diff --git a/matlab/GPSaidedINS_car.m b/matlab/GPSaidedINS_car.m index 00e72941df9abec3b1d7c06aad841c6c1549ce8b..00e2918576bf97106fb533bd9b94a18733460d37 100644 --- a/matlab/GPSaidedINS_car.m +++ b/matlab/GPSaidedINS_car.m @@ -20,7 +20,7 @@ % out_data.delta_u_h Estimated IMU biases [accelerometers; gyroscopes] % out_data.diag_P Diagonal elements of the Kalman filter state % covariance matrix. -% out_data.energy overall estimated power consumption +% out_data.energy overall estimated power consumption % out_data.error average RMS % % diff --git a/matlab/GPSaidedINS_cycling.m b/matlab/GPSaidedINS_cycling.m index 5e09a35bb7c73890225a4221ce66dd720be15c45..aa78490a86ddc3ae32d6cfe1332f7fcf02ec2608 100644 --- a/matlab/GPSaidedINS_cycling.m +++ b/matlab/GPSaidedINS_cycling.m @@ -20,7 +20,7 @@ % out_data.delta_u_h Estimated IMU biases [accelerometers; gyroscopes] % out_data.diag_P Diagonal elements of the Kalman filter state % covariance matrix. -% out_data.energy overall estimated power consumption +% out_data.energy overall estimated power consumption % out_data.error average RMS % % diff --git a/matlab/main_car.m b/matlab/main_car.m index f6bf76f1e3eeb7edadb645b1b6d0bff1b605c83d..a2974e4e871c093c9a184039bcb982f36daec215 100644 --- a/matlab/main_car.m +++ b/matlab/main_car.m @@ -4,16 +4,16 @@ %% Load data -disp('Loads data') +disp('Load data') load('car_input_data.mat'); %% Load filter settings -disp('Loads settings') +disp('Load settings') settings=get_settings_car(); settings.P_treshold=4.1; %% Run the GNSS-aided INS -disp('Runs the GNSS-aided INS') +disp('Run the GNSS-aided INS') out_data=GPSaidedINS_car(in_data,settings); %% Plot the data diff --git a/matlab/main_cycling.m b/matlab/main_cycling.m index a0ba614425d7d87c2717e2aa0e3cc699b8318888..a8670382f009f1ebbea725a6470aa5e9e958416b 100644 --- a/matlab/main_cycling.m +++ b/matlab/main_cycling.m @@ -4,16 +4,16 @@ %% Load data -disp('Loads data') +disp('Load data') load('cycling_input_data'); %% Load filter settings -disp('Loads settings') +disp('Load settings') settings=get_settings_cycling(); settings.P_treshold=2.5; %% Run the GNSS-aided INS -disp('Runs the GNSS-aided INS') +disp('Run the GNSS-aided INS') out_data=GPSaidedINS_cycling(in_data,settings); %% Plot the data diff --git a/matlab/plot_single_trace.m b/matlab/plot_single_trace.m index 03f5d00c90e7b3878291b9dcfa109f5ca442fa0b..83ed2822f1bb142d498e0537b82df547d2358895 100644 --- a/matlab/plot_single_trace.m +++ b/matlab/plot_single_trace.m @@ -1,11 +1,11 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Script for data plot: -% plots the trajecotry and the stimation accuracy with the GPS turn on +% plots the trajecotry and the estimation accuracy with the GPS turn on % signal %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % display the overall error (root mean square) -out_data.error +disp(['Root mean square error:',num2str(out_data.error)]) % Display trajectory estimated with sensor fusion against trajectory for the % GPS alone always on diff --git a/original_submission/ACM-Reference-Format.bst b/original_submission/ACM-Reference-Format.bst deleted file mode 100644 index d65cd699aebf2d64d82435251bd486baa5337c07..0000000000000000000000000000000000000000 --- a/original_submission/ACM-Reference-Format.bst +++ /dev/null @@ -1,2894 +0,0 @@ -%%% -*-BibTeX-*- -%%% ==================================================================== -%%% @BibTeX-style-file{ -%%% author = "Nelson H. F. Beebe, Boris Veytsman and Gerald Murray", -%%% version = "2.1", -%%% date = "14 June 2017", -%%% filename = "ACM-Reference-Format.bst", -%%% email = "borisv@lk.net, boris@varphi.com", -%%% codetable = "ISO/ASCII", -%%% keywords = "ACM Transactions bibliography style; BibTeX", -%%% license = "public domain", -%%% supported = "yes", -%%% abstract = "", -%%% } -%%% ==================================================================== - -%%% Revision history: see source in git - -ENTRY - { address - advisor - archiveprefix - author - booktitle - chapter - city - date - edition - editor - eprint - eprinttype - eprintclass - howpublished - institution - journal - key - month - note - number - organization - pages - primaryclass - publisher - school - series - title - type - volume - year - % New keys recognized - issue % UTAH: used in, e.g., ACM SIGSAM Bulletin and ACM Communications in Computer Algebra - articleno - eid - day % UTAH: needed for newspapers, weeklies, bi-weeklies - doi % UTAH - url % UTAH - bookpages % UTAH - numpages - lastaccessed % UTAH: used only for @Misc{...} - coden % UTAH - isbn % UTAH - isbn-13 % UTAH - issn % UTAH - lccn % UTAH - } - {} - { label.year extra.label sort.year sort.label basic.label.year} - -INTEGERS { output.state before.all mid.sentence after.sentence after.block } - -INTEGERS { show-isbn-10-and-13 } % initialized below in begin.bib - -INTEGERS { nameptr namesleft numnames } - -INTEGERS { multiresult } - -INTEGERS { len } - -INTEGERS { last.extra.num } - -STRINGS { s t t.org u } - -STRINGS { last.label next.extra } - -STRINGS { p1 p2 p3 page.count } - - -FUNCTION { not } -{ - { #0 } - { #1 } - if$ -} - -FUNCTION { and } -{ - 'skip$ - { pop$ #0 } - if$ -} - -FUNCTION { or } -{ - { pop$ #1 } - 'skip$ - if$ -} - - -FUNCTION { dump.stack.1 } -{ - duplicate$ "STACK[top] = [" swap$ * "]" * warning$ -} - -FUNCTION { dump.stack.2 } -{ - duplicate$ "STACK[top ] = [" swap$ * "]" * warning$ - swap$ - duplicate$ "STACK[top-1] = [" swap$ * "]" * warning$ - swap$ -} - -FUNCTION { empty.or.unknown } -{ - %% Examine the top stack entry, and push 1 if it is empty, or - %% consists only of whitespace, or is a string beginning with two - %% queries (??), and otherwise, push 0. - %% - %% This function provides a replacement for empty$, with the - %% convenient feature that unknown values marked by two leading - %% queries are treated the same as missing values, and thus, do not - %% appear in the output .bbl file, and yet, their presence in .bib - %% file(s) serves to mark values which are temporarily missing, but - %% are expected to be filled in eventually once more data is - %% obtained. The TeX User Group and BibNet bibliography archives - %% make extensive use of this practice. - %% - %% An empty string cannot serve the same purpose, because just as in - %% statistics data processing, an unknown value is not the same as an - %% empty value. - %% - %% At entry: stack = ... top:[string] - %% At exit: stack = ... top:[0 or 1] - - duplicate$ empty$ - { pop$ #1 } - { #1 #2 substring$ "??" = } - if$ -} - -FUNCTION { writeln } -{ - %% In BibTeX style files, the sequences - %% - %% ... "one" "two" output - %% ... "one" "two" output.xxx - %% - %% ship "one" to the output file, possibly following by punctuation, - %% leaving the stack with - %% - %% ... "two" - %% - %% There is thus a one-string lag in output processing that must be - %% carefully handled to avoid duplicating a string in the output - %% file. Unless otherwise noted, all output.xxx functions leave - %% just one new string on the stack, and that model should be born - %% in mind when reading or writing function code. - %% - %% BibTeX's asynchronous buffering of output from strings from the - %% stack is confusing because newline$ bypasses the buffer. It - %% would have been so much easier for newline to be a character - %% rather than a state of the output-in-progress. - %% - %% The documentation in btxhak.dvi is WRONG: it says - %% - %% newline$ Writes onto the bbl file what's accumulated in the - %% output buffer. It writes a blank line if and only - %% if the output buffer is empty. Since write$ does - %% reasonable line breaking, you should use this - %% function only when you want a blank line or an - %% explicit line break. - %% - %% write$ Pops the top (string) literal and writes it on the - %% output buffer (which will result in stuff being - %% written onto the bbl file when the buffer fills - %% up). - %% - %% Examination of the BibTeX source code shows that write$ does - %% indeed behave as claimed, but newline$ sends a newline character - %% directly to the output file, leaving the stack unchanged. The - %% first line "Writes onto ... buffer." is therefore wrong. - %% - %% The original BibTeX style files almost always use "write$ newline$" - %% in that order, so it makes sense to hide that pair in a private - %% function like this one, named after a statement in Pascal, - %% the programming language embedded in the BibTeX Web program. - - write$ % output top-of-stack string - newline$ % immediate write of newline (not via stack) -} - -FUNCTION { init.state.consts } -{ - #0 'before.all := - #1 'mid.sentence := - #2 'after.sentence := - #3 'after.block := -} - -FUNCTION { output.nonnull } -{ % Stack in: ... R S T Stack out: ... R T File out: S<comma><space> - 's := - output.state mid.sentence = - { - ", " * write$ - } - { - output.state after.block = - { - add.period$ writeln - "\newblock " write$ - } - { - output.state before.all = - { - write$ - } - { - add.period$ " " * write$ - } - if$ - } - if$ - mid.sentence 'output.state := - } - if$ - s -} - -FUNCTION { output.nonnull.dot.space } -{ % Stack in: ... R S T Stack out: ... R T File out: S<dot><space> - 's := - output.state mid.sentence = % { "<DEBUG output.nonnull.dot.space>. " * write$ } - { - ". " * write$ - } - { - output.state after.block = - { - add.period$ writeln "\newblock " write$ - } - { - output.state before.all = - { - write$ - } - { - add.period$ " " * write$ - } - if$ - } - if$ - mid.sentence 'output.state := - } - if$ - s -} - -FUNCTION { output.nonnull.remove } -{ % Stack in: ... R S T Stack out: ... R T File out: S<space> - 's := - output.state mid.sentence = - { - " " * write$ - } - { - output.state after.block = - { - add.period$ writeln "\newblock " write$ - } - { - output.state before.all = - { - write$ - } - { - add.period$ " " * write$ - } - if$ - } - if$ - mid.sentence 'output.state := - } - if$ - s -} - -FUNCTION { output.nonnull.removenospace } -{ % Stack in: ... R S T Stack out: ... R T File out: S - 's := - output.state mid.sentence = - { - "" * write$ - } - { - output.state after.block = - { - add.period$ writeln "\newblock " write$ - } - { - output.state before.all = - { - write$ - } - { - add.period$ " " * write$ - } - if$ - } - if$ - mid.sentence 'output.state := - } - if$ - s -} - -FUNCTION { output } -{ % discard top token if empty, else like output.nonnull - duplicate$ empty.or.unknown - 'pop$ - 'output.nonnull - if$ -} - -FUNCTION { output.dot.space } -{ % discard top token if empty, else like output.nonnull.dot.space - duplicate$ empty.or.unknown - 'pop$ - 'output.nonnull.dot.space - if$ -} - -FUNCTION { output.removenospace } -{ % discard top token if empty, else like output.nonnull.removenospace - duplicate$ empty.or.unknown - 'pop$ - 'output.nonnull.removenospace - if$ -} - -FUNCTION { output.check } -{ % like output, but warn if key name on top-of-stack is not set - 't := - duplicate$ empty.or.unknown - { pop$ "empty " t * " in " * cite$ * warning$ } - 'output.nonnull - if$ -} - -FUNCTION { bibinfo.output.check } -{ % like output.check, adding bibinfo field - 't := - duplicate$ empty.or.unknown - { pop$ "empty " t * " in " * cite$ * warning$ } - { "\bibinfo{" t "}{" * * swap$ * "}" * - output.nonnull } - if$ -} - -FUNCTION { output.check.dot.space } -{ % like output.dot.space, but warn if key name on top-of-stack is not set - 't := - duplicate$ empty.or.unknown - { pop$ "empty " t * " in " * cite$ * warning$ } - 'output.nonnull.dot.space - if$ -} - -FUNCTION { fin.block } -{ % functionally, but not logically, identical to fin.entry - add.period$ - writeln -} - -FUNCTION { fin.entry } -{ - add.period$ - writeln -} - -FUNCTION { new.sentence } -{ % update sentence state, with neither output nor stack change - output.state after.block = - 'skip$ - { - output.state before.all = - 'skip$ - { after.sentence 'output.state := } - if$ - } - if$ -} - -FUNCTION { fin.sentence } -{ - add.period$ - write$ - new.sentence - "" -} - -FUNCTION { new.block } -{ - output.state before.all = - 'skip$ - { after.block 'output.state := } - if$ -} - -FUNCTION { output.coden } % UTAH -{ % output non-empty CODEN as one-line sentence (stack untouched) - coden empty.or.unknown - { } - { "\showCODEN{" coden * "}" * writeln } - if$ -} - -FUNCTION { format.articleno } -{ - articleno empty.or.unknown not eid empty.or.unknown not and - { "Both articleno and eid are defined for " cite$ * warning$ } - 'skip$ - if$ - articleno empty.or.unknown eid empty.or.unknown and - { "" } - { - numpages empty.or.unknown - { "articleno or eid field, but no numpages field, in " - cite$ * warning$ } - { } - if$ - eid empty.or.unknown - { "Article \bibinfo{articleno}{" articleno * "}" * } - { "Article \bibinfo{articleno}{" eid * "}" * } - if$ - } - if$ -} - -FUNCTION { format.year } -{ % push year string or "[n. d.]" onto output stack - %% Because year is a mandatory field, we always force SOMETHING - %% to be output - "\bibinfo{year}{" - year empty.or.unknown - { "[n. d.]" } - { year } - if$ - * "}" * -} - -FUNCTION { format.day.month } -{ % push "day month " or "month " or "" onto output stack - day empty.or.unknown - { - month empty.or.unknown - { "" } - { "\bibinfo{date}{" month * "} " *} - if$ - } - { - month empty.or.unknown - { "" } - { "\bibinfo{date}{" day * " " * month * "} " *} - if$ - } - if$ -} - -FUNCTION { format.day.month.year } % UTAH -{ % if month is empty, push "" else push "(MON.)" or "(DD MON.)" - % Needed for frequent periodicals: 2008. ... New York Times C-1, C-2, C-17 (23 Oct.) - % acm-*.bst addition: prefix parenthesized date string with - % ", Article nnn " - articleno empty.or.unknown eid empty.or.unknown and - { "" } - { output.state after.block = - {", " format.articleno * } - { format.articleno } - if$ - } - if$ - " (" * format.day.month * format.year * ")" * -} - -FUNCTION { output.day.month.year } % UTAH -{ % if month is empty value, do nothing; else output stack top and - % leave with new top string "(MON.)" or "(DD MON.)" - % Needed for frequent periodicals: 2008. ... New York Times C-1, C-2, C-17 (23 Oct.) - format.day.month.year - output.nonnull.remove -} - -FUNCTION { strip.doi } % UTAH -{ % Strip any Web address prefix to recover the bare DOI, leaving the - % result on the output stack, as recommended by CrossRef DOI - % documentation. - % For example, reduce "http://doi.acm.org/10.1145/1534530.1534545" to - % "10.1145/1534530.1534545". That is later typeset and displayed as - % doi:10.1145/1534530.1534545 as the LAST item in the reference list - % entry. Publisher Web sites wrap this with a suitable link to a real - % URL to resolve the DOI, and the master https://doi.org/ address is - % preferred, since publisher-specific URLs can disappear in response - % to economic events. All journals are encouraged by the DOI - % authorities to use that typeset format and link procedures for - % uniformity across all publications that include DOIs in reference - % lists. - % The numeric prefix is guaranteed to start with "10.", so we use - % that as a test. - % 2017-02-04 Added stripping of https:// (Boris) - doi #1 #3 substring$ "10." = - { doi } - { - doi 't := % get modifiable copy of DOI - - % Change https:// to http:// to strip both prefixes (BV) - - t #1 #8 substring$ "https://" = - { "http://" t #9 t text.length$ #8 - substring$ * 't := } - { } - if$ - - t #1 #7 substring$ "http://" = - { - t #8 t text.length$ #7 - substring$ 't := - - "INTERNAL STYLE-FILE ERROR" 's := - - % search for next "/" and assign its suffix to s - - { t text.length$ } - { - t #1 #1 substring$ "/" = - { - % save rest of string as true DOI (should be 10.xxxx/yyyy) - t #2 t text.length$ #1 - substring$ 's := - "" 't := % empty string t terminates the loop - } - { - % discard first character and continue loop: t <= substring(t,2,last) - t #2 t text.length$ #1 - substring$ 't := - } - if$ - } - while$ - - % check for valid DOI (should be 10.xxxx/yyyy) - s #1 #3 substring$ "10." = - { } - { "unrecognized DOI substring " s * " in DOI value [" * doi * "]" * warning$ } - if$ - - s % push the stripped DOI on the output stack - - } - { - "unrecognized DOI value [" doi * "]" * warning$ - doi % push the unrecognized original DOI on the output stack - } - if$ - } - if$ -} - -% -% Change by BV: added standard prefix to URL -% -FUNCTION { output.doi } % UTAH -{ % output non-empty DOI as one-line sentence (stack untouched) - doi empty.or.unknown - { } - { - %% Use \urldef here for the same reason it is used in output.url, - %% see output.url for further discussion. - "\urldef\tempurl%" writeln - "\url{https://doi.org/" strip.doi * "}" * writeln - "\showDOI{\tempurl}" writeln - } - if$ -} - -FUNCTION { output.isbn } % UTAH -{ % output non-empty ISBN-10 and/or ISBN-13 as one-line sentences (stack untouched) - show-isbn-10-and-13 - { - %% show both 10- and 13-digit ISBNs - isbn empty.or.unknown - { } - { - "\showISBNx{" isbn * "}" * writeln - } - if$ - isbn-13 empty.or.unknown - { } - { - "\showISBNxiii{" isbn-13 * "}" * writeln - } - if$ - } - { - %% show 10-digit ISBNs only if 13-digit ISBNs not available - isbn-13 empty.or.unknown - { - isbn empty.or.unknown - { } - { - "\showISBNx{" isbn * "}" * writeln - } - if$ - } - { - "\showISBNxiii{" isbn-13 * "}" * writeln - } - if$ - } - if$ -} - -FUNCTION { output.issn } % UTAH -{ % output non-empty ISSN as one-line sentence (stack untouched) - issn empty.or.unknown - { } - { "\showISSN{" issn * "}" * writeln } - if$ -} - -FUNCTION { output.issue } -{ % output non-empty issue number as a one-line sentence (stack untouched) - issue empty.or.unknown - { } - { "Issue " issue * "." * writeln } - if$ -} - -FUNCTION { output.lccn } % UTAH -{ % return with stack untouched - lccn empty.or.unknown - { } - { "\showLCCN{" lccn * "}" * writeln } - if$ -} - -FUNCTION { output.note } % UTAH -{ % return with stack empty - note empty.or.unknown - { } - { "\shownote{" note add.period$ * "}" * writeln } - if$ -} - -FUNCTION { output.note.check } % UTAH -{ % return with stack empty - note empty.or.unknown - { "empty note in " cite$ * warning$ } - { "\shownote{" note add.period$ * "}" * writeln } - if$ -} - -FUNCTION { output.eprint } % -{ % return with stack empty - eprint empty.or.unknown - { } - { "\showeprint" - archiveprefix empty.or.unknown - { eprinttype empty.or.unknown - { } - { "[" eprinttype "]" * * * } - if$ - } - { "[" archiveprefix "l" change.case$ "]" * * * } - if$ - "{" * - primaryclass empty.or.unknown - { eprintclass empty.or.unknown - { } - { eprintclass "/" * * } - if$ - } - { primaryclass "/" * * } - if$ - eprint "}" * * - writeln - } - if$ -} - - -% -% Changes by BV 2011/04/15. Do not output -% url if doi is defined -% -FUNCTION { output.url } % UTAH -{ % return with stack untouched - % output URL and associated lastaccessed fields - doi empty.or.unknown - { - url empty.or.unknown - { } - { - %% Use \urldef, outside \showURL, so that %nn, #, etc in URLs work - %% correctly. Put the actual URL on its own line to reduce the - %% likelihood of BibTeX's nasty line wrapping after column 79. - %% \url{} can undo this, but if that doesn't work for some reason - %% the .bbl file would have to be repaired manually. - "\urldef\tempurl%" writeln - "\url{" url * "}" * writeln - - "\showURL{%" writeln - lastaccessed empty.or.unknown - { "" } - { "Retrieved " lastaccessed * " from " * } - if$ - "\tempurl}" * writeln - } - if$ - } - { } - if$ -} - -FUNCTION { output.year.check } -{ % warn if year empty, output top string and leave " YEAR<label>" on stack in mid-sentence - year empty.or.unknown - { "empty year in " cite$ * warning$ - write$ - " \bibinfo{year}{[n. d.]}" - "\natexlab{" extra.label * "}" * * - mid.sentence 'output.state := - } - { write$ - " \bibinfo{year}{" year * "}" * - "\natexlab{" extra.label * "}" * * - mid.sentence 'output.state := - } - if$ -} - - -FUNCTION { le } -{ - %% test whether first number is less than or equal to second number - %% stack in: n1 n2 - %% stack out: if n1 <= n2 then 1 else 0 - - %% "DEBUG: le " cite$ * warning$ - > { #0 } { #1 } if$ -} - -FUNCTION { ge } -{ - %% test whether first number is greater than or equal to second number - %% stack in: n1 n2 - %% stack out: if n1 >= n2 then 1 else 0 - - %% "DEBUG: ge " cite$ * warning$ - < { #0 } { #1 } if$ -} - -FUNCTION { is.leading.digit } -{ - %% test whether first character of string is a digit - %% stack in: string - %% stack out: if first-char-is-digit then 1 else 0 - - #1 #1 substring$ % replace string by string[1:1] - duplicate$ % string[1:1] string[1:1] - chr.to.int$ - "0" chr.to.int$ swap$ le % "0" <= string[1:1] --> 0-or-1 - swap$ % 0-or-1 string[1:1] - chr.to.int$ - "9" chr.to.int$ le % string[1:1} <= "9" --> 0-or-1 - and -} - -FUNCTION { skip.digits } -{ - %% skip over leading digits in string - %% stack in: string - %% stack out: rest-of-string leading-digits - - %% "DEBUG: enter skip.digits " cite$ * warning$ - - %% dump.stack.1 - - duplicate$ - 't := - 't.org := - "" 'u := - - { t text.length$ } - { - %% "=================DEBUG: skip.digits t = [" t * "]" * warning$ - t is.leading.digit - { t #2 t text.length$ #1 - substring$ } - { - t 'u := - "" - } - if$ - 't := - } - while$ - - u % rest of string - t.org #1 t.org text.length$ u text.length$ - substring$ % leading digits - - %% "DEBUG: t.org = [" t.org * "]" * warning$ - %% "DEBUG: u = [" u * "]" * warning$ - - %% dump.stack.2 - - %% "DEBUG: leave skip.digits " cite$ * warning$ -} - -FUNCTION { skip.nondigits } -{ - %% skip over leading nondigits in string - %% stack in: string - %% stack out: rest-of-string - - %% "DEBUG: enter skip.nondigits " cite$ * warning$ - - 't := - "" 'u := - - { t text.length$ } - { - %% "=================DEBUG: skip.nondigits t = [" t * "]" * warning$ - t is.leading.digit - { - t 'u := - "" - } - { t #2 t text.length$ #1 - substring$ } - if$ - 't := - } - while$ - - u % rest of string - - %% dump.stack.1 - %% "DEBUG: leave skip.nondigits " cite$ * warning$ -} - -FUNCTION { parse.next.number } -{ - %% stack in: string - %% stack out: rest-of-string next-numeric-part-of-string - %% Example: - %% stack in: "123:1--123:59" - %% stack out: ":1--123:59" "123" - - 's := - s skip.nondigits 's := - s skip.digits -} - -FUNCTION { reduce.pages.to.page.count } -{ - %% Stack in: arbitrary-and-unused - %% Stack out: unchanged - %% - %% For the new-style pagination with article number and numpages or - %% pages, we expect to have BibTeX entries containing something like - %% articleno = "17", - %% pages = "1--23", - %% with output "Article 17, 23 pages", - %% or - %% articleno = "17", - %% numpages = "23", - %% with output "Article 17, 23 pages", - %% or - %% articleno = "17", - %% pages = "17:1--17:23", - %% with output "Article 17, 23 pages", - %% - %% If articleno is missing or empty, then we should output "1--23", - %% "23" (with a warning of a missing articleno), or "17:1--17:23", - %% respectively. - - %% "DEBUG: enter reduce.pages.to.page.count " cite$ * warning$ - - %% "DEBUG: pages = [" pages * "]" * warning$ - - pages - parse.next.number 'p1 := - parse.next.number 'p2 := - parse.next.number 'p3 := - parse.next.number 'page.count := - - duplicate$ - empty.or.unknown - { } - { - duplicate$ "unexpected trailing garbage [" swap$ * - "] after n:p1--n:p2 in pages = [" * - pages * - "] in " * - cite$ * - warning$ - } - if$ - - pop$ - - %% "DEBUG: reduce.pages.to.page.count: " - %% " p1 = " p1 * * - %% " p2 = " p2 * * - %% " p3 = " p3 * * - %% " p4 = " page.count * * - %% " in " cite$ * * warning$ - - p1 p3 = p2 "1" = and numpages empty.or.unknown and - { "INFO: reduced pages = [" pages * "] to numpages = [" * page.count * "]" * warning$ } - { - numpages empty.or.unknown - { pages } - { numpages } - if$ - 'page.count := - } - if$ - - p1 "1" = p3 empty.or.unknown and numpages empty.or.unknown and - { - p2 'page.count := - "INFO: reduced pages = [" pages * "] to numpages = [" * page.count * "]" * warning$ - } - { - numpages empty.or.unknown - { pages } - { numpages } - if$ - 'page.count := - } - if$ - - %% "DEBUG: leave reduce.pages.to.page.count " cite$ * warning$ -} - -FUNCTION { new.block.checkb } -{ % issue a new.block only if at least one of top two stack strings is not empty - empty.or.unknown - swap$ empty.or.unknown - and - 'skip$ - 'new.block - if$ -} - -FUNCTION { field.or.null } -{ % convert empty value to null string, else return value - duplicate$ empty.or.unknown - { pop$ "" } - 'skip$ - if$ -} - - - -FUNCTION { emphasize } -{ % emphasize a non-empty top string on the stack - duplicate$ empty.or.unknown - { pop$ "" } - { "\emph{" swap$ * "}" * } - if$ -} - -FUNCTION { comma } -{ % convert empty string to null string, or brace string and add trailing comma - duplicate$ empty.or.unknown - { pop$ "" } - { "{" swap$ * "}," * } - if$ -} - -FUNCTION { format.names } -{ - % 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. - - 's := - #1 'nameptr := % nameptr = 1; - s num.names$ 'numnames := % numnames = num.name$(s); - numnames 'namesleft := - { namesleft #0 > } - { nameptr #1 = - %NO: BAD ORDER: {"{" s nameptr "{ff~}{ll}{, jj}{, vv}" format.name$ * "}" * 't := } - %NO: BAD ORDER: {"{" s nameptr "{ff~}{ll}{, jj}{, vv}" format.name$ * "}" * 't := } - {"\bibinfo{person}{" s nameptr "{ff }{vv }{ll}{, jj}" format.name$ * "}" * 't := } - {"\bibinfo{person}{" s nameptr "{ff }{vv }{ll}{, jj}" format.name$ * "}" * 't := } - if$ - nameptr #1 > - { - namesleft #1 > - { ", " * t * } - { - numnames #2 > - { "," * } - 'skip$ - if$ - t "\bibinfo{person}{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 { 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 > } - - { - "\bibinfo{person}{" s nameptr "{ff~}{vv~}{ll}{, jj}" format.name$ * "}" * 't := - - nameptr #1 > - { - namesleft #1 > - { ", " * t * } - { - numnames #2 > - { "," * } - 'skip$ - if$ - t "\bibinfo{person}{others}" = - { " {et~al\mbox{.}}" * } - { " {and} " * t * } - if$ - } - if$ - } - 't - if$ - nameptr #1 + 'nameptr := % nameptr += 1; - namesleft #1 - 'namesleft := % namesleft =- 1; - } - while$ -} - -FUNCTION { format.authors } -{ - author empty.or.unknown - { "" } - { - "\bibfield{author}{" - author format.names add.period$ * "}" *} % jtb: add period if none before - if$ -} - -FUNCTION { format.key } -{ - empty.or.unknown - { key field.or.null } - { "" } - if$ -} - -FUNCTION { format.no.key } -{ - empty.or.unknown - { "" } - { "" } - if$ -} - -FUNCTION { format.editors.fml } -{ - % 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. - - editor empty.or.unknown - { "" } - { - "\bibfield{editor}{" - editor format.names.fml - * "}" * - editor num.names$ #1 > - { " (Eds.)" * } - { " (Ed.)" * } - if$ - } - if$ -} - -FUNCTION { format.editors } -{ % format editor names for use in labels, last names first. - editor empty.or.unknown - { "" } - { - "\bibfield{editor}{" - editor format.names - * "}" * - editor num.names$ #1 > - { " (Eds.)." * } - { " (Ed.)." * } - if$ - } - if$ -} - -FUNCTION { format.articletitle } -{ - title empty.or.unknown - { "" } - % Use this to preserve lettercase in titles: - { "\showarticletitle{" title * "}" * } - % Use this for downcase title style: - % { \showarticletitle{" title "t" change.case$ * "}" * } - if$ -} - -FUNCTION { format.title } -{ - title empty.or.unknown - { "" } - % Use this to preserve lettercase in titles: - { "\bibinfo{title}{" title * "}" * } - % Use this for downcase title style: - % { title "t" change.case$ } - if$ -} - -FUNCTION { n.dashify } -{ - 't := - "" - { t empty.or.unknown 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.a.title.with.edition } -{ - "\bibinfo{booktitle}{" - swap$ emphasize * - edition empty.or.unknown - 'skip$ - { " (\bibinfo{edition}{" * edition "l" change.case$ * - "} ed.)" * } % jtb: no parens for ed. - if$ - "}" * -} - -FUNCTION { format.btitle } -{ title format.a.title.with.edition } - -FUNCTION { format.emphasize.booktitle } -{ booktitle format.a.title.with.edition } - -FUNCTION { format.city } -{ - % 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 - - duplicate$ empty.or.unknown - { } - { - city empty.or.unknown - { - date empty.or.unknown - { } - { " (" * date * ")" * } - if$ - } - { - date empty.or.unknown - { " (" * city * ")" * } - { " (" * city * ", " * date * ")" * } - if$ - } - if$ - } - if$ -} - -FUNCTION { tie.or.space.connect } -{ - duplicate$ text.length$ #3 < - { "~" } - { " " } - if$ - swap$ * * -} - -FUNCTION { either.or.check } -{ - empty.or.unknown - 'pop$ - { "can't use both " swap$ * " fields in " * cite$ * warning$ } - if$ -} - -FUNCTION { format.bvolume } -{ - % jtb: If there is a series, this is added and the volume trails after it. - % jtb: Otherwise, "Vol" is Capitalized. - - volume empty.or.unknown - { "" } - { - series empty.or.unknown - { "Vol.~\bibinfo{volume}{" volume "}" * *} - { "\bibinfo{series}{" series "}, " * * - "Vol.~\bibinfo{volume}{" volume "}" * * *} - if$ - "volume and number" number either.or.check - } - if$ -} - -FUNCTION { format.bvolume.noseries } -{ - volume empty.or.unknown - { "" } - { "Vol.~\bibinfo{volume}{" volume "}" * * - "volume and number" number either.or.check - } - if$ -} - -FUNCTION { format.series } -{ - series empty.or.unknown - {""} - {" \emph{(\bibinfo{series}{" * series "})}" *} - if$ -} - -FUNCTION { format.number.series } -{ - volume empty.or.unknown - { - number empty.or.unknown - { - volume empty.or.unknown - { "" } - { - series empty.or.unknown - { "" } - { " (\bibinfo{series}{" series * "})" * } - if$ - } - if$ - } % { series field.or.null } - { - output.state mid.sentence = - { "Number" } % gnp - changed to mixed case always - { "Number" } - if$ - number tie.or.space.connect series empty.or.unknown - { "there's a number but no series in " cite$ * warning$ } - { " in \bibinfo{series}{" * series * "}" * } - if$ - } - if$ - } - { - "" - } - if$ -} - -FUNCTION { multi.page.check } -{ - 't := - #0 'multiresult := - { multiresult not - t empty.or.unknown 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.or.unknown - { "" } - { "\bibinfo{pages}{" - pages multi.page.check - { pages n.dashify } % gnp - removed () % jtb: removed pp. - { pages } - if$ - * "}" * - } - if$ -} - -FUNCTION { format.pages.check.without.articleno } -{ %% format pages field only if articleno is absent - %% Stack out: pages-specification - numpages missing$ pages missing$ and - { "page numbers missing in both pages and numpages fields in " cite$ * warning$ } - { } - if$ - - articleno empty.or.unknown eid empty.or.unknown and - { - pages missing$ - { numpages } - { format.pages } - if$ - } - { "" } - if$ -} - -FUNCTION { format.pages.check } -{ - pages empty.or.unknown - { "page numbers missing in " cite$ * warning$ "" } - { pages n.dashify } - if$ -} - -FUNCTION { format.bookpages } -{ - bookpages empty.or.unknown - { "" } - { bookpages "book pages" tie.or.space.connect } - if$ -} - -FUNCTION { format.named.pages } -{ - pages empty.or.unknown - { "" } - { format.pages "pages" tie.or.space.connect } - if$ -} - -% -% Changed by Boris Veytsman, 2011-03-13 -% Now the word "pages" is printed even if -% there field pages is not empty. -% - -FUNCTION { format.page.count } -{ - page.count empty.or.unknown - { "" } - { "\bibinfo{numpages}{" page.count * "}~pages" * } - if$ -} - -FUNCTION { format.articleno.numpages } -{ - %% There are seven possible outputs, depending on which fields are set. - %% - %% These four are handled here: - %% - %% articleno, numpages, pages -> "Article articleno-value, numpages-value pages" - %% articleno, numpages -> "Article articleno-value, numpages-value pages" - %% articleno, pages -> "Article articleno-value, reduced-pages-value pages" - %% articleno -> "Article articleno-value" and warn about missing numpages - %% - %% The remaining three have already been handled by - %% format.pages.check.without.articleno: - %% - %% numpages, pages -> "pages-value" - %% numpages -> "numpages-value" - %% pages -> "pages-value" - %% - %% We no longer issue warninig when missing articleno, but having numpages - - articleno empty.or.unknown eid empty.or.unknown and - { -%% numpages empty.or.unknown -%% { } -%% { "numpages field, but no articleno or eid field, in " -%% cite$ * warning$ } -%% if$ - "" - } - { - numpages empty.or.unknown - { - pages empty.or.unknown - { - "articleno or eid, but no pages or numpages field in " - cite$ * warning$ - "" 'page.count := - } - { reduce.pages.to.page.count } - if$ - } - { numpages 'page.count := } - if$ - - %% The Article number is now handled in format.day.month.year because - %% ACM prefers the style "Digital Libraries 12, 3, Article 5 (July 2008)" - %% over "Digital Libraries 12, 3 (July 2008), Article 5" - %% format.articleno output - format.page.count - } - if$ -} - -FUNCTION {calc.format.page.count} -{ - numpages empty.or.unknown - { - pages empty.or.unknown - { - "" 'page.count := - } - { reduce.pages.to.page.count } - if$ - } - { numpages 'page.count := } - if$ - format.page.count -} - - -FUNCTION { journal.canon.abbrev } -{ - % Returns a canonical abbreviation for 'journal', or else 'journal' - % unchanged. - journal "ACM Computing Surveys" = { "Comput. Surveys" } { - journal "{ACM} Computing Surveys" = { "Comput. Surveys" } { - journal "ACM Transactions on Mathematical Software" = { "ACM Trans. Math. Software" } { - journal "{ACM} Transactions on Mathematical Software" = { "ACM Trans. Math. Software" } { - journal "ACM SIGNUM Newsletter" = { "ACM SIGNUM Newslett." } { - journal "ACM {SIGNUM} Newsletter" = { "ACM SIGNUM Newslett." } { - journal "{ACM} SIGNUM Newsletter" = { "ACM SIGNUM Newslett." } { - journal "{ACM} {SIGNUM} Newsletter" = { "ACM SIGNUM Newslett." } { - journal "American Journal of Sociology" = { "Amer. J. Sociology" } { - journal "American Mathematical Monthly" = { "Amer. Math. Monthly" } { - journal "American Mathematical Society Translations" = { "Amer. Math. Soc. Transl." } { - journal "Applied Mathematics and Computation" = { "Appl. Math. Comput." } { - journal "British Journal of Mathematical and Statistical Psychology" = { "Brit. J. Math. Statist. Psych." } { - journal "Bulletin of the American Mathematical Society" = { "Bull. Amer. Math. Soc." } { - journal "Canadian Mathematical Bulletin" = { "Canad. Math. Bull." } { - journal "Communications of the ACM" = { "Commun. ACM" } { - journal "Communications of the {ACM}" = { "Commun. ACM" } { - journal "Computers and Structures" = { "Comput. \& Structures" } { - journal "Contemporary Mathematics" = { "Contemp. Math." } { - journal "Crelle's Journal" = { "Crelle's J." } { - journal "Giornale di Mathematiche" = { "Giorn. Mat." } { - journal "IEEE Transactions on Aerospace and Electronic Systems" = { "IEEE Trans. Aerospace Electron. Systems" } { - journal "{IEEE} Transactions on Aerospace and Electronic Systems" = { "IEEE Trans. Aerospace Electron. Systems" } { - journal "IEEE Transactions on Automatic Control" = { "IEEE Trans. Automat. Control" } { - journal "{IEEE} Transactions on Automatic Control" = { "IEEE Trans. Automat. Control" } { - journal "IEEE Transactions on Computers" = { "IEEE Trans. Comput." } { - journal "{IEEE} Transactions on Computers" = { "IEEE Trans. Comput." } { - journal "IMA Journal of Numerical Analysis" = { "IMA J. Numer. Anal." } { - journal "{IMA} Journal of Numerical Analysis" = { "IMA J. Numer. Anal." } { - journal "Information Processing Letters" = { "Inform. Process. Lett." } { - journal "International Journal for Numerical Methods in Engineering" = { "Internat. J. Numer. Methods Engrg." } { - journal "International Journal of Control" = { "Internat. J. Control" } { - journal "International Journal of Supercomputing Applications" = { "Internat. J. Supercomputing Applic." } { - journal "Journal of Computational Physics" = { "J. Comput. Phys." } { - journal "Journal of Computational and Applied Mathematics" = { "J. Comput. Appl. Math." } { - journal "Journal of Computer and System Sciences" = { "J. Comput. System Sci." } { - journal "Journal of Mathematical Analysis and Applications" = { "J. Math. Anal. Appl." } { - journal "Journal of Mathematical Physics" = { "J. Math. Phys." } { - journal "Journal of Parallel and Distributed Computing" = { "J. Parallel and Distrib. Comput." } { - journal "Journal of Research of the National Bureau of Standards" = { "J. Res. Nat. Bur. Standards" } { - journal "Journal of VLSI and Computer Systems" = { "J. VLSI Comput. Syst." } { - journal "Journal of {VLSI} and Computer Systems" = { "J. VLSI Comput. Syst." } { - journal "Journal of the ACM" = { "J. ACM" } { - journal "Journal of the American Statistical Association" = { "J. Amer. Statist. Assoc." } { - journal "Journal of the Institute of Mathematics and its Applications" = { "J. Inst. Math. Appl." } { - journal "Journal of the Society for Industrial and Applied Mathematics" = { "J. Soc. Indust. Appl. Math." } { - journal "Journal of the Society for Industrial and Applied Mathematics, Series B, Numerical Analysis" = { "J. Soc. Indust. Appl. Math. Ser. B Numer. Anal." } { - journal "Linear Algebra and its Applications" = { "Linear Algebra Appl." } { - journal "Mathematica Scandinavica" = { "Math. Scand." } { - journal "Mathematical Tables and Other Aids to Computation" = { "Math. Tables Aids Comput." } { - journal "Mathematics of Computation" = { "Math. Comp." } { - journal "Mathematische Annalen" = { "Math. Ann." } { - journal "Numerische Mathematik" = { "Numer. Math." } { - journal "Pacific Journal of Mathematics" = { "Pacific J. Math." } { - journal "Parallel Computing" = { "Parallel Comput." } { - journal "Philosophical Magazine" = { "Philos. Mag." } { - journal "Proceedings of the American Mathematical Society" = { "Proc. Amer. Math. Soc." } { - journal "Proceedings of the IEEE" = { "Proc. IEEE" } { - journal "Proceedings of the {IEEE}" = { "Proc. IEEE" } { - journal "Proceedings of the National Academy of Sciences of the USA" = { "Proc. Nat. Acad. Sci. U. S. A." } { - journal "Quarterly Journal of Mathematics, Oxford, Series (2)" = { "Quart. J. Math. Oxford Ser. (2)" } { - journal "Quarterly of Applied Mathematics" = { "Quart. Appl. Math." } { - journal "Review of the International Statisical Institute" = { "Rev. Inst. Internat. Statist." } { - journal "SIAM Journal on Algebraic and Discrete Methods" = { "SIAM J. Algebraic Discrete Methods" } { - journal "{SIAM} Journal on Algebraic and Discrete Methods" = { "SIAM J. Algebraic Discrete Methods" } { - journal "SIAM Journal on Applied Mathematics" = { "SIAM J. Appl. Math." } { - journal "{SIAM} Journal on Applied Mathematics" = { "SIAM J. Appl. Math." } { - journal "SIAM Journal on Computing" = { "SIAM J. Comput." } { - journal "{SIAM} Journal on Computing" = { "SIAM J. Comput." } { - journal "SIAM Journal on Matrix Analysis and Applications" = { "SIAM J. Matrix Anal. Appl." } { - journal "{SIAM} Journal on Matrix Analysis and Applications" = { "SIAM J. Matrix Anal. Appl." } { - journal "SIAM Journal on Numerical Analysis" = { "SIAM J. Numer. Anal." } { - journal "{SIAM} Journal on Numerical Analysis" = { "SIAM J. Numer. Anal." } { - journal "SIAM Journal on Scientific and Statistical Computing" = { "SIAM J. Sci. Statist. Comput." } { - journal "{SIAM} Journal on Scientific and Statistical Computing" = { "SIAM J. Sci. Statist. Comput." } { - journal "SIAM Review" = { "SIAM Rev." } { - journal "{SIAM} Review" = { "SIAM Rev." } { - journal "Software Practice and Experience" = { "Software Prac. Experience" } { - journal "Statistical Science" = { "Statist. Sci." } { - journal "The Computer Journal" = { "Comput. J." } { - journal "Transactions of the American Mathematical Society" = { "Trans. Amer. Math. Soc." } { - journal "USSR Computational Mathematics and Mathematical Physics" = { "U. S. S. R. Comput. Math. and Math. Phys." } { - journal "{USSR} Computational Mathematics and Mathematical Physics" = { "U. S. S. R. Comput. Math. and Math. Phys." } { - journal "Zeitschrift fur Angewandte Mathematik und Mechanik" = { "Z. Angew. Math. Mech." } { - journal "Zeitschrift fur Angewandte Mathematik und Physik" = { "Z. Angew. Math. Phys." } { - journal - } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ - } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ - } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ - } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ - } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ - } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ - } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ - } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ -} - -FUNCTION { format.journal.volume.number.day.month.year } -{ - % By Young (and Spencer) - % GNP - fixed bugs with missing volume, number, and/or pages - % - % Format journal, volume, number, pages for article types. - % - journal empty.or.unknown - { "no journal in " cite$ * warning$ "" } - { "\bibinfo{journal}{" - journal.canon.abbrev emphasize * - "}" * } - if$ - - number empty.or.unknown - { - volume empty.or.unknown - { "no number and no volume in " cite$ * warning$ "" * } - { " " * " \bibinfo{volume}{" * volume * "}" * } - if$ - } - { - volume empty.or.unknown - { - "unusual to have number, but no volume, for " cite$ * warning$ - " \bibinfo{number}{" * number * "}" * - } - { " \bibinfo{volume}{" * volume * "}, \bibinfo{number}{" * - number * "}" *} - if$ - } - if$ - after.block 'output.state := - - % Sometimes proceedings are published in journals - % In this case we do not want to put year, day and month here - - type$ "inproceedings" = - { } - {format.day.month.year * } - if$ -} - -FUNCTION { format.chapter.pages } -{ - chapter empty.or.unknown - 'format.pages - { type empty.or.unknown - { "Chapter" } % gnp - changed to mixed case - { type "t" change.case$ } - if$ - chapter tie.or.space.connect - pages empty.or.unknown - {"page numbers missing in " cite$ * warning$} % gnp - added check - { ", " * format.pages * } - if$ - } - if$ -} - -FUNCTION { format.in.emphasize.booktitle } -{ % jtb: format for collections or proceedings not appearing in a journal - booktitle empty.or.unknown - { "" } - { "In " format.emphasize.booktitle * } - if$ -} - -FUNCTION { format.in.booktitle } -{ % jtb: format for proceedings appearing in a journal - booktitle empty.or.unknown - { "" } - { "In \bibinfo{booktitle}{" booktitle * "}" * } - if$ -} - -FUNCTION { format.in.ed.booktitle } -{ - booktitle empty.or.unknown - { "" } - { editor empty.or.unknown - { "In " format.emphasize.booktitle * } - % jtb: swapped editor location - { "In " format.emphasize.booktitle * ", " * format.editors.fml * } - if$ - } - if$ -} - -FUNCTION { format.thesis.type } -{ % call with default type on stack top - type empty.or.unknown - 'skip$ % use default type - { - pop$ % discard default type - % NO: it is silly to have to brace protect every degree type!: type "t" change.case$ - type - } - if$ -} - -FUNCTION { format.tr.number } -{ - "\bibinfo{type}{" - type empty.or.unknown - { "{T}echnical {R}eport" } - 'type - if$ - "}" * * - number empty.or.unknown - { "t" change.case$ } - %% LOOKS BAD: { "." * number tie.or.space.connect } - %% Prefer "Research report RJ687." to "Research report. RJ687." - { number tie.or.space.connect } - if$ -} - -FUNCTION { format.advisor } -{ - advisor empty.or.unknown - { "" } - { "Advisor(s) " advisor * } - 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.or.unknown - { "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.or.unknown - editor field.or.null author field.or.null = - or - { key empty.or.unknown - { series empty.or.unknown - { "need editor, key, or series for " cite$ * " to crossref " * - crossref * warning$ - "" * - } - { series emphasize * } - if$ - } - { key * } - if$ - } - { format.crossref.editor * } - if$ - " \citeN{" * crossref * "}" * -} - -FUNCTION { format.incoll.inproc.crossref } -{ "See" - " \citeN{" * crossref * "}" * -} - -FUNCTION { format.lab.names } -{ - % 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. - - '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.or.unknown - { key empty.or.unknown - { "no key, author in " cite$ * warning$ - cite$ #1 #3 substring$ } - 'key - if$ - } - { author format.lab.names } - if$ -} - -FUNCTION { editor.key.organization.label } -{ % added - gnp. Provide label formatting by organization if editor is null. - editor empty.or.unknown - { organization empty.or.unknown - { key empty.or.unknown - { "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.or.unknown - { editor empty.or.unknown - { key empty.or.unknown - { "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 { author.editor.key.organization.label } -{ % added - gnp. Provide label formatting by organization if author is null. - author empty.or.unknown - { editor empty.or.unknown - { organization empty.or.unknown - { key empty.or.unknown - { "no key, author, editor or organization in " cite$ * warning$ - cite$ #1 #3 substring$ } - 'key - if$ - } - { organization } - if$ - } - { editor format.lab.names } - if$ - } - { author format.lab.names } - if$ -} - -% Calculate label and leave it on stack -FUNCTION { calc.basic.label } -{ - type$ "book" = - type$ "inbook" = - or - type$ "article" = - or - 'author.editor.key.label - { type$ "proceedings" = - type$ "periodical" = - or - 'editor.key.organization.label - { type$ "manual" = - 'author.editor.key.organization.label - 'author.key.label - if$ - } - if$ - } - if$ - duplicate$ - year empty.or.unknown - { "[n. d.]" } - { year field.or.null purify$ #-1 #4 substring$} - if$ - * - 'basic.label.year := -} - -FUNCTION { calc.label } -{ - % Changed - GNP. See also author.editor.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. - - calc.basic.label - - author empty.or.unknown % generate the full label citation information. - { - editor empty.or.unknown - { - organization empty.or.unknown - { - key empty.or.unknown - { - "no author, editor, organization, or key in " cite$ * warning$ - "??" - } - { key } - if$ - } - { 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 empty.or.unknown - { "[n. d.]" } - { year field.or.null purify$ #-1 #4 substring$} - if$ - 'label.year := -} - - -FUNCTION { output.bibitem } -{ - newline$ - "\bibitem[\protect\citeauthoryear{" write$ - calc.label write$ - sort.year write$ - "}]%" writeln - " {" write$ - cite$ write$ - "}" writeln - "" - before.all 'output.state := -} - - -FUNCTION { output.issue.doi.coden.isxn.lccn.url.eprint } -{ % enter and return with stack empty - %% We switch now from buffered output to output of complete lines, so - %% that the Issue .. URL data have their own lines, and are less likely - %% to be line-wrapped by BibTeX's short-sighted algorithm, which wraps - %% lines longer than 79 characters, backtracking to what it thinks is - %% a break point in the string. Any such wrapping MUST be undone to - %% prevent percent-newline from appearing in DOIs and URLs. The - %% output data are intentionally wrapped in \showxxx{} macros at - %% beginning of line, and that supply their own punctuation (if they - %% are not defined to suppress output entirely), to make it easier for - %% other software to recover them from .bbl files. - %% - %% It also makes it possible to later change the macro definitions - %% to suppress particular output values, or alter their appearance. - %% - %% Note that it is possible for theses, technical reports, and - %% manuals to have ISBNs, and anything that has an ISBN may also - %% have an ISSN. When there are no values for these keys, there - %% is no output generated for them here. - - "\newblock" writeln - after.block 'output.state := - - output.issue - output.isbn - output.coden % CODEN is functionally like ISSN, so output them sequentially - output.issn - output.lccn - output.doi % DOI is ALWAYS last according to CrossRef DOI documentation - output.eprint - output.url % but ACM wants URL last -} - -FUNCTION { output.issue.doi.coden.isxn.lccn.url.eprint.note } -{ % enter with stack empty, return with empty string on stack - output.issue.doi.coden.isxn.lccn.url.eprint - note empty.or.unknown - { } - { - "\newblock" writeln - output.note - } - if$ - "" -} - -FUNCTION { output.issue.doi.coden.isxn.lccn.url.eprint.note.check } -{ % enter with stack empty, return with empty string on stack - output.issue.doi.coden.isxn.lccn.url.eprint - note empty.or.unknown - { } - { - "\newblock" writeln - output.note.check - } - if$ - "" -} - -FUNCTION { article } -{ - output.bibitem - - author empty.or.unknown - { - editor empty.or.unknown - { "neither author and editor supplied for " cite$ * warning$ } - { format.editors "editor" output.check } - if$ - } - { format.authors "author" output.check } - if$ - - author format.no.key output % added - output.year.check % added - new.block - format.articletitle "title" output.check - new.block - howpublished empty.or.unknown - { } - { "\bibinfo{howpublished}{" howpublished "}" * * output } - if$ - - crossref missing$ - { format.journal.volume.number.day.month.year output} - { - "cross reference in @Article{...} is unusual" warning$ - format.article.crossref output.nonnull - } - if$ - - format.pages.check.without.articleno output - format.articleno.numpages output - fin.block - output.issue.doi.coden.isxn.lccn.url.eprint.note - fin.entry -} - -FUNCTION { book } -{ - output.bibitem - author empty.or.unknown - { 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" bibinfo.output.check - address "address" bibinfo.output.check % jtb: require address - fin.sentence - pages empty.or.unknown - { format.bookpages } % use bookpages when pages empty - { format.pages.check "pages" tie.or.space.connect } - if$ - output - } - { new.block - format.book.crossref output.nonnull - } - if$ - fin.block - output.issue.doi.coden.isxn.lccn.url.eprint.note - 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 empty.or.unknown - { } - { "\bibinfo{howpublished}{" howpublished "}" * * output } - if$ - address output - fin.block - output.issue.doi.coden.isxn.lccn.url.eprint.note - fin.entry -} - -FUNCTION { inbook } -{ - output.bibitem - author empty.or.unknown - { 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" bibinfo.output.check - address "address" bibinfo.output.check % jtb: require address - format.bookpages output - format.chapter.pages - "chapter and pages" output.check % jtb: moved from before publisher - } - { - format.bookpages output - format.chapter.pages "chapter and pages" output.check - new.block - format.book.crossref output.nonnull - } - if$ - fin.block - output.issue.doi.coden.isxn.lccn.url.eprint.note - fin.entry -} - -FUNCTION { incollection } -{ - output.bibitem - format.authors "author" output.check - author format.key output % added - output.year.check % added - new.block - format.articletitle "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" bibinfo.output.check - address "address" bibinfo.output.check % jtb: require address - format.bookpages output - 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$ - fin.block - output.issue.doi.coden.isxn.lccn.url.eprint.note - fin.entry -} - -FUNCTION { inproceedings } -{ - output.bibitem - format.authors "author" output.check - author format.key output % added - output.year.check % added - new.block - format.articletitle "title" output.check - howpublished empty.or.unknown - { } - { "\bibinfo{howpublished}{" howpublished "}" * * output.dot.space } - if$ - crossref missing$ - { - journal missing$ % jtb: proceedings appearing in journals - { format.in.emphasize.booktitle format.city "booktitle" output.check.dot.space - format.series output.removenospace - format.editors.fml output % BV 2011/09/27 Moved dot to comma - format.bvolume.noseries output - new.sentence - organization output - publisher "publisher" bibinfo.output.check % jtb: require publisher (?) - address "address" bibinfo.output.check % jtb: require address - format.bookpages output - } - { - format.in.booktitle format.city "booktitle" output.check - format.editors.fml output - new.sentence - format.journal.volume.number.day.month.year output - } - if$ - format.articleno output - format.pages.check.without.articleno output - } - { - format.incoll.inproc.crossref output.nonnull - format.articleno output - format.pages.check.without.articleno output - } - if$ - format.articleno.numpages output - fin.block - output.issue.doi.coden.isxn.lccn.url.eprint.note - fin.entry -} - -FUNCTION { conference } { inproceedings } - -FUNCTION { manual } -{ - output.bibitem - author empty.or.unknown - { editor empty.or.unknown - { 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 - fin.block - output.issue.doi.coden.isxn.lccn.url.eprint.note - fin.entry -} - -FUNCTION { mastersthesis } -{ - output.bibitem - format.authors "author" output.check - author format.key output % added - output.year.check % added - new.block - format.title emphasize "title" output.check % NB: ACM style requires emphasized thesis title - new.block - "\bibinfo{thesistype}{Master's\ thesis}" format.thesis.type output - new.sentence - school "school" bibinfo.output.check - address empty.or.unknown - { } - { "\bibinfo{address}{" address * "}" * output } - if$ - new.block - format.advisor output - fin.block - output.issue.doi.coden.isxn.lccn.url.eprint.note - fin.entry -} - -FUNCTION { misc } -{ - output.bibitem - format.authors "author" output.check - author format.key output % added - output.year.check % added - title howpublished new.block.checkb - format.title output - new.block - howpublished empty.or.unknown - { } - { "\bibinfo{howpublished}{" howpublished "}" * * output } - if$ - "" output.nonnull.dot.space - calc.format.page.count output - fin.block - output.issue.doi.coden.isxn.lccn.url.eprint.note - fin.entry -} - -FUNCTION { online } { misc } - -FUNCTION { game } { misc } - - -FUNCTION { phdthesis } -{ - output.bibitem - format.authors "author" output.check - author format.key output % added - output.year.check % added - new.block - format.title emphasize "title" output.check % NB: ACM style requires emphasized thesis title - new.block - "\bibinfo{thesistype}{Ph.D. Dissertation}" format.thesis.type output - new.sentence - school "school" bibinfo.output.check - address empty.or.unknown - { } - { "\bibinfo{address}{" address * "}" * output } - if$ - new.block - format.advisor output - fin.block - output.issue.doi.coden.isxn.lccn.url.eprint.note - fin.entry -} - -FUNCTION {format.date} -{ year empty.or.unknown - { month empty.or.unknown - { - "" % output empty date if year/month both empty - day empty.or.unknown - { } - { "there's a day but no month or year in " cite$ * warning$ } - if$ - } - { "there's a month but no year in " cite$ * warning$ - month - day empty.or.unknown - { } - { " " * day * } - if$ - } - if$ - } - { month empty.or.unknown - { - year % output only year if month empty - day empty.or.unknown - { } - { "there's a day and year but no month in " cite$ * warning$ } - if$ - } - { - month " " * - day empty.or.unknown - { } - { day * ", " * } - if$ - year * - } - if$ - } - if$ -} - -FUNCTION {new.block.checka} -{ - empty.or.unknown - 'skip$ - 'new.block - if$ -} - -FUNCTION { periodical } -{ - output.bibitem - editor empty.or.unknown - { organization output } - { format.editors output.nonnull } - if$ - new.block - output.year.check - new.sentence - format.articletitle "title" output.check - format.journal.volume.number.day.month.year output - calc.format.page.count output - fin.entry -} - -FUNCTION { proceedings } -{ - output.bibitem - editor empty.or.unknown - { 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 empty.or.unknown - { } - { "\bibinfo{publisher}{" publisher * "}" * output } - if$ - address empty.or.unknown - { } - { "\bibinfo{address}{" address * "}" * output } - if$ - fin.block - output.issue.doi.coden.isxn.lccn.url.eprint.note - fin.entry -} - -FUNCTION { collection } { proceedings } - -FUNCTION { techreport } -{ - output.bibitem - format.authors "author" output.check - author format.key output % added - output.year.check % added - new.block - format.btitle "title" output.check - new.block -% format.tr.number output % jtb: moved month ... - format.tr.number output new.sentence % Gerry - need dot 2011/09/28 - institution "institution" bibinfo.output.check - address empty.or.unknown - { } - { "\bibinfo{address}{" address "}" * * output } - if$ - new.sentence - format.named.pages output - % ACM omits year at end in transactions style - % format.day.month.year output.nonnull.dot.space % jtb: ... to here (no parens) - fin.block - output.issue.doi.coden.isxn.lccn.url.eprint.note - 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 - fin.sentence - output.day.month.year % UTAH - calc.format.page.count output - fin.block - output.issue.doi.coden.isxn.lccn.url.eprint.note.check - fin.entry -} - -FUNCTION { default.type } { misc } - -%%% ACM journal-style month definitions: full name if 1--5 letters, else -%%% abbreviation of 3 or 4 characters and a dot - -MACRO {jan} {"Jan."} - -MACRO {feb} {"Feb."} - -MACRO {mar} {"March"} - -MACRO {apr} {"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."} - - - -READ - -FUNCTION { sortify } -{ - purify$ - "l" change.case$ -} - -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.or.unknown - { key empty.or.unknown - { "to sort, need author or key in " cite$ * warning$ - "" } - { key sortify } - if$ - } - { author sort.format.names } - if$ -} - -FUNCTION { author.editor.sort } -{ - author empty.or.unknown - { - editor empty.or.unknown - { - key empty.or.unknown - { "to sort, need author, editor, or key in " cite$ * warning$ - "" - } - { key sortify } - if$ - } - { editor sort.format.names } - 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.or.unknown - { organization empty.or.unknown - { key empty.or.unknown - { "to sort, need editor, organization, or key in " cite$ * warning$ - "" - } - { key sortify } - if$ - } - { organization sortify } - if$ - } - { editor sort.format.names } - if$ -} - -FUNCTION { author.editor.organization.sort } -{ - % added - GNP. Stack author or organization for sorting (from alpha.bst). - % Unlike alpha.bst, we need entire names, not abbreviations - - author empty.or.unknown - { - editor empty.or.unknown - { organization empty.or.unknown - { key empty.or.unknown - { "to sort, need author, editor, or key in " cite$ * warning$ - "" - } - { key sortify } - if$ - } - { organization sortify } - if$ - } - { editor sort.format.names } - if$ - } - { author 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 - basic.label.year - swap$ - " " - swap$ - * * - " " - * - sortify - year field.or.null purify$ #-1 #4 substring$ * % add year - " " - * - type$ "book" = - type$ "inbook" = - or - type$ "article" = - or - 'author.editor.sort - { type$ "proceedings" = - type$ "periodical" = - or - 'editor.organization.sort - { type$ "manual" = - 'author.editor.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 - -% From plainnat.bst -STRINGS { longest.label } - -INTEGERS { longest.label.width number.label } - -FUNCTION {initialize.longest.label} -{ "" 'longest.label := - #0 int.to.chr$ 'last.label := - "" 'next.extra := - #0 'longest.label.width := - #0 'last.extra.num := - #0 'number.label := -} - - - -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.basic.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.basic.label year field.or.null purify$ #-1 #4 substring$ * % add year - #1 entry.max$ substring$ 'last.label := % assign to last.label - } - if$ - number.label #1 + 'number.label := -} - -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} -EXECUTE {initialize.longest.label} - - -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 } -{ - %% Set to #0 show 13-digit ISBN in preference to 10-digit ISBN. - %% Set to #1 to show both 10-digit and 13-digit ISBNs. - #1 'show-isbn-10-and-13 := - - "%%% -*-BibTeX-*-" writeln - "%%% Do NOT edit. File created by BibTeX with style" writeln - "%%% ACM-Reference-Format-Journals [18-Jan-2012]." writeln - "" writeln - - preamble$ empty.or.unknown - 'skip$ - { preamble$ writeln } - if$ - "\begin{thebibliography}{" number.label int.to.str$ * "}" * writeln - "" writeln - "%%% ====================================================================" writeln - "%%% NOTE TO THE USER: you can override these defaults by providing" writeln - "%%% customized versions of any of these macros before the \bibliography" writeln - "%%% command. Each of them MUST provide its own final punctuation," writeln - "%%% except for \shownote{}, \showDOI{}, and \showURL{}. The latter two" writeln - "%%% do not use final punctuation, in order to avoid confusing it with" writeln - "%%% the Web address." writeln - "%%%" writeln - "%%% To suppress output of a particular field, define its macro to expand" writeln - "%%% to an empty string, or better, \unskip, like this:" writeln - "%%%" writeln - "%%% \newcommand{\showDOI}[1]{\unskip} % LaTeX syntax" writeln - "%%%" writeln - "%%% \def \showDOI #1{\unskip} % plain TeX syntax" writeln - "%%%" writeln - "%%% ====================================================================" writeln - "" writeln - - %% ACM publications do not use CODEN, ISSN, and LCCN data, so their default - %% macro wrappers expand to \unskip, discarding their values and unwanted - %% space. - %% - %% For other publications, prior definitions like these may be useful: - %% - %% Plain TeX: - %% \def \showCODEN #1{CODEN #1.} - %% \def \showISSN #1{ISSN #1.} - %% \def \showLCCN #1{LCCN #1.} - %% - %% LaTeX: - %% \newcommand{\showCODEN}[1]{CODEN #1.} - %% \newcommand{\showISSN}[1]#1{ISSN #1.} - %% \newcommand{\showLCCN}[1]{LCCN #1.} - - "\ifx \showCODEN \undefined \def \showCODEN #1{\unskip} \fi" writeln - "\ifx \showDOI \undefined \def \showDOI #1{#1}\fi" writeln - % ACM styles omit ISBNs, but they can be included by suitable definitions of - % \showISBNx and \showISBNxiii before the .bbl file is read - "\ifx \showISBNx \undefined \def \showISBNx #1{\unskip} \fi" writeln - "\ifx \showISBNxiii \undefined \def \showISBNxiii #1{\unskip} \fi" writeln - "\ifx \showISSN \undefined \def \showISSN #1{\unskip} \fi" writeln - "\ifx \showLCCN \undefined \def \showLCCN #1{\unskip} \fi" writeln - "\ifx \shownote \undefined \def \shownote #1{#1} \fi" writeln % NB: final period supplied by add.period$ above - "\ifx \showarticletitle \undefined \def \showarticletitle #1{#1} \fi" writeln - "\ifx \showURL \undefined \def \showURL {\relax} \fi" writeln - "% The following commands are used for tagged output and should be " writeln - "% invisible to TeX" writeln - "\providecommand\bibfield[2]{#2}" writeln - "\providecommand\bibinfo[2]{#2}" writeln - "\providecommand\natexlab[1]{#1}" writeln - "\providecommand\showeprint[2][]{arXiv:#2}" writeln -} - -EXECUTE {begin.bib} - -EXECUTE {init.state.consts} - -ITERATE {call.type$} - -FUNCTION { end.bib } -{ - newline$ - "\end{thebibliography}" - writeln -} - -EXECUTE {end.bib} diff --git a/original_submission/Makefile b/original_submission/Makefile deleted file mode 100644 index a09e6c9be6314ddc6ba838295a788120b896551c..0000000000000000000000000000000000000000 --- a/original_submission/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -all: - xelatex main.tex - bibtex main - xelatex main.tex - xelatex main.tex - rm -f main.aux main.bbl main.blg main.log main.out diff --git a/original_submission/data/exp_biketrace.csv b/original_submission/data/exp_biketrace.csv deleted file mode 100644 index 765bde642a084b13e05c4abf223e0dad79a6e9eb..0000000000000000000000000000000000000000 --- a/original_submission/data/exp_biketrace.csv +++ /dev/null @@ -1,202 +0,0 @@ -56004,7137.1 -56007,7128.3 -56008,7117.2 -56011,7109.4 -56012,7099.4 -56014,7090.7 -56016,7079.7 -56018,7071.6 -56019,7059.8 -56021,7050.1 -56024,7040.5 -56025,7029.7 -56027,7018.7 -56030,7007.2 -56032,6996.1 -56033,6987.2 -56035,6976.8 -56037,6966.1 -56037,6956.9 -56038,6946.6 -56038,6936.5 -56039,6927.1 -56039,6917.8 -56039,6907.1 -56039,6897.4 -56039,6888.2 -56039,6878.7 -56039,6868.9 -56036,6860 -56034,6851 -56032,6842.1 -56028,6832.4 -56026,6823.8 -56023,6814.8 -56020,6805.9 -56018,6797.3 -56015,6789.2 -56013,6781.5 -56011,6772 -56010,6764.2 -56009,6757.3 -56007,6750.5 -56002,6747.4 -55996,6744 -55990,6742.6 -55983,6745.5 -55977,6748.7 -55969,6752.5 -55961,6754.9 -55954,6758.7 -55947,6761.5 -55940,6764.4 -55932,6767.7 -55926,6769.8 -55919,6772.6 -55913,6776 -55906,6779.3 -55899,6781.4 -55892,6785 -55886,6789.3 -55880,6790 -55875,6792.1 -55869,6795.3 -55862,6797.9 -55855,6800.1 -55850,6802.8 -55844,6804.8 -55838,6808.8 -55832,6812 -55827,6814.9 -55821,6818.6 -55813,6822.7 -55806,6826.8 -55800,6830.5 -55793,6834.4 -55786,6838.5 -55780,6842.2 -55773,6846.3 -55765,6850.6 -55758,6855.2 -55750,6859.3 -55743,6863.2 -55736,6866.7 -55727,6871.3 -55719,6875.5 -55712,6880 -55704,6885 -55696,6889.3 -55687,6893.3 -55679,6896.9 -55670,6899 -55660,6900 -55651,6900.5 -55641,6900.9 -55631,6899.6 -55621,6898.9 -55611,6897.2 -55600,6895.9 -55592,6894.7 -55583,6894.1 -55572,6893.3 -55564,6893 -55557,6891.7 -55548,6891.6 -55540,6891 -55530,6890.6 -55521,6890.4 -55513,6890.3 -55507,6889.2 -55498,6889 -55491,6889.5 -55482,6890.7 -55474,6891.9 -55465,6893.1 -55458,6894.6 -55449,6896.7 -55441,6900.6 -55434,6901.6 -55426,6903.9 -55417,6906.4 -55410,6909.1 -55402,6911.8 -55394,6915 -55386,6917.7 -55379,6919.8 -55371,6921.9 -55363,6924.4 -55355,6926.9 -55347,6929.8 -55339,6932.2 -55331,6934.2 -55323,6935.8 -55314,6938.3 -55307,6940.3 -55300,6941.4 -55292,6943.4 -55284,6945.3 -55274,6947.9 -55267,6949.1 -55258,6951.1 -55250,6952.7 -55243,6955.6 -55234,6957.2 -55226,6958.7 -55218,6961.6 -55209,6963.3 -55202,6965.7 -55193,6967.6 -55184,6969.7 -55176,6971.4 -55167,6973.9 -55160,6974.5 -55151,6975.9 -55144,6977.7 -55136,6979.3 -55131,6980.1 -55123,6982.3 -55115,6983.3 -55109,6984.9 -55103,6986.1 -55096,6987.5 -55091,6989 -55084,6991.8 -55078,6993.9 -55072,6995 -55068,6995.5 -55063,6996 -55058,6997 -55053,6999.2 -55048,6997.4 -55043,6995.7 -55043,6990.2 -55040,6984.9 -55040,6979 -55039,6973 -55038,6967.8 -55037,6961.9 -55037,6955.1 -55036,6950.4 -55036,6945.5 -55036,6937.7 -55036,6931.3 -55035,6924.1 -55034,6917.7 -55033,6912.1 -55032,6905.7 -55032,6900.3 -55031,6893.5 -55030,6887.1 -55030,6880.9 -55029,6874.7 -55027,6868.4 -55027,6860.2 -55026,6851.9 -55025,6844.1 -55025,6836 -55025,6831.4 -55024,6826.7 -55023,6818.4 -55023,6810.6 -55022,6800.3 -55021,6792.2 diff --git a/original_submission/data/exp_biketraceCtl.csv b/original_submission/data/exp_biketraceCtl.csv deleted file mode 100644 index af8a25139ed222283d72967ea50418ce113d9efc..0000000000000000000000000000000000000000 --- a/original_submission/data/exp_biketraceCtl.csv +++ /dev/null @@ -1,3001 +0,0 @@ -500,1,1.4855,0,1.6536 -501,1,1.4946,0,1.6618 -502,1,1.5039,0,1.6701 -503,1,1.5132,0,1.6785 -504,1,1.5226,0,1.687 -505,1,1.5321,0,1.6955 -506,1,1.5417,0,1.7042 -507,1,1.5514,0,1.7129 -508,1,1.5612,0,1.7217 -509,1,1.571,0,1.7307 -510,1,1.581,0,1.7397 -511,1,1.591,0,1.7487 -512,1,1.6011,0,1.7579 -513,1,1.6112,0,1.7671 -514,1,1.6214,0,1.7764 -515,1,1.6317,0,1.7858 -516,1,1.6421,0,1.7953 -517,1,1.6526,0,1.8049 -518,1,1.6631,0,1.8145 -519,1,1.6737,0,1.8242 -520,1,1.6844,0,1.834 -521,1,1.6952,0,1.8439 -522,1,1.706,0,1.8539 -523,1,1.717,0,1.864 -524,1,1.728,0,1.8741 -525,1,1.7392,0,1.8844 -526,1,1.7504,0,1.8947 -527,1,1.7617,0,1.9052 -528,1,1.773,0,1.9157 -529,1,1.7845,0,1.9263 -530,1,1.7961,0,1.937 -531,1,1.8077,0,1.9478 -532,1,1.8194,0,1.9587 -533,1,1.8312,0,1.9696 -534,1,1.8431,0,1.9807 -535,1,1.8551,0,1.9918 -536,1,1.8671,0,2.003 -537,1,1.8792,0,2.0143 -538,1,1.8914,0,2.0257 -539,1,1.9037,0,2.0372 -540,1,1.916,0,2.0488 -541,1,1.9284,0,2.0604 -542,1,1.9409,0,2.0721 -543,1,1.9535,0,2.0839 -544,1,1.9661,0,2.0957 -545,1,1.9788,0,2.1077 -546,1,1.9916,0,2.1197 -547,1,2.0045,0,2.1318 -548,1,2.0174,0,2.144 -549,1,2.0304,0,2.1563 -550,1,2.0435,0,2.1687 -551,1,2.0567,0,2.1811 -552,1,2.07,0,2.1937 -553,1,2.0833,0,2.2063 -554,1,2.0967,0,2.219 -555,1,2.1102,0,2.2318 -556,1,2.1238,0,2.2447 -557,1,2.1374,0,2.2576 -558,1,2.1511,0,2.2706 -559,1,2.1649,0,2.2837 -560,1,2.1788,0,2.2969 -561,1,2.1927,0,2.3102 -562,1,2.2067,0,2.3236 -563,1,2.2209,0,2.3371 -564,1,2.235,0,2.3506 -565,1,2.2493,0,2.3642 -566,1,2.2637,0,2.378 -567,1,2.2781,0,2.3918 -568,1,2.2926,0,2.4056 -569,1,2.3072,0,2.4196 -570,1,2.3218,0,2.4336 -571,1,2.3365,0,2.4478 -572,1,2.3513,0,2.4619 -573,1,2.3661,0,2.4762 -574,1,2.381,0,2.4905 -575,1,2.396,0,2.5049 -576,1,2.411,0,2.5194 -577,1,2.4261,0,2.5339 -578,1,2.4413,0,2.5486 -579,1,2.4566,0,2.5633 -580,1,2.4719,0,2.578 -581,1,2.4873,0,2.5929 -582,1,2.5028,0,2.6079 -583,1,2.5183,0,2.6229 -584,1,2.5339,0,2.638 -585,1,2.5496,0,2.6532 -586,1,2.5654,0,2.6685 -587,1,2.5813,0,2.6838 -588,1,2.5972,0,2.6993 -589,1,2.6132,0,2.7148 -590,1,2.6292,0,2.7304 -591,1,2.6454,0,2.7461 -592,1,2.6616,0,2.7618 -593,1,2.6779,0,2.7776 -594,1,2.6943,0,2.7936 -595,1,2.7107,0,2.8096 -596,1,2.7272,0,2.8256 -597,1,1.4178,0,2.8418 -598,1,1.4256,0,2.858 -599,1,1.4335,0,2.8743 -600,1,1.4413,0,2.8906 -601,1,1.4493,0,2.9071 -602,1,1.4573,0,2.9236 -603,1,1.4654,0,2.9402 -604,1,1.4735,0,2.9568 -605,1,1.4817,0,2.9736 -606,1,1.4899,0,2.9904 -607,1,1.4983,0,3.0073 -608,1,1.5066,0,3.0242 -609,1,1.515,0,3.0412 -610,1,1.5235,0,3.0584 -611,1,1.5321,0,3.0755 -612,1,1.5407,0,3.0928 -613,1,1.5493,0,3.1101 -614,1,1.558,0,3.1275 -615,1,1.5668,0,3.145 -616,1,1.5756,0,3.1625 -617,1,1.5845,0,3.1802 -618,1,1.5935,0,3.1979 -619,1,1.6025,0,3.2157 -620,1,1.6116,0,3.2335 -621,1,1.6207,0,3.2515 -622,1,1.6299,0,3.2695 -623,1,1.6392,0,3.2876 -624,1,1.6485,0,3.3057 -625,1,1.6578,0,3.324 -626,1,1.6673,0,3.3423 -627,1,1.6767,0,3.3607 -628,1,1.6863,0,3.3791 -629,1,1.6958,0,3.3976 -630,1,1.7055,0,3.4162 -631,1,1.7152,0,3.4349 -632,1,1.7249,0,3.4536 -633,1,1.7347,0,3.4724 -634,1,1.7446,0,3.4913 -635,1,1.7545,0,3.5102 -636,1,1.7645,0,3.5293 -637,1,1.7745,0,3.5484 -638,1,1.7846,0,3.5676 -639,1,1.7948,0,3.5868 -640,1,1.805,0,3.6061 -641,1,1.8152,0,3.6255 -642,1,1.8255,0,3.6449 -643,1,1.8359,0,3.6645 -644,1,1.8463,0,3.6841 -645,1,1.8568,0,3.7037 -646,1,1.8673,0,3.7235 -647,1,1.8779,0,3.7433 -648,1,1.8885,0,3.7632 -649,1,1.8992,0,3.7831 -650,1,1.9099,0,3.8032 -651,1,1.9207,0,3.8233 -652,1,1.9316,0,3.8435 -653,1,1.9425,0,3.8637 -654,1,1.9534,0,3.884 -655,1,1.9644,0,3.9044 -656,1,1.9755,0,3.9248 -657,1,1.9866,0,3.9453 -658,1,1.9978,0,3.9659 -659,1,2.009,0,3.9866 -660,1,2.0203,0,4.0073 -661,1,2.0316,0,4.0281 -662,1,2.043,0,4.049 -663,1,2.0544,0,4.07 -664,1,2.0659,0,4.091 -665,1,2.0775,1,4.1121 -666,1,2.0891,1,4.1333 -667,1,2.1007,1,4.1545 -668,1,2.1124,1,4.1758 -669,1,2.1242,1,4.1972 -670,1,2.136,1,4.2187 -671,1,2.1478,1,4.2402 -672,1,2.1597,1,4.2617 -673,1,2.1717,1,4.2834 -674,1,2.1837,1,4.3051 -675,1,2.1957,1,4.3269 -676,1,2.2078,1,4.3487 -677,1,2.22,1,4.3707 -678,1,2.2322,1,4.3926 -679,1,2.2445,1,4.4147 -680,1,2.2568,1,4.4369 -681,1,2.2692,1,4.4591 -682,1,2.2816,1,4.4813 -683,1,2.294,1,4.5037 -684,1,2.3066,1,4.5261 -685,1,2.3191,1,4.5486 -686,1,2.3318,1,4.5711 -687,1,2.3444,1,4.5938 -688,1,2.3571,1,4.6165 -689,1,2.3699,1,4.6392 -690,1,2.3827,1,4.662 -691,1,2.3956,1,4.685 -692,1,2.4086,1,4.7079 -693,1,2.4215,1,4.731 -694,1,2.4346,1,4.7541 -695,1,2.4476,1,4.7773 -696,1,1.3776,0,1.5777 -697,1,1.3844,0,1.5843 -698,1,1.3913,0,1.591 -699,1,1.3982,0,1.5977 -700,1,1.4052,0,1.6045 -701,1,1.4123,0,1.6114 -702,1,1.4193,0,1.6183 -703,1,1.4264,0,1.6252 -704,1,1.4336,0,1.6322 -705,1,1.4408,0,1.6392 -706,1,1.448,0,1.6463 -707,1,1.4553,0,1.6535 -708,1,1.4626,0,1.6607 -709,1,1.4699,0,1.6679 -710,1,1.4773,0,1.6752 -711,1,1.4848,0,1.6826 -712,1,1.4923,0,1.69 -713,1,1.4998,0,1.6974 -714,1,1.5074,0,1.7049 -715,1,1.515,0,1.7125 -716,1,1.5227,0,1.7201 -717,1,1.5304,0,1.7277 -718,1,1.5381,0,1.7355 -719,1,1.5459,0,1.7432 -720,1,1.5537,0,1.751 -721,1,1.5616,0,1.7589 -722,1,1.5695,0,1.7668 -723,1,1.5775,0,1.7747 -724,1,1.5855,0,1.7828 -725,1,1.5935,0,1.7908 -726,1,1.6016,0,1.7989 -727,1,1.6097,0,1.8071 -728,1,1.6179,0,1.8153 -729,1,1.6261,0,1.8236 -730,1,1.6343,0,1.8319 -731,1,1.6426,0,1.8403 -732,1,1.651,0,1.8487 -733,1,1.6593,0,1.8571 -734,1,1.6677,0,1.8657 -735,1,1.6762,0,1.8742 -736,1,1.6847,0,1.8828 -737,1,1.6932,0,1.8915 -738,1,1.7018,0,1.9002 -739,1,1.7104,0,1.9089 -740,1,1.7191,0,1.9177 -741,1,1.7278,0,1.9266 -742,1,1.7365,0,1.9355 -743,1,1.7453,0,1.9445 -744,1,1.7541,0,1.9535 -745,1,1.763,0,1.9625 -746,1,1.7718,0,1.9716 -747,1,1.7808,0,1.9807 -748,1,1.7897,0,1.9899 -749,1,1.7988,0,1.9992 -750,1,1.8078,0,2.0084 -751,1,1.8169,0,2.0178 -752,1,1.826,0,2.0272 -753,1,1.8352,0,2.0366 -754,1,1.8444,0,2.0461 -755,1,1.8537,0,2.0556 -756,1,1.863,0,2.0652 -757,1,1.8723,0,2.0748 -758,1,1.8817,0,2.0844 -759,1,1.8911,0,2.0942 -760,1,1.9005,0,2.1039 -761,1,1.91,0,2.1137 -762,1,1.9195,0,2.1236 -763,1,1.9291,0,2.1335 -764,1,1.9387,0,2.1434 -765,1,1.9483,0,2.1534 -766,1,1.958,0,2.1635 -767,1,1.9677,0,2.1736 -768,1,1.9775,0,2.1837 -769,1,1.9873,0,2.1939 -770,1,1.9971,0,2.2041 -771,1,2.007,0,2.2144 -772,1,2.0169,0,2.2247 -773,1,2.0269,0,2.2351 -774,1,2.0369,0,2.2455 -775,1,2.0469,0,2.2559 -776,1,2.0569,0,2.2664 -777,1,2.067,0,2.277 -778,1,2.0772,0,2.2876 -779,1,2.0873,0,2.2982 -780,1,2.0976,0,2.3089 -781,1,2.1078,0,2.3196 -782,1,2.1181,0,2.3304 -783,1,2.1284,0,2.3412 -784,1,2.1388,0,2.3521 -785,1,2.1492,0,2.363 -786,1,2.1597,0,2.374 -787,1,2.1701,0,2.385 -788,1,2.1807,0,2.396 -789,1,2.1912,0,2.4071 -790,1,2.2018,0,2.4182 -791,1,2.2124,0,2.4294 -792,1,2.2231,0,2.4406 -793,1,2.2338,0,2.4518 -794,1,2.2445,0,2.4631 -795,1,2.2553,0,2.4745 -796,1,1.3417,0,2.4859 -797,1,1.3477,0,2.4973 -798,1,1.3538,0,2.5088 -799,1,1.3599,0,2.5203 -800,1,1.3661,0,2.5319 -801,1,1.3723,0,2.5435 -802,1,1.3785,0,2.5551 -803,1,1.3847,0,2.5668 -804,1,1.391,0,2.5786 -805,1,1.3973,0,2.5904 -806,1,1.4037,0,2.6022 -807,1,1.4101,0,2.6141 -808,1,1.4165,0,2.626 -809,1,1.423,0,2.638 -810,1,1.4294,0,2.65 -811,1,1.436,0,2.6621 -812,1,1.4425,0,2.6742 -813,1,1.4491,0,2.6863 -814,1,1.4557,0,2.6985 -815,1,1.4623,0,2.7107 -816,1,1.469,0,2.723 -817,1,1.4757,0,2.7353 -818,1,1.4825,0,2.7476 -819,1,1.4892,0,2.76 -820,1,1.496,0,2.7724 -821,1,1.5029,0,2.7849 -822,1,1.5098,0,2.7974 -823,1,1.5167,0,2.81 -824,1,1.5236,0,2.8226 -825,1,1.5306,0,2.8352 -826,1,1.5376,0,2.8479 -827,1,1.5446,0,2.8607 -828,1,1.5517,0,2.8734 -829,1,1.5588,0,2.8862 -830,1,1.5659,0,2.8991 -831,1,1.5731,0,2.912 -832,1,1.5803,0,2.9249 -833,1,1.5875,0,2.9379 -834,1,1.5948,0,2.9509 -835,1,1.6021,0,2.964 -836,1,1.6094,0,2.9771 -837,1,1.6167,0,2.9902 -838,1,1.6241,0,3.0034 -839,1,1.6315,0,3.0166 -840,1,1.639,0,3.0299 -841,1,1.6465,0,3.0432 -842,1,1.654,0,3.0565 -843,1,1.6615,0,3.0699 -844,1,1.669,0,3.0833 -845,1,1.6766,0,3.0968 -846,1,1.6842,0,3.1102 -847,1,1.6919,0,3.1238 -848,1,1.6996,0,3.1373 -849,1,1.7073,0,3.151 -850,1,1.7151,0,3.1646 -851,1,1.7228,0,3.1784 -852,1,1.7307,0,3.1921 -853,1,1.7385,0,3.2059 -854,1,1.7464,0,3.2198 -855,1,1.7543,0,3.2337 -856,1,1.7623,0,3.2476 -857,1,1.7702,0,3.2616 -858,1,1.7782,0,3.2756 -859,1,1.7863,0,3.2896 -860,1,1.7944,0,3.3037 -861,1,1.8025,0,3.3179 -862,1,1.8106,0,3.332 -863,1,1.8188,0,3.3463 -864,1,1.827,0,3.3605 -865,1,1.8352,0,3.3749 -866,1,1.8435,0,3.3892 -867,1,1.8518,0,3.4036 -868,1,1.8601,0,3.418 -869,1,1.8684,0,3.4325 -870,1,1.8768,0,3.447 -871,1,1.8852,0,3.4615 -872,1,1.8936,0,3.476 -873,1,1.9021,0,3.4906 -874,1,1.9106,0,3.5053 -875,1,1.9191,0,3.5199 -876,1,1.9276,0,3.5346 -877,1,1.9362,0,3.5494 -878,1,1.9448,0,3.5642 -879,1,1.9535,0,3.579 -880,1,1.9621,0,3.5939 -881,1,1.9708,0,3.6088 -882,1,1.9796,0,3.6238 -883,1,1.9884,0,3.6388 -884,1,1.9971,0,3.6538 -885,1,2.006,0,3.6689 -886,1,2.0148,0,3.684 -887,1,2.0237,0,3.6992 -888,1,2.0326,0,3.7144 -889,1,2.0416,0,3.7297 -890,1,2.0506,0,3.7449 -891,1,2.0596,0,3.7603 -892,1,2.0686,0,3.7756 -893,1,2.0777,0,3.791 -894,1,2.0868,0,3.8065 -895,1,2.0959,0,3.8219 -896,1,1.3072,0,3.8375 -897,1,1.3126,0,3.853 -898,1,1.3181,0,3.8686 -899,1,1.3236,0,3.8843 -900,1,1.3291,0,3.8999 -901,1,1.3346,0,3.9157 -902,1,1.3402,0,3.9314 -903,1,1.3458,0,3.9472 -904,1,1.3514,0,3.9631 -905,1,1.3571,0,3.979 -906,1,1.3628,0,3.9949 -907,1,1.3685,0,4.0109 -908,1,1.3742,0,4.0269 -909,1,1.38,0,4.0429 -910,1,1.3858,0,4.059 -911,1,1.3916,0,4.0751 -912,1,1.3974,0,4.0912 -913,1,1.4033,1,4.1074 -914,1,1.4092,1,4.1236 -915,1,1.4151,1,4.1398 -916,1,1.421,1,4.156 -917,1,1.427,1,4.1723 -918,1,1.433,1,4.1887 -919,1,1.439,1,4.205 -920,1,1.445,1,4.2214 -921,1,1.4511,1,4.2379 -922,1,1.4572,1,4.2544 -923,1,1.4634,1,4.2709 -924,1,1.4695,1,4.2875 -925,1,1.4757,1,4.3042 -926,1,1.4819,1,4.3208 -927,1,1.4882,1,4.3376 -928,1,1.4945,1,4.3543 -929,1,1.5008,1,4.3711 -930,1,1.5071,1,4.388 -931,1,1.5135,1,4.4049 -932,1,1.5199,1,4.4218 -933,1,1.5263,1,4.4388 -934,1,1.5327,1,4.4557 -935,1,1.5392,1,4.4728 -936,1,1.5457,1,4.4898 -937,1,1.5522,1,4.5069 -938,1,1.5588,1,4.5241 -939,1,1.5654,1,4.5413 -940,1,1.572,1,4.5585 -941,1,1.5786,1,4.5758 -942,1,1.5853,1,4.5931 -943,1,1.592,1,4.6104 -944,1,1.5987,1,4.6278 -945,1,1.6054,1,4.6452 -946,1,1.6122,1,4.6627 -947,1,1.619,1,4.6802 -948,1,1.6258,1,4.6977 -949,1,1.6326,1,4.7152 -950,1,1.6395,1,4.7328 -951,1,1.6464,1,4.7504 -952,1,1.6533,1,4.7681 -953,1,1.6603,1,4.7858 -954,1,1.6673,1,4.8035 -955,1,1.6743,1,4.8213 -956,1,1.6813,1,4.8392 -957,1,1.6884,1,4.857 -958,1,1.6955,1,4.875 -959,1,1.7026,1,4.8929 -960,1,1.7097,1,4.9109 -961,1,1.7169,1,4.9289 -962,1,1.7241,1,4.9469 -963,1,1.7313,1,4.965 -964,1,1.7386,1,4.9832 -965,1,1.7458,1,5.0013 -966,1,1.7531,1,5.0196 -967,1,1.7605,1,5.0378 -968,1,1.7678,1,5.0561 -969,1,1.7752,1,5.0744 -970,1,1.7826,1,5.0928 -971,1,1.7901,1,5.1112 -972,1,1.7976,1,5.1297 -973,1,1.805,1,5.1482 -974,1,1.8126,1,5.1667 -975,1,1.8201,1,5.1853 -976,1,1.8277,1,5.2038 -977,1,1.8353,1,5.2224 -978,1,1.8429,1,5.2411 -979,1,1.8505,1,5.2598 -980,1,1.8582,1,5.2786 -981,1,1.866,1,5.2974 -982,1,1.8737,1,5.3163 -983,1,1.8815,1,5.3352 -984,1,1.8893,1,5.3541 -985,1,1.8972,1,5.3731 -986,1,1.905,1,5.3921 -987,1,1.9129,1,5.4112 -988,1,1.9208,1,5.4303 -989,1,1.9287,1,5.4493 -990,1,1.9367,1,5.4684 -991,1,1.9446,1,5.4876 -992,1,1.9526,1,5.5067 -993,1,1.9606,1,5.5259 -994,1,1.9686,1,5.5451 -995,1,1.9767,1,5.5644 -996,1,1.2784,0,1.6007 -997,1,1.2834,0,1.6057 -998,1,1.2884,0,1.6106 -999,1,1.2935,0,1.6156 -1000,1,1.2985,0,1.6207 -1001,1,1.3037,0,1.6257 -1002,1,1.3088,0,1.6308 -1003,1,1.314,0,1.6359 -1004,1,1.3191,0,1.641 -1005,1,1.3244,0,1.6462 -1006,1,1.3296,0,1.6514 -1007,1,1.3349,0,1.6566 -1008,1,1.3402,0,1.6619 -1009,1,1.3455,0,1.6671 -1010,1,1.3508,0,1.6724 -1011,1,1.3562,0,1.6777 -1012,1,1.3616,0,1.6831 -1013,1,1.367,0,1.6885 -1014,1,1.3725,0,1.6938 -1015,1,1.3779,0,1.6993 -1016,1,1.3834,0,1.7047 -1017,1,1.3889,0,1.7102 -1018,1,1.3944,0,1.7157 -1019,1,1.4,0,1.7212 -1020,1,1.4056,0,1.7267 -1021,1,1.4112,0,1.7323 -1022,1,1.4169,0,1.7379 -1023,1,1.4226,0,1.7436 -1024,1,1.4283,0,1.7492 -1025,1,1.434,0,1.7549 -1026,1,1.4398,0,1.7606 -1027,1,1.4455,0,1.7664 -1028,1,1.4514,0,1.7721 -1029,1,1.4572,0,1.7779 -1030,1,1.463,0,1.7837 -1031,1,1.4689,0,1.7896 -1032,1,1.4748,0,1.7954 -1033,1,1.4807,0,1.8013 -1034,1,1.4867,0,1.8072 -1035,1,1.4927,0,1.8132 -1036,1,1.4987,0,1.8191 -1037,1,1.5047,0,1.8251 -1038,1,1.5108,0,1.8311 -1039,1,1.5168,0,1.8372 -1040,1,1.5229,0,1.8432 -1041,1,1.5291,0,1.8493 -1042,1,1.5352,0,1.8554 -1043,1,1.5414,0,1.8616 -1044,1,1.5476,0,1.8677 -1045,1,1.5538,0,1.8739 -1046,1,1.5601,0,1.8801 -1047,1,1.5664,0,1.8864 -1048,1,1.5727,0,1.8927 -1049,1,1.579,0,1.899 -1050,1,1.5854,0,1.9053 -1051,1,1.5918,0,1.9116 -1052,1,1.5982,0,1.918 -1053,1,1.6046,0,1.9244 -1054,1,1.6111,0,1.9308 -1055,1,1.6176,0,1.9373 -1056,1,1.6241,0,1.9438 -1057,1,1.6306,0,1.9503 -1058,1,1.6372,0,1.9568 -1059,1,1.6438,0,1.9633 -1060,1,1.6504,0,1.9699 -1061,1,1.6571,0,1.9765 -1062,1,1.6637,0,1.9831 -1063,1,1.6704,0,1.9898 -1064,1,1.6772,0,1.9965 -1065,1,1.6839,0,2.0032 -1066,1,1.6907,0,2.0099 -1067,1,1.6975,0,2.0167 -1068,1,1.7043,0,2.0234 -1069,1,1.7111,0,2.0302 -1070,1,1.718,0,2.0371 -1071,1,1.7249,0,2.0439 -1072,1,1.7318,0,2.0508 -1073,1,1.7387,0,2.0577 -1074,1,1.7457,0,2.0646 -1075,1,1.7527,0,2.0715 -1076,1,1.7597,0,2.0785 -1077,1,1.7667,0,2.0855 -1078,1,1.7738,0,2.0925 -1079,1,1.7809,0,2.0995 -1080,1,1.788,0,2.1066 -1081,1,1.7952,0,2.1137 -1082,1,1.8024,0,2.1208 -1083,1,1.8096,0,2.128 -1084,1,1.8168,0,2.1352 -1085,1,1.8241,0,2.1424 -1086,1,1.8314,0,2.1496 -1087,1,1.8387,0,2.1569 -1088,1,1.846,0,2.1641 -1089,1,1.8533,0,2.1714 -1090,1,1.8607,0,2.1787 -1091,1,1.8681,0,2.1861 -1092,1,1.8756,0,2.1935 -1093,1,1.2515,0,2.2009 -1094,1,1.2563,0,2.2083 -1095,1,1.2611,0,2.2157 -1096,1,1.266,0,2.2232 -1097,1,1.2708,0,2.2307 -1098,1,1.2757,0,2.2382 -1099,1,1.2806,0,2.2458 -1100,1,1.2856,0,2.2534 -1101,1,1.2905,0,2.261 -1102,1,1.2955,0,2.2686 -1103,1,1.3005,0,2.2763 -1104,1,1.3056,0,2.2839 -1105,1,1.3106,0,2.2916 -1106,1,1.3157,0,2.2993 -1107,1,1.3208,0,2.3071 -1108,1,1.3259,0,2.3148 -1109,1,1.3311,0,2.3226 -1110,1,1.3363,0,2.3304 -1111,1,1.3415,0,2.3383 -1112,1,1.3467,0,2.3461 -1113,1,1.352,0,2.354 -1114,1,1.3572,0,2.3619 -1115,1,1.3625,0,2.3699 -1116,1,1.3679,0,2.3778 -1117,1,1.3732,0,2.3858 -1118,1,1.3786,0,2.3938 -1119,1,1.384,0,2.4019 -1120,1,1.3894,0,2.4099 -1121,1,1.3949,0,2.418 -1122,1,1.4004,0,2.4261 -1123,1,1.4059,0,2.4343 -1124,1,1.4115,0,2.4424 -1125,1,1.417,0,2.4506 -1126,1,1.4226,0,2.4589 -1127,1,1.4282,0,2.4671 -1128,1,1.4339,0,2.4754 -1129,1,1.4395,0,2.4837 -1130,1,1.4452,0,2.492 -1131,1,1.4509,0,2.5003 -1132,1,1.4567,0,2.5086 -1133,1,1.4624,0,2.517 -1134,1,1.4682,0,2.5254 -1135,1,1.474,0,2.5338 -1136,1,1.4798,0,2.5423 -1137,1,1.4857,0,2.5507 -1138,1,1.4916,0,2.5592 -1139,1,1.4975,0,2.5678 -1140,1,1.5034,0,2.5763 -1141,1,1.5094,0,2.5849 -1142,1,1.5154,0,2.5935 -1143,1,1.5214,0,2.6022 -1144,1,1.5275,0,2.6108 -1145,1,1.5335,0,2.6195 -1146,1,1.5396,0,2.6282 -1147,1,1.5457,0,2.6369 -1148,1,1.5519,0,2.6457 -1149,1,1.5581,0,2.6545 -1150,1,1.5643,0,2.6633 -1151,1,1.5705,0,2.6721 -1152,1,1.5767,0,2.6809 -1153,1,1.583,0,2.6898 -1154,1,1.5893,0,2.6987 -1155,1,1.5956,0,2.7076 -1156,1,1.6019,0,2.7165 -1157,1,1.6082,0,2.7255 -1158,1,1.6146,0,2.7344 -1159,1,1.621,0,2.7434 -1160,1,1.6274,0,2.7525 -1161,1,1.6339,0,2.7615 -1162,1,1.6404,0,2.7706 -1163,1,1.6469,0,2.7797 -1164,1,1.6534,0,2.7888 -1165,1,1.66,0,2.798 -1166,1,1.6666,0,2.8072 -1167,1,1.6732,0,2.8164 -1168,1,1.6798,0,2.8256 -1169,1,1.6865,0,2.8348 -1170,1,1.6932,0,2.8441 -1171,1,1.6999,0,2.8534 -1172,1,1.7066,0,2.8627 -1173,1,1.7134,0,2.8721 -1174,1,1.7202,0,2.8815 -1175,1,1.727,0,2.8909 -1176,1,1.7339,0,2.9003 -1177,1,1.7408,0,2.9098 -1178,1,1.7477,0,2.9193 -1179,1,1.7546,0,2.9288 -1180,1,1.7616,0,2.9383 -1181,1,1.7686,0,2.9479 -1182,1,1.7755,0,2.9575 -1183,1,1.7826,0,2.967 -1184,1,1.7896,0,2.9767 -1185,1,1.7967,0,2.9863 -1186,1,1.8037,0,2.9959 -1187,1,1.8109,0,3.0056 -1188,1,1.818,0,3.0153 -1189,1,1.8252,0,3.0251 -1190,1,1.8323,0,3.0348 -1191,1,1.8396,0,3.0446 -1192,1,1.8468,0,3.0544 -1193,1,1.243,0,3.0643 -1194,1,1.2477,0,3.0741 -1195,1,1.2524,0,3.084 -1196,1,1.2572,0,3.094 -1197,1,1.262,0,3.1039 -1198,1,1.2668,0,3.1139 -1199,1,1.2716,0,3.1239 -1200,1,1.2765,0,3.1339 -1201,1,1.2813,0,3.1439 -1202,1,1.2862,0,3.154 -1203,1,1.2912,0,3.1641 -1204,1,1.2961,0,3.1742 -1205,1,1.3011,0,3.1843 -1206,1,1.3061,0,3.1944 -1207,1,1.3111,0,3.2046 -1208,1,1.3161,0,3.2148 -1209,1,1.3212,0,3.225 -1210,1,1.3263,0,3.2352 -1211,1,1.3314,0,3.2455 -1212,1,1.3365,0,3.2558 -1213,1,1.3417,0,3.2662 -1214,1,1.3469,0,3.2765 -1215,1,1.3522,0,3.2869 -1216,1,1.3574,0,3.2974 -1217,1,1.3627,0,3.3078 -1218,1,1.3681,0,3.3183 -1219,1,1.3734,0,3.3288 -1220,1,1.3788,0,3.3393 -1221,1,1.3841,0,3.3499 -1222,1,1.3895,0,3.3604 -1223,1,1.395,0,3.371 -1224,1,1.4004,0,3.3816 -1225,1,1.4059,0,3.3922 -1226,1,1.4114,0,3.4029 -1227,1,1.4169,0,3.4135 -1228,1,1.4224,0,3.4242 -1229,1,1.428,0,3.4349 -1230,1,1.4336,0,3.4456 -1231,1,1.4392,0,3.4564 -1232,1,1.4448,0,3.4672 -1233,1,1.4504,0,3.478 -1234,1,1.4561,0,3.4888 -1235,1,1.4618,0,3.4996 -1236,1,1.4675,0,3.5105 -1237,1,1.4733,0,3.5214 -1238,1,1.4791,0,3.5323 -1239,1,1.4849,0,3.5433 -1240,1,1.4907,0,3.5543 -1241,1,1.4966,0,3.5653 -1242,1,1.5025,0,3.5763 -1243,1,1.5084,0,3.5874 -1244,1,1.5143,0,3.5984 -1245,1,1.5202,0,3.6095 -1246,1,1.5262,0,3.6207 -1247,1,1.5322,0,3.6318 -1248,1,1.5382,0,3.643 -1249,1,1.5443,0,3.6542 -1250,1,1.5504,0,3.6654 -1251,1,1.5565,0,3.6766 -1252,1,1.5626,0,3.6879 -1253,1,1.5687,0,3.6992 -1254,1,1.5749,0,3.7105 -1255,1,1.5811,0,3.7219 -1256,1,1.5873,0,3.7332 -1257,1,1.5935,0,3.7446 -1258,1,1.5998,0,3.756 -1259,1,1.6061,0,3.7675 -1260,1,1.6124,0,3.7789 -1261,1,1.6187,0,3.7904 -1262,1,1.6251,0,3.8019 -1263,1,1.6315,0,3.8134 -1264,1,1.6379,0,3.825 -1265,1,1.6443,0,3.8366 -1266,1,1.6508,0,3.8482 -1267,1,1.6573,0,3.8598 -1268,1,1.6638,0,3.8715 -1269,1,1.6703,0,3.8832 -1270,1,1.6769,0,3.8949 -1271,1,1.6835,0,3.9066 -1272,1,1.6901,0,3.9184 -1273,1,1.6968,0,3.9302 -1274,1,1.7034,0,3.9421 -1275,1,1.7101,0,3.9539 -1276,1,1.7169,0,3.9658 -1277,1,1.7236,0,3.9777 -1278,1,1.7304,0,3.9897 -1279,1,1.7372,0,4.0016 -1280,1,1.744,0,4.0136 -1281,1,1.7509,0,4.0256 -1282,1,1.7577,0,4.0377 -1283,1,1.7646,0,4.0497 -1284,1,1.7715,0,4.0618 -1285,1,1.7784,0,4.0738 -1286,1,1.7854,0,4.086 -1287,1,1.7924,0,4.0981 -1288,1,1.7993,1,4.1102 -1289,1,1.8064,1,4.1224 -1290,1,1.8134,1,4.1346 -1291,1,1.8205,1,4.1469 -1292,1,1.2348,1,4.1591 -1293,1,1.2395,1,4.1714 -1294,1,1.2441,1,4.1838 -1295,1,1.2488,1,4.1961 -1296,1,1.2535,1,4.2085 -1297,1,1.2583,1,4.2209 -1298,1,1.263,1,4.2334 -1299,1,1.2678,1,4.2458 -1300,1,1.2726,1,4.2583 -1301,1,1.2774,1,4.2708 -1302,1,1.2823,1,4.2834 -1303,1,1.2872,1,4.2959 -1304,1,1.2921,1,4.3085 -1305,1,1.297,1,4.3211 -1306,1,1.3019,1,4.3337 -1307,1,1.3069,1,4.3463 -1308,1,1.3118,1,4.3589 -1309,1,1.3168,1,4.3716 -1310,1,1.3219,1,4.3843 -1311,1,1.3269,1,4.397 -1312,1,1.332,1,4.4098 -1313,1,1.337,1,4.4225 -1314,1,1.3422,1,4.4353 -1315,1,1.3473,1,4.4482 -1316,1,1.3525,1,4.461 -1317,1,1.3576,1,4.4739 -1318,1,1.3628,1,4.4868 -1319,1,1.3681,1,4.4997 -1320,1,1.3733,1,4.5127 -1321,1,1.3786,1,4.5257 -1322,1,1.3839,1,4.5387 -1323,1,1.3892,1,4.5517 -1324,1,1.3946,1,4.5648 -1325,1,1.4,1,4.5779 -1326,1,1.4054,1,4.591 -1327,1,1.4108,1,4.6041 -1328,1,1.4162,1,4.6173 -1329,1,1.4217,1,4.6305 -1330,1,1.4272,1,4.6437 -1331,1,1.4327,1,4.6569 -1332,1,1.4382,1,4.6701 -1333,1,1.4437,1,4.6834 -1334,1,1.4493,1,4.6967 -1335,1,1.4549,1,4.71 -1336,1,1.4605,1,4.7233 -1337,1,1.4661,1,4.7367 -1338,1,1.4718,1,4.7501 -1339,1,1.4775,1,4.7635 -1340,1,1.4832,1,4.7769 -1341,1,1.4889,1,4.7904 -1342,1,1.4947,1,4.8039 -1343,1,1.5004,1,4.8174 -1344,1,1.5063,1,4.831 -1345,1,1.5121,1,4.8446 -1346,1,1.518,1,4.8582 -1347,1,1.5238,1,4.8718 -1348,1,1.5298,1,4.8855 -1349,1,1.5357,1,4.8992 -1350,1,1.5416,1,4.913 -1351,1,1.5476,1,4.9267 -1352,1,1.5536,1,4.9405 -1353,1,1.5596,1,4.9543 -1354,1,1.5657,1,4.9681 -1355,1,1.5717,1,4.9819 -1356,1,1.5778,1,4.9958 -1357,1,1.5839,1,5.0096 -1358,1,1.59,1,5.0235 -1359,1,1.5961,1,5.0374 -1360,1,1.6023,1,5.0514 -1361,1,1.6085,1,5.0653 -1362,1,1.6147,1,5.0793 -1363,1,1.6209,1,5.0934 -1364,1,1.6272,1,5.1074 -1365,1,1.6334,1,5.1215 -1366,1,1.6397,1,5.1356 -1367,1,1.6461,1,5.1497 -1368,1,1.6524,1,5.1639 -1369,1,1.6588,1,5.1781 -1370,1,1.6652,1,5.1923 -1371,1,1.6716,1,5.2066 -1372,1,1.678,1,5.2208 -1373,1,1.6845,1,5.2351 -1374,1,1.691,1,5.2494 -1375,1,1.6975,1,5.2638 -1376,1,1.704,1,5.2781 -1377,1,1.7106,1,5.2925 -1378,1,1.7171,1,5.3069 -1379,1,1.7237,1,5.3214 -1380,1,1.7303,1,5.3358 -1381,1,1.737,1,5.3503 -1382,1,1.7436,1,5.3648 -1383,1,1.7503,1,5.3793 -1384,1,1.757,1,5.3938 -1385,1,1.7637,1,5.4084 -1386,1,1.7704,1,5.423 -1387,1,1.7771,1,5.4376 -1388,1,1.7839,1,5.4522 -1389,1,1.7907,1,5.4668 -1390,1,1.7975,1,5.4815 -1391,1,1.8044,1,5.4962 -1392,1,1.2297,0,1.6142 -1393,1,1.2342,0,1.6182 -1394,1,1.2387,0,1.6222 -1395,1,1.2432,0,1.6263 -1396,1,1.2478,0,1.6303 -1397,1,1.2524,0,1.6344 -1398,1,1.257,0,1.6385 -1399,1,1.2616,0,1.6426 -1400,1,1.2663,0,1.6468 -1401,1,1.2709,0,1.6509 -1402,1,1.2756,0,1.6551 -1403,1,1.2803,0,1.6593 -1404,1,1.2851,0,1.6636 -1405,1,1.2898,0,1.6678 -1406,1,1.2946,0,1.6721 -1407,1,1.2994,0,1.6764 -1408,1,1.3042,0,1.6807 -1409,1,1.3091,0,1.685 -1410,1,1.3139,0,1.6894 -1411,1,1.3188,0,1.6938 -1412,1,1.3237,0,1.6982 -1413,1,1.3286,0,1.7026 -1414,1,1.3336,0,1.7071 -1415,1,1.3385,0,1.7115 -1416,1,1.3435,0,1.716 -1417,1,1.3485,0,1.7205 -1418,1,1.3535,0,1.725 -1419,1,1.3586,0,1.7296 -1420,1,1.3636,0,1.7342 -1421,1,1.3687,0,1.7387 -1422,1,1.3738,0,1.7434 -1423,1,1.3789,0,1.748 -1424,1,1.3841,0,1.7526 -1425,1,1.3892,0,1.7573 -1426,1,1.3944,0,1.762 -1427,1,1.3996,0,1.7667 -1428,1,1.4049,0,1.7715 -1429,1,1.4101,0,1.7763 -1430,1,1.4154,0,1.781 -1431,1,1.4207,0,1.7859 -1432,1,1.426,0,1.7907 -1433,1,1.4313,0,1.7955 -1434,1,1.4367,0,1.8004 -1435,1,1.4421,0,1.8053 -1436,1,1.4474,0,1.8102 -1437,1,1.4529,0,1.8152 -1438,1,1.4583,0,1.8201 -1439,1,1.4637,0,1.8251 -1440,1,1.4692,0,1.8301 -1441,1,1.4747,0,1.8351 -1442,1,1.4802,0,1.8401 -1443,1,1.4857,0,1.8452 -1444,1,1.4913,0,1.8503 -1445,1,1.4969,0,1.8554 -1446,1,1.5025,0,1.8605 -1447,1,1.5081,0,1.8657 -1448,1,1.5137,0,1.8709 -1449,1,1.5194,0,1.8761 -1450,1,1.5251,0,1.8813 -1451,1,1.5307,0,1.8865 -1452,1,1.5365,0,1.8918 -1453,1,1.5422,0,1.8971 -1454,1,1.5479,0,1.9024 -1455,1,1.5537,0,1.9077 -1456,1,1.5595,0,1.913 -1457,1,1.5653,0,1.9184 -1458,1,1.5711,0,1.9237 -1459,1,1.577,0,1.9292 -1460,1,1.5828,0,1.9346 -1461,1,1.5887,0,1.94 -1462,1,1.5946,0,1.9455 -1463,1,1.6006,0,1.951 -1464,1,1.6065,0,1.9565 -1465,1,1.6125,0,1.962 -1466,1,1.6185,0,1.9676 -1467,1,1.6245,0,1.9731 -1468,1,1.6305,0,1.9787 -1469,1,1.6365,0,1.9844 -1470,1,1.6426,0,1.99 -1471,1,1.6486,0,1.9956 -1472,1,1.6547,0,2.0013 -1473,1,1.6608,0,2.007 -1474,1,1.667,0,2.0127 -1475,1,1.6731,0,2.0185 -1476,1,1.6793,0,2.0242 -1477,1,1.6855,0,2.03 -1478,1,1.6917,0,2.0358 -1479,1,1.6979,0,2.0416 -1480,1,1.7042,0,2.0475 -1481,1,1.7104,0,2.0534 -1482,1,1.7167,0,2.0593 -1483,1,1.723,0,2.0652 -1484,1,1.7294,0,2.0711 -1485,1,1.7357,0,2.0771 -1486,1,1.7421,0,2.083 -1487,1,1.7485,0,2.089 -1488,1,1.7549,0,2.0951 -1489,1,1.7613,0,2.1011 -1490,1,1.7678,0,2.1072 -1491,1,1.219,0,2.1133 -1492,1,1.2233,0,2.1194 -1493,1,1.2276,0,2.1255 -1494,1,1.2319,0,2.1316 -1495,1,1.2363,0,2.1378 -1496,1,1.2407,0,2.1439 -1497,1,1.245,0,2.1501 -1498,1,1.2495,0,2.1564 -1499,1,1.2539,0,2.1626 -1500,1,1.2583,0,2.1689 -1501,1,1.2628,0,2.1751 -1502,1,1.2673,0,2.1814 -1503,1,1.2718,0,2.1878 -1504,1,1.2763,0,2.1941 -1505,1,1.2809,0,2.2005 -1506,1,1.2854,0,2.2069 -1507,1,1.29,0,2.2133 -1508,1,1.2946,0,2.2197 -1509,1,1.2993,0,2.2262 -1510,1,1.3039,0,2.2327 -1511,1,1.3086,0,2.2392 -1512,1,1.3133,0,2.2457 -1513,1,1.318,0,2.2523 -1514,1,1.3227,0,2.2589 -1515,1,1.3274,0,2.2654 -1516,1,1.3322,0,2.2721 -1517,1,1.337,0,2.2787 -1518,1,1.3417,0,2.2853 -1519,1,1.3466,0,2.292 -1520,1,1.3514,0,2.2987 -1521,1,1.3562,0,2.3054 -1522,1,1.3611,0,2.3121 -1523,1,1.366,0,2.3189 -1524,1,1.3709,0,2.3257 -1525,1,1.3758,0,2.3325 -1526,1,1.3807,0,2.3393 -1527,1,1.3857,0,2.3462 -1528,1,1.3907,0,2.353 -1529,1,1.3957,0,2.3599 -1530,1,1.4007,0,2.3668 -1531,1,1.4057,0,2.3737 -1532,1,1.4107,0,2.3807 -1533,1,1.4158,0,2.3876 -1534,1,1.4209,0,2.3946 -1535,1,1.426,0,2.4016 -1536,1,1.4311,0,2.4086 -1537,1,1.4362,0,2.4157 -1538,1,1.4414,0,2.4228 -1539,1,1.4466,0,2.4299 -1540,1,1.4518,0,2.437 -1541,1,1.457,0,2.4441 -1542,1,1.4622,0,2.4513 -1543,1,1.4674,0,2.4584 -1544,1,1.4727,0,2.4656 -1545,1,1.4779,0,2.4728 -1546,1,1.4832,0,2.4801 -1547,1,1.4885,0,2.4873 -1548,1,1.4939,0,2.4946 -1549,1,1.4992,0,2.5019 -1550,1,1.5046,0,2.5092 -1551,1,1.51,0,2.5166 -1552,1,1.5154,0,2.5239 -1553,1,1.5208,0,2.5313 -1554,1,1.5262,0,2.5387 -1555,1,1.5316,0,2.5461 -1556,1,1.5371,0,2.5536 -1557,1,1.5426,0,2.561 -1558,1,1.548,0,2.5685 -1559,1,1.5536,0,2.576 -1560,1,1.5591,0,2.5835 -1561,1,1.5646,0,2.5911 -1562,1,1.5702,0,2.5986 -1563,1,1.5758,0,2.6062 -1564,1,1.5814,0,2.6138 -1565,1,1.587,0,2.6215 -1566,1,1.5927,0,2.6291 -1567,1,1.5983,0,2.6368 -1568,1,1.604,0,2.6445 -1569,1,1.6097,0,2.6523 -1570,1,1.6154,0,2.66 -1571,1,1.6212,0,2.6678 -1572,1,1.6269,0,2.6756 -1573,1,1.6327,0,2.6834 -1574,1,1.6385,0,2.6912 -1575,1,1.6443,0,2.6991 -1576,1,1.6501,0,2.7069 -1577,1,1.6559,0,2.7148 -1578,1,1.6617,0,2.7227 -1579,1,1.6676,0,2.7307 -1580,1,1.6735,0,2.7386 -1581,1,1.6794,0,2.7466 -1582,1,1.6853,0,2.7545 -1583,1,1.6912,0,2.7625 -1584,1,1.6972,0,2.7706 -1585,1,1.7031,0,2.7786 -1586,1,1.7091,0,2.7867 -1587,1,1.7151,0,2.7948 -1588,1,1.7211,0,2.8029 -1589,1,1.7271,0,2.811 -1590,1,1.7332,0,2.8192 -1591,1,1.2089,0,2.8274 -1592,1,1.213,0,2.8356 -1593,1,1.2171,0,2.8438 -1594,1,1.2213,0,2.852 -1595,1,1.2254,0,2.8603 -1596,1,1.2296,0,2.8686 -1597,1,1.2338,0,2.8769 -1598,1,1.238,0,2.8852 -1599,1,1.2423,0,2.8936 -1600,1,1.2465,0,2.902 -1601,1,1.2508,0,2.9104 -1602,1,1.2551,0,2.9188 -1603,1,1.2594,0,2.9273 -1604,1,1.2637,0,2.9357 -1605,1,1.268,0,2.9442 -1606,1,1.2724,0,2.9527 -1607,1,1.2767,0,2.9612 -1608,1,1.2811,0,2.9698 -1609,1,1.2855,0,2.9783 -1610,1,1.2899,0,2.9869 -1611,1,1.2944,0,2.9955 -1612,1,1.2988,0,3.0041 -1613,1,1.3033,0,3.0127 -1614,1,1.3078,0,3.0214 -1615,1,1.3123,0,3.0301 -1616,1,1.3168,0,3.0388 -1617,1,1.3213,0,3.0475 -1618,1,1.3259,0,3.0563 -1619,1,1.3305,0,3.065 -1620,1,1.3351,0,3.0738 -1621,1,1.3397,0,3.0827 -1622,1,1.3443,0,3.0915 -1623,1,1.3489,0,3.1003 -1624,1,1.3536,0,3.1092 -1625,1,1.3582,0,3.1181 -1626,1,1.3629,0,3.127 -1627,1,1.3676,0,3.1359 -1628,1,1.3723,0,3.1449 -1629,1,1.3771,0,3.1539 -1630,1,1.3818,0,3.1629 -1631,1,1.3866,0,3.1719 -1632,1,1.3914,0,3.1809 -1633,1,1.3962,0,3.19 -1634,1,1.401,0,3.1991 -1635,1,1.4058,0,3.2082 -1636,1,1.4107,0,3.2173 -1637,1,1.4155,0,3.2265 -1638,1,1.4204,0,3.2356 -1639,1,1.4253,0,3.2448 -1640,1,1.4302,0,3.254 -1641,1,1.4351,0,3.2633 -1642,1,1.4401,0,3.2725 -1643,1,1.445,0,3.2818 -1644,1,1.45,0,3.2911 -1645,1,1.455,0,3.3004 -1646,1,1.46,0,3.3098 -1647,1,1.4651,0,3.3191 -1648,1,1.4701,0,3.3285 -1649,1,1.4752,0,3.3379 -1650,1,1.4803,0,3.3474 -1651,1,1.4854,0,3.3568 -1652,1,1.4905,0,3.3663 -1653,1,1.4956,0,3.3758 -1654,1,1.5007,0,3.3853 -1655,1,1.5059,0,3.3948 -1656,1,1.5111,0,3.4044 -1657,1,1.5163,0,3.4139 -1658,1,1.5215,0,3.4235 -1659,1,1.5267,0,3.4331 -1660,1,1.5319,0,3.4428 -1661,1,1.5372,0,3.4524 -1662,1,1.5425,0,3.4621 -1663,1,1.5477,0,3.4717 -1664,1,1.5531,0,3.4815 -1665,1,1.5584,0,3.4912 -1666,1,1.5637,0,3.501 -1667,1,1.5691,0,3.5108 -1668,1,1.5745,0,3.5206 -1669,1,1.5799,0,3.5305 -1670,1,1.5853,0,3.5404 -1671,1,1.5907,0,3.5503 -1672,1,1.5962,0,3.5602 -1673,1,1.6016,0,3.5701 -1674,1,1.6071,0,3.5801 -1675,1,1.6126,0,3.59 -1676,1,1.6181,0,3.6 -1677,1,1.6236,0,3.61 -1678,1,1.6291,0,3.62 -1679,1,1.6346,0,3.63 -1680,1,1.6402,0,3.6401 -1681,1,1.6458,0,3.6501 -1682,1,1.6513,0,3.6602 -1683,1,1.657,0,3.6704 -1684,1,1.6626,0,3.6805 -1685,1,1.6683,0,3.6907 -1686,1,1.6739,0,3.701 -1687,1,1.6796,0,3.7112 -1688,1,1.6853,0,3.7215 -1689,1,1.691,0,3.7318 -1690,1,1.196,0,3.7421 -1691,1,1.2,0,3.7524 -1692,1,1.2039,0,3.7627 -1693,1,1.2079,0,3.7731 -1694,1,1.2119,0,3.7834 -1695,1,1.2159,0,3.7938 -1696,1,1.2199,0,3.8041 -1697,1,1.224,0,3.8146 -1698,1,1.228,0,3.825 -1699,1,1.2321,0,3.8355 -1700,1,1.2362,0,3.846 -1701,1,1.2403,0,3.8565 -1702,1,1.2444,0,3.867 -1703,1,1.2486,0,3.8776 -1704,1,1.2527,0,3.8881 -1705,1,1.2569,0,3.8987 -1706,1,1.2611,0,3.9093 -1707,1,1.2653,0,3.9199 -1708,1,1.2695,0,3.9305 -1709,1,1.2737,0,3.9411 -1710,1,1.278,0,3.9518 -1711,1,1.2822,0,3.9625 -1712,1,1.2865,0,3.9733 -1713,1,1.2908,0,3.984 -1714,1,1.2951,0,3.9948 -1715,1,1.2995,0,4.0056 -1716,1,1.3038,0,4.0165 -1717,1,1.3082,0,4.0274 -1718,1,1.3126,0,4.0382 -1719,1,1.317,0,4.0491 -1720,1,1.3214,0,4.0601 -1721,1,1.3258,0,4.071 -1722,1,1.3303,0,4.082 -1723,1,1.3347,0,4.0929 -1724,1,1.3392,1,4.1039 -1725,1,1.3437,1,4.1149 -1726,1,1.3482,1,4.126 -1727,1,1.3527,1,4.137 -1728,1,1.3572,1,4.1481 -1729,1,1.3618,1,4.1592 -1730,1,1.3663,1,4.1703 -1731,1,1.3709,1,4.1815 -1732,1,1.3755,1,4.1927 -1733,1,1.3802,1,4.2039 -1734,1,1.3848,1,4.2151 -1735,1,1.3894,1,4.2263 -1736,1,1.3941,1,4.2376 -1737,1,1.3988,1,4.2489 -1738,1,1.4035,1,4.2602 -1739,1,1.4082,1,4.2715 -1740,1,1.4129,1,4.2828 -1741,1,1.4176,1,4.2942 -1742,1,1.4224,1,4.3055 -1743,1,1.4272,1,4.3169 -1744,1,1.432,1,4.3283 -1745,1,1.4368,1,4.3397 -1746,1,1.4416,1,4.3512 -1747,1,1.4464,1,4.3627 -1748,1,1.4513,1,4.3742 -1749,1,1.4561,1,4.3857 -1750,1,1.461,1,4.3973 -1751,1,1.4659,1,4.4089 -1752,1,1.4708,1,4.4205 -1753,1,1.4758,1,4.4321 -1754,1,1.4807,1,4.4438 -1755,1,1.4857,1,4.4554 -1756,1,1.4906,1,4.4671 -1757,1,1.4956,1,4.4788 -1758,1,1.5006,1,4.4905 -1759,1,1.5057,1,4.5023 -1760,1,1.5107,1,4.514 -1761,1,1.5157,1,4.5258 -1762,1,1.5208,1,4.5376 -1763,1,1.5259,1,4.5495 -1764,1,1.531,1,4.5613 -1765,1,1.5361,1,4.5732 -1766,1,1.5412,1,4.5851 -1767,1,1.5464,1,4.5971 -1768,1,1.5515,1,4.609 -1769,1,1.5567,1,4.621 -1770,1,1.5619,1,4.633 -1771,1,1.5671,1,4.645 -1772,1,1.5723,1,4.657 -1773,1,1.5776,1,4.669 -1774,1,1.5828,1,4.6811 -1775,1,1.5881,1,4.6931 -1776,1,1.5933,1,4.7052 -1777,1,1.5986,1,4.7174 -1778,1,1.604,1,4.7295 -1779,1,1.6093,1,4.7417 -1780,1,1.6146,1,4.7539 -1781,1,1.62,1,4.7661 -1782,1,1.6253,1,4.7783 -1783,1,1.6307,1,4.7906 -1784,1,1.6361,1,4.8029 -1785,1,1.6416,1,4.8152 -1786,1,1.647,1,4.8275 -1787,1,1.6524,1,4.8399 -1788,1,1.6579,1,4.8522 -1789,1,1.1855,0,1.6032 -1790,1,1.1893,0,1.607 -1791,1,1.1932,0,1.6108 -1792,1,1.197,0,1.6146 -1793,1,1.2009,0,1.6185 -1794,1,1.2048,0,1.6224 -1795,1,1.2087,0,1.6263 -1796,1,1.2127,0,1.6302 -1797,1,1.2166,0,1.6341 -1798,1,1.2206,0,1.6381 -1799,1,1.2245,0,1.642 -1800,1,1.2285,0,1.646 -1801,1,1.2325,0,1.65 -1802,1,1.2365,0,1.6541 -1803,1,1.2406,0,1.6581 -1804,1,1.2446,0,1.6622 -1805,1,1.2487,0,1.6663 -1806,1,1.2528,0,1.6704 -1807,1,1.2569,0,1.6745 -1808,1,1.261,0,1.6787 -1809,1,1.2652,0,1.6828 -1810,1,1.2693,0,1.687 -1811,1,1.2735,0,1.6912 -1812,1,1.2777,0,1.6955 -1813,1,1.2819,0,1.6997 -1814,1,1.2861,0,1.704 -1815,1,1.2903,0,1.7083 -1816,1,1.2946,0,1.7126 -1817,1,1.2988,0,1.717 -1818,1,1.3031,0,1.7213 -1819,1,1.3074,0,1.7257 -1820,1,1.3117,0,1.7301 -1821,1,1.316,0,1.7345 -1822,1,1.3204,0,1.7389 -1823,1,1.3247,0,1.7433 -1824,1,1.3291,0,1.7478 -1825,1,1.3335,0,1.7523 -1826,1,1.3379,0,1.7568 -1827,1,1.3423,0,1.7613 -1828,1,1.3467,0,1.7658 -1829,1,1.3512,0,1.7704 -1830,1,1.3556,0,1.775 -1831,1,1.3601,0,1.7796 -1832,1,1.3646,0,1.7842 -1833,1,1.3691,0,1.7888 -1834,1,1.3736,0,1.7935 -1835,1,1.3782,0,1.7982 -1836,1,1.3827,0,1.8029 -1837,1,1.3873,0,1.8076 -1838,1,1.3919,0,1.8123 -1839,1,1.3965,0,1.8171 -1840,1,1.4011,0,1.8218 -1841,1,1.4057,0,1.8266 -1842,1,1.4104,0,1.8314 -1843,1,1.415,0,1.8362 -1844,1,1.4197,0,1.8411 -1845,1,1.4244,0,1.846 -1846,1,1.4291,0,1.8509 -1847,1,1.4338,0,1.8558 -1848,1,1.4386,0,1.8607 -1849,1,1.4433,0,1.8656 -1850,1,1.4481,0,1.8706 -1851,1,1.4529,0,1.8756 -1852,1,1.4577,0,1.8806 -1853,1,1.4625,0,1.8856 -1854,1,1.4673,0,1.8906 -1855,1,1.4722,0,1.8957 -1856,1,1.477,0,1.9008 -1857,1,1.4819,0,1.9058 -1858,1,1.4868,0,1.911 -1859,1,1.4917,0,1.9161 -1860,1,1.4966,0,1.9212 -1861,1,1.5016,0,1.9264 -1862,1,1.5065,0,1.9316 -1863,1,1.5115,0,1.9368 -1864,1,1.5165,0,1.942 -1865,1,1.5215,0,1.9473 -1866,1,1.5265,0,1.9525 -1867,1,1.5315,0,1.9578 -1868,1,1.5366,0,1.9631 -1869,1,1.5416,0,1.9685 -1870,1,1.5467,0,1.9738 -1871,1,1.5518,0,1.9792 -1872,1,1.5569,0,1.9845 -1873,1,1.562,0,1.9899 -1874,1,1.5671,0,1.9954 -1875,1,1.5723,0,2.0008 -1876,1,1.5775,0,2.0062 -1877,1,1.5826,0,2.0117 -1878,1,1.5878,0,2.0172 -1879,1,1.593,0,2.0227 -1880,1,1.5983,0,2.0282 -1881,1,1.6035,0,2.0338 -1882,1,1.6088,0,2.0394 -1883,1,1.614,0,2.0449 -1884,1,1.6193,0,2.0505 -1885,1,1.6246,0,2.0562 -1886,1,1.6299,0,2.0618 -1887,1,1.6353,0,2.0675 -1888,1,1.6406,0,2.0731 -1889,1,1.18,0,2.0788 -1890,1,1.1838,0,2.0846 -1891,1,1.1876,0,2.0903 -1892,1,1.1914,0,2.096 -1893,1,1.1952,0,2.1018 -1894,1,1.1991,0,2.1076 -1895,1,1.2029,0,2.1134 -1896,1,1.2068,0,2.1192 -1897,1,1.2107,0,2.1251 -1898,1,1.2146,0,2.1309 -1899,1,1.2185,0,2.1368 -1900,1,1.2225,0,2.1427 -1901,1,1.2264,0,2.1486 -1902,1,1.2304,0,2.1545 -1903,1,1.2344,0,2.1605 -1904,1,1.2384,0,2.1665 -1905,1,1.2424,0,2.1724 -1906,1,1.2464,0,2.1785 -1907,1,1.2505,0,2.1845 -1908,1,1.2546,0,2.1905 -1909,1,1.2586,0,2.1966 -1910,1,1.2627,0,2.2027 -1911,1,1.2668,0,2.2088 -1912,1,1.271,0,2.2149 -1913,1,1.2751,0,2.221 -1914,1,1.2793,0,2.2272 -1915,1,1.2834,0,2.2334 -1916,1,1.2876,0,2.2396 -1917,1,1.2919,0,2.2458 -1918,1,1.2961,0,2.252 -1919,1,1.3003,0,2.2583 -1920,1,1.3046,0,2.2645 -1921,1,1.3088,0,2.2708 -1922,1,1.3131,0,2.2771 -1923,1,1.3174,0,2.2834 -1924,1,1.3217,0,2.2897 -1925,1,1.326,0,2.2961 -1926,1,1.3304,0,2.3024 -1927,1,1.3347,0,2.3088 -1928,1,1.3391,0,2.3152 -1929,1,1.3435,0,2.3216 -1930,1,1.3479,0,2.328 -1931,1,1.3523,0,2.3345 -1932,1,1.3567,0,2.3409 -1933,1,1.3612,0,2.3474 -1934,1,1.3656,0,2.3539 -1935,1,1.3701,0,2.3604 -1936,1,1.3746,0,2.367 -1937,1,1.3791,0,2.3735 -1938,1,1.3836,0,2.3801 -1939,1,1.3882,0,2.3867 -1940,1,1.3927,0,2.3933 -1941,1,1.3973,0,2.4 -1942,1,1.4019,0,2.4066 -1943,1,1.4065,0,2.4133 -1944,1,1.4111,0,2.42 -1945,1,1.4157,0,2.4267 -1946,1,1.4204,0,2.4334 -1947,1,1.4251,0,2.4401 -1948,1,1.4297,0,2.4469 -1949,1,1.4344,0,2.4537 -1950,1,1.4391,0,2.4604 -1951,1,1.4439,0,2.4673 -1952,1,1.4486,0,2.4741 -1953,1,1.4533,0,2.4809 -1954,1,1.4581,0,2.4878 -1955,1,1.4629,0,2.4947 -1956,1,1.4677,0,2.5016 -1957,1,1.4725,0,2.5085 -1958,1,1.4774,0,2.5154 -1959,1,1.4822,0,2.5223 -1960,1,1.487,0,2.5293 -1961,1,1.4919,0,2.5363 -1962,1,1.4968,0,2.5432 -1963,1,1.5017,0,2.5502 -1964,1,1.5066,0,2.5573 -1965,1,1.5115,0,2.5643 -1966,1,1.5165,0,2.5713 -1967,1,1.5214,0,2.5784 -1968,1,1.5264,0,2.5855 -1969,1,1.5314,0,2.5926 -1970,1,1.5364,0,2.5997 -1971,1,1.5414,0,2.6069 -1972,1,1.5464,0,2.614 -1973,1,1.5515,0,2.6212 -1974,1,1.5565,0,2.6284 -1975,1,1.5616,0,2.6356 -1976,1,1.5667,0,2.6428 -1977,1,1.5718,0,2.6501 -1978,1,1.577,0,2.6574 -1979,1,1.5821,0,2.6647 -1980,1,1.5873,0,2.672 -1981,1,1.5925,0,2.6793 -1982,1,1.5977,0,2.6866 -1983,1,1.6029,0,2.694 -1984,1,1.6081,0,2.7014 -1985,1,1.6133,0,2.7087 -1986,1,1.6186,0,2.7161 -1987,1,1.6238,0,2.7235 -1988,1,1.1742,0,2.731 -1989,1,1.1779,0,2.7384 -1990,1,1.1817,0,2.7459 -1991,1,1.1855,0,2.7533 -1992,1,1.1892,0,2.7608 -1993,1,1.193,0,2.7683 -1994,1,1.1969,0,2.7759 -1995,1,1.2007,0,2.7834 -1996,1,1.2045,0,2.791 -1997,1,1.2084,0,2.7986 -1998,1,1.2123,0,2.8062 -1999,1,1.2162,0,2.8139 -2000,1,1.2201,0,2.8215 -2001,1,1.224,0,2.8292 -2002,1,1.228,0,2.8368 -2003,1,1.232,0,2.8445 -2004,1,1.2359,0,2.8523 -2005,1,1.2399,0,2.86 -2006,1,1.2439,0,2.8677 -2007,1,1.2479,0,2.8755 -2008,1,1.252,0,2.8833 -2009,1,1.256,0,2.891 -2010,1,1.2601,0,2.8988 -2011,1,1.2641,0,2.9066 -2012,1,1.2682,0,2.9145 -2013,1,1.2723,0,2.9223 -2014,1,1.2765,0,2.9302 -2015,1,1.2806,0,2.9381 -2016,1,1.2847,0,2.9459 -2017,1,1.2889,0,2.9539 -2018,1,1.2931,0,2.9618 -2019,1,1.2973,0,2.9698 -2020,1,1.3015,0,2.9777 -2021,1,1.3057,0,2.9857 -2022,1,1.31,0,2.9937 -2023,1,1.3142,0,3.0018 -2024,1,1.3185,0,3.0098 -2025,1,1.3228,0,3.0179 -2026,1,1.3271,0,3.026 -2027,1,1.3315,0,3.0341 -2028,1,1.3358,0,3.0422 -2029,1,1.3401,0,3.0503 -2030,1,1.3445,0,3.0584 -2031,1,1.3489,0,3.0666 -2032,1,1.3533,0,3.0748 -2033,1,1.3577,0,3.0829 -2034,1,1.3621,0,3.0912 -2035,1,1.3666,0,3.0994 -2036,1,1.371,0,3.1076 -2037,1,1.3755,0,3.1159 -2038,1,1.38,0,3.1241 -2039,1,1.3845,0,3.1324 -2040,1,1.389,0,3.1407 -2041,1,1.3935,0,3.1491 -2042,1,1.398,0,3.1574 -2043,1,1.4026,0,3.1657 -2044,1,1.4072,0,3.1741 -2045,1,1.4118,0,3.1825 -2046,1,1.4164,0,3.1909 -2047,1,1.421,0,3.1993 -2048,1,1.4256,0,3.2077 -2049,1,1.4303,0,3.2162 -2050,1,1.4349,0,3.2246 -2051,1,1.4396,0,3.2331 -2052,1,1.4443,0,3.2416 -2053,1,1.449,0,3.2501 -2054,1,1.4537,0,3.2586 -2055,1,1.4584,0,3.2672 -2056,1,1.4632,0,3.2757 -2057,1,1.468,0,3.2843 -2058,1,1.4727,0,3.2929 -2059,1,1.4775,0,3.3015 -2060,1,1.4823,0,3.3101 -2061,1,1.4872,0,3.3187 -2062,1,1.492,0,3.3274 -2063,1,1.4969,0,3.336 -2064,1,1.5017,0,3.3447 -2065,1,1.5066,0,3.3534 -2066,1,1.5115,0,3.3622 -2067,1,1.5164,0,3.3709 -2068,1,1.5214,0,3.3797 -2069,1,1.5263,0,3.3884 -2070,1,1.5313,0,3.3972 -2071,1,1.5362,0,3.406 -2072,1,1.5412,0,3.4148 -2073,1,1.5462,0,3.4237 -2074,1,1.5512,0,3.4325 -2075,1,1.5563,0,3.4414 -2076,1,1.5613,0,3.4503 -2077,1,1.5664,0,3.4592 -2078,1,1.5714,0,3.4681 -2079,1,1.5765,0,3.477 -2080,1,1.5816,0,3.486 -2081,1,1.5868,0,3.4949 -2082,1,1.5919,0,3.5039 -2083,1,1.597,0,3.5129 -2084,1,1.1642,0,3.5219 -2085,1,1.1679,0,3.531 -2086,1,1.1716,0,3.54 -2087,1,1.1754,0,3.5491 -2088,1,1.1791,0,3.5581 -2089,1,1.1829,0,3.5672 -2090,1,1.1866,0,3.5764 -2091,1,1.1904,0,3.5855 -2092,1,1.1942,0,3.5946 -2093,1,1.198,0,3.6038 -2094,1,1.2018,0,3.6129 -2095,1,1.2057,0,3.6221 -2096,1,1.2095,0,3.6313 -2097,1,1.2134,0,3.6405 -2098,1,1.2173,0,3.6498 -2099,1,1.2212,0,3.659 -2100,1,1.2251,0,3.6683 -2101,1,1.229,0,3.6775 -2102,1,1.233,0,3.6868 -2103,1,1.2369,0,3.6961 -2104,1,1.2409,0,3.7055 -2105,1,1.2449,0,3.7148 -2106,1,1.2489,0,3.7241 -2107,1,1.2529,0,3.7335 -2108,1,1.2569,0,3.7429 -2109,1,1.261,0,3.7523 -2110,1,1.265,0,3.7617 -2111,1,1.2691,0,3.7711 -2112,1,1.2732,0,3.7806 -2113,1,1.2773,0,3.7901 -2114,1,1.2814,0,3.7995 -2115,1,1.2855,0,3.809 -2116,1,1.2897,0,3.8186 -2117,1,1.2938,0,3.8281 -2118,1,1.298,0,3.8376 -2119,1,1.3022,0,3.8472 -2120,1,1.3064,0,3.8568 -2121,1,1.3106,0,3.8664 -2122,1,1.3148,0,3.876 -2123,1,1.3191,0,3.8856 -2124,1,1.3233,0,3.8953 -2125,1,1.3276,0,3.9049 -2126,1,1.3319,0,3.9146 -2127,1,1.3362,0,3.9243 -2128,1,1.3405,0,3.934 -2129,1,1.3448,0,3.9437 -2130,1,1.3492,0,3.9535 -2131,1,1.3535,0,3.9632 -2132,1,1.3579,0,3.973 -2133,1,1.3623,0,3.9827 -2134,1,1.3667,0,3.9925 -2135,1,1.3711,0,4.0023 -2136,1,1.3755,0,4.0122 -2137,1,1.38,0,4.022 -2138,1,1.3844,0,4.0318 -2139,1,1.3889,0,4.0417 -2140,1,1.3934,0,4.0516 -2141,1,1.3979,0,4.0615 -2142,1,1.4024,0,4.0714 -2143,1,1.4069,0,4.0813 -2144,1,1.4115,0,4.0912 -2145,1,1.416,1,4.1012 -2146,1,1.4206,1,4.1112 -2147,1,1.4252,1,4.1211 -2148,1,1.4298,1,4.1311 -2149,1,1.4344,1,4.1412 -2150,1,1.439,1,4.1512 -2151,1,1.4437,1,4.1613 -2152,1,1.4483,1,4.1713 -2153,1,1.453,1,4.1814 -2154,1,1.4577,1,4.1915 -2155,1,1.4624,1,4.2016 -2156,1,1.4671,1,4.2118 -2157,1,1.4719,1,4.2219 -2158,1,1.4766,1,4.2321 -2159,1,1.4814,1,4.2423 -2160,1,1.4861,1,4.2525 -2161,1,1.4909,1,4.2627 -2162,1,1.4957,1,4.2729 -2163,1,1.5006,1,4.2832 -2164,1,1.5054,1,4.2934 -2165,1,1.5102,1,4.3037 -2166,1,1.5151,1,4.314 -2167,1,1.5199,1,4.3243 -2168,1,1.5248,1,4.3346 -2169,1,1.5297,1,4.3449 -2170,1,1.5346,1,4.3553 -2171,1,1.5395,1,4.3657 -2172,1,1.5445,1,4.376 -2173,1,1.5494,1,4.3865 -2174,1,1.5544,1,4.3969 -2175,1,1.5594,1,4.4073 -2176,1,1.5644,1,4.4178 -2177,1,1.5694,1,4.4283 -2178,1,1.5744,1,4.4388 -2179,1,1.5795,1,4.4493 -2180,1,1.5845,1,4.4598 -2181,1,1.5896,1,4.4703 -2182,1,1.5947,1,4.4808 -2183,1,1.5998,1,4.4914 -2184,1,1.6049,1,4.5019 -2185,1,1.61,1,4.5125 -2186,1,1.1686,0,1.589 -2187,1,1.1723,0,1.5924 -2188,1,1.176,0,1.5959 -2189,1,1.1796,0,1.5994 -2190,1,1.1833,0,1.603 -2191,1,1.187,0,1.6065 -2192,1,1.1908,0,1.61 -2193,1,1.1945,0,1.6136 -2194,1,1.1983,0,1.6172 -2195,1,1.202,0,1.6208 -2196,1,1.2058,0,1.6244 -2197,1,1.2096,0,1.628 -2198,1,1.2134,0,1.6317 -2199,1,1.2172,0,1.6353 -2200,1,1.2211,0,1.639 -2201,1,1.2249,0,1.6427 -2202,1,1.2288,0,1.6464 -2203,1,1.2327,0,1.6502 -2204,1,1.2366,0,1.6539 -2205,1,1.2405,0,1.6577 -2206,1,1.2444,0,1.6614 -2207,1,1.2483,0,1.6652 -2208,1,1.2523,0,1.669 -2209,1,1.2562,0,1.6728 -2210,1,1.2602,0,1.6767 -2211,1,1.2642,0,1.6805 -2212,1,1.2682,0,1.6844 -2213,1,1.2722,0,1.6883 -2214,1,1.2762,0,1.6922 -2215,1,1.2802,0,1.6961 -2216,1,1.2843,0,1.7 -2217,1,1.2884,0,1.7039 -2218,1,1.2924,0,1.7079 -2219,1,1.2965,0,1.7119 -2220,1,1.3006,0,1.7159 -2221,1,1.3048,0,1.7199 -2222,1,1.3089,0,1.7239 -2223,1,1.313,0,1.7279 -2224,1,1.3172,0,1.7319 -2225,1,1.3214,0,1.736 -2226,1,1.3256,0,1.7401 -2227,1,1.3298,0,1.7441 -2228,1,1.334,0,1.7482 -2229,1,1.3382,0,1.7524 -2230,1,1.3425,0,1.7565 -2231,1,1.3467,0,1.7606 -2232,1,1.351,0,1.7648 -2233,1,1.3553,0,1.769 -2234,1,1.3596,0,1.7732 -2235,1,1.3639,0,1.7774 -2236,1,1.3682,0,1.7816 -2237,1,1.3726,0,1.7858 -2238,1,1.377,0,1.7901 -2239,1,1.3813,0,1.7944 -2240,1,1.3857,0,1.7986 -2241,1,1.3901,0,1.8029 -2242,1,1.3945,0,1.8072 -2243,1,1.399,0,1.8116 -2244,1,1.4034,0,1.8159 -2245,1,1.4079,0,1.8203 -2246,1,1.4123,0,1.8246 -2247,1,1.4168,0,1.829 -2248,1,1.4213,0,1.8334 -2249,1,1.4258,0,1.8379 -2250,1,1.4303,0,1.8423 -2251,1,1.4348,0,1.8467 -2252,1,1.4394,0,1.8512 -2253,1,1.4439,0,1.8557 -2254,1,1.4485,0,1.8602 -2255,1,1.4531,0,1.8647 -2256,1,1.4577,0,1.8692 -2257,1,1.4623,0,1.8738 -2258,1,1.4669,0,1.8783 -2259,1,1.4716,0,1.8829 -2260,1,1.4762,0,1.8875 -2261,1,1.4809,0,1.8921 -2262,1,1.4856,0,1.8967 -2263,1,1.4903,0,1.9014 -2264,1,1.495,0,1.906 -2265,1,1.4997,0,1.9107 -2266,1,1.5045,0,1.9153 -2267,1,1.5092,0,1.92 -2268,1,1.514,0,1.9247 -2269,1,1.5188,0,1.9295 -2270,1,1.5236,0,1.9342 -2271,1,1.5284,0,1.9389 -2272,1,1.5332,0,1.9437 -2273,1,1.5381,0,1.9485 -2274,1,1.5429,0,1.9532 -2275,1,1.5478,0,1.958 -2276,1,1.5526,0,1.9629 -2277,1,1.5575,0,1.9677 -2278,1,1.5624,0,1.9725 -2279,1,1.5673,0,1.9774 -2280,1,1.5722,0,1.9822 -2281,1,1.5772,0,1.9871 -2282,1,1.5821,0,1.992 -2283,1,1.5871,0,1.997 -2284,1,1.5921,0,2.0019 -2285,1,1.1619,0,2.0068 -2286,1,1.1654,0,2.0118 -2287,1,1.169,0,2.0168 -2288,1,1.1726,0,2.0218 -2289,1,1.1763,0,2.0268 -2290,1,1.1799,0,2.0318 -2291,1,1.1836,0,2.0368 -2292,1,1.1872,0,2.0419 -2293,1,1.1909,0,2.047 -2294,1,1.1946,0,2.052 -2295,1,1.1983,0,2.0571 -2296,1,1.202,0,2.0622 -2297,1,1.2057,0,2.0674 -2298,1,1.2095,0,2.0725 -2299,1,1.2132,0,2.0776 -2300,1,1.217,0,2.0828 -2301,1,1.2208,0,2.088 -2302,1,1.2246,0,2.0932 -2303,1,1.2284,0,2.0984 -2304,1,1.2322,0,2.1036 -2305,1,1.236,0,2.1088 -2306,1,1.2399,0,2.114 -2307,1,1.2437,0,2.1193 -2308,1,1.2476,0,2.1246 -2309,1,1.2515,0,2.1298 -2310,1,1.2554,0,2.1351 -2311,1,1.2593,0,2.1404 -2312,1,1.2632,0,2.1458 -2313,1,1.2672,0,2.1511 -2314,1,1.2712,0,2.1564 -2315,1,1.2751,0,2.1618 -2316,1,1.2791,0,2.1672 -2317,1,1.2831,0,2.1726 -2318,1,1.2871,0,2.178 -2319,1,1.2912,0,2.1834 -2320,1,1.2952,0,2.1888 -2321,1,1.2993,0,2.1942 -2322,1,1.3034,0,2.1997 -2323,1,1.3074,0,2.2052 -2324,1,1.3115,0,2.2106 -2325,1,1.3157,0,2.2161 -2326,1,1.3198,0,2.2217 -2327,1,1.3239,0,2.2272 -2328,1,1.3281,0,2.2327 -2329,1,1.3322,0,2.2383 -2330,1,1.3364,0,2.2438 -2331,1,1.3406,0,2.2494 -2332,1,1.3448,0,2.255 -2333,1,1.349,0,2.2606 -2334,1,1.3532,0,2.2663 -2335,1,1.3575,0,2.2719 -2336,1,1.3618,0,2.2775 -2337,1,1.366,0,2.2832 -2338,1,1.3703,0,2.2889 -2339,1,1.3746,0,2.2946 -2340,1,1.3789,0,2.3003 -2341,1,1.3833,0,2.306 -2342,1,1.3876,0,2.3117 -2343,1,1.392,0,2.3175 -2344,1,1.3963,0,2.3233 -2345,1,1.4007,0,2.329 -2346,1,1.4051,0,2.3348 -2347,1,1.4095,0,2.3406 -2348,1,1.4139,0,2.3464 -2349,1,1.4184,0,2.3522 -2350,1,1.4228,0,2.3581 -2351,1,1.4273,0,2.3639 -2352,1,1.4317,0,2.3698 -2353,1,1.4362,0,2.3756 -2354,1,1.4407,0,2.3815 -2355,1,1.4452,0,2.3874 -2356,1,1.4498,0,2.3933 -2357,1,1.4543,0,2.3992 -2358,1,1.4589,0,2.4052 -2359,1,1.4634,0,2.4111 -2360,1,1.468,0,2.4171 -2361,1,1.4726,0,2.4231 -2362,1,1.4772,0,2.4291 -2363,1,1.4818,0,2.4351 -2364,1,1.4865,0,2.4411 -2365,1,1.4911,0,2.4471 -2366,1,1.4958,0,2.4532 -2367,1,1.5005,0,2.4592 -2368,1,1.5052,0,2.4653 -2369,1,1.5099,0,2.4714 -2370,1,1.5146,0,2.4775 -2371,1,1.5194,0,2.4836 -2372,1,1.5241,0,2.4897 -2373,1,1.5289,0,2.4959 -2374,1,1.5337,0,2.502 -2375,1,1.5385,0,2.5082 -2376,1,1.5433,0,2.5144 -2377,1,1.5481,0,2.5205 -2378,1,1.5529,0,2.5267 -2379,1,1.5577,0,2.533 -2380,1,1.5626,0,2.5392 -2381,1,1.5674,0,2.5454 -2382,1,1.5723,0,2.5517 -2383,1,1.5772,0,2.5579 -2384,1,1.5821,0,2.5642 -2385,1,1.158,0,2.5705 -2386,1,1.1615,0,2.5768 -2387,1,1.1651,0,2.5831 -2388,1,1.1687,0,2.5895 -2389,1,1.1722,0,2.5958 -2390,1,1.1758,0,2.6022 -2391,1,1.1794,0,2.6085 -2392,1,1.1831,0,2.6149 -2393,1,1.1867,0,2.6213 -2394,1,1.1904,0,2.6277 -2395,1,1.194,0,2.6341 -2396,1,1.1977,0,2.6406 -2397,1,1.2014,0,2.647 -2398,1,1.2051,0,2.6534 -2399,1,1.2088,0,2.6599 -2400,1,1.2126,0,2.6664 -2401,1,1.2163,0,2.6729 -2402,1,1.2201,0,2.6793 -2403,1,1.2239,0,2.6859 -2404,1,1.2277,0,2.6924 -2405,1,1.2315,0,2.6989 -2406,1,1.2353,0,2.7054 -2407,1,1.2391,0,2.712 -2408,1,1.243,0,2.7186 -2409,1,1.2468,0,2.7252 -2410,1,1.2507,0,2.7318 -2411,1,1.2546,0,2.7384 -2412,1,1.2585,0,2.745 -2413,1,1.2624,0,2.7517 -2414,1,1.2664,0,2.7583 -2415,1,1.2703,0,2.765 -2416,1,1.2743,0,2.7717 -2417,1,1.2783,0,2.7783 -2418,1,1.2823,0,2.785 -2419,1,1.2863,0,2.7918 -2420,1,1.2903,0,2.7985 -2421,1,1.2943,0,2.8052 -2422,1,1.2984,0,2.812 -2423,1,1.3024,0,2.8188 -2424,1,1.3065,0,2.8255 -2425,1,1.3106,0,2.8323 -2426,1,1.3147,0,2.8391 -2427,1,1.3188,0,2.846 -2428,1,1.3229,0,2.8528 -2429,1,1.3271,0,2.8596 -2430,1,1.3312,0,2.8665 -2431,1,1.3354,0,2.8734 -2432,1,1.3396,0,2.8803 -2433,1,1.3438,0,2.8872 -2434,1,1.348,0,2.8941 -2435,1,1.3522,0,2.901 -2436,1,1.3565,0,2.9079 -2437,1,1.3607,0,2.9149 -2438,1,1.365,0,2.9218 -2439,1,1.3693,0,2.9288 -2440,1,1.3736,0,2.9357 -2441,1,1.3779,0,2.9427 -2442,1,1.3822,0,2.9497 -2443,1,1.3865,0,2.9567 -2444,1,1.3909,0,2.9638 -2445,1,1.3952,0,2.9708 -2446,1,1.3996,0,2.9778 -2447,1,1.404,0,2.9849 -2448,1,1.4084,0,2.992 -2449,1,1.4129,0,2.9991 -2450,1,1.4173,0,3.0062 -2451,1,1.4217,0,3.0133 -2452,1,1.4262,0,3.0204 -2453,1,1.4307,0,3.0275 -2454,1,1.4352,0,3.0347 -2455,1,1.4397,0,3.0418 -2456,1,1.4442,0,3.049 -2457,1,1.4488,0,3.0562 -2458,1,1.4533,0,3.0634 -2459,1,1.4579,0,3.0706 -2460,1,1.4624,0,3.0778 -2461,1,1.467,0,3.0851 -2462,1,1.4716,0,3.0923 -2463,1,1.4763,0,3.0996 -2464,1,1.4809,0,3.1069 -2465,1,1.4855,0,3.1142 -2466,1,1.4902,0,3.1215 -2467,1,1.4949,0,3.1288 -2468,1,1.4996,0,3.1361 -2469,1,1.5043,0,3.1434 -2470,1,1.509,0,3.1508 -2471,1,1.5137,0,3.1581 -2472,1,1.5184,0,3.1655 -2473,1,1.5232,0,3.1729 -2474,1,1.528,0,3.1803 -2475,1,1.5328,0,3.1877 -2476,1,1.5376,0,3.1951 -2477,1,1.5424,0,3.2026 -2478,1,1.5472,0,3.21 -2479,1,1.5521,0,3.2175 -2480,1,1.5569,0,3.2249 -2481,1,1.5618,0,3.2324 -2482,1,1.5667,0,3.2399 -2483,1,1.5716,0,3.2474 -2484,1,1.1539,0,3.2549 -2485,1,1.1574,0,3.2624 -2486,1,1.161,0,3.27 -2487,1,1.1646,0,3.2775 -2488,1,1.1681,0,3.2851 -2489,1,1.1717,0,3.2926 -2490,1,1.1754,0,3.3002 -2491,1,1.179,0,3.3078 -2492,1,1.1827,0,3.3154 -2493,1,1.1863,0,3.323 -2494,1,1.19,0,3.3307 -2495,1,1.1937,0,3.3383 -2496,1,1.1974,0,3.346 -2497,1,1.2012,0,3.3537 -2498,1,1.2049,0,3.3613 -2499,1,1.2087,0,3.369 -2500,1,1.2124,0,3.3768 -2501,1,1.2162,0,3.3845 -2502,1,1.22,0,3.3922 -2503,1,1.2238,0,3.4 -2504,1,1.2277,0,3.4077 -2505,1,1.2315,0,3.4155 -2506,1,1.2354,0,3.4233 -2507,1,1.2392,0,3.4311 -2508,1,1.2431,0,3.4389 -2509,1,1.247,0,3.4467 -2510,1,1.2509,0,3.4545 -2511,1,1.2549,0,3.4624 -2512,1,1.2588,0,3.4702 -2513,1,1.2628,0,3.4781 -2514,1,1.2668,0,3.486 -2515,1,1.2708,0,3.4939 -2516,1,1.2748,0,3.5018 -2517,1,1.2788,0,3.5097 -2518,1,1.2828,0,3.5176 -2519,1,1.2869,0,3.5255 -2520,1,1.2909,0,3.5335 -2521,1,1.295,0,3.5415 -2522,1,1.2991,0,3.5494 -2523,1,1.3032,0,3.5574 -2524,1,1.3073,0,3.5654 -2525,1,1.3115,0,3.5735 -2526,1,1.3156,0,3.5815 -2527,1,1.3198,0,3.5895 -2528,1,1.324,0,3.5976 -2529,1,1.3282,0,3.6056 -2530,1,1.3324,0,3.6137 -2531,1,1.3366,0,3.6218 -2532,1,1.3409,0,3.6299 -2533,1,1.3451,0,3.638 -2534,1,1.3494,0,3.6461 -2535,1,1.3537,0,3.6543 -2536,1,1.358,0,3.6624 -2537,1,1.3623,0,3.6706 -2538,1,1.3667,0,3.6788 -2539,1,1.371,0,3.687 -2540,1,1.3754,0,3.6952 -2541,1,1.3798,0,3.7034 -2542,1,1.3842,0,3.7116 -2543,1,1.3886,0,3.7198 -2544,1,1.3931,0,3.7281 -2545,1,1.3975,0,3.7364 -2546,1,1.402,0,3.7446 -2547,1,1.4064,0,3.7529 -2548,1,1.4109,0,3.7612 -2549,1,1.4154,0,3.7695 -2550,1,1.4199,0,3.7778 -2551,1,1.4245,0,3.7861 -2552,1,1.429,0,3.7945 -2553,1,1.4335,0,3.8028 -2554,1,1.4381,0,3.8112 -2555,1,1.4427,0,3.8195 -2556,1,1.4473,0,3.8279 -2557,1,1.4519,0,3.8363 -2558,1,1.4565,0,3.8447 -2559,1,1.4612,0,3.8531 -2560,1,1.4658,0,3.8616 -2561,1,1.4705,0,3.87 -2562,1,1.4752,0,3.8785 -2563,1,1.4799,0,3.887 -2564,1,1.4846,0,3.8954 -2565,1,1.4893,0,3.9039 -2566,1,1.4941,0,3.9125 -2567,1,1.4989,0,3.921 -2568,1,1.5037,0,3.9295 -2569,1,1.5085,0,3.938 -2570,1,1.5133,0,3.9466 -2571,1,1.5181,0,3.9551 -2572,1,1.523,0,3.9637 -2573,1,1.5278,0,3.9723 -2574,1,1.5327,0,3.9809 -2575,1,1.5376,0,3.9895 -2576,1,1.5425,0,3.9981 -2577,1,1.5474,0,4.0067 -2578,1,1.5523,0,4.0153 -2579,1,1.5572,0,4.0239 -2580,1,1.5622,0,4.0326 -2581,1,1.5671,0,4.0413 -2582,1,1.5721,0,4.0499 -2583,1,1.1536,0,4.0586 -2584,1,1.1572,0,4.0673 -2585,1,1.1608,0,4.076 -2586,1,1.1645,0,4.0848 -2587,1,1.1681,0,4.0935 -2588,1,1.1718,1,4.1023 -2589,1,1.1755,1,4.111 -2590,1,1.1792,1,4.1198 -2591,1,1.1829,1,4.1286 -2592,1,1.1866,1,4.1374 -2593,1,1.1904,1,4.1462 -2594,1,1.1942,1,4.1551 -2595,1,1.198,1,4.1639 -2596,1,1.2018,1,4.1728 -2597,1,1.2056,1,4.1816 -2598,1,1.2094,1,4.1905 -2599,1,1.2133,1,4.1994 -2600,1,1.2171,1,4.2083 -2601,1,1.221,1,4.2172 -2602,1,1.2249,1,4.2261 -2603,1,1.2288,1,4.235 -2604,1,1.2327,1,4.2439 -2605,1,1.2366,1,4.2529 -2606,1,1.2406,1,4.2618 -2607,1,1.2445,1,4.2708 -2608,1,1.2485,1,4.2797 -2609,1,1.2525,1,4.2887 -2610,1,1.2565,1,4.2977 -2611,1,1.2605,1,4.3068 -2612,1,1.2645,1,4.3158 -2613,1,1.2686,1,4.3248 -2614,1,1.2727,1,4.3339 -2615,1,1.2768,1,4.343 -2616,1,1.2809,1,4.352 -2617,1,1.285,1,4.3611 -2618,1,1.2891,1,4.3702 -2619,1,1.2933,1,4.3794 -2620,1,1.2975,1,4.3885 -2621,1,1.3017,1,4.3976 -2622,1,1.3059,1,4.4068 -2623,1,1.3101,1,4.4159 -2624,1,1.3143,1,4.4251 -2625,1,1.3186,1,4.4343 -2626,1,1.3228,1,4.4435 -2627,1,1.3271,1,4.4527 -2628,1,1.3314,1,4.4619 -2629,1,1.3357,1,4.4712 -2630,1,1.3401,1,4.4804 -2631,1,1.3444,1,4.4897 -2632,1,1.3488,1,4.4989 -2633,1,1.3531,1,4.5082 -2634,1,1.3575,1,4.5175 -2635,1,1.3619,1,4.5268 -2636,1,1.3663,1,4.5361 -2637,1,1.3708,1,4.5455 -2638,1,1.3752,1,4.5548 -2639,1,1.3797,1,4.5642 -2640,1,1.3842,1,4.5736 -2641,1,1.3887,1,4.5829 -2642,1,1.3932,1,4.5923 -2643,1,1.3977,1,4.6018 -2644,1,1.4023,1,4.6112 -2645,1,1.4068,1,4.6206 -2646,1,1.4114,1,4.6301 -2647,1,1.416,1,4.6395 -2648,1,1.4206,1,4.649 -2649,1,1.4252,1,4.6585 -2650,1,1.4299,1,4.6679 -2651,1,1.4345,1,4.6774 -2652,1,1.4392,1,4.6869 -2653,1,1.4439,1,4.6965 -2654,1,1.4486,1,4.706 -2655,1,1.4533,1,4.7155 -2656,1,1.458,1,4.7251 -2657,1,1.4628,1,4.7347 -2658,1,1.4676,1,4.7443 -2659,1,1.4723,1,4.7539 -2660,1,1.4771,1,4.7635 -2661,1,1.4819,1,4.7731 -2662,1,1.4868,1,4.7827 -2663,1,1.4916,1,4.7923 -2664,1,1.4965,1,4.802 -2665,1,1.5013,1,4.8116 -2666,1,1.5062,1,4.8213 -2667,1,1.5111,1,4.831 -2668,1,1.5161,1,4.8407 -2669,1,1.521,1,4.8504 -2670,1,1.526,1,4.8601 -2671,1,1.5309,1,4.8699 -2672,1,1.5359,1,4.8796 -2673,1,1.5409,1,4.8894 -2674,1,1.546,1,4.8992 -2675,1,1.551,1,4.909 -2676,1,1.5561,1,4.9188 -2677,1,1.5611,1,4.9286 -2678,1,1.5662,1,4.9384 -2679,1,1.5713,1,4.9483 -2680,1,1.5764,1,4.9581 -2681,1,1.5816,1,4.968 -2682,1,1.5867,1,4.9779 -2683,1,1.1581,0,1.6088 -2684,1,1.1618,0,1.6118 -2685,1,1.1655,0,1.6148 -2686,1,1.1692,0,1.6178 -2687,1,1.1729,0,1.6209 -2688,1,1.1767,0,1.6239 -2689,1,1.1805,0,1.627 -2690,1,1.1843,0,1.6301 -2691,1,1.1881,0,1.6331 -2692,1,1.1919,0,1.6363 -2693,1,1.1957,0,1.6394 -2694,1,1.1996,0,1.6425 -2695,1,1.2035,0,1.6457 -2696,1,1.2074,0,1.6488 -2697,1,1.2113,0,1.652 -2698,1,1.2152,0,1.6552 -2699,1,1.2191,0,1.6585 -2700,1,1.2231,0,1.6617 -2701,1,1.2271,0,1.6649 -2702,1,1.2311,0,1.6682 -2703,1,1.2351,0,1.6715 -2704,1,1.2391,0,1.6748 -2705,1,1.2431,0,1.6781 -2706,1,1.2472,0,1.6814 -2707,1,1.2512,0,1.6847 -2708,1,1.2553,0,1.6881 -2709,1,1.2594,0,1.6914 -2710,1,1.2635,0,1.6948 -2711,1,1.2677,0,1.6982 -2712,1,1.2718,0,1.7016 -2713,1,1.276,0,1.7051 -2714,1,1.2802,0,1.7085 -2715,1,1.2844,0,1.712 -2716,1,1.2886,0,1.7154 -2717,1,1.2928,0,1.7189 -2718,1,1.2971,0,1.7224 -2719,1,1.3014,0,1.726 -2720,1,1.3056,0,1.7295 -2721,1,1.3099,0,1.7331 -2722,1,1.3142,0,1.7366 -2723,1,1.3186,0,1.7402 -2724,1,1.3229,0,1.7438 -2725,1,1.3273,0,1.7474 -2726,1,1.3317,0,1.7511 -2727,1,1.336,0,1.7547 -2728,1,1.3405,0,1.7584 -2729,1,1.3449,0,1.7621 -2730,1,1.3493,0,1.7657 -2731,1,1.3538,0,1.7694 -2732,1,1.3582,0,1.7732 -2733,1,1.3627,0,1.7769 -2734,1,1.3672,0,1.7807 -2735,1,1.3718,0,1.7844 -2736,1,1.3763,0,1.7882 -2737,1,1.3808,0,1.792 -2738,1,1.3854,0,1.7958 -2739,1,1.39,0,1.7997 -2740,1,1.3946,0,1.8035 -2741,1,1.3992,0,1.8074 -2742,1,1.4038,0,1.8112 -2743,1,1.4085,0,1.8151 -2744,1,1.4131,0,1.819 -2745,1,1.4178,0,1.8229 -2746,1,1.4225,0,1.8269 -2747,1,1.4272,0,1.8308 -2748,1,1.4319,0,1.8348 -2749,1,1.4367,0,1.8388 -2750,1,1.4415,0,1.8428 -2751,1,1.4462,0,1.8468 -2752,1,1.451,0,1.8508 -2753,1,1.4558,0,1.8549 -2754,1,1.4607,0,1.8589 -2755,1,1.4655,0,1.863 -2756,1,1.4704,0,1.8671 -2757,1,1.4752,0,1.8712 -2758,1,1.4801,0,1.8753 -2759,1,1.485,0,1.8795 -2760,1,1.49,0,1.8836 -2761,1,1.4949,0,1.8878 -2762,1,1.4998,0,1.892 -2763,1,1.5048,0,1.8962 -2764,1,1.5098,0,1.9004 -2765,1,1.5148,0,1.9047 -2766,1,1.5198,0,1.9089 -2767,1,1.5249,0,1.9132 -2768,1,1.5299,0,1.9175 -2769,1,1.535,0,1.9217 -2770,1,1.54,0,1.926 -2771,1,1.5451,0,1.9304 -2772,1,1.5502,0,1.9347 -2773,1,1.5554,0,1.9391 -2774,1,1.5605,0,1.9434 -2775,1,1.5656,0,1.9478 -2776,1,1.5708,0,1.9522 -2777,1,1.576,0,1.9566 -2778,1,1.5812,0,1.961 -2779,1,1.5864,0,1.9655 -2780,1,1.5917,0,1.9699 -2781,1,1.5969,0,1.9744 -2782,1,1.6022,0,1.9789 -2783,1,1.1623,0,1.9834 -2784,1,1.166,0,1.9879 -2785,1,1.1698,0,1.9925 -2786,1,1.1736,0,1.997 -2787,1,1.1774,0,2.0016 -2788,1,1.1812,0,2.0062 -2789,1,1.185,0,2.0108 -2790,1,1.1888,0,2.0154 -2791,1,1.1927,0,2.02 -2792,1,1.1966,0,2.0247 -2793,1,1.2005,0,2.0293 -2794,1,1.2044,0,2.034 -2795,1,1.2083,0,2.0387 -2796,1,1.2123,0,2.0434 -2797,1,1.2162,0,2.0481 -2798,1,1.2202,0,2.0528 -2799,1,1.2242,0,2.0576 -2800,1,1.2282,0,2.0624 -2801,1,1.2322,0,2.0671 -2802,1,1.2363,0,2.0719 -2803,1,1.2403,0,2.0768 -2804,1,1.2444,0,2.0816 -2805,1,1.2485,0,2.0864 -2806,1,1.2526,0,2.0913 -2807,1,1.2567,0,2.0961 -2808,1,1.2608,0,2.101 -2809,1,1.265,0,2.1059 -2810,1,1.2691,0,2.1108 -2811,1,1.2733,0,2.1158 -2812,1,1.2775,0,2.1207 -2813,1,1.2817,0,2.1256 -2814,1,1.2859,0,2.1306 -2815,1,1.2902,0,2.1356 -2816,1,1.2945,0,2.1406 -2817,1,1.2987,0,2.1456 -2818,1,1.303,0,2.1506 -2819,1,1.3073,0,2.1557 -2820,1,1.3116,0,2.1608 -2821,1,1.316,0,2.1658 -2822,1,1.3203,0,2.1709 -2823,1,1.3247,0,2.176 -2824,1,1.3291,0,2.1812 -2825,1,1.3335,0,2.1863 -2826,1,1.3379,0,2.1914 -2827,1,1.3424,0,2.1966 -2828,1,1.3468,0,2.2018 -2829,1,1.3513,0,2.207 -2830,1,1.3557,0,2.2122 -2831,1,1.3602,0,2.2174 -2832,1,1.3647,0,2.2227 -2833,1,1.3693,0,2.2279 -2834,1,1.3738,0,2.2332 -2835,1,1.3784,0,2.2385 -2836,1,1.3829,0,2.2437 -2837,1,1.3875,0,2.2491 -2838,1,1.3921,0,2.2544 -2839,1,1.3967,0,2.2597 -2840,1,1.4014,0,2.2651 -2841,1,1.406,0,2.2704 -2842,1,1.4107,0,2.2758 -2843,1,1.4154,0,2.2812 -2844,1,1.4201,0,2.2867 -2845,1,1.4248,0,2.2921 -2846,1,1.4295,0,2.2975 -2847,1,1.4343,0,2.303 -2848,1,1.439,0,2.3085 -2849,1,1.4438,0,2.314 -2850,1,1.4486,0,2.3195 -2851,1,1.4534,0,2.325 -2852,1,1.4583,0,2.3306 -2853,1,1.4631,0,2.3361 -2854,1,1.4679,0,2.3417 -2855,1,1.4728,0,2.3473 -2856,1,1.4777,0,2.3529 -2857,1,1.4826,0,2.3585 -2858,1,1.4875,0,2.3641 -2859,1,1.4924,0,2.3697 -2860,1,1.4974,0,2.3754 -2861,1,1.5024,0,2.3811 -2862,1,1.5073,0,2.3867 -2863,1,1.5123,0,2.3924 -2864,1,1.5173,0,2.3982 -2865,1,1.5224,0,2.4039 -2866,1,1.5274,0,2.4096 -2867,1,1.5325,0,2.4154 -2868,1,1.5375,0,2.4211 -2869,1,1.5426,0,2.4269 -2870,1,1.5477,0,2.4327 -2871,1,1.5529,0,2.4385 -2872,1,1.558,0,2.4444 -2873,1,1.5631,0,2.4502 -2874,1,1.5683,0,2.4561 -2875,1,1.5735,0,2.462 -2876,1,1.5787,0,2.4679 -2877,1,1.5839,0,2.4738 -2878,1,1.5891,0,2.4797 -2879,1,1.5944,0,2.4856 -2880,1,1.5997,0,2.4916 -2881,1,1.6049,0,2.4976 -2882,1,1.1619,0,2.5035 -2883,1,1.1657,0,2.5095 -2884,1,1.1694,0,2.5155 -2885,1,1.1732,0,2.5216 -2886,1,1.177,0,2.5276 -2887,1,1.1808,0,2.5337 -2888,1,1.1846,0,2.5397 -2889,1,1.1885,0,2.5458 -2890,1,1.1923,0,2.5519 -2891,1,1.1962,0,2.558 -2892,1,1.2001,0,2.5642 -2893,1,1.204,0,2.5703 -2894,1,1.2079,0,2.5765 -2895,1,1.2118,0,2.5827 -2896,1,1.2158,0,2.5889 -2897,1,1.2198,0,2.5951 -2898,1,1.2238,0,2.6013 -2899,1,1.2278,0,2.6076 -2900,1,1.2318,0,2.6138 -2901,1,1.2358,0,2.6201 -2902,1,1.2398,0,2.6264 -2903,1,1.2439,0,2.6327 -2904,1,1.248,0,2.639 -2905,1,1.2521,0,2.6453 -2906,1,1.2562,0,2.6516 -2907,1,1.2603,0,2.658 -2908,1,1.2645,0,2.6644 -2909,1,1.2686,0,2.6707 -2910,1,1.2728,0,2.6771 -2911,1,1.277,0,2.6836 -2912,1,1.2812,0,2.69 -2913,1,1.2854,0,2.6964 -2914,1,1.2896,0,2.7029 -2915,1,1.2939,0,2.7094 -2916,1,1.2981,0,2.7158 -2917,1,1.3024,0,2.7223 -2918,1,1.3067,0,2.7289 -2919,1,1.311,0,2.7354 -2920,1,1.3154,0,2.7419 -2921,1,1.3197,0,2.7485 -2922,1,1.3241,0,2.7551 -2923,1,1.3285,0,2.7617 -2924,1,1.3329,0,2.7683 -2925,1,1.3373,0,2.7749 -2926,1,1.3417,0,2.7816 -2927,1,1.3462,0,2.7882 -2928,1,1.3506,0,2.7949 -2929,1,1.3551,0,2.8016 -2930,1,1.3596,0,2.8083 -2931,1,1.3641,0,2.815 -2932,1,1.3686,0,2.8218 -2933,1,1.3732,0,2.8285 -2934,1,1.3777,0,2.8353 -2935,1,1.3823,0,2.8421 -2936,1,1.3869,0,2.8489 -2937,1,1.3915,0,2.8556 -2938,1,1.3961,0,2.8625 -2939,1,1.4007,0,2.8693 -2940,1,1.4054,0,2.8761 -2941,1,1.41,0,2.883 -2942,1,1.4147,0,2.8898 -2943,1,1.4194,0,2.8967 -2944,1,1.4241,0,2.9036 -2945,1,1.4288,0,2.9105 -2946,1,1.4335,0,2.9174 -2947,1,1.4383,0,2.9243 -2948,1,1.4431,0,2.9313 -2949,1,1.4478,0,2.9383 -2950,1,1.4526,0,2.9453 -2951,1,1.4575,0,2.9523 -2952,1,1.4623,0,2.9593 -2953,1,1.4672,0,2.9664 -2954,1,1.472,0,2.9735 -2955,1,1.4769,0,2.9805 -2956,1,1.4818,0,2.9876 -2957,1,1.4868,0,2.9947 -2958,1,1.4917,0,3.0018 -2959,1,1.4966,0,3.009 -2960,1,1.5016,0,3.0161 -2961,1,1.5066,0,3.0233 -2962,1,1.5116,0,3.0304 -2963,1,1.5166,0,3.0376 -2964,1,1.5216,0,3.0448 -2965,1,1.5266,0,3.052 -2966,1,1.5317,0,3.0592 -2967,1,1.5367,0,3.0665 -2968,1,1.5418,0,3.0737 -2969,1,1.5469,0,3.081 -2970,1,1.552,0,3.0883 -2971,1,1.5571,0,3.0956 -2972,1,1.5623,0,3.1029 -2973,1,1.5674,0,3.1102 -2974,1,1.5726,0,3.1176 -2975,1,1.5778,0,3.1249 -2976,1,1.583,0,3.1323 -2977,1,1.5883,0,3.1397 -2978,1,1.5935,0,3.1471 -2979,1,1.5988,0,3.1546 -2980,1,1.1588,0,3.162 -2981,1,1.1625,0,3.1695 -2982,1,1.1662,0,3.1769 -2983,1,1.17,0,3.1844 -2984,1,1.1738,0,3.1919 -2985,1,1.1776,0,3.1995 -2986,1,1.1814,0,3.207 -2987,1,1.1852,0,3.2145 -2988,1,1.189,0,3.2221 -2989,1,1.1929,0,3.2296 -2990,1,1.1968,0,3.2372 -2991,1,1.2006,0,3.2448 -2992,1,1.2045,0,3.2524 -2993,1,1.2084,0,3.26 -2994,1,1.2124,0,3.2677 -2995,1,1.2163,0,3.2753 -2996,1,1.2203,0,3.283 -2997,1,1.2242,0,3.2906 -2998,1,1.2282,0,3.2983 -2999,1,1.2323,0,3.3061 -3000,1,1.2363,0,3.3138 -3001,1,1.2403,0,3.3215 -3002,1,1.2444,0,3.3293 -3003,1,1.2484,0,3.3371 -3004,1,1.2525,0,3.3448 -3005,1,1.2566,0,3.3526 -3006,1,1.2608,0,3.3605 -3007,1,1.2649,0,3.3683 -3008,1,1.269,0,3.3761 -3009,1,1.2732,0,3.384 -3010,1,1.2774,0,3.3919 -3011,1,1.2816,0,3.3997 -3012,1,1.2858,0,3.4076 -3013,1,1.29,0,3.4156 -3014,1,1.2943,0,3.4235 -3015,1,1.2985,0,3.4314 -3016,1,1.3028,0,3.4394 -3017,1,1.3071,0,3.4474 -3018,1,1.3114,0,3.4554 -3019,1,1.3157,0,3.4634 -3020,1,1.3201,0,3.4714 -3021,1,1.3244,0,3.4795 -3022,1,1.3288,0,3.4875 -3023,1,1.3332,0,3.4956 -3024,1,1.3376,0,3.5037 -3025,1,1.342,0,3.5118 -3026,1,1.3465,0,3.5199 -3027,1,1.3509,0,3.528 -3028,1,1.3554,0,3.5361 -3029,1,1.3598,0,3.5443 -3030,1,1.3643,0,3.5525 -3031,1,1.3689,0,3.5606 -3032,1,1.3734,0,3.5688 -3033,1,1.3779,0,3.5771 -3034,1,1.3825,0,3.5853 -3035,1,1.3871,0,3.5935 -3036,1,1.3916,0,3.6018 -3037,1,1.3963,0,3.6101 -3038,1,1.4009,0,3.6184 -3039,1,1.4055,0,3.6267 -3040,1,1.4102,0,3.635 -3041,1,1.4148,0,3.6433 -3042,1,1.4195,0,3.6517 -3043,1,1.4242,0,3.6601 -3044,1,1.4289,0,3.6684 -3045,1,1.4337,0,3.6768 -3046,1,1.4384,0,3.6852 -3047,1,1.4432,0,3.6937 -3048,1,1.448,0,3.7021 -3049,1,1.4527,0,3.7106 -3050,1,1.4576,0,3.719 -3051,1,1.4624,0,3.7275 -3052,1,1.4672,0,3.736 -3053,1,1.4721,0,3.7445 -3054,1,1.4769,0,3.753 -3055,1,1.4818,0,3.7616 -3056,1,1.4867,0,3.7701 -3057,1,1.4916,0,3.7787 -3058,1,1.4966,0,3.7873 -3059,1,1.5015,0,3.7959 -3060,1,1.5065,0,3.8045 -3061,1,1.5114,0,3.8131 -3062,1,1.5164,0,3.8217 -3063,1,1.5214,0,3.8304 -3064,1,1.5264,0,3.8391 -3065,1,1.5315,0,3.8477 -3066,1,1.5365,0,3.8564 -3067,1,1.5416,0,3.8651 -3068,1,1.5466,0,3.8738 -3069,1,1.5517,0,3.8826 -3070,1,1.5568,0,3.8913 -3071,1,1.562,0,3.9001 -3072,1,1.5671,0,3.9089 -3073,1,1.5723,0,3.9177 -3074,1,1.5774,0,3.9265 -3075,1,1.5826,0,3.9353 -3076,1,1.5878,0,3.9441 -3077,1,1.593,0,3.953 -3078,1,1.5983,0,3.9619 -3079,1,1.6035,0,3.9708 -3080,1,1.1597,0,3.9797 -3081,1,1.1634,0,3.9886 -3082,1,1.1671,0,3.9975 -3083,1,1.1708,0,4.0065 -3084,1,1.1746,0,4.0155 -3085,1,1.1784,0,4.0244 -3086,1,1.1822,0,4.0335 -3087,1,1.186,0,4.0425 -3088,1,1.1898,0,4.0515 -3089,1,1.1937,0,4.0606 -3090,1,1.1975,0,4.0696 -3091,1,1.2014,0,4.0787 -3092,1,1.2053,0,4.0878 -3093,1,1.2092,0,4.0969 -3094,1,1.2131,1,4.106 -3095,1,1.2171,1,4.1151 -3096,1,1.221,1,4.1243 -3097,1,1.225,1,4.1335 -3098,1,1.229,1,4.1426 -3099,1,1.233,1,4.1518 -3100,1,1.237,1,4.161 -3101,1,1.241,1,4.1702 -3102,1,1.245,1,4.1795 -3103,1,1.2491,1,4.1887 -3104,1,1.2532,1,4.198 -3105,1,1.2572,1,4.2072 -3106,1,1.2613,1,4.2165 -3107,1,1.2655,1,4.2258 -3108,1,1.2696,1,4.2352 -3109,1,1.2737,1,4.2445 -3110,1,1.2779,1,4.2538 -3111,1,1.2821,1,4.2632 -3112,1,1.2863,1,4.2726 -3113,1,1.2905,1,4.282 -3114,1,1.2947,1,4.2914 -3115,1,1.299,1,4.3008 -3116,1,1.3032,1,4.3102 -3117,1,1.3075,1,4.3197 -3118,1,1.3118,1,4.3292 -3119,1,1.3161,1,4.3386 -3120,1,1.3204,1,4.3481 -3121,1,1.3248,1,4.3577 -3122,1,1.3291,1,4.3672 -3123,1,1.3335,1,4.3767 -3124,1,1.3379,1,4.3863 -3125,1,1.3423,1,4.3959 -3126,1,1.3467,1,4.4055 -3127,1,1.3511,1,4.4151 -3128,1,1.3556,1,4.4247 -3129,1,1.36,1,4.4343 -3130,1,1.3645,1,4.444 -3131,1,1.369,1,4.4536 -3132,1,1.3735,1,4.4633 -3133,1,1.378,1,4.473 -3134,1,1.3826,1,4.4827 -3135,1,1.3871,1,4.4924 -3136,1,1.3917,1,4.5022 -3137,1,1.3963,1,4.5119 -3138,1,1.4009,1,4.5217 -3139,1,1.4055,1,4.5315 -3140,1,1.4101,1,4.5413 -3141,1,1.4148,1,4.5511 -3142,1,1.4194,1,4.5609 -3143,1,1.4241,1,4.5707 -3144,1,1.4288,1,4.5806 -3145,1,1.4335,1,4.5905 -3146,1,1.4382,1,4.6004 -3147,1,1.443,1,4.6103 -3148,1,1.4477,1,4.6202 -3149,1,1.4525,1,4.6301 -3150,1,1.4573,1,4.6401 -3151,1,1.4621,1,4.6501 -3152,1,1.4669,1,4.66 -3153,1,1.4717,1,4.67 -3154,1,1.4766,1,4.68 -3155,1,1.4815,1,4.6901 -3156,1,1.4863,1,4.7001 -3157,1,1.4912,1,4.7101 -3158,1,1.4961,1,4.7202 -3159,1,1.5011,1,4.7303 -3160,1,1.506,1,4.7404 -3161,1,1.511,1,4.7505 -3162,1,1.5159,1,4.7607 -3163,1,1.5209,1,4.7708 -3164,1,1.5259,1,4.781 -3165,1,1.5309,1,4.7911 -3166,1,1.536,1,4.8013 -3167,1,1.541,1,4.8115 -3168,1,1.5461,1,4.8217 -3169,1,1.5512,1,4.8319 -3170,1,1.5562,1,4.8422 -3171,1,1.5613,1,4.8524 -3172,1,1.5665,1,4.8627 -3173,1,1.5716,1,4.873 -3174,1,1.5767,1,4.8833 -3175,1,1.5819,1,4.8936 -3176,1,1.5871,1,4.9039 -3177,1,1.5923,1,4.9143 -3178,1,1.5975,1,4.9246 -3179,1,1.6027,1,4.935 -3180,1,1.1586,0,1.6057 -3181,1,1.1623,0,1.6088 -3182,1,1.166,0,1.6119 -3183,1,1.1698,0,1.6151 -3184,1,1.1735,0,1.6183 -3185,1,1.1773,0,1.6215 -3186,1,1.1811,0,1.6246 -3187,1,1.1849,0,1.6279 -3188,1,1.1887,0,1.6311 -3189,1,1.1925,0,1.6343 -3190,1,1.1963,0,1.6376 -3191,1,1.2002,0,1.6408 -3192,1,1.204,0,1.6441 -3193,1,1.2079,0,1.6474 -3194,1,1.2118,0,1.6507 -3195,1,1.2157,0,1.6541 -3196,1,1.2197,0,1.6574 -3197,1,1.2236,0,1.6607 -3198,1,1.2276,0,1.6641 -3199,1,1.2316,0,1.6675 -3200,1,1.2355,0,1.6709 -3201,1,1.2396,0,1.6743 -3202,1,1.2436,0,1.6777 -3203,1,1.2476,0,1.6811 -3204,1,1.2517,0,1.6845 -3205,1,1.2557,0,1.688 -3206,1,1.2598,0,1.6915 -3207,1,1.2639,0,1.6949 -3208,1,1.268,0,1.6984 -3209,1,1.2721,0,1.7019 -3210,1,1.2763,0,1.7055 -3211,1,1.2804,0,1.709 -3212,1,1.2846,0,1.7125 -3213,1,1.2888,0,1.7161 -3214,1,1.293,0,1.7197 -3215,1,1.2972,0,1.7232 -3216,1,1.3014,0,1.7268 -3217,1,1.3057,0,1.7305 -3218,1,1.3099,0,1.7341 -3219,1,1.3142,0,1.7377 -3220,1,1.3185,0,1.7414 -3221,1,1.3228,0,1.745 -3222,1,1.3272,0,1.7487 -3223,1,1.3315,0,1.7524 -3224,1,1.3359,0,1.7561 -3225,1,1.3402,0,1.7598 -3226,1,1.3446,0,1.7636 -3227,1,1.349,0,1.7673 -3228,1,1.3534,0,1.7711 -3229,1,1.3579,0,1.7748 -3230,1,1.3623,0,1.7786 -3231,1,1.3668,0,1.7824 -3232,1,1.3712,0,1.7862 -3233,1,1.3757,0,1.79 -3234,1,1.3802,0,1.7938 -3235,1,1.3847,0,1.7977 -3236,1,1.3893,0,1.8015 -3237,1,1.3938,0,1.8054 -3238,1,1.3984,0,1.8093 -3239,1,1.403,0,1.8132 -3240,1,1.4076,0,1.8171 -3241,1,1.4122,0,1.821 -3242,1,1.4168,0,1.8249 -3243,1,1.4215,0,1.8289 -3244,1,1.4261,0,1.8328 -3245,1,1.4308,0,1.8368 -3246,1,1.4355,0,1.8408 -3247,1,1.4402,0,1.8448 -3248,1,1.4449,0,1.8488 -3249,1,1.4497,0,1.8528 -3250,1,1.4544,0,1.8568 -3251,1,1.4592,0,1.8609 -3252,1,1.464,0,1.8649 -3253,1,1.4687,0,1.869 -3254,1,1.4736,0,1.8731 -3255,1,1.4784,0,1.8772 -3256,1,1.4832,0,1.8813 -3257,1,1.4881,0,1.8854 -3258,1,1.4929,0,1.8895 -3259,1,1.4978,0,1.8937 -3260,1,1.5027,0,1.8978 -3261,1,1.5076,0,1.902 -3262,1,1.5126,0,1.9062 -3263,1,1.5175,0,1.9104 -3264,1,1.5225,0,1.9146 -3265,1,1.5274,0,1.9188 -3266,1,1.5324,0,1.923 -3267,1,1.5374,0,1.9273 -3268,1,1.5424,0,1.9315 -3269,1,1.5475,0,1.9358 -3270,1,1.5525,0,1.94 -3271,1,1.5576,0,1.9443 -3272,1,1.5626,0,1.9486 -3273,1,1.5677,0,1.9529 -3274,1,1.5728,0,1.9573 -3275,1,1.5779,0,1.9616 -3276,1,1.5831,0,1.9659 -3277,1,1.1511,0,1.9703 -3278,1,1.1548,0,1.9747 -3279,1,1.1584,0,1.9791 -3280,1,1.1621,0,1.9835 -3281,1,1.1658,0,1.9879 -3282,1,1.1695,0,1.9923 -3283,1,1.1732,0,1.9967 -3284,1,1.177,0,2.0012 -3285,1,1.1807,0,2.0056 -3286,1,1.1845,0,2.0101 -3287,1,1.1883,0,2.0146 -3288,1,1.1921,0,2.0191 -3289,1,1.1959,0,2.0236 -3290,1,1.1997,0,2.0281 -3291,1,1.2036,0,2.0326 -3292,1,1.2074,0,2.0372 -3293,1,1.2113,0,2.0417 -3294,1,1.2152,0,2.0463 -3295,1,1.2191,0,2.0509 -3296,1,1.223,0,2.0555 -3297,1,1.227,0,2.0601 -3298,1,1.2309,0,2.0647 -3299,1,1.2349,0,2.0694 -3300,1,1.2389,0,2.074 -3301,1,1.2429,0,2.0787 -3302,1,1.2469,0,2.0833 -3303,1,1.2509,0,2.088 -3304,1,1.255,0,2.0927 -3305,1,1.259,0,2.0974 -3306,1,1.2631,0,2.1021 -3307,1,1.2672,0,2.1069 -3308,1,1.2713,0,2.1116 -3309,1,1.2754,0,2.1164 -3310,1,1.2795,0,2.1211 -3311,1,1.2837,0,2.1259 -3312,1,1.2878,0,2.1307 -3313,1,1.292,0,2.1355 -3314,1,1.2962,0,2.1404 -3315,1,1.3004,0,2.1452 -3316,1,1.3046,0,2.15 -3317,1,1.3089,0,2.1549 -3318,1,1.3131,0,2.1598 -3319,1,1.3174,0,2.1646 -3320,1,1.3217,0,2.1695 -3321,1,1.3259,0,2.1744 -3322,1,1.3302,0,2.1793 -3323,1,1.3346,0,2.1843 -3324,1,1.3389,0,2.1892 -3325,1,1.3432,0,2.1942 -3326,1,1.3476,0,2.1991 -3327,1,1.352,0,2.2041 -3328,1,1.3564,0,2.2091 -3329,1,1.3608,0,2.2141 -3330,1,1.3652,0,2.2191 -3331,1,1.3696,0,2.2241 -3332,1,1.3741,0,2.2291 -3333,1,1.3785,0,2.2341 -3334,1,1.383,0,2.2392 -3335,1,1.3875,0,2.2443 -3336,1,1.392,0,2.2494 -3337,1,1.3965,0,2.2545 -3338,1,1.4011,0,2.2596 -3339,1,1.4056,0,2.2647 -3340,1,1.4102,0,2.2698 -3341,1,1.4148,0,2.275 -3342,1,1.4194,0,2.2801 -3343,1,1.424,0,2.2853 -3344,1,1.4286,0,2.2905 -3345,1,1.4333,0,2.2956 -3346,1,1.4379,0,2.3009 -3347,1,1.4426,0,2.3061 -3348,1,1.4473,0,2.3113 -3349,1,1.452,0,2.3165 -3350,1,1.4567,0,2.3218 -3351,1,1.4614,0,2.327 -3352,1,1.4661,0,2.3323 -3353,1,1.4709,0,2.3376 -3354,1,1.4757,0,2.3429 -3355,1,1.4805,0,2.3482 -3356,1,1.4853,0,2.3535 -3357,1,1.4901,0,2.3589 -3358,1,1.4949,0,2.3642 -3359,1,1.4997,0,2.3696 -3360,1,1.5046,0,2.3749 -3361,1,1.5095,0,2.3803 -3362,1,1.5143,0,2.3857 -3363,1,1.5192,0,2.3911 -3364,1,1.5242,0,2.3965 -3365,1,1.5291,0,2.4019 -3366,1,1.534,0,2.4074 -3367,1,1.539,0,2.4128 -3368,1,1.544,0,2.4183 -3369,1,1.549,0,2.4238 -3370,1,1.554,0,2.4293 -3371,1,1.559,0,2.4348 -3372,1,1.564,0,2.4403 -3373,1,1.5691,0,2.4459 -3374,1,1.5741,0,2.4514 -3375,1,1.5792,0,2.457 -3376,1,1.5843,0,2.4625 -3377,1,1.5894,0,2.4681 -3378,1,1.1533,0,2.4737 -3379,1,1.1569,0,2.4793 -3380,1,1.1605,0,2.4849 -3381,1,1.1642,0,2.4906 -3382,1,1.1679,0,2.4962 -3383,1,1.1715,0,2.5019 -3384,1,1.1752,0,2.5076 -3385,1,1.179,0,2.5133 -3386,1,1.1827,0,2.519 -3387,1,1.1864,0,2.5247 -3388,1,1.1902,0,2.5304 -3389,1,1.194,0,2.5361 -3390,1,1.1978,0,2.5419 -3391,1,1.2016,0,2.5476 -3392,1,1.2054,0,2.5534 -3393,1,1.2092,0,2.5592 -3394,1,1.2131,0,2.565 -3395,1,1.2169,0,2.5708 -3396,1,1.2208,0,2.5766 -3397,1,1.2247,0,2.5824 -3398,1,1.2286,0,2.5883 -3399,1,1.2325,0,2.5941 -3400,1,1.2364,0,2.6 -3401,1,1.2404,0,2.6058 -3402,1,1.2443,0,2.6117 -3403,1,1.2483,0,2.6176 -3404,1,1.2523,0,2.6235 -3405,1,1.2563,0,2.6295 -3406,1,1.2603,0,2.6354 -3407,1,1.2643,0,2.6413 -3408,1,1.2684,0,2.6473 -3409,1,1.2725,0,2.6532 -3410,1,1.2765,0,2.6592 -3411,1,1.2806,0,2.6652 -3412,1,1.2847,0,2.6712 -3413,1,1.2888,0,2.6772 -3414,1,1.293,0,2.6832 -3415,1,1.2971,0,2.6893 -3416,1,1.3013,0,2.6953 -3417,1,1.3055,0,2.7014 -3418,1,1.3096,0,2.7074 -3419,1,1.3139,0,2.7135 -3420,1,1.3181,0,2.7196 -3421,1,1.3223,0,2.7257 -3422,1,1.3266,0,2.7319 -3423,1,1.3308,0,2.738 -3424,1,1.3351,0,2.7441 -3425,1,1.3394,0,2.7503 -3426,1,1.3437,0,2.7564 -3427,1,1.348,0,2.7626 -3428,1,1.3524,0,2.7688 -3429,1,1.3567,0,2.775 -3430,1,1.3611,0,2.7812 -3431,1,1.3655,0,2.7875 -3432,1,1.3699,0,2.7937 -3433,1,1.3743,0,2.7999 -3434,1,1.3787,0,2.8062 -3435,1,1.3831,0,2.8125 -3436,1,1.3876,0,2.8188 -3437,1,1.392,0,2.8251 -3438,1,1.3965,0,2.8314 -3439,1,1.401,0,2.8377 -3440,1,1.4055,0,2.844 -3441,1,1.4101,0,2.8504 -3442,1,1.4146,0,2.8567 -3443,1,1.4191,0,2.8631 -3444,1,1.4237,0,2.8694 -3445,1,1.4283,0,2.8758 -3446,1,1.4329,0,2.8822 -3447,1,1.4375,0,2.8887 -3448,1,1.4421,0,2.8951 -3449,1,1.4468,0,2.9015 -3450,1,1.4514,0,2.908 -3451,1,1.4561,0,2.9144 -3452,1,1.4608,0,2.9209 -3453,1,1.4655,0,2.9274 -3454,1,1.4702,0,2.9339 -3455,1,1.4749,0,2.9404 -3456,1,1.4796,0,2.9469 -3457,1,1.4844,0,2.9534 -3458,1,1.4892,0,2.96 -3459,1,1.4939,0,2.9665 -3460,1,1.4987,0,2.9731 -3461,1,1.5036,0,2.9797 -3462,1,1.5084,0,2.9863 -3463,1,1.5132,0,2.9929 -3464,1,1.5181,0,2.9995 -3465,1,1.5229,0,3.0061 -3466,1,1.5278,0,3.0128 -3467,1,1.5327,0,3.0194 -3468,1,1.5376,0,3.0261 -3469,1,1.5426,0,3.0328 -3470,1,1.5475,0,3.0395 -3471,1,1.5524,0,3.0462 -3472,1,1.5574,0,3.0529 -3473,1,1.5624,0,3.0596 -3474,1,1.5674,0,3.0663 -3475,1,1.5724,0,3.0731 -3476,1,1.1473,0,3.0798 -3477,1,1.1509,0,3.0866 -3478,1,1.1545,0,3.0934 -3479,1,1.1581,0,3.1002 -3480,1,1.1617,0,3.107 -3481,1,1.1654,0,3.1138 -3482,1,1.169,0,3.1206 -3483,1,1.1727,0,3.1275 -3484,1,1.1763,0,3.1343 -3485,1,1.18,0,3.1412 -3486,1,1.1838,0,3.1481 -3487,1,1.1875,0,3.155 -3488,1,1.1912,0,3.1619 -3489,1,1.195,0,3.1688 -3490,1,1.1987,0,3.1757 -3491,1,1.2025,0,3.1827 -3492,1,1.2063,0,3.1896 -3493,1,1.2101,0,3.1966 -3494,1,1.2139,0,3.2036 -3495,1,1.2178,0,3.2106 -3496,1,1.2216,0,3.2176 -3497,1,1.2255,0,3.2246 -3498,1,1.2294,0,3.2316 -3499,1,1.2333,0,3.2387 -3500,1,1.2372,0,3.2457 diff --git a/original_submission/data/exp_biketraceP25.csv b/original_submission/data/exp_biketraceP25.csv deleted file mode 100644 index 1e0fc8c20d13b46aecf18cb68260dded0ad9af2d..0000000000000000000000000000000000000000 --- a/original_submission/data/exp_biketraceP25.csv +++ /dev/null @@ -1,20001 +0,0 @@ -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137 -56004,7137 -56004,7137 -56004,7137 -56004,7137 -56004,7137 -56004,7137 -56004,7137 -56004,7136.9 -56004,7136.9 -56004,7136.9 -56004,7136.9 -56004,7136.9 -56003,7136.8 -56003,7136.8 -56003,7136.8 -56003,7136.8 -56003,7136.8 -56003,7136.7 -56003,7136.7 -56003,7136.7 -56003,7136.7 -56003,7136.7 -56003,7136.6 -56003,7136.6 -56003,7136.6 -56003,7136.5 -56003,7136.5 -56003,7136.5 -56003,7136.5 -56003,7136.4 -56003,7136.4 -56003,7136.4 -56003,7136.3 -56003,7136.3 -56003,7136.3 -56003,7136.3 -56003,7136.2 -56003,7136.2 -56003,7136.2 -56003,7136.1 -56003,7136.1 -56002,7136.1 -56002,7136 -56002,7136 -56002,7135.9 -56002,7135.9 -56002,7135.9 -56002,7135.8 -56002,7135.8 -56002,7135.7 -56002,7135.7 -56002,7135.7 -56002,7135.6 -56002,7135.6 -56002,7135.5 -56002,7135.5 -56002,7135.4 -56002,7135.4 -56002,7135.3 -56001,7135.3 -56001,7135.3 -56001,7135.2 -56001,7135.2 -56001,7135.1 -56001,7135.1 -56001,7135 -56001,7134.9 -56001,7134.9 -56001,7134.8 -56001,7134.8 -56001,7134.7 -56001,7134.7 -56001,7134.6 -56001,7134.6 -56001,7134.5 -56000,7134.5 -56000,7134.4 -56000,7134.4 -56000,7134.3 -56007,7128.3 -56007,7128.2 -56007,7128.1 -56007,7128.1 -56007,7128 -56007,7127.9 -56007,7127.8 -56006,7127.8 -56006,7127.7 -56006,7127.6 -56006,7127.5 -56006,7127.5 -56006,7127.4 -56006,7127.3 -56006,7127.2 -56006,7127.1 -56006,7127 -56006,7127 -56006,7126.9 -56006,7126.8 -56006,7126.7 -56005,7126.6 -56005,7126.5 -56005,7126.4 -56005,7126.4 -56005,7126.3 -56005,7126.2 -56005,7126.1 -56005,7126 -56005,7125.9 -56005,7125.8 -56005,7125.7 -56005,7125.6 -56005,7125.5 -56004,7125.4 -56004,7125.4 -56004,7125.3 -56004,7125.2 -56004,7125.1 -56004,7125 -56004,7124.9 -56004,7124.8 -56004,7124.7 -56004,7124.6 -56004,7124.5 -56003,7124.4 -56003,7124.3 -56003,7124.2 -56003,7124.1 -56003,7124 -56003,7123.9 -56003,7123.8 -56003,7123.6 -56003,7123.5 -56003,7123.4 -56003,7123.3 -56002,7123.2 -56002,7123.1 -56002,7123 -56002,7122.9 -56002,7122.8 -56002,7122.7 -56002,7122.6 -56002,7122.4 -56002,7122.3 -56002,7122.2 -56001,7122.1 -56001,7122 -56001,7121.9 -56001,7121.7 -56001,7121.6 -56001,7121.5 -56001,7121.4 -56001,7121.3 -56001,7121.1 -56000,7121 -56000,7120.9 -56000,7120.8 -56000,7120.7 -56000,7120.5 -56000,7120.4 -56000,7120.3 -56000,7120.2 -56000,7120 -55999,7119.9 -55999,7119.8 -55999,7119.7 -55999,7119.5 -55999,7119.4 -55999,7119.3 -55999,7119.1 -55999,7119 -55998,7118.9 -55998,7118.7 -55998,7118.6 -55998,7118.5 -55998,7118.3 -55998,7118.2 -55998,7118.1 -56008,7117.1 -56008,7117 -56008,7116.8 -56008,7116.7 -56008,7116.5 -56008,7116.3 -56008,7116.2 -56008,7116 -56008,7115.9 -56008,7115.7 -56008,7115.5 -56008,7115.4 -56008,7115.2 -56008,7115 -56008,7114.9 -56008,7114.7 -56008,7114.5 -56008,7114.4 -56008,7114.2 -56008,7114 -56008,7113.9 -56007,7113.7 -56007,7113.5 -56007,7113.3 -56007,7113.2 -56007,7113 -56007,7112.8 -56007,7112.6 -56007,7112.5 -56007,7112.3 -56007,7112.1 -56007,7111.9 -56007,7111.7 -56007,7111.6 -56007,7111.4 -56007,7111.2 -56007,7111 -56007,7110.8 -56007,7110.6 -56007,7110.5 -56007,7110.3 -56007,7110.1 -56007,7109.9 -56007,7109.7 -56007,7109.5 -56007,7109.3 -56007,7109.1 -56007,7108.9 -56007,7108.7 -56006,7108.6 -56006,7108.4 -56006,7108.2 -56006,7108 -56006,7107.8 -56006,7107.6 -56006,7107.4 -56006,7107.2 -56006,7107 -56006,7106.8 -56006,7106.6 -56006,7106.4 -56006,7106.2 -56006,7106 -56006,7105.8 -56006,7105.5 -56006,7105.3 -56006,7105.1 -56006,7104.9 -56006,7104.7 -56006,7104.5 -56005,7104.3 -56005,7104.1 -56005,7103.9 -56005,7103.7 -56005,7103.4 -56005,7103.2 -56005,7103 -56005,7102.8 -56005,7102.6 -56005,7102.4 -56005,7102.1 -56005,7101.9 -56005,7101.7 -56005,7101.5 -56005,7101.3 -56005,7101 -56005,7100.8 -56004,7100.6 -56004,7100.4 -56004,7100.1 -56004,7099.9 -56004,7099.7 -56004,7099.4 -56004,7099.2 -56004,7099 -56004,7098.7 -56004,7098.5 -56004,7098.3 -56004,7098 -56009,7107.6 -56009,7107.4 -56009,7107.3 -56009,7107.1 -56009,7106.9 -56009,7106.8 -56009,7106.6 -56009,7106.4 -56009,7106.2 -56009,7106.1 -56009,7105.9 -56009,7105.7 -56009,7105.5 -56009,7105.4 -56008,7105.2 -56008,7105 -56008,7104.8 -56008,7104.7 -56008,7104.5 -56008,7104.3 -56008,7104.1 -56008,7103.9 -56008,7103.7 -56008,7103.6 -56008,7103.4 -56008,7103.2 -56008,7103 -56008,7102.8 -56008,7102.6 -56008,7102.5 -56007,7102.3 -56007,7102.1 -56007,7101.9 -56007,7101.7 -56007,7101.5 -56007,7101.3 -56007,7101.1 -56007,7100.9 -56007,7100.7 -56007,7100.5 -56007,7100.3 -56007,7100.1 -56007,7099.9 -56007,7099.7 -56006,7099.5 -56006,7099.3 -56006,7099.1 -56006,7098.9 -56006,7098.7 -56006,7098.5 -56006,7098.3 -56006,7098.1 -56006,7097.9 -56006,7097.7 -56006,7097.5 -56006,7097.3 -56006,7097.1 -56005,7096.9 -56005,7096.7 -56005,7096.5 -56005,7096.3 -56005,7096.1 -56005,7095.8 -56005,7095.6 -56005,7095.4 -56005,7095.2 -56005,7095 -56005,7094.8 -56004,7094.6 -56004,7094.3 -56004,7094.1 -56004,7093.9 -56004,7093.7 -56004,7093.5 -56004,7093.2 -56004,7093 -56004,7092.8 -56004,7092.6 -56004,7092.3 -56003,7092.1 -56003,7091.9 -56003,7091.7 -56003,7091.4 -56003,7091.2 -56003,7091 -56003,7090.8 -56003,7090.5 -56003,7090.3 -56003,7090.1 -56002,7089.8 -56002,7089.6 -56002,7089.4 -56002,7089.1 -56002,7088.9 -56002,7088.7 -56002,7088.4 -56002,7088.2 -56002,7088 -56001,7087.7 -56009,7095.6 -56009,7095.4 -56009,7095.1 -56009,7094.9 -56009,7094.7 -56009,7094.5 -56009,7094.3 -56009,7094.1 -56008,7093.9 -56008,7093.6 -56008,7093.4 -56008,7093.2 -56008,7093 -56008,7092.8 -56008,7092.6 -56008,7092.3 -56008,7092.1 -56008,7091.9 -56008,7091.7 -56008,7091.4 -56007,7091.2 -56007,7091 -56007,7090.8 -56007,7090.5 -56007,7090.3 -56007,7090.1 -56007,7089.8 -56007,7089.6 -56007,7089.4 -56007,7089.2 -56007,7088.9 -56007,7088.7 -56006,7088.5 -56006,7088.2 -56006,7088 -56006,7087.8 -56006,7087.5 -56006,7087.3 -56006,7087 -56006,7086.8 -56006,7086.6 -56006,7086.3 -56005,7086.1 -56005,7085.8 -56005,7085.6 -56005,7085.3 -56005,7085.1 -56005,7084.9 -56005,7084.6 -56005,7084.4 -56005,7084.1 -56005,7083.9 -56004,7083.6 -56004,7083.4 -56004,7083.1 -56004,7082.9 -56004,7082.6 -56004,7082.4 -56004,7082.1 -56004,7081.9 -56004,7081.6 -56003,7081.4 -56003,7081.1 -56003,7080.8 -56003,7080.6 -56003,7080.3 -56003,7080.1 -56003,7079.8 -56003,7079.5 -56003,7079.3 -56002,7079 -56002,7078.8 -56002,7078.5 -56002,7078.2 -56002,7078 -56002,7077.7 -56002,7077.4 -56002,7077.2 -56001,7076.9 -56001,7076.6 -56001,7076.4 -56001,7076.1 -56001,7075.8 -56001,7075.6 -56001,7075.3 -56001,7075 -56000,7074.7 -56000,7074.5 -56000,7074.2 -56000,7073.9 -56000,7073.6 -56000,7073.4 -56000,7073.1 -56000,7072.8 -55999,7072.5 -55999,7072.2 -55999,7072 -55999,7071.7 -55999,7071.4 -55999,7071.1 -56008,7082.6 -56008,7082.3 -56007,7082.1 -56007,7081.8 -56007,7081.6 -56007,7081.3 -56007,7081.1 -56007,7080.8 -56007,7080.6 -56007,7080.3 -56006,7080 -56006,7079.8 -56006,7079.5 -56006,7079.3 -56006,7079 -56006,7078.8 -56006,7078.5 -56006,7078.2 -56006,7078 -56005,7077.7 -56005,7077.4 -56005,7077.2 -56005,7076.9 -56005,7076.7 -56005,7076.4 -56005,7076.1 -56005,7075.9 -56004,7075.6 -56004,7075.3 -56004,7075 -56004,7074.8 -56004,7074.5 -56004,7074.2 -56004,7074 -56003,7073.7 -56003,7073.4 -56003,7073.1 -56003,7072.9 -56003,7072.6 -56003,7072.3 -56003,7072 -56003,7071.7 -56002,7071.5 -56002,7071.2 -56002,7070.9 -56002,7070.6 -56002,7070.3 -56002,7070.1 -56002,7069.8 -56001,7069.5 -56001,7069.2 -56001,7068.9 -56001,7068.6 -56001,7068.3 -56001,7068.1 -56001,7067.8 -56000,7067.5 -56000,7067.2 -56000,7066.9 -56000,7066.6 -56000,7066.3 -56000,7066 -56000,7065.7 -55999,7065.4 -55999,7065.1 -55999,7064.8 -55999,7064.5 -55999,7064.2 -55999,7063.9 -55999,7063.6 -55998,7063.3 -55998,7063 -55998,7062.7 -55998,7062.4 -55998,7062.1 -55998,7061.8 -55997,7061.5 -55997,7061.2 -55997,7060.9 -55997,7060.6 -55997,7060.3 -55997,7060 -55996,7059.6 -55996,7059.3 -55996,7059 -55996,7058.7 -55996,7058.4 -55996,7058.1 -55995,7057.8 -55995,7057.4 -55995,7057.1 -55995,7056.8 -55995,7056.5 -55995,7056.2 -55995,7055.9 -55994,7055.5 -55994,7055.2 -55994,7054.9 -55994,7054.6 -56005,7066.8 -56005,7066.5 -56005,7066.2 -56005,7065.9 -56005,7065.6 -56005,7065.3 -56005,7065 -56004,7064.7 -56004,7064.4 -56004,7064.1 -56004,7063.8 -56004,7063.5 -56004,7063.2 -56004,7062.9 -56003,7062.6 -56003,7062.2 -56003,7061.9 -56003,7061.6 -56003,7061.3 -56003,7061 -56003,7060.7 -56002,7060.4 -56002,7060.1 -56002,7059.7 -56002,7059.4 -56002,7059.1 -56002,7058.8 -56001,7058.5 -56001,7058.2 -56001,7057.8 -56001,7057.5 -56001,7057.2 -56001,7056.9 -56001,7056.5 -56000,7056.2 -56000,7055.9 -56000,7055.6 -56000,7055.2 -56000,7054.9 -56000,7054.6 -55999,7054.3 -55999,7053.9 -55999,7053.6 -55999,7053.3 -55999,7052.9 -55999,7052.6 -55998,7052.3 -55998,7051.9 -55998,7051.6 -55998,7051.3 -55998,7050.9 -55998,7050.6 -55997,7050.3 -55997,7049.9 -55997,7049.6 -55997,7049.2 -55997,7048.9 -55997,7048.6 -55996,7048.2 -55996,7047.9 -55996,7047.5 -55996,7047.2 -55996,7046.8 -55996,7046.5 -55995,7046.1 -55995,7045.8 -55995,7045.4 -55995,7045.1 -55995,7044.7 -55994,7044.4 -55994,7044 -55994,7043.7 -55994,7043.3 -55994,7043 -55994,7042.6 -55993,7042.3 -55993,7041.9 -55993,7041.6 -55993,7041.2 -55993,7040.8 -55992,7040.5 -55992,7040.1 -55992,7039.8 -55992,7039.4 -55992,7039 -55991,7038.7 -55991,7038.3 -55991,7038 -55991,7037.6 -55991,7037.2 -55991,7036.9 -55990,7036.5 -55990,7036.1 -55990,7035.8 -55990,7035.4 -55990,7035 -55989,7034.6 -55989,7034.3 -55989,7033.9 -55989,7033.5 -55989,7033.1 -55988,7032.8 -55988,7032.4 -55988,7032 -55988,7031.6 -55988,7031.3 -55987,7030.9 -55987,7030.5 -55987,7030.1 -55987,7029.7 -55987,7029.4 -55986,7029 -55986,7028.6 -55986,7028.2 -55986,7027.8 -55986,7027.4 -55985,7027 -55985,7026.7 -55985,7026.3 -55985,7025.9 -55984,7025.5 -55984,7025.1 -55984,7024.7 -55984,7024.3 -55984,7023.9 -55983,7023.5 -55983,7023.1 -55983,7022.7 -55983,7022.3 -55983,7021.9 -55982,7021.5 -55982,7021.1 -55982,7020.7 -55982,7020.3 -55981,7019.9 -55981,7019.5 -55981,7019.1 -55981,7018.7 -55981,7018.3 -55980,7017.9 -55980,7017.5 -55980,7017.1 -55980,7016.7 -55980,7016.3 -55979,7015.9 -55979,7015.5 -55979,7015.1 -55979,7014.7 -55978,7014.2 -55978,7013.8 -55978,7013.4 -55978,7013 -55977,7012.6 -55977,7012.2 -55977,7011.8 -55977,7011.3 -55977,7010.9 -55976,7010.5 -55976,7010.1 -55976,7009.7 -55976,7009.2 -55975,7008.8 -55975,7008.4 -55975,7008 -55975,7007.5 -55974,7007.1 -55974,7006.7 -55974,7006.3 -55974,7005.8 -55973,7005.4 -55973,7005 -55973,7004.6 -55973,7004.1 -55973,7003.7 -55972,7003.3 -55972,7002.8 -55972,7002.4 -55972,7002 -55971,7001.5 -55971,7001.1 -55971,7000.7 -55971,7000.2 -55970,6999.8 -55970,6999.3 -55970,6998.9 -55970,6998.5 -55969,6998 -55969,6997.6 -55969,6997.1 -55969,6996.7 -55968,6996.3 -55968,6995.8 -55968,6995.4 -55968,6994.9 -55967,6994.5 -55967,6994 -55967,6993.6 -55967,6993.1 -55966,6992.7 -55996,7030.7 -55996,7030.3 -55996,7030 -55996,7029.6 -55995,7029.2 -55995,7028.8 -55995,7028.5 -55995,7028.1 -55995,7027.7 -55994,7027.4 -55994,7027 -55994,7026.6 -55994,7026.2 -55994,7025.8 -55993,7025.5 -55993,7025.1 -55993,7024.7 -55993,7024.3 -55992,7023.9 -55992,7023.6 -55992,7023.2 -55992,7022.8 -55992,7022.4 -55991,7022 -55991,7021.6 -55991,7021.2 -55991,7020.9 -55991,7020.5 -55990,7020.1 -55990,7019.7 -55990,7019.3 -55990,7018.9 -55990,7018.5 -55989,7018.1 -55989,7017.7 -55989,7017.3 -55989,7016.9 -55988,7016.5 -55988,7016.1 -55988,7015.7 -55988,7015.3 -55988,7014.9 -55987,7014.5 -55987,7014.1 -55987,7013.7 -55987,7013.3 -55986,7012.9 -55986,7012.5 -55986,7012.1 -55986,7011.7 -55986,7011.3 -55985,7010.9 -55985,7010.5 -55985,7010.1 -55985,7009.7 -55984,7009.3 -55984,7008.9 -55984,7008.5 -55984,7008.1 -55984,7007.6 -55983,7007.2 -55983,7006.8 -55983,7006.4 -55983,7006 -55982,7005.6 -55982,7005.2 -55982,7004.7 -55982,7004.3 -55981,7003.9 -55981,7003.5 -55981,7003.1 -55981,7002.6 -55981,7002.2 -55980,7001.8 -55980,7001.4 -55980,7001 -55980,7000.5 -55979,7000.1 -55979,6999.7 -55979,6999.3 -55979,6998.8 -55978,6998.4 -55978,6998 -55978,6997.5 -55978,6997.1 -55977,6996.7 -55977,6996.2 -55977,6995.8 -55977,6995.4 -55976,6995 -55976,6994.5 -55976,6994.1 -55976,6993.6 -55975,6993.2 -55975,6992.8 -55975,6992.3 -55975,6991.9 -55975,6991.5 -55974,6991 -55974,6990.6 -55974,6990.1 -55974,6989.7 -55973,6989.3 -55973,6988.8 -55973,6988.4 -55972,6987.9 -55972,6987.5 -55972,6987 -55972,6986.6 -55971,6986.1 -55971,6985.7 -55971,6985.2 -55971,6984.8 -55970,6984.3 -55970,6983.9 -55970,6983.4 -55970,6983 -55969,6982.5 -55969,6982.1 -55969,6981.6 -55969,6981.2 -55968,6980.7 -55968,6980.3 -55968,6979.8 -55968,6979.3 -55967,6978.9 -55967,6978.4 -55967,6978 -55967,6977.5 -55966,6977 -55966,6976.6 -55966,6976.1 -55965,6975.7 -55965,6975.2 -55965,6974.7 -55965,6974.3 -55964,6973.8 -55964,6973.3 -55964,6972.9 -55964,6972.4 -55963,6971.9 -55963,6971.4 -55963,6971 -55962,6970.5 -55962,6970 -55962,6969.6 -55962,6969.1 -55961,6968.6 -55961,6968.1 -55961,6967.7 -55961,6967.2 -55960,6966.7 -55960,6966.2 -55960,6965.7 -55959,6965.3 -55959,6964.8 -55959,6964.3 -55959,6963.8 -55958,6963.3 -55958,6962.9 -55958,6962.4 -55957,6961.9 -55957,6961.4 -55957,6960.9 -55957,6960.4 -55956,6959.9 -55956,6959.5 -55956,6959 -55955,6958.5 -55955,6958 -55955,6957.5 -55955,6957 -55954,6956.5 -55954,6956 -55954,6955.5 -55953,6955 -55953,6954.5 -55953,6954 -55953,6953.5 -55952,6953 -55952,6952.5 -55952,6952 -55951,6951.5 -55951,6951 -55951,6950.5 -55951,6950 -55950,6949.5 -55950,6949 -55950,6948.5 -55949,6948 -55949,6947.5 -55949,6947 -55948,6946.5 -55948,6946 -55948,6945.5 -55948,6945 -55947,6944.5 -55947,6944 -55947,6943.5 -55946,6942.9 -55990,6998.7 -55990,6998.3 -55990,6997.9 -55990,6997.5 -55990,6997.1 -55989,6996.7 -55989,6996.3 -55989,6995.9 -55989,6995.5 -55989,6995.1 -55988,6994.7 -55988,6994.3 -55988,6993.9 -55988,6993.5 -55987,6993.1 -55987,6992.7 -55987,6992.3 -55987,6991.9 -55987,6991.5 -55986,6991.1 -55986,6990.7 -55986,6990.3 -55986,6989.9 -55985,6989.5 -55985,6989.1 -55985,6988.7 -55985,6988.3 -55985,6987.9 -55984,6987.5 -55984,6987.1 -55984,6986.7 -55984,6986.2 -55983,6985.8 -55983,6985.4 -55983,6985 -55983,6984.6 -55983,6984.2 -55982,6983.8 -55982,6983.4 -55982,6983 -55982,6982.5 -55981,6982.1 -55981,6981.7 -55981,6981.3 -55981,6980.9 -55980,6980.5 -55980,6980 -55980,6979.6 -55980,6979.2 -55980,6978.8 -55979,6978.4 -55979,6978 -55979,6977.5 -55979,6977.1 -55978,6976.7 -55978,6976.3 -55978,6975.8 -55978,6975.4 -55977,6975 -55977,6974.6 -55977,6974.1 -55977,6973.7 -55976,6973.3 -55976,6972.9 -55976,6972.4 -55976,6972 -55975,6971.6 -55975,6971.1 -55975,6970.7 -55975,6970.3 -55974,6969.9 -55974,6969.4 -55974,6969 -55974,6968.6 -55974,6968.1 -55973,6967.7 -55973,6967.3 -55973,6966.8 -55973,6966.4 -55972,6966 -55972,6965.5 -55972,6965.1 -55972,6964.6 -55971,6964.2 -55971,6963.8 -55971,6963.3 -55971,6962.9 -55970,6962.4 -55970,6962 -55970,6961.6 -55970,6961.1 -55969,6960.7 -55969,6960.2 -55969,6959.8 -55968,6959.4 -55968,6958.9 -55968,6958.5 -55968,6958 -55967,6957.6 -55967,6957.1 -55967,6956.7 -55967,6956.2 -55966,6955.8 -55966,6955.3 -55966,6954.9 -55966,6954.4 -55965,6954 -55965,6953.5 -55965,6953.1 -55965,6952.6 -55964,6952.2 -55964,6951.7 -55964,6951.2 -55964,6950.8 -55963,6950.3 -55963,6949.9 -55963,6949.4 -55962,6949 -55962,6948.5 -55962,6948.1 -55962,6947.6 -55961,6947.1 -55961,6946.7 -55961,6946.2 -55961,6945.7 -55960,6945.3 -55960,6944.8 -55960,6944.4 -55960,6943.9 -55959,6943.4 -55959,6943 -55959,6942.5 -55958,6942 -55958,6941.6 -55958,6941.1 -55958,6940.6 -55957,6940.2 -55957,6939.7 -55957,6939.2 -55956,6938.8 -55956,6938.3 -55956,6937.8 -55956,6937.3 -55955,6936.9 -55955,6936.4 -55955,6935.9 -55955,6935.4 -55954,6935 -55954,6934.5 -55954,6934 -55953,6933.5 -55953,6933.1 -55953,6932.6 -55953,6932.1 -55952,6931.6 -55952,6931.2 -55952,6930.7 -55951,6930.2 -55951,6929.7 -55951,6929.2 -55951,6928.7 -55950,6928.3 -55950,6927.8 -55950,6927.3 -55949,6926.8 -55949,6926.3 -55949,6925.8 -55949,6925.4 -55948,6924.9 -55948,6924.4 -55948,6923.9 -55947,6923.4 -55947,6922.9 -55947,6922.4 -55947,6921.9 -55946,6921.4 -55946,6920.9 -55946,6920.5 -55945,6920 -55945,6919.5 -55945,6919 -55944,6918.5 -55944,6918 -55944,6917.5 -55944,6917 -55943,6916.5 -55943,6916 -55943,6915.5 -55942,6915 -55942,6914.5 -55942,6914 -55942,6913.5 -55941,6913 -55941,6912.5 -55941,6912 -55940,6911.5 -55940,6911 -55990,6971.8 -55990,6971.5 -55990,6971.1 -55989,6970.7 -55989,6970.4 -55989,6970 -55989,6969.6 -55989,6969.3 -55988,6968.9 -55988,6968.5 -55988,6968.2 -55988,6967.8 -55988,6967.4 -55987,6967.1 -55987,6966.7 -55987,6966.3 -55987,6965.9 -55987,6965.6 -55986,6965.2 -55986,6964.8 -55986,6964.5 -55986,6964.1 -55986,6963.7 -55985,6963.3 -55985,6963 -55985,6962.6 -55985,6962.2 -55985,6961.8 -55984,6961.5 -55984,6961.1 -55984,6960.7 -55984,6960.3 -55984,6960 -55983,6959.6 -55983,6959.2 -55983,6958.8 -55983,6958.5 -55983,6958.1 -55982,6957.7 -55982,6957.3 -55982,6956.9 -55982,6956.6 -55982,6956.2 -55981,6955.8 -55981,6955.4 -55981,6955 -55981,6954.6 -55981,6954.3 -55980,6953.9 -55980,6953.5 -55980,6953.1 -55980,6952.7 -55980,6952.3 -55979,6952 -55979,6951.6 -55979,6951.2 -55979,6950.8 -55979,6950.4 -55978,6950 -55978,6949.6 -55978,6949.3 -55978,6948.9 -55978,6948.5 -55977,6948.1 -55977,6947.7 -55977,6947.3 -55977,6946.9 -55977,6946.5 -55976,6946.1 -55976,6945.8 -55976,6945.4 -55976,6945 -55975,6944.6 -55975,6944.2 -55975,6943.8 -55975,6943.4 -55975,6943 -55974,6942.6 -55974,6942.2 -55974,6941.8 -55974,6941.4 -55974,6941 -55973,6940.6 -55973,6940.2 -55973,6939.8 -55973,6939.4 -55973,6939 -55972,6938.6 -55972,6938.2 -55972,6937.8 -55972,6937.4 -55971,6937 -55971,6936.6 -55971,6936.2 -55971,6935.8 -55971,6935.4 -55970,6935 -55970,6934.6 -55970,6934.2 -55970,6933.8 -55969,6933.4 -55969,6933 -55969,6932.6 -55969,6932.2 -55969,6931.8 -55968,6931.4 -55968,6931 -55968,6930.6 -55968,6930.2 -55967,6929.8 -55967,6929.3 -55967,6928.9 -55967,6928.5 -55967,6928.1 -55966,6927.7 -55966,6927.3 -55966,6926.9 -55966,6926.5 -55965,6926.1 -55965,6925.7 -55965,6925.2 -55965,6924.8 -55965,6924.4 -55964,6924 -55964,6923.6 -55964,6923.2 -55964,6922.8 -55963,6922.4 -55963,6921.9 -55963,6921.5 -55963,6921.1 -55963,6920.7 -55962,6920.3 -55962,6919.9 -55962,6919.4 -55962,6919 -55961,6918.6 -55961,6918.2 -55961,6917.8 -55961,6917.4 -55960,6916.9 -55960,6916.5 -55960,6916.1 -55960,6915.7 -55960,6915.3 -55959,6914.8 -55959,6914.4 -55959,6914 -55959,6913.6 -55958,6913.1 -55958,6912.7 -55958,6912.3 -55958,6911.9 -55957,6911.4 -55957,6911 -55957,6910.6 -55957,6910.2 -55956,6909.7 -55956,6909.3 -55956,6908.9 -55956,6908.5 -55956,6908 -55955,6907.6 -55955,6907.2 -55955,6906.7 -55955,6906.3 -55954,6905.9 -55954,6905.5 -55954,6905 -55954,6904.6 -55953,6904.2 -55953,6903.7 -55953,6903.3 -55953,6902.9 -55952,6902.4 -55952,6902 -55952,6901.6 -55952,6901.1 -55951,6900.7 -55951,6900.3 -55951,6899.8 -55951,6899.4 -55951,6899 -55950,6898.5 -55950,6898.1 -55950,6897.6 -55950,6897.2 -55949,6896.8 -55949,6896.3 -55949,6895.9 -55949,6895.5 -55948,6895 -55948,6894.6 -55948,6894.1 -55948,6893.7 -55947,6893.3 -55947,6892.8 -55947,6892.4 -55947,6891.9 -55997,6952.5 -55997,6952.2 -55997,6951.9 -55997,6951.6 -55997,6951.3 -55996,6951 -55996,6950.8 -55996,6950.5 -55996,6950.2 -55996,6949.9 -55996,6949.6 -55996,6949.3 -55996,6949 -55995,6948.7 -55995,6948.4 -55995,6948.2 -55995,6947.9 -55995,6947.6 -55995,6947.3 -55995,6947 -55995,6946.7 -55994,6946.4 -55994,6946.1 -55994,6945.8 -55994,6945.5 -55994,6945.2 -55994,6945 -55994,6944.7 -55994,6944.4 -55993,6944.1 -55993,6943.8 -55993,6943.5 -55993,6943.2 -55993,6942.9 -55993,6942.6 -55993,6942.3 -55993,6942 -55992,6941.7 -55992,6941.4 -55992,6941.1 -55992,6940.8 -55992,6940.6 -55992,6940.3 -55992,6940 -55992,6939.7 -55991,6939.4 -55991,6939.1 -55991,6938.8 -55991,6938.5 -55991,6938.2 -55991,6937.9 -55991,6937.6 -55991,6937.3 -55990,6937 -55990,6936.7 -55990,6936.4 -55990,6936.1 -55990,6935.8 -55990,6935.5 -55990,6935.2 -55990,6934.9 -55989,6934.6 -55989,6934.3 -55989,6934 -55989,6933.7 -55989,6933.4 -55989,6933.1 -55989,6932.8 -55989,6932.6 -55988,6932.3 -55988,6932 -55988,6931.7 -55988,6931.4 -55988,6931.1 -55988,6930.8 -55988,6930.5 -55988,6930.2 -55987,6929.9 -55987,6929.6 -55987,6929.3 -55987,6929 -55987,6928.7 -55987,6928.4 -55987,6928.1 -55987,6927.8 -55986,6927.5 -55986,6927.2 -55986,6926.9 -55986,6926.5 -55986,6926.2 -55986,6925.9 -55986,6925.6 -55985,6925.3 -55985,6925 -55985,6924.7 -55985,6924.4 -55985,6924.1 -55985,6923.8 -55985,6923.5 -55985,6923.2 -55984,6922.9 -55984,6922.6 -55984,6922.3 -55984,6922 -55984,6921.7 -55984,6921.4 -55984,6921.1 -55984,6920.8 -55983,6920.5 -55983,6920.2 -55983,6919.9 -55983,6919.6 -55983,6919.3 -55983,6919 -55983,6918.7 -55982,6918.4 -55982,6918 -55982,6917.7 -55982,6917.4 -55982,6917.1 -55982,6916.8 -55982,6916.5 -55982,6916.2 -55981,6915.9 -55981,6915.6 -55981,6915.3 -55981,6915 -55981,6914.7 -55981,6914.4 -55981,6914.1 -55980,6913.8 -55980,6913.5 -55980,6913.1 -55980,6912.8 -55980,6912.5 -55980,6912.2 -55980,6911.9 -55979,6911.6 -55979,6911.3 -55979,6911 -55979,6910.7 -55979,6910.4 -55979,6910.1 -55979,6909.8 -55979,6909.5 -55978,6909.1 -55978,6908.8 -55978,6908.5 -55978,6908.2 -55978,6907.9 -55978,6907.6 -55978,6907.3 -55977,6907 -55977,6906.7 -55977,6906.4 -55977,6906 -55977,6905.7 -55977,6905.4 -55977,6905.1 -55976,6904.8 -55976,6904.5 -55976,6904.2 -55976,6903.9 -55976,6903.6 -55976,6903.3 -55976,6902.9 -55976,6902.6 -55975,6902.3 -55975,6902 -55975,6901.7 -55975,6901.4 -55975,6901.1 -55975,6900.8 -55975,6900.5 -55974,6900.1 -55974,6899.8 -55974,6899.5 -55974,6899.2 -55974,6898.9 -55974,6898.6 -55974,6898.3 -55973,6898 -55973,6897.6 -55973,6897.3 -55973,6897 -55973,6896.7 -55973,6896.4 -55973,6896.1 -55973,6895.8 -55972,6895.4 -55972,6895.1 -55972,6894.8 -55972,6894.5 -55972,6894.2 -55972,6893.9 -55972,6893.6 -55971,6893.2 -55971,6892.9 -55971,6892.6 -56010,6944.5 -56010,6944.3 -56010,6944.2 -56010,6944 -56010,6943.8 -56010,6943.7 -56010,6943.5 -56010,6943.3 -56010,6943.2 -56010,6943 -56010,6942.8 -56010,6942.7 -56010,6942.5 -56010,6942.3 -56010,6942.2 -56010,6942 -56010,6941.8 -56010,6941.7 -56010,6941.5 -56010,6941.3 -56010,6941.2 -56010,6941 -56010,6940.8 -56010,6940.7 -56010,6940.5 -56009,6940.3 -56009,6940.2 -56009,6940 -56009,6939.8 -56009,6939.7 -56009,6939.5 -56009,6939.3 -56009,6939.2 -56009,6939 -56009,6938.9 -56009,6938.7 -56009,6938.5 -56009,6938.4 -56009,6938.2 -56009,6938 -56009,6937.9 -56009,6937.7 -56009,6937.5 -56009,6937.4 -56009,6937.2 -56009,6937 -56009,6936.9 -56009,6936.7 -56009,6936.5 -56009,6936.4 -56009,6936.2 -56009,6936.1 -56009,6935.9 -56009,6935.7 -56008,6935.6 -56008,6935.4 -56008,6935.2 -56008,6935.1 -56008,6934.9 -56008,6934.8 -56008,6934.6 -56008,6934.4 -56008,6934.3 -56008,6934.1 -56008,6933.9 -56008,6933.8 -56008,6933.6 -56008,6933.5 -56008,6933.3 -56008,6933.1 -56008,6933 -56008,6932.8 -56008,6932.6 -56008,6932.5 -56008,6932.3 -56008,6932.2 -56008,6932 -56008,6931.8 -56008,6931.7 -56008,6931.5 -56008,6931.3 -56008,6931.2 -56008,6931 -56008,6930.9 -56007,6930.7 -56007,6930.5 -56007,6930.4 -56007,6930.2 -56007,6930.1 -56007,6929.9 -56007,6929.7 -56007,6929.6 -56007,6929.4 -56007,6929.3 -56007,6929.1 -56007,6929 -56007,6928.8 -56007,6928.6 -56007,6928.5 -56007,6928.3 -56007,6928.2 -56007,6928 -56007,6927.8 -56007,6927.7 -56007,6927.5 -56007,6927.4 -56007,6927.2 -56007,6927 -56007,6926.9 -56007,6926.7 -56007,6926.6 -56007,6926.4 -56007,6926.3 -56007,6926.1 -56007,6925.9 -56007,6925.8 -56007,6925.6 -56006,6925.5 -56006,6925.3 -56006,6925.2 -56006,6925 -56006,6924.8 -56006,6924.7 -56006,6924.5 -56006,6924.4 -56006,6924.2 -56006,6924.1 -56006,6923.9 -56006,6923.7 -56006,6923.6 -56006,6923.4 -56006,6923.3 -56006,6923.1 -56006,6923 -56006,6922.8 -56006,6922.7 -56006,6922.5 -56006,6922.4 -56006,6922.2 -56006,6922 -56006,6921.9 -56006,6921.7 -56006,6921.6 -56006,6921.4 -56006,6921.3 -56006,6921.1 -56006,6921 -56006,6920.8 -56006,6920.7 -56006,6920.5 -56006,6920.4 -56006,6920.2 -56006,6920 -56006,6919.9 -56006,6919.7 -56006,6919.6 -56006,6919.4 -56005,6919.3 -56005,6919.1 -56005,6919 -56005,6918.8 -56005,6918.7 -56005,6918.5 -56005,6918.4 -56005,6918.2 -56005,6918.1 -56005,6917.9 -56005,6917.8 -56005,6917.6 -56005,6917.5 -56005,6917.3 -56005,6917.2 -56005,6917 -56005,6916.9 -56005,6916.7 -56005,6916.6 -56005,6916.4 -56005,6916.3 -56005,6916.1 -56005,6916 -56005,6915.8 -56005,6915.7 -56005,6915.5 -56005,6915.4 -56005,6915.2 -56005,6915.1 -56005,6914.9 -56005,6914.8 -56005,6914.6 -56005,6914.5 -56005,6914.3 -56005,6914.2 -56005,6914 -56005,6913.9 -56005,6913.7 -56005,6913.6 -56005,6913.4 -56005,6913.3 -56026,6942 -56026,6942 -56026,6941.9 -56026,6941.9 -56026,6941.8 -56026,6941.8 -56026,6941.7 -56026,6941.6 -56026,6941.6 -56026,6941.5 -56026,6941.5 -56026,6941.4 -56026,6941.4 -56026,6941.3 -56026,6941.2 -56026,6941.2 -56026,6941.1 -56026,6941.1 -56026,6941 -56026,6941 -56026,6940.9 -56026,6940.9 -56026,6940.8 -56027,6940.8 -56027,6940.7 -56027,6940.7 -56027,6940.6 -56027,6940.5 -56027,6940.5 -56027,6940.4 -56027,6940.4 -56027,6940.3 -56027,6940.3 -56027,6940.2 -56027,6940.2 -56027,6940.1 -56027,6940.1 -56027,6940 -56027,6940 -56027,6939.9 -56027,6939.9 -56027,6939.8 -56027,6939.8 -56027,6939.7 -56027,6939.7 -56027,6939.6 -56028,6939.6 -56028,6939.5 -56028,6939.5 -56028,6939.5 -56028,6939.4 -56028,6939.4 -56028,6939.3 -56028,6939.3 -56028,6939.2 -56028,6939.2 -56028,6939.1 -56028,6939.1 -56028,6939.1 -56028,6939 -56028,6939 -56028,6938.9 -56028,6938.9 -56028,6938.8 -56028,6938.8 -56028,6938.8 -56028,6938.7 -56029,6938.7 -56029,6938.6 -56029,6938.6 -56029,6938.6 -56029,6938.5 -56029,6938.5 -56029,6938.4 -56029,6938.4 -56029,6938.4 -56029,6938.3 -56029,6938.3 -56029,6938.2 -56029,6938.2 -56029,6938.2 -56029,6938.1 -56029,6938.1 -56029,6938 -56029,6938 -56029,6938 -56029,6937.9 -56030,6937.9 -56030,6937.9 -56030,6937.8 -56030,6937.8 -56030,6937.8 -56030,6937.7 -56030,6937.7 -56030,6937.7 -56030,6937.6 -56030,6937.6 -56030,6937.6 -56030,6937.5 -56030,6937.5 -56030,6937.5 -56030,6937.4 -56030,6937.4 -56030,6937.4 -56030,6937.3 -56030,6937.3 -56031,6937.3 -56031,6937.3 -56031,6937.2 -56031,6937.2 -56031,6937.2 -56031,6937.1 -56031,6937.1 -56031,6937.1 -56031,6937.1 -56031,6937 -56031,6937 -56031,6937 -56031,6937 -56031,6936.9 -56031,6936.9 -56031,6936.9 -56031,6936.9 -56032,6936.8 -56032,6936.8 -56032,6936.8 -56032,6936.8 -56032,6936.7 -56032,6936.7 -56032,6936.7 -56032,6936.7 -56032,6936.7 -56032,6936.6 -56032,6936.6 -56032,6936.6 -56032,6936.6 -56032,6936.6 -56032,6936.5 -56032,6936.5 -56032,6936.5 -56033,6936.5 -56033,6936.5 -56033,6936.4 -56033,6936.4 -56033,6936.4 -56033,6936.4 -56033,6936.4 -56033,6936.4 -56033,6936.3 -56033,6936.3 -56033,6936.3 -56033,6936.3 -56033,6936.3 -56033,6936.3 -56033,6936.3 -56033,6936.2 -56034,6936.2 -56034,6936.2 -56034,6936.2 -56034,6936.2 -56034,6936.2 -56034,6936.2 -56034,6936.2 -56034,6936.1 -56034,6936.1 -56034,6936.1 -56034,6936.1 -56034,6936.1 -56034,6936.1 -56034,6936.1 -56034,6936.1 -56035,6936.1 -56035,6936.1 -56035,6936 -56035,6936 -56035,6936 -56035,6936 -56035,6936 -56035,6936 -56035,6936 -56035,6936 -56035,6936 -56035,6936 -56035,6936 -56035,6936 -56035,6936 -56036,6936 -56036,6936 -56036,6936 -56036,6935.9 -56036,6935.9 -56036,6935.9 -56036,6935.9 -56036,6935.9 -56036,6935.9 -56036,6935.9 -56036,6935.9 -56036,6935.9 -56036,6935.9 -56038,6937.2 -56039,6937.2 -56039,6937.2 -56039,6937.2 -56039,6937.2 -56039,6937.2 -56039,6937.2 -56039,6937.3 -56039,6937.3 -56039,6937.3 -56039,6937.3 -56039,6937.3 -56039,6937.3 -56040,6937.3 -56040,6937.3 -56040,6937.3 -56040,6937.4 -56040,6937.4 -56040,6937.4 -56040,6937.4 -56040,6937.4 -56040,6937.4 -56040,6937.4 -56040,6937.5 -56041,6937.5 -56041,6937.5 -56041,6937.5 -56041,6937.5 -56041,6937.5 -56041,6937.6 -56041,6937.6 -56041,6937.6 -56041,6937.6 -56041,6937.6 -56041,6937.7 -56042,6937.7 -56042,6937.7 -56042,6937.7 -56042,6937.7 -56042,6937.8 -56042,6937.8 -56042,6937.8 -56042,6937.8 -56042,6937.8 -56042,6937.9 -56042,6937.9 -56043,6937.9 -56043,6937.9 -56043,6938 -56043,6938 -56043,6938 -56043,6938 -56043,6938.1 -56043,6938.1 -56043,6938.1 -56043,6938.1 -56044,6938.2 -56044,6938.2 -56044,6938.2 -56044,6938.3 -56044,6938.3 -56044,6938.3 -56044,6938.3 -56044,6938.4 -56044,6938.4 -56044,6938.4 -56044,6938.5 -56045,6938.5 -56045,6938.5 -56045,6938.6 -56045,6938.6 -56045,6938.6 -56045,6938.7 -56045,6938.7 -56045,6938.7 -56045,6938.8 -56046,6938.8 -56046,6938.8 -56046,6938.9 -56046,6938.9 -56046,6938.9 -56046,6939 -56046,6939 -56046,6939.1 -56046,6939.1 -56046,6939.1 -56047,6939.2 -56047,6939.2 -56047,6939.2 -56047,6939.3 -56047,6939.3 -56047,6939.4 -56047,6939.4 -56047,6939.4 -56047,6939.5 -56048,6939.5 -56048,6939.6 -56048,6939.6 -56048,6939.7 -56048,6939.7 -56048,6939.7 -56048,6939.8 -56048,6939.8 -56048,6939.9 -56048,6939.9 -56049,6940 -56049,6940 -56049,6940.1 -56049,6940.1 -56049,6940.2 -56049,6940.2 -56049,6940.3 -56049,6940.3 -56049,6940.4 -56050,6940.4 -56050,6940.5 -56050,6940.5 -56050,6940.6 -56050,6940.6 -56050,6940.7 -56050,6940.7 -56050,6940.8 -56050,6940.8 -56051,6940.9 -56051,6940.9 -56051,6941 -56051,6941 -56051,6941.1 -56051,6941.2 -56051,6941.2 -56051,6941.3 -56052,6941.3 -56052,6941.4 -56052,6941.4 -56052,6941.5 -56052,6941.6 -56052,6941.6 -56052,6941.7 -56052,6941.7 -56052,6941.8 -56053,6941.9 -56053,6941.9 -56053,6942 -56053,6942 -56053,6942.1 -56053,6942.2 -56053,6942.2 -56053,6942.3 -56054,6942.4 -56054,6942.4 -56054,6942.5 -56054,6942.5 -56054,6942.6 -56054,6942.7 -56054,6942.7 -56054,6942.8 -56054,6942.9 -56055,6942.9 -56055,6943 -56055,6943.1 -56055,6943.1 -56055,6943.2 -56055,6943.3 -56055,6943.4 -56055,6943.4 -56056,6943.5 -56056,6943.6 -56056,6943.6 -56056,6943.7 -56056,6943.8 -56056,6943.9 -56056,6943.9 -56056,6944 -56057,6944.1 -56057,6944.1 -56057,6944.2 -56057,6944.3 -56057,6944.4 -56057,6944.4 -56057,6944.5 -56058,6944.6 -56058,6944.7 -56058,6944.7 -56058,6944.8 -56058,6944.9 -56058,6945 -56058,6945.1 -56058,6945.1 -56059,6945.2 -56059,6945.3 -56059,6945.4 -56059,6945.5 -56059,6945.5 -56059,6945.6 -56059,6945.7 -56059,6945.8 -56060,6945.9 -56060,6946 -56060,6946 -56060,6946.1 -56060,6946.2 -56060,6946.3 -56060,6946.4 -56061,6946.5 -56061,6946.5 -56061,6946.6 -56061,6946.7 -56061,6946.8 -56061,6946.9 -56061,6947 -56062,6947.1 -56062,6947.2 -56062,6947.3 -56062,6947.3 -56062,6947.4 -56062,6947.5 -56062,6947.6 -56062,6947.7 -56063,6947.8 -56063,6947.9 -56063,6948 -56063,6948.1 -56063,6948.2 -56063,6948.3 -56063,6948.4 -56064,6948.5 -56064,6948.6 -56064,6948.7 -56064,6948.7 -56064,6948.8 -56064,6948.9 -56064,6949 -56065,6949.1 -56065,6949.2 -56065,6949.3 -56065,6949.4 -56065,6949.5 -56065,6949.6 -56065,6949.7 -56066,6949.8 -56066,6949.9 -56066,6950 -56066,6950.1 -56066,6950.2 -56066,6950.3 -56066,6950.4 -56067,6950.5 -56067,6950.7 -56067,6950.8 -56067,6950.9 -56067,6951 -56067,6951.1 -56068,6951.2 -56068,6951.3 -56068,6951.4 -56068,6951.5 -56068,6951.6 -56068,6951.7 -56068,6951.8 -56069,6951.9 -56069,6952.1 -56069,6952.2 -56069,6952.3 -56069,6952.4 -56069,6952.5 -56069,6952.6 -56070,6952.7 -56070,6952.8 -56070,6952.9 -56070,6953.1 -56070,6953.2 -56070,6953.3 -56071,6953.4 -56071,6953.5 -56071,6953.6 -56071,6953.7 -56071,6953.9 -56071,6954 -56071,6954.1 -56072,6954.2 -56072,6954.3 -56072,6954.5 -56072,6954.6 -56072,6954.7 -56072,6954.8 -56073,6954.9 -56073,6955.1 -56073,6955.2 -56073,6955.3 -56073,6955.4 -56073,6955.5 -56074,6955.7 -56074,6955.8 -56074,6955.9 -56074,6956 -56074,6956.2 -56074,6956.3 -56046,6915.3 -56046,6915.3 -56046,6915.3 -56046,6915.3 -56046,6915.3 -56047,6915.3 -56047,6915.4 -56047,6915.4 -56047,6915.4 -56047,6915.4 -56047,6915.4 -56047,6915.4 -56047,6915.4 -56047,6915.5 -56047,6915.5 -56048,6915.5 -56048,6915.5 -56048,6915.5 -56048,6915.5 -56048,6915.6 -56048,6915.6 -56048,6915.6 -56048,6915.6 -56048,6915.6 -56048,6915.7 -56049,6915.7 -56049,6915.7 -56049,6915.7 -56049,6915.7 -56049,6915.8 -56049,6915.8 -56049,6915.8 -56049,6915.8 -56049,6915.9 -56049,6915.9 -56050,6915.9 -56050,6915.9 -56050,6916 -56050,6916 -56050,6916 -56050,6916 -56050,6916.1 -56050,6916.1 -56050,6916.1 -56051,6916.1 -56051,6916.2 -56051,6916.2 -56051,6916.2 -56051,6916.2 -56051,6916.3 -56051,6916.3 -56051,6916.3 -56051,6916.4 -56052,6916.4 -56052,6916.4 -56052,6916.4 -56052,6916.5 -56052,6916.5 -56052,6916.5 -56052,6916.6 -56052,6916.6 -56052,6916.6 -56052,6916.7 -56053,6916.7 -56053,6916.7 -56053,6916.8 -56053,6916.8 -56053,6916.8 -56053,6916.9 -56053,6916.9 -56053,6916.9 -56053,6917 -56054,6917 -56054,6917 -56054,6917.1 -56054,6917.1 -56054,6917.2 -56054,6917.2 -56054,6917.2 -56054,6917.3 -56055,6917.3 -56055,6917.3 -56055,6917.4 -56055,6917.4 -56055,6917.5 -56055,6917.5 -56055,6917.6 -56055,6917.6 -56055,6917.6 -56056,6917.7 -56056,6917.7 -56056,6917.8 -56056,6917.8 -56056,6917.8 -56056,6917.9 -56056,6917.9 -56056,6918 -56056,6918 -56057,6918.1 -56057,6918.1 -56057,6918.1 -56057,6918.2 -56057,6918.2 -56057,6918.3 -56057,6918.3 -56057,6918.4 -56058,6918.4 -56058,6918.5 -56058,6918.5 -56058,6918.6 -56058,6918.6 -56058,6918.7 -56058,6918.7 -56058,6918.8 -56059,6918.8 -56059,6918.9 -56059,6918.9 -56059,6919 -56059,6919 -56059,6919.1 -56059,6919.1 -56059,6919.2 -56060,6919.2 -56060,6919.3 -56060,6919.3 -56060,6919.4 -56060,6919.4 -56060,6919.5 -56060,6919.6 -56060,6919.6 -56061,6919.7 -56061,6919.7 -56061,6919.8 -56061,6919.8 -56061,6919.9 -56061,6919.9 -56061,6920 -56061,6920.1 -56062,6920.1 -56062,6920.2 -56062,6920.2 -56062,6920.3 -56062,6920.4 -56062,6920.4 -56062,6920.5 -56062,6920.5 -56063,6920.6 -56063,6920.7 -56063,6920.7 -56063,6920.8 -56063,6920.8 -56063,6920.9 -56063,6921 -56063,6921 -56064,6921.1 -56064,6921.2 -56064,6921.2 -56064,6921.3 -56064,6921.4 -56064,6921.4 -56064,6921.5 -56065,6921.6 -56065,6921.6 -56065,6921.7 -56065,6921.8 -56065,6921.8 -56065,6921.9 -56065,6922 -56065,6922 -56066,6922.1 -56066,6922.2 -56066,6922.2 -56066,6922.3 -56066,6922.4 -56066,6922.4 -56066,6922.5 -56067,6922.6 -56067,6922.7 -56067,6922.7 -56067,6922.8 -56067,6922.9 -56067,6922.9 -56067,6923 -56068,6923.1 -56068,6923.2 -56068,6923.2 -56068,6923.3 -56068,6923.4 -56068,6923.5 -56068,6923.5 -56069,6923.6 -56069,6923.7 -56069,6923.8 -56069,6923.8 -56069,6923.9 -56069,6924 -56069,6924.1 -56070,6924.2 -56070,6924.2 -56070,6924.3 -56070,6924.4 -56070,6924.5 -56070,6924.6 -56070,6924.6 -56071,6924.7 -56071,6924.8 -56071,6924.9 -56071,6925 -56071,6925 -56071,6925.1 -56071,6925.2 -56072,6925.3 -56072,6925.4 -56072,6925.5 -56072,6925.5 -56072,6925.6 -56072,6925.7 -56072,6925.8 -56073,6925.9 -56073,6926 -56073,6926.1 -56073,6926.1 -56073,6926.2 -56073,6926.3 -56073,6926.4 -56074,6926.5 -56074,6926.6 -56074,6926.7 -56074,6926.7 -56074,6926.8 -56074,6926.9 -56075,6927 -56075,6927.1 -56075,6927.2 -56075,6927.3 -56075,6927.4 -56075,6927.5 -56075,6927.6 -56076,6927.7 -56076,6927.7 -56076,6927.8 -56076,6927.9 -56076,6928 -56076,6928.1 -56077,6928.2 -56077,6928.3 -56077,6928.4 -56077,6928.5 -56077,6928.6 -56077,6928.7 -56077,6928.8 -56078,6928.9 -56078,6929 -56078,6929.1 -56078,6929.2 -56078,6929.3 -56078,6929.4 -56079,6929.5 -56079,6929.6 -56079,6929.7 -56079,6929.8 -56079,6929.9 -56079,6930 -56080,6930.1 -56080,6930.2 -56080,6930.3 -56080,6930.4 -56080,6930.5 -56080,6930.6 -56081,6930.7 -56081,6930.8 -56081,6930.9 -56081,6931 -56081,6931.1 -56081,6931.2 -56081,6931.3 -56082,6931.4 -56082,6931.5 -56082,6931.6 -56082,6931.8 -56082,6931.9 -56082,6932 -56083,6932.1 -56083,6932.2 -56083,6932.3 -56083,6932.4 -56083,6932.5 -56083,6932.6 -56084,6932.7 -56084,6932.8 -56084,6933 -56084,6933.1 -56084,6933.2 -56084,6933.3 -56085,6933.4 -56085,6933.5 -56085,6933.6 -56085,6933.7 -56045,6884.1 -56045,6884.1 -56045,6884.1 -56045,6884 -56045,6884 -56045,6884 -56045,6883.9 -56045,6883.9 -56045,6883.9 -56045,6883.9 -56045,6883.8 -56045,6883.8 -56045,6883.8 -56045,6883.7 -56046,6883.7 -56046,6883.7 -56046,6883.7 -56046,6883.6 -56046,6883.6 -56046,6883.6 -56046,6883.6 -56046,6883.5 -56046,6883.5 -56046,6883.5 -56046,6883.4 -56046,6883.4 -56046,6883.4 -56046,6883.4 -56046,6883.3 -56046,6883.3 -56046,6883.3 -56046,6883.3 -56047,6883.2 -56047,6883.2 -56047,6883.2 -56047,6883.2 -56047,6883.1 -56047,6883.1 -56047,6883.1 -56047,6883.1 -56047,6883.1 -56047,6883 -56047,6883 -56047,6883 -56047,6883 -56047,6882.9 -56047,6882.9 -56047,6882.9 -56047,6882.9 -56047,6882.9 -56048,6882.8 -56048,6882.8 -56048,6882.8 -56048,6882.8 -56048,6882.7 -56048,6882.7 -56048,6882.7 -56048,6882.7 -56048,6882.7 -56048,6882.6 -56048,6882.6 -56048,6882.6 -56048,6882.6 -56048,6882.6 -56048,6882.5 -56048,6882.5 -56048,6882.5 -56049,6882.5 -56049,6882.5 -56049,6882.4 -56049,6882.4 -56049,6882.4 -56049,6882.4 -56049,6882.4 -56049,6882.4 -56049,6882.3 -56049,6882.3 -56049,6882.3 -56049,6882.3 -56049,6882.3 -56049,6882.3 -56049,6882.2 -56049,6882.2 -56049,6882.2 -56049,6882.2 -56050,6882.2 -56050,6882.2 -56050,6882.1 -56050,6882.1 -56050,6882.1 -56050,6882.1 -56050,6882.1 -56050,6882.1 -56050,6882.1 -56050,6882 -56050,6882 -56050,6882 -56050,6882 -56050,6882 -56050,6882 -56050,6882 -56051,6881.9 -56051,6881.9 -56051,6881.9 -56051,6881.9 -56051,6881.9 -56051,6881.9 -56051,6881.9 -56051,6881.8 -56051,6881.8 -56051,6881.8 -56051,6881.8 -56051,6881.8 -56051,6881.8 -56051,6881.8 -56051,6881.8 -56051,6881.8 -56051,6881.8 -56052,6881.7 -56052,6881.7 -56052,6881.7 -56052,6881.7 -56052,6881.7 -56052,6881.7 -56052,6881.7 -56052,6881.7 -56052,6881.7 -56052,6881.7 -56052,6881.7 -56052,6881.7 -56052,6881.6 -56052,6881.6 -56052,6881.6 -56052,6881.6 -56052,6881.6 -56053,6881.6 -56053,6881.6 -56053,6881.6 -56053,6881.6 -56053,6881.6 -56053,6881.6 -56053,6881.6 -56053,6881.6 -56053,6881.6 -56053,6881.6 -56053,6881.6 -56053,6881.6 -56053,6881.5 -56053,6881.5 -56053,6881.5 -56053,6881.5 -56054,6881.5 -56054,6881.5 -56054,6881.5 -56054,6881.5 -56054,6881.5 -56054,6881.5 -56054,6881.5 -56054,6881.5 -56054,6881.5 -56054,6881.5 -56054,6881.5 -56054,6881.5 -56054,6881.5 -56054,6881.5 -56054,6881.5 -56055,6881.5 -56055,6881.5 -56055,6881.5 -56055,6881.5 -56055,6881.5 -56055,6881.5 -56055,6881.5 -56055,6881.5 -56055,6881.5 -56055,6881.5 -56055,6881.5 -56055,6881.5 -56055,6881.5 -56055,6881.5 -56055,6881.5 -56056,6881.5 -56056,6881.5 -56056,6881.5 -56056,6881.5 -56056,6881.5 -56056,6881.5 -56056,6881.5 -56056,6881.5 -56056,6881.5 -56056,6881.5 -56056,6881.5 -56056,6881.5 -56056,6881.5 -56056,6881.5 -56056,6881.5 -56057,6881.5 -56057,6881.5 -56057,6881.5 -56057,6881.5 -56057,6881.6 -56057,6881.6 -56057,6881.6 -56057,6881.6 -56057,6881.6 -56057,6881.6 -56057,6881.6 -56057,6881.6 -56057,6881.6 -56057,6881.6 -56057,6881.6 -56058,6881.6 -56058,6881.6 -56058,6881.6 -56058,6881.6 -56058,6881.7 -56058,6881.7 -56058,6881.7 -56058,6881.7 -56058,6881.7 -56058,6881.7 -56058,6881.7 -56058,6881.7 -56058,6881.7 -56058,6881.7 -56059,6881.7 -56059,6881.8 -56059,6881.8 -56059,6881.8 -56059,6881.8 -56059,6881.8 -56059,6881.8 -56059,6881.8 -56059,6881.8 -56059,6881.8 -56059,6881.8 -56059,6881.9 -56059,6881.9 -56059,6881.9 -56060,6881.9 -56060,6881.9 -56060,6881.9 -56060,6881.9 -56060,6881.9 -56060,6881.9 -56060,6882 -56060,6882 -56060,6882 -56060,6882 -56060,6882 -56060,6882 -56060,6882 -56060,6882.1 -56061,6882.1 -56061,6882.1 -56061,6882.1 -56061,6882.1 -56061,6882.1 -56061,6882.1 -56061,6882.2 -56061,6882.2 -56061,6882.2 -56061,6882.2 -56061,6882.2 -56061,6882.2 -56061,6882.3 -56062,6882.3 -56062,6882.3 -56062,6882.3 -56062,6882.3 -56062,6882.4 -56062,6882.4 -56062,6882.4 -56062,6882.4 -56062,6882.4 -56062,6882.4 -56062,6882.5 -56062,6882.5 -56062,6882.5 -56063,6882.5 -56063,6882.5 -56063,6882.6 -56063,6882.6 -56063,6882.6 -56063,6882.6 -56063,6882.6 -56063,6882.7 -56063,6882.7 -56063,6882.7 -56063,6882.7 -56063,6882.8 -56063,6882.8 -56064,6882.8 -56064,6882.8 -56064,6882.8 -56064,6882.9 -56064,6882.9 -56064,6882.9 -56064,6882.9 -56035,6852.1 -56035,6852.1 -56035,6852 -56035,6851.9 -56035,6851.8 -56035,6851.8 -56035,6851.7 -56035,6851.6 -56035,6851.5 -56035,6851.5 -56035,6851.4 -56035,6851.3 -56035,6851.3 -56035,6851.2 -56035,6851.1 -56035,6851 -56035,6851 -56035,6850.9 -56035,6850.8 -56035,6850.8 -56035,6850.7 -56035,6850.6 -56035,6850.5 -56035,6850.5 -56035,6850.4 -56035,6850.3 -56035,6850.3 -56035,6850.2 -56035,6850.1 -56035,6850 -56035,6850 -56035,6849.9 -56035,6849.8 -56035,6849.8 -56035,6849.7 -56035,6849.6 -56035,6849.5 -56035,6849.5 -56035,6849.4 -56035,6849.3 -56035,6849.3 -56035,6849.2 -56035,6849.1 -56035,6849 -56035,6849 -56035,6848.9 -56035,6848.8 -56035,6848.8 -56034,6848.7 -56034,6848.6 -56034,6848.6 -56034,6848.5 -56034,6848.4 -56034,6848.3 -56034,6848.3 -56034,6848.2 -56034,6848.1 -56034,6848.1 -56034,6848 -56034,6847.9 -56034,6847.8 -56034,6847.8 -56034,6847.7 -56034,6847.6 -56034,6847.6 -56034,6847.5 -56034,6847.4 -56034,6847.3 -56034,6847.3 -56034,6847.2 -56034,6847.1 -56034,6847.1 -56034,6847 -56034,6846.9 -56034,6846.9 -56034,6846.8 -56034,6846.7 -56034,6846.7 -56034,6846.6 -56034,6846.5 -56034,6846.4 -56034,6846.4 -56034,6846.3 -56034,6846.2 -56034,6846.2 -56034,6846.1 -56034,6846 -56034,6846 -56034,6845.9 -56034,6845.8 -56034,6845.7 -56034,6845.7 -56034,6845.6 -56033,6845.5 -56033,6845.5 -56033,6845.4 -56033,6845.3 -56033,6845.3 -56033,6845.2 -56033,6845.1 -56033,6845.1 -56033,6845 -56033,6844.9 -56033,6844.8 -56033,6844.8 -56033,6844.7 -56033,6844.6 -56033,6844.6 -56033,6844.5 -56033,6844.4 -56033,6844.4 -56033,6844.3 -56033,6844.2 -56033,6844.2 -56033,6844.1 -56033,6844 -56033,6844 -56033,6843.9 -56033,6843.8 -56033,6843.8 -56033,6843.7 -56033,6843.6 -56033,6843.5 -56033,6843.5 -56033,6843.4 -56033,6843.3 -56033,6843.3 -56033,6843.2 -56033,6843.1 -56033,6843.1 -56033,6843 -56033,6842.9 -56033,6842.9 -56032,6842.8 -56032,6842.7 -56032,6842.7 -56032,6842.6 -56032,6842.5 -56032,6842.5 -56032,6842.4 -56032,6842.3 -56032,6842.3 -56032,6842.2 -56032,6842.1 -56032,6842.1 -56032,6842 -56032,6841.9 -56032,6841.9 -56032,6841.8 -56032,6841.7 -56032,6841.7 -56032,6841.6 -56032,6841.5 -56032,6841.5 -56032,6841.4 -56032,6841.3 -56032,6841.3 -56032,6841.2 -56032,6841.1 -56032,6841.1 -56032,6841 -56032,6840.9 -56032,6840.9 -56032,6840.8 -56032,6840.7 -56032,6840.7 -56032,6840.6 -56032,6840.5 -56031,6840.5 -56031,6840.4 -56031,6840.3 -56031,6840.3 -56031,6840.2 -56031,6840.1 -56031,6840.1 -56031,6840 -56031,6839.9 -56031,6839.9 -56031,6839.8 -56031,6839.7 -56031,6839.7 -56031,6839.6 -56031,6839.5 -56031,6839.5 -56031,6839.4 -56031,6839.3 -56031,6839.3 -56031,6839.2 -56031,6839.1 -56031,6839.1 -56031,6839 -56031,6839 -56031,6838.9 -56031,6838.8 -56031,6838.8 -56031,6838.7 -56031,6838.6 -56031,6838.6 -56031,6838.5 -56030,6838.4 -56030,6838.4 -56030,6838.3 -56030,6838.2 -56030,6838.2 -56030,6838.1 -56030,6838 -56030,6838 -56030,6837.9 -56030,6837.9 -56030,6837.8 -56030,6837.7 -56030,6837.7 -56030,6837.6 -56030,6837.5 -56030,6837.5 -56030,6837.4 -56030,6837.3 -56030,6837.3 -56030,6837.2 -56030,6837.1 -56030,6837.1 -56030,6837 -56030,6836.9 -56030,6836.9 -56030,6836.8 -56030,6836.7 -56030,6836.7 -56029,6836.6 -56029,6836.6 -56029,6836.5 -56029,6836.4 -56029,6836.4 -56029,6836.3 -56029,6836.2 -56029,6836.2 -56029,6836.1 -56029,6836 -56029,6836 -56029,6835.9 -56029,6835.8 -56029,6835.8 -56029,6835.7 -56029,6835.6 -56029,6835.6 -56029,6835.5 -56029,6835.4 -56029,6835.4 -56029,6835.3 -56029,6835.2 -56029,6835.2 -56029,6835.1 -56029,6835 -56029,6835 -56029,6834.9 -56029,6834.8 -56028,6834.8 -56028,6834.7 -56028,6834.7 -56028,6834.6 -56028,6834.5 -56028,6834.5 -56028,6834.4 -56028,6834.3 -56028,6834.3 -56028,6834.2 -56028,6834.1 -56028,6834.1 -56028,6834 -56028,6833.9 -56028,6833.9 -56028,6833.8 -56028,6833.7 -56028,6833.7 -56028,6833.6 -56028,6833.5 -56028,6833.5 -56028,6833.4 -56028,6833.3 -56028,6833.3 -56028,6833.2 -56027,6833.1 -56027,6833.1 -56027,6833 -56027,6833 -56027,6832.9 -56027,6832.8 -56027,6832.8 -56027,6832.7 -56027,6832.6 -56027,6832.6 -56027,6832.5 -56027,6832.4 -56027,6832.4 -56027,6832.3 -56027,6832.2 -56027,6832.2 -56027,6832.1 -56027,6832 -56024,6821.6 -56024,6821.5 -56024,6821.4 -56023,6821.3 -56023,6821.2 -56023,6821.1 -56023,6821 -56023,6820.9 -56023,6820.8 -56023,6820.7 -56023,6820.6 -56023,6820.4 -56023,6820.3 -56023,6820.2 -56023,6820.1 -56023,6820 -56023,6819.9 -56023,6819.8 -56023,6819.7 -56023,6819.6 -56023,6819.5 -56023,6819.3 -56022,6819.2 -56022,6819.1 -56022,6819 -56022,6818.9 -56022,6818.8 -56022,6818.7 -56022,6818.6 -56022,6818.5 -56022,6818.4 -56022,6818.2 -56022,6818.1 -56022,6818 -56022,6817.9 -56022,6817.8 -56022,6817.7 -56022,6817.6 -56022,6817.5 -56021,6817.4 -56021,6817.2 -56021,6817.1 -56021,6817 -56021,6816.9 -56021,6816.8 -56021,6816.7 -56021,6816.6 -56021,6816.5 -56021,6816.4 -56021,6816.2 -56021,6816.1 -56021,6816 -56021,6815.9 -56021,6815.8 -56021,6815.7 -56021,6815.6 -56021,6815.4 -56020,6815.3 -56020,6815.2 -56020,6815.1 -56020,6815 -56020,6814.9 -56020,6814.8 -56020,6814.6 -56020,6814.5 -56020,6814.4 -56020,6814.3 -56020,6814.2 -56020,6814.1 -56020,6814 -56020,6813.8 -56020,6813.7 -56020,6813.6 -56020,6813.5 -56019,6813.4 -56019,6813.3 -56019,6813.2 -56019,6813 -56019,6812.9 -56019,6812.8 -56019,6812.7 -56019,6812.6 -56019,6812.5 -56019,6812.3 -56019,6812.2 -56019,6812.1 -56019,6812 -56019,6811.9 -56019,6811.8 -56019,6811.6 -56018,6811.5 -56018,6811.4 -56018,6811.3 -56018,6811.2 -56018,6811.1 -56018,6810.9 -56018,6810.8 -56018,6810.7 -56018,6810.6 -56018,6810.5 -56018,6810.4 -56018,6810.2 -56018,6810.1 -56018,6810 -56018,6809.9 -56018,6809.8 -56018,6809.7 -56017,6809.5 -56017,6809.4 -56017,6809.3 -56017,6809.2 -56017,6809.1 -56017,6808.9 -56017,6808.8 -56017,6808.7 -56017,6808.6 -56017,6808.5 -56017,6808.3 -56017,6808.2 -56017,6808.1 -56017,6808 -56017,6807.9 -56017,6807.7 -56017,6807.6 -56016,6807.5 -56016,6807.4 -56016,6807.3 -56016,6807.1 -56016,6807 -56016,6806.9 -56016,6806.8 -56016,6806.7 -56016,6806.6 -56016,6806.4 -56016,6806.3 -56016,6806.2 -56016,6806.1 -56016,6806 -56016,6805.8 -56016,6805.7 -56015,6805.6 -56015,6805.5 -56015,6805.4 -56015,6805.2 -56015,6805.1 -56015,6805 -56015,6804.9 -56015,6804.8 -56015,6804.6 -56015,6804.5 -56015,6804.4 -56015,6804.3 -56015,6804.2 -56015,6804 -56015,6803.9 -56015,6803.8 -56014,6803.7 -56014,6803.6 -56014,6803.4 -56014,6803.3 -56014,6803.2 -56014,6803.1 -56014,6803 -56014,6802.8 -56014,6802.7 -56014,6802.6 -56014,6802.5 -56014,6802.3 -56014,6802.2 -56014,6802.1 -56014,6802 -56014,6801.9 -56013,6801.7 -56013,6801.6 -56013,6801.5 -56013,6801.4 -56013,6801.3 -56013,6801.1 -56013,6801 -56013,6800.9 -56013,6800.8 -56013,6800.6 -56013,6800.5 -56013,6800.4 -56013,6800.3 -56013,6800.2 -56013,6800 -56013,6799.9 -56012,6799.8 -56012,6799.7 -56012,6799.5 -56012,6799.4 -56012,6799.3 -56012,6799.2 -56012,6799 -56012,6798.9 -56012,6798.8 -56012,6798.7 -56018,6802.4 -56018,6802.3 -56018,6802.1 -56018,6802 -56018,6801.9 -56018,6801.8 -56018,6801.7 -56017,6801.5 -56017,6801.4 -56017,6801.3 -56017,6801.2 -56017,6801 -56017,6800.9 -56017,6800.8 -56017,6800.7 -56017,6800.6 -56017,6800.4 -56017,6800.3 -56017,6800.2 -56017,6800.1 -56017,6799.9 -56017,6799.8 -56017,6799.7 -56017,6799.6 -56017,6799.4 -56017,6799.3 -56017,6799.2 -56017,6799.1 -56017,6799 -56017,6798.8 -56016,6798.7 -56016,6798.6 -56016,6798.5 -56016,6798.3 -56016,6798.2 -56016,6798.1 -56016,6798 -56016,6797.8 -56016,6797.7 -56016,6797.6 -56016,6797.5 -56016,6797.3 -56016,6797.2 -56016,6797.1 -56016,6796.9 -56016,6796.8 -56016,6796.7 -56016,6796.6 -56016,6796.4 -56016,6796.3 -56016,6796.2 -56016,6796.1 -56016,6795.9 -56015,6795.8 -56015,6795.7 -56015,6795.6 -56015,6795.4 -56015,6795.3 -56015,6795.2 -56015,6795 -56015,6794.9 -56015,6794.8 -56015,6794.7 -56015,6794.5 -56015,6794.4 -56015,6794.3 -56015,6794.1 -56015,6794 -56015,6793.9 -56015,6793.7 -56015,6793.6 -56015,6793.5 -56015,6793.4 -56015,6793.2 -56015,6793.1 -56014,6793 -56014,6792.8 -56014,6792.7 -56014,6792.6 -56014,6792.4 -56014,6792.3 -56014,6792.2 -56014,6792 -56014,6791.9 -56014,6791.8 -56014,6791.6 -56014,6791.5 -56014,6791.4 -56014,6791.2 -56014,6791.1 -56014,6791 -56014,6790.8 -56014,6790.7 -56014,6790.6 -56014,6790.4 -56014,6790.3 -56013,6790.2 -56013,6790 -56013,6789.9 -56013,6789.8 -56013,6789.6 -56013,6789.5 -56013,6789.4 -56013,6789.2 -56013,6789.1 -56013,6789 -56013,6788.8 -56013,6788.7 -56013,6788.6 -56013,6788.4 -56013,6788.3 -56013,6788.2 -56013,6788 -56013,6787.9 -56013,6787.7 -56013,6787.6 -56013,6787.5 -56012,6787.3 -56012,6787.2 -56012,6787.1 -56012,6786.9 -56012,6786.8 -56012,6786.7 -56012,6786.5 -56012,6786.4 -56012,6786.2 -56012,6786.1 -56012,6786 -56012,6785.8 -56012,6785.7 -56012,6785.5 -56012,6785.4 -56012,6785.3 -56012,6785.1 -56012,6785 -56012,6784.9 -56012,6784.7 -56012,6784.6 -56011,6784.4 -56011,6784.3 -56011,6784.2 -56011,6784 -56011,6783.9 -56011,6783.7 -56011,6783.6 -56011,6783.4 -56011,6783.3 -56011,6783.2 -56011,6783 -56011,6782.9 -56011,6782.7 -56011,6782.6 -56011,6782.5 -56011,6782.3 -56011,6782.2 -56011,6782 -56011,6781.9 -56011,6781.7 -56010,6781.6 -56010,6781.5 -56010,6781.3 -56010,6781.2 -56010,6781 -56010,6780.9 -56010,6780.7 -56010,6780.6 -56010,6780.5 -56010,6780.3 -56010,6780.2 -56010,6780 -56010,6779.9 -56010,6779.7 -56010,6779.6 -56010,6779.4 -56010,6779.3 -56010,6779.2 -56010,6779 -56010,6778.9 -56009,6778.7 -56009,6778.6 -56009,6778.4 -56009,6778.3 -56009,6778.1 -56009,6778 -56009,6777.8 -56009,6777.7 -56009,6777.5 -56009,6777.4 -56009,6777.2 -56009,6777.1 -56009,6776.9 -56009,6776.8 -56009,6776.7 -56009,6776.5 -56009,6776.4 -56009,6776.2 -56009,6776.1 -56009,6775.9 -56009,6775.8 -56008,6775.6 -56008,6775.5 -56008,6775.3 -56008,6775.2 -56008,6775 -56008,6774.9 -56008,6774.7 -56008,6774.6 -56008,6774.4 -56008,6774.3 -56008,6774.1 -56008,6774 -56008,6773.8 -56008,6773.7 -56008,6773.5 -56008,6773.4 -56008,6773.2 -56008,6773.1 -56008,6772.9 -56008,6772.8 -56008,6772.6 -56007,6772.4 -56007,6772.3 -56007,6772.1 -56007,6772 -56007,6771.8 -56007,6771.7 -56007,6771.5 -56007,6771.4 -56007,6771.2 -56007,6771.1 -56007,6770.9 -56007,6770.8 -56007,6770.6 -56007,6770.5 -56007,6770.3 -56007,6770.1 -56007,6770 -56007,6769.8 -56007,6769.7 -56007,6769.5 -56007,6769.4 -56006,6769.2 -56006,6769.1 -56006,6768.9 -56006,6768.7 -56006,6768.6 -56006,6768.4 -56006,6768.3 -56006,6768.1 -56006,6768 -56006,6767.8 -56006,6767.7 -56006,6767.5 -56006,6767.3 -56006,6767.2 -56006,6767 -56006,6766.9 -56006,6766.7 -56006,6766.5 -56006,6766.4 -56006,6766.2 -56006,6766.1 -56006,6765.9 -56005,6765.8 -56005,6765.6 -56005,6765.4 -56005,6765.3 -56005,6765.1 -56005,6765 -56005,6764.8 -56005,6764.6 -56005,6764.5 -56005,6764.3 -56005,6764.2 -56005,6764 -56005,6763.8 -56005,6763.7 -56005,6763.5 -56005,6763.4 -56005,6763.2 -56005,6763 -56005,6762.9 -56005,6762.7 -56005,6762.5 -56005,6762.4 -56004,6762.2 -56004,6762.1 -56004,6761.9 -56004,6761.7 -56004,6761.6 -56004,6761.4 -56004,6761.3 -56004,6761.1 -56004,6760.9 -56004,6760.8 -56004,6760.6 -56004,6760.4 -56012,6779.1 -56012,6779 -56012,6778.9 -56012,6778.8 -56012,6778.7 -56012,6778.5 -56012,6778.4 -56012,6778.3 -56012,6778.2 -56012,6778.1 -56012,6778 -56012,6777.9 -56012,6777.8 -56012,6777.6 -56012,6777.5 -56012,6777.4 -56012,6777.3 -56012,6777.2 -56012,6777.1 -56012,6777 -56012,6776.9 -56012,6776.7 -56012,6776.6 -56012,6776.5 -56012,6776.4 -56012,6776.3 -56012,6776.2 -56012,6776.1 -56012,6776 -56012,6775.8 -56012,6775.7 -56012,6775.6 -56012,6775.5 -56012,6775.4 -56011,6775.3 -56011,6775.2 -56011,6775 -56011,6774.9 -56011,6774.8 -56011,6774.7 -56011,6774.6 -56011,6774.5 -56011,6774.4 -56011,6774.2 -56011,6774.1 -56011,6774 -56011,6773.9 -56011,6773.8 -56011,6773.7 -56011,6773.5 -56011,6773.4 -56011,6773.3 -56011,6773.2 -56011,6773.1 -56011,6773 -56011,6772.8 -56011,6772.7 -56011,6772.6 -56011,6772.5 -56011,6772.4 -56011,6772.3 -56011,6772.2 -56011,6772 -56011,6771.9 -56011,6771.8 -56011,6771.7 -56011,6771.6 -56011,6771.5 -56011,6771.3 -56011,6771.2 -56011,6771.1 -56011,6771 -56011,6770.9 -56011,6770.8 -56011,6770.6 -56011,6770.5 -56011,6770.4 -56011,6770.3 -56011,6770.2 -56011,6770.1 -56011,6769.9 -56011,6769.8 -56011,6769.7 -56011,6769.6 -56011,6769.5 -56011,6769.4 -56011,6769.2 -56011,6769.1 -56010,6769 -56010,6768.9 -56010,6768.8 -56010,6768.6 -56010,6768.5 -56010,6768.4 -56010,6768.3 -56010,6768.2 -56010,6768.1 -56010,6767.9 -56010,6767.8 -56010,6767.7 -56010,6767.6 -56010,6767.5 -56010,6767.4 -56010,6767.2 -56010,6767.1 -56010,6767 -56010,6766.9 -56010,6766.8 -56010,6766.6 -56010,6766.5 -56010,6766.4 -56010,6766.3 -56010,6766.2 -56010,6766.1 -56010,6765.9 -56010,6765.8 -56010,6765.7 -56010,6765.6 -56010,6765.5 -56010,6765.3 -56010,6765.2 -56010,6765.1 -56010,6765 -56010,6764.9 -56010,6764.7 -56010,6764.6 -56010,6764.5 -56010,6764.4 -56010,6764.3 -56010,6764.1 -56010,6764 -56010,6763.9 -56010,6763.8 -56010,6763.7 -56010,6763.5 -56010,6763.4 -56010,6763.3 -56010,6763.2 -56010,6763 -56010,6762.9 -56010,6762.8 -56010,6762.7 -56010,6762.6 -56009,6762.4 -56009,6762.3 -56009,6762.2 -56009,6762.1 -56009,6761.9 -56009,6761.8 -56009,6761.7 -56009,6761.6 -56009,6761.4 -56009,6761.3 -56009,6761.2 -56009,6761.1 -56009,6761 -56009,6760.8 -56009,6760.7 -56009,6760.6 -56009,6760.5 -56009,6760.3 -56009,6760.2 -56009,6760.1 -56009,6760 -56009,6759.8 -56009,6759.7 -56009,6759.6 -56009,6759.5 -56009,6759.3 -56009,6759.2 -56009,6759.1 -56009,6759 -56009,6758.8 -56009,6758.7 -56009,6758.6 -56009,6758.5 -56009,6758.3 -56009,6758.2 -56009,6758.1 -56009,6758 -56009,6757.8 -56009,6757.7 -56009,6757.6 -56009,6757.4 -56009,6757.3 -56009,6757.2 -56009,6757.1 -56009,6756.9 -56009,6756.8 -56009,6756.7 -56009,6756.6 -56009,6756.4 -56009,6756.3 -56009,6756.2 -56009,6756 -56008,6755.9 -56008,6755.8 -56008,6755.6 -56008,6755.5 -56008,6755.4 -56008,6755.3 -56008,6755.1 -56008,6755 -56008,6754.9 -56008,6754.7 -56008,6754.6 -56008,6754.5 -56008,6754.3 -56008,6754.2 -56008,6754.1 -56008,6753.9 -56008,6753.8 -56008,6753.7 -56008,6753.5 -56008,6753.4 -56008,6753.3 -56008,6753.1 -56008,6753 -56008,6752.9 -56008,6752.7 -56008,6752.6 -56008,6752.5 -56008,6752.3 -56008,6752.2 -56008,6752 -56008,6751.9 -56008,6751.8 -56008,6751.6 -56008,6751.5 -56008,6751.4 -56008,6751.2 -56008,6751.1 -56008,6751 -56008,6750.8 -56008,6750.7 -56008,6750.5 -56008,6750.4 -56008,6750.3 -56008,6750.1 -56008,6750 -56008,6749.8 -56008,6749.7 -56008,6749.6 -56008,6749.4 -56008,6749.3 -56008,6749.1 -56007,6749 -56007,6748.9 -56007,6748.7 -56007,6748.6 -56007,6748.4 -56007,6748.3 -56007,6748.2 -56007,6748 -56007,6747.9 -56007,6747.7 -56007,6747.6 -56007,6747.4 -56007,6747.3 -56007,6747.2 -56007,6747 -56007,6746.9 -56007,6746.7 -56007,6746.6 -56007,6746.4 -56007,6746.3 -56007,6746.1 -56007,6746 -56007,6745.9 -56007,6745.7 -56007,6745.6 -56007,6745.4 -56007,6745.3 -56007,6745.1 -56007,6745 -56007,6744.8 -56007,6744.7 -56007,6744.5 -56007,6744.4 -56007,6744.2 -56007,6744.1 -56007,6743.9 -56007,6743.8 -56007,6743.6 -56007,6743.5 -56007,6743.4 -56007,6743.2 -56007,6743.1 -56007,6742.9 -56007,6742.8 -56007,6742.6 -56007,6742.5 -56007,6742.3 -56007,6742.2 -56007,6742 -56007,6741.9 -56007,6741.7 -56007,6741.6 -56009,6757.9 -56009,6757.8 -56009,6757.7 -56009,6757.6 -56009,6757.5 -56009,6757.4 -56009,6757.3 -56009,6757.2 -56009,6757.1 -56009,6757 -56009,6756.9 -56009,6756.8 -56009,6756.7 -56009,6756.6 -56009,6756.5 -56009,6756.4 -56009,6756.2 -56009,6756.1 -56009,6756 -56009,6755.9 -56009,6755.8 -56009,6755.7 -56009,6755.6 -56009,6755.5 -56009,6755.4 -56009,6755.3 -56009,6755.2 -56009,6755.1 -56009,6755 -56009,6754.9 -56009,6754.8 -56009,6754.7 -56009,6754.6 -56009,6754.4 -56009,6754.3 -56009,6754.2 -56009,6754.1 -56009,6754 -56009,6753.9 -56009,6753.8 -56009,6753.7 -56009,6753.6 -56009,6753.5 -56009,6753.4 -56009,6753.3 -56009,6753.1 -56009,6753 -56009,6752.9 -56009,6752.8 -56009,6752.7 -56009,6752.6 -56009,6752.5 -56009,6752.4 -56009,6752.3 -56009,6752.1 -56009,6752 -56009,6751.9 -56009,6751.8 -56009,6751.7 -56009,6751.6 -56009,6751.5 -56009,6751.4 -56009,6751.3 -56009,6751.1 -56009,6751 -56009,6750.9 -56009,6750.8 -56009,6750.7 -56009,6750.6 -56009,6750.5 -56009,6750.3 -56009,6750.2 -56009,6750.1 -56009,6750 -56009,6749.9 -56009,6749.8 -56009,6749.7 -56009,6749.5 -56009,6749.4 -56009,6749.3 -56009,6749.2 -56009,6749.1 -56009,6749 -56009,6748.8 -56009,6748.7 -56009,6748.6 -56009,6748.5 -56009,6748.4 -56009,6748.3 -56009,6748.1 -56009,6748 -56009,6747.9 -56009,6747.8 -56009,6747.7 -56009,6747.5 -56009,6747.4 -56009,6747.3 -56009,6747.2 -56009,6747.1 -56009,6746.9 -56009,6746.8 -56009,6746.7 -56009,6746.6 -56009,6746.4 -56009,6746.3 -56009,6746.2 -56009,6746.1 -56009,6746 -56009,6745.8 -56009,6745.7 -56009,6745.6 -56009,6745.5 -56009,6745.3 -56009,6745.2 -56009,6745.1 -56009,6745 -56009,6744.8 -56009,6744.7 -56009,6744.6 -56009,6744.5 -56009,6744.3 -56009,6744.2 -56009,6744.1 -56009,6744 -56009,6743.8 -56009,6743.7 -56009,6743.6 -56009,6743.4 -56009,6743.3 -56009,6743.2 -56009,6743.1 -56009,6742.9 -56009,6742.8 -56009,6742.7 -56009,6742.5 -56009,6742.4 -56009,6742.3 -56009,6742.1 -56009,6742 -56009,6741.9 -56009,6741.8 -56009,6741.6 -56009,6741.5 -56009,6741.4 -56009,6741.2 -56009,6741.1 -56009,6741 -56009,6740.8 -56009,6740.7 -56009,6740.5 -56009,6740.4 -56009,6740.3 -56009,6740.1 -56009,6740 -56009,6739.9 -56009,6739.7 -56009,6739.6 -56009,6739.5 -56009,6739.3 -56009,6739.2 -56009,6739 -56009,6738.9 -56009,6738.8 -56009,6738.6 -56009,6738.5 -56009,6738.3 -56009,6738.2 -56009,6738.1 -56009,6737.9 -56009,6737.8 -56009,6737.6 -56009,6737.5 -56009,6737.3 -56009,6737.2 -56009,6737.1 -56009,6736.9 -56009,6736.8 -56009,6736.6 -56009,6736.5 -56009,6736.3 -56009,6736.2 -56009,6736 -56009,6735.9 -56009,6735.8 -56009,6735.6 -56009,6735.5 -56009,6735.3 -56009,6735.2 -56010,6735 -56010,6734.9 -56010,6734.7 -56010,6734.6 -56010,6734.4 -56010,6734.3 -56010,6734.1 -56010,6734 -56010,6733.8 -56010,6733.7 -56010,6733.5 -56010,6733.4 -56010,6733.2 -56010,6733.1 -56010,6732.9 -56010,6732.8 -56010,6732.6 -56010,6732.5 -56010,6732.3 -56010,6732.1 -56010,6732 -56010,6731.8 -56010,6731.7 -56010,6731.5 -56010,6731.4 -56010,6731.2 -56010,6731 -56010,6730.9 -56010,6730.7 -56010,6730.6 -56010,6730.4 -56010,6730.3 -56010,6730.1 -56010,6729.9 -56010,6729.8 -56010,6729.6 -56010,6729.5 -56010,6729.3 -56010,6729.1 -56010,6729 -56010,6728.8 -56010,6728.6 -56010,6728.5 -56010,6728.3 -56010,6728.1 -56010,6728 -56010,6727.8 -56010,6727.6 -56010,6727.5 -56010,6727.3 -56010,6727.1 -56010,6727 -56010,6726.8 -56010,6726.6 -56010,6726.5 -56010,6726.3 -56010,6726.1 -56010,6726 -56010,6725.8 -56010,6725.6 -56010,6725.4 -56010,6725.3 -56010,6725.1 -56010,6724.9 -56011,6724.8 -56011,6724.6 -56011,6724.4 -56011,6724.2 -56011,6724.1 -56011,6723.9 -56011,6723.7 -56011,6723.5 -56011,6723.4 -56011,6723.2 -56011,6723 -56011,6722.8 -56011,6722.6 -56011,6722.5 -56011,6722.3 -56011,6722.1 -56011,6721.9 -56011,6721.8 -56011,6721.6 -56011,6721.4 -56011,6721.2 -56011,6721 -56011,6720.8 -56011,6720.7 -56011,6720.5 -56011,6720.3 -56011,6720.1 -56011,6719.9 -56011,6719.7 -56011,6719.6 -56011,6719.4 -56011,6719.2 -56011,6719 -56011,6718.8 -56011,6718.6 -56011,6718.4 -56011,6718.2 -56011,6718 -56011,6717.9 -56011,6717.7 -56011,6717.5 -56011,6717.3 -56011,6717.1 -56011,6716.9 -56011,6716.7 -56011,6716.5 -55998,6744 -55998,6743.8 -55998,6743.7 -55998,6743.6 -55998,6743.5 -55998,6743.4 -55998,6743.3 -55998,6743.1 -55998,6743 -55998,6742.9 -55998,6742.8 -55998,6742.7 -55998,6742.5 -55998,6742.4 -55998,6742.3 -55998,6742.2 -55998,6742.1 -55998,6741.9 -55998,6741.8 -55998,6741.7 -55998,6741.6 -55998,6741.5 -55998,6741.3 -55998,6741.2 -55997,6741.1 -55997,6740.9 -55997,6740.8 -55997,6740.7 -55997,6740.6 -55997,6740.4 -55997,6740.3 -55997,6740.2 -55997,6740 -55997,6739.9 -55997,6739.8 -55997,6739.7 -55997,6739.5 -55997,6739.4 -55997,6739.3 -55997,6739.1 -55997,6739 -55997,6738.9 -55997,6738.8 -55997,6738.6 -55997,6738.5 -55997,6738.4 -55997,6738.2 -55997,6738.1 -55997,6738 -55997,6737.8 -55997,6737.7 -55997,6737.6 -55997,6737.4 -55996,6737.3 -55996,6737.1 -55996,6737 -55996,6736.9 -55996,6736.7 -55996,6736.6 -55996,6736.4 -55996,6736.3 -55996,6736.2 -55996,6736 -55996,6735.9 -55996,6735.7 -55996,6735.6 -55996,6735.4 -55996,6735.3 -55996,6735.2 -55996,6735 -55996,6734.9 -55996,6734.7 -55996,6734.6 -55996,6734.4 -55996,6734.3 -55996,6734.1 -55996,6734 -55996,6733.8 -55995,6733.7 -55995,6733.5 -55995,6733.4 -55995,6733.2 -55995,6733.1 -55995,6732.9 -55995,6732.8 -55995,6732.6 -55995,6732.5 -55995,6732.4 -55995,6732.2 -55995,6732.1 -55995,6731.9 -55995,6731.8 -55995,6731.6 -55995,6731.5 -55995,6731.3 -55995,6731.2 -55995,6731 -55995,6730.9 -55995,6730.7 -55995,6730.6 -55994,6730.4 -55994,6730.3 -55994,6730.1 -55994,6730 -55994,6729.8 -55994,6729.7 -55994,6729.5 -55994,6729.3 -55994,6729.2 -55994,6729 -55994,6728.9 -55994,6728.7 -55994,6728.6 -55994,6728.4 -55994,6728.3 -55994,6728.1 -55994,6728 -55994,6727.8 -55994,6727.7 -55994,6727.5 -55994,6727.3 -55993,6727.2 -55993,6727 -55993,6726.9 -55993,6726.7 -55993,6726.6 -55993,6726.4 -55993,6726.3 -55993,6726.1 -55993,6725.9 -55993,6725.8 -55993,6725.6 -55993,6725.4 -55993,6725.3 -55993,6725.1 -55993,6725 -55993,6724.8 -55993,6724.6 -55993,6724.5 -55992,6724.3 -55992,6724.1 -55992,6724 -55992,6723.8 -55992,6723.6 -55992,6723.5 -55992,6723.3 -55992,6723.1 -55992,6723 -55992,6722.8 -55992,6722.6 -55992,6722.5 -55992,6722.3 -55992,6722.1 -55992,6722 -55992,6721.8 -55992,6721.6 -55992,6721.5 -55991,6721.3 -55991,6721.1 -55991,6721 -55991,6720.8 -55991,6720.6 -55991,6720.4 -55991,6720.3 -55991,6720.1 -55991,6719.9 -55991,6719.8 -55991,6719.6 -55991,6719.4 -55991,6719.2 -55991,6719.1 -55991,6718.9 -55991,6718.7 -55990,6718.6 -55990,6718.4 -55990,6718.2 -55990,6718 -55990,6717.8 -55990,6717.7 -55990,6717.5 -55990,6717.3 -55990,6717.1 -55990,6717 -55990,6716.8 -55990,6716.6 -55990,6716.4 -55990,6716.2 -55990,6716.1 -55989,6715.9 -55989,6715.7 -55989,6715.5 -55989,6715.3 -55989,6715.2 -55989,6715 -55989,6714.8 -55989,6714.6 -55989,6714.4 -55989,6714.3 -55989,6714.1 -55989,6713.9 -55989,6713.7 -55989,6713.5 -55989,6713.4 -55988,6713.2 -55988,6713 -55988,6712.8 -55988,6712.6 -55988,6712.5 -55988,6712.3 -55988,6712.1 -55988,6711.9 -55988,6711.7 -55988,6711.5 -55988,6711.4 -55988,6711.2 -55988,6711 -55988,6710.8 -55987,6710.6 -55987,6710.4 -55987,6710.3 -55987,6710.1 -55987,6709.9 -55987,6709.7 -55987,6709.5 -55987,6709.3 -55987,6709.2 -55987,6709 -55987,6708.8 -55987,6708.6 -55987,6708.4 -55987,6708.2 -55986,6708.1 -55986,6707.9 -55986,6707.7 -55986,6707.5 -55986,6707.3 -55986,6707.1 -55986,6707 -55986,6706.8 -55986,6706.6 -55986,6706.4 -55986,6706.2 -55986,6706 -55986,6705.8 -55985,6705.6 -55985,6705.5 -55985,6705.3 -55985,6705.1 -55985,6704.9 -55985,6704.7 -55985,6704.5 -55985,6704.3 -55985,6704.1 -55985,6703.9 -55985,6703.7 -55985,6703.5 -55984,6703.4 -55984,6703.2 -55984,6703 -55984,6702.8 -55984,6702.6 -55984,6702.4 -55984,6702.2 -55984,6702 -55984,6701.8 -55984,6701.6 -55984,6701.4 -55984,6701.2 -55984,6701.1 -55983,6700.9 -55983,6700.7 -55983,6700.5 -55983,6700.3 -55983,6700.1 -55983,6699.9 -55983,6699.7 -55983,6699.5 -55983,6699.3 -55983,6699.1 -55983,6698.9 -55982,6698.7 -55982,6698.5 -55982,6698.3 -55982,6698.1 -55982,6697.9 -55982,6697.7 -55982,6697.5 -55982,6697.3 -55982,6697.1 -55982,6696.9 -55982,6696.7 -55982,6696.5 -55981,6696.3 -55981,6696.1 -55981,6695.9 -55981,6695.7 -55981,6695.5 -55977,6743.2 -55977,6743.1 -55977,6743.1 -55977,6743 -55977,6742.9 -55977,6742.8 -55977,6742.8 -55977,6742.7 -55977,6742.6 -55976,6742.5 -55976,6742.4 -55976,6742.4 -55976,6742.3 -55976,6742.2 -55976,6742.1 -55976,6742.1 -55976,6742 -55976,6741.9 -55976,6741.8 -55975,6741.7 -55975,6741.7 -55975,6741.6 -55975,6741.5 -55975,6741.4 -55975,6741.4 -55975,6741.3 -55975,6741.2 -55975,6741.1 -55974,6741.1 -55974,6741 -55974,6740.9 -55974,6740.8 -55974,6740.8 -55974,6740.7 -55974,6740.6 -55974,6740.5 -55974,6740.5 -55973,6740.4 -55973,6740.3 -55973,6740.2 -55973,6740.2 -55973,6740.1 -55973,6740 -55973,6739.9 -55973,6739.9 -55972,6739.8 -55972,6739.7 -55972,6739.6 -55972,6739.6 -55972,6739.5 -55972,6739.4 -55972,6739.3 -55972,6739.2 -55972,6739.2 -55971,6739.1 -55971,6739 -55971,6738.9 -55971,6738.8 -55971,6738.8 -55971,6738.7 -55971,6738.6 -55971,6738.5 -55970,6738.4 -55970,6738.4 -55970,6738.3 -55970,6738.2 -55970,6738.1 -55970,6738 -55970,6738 -55970,6737.9 -55969,6737.8 -55969,6737.7 -55969,6737.6 -55969,6737.6 -55969,6737.5 -55969,6737.4 -55969,6737.3 -55969,6737.2 -55968,6737.1 -55968,6737.1 -55968,6737 -55968,6736.9 -55968,6736.8 -55968,6736.7 -55968,6736.6 -55968,6736.6 -55967,6736.5 -55967,6736.4 -55967,6736.3 -55967,6736.2 -55967,6736.1 -55967,6736.1 -55967,6736 -55966,6735.9 -55966,6735.8 -55966,6735.7 -55966,6735.6 -55966,6735.5 -55966,6735.5 -55966,6735.4 -55966,6735.3 -55965,6735.2 -55965,6735.1 -55965,6735 -55965,6735 -55965,6734.9 -55965,6734.8 -55965,6734.7 -55964,6734.6 -55964,6734.5 -55964,6734.5 -55964,6734.4 -55964,6734.3 -55964,6734.2 -55964,6734.1 -55963,6734 -55963,6734 -55963,6733.9 -55963,6733.8 -55963,6733.7 -55963,6733.6 -55963,6733.5 -55963,6733.5 -55962,6733.4 -55962,6733.3 -55962,6733.2 -55962,6733.1 -55962,6733 -55962,6732.9 -55962,6732.9 -55961,6732.8 -55961,6732.7 -55961,6732.6 -55961,6732.5 -55961,6732.5 -55961,6732.4 -55961,6732.3 -55960,6732.2 -55960,6732.1 -55960,6732.1 -55960,6732 -55960,6731.9 -55960,6731.8 -55960,6731.7 -55959,6731.7 -55959,6731.6 -55959,6731.5 -55959,6731.4 -55959,6731.3 -55959,6731.3 -55959,6731.2 -55958,6731.1 -55958,6731 -55958,6730.9 -55958,6730.9 -55958,6730.8 -55958,6730.7 -55958,6730.6 -55957,6730.5 -55957,6730.4 -55957,6730.3 -55957,6730.3 -55957,6730.2 -55957,6730.1 -55956,6730 -55956,6729.9 -55956,6729.8 -55956,6729.8 -55956,6729.7 -55956,6729.6 -55956,6729.5 -55955,6729.4 -55955,6729.3 -55955,6729.2 -55955,6729.1 -55955,6729.1 -55955,6729 -55955,6728.9 -55954,6728.8 -55954,6728.7 -55954,6728.6 -55954,6728.5 -55954,6728.5 -55954,6728.4 -55953,6728.3 -55953,6728.2 -55953,6728.1 -55953,6728 -55953,6727.9 -55953,6727.8 -55953,6727.7 -55952,6727.7 -55952,6727.6 -55952,6727.5 -55952,6727.4 -55952,6727.3 -55952,6727.2 -55951,6727.1 -55951,6727 -55951,6726.9 -55951,6726.9 -55951,6726.8 -55951,6726.7 -55950,6726.6 -55950,6726.5 -55950,6726.4 -55950,6726.3 -55950,6726.2 -55950,6726.2 -55949,6726.1 -55949,6726 -55949,6725.9 -55949,6725.8 -55949,6725.7 -55949,6725.7 -55949,6725.6 -55948,6725.5 -55948,6725.4 -55948,6725.3 -55948,6725.2 -55948,6725.1 -55948,6725 -55947,6725 -55947,6724.9 -55947,6724.8 -55947,6724.7 -55947,6724.6 -55947,6724.5 -55946,6724.4 -55946,6724.3 -55946,6724.3 -55946,6724.2 -55946,6724.1 -55946,6724 -55945,6723.9 -55945,6723.8 -55945,6723.7 -55945,6723.7 -55945,6723.6 -55945,6723.5 -55944,6723.4 -55944,6723.3 -55944,6723.2 -55944,6723.2 -55944,6723.1 -55944,6723 -55943,6722.9 -55943,6722.8 -55943,6722.7 -55943,6722.7 -55943,6722.6 -55943,6722.5 -55942,6722.4 -55942,6722.3 -55942,6722.2 -55942,6722.1 -55942,6722.1 -55942,6722 -55941,6721.9 -55941,6721.8 -55941,6721.7 -55941,6721.6 -55941,6721.5 -55940,6721.5 -55940,6721.4 -55940,6721.3 -55940,6721.2 -55940,6721.1 -55940,6721 -55939,6720.9 -55939,6720.9 -55939,6720.8 -55939,6720.7 -55939,6720.6 -55939,6720.5 -55938,6720.4 -55938,6720.3 -55938,6720.2 -55938,6720.2 -55938,6720.1 -55937,6720 -55937,6719.9 -55937,6719.8 -55937,6719.7 -55937,6719.6 -55937,6719.5 -55936,6719.4 -55936,6719.3 -55936,6719.2 -55936,6719.2 -55936,6719.1 -55936,6719 -55935,6718.9 -55935,6718.8 -55935,6718.7 -55935,6718.6 -55935,6718.5 -55934,6718.4 -55934,6718.3 -55952,6754 -55952,6754 -55951,6754 -55951,6754 -55951,6754 -55951,6754 -55951,6754 -55951,6754 -55951,6754.1 -55951,6754.1 -55950,6754.1 -55950,6754.1 -55950,6754.1 -55950,6754.1 -55950,6754.1 -55950,6754.1 -55950,6754.2 -55949,6754.2 -55949,6754.2 -55949,6754.2 -55949,6754.2 -55949,6754.2 -55949,6754.2 -55949,6754.3 -55948,6754.3 -55948,6754.3 -55948,6754.3 -55948,6754.3 -55948,6754.3 -55948,6754.3 -55948,6754.3 -55947,6754.4 -55947,6754.4 -55947,6754.4 -55947,6754.4 -55947,6754.4 -55947,6754.4 -55947,6754.4 -55947,6754.5 -55946,6754.5 -55946,6754.5 -55946,6754.5 -55946,6754.5 -55946,6754.5 -55946,6754.5 -55946,6754.6 -55945,6754.6 -55945,6754.6 -55945,6754.6 -55945,6754.6 -55945,6754.7 -55945,6754.7 -55945,6754.7 -55944,6754.7 -55944,6754.7 -55944,6754.8 -55944,6754.8 -55944,6754.8 -55944,6754.8 -55943,6754.8 -55943,6754.9 -55943,6754.9 -55943,6754.9 -55943,6754.9 -55943,6754.9 -55943,6755 -55942,6755 -55942,6755 -55942,6755 -55942,6755 -55942,6755.1 -55942,6755.1 -55942,6755.1 -55941,6755.1 -55941,6755.1 -55941,6755.2 -55941,6755.2 -55941,6755.2 -55941,6755.2 -55941,6755.2 -55940,6755.2 -55940,6755.3 -55940,6755.3 -55940,6755.3 -55940,6755.3 -55940,6755.3 -55939,6755.3 -55939,6755.4 -55939,6755.4 -55939,6755.4 -55939,6755.4 -55939,6755.4 -55939,6755.4 -55938,6755.5 -55938,6755.5 -55938,6755.5 -55938,6755.5 -55938,6755.5 -55938,6755.6 -55937,6755.6 -55937,6755.6 -55937,6755.6 -55937,6755.7 -55937,6755.7 -55937,6755.7 -55937,6755.7 -55936,6755.7 -55936,6755.8 -55936,6755.8 -55936,6755.8 -55936,6755.9 -55936,6755.9 -55935,6755.9 -55935,6755.9 -55935,6756 -55935,6756 -55935,6756 -55935,6756 -55935,6756.1 -55934,6756.1 -55934,6756.1 -55934,6756.1 -55934,6756.2 -55934,6756.2 -55934,6756.2 -55933,6756.2 -55933,6756.3 -55933,6756.3 -55933,6756.3 -55933,6756.3 -55933,6756.4 -55932,6756.4 -55932,6756.4 -55932,6756.5 -55932,6756.5 -55932,6756.5 -55932,6756.5 -55932,6756.6 -55931,6756.6 -55931,6756.6 -55931,6756.7 -55931,6756.7 -55931,6756.7 -55931,6756.8 -55930,6756.8 -55930,6756.8 -55930,6756.8 -55930,6756.9 -55930,6756.9 -55930,6756.9 -55929,6757 -55929,6757 -55929,6757 -55929,6757.1 -55929,6757.1 -55929,6757.1 -55928,6757.1 -55928,6757.2 -55928,6757.2 -55928,6757.2 -55928,6757.3 -55928,6757.3 -55927,6757.3 -55927,6757.4 -55927,6757.4 -55927,6757.4 -55927,6757.5 -55927,6757.5 -55926,6757.5 -55926,6757.6 -55926,6757.6 -55926,6757.7 -55926,6757.7 -55926,6757.7 -55925,6757.8 -55925,6757.8 -55925,6757.8 -55925,6757.9 -55925,6757.9 -55925,6757.9 -55924,6758 -55924,6758 -55924,6758 -55924,6758.1 -55924,6758.1 -55924,6758.1 -55923,6758.2 -55923,6758.2 -55923,6758.2 -55923,6758.3 -55923,6758.3 -55923,6758.3 -55922,6758.4 -55922,6758.4 -55922,6758.4 -55922,6758.5 -55922,6758.5 -55922,6758.5 -55921,6758.6 -55921,6758.6 -55921,6758.7 -55921,6758.7 -55921,6758.7 -55920,6758.8 -55920,6758.8 -55920,6758.8 -55920,6758.9 -55920,6758.9 -55920,6758.9 -55919,6759 -55919,6759 -55919,6759.1 -55919,6759.1 -55919,6759.1 -55919,6759.2 -55918,6759.2 -55918,6759.2 -55918,6759.3 -55918,6759.3 -55918,6759.3 -55918,6759.4 -55917,6759.4 -55917,6759.5 -55917,6759.5 -55917,6759.5 -55917,6759.6 -55916,6759.6 -55916,6759.6 -55916,6759.7 -55916,6759.7 -55916,6759.8 -55916,6759.8 -55915,6759.8 -55915,6759.9 -55915,6759.9 -55915,6759.9 -55915,6760 -55915,6760 -55914,6760.1 -55914,6760.1 -55914,6760.1 -55914,6760.2 -55914,6760.2 -55913,6760.3 -55913,6760.3 -55913,6760.3 -55913,6760.4 -55913,6760.4 -55913,6760.4 -55912,6760.5 -55912,6760.5 -55912,6760.6 -55912,6760.6 -55912,6760.6 -55911,6760.7 -55911,6760.7 -55911,6760.8 -55911,6760.8 -55911,6760.8 -55911,6760.9 -55910,6760.9 -55910,6761 -55910,6761 -55910,6761 -55910,6761.1 -55909,6761.1 -55909,6761.2 -55909,6761.2 -55909,6761.2 -55909,6761.3 -55909,6761.3 -55908,6761.4 -55908,6761.4 -55908,6761.5 -55908,6761.5 -55908,6761.5 -55907,6761.6 -55907,6761.6 -55907,6761.7 -55907,6761.7 -55907,6761.7 -55906,6761.8 -55906,6761.8 -55906,6761.9 -55906,6761.9 -55906,6762 -55906,6762 -55905,6762 -55905,6762.1 -55905,6762.1 -55905,6762.2 -55905,6762.2 -55904,6762.3 -55904,6762.3 -55904,6762.3 -55904,6762.4 -55904,6762.4 -55903,6762.5 -55931,6768.5 -55931,6768.5 -55930,6768.6 -55930,6768.7 -55930,6768.7 -55930,6768.8 -55930,6768.8 -55930,6768.9 -55930,6769 -55930,6769 -55930,6769.1 -55929,6769.1 -55929,6769.2 -55929,6769.3 -55929,6769.3 -55929,6769.4 -55929,6769.4 -55929,6769.5 -55929,6769.5 -55929,6769.6 -55929,6769.7 -55928,6769.7 -55928,6769.8 -55928,6769.9 -55928,6769.9 -55928,6770 -55928,6770 -55928,6770.1 -55928,6770.2 -55928,6770.2 -55927,6770.3 -55927,6770.3 -55927,6770.4 -55927,6770.5 -55927,6770.5 -55927,6770.6 -55927,6770.6 -55927,6770.7 -55927,6770.8 -55926,6770.8 -55926,6770.9 -55926,6770.9 -55926,6771 -55926,6771.1 -55926,6771.1 -55926,6771.2 -55926,6771.3 -55926,6771.3 -55926,6771.4 -55925,6771.4 -55925,6771.5 -55925,6771.6 -55925,6771.6 -55925,6771.7 -55925,6771.8 -55925,6771.8 -55925,6771.9 -55925,6771.9 -55924,6772 -55924,6772.1 -55924,6772.1 -55924,6772.2 -55924,6772.3 -55924,6772.3 -55924,6772.4 -55924,6772.5 -55924,6772.5 -55923,6772.6 -55923,6772.6 -55923,6772.7 -55923,6772.8 -55923,6772.8 -55923,6772.9 -55923,6773 -55923,6773 -55923,6773.1 -55922,6773.2 -55922,6773.2 -55922,6773.3 -55922,6773.4 -55922,6773.4 -55922,6773.5 -55922,6773.5 -55922,6773.6 -55922,6773.7 -55921,6773.7 -55921,6773.8 -55921,6773.9 -55921,6773.9 -55921,6774 -55921,6774.1 -55921,6774.1 -55921,6774.2 -55921,6774.3 -55920,6774.3 -55920,6774.4 -55920,6774.5 -55920,6774.5 -55920,6774.6 -55920,6774.7 -55920,6774.7 -55920,6774.8 -55920,6774.9 -55919,6774.9 -55919,6775 -55919,6775.1 -55919,6775.1 -55919,6775.2 -55919,6775.3 -55919,6775.3 -55919,6775.4 -55919,6775.5 -55918,6775.5 -55918,6775.6 -55918,6775.7 -55918,6775.8 -55918,6775.8 -55918,6775.9 -55918,6776 -55918,6776 -55917,6776.1 -55917,6776.2 -55917,6776.2 -55917,6776.3 -55917,6776.4 -55917,6776.4 -55917,6776.5 -55917,6776.6 -55917,6776.6 -55916,6776.7 -55916,6776.8 -55916,6776.8 -55916,6776.9 -55916,6777 -55916,6777 -55916,6777.1 -55916,6777.2 -55916,6777.2 -55915,6777.3 -55915,6777.4 -55915,6777.4 -55915,6777.5 -55915,6777.6 -55915,6777.6 -55915,6777.7 -55915,6777.8 -55914,6777.8 -55914,6777.9 -55914,6778 -55914,6778 -55914,6778.1 -55914,6778.2 -55914,6778.2 -55914,6778.3 -55914,6778.4 -55913,6778.4 -55913,6778.5 -55913,6778.6 -55913,6778.6 -55913,6778.7 -55913,6778.8 -55913,6778.8 -55913,6778.9 -55912,6779 -55912,6779 -55912,6779.1 -55912,6779.2 -55912,6779.2 -55912,6779.3 -55912,6779.4 -55912,6779.5 -55912,6779.5 -55911,6779.6 -55911,6779.7 -55911,6779.7 -55911,6779.8 -55911,6779.9 -55911,6780 -55911,6780 -55911,6780.1 -55910,6780.2 -55910,6780.2 -55910,6780.3 -55910,6780.4 -55910,6780.5 -55910,6780.5 -55910,6780.6 -55910,6780.7 -55910,6780.7 -55909,6780.8 -55909,6780.9 -55909,6781 -55909,6781 -55909,6781.1 -55909,6781.2 -55909,6781.2 -55909,6781.3 -55908,6781.4 -55908,6781.5 -55908,6781.5 -55908,6781.6 -55908,6781.7 -55908,6781.7 -55908,6781.8 -55908,6781.9 -55908,6781.9 -55907,6782 -55907,6782.1 -55907,6782.2 -55907,6782.2 -55907,6782.3 -55907,6782.4 -55907,6782.4 -55907,6782.5 -55906,6782.6 -55906,6782.7 -55906,6782.7 -55906,6782.8 -55906,6782.9 -55906,6783 -55906,6783 -55906,6783.1 -55906,6783.2 -55905,6783.2 -55905,6783.3 -55905,6783.4 -55905,6783.5 -55905,6783.5 -55905,6783.6 -55905,6783.7 -55905,6783.8 -55904,6783.8 -55904,6783.9 -55904,6784 -55904,6784 -55904,6784.1 -55904,6784.2 -55904,6784.3 -55904,6784.3 -55903,6784.4 -55903,6784.5 -55903,6784.6 -55903,6784.6 -55903,6784.7 -55903,6784.8 -55903,6784.8 -55903,6784.9 -55903,6785 -55902,6785.1 -55902,6785.1 -55902,6785.2 -55902,6785.3 -55902,6785.3 -55902,6785.4 -55902,6785.5 -55902,6785.5 -55901,6785.6 -55901,6785.7 -55901,6785.8 -55901,6785.8 -55901,6785.9 -55901,6786 -55901,6786 -55901,6786.1 -55900,6786.2 -55900,6786.3 -55900,6786.3 -55900,6786.4 -55900,6786.5 -55900,6786.5 -55900,6786.6 -55900,6786.7 -55899,6786.8 -55899,6786.8 -55899,6786.9 -55899,6787 -55899,6787 -55899,6787.1 -55899,6787.2 -55899,6787.3 -55898,6787.3 -55898,6787.4 -55898,6787.5 -55898,6787.6 -55898,6787.7 -55898,6787.7 -55898,6787.8 -55898,6787.9 -55897,6788 -55897,6788 -55897,6788.1 -55897,6788.2 -55897,6788.3 -55897,6788.3 -55897,6788.4 -55897,6788.5 -55896,6788.6 -55896,6788.6 -55914,6777.8 -55914,6777.8 -55914,6777.8 -55914,6777.9 -55913,6777.9 -55913,6777.9 -55913,6777.9 -55913,6778 -55913,6778 -55913,6778 -55913,6778.1 -55913,6778.1 -55913,6778.1 -55913,6778.2 -55913,6778.2 -55913,6778.2 -55913,6778.2 -55913,6778.3 -55912,6778.3 -55912,6778.3 -55912,6778.4 -55912,6778.4 -55912,6778.4 -55912,6778.4 -55912,6778.5 -55912,6778.5 -55912,6778.5 -55912,6778.6 -55912,6778.6 -55912,6778.6 -55912,6778.6 -55912,6778.7 -55912,6778.7 -55911,6778.7 -55911,6778.8 -55911,6778.8 -55911,6778.8 -55911,6778.8 -55911,6778.9 -55911,6778.9 -55911,6778.9 -55911,6778.9 -55911,6779 -55911,6779 -55911,6779 -55911,6779 -55911,6779.1 -55911,6779.1 -55910,6779.1 -55910,6779.1 -55910,6779.2 -55910,6779.2 -55910,6779.2 -55910,6779.3 -55910,6779.3 -55910,6779.3 -55910,6779.3 -55910,6779.3 -55910,6779.4 -55910,6779.4 -55910,6779.4 -55910,6779.4 -55910,6779.5 -55909,6779.5 -55909,6779.5 -55909,6779.5 -55909,6779.6 -55909,6779.6 -55909,6779.6 -55909,6779.6 -55909,6779.6 -55909,6779.7 -55909,6779.7 -55909,6779.7 -55909,6779.7 -55909,6779.7 -55909,6779.8 -55909,6779.8 -55908,6779.8 -55908,6779.8 -55908,6779.8 -55908,6779.9 -55908,6779.9 -55908,6779.9 -55908,6779.9 -55908,6779.9 -55908,6780 -55908,6780 -55908,6780 -55908,6780 -55908,6780 -55908,6780.1 -55908,6780.1 -55907,6780.1 -55907,6780.1 -55907,6780.1 -55907,6780.1 -55907,6780.2 -55907,6780.2 -55907,6780.2 -55907,6780.2 -55907,6780.2 -55907,6780.3 -55907,6780.3 -55907,6780.3 -55907,6780.3 -55907,6780.3 -55907,6780.4 -55907,6780.4 -55906,6780.4 -55906,6780.4 -55906,6780.4 -55906,6780.5 -55906,6780.5 -55906,6780.5 -55906,6780.5 -55906,6780.5 -55906,6780.6 -55906,6780.6 -55906,6780.6 -55906,6780.6 -55906,6780.6 -55906,6780.6 -55906,6780.7 -55905,6780.7 -55905,6780.7 -55905,6780.7 -55905,6780.7 -55905,6780.8 -55905,6780.8 -55905,6780.8 -55905,6780.8 -55905,6780.8 -55905,6780.9 -55905,6780.9 -55905,6780.9 -55905,6780.9 -55905,6780.9 -55905,6780.9 -55905,6780.9 -55904,6781 -55904,6781 -55904,6781 -55904,6781 -55904,6781 -55904,6781 -55904,6781 -55904,6781.1 -55904,6781.1 -55904,6781.1 -55904,6781.1 -55904,6781.1 -55904,6781.1 -55904,6781.1 -55904,6781.2 -55904,6781.2 -55903,6781.2 -55903,6781.2 -55903,6781.2 -55903,6781.2 -55903,6781.2 -55903,6781.2 -55903,6781.2 -55903,6781.2 -55903,6781.3 -55903,6781.3 -55903,6781.3 -55903,6781.3 -55903,6781.3 -55903,6781.3 -55903,6781.3 -55903,6781.3 -55902,6781.3 -55902,6781.3 -55902,6781.3 -55902,6781.3 -55902,6781.3 -55902,6781.4 -55902,6781.4 -55902,6781.4 -55902,6781.4 -55902,6781.4 -55902,6781.4 -55902,6781.4 -55902,6781.4 -55902,6781.4 -55902,6781.4 -55902,6781.4 -55901,6781.4 -55901,6781.4 -55901,6781.4 -55901,6781.4 -55901,6781.4 -55901,6781.4 -55901,6781.4 -55901,6781.4 -55901,6781.4 -55901,6781.4 -55901,6781.4 -55901,6781.5 -55901,6781.5 -55901,6781.5 -55901,6781.5 -55901,6781.5 -55900,6781.5 -55900,6781.5 -55900,6781.5 -55900,6781.5 -55900,6781.5 -55900,6781.5 -55900,6781.5 -55900,6781.5 -55900,6781.5 -55900,6781.5 -55900,6781.5 -55900,6781.5 -55900,6781.5 -55900,6781.5 -55900,6781.5 -55900,6781.5 -55900,6781.5 -55899,6781.5 -55899,6781.5 -55899,6781.5 -55899,6781.5 -55899,6781.5 -55899,6781.5 -55899,6781.5 -55899,6781.5 -55899,6781.5 -55899,6781.6 -55899,6781.6 -55899,6781.6 -55899,6781.5 -55899,6781.5 -55899,6781.5 -55899,6781.5 -55899,6781.5 -55898,6781.5 -55898,6781.5 -55898,6781.5 -55898,6781.5 -55898,6781.5 -55898,6781.5 -55898,6781.5 -55898,6781.5 -55898,6781.5 -55898,6781.5 -55898,6781.5 -55898,6781.5 -55898,6781.5 -55898,6781.5 -55898,6781.5 -55898,6781.5 -55898,6781.5 -55897,6781.5 -55897,6781.5 -55897,6781.5 -55897,6781.4 -55897,6781.4 -55897,6781.4 -55897,6781.4 -55897,6781.4 -55897,6781.4 -55897,6781.4 -55897,6781.4 -55897,6781.4 -55897,6781.4 -55897,6781.4 -55897,6781.4 -55897,6781.3 -55897,6781.3 -55896,6781.3 -55896,6781.3 -55896,6781.3 -55896,6781.3 -55896,6781.3 -55896,6781.3 -55896,6781.3 -55896,6781.2 -55896,6781.2 -55896,6781.2 -55896,6781.2 -55896,6781.2 -55896,6781.2 -55896,6781.2 -55896,6781.1 -55896,6781.1 -55896,6781.1 -55895,6781.1 -55895,6781.1 -55895,6781.1 -55895,6781.1 -55895,6781 -55895,6781 -55895,6781 -55895,6781 -55895,6781 -55895,6784 -55895,6784 -55895,6783.9 -55895,6783.9 -55895,6783.9 -55895,6783.9 -55895,6783.9 -55895,6783.9 -55895,6783.9 -55895,6783.9 -55895,6783.9 -55894,6783.9 -55894,6783.8 -55894,6783.8 -55894,6783.8 -55894,6783.8 -55894,6783.8 -55894,6783.8 -55894,6783.8 -55894,6783.8 -55894,6783.8 -55894,6783.8 -55894,6783.8 -55894,6783.8 -55894,6783.8 -55894,6783.7 -55894,6783.7 -55894,6783.7 -55893,6783.7 -55893,6783.7 -55893,6783.7 -55893,6783.7 -55893,6783.7 -55893,6783.7 -55893,6783.7 -55893,6783.6 -55893,6783.6 -55893,6783.6 -55893,6783.6 -55893,6783.6 -55893,6783.6 -55893,6783.6 -55893,6783.5 -55893,6783.5 -55893,6783.5 -55892,6783.5 -55892,6783.5 -55892,6783.5 -55892,6783.5 -55892,6783.4 -55892,6783.4 -55892,6783.4 -55892,6783.4 -55892,6783.4 -55892,6783.4 -55892,6783.4 -55892,6783.3 -55892,6783.3 -55892,6783.3 -55892,6783.3 -55892,6783.3 -55892,6783.3 -55891,6783.3 -55891,6783.2 -55891,6783.2 -55891,6783.2 -55891,6783.2 -55891,6783.2 -55891,6783.2 -55891,6783.1 -55891,6783.1 -55891,6783.1 -55891,6783.1 -55891,6783.1 -55891,6783.1 -55891,6783 -55891,6783 -55891,6783 -55891,6783 -55890,6783 -55890,6783 -55890,6782.9 -55890,6782.9 -55890,6782.9 -55890,6782.9 -55890,6782.9 -55890,6782.9 -55890,6782.8 -55890,6782.8 -55890,6782.8 -55890,6782.8 -55890,6782.8 -55890,6782.7 -55890,6782.7 -55890,6782.7 -55890,6782.7 -55890,6782.7 -55889,6782.7 -55889,6782.6 -55889,6782.6 -55889,6782.6 -55889,6782.6 -55889,6782.6 -55889,6782.5 -55889,6782.5 -55889,6782.5 -55889,6782.5 -55889,6782.5 -55889,6782.5 -55889,6782.4 -55889,6782.4 -55889,6782.4 -55889,6782.4 -55889,6782.4 -55888,6782.3 -55888,6782.3 -55888,6782.3 -55888,6782.3 -55888,6782.3 -55888,6782.2 -55888,6782.2 -55888,6782.2 -55888,6782.2 -55888,6782.2 -55888,6782.1 -55888,6782.1 -55888,6782.1 -55888,6782.1 -55888,6782.1 -55888,6782 -55888,6782 -55887,6782 -55887,6782 -55887,6782 -55887,6781.9 -55887,6781.9 -55887,6781.9 -55887,6781.9 -55887,6781.8 -55887,6781.8 -55887,6781.8 -55887,6781.8 -55887,6781.7 -55887,6781.7 -55887,6781.7 -55887,6781.7 -55887,6781.6 -55887,6781.6 -55887,6781.6 -55886,6781.6 -55886,6781.5 -55886,6781.5 -55886,6781.5 -55886,6781.5 -55886,6781.4 -55886,6781.4 -55886,6781.4 -55886,6781.4 -55886,6781.3 -55886,6781.3 -55886,6781.3 -55886,6781.3 -55886,6781.2 -55886,6781.2 -55886,6781.2 -55886,6781.2 -55885,6781.1 -55885,6781.1 -55885,6781.1 -55885,6781.1 -55885,6781 -55885,6781 -55885,6781 -55885,6781 -55885,6780.9 -55885,6780.9 -55885,6780.9 -55885,6780.8 -55885,6780.8 -55885,6780.8 -55885,6780.8 -55885,6780.7 -55885,6780.7 -55885,6780.7 -55885,6780.7 -55884,6780.6 -55884,6780.6 -55884,6780.6 -55884,6780.5 -55884,6780.5 -55884,6780.5 -55884,6780.5 -55884,6780.4 -55884,6780.4 -55884,6780.4 -55884,6780.3 -55884,6780.3 -55884,6780.3 -55884,6780.3 -55884,6780.2 -55884,6780.2 -55884,6780.2 -55884,6780.1 -55884,6780.1 -55883,6780.1 -55883,6780 -55883,6780 -55883,6780 -55883,6780 -55883,6779.9 -55883,6779.9 -55883,6779.9 -55883,6779.8 -55883,6779.8 -55883,6779.8 -55883,6779.8 -55883,6779.7 -55883,6779.7 -55883,6779.7 -55883,6779.6 -55883,6779.6 -55883,6779.6 -55883,6779.5 -55882,6779.5 -55882,6779.5 -55882,6779.4 -55882,6779.4 -55882,6779.4 -55882,6779.3 -55882,6779.3 -55882,6779.3 -55882,6779.2 -55882,6779.2 -55882,6779.2 -55882,6779.1 -55882,6779.1 -55882,6779.1 -55882,6779 -55882,6779 -55882,6778.9 -55882,6778.9 -55882,6778.9 -55882,6778.8 -55881,6778.8 -55881,6778.8 -55881,6778.7 -55881,6778.7 -55881,6778.7 -55881,6778.6 -55881,6778.6 -55881,6778.5 -55881,6778.5 -55881,6778.5 -55881,6778.4 -55881,6778.4 -55881,6778.4 -55881,6778.3 -55881,6778.3 -55881,6778.2 -55881,6778.2 -55881,6778.2 -55881,6778.1 -55881,6778.1 -55880,6778 -55880,6778 -55880,6778 -55880,6777.9 -55880,6777.9 -55880,6777.8 -55880,6777.8 -55880,6777.7 -55880,6777.7 -55880,6777.7 -55880,6777.6 -55880,6777.6 -55880,6777.5 -55880,6777.5 -55880,6777.4 -55880,6777.4 -55880,6777.4 -55880,6777.3 -55880,6777.3 -55880,6777.2 -55880,6777.2 -55879,6777.1 -55879,6777.1 -55879,6777.1 -55879,6777 -55879,6777 -55879,6776.9 -55879,6776.9 -55879,6776.8 -55879,6776.8 -55879,6776.7 -55879,6776.7 -55879,6776.7 -55879,6776.6 -55879,6776.6 -55877,6791 -55877,6791 -55877,6791 -55877,6791 -55877,6791 -55877,6791 -55877,6791 -55876,6791 -55876,6791 -55876,6791 -55876,6791 -55876,6791 -55876,6791 -55876,6791.1 -55876,6791.1 -55876,6791.1 -55876,6791.1 -55876,6791.1 -55876,6791.1 -55876,6791.1 -55876,6791.1 -55876,6791.1 -55876,6791.1 -55876,6791.1 -55876,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55874,6791.1 -55874,6791.1 -55874,6791 -55874,6791 -55874,6791 -55874,6791 -55874,6791 -55874,6791 -55874,6791 -55874,6791 -55874,6791 -55874,6791 -55874,6791 -55874,6791 -55874,6791 -55874,6791 -55874,6791 -55874,6791 -55873,6791 -55873,6790.9 -55873,6790.9 -55873,6790.9 -55873,6790.9 -55873,6790.9 -55873,6790.9 -55873,6790.9 -55873,6790.9 -55873,6790.9 -55873,6790.9 -55873,6790.9 -55873,6790.9 -55873,6790.9 -55873,6790.9 -55873,6790.9 -55873,6790.8 -55873,6790.8 -55873,6790.8 -55872,6790.8 -55872,6790.8 -55872,6790.8 -55872,6790.8 -55872,6790.8 -55872,6790.8 -55872,6790.8 -55872,6790.8 -55872,6790.8 -55872,6790.8 -55872,6790.8 -55872,6790.8 -55872,6790.7 -55872,6790.7 -55872,6790.7 -55872,6790.7 -55872,6790.7 -55872,6790.7 -55872,6790.7 -55872,6790.7 -55871,6790.7 -55871,6790.7 -55871,6790.7 -55871,6790.7 -55871,6790.7 -55871,6790.7 -55871,6790.7 -55871,6790.7 -55871,6790.6 -55871,6790.6 -55871,6790.6 -55871,6790.6 -55871,6790.6 -55871,6790.6 -55871,6790.6 -55871,6790.6 -55871,6790.6 -55871,6790.6 -55871,6790.6 -55870,6790.6 -55870,6790.6 -55870,6790.6 -55870,6790.6 -55870,6790.5 -55870,6790.5 -55870,6790.5 -55870,6790.5 -55870,6790.5 -55870,6790.5 -55870,6790.5 -55870,6790.5 -55870,6790.5 -55870,6790.4 -55870,6790.4 -55870,6790.4 -55870,6790.4 -55870,6790.4 -55870,6790.4 -55870,6790.4 -55870,6790.3 -55869,6790.3 -55869,6790.3 -55869,6790.3 -55869,6790.3 -55869,6790.3 -55869,6790.2 -55869,6790.2 -55869,6790.2 -55869,6790.2 -55869,6790.2 -55869,6790.2 -55869,6790.2 -55869,6790.1 -55869,6790.1 -55869,6790.1 -55869,6790.1 -55869,6790.1 -55869,6790.1 -55869,6790 -55869,6790 -55869,6790 -55868,6790 -55868,6790 -55868,6790 -55868,6789.9 -55868,6789.9 -55868,6789.9 -55868,6789.9 -55868,6789.9 -55868,6789.8 -55868,6789.8 -55868,6789.8 -55868,6789.8 -55868,6789.8 -55868,6789.7 -55868,6789.7 -55868,6789.7 -55868,6789.7 -55868,6789.7 -55868,6789.6 -55868,6789.6 -55867,6789.6 -55867,6789.6 -55867,6789.6 -55867,6789.5 -55867,6789.5 -55867,6789.5 -55867,6789.5 -55867,6789.4 -55867,6789.4 -55867,6789.4 -55867,6789.4 -55867,6789.4 -55867,6789.3 -55867,6789.3 -55867,6789.3 -55867,6789.3 -55867,6789.2 -55867,6789.2 -55867,6789.2 -55867,6789.2 -55867,6789.2 -55867,6789.1 -55866,6789.1 -55866,6789.1 -55866,6789.1 -55866,6789 -55866,6789 -55866,6789 -55866,6789 -55866,6788.9 -55866,6788.9 -55866,6788.9 -55866,6788.9 -55866,6788.8 -55866,6788.8 -55866,6788.8 -55866,6788.8 -55866,6788.7 -55866,6788.7 -55866,6788.7 -55866,6788.7 -55866,6788.7 -55866,6788.6 -55866,6788.6 -55865,6788.6 -55865,6788.5 -55865,6788.5 -55865,6788.5 -55865,6788.5 -55865,6788.4 -55865,6788.4 -55865,6788.4 -55865,6788.4 -55865,6788.3 -55865,6788.3 -55865,6788.3 -55865,6788.3 -55865,6788.2 -55865,6788.2 -55865,6788.2 -55865,6788.2 -55865,6788.1 -55865,6788.1 -55865,6788.1 -55865,6788 -55865,6788 -55865,6788 -55865,6788 -55865,6787.9 -55864,6787.9 -55864,6787.9 -55864,6787.8 -55864,6787.8 -55864,6787.8 -55864,6787.8 -55864,6787.7 -55864,6787.7 -55864,6787.7 -55864,6787.6 -55864,6787.6 -55864,6787.6 -55864,6787.5 -55864,6787.5 -55864,6787.5 -55864,6787.4 -55864,6787.4 -55864,6787.4 -55864,6787.4 -55864,6787.3 -55864,6787.3 -55864,6787.3 -55864,6787.2 -55863,6787.2 -55863,6787.2 -55863,6787.1 -55863,6787.1 -55863,6787.1 -55863,6787 -55863,6787 -55863,6787 -55863,6786.9 -55863,6786.9 -55863,6786.9 -55863,6786.8 -55863,6786.8 -55863,6786.8 -55863,6786.7 -55863,6786.7 -55863,6786.7 -55863,6786.6 -55863,6786.6 -55863,6786.6 -55863,6786.6 -55863,6786.5 -55863,6786.5 -55863,6786.5 -55858,6800.3 -55858,6800.3 -55857,6800.3 -55857,6800.3 -55857,6800.3 -55857,6800.4 -55857,6800.4 -55857,6800.4 -55857,6800.4 -55857,6800.4 -55857,6800.4 -55857,6800.4 -55857,6800.5 -55857,6800.5 -55857,6800.5 -55857,6800.5 -55857,6800.5 -55857,6800.5 -55857,6800.6 -55857,6800.6 -55857,6800.6 -55856,6800.6 -55856,6800.6 -55856,6800.6 -55856,6800.7 -55856,6800.7 -55856,6800.7 -55856,6800.7 -55856,6800.7 -55856,6800.7 -55856,6800.7 -55856,6800.8 -55856,6800.8 -55856,6800.8 -55856,6800.8 -55856,6800.8 -55856,6800.8 -55856,6800.9 -55856,6800.9 -55856,6800.9 -55856,6800.9 -55855,6800.9 -55855,6800.9 -55855,6800.9 -55855,6801 -55855,6801 -55855,6801 -55855,6801 -55855,6801 -55855,6801 -55855,6801 -55855,6801 -55855,6801.1 -55855,6801.1 -55855,6801.1 -55855,6801.1 -55855,6801.1 -55855,6801.1 -55855,6801.1 -55855,6801.1 -55855,6801.1 -55855,6801.1 -55854,6801.2 -55854,6801.2 -55854,6801.2 -55854,6801.2 -55854,6801.2 -55854,6801.2 -55854,6801.2 -55854,6801.2 -55854,6801.2 -55854,6801.2 -55854,6801.2 -55854,6801.3 -55854,6801.3 -55854,6801.3 -55854,6801.3 -55854,6801.3 -55854,6801.3 -55854,6801.3 -55854,6801.3 -55854,6801.3 -55853,6801.3 -55853,6801.3 -55853,6801.3 -55853,6801.3 -55853,6801.3 -55853,6801.3 -55853,6801.4 -55853,6801.4 -55853,6801.4 -55853,6801.4 -55853,6801.4 -55853,6801.4 -55853,6801.4 -55853,6801.4 -55853,6801.4 -55853,6801.4 -55853,6801.4 -55853,6801.4 -55853,6801.4 -55853,6801.4 -55853,6801.4 -55852,6801.4 -55852,6801.4 -55852,6801.4 -55852,6801.4 -55852,6801.4 -55852,6801.4 -55852,6801.4 -55852,6801.4 -55852,6801.4 -55852,6801.4 -55852,6801.5 -55852,6801.5 -55852,6801.5 -55852,6801.5 -55852,6801.5 -55852,6801.5 -55852,6801.5 -55852,6801.5 -55852,6801.5 -55852,6801.5 -55852,6801.5 -55852,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55850,6801.5 -55850,6801.5 -55850,6801.5 -55850,6801.5 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55849,6801.4 -55849,6801.3 -55849,6801.3 -55849,6801.3 -55849,6801.3 -55849,6801.3 -55849,6801.3 -55849,6801.3 -55849,6801.3 -55849,6801.3 -55849,6801.3 -55849,6801.3 -55849,6801.3 -55849,6801.2 -55849,6801.2 -55849,6801.2 -55849,6801.2 -55849,6801.2 -55849,6801.2 -55849,6801.2 -55849,6801.2 -55849,6801.2 -55848,6801.1 -55848,6801.1 -55848,6801.1 -55848,6801.1 -55848,6801.1 -55848,6801.1 -55848,6801.1 -55848,6801.1 -55848,6801.1 -55848,6801 -55848,6801 -55848,6801 -55848,6801 -55848,6801 -55848,6801 -55848,6801 -55848,6801 -55848,6800.9 -55848,6800.9 -55848,6800.9 -55848,6800.9 -55848,6800.9 -55847,6800.9 -55847,6800.9 -55847,6800.9 -55847,6800.9 -55847,6800.8 -55847,6800.8 -55847,6800.8 -55847,6800.8 -55847,6800.8 -55847,6800.8 -55847,6800.8 -55847,6800.8 -55847,6800.7 -55847,6800.7 -55847,6800.7 -55847,6800.7 -55847,6800.7 -55847,6800.7 -55847,6800.7 -55847,6800.7 -55847,6800.7 -55847,6800.7 -55847,6800.6 -55847,6800.6 -55846,6800.6 -55846,6800.6 -55846,6800.6 -55846,6800.6 -55846,6800.6 -55846,6800.6 -55846,6800.6 -55846,6800.5 -55846,6800.5 -55846,6800.5 -55846,6800.5 -55846,6800.5 -55846,6800.5 -55846,6800.5 -55846,6800.5 -55846,6800.5 -55846,6800.5 -55846,6800.4 -55846,6800.4 -55846,6800.4 -55846,6800.4 -55846,6800.4 -55846,6800.4 -55846,6800.4 -55845,6800.4 -55845,6800.3 -55845,6800.3 -55845,6800.3 -55845,6800.3 -55845,6800.3 -55845,6800.3 -55845,6800.3 -55845,6800.2 -55845,6800.2 -55845,6800.2 -55845,6800.2 -55845,6800.2 -55845,6800.2 -55845,6800.1 -55845,6800.1 -55845,6800.1 -55845,6800.1 -55845,6800.1 -55845,6800.1 -55845,6800 -55845,6800 -55845,6800 -55845,6800 -55845,6800 -55845,6799.9 -55844,6799.9 -55844,6799.9 -55844,6799.9 -55844,6799.9 -55844,6799.8 -55844,6799.8 -55844,6799.8 -55844,6799.8 -55844,6799.8 -55844,6799.7 -55844,6799.7 -55844,6799.7 -55840,6809.7 -55839,6809.7 -55839,6809.7 -55839,6809.8 -55839,6809.8 -55839,6809.8 -55839,6809.8 -55839,6809.8 -55839,6809.8 -55839,6809.8 -55839,6809.8 -55839,6809.9 -55839,6809.9 -55839,6809.9 -55839,6809.9 -55839,6809.9 -55839,6809.9 -55839,6809.9 -55839,6809.9 -55839,6809.9 -55838,6810 -55838,6810 -55838,6810 -55838,6810 -55838,6810 -55838,6810 -55838,6810 -55838,6810 -55838,6810 -55838,6810.1 -55838,6810.1 -55838,6810.1 -55838,6810.1 -55838,6810.1 -55838,6810.1 -55838,6810.1 -55838,6810.2 -55838,6810.2 -55838,6810.2 -55838,6810.2 -55837,6810.2 -55837,6810.2 -55837,6810.2 -55837,6810.2 -55837,6810.3 -55837,6810.3 -55837,6810.3 -55837,6810.3 -55837,6810.3 -55837,6810.3 -55837,6810.3 -55837,6810.3 -55837,6810.3 -55837,6810.3 -55837,6810.3 -55837,6810.3 -55837,6810.4 -55837,6810.4 -55837,6810.4 -55837,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.5 -55835,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55832,6810.5 -55832,6810.5 -55832,6810.5 -55832,6810.5 -55832,6810.5 -55832,6810.5 -55832,6810.5 -55832,6810.5 -55832,6810.4 -55832,6810.4 -55832,6810.4 -55832,6810.4 -55832,6810.4 -55832,6810.4 -55832,6810.4 -55832,6810.4 -55832,6810.4 -55832,6810.4 -55832,6810.4 -55832,6810.4 -55832,6810.4 -55832,6810.3 -55831,6810.3 -55831,6810.3 -55831,6810.3 -55831,6810.3 -55831,6810.3 -55831,6810.3 -55831,6810.3 -55831,6810.3 -55831,6810.3 -55831,6810.3 -55831,6810.3 -55831,6810.2 -55831,6810.2 -55831,6810.2 -55831,6810.2 -55831,6810.2 -55831,6810.2 -55831,6810.2 -55831,6810.2 -55831,6810.2 -55831,6810.2 -55831,6810.2 -55831,6810.2 -55831,6810.2 -55830,6810.1 -55830,6810.1 -55830,6810.1 -55830,6810.1 -55830,6810.1 -55830,6810.1 -55830,6810.1 -55830,6810.1 -55830,6810.1 -55830,6810.1 -55830,6810.1 -55830,6810.1 -55830,6810.1 -55830,6810.1 -55830,6810.1 -55830,6810 -55830,6810 -55830,6810 -55830,6810 -55830,6810 -55830,6810 -55830,6810 -55830,6810 -55830,6810 -55830,6810 -55829,6809.9 -55829,6809.9 -55829,6809.9 -55829,6809.9 -55829,6809.9 -55829,6809.9 -55829,6809.9 -55829,6809.9 -55829,6809.8 -55829,6809.8 -55829,6809.8 -55829,6809.8 -55829,6809.8 -55829,6809.8 -55829,6809.7 -55829,6809.7 -55829,6809.7 -55829,6809.7 -55829,6809.7 -55829,6809.7 -55829,6809.7 -55829,6809.6 -55829,6809.6 -55829,6809.6 -55829,6809.6 -55828,6809.6 -55828,6809.6 -55828,6809.5 -55828,6809.5 -55828,6809.5 -55828,6809.5 -55828,6809.5 -55828,6809.4 -55828,6809.4 -55828,6809.4 -55828,6809.4 -55828,6809.4 -55828,6809.4 -55828,6809.3 -55828,6809.3 -55828,6809.3 -55828,6809.3 -55828,6809.3 -55828,6809.3 -55828,6809.2 -55828,6809.2 -55828,6809.2 -55828,6809.2 -55828,6809.2 -55828,6809.2 -55828,6809.1 -55828,6809.1 -55827,6809.1 -55827,6809.1 -55827,6809.1 -55827,6809.1 -55827,6809 -55827,6809 -55827,6809 -55827,6809 -55827,6809 -55827,6808.9 -55827,6808.9 -55827,6808.9 -55827,6808.9 -55827,6808.9 -55827,6808.9 -55827,6808.8 -55827,6808.8 -55827,6808.8 -55827,6808.8 -55827,6808.8 -55827,6808.7 -55827,6808.7 -55827,6808.7 -55827,6808.7 -55827,6808.7 -55827,6808.7 -55827,6808.6 -55827,6808.6 -55827,6808.6 -55821,6819.2 -55821,6819.3 -55821,6819.3 -55821,6819.3 -55821,6819.3 -55821,6819.3 -55821,6819.3 -55821,6819.3 -55821,6819.3 -55821,6819.4 -55821,6819.4 -55821,6819.4 -55821,6819.4 -55821,6819.4 -55821,6819.4 -55821,6819.4 -55821,6819.4 -55821,6819.4 -55820,6819.4 -55820,6819.5 -55820,6819.5 -55820,6819.5 -55820,6819.5 -55820,6819.5 -55820,6819.5 -55820,6819.5 -55820,6819.5 -55820,6819.5 -55820,6819.5 -55820,6819.5 -55820,6819.6 -55820,6819.6 -55820,6819.6 -55820,6819.6 -55820,6819.6 -55820,6819.6 -55819,6819.6 -55819,6819.6 -55819,6819.6 -55819,6819.6 -55819,6819.6 -55819,6819.6 -55819,6819.7 -55819,6819.7 -55819,6819.7 -55819,6819.7 -55819,6819.7 -55819,6819.7 -55819,6819.7 -55819,6819.7 -55819,6819.7 -55819,6819.7 -55819,6819.7 -55819,6819.8 -55819,6819.8 -55819,6819.8 -55818,6819.8 -55818,6819.8 -55818,6819.8 -55818,6819.8 -55818,6819.8 -55818,6819.8 -55818,6819.8 -55818,6819.8 -55818,6819.8 -55818,6819.9 -55818,6819.9 -55818,6819.9 -55818,6819.9 -55818,6819.9 -55818,6819.9 -55818,6819.9 -55818,6819.9 -55818,6819.9 -55818,6819.9 -55818,6819.9 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55816,6820 -55816,6820 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55812,6820.1 -55812,6820.1 -55812,6820.1 -55812,6820.1 -55812,6820.1 -55812,6820.1 -55812,6820.1 -55812,6820.1 -55812,6820.1 -55812,6820.1 -55812,6820 -55812,6820 -55812,6820 -55812,6820 -55812,6820 -55812,6820 -55812,6820 -55812,6820 -55812,6820 -55812,6820 -55812,6820 -55811,6820 -55811,6820 -55811,6820 -55811,6820 -55811,6820 -55811,6820 -55811,6820 -55811,6819.9 -55811,6819.9 -55811,6819.9 -55811,6819.9 -55811,6819.9 -55811,6819.9 -55811,6819.9 -55811,6819.9 -55811,6819.9 -55811,6819.9 -55811,6819.9 -55811,6819.9 -55811,6819.9 -55811,6819.8 -55810,6819.8 -55810,6819.8 -55810,6819.8 -55810,6819.8 -55810,6819.8 -55810,6819.8 -55810,6819.8 -55810,6819.8 -55810,6819.7 -55810,6819.7 -55810,6819.7 -55810,6819.7 -55810,6819.7 -55810,6819.7 -55810,6819.7 -55810,6819.7 -55810,6819.7 -55810,6819.6 -55810,6819.6 -55810,6819.6 -55810,6819.6 -55809,6819.6 -55809,6819.6 -55809,6819.6 -55809,6819.6 -55809,6819.5 -55809,6819.5 -55809,6819.5 -55809,6819.5 -55809,6819.5 -55809,6819.5 -55809,6819.5 -55809,6819.5 -55809,6819.4 -55809,6819.4 -55809,6819.4 -55809,6819.4 -55809,6819.4 -55809,6819.4 -55809,6819.4 -55809,6819.3 -55809,6819.3 -55809,6819.3 -55808,6819.3 -55808,6819.3 -55808,6819.2 -55808,6819.2 -55808,6819.2 -55808,6819.2 -55808,6819.2 -55808,6819.2 -55808,6819.1 -55808,6819.1 -55808,6819.1 -55808,6819.1 -55808,6819.1 -55808,6819 -55808,6819 -55808,6819 -55808,6819 -55808,6819 -55808,6819 -55808,6818.9 -55808,6818.9 -55808,6818.9 -55808,6818.9 -55807,6818.9 -55807,6818.8 -55807,6818.8 -55807,6818.8 -55807,6818.8 -55807,6818.8 -55807,6818.7 -55807,6818.7 -55807,6818.7 -55807,6818.7 -55807,6818.6 -55807,6818.6 -55807,6818.6 -55807,6818.6 -55807,6818.6 -55800,6830.9 -55800,6830.9 -55800,6830.9 -55800,6830.9 -55800,6831 -55800,6831 -55800,6831 -55800,6831 -55800,6831 -55800,6831 -55800,6831.1 -55800,6831.1 -55800,6831.1 -55800,6831.1 -55800,6831.1 -55800,6831.1 -55799,6831.2 -55799,6831.2 -55799,6831.2 -55799,6831.2 -55799,6831.2 -55799,6831.2 -55799,6831.3 -55799,6831.3 -55799,6831.3 -55799,6831.3 -55799,6831.3 -55799,6831.3 -55799,6831.4 -55799,6831.4 -55799,6831.4 -55798,6831.4 -55798,6831.4 -55798,6831.4 -55798,6831.5 -55798,6831.5 -55798,6831.5 -55798,6831.5 -55798,6831.5 -55798,6831.5 -55798,6831.6 -55798,6831.6 -55798,6831.6 -55798,6831.6 -55798,6831.6 -55798,6831.6 -55797,6831.6 -55797,6831.6 -55797,6831.7 -55797,6831.7 -55797,6831.7 -55797,6831.7 -55797,6831.7 -55797,6831.7 -55797,6831.7 -55797,6831.8 -55797,6831.8 -55797,6831.8 -55797,6831.8 -55797,6831.8 -55797,6831.8 -55797,6831.8 -55796,6831.8 -55796,6831.9 -55796,6831.9 -55796,6831.9 -55796,6831.9 -55796,6831.9 -55796,6831.9 -55796,6831.9 -55796,6832 -55796,6832 -55796,6832 -55796,6832 -55796,6832 -55796,6832 -55796,6832 -55796,6832 -55796,6832.1 -55795,6832.1 -55795,6832.1 -55795,6832.1 -55795,6832.1 -55795,6832.1 -55795,6832.1 -55795,6832.1 -55795,6832.1 -55795,6832.1 -55795,6832.1 -55795,6832.2 -55795,6832.2 -55795,6832.2 -55795,6832.2 -55795,6832.2 -55795,6832.2 -55795,6832.2 -55794,6832.2 -55794,6832.2 -55794,6832.2 -55794,6832.2 -55794,6832.2 -55794,6832.2 -55794,6832.3 -55794,6832.3 -55794,6832.3 -55794,6832.3 -55794,6832.3 -55794,6832.3 -55794,6832.3 -55794,6832.3 -55794,6832.3 -55794,6832.3 -55793,6832.3 -55793,6832.3 -55793,6832.3 -55793,6832.3 -55793,6832.3 -55793,6832.3 -55793,6832.3 -55793,6832.4 -55793,6832.4 -55793,6832.4 -55793,6832.4 -55793,6832.4 -55793,6832.4 -55793,6832.4 -55793,6832.4 -55793,6832.4 -55793,6832.4 -55792,6832.4 -55792,6832.4 -55792,6832.4 -55792,6832.4 -55792,6832.4 -55792,6832.4 -55792,6832.4 -55792,6832.4 -55792,6832.4 -55792,6832.4 -55792,6832.4 -55792,6832.4 -55792,6832.4 -55792,6832.4 -55792,6832.4 -55792,6832.4 -55791,6832.4 -55791,6832.4 -55791,6832.4 -55791,6832.4 -55791,6832.4 -55791,6832.4 -55791,6832.4 -55791,6832.4 -55791,6832.4 -55791,6832.4 -55791,6832.4 -55791,6832.4 -55791,6832.4 -55791,6832.4 -55791,6832.4 -55791,6832.4 -55791,6832.4 -55790,6832.4 -55790,6832.4 -55790,6832.4 -55790,6832.4 -55790,6832.4 -55790,6832.4 -55790,6832.4 -55790,6832.4 -55790,6832.4 -55790,6832.4 -55790,6832.4 -55790,6832.3 -55790,6832.3 -55790,6832.3 -55790,6832.3 -55790,6832.3 -55790,6832.3 -55789,6832.3 -55789,6832.3 -55789,6832.3 -55789,6832.3 -55789,6832.3 -55789,6832.3 -55789,6832.3 -55789,6832.3 -55789,6832.3 -55789,6832.3 -55789,6832.3 -55789,6832.3 -55789,6832.3 -55789,6832.3 -55789,6832.3 -55789,6832.3 -55789,6832.2 -55788,6832.2 -55788,6832.2 -55788,6832.2 -55788,6832.2 -55788,6832.2 -55788,6832.2 -55788,6832.2 -55788,6832.2 -55788,6832.2 -55788,6832.2 -55788,6832.2 -55788,6832.2 -55788,6832.2 -55788,6832.2 -55788,6832.1 -55788,6832.1 -55788,6832.1 -55788,6832.1 -55787,6832.1 -55787,6832.1 -55787,6832.1 -55787,6832.1 -55787,6832.1 -55787,6832.1 -55787,6832.1 -55787,6832 -55787,6832 -55787,6832 -55787,6832 -55787,6832 -55787,6832 -55787,6832 -55787,6832 -55787,6832 -55787,6832 -55787,6831.9 -55786,6831.9 -55786,6831.9 -55786,6831.9 -55786,6831.9 -55786,6831.9 -55786,6831.9 -55786,6831.9 -55786,6831.8 -55786,6831.8 -55786,6831.8 -55786,6831.8 -55786,6831.8 -55786,6831.8 -55786,6831.8 -55786,6831.7 -55786,6831.7 -55786,6831.7 -55786,6831.7 -55786,6831.7 -55785,6831.7 -55785,6831.7 -55785,6831.6 -55785,6831.6 -55785,6831.6 -55785,6831.6 -55785,6831.6 -55785,6831.6 -55785,6831.5 -55785,6831.5 -55785,6831.5 -55785,6831.5 -55785,6831.5 -55785,6831.5 -55785,6831.5 -55785,6831.4 -55785,6831.4 -55785,6831.4 -55784,6831.4 -55784,6831.4 -55784,6831.4 -55784,6831.3 -55784,6831.3 -55784,6831.3 -55784,6831.3 -55784,6831.3 -55784,6831.2 -55784,6831.2 -55784,6831.2 -55784,6831.2 -55784,6831.2 -55784,6831.2 -55784,6831.1 -55784,6831.1 -55784,6831.1 -55784,6831.1 -55784,6831.1 -55783,6831 -55783,6831 -55783,6831 -55783,6831 -55783,6831 -55783,6831 -55783,6830.9 -55783,6830.9 -55783,6830.9 -55783,6830.9 -55783,6830.8 -55783,6830.8 -55780,6842.8 -55780,6842.8 -55780,6842.8 -55779,6842.9 -55779,6842.9 -55779,6842.9 -55779,6842.9 -55779,6842.9 -55779,6843 -55779,6843 -55779,6843 -55779,6843 -55779,6843 -55779,6843 -55779,6843.1 -55779,6843.1 -55779,6843.1 -55779,6843.1 -55778,6843.1 -55778,6843.1 -55778,6843.2 -55778,6843.2 -55778,6843.2 -55778,6843.2 -55778,6843.2 -55778,6843.3 -55778,6843.3 -55778,6843.3 -55778,6843.3 -55778,6843.3 -55778,6843.3 -55778,6843.4 -55778,6843.4 -55777,6843.4 -55777,6843.4 -55777,6843.4 -55777,6843.4 -55777,6843.5 -55777,6843.5 -55777,6843.5 -55777,6843.5 -55777,6843.5 -55777,6843.5 -55777,6843.5 -55777,6843.6 -55777,6843.6 -55777,6843.6 -55777,6843.6 -55777,6843.6 -55776,6843.6 -55776,6843.7 -55776,6843.7 -55776,6843.7 -55776,6843.7 -55776,6843.7 -55776,6843.7 -55776,6843.8 -55776,6843.8 -55776,6843.8 -55776,6843.8 -55776,6843.8 -55776,6843.8 -55776,6843.8 -55776,6843.9 -55776,6843.9 -55775,6843.9 -55775,6843.9 -55775,6843.9 -55775,6843.9 -55775,6843.9 -55775,6843.9 -55775,6844 -55775,6844 -55775,6844 -55775,6844 -55775,6844 -55775,6844 -55775,6844 -55775,6844 -55775,6844 -55774,6844.1 -55774,6844.1 -55774,6844.1 -55774,6844.1 -55774,6844.1 -55774,6844.1 -55774,6844.1 -55774,6844.1 -55774,6844.1 -55774,6844.1 -55774,6844.1 -55774,6844.2 -55774,6844.2 -55774,6844.2 -55774,6844.2 -55774,6844.2 -55773,6844.2 -55773,6844.2 -55773,6844.2 -55773,6844.2 -55773,6844.2 -55773,6844.2 -55773,6844.3 -55773,6844.3 -55773,6844.3 -55773,6844.3 -55773,6844.3 -55773,6844.3 -55773,6844.3 -55773,6844.3 -55773,6844.3 -55772,6844.3 -55772,6844.3 -55772,6844.3 -55772,6844.3 -55772,6844.3 -55772,6844.3 -55772,6844.4 -55772,6844.4 -55772,6844.4 -55772,6844.4 -55772,6844.4 -55772,6844.4 -55772,6844.4 -55772,6844.4 -55772,6844.4 -55772,6844.4 -55771,6844.4 -55771,6844.4 -55771,6844.4 -55771,6844.4 -55771,6844.4 -55771,6844.4 -55771,6844.4 -55771,6844.4 -55771,6844.4 -55771,6844.4 -55771,6844.4 -55771,6844.4 -55771,6844.4 -55771,6844.4 -55771,6844.4 -55771,6844.4 -55770,6844.4 -55770,6844.4 -55770,6844.4 -55770,6844.4 -55770,6844.4 -55770,6844.4 -55770,6844.4 -55770,6844.4 -55770,6844.4 -55770,6844.4 -55770,6844.4 -55770,6844.4 -55770,6844.4 -55770,6844.4 -55770,6844.4 -55769,6844.4 -55769,6844.4 -55769,6844.4 -55769,6844.4 -55769,6844.4 -55769,6844.4 -55769,6844.4 -55769,6844.4 -55769,6844.4 -55769,6844.4 -55769,6844.4 -55769,6844.4 -55769,6844.4 -55769,6844.4 -55769,6844.4 -55769,6844.4 -55768,6844.4 -55768,6844.4 -55768,6844.4 -55768,6844.4 -55768,6844.4 -55768,6844.4 -55768,6844.4 -55768,6844.4 -55768,6844.4 -55768,6844.4 -55768,6844.4 -55768,6844.4 -55768,6844.4 -55768,6844.4 -55768,6844.4 -55767,6844.4 -55767,6844.4 -55767,6844.4 -55767,6844.4 -55767,6844.3 -55767,6844.3 -55767,6844.3 -55767,6844.3 -55767,6844.3 -55767,6844.3 -55767,6844.3 -55767,6844.3 -55767,6844.3 -55767,6844.3 -55767,6844.3 -55767,6844.3 -55766,6844.3 -55766,6844.3 -55766,6844.3 -55766,6844.3 -55766,6844.3 -55766,6844.3 -55766,6844.2 -55766,6844.2 -55766,6844.2 -55766,6844.2 -55766,6844.2 -55766,6844.2 -55766,6844.2 -55766,6844.2 -55766,6844.2 -55765,6844.2 -55765,6844.2 -55765,6844.2 -55765,6844.2 -55765,6844.1 -55765,6844.1 -55765,6844.1 -55765,6844.1 -55765,6844.1 -55765,6844.1 -55765,6844.1 -55765,6844.1 -55765,6844.1 -55765,6844.1 -55765,6844.1 -55765,6844 -55764,6844 -55764,6844 -55764,6844 -55764,6844 -55764,6844 -55764,6844 -55764,6844 -55764,6844 -55764,6844 -55764,6843.9 -55764,6843.9 -55764,6843.9 -55764,6843.9 -55764,6843.9 -55764,6843.9 -55764,6843.9 -55763,6843.9 -55763,6843.9 -55763,6843.8 -55763,6843.8 -55763,6843.8 -55763,6843.8 -55763,6843.8 -55763,6843.8 -55763,6843.8 -55763,6843.8 -55763,6843.7 -55763,6843.7 -55763,6843.7 -55763,6843.7 -55763,6843.7 -55763,6843.7 -55763,6843.7 -55762,6843.6 -55762,6843.6 -55762,6843.6 -55762,6843.6 -55762,6843.6 -55762,6843.6 -55762,6843.6 -55762,6843.5 -55762,6843.5 -55762,6843.5 -55762,6843.5 -55762,6843.5 -55762,6843.5 -55762,6843.4 -55762,6843.4 -55762,6843.4 -55761,6843.4 -55761,6843.4 -55761,6843.4 -55761,6843.3 -55761,6843.3 -55761,6843.3 -55761,6843.3 -55761,6843.3 -55761,6843.3 -55761,6843.2 -55761,6843.2 -55759,6855.6 -55759,6855.6 -55759,6855.6 -55759,6855.7 -55758,6855.7 -55758,6855.7 -55758,6855.7 -55758,6855.8 -55758,6855.8 -55758,6855.8 -55758,6855.8 -55758,6855.8 -55758,6855.9 -55758,6855.9 -55758,6855.9 -55758,6855.9 -55758,6856 -55758,6856 -55757,6856 -55757,6856 -55757,6856 -55757,6856.1 -55757,6856.1 -55757,6856.1 -55757,6856.1 -55757,6856.2 -55757,6856.2 -55757,6856.2 -55757,6856.2 -55757,6856.2 -55757,6856.3 -55757,6856.3 -55756,6856.3 -55756,6856.3 -55756,6856.3 -55756,6856.4 -55756,6856.4 -55756,6856.4 -55756,6856.4 -55756,6856.4 -55756,6856.4 -55756,6856.5 -55756,6856.5 -55756,6856.5 -55756,6856.5 -55756,6856.5 -55756,6856.6 -55755,6856.6 -55755,6856.6 -55755,6856.6 -55755,6856.6 -55755,6856.7 -55755,6856.7 -55755,6856.7 -55755,6856.7 -55755,6856.7 -55755,6856.7 -55755,6856.8 -55755,6856.8 -55755,6856.8 -55755,6856.8 -55754,6856.8 -55754,6856.8 -55754,6856.9 -55754,6856.9 -55754,6856.9 -55754,6856.9 -55754,6856.9 -55754,6856.9 -55754,6857 -55754,6857 -55754,6857 -55754,6857 -55754,6857 -55754,6857 -55753,6857 -55753,6857.1 -55753,6857.1 -55753,6857.1 -55753,6857.1 -55753,6857.1 -55753,6857.1 -55753,6857.1 -55753,6857.2 -55753,6857.2 -55753,6857.2 -55753,6857.2 -55753,6857.2 -55753,6857.2 -55752,6857.2 -55752,6857.3 -55752,6857.3 -55752,6857.3 -55752,6857.3 -55752,6857.3 -55752,6857.3 -55752,6857.3 -55752,6857.3 -55752,6857.4 -55752,6857.4 -55752,6857.4 -55752,6857.4 -55752,6857.4 -55751,6857.4 -55751,6857.4 -55751,6857.4 -55751,6857.4 -55751,6857.5 -55751,6857.5 -55751,6857.5 -55751,6857.5 -55751,6857.5 -55751,6857.5 -55751,6857.5 -55751,6857.5 -55751,6857.5 -55751,6857.5 -55750,6857.6 -55750,6857.6 -55750,6857.6 -55750,6857.6 -55750,6857.6 -55750,6857.6 -55750,6857.6 -55750,6857.6 -55750,6857.6 -55750,6857.6 -55750,6857.7 -55750,6857.7 -55750,6857.7 -55750,6857.7 -55750,6857.7 -55749,6857.7 -55749,6857.7 -55749,6857.7 -55749,6857.7 -55749,6857.7 -55749,6857.7 -55749,6857.7 -55749,6857.7 -55749,6857.7 -55749,6857.7 -55749,6857.7 -55749,6857.8 -55749,6857.8 -55749,6857.8 -55748,6857.8 -55748,6857.8 -55748,6857.8 -55748,6857.8 -55748,6857.8 -55748,6857.8 -55748,6857.8 -55748,6857.8 -55748,6857.8 -55748,6857.8 -55748,6857.8 -55748,6857.8 -55748,6857.8 -55748,6857.8 -55747,6857.8 -55747,6857.8 -55747,6857.8 -55747,6857.8 -55747,6857.8 -55747,6857.8 -55747,6857.9 -55747,6857.9 -55747,6857.9 -55747,6857.9 -55747,6857.9 -55747,6857.9 -55747,6857.9 -55747,6857.9 -55747,6857.9 -55746,6857.9 -55746,6857.9 -55746,6857.9 -55746,6857.9 -55746,6857.9 -55746,6857.9 -55746,6857.9 -55746,6857.9 -55746,6857.9 -55746,6857.9 -55746,6857.9 -55746,6857.9 -55746,6857.9 -55746,6857.9 -55745,6857.9 -55745,6857.9 -55745,6857.9 -55745,6857.9 -55745,6857.9 -55745,6857.9 -55745,6857.9 -55745,6857.9 -55745,6857.9 -55745,6857.9 -55745,6857.9 -55745,6857.9 -55745,6857.9 -55745,6857.9 -55744,6857.9 -55744,6857.9 -55744,6857.9 -55744,6857.9 -55744,6857.8 -55744,6857.8 -55744,6857.8 -55744,6857.8 -55744,6857.8 -55744,6857.8 -55744,6857.8 -55744,6857.8 -55744,6857.8 -55744,6857.8 -55744,6857.8 -55743,6857.8 -55743,6857.8 -55743,6857.8 -55743,6857.8 -55743,6857.8 -55743,6857.8 -55743,6857.8 -55743,6857.8 -55743,6857.8 -55743,6857.8 -55743,6857.7 -55743,6857.7 -55743,6857.7 -55743,6857.7 -55742,6857.7 -55742,6857.7 -55742,6857.7 -55742,6857.7 -55742,6857.7 -55742,6857.7 -55742,6857.7 -55742,6857.7 -55742,6857.7 -55742,6857.7 -55742,6857.6 -55742,6857.6 -55742,6857.6 -55742,6857.6 -55742,6857.6 -55741,6857.6 -55741,6857.6 -55741,6857.6 -55741,6857.6 -55741,6857.6 -55741,6857.6 -55741,6857.5 -55741,6857.5 -55741,6857.5 -55741,6857.5 -55741,6857.5 -55741,6857.5 -55741,6857.5 -55741,6857.5 -55740,6857.5 -55740,6857.5 -55740,6857.4 -55740,6857.4 -55740,6857.4 -55740,6857.4 -55740,6857.4 -55740,6857.4 -55740,6857.4 -55740,6857.4 -55740,6857.3 -55740,6857.3 -55740,6857.3 -55740,6857.3 -55740,6857.3 -55739,6857.3 -55739,6857.3 -55739,6857.2 -55739,6857.2 -55739,6857.2 -55739,6857.2 -55739,6857.2 -55739,6857.2 -55739,6857.1 -55739,6857.1 -55739,6857.1 -55739,6857.1 -55739,6857.1 -55739,6857.1 -55738,6857.1 -55738,6857 -55738,6857 -55738,6857 -55738,6857 -55738,6857 -55738,6857 -55738,6856.9 -55737,6867.3 -55736,6867.3 -55736,6867.3 -55736,6867.3 -55736,6867.4 -55736,6867.4 -55736,6867.4 -55736,6867.4 -55736,6867.4 -55736,6867.5 -55736,6867.5 -55736,6867.5 -55736,6867.5 -55736,6867.5 -55736,6867.5 -55735,6867.5 -55735,6867.6 -55735,6867.6 -55735,6867.6 -55735,6867.6 -55735,6867.6 -55735,6867.6 -55735,6867.7 -55735,6867.7 -55735,6867.7 -55735,6867.7 -55735,6867.7 -55735,6867.7 -55734,6867.7 -55734,6867.8 -55734,6867.8 -55734,6867.8 -55734,6867.8 -55734,6867.8 -55734,6867.8 -55734,6867.8 -55734,6867.9 -55734,6867.9 -55734,6867.9 -55734,6867.9 -55734,6867.9 -55733,6867.9 -55733,6867.9 -55733,6867.9 -55733,6868 -55733,6868 -55733,6868 -55733,6868 -55733,6868 -55733,6868 -55733,6868 -55733,6868 -55733,6868 -55733,6868.1 -55732,6868.1 -55732,6868.1 -55732,6868.1 -55732,6868.1 -55732,6868.1 -55732,6868.1 -55732,6868.1 -55732,6868.1 -55732,6868.2 -55732,6868.2 -55732,6868.2 -55732,6868.2 -55732,6868.2 -55731,6868.2 -55731,6868.2 -55731,6868.2 -55731,6868.2 -55731,6868.2 -55731,6868.3 -55731,6868.3 -55731,6868.3 -55731,6868.3 -55731,6868.3 -55731,6868.3 -55731,6868.3 -55731,6868.3 -55730,6868.3 -55730,6868.3 -55730,6868.3 -55730,6868.4 -55730,6868.4 -55730,6868.4 -55730,6868.4 -55730,6868.4 -55730,6868.4 -55730,6868.4 -55730,6868.4 -55730,6868.4 -55729,6868.4 -55729,6868.4 -55729,6868.4 -55729,6868.4 -55729,6868.5 -55729,6868.5 -55729,6868.5 -55729,6868.5 -55729,6868.5 -55729,6868.5 -55729,6868.5 -55729,6868.5 -55729,6868.5 -55728,6868.5 -55728,6868.5 -55728,6868.5 -55728,6868.5 -55728,6868.5 -55728,6868.5 -55728,6868.5 -55728,6868.5 -55728,6868.5 -55728,6868.5 -55728,6868.5 -55728,6868.5 -55727,6868.5 -55727,6868.5 -55727,6868.6 -55727,6868.6 -55727,6868.6 -55727,6868.6 -55727,6868.6 -55727,6868.6 -55727,6868.6 -55727,6868.6 -55727,6868.6 -55727,6868.6 -55727,6868.6 -55726,6868.6 -55726,6868.6 -55726,6868.6 -55726,6868.6 -55726,6868.6 -55726,6868.6 -55726,6868.6 -55726,6868.6 -55726,6868.6 -55726,6868.6 -55726,6868.6 -55726,6868.6 -55725,6868.6 -55725,6868.6 -55725,6868.6 -55725,6868.6 -55725,6868.6 -55725,6868.6 -55725,6868.6 -55725,6868.6 -55725,6868.6 -55725,6868.6 -55725,6868.6 -55725,6868.6 -55724,6868.6 -55724,6868.6 -55724,6868.6 -55724,6868.6 -55724,6868.6 -55724,6868.6 -55724,6868.6 -55724,6868.6 -55724,6868.6 -55724,6868.6 -55724,6868.6 -55724,6868.6 -55723,6868.6 -55723,6868.6 -55723,6868.6 -55723,6868.6 -55723,6868.6 -55723,6868.6 -55723,6868.6 -55723,6868.6 -55723,6868.5 -55723,6868.5 -55723,6868.5 -55723,6868.5 -55722,6868.5 -55722,6868.5 -55722,6868.5 -55722,6868.5 -55722,6868.5 -55722,6868.5 -55722,6868.5 -55722,6868.5 -55722,6868.5 -55722,6868.5 -55722,6868.5 -55722,6868.5 -55721,6868.5 -55721,6868.4 -55721,6868.4 -55721,6868.4 -55721,6868.4 -55721,6868.4 -55721,6868.4 -55721,6868.4 -55721,6868.4 -55721,6868.4 -55721,6868.4 -55721,6868.4 -55720,6868.4 -55720,6868.4 -55720,6868.3 -55720,6868.3 -55720,6868.3 -55720,6868.3 -55720,6868.3 -55720,6868.3 -55720,6868.3 -55720,6868.3 -55720,6868.3 -55719,6868.3 -55719,6868.3 -55719,6868.2 -55719,6868.2 -55719,6868.2 -55719,6868.2 -55719,6868.2 -55719,6868.2 -55719,6868.2 -55719,6868.2 -55719,6868.2 -55719,6868.2 -55718,6868.1 -55718,6868.1 -55718,6868.1 -55718,6868.1 -55718,6868.1 -55718,6868.1 -55718,6868.1 -55718,6868.1 -55718,6868 -55718,6868 -55718,6868 -55717,6868 -55717,6868 -55717,6868 -55717,6868 -55717,6868 -55717,6867.9 -55717,6867.9 -55717,6867.9 -55717,6867.9 -55717,6867.9 -55717,6867.9 -55717,6867.9 -55716,6867.8 -55716,6867.8 -55716,6867.8 -55716,6867.8 -55716,6867.8 -55716,6867.8 -55716,6867.7 -55716,6867.7 -55716,6867.7 -55716,6867.7 -55716,6867.7 -55715,6867.7 -55715,6867.6 -55715,6867.6 -55715,6867.6 -55715,6867.6 -55715,6867.6 -55715,6867.6 -55715,6867.5 -55715,6867.5 -55715,6867.5 -55715,6867.5 -55715,6867.5 -55714,6867.4 -55714,6867.4 -55714,6867.4 -55714,6867.4 -55714,6867.4 -55714,6867.3 -55714,6867.3 -55714,6867.3 -55714,6867.3 -55714,6867.3 -55714,6867.2 -55713,6867.2 -55713,6867.2 -55713,6867.2 -55713,6867.2 -55713,6867.1 -55713,6867.1 -55713,6867.1 -55713,6867.1 -55713,6867.1 -55713,6867 -55713,6867 -55712,6867 -55712,6867 -55712,6866.9 -55712,6866.9 -55712,6866.9 -55712,6866.9 -55713,6880 -55712,6880 -55712,6880 -55712,6880 -55712,6880.1 -55712,6880.1 -55712,6880.1 -55712,6880.1 -55712,6880.1 -55712,6880.2 -55712,6880.2 -55712,6880.2 -55712,6880.2 -55711,6880.2 -55711,6880.3 -55711,6880.3 -55711,6880.3 -55711,6880.3 -55711,6880.3 -55711,6880.4 -55711,6880.4 -55711,6880.4 -55711,6880.4 -55711,6880.4 -55710,6880.4 -55710,6880.5 -55710,6880.5 -55710,6880.5 -55710,6880.5 -55710,6880.5 -55710,6880.5 -55710,6880.6 -55710,6880.6 -55710,6880.6 -55709,6880.6 -55709,6880.6 -55709,6880.6 -55709,6880.7 -55709,6880.7 -55709,6880.7 -55709,6880.7 -55709,6880.7 -55709,6880.7 -55709,6880.8 -55709,6880.8 -55708,6880.8 -55708,6880.8 -55708,6880.8 -55708,6880.9 -55708,6880.9 -55708,6880.9 -55708,6880.9 -55708,6880.9 -55708,6880.9 -55708,6880.9 -55708,6881 -55707,6881 -55707,6881 -55707,6881 -55707,6881 -55707,6881 -55707,6881 -55707,6881.1 -55707,6881.1 -55707,6881.1 -55707,6881.1 -55707,6881.1 -55706,6881.1 -55706,6881.1 -55706,6881.2 -55706,6881.2 -55706,6881.2 -55706,6881.2 -55706,6881.2 -55706,6881.2 -55706,6881.2 -55706,6881.3 -55705,6881.3 -55705,6881.3 -55705,6881.3 -55705,6881.3 -55705,6881.3 -55705,6881.3 -55705,6881.3 -55705,6881.4 -55705,6881.4 -55705,6881.4 -55705,6881.4 -55704,6881.4 -55704,6881.4 -55704,6881.4 -55704,6881.4 -55704,6881.4 -55704,6881.4 -55704,6881.5 -55704,6881.5 -55704,6881.5 -55704,6881.5 -55703,6881.5 -55703,6881.5 -55703,6881.5 -55703,6881.5 -55703,6881.5 -55703,6881.5 -55703,6881.6 -55703,6881.6 -55703,6881.6 -55703,6881.6 -55703,6881.6 -55702,6881.6 -55702,6881.6 -55702,6881.6 -55702,6881.6 -55702,6881.6 -55702,6881.7 -55702,6881.7 -55702,6881.7 -55702,6881.7 -55702,6881.7 -55701,6881.7 -55701,6881.7 -55701,6881.7 -55701,6881.7 -55701,6881.7 -55701,6881.7 -55701,6881.7 -55701,6881.8 -55701,6881.8 -55701,6881.8 -55700,6881.8 -55700,6881.8 -55700,6881.8 -55700,6881.8 -55700,6881.8 -55700,6881.8 -55700,6881.8 -55700,6881.8 -55700,6881.8 -55700,6881.8 -55700,6881.8 -55699,6881.9 -55699,6881.9 -55699,6881.9 -55699,6881.9 -55699,6881.9 -55699,6881.9 -55699,6881.9 -55699,6881.9 -55699,6881.9 -55699,6881.9 -55698,6881.9 -55698,6881.9 -55698,6881.9 -55698,6881.9 -55698,6881.9 -55698,6881.9 -55698,6881.9 -55698,6881.9 -55698,6881.9 -55698,6881.9 -55697,6882 -55697,6882 -55697,6882 -55697,6882 -55697,6882 -55697,6882 -55697,6882 -55697,6882 -55697,6882 -55697,6882 -55696,6882 -55696,6882 -55696,6882 -55696,6882 -55696,6882 -55696,6882 -55696,6882 -55696,6882 -55696,6882 -55696,6882 -55695,6882 -55695,6882 -55695,6882 -55695,6882 -55695,6882 -55695,6882 -55695,6882 -55695,6882 -55695,6882 -55695,6882 -55694,6882 -55694,6882 -55694,6882 -55694,6882 -55694,6882 -55694,6882 -55694,6882 -55694,6882 -55694,6882 -55694,6882 -55693,6882 -55693,6882 -55693,6882 -55693,6882 -55693,6882 -55693,6882 -55693,6882 -55693,6882 -55693,6882 -55693,6882 -55692,6882 -55692,6882 -55692,6882 -55692,6882 -55692,6882 -55692,6882 -55692,6882 -55692,6882 -55692,6882 -55692,6882 -55691,6882 -55691,6882 -55691,6882 -55691,6882 -55691,6882 -55691,6882 -55691,6882 -55691,6882 -55691,6881.9 -55691,6881.9 -55690,6881.9 -55690,6881.9 -55690,6881.9 -55690,6881.9 -55690,6881.9 -55690,6881.9 -55690,6881.9 -55690,6881.9 -55690,6881.9 -55690,6881.9 -55689,6881.9 -55689,6881.9 -55689,6881.9 -55689,6881.9 -55689,6881.9 -55689,6881.9 -55689,6881.8 -55689,6881.8 -55689,6881.8 -55688,6881.8 -55688,6881.8 -55688,6881.8 -55688,6881.8 -55688,6881.8 -55688,6881.8 -55688,6881.8 -55688,6881.8 -55688,6881.8 -55688,6881.8 -55687,6881.8 -55687,6881.8 -55687,6881.7 -55687,6881.7 -55687,6881.7 -55687,6881.7 -55687,6881.7 -55687,6881.7 -55687,6881.7 -55687,6881.7 -55686,6881.7 -55686,6881.7 -55686,6881.7 -55686,6881.7 -55686,6881.6 -55686,6881.6 -55686,6881.6 -55686,6881.6 -55686,6881.6 -55685,6881.6 -55685,6881.6 -55685,6881.6 -55685,6881.6 -55685,6881.6 -55685,6881.6 -55685,6881.5 -55685,6881.5 -55685,6881.5 -55685,6881.5 -55684,6881.5 -55684,6881.5 -55684,6881.5 -55684,6881.5 -55684,6881.5 -55684,6881.4 -55684,6881.4 -55684,6881.4 -55684,6881.4 -55687,6893.4 -55687,6893.4 -55687,6893.4 -55687,6893.4 -55687,6893.5 -55687,6893.5 -55687,6893.5 -55687,6893.5 -55687,6893.6 -55686,6893.6 -55686,6893.6 -55686,6893.7 -55686,6893.7 -55686,6893.7 -55686,6893.7 -55686,6893.8 -55686,6893.8 -55686,6893.8 -55686,6893.8 -55686,6893.9 -55685,6893.9 -55685,6893.9 -55685,6893.9 -55685,6894 -55685,6894 -55685,6894 -55685,6894 -55685,6894.1 -55685,6894.1 -55685,6894.1 -55684,6894.2 -55684,6894.2 -55684,6894.2 -55684,6894.2 -55684,6894.3 -55684,6894.3 -55684,6894.3 -55684,6894.4 -55684,6894.4 -55684,6894.4 -55684,6894.4 -55683,6894.5 -55683,6894.5 -55683,6894.5 -55683,6894.5 -55683,6894.6 -55683,6894.6 -55683,6894.6 -55683,6894.6 -55683,6894.7 -55683,6894.7 -55682,6894.7 -55682,6894.7 -55682,6894.8 -55682,6894.8 -55682,6894.8 -55682,6894.9 -55682,6894.9 -55682,6894.9 -55682,6894.9 -55682,6895 -55682,6895 -55681,6895 -55681,6895 -55681,6895.1 -55681,6895.1 -55681,6895.1 -55681,6895.1 -55681,6895.2 -55681,6895.2 -55681,6895.2 -55681,6895.2 -55681,6895.3 -55680,6895.3 -55680,6895.3 -55680,6895.3 -55680,6895.3 -55680,6895.4 -55680,6895.4 -55680,6895.4 -55680,6895.4 -55680,6895.5 -55680,6895.5 -55679,6895.5 -55679,6895.5 -55679,6895.6 -55679,6895.6 -55679,6895.6 -55679,6895.6 -55679,6895.6 -55679,6895.7 -55679,6895.7 -55679,6895.7 -55679,6895.7 -55678,6895.8 -55678,6895.8 -55678,6895.8 -55678,6895.8 -55678,6895.9 -55678,6895.9 -55678,6895.9 -55678,6895.9 -55678,6896 -55678,6896 -55678,6896 -55677,6896 -55677,6896 -55677,6896.1 -55677,6896.1 -55677,6896.1 -55677,6896.1 -55677,6896.1 -55677,6896.2 -55677,6896.2 -55677,6896.2 -55677,6896.2 -55676,6896.2 -55676,6896.3 -55676,6896.3 -55676,6896.3 -55676,6896.3 -55676,6896.3 -55676,6896.4 -55676,6896.4 -55676,6896.4 -55676,6896.4 -55675,6896.4 -55675,6896.5 -55675,6896.5 -55675,6896.5 -55675,6896.5 -55675,6896.5 -55675,6896.6 -55675,6896.6 -55675,6896.6 -55675,6896.6 -55675,6896.6 -55674,6896.7 -55674,6896.7 -55674,6896.7 -55674,6896.7 -55674,6896.7 -55674,6896.7 -55674,6896.7 -55674,6896.8 -55674,6896.8 -55674,6896.8 -55674,6896.8 -55673,6896.8 -55673,6896.8 -55673,6896.9 -55673,6896.9 -55673,6896.9 -55673,6896.9 -55673,6896.9 -55673,6896.9 -55673,6897 -55673,6897 -55673,6897 -55672,6897 -55672,6897 -55672,6897 -55672,6897 -55672,6897.1 -55672,6897.1 -55672,6897.1 -55672,6897.1 -55672,6897.1 -55672,6897.1 -55671,6897.1 -55671,6897.2 -55671,6897.2 -55671,6897.2 -55671,6897.2 -55671,6897.2 -55671,6897.2 -55671,6897.2 -55671,6897.2 -55671,6897.3 -55671,6897.3 -55670,6897.3 -55670,6897.3 -55670,6897.3 -55670,6897.3 -55670,6897.3 -55670,6897.3 -55670,6897.3 -55670,6897.4 -55670,6897.4 -55670,6897.4 -55670,6897.4 -55669,6897.4 -55669,6897.4 -55669,6897.4 -55669,6897.4 -55669,6897.4 -55669,6897.5 -55669,6897.5 -55669,6897.5 -55669,6897.5 -55669,6897.5 -55669,6897.5 -55668,6897.5 -55668,6897.5 -55668,6897.5 -55668,6897.5 -55668,6897.5 -55668,6897.5 -55668,6897.5 -55668,6897.5 -55668,6897.6 -55668,6897.6 -55667,6897.6 -55667,6897.6 -55667,6897.6 -55667,6897.6 -55667,6897.6 -55667,6897.6 -55667,6897.6 -55667,6897.6 -55667,6897.6 -55667,6897.6 -55667,6897.6 -55666,6897.6 -55666,6897.6 -55666,6897.6 -55666,6897.6 -55666,6897.6 -55666,6897.6 -55666,6897.6 -55666,6897.6 -55666,6897.7 -55666,6897.7 -55666,6897.7 -55665,6897.7 -55665,6897.7 -55665,6897.7 -55665,6897.7 -55665,6897.7 -55665,6897.7 -55665,6897.7 -55665,6897.7 -55665,6897.7 -55665,6897.7 -55664,6897.7 -55664,6897.7 -55664,6897.7 -55664,6897.7 -55664,6897.7 -55664,6897.7 -55664,6897.7 -55664,6897.7 -55664,6897.7 -55664,6897.7 -55664,6897.7 -55663,6897.7 -55663,6897.7 -55663,6897.7 -55663,6897.7 -55663,6897.7 -55663,6897.7 -55663,6897.7 -55663,6897.7 -55663,6897.7 -55663,6897.7 -55663,6897.7 -55662,6897.7 -55662,6897.7 -55662,6897.7 -55662,6897.6 -55662,6897.6 -55662,6897.6 -55662,6897.6 -55662,6897.6 -55662,6897.6 -55662,6897.6 -55662,6897.6 -55661,6897.6 -55661,6897.6 -55661,6897.6 -55661,6897.6 -55661,6897.6 -55661,6897.6 -55661,6897.6 -55661,6897.6 -55661,6897.6 -55661,6897.5 -55660,6897.5 -55660,6897.5 -55660,6897.5 -55660,6897.5 -55660,6897.5 -55660,6897.5 -55660,6897.5 -55660,6897.5 -55660,6897.5 -55660,6897.5 -55660,6897.5 -55661,6901.1 -55661,6901.1 -55661,6901.1 -55661,6901.1 -55660,6901.2 -55660,6901.2 -55660,6901.2 -55660,6901.2 -55660,6901.2 -55660,6901.2 -55660,6901.2 -55660,6901.2 -55660,6901.2 -55660,6901.2 -55660,6901.2 -55659,6901.2 -55659,6901.2 -55659,6901.2 -55659,6901.2 -55659,6901.2 -55659,6901.2 -55659,6901.2 -55659,6901.2 -55659,6901.2 -55659,6901.2 -55659,6901.2 -55658,6901.2 -55658,6901.2 -55658,6901.2 -55658,6901.2 -55658,6901.2 -55658,6901.2 -55658,6901.2 -55658,6901.2 -55658,6901.2 -55658,6901.2 -55658,6901.2 -55657,6901.2 -55657,6901.2 -55657,6901.2 -55657,6901.2 -55657,6901.2 -55657,6901.2 -55657,6901.2 -55657,6901.2 -55657,6901.2 -55657,6901.2 -55657,6901.1 -55656,6901.1 -55656,6901.1 -55656,6901.1 -55656,6901.1 -55656,6901.1 -55656,6901.1 -55656,6901.1 -55656,6901.1 -55656,6901.1 -55656,6901.1 -55655,6901.1 -55655,6901.1 -55655,6901.1 -55655,6901.1 -55655,6901.1 -55655,6901.1 -55655,6901.1 -55655,6901.1 -55655,6901 -55655,6901 -55655,6901 -55654,6901 -55654,6901 -55654,6901 -55654,6901 -55654,6901 -55654,6901 -55654,6901 -55654,6901 -55654,6901 -55654,6900.9 -55654,6900.9 -55653,6900.9 -55653,6900.9 -55653,6900.9 -55653,6900.9 -55653,6900.9 -55653,6900.9 -55653,6900.9 -55653,6900.8 -55653,6900.8 -55653,6900.8 -55653,6900.8 -55652,6900.8 -55652,6900.8 -55652,6900.8 -55652,6900.8 -55652,6900.8 -55652,6900.7 -55652,6900.7 -55652,6900.7 -55652,6900.7 -55652,6900.7 -55651,6900.7 -55651,6900.7 -55651,6900.6 -55651,6900.6 -55651,6900.6 -55651,6900.6 -55651,6900.6 -55651,6900.6 -55651,6900.5 -55651,6900.5 -55651,6900.5 -55650,6900.5 -55650,6900.5 -55650,6900.4 -55650,6900.4 -55650,6900.4 -55650,6900.4 -55650,6900.4 -55650,6900.4 -55650,6900.3 -55650,6900.3 -55650,6900.3 -55649,6900.3 -55649,6900.3 -55649,6900.2 -55649,6900.2 -55649,6900.2 -55649,6900.2 -55649,6900.2 -55649,6900.1 -55649,6900.1 -55649,6900.1 -55648,6900.1 -55648,6900.1 -55648,6900 -55648,6900 -55648,6900 -55648,6900 -55648,6899.9 -55648,6899.9 -55648,6899.9 -55648,6899.9 -55648,6899.9 -55647,6899.8 -55647,6899.8 -55647,6899.8 -55647,6899.8 -55647,6899.7 -55647,6899.7 -55647,6899.7 -55647,6899.7 -55647,6899.6 -55647,6899.6 -55647,6899.6 -55646,6899.6 -55646,6899.5 -55646,6899.5 -55646,6899.5 -55646,6899.4 -55646,6899.4 -55646,6899.4 -55646,6899.4 -55646,6899.3 -55646,6899.3 -55645,6899.3 -55645,6899.2 -55645,6899.2 -55645,6899.2 -55645,6899.2 -55645,6899.1 -55645,6899.1 -55645,6899.1 -55645,6899 -55645,6899 -55645,6899 -55644,6898.9 -55644,6898.9 -55644,6898.9 -55644,6898.8 -55644,6898.8 -55644,6898.8 -55644,6898.7 -55644,6898.7 -55644,6898.7 -55644,6898.6 -55643,6898.6 -55643,6898.6 -55643,6898.5 -55643,6898.5 -55643,6898.4 -55643,6898.4 -55643,6898.4 -55643,6898.3 -55643,6898.3 -55643,6898.3 -55642,6898.2 -55642,6898.2 -55642,6898.2 -55642,6898.1 -55642,6898.1 -55642,6898 -55642,6898 -55642,6898 -55642,6897.9 -55642,6897.9 -55642,6897.9 -55641,6897.8 -55641,6897.8 -55641,6897.7 -55641,6897.7 -55641,6897.7 -55641,6897.6 -55641,6897.6 -55641,6897.5 -55641,6897.5 -55641,6897.4 -55640,6897.4 -55640,6897.4 -55640,6897.3 -55640,6897.3 -55640,6897.2 -55640,6897.2 -55640,6897.1 -55640,6897.1 -55640,6897.1 -55640,6897 -55639,6897 -55639,6896.9 -55639,6896.9 -55639,6896.8 -55639,6896.8 -55639,6896.7 -55639,6896.7 -55639,6896.6 -55639,6896.6 -55639,6896.5 -55639,6896.5 -55638,6896.4 -55638,6896.4 -55638,6896.3 -55638,6896.3 -55638,6896.2 -55638,6896.2 -55638,6896.1 -55638,6896.1 -55638,6896 -55638,6896 -55637,6895.9 -55637,6895.9 -55637,6895.8 -55637,6895.8 -55637,6895.7 -55637,6895.7 -55637,6895.6 -55637,6895.6 -55637,6895.5 -55637,6895.5 -55636,6895.4 -55636,6895.4 -55636,6895.3 -55636,6895.3 -55636,6895.2 -55636,6895.1 -55636,6895.1 -55636,6895 -55636,6895 -55636,6894.9 -55635,6894.9 -55635,6894.8 -55635,6894.8 -55635,6894.7 -55635,6894.6 -55635,6894.6 -55635,6894.5 -55635,6894.5 -55635,6894.4 -55635,6894.3 -55634,6894.3 -55634,6894.2 -55634,6894.2 -55634,6894.1 -55634,6894.1 -55634,6894 -55634,6893.9 -55634,6893.9 -55634,6893.8 -55634,6893.8 -55633,6893.7 -55633,6893.6 -55633,6893.6 -55633,6893.5 -55633,6893.4 -55633,6893.4 -55633,6893.3 -55633,6893.2 -55633,6893.2 -55633,6893.1 -55632,6900.1 -55632,6900.1 -55631,6900 -55631,6900 -55631,6899.9 -55631,6899.9 -55631,6899.8 -55631,6899.8 -55631,6899.8 -55631,6899.7 -55631,6899.7 -55631,6899.6 -55630,6899.6 -55630,6899.5 -55630,6899.5 -55630,6899.5 -55630,6899.4 -55630,6899.4 -55630,6899.3 -55630,6899.3 -55630,6899.2 -55629,6899.2 -55629,6899.1 -55629,6899.1 -55629,6899 -55629,6899 -55629,6899 -55629,6898.9 -55629,6898.9 -55629,6898.8 -55629,6898.8 -55628,6898.7 -55628,6898.7 -55628,6898.6 -55628,6898.6 -55628,6898.5 -55628,6898.5 -55628,6898.4 -55628,6898.4 -55628,6898.3 -55627,6898.3 -55627,6898.2 -55627,6898.2 -55627,6898.1 -55627,6898.1 -55627,6898 -55627,6898 -55627,6897.9 -55627,6897.9 -55626,6897.8 -55626,6897.7 -55626,6897.7 -55626,6897.6 -55626,6897.6 -55626,6897.5 -55626,6897.5 -55626,6897.4 -55626,6897.4 -55625,6897.3 -55625,6897.3 -55625,6897.2 -55625,6897.1 -55625,6897.1 -55625,6897 -55625,6897 -55625,6896.9 -55625,6896.9 -55625,6896.8 -55624,6896.7 -55624,6896.7 -55624,6896.6 -55624,6896.6 -55624,6896.5 -55624,6896.4 -55624,6896.4 -55624,6896.3 -55624,6896.3 -55623,6896.2 -55623,6896.1 -55623,6896.1 -55623,6896 -55623,6896 -55623,6895.9 -55623,6895.8 -55623,6895.8 -55623,6895.7 -55622,6895.6 -55622,6895.6 -55622,6895.5 -55622,6895.5 -55622,6895.4 -55622,6895.3 -55622,6895.3 -55622,6895.2 -55622,6895.1 -55621,6895.1 -55621,6895 -55621,6894.9 -55621,6894.9 -55621,6894.8 -55621,6894.7 -55621,6894.7 -55621,6894.6 -55621,6894.5 -55620,6894.5 -55620,6894.4 -55620,6894.3 -55620,6894.3 -55620,6894.2 -55620,6894.1 -55620,6894.1 -55620,6894 -55620,6893.9 -55619,6893.9 -55619,6893.8 -55619,6893.7 -55619,6893.6 -55619,6893.6 -55619,6893.5 -55619,6893.4 -55619,6893.4 -55619,6893.3 -55618,6893.2 -55618,6893.1 -55618,6893.1 -55618,6893 -55618,6892.9 -55618,6892.8 -55618,6892.8 -55618,6892.7 -55618,6892.6 -55617,6892.5 -55617,6892.5 -55617,6892.4 -55617,6892.3 -55617,6892.2 -55617,6892.2 -55617,6892.1 -55617,6892 -55617,6891.9 -55616,6891.8 -55616,6891.8 -55616,6891.7 -55616,6891.6 -55616,6891.5 -55616,6891.4 -55616,6891.4 -55616,6891.3 -55615,6891.2 -55615,6891.1 -55615,6891 -55615,6891 -55615,6890.9 -55615,6890.8 -55615,6890.7 -55615,6890.6 -55615,6890.5 -55614,6890.5 -55614,6890.4 -55614,6890.3 -55614,6890.2 -55614,6890.1 -55614,6890 -55614,6889.9 -55614,6889.9 -55614,6889.8 -55613,6889.7 -55613,6889.6 -55613,6889.5 -55613,6889.4 -55613,6889.3 -55613,6889.3 -55613,6889.2 -55613,6889.1 -55613,6889 -55612,6888.9 -55612,6888.8 -55612,6888.7 -55612,6888.6 -55612,6888.5 -55612,6888.4 -55612,6888.4 -55612,6888.3 -55611,6888.2 -55611,6888.1 -55611,6888 -55611,6887.9 -55611,6887.8 -55611,6887.7 -55611,6887.6 -55611,6887.5 -55611,6887.4 -55610,6887.3 -55610,6887.2 -55610,6887.1 -55610,6887 -55610,6886.9 -55610,6886.8 -55610,6886.7 -55610,6886.6 -55609,6886.5 -55609,6886.4 -55609,6886.3 -55609,6886.2 -55609,6886.1 -55609,6886 -55609,6885.9 -55609,6885.8 -55609,6885.7 -55608,6885.6 -55608,6885.5 -55608,6885.4 -55608,6885.3 -55608,6885.2 -55608,6885.1 -55608,6885 -55608,6884.9 -55607,6884.8 -55607,6884.7 -55607,6884.6 -55607,6884.5 -55607,6884.4 -55607,6884.3 -55607,6884.2 -55607,6884.1 -55606,6884 -55606,6883.9 -55606,6883.7 -55606,6883.6 -55606,6883.5 -55606,6883.4 -55606,6883.3 -55606,6883.2 -55605,6883.1 -55605,6883 -55605,6882.9 -55605,6882.8 -55605,6882.7 -55605,6882.5 -55605,6882.4 -55605,6882.3 -55604,6882.2 -55604,6882.1 -55604,6882 -55604,6881.9 -55604,6881.8 -55604,6881.6 -55604,6881.5 -55604,6881.4 -55604,6881.3 -55603,6881.2 -55603,6881.1 -55603,6880.9 -55603,6880.8 -55603,6880.7 -55603,6880.6 -55603,6880.5 -55603,6880.4 -55602,6880.2 -55602,6880.1 -55602,6880 -55602,6879.9 -55602,6879.8 -55602,6879.6 -55602,6879.5 -55602,6879.4 -55601,6879.3 -55601,6879.2 -55601,6879 -55601,6878.9 -55601,6878.8 -55601,6878.7 -55601,6878.6 -55600,6878.4 -55600,6878.3 -55600,6878.2 -55600,6878.1 -55600,6877.9 -55600,6877.8 -55600,6877.7 -55600,6877.6 -55599,6877.4 -55599,6877.3 -55599,6877.2 -55599,6877.1 -55599,6876.9 -55599,6876.8 -55599,6876.7 -55599,6876.6 -55598,6876.4 -55598,6876.3 -55598,6876.2 -55598,6876 -55598,6875.9 -55598,6875.8 -55598,6875.6 -55598,6875.5 -55597,6875.4 -55601,6894.8 -55601,6894.7 -55600,6894.7 -55600,6894.6 -55600,6894.5 -55600,6894.5 -55600,6894.4 -55600,6894.3 -55600,6894.3 -55600,6894.2 -55600,6894.1 -55599,6894.1 -55599,6894 -55599,6893.9 -55599,6893.9 -55599,6893.8 -55599,6893.7 -55599,6893.7 -55599,6893.6 -55598,6893.5 -55598,6893.4 -55598,6893.4 -55598,6893.3 -55598,6893.2 -55598,6893.2 -55598,6893.1 -55598,6893 -55597,6892.9 -55597,6892.9 -55597,6892.8 -55597,6892.7 -55597,6892.7 -55597,6892.6 -55597,6892.5 -55597,6892.4 -55596,6892.4 -55596,6892.3 -55596,6892.2 -55596,6892.1 -55596,6892.1 -55596,6892 -55596,6891.9 -55596,6891.8 -55595,6891.8 -55595,6891.7 -55595,6891.6 -55595,6891.5 -55595,6891.5 -55595,6891.4 -55595,6891.3 -55595,6891.2 -55594,6891.2 -55594,6891.1 -55594,6891 -55594,6890.9 -55594,6890.8 -55594,6890.8 -55594,6890.7 -55594,6890.6 -55593,6890.5 -55593,6890.4 -55593,6890.4 -55593,6890.3 -55593,6890.2 -55593,6890.1 -55593,6890 -55593,6890 -55592,6889.9 -55592,6889.8 -55592,6889.7 -55592,6889.6 -55592,6889.5 -55592,6889.5 -55592,6889.4 -55592,6889.3 -55591,6889.2 -55591,6889.1 -55591,6889.1 -55591,6889 -55591,6888.9 -55591,6888.8 -55591,6888.7 -55591,6888.6 -55590,6888.5 -55590,6888.5 -55590,6888.4 -55590,6888.3 -55590,6888.2 -55590,6888.1 -55590,6888 -55590,6887.9 -55589,6887.8 -55589,6887.8 -55589,6887.7 -55589,6887.6 -55589,6887.5 -55589,6887.4 -55589,6887.3 -55588,6887.2 -55588,6887.1 -55588,6887 -55588,6886.9 -55588,6886.9 -55588,6886.8 -55588,6886.7 -55588,6886.6 -55587,6886.5 -55587,6886.4 -55587,6886.3 -55587,6886.2 -55587,6886.1 -55587,6886 -55587,6885.9 -55587,6885.8 -55586,6885.7 -55586,6885.7 -55586,6885.6 -55586,6885.5 -55586,6885.4 -55586,6885.3 -55586,6885.2 -55585,6885.1 -55585,6885 -55585,6884.9 -55585,6884.8 -55585,6884.7 -55585,6884.6 -55585,6884.5 -55585,6884.4 -55584,6884.3 -55584,6884.2 -55584,6884.1 -55584,6884 -55584,6883.9 -55584,6883.8 -55584,6883.7 -55583,6883.6 -55583,6883.5 -55583,6883.4 -55583,6883.3 -55583,6883.2 -55583,6883.1 -55583,6883 -55582,6882.9 -55582,6882.8 -55582,6882.7 -55582,6882.6 -55582,6882.5 -55582,6882.4 -55582,6882.3 -55582,6882.2 -55581,6882.1 -55581,6882 -55581,6881.9 -55581,6881.8 -55581,6881.7 -55581,6881.5 -55581,6881.4 -55580,6881.3 -55580,6881.2 -55580,6881.1 -55580,6881 -55580,6880.9 -55580,6880.8 -55580,6880.7 -55579,6880.6 -55579,6880.5 -55579,6880.4 -55579,6880.3 -55579,6880.2 -55579,6880.1 -55579,6879.9 -55578,6879.8 -55578,6879.7 -55578,6879.6 -55578,6879.5 -55578,6879.4 -55578,6879.3 -55578,6879.2 -55577,6879.1 -55577,6879 -55577,6878.9 -55577,6878.7 -55577,6878.6 -55577,6878.5 -55577,6878.4 -55576,6878.3 -55576,6878.2 -55576,6878.1 -55576,6878 -55576,6877.8 -55576,6877.7 -55576,6877.6 -55576,6877.5 -55575,6877.4 -55575,6877.3 -55575,6877.2 -55575,6877 -55575,6876.9 -55575,6876.8 -55575,6876.7 -55574,6876.6 -55574,6876.5 -55574,6876.4 -55574,6876.2 -55574,6876.1 -55574,6876 -55574,6875.9 -55573,6875.8 -55573,6875.7 -55573,6875.5 -55573,6875.4 -55573,6875.3 -55573,6875.2 -55573,6875.1 -55572,6874.9 -55572,6874.8 -55572,6874.7 -55572,6874.6 -55572,6874.5 -55572,6874.3 -55571,6874.2 -55571,6874.1 -55571,6874 -55571,6873.8 -55571,6873.7 -55571,6873.6 -55571,6873.5 -55570,6873.4 -55570,6873.2 -55570,6873.1 -55570,6873 -55570,6872.9 -55570,6872.7 -55570,6872.6 -55569,6872.5 -55569,6872.4 -55569,6872.2 -55569,6872.1 -55569,6872 -55569,6871.9 -55569,6871.7 -55568,6871.6 -55568,6871.5 -55568,6871.4 -55568,6871.2 -55568,6871.1 -55568,6871 -55568,6870.9 -55567,6870.7 -55567,6870.6 -55567,6870.5 -55567,6870.3 -55567,6870.2 -55567,6870.1 -55567,6870 -55566,6869.8 -55566,6869.7 -55566,6869.6 -55566,6869.4 -55566,6869.3 -55566,6869.2 -55566,6869 -55565,6868.9 -55565,6868.8 -55565,6868.6 -55565,6868.5 -55565,6868.4 -55565,6868.2 -55564,6868.1 -55564,6868 -55564,6867.8 -55564,6867.7 -55564,6867.6 -55564,6867.4 -55564,6867.3 -55563,6867.2 -55563,6867 -55563,6866.9 -55563,6866.8 -55563,6866.6 -55563,6866.5 -55563,6866.3 -55562,6866.2 -55562,6866.1 -55562,6865.9 -55562,6865.8 -55562,6865.6 -55562,6865.5 -55561,6865.4 -55561,6865.2 -55561,6865.1 -55561,6864.9 -55561,6864.8 -55561,6864.7 -55561,6864.5 -55560,6864.4 -55571,6891 -55570,6890.9 -55570,6890.9 -55570,6890.8 -55570,6890.8 -55570,6890.7 -55570,6890.7 -55570,6890.6 -55570,6890.5 -55569,6890.5 -55569,6890.4 -55569,6890.4 -55569,6890.3 -55569,6890.3 -55569,6890.2 -55569,6890.1 -55569,6890.1 -55568,6890 -55568,6890 -55568,6889.9 -55568,6889.8 -55568,6889.8 -55568,6889.7 -55568,6889.7 -55568,6889.6 -55567,6889.5 -55567,6889.5 -55567,6889.4 -55567,6889.4 -55567,6889.3 -55567,6889.2 -55567,6889.2 -55566,6889.1 -55566,6889 -55566,6889 -55566,6888.9 -55566,6888.9 -55566,6888.8 -55566,6888.7 -55566,6888.7 -55565,6888.6 -55565,6888.6 -55565,6888.5 -55565,6888.4 -55565,6888.4 -55565,6888.3 -55565,6888.2 -55565,6888.2 -55564,6888.1 -55564,6888 -55564,6888 -55564,6887.9 -55564,6887.9 -55564,6887.8 -55564,6887.7 -55563,6887.7 -55563,6887.6 -55563,6887.5 -55563,6887.5 -55563,6887.4 -55563,6887.3 -55563,6887.3 -55563,6887.2 -55562,6887.1 -55562,6887.1 -55562,6887 -55562,6886.9 -55562,6886.9 -55562,6886.8 -55562,6886.7 -55561,6886.7 -55561,6886.6 -55561,6886.5 -55561,6886.5 -55561,6886.4 -55561,6886.3 -55561,6886.3 -55560,6886.2 -55560,6886.1 -55560,6886.1 -55560,6886 -55560,6885.9 -55560,6885.9 -55560,6885.8 -55560,6885.7 -55559,6885.7 -55559,6885.6 -55559,6885.5 -55559,6885.4 -55559,6885.4 -55559,6885.3 -55559,6885.2 -55558,6885.2 -55558,6885.1 -55558,6885 -55558,6885 -55558,6884.9 -55558,6884.8 -55558,6884.7 -55557,6884.7 -55557,6884.6 -55557,6884.5 -55557,6884.5 -55557,6884.4 -55557,6884.3 -55557,6884.2 -55557,6884.2 -55556,6884.1 -55556,6884 -55556,6884 -55556,6883.9 -55556,6883.8 -55556,6883.7 -55556,6883.7 -55555,6883.6 -55555,6883.5 -55555,6883.5 -55555,6883.4 -55555,6883.3 -55555,6883.2 -55555,6883.2 -55554,6883.1 -55554,6883 -55554,6882.9 -55554,6882.9 -55554,6882.8 -55554,6882.7 -55554,6882.6 -55553,6882.6 -55553,6882.5 -55553,6882.4 -55553,6882.3 -55553,6882.3 -55553,6882.2 -55553,6882.1 -55552,6882 -55552,6881.9 -55552,6881.9 -55552,6881.8 -55552,6881.7 -55552,6881.6 -55552,6881.6 -55551,6881.5 -55551,6881.4 -55551,6881.3 -55551,6881.3 -55551,6881.2 -55551,6881.1 -55551,6881 -55551,6881 -55550,6880.9 -55550,6880.8 -55550,6880.7 -55550,6880.6 -55550,6880.6 -55550,6880.5 -55550,6880.4 -55549,6880.3 -55549,6880.2 -55549,6880.2 -55549,6880.1 -55549,6880 -55549,6879.9 -55549,6879.8 -55548,6879.8 -55548,6879.7 -55548,6879.6 -55548,6879.5 -55548,6879.4 -55548,6879.4 -55548,6879.3 -55547,6879.2 -55547,6879.1 -55547,6879 -55547,6878.9 -55547,6878.9 -55547,6878.8 -55547,6878.7 -55546,6878.6 -55546,6878.5 -55546,6878.5 -55546,6878.4 -55546,6878.3 -55546,6878.2 -55545,6878.1 -55545,6878 -55545,6878 -55545,6877.9 -55545,6877.8 -55545,6877.7 -55545,6877.6 -55544,6877.5 -55544,6877.4 -55544,6877.4 -55544,6877.3 -55544,6877.2 -55544,6877.1 -55544,6877 -55543,6876.9 -55543,6876.8 -55543,6876.8 -55543,6876.7 -55543,6876.6 -55543,6876.5 -55543,6876.4 -55542,6876.3 -55542,6876.2 -55542,6876.1 -55542,6876.1 -55542,6876 -55542,6875.9 -55542,6875.8 -55541,6875.7 -55541,6875.6 -55541,6875.5 -55541,6875.4 -55541,6875.3 -55541,6875.3 -55541,6875.2 -55540,6875.1 -55540,6875 -55540,6874.9 -55540,6874.8 -55540,6874.7 -55540,6874.6 -55539,6874.5 -55539,6874.4 -55539,6874.4 -55539,6874.3 -55539,6874.2 -55539,6874.1 -55539,6874 -55538,6873.9 -55538,6873.8 -55538,6873.7 -55538,6873.6 -55538,6873.5 -55538,6873.4 -55538,6873.3 -55537,6873.2 -55537,6873.1 -55537,6873 -55537,6873 -55537,6872.9 -55537,6872.8 -55537,6872.7 -55536,6872.6 -55536,6872.5 -55536,6872.4 -55536,6872.3 -55536,6872.2 -55536,6872.1 -55535,6872 -55535,6871.9 -55535,6871.8 -55535,6871.7 -55535,6871.6 -55535,6871.5 -55535,6871.4 -55534,6871.3 -55534,6871.2 -55534,6871.1 -55534,6871 -55534,6870.9 -55534,6870.8 -55533,6870.7 -55533,6870.6 -55533,6870.5 -55533,6870.4 -55533,6870.3 -55533,6870.2 -55533,6870.1 -55532,6870 -55532,6869.9 -55532,6869.8 -55532,6869.7 -55532,6869.6 -55532,6869.5 -55532,6869.4 -55531,6869.3 -55531,6869.2 -55531,6869.1 -55531,6869 -55531,6868.9 -55531,6868.8 -55530,6868.7 -55530,6868.6 -55530,6868.5 -55530,6868.4 -55530,6868.3 -55530,6868.2 -55530,6868.1 -55529,6868 -55529,6867.9 -55529,6867.7 -55529,6867.6 -55529,6867.5 -55529,6867.4 -55544,6889.2 -55544,6889.1 -55544,6889.1 -55544,6889.1 -55544,6889 -55544,6889 -55543,6889 -55543,6888.9 -55543,6888.9 -55543,6888.8 -55543,6888.8 -55543,6888.8 -55543,6888.7 -55543,6888.7 -55543,6888.6 -55542,6888.6 -55542,6888.6 -55542,6888.5 -55542,6888.5 -55542,6888.4 -55542,6888.4 -55542,6888.4 -55542,6888.3 -55541,6888.3 -55541,6888.2 -55541,6888.2 -55541,6888.2 -55541,6888.1 -55541,6888.1 -55541,6888 -55541,6888 -55541,6887.9 -55540,6887.9 -55540,6887.9 -55540,6887.8 -55540,6887.8 -55540,6887.7 -55540,6887.7 -55540,6887.6 -55540,6887.6 -55539,6887.6 -55539,6887.5 -55539,6887.5 -55539,6887.4 -55539,6887.4 -55539,6887.3 -55539,6887.3 -55539,6887.3 -55538,6887.2 -55538,6887.2 -55538,6887.1 -55538,6887.1 -55538,6887 -55538,6887 -55538,6887 -55538,6886.9 -55538,6886.9 -55537,6886.8 -55537,6886.8 -55537,6886.7 -55537,6886.7 -55537,6886.6 -55537,6886.6 -55537,6886.6 -55537,6886.5 -55536,6886.5 -55536,6886.4 -55536,6886.4 -55536,6886.3 -55536,6886.3 -55536,6886.2 -55536,6886.2 -55536,6886.1 -55535,6886.1 -55535,6886.1 -55535,6886 -55535,6886 -55535,6885.9 -55535,6885.9 -55535,6885.8 -55535,6885.8 -55534,6885.7 -55534,6885.7 -55534,6885.6 -55534,6885.6 -55534,6885.5 -55534,6885.5 -55534,6885.4 -55534,6885.4 -55533,6885.4 -55533,6885.3 -55533,6885.3 -55533,6885.2 -55533,6885.2 -55533,6885.1 -55533,6885.1 -55533,6885 -55532,6885 -55532,6884.9 -55532,6884.9 -55532,6884.8 -55532,6884.8 -55532,6884.7 -55532,6884.7 -55532,6884.6 -55531,6884.6 -55531,6884.5 -55531,6884.5 -55531,6884.4 -55531,6884.4 -55531,6884.3 -55531,6884.3 -55531,6884.2 -55530,6884.2 -55530,6884.1 -55530,6884.1 -55530,6884 -55530,6884 -55530,6883.9 -55530,6883.9 -55530,6883.8 -55529,6883.8 -55529,6883.7 -55529,6883.7 -55529,6883.6 -55529,6883.6 -55529,6883.5 -55529,6883.5 -55529,6883.4 -55528,6883.3 -55528,6883.3 -55528,6883.2 -55528,6883.2 -55528,6883.1 -55528,6883.1 -55528,6883 -55528,6883 -55527,6882.9 -55527,6882.9 -55527,6882.8 -55527,6882.8 -55527,6882.7 -55527,6882.7 -55527,6882.6 -55527,6882.6 -55526,6882.5 -55526,6882.4 -55526,6882.4 -55526,6882.3 -55526,6882.3 -55526,6882.2 -55526,6882.2 -55526,6882.1 -55525,6882.1 -55525,6882 -55525,6882 -55525,6881.9 -55525,6881.8 -55525,6881.8 -55525,6881.7 -55525,6881.7 -55524,6881.6 -55524,6881.6 -55524,6881.5 -55524,6881.5 -55524,6881.4 -55524,6881.3 -55524,6881.3 -55523,6881.2 -55523,6881.2 -55523,6881.1 -55523,6881.1 -55523,6881 -55523,6880.9 -55523,6880.9 -55523,6880.8 -55522,6880.8 -55522,6880.7 -55522,6880.6 -55522,6880.6 -55522,6880.5 -55522,6880.5 -55522,6880.4 -55522,6880.4 -55521,6880.3 -55521,6880.2 -55521,6880.2 -55521,6880.1 -55521,6880.1 -55521,6880 -55521,6879.9 -55520,6879.9 -55520,6879.8 -55520,6879.8 -55520,6879.7 -55520,6879.6 -55520,6879.6 -55520,6879.5 -55520,6879.5 -55519,6879.4 -55519,6879.3 -55519,6879.3 -55519,6879.2 -55519,6879.1 -55519,6879.1 -55519,6879 -55518,6879 -55518,6878.9 -55518,6878.8 -55518,6878.8 -55518,6878.7 -55518,6878.6 -55518,6878.6 -55518,6878.5 -55517,6878.5 -55517,6878.4 -55517,6878.3 -55517,6878.3 -55517,6878.2 -55517,6878.1 -55517,6878.1 -55516,6878 -55516,6877.9 -55516,6877.9 -55516,6877.8 -55516,6877.7 -55516,6877.7 -55516,6877.6 -55516,6877.6 -55515,6877.5 -55515,6877.4 -55515,6877.3 -55515,6877.3 -55515,6877.2 -55515,6877.1 -55515,6877.1 -55514,6877 -55514,6876.9 -55514,6876.9 -55514,6876.8 -55514,6876.7 -55514,6876.7 -55514,6876.6 -55513,6876.5 -55513,6876.5 -55513,6876.4 -55513,6876.3 -55513,6876.3 -55513,6876.2 -55513,6876.1 -55512,6876 -55512,6876 -55512,6875.9 -55512,6875.8 -55512,6875.8 -55512,6875.7 -55512,6875.6 -55512,6875.6 -55511,6875.5 -55511,6875.4 -55511,6875.3 -55511,6875.3 -55511,6875.2 -55511,6875.1 -55511,6875.1 -55510,6875 -55510,6874.9 -55510,6874.8 -55510,6874.8 -55510,6874.7 -55510,6874.6 -55510,6874.6 -55509,6874.5 -55509,6874.4 -55509,6874.3 -55509,6874.3 -55509,6874.2 -55509,6874.1 -55509,6874 -55508,6874 -55508,6873.9 -55508,6873.8 -55508,6873.8 -55508,6873.7 -55508,6873.6 -55508,6873.5 -55507,6873.5 -55507,6873.4 -55507,6873.3 -55507,6873.2 -55507,6873.2 -55507,6873.1 -55507,6873 -55506,6872.9 -55506,6872.9 -55506,6872.8 -55506,6872.7 -55506,6872.6 -55518,6888.4 -55518,6888.3 -55518,6888.3 -55518,6888.3 -55518,6888.2 -55518,6888.2 -55518,6888.2 -55518,6888.2 -55517,6888.1 -55517,6888.1 -55517,6888.1 -55517,6888 -55517,6888 -55517,6888 -55517,6887.9 -55517,6887.9 -55517,6887.9 -55516,6887.9 -55516,6887.8 -55516,6887.8 -55516,6887.8 -55516,6887.7 -55516,6887.7 -55516,6887.7 -55516,6887.7 -55516,6887.6 -55515,6887.6 -55515,6887.6 -55515,6887.5 -55515,6887.5 -55515,6887.5 -55515,6887.5 -55515,6887.4 -55515,6887.4 -55515,6887.4 -55514,6887.3 -55514,6887.3 -55514,6887.3 -55514,6887.2 -55514,6887.2 -55514,6887.2 -55514,6887.1 -55514,6887.1 -55514,6887.1 -55513,6887 -55513,6887 -55513,6887 -55513,6887 -55513,6886.9 -55513,6886.9 -55513,6886.9 -55513,6886.8 -55513,6886.8 -55512,6886.8 -55512,6886.7 -55512,6886.7 -55512,6886.7 -55512,6886.6 -55512,6886.6 -55512,6886.6 -55512,6886.5 -55512,6886.5 -55511,6886.5 -55511,6886.4 -55511,6886.4 -55511,6886.4 -55511,6886.4 -55511,6886.3 -55511,6886.3 -55511,6886.3 -55511,6886.2 -55510,6886.2 -55510,6886.2 -55510,6886.1 -55510,6886.1 -55510,6886 -55510,6886 -55510,6886 -55510,6885.9 -55509,6885.9 -55509,6885.9 -55509,6885.8 -55509,6885.8 -55509,6885.8 -55509,6885.7 -55509,6885.7 -55509,6885.7 -55509,6885.6 -55508,6885.6 -55508,6885.6 -55508,6885.5 -55508,6885.5 -55508,6885.5 -55508,6885.4 -55508,6885.4 -55508,6885.3 -55508,6885.3 -55507,6885.3 -55507,6885.2 -55507,6885.2 -55507,6885.2 -55507,6885.1 -55507,6885.1 -55507,6885.1 -55507,6885 -55507,6885 -55506,6884.9 -55506,6884.9 -55506,6884.9 -55506,6884.8 -55506,6884.8 -55506,6884.8 -55506,6884.7 -55506,6884.7 -55505,6884.6 -55505,6884.6 -55505,6884.6 -55505,6884.5 -55505,6884.5 -55505,6884.4 -55505,6884.4 -55505,6884.4 -55505,6884.3 -55504,6884.3 -55504,6884.3 -55504,6884.2 -55504,6884.2 -55504,6884.1 -55504,6884.1 -55504,6884.1 -55504,6884 -55504,6884 -55503,6883.9 -55503,6883.9 -55503,6883.9 -55503,6883.8 -55503,6883.8 -55503,6883.7 -55503,6883.7 -55503,6883.7 -55502,6883.6 -55502,6883.6 -55502,6883.5 -55502,6883.5 -55502,6883.4 -55502,6883.4 -55502,6883.4 -55502,6883.3 -55501,6883.3 -55501,6883.2 -55501,6883.2 -55501,6883.2 -55501,6883.1 -55501,6883.1 -55501,6883 -55501,6883 -55501,6882.9 -55500,6882.9 -55500,6882.9 -55500,6882.8 -55500,6882.8 -55500,6882.7 -55500,6882.7 -55500,6882.6 -55500,6882.6 -55499,6882.5 -55499,6882.5 -55499,6882.5 -55499,6882.4 -55499,6882.4 -55499,6882.3 -55499,6882.3 -55499,6882.2 -55498,6882.2 -55498,6882.2 -55498,6882.1 -55498,6882.1 -55498,6882 -55498,6882 -55498,6881.9 -55498,6881.9 -55498,6881.8 -55497,6881.8 -55497,6881.7 -55497,6881.7 -55497,6881.7 -55497,6881.6 -55497,6881.6 -55497,6881.5 -55497,6881.5 -55496,6881.4 -55496,6881.4 -55496,6881.3 -55496,6881.3 -55496,6881.2 -55496,6881.2 -55496,6881.1 -55496,6881.1 -55495,6881.1 -55495,6881 -55495,6881 -55495,6880.9 -55495,6880.9 -55495,6880.8 -55495,6880.8 -55495,6880.7 -55494,6880.7 -55494,6880.6 -55494,6880.6 -55494,6880.5 -55494,6880.5 -55494,6880.4 -55494,6880.4 -55494,6880.3 -55493,6880.3 -55493,6880.2 -55493,6880.2 -55493,6880.1 -55493,6880.1 -55493,6880 -55493,6880 -55493,6879.9 -55492,6879.9 -55492,6879.8 -55492,6879.8 -55492,6879.7 -55492,6879.7 -55492,6879.6 -55492,6879.6 -55492,6879.5 -55491,6879.5 -55491,6879.4 -55491,6879.4 -55491,6879.3 -55491,6879.3 -55491,6879.2 -55491,6879.2 -55491,6879.1 -55490,6879 -55490,6879 -55490,6878.9 -55490,6878.9 -55490,6878.8 -55490,6878.8 -55490,6878.7 -55490,6878.7 -55489,6878.6 -55489,6878.6 -55489,6878.5 -55489,6878.5 -55489,6878.4 -55489,6878.3 -55489,6878.3 -55489,6878.2 -55488,6878.2 -55488,6878.1 -55488,6878.1 -55488,6878 -55488,6878 -55488,6877.9 -55488,6877.8 -55488,6877.8 -55487,6877.7 -55487,6877.7 -55487,6877.6 -55487,6877.6 -55487,6877.5 -55487,6877.5 -55487,6877.4 -55486,6877.3 -55486,6877.3 -55486,6877.2 -55486,6877.2 -55486,6877.1 -55486,6877.1 -55486,6877 -55486,6876.9 -55485,6876.9 -55485,6876.8 -55485,6876.8 -55485,6876.7 -55485,6876.6 -55485,6876.6 -55485,6876.5 -55485,6876.5 -55484,6876.4 -55484,6876.4 -55484,6876.3 -55484,6876.2 -55484,6876.2 -55484,6876.1 -55484,6876 -55483,6876 -55483,6875.9 -55483,6875.9 -55483,6875.8 -55483,6875.7 -55495,6887.4 -55495,6887.4 -55495,6887.4 -55495,6887.4 -55495,6887.3 -55495,6887.3 -55495,6887.3 -55495,6887.3 -55494,6887.2 -55494,6887.2 -55494,6887.2 -55494,6887.2 -55494,6887.1 -55494,6887.1 -55494,6887.1 -55494,6887.1 -55494,6887 -55494,6887 -55493,6887 -55493,6887 -55493,6886.9 -55493,6886.9 -55493,6886.9 -55493,6886.8 -55493,6886.8 -55493,6886.8 -55493,6886.8 -55492,6886.7 -55492,6886.7 -55492,6886.7 -55492,6886.7 -55492,6886.6 -55492,6886.6 -55492,6886.6 -55492,6886.6 -55492,6886.5 -55492,6886.5 -55491,6886.5 -55491,6886.5 -55491,6886.4 -55491,6886.4 -55491,6886.4 -55491,6886.4 -55491,6886.3 -55491,6886.3 -55491,6886.3 -55490,6886.2 -55490,6886.2 -55490,6886.2 -55490,6886.2 -55490,6886.1 -55490,6886.1 -55490,6886.1 -55490,6886.1 -55490,6886 -55490,6886 -55489,6886 -55489,6885.9 -55489,6885.9 -55489,6885.9 -55489,6885.9 -55489,6885.8 -55489,6885.8 -55489,6885.8 -55489,6885.7 -55488,6885.7 -55488,6885.7 -55488,6885.7 -55488,6885.6 -55488,6885.6 -55488,6885.6 -55488,6885.5 -55488,6885.5 -55488,6885.5 -55488,6885.5 -55487,6885.4 -55487,6885.4 -55487,6885.4 -55487,6885.4 -55487,6885.3 -55487,6885.3 -55487,6885.3 -55487,6885.2 -55487,6885.2 -55486,6885.2 -55486,6885.2 -55486,6885.1 -55486,6885.1 -55486,6885.1 -55486,6885 -55486,6885 -55486,6885 -55486,6885 -55486,6884.9 -55485,6884.9 -55485,6884.9 -55485,6884.8 -55485,6884.8 -55485,6884.8 -55485,6884.7 -55485,6884.7 -55485,6884.7 -55485,6884.7 -55484,6884.6 -55484,6884.6 -55484,6884.6 -55484,6884.5 -55484,6884.5 -55484,6884.5 -55484,6884.5 -55484,6884.4 -55484,6884.4 -55483,6884.4 -55483,6884.3 -55483,6884.3 -55483,6884.3 -55483,6884.2 -55483,6884.2 -55483,6884.2 -55483,6884.2 -55483,6884.1 -55483,6884.1 -55482,6884.1 -55482,6884 -55482,6884 -55482,6884 -55482,6883.9 -55482,6883.9 -55482,6883.9 -55482,6883.8 -55482,6883.8 -55481,6883.8 -55481,6883.7 -55481,6883.7 -55481,6883.7 -55481,6883.6 -55481,6883.6 -55481,6883.6 -55481,6883.5 -55481,6883.5 -55480,6883.5 -55480,6883.4 -55480,6883.4 -55480,6883.4 -55480,6883.3 -55480,6883.3 -55480,6883.3 -55480,6883.2 -55480,6883.2 -55479,6883.2 -55479,6883.1 -55479,6883.1 -55479,6883.1 -55479,6883 -55479,6883 -55479,6883 -55479,6882.9 -55479,6882.9 -55478,6882.9 -55478,6882.8 -55478,6882.8 -55478,6882.8 -55478,6882.7 -55478,6882.7 -55478,6882.7 -55478,6882.6 -55478,6882.6 -55477,6882.5 -55477,6882.5 -55477,6882.5 -55477,6882.4 -55477,6882.4 -55477,6882.4 -55477,6882.3 -55477,6882.3 -55476,6882.3 -55476,6882.2 -55476,6882.2 -55476,6882.2 -55476,6882.1 -55476,6882.1 -55476,6882 -55476,6882 -55476,6882 -55475,6881.9 -55475,6881.9 -55475,6881.9 -55475,6881.8 -55475,6881.8 -55475,6881.7 -55475,6881.7 -55475,6881.7 -55474,6881.6 -55474,6881.6 -55474,6881.5 -55474,6881.5 -55474,6881.5 -55474,6881.4 -55474,6881.4 -55474,6881.3 -55474,6881.3 -55473,6881.3 -55473,6881.2 -55473,6881.2 -55473,6881.1 -55473,6881.1 -55473,6881.1 -55473,6881 -55473,6881 -55472,6880.9 -55472,6880.9 -55472,6880.9 -55472,6880.8 -55472,6880.8 -55472,6880.7 -55472,6880.7 -55472,6880.7 -55471,6880.6 -55471,6880.6 -55471,6880.5 -55471,6880.5 -55471,6880.5 -55471,6880.4 -55471,6880.4 -55471,6880.3 -55470,6880.3 -55470,6880.2 -55470,6880.2 -55470,6880.2 -55470,6880.1 -55470,6880.1 -55470,6880 -55470,6880 -55470,6879.9 -55469,6879.9 -55469,6879.9 -55469,6879.8 -55469,6879.8 -55469,6879.7 -55469,6879.7 -55469,6879.6 -55469,6879.6 -55468,6879.6 -55468,6879.5 -55468,6879.5 -55468,6879.4 -55468,6879.4 -55468,6879.3 -55468,6879.3 -55468,6879.3 -55467,6879.2 -55467,6879.2 -55467,6879.1 -55467,6879.1 -55467,6879 -55467,6879 -55467,6878.9 -55467,6878.9 -55466,6878.8 -55466,6878.8 -55466,6878.8 -55466,6878.7 -55466,6878.7 -55466,6878.6 -55466,6878.6 -55466,6878.5 -55465,6878.5 -55465,6878.4 -55465,6878.4 -55465,6878.3 -55465,6878.3 -55465,6878.2 -55465,6878.2 -55465,6878.2 -55464,6878.1 -55464,6878.1 -55464,6878 -55464,6878 -55464,6877.9 -55464,6877.9 -55464,6877.8 -55463,6877.8 -55463,6877.7 -55463,6877.7 -55463,6877.6 -55463,6877.6 -55463,6877.6 -55463,6877.5 -55463,6877.5 -55462,6877.4 -55462,6877.4 -55462,6877.3 -55462,6877.3 -55462,6877.2 -55462,6877.2 -55462,6877.1 -55462,6877.1 -55461,6877 -55461,6877 -55472,6889.7 -55472,6889.7 -55471,6889.7 -55471,6889.7 -55471,6889.7 -55471,6889.7 -55471,6889.6 -55471,6889.6 -55471,6889.6 -55471,6889.6 -55471,6889.6 -55471,6889.6 -55470,6889.6 -55470,6889.6 -55470,6889.6 -55470,6889.6 -55470,6889.5 -55470,6889.5 -55470,6889.5 -55470,6889.5 -55470,6889.5 -55470,6889.5 -55469,6889.5 -55469,6889.5 -55469,6889.5 -55469,6889.5 -55469,6889.5 -55469,6889.4 -55469,6889.4 -55469,6889.4 -55469,6889.4 -55469,6889.4 -55468,6889.4 -55468,6889.4 -55468,6889.4 -55468,6889.4 -55468,6889.3 -55468,6889.3 -55468,6889.3 -55468,6889.3 -55468,6889.3 -55468,6889.3 -55467,6889.3 -55467,6889.3 -55467,6889.3 -55467,6889.3 -55467,6889.2 -55467,6889.2 -55467,6889.2 -55467,6889.2 -55467,6889.2 -55466,6889.2 -55466,6889.2 -55466,6889.2 -55466,6889.2 -55466,6889.2 -55466,6889.2 -55466,6889.1 -55466,6889.1 -55466,6889.1 -55466,6889.1 -55465,6889.1 -55465,6889.1 -55465,6889.1 -55465,6889.1 -55465,6889.1 -55465,6889.1 -55465,6889 -55465,6889 -55465,6889 -55465,6889 -55464,6889 -55464,6889 -55464,6889 -55464,6889 -55464,6889 -55464,6889 -55464,6889 -55464,6888.9 -55464,6888.9 -55463,6888.9 -55463,6888.9 -55463,6888.9 -55463,6888.9 -55463,6888.9 -55463,6888.9 -55463,6888.9 -55463,6888.9 -55463,6888.9 -55463,6888.8 -55462,6888.8 -55462,6888.8 -55462,6888.8 -55462,6888.8 -55462,6888.8 -55462,6888.8 -55462,6888.8 -55462,6888.8 -55462,6888.8 -55461,6888.7 -55461,6888.7 -55461,6888.7 -55461,6888.7 -55461,6888.7 -55461,6888.7 -55461,6888.7 -55461,6888.7 -55461,6888.7 -55461,6888.7 -55460,6888.6 -55460,6888.6 -55460,6888.6 -55460,6888.6 -55460,6888.6 -55460,6888.6 -55460,6888.6 -55460,6888.6 -55460,6888.6 -55459,6888.6 -55459,6888.6 -55459,6888.5 -55459,6888.5 -55459,6888.5 -55459,6888.5 -55459,6888.5 -55459,6888.5 -55459,6888.5 -55458,6888.5 -55458,6888.5 -55458,6888.5 -55458,6888.5 -55458,6888.4 -55458,6888.4 -55458,6888.4 -55458,6888.4 -55458,6888.4 -55457,6888.4 -55457,6888.4 -55457,6888.4 -55457,6888.4 -55457,6888.4 -55457,6888.4 -55457,6888.3 -55457,6888.3 -55457,6888.3 -55457,6888.3 -55456,6888.3 -55456,6888.3 -55456,6888.3 -55456,6888.3 -55456,6888.3 -55456,6888.3 -55456,6888.3 -55456,6888.2 -55456,6888.2 -55455,6888.2 -55455,6888.2 -55455,6888.2 -55455,6888.2 -55455,6888.2 -55455,6888.2 -55455,6888.2 -55455,6888.2 -55455,6888.1 -55454,6888.1 -55454,6888.1 -55454,6888.1 -55454,6888.1 -55454,6888.1 -55454,6888.1 -55454,6888.1 -55454,6888.1 -55454,6888.1 -55453,6888.1 -55453,6888 -55453,6888 -55453,6888 -55453,6888 -55453,6888 -55453,6888 -55453,6888 -55452,6888 -55452,6888 -55452,6888 -55452,6888 -55452,6887.9 -55452,6887.9 -55452,6887.9 -55452,6887.9 -55452,6887.9 -55451,6887.9 -55451,6887.9 -55451,6887.9 -55451,6887.9 -55451,6887.9 -55451,6887.9 -55451,6887.8 -55451,6887.8 -55451,6887.8 -55450,6887.8 -55450,6887.8 -55450,6887.8 -55450,6887.8 -55450,6887.8 -55450,6887.8 -55450,6887.8 -55450,6887.8 -55450,6887.7 -55449,6887.7 -55449,6887.7 -55449,6887.7 -55449,6887.7 -55449,6887.7 -55449,6887.7 -55449,6887.7 -55449,6887.7 -55448,6887.7 -55448,6887.7 -55448,6887.7 -55448,6887.6 -55448,6887.6 -55448,6887.6 -55448,6887.6 -55448,6887.6 -55448,6887.6 -55447,6887.6 -55447,6887.6 -55447,6887.6 -55447,6887.6 -55447,6887.6 -55447,6887.5 -55447,6887.5 -55447,6887.5 -55446,6887.5 -55446,6887.5 -55446,6887.5 -55446,6887.5 -55446,6887.5 -55446,6887.5 -55446,6887.5 -55446,6887.5 -55446,6887.4 -55445,6887.4 -55445,6887.4 -55445,6887.4 -55445,6887.4 -55445,6887.4 -55445,6887.4 -55445,6887.4 -55445,6887.4 -55444,6887.4 -55444,6887.4 -55444,6887.4 -55444,6887.3 -55444,6887.3 -55444,6887.3 -55444,6887.3 -55444,6887.3 -55444,6887.3 -55443,6887.3 -55443,6887.3 -55443,6887.3 -55443,6887.3 -55443,6887.3 -55443,6887.2 -55443,6887.2 -55443,6887.2 -55442,6887.2 -55442,6887.2 -55442,6887.2 -55442,6887.2 -55442,6887.2 -55442,6887.2 -55442,6887.2 -55442,6887.2 -55441,6887.1 -55441,6887.1 -55441,6887.1 -55441,6887.1 -55441,6887.1 -55441,6887.1 -55441,6887.1 -55441,6887.1 -55441,6887.1 -55440,6887.1 -55440,6887.1 -55440,6887.1 -55440,6887 -55440,6887 -55440,6887 -55440,6887 -55440,6887 -55439,6887 -55439,6887 -55439,6887 -55439,6887 -55439,6887 -55447,6895.3 -55447,6895.3 -55447,6895.3 -55447,6895.3 -55447,6895.3 -55447,6895.4 -55447,6895.4 -55447,6895.4 -55447,6895.4 -55447,6895.4 -55446,6895.4 -55446,6895.4 -55446,6895.5 -55446,6895.5 -55446,6895.5 -55446,6895.5 -55446,6895.5 -55446,6895.5 -55446,6895.6 -55446,6895.6 -55445,6895.6 -55445,6895.6 -55445,6895.6 -55445,6895.6 -55445,6895.7 -55445,6895.7 -55445,6895.7 -55445,6895.7 -55445,6895.7 -55445,6895.7 -55444,6895.8 -55444,6895.8 -55444,6895.8 -55444,6895.8 -55444,6895.8 -55444,6895.8 -55444,6895.9 -55444,6895.9 -55444,6895.9 -55444,6895.9 -55443,6895.9 -55443,6895.9 -55443,6896 -55443,6896 -55443,6896 -55443,6896 -55443,6896 -55443,6896 -55443,6896.1 -55443,6896.1 -55442,6896.1 -55442,6896.1 -55442,6896.1 -55442,6896.1 -55442,6896.2 -55442,6896.2 -55442,6896.2 -55442,6896.2 -55442,6896.2 -55442,6896.3 -55441,6896.3 -55441,6896.3 -55441,6896.3 -55441,6896.3 -55441,6896.3 -55441,6896.4 -55441,6896.4 -55441,6896.4 -55441,6896.4 -55440,6896.4 -55440,6896.4 -55440,6896.5 -55440,6896.5 -55440,6896.5 -55440,6896.5 -55440,6896.5 -55440,6896.5 -55440,6896.6 -55440,6896.6 -55439,6896.6 -55439,6896.6 -55439,6896.6 -55439,6896.7 -55439,6896.7 -55439,6896.7 -55439,6896.7 -55439,6896.7 -55439,6896.7 -55438,6896.8 -55438,6896.8 -55438,6896.8 -55438,6896.8 -55438,6896.8 -55438,6896.9 -55438,6896.9 -55438,6896.9 -55438,6896.9 -55438,6896.9 -55437,6897 -55437,6897 -55437,6897 -55437,6897 -55437,6897 -55437,6897 -55437,6897.1 -55437,6897.1 -55437,6897.1 -55436,6897.1 -55436,6897.1 -55436,6897.2 -55436,6897.2 -55436,6897.2 -55436,6897.2 -55436,6897.2 -55436,6897.2 -55436,6897.3 -55436,6897.3 -55435,6897.3 -55435,6897.3 -55435,6897.3 -55435,6897.4 -55435,6897.4 -55435,6897.4 -55435,6897.4 -55435,6897.4 -55435,6897.5 -55435,6897.5 -55434,6897.5 -55434,6897.5 -55434,6897.5 -55434,6897.6 -55434,6897.6 -55434,6897.6 -55434,6897.6 -55434,6897.6 -55434,6897.7 -55433,6897.7 -55433,6897.7 -55433,6897.7 -55433,6897.7 -55433,6897.7 -55433,6897.8 -55433,6897.8 -55433,6897.8 -55433,6897.8 -55433,6897.8 -55432,6897.9 -55432,6897.9 -55432,6897.9 -55432,6897.9 -55432,6897.9 -55432,6898 -55432,6898 -55432,6898 -55432,6898 -55431,6898 -55431,6898 -55431,6898.1 -55431,6898.1 -55431,6898.1 -55431,6898.1 -55431,6898.1 -55431,6898.2 -55431,6898.2 -55431,6898.2 -55430,6898.2 -55430,6898.2 -55430,6898.3 -55430,6898.3 -55430,6898.3 -55430,6898.3 -55430,6898.3 -55430,6898.4 -55430,6898.4 -55429,6898.4 -55429,6898.4 -55429,6898.4 -55429,6898.5 -55429,6898.5 -55429,6898.5 -55429,6898.5 -55429,6898.5 -55429,6898.6 -55429,6898.6 -55428,6898.6 -55428,6898.6 -55428,6898.6 -55428,6898.7 -55428,6898.7 -55428,6898.7 -55428,6898.7 -55428,6898.7 -55428,6898.8 -55427,6898.8 -55427,6898.8 -55427,6898.8 -55427,6898.8 -55427,6898.9 -55427,6898.9 -55427,6898.9 -55427,6898.9 -55427,6898.9 -55427,6899 -55426,6899 -55426,6899 -55426,6899 -55426,6899 -55426,6899 -55426,6899.1 -55426,6899.1 -55426,6899.1 -55426,6899.1 -55425,6899.1 -55425,6899.2 -55425,6899.2 -55425,6899.2 -55425,6899.2 -55425,6899.2 -55425,6899.3 -55425,6899.3 -55425,6899.3 -55424,6899.3 -55424,6899.3 -55424,6899.4 -55424,6899.4 -55424,6899.4 -55424,6899.4 -55424,6899.4 -55424,6899.5 -55424,6899.5 -55423,6899.5 -55423,6899.5 -55423,6899.6 -55423,6899.6 -55423,6899.6 -55423,6899.6 -55423,6899.6 -55423,6899.6 -55423,6899.7 -55422,6899.7 -55422,6899.7 -55422,6899.7 -55422,6899.7 -55422,6899.8 -55422,6899.8 -55422,6899.8 -55422,6899.8 -55422,6899.8 -55422,6899.9 -55421,6899.9 -55421,6899.9 -55421,6899.9 -55421,6899.9 -55421,6900 -55421,6900 -55421,6900 -55421,6900 -55421,6900 -55420,6900.1 -55420,6900.1 -55420,6900.1 -55420,6900.1 -55420,6900.1 -55420,6900.2 -55420,6900.2 -55420,6900.2 -55420,6900.2 -55419,6900.2 -55419,6900.3 -55419,6900.3 -55419,6900.3 -55419,6900.3 -55419,6900.3 -55419,6900.4 -55419,6900.4 -55419,6900.4 -55418,6900.4 -55418,6900.4 -55418,6900.5 -55418,6900.5 -55418,6900.5 -55418,6900.5 -55418,6900.5 -55418,6900.6 -55418,6900.6 -55417,6900.6 -55417,6900.6 -55417,6900.6 -55417,6900.7 -55417,6900.7 -55417,6900.7 -55417,6900.7 -55417,6900.7 -55417,6900.8 -55416,6900.8 -55416,6900.8 -55416,6900.8 -55416,6900.8 -55416,6900.9 -55424,6903.6 -55424,6903.7 -55424,6903.7 -55424,6903.7 -55424,6903.8 -55424,6903.8 -55423,6903.8 -55423,6903.8 -55423,6903.9 -55423,6903.9 -55423,6903.9 -55423,6904 -55423,6904 -55423,6904 -55423,6904 -55423,6904.1 -55423,6904.1 -55422,6904.1 -55422,6904.2 -55422,6904.2 -55422,6904.2 -55422,6904.2 -55422,6904.3 -55422,6904.3 -55422,6904.3 -55422,6904.4 -55422,6904.4 -55422,6904.4 -55421,6904.5 -55421,6904.5 -55421,6904.5 -55421,6904.5 -55421,6904.6 -55421,6904.6 -55421,6904.6 -55421,6904.7 -55421,6904.7 -55421,6904.7 -55421,6904.7 -55420,6904.8 -55420,6904.8 -55420,6904.8 -55420,6904.8 -55420,6904.9 -55420,6904.9 -55420,6904.9 -55420,6905 -55420,6905 -55420,6905 -55420,6905 -55419,6905.1 -55419,6905.1 -55419,6905.1 -55419,6905.2 -55419,6905.2 -55419,6905.2 -55419,6905.3 -55419,6905.3 -55419,6905.3 -55419,6905.3 -55419,6905.4 -55418,6905.4 -55418,6905.4 -55418,6905.5 -55418,6905.5 -55418,6905.5 -55418,6905.6 -55418,6905.6 -55418,6905.6 -55418,6905.7 -55418,6905.7 -55417,6905.7 -55417,6905.7 -55417,6905.8 -55417,6905.8 -55417,6905.8 -55417,6905.9 -55417,6905.9 -55417,6905.9 -55417,6906 -55417,6906 -55417,6906 -55416,6906.1 -55416,6906.1 -55416,6906.1 -55416,6906.1 -55416,6906.2 -55416,6906.2 -55416,6906.2 -55416,6906.3 -55416,6906.3 -55416,6906.3 -55415,6906.4 -55415,6906.4 -55415,6906.4 -55415,6906.5 -55415,6906.5 -55415,6906.5 -55415,6906.5 -55415,6906.6 -55415,6906.6 -55415,6906.6 -55415,6906.7 -55414,6906.7 -55414,6906.7 -55414,6906.8 -55414,6906.8 -55414,6906.8 -55414,6906.9 -55414,6906.9 -55414,6906.9 -55414,6906.9 -55414,6907 -55413,6907 -55413,6907 -55413,6907.1 -55413,6907.1 -55413,6907.1 -55413,6907.2 -55413,6907.2 -55413,6907.2 -55413,6907.3 -55413,6907.3 -55412,6907.3 -55412,6907.3 -55412,6907.4 -55412,6907.4 -55412,6907.4 -55412,6907.5 -55412,6907.5 -55412,6907.5 -55412,6907.6 -55412,6907.6 -55412,6907.6 -55411,6907.7 -55411,6907.7 -55411,6907.7 -55411,6907.8 -55411,6907.8 -55411,6907.8 -55411,6907.8 -55411,6907.9 -55411,6907.9 -55411,6907.9 -55410,6908 -55410,6908 -55410,6908 -55410,6908.1 -55410,6908.1 -55410,6908.1 -55410,6908.1 -55410,6908.2 -55410,6908.2 -55409,6908.2 -55409,6908.3 -55409,6908.3 -55409,6908.3 -55409,6908.4 -55409,6908.4 -55409,6908.4 -55409,6908.5 -55409,6908.5 -55409,6908.5 -55408,6908.6 -55408,6908.6 -55408,6908.6 -55408,6908.6 -55408,6908.7 -55408,6908.7 -55408,6908.7 -55408,6908.8 -55408,6908.8 -55408,6908.8 -55407,6908.9 -55407,6908.9 -55407,6908.9 -55407,6909 -55407,6909 -55407,6909 -55407,6909 -55407,6909.1 -55407,6909.1 -55407,6909.1 -55406,6909.2 -55406,6909.2 -55406,6909.2 -55406,6909.3 -55406,6909.3 -55406,6909.3 -55406,6909.4 -55406,6909.4 -55406,6909.4 -55405,6909.4 -55405,6909.5 -55405,6909.5 -55405,6909.5 -55405,6909.6 -55405,6909.6 -55405,6909.6 -55405,6909.7 -55405,6909.7 -55405,6909.7 -55404,6909.8 -55404,6909.8 -55404,6909.8 -55404,6909.9 -55404,6909.9 -55404,6909.9 -55404,6910 -55404,6910 -55404,6910 -55403,6910 -55403,6910.1 -55403,6910.1 -55403,6910.1 -55403,6910.2 -55403,6910.2 -55403,6910.2 -55403,6910.3 -55403,6910.3 -55403,6910.3 -55402,6910.4 -55402,6910.4 -55402,6910.4 -55402,6910.4 -55402,6910.5 -55402,6910.5 -55402,6910.5 -55402,6910.6 -55402,6910.6 -55401,6910.6 -55401,6910.7 -55401,6910.7 -55401,6910.7 -55401,6910.8 -55401,6910.8 -55401,6910.8 -55401,6910.9 -55401,6910.9 -55401,6910.9 -55400,6911 -55400,6911 -55400,6911 -55400,6911 -55400,6911.1 -55400,6911.1 -55400,6911.1 -55400,6911.2 -55400,6911.2 -55399,6911.2 -55399,6911.3 -55399,6911.3 -55399,6911.3 -55399,6911.4 -55399,6911.4 -55399,6911.4 -55399,6911.4 -55399,6911.5 -55398,6911.5 -55398,6911.5 -55398,6911.6 -55398,6911.6 -55398,6911.6 -55398,6911.7 -55398,6911.7 -55398,6911.7 -55398,6911.8 -55397,6911.8 -55397,6911.8 -55397,6911.8 -55397,6911.9 -55397,6911.9 -55397,6911.9 -55397,6912 -55397,6912 -55397,6912 -55396,6912.1 -55396,6912.1 -55396,6912.1 -55396,6912.2 -55396,6912.2 -55396,6912.2 -55396,6912.3 -55396,6912.3 -55396,6912.3 -55395,6912.3 -55395,6912.4 -55395,6912.4 -55395,6912.4 -55395,6912.5 -55395,6912.5 -55395,6912.5 -55395,6912.6 -55395,6912.6 -55394,6912.6 -55394,6912.6 -55401,6912.1 -55401,6912.1 -55401,6912.1 -55401,6912.2 -55401,6912.2 -55400,6912.2 -55400,6912.3 -55400,6912.3 -55400,6912.3 -55400,6912.4 -55400,6912.4 -55400,6912.4 -55400,6912.4 -55400,6912.5 -55400,6912.5 -55400,6912.5 -55399,6912.6 -55399,6912.6 -55399,6912.6 -55399,6912.7 -55399,6912.7 -55399,6912.7 -55399,6912.8 -55399,6912.8 -55399,6912.8 -55399,6912.8 -55398,6912.9 -55398,6912.9 -55398,6912.9 -55398,6913 -55398,6913 -55398,6913 -55398,6913.1 -55398,6913.1 -55398,6913.1 -55398,6913.2 -55398,6913.2 -55397,6913.2 -55397,6913.3 -55397,6913.3 -55397,6913.3 -55397,6913.3 -55397,6913.4 -55397,6913.4 -55397,6913.4 -55397,6913.5 -55397,6913.5 -55396,6913.5 -55396,6913.6 -55396,6913.6 -55396,6913.6 -55396,6913.7 -55396,6913.7 -55396,6913.7 -55396,6913.7 -55396,6913.8 -55396,6913.8 -55395,6913.8 -55395,6913.9 -55395,6913.9 -55395,6913.9 -55395,6914 -55395,6914 -55395,6914 -55395,6914.1 -55395,6914.1 -55395,6914.1 -55395,6914.2 -55394,6914.2 -55394,6914.2 -55394,6914.2 -55394,6914.3 -55394,6914.3 -55394,6914.3 -55394,6914.4 -55394,6914.4 -55394,6914.4 -55394,6914.5 -55393,6914.5 -55393,6914.5 -55393,6914.6 -55393,6914.6 -55393,6914.6 -55393,6914.6 -55393,6914.7 -55393,6914.7 -55393,6914.7 -55393,6914.8 -55392,6914.8 -55392,6914.8 -55392,6914.9 -55392,6914.9 -55392,6914.9 -55392,6915 -55392,6915 -55392,6915 -55392,6915 -55392,6915.1 -55391,6915.1 -55391,6915.1 -55391,6915.2 -55391,6915.2 -55391,6915.2 -55391,6915.3 -55391,6915.3 -55391,6915.3 -55391,6915.4 -55391,6915.4 -55390,6915.4 -55390,6915.5 -55390,6915.5 -55390,6915.5 -55390,6915.5 -55390,6915.6 -55390,6915.6 -55390,6915.6 -55390,6915.7 -55390,6915.7 -55389,6915.7 -55389,6915.8 -55389,6915.8 -55389,6915.8 -55389,6915.8 -55389,6915.9 -55389,6915.9 -55389,6915.9 -55389,6916 -55389,6916 -55388,6916 -55388,6916.1 -55388,6916.1 -55388,6916.1 -55388,6916.2 -55388,6916.2 -55388,6916.2 -55388,6916.2 -55388,6916.3 -55387,6916.3 -55387,6916.3 -55387,6916.4 -55387,6916.4 -55387,6916.4 -55387,6916.5 -55387,6916.5 -55387,6916.5 -55387,6916.6 -55387,6916.6 -55386,6916.6 -55386,6916.7 -55386,6916.7 -55386,6916.7 -55386,6916.7 -55386,6916.8 -55386,6916.8 -55386,6916.8 -55386,6916.9 -55385,6916.9 -55385,6916.9 -55385,6917 -55385,6917 -55385,6917 -55385,6917 -55385,6917.1 -55385,6917.1 -55385,6917.1 -55385,6917.2 -55384,6917.2 -55384,6917.2 -55384,6917.3 -55384,6917.3 -55384,6917.3 -55384,6917.4 -55384,6917.4 -55384,6917.4 -55384,6917.5 -55383,6917.5 -55383,6917.5 -55383,6917.5 -55383,6917.6 -55383,6917.6 -55383,6917.6 -55383,6917.7 -55383,6917.7 -55383,6917.7 -55383,6917.8 -55382,6917.8 -55382,6917.8 -55382,6917.9 -55382,6917.9 -55382,6917.9 -55382,6917.9 -55382,6918 -55382,6918 -55382,6918 -55381,6918.1 -55381,6918.1 -55381,6918.1 -55381,6918.2 -55381,6918.2 -55381,6918.2 -55381,6918.3 -55381,6918.3 -55381,6918.3 -55380,6918.3 -55380,6918.4 -55380,6918.4 -55380,6918.4 -55380,6918.5 -55380,6918.5 -55380,6918.5 -55380,6918.6 -55380,6918.6 -55379,6918.6 -55379,6918.7 -55379,6918.7 -55379,6918.7 -55379,6918.8 -55379,6918.8 -55379,6918.8 -55379,6918.8 -55379,6918.9 -55378,6918.9 -55378,6918.9 -55378,6919 -55378,6919 -55378,6919 -55378,6919.1 -55378,6919.1 -55378,6919.1 -55378,6919.1 -55377,6919.2 -55377,6919.2 -55377,6919.2 -55377,6919.3 -55377,6919.3 -55377,6919.3 -55377,6919.4 -55377,6919.4 -55377,6919.4 -55376,6919.5 -55376,6919.5 -55376,6919.5 -55376,6919.6 -55376,6919.6 -55376,6919.6 -55376,6919.7 -55376,6919.7 -55376,6919.7 -55375,6919.7 -55375,6919.8 -55375,6919.8 -55375,6919.8 -55375,6919.9 -55375,6919.9 -55375,6919.9 -55375,6920 -55375,6920 -55374,6920 -55374,6920.1 -55374,6920.1 -55374,6920.1 -55374,6920.1 -55374,6920.2 -55374,6920.2 -55374,6920.2 -55373,6920.3 -55373,6920.3 -55373,6920.3 -55373,6920.4 -55373,6920.4 -55373,6920.4 -55373,6920.5 -55373,6920.5 -55373,6920.5 -55372,6920.5 -55372,6920.6 -55372,6920.6 -55372,6920.6 -55372,6920.7 -55372,6920.7 -55372,6920.7 -55372,6920.8 -55372,6920.8 -55371,6920.8 -55371,6920.9 -55371,6920.9 -55371,6920.9 -55371,6921 -55371,6921 -55371,6921 -55371,6921 -55370,6921.1 -55370,6921.1 -55370,6921.1 -55370,6921.2 -55370,6921.2 -55370,6921.2 -55370,6921.2 -55370,6921.3 -55369,6921.3 -55377,6920.3 -55377,6920.4 -55377,6920.4 -55377,6920.4 -55377,6920.5 -55377,6920.5 -55377,6920.5 -55377,6920.6 -55377,6920.6 -55376,6920.6 -55376,6920.6 -55376,6920.7 -55376,6920.7 -55376,6920.7 -55376,6920.8 -55376,6920.8 -55376,6920.8 -55376,6920.9 -55376,6920.9 -55375,6920.9 -55375,6921 -55375,6921 -55375,6921 -55375,6921 -55375,6921.1 -55375,6921.1 -55375,6921.1 -55375,6921.2 -55375,6921.2 -55374,6921.2 -55374,6921.2 -55374,6921.3 -55374,6921.3 -55374,6921.3 -55374,6921.4 -55374,6921.4 -55374,6921.4 -55374,6921.5 -55374,6921.5 -55373,6921.5 -55373,6921.5 -55373,6921.6 -55373,6921.6 -55373,6921.6 -55373,6921.7 -55373,6921.7 -55373,6921.7 -55373,6921.8 -55373,6921.8 -55372,6921.8 -55372,6921.8 -55372,6921.9 -55372,6921.9 -55372,6921.9 -55372,6922 -55372,6922 -55372,6922 -55372,6922 -55371,6922.1 -55371,6922.1 -55371,6922.1 -55371,6922.2 -55371,6922.2 -55371,6922.2 -55371,6922.2 -55371,6922.3 -55371,6922.3 -55371,6922.3 -55370,6922.4 -55370,6922.4 -55370,6922.4 -55370,6922.5 -55370,6922.5 -55370,6922.5 -55370,6922.5 -55370,6922.6 -55370,6922.6 -55370,6922.6 -55369,6922.7 -55369,6922.7 -55369,6922.7 -55369,6922.7 -55369,6922.8 -55369,6922.8 -55369,6922.8 -55369,6922.9 -55369,6922.9 -55368,6922.9 -55368,6923 -55368,6923 -55368,6923 -55368,6923 -55368,6923.1 -55368,6923.1 -55368,6923.1 -55368,6923.1 -55368,6923.2 -55367,6923.2 -55367,6923.2 -55367,6923.3 -55367,6923.3 -55367,6923.3 -55367,6923.3 -55367,6923.4 -55367,6923.4 -55367,6923.4 -55366,6923.5 -55366,6923.5 -55366,6923.5 -55366,6923.5 -55366,6923.6 -55366,6923.6 -55366,6923.6 -55366,6923.7 -55366,6923.7 -55365,6923.7 -55365,6923.8 -55365,6923.8 -55365,6923.8 -55365,6923.8 -55365,6923.9 -55365,6923.9 -55365,6923.9 -55365,6923.9 -55365,6924 -55364,6924 -55364,6924 -55364,6924.1 -55364,6924.1 -55364,6924.1 -55364,6924.1 -55364,6924.2 -55364,6924.2 -55364,6924.2 -55363,6924.3 -55363,6924.3 -55363,6924.3 -55363,6924.3 -55363,6924.4 -55363,6924.4 -55363,6924.4 -55363,6924.4 -55363,6924.5 -55362,6924.5 -55362,6924.5 -55362,6924.6 -55362,6924.6 -55362,6924.6 -55362,6924.6 -55362,6924.7 -55362,6924.7 -55362,6924.7 -55361,6924.8 -55361,6924.8 -55361,6924.8 -55361,6924.8 -55361,6924.9 -55361,6924.9 -55361,6924.9 -55361,6924.9 -55361,6925 -55360,6925 -55360,6925 -55360,6925.1 -55360,6925.1 -55360,6925.1 -55360,6925.1 -55360,6925.2 -55360,6925.2 -55359,6925.2 -55359,6925.2 -55359,6925.3 -55359,6925.3 -55359,6925.3 -55359,6925.4 -55359,6925.4 -55359,6925.4 -55359,6925.4 -55358,6925.5 -55358,6925.5 -55358,6925.5 -55358,6925.5 -55358,6925.6 -55358,6925.6 -55358,6925.6 -55358,6925.7 -55358,6925.7 -55357,6925.7 -55357,6925.7 -55357,6925.8 -55357,6925.8 -55357,6925.8 -55357,6925.8 -55357,6925.9 -55357,6925.9 -55356,6925.9 -55356,6925.9 -55356,6926 -55356,6926 -55356,6926 -55356,6926.1 -55356,6926.1 -55356,6926.1 -55356,6926.1 -55355,6926.2 -55355,6926.2 -55355,6926.2 -55355,6926.2 -55355,6926.3 -55355,6926.3 -55355,6926.3 -55355,6926.3 -55354,6926.4 -55354,6926.4 -55354,6926.4 -55354,6926.4 -55354,6926.5 -55354,6926.5 -55354,6926.5 -55354,6926.5 -55353,6926.6 -55353,6926.6 -55353,6926.6 -55353,6926.7 -55353,6926.7 -55353,6926.7 -55353,6926.7 -55353,6926.8 -55352,6926.8 -55352,6926.8 -55352,6926.8 -55352,6926.9 -55352,6926.9 -55352,6926.9 -55352,6926.9 -55352,6927 -55351,6927 -55351,6927 -55351,6927 -55351,6927.1 -55351,6927.1 -55351,6927.1 -55351,6927.1 -55351,6927.1 -55350,6927.2 -55350,6927.2 -55350,6927.2 -55350,6927.2 -55350,6927.3 -55350,6927.3 -55350,6927.3 -55350,6927.3 -55349,6927.4 -55349,6927.4 -55349,6927.4 -55349,6927.4 -55349,6927.5 -55349,6927.5 -55349,6927.5 -55349,6927.5 -55348,6927.6 -55348,6927.6 -55348,6927.6 -55348,6927.6 -55348,6927.7 -55348,6927.7 -55348,6927.7 -55348,6927.7 -55347,6927.7 -55347,6927.8 -55347,6927.8 -55347,6927.8 -55347,6927.8 -55347,6927.9 -55347,6927.9 -55346,6927.9 -55346,6927.9 -55346,6927.9 -55346,6928 -55346,6928 -55346,6928 -55346,6928 -55346,6928.1 -55345,6928.1 -55345,6928.1 -55345,6928.1 -55345,6928.1 -55345,6928.2 -55345,6928.2 -55345,6928.2 -55345,6928.2 -55344,6928.3 -55344,6928.3 -55344,6928.3 -55344,6928.3 -55344,6928.4 -55353,6927.6 -55353,6927.6 -55353,6927.6 -55353,6927.6 -55353,6927.7 -55353,6927.7 -55353,6927.7 -55353,6927.7 -55352,6927.7 -55352,6927.8 -55352,6927.8 -55352,6927.8 -55352,6927.8 -55352,6927.9 -55352,6927.9 -55352,6927.9 -55352,6927.9 -55352,6927.9 -55351,6928 -55351,6928 -55351,6928 -55351,6928 -55351,6928.1 -55351,6928.1 -55351,6928.1 -55351,6928.1 -55351,6928.2 -55350,6928.2 -55350,6928.2 -55350,6928.2 -55350,6928.2 -55350,6928.3 -55350,6928.3 -55350,6928.3 -55350,6928.3 -55350,6928.3 -55349,6928.4 -55349,6928.4 -55349,6928.4 -55349,6928.4 -55349,6928.5 -55349,6928.5 -55349,6928.5 -55349,6928.5 -55349,6928.5 -55348,6928.6 -55348,6928.6 -55348,6928.6 -55348,6928.6 -55348,6928.6 -55348,6928.7 -55348,6928.7 -55348,6928.7 -55348,6928.7 -55347,6928.7 -55347,6928.8 -55347,6928.8 -55347,6928.8 -55347,6928.8 -55347,6928.8 -55347,6928.9 -55347,6928.9 -55347,6928.9 -55346,6928.9 -55346,6928.9 -55346,6929 -55346,6929 -55346,6929 -55346,6929 -55346,6929.1 -55346,6929.1 -55346,6929.1 -55345,6929.1 -55345,6929.1 -55345,6929.2 -55345,6929.2 -55345,6929.2 -55345,6929.2 -55345,6929.2 -55345,6929.3 -55345,6929.3 -55344,6929.3 -55344,6929.3 -55344,6929.3 -55344,6929.4 -55344,6929.4 -55344,6929.4 -55344,6929.4 -55344,6929.4 -55344,6929.5 -55343,6929.5 -55343,6929.5 -55343,6929.5 -55343,6929.5 -55343,6929.6 -55343,6929.6 -55343,6929.6 -55343,6929.6 -55343,6929.6 -55342,6929.7 -55342,6929.7 -55342,6929.7 -55342,6929.7 -55342,6929.7 -55342,6929.7 -55342,6929.8 -55342,6929.8 -55341,6929.8 -55341,6929.8 -55341,6929.8 -55341,6929.9 -55341,6929.9 -55341,6929.9 -55341,6929.9 -55341,6929.9 -55341,6930 -55340,6930 -55340,6930 -55340,6930 -55340,6930 -55340,6930 -55340,6930.1 -55340,6930.1 -55340,6930.1 -55339,6930.1 -55339,6930.1 -55339,6930.1 -55339,6930.2 -55339,6930.2 -55339,6930.2 -55339,6930.2 -55339,6930.2 -55339,6930.3 -55338,6930.3 -55338,6930.3 -55338,6930.3 -55338,6930.3 -55338,6930.3 -55338,6930.4 -55338,6930.4 -55338,6930.4 -55337,6930.4 -55337,6930.4 -55337,6930.5 -55337,6930.5 -55337,6930.5 -55337,6930.5 -55337,6930.5 -55337,6930.5 -55336,6930.6 -55336,6930.6 -55336,6930.6 -55336,6930.6 -55336,6930.6 -55336,6930.6 -55336,6930.6 -55336,6930.7 -55335,6930.7 -55335,6930.7 -55335,6930.7 -55335,6930.7 -55335,6930.7 -55335,6930.8 -55335,6930.8 -55335,6930.8 -55334,6930.8 -55334,6930.8 -55334,6930.8 -55334,6930.9 -55334,6930.9 -55334,6930.9 -55334,6930.9 -55334,6930.9 -55333,6930.9 -55333,6930.9 -55333,6931 -55333,6931 -55333,6931 -55333,6931 -55333,6931 -55333,6931 -55332,6931.1 -55332,6931.1 -55332,6931.1 -55332,6931.1 -55332,6931.1 -55332,6931.1 -55332,6931.1 -55332,6931.2 -55331,6931.2 -55331,6931.2 -55331,6931.2 -55331,6931.2 -55331,6931.2 -55331,6931.2 -55331,6931.2 -55331,6931.3 -55330,6931.3 -55330,6931.3 -55330,6931.3 -55330,6931.3 -55330,6931.3 -55330,6931.3 -55330,6931.4 -55330,6931.4 -55329,6931.4 -55329,6931.4 -55329,6931.4 -55329,6931.4 -55329,6931.5 -55329,6931.5 -55329,6931.5 -55328,6931.5 -55328,6931.5 -55328,6931.5 -55328,6931.5 -55328,6931.5 -55328,6931.6 -55328,6931.6 -55328,6931.6 -55327,6931.6 -55327,6931.6 -55327,6931.6 -55327,6931.6 -55327,6931.7 -55327,6931.7 -55327,6931.7 -55326,6931.7 -55326,6931.7 -55326,6931.7 -55326,6931.7 -55326,6931.7 -55326,6931.8 -55326,6931.8 -55326,6931.8 -55325,6931.8 -55325,6931.8 -55325,6931.8 -55325,6931.8 -55325,6931.8 -55325,6931.9 -55325,6931.9 -55324,6931.9 -55324,6931.9 -55324,6931.9 -55324,6931.9 -55324,6931.9 -55324,6931.9 -55324,6932 -55323,6932 -55323,6932 -55323,6932 -55323,6932 -55323,6932 -55323,6932 -55323,6932 -55323,6932 -55322,6932.1 -55322,6932.1 -55322,6932.1 -55322,6932.1 -55322,6932.1 -55322,6932.1 -55322,6932.1 -55321,6932.1 -55321,6932.1 -55321,6932.2 -55321,6932.2 -55321,6932.2 -55321,6932.2 -55321,6932.2 -55320,6932.2 -55320,6932.2 -55320,6932.2 -55320,6932.2 -55320,6932.3 -55320,6932.3 -55320,6932.3 -55319,6932.3 -55319,6932.3 -55319,6932.3 -55319,6932.3 -55319,6932.3 -55319,6932.3 -55319,6932.3 -55318,6932.4 -55318,6932.4 -55318,6932.4 -55318,6932.4 -55318,6932.4 -55318,6932.4 -55318,6932.4 -55317,6932.4 -55317,6932.4 -55317,6932.4 -55317,6932.5 -55317,6932.5 -55317,6932.5 -55317,6932.5 -55316,6932.5 -55316,6932.5 -55330,6934.4 -55329,6934.4 -55329,6934.4 -55329,6934.4 -55329,6934.5 -55329,6934.5 -55329,6934.5 -55329,6934.5 -55329,6934.5 -55329,6934.5 -55328,6934.6 -55328,6934.6 -55328,6934.6 -55328,6934.6 -55328,6934.6 -55328,6934.7 -55328,6934.7 -55328,6934.7 -55328,6934.7 -55327,6934.7 -55327,6934.7 -55327,6934.8 -55327,6934.8 -55327,6934.8 -55327,6934.8 -55327,6934.8 -55327,6934.8 -55327,6934.8 -55327,6934.9 -55326,6934.9 -55326,6934.9 -55326,6934.9 -55326,6934.9 -55326,6934.9 -55326,6935 -55326,6935 -55326,6935 -55326,6935 -55325,6935 -55325,6935.1 -55325,6935.1 -55325,6935.1 -55325,6935.1 -55325,6935.1 -55325,6935.1 -55325,6935.2 -55325,6935.2 -55324,6935.2 -55324,6935.2 -55324,6935.2 -55324,6935.2 -55324,6935.3 -55324,6935.3 -55324,6935.3 -55324,6935.3 -55324,6935.3 -55323,6935.3 -55323,6935.3 -55323,6935.4 -55323,6935.4 -55323,6935.4 -55323,6935.4 -55323,6935.4 -55323,6935.4 -55323,6935.5 -55322,6935.5 -55322,6935.5 -55322,6935.5 -55322,6935.5 -55322,6935.5 -55322,6935.5 -55322,6935.6 -55322,6935.6 -55322,6935.6 -55321,6935.6 -55321,6935.6 -55321,6935.6 -55321,6935.7 -55321,6935.7 -55321,6935.7 -55321,6935.7 -55321,6935.7 -55321,6935.7 -55320,6935.7 -55320,6935.8 -55320,6935.8 -55320,6935.8 -55320,6935.8 -55320,6935.8 -55320,6935.8 -55320,6935.8 -55320,6935.9 -55319,6935.9 -55319,6935.9 -55319,6935.9 -55319,6935.9 -55319,6935.9 -55319,6935.9 -55319,6936 -55319,6936 -55318,6936 -55318,6936 -55318,6936 -55318,6936 -55318,6936 -55318,6936.1 -55318,6936.1 -55318,6936.1 -55318,6936.1 -55317,6936.1 -55317,6936.1 -55317,6936.1 -55317,6936.2 -55317,6936.2 -55317,6936.2 -55317,6936.2 -55317,6936.2 -55317,6936.2 -55316,6936.2 -55316,6936.3 -55316,6936.3 -55316,6936.3 -55316,6936.3 -55316,6936.3 -55316,6936.3 -55316,6936.3 -55315,6936.4 -55315,6936.4 -55315,6936.4 -55315,6936.4 -55315,6936.4 -55315,6936.4 -55315,6936.4 -55315,6936.4 -55315,6936.5 -55314,6936.5 -55314,6936.5 -55314,6936.5 -55314,6936.5 -55314,6936.5 -55314,6936.5 -55314,6936.5 -55314,6936.6 -55313,6936.6 -55313,6936.6 -55313,6936.6 -55313,6936.6 -55313,6936.6 -55313,6936.6 -55313,6936.7 -55313,6936.7 -55312,6936.7 -55312,6936.7 -55312,6936.7 -55312,6936.7 -55312,6936.7 -55312,6936.7 -55312,6936.8 -55312,6936.8 -55311,6936.8 -55311,6936.8 -55311,6936.8 -55311,6936.8 -55311,6936.8 -55311,6936.8 -55311,6936.9 -55311,6936.9 -55310,6936.9 -55310,6936.9 -55310,6936.9 -55310,6936.9 -55310,6936.9 -55310,6936.9 -55310,6937 -55310,6937 -55309,6937 -55309,6937 -55309,6937 -55309,6937 -55309,6937 -55309,6937 -55309,6937.1 -55309,6937.1 -55308,6937.1 -55308,6937.1 -55308,6937.1 -55308,6937.1 -55308,6937.1 -55308,6937.1 -55308,6937.1 -55308,6937.2 -55307,6937.2 -55307,6937.2 -55307,6937.2 -55307,6937.2 -55307,6937.2 -55307,6937.2 -55307,6937.2 -55307,6937.2 -55306,6937.3 -55306,6937.3 -55306,6937.3 -55306,6937.3 -55306,6937.3 -55306,6937.3 -55306,6937.3 -55306,6937.3 -55305,6937.3 -55305,6937.4 -55305,6937.4 -55305,6937.4 -55305,6937.4 -55305,6937.4 -55305,6937.4 -55304,6937.4 -55304,6937.4 -55304,6937.4 -55304,6937.5 -55304,6937.5 -55304,6937.5 -55304,6937.5 -55304,6937.5 -55303,6937.5 -55303,6937.5 -55303,6937.5 -55303,6937.5 -55303,6937.5 -55303,6937.6 -55303,6937.6 -55302,6937.6 -55302,6937.6 -55302,6937.6 -55302,6937.6 -55302,6937.6 -55302,6937.6 -55302,6937.6 -55302,6937.6 -55301,6937.6 -55301,6937.7 -55301,6937.7 -55301,6937.7 -55301,6937.7 -55301,6937.7 -55301,6937.7 -55300,6937.7 -55300,6937.7 -55300,6937.7 -55300,6937.7 -55300,6937.8 -55300,6937.8 -55300,6937.8 -55300,6937.8 -55299,6937.8 -55299,6937.8 -55299,6937.8 -55299,6937.8 -55299,6937.8 -55299,6937.8 -55299,6937.8 -55298,6937.8 -55298,6937.9 -55298,6937.9 -55298,6937.9 -55298,6937.9 -55298,6937.9 -55298,6937.9 -55297,6937.9 -55297,6937.9 -55297,6937.9 -55297,6937.9 -55297,6937.9 -55297,6937.9 -55297,6937.9 -55296,6938 -55296,6938 -55296,6938 -55296,6938 -55296,6938 -55296,6938 -55296,6938 -55296,6938 -55295,6938 -55295,6938 -55295,6938 -55295,6938 -55295,6938 -55295,6938.1 -55295,6938.1 -55294,6938.1 -55294,6938.1 -55294,6938.1 -55294,6938.1 -55294,6938.1 -55294,6938.1 -55294,6938.1 -55293,6938.1 -55293,6938.1 -55306,6940.3 -55306,6940.3 -55306,6940.3 -55306,6940.3 -55305,6940.3 -55305,6940.4 -55305,6940.4 -55305,6940.4 -55305,6940.4 -55305,6940.4 -55305,6940.4 -55305,6940.5 -55305,6940.5 -55305,6940.5 -55304,6940.5 -55304,6940.5 -55304,6940.5 -55304,6940.6 -55304,6940.6 -55304,6940.6 -55304,6940.6 -55304,6940.6 -55304,6940.6 -55303,6940.6 -55303,6940.7 -55303,6940.7 -55303,6940.7 -55303,6940.7 -55303,6940.7 -55303,6940.7 -55303,6940.7 -55303,6940.8 -55303,6940.8 -55302,6940.8 -55302,6940.8 -55302,6940.8 -55302,6940.8 -55302,6940.9 -55302,6940.9 -55302,6940.9 -55302,6940.9 -55302,6940.9 -55301,6940.9 -55301,6940.9 -55301,6941 -55301,6941 -55301,6941 -55301,6941 -55301,6941 -55301,6941 -55301,6941.1 -55300,6941.1 -55300,6941.1 -55300,6941.1 -55300,6941.1 -55300,6941.1 -55300,6941.1 -55300,6941.2 -55300,6941.2 -55300,6941.2 -55300,6941.2 -55299,6941.2 -55299,6941.2 -55299,6941.2 -55299,6941.3 -55299,6941.3 -55299,6941.3 -55299,6941.3 -55299,6941.3 -55299,6941.3 -55298,6941.3 -55298,6941.4 -55298,6941.4 -55298,6941.4 -55298,6941.4 -55298,6941.4 -55298,6941.4 -55298,6941.4 -55298,6941.5 -55297,6941.5 -55297,6941.5 -55297,6941.5 -55297,6941.5 -55297,6941.5 -55297,6941.6 -55297,6941.6 -55297,6941.6 -55297,6941.6 -55296,6941.6 -55296,6941.6 -55296,6941.6 -55296,6941.6 -55296,6941.7 -55296,6941.7 -55296,6941.7 -55296,6941.7 -55296,6941.7 -55295,6941.7 -55295,6941.7 -55295,6941.8 -55295,6941.8 -55295,6941.8 -55295,6941.8 -55295,6941.8 -55295,6941.8 -55295,6941.8 -55294,6941.8 -55294,6941.9 -55294,6941.9 -55294,6941.9 -55294,6941.9 -55294,6941.9 -55294,6941.9 -55294,6941.9 -55294,6942 -55293,6942 -55293,6942 -55293,6942 -55293,6942 -55293,6942 -55293,6942 -55293,6942 -55293,6942.1 -55293,6942.1 -55292,6942.1 -55292,6942.1 -55292,6942.1 -55292,6942.1 -55292,6942.1 -55292,6942.1 -55292,6942.2 -55292,6942.2 -55291,6942.2 -55291,6942.2 -55291,6942.2 -55291,6942.2 -55291,6942.2 -55291,6942.2 -55291,6942.3 -55291,6942.3 -55291,6942.3 -55290,6942.3 -55290,6942.3 -55290,6942.3 -55290,6942.3 -55290,6942.3 -55290,6942.4 -55290,6942.4 -55290,6942.4 -55290,6942.4 -55289,6942.4 -55289,6942.4 -55289,6942.4 -55289,6942.4 -55289,6942.4 -55289,6942.5 -55289,6942.5 -55289,6942.5 -55288,6942.5 -55288,6942.5 -55288,6942.5 -55288,6942.5 -55288,6942.5 -55288,6942.5 -55288,6942.6 -55288,6942.6 -55288,6942.6 -55287,6942.6 -55287,6942.6 -55287,6942.6 -55287,6942.6 -55287,6942.6 -55287,6942.6 -55287,6942.6 -55287,6942.7 -55286,6942.7 -55286,6942.7 -55286,6942.7 -55286,6942.7 -55286,6942.7 -55286,6942.7 -55286,6942.7 -55286,6942.7 -55286,6942.7 -55285,6942.8 -55285,6942.8 -55285,6942.8 -55285,6942.8 -55285,6942.8 -55285,6942.8 -55285,6942.8 -55285,6942.8 -55284,6942.8 -55284,6942.8 -55284,6942.8 -55284,6942.9 -55284,6942.9 -55284,6942.9 -55284,6942.9 -55284,6942.9 -55283,6942.9 -55283,6942.9 -55283,6942.9 -55283,6942.9 -55283,6942.9 -55283,6942.9 -55283,6942.9 -55283,6943 -55282,6943 -55282,6943 -55282,6943 -55282,6943 -55282,6943 -55282,6943 -55282,6943 -55282,6943 -55282,6943 -55281,6943 -55281,6943.1 -55281,6943.1 -55281,6943.1 -55281,6943.1 -55281,6943.1 -55281,6943.1 -55281,6943.1 -55280,6943.1 -55280,6943.1 -55280,6943.1 -55280,6943.1 -55280,6943.1 -55280,6943.1 -55280,6943.2 -55280,6943.2 -55279,6943.2 -55279,6943.2 -55279,6943.2 -55279,6943.2 -55279,6943.2 -55279,6943.2 -55279,6943.2 -55279,6943.2 -55278,6943.2 -55278,6943.2 -55278,6943.2 -55278,6943.2 -55278,6943.3 -55278,6943.3 -55278,6943.3 -55277,6943.3 -55277,6943.3 -55277,6943.3 -55277,6943.3 -55277,6943.3 -55277,6943.3 -55277,6943.3 -55277,6943.3 -55276,6943.3 -55276,6943.3 -55276,6943.3 -55276,6943.3 -55276,6943.4 -55276,6943.4 -55276,6943.4 -55276,6943.4 -55275,6943.4 -55275,6943.4 -55275,6943.4 -55275,6943.4 -55275,6943.4 -55275,6943.4 -55275,6943.4 -55275,6943.4 -55274,6943.4 -55274,6943.4 -55274,6943.4 -55274,6943.4 -55274,6943.4 -55274,6943.4 -55274,6943.4 -55273,6943.5 -55273,6943.5 -55273,6943.5 -55273,6943.5 -55273,6943.5 -55273,6943.5 -55273,6943.5 -55273,6943.5 -55272,6943.5 -55272,6943.5 -55272,6943.5 -55272,6943.5 -55272,6943.5 -55272,6943.5 -55272,6943.5 -55271,6943.5 -55271,6943.5 -55271,6943.5 -55282,6945.3 -55282,6945.3 -55282,6945.3 -55282,6945.4 -55282,6945.4 -55282,6945.4 -55282,6945.4 -55282,6945.4 -55281,6945.4 -55281,6945.4 -55281,6945.4 -55281,6945.4 -55281,6945.5 -55281,6945.5 -55281,6945.5 -55281,6945.5 -55281,6945.5 -55281,6945.5 -55280,6945.5 -55280,6945.5 -55280,6945.5 -55280,6945.6 -55280,6945.6 -55280,6945.6 -55280,6945.6 -55280,6945.6 -55280,6945.6 -55279,6945.6 -55279,6945.6 -55279,6945.6 -55279,6945.7 -55279,6945.7 -55279,6945.7 -55279,6945.7 -55279,6945.7 -55279,6945.7 -55279,6945.7 -55278,6945.7 -55278,6945.7 -55278,6945.8 -55278,6945.8 -55278,6945.8 -55278,6945.8 -55278,6945.8 -55278,6945.8 -55278,6945.8 -55278,6945.8 -55277,6945.8 -55277,6945.8 -55277,6945.9 -55277,6945.9 -55277,6945.9 -55277,6945.9 -55277,6945.9 -55277,6945.9 -55277,6945.9 -55276,6945.9 -55276,6945.9 -55276,6946 -55276,6946 -55276,6946 -55276,6946 -55276,6946 -55276,6946 -55276,6946 -55275,6946 -55275,6946 -55275,6946 -55275,6946.1 -55275,6946.1 -55275,6946.1 -55275,6946.1 -55275,6946.1 -55275,6946.1 -55274,6946.1 -55274,6946.1 -55274,6946.1 -55274,6946.1 -55274,6946.1 -55274,6946.2 -55274,6946.2 -55274,6946.2 -55274,6946.2 -55274,6946.2 -55273,6946.2 -55273,6946.2 -55273,6946.2 -55273,6946.2 -55273,6946.2 -55273,6946.3 -55273,6946.3 -55273,6946.3 -55273,6946.3 -55272,6946.3 -55272,6946.3 -55272,6946.3 -55272,6946.3 -55272,6946.3 -55272,6946.3 -55272,6946.3 -55272,6946.4 -55272,6946.4 -55271,6946.4 -55271,6946.4 -55271,6946.4 -55271,6946.4 -55271,6946.4 -55271,6946.4 -55271,6946.4 -55271,6946.4 -55271,6946.4 -55270,6946.4 -55270,6946.4 -55270,6946.5 -55270,6946.5 -55270,6946.5 -55270,6946.5 -55270,6946.5 -55270,6946.5 -55269,6946.5 -55269,6946.5 -55269,6946.5 -55269,6946.5 -55269,6946.5 -55269,6946.6 -55269,6946.6 -55269,6946.6 -55269,6946.6 -55268,6946.6 -55268,6946.6 -55268,6946.6 -55268,6946.6 -55268,6946.6 -55268,6946.6 -55268,6946.6 -55268,6946.6 -55268,6946.6 -55267,6946.7 -55267,6946.7 -55267,6946.7 -55267,6946.7 -55267,6946.7 -55267,6946.7 -55267,6946.7 -55267,6946.7 -55266,6946.7 -55266,6946.7 -55266,6946.7 -55266,6946.7 -55266,6946.7 -55266,6946.7 -55266,6946.8 -55266,6946.8 -55266,6946.8 -55265,6946.8 -55265,6946.8 -55265,6946.8 -55265,6946.8 -55265,6946.8 -55265,6946.8 -55265,6946.8 -55265,6946.8 -55264,6946.8 -55264,6946.8 -55264,6946.9 -55264,6946.9 -55264,6946.9 -55264,6946.9 -55264,6946.9 -55264,6946.9 -55264,6946.9 -55263,6946.9 -55263,6946.9 -55263,6946.9 -55263,6946.9 -55263,6946.9 -55263,6946.9 -55263,6946.9 -55263,6946.9 -55262,6947 -55262,6947 -55262,6947 -55262,6947 -55262,6947 -55262,6947 -55262,6947 -55262,6947 -55261,6947 -55261,6947 -55261,6947 -55261,6947 -55261,6947 -55261,6947 -55261,6947.1 -55261,6947.1 -55260,6947.1 -55260,6947.1 -55260,6947.1 -55260,6947.1 -55260,6947.1 -55260,6947.1 -55260,6947.1 -55260,6947.1 -55259,6947.1 -55259,6947.1 -55259,6947.1 -55259,6947.1 -55259,6947.1 -55259,6947.1 -55259,6947.2 -55259,6947.2 -55258,6947.2 -55258,6947.2 -55258,6947.2 -55258,6947.2 -55258,6947.2 -55258,6947.2 -55258,6947.2 -55258,6947.2 -55257,6947.2 -55257,6947.2 -55257,6947.2 -55257,6947.2 -55257,6947.2 -55257,6947.2 -55257,6947.2 -55257,6947.2 -55256,6947.3 -55256,6947.3 -55256,6947.3 -55256,6947.3 -55256,6947.3 -55256,6947.3 -55256,6947.3 -55256,6947.3 -55255,6947.3 -55255,6947.3 -55255,6947.3 -55255,6947.3 -55255,6947.3 -55255,6947.3 -55255,6947.3 -55254,6947.3 -55254,6947.3 -55254,6947.3 -55254,6947.3 -55254,6947.3 -55254,6947.3 -55254,6947.3 -55254,6947.3 -55253,6947.4 -55253,6947.4 -55253,6947.4 -55253,6947.4 -55253,6947.4 -55253,6947.4 -55253,6947.4 -55253,6947.4 -55252,6947.4 -55252,6947.4 -55252,6947.4 -55252,6947.4 -55252,6947.4 -55252,6947.4 -55252,6947.4 -55251,6947.4 -55251,6947.4 -55251,6947.4 -55251,6947.4 -55251,6947.4 -55251,6947.4 -55251,6947.4 -55251,6947.4 -55250,6947.4 -55250,6947.4 -55250,6947.4 -55250,6947.4 -55250,6947.4 -55250,6947.4 -55250,6947.4 -55249,6947.4 -55249,6947.4 -55249,6947.4 -55249,6947.4 -55249,6947.4 -55249,6947.4 -55249,6947.4 -55248,6947.5 -55248,6947.5 -55248,6947.5 -55248,6947.5 -55248,6947.5 -55248,6947.5 -55248,6947.5 -55248,6947.5 -55247,6947.5 -55247,6947.5 -55247,6947.5 -55257,6950.6 -55257,6950.7 -55257,6950.7 -55257,6950.7 -55257,6950.7 -55257,6950.7 -55257,6950.7 -55257,6950.7 -55256,6950.7 -55256,6950.7 -55256,6950.7 -55256,6950.8 -55256,6950.8 -55256,6950.8 -55256,6950.8 -55256,6950.8 -55256,6950.8 -55255,6950.8 -55255,6950.8 -55255,6950.8 -55255,6950.8 -55255,6950.9 -55255,6950.9 -55255,6950.9 -55255,6950.9 -55255,6950.9 -55254,6950.9 -55254,6950.9 -55254,6950.9 -55254,6950.9 -55254,6950.9 -55254,6950.9 -55254,6951 -55254,6951 -55254,6951 -55253,6951 -55253,6951 -55253,6951 -55253,6951 -55253,6951 -55253,6951 -55253,6951 -55253,6951 -55252,6951 -55252,6951.1 -55252,6951.1 -55252,6951.1 -55252,6951.1 -55252,6951.1 -55252,6951.1 -55252,6951.1 -55252,6951.1 -55251,6951.1 -55251,6951.1 -55251,6951.2 -55251,6951.2 -55251,6951.2 -55251,6951.2 -55251,6951.2 -55251,6951.2 -55251,6951.2 -55250,6951.2 -55250,6951.2 -55250,6951.2 -55250,6951.2 -55250,6951.2 -55250,6951.3 -55250,6951.3 -55250,6951.3 -55250,6951.3 -55249,6951.3 -55249,6951.3 -55249,6951.3 -55249,6951.3 -55249,6951.3 -55249,6951.3 -55249,6951.3 -55249,6951.3 -55248,6951.4 -55248,6951.4 -55248,6951.4 -55248,6951.4 -55248,6951.4 -55248,6951.4 -55248,6951.4 -55248,6951.4 -55248,6951.4 -55247,6951.4 -55247,6951.4 -55247,6951.4 -55247,6951.4 -55247,6951.4 -55247,6951.4 -55247,6951.5 -55247,6951.5 -55246,6951.5 -55246,6951.5 -55246,6951.5 -55246,6951.5 -55246,6951.5 -55246,6951.5 -55246,6951.5 -55246,6951.5 -55246,6951.5 -55245,6951.5 -55245,6951.5 -55245,6951.5 -55245,6951.6 -55245,6951.6 -55245,6951.6 -55245,6951.6 -55245,6951.6 -55244,6951.6 -55244,6951.6 -55244,6951.6 -55244,6951.6 -55244,6951.6 -55244,6951.6 -55244,6951.6 -55244,6951.6 -55243,6951.6 -55243,6951.6 -55243,6951.6 -55243,6951.6 -55243,6951.6 -55243,6951.6 -55243,6951.6 -55243,6951.7 -55243,6951.7 -55242,6951.7 -55242,6951.7 -55242,6951.7 -55242,6951.7 -55242,6951.7 -55242,6951.7 -55242,6951.7 -55242,6951.7 -55241,6951.7 -55241,6951.7 -55241,6951.7 -55241,6951.7 -55241,6951.7 -55241,6951.7 -55241,6951.7 -55241,6951.7 -55240,6951.7 -55240,6951.7 -55240,6951.7 -55240,6951.7 -55240,6951.7 -55240,6951.7 -55240,6951.7 -55240,6951.7 -55239,6951.7 -55239,6951.7 -55239,6951.8 -55239,6951.8 -55239,6951.8 -55239,6951.8 -55239,6951.8 -55239,6951.8 -55238,6951.8 -55238,6951.8 -55238,6951.8 -55238,6951.8 -55238,6951.8 -55238,6951.8 -55238,6951.8 -55238,6951.8 -55237,6951.8 -55237,6951.8 -55237,6951.8 -55237,6951.8 -55237,6951.8 -55237,6951.8 -55237,6951.8 -55237,6951.8 -55236,6951.8 -55236,6951.8 -55236,6951.8 -55236,6951.8 -55236,6951.8 -55236,6951.8 -55236,6951.8 -55236,6951.8 -55235,6951.8 -55235,6951.8 -55235,6951.8 -55235,6951.8 -55235,6951.8 -55235,6951.8 -55235,6951.8 -55235,6951.8 -55234,6951.8 -55234,6951.8 -55234,6951.8 -55234,6951.8 -55234,6951.8 -55234,6951.8 -55234,6951.8 -55234,6951.8 -55233,6951.8 -55233,6951.8 -55233,6951.8 -55233,6951.8 -55233,6951.8 -55233,6951.8 -55233,6951.8 -55232,6951.8 -55232,6951.8 -55232,6951.8 -55232,6951.8 -55232,6951.8 -55232,6951.8 -55232,6951.8 -55232,6951.8 -55231,6951.8 -55231,6951.8 -55231,6951.8 -55231,6951.8 -55231,6951.8 -55231,6951.8 -55231,6951.8 -55231,6951.8 -55230,6951.8 -55230,6951.8 -55230,6951.8 -55230,6951.8 -55230,6951.8 -55230,6951.8 -55230,6951.8 -55229,6951.8 -55229,6951.8 -55229,6951.8 -55229,6951.8 -55229,6951.8 -55229,6951.8 -55229,6951.8 -55229,6951.8 -55228,6951.8 -55228,6951.8 -55228,6951.8 -55228,6951.8 -55228,6951.8 -55228,6951.8 -55228,6951.8 -55227,6951.8 -55227,6951.8 -55227,6951.8 -55227,6951.8 -55227,6951.7 -55227,6951.7 -55227,6951.7 -55227,6951.7 -55226,6951.7 -55226,6951.7 -55226,6951.7 -55226,6951.7 -55226,6951.7 -55226,6951.7 -55226,6951.7 -55225,6951.7 -55225,6951.7 -55225,6951.7 -55225,6951.7 -55225,6951.7 -55225,6951.7 -55225,6951.7 -55224,6951.7 -55224,6951.7 -55224,6951.7 -55224,6951.7 -55224,6951.7 -55224,6951.7 -55224,6951.7 -55223,6951.7 -55223,6951.7 -55223,6951.7 -55223,6951.7 -55223,6951.7 -55223,6951.7 -55223,6951.7 -55222,6951.6 -55222,6951.6 -55222,6951.6 -55222,6951.6 -55222,6951.6 -55222,6951.6 -55222,6951.6 -55222,6951.6 -55221,6951.6 -55221,6951.6 -55221,6951.6 -55221,6951.6 -55221,6951.6 -55221,6951.6 -55221,6951.6 -55220,6951.6 -55233,6956.3 -55233,6956.3 -55233,6956.3 -55233,6956.4 -55233,6956.4 -55233,6956.4 -55232,6956.4 -55232,6956.4 -55232,6956.4 -55232,6956.4 -55232,6956.4 -55232,6956.4 -55232,6956.4 -55232,6956.4 -55232,6956.4 -55231,6956.5 -55231,6956.5 -55231,6956.5 -55231,6956.5 -55231,6956.5 -55231,6956.5 -55231,6956.5 -55231,6956.5 -55231,6956.5 -55231,6956.5 -55230,6956.5 -55230,6956.6 -55230,6956.6 -55230,6956.6 -55230,6956.6 -55230,6956.6 -55230,6956.6 -55230,6956.6 -55230,6956.6 -55229,6956.6 -55229,6956.6 -55229,6956.6 -55229,6956.7 -55229,6956.7 -55229,6956.7 -55229,6956.7 -55229,6956.7 -55229,6956.7 -55228,6956.7 -55228,6956.7 -55228,6956.7 -55228,6956.7 -55228,6956.7 -55228,6956.7 -55228,6956.8 -55228,6956.8 -55228,6956.8 -55228,6956.8 -55227,6956.8 -55227,6956.8 -55227,6956.8 -55227,6956.8 -55227,6956.8 -55227,6956.8 -55227,6956.8 -55227,6956.8 -55227,6956.9 -55226,6956.9 -55226,6956.9 -55226,6956.9 -55226,6956.9 -55226,6956.9 -55226,6956.9 -55226,6956.9 -55226,6956.9 -55226,6956.9 -55225,6956.9 -55225,6956.9 -55225,6956.9 -55225,6957 -55225,6957 -55225,6957 -55225,6957 -55225,6957 -55225,6957 -55224,6957 -55224,6957 -55224,6957 -55224,6957 -55224,6957 -55224,6957 -55224,6957 -55224,6957 -55224,6957 -55223,6957.1 -55223,6957.1 -55223,6957.1 -55223,6957.1 -55223,6957.1 -55223,6957.1 -55223,6957.1 -55223,6957.1 -55223,6957.1 -55222,6957.1 -55222,6957.1 -55222,6957.1 -55222,6957.1 -55222,6957.1 -55222,6957.1 -55222,6957.2 -55222,6957.2 -55222,6957.2 -55221,6957.2 -55221,6957.2 -55221,6957.2 -55221,6957.2 -55221,6957.2 -55221,6957.2 -55221,6957.2 -55221,6957.2 -55220,6957.2 -55220,6957.2 -55220,6957.2 -55220,6957.2 -55220,6957.2 -55220,6957.2 -55220,6957.3 -55220,6957.3 -55220,6957.3 -55219,6957.3 -55219,6957.3 -55219,6957.3 -55219,6957.3 -55219,6957.3 -55219,6957.3 -55219,6957.3 -55219,6957.3 -55218,6957.3 -55218,6957.3 -55218,6957.3 -55218,6957.3 -55218,6957.3 -55218,6957.3 -55218,6957.3 -55218,6957.3 -55218,6957.3 -55217,6957.4 -55217,6957.4 -55217,6957.4 -55217,6957.4 -55217,6957.4 -55217,6957.4 -55217,6957.4 -55217,6957.4 -55217,6957.4 -55216,6957.4 -55216,6957.4 -55216,6957.4 -55216,6957.4 -55216,6957.4 -55216,6957.4 -55216,6957.4 -55216,6957.4 -55215,6957.4 -55215,6957.4 -55215,6957.4 -55215,6957.4 -55215,6957.4 -55215,6957.4 -55215,6957.4 -55215,6957.4 -55214,6957.4 -55214,6957.5 -55214,6957.5 -55214,6957.5 -55214,6957.5 -55214,6957.5 -55214,6957.5 -55214,6957.5 -55214,6957.5 -55213,6957.5 -55213,6957.5 -55213,6957.5 -55213,6957.5 -55213,6957.5 -55213,6957.5 -55213,6957.5 -55213,6957.5 -55212,6957.5 -55212,6957.5 -55212,6957.5 -55212,6957.5 -55212,6957.5 -55212,6957.5 -55212,6957.5 -55212,6957.5 -55211,6957.5 -55211,6957.5 -55211,6957.5 -55211,6957.5 -55211,6957.5 -55211,6957.5 -55211,6957.5 -55211,6957.5 -55210,6957.5 -55210,6957.5 -55210,6957.5 -55210,6957.5 -55210,6957.5 -55210,6957.5 -55210,6957.5 -55210,6957.5 -55209,6957.5 -55209,6957.5 -55209,6957.5 -55209,6957.5 -55209,6957.5 -55209,6957.5 -55209,6957.5 -55209,6957.5 -55208,6957.5 -55208,6957.5 -55208,6957.5 -55208,6957.5 -55208,6957.5 -55208,6957.5 -55208,6957.5 -55208,6957.5 -55207,6957.5 -55207,6957.5 -55207,6957.5 -55207,6957.5 -55207,6957.5 -55207,6957.5 -55207,6957.5 -55207,6957.5 -55206,6957.5 -55206,6957.5 -55206,6957.5 -55206,6957.5 -55206,6957.5 -55206,6957.5 -55206,6957.5 -55205,6957.5 -55205,6957.5 -55205,6957.5 -55205,6957.5 -55205,6957.5 -55205,6957.5 -55205,6957.5 -55205,6957.5 -55204,6957.5 -55204,6957.5 -55204,6957.5 -55204,6957.5 -55204,6957.5 -55204,6957.5 -55204,6957.5 -55204,6957.5 -55203,6957.5 -55203,6957.5 -55203,6957.5 -55203,6957.5 -55203,6957.5 -55203,6957.5 -55203,6957.5 -55202,6957.5 -55202,6957.5 -55202,6957.5 -55202,6957.5 -55202,6957.5 -55202,6957.5 -55202,6957.5 -55202,6957.5 -55201,6957.5 -55201,6957.5 -55201,6957.5 -55201,6957.5 -55201,6957.5 -55201,6957.5 -55201,6957.5 -55200,6957.4 -55200,6957.4 -55200,6957.4 -55200,6957.4 -55200,6957.4 -55200,6957.4 -55200,6957.4 -55199,6957.4 -55199,6957.4 -55199,6957.4 -55199,6957.4 -55199,6957.4 -55199,6957.4 -55199,6957.4 -55199,6957.4 -55198,6957.4 -55198,6957.4 -55198,6957.4 -55198,6957.4 -55198,6957.4 -55198,6957.4 -55198,6957.4 -55197,6957.4 -55208,6962.2 -55208,6962.3 -55208,6962.3 -55208,6962.3 -55208,6962.3 -55208,6962.3 -55208,6962.3 -55208,6962.3 -55208,6962.3 -55207,6962.3 -55207,6962.3 -55207,6962.4 -55207,6962.4 -55207,6962.4 -55207,6962.4 -55207,6962.4 -55207,6962.4 -55207,6962.4 -55207,6962.4 -55206,6962.4 -55206,6962.4 -55206,6962.5 -55206,6962.5 -55206,6962.5 -55206,6962.5 -55206,6962.5 -55206,6962.5 -55206,6962.5 -55205,6962.5 -55205,6962.5 -55205,6962.5 -55205,6962.6 -55205,6962.6 -55205,6962.6 -55205,6962.6 -55205,6962.6 -55205,6962.6 -55204,6962.6 -55204,6962.6 -55204,6962.6 -55204,6962.6 -55204,6962.7 -55204,6962.7 -55204,6962.7 -55204,6962.7 -55204,6962.7 -55204,6962.7 -55203,6962.7 -55203,6962.7 -55203,6962.7 -55203,6962.7 -55203,6962.7 -55203,6962.8 -55203,6962.8 -55203,6962.8 -55203,6962.8 -55202,6962.8 -55202,6962.8 -55202,6962.8 -55202,6962.8 -55202,6962.8 -55202,6962.8 -55202,6962.9 -55202,6962.9 -55202,6962.9 -55201,6962.9 -55201,6962.9 -55201,6962.9 -55201,6962.9 -55201,6962.9 -55201,6962.9 -55201,6962.9 -55201,6963 -55201,6963 -55200,6963 -55200,6963 -55200,6963 -55200,6963 -55200,6963 -55200,6963 -55200,6963 -55200,6963 -55199,6963 -55199,6963 -55199,6963.1 -55199,6963.1 -55199,6963.1 -55199,6963.1 -55199,6963.1 -55199,6963.1 -55199,6963.1 -55198,6963.1 -55198,6963.1 -55198,6963.1 -55198,6963.1 -55198,6963.2 -55198,6963.2 -55198,6963.2 -55198,6963.2 -55198,6963.2 -55197,6963.2 -55197,6963.2 -55197,6963.2 -55197,6963.2 -55197,6963.2 -55197,6963.2 -55197,6963.2 -55197,6963.3 -55196,6963.3 -55196,6963.3 -55196,6963.3 -55196,6963.3 -55196,6963.3 -55196,6963.3 -55196,6963.3 -55196,6963.3 -55196,6963.3 -55195,6963.3 -55195,6963.3 -55195,6963.3 -55195,6963.4 -55195,6963.4 -55195,6963.4 -55195,6963.4 -55195,6963.4 -55195,6963.4 -55194,6963.4 -55194,6963.4 -55194,6963.4 -55194,6963.4 -55194,6963.4 -55194,6963.4 -55194,6963.4 -55194,6963.5 -55193,6963.5 -55193,6963.5 -55193,6963.5 -55193,6963.5 -55193,6963.5 -55193,6963.5 -55193,6963.5 -55193,6963.5 -55193,6963.5 -55192,6963.5 -55192,6963.5 -55192,6963.5 -55192,6963.5 -55192,6963.5 -55192,6963.6 -55192,6963.6 -55192,6963.6 -55191,6963.6 -55191,6963.6 -55191,6963.6 -55191,6963.6 -55191,6963.6 -55191,6963.6 -55191,6963.6 -55191,6963.6 -55190,6963.6 -55190,6963.6 -55190,6963.6 -55190,6963.6 -55190,6963.7 -55190,6963.7 -55190,6963.7 -55190,6963.7 -55189,6963.7 -55189,6963.7 -55189,6963.7 -55189,6963.7 -55189,6963.7 -55189,6963.7 -55189,6963.7 -55189,6963.7 -55188,6963.7 -55188,6963.7 -55188,6963.8 -55188,6963.8 -55188,6963.8 -55188,6963.8 -55188,6963.8 -55188,6963.8 -55188,6963.8 -55187,6963.8 -55187,6963.8 -55187,6963.8 -55187,6963.8 -55187,6963.8 -55187,6963.8 -55187,6963.8 -55187,6963.8 -55186,6963.8 -55186,6963.8 -55186,6963.8 -55186,6963.9 -55186,6963.9 -55186,6963.9 -55186,6963.9 -55186,6963.9 -55185,6963.9 -55185,6963.9 -55185,6963.9 -55185,6963.9 -55185,6963.9 -55185,6963.9 -55185,6963.9 -55184,6963.9 -55184,6963.9 -55184,6963.9 -55184,6963.9 -55184,6963.9 -55184,6964 -55184,6964 -55184,6964 -55183,6964 -55183,6964 -55183,6964 -55183,6964 -55183,6964 -55183,6964 -55183,6964 -55183,6964 -55182,6964 -55182,6964 -55182,6964 -55182,6964 -55182,6964 -55182,6964 -55182,6964 -55182,6964 -55181,6964.1 -55181,6964.1 -55181,6964.1 -55181,6964.1 -55181,6964.1 -55181,6964.1 -55181,6964.1 -55180,6964.1 -55180,6964.1 -55180,6964.1 -55180,6964.1 -55180,6964.1 -55180,6964.1 -55180,6964.1 -55180,6964.1 -55179,6964.1 -55179,6964.1 -55179,6964.1 -55179,6964.1 -55179,6964.1 -55179,6964.1 -55179,6964.1 -55179,6964.1 -55178,6964.2 -55178,6964.2 -55178,6964.2 -55178,6964.2 -55178,6964.2 -55178,6964.2 -55178,6964.2 -55177,6964.2 -55177,6964.2 -55177,6964.2 -55177,6964.2 -55177,6964.2 -55177,6964.2 -55177,6964.2 -55177,6964.2 -55176,6964.2 -55176,6964.2 -55176,6964.2 -55176,6964.2 -55176,6964.2 -55176,6964.2 -55176,6964.2 -55175,6964.2 -55175,6964.2 -55175,6964.2 -55175,6964.3 -55175,6964.3 -55175,6964.3 -55175,6964.3 -55174,6964.3 -55174,6964.3 -55174,6964.3 -55174,6964.3 -55174,6964.3 -55174,6964.3 -55174,6964.3 -55174,6964.3 -55173,6964.3 -55173,6964.3 -55173,6964.3 -55173,6964.3 -55173,6964.3 -55173,6964.3 -55183,6968.6 -55183,6968.6 -55183,6968.7 -55183,6968.7 -55183,6968.7 -55183,6968.7 -55183,6968.7 -55183,6968.7 -55182,6968.8 -55182,6968.8 -55182,6968.8 -55182,6968.8 -55182,6968.8 -55182,6968.8 -55182,6968.9 -55182,6968.9 -55182,6968.9 -55182,6968.9 -55181,6968.9 -55181,6968.9 -55181,6968.9 -55181,6969 -55181,6969 -55181,6969 -55181,6969 -55181,6969 -55181,6969 -55180,6969.1 -55180,6969.1 -55180,6969.1 -55180,6969.1 -55180,6969.1 -55180,6969.1 -55180,6969.1 -55180,6969.2 -55180,6969.2 -55179,6969.2 -55179,6969.2 -55179,6969.2 -55179,6969.2 -55179,6969.3 -55179,6969.3 -55179,6969.3 -55179,6969.3 -55179,6969.3 -55178,6969.3 -55178,6969.3 -55178,6969.4 -55178,6969.4 -55178,6969.4 -55178,6969.4 -55178,6969.4 -55178,6969.4 -55178,6969.4 -55178,6969.5 -55177,6969.5 -55177,6969.5 -55177,6969.5 -55177,6969.5 -55177,6969.5 -55177,6969.6 -55177,6969.6 -55177,6969.6 -55177,6969.6 -55176,6969.6 -55176,6969.6 -55176,6969.6 -55176,6969.7 -55176,6969.7 -55176,6969.7 -55176,6969.7 -55176,6969.7 -55176,6969.7 -55175,6969.8 -55175,6969.8 -55175,6969.8 -55175,6969.8 -55175,6969.8 -55175,6969.8 -55175,6969.8 -55175,6969.9 -55175,6969.9 -55174,6969.9 -55174,6969.9 -55174,6969.9 -55174,6969.9 -55174,6969.9 -55174,6970 -55174,6970 -55174,6970 -55174,6970 -55173,6970 -55173,6970 -55173,6970 -55173,6970.1 -55173,6970.1 -55173,6970.1 -55173,6970.1 -55173,6970.1 -55173,6970.1 -55172,6970.1 -55172,6970.2 -55172,6970.2 -55172,6970.2 -55172,6970.2 -55172,6970.2 -55172,6970.2 -55172,6970.2 -55172,6970.3 -55171,6970.3 -55171,6970.3 -55171,6970.3 -55171,6970.3 -55171,6970.3 -55171,6970.3 -55171,6970.4 -55171,6970.4 -55171,6970.4 -55170,6970.4 -55170,6970.4 -55170,6970.4 -55170,6970.4 -55170,6970.4 -55170,6970.5 -55170,6970.5 -55170,6970.5 -55169,6970.5 -55169,6970.5 -55169,6970.5 -55169,6970.5 -55169,6970.6 -55169,6970.6 -55169,6970.6 -55169,6970.6 -55169,6970.6 -55168,6970.6 -55168,6970.6 -55168,6970.7 -55168,6970.7 -55168,6970.7 -55168,6970.7 -55168,6970.7 -55168,6970.7 -55168,6970.7 -55167,6970.7 -55167,6970.8 -55167,6970.8 -55167,6970.8 -55167,6970.8 -55167,6970.8 -55167,6970.8 -55167,6970.8 -55166,6970.9 -55166,6970.9 -55166,6970.9 -55166,6970.9 -55166,6970.9 -55166,6970.9 -55166,6970.9 -55166,6970.9 -55166,6971 -55165,6971 -55165,6971 -55165,6971 -55165,6971 -55165,6971 -55165,6971 -55165,6971.1 -55165,6971.1 -55164,6971.1 -55164,6971.1 -55164,6971.1 -55164,6971.1 -55164,6971.1 -55164,6971.2 -55164,6971.2 -55164,6971.2 -55163,6971.2 -55163,6971.2 -55163,6971.2 -55163,6971.2 -55163,6971.2 -55163,6971.3 -55163,6971.3 -55163,6971.3 -55163,6971.3 -55162,6971.3 -55162,6971.3 -55162,6971.3 -55162,6971.3 -55162,6971.4 -55162,6971.4 -55162,6971.4 -55162,6971.4 -55161,6971.4 -55161,6971.4 -55161,6971.4 -55161,6971.5 -55161,6971.5 -55161,6971.5 -55161,6971.5 -55161,6971.5 -55160,6971.5 -55160,6971.5 -55160,6971.5 -55160,6971.6 -55160,6971.6 -55160,6971.6 -55160,6971.6 -55160,6971.6 -55159,6971.6 -55159,6971.6 -55159,6971.7 -55159,6971.7 -55159,6971.7 -55159,6971.7 -55159,6971.7 -55159,6971.7 -55158,6971.7 -55158,6971.7 -55158,6971.8 -55158,6971.8 -55158,6971.8 -55158,6971.8 -55158,6971.8 -55158,6971.8 -55157,6971.8 -55157,6971.8 -55157,6971.9 -55157,6971.9 -55157,6971.9 -55157,6971.9 -55157,6971.9 -55157,6971.9 -55156,6971.9 -55156,6972 -55156,6972 -55156,6972 -55156,6972 -55156,6972 -55156,6972 -55155,6972 -55155,6972 -55155,6972.1 -55155,6972.1 -55155,6972.1 -55155,6972.1 -55155,6972.1 -55155,6972.1 -55154,6972.1 -55154,6972.1 -55154,6972.2 -55154,6972.2 -55154,6972.2 -55154,6972.2 -55154,6972.2 -55154,6972.2 -55153,6972.2 -55153,6972.2 -55153,6972.3 -55153,6972.3 -55153,6972.3 -55153,6972.3 -55153,6972.3 -55152,6972.3 -55152,6972.3 -55152,6972.4 -55152,6972.4 -55152,6972.4 -55152,6972.4 -55152,6972.4 -55152,6972.4 -55151,6972.4 -55151,6972.4 -55151,6972.5 -55151,6972.5 -55151,6972.5 -55151,6972.5 -55151,6972.5 -55151,6972.5 -55150,6972.5 -55150,6972.6 -55150,6972.6 -55150,6972.6 -55150,6972.6 -55150,6972.6 -55150,6972.6 -55149,6972.6 -55149,6972.6 -55149,6972.7 -55149,6972.7 -55149,6972.7 -55149,6972.7 -55149,6972.7 -55148,6972.7 -55148,6972.7 -55148,6972.7 -55148,6972.8 -55159,6974.2 -55159,6974.3 -55158,6974.3 -55158,6974.3 -55158,6974.3 -55158,6974.3 -55158,6974.4 -55158,6974.4 -55158,6974.4 -55158,6974.4 -55158,6974.4 -55157,6974.5 -55157,6974.5 -55157,6974.5 -55157,6974.5 -55157,6974.5 -55157,6974.6 -55157,6974.6 -55157,6974.6 -55157,6974.6 -55157,6974.6 -55156,6974.7 -55156,6974.7 -55156,6974.7 -55156,6974.7 -55156,6974.7 -55156,6974.8 -55156,6974.8 -55156,6974.8 -55156,6974.8 -55155,6974.8 -55155,6974.9 -55155,6974.9 -55155,6974.9 -55155,6974.9 -55155,6974.9 -55155,6975 -55155,6975 -55155,6975 -55155,6975 -55154,6975.1 -55154,6975.1 -55154,6975.1 -55154,6975.1 -55154,6975.1 -55154,6975.2 -55154,6975.2 -55154,6975.2 -55154,6975.2 -55153,6975.2 -55153,6975.3 -55153,6975.3 -55153,6975.3 -55153,6975.3 -55153,6975.3 -55153,6975.4 -55153,6975.4 -55153,6975.4 -55152,6975.4 -55152,6975.4 -55152,6975.5 -55152,6975.5 -55152,6975.5 -55152,6975.5 -55152,6975.5 -55152,6975.6 -55152,6975.6 -55152,6975.6 -55151,6975.6 -55151,6975.7 -55151,6975.7 -55151,6975.7 -55151,6975.7 -55151,6975.7 -55151,6975.8 -55151,6975.8 -55151,6975.8 -55150,6975.8 -55150,6975.8 -55150,6975.9 -55150,6975.9 -55150,6975.9 -55150,6975.9 -55150,6976 -55150,6976 -55150,6976 -55149,6976 -55149,6976 -55149,6976.1 -55149,6976.1 -55149,6976.1 -55149,6976.1 -55149,6976.1 -55149,6976.2 -55149,6976.2 -55148,6976.2 -55148,6976.2 -55148,6976.2 -55148,6976.3 -55148,6976.3 -55148,6976.3 -55148,6976.3 -55148,6976.4 -55148,6976.4 -55147,6976.4 -55147,6976.4 -55147,6976.4 -55147,6976.5 -55147,6976.5 -55147,6976.5 -55147,6976.5 -55147,6976.6 -55147,6976.6 -55146,6976.6 -55146,6976.6 -55146,6976.6 -55146,6976.7 -55146,6976.7 -55146,6976.7 -55146,6976.7 -55146,6976.8 -55146,6976.8 -55145,6976.8 -55145,6976.8 -55145,6976.9 -55145,6976.9 -55145,6976.9 -55145,6976.9 -55145,6976.9 -55145,6977 -55144,6977 -55144,6977 -55144,6977 -55144,6977.1 -55144,6977.1 -55144,6977.1 -55144,6977.1 -55144,6977.1 -55144,6977.2 -55143,6977.2 -55143,6977.2 -55143,6977.2 -55143,6977.3 -55143,6977.3 -55143,6977.3 -55143,6977.3 -55143,6977.4 -55143,6977.4 -55142,6977.4 -55142,6977.4 -55142,6977.5 -55142,6977.5 -55142,6977.5 -55142,6977.5 -55142,6977.6 -55142,6977.6 -55141,6977.6 -55141,6977.6 -55141,6977.6 -55141,6977.7 -55141,6977.7 -55141,6977.7 -55141,6977.7 -55141,6977.8 -55141,6977.8 -55140,6977.8 -55140,6977.8 -55140,6977.9 -55140,6977.9 -55140,6977.9 -55140,6977.9 -55140,6978 -55140,6978 -55139,6978 -55139,6978 -55139,6978.1 -55139,6978.1 -55139,6978.1 -55139,6978.1 -55139,6978.2 -55139,6978.2 -55138,6978.2 -55138,6978.2 -55138,6978.3 -55138,6978.3 -55138,6978.3 -55138,6978.3 -55138,6978.4 -55138,6978.4 -55138,6978.4 -55137,6978.4 -55137,6978.5 -55137,6978.5 -55137,6978.5 -55137,6978.6 -55137,6978.6 -55137,6978.6 -55137,6978.6 -55136,6978.7 -55136,6978.7 -55136,6978.7 -55136,6978.7 -55136,6978.8 -55136,6978.8 -55136,6978.8 -55136,6978.8 -55135,6978.9 -55135,6978.9 -55135,6978.9 -55135,6978.9 -55135,6979 -55135,6979 -55135,6979 -55135,6979 -55134,6979.1 -55134,6979.1 -55134,6979.1 -55134,6979.1 -55134,6979.2 -55134,6979.2 -55134,6979.2 -55134,6979.2 -55134,6979.3 -55133,6979.3 -55133,6979.3 -55133,6979.4 -55133,6979.4 -55133,6979.4 -55133,6979.4 -55133,6979.5 -55133,6979.5 -55132,6979.5 -55132,6979.5 -55132,6979.6 -55132,6979.6 -55132,6979.6 -55132,6979.6 -55132,6979.7 -55131,6979.7 -55131,6979.7 -55131,6979.8 -55131,6979.8 -55131,6979.8 -55131,6979.8 -55131,6979.9 -55131,6979.9 -55130,6979.9 -55130,6979.9 -55130,6980 -55130,6980 -55130,6980 -55130,6980.1 -55130,6980.1 -55130,6980.1 -55129,6980.1 -55129,6980.2 -55129,6980.2 -55129,6980.2 -55129,6980.3 -55129,6980.3 -55129,6980.3 -55129,6980.3 -55128,6980.4 -55128,6980.4 -55128,6980.4 -55128,6980.4 -55128,6980.5 -55128,6980.5 -55128,6980.5 -55128,6980.6 -55127,6980.6 -55127,6980.6 -55127,6980.6 -55127,6980.7 -55127,6980.7 -55127,6980.7 -55127,6980.8 -55126,6980.8 -55126,6980.8 -55126,6980.9 -55126,6980.9 -55126,6980.9 -55126,6980.9 -55126,6981 -55126,6981 -55125,6981 -55125,6981.1 -55125,6981.1 -55125,6981.1 -55125,6981.2 -55125,6981.2 -55125,6981.2 -55125,6981.2 -55124,6981.3 -55124,6981.3 -55124,6981.3 -55124,6981.4 -55135,6979.9 -55135,6979.9 -55135,6980 -55135,6980 -55135,6980 -55135,6980.1 -55134,6980.1 -55134,6980.1 -55134,6980.2 -55134,6980.2 -55134,6980.2 -55134,6980.3 -55134,6980.3 -55134,6980.3 -55134,6980.4 -55134,6980.4 -55133,6980.4 -55133,6980.5 -55133,6980.5 -55133,6980.5 -55133,6980.6 -55133,6980.6 -55133,6980.6 -55133,6980.7 -55133,6980.7 -55133,6980.7 -55132,6980.7 -55132,6980.8 -55132,6980.8 -55132,6980.8 -55132,6980.9 -55132,6980.9 -55132,6980.9 -55132,6981 -55132,6981 -55132,6981 -55131,6981.1 -55131,6981.1 -55131,6981.1 -55131,6981.2 -55131,6981.2 -55131,6981.2 -55131,6981.3 -55131,6981.3 -55131,6981.3 -55131,6981.4 -55130,6981.4 -55130,6981.4 -55130,6981.5 -55130,6981.5 -55130,6981.5 -55130,6981.6 -55130,6981.6 -55130,6981.6 -55130,6981.7 -55129,6981.7 -55129,6981.7 -55129,6981.8 -55129,6981.8 -55129,6981.8 -55129,6981.8 -55129,6981.9 -55129,6981.9 -55129,6981.9 -55129,6982 -55128,6982 -55128,6982 -55128,6982.1 -55128,6982.1 -55128,6982.1 -55128,6982.2 -55128,6982.2 -55128,6982.2 -55128,6982.3 -55128,6982.3 -55127,6982.3 -55127,6982.4 -55127,6982.4 -55127,6982.4 -55127,6982.5 -55127,6982.5 -55127,6982.5 -55127,6982.6 -55127,6982.6 -55127,6982.6 -55126,6982.7 -55126,6982.7 -55126,6982.7 -55126,6982.8 -55126,6982.8 -55126,6982.8 -55126,6982.9 -55126,6982.9 -55126,6982.9 -55125,6983 -55125,6983 -55125,6983 -55125,6983.1 -55125,6983.1 -55125,6983.1 -55125,6983.2 -55125,6983.2 -55125,6983.2 -55125,6983.3 -55124,6983.3 -55124,6983.3 -55124,6983.4 -55124,6983.4 -55124,6983.4 -55124,6983.5 -55124,6983.5 -55124,6983.5 -55124,6983.6 -55123,6983.6 -55123,6983.7 -55123,6983.7 -55123,6983.7 -55123,6983.8 -55123,6983.8 -55123,6983.8 -55123,6983.9 -55123,6983.9 -55123,6983.9 -55122,6984 -55122,6984 -55122,6984 -55122,6984.1 -55122,6984.1 -55122,6984.1 -55122,6984.2 -55122,6984.2 -55122,6984.2 -55121,6984.3 -55121,6984.3 -55121,6984.3 -55121,6984.4 -55121,6984.4 -55121,6984.4 -55121,6984.5 -55121,6984.5 -55121,6984.5 -55120,6984.6 -55120,6984.6 -55120,6984.6 -55120,6984.7 -55120,6984.7 -55120,6984.7 -55120,6984.8 -55120,6984.8 -55120,6984.8 -55120,6984.9 -55119,6984.9 -55119,6985 -55119,6985 -55119,6985 -55119,6985.1 -55119,6985.1 -55119,6985.1 -55119,6985.2 -55119,6985.2 -55118,6985.2 -55118,6985.3 -55118,6985.3 -55118,6985.3 -55118,6985.4 -55118,6985.4 -55118,6985.4 -55118,6985.5 -55118,6985.5 -55117,6985.5 -55117,6985.6 -55117,6985.6 -55117,6985.6 -55117,6985.7 -55117,6985.7 -55117,6985.7 -55117,6985.8 -55117,6985.8 -55116,6985.9 -55116,6985.9 -55116,6985.9 -55116,6986 -55116,6986 -55116,6986 -55116,6986.1 -55116,6986.1 -55116,6986.1 -55115,6986.2 -55115,6986.2 -55115,6986.2 -55115,6986.3 -55115,6986.3 -55115,6986.4 -55115,6986.4 -55115,6986.4 -55114,6986.5 -55114,6986.5 -55114,6986.5 -55114,6986.6 -55114,6986.6 -55114,6986.7 -55114,6986.7 -55114,6986.7 -55114,6986.8 -55113,6986.8 -55113,6986.8 -55113,6986.9 -55113,6986.9 -55113,6986.9 -55113,6987 -55113,6987 -55113,6987 -55113,6987.1 -55112,6987.1 -55112,6987.1 -55112,6987.2 -55112,6987.2 -55112,6987.2 -55112,6987.3 -55112,6987.3 -55112,6987.4 -55111,6987.4 -55111,6987.4 -55111,6987.5 -55111,6987.5 -55111,6987.5 -55111,6987.6 -55111,6987.6 -55111,6987.6 -55111,6987.7 -55110,6987.7 -55110,6987.8 -55110,6987.8 -55110,6987.8 -55110,6987.9 -55110,6987.9 -55110,6987.9 -55110,6988 -55109,6988 -55109,6988 -55109,6988.1 -55109,6988.1 -55109,6988.1 -55109,6988.2 -55109,6988.2 -55109,6988.2 -55109,6988.3 -55108,6988.3 -55108,6988.3 -55108,6988.4 -55108,6988.4 -55108,6988.5 -55108,6988.5 -55108,6988.5 -55108,6988.6 -55107,6988.6 -55107,6988.6 -55107,6988.7 -55107,6988.7 -55107,6988.7 -55107,6988.8 -55107,6988.8 -55107,6988.9 -55106,6988.9 -55106,6988.9 -55106,6989 -55106,6989 -55106,6989 -55106,6989.1 -55106,6989.1 -55106,6989.1 -55106,6989.2 -55105,6989.2 -55105,6989.3 -55105,6989.3 -55105,6989.3 -55105,6989.4 -55105,6989.4 -55105,6989.4 -55105,6989.5 -55104,6989.5 -55104,6989.5 -55104,6989.6 -55104,6989.6 -55104,6989.6 -55104,6989.7 -55104,6989.7 -55104,6989.7 -55103,6989.8 -55103,6989.8 -55103,6989.8 -55103,6989.9 -55103,6989.9 -55103,6990 -55103,6990 -55103,6990 -55102,6990.1 -55102,6990.1 -55114,6985 -55114,6985 -55113,6985.1 -55113,6985.1 -55113,6985.1 -55113,6985.2 -55113,6985.2 -55113,6985.2 -55113,6985.2 -55113,6985.3 -55113,6985.3 -55113,6985.3 -55113,6985.3 -55112,6985.4 -55112,6985.4 -55112,6985.4 -55112,6985.4 -55112,6985.5 -55112,6985.5 -55112,6985.5 -55112,6985.6 -55112,6985.6 -55112,6985.6 -55111,6985.6 -55111,6985.7 -55111,6985.7 -55111,6985.7 -55111,6985.7 -55111,6985.8 -55111,6985.8 -55111,6985.8 -55111,6985.9 -55111,6985.9 -55111,6985.9 -55110,6985.9 -55110,6986 -55110,6986 -55110,6986 -55110,6986.1 -55110,6986.1 -55110,6986.1 -55110,6986.1 -55110,6986.2 -55110,6986.2 -55109,6986.2 -55109,6986.3 -55109,6986.3 -55109,6986.3 -55109,6986.4 -55109,6986.4 -55109,6986.4 -55109,6986.4 -55109,6986.5 -55109,6986.5 -55108,6986.5 -55108,6986.6 -55108,6986.6 -55108,6986.6 -55108,6986.6 -55108,6986.7 -55108,6986.7 -55108,6986.7 -55108,6986.8 -55108,6986.8 -55107,6986.8 -55107,6986.9 -55107,6986.9 -55107,6986.9 -55107,6986.9 -55107,6987 -55107,6987 -55107,6987 -55107,6987.1 -55107,6987.1 -55106,6987.1 -55106,6987.2 -55106,6987.2 -55106,6987.2 -55106,6987.2 -55106,6987.3 -55106,6987.3 -55106,6987.3 -55106,6987.4 -55106,6987.4 -55105,6987.4 -55105,6987.5 -55105,6987.5 -55105,6987.5 -55105,6987.6 -55105,6987.6 -55105,6987.6 -55105,6987.6 -55105,6987.7 -55105,6987.7 -55104,6987.7 -55104,6987.8 -55104,6987.8 -55104,6987.8 -55104,6987.9 -55104,6987.9 -55104,6987.9 -55104,6987.9 -55104,6988 -55104,6988 -55103,6988 -55103,6988.1 -55103,6988.1 -55103,6988.1 -55103,6988.2 -55103,6988.2 -55103,6988.2 -55103,6988.3 -55103,6988.3 -55102,6988.3 -55102,6988.4 -55102,6988.4 -55102,6988.4 -55102,6988.5 -55102,6988.5 -55102,6988.5 -55102,6988.6 -55102,6988.6 -55102,6988.6 -55101,6988.7 -55101,6988.7 -55101,6988.7 -55101,6988.7 -55101,6988.8 -55101,6988.8 -55101,6988.8 -55101,6988.9 -55101,6988.9 -55100,6988.9 -55100,6989 -55100,6989 -55100,6989 -55100,6989.1 -55100,6989.1 -55100,6989.1 -55100,6989.1 -55100,6989.2 -55100,6989.2 -55099,6989.2 -55099,6989.3 -55099,6989.3 -55099,6989.3 -55099,6989.4 -55099,6989.4 -55099,6989.4 -55099,6989.5 -55099,6989.5 -55098,6989.5 -55098,6989.6 -55098,6989.6 -55098,6989.6 -55098,6989.7 -55098,6989.7 -55098,6989.7 -55098,6989.8 -55098,6989.8 -55097,6989.8 -55097,6989.9 -55097,6989.9 -55097,6989.9 -55097,6990 -55097,6990 -55097,6990 -55097,6990.1 -55097,6990.1 -55097,6990.1 -55096,6990.2 -55096,6990.2 -55096,6990.3 -55096,6990.3 -55096,6990.3 -55096,6990.4 -55096,6990.4 -55096,6990.4 -55096,6990.5 -55095,6990.5 -55095,6990.5 -55095,6990.6 -55095,6990.6 -55095,6990.6 -55095,6990.7 -55095,6990.7 -55095,6990.7 -55095,6990.8 -55094,6990.8 -55094,6990.9 -55094,6990.9 -55094,6990.9 -55094,6991 -55094,6991 -55094,6991 -55094,6991.1 -55094,6991.1 -55093,6991.1 -55093,6991.2 -55093,6991.2 -55093,6991.3 -55093,6991.3 -55093,6991.3 -55093,6991.4 -55093,6991.4 -55093,6991.4 -55092,6991.5 -55092,6991.5 -55092,6991.5 -55092,6991.6 -55092,6991.6 -55092,6991.6 -55092,6991.7 -55092,6991.7 -55092,6991.8 -55091,6991.8 -55091,6991.8 -55091,6991.9 -55091,6991.9 -55091,6991.9 -55091,6992 -55091,6992 -55091,6992.1 -55090,6992.1 -55090,6992.1 -55090,6992.2 -55090,6992.2 -55090,6992.2 -55090,6992.3 -55090,6992.3 -55090,6992.4 -55090,6992.4 -55089,6992.4 -55089,6992.5 -55089,6992.5 -55089,6992.5 -55089,6992.6 -55089,6992.6 -55089,6992.7 -55089,6992.7 -55089,6992.7 -55088,6992.8 -55088,6992.8 -55088,6992.9 -55088,6992.9 -55088,6992.9 -55088,6993 -55088,6993 -55088,6993.1 -55088,6993.1 -55087,6993.1 -55087,6993.2 -55087,6993.2 -55087,6993.2 -55087,6993.3 -55087,6993.3 -55087,6993.4 -55087,6993.4 -55086,6993.4 -55086,6993.5 -55086,6993.5 -55086,6993.6 -55086,6993.6 -55086,6993.6 -55086,6993.7 -55086,6993.7 -55086,6993.8 -55085,6993.8 -55085,6993.8 -55085,6993.9 -55085,6993.9 -55085,6994 -55085,6994 -55085,6994.1 -55085,6994.1 -55084,6994.1 -55084,6994.2 -55084,6994.2 -55084,6994.3 -55084,6994.3 -55084,6994.3 -55084,6994.4 -55084,6994.4 -55084,6994.5 -55083,6994.5 -55083,6994.5 -55083,6994.6 -55083,6994.6 -55083,6994.7 -55083,6994.7 -55083,6994.7 -55083,6994.8 -55082,6994.8 -55082,6994.9 -55082,6994.9 -55082,6995 -55082,6995 -55082,6995 -55082,6995.1 -55094,6989.4 -55094,6989.5 -55094,6989.5 -55094,6989.5 -55094,6989.6 -55094,6989.6 -55093,6989.6 -55093,6989.7 -55093,6989.7 -55093,6989.7 -55093,6989.8 -55093,6989.8 -55093,6989.8 -55093,6989.8 -55093,6989.9 -55093,6989.9 -55093,6989.9 -55092,6990 -55092,6990 -55092,6990 -55092,6990.1 -55092,6990.1 -55092,6990.1 -55092,6990.2 -55092,6990.2 -55092,6990.2 -55092,6990.3 -55092,6990.3 -55092,6990.3 -55091,6990.4 -55091,6990.4 -55091,6990.4 -55091,6990.5 -55091,6990.5 -55091,6990.5 -55091,6990.6 -55091,6990.6 -55091,6990.6 -55091,6990.7 -55091,6990.7 -55090,6990.7 -55090,6990.8 -55090,6990.8 -55090,6990.8 -55090,6990.9 -55090,6990.9 -55090,6991 -55090,6991 -55090,6991 -55090,6991.1 -55090,6991.1 -55090,6991.1 -55089,6991.2 -55089,6991.2 -55089,6991.2 -55089,6991.3 -55089,6991.3 -55089,6991.3 -55089,6991.4 -55089,6991.4 -55089,6991.4 -55089,6991.5 -55089,6991.5 -55088,6991.6 -55088,6991.6 -55088,6991.6 -55088,6991.7 -55088,6991.7 -55088,6991.7 -55088,6991.8 -55088,6991.8 -55088,6991.8 -55088,6991.9 -55088,6991.9 -55087,6991.9 -55087,6992 -55087,6992 -55087,6992 -55087,6992.1 -55087,6992.1 -55087,6992.1 -55087,6992.2 -55087,6992.2 -55087,6992.3 -55087,6992.3 -55086,6992.3 -55086,6992.4 -55086,6992.4 -55086,6992.4 -55086,6992.5 -55086,6992.5 -55086,6992.5 -55086,6992.6 -55086,6992.6 -55086,6992.7 -55086,6992.7 -55086,6992.7 -55085,6992.8 -55085,6992.8 -55085,6992.8 -55085,6992.9 -55085,6992.9 -55085,6992.9 -55085,6993 -55085,6993 -55085,6993.1 -55085,6993.1 -55085,6993.1 -55084,6993.2 -55084,6993.2 -55084,6993.3 -55084,6993.3 -55084,6993.3 -55084,6993.4 -55084,6993.4 -55084,6993.4 -55084,6993.5 -55084,6993.5 -55083,6993.6 -55083,6993.6 -55083,6993.6 -55083,6993.7 -55083,6993.7 -55083,6993.7 -55083,6993.8 -55083,6993.8 -55083,6993.9 -55083,6993.9 -55083,6993.9 -55082,6994 -55082,6994 -55082,6994.1 -55082,6994.1 -55082,6994.1 -55082,6994.2 -55082,6994.2 -55082,6994.3 -55082,6994.3 -55082,6994.3 -55082,6994.4 -55081,6994.4 -55081,6994.5 -55081,6994.5 -55081,6994.5 -55081,6994.6 -55081,6994.6 -55081,6994.6 -55081,6994.7 -55081,6994.7 -55081,6994.8 -55080,6994.8 -55080,6994.8 -55080,6994.9 -55080,6994.9 -55080,6995 -55080,6995 -55080,6995 -55080,6995.1 -55080,6995.1 -55080,6995.2 -55079,6995.2 -55079,6995.2 -55079,6995.3 -55079,6995.3 -55079,6995.4 -55079,6995.4 -55079,6995.4 -55079,6995.5 -55079,6995.5 -55079,6995.6 -55079,6995.6 -55078,6995.6 -55078,6995.7 -55078,6995.7 -55078,6995.8 -55078,6995.8 -55078,6995.8 -55078,6995.9 -55078,6995.9 -55078,6996 -55078,6996 -55077,6996 -55077,6996.1 -55077,6996.1 -55077,6996.1 -55077,6996.2 -55077,6996.2 -55077,6996.3 -55077,6996.3 -55077,6996.3 -55077,6996.4 -55076,6996.4 -55076,6996.5 -55076,6996.5 -55076,6996.6 -55076,6996.6 -55076,6996.6 -55076,6996.7 -55076,6996.7 -55076,6996.8 -55076,6996.8 -55075,6996.8 -55075,6996.9 -55075,6996.9 -55075,6997 -55075,6997 -55075,6997.1 -55075,6997.1 -55075,6997.1 -55075,6997.2 -55075,6997.2 -55074,6997.3 -55074,6997.3 -55074,6997.3 -55074,6997.4 -55074,6997.4 -55074,6997.5 -55074,6997.5 -55074,6997.6 -55074,6997.6 -55074,6997.6 -55073,6997.7 -55073,6997.7 -55073,6997.8 -55073,6997.8 -55073,6997.8 -55073,6997.9 -55073,6997.9 -55073,6998 -55073,6998 -55072,6998 -55072,6998.1 -55072,6998.1 -55072,6998.2 -55072,6998.2 -55072,6998.3 -55072,6998.3 -55072,6998.3 -55072,6998.4 -55072,6998.4 -55071,6998.5 -55071,6998.5 -55071,6998.6 -55071,6998.6 -55071,6998.6 -55071,6998.7 -55071,6998.7 -55071,6998.8 -55071,6998.8 -55071,6998.9 -55070,6998.9 -55070,6998.9 -55070,6999 -55070,6999 -55070,6999.1 -55070,6999.1 -55070,6999.2 -55070,6999.2 -55070,6999.2 -55069,6999.3 -55069,6999.3 -55069,6999.4 -55069,6999.4 -55069,6999.5 -55069,6999.5 -55069,6999.6 -55069,6999.6 -55069,6999.6 -55068,6999.7 -55068,6999.7 -55068,6999.8 -55068,6999.8 -55068,6999.9 -55068,6999.9 -55068,6999.9 -55068,7000 -55068,7000 -55068,7000.1 -55067,7000.1 -55067,7000.2 -55067,7000.2 -55067,7000.3 -55067,7000.3 -55067,7000.3 -55067,7000.4 -55067,7000.4 -55067,7000.5 -55066,7000.5 -55066,7000.6 -55066,7000.6 -55066,7000.7 -55066,7000.7 -55066,7000.7 -55066,7000.8 -55066,7000.8 -55066,7000.9 -55065,7000.9 -55076,6995.5 -55076,6995.5 -55076,6995.6 -55076,6995.6 -55076,6995.6 -55076,6995.7 -55075,6995.7 -55075,6995.7 -55075,6995.8 -55075,6995.8 -55075,6995.8 -55075,6995.9 -55075,6995.9 -55075,6995.9 -55075,6996 -55075,6996 -55075,6996 -55075,6996.1 -55075,6996.1 -55074,6996.1 -55074,6996.2 -55074,6996.2 -55074,6996.2 -55074,6996.3 -55074,6996.3 -55074,6996.3 -55074,6996.4 -55074,6996.4 -55074,6996.5 -55074,6996.5 -55074,6996.5 -55074,6996.6 -55073,6996.6 -55073,6996.6 -55073,6996.7 -55073,6996.7 -55073,6996.7 -55073,6996.8 -55073,6996.8 -55073,6996.8 -55073,6996.9 -55073,6996.9 -55073,6996.9 -55073,6997 -55072,6997 -55072,6997.1 -55072,6997.1 -55072,6997.1 -55072,6997.2 -55072,6997.2 -55072,6997.2 -55072,6997.3 -55072,6997.3 -55072,6997.3 -55072,6997.4 -55072,6997.4 -55072,6997.5 -55071,6997.5 -55071,6997.5 -55071,6997.6 -55071,6997.6 -55071,6997.6 -55071,6997.7 -55071,6997.7 -55071,6997.7 -55071,6997.8 -55071,6997.8 -55071,6997.9 -55071,6997.9 -55070,6997.9 -55070,6998 -55070,6998 -55070,6998 -55070,6998.1 -55070,6998.1 -55070,6998.2 -55070,6998.2 -55070,6998.2 -55070,6998.3 -55070,6998.3 -55070,6998.3 -55069,6998.4 -55069,6998.4 -55069,6998.5 -55069,6998.5 -55069,6998.5 -55069,6998.6 -55069,6998.6 -55069,6998.6 -55069,6998.7 -55069,6998.7 -55069,6998.8 -55069,6998.8 -55068,6998.8 -55068,6998.9 -55068,6998.9 -55068,6998.9 -55068,6999 -55068,6999 -55068,6999.1 -55068,6999.1 -55068,6999.1 -55068,6999.2 -55068,6999.2 -55068,6999.3 -55067,6999.3 -55067,6999.3 -55067,6999.4 -55067,6999.4 -55067,6999.5 -55067,6999.5 -55067,6999.5 -55067,6999.6 -55067,6999.6 -55067,6999.7 -55067,6999.7 -55067,6999.7 -55066,6999.8 -55066,6999.8 -55066,6999.9 -55066,6999.9 -55066,6999.9 -55066,7000 -55066,7000 -55066,7000.1 -55066,7000.1 -55066,7000.1 -55066,7000.2 -55065,7000.2 -55065,7000.3 -55065,7000.3 -55065,7000.4 -55065,7000.4 -55065,7000.4 -55065,7000.5 -55065,7000.5 -55065,7000.6 -55065,7000.6 -55065,7000.7 -55065,7000.7 -55064,7000.7 -55064,7000.8 -55064,7000.8 -55064,7000.9 -55064,7000.9 -55064,7001 -55064,7001 -55064,7001 -55064,7001.1 -55064,7001.1 -55064,7001.2 -55063,7001.2 -55063,7001.3 -55063,7001.3 -55063,7001.3 -55063,7001.4 -55063,7001.4 -55063,7001.5 -55063,7001.5 -55063,7001.6 -55063,7001.6 -55063,7001.6 -55062,7001.7 -55062,7001.7 -55062,7001.8 -55062,7001.8 -55062,7001.9 -55062,7001.9 -55062,7002 -55062,7002 -55062,7002 -55062,7002.1 -55062,7002.1 -55062,7002.2 -55061,7002.2 -55061,7002.3 -55061,7002.3 -55061,7002.4 -55061,7002.4 -55061,7002.5 -55061,7002.5 -55061,7002.5 -55061,7002.6 -55061,7002.6 -55061,7002.7 -55060,7002.7 -55060,7002.8 -55060,7002.8 -55060,7002.9 -55060,7002.9 -55060,7003 -55060,7003 -55060,7003 -55060,7003.1 -55060,7003.1 -55060,7003.2 -55059,7003.2 -55059,7003.3 -55059,7003.3 -55059,7003.4 -55059,7003.4 -55059,7003.5 -55059,7003.5 -55059,7003.5 -55059,7003.6 -55059,7003.6 -55058,7003.7 -55058,7003.7 -55058,7003.8 -55058,7003.8 -55058,7003.9 -55058,7003.9 -55058,7004 -55058,7004 -55058,7004.1 -55058,7004.1 -55058,7004.2 -55057,7004.2 -55057,7004.3 -55057,7004.3 -55057,7004.4 -55057,7004.4 -55057,7004.5 -55057,7004.5 -55057,7004.6 -55057,7004.6 -55057,7004.6 -55056,7004.7 -55056,7004.7 -55056,7004.8 -55056,7004.8 -55056,7004.9 -55056,7004.9 -55056,7005 -55056,7005 -55056,7005.1 -55056,7005.1 -55056,7005.2 -55055,7005.2 -55055,7005.3 -55055,7005.3 -55055,7005.4 -55055,7005.4 -55055,7005.5 -55055,7005.5 -55055,7005.6 -55055,7005.6 -55055,7005.7 -55054,7005.7 -55054,7005.7 -55054,7005.8 -55054,7005.8 -55054,7005.9 -55054,7005.9 -55054,7006 -55054,7006 -55054,7006.1 -55054,7006.1 -55053,7006.2 -55053,7006.2 -55053,7006.3 -55053,7006.3 -55053,7006.4 -55053,7006.4 -55053,7006.5 -55053,7006.5 -55053,7006.6 -55053,7006.6 -55053,7006.7 -55052,7006.7 -55052,7006.8 -55052,7006.8 -55052,7006.9 -55052,7006.9 -55052,7007 -55052,7007 -55052,7007.1 -55052,7007.1 -55052,7007.2 -55051,7007.2 -55051,7007.3 -55051,7007.3 -55051,7007.4 -55051,7007.4 -55051,7007.5 -55051,7007.5 -55051,7007.6 -55051,7007.6 -55050,7007.7 -55050,7007.7 -55050,7007.8 -55050,7007.8 -55050,7007.9 -55050,7007.9 -55050,7008 -55050,7008 -55050,7008.1 -55050,7008.1 -55061,6998.8 -55061,6998.9 -55061,6998.9 -55061,6998.9 -55061,6999 -55061,6999 -55060,6999 -55060,6999.1 -55060,6999.1 -55060,6999.1 -55060,6999.2 -55060,6999.2 -55060,6999.2 -55060,6999.3 -55060,6999.3 -55060,6999.3 -55060,6999.4 -55060,6999.4 -55060,6999.4 -55060,6999.5 -55059,6999.5 -55059,6999.5 -55059,6999.6 -55059,6999.6 -55059,6999.6 -55059,6999.7 -55059,6999.7 -55059,6999.7 -55059,6999.7 -55059,6999.8 -55059,6999.8 -55059,6999.8 -55059,6999.9 -55059,6999.9 -55058,6999.9 -55058,7000 -55058,7000 -55058,7000 -55058,7000.1 -55058,7000.1 -55058,7000.1 -55058,7000.2 -55058,7000.2 -55058,7000.2 -55058,7000.3 -55058,7000.3 -55058,7000.3 -55058,7000.4 -55057,7000.4 -55057,7000.4 -55057,7000.5 -55057,7000.5 -55057,7000.5 -55057,7000.6 -55057,7000.6 -55057,7000.6 -55057,7000.7 -55057,7000.7 -55057,7000.7 -55057,7000.8 -55057,7000.8 -55057,7000.8 -55056,7000.9 -55056,7000.9 -55056,7000.9 -55056,7001 -55056,7001 -55056,7001 -55056,7001.1 -55056,7001.1 -55056,7001.1 -55056,7001.2 -55056,7001.2 -55056,7001.2 -55056,7001.3 -55056,7001.3 -55055,7001.3 -55055,7001.4 -55055,7001.4 -55055,7001.4 -55055,7001.5 -55055,7001.5 -55055,7001.5 -55055,7001.6 -55055,7001.6 -55055,7001.6 -55055,7001.7 -55055,7001.7 -55055,7001.8 -55054,7001.8 -55054,7001.8 -55054,7001.9 -55054,7001.9 -55054,7001.9 -55054,7002 -55054,7002 -55054,7002 -55054,7002.1 -55054,7002.1 -55054,7002.1 -55054,7002.2 -55054,7002.2 -55054,7002.2 -55053,7002.3 -55053,7002.3 -55053,7002.3 -55053,7002.4 -55053,7002.4 -55053,7002.4 -55053,7002.5 -55053,7002.5 -55053,7002.5 -55053,7002.6 -55053,7002.6 -55053,7002.6 -55053,7002.6 -55052,7002.7 -55052,7002.7 -55052,7002.7 -55052,7002.8 -55052,7002.8 -55052,7002.8 -55052,7002.9 -55052,7002.9 -55052,7002.9 -55052,7003 -55052,7003 -55052,7003 -55052,7003.1 -55052,7003.1 -55051,7003.1 -55051,7003.1 -55051,7003.2 -55051,7003.2 -55051,7003.2 -55051,7003.3 -55051,7003.3 -55051,7003.3 -55051,7003.4 -55051,7003.4 -55051,7003.4 -55051,7003.5 -55051,7003.5 -55051,7003.5 -55050,7003.6 -55050,7003.6 -55050,7003.6 -55050,7003.6 -55050,7003.7 -55050,7003.7 -55050,7003.7 -55050,7003.8 -55050,7003.8 -55050,7003.8 -55050,7003.8 -55050,7003.9 -55050,7003.9 -55050,7003.9 -55049,7004 -55049,7004 -55049,7004 -55049,7004.1 -55049,7004.1 -55049,7004.1 -55049,7004.1 -55049,7004.2 -55049,7004.2 -55049,7004.2 -55049,7004.3 -55049,7004.3 -55049,7004.3 -55048,7004.3 -55048,7004.4 -55048,7004.4 -55048,7004.4 -55048,7004.4 -55048,7004.5 -55048,7004.5 -55048,7004.5 -55048,7004.6 -55048,7004.6 -55048,7004.6 -55048,7004.6 -55048,7004.7 -55048,7004.7 -55047,7004.7 -55047,7004.7 -55047,7004.8 -55047,7004.8 -55047,7004.8 -55047,7004.8 -55047,7004.9 -55047,7004.9 -55047,7004.9 -55047,7004.9 -55047,7005 -55047,7005 -55047,7005 -55047,7005 -55046,7005 -55046,7005.1 -55046,7005.1 -55046,7005.1 -55046,7005.1 -55046,7005.2 -55046,7005.2 -55046,7005.2 -55046,7005.2 -55046,7005.2 -55046,7005.3 -55046,7005.3 -55046,7005.3 -55046,7005.3 -55045,7005.3 -55045,7005.4 -55045,7005.4 -55045,7005.4 -55045,7005.4 -55045,7005.5 -55045,7005.5 -55045,7005.5 -55045,7005.5 -55045,7005.5 -55045,7005.6 -55045,7005.6 -55045,7005.6 -55045,7005.6 -55044,7005.6 -55044,7005.6 -55044,7005.7 -55044,7005.7 -55044,7005.7 -55044,7005.7 -55044,7005.7 -55044,7005.7 -55044,7005.8 -55044,7005.8 -55044,7005.8 -55044,7005.8 -55044,7005.8 -55043,7005.8 -55043,7005.9 -55043,7005.9 -55043,7005.9 -55043,7005.9 -55043,7005.9 -55043,7005.9 -55043,7005.9 -55043,7006 -55043,7006 -55043,7006 -55043,7006 -55043,7006 -55043,7006 -55042,7006.1 -55042,7006.1 -55042,7006.1 -55042,7006.1 -55042,7006.1 -55042,7006.1 -55042,7006.1 -55042,7006.2 -55042,7006.2 -55042,7006.2 -55042,7006.2 -55042,7006.2 -55042,7006.2 -55041,7006.2 -55041,7006.2 -55041,7006.3 -55041,7006.3 -55041,7006.3 -55041,7006.3 -55041,7006.3 -55041,7006.3 -55041,7006.3 -55041,7006.3 -55041,7006.3 -55041,7006.3 -55041,7006.3 -55041,7006.4 -55040,7006.4 -55040,7006.4 -55040,7006.4 -55040,7006.4 -55040,7006.4 -55040,7006.4 -55040,7006.4 -55040,7006.4 -55040,7006.4 -55040,7006.4 -55040,7006.4 -55040,7006.4 -55040,7006.4 -55039,7006.5 -55039,7006.5 -55039,7006.5 -55047,6999.5 -55047,6999.5 -55047,6999.5 -55047,6999.5 -55047,6999.5 -55047,6999.5 -55047,6999.4 -55047,6999.4 -55046,6999.4 -55046,6999.4 -55046,6999.4 -55046,6999.4 -55046,6999.4 -55046,6999.3 -55046,6999.3 -55046,6999.3 -55046,6999.3 -55046,6999.3 -55046,6999.3 -55046,6999.2 -55046,6999.2 -55046,6999.2 -55046,6999.2 -55046,6999.2 -55046,6999.2 -55046,6999.1 -55046,6999.1 -55045,6999.1 -55045,6999.1 -55045,6999.1 -55045,6999 -55045,6999 -55045,6999 -55045,6999 -55045,6999 -55045,6998.9 -55045,6998.9 -55045,6998.9 -55045,6998.9 -55045,6998.9 -55045,6998.8 -55045,6998.8 -55045,6998.8 -55045,6998.8 -55045,6998.8 -55045,6998.7 -55044,6998.7 -55044,6998.7 -55044,6998.7 -55044,6998.7 -55044,6998.6 -55044,6998.6 -55044,6998.6 -55044,6998.6 -55044,6998.5 -55044,6998.5 -55044,6998.5 -55044,6998.5 -55044,6998.4 -55044,6998.4 -55044,6998.4 -55044,6998.4 -55044,6998.3 -55044,6998.3 -55044,6998.3 -55043,6998.2 -55043,6998.2 -55043,6998.2 -55043,6998.2 -55043,6998.1 -55043,6998.1 -55043,6998.1 -55043,6998 -55043,6998 -55043,6998 -55043,6998 -55043,6997.9 -55043,6997.9 -55043,6997.9 -55043,6997.8 -55043,6997.8 -55043,6997.8 -55043,6997.7 -55043,6997.7 -55043,6997.7 -55042,6997.6 -55042,6997.6 -55042,6997.6 -55042,6997.6 -55042,6997.5 -55042,6997.5 -55042,6997.4 -55042,6997.4 -55042,6997.4 -55042,6997.3 -55042,6997.3 -55042,6997.3 -55042,6997.2 -55042,6997.2 -55042,6997.2 -55042,6997.1 -55042,6997.1 -55042,6997 -55042,6997 -55041,6997 -55041,6996.9 -55041,6996.9 -55041,6996.8 -55041,6996.8 -55041,6996.8 -55041,6996.7 -55041,6996.7 -55041,6996.6 -55041,6996.6 -55041,6996.6 -55041,6996.5 -55041,6996.5 -55041,6996.5 -55041,6996.4 -55041,6996.4 -55041,6996.3 -55041,6996.3 -55040,6996.3 -55040,6996.2 -55040,6996.2 -55040,6996.1 -55040,6996.1 -55040,6996 -55040,6996 -55040,6996 -55040,6995.9 -55040,6995.9 -55040,6995.8 -55040,6995.8 -55040,6995.7 -55040,6995.7 -55040,6995.6 -55040,6995.6 -55040,6995.5 -55040,6995.5 -55040,6995.4 -55039,6995.4 -55039,6995.3 -55039,6995.3 -55039,6995.2 -55039,6995.2 -55039,6995.1 -55039,6995.1 -55039,6995 -55039,6995 -55039,6994.9 -55039,6994.9 -55039,6994.8 -55039,6994.8 -55039,6994.7 -55039,6994.7 -55039,6994.6 -55039,6994.6 -55039,6994.5 -55038,6994.5 -55038,6994.4 -55038,6994.4 -55038,6994.3 -55038,6994.3 -55038,6994.2 -55038,6994.2 -55038,6994.1 -55038,6994.1 -55038,6994 -55038,6994 -55038,6993.9 -55038,6993.8 -55038,6993.8 -55038,6993.7 -55038,6993.7 -55038,6993.6 -55038,6993.6 -55038,6993.5 -55037,6993.4 -55037,6993.4 -55037,6993.3 -55037,6993.3 -55037,6993.2 -55037,6993.1 -55037,6993.1 -55037,6993 -55037,6993 -55037,6992.9 -55037,6992.9 -55037,6992.8 -55037,6992.7 -55037,6992.7 -55037,6992.6 -55037,6992.6 -55037,6992.5 -55036,6992.4 -55036,6992.4 -55036,6992.3 -55036,6992.2 -55036,6992.2 -55036,6992.1 -55036,6992 -55036,6992 -55036,6991.9 -55036,6991.9 -55036,6991.8 -55036,6991.7 -55036,6991.7 -55036,6991.6 -55036,6991.5 -55036,6991.5 -55036,6991.4 -55035,6991.3 -55035,6991.3 -55035,6991.2 -55035,6991.1 -55035,6991 -55035,6991 -55035,6990.9 -55035,6990.8 -55035,6990.8 -55035,6990.7 -55035,6990.6 -55035,6990.6 -55035,6990.5 -55035,6990.4 -55035,6990.4 -55035,6990.3 -55034,6990.2 -55034,6990.1 -55034,6990.1 -55034,6990 -55034,6989.9 -55034,6989.8 -55034,6989.8 -55034,6989.7 -55034,6989.6 -55034,6989.6 -55034,6989.5 -55034,6989.4 -55034,6989.3 -55034,6989.2 -55034,6989.2 -55034,6989.1 -55033,6989 -55033,6988.9 -55033,6988.9 -55033,6988.8 -55033,6988.7 -55033,6988.6 -55033,6988.5 -55033,6988.5 -55033,6988.4 -55033,6988.3 -55033,6988.2 -55033,6988.1 -55033,6988.1 -55033,6988 -55033,6987.9 -55032,6987.8 -55032,6987.7 -55032,6987.6 -55032,6987.6 -55032,6987.5 -55032,6987.4 -55032,6987.3 -55032,6987.2 -55032,6987.1 -55032,6987.1 -55032,6987 -55032,6986.9 -55032,6986.8 -55032,6986.7 -55032,6986.6 -55031,6986.5 -55031,6986.5 -55031,6986.4 -55031,6986.3 -55031,6986.2 -55031,6986.1 -55031,6986 -55031,6985.9 -55031,6985.8 -55031,6985.7 -55031,6985.7 -55031,6985.6 -55031,6985.5 -55031,6985.4 -55031,6985.3 -55030,6985.2 -55030,6985.1 -55030,6985 -55030,6984.9 -55030,6984.8 -55030,6984.7 -55030,6984.6 -55030,6984.5 -55039,6984.7 -55039,6984.6 -55039,6984.5 -55039,6984.4 -55039,6984.4 -55039,6984.3 -55039,6984.2 -55039,6984.1 -55039,6984 -55039,6983.9 -55039,6983.8 -55038,6983.7 -55038,6983.6 -55038,6983.5 -55038,6983.4 -55038,6983.3 -55038,6983.2 -55038,6983.1 -55038,6983 -55038,6982.9 -55038,6982.8 -55038,6982.6 -55038,6982.5 -55038,6982.4 -55038,6982.3 -55038,6982.2 -55038,6982.1 -55038,6982 -55038,6981.9 -55038,6981.8 -55038,6981.7 -55038,6981.6 -55038,6981.5 -55038,6981.4 -55038,6981.3 -55037,6981.1 -55037,6981 -55037,6980.9 -55037,6980.8 -55037,6980.7 -55037,6980.6 -55037,6980.5 -55037,6980.4 -55037,6980.3 -55037,6980.2 -55037,6980 -55037,6979.9 -55037,6979.8 -55037,6979.7 -55037,6979.6 -55037,6979.5 -55037,6979.4 -55037,6979.2 -55037,6979.1 -55037,6979 -55037,6978.9 -55037,6978.8 -55037,6978.6 -55036,6978.5 -55036,6978.4 -55036,6978.3 -55036,6978.2 -55036,6978.1 -55036,6977.9 -55036,6977.8 -55036,6977.7 -55036,6977.6 -55036,6977.4 -55036,6977.3 -55036,6977.2 -55036,6977.1 -55036,6977 -55036,6976.8 -55036,6976.7 -55036,6976.6 -55036,6976.5 -55036,6976.3 -55036,6976.2 -55036,6976.1 -55036,6976 -55035,6975.8 -55035,6975.7 -55035,6975.6 -55035,6975.4 -55035,6975.3 -55035,6975.2 -55035,6975.1 -55035,6974.9 -55035,6974.8 -55035,6974.7 -55035,6974.5 -55035,6974.4 -55035,6974.3 -55035,6974.1 -55035,6974 -55035,6973.9 -55035,6973.7 -55035,6973.6 -55035,6973.5 -55035,6973.3 -55035,6973.2 -55034,6973 -55034,6972.9 -55034,6972.8 -55034,6972.6 -55034,6972.5 -55034,6972.3 -55034,6972.2 -55034,6972.1 -55034,6971.9 -55034,6971.8 -55034,6971.6 -55034,6971.5 -55034,6971.4 -55034,6971.2 -55034,6971.1 -55034,6970.9 -55034,6970.8 -55034,6970.7 -55034,6970.5 -55034,6970.4 -55033,6970.2 -55033,6970.1 -55033,6969.9 -55033,6969.8 -55033,6969.6 -55033,6969.5 -55033,6969.3 -55033,6969.2 -55033,6969.1 -55033,6968.9 -55033,6968.8 -55033,6968.6 -55033,6968.5 -55033,6968.3 -55033,6968.2 -55033,6968 -55033,6967.9 -55033,6967.7 -55033,6967.6 -55033,6967.4 -55032,6967.3 -55032,6967.1 -55032,6967 -55032,6966.8 -55032,6966.6 -55032,6966.5 -55032,6966.3 -55032,6966.2 -55032,6966 -55032,6965.9 -55032,6965.7 -55032,6965.6 -55032,6965.4 -55032,6965.3 -55032,6965.1 -55032,6964.9 -55032,6964.8 -55032,6964.6 -55032,6964.5 -55031,6964.3 -55031,6964.1 -55031,6964 -55031,6963.8 -55031,6963.7 -55031,6963.5 -55031,6963.3 -55031,6963.2 -55031,6963 -55031,6962.8 -55031,6962.7 -55031,6962.5 -55031,6962.3 -55031,6962.2 -55031,6962 -55031,6961.8 -55031,6961.7 -55031,6961.5 -55031,6961.3 -55030,6961.2 -55030,6961 -55030,6960.8 -55030,6960.7 -55030,6960.5 -55030,6960.3 -55030,6960.1 -55030,6960 -55030,6959.8 -55030,6959.6 -55030,6959.5 -55030,6959.3 -55030,6959.1 -55030,6958.9 -55030,6958.8 -55030,6958.6 -55030,6958.4 -55030,6958.2 -55029,6958.1 -55029,6957.9 -55029,6957.7 -55029,6957.5 -55029,6957.3 -55029,6957.2 -55029,6957 -55029,6956.8 -55029,6956.6 -55029,6956.4 -55029,6956.3 -55029,6956.1 -55029,6955.9 -55029,6955.7 -55029,6955.5 -55029,6955.4 -55029,6955.2 -55029,6955 -55028,6954.8 -55028,6954.6 -55028,6954.4 -55028,6954.2 -55028,6954.1 -55028,6953.9 -55028,6953.7 -55028,6953.5 -55028,6953.3 -55028,6953.1 -55028,6952.9 -55028,6952.7 -55028,6952.6 -55028,6952.4 -55028,6952.2 -55028,6952 -55028,6951.8 -55027,6951.6 -55027,6951.4 -55027,6951.2 -55027,6951 -55027,6950.8 -55027,6950.6 -55027,6950.4 -55027,6950.3 -55027,6950.1 -55027,6949.9 -55027,6949.7 -55027,6949.5 -55027,6949.3 -55027,6949.1 -55027,6948.9 -55027,6948.7 -55027,6948.5 -55027,6948.3 -55026,6948.1 -55026,6947.9 -55026,6947.7 -55026,6947.5 -55026,6947.3 -55026,6947.1 -55026,6946.9 -55026,6946.6 -55026,6946.4 -55026,6946.2 -55026,6946 -55026,6945.8 -55026,6945.6 -55026,6945.4 -55026,6945.2 -55026,6945 -55025,6944.8 -55025,6944.6 -55025,6944.4 -55025,6944.2 -55025,6943.9 -55025,6943.7 -55025,6943.5 -55025,6943.3 -55025,6943.1 -55025,6942.9 -55025,6942.7 -55025,6942.5 -55025,6942.2 -55025,6942 -55025,6941.8 -55025,6941.6 -55024,6941.4 -55024,6941.2 -55024,6940.9 -55024,6940.7 -55024,6940.5 -55024,6940.3 -55024,6940.1 -55024,6939.9 -55024,6939.6 -55024,6939.4 -55024,6939.2 -55024,6939 -55024,6938.7 -55024,6938.5 -55024,6938.3 -55023,6938.1 -55023,6937.8 -55023,6937.6 -55037,6960.7 -55037,6960.5 -55037,6960.3 -55036,6960.2 -55036,6960 -55036,6959.8 -55036,6959.7 -55036,6959.5 -55036,6959.3 -55036,6959.2 -55036,6959 -55036,6958.8 -55036,6958.6 -55036,6958.5 -55036,6958.3 -55036,6958.1 -55036,6957.9 -55036,6957.8 -55036,6957.6 -55036,6957.4 -55036,6957.2 -55036,6957.1 -55036,6956.9 -55036,6956.7 -55036,6956.5 -55036,6956.4 -55036,6956.2 -55036,6956 -55036,6955.8 -55036,6955.6 -55036,6955.4 -55036,6955.3 -55036,6955.1 -55036,6954.9 -55036,6954.7 -55036,6954.5 -55036,6954.4 -55036,6954.2 -55036,6954 -55036,6953.8 -55036,6953.6 -55036,6953.4 -55036,6953.2 -55036,6953.1 -55036,6952.9 -55036,6952.7 -55036,6952.5 -55036,6952.3 -55036,6952.1 -55036,6951.9 -55036,6951.7 -55036,6951.5 -55036,6951.4 -55036,6951.2 -55036,6951 -55036,6950.8 -55036,6950.6 -55036,6950.4 -55036,6950.2 -55036,6950 -55036,6949.8 -55036,6949.6 -55036,6949.4 -55036,6949.2 -55036,6949 -55036,6948.8 -55036,6948.6 -55036,6948.4 -55036,6948.3 -55036,6948.1 -55036,6947.9 -55036,6947.7 -55036,6947.5 -55036,6947.3 -55036,6947.1 -55036,6946.9 -55036,6946.7 -55035,6946.5 -55035,6946.3 -55035,6946.1 -55035,6945.9 -55035,6945.7 -55035,6945.5 -55035,6945.3 -55035,6945 -55035,6944.8 -55035,6944.6 -55035,6944.4 -55035,6944.2 -55035,6944 -55035,6943.8 -55035,6943.6 -55035,6943.4 -55035,6943.2 -55035,6943 -55035,6942.8 -55035,6942.6 -55035,6942.4 -55035,6942.2 -55035,6942 -55035,6941.7 -55035,6941.5 -55035,6941.3 -55035,6941.1 -55035,6940.9 -55035,6940.7 -55035,6940.5 -55035,6940.3 -55035,6940 -55035,6939.8 -55035,6939.6 -55035,6939.4 -55035,6939.2 -55035,6939 -55035,6938.8 -55035,6938.5 -55035,6938.3 -55035,6938.1 -55035,6937.9 -55035,6937.7 -55035,6937.5 -55035,6937.2 -55035,6937 -55035,6936.8 -55035,6936.6 -55035,6936.4 -55035,6936.1 -55035,6935.9 -55035,6935.7 -55035,6935.5 -55035,6935.2 -55035,6935 -55035,6934.8 -55035,6934.6 -55035,6934.4 -55035,6934.1 -55035,6933.9 -55035,6933.7 -55035,6933.5 -55035,6933.2 -55035,6933 -55035,6932.8 -55035,6932.5 -55035,6932.3 -55035,6932.1 -55035,6931.9 -55035,6931.6 -55034,6931.4 -55034,6931.2 -55034,6930.9 -55034,6930.7 -55034,6930.5 -55034,6930.2 -55034,6930 -55034,6929.8 -55034,6929.5 -55034,6929.3 -55034,6929.1 -55034,6928.8 -55034,6928.6 -55034,6928.4 -55034,6928.1 -55034,6927.9 -55034,6927.7 -55034,6927.4 -55034,6927.2 -55034,6927 -55034,6926.7 -55034,6926.5 -55034,6926.2 -55034,6926 -55034,6925.8 -55034,6925.5 -55034,6925.3 -55034,6925 -55034,6924.8 -55034,6924.5 -55034,6924.3 -55034,6924.1 -55034,6923.8 -55034,6923.6 -55034,6923.3 -55034,6923.1 -55034,6922.8 -55034,6922.6 -55034,6922.3 -55034,6922.1 -55034,6921.8 -55034,6921.6 -55034,6921.3 -55034,6921.1 -55034,6920.8 -55034,6920.6 -55034,6920.3 -55034,6920.1 -55034,6919.8 -55034,6919.6 -55034,6919.3 -55034,6919.1 -55034,6918.8 -55034,6918.6 -55034,6918.3 -55034,6918.1 -55034,6917.8 -55034,6917.5 -55034,6917.3 -55034,6917 -55033,6916.8 -55033,6916.5 -55033,6916.3 -55033,6916 -55033,6915.7 -55033,6915.5 -55033,6915.2 -55033,6915 -55033,6914.7 -55033,6914.4 -55033,6914.2 -55033,6913.9 -55033,6913.7 -55033,6913.4 -55033,6913.1 -55033,6912.9 -55033,6912.6 -55033,6912.4 -55033,6912.1 -55033,6911.8 -55033,6911.6 -55033,6911.3 -55033,6911 -55033,6910.8 -55033,6910.5 -55033,6910.2 -55033,6910 -55033,6909.7 -55033,6909.4 -55033,6909.2 -55033,6908.9 -55033,6908.6 -55033,6908.4 -55033,6908.1 -55033,6907.8 -55033,6907.5 -55033,6907.3 -55033,6907 -55033,6906.7 -55033,6906.5 -55033,6906.2 -55033,6905.9 -55033,6905.6 -55033,6905.4 -55033,6905.1 -55033,6904.8 -55033,6904.5 -55033,6904.3 -55033,6904 -55033,6903.7 -55033,6903.4 -55033,6903.2 -55033,6902.9 -55033,6902.6 -55033,6902.3 -55032,6902 -55032,6901.8 -55032,6901.5 -55032,6901.2 -55032,6900.9 -55032,6900.6 -55032,6900.4 -55032,6900.1 -55032,6899.8 -55032,6899.5 -55032,6899.2 -55032,6898.9 -55032,6898.7 -55032,6898.4 -55032,6898.1 -55032,6897.8 -55032,6897.5 -55032,6897.2 -55032,6896.9 -55032,6896.7 -55032,6896.4 -55032,6896.1 -55032,6895.8 -55032,6895.5 -55032,6895.2 -55032,6894.9 -55032,6894.6 -55032,6894.3 -55032,6894.1 -55032,6893.8 -55032,6893.5 -55032,6893.2 -55032,6892.9 -55032,6892.6 -55032,6892.3 -55032,6892 -55036,6937.9 -55036,6937.7 -55036,6937.5 -55036,6937.3 -55036,6937.2 -55036,6937 -55036,6936.8 -55036,6936.7 -55036,6936.5 -55036,6936.3 -55036,6936.2 -55036,6936 -55036,6935.8 -55036,6935.6 -55036,6935.5 -55036,6935.3 -55036,6935.1 -55036,6934.9 -55036,6934.8 -55036,6934.6 -55037,6934.4 -55037,6934.3 -55037,6934.1 -55037,6933.9 -55037,6933.7 -55037,6933.6 -55037,6933.4 -55037,6933.2 -55037,6933 -55037,6932.9 -55037,6932.7 -55037,6932.5 -55037,6932.3 -55037,6932.2 -55037,6932 -55037,6931.8 -55037,6931.6 -55037,6931.4 -55037,6931.3 -55037,6931.1 -55037,6930.9 -55037,6930.7 -55037,6930.5 -55037,6930.4 -55037,6930.2 -55037,6930 -55037,6929.8 -55037,6929.6 -55037,6929.5 -55037,6929.3 -55037,6929.1 -55037,6928.9 -55037,6928.7 -55037,6928.5 -55037,6928.4 -55037,6928.2 -55037,6928 -55037,6927.8 -55037,6927.6 -55037,6927.4 -55037,6927.3 -55037,6927.1 -55037,6926.9 -55037,6926.7 -55037,6926.5 -55037,6926.3 -55037,6926.1 -55037,6925.9 -55037,6925.8 -55037,6925.6 -55037,6925.4 -55037,6925.2 -55037,6925 -55037,6924.8 -55037,6924.6 -55037,6924.4 -55037,6924.3 -55037,6924.1 -55037,6923.9 -55037,6923.7 -55037,6923.5 -55037,6923.3 -55037,6923.1 -55037,6922.9 -55037,6922.7 -55037,6922.5 -55037,6922.3 -55037,6922.2 -55037,6922 -55037,6921.8 -55037,6921.6 -55037,6921.4 -55037,6921.2 -55037,6921 -55037,6920.8 -55037,6920.6 -55037,6920.4 -55037,6920.2 -55037,6920 -55037,6919.8 -55037,6919.7 -55037,6919.5 -55037,6919.3 -55037,6919.1 -55037,6918.9 -55037,6918.7 -55037,6918.5 -55037,6918.3 -55037,6918.1 -55037,6917.9 -55037,6917.7 -55037,6917.5 -55037,6917.3 -55037,6917.1 -55037,6916.9 -55037,6916.7 -55037,6916.5 -55037,6916.3 -55037,6916.1 -55037,6915.9 -55037,6915.7 -55037,6915.5 -55037,6915.3 -55037,6915.1 -55037,6914.9 -55037,6914.7 -55037,6914.5 -55037,6914.3 -55037,6914.1 -55037,6913.9 -55037,6913.7 -55037,6913.5 -55037,6913.3 -55037,6913.1 -55037,6912.9 -55037,6912.7 -55037,6912.5 -55037,6912.2 -55037,6912 -55037,6911.8 -55037,6911.6 -55037,6911.4 -55037,6911.2 -55037,6911 -55037,6910.8 -55037,6910.6 -55037,6910.4 -55037,6910.2 -55038,6910 -55038,6909.8 -55038,6909.6 -55038,6909.3 -55038,6909.1 -55038,6908.9 -55038,6908.7 -55038,6908.5 -55038,6908.3 -55038,6908.1 -55038,6907.9 -55038,6907.7 -55038,6907.5 -55038,6907.3 -55038,6907 -55038,6906.8 -55038,6906.6 -55038,6906.4 -55038,6906.2 -55038,6906 -55038,6905.8 -55038,6905.6 -55038,6905.4 -55038,6905.2 -55038,6904.9 -55038,6904.7 -55038,6904.5 -55038,6904.3 -55038,6904.1 -55038,6903.9 -55038,6903.7 -55038,6903.4 -55038,6903.2 -55038,6903 -55038,6902.8 -55038,6902.6 -55038,6902.4 -55038,6902.1 -55038,6901.9 -55038,6901.7 -55038,6901.5 -55038,6901.3 -55038,6901 -55038,6900.8 -55038,6900.6 -55038,6900.4 -55038,6900.2 -55038,6899.9 -55038,6899.7 -55038,6899.5 -55038,6899.3 -55038,6899.1 -55038,6898.8 -55038,6898.6 -55038,6898.4 -55038,6898.2 -55038,6898 -55038,6897.7 -55038,6897.5 -55038,6897.3 -55038,6897.1 -55038,6896.8 -55038,6896.6 -55038,6896.4 -55038,6896.2 -55038,6895.9 -55038,6895.7 -55038,6895.5 -55038,6895.2 -55038,6895 -55038,6894.8 -55038,6894.6 -55038,6894.3 -55039,6894.1 -55039,6893.9 -55039,6893.7 -55039,6893.4 -55039,6893.2 -55039,6893 -55039,6892.7 -55039,6892.5 -55039,6892.3 -55039,6892 -55039,6891.8 -55039,6891.6 -55039,6891.4 -55039,6891.1 -55039,6890.9 -55039,6890.7 -55039,6890.4 -55039,6890.2 -55039,6890 -55039,6889.7 -55039,6889.5 -55039,6889.3 -55039,6889 -55039,6888.8 -55039,6888.6 -55039,6888.3 -55039,6888.1 -55039,6887.8 -55039,6887.6 -55039,6887.4 -55039,6887.1 -55039,6886.9 -55039,6886.7 -55039,6886.4 -55039,6886.2 -55039,6885.9 -55039,6885.7 -55039,6885.5 -55039,6885.2 -55039,6885 -55039,6884.7 -55039,6884.5 -55039,6884.3 -55039,6884 -55039,6883.8 -55039,6883.5 -55039,6883.3 -55039,6883 -55039,6882.8 -55039,6882.6 -55039,6882.3 -55039,6882.1 -55039,6881.8 -55039,6881.6 -55039,6881.3 -55039,6881.1 -55039,6880.9 -55039,6880.6 -55039,6880.4 -55039,6880.1 -55039,6879.9 -55040,6879.6 -55040,6879.4 -55040,6879.1 -55040,6878.9 -55040,6878.6 -55040,6878.4 -55040,6878.1 -55040,6877.9 -55040,6877.6 -55040,6877.4 -55040,6877.1 -55040,6876.9 -55040,6876.6 -55040,6876.4 -55040,6876.1 -55037,6919.6 -55037,6919.4 -55037,6919.3 -55037,6919.2 -55037,6919 -55037,6918.9 -55037,6918.8 -55037,6918.6 -55037,6918.5 -55037,6918.4 -55037,6918.2 -55037,6918.1 -55037,6918 -55037,6917.8 -55037,6917.7 -55037,6917.6 -55037,6917.4 -55037,6917.3 -55037,6917.2 -55037,6917 -55037,6916.9 -55037,6916.8 -55037,6916.6 -55037,6916.5 -55037,6916.4 -55037,6916.2 -55037,6916.1 -55037,6916 -55037,6915.8 -55037,6915.7 -55037,6915.6 -55037,6915.4 -55037,6915.3 -55037,6915.2 -55037,6915 -55037,6914.9 -55037,6914.8 -55037,6914.6 -55037,6914.5 -55037,6914.4 -55037,6914.2 -55037,6914.1 -55037,6913.9 -55037,6913.8 -55037,6913.7 -55037,6913.5 -55038,6913.4 -55038,6913.3 -55038,6913.1 -55038,6913 -55038,6912.9 -55038,6912.7 -55038,6912.6 -55038,6912.5 -55038,6912.3 -55038,6912.2 -55038,6912 -55038,6911.9 -55038,6911.8 -55038,6911.6 -55038,6911.5 -55038,6911.4 -55038,6911.2 -55038,6911.1 -55038,6910.9 -55038,6910.8 -55038,6910.7 -55038,6910.5 -55038,6910.4 -55038,6910.3 -55038,6910.1 -55038,6910 -55038,6909.8 -55038,6909.7 -55038,6909.6 -55038,6909.4 -55038,6909.3 -55038,6909.2 -55038,6909 -55038,6908.9 -55038,6908.7 -55038,6908.6 -55038,6908.5 -55038,6908.3 -55038,6908.2 -55038,6908.1 -55038,6907.9 -55038,6907.8 -55038,6907.6 -55038,6907.5 -55038,6907.3 -55038,6907.2 -55038,6907.1 -55038,6906.9 -55038,6906.8 -55038,6906.6 -55038,6906.5 -55038,6906.4 -55038,6906.2 -55038,6906.1 -55038,6905.9 -55038,6905.8 -55038,6905.7 -55039,6905.5 -55039,6905.4 -55039,6905.2 -55039,6905.1 -55039,6904.9 -55039,6904.8 -55039,6904.7 -55039,6904.5 -55039,6904.4 -55039,6904.2 -55039,6904.1 -55039,6903.9 -55039,6903.8 -55039,6903.7 -55039,6903.5 -55039,6903.4 -55039,6903.2 -55039,6903.1 -55039,6903 -55039,6902.8 -55039,6902.7 -55039,6902.5 -55039,6902.4 -55039,6902.2 -55039,6902.1 -55039,6901.9 -55039,6901.8 -55039,6901.7 -55039,6901.5 -55039,6901.4 -55039,6901.2 -55039,6901.1 -55039,6900.9 -55039,6900.8 -55039,6900.6 -55039,6900.5 -55039,6900.4 -55039,6900.2 -55039,6900.1 -55039,6899.9 -55039,6899.8 -55039,6899.6 -55039,6899.5 -55039,6899.4 -55039,6899.2 -55039,6899.1 -55039,6898.9 -55039,6898.8 -55039,6898.6 -55039,6898.5 -55039,6898.3 -55040,6898.2 -55040,6898 -55040,6897.9 -55040,6897.7 -55040,6897.6 -55040,6897.5 -55040,6897.3 -55040,6897.2 -55040,6897 -55040,6896.9 -55040,6896.7 -55040,6896.6 -55040,6896.4 -55040,6896.3 -55040,6896.1 -55040,6896 -55040,6895.8 -55040,6895.7 -55040,6895.5 -55040,6895.4 -55040,6895.2 -55040,6895.1 -55040,6894.9 -55040,6894.8 -55040,6894.6 -55040,6894.5 -55040,6894.3 -55040,6894.2 -55040,6894 -55040,6893.9 -55040,6893.7 -55040,6893.6 -55040,6893.4 -55040,6893.3 -55040,6893.1 -55040,6893 -55040,6892.8 -55040,6892.7 -55040,6892.5 -55040,6892.4 -55040,6892.2 -55040,6892.1 -55040,6891.9 -55040,6891.8 -55040,6891.6 -55040,6891.5 -55041,6891.3 -55041,6891.2 -55041,6891 -55041,6890.9 -55041,6890.7 -55041,6890.6 -55041,6890.4 -55041,6890.3 -55041,6890.1 -55041,6890 -55041,6889.8 -55041,6889.7 -55041,6889.5 -55041,6889.4 -55041,6889.2 -55041,6889.1 -55041,6888.9 -55041,6888.8 -55041,6888.6 -55041,6888.4 -55041,6888.3 -55041,6888.1 -55041,6888 -55041,6887.8 -55041,6887.7 -55041,6887.5 -55041,6887.4 -55041,6887.2 -55041,6887.1 -55041,6886.9 -55041,6886.8 -55041,6886.6 -55041,6886.5 -55041,6886.3 -55041,6886.1 -55041,6886 -55041,6885.8 -55041,6885.7 -55041,6885.5 -55041,6885.4 -55041,6885.2 -55041,6885.1 -55042,6884.9 -55042,6884.8 -55042,6884.6 -55042,6884.4 -55042,6884.3 -55042,6884.1 -55042,6884 -55042,6883.8 -55042,6883.7 -55042,6883.5 -55042,6883.4 -55042,6883.2 -55042,6883 -55042,6882.9 -55042,6882.7 -55042,6882.6 -55042,6882.4 -55042,6882.3 -55042,6882.1 -55042,6882 -55042,6881.8 -55042,6881.6 -55042,6881.5 -55042,6881.3 -55042,6881.2 -55042,6881 -55042,6880.9 -55042,6880.7 -55042,6880.5 -55042,6880.4 -55042,6880.2 -55042,6880.1 -55042,6879.9 -55042,6879.8 -55042,6879.6 -55042,6879.4 -55042,6879.3 -55042,6879.1 -55042,6879 -55043,6878.8 -55043,6878.7 -55043,6878.5 -55043,6878.3 -55043,6878.2 -55043,6878 -55043,6877.9 -55043,6877.7 -55043,6877.6 -55043,6877.4 -55043,6877.2 -55043,6877.1 -55043,6876.9 -55043,6876.8 -55043,6876.6 -55043,6876.4 -55043,6876.3 -55043,6876.1 -55035,6904.3 -55035,6904.2 -55035,6904.1 -55035,6904 -55035,6903.9 -55035,6903.8 -55035,6903.8 -55035,6903.7 -55035,6903.6 -55035,6903.5 -55035,6903.4 -55035,6903.4 -55035,6903.3 -55035,6903.2 -55035,6903.1 -55035,6903 -55035,6903 -55035,6902.9 -55035,6902.8 -55035,6902.7 -55035,6902.6 -55035,6902.6 -55035,6902.5 -55035,6902.4 -55035,6902.3 -55035,6902.2 -55035,6902.2 -55035,6902.1 -55035,6902 -55035,6901.9 -55035,6901.8 -55035,6901.8 -55035,6901.7 -55035,6901.6 -55035,6901.5 -55035,6901.4 -55035,6901.4 -55035,6901.3 -55035,6901.2 -55035,6901.1 -55035,6901 -55035,6901 -55035,6900.9 -55035,6900.8 -55035,6900.7 -55036,6900.6 -55036,6900.6 -55036,6900.5 -55036,6900.4 -55036,6900.3 -55036,6900.2 -55036,6900.2 -55036,6900.1 -55036,6900 -55036,6899.9 -55036,6899.9 -55036,6899.8 -55036,6899.7 -55036,6899.6 -55036,6899.5 -55036,6899.5 -55036,6899.4 -55036,6899.3 -55036,6899.2 -55036,6899.1 -55036,6899.1 -55036,6899 -55036,6898.9 -55036,6898.8 -55036,6898.7 -55036,6898.7 -55036,6898.6 -55036,6898.5 -55036,6898.4 -55036,6898.3 -55036,6898.3 -55036,6898.2 -55036,6898.1 -55036,6898 -55036,6897.9 -55036,6897.9 -55036,6897.8 -55036,6897.7 -55036,6897.6 -55036,6897.5 -55036,6897.5 -55036,6897.4 -55036,6897.3 -55036,6897.2 -55036,6897.1 -55036,6897.1 -55036,6897 -55036,6896.9 -55036,6896.8 -55036,6896.7 -55036,6896.7 -55036,6896.6 -55036,6896.5 -55036,6896.4 -55036,6896.3 -55036,6896.3 -55036,6896.2 -55036,6896.1 -55036,6896 -55036,6895.9 -55036,6895.8 -55036,6895.8 -55036,6895.7 -55036,6895.6 -55036,6895.5 -55036,6895.4 -55036,6895.4 -55036,6895.3 -55036,6895.2 -55036,6895.1 -55036,6895 -55036,6895 -55037,6894.9 -55037,6894.8 -55037,6894.7 -55037,6894.6 -55037,6894.6 -55037,6894.5 -55037,6894.4 -55037,6894.3 -55037,6894.2 -55037,6894.2 -55037,6894.1 -55037,6894 -55037,6893.9 -55037,6893.8 -55037,6893.8 -55037,6893.7 -55037,6893.6 -55037,6893.5 -55037,6893.4 -55037,6893.4 -55037,6893.3 -55037,6893.2 -55037,6893.1 -55037,6893 -55037,6893 -55037,6892.9 -55037,6892.8 -55037,6892.7 -55037,6892.6 -55037,6892.5 -55037,6892.5 -55037,6892.4 -55037,6892.3 -55037,6892.2 -55037,6892.1 -55037,6892.1 -55037,6892 -55037,6891.9 -55037,6891.8 -55037,6891.7 -55037,6891.6 -55037,6891.6 -55037,6891.5 -55037,6891.4 -55037,6891.3 -55037,6891.2 -55037,6891.2 -55037,6891.1 -55037,6891 -55037,6890.9 -55037,6890.8 -55037,6890.7 -55037,6890.7 -55037,6890.6 -55037,6890.5 -55037,6890.4 -55037,6890.3 -55037,6890.3 -55037,6890.2 -55037,6890.1 -55037,6890 -55037,6889.9 -55038,6889.9 -55038,6889.8 -55038,6889.7 -55038,6889.6 -55038,6889.5 -55038,6889.5 -55038,6889.4 -55038,6889.3 -55038,6889.2 -55038,6889.1 -55038,6889 -55038,6889 -55038,6888.9 -55038,6888.8 -55038,6888.7 -55038,6888.6 -55038,6888.6 -55038,6888.5 -55038,6888.4 -55038,6888.3 -55038,6888.2 -55038,6888.2 -55038,6888.1 -55038,6888 -55038,6887.9 -55038,6887.8 -55038,6887.8 -55038,6887.7 -55038,6887.6 -55038,6887.5 -55038,6887.4 -55038,6887.4 -55038,6887.3 -55038,6887.2 -55038,6887.1 -55038,6887 -55038,6887 -55038,6886.9 -55038,6886.8 -55038,6886.7 -55038,6886.6 -55038,6886.5 -55038,6886.5 -55038,6886.4 -55038,6886.3 -55038,6886.2 -55038,6886.1 -55038,6886.1 -55038,6886 -55038,6885.9 -55038,6885.8 -55038,6885.7 -55038,6885.6 -55038,6885.6 -55039,6885.5 -55039,6885.4 -55039,6885.3 -55039,6885.2 -55039,6885.2 -55039,6885.1 -55039,6885 -55039,6884.9 -55039,6884.8 -55039,6884.8 -55039,6884.7 -55039,6884.6 -55039,6884.5 -55039,6884.4 -55039,6884.4 -55039,6884.3 -55039,6884.2 -55039,6884.1 -55039,6884 -55039,6883.9 -55039,6883.9 -55039,6883.8 -55039,6883.7 -55039,6883.6 -55039,6883.5 -55039,6883.5 -55039,6883.4 -55039,6883.3 -55039,6883.2 -55039,6883.1 -55039,6883.1 -55039,6883 -55039,6882.9 -55039,6882.8 -55039,6882.7 -55039,6882.6 -55039,6882.6 -55039,6882.5 -55039,6882.4 -55039,6882.3 -55039,6882.2 -55039,6882.2 -55039,6882.1 -55039,6882 -55039,6881.9 -55039,6881.8 -55039,6881.8 -55039,6881.7 -55039,6881.6 -55039,6881.5 -55040,6881.4 -55040,6881.3 -55040,6881.3 -55040,6881.2 -55040,6881.1 -55040,6881 -55040,6880.9 -55040,6880.8 -55040,6880.8 -55040,6880.7 -55040,6880.6 -55040,6880.5 -55040,6880.4 -55040,6880.3 -55033,6890.7 -55033,6890.7 -55033,6890.6 -55033,6890.6 -55033,6890.5 -55033,6890.5 -55033,6890.4 -55033,6890.4 -55033,6890.3 -55033,6890.3 -55033,6890.2 -55033,6890.2 -55033,6890.1 -55033,6890.1 -55033,6890 -55033,6890 -55033,6889.9 -55033,6889.8 -55033,6889.8 -55033,6889.7 -55033,6889.7 -55033,6889.6 -55033,6889.6 -55033,6889.5 -55033,6889.5 -55033,6889.4 -55033,6889.4 -55033,6889.3 -55033,6889.3 -55033,6889.2 -55033,6889.2 -55033,6889.1 -55033,6889.1 -55033,6889 -55033,6889 -55033,6888.9 -55033,6888.9 -55033,6888.8 -55033,6888.8 -55033,6888.7 -55033,6888.7 -55033,6888.6 -55033,6888.6 -55033,6888.5 -55033,6888.4 -55033,6888.4 -55033,6888.3 -55033,6888.3 -55033,6888.2 -55033,6888.2 -55033,6888.1 -55033,6888.1 -55033,6888 -55033,6888 -55033,6887.9 -55033,6887.9 -55033,6887.8 -55033,6887.8 -55033,6887.7 -55033,6887.7 -55033,6887.6 -55033,6887.6 -55033,6887.5 -55033,6887.5 -55033,6887.4 -55033,6887.4 -55033,6887.3 -55033,6887.3 -55033,6887.2 -55033,6887.2 -55033,6887.1 -55033,6887 -55033,6887 -55033,6886.9 -55033,6886.9 -55033,6886.8 -55033,6886.8 -55033,6886.7 -55033,6886.7 -55033,6886.6 -55033,6886.6 -55033,6886.5 -55033,6886.5 -55033,6886.4 -55033,6886.4 -55033,6886.3 -55033,6886.3 -55033,6886.2 -55033,6886.2 -55033,6886.1 -55033,6886.1 -55033,6886 -55033,6886 -55033,6885.9 -55033,6885.9 -55033,6885.8 -55033,6885.8 -55033,6885.7 -55033,6885.7 -55033,6885.6 -55033,6885.6 -55033,6885.5 -55033,6885.5 -55033,6885.4 -55033,6885.4 -55033,6885.3 -55033,6885.3 -55033,6885.2 -55033,6885.2 -55033,6885.1 -55033,6885.1 -55033,6885 -55033,6885 -55033,6884.9 -55033,6884.9 -55033,6884.8 -55033,6884.8 -55033,6884.7 -55033,6884.7 -55033,6884.6 -55033,6884.6 -55033,6884.5 -55033,6884.5 -55033,6884.4 -55033,6884.4 -55033,6884.3 -55033,6884.3 -55033,6884.2 -55033,6884.2 -55033,6884.1 -55033,6884.1 -55033,6884 -55033,6884 -55033,6883.9 -55033,6883.9 -55033,6883.8 -55033,6883.8 -55033,6883.7 -55033,6883.7 -55033,6883.6 -55033,6883.6 -55033,6883.5 -55033,6883.4 -55033,6883.4 -55033,6883.3 -55033,6883.3 -55033,6883.2 -55033,6883.2 -55033,6883.1 -55033,6883.1 -55033,6883 -55033,6883 -55033,6882.9 -55033,6882.9 -55033,6882.8 -55033,6882.8 -55033,6882.7 -55033,6882.7 -55033,6882.6 -55033,6882.6 -55033,6882.5 -55033,6882.5 -55033,6882.4 -55033,6882.4 -55033,6882.3 -55033,6882.3 -55033,6882.2 -55033,6882.2 -55033,6882.1 -55033,6882.1 -55034,6882 -55034,6882 -55034,6881.9 -55034,6881.9 -55034,6881.8 -55034,6881.8 -55034,6881.7 -55034,6881.7 -55034,6881.6 -55034,6881.6 -55034,6881.5 -55034,6881.5 -55034,6881.4 -55034,6881.4 -55034,6881.3 -55034,6881.3 -55034,6881.2 -55034,6881.2 -55034,6881.1 -55034,6881.1 -55034,6881 -55034,6881 -55034,6880.9 -55034,6880.9 -55034,6880.8 -55034,6880.8 -55034,6880.7 -55034,6880.7 -55034,6880.6 -55034,6880.6 -55034,6880.5 -55034,6880.5 -55034,6880.4 -55034,6880.4 -55034,6880.3 -55034,6880.3 -55034,6880.2 -55034,6880.2 -55034,6880.1 -55034,6880.1 -55034,6880 -55034,6880 -55034,6879.9 -55034,6879.9 -55034,6879.8 -55034,6879.8 -55034,6879.7 -55034,6879.7 -55034,6879.6 -55034,6879.6 -55034,6879.5 -55034,6879.5 -55034,6879.4 -55034,6879.4 -55034,6879.3 -55034,6879.3 -55034,6879.2 -55034,6879.2 -55034,6879.1 -55034,6879.1 -55034,6879 -55034,6879 -55034,6878.9 -55034,6878.9 -55034,6878.8 -55034,6878.8 -55034,6878.7 -55034,6878.7 -55034,6878.6 -55034,6878.6 -55034,6878.5 -55034,6878.5 -55034,6878.4 -55034,6878.4 -55034,6878.3 -55034,6878.3 -55034,6878.2 -55034,6878.2 -55034,6878.1 -55034,6878.1 -55034,6878 -55034,6878 -55034,6877.9 -55034,6877.9 -55034,6877.8 -55034,6877.8 -55034,6877.7 -55034,6877.7 -55034,6877.6 -55034,6877.6 -55034,6877.5 -55034,6877.5 -55034,6877.4 -55034,6877.4 -55034,6877.3 -55034,6877.3 -55034,6877.2 -55034,6877.2 -55034,6877.1 -55034,6877.1 -55035,6877 -55035,6877 -55035,6876.9 -55035,6876.9 -55035,6876.9 -55035,6876.8 -55035,6876.8 -55035,6876.7 -55035,6876.7 -55035,6876.6 -55035,6876.6 -55035,6876.5 -55035,6876.5 -55035,6876.4 -55035,6876.4 -55035,6876.3 -55035,6876.3 -55035,6876.2 -55035,6876.2 -55035,6876.1 -55035,6876.1 -55035,6876 -55035,6876 -55035,6875.9 -55035,6875.9 -55035,6875.8 -55035,6875.8 -55035,6875.7 -55035,6875.7 -55030,6874.8 -55030,6874.7 -55030,6874.7 -55030,6874.6 -55030,6874.6 -55030,6874.5 -55030,6874.5 -55030,6874.4 -55030,6874.4 -55030,6874.3 -55030,6874.3 -55030,6874.2 -55030,6874.2 -55030,6874.1 -55030,6874.1 -55030,6874 -55030,6874 -55030,6873.9 -55030,6873.8 -55030,6873.8 -55030,6873.7 -55030,6873.7 -55030,6873.6 -55030,6873.6 -55030,6873.5 -55030,6873.5 -55030,6873.4 -55030,6873.4 -55030,6873.3 -55030,6873.2 -55030,6873.2 -55030,6873.1 -55030,6873.1 -55030,6873 -55030,6873 -55030,6872.9 -55030,6872.9 -55030,6872.8 -55030,6872.8 -55030,6872.7 -55030,6872.7 -55030,6872.6 -55030,6872.5 -55030,6872.5 -55030,6872.4 -55030,6872.4 -55030,6872.3 -55030,6872.3 -55030,6872.2 -55030,6872.2 -55030,6872.1 -55030,6872.1 -55030,6872 -55030,6871.9 -55030,6871.9 -55030,6871.8 -55030,6871.8 -55030,6871.7 -55030,6871.7 -55030,6871.6 -55030,6871.6 -55030,6871.5 -55030,6871.4 -55030,6871.4 -55030,6871.3 -55030,6871.3 -55030,6871.2 -55030,6871.2 -55030,6871.1 -55030,6871.1 -55030,6871 -55030,6871 -55030,6870.9 -55030,6870.8 -55030,6870.8 -55030,6870.7 -55030,6870.7 -55030,6870.6 -55030,6870.6 -55030,6870.5 -55030,6870.4 -55030,6870.4 -55030,6870.3 -55030,6870.3 -55030,6870.2 -55030,6870.2 -55030,6870.1 -55030,6870.1 -55030,6870 -55030,6869.9 -55030,6869.9 -55030,6869.8 -55030,6869.8 -55030,6869.7 -55030,6869.7 -55030,6869.6 -55030,6869.5 -55030,6869.5 -55030,6869.4 -55030,6869.4 -55030,6869.3 -55030,6869.3 -55030,6869.2 -55030,6869.2 -55030,6869.1 -55030,6869 -55030,6869 -55030,6868.9 -55030,6868.9 -55030,6868.8 -55030,6868.8 -55030,6868.7 -55030,6868.7 -55030,6868.6 -55030,6868.5 -55030,6868.5 -55030,6868.4 -55030,6868.4 -55030,6868.3 -55030,6868.3 -55030,6868.2 -55030,6868.2 -55030,6868.1 -55030,6868 -55030,6868 -55030,6867.9 -55030,6867.9 -55030,6867.8 -55030,6867.8 -55030,6867.7 -55030,6867.7 -55030,6867.6 -55030,6867.5 -55030,6867.5 -55030,6867.4 -55030,6867.4 -55030,6867.3 -55030,6867.3 -55030,6867.2 -55030,6867.1 -55030,6867.1 -55030,6867 -55030,6867 -55030,6866.9 -55030,6866.9 -55030,6866.8 -55030,6866.7 -55030,6866.7 -55030,6866.6 -55030,6866.6 -55030,6866.5 -55030,6866.5 -55030,6866.4 -55030,6866.3 -55030,6866.3 -55030,6866.2 -55030,6866.2 -55030,6866.1 -55030,6866.1 -55030,6866 -55030,6865.9 -55030,6865.9 -55030,6865.8 -55030,6865.8 -55030,6865.7 -55030,6865.7 -55030,6865.6 -55030,6865.5 -55030,6865.5 -55030,6865.4 -55030,6865.4 -55030,6865.3 -55030,6865.3 -55030,6865.2 -55030,6865.1 -55030,6865.1 -55030,6865 -55030,6865 -55030,6864.9 -55030,6864.9 -55030,6864.8 -55030,6864.7 -55030,6864.7 -55030,6864.6 -55030,6864.6 -55030,6864.5 -55030,6864.5 -55030,6864.4 -55030,6864.3 -55030,6864.3 -55030,6864.2 -55030,6864.2 -55030,6864.1 -55030,6864 -55030,6864 -55030,6863.9 -55030,6863.9 -55030,6863.8 -55030,6863.7 -55030,6863.7 -55030,6863.6 -55030,6863.6 -55030,6863.5 -55030,6863.4 -55030,6863.4 -55030,6863.3 -55030,6863.3 -55030,6863.2 -55030,6863.2 -55030,6863.1 -55030,6863 -55030,6863 -55030,6862.9 -55030,6862.9 -55030,6862.8 -55030,6862.7 -55030,6862.7 -55030,6862.6 -55030,6862.6 -55030,6862.5 -55030,6862.4 -55030,6862.4 -55030,6862.3 -55030,6862.3 -55030,6862.2 -55030,6862.1 -55030,6862.1 -55030,6862 -55030,6862 -55030,6861.9 -55030,6861.8 -55030,6861.8 -55030,6861.7 -55030,6861.7 -55030,6861.6 -55030,6861.5 -55030,6861.5 -55030,6861.4 -55030,6861.4 -55030,6861.3 -55030,6861.2 -55030,6861.2 -55030,6861.1 -55030,6861.1 -55030,6861 -55030,6860.9 -55030,6860.9 -55030,6860.8 -55030,6860.8 -55030,6860.7 -55030,6860.6 -55030,6860.6 -55030,6860.5 -55030,6860.4 -55030,6860.4 -55030,6860.3 -55030,6860.3 -55030,6860.2 -55030,6860.1 -55030,6860.1 -55030,6860 -55030,6860 -55030,6859.9 -55030,6859.8 -55030,6859.8 -55030,6859.7 -55030,6859.6 -55030,6859.6 -55030,6859.5 -55030,6859.5 -55030,6859.4 -55030,6859.3 -55030,6859.3 -55030,6859.2 -55030,6859.2 -55030,6859.1 -55030,6859 -55030,6859 -55030,6858.9 -55030,6858.9 -55030,6858.8 -55030,6858.7 -55030,6858.7 -55030,6858.6 -55030,6858.6 -55030,6858.5 -55030,6858.4 -55030,6858.4 -55030,6858.3 -55030,6858.2 -55030,6858.2 -55030,6858.1 -55030,6858.1 -55030,6858 -55030,6857.9 -55030,6857.9 -55030,6857.8 -55030,6857.8 -55027,6852.8 -55027,6852.7 -55027,6852.6 -55027,6852.6 -55027,6852.5 -55027,6852.4 -55027,6852.3 -55027,6852.3 -55027,6852.2 -55027,6852.1 -55027,6852 -55027,6852 -55027,6851.9 -55027,6851.8 -55027,6851.7 -55027,6851.6 -55027,6851.6 -55027,6851.5 -55027,6851.4 -55027,6851.3 -55027,6851.3 -55027,6851.2 -55027,6851.1 -55027,6851 -55027,6850.9 -55027,6850.9 -55027,6850.8 -55027,6850.7 -55027,6850.6 -55027,6850.6 -55027,6850.5 -55027,6850.4 -55027,6850.3 -55027,6850.2 -55027,6850.2 -55027,6850.1 -55027,6850 -55027,6849.9 -55027,6849.9 -55027,6849.8 -55027,6849.7 -55027,6849.6 -55027,6849.6 -55027,6849.5 -55027,6849.4 -55027,6849.3 -55027,6849.2 -55027,6849.2 -55027,6849.1 -55027,6849 -55027,6848.9 -55027,6848.9 -55027,6848.8 -55027,6848.7 -55027,6848.6 -55027,6848.5 -55027,6848.5 -55027,6848.4 -55027,6848.3 -55027,6848.2 -55027,6848.1 -55027,6848.1 -55027,6848 -55027,6847.9 -55027,6847.8 -55027,6847.7 -55027,6847.7 -55027,6847.6 -55027,6847.5 -55027,6847.4 -55027,6847.4 -55027,6847.3 -55027,6847.2 -55027,6847.1 -55027,6847 -55027,6847 -55027,6846.9 -55027,6846.8 -55027,6846.7 -55027,6846.6 -55027,6846.6 -55027,6846.5 -55027,6846.4 -55027,6846.3 -55027,6846.2 -55027,6846.1 -55027,6846.1 -55027,6846 -55027,6845.9 -55026,6845.8 -55026,6845.7 -55026,6845.7 -55026,6845.6 -55026,6845.5 -55026,6845.4 -55026,6845.3 -55026,6845.3 -55026,6845.2 -55026,6845.1 -55026,6845 -55026,6844.9 -55026,6844.8 -55026,6844.8 -55026,6844.7 -55026,6844.6 -55026,6844.5 -55026,6844.4 -55026,6844.4 -55026,6844.3 -55026,6844.2 -55026,6844.1 -55026,6844 -55026,6843.9 -55026,6843.9 -55026,6843.8 -55026,6843.7 -55026,6843.6 -55026,6843.5 -55026,6843.5 -55026,6843.4 -55026,6843.3 -55026,6843.2 -55026,6843.1 -55026,6843 -55026,6843 -55026,6842.9 -55026,6842.8 -55026,6842.7 -55026,6842.6 -55026,6842.5 -55026,6842.5 -55026,6842.4 -55026,6842.3 -55026,6842.2 -55026,6842.1 -55026,6842 -55026,6841.9 -55026,6841.9 -55026,6841.8 -55026,6841.7 -55026,6841.6 -55026,6841.5 -55026,6841.4 -55026,6841.3 -55026,6841.3 -55026,6841.2 -55026,6841.1 -55026,6841 -55026,6840.9 -55026,6840.8 -55026,6840.7 -55026,6840.7 -55026,6840.6 -55026,6840.5 -55026,6840.4 -55026,6840.3 -55026,6840.2 -55026,6840.2 -55026,6840.1 -55026,6840 -55026,6839.9 -55026,6839.8 -55026,6839.7 -55026,6839.6 -55026,6839.6 -55026,6839.5 -55026,6839.4 -55026,6839.3 -55026,6839.2 -55026,6839.1 -55026,6839 -55026,6838.9 -55026,6838.9 -55026,6838.8 -55026,6838.7 -55026,6838.6 -55026,6838.5 -55026,6838.4 -55026,6838.3 -55026,6838.2 -55026,6838.2 -55026,6838.1 -55026,6838 -55026,6837.9 -55026,6837.8 -55026,6837.7 -55026,6837.6 -55026,6837.5 -55026,6837.5 -55026,6837.4 -55026,6837.3 -55026,6837.2 -55026,6837.1 -55026,6837 -55026,6836.9 -55026,6836.8 -55026,6836.8 -55026,6836.7 -55026,6836.6 -55026,6836.5 -55026,6836.4 -55026,6836.3 -55026,6836.2 -55026,6836.1 -55026,6836 -55026,6836 -55026,6835.9 -55026,6835.8 -55026,6835.7 -55026,6835.6 -55026,6835.5 -55026,6835.4 -55026,6835.3 -55025,6835.2 -55025,6835.1 -55025,6835.1 -55025,6835 -55025,6834.9 -55025,6834.8 -55025,6834.7 -55025,6834.6 -55025,6834.5 -55025,6834.4 -55025,6834.3 -55025,6834.3 -55025,6834.2 -55025,6834.1 -55025,6834 -55025,6833.9 -55025,6833.8 -55025,6833.7 -55025,6833.6 -55025,6833.5 -55025,6833.4 -55025,6833.3 -55025,6833.3 -55025,6833.2 -55025,6833.1 -55025,6833 -55025,6832.9 -55025,6832.8 -55025,6832.7 -55025,6832.6 -55025,6832.5 -55025,6832.4 -55025,6832.4 -55025,6832.3 -55025,6832.2 -55025,6832.1 -55025,6832 -55025,6831.9 -55025,6831.8 -55025,6831.7 -55025,6831.6 -55025,6831.5 -55025,6831.4 -55025,6831.3 -55025,6831.3 -55025,6831.2 -55025,6831.1 -55025,6831 -55025,6830.9 -55025,6830.8 -55025,6830.7 -55025,6830.6 -55025,6830.5 -55025,6830.4 -55025,6830.3 -55025,6830.2 -55025,6830.2 -55025,6830.1 -55025,6830 -55025,6829.9 -55025,6829.8 -55025,6829.7 -55025,6829.6 -55025,6829.5 -55025,6829.4 -55025,6829.3 -55025,6829.2 -55025,6829.1 -55025,6829 -55025,6829 -55025,6828.9 -55025,6828.8 -55025,6828.7 -55025,6828.6 -55025,6828.5 -55025,6828.4 -55025,6828.3 -55025,6828.2 -55025,6828.1 -55025,6828 -55025,6827.9 -55025,6827.8 -55025,6827.7 -55025,6827.6 -55025,6830.8 -55025,6830.7 -55025,6830.6 -55025,6830.5 -55025,6830.4 -55025,6830.4 -55025,6830.3 -55025,6830.2 -55025,6830.1 -55024,6830 -55024,6829.9 -55024,6829.9 -55024,6829.8 -55024,6829.7 -55024,6829.6 -55024,6829.5 -55024,6829.4 -55024,6829.4 -55024,6829.3 -55024,6829.2 -55024,6829.1 -55024,6829 -55024,6828.9 -55024,6828.8 -55024,6828.8 -55024,6828.7 -55024,6828.6 -55024,6828.5 -55024,6828.4 -55024,6828.3 -55024,6828.3 -55024,6828.2 -55024,6828.1 -55024,6828 -55024,6827.9 -55024,6827.8 -55024,6827.7 -55024,6827.7 -55024,6827.6 -55024,6827.5 -55024,6827.4 -55024,6827.3 -55024,6827.2 -55024,6827.2 -55024,6827.1 -55024,6827 -55024,6826.9 -55024,6826.8 -55024,6826.7 -55024,6826.6 -55024,6826.6 -55024,6826.5 -55024,6826.4 -55024,6826.3 -55024,6826.2 -55024,6826.1 -55024,6826 -55024,6825.9 -55024,6825.9 -55024,6825.8 -55024,6825.7 -55024,6825.6 -55024,6825.5 -55024,6825.4 -55024,6825.3 -55024,6825.2 -55024,6825.2 -55024,6825.1 -55024,6825 -55024,6824.9 -55024,6824.8 -55024,6824.7 -55024,6824.6 -55024,6824.5 -55024,6824.5 -55024,6824.4 -55024,6824.3 -55024,6824.2 -55024,6824.1 -55024,6824 -55024,6823.9 -55024,6823.9 -55024,6823.8 -55024,6823.7 -55023,6823.6 -55023,6823.5 -55023,6823.4 -55023,6823.3 -55023,6823.2 -55023,6823.1 -55023,6823.1 -55023,6823 -55023,6822.9 -55023,6822.8 -55023,6822.7 -55023,6822.6 -55023,6822.5 -55023,6822.4 -55023,6822.3 -55023,6822.3 -55023,6822.2 -55023,6822.1 -55023,6822 -55023,6821.9 -55023,6821.8 -55023,6821.7 -55023,6821.6 -55023,6821.5 -55023,6821.5 -55023,6821.4 -55023,6821.3 -55023,6821.2 -55023,6821.1 -55023,6821 -55023,6820.9 -55023,6820.8 -55023,6820.7 -55023,6820.6 -55023,6820.6 -55023,6820.5 -55023,6820.4 -55023,6820.3 -55023,6820.2 -55023,6820.1 -55023,6820 -55023,6819.9 -55023,6819.8 -55023,6819.7 -55023,6819.6 -55023,6819.5 -55023,6819.5 -55023,6819.4 -55023,6819.3 -55023,6819.2 -55023,6819.1 -55023,6819 -55023,6818.9 -55023,6818.8 -55023,6818.7 -55023,6818.6 -55023,6818.5 -55023,6818.4 -55023,6818.3 -55023,6818.3 -55023,6818.2 -55023,6818.1 -55023,6818 -55023,6817.9 -55022,6817.8 -55022,6817.7 -55022,6817.6 -55022,6817.5 -55022,6817.4 -55022,6817.3 -55022,6817.2 -55022,6817.1 -55022,6817 -55022,6817 -55022,6816.9 -55022,6816.8 -55022,6816.7 -55022,6816.6 -55022,6816.5 -55022,6816.4 -55022,6816.3 -55022,6816.2 -55022,6816.1 -55022,6816 -55022,6815.9 -55022,6815.8 -55022,6815.7 -55022,6815.6 -55022,6815.5 -55022,6815.5 -55022,6815.4 -55022,6815.3 -55022,6815.2 -55022,6815.1 -55022,6815 -55022,6814.9 -55022,6814.8 -55022,6814.7 -55022,6814.6 -55022,6814.5 -55022,6814.4 -55022,6814.3 -55022,6814.2 -55022,6814.1 -55022,6814 -55022,6813.9 -55022,6813.8 -55022,6813.7 -55022,6813.6 -55022,6813.5 -55022,6813.4 -55022,6813.3 -55022,6813.2 -55022,6813.1 -55022,6813 -55022,6812.9 -55022,6812.9 -55022,6812.8 -55022,6812.7 -55021,6812.6 -55021,6812.5 -55021,6812.4 -55021,6812.3 -55021,6812.2 -55021,6812.1 -55021,6812 -55021,6811.9 -55021,6811.8 -55021,6811.7 -55021,6811.6 -55021,6811.5 -55021,6811.4 -55021,6811.3 -55021,6811.2 -55021,6811.1 -55021,6811 -55021,6810.9 -55021,6810.8 -55021,6810.7 -55021,6810.6 -55021,6810.5 -55021,6810.4 -55021,6810.3 -55021,6810.2 -55021,6810.1 -55021,6810 -55021,6809.9 -55021,6809.8 -55021,6809.7 -55021,6809.6 -55021,6809.5 -55021,6809.4 -55021,6809.3 -55021,6809.2 -55021,6809.1 -55021,6809 -55021,6808.9 -55021,6808.8 -55021,6808.7 -55021,6808.6 -55021,6808.5 -55021,6808.4 -55021,6808.3 -55021,6808.2 -55021,6808.1 -55021,6808 -55021,6807.9 -55021,6807.8 -55021,6807.7 -55021,6807.6 -55020,6807.5 -55020,6807.4 -55020,6807.3 -55020,6807.2 -55020,6807.1 -55020,6807 -55020,6806.9 -55020,6806.8 -55020,6806.7 -55020,6806.6 -55020,6806.5 -55020,6806.4 -55020,6806.3 -55020,6806.2 -55020,6806.1 -55020,6806 -55020,6805.9 -55020,6805.8 -55020,6805.7 -55020,6805.6 -55020,6805.5 -55020,6805.4 -55020,6805.3 -55020,6805.2 -55020,6805.1 -55020,6805 -55020,6804.9 -55020,6804.8 -55020,6804.7 -55020,6804.6 -55020,6804.5 -55020,6804.4 -55020,6804.3 -55020,6804.2 -55020,6804.1 -55020,6804 -55020,6803.9 -55020,6803.8 -55020,6803.7 -55020,6803.6 -55020,6803.5 -55020,6803.3 -55020,6803.2 -55022,6809.7 -55022,6809.6 -55022,6809.6 -55022,6809.5 -55022,6809.4 -55022,6809.3 -55022,6809.2 -55022,6809.1 -55022,6809.1 -55022,6809 -55022,6808.9 -55022,6808.8 -55022,6808.7 -55022,6808.6 -55022,6808.6 -55022,6808.5 -55022,6808.4 -55022,6808.3 -55022,6808.2 -55022,6808.1 -55022,6808 -55022,6808 -55022,6807.9 -55022,6807.8 -55022,6807.7 -55022,6807.6 -55022,6807.5 -55022,6807.5 -55022,6807.4 -55022,6807.3 -55022,6807.2 -55022,6807.1 -55022,6807 -55022,6807 -55022,6806.9 -55022,6806.8 -55021,6806.7 -55021,6806.6 -55021,6806.6 -55021,6806.5 -55021,6806.4 -55021,6806.3 -55021,6806.2 -55021,6806.1 -55021,6806.1 -55021,6806 -55021,6805.9 -55021,6805.8 -55021,6805.7 -55021,6805.6 -55021,6805.6 -55021,6805.5 -55021,6805.4 -55021,6805.3 -55021,6805.2 -55021,6805.1 -55021,6805.1 -55021,6805 -55021,6804.9 -55021,6804.8 -55021,6804.7 -55021,6804.6 -55021,6804.5 -55021,6804.5 -55021,6804.4 -55021,6804.3 -55021,6804.2 -55021,6804.1 -55021,6804 -55021,6804 -55021,6803.9 -55021,6803.8 -55021,6803.7 -55021,6803.6 -55021,6803.5 -55021,6803.5 -55021,6803.4 -55021,6803.3 -55021,6803.2 -55021,6803.1 -55021,6803 -55021,6802.9 -55021,6802.9 -55021,6802.8 -55021,6802.7 -55021,6802.6 -55021,6802.5 -55021,6802.4 -55021,6802.3 -55021,6802.3 -55020,6802.2 -55020,6802.1 -55020,6802 -55020,6801.9 -55020,6801.8 -55020,6801.7 -55020,6801.7 -55020,6801.6 -55020,6801.5 -55020,6801.4 -55020,6801.3 -55020,6801.2 -55020,6801.1 -55020,6801.1 -55020,6801 -55020,6800.9 -55020,6800.8 -55020,6800.7 -55020,6800.6 -55020,6800.5 -55020,6800.4 -55020,6800.4 -55020,6800.3 -55020,6800.2 -55020,6800.1 -55020,6800 -55020,6799.9 -55020,6799.8 -55020,6799.7 -55020,6799.7 -55020,6799.6 -55020,6799.5 -55020,6799.4 -55020,6799.3 -55020,6799.2 -55020,6799.1 -55020,6799 -55020,6799 -55020,6798.9 -55020,6798.8 -55020,6798.7 -55020,6798.6 -55020,6798.5 -55020,6798.4 -55020,6798.3 -55020,6798.3 -55020,6798.2 -55020,6798.1 -55020,6798 -55019,6797.9 -55019,6797.8 -55019,6797.7 -55019,6797.6 -55019,6797.5 -55019,6797.5 -55019,6797.4 -55019,6797.3 -55019,6797.2 -55019,6797.1 -55019,6797 -55019,6796.9 -55019,6796.8 -55019,6796.7 -55019,6796.6 -55019,6796.5 -55019,6796.5 -55019,6796.4 -55019,6796.3 -55019,6796.2 -55019,6796.1 -55019,6796 -55019,6795.9 -55019,6795.8 -55019,6795.7 -55019,6795.6 -55019,6795.5 -55019,6795.5 -55019,6795.4 -55019,6795.3 -55019,6795.2 -55019,6795.1 -55019,6795 -55019,6794.9 -55019,6794.8 -55019,6794.7 -55019,6794.6 -55019,6794.6 -55019,6794.5 -55019,6794.4 -55019,6794.3 -55019,6794.2 -55019,6794.1 -55019,6794 -55019,6793.9 -55018,6793.8 -55018,6793.7 -55018,6793.6 -55018,6793.5 -55018,6793.5 -55018,6793.4 -55018,6793.3 -55018,6793.2 -55018,6793.1 -55018,6793 -55018,6792.9 -55018,6792.8 -55018,6792.7 -55018,6792.6 -55018,6792.5 -55018,6792.4 -55018,6792.3 -55018,6792.3 -55018,6792.2 -55018,6792.1 -55018,6792 -55018,6791.9 -55018,6791.8 -55018,6791.7 -55018,6791.6 -55018,6791.5 -55018,6791.4 -55018,6791.3 -55018,6791.2 -55018,6791.1 -55018,6791 -55018,6791 -55018,6790.9 -55018,6790.8 -55018,6790.7 -55018,6790.6 -55018,6790.5 -55018,6790.4 -55018,6790.3 -55018,6790.2 -55018,6790.1 -55018,6790 -55018,6789.9 -55018,6789.8 -55017,6789.7 -55017,6789.6 -55017,6789.5 -55017,6789.4 -55017,6789.4 -55017,6789.3 -55017,6789.2 -55017,6789.1 -55017,6789 -55017,6788.9 -55017,6788.8 -55017,6788.7 -55017,6788.6 -55017,6788.5 -55017,6788.4 diff --git a/original_submission/data/exp_biketracePsat.csv b/original_submission/data/exp_biketracePsat.csv deleted file mode 100644 index e8b98b7179d47125022c65123a5124e3d3ec7ec0..0000000000000000000000000000000000000000 --- a/original_submission/data/exp_biketracePsat.csv +++ /dev/null @@ -1,20001 +0,0 @@ -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137 -56004,7137 -56004,7137 -56004,7137 -56004,7137 -56004,7137 -56004,7137 -56004,7137 -56004,7136.9 -56004,7136.9 -56004,7136.9 -56004,7136.9 -56004,7136.9 -56003,7136.8 -56003,7136.8 -56003,7136.8 -56003,7136.8 -56003,7136.8 -56003,7136.7 -56003,7136.7 -56003,7136.7 -56003,7136.7 -56003,7136.7 -56003,7136.6 -56003,7136.6 -56003,7136.6 -56003,7136.5 -56003,7136.5 -56003,7136.5 -56003,7136.5 -56003,7136.4 -56003,7136.4 -56003,7136.4 -56003,7136.3 -56003,7136.3 -56003,7136.3 -56003,7136.3 -56003,7136.2 -56003,7136.2 -56003,7136.2 -56003,7136.1 -56003,7136.1 -56002,7136.1 -56002,7136 -56002,7136 -56002,7135.9 -56002,7135.9 -56002,7135.9 -56002,7135.8 -56002,7135.8 -56002,7135.7 -56002,7135.7 -56002,7135.7 -56002,7135.6 -56002,7135.6 -56002,7135.5 -56002,7135.5 -56002,7135.4 -56002,7135.4 -56002,7135.3 -56001,7135.3 -56001,7135.3 -56001,7135.2 -56001,7135.2 -56001,7135.1 -56001,7135.1 -56001,7135 -56001,7134.9 -56001,7134.9 -56001,7134.8 -56001,7134.8 -56001,7134.7 -56001,7134.7 -56001,7134.6 -56001,7134.6 -56001,7134.5 -56000,7134.5 -56000,7134.4 -56000,7134.4 -56000,7134.3 -56007,7128.3 -56007,7128.2 -56007,7128.1 -56007,7128.1 -56007,7128 -56007,7127.9 -56007,7127.8 -56006,7127.8 -56006,7127.7 -56006,7127.6 -56006,7127.5 -56006,7127.5 -56006,7127.4 -56006,7127.3 -56006,7127.2 -56006,7127.1 -56006,7127 -56006,7127 -56006,7126.9 -56006,7126.8 -56006,7126.7 -56005,7126.6 -56005,7126.5 -56005,7126.4 -56005,7126.4 -56005,7126.3 -56005,7126.2 -56005,7126.1 -56005,7126 -56005,7125.9 -56005,7125.8 -56005,7125.7 -56005,7125.6 -56005,7125.5 -56004,7125.4 -56004,7125.4 -56004,7125.3 -56004,7125.2 -56004,7125.1 -56004,7125 -56004,7124.9 -56004,7124.8 -56004,7124.7 -56004,7124.6 -56004,7124.5 -56003,7124.4 -56003,7124.3 -56003,7124.2 -56003,7124.1 -56003,7124 -56003,7123.9 -56003,7123.8 -56003,7123.6 -56003,7123.5 -56003,7123.4 -56003,7123.3 -56002,7123.2 -56002,7123.1 -56002,7123 -56002,7122.9 -56002,7122.8 -56002,7122.7 -56002,7122.6 -56002,7122.4 -56002,7122.3 -56002,7122.2 -56001,7122.1 -56001,7122 -56001,7121.9 -56001,7121.7 -56001,7121.6 -56001,7121.5 -56001,7121.4 -56001,7121.3 -56001,7121.1 -56000,7121 -56000,7120.9 -56000,7120.8 -56000,7120.7 -56000,7120.5 -56000,7120.4 -56000,7120.3 -56000,7120.2 -56000,7120 -55999,7119.9 -55999,7119.8 -55999,7119.7 -55999,7119.5 -55999,7119.4 -55999,7119.3 -55999,7119.1 -55999,7119 -55998,7118.9 -55998,7118.7 -55998,7118.6 -55998,7118.5 -55998,7118.3 -55998,7118.2 -55998,7118.1 -56008,7117.1 -56008,7117 -56008,7116.8 -56008,7116.7 -56008,7116.5 -56008,7116.3 -56008,7116.2 -56008,7116 -56008,7115.9 -56008,7115.7 -56008,7115.5 -56008,7115.4 -56008,7115.2 -56008,7115 -56008,7114.9 -56008,7114.7 -56008,7114.5 -56008,7114.4 -56008,7114.2 -56008,7114 -56008,7113.9 -56007,7113.7 -56007,7113.5 -56007,7113.3 -56007,7113.2 -56007,7113 -56007,7112.8 -56007,7112.6 -56007,7112.5 -56007,7112.3 -56007,7112.1 -56007,7111.9 -56007,7111.7 -56007,7111.6 -56007,7111.4 -56007,7111.2 -56007,7111 -56007,7110.8 -56007,7110.6 -56007,7110.5 -56007,7110.3 -56007,7110.1 -56007,7109.9 -56007,7109.7 -56007,7109.5 -56007,7109.3 -56007,7109.1 -56007,7108.9 -56007,7108.7 -56006,7108.6 -56006,7108.4 -56006,7108.2 -56006,7108 -56006,7107.8 -56006,7107.6 -56006,7107.4 -56006,7107.2 -56006,7107 -56006,7106.8 -56006,7106.6 -56006,7106.4 -56006,7106.2 -56006,7106 -56006,7105.8 -56006,7105.5 -56006,7105.3 -56006,7105.1 -56006,7104.9 -56006,7104.7 -56006,7104.5 -56005,7104.3 -56005,7104.1 -56005,7103.9 -56005,7103.7 -56005,7103.4 -56005,7103.2 -56005,7103 -56005,7102.8 -56005,7102.6 -56005,7102.4 -56005,7102.1 -56005,7101.9 -56005,7101.7 -56005,7101.5 -56005,7101.3 -56005,7101 -56005,7100.8 -56004,7100.6 -56004,7100.4 -56004,7100.1 -56004,7099.9 -56004,7099.7 -56004,7099.4 -56004,7099.2 -56004,7099 -56004,7098.7 -56004,7098.5 -56004,7098.3 -56004,7098 -56009,7107.6 -56009,7107.4 -56009,7107.3 -56009,7107.1 -56009,7106.9 -56009,7106.8 -56009,7106.6 -56009,7106.4 -56009,7106.2 -56009,7106.1 -56009,7105.9 -56009,7105.7 -56009,7105.5 -56009,7105.4 -56008,7105.2 -56008,7105 -56008,7104.8 -56008,7104.7 -56008,7104.5 -56008,7104.3 -56008,7104.1 -56008,7103.9 -56008,7103.7 -56008,7103.6 -56008,7103.4 -56008,7103.2 -56008,7103 -56008,7102.8 -56008,7102.6 -56008,7102.5 -56007,7102.3 -56007,7102.1 -56007,7101.9 -56007,7101.7 -56007,7101.5 -56007,7101.3 -56007,7101.1 -56007,7100.9 -56007,7100.7 -56007,7100.5 -56007,7100.3 -56007,7100.1 -56007,7099.9 -56007,7099.7 -56006,7099.5 -56006,7099.3 -56006,7099.1 -56006,7098.9 -56006,7098.7 -56006,7098.5 -56006,7098.3 -56006,7098.1 -56006,7097.9 -56006,7097.7 -56006,7097.5 -56006,7097.3 -56006,7097.1 -56005,7096.9 -56005,7096.7 -56005,7096.5 -56005,7096.3 -56005,7096.1 -56005,7095.8 -56005,7095.6 -56005,7095.4 -56005,7095.2 -56005,7095 -56005,7094.8 -56004,7094.6 -56004,7094.3 -56004,7094.1 -56004,7093.9 -56004,7093.7 -56004,7093.5 -56004,7093.2 -56004,7093 -56004,7092.8 -56004,7092.6 -56004,7092.3 -56003,7092.1 -56003,7091.9 -56003,7091.7 -56003,7091.4 -56003,7091.2 -56003,7091 -56003,7090.8 -56003,7090.5 -56003,7090.3 -56003,7090.1 -56002,7089.8 -56002,7089.6 -56002,7089.4 -56002,7089.1 -56002,7088.9 -56002,7088.7 -56002,7088.4 -56002,7088.2 -56002,7088 -56001,7087.7 -56009,7095.6 -56009,7095.4 -56009,7095.1 -56009,7094.9 -56009,7094.7 -56009,7094.5 -56009,7094.3 -56009,7094.1 -56008,7093.9 -56008,7093.6 -56008,7093.4 -56008,7093.2 -56008,7093 -56008,7092.8 -56008,7092.6 -56008,7092.3 -56008,7092.1 -56008,7091.9 -56008,7091.7 -56008,7091.4 -56007,7091.2 -56007,7091 -56007,7090.8 -56007,7090.5 -56007,7090.3 -56007,7090.1 -56007,7089.8 -56007,7089.6 -56007,7089.4 -56007,7089.2 -56007,7088.9 -56007,7088.7 -56006,7088.5 -56006,7088.2 -56006,7088 -56006,7087.8 -56006,7087.5 -56006,7087.3 -56006,7087 -56006,7086.8 -56006,7086.6 -56006,7086.3 -56005,7086.1 -56005,7085.8 -56005,7085.6 -56005,7085.3 -56005,7085.1 -56005,7084.9 -56005,7084.6 -56005,7084.4 -56005,7084.1 -56005,7083.9 -56004,7083.6 -56004,7083.4 -56004,7083.1 -56004,7082.9 -56004,7082.6 -56004,7082.4 -56004,7082.1 -56004,7081.9 -56004,7081.6 -56003,7081.4 -56003,7081.1 -56003,7080.8 -56003,7080.6 -56003,7080.3 -56003,7080.1 -56003,7079.8 -56003,7079.5 -56003,7079.3 -56002,7079 -56002,7078.8 -56002,7078.5 -56002,7078.2 -56002,7078 -56002,7077.7 -56002,7077.4 -56002,7077.2 -56001,7076.9 -56001,7076.6 -56001,7076.4 -56001,7076.1 -56001,7075.8 -56001,7075.6 -56001,7075.3 -56001,7075 -56000,7074.7 -56000,7074.5 -56000,7074.2 -56000,7073.9 -56000,7073.6 -56000,7073.4 -56000,7073.1 -56000,7072.8 -55999,7072.5 -55999,7072.2 -55999,7072 -55999,7071.7 -55999,7071.4 -55999,7071.1 -56008,7082.6 -56008,7082.3 -56007,7082.1 -56007,7081.8 -56007,7081.6 -56007,7081.3 -56007,7081.1 -56007,7080.8 -56007,7080.6 -56007,7080.3 -56006,7080 -56006,7079.8 -56006,7079.5 -56006,7079.3 -56006,7079 -56006,7078.8 -56006,7078.5 -56006,7078.2 -56006,7078 -56005,7077.7 -56005,7077.4 -56005,7077.2 -56005,7076.9 -56005,7076.7 -56005,7076.4 -56005,7076.1 -56005,7075.9 -56004,7075.6 -56004,7075.3 -56004,7075 -56004,7074.8 -56004,7074.5 -56004,7074.2 -56004,7074 -56003,7073.7 -56003,7073.4 -56003,7073.1 -56003,7072.9 -56003,7072.6 -56003,7072.3 -56003,7072 -56003,7071.7 -56002,7071.5 -56002,7071.2 -56002,7070.9 -56002,7070.6 -56002,7070.3 -56002,7070.1 -56002,7069.8 -56001,7069.5 -56001,7069.2 -56001,7068.9 -56001,7068.6 -56001,7068.3 -56001,7068.1 -56001,7067.8 -56000,7067.5 -56000,7067.2 -56000,7066.9 -56000,7066.6 -56000,7066.3 -56000,7066 -56000,7065.7 -55999,7065.4 -55999,7065.1 -55999,7064.8 -55999,7064.5 -55999,7064.2 -55999,7063.9 -55999,7063.6 -55998,7063.3 -55998,7063 -55998,7062.7 -55998,7062.4 -55998,7062.1 -55998,7061.8 -55997,7061.5 -55997,7061.2 -55997,7060.9 -55997,7060.6 -55997,7060.3 -55997,7060 -55996,7059.6 -55996,7059.3 -55996,7059 -55996,7058.7 -55996,7058.4 -55996,7058.1 -55995,7057.8 -55995,7057.4 -55995,7057.1 -55995,7056.8 -55995,7056.5 -55995,7056.2 -55995,7055.9 -55994,7055.5 -55994,7055.2 -55994,7054.9 -55994,7054.6 -56005,7066.8 -56005,7066.5 -56005,7066.2 -56005,7065.9 -56005,7065.6 -56005,7065.3 -56005,7065 -56004,7064.7 -56004,7064.4 -56004,7064.1 -56004,7063.8 -56004,7063.5 -56004,7063.2 -56004,7062.9 -56003,7062.6 -56003,7062.2 -56003,7061.9 -56003,7061.6 -56003,7061.3 -56003,7061 -56003,7060.7 -56002,7060.4 -56002,7060.1 -56002,7059.7 -56002,7059.4 -56002,7059.1 -56002,7058.8 -56001,7058.5 -56001,7058.2 -56001,7057.8 -56001,7057.5 -56001,7057.2 -56001,7056.9 -56001,7056.5 -56000,7056.2 -56000,7055.9 -56000,7055.6 -56000,7055.2 -56000,7054.9 -56000,7054.6 -55999,7054.3 -55999,7053.9 -55999,7053.6 -55999,7053.3 -55999,7052.9 -55999,7052.6 -55998,7052.3 -55998,7051.9 -55998,7051.6 -55998,7051.3 -55998,7050.9 -55998,7050.6 -55997,7050.3 -55997,7049.9 -55997,7049.6 -55997,7049.2 -55997,7048.9 -55997,7048.6 -55996,7048.2 -55996,7047.9 -55996,7047.5 -55996,7047.2 -55996,7046.8 -55996,7046.5 -55995,7046.1 -55995,7045.8 -55995,7045.4 -55995,7045.1 -55995,7044.7 -55994,7044.4 -55994,7044 -55994,7043.7 -55994,7043.3 -55994,7043 -55994,7042.6 -55993,7042.3 -55993,7041.9 -55993,7041.6 -55993,7041.2 -55993,7040.8 -55992,7040.5 -55992,7040.1 -55992,7039.8 -55992,7039.4 -55992,7039 -55991,7038.7 -55991,7038.3 -55991,7038 -55991,7037.6 -55991,7037.2 -55991,7036.9 -55990,7036.5 -55990,7036.1 -55990,7035.8 -55990,7035.4 -55990,7035 -55989,7034.6 -55989,7034.3 -55989,7033.9 -56002,7051 -56002,7050.6 -56001,7050.3 -56001,7050 -56001,7049.6 -56001,7049.3 -56001,7049 -56001,7048.6 -56000,7048.3 -56000,7047.9 -56000,7047.6 -56000,7047.3 -56000,7046.9 -55999,7046.6 -55999,7046.2 -55999,7045.9 -55999,7045.5 -55999,7045.2 -55999,7044.9 -55998,7044.5 -55998,7044.2 -55998,7043.8 -55998,7043.5 -55998,7043.1 -55997,7042.8 -55997,7042.4 -55997,7042.1 -55997,7041.7 -55997,7041.4 -55997,7041 -55996,7040.6 -55996,7040.3 -55996,7039.9 -55996,7039.6 -55996,7039.2 -55995,7038.9 -55995,7038.5 -55995,7038.1 -55995,7037.8 -55995,7037.4 -55994,7037.1 -55994,7036.7 -55994,7036.3 -55994,7036 -55994,7035.6 -55993,7035.2 -55993,7034.9 -55993,7034.5 -55993,7034.1 -55993,7033.8 -55992,7033.4 -55992,7033 -55992,7032.7 -55992,7032.3 -55992,7031.9 -55991,7031.5 -55991,7031.2 -55991,7030.8 -55991,7030.4 -55991,7030 -55990,7029.7 -55990,7029.3 -55990,7028.9 -55990,7028.5 -55990,7028.2 -55989,7027.8 -55989,7027.4 -55989,7027 -55989,7026.6 -55989,7026.3 -55988,7025.9 -55988,7025.5 -55988,7025.1 -55988,7024.7 -55987,7024.3 -55987,7023.9 -55987,7023.5 -55987,7023.2 -55987,7022.8 -55986,7022.4 -55986,7022 -55986,7021.6 -55986,7021.2 -55986,7020.8 -55985,7020.4 -55985,7020 -55985,7019.6 -55985,7019.2 -55984,7018.8 -55984,7018.4 -55984,7018 -55984,7017.6 -55984,7017.2 -55983,7016.8 -55983,7016.4 -55983,7016 -55983,7015.6 -55982,7015.2 -55982,7014.8 -55982,7014.4 -55998,7033.3 -55998,7033 -55997,7032.6 -55997,7032.3 -55997,7031.9 -55997,7031.5 -55997,7031.2 -55997,7030.8 -55996,7030.4 -55996,7030.1 -55996,7029.7 -55996,7029.3 -55996,7029 -55995,7028.6 -55995,7028.2 -55995,7027.8 -55995,7027.5 -55995,7027.1 -55994,7026.7 -55994,7026.4 -55994,7026 -55994,7025.6 -55994,7025.2 -55993,7024.9 -55993,7024.5 -55993,7024.1 -55993,7023.7 -55993,7023.3 -55992,7023 -55992,7022.6 -55992,7022.2 -55992,7021.8 -55991,7021.4 -55991,7021 -55991,7020.7 -55991,7020.3 -55991,7019.9 -55990,7019.5 -55990,7019.1 -55990,7018.7 -55990,7018.3 -55990,7017.9 -55989,7017.6 -55989,7017.2 -55989,7016.8 -55989,7016.4 -55989,7016 -55988,7015.6 -55988,7015.2 -55988,7014.8 -55988,7014.4 -55987,7014 -55987,7013.6 -55987,7013.2 -55987,7012.8 -55987,7012.4 -55986,7012 -55986,7011.6 -55986,7011.2 -55986,7010.8 -55985,7010.4 -55985,7010 -55985,7009.6 -55985,7009.2 -55985,7008.8 -55984,7008.4 -55984,7008 -55984,7007.6 -55984,7007.2 -55983,7006.8 -55983,7006.3 -55983,7005.9 -55983,7005.5 -55983,7005.1 -55982,7004.7 -55982,7004.3 -55982,7003.9 -55982,7003.5 -55981,7003 -55981,7002.6 -55981,7002.2 -55981,7001.8 -55980,7001.4 -55980,7001 -55980,7000.5 -55980,7000.1 -55980,6999.7 -55979,6999.3 -55979,6998.8 -55979,6998.4 -55979,6998 -55978,6997.6 -55978,6997.2 -55978,6996.7 -55978,6996.3 -55977,6995.9 -55977,6995.4 -55977,6995 -55977,6994.6 -55976,6994.2 -55995,7016.6 -55994,7016.2 -55994,7015.8 -55994,7015.4 -55994,7015.1 -55994,7014.7 -55993,7014.3 -55993,7013.9 -55993,7013.6 -55993,7013.2 -55993,7012.8 -55992,7012.4 -55992,7012 -55992,7011.7 -55992,7011.3 -55991,7010.9 -55991,7010.5 -55991,7010.1 -55991,7009.7 -55991,7009.4 -55990,7009 -55990,7008.6 -55990,7008.2 -55990,7007.8 -55990,7007.4 -55989,7007 -55989,7006.7 -55989,7006.3 -55989,7005.9 -55989,7005.5 -55988,7005.1 -55988,7004.7 -55988,7004.3 -55988,7003.9 -55988,7003.5 -55987,7003.1 -55987,7002.7 -55987,7002.3 -55987,7001.9 -55986,7001.5 -55986,7001.1 -55986,7000.8 -55986,7000.4 -55986,7000 -55985,6999.6 -55985,6999.2 -55985,6998.8 -55985,6998.4 -55984,6998 -55984,6997.5 -55984,6997.1 -55984,6996.7 -55984,6996.3 -55983,6995.9 -55983,6995.5 -55983,6995.1 -55983,6994.7 -55982,6994.3 -55982,6993.9 -55982,6993.5 -55982,6993.1 -55982,6992.7 -55981,6992.3 -55981,6991.9 -55981,6991.4 -55981,6991 -55980,6990.6 -55980,6990.2 -55980,6989.8 -55980,6989.4 -55979,6989 -55979,6988.5 -55979,6988.1 -55979,6987.7 -55979,6987.3 -55978,6986.9 -55978,6986.5 -55978,6986 -55978,6985.6 -55977,6985.2 -55977,6984.8 -55977,6984.4 -55977,6983.9 -55976,6983.5 -55976,6983.1 -55976,6982.7 -55976,6982.2 -55975,6981.8 -55975,6981.4 -55975,6981 -55975,6980.5 -55974,6980.1 -55974,6979.7 -55974,6979.3 -55974,6978.8 -55974,6978.4 -55973,6978 -55973,6977.5 -55973,6977.1 -55973,6976.7 -55993,7001.8 -55992,7001.4 -55992,7001.1 -55992,7000.7 -55992,7000.3 -55992,7000 -55992,6999.6 -55991,6999.2 -55991,6998.8 -55991,6998.5 -55991,6998.1 -55991,6997.7 -55990,6997.4 -55990,6997 -55990,6996.6 -55990,6996.3 -55990,6995.9 -55989,6995.5 -55989,6995.1 -55989,6994.8 -55989,6994.4 -55989,6994 -55988,6993.7 -55988,6993.3 -55988,6992.9 -55988,6992.5 -55988,6992.1 -55987,6991.8 -55987,6991.4 -55987,6991 -55987,6990.6 -55986,6990.3 -55986,6989.9 -55986,6989.5 -55986,6989.1 -55986,6988.7 -55985,6988.4 -55985,6988 -55985,6987.6 -55985,6987.2 -55985,6986.8 -55984,6986.4 -55984,6986.1 -55984,6985.7 -55984,6985.3 -55984,6984.9 -55983,6984.5 -55983,6984.1 -55983,6983.7 -55983,6983.4 -55983,6983 -55982,6982.6 -55982,6982.2 -55982,6981.8 -55982,6981.4 -55981,6981 -55981,6980.6 -55981,6980.2 -55981,6979.8 -55981,6979.5 -55980,6979.1 -55980,6978.7 -55980,6978.3 -55980,6977.9 -55979,6977.5 -55979,6977.1 -55979,6976.7 -55979,6976.3 -55979,6975.9 -55978,6975.5 -55978,6975.1 -55978,6974.7 -55978,6974.3 -55978,6973.9 -55977,6973.5 -55977,6973.1 -55977,6972.7 -55977,6972.3 -55976,6971.9 -55976,6971.5 -55976,6971.1 -55976,6970.7 -55975,6970.3 -55975,6969.9 -55975,6969.5 -55975,6969.1 -55975,6968.7 -55974,6968.3 -55974,6967.9 -55974,6967.5 -55974,6967.1 -55973,6966.7 -55973,6966.2 -55973,6965.8 -55973,6965.4 -55973,6965 -55972,6964.6 -55993,6989.9 -55993,6989.5 -55993,6989.2 -55993,6988.9 -55992,6988.5 -55992,6988.2 -55992,6987.8 -55992,6987.5 -55992,6987.2 -55992,6986.8 -55991,6986.5 -55991,6986.1 -55991,6985.8 -55991,6985.4 -55991,6985.1 -55991,6984.8 -55990,6984.4 -55990,6984.1 -55990,6983.7 -55990,6983.4 -55990,6983 -55989,6982.7 -55989,6982.3 -55989,6982 -55989,6981.6 -55989,6981.3 -55989,6981 -55988,6980.6 -55988,6980.3 -55988,6979.9 -55988,6979.6 -55988,6979.2 -55987,6978.9 -55987,6978.5 -55987,6978.2 -55987,6977.8 -55987,6977.5 -55986,6977.1 -55986,6976.8 -55986,6976.4 -55986,6976.1 -55986,6975.7 -55986,6975.4 -55985,6975 -55985,6974.6 -55985,6974.3 -55985,6973.9 -55985,6973.6 -55984,6973.2 -55984,6972.9 -55984,6972.5 -55984,6972.2 -55984,6971.8 -55983,6971.4 -55983,6971.1 -55983,6970.7 -55983,6970.4 -55983,6970 -55983,6969.6 -55982,6969.3 -55982,6968.9 -55982,6968.6 -55982,6968.2 -55982,6967.8 -55981,6967.5 -55981,6967.1 -55981,6966.8 -55981,6966.4 -55981,6966 -55980,6965.7 -55980,6965.3 -55980,6964.9 -55980,6964.6 -55980,6964.2 -55979,6963.9 -55979,6963.5 -55979,6963.1 -55979,6962.8 -55979,6962.4 -55978,6962 -55978,6961.7 -55978,6961.3 -55978,6960.9 -55978,6960.6 -55977,6960.2 -55977,6959.8 -55977,6959.5 -55977,6959.1 -55977,6958.7 -55976,6958.3 -55976,6958 -55976,6957.6 -55976,6957.2 -55976,6956.9 -55975,6956.5 -55975,6956.1 -55975,6955.7 -55975,6955.4 -55975,6955 -55974,6954.6 -55996,6980.1 -55996,6979.8 -55995,6979.5 -55995,6979.2 -55995,6978.9 -55995,6978.6 -55995,6978.3 -55995,6978 -55995,6977.7 -55994,6977.4 -55994,6977.1 -55994,6976.8 -55994,6976.5 -55994,6976.2 -55994,6975.9 -55994,6975.6 -55993,6975.3 -55993,6975 -55993,6974.7 -55993,6974.4 -55993,6974.1 -55993,6973.8 -55993,6973.5 -55992,6973.2 -55992,6972.9 -55992,6972.6 -55992,6972.3 -55992,6971.9 -55992,6971.6 -55992,6971.3 -55991,6971 -55991,6970.7 -55991,6970.4 -55991,6970.1 -55991,6969.8 -55991,6969.5 -55991,6969.2 -55990,6968.9 -55990,6968.6 -55990,6968.3 -55990,6968 -55990,6967.7 -55990,6967.4 -55989,6967.1 -55989,6966.8 -55989,6966.5 -55989,6966.1 -55989,6965.8 -55989,6965.5 -55989,6965.2 -55988,6964.9 -55988,6964.6 -55988,6964.3 -55988,6964 -55988,6963.7 -55988,6963.4 -55988,6963.1 -55987,6962.7 -55987,6962.4 -55987,6962.1 -55987,6961.8 -55987,6961.5 -55987,6961.2 -55986,6960.9 -55986,6960.6 -55986,6960.3 -55986,6960 -55986,6959.6 -55986,6959.3 -55986,6959 -55985,6958.7 -55985,6958.4 -55985,6958.1 -55985,6957.8 -55985,6957.4 -55985,6957.1 -55984,6956.8 -55984,6956.5 -55984,6956.2 -55984,6955.9 -55984,6955.6 -55984,6955.2 -55984,6954.9 -55983,6954.6 -55983,6954.3 -55983,6954 -55983,6953.7 -55983,6953.3 -55983,6953 -55982,6952.7 -55982,6952.4 -55982,6952.1 -55982,6951.8 -55982,6951.4 -55982,6951.1 -55982,6950.8 -55981,6950.5 -55981,6950.2 -55981,6949.8 -56001,6973.1 -56001,6972.9 -56001,6972.6 -56001,6972.4 -56001,6972.2 -56001,6971.9 -56001,6971.7 -56001,6971.4 -56001,6971.2 -56001,6970.9 -56001,6970.7 -56000,6970.4 -56000,6970.2 -56000,6969.9 -56000,6969.7 -56000,6969.4 -56000,6969.2 -56000,6968.9 -56000,6968.7 -56000,6968.4 -56000,6968.2 -55999,6968 -55999,6967.7 -55999,6967.5 -55999,6967.2 -55999,6967 -55999,6966.7 -55999,6966.5 -55999,6966.2 -55999,6966 -55999,6965.7 -55999,6965.5 -55998,6965.2 -55998,6965 -55998,6964.7 -55998,6964.5 -55998,6964.2 -55998,6964 -55998,6963.7 -55998,6963.5 -55998,6963.2 -55998,6963 -55998,6962.7 -55997,6962.5 -55997,6962.2 -55997,6962 -55997,6961.7 -55997,6961.5 -55997,6961.2 -55997,6961 -55997,6960.7 -55997,6960.5 -55997,6960.2 -55996,6960 -55996,6959.7 -55996,6959.5 -55996,6959.2 -55996,6959 -55996,6958.7 -55996,6958.5 -55996,6958.2 -55996,6958 -55996,6957.7 -55995,6957.5 -55995,6957.2 -55995,6957 -55995,6956.7 -55995,6956.5 -55995,6956.2 -55995,6956 -55995,6955.7 -55995,6955.5 -55995,6955.2 -55995,6955 -55994,6954.7 -55994,6954.5 -55994,6954.2 -55994,6953.9 -55994,6953.7 -55994,6953.4 -55994,6953.2 -55994,6952.9 -55994,6952.7 -55994,6952.4 -55993,6952.2 -55993,6951.9 -55993,6951.7 -55993,6951.4 -55993,6951.2 -55993,6950.9 -55993,6950.7 -55993,6950.4 -55993,6950.1 -55993,6949.9 -55992,6949.6 -55992,6949.4 -55992,6949.1 -55992,6948.9 -55992,6948.6 -55992,6948.4 -56009,6968.7 -56009,6968.6 -56009,6968.4 -56009,6968.2 -56009,6968 -56009,6967.8 -56009,6967.6 -56009,6967.4 -56009,6967.3 -56009,6967.1 -56009,6966.9 -56009,6966.7 -56009,6966.5 -56009,6966.3 -56009,6966.2 -56009,6966 -56008,6965.8 -56008,6965.6 -56008,6965.4 -56008,6965.2 -56008,6965 -56008,6964.9 -56008,6964.7 -56008,6964.5 -56008,6964.3 -56008,6964.1 -56008,6963.9 -56008,6963.7 -56008,6963.6 -56008,6963.4 -56008,6963.2 -56008,6963 -56008,6962.8 -56008,6962.6 -56008,6962.4 -56008,6962.3 -56008,6962.1 -56008,6961.9 -56008,6961.7 -56008,6961.5 -56007,6961.3 -56007,6961.1 -56007,6961 -56007,6960.8 -56007,6960.6 -56007,6960.4 -56007,6960.2 -56007,6960 -56007,6959.9 -56007,6959.7 -56007,6959.5 -56007,6959.3 -56007,6959.1 -56007,6958.9 -56007,6958.8 -56007,6958.6 -56007,6958.4 -56007,6958.2 -56007,6958 -56007,6957.8 -56007,6957.6 -56007,6957.5 -56007,6957.3 -56007,6957.1 -56006,6956.9 -56006,6956.7 -56006,6956.5 -56006,6956.4 -56006,6956.2 -56006,6956 -56006,6955.8 -56006,6955.6 -56006,6955.4 -56006,6955.3 -56006,6955.1 -56006,6954.9 -56006,6954.7 -56006,6954.5 -56006,6954.3 -56006,6954.2 -56006,6954 -56006,6953.8 -56006,6953.6 -56006,6953.4 -56006,6953.2 -56006,6953.1 -56006,6952.9 -56006,6952.7 -56006,6952.5 -56005,6952.3 -56005,6952.1 -56005,6952 -56005,6951.8 -56005,6951.6 -56005,6951.4 -56005,6951.2 -56005,6951 -56005,6950.9 -56005,6950.7 -56017,6967.2 -56017,6967 -56017,6966.9 -56017,6966.8 -56017,6966.7 -56017,6966.5 -56017,6966.4 -56017,6966.3 -56018,6966.2 -56018,6966 -56018,6965.9 -56018,6965.8 -56018,6965.7 -56018,6965.5 -56018,6965.4 -56018,6965.3 -56018,6965.2 -56018,6965.1 -56018,6964.9 -56018,6964.8 -56018,6964.7 -56018,6964.6 -56018,6964.5 -56018,6964.3 -56018,6964.2 -56018,6964.1 -56018,6964 -56018,6963.9 -56018,6963.7 -56018,6963.6 -56018,6963.5 -56018,6963.4 -56018,6963.3 -56018,6963.2 -56018,6963 -56018,6962.9 -56018,6962.8 -56018,6962.7 -56018,6962.6 -56018,6962.4 -56018,6962.3 -56018,6962.2 -56018,6962.1 -56018,6962 -56018,6961.9 -56018,6961.7 -56018,6961.6 -56018,6961.5 -56018,6961.4 -56018,6961.3 -56018,6961.2 -56018,6961 -56018,6960.9 -56018,6960.8 -56018,6960.7 -56018,6960.6 -56018,6960.5 -56018,6960.4 -56018,6960.2 -56018,6960.1 -56018,6960 -56018,6959.9 -56018,6959.8 -56018,6959.7 -56018,6959.6 -56018,6959.5 -56018,6959.3 -56018,6959.2 -56018,6959.1 -56018,6959 -56018,6958.9 -56018,6958.8 -56018,6958.7 -56018,6958.6 -56018,6958.4 -56018,6958.3 -56018,6958.2 -56018,6958.1 -56018,6958 -56018,6957.9 -56018,6957.8 -56018,6957.7 -56018,6957.6 -56018,6957.5 -56018,6957.3 -56018,6957.2 -56018,6957.1 -56018,6957 -56018,6956.9 -56018,6956.8 -56018,6956.7 -56018,6956.6 -56018,6956.5 -56018,6956.4 -56018,6956.3 -56018,6956.1 -56018,6956 -56018,6955.9 -56018,6955.8 -56018,6955.7 -56026,6965.8 -56026,6965.7 -56026,6965.6 -56026,6965.5 -56026,6965.5 -56026,6965.4 -56026,6965.3 -56026,6965.3 -56027,6965.2 -56027,6965.1 -56027,6965.1 -56027,6965 -56027,6964.9 -56027,6964.9 -56027,6964.8 -56027,6964.7 -56027,6964.7 -56027,6964.6 -56027,6964.5 -56027,6964.5 -56027,6964.4 -56027,6964.3 -56027,6964.3 -56027,6964.2 -56027,6964.2 -56027,6964.1 -56027,6964 -56027,6964 -56027,6963.9 -56027,6963.8 -56027,6963.8 -56028,6963.7 -56028,6963.7 -56028,6963.6 -56028,6963.5 -56028,6963.5 -56028,6963.4 -56028,6963.3 -56028,6963.3 -56028,6963.2 -56028,6963.2 -56028,6963.1 -56028,6963 -56028,6963 -56028,6962.9 -56028,6962.9 -56028,6962.8 -56028,6962.7 -56028,6962.7 -56028,6962.6 -56028,6962.6 -56029,6962.5 -56029,6962.5 -56029,6962.4 -56029,6962.3 -56029,6962.3 -56029,6962.2 -56029,6962.2 -56029,6962.1 -56029,6962.1 -56029,6962 -56029,6962 -56029,6961.9 -56029,6961.8 -56029,6961.8 -56029,6961.7 -56029,6961.7 -56029,6961.6 -56029,6961.6 -56030,6961.5 -56030,6961.5 -56030,6961.4 -56030,6961.4 -56030,6961.3 -56030,6961.3 -56030,6961.2 -56030,6961.2 -56030,6961.1 -56030,6961.1 -56030,6961 -56030,6961 -56030,6960.9 -56030,6960.9 -56030,6960.8 -56030,6960.8 -56030,6960.7 -56030,6960.7 -56031,6960.6 -56031,6960.6 -56031,6960.5 -56031,6960.5 -56031,6960.4 -56031,6960.4 -56031,6960.3 -56031,6960.3 -56031,6960.2 -56031,6960.2 -56031,6960.2 -56031,6960.1 -56034,6963.3 -56034,6963.3 -56034,6963.2 -56034,6963.2 -56034,6963.2 -56034,6963.1 -56034,6963.1 -56034,6963.1 -56035,6963 -56035,6963 -56035,6963 -56035,6963 -56035,6962.9 -56035,6962.9 -56035,6962.9 -56035,6962.8 -56035,6962.8 -56035,6962.8 -56035,6962.7 -56035,6962.7 -56035,6962.7 -56036,6962.7 -56036,6962.6 -56036,6962.6 -56036,6962.6 -56036,6962.6 -56036,6962.5 -56036,6962.5 -56036,6962.5 -56036,6962.5 -56036,6962.4 -56036,6962.4 -56036,6962.4 -56037,6962.4 -56037,6962.3 -56037,6962.3 -56037,6962.3 -56037,6962.3 -56037,6962.3 -56037,6962.2 -56037,6962.2 -56037,6962.2 -56037,6962.2 -56037,6962.2 -56037,6962.1 -56038,6962.1 -56038,6962.1 -56038,6962.1 -56038,6962.1 -56038,6962 -56038,6962 -56038,6962 -56038,6962 -56038,6962 -56038,6961.9 -56038,6961.9 -56038,6961.9 -56039,6961.9 -56039,6961.9 -56039,6961.9 -56039,6961.8 -56039,6961.8 -56039,6961.8 -56039,6961.8 -56039,6961.8 -56039,6961.8 -56039,6961.8 -56039,6961.8 -56040,6961.7 -56040,6961.7 -56040,6961.7 -56040,6961.7 -56040,6961.7 -56040,6961.7 -56040,6961.7 -56040,6961.7 -56040,6961.7 -56040,6961.6 -56040,6961.6 -56041,6961.6 -56041,6961.6 -56041,6961.6 -56041,6961.6 -56041,6961.6 -56041,6961.6 -56041,6961.6 -56041,6961.6 -56041,6961.6 -56041,6961.5 -56042,6961.5 -56042,6961.5 -56042,6961.5 -56042,6961.5 -56042,6961.5 -56042,6961.5 -56042,6961.5 -56042,6961.5 -56042,6961.5 -56042,6961.5 -56040,6959.6 -56040,6959.6 -56040,6959.6 -56040,6959.6 -56040,6959.6 -56041,6959.6 -56041,6959.6 -56041,6959.6 -56041,6959.5 -56041,6959.5 -56041,6959.5 -56041,6959.5 -56041,6959.5 -56041,6959.5 -56041,6959.5 -56042,6959.5 -56042,6959.5 -56042,6959.5 -56042,6959.5 -56042,6959.5 -56042,6959.5 -56042,6959.5 -56042,6959.5 -56042,6959.5 -56042,6959.5 -56043,6959.5 -56043,6959.5 -56043,6959.5 -56043,6959.5 -56043,6959.5 -56043,6959.5 -56043,6959.5 -56043,6959.5 -56043,6959.5 -56043,6959.5 -56044,6959.5 -56044,6959.5 -56044,6959.5 -56044,6959.5 -56044,6959.5 -56044,6959.5 -56044,6959.5 -56044,6959.5 -56044,6959.5 -56044,6959.5 -56045,6959.5 -56045,6959.5 -56045,6959.5 -56045,6959.5 -56045,6959.5 -56045,6959.5 -56045,6959.5 -56045,6959.5 -56045,6959.5 -56046,6959.6 -56046,6959.6 -56046,6959.6 -56046,6959.6 -56046,6959.6 -56046,6959.6 -56046,6959.6 -56046,6959.6 -56046,6959.6 -56046,6959.6 -56047,6959.7 -56047,6959.7 -56047,6959.7 -56047,6959.7 -56047,6959.7 -56047,6959.7 -56047,6959.7 -56047,6959.7 -56047,6959.8 -56048,6959.8 -56048,6959.8 -56048,6959.8 -56048,6959.8 -56048,6959.8 -56048,6959.8 -56048,6959.9 -56048,6959.9 -56049,6959.9 -56049,6959.9 -56049,6959.9 -56049,6959.9 -56049,6960 -56049,6960 -56049,6960 -56049,6960 -56049,6960 -56050,6960 -56050,6960.1 -56050,6960.1 -56050,6960.1 -56050,6960.1 -56050,6960.2 -56050,6960.2 -56050,6960.2 -56051,6960.2 -56051,6960.2 -56044,6953.5 -56044,6953.5 -56045,6953.5 -56045,6953.5 -56045,6953.5 -56045,6953.5 -56045,6953.5 -56045,6953.5 -56045,6953.5 -56045,6953.5 -56045,6953.5 -56045,6953.5 -56046,6953.5 -56046,6953.5 -56046,6953.5 -56046,6953.5 -56046,6953.5 -56046,6953.5 -56046,6953.6 -56046,6953.6 -56046,6953.6 -56047,6953.6 -56047,6953.6 -56047,6953.6 -56047,6953.6 -56047,6953.6 -56047,6953.6 -56047,6953.6 -56047,6953.6 -56047,6953.6 -56047,6953.6 -56048,6953.7 -56048,6953.7 -56048,6953.7 -56048,6953.7 -56048,6953.7 -56048,6953.7 -56048,6953.7 -56048,6953.7 -56048,6953.8 -56049,6953.8 -56049,6953.8 -56049,6953.8 -56049,6953.8 -56049,6953.8 -56049,6953.8 -56049,6953.9 -56049,6953.9 -56049,6953.9 -56049,6953.9 -56050,6953.9 -56050,6953.9 -56050,6954 -56050,6954 -56050,6954 -56050,6954 -56050,6954 -56050,6954 -56050,6954.1 -56051,6954.1 -56051,6954.1 -56051,6954.1 -56051,6954.1 -56051,6954.2 -56051,6954.2 -56051,6954.2 -56051,6954.2 -56052,6954.2 -56052,6954.3 -56052,6954.3 -56052,6954.3 -56052,6954.3 -56052,6954.4 -56052,6954.4 -56052,6954.4 -56052,6954.4 -56053,6954.4 -56053,6954.5 -56053,6954.5 -56053,6954.5 -56053,6954.5 -56053,6954.6 -56053,6954.6 -56053,6954.6 -56054,6954.7 -56054,6954.7 -56054,6954.7 -56054,6954.7 -56054,6954.8 -56054,6954.8 -56054,6954.8 -56054,6954.9 -56055,6954.9 -56055,6954.9 -56055,6954.9 -56055,6955 -56055,6955 -56055,6955 -56055,6955.1 -56047,6945.2 -56047,6945.2 -56047,6945.2 -56047,6945.2 -56047,6945.2 -56047,6945.2 -56047,6945.2 -56047,6945.2 -56047,6945.2 -56047,6945.2 -56048,6945.2 -56048,6945.2 -56048,6945.2 -56048,6945.2 -56048,6945.2 -56048,6945.2 -56048,6945.2 -56048,6945.2 -56048,6945.2 -56048,6945.2 -56049,6945.2 -56049,6945.2 -56049,6945.2 -56049,6945.2 -56049,6945.2 -56049,6945.2 -56049,6945.2 -56049,6945.2 -56049,6945.2 -56049,6945.2 -56050,6945.2 -56050,6945.2 -56050,6945.2 -56050,6945.2 -56050,6945.3 -56050,6945.3 -56050,6945.3 -56050,6945.3 -56050,6945.3 -56051,6945.3 -56051,6945.3 -56051,6945.3 -56051,6945.3 -56051,6945.3 -56051,6945.3 -56051,6945.3 -56051,6945.4 -56051,6945.4 -56051,6945.4 -56052,6945.4 -56052,6945.4 -56052,6945.4 -56052,6945.4 -56052,6945.4 -56052,6945.4 -56052,6945.4 -56052,6945.5 -56052,6945.5 -56053,6945.5 -56053,6945.5 -56053,6945.5 -56053,6945.5 -56053,6945.5 -56053,6945.6 -56053,6945.6 -56053,6945.6 -56053,6945.6 -56054,6945.6 -56054,6945.6 -56054,6945.6 -56054,6945.7 -56054,6945.7 -56054,6945.7 -56054,6945.7 -56054,6945.7 -56054,6945.8 -56055,6945.8 -56055,6945.8 -56055,6945.8 -56055,6945.8 -56055,6945.9 -56055,6945.9 -56055,6945.9 -56055,6945.9 -56055,6945.9 -56056,6946 -56056,6946 -56056,6946 -56056,6946 -56056,6946 -56056,6946.1 -56056,6946.1 -56056,6946.1 -56057,6946.1 -56057,6946.2 -56057,6946.2 -56047,6935.7 -56047,6935.7 -56047,6935.7 -56048,6935.7 -56048,6935.6 -56048,6935.6 -56048,6935.6 -56048,6935.6 -56048,6935.6 -56048,6935.6 -56048,6935.6 -56048,6935.6 -56048,6935.5 -56048,6935.5 -56048,6935.5 -56049,6935.5 -56049,6935.5 -56049,6935.5 -56049,6935.5 -56049,6935.5 -56049,6935.5 -56049,6935.5 -56049,6935.4 -56049,6935.4 -56049,6935.4 -56049,6935.4 -56049,6935.4 -56050,6935.4 -56050,6935.4 -56050,6935.4 -56050,6935.4 -56050,6935.4 -56050,6935.4 -56050,6935.4 -56050,6935.4 -56050,6935.4 -56050,6935.3 -56050,6935.3 -56051,6935.3 -56051,6935.3 -56051,6935.3 -56051,6935.3 -56051,6935.3 -56051,6935.3 -56051,6935.3 -56051,6935.3 -56051,6935.3 -56051,6935.3 -56051,6935.3 -56052,6935.3 -56052,6935.3 -56052,6935.3 -56052,6935.3 -56052,6935.3 -56052,6935.3 -56052,6935.3 -56052,6935.3 -56052,6935.3 -56052,6935.3 -56052,6935.3 -56053,6935.3 -56053,6935.3 -56053,6935.3 -56053,6935.3 -56053,6935.3 -56053,6935.3 -56053,6935.3 -56053,6935.3 -56053,6935.3 -56053,6935.3 -56054,6935.3 -56054,6935.3 -56054,6935.4 -56054,6935.4 -56054,6935.4 -56054,6935.4 -56054,6935.4 -56054,6935.4 -56054,6935.4 -56054,6935.4 -56054,6935.4 -56055,6935.4 -56055,6935.4 -56055,6935.4 -56055,6935.4 -56055,6935.4 -56055,6935.4 -56055,6935.4 -56055,6935.5 -56055,6935.5 -56055,6935.5 -56056,6935.5 -56056,6935.5 -56056,6935.5 -56056,6935.5 -56056,6935.5 -56056,6935.5 -56056,6935.5 -56056,6935.6 -56056,6935.6 -56056,6935.6 -56057,6935.6 -56047,6925.2 -56047,6925.1 -56047,6925.1 -56047,6925.1 -56047,6925.1 -56047,6925 -56047,6925 -56047,6925 -56047,6925 -56047,6924.9 -56047,6924.9 -56047,6924.9 -56047,6924.9 -56047,6924.8 -56048,6924.8 -56048,6924.8 -56048,6924.8 -56048,6924.7 -56048,6924.7 -56048,6924.7 -56048,6924.7 -56048,6924.6 -56048,6924.6 -56048,6924.6 -56048,6924.6 -56048,6924.5 -56048,6924.5 -56048,6924.5 -56048,6924.5 -56049,6924.5 -56049,6924.4 -56049,6924.4 -56049,6924.4 -56049,6924.4 -56049,6924.3 -56049,6924.3 -56049,6924.3 -56049,6924.3 -56049,6924.3 -56049,6924.2 -56049,6924.2 -56049,6924.2 -56049,6924.2 -56049,6924.2 -56050,6924.2 -56050,6924.1 -56050,6924.1 -56050,6924.1 -56050,6924.1 -56050,6924.1 -56050,6924 -56050,6924 -56050,6924 -56050,6924 -56050,6924 -56050,6924 -56050,6924 -56050,6923.9 -56051,6923.9 -56051,6923.9 -56051,6923.9 -56051,6923.9 -56051,6923.9 -56051,6923.8 -56051,6923.8 -56051,6923.8 -56051,6923.8 -56051,6923.8 -56051,6923.8 -56051,6923.8 -56051,6923.7 -56051,6923.7 -56052,6923.7 -56052,6923.7 -56052,6923.7 -56052,6923.7 -56052,6923.7 -56052,6923.7 -56052,6923.6 -56052,6923.6 -56052,6923.6 -56052,6923.6 -56052,6923.6 -56052,6923.6 -56052,6923.6 -56052,6923.6 -56053,6923.6 -56053,6923.6 -56053,6923.6 -56053,6923.6 -56053,6923.5 -56053,6923.5 -56053,6923.5 -56053,6923.5 -56053,6923.5 -56053,6923.5 -56053,6923.5 -56053,6923.5 -56053,6923.5 -56045,6913.7 -56045,6913.7 -56045,6913.7 -56045,6913.6 -56045,6913.6 -56045,6913.5 -56045,6913.5 -56045,6913.4 -56045,6913.4 -56045,6913.4 -56045,6913.3 -56045,6913.3 -56046,6913.2 -56046,6913.2 -56046,6913.1 -56046,6913.1 -56046,6913.1 -56046,6913 -56046,6913 -56046,6912.9 -56046,6912.9 -56046,6912.9 -56046,6912.8 -56046,6912.8 -56046,6912.7 -56046,6912.7 -56046,6912.7 -56046,6912.6 -56046,6912.6 -56046,6912.5 -56046,6912.5 -56046,6912.5 -56046,6912.4 -56046,6912.4 -56046,6912.3 -56046,6912.3 -56047,6912.3 -56047,6912.2 -56047,6912.2 -56047,6912.2 -56047,6912.1 -56047,6912.1 -56047,6912 -56047,6912 -56047,6912 -56047,6911.9 -56047,6911.9 -56047,6911.9 -56047,6911.8 -56047,6911.8 -56047,6911.8 -56047,6911.7 -56047,6911.7 -56047,6911.7 -56047,6911.6 -56047,6911.6 -56047,6911.5 -56047,6911.5 -56047,6911.5 -56048,6911.4 -56048,6911.4 -56048,6911.4 -56048,6911.3 -56048,6911.3 -56048,6911.3 -56048,6911.2 -56048,6911.2 -56048,6911.2 -56048,6911.1 -56048,6911.1 -56048,6911.1 -56048,6911.1 -56048,6911 -56048,6911 -56048,6911 -56048,6910.9 -56048,6910.9 -56048,6910.9 -56048,6910.8 -56048,6910.8 -56048,6910.8 -56048,6910.7 -56049,6910.7 -56049,6910.7 -56049,6910.7 -56049,6910.6 -56049,6910.6 -56049,6910.6 -56049,6910.5 -56049,6910.5 -56049,6910.5 -56049,6910.5 -56049,6910.4 -56049,6910.4 -56049,6910.4 -56049,6910.4 -56049,6910.3 -56049,6910.3 -56049,6910.3 -56049,6910.2 -56043,6902.3 -56043,6902.2 -56043,6902.2 -56043,6902.1 -56043,6902.1 -56043,6902 -56043,6902 -56043,6901.9 -56043,6901.8 -56043,6901.8 -56043,6901.7 -56043,6901.7 -56043,6901.6 -56043,6901.6 -56043,6901.5 -56043,6901.4 -56043,6901.4 -56043,6901.3 -56043,6901.3 -56043,6901.2 -56043,6901.2 -56043,6901.1 -56043,6901 -56043,6901 -56043,6900.9 -56043,6900.9 -56044,6900.8 -56044,6900.8 -56044,6900.7 -56044,6900.7 -56044,6900.6 -56044,6900.6 -56044,6900.5 -56044,6900.4 -56044,6900.4 -56044,6900.3 -56044,6900.3 -56044,6900.2 -56044,6900.2 -56044,6900.1 -56044,6900.1 -56044,6900 -56044,6900 -56044,6899.9 -56044,6899.8 -56044,6899.8 -56044,6899.7 -56044,6899.7 -56044,6899.6 -56044,6899.6 -56044,6899.5 -56044,6899.5 -56044,6899.4 -56044,6899.4 -56044,6899.3 -56044,6899.3 -56044,6899.2 -56044,6899.2 -56044,6899.1 -56044,6899.1 -56044,6899 -56044,6899 -56044,6898.9 -56044,6898.9 -56044,6898.8 -56044,6898.8 -56044,6898.7 -56044,6898.7 -56044,6898.6 -56044,6898.6 -56044,6898.5 -56044,6898.5 -56044,6898.4 -56044,6898.4 -56044,6898.3 -56045,6898.3 -56045,6898.2 -56045,6898.2 -56045,6898.1 -56045,6898.1 -56045,6898 -56045,6898 -56045,6897.9 -56045,6897.9 -56045,6897.8 -56045,6897.8 -56045,6897.7 -56045,6897.7 -56045,6897.6 -56045,6897.6 -56045,6897.5 -56045,6897.5 -56045,6897.4 -56045,6897.4 -56045,6897.3 -56045,6897.3 -56045,6897.3 -56045,6897.2 -56045,6897.2 -56041,6891.3 -56041,6891.2 -56041,6891.2 -56041,6891.1 -56041,6891 -56041,6891 -56041,6890.9 -56041,6890.8 -56041,6890.8 -56041,6890.7 -56041,6890.6 -56041,6890.5 -56041,6890.5 -56041,6890.4 -56041,6890.3 -56041,6890.3 -56041,6890.2 -56041,6890.1 -56041,6890 -56041,6890 -56041,6889.9 -56041,6889.8 -56041,6889.8 -56041,6889.7 -56041,6889.6 -56041,6889.6 -56041,6889.5 -56041,6889.4 -56041,6889.3 -56041,6889.3 -56041,6889.2 -56041,6889.1 -56041,6889.1 -56041,6889 -56041,6888.9 -56041,6888.9 -56041,6888.8 -56041,6888.7 -56041,6888.6 -56041,6888.6 -56041,6888.5 -56041,6888.4 -56041,6888.4 -56041,6888.3 -56041,6888.2 -56041,6888.2 -56041,6888.1 -56041,6888 -56041,6888 -56041,6887.9 -56041,6887.8 -56041,6887.8 -56041,6887.7 -56041,6887.6 -56041,6887.6 -56041,6887.5 -56041,6887.4 -56041,6887.4 -56041,6887.3 -56041,6887.2 -56041,6887.2 -56041,6887.1 -56041,6887 -56041,6887 -56041,6886.9 -56041,6886.8 -56041,6886.8 -56041,6886.7 -56041,6886.6 -56041,6886.5 -56041,6886.5 -56041,6886.4 -56041,6886.3 -56041,6886.3 -56041,6886.2 -56041,6886.1 -56041,6886.1 -56041,6886 -56041,6885.9 -56041,6885.9 -56041,6885.8 -56041,6885.8 -56041,6885.7 -56041,6885.6 -56041,6885.6 -56041,6885.5 -56041,6885.4 -56041,6885.4 -56041,6885.3 -56041,6885.2 -56041,6885.2 -56041,6885.1 -56041,6885 -56041,6885 -56041,6884.9 -56041,6884.8 -56041,6884.8 -56041,6884.7 -56041,6884.6 -56039,6880.5 -56039,6880.4 -56039,6880.3 -56039,6880.2 -56039,6880.1 -56039,6880 -56039,6880 -56039,6879.9 -56039,6879.8 -56039,6879.7 -56039,6879.6 -56039,6879.5 -56039,6879.5 -56039,6879.4 -56039,6879.3 -56039,6879.2 -56039,6879.1 -56039,6879 -56039,6879 -56039,6878.9 -56039,6878.8 -56039,6878.7 -56039,6878.6 -56039,6878.5 -56039,6878.5 -56039,6878.4 -56039,6878.3 -56039,6878.2 -56039,6878.1 -56039,6878.1 -56039,6878 -56039,6877.9 -56039,6877.8 -56039,6877.7 -56039,6877.6 -56039,6877.6 -56039,6877.5 -56039,6877.4 -56039,6877.3 -56039,6877.2 -56039,6877.2 -56039,6877.1 -56039,6877 -56039,6876.9 -56039,6876.8 -56039,6876.8 -56039,6876.7 -56039,6876.6 -56039,6876.5 -56039,6876.4 -56039,6876.3 -56039,6876.3 -56039,6876.2 -56039,6876.1 -56039,6876 -56039,6875.9 -56039,6875.9 -56039,6875.8 -56039,6875.7 -56039,6875.6 -56039,6875.5 -56039,6875.5 -56039,6875.4 -56039,6875.3 -56039,6875.2 -56039,6875.1 -56039,6875 -56039,6875 -56039,6874.9 -56039,6874.8 -56039,6874.7 -56039,6874.6 -56039,6874.6 -56039,6874.5 -56039,6874.4 -56039,6874.3 -56039,6874.2 -56039,6874.2 -56039,6874.1 -56039,6874 -56039,6873.9 -56039,6873.8 -56039,6873.8 -56039,6873.7 -56039,6873.6 -56038,6873.5 -56038,6873.4 -56038,6873.4 -56038,6873.3 -56038,6873.2 -56038,6873.1 -56038,6873 -56038,6873 -56038,6872.9 -56038,6872.8 -56038,6872.7 -56038,6872.6 -56038,6872.6 -56038,6872.5 -56038,6872.4 -56038,6869.6 -56038,6869.5 -56038,6869.4 -56038,6869.3 -56038,6869.2 -56038,6869.1 -56038,6869.1 -56038,6869 -56038,6868.9 -56038,6868.8 -56038,6868.7 -56038,6868.6 -56038,6868.5 -56038,6868.4 -56038,6868.3 -56038,6868.2 -56038,6868.1 -56038,6868 -56038,6867.9 -56038,6867.8 -56038,6867.8 -56038,6867.7 -56038,6867.6 -56038,6867.5 -56038,6867.4 -56038,6867.3 -56038,6867.2 -56038,6867.1 -56038,6867 -56038,6866.9 -56037,6866.8 -56037,6866.7 -56037,6866.6 -56037,6866.5 -56037,6866.5 -56037,6866.4 -56037,6866.3 -56037,6866.2 -56037,6866.1 -56037,6866 -56037,6865.9 -56037,6865.8 -56037,6865.7 -56037,6865.6 -56037,6865.5 -56037,6865.4 -56037,6865.3 -56037,6865.2 -56037,6865.1 -56037,6865 -56037,6865 -56037,6864.9 -56037,6864.8 -56037,6864.7 -56037,6864.6 -56037,6864.5 -56037,6864.4 -56037,6864.3 -56037,6864.2 -56037,6864.1 -56037,6864 -56037,6863.9 -56037,6863.8 -56037,6863.7 -56037,6863.6 -56037,6863.5 -56037,6863.4 -56037,6863.4 -56037,6863.3 -56037,6863.2 -56037,6863.1 -56037,6863 -56037,6862.9 -56037,6862.8 -56037,6862.7 -56037,6862.6 -56037,6862.5 -56037,6862.4 -56037,6862.3 -56037,6862.2 -56037,6862.1 -56037,6862 -56037,6861.9 -56037,6861.8 -56037,6861.8 -56037,6861.7 -56037,6861.6 -56037,6861.5 -56037,6861.4 -56037,6861.3 -56037,6861.2 -56037,6861.1 -56037,6861 -56037,6860.9 -56037,6860.8 -56037,6860.7 -56037,6860.6 -56037,6860.5 -56037,6860.4 -56037,6860.3 -56036,6859.4 -56036,6859.3 -56036,6859.2 -56036,6859.1 -56036,6859 -56036,6858.9 -56036,6858.8 -56036,6858.7 -56036,6858.6 -56036,6858.5 -56036,6858.4 -56036,6858.3 -56036,6858.2 -56036,6858.1 -56036,6858 -56036,6857.9 -56036,6857.8 -56036,6857.7 -56036,6857.6 -56036,6857.5 -56036,6857.4 -56036,6857.3 -56036,6857.2 -56036,6857.1 -56036,6857 -56036,6856.9 -56036,6856.8 -56036,6856.7 -56036,6856.6 -56036,6856.4 -56036,6856.3 -56036,6856.2 -56036,6856.1 -56036,6856 -56036,6855.9 -56036,6855.8 -56036,6855.7 -56036,6855.6 -56036,6855.5 -56036,6855.4 -56036,6855.3 -56036,6855.2 -56036,6855.1 -56036,6855 -56036,6854.9 -56036,6854.8 -56036,6854.7 -56036,6854.6 -56036,6854.5 -56036,6854.4 -56036,6854.3 -56036,6854.2 -56036,6854 -56035,6853.9 -56035,6853.8 -56035,6853.7 -56035,6853.6 -56035,6853.5 -56035,6853.4 -56035,6853.3 -56035,6853.2 -56035,6853.1 -56035,6853 -56035,6852.9 -56035,6852.8 -56035,6852.7 -56035,6852.6 -56035,6852.5 -56035,6852.4 -56035,6852.3 -56035,6852.2 -56035,6852.1 -56035,6851.9 -56035,6851.8 -56035,6851.7 -56035,6851.6 -56035,6851.5 -56035,6851.4 -56035,6851.3 -56035,6851.2 -56035,6851.1 -56035,6851 -56035,6850.9 -56035,6850.8 -56035,6850.7 -56035,6850.6 -56035,6850.5 -56035,6850.3 -56035,6850.2 -56035,6850.1 -56035,6850 -56035,6849.9 -56035,6849.8 -56035,6849.7 -56035,6849.6 -56035,6849.5 -56035,6849.4 -56035,6849.3 -56035,6849.2 -56034,6849.8 -56034,6849.7 -56034,6849.6 -56034,6849.5 -56034,6849.4 -56034,6849.3 -56034,6849.2 -56034,6849.1 -56034,6848.9 -56034,6848.8 -56034,6848.7 -56034,6848.6 -56034,6848.5 -56034,6848.4 -56034,6848.3 -56034,6848.2 -56034,6848.1 -56034,6848 -56034,6847.9 -56034,6847.8 -56034,6847.7 -56034,6847.6 -56034,6847.4 -56034,6847.3 -56034,6847.2 -56034,6847.1 -56034,6847 -56034,6846.9 -56034,6846.8 -56034,6846.7 -56034,6846.6 -56034,6846.5 -56034,6846.4 -56034,6846.2 -56034,6846.1 -56034,6846 -56034,6845.9 -56034,6845.8 -56034,6845.7 -56034,6845.6 -56034,6845.5 -56034,6845.4 -56034,6845.3 -56034,6845.1 -56034,6845 -56034,6844.9 -56034,6844.8 -56033,6844.7 -56033,6844.6 -56033,6844.5 -56033,6844.4 -56033,6844.3 -56033,6844.1 -56033,6844 -56033,6843.9 -56033,6843.8 -56033,6843.7 -56033,6843.6 -56033,6843.5 -56033,6843.4 -56033,6843.3 -56033,6843.1 -56033,6843 -56033,6842.9 -56033,6842.8 -56033,6842.7 -56033,6842.6 -56033,6842.5 -56033,6842.4 -56033,6842.2 -56033,6842.1 -56033,6842 -56033,6841.9 -56033,6841.8 -56033,6841.7 -56033,6841.6 -56033,6841.5 -56033,6841.3 -56033,6841.2 -56033,6841.1 -56033,6841 -56033,6840.9 -56033,6840.8 -56033,6840.7 -56033,6840.5 -56033,6840.4 -56033,6840.3 -56033,6840.2 -56033,6840.1 -56033,6840 -56033,6839.8 -56033,6839.7 -56033,6839.6 -56033,6839.5 -56033,6839.4 -56033,6839.3 -56033,6839.2 -56033,6839 -56032,6840.7 -56032,6840.6 -56032,6840.5 -56032,6840.3 -56032,6840.2 -56032,6840.1 -56032,6840 -56032,6839.9 -56032,6839.8 -56032,6839.7 -56032,6839.6 -56032,6839.5 -56032,6839.3 -56032,6839.2 -56032,6839.1 -56032,6839 -56032,6838.9 -56032,6838.8 -56032,6838.7 -56032,6838.6 -56032,6838.4 -56032,6838.3 -56032,6838.2 -56032,6838.1 -56032,6838 -56032,6837.9 -56032,6837.8 -56032,6837.6 -56032,6837.5 -56032,6837.4 -56032,6837.3 -56032,6837.2 -56032,6837.1 -56032,6837 -56032,6836.8 -56032,6836.7 -56032,6836.6 -56032,6836.5 -56032,6836.4 -56032,6836.3 -56032,6836.2 -56032,6836 -56032,6835.9 -56032,6835.8 -56032,6835.7 -56032,6835.6 -56032,6835.5 -56032,6835.3 -56032,6835.2 -56031,6835.1 -56031,6835 -56031,6834.9 -56031,6834.8 -56031,6834.6 -56031,6834.5 -56031,6834.4 -56031,6834.3 -56031,6834.2 -56031,6834 -56031,6833.9 -56031,6833.8 -56031,6833.7 -56031,6833.6 -56031,6833.5 -56031,6833.3 -56031,6833.2 -56031,6833.1 -56031,6833 -56031,6832.9 -56031,6832.7 -56031,6832.6 -56031,6832.5 -56031,6832.4 -56031,6832.3 -56031,6832.2 -56031,6832 -56031,6831.9 -56031,6831.8 -56031,6831.7 -56031,6831.6 -56031,6831.4 -56031,6831.3 -56031,6831.2 -56031,6831.1 -56031,6831 -56031,6830.8 -56031,6830.7 -56031,6830.6 -56031,6830.5 -56031,6830.4 -56031,6830.2 -56031,6830.1 -56031,6830 -56031,6829.9 -56031,6829.7 -56031,6829.6 -56031,6829.5 -56031,6829.4 -56031,6829.3 -56031,6829.1 -56029,6831.3 -56029,6831.2 -56029,6831.1 -56029,6830.9 -56029,6830.8 -56029,6830.7 -56029,6830.6 -56029,6830.5 -56029,6830.4 -56029,6830.3 -56029,6830.1 -56029,6830 -56029,6829.9 -56029,6829.8 -56029,6829.7 -56029,6829.5 -56029,6829.4 -56029,6829.3 -56029,6829.2 -56029,6829.1 -56029,6829 -56029,6828.8 -56029,6828.7 -56029,6828.6 -56029,6828.5 -56029,6828.4 -56029,6828.2 -56029,6828.1 -56029,6828 -56029,6827.9 -56029,6827.8 -56029,6827.6 -56029,6827.5 -56029,6827.4 -56029,6827.3 -56029,6827.1 -56028,6827 -56028,6826.9 -56028,6826.8 -56028,6826.7 -56028,6826.5 -56028,6826.4 -56028,6826.3 -56028,6826.2 -56028,6826 -56028,6825.9 -56028,6825.8 -56028,6825.7 -56028,6825.5 -56028,6825.4 -56028,6825.3 -56028,6825.2 -56028,6825 -56028,6824.9 -56028,6824.8 -56028,6824.6 -56028,6824.5 -56028,6824.4 -56028,6824.3 -56028,6824.1 -56028,6824 -56028,6823.9 -56028,6823.8 -56028,6823.6 -56028,6823.5 -56028,6823.4 -56028,6823.2 -56028,6823.1 -56028,6823 -56028,6822.9 -56028,6822.7 -56028,6822.6 -56028,6822.5 -56028,6822.3 -56028,6822.2 -56028,6822.1 -56028,6821.9 -56027,6821.8 -56027,6821.7 -56027,6821.6 -56027,6821.4 -56027,6821.3 -56027,6821.2 -56027,6821 -56027,6820.9 -56027,6820.8 -56027,6820.6 -56027,6820.5 -56027,6820.4 -56027,6820.2 -56027,6820.1 -56027,6820 -56027,6819.8 -56027,6819.7 -56027,6819.6 -56027,6819.4 -56027,6819.3 -56027,6819.2 -56027,6819 -56027,6818.9 -56026,6822.2 -56026,6822.1 -56026,6822 -56026,6821.9 -56026,6821.7 -56026,6821.6 -56026,6821.5 -56026,6821.4 -56026,6821.2 -56026,6821.1 -56026,6821 -56026,6820.9 -56026,6820.7 -56026,6820.6 -56026,6820.5 -56026,6820.4 -56026,6820.2 -56026,6820.1 -56026,6820 -56026,6819.9 -56026,6819.7 -56026,6819.6 -56026,6819.5 -56026,6819.4 -56026,6819.2 -56026,6819.1 -56026,6819 -56026,6818.8 -56026,6818.7 -56026,6818.6 -56026,6818.5 -56026,6818.3 -56026,6818.2 -56026,6818.1 -56026,6818 -56025,6817.8 -56025,6817.7 -56025,6817.6 -56025,6817.4 -56025,6817.3 -56025,6817.2 -56025,6817.1 -56025,6816.9 -56025,6816.8 -56025,6816.7 -56025,6816.5 -56025,6816.4 -56025,6816.3 -56025,6816.1 -56025,6816 -56025,6815.9 -56025,6815.7 -56025,6815.6 -56025,6815.5 -56025,6815.4 -56025,6815.2 -56025,6815.1 -56025,6815 -56025,6814.8 -56025,6814.7 -56025,6814.6 -56025,6814.4 -56025,6814.3 -56025,6814.2 -56025,6814 -56025,6813.9 -56025,6813.7 -56025,6813.6 -56025,6813.5 -56025,6813.3 -56025,6813.2 -56025,6813.1 -56024,6812.9 -56024,6812.8 -56024,6812.7 -56024,6812.5 -56024,6812.4 -56024,6812.3 -56024,6812.1 -56024,6812 -56024,6811.8 -56024,6811.7 -56024,6811.6 -56024,6811.4 -56024,6811.3 -56024,6811.2 -56024,6811 -56024,6810.9 -56024,6810.8 -56024,6810.6 -56024,6810.5 -56024,6810.3 -56024,6810.2 -56024,6810.1 -56024,6809.9 -56024,6809.8 -56024,6809.6 -56024,6813.4 -56024,6813.3 -56024,6813.2 -56024,6813 -56024,6812.9 -56024,6812.8 -56024,6812.6 -56023,6812.5 -56023,6812.4 -56023,6812.3 -56023,6812.1 -56023,6812 -56023,6811.9 -56023,6811.8 -56023,6811.6 -56023,6811.5 -56023,6811.4 -56023,6811.3 -56023,6811.1 -56023,6811 -56023,6810.9 -56023,6810.7 -56023,6810.6 -56023,6810.5 -56023,6810.3 -56023,6810.2 -56023,6810.1 -56023,6810 -56023,6809.8 -56023,6809.7 -56023,6809.6 -56023,6809.4 -56023,6809.3 -56023,6809.2 -56023,6809.1 -56023,6808.9 -56023,6808.8 -56023,6808.7 -56023,6808.5 -56023,6808.4 -56023,6808.3 -56023,6808.1 -56023,6808 -56023,6807.9 -56022,6807.7 -56022,6807.6 -56022,6807.5 -56022,6807.4 -56022,6807.2 -56022,6807.1 -56022,6807 -56022,6806.8 -56022,6806.7 -56022,6806.6 -56022,6806.4 -56022,6806.3 -56022,6806.2 -56022,6806 -56022,6805.9 -56022,6805.8 -56022,6805.6 -56022,6805.5 -56022,6805.4 -56022,6805.2 -56022,6805.1 -56022,6805 -56022,6804.8 -56022,6804.7 -56022,6804.6 -56022,6804.4 -56022,6804.3 -56022,6804.2 -56022,6804 -56022,6803.9 -56022,6803.8 -56022,6803.6 -56022,6803.5 -56022,6803.3 -56022,6803.2 -56022,6803.1 -56022,6802.9 -56022,6802.8 -56021,6802.7 -56021,6802.5 -56021,6802.4 -56021,6802.2 -56021,6802.1 -56021,6802 -56021,6801.8 -56021,6801.7 -56021,6801.6 -56021,6801.4 -56021,6801.3 -56021,6801.1 -56021,6801 -56021,6800.9 -56021,6800.7 -56021,6800.6 -56021,6800.4 -56021,6800.3 -56021,6800.2 -56021,6804.5 -56021,6804.4 -56021,6804.3 -56021,6804.1 -56021,6804 -56021,6803.9 -56021,6803.8 -56021,6803.6 -56021,6803.5 -56020,6803.4 -56020,6803.3 -56020,6803.1 -56020,6803 -56020,6802.9 -56020,6802.8 -56020,6802.6 -56020,6802.5 -56020,6802.4 -56020,6802.3 -56020,6802.1 -56020,6802 -56020,6801.9 -56020,6801.8 -56020,6801.6 -56020,6801.5 -56020,6801.4 -56020,6801.2 -56020,6801.1 -56020,6801 -56020,6800.9 -56020,6800.7 -56020,6800.6 -56020,6800.5 -56020,6800.3 -56020,6800.2 -56020,6800.1 -56020,6800 -56020,6799.8 -56020,6799.7 -56020,6799.6 -56020,6799.4 -56020,6799.3 -56020,6799.2 -56020,6799.1 -56020,6798.9 -56020,6798.8 -56019,6798.7 -56019,6798.5 -56019,6798.4 -56019,6798.3 -56019,6798.1 -56019,6798 -56019,6797.9 -56019,6797.8 -56019,6797.6 -56019,6797.5 -56019,6797.4 -56019,6797.2 -56019,6797.1 -56019,6797 -56019,6796.8 -56019,6796.7 -56019,6796.6 -56019,6796.4 -56019,6796.3 -56019,6796.2 -56019,6796 -56019,6795.9 -56019,6795.7 -56019,6795.6 -56019,6795.5 -56019,6795.3 -56019,6795.2 -56019,6795.1 -56019,6794.9 -56019,6794.8 -56019,6794.7 -56019,6794.5 -56019,6794.4 -56019,6794.3 -56018,6794.1 -56018,6794 -56018,6793.8 -56018,6793.7 -56018,6793.6 -56018,6793.4 -56018,6793.3 -56018,6793.2 -56018,6793 -56018,6792.9 -56018,6792.7 -56018,6792.6 -56018,6792.5 -56018,6792.3 -56018,6792.2 -56018,6792 -56018,6791.9 -56018,6791.8 -56018,6796.1 -56018,6796 -56018,6795.8 -56018,6795.7 -56018,6795.6 -56018,6795.5 -56018,6795.3 -56018,6795.2 -56018,6795.1 -56018,6795 -56018,6794.8 -56018,6794.7 -56018,6794.6 -56018,6794.5 -56018,6794.3 -56018,6794.2 -56018,6794.1 -56018,6794 -56018,6793.8 -56018,6793.7 -56018,6793.6 -56018,6793.5 -56018,6793.3 -56018,6793.2 -56018,6793.1 -56017,6793 -56017,6792.8 -56017,6792.7 -56017,6792.6 -56017,6792.4 -56017,6792.3 -56017,6792.2 -56017,6792.1 -56017,6791.9 -56017,6791.8 -56017,6791.7 -56017,6791.5 -56017,6791.4 -56017,6791.3 -56017,6791.2 -56017,6791 -56017,6790.9 -56017,6790.8 -56017,6790.6 -56017,6790.5 -56017,6790.4 -56017,6790.2 -56017,6790.1 -56017,6790 -56017,6789.9 -56017,6789.7 -56017,6789.6 -56017,6789.5 -56017,6789.3 -56017,6789.2 -56017,6789.1 -56016,6788.9 -56016,6788.8 -56016,6788.7 -56016,6788.5 -56016,6788.4 -56016,6788.3 -56016,6788.1 -56016,6788 -56016,6787.9 -56016,6787.7 -56016,6787.6 -56016,6787.4 -56016,6787.3 -56016,6787.2 -56016,6787 -56016,6786.9 -56016,6786.8 -56016,6786.6 -56016,6786.5 -56016,6786.4 -56016,6786.2 -56016,6786.1 -56016,6785.9 -56016,6785.8 -56016,6785.7 -56016,6785.5 -56016,6785.4 -56016,6785.3 -56016,6785.1 -56016,6785 -56015,6784.8 -56015,6784.7 -56015,6784.6 -56015,6784.4 -56015,6784.3 -56015,6784.1 -56015,6784 -56015,6783.9 -56015,6783.7 -56015,6783.6 -56015,6783.4 -56015,6783.3 -56015,6783.2 -56015,6783 -56015,6782.9 -56015,6787.7 -56015,6787.5 -56015,6787.4 -56015,6787.3 -56015,6787.2 -56015,6787 -56015,6786.9 -56015,6786.8 -56015,6786.7 -56015,6786.6 -56015,6786.4 -56015,6786.3 -56015,6786.2 -56015,6786.1 -56015,6785.9 -56015,6785.8 -56015,6785.7 -56015,6785.6 -56015,6785.4 -56015,6785.3 -56015,6785.2 -56015,6785 -56015,6784.9 -56015,6784.8 -56015,6784.7 -56015,6784.5 -56015,6784.4 -56015,6784.3 -56015,6784.2 -56014,6784 -56014,6783.9 -56014,6783.8 -56014,6783.6 -56014,6783.5 -56014,6783.4 -56014,6783.3 -56014,6783.1 -56014,6783 -56014,6782.9 -56014,6782.7 -56014,6782.6 -56014,6782.5 -56014,6782.3 -56014,6782.2 -56014,6782.1 -56014,6782 -56014,6781.8 -56014,6781.7 -56014,6781.6 -56014,6781.4 -56014,6781.3 -56014,6781.2 -56014,6781 -56014,6780.9 -56014,6780.8 -56014,6780.6 -56014,6780.5 -56014,6780.4 -56014,6780.2 -56014,6780.1 -56014,6780 -56013,6779.8 -56013,6779.7 -56013,6779.6 -56013,6779.4 -56013,6779.3 -56013,6779.2 -56013,6779 -56013,6778.9 -56013,6778.8 -56013,6778.6 -56013,6778.5 -56013,6778.4 -56013,6778.2 -56013,6778.1 -56013,6777.9 -56013,6777.8 -56013,6777.7 -56013,6777.5 -56013,6777.4 -56013,6777.3 -56013,6777.1 -56013,6777 -56013,6776.9 -56013,6776.7 -56013,6776.6 -56013,6776.4 -56013,6776.3 -56013,6776.2 -56013,6776 -56013,6775.9 -56013,6775.7 -56013,6775.6 -56012,6775.5 -56012,6775.3 -56012,6775.2 -56012,6775 -56012,6774.9 -56013,6779.8 -56013,6779.6 -56013,6779.5 -56013,6779.4 -56013,6779.3 -56013,6779.2 -56013,6779 -56013,6778.9 -56013,6778.8 -56013,6778.7 -56012,6778.5 -56012,6778.4 -56012,6778.3 -56012,6778.2 -56012,6778.1 -56012,6777.9 -56012,6777.8 -56012,6777.7 -56012,6777.6 -56012,6777.4 -56012,6777.3 -56012,6777.2 -56012,6777.1 -56012,6777 -56012,6776.8 -56012,6776.7 -56012,6776.6 -56012,6776.5 -56012,6776.3 -56012,6776.2 -56012,6776.1 -56012,6776 -56012,6775.8 -56012,6775.7 -56012,6775.6 -56012,6775.5 -56012,6775.3 -56012,6775.2 -56012,6775.1 -56012,6775 -56012,6774.8 -56011,6774.7 -56011,6774.6 -56011,6774.5 -56011,6774.3 -56011,6774.2 -56011,6774.1 -56011,6774 -56011,6773.8 -56011,6773.7 -56011,6773.6 -56011,6773.5 -56011,6773.3 -56011,6773.2 -56011,6773.1 -56011,6773 -56011,6772.8 -56011,6772.7 -56011,6772.6 -56011,6772.4 -56011,6772.3 -56011,6772.2 -56011,6772.1 -56011,6771.9 -56011,6771.8 -56011,6771.7 -56011,6771.6 -56011,6771.4 -56011,6771.3 -56011,6771.2 -56011,6771 -56011,6770.9 -56011,6770.8 -56010,6770.7 -56010,6770.5 -56010,6770.4 -56010,6770.3 -56010,6770.1 -56010,6770 -56010,6769.9 -56010,6769.8 -56010,6769.6 -56010,6769.5 -56010,6769.4 -56010,6769.2 -56010,6769.1 -56010,6769 -56010,6768.9 -56010,6768.7 -56010,6768.6 -56010,6768.5 -56010,6768.3 -56010,6768.2 -56010,6768.1 -56010,6768 -56010,6767.8 -56010,6767.7 -56010,6767.6 -56010,6767.4 -56011,6771.1 -56011,6771 -56011,6770.9 -56011,6770.8 -56010,6770.7 -56010,6770.6 -56010,6770.4 -56010,6770.3 -56010,6770.2 -56010,6770.1 -56010,6770 -56010,6769.9 -56010,6769.7 -56010,6769.6 -56010,6769.5 -56010,6769.4 -56010,6769.3 -56010,6769.2 -56010,6769 -56010,6768.9 -56010,6768.8 -56010,6768.7 -56010,6768.6 -56010,6768.5 -56010,6768.3 -56010,6768.2 -56010,6768.1 -56010,6768 -56010,6767.9 -56010,6767.7 -56010,6767.6 -56010,6767.5 -56010,6767.4 -56010,6767.3 -56010,6767.2 -56009,6767 -56009,6766.9 -56009,6766.8 -56009,6766.7 -56009,6766.6 -56009,6766.4 -56009,6766.3 -56009,6766.2 -56009,6766.1 -56009,6766 -56009,6765.8 -56009,6765.7 -56009,6765.6 -56009,6765.5 -56009,6765.3 -56009,6765.2 -56009,6765.1 -56009,6765 -56009,6764.9 -56009,6764.7 -56009,6764.6 -56009,6764.5 -56009,6764.4 -56009,6764.2 -56009,6764.1 -56009,6764 -56009,6763.9 -56009,6763.8 -56009,6763.6 -56008,6763.5 -56008,6763.4 -56008,6763.3 -56008,6763.1 -56008,6763 -56008,6762.9 -56008,6762.8 -56008,6762.6 -56008,6762.5 -56008,6762.4 -56008,6762.3 -56008,6762.1 -56008,6762 -56008,6761.9 -56008,6761.8 -56008,6761.6 -56008,6761.5 -56008,6761.4 -56008,6761.3 -56008,6761.1 -56008,6761 -56008,6760.9 -56008,6760.7 -56008,6760.6 -56008,6760.5 -56008,6760.4 -56008,6760.2 -56007,6760.1 -56007,6760 -56007,6759.8 -56007,6759.7 -56007,6759.6 -56007,6759.5 -56007,6759.3 -56007,6759.2 -56009,6762.9 -56009,6762.8 -56009,6762.7 -56009,6762.5 -56009,6762.4 -56009,6762.3 -56009,6762.2 -56009,6762.1 -56009,6761.9 -56009,6761.8 -56008,6761.7 -56008,6761.6 -56008,6761.5 -56008,6761.3 -56008,6761.2 -56008,6761.1 -56008,6761 -56008,6760.9 -56008,6760.7 -56008,6760.6 -56008,6760.5 -56008,6760.4 -56008,6760.3 -56008,6760.1 -56008,6760 -56008,6759.9 -56008,6759.8 -56008,6759.6 -56008,6759.5 -56008,6759.4 -56008,6759.3 -56008,6759.1 -56008,6759 -56008,6758.9 -56008,6758.8 -56008,6758.6 -56008,6758.5 -56008,6758.4 -56008,6758.3 -56008,6758.1 -56008,6758 -56007,6757.9 -56007,6757.8 -56007,6757.6 -56007,6757.5 -56007,6757.4 -56007,6757.2 -56007,6757.1 -56007,6757 -56007,6756.9 -56007,6756.7 -56007,6756.6 -56007,6756.5 -56007,6756.3 -56007,6756.2 -56007,6756.1 -56007,6756 -56007,6755.8 -56007,6755.7 -56007,6755.6 -56007,6755.4 -56007,6755.3 -56007,6755.2 -56007,6755 -56007,6754.9 -56007,6754.8 -56007,6754.6 -56007,6754.5 -56007,6754.4 -56007,6754.2 -56007,6754.1 -56007,6754 -56007,6753.8 -56007,6753.7 -56006,6753.6 -56006,6753.4 -56006,6753.3 -56006,6753.2 -56006,6753 -56006,6752.9 -56006,6752.8 -56006,6752.6 -56006,6752.5 -56006,6752.4 -56006,6752.2 -56006,6752.1 -56006,6751.9 -56006,6751.8 -56006,6751.7 -56006,6751.5 -56006,6751.4 -56006,6751.3 -56006,6751.1 -56006,6751 -56006,6750.8 -56006,6750.7 -56006,6750.6 -56006,6750.4 -56006,6750.3 -56006,6750.1 -56007,6754.8 -56007,6754.6 -56007,6754.5 -56007,6754.4 -56007,6754.3 -56007,6754.1 -56007,6754 -56007,6753.9 -56007,6753.8 -56007,6753.6 -56007,6753.5 -56007,6753.4 -56007,6753.3 -56007,6753.1 -56007,6753 -56007,6752.9 -56007,6752.8 -56007,6752.6 -56007,6752.5 -56007,6752.4 -56007,6752.3 -56007,6752.1 -56007,6752 -56007,6751.9 -56007,6751.8 -56007,6751.6 -56007,6751.5 -56007,6751.4 -56007,6751.3 -56007,6751.1 -56007,6751 -56007,6750.9 -56007,6750.7 -56007,6750.6 -56007,6750.5 -56007,6750.4 -56007,6750.2 -56007,6750.1 -56007,6750 -56007,6749.8 -56007,6749.7 -56007,6749.6 -56007,6749.4 -56007,6749.3 -56007,6749.2 -56007,6749 -56007,6748.9 -56007,6748.8 -56007,6748.7 -56007,6748.5 -56007,6748.4 -56007,6748.3 -56007,6748.1 -56007,6748 -56007,6747.9 -56007,6747.7 -56007,6747.6 -56007,6747.5 -56006,6747.3 -56006,6747.2 -56006,6747.1 -56006,6746.9 -56006,6746.8 -56006,6746.7 -56006,6746.5 -56006,6746.4 -56006,6746.2 -56006,6746.1 -56006,6746 -56006,6745.8 -56006,6745.7 -56006,6745.6 -56006,6745.4 -56006,6745.3 -56006,6745.2 -56006,6745 -56006,6744.9 -56006,6744.7 -56006,6744.6 -56006,6744.5 -56006,6744.3 -56006,6744.2 -56006,6744 -56006,6743.9 -56006,6743.8 -56006,6743.6 -56006,6743.5 -56006,6743.3 -56006,6743.2 -56006,6743.1 -56006,6742.9 -56006,6742.8 -56006,6742.6 -56006,6742.5 -56006,6742.3 -56006,6742.2 -56006,6742.1 -56006,6741.9 -56006,6741.8 -56006,6741.6 -56007,6747.1 -56007,6747 -56007,6746.9 -56007,6746.7 -56007,6746.6 -56007,6746.5 -56007,6746.4 -56007,6746.2 -56007,6746.1 -56007,6746 -56007,6745.9 -56007,6745.7 -56007,6745.6 -56007,6745.5 -56007,6745.4 -56007,6745.2 -56007,6745.1 -56007,6745 -56007,6744.8 -56007,6744.7 -56007,6744.6 -56007,6744.5 -56007,6744.3 -56007,6744.2 -56007,6744.1 -56007,6743.9 -56007,6743.8 -56007,6743.7 -56007,6743.5 -56007,6743.4 -56007,6743.3 -56007,6743.1 -56007,6743 -56007,6742.9 -56007,6742.7 -56007,6742.6 -56007,6742.5 -56007,6742.3 -56007,6742.2 -56007,6742.1 -56007,6741.9 -56007,6741.8 -56007,6741.7 -56007,6741.5 -56007,6741.4 -56007,6741.2 -56007,6741.1 -56007,6741 -56007,6740.8 -56007,6740.7 -56007,6740.6 -56007,6740.4 -56007,6740.3 -56007,6740.1 -56007,6740 -56007,6739.9 -56007,6739.7 -56007,6739.6 -56007,6739.4 -56007,6739.3 -56007,6739.1 -56007,6739 -56007,6738.9 -56007,6738.7 -56007,6738.6 -56007,6738.4 -56007,6738.3 -56007,6738.1 -56007,6738 -56007,6737.8 -56007,6737.7 -56007,6737.5 -56007,6737.4 -56007,6737.3 -56007,6737.1 -56007,6737 -56007,6736.8 -56007,6736.7 -56007,6736.5 -56007,6736.4 -56007,6736.2 -56007,6736.1 -56007,6735.9 -56007,6735.8 -56007,6735.6 -56007,6735.5 -56007,6735.3 -56007,6735.2 -56007,6735 -56007,6734.8 -56007,6734.7 -56007,6734.5 -56007,6734.4 -56007,6734.2 -56007,6734.1 -56007,6733.9 -56007,6733.8 -56007,6733.6 -56007,6733.5 -56004,6741.6 -56004,6741.4 -56004,6741.3 -56004,6741.2 -56004,6741.1 -56004,6740.9 -56004,6740.8 -56004,6740.7 -56004,6740.5 -56004,6740.4 -56004,6740.3 -56004,6740.2 -56004,6740 -56004,6739.9 -56004,6739.8 -56004,6739.6 -56004,6739.5 -56004,6739.4 -56004,6739.2 -56004,6739.1 -56004,6739 -56004,6738.8 -56004,6738.7 -56004,6738.5 -56004,6738.4 -56004,6738.3 -56004,6738.1 -56005,6738 -56005,6737.9 -56005,6737.7 -56005,6737.6 -56005,6737.4 -56005,6737.3 -56005,6737.2 -56005,6737 -56005,6736.9 -56005,6736.7 -56005,6736.6 -56005,6736.4 -56005,6736.3 -56005,6736.2 -56005,6736 -56005,6735.9 -56005,6735.7 -56005,6735.6 -56005,6735.4 -56005,6735.3 -56005,6735.1 -56005,6735 -56005,6734.8 -56005,6734.7 -56005,6734.6 -56005,6734.4 -56005,6734.3 -56005,6734.1 -56005,6734 -56005,6733.8 -56005,6733.6 -56005,6733.5 -56005,6733.3 -56005,6733.2 -56005,6733 -56005,6732.9 -56005,6732.7 -56005,6732.6 -56005,6732.4 -56005,6732.3 -56005,6732.1 -56005,6731.9 -56005,6731.8 -56005,6731.6 -56005,6731.5 -56005,6731.3 -56005,6731.2 -56005,6731 -56005,6730.8 -56005,6730.7 -56005,6730.5 -56005,6730.4 -56005,6730.2 -56005,6730 -56005,6729.9 -56005,6729.7 -56005,6729.5 -56005,6729.4 -56005,6729.2 -56005,6729 -56005,6728.9 -56005,6728.7 -56005,6728.5 -56005,6728.4 -56005,6728.2 -56005,6728 -56005,6727.9 -56005,6727.7 -56005,6727.5 -56005,6727.3 -56005,6727.2 -56005,6727 -56001,6736.5 -56001,6736.4 -56001,6736.2 -56001,6736.1 -56001,6736 -56000,6735.8 -56000,6735.7 -56000,6735.5 -56000,6735.4 -56000,6735.2 -56000,6735.1 -56000,6735 -56000,6734.8 -56000,6734.7 -56000,6734.5 -56000,6734.4 -56000,6734.2 -56000,6734.1 -56000,6733.9 -56000,6733.8 -56000,6733.6 -56000,6733.5 -56000,6733.3 -56000,6733.2 -56000,6733 -56000,6732.8 -56000,6732.7 -56000,6732.5 -56000,6732.4 -56000,6732.2 -56000,6732.1 -56000,6731.9 -56000,6731.8 -56000,6731.6 -56000,6731.4 -56000,6731.3 -56000,6731.1 -56000,6731 -56000,6730.8 -56000,6730.7 -56000,6730.5 -56000,6730.3 -56000,6730.2 -56000,6730 -56000,6729.8 -56000,6729.7 -56000,6729.5 -56000,6729.4 -56000,6729.2 -56000,6729 -56000,6728.9 -56000,6728.7 -56000,6728.5 -56000,6728.4 -56000,6728.2 -56000,6728 -56000,6727.9 -56000,6727.7 -56000,6727.5 -56000,6727.4 -56000,6727.2 -56000,6727 -56000,6726.8 -56000,6726.7 -56000,6726.5 -56000,6726.3 -56000,6726.1 -56000,6726 -56000,6725.8 -56000,6725.6 -56000,6725.4 -56000,6725.3 -56000,6725.1 -56000,6724.9 -56000,6724.7 -56000,6724.5 -56000,6724.3 -56000,6724.2 -56000,6724 -56000,6723.8 -56000,6723.6 -56000,6723.4 -56000,6723.3 -56000,6723.1 -56000,6722.9 -56000,6722.7 -56000,6722.5 -56000,6722.4 -56000,6722.2 -56000,6722 -56000,6721.8 -56000,6721.6 -56000,6721.4 -56000,6721.3 -56000,6721.1 -56000,6720.9 -56000,6720.7 -56000,6720.5 -56000,6720.3 -55995,6732.1 -55995,6732 -55995,6731.8 -55995,6731.7 -55995,6731.5 -55995,6731.4 -55995,6731.2 -55995,6731.1 -55995,6730.9 -55995,6730.8 -55995,6730.6 -55995,6730.5 -55995,6730.3 -55995,6730.2 -55994,6730 -55994,6729.9 -55994,6729.7 -55994,6729.6 -55994,6729.4 -55994,6729.3 -55994,6729.1 -55994,6729 -55994,6728.8 -55994,6728.7 -55994,6728.5 -55994,6728.4 -55994,6728.2 -55994,6728 -55994,6727.9 -55994,6727.7 -55994,6727.6 -55994,6727.4 -55994,6727.3 -55994,6727.1 -55994,6726.9 -55994,6726.8 -55994,6726.6 -55994,6726.4 -55994,6726.3 -55994,6726.1 -55994,6726 -55994,6725.8 -55994,6725.6 -55994,6725.5 -55993,6725.3 -55993,6725.1 -55993,6725 -55993,6724.8 -55993,6724.6 -55993,6724.5 -55993,6724.3 -55993,6724.1 -55993,6724 -55993,6723.8 -55993,6723.6 -55993,6723.5 -55993,6723.3 -55993,6723.1 -55993,6723 -55993,6722.8 -55993,6722.6 -55993,6722.4 -55993,6722.3 -55993,6722.1 -55993,6721.9 -55993,6721.8 -55993,6721.6 -55993,6721.4 -55993,6721.2 -55993,6721.1 -55993,6720.9 -55993,6720.7 -55992,6720.6 -55992,6720.4 -55992,6720.2 -55992,6720 -55992,6719.9 -55992,6719.7 -55992,6719.5 -55992,6719.3 -55992,6719.1 -55992,6719 -55992,6718.8 -55992,6718.6 -55992,6718.4 -55992,6718.2 -55992,6718.1 -55992,6717.9 -55992,6717.7 -55992,6717.5 -55992,6717.3 -55992,6717.2 -55992,6717 -55992,6716.8 -55992,6716.6 -55992,6716.4 -55991,6716.2 -55991,6716.1 -55991,6715.9 -55991,6715.7 -55987,6730.4 -55987,6730.2 -55987,6730.1 -55987,6730 -55987,6729.8 -55987,6729.7 -55987,6729.6 -55987,6729.4 -55987,6729.3 -55987,6729.1 -55986,6729 -55986,6728.9 -55986,6728.7 -55986,6728.6 -55986,6728.4 -55986,6728.3 -55986,6728.2 -55986,6728 -55986,6727.9 -55986,6727.7 -55986,6727.6 -55986,6727.4 -55986,6727.3 -55986,6727.2 -55986,6727 -55986,6726.9 -55985,6726.7 -55985,6726.6 -55985,6726.5 -55985,6726.3 -55985,6726.2 -55985,6726 -55985,6725.9 -55985,6725.8 -55985,6725.6 -55985,6725.5 -55985,6725.3 -55985,6725.2 -55985,6725 -55985,6724.9 -55985,6724.8 -55984,6724.6 -55984,6724.5 -55984,6724.3 -55984,6724.2 -55984,6724 -55984,6723.9 -55984,6723.7 -55984,6723.6 -55984,6723.4 -55984,6723.3 -55984,6723.1 -55984,6723 -55984,6722.8 -55984,6722.7 -55983,6722.5 -55983,6722.4 -55983,6722.3 -55983,6722.1 -55983,6722 -55983,6721.8 -55983,6721.7 -55983,6721.5 -55983,6721.4 -55983,6721.2 -55983,6721.1 -55983,6720.9 -55983,6720.8 -55982,6720.6 -55982,6720.4 -55982,6720.3 -55982,6720.1 -55982,6720 -55982,6719.8 -55982,6719.7 -55982,6719.5 -55982,6719.4 -55982,6719.2 -55982,6719.1 -55982,6718.9 -55982,6718.7 -55982,6718.6 -55981,6718.4 -55981,6718.3 -55981,6718.1 -55981,6718 -55981,6717.8 -55981,6717.6 -55981,6717.5 -55981,6717.3 -55981,6717.2 -55981,6717 -55981,6716.8 -55981,6716.7 -55980,6716.5 -55980,6716.4 -55980,6716.2 -55980,6716 -55978,6731.4 -55978,6731.3 -55978,6731.1 -55978,6731 -55978,6730.9 -55978,6730.8 -55978,6730.7 -55978,6730.6 -55977,6730.5 -55977,6730.3 -55977,6730.2 -55977,6730.1 -55977,6730 -55977,6729.9 -55977,6729.8 -55977,6729.7 -55977,6729.5 -55977,6729.4 -55977,6729.3 -55976,6729.2 -55976,6729.1 -55976,6729 -55976,6728.9 -55976,6728.7 -55976,6728.6 -55976,6728.5 -55976,6728.4 -55976,6728.3 -55976,6728.2 -55975,6728.1 -55975,6728 -55975,6727.8 -55975,6727.7 -55975,6727.6 -55975,6727.5 -55975,6727.4 -55975,6727.3 -55975,6727.2 -55975,6727 -55974,6726.9 -55974,6726.8 -55974,6726.7 -55974,6726.6 -55974,6726.5 -55974,6726.4 -55974,6726.3 -55974,6726.1 -55974,6726 -55974,6725.9 -55973,6725.8 -55973,6725.7 -55973,6725.6 -55973,6725.4 -55973,6725.3 -55973,6725.2 -55973,6725.1 -55973,6725 -55973,6724.8 -55972,6724.7 -55972,6724.6 -55972,6724.5 -55972,6724.4 -55972,6724.2 -55972,6724.1 -55972,6724 -55972,6723.9 -55972,6723.8 -55971,6723.6 -55971,6723.5 -55971,6723.4 -55971,6723.3 -55971,6723.2 -55971,6723 -55971,6722.9 -55971,6722.8 -55971,6722.7 -55970,6722.5 -55970,6722.4 -55970,6722.3 -55970,6722.2 -55970,6722.1 -55970,6721.9 -55970,6721.8 -55970,6721.7 -55970,6721.6 -55969,6721.4 -55969,6721.3 -55969,6721.2 -55969,6721 -55969,6720.9 -55969,6720.8 -55969,6720.7 -55969,6720.5 -55969,6720.4 -55968,6720.3 -55968,6720.2 -55968,6720 -55968,6719.9 -55968,6719.8 -55968,6734.8 -55968,6734.7 -55968,6734.6 -55968,6734.5 -55968,6734.5 -55968,6734.4 -55967,6734.3 -55967,6734.2 -55967,6734.2 -55967,6734.1 -55967,6734 -55967,6733.9 -55967,6733.8 -55967,6733.8 -55966,6733.7 -55966,6733.6 -55966,6733.5 -55966,6733.5 -55966,6733.4 -55966,6733.3 -55966,6733.2 -55966,6733.1 -55965,6733.1 -55965,6733 -55965,6732.9 -55965,6732.8 -55965,6732.7 -55965,6732.7 -55965,6732.6 -55965,6732.5 -55964,6732.4 -55964,6732.4 -55964,6732.3 -55964,6732.2 -55964,6732.1 -55964,6732.1 -55964,6732 -55964,6731.9 -55963,6731.8 -55963,6731.8 -55963,6731.7 -55963,6731.6 -55963,6731.5 -55963,6731.5 -55963,6731.4 -55962,6731.3 -55962,6731.2 -55962,6731.2 -55962,6731.1 -55962,6731 -55962,6730.9 -55962,6730.9 -55962,6730.8 -55961,6730.7 -55961,6730.6 -55961,6730.6 -55961,6730.5 -55961,6730.4 -55961,6730.3 -55961,6730.3 -55960,6730.2 -55960,6730.1 -55960,6730 -55960,6730 -55960,6729.9 -55960,6729.8 -55960,6729.7 -55959,6729.6 -55959,6729.6 -55959,6729.5 -55959,6729.4 -55959,6729.3 -55959,6729.2 -55959,6729.2 -55958,6729.1 -55958,6729 -55958,6728.9 -55958,6728.9 -55958,6728.8 -55958,6728.7 -55958,6728.6 -55958,6728.5 -55957,6728.5 -55957,6728.4 -55957,6728.3 -55957,6728.2 -55957,6728.1 -55957,6728 -55957,6728 -55956,6727.9 -55956,6727.8 -55956,6727.7 -55956,6727.6 -55956,6727.5 -55956,6727.5 -55955,6727.4 -55955,6727.3 -55955,6727.2 -55955,6727.1 -55955,6727.1 -55957,6740 -55957,6740 -55957,6739.9 -55957,6739.9 -55957,6739.9 -55957,6739.8 -55957,6739.8 -55956,6739.8 -55956,6739.8 -55956,6739.7 -55956,6739.7 -55956,6739.7 -55956,6739.6 -55956,6739.6 -55955,6739.6 -55955,6739.5 -55955,6739.5 -55955,6739.5 -55955,6739.5 -55955,6739.4 -55955,6739.4 -55954,6739.4 -55954,6739.3 -55954,6739.3 -55954,6739.3 -55954,6739.2 -55954,6739.2 -55954,6739.2 -55953,6739.1 -55953,6739.1 -55953,6739.1 -55953,6739 -55953,6739 -55953,6739 -55953,6739 -55952,6738.9 -55952,6738.9 -55952,6738.9 -55952,6738.8 -55952,6738.8 -55952,6738.8 -55952,6738.8 -55951,6738.7 -55951,6738.7 -55951,6738.7 -55951,6738.6 -55951,6738.6 -55951,6738.6 -55950,6738.6 -55950,6738.5 -55950,6738.5 -55950,6738.5 -55950,6738.5 -55950,6738.4 -55950,6738.4 -55949,6738.4 -55949,6738.4 -55949,6738.3 -55949,6738.3 -55949,6738.3 -55949,6738.3 -55948,6738.2 -55948,6738.2 -55948,6738.2 -55948,6738.2 -55948,6738.1 -55948,6738.1 -55948,6738.1 -55947,6738.1 -55947,6738 -55947,6738 -55947,6738 -55947,6738 -55947,6737.9 -55946,6737.9 -55946,6737.9 -55946,6737.8 -55946,6737.8 -55946,6737.8 -55946,6737.8 -55945,6737.7 -55945,6737.7 -55945,6737.7 -55945,6737.7 -55945,6737.6 -55945,6737.6 -55945,6737.6 -55944,6737.5 -55944,6737.5 -55944,6737.5 -55944,6737.4 -55944,6737.4 -55944,6737.4 -55943,6737.4 -55943,6737.3 -55943,6737.3 -55943,6737.3 -55943,6737.2 -55943,6737.2 -55942,6737.2 -55948,6747.7 -55948,6747.7 -55947,6747.7 -55947,6747.7 -55947,6747.7 -55947,6747.8 -55947,6747.8 -55947,6747.8 -55947,6747.8 -55946,6747.8 -55946,6747.8 -55946,6747.9 -55946,6747.9 -55946,6747.9 -55946,6747.9 -55946,6747.9 -55945,6748 -55945,6748 -55945,6748 -55945,6748 -55945,6748 -55945,6748.1 -55945,6748.1 -55944,6748.1 -55944,6748.1 -55944,6748.1 -55944,6748.1 -55944,6748.2 -55944,6748.2 -55944,6748.2 -55943,6748.2 -55943,6748.2 -55943,6748.2 -55943,6748.3 -55943,6748.3 -55943,6748.3 -55942,6748.3 -55942,6748.3 -55942,6748.4 -55942,6748.4 -55942,6748.4 -55942,6748.4 -55942,6748.5 -55941,6748.5 -55941,6748.5 -55941,6748.5 -55941,6748.5 -55941,6748.6 -55941,6748.6 -55941,6748.6 -55940,6748.6 -55940,6748.7 -55940,6748.7 -55940,6748.7 -55940,6748.7 -55940,6748.8 -55939,6748.8 -55939,6748.8 -55939,6748.9 -55939,6748.9 -55939,6748.9 -55939,6748.9 -55938,6749 -55938,6749 -55938,6749 -55938,6749.1 -55938,6749.1 -55938,6749.1 -55938,6749.1 -55937,6749.2 -55937,6749.2 -55937,6749.2 -55937,6749.2 -55937,6749.3 -55937,6749.3 -55936,6749.3 -55936,6749.3 -55936,6749.4 -55936,6749.4 -55936,6749.4 -55936,6749.4 -55935,6749.5 -55935,6749.5 -55935,6749.5 -55935,6749.5 -55935,6749.6 -55935,6749.6 -55934,6749.6 -55934,6749.6 -55934,6749.7 -55934,6749.7 -55934,6749.7 -55934,6749.7 -55934,6749.8 -55933,6749.8 -55933,6749.8 -55933,6749.8 -55933,6749.9 -55933,6749.9 -55940,6755.9 -55940,6756 -55940,6756 -55940,6756.1 -55939,6756.1 -55939,6756.2 -55939,6756.3 -55939,6756.3 -55939,6756.4 -55939,6756.4 -55939,6756.5 -55939,6756.5 -55938,6756.6 -55938,6756.7 -55938,6756.7 -55938,6756.8 -55938,6756.8 -55938,6756.9 -55938,6757 -55937,6757 -55937,6757.1 -55937,6757.1 -55937,6757.2 -55937,6757.2 -55937,6757.3 -55937,6757.4 -55937,6757.4 -55936,6757.5 -55936,6757.5 -55936,6757.6 -55936,6757.7 -55936,6757.7 -55936,6757.8 -55936,6757.9 -55935,6757.9 -55935,6758 -55935,6758 -55935,6758.1 -55935,6758.2 -55935,6758.2 -55935,6758.3 -55934,6758.4 -55934,6758.4 -55934,6758.5 -55934,6758.6 -55934,6758.6 -55934,6758.7 -55934,6758.7 -55933,6758.8 -55933,6758.9 -55933,6758.9 -55933,6759 -55933,6759.1 -55933,6759.1 -55933,6759.2 -55933,6759.3 -55932,6759.3 -55932,6759.4 -55932,6759.5 -55932,6759.6 -55932,6759.6 -55932,6759.7 -55932,6759.8 -55931,6759.8 -55931,6759.9 -55931,6760 -55931,6760 -55931,6760.1 -55931,6760.2 -55931,6760.2 -55930,6760.3 -55930,6760.4 -55930,6760.5 -55930,6760.5 -55930,6760.6 -55930,6760.7 -55930,6760.7 -55929,6760.8 -55929,6760.9 -55929,6761 -55929,6761 -55929,6761.1 -55929,6761.2 -55929,6761.2 -55928,6761.3 -55928,6761.4 -55928,6761.5 -55928,6761.5 -55928,6761.6 -55928,6761.7 -55928,6761.7 -55927,6761.8 -55927,6761.9 -55927,6762 -55927,6762 -55927,6762.1 -55927,6762.2 -55927,6762.3 -55934,6763.7 -55934,6763.8 -55934,6763.8 -55934,6763.9 -55934,6764 -55933,6764.1 -55933,6764.2 -55933,6764.2 -55933,6764.3 -55933,6764.4 -55933,6764.5 -55933,6764.6 -55933,6764.6 -55932,6764.7 -55932,6764.8 -55932,6764.9 -55932,6765 -55932,6765.1 -55932,6765.1 -55932,6765.2 -55932,6765.3 -55932,6765.4 -55931,6765.5 -55931,6765.5 -55931,6765.6 -55931,6765.7 -55931,6765.8 -55931,6765.9 -55931,6766 -55931,6766 -55931,6766.1 -55930,6766.2 -55930,6766.3 -55930,6766.4 -55930,6766.5 -55930,6766.5 -55930,6766.6 -55930,6766.7 -55930,6766.8 -55930,6766.9 -55929,6767 -55929,6767 -55929,6767.1 -55929,6767.2 -55929,6767.3 -55929,6767.4 -55929,6767.5 -55929,6767.5 -55928,6767.6 -55928,6767.7 -55928,6767.8 -55928,6767.9 -55928,6768 -55928,6768.1 -55928,6768.1 -55928,6768.2 -55928,6768.3 -55927,6768.4 -55927,6768.5 -55927,6768.6 -55927,6768.7 -55927,6768.8 -55927,6768.8 -55927,6768.9 -55927,6769 -55927,6769.1 -55926,6769.2 -55926,6769.3 -55926,6769.4 -55926,6769.5 -55926,6769.5 -55926,6769.6 -55926,6769.7 -55926,6769.8 -55925,6769.9 -55925,6770 -55925,6770.1 -55925,6770.2 -55925,6770.3 -55925,6770.4 -55925,6770.4 -55925,6770.5 -55925,6770.6 -55924,6770.7 -55924,6770.8 -55924,6770.9 -55924,6771 -55924,6771.1 -55924,6771.2 -55924,6771.3 -55924,6771.4 -55923,6771.5 -55923,6771.5 -55923,6771.6 -55923,6771.7 -55923,6771.8 -55923,6771.9 -55923,6772 -55923,6772.1 -55922,6772.2 -55922,6772.3 -55928,6770.1 -55928,6770.2 -55928,6770.3 -55928,6770.4 -55928,6770.5 -55928,6770.6 -55928,6770.7 -55928,6770.7 -55928,6770.8 -55927,6770.9 -55927,6771 -55927,6771.1 -55927,6771.2 -55927,6771.3 -55927,6771.3 -55927,6771.4 -55927,6771.5 -55927,6771.6 -55927,6771.7 -55926,6771.8 -55926,6771.9 -55926,6772 -55926,6772 -55926,6772.1 -55926,6772.2 -55926,6772.3 -55926,6772.4 -55926,6772.5 -55926,6772.6 -55926,6772.7 -55925,6772.7 -55925,6772.8 -55925,6772.9 -55925,6773 -55925,6773.1 -55925,6773.2 -55925,6773.3 -55925,6773.4 -55925,6773.5 -55925,6773.5 -55924,6773.6 -55924,6773.7 -55924,6773.8 -55924,6773.9 -55924,6774 -55924,6774.1 -55924,6774.2 -55924,6774.3 -55924,6774.4 -55924,6774.5 -55924,6774.5 -55923,6774.6 -55923,6774.7 -55923,6774.8 -55923,6774.9 -55923,6775 -55923,6775.1 -55923,6775.2 -55923,6775.3 -55923,6775.4 -55923,6775.5 -55923,6775.6 -55922,6775.6 -55922,6775.7 -55922,6775.8 -55922,6775.9 -55922,6776 -55922,6776.1 -55922,6776.2 -55922,6776.3 -55922,6776.4 -55922,6776.5 -55921,6776.6 -55921,6776.7 -55921,6776.8 -55921,6776.9 -55921,6777 -55921,6777.1 -55921,6777.2 -55921,6777.2 -55921,6777.3 -55921,6777.4 -55921,6777.5 -55920,6777.6 -55920,6777.7 -55920,6777.8 -55920,6777.9 -55920,6778 -55920,6778.1 -55920,6778.2 -55920,6778.3 -55920,6778.4 -55920,6778.5 -55920,6778.6 -55919,6778.7 -55919,6778.8 -55919,6778.9 -55919,6779 -55919,6779.1 -55923,6774.4 -55923,6774.5 -55923,6774.6 -55923,6774.6 -55923,6774.7 -55923,6774.8 -55923,6774.9 -55923,6775 -55923,6775 -55923,6775.1 -55923,6775.2 -55923,6775.3 -55923,6775.4 -55922,6775.4 -55922,6775.5 -55922,6775.6 -55922,6775.7 -55922,6775.8 -55922,6775.8 -55922,6775.9 -55922,6776 -55922,6776.1 -55922,6776.2 -55922,6776.2 -55922,6776.3 -55922,6776.4 -55921,6776.5 -55921,6776.6 -55921,6776.6 -55921,6776.7 -55921,6776.8 -55921,6776.9 -55921,6777 -55921,6777 -55921,6777.1 -55921,6777.2 -55921,6777.3 -55921,6777.3 -55921,6777.4 -55920,6777.5 -55920,6777.6 -55920,6777.7 -55920,6777.7 -55920,6777.8 -55920,6777.9 -55920,6778 -55920,6778.1 -55920,6778.1 -55920,6778.2 -55920,6778.3 -55920,6778.4 -55920,6778.5 -55919,6778.5 -55919,6778.6 -55919,6778.7 -55919,6778.8 -55919,6778.9 -55919,6778.9 -55919,6779 -55919,6779.1 -55919,6779.2 -55919,6779.3 -55919,6779.3 -55919,6779.4 -55919,6779.5 -55919,6779.6 -55918,6779.7 -55918,6779.7 -55918,6779.8 -55918,6779.9 -55918,6780 -55918,6780.1 -55918,6780.2 -55918,6780.2 -55918,6780.3 -55918,6780.4 -55918,6780.5 -55918,6780.6 -55918,6780.7 -55918,6780.7 -55917,6780.8 -55917,6780.9 -55917,6781 -55917,6781.1 -55917,6781.2 -55917,6781.2 -55917,6781.3 -55917,6781.4 -55917,6781.5 -55917,6781.6 -55917,6781.7 -55917,6781.8 -55917,6781.8 -55917,6781.9 -55916,6782 -55916,6782.1 -55916,6782.2 -55916,6782.3 -55916,6782.3 -55916,6782.4 -55916,6782.5 -55916,6782.6 -55916,6782.7 -55918,6777.4 -55918,6777.5 -55918,6777.5 -55918,6777.6 -55918,6777.7 -55918,6777.7 -55918,6777.8 -55918,6777.8 -55918,6777.9 -55918,6778 -55918,6778 -55918,6778.1 -55918,6778.2 -55917,6778.2 -55917,6778.3 -55917,6778.4 -55917,6778.4 -55917,6778.5 -55917,6778.6 -55917,6778.6 -55917,6778.7 -55917,6778.7 -55917,6778.8 -55917,6778.9 -55917,6778.9 -55917,6779 -55917,6779.1 -55917,6779.1 -55917,6779.2 -55917,6779.3 -55917,6779.3 -55916,6779.4 -55916,6779.4 -55916,6779.5 -55916,6779.6 -55916,6779.6 -55916,6779.7 -55916,6779.8 -55916,6779.8 -55916,6779.9 -55916,6780 -55916,6780 -55916,6780.1 -55916,6780.1 -55916,6780.2 -55916,6780.3 -55916,6780.3 -55916,6780.4 -55915,6780.4 -55915,6780.5 -55915,6780.6 -55915,6780.6 -55915,6780.7 -55915,6780.7 -55915,6780.8 -55915,6780.9 -55915,6780.9 -55915,6781 -55915,6781 -55915,6781.1 -55915,6781.2 -55915,6781.2 -55915,6781.3 -55915,6781.4 -55915,6781.4 -55914,6781.5 -55914,6781.5 -55914,6781.6 -55914,6781.7 -55914,6781.7 -55914,6781.8 -55914,6781.8 -55914,6781.9 -55914,6782 -55914,6782 -55914,6782.1 -55914,6782.2 -55914,6782.2 -55914,6782.3 -55914,6782.4 -55914,6782.4 -55914,6782.5 -55914,6782.5 -55913,6782.6 -55913,6782.7 -55913,6782.7 -55913,6782.8 -55913,6782.9 -55913,6782.9 -55913,6783 -55913,6783.1 -55913,6783.1 -55913,6783.2 -55913,6783.3 -55913,6783.3 -55913,6783.4 -55914,6779.5 -55914,6779.6 -55914,6779.6 -55913,6779.7 -55913,6779.7 -55913,6779.8 -55913,6779.8 -55913,6779.9 -55913,6779.9 -55913,6780 -55913,6780 -55913,6780.1 -55913,6780.1 -55913,6780.2 -55913,6780.2 -55913,6780.3 -55913,6780.3 -55913,6780.4 -55913,6780.4 -55913,6780.5 -55913,6780.5 -55913,6780.6 -55913,6780.6 -55913,6780.7 -55913,6780.7 -55912,6780.8 -55912,6780.8 -55912,6780.9 -55912,6780.9 -55912,6781 -55912,6781 -55912,6781.1 -55912,6781.1 -55912,6781.2 -55912,6781.2 -55912,6781.3 -55912,6781.3 -55912,6781.4 -55912,6781.4 -55912,6781.4 -55912,6781.5 -55912,6781.5 -55912,6781.6 -55912,6781.6 -55912,6781.7 -55912,6781.7 -55912,6781.8 -55912,6781.8 -55911,6781.9 -55911,6781.9 -55911,6782 -55911,6782 -55911,6782.1 -55911,6782.1 -55911,6782.2 -55911,6782.2 -55911,6782.3 -55911,6782.3 -55911,6782.4 -55911,6782.4 -55911,6782.4 -55911,6782.5 -55911,6782.5 -55911,6782.6 -55911,6782.6 -55911,6782.7 -55911,6782.7 -55911,6782.8 -55911,6782.8 -55911,6782.8 -55911,6782.9 -55911,6782.9 -55910,6783 -55910,6783 -55910,6783.1 -55910,6783.1 -55910,6783.2 -55910,6783.2 -55910,6783.2 -55910,6783.3 -55910,6783.3 -55910,6783.4 -55910,6783.4 -55910,6783.5 -55910,6783.5 -55910,6783.5 -55910,6783.6 -55910,6783.6 -55910,6783.7 -55910,6783.7 -55910,6783.8 -55910,6783.8 -55910,6783.9 -55910,6783.9 -55910,6783.9 -55910,6784 -55910,6784 -55910,6784.1 -55908,6781.6 -55908,6781.7 -55908,6781.7 -55908,6781.7 -55908,6781.8 -55908,6781.8 -55908,6781.8 -55908,6781.9 -55908,6781.9 -55908,6782 -55908,6782 -55908,6782 -55908,6782.1 -55908,6782.1 -55908,6782.1 -55908,6782.2 -55908,6782.2 -55908,6782.2 -55908,6782.3 -55908,6782.3 -55908,6782.4 -55908,6782.4 -55908,6782.4 -55908,6782.5 -55908,6782.5 -55908,6782.5 -55908,6782.6 -55907,6782.6 -55907,6782.6 -55907,6782.7 -55907,6782.7 -55907,6782.7 -55907,6782.8 -55907,6782.8 -55907,6782.9 -55907,6782.9 -55907,6782.9 -55907,6783 -55907,6783 -55907,6783 -55907,6783.1 -55907,6783.1 -55907,6783.1 -55907,6783.2 -55907,6783.2 -55907,6783.2 -55907,6783.3 -55907,6783.3 -55907,6783.3 -55907,6783.4 -55907,6783.4 -55907,6783.4 -55907,6783.5 -55907,6783.5 -55907,6783.5 -55907,6783.6 -55907,6783.6 -55907,6783.6 -55906,6783.7 -55906,6783.7 -55906,6783.7 -55906,6783.7 -55906,6783.8 -55906,6783.8 -55906,6783.8 -55906,6783.9 -55906,6783.9 -55906,6783.9 -55906,6783.9 -55906,6784 -55906,6784 -55906,6784 -55906,6784.1 -55906,6784.1 -55906,6784.1 -55906,6784.1 -55906,6784.2 -55906,6784.2 -55906,6784.2 -55906,6784.2 -55906,6784.3 -55906,6784.3 -55906,6784.3 -55906,6784.4 -55906,6784.4 -55906,6784.4 -55906,6784.4 -55906,6784.5 -55906,6784.5 -55906,6784.5 -55906,6784.5 -55906,6784.6 -55906,6784.6 -55906,6784.6 -55906,6784.6 -55905,6784.7 -55905,6784.7 -55905,6784.7 -55905,6784.8 -55905,6784.8 -55903,6783.2 -55903,6783.2 -55903,6783.2 -55903,6783.2 -55903,6783.2 -55903,6783.3 -55903,6783.3 -55903,6783.3 -55903,6783.3 -55903,6783.3 -55903,6783.4 -55902,6783.4 -55902,6783.4 -55902,6783.4 -55902,6783.4 -55902,6783.5 -55902,6783.5 -55902,6783.5 -55902,6783.5 -55902,6783.5 -55902,6783.6 -55902,6783.6 -55902,6783.6 -55902,6783.6 -55902,6783.7 -55902,6783.7 -55902,6783.7 -55902,6783.7 -55902,6783.7 -55902,6783.8 -55902,6783.8 -55902,6783.8 -55902,6783.8 -55902,6783.9 -55902,6783.9 -55902,6783.9 -55902,6783.9 -55902,6783.9 -55902,6783.9 -55902,6784 -55902,6784 -55902,6784 -55902,6784 -55902,6784 -55902,6784 -55902,6784 -55901,6784.1 -55901,6784.1 -55901,6784.1 -55901,6784.1 -55901,6784.1 -55901,6784.1 -55901,6784.2 -55901,6784.2 -55901,6784.2 -55901,6784.2 -55901,6784.2 -55901,6784.2 -55901,6784.2 -55901,6784.3 -55901,6784.3 -55901,6784.3 -55901,6784.3 -55901,6784.3 -55901,6784.3 -55901,6784.3 -55901,6784.3 -55901,6784.4 -55901,6784.4 -55901,6784.4 -55901,6784.4 -55901,6784.4 -55901,6784.4 -55901,6784.4 -55901,6784.4 -55901,6784.4 -55901,6784.4 -55901,6784.4 -55901,6784.5 -55901,6784.5 -55901,6784.5 -55901,6784.5 -55901,6784.5 -55901,6784.5 -55901,6784.5 -55901,6784.5 -55901,6784.5 -55900,6784.5 -55900,6784.5 -55900,6784.5 -55900,6784.6 -55900,6784.6 -55900,6784.6 -55900,6784.6 -55900,6784.6 -55900,6784.6 -55900,6784.6 -55900,6784.6 -55900,6784.6 -55900,6784.6 -55897,6785.1 -55897,6785.1 -55897,6785.1 -55897,6785.1 -55897,6785.1 -55897,6785.1 -55897,6785.2 -55897,6785.2 -55897,6785.2 -55897,6785.2 -55897,6785.2 -55896,6785.2 -55896,6785.2 -55896,6785.2 -55896,6785.2 -55896,6785.3 -55896,6785.3 -55896,6785.3 -55896,6785.3 -55896,6785.3 -55896,6785.3 -55896,6785.3 -55896,6785.3 -55896,6785.4 -55896,6785.4 -55896,6785.4 -55896,6785.4 -55896,6785.4 -55896,6785.4 -55896,6785.4 -55896,6785.4 -55896,6785.5 -55896,6785.5 -55896,6785.5 -55896,6785.5 -55896,6785.5 -55896,6785.5 -55896,6785.5 -55896,6785.5 -55896,6785.5 -55896,6785.5 -55896,6785.5 -55896,6785.6 -55896,6785.6 -55896,6785.6 -55896,6785.6 -55896,6785.6 -55895,6785.6 -55895,6785.6 -55895,6785.6 -55895,6785.6 -55895,6785.6 -55895,6785.6 -55895,6785.6 -55895,6785.7 -55895,6785.7 -55895,6785.7 -55895,6785.7 -55895,6785.7 -55895,6785.7 -55895,6785.7 -55895,6785.7 -55895,6785.7 -55895,6785.7 -55895,6785.7 -55895,6785.7 -55895,6785.7 -55895,6785.7 -55895,6785.8 -55895,6785.8 -55895,6785.8 -55895,6785.8 -55895,6785.8 -55895,6785.8 -55895,6785.8 -55895,6785.8 -55895,6785.8 -55895,6785.8 -55895,6785.8 -55895,6785.8 -55895,6785.8 -55895,6785.9 -55895,6785.9 -55895,6785.9 -55895,6785.9 -55895,6785.9 -55895,6785.9 -55895,6785.9 -55895,6785.9 -55894,6785.9 -55894,6785.9 -55894,6785.9 -55894,6785.9 -55894,6785.9 -55894,6785.9 -55894,6785.9 -55894,6785.9 -55894,6786 -55894,6786 -55890,6788.2 -55890,6788.2 -55890,6788.2 -55890,6788.3 -55890,6788.3 -55890,6788.3 -55890,6788.3 -55890,6788.3 -55890,6788.3 -55890,6788.4 -55890,6788.4 -55890,6788.4 -55890,6788.4 -55890,6788.4 -55890,6788.4 -55890,6788.5 -55890,6788.5 -55890,6788.5 -55890,6788.5 -55890,6788.5 -55890,6788.5 -55890,6788.6 -55890,6788.6 -55890,6788.6 -55890,6788.6 -55890,6788.6 -55890,6788.7 -55890,6788.7 -55889,6788.7 -55889,6788.7 -55889,6788.7 -55889,6788.7 -55889,6788.7 -55889,6788.8 -55889,6788.8 -55889,6788.8 -55889,6788.8 -55889,6788.8 -55889,6788.8 -55889,6788.9 -55889,6788.9 -55889,6788.9 -55889,6788.9 -55889,6788.9 -55889,6788.9 -55889,6788.9 -55889,6789 -55889,6789 -55889,6789 -55889,6789 -55889,6789 -55889,6789 -55889,6789 -55889,6789 -55889,6789.1 -55889,6789.1 -55889,6789.1 -55889,6789.1 -55889,6789.1 -55889,6789.1 -55889,6789.1 -55888,6789.1 -55888,6789.2 -55888,6789.2 -55888,6789.2 -55888,6789.2 -55888,6789.2 -55888,6789.2 -55888,6789.3 -55888,6789.3 -55888,6789.3 -55888,6789.3 -55888,6789.3 -55888,6789.4 -55888,6789.4 -55888,6789.4 -55888,6789.4 -55888,6789.4 -55888,6789.4 -55888,6789.5 -55888,6789.5 -55888,6789.5 -55888,6789.5 -55888,6789.5 -55888,6789.5 -55888,6789.5 -55888,6789.6 -55888,6789.6 -55888,6789.6 -55888,6789.6 -55888,6789.6 -55888,6789.6 -55888,6789.6 -55888,6789.7 -55888,6789.7 -55888,6789.7 -55888,6789.7 -55888,6789.7 -55888,6789.7 -55888,6789.7 -55884,6790.5 -55884,6790.5 -55884,6790.5 -55884,6790.6 -55884,6790.6 -55884,6790.6 -55884,6790.6 -55884,6790.6 -55884,6790.7 -55884,6790.7 -55884,6790.7 -55884,6790.7 -55884,6790.7 -55884,6790.8 -55884,6790.8 -55884,6790.8 -55884,6790.8 -55884,6790.8 -55884,6790.9 -55884,6790.9 -55884,6790.9 -55884,6790.9 -55884,6790.9 -55883,6791 -55883,6791 -55883,6791 -55883,6791 -55883,6791 -55883,6791.1 -55883,6791.1 -55883,6791.1 -55883,6791.1 -55883,6791.1 -55883,6791.2 -55883,6791.2 -55883,6791.2 -55883,6791.2 -55883,6791.2 -55883,6791.2 -55883,6791.3 -55883,6791.3 -55883,6791.3 -55883,6791.3 -55883,6791.3 -55883,6791.3 -55883,6791.4 -55883,6791.4 -55883,6791.4 -55883,6791.4 -55883,6791.4 -55883,6791.4 -55883,6791.5 -55883,6791.5 -55883,6791.5 -55883,6791.5 -55883,6791.5 -55883,6791.5 -55882,6791.6 -55882,6791.6 -55882,6791.6 -55882,6791.6 -55882,6791.6 -55882,6791.6 -55882,6791.6 -55882,6791.7 -55882,6791.7 -55882,6791.7 -55882,6791.7 -55882,6791.7 -55882,6791.7 -55882,6791.8 -55882,6791.8 -55882,6791.8 -55882,6791.8 -55882,6791.8 -55882,6791.8 -55882,6791.9 -55882,6791.9 -55882,6791.9 -55882,6791.9 -55882,6791.9 -55882,6791.9 -55882,6792 -55882,6792 -55882,6792 -55882,6792 -55882,6792 -55882,6792 -55882,6792 -55882,6792.1 -55882,6792.1 -55882,6792.1 -55882,6792.1 -55882,6792.1 -55882,6792.1 -55882,6792.2 -55882,6792.2 -55882,6792.2 -55881,6792.2 -55879,6792.8 -55879,6792.8 -55879,6792.8 -55878,6792.9 -55878,6792.9 -55878,6792.9 -55878,6792.9 -55878,6792.9 -55878,6793 -55878,6793 -55878,6793 -55878,6793 -55878,6793 -55878,6793.1 -55878,6793.1 -55878,6793.1 -55878,6793.1 -55878,6793.1 -55878,6793.2 -55878,6793.2 -55878,6793.2 -55878,6793.2 -55878,6793.2 -55878,6793.2 -55878,6793.3 -55878,6793.3 -55878,6793.3 -55878,6793.3 -55878,6793.3 -55878,6793.3 -55878,6793.4 -55878,6793.4 -55878,6793.4 -55877,6793.4 -55877,6793.4 -55877,6793.4 -55877,6793.4 -55877,6793.5 -55877,6793.5 -55877,6793.5 -55877,6793.5 -55877,6793.5 -55877,6793.5 -55877,6793.5 -55877,6793.6 -55877,6793.6 -55877,6793.6 -55877,6793.6 -55877,6793.6 -55877,6793.6 -55877,6793.6 -55877,6793.6 -55877,6793.6 -55877,6793.7 -55877,6793.7 -55877,6793.7 -55877,6793.7 -55877,6793.7 -55877,6793.7 -55877,6793.7 -55877,6793.7 -55877,6793.7 -55877,6793.7 -55877,6793.8 -55877,6793.8 -55877,6793.8 -55877,6793.8 -55876,6793.8 -55876,6793.8 -55876,6793.8 -55876,6793.8 -55876,6793.8 -55876,6793.8 -55876,6793.9 -55876,6793.9 -55876,6793.9 -55876,6793.9 -55876,6793.9 -55876,6793.9 -55876,6793.9 -55876,6793.9 -55876,6793.9 -55876,6794 -55876,6794 -55876,6794 -55876,6794 -55876,6794 -55876,6794 -55876,6794 -55876,6794 -55876,6794.1 -55876,6794.1 -55876,6794.1 -55876,6794.1 -55876,6794.1 -55876,6794.1 -55876,6794.1 -55876,6794.1 -55872,6795.4 -55872,6795.5 -55872,6795.5 -55872,6795.5 -55872,6795.5 -55872,6795.5 -55872,6795.6 -55872,6795.6 -55872,6795.6 -55872,6795.6 -55872,6795.6 -55872,6795.6 -55872,6795.7 -55872,6795.7 -55872,6795.7 -55872,6795.7 -55872,6795.7 -55872,6795.8 -55872,6795.8 -55872,6795.8 -55872,6795.8 -55872,6795.8 -55872,6795.9 -55872,6795.9 -55872,6795.9 -55872,6795.9 -55872,6795.9 -55871,6795.9 -55871,6796 -55871,6796 -55871,6796 -55871,6796 -55871,6796 -55871,6796 -55871,6796 -55871,6796.1 -55871,6796.1 -55871,6796.1 -55871,6796.1 -55871,6796.1 -55871,6796.1 -55871,6796.1 -55871,6796.2 -55871,6796.2 -55871,6796.2 -55871,6796.2 -55871,6796.2 -55871,6796.2 -55871,6796.2 -55871,6796.2 -55871,6796.2 -55871,6796.3 -55871,6796.3 -55871,6796.3 -55871,6796.3 -55871,6796.3 -55871,6796.3 -55871,6796.3 -55871,6796.3 -55870,6796.4 -55870,6796.4 -55870,6796.4 -55870,6796.4 -55870,6796.4 -55870,6796.4 -55870,6796.4 -55870,6796.4 -55870,6796.4 -55870,6796.4 -55870,6796.5 -55870,6796.5 -55870,6796.5 -55870,6796.5 -55870,6796.5 -55870,6796.5 -55870,6796.5 -55870,6796.5 -55870,6796.5 -55870,6796.5 -55870,6796.5 -55870,6796.5 -55870,6796.6 -55870,6796.6 -55870,6796.6 -55870,6796.6 -55870,6796.6 -55870,6796.6 -55870,6796.6 -55870,6796.6 -55870,6796.6 -55870,6796.6 -55870,6796.6 -55870,6796.6 -55869,6796.7 -55869,6796.7 -55869,6796.7 -55869,6796.7 -55869,6796.7 -55869,6796.7 -55869,6796.7 -55869,6796.7 -55866,6798 -55866,6798 -55866,6798 -55866,6798 -55866,6798.1 -55866,6798.1 -55866,6798.1 -55866,6798.1 -55865,6798.1 -55865,6798.1 -55865,6798.1 -55865,6798.2 -55865,6798.2 -55865,6798.2 -55865,6798.2 -55865,6798.2 -55865,6798.2 -55865,6798.2 -55865,6798.2 -55865,6798.3 -55865,6798.3 -55865,6798.3 -55865,6798.3 -55865,6798.3 -55865,6798.3 -55865,6798.3 -55865,6798.3 -55865,6798.4 -55865,6798.4 -55865,6798.4 -55865,6798.4 -55865,6798.4 -55865,6798.4 -55865,6798.4 -55865,6798.4 -55864,6798.5 -55864,6798.5 -55864,6798.5 -55864,6798.5 -55864,6798.5 -55864,6798.5 -55864,6798.5 -55864,6798.6 -55864,6798.6 -55864,6798.6 -55864,6798.6 -55864,6798.6 -55864,6798.6 -55864,6798.6 -55864,6798.6 -55864,6798.7 -55864,6798.7 -55864,6798.7 -55864,6798.7 -55864,6798.7 -55864,6798.7 -55864,6798.7 -55864,6798.7 -55864,6798.7 -55864,6798.8 -55864,6798.8 -55864,6798.8 -55864,6798.8 -55863,6798.8 -55863,6798.8 -55863,6798.8 -55863,6798.8 -55863,6798.8 -55863,6798.8 -55863,6798.9 -55863,6798.9 -55863,6798.9 -55863,6798.9 -55863,6798.9 -55863,6798.9 -55863,6798.9 -55863,6798.9 -55863,6798.9 -55863,6798.9 -55863,6799 -55863,6799 -55863,6799 -55863,6799 -55863,6799 -55863,6799 -55863,6799 -55863,6799 -55863,6799 -55863,6799.1 -55863,6799.1 -55863,6799.1 -55863,6799.1 -55863,6799.1 -55863,6799.1 -55862,6799.1 -55862,6799.1 -55862,6799.2 -55862,6799.2 -55862,6799.2 -55859,6800.3 -55859,6800.3 -55859,6800.3 -55859,6800.3 -55859,6800.4 -55859,6800.4 -55859,6800.4 -55859,6800.4 -55859,6800.4 -55859,6800.5 -55859,6800.5 -55859,6800.5 -55859,6800.5 -55858,6800.5 -55858,6800.5 -55858,6800.6 -55858,6800.6 -55858,6800.6 -55858,6800.6 -55858,6800.6 -55858,6800.7 -55858,6800.7 -55858,6800.7 -55858,6800.7 -55858,6800.7 -55858,6800.8 -55858,6800.8 -55858,6800.8 -55858,6800.8 -55858,6800.8 -55858,6800.9 -55858,6800.9 -55858,6800.9 -55858,6800.9 -55858,6800.9 -55858,6801 -55858,6801 -55857,6801 -55857,6801 -55857,6801 -55857,6801.1 -55857,6801.1 -55857,6801.1 -55857,6801.1 -55857,6801.1 -55857,6801.1 -55857,6801.2 -55857,6801.2 -55857,6801.2 -55857,6801.2 -55857,6801.2 -55857,6801.2 -55857,6801.3 -55857,6801.3 -55857,6801.3 -55857,6801.3 -55857,6801.3 -55857,6801.3 -55857,6801.3 -55857,6801.4 -55857,6801.4 -55857,6801.4 -55856,6801.4 -55856,6801.4 -55856,6801.4 -55856,6801.4 -55856,6801.5 -55856,6801.5 -55856,6801.5 -55856,6801.5 -55856,6801.5 -55856,6801.5 -55856,6801.5 -55856,6801.6 -55856,6801.6 -55856,6801.6 -55856,6801.6 -55856,6801.6 -55856,6801.6 -55856,6801.6 -55856,6801.7 -55856,6801.7 -55856,6801.7 -55856,6801.7 -55856,6801.7 -55856,6801.7 -55856,6801.7 -55856,6801.7 -55855,6801.7 -55855,6801.7 -55855,6801.8 -55855,6801.8 -55855,6801.8 -55855,6801.8 -55855,6801.8 -55855,6801.8 -55855,6801.8 -55855,6801.8 -55855,6801.8 -55855,6801.8 -55852,6802.9 -55852,6802.9 -55852,6803 -55852,6803 -55852,6803 -55852,6803 -55852,6803 -55852,6803 -55852,6803 -55852,6803.1 -55852,6803.1 -55852,6803.1 -55852,6803.1 -55852,6803.1 -55852,6803.1 -55852,6803.1 -55852,6803.1 -55852,6803.2 -55852,6803.2 -55852,6803.2 -55851,6803.2 -55851,6803.2 -55851,6803.2 -55851,6803.2 -55851,6803.2 -55851,6803.3 -55851,6803.3 -55851,6803.3 -55851,6803.3 -55851,6803.3 -55851,6803.3 -55851,6803.3 -55851,6803.3 -55851,6803.3 -55851,6803.4 -55851,6803.4 -55851,6803.4 -55851,6803.4 -55851,6803.4 -55851,6803.4 -55851,6803.4 -55851,6803.4 -55850,6803.4 -55850,6803.4 -55850,6803.4 -55850,6803.5 -55850,6803.5 -55850,6803.5 -55850,6803.5 -55850,6803.5 -55850,6803.5 -55850,6803.5 -55850,6803.5 -55850,6803.5 -55850,6803.5 -55850,6803.5 -55850,6803.5 -55850,6803.5 -55850,6803.6 -55850,6803.6 -55850,6803.6 -55850,6803.6 -55850,6803.6 -55850,6803.6 -55849,6803.6 -55849,6803.6 -55849,6803.6 -55849,6803.6 -55849,6803.6 -55849,6803.6 -55849,6803.6 -55849,6803.6 -55849,6803.6 -55849,6803.6 -55849,6803.6 -55849,6803.6 -55849,6803.6 -55849,6803.7 -55849,6803.7 -55849,6803.7 -55849,6803.7 -55849,6803.7 -55849,6803.7 -55849,6803.7 -55849,6803.7 -55849,6803.7 -55849,6803.7 -55848,6803.7 -55848,6803.7 -55848,6803.7 -55848,6803.7 -55848,6803.7 -55848,6803.7 -55848,6803.7 -55848,6803.7 -55848,6803.7 -55848,6803.7 -55848,6803.7 -55848,6803.7 -55846,6804.9 -55846,6804.9 -55846,6804.9 -55846,6804.9 -55846,6804.9 -55846,6804.9 -55845,6804.9 -55845,6804.9 -55845,6804.9 -55845,6804.9 -55845,6804.9 -55845,6804.9 -55845,6804.9 -55845,6804.9 -55845,6804.9 -55845,6804.9 -55845,6804.9 -55845,6805 -55845,6805 -55845,6805 -55845,6805 -55845,6805 -55845,6805 -55845,6805 -55845,6805 -55845,6805 -55844,6805 -55844,6805 -55844,6805 -55844,6805 -55844,6805.1 -55844,6805.1 -55844,6805.1 -55844,6805.1 -55844,6805.1 -55844,6805.1 -55844,6805.1 -55844,6805.1 -55844,6805.1 -55844,6805.1 -55844,6805.1 -55844,6805.2 -55844,6805.2 -55844,6805.2 -55844,6805.2 -55843,6805.2 -55843,6805.2 -55843,6805.2 -55843,6805.2 -55843,6805.2 -55843,6805.2 -55843,6805.2 -55843,6805.3 -55843,6805.3 -55843,6805.3 -55843,6805.3 -55843,6805.3 -55843,6805.3 -55843,6805.3 -55843,6805.3 -55843,6805.3 -55843,6805.3 -55843,6805.3 -55843,6805.3 -55843,6805.3 -55842,6805.3 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55841,6805.4 -55841,6805.4 -55841,6805.4 -55841,6805.4 -55841,6805.4 -55841,6805.4 -55841,6805.4 -55841,6805.4 -55841,6805.4 -55841,6805.4 -55841,6805.4 -55841,6805.5 -55841,6805.5 -55841,6805.5 -55841,6805.5 -55839,6807.8 -55839,6807.8 -55839,6807.8 -55839,6807.8 -55839,6807.8 -55839,6807.8 -55839,6807.8 -55839,6807.9 -55839,6807.9 -55839,6807.9 -55839,6807.9 -55839,6807.9 -55839,6807.9 -55839,6807.9 -55839,6807.9 -55839,6807.9 -55839,6808 -55838,6808 -55838,6808 -55838,6808 -55838,6808 -55838,6808 -55838,6808 -55838,6808 -55838,6808 -55838,6808.1 -55838,6808.1 -55838,6808.1 -55838,6808.1 -55838,6808.1 -55838,6808.1 -55838,6808.1 -55838,6808.2 -55838,6808.2 -55838,6808.2 -55838,6808.2 -55837,6808.2 -55837,6808.2 -55837,6808.2 -55837,6808.2 -55837,6808.3 -55837,6808.3 -55837,6808.3 -55837,6808.3 -55837,6808.3 -55837,6808.3 -55837,6808.3 -55837,6808.3 -55837,6808.3 -55837,6808.4 -55837,6808.4 -55837,6808.4 -55837,6808.4 -55837,6808.4 -55837,6808.4 -55836,6808.4 -55836,6808.4 -55836,6808.4 -55836,6808.4 -55836,6808.4 -55836,6808.4 -55836,6808.4 -55836,6808.5 -55836,6808.5 -55836,6808.5 -55836,6808.5 -55836,6808.5 -55836,6808.5 -55836,6808.5 -55836,6808.5 -55836,6808.5 -55836,6808.5 -55836,6808.5 -55836,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.6 -55834,6808.6 -55834,6808.6 -55834,6808.6 -55834,6808.6 -55834,6808.6 -55833,6811 -55833,6811 -55833,6811 -55833,6811 -55833,6811.1 -55833,6811.1 -55833,6811.1 -55833,6811.1 -55833,6811.1 -55832,6811.1 -55832,6811.1 -55832,6811.2 -55832,6811.2 -55832,6811.2 -55832,6811.2 -55832,6811.2 -55832,6811.2 -55832,6811.2 -55832,6811.3 -55832,6811.3 -55832,6811.3 -55832,6811.3 -55832,6811.3 -55832,6811.3 -55832,6811.3 -55832,6811.4 -55831,6811.4 -55831,6811.4 -55831,6811.4 -55831,6811.4 -55831,6811.4 -55831,6811.5 -55831,6811.5 -55831,6811.5 -55831,6811.5 -55831,6811.5 -55831,6811.5 -55831,6811.5 -55831,6811.6 -55831,6811.6 -55831,6811.6 -55831,6811.6 -55831,6811.6 -55831,6811.6 -55831,6811.6 -55830,6811.6 -55830,6811.6 -55830,6811.6 -55830,6811.7 -55830,6811.7 -55830,6811.7 -55830,6811.7 -55830,6811.7 -55830,6811.7 -55830,6811.7 -55830,6811.7 -55830,6811.7 -55830,6811.7 -55830,6811.7 -55830,6811.7 -55830,6811.7 -55830,6811.8 -55829,6811.8 -55829,6811.8 -55829,6811.8 -55829,6811.8 -55829,6811.8 -55829,6811.8 -55829,6811.8 -55829,6811.8 -55829,6811.8 -55829,6811.8 -55829,6811.8 -55829,6811.8 -55829,6811.8 -55829,6811.9 -55829,6811.9 -55829,6811.9 -55829,6811.9 -55829,6811.9 -55829,6811.9 -55828,6811.9 -55828,6811.9 -55828,6811.9 -55828,6811.9 -55828,6811.9 -55828,6812 -55828,6812 -55828,6812 -55828,6812 -55828,6812 -55828,6812 -55828,6812 -55828,6812 -55828,6812 -55828,6812 -55828,6812 -55828,6812 -55828,6812.1 -55827,6814.1 -55827,6814.1 -55827,6814.2 -55827,6814.2 -55827,6814.2 -55827,6814.2 -55827,6814.2 -55827,6814.3 -55827,6814.3 -55826,6814.3 -55826,6814.3 -55826,6814.3 -55826,6814.3 -55826,6814.4 -55826,6814.4 -55826,6814.4 -55826,6814.4 -55826,6814.4 -55826,6814.4 -55826,6814.4 -55826,6814.5 -55826,6814.5 -55826,6814.5 -55826,6814.5 -55826,6814.5 -55826,6814.5 -55826,6814.5 -55825,6814.6 -55825,6814.6 -55825,6814.6 -55825,6814.6 -55825,6814.6 -55825,6814.6 -55825,6814.6 -55825,6814.6 -55825,6814.6 -55825,6814.7 -55825,6814.7 -55825,6814.7 -55825,6814.7 -55825,6814.7 -55825,6814.7 -55825,6814.7 -55825,6814.7 -55824,6814.7 -55824,6814.7 -55824,6814.8 -55824,6814.8 -55824,6814.8 -55824,6814.8 -55824,6814.8 -55824,6814.8 -55824,6814.8 -55824,6814.8 -55824,6814.8 -55824,6814.9 -55824,6814.9 -55824,6814.9 -55824,6814.9 -55824,6814.9 -55824,6814.9 -55823,6814.9 -55823,6814.9 -55823,6815 -55823,6815 -55823,6815 -55823,6815 -55823,6815 -55823,6815 -55823,6815 -55823,6815 -55823,6815.1 -55823,6815.1 -55823,6815.1 -55823,6815.1 -55823,6815.1 -55823,6815.1 -55823,6815.1 -55822,6815.1 -55822,6815.2 -55822,6815.2 -55822,6815.2 -55822,6815.2 -55822,6815.2 -55822,6815.2 -55822,6815.2 -55822,6815.2 -55822,6815.3 -55822,6815.3 -55822,6815.3 -55822,6815.3 -55822,6815.3 -55822,6815.3 -55822,6815.3 -55822,6815.4 -55821,6815.4 -55821,6815.4 -55821,6815.4 -55821,6817.7 -55821,6817.7 -55821,6817.7 -55821,6817.7 -55821,6817.7 -55821,6817.8 -55820,6817.8 -55820,6817.8 -55820,6817.8 -55820,6817.8 -55820,6817.9 -55820,6817.9 -55820,6817.9 -55820,6817.9 -55820,6817.9 -55820,6817.9 -55820,6818 -55820,6818 -55820,6818 -55820,6818 -55820,6818 -55820,6818 -55819,6818 -55819,6818.1 -55819,6818.1 -55819,6818.1 -55819,6818.1 -55819,6818.1 -55819,6818.1 -55819,6818.2 -55819,6818.2 -55819,6818.2 -55819,6818.2 -55819,6818.2 -55819,6818.2 -55819,6818.3 -55819,6818.3 -55819,6818.3 -55818,6818.3 -55818,6818.3 -55818,6818.3 -55818,6818.4 -55818,6818.4 -55818,6818.4 -55818,6818.4 -55818,6818.4 -55818,6818.4 -55818,6818.5 -55818,6818.5 -55818,6818.5 -55818,6818.5 -55818,6818.5 -55818,6818.5 -55818,6818.6 -55818,6818.6 -55817,6818.6 -55817,6818.6 -55817,6818.6 -55817,6818.6 -55817,6818.7 -55817,6818.7 -55817,6818.7 -55817,6818.7 -55817,6818.7 -55817,6818.8 -55817,6818.8 -55817,6818.8 -55817,6818.8 -55817,6818.8 -55817,6818.8 -55816,6818.9 -55816,6818.9 -55816,6818.9 -55816,6818.9 -55816,6818.9 -55816,6818.9 -55816,6819 -55816,6819 -55816,6819 -55816,6819 -55816,6819 -55816,6819 -55816,6819 -55816,6819.1 -55816,6819.1 -55816,6819.1 -55815,6819.1 -55815,6819.1 -55815,6819.1 -55815,6819.1 -55815,6819.2 -55815,6819.2 -55815,6819.2 -55815,6819.2 -55815,6819.2 -55815,6819.2 -55815,6819.2 -55815,6819.3 -55815,6819.3 -55815,6819.3 -55814,6821.7 -55814,6821.7 -55814,6821.7 -55814,6821.8 -55813,6821.8 -55813,6821.8 -55813,6821.8 -55813,6821.8 -55813,6821.9 -55813,6821.9 -55813,6821.9 -55813,6821.9 -55813,6822 -55813,6822 -55813,6822 -55813,6822 -55813,6822 -55813,6822.1 -55813,6822.1 -55812,6822.1 -55812,6822.1 -55812,6822.2 -55812,6822.2 -55812,6822.2 -55812,6822.2 -55812,6822.2 -55812,6822.3 -55812,6822.3 -55812,6822.3 -55812,6822.3 -55812,6822.4 -55812,6822.4 -55812,6822.4 -55811,6822.4 -55811,6822.4 -55811,6822.5 -55811,6822.5 -55811,6822.5 -55811,6822.5 -55811,6822.5 -55811,6822.6 -55811,6822.6 -55811,6822.6 -55811,6822.6 -55811,6822.6 -55811,6822.7 -55811,6822.7 -55810,6822.7 -55810,6822.7 -55810,6822.7 -55810,6822.8 -55810,6822.8 -55810,6822.8 -55810,6822.8 -55810,6822.9 -55810,6822.9 -55810,6822.9 -55810,6822.9 -55810,6822.9 -55810,6823 -55810,6823 -55809,6823 -55809,6823 -55809,6823 -55809,6823.1 -55809,6823.1 -55809,6823.1 -55809,6823.1 -55809,6823.1 -55809,6823.1 -55809,6823.2 -55809,6823.2 -55809,6823.2 -55809,6823.2 -55808,6823.2 -55808,6823.3 -55808,6823.3 -55808,6823.3 -55808,6823.3 -55808,6823.3 -55808,6823.4 -55808,6823.4 -55808,6823.4 -55808,6823.4 -55808,6823.4 -55808,6823.5 -55808,6823.5 -55808,6823.5 -55807,6823.5 -55807,6823.5 -55807,6823.5 -55807,6823.6 -55807,6823.6 -55807,6823.6 -55807,6823.6 -55807,6823.6 -55807,6823.7 -55807,6823.7 -55807,6823.7 -55807,6823.7 -55806,6825.9 -55806,6825.9 -55806,6826 -55806,6826 -55806,6826 -55806,6826 -55806,6826.1 -55806,6826.1 -55806,6826.1 -55806,6826.1 -55806,6826.2 -55806,6826.2 -55805,6826.2 -55805,6826.2 -55805,6826.3 -55805,6826.3 -55805,6826.3 -55805,6826.3 -55805,6826.4 -55805,6826.4 -55805,6826.4 -55805,6826.4 -55805,6826.5 -55805,6826.5 -55805,6826.5 -55804,6826.5 -55804,6826.6 -55804,6826.6 -55804,6826.6 -55804,6826.6 -55804,6826.6 -55804,6826.7 -55804,6826.7 -55804,6826.7 -55804,6826.7 -55804,6826.8 -55804,6826.8 -55803,6826.8 -55803,6826.8 -55803,6826.8 -55803,6826.9 -55803,6826.9 -55803,6826.9 -55803,6826.9 -55803,6827 -55803,6827 -55803,6827 -55803,6827 -55803,6827.1 -55803,6827.1 -55802,6827.1 -55802,6827.1 -55802,6827.1 -55802,6827.2 -55802,6827.2 -55802,6827.2 -55802,6827.2 -55802,6827.2 -55802,6827.3 -55802,6827.3 -55802,6827.3 -55802,6827.3 -55801,6827.3 -55801,6827.4 -55801,6827.4 -55801,6827.4 -55801,6827.4 -55801,6827.4 -55801,6827.5 -55801,6827.5 -55801,6827.5 -55801,6827.5 -55801,6827.5 -55801,6827.6 -55801,6827.6 -55800,6827.6 -55800,6827.6 -55800,6827.6 -55800,6827.7 -55800,6827.7 -55800,6827.7 -55800,6827.7 -55800,6827.7 -55800,6827.8 -55800,6827.8 -55800,6827.8 -55800,6827.8 -55799,6827.8 -55799,6827.9 -55799,6827.9 -55799,6827.9 -55799,6827.9 -55799,6827.9 -55799,6827.9 -55799,6828 -55799,6828 -55799,6828 -55799,6828 -55799,6828 -55799,6829.8 -55799,6829.9 -55799,6829.9 -55799,6829.9 -55799,6829.9 -55799,6830 -55799,6830 -55799,6830 -55799,6830 -55798,6830.1 -55798,6830.1 -55798,6830.1 -55798,6830.1 -55798,6830.2 -55798,6830.2 -55798,6830.2 -55798,6830.2 -55798,6830.3 -55798,6830.3 -55798,6830.3 -55798,6830.3 -55798,6830.4 -55797,6830.4 -55797,6830.4 -55797,6830.4 -55797,6830.5 -55797,6830.5 -55797,6830.5 -55797,6830.5 -55797,6830.5 -55797,6830.6 -55797,6830.6 -55797,6830.6 -55797,6830.6 -55796,6830.7 -55796,6830.7 -55796,6830.7 -55796,6830.7 -55796,6830.8 -55796,6830.8 -55796,6830.8 -55796,6830.8 -55796,6830.8 -55796,6830.9 -55796,6830.9 -55796,6830.9 -55796,6830.9 -55795,6831 -55795,6831 -55795,6831 -55795,6831 -55795,6831 -55795,6831.1 -55795,6831.1 -55795,6831.1 -55795,6831.1 -55795,6831.2 -55795,6831.2 -55795,6831.2 -55794,6831.2 -55794,6831.2 -55794,6831.3 -55794,6831.3 -55794,6831.3 -55794,6831.3 -55794,6831.4 -55794,6831.4 -55794,6831.4 -55794,6831.4 -55794,6831.5 -55794,6831.5 -55794,6831.5 -55793,6831.5 -55793,6831.5 -55793,6831.6 -55793,6831.6 -55793,6831.6 -55793,6831.6 -55793,6831.7 -55793,6831.7 -55793,6831.7 -55793,6831.7 -55793,6831.7 -55793,6831.8 -55792,6831.8 -55792,6831.8 -55792,6831.8 -55792,6831.8 -55792,6831.9 -55792,6831.9 -55792,6831.9 -55792,6831.9 -55792,6831.9 -55792,6831.9 -55792,6832 -55792,6832 -55792,6832 -55791,6832 -55791,6832 -55791,6832.1 -55792,6833.7 -55792,6833.8 -55792,6833.8 -55792,6833.8 -55792,6833.8 -55792,6833.9 -55792,6833.9 -55792,6833.9 -55792,6833.9 -55792,6834 -55791,6834 -55791,6834 -55791,6834 -55791,6834 -55791,6834.1 -55791,6834.1 -55791,6834.1 -55791,6834.1 -55791,6834.2 -55791,6834.2 -55791,6834.2 -55791,6834.2 -55791,6834.2 -55790,6834.3 -55790,6834.3 -55790,6834.3 -55790,6834.3 -55790,6834.4 -55790,6834.4 -55790,6834.4 -55790,6834.4 -55790,6834.4 -55790,6834.5 -55790,6834.5 -55790,6834.5 -55789,6834.5 -55789,6834.5 -55789,6834.6 -55789,6834.6 -55789,6834.6 -55789,6834.6 -55789,6834.6 -55789,6834.7 -55789,6834.7 -55789,6834.7 -55789,6834.7 -55789,6834.7 -55788,6834.8 -55788,6834.8 -55788,6834.8 -55788,6834.8 -55788,6834.8 -55788,6834.9 -55788,6834.9 -55788,6834.9 -55788,6834.9 -55788,6834.9 -55788,6834.9 -55788,6835 -55788,6835 -55787,6835 -55787,6835 -55787,6835 -55787,6835.1 -55787,6835.1 -55787,6835.1 -55787,6835.1 -55787,6835.1 -55787,6835.1 -55787,6835.1 -55787,6835.2 -55787,6835.2 -55786,6835.2 -55786,6835.2 -55786,6835.2 -55786,6835.2 -55786,6835.3 -55786,6835.3 -55786,6835.3 -55786,6835.3 -55786,6835.3 -55786,6835.3 -55786,6835.4 -55786,6835.4 -55785,6835.4 -55785,6835.4 -55785,6835.4 -55785,6835.4 -55785,6835.5 -55785,6835.5 -55785,6835.5 -55785,6835.5 -55785,6835.5 -55785,6835.5 -55785,6835.5 -55785,6835.6 -55784,6835.6 -55784,6835.6 -55784,6835.6 -55785,6837.6 -55785,6837.6 -55785,6837.6 -55785,6837.6 -55785,6837.7 -55785,6837.7 -55785,6837.7 -55785,6837.7 -55785,6837.7 -55785,6837.8 -55784,6837.8 -55784,6837.8 -55784,6837.8 -55784,6837.9 -55784,6837.9 -55784,6837.9 -55784,6837.9 -55784,6837.9 -55784,6838 -55784,6838 -55784,6838 -55784,6838 -55783,6838.1 -55783,6838.1 -55783,6838.1 -55783,6838.1 -55783,6838.1 -55783,6838.2 -55783,6838.2 -55783,6838.2 -55783,6838.2 -55783,6838.2 -55783,6838.3 -55783,6838.3 -55783,6838.3 -55782,6838.3 -55782,6838.3 -55782,6838.4 -55782,6838.4 -55782,6838.4 -55782,6838.4 -55782,6838.4 -55782,6838.4 -55782,6838.5 -55782,6838.5 -55782,6838.5 -55782,6838.5 -55781,6838.5 -55781,6838.6 -55781,6838.6 -55781,6838.6 -55781,6838.6 -55781,6838.6 -55781,6838.6 -55781,6838.7 -55781,6838.7 -55781,6838.7 -55781,6838.7 -55781,6838.7 -55780,6838.8 -55780,6838.8 -55780,6838.8 -55780,6838.8 -55780,6838.8 -55780,6838.8 -55780,6838.9 -55780,6838.9 -55780,6838.9 -55780,6838.9 -55780,6838.9 -55780,6838.9 -55779,6839 -55779,6839 -55779,6839 -55779,6839 -55779,6839 -55779,6839 -55779,6839.1 -55779,6839.1 -55779,6839.1 -55779,6839.1 -55779,6839.1 -55779,6839.1 -55778,6839.2 -55778,6839.2 -55778,6839.2 -55778,6839.2 -55778,6839.2 -55778,6839.2 -55778,6839.3 -55778,6839.3 -55778,6839.3 -55778,6839.3 -55778,6839.3 -55778,6839.3 -55777,6839.4 -55777,6839.4 -55777,6839.4 -55777,6839.4 -55777,6839.4 -55777,6839.4 -55779,6841.3 -55778,6841.3 -55778,6841.4 -55778,6841.4 -55778,6841.4 -55778,6841.4 -55778,6841.5 -55778,6841.5 -55778,6841.5 -55778,6841.5 -55778,6841.5 -55778,6841.6 -55778,6841.6 -55778,6841.6 -55777,6841.6 -55777,6841.6 -55777,6841.7 -55777,6841.7 -55777,6841.7 -55777,6841.7 -55777,6841.7 -55777,6841.8 -55777,6841.8 -55777,6841.8 -55777,6841.8 -55777,6841.8 -55776,6841.9 -55776,6841.9 -55776,6841.9 -55776,6841.9 -55776,6841.9 -55776,6842 -55776,6842 -55776,6842 -55776,6842 -55776,6842 -55776,6842.1 -55776,6842.1 -55775,6842.1 -55775,6842.1 -55775,6842.1 -55775,6842.2 -55775,6842.2 -55775,6842.2 -55775,6842.2 -55775,6842.2 -55775,6842.3 -55775,6842.3 -55775,6842.3 -55775,6842.3 -55774,6842.3 -55774,6842.4 -55774,6842.4 -55774,6842.4 -55774,6842.4 -55774,6842.4 -55774,6842.5 -55774,6842.5 -55774,6842.5 -55774,6842.5 -55774,6842.5 -55774,6842.5 -55773,6842.6 -55773,6842.6 -55773,6842.6 -55773,6842.6 -55773,6842.6 -55773,6842.7 -55773,6842.7 -55773,6842.7 -55773,6842.7 -55773,6842.7 -55773,6842.7 -55773,6842.8 -55772,6842.8 -55772,6842.8 -55772,6842.8 -55772,6842.8 -55772,6842.8 -55772,6842.8 -55772,6842.9 -55772,6842.9 -55772,6842.9 -55772,6842.9 -55772,6842.9 -55772,6842.9 -55771,6842.9 -55771,6843 -55771,6843 -55771,6843 -55771,6843 -55771,6843 -55771,6843 -55771,6843 -55771,6843 -55771,6843.1 -55771,6843.1 -55771,6843.1 -55772,6845.2 -55772,6845.2 -55772,6845.3 -55772,6845.3 -55772,6845.3 -55771,6845.3 -55771,6845.3 -55771,6845.4 -55771,6845.4 -55771,6845.4 -55771,6845.4 -55771,6845.4 -55771,6845.5 -55771,6845.5 -55771,6845.5 -55771,6845.5 -55771,6845.5 -55770,6845.6 -55770,6845.6 -55770,6845.6 -55770,6845.6 -55770,6845.6 -55770,6845.6 -55770,6845.7 -55770,6845.7 -55770,6845.7 -55770,6845.7 -55770,6845.7 -55770,6845.8 -55769,6845.8 -55769,6845.8 -55769,6845.8 -55769,6845.8 -55769,6845.8 -55769,6845.9 -55769,6845.9 -55769,6845.9 -55769,6845.9 -55769,6845.9 -55769,6845.9 -55769,6846 -55768,6846 -55768,6846 -55768,6846 -55768,6846 -55768,6846 -55768,6846 -55768,6846.1 -55768,6846.1 -55768,6846.1 -55768,6846.1 -55768,6846.1 -55768,6846.1 -55767,6846.1 -55767,6846.2 -55767,6846.2 -55767,6846.2 -55767,6846.2 -55767,6846.2 -55767,6846.2 -55767,6846.2 -55767,6846.3 -55767,6846.3 -55767,6846.3 -55767,6846.3 -55766,6846.3 -55766,6846.3 -55766,6846.3 -55766,6846.3 -55766,6846.4 -55766,6846.4 -55766,6846.4 -55766,6846.4 -55766,6846.4 -55766,6846.4 -55766,6846.4 -55765,6846.4 -55765,6846.5 -55765,6846.5 -55765,6846.5 -55765,6846.5 -55765,6846.5 -55765,6846.5 -55765,6846.5 -55765,6846.5 -55765,6846.5 -55765,6846.6 -55765,6846.6 -55764,6846.6 -55764,6846.6 -55764,6846.6 -55764,6846.6 -55764,6846.6 -55764,6846.6 -55764,6846.6 -55764,6846.7 -55764,6846.7 -55764,6846.7 -55764,6846.7 -55765,6849.2 -55765,6849.2 -55765,6849.2 -55765,6849.3 -55764,6849.3 -55764,6849.3 -55764,6849.3 -55764,6849.3 -55764,6849.4 -55764,6849.4 -55764,6849.4 -55764,6849.4 -55764,6849.4 -55764,6849.5 -55764,6849.5 -55763,6849.5 -55763,6849.5 -55763,6849.5 -55763,6849.6 -55763,6849.6 -55763,6849.6 -55763,6849.6 -55763,6849.6 -55763,6849.6 -55763,6849.7 -55763,6849.7 -55763,6849.7 -55762,6849.7 -55762,6849.7 -55762,6849.8 -55762,6849.8 -55762,6849.8 -55762,6849.8 -55762,6849.8 -55762,6849.8 -55762,6849.9 -55762,6849.9 -55762,6849.9 -55762,6849.9 -55761,6849.9 -55761,6850 -55761,6850 -55761,6850 -55761,6850 -55761,6850 -55761,6850 -55761,6850.1 -55761,6850.1 -55761,6850.1 -55761,6850.1 -55760,6850.1 -55760,6850.1 -55760,6850.2 -55760,6850.2 -55760,6850.2 -55760,6850.2 -55760,6850.2 -55760,6850.2 -55760,6850.3 -55760,6850.3 -55760,6850.3 -55759,6850.3 -55759,6850.3 -55759,6850.3 -55759,6850.4 -55759,6850.4 -55759,6850.4 -55759,6850.4 -55759,6850.4 -55759,6850.4 -55759,6850.5 -55759,6850.5 -55759,6850.5 -55758,6850.5 -55758,6850.5 -55758,6850.5 -55758,6850.5 -55758,6850.6 -55758,6850.6 -55758,6850.6 -55758,6850.6 -55758,6850.6 -55758,6850.6 -55758,6850.6 -55757,6850.7 -55757,6850.7 -55757,6850.7 -55757,6850.7 -55757,6850.7 -55757,6850.7 -55757,6850.7 -55757,6850.8 -55757,6850.8 -55757,6850.8 -55757,6850.8 -55756,6850.8 -55756,6850.8 -55756,6850.8 -55756,6850.8 -55758,6853.5 -55758,6853.6 -55757,6853.6 -55757,6853.6 -55757,6853.6 -55757,6853.7 -55757,6853.7 -55757,6853.7 -55757,6853.7 -55757,6853.7 -55757,6853.8 -55757,6853.8 -55757,6853.8 -55756,6853.8 -55756,6853.8 -55756,6853.9 -55756,6853.9 -55756,6853.9 -55756,6853.9 -55756,6854 -55756,6854 -55756,6854 -55756,6854 -55756,6854 -55755,6854.1 -55755,6854.1 -55755,6854.1 -55755,6854.1 -55755,6854.1 -55755,6854.2 -55755,6854.2 -55755,6854.2 -55755,6854.2 -55755,6854.2 -55755,6854.3 -55754,6854.3 -55754,6854.3 -55754,6854.3 -55754,6854.3 -55754,6854.3 -55754,6854.4 -55754,6854.4 -55754,6854.4 -55754,6854.4 -55754,6854.4 -55754,6854.5 -55754,6854.5 -55753,6854.5 -55753,6854.5 -55753,6854.5 -55753,6854.5 -55753,6854.6 -55753,6854.6 -55753,6854.6 -55753,6854.6 -55753,6854.6 -55753,6854.7 -55752,6854.7 -55752,6854.7 -55752,6854.7 -55752,6854.7 -55752,6854.7 -55752,6854.7 -55752,6854.8 -55752,6854.8 -55752,6854.8 -55752,6854.8 -55752,6854.8 -55751,6854.8 -55751,6854.9 -55751,6854.9 -55751,6854.9 -55751,6854.9 -55751,6854.9 -55751,6854.9 -55751,6854.9 -55751,6855 -55751,6855 -55751,6855 -55750,6855 -55750,6855 -55750,6855 -55750,6855 -55750,6855.1 -55750,6855.1 -55750,6855.1 -55750,6855.1 -55750,6855.1 -55750,6855.1 -55750,6855.1 -55749,6855.1 -55749,6855.2 -55749,6855.2 -55749,6855.2 -55749,6855.2 -55749,6855.2 -55749,6855.2 -55749,6855.2 -55749,6855.2 -55749,6855.3 -55750,6857.8 -55750,6857.8 -55750,6857.9 -55749,6857.9 -55749,6857.9 -55749,6857.9 -55749,6858 -55749,6858 -55749,6858 -55749,6858 -55749,6858 -55749,6858.1 -55749,6858.1 -55749,6858.1 -55748,6858.1 -55748,6858.1 -55748,6858.2 -55748,6858.2 -55748,6858.2 -55748,6858.2 -55748,6858.2 -55748,6858.3 -55748,6858.3 -55748,6858.3 -55748,6858.3 -55747,6858.4 -55747,6858.4 -55747,6858.4 -55747,6858.4 -55747,6858.4 -55747,6858.4 -55747,6858.5 -55747,6858.5 -55747,6858.5 -55747,6858.5 -55746,6858.5 -55746,6858.6 -55746,6858.6 -55746,6858.6 -55746,6858.6 -55746,6858.6 -55746,6858.6 -55746,6858.7 -55746,6858.7 -55746,6858.7 -55746,6858.7 -55745,6858.7 -55745,6858.7 -55745,6858.8 -55745,6858.8 -55745,6858.8 -55745,6858.8 -55745,6858.8 -55745,6858.8 -55745,6858.9 -55745,6858.9 -55745,6858.9 -55744,6858.9 -55744,6858.9 -55744,6858.9 -55744,6859 -55744,6859 -55744,6859 -55744,6859 -55744,6859 -55744,6859 -55744,6859.1 -55743,6859.1 -55743,6859.1 -55743,6859.1 -55743,6859.1 -55743,6859.1 -55743,6859.1 -55743,6859.2 -55743,6859.2 -55743,6859.2 -55743,6859.2 -55743,6859.2 -55742,6859.2 -55742,6859.3 -55742,6859.3 -55742,6859.3 -55742,6859.3 -55742,6859.3 -55742,6859.3 -55742,6859.3 -55742,6859.4 -55742,6859.4 -55741,6859.4 -55741,6859.4 -55741,6859.4 -55741,6859.4 -55741,6859.4 -55741,6859.4 -55741,6859.5 -55741,6859.5 -55741,6859.5 -55741,6859.5 -55741,6859.5 -55740,6859.5 -55742,6861.9 -55742,6861.9 -55742,6861.9 -55742,6861.9 -55742,6862 -55742,6862 -55741,6862 -55741,6862 -55741,6862 -55741,6862.1 -55741,6862.1 -55741,6862.1 -55741,6862.1 -55741,6862.1 -55741,6862.2 -55741,6862.2 -55741,6862.2 -55740,6862.2 -55740,6862.2 -55740,6862.3 -55740,6862.3 -55740,6862.3 -55740,6862.3 -55740,6862.3 -55740,6862.4 -55740,6862.4 -55740,6862.4 -55739,6862.4 -55739,6862.4 -55739,6862.4 -55739,6862.5 -55739,6862.5 -55739,6862.5 -55739,6862.5 -55739,6862.5 -55739,6862.6 -55739,6862.6 -55739,6862.6 -55738,6862.6 -55738,6862.6 -55738,6862.6 -55738,6862.7 -55738,6862.7 -55738,6862.7 -55738,6862.7 -55738,6862.7 -55738,6862.7 -55738,6862.8 -55737,6862.8 -55737,6862.8 -55737,6862.8 -55737,6862.8 -55737,6862.8 -55737,6862.9 -55737,6862.9 -55737,6862.9 -55737,6862.9 -55737,6862.9 -55737,6862.9 -55736,6863 -55736,6863 -55736,6863 -55736,6863 -55736,6863 -55736,6863 -55736,6863.1 -55736,6863.1 -55736,6863.1 -55736,6863.1 -55735,6863.1 -55735,6863.1 -55735,6863.1 -55735,6863.2 -55735,6863.2 -55735,6863.2 -55735,6863.2 -55735,6863.2 -55735,6863.2 -55735,6863.2 -55734,6863.2 -55734,6863.3 -55734,6863.3 -55734,6863.3 -55734,6863.3 -55734,6863.3 -55734,6863.3 -55734,6863.3 -55734,6863.3 -55734,6863.4 -55734,6863.4 -55733,6863.4 -55733,6863.4 -55733,6863.4 -55733,6863.4 -55733,6863.4 -55733,6863.4 -55733,6863.5 -55733,6863.5 -55735,6865.5 -55734,6865.5 -55734,6865.5 -55734,6865.6 -55734,6865.6 -55734,6865.6 -55734,6865.6 -55734,6865.6 -55734,6865.7 -55734,6865.7 -55734,6865.7 -55733,6865.7 -55733,6865.7 -55733,6865.7 -55733,6865.8 -55733,6865.8 -55733,6865.8 -55733,6865.8 -55733,6865.8 -55733,6865.8 -55733,6865.9 -55733,6865.9 -55732,6865.9 -55732,6865.9 -55732,6865.9 -55732,6865.9 -55732,6866 -55732,6866 -55732,6866 -55732,6866 -55732,6866 -55732,6866 -55731,6866.1 -55731,6866.1 -55731,6866.1 -55731,6866.1 -55731,6866.1 -55731,6866.1 -55731,6866.1 -55731,6866.1 -55731,6866.2 -55731,6866.2 -55730,6866.2 -55730,6866.2 -55730,6866.2 -55730,6866.2 -55730,6866.2 -55730,6866.3 -55730,6866.3 -55730,6866.3 -55730,6866.3 -55730,6866.3 -55729,6866.3 -55729,6866.3 -55729,6866.3 -55729,6866.4 -55729,6866.4 -55729,6866.4 -55729,6866.4 -55729,6866.4 -55729,6866.4 -55729,6866.4 -55728,6866.4 -55728,6866.4 -55728,6866.5 -55728,6866.5 -55728,6866.5 -55728,6866.5 -55728,6866.5 -55728,6866.5 -55728,6866.5 -55728,6866.5 -55727,6866.6 -55727,6866.6 -55727,6866.6 -55727,6866.6 -55727,6866.6 -55727,6866.6 -55727,6866.6 -55727,6866.6 -55727,6866.6 -55727,6866.6 -55726,6866.7 -55726,6866.7 -55726,6866.7 -55726,6866.7 -55726,6866.7 -55726,6866.7 -55726,6866.7 -55726,6866.7 -55726,6866.7 -55726,6866.7 -55725,6866.7 -55725,6866.7 -55725,6866.8 -55725,6866.8 -55725,6866.8 -55725,6866.8 -55725,6866.8 -55725,6866.8 -55726,6869.5 -55726,6869.5 -55726,6869.5 -55726,6869.5 -55726,6869.6 -55726,6869.6 -55726,6869.6 -55725,6869.6 -55725,6869.6 -55725,6869.6 -55725,6869.6 -55725,6869.7 -55725,6869.7 -55725,6869.7 -55725,6869.7 -55725,6869.7 -55725,6869.7 -55724,6869.8 -55724,6869.8 -55724,6869.8 -55724,6869.8 -55724,6869.8 -55724,6869.8 -55724,6869.8 -55724,6869.9 -55724,6869.9 -55724,6869.9 -55723,6869.9 -55723,6869.9 -55723,6869.9 -55723,6869.9 -55723,6870 -55723,6870 -55723,6870 -55723,6870 -55723,6870 -55722,6870 -55722,6870 -55722,6870.1 -55722,6870.1 -55722,6870.1 -55722,6870.1 -55722,6870.1 -55722,6870.1 -55722,6870.1 -55722,6870.2 -55721,6870.2 -55721,6870.2 -55721,6870.2 -55721,6870.2 -55721,6870.2 -55721,6870.2 -55721,6870.2 -55721,6870.3 -55721,6870.3 -55721,6870.3 -55720,6870.3 -55720,6870.3 -55720,6870.3 -55720,6870.3 -55720,6870.3 -55720,6870.3 -55720,6870.4 -55720,6870.4 -55720,6870.4 -55719,6870.4 -55719,6870.4 -55719,6870.4 -55719,6870.4 -55719,6870.4 -55719,6870.4 -55719,6870.4 -55719,6870.5 -55719,6870.5 -55718,6870.5 -55718,6870.5 -55718,6870.5 -55718,6870.5 -55718,6870.5 -55718,6870.5 -55718,6870.5 -55718,6870.5 -55718,6870.5 -55718,6870.5 -55717,6870.5 -55717,6870.5 -55717,6870.6 -55717,6870.6 -55717,6870.6 -55717,6870.6 -55717,6870.6 -55717,6870.6 -55717,6870.6 -55716,6870.6 -55716,6870.6 -55716,6870.6 -55716,6870.6 -55716,6870.6 -55718,6873.5 -55718,6873.5 -55718,6873.5 -55717,6873.5 -55717,6873.6 -55717,6873.6 -55717,6873.6 -55717,6873.6 -55717,6873.6 -55717,6873.6 -55717,6873.7 -55717,6873.7 -55716,6873.7 -55716,6873.7 -55716,6873.7 -55716,6873.7 -55716,6873.8 -55716,6873.8 -55716,6873.8 -55716,6873.8 -55716,6873.8 -55715,6873.8 -55715,6873.8 -55715,6873.9 -55715,6873.9 -55715,6873.9 -55715,6873.9 -55715,6873.9 -55715,6873.9 -55715,6873.9 -55715,6874 -55714,6874 -55714,6874 -55714,6874 -55714,6874 -55714,6874 -55714,6874 -55714,6874.1 -55714,6874.1 -55714,6874.1 -55713,6874.1 -55713,6874.1 -55713,6874.1 -55713,6874.1 -55713,6874.2 -55713,6874.2 -55713,6874.2 -55713,6874.2 -55713,6874.2 -55712,6874.2 -55712,6874.2 -55712,6874.2 -55712,6874.2 -55712,6874.3 -55712,6874.3 -55712,6874.3 -55712,6874.3 -55712,6874.3 -55711,6874.3 -55711,6874.3 -55711,6874.3 -55711,6874.3 -55711,6874.3 -55711,6874.4 -55711,6874.4 -55711,6874.4 -55711,6874.4 -55710,6874.4 -55710,6874.4 -55710,6874.4 -55710,6874.4 -55710,6874.4 -55710,6874.4 -55710,6874.5 -55710,6874.5 -55710,6874.5 -55709,6874.5 -55709,6874.5 -55709,6874.5 -55709,6874.5 -55709,6874.5 -55709,6874.5 -55709,6874.5 -55709,6874.5 -55709,6874.6 -55708,6874.6 -55708,6874.6 -55708,6874.6 -55708,6874.6 -55708,6874.6 -55708,6874.6 -55708,6874.6 -55708,6874.6 -55707,6874.6 -55707,6874.6 -55707,6874.6 -55707,6874.7 -55707,6874.7 -55707,6874.7 -55707,6874.7 -55707,6874.7 -55709,6877.7 -55709,6877.8 -55709,6877.8 -55709,6877.8 -55709,6877.8 -55709,6877.8 -55709,6877.8 -55709,6877.9 -55709,6877.9 -55708,6877.9 -55708,6877.9 -55708,6877.9 -55708,6877.9 -55708,6878 -55708,6878 -55708,6878 -55708,6878 -55708,6878 -55707,6878 -55707,6878.1 -55707,6878.1 -55707,6878.1 -55707,6878.1 -55707,6878.1 -55707,6878.1 -55707,6878.1 -55707,6878.2 -55706,6878.2 -55706,6878.2 -55706,6878.2 -55706,6878.2 -55706,6878.2 -55706,6878.2 -55706,6878.3 -55706,6878.3 -55706,6878.3 -55706,6878.3 -55705,6878.3 -55705,6878.3 -55705,6878.3 -55705,6878.4 -55705,6878.4 -55705,6878.4 -55705,6878.4 -55705,6878.4 -55704,6878.4 -55704,6878.4 -55704,6878.4 -55704,6878.5 -55704,6878.5 -55704,6878.5 -55704,6878.5 -55704,6878.5 -55704,6878.5 -55703,6878.5 -55703,6878.5 -55703,6878.6 -55703,6878.6 -55703,6878.6 -55703,6878.6 -55703,6878.6 -55703,6878.6 -55703,6878.6 -55702,6878.6 -55702,6878.7 -55702,6878.7 -55702,6878.7 -55702,6878.7 -55702,6878.7 -55702,6878.7 -55702,6878.7 -55702,6878.7 -55701,6878.7 -55701,6878.8 -55701,6878.8 -55701,6878.8 -55701,6878.8 -55701,6878.8 -55701,6878.8 -55701,6878.8 -55701,6878.8 -55700,6878.8 -55700,6878.8 -55700,6878.9 -55700,6878.9 -55700,6878.9 -55700,6878.9 -55700,6878.9 -55700,6878.9 -55699,6878.9 -55699,6878.9 -55699,6878.9 -55699,6878.9 -55699,6878.9 -55699,6878.9 -55699,6879 -55699,6879 -55701,6882.3 -55701,6882.4 -55701,6882.4 -55701,6882.4 -55701,6882.4 -55701,6882.4 -55701,6882.5 -55700,6882.5 -55700,6882.5 -55700,6882.5 -55700,6882.5 -55700,6882.6 -55700,6882.6 -55700,6882.6 -55700,6882.6 -55700,6882.6 -55699,6882.7 -55699,6882.7 -55699,6882.7 -55699,6882.7 -55699,6882.7 -55699,6882.8 -55699,6882.8 -55699,6882.8 -55699,6882.8 -55698,6882.8 -55698,6882.8 -55698,6882.9 -55698,6882.9 -55698,6882.9 -55698,6882.9 -55698,6882.9 -55698,6883 -55698,6883 -55697,6883 -55697,6883 -55697,6883 -55697,6883.1 -55697,6883.1 -55697,6883.1 -55697,6883.1 -55697,6883.1 -55697,6883.1 -55696,6883.2 -55696,6883.2 -55696,6883.2 -55696,6883.2 -55696,6883.2 -55696,6883.3 -55696,6883.3 -55696,6883.3 -55696,6883.3 -55695,6883.3 -55695,6883.3 -55695,6883.4 -55695,6883.4 -55695,6883.4 -55695,6883.4 -55695,6883.4 -55695,6883.4 -55694,6883.5 -55694,6883.5 -55694,6883.5 -55694,6883.5 -55694,6883.5 -55694,6883.5 -55694,6883.5 -55694,6883.6 -55694,6883.6 -55693,6883.6 -55693,6883.6 -55693,6883.6 -55693,6883.6 -55693,6883.6 -55693,6883.7 -55693,6883.7 -55693,6883.7 -55693,6883.7 -55692,6883.7 -55692,6883.7 -55692,6883.8 -55692,6883.8 -55692,6883.8 -55692,6883.8 -55692,6883.8 -55692,6883.8 -55691,6883.8 -55691,6883.9 -55691,6883.9 -55691,6883.9 -55691,6883.9 -55691,6883.9 -55691,6883.9 -55691,6883.9 -55690,6884 -55690,6884 -55690,6884 -55690,6884 -55690,6884 -55690,6884 -55693,6887 -55693,6887 -55693,6887.1 -55692,6887.1 -55692,6887.1 -55692,6887.1 -55692,6887.2 -55692,6887.2 -55692,6887.2 -55692,6887.2 -55692,6887.3 -55692,6887.3 -55691,6887.3 -55691,6887.3 -55691,6887.4 -55691,6887.4 -55691,6887.4 -55691,6887.4 -55691,6887.5 -55691,6887.5 -55691,6887.5 -55690,6887.5 -55690,6887.6 -55690,6887.6 -55690,6887.6 -55690,6887.6 -55690,6887.7 -55690,6887.7 -55690,6887.7 -55690,6887.7 -55689,6887.7 -55689,6887.8 -55689,6887.8 -55689,6887.8 -55689,6887.8 -55689,6887.9 -55689,6887.9 -55689,6887.9 -55689,6887.9 -55688,6887.9 -55688,6888 -55688,6888 -55688,6888 -55688,6888 -55688,6888.1 -55688,6888.1 -55688,6888.1 -55688,6888.1 -55687,6888.1 -55687,6888.2 -55687,6888.2 -55687,6888.2 -55687,6888.2 -55687,6888.3 -55687,6888.3 -55687,6888.3 -55686,6888.3 -55686,6888.3 -55686,6888.4 -55686,6888.4 -55686,6888.4 -55686,6888.4 -55686,6888.5 -55686,6888.5 -55686,6888.5 -55685,6888.5 -55685,6888.5 -55685,6888.6 -55685,6888.6 -55685,6888.6 -55685,6888.6 -55685,6888.7 -55685,6888.7 -55684,6888.7 -55684,6888.7 -55684,6888.7 -55684,6888.8 -55684,6888.8 -55684,6888.8 -55684,6888.8 -55684,6888.8 -55684,6888.9 -55683,6888.9 -55683,6888.9 -55683,6888.9 -55683,6889 -55683,6889 -55683,6889 -55683,6889 -55683,6889 -55682,6889.1 -55682,6889.1 -55682,6889.1 -55682,6889.1 -55682,6889.1 -55682,6889.2 -55682,6889.2 -55682,6889.2 -55681,6889.2 -55681,6889.2 -55684,6891.6 -55684,6891.6 -55684,6891.7 -55684,6891.7 -55684,6891.7 -55684,6891.7 -55684,6891.8 -55684,6891.8 -55683,6891.8 -55683,6891.9 -55683,6891.9 -55683,6891.9 -55683,6891.9 -55683,6892 -55683,6892 -55683,6892 -55683,6892 -55682,6892.1 -55682,6892.1 -55682,6892.1 -55682,6892.2 -55682,6892.2 -55682,6892.2 -55682,6892.3 -55682,6892.3 -55682,6892.3 -55681,6892.3 -55681,6892.4 -55681,6892.4 -55681,6892.4 -55681,6892.5 -55681,6892.5 -55681,6892.5 -55681,6892.6 -55681,6892.6 -55680,6892.6 -55680,6892.6 -55680,6892.7 -55680,6892.7 -55680,6892.7 -55680,6892.8 -55680,6892.8 -55680,6892.8 -55679,6892.9 -55679,6892.9 -55679,6892.9 -55679,6892.9 -55679,6893 -55679,6893 -55679,6893 -55679,6893.1 -55679,6893.1 -55678,6893.1 -55678,6893.2 -55678,6893.2 -55678,6893.2 -55678,6893.2 -55678,6893.3 -55678,6893.3 -55678,6893.3 -55678,6893.4 -55677,6893.4 -55677,6893.4 -55677,6893.5 -55677,6893.5 -55677,6893.5 -55677,6893.5 -55677,6893.6 -55677,6893.6 -55676,6893.6 -55676,6893.7 -55676,6893.7 -55676,6893.7 -55676,6893.8 -55676,6893.8 -55676,6893.8 -55676,6893.8 -55676,6893.9 -55675,6893.9 -55675,6893.9 -55675,6894 -55675,6894 -55675,6894 -55675,6894 -55675,6894.1 -55675,6894.1 -55675,6894.1 -55674,6894.2 -55674,6894.2 -55674,6894.2 -55674,6894.3 -55674,6894.3 -55674,6894.3 -55674,6894.3 -55674,6894.4 -55673,6894.4 -55673,6894.4 -55673,6894.5 -55673,6894.5 -55676,6896 -55676,6896 -55676,6896 -55676,6896.1 -55676,6896.1 -55675,6896.1 -55675,6896.2 -55675,6896.2 -55675,6896.2 -55675,6896.3 -55675,6896.3 -55675,6896.4 -55675,6896.4 -55675,6896.4 -55674,6896.5 -55674,6896.5 -55674,6896.5 -55674,6896.6 -55674,6896.6 -55674,6896.6 -55674,6896.7 -55674,6896.7 -55674,6896.7 -55673,6896.8 -55673,6896.8 -55673,6896.8 -55673,6896.9 -55673,6896.9 -55673,6896.9 -55673,6897 -55673,6897 -55673,6897.1 -55672,6897.1 -55672,6897.1 -55672,6897.2 -55672,6897.2 -55672,6897.2 -55672,6897.3 -55672,6897.3 -55672,6897.3 -55672,6897.4 -55671,6897.4 -55671,6897.4 -55671,6897.5 -55671,6897.5 -55671,6897.5 -55671,6897.5 -55671,6897.6 -55671,6897.6 -55671,6897.6 -55670,6897.7 -55670,6897.7 -55670,6897.7 -55670,6897.8 -55670,6897.8 -55670,6897.8 -55670,6897.9 -55670,6897.9 -55670,6897.9 -55669,6898 -55669,6898 -55669,6898 -55669,6898.1 -55669,6898.1 -55669,6898.1 -55669,6898.2 -55669,6898.2 -55669,6898.2 -55668,6898.3 -55668,6898.3 -55668,6898.3 -55668,6898.4 -55668,6898.4 -55668,6898.4 -55668,6898.5 -55668,6898.5 -55667,6898.5 -55667,6898.6 -55667,6898.6 -55667,6898.6 -55667,6898.6 -55667,6898.7 -55667,6898.7 -55667,6898.7 -55667,6898.8 -55666,6898.8 -55666,6898.8 -55666,6898.9 -55666,6898.9 -55666,6898.9 -55666,6899 -55666,6899 -55666,6899 -55666,6899.1 -55665,6899.1 -55665,6899.1 -55665,6899.1 -55665,6899.2 -55665,6899.2 -55665,6899.2 -55665,6899.3 -55668,6899.3 -55668,6899.3 -55667,6899.4 -55667,6899.4 -55667,6899.4 -55667,6899.4 -55667,6899.5 -55667,6899.5 -55667,6899.5 -55667,6899.6 -55667,6899.6 -55666,6899.6 -55666,6899.6 -55666,6899.7 -55666,6899.7 -55666,6899.7 -55666,6899.8 -55666,6899.8 -55666,6899.8 -55666,6899.8 -55666,6899.9 -55665,6899.9 -55665,6899.9 -55665,6899.9 -55665,6900 -55665,6900 -55665,6900 -55665,6900.1 -55665,6900.1 -55665,6900.1 -55664,6900.1 -55664,6900.2 -55664,6900.2 -55664,6900.2 -55664,6900.2 -55664,6900.3 -55664,6900.3 -55664,6900.3 -55664,6900.3 -55663,6900.4 -55663,6900.4 -55663,6900.4 -55663,6900.5 -55663,6900.5 -55663,6900.5 -55663,6900.5 -55663,6900.6 -55663,6900.6 -55663,6900.6 -55662,6900.6 -55662,6900.7 -55662,6900.7 -55662,6900.7 -55662,6900.7 -55662,6900.8 -55662,6900.8 -55662,6900.8 -55662,6900.8 -55661,6900.9 -55661,6900.9 -55661,6900.9 -55661,6900.9 -55661,6901 -55661,6901 -55661,6901 -55661,6901 -55661,6901.1 -55660,6901.1 -55660,6901.1 -55660,6901.1 -55660,6901.2 -55660,6901.2 -55660,6901.2 -55660,6901.2 -55660,6901.3 -55660,6901.3 -55659,6901.3 -55659,6901.3 -55659,6901.3 -55659,6901.4 -55659,6901.4 -55659,6901.4 -55659,6901.4 -55659,6901.5 -55659,6901.5 -55658,6901.5 -55658,6901.5 -55658,6901.6 -55658,6901.6 -55658,6901.6 -55658,6901.6 -55658,6901.6 -55658,6901.7 -55658,6901.7 -55658,6901.7 -55657,6901.7 -55657,6901.7 -55657,6901.8 -55659,6901 -55659,6901 -55659,6901.1 -55659,6901.1 -55659,6901.1 -55658,6901.1 -55658,6901.1 -55658,6901.1 -55658,6901.2 -55658,6901.2 -55658,6901.2 -55658,6901.2 -55658,6901.2 -55658,6901.3 -55657,6901.3 -55657,6901.3 -55657,6901.3 -55657,6901.3 -55657,6901.3 -55657,6901.4 -55657,6901.4 -55657,6901.4 -55657,6901.4 -55657,6901.4 -55656,6901.5 -55656,6901.5 -55656,6901.5 -55656,6901.5 -55656,6901.5 -55656,6901.5 -55656,6901.5 -55656,6901.6 -55656,6901.6 -55655,6901.6 -55655,6901.6 -55655,6901.6 -55655,6901.6 -55655,6901.7 -55655,6901.7 -55655,6901.7 -55655,6901.7 -55655,6901.7 -55655,6901.7 -55654,6901.7 -55654,6901.8 -55654,6901.8 -55654,6901.8 -55654,6901.8 -55654,6901.8 -55654,6901.8 -55654,6901.8 -55654,6901.8 -55653,6901.9 -55653,6901.9 -55653,6901.9 -55653,6901.9 -55653,6901.9 -55653,6901.9 -55653,6901.9 -55653,6901.9 -55653,6902 -55653,6902 -55652,6902 -55652,6902 -55652,6902 -55652,6902 -55652,6902 -55652,6902 -55652,6902.1 -55652,6902.1 -55652,6902.1 -55651,6902.1 -55651,6902.1 -55651,6902.1 -55651,6902.1 -55651,6902.1 -55651,6902.1 -55651,6902.2 -55651,6902.2 -55651,6902.2 -55650,6902.2 -55650,6902.2 -55650,6902.2 -55650,6902.2 -55650,6902.2 -55650,6902.2 -55650,6902.2 -55650,6902.3 -55650,6902.3 -55650,6902.3 -55649,6902.3 -55649,6902.3 -55649,6902.3 -55649,6902.3 -55649,6902.3 -55649,6902.3 -55649,6902.3 -55649,6902.3 -55649,6902.3 -55648,6902.4 -55650,6901.5 -55650,6901.5 -55650,6901.5 -55650,6901.5 -55650,6901.5 -55649,6901.5 -55649,6901.5 -55649,6901.5 -55649,6901.5 -55649,6901.5 -55649,6901.5 -55649,6901.5 -55649,6901.5 -55649,6901.5 -55649,6901.5 -55648,6901.5 -55648,6901.5 -55648,6901.5 -55648,6901.5 -55648,6901.5 -55648,6901.5 -55648,6901.5 -55648,6901.5 -55648,6901.5 -55647,6901.5 -55647,6901.5 -55647,6901.5 -55647,6901.5 -55647,6901.5 -55647,6901.5 -55647,6901.5 -55647,6901.5 -55647,6901.5 -55647,6901.5 -55646,6901.5 -55646,6901.5 -55646,6901.5 -55646,6901.5 -55646,6901.5 -55646,6901.5 -55646,6901.5 -55646,6901.5 -55646,6901.5 -55646,6901.5 -55645,6901.5 -55645,6901.5 -55645,6901.5 -55645,6901.5 -55645,6901.5 -55645,6901.5 -55645,6901.5 -55645,6901.5 -55645,6901.5 -55644,6901.5 -55644,6901.5 -55644,6901.5 -55644,6901.5 -55644,6901.5 -55644,6901.5 -55644,6901.5 -55644,6901.5 -55644,6901.5 -55644,6901.5 -55643,6901.5 -55643,6901.5 -55643,6901.5 -55643,6901.4 -55643,6901.4 -55643,6901.4 -55643,6901.4 -55643,6901.4 -55643,6901.4 -55642,6901.4 -55642,6901.4 -55642,6901.4 -55642,6901.4 -55642,6901.4 -55642,6901.4 -55642,6901.4 -55642,6901.4 -55642,6901.3 -55642,6901.3 -55641,6901.3 -55641,6901.3 -55641,6901.3 -55641,6901.3 -55641,6901.3 -55641,6901.3 -55641,6901.3 -55641,6901.3 -55641,6901.2 -55641,6901.2 -55640,6901.2 -55640,6901.2 -55640,6901.2 -55640,6901.2 -55640,6901.2 -55640,6901.2 -55641,6901.2 -55641,6901.2 -55640,6901.2 -55640,6901.2 -55640,6901.1 -55640,6901.1 -55640,6901.1 -55640,6901.1 -55640,6901.1 -55640,6901.1 -55640,6901.1 -55640,6901 -55639,6901 -55639,6901 -55639,6901 -55639,6901 -55639,6901 -55639,6901 -55639,6900.9 -55639,6900.9 -55639,6900.9 -55639,6900.9 -55638,6900.9 -55638,6900.9 -55638,6900.9 -55638,6900.8 -55638,6900.8 -55638,6900.8 -55638,6900.8 -55638,6900.8 -55638,6900.7 -55638,6900.7 -55637,6900.7 -55637,6900.7 -55637,6900.7 -55637,6900.7 -55637,6900.6 -55637,6900.6 -55637,6900.6 -55637,6900.6 -55637,6900.6 -55636,6900.5 -55636,6900.5 -55636,6900.5 -55636,6900.5 -55636,6900.4 -55636,6900.4 -55636,6900.4 -55636,6900.4 -55636,6900.4 -55636,6900.3 -55635,6900.3 -55635,6900.3 -55635,6900.3 -55635,6900.2 -55635,6900.2 -55635,6900.2 -55635,6900.2 -55635,6900.2 -55635,6900.1 -55635,6900.1 -55634,6900.1 -55634,6900.1 -55634,6900 -55634,6900 -55634,6900 -55634,6900 -55634,6899.9 -55634,6899.9 -55634,6899.9 -55633,6899.9 -55633,6899.8 -55633,6899.8 -55633,6899.8 -55633,6899.8 -55633,6899.7 -55633,6899.7 -55633,6899.7 -55633,6899.6 -55633,6899.6 -55632,6899.6 -55632,6899.6 -55632,6899.5 -55632,6899.5 -55632,6899.5 -55632,6899.5 -55632,6899.4 -55632,6899.4 -55632,6899.4 -55631,6899.3 -55631,6899.3 -55631,6899.3 -55631,6899.2 -55631,6899.2 -55631,6899.2 -55631,6899.2 -55631,6899.1 -55631,6899.1 -55631,6899.1 -55630,6899 -55631,6899.6 -55631,6899.5 -55631,6899.5 -55630,6899.5 -55630,6899.5 -55630,6899.4 -55630,6899.4 -55630,6899.4 -55630,6899.3 -55630,6899.3 -55630,6899.3 -55630,6899.2 -55629,6899.2 -55629,6899.2 -55629,6899.1 -55629,6899.1 -55629,6899.1 -55629,6899 -55629,6899 -55629,6899 -55629,6898.9 -55629,6898.9 -55628,6898.9 -55628,6898.8 -55628,6898.8 -55628,6898.8 -55628,6898.7 -55628,6898.7 -55628,6898.7 -55628,6898.6 -55628,6898.6 -55628,6898.5 -55627,6898.5 -55627,6898.5 -55627,6898.4 -55627,6898.4 -55627,6898.4 -55627,6898.3 -55627,6898.3 -55627,6898.3 -55627,6898.2 -55626,6898.2 -55626,6898.1 -55626,6898.1 -55626,6898.1 -55626,6898 -55626,6898 -55626,6897.9 -55626,6897.9 -55626,6897.9 -55626,6897.8 -55625,6897.8 -55625,6897.7 -55625,6897.7 -55625,6897.7 -55625,6897.6 -55625,6897.6 -55625,6897.5 -55625,6897.5 -55625,6897.4 -55624,6897.4 -55624,6897.4 -55624,6897.3 -55624,6897.3 -55624,6897.2 -55624,6897.2 -55624,6897.1 -55624,6897.1 -55624,6897 -55624,6897 -55623,6897 -55623,6896.9 -55623,6896.9 -55623,6896.8 -55623,6896.8 -55623,6896.7 -55623,6896.7 -55623,6896.6 -55623,6896.6 -55623,6896.5 -55622,6896.5 -55622,6896.5 -55622,6896.4 -55622,6896.4 -55622,6896.3 -55622,6896.3 -55622,6896.2 -55622,6896.2 -55622,6896.1 -55621,6896.1 -55621,6896 -55621,6896 -55621,6895.9 -55621,6895.9 -55621,6895.8 -55621,6895.8 -55621,6895.7 -55621,6895.7 -55621,6895.6 -55621,6897.6 -55621,6897.6 -55621,6897.5 -55621,6897.5 -55621,6897.4 -55621,6897.4 -55620,6897.3 -55620,6897.3 -55620,6897.3 -55620,6897.2 -55620,6897.2 -55620,6897.1 -55620,6897.1 -55620,6897 -55620,6897 -55619,6896.9 -55619,6896.9 -55619,6896.9 -55619,6896.8 -55619,6896.8 -55619,6896.7 -55619,6896.7 -55619,6896.6 -55619,6896.6 -55619,6896.5 -55618,6896.5 -55618,6896.4 -55618,6896.4 -55618,6896.3 -55618,6896.3 -55618,6896.2 -55618,6896.2 -55618,6896.1 -55618,6896.1 -55618,6896 -55617,6896 -55617,6895.9 -55617,6895.9 -55617,6895.8 -55617,6895.8 -55617,6895.7 -55617,6895.7 -55617,6895.6 -55617,6895.6 -55617,6895.5 -55616,6895.5 -55616,6895.4 -55616,6895.4 -55616,6895.3 -55616,6895.2 -55616,6895.2 -55616,6895.1 -55616,6895.1 -55616,6895 -55615,6895 -55615,6894.9 -55615,6894.9 -55615,6894.8 -55615,6894.8 -55615,6894.7 -55615,6894.6 -55615,6894.6 -55615,6894.5 -55615,6894.5 -55614,6894.4 -55614,6894.4 -55614,6894.3 -55614,6894.2 -55614,6894.2 -55614,6894.1 -55614,6894.1 -55614,6894 -55614,6893.9 -55614,6893.9 -55613,6893.8 -55613,6893.8 -55613,6893.7 -55613,6893.6 -55613,6893.6 -55613,6893.5 -55613,6893.5 -55613,6893.4 -55613,6893.3 -55613,6893.3 -55612,6893.2 -55612,6893.1 -55612,6893.1 -55612,6893 -55612,6893 -55612,6892.9 -55612,6892.8 -55612,6892.8 -55612,6892.7 -55611,6892.6 -55611,6892.6 -55611,6892.5 -55611,6892.4 -55611,6892.4 -55611,6895.2 -55611,6895.1 -55611,6895.1 -55611,6895 -55610,6894.9 -55610,6894.9 -55610,6894.8 -55610,6894.8 -55610,6894.7 -55610,6894.7 -55610,6894.6 -55610,6894.5 -55610,6894.5 -55609,6894.4 -55609,6894.4 -55609,6894.3 -55609,6894.2 -55609,6894.2 -55609,6894.1 -55609,6894.1 -55609,6894 -55609,6893.9 -55609,6893.9 -55608,6893.8 -55608,6893.7 -55608,6893.7 -55608,6893.6 -55608,6893.6 -55608,6893.5 -55608,6893.4 -55608,6893.4 -55608,6893.3 -55608,6893.2 -55607,6893.2 -55607,6893.1 -55607,6893 -55607,6893 -55607,6892.9 -55607,6892.8 -55607,6892.8 -55607,6892.7 -55607,6892.6 -55606,6892.6 -55606,6892.5 -55606,6892.4 -55606,6892.4 -55606,6892.3 -55606,6892.2 -55606,6892.2 -55606,6892.1 -55606,6892 -55606,6892 -55605,6891.9 -55605,6891.8 -55605,6891.7 -55605,6891.7 -55605,6891.6 -55605,6891.5 -55605,6891.5 -55605,6891.4 -55605,6891.3 -55605,6891.2 -55604,6891.2 -55604,6891.1 -55604,6891 -55604,6891 -55604,6890.9 -55604,6890.8 -55604,6890.7 -55604,6890.7 -55604,6890.6 -55603,6890.5 -55603,6890.4 -55603,6890.4 -55603,6890.3 -55603,6890.2 -55603,6890.1 -55603,6890 -55603,6890 -55603,6889.9 -55603,6889.8 -55602,6889.7 -55602,6889.7 -55602,6889.6 -55602,6889.5 -55602,6889.4 -55602,6889.4 -55602,6889.3 -55602,6889.2 -55602,6889.1 -55601,6889 -55601,6889 -55601,6888.9 -55601,6888.8 -55601,6888.7 -55601,6888.6 -55601,6888.6 -55601,6888.5 -55601,6888.4 -55601,6888.3 -55600,6888.2 -55600,6892.7 -55600,6892.6 -55600,6892.5 -55600,6892.5 -55600,6892.4 -55600,6892.3 -55600,6892.3 -55600,6892.2 -55599,6892.1 -55599,6892.1 -55599,6892 -55599,6891.9 -55599,6891.9 -55599,6891.8 -55599,6891.7 -55599,6891.7 -55599,6891.6 -55599,6891.5 -55598,6891.5 -55598,6891.4 -55598,6891.3 -55598,6891.2 -55598,6891.2 -55598,6891.1 -55598,6891 -55598,6891 -55598,6890.9 -55597,6890.8 -55597,6890.8 -55597,6890.7 -55597,6890.6 -55597,6890.5 -55597,6890.5 -55597,6890.4 -55597,6890.3 -55597,6890.3 -55597,6890.2 -55596,6890.1 -55596,6890 -55596,6890 -55596,6889.9 -55596,6889.8 -55596,6889.7 -55596,6889.7 -55596,6889.6 -55596,6889.5 -55595,6889.4 -55595,6889.4 -55595,6889.3 -55595,6889.2 -55595,6889.1 -55595,6889.1 -55595,6889 -55595,6888.9 -55595,6888.8 -55595,6888.7 -55594,6888.7 -55594,6888.6 -55594,6888.5 -55594,6888.4 -55594,6888.4 -55594,6888.3 -55594,6888.2 -55594,6888.1 -55594,6888 -55593,6888 -55593,6887.9 -55593,6887.8 -55593,6887.7 -55593,6887.6 -55593,6887.6 -55593,6887.5 -55593,6887.4 -55593,6887.3 -55592,6887.2 -55592,6887.1 -55592,6887.1 -55592,6887 -55592,6886.9 -55592,6886.8 -55592,6886.7 -55592,6886.6 -55592,6886.6 -55592,6886.5 -55591,6886.4 -55591,6886.3 -55591,6886.2 -55591,6886.1 -55591,6886 -55591,6885.9 -55591,6885.9 -55591,6885.8 -55591,6885.7 -55590,6885.6 -55590,6885.5 -55590,6885.4 -55590,6885.3 -55590,6885.2 -55590,6885.2 -55591,6890.5 -55590,6890.4 -55590,6890.3 -55590,6890.2 -55590,6890.2 -55590,6890.1 -55590,6890 -55590,6890 -55590,6889.9 -55590,6889.8 -55590,6889.7 -55589,6889.7 -55589,6889.6 -55589,6889.5 -55589,6889.5 -55589,6889.4 -55589,6889.3 -55589,6889.2 -55589,6889.2 -55589,6889.1 -55588,6889 -55588,6888.9 -55588,6888.9 -55588,6888.8 -55588,6888.7 -55588,6888.6 -55588,6888.5 -55588,6888.5 -55588,6888.4 -55588,6888.3 -55587,6888.2 -55587,6888.2 -55587,6888.1 -55587,6888 -55587,6887.9 -55587,6887.8 -55587,6887.8 -55587,6887.7 -55587,6887.6 -55586,6887.5 -55586,6887.4 -55586,6887.4 -55586,6887.3 -55586,6887.2 -55586,6887.1 -55586,6887 -55586,6887 -55586,6886.9 -55585,6886.8 -55585,6886.7 -55585,6886.6 -55585,6886.5 -55585,6886.5 -55585,6886.4 -55585,6886.3 -55585,6886.2 -55585,6886.1 -55585,6886 -55584,6885.9 -55584,6885.9 -55584,6885.8 -55584,6885.7 -55584,6885.6 -55584,6885.5 -55584,6885.4 -55584,6885.4 -55584,6885.3 -55583,6885.2 -55583,6885.1 -55583,6885 -55583,6884.9 -55583,6884.8 -55583,6884.7 -55583,6884.7 -55583,6884.6 -55583,6884.5 -55583,6884.4 -55582,6884.3 -55582,6884.2 -55582,6884.1 -55582,6884 -55582,6883.9 -55582,6883.9 -55582,6883.8 -55582,6883.7 -55582,6883.6 -55581,6883.5 -55581,6883.4 -55581,6883.3 -55581,6883.2 -55581,6883.1 -55581,6883 -55581,6882.9 -55581,6882.9 -55581,6882.8 -55580,6882.7 -55580,6882.6 -55580,6882.5 -55580,6882.4 -55580,6882.3 -55581,6888.7 -55581,6888.6 -55581,6888.5 -55581,6888.5 -55581,6888.4 -55581,6888.3 -55580,6888.2 -55580,6888.2 -55580,6888.1 -55580,6888 -55580,6888 -55580,6887.9 -55580,6887.8 -55580,6887.7 -55580,6887.7 -55579,6887.6 -55579,6887.5 -55579,6887.4 -55579,6887.4 -55579,6887.3 -55579,6887.2 -55579,6887.1 -55579,6887.1 -55579,6887 -55579,6886.9 -55578,6886.8 -55578,6886.8 -55578,6886.7 -55578,6886.6 -55578,6886.5 -55578,6886.5 -55578,6886.4 -55578,6886.3 -55578,6886.2 -55577,6886.2 -55577,6886.1 -55577,6886 -55577,6885.9 -55577,6885.9 -55577,6885.8 -55577,6885.7 -55577,6885.6 -55577,6885.5 -55577,6885.5 -55576,6885.4 -55576,6885.3 -55576,6885.2 -55576,6885.2 -55576,6885.1 -55576,6885 -55576,6884.9 -55576,6884.8 -55576,6884.8 -55575,6884.7 -55575,6884.6 -55575,6884.5 -55575,6884.4 -55575,6884.4 -55575,6884.3 -55575,6884.2 -55575,6884.1 -55575,6884 -55575,6884 -55574,6883.9 -55574,6883.8 -55574,6883.7 -55574,6883.6 -55574,6883.6 -55574,6883.5 -55574,6883.4 -55574,6883.3 -55574,6883.2 -55573,6883.1 -55573,6883 -55573,6883 -55573,6882.9 -55573,6882.8 -55573,6882.7 -55573,6882.6 -55573,6882.5 -55573,6882.4 -55573,6882.4 -55572,6882.3 -55572,6882.2 -55572,6882.1 -55572,6882 -55572,6881.9 -55572,6881.8 -55572,6881.7 -55572,6881.7 -55572,6881.6 -55571,6881.5 -55571,6881.4 -55571,6881.3 -55571,6881.2 -55571,6881.1 -55571,6881 -55571,6880.9 -55571,6887.4 -55571,6887.4 -55571,6887.3 -55571,6887.2 -55571,6887.2 -55571,6887.1 -55571,6887 -55570,6887 -55570,6886.9 -55570,6886.8 -55570,6886.7 -55570,6886.7 -55570,6886.6 -55570,6886.5 -55570,6886.5 -55570,6886.4 -55570,6886.3 -55569,6886.3 -55569,6886.2 -55569,6886.1 -55569,6886 -55569,6886 -55569,6885.9 -55569,6885.8 -55569,6885.7 -55569,6885.7 -55568,6885.6 -55568,6885.5 -55568,6885.5 -55568,6885.4 -55568,6885.3 -55568,6885.2 -55568,6885.2 -55568,6885.1 -55568,6885 -55568,6884.9 -55567,6884.9 -55567,6884.8 -55567,6884.7 -55567,6884.6 -55567,6884.5 -55567,6884.5 -55567,6884.4 -55567,6884.3 -55567,6884.2 -55566,6884.2 -55566,6884.1 -55566,6884 -55566,6883.9 -55566,6883.8 -55566,6883.8 -55566,6883.7 -55566,6883.6 -55566,6883.5 -55565,6883.5 -55565,6883.4 -55565,6883.3 -55565,6883.2 -55565,6883.1 -55565,6883.1 -55565,6883 -55565,6882.9 -55565,6882.8 -55564,6882.7 -55564,6882.6 -55564,6882.6 -55564,6882.5 -55564,6882.4 -55564,6882.3 -55564,6882.2 -55564,6882.2 -55564,6882.1 -55564,6882 -55563,6881.9 -55563,6881.8 -55563,6881.7 -55563,6881.6 -55563,6881.6 -55563,6881.5 -55563,6881.4 -55563,6881.3 -55563,6881.2 -55562,6881.1 -55562,6881.1 -55562,6881 -55562,6880.9 -55562,6880.8 -55562,6880.7 -55562,6880.6 -55562,6880.5 -55562,6880.5 -55561,6880.4 -55561,6880.3 -55561,6880.2 -55561,6880.1 -55561,6880 -55561,6879.9 -55561,6879.8 -55561,6879.8 -55562,6886.5 -55562,6886.4 -55562,6886.3 -55562,6886.3 -55562,6886.2 -55562,6886.1 -55562,6886.1 -55561,6886 -55561,6885.9 -55561,6885.9 -55561,6885.8 -55561,6885.7 -55561,6885.7 -55561,6885.6 -55561,6885.5 -55561,6885.5 -55560,6885.4 -55560,6885.3 -55560,6885.3 -55560,6885.2 -55560,6885.1 -55560,6885.1 -55560,6885 -55560,6884.9 -55560,6884.9 -55560,6884.8 -55559,6884.7 -55559,6884.6 -55559,6884.6 -55559,6884.5 -55559,6884.4 -55559,6884.4 -55559,6884.3 -55559,6884.2 -55559,6884.2 -55558,6884.1 -55558,6884 -55558,6883.9 -55558,6883.9 -55558,6883.8 -55558,6883.7 -55558,6883.7 -55558,6883.6 -55558,6883.5 -55557,6883.4 -55557,6883.4 -55557,6883.3 -55557,6883.2 -55557,6883.1 -55557,6883.1 -55557,6883 -55557,6882.9 -55557,6882.9 -55557,6882.8 -55556,6882.7 -55556,6882.6 -55556,6882.6 -55556,6882.5 -55556,6882.4 -55556,6882.3 -55556,6882.3 -55556,6882.2 -55556,6882.1 -55555,6882 -55555,6882 -55555,6881.9 -55555,6881.8 -55555,6881.7 -55555,6881.7 -55555,6881.6 -55555,6881.5 -55555,6881.4 -55554,6881.4 -55554,6881.3 -55554,6881.2 -55554,6881.1 -55554,6881.1 -55554,6881 -55554,6880.9 -55554,6880.8 -55554,6880.7 -55553,6880.7 -55553,6880.6 -55553,6880.5 -55553,6880.4 -55553,6880.4 -55553,6880.3 -55553,6880.2 -55553,6880.1 -55553,6880 -55552,6880 -55552,6879.9 -55552,6879.8 -55552,6879.7 -55552,6879.6 -55552,6879.6 -55552,6879.5 -55552,6879.4 -55552,6879.3 -55552,6879.2 -55554,6885.5 -55554,6885.4 -55553,6885.4 -55553,6885.3 -55553,6885.2 -55553,6885.2 -55553,6885.1 -55553,6885.1 -55553,6885 -55553,6884.9 -55553,6884.9 -55553,6884.8 -55552,6884.8 -55552,6884.7 -55552,6884.6 -55552,6884.6 -55552,6884.5 -55552,6884.4 -55552,6884.4 -55552,6884.3 -55552,6884.3 -55552,6884.2 -55551,6884.1 -55551,6884.1 -55551,6884 -55551,6883.9 -55551,6883.9 -55551,6883.8 -55551,6883.8 -55551,6883.7 -55551,6883.6 -55550,6883.6 -55550,6883.5 -55550,6883.4 -55550,6883.4 -55550,6883.3 -55550,6883.2 -55550,6883.2 -55550,6883.1 -55550,6883.1 -55550,6883 -55549,6882.9 -55549,6882.9 -55549,6882.8 -55549,6882.7 -55549,6882.7 -55549,6882.6 -55549,6882.5 -55549,6882.5 -55549,6882.4 -55548,6882.3 -55548,6882.3 -55548,6882.2 -55548,6882.1 -55548,6882.1 -55548,6882 -55548,6881.9 -55548,6881.9 -55548,6881.8 -55548,6881.7 -55547,6881.7 -55547,6881.6 -55547,6881.5 -55547,6881.4 -55547,6881.4 -55547,6881.3 -55547,6881.2 -55547,6881.2 -55547,6881.1 -55547,6881 -55546,6881 -55546,6880.9 -55546,6880.8 -55546,6880.8 -55546,6880.7 -55546,6880.6 -55546,6880.5 -55546,6880.5 -55546,6880.4 -55545,6880.3 -55545,6880.3 -55545,6880.2 -55545,6880.1 -55545,6880 -55545,6880 -55545,6879.9 -55545,6879.8 -55545,6879.8 -55545,6879.7 -55544,6879.6 -55544,6879.5 -55544,6879.5 -55544,6879.4 -55544,6879.3 -55544,6879.2 -55544,6879.2 -55544,6879.1 -55544,6879 -55543,6878.9 -55545,6885.1 -55545,6885.1 -55545,6885 -55545,6885 -55545,6884.9 -55545,6884.8 -55545,6884.8 -55544,6884.7 -55544,6884.7 -55544,6884.6 -55544,6884.6 -55544,6884.5 -55544,6884.5 -55544,6884.4 -55544,6884.3 -55544,6884.3 -55544,6884.2 -55543,6884.2 -55543,6884.1 -55543,6884.1 -55543,6884 -55543,6884 -55543,6883.9 -55543,6883.8 -55543,6883.8 -55543,6883.7 -55543,6883.7 -55542,6883.6 -55542,6883.5 -55542,6883.5 -55542,6883.4 -55542,6883.4 -55542,6883.3 -55542,6883.3 -55542,6883.2 -55542,6883.1 -55542,6883.1 -55541,6883 -55541,6883 -55541,6882.9 -55541,6882.8 -55541,6882.8 -55541,6882.7 -55541,6882.7 -55541,6882.6 -55541,6882.5 -55541,6882.5 -55540,6882.4 -55540,6882.3 -55540,6882.3 -55540,6882.2 -55540,6882.2 -55540,6882.1 -55540,6882 -55540,6882 -55540,6881.9 -55539,6881.8 -55539,6881.8 -55539,6881.7 -55539,6881.7 -55539,6881.6 -55539,6881.5 -55539,6881.5 -55539,6881.4 -55539,6881.3 -55539,6881.3 -55538,6881.2 -55538,6881.1 -55538,6881.1 -55538,6881 -55538,6881 -55538,6880.9 -55538,6880.8 -55538,6880.8 -55538,6880.7 -55538,6880.6 -55537,6880.6 -55537,6880.5 -55537,6880.4 -55537,6880.4 -55537,6880.3 -55537,6880.2 -55537,6880.2 -55537,6880.1 -55537,6880 -55537,6880 -55536,6879.9 -55536,6879.8 -55536,6879.8 -55536,6879.7 -55536,6879.6 -55536,6879.5 -55536,6879.5 -55536,6879.4 -55536,6879.3 -55536,6879.3 -55535,6879.2 -55535,6879.1 -55535,6879.1 -55537,6884.8 -55537,6884.7 -55537,6884.7 -55537,6884.6 -55536,6884.6 -55536,6884.5 -55536,6884.5 -55536,6884.4 -55536,6884.4 -55536,6884.3 -55536,6884.3 -55536,6884.2 -55536,6884.2 -55536,6884.1 -55536,6884.1 -55535,6884 -55535,6884 -55535,6883.9 -55535,6883.8 -55535,6883.8 -55535,6883.7 -55535,6883.7 -55535,6883.6 -55535,6883.6 -55535,6883.5 -55534,6883.5 -55534,6883.4 -55534,6883.4 -55534,6883.3 -55534,6883.3 -55534,6883.2 -55534,6883.2 -55534,6883.1 -55534,6883 -55534,6883 -55533,6882.9 -55533,6882.9 -55533,6882.8 -55533,6882.8 -55533,6882.7 -55533,6882.7 -55533,6882.6 -55533,6882.5 -55533,6882.5 -55533,6882.4 -55532,6882.4 -55532,6882.3 -55532,6882.3 -55532,6882.2 -55532,6882.2 -55532,6882.1 -55532,6882.1 -55532,6882 -55532,6881.9 -55532,6881.9 -55531,6881.8 -55531,6881.8 -55531,6881.7 -55531,6881.7 -55531,6881.6 -55531,6881.5 -55531,6881.5 -55531,6881.4 -55531,6881.4 -55531,6881.3 -55530,6881.3 -55530,6881.2 -55530,6881.1 -55530,6881.1 -55530,6881 -55530,6881 -55530,6880.9 -55530,6880.8 -55530,6880.8 -55530,6880.7 -55529,6880.7 -55529,6880.6 -55529,6880.5 -55529,6880.5 -55529,6880.4 -55529,6880.4 -55529,6880.3 -55529,6880.2 -55529,6880.2 -55529,6880.1 -55529,6880.1 -55528,6880 -55528,6879.9 -55528,6879.9 -55528,6879.8 -55528,6879.7 -55528,6879.7 -55528,6879.6 -55528,6879.6 -55528,6879.5 -55528,6879.4 -55527,6879.4 -55527,6879.3 -55527,6879.2 -55527,6879.2 -55528,6884.6 -55528,6884.6 -55528,6884.6 -55528,6884.5 -55528,6884.5 -55528,6884.4 -55528,6884.4 -55527,6884.3 -55527,6884.3 -55527,6884.2 -55527,6884.2 -55527,6884.1 -55527,6884.1 -55527,6884 -55527,6884 -55527,6883.9 -55527,6883.9 -55526,6883.8 -55526,6883.8 -55526,6883.7 -55526,6883.7 -55526,6883.7 -55526,6883.6 -55526,6883.6 -55526,6883.5 -55526,6883.5 -55526,6883.4 -55525,6883.4 -55525,6883.3 -55525,6883.3 -55525,6883.2 -55525,6883.2 -55525,6883.1 -55525,6883.1 -55525,6883 -55525,6883 -55525,6882.9 -55525,6882.9 -55524,6882.8 -55524,6882.8 -55524,6882.7 -55524,6882.6 -55524,6882.6 -55524,6882.5 -55524,6882.5 -55524,6882.4 -55524,6882.4 -55524,6882.3 -55523,6882.3 -55523,6882.2 -55523,6882.2 -55523,6882.1 -55523,6882.1 -55523,6882 -55523,6882 -55523,6881.9 -55523,6881.9 -55523,6881.8 -55523,6881.7 -55522,6881.7 -55522,6881.6 -55522,6881.6 -55522,6881.5 -55522,6881.5 -55522,6881.4 -55522,6881.4 -55522,6881.3 -55522,6881.3 -55522,6881.2 -55521,6881.1 -55521,6881.1 -55521,6881 -55521,6881 -55521,6880.9 -55521,6880.9 -55521,6880.8 -55521,6880.8 -55521,6880.7 -55521,6880.6 -55521,6880.6 -55520,6880.5 -55520,6880.5 -55520,6880.4 -55520,6880.4 -55520,6880.3 -55520,6880.3 -55520,6880.2 -55520,6880.1 -55520,6880.1 -55520,6880 -55519,6880 -55519,6879.9 -55519,6879.9 -55519,6879.8 -55519,6879.7 -55519,6879.7 -55519,6879.6 -55519,6879.6 -55519,6879.5 -55520,6884.7 -55519,6884.6 -55519,6884.6 -55519,6884.5 -55519,6884.5 -55519,6884.4 -55519,6884.4 -55519,6884.4 -55519,6884.3 -55519,6884.3 -55519,6884.2 -55519,6884.2 -55518,6884.1 -55518,6884.1 -55518,6884.1 -55518,6884 -55518,6884 -55518,6883.9 -55518,6883.9 -55518,6883.8 -55518,6883.8 -55518,6883.8 -55518,6883.7 -55517,6883.7 -55517,6883.6 -55517,6883.6 -55517,6883.5 -55517,6883.5 -55517,6883.4 -55517,6883.4 -55517,6883.4 -55517,6883.3 -55517,6883.3 -55516,6883.2 -55516,6883.2 -55516,6883.1 -55516,6883.1 -55516,6883 -55516,6883 -55516,6883 -55516,6882.9 -55516,6882.9 -55516,6882.8 -55516,6882.8 -55515,6882.7 -55515,6882.7 -55515,6882.6 -55515,6882.6 -55515,6882.6 -55515,6882.5 -55515,6882.5 -55515,6882.4 -55515,6882.4 -55515,6882.3 -55514,6882.3 -55514,6882.2 -55514,6882.2 -55514,6882.1 -55514,6882.1 -55514,6882 -55514,6882 -55514,6882 -55514,6881.9 -55514,6881.9 -55514,6881.8 -55513,6881.8 -55513,6881.7 -55513,6881.7 -55513,6881.6 -55513,6881.6 -55513,6881.5 -55513,6881.5 -55513,6881.4 -55513,6881.4 -55513,6881.3 -55512,6881.3 -55512,6881.2 -55512,6881.2 -55512,6881.1 -55512,6881.1 -55512,6881 -55512,6881 -55512,6881 -55512,6880.9 -55512,6880.9 -55512,6880.8 -55511,6880.8 -55511,6880.7 -55511,6880.7 -55511,6880.6 -55511,6880.6 -55511,6880.5 -55511,6880.5 -55511,6880.4 -55511,6880.4 -55511,6880.3 -55511,6880.2 -55510,6880.2 -55510,6880.1 -55511,6884.9 -55511,6884.9 -55511,6884.8 -55511,6884.8 -55511,6884.7 -55511,6884.7 -55511,6884.7 -55511,6884.6 -55511,6884.6 -55511,6884.6 -55510,6884.5 -55510,6884.5 -55510,6884.5 -55510,6884.4 -55510,6884.4 -55510,6884.4 -55510,6884.3 -55510,6884.3 -55510,6884.2 -55510,6884.2 -55510,6884.2 -55509,6884.1 -55509,6884.1 -55509,6884.1 -55509,6884 -55509,6884 -55509,6883.9 -55509,6883.9 -55509,6883.9 -55509,6883.8 -55509,6883.8 -55509,6883.7 -55508,6883.7 -55508,6883.7 -55508,6883.6 -55508,6883.6 -55508,6883.5 -55508,6883.5 -55508,6883.5 -55508,6883.4 -55508,6883.4 -55508,6883.3 -55508,6883.3 -55507,6883.3 -55507,6883.2 -55507,6883.2 -55507,6883.1 -55507,6883.1 -55507,6883.1 -55507,6883 -55507,6883 -55507,6882.9 -55507,6882.9 -55507,6882.9 -55506,6882.8 -55506,6882.8 -55506,6882.7 -55506,6882.7 -55506,6882.7 -55506,6882.6 -55506,6882.6 -55506,6882.5 -55506,6882.5 -55506,6882.4 -55506,6882.4 -55505,6882.4 -55505,6882.3 -55505,6882.3 -55505,6882.2 -55505,6882.2 -55505,6882.1 -55505,6882.1 -55505,6882.1 -55505,6882 -55505,6882 -55505,6881.9 -55505,6881.9 -55504,6881.8 -55504,6881.8 -55504,6881.8 -55504,6881.7 -55504,6881.7 -55504,6881.6 -55504,6881.6 -55504,6881.5 -55504,6881.5 -55504,6881.4 -55504,6881.4 -55503,6881.4 -55503,6881.3 -55503,6881.3 -55503,6881.2 -55503,6881.2 -55503,6881.1 -55503,6881.1 -55503,6881 -55503,6881 -55503,6880.9 -55503,6880.9 -55504,6884.6 -55504,6884.6 -55504,6884.6 -55504,6884.5 -55504,6884.5 -55504,6884.5 -55504,6884.4 -55504,6884.4 -55504,6884.4 -55504,6884.3 -55503,6884.3 -55503,6884.3 -55503,6884.2 -55503,6884.2 -55503,6884.2 -55503,6884.1 -55503,6884.1 -55503,6884 -55503,6884 -55503,6884 -55503,6883.9 -55503,6883.9 -55502,6883.9 -55502,6883.8 -55502,6883.8 -55502,6883.7 -55502,6883.7 -55502,6883.7 -55502,6883.6 -55502,6883.6 -55502,6883.6 -55502,6883.5 -55502,6883.5 -55502,6883.4 -55502,6883.4 -55501,6883.4 -55501,6883.3 -55501,6883.3 -55501,6883.2 -55501,6883.2 -55501,6883.2 -55501,6883.1 -55501,6883.1 -55501,6883 -55501,6883 -55501,6882.9 -55501,6882.9 -55500,6882.9 -55500,6882.8 -55500,6882.8 -55500,6882.7 -55500,6882.7 -55500,6882.7 -55500,6882.6 -55500,6882.6 -55500,6882.5 -55500,6882.5 -55500,6882.5 -55500,6882.4 -55500,6882.4 -55499,6882.3 -55499,6882.3 -55499,6882.2 -55499,6882.2 -55499,6882.2 -55499,6882.1 -55499,6882.1 -55499,6882 -55499,6882 -55499,6881.9 -55499,6881.9 -55499,6881.9 -55498,6881.8 -55498,6881.8 -55498,6881.7 -55498,6881.7 -55498,6881.6 -55498,6881.6 -55498,6881.5 -55498,6881.5 -55498,6881.4 -55498,6881.4 -55498,6881.4 -55498,6881.3 -55498,6881.3 -55497,6881.2 -55497,6881.2 -55497,6881.1 -55497,6881.1 -55497,6881 -55497,6881 -55497,6880.9 -55497,6880.9 -55497,6880.9 -55497,6880.8 -55497,6880.8 -55497,6880.7 -55497,6880.7 -55496,6880.6 -55497,6884.5 -55497,6884.4 -55497,6884.4 -55497,6884.4 -55497,6884.3 -55497,6884.3 -55497,6884.2 -55497,6884.2 -55496,6884.2 -55496,6884.1 -55496,6884.1 -55496,6884.1 -55496,6884 -55496,6884 -55496,6883.9 -55496,6883.9 -55496,6883.9 -55496,6883.8 -55496,6883.8 -55496,6883.8 -55496,6883.7 -55495,6883.7 -55495,6883.6 -55495,6883.6 -55495,6883.6 -55495,6883.5 -55495,6883.5 -55495,6883.5 -55495,6883.4 -55495,6883.4 -55495,6883.3 -55495,6883.3 -55495,6883.3 -55495,6883.2 -55495,6883.2 -55494,6883.1 -55494,6883.1 -55494,6883.1 -55494,6883 -55494,6883 -55494,6882.9 -55494,6882.9 -55494,6882.9 -55494,6882.8 -55494,6882.8 -55494,6882.7 -55494,6882.7 -55494,6882.7 -55493,6882.6 -55493,6882.6 -55493,6882.5 -55493,6882.5 -55493,6882.4 -55493,6882.4 -55493,6882.4 -55493,6882.3 -55493,6882.3 -55493,6882.2 -55493,6882.2 -55493,6882.2 -55493,6882.1 -55493,6882.1 -55492,6882 -55492,6882 -55492,6881.9 -55492,6881.9 -55492,6881.9 -55492,6881.8 -55492,6881.8 -55492,6881.7 -55492,6881.7 -55492,6881.6 -55492,6881.6 -55492,6881.6 -55492,6881.5 -55491,6881.5 -55491,6881.4 -55491,6881.4 -55491,6881.3 -55491,6881.3 -55491,6881.2 -55491,6881.2 -55491,6881.2 -55491,6881.1 -55491,6881.1 -55491,6881 -55491,6881 -55491,6880.9 -55491,6880.9 -55490,6880.9 -55490,6880.8 -55490,6880.8 -55490,6880.7 -55490,6880.7 -55490,6880.6 -55490,6880.6 -55490,6880.6 -55490,6880.5 -55490,6880.5 -55490,6880.4 -55490,6884.6 -55490,6884.5 -55490,6884.5 -55490,6884.5 -55490,6884.4 -55490,6884.4 -55489,6884.4 -55489,6884.3 -55489,6884.3 -55489,6884.3 -55489,6884.2 -55489,6884.2 -55489,6884.2 -55489,6884.1 -55489,6884.1 -55489,6884.1 -55489,6884 -55489,6884 -55489,6884 -55489,6883.9 -55488,6883.9 -55488,6883.9 -55488,6883.8 -55488,6883.8 -55488,6883.8 -55488,6883.7 -55488,6883.7 -55488,6883.7 -55488,6883.6 -55488,6883.6 -55488,6883.6 -55488,6883.5 -55488,6883.5 -55488,6883.4 -55487,6883.4 -55487,6883.4 -55487,6883.3 -55487,6883.3 -55487,6883.3 -55487,6883.2 -55487,6883.2 -55487,6883.2 -55487,6883.1 -55487,6883.1 -55487,6883 -55487,6883 -55487,6883 -55487,6882.9 -55486,6882.9 -55486,6882.9 -55486,6882.8 -55486,6882.8 -55486,6882.7 -55486,6882.7 -55486,6882.7 -55486,6882.6 -55486,6882.6 -55486,6882.5 -55486,6882.5 -55486,6882.5 -55486,6882.4 -55486,6882.4 -55485,6882.4 -55485,6882.3 -55485,6882.3 -55485,6882.2 -55485,6882.2 -55485,6882.2 -55485,6882.1 -55485,6882.1 -55485,6882 -55485,6882 -55485,6881.9 -55485,6881.9 -55485,6881.9 -55485,6881.8 -55485,6881.8 -55484,6881.7 -55484,6881.7 -55484,6881.7 -55484,6881.6 -55484,6881.6 -55484,6881.5 -55484,6881.5 -55484,6881.4 -55484,6881.4 -55484,6881.4 -55484,6881.3 -55484,6881.3 -55484,6881.2 -55484,6881.2 -55484,6881.1 -55483,6881.1 -55483,6881.1 -55483,6881 -55483,6881 -55483,6880.9 -55483,6880.9 -55483,6880.8 -55483,6880.8 -55482,6885.3 -55482,6885.3 -55482,6885.2 -55482,6885.2 -55482,6885.2 -55482,6885.1 -55482,6885.1 -55482,6885.1 -55482,6885 -55482,6885 -55482,6885 -55482,6884.9 -55482,6884.9 -55481,6884.9 -55481,6884.8 -55481,6884.8 -55481,6884.8 -55481,6884.7 -55481,6884.7 -55481,6884.6 -55481,6884.6 -55481,6884.6 -55481,6884.5 -55481,6884.5 -55481,6884.5 -55481,6884.4 -55481,6884.4 -55481,6884.4 -55480,6884.3 -55480,6884.3 -55480,6884.3 -55480,6884.2 -55480,6884.2 -55480,6884.2 -55480,6884.1 -55480,6884.1 -55480,6884.1 -55480,6884 -55480,6884 -55480,6884 -55480,6883.9 -55480,6883.9 -55480,6883.9 -55479,6883.8 -55479,6883.8 -55479,6883.7 -55479,6883.7 -55479,6883.7 -55479,6883.6 -55479,6883.6 -55479,6883.6 -55479,6883.5 -55479,6883.5 -55479,6883.4 -55479,6883.4 -55479,6883.4 -55479,6883.3 -55479,6883.3 -55479,6883.3 -55478,6883.2 -55478,6883.2 -55478,6883.1 -55478,6883.1 -55478,6883.1 -55478,6883 -55478,6883 -55478,6883 -55478,6882.9 -55478,6882.9 -55478,6882.8 -55478,6882.8 -55478,6882.8 -55478,6882.7 -55478,6882.7 -55478,6882.6 -55477,6882.6 -55477,6882.6 -55477,6882.5 -55477,6882.5 -55477,6882.4 -55477,6882.4 -55477,6882.4 -55477,6882.3 -55477,6882.3 -55477,6882.2 -55477,6882.2 -55477,6882.2 -55477,6882.1 -55477,6882.1 -55477,6882 -55477,6882 -55476,6881.9 -55476,6881.9 -55476,6881.9 -55476,6881.8 -55476,6881.8 -55476,6881.7 -55476,6881.7 -55476,6881.7 -55475,6886.3 -55475,6886.2 -55475,6886.2 -55475,6886.2 -55475,6886.2 -55474,6886.1 -55474,6886.1 -55474,6886.1 -55474,6886 -55474,6886 -55474,6886 -55474,6886 -55474,6885.9 -55474,6885.9 -55474,6885.9 -55474,6885.9 -55474,6885.8 -55474,6885.8 -55474,6885.8 -55474,6885.7 -55473,6885.7 -55473,6885.7 -55473,6885.7 -55473,6885.6 -55473,6885.6 -55473,6885.6 -55473,6885.5 -55473,6885.5 -55473,6885.5 -55473,6885.5 -55473,6885.4 -55473,6885.4 -55473,6885.4 -55473,6885.3 -55473,6885.3 -55472,6885.3 -55472,6885.3 -55472,6885.2 -55472,6885.2 -55472,6885.2 -55472,6885.1 -55472,6885.1 -55472,6885.1 -55472,6885 -55472,6885 -55472,6885 -55472,6885 -55472,6884.9 -55472,6884.9 -55472,6884.9 -55472,6884.8 -55471,6884.8 -55471,6884.8 -55471,6884.7 -55471,6884.7 -55471,6884.7 -55471,6884.6 -55471,6884.6 -55471,6884.6 -55471,6884.6 -55471,6884.5 -55471,6884.5 -55471,6884.5 -55471,6884.4 -55471,6884.4 -55471,6884.4 -55470,6884.3 -55470,6884.3 -55470,6884.3 -55470,6884.2 -55470,6884.2 -55470,6884.2 -55470,6884.1 -55470,6884.1 -55470,6884.1 -55470,6884.1 -55470,6884 -55470,6884 -55470,6884 -55470,6883.9 -55470,6883.9 -55469,6883.9 -55469,6883.8 -55469,6883.8 -55469,6883.8 -55469,6883.7 -55469,6883.7 -55469,6883.7 -55469,6883.6 -55469,6883.6 -55469,6883.6 -55469,6883.5 -55469,6883.5 -55469,6883.5 -55469,6883.4 -55469,6883.4 -55468,6883.4 -55468,6883.3 -55468,6883.3 -55468,6883.3 -55468,6883.2 -55468,6883.2 -55468,6883.2 -55468,6883.1 -55466,6887.7 -55466,6887.7 -55466,6887.6 -55466,6887.6 -55466,6887.6 -55466,6887.6 -55466,6887.5 -55466,6887.5 -55466,6887.5 -55466,6887.5 -55466,6887.5 -55466,6887.4 -55466,6887.4 -55465,6887.4 -55465,6887.4 -55465,6887.3 -55465,6887.3 -55465,6887.3 -55465,6887.3 -55465,6887.3 -55465,6887.2 -55465,6887.2 -55465,6887.2 -55465,6887.2 -55465,6887.1 -55465,6887.1 -55465,6887.1 -55464,6887.1 -55464,6887.1 -55464,6887 -55464,6887 -55464,6887 -55464,6887 -55464,6886.9 -55464,6886.9 -55464,6886.9 -55464,6886.9 -55464,6886.8 -55464,6886.8 -55464,6886.8 -55464,6886.8 -55463,6886.7 -55463,6886.7 -55463,6886.7 -55463,6886.7 -55463,6886.6 -55463,6886.6 -55463,6886.6 -55463,6886.6 -55463,6886.5 -55463,6886.5 -55463,6886.5 -55463,6886.5 -55463,6886.4 -55463,6886.4 -55462,6886.4 -55462,6886.4 -55462,6886.3 -55462,6886.3 -55462,6886.3 -55462,6886.2 -55462,6886.2 -55462,6886.2 -55462,6886.2 -55462,6886.1 -55462,6886.1 -55462,6886.1 -55462,6886.1 -55462,6886 -55461,6886 -55461,6886 -55461,6885.9 -55461,6885.9 -55461,6885.9 -55461,6885.9 -55461,6885.8 -55461,6885.8 -55461,6885.8 -55461,6885.7 -55461,6885.7 -55461,6885.7 -55461,6885.6 -55461,6885.6 -55460,6885.6 -55460,6885.6 -55460,6885.5 -55460,6885.5 -55460,6885.5 -55460,6885.4 -55460,6885.4 -55460,6885.4 -55460,6885.4 -55460,6885.3 -55460,6885.3 -55459,6889.4 -55458,6889.4 -55458,6889.4 -55458,6889.4 -55458,6889.3 -55458,6889.3 -55458,6889.3 -55458,6889.3 -55458,6889.3 -55458,6889.3 -55458,6889.2 -55458,6889.2 -55458,6889.2 -55458,6889.2 -55457,6889.2 -55457,6889.1 -55457,6889.1 -55457,6889.1 -55457,6889.1 -55457,6889.1 -55457,6889 -55457,6889 -55457,6889 -55457,6889 -55457,6889 -55457,6888.9 -55457,6888.9 -55456,6888.9 -55456,6888.9 -55456,6888.9 -55456,6888.8 -55456,6888.8 -55456,6888.8 -55456,6888.8 -55456,6888.8 -55456,6888.7 -55456,6888.7 -55456,6888.7 -55456,6888.7 -55456,6888.7 -55455,6888.6 -55455,6888.6 -55455,6888.6 -55455,6888.6 -55455,6888.6 -55455,6888.5 -55455,6888.5 -55455,6888.5 -55455,6888.5 -55455,6888.5 -55455,6888.4 -55455,6888.4 -55455,6888.4 -55454,6888.4 -55454,6888.3 -55454,6888.3 -55454,6888.3 -55454,6888.3 -55454,6888.2 -55454,6888.2 -55454,6888.2 -55454,6888.2 -55454,6888.2 -55454,6888.1 -55454,6888.1 -55454,6888.1 -55453,6888.1 -55453,6888.1 -55453,6888 -55453,6888 -55453,6888 -55453,6888 -55453,6887.9 -55453,6887.9 -55453,6887.9 -55453,6887.9 -55453,6887.8 -55453,6887.8 -55453,6887.8 -55452,6887.8 -55452,6887.8 -55452,6887.7 -55452,6887.7 -55452,6887.7 -55452,6887.7 -55452,6887.6 -55452,6887.6 -55452,6887.6 -55452,6887.6 -55452,6887.5 -55452,6887.5 -55452,6887.5 -55451,6887.5 -55451,6887.4 -55451,6887.4 -55451,6887.4 -55451,6887.4 -55451,6887.3 -55451,6887.3 -55450,6891.4 -55450,6891.4 -55450,6891.4 -55450,6891.4 -55450,6891.4 -55450,6891.4 -55449,6891.4 -55449,6891.4 -55449,6891.3 -55449,6891.3 -55449,6891.3 -55449,6891.3 -55449,6891.3 -55449,6891.3 -55449,6891.3 -55449,6891.3 -55449,6891.2 -55449,6891.2 -55448,6891.2 -55448,6891.2 -55448,6891.2 -55448,6891.2 -55448,6891.1 -55448,6891.1 -55448,6891.1 -55448,6891.1 -55448,6891.1 -55448,6891.1 -55448,6891.1 -55448,6891 -55448,6891 -55447,6891 -55447,6891 -55447,6891 -55447,6891 -55447,6891 -55447,6890.9 -55447,6890.9 -55447,6890.9 -55447,6890.9 -55447,6890.9 -55447,6890.9 -55447,6890.8 -55446,6890.8 -55446,6890.8 -55446,6890.8 -55446,6890.8 -55446,6890.8 -55446,6890.7 -55446,6890.7 -55446,6890.7 -55446,6890.7 -55446,6890.7 -55446,6890.7 -55446,6890.6 -55446,6890.6 -55445,6890.6 -55445,6890.6 -55445,6890.6 -55445,6890.5 -55445,6890.5 -55445,6890.5 -55445,6890.5 -55445,6890.5 -55445,6890.5 -55445,6890.4 -55445,6890.4 -55445,6890.4 -55444,6890.4 -55444,6890.4 -55444,6890.3 -55444,6890.3 -55444,6890.3 -55444,6890.3 -55444,6890.3 -55444,6890.3 -55444,6890.2 -55444,6890.2 -55444,6890.2 -55444,6890.2 -55444,6890.2 -55443,6890.1 -55443,6890.1 -55443,6890.1 -55443,6890.1 -55443,6890.1 -55443,6890 -55443,6890 -55443,6890 -55443,6890 -55443,6890 -55443,6889.9 -55443,6889.9 -55442,6889.9 -55442,6889.9 -55442,6889.9 -55442,6889.8 -55442,6889.8 -55442,6889.8 -55442,6889.8 -55442,6889.8 -55441,6894.6 -55441,6894.6 -55441,6894.6 -55441,6894.6 -55441,6894.6 -55441,6894.6 -55441,6894.5 -55441,6894.5 -55440,6894.5 -55440,6894.5 -55440,6894.5 -55440,6894.5 -55440,6894.5 -55440,6894.5 -55440,6894.5 -55440,6894.5 -55440,6894.5 -55440,6894.5 -55440,6894.5 -55440,6894.5 -55439,6894.5 -55439,6894.5 -55439,6894.5 -55439,6894.5 -55439,6894.5 -55439,6894.5 -55439,6894.5 -55439,6894.5 -55439,6894.4 -55439,6894.4 -55439,6894.4 -55438,6894.4 -55438,6894.4 -55438,6894.4 -55438,6894.4 -55438,6894.4 -55438,6894.4 -55438,6894.4 -55438,6894.4 -55438,6894.4 -55438,6894.4 -55438,6894.4 -55438,6894.4 -55437,6894.4 -55437,6894.4 -55437,6894.4 -55437,6894.4 -55437,6894.4 -55437,6894.4 -55437,6894.4 -55437,6894.4 -55437,6894.3 -55437,6894.3 -55437,6894.3 -55436,6894.3 -55436,6894.3 -55436,6894.3 -55436,6894.3 -55436,6894.3 -55436,6894.3 -55436,6894.3 -55436,6894.3 -55436,6894.3 -55436,6894.3 -55436,6894.3 -55436,6894.3 -55435,6894.3 -55435,6894.3 -55435,6894.3 -55435,6894.3 -55435,6894.2 -55435,6894.2 -55435,6894.2 -55435,6894.2 -55435,6894.2 -55435,6894.2 -55435,6894.2 -55434,6894.2 -55434,6894.2 -55434,6894.2 -55434,6894.2 -55434,6894.2 -55434,6894.2 -55434,6894.2 -55434,6894.2 -55434,6894.2 -55434,6894.2 -55434,6894.2 -55434,6894.1 -55433,6894.1 -55433,6894.1 -55433,6894.1 -55433,6894.1 -55433,6894.1 -55433,6894.1 -55433,6894.1 -55433,6894.1 -55433,6894.1 -55433,6897.4 -55433,6897.4 -55433,6897.4 -55433,6897.4 -55433,6897.4 -55433,6897.4 -55433,6897.4 -55432,6897.4 -55432,6897.4 -55432,6897.4 -55432,6897.4 -55432,6897.4 -55432,6897.4 -55432,6897.4 -55432,6897.4 -55432,6897.5 -55432,6897.5 -55432,6897.5 -55432,6897.5 -55431,6897.5 -55431,6897.5 -55431,6897.5 -55431,6897.5 -55431,6897.5 -55431,6897.5 -55431,6897.5 -55431,6897.5 -55431,6897.5 -55431,6897.5 -55431,6897.5 -55430,6897.5 -55430,6897.5 -55430,6897.5 -55430,6897.5 -55430,6897.5 -55430,6897.5 -55430,6897.5 -55430,6897.5 -55430,6897.5 -55430,6897.5 -55430,6897.5 -55429,6897.5 -55429,6897.5 -55429,6897.5 -55429,6897.5 -55429,6897.5 -55429,6897.5 -55429,6897.5 -55429,6897.5 -55429,6897.5 -55429,6897.5 -55429,6897.5 -55429,6897.5 -55428,6897.5 -55428,6897.6 -55428,6897.6 -55428,6897.6 -55428,6897.6 -55428,6897.6 -55428,6897.6 -55428,6897.6 -55428,6897.6 -55428,6897.6 -55428,6897.6 -55427,6897.6 -55427,6897.6 -55427,6897.6 -55427,6897.6 -55427,6897.6 -55427,6897.6 -55427,6897.6 -55427,6897.6 -55427,6897.6 -55427,6897.6 -55427,6897.6 -55426,6897.6 -55426,6897.6 -55426,6897.6 -55426,6897.6 -55426,6897.6 -55426,6897.6 -55426,6897.6 -55426,6897.6 -55426,6897.6 -55426,6897.6 -55426,6897.6 -55425,6897.6 -55425,6897.6 -55425,6897.6 -55425,6897.6 -55425,6897.6 -55425,6897.6 -55425,6897.6 -55425,6897.6 -55425,6897.6 -55425,6897.6 -55425,6897.6 -55424,6897.6 -55424,6897.6 -55424,6897.6 -55425,6900.4 -55425,6900.4 -55425,6900.5 -55424,6900.5 -55424,6900.5 -55424,6900.5 -55424,6900.5 -55424,6900.5 -55424,6900.5 -55424,6900.5 -55424,6900.5 -55424,6900.5 -55424,6900.6 -55424,6900.6 -55424,6900.6 -55423,6900.6 -55423,6900.6 -55423,6900.6 -55423,6900.6 -55423,6900.6 -55423,6900.6 -55423,6900.6 -55423,6900.7 -55423,6900.7 -55423,6900.7 -55423,6900.7 -55422,6900.7 -55422,6900.7 -55422,6900.7 -55422,6900.7 -55422,6900.7 -55422,6900.7 -55422,6900.7 -55422,6900.8 -55422,6900.8 -55422,6900.8 -55422,6900.8 -55421,6900.8 -55421,6900.8 -55421,6900.8 -55421,6900.8 -55421,6900.8 -55421,6900.8 -55421,6900.8 -55421,6900.9 -55421,6900.9 -55421,6900.9 -55421,6900.9 -55420,6900.9 -55420,6900.9 -55420,6900.9 -55420,6900.9 -55420,6900.9 -55420,6900.9 -55420,6900.9 -55420,6900.9 -55420,6900.9 -55420,6900.9 -55420,6900.9 -55420,6901 -55419,6901 -55419,6901 -55419,6901 -55419,6901 -55419,6901 -55419,6901 -55419,6901 -55419,6901 -55419,6901 -55419,6901 -55419,6901 -55418,6901 -55418,6901 -55418,6901 -55418,6901 -55418,6901 -55418,6901 -55418,6901.1 -55418,6901.1 -55418,6901.1 -55418,6901.1 -55418,6901.1 -55417,6901.1 -55417,6901.1 -55417,6901.1 -55417,6901.1 -55417,6901.1 -55417,6901.1 -55417,6901.1 -55417,6901.1 -55417,6901.1 -55417,6901.1 -55417,6901.1 -55416,6901.1 -55416,6901.1 -55416,6901.1 -55416,6901.1 -55416,6901.1 -55416,6901.2 -55416,6901.2 -55417,6903.6 -55416,6903.6 -55416,6903.6 -55416,6903.6 -55416,6903.6 -55416,6903.6 -55416,6903.6 -55416,6903.6 -55416,6903.6 -55416,6903.7 -55416,6903.7 -55416,6903.7 -55416,6903.7 -55415,6903.7 -55415,6903.7 -55415,6903.7 -55415,6903.7 -55415,6903.7 -55415,6903.8 -55415,6903.8 -55415,6903.8 -55415,6903.8 -55415,6903.8 -55415,6903.8 -55414,6903.8 -55414,6903.8 -55414,6903.8 -55414,6903.9 -55414,6903.9 -55414,6903.9 -55414,6903.9 -55414,6903.9 -55414,6903.9 -55414,6903.9 -55414,6903.9 -55414,6903.9 -55413,6903.9 -55413,6904 -55413,6904 -55413,6904 -55413,6904 -55413,6904 -55413,6904 -55413,6904 -55413,6904 -55413,6904 -55413,6904 -55413,6904.1 -55412,6904.1 -55412,6904.1 -55412,6904.1 -55412,6904.1 -55412,6904.1 -55412,6904.1 -55412,6904.1 -55412,6904.1 -55412,6904.1 -55412,6904.1 -55412,6904.2 -55411,6904.2 -55411,6904.2 -55411,6904.2 -55411,6904.2 -55411,6904.2 -55411,6904.2 -55411,6904.2 -55411,6904.2 -55411,6904.2 -55411,6904.2 -55411,6904.3 -55411,6904.3 -55410,6904.3 -55410,6904.3 -55410,6904.3 -55410,6904.3 -55410,6904.3 -55410,6904.3 -55410,6904.3 -55410,6904.3 -55410,6904.3 -55410,6904.3 -55410,6904.4 -55410,6904.4 -55409,6904.4 -55409,6904.4 -55409,6904.4 -55409,6904.4 -55409,6904.4 -55409,6904.4 -55409,6904.4 -55409,6904.4 -55409,6904.4 -55409,6904.4 -55409,6904.4 -55409,6904.4 -55408,6904.5 -55408,6904.5 -55408,6904.5 -55409,6906.6 -55409,6906.6 -55409,6906.6 -55409,6906.6 -55409,6906.6 -55409,6906.6 -55409,6906.6 -55409,6906.7 -55408,6906.7 -55408,6906.7 -55408,6906.7 -55408,6906.7 -55408,6906.7 -55408,6906.7 -55408,6906.7 -55408,6906.8 -55408,6906.8 -55408,6906.8 -55408,6906.8 -55408,6906.8 -55407,6906.8 -55407,6906.8 -55407,6906.9 -55407,6906.9 -55407,6906.9 -55407,6906.9 -55407,6906.9 -55407,6906.9 -55407,6906.9 -55407,6906.9 -55407,6907 -55407,6907 -55406,6907 -55406,6907 -55406,6907 -55406,6907 -55406,6907 -55406,6907 -55406,6907.1 -55406,6907.1 -55406,6907.1 -55406,6907.1 -55406,6907.1 -55406,6907.1 -55406,6907.1 -55405,6907.1 -55405,6907.2 -55405,6907.2 -55405,6907.2 -55405,6907.2 -55405,6907.2 -55405,6907.2 -55405,6907.2 -55405,6907.2 -55405,6907.3 -55405,6907.3 -55405,6907.3 -55404,6907.3 -55404,6907.3 -55404,6907.3 -55404,6907.3 -55404,6907.3 -55404,6907.3 -55404,6907.4 -55404,6907.4 -55404,6907.4 -55404,6907.4 -55404,6907.4 -55404,6907.4 -55403,6907.4 -55403,6907.4 -55403,6907.5 -55403,6907.5 -55403,6907.5 -55403,6907.5 -55403,6907.5 -55403,6907.5 -55403,6907.5 -55403,6907.5 -55403,6907.5 -55403,6907.6 -55403,6907.6 -55402,6907.6 -55402,6907.6 -55402,6907.6 -55402,6907.6 -55402,6907.6 -55402,6907.6 -55402,6907.7 -55402,6907.7 -55402,6907.7 -55402,6907.7 -55402,6907.7 -55402,6907.7 -55401,6907.7 -55401,6907.7 -55401,6907.7 -55401,6907.8 -55402,6909.6 -55402,6909.7 -55401,6909.7 -55401,6909.7 -55401,6909.7 -55401,6909.7 -55401,6909.7 -55401,6909.8 -55401,6909.8 -55401,6909.8 -55401,6909.8 -55401,6909.8 -55401,6909.8 -55401,6909.9 -55400,6909.9 -55400,6909.9 -55400,6909.9 -55400,6909.9 -55400,6909.9 -55400,6910 -55400,6910 -55400,6910 -55400,6910 -55400,6910 -55400,6910 -55400,6910 -55400,6910.1 -55399,6910.1 -55399,6910.1 -55399,6910.1 -55399,6910.1 -55399,6910.1 -55399,6910.2 -55399,6910.2 -55399,6910.2 -55399,6910.2 -55399,6910.2 -55399,6910.2 -55399,6910.2 -55399,6910.3 -55398,6910.3 -55398,6910.3 -55398,6910.3 -55398,6910.3 -55398,6910.3 -55398,6910.4 -55398,6910.4 -55398,6910.4 -55398,6910.4 -55398,6910.4 -55398,6910.4 -55398,6910.4 -55397,6910.5 -55397,6910.5 -55397,6910.5 -55397,6910.5 -55397,6910.5 -55397,6910.5 -55397,6910.6 -55397,6910.6 -55397,6910.6 -55397,6910.6 -55397,6910.6 -55397,6910.6 -55397,6910.6 -55396,6910.7 -55396,6910.7 -55396,6910.7 -55396,6910.7 -55396,6910.7 -55396,6910.7 -55396,6910.7 -55396,6910.8 -55396,6910.8 -55396,6910.8 -55396,6910.8 -55396,6910.8 -55396,6910.8 -55395,6910.8 -55395,6910.9 -55395,6910.9 -55395,6910.9 -55395,6910.9 -55395,6910.9 -55395,6910.9 -55395,6911 -55395,6911 -55395,6911 -55395,6911 -55395,6911 -55395,6911 -55394,6911 -55394,6911 -55394,6911.1 -55394,6911.1 -55394,6911.1 -55394,6911.1 -55394,6911.1 -55394,6911.1 -55394,6911.1 -55394,6911.2 -55394,6911.2 -55394,6913 -55394,6913 -55394,6913 -55394,6913 -55394,6913 -55393,6913.1 -55393,6913.1 -55393,6913.1 -55393,6913.1 -55393,6913.1 -55393,6913.2 -55393,6913.2 -55393,6913.2 -55393,6913.2 -55393,6913.2 -55393,6913.2 -55393,6913.3 -55393,6913.3 -55392,6913.3 -55392,6913.3 -55392,6913.3 -55392,6913.4 -55392,6913.4 -55392,6913.4 -55392,6913.4 -55392,6913.4 -55392,6913.5 -55392,6913.5 -55392,6913.5 -55392,6913.5 -55392,6913.5 -55391,6913.5 -55391,6913.6 -55391,6913.6 -55391,6913.6 -55391,6913.6 -55391,6913.6 -55391,6913.7 -55391,6913.7 -55391,6913.7 -55391,6913.7 -55391,6913.7 -55391,6913.7 -55391,6913.8 -55391,6913.8 -55390,6913.8 -55390,6913.8 -55390,6913.8 -55390,6913.8 -55390,6913.9 -55390,6913.9 -55390,6913.9 -55390,6913.9 -55390,6913.9 -55390,6913.9 -55390,6914 -55390,6914 -55390,6914 -55389,6914 -55389,6914 -55389,6914 -55389,6914.1 -55389,6914.1 -55389,6914.1 -55389,6914.1 -55389,6914.1 -55389,6914.1 -55389,6914.2 -55389,6914.2 -55389,6914.2 -55389,6914.2 -55388,6914.2 -55388,6914.2 -55388,6914.2 -55388,6914.3 -55388,6914.3 -55388,6914.3 -55388,6914.3 -55388,6914.3 -55388,6914.3 -55388,6914.4 -55388,6914.4 -55388,6914.4 -55388,6914.4 -55388,6914.4 -55387,6914.4 -55387,6914.5 -55387,6914.5 -55387,6914.5 -55387,6914.5 -55387,6914.5 -55387,6914.5 -55387,6914.6 -55387,6914.6 -55387,6914.6 -55387,6914.6 -55387,6914.6 -55387,6914.6 -55386,6916.1 -55386,6916.1 -55386,6916.1 -55386,6916.1 -55386,6916.2 -55386,6916.2 -55386,6916.2 -55386,6916.2 -55386,6916.2 -55386,6916.3 -55386,6916.3 -55385,6916.3 -55385,6916.3 -55385,6916.3 -55385,6916.3 -55385,6916.4 -55385,6916.4 -55385,6916.4 -55385,6916.4 -55385,6916.4 -55385,6916.5 -55385,6916.5 -55385,6916.5 -55385,6916.5 -55385,6916.5 -55384,6916.5 -55384,6916.6 -55384,6916.6 -55384,6916.6 -55384,6916.6 -55384,6916.6 -55384,6916.7 -55384,6916.7 -55384,6916.7 -55384,6916.7 -55384,6916.7 -55384,6916.7 -55384,6916.7 -55384,6916.8 -55383,6916.8 -55383,6916.8 -55383,6916.8 -55383,6916.8 -55383,6916.8 -55383,6916.9 -55383,6916.9 -55383,6916.9 -55383,6916.9 -55383,6916.9 -55383,6917 -55383,6917 -55383,6917 -55382,6917 -55382,6917 -55382,6917 -55382,6917.1 -55382,6917.1 -55382,6917.1 -55382,6917.1 -55382,6917.1 -55382,6917.1 -55382,6917.2 -55382,6917.2 -55382,6917.2 -55382,6917.2 -55382,6917.2 -55381,6917.2 -55381,6917.3 -55381,6917.3 -55381,6917.3 -55381,6917.3 -55381,6917.3 -55381,6917.3 -55381,6917.4 -55381,6917.4 -55381,6917.4 -55381,6917.4 -55381,6917.4 -55381,6917.4 -55380,6917.4 -55380,6917.5 -55380,6917.5 -55380,6917.5 -55380,6917.5 -55380,6917.5 -55380,6917.5 -55380,6917.6 -55380,6917.6 -55380,6917.6 -55380,6917.6 -55380,6917.6 -55380,6917.6 -55380,6917.7 -55379,6917.7 -55379,6917.7 -55379,6917.7 -55379,6917.7 -55379,6917.7 -55379,6917.7 -55379,6917.8 -55379,6918.8 -55379,6918.8 -55379,6918.8 -55379,6918.9 -55379,6918.9 -55378,6918.9 -55378,6918.9 -55378,6918.9 -55378,6918.9 -55378,6919 -55378,6919 -55378,6919 -55378,6919 -55378,6919 -55378,6919 -55378,6919.1 -55378,6919.1 -55378,6919.1 -55378,6919.1 -55377,6919.1 -55377,6919.2 -55377,6919.2 -55377,6919.2 -55377,6919.2 -55377,6919.2 -55377,6919.2 -55377,6919.3 -55377,6919.3 -55377,6919.3 -55377,6919.3 -55377,6919.3 -55377,6919.4 -55377,6919.4 -55376,6919.4 -55376,6919.4 -55376,6919.4 -55376,6919.4 -55376,6919.5 -55376,6919.5 -55376,6919.5 -55376,6919.5 -55376,6919.5 -55376,6919.5 -55376,6919.6 -55376,6919.6 -55376,6919.6 -55376,6919.6 -55375,6919.6 -55375,6919.7 -55375,6919.7 -55375,6919.7 -55375,6919.7 -55375,6919.7 -55375,6919.7 -55375,6919.8 -55375,6919.8 -55375,6919.8 -55375,6919.8 -55375,6919.8 -55375,6919.8 -55375,6919.9 -55375,6919.9 -55374,6919.9 -55374,6919.9 -55374,6919.9 -55374,6919.9 -55374,6920 -55374,6920 -55374,6920 -55374,6920 -55374,6920 -55374,6920 -55374,6920.1 -55374,6920.1 -55374,6920.1 -55374,6920.1 -55373,6920.1 -55373,6920.1 -55373,6920.2 -55373,6920.2 -55373,6920.2 -55373,6920.2 -55373,6920.2 -55373,6920.2 -55373,6920.2 -55373,6920.3 -55373,6920.3 -55373,6920.3 -55373,6920.3 -55373,6920.3 -55373,6920.3 -55372,6920.4 -55372,6920.4 -55372,6920.4 -55372,6920.4 -55372,6920.4 -55372,6920.4 -55372,6920.5 -55372,6920.5 -55372,6920.5 -55371,6921.3 -55371,6921.3 -55371,6921.3 -55371,6921.3 -55371,6921.3 -55371,6921.4 -55371,6921.4 -55371,6921.4 -55371,6921.4 -55371,6921.4 -55371,6921.4 -55371,6921.5 -55371,6921.5 -55370,6921.5 -55370,6921.5 -55370,6921.5 -55370,6921.5 -55370,6921.6 -55370,6921.6 -55370,6921.6 -55370,6921.6 -55370,6921.6 -55370,6921.7 -55370,6921.7 -55370,6921.7 -55370,6921.7 -55370,6921.7 -55370,6921.7 -55369,6921.8 -55369,6921.8 -55369,6921.8 -55369,6921.8 -55369,6921.8 -55369,6921.8 -55369,6921.9 -55369,6921.9 -55369,6921.9 -55369,6921.9 -55369,6921.9 -55369,6921.9 -55369,6922 -55369,6922 -55369,6922 -55368,6922 -55368,6922 -55368,6922 -55368,6922.1 -55368,6922.1 -55368,6922.1 -55368,6922.1 -55368,6922.1 -55368,6922.1 -55368,6922.1 -55368,6922.2 -55368,6922.2 -55368,6922.2 -55368,6922.2 -55368,6922.2 -55367,6922.2 -55367,6922.3 -55367,6922.3 -55367,6922.3 -55367,6922.3 -55367,6922.3 -55367,6922.3 -55367,6922.3 -55367,6922.4 -55367,6922.4 -55367,6922.4 -55367,6922.4 -55367,6922.4 -55367,6922.4 -55367,6922.5 -55366,6922.5 -55366,6922.5 -55366,6922.5 -55366,6922.5 -55366,6922.5 -55366,6922.5 -55366,6922.6 -55366,6922.6 -55366,6922.6 -55366,6922.6 -55366,6922.6 -55366,6922.6 -55366,6922.6 -55366,6922.7 -55366,6922.7 -55365,6922.7 -55365,6922.7 -55365,6922.7 -55365,6922.7 -55365,6922.7 -55365,6922.8 -55365,6922.8 -55365,6922.8 -55365,6922.8 -55365,6922.8 -55364,6923.7 -55364,6923.7 -55364,6923.7 -55364,6923.7 -55364,6923.8 -55364,6923.8 -55363,6923.8 -55363,6923.8 -55363,6923.8 -55363,6923.8 -55363,6923.8 -55363,6923.9 -55363,6923.9 -55363,6923.9 -55363,6923.9 -55363,6923.9 -55363,6923.9 -55363,6924 -55363,6924 -55363,6924 -55363,6924 -55362,6924 -55362,6924 -55362,6924 -55362,6924.1 -55362,6924.1 -55362,6924.1 -55362,6924.1 -55362,6924.1 -55362,6924.1 -55362,6924.1 -55362,6924.1 -55362,6924.2 -55362,6924.2 -55362,6924.2 -55362,6924.2 -55362,6924.2 -55361,6924.2 -55361,6924.2 -55361,6924.3 -55361,6924.3 -55361,6924.3 -55361,6924.3 -55361,6924.3 -55361,6924.3 -55361,6924.4 -55361,6924.4 -55361,6924.4 -55361,6924.4 -55361,6924.4 -55361,6924.4 -55361,6924.4 -55361,6924.5 -55360,6924.5 -55360,6924.5 -55360,6924.5 -55360,6924.5 -55360,6924.5 -55360,6924.5 -55360,6924.5 -55360,6924.6 -55360,6924.6 -55360,6924.6 -55360,6924.6 -55360,6924.6 -55360,6924.6 -55360,6924.6 -55360,6924.7 -55360,6924.7 -55359,6924.7 -55359,6924.7 -55359,6924.7 -55359,6924.7 -55359,6924.7 -55359,6924.7 -55359,6924.8 -55359,6924.8 -55359,6924.8 -55359,6924.8 -55359,6924.8 -55359,6924.8 -55359,6924.8 -55359,6924.9 -55359,6924.9 -55359,6924.9 -55359,6924.9 -55358,6924.9 -55358,6924.9 -55358,6924.9 -55358,6924.9 -55358,6925 -55358,6925 -55358,6925 -55358,6925 -55358,6925 -55358,6925 -55358,6925 -55358,6925 -55356,6926.1 -55356,6926.1 -55356,6926.1 -55356,6926.1 -55356,6926.1 -55356,6926.1 -55356,6926.1 -55356,6926.2 -55356,6926.2 -55356,6926.2 -55356,6926.2 -55356,6926.2 -55356,6926.2 -55355,6926.3 -55355,6926.3 -55355,6926.3 -55355,6926.3 -55355,6926.3 -55355,6926.3 -55355,6926.4 -55355,6926.4 -55355,6926.4 -55355,6926.4 -55355,6926.4 -55355,6926.4 -55355,6926.5 -55355,6926.5 -55355,6926.5 -55355,6926.5 -55354,6926.5 -55354,6926.5 -55354,6926.6 -55354,6926.6 -55354,6926.6 -55354,6926.6 -55354,6926.6 -55354,6926.6 -55354,6926.7 -55354,6926.7 -55354,6926.7 -55354,6926.7 -55354,6926.7 -55354,6926.7 -55354,6926.8 -55354,6926.8 -55353,6926.8 -55353,6926.8 -55353,6926.8 -55353,6926.8 -55353,6926.9 -55353,6926.9 -55353,6926.9 -55353,6926.9 -55353,6926.9 -55353,6926.9 -55353,6927 -55353,6927 -55353,6927 -55353,6927 -55353,6927 -55353,6927 -55352,6927.1 -55352,6927.1 -55352,6927.1 -55352,6927.1 -55352,6927.1 -55352,6927.1 -55352,6927.2 -55352,6927.2 -55352,6927.2 -55352,6927.2 -55352,6927.2 -55352,6927.2 -55352,6927.2 -55352,6927.3 -55352,6927.3 -55352,6927.3 -55352,6927.3 -55351,6927.3 -55351,6927.3 -55351,6927.3 -55351,6927.4 -55351,6927.4 -55351,6927.4 -55351,6927.4 -55351,6927.4 -55351,6927.4 -55351,6927.5 -55351,6927.5 -55351,6927.5 -55351,6927.5 -55351,6927.5 -55351,6927.5 -55351,6927.5 -55351,6927.6 -55350,6927.6 -55350,6927.6 -55350,6927.6 -55350,6927.6 -55350,6927.6 -55350,6927.7 -55348,6928.8 -55348,6928.8 -55348,6928.9 -55348,6928.9 -55348,6928.9 -55348,6928.9 -55348,6928.9 -55348,6929 -55348,6929 -55348,6929 -55348,6929 -55348,6929 -55348,6929 -55348,6929.1 -55347,6929.1 -55347,6929.1 -55347,6929.1 -55347,6929.1 -55347,6929.2 -55347,6929.2 -55347,6929.2 -55347,6929.2 -55347,6929.2 -55347,6929.2 -55347,6929.3 -55347,6929.3 -55347,6929.3 -55347,6929.3 -55347,6929.3 -55347,6929.4 -55346,6929.4 -55346,6929.4 -55346,6929.4 -55346,6929.4 -55346,6929.4 -55346,6929.5 -55346,6929.5 -55346,6929.5 -55346,6929.5 -55346,6929.5 -55346,6929.5 -55346,6929.6 -55346,6929.6 -55346,6929.6 -55346,6929.6 -55346,6929.6 -55345,6929.6 -55345,6929.7 -55345,6929.7 -55345,6929.7 -55345,6929.7 -55345,6929.7 -55345,6929.8 -55345,6929.8 -55345,6929.8 -55345,6929.8 -55345,6929.8 -55345,6929.8 -55345,6929.9 -55345,6929.9 -55345,6929.9 -55345,6929.9 -55345,6929.9 -55344,6930 -55344,6930 -55344,6930 -55344,6930 -55344,6930 -55344,6930 -55344,6930.1 -55344,6930.1 -55344,6930.1 -55344,6930.1 -55344,6930.1 -55344,6930.1 -55344,6930.2 -55344,6930.2 -55344,6930.2 -55344,6930.2 -55343,6930.2 -55343,6930.2 -55343,6930.3 -55343,6930.3 -55343,6930.3 -55343,6930.3 -55343,6930.3 -55343,6930.3 -55343,6930.4 -55343,6930.4 -55343,6930.4 -55343,6930.4 -55343,6930.4 -55343,6930.4 -55343,6930.5 -55343,6930.5 -55343,6930.5 -55343,6930.5 -55342,6930.5 -55342,6930.5 -55341,6931.5 -55341,6931.6 -55341,6931.6 -55341,6931.6 -55341,6931.6 -55340,6931.6 -55340,6931.6 -55340,6931.7 -55340,6931.7 -55340,6931.7 -55340,6931.7 -55340,6931.7 -55340,6931.8 -55340,6931.8 -55340,6931.8 -55340,6931.8 -55340,6931.8 -55340,6931.9 -55340,6931.9 -55340,6931.9 -55340,6931.9 -55339,6931.9 -55339,6931.9 -55339,6932 -55339,6932 -55339,6932 -55339,6932 -55339,6932 -55339,6932.1 -55339,6932.1 -55339,6932.1 -55339,6932.1 -55339,6932.1 -55339,6932.2 -55339,6932.2 -55339,6932.2 -55339,6932.2 -55339,6932.2 -55338,6932.2 -55338,6932.3 -55338,6932.3 -55338,6932.3 -55338,6932.3 -55338,6932.3 -55338,6932.4 -55338,6932.4 -55338,6932.4 -55338,6932.4 -55338,6932.4 -55338,6932.4 -55338,6932.5 -55338,6932.5 -55338,6932.5 -55338,6932.5 -55337,6932.5 -55337,6932.6 -55337,6932.6 -55337,6932.6 -55337,6932.6 -55337,6932.6 -55337,6932.6 -55337,6932.7 -55337,6932.7 -55337,6932.7 -55337,6932.7 -55337,6932.7 -55337,6932.8 -55337,6932.8 -55337,6932.8 -55337,6932.8 -55337,6932.8 -55337,6932.8 -55336,6932.9 -55336,6932.9 -55336,6932.9 -55336,6932.9 -55336,6932.9 -55336,6932.9 -55336,6933 -55336,6933 -55336,6933 -55336,6933 -55336,6933 -55336,6933 -55336,6933.1 -55336,6933.1 -55336,6933.1 -55336,6933.1 -55336,6933.1 -55335,6933.2 -55335,6933.2 -55335,6933.2 -55335,6933.2 -55335,6933.2 -55335,6933.2 -55335,6933.3 -55335,6933.3 -55335,6933.3 -55335,6933.3 -55335,6933.3 -55335,6933.3 -55333,6934 -55333,6934 -55333,6934.1 -55333,6934.1 -55333,6934.1 -55333,6934.1 -55333,6934.1 -55333,6934.2 -55332,6934.2 -55332,6934.2 -55332,6934.2 -55332,6934.2 -55332,6934.2 -55332,6934.3 -55332,6934.3 -55332,6934.3 -55332,6934.3 -55332,6934.3 -55332,6934.4 -55332,6934.4 -55332,6934.4 -55332,6934.4 -55332,6934.4 -55332,6934.5 -55332,6934.5 -55331,6934.5 -55331,6934.5 -55331,6934.5 -55331,6934.6 -55331,6934.6 -55331,6934.6 -55331,6934.6 -55331,6934.6 -55331,6934.7 -55331,6934.7 -55331,6934.7 -55331,6934.7 -55331,6934.7 -55331,6934.7 -55331,6934.8 -55331,6934.8 -55330,6934.8 -55330,6934.8 -55330,6934.8 -55330,6934.9 -55330,6934.9 -55330,6934.9 -55330,6934.9 -55330,6934.9 -55330,6934.9 -55330,6935 -55330,6935 -55330,6935 -55330,6935 -55330,6935 -55330,6935.1 -55330,6935.1 -55330,6935.1 -55329,6935.1 -55329,6935.1 -55329,6935.2 -55329,6935.2 -55329,6935.2 -55329,6935.2 -55329,6935.2 -55329,6935.2 -55329,6935.3 -55329,6935.3 -55329,6935.3 -55329,6935.3 -55329,6935.3 -55329,6935.4 -55329,6935.4 -55329,6935.4 -55329,6935.4 -55328,6935.4 -55328,6935.4 -55328,6935.5 -55328,6935.5 -55328,6935.5 -55328,6935.5 -55328,6935.5 -55328,6935.6 -55328,6935.6 -55328,6935.6 -55328,6935.6 -55328,6935.6 -55328,6935.6 -55328,6935.7 -55328,6935.7 -55328,6935.7 -55328,6935.7 -55328,6935.7 -55327,6935.8 -55327,6935.8 -55327,6935.8 -55327,6935.8 -55327,6935.8 -55325,6936.1 -55325,6936.1 -55325,6936.2 -55325,6936.2 -55325,6936.2 -55325,6936.2 -55325,6936.2 -55325,6936.2 -55325,6936.3 -55324,6936.3 -55324,6936.3 -55324,6936.3 -55324,6936.3 -55324,6936.4 -55324,6936.4 -55324,6936.4 -55324,6936.4 -55324,6936.4 -55324,6936.4 -55324,6936.5 -55324,6936.5 -55324,6936.5 -55324,6936.5 -55324,6936.5 -55324,6936.6 -55323,6936.6 -55323,6936.6 -55323,6936.6 -55323,6936.6 -55323,6936.6 -55323,6936.7 -55323,6936.7 -55323,6936.7 -55323,6936.7 -55323,6936.7 -55323,6936.8 -55323,6936.8 -55323,6936.8 -55323,6936.8 -55323,6936.8 -55323,6936.8 -55322,6936.9 -55322,6936.9 -55322,6936.9 -55322,6936.9 -55322,6936.9 -55322,6936.9 -55322,6937 -55322,6937 -55322,6937 -55322,6937 -55322,6937 -55322,6937 -55322,6937.1 -55322,6937.1 -55322,6937.1 -55322,6937.1 -55322,6937.1 -55321,6937.1 -55321,6937.2 -55321,6937.2 -55321,6937.2 -55321,6937.2 -55321,6937.2 -55321,6937.3 -55321,6937.3 -55321,6937.3 -55321,6937.3 -55321,6937.3 -55321,6937.3 -55321,6937.3 -55321,6937.4 -55321,6937.4 -55321,6937.4 -55321,6937.4 -55320,6937.4 -55320,6937.4 -55320,6937.5 -55320,6937.5 -55320,6937.5 -55320,6937.5 -55320,6937.5 -55320,6937.5 -55320,6937.5 -55320,6937.6 -55320,6937.6 -55320,6937.6 -55320,6937.6 -55320,6937.6 -55320,6937.6 -55320,6937.7 -55320,6937.7 -55319,6937.7 -55319,6937.7 -55319,6937.7 -55319,6937.7 -55319,6937.7 -55319,6937.8 -55319,6937.8 -55316,6938.4 -55316,6938.4 -55316,6938.4 -55316,6938.4 -55316,6938.4 -55316,6938.4 -55316,6938.5 -55316,6938.5 -55316,6938.5 -55316,6938.5 -55316,6938.5 -55316,6938.5 -55315,6938.6 -55315,6938.6 -55315,6938.6 -55315,6938.6 -55315,6938.6 -55315,6938.6 -55315,6938.7 -55315,6938.7 -55315,6938.7 -55315,6938.7 -55315,6938.7 -55315,6938.8 -55315,6938.8 -55315,6938.8 -55315,6938.8 -55314,6938.8 -55314,6938.8 -55314,6938.9 -55314,6938.9 -55314,6938.9 -55314,6938.9 -55314,6938.9 -55314,6938.9 -55314,6939 -55314,6939 -55314,6939 -55314,6939 -55314,6939 -55314,6939 -55314,6939.1 -55314,6939.1 -55313,6939.1 -55313,6939.1 -55313,6939.1 -55313,6939.1 -55313,6939.1 -55313,6939.2 -55313,6939.2 -55313,6939.2 -55313,6939.2 -55313,6939.2 -55313,6939.2 -55313,6939.3 -55313,6939.3 -55313,6939.3 -55313,6939.3 -55312,6939.3 -55312,6939.3 -55312,6939.4 -55312,6939.4 -55312,6939.4 -55312,6939.4 -55312,6939.4 -55312,6939.4 -55312,6939.5 -55312,6939.5 -55312,6939.5 -55312,6939.5 -55312,6939.5 -55312,6939.5 -55312,6939.6 -55311,6939.6 -55311,6939.6 -55311,6939.6 -55311,6939.6 -55311,6939.6 -55311,6939.7 -55311,6939.7 -55311,6939.7 -55311,6939.7 -55311,6939.7 -55311,6939.7 -55311,6939.7 -55311,6939.8 -55311,6939.8 -55311,6939.8 -55311,6939.8 -55310,6939.8 -55310,6939.8 -55310,6939.9 -55310,6939.9 -55310,6939.9 -55310,6939.9 -55310,6939.9 -55310,6939.9 -55310,6939.9 -55310,6940 -55310,6940 -55308,6940.4 -55308,6940.4 -55308,6940.4 -55308,6940.5 -55308,6940.5 -55308,6940.5 -55308,6940.5 -55308,6940.5 -55308,6940.5 -55308,6940.5 -55308,6940.6 -55308,6940.6 -55308,6940.6 -55308,6940.6 -55307,6940.6 -55307,6940.6 -55307,6940.7 -55307,6940.7 -55307,6940.7 -55307,6940.7 -55307,6940.7 -55307,6940.7 -55307,6940.8 -55307,6940.8 -55307,6940.8 -55307,6940.8 -55307,6940.8 -55307,6940.8 -55307,6940.9 -55306,6940.9 -55306,6940.9 -55306,6940.9 -55306,6940.9 -55306,6940.9 -55306,6940.9 -55306,6941 -55306,6941 -55306,6941 -55306,6941 -55306,6941 -55306,6941 -55306,6941.1 -55306,6941.1 -55306,6941.1 -55305,6941.1 -55305,6941.1 -55305,6941.1 -55305,6941.1 -55305,6941.2 -55305,6941.2 -55305,6941.2 -55305,6941.2 -55305,6941.2 -55305,6941.2 -55305,6941.2 -55305,6941.3 -55305,6941.3 -55305,6941.3 -55305,6941.3 -55304,6941.3 -55304,6941.3 -55304,6941.4 -55304,6941.4 -55304,6941.4 -55304,6941.4 -55304,6941.4 -55304,6941.4 -55304,6941.4 -55304,6941.5 -55304,6941.5 -55304,6941.5 -55304,6941.5 -55304,6941.5 -55304,6941.5 -55303,6941.5 -55303,6941.6 -55303,6941.6 -55303,6941.6 -55303,6941.6 -55303,6941.6 -55303,6941.6 -55303,6941.6 -55303,6941.7 -55303,6941.7 -55303,6941.7 -55303,6941.7 -55303,6941.7 -55303,6941.7 -55303,6941.7 -55302,6941.8 -55302,6941.8 -55302,6941.8 -55302,6941.8 -55302,6941.8 -55302,6941.8 -55302,6941.9 -55302,6941.9 -55302,6941.9 -55301,6941.9 -55301,6941.9 -55301,6941.9 -55301,6942 -55301,6942 -55300,6942 -55300,6942 -55300,6942 -55300,6942 -55300,6942 -55300,6942.1 -55300,6942.1 -55300,6942.1 -55300,6942.1 -55300,6942.1 -55300,6942.1 -55300,6942.1 -55300,6942.2 -55300,6942.2 -55300,6942.2 -55299,6942.2 -55299,6942.2 -55299,6942.2 -55299,6942.2 -55299,6942.3 -55299,6942.3 -55299,6942.3 -55299,6942.3 -55299,6942.3 -55299,6942.3 -55299,6942.3 -55299,6942.3 -55299,6942.4 -55299,6942.4 -55298,6942.4 -55298,6942.4 -55298,6942.4 -55298,6942.4 -55298,6942.4 -55298,6942.5 -55298,6942.5 -55298,6942.5 -55298,6942.5 -55298,6942.5 -55298,6942.5 -55298,6942.5 -55298,6942.6 -55298,6942.6 -55298,6942.6 -55297,6942.6 -55297,6942.6 -55297,6942.6 -55297,6942.6 -55297,6942.6 -55297,6942.7 -55297,6942.7 -55297,6942.7 -55297,6942.7 -55297,6942.7 -55297,6942.7 -55297,6942.7 -55297,6942.8 -55297,6942.8 -55297,6942.8 -55296,6942.8 -55296,6942.8 -55296,6942.8 -55296,6942.8 -55296,6942.9 -55296,6942.9 -55296,6942.9 -55296,6942.9 -55296,6942.9 -55296,6942.9 -55296,6942.9 -55296,6943 -55296,6943 -55296,6943 -55296,6943 -55295,6943 -55295,6943 -55295,6943 -55295,6943 -55295,6943.1 -55295,6943.1 -55295,6943.1 -55295,6943.1 -55295,6943.1 -55295,6943.1 -55295,6943.1 -55295,6943.2 -55295,6943.2 -55295,6943.2 -55295,6943.2 -55294,6943.2 -55294,6943.2 -55294,6943.2 -55294,6943.2 -55294,6943.3 -55293,6943.6 -55293,6943.6 -55293,6943.6 -55293,6943.6 -55293,6943.6 -55293,6943.7 -55293,6943.7 -55292,6943.7 -55292,6943.7 -55292,6943.7 -55292,6943.7 -55292,6943.7 -55292,6943.8 -55292,6943.8 -55292,6943.8 -55292,6943.8 -55292,6943.8 -55292,6943.8 -55292,6943.8 -55292,6943.8 -55292,6943.9 -55291,6943.9 -55291,6943.9 -55291,6943.9 -55291,6943.9 -55291,6943.9 -55291,6943.9 -55291,6944 -55291,6944 -55291,6944 -55291,6944 -55291,6944 -55291,6944 -55291,6944 -55291,6944.1 -55291,6944.1 -55290,6944.1 -55290,6944.1 -55290,6944.1 -55290,6944.1 -55290,6944.1 -55290,6944.1 -55290,6944.2 -55290,6944.2 -55290,6944.2 -55290,6944.2 -55290,6944.2 -55290,6944.2 -55290,6944.2 -55290,6944.2 -55289,6944.3 -55289,6944.3 -55289,6944.3 -55289,6944.3 -55289,6944.3 -55289,6944.3 -55289,6944.3 -55289,6944.3 -55289,6944.4 -55289,6944.4 -55289,6944.4 -55289,6944.4 -55289,6944.4 -55289,6944.4 -55289,6944.4 -55288,6944.4 -55288,6944.5 -55288,6944.5 -55288,6944.5 -55288,6944.5 -55288,6944.5 -55288,6944.5 -55288,6944.5 -55288,6944.5 -55288,6944.6 -55288,6944.6 -55288,6944.6 -55288,6944.6 -55288,6944.6 -55288,6944.6 -55287,6944.6 -55287,6944.6 -55287,6944.6 -55287,6944.7 -55287,6944.7 -55287,6944.7 -55287,6944.7 -55287,6944.7 -55287,6944.7 -55287,6944.7 -55287,6944.7 -55287,6944.7 -55287,6944.8 -55287,6944.8 -55287,6944.8 -55287,6944.8 -55286,6944.8 -55286,6944.8 -55286,6944.8 -55286,6944.8 -55285,6945.3 -55285,6945.3 -55285,6945.3 -55285,6945.4 -55284,6945.4 -55284,6945.4 -55284,6945.4 -55284,6945.4 -55284,6945.4 -55284,6945.4 -55284,6945.4 -55284,6945.5 -55284,6945.5 -55284,6945.5 -55284,6945.5 -55284,6945.5 -55284,6945.5 -55284,6945.5 -55283,6945.5 -55283,6945.5 -55283,6945.6 -55283,6945.6 -55283,6945.6 -55283,6945.6 -55283,6945.6 -55283,6945.6 -55283,6945.6 -55283,6945.6 -55283,6945.6 -55283,6945.7 -55283,6945.7 -55283,6945.7 -55282,6945.7 -55282,6945.7 -55282,6945.7 -55282,6945.7 -55282,6945.7 -55282,6945.7 -55282,6945.8 -55282,6945.8 -55282,6945.8 -55282,6945.8 -55282,6945.8 -55282,6945.8 -55282,6945.8 -55282,6945.8 -55282,6945.8 -55281,6945.9 -55281,6945.9 -55281,6945.9 -55281,6945.9 -55281,6945.9 -55281,6945.9 -55281,6945.9 -55281,6945.9 -55281,6945.9 -55281,6945.9 -55281,6946 -55281,6946 -55281,6946 -55281,6946 -55281,6946 -55280,6946 -55280,6946 -55280,6946 -55280,6946 -55280,6946 -55280,6946.1 -55280,6946.1 -55280,6946.1 -55280,6946.1 -55280,6946.1 -55280,6946.1 -55280,6946.1 -55280,6946.1 -55280,6946.1 -55280,6946.1 -55279,6946.1 -55279,6946.2 -55279,6946.2 -55279,6946.2 -55279,6946.2 -55279,6946.2 -55279,6946.2 -55279,6946.2 -55279,6946.2 -55279,6946.2 -55279,6946.2 -55279,6946.2 -55279,6946.3 -55279,6946.3 -55279,6946.3 -55278,6946.3 -55278,6946.3 -55278,6946.3 -55278,6946.3 -55278,6946.3 -55278,6946.3 -55278,6946.3 -55278,6946.3 -55276,6947.3 -55276,6947.3 -55276,6947.3 -55276,6947.3 -55276,6947.3 -55276,6947.3 -55276,6947.4 -55276,6947.4 -55275,6947.4 -55275,6947.4 -55275,6947.4 -55275,6947.4 -55275,6947.4 -55275,6947.4 -55275,6947.4 -55275,6947.5 -55275,6947.5 -55275,6947.5 -55275,6947.5 -55275,6947.5 -55275,6947.5 -55275,6947.5 -55274,6947.5 -55274,6947.5 -55274,6947.5 -55274,6947.6 -55274,6947.6 -55274,6947.6 -55274,6947.6 -55274,6947.6 -55274,6947.6 -55274,6947.6 -55274,6947.6 -55274,6947.6 -55274,6947.6 -55274,6947.7 -55273,6947.7 -55273,6947.7 -55273,6947.7 -55273,6947.7 -55273,6947.7 -55273,6947.7 -55273,6947.7 -55273,6947.7 -55273,6947.7 -55273,6947.7 -55273,6947.8 -55273,6947.8 -55273,6947.8 -55273,6947.8 -55272,6947.8 -55272,6947.8 -55272,6947.8 -55272,6947.8 -55272,6947.8 -55272,6947.8 -55272,6947.8 -55272,6947.9 -55272,6947.9 -55272,6947.9 -55272,6947.9 -55272,6947.9 -55272,6947.9 -55272,6947.9 -55272,6947.9 -55271,6947.9 -55271,6947.9 -55271,6947.9 -55271,6947.9 -55271,6947.9 -55271,6947.9 -55271,6948 -55271,6948 -55271,6948 -55271,6948 -55271,6948 -55271,6948 -55271,6948 -55271,6948 -55271,6948 -55270,6948 -55270,6948 -55270,6948 -55270,6948 -55270,6948 -55270,6948 -55270,6948.1 -55270,6948.1 -55270,6948.1 -55270,6948.1 -55270,6948.1 -55270,6948.1 -55270,6948.1 -55270,6948.1 -55270,6948.1 -55269,6948.1 -55269,6948.1 -55269,6948.1 -55269,6948.1 -55269,6948.1 -55268,6948.8 -55268,6948.8 -55268,6948.9 -55268,6948.9 -55268,6948.9 -55268,6948.9 -55267,6948.9 -55267,6948.9 -55267,6948.9 -55267,6948.9 -55267,6948.9 -55267,6948.9 -55267,6948.9 -55267,6948.9 -55267,6948.9 -55267,6949 -55267,6949 -55267,6949 -55267,6949 -55267,6949 -55266,6949 -55266,6949 -55266,6949 -55266,6949 -55266,6949 -55266,6949 -55266,6949 -55266,6949 -55266,6949 -55266,6949.1 -55266,6949.1 -55266,6949.1 -55266,6949.1 -55266,6949.1 -55265,6949.1 -55265,6949.1 -55265,6949.1 -55265,6949.1 -55265,6949.1 -55265,6949.1 -55265,6949.1 -55265,6949.1 -55265,6949.1 -55265,6949.2 -55265,6949.2 -55265,6949.2 -55265,6949.2 -55265,6949.2 -55264,6949.2 -55264,6949.2 -55264,6949.2 -55264,6949.2 -55264,6949.2 -55264,6949.2 -55264,6949.2 -55264,6949.2 -55264,6949.2 -55264,6949.2 -55264,6949.2 -55264,6949.2 -55264,6949.3 -55264,6949.3 -55264,6949.3 -55263,6949.3 -55263,6949.3 -55263,6949.3 -55263,6949.3 -55263,6949.3 -55263,6949.3 -55263,6949.3 -55263,6949.3 -55263,6949.3 -55263,6949.3 -55263,6949.3 -55263,6949.3 -55263,6949.3 -55263,6949.3 -55263,6949.4 -55262,6949.4 -55262,6949.4 -55262,6949.4 -55262,6949.4 -55262,6949.4 -55262,6949.4 -55262,6949.4 -55262,6949.4 -55262,6949.4 -55262,6949.4 -55262,6949.4 -55262,6949.4 -55262,6949.4 -55262,6949.4 -55262,6949.4 -55261,6949.4 -55261,6949.5 -55261,6949.5 -55261,6949.5 -55261,6949.5 -55260,6950.5 -55259,6950.5 -55259,6950.5 -55259,6950.5 -55259,6950.5 -55259,6950.5 -55259,6950.5 -55259,6950.5 -55259,6950.5 -55259,6950.6 -55259,6950.6 -55259,6950.6 -55259,6950.6 -55259,6950.6 -55259,6950.6 -55258,6950.6 -55258,6950.6 -55258,6950.6 -55258,6950.6 -55258,6950.6 -55258,6950.6 -55258,6950.6 -55258,6950.7 -55258,6950.7 -55258,6950.7 -55258,6950.7 -55258,6950.7 -55258,6950.7 -55258,6950.7 -55258,6950.7 -55257,6950.7 -55257,6950.7 -55257,6950.7 -55257,6950.7 -55257,6950.7 -55257,6950.7 -55257,6950.8 -55257,6950.8 -55257,6950.8 -55257,6950.8 -55257,6950.8 -55257,6950.8 -55257,6950.8 -55257,6950.8 -55257,6950.8 -55256,6950.8 -55256,6950.8 -55256,6950.8 -55256,6950.8 -55256,6950.8 -55256,6950.8 -55256,6950.9 -55256,6950.9 -55256,6950.9 -55256,6950.9 -55256,6950.9 -55256,6950.9 -55256,6950.9 -55256,6950.9 -55255,6950.9 -55255,6950.9 -55255,6950.9 -55255,6950.9 -55255,6950.9 -55255,6950.9 -55255,6950.9 -55255,6950.9 -55255,6950.9 -55255,6950.9 -55255,6951 -55255,6951 -55255,6951 -55255,6951 -55255,6951 -55255,6951 -55254,6951 -55254,6951 -55254,6951 -55254,6951 -55254,6951 -55254,6951 -55254,6951 -55254,6951 -55254,6951 -55254,6951 -55254,6951 -55254,6951 -55254,6951 -55254,6951.1 -55254,6951.1 -55253,6951.1 -55253,6951.1 -55253,6951.1 -55253,6951.1 -55253,6951.1 -55253,6951.1 -55253,6951.1 -55253,6951.1 -55253,6951.1 -55251,6952.1 -55251,6952.1 -55251,6952.1 -55251,6952.1 -55251,6952.1 -55251,6952.1 -55251,6952.1 -55251,6952.1 -55251,6952.1 -55251,6952.2 -55251,6952.2 -55251,6952.2 -55250,6952.2 -55250,6952.2 -55250,6952.2 -55250,6952.2 -55250,6952.2 -55250,6952.2 -55250,6952.2 -55250,6952.2 -55250,6952.2 -55250,6952.3 -55250,6952.3 -55250,6952.3 -55250,6952.3 -55250,6952.3 -55249,6952.3 -55249,6952.3 -55249,6952.3 -55249,6952.3 -55249,6952.3 -55249,6952.3 -55249,6952.3 -55249,6952.4 -55249,6952.4 -55249,6952.4 -55249,6952.4 -55249,6952.4 -55249,6952.4 -55249,6952.4 -55248,6952.4 -55248,6952.4 -55248,6952.4 -55248,6952.4 -55248,6952.4 -55248,6952.4 -55248,6952.5 -55248,6952.5 -55248,6952.5 -55248,6952.5 -55248,6952.5 -55248,6952.5 -55248,6952.5 -55248,6952.5 -55248,6952.5 -55247,6952.5 -55247,6952.5 -55247,6952.5 -55247,6952.5 -55247,6952.5 -55247,6952.6 -55247,6952.6 -55247,6952.6 -55247,6952.6 -55247,6952.6 -55247,6952.6 -55247,6952.6 -55247,6952.6 -55247,6952.6 -55246,6952.6 -55246,6952.6 -55246,6952.6 -55246,6952.6 -55246,6952.6 -55246,6952.7 -55246,6952.7 -55246,6952.7 -55246,6952.7 -55246,6952.7 -55246,6952.7 -55246,6952.7 -55246,6952.7 -55246,6952.7 -55246,6952.7 -55245,6952.7 -55245,6952.7 -55245,6952.7 -55245,6952.8 -55245,6952.8 -55245,6952.8 -55245,6952.8 -55245,6952.8 -55245,6952.8 -55245,6952.8 -55245,6952.8 -55245,6952.8 -55245,6952.8 -55245,6952.8 -55245,6952.8 -55243,6954.3 -55243,6954.3 -55243,6954.3 -55243,6954.4 -55243,6954.4 -55243,6954.4 -55243,6954.4 -55243,6954.4 -55243,6954.4 -55243,6954.4 -55243,6954.4 -55243,6954.4 -55243,6954.5 -55242,6954.5 -55242,6954.5 -55242,6954.5 -55242,6954.5 -55242,6954.5 -55242,6954.5 -55242,6954.5 -55242,6954.5 -55242,6954.6 -55242,6954.6 -55242,6954.6 -55242,6954.6 -55242,6954.6 -55242,6954.6 -55241,6954.6 -55241,6954.6 -55241,6954.6 -55241,6954.6 -55241,6954.6 -55241,6954.7 -55241,6954.7 -55241,6954.7 -55241,6954.7 -55241,6954.7 -55241,6954.7 -55241,6954.7 -55241,6954.7 -55241,6954.7 -55240,6954.7 -55240,6954.8 -55240,6954.8 -55240,6954.8 -55240,6954.8 -55240,6954.8 -55240,6954.8 -55240,6954.8 -55240,6954.8 -55240,6954.8 -55240,6954.8 -55240,6954.8 -55240,6954.9 -55240,6954.9 -55240,6954.9 -55239,6954.9 -55239,6954.9 -55239,6954.9 -55239,6954.9 -55239,6954.9 -55239,6954.9 -55239,6954.9 -55239,6954.9 -55239,6954.9 -55239,6954.9 -55239,6955 -55239,6955 -55239,6955 -55239,6955 -55238,6955 -55238,6955 -55238,6955 -55238,6955 -55238,6955 -55238,6955 -55238,6955 -55238,6955 -55238,6955 -55238,6955.1 -55238,6955.1 -55238,6955.1 -55238,6955.1 -55238,6955.1 -55238,6955.1 -55237,6955.1 -55237,6955.1 -55237,6955.1 -55237,6955.1 -55237,6955.1 -55237,6955.1 -55237,6955.1 -55237,6955.1 -55237,6955.2 -55237,6955.2 -55237,6955.2 -55237,6955.2 -55237,6955.2 -55237,6955.2 -55237,6955.2 -55235,6956.4 -55235,6956.4 -55235,6956.4 -55235,6956.4 -55235,6956.4 -55235,6956.4 -55235,6956.5 -55235,6956.5 -55235,6956.5 -55235,6956.5 -55235,6956.5 -55234,6956.5 -55234,6956.5 -55234,6956.5 -55234,6956.5 -55234,6956.5 -55234,6956.6 -55234,6956.6 -55234,6956.6 -55234,6956.6 -55234,6956.6 -55234,6956.6 -55234,6956.6 -55234,6956.6 -55234,6956.6 -55233,6956.6 -55233,6956.7 -55233,6956.7 -55233,6956.7 -55233,6956.7 -55233,6956.7 -55233,6956.7 -55233,6956.7 -55233,6956.7 -55233,6956.7 -55233,6956.7 -55233,6956.7 -55233,6956.7 -55233,6956.8 -55232,6956.8 -55232,6956.8 -55232,6956.8 -55232,6956.8 -55232,6956.8 -55232,6956.8 -55232,6956.8 -55232,6956.8 -55232,6956.8 -55232,6956.8 -55232,6956.8 -55232,6956.8 -55232,6956.9 -55232,6956.9 -55231,6956.9 -55231,6956.9 -55231,6956.9 -55231,6956.9 -55231,6956.9 -55231,6956.9 -55231,6956.9 -55231,6956.9 -55231,6956.9 -55231,6956.9 -55231,6956.9 -55231,6957 -55231,6957 -55231,6957 -55231,6957 -55230,6957 -55230,6957 -55230,6957 -55230,6957 -55230,6957 -55230,6957 -55230,6957 -55230,6957 -55230,6957 -55230,6957.1 -55230,6957.1 -55230,6957.1 -55230,6957.1 -55230,6957.1 -55229,6957.1 -55229,6957.1 -55229,6957.1 -55229,6957.1 -55229,6957.1 -55229,6957.1 -55229,6957.1 -55229,6957.1 -55229,6957.1 -55229,6957.1 -55229,6957.2 -55229,6957.2 -55229,6957.2 -55229,6957.2 -55229,6957.2 -55228,6957.2 -55227,6958.2 -55227,6958.2 -55227,6958.2 -55227,6958.2 -55227,6958.2 -55227,6958.3 -55227,6958.3 -55227,6958.3 -55227,6958.3 -55226,6958.3 -55226,6958.3 -55226,6958.3 -55226,6958.3 -55226,6958.3 -55226,6958.3 -55226,6958.3 -55226,6958.3 -55226,6958.4 -55226,6958.4 -55226,6958.4 -55226,6958.4 -55226,6958.4 -55226,6958.4 -55226,6958.4 -55225,6958.4 -55225,6958.4 -55225,6958.4 -55225,6958.4 -55225,6958.4 -55225,6958.4 -55225,6958.5 -55225,6958.5 -55225,6958.5 -55225,6958.5 -55225,6958.5 -55225,6958.5 -55225,6958.5 -55225,6958.5 -55224,6958.5 -55224,6958.5 -55224,6958.5 -55224,6958.5 -55224,6958.5 -55224,6958.6 -55224,6958.6 -55224,6958.6 -55224,6958.6 -55224,6958.6 -55224,6958.6 -55224,6958.6 -55224,6958.6 -55224,6958.6 -55223,6958.6 -55223,6958.6 -55223,6958.6 -55223,6958.6 -55223,6958.7 -55223,6958.7 -55223,6958.7 -55223,6958.7 -55223,6958.7 -55223,6958.7 -55223,6958.7 -55223,6958.7 -55223,6958.7 -55223,6958.7 -55222,6958.7 -55222,6958.7 -55222,6958.7 -55222,6958.7 -55222,6958.8 -55222,6958.8 -55222,6958.8 -55222,6958.8 -55222,6958.8 -55222,6958.8 -55222,6958.8 -55222,6958.8 -55222,6958.8 -55222,6958.8 -55221,6958.8 -55221,6958.8 -55221,6958.8 -55221,6958.8 -55221,6958.8 -55221,6958.9 -55221,6958.9 -55221,6958.9 -55221,6958.9 -55221,6958.9 -55221,6958.9 -55221,6958.9 -55221,6958.9 -55221,6958.9 -55221,6958.9 -55220,6958.9 -55220,6958.9 -55220,6958.9 -55220,6958.9 -55220,6958.9 -55220,6958.9 -55219,6960.5 -55219,6960.6 -55219,6960.6 -55219,6960.6 -55219,6960.6 -55219,6960.6 -55218,6960.6 -55218,6960.6 -55218,6960.6 -55218,6960.6 -55218,6960.7 -55218,6960.7 -55218,6960.7 -55218,6960.7 -55218,6960.7 -55218,6960.7 -55218,6960.7 -55218,6960.7 -55218,6960.7 -55218,6960.8 -55217,6960.8 -55217,6960.8 -55217,6960.8 -55217,6960.8 -55217,6960.8 -55217,6960.8 -55217,6960.8 -55217,6960.8 -55217,6960.8 -55217,6960.8 -55217,6960.9 -55217,6960.9 -55217,6960.9 -55217,6960.9 -55216,6960.9 -55216,6960.9 -55216,6960.9 -55216,6960.9 -55216,6960.9 -55216,6960.9 -55216,6961 -55216,6961 -55216,6961 -55216,6961 -55216,6961 -55216,6961 -55216,6961 -55216,6961 -55215,6961 -55215,6961 -55215,6961 -55215,6961.1 -55215,6961.1 -55215,6961.1 -55215,6961.1 -55215,6961.1 -55215,6961.1 -55215,6961.1 -55215,6961.1 -55215,6961.1 -55215,6961.1 -55215,6961.1 -55215,6961.1 -55214,6961.1 -55214,6961.2 -55214,6961.2 -55214,6961.2 -55214,6961.2 -55214,6961.2 -55214,6961.2 -55214,6961.2 -55214,6961.2 -55214,6961.2 -55214,6961.2 -55214,6961.2 -55214,6961.2 -55214,6961.2 -55214,6961.3 -55213,6961.3 -55213,6961.3 -55213,6961.3 -55213,6961.3 -55213,6961.3 -55213,6961.3 -55213,6961.3 -55213,6961.3 -55213,6961.3 -55213,6961.3 -55213,6961.3 -55213,6961.3 -55213,6961.3 -55213,6961.3 -55212,6961.4 -55212,6961.4 -55212,6961.4 -55212,6961.4 -55212,6961.4 -55212,6961.4 -55212,6961.4 -55212,6961.4 -55211,6962.6 -55210,6962.6 -55210,6962.6 -55210,6962.7 -55210,6962.7 -55210,6962.7 -55210,6962.7 -55210,6962.7 -55210,6962.7 -55210,6962.7 -55210,6962.7 -55210,6962.7 -55210,6962.7 -55210,6962.8 -55210,6962.8 -55209,6962.8 -55209,6962.8 -55209,6962.8 -55209,6962.8 -55209,6962.8 -55209,6962.8 -55209,6962.8 -55209,6962.8 -55209,6962.8 -55209,6962.8 -55209,6962.9 -55209,6962.9 -55209,6962.9 -55209,6962.9 -55208,6962.9 -55208,6962.9 -55208,6962.9 -55208,6962.9 -55208,6962.9 -55208,6962.9 -55208,6962.9 -55208,6962.9 -55208,6962.9 -55208,6963 -55208,6963 -55208,6963 -55208,6963 -55208,6963 -55207,6963 -55207,6963 -55207,6963 -55207,6963 -55207,6963 -55207,6963 -55207,6963 -55207,6963 -55207,6963.1 -55207,6963.1 -55207,6963.1 -55207,6963.1 -55207,6963.1 -55207,6963.1 -55207,6963.1 -55206,6963.1 -55206,6963.1 -55206,6963.1 -55206,6963.1 -55206,6963.1 -55206,6963.1 -55206,6963.1 -55206,6963.1 -55206,6963.1 -55206,6963.2 -55206,6963.2 -55206,6963.2 -55206,6963.2 -55206,6963.2 -55205,6963.2 -55205,6963.2 -55205,6963.2 -55205,6963.2 -55205,6963.2 -55205,6963.2 -55205,6963.2 -55205,6963.2 -55205,6963.2 -55205,6963.2 -55205,6963.2 -55205,6963.2 -55205,6963.2 -55205,6963.3 -55205,6963.3 -55204,6963.3 -55204,6963.3 -55204,6963.3 -55204,6963.3 -55204,6963.3 -55204,6963.3 -55204,6963.3 -55204,6963.3 -55204,6963.3 -55204,6963.3 -55203,6964.8 -55202,6964.8 -55202,6964.8 -55202,6964.8 -55202,6964.8 -55202,6964.8 -55202,6964.8 -55202,6964.9 -55202,6964.9 -55202,6964.9 -55202,6964.9 -55202,6964.9 -55202,6964.9 -55202,6964.9 -55202,6964.9 -55201,6964.9 -55201,6964.9 -55201,6964.9 -55201,6965 -55201,6965 -55201,6965 -55201,6965 -55201,6965 -55201,6965 -55201,6965 -55201,6965 -55201,6965 -55201,6965 -55201,6965 -55200,6965 -55200,6965.1 -55200,6965.1 -55200,6965.1 -55200,6965.1 -55200,6965.1 -55200,6965.1 -55200,6965.1 -55200,6965.1 -55200,6965.1 -55200,6965.1 -55200,6965.1 -55200,6965.1 -55200,6965.1 -55199,6965.1 -55199,6965.2 -55199,6965.2 -55199,6965.2 -55199,6965.2 -55199,6965.2 -55199,6965.2 -55199,6965.2 -55199,6965.2 -55199,6965.2 -55199,6965.2 -55199,6965.2 -55199,6965.2 -55199,6965.2 -55199,6965.3 -55198,6965.3 -55198,6965.3 -55198,6965.3 -55198,6965.3 -55198,6965.3 -55198,6965.3 -55198,6965.3 -55198,6965.3 -55198,6965.3 -55198,6965.3 -55198,6965.3 -55198,6965.3 -55198,6965.3 -55198,6965.3 -55197,6965.3 -55197,6965.3 -55197,6965.3 -55197,6965.3 -55197,6965.4 -55197,6965.4 -55197,6965.4 -55197,6965.4 -55197,6965.4 -55197,6965.4 -55197,6965.4 -55197,6965.4 -55197,6965.4 -55197,6965.4 -55197,6965.4 -55196,6965.4 -55196,6965.4 -55196,6965.4 -55196,6965.4 -55196,6965.4 -55196,6965.4 -55196,6965.4 -55196,6965.4 -55196,6965.4 -55196,6965.4 -55196,6965.5 -55196,6965.5 -55196,6965.5 -55196,6965.5 -55194,6966.9 -55194,6966.9 -55194,6966.9 -55194,6966.9 -55194,6966.9 -55194,6966.9 -55194,6966.9 -55194,6966.9 -55194,6966.9 -55194,6966.9 -55194,6967 -55193,6967 -55193,6967 -55193,6967 -55193,6967 -55193,6967 -55193,6967 -55193,6967 -55193,6967 -55193,6967 -55193,6967 -55193,6967 -55193,6967 -55193,6967.1 -55193,6967.1 -55192,6967.1 -55192,6967.1 -55192,6967.1 -55192,6967.1 -55192,6967.1 -55192,6967.1 -55192,6967.1 -55192,6967.1 -55192,6967.1 -55192,6967.1 -55192,6967.1 -55192,6967.1 -55192,6967.1 -55192,6967.1 -55191,6967.1 -55191,6967.1 -55191,6967.2 -55191,6967.2 -55191,6967.2 -55191,6967.2 -55191,6967.2 -55191,6967.2 -55191,6967.2 -55191,6967.2 -55191,6967.2 -55191,6967.2 -55191,6967.2 -55191,6967.2 -55190,6967.2 -55190,6967.2 -55190,6967.2 -55190,6967.2 -55190,6967.2 -55190,6967.2 -55190,6967.3 -55190,6967.3 -55190,6967.3 -55190,6967.3 -55190,6967.3 -55190,6967.3 -55190,6967.3 -55190,6967.3 -55189,6967.3 -55189,6967.3 -55189,6967.3 -55189,6967.3 -55189,6967.3 -55189,6967.3 -55189,6967.3 -55189,6967.3 -55189,6967.3 -55189,6967.3 -55189,6967.3 -55189,6967.3 -55189,6967.3 -55189,6967.3 -55189,6967.3 -55188,6967.3 -55188,6967.3 -55188,6967.3 -55188,6967.4 -55188,6967.4 -55188,6967.4 -55188,6967.4 -55188,6967.4 -55188,6967.4 -55188,6967.4 -55188,6967.4 -55188,6967.4 -55188,6967.4 -55188,6967.4 -55187,6967.4 -55187,6967.4 -55187,6967.4 -55185,6968.8 -55185,6968.8 -55185,6968.8 -55185,6968.8 -55185,6968.9 -55185,6968.9 -55185,6968.9 -55185,6968.9 -55185,6968.9 -55185,6968.9 -55185,6968.9 -55185,6968.9 -55185,6968.9 -55184,6968.9 -55184,6968.9 -55184,6968.9 -55184,6968.9 -55184,6968.9 -55184,6968.9 -55184,6969 -55184,6969 -55184,6969 -55184,6969 -55184,6969 -55184,6969 -55184,6969 -55184,6969 -55183,6969 -55183,6969 -55183,6969 -55183,6969 -55183,6969 -55183,6969 -55183,6969 -55183,6969 -55183,6969 -55183,6969.1 -55183,6969.1 -55183,6969.1 -55183,6969.1 -55182,6969.1 -55182,6969.1 -55182,6969.1 -55182,6969.1 -55182,6969.1 -55182,6969.1 -55182,6969.1 -55182,6969.1 -55182,6969.1 -55182,6969.1 -55182,6969.1 -55182,6969.1 -55182,6969.1 -55182,6969.1 -55181,6969.1 -55181,6969.1 -55181,6969.2 -55181,6969.2 -55181,6969.2 -55181,6969.2 -55181,6969.2 -55181,6969.2 -55181,6969.2 -55181,6969.2 -55181,6969.2 -55181,6969.2 -55181,6969.2 -55180,6969.2 -55180,6969.2 -55180,6969.2 -55180,6969.2 -55180,6969.2 -55180,6969.2 -55180,6969.2 -55180,6969.2 -55180,6969.2 -55180,6969.2 -55180,6969.2 -55180,6969.2 -55180,6969.2 -55180,6969.2 -55179,6969.2 -55179,6969.2 -55179,6969.3 -55179,6969.3 -55179,6969.3 -55179,6969.3 -55179,6969.3 -55179,6969.3 -55179,6969.3 -55179,6969.3 -55179,6969.3 -55179,6969.3 -55179,6969.3 -55178,6969.3 -55178,6969.3 -55178,6969.3 -55178,6969.3 -55178,6969.3 -55177,6970.6 -55177,6970.6 -55177,6970.7 -55177,6970.7 -55177,6970.7 -55177,6970.7 -55176,6970.7 -55176,6970.7 -55176,6970.7 -55176,6970.7 -55176,6970.7 -55176,6970.7 -55176,6970.7 -55176,6970.7 -55176,6970.7 -55176,6970.7 -55176,6970.7 -55176,6970.7 -55176,6970.8 -55175,6970.8 -55175,6970.8 -55175,6970.8 -55175,6970.8 -55175,6970.8 -55175,6970.8 -55175,6970.8 -55175,6970.8 -55175,6970.8 -55175,6970.8 -55175,6970.8 -55175,6970.8 -55175,6970.8 -55174,6970.8 -55174,6970.8 -55174,6970.8 -55174,6970.8 -55174,6970.8 -55174,6970.8 -55174,6970.8 -55174,6970.9 -55174,6970.9 -55174,6970.9 -55174,6970.9 -55174,6970.9 -55174,6970.9 -55173,6970.9 -55173,6970.9 -55173,6970.9 -55173,6970.9 -55173,6970.9 -55173,6970.9 -55173,6970.9 -55173,6970.9 -55173,6970.9 -55173,6970.9 -55173,6970.9 -55173,6970.9 -55173,6970.9 -55172,6970.9 -55172,6970.9 -55172,6970.9 -55172,6970.9 -55172,6970.9 -55172,6970.9 -55172,6970.9 -55172,6970.9 -55172,6970.9 -55172,6971 -55172,6971 -55172,6971 -55172,6971 -55171,6971 -55171,6971 -55171,6971 -55171,6971 -55171,6971 -55171,6971 -55171,6971 -55171,6971 -55171,6971 -55171,6971 -55171,6971 -55171,6971 -55171,6971 -55171,6971 -55170,6971 -55170,6971 -55170,6971 -55170,6971 -55170,6971 -55170,6971 -55170,6971 -55170,6971 -55170,6971 -55170,6971 -55170,6971 -55170,6971 -55170,6971 -55169,6971 -55168,6972.6 -55168,6972.7 -55168,6972.7 -55168,6972.7 -55168,6972.7 -55168,6972.7 -55168,6972.7 -55168,6972.7 -55168,6972.7 -55168,6972.7 -55167,6972.7 -55167,6972.7 -55167,6972.7 -55167,6972.7 -55167,6972.7 -55167,6972.7 -55167,6972.7 -55167,6972.7 -55167,6972.7 -55167,6972.7 -55167,6972.7 -55167,6972.7 -55166,6972.7 -55166,6972.7 -55166,6972.7 -55166,6972.7 -55166,6972.7 -55166,6972.7 -55166,6972.7 -55166,6972.8 -55166,6972.8 -55166,6972.8 -55166,6972.8 -55166,6972.8 -55166,6972.8 -55165,6972.8 -55165,6972.8 -55165,6972.8 -55165,6972.8 -55165,6972.8 -55165,6972.8 -55165,6972.8 -55165,6972.8 -55165,6972.8 -55165,6972.8 -55165,6972.8 -55165,6972.8 -55165,6972.8 -55164,6972.8 -55164,6972.8 -55164,6972.8 -55164,6972.8 -55164,6972.8 -55164,6972.8 -55164,6972.8 -55164,6972.8 -55164,6972.8 -55164,6972.8 -55164,6972.8 -55164,6972.8 -55164,6972.8 -55163,6972.8 -55163,6972.8 -55163,6972.8 -55163,6972.8 -55163,6972.8 -55163,6972.8 -55163,6972.8 -55163,6972.8 -55163,6972.8 -55163,6972.8 -55163,6972.8 -55163,6972.8 -55163,6972.8 -55163,6972.8 -55162,6972.8 -55162,6972.8 -55162,6972.8 -55162,6972.8 -55162,6972.8 -55162,6972.8 -55162,6972.8 -55162,6972.8 -55162,6972.8 -55162,6972.8 -55162,6972.8 -55162,6972.8 -55162,6972.8 -55161,6972.8 -55161,6972.8 -55161,6972.7 -55161,6972.7 -55161,6972.7 -55161,6972.7 -55161,6972.7 -55161,6972.7 -55161,6972.7 -55161,6972.7 -55161,6972.7 -55161,6972.7 -55160,6973.8 -55160,6973.8 -55160,6973.8 -55160,6973.8 -55160,6973.8 -55160,6973.8 -55159,6973.8 -55159,6973.8 -55159,6973.8 -55159,6973.8 -55159,6973.8 -55159,6973.8 -55159,6973.8 -55159,6973.8 -55159,6973.8 -55159,6973.8 -55159,6973.8 -55159,6973.8 -55159,6973.8 -55158,6973.8 -55158,6973.8 -55158,6973.8 -55158,6973.8 -55158,6973.8 -55158,6973.8 -55158,6973.8 -55158,6973.8 -55158,6973.8 -55158,6973.8 -55158,6973.8 -55158,6973.8 -55158,6973.8 -55157,6973.8 -55157,6973.8 -55157,6973.8 -55157,6973.8 -55157,6973.8 -55157,6973.8 -55157,6973.8 -55157,6973.8 -55157,6973.8 -55157,6973.8 -55157,6973.8 -55157,6973.8 -55157,6973.7 -55156,6973.7 -55156,6973.7 -55156,6973.7 -55156,6973.7 -55156,6973.7 -55156,6973.7 -55156,6973.7 -55156,6973.7 -55156,6973.7 -55156,6973.7 -55156,6973.7 -55156,6973.7 -55156,6973.7 -55155,6973.7 -55155,6973.7 -55155,6973.7 -55155,6973.7 -55155,6973.7 -55155,6973.7 -55155,6973.7 -55155,6973.7 -55155,6973.7 -55155,6973.7 -55155,6973.6 -55155,6973.6 -55155,6973.6 -55154,6973.6 -55154,6973.6 -55154,6973.6 -55154,6973.6 -55154,6973.6 -55154,6973.6 -55154,6973.6 -55154,6973.6 -55154,6973.6 -55154,6973.6 -55154,6973.6 -55154,6973.6 -55154,6973.5 -55153,6973.5 -55153,6973.5 -55153,6973.5 -55153,6973.5 -55153,6973.5 -55153,6973.5 -55153,6973.5 -55153,6973.5 -55153,6973.5 -55153,6973.5 -55153,6973.5 -55153,6973.5 -55153,6973.5 -55152,6973.4 -55152,6973.4 -55152,6973.4 -55152,6974.9 -55152,6974.9 -55152,6974.9 -55151,6974.9 -55151,6974.9 -55151,6974.8 -55151,6974.8 -55151,6974.8 -55151,6974.8 -55151,6974.8 -55151,6974.8 -55151,6974.8 -55151,6974.8 -55151,6974.8 -55151,6974.8 -55151,6974.8 -55150,6974.8 -55150,6974.8 -55150,6974.8 -55150,6974.8 -55150,6974.8 -55150,6974.7 -55150,6974.7 -55150,6974.7 -55150,6974.7 -55150,6974.7 -55150,6974.7 -55150,6974.7 -55150,6974.7 -55149,6974.7 -55149,6974.7 -55149,6974.7 -55149,6974.7 -55149,6974.7 -55149,6974.7 -55149,6974.6 -55149,6974.6 -55149,6974.6 -55149,6974.6 -55149,6974.6 -55149,6974.6 -55149,6974.6 -55148,6974.6 -55148,6974.6 -55148,6974.6 -55148,6974.6 -55148,6974.5 -55148,6974.5 -55148,6974.5 -55148,6974.5 -55148,6974.5 -55148,6974.5 -55148,6974.5 -55148,6974.5 -55148,6974.5 -55147,6974.5 -55147,6974.4 -55147,6974.4 -55147,6974.4 -55147,6974.4 -55147,6974.4 -55147,6974.4 -55147,6974.4 -55147,6974.4 -55147,6974.4 -55147,6974.3 -55147,6974.3 -55147,6974.3 -55147,6974.3 -55146,6974.3 -55146,6974.3 -55146,6974.3 -55146,6974.3 -55146,6974.3 -55146,6974.2 -55146,6974.2 -55146,6974.2 -55146,6974.2 -55146,6974.2 -55146,6974.2 -55146,6974.2 -55146,6974.1 -55145,6974.1 -55145,6974.1 -55145,6974.1 -55145,6974.1 -55145,6974.1 -55145,6974.1 -55145,6974.1 -55145,6974 -55145,6974 -55145,6974 -55145,6974 -55145,6974 -55145,6974 -55145,6974 -55144,6973.9 -55144,6973.9 -55144,6975.9 -55144,6975.9 -55144,6975.8 -55144,6975.8 -55144,6975.8 -55144,6975.8 -55144,6975.8 -55144,6975.8 -55143,6975.8 -55143,6975.8 -55143,6975.8 -55143,6975.8 -55143,6975.8 -55143,6975.7 -55143,6975.7 -55143,6975.7 -55143,6975.7 -55143,6975.7 -55143,6975.7 -55143,6975.7 -55143,6975.7 -55142,6975.7 -55142,6975.6 -55142,6975.6 -55142,6975.6 -55142,6975.6 -55142,6975.6 -55142,6975.6 -55142,6975.6 -55142,6975.6 -55142,6975.5 -55142,6975.5 -55142,6975.5 -55142,6975.5 -55142,6975.5 -55141,6975.5 -55141,6975.5 -55141,6975.5 -55141,6975.4 -55141,6975.4 -55141,6975.4 -55141,6975.4 -55141,6975.4 -55141,6975.4 -55141,6975.4 -55141,6975.4 -55141,6975.3 -55141,6975.3 -55140,6975.3 -55140,6975.3 -55140,6975.3 -55140,6975.3 -55140,6975.2 -55140,6975.2 -55140,6975.2 -55140,6975.2 -55140,6975.2 -55140,6975.2 -55140,6975.2 -55140,6975.1 -55140,6975.1 -55140,6975.1 -55139,6975.1 -55139,6975.1 -55139,6975.1 -55139,6975 -55139,6975 -55139,6975 -55139,6975 -55139,6975 -55139,6975 -55139,6974.9 -55139,6974.9 -55139,6974.9 -55139,6974.9 -55139,6974.9 -55138,6974.9 -55138,6974.8 -55138,6974.8 -55138,6974.8 -55138,6974.8 -55138,6974.8 -55138,6974.7 -55138,6974.7 -55138,6974.7 -55138,6974.7 -55138,6974.7 -55138,6974.6 -55138,6974.6 -55138,6974.6 -55137,6974.6 -55137,6974.6 -55137,6974.5 -55137,6974.5 -55137,6974.5 -55137,6974.5 -55137,6974.5 -55137,6974.4 -55137,6974.4 -55137,6976.8 -55137,6976.8 -55136,6976.8 -55136,6976.8 -55136,6976.8 -55136,6976.7 -55136,6976.7 -55136,6976.7 -55136,6976.7 -55136,6976.7 -55136,6976.7 -55136,6976.6 -55136,6976.6 -55136,6976.6 -55136,6976.6 -55136,6976.6 -55135,6976.6 -55135,6976.6 -55135,6976.5 -55135,6976.5 -55135,6976.5 -55135,6976.5 -55135,6976.5 -55135,6976.5 -55135,6976.4 -55135,6976.4 -55135,6976.4 -55135,6976.4 -55135,6976.4 -55135,6976.4 -55134,6976.3 -55134,6976.3 -55134,6976.3 -55134,6976.3 -55134,6976.3 -55134,6976.3 -55134,6976.2 -55134,6976.2 -55134,6976.2 -55134,6976.2 -55134,6976.2 -55134,6976.1 -55134,6976.1 -55134,6976.1 -55133,6976.1 -55133,6976.1 -55133,6976 -55133,6976 -55133,6976 -55133,6976 -55133,6976 -55133,6976 -55133,6975.9 -55133,6975.9 -55133,6975.9 -55133,6975.9 -55133,6975.9 -55133,6975.8 -55132,6975.8 -55132,6975.8 -55132,6975.8 -55132,6975.8 -55132,6975.8 -55132,6975.7 -55132,6975.7 -55132,6975.7 -55132,6975.7 -55132,6975.7 -55132,6975.6 -55132,6975.6 -55132,6975.6 -55132,6975.6 -55131,6975.6 -55131,6975.5 -55131,6975.5 -55131,6975.5 -55131,6975.5 -55131,6975.5 -55131,6975.4 -55131,6975.4 -55131,6975.4 -55131,6975.4 -55131,6975.4 -55131,6975.3 -55131,6975.3 -55131,6975.3 -55130,6975.3 -55130,6975.3 -55130,6975.2 -55130,6975.2 -55130,6975.2 -55130,6975.2 -55130,6975.1 -55130,6975.1 -55130,6975.1 -55130,6975.1 -55130,6975.1 -55130,6975 -55130,6975 -55130,6977.5 -55130,6977.4 -55130,6977.4 -55130,6977.4 -55130,6977.4 -55130,6977.4 -55130,6977.4 -55130,6977.3 -55130,6977.3 -55130,6977.3 -55130,6977.3 -55130,6977.3 -55129,6977.3 -55129,6977.3 -55129,6977.2 -55129,6977.2 -55129,6977.2 -55129,6977.2 -55129,6977.2 -55129,6977.2 -55129,6977.1 -55129,6977.1 -55129,6977.1 -55129,6977.1 -55129,6977.1 -55129,6977.1 -55129,6977 -55128,6977 -55128,6977 -55128,6977 -55128,6977 -55128,6977 -55128,6976.9 -55128,6976.9 -55128,6976.9 -55128,6976.9 -55128,6976.9 -55128,6976.9 -55128,6976.8 -55128,6976.8 -55128,6976.8 -55128,6976.8 -55127,6976.8 -55127,6976.8 -55127,6976.7 -55127,6976.7 -55127,6976.7 -55127,6976.7 -55127,6976.7 -55127,6976.6 -55127,6976.6 -55127,6976.6 -55127,6976.6 -55127,6976.6 -55127,6976.5 -55127,6976.5 -55127,6976.5 -55126,6976.5 -55126,6976.5 -55126,6976.4 -55126,6976.4 -55126,6976.4 -55126,6976.4 -55126,6976.4 -55126,6976.4 -55126,6976.3 -55126,6976.3 -55126,6976.3 -55126,6976.3 -55126,6976.3 -55126,6976.2 -55126,6976.2 -55126,6976.2 -55125,6976.2 -55125,6976.2 -55125,6976.1 -55125,6976.1 -55125,6976.1 -55125,6976.1 -55125,6976.1 -55125,6976 -55125,6976 -55125,6976 -55125,6976 -55125,6976 -55125,6975.9 -55125,6975.9 -55125,6975.9 -55125,6975.9 -55125,6975.9 -55124,6975.8 -55124,6975.8 -55124,6975.8 -55124,6975.8 -55124,6975.7 -55124,6975.7 -55124,6975.7 -55124,6975.7 -55124,6975.6 -55124,6975.6 -55123,6978.7 -55123,6978.6 -55123,6978.6 -55123,6978.6 -55123,6978.6 -55123,6978.6 -55123,6978.6 -55123,6978.6 -55123,6978.6 -55123,6978.5 -55123,6978.5 -55123,6978.5 -55122,6978.5 -55122,6978.5 -55122,6978.5 -55122,6978.5 -55122,6978.5 -55122,6978.4 -55122,6978.4 -55122,6978.4 -55122,6978.4 -55122,6978.4 -55122,6978.4 -55122,6978.4 -55122,6978.3 -55122,6978.3 -55122,6978.3 -55122,6978.3 -55121,6978.3 -55121,6978.3 -55121,6978.2 -55121,6978.2 -55121,6978.2 -55121,6978.2 -55121,6978.2 -55121,6978.2 -55121,6978.2 -55121,6978.1 -55121,6978.1 -55121,6978.1 -55121,6978.1 -55121,6978.1 -55121,6978.1 -55121,6978.1 -55120,6978 -55120,6978 -55120,6978 -55120,6978 -55120,6978 -55120,6978 -55120,6977.9 -55120,6977.9 -55120,6977.9 -55120,6977.9 -55120,6977.9 -55120,6977.9 -55120,6977.9 -55120,6977.8 -55120,6977.8 -55120,6977.8 -55120,6977.8 -55120,6977.8 -55119,6977.7 -55119,6977.7 -55119,6977.7 -55119,6977.7 -55119,6977.7 -55119,6977.7 -55119,6977.6 -55119,6977.6 -55119,6977.6 -55119,6977.6 -55119,6977.6 -55119,6977.6 -55119,6977.5 -55119,6977.5 -55119,6977.5 -55119,6977.5 -55119,6977.5 -55118,6977.5 -55118,6977.4 -55118,6977.4 -55118,6977.4 -55118,6977.4 -55118,6977.4 -55118,6977.4 -55118,6977.3 -55118,6977.3 -55118,6977.3 -55118,6977.3 -55118,6977.3 -55118,6977.3 -55118,6977.2 -55118,6977.2 -55118,6977.2 -55118,6977.2 -55117,6977.2 -55117,6977.1 -55117,6977.1 -55116,6979.9 -55116,6979.9 -55116,6979.9 -55116,6979.9 -55116,6979.8 -55116,6979.8 -55116,6979.8 -55116,6979.8 -55116,6979.8 -55116,6979.8 -55116,6979.8 -55116,6979.8 -55116,6979.8 -55116,6979.7 -55116,6979.7 -55115,6979.7 -55115,6979.7 -55115,6979.7 -55115,6979.7 -55115,6979.7 -55115,6979.7 -55115,6979.7 -55115,6979.6 -55115,6979.6 -55115,6979.6 -55115,6979.6 -55115,6979.6 -55115,6979.6 -55115,6979.6 -55115,6979.6 -55115,6979.5 -55115,6979.5 -55115,6979.5 -55114,6979.5 -55114,6979.5 -55114,6979.5 -55114,6979.5 -55114,6979.5 -55114,6979.4 -55114,6979.4 -55114,6979.4 -55114,6979.4 -55114,6979.4 -55114,6979.4 -55114,6979.3 -55114,6979.3 -55114,6979.3 -55114,6979.3 -55114,6979.3 -55114,6979.3 -55114,6979.3 -55113,6979.2 -55113,6979.2 -55113,6979.2 -55113,6979.2 -55113,6979.2 -55113,6979.2 -55113,6979.1 -55113,6979.1 -55113,6979.1 -55113,6979.1 -55113,6979.1 -55113,6979.1 -55113,6979.1 -55113,6979 -55113,6979 -55113,6979 -55113,6979 -55113,6979 -55112,6979 -55112,6978.9 -55112,6978.9 -55112,6978.9 -55112,6978.9 -55112,6978.9 -55112,6978.9 -55112,6978.8 -55112,6978.8 -55112,6978.8 -55112,6978.8 -55112,6978.8 -55112,6978.7 -55112,6978.7 -55112,6978.7 -55112,6978.7 -55112,6978.7 -55112,6978.7 -55112,6978.6 -55112,6978.6 -55111,6978.6 -55111,6978.6 -55111,6978.6 -55111,6978.6 -55111,6978.5 -55111,6978.5 -55111,6978.5 -55111,6978.5 -55111,6978.5 -55111,6978.4 -55111,6978.4 -55111,6978.4 -55110,6981.3 -55110,6981.3 -55110,6981.3 -55110,6981.2 -55110,6981.2 -55110,6981.2 -55110,6981.2 -55109,6981.2 -55109,6981.2 -55109,6981.2 -55109,6981.2 -55109,6981.2 -55109,6981.1 -55109,6981.1 -55109,6981.1 -55109,6981.1 -55109,6981.1 -55109,6981.1 -55109,6981.1 -55109,6981 -55109,6981 -55109,6981 -55109,6981 -55109,6981 -55109,6981 -55109,6981 -55109,6981 -55108,6980.9 -55108,6980.9 -55108,6980.9 -55108,6980.9 -55108,6980.9 -55108,6980.9 -55108,6980.9 -55108,6980.9 -55108,6980.8 -55108,6980.8 -55108,6980.8 -55108,6980.8 -55108,6980.8 -55108,6980.8 -55108,6980.8 -55108,6980.7 -55108,6980.7 -55108,6980.7 -55108,6980.7 -55107,6980.7 -55107,6980.7 -55107,6980.7 -55107,6980.6 -55107,6980.6 -55107,6980.6 -55107,6980.6 -55107,6980.6 -55107,6980.6 -55107,6980.6 -55107,6980.5 -55107,6980.5 -55107,6980.5 -55107,6980.5 -55107,6980.5 -55107,6980.5 -55107,6980.4 -55107,6980.4 -55107,6980.4 -55107,6980.4 -55106,6980.4 -55106,6980.4 -55106,6980.3 -55106,6980.3 -55106,6980.3 -55106,6980.3 -55106,6980.3 -55106,6980.3 -55106,6980.2 -55106,6980.2 -55106,6980.2 -55106,6980.2 -55106,6980.2 -55106,6980.2 -55106,6980.1 -55106,6980.1 -55106,6980.1 -55106,6980.1 -55106,6980.1 -55106,6980 -55106,6980 -55106,6980 -55105,6980 -55105,6980 -55105,6979.9 -55105,6979.9 -55105,6979.9 -55105,6979.9 -55105,6979.9 -55105,6979.8 -55105,6979.8 -55105,6979.8 -55104,6982.6 -55104,6982.5 -55104,6982.5 -55104,6982.5 -55104,6982.5 -55104,6982.5 -55104,6982.5 -55103,6982.5 -55103,6982.5 -55103,6982.4 -55103,6982.4 -55103,6982.4 -55103,6982.4 -55103,6982.4 -55103,6982.4 -55103,6982.4 -55103,6982.3 -55103,6982.3 -55103,6982.3 -55103,6982.3 -55103,6982.3 -55103,6982.3 -55103,6982.3 -55103,6982.2 -55103,6982.2 -55103,6982.2 -55103,6982.2 -55102,6982.2 -55102,6982.2 -55102,6982.2 -55102,6982.1 -55102,6982.1 -55102,6982.1 -55102,6982.1 -55102,6982.1 -55102,6982.1 -55102,6982 -55102,6982 -55102,6982 -55102,6982 -55102,6982 -55102,6982 -55102,6981.9 -55102,6981.9 -55102,6981.9 -55102,6981.9 -55102,6981.9 -55102,6981.9 -55101,6981.8 -55101,6981.8 -55101,6981.8 -55101,6981.8 -55101,6981.8 -55101,6981.8 -55101,6981.7 -55101,6981.7 -55101,6981.7 -55101,6981.7 -55101,6981.7 -55101,6981.7 -55101,6981.6 -55101,6981.6 -55101,6981.6 -55101,6981.6 -55101,6981.6 -55101,6981.5 -55101,6981.5 -55101,6981.5 -55101,6981.5 -55100,6981.5 -55100,6981.4 -55100,6981.4 -55100,6981.4 -55100,6981.4 -55100,6981.4 -55100,6981.3 -55100,6981.3 -55100,6981.3 -55100,6981.3 -55100,6981.3 -55100,6981.2 -55100,6981.2 -55100,6981.2 -55100,6981.2 -55100,6981.2 -55100,6981.1 -55100,6981.1 -55100,6981.1 -55100,6981.1 -55100,6981.1 -55100,6981 -55099,6981 -55099,6981 -55099,6981 -55099,6980.9 -55099,6980.9 -55099,6980.9 -55099,6980.9 -55099,6980.9 -55099,6980.8 -55098,6983.7 -55097,6983.7 -55097,6983.7 -55097,6983.7 -55097,6983.6 -55097,6983.6 -55097,6983.6 -55097,6983.6 -55097,6983.6 -55097,6983.6 -55097,6983.6 -55097,6983.5 -55097,6983.5 -55097,6983.5 -55097,6983.5 -55097,6983.5 -55097,6983.5 -55097,6983.4 -55097,6983.4 -55097,6983.4 -55097,6983.4 -55097,6983.4 -55096,6983.4 -55096,6983.3 -55096,6983.3 -55096,6983.3 -55096,6983.3 -55096,6983.3 -55096,6983.3 -55096,6983.2 -55096,6983.2 -55096,6983.2 -55096,6983.2 -55096,6983.2 -55096,6983.2 -55096,6983.1 -55096,6983.1 -55096,6983.1 -55096,6983.1 -55096,6983.1 -55096,6983 -55096,6983 -55096,6983 -55095,6983 -55095,6983 -55095,6983 -55095,6982.9 -55095,6982.9 -55095,6982.9 -55095,6982.9 -55095,6982.9 -55095,6982.8 -55095,6982.8 -55095,6982.8 -55095,6982.8 -55095,6982.8 -55095,6982.7 -55095,6982.7 -55095,6982.7 -55095,6982.7 -55095,6982.7 -55095,6982.6 -55095,6982.6 -55095,6982.6 -55094,6982.6 -55094,6982.5 -55094,6982.5 -55094,6982.5 -55094,6982.5 -55094,6982.5 -55094,6982.5 -55094,6982.4 -55094,6982.4 -55094,6982.4 -55094,6982.4 -55094,6982.3 -55094,6982.3 -55094,6982.3 -55094,6982.3 -55094,6982.3 -55094,6982.2 -55094,6982.2 -55094,6982.2 -55094,6982.2 -55094,6982.2 -55094,6982.1 -55094,6982.1 -55093,6982.1 -55093,6982.1 -55093,6982.1 -55093,6982 -55093,6982 -55093,6982 -55093,6982 -55093,6981.9 -55093,6981.9 -55093,6981.9 -55093,6981.9 -55092,6985 -55092,6985 -55092,6985 -55092,6985 -55092,6984.9 -55091,6984.9 -55091,6984.9 -55091,6984.9 -55091,6984.9 -55091,6984.9 -55091,6984.9 -55091,6984.8 -55091,6984.8 -55091,6984.8 -55091,6984.8 -55091,6984.8 -55091,6984.8 -55091,6984.7 -55091,6984.7 -55091,6984.7 -55091,6984.7 -55091,6984.7 -55091,6984.7 -55091,6984.7 -55091,6984.6 -55091,6984.6 -55091,6984.6 -55090,6984.6 -55090,6984.6 -55090,6984.6 -55090,6984.5 -55090,6984.5 -55090,6984.5 -55090,6984.5 -55090,6984.5 -55090,6984.5 -55090,6984.4 -55090,6984.4 -55090,6984.4 -55090,6984.4 -55090,6984.4 -55090,6984.4 -55090,6984.3 -55090,6984.3 -55090,6984.3 -55090,6984.3 -55090,6984.3 -55090,6984.2 -55090,6984.2 -55090,6984.2 -55089,6984.2 -55089,6984.2 -55089,6984.2 -55089,6984.1 -55089,6984.1 -55089,6984.1 -55089,6984.1 -55089,6984.1 -55089,6984.1 -55089,6984 -55089,6984 -55089,6984 -55089,6984 -55089,6984 -55089,6983.9 -55089,6983.9 -55089,6983.9 -55089,6983.9 -55089,6983.9 -55089,6983.9 -55089,6983.8 -55089,6983.8 -55089,6983.8 -55088,6983.8 -55088,6983.8 -55088,6983.7 -55088,6983.7 -55088,6983.7 -55088,6983.7 -55088,6983.7 -55088,6983.6 -55088,6983.6 -55088,6983.6 -55088,6983.6 -55088,6983.6 -55088,6983.6 -55088,6983.5 -55088,6983.5 -55088,6983.5 -55088,6983.5 -55088,6983.5 -55088,6983.4 -55088,6983.4 -55088,6983.4 -55088,6983.4 -55088,6983.4 -55088,6983.3 -55088,6983.3 -55086,6987.1 -55086,6987.1 -55086,6987.1 -55086,6987.1 -55086,6987 -55086,6987 -55086,6987 -55086,6987 -55086,6987 -55086,6987 -55085,6987 -55085,6987 -55085,6987 -55085,6987 -55085,6986.9 -55085,6986.9 -55085,6986.9 -55085,6986.9 -55085,6986.9 -55085,6986.9 -55085,6986.9 -55085,6986.9 -55085,6986.9 -55085,6986.8 -55085,6986.8 -55085,6986.8 -55085,6986.8 -55085,6986.8 -55085,6986.8 -55085,6986.8 -55085,6986.8 -55085,6986.8 -55084,6986.7 -55084,6986.7 -55084,6986.7 -55084,6986.7 -55084,6986.7 -55084,6986.7 -55084,6986.7 -55084,6986.7 -55084,6986.7 -55084,6986.6 -55084,6986.6 -55084,6986.6 -55084,6986.6 -55084,6986.6 -55084,6986.6 -55084,6986.6 -55084,6986.6 -55084,6986.5 -55084,6986.5 -55084,6986.5 -55084,6986.5 -55084,6986.5 -55084,6986.5 -55083,6986.5 -55083,6986.5 -55083,6986.4 -55083,6986.4 -55083,6986.4 -55083,6986.4 -55083,6986.4 -55083,6986.4 -55083,6986.4 -55083,6986.3 -55083,6986.3 -55083,6986.3 -55083,6986.3 -55083,6986.3 -55083,6986.3 -55083,6986.3 -55083,6986.3 -55083,6986.2 -55083,6986.2 -55083,6986.2 -55083,6986.2 -55083,6986.2 -55083,6986.2 -55083,6986.2 -55083,6986.1 -55082,6986.1 -55082,6986.1 -55082,6986.1 -55082,6986.1 -55082,6986.1 -55082,6986 -55082,6986 -55082,6986 -55082,6986 -55082,6986 -55082,6986 -55082,6986 -55082,6985.9 -55082,6985.9 -55082,6985.9 -55082,6985.9 -55082,6985.9 -55082,6985.9 -55082,6985.8 -55082,6985.8 -55082,6985.8 -55080,6989.4 -55079,6989.4 -55079,6989.4 -55079,6989.4 -55079,6989.4 -55079,6989.4 -55079,6989.4 -55079,6989.4 -55079,6989.3 -55079,6989.3 -55079,6989.3 -55079,6989.3 -55079,6989.3 -55079,6989.3 -55079,6989.3 -55079,6989.3 -55079,6989.3 -55079,6989.3 -55079,6989.3 -55079,6989.3 -55079,6989.3 -55079,6989.3 -55078,6989.3 -55078,6989.2 -55078,6989.2 -55078,6989.2 -55078,6989.2 -55078,6989.2 -55078,6989.2 -55078,6989.2 -55078,6989.2 -55078,6989.2 -55078,6989.2 -55078,6989.2 -55078,6989.2 -55078,6989.2 -55078,6989.1 -55078,6989.1 -55078,6989.1 -55078,6989.1 -55078,6989.1 -55078,6989.1 -55078,6989.1 -55078,6989.1 -55077,6989.1 -55077,6989.1 -55077,6989.1 -55077,6989.1 -55077,6989 -55077,6989 -55077,6989 -55077,6989 -55077,6989 -55077,6989 -55077,6989 -55077,6989 -55077,6989 -55077,6989 -55077,6989 -55077,6988.9 -55077,6988.9 -55077,6988.9 -55077,6988.9 -55077,6988.9 -55077,6988.9 -55077,6988.9 -55077,6988.9 -55076,6988.9 -55076,6988.8 -55076,6988.8 -55076,6988.8 -55076,6988.8 -55076,6988.8 -55076,6988.8 -55076,6988.8 -55076,6988.8 -55076,6988.8 -55076,6988.7 -55076,6988.7 -55076,6988.7 -55076,6988.7 -55076,6988.7 -55076,6988.7 -55076,6988.7 -55076,6988.7 -55076,6988.7 -55076,6988.6 -55076,6988.6 -55076,6988.6 -55076,6988.6 -55076,6988.6 -55075,6988.6 -55075,6988.6 -55075,6988.6 -55075,6988.6 -55075,6988.5 -55075,6988.5 -55073,6991.3 -55073,6991.3 -55073,6991.3 -55073,6991.3 -55073,6991.3 -55073,6991.3 -55073,6991.3 -55073,6991.3 -55073,6991.3 -55073,6991.3 -55073,6991.2 -55073,6991.2 -55073,6991.2 -55073,6991.2 -55073,6991.2 -55073,6991.2 -55073,6991.2 -55073,6991.2 -55073,6991.2 -55073,6991.2 -55073,6991.2 -55073,6991.2 -55072,6991.2 -55072,6991.2 -55072,6991.2 -55072,6991.2 -55072,6991.1 -55072,6991.1 -55072,6991.1 -55072,6991.1 -55072,6991.1 -55072,6991.1 -55072,6991.1 -55072,6991.1 -55072,6991.1 -55072,6991.1 -55072,6991.1 -55072,6991.1 -55072,6991.1 -55072,6991 -55072,6991 -55072,6991 -55072,6991 -55072,6991 -55071,6991 -55071,6991 -55071,6991 -55071,6991 -55071,6991 -55071,6991 -55071,6990.9 -55071,6990.9 -55071,6990.9 -55071,6990.9 -55071,6990.9 -55071,6990.9 -55071,6990.9 -55071,6990.9 -55071,6990.9 -55071,6990.9 -55071,6990.9 -55071,6990.8 -55071,6990.8 -55071,6990.8 -55071,6990.8 -55071,6990.8 -55071,6990.8 -55071,6990.8 -55070,6990.8 -55070,6990.8 -55070,6990.8 -55070,6990.7 -55070,6990.7 -55070,6990.7 -55070,6990.7 -55070,6990.7 -55070,6990.7 -55070,6990.7 -55070,6990.7 -55070,6990.6 -55070,6990.6 -55070,6990.6 -55070,6990.6 -55070,6990.6 -55070,6990.6 -55070,6990.6 -55070,6990.6 -55070,6990.5 -55070,6990.5 -55070,6990.5 -55070,6990.5 -55070,6990.5 -55069,6990.5 -55069,6990.5 -55069,6990.5 -55069,6990.5 -55069,6990.4 -55069,6990.4 -55069,6990.4 -55069,6990.4 -55069,6990.4 -55069,6990.4 -55069,6992.6 -55068,6992.6 -55068,6992.6 -55068,6992.6 -55068,6992.6 -55068,6992.6 -55068,6992.6 -55068,6992.5 -55068,6992.5 -55068,6992.5 -55068,6992.5 -55068,6992.5 -55068,6992.5 -55068,6992.5 -55068,6992.5 -55068,6992.5 -55068,6992.5 -55068,6992.5 -55068,6992.5 -55068,6992.4 -55068,6992.4 -55068,6992.4 -55068,6992.4 -55068,6992.4 -55068,6992.4 -55068,6992.4 -55068,6992.4 -55067,6992.4 -55067,6992.4 -55067,6992.4 -55067,6992.4 -55067,6992.4 -55067,6992.3 -55067,6992.3 -55067,6992.3 -55067,6992.3 -55067,6992.3 -55067,6992.3 -55067,6992.3 -55067,6992.3 -55067,6992.3 -55067,6992.3 -55067,6992.3 -55067,6992.3 -55067,6992.3 -55067,6992.2 -55067,6992.2 -55067,6992.2 -55067,6992.2 -55067,6992.2 -55067,6992.2 -55067,6992.2 -55067,6992.2 -55066,6992.2 -55066,6992.2 -55066,6992.2 -55066,6992.2 -55066,6992.1 -55066,6992.1 -55066,6992.1 -55066,6992.1 -55066,6992.1 -55066,6992.1 -55066,6992.1 -55066,6992.1 -55066,6992.1 -55066,6992.1 -55066,6992 -55066,6992 -55066,6992 -55066,6992 -55066,6992 -55066,6992 -55066,6992 -55066,6992 -55066,6992 -55066,6992 -55066,6992 -55066,6991.9 -55066,6991.9 -55065,6991.9 -55065,6991.9 -55065,6991.9 -55065,6991.9 -55065,6991.9 -55065,6991.9 -55065,6991.9 -55065,6991.9 -55065,6991.8 -55065,6991.8 -55065,6991.8 -55065,6991.8 -55065,6991.8 -55065,6991.8 -55065,6991.8 -55065,6991.8 -55065,6991.8 -55065,6991.8 -55065,6991.7 -55064,6993.6 -55064,6993.6 -55064,6993.6 -55064,6993.6 -55064,6993.6 -55064,6993.6 -55064,6993.5 -55064,6993.5 -55063,6993.5 -55063,6993.5 -55063,6993.5 -55063,6993.5 -55063,6993.5 -55063,6993.5 -55063,6993.5 -55063,6993.5 -55063,6993.5 -55063,6993.5 -55063,6993.5 -55063,6993.5 -55063,6993.5 -55063,6993.4 -55063,6993.4 -55063,6993.4 -55063,6993.4 -55063,6993.4 -55063,6993.4 -55063,6993.4 -55063,6993.4 -55063,6993.4 -55063,6993.4 -55063,6993.4 -55063,6993.4 -55063,6993.4 -55063,6993.4 -55063,6993.4 -55063,6993.4 -55062,6993.3 -55062,6993.3 -55062,6993.3 -55062,6993.3 -55062,6993.3 -55062,6993.3 -55062,6993.3 -55062,6993.3 -55062,6993.3 -55062,6993.3 -55062,6993.3 -55062,6993.3 -55062,6993.2 -55062,6993.2 -55062,6993.2 -55062,6993.2 -55062,6993.2 -55062,6993.2 -55062,6993.2 -55062,6993.2 -55062,6993.2 -55062,6993.2 -55062,6993.2 -55062,6993.2 -55062,6993.1 -55062,6993.1 -55062,6993.1 -55062,6993.1 -55062,6993.1 -55061,6993.1 -55061,6993.1 -55061,6993.1 -55061,6993.1 -55061,6993.1 -55061,6993.1 -55061,6993.1 -55061,6993.1 -55061,6993.1 -55061,6993 -55061,6993 -55061,6993 -55061,6993 -55061,6993 -55061,6993 -55061,6993 -55061,6993 -55061,6993 -55061,6993 -55061,6993 -55061,6993 -55061,6992.9 -55061,6992.9 -55061,6992.9 -55061,6992.9 -55061,6992.9 -55061,6992.9 -55061,6992.9 -55061,6992.9 -55061,6992.9 -55061,6992.9 -55060,6992.9 -55060,6992.9 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55058,6994.6 -55058,6994.6 -55058,6994.6 -55058,6994.6 -55058,6994.6 -55058,6994.6 -55058,6994.6 -55058,6994.6 -55058,6994.6 -55058,6994.5 -55058,6994.5 -55058,6994.5 -55058,6994.5 -55058,6994.5 -55058,6994.5 -55058,6994.5 -55058,6994.5 -55058,6994.5 -55058,6994.5 -55058,6994.5 -55058,6994.5 -55058,6994.5 -55058,6994.5 -55058,6994.5 -55058,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.4 -55057,6994.4 -55057,6994.4 -55057,6994.4 -55057,6994.4 -55057,6994.4 -55057,6994.4 -55057,6994.4 -55057,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55055,6994.4 -55055,6994.4 -55055,6994.4 -55055,6994.4 -55055,6994.4 -55055,6994.4 -55054,6996.4 -55054,6996.4 -55054,6996.4 -55054,6996.4 -55054,6996.4 -55054,6996.4 -55054,6996.4 -55054,6996.4 -55054,6996.4 -55054,6996.4 -55054,6996.4 -55054,6996.4 -55054,6996.4 -55054,6996.4 -55054,6996.4 -55054,6996.4 -55054,6996.4 -55053,6996.4 -55053,6996.4 -55053,6996.4 -55053,6996.4 -55053,6996.4 -55053,6996.4 -55053,6996.4 -55053,6996.4 -55053,6996.5 -55053,6996.5 -55053,6996.5 -55053,6996.5 -55053,6996.5 -55053,6996.5 -55053,6996.5 -55053,6996.5 -55053,6996.5 -55053,6996.5 -55053,6996.5 -55053,6996.5 -55052,6996.5 -55052,6996.5 -55052,6996.5 -55052,6996.5 -55052,6996.5 -55052,6996.6 -55052,6996.6 -55052,6996.6 -55052,6996.6 -55052,6996.6 -55052,6996.6 -55052,6996.6 -55052,6996.6 -55052,6996.6 -55052,6996.6 -55052,6996.6 -55052,6996.6 -55052,6996.6 -55052,6996.7 -55052,6996.7 -55051,6996.7 -55051,6996.7 -55051,6996.7 -55051,6996.7 -55051,6996.7 -55051,6996.7 -55051,6996.7 -55051,6996.7 -55051,6996.7 -55051,6996.7 -55051,6996.7 -55051,6996.7 -55051,6996.7 -55051,6996.7 -55051,6996.8 -55051,6996.8 -55051,6996.8 -55051,6996.8 -55051,6996.8 -55050,6996.8 -55050,6996.8 -55050,6996.8 -55050,6996.8 -55050,6996.8 -55050,6996.8 -55050,6996.8 -55050,6996.9 -55050,6996.9 -55050,6996.9 -55050,6996.9 -55050,6996.9 -55050,6996.9 -55050,6996.9 -55050,6996.9 -55050,6996.9 -55050,6996.9 -55049,6996.9 -55049,6996.9 -55049,6996.9 -55049,6997 -55049,6997 -55049,6997.1 -55049,6997.1 -55049,6997.1 -55049,6997.1 -55048,6997.1 -55048,6997.1 -55048,6997.1 -55048,6997.1 -55048,6997.1 -55048,6997.1 -55048,6997.2 -55048,6997.2 -55048,6997.2 -55048,6997.2 -55048,6997.2 -55048,6997.2 -55048,6997.2 -55048,6997.2 -55048,6997.2 -55048,6997.3 -55048,6997.3 -55047,6997.3 -55047,6997.3 -55047,6997.3 -55047,6997.3 -55047,6997.3 -55047,6997.3 -55047,6997.4 -55047,6997.4 -55047,6997.4 -55047,6997.4 -55047,6997.4 -55047,6997.4 -55047,6997.4 -55047,6997.5 -55047,6997.5 -55047,6997.5 -55046,6997.5 -55046,6997.5 -55046,6997.5 -55046,6997.5 -55046,6997.5 -55046,6997.5 -55046,6997.6 -55046,6997.6 -55046,6997.6 -55046,6997.6 -55046,6997.6 -55046,6997.6 -55046,6997.6 -55046,6997.6 -55046,6997.7 -55046,6997.7 -55045,6997.7 -55045,6997.7 -55045,6997.7 -55045,6997.7 -55045,6997.7 -55045,6997.8 -55045,6997.8 -55045,6997.8 -55045,6997.8 -55045,6997.8 -55045,6997.8 -55045,6997.8 -55045,6997.8 -55045,6997.9 -55045,6997.9 -55044,6997.9 -55044,6997.9 -55044,6997.9 -55044,6997.9 -55044,6997.9 -55044,6998 -55044,6998 -55044,6998 -55044,6998 -55044,6998 -55044,6998 -55044,6998 -55044,6998 -55044,6998.1 -55044,6998.1 -55043,6998.1 -55043,6998.1 -55043,6998.1 -55043,6998.1 -55043,6998.1 -55043,6998.2 -55043,6998.2 -55043,6998.2 -55043,6998.2 -55043,6998.2 -55043,6998.2 -55043,6998.3 -55043,6998.3 -55043,6998.3 -55043,6998.3 -55042,6998.3 -55043,6997.2 -55043,6997.2 -55043,6997.2 -55043,6997.2 -55043,6997.3 -55042,6997.3 -55042,6997.3 -55042,6997.3 -55042,6997.3 -55042,6997.3 -55042,6997.3 -55042,6997.3 -55042,6997.4 -55042,6997.4 -55042,6997.4 -55042,6997.4 -55042,6997.4 -55042,6997.4 -55042,6997.4 -55042,6997.5 -55041,6997.5 -55041,6997.5 -55041,6997.5 -55041,6997.5 -55041,6997.5 -55041,6997.5 -55041,6997.6 -55041,6997.6 -55041,6997.6 -55041,6997.6 -55041,6997.6 -55041,6997.6 -55041,6997.6 -55041,6997.7 -55041,6997.7 -55040,6997.7 -55040,6997.7 -55040,6997.7 -55040,6997.7 -55040,6997.8 -55040,6997.8 -55040,6997.8 -55040,6997.8 -55040,6997.8 -55040,6997.8 -55040,6997.8 -55040,6997.9 -55040,6997.9 -55040,6997.9 -55039,6997.9 -55039,6997.9 -55039,6997.9 -55039,6997.9 -55039,6998 -55039,6998 -55039,6998 -55039,6998 -55039,6998 -55039,6998 -55039,6998 -55039,6998.1 -55039,6998.1 -55039,6998.1 -55039,6998.1 -55038,6998.1 -55038,6998.1 -55038,6998.2 -55038,6998.2 -55038,6998.2 -55038,6998.2 -55038,6998.2 -55038,6998.2 -55038,6998.3 -55038,6998.3 -55038,6998.3 -55038,6998.3 -55038,6998.3 -55038,6998.4 -55037,6998.4 -55037,6998.4 -55037,6998.4 -55037,6998.4 -55037,6998.4 -55037,6998.5 -55037,6998.5 -55037,6998.5 -55037,6998.5 -55037,6998.5 -55037,6998.6 -55037,6998.6 -55037,6998.6 -55037,6998.6 -55036,6998.6 -55036,6998.7 -55036,6998.7 -55036,6998.7 -55036,6998.7 -55036,6998.7 -55036,6998.8 -55039,6995.1 -55039,6995.1 -55039,6995.1 -55039,6995.1 -55039,6995.2 -55039,6995.2 -55039,6995.2 -55039,6995.2 -55039,6995.2 -55039,6995.2 -55039,6995.2 -55039,6995.2 -55039,6995.3 -55039,6995.3 -55038,6995.3 -55038,6995.3 -55038,6995.3 -55038,6995.3 -55038,6995.3 -55038,6995.3 -55038,6995.4 -55038,6995.4 -55038,6995.4 -55038,6995.4 -55038,6995.4 -55038,6995.4 -55038,6995.4 -55038,6995.4 -55038,6995.5 -55038,6995.5 -55038,6995.5 -55037,6995.5 -55037,6995.5 -55037,6995.5 -55037,6995.5 -55037,6995.6 -55037,6995.6 -55037,6995.6 -55037,6995.6 -55037,6995.6 -55037,6995.6 -55037,6995.6 -55037,6995.7 -55037,6995.7 -55037,6995.7 -55037,6995.7 -55037,6995.7 -55037,6995.8 -55036,6995.8 -55036,6995.8 -55036,6995.8 -55036,6995.8 -55036,6995.8 -55036,6995.9 -55036,6995.9 -55036,6995.9 -55036,6995.9 -55036,6995.9 -55036,6995.9 -55036,6996 -55036,6996 -55036,6996 -55036,6996 -55036,6996 -55036,6996.1 -55035,6996.1 -55035,6996.1 -55035,6996.1 -55035,6996.1 -55035,6996.1 -55035,6996.2 -55035,6996.2 -55035,6996.2 -55035,6996.2 -55035,6996.3 -55035,6996.3 -55035,6996.3 -55035,6996.3 -55035,6996.3 -55035,6996.4 -55035,6996.4 -55035,6996.4 -55034,6996.4 -55034,6996.4 -55034,6996.5 -55034,6996.5 -55034,6996.5 -55034,6996.5 -55034,6996.6 -55034,6996.6 -55034,6996.6 -55034,6996.6 -55034,6996.6 -55034,6996.7 -55034,6996.7 -55034,6996.7 -55034,6996.7 -55034,6996.8 -55034,6996.8 -55037,6991.7 -55037,6991.7 -55037,6991.7 -55036,6991.7 -55036,6991.7 -55036,6991.7 -55036,6991.7 -55036,6991.8 -55036,6991.8 -55036,6991.8 -55036,6991.8 -55036,6991.8 -55036,6991.8 -55036,6991.8 -55036,6991.8 -55036,6991.8 -55036,6991.9 -55036,6991.9 -55036,6991.9 -55036,6991.9 -55036,6991.9 -55036,6991.9 -55036,6991.9 -55035,6991.9 -55035,6992 -55035,6992 -55035,6992 -55035,6992 -55035,6992 -55035,6992 -55035,6992 -55035,6992.1 -55035,6992.1 -55035,6992.1 -55035,6992.1 -55035,6992.1 -55035,6992.1 -55035,6992.2 -55035,6992.2 -55035,6992.2 -55035,6992.2 -55035,6992.2 -55035,6992.2 -55034,6992.3 -55034,6992.3 -55034,6992.3 -55034,6992.3 -55034,6992.3 -55034,6992.4 -55034,6992.4 -55034,6992.4 -55034,6992.4 -55034,6992.4 -55034,6992.4 -55034,6992.5 -55034,6992.5 -55034,6992.5 -55034,6992.5 -55034,6992.6 -55034,6992.6 -55034,6992.6 -55034,6992.6 -55033,6992.6 -55033,6992.7 -55033,6992.7 -55033,6992.7 -55033,6992.7 -55033,6992.7 -55033,6992.8 -55033,6992.8 -55033,6992.8 -55033,6992.8 -55033,6992.9 -55033,6992.9 -55033,6992.9 -55033,6992.9 -55033,6993 -55033,6993 -55033,6993 -55033,6993 -55033,6993.1 -55033,6993.1 -55032,6993.1 -55032,6993.1 -55032,6993.2 -55032,6993.2 -55032,6993.2 -55032,6993.2 -55032,6993.3 -55032,6993.3 -55032,6993.3 -55032,6993.4 -55032,6993.4 -55032,6993.4 -55032,6993.4 -55032,6993.5 -55032,6993.5 -55032,6993.5 -55032,6993.6 -55032,6993.6 -55032,6993.6 -55031,6993.6 -55035,6987.2 -55035,6987.2 -55035,6987.2 -55035,6987.3 -55035,6987.3 -55035,6987.3 -55035,6987.3 -55035,6987.3 -55035,6987.3 -55035,6987.3 -55035,6987.3 -55035,6987.3 -55035,6987.4 -55035,6987.4 -55034,6987.4 -55034,6987.4 -55034,6987.4 -55034,6987.4 -55034,6987.4 -55034,6987.4 -55034,6987.4 -55034,6987.5 -55034,6987.5 -55034,6987.5 -55034,6987.5 -55034,6987.5 -55034,6987.5 -55034,6987.5 -55034,6987.5 -55034,6987.6 -55034,6987.6 -55034,6987.6 -55034,6987.6 -55034,6987.6 -55034,6987.6 -55034,6987.6 -55034,6987.6 -55033,6987.6 -55033,6987.7 -55033,6987.7 -55033,6987.7 -55033,6987.7 -55033,6987.7 -55033,6987.7 -55033,6987.7 -55033,6987.7 -55033,6987.8 -55033,6987.8 -55033,6987.8 -55033,6987.8 -55033,6987.8 -55033,6987.8 -55033,6987.8 -55033,6987.8 -55033,6987.9 -55033,6987.9 -55033,6987.9 -55033,6987.9 -55033,6987.9 -55032,6987.9 -55032,6988 -55032,6988 -55032,6988 -55032,6988 -55032,6988 -55032,6988 -55032,6988.1 -55032,6988.1 -55032,6988.1 -55032,6988.1 -55032,6988.1 -55032,6988.1 -55032,6988.2 -55032,6988.2 -55032,6988.2 -55032,6988.2 -55032,6988.2 -55032,6988.3 -55032,6988.3 -55032,6988.3 -55032,6988.3 -55032,6988.3 -55031,6988.4 -55031,6988.4 -55031,6988.4 -55031,6988.4 -55031,6988.4 -55031,6988.5 -55031,6988.5 -55031,6988.5 -55031,6988.5 -55031,6988.5 -55031,6988.6 -55031,6988.6 -55031,6988.6 -55031,6988.6 -55031,6988.6 -55034,6981.5 -55034,6981.5 -55034,6981.5 -55034,6981.5 -55034,6981.5 -55034,6981.5 -55034,6981.5 -55034,6981.5 -55034,6981.5 -55034,6981.5 -55034,6981.5 -55034,6981.5 -55034,6981.5 -55034,6981.5 -55034,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55032,6981.5 -55032,6981.5 -55032,6981.5 -55032,6981.5 -55032,6981.5 -55032,6981.5 -55032,6981.5 -55032,6981.5 -55032,6981.5 -55032,6981.5 -55032,6981.5 -55032,6981.5 -55032,6981.6 -55032,6981.6 -55032,6981.6 -55032,6981.6 -55032,6981.6 -55032,6981.6 -55032,6981.6 -55032,6981.6 -55032,6981.6 -55032,6981.6 -55032,6981.6 -55032,6981.6 -55032,6981.6 -55031,6981.6 -55031,6981.6 -55031,6981.6 -55031,6981.6 -55031,6981.7 -55031,6981.7 -55031,6981.7 -55031,6981.7 -55031,6981.7 -55031,6981.7 -55031,6981.7 -55031,6981.7 -55031,6981.7 -55031,6981.7 -55031,6981.7 -55031,6981.8 -55031,6981.8 -55031,6981.8 -55031,6981.8 -55031,6981.8 -55031,6981.8 -55031,6981.8 -55031,6981.8 -55031,6981.8 -55031,6981.8 -55030,6981.9 -55030,6981.9 -55030,6981.9 -55030,6981.9 -55030,6981.9 -55030,6981.9 -55030,6981.9 -55030,6981.9 -55030,6981.9 -55030,6982 -55033,6975.2 -55033,6975.2 -55033,6975.2 -55033,6975.2 -55033,6975.1 -55033,6975.1 -55033,6975.1 -55033,6975.1 -55033,6975.1 -55033,6975.1 -55033,6975.1 -55033,6975.1 -55033,6975 -55033,6975 -55033,6975 -55033,6975 -55033,6975 -55033,6975 -55033,6975 -55033,6975 -55033,6974.9 -55033,6974.9 -55033,6974.9 -55033,6974.9 -55033,6974.9 -55033,6974.9 -55033,6974.9 -55032,6974.9 -55032,6974.9 -55032,6974.9 -55032,6974.8 -55032,6974.8 -55032,6974.8 -55032,6974.8 -55032,6974.8 -55032,6974.8 -55032,6974.8 -55032,6974.8 -55032,6974.8 -55032,6974.8 -55032,6974.8 -55032,6974.8 -55032,6974.8 -55032,6974.7 -55032,6974.7 -55032,6974.7 -55032,6974.7 -55032,6974.7 -55032,6974.7 -55032,6974.7 -55032,6974.7 -55032,6974.7 -55032,6974.7 -55032,6974.7 -55032,6974.7 -55032,6974.7 -55032,6974.7 -55031,6974.7 -55031,6974.7 -55031,6974.7 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55030,6974.6 -55030,6974.6 -55030,6974.6 -55030,6974.6 -55030,6974.6 -55030,6974.5 -55030,6974.5 -55030,6974.5 -55030,6974.5 -55030,6974.5 -55030,6974.5 -55030,6974.5 -55030,6974.5 -55033,6968.2 -55033,6968.2 -55033,6968.2 -55033,6968.2 -55033,6968.1 -55033,6968.1 -55033,6968.1 -55033,6968.1 -55033,6968 -55033,6968 -55033,6968 -55033,6968 -55033,6968 -55033,6967.9 -55033,6967.9 -55033,6967.9 -55033,6967.9 -55033,6967.8 -55033,6967.8 -55033,6967.8 -55033,6967.8 -55033,6967.8 -55033,6967.7 -55033,6967.7 -55033,6967.7 -55033,6967.7 -55033,6967.6 -55033,6967.6 -55033,6967.6 -55033,6967.6 -55033,6967.6 -55033,6967.5 -55033,6967.5 -55033,6967.5 -55032,6967.5 -55032,6967.5 -55032,6967.4 -55032,6967.4 -55032,6967.4 -55032,6967.4 -55032,6967.3 -55032,6967.3 -55032,6967.3 -55032,6967.3 -55032,6967.3 -55032,6967.2 -55032,6967.2 -55032,6967.2 -55032,6967.2 -55032,6967.2 -55032,6967.1 -55032,6967.1 -55032,6967.1 -55032,6967.1 -55032,6967.1 -55032,6967 -55032,6967 -55032,6967 -55032,6967 -55032,6967 -55032,6966.9 -55032,6966.9 -55032,6966.9 -55032,6966.9 -55032,6966.9 -55032,6966.9 -55032,6966.8 -55032,6966.8 -55032,6966.8 -55032,6966.8 -55032,6966.8 -55032,6966.8 -55032,6966.7 -55032,6966.7 -55032,6966.7 -55031,6966.7 -55031,6966.7 -55031,6966.7 -55031,6966.6 -55031,6966.6 -55031,6966.6 -55031,6966.6 -55031,6966.6 -55031,6966.6 -55031,6966.5 -55031,6966.5 -55031,6966.5 -55031,6966.5 -55031,6966.5 -55031,6966.5 -55031,6966.5 -55031,6966.5 -55031,6966.4 -55031,6966.4 -55031,6966.4 -55031,6966.4 -55031,6966.4 -55031,6966.4 -55031,6966.4 -55034,6960.6 -55034,6960.6 -55034,6960.5 -55034,6960.5 -55034,6960.5 -55034,6960.4 -55034,6960.4 -55034,6960.4 -55034,6960.3 -55034,6960.3 -55034,6960.3 -55034,6960.2 -55034,6960.2 -55034,6960.2 -55034,6960.1 -55034,6960.1 -55034,6960.1 -55034,6960 -55034,6960 -55034,6960 -55034,6959.9 -55034,6959.9 -55034,6959.9 -55034,6959.8 -55034,6959.8 -55033,6959.8 -55033,6959.7 -55033,6959.7 -55033,6959.7 -55033,6959.6 -55033,6959.6 -55033,6959.6 -55033,6959.5 -55033,6959.5 -55033,6959.5 -55033,6959.4 -55033,6959.4 -55033,6959.4 -55033,6959.3 -55033,6959.3 -55033,6959.3 -55033,6959.2 -55033,6959.2 -55033,6959.2 -55033,6959.1 -55033,6959.1 -55033,6959.1 -55033,6959 -55033,6959 -55033,6959 -55033,6959 -55033,6958.9 -55033,6958.9 -55033,6958.9 -55033,6958.8 -55033,6958.8 -55033,6958.8 -55033,6958.7 -55033,6958.7 -55033,6958.7 -55033,6958.6 -55033,6958.6 -55033,6958.6 -55033,6958.6 -55033,6958.5 -55033,6958.5 -55033,6958.5 -55033,6958.4 -55033,6958.4 -55033,6958.4 -55033,6958.3 -55033,6958.3 -55033,6958.3 -55033,6958.3 -55033,6958.2 -55033,6958.2 -55033,6958.2 -55033,6958.1 -55033,6958.1 -55033,6958.1 -55033,6958.1 -55033,6958 -55033,6958 -55033,6958 -55033,6957.9 -55033,6957.9 -55033,6957.9 -55033,6957.9 -55033,6957.8 -55033,6957.8 -55032,6957.8 -55032,6957.7 -55032,6957.7 -55032,6957.7 -55032,6957.7 -55032,6957.6 -55032,6957.6 -55032,6957.6 -55032,6957.5 -55032,6957.5 -55034,6953.8 -55034,6953.7 -55034,6953.7 -55034,6953.6 -55034,6953.6 -55034,6953.6 -55034,6953.5 -55034,6953.5 -55034,6953.4 -55034,6953.4 -55034,6953.3 -55034,6953.3 -55034,6953.3 -55034,6953.2 -55034,6953.2 -55034,6953.1 -55034,6953.1 -55034,6953 -55034,6953 -55034,6953 -55034,6952.9 -55034,6952.9 -55034,6952.8 -55034,6952.8 -55034,6952.7 -55034,6952.7 -55034,6952.6 -55034,6952.6 -55034,6952.6 -55034,6952.5 -55034,6952.5 -55034,6952.4 -55034,6952.4 -55034,6952.3 -55034,6952.3 -55034,6952.3 -55034,6952.2 -55034,6952.2 -55034,6952.1 -55034,6952.1 -55034,6952 -55034,6952 -55034,6952 -55034,6951.9 -55034,6951.9 -55034,6951.8 -55034,6951.8 -55034,6951.8 -55034,6951.7 -55034,6951.7 -55034,6951.6 -55034,6951.6 -55034,6951.6 -55034,6951.5 -55034,6951.5 -55034,6951.4 -55034,6951.4 -55034,6951.4 -55034,6951.3 -55034,6951.3 -55034,6951.2 -55034,6951.2 -55034,6951.2 -55034,6951.1 -55034,6951.1 -55034,6951 -55034,6951 -55034,6951 -55034,6950.9 -55034,6950.9 -55034,6950.8 -55034,6950.8 -55034,6950.8 -55034,6950.7 -55034,6950.7 -55034,6950.6 -55034,6950.6 -55034,6950.6 -55034,6950.5 -55034,6950.5 -55034,6950.5 -55034,6950.4 -55034,6950.4 -55034,6950.3 -55034,6950.3 -55034,6950.3 -55034,6950.2 -55033,6950.2 -55033,6950.1 -55033,6950.1 -55033,6950.1 -55033,6950 -55033,6950 -55033,6949.9 -55033,6949.9 -55033,6949.9 -55033,6949.8 -55033,6949.8 -55034,6947.4 -55034,6947.4 -55034,6947.3 -55034,6947.3 -55034,6947.2 -55034,6947.2 -55034,6947.1 -55034,6947.1 -55034,6947 -55034,6947 -55034,6947 -55034,6946.9 -55034,6946.9 -55034,6946.8 -55034,6946.8 -55034,6946.7 -55034,6946.7 -55034,6946.6 -55034,6946.6 -55034,6946.5 -55034,6946.5 -55034,6946.4 -55034,6946.4 -55034,6946.4 -55034,6946.3 -55034,6946.3 -55034,6946.2 -55034,6946.2 -55034,6946.1 -55034,6946.1 -55034,6946 -55034,6946 -55034,6945.9 -55034,6945.9 -55034,6945.9 -55034,6945.8 -55034,6945.8 -55034,6945.7 -55034,6945.7 -55034,6945.6 -55034,6945.6 -55034,6945.5 -55034,6945.5 -55034,6945.5 -55034,6945.4 -55034,6945.4 -55034,6945.3 -55034,6945.3 -55034,6945.2 -55034,6945.2 -55034,6945.1 -55034,6945.1 -55034,6945 -55034,6945 -55034,6945 -55034,6944.9 -55034,6944.9 -55034,6944.8 -55034,6944.8 -55034,6944.7 -55034,6944.7 -55034,6944.6 -55034,6944.6 -55034,6944.5 -55034,6944.5 -55034,6944.4 -55034,6944.4 -55034,6944.4 -55034,6944.3 -55034,6944.3 -55034,6944.2 -55034,6944.2 -55034,6944.1 -55034,6944.1 -55034,6944 -55034,6944 -55034,6943.9 -55034,6943.9 -55034,6943.8 -55034,6943.8 -55034,6943.8 -55034,6943.7 -55034,6943.7 -55034,6943.6 -55034,6943.6 -55034,6943.5 -55034,6943.5 -55034,6943.4 -55034,6943.4 -55034,6943.3 -55034,6943.3 -55034,6943.3 -55034,6943.2 -55034,6943.2 -55034,6943.1 -55034,6943.1 -55034,6943 -55034,6943 -55034,6942.9 -55035,6940.2 -55035,6940.1 -55035,6940 -55035,6940 -55035,6939.9 -55035,6939.9 -55035,6939.8 -55035,6939.8 -55035,6939.7 -55035,6939.7 -55035,6939.6 -55035,6939.6 -55035,6939.5 -55035,6939.5 -55035,6939.4 -55035,6939.4 -55035,6939.3 -55035,6939.2 -55035,6939.2 -55035,6939.1 -55035,6939.1 -55035,6939 -55035,6939 -55035,6938.9 -55035,6938.9 -55035,6938.8 -55035,6938.8 -55035,6938.7 -55035,6938.7 -55035,6938.6 -55035,6938.6 -55035,6938.5 -55035,6938.5 -55035,6938.4 -55035,6938.3 -55035,6938.3 -55035,6938.2 -55035,6938.2 -55035,6938.1 -55035,6938.1 -55035,6938 -55035,6938 -55035,6937.9 -55035,6937.9 -55035,6937.8 -55035,6937.8 -55035,6937.7 -55035,6937.7 -55035,6937.6 -55035,6937.6 -55035,6937.5 -55035,6937.5 -55035,6937.4 -55035,6937.4 -55035,6937.3 -55035,6937.3 -55035,6937.2 -55035,6937.2 -55035,6937.1 -55035,6937 -55035,6937 -55035,6936.9 -55035,6936.9 -55035,6936.8 -55035,6936.8 -55035,6936.7 -55035,6936.7 -55035,6936.7 -55035,6936.6 -55035,6936.6 -55035,6936.5 -55035,6936.5 -55035,6936.4 -55035,6936.4 -55035,6936.3 -55035,6936.3 -55035,6936.2 -55035,6936.2 -55035,6936.1 -55035,6936.1 -55035,6936 -55035,6936 -55035,6935.9 -55035,6935.9 -55035,6935.8 -55035,6935.8 -55035,6935.7 -55035,6935.7 -55035,6935.6 -55035,6935.6 -55035,6935.5 -55035,6935.5 -55035,6935.4 -55035,6935.4 -55035,6935.3 -55035,6935.3 -55035,6935.2 -55035,6935.2 -55035,6935.2 -55035,6935.1 -55035,6933 -55035,6932.9 -55035,6932.9 -55035,6932.8 -55035,6932.8 -55035,6932.7 -55035,6932.7 -55035,6932.6 -55035,6932.6 -55035,6932.5 -55035,6932.4 -55035,6932.4 -55035,6932.3 -55035,6932.3 -55035,6932.2 -55035,6932.2 -55035,6932.1 -55035,6932.1 -55035,6932 -55035,6932 -55035,6931.9 -55035,6931.9 -55035,6931.8 -55035,6931.8 -55035,6931.7 -55035,6931.6 -55035,6931.6 -55035,6931.5 -55035,6931.5 -55035,6931.4 -55035,6931.4 -55035,6931.3 -55035,6931.3 -55035,6931.2 -55035,6931.2 -55035,6931.1 -55035,6931.1 -55035,6931 -55035,6931 -55035,6930.9 -55035,6930.9 -55035,6930.8 -55035,6930.8 -55035,6930.7 -55035,6930.7 -55035,6930.6 -55035,6930.6 -55035,6930.5 -55035,6930.5 -55035,6930.4 -55035,6930.3 -55035,6930.3 -55035,6930.2 -55035,6930.2 -55035,6930.1 -55035,6930.1 -55035,6930 -55035,6930 -55035,6929.9 -55035,6929.9 -55035,6929.8 -55035,6929.8 -55035,6929.7 -55035,6929.7 -55035,6929.6 -55035,6929.6 -55035,6929.5 -55035,6929.5 -55035,6929.4 -55035,6929.4 -55035,6929.3 -55035,6929.3 -55035,6929.2 -55035,6929.2 -55035,6929.1 -55035,6929.1 -55035,6929 -55035,6929 -55035,6928.9 -55035,6928.9 -55035,6928.8 -55035,6928.8 -55035,6928.7 -55035,6928.7 -55035,6928.6 -55035,6928.6 -55035,6928.5 -55035,6928.5 -55035,6928.4 -55035,6928.4 -55035,6928.3 -55035,6928.3 -55035,6928.2 -55035,6928.2 -55035,6928.1 -55035,6928.1 -55035,6928 -55035,6928 -55035,6927.9 -55035,6927.9 -55035,6925.9 -55035,6925.8 -55035,6925.8 -55035,6925.7 -55035,6925.7 -55035,6925.6 -55035,6925.5 -55035,6925.5 -55035,6925.4 -55035,6925.4 -55035,6925.3 -55035,6925.3 -55035,6925.2 -55035,6925.2 -55035,6925.1 -55035,6925 -55035,6925 -55035,6924.9 -55035,6924.9 -55035,6924.8 -55035,6924.8 -55035,6924.7 -55035,6924.7 -55035,6924.6 -55035,6924.6 -55035,6924.5 -55035,6924.4 -55035,6924.4 -55035,6924.3 -55035,6924.3 -55035,6924.2 -55035,6924.2 -55035,6924.1 -55035,6924.1 -55035,6924 -55035,6923.9 -55035,6923.9 -55035,6923.8 -55035,6923.8 -55035,6923.7 -55035,6923.7 -55035,6923.6 -55035,6923.6 -55035,6923.5 -55035,6923.5 -55035,6923.4 -55035,6923.3 -55035,6923.3 -55035,6923.2 -55035,6923.2 -55035,6923.1 -55035,6923.1 -55035,6923 -55035,6923 -55035,6922.9 -55035,6922.8 -55035,6922.8 -55035,6922.7 -55035,6922.7 -55035,6922.6 -55035,6922.6 -55035,6922.5 -55035,6922.5 -55035,6922.4 -55035,6922.4 -55035,6922.3 -55035,6922.3 -55035,6922.2 -55035,6922.2 -55035,6922.1 -55035,6922 -55035,6922 -55035,6921.9 -55035,6921.9 -55035,6921.8 -55035,6921.8 -55035,6921.7 -55035,6921.7 -55035,6921.6 -55035,6921.6 -55035,6921.5 -55035,6921.5 -55035,6921.4 -55035,6921.4 -55035,6921.3 -55035,6921.2 -55035,6921.2 -55035,6921.1 -55035,6921.1 -55035,6921 -55035,6921 -55035,6920.9 -55035,6920.9 -55035,6920.8 -55035,6920.8 -55035,6920.7 -55036,6920.7 -55036,6920.6 -55035,6919.1 -55035,6919 -55035,6919 -55035,6918.9 -55035,6918.9 -55035,6918.8 -55035,6918.8 -55035,6918.7 -55035,6918.6 -55035,6918.6 -55035,6918.5 -55035,6918.5 -55035,6918.4 -55035,6918.4 -55035,6918.3 -55035,6918.3 -55035,6918.2 -55035,6918.1 -55035,6918.1 -55035,6918 -55035,6918 -55035,6917.9 -55035,6917.8 -55035,6917.8 -55035,6917.7 -55035,6917.7 -55035,6917.6 -55035,6917.6 -55035,6917.5 -55035,6917.4 -55035,6917.4 -55035,6917.3 -55035,6917.3 -55035,6917.2 -55035,6917.2 -55035,6917.1 -55035,6917.1 -55035,6917 -55035,6916.9 -55035,6916.9 -55035,6916.8 -55035,6916.8 -55035,6916.7 -55035,6916.7 -55035,6916.6 -55035,6916.5 -55035,6916.5 -55035,6916.4 -55035,6916.4 -55035,6916.3 -55035,6916.3 -55035,6916.2 -55035,6916.2 -55035,6916.1 -55035,6916 -55035,6916 -55035,6915.9 -55035,6915.9 -55035,6915.8 -55035,6915.8 -55035,6915.7 -55035,6915.6 -55035,6915.6 -55035,6915.5 -55035,6915.5 -55035,6915.4 -55035,6915.4 -55035,6915.3 -55035,6915.3 -55035,6915.2 -55035,6915.1 -55035,6915.1 -55035,6915 -55035,6915 -55035,6914.9 -55035,6914.9 -55035,6914.8 -55035,6914.7 -55035,6914.7 -55035,6914.6 -55035,6914.6 -55035,6914.5 -55035,6914.5 -55035,6914.4 -55035,6914.3 -55035,6914.3 -55035,6914.2 -55035,6914.2 -55035,6914.1 -55035,6914.1 -55035,6914 -55035,6914 -55035,6913.9 -55035,6913.8 -55035,6913.8 -55035,6913.7 -55035,6913.7 -55036,6913.6 -55036,6913.6 -55036,6913.5 -55036,6913.5 -55034,6912.8 -55034,6912.7 -55034,6912.7 -55034,6912.6 -55034,6912.5 -55034,6912.5 -55034,6912.4 -55034,6912.4 -55034,6912.3 -55034,6912.3 -55034,6912.2 -55034,6912.2 -55034,6912.1 -55034,6912 -55034,6912 -55034,6911.9 -55034,6911.9 -55034,6911.8 -55034,6911.8 -55034,6911.7 -55034,6911.6 -55034,6911.6 -55034,6911.5 -55034,6911.5 -55034,6911.4 -55034,6911.4 -55034,6911.3 -55034,6911.3 -55034,6911.2 -55034,6911.1 -55034,6911.1 -55034,6911 -55034,6911 -55034,6910.9 -55034,6910.9 -55034,6910.8 -55034,6910.8 -55034,6910.7 -55034,6910.7 -55034,6910.6 -55034,6910.5 -55034,6910.5 -55034,6910.4 -55034,6910.4 -55034,6910.3 -55034,6910.3 -55034,6910.2 -55034,6910.1 -55034,6910.1 -55034,6910 -55034,6910 -55034,6909.9 -55034,6909.9 -55034,6909.8 -55034,6909.8 -55034,6909.7 -55034,6909.6 -55034,6909.6 -55034,6909.5 -55034,6909.5 -55034,6909.4 -55034,6909.4 -55034,6909.3 -55034,6909.3 -55034,6909.2 -55034,6909.1 -55034,6909.1 -55034,6909 -55034,6909 -55034,6908.9 -55034,6908.9 -55034,6908.8 -55034,6908.8 -55034,6908.7 -55034,6908.7 -55035,6908.6 -55035,6908.6 -55035,6908.5 -55035,6908.4 -55035,6908.4 -55035,6908.3 -55035,6908.3 -55035,6908.2 -55035,6908.2 -55035,6908.1 -55035,6908.1 -55035,6908 -55035,6908 -55035,6907.9 -55035,6907.9 -55035,6907.8 -55035,6907.8 -55035,6907.7 -55035,6907.6 -55035,6907.6 -55035,6907.5 -55035,6907.5 -55034,6906.6 -55034,6906.5 -55034,6906.5 -55034,6906.4 -55034,6906.4 -55034,6906.3 -55034,6906.3 -55034,6906.2 -55034,6906.2 -55034,6906.1 -55034,6906.1 -55034,6906 -55034,6905.9 -55034,6905.9 -55034,6905.8 -55034,6905.8 -55034,6905.7 -55034,6905.7 -55034,6905.6 -55034,6905.6 -55034,6905.5 -55034,6905.4 -55034,6905.4 -55034,6905.3 -55034,6905.3 -55034,6905.2 -55034,6905.2 -55034,6905.1 -55034,6905.1 -55034,6905 -55034,6905 -55034,6904.9 -55034,6904.9 -55034,6904.8 -55034,6904.7 -55034,6904.7 -55034,6904.6 -55034,6904.6 -55034,6904.5 -55034,6904.5 -55034,6904.4 -55034,6904.4 -55034,6904.3 -55034,6904.3 -55034,6904.2 -55034,6904.2 -55034,6904.1 -55034,6904.1 -55034,6904 -55034,6903.9 -55034,6903.9 -55034,6903.8 -55034,6903.8 -55034,6903.7 -55034,6903.7 -55034,6903.6 -55034,6903.6 -55034,6903.5 -55034,6903.5 -55034,6903.4 -55034,6903.4 -55034,6903.3 -55034,6903.3 -55034,6903.2 -55034,6903.2 -55034,6903.1 -55034,6903.1 -55034,6903 -55034,6903 -55034,6902.9 -55034,6902.9 -55034,6902.8 -55034,6902.8 -55034,6902.7 -55034,6902.7 -55034,6902.6 -55034,6902.6 -55034,6902.5 -55034,6902.5 -55034,6902.4 -55034,6902.4 -55034,6902.3 -55034,6902.3 -55034,6902.2 -55034,6902.1 -55034,6902.1 -55034,6902 -55034,6902 -55034,6901.9 -55034,6901.9 -55034,6901.8 -55034,6901.8 -55034,6901.7 -55034,6901.7 -55034,6901.6 -55034,6901.6 -55034,6901.5 -55034,6901.5 -55034,6901.4 -55034,6901.4 -55033,6900.7 -55033,6900.7 -55033,6900.6 -55033,6900.6 -55033,6900.5 -55033,6900.5 -55033,6900.4 -55033,6900.4 -55033,6900.3 -55033,6900.3 -55033,6900.2 -55033,6900.2 -55033,6900.1 -55033,6900.1 -55033,6900 -55033,6900 -55033,6899.9 -55033,6899.9 -55033,6899.8 -55033,6899.8 -55033,6899.7 -55033,6899.7 -55033,6899.6 -55033,6899.5 -55033,6899.5 -55033,6899.4 -55033,6899.4 -55033,6899.3 -55033,6899.3 -55033,6899.2 -55033,6899.2 -55033,6899.1 -55033,6899.1 -55033,6899 -55033,6899 -55033,6898.9 -55033,6898.9 -55033,6898.8 -55033,6898.8 -55033,6898.7 -55033,6898.7 -55033,6898.6 -55033,6898.6 -55033,6898.5 -55033,6898.5 -55033,6898.4 -55033,6898.4 -55033,6898.3 -55033,6898.3 -55033,6898.2 -55033,6898.2 -55033,6898.1 -55033,6898.1 -55033,6898 -55033,6898 -55033,6897.9 -55033,6897.9 -55033,6897.8 -55033,6897.8 -55033,6897.7 -55033,6897.7 -55033,6897.6 -55033,6897.6 -55033,6897.5 -55033,6897.5 -55033,6897.4 -55033,6897.4 -55033,6897.3 -55033,6897.3 -55033,6897.2 -55033,6897.2 -55033,6897.1 -55033,6897.1 -55033,6897 -55033,6897 -55033,6896.9 -55033,6896.9 -55033,6896.8 -55033,6896.8 -55033,6896.7 -55033,6896.7 -55033,6896.6 -55033,6896.6 -55033,6896.5 -55033,6896.5 -55033,6896.4 -55033,6896.4 -55033,6896.3 -55033,6896.3 -55033,6896.3 -55033,6896.2 -55033,6896.2 -55033,6896.1 -55033,6896.1 -55033,6896 -55033,6896 -55033,6895.9 -55033,6895.9 -55033,6895.8 -55033,6895.8 -55032,6894.6 -55032,6894.6 -55032,6894.5 -55032,6894.5 -55032,6894.4 -55032,6894.4 -55032,6894.3 -55032,6894.3 -55032,6894.2 -55032,6894.2 -55032,6894.1 -55032,6894.1 -55032,6894 -55032,6894 -55032,6893.9 -55032,6893.9 -55032,6893.9 -55032,6893.8 -55032,6893.8 -55032,6893.7 -55032,6893.7 -55032,6893.6 -55032,6893.6 -55032,6893.5 -55032,6893.5 -55032,6893.4 -55032,6893.4 -55032,6893.3 -55032,6893.3 -55032,6893.2 -55032,6893.2 -55032,6893.1 -55032,6893.1 -55032,6893 -55032,6893 -55032,6892.9 -55032,6892.9 -55032,6892.8 -55032,6892.8 -55032,6892.7 -55032,6892.7 -55032,6892.6 -55032,6892.6 -55032,6892.5 -55032,6892.5 -55032,6892.4 -55032,6892.4 -55032,6892.3 -55032,6892.3 -55032,6892.2 -55032,6892.2 -55032,6892.1 -55032,6892.1 -55032,6892 -55032,6892 -55032,6891.9 -55032,6891.9 -55032,6891.8 -55032,6891.8 -55032,6891.8 -55032,6891.7 -55032,6891.7 -55032,6891.6 -55032,6891.6 -55032,6891.5 -55032,6891.5 -55032,6891.4 -55032,6891.4 -55032,6891.3 -55032,6891.3 -55032,6891.2 -55032,6891.2 -55032,6891.1 -55032,6891.1 -55032,6891 -55032,6891 -55032,6890.9 -55032,6890.9 -55032,6890.9 -55032,6890.8 -55032,6890.8 -55032,6890.7 -55032,6890.7 -55032,6890.6 -55032,6890.6 -55032,6890.5 -55032,6890.5 -55032,6890.4 -55032,6890.4 -55032,6890.3 -55032,6890.3 -55032,6890.2 -55032,6890.2 -55032,6890.2 -55032,6890.1 -55032,6890.1 -55032,6890 -55032,6890 -55032,6889.9 -55031,6888.5 -55031,6888.5 -55031,6888.4 -55031,6888.4 -55031,6888.3 -55031,6888.3 -55031,6888.2 -55031,6888.2 -55031,6888.1 -55031,6888.1 -55031,6888 -55031,6888 -55031,6887.9 -55031,6887.9 -55031,6887.8 -55031,6887.8 -55031,6887.7 -55031,6887.7 -55031,6887.6 -55031,6887.6 -55031,6887.5 -55031,6887.5 -55031,6887.4 -55031,6887.4 -55031,6887.3 -55031,6887.3 -55031,6887.2 -55031,6887.2 -55031,6887.1 -55031,6887.1 -55031,6887 -55031,6887 -55031,6886.9 -55031,6886.9 -55031,6886.8 -55031,6886.8 -55031,6886.7 -55031,6886.7 -55031,6886.6 -55031,6886.6 -55031,6886.5 -55031,6886.5 -55031,6886.4 -55031,6886.4 -55031,6886.3 -55031,6886.3 -55031,6886.3 -55031,6886.2 -55031,6886.2 -55031,6886.1 -55031,6886.1 -55031,6886 -55031,6886 -55031,6885.9 -55031,6885.9 -55031,6885.8 -55031,6885.8 -55031,6885.7 -55031,6885.7 -55031,6885.6 -55031,6885.6 -55031,6885.5 -55031,6885.5 -55031,6885.4 -55031,6885.4 -55031,6885.3 -55031,6885.3 -55031,6885.3 -55031,6885.2 -55031,6885.2 -55031,6885.1 -55031,6885.1 -55031,6885 -55031,6885 -55031,6884.9 -55031,6884.9 -55031,6884.8 -55031,6884.8 -55031,6884.7 -55031,6884.7 -55031,6884.6 -55031,6884.6 -55031,6884.5 -55031,6884.5 -55031,6884.4 -55031,6884.4 -55031,6884.4 -55031,6884.3 -55031,6884.3 -55031,6884.2 -55031,6884.2 -55031,6884.1 -55031,6884.1 -55031,6884 -55031,6884 -55031,6884 -55031,6883.9 -55031,6883.9 -55031,6883.8 -55031,6883.8 -55030,6882.3 -55030,6882.3 -55030,6882.2 -55030,6882.2 -55030,6882.1 -55030,6882.1 -55030,6882 -55030,6882 -55030,6881.9 -55030,6881.9 -55030,6881.8 -55030,6881.8 -55030,6881.7 -55030,6881.7 -55030,6881.6 -55030,6881.6 -55030,6881.5 -55030,6881.5 -55030,6881.4 -55030,6881.4 -55030,6881.3 -55030,6881.3 -55030,6881.2 -55030,6881.2 -55030,6881.1 -55030,6881.1 -55030,6881 -55030,6881 -55030,6880.9 -55030,6880.9 -55030,6880.8 -55030,6880.8 -55030,6880.7 -55030,6880.7 -55030,6880.6 -55030,6880.6 -55030,6880.5 -55030,6880.5 -55030,6880.4 -55030,6880.4 -55030,6880.3 -55030,6880.3 -55030,6880.2 -55030,6880.2 -55030,6880.1 -55030,6880.1 -55030,6880 -55030,6880 -55030,6880 -55030,6879.9 -55030,6879.9 -55030,6879.8 -55030,6879.8 -55030,6879.7 -55030,6879.7 -55030,6879.6 -55030,6879.6 -55030,6879.5 -55030,6879.5 -55030,6879.4 -55030,6879.4 -55030,6879.3 -55030,6879.3 -55030,6879.2 -55030,6879.2 -55030,6879.1 -55030,6879.1 -55030,6879 -55030,6879 -55030,6878.9 -55030,6878.9 -55030,6878.9 -55030,6878.8 -55030,6878.8 -55030,6878.7 -55030,6878.7 -55030,6878.6 -55030,6878.6 -55030,6878.5 -55030,6878.5 -55030,6878.4 -55030,6878.4 -55030,6878.3 -55030,6878.3 -55030,6878.2 -55030,6878.2 -55030,6878.1 -55030,6878.1 -55030,6878 -55030,6878 -55030,6878 -55030,6877.9 -55030,6877.9 -55030,6877.8 -55030,6877.8 -55030,6877.7 -55030,6877.7 -55030,6877.6 -55030,6877.6 -55030,6877.5 -55029,6876.1 -55029,6876 -55029,6876 -55029,6875.9 -55029,6875.9 -55029,6875.8 -55029,6875.8 -55029,6875.7 -55029,6875.7 -55029,6875.6 -55029,6875.6 -55029,6875.5 -55029,6875.5 -55029,6875.4 -55029,6875.4 -55029,6875.3 -55029,6875.3 -55029,6875.2 -55029,6875.2 -55029,6875.1 -55029,6875.1 -55029,6875 -55029,6875 -55029,6874.9 -55029,6874.9 -55029,6874.8 -55029,6874.8 -55029,6874.7 -55029,6874.7 -55029,6874.6 -55029,6874.6 -55029,6874.5 -55029,6874.5 -55029,6874.4 -55029,6874.4 -55029,6874.3 -55029,6874.3 -55029,6874.3 -55029,6874.2 -55029,6874.2 -55029,6874.1 -55029,6874.1 -55029,6874 -55029,6874 -55029,6873.9 -55029,6873.9 -55029,6873.8 -55029,6873.8 -55029,6873.7 -55029,6873.7 -55029,6873.6 -55029,6873.6 -55029,6873.6 -55029,6873.5 -55029,6873.5 -55029,6873.4 -55029,6873.4 -55029,6873.3 -55029,6873.3 -55029,6873.2 -55029,6873.2 -55029,6873.1 -55029,6873.1 -55029,6873 -55029,6873 -55029,6873 -55029,6872.9 -55029,6872.9 -55029,6872.8 -55029,6872.8 -55029,6872.7 -55029,6872.7 -55029,6872.6 -55028,6872.6 -55028,6872.6 -55028,6872.5 -55028,6872.5 -55028,6872.4 -55028,6872.4 -55028,6872.3 -55028,6872.3 -55028,6872.2 -55028,6872.2 -55028,6872.2 -55028,6872.1 -55028,6872.1 -55028,6872 -55028,6872 -55028,6871.9 -55028,6871.9 -55028,6871.9 -55028,6871.8 -55028,6871.8 -55028,6871.7 -55028,6871.7 -55028,6871.6 -55028,6871.6 -55028,6871.6 -55028,6871.5 -55028,6871.5 -55028,6871.4 -55028,6871.4 -55028,6871.3 -55028,6871.3 -55028,6869.7 -55028,6869.7 -55028,6869.6 -55028,6869.6 -55028,6869.5 -55028,6869.5 -55028,6869.4 -55028,6869.4 -55028,6869.3 -55028,6869.3 -55028,6869.3 -55028,6869.2 -55028,6869.2 -55028,6869.1 -55028,6869.1 -55028,6869 -55028,6869 -55028,6868.9 -55028,6868.9 -55028,6868.8 -55028,6868.8 -55028,6868.7 -55027,6868.7 -55027,6868.6 -55027,6868.6 -55027,6868.5 -55027,6868.5 -55027,6868.5 -55027,6868.4 -55027,6868.4 -55027,6868.3 -55027,6868.3 -55027,6868.2 -55027,6868.2 -55027,6868.1 -55027,6868.1 -55027,6868 -55027,6868 -55027,6867.9 -55027,6867.9 -55027,6867.9 -55027,6867.8 -55027,6867.8 -55027,6867.7 -55027,6867.7 -55027,6867.6 -55027,6867.6 -55027,6867.5 -55027,6867.5 -55027,6867.4 -55027,6867.4 -55027,6867.4 -55027,6867.3 -55027,6867.3 -55027,6867.2 -55027,6867.2 -55027,6867.1 -55027,6867.1 -55027,6867 -55027,6867 -55027,6866.9 -55027,6866.9 -55027,6866.9 -55027,6866.8 -55027,6866.8 -55027,6866.7 -55027,6866.7 -55027,6866.6 -55027,6866.6 -55027,6866.5 -55027,6866.5 -55027,6866.4 -55027,6866.4 -55027,6866.4 -55027,6866.3 -55027,6866.3 -55027,6866.2 -55027,6866.2 -55027,6866.1 -55027,6866.1 -55027,6866 -55027,6866 -55027,6866 -55027,6865.9 -55027,6865.9 -55027,6865.8 -55027,6865.8 -55027,6865.7 -55027,6865.7 -55027,6865.7 -55027,6865.6 -55027,6865.6 -55027,6862.9 -55027,6862.8 -55027,6862.8 -55027,6862.7 -55027,6862.7 -55027,6862.6 -55027,6862.6 -55027,6862.5 -55027,6862.5 -55027,6862.4 -55027,6862.4 -55026,6862.3 -55026,6862.3 -55026,6862.2 -55026,6862.2 -55026,6862.1 -55026,6862.1 -55026,6862 -55026,6862 -55026,6861.9 -55026,6861.9 -55026,6861.8 -55026,6861.8 -55026,6861.7 -55026,6861.7 -55026,6861.6 -55026,6861.6 -55026,6861.5 -55026,6861.5 -55026,6861.4 -55026,6861.4 -55026,6861.3 -55026,6861.3 -55026,6861.2 -55026,6861.2 -55026,6861.1 -55026,6861.1 -55026,6861 -55026,6861 -55026,6860.9 -55026,6860.9 -55026,6860.8 -55026,6860.8 -55026,6860.7 -55026,6860.7 -55026,6860.6 -55026,6860.6 -55026,6860.5 -55026,6860.5 -55026,6860.4 -55026,6860.4 -55026,6860.3 -55026,6860.3 -55026,6860.2 -55026,6860.2 -55026,6860.1 -55026,6860.1 -55026,6860 -55026,6860 -55026,6859.9 -55026,6859.9 -55026,6859.9 -55026,6859.8 -55026,6859.8 -55026,6859.7 -55026,6859.7 -55026,6859.6 -55026,6859.6 -55026,6859.5 -55026,6859.5 -55026,6859.4 -55026,6859.4 -55026,6859.3 -55026,6859.3 -55026,6859.2 -55026,6859.2 -55026,6859.1 -55026,6859.1 -55026,6859 -55026,6859 -55026,6858.9 -55026,6858.9 -55026,6858.9 -55026,6858.8 -55025,6858.8 -55025,6858.7 -55025,6858.7 -55025,6858.6 -55025,6858.6 -55025,6858.5 -55025,6858.5 -55025,6858.4 -55025,6858.4 -55025,6858.3 -55025,6858.3 -55025,6858.2 -55025,6858.2 -55025,6858.1 -55025,6858.1 -55025,6858 -55025,6858 -55025,6857.9 -55026,6854.8 -55026,6854.8 -55026,6854.7 -55026,6854.6 -55026,6854.6 -55026,6854.5 -55026,6854.5 -55026,6854.4 -55026,6854.4 -55026,6854.3 -55026,6854.2 -55026,6854.2 -55026,6854.1 -55026,6854.1 -55026,6854 -55026,6854 -55026,6853.9 -55026,6853.8 -55026,6853.8 -55026,6853.7 -55026,6853.7 -55026,6853.6 -55026,6853.6 -55026,6853.5 -55026,6853.5 -55026,6853.4 -55026,6853.3 -55026,6853.3 -55026,6853.2 -55026,6853.2 -55026,6853.1 -55026,6853.1 -55026,6853 -55026,6852.9 -55026,6852.9 -55026,6852.8 -55026,6852.8 -55026,6852.7 -55026,6852.7 -55026,6852.6 -55026,6852.6 -55026,6852.5 -55026,6852.4 -55025,6852.4 -55025,6852.3 -55025,6852.3 -55025,6852.2 -55025,6852.2 -55025,6852.1 -55025,6852.1 -55025,6852 -55025,6851.9 -55025,6851.9 -55025,6851.8 -55025,6851.8 -55025,6851.7 -55025,6851.7 -55025,6851.6 -55025,6851.6 -55025,6851.5 -55025,6851.5 -55025,6851.4 -55025,6851.3 -55025,6851.3 -55025,6851.2 -55025,6851.2 -55025,6851.1 -55025,6851.1 -55025,6851 -55025,6851 -55025,6850.9 -55025,6850.9 -55025,6850.8 -55025,6850.7 -55025,6850.7 -55025,6850.6 -55025,6850.6 -55025,6850.5 -55025,6850.5 -55025,6850.4 -55025,6850.4 -55025,6850.3 -55025,6850.3 -55025,6850.2 -55025,6850.2 -55025,6850.1 -55025,6850.1 -55025,6850 -55025,6850 -55025,6849.9 -55025,6849.9 -55025,6849.8 -55025,6849.7 -55025,6849.7 -55025,6849.6 -55025,6849.6 -55025,6849.5 -55025,6849.5 -55025,6846.7 -55025,6846.6 -55025,6846.6 -55025,6846.5 -55025,6846.5 -55025,6846.4 -55025,6846.3 -55025,6846.3 -55025,6846.2 -55025,6846.1 -55025,6846.1 -55025,6846 -55025,6846 -55025,6845.9 -55025,6845.8 -55025,6845.8 -55025,6845.7 -55025,6845.7 -55025,6845.6 -55025,6845.5 -55025,6845.5 -55025,6845.4 -55025,6845.4 -55025,6845.3 -55025,6845.2 -55025,6845.2 -55025,6845.1 -55025,6845.1 -55025,6845 -55025,6845 -55025,6844.9 -55025,6844.8 -55025,6844.8 -55025,6844.7 -55025,6844.7 -55025,6844.6 -55025,6844.5 -55025,6844.5 -55025,6844.4 -55025,6844.4 -55025,6844.3 -55025,6844.3 -55025,6844.2 -55025,6844.1 -55025,6844.1 -55025,6844 -55025,6844 -55025,6843.9 -55025,6843.9 -55025,6843.8 -55025,6843.7 -55025,6843.7 -55025,6843.6 -55025,6843.6 -55025,6843.5 -55025,6843.4 -55025,6843.4 -55025,6843.3 -55025,6843.3 -55025,6843.2 -55025,6843.2 -55025,6843.1 -55025,6843.1 -55025,6843 -55025,6842.9 -55025,6842.9 -55025,6842.8 -55025,6842.8 -55025,6842.7 -55025,6842.7 -55025,6842.6 -55025,6842.5 -55025,6842.5 -55025,6842.4 -55025,6842.4 -55025,6842.3 -55025,6842.3 -55025,6842.2 -55025,6842.1 -55025,6842.1 -55025,6842 -55025,6842 -55025,6841.9 -55025,6841.9 -55025,6841.8 -55025,6841.7 -55025,6841.7 -55025,6841.6 -55025,6841.6 -55025,6841.5 -55025,6841.5 -55025,6841.4 -55025,6841.3 -55025,6841.3 -55025,6841.2 -55025,6841.2 -55025,6841.1 -55025,6841.1 -55025,6841 -55025,6838.4 -55025,6838.3 -55025,6838.3 -55025,6838.2 -55025,6838.1 -55025,6838.1 -55025,6838 -55025,6838 -55025,6837.9 -55025,6837.8 -55025,6837.8 -55025,6837.7 -55025,6837.6 -55025,6837.6 -55025,6837.5 -55025,6837.4 -55025,6837.4 -55025,6837.3 -55025,6837.3 -55025,6837.2 -55025,6837.1 -55025,6837.1 -55025,6837 -55025,6836.9 -55025,6836.9 -55025,6836.8 -55025,6836.7 -55025,6836.7 -55025,6836.6 -55025,6836.6 -55025,6836.5 -55025,6836.4 -55025,6836.4 -55025,6836.3 -55025,6836.2 -55025,6836.2 -55025,6836.1 -55025,6836.1 -55025,6836 -55025,6835.9 -55025,6835.9 -55025,6835.8 -55025,6835.7 -55025,6835.7 -55025,6835.6 -55025,6835.6 -55025,6835.5 -55025,6835.4 -55025,6835.4 -55025,6835.3 -55025,6835.2 -55025,6835.2 -55025,6835.1 -55025,6835.1 -55025,6835 -55025,6834.9 -55025,6834.9 -55025,6834.8 -55025,6834.7 -55025,6834.7 -55025,6834.6 -55025,6834.6 -55025,6834.5 -55025,6834.4 -55025,6834.4 -55025,6834.3 -55025,6834.2 -55025,6834.2 -55025,6834.1 -55025,6834.1 -55025,6834 -55025,6833.9 -55025,6833.9 -55025,6833.8 -55025,6833.8 -55025,6833.7 -55025,6833.6 -55025,6833.6 -55025,6833.5 -55025,6833.5 -55025,6833.4 -55025,6833.3 -55025,6833.3 -55025,6833.2 -55025,6833.1 -55025,6833.1 -55025,6833 -55025,6833 -55025,6832.9 -55025,6832.8 -55025,6832.8 -55025,6832.7 -55025,6832.7 -55025,6832.6 -55025,6832.5 -55025,6832.5 -55025,6832.4 -55025,6832.4 -55025,6832.3 -55025,6832.2 -55025,6831.5 -55025,6831.5 -55025,6831.4 -55025,6831.4 -55025,6831.3 -55025,6831.2 -55025,6831.2 -55025,6831.1 -55025,6831.1 -55025,6831 -55025,6830.9 -55025,6830.9 -55025,6830.8 -55025,6830.7 -55025,6830.7 -55025,6830.6 -55025,6830.6 -55025,6830.5 -55025,6830.4 -55025,6830.4 -55025,6830.3 -55025,6830.2 -55025,6830.2 -55025,6830.1 -55025,6830.1 -55025,6830 -55025,6829.9 -55025,6829.9 -55025,6829.8 -55025,6829.7 -55025,6829.7 -55025,6829.6 -55025,6829.6 -55025,6829.5 -55025,6829.4 -55025,6829.4 -55025,6829.3 -55025,6829.3 -55025,6829.2 -55025,6829.1 -55025,6829.1 -55025,6829 -55025,6828.9 -55025,6828.9 -55025,6828.8 -55025,6828.8 -55025,6828.7 -55025,6828.6 -55025,6828.6 -55025,6828.5 -55025,6828.5 -55025,6828.4 -55025,6828.3 -55025,6828.3 -55025,6828.2 -55025,6828.2 -55025,6828.1 -55025,6828 -55025,6828 -55025,6827.9 -55025,6827.9 -55025,6827.8 -55025,6827.8 -55025,6827.7 -55025,6827.6 -55025,6827.6 -55025,6827.5 -55025,6827.5 -55025,6827.4 -55025,6827.3 -55025,6827.3 -55025,6827.2 -55025,6827.2 -55025,6827.1 -55025,6827 -55025,6827 -55025,6826.9 -55025,6826.9 -55025,6826.8 -55025,6826.8 -55025,6826.7 -55025,6826.6 -55025,6826.6 -55025,6826.5 -55025,6826.5 -55025,6826.4 -55025,6826.3 -55025,6826.3 -55025,6826.2 -55025,6826.2 -55025,6826.1 -55025,6826 -55025,6826 -55025,6825.9 -55025,6825.9 -55025,6825.8 -55025,6825.8 -55025,6825.7 -55025,6825.6 -55025,6825.6 -55024,6825.9 -55024,6825.8 -55024,6825.8 -55024,6825.7 -55024,6825.6 -55024,6825.6 -55024,6825.5 -55024,6825.5 -55024,6825.4 -55024,6825.4 -55024,6825.3 -55024,6825.3 -55024,6825.2 -55024,6825.1 -55024,6825.1 -55024,6825 -55024,6825 -55024,6824.9 -55024,6824.9 -55024,6824.8 -55024,6824.8 -55024,6824.7 -55024,6824.7 -55024,6824.6 -55024,6824.5 -55024,6824.5 -55024,6824.4 -55024,6824.4 -55024,6824.3 -55024,6824.3 -55024,6824.2 -55024,6824.2 -55024,6824.1 -55024,6824.1 -55024,6824 -55024,6824 -55024,6823.9 -55024,6823.9 -55024,6823.8 -55024,6823.7 -55024,6823.7 -55024,6823.6 -55024,6823.6 -55024,6823.5 -55024,6823.5 -55024,6823.4 -55024,6823.4 -55024,6823.3 -55024,6823.3 -55024,6823.2 -55024,6823.2 -55024,6823.1 -55024,6823.1 -55024,6823 -55024,6823 -55024,6822.9 -55024,6822.9 -55024,6822.8 -55024,6822.8 -55024,6822.7 -55024,6822.7 -55024,6822.6 -55024,6822.6 -55024,6822.5 -55024,6822.4 -55024,6822.4 -55024,6822.3 -55024,6822.3 -55024,6822.2 -55024,6822.2 -55024,6822.1 -55024,6822.1 -55024,6822 -55024,6822 -55024,6821.9 -55024,6821.9 -55024,6821.8 -55024,6821.8 -55024,6821.7 -55024,6821.7 -55024,6821.6 -55024,6821.6 -55024,6821.5 -55024,6821.5 -55024,6821.4 -55024,6821.4 -55024,6821.3 -55025,6821.3 -55025,6821.3 -55025,6821.2 -55025,6821.2 -55025,6821.1 -55025,6821.1 -55025,6821 -55025,6821 -55025,6820.9 -55025,6820.9 -55024,6819.5 -55024,6819.5 -55024,6819.4 -55024,6819.3 -55024,6819.3 -55024,6819.2 -55024,6819.2 -55024,6819.1 -55024,6819.1 -55024,6819 -55024,6819 -55024,6818.9 -55024,6818.9 -55024,6818.8 -55024,6818.8 -55024,6818.7 -55024,6818.7 -55024,6818.6 -55024,6818.6 -55024,6818.5 -55024,6818.5 -55024,6818.4 -55024,6818.4 -55024,6818.3 -55024,6818.3 -55024,6818.2 -55024,6818.1 -55024,6818.1 -55024,6818 -55024,6818 -55024,6817.9 -55024,6817.9 -55024,6817.8 -55024,6817.8 -55024,6817.7 -55024,6817.7 -55024,6817.6 -55024,6817.6 -55024,6817.5 -55024,6817.5 -55024,6817.4 -55024,6817.4 -55024,6817.3 -55024,6817.3 -55024,6817.2 -55024,6817.2 -55024,6817.1 -55024,6817.1 -55024,6817 -55024,6817 -55024,6816.9 -55024,6816.9 -55024,6816.8 -55024,6816.8 -55024,6816.7 -55024,6816.7 -55024,6816.6 -55024,6816.6 -55024,6816.5 -55024,6816.5 -55024,6816.4 -55024,6816.4 -55024,6816.4 -55024,6816.3 -55024,6816.3 -55024,6816.2 -55024,6816.2 -55024,6816.1 -55024,6816.1 -55024,6816 -55024,6816 -55024,6815.9 -55024,6815.9 -55024,6815.8 -55024,6815.8 -55024,6815.7 -55024,6815.7 -55024,6815.6 -55024,6815.6 -55024,6815.5 -55024,6815.5 -55024,6815.5 -55024,6815.4 -55024,6815.4 -55024,6815.3 -55024,6815.3 -55024,6815.2 -55024,6815.2 -55024,6815.1 -55024,6815.1 -55024,6815 -55024,6815 -55024,6814.9 -55024,6814.9 -55024,6814.8 -55024,6814.8 -55024,6814.8 -55024,6814.7 -55024,6814.7 -55024,6814.6 -55023,6812.5 -55023,6812.5 -55023,6812.4 -55023,6812.3 -55023,6812.3 -55023,6812.2 -55023,6812.2 -55023,6812.1 -55023,6812.1 -55023,6812 -55023,6812 -55023,6811.9 -55023,6811.9 -55023,6811.8 -55023,6811.8 -55023,6811.7 -55023,6811.7 -55023,6811.6 -55023,6811.6 -55023,6811.5 -55023,6811.5 -55023,6811.4 -55023,6811.4 -55024,6811.3 -55024,6811.3 -55024,6811.2 -55024,6811.2 -55024,6811.1 -55024,6811.1 -55024,6811 -55024,6811 -55024,6810.9 -55024,6810.9 -55024,6810.8 -55024,6810.8 -55024,6810.7 -55024,6810.7 -55024,6810.6 -55024,6810.6 -55024,6810.5 -55024,6810.5 -55024,6810.4 -55024,6810.4 -55024,6810.3 -55024,6810.3 -55024,6810.2 -55024,6810.2 -55024,6810.1 -55024,6810.1 -55024,6810 -55024,6810 -55024,6809.9 -55024,6809.8 -55024,6809.8 -55024,6809.7 -55024,6809.7 -55024,6809.6 -55024,6809.6 -55024,6809.5 -55024,6809.5 -55024,6809.5 -55024,6809.4 -55024,6809.4 -55024,6809.3 -55024,6809.3 -55024,6809.2 -55024,6809.2 -55024,6809.1 -55024,6809.1 -55024,6809 -55024,6809 -55024,6808.9 -55024,6808.9 -55024,6808.8 -55024,6808.8 -55024,6808.7 -55024,6808.7 -55024,6808.6 -55024,6808.6 -55024,6808.5 -55024,6808.5 -55024,6808.4 -55024,6808.4 -55024,6808.3 -55024,6808.3 -55024,6808.2 -55024,6808.2 -55024,6808.1 -55024,6808.1 -55024,6808.1 -55024,6808 -55024,6808 -55024,6807.9 -55024,6807.9 -55024,6807.8 -55024,6807.8 -55024,6807.7 -55024,6807.7 -55024,6807.6 -55024,6807.6 -55023,6803.9 -55023,6803.9 -55023,6803.8 -55023,6803.8 -55023,6803.7 -55023,6803.6 -55023,6803.6 -55023,6803.5 -55023,6803.5 -55023,6803.4 -55023,6803.4 -55023,6803.3 -55023,6803.2 -55023,6803.2 -55023,6803.1 -55023,6803.1 -55023,6803 -55023,6803 -55023,6802.9 -55023,6802.8 -55023,6802.8 -55024,6802.7 -55024,6802.7 -55024,6802.6 -55024,6802.6 -55024,6802.5 -55024,6802.4 -55024,6802.4 -55024,6802.3 -55024,6802.3 -55024,6802.2 -55024,6802.2 -55024,6802.1 -55024,6802.1 -55024,6802 -55024,6801.9 -55024,6801.9 -55024,6801.8 -55024,6801.8 -55024,6801.7 -55024,6801.7 -55024,6801.6 -55024,6801.6 -55024,6801.5 -55024,6801.4 -55024,6801.4 -55024,6801.3 -55024,6801.3 -55024,6801.2 -55024,6801.2 -55024,6801.1 -55024,6801.1 -55024,6801 -55024,6801 -55024,6800.9 -55024,6800.9 -55024,6800.8 -55024,6800.7 -55024,6800.7 -55024,6800.6 -55024,6800.6 -55024,6800.5 -55024,6800.5 -55024,6800.4 -55024,6800.4 -55024,6800.3 -55024,6800.3 -55024,6800.2 -55024,6800.2 -55024,6800.1 -55024,6800 -55024,6800 -55024,6799.9 -55024,6799.9 -55024,6799.8 -55024,6799.8 -55024,6799.7 -55024,6799.7 -55024,6799.6 -55024,6799.6 -55024,6799.5 -55024,6799.5 -55024,6799.4 -55024,6799.4 -55024,6799.3 -55024,6799.2 -55024,6799.2 -55024,6799.1 -55024,6799.1 -55024,6799 -55024,6799 -55024,6798.9 -55024,6798.9 -55024,6798.8 -55024,6798.8 -55024,6798.7 -55024,6798.7 -55024,6798.6 -55024,6798.6 -55024,6798.5 -55024,6798.5 -55023,6795.4 -55023,6795.3 -55023,6795.3 -55023,6795.2 -55023,6795.2 -55023,6795.1 -55023,6795 -55023,6795 -55023,6794.9 -55023,6794.8 -55023,6794.8 -55023,6794.7 -55023,6794.7 -55023,6794.6 -55023,6794.5 -55023,6794.5 -55023,6794.4 -55023,6794.4 -55023,6794.3 -55023,6794.2 -55023,6794.2 -55023,6794.1 -55023,6794.1 -55023,6794 -55023,6793.9 -55023,6793.9 -55023,6793.8 -55023,6793.7 -55023,6793.7 -55023,6793.6 -55023,6793.6 -55023,6793.5 -55023,6793.4 -55023,6793.4 -55023,6793.3 -55023,6793.3 -55023,6793.2 -55023,6793.1 -55023,6793.1 -55023,6793 -55023,6793 -55023,6792.9 diff --git a/original_submission/data/exp_cartrace.csv b/original_submission/data/exp_cartrace.csv deleted file mode 100644 index ef12f0870c7da83b0075d3141f6539d8fb313477..0000000000000000000000000000000000000000 --- a/original_submission/data/exp_cartrace.csv +++ /dev/null @@ -1,299 +0,0 @@ -0,0 -0.056891,-0.2228 -1.1642e-10,-0.44561 -1.1642e-10,-0.55701 -1.1642e-10,-0.77982 -1.1642e-10,-0.77982 -1.1642e-10,-0.77982 -1.1642e-10,-0.66841 -0.056891,-0.55701 -0.11378,-0.44561 -0.17067,-0.44561 -0.28445,-0.55701 -0.39823,-0.55701 -0.51202,-0.44561 -0.56891,-0.44561 -0.56891,-0.33421 -0.51202,-0.2228 -0.45513,-0.1114 -0.39823,-0.1114 -0.39823,2.0955e-08 -0.28445,0.1114 -2.3283e-10,4.6566e-10 --0.22756,0.2228 --1.5929,1.671 --4.2099,3.8991 --7.8509,7.3526 --11.833,12.031 --15.474,17.602 --19.684,24.063 --24.747,31.638 --30.266,39.659 --36.068,48.46 --41.643,56.927 --48.015,66.285 --54.329,75.642 --60.928,85.112 --68.381,95.027 --75.89,104.72 --83.399,114.52 --91.249,124.33 --100.35,133.46 --110.14,142.6 --121,151.06 --131.58,159.42 --142.85,166.99 --153.88,174.24 --164.29,182.03 --175.27,189.39 --186.25,196.41 --196.6,203.09 --206.27,209.33 --214.58,215.12 --221.18,220.81 --225.5,227.27 --228.12,233.84 --230.68,240.19 --234.43,245.65 --239.44,248.99 --244.56,248.88 --248.48,246.99 --251.33,243.64 --255.25,241.64 --261.11,241.64 --268.05,243.98 --276.3,247.99 --285.63,254.01 --295.01,259.58 --305.94,265.93 --317.03,273.06 --328.06,279.52 --338.76,284.65 --349.05,291.44 --358.84,297.79 --368.62,304.7 --377.66,312.5 --385.86,321.19 --393.7,329.99 --401.21,339.02 --408.49,348.26 --415.32,357.62 --421.63,367.32 --427.55,377.57 --432.89,388.26 --437.21,399.4 --440.06,410.65 --441.65,422.13 --441.65,434.16 --439.6,445.86 --436.69,458.22 --433.17,471.14 --429.58,484.07 --426.17,496.65 --422.81,508.02 --419.74,519.38 --417.06,528.96 --416.55,538.99 --417.63,549.68 --419.56,559.71 --421.89,569.73 --424.45,579.87 --427.35,590.23 --429.97,600.37 --432.52,609.73 --434.51,618.08 --435.65,624.88 --436.05,630 --435.25,634.79 --431.16,640.03 --424.67,643.48 --416.71,646.38 --409.03,647.49 --401.52,648.83 --394.24,650.27 --388.1,652.61 --381.9,653.84 --375.13,654.95 --368.36,655.84 --362.78,656.51 --357.84,658.07 --350.9,659.29 --342.7,660.96 --332.24,663.3 --322.11,665.3 --312.73,666.86 --303.63,668.65 --296.06,671.54 --289.63,672.88 --284.86,674.66 --281.78,677.22 --279.91,680.23 --279.57,682.23 --279.45,683.79 --280.08,684.46 --280.08,684.69 --280.19,684.8 --280.65,686.13 --282.52,687.8 --284.91,688.25 --286.62,687.8 --287.07,687.58 --287.02,687.81 --286.22,688.14 --284.68,688.58 --283.26,689.14 --282.64,689.48 --282.69,689.14 --284,687.14 --287.13,681.01 --290.66,676.66 --295.89,672.88 --302.89,670.2 --310.23,668.31 --318.87,666.31 --327.92,664.53 --337.19,663.19 --346.12,661.52 --352.6,660.18 --358.23,659.74 --362.16,658.85 --365.97,657.96 --371.54,656.29 --378.08,654.28 --386.05,652.61 --395.83,651.72 --405.67,650.27 --414.66,649.05 --421.6,647.27 --426.95,646.04 --430.81,644.93 --433.43,644.48 --434.57,643.48 --434.8,643.15 --435.31,643.26 --437.13,642.81 --439.97,640.03 --441.28,634.9 --440.6,628.89 --438.78,621.98 --436.9,614.52 --435.03,605.83 --432.81,596.36 --430.08,586.22 --427.41,576.19 --424.91,566.61 --422.69,557.26 --420.81,547.45 --419.68,537.43 --419.79,526.73 --420.99,514.7 --423.83,503 --427.13,491.64 --431,480.28 --434.93,468.8 --437.95,456.88 --440.96,444.96 --442.16,434.16 --442.5,422.8 --441.48,410.76 --438.86,398.62 --434.54,387.26 --429.42,376.23 --423.28,365.64 --416.85,355.95 --409.74,346.37 --401.9,336.57 --393.76,326.65 --385.46,316.96 --376.64,307.93 --367.26,299.47 --357.19,292 --346.72,285.2 --336.37,278.74 --325.73,272.28 --314.98,265.82 --303.89,259.58 --293.65,253.67 --284.09,247.88 --273.85,242.98 --264.24,237.96 --254.68,233.51 --246.66,229.61 --239.72,226.6 --233.86,225.6 --229.6,226.82 --227.15,230.61 --227.09,234.73 --228.46,239.63 --230.73,244.09 --233.92,247.77 --237.39,249.66 --240.86,250.11 --244.16,248.66 --246.95,245.87 --249.51,242.75 --250.59,237.96 --248.71,232.28 --243.14,227.16 --235.17,223.03 --226.41,218.47 --217.59,213.34 --208.78,208.1 --199.33,201.98 --189.04,195.29 --178.12,188.05 --166.97,180.81 --155.93,173.23 --144.95,165.66 --134.14,157.97 --123.62,150.17 --113.32,142.48 --103.37,134.02 --94.378,124.99 --86.13,115.41 --78.507,105.61 --71.794,95.472 --65.081,85.78 --58.596,76.422 --52.225,66.73 --45.398,57.929 --38.742,49.686 --32.882,42.11 --27.933,35.315 --23.496,29.076 --20.253,23.506 --17.181,19.05 --13.938,14.371 --10.468,9.3578 --6.7131,3.5649 --3.2428,-2.0052 --0.11378,-7.3525 -2.3325,-12.031 -3.4135,-15.039 -3.5272,-17.267 -3.0152,-19.384 -1.3654,-22.28 --1.9912,-25.065 --6.77,-28.073 --11.72,-31.861 --16.157,-36.874 --19.627,-42.221 --22.813,-46.677 --26.398,-51.134 --30.266,-54.81 --33.85,-58.152 --36.354,-62.385 --38.402,-66.841 --38.288,-71.743 --36.923,-76.422 --34.875,-80.655 --32.428,-84.554 --29.868,-88.787 --27.991,-93.132 --26.967,-96.474 --26.455,-98.145 --26.398,-98.368 --26.398,-98.368 --26.284,-98.145 --26.113,-98.034 --26.057,-97.923 diff --git a/original_submission/data/exp_cartraceCtl.csv b/original_submission/data/exp_cartraceCtl.csv deleted file mode 100644 index 4ae776958b1d01bd7c51e45227a2696decd8c2bc..0000000000000000000000000000000000000000 --- a/original_submission/data/exp_cartraceCtl.csv +++ /dev/null @@ -1,3001 +0,0 @@ -500,1,7.0827,1,6.0591 -501,1,7.114,1,6.081 -502,1,7.1453,1,6.1028 -503,1,7.1766,1,6.1247 -504,1,7.208,1,6.1466 -505,1,7.2394,1,6.1685 -506,1,7.2709,1,6.1905 -507,1,7.3023,1,6.2125 -508,1,7.3339,1,6.2345 -509,1,7.3654,1,6.2566 -510,1,7.397,1,6.2787 -511,1,7.4287,1,6.3008 -512,1,7.4603,1,6.3229 -513,1,4.2697,1,4.0199 -514,1,4.2878,1,4.034 -515,1,4.3059,1,4.0481 -516,1,4.3242,1,4.0623 -517,1,4.3424,1,4.0765 -518,1,4.3607,1,4.0907 -519,1,4.3791,1,4.105 -520,1,4.3975,1,4.1193 -521,1,4.416,1,4.1337 -522,1,4.4345,1,4.1481 -523,1,4.4531,1,4.1625 -524,1,4.4717,1,4.1769 -525,1,4.4904,1,4.1915 -526,1,4.5091,1,4.206 -527,1,4.5278,1,4.2206 -528,1,4.5467,1,4.2352 -529,1,4.5655,1,4.2499 -530,1,4.5844,1,4.2646 -531,1,4.6034,1,4.2793 -532,1,4.6224,1,4.2941 -533,1,4.6414,1,4.3089 -534,1,4.6605,1,4.3237 -535,1,4.6797,1,4.3386 -536,1,4.6989,1,4.3535 -537,1,4.7181,1,4.3685 -538,1,4.7374,1,4.3835 -539,1,4.7567,1,4.3985 -540,1,4.776,1,4.4136 -541,1,4.7955,1,4.4287 -542,1,4.8149,1,4.4438 -543,1,4.8344,1,4.459 -544,1,4.8539,1,4.4742 -545,1,4.8735,1,4.4895 -546,1,4.8931,1,4.5047 -547,1,4.9128,1,4.5201 -548,1,4.9325,1,4.5354 -549,1,4.9523,1,4.5508 -550,1,4.9721,1,4.5663 -551,1,4.9919,1,4.5817 -552,1,5.0118,1,4.5972 -553,1,5.0317,1,4.6128 -554,1,5.0516,1,4.6283 -555,1,5.0716,1,4.644 -556,1,5.0917,1,4.6596 -557,1,5.1117,1,4.6753 -558,1,5.1318,1,4.691 -559,1,5.152,1,4.7067 -560,1,5.1722,1,4.7225 -561,1,5.1924,1,4.7384 -562,1,5.2127,1,4.7542 -563,1,5.233,1,4.7701 -564,1,5.2533,1,4.786 -565,1,5.2737,1,4.802 -566,1,5.2941,1,4.818 -567,1,5.3146,1,4.834 -568,1,5.3351,1,4.8501 -569,1,5.3556,1,4.8662 -570,1,5.3762,1,4.8823 -571,1,5.3968,1,4.8985 -572,1,5.4174,1,4.9147 -573,1,5.4381,1,4.931 -574,1,5.4588,1,4.9472 -575,1,5.4796,1,4.9635 -576,1,5.5004,1,4.9799 -577,1,5.5212,1,4.9963 -578,1,5.542,1,5.0127 -579,1,5.5629,1,5.0291 -580,1,5.5839,1,5.0456 -581,1,5.6048,1,5.0621 -582,1,5.6258,1,5.0787 -583,1,5.6469,1,5.0953 -584,1,5.6679,1,5.1119 -585,1,5.689,1,5.1285 -586,1,5.7102,1,5.1452 -587,1,5.7313,1,5.162 -588,1,5.7525,1,5.1787 -589,1,5.7738,1,5.1955 -590,1,5.795,1,5.2123 -591,1,5.8164,1,5.2292 -592,1,5.8377,1,5.2461 -593,1,5.8591,1,5.263 -594,1,5.8805,1,5.28 -595,1,5.9019,1,5.2969 -596,1,5.9234,1,5.314 -597,1,5.9449,1,5.331 -598,1,5.9664,1,5.3481 -599,1,5.988,1,5.3653 -600,1,6.0096,1,5.3824 -601,1,6.0312,1,5.3996 -602,1,6.0529,1,5.4168 -603,1,6.0746,1,5.4341 -604,1,6.0963,1,5.4514 -605,1,6.1181,1,5.4687 -606,1,6.1399,1,5.4861 -607,1,6.1617,1,5.5035 -608,1,6.1836,1,5.5209 -609,1,6.2055,1,5.5384 -610,1,6.2274,1,5.5559 -611,1,6.2494,1,5.5734 -612,1,6.2714,1,5.591 -613,0,4.0066,1,3.8106 -614,0,4.0206,1,3.8226 -615,0,4.0347,1,3.8346 -616,0,4.0488,1,3.8466 -617,0,4.063,1,3.8587 -618,0,4.0772,1,3.8708 -619,0,4.0915,1,3.883 -620,1,4.1057,1,3.8952 -621,1,4.1201,1,3.9075 -622,1,4.1344,1,3.9198 -623,1,4.1488,1,3.9321 -624,1,4.1633,1,3.9444 -625,1,4.1778,1,3.9568 -626,1,4.1923,1,3.9693 -627,1,4.2068,1,3.9818 -628,1,4.2214,1,3.9943 -629,1,4.2361,1,4.0068 -630,1,4.2508,1,4.0194 -631,1,4.2655,1,4.0321 -632,1,4.2802,1,4.0448 -633,1,4.295,1,4.0575 -634,1,4.3099,1,4.0702 -635,1,4.3247,1,4.083 -636,1,4.3396,1,4.0958 -637,1,4.3546,1,4.1087 -638,1,4.3696,1,4.1216 -639,1,4.3846,1,4.1346 -640,1,4.3997,1,4.1476 -641,1,4.4148,1,4.1606 -642,1,4.4299,1,4.1737 -643,1,4.4451,1,4.1868 -644,1,4.4603,1,4.1999 -645,1,4.4756,1,4.2131 -646,1,4.4908,1,4.2263 -647,1,4.5062,1,4.2396 -648,1,4.5215,1,4.2529 -649,1,4.5369,1,4.2662 -650,1,4.5524,1,4.2796 -651,1,4.5678,1,4.293 -652,1,4.5834,1,4.3065 -653,1,4.5989,1,4.32 -654,1,4.6145,1,4.3335 -655,1,4.6301,1,4.3471 -656,1,4.6458,1,4.3607 -657,1,4.6615,1,4.3743 -658,1,4.6772,1,4.388 -659,1,4.693,1,4.4017 -660,1,4.7088,1,4.4155 -661,1,4.7246,1,4.4293 -662,1,4.7405,1,4.4431 -663,1,4.7564,1,4.457 -664,1,4.7724,1,4.4709 -665,1,4.7884,1,4.4849 -666,1,4.8044,1,4.4989 -667,1,4.8205,1,4.5129 -668,1,4.8365,1,4.527 -669,1,4.8527,1,4.5411 -670,1,4.8689,1,4.5552 -671,1,4.8851,1,4.5694 -672,1,4.9013,1,4.5837 -673,1,4.9176,1,4.5979 -674,1,4.9339,1,4.6122 -675,1,4.9502,1,4.6266 -676,1,4.9666,1,4.6409 -677,1,4.983,1,4.6554 -678,1,4.9995,1,4.6698 -679,1,5.016,1,4.6843 -680,1,5.0325,1,4.6989 -681,1,5.0491,1,4.7134 -682,1,5.0657,1,4.728 -683,1,5.0823,1,4.7427 -684,1,5.099,1,4.7574 -685,1,5.1157,1,4.7721 -686,1,5.1324,1,4.7869 -687,1,5.1492,1,4.8017 -688,1,5.166,1,4.8165 -689,1,5.1828,1,4.8314 -690,1,5.1997,1,4.8463 -691,1,5.2166,1,4.8613 -692,1,5.2336,1,4.8763 -693,1,5.2506,1,4.8913 -694,1,5.2676,1,4.9064 -695,1,5.2846,1,4.9215 -696,1,5.3017,1,4.9366 -697,1,5.3189,1,4.9518 -698,1,5.336,1,4.967 -699,1,5.3532,1,4.9823 -700,1,5.3704,1,4.9976 -701,1,5.3877,1,5.0129 -702,1,5.405,1,5.0283 -703,1,5.4223,1,5.0437 -704,1,5.4397,1,5.0592 -705,1,5.4571,1,5.0747 -706,1,5.4746,1,5.0902 -707,1,5.492,1,5.1058 -708,1,5.5095,1,5.1214 -709,1,5.5271,1,5.137 -710,1,5.5447,1,5.1527 -711,1,5.5623,1,5.1684 -712,1,5.5799,1,5.1842 -713,0,3.8069,1,3.6716 -714,0,3.8189,1,3.6827 -715,0,3.831,1,3.6939 -716,0,3.8431,1,3.7051 -717,0,3.8553,1,3.7164 -718,0,3.8675,1,3.7277 -719,0,3.8797,1,3.7391 -720,0,3.892,1,3.7505 -721,0,3.9043,1,3.7619 -722,0,3.9167,1,3.7734 -723,0,3.9291,1,3.7849 -724,0,3.9415,1,3.7965 -725,0,3.954,1,3.8081 -726,0,3.9665,1,3.8197 -727,0,3.9791,1,3.8314 -728,0,3.9917,1,3.8432 -729,0,4.0043,1,3.8549 -730,0,4.017,1,3.8668 -731,0,4.0297,1,3.8786 -732,0,4.0425,1,3.8905 -733,0,4.0553,1,3.9025 -734,0,4.0682,1,3.9145 -735,0,4.081,1,3.9265 -736,0,4.094,1,3.9386 -737,1,4.1069,1,3.9507 -738,1,4.1199,1,3.9628 -739,1,4.133,1,3.975 -740,1,4.1461,1,3.9873 -741,1,4.1592,1,3.9996 -742,1,4.1724,1,4.0119 -743,1,4.1856,1,4.0243 -744,1,4.1988,1,4.0367 -745,1,4.2121,1,4.0491 -746,1,4.2254,1,4.0616 -747,1,4.2388,1,4.0742 -748,1,4.2522,1,4.0868 -749,1,4.2656,1,4.0994 -750,1,4.2791,1,4.112 -751,1,4.2926,1,4.1248 -752,1,4.3062,1,4.1375 -753,1,4.3198,1,4.1503 -754,1,4.3335,1,4.1631 -755,1,4.3471,1,4.176 -756,1,4.3609,1,4.1889 -757,1,4.3746,1,4.2019 -758,1,4.3884,1,4.2149 -759,1,4.4023,1,4.2279 -760,1,4.4161,1,4.241 -761,1,4.4301,1,4.2541 -762,1,4.444,1,4.2673 -763,1,4.458,1,4.2805 -764,1,4.4721,1,4.2938 -765,1,4.4862,1,4.3071 -766,1,4.5003,1,4.3204 -767,1,4.5144,1,4.3338 -768,1,4.5286,1,4.3472 -769,1,4.5429,1,4.3607 -770,1,4.5572,1,4.3742 -771,1,4.5715,1,4.3877 -772,1,4.5858,1,4.4013 -773,1,4.6002,1,4.4149 -774,1,4.6147,1,4.4286 -775,1,4.6291,1,4.4423 -776,1,4.6437,1,4.4561 -777,1,4.6582,1,4.4699 -778,1,4.6728,1,4.4837 -779,1,4.6875,1,4.4976 -780,1,4.7021,1,4.5115 -781,1,4.7168,1,4.5255 -782,1,4.7316,1,4.5395 -783,1,4.7464,1,4.5535 -784,1,4.7612,1,4.5676 -785,1,4.7761,1,4.5817 -786,1,4.791,1,4.5959 -787,1,4.806,1,4.6101 -788,1,4.821,1,4.6244 -789,1,4.836,1,4.6387 -790,1,4.8511,1,4.653 -791,1,4.8662,1,4.6674 -792,1,4.8813,1,4.6818 -793,1,4.8965,1,4.6963 -794,1,4.9117,1,4.7108 -795,1,4.927,1,4.7253 -796,1,4.9423,1,4.7399 -797,1,4.9576,1,4.7545 -798,1,4.973,1,4.7692 -799,1,4.9885,1,4.7839 -800,1,5.0039,1,4.7987 -801,1,5.0194,1,4.8135 -802,1,5.035,1,4.8283 -803,1,5.0505,1,4.8432 -804,1,5.0662,1,4.8581 -805,1,5.0818,1,4.873 -806,1,5.0975,1,4.888 -807,1,5.1133,1,4.9031 -808,1,5.129,1,4.9182 -809,1,5.1449,1,4.9333 -810,1,5.1607,1,4.9485 -811,1,5.1766,1,4.9637 -812,1,5.1926,1,4.9789 -813,1,5.2085,1,3.5902 -814,1,5.2245,1,3.6012 -815,1,5.2406,1,3.6121 -816,1,5.2567,1,3.6231 -817,1,5.2728,1,3.6342 -818,1,5.289,1,3.6453 -819,1,5.3052,1,3.6565 -820,1,5.3214,1,3.6676 -821,1,5.3377,1,3.6789 -822,1,5.3541,1,3.6901 -823,1,5.3704,1,3.7015 -824,1,5.3868,1,3.7128 -825,1,5.4033,1,3.7242 -826,1,5.4198,1,3.7357 -827,1,5.4363,1,3.7472 -828,1,5.4529,1,3.7587 -829,1,5.4695,1,3.7703 -830,1,5.4861,1,3.7819 -831,1,5.5028,1,3.7936 -832,1,5.5195,1,3.8053 -833,1,5.5363,1,3.8171 -834,1,5.5531,1,3.8289 -835,1,5.5699,1,3.8407 -836,1,5.5868,1,3.8526 -837,1,5.6037,1,3.8645 -838,1,5.6206,1,3.8765 -839,1,5.6376,1,3.8885 -840,1,5.6547,1,3.9006 -841,1,5.6717,1,3.9127 -842,1,5.6888,1,3.9248 -843,1,5.706,1,3.937 -844,1,5.7232,1,3.9492 -845,1,5.7404,1,3.9615 -846,1,5.7577,1,3.9738 -847,1,5.775,1,3.9862 -848,1,5.7923,1,3.9986 -849,1,5.8097,1,4.011 -850,1,5.8271,1,4.0235 -851,1,5.8446,1,4.036 -852,1,5.8621,1,4.0486 -853,1,5.8797,1,4.0612 -854,1,5.8972,1,4.0739 -855,1,5.9149,1,4.0866 -856,1,5.9325,1,4.0993 -857,1,5.9502,1,4.1121 -858,1,5.968,1,4.1249 -859,1,5.9857,1,4.1378 -860,1,6.0036,1,4.1507 -861,1,6.0214,1,4.1636 -862,1,6.0393,1,4.1766 -863,1,6.0572,1,4.1897 -864,1,6.0752,1,4.2028 -865,1,6.0932,1,4.2159 -866,1,6.1113,1,4.229 -867,1,6.1294,1,4.2423 -868,1,6.1475,1,4.2555 -869,1,6.1657,1,4.2688 -870,1,6.1839,1,4.2821 -871,1,6.2021,1,4.2955 -872,1,6.2204,1,4.3089 -873,1,6.2387,1,4.3224 -874,1,6.2571,1,4.3359 -875,1,6.2755,1,4.3494 -876,1,6.2939,1,4.363 -877,1,6.3124,1,4.3766 -878,1,6.331,1,4.3903 -879,1,6.3495,1,4.404 -880,1,6.3681,1,4.4178 -881,1,6.3868,1,4.4316 -882,1,6.4054,1,4.4454 -883,1,6.4242,1,4.4593 -884,1,6.4429,1,4.4732 -885,1,6.4617,1,4.4872 -886,1,6.4805,1,4.5012 -887,1,6.4994,1,4.5152 -888,1,6.5183,1,4.5293 -889,1,6.5373,1,4.5434 -890,1,6.5563,1,4.5576 -891,1,6.5753,1,4.5718 -892,1,6.5944,1,4.586 -893,1,6.6135,1,4.6003 -894,1,6.6326,1,4.6147 -895,1,6.6518,1,4.629 -896,1,6.6711,1,4.6435 -897,1,6.6903,1,4.6579 -898,1,6.7096,1,4.6724 -899,1,6.729,1,4.687 -900,1,6.7484,1,4.7015 -901,1,6.7678,1,4.7162 -902,1,6.7873,1,4.7308 -903,1,6.8068,1,4.7455 -904,1,6.8263,1,4.7603 -905,1,6.8459,1,4.7751 -906,1,6.8655,1,4.7899 -907,1,6.8852,1,4.8048 -908,1,6.9049,1,4.8197 -909,1,6.9246,1,4.8346 -910,1,6.9444,1,4.8496 -911,1,6.9642,1,4.8646 -912,1,6.9841,1,4.8797 -913,1,4.1546,1,3.5425 -914,1,4.1663,1,3.5534 -915,1,4.178,1,3.5642 -916,1,4.1898,1,3.5751 -917,1,4.2016,1,3.5861 -918,1,4.2134,1,3.5971 -919,1,4.2253,1,3.6081 -920,1,4.2372,1,3.6191 -921,1,4.2491,1,3.6303 -922,1,4.2611,1,3.6414 -923,1,4.2732,1,3.6526 -924,1,4.2852,1,3.6638 -925,1,4.2974,1,3.6751 -926,1,4.3095,1,3.6864 -927,1,4.3217,1,3.6978 -928,1,4.3339,1,3.7092 -929,1,4.3462,1,3.7206 -930,1,4.3585,1,3.7321 -931,1,4.3709,1,3.7436 -932,1,4.3833,1,3.7552 -933,1,4.3957,1,3.7668 -934,1,4.4082,1,3.7785 -935,1,4.4207,1,3.7902 -936,1,4.4333,1,3.8019 -937,1,4.4459,1,3.8137 -938,1,4.4585,1,3.8255 -939,1,4.4712,1,3.8373 -940,1,4.4839,1,3.8492 -941,1,4.4967,1,3.8612 -942,1,4.5095,1,3.8731 -943,1,4.5223,1,3.8851 -944,1,4.5352,1,3.8972 -945,1,4.5481,1,3.9093 -946,1,4.5611,1,3.9214 -947,1,4.5741,1,3.9336 -948,1,4.5872,1,3.9458 -949,1,4.6002,1,3.9581 -950,1,4.6134,1,3.9704 -951,1,4.6265,1,3.9827 -952,1,4.6397,1,3.9951 -953,1,4.653,1,4.0075 -954,1,4.6663,1,4.02 -955,1,4.6796,1,4.0325 -956,1,4.6929,1,4.045 -957,1,4.7064,1,4.0576 -958,1,4.7198,1,4.0702 -959,1,4.7333,1,4.0829 -960,1,4.7468,1,4.0956 -961,1,4.7604,1,4.1083 -962,1,4.774,1,4.1211 -963,1,4.7876,1,4.1339 -964,1,4.8013,1,4.1468 -965,1,4.815,1,4.1597 -966,1,4.8288,1,4.1726 -967,1,4.8426,1,4.1856 -968,1,4.8565,1,4.1986 -969,1,4.8704,1,4.2117 -970,1,4.8843,1,4.2248 -971,1,4.8982,1,4.2379 -972,1,4.9123,1,4.2511 -973,1,4.9263,1,4.2643 -974,1,4.9404,1,4.2775 -975,1,4.9545,1,4.2908 -976,1,4.9687,1,4.3042 -977,1,4.9829,1,4.3175 -978,1,4.9971,1,4.331 -979,1,5.0114,1,4.3444 -980,1,5.0257,1,4.3579 -981,1,5.0401,1,4.3714 -982,1,5.0545,1,4.385 -983,1,5.069,1,4.3986 -984,1,5.0835,1,4.4122 -985,1,5.098,1,4.4259 -986,1,5.1125,1,4.4396 -987,1,5.1271,1,4.4534 -988,1,5.1418,1,4.4672 -989,1,5.1565,1,4.481 -990,1,5.1712,1,4.4949 -991,1,5.186,1,4.5088 -992,1,5.2008,1,4.5228 -993,1,5.2156,1,4.5368 -994,1,5.2305,1,4.5508 -995,1,5.2454,1,4.5649 -996,1,5.2604,1,4.579 -997,1,5.2754,1,4.5931 -998,1,5.2904,1,4.6073 -999,1,5.3055,1,4.6215 -1000,1,5.3206,1,4.6358 -1001,1,5.3358,1,4.6501 -1002,1,5.351,1,4.6644 -1003,1,5.3662,1,4.6788 -1004,1,5.3815,1,4.6932 -1005,1,5.3968,1,4.7077 -1006,1,5.4122,1,4.7222 -1007,1,5.4276,1,4.7367 -1008,1,5.443,1,4.7513 -1009,1,5.4585,1,4.7659 -1010,1,5.474,1,4.7805 -1011,1,5.4896,1,4.7952 -1012,1,5.5052,1,4.8099 -1013,0,3.7671,1,3.5045 -1014,0,3.7777,1,3.515 -1015,0,3.7883,1,3.5256 -1016,0,3.7989,1,3.5362 -1017,0,3.8096,1,3.5469 -1018,0,3.8203,1,3.5576 -1019,0,3.8311,1,3.5684 -1020,0,3.8419,1,3.5792 -1021,0,3.8528,1,3.59 -1022,0,3.8637,1,3.6008 -1023,0,3.8746,1,3.6117 -1024,0,3.8856,1,3.6227 -1025,0,3.8966,1,3.6336 -1026,0,3.9076,1,3.6446 -1027,0,3.9187,1,3.6557 -1028,0,3.9299,1,3.6668 -1029,0,3.9411,1,3.6779 -1030,0,3.9523,1,3.6891 -1031,0,3.9636,1,3.7002 -1032,0,3.9749,1,3.7115 -1033,0,3.9862,1,3.7227 -1034,0,3.9976,1,3.7341 -1035,0,4.009,1,3.7454 -1036,0,4.0205,1,3.7568 -1037,0,4.032,1,3.7682 -1038,0,4.0436,1,3.7797 -1039,0,4.0552,1,3.7911 -1040,0,4.0668,1,3.8027 -1041,0,4.0785,1,3.8142 -1042,0,4.0902,1,3.8258 -1043,1,4.102,1,3.8375 -1044,1,4.1138,1,3.8492 -1045,1,4.1256,1,3.8609 -1046,1,4.1375,1,3.8726 -1047,1,4.1494,1,3.8844 -1048,1,4.1614,1,3.8962 -1049,1,4.1734,1,3.9081 -1050,1,4.1855,1,3.92 -1051,1,4.1976,1,3.9319 -1052,1,4.2097,1,3.9439 -1053,1,4.2219,1,3.9559 -1054,1,4.2341,1,3.9679 -1055,1,4.2463,1,3.98 -1056,1,4.2586,1,3.9921 -1057,1,4.2709,1,4.0043 -1058,1,4.2833,1,4.0164 -1059,1,4.2957,1,4.0287 -1060,1,4.3082,1,4.0409 -1061,1,4.3207,1,4.0532 -1062,1,4.3332,1,4.0655 -1063,1,4.3458,1,4.0779 -1064,1,4.3584,1,4.0903 -1065,1,4.3711,1,4.1027 -1066,1,4.3838,1,4.1152 -1067,1,4.3965,1,4.1277 -1068,1,4.4093,1,4.1403 -1069,1,4.4221,1,4.1528 -1070,1,4.435,1,4.1655 -1071,1,4.4479,1,4.1781 -1072,1,4.4608,1,4.1908 -1073,1,4.4738,1,4.2035 -1074,1,4.4868,1,4.2163 -1075,1,4.4999,1,4.2291 -1076,1,4.513,1,4.2419 -1077,1,4.5261,1,4.2548 -1078,1,4.5393,1,4.2677 -1079,1,4.5525,1,4.2806 -1080,1,4.5658,1,4.2936 -1081,1,4.5791,1,4.3066 -1082,1,4.5924,1,4.3196 -1083,1,4.6058,1,4.3327 -1084,1,4.6192,1,4.3458 -1085,1,4.6327,1,4.3589 -1086,1,4.6462,1,4.3721 -1087,1,4.6597,1,4.3853 -1088,1,4.6733,1,4.3986 -1089,1,4.6869,1,4.4118 -1090,1,4.7005,1,4.4252 -1091,1,4.7142,1,4.4385 -1092,1,4.728,1,4.4519 -1093,1,4.7417,1,4.4653 -1094,1,4.7556,1,4.4788 -1095,1,4.7694,1,4.4923 -1096,1,4.7833,1,4.5058 -1097,1,4.7972,1,4.5193 -1098,1,4.8112,1,4.5329 -1099,1,4.8252,1,4.5466 -1100,1,4.8393,1,4.5602 -1101,1,4.8533,1,4.5739 -1102,1,4.8675,1,4.5877 -1103,1,4.8816,1,4.6014 -1104,1,4.8958,1,4.6152 -1105,1,4.9101,1,4.6291 -1106,1,4.9244,1,4.6429 -1107,1,4.9387,1,4.6568 -1108,1,4.953,1,4.6708 -1109,1,4.9674,1,4.6847 -1110,1,4.9819,1,4.6988 -1111,1,4.9964,1,4.7128 -1112,1,5.0109,1,4.7269 -1113,0,3.5888,1,3.4625 -1114,0,3.599,1,3.4727 -1115,0,3.6093,1,3.4828 -1116,0,3.6197,1,3.493 -1117,0,3.63,1,3.5032 -1118,0,3.6405,1,3.5135 -1119,0,3.6509,1,3.5238 -1120,0,3.6614,1,3.5341 -1121,0,3.6719,1,3.5444 -1122,0,3.6825,1,3.5548 -1123,0,3.6931,1,3.5653 -1124,0,3.7038,1,3.5757 -1125,0,3.7145,1,3.5862 -1126,0,3.7252,1,3.5967 -1127,0,3.736,1,3.6073 -1128,0,3.7468,1,3.6179 -1129,0,3.7576,1,3.6285 -1130,0,3.7685,1,3.6391 -1131,0,3.7795,1,3.6498 -1132,0,3.7904,1,3.6605 -1133,0,3.8015,1,3.6713 -1134,0,3.8125,1,3.6821 -1135,0,3.8236,1,3.6929 -1136,0,3.8347,1,3.7037 -1137,0,3.8459,1,3.7146 -1138,0,3.8571,1,3.7255 -1139,0,3.8683,1,3.7365 -1140,0,3.8796,1,3.7475 -1141,0,3.891,1,3.7585 -1142,0,3.9023,1,3.7695 -1143,0,3.9137,1,3.7806 -1144,0,3.9252,1,3.7917 -1145,0,3.9366,1,3.8029 -1146,0,3.9482,1,3.814 -1147,0,3.9597,1,3.8252 -1148,0,3.9713,1,3.8365 -1149,0,3.983,1,3.8478 -1150,0,3.9946,1,3.8591 -1151,0,4.0063,1,3.8704 -1152,0,4.0181,1,3.8818 -1153,0,4.0299,1,3.8932 -1154,0,4.0417,1,3.9046 -1155,0,4.0536,1,3.9161 -1156,0,4.0655,1,3.9276 -1157,0,4.0774,1,3.9391 -1158,0,4.0894,1,3.9506 -1159,1,4.1014,1,3.9622 -1160,1,4.1135,1,3.9739 -1161,1,4.1256,1,3.9855 -1162,1,4.1377,1,3.9972 -1163,1,4.1499,1,4.0089 -1164,1,4.1621,1,4.0207 -1165,1,4.1743,1,4.0324 -1166,1,4.1866,1,4.0443 -1167,1,4.1989,1,4.0561 -1168,1,4.2113,1,4.068 -1169,1,4.2237,1,4.0799 -1170,1,4.2361,1,4.0918 -1171,1,4.2486,1,4.1038 -1172,1,4.2611,1,4.1158 -1173,1,4.2737,1,4.1278 -1174,1,4.2863,1,4.1399 -1175,1,4.2989,1,4.152 -1176,1,4.3115,1,4.1641 -1177,1,4.3242,1,4.1763 -1178,1,4.337,1,4.1884 -1179,1,4.3497,1,4.2007 -1180,1,4.3626,1,4.2129 -1181,1,4.3754,1,4.2252 -1182,1,4.3883,1,4.2375 -1183,1,4.4012,1,4.2498 -1184,1,4.4142,1,4.2622 -1185,1,4.4272,1,4.2746 -1186,1,4.4402,1,4.2871 -1187,1,4.4533,1,4.2995 -1188,1,4.4664,1,4.312 -1189,1,4.4795,1,4.3246 -1190,1,4.4927,1,4.3371 -1191,1,4.5059,1,4.3497 -1192,1,4.5192,1,4.3623 -1193,1,4.5324,1,4.375 -1194,1,4.5458,1,4.3876 -1195,1,4.5591,1,4.4004 -1196,1,4.5725,1,4.4131 -1197,1,4.586,1,4.4259 -1198,1,4.5994,1,4.4387 -1199,1,4.6129,1,4.4515 -1200,1,4.6265,1,4.4644 -1201,1,4.6401,1,4.4773 -1202,1,4.6537,1,4.4902 -1203,1,4.6673,1,4.5031 -1204,1,4.681,1,4.5161 -1205,1,4.6947,1,4.5292 -1206,1,4.7085,1,4.5422 -1207,1,4.7223,1,4.5553 -1208,1,4.7361,1,4.5684 -1209,1,4.75,1,4.5815 -1210,1,4.7639,1,4.5947 -1211,1,4.7779,1,4.6079 -1212,1,4.7918,1,4.6211 -1213,1,4.8058,1,3.4139 -1214,1,4.8199,1,3.4235 -1215,1,4.834,1,3.4331 -1216,1,4.8481,1,3.4427 -1217,1,4.8623,1,3.4524 -1218,1,4.8764,1,3.4621 -1219,1,4.8907,1,3.4718 -1220,1,4.9049,1,3.4816 -1221,1,4.9192,1,3.4914 -1222,1,4.9336,1,3.5012 -1223,1,4.9479,1,3.5111 -1224,1,4.9623,1,3.5209 -1225,1,4.9768,1,3.5308 -1226,1,4.9913,1,3.5408 -1227,1,5.0058,1,3.5507 -1228,1,5.0203,1,3.5607 -1229,1,5.0349,1,3.5708 -1230,1,5.0495,1,3.5808 -1231,1,5.0642,1,3.5909 -1232,1,5.0789,1,3.601 -1233,1,5.0936,1,3.6111 -1234,1,5.1084,1,3.6213 -1235,1,5.1231,1,3.6315 -1236,1,5.138,1,3.6417 -1237,1,5.1528,1,3.652 -1238,1,5.1677,1,3.6623 -1239,1,5.1827,1,3.6726 -1240,1,5.1976,1,3.6829 -1241,1,5.2127,1,3.6933 -1242,1,5.2277,1,3.7037 -1243,1,5.2428,1,3.7141 -1244,1,5.2579,1,3.7246 -1245,1,5.273,1,3.735 -1246,1,5.2882,1,3.7455 -1247,1,5.3034,1,3.7561 -1248,1,5.3187,1,3.7667 -1249,1,5.3339,1,3.7773 -1250,1,5.3493,1,3.7879 -1251,1,5.3646,1,3.7985 -1252,1,5.38,1,3.8092 -1253,1,5.3954,1,3.8199 -1254,1,5.4109,1,3.8306 -1255,1,5.4264,1,3.8414 -1256,1,5.4419,1,3.8522 -1257,1,5.4575,1,3.863 -1258,1,5.4731,1,3.8739 -1259,1,5.4887,1,3.8848 -1260,1,5.5044,1,3.8957 -1261,1,5.5201,1,3.9066 -1262,1,5.5358,1,3.9175 -1263,1,5.5516,1,3.9285 -1264,1,5.5674,1,3.9396 -1265,1,5.5832,1,3.9506 -1266,1,5.5991,1,3.9617 -1267,1,5.615,1,3.9728 -1268,1,5.6309,1,3.9839 -1269,1,5.6469,1,3.995 -1270,1,5.6629,1,4.0062 -1271,1,5.679,1,4.0174 -1272,1,5.695,1,4.0287 -1273,1,5.7111,1,4.0399 -1274,1,5.7273,1,4.0512 -1275,1,5.7435,1,4.0626 -1276,1,5.7597,1,4.0739 -1277,1,5.7759,1,4.0853 -1278,1,5.7922,1,4.0967 -1279,1,5.8085,1,4.1081 -1280,1,5.8249,1,4.1196 -1281,1,5.8413,1,4.1311 -1282,1,5.8577,1,4.1426 -1283,1,5.8741,1,4.1541 -1284,1,5.8906,1,4.1657 -1285,1,5.9072,1,4.1773 -1286,1,5.9237,1,4.1889 -1287,1,5.9403,1,4.2006 -1288,1,5.9569,1,4.2122 -1289,1,5.9736,1,4.2239 -1290,1,5.9903,1,4.2357 -1291,1,6.007,1,4.2474 -1292,1,6.0238,1,4.2592 -1293,1,6.0405,1,4.271 -1294,1,6.0574,1,4.2829 -1295,1,6.0742,1,4.2947 -1296,1,6.0911,1,4.3066 -1297,1,6.1081,1,4.3185 -1298,1,6.125,1,4.3305 -1299,1,6.142,1,4.3425 -1300,1,6.159,1,4.3545 -1301,1,6.1761,1,4.3665 -1302,1,6.1932,1,4.3786 -1303,1,6.2103,1,4.3906 -1304,1,6.2275,1,4.4028 -1305,1,6.2447,1,4.4149 -1306,1,6.2619,1,4.4271 -1307,1,6.2792,1,4.4392 -1308,1,6.2965,1,4.4515 -1309,1,6.3138,1,4.4637 -1310,1,6.3312,1,4.476 -1311,1,6.3486,1,4.4883 -1312,1,6.366,1,4.5006 -1313,0,3.9453,1,3.3609 -1314,0,3.9558,1,3.37 -1315,0,3.9663,1,3.379 -1316,0,3.9768,1,3.3881 -1317,0,3.9873,1,3.3972 -1318,0,3.9978,1,3.4064 -1319,0,4.0084,1,3.4155 -1320,0,4.0191,1,3.4247 -1321,0,4.0297,1,3.4339 -1322,0,4.0404,1,3.4432 -1323,0,4.0511,1,3.4524 -1324,0,4.0619,1,3.4617 -1325,0,4.0726,1,3.471 -1326,0,4.0834,1,3.4804 -1327,0,4.0943,1,3.4898 -1328,1,4.1051,1,3.4992 -1329,1,4.116,1,3.5086 -1330,1,4.1269,1,3.518 -1331,1,4.1379,1,3.5275 -1332,1,4.1489,1,3.537 -1333,1,4.1599,1,3.5465 -1334,1,4.1709,1,3.5561 -1335,1,4.182,1,3.5656 -1336,1,4.1931,1,3.5752 -1337,1,4.2043,1,3.5849 -1338,1,4.2154,1,3.5945 -1339,1,4.2266,1,3.6042 -1340,1,4.2378,1,3.6139 -1341,1,4.2491,1,3.6236 -1342,1,4.2604,1,3.6334 -1343,1,4.2717,1,3.6432 -1344,1,4.283,1,3.653 -1345,1,4.2944,1,3.6628 -1346,1,4.3058,1,3.6726 -1347,1,4.3172,1,3.6825 -1348,1,4.3287,1,3.6924 -1349,1,4.3402,1,3.7024 -1350,1,4.3517,1,3.7123 -1351,1,4.3632,1,3.7223 -1352,1,4.3748,1,3.7323 -1353,1,4.3864,1,3.7423 -1354,1,4.3981,1,3.7524 -1355,1,4.4097,1,3.7625 -1356,1,4.4214,1,3.7726 -1357,1,4.4331,1,3.7827 -1358,1,4.4449,1,3.7928 -1359,1,4.4567,1,3.803 -1360,1,4.4685,1,3.8132 -1361,1,4.4803,1,3.8235 -1362,1,4.4922,1,3.8337 -1363,1,4.5041,1,3.844 -1364,1,4.516,1,3.8543 -1365,1,4.528,1,3.8646 -1366,1,4.54,1,3.875 -1367,1,4.552,1,3.8854 -1368,1,4.564,1,3.8958 -1369,1,4.5761,1,3.9062 -1370,1,4.5882,1,3.9167 -1371,1,4.6003,1,3.9271 -1372,1,4.6125,1,3.9376 -1373,1,4.6247,1,3.9482 -1374,1,4.6369,1,3.9587 -1375,1,4.6491,1,3.9693 -1376,1,4.6614,1,3.9799 -1377,1,4.6737,1,3.9905 -1378,1,4.686,1,4.0012 -1379,1,4.6984,1,4.0118 -1380,1,4.7108,1,4.0225 -1381,1,4.7232,1,4.0333 -1382,1,4.7356,1,4.044 -1383,1,4.7481,1,4.0548 -1384,1,4.7606,1,4.0656 -1385,1,4.7731,1,4.0764 -1386,1,4.7857,1,4.0873 -1387,1,4.7983,1,4.0981 -1388,1,4.8109,1,4.109 -1389,1,4.8236,1,4.12 -1390,1,4.8362,1,4.1309 -1391,1,4.8489,1,4.1419 -1392,1,4.8617,1,4.1529 -1393,1,4.8744,1,4.1639 -1394,1,4.8872,1,4.1749 -1395,1,4.9,1,4.186 -1396,1,4.9129,1,4.1971 -1397,1,4.9257,1,4.2082 -1398,1,4.9386,1,4.2193 -1399,1,4.9516,1,4.2305 -1400,1,4.9645,1,4.2417 -1401,1,4.9775,1,4.2529 -1402,1,4.9905,1,4.2641 -1403,1,5.0036,1,4.2754 -1404,1,5.0166,1,4.2867 -1405,1,5.0297,1,4.298 -1406,1,5.0428,1,4.3093 -1407,1,5.056,1,4.3207 -1408,1,5.0692,1,4.3321 -1409,1,5.0824,1,4.3435 -1410,1,5.0956,1,4.3549 -1411,1,5.1089,1,4.3664 -1412,1,5.1222,1,4.3778 -1413,1,5.1355,1,3.3077 -1414,1,5.1488,1,3.3162 -1415,1,5.1622,1,3.3247 -1416,1,5.1756,1,3.3333 -1417,1,5.1891,1,3.3419 -1418,1,5.2025,1,3.3505 -1419,1,5.216,1,3.3592 -1420,1,5.2295,1,3.3678 -1421,1,5.2431,1,3.3765 -1422,1,5.2566,1,3.3852 -1423,1,5.2703,1,3.3939 -1424,1,5.2839,1,3.4027 -1425,1,5.2975,1,3.4115 -1426,1,5.3112,1,3.4203 -1427,1,5.3249,1,3.4291 -1428,1,5.3387,1,3.4379 -1429,1,5.3524,1,3.4468 -1430,1,5.3662,1,3.4557 -1431,1,5.3801,1,3.4646 -1432,1,5.3939,1,3.4736 -1433,1,5.4078,1,3.4825 -1434,1,5.4217,1,3.4915 -1435,1,5.4356,1,3.5005 -1436,1,5.4496,1,3.5095 -1437,1,5.4636,1,3.5186 -1438,1,5.4776,1,3.5277 -1439,1,5.4916,1,3.5368 -1440,1,5.5057,1,3.5459 -1441,1,5.5198,1,3.555 -1442,1,5.5339,1,3.5642 -1443,1,5.5481,1,3.5734 -1444,1,5.5623,1,3.5826 -1445,1,5.5765,1,3.5919 -1446,1,5.5907,1,3.6011 -1447,1,5.605,1,3.6104 -1448,1,5.6193,1,3.6197 -1449,1,5.6336,1,3.629 -1450,1,5.6479,1,3.6384 -1451,1,5.6623,1,3.6478 -1452,1,5.6767,1,3.6572 -1453,1,5.6912,1,3.6666 -1454,1,5.7056,1,3.676 -1455,1,5.7201,1,3.6855 -1456,1,5.7346,1,3.695 -1457,1,5.7491,1,3.7045 -1458,1,5.7637,1,3.714 -1459,1,5.7783,1,3.7236 -1460,1,5.7929,1,3.7332 -1461,1,5.8076,1,3.7428 -1462,1,5.8223,1,3.7524 -1463,1,5.837,1,3.762 -1464,1,5.8517,1,3.7717 -1465,1,5.8665,1,3.7814 -1466,1,5.8812,1,3.7911 -1467,1,5.8961,1,3.8009 -1468,1,5.9109,1,3.8106 -1469,1,5.9258,1,3.8204 -1470,1,5.9407,1,3.8302 -1471,1,5.9556,1,3.84 -1472,1,5.9705,1,3.8499 -1473,1,5.9855,1,3.8598 -1474,1,6.0005,1,3.8696 -1475,1,6.0156,1,3.8796 -1476,1,6.0306,1,3.8895 -1477,1,6.0457,1,3.8995 -1478,1,6.0608,1,3.9095 -1479,1,6.076,1,3.9195 -1480,1,6.0911,1,3.9295 -1481,1,6.1063,1,3.9395 -1482,1,6.1216,1,3.9496 -1483,1,6.1368,1,3.9597 -1484,1,6.1521,1,3.9698 -1485,1,6.1674,1,3.98 -1486,1,6.1827,1,3.9902 -1487,1,6.1981,1,4.0003 -1488,1,6.2135,1,4.0105 -1489,1,6.2289,1,4.0208 -1490,1,6.2444,1,4.031 -1491,1,6.2598,1,4.0413 -1492,1,6.2753,1,4.0516 -1493,1,6.2908,1,4.0619 -1494,1,6.3064,1,4.0723 -1495,1,6.322,1,4.0826 -1496,1,6.3376,1,4.093 -1497,1,6.3532,1,4.1034 -1498,1,6.3689,1,4.1139 -1499,1,6.3846,1,4.1243 -1500,1,6.4003,1,4.1348 -1501,1,6.416,1,4.1453 -1502,1,6.4318,1,4.1558 -1503,1,6.4476,1,4.1664 -1504,1,6.4634,1,4.1769 -1505,1,6.4793,1,4.1875 -1506,1,6.4951,1,4.1981 -1507,1,6.511,1,4.2088 -1508,1,6.527,1,4.2194 -1509,1,6.5429,1,4.2301 -1510,1,6.5589,1,4.2408 -1511,1,6.5749,1,4.2515 -1512,1,6.591,1,4.2622 -1513,0,3.9866,1,3.2574 -1514,0,3.996,1,3.2655 -1515,0,4.0054,1,3.2736 -1516,0,4.0148,1,3.2817 -1517,0,4.0242,1,3.2898 -1518,0,4.0337,1,3.298 -1519,0,4.0432,1,3.3062 -1520,0,4.0527,1,3.3144 -1521,0,4.0622,1,3.3226 -1522,0,4.0718,1,3.3309 -1523,0,4.0813,1,3.3391 -1524,0,4.0909,1,3.3474 -1525,1,4.1006,1,3.3557 -1526,1,4.1102,1,3.3641 -1527,1,4.1199,1,3.3724 -1528,1,4.1296,1,3.3808 -1529,1,4.1393,1,3.3892 -1530,1,4.149,1,3.3976 -1531,1,4.1588,1,3.4061 -1532,1,4.1686,1,3.4145 -1533,1,4.1784,1,3.423 -1534,1,4.1882,1,3.4315 -1535,1,4.1981,1,3.4401 -1536,1,4.208,1,3.4486 -1537,1,4.2179,1,3.4572 -1538,1,4.2278,1,3.4658 -1539,1,4.2378,1,3.4744 -1540,1,4.2478,1,3.483 -1541,1,4.2578,1,3.4917 -1542,1,4.2678,1,3.5003 -1543,1,4.2778,1,3.509 -1544,1,4.2879,1,3.5178 -1545,1,4.298,1,3.5265 -1546,1,4.3081,1,3.5353 -1547,1,4.3183,1,3.544 -1548,1,4.3284,1,3.5528 -1549,1,4.3386,1,3.5617 -1550,1,4.3488,1,3.5705 -1551,1,4.3591,1,3.5794 -1552,1,4.3693,1,3.5883 -1553,1,4.3796,1,3.5972 -1554,1,4.3899,1,3.6061 -1555,1,4.4003,1,3.615 -1556,1,4.4106,1,3.624 -1557,1,4.421,1,3.633 -1558,1,4.4314,1,3.642 -1559,1,4.4418,1,3.651 -1560,1,4.4523,1,3.6601 -1561,1,4.4627,1,3.6692 -1562,1,4.4732,1,3.6783 -1563,1,4.4838,1,3.6874 -1564,1,4.4943,1,3.6965 -1565,1,4.5049,1,3.7057 -1566,1,4.5154,1,3.7149 -1567,1,4.5261,1,3.7241 -1568,1,4.5367,1,3.7333 -1569,1,4.5474,1,3.7425 -1570,1,4.558,1,3.7518 -1571,1,4.5687,1,3.7611 -1572,1,4.5795,1,3.7704 -1573,1,4.5902,1,3.7797 -1574,1,4.601,1,3.7891 -1575,1,4.6118,1,3.7984 -1576,1,4.6226,1,3.8078 -1577,1,4.6335,1,3.8172 -1578,1,4.6443,1,3.8267 -1579,1,4.6552,1,3.8361 -1580,1,4.6661,1,3.8456 -1581,1,4.6771,1,3.8551 -1582,1,4.688,1,3.8646 -1583,1,4.699,1,3.8741 -1584,1,4.71,1,3.8837 -1585,1,4.721,1,3.8933 -1586,1,4.7321,1,3.9029 -1587,1,4.7432,1,3.9125 -1588,1,4.7543,1,3.9221 -1589,1,4.7654,1,3.9318 -1590,1,4.7765,1,3.9415 -1591,1,4.7877,1,3.9512 -1592,1,4.7989,1,3.9609 -1593,1,4.8101,1,3.9706 -1594,1,4.8213,1,3.9804 -1595,1,4.8326,1,3.9902 -1596,1,4.8439,1,4 -1597,1,4.8552,1,4.0098 -1598,1,4.8665,1,4.0197 -1599,1,4.8778,1,4.0295 -1600,1,4.8892,1,4.0394 -1601,1,4.9006,1,4.0493 -1602,1,4.912,1,4.0592 -1603,1,4.9235,1,4.0692 -1604,1,4.9349,1,4.0792 -1605,1,4.9464,1,4.0892 -1606,1,4.9579,1,4.0992 -1607,1,4.9695,1,4.1092 -1608,1,4.981,1,4.1193 -1609,1,4.9926,1,4.1293 -1610,1,5.0042,1,4.1394 -1611,1,5.0158,1,4.1495 -1612,1,5.0275,1,4.1597 -1613,1,5.0391,1,3.2123 -1614,1,5.0508,1,3.22 -1615,1,5.0625,1,3.2278 -1616,1,5.0743,1,3.2355 -1617,1,5.086,1,3.2433 -1618,1,5.0978,1,3.2511 -1619,1,5.1096,1,3.2589 -1620,1,5.1215,1,3.2667 -1621,1,5.1333,1,3.2746 -1622,1,5.1452,1,3.2825 -1623,1,5.1571,1,3.2904 -1624,1,5.169,1,3.2983 -1625,1,5.181,1,3.3062 -1626,1,5.1929,1,3.3142 -1627,1,5.2049,1,3.3222 -1628,1,5.2169,1,3.3302 -1629,1,5.229,1,3.3382 -1630,1,5.241,1,3.3462 -1631,1,5.2531,1,3.3543 -1632,1,5.2652,1,3.3624 -1633,1,5.2773,1,3.3704 -1634,1,5.2895,1,3.3786 -1635,1,5.3016,1,3.3867 -1636,1,5.3138,1,3.3949 -1637,1,5.3261,1,3.403 -1638,1,5.3383,1,3.4112 -1639,1,5.3506,1,3.4195 -1640,1,5.3628,1,3.4277 -1641,1,5.3752,1,3.4359 -1642,1,5.3875,1,3.4442 -1643,1,5.3998,1,3.4525 -1644,1,5.4122,1,3.4608 -1645,1,5.4246,1,3.4692 -1646,1,5.437,1,3.4775 -1647,1,5.4495,1,3.4859 -1648,1,5.462,1,3.4943 -1649,1,5.4744,1,3.5027 -1650,1,5.487,1,3.5112 -1651,1,5.4995,1,3.5196 -1652,1,5.5121,1,3.5281 -1653,1,5.5246,1,3.5366 -1654,1,5.5372,1,3.5451 -1655,1,5.5499,1,3.5536 -1656,1,5.5625,1,3.5622 -1657,1,5.5752,1,3.5708 -1658,1,5.5879,1,3.5794 -1659,1,5.6006,1,3.588 -1660,1,5.6133,1,3.5966 -1661,1,5.6261,1,3.6053 -1662,1,5.6389,1,3.614 -1663,1,5.6517,1,3.6227 -1664,1,5.6645,1,3.6314 -1665,1,5.6774,1,3.6401 -1666,1,5.6903,1,3.6489 -1667,1,5.7032,1,3.6576 -1668,1,5.7161,1,3.6664 -1669,1,5.729,1,3.6753 -1670,1,5.742,1,3.6841 -1671,1,5.755,1,3.6929 -1672,1,5.768,1,3.7018 -1673,1,5.781,1,3.7107 -1674,1,5.7941,1,3.7196 -1675,1,5.8072,1,3.7286 -1676,1,5.8203,1,3.7375 -1677,1,5.8334,1,3.7465 -1678,1,5.8466,1,3.7555 -1679,1,5.8597,1,3.7645 -1680,1,5.8729,1,3.7735 -1681,1,5.8861,1,3.7826 -1682,1,5.8994,1,3.7917 -1683,1,5.9126,1,3.8008 -1684,1,5.9259,1,3.8099 -1685,1,5.9392,1,3.819 -1686,1,5.9526,1,3.8281 -1687,1,5.9659,1,3.8373 -1688,1,5.9793,1,3.8465 -1689,1,5.9927,1,3.8557 -1690,1,6.0061,1,3.865 -1691,1,6.0196,1,3.8742 -1692,1,6.033,1,3.8835 -1693,1,6.0465,1,3.8928 -1694,1,6.06,1,3.9021 -1695,1,6.0736,1,3.9114 -1696,1,6.0871,1,3.9208 -1697,1,6.1007,1,3.9301 -1698,1,6.1143,1,3.9395 -1699,1,6.1279,1,3.9489 -1700,1,6.1416,1,3.9584 -1701,1,6.1553,1,3.9678 -1702,1,6.169,1,3.9773 -1703,1,6.1827,1,3.9868 -1704,1,6.1964,1,3.9963 -1705,1,6.2102,1,4.0058 -1706,1,6.224,1,4.0154 -1707,1,6.2378,1,4.0249 -1708,1,6.2516,1,4.0345 -1709,1,6.2655,1,4.0441 -1710,1,6.2793,1,4.0538 -1711,1,6.2932,1,4.0634 -1712,1,6.3072,1,4.0731 -1713,0,3.9291,1,3.1739 -1714,0,3.9375,1,3.1813 -1715,0,3.9459,1,3.1887 -1716,0,3.9544,1,3.1962 -1717,0,3.9628,1,3.2037 -1718,0,3.9713,1,3.2112 -1719,0,3.9799,1,3.2188 -1720,0,3.9884,1,3.2263 -1721,0,3.997,1,3.2339 -1722,0,4.0055,1,3.2415 -1723,0,4.0141,1,3.2491 -1724,0,4.0228,1,3.2567 -1725,0,4.0314,1,3.2644 -1726,0,4.0401,1,3.2721 -1727,0,4.0487,1,3.2797 -1728,0,4.0575,1,3.2875 -1729,0,4.0662,1,3.2952 -1730,0,4.0749,1,3.3029 -1731,0,4.0837,1,3.3107 -1732,0,4.0925,1,3.3185 -1733,1,4.1013,1,3.3263 -1734,1,4.1101,1,3.3341 -1735,1,4.119,1,3.342 -1736,1,4.1278,1,3.3498 -1737,1,4.1367,1,3.3577 -1738,1,4.1456,1,3.3656 -1739,1,4.1546,1,3.3735 -1740,1,4.1635,1,3.3815 -1741,1,4.1725,1,3.3894 -1742,1,4.1815,1,3.3974 -1743,1,4.1905,1,3.4054 -1744,1,4.1995,1,3.4134 -1745,1,4.2086,1,3.4214 -1746,1,4.2177,1,3.4295 -1747,1,4.2267,1,3.4376 -1748,1,4.2359,1,3.4457 -1749,1,4.245,1,3.4538 -1750,1,4.2542,1,3.4619 -1751,1,4.2633,1,3.4701 -1752,1,4.2725,1,3.4782 -1753,1,4.2818,1,3.4864 -1754,1,4.291,1,3.4946 -1755,1,4.3003,1,3.5029 -1756,1,4.3095,1,3.5111 -1757,1,4.3188,1,3.5194 -1758,1,4.3282,1,3.5277 -1759,1,4.3375,1,3.536 -1760,1,4.3469,1,3.5443 -1761,1,4.3562,1,3.5526 -1762,1,4.3657,1,3.561 -1763,1,4.3751,1,3.5694 -1764,1,4.3845,1,3.5778 -1765,1,4.394,1,3.5862 -1766,1,4.4035,1,3.5946 -1767,1,4.413,1,3.6031 -1768,1,4.4225,1,3.6116 -1769,1,4.4321,1,3.6201 -1770,1,4.4416,1,3.6286 -1771,1,4.4512,1,3.6371 -1772,1,4.4608,1,3.6457 -1773,1,4.4705,1,3.6543 -1774,1,4.4801,1,3.6629 -1775,1,4.4898,1,3.6715 -1776,1,4.4995,1,3.6801 -1777,1,4.5092,1,3.6888 -1778,1,4.5189,1,3.6974 -1779,1,4.5287,1,3.7061 -1780,1,4.5384,1,3.7148 -1781,1,4.5482,1,3.7236 -1782,1,4.5581,1,3.7323 -1783,1,4.5679,1,3.7411 -1784,1,4.5777,1,3.7499 -1785,1,4.5876,1,3.7587 -1786,1,4.5975,1,3.7675 -1787,1,4.6074,1,3.7763 -1788,1,4.6174,1,3.7852 -1789,1,4.6273,1,3.7941 -1790,1,4.6373,1,3.803 -1791,1,4.6473,1,3.8119 -1792,1,4.6573,1,3.8208 -1793,1,4.6674,1,3.8298 -1794,1,4.6774,1,3.8388 -1795,1,4.6875,1,3.8478 -1796,1,4.6976,1,3.8568 -1797,1,4.7078,1,3.8658 -1798,1,4.7179,1,3.8749 -1799,1,4.7281,1,3.884 -1800,1,4.7382,1,3.8931 -1801,1,4.7485,1,3.9022 -1802,1,4.7587,1,3.9113 -1803,1,4.7689,1,3.9205 -1804,1,4.7792,1,3.9296 -1805,1,4.7895,1,3.9388 -1806,1,4.7998,1,3.948 -1807,1,4.8101,1,3.9573 -1808,1,4.8205,1,3.9665 -1809,1,4.8308,1,3.9758 -1810,1,4.8412,1,3.9851 -1811,1,4.8516,1,3.9944 -1812,1,4.8621,1,4.0037 -1813,1,4.8725,1,3.1428 -1814,1,4.883,1,3.15 -1815,1,4.8935,1,3.1573 -1816,1,4.904,1,3.1645 -1817,1,4.9145,1,3.1718 -1818,1,4.9251,1,3.1791 -1819,1,4.9357,1,3.1865 -1820,1,4.9463,1,3.1938 -1821,1,4.9569,1,3.2012 -1822,1,4.9675,1,3.2086 -1823,1,4.9782,1,3.216 -1824,1,4.9889,1,3.2234 -1825,1,4.9996,1,3.2309 -1826,1,5.0103,1,3.2383 -1827,1,5.021,1,3.2458 -1828,1,5.0318,1,3.2533 -1829,1,5.0426,1,3.2608 -1830,1,5.0534,1,3.2684 -1831,1,5.0642,1,3.2759 -1832,1,5.075,1,3.2835 -1833,1,5.0859,1,3.2911 -1834,1,5.0968,1,3.2987 -1835,1,5.1077,1,3.3064 -1836,1,5.1186,1,3.314 -1837,1,5.1295,1,3.3217 -1838,1,5.1405,1,3.3294 -1839,1,5.1515,1,3.3371 -1840,1,5.1625,1,3.3448 -1841,1,5.1735,1,3.3526 -1842,1,5.1846,1,3.3604 -1843,1,5.1957,1,3.3681 -1844,1,5.2067,1,3.3759 -1845,1,5.2179,1,3.3838 -1846,1,5.229,1,3.3916 -1847,1,5.2401,1,3.3995 -1848,1,5.2513,1,3.4074 -1849,1,5.2625,1,3.4153 -1850,1,5.2737,1,3.4232 -1851,1,5.2849,1,3.4311 -1852,1,5.2962,1,3.4391 -1853,1,5.3075,1,3.447 -1854,1,5.3188,1,3.455 -1855,1,5.3301,1,3.4631 -1856,1,5.3414,1,3.4711 -1857,1,5.3528,1,3.4791 -1858,1,5.3642,1,3.4872 -1859,1,5.3756,1,3.4953 -1860,1,5.387,1,3.5034 -1861,1,5.3984,1,3.5115 -1862,1,5.4099,1,3.5197 -1863,1,5.4214,1,3.5279 -1864,1,5.4329,1,3.536 -1865,1,5.4444,1,3.5442 -1866,1,5.4559,1,3.5525 -1867,1,5.4675,1,3.5607 -1868,1,5.4791,1,3.569 -1869,1,5.4907,1,3.5772 -1870,1,5.5023,1,3.5855 -1871,1,5.514,1,3.5939 -1872,1,5.5256,1,3.6022 -1873,1,5.5373,1,3.6106 -1874,1,5.549,1,3.6189 -1875,1,5.5608,1,3.6273 -1876,1,5.5725,1,3.6357 -1877,1,5.5843,1,3.6442 -1878,1,5.5961,1,3.6526 -1879,1,5.6079,1,3.6611 -1880,1,5.6197,1,3.6696 -1881,1,5.6316,1,3.6781 -1882,1,5.6434,1,3.6866 -1883,1,5.6553,1,3.6952 -1884,1,5.6673,1,3.7037 -1885,1,5.6792,1,3.7123 -1886,1,5.6911,1,3.7209 -1887,1,5.7031,1,3.7295 -1888,1,5.7151,1,3.7382 -1889,1,5.7271,1,3.7468 -1890,1,5.7392,1,3.7555 -1891,1,5.7512,1,3.7642 -1892,1,5.7633,1,3.7729 -1893,1,5.7754,1,3.7816 -1894,1,5.7875,1,3.7904 -1895,1,5.7997,1,3.7992 -1896,1,5.8118,1,3.808 -1897,1,5.824,1,3.8168 -1898,1,5.8362,1,3.8256 -1899,1,5.8484,1,3.8344 -1900,1,5.8607,1,3.8433 -1901,1,5.873,1,3.8522 -1902,1,5.8852,1,3.8611 -1903,1,5.8975,1,3.87 -1904,1,5.9099,1,3.879 -1905,1,5.9222,1,3.8879 -1906,1,5.9346,1,3.8969 -1907,1,5.947,1,3.9059 -1908,1,5.9594,1,3.9149 -1909,1,5.9718,1,3.924 -1910,1,5.9843,1,3.933 -1911,1,5.9967,1,3.9421 -1912,1,6.0092,1,3.9512 -1913,0,3.8635,1,3.1191 -1914,0,3.8713,1,3.1262 -1915,0,3.8791,1,3.1333 -1916,0,3.887,1,3.1405 -1917,0,3.8949,1,3.1476 -1918,0,3.9028,1,3.1548 -1919,0,3.9108,1,3.162 -1920,0,3.9187,1,3.1692 -1921,0,3.9267,1,3.1765 -1922,0,3.9347,1,3.1837 -1923,0,3.9427,1,3.191 -1924,0,3.9507,1,3.1983 -1925,0,3.9588,1,3.2056 -1926,0,3.9668,1,3.213 -1927,0,3.9749,1,3.2203 -1928,0,3.983,1,3.2277 -1929,0,3.9912,1,3.2351 -1930,0,3.9993,1,3.2425 -1931,0,4.0075,1,3.2499 -1932,0,4.0157,1,3.2574 -1933,0,4.0239,1,3.2648 -1934,0,4.0321,1,3.2723 -1935,0,4.0404,1,3.2798 -1936,0,4.0486,1,3.2873 -1937,0,4.0569,1,3.2949 -1938,0,4.0652,1,3.3024 -1939,0,4.0736,1,3.31 -1940,0,4.0819,1,3.3176 -1941,0,4.0903,1,3.3252 -1942,0,4.0987,1,3.3329 -1943,1,4.1071,1,3.3405 -1944,1,4.1155,1,3.3482 -1945,1,4.1239,1,3.3559 -1946,1,4.1324,1,3.3636 -1947,1,4.1409,1,3.3714 -1948,1,4.1494,1,3.3791 -1949,1,4.1579,1,3.3869 -1950,1,4.1665,1,3.3947 -1951,1,4.175,1,3.4025 -1952,1,4.1836,1,3.4103 -1953,1,4.1922,1,3.4181 -1954,1,4.2009,1,3.426 -1955,1,4.2095,1,3.4339 -1956,1,4.2182,1,3.4418 -1957,1,4.2269,1,3.4497 -1958,1,4.2356,1,3.4577 -1959,1,4.2443,1,3.4656 -1960,1,4.253,1,3.4736 -1961,1,4.2618,1,3.4816 -1962,1,4.2706,1,3.4896 -1963,1,4.2794,1,3.4977 -1964,1,4.2882,1,3.5057 -1965,1,4.2971,1,3.5138 -1966,1,4.3059,1,3.5219 -1967,1,4.3148,1,3.53 -1968,1,4.3237,1,3.5381 -1969,1,4.3326,1,3.5463 -1970,1,4.3416,1,3.5545 -1971,1,4.3506,1,3.5627 -1972,1,4.3595,1,3.5709 -1973,1,4.3685,1,3.5791 -1974,1,4.3776,1,3.5873 -1975,1,4.3866,1,3.5956 -1976,1,4.3957,1,3.6039 -1977,1,4.4048,1,3.6122 -1978,1,4.4139,1,3.6205 -1979,1,4.423,1,3.6289 -1980,1,4.4321,1,3.6372 -1981,1,4.4413,1,3.6456 -1982,1,4.4505,1,3.654 -1983,1,4.4597,1,3.6624 -1984,1,4.4689,1,3.6709 -1985,1,4.4782,1,3.6793 -1986,1,4.4874,1,3.6878 -1987,1,4.4967,1,3.6963 -1988,1,4.506,1,3.7048 -1989,1,4.5154,1,3.7134 -1990,1,4.5247,1,3.7219 -1991,1,4.5341,1,3.7305 -1992,1,4.5435,1,3.7391 -1993,1,4.5529,1,3.7477 -1994,1,4.5623,1,3.7563 -1995,1,4.5717,1,3.765 -1996,1,4.5812,1,3.7737 -1997,1,4.5907,1,3.7824 -1998,1,4.6002,1,3.7911 -1999,1,4.6097,1,3.7998 -2000,1,4.6193,1,3.8086 -2001,1,4.6289,1,3.8173 -2002,1,4.6384,1,3.8261 -2003,1,4.648,1,3.8349 -2004,1,4.6577,1,3.8438 -2005,1,4.6673,1,3.8526 -2006,1,4.677,1,3.8615 -2007,1,4.6867,1,3.8704 -2008,1,4.6964,1,3.8793 -2009,1,4.7061,1,3.8882 -2010,1,4.7159,1,3.8971 -2011,1,4.7257,1,3.9061 -2012,1,4.7354,1,3.9151 -2013,1,4.7453,1,3.1028 -2014,1,4.7551,1,3.1098 -2015,1,4.7649,1,3.1169 -2016,1,4.7748,1,3.124 -2017,1,4.7847,1,3.1311 -2018,1,4.7946,1,3.1382 -2019,1,4.8046,1,3.1454 -2020,1,4.8145,1,3.1525 -2021,1,4.8245,1,3.1597 -2022,1,4.8345,1,3.1669 -2023,1,4.8445,1,3.1741 -2024,1,4.8545,1,3.1814 -2025,1,4.8646,1,3.1887 -2026,1,4.8747,1,3.1959 -2027,1,4.8848,1,3.2032 -2028,1,4.8949,1,3.2106 -2029,1,4.905,1,3.2179 -2030,1,4.9152,1,3.2253 -2031,1,4.9254,1,3.2327 -2032,1,4.9356,1,3.2401 -2033,1,4.9458,1,3.2475 -2034,1,4.956,1,3.2549 -2035,1,4.9663,1,3.2624 -2036,1,4.9766,1,3.2699 -2037,1,4.9869,1,3.2773 -2038,1,4.9972,1,3.2849 -2039,1,5.0075,1,3.2924 -2040,1,5.0179,1,3.3 -2041,1,5.0283,1,3.3075 -2042,1,5.0387,1,3.3151 -2043,1,5.0491,1,3.3227 -2044,1,5.0596,1,3.3304 -2045,1,5.07,1,3.338 -2046,1,5.0805,1,3.3457 -2047,1,5.091,1,3.3534 -2048,1,5.1016,1,3.3611 -2049,1,5.1121,1,3.3688 -2050,1,5.1227,1,3.3766 -2051,1,5.1333,1,3.3844 -2052,1,5.1439,1,3.3921 -2053,1,5.1545,1,3.4 -2054,1,5.1652,1,3.4078 -2055,1,5.1758,1,3.4156 -2056,1,5.1865,1,3.4235 -2057,1,5.1972,1,3.4314 -2058,1,5.208,1,3.4393 -2059,1,5.2187,1,3.4472 -2060,1,5.2295,1,3.4552 -2061,1,5.2403,1,3.4631 -2062,1,5.2511,1,3.4711 -2063,1,5.262,1,3.4791 -2064,1,5.2728,1,3.4872 -2065,1,5.2837,1,3.4952 -2066,1,5.2946,1,3.5033 -2067,1,5.3055,1,3.5114 -2068,1,5.3165,1,3.5195 -2069,1,5.3274,1,3.5276 -2070,1,5.3384,1,3.5357 -2071,1,5.3494,1,3.5439 -2072,1,5.3605,1,3.5521 -2073,1,5.3715,1,3.5603 -2074,1,5.3826,1,3.5685 -2075,1,5.3937,1,3.5768 -2076,1,5.4048,1,3.585 -2077,1,5.4159,1,3.5933 -2078,1,5.4271,1,3.6016 -2079,1,5.4382,1,3.6099 -2080,1,5.4494,1,3.6183 -2081,1,5.4606,1,3.6266 -2082,1,5.4719,1,3.635 -2083,1,5.4831,1,3.6434 -2084,1,5.4944,1,3.6519 -2085,1,5.5057,1,3.6603 -2086,1,5.517,1,3.6688 -2087,1,5.5284,1,3.6773 -2088,1,5.5397,1,3.6858 -2089,1,5.5511,1,3.6943 -2090,1,5.5625,1,3.7028 -2091,1,5.5739,1,3.7114 -2092,1,5.5854,1,3.72 -2093,1,5.5969,1,3.7286 -2094,1,5.6084,1,3.7372 -2095,1,5.6199,1,3.7459 -2096,1,5.6314,1,3.7545 -2097,1,5.643,1,3.7632 -2098,1,5.6545,1,3.7719 -2099,1,5.6661,1,3.7807 -2100,1,5.6777,1,3.7894 -2101,1,5.6894,1,3.7982 -2102,1,5.701,1,3.807 -2103,1,5.7127,1,3.8158 -2104,1,5.7244,1,3.8246 -2105,1,5.7361,1,3.8335 -2106,1,5.7479,1,3.8423 -2107,1,5.7596,1,3.8512 -2108,1,5.7714,1,3.8601 -2109,1,5.7832,1,3.869 -2110,1,5.7951,1,3.878 -2111,1,5.8069,1,3.887 -2112,1,5.8188,1,3.8959 -2113,0,3.8186,1,3.0941 -2114,0,3.8262,1,3.1012 -2115,0,3.8338,1,3.1083 -2116,0,3.8415,1,3.1154 -2117,0,3.8492,1,3.1225 -2118,0,3.8569,1,3.1297 -2119,0,3.8646,1,3.1369 -2120,0,3.8724,1,3.144 -2121,0,3.8801,1,3.1513 -2122,0,3.8879,1,3.1585 -2123,0,3.8957,1,3.1657 -2124,0,3.9036,1,3.173 -2125,0,3.9114,1,3.1803 -2126,0,3.9193,1,3.1876 -2127,0,3.9272,1,3.195 -2128,0,3.9351,1,3.2023 -2129,0,3.9431,1,3.2097 -2130,0,3.951,1,3.2171 -2131,0,3.959,1,3.2245 -2132,0,3.967,1,3.2319 -2133,0,3.975,1,3.2394 -2134,0,3.983,1,3.2469 -2135,0,3.9911,1,3.2544 -2136,0,3.9992,1,3.2619 -2137,0,4.0073,1,3.2694 -2138,0,4.0154,1,3.277 -2139,0,4.0236,1,3.2846 -2140,0,4.0317,1,3.2922 -2141,0,4.0399,1,3.2998 -2142,0,4.0481,1,3.3074 -2143,0,4.0564,1,3.3151 -2144,0,4.0646,1,3.3228 -2145,0,4.0729,1,3.3305 -2146,0,4.0812,1,3.3382 -2147,0,4.0895,1,3.3459 -2148,0,4.0978,1,3.3537 -2149,1,4.1062,1,3.3615 -2150,1,4.1146,1,3.3693 -2151,1,4.123,1,3.3771 -2152,1,4.1314,1,3.385 -2153,1,4.1398,1,3.3928 -2154,1,4.1483,1,3.4007 -2155,1,4.1568,1,3.4087 -2156,1,4.1653,1,3.4166 -2157,1,4.1738,1,3.4246 -2158,1,4.1824,1,3.4325 -2159,1,4.191,1,3.4405 -2160,1,4.1996,1,3.4486 -2161,1,4.2082,1,3.4566 -2162,1,4.2168,1,3.4647 -2163,1,4.2255,1,3.4728 -2164,1,4.2342,1,3.4809 -2165,1,4.2429,1,3.4891 -2166,1,4.2517,1,3.4972 -2167,1,4.2604,1,3.5054 -2168,1,4.2692,1,3.5137 -2169,1,4.278,1,3.5219 -2170,1,4.2869,1,3.5302 -2171,1,4.2957,1,3.5385 -2172,1,4.3046,1,3.5468 -2173,1,4.3135,1,3.5552 -2174,1,4.3225,1,3.5635 -2175,1,4.3314,1,3.5719 -2176,1,4.3404,1,3.5804 -2177,1,4.3494,1,3.5888 -2178,1,4.3585,1,3.5973 -2179,1,4.3675,1,3.6058 -2180,1,4.3766,1,3.6144 -2181,1,4.3857,1,3.6229 -2182,1,4.3949,1,3.6315 -2183,1,4.4041,1,3.6401 -2184,1,4.4133,1,3.6488 -2185,1,4.4225,1,3.6575 -2186,1,4.4317,1,3.6662 -2187,1,4.441,1,3.6749 -2188,1,4.4503,1,3.6837 -2189,1,4.4597,1,3.6925 -2190,1,4.469,1,3.7013 -2191,1,4.4784,1,3.7102 -2192,1,4.4878,1,3.719 -2193,1,4.4973,1,3.728 -2194,1,4.5068,1,3.7369 -2195,1,4.5163,1,3.7459 -2196,1,4.5258,1,3.7549 -2197,1,4.5354,1,3.764 -2198,1,4.545,1,3.773 -2199,1,4.5546,1,3.7821 -2200,1,4.5643,1,3.7913 -2201,1,4.5739,1,3.8005 -2202,1,4.5837,1,3.8097 -2203,1,4.5934,1,3.8189 -2204,1,4.6032,1,3.8282 -2205,1,4.613,1,3.8376 -2206,1,4.6229,1,3.8469 -2207,1,4.6328,1,3.8563 -2208,1,4.6427,1,3.8658 -2209,1,4.6527,1,3.8752 -2210,1,4.6627,1,3.8847 -2211,1,4.6727,1,3.8943 -2212,1,4.6828,1,3.9039 -2213,0,3.4531,1,3.0979 -2214,0,3.4604,1,3.1054 -2215,0,3.4678,1,3.113 -2216,0,3.4752,1,3.1207 -2217,0,3.4827,1,3.1284 -2218,0,3.4902,1,3.1361 -2219,0,3.4977,1,3.1439 -2220,0,3.5053,1,3.1517 -2221,0,3.513,1,3.1595 -2222,0,3.5206,1,3.1675 -2223,0,3.5283,1,3.1754 -2224,0,3.5361,1,3.1834 -2225,0,3.5439,1,3.1915 -2226,0,3.5518,1,3.1996 -2227,0,3.5597,1,3.2077 -2228,0,3.5676,1,3.2159 -2229,0,3.5756,1,3.2242 -2230,0,3.5836,1,3.2325 -2231,0,3.5917,1,3.2408 -2232,0,3.5999,1,3.2492 -2233,0,3.6081,1,3.2577 -2234,0,3.6163,1,3.2662 -2235,0,3.6246,1,3.2748 -2236,0,3.633,1,3.2834 -2237,0,3.6414,1,3.2921 -2238,0,3.6498,1,3.3009 -2239,0,3.6583,1,3.3097 -2240,0,3.6669,1,3.3185 -2241,0,3.6755,1,3.3274 -2242,0,3.6842,1,3.3364 -2243,0,3.6929,1,3.3455 -2244,0,3.7017,1,3.3546 -2245,0,3.7106,1,3.3637 -2246,0,3.7195,1,3.373 -2247,0,3.7284,1,3.3822 -2248,0,3.7375,1,3.3916 -2249,0,3.7466,1,3.401 -2250,0,3.7557,1,3.4105 -2251,0,3.7649,1,3.4201 -2252,0,3.7742,1,3.4297 -2253,0,3.7836,1,3.4394 -2254,0,3.793,1,3.4491 -2255,0,3.8025,1,3.459 -2256,0,3.812,1,3.4688 -2257,0,3.8216,1,3.4788 -2258,0,3.8313,1,3.4889 -2259,0,3.841,1,3.499 -2260,0,3.8509,1,3.5092 -2261,0,3.8608,1,3.5194 -2262,0,3.8707,1,3.5298 -2263,0,3.8808,1,3.5402 -2264,0,3.8909,1,3.5507 -2265,0,3.9011,1,3.5613 -2266,0,3.9113,1,3.5719 -2267,0,3.9217,1,3.5826 -2268,0,3.9321,1,3.5935 -2269,0,3.9426,1,3.6044 -2270,0,3.9532,1,3.6153 -2271,0,3.9638,1,3.6264 -2272,0,3.9746,1,3.6375 -2273,0,3.9854,1,3.6488 -2274,0,3.9963,1,3.6601 -2275,0,4.0073,1,3.6715 -2276,0,4.0183,1,3.683 -2277,0,4.0295,1,3.6946 -2278,0,4.0407,1,3.7062 -2279,0,4.0521,1,3.718 -2280,0,4.0635,1,3.7299 -2281,0,4.075,1,3.7418 -2282,0,4.0866,1,3.7538 -2283,0,4.0982,1,3.7659 -2284,1,4.11,1,3.7782 -2285,1,4.1218,1,3.7904 -2286,1,4.1338,1,3.8028 -2287,1,4.1458,1,3.8153 -2288,1,4.1578,1,3.8278 -2289,1,4.17,1,3.8404 -2290,1,4.1822,1,3.8531 -2291,1,4.1945,1,3.8659 -2292,1,4.2069,1,3.8787 -2293,1,4.2194,1,3.8916 -2294,1,4.2319,1,3.9046 -2295,1,4.2444,1,3.9176 -2296,1,4.2571,1,3.9306 -2297,1,4.2698,1,3.9438 -2298,1,4.2825,1,3.9569 -2299,1,4.2953,1,3.9702 -2300,1,4.3082,1,3.9835 -2301,1,4.3211,1,3.9968 -2302,1,4.334,1,4.0102 -2303,1,4.347,1,4.0236 -2304,1,4.3601,1,4.0371 -2305,1,4.3732,1,4.0506 -2306,1,4.3864,1,4.0642 -2307,1,4.3996,1,4.0778 -2308,1,4.4129,1,4.0915 -2309,1,4.4263,1,4.1053 -2310,1,4.4397,1,4.1191 -2311,1,4.4531,1,4.1329 -2312,1,4.4667,1,4.1468 -2313,1,4.4803,1,3.1951 -2314,1,4.494,1,3.2055 -2315,1,4.5077,1,3.216 -2316,1,4.5215,1,3.2265 -2317,1,4.5354,1,3.2371 -2318,1,4.5494,1,3.2478 -2319,1,4.5635,1,3.2586 -2320,1,4.5776,1,3.2694 -2321,1,4.5918,1,3.2803 -2322,1,4.6061,1,3.2913 -2323,1,4.6205,1,3.3024 -2324,1,4.635,1,3.3136 -2325,1,4.6495,1,3.3248 -2326,1,4.6641,1,3.3361 -2327,1,4.6788,1,3.3475 -2328,1,4.6936,1,3.359 -2329,1,4.7084,1,3.3705 -2330,1,4.7233,1,3.3822 -2331,1,4.7383,1,3.3939 -2332,1,4.7534,1,3.4056 -2333,1,4.7685,1,3.4175 -2334,1,4.7837,1,3.4294 -2335,1,4.799,1,3.4413 -2336,1,4.8144,1,3.4534 -2337,1,4.8298,1,3.4655 -2338,1,4.8452,1,3.4776 -2339,1,4.8608,1,3.4899 -2340,1,4.8763,1,3.5022 -2341,1,4.892,1,3.5145 -2342,1,4.9077,1,3.527 -2343,1,4.9235,1,3.5394 -2344,1,4.9393,1,3.552 -2345,1,4.9552,1,3.5646 -2346,1,4.9712,1,3.5773 -2347,1,4.9872,1,3.59 -2348,1,5.0033,1,3.6028 -2349,1,5.0195,1,3.6157 -2350,1,5.0357,1,3.6286 -2351,1,5.052,1,3.6416 -2352,1,5.0684,1,3.6547 -2353,1,5.0848,1,3.6679 -2354,1,5.1014,1,3.6811 -2355,1,5.118,1,3.6944 -2356,1,5.1346,1,3.7077 -2357,1,5.1514,1,3.7212 -2358,1,5.1682,1,3.7347 -2359,1,5.1851,1,3.7483 -2360,1,5.2021,1,3.7619 -2361,1,5.2191,1,3.7757 -2362,1,5.2362,1,3.7895 -2363,1,5.2535,1,3.8034 -2364,1,5.2707,1,3.8173 -2365,1,5.2881,1,3.8314 -2366,1,5.3055,1,3.8455 -2367,1,5.323,1,3.8597 -2368,1,5.3406,1,3.8739 -2369,1,5.3583,1,3.8882 -2370,1,5.376,1,3.9026 -2371,1,5.3938,1,3.9171 -2372,1,5.4116,1,3.9316 -2373,1,5.4296,1,3.9462 -2374,1,5.4476,1,3.9608 -2375,1,5.4656,1,3.9756 -2376,1,5.4838,1,3.9903 -2377,1,5.502,1,4.0052 -2378,1,5.5202,1,4.0201 -2379,1,5.5386,1,4.0351 -2380,1,5.557,1,4.0501 -2381,1,5.5755,1,4.0652 -2382,1,5.594,1,4.0804 -2383,1,5.6126,1,4.0956 -2384,1,5.6313,1,4.1109 -2385,1,5.65,1,4.1263 -2386,1,5.6688,1,4.1417 -2387,1,5.6877,1,4.1572 -2388,1,5.7067,1,4.1728 -2389,1,5.7257,1,4.1884 -2390,1,5.7448,1,4.2041 -2391,1,5.764,1,4.2199 -2392,1,5.7832,1,4.2358 -2393,1,5.8025,1,4.2517 -2394,1,5.8219,1,4.2677 -2395,1,5.8414,1,4.2838 -2396,1,5.861,1,4.2999 -2397,1,5.8806,1,4.3161 -2398,1,5.9003,1,4.3324 -2399,1,5.9201,1,4.3488 -2400,1,5.94,1,4.3652 -2401,1,5.9599,1,4.3817 -2402,1,5.98,1,4.3983 -2403,1,6.0001,1,4.4149 -2404,1,6.0202,1,4.4316 -2405,1,6.0404,1,4.4484 -2406,1,6.0608,1,4.4653 -2407,1,6.0811,1,4.4822 -2408,1,6.1016,1,4.4991 -2409,1,6.1221,1,4.5162 -2410,1,6.1426,1,4.5333 -2411,1,6.1633,1,4.5504 -2412,1,6.184,1,4.5676 -2413,0,3.8304,1,3.3188 -2414,0,3.8421,1,3.3305 -2415,0,3.8538,1,3.3422 -2416,0,3.8656,1,3.3539 -2417,0,3.8774,1,3.3657 -2418,0,3.8893,1,3.3776 -2419,0,3.9013,1,3.3895 -2420,0,3.9133,1,3.4015 -2421,0,3.9254,1,3.4136 -2422,0,3.9376,1,3.4257 -2423,0,3.9498,1,3.4378 -2424,0,3.9621,1,3.4501 -2425,0,3.9745,1,3.4624 -2426,0,3.9869,1,3.4747 -2427,0,3.9994,1,3.4872 -2428,0,4.0119,1,3.4996 -2429,0,4.0245,1,3.5122 -2430,0,4.0372,1,3.5248 -2431,0,4.05,1,3.5375 -2432,0,4.0628,1,3.5502 -2433,0,4.0757,1,3.563 -2434,0,4.0887,1,3.5759 -2435,1,4.1018,1,3.5889 -2436,1,4.1149,1,3.6019 -2437,1,4.128,1,3.6149 -2438,1,4.1413,1,3.6281 -2439,1,4.1546,1,3.6413 -2440,1,4.168,1,3.6545 -2441,1,4.1814,1,3.6679 -2442,1,4.1949,1,3.6812 -2443,1,4.2085,1,3.6947 -2444,1,4.2222,1,3.7082 -2445,1,4.2359,1,3.7218 -2446,1,4.2496,1,3.7354 -2447,1,4.2635,1,3.7491 -2448,1,4.2774,1,3.7628 -2449,1,4.2913,1,3.7766 -2450,1,4.3054,1,3.7905 -2451,1,4.3194,1,3.8044 -2452,1,4.3336,1,3.8184 -2453,1,4.3478,1,3.8324 -2454,1,4.3621,1,3.8465 -2455,1,4.3764,1,3.8606 -2456,1,4.3908,1,3.8748 -2457,1,4.4052,1,3.8891 -2458,1,4.4198,1,3.9034 -2459,1,4.4343,1,3.9177 -2460,1,4.449,1,3.9321 -2461,1,4.4637,1,3.9466 -2462,1,4.4784,1,3.9612 -2463,1,4.4933,1,3.9758 -2464,1,4.5082,1,3.9904 -2465,1,4.5231,1,4.0051 -2466,1,4.5381,1,4.0199 -2467,1,4.5532,1,4.0348 -2468,1,4.5684,1,4.0497 -2469,1,4.5836,1,4.0647 -2470,1,4.5989,1,4.0797 -2471,1,4.6143,1,4.0948 -2472,1,4.6297,1,4.11 -2473,1,4.6452,1,4.1252 -2474,1,4.6608,1,4.1405 -2475,1,4.6764,1,4.1558 -2476,1,4.6921,1,4.1712 -2477,1,4.7079,1,4.1867 -2478,1,4.7237,1,4.2022 -2479,1,4.7396,1,4.2178 -2480,1,4.7555,1,4.2334 -2481,1,4.7715,1,4.2491 -2482,1,4.7876,1,4.2649 -2483,1,4.8037,1,4.2807 -2484,1,4.82,1,4.2966 -2485,1,4.8362,1,4.3126 -2486,1,4.8526,1,4.3286 -2487,1,4.869,1,4.3446 -2488,1,4.8854,1,4.3607 -2489,1,4.9019,1,4.3769 -2490,1,4.9185,1,4.3931 -2491,1,4.9352,1,4.4094 -2492,1,4.9519,1,4.4257 -2493,1,4.9686,1,4.4421 -2494,1,4.9854,1,4.4586 -2495,1,5.0023,1,4.4751 -2496,1,5.0193,1,4.4917 -2497,1,5.0363,1,4.5083 -2498,1,5.0533,1,4.525 -2499,1,5.0705,1,4.5417 -2500,1,5.0877,1,4.5585 -2501,1,5.1049,1,4.5753 -2502,1,5.1222,1,4.5923 -2503,1,5.1396,1,4.6092 -2504,1,5.1571,1,4.6263 -2505,1,5.1746,1,4.6434 -2506,1,5.1922,1,4.6605 -2507,1,5.2098,1,4.6777 -2508,1,5.2276,1,4.695 -2509,1,5.2453,1,4.7124 -2510,1,5.2632,1,4.7298 -2511,1,5.2811,1,4.7472 -2512,1,5.2991,1,4.7647 -2513,0,3.5913,1,3.3606 -2514,0,3.6025,1,3.3719 -2515,0,3.6138,1,3.3833 -2516,0,3.6251,1,3.3947 -2517,0,3.6364,1,3.4062 -2518,0,3.6479,1,3.4177 -2519,0,3.6593,1,3.4292 -2520,0,3.6709,1,3.4408 -2521,0,3.6825,1,3.4525 -2522,0,3.6941,1,3.4642 -2523,0,3.7058,1,3.476 -2524,0,3.7176,1,3.4878 -2525,0,3.7294,1,3.4996 -2526,0,3.7413,1,3.5115 -2527,0,3.7532,1,3.5235 -2528,0,3.7652,1,3.5355 -2529,0,3.7772,1,3.5475 -2530,0,3.7893,1,3.5596 -2531,0,3.8015,1,3.5717 -2532,0,3.8137,1,3.5839 -2533,0,3.8259,1,3.5961 -2534,0,3.8382,1,3.6084 -2535,0,3.8506,1,3.6207 -2536,0,3.863,1,3.6331 -2537,0,3.8755,1,3.6455 -2538,0,3.888,1,3.6579 -2539,0,3.9006,1,3.6704 -2540,0,3.9132,1,3.6829 -2541,0,3.9259,1,3.6955 -2542,0,3.9386,1,3.7081 -2543,0,3.9514,1,3.7208 -2544,0,3.9642,1,3.7334 -2545,0,3.977,1,3.7462 -2546,0,3.9899,1,3.7589 -2547,0,4.0028,1,3.7717 -2548,0,4.0158,1,3.7845 -2549,0,4.0288,1,3.7974 -2550,0,4.0419,1,3.8102 -2551,0,4.055,1,3.8232 -2552,0,4.0681,1,3.8361 -2553,0,4.0812,1,3.8491 -2554,0,4.0944,1,3.862 -2555,1,4.1077,1,3.8751 -2556,1,4.1209,1,3.8881 -2557,1,4.1342,1,3.9012 -2558,1,4.1475,1,3.9143 -2559,1,4.1609,1,3.9274 -2560,1,4.1743,1,3.9405 -2561,1,4.1877,1,3.9537 -2562,1,4.2012,1,3.9669 -2563,1,4.2147,1,3.9801 -2564,1,4.2282,1,3.9933 -2565,1,4.2417,1,4.0066 -2566,1,4.2553,1,4.0198 -2567,1,4.2689,1,4.0332 -2568,1,4.2825,1,4.0465 -2569,1,4.2962,1,4.0599 -2570,1,4.3099,1,4.0732 -2571,1,4.3237,1,4.0866 -2572,1,4.3374,1,4.1001 -2573,1,4.3512,1,4.1136 -2574,1,4.3651,1,4.1271 -2575,1,4.379,1,4.1406 -2576,1,4.3929,1,4.1541 -2577,1,4.4069,1,4.1677 -2578,1,4.4209,1,4.1813 -2579,1,4.4349,1,4.195 -2580,1,4.449,1,4.2087 -2581,1,4.4631,1,4.2224 -2582,1,4.4772,1,4.2361 -2583,1,4.4914,1,4.2499 -2584,1,4.5056,1,4.2637 -2585,1,4.5198,1,4.2775 -2586,1,4.5341,1,4.2913 -2587,1,4.5484,1,4.3052 -2588,1,4.5627,1,4.3191 -2589,1,4.5771,1,4.333 -2590,1,4.5915,1,4.347 -2591,1,4.6059,1,4.3609 -2592,1,4.6203,1,4.3749 -2593,1,4.6348,1,4.3889 -2594,1,4.6493,1,4.4029 -2595,1,4.6638,1,4.417 -2596,1,4.6784,1,4.4311 -2597,1,4.693,1,4.4452 -2598,1,4.7076,1,4.4593 -2599,1,4.7222,1,4.4734 -2600,1,4.7369,1,4.4876 -2601,1,4.7516,1,4.5018 -2602,1,4.7664,1,4.5161 -2603,1,4.7812,1,4.5303 -2604,1,4.796,1,4.5446 -2605,1,4.8108,1,4.5589 -2606,1,4.8256,1,4.5732 -2607,1,4.8405,1,4.5875 -2608,1,4.8554,1,4.6019 -2609,1,4.8703,1,4.6163 -2610,1,4.8853,1,4.6307 -2611,1,4.9003,1,4.6451 -2612,1,4.9153,1,4.6595 -2613,1,4.9303,1,3.3329 -2614,1,4.9453,1,3.3425 -2615,1,4.9604,1,3.3521 -2616,1,4.9754,1,3.3617 -2617,1,4.9905,1,3.3714 -2618,1,5.0056,1,3.381 -2619,1,5.0207,1,3.3907 -2620,1,5.0359,1,3.4004 -2621,1,5.051,1,3.4101 -2622,1,5.0662,1,3.4199 -2623,1,5.0814,1,3.4296 -2624,1,5.0967,1,3.4394 -2625,1,5.1119,1,3.4492 -2626,1,5.1272,1,3.459 -2627,1,5.1425,1,3.4689 -2628,1,5.1578,1,3.4788 -2629,1,5.1732,1,3.4886 -2630,1,5.1886,1,3.4986 -2631,1,5.204,1,3.5085 -2632,1,5.2195,1,3.5185 -2633,1,5.235,1,3.5285 -2634,1,5.2505,1,3.5385 -2635,1,5.2661,1,3.5485 -2636,1,5.2817,1,3.5586 -2637,1,5.2974,1,3.5687 -2638,1,5.3131,1,3.5789 -2639,1,5.3288,1,3.5891 -2640,1,5.3446,1,3.5993 -2641,1,5.3604,1,3.6095 -2642,1,5.3763,1,3.6198 -2643,1,5.3922,1,3.6301 -2644,1,5.4082,1,3.6404 -2645,1,5.4241,1,3.6507 -2646,1,5.4402,1,3.6611 -2647,1,5.4563,1,3.6716 -2648,1,5.4724,1,3.682 -2649,1,5.4886,1,3.6925 -2650,1,5.5048,1,3.703 -2651,1,5.521,1,3.7135 -2652,1,5.5373,1,3.7241 -2653,1,5.5536,1,3.7347 -2654,1,5.5699,1,3.7453 -2655,1,5.5863,1,3.7559 -2656,1,5.6027,1,3.7666 -2657,1,5.6191,1,3.7773 -2658,1,5.6356,1,3.788 -2659,1,5.6521,1,3.7988 -2660,1,5.6687,1,3.8096 -2661,1,5.6853,1,3.8204 -2662,1,5.7019,1,3.8312 -2663,1,5.7185,1,3.8421 -2664,1,5.7352,1,3.8529 -2665,1,5.752,1,3.8639 -2666,1,5.7688,1,3.8748 -2667,1,5.7856,1,3.8858 -2668,1,5.8025,1,3.8968 -2669,1,5.8194,1,3.9078 -2670,1,5.8363,1,3.9189 -2671,1,5.8533,1,3.93 -2672,1,5.8703,1,3.9411 -2673,1,5.8874,1,3.9523 -2674,1,5.9045,1,3.9634 -2675,1,5.9217,1,3.9747 -2676,1,5.9389,1,3.9859 -2677,1,5.9561,1,3.9972 -2678,1,5.9734,1,4.0085 -2679,1,5.9907,1,4.0198 -2680,1,6.008,1,4.0312 -2681,1,6.0254,1,4.0426 -2682,1,6.0429,1,4.054 -2683,1,6.0603,1,4.0654 -2684,1,6.0778,1,4.0769 -2685,1,6.0954,1,4.0884 -2686,1,6.113,1,4.1 -2687,1,6.1306,1,4.1115 -2688,1,6.1483,1,4.1231 -2689,1,6.166,1,4.1348 -2690,1,6.1838,1,4.1464 -2691,1,6.2016,1,4.1581 -2692,1,6.2195,1,4.1699 -2693,1,6.2374,1,4.1816 -2694,1,6.2553,1,4.1934 -2695,1,6.2733,1,4.2053 -2696,1,6.2914,1,4.2171 -2697,1,6.3095,1,4.229 -2698,1,6.3276,1,4.2409 -2699,1,6.3458,1,4.2529 -2700,1,6.364,1,4.2649 -2701,1,6.3823,1,4.277 -2702,1,6.4006,1,4.289 -2703,1,6.419,1,4.3011 -2704,1,6.4374,1,4.3133 -2705,1,6.4559,1,4.3255 -2706,1,6.4744,1,4.3377 -2707,1,6.493,1,4.3499 -2708,1,6.5116,1,4.3622 -2709,1,6.5302,1,4.3745 -2710,1,6.5489,1,4.3868 -2711,1,6.5677,1,4.3992 -2712,1,6.5864,1,4.4116 -2713,0,3.8565,1,3.2665 -2714,0,3.8664,1,3.2752 -2715,0,3.8764,1,3.284 -2716,0,3.8865,1,3.2928 -2717,0,3.8965,1,3.3016 -2718,0,3.9066,1,3.3105 -2719,0,3.9167,1,3.3194 -2720,0,3.9269,1,3.3283 -2721,0,3.9371,1,3.3373 -2722,0,3.9473,1,3.3462 -2723,0,3.9576,1,3.3552 -2724,0,3.9679,1,3.3642 -2725,0,3.9782,1,3.3733 -2726,0,3.9885,1,3.3824 -2727,0,3.9989,1,3.3915 -2728,0,4.0093,1,3.4006 -2729,0,4.0198,1,3.4098 -2730,0,4.0303,1,3.419 -2731,0,4.0408,1,3.4282 -2732,0,4.0514,1,3.4375 -2733,0,4.0619,1,3.4468 -2734,0,4.0726,1,3.4561 -2735,0,4.0832,1,3.4654 -2736,0,4.0939,1,3.4748 -2737,1,4.1046,1,3.4842 -2738,1,4.1153,1,3.4936 -2739,1,4.1261,1,3.503 -2740,1,4.1369,1,3.5125 -2741,1,4.1478,1,3.522 -2742,1,4.1586,1,3.5315 -2743,1,4.1695,1,3.5411 -2744,1,4.1805,1,3.5506 -2745,1,4.1914,1,3.5603 -2746,1,4.2024,1,3.5699 -2747,1,4.2135,1,3.5796 -2748,1,4.2246,1,3.5893 -2749,1,4.2357,1,3.599 -2750,1,4.2468,1,3.6088 -2751,1,4.258,1,3.6185 -2752,1,4.2692,1,3.6283 -2753,1,4.2804,1,3.6382 -2754,1,4.2917,1,3.6481 -2755,1,4.303,1,3.658 -2756,1,4.3143,1,3.6679 -2757,1,4.3257,1,3.6778 -2758,1,4.3371,1,3.6878 -2759,1,4.3485,1,3.6978 -2760,1,4.36,1,3.7078 -2761,1,4.3715,1,3.7179 -2762,1,4.383,1,3.728 -2763,1,4.3945,1,3.7381 -2764,1,4.4061,1,3.7482 -2765,1,4.4177,1,3.7584 -2766,1,4.4294,1,3.7686 -2767,1,4.4411,1,3.7788 -2768,1,4.4528,1,3.789 -2769,1,4.4645,1,3.7993 -2770,1,4.4763,1,3.8096 -2771,1,4.4881,1,3.8199 -2772,1,4.4999,1,3.8303 -2773,1,4.5118,1,3.8407 -2774,1,4.5237,1,3.8511 -2775,1,4.5356,1,3.8615 -2776,1,4.5476,1,3.872 -2777,1,4.5596,1,3.8825 -2778,1,4.5716,1,3.893 -2779,1,4.5837,1,3.9036 -2780,1,4.5958,1,3.9142 -2781,1,4.608,1,3.9248 -2782,1,4.6201,1,3.9354 -2783,1,4.6323,1,3.946 -2784,1,4.6445,1,3.9567 -2785,1,4.6567,1,3.9674 -2786,1,4.669,1,3.9781 -2787,1,4.6813,1,3.9889 -2788,1,4.6936,1,3.9996 -2789,1,4.7059,1,4.0104 -2790,1,4.7183,1,4.0212 -2791,1,4.7307,1,4.0321 -2792,1,4.7432,1,4.043 -2793,1,4.7556,1,4.0538 -2794,1,4.7681,1,4.0648 -2795,1,4.7806,1,4.0757 -2796,1,4.7932,1,4.0866 -2797,1,4.8057,1,4.0976 -2798,1,4.8183,1,4.1086 -2799,1,4.831,1,4.1197 -2800,1,4.8436,1,4.1307 -2801,1,4.8563,1,4.1418 -2802,1,4.869,1,4.1529 -2803,1,4.8817,1,4.164 -2804,1,4.8945,1,4.1751 -2805,1,4.9072,1,4.1863 -2806,1,4.92,1,4.1974 -2807,1,4.9329,1,4.2086 -2808,1,4.9457,1,4.2198 -2809,1,4.9586,1,4.2311 -2810,1,4.9715,1,4.2423 -2811,1,4.9844,1,4.2536 -2812,1,4.9973,1,4.2649 -2813,0,3.5177,1,3.2195 -2814,0,3.5264,1,3.2277 -2815,0,3.5351,1,3.2359 -2816,0,3.5439,1,3.2441 -2817,0,3.5527,1,3.2524 -2818,0,3.5615,1,3.2607 -2819,0,3.5703,1,3.269 -2820,0,3.5791,1,3.2773 -2821,0,3.588,1,3.2857 -2822,0,3.5969,1,3.294 -2823,0,3.6058,1,3.3024 -2824,0,3.6148,1,3.3109 -2825,0,3.6238,1,3.3193 -2826,0,3.6328,1,3.3278 -2827,0,3.6418,1,3.3363 -2828,0,3.6509,1,3.3448 -2829,0,3.66,1,3.3533 -2830,0,3.6691,1,3.3619 -2831,0,3.6783,1,3.3705 -2832,0,3.6875,1,3.379 -2833,0,3.6966,1,3.3877 -2834,0,3.7059,1,3.3963 -2835,0,3.7151,1,3.405 -2836,0,3.7244,1,3.4136 -2837,0,3.7337,1,3.4223 -2838,0,3.743,1,3.4311 -2839,0,3.7523,1,3.4398 -2840,0,3.7617,1,3.4486 -2841,0,3.7711,1,3.4573 -2842,0,3.7805,1,3.4661 -2843,0,3.7899,1,3.4749 -2844,0,3.7993,1,3.4838 -2845,0,3.8088,1,3.4926 -2846,0,3.8183,1,3.5015 -2847,0,3.8278,1,3.5103 -2848,0,3.8374,1,3.5192 -2849,0,3.8469,1,3.5282 -2850,0,3.8565,1,3.5371 -2851,0,3.8661,1,3.546 -2852,0,3.8757,1,3.555 -2853,0,3.8853,1,3.5639 -2854,0,3.8949,1,3.5729 -2855,0,3.9046,1,3.5819 -2856,0,3.9143,1,3.5909 -2857,0,3.924,1,3.6 -2858,0,3.9337,1,3.609 -2859,0,3.9435,1,3.6181 -2860,0,3.9532,1,3.6272 -2861,0,3.963,1,3.6363 -2862,0,3.9728,1,3.6454 -2863,0,3.9826,1,3.6545 -2864,0,3.9925,1,3.6637 -2865,0,4.0023,1,3.6728 -2866,0,4.0122,1,3.682 -2867,0,4.0221,1,3.6912 -2868,0,4.0321,1,3.7004 -2869,0,4.042,1,3.7097 -2870,0,4.052,1,3.7189 -2871,0,4.062,1,3.7282 -2872,0,4.0721,1,3.7375 -2873,0,4.0821,1,3.7469 -2874,0,4.0922,1,3.7562 -2875,1,4.1023,1,3.7656 -2876,1,4.1124,1,3.775 -2877,1,4.1226,1,3.7844 -2878,1,4.1328,1,3.7938 -2879,1,4.143,1,3.8033 -2880,1,4.1532,1,3.8127 -2881,1,4.1635,1,3.8222 -2882,1,4.1737,1,3.8317 -2883,1,4.184,1,3.8413 -2884,1,4.1944,1,3.8508 -2885,1,4.2047,1,3.8604 -2886,1,4.2151,1,3.87 -2887,1,4.2255,1,3.8796 -2888,1,4.2359,1,3.8892 -2889,1,4.2463,1,3.8989 -2890,1,4.2568,1,3.9085 -2891,1,4.2672,1,3.9182 -2892,1,4.2777,1,3.9279 -2893,1,4.2882,1,3.9376 -2894,1,4.2988,1,3.9473 -2895,1,4.3093,1,3.9571 -2896,1,4.3199,1,3.9668 -2897,1,4.3305,1,3.9766 -2898,1,4.3411,1,3.9864 -2899,1,4.3517,1,3.9962 -2900,1,4.3623,1,4.006 -2901,1,4.373,1,4.0158 -2902,1,4.3837,1,4.0256 -2903,1,4.3944,1,4.0355 -2904,1,4.4051,1,4.0454 -2905,1,4.4158,1,4.0553 -2906,1,4.4266,1,4.0652 -2907,1,4.4374,1,4.0751 -2908,1,4.4481,1,4.085 -2909,1,4.459,1,4.095 -2910,1,4.4698,1,4.105 -2911,1,4.4807,1,4.115 -2912,1,4.4915,1,4.125 -2913,1,4.5025,1,3.17 -2914,1,4.5134,1,3.1775 -2915,1,4.5243,1,3.185 -2916,1,4.5353,1,3.1925 -2917,1,4.5463,1,3.2 -2918,1,4.5573,1,3.2076 -2919,1,4.5684,1,3.2152 -2920,1,4.5795,1,3.2228 -2921,1,4.5906,1,3.2304 -2922,1,4.6017,1,3.238 -2923,1,4.6128,1,3.2457 -2924,1,4.624,1,3.2533 -2925,1,4.6352,1,3.261 -2926,1,4.6464,1,3.2687 -2927,1,4.6576,1,3.2765 -2928,1,4.6689,1,3.2842 -2929,1,4.6802,1,3.292 -2930,1,4.6915,1,3.2998 -2931,1,4.7028,1,3.3076 -2932,1,4.7141,1,3.3154 -2933,1,4.7255,1,3.3232 -2934,1,4.7369,1,3.331 -2935,1,4.7483,1,3.3389 -2936,1,4.7597,1,3.3468 -2937,1,4.7712,1,3.3547 -2938,1,4.7826,1,3.3626 -2939,1,4.7941,1,3.3705 -2940,1,4.8056,1,3.3784 -2941,1,4.8172,1,3.3864 -2942,1,4.8287,1,3.3944 -2943,1,4.8403,1,3.4024 -2944,1,4.8518,1,3.4104 -2945,1,4.8634,1,3.4184 -2946,1,4.875,1,3.4264 -2947,1,4.8867,1,3.4344 -2948,1,4.8983,1,3.4425 -2949,1,4.91,1,3.4506 -2950,1,4.9217,1,3.4587 -2951,1,4.9334,1,3.4668 -2952,1,4.9452,1,3.4749 -2953,1,4.9569,1,3.483 -2954,1,4.9687,1,3.4912 -2955,1,4.9805,1,3.4994 -2956,1,4.9923,1,3.5075 -2957,1,5.0041,1,3.5158 -2958,1,5.016,1,3.524 -2959,1,5.0279,1,3.5322 -2960,1,5.0398,1,3.5405 -2961,1,5.0517,1,3.5487 -2962,1,5.0637,1,3.557 -2963,1,5.0756,1,3.5653 -2964,1,5.0876,1,3.5736 -2965,1,5.0996,1,3.582 -2966,1,5.1116,1,3.5903 -2967,1,5.1237,1,3.5987 -2968,1,5.1357,1,3.6071 -2969,1,5.1478,1,3.6155 -2970,1,5.1599,1,3.6239 -2971,1,5.1721,1,3.6323 -2972,1,5.1842,1,3.6408 -2973,1,5.1964,1,3.6492 -2974,1,5.2085,1,3.6577 -2975,1,5.2207,1,3.6662 -2976,1,5.2329,1,3.6747 -2977,1,5.2451,1,3.6832 -2978,1,5.2574,1,3.6917 -2979,1,5.2696,1,3.7002 -2980,1,5.2819,1,3.7087 -2981,1,5.2942,1,3.7173 -2982,1,5.3064,1,3.7259 -2983,1,5.3187,1,3.7344 -2984,1,5.331,1,3.743 -2985,1,5.3434,1,3.7516 -2986,1,5.3557,1,3.7602 -2987,1,5.368,1,3.7688 -2988,1,5.3804,1,3.7774 -2989,1,5.3928,1,3.7861 -2990,1,5.4051,1,3.7947 -2991,1,5.4176,1,3.8034 -2992,1,5.43,1,3.812 -2993,1,5.4424,1,3.8207 -2994,1,5.4548,1,3.8294 -2995,1,5.4673,1,3.8381 -2996,1,5.4797,1,3.8468 -2997,1,5.4922,1,3.8555 -2998,1,5.5047,1,3.8642 -2999,1,5.5172,1,3.873 -3000,1,5.5297,1,3.8817 -3001,1,5.5422,1,3.8904 -3002,1,5.5547,1,3.8992 -3003,1,5.5672,1,3.908 -3004,1,5.5798,1,3.9168 -3005,1,5.5923,1,3.9256 -3006,1,5.6049,1,3.9344 -3007,1,5.6175,1,3.9432 -3008,1,5.6301,1,3.952 -3009,1,5.6427,1,3.9608 -3010,1,5.6553,1,3.9697 -3011,1,5.668,1,3.9785 -3012,1,5.6806,1,3.9874 -3013,0,3.7244,1,3.1166 -3014,0,3.7324,1,3.1234 -3015,0,3.7403,1,3.1302 -3016,0,3.7484,1,3.137 -3017,0,3.7564,1,3.1438 -3018,0,3.7644,1,3.1506 -3019,0,3.7724,1,3.1575 -3020,0,3.7805,1,3.1643 -3021,0,3.7886,1,3.1712 -3022,0,3.7966,1,3.1781 -3023,0,3.8047,1,3.1849 -3024,0,3.8128,1,3.1918 -3025,0,3.821,1,3.1987 -3026,0,3.8291,1,3.2057 -3027,0,3.8373,1,3.2126 -3028,0,3.8454,1,3.2195 -3029,0,3.8536,1,3.2265 -3030,0,3.8618,1,3.2334 -3031,0,3.87,1,3.2404 -3032,0,3.8782,1,3.2474 -3033,0,3.8864,1,3.2544 -3034,0,3.8947,1,3.2613 -3035,0,3.9029,1,3.2684 -3036,0,3.9112,1,3.2754 -3037,0,3.9194,1,3.2824 -3038,0,3.9277,1,3.2894 -3039,0,3.936,1,3.2965 -3040,0,3.9443,1,3.3035 -3041,0,3.9527,1,3.3106 -3042,0,3.961,1,3.3177 -3043,0,3.9694,1,3.3248 -3044,0,3.9777,1,3.3319 -3045,0,3.9861,1,3.339 -3046,0,3.9945,1,3.3461 -3047,0,4.0029,1,3.3532 -3048,0,4.0113,1,3.3604 -3049,0,4.0197,1,3.3675 -3050,0,4.0281,1,3.3747 -3051,0,4.0366,1,3.3818 -3052,0,4.045,1,3.389 -3053,0,4.0535,1,3.3962 -3054,0,4.062,1,3.4034 -3055,0,4.0705,1,3.4106 -3056,0,4.079,1,3.4178 -3057,0,4.0875,1,3.425 -3058,0,4.096,1,3.4322 -3059,1,4.1045,1,3.4394 -3060,1,4.1131,1,3.4467 -3061,1,4.1216,1,3.454 -3062,1,4.1302,1,3.4612 -3063,1,4.1388,1,3.4685 -3064,1,4.1474,1,3.4758 -3065,1,4.156,1,3.4831 -3066,1,4.1646,1,3.4904 -3067,1,4.1733,1,3.4977 -3068,1,4.1819,1,3.505 -3069,1,4.1906,1,3.5124 -3070,1,4.1992,1,3.5197 -3071,1,4.2079,1,3.527 -3072,1,4.2166,1,3.5344 -3073,1,4.2253,1,3.5418 -3074,1,4.234,1,3.5492 -3075,1,4.2427,1,3.5566 -3076,1,4.2515,1,3.564 -3077,1,4.2602,1,3.5714 -3078,1,4.269,1,3.5788 -3079,1,4.2778,1,3.5862 -3080,1,4.2866,1,3.5937 -3081,1,4.2954,1,3.6011 -3082,1,4.3042,1,3.6086 -3083,1,4.313,1,3.616 -3084,1,4.3218,1,3.6235 -3085,1,4.3306,1,3.631 -3086,1,4.3395,1,3.6384 -3087,1,4.3483,1,3.6459 -3088,1,4.3572,1,3.6534 -3089,1,4.3661,1,3.661 -3090,1,4.3749,1,3.6685 -3091,1,4.3838,1,3.676 -3092,1,4.3927,1,3.6835 -3093,1,4.4017,1,3.6911 -3094,1,4.4106,1,3.6986 -3095,1,4.4196,1,3.7062 -3096,1,4.4285,1,3.7138 -3097,1,4.4375,1,3.7214 -3098,1,4.4465,1,3.729 -3099,1,4.4555,1,3.7366 -3100,1,4.4646,1,3.7443 -3101,1,4.4736,1,3.7519 -3102,1,4.4827,1,3.7596 -3103,1,4.4917,1,3.7673 -3104,1,4.5008,1,3.775 -3105,1,4.5099,1,3.7827 -3106,1,4.5191,1,3.7904 -3107,1,4.5282,1,3.7981 -3108,1,4.5374,1,3.8058 -3109,1,4.5465,1,3.8136 -3110,1,4.5557,1,3.8214 -3111,1,4.5649,1,3.8292 -3112,1,4.5742,1,3.837 -3113,0,3.3924,1,3.053 -3114,0,3.3991,1,3.0592 -3115,0,3.4059,1,3.0653 -3116,0,3.4126,1,3.0715 -3117,0,3.4194,1,3.0777 -3118,0,3.4262,1,3.0839 -3119,0,3.433,1,3.0901 -3120,0,3.4399,1,3.0963 -3121,0,3.4467,1,3.1025 -3122,0,3.4536,1,3.1087 -3123,0,3.4605,1,3.115 -3124,0,3.4674,1,3.1213 -3125,0,3.4743,1,3.1275 -3126,0,3.4812,1,3.1338 -3127,0,3.4881,1,3.1401 -3128,0,3.4951,1,3.1464 -3129,0,3.5021,1,3.1528 -3130,0,3.509,1,3.1591 -3131,0,3.5161,1,3.1655 -3132,0,3.5231,1,3.1719 -3133,0,3.5301,1,3.1782 -3134,0,3.5372,1,3.1846 -3135,0,3.5442,1,3.191 -3136,0,3.5513,1,3.1975 -3137,0,3.5584,1,3.2039 -3138,0,3.5656,1,3.2104 -3139,0,3.5727,1,3.2168 -3140,0,3.5798,1,3.2233 -3141,0,3.587,1,3.2298 -3142,0,3.5942,1,3.2363 -3143,0,3.6014,1,3.2428 -3144,0,3.6086,1,3.2494 -3145,0,3.6158,1,3.2559 -3146,0,3.6231,1,3.2625 -3147,0,3.6303,1,3.269 -3148,0,3.6376,1,3.2756 -3149,0,3.6449,1,3.2822 -3150,0,3.6522,1,3.2888 -3151,0,3.6595,1,3.2954 -3152,0,3.6668,1,3.3021 -3153,0,3.6742,1,3.3087 -3154,0,3.6815,1,3.3154 -3155,0,3.6889,1,3.322 -3156,0,3.6963,1,3.3287 -3157,0,3.7037,1,3.3354 -3158,0,3.7111,1,3.3421 -3159,0,3.7186,1,3.3488 -3160,0,3.726,1,3.3556 -3161,0,3.7335,1,3.3623 -3162,0,3.741,1,3.3691 -3163,0,3.7485,1,3.3758 -3164,0,3.756,1,3.3826 -3165,0,3.7635,1,3.3894 -3166,0,3.771,1,3.3962 -3167,0,3.7786,1,3.403 -3168,0,3.7861,1,3.4098 -3169,0,3.7937,1,3.4166 -3170,0,3.8013,1,3.4235 -3171,0,3.8089,1,3.4303 -3172,0,3.8165,1,3.4372 -3173,0,3.8241,1,3.4441 -3174,0,3.8318,1,3.451 -3175,0,3.8394,1,3.4579 -3176,0,3.8471,1,3.4648 -3177,0,3.8548,1,3.4717 -3178,0,3.8625,1,3.4786 -3179,0,3.8702,1,3.4856 -3180,0,3.8779,1,3.4925 -3181,0,3.8856,1,3.4995 -3182,0,3.8934,1,3.5064 -3183,0,3.9011,1,3.5134 -3184,0,3.9089,1,3.5204 -3185,0,3.9167,1,3.5274 -3186,0,3.9245,1,3.5344 -3187,0,3.9323,1,3.5414 -3188,0,3.9401,1,3.5485 -3189,0,3.9479,1,3.5555 -3190,0,3.9558,1,3.5626 -3191,0,3.9636,1,3.5696 -3192,0,3.9715,1,3.5767 -3193,0,3.9794,1,3.5838 -3194,0,3.9873,1,3.5909 -3195,0,3.9952,1,3.598 -3196,0,4.0031,1,3.6051 -3197,0,4.011,1,3.6122 -3198,0,4.019,1,3.6194 -3199,0,4.027,1,3.6265 -3200,0,4.0349,1,3.6337 -3201,0,4.0429,1,3.6409 -3202,0,4.0509,1,3.648 -3203,0,4.0589,1,3.6552 -3204,0,4.067,1,3.6624 -3205,0,4.075,1,3.6696 -3206,0,4.083,1,3.6769 -3207,0,4.0911,1,3.6841 -3208,0,4.0992,1,3.6913 -3209,1,4.1073,1,3.6986 -3210,1,4.1154,1,3.7059 -3211,1,4.1235,1,3.7131 -3212,1,4.1316,1,3.7204 -3213,1,4.1397,1,2.9989 -3214,1,4.1479,1,3.0047 -3215,1,4.1561,1,3.0105 -3216,1,4.1642,1,3.0164 -3217,1,4.1724,1,3.0222 -3218,1,4.1806,1,3.0281 -3219,1,4.1888,1,3.0339 -3220,1,4.1971,1,3.0398 -3221,1,4.2053,1,3.0457 -3222,1,4.2135,1,3.0516 -3223,1,4.2218,1,3.0575 -3224,1,4.2301,1,3.0634 -3225,1,4.2384,1,3.0693 -3226,1,4.2467,1,3.0753 -3227,1,4.255,1,3.0812 -3228,1,4.2633,1,3.0872 -3229,1,4.2716,1,3.0931 -3230,1,4.28,1,3.0991 -3231,1,4.2883,1,3.1051 -3232,1,4.2967,1,3.1111 -3233,1,4.3051,1,3.1171 -3234,1,4.3135,1,3.1231 -3235,1,4.3219,1,3.1291 -3236,1,4.3303,1,3.1352 -3237,1,4.3387,1,3.1412 -3238,1,4.3472,1,3.1473 -3239,1,4.3556,1,3.1534 -3240,1,4.3641,1,3.1594 -3241,1,4.3726,1,3.1655 -3242,1,4.3811,1,3.1716 -3243,1,4.3896,1,3.1777 -3244,1,4.3981,1,3.1839 -3245,1,4.4067,1,3.19 -3246,1,4.4152,1,3.1962 -3247,1,4.4238,1,3.2023 -3248,1,4.4323,1,3.2085 -3249,1,4.4409,1,3.2147 -3250,1,4.4495,1,3.2209 -3251,1,4.4581,1,3.2271 -3252,1,4.4668,1,3.2333 -3253,1,4.4754,1,3.2395 -3254,1,4.4841,1,3.2457 -3255,1,4.4927,1,3.252 -3256,1,4.5014,1,3.2582 -3257,1,4.5101,1,3.2645 -3258,1,4.5188,1,3.2708 -3259,1,4.5275,1,3.2771 -3260,1,4.5362,1,3.2834 -3261,1,4.545,1,3.2897 -3262,1,4.5537,1,3.296 -3263,1,4.5625,1,3.3023 -3264,1,4.5712,1,3.3087 -3265,1,4.58,1,3.315 -3266,1,4.5888,1,3.3214 -3267,1,4.5976,1,3.3278 -3268,1,4.6065,1,3.3342 -3269,1,4.6153,1,3.3405 -3270,1,4.6242,1,3.347 -3271,1,4.633,1,3.3534 -3272,1,4.6419,1,3.3598 -3273,1,4.6508,1,3.3662 -3274,1,4.6597,1,3.3727 -3275,1,4.6686,1,3.3791 -3276,1,4.6775,1,3.3856 -3277,1,4.6864,1,3.3921 -3278,1,4.6954,1,3.3986 -3279,1,4.7043,1,3.4051 -3280,1,4.7133,1,3.4116 -3281,1,4.7223,1,3.4181 -3282,1,4.7313,1,3.4247 -3283,1,4.7403,1,3.4312 -3284,1,4.7493,1,3.4378 -3285,1,4.7584,1,3.4444 -3286,1,4.7674,1,3.4509 -3287,1,4.7765,1,3.4575 -3288,1,4.7856,1,3.4642 -3289,1,4.7947,1,3.4708 -3290,1,4.8038,1,3.4774 -3291,1,4.8129,1,3.4841 -3292,1,4.8221,1,3.4907 -3293,1,4.8312,1,3.4974 -3294,1,4.8404,1,3.504 -3295,1,4.8496,1,3.5107 -3296,1,4.8587,1,3.5174 -3297,1,4.8679,1,3.5241 -3298,1,4.8772,1,3.5309 -3299,1,4.8864,1,3.5376 -3300,1,4.8956,1,3.5444 -3301,1,4.9049,1,3.5511 -3302,1,4.9141,1,3.5579 -3303,1,4.9234,1,3.5647 -3304,1,4.9327,1,3.5714 -3305,1,4.942,1,3.5782 -3306,1,4.9513,1,3.5851 -3307,1,4.9607,1,3.5919 -3308,1,4.97,1,3.5987 -3309,1,4.9794,1,3.6056 -3310,1,4.9887,1,3.6124 -3311,1,4.9981,1,3.6193 -3312,1,5.0075,1,3.6261 -3313,0,3.5562,1,2.9519 -3314,0,3.5627,1,2.9575 -3315,0,3.5693,1,2.963 -3316,0,3.5759,1,2.9686 -3317,0,3.5825,1,2.9742 -3318,0,3.5891,1,2.9798 -3319,0,3.5957,1,2.9854 -3320,0,3.6024,1,2.991 -3321,0,3.609,1,2.9966 -3322,0,3.6157,1,3.0023 -3323,0,3.6224,1,3.0079 -3324,0,3.6291,1,3.0136 -3325,0,3.6358,1,3.0193 -3326,0,3.6425,1,3.0249 -3327,0,3.6492,1,3.0306 -3328,0,3.656,1,3.0363 -3329,0,3.6627,1,3.0421 -3330,0,3.6695,1,3.0478 -3331,0,3.6763,1,3.0536 -3332,0,3.6831,1,3.0593 -3333,0,3.6899,1,3.0651 -3334,0,3.6967,1,3.0709 -3335,0,3.7036,1,3.0767 -3336,0,3.7104,1,3.0825 -3337,0,3.7173,1,3.0883 -3338,0,3.7242,1,3.0941 -3339,0,3.7311,1,3.1 -3340,0,3.738,1,3.1059 -3341,0,3.7449,1,3.1117 -3342,0,3.7519,1,3.1176 -3343,0,3.7588,1,3.1235 -3344,0,3.7658,1,3.1294 -3345,0,3.7728,1,3.1353 -3346,0,3.7798,1,3.1413 -3347,0,3.7868,1,3.1472 -3348,0,3.7938,1,3.1532 -3349,0,3.8008,1,3.1591 -3350,0,3.8079,1,3.1651 -3351,0,3.8149,1,3.1711 -3352,0,3.822,1,3.1771 -3353,0,3.8291,1,3.1831 -3354,0,3.8362,1,3.1892 -3355,0,3.8433,1,3.1952 -3356,0,3.8505,1,3.2013 -3357,0,3.8576,1,3.2073 -3358,0,3.8648,1,3.2134 -3359,0,3.872,1,3.2195 -3360,0,3.8791,1,3.2256 -3361,0,3.8863,1,3.2317 -3362,0,3.8936,1,3.2379 -3363,0,3.9008,1,3.244 -3364,0,3.908,1,3.2501 -3365,0,3.9153,1,3.2563 -3366,0,3.9226,1,3.2625 -3367,0,3.9299,1,3.2687 -3368,0,3.9372,1,3.2749 -3369,0,3.9445,1,3.2811 -3370,0,3.9518,1,3.2873 -3371,0,3.9592,1,3.2936 -3372,0,3.9665,1,3.2998 -3373,0,3.9739,1,3.3061 -3374,0,3.9813,1,3.3124 -3375,0,3.9887,1,3.3187 -3376,0,3.9961,1,3.325 -3377,0,4.0035,1,3.3313 -3378,0,4.011,1,3.3376 -3379,0,4.0184,1,3.344 -3380,0,4.0259,1,3.3503 -3381,0,4.0334,1,3.3567 -3382,0,4.0409,1,3.3631 -3383,0,4.0484,1,3.3695 -3384,0,4.0559,1,3.3759 -3385,0,4.0635,1,3.3823 -3386,0,4.071,1,3.3887 -3387,0,4.0786,1,3.3951 -3388,0,4.0862,1,3.4016 -3389,0,4.0938,1,3.4081 -3390,1,4.1014,1,3.4146 -3391,1,4.109,1,3.4211 -3392,1,4.1167,1,3.4276 -3393,1,4.1243,1,3.4341 -3394,1,4.132,1,3.4406 -3395,1,4.1397,1,3.4472 -3396,1,4.1474,1,3.4537 -3397,1,4.1551,1,3.4603 -3398,1,4.1629,1,3.4669 -3399,1,4.1706,1,3.4735 -3400,1,4.1784,1,3.4801 -3401,1,4.1862,1,3.4867 -3402,1,4.194,1,3.4934 -3403,1,4.2018,1,3.5 -3404,1,4.2096,1,3.5067 -3405,1,4.2174,1,3.5134 -3406,1,4.2253,1,3.5201 -3407,1,4.2331,1,3.5268 -3408,1,4.241,1,3.5335 -3409,1,4.2489,1,3.5402 -3410,1,4.2568,1,3.547 -3411,1,4.2647,1,3.5537 -3412,1,4.2727,1,3.5605 -3413,1,4.2806,1,2.9173 -3414,1,4.2886,1,2.9228 -3415,1,4.2966,1,2.9283 -3416,1,4.3046,1,2.9339 -3417,1,4.3126,1,2.9394 -3418,1,4.3206,1,2.9449 -3419,1,4.3286,1,2.9505 -3420,1,4.3367,1,2.9561 -3421,1,4.3448,1,2.9617 -3422,1,4.3529,1,2.9673 -3423,1,4.361,1,2.9729 -3424,1,4.3691,1,2.9785 -3425,1,4.3772,1,2.9842 -3426,1,4.3853,1,2.9898 -3427,1,4.3935,1,2.9955 -3428,1,4.4017,1,3.0012 -3429,1,4.4098,1,3.0068 -3430,1,4.418,1,3.0125 -3431,1,4.4263,1,3.0183 -3432,1,4.4345,1,3.024 -3433,1,4.4427,1,3.0297 -3434,1,4.451,1,3.0355 -3435,1,4.4593,1,3.0413 -3436,1,4.4675,1,3.047 -3437,1,4.4758,1,3.0528 -3438,1,4.4842,1,3.0586 -3439,1,4.4925,1,3.0645 -3440,1,4.5008,1,3.0703 -3441,1,4.5092,1,3.0761 -3442,1,4.5176,1,3.082 -3443,1,4.5259,1,3.0879 -3444,1,4.5343,1,3.0938 -3445,1,4.5428,1,3.0997 -3446,1,4.5512,1,3.1056 -3447,1,4.5596,1,3.1115 -3448,1,4.5681,1,3.1174 -3449,1,4.5766,1,3.1234 -3450,1,4.5851,1,3.1294 -3451,1,4.5936,1,3.1353 -3452,1,4.6021,1,3.1413 -3453,1,4.6106,1,3.1473 -3454,1,4.6192,1,3.1534 -3455,1,4.6278,1,3.1594 -3456,1,4.6364,1,3.1654 -3457,1,4.645,1,3.1715 -3458,1,4.6536,1,3.1776 -3459,1,4.6622,1,3.1837 -3460,1,4.6708,1,3.1898 -3461,1,4.6795,1,3.1959 -3462,1,4.6882,1,3.202 -3463,1,4.6969,1,3.2082 -3464,1,4.7056,1,3.2143 -3465,1,4.7143,1,3.2205 -3466,1,4.723,1,3.2267 -3467,1,4.7318,1,3.2329 -3468,1,4.7405,1,3.2391 -3469,1,4.7493,1,3.2453 -3470,1,4.7581,1,3.2515 -3471,1,4.7669,1,3.2578 -3472,1,4.7758,1,3.264 -3473,1,4.7846,1,3.2703 -3474,1,4.7935,1,3.2766 -3475,1,4.8023,1,3.2829 -3476,1,4.8112,1,3.2892 -3477,1,4.8201,1,3.2956 -3478,1,4.829,1,3.3019 -3479,1,4.838,1,3.3082 -3480,1,4.8469,1,3.3146 -3481,1,4.8559,1,3.321 -3482,1,4.8648,1,3.3274 -3483,1,4.8738,1,3.3338 -3484,1,4.8828,1,3.3402 -3485,1,4.8919,1,3.3467 -3486,1,4.9009,1,3.3531 -3487,1,4.91,1,3.3596 -3488,1,4.919,1,3.3661 -3489,1,4.9281,1,3.3725 -3490,1,4.9372,1,3.3791 -3491,1,4.9463,1,3.3856 -3492,1,4.9555,1,3.3921 -3493,1,4.9646,1,3.3986 -3494,1,4.9738,1,3.4052 -3495,1,4.9829,1,3.4118 -3496,1,4.9921,1,3.4183 -3497,1,5.0013,1,3.4249 -3498,1,5.0105,1,3.4315 -3499,1,5.0198,1,3.4382 -3500,1,5.029,1,3.4448 diff --git a/original_submission/data/exp_cartraceP41.csv b/original_submission/data/exp_cartraceP41.csv deleted file mode 100644 index 3e0e7bcf292fd792b6f208f1539cafb906487951..0000000000000000000000000000000000000000 --- a/original_submission/data/exp_cartraceP41.csv +++ /dev/null @@ -1,29849 +0,0 @@ -0,0 --1.9152e-06,1.1292e-05 --1.4341e-05,2.3023e-05 --3.1707e-05,1.7606e-05 --3.6409e-05,1.7349e-05 --3.4147e-05,2.7323e-05 --3.7991e-05,2.251e-05 --4.1912e-05,8.9137e-06 --3.93e-05,1.5012e-05 --4.1743e-05,2.6959e-05 --5.1417e-05,1.8216e-05 --5.3359e-05,7.6141e-06 --4.8299e-05,1.3519e-05 --4.8513e-05,1.5314e-05 --5.1824e-05,5.6552e-06 --5.1577e-05,7.6712e-06 --5.669e-05,1.5453e-05 --6.8109e-05,6.1909e-06 --7.092e-05,-5.3058e-06 --6.4723e-05,2.0125e-07 --6.508e-05,1.9729e-06 --7.1672e-05,-1.2599e-05 --7.1332e-05,-1.5385e-05 --6.8456e-05,-3.3021e-06 --7.1372e-05,-5.8411e-06 --7.2395e-05,-1.8177e-05 --6.6617e-05,-1.3722e-05 --6.5022e-05,-6.1369e-06 --6.7813e-05,-1.526e-05 --6.1199e-05,-1.9399e-05 --4.8156e-05,-8.8417e-06 --3.8822e-05,-8.1432e-06 --2.589e-05,-1.8887e-05 --2.8397e-06,-1.5385e-05 -1.7273e-05,-6.5227e-06 -2.9788e-05,-1.4602e-05 -4.8494e-05,-2.156e-05 -7.4124e-05,-1.017e-05 -9.4621e-05,-3.5478e-06 -0.00011261,-1.494e-05 -0.0001381,-1.7953e-05 -0.00016326,-8.6058e-06 -0.00018153,-1.0737e-05 -0.00020414,-1.6222e-05 -0.00023349,-5.0831e-06 -0.00025655,3.5173e-06 -0.00027703,-3.8369e-06 -0.00030951,2.3702e-08 -0.0003453,1.7267e-05 -0.00037202,1.9059e-05 -0.00040012,1.1814e-05 -0.00043906,2.1956e-05 -0.00047781,3.4289e-05 -0.00051335,2.8078e-05 -0.00055878,2.5082e-05 -0.00061157,3.6297e-05 -0.00066036,3.9246e-05 -0.00071201,3.4791e-05 -0.0007746,4.8735e-05 -0.00083529,6.8761e-05 -0.00089073,7.0898e-05 -0.00095764,7.5772e-05 -0.0010343,9.5799e-05 -0.0011035,0.00010442 -0.0011703,0.00010118 -0.0012481,0.00011823 -0.0013246,0.00014505 -0.0013911,0.00015097 -0.001463,0.00015376 -0.0015455,0.00017308 -0.0016241,0.00018687 -0.0016993,0.00018753 -0.0017831,0.00020046 -0.0018662,0.00022104 -0.0019423,0.00022501 -0.0020273,0.0002281 -0.0021252,0.00024966 -0.0022189,0.00026592 -0.0023084,0.0002632 -0.0024108,0.00027161 -0.0025219,0.00029375 -0.0026305,0.00030005 -0.0027439,0.00029994 -0.002867,0.00031771 -0.0029875,0.00033545 -0.0031048,0.00033791 -0.0032342,0.00035111 -0.0033727,0.00037861 -0.0035098,0.00039446 -0.0036542,0.00040376 -0.0038116,0.00042931 -0.0039665,0.00045677 -0.0041148,0.00046812 -0.0042719,0.0004868 -0.0044379,0.00052261 -0.0045988,0.00054704 -0.0047589,0.00055604 -0.0049298,0.00057784 -0.0051011,0.00060422 -0.0052667,0.0006132 -0.0054401,0.00062566 -0.0056204,0.00065372 -0.0057938,0.00067093 -0.0059673,0.00067325 -0.0061554,0.00068756 -0.0063474,0.00070622 -0.0065344,0.00070517 -0.0067276,0.00070226 -0.0069299,0.00071716 -0.0071279,0.00072593 -0.0073238,0.00071435 -0.055784,-0.21779 -0.056102,-0.21826 -0.056415,-0.21874 -0.056735,-0.21922 -0.057063,-0.21967 -0.057387,-0.22014 -0.057711,-0.22061 -0.05805,-0.22108 -0.058398,-0.22153 -0.05874,-0.222 -0.059087,-0.22248 -0.059448,-0.22293 -0.059811,-0.22338 -0.060171,-0.22385 -0.060544,-0.22431 -0.060928,-0.22476 -0.061308,-0.22522 -0.061693,-0.22569 -0.062089,-0.22614 -0.062483,-0.2266 -0.062873,-0.22707 -0.063275,-0.22754 -0.063688,-0.22799 -0.064093,-0.22846 -0.064498,-0.22895 -0.064919,-0.22942 -0.065342,-0.22988 -0.065761,-0.23037 -0.066189,-0.23085 -0.066627,-0.23132 -0.067059,-0.23179 -0.067492,-0.23228 -0.067939,-0.23275 -0.068388,-0.23322 -0.068834,-0.2337 -0.069292,-0.23418 -0.069763,-0.23464 -0.070231,-0.23511 -0.070699,-0.2356 -0.071186,-0.23606 -0.07168,-0.23652 -0.07217,-0.23699 -0.072668,-0.23747 -0.073178,-0.23792 -0.073687,-0.23838 -0.074197,-0.23885 -0.074722,-0.23931 -0.075251,-0.23977 -0.075775,-0.24024 -0.07631,-0.2407 -0.07686,-0.24115 -0.077405,-0.2416 -0.077947,-0.24208 -0.078503,-0.24254 -0.079067,-0.24298 -0.079626,-0.24345 -0.080191,-0.24391 -0.080767,-0.24436 -0.081341,-0.24482 -0.081913,-0.24528 -0.082498,-0.24574 -0.083092,-0.24619 -0.083683,-0.24665 -0.084279,-0.24712 -0.084887,-0.24757 -0.085495,-0.24803 -0.0861,-0.24851 -0.086717,-0.24897 -0.087344,-0.24942 -0.087969,-0.24988 -0.088597,-0.25036 -0.08924,-0.25082 -0.089887,-0.25128 -0.090533,-0.25175 -0.09119,-0.25221 -0.091857,-0.25266 -0.092523,-0.25312 -0.093197,-0.25359 -0.09389,-0.25404 -0.094587,-0.25449 -0.09528,-0.25495 -0.09598,-0.25541 -0.096694,-0.25585 -0.097406,-0.2563 -0.09812,-0.25677 -0.098847,-0.25723 -0.099582,-0.25767 -0.10031,-0.25814 -0.10106,-0.2586 -0.10181,-0.25905 -0.10256,-0.25949 -0.10331,-0.25995 -0.10408,-0.26041 -0.10485,-0.26086 -0.10562,-0.26132 -0.10639,-0.26179 -0.10718,-0.26224 -0.10796,-0.26268 -0.10875,-0.26315 -0.10955,-0.26361 -0.012499,-0.42505 -0.012487,-0.42688 -0.01248,-0.42871 -0.012485,-0.43053 -0.012489,-0.43234 -0.01249,-0.43416 -0.012504,-0.43599 -0.012535,-0.43779 -0.012567,-0.4396 -0.012601,-0.44142 -0.012645,-0.44324 -0.012695,-0.44504 -0.012746,-0.44685 -0.012807,-0.44868 -0.012884,-0.45049 -0.012967,-0.45229 -0.013053,-0.45411 -0.013151,-0.45593 -0.013259,-0.45773 -0.013366,-0.45953 -0.013482,-0.46135 -0.013613,-0.46316 -0.013748,-0.46497 -0.013881,-0.46679 -0.014025,-0.46861 -0.01418,-0.47041 -0.014334,-0.47222 -0.01449,-0.47404 -0.014659,-0.47586 -0.014836,-0.47766 -0.015014,-0.47948 -0.015202,-0.4813 -0.015401,-0.4831 -0.015597,-0.4849 -0.015793,-0.48672 -0.016007,-0.48853 -0.016235,-0.49033 -0.016463,-0.49214 -0.016699,-0.49397 -0.016947,-0.49577 -0.017198,-0.49757 -0.017451,-0.49938 -0.017719,-0.5012 -0.018002,-0.503 -0.018288,-0.50481 -0.018581,-0.50663 -0.018889,-0.50844 -0.019201,-0.51023 -0.019513,-0.51204 -0.01984,-0.51385 -0.020183,-0.51565 -0.020528,-0.51745 -0.020876,-0.51927 -0.021238,-0.52108 -0.021608,-0.52287 -0.021977,-0.52468 -0.022354,-0.5265 -0.022744,-0.5283 -0.023139,-0.53011 -0.023537,-0.53193 -0.023949,-0.53375 -0.024369,-0.53555 -0.024788,-0.53736 -0.025214,-0.53918 -0.025657,-0.54099 -0.026107,-0.54278 -0.026556,-0.5446 -0.027015,-0.54641 -0.027486,-0.54821 -0.027962,-0.55001 -0.028445,-0.55183 -0.028942,-0.55365 -0.029448,-0.55545 -0.029959,-0.55726 -0.030481,-0.55908 -0.031018,-0.56089 -0.031564,-0.5627 -0.032118,-0.56451 -0.032686,-0.56634 -0.033266,-0.56815 -0.033852,-0.56995 -0.034447,-0.57177 -0.035054,-0.57359 -0.035674,-0.57539 -0.036303,-0.57719 -0.03694,-0.57901 -0.037584,-0.58082 -0.038236,-0.58262 -0.0389,-0.58442 -0.039573,-0.58624 -0.040253,-0.58805 -0.040943,-0.58985 -0.041646,-0.59168 -0.04236,-0.5935 -0.043082,-0.59532 -0.043811,-0.59713 -0.044548,-0.59897 -0.045292,-0.6008 -0.046046,-0.60262 -0.046811,-0.60445 -0.0098137,-0.56717 -0.010375,-0.56878 -0.01094,-0.57038 -0.011514,-0.57198 -0.012101,-0.57358 -0.012699,-0.57517 -0.013306,-0.57676 -0.013929,-0.57836 -0.01457,-0.57994 -0.015219,-0.58151 -0.015874,-0.58309 -0.016546,-0.58468 -0.017237,-0.58625 -0.017935,-0.58784 -0.018644,-0.58945 -0.01937,-0.59104 -0.020105,-0.59264 -0.020847,-0.59425 -0.021607,-0.59586 -0.022383,-0.59746 -0.023164,-0.59906 -0.023955,-0.60068 -0.024765,-0.60228 -0.025585,-0.60388 -0.026402,-0.60549 -0.02723,-0.6071 -0.028071,-0.60869 -0.028911,-0.61028 -0.029754,-0.61189 -0.030613,-0.6135 -0.031482,-0.61509 -0.032352,-0.6167 -0.033237,-0.61832 -0.034141,-0.61991 -0.035049,-0.62151 -0.035963,-0.62313 -0.036902,-0.62473 -0.037858,-0.62633 -0.038818,-0.62794 -0.039793,-0.62956 -0.040788,-0.63116 -0.041787,-0.63276 -0.042789,-0.63438 -0.043812,-0.636 -0.044854,-0.63761 -0.045902,-0.63923 -0.046965,-0.64086 -0.048046,-0.64246 -0.049129,-0.64406 -0.050217,-0.64568 -0.051329,-0.64728 -0.052457,-0.64887 -0.053587,-0.65048 -0.054727,-0.65209 -0.055884,-0.65368 -0.057046,-0.65527 -0.05821,-0.65688 -0.05939,-0.65848 -0.060586,-0.66008 -0.061787,-0.66169 -0.063,-0.66331 -0.064231,-0.66491 -0.06547,-0.66651 -0.066714,-0.66813 -0.067982,-0.66975 -0.069268,-0.67135 -0.070559,-0.67298 -0.071865,-0.67461 -0.073194,-0.67621 -0.074533,-0.67782 -0.075878,-0.67945 -0.077242,-0.68107 -0.078625,-0.68268 -0.080013,-0.6843 -0.08141,-0.68593 -0.082826,-0.68754 -0.084248,-0.68915 -0.085675,-0.69077 -0.087121,-0.69238 -0.088587,-0.69398 -0.090059,-0.69559 -0.091541,-0.69722 -0.093044,-0.69882 -0.094559,-0.70042 -0.09608,-0.70204 -0.097618,-0.70366 -0.099176,-0.70527 -0.10074,-0.70689 -0.10232,-0.70852 -0.10391,-0.71014 -0.10552,-0.71175 -0.10713,-0.71338 -0.10876,-0.71502 -0.11041,-0.71664 -0.11208,-0.71827 -0.11375,-0.71991 -0.11544,-0.72154 -0.11714,-0.72317 -0.11886,-0.7248 -0.12058,-0.72644 -0.038443,-0.76356 -0.039837,-0.76534 -0.04124,-0.76714 -0.04266,-0.76892 -0.044094,-0.77069 -0.045534,-0.77248 -0.046988,-0.77427 -0.048465,-0.77604 -0.049953,-0.77782 -0.051446,-0.77961 -0.052957,-0.7814 -0.054487,-0.78318 -0.056025,-0.78496 -0.057575,-0.78676 -0.059147,-0.78855 -0.060732,-0.79033 -0.062326,-0.79213 -0.063937,-0.79392 -0.065566,-0.7957 -0.067201,-0.79749 -0.068847,-0.79929 -0.070517,-0.80108 -0.072202,-0.80285 -0.073892,-0.80464 -0.075595,-0.80644 -0.077318,-0.80822 -0.079049,-0.80999 -0.080789,-0.81179 -0.082551,-0.81358 -0.084331,-0.81537 -0.086122,-0.81716 -0.087929,-0.81896 -0.089758,-0.82074 -0.091595,-0.82252 -0.093441,-0.82431 -0.09531,-0.8261 -0.097198,-0.82787 -0.099094,-0.82965 -0.101,-0.83145 -0.10293,-0.83323 -0.10486,-0.835 -0.10681,-0.83678 -0.10877,-0.83857 -0.11075,-0.84035 -0.11275,-0.84212 -0.11476,-0.84391 -0.11679,-0.84569 -0.11884,-0.84745 -0.12089,-0.84922 -0.12295,-0.85099 -0.12505,-0.85276 -0.12715,-0.85452 -0.12927,-0.85629 -0.1314,-0.85806 -0.13355,-0.85982 -0.13571,-0.86157 -0.13788,-0.86335 -0.14008,-0.86511 -0.1423,-0.86687 -0.14452,-0.86863 -0.14676,-0.8704 -0.14902,-0.87215 -0.15129,-0.8739 -0.15358,-0.87567 -0.15588,-0.87743 -0.15821,-0.87917 -0.16054,-0.88092 -0.16289,-0.88269 -0.16526,-0.88444 -0.16764,-0.88619 -0.17003,-0.88795 -0.17244,-0.88971 -0.17487,-0.89146 -0.17731,-0.89321 -0.17977,-0.89496 -0.18225,-0.89671 -0.18475,-0.89844 -0.18725,-0.90019 -0.18978,-0.90194 -0.19233,-0.90367 -0.19489,-0.90541 -0.19746,-0.90716 -0.20006,-0.9089 -0.20267,-0.91062 -0.2053,-0.91235 -0.20794,-0.9141 -0.21061,-0.91582 -0.21329,-0.91755 -0.216,-0.91928 -0.21872,-0.92101 -0.22147,-0.92272 -0.22422,-0.92444 -0.22698,-0.92617 -0.22978,-0.92788 -0.23259,-0.92959 -0.23541,-0.93131 -0.23825,-0.93304 -0.24111,-0.93474 -0.24399,-0.93644 -0.24688,-0.93815 -0.099354,-0.84338 -0.10175,-0.84473 -0.10415,-0.84609 -0.10658,-0.84745 -0.10903,-0.8488 -0.11149,-0.85014 -0.11396,-0.8515 -0.11646,-0.85284 -0.11898,-0.85418 -0.12151,-0.85551 -0.12405,-0.85686 -0.12661,-0.8582 -0.1292,-0.85952 -0.1318,-0.86086 -0.13442,-0.8622 -0.13706,-0.86353 -0.13971,-0.86485 -0.14237,-0.86619 -0.14506,-0.86752 -0.14777,-0.86883 -0.15049,-0.87016 -0.15323,-0.87149 -0.15599,-0.8728 -0.15877,-0.87411 -0.16155,-0.87544 -0.16437,-0.87677 -0.1672,-0.87808 -0.17004,-0.87939 -0.17291,-0.88072 -0.1758,-0.88203 -0.1787,-0.88333 -0.18162,-0.88465 -0.18456,-0.88596 -0.18753,-0.88725 -0.1905,-0.88854 -0.1935,-0.88985 -0.19652,-0.89115 -0.19956,-0.89244 -0.20261,-0.89373 -0.20568,-0.89503 -0.20878,-0.89632 -0.21189,-0.8976 -0.21502,-0.89889 -0.21817,-0.90019 -0.22134,-0.90148 -0.22452,-0.90276 -0.22772,-0.90406 -0.23094,-0.90534 -0.23418,-0.90662 -0.23743,-0.90791 -0.24071,-0.9092 -0.24401,-0.91048 -0.24732,-0.91175 -0.25065,-0.91304 -0.254,-0.91432 -0.25737,-0.91559 -0.26075,-0.91686 -0.26415,-0.91815 -0.26757,-0.91942 -0.27102,-0.92069 -0.27448,-0.92197 -0.27796,-0.92325 -0.28147,-0.92451 -0.28499,-0.92577 -0.28852,-0.92705 -0.29209,-0.92832 -0.29567,-0.92957 -0.29927,-0.93084 -0.30289,-0.93211 -0.30654,-0.93336 -0.31019,-0.9346 -0.31387,-0.93586 -0.31757,-0.93713 -0.32129,-0.93838 -0.32503,-0.93963 -0.32879,-0.94089 -0.33257,-0.94214 -0.33637,-0.94338 -0.34018,-0.94463 -0.34402,-0.94588 -0.34788,-0.94712 -0.35176,-0.94837 -0.35566,-0.94962 -0.35958,-0.95087 -0.36352,-0.9521 -0.36746,-0.95334 -0.37143,-0.95458 -0.37542,-0.95582 -0.37943,-0.95706 -0.38346,-0.95831 -0.38751,-0.95955 -0.39157,-0.96078 -0.39565,-0.96201 -0.39976,-0.96325 -0.40389,-0.96449 -0.40804,-0.96571 -0.41222,-0.96695 -0.41641,-0.9682 -0.42063,-0.96942 -0.42486,-0.97064 -0.42912,-0.97188 -0.4334,-0.97311 -0.4377,-0.97433 -0.44202,-0.97555 -0.44637,-0.97678 -0.45074,-0.978 -0.45512,-0.97921 -0.45953,-0.98043 -0.46396,-0.98165 -0.46842,-0.98285 -0.47289,-0.98406 -0.47738,-0.98528 -0.4819,-0.98648 -0.48644,-0.98767 -0.491,-0.98888 -0.49558,-0.9901 -0.50018,-0.9913 -0.50481,-0.9925 -0.50945,-0.99371 -0.51413,-0.99492 -0.51882,-0.99611 -0.52352,-0.99731 -0.52824,-0.99852 -0.533,-0.99971 -0.53778,-1.0009 -0.54258,-1.0021 -0.5474,-1.0033 -0.55224,-1.0045 -0.5571,-1.0057 -0.56198,-1.0069 -0.56689,-1.0081 -0.57182,-1.0092 -0.57677,-1.0104 -0.58175,-1.0116 -0.58676,-1.0128 -0.59177,-1.0139 -0.59681,-1.0151 -0.60188,-1.0163 -0.60697,-1.0175 -0.61209,-1.0186 -0.61722,-1.0198 -0.62238,-1.021 -0.62756,-1.0221 -0.63277,-1.0233 -0.63799,-1.0245 -0.64325,-1.0256 -0.64852,-1.0268 -0.65382,-1.028 -0.65915,-1.0291 -0.66449,-1.0303 -0.66985,-1.0314 -0.67525,-1.0326 -0.68067,-1.0337 -0.68611,-1.0349 -0.69158,-1.0361 -0.69707,-1.0372 -0.70258,-1.0383 -0.70811,-1.0395 -0.71366,-1.0406 -0.71924,-1.0418 -0.72484,-1.0429 -0.73047,-1.0441 -0.73612,-1.0452 -0.7418,-1.0463 -0.74749,-1.0475 -0.7532,-1.0486 -0.75895,-1.0498 -0.76473,-1.0509 -0.77052,-1.052 -0.77634,-1.0532 -0.78219,-1.0543 -0.78805,-1.0554 -0.79394,-1.0565 -0.79986,-1.0576 -0.8058,-1.0588 -0.81175,-1.0599 -0.81774,-1.061 -0.82375,-1.0621 -0.82978,-1.0632 -0.83583,-1.0643 -0.84192,-1.0654 -0.84803,-1.0665 -0.85415,-1.0676 -0.86031,-1.0687 -0.86649,-1.0697 -0.87269,-1.0708 -0.87891,-1.0719 -0.88516,-1.073 -0.89143,-1.0741 -0.89773,-1.0752 -0.90405,-1.0762 -0.91041,-1.0773 -0.91679,-1.0784 -0.92319,-1.0795 -0.92962,-1.0806 -0.93608,-1.0816 -0.94256,-1.0827 -0.94906,-1.0838 -0.95559,-1.0849 -0.96215,-1.0859 -0.29658,-0.79482 -0.30117,-0.79501 -0.30579,-0.79518 -0.31044,-0.79534 -0.3151,-0.79552 -0.31979,-0.79568 -0.32451,-0.79583 -0.32924,-0.79599 -0.33399,-0.79615 -0.33878,-0.79629 -0.34359,-0.79644 -0.34841,-0.79659 -0.35326,-0.79675 -0.35813,-0.79688 -0.36303,-0.79701 -0.36795,-0.79716 -0.3729,-0.7973 -0.37787,-0.79743 -0.38286,-0.79757 -0.38788,-0.7977 -0.39293,-0.79782 -0.398,-0.79793 -0.40308,-0.79806 -0.4082,-0.79818 -0.41335,-0.79828 -0.41852,-0.79839 -0.4237,-0.79851 -0.42892,-0.79861 -0.43416,-0.79871 -0.43942,-0.79882 -0.4447,-0.79892 -0.45002,-0.79901 -0.45535,-0.7991 -0.4607,-0.79921 -0.46609,-0.79929 -0.4715,-0.79937 -0.47693,-0.79946 -0.48238,-0.79955 -0.48788,-0.79962 -0.49338,-0.79969 -0.49891,-0.79978 -0.50448,-0.79985 -0.51006,-0.7999 -0.51567,-0.79996 -0.5213,-0.80003 -0.52696,-0.80008 -0.53264,-0.80014 -0.53835,-0.8002 -0.54409,-0.80025 -0.54986,-0.8003 -0.55565,-0.80035 -0.56146,-0.8004 -0.56731,-0.80044 -0.57318,-0.80047 -0.57907,-0.80053 -0.585,-0.80057 -0.59095,-0.80059 -0.59692,-0.80062 -0.60291,-0.80066 -0.60895,-0.80069 -0.615,-0.8007 -0.62108,-0.80074 -0.62719,-0.80076 -0.63333,-0.80077 -0.63948,-0.80078 -0.64567,-0.8008 -0.65189,-0.80081 -0.65813,-0.80081 -0.66439,-0.80083 -0.67069,-0.80084 -0.67702,-0.80083 -0.68337,-0.80082 -0.68974,-0.80083 -0.69614,-0.80083 -0.70257,-0.80081 -0.70902,-0.80081 -0.71551,-0.80081 -0.72202,-0.80078 -0.72855,-0.80076 -0.73511,-0.80075 -0.7417,-0.80073 -0.74832,-0.8007 -0.75496,-0.80068 -0.76163,-0.80066 -0.76833,-0.80062 -0.77504,-0.80058 -0.78178,-0.80056 -0.78855,-0.80053 -0.79535,-0.80048 -0.80217,-0.80045 -0.80902,-0.80041 -0.81591,-0.80036 -0.82281,-0.80031 -0.82974,-0.80027 -0.83671,-0.80021 -0.8437,-0.80015 -0.85072,-0.80011 -0.85776,-0.80006 -0.86484,-0.79999 -0.87193,-0.79991 -0.41743,-0.66181 -0.42316,-0.66129 -0.42891,-0.66076 -0.43468,-0.66024 -0.44047,-0.65972 -0.4463,-0.65918 -0.45215,-0.65863 -0.45801,-0.65809 -0.46391,-0.65754 -0.46984,-0.65698 -0.47579,-0.65643 -0.48176,-0.65589 -0.48776,-0.65532 -0.49378,-0.65475 -0.49981,-0.65419 -0.50588,-0.65363 -0.51198,-0.65305 -0.5181,-0.65248 -0.52424,-0.65192 -0.53042,-0.65134 -0.53662,-0.65075 -0.54284,-0.65017 -0.54909,-0.64959 -0.55537,-0.64899 -0.56168,-0.6484 -0.568,-0.64781 -0.57436,-0.6472 -0.58074,-0.64658 -0.58714,-0.64598 -0.59357,-0.64537 -0.60003,-0.64475 -0.60651,-0.64413 -0.61302,-0.64351 -0.61956,-0.64288 -0.62612,-0.64224 -0.63271,-0.64161 -0.63932,-0.64098 -0.64597,-0.64032 -0.65265,-0.63968 -0.65934,-0.63904 -0.66607,-0.63839 -0.67283,-0.63773 -0.6796,-0.63707 -0.68641,-0.63643 -0.69325,-0.63577 -0.70011,-0.6351 -0.707,-0.63445 -0.71392,-0.63379 -0.72086,-0.63311 -0.72782,-0.63244 -0.7348,-0.63177 -0.74183,-0.63109 -0.74888,-0.63041 -0.75596,-0.62973 -0.76306,-0.62906 -0.77019,-0.62835 -0.77735,-0.62766 -0.78452,-0.62697 -0.79174,-0.62627 -0.79898,-0.62557 -0.80625,-0.62487 -0.81355,-0.62417 -0.82088,-0.62345 -0.82823,-0.62274 -0.83561,-0.62203 -0.84302,-0.62131 -0.85046,-0.62057 -0.85792,-0.61985 -0.86541,-0.61913 -0.87293,-0.61838 -0.88048,-0.61763 -0.88805,-0.6169 -0.89565,-0.61616 -0.90329,-0.6154 -0.91094,-0.61464 -0.91862,-0.61389 -0.92634,-0.61312 -0.93408,-0.61235 -0.94185,-0.61159 -0.94965,-0.61082 -0.95748,-0.61004 -0.96533,-0.60926 -0.9732,-0.60849 -0.98111,-0.6077 -0.98905,-0.6069 -0.99702,-0.60612 -1.005,-0.60533 -1.013,-0.60452 -1.0211,-0.60371 -1.0292,-0.60291 -1.0373,-0.60209 -1.0454,-0.60127 -1.0536,-0.60045 -1.0618,-0.59963 -1.07,-0.59878 -1.0782,-0.59794 -1.0865,-0.59712 -1.0948,-0.59627 -1.1031,-0.59542 -1.1115,-0.59457 -1.1199,-0.59373 -1.1283,-0.59287 -1.1368,-0.59201 -1.1452,-0.59116 -1.1537,-0.5903 -1.1623,-0.58941 -1.1708,-0.58855 -1.1794,-0.58768 -1.188,-0.58679 -1.1967,-0.5859 -1.2053,-0.58502 -1.214,-0.58413 -1.2228,-0.58321 -1.2315,-0.58231 -1.2403,-0.58142 -1.2491,-0.58051 -1.258,-0.57959 -1.2668,-0.57869 -1.2757,-0.57779 -1.2847,-0.57686 -1.2936,-0.57593 -1.3026,-0.57502 -1.3116,-0.57408 -1.3206,-0.57314 -1.3297,-0.57222 -1.3388,-0.57129 -1.3479,-0.57034 -1.3571,-0.56939 -1.3663,-0.56846 -1.3755,-0.56751 -1.3847,-0.56656 -1.394,-0.56562 -1.4033,-0.56468 -1.4126,-0.56372 -1.4219,-0.56275 -1.4313,-0.5618 -1.4407,-0.56084 -1.4502,-0.55986 -1.4596,-0.55889 -1.4691,-0.55793 -1.4787,-0.55694 -1.4882,-0.55594 -1.4978,-0.55496 -1.5074,-0.55397 -1.5171,-0.55297 -1.5267,-0.55196 -1.5364,-0.55097 -1.5462,-0.54996 -1.5559,-0.54894 -1.5657,-0.54793 -1.5756,-0.54691 -1.5854,-0.54587 -1.5953,-0.54484 -1.6052,-0.54382 -1.6152,-0.54278 -1.6251,-0.54173 -1.6352,-0.54069 -1.6452,-0.53966 -1.6553,-0.5386 -1.6654,-0.53755 -1.6755,-0.5365 -1.6857,-0.53544 -1.6959,-0.53437 -1.7061,-0.53331 -1.7163,-0.53226 -1.7266,-0.53118 -1.7369,-0.5301 -1.7473,-0.52903 -1.7576,-0.52796 -1.768,-0.52687 -1.7785,-0.52578 -1.7889,-0.52471 -1.7994,-0.52363 -1.8099,-0.52253 -1.8205,-0.52146 -1.8311,-0.52037 -1.8417,-0.51926 -1.8523,-0.51816 -1.863,-0.51707 -1.8737,-0.51596 -1.8845,-0.51485 -1.8952,-0.51375 -1.906,-0.51265 -1.9169,-0.51152 -1.9277,-0.51039 -1.9386,-0.50928 -1.9496,-0.50815 -1.9605,-0.50701 -1.9715,-0.50589 -1.9825,-0.50476 -1.9936,-0.50361 -2.0047,-0.50246 -2.0158,-0.50132 -2.0269,-0.50016 -2.0381,-0.499 -2.0493,-0.49785 -2.0606,-0.4967 -2.0719,-0.49552 -2.0832,-0.49434 -2.0945,-0.49318 -0.80388,-0.45764 -0.8112,-0.45633 -0.81853,-0.45503 -0.82589,-0.45373 -0.83329,-0.45241 -0.8407,-0.45108 -0.84814,-0.44977 -0.85561,-0.44844 -0.86312,-0.44711 -0.87064,-0.44578 -0.87818,-0.44446 -0.88576,-0.44311 -0.89336,-0.44176 -0.90098,-0.44043 -0.90863,-0.4391 -0.91631,-0.43775 -0.92402,-0.4364 -0.93175,-0.43507 -0.93951,-0.43372 -0.9473,-0.43236 -0.9551,-0.43101 -0.96294,-0.42966 -0.97081,-0.42829 -0.9787,-0.42693 -0.98661,-0.42557 -0.99456,-0.4242 -1.0025,-0.42281 -1.0105,-0.42144 -1.0185,-0.42007 -1.0266,-0.41868 -1.0346,-0.41729 -1.0427,-0.41591 -1.0509,-0.41451 -1.059,-0.41311 -1.0672,-0.41171 -1.0754,-0.41031 -1.0837,-0.40889 -1.0919,-0.40748 -1.1002,-0.40608 -1.1086,-0.40466 -1.1169,-0.40323 -1.1253,-0.40182 -1.1337,-0.4004 -1.1421,-0.39897 -1.1506,-0.39755 -1.1591,-0.39614 -1.1676,-0.39471 -1.1762,-0.39326 -1.1848,-0.39183 -1.1934,-0.3904 -1.202,-0.38895 -1.2107,-0.3875 -1.2194,-0.38607 -1.2281,-0.38462 -1.2369,-0.38315 -1.2457,-0.3817 -1.2545,-0.38025 -1.2633,-0.37878 -1.2722,-0.37732 -1.2811,-0.37586 -1.29,-0.3744 -1.299,-0.37291 -1.308,-0.37144 -1.317,-0.36996 -1.3261,-0.36846 -1.3351,-0.36697 -1.3442,-0.36549 -1.3534,-0.36399 -1.3625,-0.36248 -1.3717,-0.36098 -1.3809,-0.35948 -1.3902,-0.35796 -1.3995,-0.35645 -1.4088,-0.35495 -1.4181,-0.35343 -1.4275,-0.35191 -1.4368,-0.3504 -1.4463,-0.34888 -1.4557,-0.34735 -1.4652,-0.34582 -1.4747,-0.34431 -1.4842,-0.34278 -1.4938,-0.34123 -1.5034,-0.33969 -1.513,-0.33816 -1.5226,-0.33661 -1.5323,-0.33506 -1.542,-0.33353 -1.5517,-0.33198 -1.5615,-0.33041 -1.5713,-0.32886 -1.5811,-0.3273 -1.591,-0.32573 -1.6009,-0.32415 -1.6108,-0.32259 -1.6208,-0.32101 -1.6308,-0.31942 -1.6408,-0.31783 -1.6508,-0.31626 -1.6609,-0.31466 -0.89514,-0.45084 -0.90281,-0.4497 -0.91052,-0.44854 -0.91825,-0.44737 -0.926,-0.44622 -0.93378,-0.44506 -0.94159,-0.44389 -0.94943,-0.44271 -0.95729,-0.44156 -0.96518,-0.44039 -0.9731,-0.4392 -0.98103,-0.43802 -0.98899,-0.43686 -0.99698,-0.43568 -1.005,-0.43449 -1.013,-0.43332 -1.0211,-0.43214 -1.0292,-0.43094 -1.0373,-0.42976 -1.0455,-0.42857 -1.0536,-0.42737 -1.0618,-0.42617 -1.0701,-0.42498 -1.0783,-0.42378 -1.0866,-0.42255 -1.0949,-0.42134 -1.1033,-0.42014 -1.1116,-0.41892 -1.12,-0.41769 -1.1284,-0.41648 -1.1369,-0.41525 -1.1454,-0.41401 -1.1539,-0.41279 -1.1624,-0.41156 -1.1709,-0.41031 -1.1795,-0.40907 -1.1881,-0.40785 -1.1968,-0.4066 -1.2054,-0.40534 -1.2141,-0.4041 -1.2228,-0.40286 -1.2316,-0.4016 -1.2404,-0.40034 -1.2492,-0.39909 -1.258,-0.39782 -1.2668,-0.39655 -1.2757,-0.39529 -1.2846,-0.39401 -1.2935,-0.39272 -1.3025,-0.39145 -1.3115,-0.39018 -1.3205,-0.38889 -1.3296,-0.38759 -1.3386,-0.3863 -1.3477,-0.38502 -1.3569,-0.38372 -1.366,-0.38242 -1.3752,-0.38114 -1.3844,-0.37983 -1.3937,-0.37852 -1.4029,-0.37721 -1.4122,-0.3759 -1.4216,-0.37457 -1.4309,-0.37325 -1.4403,-0.37193 -1.4497,-0.3706 -1.4592,-0.36926 -1.4686,-0.36793 -1.4781,-0.3666 -1.4876,-0.36525 -1.4972,-0.36391 -1.5068,-0.36257 -1.5164,-0.36122 -1.526,-0.35986 -1.5357,-0.35852 -1.5454,-0.35717 -1.5551,-0.3558 -1.5648,-0.35444 -1.5746,-0.35309 -1.5844,-0.35172 -1.5942,-0.35034 -1.6041,-0.34897 -1.614,-0.34761 -1.6239,-0.34622 -1.6338,-0.34485 -1.6438,-0.34348 -1.6538,-0.34209 -1.6638,-0.3407 -1.6739,-0.33932 -1.684,-0.33792 -1.6941,-0.33652 -1.7042,-0.33512 -1.7144,-0.33373 -1.7246,-0.33232 -1.7348,-0.3309 -1.7451,-0.32949 -1.7554,-0.32808 -1.7657,-0.32665 -1.776,-0.32523 -1.7864,-0.32382 -1.7968,-0.32238 -1.8072,-0.32093 -1.8177,-0.3195 -1.8282,-0.31806 -1.8387,-0.3166 -1.8492,-0.31515 -1.8598,-0.31371 -1.8704,-0.31225 -1.8811,-0.31078 -1.8917,-0.30933 -1.9024,-0.30787 -1.9132,-0.30639 -1.9239,-0.30493 -1.9347,-0.30346 -1.9455,-0.30198 -1.9564,-0.30049 -1.9672,-0.29902 -1.9782,-0.29753 -1.9891,-0.29602 -2.0001,-0.29453 -2.011,-0.29304 -2.0221,-0.29153 -2.0331,-0.29002 -2.0442,-0.28852 -2.0553,-0.287 -2.0665,-0.28547 -2.0776,-0.28395 -2.0888,-0.28244 -2.1001,-0.2809 -2.1113,-0.27936 -2.1226,-0.27783 -2.134,-0.27629 -2.1453,-0.27474 -2.1567,-0.2732 -2.1681,-0.27166 -2.1796,-0.2701 -2.1911,-0.26853 -2.2026,-0.26697 -2.2141,-0.2654 -2.2257,-0.26382 -2.2373,-0.26224 -2.2489,-0.26066 -2.2606,-0.25907 -2.2723,-0.25747 -2.284,-0.25588 -2.2957,-0.25428 -2.3075,-0.25267 -2.3193,-0.25107 -2.3311,-0.24946 -2.343,-0.24784 -2.3549,-0.2462 -2.3668,-0.24458 -2.3788,-0.24296 -2.3908,-0.24132 -2.4028,-0.23968 -2.4149,-0.23805 -2.427,-0.2364 -2.4391,-0.23475 -2.4512,-0.2331 -2.4634,-0.23145 -2.4757,-0.22977 -2.4879,-0.2281 -2.5002,-0.22644 -2.5125,-0.22476 -2.5248,-0.22307 -2.5372,-0.22139 -2.5496,-0.21971 -2.562,-0.21801 -2.5745,-0.21631 -2.587,-0.21463 -2.5995,-0.21292 -2.6121,-0.21121 -2.6247,-0.2095 -2.6373,-0.20779 -2.6499,-0.20606 -2.6626,-0.20433 -2.6753,-0.20262 -2.6881,-0.20088 -2.7008,-0.19913 -2.7136,-0.19739 -2.7265,-0.19566 -2.7393,-0.1939 -2.7522,-0.19215 -2.7652,-0.19041 -2.7781,-0.18866 -2.7911,-0.18689 -2.8041,-0.18512 -2.8172,-0.18336 -2.8303,-0.18158 -2.8434,-0.1798 -2.8566,-0.17803 -2.8698,-0.17625 -2.883,-0.17445 -2.8962,-0.17265 -2.9095,-0.17086 -2.9229,-0.16906 -2.9362,-0.16724 -2.9496,-0.16544 -2.9631,-0.16363 -2.9765,-0.1618 -1.3491,-0.34903 -1.3578,-0.34776 -1.3665,-0.34649 -1.3753,-0.3452 -1.3841,-0.34392 -1.3929,-0.34265 -1.4017,-0.34136 -1.4105,-0.34007 -1.4194,-0.33879 -1.4283,-0.3375 -1.4373,-0.33619 -1.4462,-0.33489 -1.4552,-0.33359 -1.4642,-0.33227 -1.4733,-0.33094 -1.4823,-0.32963 -1.4914,-0.32832 -1.5006,-0.32699 -1.5097,-0.32566 -1.5189,-0.32434 -1.5281,-0.32301 -1.5373,-0.32166 -1.5466,-0.32032 -1.5558,-0.31898 -1.5652,-0.31763 -1.5745,-0.31628 -1.5839,-0.31494 -1.5933,-0.31359 -1.6027,-0.31222 -1.6121,-0.31086 -1.6216,-0.30949 -1.6311,-0.30812 -1.6407,-0.30674 -1.6502,-0.30537 -1.6598,-0.30399 -1.6694,-0.30259 -1.6791,-0.3012 -1.6888,-0.29981 -1.6985,-0.29841 -1.7082,-0.297 -1.7179,-0.2956 -1.7277,-0.2942 -1.7375,-0.29277 -1.7474,-0.29135 -1.7572,-0.28993 -1.7671,-0.2885 -1.777,-0.28706 -1.787,-0.28563 -1.797,-0.28421 -1.807,-0.28276 -1.817,-0.28131 -1.827,-0.27988 -1.8371,-0.27843 -1.8472,-0.27697 -1.8574,-0.27551 -1.8675,-0.27406 -1.8777,-0.27258 -1.8879,-0.2711 -1.8982,-0.26964 -1.9085,-0.26816 -1.9188,-0.26667 -1.9291,-0.26518 -1.9394,-0.26371 -1.9498,-0.26221 -1.9602,-0.2607 -1.9707,-0.25921 -1.9811,-0.25772 -1.9916,-0.2562 -2.0022,-0.25469 -2.0127,-0.25319 -2.0233,-0.25167 -2.0339,-0.25014 -2.0445,-0.24863 -2.0552,-0.24711 -2.0659,-0.24557 -2.0766,-0.24404 -2.0874,-0.24252 -2.0981,-0.24098 -2.1089,-0.23943 -2.1198,-0.2379 -2.1306,-0.23637 -2.1415,-0.23483 -2.1524,-0.23328 -2.1634,-0.23175 -2.1743,-0.2302 -2.1853,-0.22864 -2.1964,-0.22709 -2.2074,-0.22554 -2.2185,-0.22397 -2.2296,-0.2224 -2.2408,-0.22085 -2.252,-0.21928 -2.2632,-0.2177 -2.2744,-0.21613 -2.2856,-0.21457 -2.2969,-0.21299 -2.3082,-0.21141 -2.3196,-0.20984 -2.331,-0.20826 -2.3424,-0.20666 -2.3538,-0.20507 -2.3653,-0.20349 -2.3768,-0.20188 -2.3883,-0.20029 -2.3998,-0.19871 -2.4114,-0.19711 -2.423,-0.19549 -2.4347,-0.19388 -2.4463,-0.19228 -2.4581,-0.19066 -2.4698,-0.18904 -2.4815,-0.18743 -2.4933,-0.18581 -2.5051,-0.18418 -2.517,-0.18256 -2.5289,-0.18093 -2.5408,-0.17929 -2.5527,-0.17765 -2.5647,-0.17602 -2.5766,-0.17438 -2.5887,-0.17273 -2.6007,-0.17108 -2.6128,-0.16944 -2.6249,-0.16779 -2.6371,-0.16613 -2.6492,-0.16449 -2.6614,-0.16283 -2.6737,-0.16116 -2.686,-0.1595 -2.6983,-0.15784 -2.7106,-0.15617 -2.723,-0.1545 -2.7353,-0.15284 -2.7478,-0.15118 -2.7602,-0.14949 -2.7727,-0.14781 -2.7852,-0.14615 -2.7977,-0.14446 -2.8103,-0.14278 -2.8229,-0.14111 -2.8355,-0.13943 -2.8482,-0.13773 -2.8609,-0.13604 -2.8736,-0.13436 -2.8864,-0.13265 -2.8991,-0.13095 -2.912,-0.12927 -2.9248,-0.12758 -2.9377,-0.12587 -2.9506,-0.12417 -2.9635,-0.12247 -2.9765,-0.12075 -2.9895,-0.11904 -3.0025,-0.11733 -3.0156,-0.11561 -3.0287,-0.11387 -3.0418,-0.11213 -3.055,-0.1104 -3.0682,-0.10865 -3.0814,-0.1069 -3.0946,-0.10517 -3.1079,-0.10341 -3.1213,-0.10164 -3.1346,-0.099873 -3.148,-0.09811 -3.1614,-0.09633 -3.1749,-0.094549 -3.1884,-0.092784 -3.2019,-0.091008 -3.2155,-0.089214 -3.229,-0.087427 -3.2426,-0.085646 -3.2563,-0.083848 -3.27,-0.082052 -3.2837,-0.080274 -3.2974,-0.078488 -3.3112,-0.076682 -3.325,-0.074884 -3.3388,-0.073095 -3.3527,-0.071292 -3.3665,-0.069485 -3.3805,-0.067691 -3.3944,-0.065892 -3.4084,-0.064074 -3.4224,-0.062259 -3.4365,-0.060452 -3.4505,-0.058628 -3.4646,-0.056796 -3.4788,-0.054976 -3.493,-0.05315 -3.5072,-0.051299 -3.5214,-0.049446 -3.5356,-0.047605 -3.5499,-0.04575 -3.5643,-0.043884 -3.5786,-0.042029 -3.593,-0.04017 -3.6075,-0.038291 -3.6219,-0.036413 -3.6364,-0.034545 -1.5733,-0.23458 -1.5824,-0.23322 -1.5915,-0.23186 -1.6006,-0.23051 -1.6097,-0.22914 -1.6188,-0.22776 -1.628,-0.2264 -1.6372,-0.22504 -1.6464,-0.22366 -1.6557,-0.22229 -1.665,-0.22092 -1.6743,-0.21953 -1.6836,-0.21815 -1.6929,-0.21678 -1.7023,-0.21539 -1.7117,-0.21399 -1.7211,-0.2126 -1.7305,-0.21122 -1.74,-0.20981 -1.7495,-0.2084 -1.759,-0.207 -1.7685,-0.2056 -1.7781,-0.20418 -1.7877,-0.20276 -1.7973,-0.20136 -1.807,-0.19994 -1.8167,-0.19851 -1.8264,-0.19709 -1.8361,-0.19567 -1.8459,-0.19424 -1.8557,-0.19281 -1.8655,-0.19139 -1.8753,-0.18995 -1.8852,-0.1885 -1.8951,-0.18706 -1.905,-0.18563 -1.9149,-0.18418 -1.9249,-0.18273 -1.9349,-0.18129 -1.9449,-0.17984 -1.9549,-0.17838 -1.965,-0.17692 -1.9751,-0.17547 -1.9852,-0.17401 -1.9953,-0.17254 -2.0055,-0.17109 -2.0157,-0.16964 -2.0259,-0.16817 -2.0361,-0.1667 -2.0464,-0.16525 -2.0567,-0.16378 -2.067,-0.16231 -2.0774,-0.16085 -2.0877,-0.15937 -2.0982,-0.15788 -2.1086,-0.15639 -2.119,-0.15491 -2.1295,-0.15342 -2.14,-0.15192 -2.1506,-0.15042 -2.1611,-0.14893 -2.1717,-0.14741 -2.1823,-0.14589 -2.193,-0.14439 -2.2036,-0.14288 -2.2143,-0.14136 -2.2251,-0.13984 -2.2358,-0.13833 -2.2466,-0.1368 -2.2574,-0.13526 -2.2682,-0.13373 -2.279,-0.1322 -2.2899,-0.13064 -2.3008,-0.1291 -2.3117,-0.12756 -2.3227,-0.12601 -2.3337,-0.12445 -2.3446,-0.12289 -2.3557,-0.12134 -2.3667,-0.11978 -2.3778,-0.11821 -2.3889,-0.11665 -2.4,-0.11508 -2.4112,-0.1135 -2.4223,-0.11193 -2.4335,-0.11036 -2.4448,-0.10877 -2.456,-0.10719 -2.4673,-0.10562 -2.4786,-0.10403 -2.49,-0.10243 -2.5013,-0.10083 -2.5127,-0.099237 -2.5241,-0.097633 -2.5356,-0.096025 -2.5471,-0.09443 -2.5586,-0.092827 -2.5701,-0.091203 -2.5817,-0.08958 -2.5932,-0.087966 -2.6048,-0.086338 -2.6165,-0.084706 -2.6282,-0.083089 -2.6398,-0.08147 -2.6516,-0.079828 -2.6633,-0.078187 -2.6751,-0.07656 -2.6869,-0.074922 -2.6987,-0.073272 -2.7105,-0.071633 -2.7224,-0.069998 -2.7343,-0.068343 -2.7463,-0.066683 -2.7582,-0.065036 -2.7702,-0.063383 -2.7822,-0.061716 -2.7943,-0.060062 -2.8063,-0.058417 -2.8184,-0.056756 -2.8306,-0.055089 -2.8427,-0.05344 -2.8549,-0.051788 -2.8671,-0.050119 -2.8794,-0.048454 -2.8916,-0.046799 -2.9039,-0.045126 -2.9163,-0.043437 -2.9286,-0.041757 -2.941,-0.040074 -2.9534,-0.03837 -2.9659,-0.036666 -2.9783,-0.034974 -2.9908,-0.033269 -3.0034,-0.031541 -3.0159,-0.029819 -3.0285,-0.028104 -3.0411,-0.026376 -3.0537,-0.024641 -3.0664,-0.02292 -3.0791,-0.021192 -3.0918,-0.019447 -3.1046,-0.017707 -3.1174,-0.015978 -3.1302,-0.014236 -3.143,-0.012488 -3.1559,-0.010756 -3.1688,-0.0090241 -3.1817,-0.0072718 -3.1947,-0.0055183 -3.2077,-0.0037797 -3.2207,-0.002032 -3.2337,-0.00027028 -3.2468,0.001483 -3.2599,0.0032327 -3.2731,0.0050018 -3.2862,0.0067774 -3.2994,0.0085415 -3.3127,0.010314 -3.3259,0.012105 -3.3392,0.013891 -3.3525,0.01567 -3.3659,0.01747 -3.3793,0.019286 -3.3927,0.02109 -3.4061,0.022893 -3.4196,0.024715 -3.433,0.026536 -3.4466,0.028343 -3.4601,0.030164 -3.4737,0.032001 -3.4873,0.033826 -3.5009,0.035647 -3.5146,0.037485 -3.5283,0.039323 -3.5421,0.041146 -3.5558,0.04298 -3.5696,0.044834 -3.5834,0.046681 -3.5973,0.048519 -3.6111,0.050372 -3.6251,0.052231 -3.639,0.054077 -3.6529,0.055933 -3.6669,0.057811 -3.681,0.059685 -3.695,0.06155 -3.7091,0.063432 -3.7232,0.065321 -3.7374,0.067193 -3.7515,0.069069 -3.7657,0.07097 -3.78,0.072871 -3.7942,0.074757 -3.8085,0.076652 -3.8228,0.078557 -3.8372,0.080448 -3.8516,0.082339 -3.866,0.084252 -3.8804,0.086167 -3.8949,0.088071 -1.6525,-0.03959 -1.6616,-0.037971 -1.6707,-0.036368 -1.6797,-0.034768 -1.6889,-0.033143 -1.698,-0.031514 -1.7071,-0.029901 -1.7163,-0.02828 -1.7255,-0.026646 -1.7347,-0.025026 -1.744,-0.023412 -1.7533,-0.021776 -1.7626,-0.020136 -1.7719,-0.018509 -1.7812,-0.016872 -1.7906,-0.015221 -1.8,-0.013585 -1.8094,-0.011958 -1.8188,-0.010308 -1.8283,-0.0086494 -1.8378,-0.0070065 -1.8473,-0.0053587 -1.8568,-0.0036943 -1.8664,-0.0020395 -1.876,-0.00039446 -1.8856,0.0012697 -1.8952,0.0029431 -1.9049,0.0046028 -1.9145,0.0062699 -1.9242,0.0079555 -1.934,0.0096306 -1.9437,0.011292 -1.9535,0.012971 -1.9633,0.014662 -1.9731,0.016336 -1.983,0.01801 -1.9928,0.019703 -2.0027,0.021395 -2.0127,0.023075 -2.0226,0.024773 -2.0326,0.026485 -2.0426,0.028186 -2.0526,0.029888 -2.0626,0.031609 -2.0727,0.033329 -2.0828,0.035035 -2.0929,0.036758 -2.1031,0.038499 -2.1132,0.040231 -2.1234,0.041956 -2.1336,0.043699 -2.1438,0.045445 -2.1541,0.047176 -2.1644,0.048918 -2.1747,0.050678 -2.185,0.05243 -2.1954,0.054174 -2.2058,0.055936 -2.2162,0.057704 -2.2266,0.059455 -2.2371,0.061212 -2.2476,0.062992 -2.2581,0.06477 -2.2686,0.066534 -2.2792,0.068309 -2.2898,0.070093 -2.3004,0.071861 -2.311,0.073631 -2.3217,0.075422 -2.3324,0.077214 -2.3431,0.078993 -2.3538,0.080785 -2.3646,0.08259 -2.3754,0.084382 -2.3862,0.086172 -2.397,0.087987 -2.4079,0.089808 -2.4188,0.091614 -2.4297,0.093426 -2.4406,0.095255 -2.4516,0.097075 -2.4626,0.098892 -2.4736,0.10073 -2.4846,0.10258 -2.4957,0.10441 -2.5068,0.10625 -2.5179,0.10811 -2.529,0.10996 -2.5402,0.1118 -2.5514,0.11366 -2.5626,0.11554 -2.5738,0.11739 -2.5851,0.11925 -2.5964,0.12114 -2.6077,0.12301 -2.619,0.12488 -2.6304,0.12676 -2.6418,0.12866 -2.6532,0.13054 -2.6647,0.13242 -1.5009,0.0078802 -1.5096,0.0094758 -1.5183,0.011056 -1.5269,0.012649 -1.5357,0.01426 -1.5444,0.015859 -1.5531,0.01745 -1.5619,0.019061 -1.5707,0.020676 -1.5795,0.022279 -1.5884,0.023894 -1.5972,0.025526 -1.6061,0.027149 -1.615,0.028765 -1.6239,0.030404 -1.6329,0.032049 -1.6418,0.033677 -1.6508,0.03531 -1.6599,0.036967 -1.6689,0.038618 -1.6779,0.040255 -1.687,0.041904 -1.6961,0.043564 -1.7053,0.045207 -1.7144,0.046852 -1.7236,0.048518 -1.7328,0.050182 -1.742,0.051833 -1.7512,0.0535 -1.7605,0.055183 -1.7698,0.056855 -1.7791,0.058524 -1.7884,0.060216 -1.7977,0.061914 -1.8071,0.063593 -1.8164,0.06528 -1.8258,0.066986 -1.8353,0.068686 -1.8447,0.070379 -1.8542,0.072091 -1.8637,0.07381 -1.8732,0.075514 -1.8827,0.077223 -1.8923,0.07895 -1.9019,0.080672 -1.9115,0.082379 -1.9211,0.084102 -1.9308,0.085837 -1.9404,0.087555 -1.9501,0.089268 -1.9599,0.091 -1.9696,0.092734 -1.9794,0.094457 -1.9892,0.096195 -1.999,0.097956 -2.0088,0.09971 -2.0187,0.10146 -2.0286,0.10324 -2.0385,0.10502 -2.0484,0.10679 -2.0583,0.10857 -2.0683,0.11037 -2.0783,0.11219 -2.0883,0.11399 -2.0984,0.11582 -2.1084,0.11766 -2.1185,0.1195 -2.1286,0.12134 -2.1387,0.12323 -2.1488,0.12512 -2.159,0.12701 -2.1691,0.12891 -2.1793,0.13083 -2.1895,0.13274 -2.1997,0.13465 -2.21,0.13658 -2.2202,0.13853 -2.2304,0.14047 -2.2407,0.14241 -2.2509,0.14437 -2.2612,0.14634 -2.2715,0.1483 -2.2818,0.15029 -2.2921,0.1523 -2.3024,0.15431 -2.3127,0.15632 -2.323,0.15837 -2.3334,0.16045 -2.3438,0.16253 -2.3542,0.16462 -2.3646,0.16676 -2.375,0.16891 -2.3855,0.17106 -2.3959,0.17324 -2.4064,0.17544 -2.4169,0.17764 -2.4274,0.17984 -2.4379,0.18207 -2.4484,0.18432 -2.4589,0.18655 -2.4694,0.18879 -2.48,0.19105 -2.4906,0.1933 -2.5012,0.19553 -2.5118,0.19778 -2.5224,0.20006 -2.533,0.20232 -2.5436,0.20458 -2.5543,0.20686 -2.565,0.20915 -2.5756,0.21143 -2.5864,0.21373 -2.5971,0.21605 -2.6079,0.21839 -2.6186,0.22072 -2.6294,0.22308 -2.6403,0.22547 -2.6511,0.22785 -2.662,0.23025 -2.6729,0.23269 -2.6838,0.23513 -2.6947,0.23757 -2.7057,0.24003 -2.7167,0.24251 -2.7277,0.24498 -2.7387,0.24746 -2.7497,0.24996 -2.7608,0.25246 -2.7718,0.25496 -2.7829,0.25748 -2.794,0.26 -2.8051,0.2625 -2.8163,0.26503 -2.8274,0.26757 -2.8386,0.27013 -2.8498,0.27268 -2.8609,0.27524 -2.8722,0.27777 -2.8834,0.2803 -2.8947,0.28285 -2.906,0.28539 -2.9173,0.28797 -2.9287,0.29058 -2.94,0.2932 -2.9513,0.29583 -2.9627,0.29845 -2.9742,0.30106 -2.9857,0.30369 -2.9971,0.30634 -3.0086,0.30902 -3.0201,0.31171 -3.0316,0.31442 -3.0432,0.31713 -3.0548,0.31983 -3.0664,0.32253 -3.078,0.32524 -3.0896,0.32795 -3.1013,0.33068 -3.1129,0.33342 -3.1246,0.33616 -3.1363,0.3389 -3.148,0.34164 -3.1597,0.34439 -3.1715,0.34715 -3.1833,0.34992 -3.1951,0.3527 -3.2069,0.35549 -3.2187,0.35829 -3.2305,0.3611 -3.2424,0.36392 -3.2543,0.36675 -3.2662,0.36959 -3.2782,0.37245 -3.2901,0.37531 -3.3021,0.37819 -3.3141,0.38108 -3.3261,0.38399 -3.3381,0.3869 -3.3502,0.38983 -3.3623,0.39276 -3.3744,0.39571 -3.3865,0.39866 -3.3986,0.40162 -3.4108,0.40459 -3.423,0.40757 -3.4352,0.41056 -3.4474,0.41354 -3.4596,0.41653 -3.4719,0.41951 -3.4841,0.42251 -3.4964,0.42552 -3.5087,0.42854 -3.521,0.43156 -3.5333,0.43459 -3.5457,0.43762 -3.558,0.44066 -3.5704,0.4437 -3.5828,0.44676 -3.5952,0.44983 -3.6077,0.45291 -1.6855,0.25681 -1.6934,0.25942 -1.7012,0.26205 -1.7091,0.26469 -1.717,0.26733 -1.7249,0.26999 -1.7328,0.27266 -1.7407,0.27534 -1.7487,0.27803 -1.7567,0.28072 -1.7647,0.28342 -1.7727,0.28613 -1.7807,0.28884 -1.7887,0.29157 -1.7968,0.29431 -1.8048,0.29707 -1.8129,0.29983 -1.821,0.30261 -1.8292,0.3054 -1.8373,0.30819 -1.8455,0.311 -1.8537,0.31383 -1.8618,0.31667 -1.8701,0.31953 -1.8783,0.32239 -1.8865,0.32526 -1.8948,0.32814 -1.903,0.33103 -1.9113,0.33392 -1.9196,0.33681 -1.9279,0.33972 -1.9362,0.34264 -1.9446,0.34556 -1.9529,0.3485 -1.9613,0.35144 -1.9696,0.35438 -1.978,0.35733 -1.9864,0.36028 -1.9948,0.36324 -2.0032,0.3662 -2.0116,0.36917 -2.02,0.37214 -2.0285,0.37513 -2.0369,0.37814 -2.0454,0.38116 -2.0539,0.38421 -2.0624,0.38726 -2.0709,0.39032 -2.0795,0.3934 -2.088,0.3965 -2.0966,0.39962 -2.1052,0.40276 -2.1137,0.40591 -2.1223,0.40907 -2.131,0.41225 -2.1396,0.41543 -2.1483,0.41862 -2.1569,0.42183 -2.1656,0.42505 -2.1743,0.42828 -2.183,0.43151 -2.1917,0.43475 -2.2005,0.438 -2.2092,0.44127 -2.2179,0.44456 -2.2266,0.44785 -2.2353,0.45116 -2.2441,0.45448 -2.2528,0.45782 -2.2615,0.46117 -2.2702,0.46455 -2.2789,0.46795 -2.2876,0.47138 -2.2963,0.47483 -2.305,0.4783 -2.3138,0.48178 -2.3225,0.48527 -2.3313,0.48879 -2.34,0.49234 -2.3488,0.49591 -2.3576,0.49949 -2.3664,0.50307 -2.3752,0.50665 -2.3841,0.51023 -2.393,0.51381 -2.4019,0.51742 -2.4108,0.52105 -2.4197,0.52469 -2.4287,0.52833 -2.4377,0.53196 -2.4467,0.53559 -2.4557,0.53921 -2.4648,0.54285 -2.4739,0.5465 -2.4829,0.55017 -2.492,0.55386 -2.5011,0.55755 -2.5103,0.56125 -2.5195,0.56495 -2.5286,0.56866 -1.3039,0.29383 -1.3101,0.29688 -1.3163,0.29994 -1.3224,0.30302 -1.3286,0.30611 -1.3349,0.30921 -1.3411,0.31231 -1.3473,0.31542 -1.3536,0.31855 -1.3598,0.32169 -1.366,0.32485 -1.3723,0.32802 -1.3785,0.33119 -1.3848,0.33437 -1.3911,0.33755 -1.3974,0.34075 -1.4037,0.34396 -1.4101,0.34719 -1.4164,0.35043 -1.4227,0.35368 -1.4291,0.35692 -1.4355,0.36016 -1.4418,0.36339 -1.4482,0.36664 -1.4546,0.36989 -1.461,0.37317 -1.4674,0.37648 -1.4737,0.37981 -1.4801,0.38314 -1.4866,0.38644 -1.493,0.38976 -1.4994,0.39312 -1.5059,0.39652 -1.5123,0.39997 -1.5187,0.40345 -1.525,0.40694 -1.5314,0.41042 -1.5378,0.4139 -1.5442,0.41742 -1.5506,0.42097 -1.5569,0.42457 -1.5632,0.42823 -1.5695,0.43193 -1.5757,0.43568 -1.582,0.43945 -1.5882,0.44327 -1.5944,0.44712 -1.6005,0.45101 -1.6066,0.45496 -1.6126,0.45897 -1.6186,0.46305 -1.6245,0.46719 -1.6304,0.47138 -1.6362,0.47563 -1.6419,0.47993 -1.6476,0.4843 -1.6532,0.48874 -1.6587,0.49324 -1.6642,0.49781 -1.6696,0.50244 -1.6749,0.50715 -1.6801,0.51192 -1.6852,0.51676 -1.6903,0.52168 -1.6953,0.52667 -1.7002,0.53175 -1.705,0.53689 -1.7097,0.54211 -1.7144,0.5474 -1.719,0.55276 -1.7234,0.55821 -1.7278,0.56374 -1.7322,0.56936 -1.7364,0.57506 -1.7406,0.58084 -1.7446,0.58671 -1.7486,0.59266 -1.7525,0.5987 -1.7562,0.60483 -1.7599,0.61104 -1.7635,0.61734 -1.767,0.62373 -1.7703,0.63021 -1.7735,0.63678 -1.7767,0.64344 -1.7797,0.65019 -1.7825,0.65704 -1.7853,0.66397 -1.7879,0.67101 -1.7904,0.67816 -1.7928,0.6854 -1.795,0.69274 -1.7971,0.70017 -1.799,0.7077 -1.8008,0.71534 -1.8025,0.7231 -1.804,0.73096 -1.8053,0.73894 -1.8065,0.74703 -1.8075,0.75523 -1.8084,0.76354 -1.8091,0.77197 -1.8097,0.78052 -1.81,0.7892 -1.8103,0.79798 -1.8103,0.80688 -1.8102,0.81589 -1.8099,0.825 -1.8094,0.83422 -1.8087,0.84355 -1.8078,0.85299 -1.8068,0.86254 -1.8056,0.8722 -1.8041,0.88195 -1.8026,0.89181 -1.8008,0.90177 -1.7988,0.91184 -1.7966,0.92201 -1.7942,0.93229 -1.7916,0.94267 -1.7889,0.95315 -1.7859,0.96373 -1.7827,0.97442 -1.7794,0.98521 -1.7758,0.9961 -1.7721,1.0071 -1.7682,1.0182 -1.7641,1.0294 -1.7598,1.0407 -1.7553,1.0521 -1.7507,1.0636 -1.7458,1.0752 -1.7408,1.0869 -1.7356,1.0988 -1.7301,1.1107 -1.7245,1.1227 -1.7187,1.1348 -1.7127,1.147 -1.7065,1.1593 -1.7001,1.1718 -1.6935,1.1843 -1.6867,1.1969 -1.6797,1.2097 -1.6725,1.2225 -1.6651,1.2355 -1.6575,1.2485 -1.6497,1.2617 -1.6417,1.2749 -1.6334,1.2883 -1.625,1.3018 -1.6163,1.3153 -1.6075,1.3289 -1.5985,1.3427 -1.5892,1.3565 -1.5797,1.3705 -1.5699,1.3845 -1.56,1.3987 -1.5498,1.4129 -1.5395,1.4272 -1.5289,1.4416 -1.5181,1.4561 -1.507,1.4707 -1.4957,1.4853 -1.4841,1.5001 -1.4724,1.5149 -1.4604,1.5298 -1.4481,1.5448 -1.4357,1.5598 -1.423,1.575 -1.4101,1.5902 -1.397,1.6056 -1.3838,1.6209 -1.3704,1.6364 -1.3568,1.6519 -1.3431,1.6675 -1.3292,1.6831 -1.3153,1.6987 -1.3012,1.7143 -1.287,1.7299 -1.2729,1.7456 -1.2586,1.7612 -1.2444,1.7768 -1.2301,1.7924 -1.2159,1.808 -1.2016,1.8235 -1.1872,1.8391 -1.173,1.8546 -1.1587,1.87 -1.1445,1.8855 -1.1302,1.9009 -1.116,1.9162 -1.1018,1.9316 -1.0876,1.9469 -1.0734,1.9622 -1.0591,1.9775 -1.0448,1.9928 -1.0305,2.0081 -1.0162,2.0234 -1.0017,2.0387 -0.98721,2.054 --0.51923,1.763 --0.53819,1.7762 --0.55729,1.7894 --0.57653,1.8026 --0.5959,1.8159 --0.61541,1.8292 --0.63506,1.8426 --0.65487,1.856 --0.67483,1.8695 --0.69494,1.883 --0.71521,1.8966 --0.73561,1.9103 --0.75614,1.924 --0.7768,1.9378 --0.79757,1.9516 --0.81847,1.9655 --0.83947,1.9795 --0.86058,1.9934 --0.8818,2.0074 --0.90312,2.0215 --0.92453,2.0355 --0.94601,2.0495 --0.96757,2.0636 --0.98921,2.0776 --1.0109,2.0916 --1.0327,2.1056 --1.0545,2.1197 --1.0765,2.1337 --1.0984,2.1477 --1.1205,2.1617 --1.1426,2.1757 --1.1647,2.1897 --1.187,2.2037 --1.2093,2.2178 --1.2317,2.2318 --1.2542,2.246 --1.2768,2.2601 --1.2994,2.2742 --1.3222,2.2884 --1.3451,2.3026 --1.3681,2.3169 --1.3912,2.3311 --1.4145,2.3454 --1.4379,2.3598 --1.4614,2.3742 --1.485,2.3886 --1.5088,2.4031 --1.5327,2.4177 --1.5567,2.4323 --1.5809,2.4469 --1.6052,2.4616 --1.6296,2.4763 --1.6541,2.4911 --1.6787,2.5059 --1.7035,2.5208 --1.7283,2.5357 --1.7533,2.5507 --1.7784,2.5657 --1.8035,2.5807 --1.8288,2.5958 --1.8541,2.6109 --1.8795,2.626 --1.905,2.6412 --1.9306,2.6564 --1.9563,2.6717 --1.9821,2.687 --2.0079,2.7023 --2.0338,2.7177 --2.0598,2.7331 --2.0859,2.7486 --2.1121,2.764 --2.1385,2.7795 --2.1649,2.7951 --2.1914,2.8106 --2.218,2.8262 --2.2448,2.8418 --2.2716,2.8575 --2.2986,2.8732 --2.3257,2.8889 --2.353,2.9047 --2.3803,2.9206 --2.4078,2.9365 --2.4354,2.9524 --2.4632,2.9685 --2.491,2.9846 --2.519,3.0008 --2.5471,3.017 --2.5752,3.0334 --2.6035,3.0499 --2.6319,3.0664 --2.6604,3.083 --2.6889,3.0997 --2.7176,3.1165 --2.7463,3.1334 --2.7751,3.1504 --2.804,3.1674 --2.8329,3.1845 --2.8619,3.2017 --2.8909,3.219 --2.9201,3.2364 --3.5469,3.5717 --3.5775,3.5902 --3.6082,3.6087 --3.639,3.6272 --3.6699,3.6459 --3.7009,3.6645 --3.7319,3.6833 --3.763,3.702 --3.7942,3.7209 --3.8255,3.7398 --3.8569,3.7588 --3.8885,3.7779 --3.9201,3.797 --3.9518,3.8163 --3.9837,3.8356 --4.0157,3.855 --4.0478,3.8745 --4.08,3.894 --4.1124,3.9136 --4.1449,3.9333 --4.1776,3.9531 --4.2104,3.9728 --4.2433,3.9927 --4.2764,4.0126 --4.3095,4.0326 --4.3428,4.0526 --4.3762,4.0728 --4.4098,4.093 --4.4434,4.1132 --4.4771,4.1336 --4.511,4.1541 --4.5449,4.1746 --4.5789,4.1953 --4.613,4.2161 --4.6472,4.237 --4.6814,4.258 --4.7157,4.2791 --4.7501,4.3003 --4.7846,4.3215 --4.8191,4.3429 --4.8537,4.3644 --4.8884,4.3859 --4.9232,4.4076 --4.958,4.4293 --4.9929,4.4512 --5.0279,4.4731 --5.0629,4.4951 --5.0981,4.5173 --5.1333,4.5396 --5.1686,4.562 --5.204,4.5846 --5.2394,4.6074 --5.275,4.6302 --5.3106,4.6533 --5.3464,4.6764 --5.3822,4.6997 --5.4182,4.7231 --5.4542,4.7467 --5.4903,4.7704 --5.5266,4.7942 --5.5629,4.8182 --5.5993,4.8423 --5.6357,4.8666 --5.6723,4.891 --5.7089,4.9156 --5.7456,4.9403 --5.7824,4.9652 --5.8192,4.9903 --5.8561,5.0155 --5.893,5.0409 --5.93,5.0665 --5.9671,5.0921 --6.0043,5.1179 --6.0416,5.1438 --6.079,5.1698 --6.1164,5.1959 --6.1539,5.2222 --6.1914,5.2485 --6.2291,5.275 --6.2668,5.3016 --6.3046,5.3282 --6.3424,5.355 --6.3804,5.382 --6.4184,5.409 --6.4564,5.4362 --6.4946,5.4635 --6.5328,5.4909 --6.571,5.5185 --6.6094,5.5463 --6.6479,5.5741 --6.6864,5.6021 --6.725,5.6302 --6.7638,5.6584 --6.8026,5.6867 --6.8416,5.7152 --6.8806,5.7438 --6.9196,5.7727 --6.9587,5.8017 --6.9978,5.831 --7.037,5.8604 --7.0762,5.8901 --7.1155,5.9199 --7.1548,5.95 --7.1942,5.9802 --7.2336,6.0105 --7.2731,6.041 --7.3127,6.0718 --7.3522,6.1027 --7.3918,6.1338 --7.4315,6.165 --7.4712,6.1964 --7.511,6.228 --7.5508,6.2598 --7.5907,6.2918 --7.6306,6.3239 --7.6706,6.3562 --7.7106,6.3886 --7.7507,6.4211 --7.7908,6.4538 --7.8309,6.4867 --7.8711,6.5197 --7.9114,6.5528 --7.9517,6.586 --7.992,6.6193 --8.0324,6.6528 --8.0728,6.6863 --8.1133,6.72 --8.1538,6.7538 --8.1943,6.7877 --8.2347,6.8218 --8.2752,6.856 --8.3156,6.8903 --8.356,6.9247 --8.3964,6.9592 --8.4367,6.9939 --8.477,7.0286 --8.5172,7.0635 --8.5575,7.0984 --8.5976,7.1335 --8.6376,7.1688 --8.6776,7.2041 --8.7176,7.2395 --8.7574,7.2749 --8.7972,7.3104 --8.8369,7.3461 --8.8765,7.3817 --8.9161,7.4175 --8.9556,7.4534 --8.995,7.4893 --9.0343,7.5255 --9.0735,7.5617 --9.1126,7.5981 --9.1517,7.6346 --9.1907,7.6712 --9.2297,7.7078 --9.2686,7.7445 --9.3074,7.7813 --9.3462,7.8182 --9.3849,7.8553 --9.4235,7.8925 --9.4621,7.93 --9.5007,7.9676 --9.5392,8.0053 --9.5777,8.0431 --9.6161,8.081 --9.6546,8.1188 --9.6932,8.1566 --9.7318,8.1944 --9.7705,8.2322 --9.8091,8.27 --9.8478,8.3079 --9.8864,8.3458 --9.925,8.3837 --9.9637,8.4217 --10.002,8.4596 --10.041,8.4976 --10.079,8.5356 --10.118,8.5736 --10.156,8.6117 --10.195,8.6499 --10.233,8.6881 --10.272,8.7263 --10.31,8.7646 --10.348,8.803 --10.387,8.8415 --10.425,8.8801 --10.463,8.9188 --10.501,8.9576 --10.539,8.9965 --10.578,9.0355 --10.616,9.0744 --10.654,9.1134 --10.692,9.1525 --10.73,9.1917 --10.768,9.2312 --10.805,9.2707 --10.843,9.3103 --10.881,9.3499 --10.918,9.3897 --10.956,9.4294 --11.239,11.325 --11.275,11.371 --11.311,11.417 --11.347,11.463 --11.383,11.509 --11.419,11.555 --11.454,11.602 --11.49,11.648 --11.526,11.694 --11.561,11.74 --11.597,11.787 --11.633,11.833 --11.668,11.879 --11.704,11.925 --11.74,11.972 --11.776,12.018 --11.811,12.064 --11.847,12.111 --11.883,12.157 --11.918,12.204 --11.954,12.251 --11.99,12.298 --12.026,12.345 --12.062,12.392 --12.098,12.439 --12.134,12.486 --12.17,12.534 --12.206,12.581 --12.242,12.629 --12.278,12.677 --12.314,12.725 --12.35,12.773 --12.387,12.821 --12.423,12.869 --12.46,12.918 --12.496,12.966 --12.533,13.015 --12.569,13.064 --12.606,13.113 --12.642,13.162 --12.679,13.211 --12.716,13.26 --12.753,13.309 --12.789,13.358 --12.826,13.407 --12.863,13.457 --12.9,13.506 --12.937,13.556 --12.974,13.606 --13.011,13.656 --13.047,13.706 --13.084,13.756 --13.121,13.806 --13.158,13.857 --13.196,13.907 --13.233,13.958 --13.27,14.009 --13.307,14.06 --13.344,14.111 --13.381,14.162 --13.419,14.213 --13.456,14.265 --13.493,14.317 --13.531,14.368 --13.568,14.42 --13.606,14.472 --13.643,14.525 --13.681,14.577 --13.718,14.629 --13.756,14.682 --13.793,14.735 --13.831,14.788 --13.869,14.84 --13.906,14.894 --13.944,14.947 --13.982,15 --14.02,15.054 --14.058,15.107 --14.096,15.161 --14.135,15.215 --14.173,15.268 --14.211,15.322 --14.25,15.377 --14.289,15.431 --14.327,15.485 --14.366,15.54 --14.405,15.594 --14.444,15.649 --14.483,15.703 --14.523,15.758 --14.562,15.813 --14.602,15.868 --14.641,15.923 --14.681,15.978 --14.721,16.033 --14.761,16.089 --14.801,16.144 --14.841,16.2 --14.881,16.255 --14.921,16.311 --15.135,17.037 --15.175,17.095 --15.215,17.153 --15.256,17.211 --15.296,17.27 --15.337,17.328 --15.377,17.387 --15.418,17.446 --15.459,17.505 --15.499,17.564 --15.54,17.624 --15.581,17.683 --15.622,17.743 --15.663,17.803 --15.704,17.863 --15.745,17.923 --15.786,17.983 --15.827,18.044 --15.868,18.104 --15.909,18.165 --15.951,18.226 --15.992,18.287 --16.033,18.348 --16.075,18.409 --16.117,18.47 --16.158,18.531 --16.2,18.593 --16.242,18.655 --16.284,18.716 --16.326,18.778 --16.368,18.84 --16.41,18.902 --16.453,18.964 --16.495,19.026 --16.538,19.088 --16.58,19.151 --16.623,19.213 --16.666,19.276 --16.708,19.339 --16.751,19.402 --16.794,19.465 --16.837,19.529 --16.88,19.592 --16.923,19.655 --16.967,19.719 --17.01,19.782 --17.054,19.846 --17.097,19.91 --17.141,19.974 --17.184,20.038 --17.228,20.102 --17.272,20.166 --17.316,20.23 --17.36,20.295 --17.404,20.359 --17.448,20.424 --17.492,20.488 --17.536,20.553 --17.581,20.618 --17.625,20.683 --17.67,20.748 --17.715,20.813 --17.76,20.878 --17.805,20.944 --17.85,21.009 --17.895,21.074 --17.941,21.14 --17.986,21.206 --18.032,21.271 --18.077,21.337 --18.122,21.403 --18.168,21.47 --18.213,21.536 --18.259,21.602 --18.304,21.669 --18.35,21.735 --18.396,21.802 --18.442,21.868 --18.487,21.935 --18.533,22.002 --18.579,22.069 --18.625,22.136 --18.672,22.203 --18.718,22.27 --18.764,22.337 --18.81,22.404 --18.856,22.471 --18.903,22.539 --18.949,22.606 --18.996,22.673 --19.042,22.741 --19.089,22.808 --19.136,22.876 --19.182,22.943 --19.229,23.01 --19.276,23.078 --19.324,23.145 --19.371,23.213 --19.418,23.28 --19.465,23.348 --19.513,23.415 --19.56,23.483 --19.607,23.551 --19.655,23.618 --19.703,23.686 --19.75,23.754 --19.798,23.822 --19.846,23.89 --19.894,23.958 --19.942,24.026 --19.991,24.095 --20.039,24.163 --20.088,24.231 --20.136,24.3 --20.185,24.368 --20.234,24.437 --20.283,24.505 --20.332,24.574 --20.381,24.643 --20.43,24.712 --20.479,24.781 --20.528,24.85 --20.577,24.919 --20.627,24.988 --20.676,25.057 --20.726,25.126 --20.775,25.195 --20.825,25.264 --20.875,25.334 --20.924,25.403 --20.974,25.472 --21.024,25.542 --21.074,25.611 --21.123,25.681 --21.173,25.751 --21.223,25.82 --21.273,25.89 --21.323,25.959 --21.373,26.029 --21.423,26.099 --21.473,26.169 --21.522,26.238 --21.572,26.308 --21.622,26.378 --21.672,26.448 --21.722,26.517 --21.773,26.587 --21.823,26.657 --21.873,26.727 --21.923,26.797 --21.974,26.867 --22.024,26.937 --22.074,27.007 --22.125,27.077 --22.175,27.147 --22.226,27.218 --22.276,27.288 --22.327,27.359 --22.378,27.429 --22.429,27.5 --22.48,27.571 --22.531,27.642 --22.582,27.713 --22.633,27.784 --22.684,27.855 --22.735,27.926 --22.787,27.998 --22.838,28.069 --22.89,28.141 --22.941,28.212 --22.993,28.284 --23.045,28.356 --23.096,28.428 --23.148,28.5 --23.2,28.572 --23.252,28.644 --23.304,28.716 --23.355,28.788 --23.407,28.86 --23.459,28.933 --23.511,29.005 --23.564,29.077 --23.616,29.15 --23.668,29.222 --23.72,29.295 --23.772,29.367 --23.824,29.44 --23.876,29.513 --23.929,29.585 --23.981,29.658 --24.033,29.731 --24.085,29.804 --24.138,29.877 --24.19,29.95 --24.242,30.023 --24.295,30.096 --24.347,30.169 --24.4,30.242 --24.453,30.316 --24.505,30.389 --24.562,31.159 --24.614,31.234 --24.667,31.309 --24.72,31.385 --24.773,31.46 --24.826,31.536 --24.879,31.612 --24.932,31.687 --24.986,31.763 --25.039,31.839 --25.093,31.915 --25.146,31.991 --25.2,32.067 --25.254,32.144 --25.307,32.22 --25.361,32.296 --25.415,32.373 --25.469,32.45 --25.523,32.526 --25.577,32.603 --25.632,32.68 --25.686,32.757 --25.74,32.834 --25.794,32.911 --25.848,32.989 --25.903,33.066 --25.957,33.143 --26.012,33.22 --26.066,33.298 --26.121,33.375 --26.175,33.453 --26.23,33.53 --26.284,33.608 --26.339,33.686 --26.394,33.763 --26.448,33.841 --26.503,33.919 --26.558,33.997 --26.613,34.075 --26.668,34.153 --26.723,34.231 --26.778,34.31 --26.834,34.388 --26.889,34.466 --26.945,34.545 --27,34.623 --27.056,34.702 --27.111,34.781 --27.166,34.86 --27.222,34.939 --27.277,35.018 --27.333,35.097 --27.389,35.176 --27.445,35.255 --27.501,35.334 --27.557,35.413 --27.613,35.493 --27.669,35.572 --27.725,35.652 --27.781,35.731 --27.838,35.811 --27.894,35.89 --27.95,35.97 --28.007,36.049 --28.063,36.129 --28.12,36.208 --28.176,36.287 --28.233,36.367 --28.289,36.446 --28.346,36.526 --28.402,36.605 --28.459,36.685 --28.515,36.765 --28.571,36.844 --28.628,36.924 --28.684,37.004 --28.74,37.083 --28.797,37.163 --28.853,37.243 --28.91,37.322 --28.966,37.402 --29.023,37.482 --29.079,37.561 --29.135,37.641 --29.192,37.721 --29.248,37.801 --29.304,37.88 --29.361,37.96 --29.417,38.04 --29.473,38.12 --29.53,38.199 --29.586,38.279 --29.642,38.359 --29.699,38.438 --29.755,38.518 --29.812,38.598 --29.868,38.678 --29.925,38.757 --29.981,38.837 --30.037,38.917 --30.134,39.299 --30.19,39.38 --30.247,39.46 --30.303,39.541 --30.359,39.621 --30.415,39.702 --30.472,39.782 --30.528,39.863 --30.584,39.943 --30.641,40.024 --30.697,40.105 --30.753,40.185 --30.81,40.266 --30.866,40.347 --30.922,40.428 --30.979,40.508 --31.035,40.589 --31.091,40.67 --31.148,40.751 --31.204,40.831 --31.26,40.912 --31.317,40.993 --31.373,41.074 --31.429,41.155 --31.486,41.236 --31.542,41.316 --31.598,41.397 --31.655,41.478 --31.711,41.559 --31.767,41.64 --31.823,41.721 --31.88,41.803 --31.936,41.884 --31.992,41.965 --32.048,42.046 --32.105,42.127 --32.161,42.208 --32.217,42.289 --32.273,42.37 --32.329,42.451 --32.385,42.532 --32.441,42.614 --32.497,42.695 --32.553,42.776 --32.609,42.857 --32.665,42.939 --32.721,43.02 --32.777,43.101 --32.833,43.182 --32.888,43.264 --32.944,43.345 --33,43.427 --33.056,43.508 --33.112,43.59 --33.167,43.671 --33.223,43.753 --33.279,43.834 --33.335,43.916 --33.391,43.998 --33.446,44.079 --33.502,44.161 --33.558,44.243 --33.613,44.324 --33.669,44.406 --33.725,44.488 --33.78,44.57 --33.836,44.652 --33.891,44.734 --33.947,44.815 --34.002,44.897 --34.058,44.979 --34.113,45.061 --34.168,45.142 --34.224,45.224 --34.279,45.306 --34.334,45.388 --34.389,45.47 --34.444,45.552 --34.499,45.634 --34.554,45.715 --34.609,45.797 --34.664,45.879 --34.72,45.962 --34.775,46.044 --34.831,46.126 --34.886,46.208 --34.942,46.29 --34.997,46.373 --35.053,46.455 --35.109,46.538 --35.164,46.62 --35.22,46.703 --35.276,46.786 --35.331,46.869 --35.387,46.952 --35.443,47.036 --35.498,47.119 --35.554,47.203 --35.61,47.287 --35.666,47.371 --35.721,47.455 --35.777,47.539 --35.833,47.623 --35.889,47.708 --35.945,47.792 --36.002,47.876 --36.058,47.961 --36.114,48.045 --36.171,48.13 --36.227,48.214 --36.284,48.299 --36.34,48.384 --36.397,48.469 --36.453,48.554 --36.51,48.639 --36.567,48.724 --36.623,48.809 --36.68,48.895 --36.737,48.981 --36.794,49.067 --36.851,49.152 --36.908,49.238 --36.965,49.325 --37.022,49.411 --37.08,49.497 --37.137,49.584 --37.194,49.67 --37.252,49.757 --37.309,49.844 --37.366,49.931 --37.424,50.018 --37.481,50.105 --37.539,50.192 --37.596,50.279 --37.654,50.366 --37.712,50.454 --37.77,50.541 --37.827,50.629 --37.885,50.717 --37.943,50.805 --38.001,50.893 --38.059,50.981 --38.117,51.069 --38.175,51.157 --38.233,51.245 --38.291,51.333 --38.35,51.421 --38.408,51.51 --38.466,51.598 --38.524,51.687 --38.582,51.776 --38.64,51.865 --38.698,51.954 --38.757,52.043 --38.815,52.132 --38.873,52.221 --38.931,52.31 --38.989,52.4 --39.047,52.489 --39.105,52.578 --39.163,52.668 --39.221,52.758 --39.279,52.847 --39.337,52.937 --39.395,53.027 --39.453,53.117 --39.511,53.207 --39.568,53.296 --39.626,53.386 --39.684,53.476 --39.742,53.566 --39.8,53.656 --39.858,53.746 --39.916,53.836 --39.973,53.927 --40.031,54.017 --40.089,54.107 --40.147,54.198 --40.204,54.288 --40.262,54.379 --40.32,54.469 --40.377,54.56 --40.435,54.651 --40.492,54.742 --40.549,54.833 --40.607,54.924 --40.664,55.015 --40.721,55.106 --40.778,55.197 --40.836,55.289 --40.893,55.38 --40.95,55.471 --41.007,55.563 --41.065,55.654 --41.122,55.746 --41.179,55.837 --41.236,55.929 --41.293,56.021 --41.35,56.112 --41.407,56.204 --41.464,56.296 --41.521,56.388 --41.578,56.479 --41.635,56.571 --41.691,56.663 --41.748,56.755 --41.805,56.847 --41.862,56.939 --41.919,57.031 --41.975,57.123 --42.032,57.215 --42.089,57.307 --42.145,57.399 --42.202,57.491 --42.258,57.584 --42.315,57.676 --42.371,57.768 --42.427,57.86 --42.484,57.953 --42.54,58.045 --42.596,58.137 --42.653,58.23 --42.709,58.322 --42.765,58.415 --42.822,58.507 --42.878,58.6 --42.935,58.692 --42.991,58.785 --43.047,58.877 --43.103,58.97 --43.159,59.063 --43.215,59.156 --43.272,59.248 --43.328,59.341 --43.384,59.434 --43.44,59.527 --43.496,59.62 --43.552,59.713 --43.608,59.807 --43.663,59.9 --43.719,59.993 --43.775,60.086 --43.831,60.18 --43.887,60.273 --43.942,60.366 --43.998,60.46 --44.054,60.553 --44.109,60.646 --44.165,60.74 --44.22,60.833 --44.276,60.927 --44.331,61.02 --44.387,61.114 --44.442,61.207 --44.498,61.301 --44.553,61.395 --44.608,61.488 --44.664,61.582 --44.719,61.676 --44.774,61.769 --44.829,61.863 --44.884,61.957 --44.939,62.051 --44.994,62.144 --45.049,62.238 --45.104,62.332 --45.159,62.426 --45.214,62.52 --45.269,62.615 --45.323,62.709 --45.378,62.803 --45.433,62.897 --45.488,62.992 --45.542,63.086 --45.597,63.18 --45.652,63.275 --45.707,63.369 --45.762,63.464 --45.817,63.558 --45.871,63.653 --45.926,63.747 --45.981,63.842 --46.035,63.937 --46.09,64.031 --46.145,64.126 --46.199,64.221 --46.254,64.315 --46.309,64.41 --46.364,64.505 --46.419,64.599 --46.473,64.694 --46.528,64.789 --46.583,64.883 --46.638,64.978 --46.692,65.073 --46.747,65.167 --46.801,65.262 --46.856,65.357 --46.91,65.451 --46.965,65.546 --47.626,65.97 --47.682,66.066 --47.737,66.161 --47.793,66.256 --47.849,66.351 --47.905,66.447 --47.961,66.542 --48.017,66.637 --48.073,66.732 --48.129,66.827 --48.185,66.922 --48.241,67.018 --48.297,67.113 --48.353,67.208 --48.409,67.303 --48.465,67.399 --48.521,67.494 --48.577,67.589 --48.633,67.685 --48.689,67.78 --48.745,67.876 --48.801,67.971 --48.858,68.067 --48.914,68.162 --48.97,68.258 --49.026,68.353 --49.082,68.449 --49.138,68.545 --49.194,68.64 --49.25,68.736 --49.306,68.832 --49.362,68.927 --49.418,69.023 --49.474,69.119 --49.53,69.214 --49.586,69.31 --49.642,69.406 --49.698,69.501 --49.754,69.597 --49.81,69.693 --49.866,69.789 --49.922,69.884 --49.978,69.98 --50.035,70.076 --50.091,70.172 --50.147,70.267 --50.203,70.363 --50.259,70.459 --50.315,70.555 --50.372,70.651 --50.428,70.747 --50.484,70.843 --50.54,70.939 --50.597,71.035 --50.653,71.13 --50.71,71.226 --50.766,71.322 --50.823,71.418 --50.879,71.514 --50.935,71.61 --50.992,71.706 --51.048,71.802 --51.105,71.899 --51.161,71.995 --51.218,72.091 --51.275,72.187 --51.331,72.283 --51.388,72.379 --51.444,72.476 --51.501,72.572 --51.558,72.668 --51.615,72.764 --51.672,72.861 --51.729,72.957 --51.785,73.054 --51.842,73.15 --51.899,73.247 --51.956,73.344 --52.013,73.44 --52.069,73.537 --52.126,73.634 --52.183,73.731 --52.24,73.828 --52.297,73.925 --52.354,74.022 --52.411,74.119 --52.468,74.216 --52.525,74.313 --52.582,74.41 --52.639,74.507 --52.697,74.604 --52.754,74.701 --52.811,74.798 --52.868,74.895 --52.926,74.992 --52.983,75.089 --53.041,75.186 --53.098,75.284 --53.155,75.381 --53.213,75.478 --53.27,75.576 --53.328,75.673 --53.386,75.77 --53.443,75.868 --53.501,75.965 --53.559,76.063 --53.617,76.16 --53.674,76.258 --53.732,76.355 --53.79,76.453 --53.848,76.55 --53.906,76.648 --53.964,76.745 --54.022,76.843 --54.08,76.94 --54.139,77.038 --54.197,77.136 --54.256,77.233 --54.314,77.331 --54.373,77.428 --54.431,77.526 --54.49,77.623 --54.548,77.721 --54.607,77.818 --54.666,77.916 --54.724,78.014 --54.783,78.111 --54.842,78.209 --54.9,78.307 --54.959,78.405 --55.018,78.502 --55.077,78.6 --55.136,78.698 --55.195,78.795 --55.254,78.893 --55.313,78.991 --55.373,79.089 --55.432,79.187 --55.491,79.285 --55.55,79.383 --55.609,79.481 --55.668,79.58 --55.727,79.678 --55.786,79.776 --55.845,79.875 --55.904,79.973 --55.963,80.072 --56.022,80.171 --56.082,80.269 --56.141,80.368 --56.2,80.467 --56.26,80.565 --56.319,80.664 --56.379,80.763 --56.439,80.862 --56.498,80.961 --56.558,81.059 --56.618,81.158 --56.678,81.257 --56.738,81.356 --56.798,81.456 --56.858,81.555 --56.918,81.654 --56.979,81.753 --57.039,81.852 --57.099,81.952 --57.16,82.051 --57.22,82.151 --57.28,82.251 --57.34,82.35 --57.401,82.45 --57.461,82.55 --57.521,82.65 --57.581,82.75 --57.642,82.85 --57.702,82.95 --57.763,83.049 --57.823,83.149 --57.884,83.249 --57.944,83.349 --58.005,83.449 --58.066,83.549 --58.127,83.649 --58.187,83.749 --58.248,83.85 --58.309,83.95 --58.37,84.05 --58.431,84.15 --58.492,84.251 --58.553,84.351 --58.615,84.452 --58.676,84.552 --58.737,84.653 --58.799,84.754 --58.86,84.854 --58.922,84.955 --58.983,85.056 --59.045,85.157 --59.107,85.258 --59.168,85.359 --60.209,85.209 --60.272,85.31 --60.336,85.411 --60.399,85.512 --60.463,85.613 --60.527,85.714 --60.59,85.815 --60.654,85.916 --60.718,86.017 --60.781,86.118 --60.845,86.219 --60.909,86.32 --60.973,86.421 --61.036,86.522 --61.1,86.623 --61.164,86.725 --61.228,86.826 --61.291,86.928 --61.355,87.029 --61.419,87.131 --61.483,87.233 --61.547,87.335 --61.611,87.436 --61.675,87.538 --61.739,87.639 --61.804,87.741 --61.869,87.842 --61.933,87.943 --61.998,88.045 --62.063,88.146 --62.128,88.248 --62.192,88.349 --62.257,88.45 --62.322,88.552 --62.387,88.654 --62.452,88.755 --62.516,88.857 --62.581,88.959 --62.646,89.061 --62.71,89.163 --62.775,89.265 --62.839,89.367 --62.903,89.469 --62.967,89.571 --63.031,89.674 --63.095,89.776 --63.16,89.878 --63.224,89.98 --63.288,90.082 --63.351,90.184 --63.415,90.286 --63.478,90.388 --63.541,90.49 --63.605,90.593 --63.668,90.695 --63.731,90.797 --63.794,90.899 --63.857,91.001 --63.92,91.103 --63.983,91.205 --64.046,91.307 --64.109,91.409 --64.172,91.511 --64.235,91.613 --64.298,91.716 --64.362,91.818 --64.425,91.92 --64.488,92.022 --64.552,92.124 --64.615,92.227 --64.679,92.329 --64.743,92.432 --64.807,92.534 --64.87,92.637 --64.934,92.74 --64.997,92.843 --65.061,92.945 --65.125,93.048 --65.189,93.151 --65.253,93.253 --65.318,93.356 --65.382,93.458 --65.446,93.56 --65.51,93.663 --65.573,93.765 --65.637,93.868 --65.701,93.97 --65.765,94.072 --65.828,94.174 --65.892,94.276 --65.956,94.378 --66.019,94.479 --66.083,94.581 --66.147,94.682 --66.21,94.784 --66.274,94.885 --66.338,94.987 --66.401,95.088 --66.465,95.189 --66.528,95.291 --66.592,95.392 --66.655,95.493 --66.718,95.595 --66.781,95.696 --66.844,95.798 --66.907,95.899 --66.969,96.001 --67.032,96.102 --67.094,96.203 --67.157,96.305 --67.219,96.406 --67.281,96.507 --67.344,96.609 --67.406,96.71 --67.468,96.812 --67.53,96.913 --67.591,97.015 --67.653,97.117 --67.715,97.218 --67.776,97.32 --67.838,97.422 --67.899,97.524 --67.961,97.626 --68.022,97.728 --68.084,97.83 --68.145,97.932 --68.206,98.034 --68.268,98.136 --68.329,98.238 --68.391,98.34 --68.452,98.441 --68.514,98.543 --68.575,98.645 --68.636,98.747 --68.698,98.849 --68.759,98.951 --68.82,99.053 --68.881,99.155 --68.943,99.257 --69.004,99.359 --69.065,99.461 --69.126,99.562 --69.187,99.664 --69.249,99.766 --69.31,99.867 --69.371,99.969 --69.432,100.07 --69.493,100.17 --69.554,100.27 --69.614,100.37 --69.675,100.48 --69.736,100.58 --69.797,100.68 --69.857,100.78 --69.918,100.88 --69.979,100.98 --70.04,101.08 --70.101,101.18 --70.161,101.28 --70.222,101.38 --70.283,101.49 --70.344,101.59 --70.404,101.69 --70.465,101.79 --70.526,101.89 --70.586,101.99 --70.647,102.09 --70.708,102.19 --70.769,102.29 --70.83,102.39 --70.89,102.49 --70.951,102.59 --71.012,102.69 --71.072,102.79 --71.133,102.89 --71.194,102.99 --71.254,103.09 --71.314,103.19 --71.375,103.29 --71.435,103.39 --71.496,103.5 --71.556,103.6 --71.616,103.7 --71.677,103.8 --71.737,103.9 --71.797,104 --71.858,104.1 --71.918,104.2 --71.978,104.29 --72.039,104.39 --72.099,104.49 --72.159,104.59 --72.219,104.69 --72.279,104.79 --72.339,104.89 --72.4,104.99 --72.46,105.09 --72.52,105.19 --72.58,105.29 --72.64,105.39 --74.484,104.98 --74.548,105.08 --74.612,105.18 --74.675,105.27 --74.739,105.37 --74.803,105.47 --74.866,105.57 --74.93,105.67 --74.993,105.77 --75.057,105.86 --75.121,105.96 --75.184,106.06 --75.248,106.16 --75.311,106.26 --75.375,106.36 --75.438,106.45 --75.502,106.55 --75.566,106.65 --75.629,106.75 --75.693,106.85 --75.756,106.95 --75.82,107.04 --75.883,107.14 --75.946,107.24 --76.01,107.34 --76.073,107.44 --76.137,107.54 --76.2,107.63 --76.264,107.73 --76.327,107.83 --76.391,107.93 --76.454,108.03 --76.518,108.13 --76.581,108.23 --76.645,108.32 --76.708,108.42 --76.771,108.52 --76.835,108.62 --76.898,108.72 --76.961,108.82 --77.024,108.92 --77.088,109.02 --77.151,109.11 --77.214,109.21 --77.278,109.31 --77.341,109.41 --77.405,109.51 --77.468,109.61 --77.531,109.71 --77.595,109.8 --77.658,109.9 --77.721,110 --77.784,110.1 --77.848,110.2 --77.911,110.3 --77.974,110.4 --78.037,110.5 --78.1,110.59 --78.164,110.69 --78.227,110.79 --78.29,110.89 --78.353,110.99 --78.417,111.09 --78.48,111.19 --78.543,111.29 --78.606,111.38 --78.669,111.48 --78.732,111.58 --78.795,111.68 --78.858,111.78 --78.921,111.88 --78.985,111.98 --79.048,112.08 --79.111,112.18 --79.174,112.27 --79.237,112.37 --79.301,112.47 --79.364,112.57 --79.427,112.67 --79.49,112.77 --79.554,112.87 --79.617,112.97 --79.68,113.07 --79.743,113.17 --79.806,113.26 --79.87,113.36 --79.933,113.46 --79.996,113.56 --80.06,113.66 --80.123,113.76 --80.187,113.86 --80.25,113.96 --80.314,114.06 --80.377,114.16 --80.441,114.25 --80.504,114.35 --80.567,114.45 --80.631,114.55 --80.694,114.65 --80.758,114.75 --80.821,114.85 --80.885,114.95 --80.948,115.05 --81.011,115.15 --81.075,115.25 --81.139,115.34 --81.202,115.44 --81.266,115.54 --81.329,115.64 --81.393,115.74 --81.456,115.84 --81.52,115.94 --81.583,116.04 --81.647,116.14 --81.71,116.24 --81.774,116.34 --81.838,116.44 --81.902,116.54 --81.966,116.64 --82.029,116.73 --82.093,116.83 --82.157,116.93 --82.221,117.03 --82.284,117.13 --82.348,117.23 --82.412,117.33 --82.475,117.43 --82.539,117.53 --82.602,117.63 --82.666,117.73 --82.73,117.83 --82.793,117.93 --82.857,118.03 --82.92,118.13 --82.984,118.23 --83.047,118.33 --83.11,118.43 --83.174,118.53 --83.237,118.63 --83.3,118.73 --83.363,118.83 --83.427,118.93 --83.49,119.03 --83.553,119.13 --83.616,119.23 --83.679,119.33 --83.743,119.43 --83.806,119.53 --83.869,119.63 --83.932,119.73 --83.996,119.83 --84.059,119.93 --84.122,120.03 --84.185,120.13 --84.249,120.23 --84.312,120.33 --84.375,120.43 --84.438,120.53 --84.501,120.63 --84.564,120.74 --84.627,120.84 --84.69,120.94 --84.754,121.04 --84.817,121.14 --84.88,121.24 --84.943,121.34 --85.007,121.44 --85.07,121.54 --85.133,121.64 --85.196,121.74 --85.26,121.84 --85.323,121.94 --85.386,122.04 --85.449,122.14 --85.513,122.25 --85.576,122.35 --85.639,122.45 --85.703,122.55 --85.766,122.65 --85.83,122.75 --85.893,122.85 --85.957,122.95 --86.02,123.05 --86.083,123.15 --86.147,123.25 --86.21,123.35 --86.274,123.45 --86.338,123.55 --86.401,123.65 --86.465,123.75 --86.528,123.85 --86.592,123.96 --86.656,124.06 --86.72,124.16 --86.784,124.26 --86.847,124.36 --86.911,124.46 --86.975,124.56 --87.039,124.66 --87.102,124.76 --89.519,124.35 --89.588,124.45 --89.657,124.54 --89.727,124.64 --89.796,124.74 --89.866,124.84 --89.935,124.94 --90.005,125.04 --90.074,125.13 --90.144,125.23 --90.214,125.33 --90.283,125.43 --90.353,125.53 --90.423,125.62 --90.493,125.72 --90.563,125.82 --90.633,125.92 --90.703,126.02 --90.773,126.11 --90.843,126.21 --90.913,126.31 --90.983,126.41 --91.054,126.51 --91.124,126.6 --91.195,126.7 --91.265,126.8 --91.336,126.9 --91.407,126.99 --91.477,127.09 --91.548,127.19 --91.619,127.29 --91.69,127.38 --91.761,127.48 --91.832,127.58 --91.903,127.67 --91.974,127.77 --92.046,127.87 --92.117,127.96 --92.189,128.06 --92.261,128.16 --92.332,128.25 --92.404,128.35 --92.476,128.45 --92.548,128.54 --92.62,128.64 --92.693,128.73 --92.765,128.83 --92.838,128.93 --92.91,129.02 --92.983,129.12 --93.055,129.21 --93.128,129.31 --93.201,129.4 --93.274,129.5 --93.347,129.6 --93.42,129.69 --93.493,129.79 --93.567,129.88 --93.64,129.98 --93.713,130.07 --93.786,130.17 --93.86,130.26 --93.933,130.36 --94.007,130.45 --94.081,130.55 --94.154,130.64 --94.228,130.74 --94.302,130.83 --94.375,130.93 --94.449,131.02 --94.523,131.11 --94.597,131.21 --94.671,131.3 --94.745,131.4 --94.82,131.49 --94.894,131.58 --94.968,131.68 --95.042,131.77 --95.117,131.86 --95.191,131.96 --95.265,132.05 --95.339,132.14 --95.414,132.24 --95.489,132.33 --95.563,132.42 --95.638,132.52 --95.713,132.61 --95.788,132.7 --95.864,132.79 --95.939,132.89 --96.015,132.98 --96.091,133.07 --96.167,133.17 --96.244,133.26 --96.32,133.35 --96.397,133.44 --96.474,133.54 --96.55,133.63 --96.628,133.72 --96.705,133.81 --98.501,133.53 --98.583,133.62 --98.665,133.71 --98.747,133.81 --98.829,133.9 --98.91,133.99 --98.992,134.08 --99.074,134.17 --99.156,134.26 --99.238,134.35 --99.319,134.44 --99.401,134.53 --99.482,134.62 --99.564,134.71 --99.646,134.8 --99.728,134.89 --99.81,134.98 --99.892,135.07 --99.974,135.16 --100.06,135.25 --100.14,135.34 --100.22,135.43 --100.3,135.52 --100.39,135.61 --100.47,135.7 --100.55,135.78 --100.63,135.87 --100.72,135.96 --100.8,136.05 --100.88,136.14 --100.96,136.23 --101.05,136.32 --101.13,136.41 --101.21,136.5 --101.3,136.59 --101.38,136.68 --101.46,136.77 --101.55,136.85 --101.63,136.94 --101.72,137.03 --101.8,137.12 --101.88,137.21 --101.97,137.3 --102.05,137.39 --102.14,137.48 --102.22,137.56 --102.31,137.65 --102.39,137.74 --102.48,137.83 --102.56,137.92 --102.65,138 --102.73,138.09 --102.82,138.18 --102.9,138.27 --102.99,138.36 --103.07,138.44 --103.16,138.53 --103.25,138.62 --103.33,138.7 --103.42,138.79 --103.5,138.88 --103.59,138.97 --103.67,139.05 --103.76,139.14 --103.85,139.23 --103.93,139.31 --104.02,139.4 --104.1,139.49 --104.19,139.57 --104.28,139.66 --104.36,139.74 --104.45,139.83 --104.54,139.92 --104.62,140 --104.71,140.09 --104.8,140.18 --104.88,140.26 --104.97,140.35 --105.06,140.43 --105.14,140.52 --105.23,140.6 --105.32,140.69 --105.4,140.78 --105.49,140.86 --105.58,140.95 --105.66,141.03 --105.75,141.12 --105.84,141.2 --105.93,141.29 --106.01,141.37 --106.1,141.46 --106.19,141.54 --106.27,141.63 --106.36,141.72 --106.45,141.8 --106.53,141.89 --106.62,141.97 --106.71,142.06 --106.79,142.14 --106.88,142.23 --106.97,142.31 --107.06,142.4 --107.14,142.48 --107.23,142.56 --107.32,142.65 --107.4,142.73 --107.49,142.82 --107.58,142.9 --107.66,142.99 --107.75,143.07 --107.84,143.16 --107.92,143.24 --108.01,143.33 --108.1,143.41 --108.18,143.5 --108.27,143.58 --108.36,143.67 --108.44,143.75 --108.53,143.83 --108.62,143.92 --108.7,144 --108.79,144.09 --108.88,144.17 --108.97,144.26 --109.05,144.34 --109.14,144.42 --109.23,144.51 --109.31,144.59 --109.4,144.68 --109.49,144.76 --109.58,144.84 --109.66,144.93 --109.75,145.01 --109.84,145.1 --109.93,145.18 --110.01,145.26 --110.1,145.35 --110.19,145.43 --110.28,145.52 --110.36,145.6 --110.45,145.68 --110.54,145.77 --110.63,145.85 --110.72,145.93 --110.8,146.02 --110.89,146.1 --110.98,146.18 --111.07,146.27 --111.16,146.35 --111.24,146.43 --111.33,146.52 --111.42,146.6 --111.51,146.68 --111.6,146.76 --111.69,146.85 --111.77,146.93 --111.86,147.01 --111.95,147.1 --112.04,147.18 --112.13,147.26 --112.22,147.34 --112.31,147.43 --112.4,147.51 --112.48,147.59 --112.57,147.67 --112.66,147.75 --112.75,147.84 --112.84,147.92 --112.93,148 --113.02,148.08 --113.11,148.16 --113.2,148.25 --113.29,148.33 --113.38,148.41 --113.47,148.49 --113.56,148.57 --113.65,148.65 --113.73,148.74 --113.82,148.82 --113.91,148.9 --114,148.98 --114.09,149.06 --114.18,149.14 --114.27,149.22 --114.36,149.3 --114.45,149.38 --114.54,149.46 --114.63,149.55 --114.72,149.63 --114.81,149.71 --114.9,149.79 --114.99,149.87 --115.07,149.95 --115.16,150.03 --115.25,150.11 --115.34,150.19 --115.43,150.27 --115.52,150.35 --115.61,150.43 --115.7,150.51 --118.77,150.47 --118.87,150.55 --118.96,150.63 --119.06,150.71 --119.16,150.79 --119.26,150.87 --119.35,150.94 --119.45,151.02 --119.55,151.1 --119.65,151.18 --119.74,151.26 --119.84,151.34 --119.94,151.41 --120.04,151.49 --120.13,151.57 --120.23,151.65 --120.33,151.73 --120.43,151.8 --120.52,151.88 --120.62,151.96 --120.72,152.03 --120.82,152.11 --120.92,152.19 --121.01,152.27 --121.11,152.34 --121.21,152.42 --121.31,152.5 --121.41,152.57 --121.5,152.65 --121.6,152.73 --121.7,152.81 --121.8,152.88 --121.9,152.96 --122,153.04 --122.09,153.11 --122.19,153.19 --122.29,153.27 --122.39,153.34 --122.49,153.42 --122.59,153.5 --122.69,153.57 --122.79,153.65 --122.89,153.73 --122.98,153.8 --123.08,153.88 --123.18,153.96 --123.28,154.03 --123.38,154.11 --123.48,154.19 --123.58,154.26 --123.68,154.34 --123.78,154.41 --123.88,154.49 --123.98,154.57 --124.07,154.64 --124.17,154.72 --124.27,154.79 --124.37,154.87 --124.47,154.95 --124.57,155.02 --124.67,155.1 --124.77,155.17 --124.87,155.25 --124.97,155.33 --125.06,155.4 --125.16,155.48 --125.26,155.55 --125.36,155.63 --125.46,155.71 --125.56,155.78 --125.66,155.86 --125.76,155.93 --125.86,156.01 --125.96,156.08 --126.06,156.16 --126.16,156.24 --126.25,156.31 --126.35,156.39 --126.45,156.46 --126.55,156.54 --126.65,156.61 --126.75,156.69 --126.85,156.76 --126.95,156.84 --127.05,156.91 --127.15,156.99 --127.25,157.06 --127.35,157.14 --127.45,157.21 --127.55,157.29 --127.65,157.36 --127.75,157.44 --127.85,157.51 --127.95,157.59 --128.05,157.66 --128.15,157.74 --128.25,157.81 --128.35,157.89 --128.44,157.96 --128.54,158.04 --128.64,158.11 --128.74,158.19 --128.84,158.26 --128.94,158.34 --129.04,158.41 --129.14,158.49 --129.24,158.56 --129.34,158.64 --129.44,158.71 --129.54,158.78 --129.64,158.86 --129.74,158.93 --129.84,159.01 --129.94,159.08 --130.04,159.16 --130.14,159.23 --130.24,159.3 --130.34,159.38 --130.44,159.45 --130.54,159.53 --130.64,159.6 --130.74,159.67 --130.84,159.75 --130.94,159.82 --131.04,159.9 --131.14,159.97 --131.24,160.04 --131.34,160.12 --131.44,160.19 --131.54,160.27 --131.64,160.34 --131.74,160.41 --131.84,160.49 --131.94,160.56 --132.04,160.64 --132.14,160.71 --132.24,160.78 --132.34,160.86 --132.44,160.93 --132.54,161.01 --132.64,161.08 --132.74,161.15 --132.84,161.23 --132.94,161.3 --133.04,161.38 --133.14,161.45 --133.23,161.52 --133.33,161.6 --133.43,161.67 --133.53,161.75 --133.63,161.82 --133.73,161.9 --133.83,161.97 --133.93,162.04 --134.03,162.12 --134.13,162.19 --134.23,162.27 --134.33,162.34 --134.42,162.41 --134.52,162.49 --134.62,162.56 --134.72,162.64 --134.82,162.71 --134.92,162.79 --135.02,162.86 --135.12,162.93 --135.22,163.01 --135.32,163.08 --135.42,163.16 --135.52,163.23 --135.62,163.3 --135.72,163.38 --135.82,163.45 --135.91,163.53 --136.01,163.6 --136.11,163.67 --136.21,163.75 --136.31,163.82 --136.41,163.9 --136.51,163.97 --136.61,164.04 --136.71,164.12 --136.81,164.19 --136.91,164.26 --137.01,164.34 --137.11,164.41 --137.2,164.48 --137.3,164.56 --137.4,164.63 --137.5,164.71 --137.6,164.78 --137.7,164.85 --137.8,164.93 --137.9,165 --138,165.07 --138.1,165.15 --138.2,165.22 --138.29,165.3 --138.39,165.37 --138.49,165.44 --141.12,166 --141.22,166.07 --141.33,166.14 --141.43,166.22 --141.54,166.29 --141.64,166.37 --141.74,166.44 --141.85,166.51 --141.95,166.59 --142.06,166.66 --142.16,166.74 --142.27,166.81 --142.37,166.88 --142.48,166.96 --142.58,167.03 --142.69,167.1 --142.79,167.18 --142.9,167.25 --143,167.33 --143.1,167.4 --143.21,167.47 --143.31,167.55 --143.42,167.62 --143.52,167.69 --143.63,167.77 --143.73,167.84 --143.84,167.91 --143.94,167.99 --144.05,168.06 --144.15,168.13 --144.26,168.21 --144.36,168.28 --144.46,168.36 --144.57,168.43 --144.67,168.5 --144.78,168.58 --144.88,168.65 --144.99,168.72 --145.09,168.79 --145.2,168.87 --145.3,168.94 --145.41,169.01 --145.51,169.09 --145.62,169.16 --145.72,169.23 --145.83,169.31 --145.93,169.38 --146.04,169.45 --146.14,169.53 --146.25,169.6 --146.35,169.67 --146.46,169.74 --146.56,169.82 --146.67,169.89 --146.77,169.96 --146.88,170.04 --146.98,170.11 --147.09,170.18 --147.19,170.26 --147.3,170.33 --147.4,170.4 --147.51,170.48 --147.61,170.55 --147.72,170.62 --147.82,170.7 --147.93,170.77 --148.03,170.84 --148.14,170.91 --148.24,170.99 --148.35,171.06 --148.45,171.13 --148.56,171.21 --148.66,171.28 --148.76,171.35 --148.87,171.43 --148.97,171.5 --149.08,171.57 --149.18,171.65 --149.29,171.72 --149.39,171.79 --149.5,171.87 --149.6,171.94 --149.71,172.01 --149.81,172.09 --149.92,172.16 --150.02,172.23 --150.13,172.31 --150.23,172.38 --150.33,172.45 --150.44,172.53 --150.54,172.6 --150.65,172.67 --150.75,172.75 --150.86,172.82 --150.96,172.89 --151.07,172.97 --151.17,173.04 --151.28,173.11 --151.38,173.19 --151.48,173.26 --151.59,173.33 --151.69,173.41 --151.8,173.48 --151.9,173.55 --152.01,173.62 --152.11,173.7 --152.21,173.77 --152.32,173.84 --152.42,173.91 --152.53,173.99 --152.63,174.06 --152.74,174.13 --152.84,174.2 --152.94,174.28 --153.05,174.35 --153.15,174.42 --153.26,174.5 --153.36,174.57 --153.47,174.64 --153.57,174.71 --153.67,174.79 --153.78,174.86 --153.88,174.93 --153.99,175 --154.09,175.08 --154.19,175.15 --154.3,175.22 --154.4,175.3 --154.5,175.37 --154.61,175.44 --154.71,175.51 --154.81,175.59 --154.92,175.66 --155.02,175.73 --155.12,175.8 --155.23,175.88 --155.33,175.95 --155.43,176.02 --155.54,176.1 --155.64,176.17 --155.74,176.24 --155.85,176.32 --155.95,176.39 --156.05,176.46 --156.16,176.53 --156.26,176.61 --156.36,176.68 --156.47,176.75 --156.57,176.83 --156.67,176.9 --156.77,176.98 --156.88,177.05 --156.98,177.12 --157.08,177.2 --157.19,177.27 --157.29,177.34 --157.39,177.42 --157.5,177.49 --157.6,177.56 --157.7,177.64 --157.8,177.71 --157.91,177.78 --158.01,177.86 --158.11,177.93 --158.21,178 --158.32,178.08 --158.42,178.15 --158.52,178.22 --158.62,178.3 --158.73,178.37 --158.83,178.44 --158.93,178.52 --159.03,178.59 --159.14,178.66 --159.24,178.74 --159.34,178.81 --159.44,178.88 --159.55,178.96 --159.65,179.03 --159.75,179.1 --159.85,179.18 --159.96,179.25 --160.06,179.32 --160.16,179.39 --160.26,179.47 --160.36,179.54 --160.47,179.61 --160.57,179.69 --160.67,179.76 --160.77,179.83 --160.87,179.91 --160.98,179.98 --161.08,180.05 --161.18,180.13 --161.28,180.2 --161.38,180.27 --161.49,180.34 --161.59,180.42 --161.69,180.49 --161.79,180.56 --163.26,181.22 --163.36,181.29 --163.47,181.36 --163.57,181.44 --163.68,181.51 --163.78,181.58 --163.89,181.66 --163.99,181.73 --164.1,181.81 --164.2,181.88 --164.31,181.95 --164.41,182.03 --164.52,182.1 --164.62,182.17 --164.72,182.25 --164.83,182.32 --164.93,182.4 --165.04,182.47 --165.14,182.54 --165.25,182.62 --165.35,182.69 --165.46,182.76 --165.56,182.84 --165.66,182.91 --165.77,182.98 --165.87,183.06 --165.98,183.13 --166.08,183.2 --166.19,183.28 --166.29,183.35 --166.39,183.42 --166.5,183.5 --166.6,183.57 --166.71,183.64 --166.81,183.72 --166.92,183.79 --167.02,183.86 --167.12,183.94 --167.23,184.01 --167.33,184.08 --167.44,184.16 --167.54,184.23 --167.64,184.3 --167.75,184.38 --167.85,184.45 --167.96,184.52 --168.06,184.6 --168.16,184.67 --168.27,184.74 --168.37,184.81 --168.47,184.89 --168.58,184.96 --168.68,185.03 --168.79,185.1 --168.89,185.18 --168.99,185.25 --169.1,185.32 --169.2,185.4 --169.3,185.47 --169.41,185.54 --169.51,185.61 --169.61,185.69 --169.72,185.76 --169.82,185.83 --169.92,185.9 --170.03,185.97 --170.13,186.05 --170.23,186.12 --170.34,186.19 --170.44,186.26 --170.54,186.34 --170.65,186.41 --170.75,186.48 --170.85,186.55 --170.96,186.62 --171.06,186.7 --171.16,186.77 --171.27,186.84 --171.37,186.91 --171.47,186.98 --171.58,187.06 --171.68,187.13 --171.78,187.2 --171.88,187.27 --171.99,187.34 --172.09,187.42 --172.19,187.49 --172.3,187.56 --172.4,187.63 --172.5,187.7 --172.61,187.77 --172.71,187.85 --172.81,187.92 --172.91,187.99 --173.02,188.06 --173.12,188.13 --173.22,188.2 --173.32,188.27 --173.43,188.34 --173.53,188.41 --173.63,188.48 --173.73,188.56 --173.83,188.63 --173.94,188.7 --174.04,188.77 --174.14,188.84 --174.24,188.91 --174.34,188.98 --174.44,189.05 --174.54,189.12 --174.65,189.19 --174.75,189.26 --174.85,189.33 --174.95,189.4 --175.05,189.47 --175.15,189.54 --175.25,189.61 --175.35,189.68 --175.45,189.75 --175.55,189.82 --175.65,189.89 --175.75,189.96 --175.85,190.03 --175.95,190.1 --176.05,190.17 --176.15,190.24 --176.25,190.31 --176.35,190.38 --176.45,190.45 --176.55,190.52 --176.65,190.59 --176.75,190.66 --176.85,190.73 --176.95,190.8 --177.05,190.87 --177.15,190.94 --177.25,191.01 --177.35,191.08 --177.45,191.15 --177.54,191.21 --177.64,191.28 --177.74,191.35 --177.84,191.42 --177.94,191.49 --178.04,191.55 --178.14,191.62 --178.24,191.69 --178.34,191.76 --178.44,191.83 --178.54,191.89 --178.64,191.96 --178.73,192.03 --178.83,192.1 --178.93,192.17 --179.03,192.23 --179.13,192.3 --179.23,192.37 --179.33,192.44 --179.42,192.5 --179.52,192.57 --179.62,192.64 --179.72,192.7 --179.82,192.77 --179.92,192.84 --180.01,192.9 --180.11,192.97 --180.21,193.04 --180.31,193.1 --180.41,193.17 --180.5,193.24 --180.6,193.3 --180.7,193.37 --180.8,193.44 --180.9,193.5 --180.99,193.57 --181.09,193.64 --181.19,193.7 --181.29,193.77 --181.38,193.83 --181.48,193.9 --181.58,193.97 --181.67,194.03 --181.77,194.1 --181.87,194.16 --181.97,194.23 --182.06,194.3 --182.16,194.36 --182.26,194.43 --182.35,194.49 --182.45,194.56 --182.55,194.63 --182.64,194.69 --182.74,194.76 --182.83,194.82 --182.93,194.89 --183.03,194.95 --183.12,195.02 --183.22,195.08 --183.31,195.15 --183.41,195.21 --183.51,195.28 --183.6,195.34 --183.7,195.41 --183.79,195.47 --183.89,195.54 --183.98,195.6 --184.08,195.67 --184.17,195.73 --184.27,195.8 --184.36,195.86 --184.46,195.92 --184.55,195.99 --184.64,196.05 --184.74,196.12 --184.83,196.18 --184.93,196.25 --185.02,196.31 --185.12,196.38 --185.21,196.44 --185.3,196.51 --185.4,196.57 --185.49,196.63 --185.59,196.7 --185.68,196.76 --185.77,196.83 --185.87,196.89 --185.96,196.95 --186.05,197.02 --186.15,197.08 --186.24,197.15 --186.33,197.21 --186.43,197.27 --186.52,197.34 --186.61,197.4 --186.71,197.47 --186.8,197.53 --186.89,197.59 --186.99,197.66 --187.08,197.72 --187.17,197.78 --187.27,197.85 --187.36,197.91 --187.45,197.97 --187.55,198.04 --187.64,198.1 --187.73,198.16 --187.82,198.23 --187.92,198.29 --188.01,198.35 --188.1,198.42 --188.19,198.48 --188.29,198.54 --188.38,198.6 --188.47,198.67 --188.56,198.73 --188.66,198.79 --188.75,198.86 --188.84,198.92 --188.93,198.98 --189.02,199.04 --189.12,199.11 --189.21,199.17 --189.3,199.23 --189.39,199.29 --189.48,199.36 --189.57,199.42 --189.67,199.48 --189.76,199.54 --189.85,199.61 --189.94,199.67 --190.03,199.73 --190.12,199.79 --190.21,199.85 --190.3,199.91 --190.39,199.98 --190.49,200.04 --190.58,200.1 --190.67,200.16 --190.76,200.22 --190.85,200.28 --190.94,200.35 --191.03,200.41 --191.12,200.47 --191.21,200.53 --191.3,200.59 --191.39,200.65 --191.48,200.72 --191.57,200.78 --191.66,200.84 --191.75,200.9 --191.84,200.96 --191.93,201.02 --192.02,201.08 --192.11,201.14 --192.2,201.2 --192.29,201.27 --192.37,201.33 --192.46,201.39 --192.55,201.45 --192.64,201.51 --195.21,202.2 --195.31,202.26 --195.4,202.32 --195.49,202.38 --195.59,202.44 --195.68,202.5 --195.77,202.56 --195.87,202.62 --195.96,202.68 --196.05,202.74 --196.15,202.8 --196.24,202.86 --196.33,202.92 --196.43,202.98 --196.52,203.04 --196.61,203.1 --196.7,203.16 --196.8,203.22 --196.89,203.28 --196.98,203.34 --197.07,203.4 --197.17,203.46 --197.26,203.52 --197.35,203.58 --197.44,203.64 --197.54,203.7 --197.63,203.75 --197.72,203.81 --197.81,203.87 --197.9,203.93 --197.99,203.99 --198.09,204.05 --198.18,204.11 --198.27,204.17 --198.36,204.23 --198.45,204.29 --198.54,204.35 --198.64,204.4 --198.73,204.46 --198.82,204.52 --198.91,204.58 --199,204.64 --199.09,204.7 --199.18,204.76 --199.27,204.82 --199.36,204.87 --199.45,204.93 --199.54,204.99 --199.63,205.05 --199.72,205.11 --199.81,205.17 --199.9,205.23 --199.99,205.28 --200.08,205.34 --200.17,205.4 --200.26,205.46 --200.35,205.52 --200.44,205.57 --200.53,205.63 --200.62,205.69 --200.71,205.75 --200.8,205.81 --200.89,205.86 --200.98,205.92 --201.07,205.98 --201.16,206.04 --201.25,206.09 --201.33,206.15 --201.42,206.21 --201.51,206.26 --201.6,206.32 --201.69,206.38 --201.77,206.44 --201.86,206.49 --201.95,206.55 --202.04,206.61 --202.12,206.66 --202.21,206.72 --202.3,206.77 --202.39,206.83 --202.47,206.89 --202.56,206.94 --202.65,207 --202.73,207.06 --202.82,207.11 --202.91,207.17 --202.99,207.22 --203.08,207.28 --203.17,207.33 --203.25,207.39 --203.34,207.45 --203.42,207.5 --203.51,207.56 --203.6,207.61 --203.68,207.67 --203.77,207.72 --203.85,207.78 --203.94,207.83 --204.03,207.89 --204.11,207.94 --204.2,207.99 --204.28,208.05 --204.37,208.1 --204.45,208.16 --204.54,208.21 --204.62,208.27 --204.71,208.32 --204.79,208.38 --204.87,208.43 --204.96,208.48 --205.04,208.54 --205.13,208.59 --205.21,208.64 --205.29,208.7 --205.38,208.75 --205.46,208.8 --205.54,208.86 --205.63,208.91 --205.71,208.96 --205.79,209.02 --205.88,209.07 --205.96,209.12 --206.04,209.17 --206.12,209.23 --206.21,209.28 --206.29,209.33 --206.37,209.38 --206.45,209.44 --206.53,209.49 --206.62,209.54 --206.7,209.59 --206.78,209.64 --206.86,209.7 --206.94,209.75 --207.02,209.8 --207.1,209.85 --207.18,209.9 --207.26,209.95 --207.34,210 --207.42,210.06 --207.5,210.11 --207.58,210.16 --207.66,210.21 --207.74,210.26 --207.82,210.31 --207.9,210.36 --207.98,210.41 --208.06,210.46 --208.14,210.51 --208.22,210.57 --208.3,210.62 --208.38,210.67 --208.45,210.72 --208.53,210.77 --208.61,210.82 --208.69,210.87 --208.77,210.92 --208.84,210.97 --208.92,211.02 --209,211.07 --209.07,211.12 --209.15,211.17 --209.23,211.22 --209.3,211.27 --209.38,211.32 --209.46,211.37 --209.53,211.42 --209.61,211.47 --209.68,211.52 --209.76,211.57 --209.83,211.62 --209.91,211.67 --209.98,211.72 --210.06,211.77 --210.13,211.82 --210.21,211.87 --210.28,211.92 --210.35,211.97 --210.43,212.02 --210.5,212.07 --210.57,212.13 --210.64,212.18 --210.72,212.23 --210.79,212.28 --210.86,212.33 --210.93,212.38 --211,212.43 --211.08,212.48 --211.15,212.53 --211.22,212.58 --211.29,212.63 --211.36,212.68 --211.43,212.73 --211.5,212.78 --211.57,212.83 --211.64,212.88 --211.71,212.93 --211.78,212.98 --211.85,213.03 --211.92,213.08 --213.36,214.03 --213.43,214.08 --213.5,214.13 --213.57,214.18 --213.64,214.23 --213.71,214.28 --213.78,214.33 --213.85,214.39 --213.92,214.44 --213.99,214.49 --214.06,214.54 --214.13,214.59 --214.2,214.64 --214.26,214.69 --214.33,214.74 --214.4,214.8 --214.47,214.85 --214.53,214.9 --214.6,214.95 --214.67,215 --214.73,215.05 --214.8,215.11 --214.86,215.16 --214.93,215.21 --214.99,215.26 --215.06,215.31 --215.12,215.36 --215.19,215.42 --215.25,215.47 --215.32,215.52 --215.38,215.57 --215.44,215.62 --215.51,215.68 --215.57,215.73 --215.63,215.78 --215.7,215.83 --215.76,215.89 --215.82,215.94 --215.88,215.99 --215.95,216.04 --216.01,216.1 --216.07,216.15 --216.13,216.2 --216.19,216.26 --216.26,216.31 --216.32,216.36 --216.38,216.42 --216.44,216.47 --216.5,216.52 --216.56,216.58 --216.62,216.63 --216.68,216.68 --216.74,216.74 --216.8,216.79 --216.86,216.84 --216.92,216.9 --216.98,216.95 --217.03,217.01 --217.09,217.06 --217.15,217.11 --217.21,217.17 --217.27,217.22 --217.32,217.28 --217.38,217.33 --217.44,217.39 --217.5,217.44 --217.55,217.5 --217.61,217.55 --217.67,217.61 --217.72,217.66 --217.78,217.72 --217.83,217.77 --217.89,217.83 --217.94,217.88 --218,217.94 --218.05,217.99 --218.11,218.05 --218.16,218.1 --218.22,218.16 --218.27,218.21 --218.33,218.27 --218.38,218.33 --218.43,218.38 --218.49,218.44 --218.54,218.5 --218.59,218.55 --218.64,218.61 --218.7,218.66 --218.75,218.72 --218.8,218.78 --218.85,218.83 --218.9,218.89 --218.95,218.95 --219,219.01 --219.05,219.06 --219.1,219.12 --219.15,219.18 --219.2,219.23 --219.25,219.29 --219.3,219.35 --219.35,219.41 --219.4,219.46 --219.45,219.52 --219.5,219.58 --219.55,219.64 --219.6,219.7 --219.64,219.75 --219.69,219.81 --219.74,219.87 --219.79,219.93 --219.83,219.99 --219.88,220.05 --219.93,220.1 --219.97,220.16 --220.02,220.22 --220.06,220.28 --220.11,220.34 --220.15,220.4 --220.2,220.46 --220.24,220.52 --220.29,220.58 --220.33,220.63 --220.37,220.69 --220.42,220.75 --220.46,220.81 --220.5,220.87 --220.55,220.93 --220.59,220.99 --220.63,221.05 --220.67,221.11 --220.71,221.17 --220.76,221.23 --220.8,221.29 --220.84,221.35 --220.88,221.41 --220.92,221.47 --220.96,221.53 --221,221.59 --221.04,221.65 --221.08,221.71 --221.12,221.77 --221.16,221.83 --221.2,221.89 --221.24,221.95 --221.27,222.01 --221.31,222.07 --221.35,222.13 --221.39,222.19 --221.43,222.25 --221.46,222.31 --221.5,222.37 --221.54,222.43 --221.57,222.49 --221.61,222.55 --221.65,222.61 --221.68,222.67 --221.72,222.73 --221.75,222.79 --221.79,222.85 --221.82,222.91 --221.86,222.97 --221.89,223.03 --221.93,223.09 --221.96,223.15 --221.99,223.21 --222.03,223.27 --222.06,223.33 --222.1,223.39 --222.13,223.45 --222.16,223.51 --222.19,223.57 --222.23,223.63 --222.26,223.69 --222.29,223.75 --222.32,223.81 --222.36,223.87 --222.39,223.93 --222.42,223.99 --222.45,224.05 --222.48,224.11 --222.51,224.17 --222.54,224.23 --222.57,224.29 --222.6,224.35 --222.63,224.41 --222.66,224.47 --222.69,224.53 --222.72,224.59 --222.75,224.65 --222.78,224.71 --222.81,224.77 --222.84,224.83 --222.86,224.89 --222.89,224.95 --222.92,225.01 --222.95,225.07 --222.98,225.13 --223,225.19 --223.03,225.25 --223.06,225.31 --224.19,226.22 --224.22,226.28 --224.25,226.34 --224.28,226.4 --224.3,226.46 --224.33,226.52 --224.36,226.58 --224.39,226.64 --224.41,226.7 --224.44,226.76 --224.47,226.82 --224.49,226.88 --224.52,226.94 --224.55,227 --224.57,227.06 --224.6,227.12 --224.62,227.18 --224.65,227.24 --224.67,227.3 --224.7,227.36 --224.72,227.42 --224.75,227.48 --224.77,227.54 --224.8,227.6 --224.82,227.66 --224.84,227.72 --224.87,227.78 --224.89,227.84 --224.92,227.9 --224.94,227.96 --224.97,228.02 --224.99,228.08 --225.01,228.14 --225.04,228.2 --225.06,228.26 --225.09,228.32 --225.11,228.38 --225.14,228.43 --225.16,228.49 --225.18,228.55 --225.21,228.61 --225.23,228.67 --225.26,228.73 --225.28,228.79 --225.31,228.85 --225.33,228.91 --225.36,228.97 --225.38,229.03 --225.4,229.09 --225.43,229.15 --225.45,229.21 --225.48,229.26 --225.5,229.32 --225.53,229.38 --225.55,229.44 --225.58,229.5 --225.6,229.56 --225.62,229.62 --225.65,229.68 --225.67,229.74 --225.7,229.8 --225.72,229.86 --225.74,229.92 --225.77,229.98 --225.79,230.04 --225.82,230.09 --225.84,230.15 --225.86,230.21 --225.89,230.27 --225.91,230.33 --225.93,230.39 --225.96,230.45 --225.98,230.51 --226,230.57 --226.03,230.63 --226.05,230.69 --226.07,230.75 --226.1,230.81 --226.12,230.87 --226.14,230.93 --226.17,230.99 --226.19,231.05 --226.21,231.11 --226.23,231.17 --226.26,231.23 --226.28,231.29 --226.3,231.35 --226.33,231.42 --226.35,231.48 --226.37,231.54 --226.39,231.6 --226.42,231.66 --226.44,231.72 --226.46,231.78 --226.48,231.84 --226.51,231.9 --226.53,231.96 --226.55,232.02 --226.58,232.08 --226.6,232.14 --226.62,232.2 --226.65,232.26 --226.67,232.32 --226.69,232.38 --226.71,232.44 --226.74,232.5 --226.76,232.56 --226.78,232.62 --226.8,232.68 --226.83,232.73 --226.85,232.79 --226.87,232.85 --226.9,232.91 --226.92,232.97 --226.94,233.03 --226.96,233.09 --226.99,233.15 --227.01,233.21 --227.03,233.27 --227.05,233.33 --227.08,233.39 --227.1,233.45 --227.12,233.5 --227.15,233.56 --227.17,233.62 --227.19,233.68 --227.22,233.74 --227.24,233.8 --227.26,233.86 --227.28,233.91 --227.31,233.97 --227.33,234.03 --227.35,234.09 --227.38,234.15 --227.4,234.2 --227.42,234.26 --227.45,234.32 --227.47,234.38 --227.49,234.44 --227.52,234.49 --227.54,234.55 --227.56,234.61 --227.59,234.67 --227.61,234.72 --227.63,234.78 --227.65,234.84 --227.68,234.9 --227.7,234.96 --227.72,235.01 --227.74,235.07 --227.77,235.13 --227.79,235.19 --227.81,235.24 --227.84,235.3 --227.86,235.36 --227.88,235.42 --227.91,235.47 --227.93,235.53 --227.96,235.59 --227.98,235.65 --228,235.7 --228.03,235.76 --228.05,235.82 --228.08,235.87 --228.1,235.93 --228.13,235.99 --228.15,236.05 --228.18,236.1 --228.2,236.16 --228.23,236.22 --228.26,236.27 --228.28,236.33 --228.31,236.39 --228.33,236.44 --228.36,236.5 --228.39,236.55 --228.41,236.61 --228.44,236.67 --228.47,236.72 --228.49,236.78 --228.52,236.83 --228.55,236.89 --228.57,236.95 --228.6,237 --228.63,237.06 --228.65,237.11 --228.68,237.17 --228.71,237.22 --228.74,237.28 --228.76,237.33 --228.79,237.39 --228.82,237.44 --228.85,237.5 --228.88,237.55 --228.91,237.6 --228.93,237.66 --228.96,237.71 --228.99,237.77 --229.02,237.82 --229.05,237.87 --229.67,239.05 --229.7,239.11 --229.73,239.16 --229.76,239.22 --229.79,239.27 --229.82,239.33 --229.86,239.38 --229.89,239.43 --229.92,239.49 --229.95,239.54 --229.98,239.6 --230.01,239.65 --230.04,239.71 --230.08,239.76 --230.11,239.81 --230.14,239.87 --230.17,239.92 --230.2,239.98 --230.24,240.03 --230.27,240.08 --230.3,240.14 --230.33,240.19 --230.37,240.24 --230.4,240.29 --230.43,240.35 --230.47,240.4 --230.5,240.45 --230.53,240.51 --230.57,240.56 --230.6,240.61 --230.64,240.66 --230.67,240.71 --230.71,240.77 --230.74,240.82 --230.78,240.87 --230.81,240.92 --230.85,240.97 --230.88,241.02 --230.92,241.07 --230.95,241.12 --230.99,241.18 --231.03,241.23 --231.06,241.28 --231.1,241.33 --231.13,241.38 --231.17,241.43 --231.21,241.48 --231.25,241.53 --231.28,241.58 --231.32,241.63 --231.36,241.67 --231.4,241.72 --231.43,241.77 --231.47,241.82 --231.51,241.87 --231.55,241.92 --231.59,241.97 --231.63,242.02 --231.66,242.06 --231.7,242.11 --231.74,242.16 --231.78,242.21 --231.82,242.25 --231.86,242.3 --231.9,242.35 --231.94,242.4 --231.98,242.44 --232.02,242.49 --232.06,242.54 --232.1,242.58 --232.14,242.63 --232.18,242.67 --232.23,242.72 --232.27,242.77 --232.31,242.81 --232.35,242.86 --232.39,242.9 --232.43,242.95 --232.48,242.99 --232.52,243.04 --232.56,243.08 --232.6,243.12 --232.65,243.17 --232.69,243.21 --232.73,243.26 --232.77,243.3 --232.82,243.34 --232.86,243.39 --232.91,243.43 --232.95,243.47 --232.99,243.51 --233.04,243.56 --233.08,243.6 --233.13,243.64 --233.17,243.68 --233.22,243.72 --233.26,243.76 --233.31,243.8 --233.35,243.85 --233.4,243.89 --233.44,243.93 --233.49,243.97 --233.54,244.01 --233.58,244.05 --233.63,244.08 --233.68,244.12 --233.72,244.16 --233.77,244.2 --233.82,244.24 --233.86,244.28 --233.91,244.32 --233.96,244.35 --234.01,244.39 --234.06,244.43 --234.1,244.47 --234.15,244.5 --234.2,244.54 --234.25,244.58 --234.3,244.61 --234.35,244.65 --234.4,244.68 --234.45,244.72 --234.5,244.75 --234.55,244.79 --234.59,244.82 --234.64,244.86 --234.69,244.89 --234.75,244.93 --234.8,244.96 --234.85,244.99 --234.9,245.03 --234.95,245.06 --235,245.09 --235.05,245.13 --235.1,245.16 --235.15,245.19 --235.2,245.22 --235.25,245.25 --235.31,245.29 --235.36,245.32 --235.41,245.35 --235.46,245.38 --235.51,245.41 --235.56,245.44 --235.62,245.47 --235.67,245.51 --235.72,245.54 --235.77,245.57 --235.82,245.6 --235.88,245.62 --235.93,245.65 --235.98,245.68 --236.03,245.71 --236.09,245.74 --236.14,245.77 --236.19,245.8 --236.25,245.82 --236.3,245.85 --236.35,245.88 --236.4,245.9 --236.46,245.93 --236.51,245.96 --236.56,245.98 --236.62,246.01 --236.67,246.03 --236.73,246.06 --236.78,246.08 --236.83,246.11 --236.89,246.13 --236.94,246.16 --237,246.18 --237.05,246.2 --237.1,246.23 --237.16,246.25 --237.21,246.27 --237.27,246.29 --237.32,246.32 --237.37,246.34 --237.43,246.36 --237.48,246.38 --237.54,246.4 --237.59,246.42 --237.65,246.44 --237.7,246.46 --237.76,246.48 --237.81,246.5 --237.87,246.52 --237.92,246.54 --237.98,246.55 --238.03,246.57 --238.09,246.59 --238.14,246.61 --238.2,246.63 --238.25,246.64 --238.31,246.66 --238.36,246.68 --238.42,246.69 --238.47,246.71 --238.53,246.72 --238.59,246.74 --238.64,246.75 --238.7,246.77 --238.75,246.78 --238.81,246.8 --238.86,246.81 --238.92,246.82 --238.98,246.84 --239.03,246.85 --239.09,246.86 --239.14,246.87 --239.2,246.89 --239.25,246.9 --239.31,246.91 --239.37,246.92 --239.42,246.93 --239.48,246.94 --239.53,246.95 --239.59,246.96 --239.64,246.96 --239.7,246.97 --239.76,246.98 --239.81,246.99 --239.87,247 --239.92,247 --239.98,247.01 --240.04,247.02 --240.09,247.02 --240.15,247.03 --240.2,247.03 --240.26,247.04 --240.31,247.04 --240.37,247.05 --240.43,247.05 --240.48,247.06 --240.54,247.06 --240.6,247.06 --240.65,247.06 --240.71,247.07 --240.76,247.07 --240.82,247.07 --240.87,247.07 --240.93,247.07 --240.99,247.07 --241.04,247.08 --241.1,247.08 --241.15,247.08 --241.21,247.08 --241.26,247.07 --241.32,247.07 --241.37,247.07 --241.43,247.07 --241.48,247.07 --241.54,247.07 --241.6,247.06 --241.65,247.06 --241.7,247.06 --241.76,247.05 --241.81,247.05 --241.87,247.05 --241.92,247.04 --241.98,247.04 --242.03,247.03 --242.09,247.03 --242.14,247.02 --242.2,247.02 --242.25,247.01 --242.3,247 --242.36,247 --242.41,246.99 --242.47,246.98 --242.52,246.97 --242.57,246.96 --242.63,246.96 --242.68,246.95 --242.73,246.94 --242.79,246.93 --242.84,246.92 --242.89,246.91 --242.95,246.9 --243,246.89 --243.05,246.88 --243.1,246.87 --243.16,246.86 --243.21,246.85 --243.26,246.84 --243.31,246.82 --243.36,246.81 --243.42,246.8 --243.47,246.79 --243.52,246.78 --243.57,246.76 --243.62,246.75 --243.67,246.74 --243.72,246.72 --243.77,246.71 --243.82,246.69 --243.88,246.68 --243.93,246.67 --243.98,246.65 --244.03,246.63 --244.14,247.82 --244.19,247.8 --244.24,247.79 --244.29,247.77 --244.33,247.76 --244.38,247.74 --244.43,247.73 --244.48,247.71 --244.53,247.69 --244.58,247.68 --244.62,247.66 --244.67,247.64 --244.72,247.62 --244.77,247.61 --244.81,247.59 --244.86,247.57 --244.91,247.55 --244.96,247.53 --245,247.51 --245.05,247.49 --245.09,247.47 --245.14,247.45 --245.19,247.43 --245.23,247.41 --245.28,247.39 --245.32,247.37 --245.37,247.35 --245.42,247.33 --245.46,247.31 --245.51,247.29 --245.55,247.27 --245.6,247.25 --245.64,247.23 --245.69,247.2 --245.73,247.18 --245.77,247.16 --245.82,247.14 --245.86,247.11 --245.91,247.09 --245.95,247.07 --246,247.04 --246.04,247.02 --246.08,247 --246.13,246.97 --246.17,246.95 --246.21,246.92 --246.26,246.9 --246.3,246.88 --246.34,246.85 --246.38,246.83 --246.43,246.8 --246.47,246.78 --246.51,246.75 --246.55,246.73 --246.6,246.7 --246.64,246.68 --246.68,246.65 --246.72,246.62 --246.76,246.6 --246.8,246.57 --246.84,246.54 --246.89,246.52 --246.93,246.49 --246.97,246.46 --247.01,246.44 --247.05,246.41 --247.09,246.38 --247.13,246.36 --247.17,246.33 --247.21,246.3 --247.25,246.27 --247.29,246.25 --247.33,246.22 --247.37,246.19 --247.41,246.16 --247.45,246.14 --247.49,246.11 --247.52,246.08 --247.56,246.05 --247.6,246.02 --247.64,245.99 --247.68,245.96 --247.71,245.93 --247.75,245.91 --247.79,245.88 --247.83,245.85 --247.86,245.82 --247.9,245.79 --247.94,245.76 --247.97,245.73 --248.01,245.7 --248.05,245.67 --248.08,245.64 --248.12,245.61 --248.15,245.58 --248.19,245.55 --248.22,245.52 --248.26,245.49 --248.29,245.47 --248.33,245.44 --248.36,245.41 --248.4,245.38 --248.43,245.35 --248.47,245.32 --248.5,245.29 --248.53,245.26 --248.57,245.23 --248.6,245.2 --248.64,245.16 --248.67,245.13 --248.7,245.1 --248.74,245.07 --248.77,245.04 --248.8,245.01 --248.84,244.98 --248.87,244.95 --248.9,244.92 --248.94,244.89 --248.97,244.86 --249,244.83 --249.04,244.8 --249.07,244.77 --249.1,244.74 --249.14,244.71 --249.17,244.68 --249.2,244.65 --249.24,244.62 --249.27,244.58 --249.3,244.55 --249.33,244.52 --249.37,244.49 --249.4,244.46 --249.43,244.43 --249.46,244.4 --249.5,244.37 --249.53,244.34 --249.56,244.31 --249.59,244.27 --249.62,244.24 --249.66,244.21 --249.69,244.18 --249.72,244.15 --249.75,244.12 --249.78,244.09 --249.81,244.06 --249.84,244.02 --249.88,243.99 --249.91,243.96 --249.94,243.93 --249.97,243.9 --250,243.87 --250.03,243.84 --250.06,243.81 --250.09,243.78 --250.13,243.74 --250.16,243.71 --250.19,243.68 --250.22,243.65 --250.25,243.62 --250.28,243.59 --250.31,243.56 --250.34,243.53 --250.37,243.5 --250.4,243.47 --250.44,243.44 --250.47,243.41 --250.5,243.38 --250.53,243.35 --250.56,243.32 --250.59,243.28 --250.62,243.25 --250.65,243.22 --250.68,243.19 --250.71,243.16 --250.74,243.14 --250.77,243.11 --250.8,243.08 --250.84,243.05 --250.87,243.02 --250.9,242.99 --250.93,242.96 --250.96,242.93 --250.99,242.9 --251.02,242.87 --251.06,242.84 --251.09,242.81 --251.12,242.78 --251.15,242.76 --251.19,242.73 --251.22,242.7 --251.25,242.67 --251.28,242.64 --251.32,242.61 --251.35,242.59 --251.38,242.56 --251.42,242.53 --251.45,242.5 --251.48,242.47 --251.51,242.44 --251.55,242.41 --251.33,242.94 --251.36,242.91 --251.4,242.88 --251.43,242.85 --251.46,242.83 --251.5,242.8 --251.53,242.77 --251.57,242.74 --251.6,242.72 --251.63,242.69 --251.67,242.66 --251.7,242.63 --251.74,242.61 --251.77,242.58 --251.8,242.55 --251.84,242.52 --251.87,242.5 --251.91,242.47 --251.94,242.44 --251.97,242.41 --252.01,242.39 --252.04,242.36 --252.08,242.33 --252.11,242.3 --252.15,242.28 --252.18,242.25 --252.22,242.22 --252.25,242.19 --252.29,242.17 --252.33,242.14 --252.36,242.12 --252.4,242.09 --252.44,242.06 --252.47,242.04 --252.51,242.01 --252.55,241.99 --252.59,241.96 --252.62,241.94 --252.66,241.91 --252.7,241.89 --252.74,241.86 --252.78,241.84 --252.82,241.81 --252.86,241.79 --252.9,241.76 --252.94,241.74 --252.98,241.72 --253.02,241.69 --253.06,241.67 --253.1,241.65 --253.14,241.63 --253.18,241.6 --253.22,241.58 --253.27,241.56 --253.31,241.54 --253.35,241.52 --253.39,241.49 --253.43,241.47 --253.48,241.45 --253.52,241.43 --253.56,241.41 --253.61,241.39 --253.65,241.37 --253.69,241.35 --253.74,241.33 --253.78,241.3 --253.82,241.28 --253.87,241.26 --253.91,241.24 --253.96,241.22 --254,241.2 --254.05,241.18 --254.09,241.16 --254.13,241.15 --254.18,241.13 --254.22,241.11 --254.27,241.09 --254.31,241.07 --254.36,241.05 --254.41,241.03 --254.45,241.02 --254.5,241 --254.54,240.98 --254.59,240.96 --254.64,240.94 --254.69,240.93 --254.73,240.91 --254.78,240.89 --254.83,240.88 --254.88,240.86 --254.93,240.84 --254.97,240.83 --255.02,240.81 --255.07,240.8 --255.12,240.78 --255.17,240.76 --255.22,240.75 --255.27,240.74 --255.32,240.72 --255.37,240.71 --255.42,240.69 --255.47,240.68 --255.52,240.66 --255.57,240.65 --255.62,240.64 --255.67,240.63 --255.73,240.61 --255.78,240.6 --255.83,240.59 --255.88,240.58 --255.93,240.57 --255.98,240.56 --256.04,240.55 --256.09,240.54 --256.14,240.53 --256.2,240.52 --256.25,240.51 --256.3,240.5 --256.35,240.49 --256.41,240.48 --256.46,240.47 --256.52,240.46 --256.57,240.45 --256.62,240.44 --256.68,240.43 --256.73,240.43 --256.79,240.42 --256.84,240.41 --256.9,240.4 --256.95,240.4 --257.01,240.39 --257.06,240.39 --257.12,240.38 --257.18,240.37 --257.23,240.37 --257.29,240.36 --257.34,240.36 --257.4,240.35 --257.46,240.35 --257.51,240.35 --257.57,240.34 --257.63,240.34 --257.68,240.34 --257.74,240.33 --257.8,240.33 --257.86,240.33 --257.91,240.33 --257.97,240.33 --258.03,240.32 --258.09,240.32 --258.15,240.32 --258.2,240.32 --258.26,240.32 --258.32,240.32 --258.38,240.33 --258.44,240.33 --258.5,240.33 --258.56,240.33 --258.62,240.33 --258.68,240.34 --258.74,240.34 --258.8,240.34 --258.85,240.35 --258.91,240.35 --258.98,240.35 --259.04,240.36 --259.1,240.36 --259.16,240.37 --259.22,240.37 --259.28,240.38 --259.34,240.39 --259.4,240.39 --259.46,240.4 --259.52,240.41 --259.58,240.42 --259.64,240.43 --259.7,240.44 --259.77,240.45 --259.83,240.46 --259.89,240.47 --259.95,240.48 --260.01,240.49 --260.07,240.5 --260.14,240.51 --260.2,240.52 --260.26,240.53 --260.32,240.54 --260.38,240.56 --260.45,240.57 --260.51,240.58 --260.57,240.59 --260.64,240.61 --260.7,240.62 --260.76,240.63 --260.83,240.65 --260.89,240.66 --260.95,240.68 --261.02,240.69 --261.08,240.71 --261.15,240.72 --261.21,240.74 --261.28,240.75 --261.34,240.77 --261.41,240.79 --261.47,240.8 --261.54,240.82 --261.6,240.84 --261.67,240.85 --261.73,240.87 --261.8,240.89 --261.86,240.91 --261.93,240.93 --262,240.95 --262.06,240.96 --262.13,240.98 --262.2,241 --262.26,241.02 --262.33,241.04 --262.4,241.06 --262.46,241.09 --262.53,241.11 --262.6,241.13 --262.67,241.15 --262.73,241.17 --262.8,241.19 --262.87,241.22 --262.94,241.24 --263,241.26 --263.07,241.28 --263.14,241.31 --263.21,241.33 --263.28,241.36 --263.35,241.38 --263.41,241.4 --263.48,241.43 --263.55,241.45 --263.62,241.48 --263.69,241.5 --263.76,241.53 --263.83,241.56 --263.9,241.58 --263.97,241.61 --264.04,241.63 --264.11,241.66 --264.18,241.69 --264.25,241.72 --264.32,241.74 --264.39,241.77 --264.46,241.8 --264.53,241.83 --264.6,241.86 --264.67,241.89 --264.74,241.92 --264.81,241.94 --264.89,241.97 --264.96,242 --265.03,242.03 --265.1,242.06 --265.17,242.09 --265.24,242.13 --265.32,242.16 --265.39,242.19 --265.46,242.22 --265.53,242.25 --265.61,242.28 --265.68,242.31 --265.75,242.34 --265.83,242.38 --265.9,242.41 --265.97,242.44 --266.05,242.47 --266.12,242.5 --266.19,242.54 --266.27,242.57 --266.34,242.6 --266.42,242.64 --266.49,242.67 --266.57,242.7 --266.64,242.74 --266.71,242.77 --266.79,242.8 --266.86,242.84 --266.94,242.87 --267.02,242.91 --267.09,242.94 --267.17,242.98 --267.24,243.01 --267.32,243.05 --267.39,243.09 --267.47,243.12 --267.55,243.16 --267.62,243.19 --267.7,243.23 --267.78,243.27 --267.85,243.31 --267.93,243.34 --268.01,243.38 --268.08,243.42 --268.16,243.46 --268.24,243.49 --268.11,243.66 --268.19,243.7 --268.27,243.74 --268.35,243.78 --268.42,243.82 --268.5,243.85 --268.58,243.89 --268.66,243.93 --268.73,243.97 --268.81,244.01 --268.89,244.05 --268.97,244.1 --269.05,244.14 --269.12,244.18 --269.2,244.22 --269.28,244.26 --269.36,244.3 --269.44,244.34 --269.52,244.38 --269.6,244.43 --269.68,244.47 --269.76,244.51 --269.84,244.55 --269.92,244.6 --270,244.64 --270.08,244.68 --270.16,244.73 --270.24,244.77 --270.32,244.81 --270.4,244.86 --270.48,244.9 --270.56,244.95 --270.64,244.99 --270.72,245.04 --270.8,245.08 --270.88,245.13 --270.96,245.17 --271.04,245.22 --271.13,245.26 --271.21,245.31 --271.29,245.35 --271.37,245.4 --271.45,245.45 --271.53,245.49 --271.62,245.54 --271.7,245.58 --271.78,245.63 --271.86,245.68 --271.95,245.73 --272.03,245.77 --272.11,245.82 --272.19,245.87 --272.28,245.92 --272.36,245.96 --272.44,246.01 --272.53,246.06 --272.61,246.11 --272.69,246.16 --272.78,246.21 --272.86,246.25 --272.95,246.3 --273.03,246.35 --273.11,246.4 --273.2,246.45 --273.28,246.5 --273.37,246.55 --273.45,246.6 --273.54,246.65 --273.62,246.7 --273.71,246.75 --273.79,246.8 --273.88,246.85 --273.96,246.9 --274.05,246.95 --274.13,247 --274.22,247.05 --274.3,247.1 --274.39,247.15 --274.48,247.2 --274.56,247.26 --274.65,247.31 --274.73,247.36 --274.82,247.41 --274.91,247.46 --274.99,247.51 --275.08,247.57 --275.17,247.62 --275.25,247.67 --275.34,247.72 --275.43,247.77 --275.52,247.83 --275.6,247.88 --275.69,247.93 --275.78,247.98 --275.87,248.04 --275.95,248.09 --276.04,248.14 --276.13,248.2 --276.22,248.25 --276.31,248.3 --276.39,248.36 --276.48,248.41 --276.57,248.46 --276.66,248.52 --276.75,248.57 --276.84,248.62 --276.93,248.68 --277.02,248.73 --277.11,248.78 --277.2,248.84 --277.28,248.89 --277.37,248.95 --277.46,249 --277.55,249.05 --277.64,249.11 --277.73,249.16 --277.83,249.22 --277.92,249.27 --278.01,249.32 --278.1,249.38 --278.19,249.43 --278.28,249.49 --278.37,249.54 --278.46,249.59 --278.55,249.65 --278.64,249.7 --278.73,249.76 --278.82,249.81 --278.92,249.87 --279.01,249.92 --279.1,249.98 --279.19,250.03 --279.28,250.08 --279.37,250.14 --279.46,250.19 --279.56,250.25 --279.65,250.3 --279.74,250.36 --279.83,250.41 --279.92,250.47 --280.02,250.52 --280.11,250.58 --280.2,250.63 --280.29,250.69 --280.38,250.74 --280.48,250.8 --280.57,250.86 --280.66,250.91 --280.75,250.97 --280.85,251.02 --280.94,251.08 --281.03,251.13 --281.12,251.19 --281.22,251.25 --281.31,251.3 --281.4,251.36 --281.49,251.41 --281.59,251.47 --281.68,251.52 --281.77,251.58 --281.86,251.63 --281.96,251.69 --282.05,251.75 --282.14,251.8 --282.24,251.86 --282.33,251.91 --282.42,251.97 --282.51,252.02 --282.61,252.08 --282.7,252.13 --282.79,252.19 --282.88,252.24 --282.98,252.3 --283.07,252.36 --283.16,252.41 --283.25,252.47 --283.34,252.52 --283.44,252.58 --283.53,252.63 --283.62,252.69 --283.71,252.75 --283.8,252.8 --283.9,252.86 --283.99,252.91 --284.08,252.97 --284.17,253.03 --284.27,253.08 --284.36,253.14 --284.45,253.19 --284.54,253.25 --284.64,253.3 --284.73,253.36 --284.82,253.41 --284.91,253.47 --285.01,253.52 --285.1,253.58 --285.19,253.63 --285.28,253.69 --285.37,253.75 --285.47,253.8 --285.56,253.86 --285.65,253.91 --285.74,253.97 --285.83,254.02 --285.92,254.08 --286.02,254.13 --286.11,254.19 --286.2,254.24 --286.29,254.3 --286.38,254.35 --286.48,254.41 --286.57,254.46 --286.66,254.52 --286.75,254.57 --286.84,254.63 --286.93,254.68 --287.03,254.74 --287.12,254.79 --287.21,254.85 --287.3,254.9 --287.4,254.96 --287.49,255.01 --287.58,255.07 --287.67,255.12 --287.76,255.18 --287.86,255.23 --287.95,255.29 --288.04,255.34 --288.13,255.4 --288.22,255.45 --288.32,255.51 --288.41,255.56 --288.5,255.62 --288.59,255.67 --288.68,255.72 --288.78,255.78 --288.87,255.83 --288.96,255.89 --289.05,255.94 --289.14,256 --289.23,256.05 --289.33,256.11 --289.42,256.16 --289.51,256.21 --289.6,256.27 --289.7,256.32 --289.79,256.38 --289.88,256.43 --289.97,256.48 --290.06,256.54 --290.16,256.59 --290.25,256.65 --290.34,256.7 --290.43,256.76 --290.53,256.81 --290.62,256.87 --290.71,256.92 --290.81,256.97 --290.9,257.03 --290.99,257.08 --291.09,257.14 --291.18,257.19 --291.27,257.25 --291.37,257.3 --291.46,257.36 --291.55,257.41 --291.65,257.47 --291.74,257.52 --291.83,257.58 --291.93,257.63 --292.02,257.69 --292.11,257.74 --292.21,257.8 --292.3,257.85 --292.4,257.91 --292.49,257.96 --292.58,258.02 --292.68,258.07 --292.77,258.13 --292.86,258.18 --292.96,258.24 --293.05,258.29 --293.15,258.35 --293.24,258.41 --293.34,258.46 --293.43,258.52 --293.52,258.57 --293.62,258.63 --293.71,258.69 --293.81,258.74 --293.9,258.8 --294,258.86 --294.09,258.91 --294.19,258.97 --294.29,259.03 --294.38,259.08 --294.48,259.14 --294.57,259.2 --294.67,259.25 --294.76,259.31 --294.86,259.37 --294.96,259.43 --295.05,259.48 --295.15,259.54 --295.25,259.6 --295.34,259.66 --295.44,259.71 --295.54,259.77 --295.63,259.83 --295.73,259.89 --295.83,259.94 --295.93,260 --296.02,260.06 --296.12,260.12 --296.22,260.18 --296.32,260.24 --296.41,260.29 --296.51,260.35 --296.61,260.41 --296.71,260.47 --296.8,260.53 --296.9,260.59 --297,260.64 --297.1,260.7 --297.2,260.76 --297.29,260.82 --297.39,260.88 --297.49,260.94 --297.59,261 --297.69,261.06 --297.79,261.11 --297.89,261.17 --297.98,261.23 --298.08,261.29 --298.18,261.35 --298.28,261.41 --298.38,261.47 --298.48,261.53 --298.58,261.59 --298.68,261.65 --298.78,261.71 --298.88,261.77 --298.98,261.83 --299.08,261.89 --299.18,261.95 --299.28,262.01 --299.38,262.07 --299.48,262.13 --299.58,262.19 --299.68,262.25 --299.78,262.31 --299.88,262.37 --299.98,262.43 --300.08,262.5 --300.18,262.56 --300.28,262.62 --300.38,262.68 --300.48,262.74 --300.58,262.8 --300.68,262.86 --300.78,262.92 --300.88,262.98 --300.98,263.04 --301.08,263.11 --301.19,263.17 --301.29,263.23 --301.39,263.29 --301.49,263.35 --301.59,263.41 --301.69,263.48 --301.79,263.54 --301.89,263.6 --302,263.66 --302.1,263.72 --302.2,263.78 --302.3,263.85 --302.4,263.91 --302.5,263.97 --302.61,264.03 --302.71,264.1 --302.81,264.16 --302.91,264.22 --303.01,264.28 --303.12,264.35 --303.22,264.41 --303.32,264.47 --303.42,264.53 --303.53,264.6 --303.63,264.66 --303.73,264.72 --303.83,264.78 --303.94,264.85 --304.04,264.91 --304.14,264.97 --304.25,265.04 --304.35,265.1 --304.45,265.16 --304.55,265.23 --304.66,265.29 --304.76,265.35 --305.46,265.63 --305.57,265.7 --305.67,265.76 --305.77,265.83 --305.88,265.89 --305.98,265.95 --306.09,266.02 --306.19,266.08 --306.3,266.15 --306.4,266.21 --306.51,266.27 --306.61,266.34 --306.71,266.4 --306.82,266.47 --306.92,266.53 --307.03,266.6 --307.13,266.66 --307.24,266.73 --307.35,266.79 --307.45,266.86 --307.56,266.92 --307.66,266.98 --307.77,267.05 --307.87,267.11 --307.98,267.18 --308.09,267.24 --308.19,267.31 --308.3,267.37 --308.4,267.44 --308.51,267.5 --308.62,267.57 --308.72,267.63 --308.83,267.7 --308.94,267.76 --309.04,267.83 --309.15,267.89 --309.26,267.96 --309.36,268.02 --309.47,268.09 --309.58,268.15 --309.69,268.22 --309.79,268.28 --309.9,268.35 --310.01,268.41 --310.12,268.47 --310.22,268.54 --310.33,268.6 --310.44,268.67 --310.55,268.73 --310.66,268.8 --310.76,268.86 --310.87,268.93 --310.98,268.99 --311.09,269.06 --311.19,269.12 --311.3,269.19 --311.41,269.25 --311.52,269.32 --311.63,269.38 --311.73,269.45 --311.84,269.51 --311.95,269.58 --312.06,269.65 --312.16,269.71 --312.27,269.78 --312.38,269.84 --312.49,269.91 --312.59,269.97 --312.7,270.04 --312.81,270.1 --312.92,270.17 --313.03,270.24 --313.13,270.3 --313.24,270.37 --313.35,270.43 --313.46,270.5 --313.56,270.57 --313.67,270.63 --313.78,270.7 --313.89,270.76 --314,270.83 --314.1,270.89 --314.21,270.96 --314.32,271.03 --314.43,271.09 --314.54,271.16 --314.64,271.23 --314.75,271.29 --314.86,271.36 --314.97,271.42 --315.08,271.49 --315.19,271.56 --315.29,271.62 --315.4,271.69 --315.51,271.75 --315.62,271.82 --315.73,271.89 --315.84,271.95 --315.95,272.02 --316.05,272.08 --316.16,272.15 --316.27,272.22 --316.38,272.28 --316.49,272.35 --316.6,272.41 --316.71,272.48 --316.82,272.54 --316.93,272.61 --317.03,272.68 --317.14,272.74 --317.25,272.81 --317.36,272.87 --317.47,272.94 --317.58,273.01 --317.69,273.07 --317.8,273.14 --317.91,273.2 --318.01,273.27 --318.12,273.33 --318.23,273.4 --318.34,273.46 --318.45,273.53 --318.56,273.6 --318.67,273.66 --318.78,273.73 --318.89,273.79 --319,273.86 --319.11,273.92 --319.22,273.99 --319.33,274.05 --319.43,274.12 --319.54,274.18 --319.65,274.25 --319.76,274.32 --319.87,274.38 --319.98,274.45 --320.09,274.51 --320.2,274.58 --320.31,274.64 --320.42,274.71 --320.53,274.77 --320.64,274.84 --320.75,274.91 --320.86,274.97 --320.97,275.04 --321.08,275.1 --321.19,275.17 --321.3,275.23 --321.41,275.3 --321.52,275.36 --321.63,275.43 --321.74,275.49 --321.85,275.56 --321.96,275.62 --322.07,275.69 --322.18,275.76 --322.29,275.82 --322.4,275.89 --322.51,275.95 --322.62,276.02 --322.73,276.08 --322.84,276.15 --322.95,276.21 --323.06,276.28 --323.17,276.34 --323.28,276.41 --323.39,276.47 --323.5,276.54 --323.61,276.6 --323.72,276.67 --323.83,276.73 --323.94,276.8 --324.05,276.86 --324.16,276.93 --324.27,276.99 --324.38,277.06 --324.49,277.13 --324.6,277.19 --324.71,277.26 --324.82,277.32 --324.93,277.39 --325.04,277.45 --325.15,277.52 --325.26,277.58 --325.37,277.65 --325.48,277.71 --325.59,277.78 --325.7,277.85 --325.82,277.91 --325.93,277.98 --326.04,278.04 --326.15,278.11 --326.26,278.17 --326.37,278.24 --326.48,278.3 --326.59,278.37 --326.7,278.43 --326.81,278.5 --326.92,278.57 --327.03,278.63 --327.58,279.07 --327.7,279.13 --327.81,279.2 --327.92,279.27 --328.03,279.33 --328.14,279.4 --328.25,279.46 --328.36,279.53 --328.47,279.6 --328.58,279.66 --328.69,279.73 --328.8,279.79 --328.91,279.86 --329.03,279.93 --329.14,279.99 --329.25,280.06 --329.36,280.12 --329.47,280.19 --329.58,280.25 --329.69,280.32 --329.8,280.39 --329.91,280.45 --330.02,280.52 --330.13,280.59 --330.24,280.65 --330.35,280.72 --330.46,280.78 --330.57,280.85 --330.68,280.92 --330.79,280.98 --330.9,281.05 --331.02,281.12 --331.13,281.18 --331.24,281.25 --331.35,281.32 --331.46,281.38 --331.57,281.45 --331.68,281.51 --331.79,281.58 --331.9,281.65 --332.01,281.71 --332.12,281.78 --332.23,281.85 --332.34,281.91 --332.45,281.98 --332.56,282.04 --332.67,282.11 --332.78,282.18 --332.89,282.24 --333,282.31 --333.11,282.38 --333.22,282.44 --333.33,282.51 --333.44,282.57 --333.55,282.64 --333.66,282.71 --333.77,282.77 --333.88,282.84 --333.99,282.91 --334.1,282.97 --334.21,283.04 --334.32,283.1 --334.43,283.17 --334.54,283.24 --334.65,283.3 --334.76,283.37 --334.86,283.44 --334.97,283.5 --335.08,283.57 --335.19,283.63 --335.3,283.7 --335.41,283.77 --335.52,283.83 --335.62,283.9 --335.73,283.97 --335.84,284.03 --335.95,284.1 --336.06,284.16 --336.17,284.23 --336.27,284.3 --336.38,284.36 --336.49,284.43 --336.6,284.5 --336.71,284.56 --336.81,284.63 --336.92,284.7 --337.03,284.76 --337.14,284.83 --337.25,284.89 --337.36,284.96 --337.46,285.03 --337.57,285.09 --337.68,285.16 --337.79,285.23 --337.9,285.29 --338,285.36 --338.11,285.43 --338.22,285.49 --338.33,285.56 --338.43,285.62 --338.54,285.69 --338.65,285.76 --338.76,285.82 --338.86,285.89 --338.97,285.96 --339.08,286.02 --339.18,286.09 --339.29,286.16 --339.4,286.22 --339.5,286.29 --339.61,286.35 --339.72,286.42 --339.82,286.49 --339.93,286.55 --340.04,286.62 --340.14,286.68 --340.25,286.75 --340.36,286.82 --340.46,286.88 --340.57,286.95 --340.68,287.02 --340.78,287.08 --340.89,287.15 --341,287.21 --341.1,287.28 --341.21,287.35 --341.31,287.41 --341.42,287.48 --341.53,287.55 --341.63,287.61 --341.74,287.68 --341.84,287.75 --341.95,287.81 --342.06,287.88 --342.16,287.95 --342.27,288.01 --342.37,288.08 --342.48,288.15 --342.58,288.21 --342.69,288.28 --342.79,288.35 --342.9,288.41 --343,288.48 --343.11,288.54 --343.21,288.61 --343.32,288.68 --343.42,288.74 --343.53,288.81 --343.63,288.88 --343.74,288.94 --343.84,289.01 --343.95,289.08 --344.05,289.14 --344.16,289.21 --344.26,289.28 --344.37,289.34 --344.47,289.41 --344.58,289.48 --344.68,289.54 --344.78,289.61 --344.89,289.68 --344.99,289.74 --345.1,289.81 --345.2,289.88 --345.31,289.94 --345.41,290.01 --345.51,290.08 --345.62,290.15 --345.72,290.21 --345.83,290.28 --345.93,290.35 --346.03,290.41 --346.14,290.48 --346.24,290.55 --346.34,290.61 --346.45,290.68 --346.55,290.75 --346.66,290.81 --346.76,290.88 --346.86,290.95 --346.97,291.02 --347.07,291.08 --347.17,291.15 --347.27,291.22 --347.38,291.28 --347.48,291.35 --347.58,291.42 --347.69,291.48 --347.79,291.55 --347.89,291.62 --347.99,291.68 --348.1,291.75 --348.2,291.82 --348.3,291.88 --348.4,291.95 --348.5,292.02 --348.61,292.08 --348.71,292.15 --348.81,292.22 --348.91,292.28 --349.02,292.35 --349.12,292.42 --349.22,292.48 --349.32,292.55 --349.42,292.62 --349.53,292.69 --349.63,292.75 --349.73,292.82 --349.83,292.89 --349.93,292.95 --350.04,293.02 --350.14,293.09 --350.24,293.16 --350.34,293.22 --350.45,293.29 --350.55,293.36 --350.65,293.43 --350.75,293.49 --350.85,293.56 --350.96,293.63 --351.06,293.7 --351.16,293.76 --351.26,293.83 --351.36,293.9 --351.46,293.97 --351.56,294.03 --351.67,294.1 --351.77,294.17 --351.87,294.24 --351.97,294.3 --352.07,294.37 --352.17,294.44 --352.27,294.51 --352.37,294.57 --352.47,294.64 --352.58,294.71 --352.68,294.78 --352.78,294.85 --352.88,294.91 --352.98,294.98 --353.08,295.05 --353.18,295.12 --353.28,295.18 --353.38,295.25 --353.48,295.32 --353.58,295.39 --353.68,295.46 --353.78,295.53 --353.88,295.59 --353.99,295.66 --354.09,295.73 --354.19,295.8 --354.29,295.87 --354.39,295.94 --354.49,296.01 --354.59,296.08 --354.69,296.15 --354.79,296.22 --354.89,296.28 --354.99,296.35 --355.09,296.42 --355.19,296.49 --355.29,296.56 --355.39,296.63 --355.49,296.7 --355.59,296.77 --355.69,296.84 --355.79,296.91 --355.89,296.98 --355.99,297.05 --356.09,297.12 --356.19,297.19 --356.29,297.26 --356.39,297.33 --356.49,297.41 --356.59,297.48 --356.7,297.55 --356.8,297.62 --356.9,297.69 --357,297.76 --357.1,297.83 --357.2,297.9 --357.3,297.97 --357.4,298.04 --357.5,298.12 --357.6,298.19 --357.7,298.26 --357.8,298.33 --357.9,298.4 --358,298.47 --358.1,298.55 --358.2,298.62 --358.3,298.69 --358.4,298.76 --358.5,298.83 --358.6,298.91 --358.7,298.98 --358.8,299.05 --358.9,299.12 --359,299.2 --359.05,298.51 --359.15,298.58 --359.25,298.66 --359.35,298.73 --359.45,298.8 --359.55,298.87 --359.65,298.94 --359.75,299.02 --359.85,299.09 --359.95,299.16 --360.05,299.23 --360.15,299.3 --360.25,299.38 --360.35,299.45 --360.45,299.52 --360.54,299.59 --360.64,299.67 --360.74,299.74 --360.84,299.81 --360.94,299.88 --361.04,299.96 --361.14,300.03 --361.24,300.1 --361.34,300.18 --361.44,300.25 --361.54,300.32 --361.63,300.4 --361.73,300.47 --361.83,300.54 --361.93,300.62 --362.03,300.69 --362.13,300.77 --362.23,300.84 --362.33,300.91 --362.42,300.99 --362.52,301.06 --362.62,301.14 --362.72,301.21 --362.82,301.28 --362.92,301.36 --363.01,301.43 --363.11,301.51 --363.21,301.58 --363.31,301.66 --363.41,301.73 --363.51,301.81 --363.6,301.88 --363.7,301.95 --363.8,302.03 --363.9,302.1 --364,302.18 --364.09,302.25 --364.19,302.33 --364.29,302.4 --364.39,302.48 --364.48,302.55 --364.58,302.63 --364.68,302.71 --364.78,302.78 --364.87,302.86 --364.97,302.93 --365.07,303.01 --365.16,303.08 --365.26,303.16 --365.36,303.24 --365.45,303.31 --365.55,303.39 --365.65,303.46 --365.74,303.54 --365.84,303.62 --365.94,303.69 --366.03,303.77 --366.13,303.85 --366.22,303.92 --366.32,304 --366.42,304.08 --366.51,304.15 --366.61,304.23 --366.7,304.31 --366.8,304.39 --366.89,304.46 --366.99,304.54 --367.09,304.62 --367.18,304.7 --367.28,304.78 --367.37,304.85 --367.47,304.93 --367.56,305.01 --367.66,305.09 --367.75,305.17 --367.85,305.25 --367.94,305.33 --368.04,305.4 --368.13,305.48 --368.22,305.56 --368.32,305.64 --368.41,305.72 --368.51,305.8 --368.6,305.88 --368.7,305.96 --368.79,306.04 --368.88,306.12 --368.98,306.2 --369.07,306.28 --369.17,306.36 --369.26,306.44 --369.35,306.52 --369.45,306.6 --369.54,306.68 --369.63,306.76 --369.73,306.84 --369.82,306.92 --369.91,307 --370.01,307.08 --370.1,307.16 --370.19,307.24 --370.29,307.32 --370.38,307.4 --370.47,307.48 --370.56,307.56 --370.66,307.65 --370.75,307.73 --370.84,307.81 --370.93,307.89 --371.03,307.97 --371.12,308.05 --371.21,308.13 --371.3,308.22 --371.39,308.3 --371.49,308.38 --371.58,308.46 --371.67,308.55 --371.76,308.63 --371.85,308.71 --371.94,308.79 --372.03,308.88 --372.12,308.96 --372.21,309.04 --372.31,309.13 --372.4,309.21 --372.49,309.29 --372.58,309.37 --372.67,309.46 --372.76,309.54 --372.85,309.62 --372.94,309.71 --373.03,309.79 --373.12,309.88 --373.21,309.96 --373.3,310.04 --373.39,310.13 --373.48,310.21 --373.57,310.3 --373.65,310.38 --373.74,310.47 --373.83,310.55 --373.92,310.64 --374.01,310.72 --374.1,310.81 --374.19,310.89 --374.28,310.98 --374.37,311.06 --374.45,311.15 --374.54,311.23 --374.63,311.32 --374.72,311.4 --374.81,311.49 --374.9,311.57 --374.98,311.66 --375.07,311.74 --375.16,311.83 --375.25,311.91 --375.33,312 --375.42,312.09 --375.51,312.17 --375.6,312.26 --375.68,312.34 --375.77,312.43 --375.86,312.52 --375.94,312.6 --376.03,312.69 --376.12,312.78 --376.2,312.86 --376.29,312.95 --376.38,313.04 --376.46,313.12 --376.55,313.21 --376.63,313.3 --376.72,313.38 --376.81,313.47 --376.89,313.55 --376.98,313.64 --377.07,313.73 --377.15,313.81 --377.24,313.9 --377.32,313.99 --377.41,314.08 --377.5,314.16 --377.58,314.25 --377.67,314.34 --377.81,313.57 --377.89,313.65 --377.98,313.74 --378.06,313.82 --378.15,313.91 --378.23,314 --378.32,314.08 --378.41,314.17 --378.49,314.26 --378.58,314.34 --378.66,314.43 --378.75,314.52 --378.83,314.6 --378.92,314.69 --379,314.78 --379.09,314.86 --379.17,314.95 --379.26,315.04 --379.34,315.13 --379.43,315.21 --379.51,315.3 --379.6,315.39 --379.68,315.47 --379.77,315.56 --379.85,315.65 --379.94,315.74 --380.02,315.82 --380.11,315.91 --380.19,316 --380.27,316.09 --380.36,316.17 --380.44,316.26 --380.53,316.35 --380.61,316.44 --380.69,316.52 --380.78,316.61 --380.86,316.7 --380.95,316.79 --381.03,316.88 --381.11,316.96 --381.2,317.05 --381.28,317.14 --381.36,317.23 --381.45,317.32 --381.53,317.4 --381.62,317.49 --381.7,317.58 --381.78,317.67 --381.87,317.76 --381.95,317.84 --382.03,317.93 --382.11,318.02 --382.2,318.11 --382.28,318.2 --382.36,318.29 --382.45,318.37 --382.53,318.46 --382.61,318.55 --382.69,318.64 --382.78,318.73 --382.86,318.82 --382.94,318.9 --383.03,318.99 --383.11,319.08 --383.19,319.17 --383.27,319.26 --383.36,319.35 --383.44,319.43 --383.52,319.52 --383.6,319.61 --383.69,319.7 --383.77,319.79 --383.85,319.88 --383.93,319.97 --384.02,320.05 --384.1,320.14 --384.18,320.23 --384.26,320.32 --384.34,320.41 --384.43,320.5 --384.51,320.59 --384.59,320.68 --384.67,320.77 --384.75,320.86 --384.84,320.95 --384.92,321.03 --385,321.12 --385.08,321.21 --385.16,321.3 --385.24,321.39 --385.33,321.48 --385.41,321.57 --385.49,321.66 --385.57,321.75 --385.65,321.84 --385.73,321.93 --385.81,322.01 --385.9,322.1 --385.98,322.19 --386.06,322.28 --386.14,322.37 --386.22,322.46 --386.3,322.55 --386.38,322.64 --386.46,322.73 --386.54,322.82 --386.63,322.91 --386.71,322.99 --386.79,323.08 --386.87,323.17 --386.95,323.26 --387.03,323.35 --387.11,323.44 --387.19,323.53 --387.27,323.62 --387.35,323.71 --387.43,323.8 --387.51,323.89 --387.59,323.98 --387.67,324.07 --387.75,324.16 --387.83,324.25 --387.92,324.33 --388,324.42 --388.08,324.51 --388.16,324.6 --388.24,324.69 --388.32,324.78 --388.4,324.87 --388.48,324.96 --388.56,325.05 --388.64,325.14 --388.72,325.23 --388.8,325.32 --388.88,325.41 --388.96,325.49 --389.04,325.58 --389.12,325.67 --389.2,325.76 --389.28,325.85 --389.36,325.94 --389.44,326.03 --389.52,326.12 --389.6,326.21 --389.68,326.3 --389.76,326.39 --389.84,326.48 --389.92,326.57 --390,326.66 --390.08,326.75 --390.16,326.83 --390.24,326.92 --390.32,327.01 --390.4,327.1 --390.48,327.19 --390.56,327.28 --390.64,327.37 --390.72,327.46 --390.8,327.55 --390.88,327.64 --390.96,327.73 --391.04,327.82 --391.11,327.91 --391.19,328 --391.27,328.09 --391.35,328.18 --391.43,328.26 --391.51,328.35 --391.59,328.44 --391.67,328.53 --391.75,328.62 --391.83,328.71 --391.91,328.8 --391.99,328.89 --392.07,328.98 --392.14,329.07 --392.22,329.16 --392.3,329.25 --392.38,329.34 --392.46,329.43 --392.54,329.52 --392.62,329.61 --392.7,329.7 --392.77,329.79 --392.85,329.88 --392.93,329.97 --393.01,330.05 --393.09,330.14 --393.17,330.23 --393.24,330.32 --393.32,330.41 --393.4,330.5 --393.48,330.59 --393.56,330.68 --393.63,330.77 --393.71,330.86 --393.79,330.95 --393.87,331.04 --393.94,331.13 --394.02,331.22 --394.1,331.31 --394.18,331.4 --394.26,331.49 --394.33,331.58 --394.41,331.67 --394.49,331.76 --394.56,331.85 --394.64,331.94 --394.72,332.03 --394.8,332.12 --394.87,332.21 --394.95,332.3 --395.03,332.39 --395.1,332.48 --395.18,332.57 --395.26,332.66 --395.33,332.75 --395.41,332.84 --395.49,332.93 --395.56,333.02 --395.64,333.12 --395.72,333.21 --395.79,333.3 --395.87,333.39 --395.95,333.48 --396.02,333.57 --396.1,333.66 --396.17,333.75 --396.25,333.84 --396.33,333.93 --396.4,334.02 --396.48,334.11 --396.55,334.2 --396.63,334.29 --396.71,334.38 --396.78,334.47 --396.86,334.56 --396.93,334.65 --397.01,334.74 --397.09,334.83 --397.16,334.92 --397.24,335.01 --397.31,335.1 --397.39,335.19 --397.47,335.28 --397.54,335.37 --397.62,335.46 --397.69,335.55 --397.77,335.64 --397.84,335.74 --397.92,335.83 --398,335.92 --398.07,336.01 --398.15,336.1 --398.22,336.19 --398.3,336.28 --398.37,336.37 --398.45,336.46 --398.52,336.55 --398.6,336.64 --398.68,336.73 --398.75,336.82 --398.83,336.92 --398.9,337.01 --398.98,337.1 --399.05,337.19 --399.13,337.28 --399.2,337.37 --399.28,337.46 --399.35,337.55 --399.43,337.64 --399.5,337.74 --399.58,337.83 --399.65,337.92 --399.73,338.01 --399.81,338.1 --399.88,338.19 --399.96,338.28 --400.03,338.38 --400.11,338.47 --400.18,338.56 --400.26,338.65 --400.33,338.74 --400.41,338.83 --400.48,338.92 --400.56,339.02 --400.63,339.11 --400.71,339.2 --400.78,339.29 --400.86,339.38 --400.93,339.47 --401.01,339.57 --401.08,339.66 --401.16,339.75 --401.23,339.84 --401.31,339.93 --401.38,340.03 --401.46,340.12 --401.53,340.21 --401.6,340.3 --401.48,339.8 --401.55,339.89 --401.63,339.98 --401.7,340.07 --401.78,340.17 --401.85,340.26 --401.93,340.35 --402,340.44 --402.08,340.53 --402.15,340.62 --402.22,340.72 --402.3,340.81 --402.37,340.9 --402.45,340.99 --402.52,341.08 --402.59,341.17 --402.67,341.27 --402.74,341.36 --402.81,341.45 --402.89,341.54 --402.96,341.63 --403.04,341.72 --403.11,341.82 --403.18,341.91 --403.26,342 --403.33,342.09 --403.4,342.18 --403.48,342.28 --403.55,342.37 --403.62,342.46 --403.7,342.55 --403.77,342.65 --403.84,342.74 --403.92,342.83 --403.99,342.92 --404.06,343.02 --404.14,343.11 --404.21,343.2 --404.28,343.29 --404.35,343.38 --404.43,343.48 --404.5,343.57 --404.57,343.66 --404.65,343.75 --404.72,343.85 --404.79,343.94 --404.87,344.03 --404.94,344.12 --405.01,344.22 --405.09,344.31 --405.16,344.4 --405.23,344.49 --405.3,344.59 --405.38,344.68 --405.45,344.77 --405.52,344.87 --405.6,344.96 --405.67,345.05 --405.74,345.14 --405.81,345.24 --405.89,345.33 --405.96,345.42 --406.03,345.51 --406.1,345.61 --406.18,345.7 --406.25,345.79 --406.32,345.89 --406.39,345.98 --406.47,346.07 --406.54,346.16 --406.61,346.26 --406.68,346.35 --406.76,346.44 --406.83,346.54 --406.9,346.63 --406.97,346.72 --407.04,346.81 --407.12,346.91 --407.19,347 --407.26,347.09 --407.33,347.19 --407.4,347.28 --407.47,347.37 --407.55,347.46 --407.62,347.56 --407.69,347.65 --407.76,347.74 --407.83,347.84 --407.9,347.93 --407.98,348.02 --408.05,348.12 --408.12,348.21 --408.19,348.3 --408.26,348.39 --408.33,348.49 --408.4,348.58 --408.47,348.67 --408.55,348.77 --408.62,348.86 --408.69,348.95 --408.76,349.05 --408.83,349.14 --408.9,349.23 --408.97,349.33 --409.04,349.42 --409.11,349.51 --409.19,349.6 --409.26,349.7 --409.33,349.79 --409.4,349.88 --409.47,349.98 --409.54,350.07 --409.61,350.16 --409.68,350.25 --409.75,350.35 --409.82,350.44 --409.89,350.53 --409.97,350.63 --410.04,350.72 --410.11,350.81 --410.18,350.91 --410.25,351 --410.32,351.09 --410.39,351.18 --410.46,351.28 --410.53,351.37 --410.6,351.46 --410.67,351.56 --410.74,351.65 --410.81,351.74 --410.88,351.84 --410.95,351.93 --411.02,352.02 --411.09,352.12 --411.16,352.21 --411.23,352.3 --411.3,352.39 --411.37,352.49 --411.44,352.58 --411.51,352.67 --411.58,352.77 --411.65,352.86 --411.72,352.95 --411.79,353.05 --411.86,353.14 --411.93,353.23 --412,353.33 --412.07,353.42 --412.14,353.51 --412.21,353.61 --412.28,353.7 --412.35,353.79 --412.42,353.89 --412.49,353.98 --412.56,354.07 --412.63,354.17 --412.7,354.26 --412.77,354.35 --412.84,354.45 --412.91,354.54 --412.97,354.63 --413.04,354.73 --413.11,354.82 --413.18,354.91 --413.25,355.01 --413.32,355.1 --413.39,355.19 --413.46,355.29 --413.52,355.38 --413.59,355.47 --413.66,355.57 --413.73,355.66 --413.8,355.75 --413.87,355.85 --413.93,355.94 --414,356.04 --414.07,356.13 --414.14,356.22 --414.21,356.32 --414.28,356.41 --414.34,356.5 --414.41,356.6 --414.48,356.69 --414.55,356.79 --414.61,356.88 --414.68,356.97 --414.75,357.07 --414.82,357.16 --414.88,357.25 --414.95,357.35 --415.02,357.44 --415.09,357.54 --415.15,357.63 --415.22,357.72 --415.29,357.82 --415.36,357.91 --415.42,358.01 --415.49,358.1 --415.56,358.19 --415.62,358.29 --415.69,358.38 --415.76,358.48 --415.83,358.57 --415.89,358.66 --415.96,358.76 --416.03,358.85 --416.09,358.95 --416.16,359.04 --416.23,359.13 --416.29,359.23 --416.36,359.32 --416.43,359.42 --416.49,359.51 --416.56,359.61 --416.63,359.7 --416.69,359.8 --416.76,359.89 --416.82,359.99 --416.89,360.08 --416.96,360.18 --417.02,360.27 --417.09,360.37 --417.15,360.46 --417.22,360.56 --417.28,360.65 --417.35,360.75 --417.41,360.84 --417.48,360.94 --417.54,361.03 --417.61,361.13 --417.67,361.22 --417.74,361.32 --417.8,361.42 --417.87,361.51 --417.93,361.61 --418,361.7 --418.06,361.8 --418.12,361.9 --418.19,361.99 --418.25,362.09 --418.32,362.19 --418.38,362.28 --418.44,362.38 --418.51,362.48 --418.57,362.57 --418.64,362.67 --418.7,362.77 --418.76,362.86 --418.83,362.96 --418.89,363.06 --418.95,363.15 --419.02,363.25 --419.08,363.35 --419.15,363.44 --419.21,363.54 --419.27,363.64 --419.34,363.73 --419.4,363.83 --419.46,363.93 --419.53,364.03 --419.59,364.12 --419.65,364.22 --419.71,364.32 --419.78,364.41 --419.84,364.51 --419.9,364.61 --419.97,364.71 --420.03,364.8 --420.09,364.9 --420.15,365 --420.22,365.1 --420.28,365.19 --420.34,365.29 --420.41,365.39 --420.47,365.49 --420.53,365.58 --420.59,365.68 --420.66,365.78 --420.72,365.88 --420.78,365.97 --420.84,366.07 --420.91,366.17 --420.97,366.27 --421.03,366.37 --421.09,366.46 --421.16,366.56 --421.22,366.66 --421.28,366.76 --421.34,366.86 --421.4,366.95 --421.47,367.05 --421.53,367.15 --421.59,367.25 --421.65,367.35 --421.71,367.45 --421.78,367.54 --421.84,367.64 --421.9,367.74 --421.96,367.84 --422.02,367.94 --421.85,367.74 --421.91,367.84 --421.97,367.93 --422.03,368.03 --422.09,368.13 --422.15,368.23 --422.21,368.33 --422.28,368.43 --422.34,368.53 --422.4,368.62 --422.46,368.72 --422.52,368.82 --422.58,368.92 --422.64,369.02 --422.7,369.12 --422.77,369.22 --422.83,369.32 --422.89,369.42 --422.95,369.52 --423.01,369.62 --423.07,369.71 --423.13,369.81 --423.19,369.91 --423.25,370.01 --423.31,370.11 --423.37,370.21 --423.43,370.31 --423.49,370.41 --423.55,370.51 --423.62,370.61 --423.68,370.71 --423.74,370.81 --423.8,370.91 --423.86,371.01 --423.92,371.11 --423.98,371.21 --424.04,371.31 --424.1,371.41 --424.16,371.51 --424.21,371.62 --424.27,371.72 --424.33,371.82 --424.39,371.92 --424.45,372.02 --424.51,372.12 --424.57,372.22 --424.63,372.32 --424.69,372.42 --424.75,372.52 --424.81,372.62 --424.87,372.73 --424.93,372.83 --424.99,372.93 --425.05,373.03 --425.11,373.13 --425.17,373.23 --425.22,373.33 --425.28,373.44 --425.34,373.54 --425.4,373.64 --425.46,373.74 --425.52,373.84 --425.57,373.94 --425.63,374.05 --425.69,374.15 --425.75,374.25 --425.81,374.35 --425.87,374.45 --425.92,374.56 --425.98,374.66 --426.04,374.76 --426.1,374.86 --426.16,374.97 --426.21,375.07 --426.27,375.17 --426.33,375.27 --426.39,375.38 --426.44,375.48 --426.5,375.58 --426.56,375.69 --426.62,375.79 --426.67,375.89 --426.73,375.99 --426.79,376.1 --426.84,376.2 --426.9,376.3 --426.96,376.41 --427.01,376.51 --427.07,376.61 --427.13,376.72 --427.18,376.82 --427.24,376.92 --427.3,377.03 --427.35,377.13 --427.41,377.24 --427.47,377.34 --427.52,377.44 --427.58,377.55 --427.63,377.65 --427.69,377.75 --427.74,377.86 --427.8,377.96 --427.86,378.07 --427.91,378.17 --427.97,378.27 --428.02,378.38 --428.08,378.48 --428.13,378.59 --428.19,378.69 --428.24,378.79 --428.3,378.9 --428.35,379 --428.41,379.11 --428.46,379.21 --428.51,379.32 --428.57,379.42 --428.62,379.52 --428.68,379.63 --428.73,379.73 --428.78,379.84 --428.84,379.94 --428.89,380.05 --428.95,380.15 --429,380.26 --429.05,380.36 --429.11,380.47 --429.16,380.57 --429.21,380.67 --429.27,380.78 --429.32,380.88 --429.37,380.99 --429.43,381.09 --429.48,381.2 --429.53,381.3 --429.58,381.41 --429.64,381.51 --429.69,381.62 --429.74,381.72 --429.8,381.83 --429.85,381.93 --429.9,382.04 --429.95,382.14 --430,382.25 --430.06,382.35 --430.11,382.46 --430.16,382.56 --430.21,382.67 --430.26,382.77 --430.31,382.88 --430.36,382.98 --430.42,383.09 --430.47,383.19 --430.52,383.3 --430.57,383.4 --430.62,383.51 --430.67,383.62 --430.72,383.72 --430.77,383.83 --430.82,383.93 --430.87,384.04 --430.92,384.14 --430.97,384.25 --431.02,384.35 --431.07,384.46 --431.12,384.56 --431.17,384.67 --431.22,384.77 --431.27,384.88 --431.32,384.99 --431.37,385.09 --431.42,385.2 --431.47,385.3 --431.52,385.41 --431.57,385.51 --431.62,385.62 --431.67,385.73 --431.72,385.83 --431.77,385.94 --431.82,386.04 --431.87,386.15 --431.92,386.26 --431.96,386.36 --432.01,386.47 --432.06,386.57 --432.11,386.68 --432.16,386.78 --432.21,386.89 --432.26,387 --432.31,387.1 --432.35,387.21 --432.4,387.31 --432.45,387.42 --432.5,387.53 --432.54,387.63 --432.59,387.74 --432.64,387.84 --432.69,387.95 --432.73,388.06 --432.78,388.16 --432.83,388.27 --432.88,388.37 --432.92,388.48 --432.97,388.59 --433.02,388.69 --433.07,388.8 --433.11,388.9 --433.16,389.01 --433.21,389.12 --433.25,389.22 --433.3,389.33 --433.34,389.44 --433.39,389.54 --433.44,389.65 --433.48,389.75 --433.53,389.86 --433.58,389.97 --433.62,390.07 --433.67,390.18 --433.72,390.29 --433.76,390.39 --433.81,390.5 --433.85,390.6 --433.9,390.71 --433.94,390.82 --433.99,390.92 --434.04,391.03 --434.08,391.14 --434.13,391.24 --434.17,391.35 --434.22,391.46 --434.26,391.56 --434.31,391.67 --434.35,391.78 --434.4,391.88 --434.44,391.99 --434.49,392.1 --434.53,392.2 --434.57,392.31 --434.62,392.42 --434.66,392.52 --434.71,392.63 --434.75,392.74 --434.8,392.84 --434.84,392.95 --434.88,393.06 --434.93,393.16 --434.97,393.27 --435.01,393.38 --435.06,393.48 --435.1,393.59 --435.14,393.7 --435.19,393.8 --435.23,393.91 --435.27,394.02 --435.31,394.13 --435.36,394.23 --435.4,394.34 --435.44,394.45 --435.48,394.55 --435.52,394.66 --435.57,394.77 --435.61,394.87 --435.65,394.98 --435.69,395.09 --435.73,395.19 --435.77,395.3 --435.82,395.41 --435.86,395.52 --435.9,395.62 --435.94,395.73 --435.98,395.84 --436.02,395.94 --436.06,396.05 --436.1,396.16 --436.14,396.26 --436.18,396.37 --436.22,396.48 --436.26,396.59 --436.3,396.69 --436.34,396.8 --436.38,396.91 --436.42,397.02 --436.46,397.12 --436.5,397.23 --436.54,397.34 --436.58,397.44 --436.62,397.55 --436.66,397.66 --436.69,397.77 --436.73,397.87 --436.77,397.98 --436.81,398.09 --436.85,398.2 --436.89,398.3 --436.92,398.41 --436.96,398.52 --437,398.63 --437.04,398.73 --437.07,398.84 --437.11,398.95 --437.18,399.25 --437.22,399.36 --437.26,399.47 --437.29,399.57 --437.33,399.68 --437.37,399.79 --437.4,399.9 --437.44,400.01 --437.48,400.11 --437.51,400.22 --437.55,400.33 --437.59,400.44 --437.62,400.55 --437.66,400.66 --437.69,400.76 --437.73,400.87 --437.77,400.98 --437.8,401.09 --437.84,401.2 --437.87,401.31 --437.91,401.41 --437.94,401.52 --437.98,401.63 --438.01,401.74 --438.05,401.85 --438.08,401.96 --438.11,402.06 --438.15,402.17 --438.18,402.28 --438.22,402.39 --438.25,402.5 --438.28,402.61 --438.32,402.72 --438.35,402.82 --438.38,402.93 --438.42,403.04 --438.45,403.15 --438.48,403.26 --438.52,403.37 --438.55,403.48 --438.58,403.58 --438.61,403.69 --438.65,403.8 --438.68,403.91 --438.71,404.02 --438.74,404.13 --438.78,404.24 --438.81,404.35 --438.84,404.45 --438.87,404.56 --438.9,404.67 --438.94,404.78 --438.97,404.89 --439,405 --439.03,405.11 --439.06,405.22 --439.09,405.33 --439.12,405.43 --439.15,405.54 --439.18,405.65 --439.21,405.76 --439.24,405.87 --439.27,405.98 --439.3,406.09 --439.33,406.2 --439.36,406.31 --439.39,406.42 --439.42,406.53 --439.45,406.64 --439.48,406.75 --439.51,406.86 --439.54,406.97 --439.56,407.08 --439.59,407.19 --439.62,407.29 --439.65,407.4 --439.68,407.51 --439.7,407.62 --439.73,407.73 --439.76,407.84 --439.78,407.95 --439.81,408.06 --439.84,408.17 --439.86,408.28 --439.89,408.39 --439.92,408.5 --439.94,408.61 --439.97,408.72 --439.99,408.83 --440.02,408.95 --440.04,409.06 --440.07,409.17 --440.09,409.28 --440.12,409.39 --440.14,409.5 --440.17,409.61 --440.19,409.72 --440.21,409.83 --440.24,409.94 --440.26,410.05 --440.28,410.16 --440.31,410.27 --440.33,410.38 --440.35,410.49 --440.37,410.6 --440.4,410.71 --440.42,410.82 --440.44,410.94 --440.46,411.05 --440.48,411.16 --440.51,411.27 --440.53,411.38 --440.55,411.49 --440.57,411.6 --440.59,411.71 --440.61,411.82 --440.63,411.93 --440.66,412.04 --440.68,412.15 --440.7,412.27 --440.72,412.38 --440.74,412.49 --440.76,412.6 --440.78,412.71 --440.8,412.82 --440.82,412.93 --440.83,413.04 --440.85,413.15 --440.87,413.27 --440.89,413.38 --440.91,413.49 --440.93,413.6 --440.95,413.71 --440.96,413.82 --440.98,413.93 --441,414.05 --441.02,414.16 --441.04,414.27 --441.05,414.38 --441.07,414.49 --441.09,414.6 --441.1,414.72 --441.12,414.83 --441.14,414.94 --441.15,415.05 --441.17,415.16 --441.18,415.28 --441.2,415.39 --441.21,415.5 --441.23,415.61 --441.24,415.72 --441.26,415.84 --441.27,415.95 --441.29,416.06 --441.3,416.17 --441.31,416.29 --441.33,416.4 --441.34,416.51 --441.36,416.62 --441.37,416.74 --441.38,416.85 --441.39,416.96 --441.41,417.07 --441.42,417.18 --441.43,417.3 --441.44,417.41 --441.46,417.52 --441.47,417.63 --441.48,417.75 --441.49,417.86 --441.5,417.97 --441.51,418.09 --441.53,418.2 --441.54,418.31 --441.55,418.42 --441.56,418.54 --441.57,418.65 --441.58,418.76 --441.59,418.87 --441.6,418.99 --441.61,419.1 --441.62,419.21 --441.63,419.33 --441.64,419.44 --441.65,419.55 --441.65,419.66 --441.66,419.78 --441.67,419.89 --441.68,420 --441.69,420.11 --441.7,420.23 --441.7,420.34 --441.71,420.45 --441.72,420.57 --441.73,420.68 --441.73,420.79 --441.74,420.9 --441.75,421.02 --441.75,421.13 --441.76,421.24 --441.77,421.36 --441.77,421.47 --441.78,421.58 --441.79,421.69 --441.79,421.81 --441.8,421.92 --441.8,422.03 --441.81,422.15 --441.81,422.26 --441.82,422.37 --441.82,422.49 --441.83,422.6 --441.83,422.71 --441.84,422.83 --441.84,422.94 --441.84,423.05 --441.85,423.17 --441.85,423.28 --441.85,423.39 --441.86,423.5 --441.86,423.62 --441.86,423.73 --441.87,423.84 --441.87,423.96 --441.87,424.07 --441.87,424.18 --441.87,424.3 --441.88,424.41 --441.88,424.52 --441.88,424.64 --441.88,424.75 --441.88,424.86 --441.88,424.98 --441.88,425.09 --441.88,425.2 --441.88,425.32 --441.88,425.43 --441.88,425.54 --441.88,425.66 --441.88,425.77 --441.88,425.88 --441.88,426 --441.88,426.11 --441.88,426.22 --441.88,426.34 --441.88,426.45 --441.88,426.56 --441.88,426.68 --441.87,426.79 --441.87,426.9 --441.87,427.02 --441.87,427.13 --441.86,427.24 --441.86,427.36 --441.86,427.47 --441.85,427.58 --441.85,427.7 --441.84,427.81 --441.84,427.92 --441.84,428.04 --441.83,428.15 --441.83,428.26 --441.82,428.38 --441.82,428.49 --441.81,428.6 --441.81,428.72 --441.8,428.83 --441.79,428.94 --441.79,429.05 --441.78,429.17 --441.78,429.28 --441.77,429.39 --441.76,429.51 --441.75,429.62 --441.75,429.73 --441.74,429.85 --441.73,429.96 --441.72,430.07 --441.72,430.19 --441.71,430.3 --441.7,430.41 --441.69,430.53 --441.68,430.64 --441.67,430.76 --441.66,430.87 --441.65,430.98 --441.64,431.1 --441.63,431.21 --441.62,431.32 --441.61,431.44 --441.6,431.55 --441.59,431.66 --441.58,431.78 --441.57,431.89 --441.56,432 --441.55,432.12 --441.54,432.23 --441.53,432.34 --441.51,432.46 --441.5,432.57 --441.49,432.69 --441.48,432.8 --441.46,432.91 --441.45,433.03 --441.44,433.14 --441.43,433.25 --441.41,433.37 --441.4,433.48 --441.38,433.59 --441.37,433.71 --441.36,433.82 --441.34,433.93 --441.33,434.05 --441.31,434.16 --441.3,434.27 --441.28,434.39 --441.27,434.5 --441.25,434.61 --441.24,434.73 --441.22,434.84 --441.2,434.95 --441.19,435.07 --441.17,435.18 --441.15,435.29 --441.14,435.41 --441.12,435.52 --441.11,435.63 --441.09,435.75 --441.07,435.86 --441.05,435.97 --441.04,436.09 --441.02,436.2 --441,436.31 --440.98,436.43 --440.97,436.54 --440.95,436.65 --440.93,436.77 --440.91,436.88 --440.89,436.99 --440.87,437.11 --440.85,437.22 --440.83,437.33 --440.81,437.45 --440.79,437.56 --440.77,437.68 --440.75,437.79 --440.73,437.9 --440.71,438.02 --440.69,438.13 --440.67,438.24 --440.65,438.36 --440.63,438.47 --440.61,438.59 --440.59,438.7 --440.57,438.81 --440.54,438.93 --440.52,439.04 --440.5,439.16 --440.48,439.27 --440.46,439.38 --440.43,439.5 --440.41,439.61 --440.39,439.73 --440.37,439.84 --440.34,439.95 --440.32,440.07 --440.3,440.18 --440.27,440.29 --440.25,440.41 --440.23,440.52 --440.2,440.64 --440.18,440.75 --440.15,440.86 --440.13,440.98 --440.1,441.09 --440.08,441.2 --440.06,441.32 --440.03,441.43 --440.01,441.55 --439.98,441.66 --439.96,441.77 --439.93,441.89 --439.91,442 --439.88,442.11 --439.86,442.23 --439.83,442.34 --439.81,442.46 --439.78,442.57 --439.76,442.68 --439.73,442.8 --439.7,442.91 --439.68,443.03 --439.65,443.14 --439.63,443.25 --439.6,443.37 --439.57,443.48 --439.55,443.6 --439.52,443.71 --439.49,443.82 --439.46,443.94 --439.57,445.14 --439.54,445.25 --439.52,445.37 --439.49,445.49 --439.46,445.6 --439.43,445.72 --439.4,445.83 --439.38,445.95 --439.35,446.07 --439.32,446.18 --439.29,446.3 --439.26,446.42 --439.23,446.53 --439.21,446.65 --439.18,446.77 --439.15,446.88 --439.12,447 --439.09,447.12 --439.06,447.23 --439.03,447.35 --439,447.47 --438.97,447.58 --438.94,447.7 --438.91,447.82 --438.88,447.93 --438.85,448.05 --438.82,448.17 --438.79,448.28 --438.76,448.4 --438.73,448.52 --438.7,448.63 --438.66,448.75 --438.63,448.87 --438.6,448.98 --438.57,449.1 --438.54,449.22 --438.51,449.33 --438.48,449.45 --438.44,449.57 --438.41,449.68 --438.38,449.8 --438.35,449.92 --438.31,450.03 --438.28,450.15 --438.25,450.27 --438.22,450.38 --438.18,450.5 --438.15,450.62 --438.12,450.73 --438.09,450.85 --438.05,450.97 --438.02,451.08 --437.99,451.2 --437.95,451.32 --437.92,451.43 --437.88,451.55 --437.85,451.66 --437.82,451.78 --437.78,451.9 --437.75,452.01 --437.72,452.13 --437.68,452.25 --437.65,452.36 --437.61,452.48 --437.58,452.6 --437.55,452.71 --437.51,452.83 --437.48,452.95 --437.44,453.06 --437.41,453.18 --437.37,453.3 --437.34,453.41 --437.3,453.53 --437.27,453.65 --437.23,453.76 --437.2,453.88 --437.16,453.99 --437.13,454.11 --437.09,454.23 --437.06,454.34 --437.02,454.46 --436.99,454.58 --436.95,454.69 --436.92,454.81 --436.88,454.93 --436.85,455.04 --436.81,455.16 --436.78,455.28 --436.74,455.39 --436.71,455.51 --436.67,455.63 --436.64,455.74 --436.6,455.86 --436.56,455.98 --436.53,456.1 --436.49,456.21 --436.46,456.33 --436.42,456.45 --436.39,456.56 --436.35,456.68 --436.32,456.8 --436.28,456.91 --436.24,457.03 --436.21,457.15 --436.17,457.27 --436.14,457.38 --436.1,457.5 --436.06,457.62 --436.03,457.73 --435.99,457.85 --435.96,457.97 --435.92,458.08 --435.88,458.2 --435.85,458.32 --435.81,458.43 --435.78,458.55 --435.74,458.67 --435.7,458.79 --435.67,458.9 --435.63,459.02 --435.6,459.14 --435.56,459.25 --435.52,459.37 --435.49,459.49 --435.45,459.6 --435.41,459.72 --435.38,459.84 --435.34,459.95 --435.31,460.07 --435.27,460.19 --435.23,460.31 --435.2,460.42 --435.16,460.54 --435.12,460.66 --435.09,460.77 --435.05,460.89 --435.02,461.01 --434.98,461.13 --434.94,461.24 --434.91,461.36 --434.87,461.48 --434.84,461.6 --434.8,461.71 --434.76,461.83 --434.73,461.95 --434.69,462.07 --434.65,462.18 --434.62,462.3 --434.58,462.42 --434.55,462.54 --434.51,462.66 --434.47,462.77 --434.44,462.89 --434.4,463.01 --434.36,463.13 --434.33,463.25 --434.29,463.36 --434.25,463.48 --434.22,463.6 --434.18,463.72 --434.14,463.84 --434.11,463.96 --434.07,464.07 --434.04,464.19 --434,464.31 --433.96,464.43 --433.93,464.55 --433.89,464.66 --433.85,464.78 --433.82,464.9 --433.78,465.02 --433.74,465.14 --433.71,465.25 --433.67,465.37 --433.63,465.49 --433.6,465.61 --433.56,465.73 --433.53,465.85 --433.49,465.96 --433.45,466.08 --433.42,466.2 --433.38,466.32 --433.34,466.44 --433.31,466.55 --433.27,466.67 --433.23,466.79 --433.2,466.91 --433.16,467.03 --433.12,467.15 --433.09,467.26 --433.05,467.38 --433.01,467.5 --432.98,467.62 --432.94,467.74 --432.91,467.86 --432.87,467.98 --432.83,468.1 --432.8,468.21 --432.76,468.33 --432.72,468.45 --432.97,469.92 --432.93,470.04 --432.9,470.16 --432.86,470.28 --432.82,470.4 --432.79,470.52 --432.75,470.64 --432.71,470.76 --432.68,470.88 --432.64,471 --432.61,471.13 --432.57,471.25 --432.53,471.37 --432.5,471.49 --432.46,471.61 --432.42,471.73 --432.39,471.85 --432.35,471.97 --432.32,472.09 --432.28,472.22 --432.24,472.34 --432.21,472.46 --432.17,472.58 --432.13,472.7 --432.1,472.82 --432.06,472.94 --432.02,473.06 --431.99,473.18 --431.95,473.31 --431.92,473.43 --431.88,473.55 --431.84,473.67 --431.81,473.79 --431.77,473.91 --431.73,474.03 --431.7,474.15 --431.66,474.27 --431.62,474.4 --431.59,474.52 --431.55,474.64 --431.51,474.76 --431.47,474.88 --431.44,475 --431.4,475.12 --431.36,475.24 --431.33,475.36 --431.29,475.49 --431.25,475.61 --431.22,475.73 --431.18,475.85 --431.14,475.97 --431.11,476.09 --431.07,476.21 --431.03,476.34 --431,476.46 --430.96,476.58 --430.92,476.7 --430.89,476.82 --430.85,476.94 --430.81,477.07 --430.77,477.19 --430.74,477.31 --430.7,477.43 --430.66,477.55 --430.62,477.67 --430.59,477.79 --430.55,477.92 --430.51,478.04 --430.47,478.16 --430.44,478.28 --430.4,478.4 --430.36,478.52 --430.32,478.64 --430.29,478.77 --430.25,478.89 --430.21,479.01 --430.17,479.13 --430.14,479.25 --430.1,479.37 --430.06,479.49 --430.02,479.62 --429.99,479.74 --429.95,479.86 --429.91,479.98 --429.87,480.1 --429.83,480.22 --429.8,480.34 --429.76,480.47 --429.72,480.59 --429.68,480.71 --429.64,480.83 --429.61,480.95 --429.57,481.07 --429.53,481.19 --429.49,481.31 --429.46,481.44 --429.42,481.56 --429.38,481.68 --429.34,481.8 --429.3,481.92 --429.27,482.04 --429.23,482.16 --429.19,482.29 --429.15,482.41 --429.12,482.53 --429.08,482.65 --429.04,482.77 --429,482.89 --428.97,483.02 --428.93,483.14 --428.89,483.26 --428.86,483.38 --428.82,483.5 --428.78,483.63 --428.74,483.75 --428.71,483.87 --428.67,483.99 --428.63,484.11 --428.6,484.23 --428.56,484.36 --428.53,484.48 --428.49,484.6 --428.45,484.72 --428.42,484.84 --428.38,484.96 --428.34,485.09 --428.31,485.21 --428.27,485.33 --428.24,485.45 --428.2,485.57 --428.16,485.69 --428.13,485.81 --428.09,485.94 --428.06,486.06 --428.02,486.18 --427.99,486.3 --427.95,486.42 --427.91,486.54 --427.88,486.66 --427.84,486.79 --427.81,486.91 --427.77,487.03 --427.74,487.15 --427.7,487.27 --427.66,487.39 --427.63,487.51 --427.59,487.63 --427.56,487.75 --427.52,487.88 --427.49,488 --427.45,488.12 --427.42,488.24 --427.38,488.36 --427.35,488.48 --427.31,488.6 --427.27,488.72 --427.24,488.84 --427.2,488.96 --427.17,489.08 --427.13,489.2 --427.1,489.33 --427.06,489.45 --427.03,489.57 --426.99,489.69 --426.96,489.81 --426.92,489.93 --426.89,490.05 --426.85,490.17 --426.82,490.29 --426.78,490.41 --426.75,490.53 --426.71,490.65 --426.68,490.77 --426.64,490.89 --426.61,491.01 --426.58,491.13 --426.54,491.25 --426.51,491.37 --426.47,491.49 --426.44,491.61 --426.4,491.73 --426.37,491.85 --426.33,491.97 --426.3,492.09 --426.26,492.21 --426.23,492.33 --426.2,492.45 --426.16,492.57 --426.13,492.69 --426.09,492.81 --426.06,492.93 --426.03,493.05 --425.99,493.17 --425.96,493.29 --425.92,493.41 --425.89,493.53 --425.86,493.65 --425.82,493.77 --425.79,493.89 --425.75,494.01 --425.72,494.13 --425.69,494.24 --425.65,494.36 --425.62,494.48 --425.59,494.6 --425.55,494.72 --425.52,494.84 --425.49,494.96 --425.45,495.08 --425.42,495.19 --425.38,495.31 --425.35,495.43 --425.32,495.55 --425.28,495.67 --425.25,495.78 --425.22,495.9 --425.18,496.02 --425.15,496.14 --425.12,496.26 --425.08,496.37 --425.05,496.49 --425.01,496.61 --424.98,496.73 --424.95,496.85 --424.91,496.96 --424.88,497.08 --424.85,497.2 --424.81,497.31 --424.78,497.43 --424.74,497.55 --424.71,497.67 --424.68,497.78 --424.64,497.9 --424.61,498.02 --424.58,498.14 --424.54,498.25 --424.51,498.37 --424.48,498.49 --424.44,498.6 --424.41,498.72 --424.38,498.84 --424.34,498.95 --424.31,499.07 --424.27,499.19 --424.24,499.31 --424.21,499.42 --424.17,499.54 --424.14,499.65 --424.11,499.77 --424.07,499.89 --424.04,500 --424.01,500.12 --423.97,500.24 --423.94,500.35 --423.9,500.47 --423.87,500.58 --423.84,500.7 --423.8,500.82 --423.77,500.93 --423.74,501.05 --423.7,501.16 --423.67,501.28 --423.64,501.39 --423.6,501.51 --423.57,501.62 --423.53,501.74 --423.5,501.85 --423.47,501.97 --423.43,502.08 --423.4,502.2 --423.36,502.31 --423.33,502.43 --423.3,502.54 --423.26,502.66 --423.23,502.77 --423.19,502.88 --423.16,503 --423.12,503.11 --423.09,503.23 --423.06,503.34 --423.02,503.45 --422.99,503.57 --422.95,503.68 --422.92,503.8 --422.89,503.91 --422.85,504.02 --422.82,504.14 --422.78,504.25 --422.75,504.36 --422.72,504.47 --422.68,504.59 --422.65,504.7 --422.61,504.81 --422.58,504.93 --422.54,505.04 --422.51,505.15 --422.48,505.26 --422.44,505.38 --422.41,505.49 --422.37,505.6 --422.61,506.98 --422.57,507.09 --422.54,507.2 --422.5,507.32 --422.47,507.43 --422.44,507.54 --422.4,507.66 --422.37,507.77 --422.33,507.88 --422.3,508 --422.27,508.11 --422.23,508.22 --422.2,508.33 --422.16,508.44 --422.13,508.56 --422.1,508.67 --422.06,508.78 --422.03,508.89 --421.99,509 --421.96,509.12 --421.93,509.23 --421.89,509.34 --421.86,509.45 --421.82,509.56 --421.79,509.67 --421.76,509.78 --421.72,509.89 --421.69,510 --421.65,510.11 --421.62,510.22 --421.58,510.33 --421.55,510.44 --421.52,510.55 --421.48,510.66 --421.45,510.77 --421.41,510.88 --421.38,510.99 --421.34,511.1 --421.31,511.21 --421.28,511.32 --421.24,511.42 --421.21,511.53 --421.17,511.64 --421.14,511.75 --421.11,511.86 --421.07,511.97 --421.04,512.07 --421,512.18 --420.97,512.29 --420.93,512.4 --420.9,512.51 --420.87,512.61 --420.83,512.72 --420.8,512.83 --420.76,512.94 --420.73,513.04 --420.7,513.15 --420.66,513.26 --420.63,513.37 --420.6,513.47 --420.56,513.58 --420.53,513.69 --420.49,513.79 --420.46,513.9 --420.43,514 --420.39,514.11 --420.36,514.22 --420.33,514.32 --420.29,514.43 --420.26,514.53 --420.23,514.64 --420.19,514.75 --420.16,514.85 --420.13,514.96 --420.1,515.06 --420.06,515.17 --420.03,515.27 --420,515.38 --419.96,515.48 --419.93,515.59 --419.9,515.69 --419.87,515.8 --419.84,515.9 --419.8,516 --419.77,516.11 --419.74,516.21 --419.71,516.32 --419.68,516.42 --419.65,516.52 --419.62,516.63 --419.59,516.73 --419.55,516.83 --419.52,516.94 --419.49,517.04 --419.46,517.14 --419.43,517.25 --419.4,517.35 --419.37,517.45 --419.34,517.56 --419.31,517.66 --419.28,517.76 --419.26,517.86 --419.23,517.97 --419.2,518.07 --419.17,518.17 --419.14,518.27 --419.11,518.38 --419.08,518.48 --419.05,518.58 --419.02,518.68 --419,518.78 --418.97,518.88 --418.94,518.99 --418.91,519.09 --418.88,519.19 --418.86,519.29 --418.83,519.39 --418.8,519.49 --418.77,519.59 --418.74,519.69 --418.72,519.79 --418.69,519.9 --418.66,520 --418.64,520.1 --418.61,520.2 --418.58,520.3 --418.56,520.4 --418.53,520.5 --418.5,520.6 --418.48,520.7 --418.45,520.8 --418.43,520.9 --418.4,521 --418.38,521.1 --418.35,521.2 --418.33,521.3 --418.3,521.4 --418.28,521.5 --418.25,521.6 --418.23,521.7 --418.21,521.8 --418.18,521.9 --418.16,522 --418.14,522.1 --418.12,522.2 --418.09,522.3 --418.07,522.4 --418.05,522.5 --418.03,522.6 --418,522.7 --417.98,522.8 --417.96,522.9 --417.94,523 --417.92,523.1 --417.9,523.19 --417.88,523.29 --417.86,523.39 --417.84,523.49 --417.82,523.59 --417.8,523.69 --417.78,523.79 --417.76,523.89 --417.74,523.99 --417.72,524.08 --417.7,524.18 --417.68,524.28 --417.66,524.38 --417.64,524.48 --417.63,524.58 --417.61,524.68 --417.59,524.77 --417.57,524.87 --417.55,524.97 --417.54,525.07 --417.52,525.17 --417.5,525.26 --417.49,525.36 --417.47,525.46 --417.45,525.56 --417.44,525.66 --417.42,525.75 --417.41,525.85 --417.39,525.95 --417.38,526.05 --417.36,526.15 --417.34,526.24 --417.33,526.34 --417.32,526.44 --417.3,526.54 --417.29,526.64 --417.27,526.73 --417.26,526.83 --417.24,526.93 --417.23,527.03 --417.22,527.12 --417.21,527.22 --417.19,527.32 --417.18,527.42 --417.17,527.52 --417.15,527.62 --417.14,527.71 --417.13,527.81 --417.12,527.91 --417.11,528.01 --417.1,528.11 --417.09,528.21 --417.07,528.3 --417.06,528.4 --417.05,528.5 --417.04,528.6 --417.03,528.7 --417.02,528.8 --417.01,528.9 --417,529 --417,529.1 --416.99,529.19 --416.98,529.29 --416.97,529.39 --416.96,529.49 --416.95,529.59 --416.95,529.69 --416.94,529.79 --416.93,529.89 --416.92,529.99 --416.92,530.09 --416.91,530.19 --416.9,530.29 --416.9,530.39 --416.89,530.49 --416.89,530.59 --416.88,530.7 --416.88,530.8 --416.87,530.9 --416.87,531 --416.86,531.1 --416.86,531.2 --416.85,531.3 --416.85,531.4 --416.84,531.5 --416.84,531.6 --416.84,531.7 --416.84,531.81 --416.83,531.91 --416.83,532.01 --416.83,532.11 --416.83,532.21 --416.82,532.31 --416.82,532.41 --416.82,532.52 --416.82,532.62 --416.82,532.72 --416.82,532.82 --416.82,532.92 --416.82,533.03 --416.82,533.13 --416.82,533.23 --416.82,533.33 --416.82,533.43 --416.82,533.54 --416.82,533.64 --416.82,533.74 --416.82,533.84 --416.82,533.94 --416.82,534.05 --416.83,534.15 --416.83,534.25 --416.83,534.35 --416.83,534.46 --416.84,534.56 --416.84,534.66 --416.84,534.76 --416.85,534.87 --416.85,534.97 --416.85,535.07 --416.86,535.17 --416.86,535.28 --416.87,535.38 --416.87,535.48 --416.88,535.58 --416.88,535.69 --416.89,535.79 --416.89,535.89 --416.9,535.99 --416.9,536.1 --416.91,536.2 --416.91,536.3 --416.92,536.4 --416.93,536.51 --416.93,536.61 --416.94,536.71 --416.94,536.81 --416.95,536.92 --416.96,537.02 --416.97,537.12 --416.97,537.22 --416.98,537.33 --416.99,537.43 --416.99,537.53 --417,537.63 --417.01,537.74 --416.71,538.53 --416.72,538.63 --416.73,538.74 --416.74,538.84 --416.74,538.94 --416.75,539.05 --416.76,539.15 --416.77,539.25 --416.78,539.36 --416.79,539.46 --416.79,539.56 --416.8,539.67 --416.81,539.77 --416.82,539.87 --416.83,539.98 --416.84,540.08 --416.85,540.18 --416.86,540.29 --416.87,540.39 --416.88,540.49 --416.88,540.6 --416.89,540.7 --416.9,540.8 --416.91,540.91 --416.92,541.01 --416.93,541.11 --416.94,541.22 --416.95,541.32 --416.96,541.42 --416.97,541.53 --416.98,541.63 --416.99,541.73 --417,541.83 --417.01,541.94 --417.02,542.04 --417.03,542.14 --417.04,542.25 --417.05,542.35 --417.06,542.45 --417.07,542.55 --417.08,542.66 --417.09,542.76 --417.1,542.86 --417.11,542.97 --417.12,543.07 --417.13,543.17 --417.14,543.27 --417.15,543.38 --417.16,543.48 --417.17,543.58 --417.18,543.68 --417.2,543.79 --417.21,543.89 --417.22,543.99 --417.23,544.09 --417.24,544.2 --417.25,544.3 --417.26,544.4 --417.27,544.5 --417.29,544.6 --417.3,544.71 --417.31,544.81 --417.32,544.91 --417.33,545.01 --417.35,545.11 --417.36,545.22 --417.37,545.32 --417.38,545.42 --417.39,545.52 --417.41,545.62 --417.42,545.72 --417.43,545.82 --417.45,545.93 --417.46,546.03 --417.47,546.13 --417.49,546.23 --417.5,546.33 --417.51,546.43 --417.53,546.53 --417.54,546.63 --417.55,546.73 --417.57,546.84 --417.58,546.94 --417.59,547.04 --417.61,547.14 --417.62,547.24 --417.64,547.34 --417.65,547.44 --417.66,547.54 --417.68,547.64 --417.69,547.74 --417.71,547.84 --417.72,547.94 --417.74,548.04 --417.75,548.14 --417.77,548.24 --417.78,548.34 --417.8,548.44 --417.81,548.54 --417.83,548.64 --417.84,548.74 --417.86,548.84 --417.87,548.94 --417.89,549.04 --417.9,549.14 --417.92,549.23 --417.93,549.33 --417.95,549.43 --417.96,549.53 --417.98,549.63 --417.99,549.73 --418.01,549.83 --418.02,549.93 --418.04,550.03 --418.06,550.13 --418.07,550.22 --418.09,550.32 --418.1,550.42 --418.12,550.52 --418.14,550.62 --418.15,550.72 --418.17,550.81 --418.18,550.91 --418.2,551.01 --418.22,551.11 --418.23,551.21 --418.25,551.31 --418.27,551.4 --418.29,551.5 --418.3,551.6 --418.32,551.7 --418.34,551.79 --418.35,551.89 --418.37,551.99 --418.39,552.09 --418.41,552.18 --418.42,552.28 --418.44,552.38 --418.46,552.48 --418.48,552.57 --418.5,552.67 --418.52,552.77 --418.53,552.87 --418.55,552.96 --418.57,553.06 --418.59,553.16 --418.61,553.26 --418.63,553.35 --418.65,553.45 --418.67,553.55 --418.68,553.65 --418.7,553.74 --418.72,553.84 --418.74,553.94 --418.76,554.03 --418.78,554.13 --418.8,554.23 --418.82,554.33 --418.84,554.42 --418.86,554.52 --418.88,554.62 --418.9,554.72 --418.92,554.81 --418.94,554.91 --418.96,555.01 --418.98,555.1 --419,555.2 --419.02,555.3 --419.04,555.39 --419.06,555.49 --419.08,555.59 --419.1,555.68 --419.12,555.78 --419.14,555.88 --419.16,555.97 --419.18,556.07 --419.2,556.17 --419.22,556.26 --419.24,556.36 --419.26,556.46 --419.28,556.55 --419.3,556.65 --419.32,556.75 --419.34,556.84 --419.36,556.94 --419.38,557.04 --419.4,557.13 --419.42,557.23 --419.44,557.33 --419.46,557.42 --419.48,557.52 --419.5,557.62 --419.52,557.71 --419.54,557.81 --419.56,557.91 --419.58,558.01 --419.6,558.1 --419.62,558.2 --419.64,558.3 --419.66,558.39 --419.68,558.49 --419.7,558.59 --419.71,558.69 --419.73,558.78 --419.75,558.88 --419.77,558.98 --419.79,559.08 --419.81,559.17 --419.83,559.27 --419.85,559.37 --419.87,559.47 --419.89,559.57 --419.91,559.66 --419.93,559.76 --419.95,559.86 --419.96,559.96 --419.98,560.06 --420,560.15 --420.02,560.25 --420.04,560.35 --420.06,560.45 --420.08,560.55 --420.1,560.65 --420.12,560.75 --420.14,560.84 --420.16,560.94 --420.18,561.04 --420.2,561.14 --420.22,561.24 --420.24,561.34 --420.25,561.44 --420.27,561.54 --420.29,561.64 --420.31,561.74 --420.33,561.84 --420.35,561.94 --420.37,562.04 --420.39,562.14 --420.41,562.24 --420.43,562.34 --420.45,562.44 --420.47,562.54 --420.49,562.64 --420.51,562.74 --420.53,562.85 --420.55,562.95 --420.57,563.05 --420.59,563.15 --420.61,563.25 --420.63,563.35 --420.65,563.45 --420.66,563.55 --420.68,563.65 --420.7,563.75 --420.72,563.85 --420.74,563.95 --420.76,564.05 --420.78,564.15 --420.8,564.25 --420.82,564.34 --420.84,564.44 --420.86,564.54 --420.88,564.64 --420.9,564.74 --420.92,564.84 --420.94,564.94 --420.96,565.04 --420.98,565.14 --421,565.24 --421.01,565.34 --421.03,565.44 --421.05,565.54 --421.07,565.64 --421.09,565.74 --421.11,565.84 --421.13,565.94 --421.15,566.04 --421.17,566.14 --421.19,566.24 --421.21,566.34 --421.23,566.45 --421.25,566.55 --421.27,566.65 --421.29,566.75 --421.31,566.85 --421.33,566.95 --421.35,567.06 --421.37,567.16 --421.39,567.26 --421.41,567.36 --421.43,567.46 --421.45,567.57 --421.46,567.67 --421.48,567.77 --421.5,567.87 --421.52,567.98 --421.54,568.08 --421.56,568.18 --421.58,568.28 --421.6,568.38 --421.76,569.22 --421.78,569.32 --421.8,569.42 --421.82,569.53 --421.84,569.63 --421.86,569.73 --421.88,569.84 --421.9,569.94 --421.92,570.05 --421.94,570.15 --421.96,570.25 --421.98,570.36 --422,570.46 --422.02,570.57 --422.04,570.67 --422.05,570.77 --422.07,570.88 --422.09,570.98 --422.11,571.09 --422.13,571.19 --422.15,571.3 --422.17,571.4 --422.19,571.5 --422.21,571.61 --422.23,571.71 --422.25,571.82 --422.27,571.92 --422.29,572.03 --422.31,572.13 --422.33,572.24 --422.35,572.34 --422.37,572.45 --422.38,572.55 --422.4,572.66 --422.42,572.76 --422.44,572.87 --422.46,572.97 --422.48,573.08 --422.5,573.18 --422.52,573.29 --422.54,573.4 --422.56,573.5 --422.58,573.61 --422.6,573.71 --422.62,573.82 --422.63,573.92 --422.65,574.03 --422.67,574.13 --422.69,574.24 --422.71,574.35 --422.73,574.45 --422.75,574.56 --422.77,574.66 --422.79,574.77 --422.81,574.88 --422.83,574.98 --422.85,575.09 --422.87,575.19 --422.89,575.3 --422.91,575.41 --422.93,575.51 --422.95,575.62 --422.97,575.73 --422.98,575.83 --423,575.94 --423.02,576.05 --423.04,576.15 --423.06,576.26 --423.08,576.37 --423.1,576.47 --423.12,576.58 --423.14,576.69 --423.16,576.79 --423.18,576.9 --423.2,577.01 --423.22,577.11 --423.24,577.22 --423.26,577.33 --423.29,577.44 --423.31,577.54 --423.33,577.65 --423.35,577.76 --423.37,577.87 --423.39,577.97 --423.41,578.08 --423.43,578.19 --423.45,578.3 --423.47,578.4 --423.49,578.51 --423.51,578.62 --423.53,578.73 --423.55,578.83 --423.57,578.94 --423.59,579.05 --423.62,579.16 --423.64,579.26 --423.66,579.37 --423.68,579.48 --423.7,579.59 --423.72,579.7 --423.74,579.8 --423.76,579.91 --423.78,580.02 --423.8,580.13 --423.82,580.24 --423.85,580.34 --423.87,580.45 --423.89,580.56 --423.91,580.67 --423.93,580.78 --423.95,580.89 --423.97,580.99 --423.99,581.1 --424.01,581.21 --424.03,581.32 --424.06,581.43 --424.08,581.54 --424.1,581.64 --424.12,581.75 --424.14,581.86 --424.16,581.97 --424.18,582.08 --424.2,582.19 --424.23,582.3 --424.25,582.4 --424.27,582.51 --424.29,582.62 --424.31,582.73 --424.33,582.84 --424.35,582.95 --424.37,583.06 --424.39,583.17 --424.42,583.27 --424.44,583.38 --424.46,583.49 --424.48,583.6 --424.5,583.71 --424.52,583.82 --424.55,583.93 --424.57,584.04 --424.59,584.15 --424.61,584.25 --424.63,584.36 --424.65,584.47 --424.67,584.58 --424.7,584.69 --424.72,584.8 --424.74,584.91 --424.76,585.02 --424.78,585.13 --424.8,585.23 --424.82,585.34 --424.84,585.45 --424.87,585.56 --424.89,585.67 --424.91,585.78 --424.93,585.89 --424.95,586 --424.97,586.1 --424.99,586.21 --425.02,586.32 --425.04,586.43 --425.06,586.54 --425.08,586.65 --425.1,586.76 --425.12,586.87 --425.14,586.97 --425.17,587.08 --425.19,587.19 --425.21,587.3 --425.23,587.41 --425.25,587.52 --425.27,587.62 --425.29,587.73 --425.32,587.84 --425.34,587.95 --425.36,588.06 --425.38,588.17 --425.4,588.27 --425.42,588.38 --425.44,588.49 --425.46,588.6 --425.49,588.71 --425.51,588.82 --425.53,588.92 --425.55,589.03 --425.57,589.14 --425.59,589.25 --425.62,589.36 --425.64,589.46 --425.66,589.57 --425.68,589.68 --425.7,589.79 --425.72,589.89 --425.74,590 --425.77,590.11 --425.79,590.22 --425.81,590.33 --425.83,590.43 --425.85,590.54 --425.87,590.65 --425.9,590.76 --425.92,590.86 --425.94,590.97 --425.96,591.08 --425.98,591.19 --426,591.29 --426.02,591.4 --426.05,591.51 --426.07,591.62 --426.09,591.72 --426.11,591.83 --426.13,591.94 --426.15,592.04 --426.17,592.15 --426.2,592.26 --426.22,592.37 --426.24,592.47 --426.26,592.58 --426.28,592.69 --426.3,592.79 --426.32,592.9 --426.34,593.01 --426.37,593.11 --426.39,593.22 --426.41,593.33 --426.43,593.44 --426.45,593.54 --426.47,593.65 --426.49,593.76 --426.51,593.86 --426.53,593.97 --426.55,594.08 --426.58,594.18 --426.6,594.29 --426.62,594.4 --426.64,594.5 --426.66,594.61 --426.68,594.72 --426.7,594.82 --426.72,594.93 --426.74,595.03 --426.76,595.14 --426.78,595.25 --426.8,595.35 --426.82,595.46 --426.84,595.57 --426.86,595.67 --426.88,595.78 --426.9,595.88 --426.92,595.99 --426.94,596.1 --426.96,596.2 --426.98,596.31 --427,596.41 --427.02,596.52 --427.04,596.62 --427.06,596.73 --427.08,596.83 --427.1,596.94 --427.12,597.04 --427.14,597.15 --427.16,597.26 --427.18,597.36 --427.2,597.47 --427.22,597.57 --427.24,597.68 --427.26,597.78 --427.28,597.89 --427.3,597.99 --427.32,598.1 --427.34,598.2 --427.36,598.31 --427.38,598.41 --427.4,598.51 --427.42,598.62 --427.44,598.72 --427.46,598.83 --427.48,598.93 --427.5,599.04 --427.51,599.14 --427.53,599.25 --427.55,599.35 --427.57,599.45 --427.59,599.56 --427.61,599.66 --427.63,599.76 --427.65,599.87 --427.67,599.97 --427.69,600.07 --427.71,600.18 --427.72,600.28 --427.74,600.38 --427.76,600.49 --427.78,600.59 --427.8,600.69 --427.82,600.8 --427.84,600.9 --427.86,601 --427.88,601.1 --428.99,600.77 --429.01,600.87 --429.03,600.98 --429.05,601.08 --429.07,601.18 --429.09,601.28 --429.11,601.38 --429.13,601.48 --429.15,601.58 --429.17,601.68 --429.19,601.79 --429.21,601.89 --429.23,601.99 --429.25,602.09 --429.27,602.19 --429.28,602.29 --429.3,602.39 --429.32,602.49 --429.34,602.59 --429.36,602.69 --429.38,602.79 --429.4,602.89 --429.42,602.99 --429.44,603.09 --429.46,603.19 --429.48,603.29 --429.49,603.39 --429.51,603.48 --429.53,603.58 --429.55,603.68 --429.57,603.78 --429.59,603.88 --429.61,603.98 --429.62,604.08 --429.64,604.18 --429.66,604.27 --429.68,604.37 --429.7,604.47 --429.72,604.57 --429.74,604.67 --429.75,604.77 --429.77,604.86 --429.79,604.96 --429.81,605.06 --429.83,605.16 --429.85,605.25 --429.87,605.35 --429.88,605.45 --429.9,605.54 --429.92,605.64 --429.94,605.74 --429.96,605.83 --429.97,605.93 --429.99,606.03 --430.01,606.12 --430.03,606.22 --430.05,606.32 --430.06,606.41 --430.08,606.51 --430.1,606.6 --430.12,606.7 --430.13,606.79 --430.15,606.89 --430.17,606.98 --430.19,607.08 --430.21,607.17 --430.22,607.27 --430.24,607.36 --430.26,607.46 --430.27,607.55 --430.29,607.65 --430.31,607.74 --430.33,607.84 --430.34,607.93 --430.36,608.03 --430.38,608.12 --430.4,608.21 --430.41,608.31 --430.43,608.4 --430.45,608.5 --430.47,608.59 --430.48,608.68 --430.5,608.78 --430.52,608.87 --430.53,608.96 --430.55,609.06 --430.57,609.15 --430.58,609.24 --430.6,609.34 --430.62,609.43 --430.63,609.52 --430.65,609.61 --430.67,609.71 --430.68,609.8 --430.7,609.89 --430.71,609.98 --430.73,610.07 --430.75,610.17 --430.76,610.26 --430.78,610.35 --430.79,610.44 --430.81,610.53 --430.83,610.62 --430.84,610.71 --430.86,610.81 --430.87,610.9 --430.89,610.99 --430.91,611.08 --430.92,611.17 --430.94,611.26 --430.95,611.35 --430.97,611.44 --430.98,611.53 --431,611.62 --431.01,611.71 --431.03,611.8 --431.04,611.89 --431.06,611.98 --431.07,612.07 --431.09,612.16 --431.11,612.25 --431.12,612.34 --431.14,612.43 --431.15,612.51 --431.17,612.6 --431.18,612.69 --431.2,612.78 --431.21,612.87 --431.22,612.96 --431.24,613.05 --431.25,613.13 --431.27,613.22 --431.28,613.31 --431.3,613.4 --431.31,613.49 --431.33,613.57 --431.34,613.66 --431.36,613.75 --431.37,613.84 --431.38,613.92 --431.4,614.01 --431.41,614.1 --431.43,614.18 --431.44,614.27 --431.46,614.36 --431.47,614.44 --431.48,614.53 --431.5,614.62 --431.51,614.7 --431.53,614.79 --431.54,614.88 --431.55,614.96 --431.57,615.05 --431.58,615.13 --431.59,615.22 --431.61,615.3 --431.62,615.39 --431.64,615.47 --431.65,615.56 --431.66,615.64 --431.68,615.73 --431.69,615.81 --431.7,615.9 --431.72,615.98 --431.73,616.07 --431.74,616.15 --431.76,616.23 --431.77,616.32 --431.78,616.4 --431.8,616.49 --431.81,616.57 --431.82,616.65 --431.84,616.74 --431.85,616.82 --431.86,616.9 --431.88,616.99 --431.89,617.07 --431.9,617.15 --431.91,617.23 --431.93,617.32 --431.94,617.4 --431.95,617.48 --431.97,617.56 --431.98,617.65 --431.99,617.73 --432,617.81 --432.02,617.89 --432.03,617.97 --432.04,618.05 --432.05,618.14 --432.06,618.22 --432.08,618.3 --432.09,618.38 --432.1,618.46 --432.11,618.54 --432.13,618.62 --432.14,618.7 --432.15,618.78 --432.16,618.86 --432.17,618.94 --432.19,619.02 --432.2,619.1 --432.21,619.18 --432.22,619.26 --432.23,619.34 --432.25,619.42 --432.26,619.5 --432.27,619.58 --432.28,619.65 --432.29,619.73 --432.3,619.81 --432.32,619.89 --432.33,619.97 --432.34,620.05 --432.35,620.12 --432.36,620.2 --432.37,620.28 --432.38,620.35 --432.39,620.43 --432.4,620.51 --432.41,620.59 --432.42,620.66 --432.43,620.74 --432.44,620.81 --432.45,620.89 --432.46,620.97 --432.47,621.04 --432.48,621.12 --432.49,621.19 --432.5,621.27 --432.51,621.34 --432.52,621.42 --432.53,621.49 --432.54,621.56 --432.55,621.64 --432.56,621.71 --432.57,621.78 --432.57,621.86 --432.58,621.93 --432.59,622 --432.6,622.08 --432.61,622.15 --432.61,622.22 --432.62,622.29 --432.63,622.37 --432.64,622.44 --432.64,622.51 --432.65,622.58 --432.66,622.65 --432.66,622.72 --432.67,622.79 --432.68,622.87 --432.68,622.94 --432.69,623.01 --432.7,623.08 --432.7,623.15 --432.71,623.22 --432.71,623.29 --432.72,623.36 --432.72,623.43 --432.73,623.49 --432.74,623.56 --432.74,623.63 --432.75,623.7 --432.75,623.77 --432.76,623.84 --432.76,623.9 --432.77,623.97 --432.77,624.04 --432.78,624.11 --432.78,624.17 --432.79,624.24 --432.79,624.31 --432.8,624.37 --432.8,624.44 --432.8,624.51 --432.81,624.57 --432.81,624.64 --432.82,624.7 --432.82,624.77 --432.82,624.83 --432.83,624.9 --432.83,624.96 --432.84,625.03 --432.84,625.09 --432.84,625.16 --432.85,625.22 --432.85,625.28 --432.85,625.35 --432.85,625.41 --432.86,625.47 --432.86,625.54 --432.86,625.6 --432.86,625.66 --432.87,625.72 --432.87,625.78 --432.87,625.85 --432.87,625.91 --432.88,625.97 --432.88,626.03 --434.32,625.5 --434.32,625.56 --434.33,625.62 --434.33,625.68 --434.33,625.74 --434.34,625.79 --434.34,625.85 --434.34,625.91 --434.35,625.97 --434.35,626.03 --434.35,626.09 --434.36,626.15 --434.36,626.2 --434.36,626.26 --434.36,626.32 --434.37,626.38 --434.37,626.43 --434.37,626.49 --434.37,626.55 --434.37,626.6 --434.38,626.66 --434.38,626.72 --434.38,626.77 --434.38,626.83 --434.38,626.89 --434.38,626.94 --434.38,627 --434.38,627.05 --434.39,627.11 --434.39,627.17 --434.39,627.22 --434.39,627.28 --434.39,627.33 --434.39,627.39 --434.39,627.44 --434.39,627.5 --434.39,627.55 --434.39,627.61 --434.39,627.66 --434.39,627.72 --434.39,627.77 --434.38,627.83 --434.38,627.88 --434.38,627.94 --434.38,627.99 --434.38,628.05 --434.38,628.1 --434.38,628.16 --434.37,628.21 --434.37,628.26 --434.37,628.32 --434.37,628.37 --434.37,628.43 --434.36,628.48 --434.36,628.54 --434.36,628.59 --434.36,628.64 --434.35,628.7 --434.35,628.75 --434.35,628.81 --434.34,628.86 --434.34,628.91 --434.34,628.97 --434.33,629.02 --434.33,629.07 --434.32,629.13 --434.32,629.18 --434.32,629.23 --434.31,629.29 --434.31,629.34 --434.3,629.39 --434.3,629.45 --434.29,629.5 --434.29,629.56 --434.28,629.61 --434.28,629.66 --434.27,629.72 --434.27,629.77 --434.26,629.82 --434.26,629.88 --434.25,629.93 --434.24,629.98 --434.24,630.04 --434.23,630.09 --434.23,630.15 --434.22,630.2 --434.21,630.25 --434.21,630.31 --434.2,630.36 --434.19,630.41 --434.19,630.47 --434.18,630.52 --434.17,630.58 --434.17,630.63 --434.16,630.68 --434.15,630.74 --434.15,630.79 --434.14,630.85 --434.13,630.9 --434.12,630.96 --434.11,631.01 --434.11,631.06 --434.1,631.12 --434.09,631.17 --434.08,631.23 --434.07,631.28 --434.06,631.33 --434.05,631.39 --434.04,631.44 --434.03,631.5 --434.02,631.55 --434.01,631.6 --434,631.66 --433.99,631.71 --433.98,631.77 --433.97,631.82 --433.96,631.87 --433.95,631.93 --433.94,631.98 --433.93,632.03 --433.92,632.09 --433.91,632.14 --433.9,632.2 --433.88,632.25 --433.87,632.3 --433.86,632.36 --433.85,632.41 --433.84,632.46 --433.83,632.52 --433.81,632.57 --433.8,632.62 --433.79,632.68 --433.78,632.73 --433.76,632.78 --433.75,632.84 --433.74,632.89 --433.73,632.94 --433.71,633 --433.7,633.05 --433.68,633.1 --433.67,633.16 --433.66,633.21 --433.64,633.27 --433.63,633.32 --433.61,633.37 --433.6,633.43 --433.58,633.48 --433.56,633.54 --433.55,633.59 --433.53,633.65 --433.51,633.7 --433.5,633.76 --433.48,633.82 --433.46,633.87 --433.44,633.93 --433.42,633.98 --433.41,634.04 --433.39,634.1 --433.37,634.15 --433.35,634.21 --433.33,634.27 --433.31,634.33 --433.29,634.38 --433.27,634.44 --433.25,634.5 --433.23,634.56 --433.2,634.61 --433.18,634.67 --433.16,634.73 --433.14,634.79 --433.12,634.85 --433.09,634.9 --433.07,634.96 --433.05,635.02 --433.02,635.08 --433,635.14 --432.97,635.19 --432.95,635.25 --432.92,635.31 --432.9,635.37 --432.87,635.43 --432.85,635.49 --432.82,635.54 --432.79,635.6 --432.77,635.66 --432.74,635.72 --432.71,635.78 --432.68,635.84 --432.66,635.9 --432.63,635.96 --432.6,636.01 --432.57,636.07 --432.54,636.13 --432.51,636.19 --432.48,636.25 --432.45,636.31 --432.42,636.37 --432.39,636.42 --432.36,636.48 --432.33,636.54 --432.3,636.6 --432.27,636.66 --432.23,636.72 --432.2,636.78 --432.17,636.83 --432.14,636.89 --432.1,636.95 --432.07,637.01 --432.04,637.07 --432,637.12 --431.97,637.18 --431.93,637.24 --431.9,637.3 --431.86,637.36 --431.83,637.41 --431.79,637.47 --431.75,637.53 --431.72,637.59 --431.68,637.64 --431.64,637.7 --431.6,637.76 --431.57,637.82 --431.53,637.87 --431.49,637.93 --431.45,637.99 --431.41,638.04 --431.37,638.1 --431.33,638.16 --431.29,638.21 --431.24,638.27 --431.2,638.33 --431.16,638.38 --431.12,638.44 --431.07,638.49 --431.03,638.55 --430.99,638.6 --430.94,638.66 --430.9,638.71 --430.85,638.77 --430.81,638.82 --430.76,638.88 --430.72,638.93 --430.67,638.99 --430.62,639.04 --430.58,639.1 --430.53,639.15 --430.48,639.21 --430.43,639.26 --430.39,639.32 --430.34,639.37 --430.29,639.42 --430.24,639.48 --430.19,639.53 --430.14,639.58 --430.09,639.64 --430.04,639.69 --429.99,639.74 --429.94,639.8 --429.89,639.85 --429.84,639.9 --429.78,639.96 --429.73,640.01 --429.68,640.06 --429.63,640.11 --429.57,640.17 --429.52,640.22 --429.46,640.27 --429.41,640.32 --429.36,640.37 --429.3,640.42 --429.25,640.48 --429.19,640.53 --429.13,640.58 --429.08,640.63 --429.02,640.68 --428.96,640.73 --428.91,640.78 --428.85,640.83 --428.79,640.88 --428.73,640.93 --428.68,640.97 --428.62,641.02 --428.56,641.07 --428.5,641.12 --428.44,641.17 --428.38,641.22 --428.32,641.26 --428.26,641.31 --428.2,641.36 --428.14,641.4 --428.08,641.45 --428.02,641.5 --427.96,641.54 --427.9,641.59 --427.84,641.63 --427.77,641.68 --427.71,641.73 --427.65,641.77 --427.59,641.82 --427.52,641.86 --429.42,641.04 --429.36,641.08 --429.3,641.13 --429.24,641.17 --429.18,641.21 --429.12,641.25 --429.05,641.3 --428.99,641.34 --428.93,641.38 --428.87,641.42 --428.8,641.46 --428.74,641.5 --428.68,641.54 --428.61,641.58 --428.55,641.62 --428.48,641.66 --428.42,641.7 --428.35,641.74 --428.29,641.78 --428.22,641.82 --428.15,641.86 --428.09,641.9 --428.02,641.93 --427.96,641.97 --427.89,642.01 --427.82,642.05 --427.75,642.08 --427.69,642.12 --427.62,642.16 --427.55,642.19 --427.48,642.23 --427.42,642.26 --427.35,642.3 --427.28,642.33 --427.21,642.37 --427.14,642.4 --427.07,642.44 --427,642.47 --426.93,642.51 --426.87,642.54 --426.8,642.57 --426.73,642.61 --426.66,642.64 --426.59,642.67 --426.52,642.71 --426.44,642.74 --426.37,642.77 --426.3,642.8 --426.23,642.83 --426.16,642.87 --426.09,642.9 --426.02,642.93 --425.95,642.96 --425.87,642.99 --425.8,643.02 --425.73,643.05 --425.66,643.08 --425.58,643.11 --425.51,643.14 --425.44,643.17 --425.37,643.2 --425.29,643.23 --425.22,643.25 --425.14,643.28 --425.07,643.31 --425,643.34 --424.92,643.37 --424.85,643.39 --424.77,643.42 --424.7,643.45 --424.62,643.47 --424.55,643.5 --424.47,643.53 --424.4,643.55 --424.32,643.58 --424.24,643.6 --424.17,643.63 --424.09,643.65 --424.01,643.68 --423.94,643.7 --423.86,643.73 --423.78,643.75 --423.71,643.78 --423.63,643.8 --423.55,643.82 --423.48,643.84 --423.4,643.87 --423.32,643.89 --423.24,643.91 --423.17,643.93 --423.09,643.96 --423.01,643.98 --422.93,644 --422.85,644.02 --422.78,644.04 --422.7,644.06 --422.62,644.09 --422.54,644.11 --422.46,644.13 --422.38,644.15 --422.3,644.17 --422.23,644.19 --422.15,644.21 --422.07,644.23 --421.99,644.25 --421.91,644.27 --421.83,644.29 --421.75,644.31 --421.67,644.33 --421.59,644.35 --421.51,644.37 --421.44,644.39 --421.36,644.41 --421.28,644.43 --421.2,644.45 --421.12,644.47 --421.04,644.49 --420.96,644.51 --420.88,644.53 --420.8,644.55 --420.72,644.56 --420.63,644.58 --420.55,644.6 --420.47,644.62 --420.39,644.64 --420.31,644.66 --420.23,644.68 --420.15,644.7 --420.07,644.72 --419.99,644.74 --419.91,644.76 --419.83,644.78 --419.75,644.8 --419.67,644.81 --419.58,644.83 --419.5,644.85 --419.42,644.87 --419.34,644.89 --419.26,644.91 --419.18,644.93 --419.1,644.95 --419.02,644.97 --418.93,644.99 --418.85,645 --418.77,645.02 --418.69,645.04 --418.61,645.06 --418.53,645.08 --418.45,645.1 --418.37,645.12 --418.29,645.14 --418.21,645.15 --418.12,645.17 --418.04,645.19 --417.96,645.21 --417.88,645.23 --417.8,645.25 --417.72,645.26 --417.64,645.28 --417.56,645.3 --417.48,645.32 --417.4,645.33 --417.31,645.35 --417.23,645.37 --417.15,645.39 --417.07,645.4 --416.99,645.42 --416.91,645.44 --416.83,645.46 --416.75,645.47 --416.67,645.49 --416.59,645.51 --416.51,645.53 --416.43,645.54 --416.34,645.56 --416.26,645.58 --416.18,645.59 --416.1,645.61 --416.02,645.63 --415.94,645.64 --415.86,645.66 --415.78,645.68 --415.7,645.69 --415.62,645.71 --415.54,645.73 --415.46,645.74 --415.37,645.76 --415.29,645.77 --415.21,645.79 --415.13,645.81 --415.05,645.82 --414.97,645.84 --414.89,645.85 --414.81,645.87 --414.73,645.89 --414.65,645.9 --414.57,645.92 --414.49,645.93 --414.41,645.95 --414.33,645.97 --414.25,645.98 --414.17,646 --414.09,646.01 --414.01,646.03 --413.93,646.04 --413.85,646.06 --413.77,646.08 --413.69,646.09 --413.61,646.11 --413.53,646.12 --413.45,646.14 --413.37,646.16 --413.29,646.17 --413.21,646.19 --413.13,646.2 --413.05,646.22 --412.97,646.23 --412.89,646.25 --412.81,646.27 --412.73,646.28 --412.65,646.3 --412.57,646.31 --412.49,646.33 --412.41,646.34 --412.33,646.36 --412.25,646.38 --412.17,646.39 --412.09,646.41 --412.01,646.42 --411.93,646.44 --411.85,646.45 --411.77,646.47 --411.69,646.48 --411.61,646.5 --411.53,646.51 --411.45,646.53 --411.38,646.54 --411.3,646.56 --411.22,646.57 --411.14,646.59 --411.06,646.6 --410.98,646.62 --410.9,646.63 --410.82,646.65 --410.74,646.66 --410.66,646.68 --410.58,646.69 --410.5,646.71 --410.42,646.72 --410.34,646.74 --410.26,646.75 --410.18,646.77 --410.1,646.78 --410.02,646.8 --409.94,646.81 --409.86,646.82 --409.79,646.84 --409.71,646.85 --409.63,646.87 --409.55,646.88 --409.47,646.9 --409.39,646.91 --409.31,646.92 --409.23,646.94 --409.15,646.95 --409.07,646.96 --408.99,646.98 --408.91,646.99 --408.84,647.01 --408.76,647.02 --408.68,647.03 --408.6,647.05 --408.52,647.06 --408.44,647.08 --408.36,647.09 --408.28,647.1 --408.2,647.12 --408.13,647.13 --408.05,647.15 --407.97,647.16 --407.89,647.17 --407.81,647.19 --407.73,647.2 --407.65,647.21 --407.57,647.23 --407.49,647.24 --407.42,647.26 --407.34,647.27 --407.26,647.28 --407.18,647.3 --407.1,647.31 --407.02,647.32 --406.94,647.34 --406.86,647.35 --406.78,647.36 --406.7,647.38 --406.62,647.39 --406.54,647.4 --406.47,647.42 --406.39,647.43 --407.85,647.45 --407.77,647.46 --407.69,647.48 --407.62,647.49 --407.54,647.5 --407.46,647.52 --407.39,647.53 --407.31,647.54 --407.23,647.55 --407.16,647.57 --407.08,647.58 --407,647.59 --406.93,647.61 --406.85,647.62 --406.77,647.63 --406.7,647.65 --406.62,647.66 --406.54,647.67 --406.47,647.69 --406.39,647.7 --406.31,647.71 --406.24,647.73 --406.16,647.74 --406.08,647.75 --406.01,647.77 --405.93,647.78 --405.85,647.8 --405.78,647.81 --405.7,647.82 --405.62,647.84 --405.54,647.85 --405.47,647.87 --405.39,647.88 --405.31,647.89 --405.24,647.91 --405.16,647.92 --405.08,647.94 --405.01,647.95 --404.93,647.97 --404.85,647.98 --404.78,647.99 --404.7,648.01 --404.62,648.02 --404.55,648.04 --404.47,648.05 --404.39,648.07 --404.32,648.08 --404.24,648.1 --404.16,648.11 --404.08,648.13 --404.01,648.14 --403.93,648.16 --403.85,648.17 --403.78,648.19 --403.7,648.2 --403.63,648.22 --403.55,648.23 --403.47,648.25 --403.4,648.26 --403.32,648.28 --403.25,648.29 --403.17,648.31 --403.1,648.32 --403.02,648.34 --402.95,648.36 --402.87,648.37 --402.8,648.39 --402.72,648.4 --402.64,648.42 --402.57,648.43 --402.49,648.45 --402.42,648.46 --402.34,648.48 --402.27,648.5 --402.19,648.51 --402.12,648.53 --402.04,648.54 --401.97,648.56 --401.89,648.58 --401.82,648.59 --401.74,648.61 --401.67,648.62 --401.59,648.64 --401.52,648.66 --401.44,648.67 --401.37,648.69 --401.29,648.7 --401.22,648.72 --401.14,648.73 --401.07,648.75 --400.99,648.77 --400.92,648.78 --400.84,648.8 --400.77,648.81 --400.69,648.83 --400.62,648.85 --400.54,648.86 --400.47,648.88 --400.39,648.89 --400.32,648.91 --400.24,648.93 --400.17,648.94 --400.09,648.96 --400.02,648.97 --399.94,648.99 --399.87,649.01 --399.79,649.02 --399.72,649.04 --399.65,649.05 --399.57,649.07 --399.5,649.09 --399.42,649.1 --399.35,649.12 --399.27,649.14 --399.2,649.15 --399.12,649.17 --399.05,649.18 --398.98,649.2 --398.9,649.22 --398.83,649.23 --398.75,649.25 --398.68,649.27 --398.61,649.28 --398.53,649.3 --398.46,649.31 --398.38,649.33 --398.31,649.35 --398.24,649.36 --398.16,649.38 --398.09,649.39 --398.02,649.41 --397.94,649.43 --397.87,649.44 --397.8,649.46 --397.72,649.48 --397.65,649.49 --397.58,649.51 --397.5,649.52 --397.43,649.54 --397.36,649.56 --397.29,649.57 --397.21,649.59 --397.14,649.61 --397.07,649.62 --397,649.64 --396.92,649.65 --396.85,649.67 --396.78,649.69 --396.71,649.7 --396.63,649.72 --396.56,649.74 --396.49,649.75 --396.42,649.77 --396.35,649.78 --396.27,649.8 --396.2,649.82 --396.13,649.83 --396.06,649.85 --395.99,649.87 --395.92,649.88 --395.84,649.9 --395.77,649.92 --395.7,649.93 --395.63,649.95 --395.56,649.97 --395.49,649.98 --395.42,650 --395.35,650.02 --395.28,650.03 --395.2,650.05 --395.13,650.07 --395.06,650.08 --394.99,650.1 --394.92,650.12 --394.85,650.13 --394.78,650.15 --394.71,650.17 --394.64,650.18 --394.57,650.2 --394.5,650.22 --394.43,650.23 --394.36,650.25 --394.29,650.27 --394.22,650.28 --394.15,650.3 --394.08,650.32 --394.01,650.33 --393.94,650.35 --393.88,650.37 --393.81,650.38 --393.74,650.4 --393.67,650.42 --393.6,650.43 --393.53,650.45 --393.46,650.47 --393.39,650.49 --393.33,650.5 --393.26,650.52 --393.19,650.54 --393.12,650.55 --393.64,650.41 --393.57,650.43 --393.5,650.44 --393.43,650.46 --393.37,650.48 --393.3,650.49 --393.23,650.51 --393.17,650.53 --393.1,650.54 --393.03,650.56 --392.97,650.58 --392.9,650.59 --392.84,650.61 --392.77,650.63 --392.7,650.64 --392.64,650.66 --392.57,650.68 --392.51,650.69 --392.44,650.71 --392.38,650.73 --392.31,650.74 --392.25,650.76 --392.18,650.78 --392.11,650.8 --392.05,650.81 --391.98,650.83 --391.92,650.85 --391.85,650.86 --391.79,650.88 --391.72,650.9 --391.66,650.91 --391.59,650.93 --391.53,650.95 --391.47,650.96 --391.4,650.98 --391.34,651 --391.27,651.01 --391.21,651.03 --391.14,651.05 --391.08,651.06 --391.01,651.08 --390.95,651.1 --390.89,651.11 --390.82,651.13 --390.76,651.15 --390.69,651.16 --390.63,651.18 --390.57,651.2 --390.5,651.21 --390.44,651.23 --390.37,651.25 --390.31,651.27 --390.25,651.28 --390.18,651.3 --390.12,651.32 --390.06,651.33 --389.99,651.35 --389.93,651.37 --389.87,651.38 --389.81,651.4 --389.74,651.42 --389.68,651.44 --389.62,651.45 --389.55,651.47 --389.49,651.49 --389.43,651.51 --389.37,651.52 --389.3,651.54 --389.24,651.56 --389.18,651.58 --389.12,651.59 --389.05,651.61 --388.99,651.63 --388.93,651.65 --388.86,651.67 --388.8,651.68 --388.74,651.7 --388.67,651.72 --388.61,651.74 --388.55,651.75 --388.49,651.77 --388.42,651.79 --388.36,651.81 --388.3,651.82 --388.23,651.84 --388.17,651.86 --388.11,651.88 --388.04,651.89 --387.98,651.91 --387.92,651.93 --387.85,651.95 --387.79,651.96 --387.72,651.98 --387.66,652 --387.6,652.02 --387.53,652.04 --387.47,652.05 --387.4,652.07 --387.34,652.09 --387.28,652.11 --387.21,652.13 --387.15,652.14 --387.08,652.16 --387.02,652.18 --386.95,652.2 --386.89,652.22 --386.83,652.24 --386.76,652.25 --386.7,652.27 --386.63,652.29 --386.57,652.31 --386.5,652.33 --386.44,652.35 --386.37,652.37 --386.31,652.39 --386.24,652.4 --386.18,652.42 --386.12,652.44 --386.05,652.46 --385.99,652.48 --385.92,652.5 --385.86,652.52 --385.79,652.53 --385.73,652.55 --385.66,652.57 --385.6,652.59 --385.53,652.61 --385.47,652.63 --385.41,652.65 --385.34,652.67 --385.28,652.68 --385.21,652.7 --385.15,652.72 --385.08,652.74 --385.02,652.76 --384.95,652.78 --384.89,652.8 --384.82,652.82 --384.76,652.83 --384.69,652.85 --384.62,652.87 --384.56,652.89 --384.49,652.91 --384.43,652.93 --384.36,652.95 --384.3,652.97 --384.23,652.99 --384.17,653.01 --384.1,653.03 --384.03,653.04 --383.97,653.06 --383.9,653.08 --383.84,653.1 --383.77,653.12 --383.7,653.14 --383.64,653.16 --383.57,653.18 --383.51,653.2 --383.44,653.22 --383.37,653.24 --383.31,653.26 --383.24,653.28 --383.17,653.3 --383.11,653.32 --383.04,653.34 --382.98,653.36 --382.91,653.38 --382.84,653.4 --382.78,653.42 --382.71,653.44 --382.64,653.46 --382.58,653.48 --382.51,653.5 --382.44,653.52 --382.38,653.54 --382.31,653.56 --382.24,653.58 --382.18,653.6 --382.11,653.62 --382.04,653.64 --381.98,653.66 --381.91,653.68 --381.84,653.7 --381.78,653.72 --381.71,653.74 --381.64,653.77 --381.58,653.79 --381.51,653.81 --381.44,653.83 --381.38,653.85 --381.31,653.87 --381.24,653.89 --381.18,653.91 --381.11,653.93 --381.04,653.95 --380.98,653.97 --380.91,653.99 --380.84,654.01 --380.77,654.03 --380.71,654.06 --380.64,654.08 --380.57,654.1 --380.5,654.12 --380.44,654.14 --380.37,654.16 --380.3,654.18 --380.23,654.2 --380.16,654.22 --380.09,654.24 --380.03,654.26 --379.96,654.28 --379.89,654.3 --379.82,654.32 --379.75,654.35 --379.68,654.37 --379.61,654.39 --379.54,654.41 --379.47,654.43 --379.4,654.45 --379.33,654.47 --379.26,654.49 --379.2,654.51 --379.13,654.53 --379.06,654.55 --378.99,654.57 --378.92,654.59 --378.85,654.61 --378.77,654.64 --378.7,654.66 --378.63,654.68 --378.56,654.7 --378.49,654.72 --378.42,654.74 --378.35,654.76 --378.28,654.78 --378.21,654.8 --378.14,654.82 --378.07,654.84 --378,654.86 --377.92,654.88 --377.85,654.9 --377.78,654.92 --377.71,654.94 --377.64,654.96 --377.57,654.98 --377.49,655 --377.42,655.02 --377.35,655.04 --377.28,655.06 --377.21,655.08 --377.14,655.1 --377.06,655.12 --376.99,655.14 --376.92,655.16 --376.85,655.18 --376.77,655.2 --376.7,655.22 --376.63,655.24 --376.56,655.26 --376.48,655.28 --376.41,655.3 --376.34,655.32 --376.26,655.34 --376.19,655.36 --376.12,655.38 --376.04,655.4 --375.97,655.42 --375.9,655.44 --375.82,655.46 --375.75,655.48 --375.68,655.5 --375.6,655.52 --375.53,655.54 --375.45,655.56 --375.38,655.58 --375.31,655.6 --375.23,655.61 --375.16,655.63 --375.08,655.65 --375.01,655.67 --374.93,655.69 --374.86,655.71 --374.78,655.73 --374.71,655.75 --374.63,655.77 --374.56,655.79 --374.48,655.81 --374.41,655.82 --374.33,655.84 --374.26,655.86 --374.18,655.88 --374.11,655.9 --374.03,655.92 --373.96,655.94 --373.88,655.96 --373.81,655.98 --373.73,656 --373.66,656.01 --373.58,656.03 --373.51,656.05 --374.29,655.49 --374.22,655.51 --374.14,655.53 --374.07,655.55 --374,655.57 --373.92,655.59 --373.85,655.61 --373.77,655.62 --373.7,655.64 --373.62,655.66 --373.55,655.68 --373.47,655.7 --373.4,655.72 --373.33,655.74 --373.25,655.75 --373.18,655.77 --373.1,655.79 --373.03,655.81 --372.95,655.83 --372.88,655.85 --372.81,655.86 --372.73,655.88 --372.66,655.9 --372.58,655.92 --372.51,655.94 --372.44,655.96 --372.36,655.97 --372.29,655.99 --372.21,656.01 --372.14,656.03 --372.07,656.05 --371.99,656.07 --371.92,656.09 --371.84,656.1 --371.77,656.12 --371.7,656.14 --371.62,656.16 --371.55,656.18 --371.48,656.2 --371.4,656.22 --371.33,656.24 --371.26,656.26 --371.18,656.28 --371.11,656.29 --371.04,656.31 --370.96,656.33 --370.89,656.35 --370.82,656.37 --370.75,656.39 --370.67,656.41 --370.6,656.43 --370.53,656.44 --370.46,656.46 --370.38,656.48 --370.31,656.5 --370.24,656.52 --370.17,656.54 --370.1,656.56 --370.02,656.57 --369.95,656.59 --369.88,656.61 --369.81,656.63 --369.74,656.65 --369.67,656.67 --369.6,656.68 --369.53,656.7 --369.46,656.72 --369.39,656.74 --369.32,656.76 --369.25,656.78 --369.18,656.8 --369.11,656.81 --369.04,656.83 --368.97,656.85 --368.9,656.87 --368.83,656.89 --368.76,656.91 --368.69,656.93 --368.62,656.95 --368.55,656.97 --368.48,656.99 --368.42,657 --368.35,657.02 --368.28,657.04 --368.21,657.06 --368.14,657.08 --368.08,657.1 --368.01,657.12 --367.94,657.14 --367.87,657.16 --367.81,657.18 --367.74,657.19 --367.67,657.21 --367.61,657.23 --367.54,657.25 --367.48,657.27 --367.41,657.29 --367.34,657.31 --367.28,657.33 --367.21,657.35 --367.15,657.37 --367.08,657.39 --367.02,657.41 --366.95,657.43 --366.89,657.45 --366.82,657.46 --366.76,657.48 --366.69,657.5 --366.63,657.52 --366.56,657.54 --366.5,657.56 --366.43,657.58 --366.37,657.6 --366.31,657.62 --366.24,657.64 --366.18,657.66 --366.12,657.68 --366.05,657.7 --365.99,657.71 --365.93,657.73 --365.86,657.75 --365.8,657.77 --365.74,657.79 --365.68,657.81 --365.62,657.83 --365.55,657.85 --365.49,657.87 --365.43,657.89 --365.37,657.91 --365.31,657.93 --365.25,657.95 --365.18,657.97 --365.12,657.99 --365.06,658.01 --365,658.03 --364.94,658.05 --364.88,658.06 --364.82,658.08 --364.76,658.1 --364.7,658.12 --364.64,658.14 --364.58,658.16 --364.51,658.18 --364.45,658.2 --364.39,658.22 --364.33,658.24 --364.27,658.26 --364.21,658.28 --364.15,658.3 --364.09,658.32 --364.03,658.34 --363.97,658.36 --363.91,658.38 --363.85,658.4 --363.79,658.42 --363.73,658.44 --363.67,658.45 --363.61,658.47 --363.55,658.49 --363.49,658.51 --363.43,658.53 --363.37,658.55 --363.31,658.57 --363.25,658.59 --363.2,658.61 --363.14,658.63 --363.08,658.65 --363.02,658.67 --362.96,658.7 --362.91,658.72 --362.85,658.74 --362.79,658.76 --362.74,658.78 --362.68,658.8 --362.63,658.82 --362.57,658.84 --362.51,658.86 --362.46,658.88 --362.4,658.9 --362.35,658.91 --362.29,658.93 --362.24,658.95 --362.18,658.97 --362.12,658.99 --362.07,659.01 --362.01,659.03 --361.95,659.05 --361.9,659.07 --361.84,659.09 --361.78,659.1 --361.73,659.12 --361.67,659.14 --361.61,659.16 --361.55,659.18 --361.5,659.2 --361.44,659.22 --361.38,659.24 --361.32,659.26 --361.27,659.28 --361.21,659.3 --361.15,659.32 --361.09,659.34 --361.03,659.36 --360.97,659.38 --360.92,659.4 --360.86,659.42 --360.8,659.44 --360.74,659.46 --360.68,659.48 --360.62,659.5 --360.56,659.52 --360.51,659.55 --360.45,659.57 --360.39,659.59 --360.33,659.61 --360.27,659.63 --360.21,659.65 --360.15,659.67 --360.09,659.69 --360.03,659.71 --359.97,659.74 --359.91,659.76 --359.85,659.78 --359.79,659.8 --359.73,659.82 --359.66,659.84 --359.6,659.86 --359.54,659.88 --359.48,659.9 --359.42,659.92 --359.35,659.94 --359.29,659.96 --359.23,659.98 --359.17,660 --359.11,660.02 --359.04,660.04 --358.98,660.06 --358.92,660.08 --358.86,660.1 --358.8,660.13 --358.74,660.15 --358.67,660.17 --358.61,660.19 --358.55,660.21 --358.49,660.23 --358.43,660.25 --358.37,660.27 --358.31,660.29 --358.25,660.31 --358.19,660.33 --358.13,660.36 --358.07,660.38 --358.01,660.4 --357.95,660.42 --357.89,660.44 --357.83,660.46 --357.77,660.49 --357.71,660.51 --357.66,660.53 --357.6,660.55 --357.54,660.57 --357.48,660.59 --357.42,660.62 --357.36,660.64 --357.3,660.66 --357.24,660.68 --357.18,660.71 --357.12,660.73 --357.06,660.75 --357,660.77 --356.93,660.79 --356.87,660.81 --356.81,660.84 --356.75,660.86 --356.68,660.88 --356.62,660.9 --356.56,660.92 --356.49,660.94 --356.43,660.96 --356.36,660.99 --356.3,661.01 --356.23,661.03 --356.17,661.05 --356.11,661.07 --356.04,661.1 --355.98,661.12 --355.91,661.14 --355.85,661.16 --355.78,661.19 --355.72,661.21 --355.65,661.23 --355.59,661.25 --355.52,661.27 --355.45,661.3 --355.38,661.32 --355.31,661.34 --355.24,661.37 --355.17,661.39 --355.1,661.41 --355.03,661.44 --356.38,659.73 --356.31,659.75 --356.24,659.78 --356.17,659.8 --356.1,659.82 --356.03,659.84 --355.96,659.86 --355.89,659.89 --355.81,659.91 --355.74,659.93 --355.67,659.95 --355.6,659.98 --355.52,660 --355.45,660.02 --355.38,660.04 --355.31,660.07 --355.24,660.09 --355.16,660.11 --355.09,660.13 --355.02,660.16 --354.95,660.18 --354.87,660.2 --354.8,660.22 --354.73,660.24 --354.66,660.27 --354.58,660.29 --354.51,660.31 --354.44,660.33 --354.37,660.36 --354.29,660.38 --354.22,660.4 --354.15,660.42 --354.07,660.44 --354,660.47 --353.92,660.49 --353.85,660.51 --353.78,660.53 --353.7,660.55 --353.63,660.58 --353.55,660.6 --353.47,660.62 --353.4,660.64 --353.32,660.66 --353.25,660.69 --353.17,660.71 --353.09,660.73 --353.01,660.76 --352.94,660.78 --352.86,660.8 --352.78,660.82 --352.7,660.85 --352.62,660.87 --352.54,660.89 --352.47,660.91 --352.39,660.94 --352.31,660.96 --352.23,660.98 --352.15,661.01 --352.07,661.03 --351.99,661.05 --351.91,661.08 --351.82,661.1 --351.74,661.12 --351.66,661.15 --351.58,661.17 --351.5,661.19 --351.42,661.22 --351.33,661.24 --351.25,661.27 --351.17,661.29 --351.09,661.31 --351,661.34 --350.92,661.36 --350.84,661.38 --350.75,661.41 --350.67,661.43 --350.58,661.45 --350.5,661.48 --350.42,661.5 --350.33,661.53 --350.25,661.55 --350.16,661.57 --350.08,661.6 --349.99,661.62 --349.9,661.65 --349.82,661.67 --349.73,661.69 --349.64,661.72 --349.56,661.74 --349.47,661.76 --349.38,661.79 --349.3,661.81 --349.21,661.84 --349.12,661.86 --349.03,661.89 --348.95,661.91 --348.86,661.93 --348.77,661.96 --348.68,661.98 --348.59,662.01 --348.5,662.03 --348.41,662.06 --348.32,662.08 --348.23,662.1 --348.14,662.13 --348.05,662.15 --347.96,662.18 --347.87,662.2 --347.78,662.23 --347.69,662.25 --347.6,662.28 --347.51,662.3 --347.42,662.33 --347.33,662.35 --347.23,662.38 --347.14,662.4 --347.05,662.43 --346.96,662.45 --346.86,662.48 --346.77,662.5 --346.68,662.53 --346.58,662.56 --346.49,662.58 --346.4,662.61 --346.3,662.63 --346.21,662.66 --346.11,662.68 --346.02,662.71 --345.93,662.73 --345.83,662.76 --345.74,662.79 --345.64,662.81 --345.54,662.84 --345.45,662.86 --345.35,662.89 --345.26,662.91 --345.16,662.94 --345.06,662.97 --344.97,662.99 --344.87,663.02 --344.78,663.04 --344.68,663.07 --344.58,663.1 --344.48,663.12 --344.39,663.15 --344.29,663.18 --344.19,663.2 --344.09,663.23 --344,663.26 --343.9,663.28 --343.8,663.31 --343.7,663.33 --343.6,663.36 --343.51,663.39 --343.41,663.41 --343.31,663.44 --343.21,663.47 --343.11,663.5 --343.01,663.52 --342.91,663.55 --342.81,663.58 --342.71,663.6 --342.61,663.63 --342.51,663.66 --342.41,663.68 --342.32,663.71 --342.22,663.74 --342.12,663.77 --342.01,663.79 --341.91,663.82 --341.81,663.85 --341.71,663.88 --341.61,663.9 --341.51,663.93 --341.41,663.96 --341.31,663.98 --341.21,664.01 --341.11,664.04 --341.01,664.07 --340.91,664.09 --340.8,664.12 --340.7,664.15 --340.6,664.18 --340.5,664.21 --340.4,664.23 --340.3,664.26 --340.19,664.29 --340.09,664.32 --339.99,664.34 --339.89,664.37 --339.78,664.4 --339.68,664.43 --339.58,664.45 --339.48,664.48 --339.37,664.51 --339.27,664.54 --339.17,664.57 --339.06,664.59 --338.96,664.62 --338.86,664.65 --338.75,664.68 --338.65,664.71 --338.55,664.73 --338.44,664.76 --338.34,664.79 --338.24,664.82 --338.13,664.85 --338.03,664.87 --337.92,664.9 --337.82,664.93 --337.72,664.96 --337.61,664.99 --337.51,665.02 --337.4,665.04 --337.3,665.07 --337.19,665.1 --337.09,665.13 --336.98,665.16 --336.88,665.19 --336.77,665.22 --336.67,665.24 --336.57,665.27 --336.46,665.3 --336.35,665.33 --336.25,665.36 --336.14,665.39 --336.04,665.42 --335.93,665.45 --335.83,665.48 --335.72,665.51 --335.62,665.54 --335.51,665.56 --335.41,665.59 --335.3,665.62 --335.19,665.65 --335.09,665.68 --334.98,665.71 --334.88,665.74 --334.77,665.77 --334.66,665.8 --334.56,665.83 --334.45,665.86 --334.34,665.89 --334.24,665.92 --334.13,665.95 --334.02,665.98 --333.92,666.01 --333.81,666.04 --333.7,666.07 --333.6,666.1 --333.49,666.13 --333.38,666.16 --333.28,666.19 --333.17,666.22 --333.06,666.25 --332.95,666.28 --332.85,666.31 --332.74,666.34 --332.63,666.37 --332.52,666.4 --332.42,666.43 --332.31,666.46 --332.2,666.49 --332.09,666.52 --331.99,666.55 --331.88,666.58 --331.77,666.61 --331.66,666.64 --331.55,666.67 --331.45,666.7 --331.34,666.73 --331.23,666.76 --331.12,666.79 --331.01,666.82 --330.91,666.85 --330.8,666.89 --330.69,666.92 --330.58,666.95 --330.47,666.98 --330.36,667.01 --330.26,667.04 --330.15,667.07 --330.04,667.1 --329.93,667.13 --329.82,667.16 --329.71,667.19 --329.6,667.22 --329.49,667.25 --329.39,667.28 --329.28,667.32 --329.17,667.35 --329.06,667.38 --328.95,667.41 --328.84,667.44 --328.73,667.47 --328.62,667.5 --328.51,667.53 --328.4,667.56 --328.3,667.6 --328.19,667.63 --330.09,665.4 --329.98,665.43 --329.87,665.45 --329.77,665.48 --329.66,665.51 --329.55,665.54 --329.44,665.57 --329.34,665.6 --329.23,665.63 --329.12,665.66 --329.01,665.69 --328.91,665.72 --328.8,665.74 --328.69,665.77 --328.58,665.8 --328.48,665.83 --328.37,665.86 --328.26,665.89 --328.15,665.92 --328.04,665.95 --327.94,665.98 --327.83,666.01 --327.72,666.04 --327.61,666.06 --327.51,666.09 --327.4,666.12 --327.29,666.15 --327.18,666.18 --327.08,666.21 --326.97,666.24 --326.86,666.27 --326.75,666.3 --326.65,666.32 --326.54,666.35 --326.43,666.38 --326.32,666.41 --326.22,666.44 --326.11,666.47 --326,666.5 --325.89,666.52 --325.79,666.55 --325.68,666.58 --325.57,666.61 --325.46,666.64 --325.36,666.67 --325.25,666.69 --325.14,666.72 --325.04,666.75 --324.93,666.78 --324.82,666.81 --324.71,666.84 --324.61,666.86 --324.5,666.89 --324.39,666.92 --324.29,666.95 --324.18,666.98 --324.07,667 --323.96,667.03 --323.86,667.06 --323.75,667.09 --323.64,667.12 --323.54,667.15 --323.43,667.17 --323.32,667.2 --323.22,667.23 --323.11,667.26 --323,667.29 --322.9,667.32 --322.79,667.34 --322.68,667.37 --322.58,667.4 --322.47,667.43 --322.36,667.46 --322.26,667.49 --322.15,667.52 --322.04,667.54 --321.94,667.57 --321.83,667.6 --321.72,667.63 --321.62,667.66 --321.51,667.69 --321.41,667.72 --321.3,667.74 --321.19,667.77 --321.09,667.8 --320.98,667.83 --320.87,667.86 --320.77,667.89 --320.66,667.92 --320.55,667.95 --320.45,667.97 --320.34,668 --320.24,668.03 --320.13,668.06 --320.02,668.09 --319.92,668.12 --319.81,668.15 --319.7,668.18 --319.6,668.21 --319.49,668.23 --319.39,668.26 --319.28,668.29 --319.17,668.32 --319.07,668.35 --318.96,668.38 --318.86,668.41 --318.75,668.44 --318.64,668.46 --318.54,668.49 --318.43,668.52 --318.33,668.55 --318.22,668.58 --318.12,668.61 --318.01,668.64 --317.9,668.66 --317.8,668.69 --317.69,668.72 --317.59,668.75 --317.48,668.78 --317.38,668.81 --317.27,668.84 --317.17,668.87 --317.06,668.89 --316.95,668.92 --316.85,668.95 --316.74,668.98 --316.64,669.01 --316.53,669.04 --316.43,669.07 --316.32,669.09 --316.22,669.12 --316.11,669.15 --316.01,669.18 --315.9,669.21 --315.8,669.24 --315.69,669.27 --315.59,669.29 --315.48,669.32 --315.38,669.35 --315.27,669.38 --315.17,669.41 --315.07,669.44 --314.96,669.47 --314.86,669.5 --314.75,669.52 --314.65,669.55 --314.54,669.58 --314.44,669.61 --314.33,669.64 --314.23,669.67 --314.12,669.7 --314.02,669.73 --313.92,669.75 --313.81,669.78 --313.71,669.81 --313.6,669.84 --313.5,669.87 --313.4,669.9 --313.29,669.93 --313.19,669.96 --313.08,669.98 --312.98,670.01 --312.88,670.04 --312.77,670.07 --312.67,670.1 --312.57,670.13 --312.46,670.16 --312.36,670.19 --312.26,670.22 --312.15,670.24 --312.05,670.27 --311.95,670.3 --311.84,670.33 --311.74,670.36 --311.64,670.39 --311.53,670.42 --311.43,670.45 --311.33,670.48 --311.22,670.51 --311.12,670.54 --311.02,670.56 --310.92,670.59 --310.81,670.62 --310.71,670.65 --310.61,670.68 --310.5,670.71 --310.4,670.74 --310.3,670.77 --310.2,670.8 --310.09,670.83 --309.99,670.86 --309.89,670.89 --309.79,670.92 --309.69,670.94 --309.58,670.97 --309.48,671 --309.38,671.03 --309.28,671.06 --309.18,671.09 --309.07,671.12 --308.97,671.15 --308.87,671.18 --308.77,671.21 --308.67,671.24 --308.57,671.27 --308.46,671.3 --308.36,671.33 --308.26,671.35 --308.16,671.38 --308.06,671.41 --307.96,671.44 --307.86,671.47 --307.76,671.5 --307.66,671.53 --307.56,671.56 --307.46,671.59 --307.35,671.62 --307.25,671.65 --307.15,671.68 --307.05,671.71 --306.95,671.74 --306.85,671.77 --306.75,671.8 --306.65,671.83 --306.55,671.86 --306.45,671.89 --306.35,671.92 --306.25,671.94 --306.16,671.97 --306.06,672 --305.96,672.03 --305.86,672.06 --305.76,672.09 --305.66,672.12 --305.56,672.15 --305.46,672.18 --305.36,672.21 --305.26,672.24 --305.16,672.27 --305.07,672.3 --304.97,672.33 --304.87,672.36 --304.77,672.39 --304.67,672.42 --304.57,672.45 --304.48,672.48 --304.38,672.51 --304.28,672.54 --304.18,672.57 --304.08,672.6 --303.99,672.63 --303.89,672.66 --303.79,672.69 --303.69,672.72 --303.6,672.75 --303.5,672.78 --303.4,672.81 --303.31,672.84 --303.21,672.87 --303.11,672.9 --303.01,672.93 --302.92,672.96 --302.82,672.99 --302.73,673.02 --302.63,673.05 --302.53,673.08 --302.44,673.11 --302.34,673.14 --302.24,673.17 --302.15,673.2 --302.05,673.23 --301.96,673.26 --301.86,673.29 --301.77,673.32 --301.67,673.35 --301.58,673.38 --301.48,673.41 --301.38,673.45 --301.29,673.48 --301.19,673.51 --301.1,673.54 --301.01,673.57 --300.91,673.6 --300.82,673.63 --300.72,673.66 --300.63,673.69 --300.53,673.72 --300.44,673.75 --300.35,673.78 --300.25,673.81 --300.16,673.84 --300.06,673.87 --299.97,673.91 --299.88,673.94 --299.78,673.97 --299.69,674 --299.6,674.03 --299.5,674.06 --299.41,674.09 --299.32,674.12 --301.35,671.34 --301.26,671.37 --301.17,671.39 --301.08,671.42 --300.99,671.45 --300.9,671.48 --300.81,671.51 --300.72,671.53 --300.63,671.56 --300.55,671.59 --300.46,671.62 --300.37,671.65 --300.28,671.68 --300.19,671.7 --300.1,671.73 --300.01,671.76 --299.92,671.79 --299.83,671.82 --299.74,671.85 --299.66,671.87 --299.57,671.9 --299.48,671.93 --299.39,671.96 --299.3,671.99 --299.21,672.02 --299.13,672.04 --299.04,672.07 --298.95,672.1 --298.86,672.13 --298.78,672.16 --298.69,672.19 --298.6,672.22 --298.51,672.24 --298.43,672.27 --298.34,672.3 --298.25,672.33 --298.17,672.36 --298.08,672.39 --297.99,672.42 --297.91,672.45 --297.82,672.47 --297.73,672.5 --297.65,672.53 --297.56,672.56 --297.48,672.59 --297.39,672.62 --297.3,672.65 --297.22,672.67 --297.13,672.7 --297.05,672.73 --296.96,672.76 --296.88,672.79 --296.79,672.82 --296.71,672.85 --296.62,672.88 --296.54,672.91 --296.45,672.94 --296.37,672.96 --296.28,672.99 --296.2,673.02 --296.11,673.05 --296.03,673.08 --295.94,673.11 --295.86,673.14 --295.78,673.17 --295.69,673.2 --295.61,673.23 --295.52,673.26 --295.44,673.28 --295.36,673.31 --295.27,673.34 --295.19,673.37 --295.11,673.4 --295.02,673.43 --294.94,673.46 --294.86,673.49 --294.77,673.52 --294.69,673.54 --294.61,673.57 --294.52,673.6 --294.44,673.63 --294.36,673.66 --294.28,673.69 --294.19,673.72 --294.11,673.75 --294.03,673.78 --293.95,673.81 --293.86,673.83 --293.78,673.86 --293.7,673.89 --293.62,673.92 --293.54,673.95 --293.46,673.98 --293.38,674.01 --293.3,674.04 --293.21,674.06 --293.13,674.09 --293.05,674.12 --292.97,674.15 --292.89,674.18 --292.81,674.21 --292.73,674.23 --292.65,674.26 --292.57,674.29 --292.49,674.32 --292.41,674.35 --292.33,674.38 --292.25,674.4 --292.17,674.43 --292.1,674.46 --292.02,674.49 --291.94,674.52 --291.86,674.55 --291.78,674.57 --291.7,674.6 --291.62,674.63 --291.55,674.66 --291.47,674.69 --291.39,674.72 --291.31,674.75 --291.24,674.77 --291.16,674.8 --291.08,674.83 --291,674.86 --290.93,674.89 --290.85,674.92 --290.77,674.95 --290.7,674.97 --290.62,675 --290.54,675.03 --290.47,675.06 --290.39,675.09 --290.31,675.12 --290.24,675.15 --290.16,675.17 --290.09,675.2 --290.01,675.23 --289.93,675.26 --289.86,675.29 --289.78,675.32 --289.71,675.35 --289.63,675.38 --289.56,675.4 --289.48,675.43 --289.41,675.46 --289.34,675.49 --289.26,675.52 --289.19,675.55 --289.11,675.58 --289.04,675.61 --288.97,675.64 --288.89,675.67 --288.82,675.7 --288.75,675.73 --288.67,675.76 --288.6,675.79 --288.53,675.82 --288.45,675.85 --288.38,675.88 --288.31,675.91 --288.24,675.94 --288.17,675.97 --288.09,676 --288.02,676.03 --287.95,676.06 --287.88,676.09 --287.81,676.13 --287.74,676.16 --287.67,676.19 --287.6,676.22 --287.52,676.25 --287.45,676.28 --287.38,676.31 --287.31,676.34 --287.24,676.38 --287.17,676.41 --287.1,676.44 --287.03,676.47 --286.96,676.5 --286.89,676.53 --286.83,676.57 --286.76,676.6 --286.69,676.63 --286.62,676.66 --286.55,676.69 --286.48,676.73 --286.41,676.76 --286.34,676.79 --286.28,676.82 --286.21,676.85 --286.14,676.89 --286.07,676.92 --286,676.95 --285.94,676.98 --285.87,677.02 --285.8,677.05 --285.73,677.08 --285.67,677.11 --285.6,677.15 --285.53,677.18 --285.47,677.21 --285.4,677.24 --285.34,677.28 --285.27,677.31 --285.2,677.34 --285.14,677.38 --285.07,677.41 --285.01,677.45 --284.94,677.48 --284.88,677.51 --284.81,677.55 --284.75,677.58 --284.68,677.62 --284.62,677.65 --284.55,677.68 --284.49,677.72 --284.43,677.75 --284.36,677.79 --284.3,677.82 --284.24,677.85 --284.17,677.89 --284.11,677.92 --284.05,677.96 --283.99,677.99 --283.92,678.03 --283.86,678.06 --283.8,678.1 --283.74,678.13 --283.68,678.16 --283.61,678.2 --283.55,678.23 --283.49,678.27 --283.43,678.3 --283.37,678.34 --283.31,678.38 --283.25,678.41 --283.19,678.45 --283.13,678.48 --283.07,678.52 --283.01,678.55 --282.95,678.59 --282.89,678.62 --282.83,678.66 --282.77,678.69 --282.71,678.73 --282.65,678.77 --282.59,678.8 --282.53,678.84 --282.47,678.87 --282.41,678.91 --282.35,678.94 --282.29,678.98 --282.24,679.02 --282.18,679.05 --282.12,679.09 --282.06,679.12 --282,679.16 --281.94,679.2 --281.89,679.23 --281.83,679.27 --281.77,679.3 --281.71,679.34 --281.66,679.38 --281.6,679.41 --281.54,679.45 --281.48,679.49 --281.43,679.52 --281.37,679.56 --281.31,679.6 --281.26,679.63 --281.2,679.67 --281.14,679.71 --281.09,679.74 --281.03,679.78 --280.97,679.82 --280.92,679.86 --280.86,679.89 --280.81,679.93 --280.75,679.97 --280.7,680.01 --280.64,680.04 --280.59,680.08 --280.53,680.12 --280.48,680.16 --280.42,680.2 --280.37,680.24 --280.31,680.27 --280.26,680.31 --280.21,680.35 --280.15,680.39 --280.1,680.43 --280.05,680.47 --280,680.51 --279.94,680.55 --279.89,680.59 --279.84,680.63 --279.79,680.67 --279.73,680.71 --279.68,680.75 --279.63,680.79 --282.32,677.77 --282.27,677.8 --282.22,677.84 --282.18,677.88 --282.13,677.91 --282.08,677.95 --282.03,677.99 --281.99,678.02 --281.94,678.06 --281.89,678.1 --281.85,678.13 --281.8,678.17 --281.75,678.21 --281.71,678.25 --281.66,678.28 --281.61,678.32 --281.57,678.36 --281.52,678.4 --281.47,678.44 --281.43,678.47 --281.38,678.51 --281.34,678.55 --281.29,678.59 --281.25,678.63 --281.2,678.67 --281.16,678.71 --281.11,678.75 --281.07,678.79 --281.02,678.82 --280.98,678.86 --280.93,678.9 --280.89,678.94 --280.84,678.99 --280.8,679.03 --280.76,679.07 --280.71,679.11 --280.67,679.15 --280.62,679.19 --280.58,679.23 --280.54,679.27 --280.49,679.31 --280.45,679.36 --280.41,679.4 --280.37,679.44 --280.32,679.48 --280.28,679.52 --280.24,679.57 --280.2,679.61 --280.16,679.65 --280.11,679.69 --280.07,679.74 --280.03,679.78 --279.99,679.82 --279.95,679.87 --279.91,679.91 --279.87,679.95 --279.82,680 --279.78,680.04 --279.74,680.08 --279.7,680.13 --279.66,680.17 --279.62,680.21 --279.58,680.26 --279.54,680.3 --279.5,680.35 --279.46,680.39 --279.42,680.43 --279.38,680.48 --279.34,680.52 --279.31,680.57 --279.27,680.61 --279.23,680.66 --279.19,680.7 --279.15,680.75 --279.11,680.79 --279.07,680.84 --279.04,680.88 --279,680.93 --278.96,680.97 --278.92,681.02 --278.89,681.06 --278.85,681.11 --278.81,681.16 --278.78,681.2 --278.74,681.25 --278.7,681.29 --278.67,681.34 --278.63,681.39 --278.59,681.43 --278.56,681.48 --278.52,681.53 --278.49,681.57 --278.45,681.62 --278.42,681.67 --278.38,681.72 --278.35,681.76 --278.31,681.81 --278.28,681.86 --278.24,681.9 --278.21,681.95 --278.18,682 --278.14,682.04 --278.11,682.09 --278.07,682.14 --278.04,682.19 --278.01,682.23 --277.97,682.28 --277.94,682.33 --277.91,682.38 --277.87,682.42 --277.84,682.47 --277.81,682.52 --277.77,682.57 --277.74,682.62 --277.71,682.66 --277.68,682.71 --277.65,682.76 --277.61,682.81 --277.58,682.86 --277.55,682.9 --277.52,682.95 --277.49,683 --277.45,683.05 --277.42,683.1 --277.39,683.15 --277.36,683.19 --277.33,683.24 --277.3,683.29 --277.27,683.34 --277.24,683.39 --277.21,683.44 --277.18,683.49 --277.15,683.53 --277.12,683.58 --277.09,683.63 --277.06,683.68 --277.04,683.73 --277.01,683.78 --276.98,683.83 --276.95,683.87 --276.92,683.92 --276.89,683.97 --276.87,684.02 --276.84,684.07 --276.81,684.12 --276.78,684.17 --276.76,684.21 --276.73,684.26 --276.7,684.31 --276.68,684.36 --276.65,684.41 --276.62,684.46 --276.6,684.5 --276.57,684.55 --276.54,684.6 --276.52,684.65 --276.49,684.7 --276.47,684.74 --276.44,684.79 --276.42,684.84 --276.39,684.89 --276.37,684.94 --276.34,684.98 --276.32,685.03 --276.29,685.08 --276.27,685.13 --276.25,685.18 --276.22,685.22 --276.2,685.27 --276.17,685.32 --276.15,685.37 --276.13,685.41 --276.1,685.46 --276.08,685.51 --276.06,685.56 --276.04,685.6 --276.01,685.65 --275.99,685.7 --275.97,685.75 --275.95,685.79 --275.92,685.84 --275.9,685.89 --275.88,685.94 --275.86,685.98 --275.84,686.03 --275.82,686.08 --275.8,686.12 --275.78,686.17 --275.76,686.22 --275.74,686.26 --275.72,686.31 --275.7,686.36 --275.68,686.4 --275.66,686.45 --275.64,686.5 --275.62,686.54 --275.6,686.59 --275.58,686.63 --275.56,686.68 --275.54,686.73 --275.52,686.77 --275.51,686.82 --275.49,686.86 --275.47,686.91 --275.45,686.95 --275.43,687 --275.41,687.04 --275.4,687.09 --275.38,687.13 --275.36,687.18 --275.34,687.22 --275.33,687.27 --275.31,687.31 --275.29,687.36 --275.27,687.4 --275.26,687.45 --275.24,687.49 --275.22,687.54 --275.21,687.58 --275.19,687.62 --275.17,687.67 --275.16,687.71 --275.14,687.75 --275.12,687.8 --275.11,687.84 --275.09,687.88 --275.07,687.93 --275.06,687.97 --275.04,688.01 --275.02,688.06 --275.01,688.1 --274.99,688.14 --274.98,688.19 --274.96,688.23 --274.94,688.27 --274.93,688.31 --274.91,688.36 --274.89,688.4 --274.88,688.44 --274.86,688.49 --274.85,688.53 --274.83,688.57 --274.82,688.61 --274.8,688.66 --274.78,688.7 --274.77,688.74 --274.75,688.78 --274.74,688.83 --274.72,688.87 --274.71,688.91 --274.69,688.95 --274.67,689 --274.66,689.04 --274.64,689.08 --274.63,689.12 --274.61,689.17 --274.6,689.21 --274.58,689.25 --274.57,689.29 --274.55,689.33 --274.54,689.38 --274.52,689.42 --274.51,689.46 --274.49,689.5 --274.48,689.55 --274.46,689.59 --274.45,689.63 --274.43,689.67 --274.42,689.72 --274.4,689.76 --274.39,689.8 --274.37,689.84 --274.36,689.88 --274.34,689.93 --274.33,689.97 --274.32,690.01 --274.3,690.05 --274.29,690.1 --274.27,690.14 --274.26,690.18 --274.24,690.22 --274.23,690.26 --274.21,690.31 --274.2,690.35 --274.19,690.39 --274.17,690.43 --274.16,690.48 --274.14,690.52 --274.13,690.56 --274.12,690.6 --274.1,690.64 --274.09,690.69 --274.08,690.73 --274.06,690.77 --274.05,690.81 --274.03,690.86 --274.02,690.9 --274.01,690.94 --273.99,690.98 --273.98,691.02 --277.34,686.42 --277.33,686.45 --277.32,686.49 --277.32,686.52 --277.31,686.56 --277.3,686.59 --277.29,686.63 --277.29,686.66 --277.28,686.7 --277.27,686.73 --277.26,686.76 --277.25,686.8 --277.25,686.83 --277.24,686.87 --277.23,686.9 --277.22,686.94 --277.22,686.97 --277.21,687.01 --277.2,687.04 --277.19,687.08 --277.19,687.11 --277.18,687.15 --277.17,687.18 --277.17,687.22 --277.16,687.25 --277.15,687.29 --277.14,687.32 --277.14,687.36 --277.13,687.39 --277.12,687.42 --277.12,687.46 --277.11,687.49 --277.1,687.53 --277.09,687.56 --277.09,687.6 --277.08,687.63 --277.07,687.67 --277.07,687.7 --277.06,687.73 --277.05,687.77 --277.05,687.8 --277.04,687.84 --277.03,687.87 --277.03,687.9 --277.02,687.94 --277.01,687.97 --277.01,688.01 --277,688.04 --276.99,688.07 --276.99,688.11 --276.98,688.14 --276.97,688.17 --276.97,688.21 --276.96,688.24 --276.95,688.28 --276.95,688.31 --276.94,688.34 --276.94,688.38 --276.93,688.41 --276.92,688.44 --276.92,688.48 --276.91,688.51 --276.9,688.54 --276.9,688.58 --276.89,688.61 --276.89,688.64 --276.88,688.68 --276.87,688.71 --276.87,688.74 --276.86,688.77 --276.86,688.81 --276.85,688.84 --276.85,688.87 --276.84,688.91 --276.83,688.94 --276.83,688.97 --276.82,689 --276.82,689.04 --276.81,689.07 --276.81,689.1 --276.8,689.13 --276.8,689.17 --276.79,689.2 --276.78,689.23 --276.78,689.26 --276.77,689.29 --276.77,689.33 --276.76,689.36 --276.76,689.39 --276.75,689.42 --276.75,689.45 --276.74,689.48 --276.74,689.52 --276.73,689.55 --276.72,689.58 --276.72,689.61 --276.71,689.64 --276.71,689.67 --276.7,689.7 --276.7,689.73 --276.69,689.76 --276.69,689.8 --276.68,689.83 --276.68,689.86 --276.67,689.89 --276.67,689.92 --276.66,689.95 --276.66,689.98 --276.65,690.01 --276.65,690.04 --276.64,690.07 --276.64,690.1 --276.63,690.13 --276.63,690.16 --276.62,690.19 --276.62,690.22 --276.61,690.25 --276.61,690.28 --276.6,690.31 --276.6,690.34 --276.59,690.36 --276.59,690.39 --276.58,690.42 --276.58,690.45 --276.57,690.48 --276.57,690.51 --276.56,690.54 --276.56,690.57 --276.55,690.59 --276.55,690.62 --276.54,690.65 --276.54,690.68 --276.53,690.71 --276.53,690.74 --276.52,690.76 --276.52,690.79 --276.52,690.82 --276.51,690.85 --276.51,690.87 --276.5,690.9 --276.5,690.93 --276.49,690.96 --276.49,690.98 --276.48,691.01 --276.48,691.04 --276.47,691.07 --276.47,691.09 --276.46,691.12 --276.46,691.15 --276.46,691.17 --276.45,691.2 --276.45,691.23 --276.44,691.25 --276.44,691.28 --276.43,691.31 --276.43,691.33 --276.42,691.36 --276.42,691.38 --276.41,691.41 --276.41,691.44 --276.41,691.46 --276.4,691.49 --276.4,691.51 --276.39,691.54 --276.39,691.56 --276.38,691.59 --276.38,691.61 --276.37,691.64 --276.37,691.66 --276.37,691.69 --276.36,691.72 --276.36,691.74 --276.35,691.77 --276.35,691.79 --276.34,691.82 --276.34,691.84 --276.33,691.87 --276.33,691.89 --276.33,691.92 --276.32,691.94 --276.32,691.97 --276.31,691.99 --276.31,692.02 --276.3,692.04 --276.3,692.07 --276.29,692.09 --276.29,692.12 --276.29,692.14 --276.28,692.17 --276.28,692.19 --276.27,692.22 --276.27,692.24 --276.26,692.27 --276.26,692.29 --276.25,692.32 --276.25,692.34 --276.25,692.37 --276.24,692.39 --276.24,692.41 --276.23,692.44 --276.23,692.46 --276.22,692.49 --276.22,692.51 --276.21,692.54 --276.21,692.56 --276.21,692.59 --276.2,692.61 --276.2,692.64 --276.19,692.66 --276.19,692.69 --276.18,692.71 --276.18,692.74 --276.18,692.76 --276.17,692.78 --276.17,692.81 --276.16,692.83 --276.16,692.86 --276.15,692.88 --276.15,692.91 --276.15,692.93 --276.14,692.96 --276.14,692.98 --276.13,693 --276.13,693.03 --276.12,693.05 --276.12,693.08 --276.11,693.1 --276.11,693.13 --276.11,693.15 --276.1,693.17 --276.1,693.2 --276.09,693.22 --276.09,693.25 --276.08,693.27 --276.08,693.29 --276.08,693.32 --276.07,693.34 --276.07,693.37 --276.06,693.39 --276.06,693.42 --276.05,693.44 --276.05,693.46 --276.05,693.49 --276.04,693.51 --276.04,693.53 --276.03,693.56 --276.03,693.58 --276.02,693.61 --276.02,693.63 --276.01,693.65 --276.01,693.68 --276.01,693.7 --276,693.73 --276,693.75 --275.99,693.77 --275.99,693.8 --275.98,693.82 --275.98,693.84 --275.98,693.87 --275.97,693.89 --275.97,693.92 --275.96,693.94 --275.96,693.96 --275.95,693.99 --275.95,694.01 --275.95,694.03 --275.94,694.06 --275.94,694.08 --275.93,694.1 --275.93,694.13 --275.92,694.15 --275.92,694.17 --275.92,694.2 --275.91,694.22 --275.91,694.24 --275.9,694.27 --275.9,694.29 --275.89,694.31 --275.89,694.34 --275.89,694.36 --275.88,694.38 --275.88,694.41 --275.87,694.43 --275.87,694.45 --275.86,694.48 --275.86,694.5 --275.85,694.52 --275.85,694.55 --275.85,694.57 --275.84,694.59 --275.84,694.62 --275.83,694.64 --275.83,694.66 --275.82,694.69 --275.82,694.71 --275.82,694.73 --275.81,694.76 --275.81,694.78 --275.8,694.8 --275.8,694.83 --275.79,694.85 --275.79,694.87 --275.79,694.89 --275.78,694.92 --275.78,694.94 --275.77,694.96 --275.77,694.99 --275.76,695.01 --275.76,695.03 --275.76,695.06 --275.75,695.08 --275.75,695.1 --275.74,695.12 --275.74,695.15 --275.73,695.17 --275.73,695.19 --275.73,695.22 --275.72,695.24 --275.72,695.26 --275.71,695.29 --275.71,695.31 --275.7,695.33 --275.7,695.35 --275.7,695.38 --275.69,695.4 --275.69,695.42 --275.68,695.45 --275.68,695.47 --275.67,695.49 --275.67,695.51 --275.67,695.54 --275.66,695.56 --275.66,695.58 --275.65,695.61 --275.65,695.63 --275.64,695.65 --275.64,695.67 --275.63,695.7 --275.63,695.72 --275.63,695.74 --275.62,695.77 --275.62,695.79 --275.61,695.81 --275.61,695.83 --275.6,695.86 --275.6,695.88 --275.6,695.9 --275.59,695.93 --275.59,695.95 --275.58,695.97 --275.58,695.99 --275.57,696.02 --275.57,696.04 --275.57,696.06 --275.56,696.09 --275.56,696.11 --275.55,696.13 --275.55,696.16 --275.54,696.18 --275.54,696.2 --275.54,696.23 --275.53,696.25 --275.53,696.27 --275.52,696.29 --275.52,696.32 --275.52,696.34 --275.51,696.37 --275.51,696.39 --275.5,696.41 --275.5,696.44 --275.49,696.46 --275.49,696.48 --275.49,696.51 --275.48,696.53 --275.48,696.56 --275.47,696.58 --275.47,696.6 --275.47,696.63 --275.46,696.65 --275.46,696.68 --275.45,696.7 --275.45,696.73 --275.45,696.75 --275.44,696.78 --275.44,696.8 --275.43,696.83 --275.43,696.86 --275.43,696.88 --275.42,696.91 --275.42,696.94 --275.41,696.96 --275.41,696.99 --275.41,697.02 --275.4,697.05 --275.4,697.07 --275.4,697.1 --275.39,697.13 --275.39,697.16 --275.38,697.19 --275.38,697.22 --278.99,689.53 --279,689.55 --279,689.57 --279,689.59 --279,689.61 --279,689.63 --279.01,689.65 --279.01,689.67 --279.01,689.69 --279.01,689.71 --279.02,689.73 --279.02,689.75 --279.02,689.77 --279.02,689.8 --279.03,689.82 --279.03,689.84 --279.03,689.86 --279.04,689.88 --279.04,689.91 --279.04,689.93 --279.04,689.95 --279.05,689.97 --279.05,690 --279.05,690.02 --279.06,690.04 --279.06,690.07 --279.07,690.09 --279.07,690.12 --279.07,690.14 --279.08,690.17 --279.08,690.19 --279.09,690.22 --279.09,690.24 --279.1,690.27 --279.1,690.29 --279.11,690.32 --279.11,690.34 --279.12,690.37 --279.12,690.4 --279.13,690.42 --279.13,690.45 --279.14,690.48 --279.14,690.5 --279.15,690.53 --279.15,690.56 --279.16,690.59 --279.17,690.62 --279.17,690.64 --279.18,690.67 --279.19,690.7 --279.19,690.73 --279.2,690.76 --279.21,690.79 --279.21,690.82 --279.22,690.85 --279.23,690.88 --279.24,690.91 --279.24,690.94 --279.25,690.97 --279.26,691 --279.27,691.03 --279.28,691.06 --279.29,691.09 --279.29,691.12 --279.3,691.15 --279.31,691.19 --279.32,691.22 --279.33,691.25 --279.34,691.28 --279.35,691.31 --279.36,691.34 --279.37,691.38 --279.38,691.41 --279.39,691.44 --279.4,691.47 --279.41,691.51 --279.42,691.54 --279.44,691.57 --279.45,691.6 --279.46,691.64 --279.47,691.67 --279.48,691.7 --279.49,691.73 --279.51,691.77 --279.52,691.8 --279.53,691.83 --279.54,691.87 --279.56,691.9 --279.57,691.93 --279.58,691.97 --279.6,692 --279.61,692.03 --279.62,692.07 --279.64,692.1 --279.65,692.13 --279.67,692.17 --279.68,692.2 --279.7,692.24 --279.71,692.27 --279.73,692.3 --279.74,692.34 --279.76,692.37 --279.77,692.4 --279.79,692.44 --279.8,692.47 --279.82,692.51 --279.84,692.54 --279.85,692.57 --279.87,692.61 --279.89,692.64 --279.9,692.68 --279.92,692.71 --279.94,692.74 --279.96,692.78 --279.97,692.81 --279.99,692.84 --280.01,692.88 --280.03,692.91 --280.04,692.95 --280.06,692.98 --280.08,693.01 --280.1,693.05 --280.12,693.08 --280.14,693.11 --280.16,693.14 --280.18,693.18 --280.2,693.21 --280.22,693.24 --280.23,693.27 --280.25,693.31 --280.27,693.34 --280.29,693.37 --280.31,693.4 --280.33,693.43 --280.36,693.47 --280.38,693.5 --280.4,693.53 --280.42,693.56 --280.44,693.59 --280.46,693.62 --280.48,693.65 --280.5,693.69 --280.52,693.72 --280.54,693.75 --280.57,693.78 --280.59,693.81 --280.61,693.84 --280.63,693.87 --280.65,693.9 --280.67,693.93 --280.7,693.96 --280.72,693.99 --280.74,694.02 --280.76,694.05 --280.79,694.08 --280.81,694.11 --280.83,694.14 --280.85,694.17 --280.88,694.19 --280.9,694.22 --280.92,694.25 --280.95,694.28 --280.97,694.31 --280.99,694.34 --281.02,694.37 --281.04,694.39 --281.06,694.42 --281.09,694.45 --281.11,694.48 --281.13,694.5 --281.16,694.53 --281.18,694.56 --281.2,694.59 --281.23,694.61 --281.25,694.64 --281.28,694.67 --281.3,694.69 --281.33,694.72 --281.35,694.75 --281.37,694.77 --281.4,694.8 --281.42,694.83 --281.45,694.85 --281.47,694.88 --281.5,694.9 --281.52,694.93 --281.55,694.96 --281.57,694.98 --281.6,695.01 --281.62,695.03 --281.65,695.06 --281.67,695.08 --281.7,695.1 --281.72,695.13 --281.75,695.15 --281.77,695.18 --281.8,695.2 --281.82,695.22 --281.85,695.25 --281.87,695.27 --282.56,691.47 --282.58,691.49 --282.61,691.51 --282.64,691.52 --282.66,691.54 --282.69,691.56 --282.72,691.58 --282.75,691.59 --282.77,691.61 --282.8,691.63 --282.83,691.64 --282.85,691.66 --282.88,691.67 --282.91,691.69 --282.94,691.71 --282.96,691.72 --282.99,691.74 --283.02,691.75 --283.05,691.77 --283.07,691.78 --283.1,691.8 --283.13,691.81 --283.16,691.83 --283.18,691.84 --283.21,691.86 --283.24,691.87 --283.27,691.89 --283.29,691.9 --283.32,691.92 --283.35,691.93 --283.38,691.94 --283.41,691.96 --283.43,691.97 --283.46,691.98 --283.49,692 --283.52,692.01 --283.54,692.02 --283.57,692.04 --283.6,692.05 --283.63,692.06 --283.66,692.08 --283.68,692.09 --283.71,692.1 --283.74,692.11 --283.77,692.12 --283.79,692.14 --283.82,692.15 --283.85,692.16 --283.88,692.17 --283.91,692.18 --283.93,692.19 --283.96,692.2 --283.99,692.21 --284.02,692.22 --284.05,692.23 --284.07,692.24 --284.1,692.25 --284.13,692.26 --284.16,692.27 --284.18,692.28 --284.21,692.29 --284.24,692.3 --284.27,692.31 --284.3,692.32 --284.32,692.33 --284.35,692.34 --284.38,692.35 --284.41,692.36 --284.43,692.37 --284.46,692.38 --284.49,692.39 --284.52,692.39 --284.55,692.4 --284.57,692.41 --284.6,692.42 --284.63,692.43 --284.66,692.44 --284.69,692.44 --284.71,692.45 --284.74,692.46 --284.77,692.47 --284.8,692.48 --284.83,692.49 --284.86,692.49 --284.88,692.5 --284.91,692.51 --284.94,692.51 --284.97,692.52 --285,692.53 --285.02,692.54 --285.05,692.54 --285.08,692.55 --285.11,692.55 --285.14,692.56 --285.16,692.57 --285.19,692.57 --285.22,692.58 --285.24,692.58 --285.27,692.59 --285.3,692.59 --285.32,692.6 --285.35,692.6 --285.37,692.61 --285.4,692.61 --285.43,692.62 --285.45,692.62 --285.48,692.62 --285.5,692.63 --285.53,692.63 --285.55,692.64 --285.57,692.64 --285.6,692.64 --285.62,692.65 --285.65,692.65 --285.67,692.65 --285.69,692.66 --285.72,692.66 --285.74,692.66 --285.76,692.67 --285.79,692.67 --285.81,692.67 --285.83,692.68 --285.86,692.68 --285.88,692.69 --285.9,692.69 --285.92,692.69 --285.95,692.7 --285.97,692.7 --285.99,692.7 --286.02,692.71 --286.04,692.71 --286.06,692.71 --286.08,692.72 --286.11,692.72 --286.13,692.72 --286.15,692.73 --286.17,692.73 --286.19,692.73 --286.22,692.74 --286.24,692.74 --286.26,692.74 --286.28,692.75 --286.3,692.75 --286.32,692.75 --286.35,692.76 --286.37,692.76 --286.39,692.76 --286.41,692.76 --286.43,692.77 --286.45,692.77 --286.47,692.77 --286.49,692.77 --286.51,692.78 --286.53,692.78 --286.55,692.78 --286.57,692.78 --286.59,692.78 --286.61,692.79 --286.63,692.79 --286.65,692.79 --286.67,692.79 --286.69,692.79 --286.71,692.79 --286.73,692.79 --286.75,692.8 --286.77,692.8 --286.79,692.8 --286.81,692.8 --286.82,692.8 --286.84,692.8 --286.86,692.8 --286.88,692.81 --286.9,692.81 --286.91,692.81 --286.93,692.81 --286.95,692.81 --286.97,692.82 --286.98,692.82 --287,692.82 --287.02,692.82 --287.04,692.82 --287.05,692.83 --287.07,692.83 --287.09,692.83 --287.1,692.83 --287.12,692.84 --287.14,692.84 --287.15,692.84 --287.17,692.85 --287.19,692.85 --287.2,692.85 --287.22,692.85 --287.23,692.86 --287.25,692.86 --287.26,692.86 --287.28,692.86 --287.29,692.87 --287.31,692.87 --287.32,692.87 --287.34,692.87 --287.35,692.88 --287.37,692.88 --287.38,692.88 --287.39,692.88 --287.41,692.89 --287.42,692.89 --287.44,692.89 --287.45,692.89 --287.46,692.9 --287.48,692.9 --287.49,692.9 --287.5,692.9 --287.51,692.91 --287.53,692.91 --287.54,692.91 --287.55,692.92 --287.56,692.92 --287.57,692.92 --287.59,692.93 --287.6,692.93 --287.61,692.93 --287.62,692.94 --287.63,692.94 --287.64,692.94 --287.65,692.95 --287.66,692.95 --287.67,692.96 --287.68,692.96 --287.69,692.97 --287.7,692.97 --287.71,692.98 --287.72,692.98 --287.73,692.99 --287.74,692.99 --287.75,693 --287.76,693 --287.77,693.01 --287.78,693.01 --287.79,693.02 --287.8,693.03 --287.81,693.03 --287.82,693.04 --287.82,693.05 --287.83,693.05 --287.84,693.06 --287.85,693.07 --287.86,693.07 --287.86,693.08 --287.87,693.09 --287.88,693.09 --287.89,693.1 --287.89,693.11 --287.9,693.11 --287.91,693.12 --287.91,693.13 --287.92,693.13 --287.93,693.14 --287.93,693.15 --287.94,693.15 --287.95,693.16 --287.95,693.17 --287.96,693.18 --287.96,693.18 --287.97,693.19 --287.97,693.2 --287.98,693.21 --287.98,693.22 --287.99,693.22 --287.99,693.23 --288,693.24 --288,693.25 --288.01,693.26 --288.01,693.27 --288.02,693.27 --288.03,693.28 --288.03,693.29 --288.04,693.3 --288.04,693.31 --288.05,693.32 --288.05,693.33 --288.06,693.33 --288.07,693.34 --288.07,693.35 --288.08,693.36 --288.08,693.37 --288.09,693.37 --288.09,693.38 --288.1,693.39 --288.11,693.4 --288.11,693.41 --288.12,693.41 --288.12,693.42 --288.13,693.43 --288.14,693.44 --288.14,693.44 --288.15,693.45 --288.15,693.46 --288.16,693.47 --288.17,693.47 --288.17,693.48 --288.18,693.49 --288.18,693.5 --288.19,693.51 --288.2,693.51 --288.2,693.52 --288.21,693.53 --288.21,693.54 --288.22,693.54 --288.22,693.55 --288.23,693.56 --288.24,693.57 --288.24,693.58 --288.25,693.58 --288.25,693.59 --288.26,693.6 --288.27,693.61 --288.27,693.61 --288.28,693.62 --288.28,693.63 --288.29,693.64 --288.3,693.65 --288.3,693.65 --288.31,693.66 --288.32,693.67 --288.32,693.68 --288.33,693.68 --288.33,693.69 --288.34,693.7 --288.35,693.71 --288.35,693.72 --288.36,693.72 --288.36,693.73 --288.37,693.74 --288.38,693.75 --288.38,693.76 --288.39,693.76 --288.39,693.77 --288.4,693.78 --288.41,693.79 --288.41,693.8 --288.42,693.8 --288.42,693.81 --288.43,693.82 --288.44,693.83 --288.44,693.84 --288.45,693.84 --288.45,693.85 --288.46,693.86 --288.47,693.87 --288.47,693.87 --288.48,693.88 --288.48,693.89 --288.49,693.9 --288.5,693.91 --288.5,693.91 --288.51,693.92 --288.51,693.93 --288.52,693.94 --288.53,693.95 --288.53,693.95 --288.54,693.96 --288.54,693.97 --288.55,693.98 --288.55,693.99 --288.56,694 --288.57,694 --288.57,694.01 --288.58,694.02 --288.58,694.03 --288.59,694.04 --288.59,694.05 --288.6,694.05 --288.6,694.06 --288.61,694.07 --288.62,694.08 --288.62,694.09 --288.63,694.1 --288.63,694.1 --288.64,694.11 --288.64,694.12 --288.65,694.13 --288.65,694.14 --288.66,694.15 --288.66,694.16 --288.67,694.16 --288.67,694.17 --288.68,694.18 --288.68,694.19 --288.69,694.2 --288.69,694.21 --288.69,694.22 --288.7,694.23 --288.7,694.23 --288.71,694.24 --288.71,694.25 --288.72,694.26 --288.72,694.27 --288.72,694.28 --288.73,694.29 --288.73,694.3 --288.01,690.45 --288.01,690.45 --288.02,690.45 --288.02,690.46 --288.02,690.46 --288.02,690.47 --288.02,690.47 --288.03,690.48 --288.03,690.48 --288.03,690.49 --288.03,690.49 --288.03,690.5 --288.03,690.5 --288.03,690.5 --288.03,690.51 --288.03,690.51 --288.03,690.52 --288.03,690.52 --288.03,690.53 --288.03,690.53 --288.03,690.54 --288.03,690.54 --288.03,690.55 --288.03,690.55 --288.03,690.56 --288.03,690.57 --288.03,690.57 --288.03,690.58 --288.03,690.58 --288.03,690.59 --288.03,690.59 --288.03,690.6 --288.03,690.6 --288.03,690.61 --288.03,690.62 --288.03,690.62 --288.02,690.63 --288.02,690.63 --288.02,690.64 --288.02,690.64 --288.02,690.65 --288.02,690.66 --288.01,690.66 --288.01,690.67 --288.01,690.67 --288.01,690.68 --288.01,690.68 --288,690.69 --288,690.7 --288,690.7 --288,690.71 --287.99,690.71 --287.99,690.72 --287.99,690.72 --287.99,690.73 --287.98,690.74 --287.98,690.74 --287.98,690.75 --287.97,690.75 --287.97,690.76 --287.97,690.77 --287.96,690.77 --287.96,690.78 --287.96,690.78 --287.95,690.79 --287.95,690.79 --287.94,690.8 --287.94,690.81 --287.94,690.81 --287.93,690.82 --287.93,690.82 --287.92,690.83 --287.92,690.84 --287.91,690.84 --287.91,690.85 --287.91,690.85 --287.9,690.86 --287.9,690.86 --287.89,690.87 --287.89,690.88 --287.88,690.88 --287.88,690.89 --287.87,690.89 --287.86,690.9 --287.86,690.9 --287.85,690.91 --287.85,690.92 --287.84,690.92 --287.84,690.93 --287.83,690.93 --287.82,690.94 --287.82,690.94 --287.81,690.95 --287.8,690.96 --287.8,690.96 --287.79,690.97 --287.78,690.97 --287.78,690.98 --287.77,690.98 --287.76,690.99 --287.76,691 --287.75,691 --287.74,691.01 --287.74,691.01 --287.73,691.02 --287.72,691.02 --287.71,691.03 --287.71,691.04 --287.7,691.04 --287.69,691.05 --287.68,691.05 --287.67,691.06 --287.67,691.07 --287.66,691.07 --287.65,691.08 --287.64,691.09 --287.63,691.09 --287.63,691.1 --287.62,691.1 --287.61,691.11 --287.6,691.12 --287.59,691.12 --287.58,691.13 --287.57,691.14 --287.57,691.14 --287.56,691.15 --287.55,691.16 --287.54,691.16 --287.53,691.17 --287.52,691.18 --287.51,691.18 --287.5,691.19 --287.49,691.2 --287.48,691.2 --287.47,691.21 --287.47,691.22 --287.46,691.22 --287.45,691.23 --287.44,691.23 --287.43,691.24 --287.42,691.25 --287.41,691.25 --287.4,691.26 --287.39,691.27 --287.38,691.28 --287.37,691.28 --287.36,691.29 --287.35,691.3 --287.35,691.3 --287.34,691.31 --287.33,691.32 --287.32,691.32 --287.31,691.33 --287.3,691.34 --287.29,691.35 --287.28,691.35 --287.27,691.36 --287.26,691.37 --287.25,691.37 --287.24,691.38 --287.23,691.39 --287.22,691.4 --287.22,691.4 --287.21,691.41 --287.2,691.42 --287.19,691.42 --287.18,691.43 --287.17,691.44 --287.16,691.44 --287.15,691.45 --287.14,691.46 --287.13,691.46 --287.12,691.47 --287.11,691.48 --287.1,691.48 --287.09,691.49 --287.09,691.5 --287.08,691.5 --287.07,691.51 --287.06,691.52 --287.05,691.52 --287.04,691.53 --287.03,691.54 --287.02,691.54 --287.01,691.55 --287,691.56 --286.99,691.56 --286.98,691.57 --286.97,691.57 --286.96,691.58 --286.95,691.59 --286.95,691.59 --286.94,691.6 --286.93,691.6 --286.92,691.61 --286.91,691.62 --286.9,691.62 --286.89,691.63 --286.88,691.63 --286.87,691.64 --286.86,691.65 --286.85,691.65 --286.84,691.66 --286.83,691.67 --286.83,691.67 --286.82,691.68 --286.81,691.69 --286.8,691.69 --286.79,691.7 --286.78,691.71 --286.78,691.71 --286.77,691.72 --286.76,691.73 --286.75,691.74 --286.74,691.74 --286.74,691.75 --286.73,691.76 --286.72,691.77 --286.71,691.78 --286.71,691.78 --286.7,691.79 --286.69,691.8 --286.68,691.81 --286.68,691.82 --286.67,691.82 --286.66,691.83 --286.66,691.84 --286.65,691.85 --286.64,691.86 --286.63,691.86 --286.63,691.87 --286.62,691.88 --286.61,691.89 --286.61,691.9 --286.6,691.9 --286.59,691.91 --286.58,691.92 --286.58,691.93 --286.57,691.94 --286.56,691.94 --286.56,691.95 --286.55,691.96 --286.54,691.97 --286.54,691.98 --286.53,691.98 --286.53,691.99 --286.52,692 --286.51,692.01 --286.51,692.02 --286.5,692.03 --286.49,692.03 --286.49,692.04 --286.48,692.05 --286.48,692.06 --286.47,692.07 --286.46,692.08 --286.46,692.08 --286.45,692.09 --286.45,692.1 --286.44,692.11 --286.44,692.12 --286.43,692.13 --286.42,692.13 --286.42,692.14 --286.41,692.15 --286.41,692.16 --286.4,692.17 --286.4,692.18 --286.39,692.18 --286.39,692.19 --286.38,692.2 --286.38,692.21 --286.37,692.22 --286.37,692.23 --286.36,692.24 --286.36,692.24 --286.35,692.25 --286.35,692.26 --286.34,692.27 --286.34,692.28 --286.33,692.29 --286.33,692.3 --286.32,692.3 --286.32,692.31 --286.32,692.32 --286.31,692.33 --286.31,692.34 --286.3,692.35 --286.3,692.36 --286.3,692.36 --286.29,692.37 --286.29,692.38 --286.28,692.39 --286.28,692.4 --286.28,692.41 --286.27,692.42 --286.27,692.42 --286.27,692.43 --286.27,692.44 --286.26,692.45 --284.7,690.62 --284.7,690.63 --284.69,690.64 --284.69,690.64 --284.68,690.65 --284.68,690.66 --284.67,690.66 --284.67,690.67 --284.66,690.67 --284.66,690.68 --284.66,690.69 --284.65,690.69 --284.65,690.7 --284.64,690.7 --284.64,690.71 --284.64,690.72 --284.63,690.72 --284.63,690.73 --284.63,690.73 --284.62,690.74 --284.62,690.74 --284.62,690.75 --284.62,690.76 --284.61,690.76 --284.61,690.77 --284.61,690.77 --284.61,690.78 --284.6,690.78 --284.6,690.79 --284.6,690.79 --284.6,690.8 --284.6,690.8 --284.59,690.81 --284.59,690.81 --284.59,690.82 --284.59,690.82 --284.59,690.82 --284.59,690.83 --284.59,690.83 --284.59,690.84 --284.58,690.84 --284.58,690.85 --284.58,690.85 --284.58,690.85 --284.58,690.86 --284.58,690.86 --284.58,690.86 --284.58,690.87 --284.58,690.87 --284.58,690.87 --284.58,690.88 --284.58,690.88 --284.58,690.88 --284.59,690.89 --284.59,690.89 --284.59,690.89 --284.59,690.9 --284.59,690.9 --284.59,690.9 --284.59,690.9 --284.59,690.91 --284.6,690.91 --284.6,690.91 --284.6,690.91 --284.6,690.91 --284.6,690.92 --284.61,690.92 --284.61,690.92 --284.61,690.92 --284.61,690.92 --284.62,690.92 --284.62,690.92 --284.62,690.93 --284.62,690.93 --284.63,690.93 --284.63,690.93 --284.63,690.93 --284.64,690.93 --284.64,690.93 --284.64,690.93 --284.65,690.93 --284.65,690.93 --284.66,690.93 --284.66,690.93 --284.67,690.93 --284.67,690.93 --284.67,690.93 --284.68,690.93 --284.68,690.93 --284.69,690.93 --284.69,690.92 --284.7,690.92 --284.7,690.92 --284.71,690.92 --284.71,690.92 --284.72,690.92 --284.72,690.92 --284.73,690.92 --284.73,690.91 --284.74,690.91 --284.74,690.91 --284.75,690.91 --284.75,690.91 --284.76,690.91 --284.76,690.91 --284.77,690.9 --284.78,690.9 --284.78,690.9 --284.79,690.9 --284.79,690.9 --284.8,690.9 --284.8,690.89 --284.81,690.89 --284.81,690.89 --284.82,690.89 --284.83,690.89 --284.83,690.89 --284.84,690.88 --284.84,690.88 --284.85,690.88 --284.85,690.88 --284.86,690.88 --284.86,690.87 --284.87,690.87 --284.88,690.87 --284.88,690.87 --284.89,690.87 --284.89,690.86 --284.9,690.86 --284.9,690.86 --284.91,690.86 --284.92,690.86 --284.92,690.85 --284.93,690.85 --284.93,690.85 --284.94,690.85 --284.94,690.84 --284.95,690.84 --284.96,690.84 --284.96,690.83 --284.97,690.83 --284.98,690.83 --284.98,690.82 --284.99,690.82 --285,690.82 --285,690.81 --285.01,690.81 --285.02,690.81 --285.02,690.8 --285.03,690.8 --285.04,690.8 --285.05,690.79 --285.05,690.79 --285.06,690.78 --285.07,690.78 --285.08,690.77 --285.08,690.77 --285.09,690.76 --285.1,690.76 --285.11,690.75 --285.12,690.75 --285.13,690.74 --285.13,690.74 --285.14,690.73 --285.15,690.72 --285.16,690.72 --285.17,690.71 --285.18,690.7 --285.19,690.7 --285.2,690.69 --285.21,690.68 --285.22,690.67 --285.23,690.67 --285.24,690.66 --285.25,690.65 --285.26,690.64 --285.27,690.63 --285.28,690.62 --285.29,690.61 --285.3,690.6 --285.31,690.59 --285.32,690.58 --285.34,690.57 --285.35,690.56 --285.36,690.55 --285.37,690.54 --285.38,690.53 --285.39,690.52 --285.41,690.51 --285.42,690.5 --285.43,690.48 --285.44,690.47 --285.46,690.46 --285.47,690.45 --285.48,690.44 --285.5,690.42 --285.51,690.41 --285.52,690.4 --285.54,690.38 --285.55,690.37 --285.57,690.35 --285.58,690.34 --285.59,690.33 --285.61,690.31 --285.62,690.3 --285.64,690.28 --285.65,690.27 --285.67,690.25 --285.68,690.24 --285.7,690.22 --285.71,690.2 --285.73,690.19 --285.74,690.17 --285.76,690.15 --285.78,690.14 --285.79,690.12 --285.81,690.1 --285.82,690.08 --285.84,690.07 --285.86,690.05 --285.87,690.03 --285.89,690.01 --285.91,689.99 --285.92,689.97 --285.94,689.96 --285.96,689.94 --285.98,689.92 --285.99,689.9 --286.01,689.88 --286.03,689.86 --286.05,689.84 --286.06,689.82 --286.08,689.79 --286.1,689.77 --286.12,689.75 --286.14,689.73 --286.15,689.71 --286.17,689.69 --286.19,689.67 --286.21,689.64 --286.23,689.62 --286.25,689.6 --286.27,689.57 --286.29,689.55 --286.31,689.53 --286.33,689.5 --286.34,689.48 --286.36,689.46 --286.38,689.43 --286.4,689.41 --286.42,689.38 --286.44,689.36 --286.47,689.33 --286.49,689.31 --286.51,689.28 --286.53,689.26 --286.55,689.23 --286.57,689.2 --286.59,689.18 --286.61,689.15 --286.63,689.12 --286.65,689.1 --286.67,689.07 --286.7,689.04 --286.72,689.01 --286.74,688.98 --286.76,688.96 --286.78,688.93 --286.8,688.9 --286.83,688.87 --286.85,688.84 --286.87,688.81 --286.89,688.78 --286.92,688.75 --286.94,688.72 --286.96,688.69 --286.99,688.66 --287.01,688.63 --287.03,688.59 --287.06,688.56 --287.08,688.53 --287.1,688.5 --287.13,688.47 --287.15,688.43 --287.17,688.4 --287.2,688.37 --287.22,688.33 --287.25,688.3 --287.27,688.26 --287.3,688.23 --287.32,688.19 --287.35,688.16 --287.37,688.12 --287.4,688.09 --287.42,688.05 --287.45,688.01 --287.47,687.98 --287.5,687.94 --287.52,687.9 --287.55,687.87 --287.57,687.83 --287.6,687.79 --287.62,687.75 --287.65,687.71 --287.67,687.67 --287.7,687.64 --287.72,687.6 --287.75,687.56 --287.77,687.52 --287.8,687.48 --287.82,687.44 --287.85,687.4 --287.87,687.36 --287.9,687.32 --287.92,687.28 --287.95,687.25 --287.97,687.21 --288,687.17 --288.02,687.13 --288.05,687.09 --288.07,687.05 --288.1,687.01 --288.12,686.97 --288.15,686.93 --288.17,686.89 --288.2,686.84 --288.22,686.8 --288.25,686.76 --288.27,686.72 --288.3,686.68 --288.32,686.64 --288.35,686.6 --288.37,686.55 --288.4,686.51 --288.42,686.47 --288.45,686.43 --288.48,686.38 --288.5,686.34 --288.53,686.3 --288.55,686.25 --288.58,686.21 --288.6,686.17 --288.63,686.12 --288.65,686.08 --288.68,686.04 --288.71,685.99 --288.73,685.95 --288.76,685.9 --288.78,685.86 --288.81,685.82 --288.83,685.77 --288.86,685.73 --288.89,685.68 --288.91,685.64 --288.94,685.59 --288.96,685.55 --288.99,685.5 --289.02,685.46 --289.04,685.41 --289.07,685.36 --289.09,685.32 --289.12,685.27 --289.15,685.23 --289.17,685.18 --289.2,685.13 --289.22,685.09 --289.25,685.04 --289.28,684.99 --289.3,684.95 --289.33,684.9 --289.36,684.85 --289.38,684.81 --289.41,684.76 --289.44,684.71 --289.46,684.66 --289.49,684.62 --289.52,684.57 --289.54,684.52 --289.57,684.47 --289.6,684.42 --289.62,684.38 --289.65,684.33 --289.68,684.28 --289.7,684.23 --289.73,684.18 --289.76,684.14 --289.79,684.09 --289.81,684.04 --289.84,683.99 --289.87,683.94 --289.9,683.89 --289.93,683.85 --289.95,683.8 --289.98,683.75 --291.58,681.13 --291.61,681.07 --291.64,681.02 --291.67,680.97 --288.9,680.97 --288.93,680.92 --288.96,680.87 --288.99,680.82 --289.02,680.77 --289.05,680.72 --289.08,680.67 --289.11,680.62 --289.14,680.57 --289.17,680.52 --289.2,680.47 --289.23,680.42 --289.26,680.37 --289.29,680.32 --289.32,680.27 --289.35,680.22 --289.38,680.17 --289.41,680.12 --289.44,680.07 --289.47,680.02 --289.5,679.97 --289.53,679.92 --289.57,679.87 --289.6,679.82 --289.63,679.77 --289.66,679.72 --289.69,679.67 --289.73,679.62 --289.76,679.57 --289.79,679.52 --289.83,679.47 --289.86,679.42 --289.89,679.37 --289.93,679.32 --289.96,679.27 --289.99,679.22 --290.03,679.17 --290.06,679.12 --290.1,679.08 --290.13,679.03 --290.16,678.98 --290.2,678.93 --290.23,678.88 --290.27,678.83 --290.3,678.78 --290.34,678.73 --290.38,678.68 --290.41,678.63 --290.45,678.58 --290.48,678.53 --290.52,678.48 --290.56,678.43 --290.59,678.38 --290.63,678.33 --290.67,678.28 --290.7,678.24 --290.74,678.19 --290.78,678.14 --290.82,678.09 --290.85,678.04 --290.89,677.99 --290.93,677.94 --290.97,677.89 --291.01,677.84 --291.05,677.79 --291.09,677.74 --291.13,677.69 --291.16,677.64 --291.2,677.6 --291.24,677.55 --291.28,677.5 --291.33,677.45 --291.37,677.4 --291.41,677.35 --291.45,677.3 --291.49,677.25 --291.53,677.2 --291.57,677.15 --291.61,677.11 --291.66,677.06 --291.7,677.01 --291.74,676.96 --291.78,676.91 --291.82,676.86 --291.87,676.81 --291.91,676.76 --291.95,676.71 --292,676.67 --292.04,676.62 --292.08,676.57 --292.13,676.52 --292.17,676.47 --292.22,676.42 --292.26,676.37 --292.31,676.33 --292.35,676.28 --292.4,676.23 --292.44,676.18 --292.49,676.13 --292.53,676.08 --292.58,676.04 --292.63,675.99 --292.67,675.94 --292.72,675.89 --292.77,675.84 --292.81,675.8 --292.86,675.75 --292.91,675.7 --292.96,675.65 --293.01,675.61 --293.05,675.56 --293.1,675.51 --293.15,675.47 --293.2,675.42 --293.25,675.37 --293.3,675.32 --293.35,675.28 --293.4,675.23 --293.45,675.18 --293.5,675.14 --293.55,675.09 --293.6,675.04 --293.65,675 --293.7,674.95 --293.75,674.91 --293.8,674.86 --293.85,674.81 --293.91,674.77 --293.96,674.72 --294.01,674.68 --294.06,674.63 --294.12,674.58 --294.17,674.54 --294.22,674.49 --294.27,674.45 --294.33,674.4 --294.38,674.36 --294.43,674.31 --294.49,674.27 --294.54,674.22 --294.6,674.18 --294.65,674.13 --294.71,674.09 --294.76,674.04 --294.82,674 --294.87,673.95 --294.93,673.91 --294.98,673.86 --295.04,673.82 --295.1,673.78 --295.15,673.73 --295.21,673.69 --295.27,673.65 --295.32,673.6 --295.38,673.56 --295.44,673.51 --295.5,673.47 --295.55,673.43 --295.61,673.39 --295.67,673.34 --295.73,673.3 --295.79,673.26 --295.85,673.21 --295.9,673.17 --295.96,673.13 --296.02,673.09 --296.08,673.04 --296.14,673 --296.2,672.96 --296.26,672.92 --296.32,672.88 --296.38,672.83 --296.44,672.79 --296.51,672.75 --296.57,672.71 --296.63,672.67 --296.69,672.63 --296.75,672.59 --296.81,672.54 --296.88,672.5 --296.94,672.46 --297,672.42 --297.06,672.38 --297.13,672.34 --297.19,672.3 --297.25,672.26 --297.32,672.22 --297.38,672.18 --297.44,672.14 --297.51,672.1 --297.57,672.06 --297.64,672.02 --297.7,671.98 --297.77,671.95 --297.83,671.91 --297.9,671.87 --297.96,671.83 --298.03,671.79 --298.09,671.75 --298.16,671.71 --297.12,672.27 --297.18,672.23 --297.25,672.19 --297.32,672.16 --297.38,672.12 --297.45,672.09 --297.51,672.05 --297.58,672.01 --297.65,671.98 --297.71,671.94 --297.78,671.91 --297.85,671.87 --297.91,671.84 --297.98,671.8 --298.05,671.77 --298.12,671.73 --298.18,671.7 --298.25,671.66 --298.32,671.63 --298.39,671.6 --298.46,671.56 --298.52,671.53 --298.59,671.49 --298.66,671.46 --298.73,671.43 --298.8,671.39 --298.87,671.36 --298.94,671.33 --299.01,671.29 --299.08,671.26 --299.15,671.23 --299.22,671.2 --299.29,671.16 --299.36,671.13 --299.43,671.1 --299.5,671.07 --299.57,671.04 --299.65,671 --299.72,670.97 --299.79,670.94 --299.86,670.91 --299.93,670.88 --300.01,670.85 --300.08,670.82 --300.15,670.79 --300.22,670.76 --300.3,670.73 --300.37,670.7 --300.44,670.67 --300.52,670.64 --300.59,670.61 --300.67,670.58 --300.74,670.55 --300.81,670.52 --300.89,670.49 --300.96,670.46 --301.04,670.43 --301.11,670.4 --301.19,670.37 --301.26,670.34 --301.34,670.31 --301.41,670.28 --301.49,670.26 --301.56,670.23 --301.64,670.2 --301.71,670.17 --301.79,670.14 --301.86,670.11 --301.94,670.08 --302.02,670.05 --302.09,670.03 --302.17,670 --302.25,669.97 --302.32,669.94 --302.4,669.91 --302.48,669.89 --302.55,669.86 --302.63,669.83 --302.71,669.8 --302.78,669.78 --302.86,669.75 --302.94,669.72 --303.02,669.69 --303.09,669.67 --303.17,669.64 --303.25,669.61 --303.33,669.59 --303.4,669.56 --303.48,669.53 --303.56,669.51 --303.64,669.48 --303.71,669.45 --303.79,669.43 --303.87,669.4 --303.95,669.38 --304.02,669.35 --304.1,669.32 --304.18,669.3 --304.26,669.27 --304.33,669.25 --304.41,669.22 --304.49,669.2 --304.57,669.17 --304.64,669.14 --304.72,669.12 --304.8,669.09 --304.88,669.07 --304.95,669.04 --305.03,669.02 --305.11,668.99 --305.19,668.97 --305.26,668.94 --305.34,668.92 --305.42,668.89 --305.5,668.87 --305.57,668.85 --305.65,668.82 --305.73,668.8 --305.81,668.77 --305.88,668.75 --305.96,668.73 --306.04,668.7 --306.12,668.68 --306.19,668.65 --306.27,668.63 --306.35,668.61 --306.43,668.58 --306.5,668.56 --306.58,668.54 --306.66,668.51 --306.74,668.49 --306.81,668.47 --306.89,668.45 --306.97,668.42 --307.05,668.4 --307.12,668.38 --307.2,668.36 --307.28,668.33 --307.35,668.31 --307.43,668.29 --307.51,668.27 --307.59,668.25 --307.66,668.22 --307.74,668.2 --307.82,668.18 --307.9,668.16 --307.97,668.14 --308.05,668.11 --308.13,668.09 --308.2,668.07 --308.28,668.05 --308.36,668.03 --308.44,668.01 --308.51,667.99 --308.59,667.96 --308.67,667.94 --308.74,667.92 --308.82,667.9 --308.9,667.88 --308.97,667.86 --309.05,667.84 --309.13,667.82 --309.21,667.8 --309.28,667.78 --309.36,667.76 --309.44,667.73 --309.52,667.71 --309.59,667.69 --309.67,667.67 --309.75,667.65 --309.83,667.63 --309.9,667.61 --309.98,667.59 --310.06,667.57 --310.14,667.55 --310.22,667.53 --310.3,667.51 --310.37,667.49 --310.45,667.47 --310.53,667.45 --310.61,667.43 --310.69,667.41 --310.77,667.39 --310.85,667.37 --310.93,667.35 --311.01,667.33 --311.09,667.31 --311.17,667.29 --311.25,667.27 --311.34,667.25 --311.42,667.23 --311.5,667.21 --311.58,667.19 --311.66,667.17 --311.74,667.15 --311.82,667.13 --311.91,667.11 --311.99,667.09 --312.07,667.07 --312.15,667.05 --312.23,667.03 --312.32,667.01 --312.4,667 --312.48,666.98 --312.56,666.96 --312.64,666.94 --312.73,666.92 --312.81,666.9 --312.89,666.88 --312.97,666.86 --313.06,666.84 --313.14,666.82 --313.22,666.8 --313.31,666.78 --313.39,666.76 --313.47,666.75 --313.56,666.73 --313.64,666.71 --313.73,666.69 --313.81,666.67 --313.89,666.65 --313.98,666.63 --314.06,666.61 --314.15,666.59 --314.23,666.57 --314.32,666.56 --314.4,666.54 --314.49,666.52 --314.57,666.5 --314.66,666.48 --314.74,666.46 --314.83,666.44 --314.92,666.42 --315,666.41 --315.09,666.39 --315.18,666.37 --315.26,666.35 --315.35,666.33 --315.44,666.31 --315.52,666.29 --315.61,666.28 --315.7,666.26 --315.79,666.24 --315.87,666.22 --315.96,666.2 --316.05,666.19 --316.14,666.17 --316.22,666.15 --316.31,666.13 --316.4,666.11 --316.49,666.09 --316.58,666.08 --316.67,666.06 --316.76,666.04 --316.85,666.02 --316.93,666 --317.02,665.99 --317.11,665.97 --317.2,665.95 --317.29,665.93 --317.38,665.92 --317.47,665.9 --317.56,665.88 --317.65,665.86 --317.74,665.85 --317.84,665.83 --317.93,665.81 --318.02,665.79 --318.11,665.78 --318.2,665.76 --318.29,665.74 --318.38,665.72 --318.47,665.71 --318.56,665.69 --318.66,665.67 --318.75,665.66 --318.84,665.64 --318.93,665.62 --319.03,665.6 --319.12,665.59 --319.21,665.57 --319.3,665.55 --319.4,665.54 --319.49,665.52 --319.58,665.5 --319.68,665.49 --319.77,665.47 --319.86,665.45 --319.96,665.44 --320.05,665.42 --320.15,665.4 --320.24,665.39 --320.33,665.37 --320.43,665.35 --320.52,665.34 --320.62,665.32 --320.71,665.3 --320.81,665.29 --320.9,665.27 --320.99,665.25 --320.04,665.78 --320.14,665.77 --320.23,665.75 --320.33,665.74 --320.42,665.72 --320.51,665.71 --320.61,665.69 --320.7,665.68 --320.79,665.66 --320.89,665.65 --320.98,665.63 --321.08,665.62 --321.17,665.6 --321.26,665.59 --321.36,665.57 --321.45,665.56 --321.55,665.54 --321.64,665.52 --321.74,665.51 --321.83,665.49 --321.92,665.48 --322.02,665.46 --322.11,665.45 --322.21,665.44 --322.3,665.42 --322.4,665.41 --322.49,665.39 --322.59,665.38 --322.68,665.36 --322.77,665.35 --322.87,665.33 --322.96,665.32 --323.06,665.3 --323.15,665.29 --323.25,665.27 --323.34,665.26 --323.44,665.24 --323.53,665.23 --323.63,665.22 --323.72,665.2 --323.82,665.19 --323.91,665.17 --324.01,665.16 --324.1,665.14 --324.19,665.13 --324.29,665.12 --324.38,665.1 --324.48,665.09 --324.57,665.07 --324.67,665.06 --324.76,665.05 --324.86,665.03 --324.95,665.02 --325.05,665 --325.14,664.99 --325.24,664.98 --325.33,664.96 --325.43,664.95 --325.52,664.93 --325.62,664.92 --325.71,664.91 --325.81,664.89 --325.9,664.88 --326,664.87 --326.09,664.85 --326.19,664.84 --326.28,664.83 --326.38,664.81 --326.47,664.8 --326.57,664.79 --326.66,664.77 --326.76,664.76 --326.85,664.75 --326.95,664.73 --327.04,664.72 --327.14,664.71 --327.23,664.69 --327.33,664.68 --327.42,664.67 --327.52,664.65 --327.61,664.64 --327.71,664.63 --327.8,664.61 --327.9,664.6 --327.99,664.59 --328.09,664.57 --328.18,664.56 --328.28,664.55 --328.37,664.53 --328.47,664.52 --328.56,664.51 --328.66,664.5 --328.75,664.48 --328.85,664.47 --328.94,664.46 --329.04,664.44 --329.13,664.43 --329.23,664.42 --329.33,664.41 --329.42,664.39 --329.52,664.38 --329.61,664.37 --329.71,664.35 --329.8,664.34 --329.9,664.33 --329.99,664.32 --330.09,664.3 --330.18,664.29 --330.28,664.28 --330.37,664.26 --330.47,664.25 --330.56,664.24 --330.66,664.23 --330.76,664.21 --330.85,664.2 --330.95,664.19 --331.04,664.18 --331.14,664.16 --331.23,664.15 --331.33,664.14 --331.42,664.13 --331.52,664.11 --331.61,664.1 --331.71,664.09 --331.8,664.07 --331.9,664.06 --331.99,664.05 --332.09,664.04 --332.19,664.02 --332.28,664.01 --332.38,664 --332.47,663.98 --332.57,663.97 --332.66,663.96 --332.76,663.95 --332.85,663.93 --332.95,663.92 --333.04,663.91 --333.14,663.9 --333.24,663.88 --333.33,663.87 --333.43,663.86 --333.52,663.85 --333.62,663.84 --333.72,663.82 --333.81,663.81 --333.91,663.8 --334,663.79 --334.1,663.77 --334.19,663.76 --334.29,663.75 --334.39,663.74 --334.48,663.72 --334.58,663.71 --334.67,663.7 --334.77,663.69 --334.86,663.67 --334.96,663.66 --335.05,663.65 --335.15,663.64 --335.24,663.63 --335.34,663.61 --335.43,663.6 --335.53,663.59 --335.62,663.58 --335.72,663.56 --335.81,663.55 --335.91,663.54 --336,663.53 --336.1,663.52 --336.19,663.5 --336.29,663.49 --336.38,663.48 --336.47,663.47 --336.57,663.46 --336.66,663.45 --336.76,663.43 --336.85,663.42 --336.94,663.41 --337.04,663.4 --337.13,663.39 --337.22,663.37 --337.32,663.36 --337.41,663.35 --337.5,663.34 --337.6,663.33 --337.69,663.32 --337.78,663.3 --337.87,663.29 --337.97,663.28 --338.06,663.27 --338.15,663.26 --338.24,663.25 --338.34,663.23 --338.43,663.22 --338.52,663.21 --338.61,663.2 --338.7,663.19 --338.79,663.17 --338.89,663.16 --338.98,663.15 --339.07,663.14 --339.16,663.13 --339.25,663.11 --339.34,663.1 --339.43,663.09 --339.52,663.08 --339.61,663.06 --339.7,663.05 --339.79,663.04 --339.88,663.03 --339.97,663.01 --340.06,663 --340.15,662.99 --340.24,662.98 --340.33,662.96 --340.42,662.95 --340.51,662.94 --340.6,662.93 --340.69,662.91 --340.78,662.9 --340.87,662.89 --340.96,662.88 --341.05,662.86 --341.14,662.85 --341.23,662.84 --341.32,662.82 --341.4,662.81 --341.49,662.8 --341.58,662.79 --341.67,662.77 --341.76,662.76 --341.85,662.75 --341.93,662.74 --342.02,662.72 --342.11,662.71 --342.2,662.7 --342.29,662.68 --342.37,662.67 --342.46,662.66 --342.55,662.65 --342.64,662.63 --342.72,662.62 --342.81,662.61 --342.9,662.59 --342.98,662.58 --343.07,662.57 --343.16,662.56 --343.24,662.54 --343.33,662.53 --343.41,662.52 --343.5,662.5 --343.59,662.49 --343.67,662.48 --343.76,662.47 --343.84,662.45 --343.93,662.44 --344.02,662.43 --344.1,662.41 --344.19,662.4 --344.27,662.39 --344.36,662.37 --344.44,662.36 --344.53,662.35 --344.61,662.34 --344.69,662.32 --344.78,662.31 --344.86,662.3 --344.95,662.28 --345.03,662.27 --345.11,662.26 --345.2,662.25 --345.28,662.23 --345.36,662.22 --345.45,662.21 --345.53,662.19 --345.61,662.18 --345.7,662.17 --345.78,662.16 --345.86,662.14 --345.94,662.13 --346.03,662.12 --346.11,662.1 --346.19,662.09 --346.27,662.08 --346.35,662.07 --346.44,662.05 --346.52,662.04 --346.6,662.03 --346.68,662.02 --346.76,662 --346.84,661.99 --346.92,661.98 --347.01,661.97 --347.09,661.95 --347.17,661.94 --347.25,661.93 --347.33,661.92 --347.41,661.9 --347.49,661.89 --347.57,661.88 --347.65,661.87 --347.73,661.85 --347.81,661.84 --347.89,661.83 --347.97,661.82 --348.05,661.8 --348.13,661.79 --348.21,661.78 --348.29,661.77 --348.36,661.75 --348.44,661.74 --348.52,661.73 --348.6,661.72 --348.68,661.7 --348.76,661.69 --348.84,661.68 --348.92,661.67 --348.99,661.66 --349.07,661.64 --349.15,661.63 --349.23,661.62 --349.31,661.61 --349.38,661.59 --349.46,661.58 --349.54,661.57 --349.62,661.56 --349.69,661.54 --349.77,661.53 --349.85,661.52 --349.92,661.51 --350,661.5 --350.08,661.48 --350.15,661.47 --350.23,661.46 --350.31,661.45 --350.38,661.43 --350.46,661.42 --350.53,661.41 --350.61,661.4 --350.69,661.39 --350.76,661.37 --350.84,661.36 --350.91,661.35 --350.99,661.34 --351.06,661.33 --351.14,661.31 --351.21,661.3 --351.29,661.29 --351.36,661.28 --351.43,661.27 --351.51,661.26 --351.58,661.24 --351.66,661.23 --351.73,661.22 --351.8,661.21 --351.88,661.2 --351.95,661.19 --352.02,661.18 --352.1,661.16 --352.17,661.15 --352.24,661.14 --352.31,661.13 --352.39,661.12 --352.46,661.11 --352.53,661.1 --352.6,661.08 --352.68,661.07 --352.75,661.06 --352.82,661.05 --352.89,661.04 --352.96,661.03 --353.03,661.02 --353.11,661.01 --353.18,661 --353.25,660.98 --353.32,660.97 --353.39,660.96 --353.46,660.95 --353.53,660.94 --353.6,660.93 --353.67,660.92 --353.74,660.91 --353.81,660.9 --353.88,660.89 --353.95,660.88 --354.02,660.87 --354.09,660.85 --354.16,660.84 --354.23,660.83 --354.3,660.82 --354.37,660.81 --354.44,660.8 --354.51,660.79 --354.57,660.78 --354.64,660.77 --354.71,660.76 --354.78,660.75 --354.85,660.74 --354.92,660.73 --353.75,660.41 --353.82,660.4 --353.88,660.39 --353.95,660.38 --354.02,660.37 --354.08,660.36 --354.15,660.35 --354.21,660.33 --354.28,660.32 --354.34,660.31 --354.41,660.3 --354.47,660.29 --354.54,660.28 --354.6,660.27 --354.67,660.26 --354.73,660.25 --354.79,660.24 --354.86,660.23 --354.92,660.22 --354.99,660.21 --355.05,660.2 --355.11,660.19 --355.17,660.18 --355.24,660.17 --355.3,660.16 --355.36,660.15 --355.42,660.14 --355.49,660.13 --355.55,660.12 --355.61,660.11 --355.67,660.1 --355.73,660.09 --355.79,660.09 --355.86,660.08 --355.92,660.07 --355.98,660.06 --356.04,660.05 --356.1,660.04 --356.16,660.03 --356.22,660.02 --356.28,660.01 --356.34,660 --356.4,659.99 --356.45,659.98 --356.51,659.97 --356.57,659.97 --356.63,659.96 --356.69,659.95 --356.75,659.94 --356.81,659.93 --356.86,659.92 --356.92,659.91 --356.98,659.9 --357.03,659.89 --357.09,659.88 --357.15,659.87 --357.21,659.87 --357.26,659.86 --357.32,659.85 --357.37,659.84 --357.43,659.83 --357.49,659.82 --357.54,659.81 --357.6,659.8 --357.65,659.8 --357.71,659.79 --357.76,659.78 --357.82,659.77 --357.87,659.76 --357.93,659.75 --357.98,659.75 --358.03,659.74 --358.09,659.73 --358.14,659.72 --358.2,659.71 --358.25,659.71 --358.3,659.7 --358.36,659.69 --358.41,659.68 --358.46,659.67 --358.51,659.67 --358.57,659.66 --358.62,659.65 --358.67,659.64 --358.72,659.64 --358.77,659.63 --358.83,659.62 --358.88,659.61 --358.93,659.61 --358.98,659.6 --359.03,659.59 --359.08,659.58 --359.13,659.58 --359.18,659.57 --359.23,659.56 --359.28,659.56 --359.33,659.55 --359.38,659.54 --359.43,659.53 --359.48,659.53 --359.53,659.52 --359.58,659.51 --359.63,659.5 --359.68,659.5 --359.73,659.49 --359.78,659.48 --359.83,659.48 --359.88,659.47 --359.93,659.46 --359.97,659.46 --360.02,659.45 --360.07,659.44 --360.12,659.43 --360.17,659.43 --360.22,659.42 --360.27,659.41 --360.31,659.4 --360.36,659.4 --360.41,659.39 --360.46,659.38 --360.51,659.37 --360.55,659.37 --360.6,659.36 --360.65,659.35 --360.69,659.34 --360.74,659.34 --360.78,659.33 --360.83,659.32 --360.87,659.32 --360.92,659.31 --360.96,659.31 --361.01,659.3 --361.05,659.3 --361.1,659.3 --361.14,659.29 --361.19,659.29 --361.23,659.28 --361.28,659.28 --361.32,659.27 --361.36,659.27 --361.41,659.26 --361.45,659.26 --361.5,659.25 --361.54,659.25 --361.59,659.24 --361.63,659.24 --361.68,659.23 --361.72,659.23 --361.77,659.22 --361.81,659.22 --361.86,659.21 --361.9,659.2 --361.95,659.2 --361.99,659.19 --362.04,659.18 --362.08,659.18 --362.13,659.17 --362.17,659.16 --362.22,659.16 --362.26,659.15 --362.31,659.14 --362.35,659.14 --362.4,659.13 --362.44,659.12 --362.49,659.12 --362.53,659.11 --362.58,659.1 --362.62,659.1 --362.67,659.09 --362.71,659.08 --362.76,659.07 --362.8,659.07 --362.84,659.06 --362.89,659.05 --362.93,659.05 --362.98,659.04 --363.02,659.03 --363.07,659.03 --363.11,659.02 --363.15,659.02 --363.2,659.01 --363.24,659 --363.29,659 --363.33,658.99 --363.38,658.98 --363.42,658.98 --363.46,658.97 --363.51,658.97 --363.55,658.96 --363.6,658.96 --363.64,658.95 --363.69,658.95 --363.73,658.94 --363.78,658.94 --363.82,658.94 --363.87,658.93 --363.91,658.93 --363.96,658.93 --364.01,658.92 --364.05,658.92 --364.1,658.92 --364.14,658.91 --364.19,658.91 --364.23,658.9 --364.28,658.9 --364.32,658.9 --364.37,658.89 --364.41,658.89 --364.46,658.88 --364.5,658.87 --364.55,658.87 --364.59,658.86 --364.63,658.86 --364.68,658.85 --364.72,658.84 --364.76,658.84 --364.81,658.83 --364.85,658.82 --364.89,658.82 --364.94,658.81 --364.98,658.8 --365.02,658.79 --365.06,658.79 --365.1,658.78 --365.15,658.77 --365.19,658.77 --365.23,658.76 --365.27,658.75 --365.32,658.75 --365.36,658.74 --365.4,658.74 --365.44,658.73 --365.49,658.73 --365.53,658.72 --365.57,658.72 --365.62,658.71 --365.66,658.71 --365.71,658.7 --365.75,658.7 --365.8,658.69 --365.84,658.69 --365.89,658.68 --365.93,658.68 --365.98,658.68 --366.02,658.67 --366.07,658.67 --366.11,658.66 --366.16,658.66 --366.21,658.65 --366.25,658.65 --366.3,658.65 --366.34,658.64 --366.39,658.64 --366.44,658.63 --366.48,658.63 --366.53,658.62 --366.58,658.62 --366.62,658.61 --366.67,658.61 --366.72,658.61 --366.76,658.6 --366.81,658.6 --366.86,658.59 --366.9,658.59 --366.95,658.59 --367,658.58 --367.04,658.58 --367.09,658.57 --367.14,658.57 --367.18,658.56 --367.23,658.56 --367.28,658.55 --367.33,658.55 --367.37,658.54 --367.42,658.54 --367.47,658.53 --367.52,658.53 --367.57,658.52 --367.62,658.52 --367.67,658.51 --367.72,658.5 --367.77,658.5 --367.82,658.49 --367.87,658.49 --367.92,658.48 --367.97,658.47 --368.02,658.47 --368.08,658.46 --368.13,658.45 --368.18,658.45 --368.24,658.44 --368.29,658.44 --368.35,658.43 --368.4,658.42 --368.46,658.42 --368.51,658.41 --368.56,658.41 --368.62,658.4 --368.67,658.39 --368.73,658.39 --367.34,658.18 --367.39,658.18 --367.44,658.17 --367.49,658.17 --367.55,658.16 --367.6,658.15 --367.65,658.15 --367.7,658.14 --367.75,658.14 --367.8,658.13 --367.86,658.13 --367.91,658.12 --367.96,658.11 --368.01,658.11 --368.07,658.1 --368.12,658.1 --368.17,658.09 --368.23,658.09 --368.28,658.08 --368.33,658.07 --368.39,658.07 --368.44,658.06 --368.5,658.06 --368.55,658.05 --368.6,658.04 --368.66,658.04 --368.71,658.03 --368.77,658.03 --368.82,658.02 --368.88,658.01 --368.93,658.01 --368.99,658 --369.04,658 --369.09,657.99 --369.15,657.98 --369.2,657.98 --369.26,657.97 --369.31,657.97 --369.37,657.96 --369.42,657.95 --369.48,657.95 --369.53,657.94 --369.59,657.93 --369.65,657.93 --369.7,657.92 --369.76,657.91 --369.82,657.91 --369.87,657.9 --369.93,657.89 --369.99,657.89 --370.04,657.88 --370.1,657.87 --370.16,657.87 --370.22,657.86 --370.28,657.85 --370.33,657.85 --370.39,657.84 --370.45,657.83 --370.51,657.83 --370.57,657.82 --370.63,657.81 --370.69,657.81 --370.74,657.8 --370.8,657.79 --370.86,657.79 --370.92,657.78 --370.98,657.77 --371.04,657.77 --371.1,657.76 --371.16,657.75 --371.22,657.75 --371.28,657.74 --371.34,657.73 --371.4,657.73 --371.46,657.72 --371.52,657.71 --371.58,657.7 --371.64,657.7 --371.71,657.69 --371.77,657.68 --371.83,657.68 --371.89,657.67 --371.95,657.66 --372.01,657.65 --372.08,657.65 --372.14,657.64 --372.2,657.63 --372.26,657.62 --372.33,657.61 --372.39,657.61 --372.45,657.6 --372.52,657.59 --372.58,657.58 --372.65,657.58 --372.71,657.57 --372.77,657.56 --372.84,657.55 --372.9,657.55 --372.97,657.54 --373.03,657.53 --373.1,657.52 --373.16,657.52 --373.22,657.51 --373.29,657.5 --373.35,657.49 --373.42,657.48 --373.48,657.48 --373.55,657.47 --373.61,657.46 --373.68,657.45 --373.75,657.45 --373.81,657.44 --373.88,657.43 --373.94,657.42 --374.01,657.41 --374.07,657.41 --374.14,657.4 --374.21,657.39 --374.27,657.38 --374.34,657.37 --374.4,657.37 --374.47,657.36 --374.54,657.35 --374.6,657.34 --374.67,657.33 --374.74,657.32 --374.8,657.32 --374.87,657.31 --374.94,657.3 --375,657.29 --375.07,657.28 --375.14,657.27 --375.21,657.26 --375.27,657.26 --375.34,657.25 --375.41,657.24 --375.48,657.23 --375.54,657.22 --375.61,657.21 --375.68,657.21 --375.75,657.2 --375.82,657.19 --375.89,657.18 --375.95,657.17 --376.02,657.16 --376.09,657.15 --376.16,657.14 --376.23,657.14 --376.3,657.13 --376.38,657.12 --376.45,657.11 --376.52,657.1 --376.59,657.09 --376.66,657.08 --376.73,657.07 --376.8,657.06 --376.87,657.05 --376.95,657.04 --377.02,657.04 --377.09,657.03 --377.16,657.02 --377.24,657.01 --377.31,657 --377.38,656.99 --377.46,656.98 --377.53,656.97 --377.61,656.96 --377.68,656.95 --377.75,656.94 --377.83,656.93 --377.9,656.92 --377.98,656.91 --378.05,656.9 --378.13,656.89 --378.21,656.88 --378.28,656.87 --378.36,656.86 --378.43,656.85 --378.51,656.84 --378.59,656.83 --378.66,656.82 --378.74,656.81 --378.82,656.8 --378.89,656.79 --378.97,656.78 --379.05,656.77 --379.13,656.76 --379.2,656.75 --379.28,656.74 --379.36,656.73 --379.44,656.72 --379.52,656.71 --379.6,656.7 --379.67,656.69 --379.75,656.68 --379.83,656.67 --379.91,656.66 --379.99,656.65 --380.07,656.64 --380.15,656.63 --380.23,656.62 --380.31,656.61 --380.39,656.6 --380.47,656.59 --380.55,656.58 --380.63,656.57 --380.71,656.56 --380.79,656.55 --380.87,656.54 --380.95,656.53 --381.03,656.52 --381.12,656.51 --381.2,656.5 --381.28,656.49 --381.36,656.48 --381.44,656.47 --381.53,656.45 --381.61,656.44 --381.69,656.43 --381.77,656.42 --381.86,656.41 --381.94,656.4 --382.02,656.39 --382.11,656.38 --382.19,656.37 --382.28,656.36 --382.36,656.35 --382.45,656.34 --382.53,656.32 --382.62,656.31 --382.7,656.3 --382.79,656.29 --382.87,656.28 --382.96,656.27 --383.04,656.26 --383.13,656.25 --383.22,656.24 --383.3,656.23 --383.39,656.22 --383.48,656.2 --383.56,656.19 --383.65,656.18 --383.74,656.17 --383.82,656.16 --383.91,656.15 --384,656.14 --384.09,656.13 --384.18,656.12 --384.26,656.11 --384.35,656.1 --384.44,656.08 --384.53,656.07 --384.62,656.06 --384.71,656.05 --384.8,656.04 --384.88,656.03 --384.97,656.02 --385.06,656.01 --385.15,656 --385.24,655.99 --385.33,655.98 --385.42,655.97 --385.51,655.96 --385.6,655.95 --385.69,655.93 --385.78,655.92 --385.88,655.91 --385.97,655.9 --386.06,655.89 --386.15,655.88 --386.24,655.87 --386.33,655.86 --386.42,655.85 --386.52,655.84 --386.61,655.83 --386.7,655.82 --386.79,655.81 --386.89,655.8 --386.98,655.79 --387.07,655.78 --387.16,655.77 --387.26,655.76 --387.35,655.75 --387.44,655.74 --387.54,655.73 --387.63,655.72 --387.73,655.71 --387.82,655.7 --387.91,655.69 --388.01,655.68 --388.1,655.67 --388.2,655.66 --388.29,655.65 --388.39,655.64 --388.48,655.63 --388.58,655.62 --388.67,655.61 --388.77,655.6 --388.86,655.59 --388.96,655.58 --387.51,654.02 --387.6,654.01 --387.69,654 --387.79,653.99 --387.88,653.98 --387.97,653.97 --388.07,653.95 --388.16,653.94 --388.26,653.93 --388.35,653.92 --388.45,653.91 --388.54,653.9 --388.64,653.89 --388.73,653.88 --388.83,653.87 --388.92,653.86 --389.02,653.85 --389.11,653.83 --389.21,653.82 --389.3,653.81 --389.4,653.8 --389.49,653.79 --389.59,653.78 --389.69,653.77 --389.78,653.76 --389.88,653.75 --389.97,653.74 --390.07,653.73 --390.17,653.72 --390.26,653.71 --390.36,653.7 --390.46,653.69 --390.55,653.67 --390.65,653.66 --390.75,653.65 --390.84,653.64 --390.94,653.63 --391.04,653.62 --391.13,653.61 --391.23,653.6 --391.33,653.59 --391.43,653.58 --391.52,653.57 --391.62,653.56 --391.72,653.55 --391.82,653.54 --391.91,653.53 --392.01,653.52 --392.11,653.51 --392.21,653.5 --392.31,653.48 --392.4,653.47 --392.5,653.46 --392.6,653.45 --392.7,653.44 --392.8,653.43 --392.9,653.42 --392.99,653.41 --393.09,653.4 --393.19,653.39 --393.29,653.38 --393.39,653.37 --393.49,653.36 --393.59,653.35 --393.68,653.34 --393.78,653.33 --393.88,653.32 --393.98,653.31 --394.08,653.3 --394.18,653.3 --394.28,653.29 --394.38,653.28 --394.48,653.27 --394.58,653.26 --394.67,653.25 --394.77,653.24 --394.87,653.23 --394.97,653.22 --395.07,653.21 --395.17,653.2 --395.27,653.19 --395.37,653.18 --395.47,653.17 --395.57,653.16 --395.67,653.15 --395.77,653.15 --395.87,653.14 --395.97,653.13 --396.07,653.12 --396.17,653.11 --396.27,653.1 --396.37,653.09 --396.47,653.08 --396.57,653.07 --396.67,653.06 --396.77,653.05 --396.87,653.04 --396.97,653.03 --397.07,653.02 --397.17,653.01 --397.27,653 --397.37,653 --397.47,652.99 --397.57,652.98 --397.67,652.97 --397.77,652.96 --397.87,652.95 --397.97,652.94 --398.07,652.93 --398.17,652.92 --398.27,652.91 --398.37,652.9 --398.47,652.89 --398.57,652.88 --398.67,652.87 --398.77,652.87 --398.87,652.86 --398.97,652.85 --399.07,652.84 --399.17,652.83 --399.27,652.82 --399.37,652.81 --399.47,652.8 --399.57,652.79 --399.67,652.79 --399.77,652.78 --399.87,652.77 --399.97,652.76 --400.07,652.75 --400.17,652.74 --400.27,652.73 --400.37,652.72 --400.47,652.72 --400.57,652.71 --400.67,652.7 --400.77,652.69 --400.87,652.68 --400.97,652.67 --401.06,652.66 --401.16,652.65 --401.26,652.65 --401.36,652.64 --401.46,652.63 --401.56,652.62 --401.66,652.61 --401.76,652.6 --401.86,652.59 --401.96,652.59 --402.06,652.58 --402.16,652.57 --402.26,652.56 --402.36,652.55 --402.46,652.54 --402.56,652.54 --402.66,652.53 --402.76,652.52 --402.86,652.51 --402.96,652.5 --403.05,652.49 --403.15,652.49 --403.25,652.48 --403.35,652.47 --403.45,652.46 --403.55,652.45 --403.65,652.44 --403.75,652.44 --403.85,652.43 --403.95,652.42 --404.05,652.41 --404.14,652.4 --404.24,652.4 --404.34,652.39 --404.44,652.38 --404.54,652.37 --404.64,652.36 --404.73,652.36 --404.83,652.35 --404.93,652.34 --405.03,652.33 --405.13,652.32 --405.22,652.32 --405.32,652.31 --405.42,652.3 --405.52,652.29 --405.61,652.28 --405.71,652.28 --405.81,652.27 --405.91,652.26 --406,652.25 --406.1,652.24 --406.2,652.23 --406.3,652.23 --406.39,652.22 --406.49,652.21 --406.59,652.2 --406.68,652.19 --406.78,652.18 --406.88,652.17 --406.97,652.16 --407.07,652.16 --407.17,652.15 --407.26,652.14 --407.36,652.13 --407.46,652.12 --407.55,652.11 --407.65,652.1 --407.74,652.09 --407.84,652.08 --407.94,652.08 --408.03,652.07 --408.13,652.06 --408.22,652.05 --408.32,652.04 --408.41,652.03 --408.51,652.03 --408.6,652.02 --408.7,652.01 --408.79,652 --408.88,651.99 --408.98,651.98 --409.07,651.98 --409.17,651.97 --409.26,651.96 --409.35,651.95 --409.44,651.94 --409.54,651.94 --409.63,651.93 --409.72,651.92 --409.82,651.91 --409.91,651.9 --410,651.9 --410.09,651.89 --410.19,651.88 --410.28,651.87 --410.37,651.86 --410.46,651.86 --410.56,651.85 --410.65,651.84 --410.74,651.83 --410.83,651.83 --410.92,651.82 --411.02,651.81 --411.11,651.81 --411.2,651.8 --411.29,651.79 --411.39,651.78 --411.48,651.78 --411.57,651.77 --411.66,651.76 --411.75,651.76 --411.84,651.75 --411.94,651.74 --412.03,651.74 --412.12,651.73 --412.21,651.72 --412.3,651.72 --412.39,651.71 --412.48,651.7 --412.57,651.7 --412.66,651.69 --412.75,651.68 --412.84,651.68 --412.93,651.67 --413.02,651.66 --413.11,651.66 --413.2,651.65 --413.29,651.65 --413.38,651.64 --413.47,651.63 --413.56,651.63 --413.65,651.62 --413.74,651.61 --413.83,651.61 --413.91,651.6 --414,651.59 --414.09,651.59 --414.18,651.58 --414.27,651.57 --414.35,651.57 --414.44,651.56 --414.53,651.56 --414.62,651.55 --414.7,651.54 --414.79,651.54 --414.88,651.53 --414.96,651.52 --415.05,651.52 --415.14,651.51 --415.22,651.51 --415.31,651.5 --415.4,651.49 --415.48,651.49 --415.57,651.48 --415.65,651.47 --415.74,651.47 --415.82,651.46 --415.91,651.46 --415.99,651.45 --416.08,651.44 --416.16,651.44 --415.45,650.19 --415.53,650.18 --415.61,650.17 --415.7,650.17 --415.78,650.16 --415.86,650.15 --415.94,650.14 --416.03,650.14 --416.11,650.13 --416.19,650.12 --416.27,650.11 --416.35,650.11 --416.43,650.1 --416.52,650.09 --416.6,650.08 --416.68,650.07 --416.76,650.07 --416.84,650.06 --416.92,650.05 --417,650.04 --417.08,650.04 --417.16,650.03 --417.24,650.02 --417.32,650.01 --417.39,650 --417.47,650 --417.55,649.99 --417.63,649.98 --417.71,649.97 --417.79,649.96 --417.86,649.96 --417.94,649.95 --418.02,649.94 --418.1,649.93 --418.17,649.92 --418.25,649.92 --418.33,649.91 --418.4,649.9 --418.48,649.89 --418.56,649.88 --418.63,649.88 --418.71,649.87 --418.79,649.86 --418.86,649.85 --418.94,649.84 --419.01,649.84 --419.09,649.83 --419.16,649.82 --419.24,649.81 --419.31,649.81 --419.39,649.8 --419.46,649.79 --419.54,649.78 --419.61,649.78 --419.68,649.77 --419.76,649.76 --419.83,649.75 --419.9,649.75 --419.98,649.74 --420.05,649.73 --420.12,649.72 --420.2,649.71 --420.27,649.71 --420.34,649.7 --420.41,649.69 --420.48,649.68 --420.56,649.67 --420.63,649.67 --420.7,649.66 --420.77,649.65 --420.84,649.64 --420.91,649.64 --420.98,649.63 --421.05,649.62 --421.12,649.61 --421.19,649.61 --421.26,649.6 --421.33,649.59 --421.4,649.58 --421.47,649.58 --421.54,649.57 --421.61,649.56 --421.68,649.55 --421.75,649.55 --421.82,649.54 --421.89,649.53 --421.95,649.52 --422.02,649.52 --422.09,649.51 --422.16,649.5 --422.23,649.5 --422.29,649.49 --422.36,649.48 --422.43,649.47 --422.5,649.47 --422.56,649.46 --422.63,649.45 --422.7,649.44 --422.76,649.44 --422.83,649.43 --422.9,649.42 --422.96,649.42 --423.03,649.41 --423.09,649.4 --423.16,649.39 --423.22,649.39 --423.29,649.38 --423.35,649.37 --423.42,649.37 --423.48,649.36 --423.55,649.35 --423.61,649.34 --423.68,649.34 --423.74,649.33 --423.81,649.32 --423.87,649.32 --423.93,649.31 --424,649.3 --424.06,649.3 --424.12,649.29 --424.19,649.28 --424.25,649.28 --424.31,649.27 --424.38,649.26 --424.44,649.26 --424.5,649.25 --424.56,649.24 --424.63,649.23 --424.69,649.23 --424.75,649.22 --424.81,649.21 --424.87,649.21 --424.93,649.2 --425,649.19 --425.06,649.19 --425.12,649.18 --425.18,649.17 --425.24,649.17 --425.3,649.16 --425.36,649.16 --425.42,649.15 --425.48,649.14 --425.54,649.14 --425.6,649.13 --425.66,649.12 --425.72,649.12 --425.78,649.11 --425.84,649.1 --425.9,649.1 --425.95,649.09 --426.01,649.08 --426.07,649.08 --426.13,649.07 --426.19,649.07 --426.25,649.06 --426.3,649.05 --426.36,649.05 --426.42,649.04 --426.48,649.04 --426.53,649.03 --426.59,649.02 --426.65,649.02 --426.7,649.01 --426.76,649.01 --426.81,649 --426.87,648.99 --426.93,648.99 --426.98,648.98 --427.04,648.98 --427.09,648.97 --427.15,648.97 --427.2,648.96 --427.26,648.95 --427.31,648.95 --427.37,648.94 --427.42,648.94 --427.48,648.93 --427.53,648.93 --427.59,648.92 --427.64,648.92 --427.7,648.91 --427.75,648.9 --427.8,648.9 --427.86,648.89 --427.91,648.89 --427.96,648.88 --428.02,648.88 --428.07,648.87 --428.12,648.87 --428.17,648.86 --428.23,648.86 --428.28,648.85 --428.33,648.85 --428.38,648.84 --428.44,648.84 --428.49,648.83 --428.54,648.83 --428.59,648.82 --428.64,648.82 --428.69,648.81 --428.74,648.81 --428.79,648.8 --428.85,648.8 --428.9,648.79 --428.95,648.79 --429,648.78 --429.05,648.78 --429.1,648.77 --429.15,648.77 --429.2,648.77 --429.25,648.76 --429.3,648.76 --429.34,648.75 --429.39,648.75 --429.44,648.74 --429.49,648.74 --429.54,648.73 --429.59,648.73 --429.64,648.72 --429.69,648.72 --429.73,648.71 --429.78,648.71 --429.83,648.71 --429.88,648.7 --429.92,648.7 --429.97,648.69 --430.02,648.69 --430.06,648.68 --430.11,648.68 --430.16,648.67 --430.2,648.67 --430.25,648.67 --430.29,648.66 --430.34,648.66 --430.38,648.65 --430.43,648.65 --430.47,648.64 --430.52,648.64 --430.56,648.64 --430.61,648.63 --430.65,648.63 --430.69,648.62 --430.74,648.62 --430.78,648.62 --430.82,648.61 --430.87,648.61 --430.91,648.61 --430.95,648.6 --431,648.6 --431.04,648.6 --431.08,648.59 --431.12,648.59 --431.17,648.58 --431.21,648.58 --431.25,648.58 --431.29,648.57 --431.33,648.57 --431.37,648.57 --431.41,648.56 --431.45,648.56 --431.49,648.56 --431.53,648.55 --431.57,648.55 --431.61,648.55 --431.65,648.54 --431.69,648.54 --431.73,648.54 --431.77,648.53 --431.81,648.53 --431.85,648.53 --431.89,648.53 --431.92,648.52 --431.96,648.52 --432,648.52 --432.04,648.51 --432.07,648.51 --432.11,648.51 --432.15,648.51 --432.18,648.5 --432.22,648.5 --432.26,648.5 --432.29,648.49 --432.33,648.49 --432.36,648.49 --432.4,648.49 --432.43,648.48 --432.47,648.48 --432.5,648.48 --432.54,648.48 --432.57,648.47 --432.61,648.47 --432.64,648.47 --432.68,648.47 --432.71,648.46 --432.74,648.46 --432.78,648.46 --432.81,648.46 --432.84,648.46 --432.88,648.45 --432.91,648.45 --431.78,646.57 --431.81,646.56 --431.84,646.56 --431.87,646.55 --431.9,646.55 --431.93,646.54 --431.96,646.54 --431.99,646.53 --432.02,646.53 --432.05,646.52 --432.08,646.52 --432.11,646.52 --432.13,646.51 --432.16,646.51 --432.19,646.5 --432.22,646.5 --432.25,646.49 --432.27,646.49 --432.3,646.48 --432.33,646.48 --432.35,646.48 --432.38,646.47 --432.41,646.47 --432.43,646.46 --432.46,646.46 --432.48,646.46 --432.51,646.45 --432.54,646.45 --432.56,646.45 --432.59,646.44 --432.61,646.44 --432.63,646.44 --432.66,646.43 --432.68,646.43 --432.71,646.43 --432.73,646.43 --432.76,646.42 --432.78,646.42 --432.8,646.42 --432.83,646.41 --432.85,646.41 --432.87,646.41 --432.9,646.41 --432.92,646.4 --432.94,646.4 --432.97,646.4 --432.99,646.39 --433.01,646.39 --433.03,646.39 --433.06,646.39 --433.08,646.38 --433.1,646.38 --433.12,646.38 --433.15,646.38 --433.17,646.37 --433.19,646.37 --433.21,646.37 --433.23,646.37 --433.26,646.36 --433.28,646.36 --433.3,646.36 --433.32,646.36 --433.34,646.35 --433.36,646.35 --433.38,646.35 --433.4,646.35 --433.43,646.35 --433.45,646.34 --433.47,646.34 --433.49,646.34 --433.51,646.34 --433.53,646.33 --433.55,646.33 --433.57,646.33 --433.59,646.33 --433.61,646.33 --433.63,646.32 --433.65,646.32 --433.67,646.32 --433.69,646.32 --433.71,646.32 --433.73,646.32 --433.74,646.31 --433.76,646.31 --433.78,646.31 --433.8,646.31 --433.82,646.31 --433.84,646.31 --433.86,646.31 --433.87,646.3 --433.89,646.3 --433.91,646.3 --433.93,646.3 --433.95,646.3 --433.96,646.3 --433.98,646.3 --434,646.3 --434.02,646.29 --434.03,646.29 --434.05,646.29 --434.07,646.29 --434.08,646.29 --434.1,646.29 --434.12,646.29 --434.13,646.29 --434.15,646.29 --434.16,646.29 --434.18,646.29 --434.2,646.29 --434.21,646.29 --434.23,646.28 --434.24,646.28 --434.26,646.28 --434.27,646.28 --434.29,646.28 --434.3,646.28 --434.32,646.28 --434.33,646.28 --434.34,646.28 --434.36,646.28 --434.37,646.28 --434.39,646.28 --434.4,646.28 --434.41,646.28 --434.43,646.28 --434.44,646.28 --434.45,646.28 --434.47,646.28 --434.48,646.28 --434.49,646.28 --434.51,646.29 --434.52,646.29 --434.53,646.29 --434.54,646.29 --434.56,646.29 --434.57,646.29 --434.58,646.29 --434.59,646.29 --434.6,646.29 --434.62,646.29 --434.63,646.29 --434.64,646.29 --434.65,646.3 --434.66,646.3 --434.67,646.3 --434.68,646.3 --434.69,646.3 --434.7,646.3 --434.71,646.3 --434.73,646.3 --434.74,646.31 --434.75,646.31 --434.76,646.31 --434.77,646.31 --434.78,646.31 --434.79,646.31 --434.8,646.31 --434.81,646.32 --434.82,646.32 --434.83,646.32 --434.84,646.32 --434.84,646.32 --434.85,646.32 --434.86,646.33 --434.87,646.33 --434.88,646.33 --434.89,646.33 --434.9,646.33 --434.91,646.34 --434.92,646.34 --434.93,646.34 --434.94,646.34 --434.95,646.34 --434.96,646.34 --434.97,646.35 --434.97,646.35 --434.98,646.35 --434.99,646.35 --435,646.36 --435.01,646.36 --435.02,646.36 --435.03,646.36 --435.04,646.36 --435.04,646.37 --435.05,646.37 --435.06,646.37 --435.07,646.37 --435.08,646.38 --435.09,646.38 --435.1,646.38 --435.1,646.38 --435.11,646.39 --435.12,646.39 --435.13,646.39 --435.14,646.39 --435.14,646.4 --435.15,646.4 --435.16,646.4 --435.17,646.4 --435.18,646.41 --434.84,644.99 --434.84,644.99 --434.85,644.99 --434.86,644.99 --434.86,645 --434.87,645 --434.88,645 --434.88,645 --434.89,645 --434.9,645 --434.9,645 --434.91,645 --434.92,645 --434.92,645 --434.93,645 --434.94,645 --434.94,645 --434.95,645 --434.96,645 --434.96,645.01 --434.97,645.01 --434.97,645.01 --434.98,645.01 --434.99,645.01 --434.99,645.01 --435,645.01 --435,645.01 --435.01,645.01 --435.01,645.01 --435.02,645.01 --435.03,645.02 --435.03,645.02 --435.04,645.02 --435.04,645.02 --435.05,645.02 --435.05,645.02 --435.06,645.02 --435.06,645.02 --435.07,645.03 --435.08,645.03 --435.08,645.03 --435.09,645.03 --435.09,645.03 --435.1,645.03 --435.1,645.03 --435.11,645.03 --435.11,645.04 --435.12,645.04 --435.12,645.04 --435.13,645.04 --435.13,645.04 --435.14,645.04 --435.14,645.04 --435.15,645.05 --435.15,645.05 --435.16,645.05 --435.16,645.05 --435.17,645.05 --435.17,645.05 --435.17,645.05 --435.18,645.06 --435.18,645.06 --435.19,645.06 --435.19,645.06 --435.2,645.06 --435.2,645.06 --435.21,645.07 --435.21,645.07 --435.21,645.07 --435.22,645.07 --435.22,645.07 --435.23,645.07 --435.23,645.08 --435.24,645.08 --435.24,645.08 --435.24,645.08 --435.25,645.08 --435.25,645.08 --435.26,645.09 --435.26,645.09 --435.26,645.09 --435.27,645.09 --435.27,645.09 --435.28,645.09 --435.28,645.1 --435.28,645.1 --435.29,645.1 --435.29,645.1 --435.29,645.1 --435.3,645.11 --435.3,645.11 --435.31,645.11 --435.31,645.11 --435.31,645.11 --435.32,645.12 --435.32,645.12 --435.32,645.12 --435.33,645.12 --435.33,645.12 --435.33,645.13 --435.34,645.13 --435.34,645.13 --435.34,645.13 --435.35,645.14 --435.35,645.14 --435.35,645.14 --435.36,645.14 --435.36,645.14 --435.36,645.15 --435.36,645.15 --435.37,645.15 --435.37,645.15 --435.37,645.15 --435.38,645.16 --435.38,645.16 --435.38,645.16 --435.39,645.16 --435.39,645.17 --435.39,645.17 --435.39,645.17 --435.4,645.17 --435.4,645.18 --435.4,645.18 --435.41,645.18 --435.41,645.18 --435.41,645.18 --435.42,645.19 --435.42,645.19 --435.42,645.19 --435.42,645.19 --435.43,645.2 --435.43,645.2 --435.43,645.2 --435.44,645.2 --435.44,645.2 --435.44,645.21 --435.45,645.21 --435.45,645.21 --435.45,645.21 --435.46,645.22 --435.46,645.22 --435.46,645.22 --435.47,645.22 --435.47,645.22 --435.47,645.23 --435.48,645.23 --435.48,645.23 --435.49,645.23 --435.49,645.23 --435.49,645.24 --435.5,645.24 --435.5,645.24 --435.51,645.24 --435.51,645.24 --435.52,645.24 --435.52,645.25 --435.52,645.25 --435.53,645.25 --435.53,645.25 --435.54,645.25 --435.54,645.25 --435.55,645.26 --435.55,645.26 --435.56,645.26 --435.56,645.26 --435.57,645.26 --435.58,645.26 --435.58,645.26 --435.59,645.27 --435.59,645.27 --435.6,645.27 --435.6,645.27 --435.61,645.27 --435.62,645.27 --435.62,645.27 --435.63,645.27 --435.63,645.27 --435.64,645.28 --435.65,645.28 --435.65,645.28 --435.66,645.28 --435.67,645.28 --435.67,645.28 --435.68,645.28 --435.69,645.28 --435.69,645.28 --435.7,645.28 --435.71,645.28 --435.72,645.28 --435.72,645.29 --435.73,645.29 --435.74,645.29 --435.75,645.29 --435.75,645.29 --435.76,645.29 --435.77,645.29 --435.78,645.29 --435.79,645.29 --435.79,645.29 --435.8,645.29 --435.81,645.29 --435.82,645.29 --435.83,645.29 --435.84,645.29 --435.85,645.29 --435.86,645.29 --435.87,645.29 --435.88,645.29 --435.89,645.29 --435.9,645.29 --435.91,645.29 --435.92,645.29 --435.93,645.28 --435.94,645.28 --435.95,645.28 --435.96,645.28 --435.97,645.28 --435.98,645.28 --436,645.28 --436.01,645.28 --436.02,645.28 --436.03,645.27 --436.05,645.27 --436.06,645.27 --436.07,645.27 --436.09,645.27 --436.1,645.27 --436.11,645.26 --436.13,645.26 --436.14,645.26 --436.16,645.26 --436.17,645.25 --436.19,645.25 --436.2,645.25 --436.22,645.25 --436.23,645.24 --436.25,645.24 --436.26,645.24 --436.28,645.23 --436.3,645.23 --436.31,645.23 --436.33,645.22 --436.35,645.22 --436.36,645.21 --436.38,645.21 --436.4,645.21 --436.42,645.2 --436.44,645.2 --436.45,645.19 --436.47,645.19 --436.49,645.18 --436.51,645.18 --436.53,645.17 --436.55,645.17 --436.57,645.16 --436.59,645.16 --436.61,645.15 --436.63,645.14 --436.65,645.14 --436.67,645.13 --436.69,645.13 --436.71,645.12 --436.73,645.11 --436.75,645.11 --436.78,645.1 --436.8,645.09 --436.82,645.09 --436.84,645.08 --436.87,645.07 --436.89,645.06 --436.91,645.05 --436.93,645.05 --436.96,645.04 --436.98,645.03 --437.01,645.02 --437.03,645.01 --437.05,645 --437.08,644.99 --437.1,644.99 --437.13,644.98 --437.15,644.97 --437.18,644.96 --437.2,644.95 --437.23,644.94 --437.26,644.93 --437.28,644.92 --437.31,644.9 --437.34,644.89 --437.36,644.88 --437.39,644.87 --437.42,644.86 --437.44,644.85 --437.47,644.84 --437.5,644.82 --437.53,644.81 --437.56,644.8 --437.58,644.79 --437.61,644.77 --437.64,644.76 --437.67,644.75 --437.32,643.7 --437.35,643.68 --437.38,643.66 --437.41,643.65 --437.44,643.63 --437.47,643.62 --437.5,643.6 --437.53,643.58 --437.56,643.56 --437.59,643.55 --437.62,643.53 --437.65,643.51 --437.68,643.49 --437.71,643.47 --437.74,643.45 --437.77,643.43 --437.8,643.41 --437.83,643.39 --437.86,643.37 --437.89,643.35 --437.92,643.33 --437.96,643.31 --437.99,643.29 --438.02,643.27 --438.05,643.25 --438.08,643.23 --438.11,643.2 --438.14,643.18 --438.17,643.16 --438.2,643.14 --438.23,643.12 --438.26,643.09 --438.29,643.07 --438.32,643.05 --438.35,643.03 --438.38,643 --438.41,642.98 --438.44,642.96 --438.46,642.93 --438.49,642.91 --438.52,642.88 --438.55,642.86 --438.58,642.84 --438.61,642.81 --438.64,642.79 --438.67,642.76 --438.7,642.74 --438.73,642.71 --438.76,642.68 --438.79,642.66 --438.82,642.63 --438.84,642.6 --438.87,642.58 --438.9,642.55 --438.93,642.52 --438.96,642.5 --438.99,642.47 --439.02,642.44 --439.05,642.41 --439.08,642.38 --439.11,642.35 --439.14,642.33 --439.16,642.3 --439.19,642.27 --439.22,642.24 --439.25,642.21 --439.28,642.18 --439.31,642.15 --439.33,642.12 --439.36,642.09 --439.39,642.06 --439.42,642.03 --439.45,641.99 --439.47,641.96 --439.5,641.93 --439.53,641.9 --439.56,641.87 --439.58,641.84 --439.61,641.8 --439.64,641.77 --439.66,641.74 --439.69,641.7 --439.72,641.67 --439.74,641.64 --439.77,641.6 --439.8,641.57 --439.82,641.54 --439.85,641.5 --439.87,641.47 --439.9,641.43 --439.92,641.4 --439.95,641.36 --439.97,641.32 --440,641.29 --440.02,641.25 --440.05,641.22 --440.07,641.18 --440.1,641.14 --440.12,641.1 --440.14,641.07 --440.17,641.03 --440.19,640.99 --440.22,640.95 --440.24,640.92 --440.26,640.88 --440.28,640.84 --440.31,640.8 --440.33,640.76 --440.35,640.72 --440.37,640.68 --440.39,640.64 --440.42,640.6 --440.44,640.56 --440.46,640.52 --440.48,640.48 --440.5,640.44 --440.52,640.4 --440.54,640.36 --440.56,640.32 --440.58,640.28 --440.61,640.24 --440.63,640.2 --440.65,640.15 --440.67,640.11 --440.69,640.07 --440.7,640.03 --440.72,639.99 --440.74,639.94 --440.76,639.9 --440.78,639.86 --440.8,639.81 --440.82,639.77 --440.84,639.73 --440.85,639.68 --440.87,639.64 --440.89,639.6 --440.91,639.55 --440.92,639.51 --440.94,639.46 --440.95,639.42 --440.97,639.37 --440.99,639.33 --441,639.28 --441.02,639.24 --441.03,639.19 --441.05,639.14 --441.06,639.1 --441.08,639.05 --441.09,639.01 --441.1,638.96 --441.12,638.91 --441.13,638.87 --441.14,638.82 --441.16,638.77 --441.17,638.73 --441.18,638.68 --441.19,638.63 --441.21,638.58 --441.22,638.54 --441.23,638.49 --441.24,638.44 --441.25,638.39 --441.26,638.35 --441.27,638.3 --441.28,638.25 --441.29,638.2 --441.3,638.15 --441.31,638.1 --441.32,638.05 --441.33,638 --441.34,637.96 --441.35,637.91 --441.36,637.86 --441.37,637.81 --441.38,637.76 --441.39,637.71 --441.39,637.66 --441.4,637.61 --441.41,637.56 --441.42,637.51 --441.42,637.46 --441.43,637.41 --441.43,637.36 --441.44,637.3 --441.45,637.25 --441.45,637.2 --441.46,637.15 --441.46,637.1 --441.46,637.05 --441.47,637 --441.47,636.95 --441.48,636.89 --441.48,636.84 --441.48,636.79 --441.48,636.74 --441.49,636.69 --441.49,636.63 --441.49,636.58 --441.49,636.53 --441.49,636.48 --441.49,636.42 --441.49,636.37 --441.49,636.32 --441.49,636.26 --441.49,636.21 --441.49,636.16 --441.49,636.1 --441.49,636.05 --441.48,636 --441.48,635.94 --441.48,635.89 --441.48,635.84 --441.47,635.78 --441.47,635.73 --441.47,635.67 --441.46,635.62 --441.46,635.57 --441.45,635.51 --441.45,635.46 --441.44,635.4 --441.44,635.35 --441.43,635.29 --441.43,635.24 --441.42,635.19 --441.42,635.13 --441.41,635.08 --441.4,635.02 --441.4,634.97 --441.39,634.91 --441.38,634.86 --441.38,634.8 --441.37,634.75 --441.36,634.69 --441.35,634.64 --441.35,634.58 --441.34,634.53 --441.33,634.47 --441.32,634.42 --441.31,634.36 --441.31,634.3 --441.3,634.25 --441.29,634.19 --441.28,634.14 --441.27,634.08 --441.26,634.03 --441.25,633.97 --441.24,633.91 --441.23,633.86 --441.22,633.8 --441.21,633.74 --441.2,633.69 --441.19,633.63 --441.19,633.57 --441.18,633.52 --441.17,633.46 --441.16,633.4 --441.15,633.35 --441.14,633.29 --441.12,633.23 --441.11,633.17 --441.1,633.12 --441.09,633.06 --441.08,633 --441.07,632.95 --441.06,632.89 --441.05,632.83 --441.04,632.77 --441.03,632.71 --441.02,632.66 --441,632.6 --440.99,632.54 --440.98,632.48 --440.97,632.42 --440.96,632.37 --440.94,632.31 --440.93,632.25 --440.92,632.19 --440.91,632.13 --440.89,632.07 --440.88,632.01 --440.87,631.95 --440.86,631.89 --440.84,631.83 --440.83,631.77 --440.82,631.71 --440.8,631.65 --440.79,631.59 --440.77,631.53 --440.76,631.47 --440.75,631.41 --440.73,631.35 --440.72,631.29 --440.7,631.23 --440.69,631.17 --440.67,631.11 --440.66,631.05 --440.64,630.99 --440.63,630.93 --440.61,630.86 --440.6,630.8 --440.54,629.7 --440.52,629.63 --440.51,629.57 --440.49,629.51 --440.48,629.44 --440.46,629.38 --440.44,629.31 --440.43,629.25 --440.41,629.18 --440.4,629.12 --440.38,629.05 --440.36,628.99 --440.35,628.92 --440.33,628.86 --440.31,628.79 --440.3,628.72 --440.28,628.66 --440.26,628.59 --440.25,628.52 --440.23,628.46 --440.22,628.39 --440.2,628.32 --440.18,628.26 --440.17,628.19 --440.15,628.12 --440.13,628.05 --440.11,627.99 --440.1,627.92 --440.08,627.85 --440.06,627.78 --440.05,627.71 --440.03,627.64 --440.01,627.58 --439.99,627.51 --439.98,627.44 --439.96,627.37 --439.94,627.3 --439.92,627.23 --439.91,627.16 --439.89,627.09 --439.87,627.02 --439.85,626.95 --439.84,626.88 --439.82,626.81 --439.8,626.74 --439.78,626.67 --439.76,626.6 --439.74,626.53 --439.73,626.46 --439.71,626.39 --439.69,626.32 --439.67,626.24 --439.65,626.17 --439.63,626.1 --439.61,626.03 --439.59,625.96 --439.57,625.89 --439.55,625.81 --439.54,625.74 --439.52,625.67 --439.5,625.6 --439.48,625.52 --439.46,625.45 --439.44,625.38 --439.42,625.3 --439.4,625.23 --439.38,625.16 --439.36,625.08 --439.34,625.01 --439.32,624.93 --439.3,624.86 --439.28,624.79 --439.26,624.71 --439.24,624.64 --439.22,624.56 --439.2,624.49 --439.18,624.41 --439.16,624.34 --439.14,624.27 --439.12,624.19 --439.1,624.12 --439.08,624.04 --439.06,623.97 --439.04,623.89 --439.02,623.82 --439,623.74 --438.98,623.67 --438.96,623.6 --438.94,623.52 --438.92,623.45 --438.9,623.37 --438.88,623.3 --438.86,623.23 --438.84,623.15 --438.82,623.08 --438.8,623.01 --438.78,622.93 --438.76,622.86 --438.74,622.79 --438.72,622.71 --438.7,622.64 --438.68,622.57 --438.66,622.5 --438.64,622.42 --438.62,622.35 --438.6,622.28 --438.58,622.21 --438.56,622.13 --438.54,622.06 --438.53,621.99 --438.51,621.92 --438.49,621.84 --438.47,621.77 --438.45,621.7 --438.43,621.63 --438.41,621.56 --438.39,621.48 --438.37,621.41 --438.36,621.34 --438.34,621.27 --438.32,621.2 --438.3,621.13 --438.28,621.06 --438.26,620.99 --438.24,620.91 --438.23,620.84 --438.21,620.77 --438.19,620.7 --438.17,620.63 --438.15,620.56 --438.13,620.49 --438.11,620.42 --438.1,620.35 --438.08,620.28 --438.06,620.21 --438.04,620.14 --438.02,620.07 --438,620 --437.99,619.93 --437.97,619.86 --437.95,619.79 --437.93,619.72 --437.91,619.65 --437.89,619.58 --437.88,619.51 --437.86,619.44 --437.84,619.37 --437.82,619.3 --437.8,619.23 --437.79,619.16 --437.77,619.09 --437.75,619.02 --437.73,618.95 --437.71,618.89 --437.7,618.82 --437.68,618.75 --437.66,618.68 --437.64,618.61 --437.62,618.54 --437.61,618.47 --437.59,618.4 --437.57,618.34 --437.55,618.27 --437.53,618.2 --437.52,618.13 --437.5,618.06 --437.48,617.99 --437.46,617.92 --437.45,617.86 --437.43,617.79 --437.41,617.72 --437.39,617.65 --437.37,617.58 --437.36,617.51 --437.34,617.44 --437.32,617.37 --437.3,617.31 --437.28,617.24 --437.27,617.17 --437.25,617.1 --437.23,617.03 --437.21,616.96 --437.19,616.89 --437.18,616.82 --437.16,616.75 --437.14,616.68 --437.12,616.61 --437.1,616.54 --437.08,616.47 --437.07,616.39 --437.05,616.32 --437.03,616.25 --437.01,616.18 --436.99,616.11 --436.97,616.04 --436.96,615.97 --436.94,615.89 --436.92,615.82 --436.9,615.75 --436.88,615.68 --436.82,615.05 --436.8,614.97 --436.79,614.9 --436.77,614.82 --436.75,614.75 --436.73,614.68 --436.71,614.6 --436.69,614.53 --436.67,614.45 --436.65,614.38 --436.63,614.3 --436.62,614.23 --436.6,614.15 --436.58,614.08 --436.56,614 --436.54,613.92 --436.52,613.85 --436.5,613.77 --436.48,613.69 --436.46,613.62 --436.44,613.54 --436.42,613.46 --436.4,613.39 --436.38,613.31 --436.36,613.23 --436.35,613.15 --436.33,613.08 --436.31,613 --436.29,612.92 --436.27,612.84 --436.25,612.76 --436.23,612.68 --436.21,612.6 --436.19,612.52 --436.17,612.44 --436.15,612.36 --436.13,612.28 --436.11,612.2 --436.09,612.12 --436.07,612.04 --436.05,611.96 --436.03,611.88 --436.01,611.8 --435.99,611.72 --435.97,611.63 --435.96,611.55 --435.94,611.47 --435.92,611.39 --435.9,611.3 --435.88,611.22 --435.86,611.14 --435.84,611.06 --435.82,610.97 --435.8,610.89 --435.78,610.81 --435.76,610.72 --435.74,610.64 --435.72,610.56 --435.7,610.47 --435.68,610.39 --435.66,610.31 --435.64,610.22 --435.62,610.14 --435.6,610.05 --435.58,609.97 --435.56,609.88 --435.54,609.8 --435.52,609.72 --435.5,609.63 --435.48,609.55 --435.46,609.46 --435.44,609.37 --435.42,609.29 --435.4,609.2 --435.38,609.12 --435.36,609.03 --435.34,608.95 --435.33,608.86 --435.31,608.78 --435.29,608.69 --435.27,608.6 --435.25,608.52 --435.23,608.43 --435.21,608.34 --435.19,608.26 --435.17,608.17 --435.15,608.08 --435.13,608 --435.11,607.91 --435.09,607.82 --435.07,607.74 --435.05,607.65 --435.03,607.56 --435.01,607.47 --434.99,607.38 --434.97,607.3 --434.95,607.21 --434.93,607.12 --434.91,607.03 --434.89,606.94 --434.87,606.86 --434.85,606.77 --434.83,606.68 --434.81,606.59 --434.79,606.5 --434.77,606.41 --434.75,606.32 --434.73,606.23 --434.71,606.14 --434.69,606.05 --434.67,605.97 --434.64,605.88 --434.62,605.79 --434.6,605.7 --434.58,605.61 --434.56,605.52 --434.54,605.42 --434.52,605.33 --434.5,605.24 --434.48,605.15 --434.46,605.06 --434.44,604.97 --434.42,604.88 --434.4,604.79 --434.38,604.7 --434.35,604.61 --434.33,604.51 --434.31,604.42 --434.29,604.33 --434.27,604.24 --434.25,604.15 --434.22,604.05 --434.2,603.96 --434.18,603.87 --434.16,603.78 --434.14,603.68 --434.11,603.59 --434.09,603.5 --434.07,603.41 --434.05,603.31 --434.02,603.22 --434,603.13 --433.98,603.03 --433.95,602.94 --433.93,602.85 --433.91,602.75 --433.88,602.66 --433.86,602.56 --433.84,602.47 --433.81,602.38 --433.79,602.28 --433.77,602.19 --433.74,602.09 --433.72,602 --433.7,601.9 --433.67,601.81 --433.65,601.71 --433.62,601.62 --433.6,601.52 --433.58,601.43 --433.55,601.33 --433.53,601.24 --433.5,601.14 --433.48,601.05 --433.46,600.95 --433.43,600.86 --433.41,600.76 --433.38,600.67 --433.36,600.57 --433.33,600.47 --433.31,600.38 --433.28,600.28 --433.26,600.18 --433.23,600.09 --433.21,599.99 --433.18,599.89 --433.16,599.8 --433.13,599.7 --433.11,599.6 --433.08,599.51 --433.05,599.41 --433.03,599.31 --433,599.22 --432.98,599.12 --432.95,599.02 --432.93,598.92 --432.9,598.83 --432.87,598.73 --432.85,598.63 --432.82,598.53 --432.8,598.43 --432.77,598.33 --432.75,598.24 --432.72,598.14 --432.69,598.04 --432.67,597.94 --432.64,597.84 --432.61,597.74 --432.59,597.64 --432.56,597.55 --432.53,597.45 --432.51,597.35 --432.48,597.25 --432.46,597.15 --432.43,597.05 --432.4,596.95 --432.38,596.85 --432.35,596.75 --432.32,596.65 --432.29,596.55 --432.27,596.45 --432.24,596.35 --432.21,596.25 --432.19,596.15 --432.16,596.05 --432.13,595.95 --432.11,595.85 --432.08,595.75 --432.05,595.65 --432.03,595.55 --432,595.45 --431.97,595.35 --431.94,595.25 --431.92,595.15 --431.89,595.05 --431.86,594.94 --431.84,594.84 --431.81,594.74 --431.78,594.64 --431.75,594.54 --431.73,594.44 --431.7,594.34 --431.67,594.24 --431.64,594.14 --431.62,594.04 --431.59,593.93 --431.56,593.83 --431.53,593.73 --431.5,593.63 --431.48,593.53 --431.45,593.43 --431.42,593.33 --431.39,593.22 --431.36,593.12 --431.34,593.02 --431.31,592.92 --431.28,592.82 --431.25,592.72 --431.23,592.62 --431.2,592.51 --431.17,592.41 --431.14,592.31 --431.11,592.21 --431.09,592.11 --431.06,592 --431.03,591.9 --431,591.8 --430.97,591.7 --430.95,591.6 --430.92,591.5 --430.89,591.4 --430.86,591.29 --430.84,591.19 --430.81,591.09 --430.78,590.99 --430.75,590.89 --430.72,590.79 --430.7,590.69 --430.67,590.58 --430.64,590.48 --430.61,590.38 --430.59,590.28 --430.56,590.18 --430.53,590.08 --430.5,589.98 --430.48,589.88 --430.45,589.77 --430.42,589.67 --430.39,589.57 --430.36,589.47 --430.34,589.37 --430.31,589.27 --430.28,589.17 --430.25,589.07 --430.23,588.96 --430.2,588.86 --430.17,588.76 --430.14,588.66 --430.12,588.56 --430.09,588.46 --430.06,588.36 --430.03,588.26 --430,588.16 --429.98,588.06 --429.95,587.95 --429.92,587.85 --429.89,587.75 --429.87,587.65 --429.84,587.55 --429.81,587.45 --429.79,586.64 --429.77,586.54 --429.74,586.44 --429.71,586.34 --429.68,586.24 --429.65,586.13 --429.63,586.03 --429.6,585.93 --429.57,585.83 --429.54,585.73 --429.52,585.63 --429.49,585.53 --429.46,585.42 --429.43,585.32 --429.4,585.22 --429.38,585.12 --429.35,585.02 --429.32,584.92 --429.29,584.82 --429.26,584.72 --429.24,584.61 --429.21,584.51 --429.18,584.41 --429.15,584.31 --429.12,584.21 --429.1,584.11 --429.07,584.01 --429.04,583.91 --429.01,583.81 --428.98,583.7 --428.96,583.6 --428.93,583.5 --428.9,583.4 --428.87,583.3 --428.85,583.2 --428.82,583.1 --428.79,583 --428.76,582.9 --428.73,582.8 --428.71,582.7 --428.68,582.6 --428.65,582.49 --428.62,582.39 --428.59,582.29 --428.57,582.19 --428.54,582.09 --428.51,581.99 --428.48,581.89 --428.45,581.79 --428.43,581.69 --428.4,581.59 --428.37,581.49 --428.34,581.39 --428.32,581.29 --428.29,581.19 --428.26,581.09 --428.23,580.99 --428.2,580.89 --428.18,580.79 --428.15,580.69 --428.12,580.59 --428.09,580.49 --428.06,580.39 --428.04,580.29 --428.01,580.19 --427.98,580.09 --427.95,579.99 --427.92,579.89 --427.9,579.79 --427.87,579.69 --427.84,579.59 --427.81,579.49 --427.78,579.39 --427.76,579.29 --427.73,579.19 --427.7,579.09 --427.67,578.99 --427.65,578.89 --427.62,578.79 --427.59,578.69 --427.56,578.59 --427.53,578.49 --427.51,578.39 --427.48,578.3 --427.45,578.2 --427.42,578.1 --427.39,578 --427.37,577.9 --427.34,577.8 --427.31,577.7 --427.28,577.6 --427.26,577.5 --427.23,577.4 --427.2,577.3 --427.17,577.21 --427.14,577.11 --427.12,577.01 --427.09,576.91 --427.06,576.81 --427.03,576.71 --427,576.61 --426.98,576.51 --426.95,576.41 --426.92,576.32 --426.89,576.22 --426.86,576.12 --426.84,576.02 --426.81,575.92 --426.78,575.82 --426.75,575.72 --426.73,575.62 --426.7,575.52 --426.67,575.43 --426.64,575.33 --426.62,575.23 --426.59,575.13 --426.56,575.03 --426.54,574.93 --426.51,574.83 --426.48,574.74 --426.45,574.64 --426.43,574.54 --426.4,574.44 --426.37,574.34 --426.35,574.24 --426.32,574.14 --426.29,574.05 --426.27,573.95 --426.24,573.85 --426.21,573.75 --426.19,573.65 --426.16,573.56 --426.14,573.46 --426.11,573.36 --426.08,573.26 --426.06,573.16 --426.03,573.07 --426.01,572.97 --425.98,572.87 --425.95,572.77 --425.93,572.67 --425.9,572.58 --425.88,572.48 --425.85,572.38 --425.83,572.28 --425.8,572.19 --425.77,572.09 --425.75,571.99 --425.72,571.89 --425.7,571.79 --425.67,571.7 --425.65,571.6 --425.62,571.5 --425.6,571.4 --425.57,571.31 --425.55,571.21 --425.52,571.11 --425.49,571.01 --425.47,570.92 --425.44,570.82 --425.42,570.72 --425.39,570.62 --425.37,570.52 --425.34,570.43 --425.32,570.33 --425.29,570.23 --425.27,570.13 --425.24,570.04 --425.22,569.94 --425.19,569.84 --425.17,569.74 --425.14,569.64 --425.12,569.55 --425.09,569.45 --425.07,569.35 --425.04,569.25 --425.02,569.16 --424.99,569.06 --424.97,568.96 --424.94,568.86 --424.92,568.77 --424.89,568.67 --424.87,568.57 --424.84,568.47 --424.82,568.38 --424.79,568.28 --424.77,568.18 --424.75,568.08 --424.72,567.98 --424.7,567.89 --424.67,567.79 --424.65,567.69 --424.62,567.59 --424.6,567.5 --424.58,567.4 --424.55,567.3 --424.53,567.2 --424.5,567.11 --424.48,567.01 --424.45,566.91 --424.43,566.81 --424.41,566.72 --424.38,566.62 --424.36,566.52 --424.33,566.42 --424.31,566.33 --424.29,566.23 --424.26,566.13 --424.24,566.03 --424.21,565.94 --424.19,565.84 --424.17,565.74 --424.14,565.64 --424.12,565.55 --424.1,565.45 --424.07,565.35 --424.05,565.25 --424.03,565.16 --424,565.06 --423.98,564.96 --423.96,564.86 --423.93,564.77 --423.91,564.67 --423.88,564.57 --423.86,564.47 --423.84,564.38 --423.81,564.28 --423.79,564.18 --423.77,564.08 --423.74,563.99 --423.72,563.89 --423.7,563.79 --423.68,563.69 --423.65,563.6 --423.63,563.5 --423.61,563.4 --423.58,563.3 --423.56,563.2 --423.54,563.11 --423.51,563.01 --423.49,562.91 --423.47,562.81 --423.44,562.71 --423.42,562.62 --423.4,562.52 --423.37,562.42 --423.35,562.32 --423.32,562.22 --423.3,562.12 --423.28,562.02 --423.25,561.92 --423.23,561.82 --423.21,561.72 --423.18,561.63 --423.16,561.53 --423.13,561.43 --423.11,561.33 --423.09,561.23 --423.06,561.13 --423.04,561.03 --423.02,560.93 --422.99,560.83 --422.97,560.73 --422.95,560.63 --422.92,560.53 --422.9,560.43 --422.88,560.33 --422.85,560.23 --422.83,560.13 --422.8,560.04 --422.78,559.94 --422.76,559.84 --422.73,559.74 --422.71,559.64 --422.69,559.54 --422.66,559.44 --422.64,559.34 --422.62,559.25 --422.59,559.15 --422.57,559.05 --422.55,558.95 --422.52,558.85 --422.5,558.75 --422.48,558.65 --422.45,558.56 --422.43,558.46 --422.41,558.36 --422.39,558.26 --422.36,558.16 --422.34,558.06 --422.32,557.96 --422.29,557.87 --422.27,557.77 --422.25,557.67 --422.23,557.57 --422.2,557.47 --422.18,557.37 --422.16,557.27 --422.13,557.17 --422.11,557.07 --422.22,556.92 --422.2,556.82 --422.18,556.72 --422.16,556.62 --422.13,556.52 --422.11,556.42 --422.09,556.32 --422.07,556.22 --422.04,556.12 --422.02,556.01 --422,555.91 --421.98,555.81 --421.96,555.71 --421.93,555.61 --421.91,555.51 --421.89,555.41 --421.87,555.31 --421.85,555.21 --421.82,555.1 --421.8,555 --421.78,554.9 --421.76,554.8 --421.74,554.7 --421.72,554.6 --421.69,554.5 --421.67,554.39 --421.65,554.29 --421.63,554.19 --421.61,554.09 --421.59,553.99 --421.56,553.89 --421.54,553.78 --421.52,553.68 --421.5,553.58 --421.48,553.48 --421.46,553.38 --421.44,553.27 --421.41,553.17 --421.39,553.07 --421.37,552.97 --421.35,552.87 --421.33,552.76 --421.31,552.66 --421.29,552.56 --421.27,552.46 --421.25,552.35 --421.22,552.25 --421.2,552.15 --421.18,552.04 --421.16,551.94 --421.14,551.84 --421.12,551.74 --421.1,551.63 --421.08,551.53 --421.06,551.43 --421.04,551.33 --421.02,551.22 --421,551.12 --420.98,551.02 --420.96,550.92 --420.94,550.81 --420.92,550.71 --420.9,550.61 --420.88,550.5 --420.86,550.4 --420.84,550.3 --420.82,550.2 --420.8,550.09 --420.78,549.99 --420.76,549.89 --420.74,549.79 --420.72,549.68 --420.7,549.58 --420.68,549.48 --420.66,549.38 --420.64,549.27 --420.62,549.17 --420.6,549.07 --420.58,548.97 --420.56,548.86 --420.55,548.76 --420.53,548.66 --420.51,548.55 --420.49,548.45 --420.47,548.35 --420.45,548.25 --420.44,548.14 --420.42,548.04 --420.4,547.94 --420.38,547.83 --420.36,547.73 --420.35,547.63 --420.33,547.52 --420.31,547.42 --420.29,547.32 --420.28,547.21 --420.26,547.11 --420.24,547.01 --420.22,546.9 --420.21,546.8 --420.19,546.69 --420.17,546.59 --420.16,546.49 --420.14,546.38 --420.12,546.28 --420.11,546.17 --420.09,546.07 --420.07,545.96 --420.06,545.86 --420.04,545.76 --420.02,545.65 --420.01,545.55 --419.99,545.44 --419.98,545.34 --419.96,545.23 --419.94,545.13 --419.93,545.02 --419.91,544.92 --419.9,544.81 --419.88,544.71 --419.87,544.6 --419.85,544.5 --419.84,544.4 --419.82,544.29 --419.81,544.19 --419.79,544.08 --419.78,543.98 --419.76,543.87 --419.75,543.76 --419.73,543.66 --419.72,543.55 --419.7,543.45 --419.69,543.34 --419.67,543.24 --419.66,543.13 --419.65,543.03 --419.63,542.92 --419.62,542.81 --419.61,542.71 --419.59,542.6 --419.58,542.5 --419.57,542.39 --419.55,542.28 --419.54,542.18 --419.53,542.07 --419.51,541.96 --419.5,541.86 --419.49,541.75 --419.47,541.64 --419.46,541.54 --419.45,541.43 --419.44,541.33 --419.42,541.22 --419.41,541.11 --419.4,541.01 --419.39,540.9 --419.37,540.79 --419.36,540.69 --419.35,540.58 --419.34,540.47 --419.33,540.37 --419.32,540.26 --419.31,540.15 --419.29,540.04 --419.28,539.94 --419.27,539.83 --419.26,539.72 --419.25,539.62 --419.24,539.51 --419.23,539.4 --419.22,539.29 --419.21,539.19 --419.2,539.08 --419.19,538.97 --419.18,538.86 --419.17,538.76 --419.16,538.65 --419.15,538.54 --419.15,538.43 --419.14,538.32 --419.13,538.22 --419.12,538.11 --419.11,538 --419.1,537.89 --419.09,537.78 --419.09,537.68 --419.08,537.57 --419.07,537.46 --419.06,537.35 --419.05,537.24 --419.05,537.13 --419.04,537.03 --419.03,536.92 --419.03,536.81 --419.02,536.7 --419.01,536.59 --419,536.48 --419,536.37 --418.99,536.27 --418.99,536.16 --418.98,536.05 --418.97,535.94 --418.97,535.83 --418.96,535.72 --418.96,535.61 --418.95,535.5 --418.95,535.4 --418.94,535.29 --418.94,535.18 --418.93,535.07 --418.93,534.96 --418.92,534.85 --418.92,534.74 --418.91,534.63 --418.91,534.52 --418.9,534.41 --418.9,534.3 --418.9,534.19 --418.89,534.08 --418.89,533.97 --418.89,533.86 --418.88,533.75 --418.88,533.64 --418.88,533.53 --418.87,533.42 --418.87,533.31 --418.87,533.2 --418.86,533.09 --418.86,532.98 --418.86,532.87 --418.86,532.75 --418.86,532.64 --418.85,532.53 --418.85,532.42 --418.85,532.31 --418.85,532.2 --418.85,532.09 --418.85,531.97 --418.84,531.86 --418.84,531.75 --418.84,531.64 --418.84,531.53 --418.84,531.41 --418.84,531.3 --418.84,531.19 --418.84,531.08 --418.84,530.96 --418.84,530.85 --418.84,530.74 --418.84,530.63 --418.84,530.51 --418.84,530.4 --418.84,530.29 --418.85,530.17 --418.85,530.06 --418.85,529.95 --418.85,529.83 --418.85,529.72 --418.85,529.61 --418.86,529.49 --418.86,529.38 --418.86,529.26 --418.86,529.15 --418.87,529.04 --418.87,528.92 --418.87,528.81 --418.87,528.69 --418.88,528.58 --418.88,528.46 --418.88,528.35 --418.89,528.24 --418.89,528.12 --418.9,528.01 --418.9,527.89 --418.9,527.78 --418.91,527.66 --418.91,527.55 --418.92,527.43 --418.92,527.32 --418.93,527.2 --418.93,527.09 --418.94,526.97 --418.94,526.85 --418.95,526.74 --418.95,526.62 --418.96,526.51 --418.97,526.39 --418.97,526.28 --418.98,526.16 --418.98,526.05 --418.99,525.93 --419,525.81 --419,525.7 --419.01,525.58 --419.02,525.47 --419.03,525.35 --419.03,525.23 --419.04,525.12 --419.05,525 --419.06,524.88 --419.43,525.7 --419.43,525.59 --419.44,525.47 --419.45,525.36 --419.46,525.24 --419.47,525.12 --419.48,525.01 --419.49,524.89 --419.5,524.78 --419.51,524.66 --419.52,524.55 --419.53,524.43 --419.54,524.31 --419.55,524.2 --419.56,524.08 --419.57,523.97 --419.58,523.85 --419.59,523.73 --419.6,523.62 --419.61,523.5 --419.62,523.38 --419.63,523.27 --419.64,523.15 --419.66,523.03 --419.67,522.92 --419.68,522.8 --419.69,522.69 --419.7,522.57 --419.71,522.45 --419.73,522.33 --419.74,522.22 --419.75,522.1 --419.76,521.98 --419.78,521.87 --419.79,521.75 --419.8,521.63 --419.82,521.52 --419.83,521.4 --419.84,521.28 --419.86,521.17 --419.87,521.05 --419.88,520.93 --419.9,520.81 --419.91,520.7 --419.92,520.58 --419.94,520.46 --419.95,520.35 --419.97,520.23 --419.98,520.11 --420,519.99 --420.01,519.88 --420.03,519.76 --420.04,519.64 --420.06,519.53 --420.07,519.41 --420.09,519.29 --420.1,519.17 --420.12,519.06 --420.13,518.94 --420.15,518.82 --420.16,518.7 --420.18,518.59 --420.2,518.47 --420.21,518.35 --420.23,518.23 --420.25,518.12 --420.26,518 --420.28,517.88 --420.3,517.76 --420.31,517.65 --420.33,517.53 --420.35,517.41 --420.36,517.29 --420.38,517.18 --420.4,517.06 --420.42,516.94 --420.43,516.82 --420.45,516.7 --420.47,516.59 --420.49,516.47 --420.5,516.35 --420.52,516.23 --420.54,516.11 --420.56,516 --420.58,515.88 --420.6,515.76 --420.61,515.64 --420.63,515.52 --420.65,515.41 --420.67,515.29 --420.69,515.17 --420.71,515.05 --420.73,514.93 --420.74,514.82 --420.76,514.7 --420.78,514.58 --420.8,514.46 --420.82,514.34 --420.84,514.22 --420.86,514.11 --420.88,513.99 --420.9,513.87 --420.92,513.75 --420.94,513.63 --420.96,513.52 --420.98,513.4 --421,513.28 --421.02,513.16 --421.04,513.04 --421.06,512.92 --421.08,512.81 --421.1,512.69 --421.12,512.57 --421.14,512.45 --421.17,512.33 --421.19,512.22 --421.21,512.1 --421.23,511.98 --421.25,511.86 --421.27,511.75 --421.29,511.63 --421.32,511.51 --421.34,511.39 --421.36,511.27 --421.38,511.16 --421.4,511.04 --421.42,510.92 --421.45,510.8 --421.47,510.68 --421.49,510.57 --421.51,510.45 --421.54,510.33 --421.56,510.21 --421.58,510.1 --421.6,509.98 --421.63,509.86 --421.65,509.74 --421.68,509.62 --421.7,509.51 --421.72,509.39 --421.75,509.27 --421.77,509.15 --421.8,509.03 --421.82,508.92 --421.84,508.8 --421.87,508.68 --421.89,508.56 --421.92,508.45 --421.94,508.33 --421.97,508.21 --421.99,508.09 --422.02,507.97 --422.04,507.86 --422.07,507.74 --422.09,507.62 --422.12,507.5 --422.15,507.39 --422.17,507.27 --422.2,507.15 --422.22,507.03 --422.25,506.92 --422.27,506.8 --422.3,506.68 --422.32,506.56 --422.35,506.45 --422.38,506.33 --422.4,506.21 --422.43,506.09 --422.45,505.98 --422.48,505.86 --422.51,505.74 --422.53,505.62 --422.56,505.51 --422.59,505.39 --422.61,505.27 --422.64,505.16 --422.67,505.04 --422.69,504.92 --422.72,504.8 --422.74,504.68 --422.77,504.57 --422.8,504.45 --422.82,504.33 --422.85,504.21 --422.88,504.1 --422.91,503.98 --422.93,503.86 --422.96,503.74 --422.99,503.63 --423.01,503.51 --423.04,503.39 --423.07,503.27 --423.1,503.16 --423.13,503.04 --423.15,502.92 --423.18,502.81 --423.21,502.69 --423.24,502.57 --423.27,502.45 --423.29,502.34 --423.32,502.22 --423.35,502.1 --423.38,501.99 --423.41,501.87 --423.44,501.75 --423.47,501.64 --423.49,501.52 --423.52,501.4 --423.55,501.29 --423.58,501.17 --423.61,501.06 --423.64,500.94 --423.67,500.82 --423.7,500.71 --423.73,500.59 --423.76,500.47 --423.79,500.36 --423.81,500.24 --423.84,500.13 --423.87,500.01 --423.9,499.9 --423.93,499.78 --423.96,499.66 --423.99,499.55 --424.02,499.43 --424.05,499.32 --424.08,499.2 --424.11,499.09 --424.14,498.97 --424.17,498.86 --424.2,498.74 --424.23,498.63 --424.26,498.51 --424.29,498.4 --424.32,498.28 --424.35,498.17 --424.38,498.05 --424.41,497.94 --424.44,497.82 --424.47,497.71 --424.5,497.59 --424.53,497.48 --424.56,497.36 --424.59,497.25 --424.62,497.14 --424.65,497.02 --424.67,496.91 --424.7,496.79 --424.73,496.68 --424.76,496.56 --424.79,496.45 --424.82,496.34 --424.85,496.22 --424.88,496.11 --424.91,495.99 --424.94,495.88 --424.97,495.77 --425,495.65 --425.03,495.54 --425.06,495.43 --425.09,495.31 --425.12,495.2 --425.15,495.08 --425.18,494.97 --425.21,494.86 --425.25,494.74 --425.28,494.63 --425.31,494.52 --425.34,494.4 --425.37,494.29 --425.4,494.18 --425.43,494.06 --425.46,493.95 --425.49,493.84 --425.52,493.72 --425.55,493.61 --425.58,493.5 --425.61,493.39 --425.64,493.27 --425.67,493.16 --425.7,493.05 --425.73,492.94 --425.76,492.82 --425.79,492.71 --425.82,492.6 --425.85,492.49 --425.88,492.37 --425.91,492.26 --425.94,492.15 --425.97,492.04 --426,491.93 --426.03,491.81 --426.06,491.7 --426.09,491.59 --426.12,491.48 --426.15,491.37 --426.18,491.26 --426.22,491.14 --426.25,491.03 --426.28,490.92 --426.77,491.24 --426.8,491.13 --426.83,491.02 --426.86,490.9 --426.89,490.79 --426.93,490.68 --426.96,490.57 --426.99,490.46 --427.02,490.35 --427.05,490.24 --427.08,490.13 --427.11,490.01 --427.15,489.9 --427.18,489.79 --427.21,489.68 --427.24,489.57 --427.27,489.46 --427.3,489.35 --427.34,489.23 --427.37,489.12 --427.4,489.01 --427.43,488.9 --427.46,488.79 --427.49,488.68 --427.53,488.56 --427.56,488.45 --427.59,488.34 --427.62,488.23 --427.65,488.12 --427.69,488 --427.72,487.89 --427.75,487.78 --427.78,487.67 --427.81,487.56 --427.85,487.44 --427.88,487.33 --427.91,487.22 --427.94,487.11 --427.97,486.99 --428.01,486.88 --428.04,486.77 --428.07,486.66 --428.1,486.54 --428.13,486.43 --428.17,486.32 --428.2,486.2 --428.23,486.09 --428.26,485.98 --428.29,485.87 --428.33,485.75 --428.36,485.64 --428.39,485.52 --428.42,485.41 --428.45,485.3 --428.48,485.18 --428.52,485.07 --428.55,484.96 --428.58,484.84 --428.61,484.73 --428.64,484.61 --428.68,484.5 --428.71,484.39 --428.74,484.27 --428.77,484.16 --428.8,484.04 --428.83,483.93 --428.87,483.81 --428.9,483.7 --428.93,483.58 --428.96,483.47 --428.99,483.35 --429.02,483.24 --429.06,483.12 --429.09,483.01 --429.12,482.89 --429.15,482.78 --429.18,482.66 --429.21,482.55 --429.25,482.43 --429.28,482.32 --429.31,482.2 --429.34,482.09 --429.37,481.97 --429.4,481.85 --429.43,481.74 --429.46,481.62 --429.5,481.51 --429.53,481.39 --429.56,481.28 --429.59,481.16 --429.62,481.04 --429.65,480.93 --429.68,480.81 --429.71,480.7 --429.74,480.58 --429.78,480.46 --429.81,480.35 --429.84,480.23 --429.87,480.12 --429.9,480 --429.93,479.88 --429.96,479.77 --429.99,479.65 --430.02,479.53 --430.06,479.42 --430.09,479.3 --430.12,479.18 --430.15,479.07 --430.18,478.95 --430.21,478.83 --430.24,478.72 --430.27,478.6 --430.3,478.48 --430.33,478.37 --430.36,478.25 --430.39,478.13 --430.42,478.01 --430.45,477.9 --430.48,477.78 --430.51,477.66 --430.54,477.55 --430.57,477.43 --430.6,477.31 --430.64,477.19 --430.67,477.08 --430.7,476.96 --430.73,476.84 --430.76,476.72 --430.79,476.61 --430.82,476.49 --430.85,476.37 --430.88,476.25 --430.91,476.14 --430.94,476.02 --430.97,475.9 --431,475.79 --431.03,475.67 --431.06,475.55 --431.09,475.43 --431.12,475.32 --431.15,475.2 --431.18,475.08 --431.21,474.96 --431.24,474.85 --431.27,474.73 --431.3,474.61 --431.33,474.49 --431.36,474.38 --431.39,474.26 --431.42,474.14 --431.44,474.03 --431.47,473.91 --431.5,473.79 --431.53,473.67 --431.56,473.56 --431.59,473.44 --431.62,473.32 --431.65,473.2 --431.68,473.08 --431.71,472.97 --431.74,472.85 --431.77,472.73 --431.8,472.62 --431.83,472.5 --431.86,472.38 --431.89,472.26 --431.92,472.15 --431.95,472.03 --431.98,471.91 --432,471.79 --432.03,471.68 --432.06,471.56 --432.09,471.44 --432.12,471.32 --432.15,471.21 --432.18,471.09 --432.2,470.97 --432.23,470.85 --432.26,470.74 --432.29,470.62 --432.32,470.5 --432.35,470.39 --432.38,470.27 --432.4,470.15 --432.43,470.03 --432.46,469.92 --432.49,469.8 --432.52,469.68 --432.54,469.57 --432.57,469.45 --432.6,469.33 --432.63,469.21 --432.65,469.1 --432.68,468.98 --432.71,468.86 --432.74,468.75 --432.76,468.63 --432.79,468.51 --432.82,468.39 --432.84,468.28 --432.87,468.16 --432.9,468.04 --432.93,467.93 --432.95,467.81 --432.98,467.69 --433.01,467.58 --433.03,467.46 --433.06,467.34 --433.09,467.23 --433.12,467.11 --433.14,466.99 --433.17,466.87 --433.2,466.76 --433.22,466.64 --433.25,466.52 --433.27,466.41 --433.3,466.29 --433.33,466.17 --433.35,466.06 --433.38,465.94 --433.41,465.82 --433.43,465.71 --433.46,465.59 --433.48,465.47 --433.51,465.36 --433.54,465.24 --433.56,465.13 --433.59,465.01 --433.62,464.89 --433.64,464.78 --433.67,464.66 --433.69,464.54 --433.72,464.43 --433.75,464.31 --433.77,464.19 --433.8,464.08 --433.83,463.96 --433.85,463.85 --433.88,463.73 --433.9,463.61 --433.93,463.5 --433.96,463.38 --433.98,463.27 --434.01,463.15 --434.04,463.04 --434.06,462.92 --434.09,462.8 --434.12,462.69 --434.14,462.57 --434.17,462.46 --434.2,462.34 --434.22,462.23 --434.25,462.11 --434.28,462 --434.3,461.88 --434.33,461.77 --434.35,461.65 --434.38,461.54 --434.41,461.42 --434.43,461.31 --434.46,461.19 --434.49,461.08 --434.51,460.96 --434.54,460.85 --434.57,460.73 --434.59,460.62 --434.62,460.51 --434.65,460.39 --434.67,460.28 --434.7,460.16 --434.73,460.05 --434.75,459.93 --434.78,459.82 --434.81,459.71 --434.83,459.59 --434.86,459.48 --434.89,459.36 --434.91,459.25 --434.94,459.14 --434.97,459.02 --434.99,458.91 --435.02,458.79 --435.05,458.68 --435.07,458.57 --435.1,458.45 --435.12,458.34 --435.15,458.23 --435.18,458.11 --435.2,458 --435.23,457.88 --435.26,457.77 --435.28,457.66 --435.31,457.54 --435.34,457.43 --435.36,457.31 --435.39,457.2 --435.41,457.09 --435.44,456.97 --435.47,456.86 --435.49,456.75 --435.52,456.63 --435.54,456.52 --435.57,456.41 --435.59,456.29 --435.62,456.18 --435.64,456.07 --435.67,455.95 --435.7,455.84 --435.72,455.73 --435.75,455.61 --435.77,455.5 --435.8,455.39 --435.82,455.28 --435.84,455.16 --435.87,455.05 --435.89,454.94 --435.92,454.82 --435.94,454.71 --435.97,454.6 --435.99,454.49 --436.01,454.37 --436.04,454.26 --436.06,454.15 --436.08,454.04 --436.11,453.92 --436.13,453.81 --436.16,453.7 --436.18,453.59 --436.2,453.47 --436.23,453.36 --436.25,453.25 --436.27,453.14 --436.3,453.02 --436.32,452.91 --436.34,452.8 --436.37,452.69 --436.39,452.57 --436.41,452.46 --436.43,452.35 --436.46,452.24 --436.48,452.12 --436.5,452.01 --436.53,451.9 --436.55,451.79 --436.57,451.68 --436.59,451.56 --436.62,451.45 --436.64,451.34 --436.66,451.23 --436.68,451.12 --436.71,451 --436.73,450.89 --436.75,450.78 --436.77,450.67 --436.79,450.56 --436.82,450.44 --436.84,450.33 --436.86,450.22 --436.88,450.11 --436.9,450 --436.93,449.89 --436.95,449.78 --436.97,449.67 --436.99,449.55 --437.01,449.44 --437.03,449.33 --437.05,449.22 --437.08,449.11 --437.1,449 --437.12,448.89 --437.14,448.77 --437.16,448.66 --437.18,448.55 --437.2,448.44 --437.22,448.33 --437.24,448.22 --437.26,448.11 --437.28,448 --437.3,447.89 --437.32,447.77 --437.34,447.66 --437.36,447.55 --437.38,447.44 --437.4,447.33 --437.42,447.22 --437.44,447.11 --437.46,447 --437.48,446.89 --437.5,446.77 --437.52,446.66 --437.54,446.55 --437.55,446.44 --437.57,446.33 --437.59,446.22 --437.61,446.11 --437.63,446 --437.65,445.89 --437.66,445.78 --437.68,445.67 --437.7,445.56 --439.57,445.2 --439.59,445.09 --439.61,444.98 --439.63,444.87 --439.65,444.76 --439.66,444.65 --439.68,444.54 --439.7,444.43 --439.72,444.32 --439.74,444.21 --439.76,444.1 --439.78,443.98 --439.79,443.87 --439.81,443.76 --439.83,443.65 --439.85,443.54 --439.87,443.43 --439.88,443.32 --439.9,443.21 --439.92,443.1 --439.94,442.99 --439.95,442.88 --439.97,442.77 --439.99,442.66 --440,442.54 --440.02,442.43 --440.04,442.32 --440.05,442.21 --440.07,442.1 --440.09,441.99 --440.1,441.88 --440.12,441.77 --440.13,441.65 --440.15,441.54 --440.17,441.43 --440.18,441.32 --440.2,441.21 --440.21,441.1 --440.23,440.99 --440.24,440.87 --440.26,440.76 --440.27,440.65 --440.29,440.54 --440.3,440.43 --440.32,440.32 --440.33,440.2 --440.35,440.09 --440.36,439.98 --440.38,439.87 --440.39,439.76 --440.4,439.64 --440.42,439.53 --440.43,439.42 --440.45,439.31 --440.46,439.19 --440.47,439.08 --440.49,438.97 --440.5,438.86 --440.51,438.75 --440.53,438.63 --440.54,438.52 --440.55,438.41 --440.56,438.3 --440.58,438.18 --440.59,438.07 --440.6,437.96 --440.61,437.85 --440.62,437.73 --440.64,437.62 --440.65,437.51 --440.66,437.39 --440.67,437.28 --440.68,437.17 --440.69,437.05 --440.7,436.94 --440.72,436.83 --440.73,436.72 --440.74,436.6 --440.75,436.49 --440.76,436.38 --440.77,436.26 --440.78,436.15 --440.79,436.04 --440.8,435.92 --440.81,435.81 --440.82,435.69 --440.83,435.58 --440.84,435.47 --440.85,435.35 --440.86,435.24 --440.86,435.13 --440.87,435.01 --440.88,434.9 --440.89,434.78 --440.9,434.67 --440.91,434.56 --440.91,434.44 --440.92,434.33 --440.93,434.21 --440.94,434.1 --440.95,433.99 --440.95,433.87 --440.96,433.76 --440.97,433.64 --440.97,433.53 --440.98,433.41 --440.99,433.3 --440.99,433.18 --441,433.07 --441.01,432.95 --441.01,432.84 --441.02,432.72 --441.02,432.61 --441.03,432.49 --441.03,432.38 --441.04,432.26 --441.04,432.15 --441.05,432.03 --441.05,431.92 --441.06,431.8 --441.06,431.69 --441.06,431.57 --441.07,431.46 --441.07,431.34 --441.07,431.23 --441.08,431.11 --441.08,431 --441.08,430.88 --441.09,430.76 --441.09,430.65 --441.09,430.53 --441.09,430.42 --441.1,430.3 --441.1,430.18 --441.1,430.07 --441.1,429.95 --441.1,429.84 --441.1,429.72 --441.11,429.6 --441.11,429.49 --441.11,429.37 --441.11,429.26 --441.11,429.14 --441.11,429.02 --441.11,428.91 --441.11,428.79 --441.11,428.67 --441.11,428.56 --441.11,428.44 --441.11,428.32 --441.11,428.21 --441.1,428.09 --441.1,427.97 --441.1,427.86 --441.1,427.74 --441.1,427.62 --441.1,427.51 --441.09,427.39 --441.09,427.27 --441.09,427.16 --441.09,427.04 --441.08,426.92 --441.08,426.8 --441.08,426.69 --441.07,426.57 --441.07,426.45 --441.06,426.33 --441.06,426.22 --441.06,426.1 --441.05,425.98 --441.05,425.86 --441.04,425.75 --441.04,425.63 --441.03,425.51 --441.03,425.39 --441.02,425.28 --441.01,425.16 --441.01,425.04 --441,424.92 --440.99,424.81 --440.99,424.69 --440.98,424.57 --440.97,424.45 --440.97,424.33 --440.96,424.22 --440.95,424.1 --440.94,423.98 --440.94,423.86 --440.93,423.74 --440.92,423.63 --440.91,423.51 --440.9,423.39 --440.89,423.27 --440.88,423.15 --440.88,423.03 --440.87,422.92 --440.86,422.8 --440.85,422.68 --440.84,422.56 --440.83,422.44 --441.62,422.58 --441.61,422.46 --441.6,422.34 --441.59,422.22 --441.58,422.1 --441.57,421.99 --441.56,421.87 --441.55,421.75 --441.54,421.63 --441.53,421.51 --441.52,421.39 --441.5,421.27 --441.49,421.16 --441.48,421.04 --441.47,420.92 --441.46,420.8 --441.45,420.68 --441.43,420.56 --441.42,420.44 --441.41,420.32 --441.4,420.21 --441.38,420.09 --441.37,419.97 --441.36,419.85 --441.34,419.73 --441.33,419.61 --441.32,419.49 --441.3,419.37 --441.29,419.25 --441.27,419.13 --441.26,419.01 --441.24,418.9 --441.23,418.78 --441.21,418.66 --441.2,418.54 --441.18,418.42 --441.17,418.3 --441.15,418.18 --441.14,418.06 --441.12,417.94 --441.1,417.82 --441.09,417.7 --441.07,417.58 --441.05,417.46 --441.04,417.34 --441.02,417.22 --441,417.1 --440.99,416.98 --440.97,416.86 --440.95,416.74 --440.93,416.62 --440.91,416.5 --440.9,416.38 --440.88,416.26 --440.86,416.14 --440.84,416.02 --440.82,415.9 --440.8,415.78 --440.78,415.66 --440.76,415.54 --440.74,415.42 --440.72,415.3 --440.7,415.18 --440.68,415.06 --440.66,414.94 --440.64,414.82 --440.62,414.7 --440.6,414.59 --440.58,414.47 --440.56,414.35 --440.54,414.23 --440.52,414.11 --440.5,413.99 --440.47,413.87 --440.45,413.75 --440.43,413.63 --440.41,413.51 --440.38,413.39 --440.36,413.27 --440.34,413.15 --440.32,413.03 --440.29,412.91 --440.27,412.79 --440.25,412.67 --440.22,412.55 --440.2,412.43 --440.18,412.31 --440.15,412.19 --440.13,412.07 --440.11,411.95 --440.08,411.83 --440.06,411.71 --440.03,411.59 --440.01,411.47 --439.98,411.35 --439.96,411.23 --439.93,411.11 --439.91,410.99 --439.88,410.87 --439.86,410.75 --439.83,410.63 --439.81,410.51 --439.78,410.39 --439.76,410.27 --439.73,410.15 --439.7,410.03 --439.68,409.91 --439.65,409.79 --439.62,409.67 --439.6,409.55 --439.57,409.43 --439.54,409.32 --439.51,409.2 --439.49,409.08 --439.46,408.96 --439.43,408.84 --439.4,408.72 --439.37,408.6 --439.35,408.48 --439.32,408.36 --439.29,408.24 --439.26,408.12 --439.23,408 --439.2,407.88 --439.17,407.76 --439.14,407.65 --439.11,407.53 --439.08,407.41 --439.05,407.29 --439.02,407.17 --438.99,407.05 --438.96,406.93 --438.93,406.81 --438.9,406.7 --438.87,406.58 --438.84,406.46 --438.81,406.34 --438.78,406.22 --438.75,406.1 --438.72,405.99 --438.68,405.87 --438.65,405.75 --438.62,405.63 --438.59,405.51 --438.56,405.39 --438.52,405.28 --438.49,405.16 --438.46,405.04 --438.43,404.92 --438.39,404.8 --438.36,404.68 --438.33,404.57 --438.3,404.45 --438.26,404.33 --438.23,404.21 --438.19,404.09 --438.16,403.98 --438.13,403.86 --438.09,403.74 --438.06,403.62 --438.03,403.51 --437.99,403.39 --437.96,403.27 --437.92,403.15 --437.89,403.03 --437.85,402.92 --437.82,402.8 --437.78,402.68 --437.75,402.56 --437.71,402.45 --437.67,402.33 --437.64,402.21 --437.6,402.1 --437.57,401.98 --437.53,401.86 --437.49,401.74 --437.46,401.63 --437.42,401.51 --437.38,401.39 --437.34,401.28 --437.31,401.16 --437.27,401.04 --437.23,400.93 --437.19,400.81 --437.16,400.69 --437.12,400.58 --437.08,400.46 --437.04,400.35 --437,400.23 --436.96,400.11 --436.93,400 --436.89,399.88 --436.85,399.77 --436.81,399.65 --436.77,399.53 --436.73,399.42 --436.69,399.3 --436.65,399.19 --436.61,399.07 --436.57,398.96 --436.53,398.84 --436.49,398.73 --436.45,398.61 --436.41,398.49 --436.37,398.38 --436.33,398.26 --436.29,398.15 --436.25,398.03 --436.21,397.92 --436.16,397.8 --436.12,397.69 --436.08,397.57 --436.04,397.46 --436,397.34 --435.96,397.23 --435.91,397.11 --435.87,397 --435.83,396.88 --435.79,396.77 --435.74,396.65 --435.7,396.54 --435.66,396.43 --435.62,396.31 --435.57,396.2 --435.53,396.08 --435.49,395.97 --435.44,395.85 --435.4,395.74 --435.36,395.63 --435.31,395.51 --435.27,395.4 --435.23,395.29 --435.18,395.17 --435.14,395.06 --435.09,394.95 --435.05,394.83 --435.01,394.72 --434.96,394.61 --434.92,394.49 --434.87,394.38 --434.83,394.27 --434.78,394.15 --434.74,394.04 --434.69,393.93 --434.65,393.82 --434.6,393.7 --434.56,393.59 --434.51,393.48 --434.47,393.36 --434.42,393.25 --434.37,393.14 --434.33,393.03 --434.28,392.91 --434.24,392.8 --434.19,392.69 --434.14,392.58 --434.1,392.47 --434.05,392.35 --434,392.24 --433.96,392.13 --433.91,392.02 --433.86,391.91 --433.81,391.79 --433.77,391.68 --433.72,391.57 --433.67,391.46 --433.62,391.35 --433.57,391.23 --433.53,391.12 --433.48,391.01 --433.43,390.9 --433.38,390.79 --433.33,390.68 --433.28,390.57 --433.23,390.45 --433.18,390.34 --433.14,390.23 --433.09,390.12 --433.04,390.01 --432.99,389.9 --432.94,389.78 --432.89,389.67 --432.84,389.56 --432.79,389.45 --432.73,389.34 --432.68,389.23 --432.63,389.12 --432.58,389.01 --432.53,388.89 --432.48,388.78 --432.43,388.67 --432.38,388.56 --432.33,388.45 --432.27,388.34 --432.22,388.23 --432.17,388.12 --432.12,388 --432.07,387.89 --432.01,387.78 --431.96,387.67 --433.18,387.39 --433.13,387.28 --433.08,387.17 --433.03,387.06 --432.98,386.95 --432.93,386.84 --432.87,386.73 --432.82,386.62 --432.77,386.51 --432.72,386.4 --432.67,386.28 --432.62,386.17 --432.57,386.06 --432.51,385.95 --432.46,385.84 --432.41,385.73 --432.36,385.62 --432.3,385.51 --432.25,385.4 --432.2,385.28 --432.15,385.17 --432.09,385.06 --432.04,384.95 --431.99,384.84 --431.94,384.73 --431.88,384.62 --431.83,384.51 --431.78,384.39 --431.72,384.28 --431.67,384.17 --431.62,384.06 --431.56,383.95 --431.51,383.84 --431.46,383.73 --431.4,383.61 --431.35,383.5 --431.3,383.39 --431.24,383.28 --431.19,383.17 --431.13,383.06 --431.08,382.95 --431.03,382.83 --430.97,382.72 --430.92,382.61 --430.86,382.5 --430.81,382.39 --430.75,382.28 --430.7,382.17 --430.65,382.06 --430.59,381.94 --430.54,381.83 --430.48,381.72 --430.43,381.61 --430.37,381.5 --430.32,381.39 --430.26,381.28 --430.21,381.17 --430.15,381.06 --430.1,380.95 --430.04,380.84 --429.99,380.73 --429.93,380.61 --429.87,380.5 --429.82,380.39 --429.76,380.28 --429.71,380.17 --429.65,380.06 --429.59,379.95 --429.54,379.84 --429.48,379.73 --429.43,379.62 --429.37,379.51 --429.31,379.4 --429.26,379.29 --429.2,379.18 --429.14,379.07 --429.08,378.96 --429.03,378.85 --428.97,378.74 --428.91,378.63 --428.86,378.52 --428.8,378.41 --428.74,378.3 --428.68,378.19 --428.63,378.08 --428.57,377.97 --428.51,377.86 --428.45,377.75 --428.39,377.64 --428.34,377.53 --428.28,377.42 --428.22,377.31 --428.16,377.2 --428.1,377.09 --428.04,376.99 --427.98,376.88 --427.92,376.77 --427.86,376.66 --427.81,376.55 --427.75,376.44 --427.69,376.33 --427.63,376.22 --427.57,376.11 --427.51,376.01 --427.45,375.9 --427.39,375.79 --427.33,375.68 --427.27,375.57 --427.21,375.47 --427.14,375.36 --427.08,375.25 --427.02,375.14 --426.96,375.04 --426.9,374.93 --426.84,374.82 --426.78,374.71 --426.72,374.61 --426.66,374.5 --426.6,374.39 --426.53,374.29 --426.47,374.18 --426.41,374.07 --426.35,373.97 --426.29,373.86 --426.23,373.76 --426.16,373.65 --426.1,373.54 --426.04,373.44 --425.98,373.33 --425.92,373.22 --425.85,373.12 --425.79,373.01 --425.73,372.91 --425.66,372.8 --425.6,372.69 --425.54,372.59 --425.48,372.48 --425.41,372.38 --425.35,372.27 --425.29,372.17 --425.22,372.06 --425.16,371.95 --425.1,371.85 --425.03,371.74 --424.97,371.64 --424.91,371.53 --424.84,371.43 --424.78,371.32 --424.71,371.22 --424.65,371.11 --424.59,371.01 --424.52,370.9 --424.46,370.8 --424.4,370.7 --424.33,370.59 --424.27,370.49 --424.2,370.38 --424.14,370.28 --424.07,370.18 --424.01,370.07 --423.95,369.97 --423.88,369.87 --423.82,369.76 --423.75,369.66 --423.69,369.56 --423.62,369.45 --423.56,369.35 --423.49,369.25 --423.43,369.15 --423.36,369.04 --423.3,368.94 --423.23,368.84 --423.17,368.74 --423.1,368.64 --423.04,368.53 --422.97,368.43 --422.91,368.33 --422.84,368.23 --422.78,368.13 --422.71,368.03 --422.65,367.93 --422.58,367.83 --422.52,367.73 --422.45,367.62 --422.39,367.52 --422.32,367.42 --422.26,367.32 --422.19,367.22 --422.12,367.12 --422.06,367.02 --421.99,366.92 --421.93,366.82 --421.86,366.73 --421.8,366.63 --421.73,366.53 --421.67,366.43 --421.6,366.33 --421.53,366.23 --421.47,366.13 --421.4,366.03 --421.34,365.93 --421.27,365.83 --421.21,365.74 --421.14,365.64 --421.07,365.54 --421.01,365.44 --420.94,365.34 --420.88,365.25 --420.81,365.15 --420.74,365.05 --420.68,364.95 --420.61,364.85 --420.55,364.76 --420.48,364.66 --420.41,364.56 --420.35,364.46 --420.28,364.37 --420.21,364.27 --420.15,364.17 --420.08,364.07 --420.02,363.98 --419.95,363.88 --419.88,363.78 --419.82,363.69 --419.75,363.59 --419.68,363.49 --419.62,363.4 --419.55,363.3 --419.48,363.2 --419.42,363.11 --419.35,363.01 --419.28,362.91 --419.22,362.82 --419.15,362.72 --419.08,362.62 --419.02,362.53 --418.95,362.43 --418.88,362.33 --418.82,362.24 --418.75,362.14 --418.68,362.05 --418.62,361.95 --418.55,361.85 --418.48,361.76 --418.42,361.66 --418.35,361.56 --418.28,361.47 --418.21,361.37 --418.15,361.28 --418.08,361.18 --418.01,361.08 --417.95,360.99 --417.88,360.89 --417.81,360.8 --417.74,360.7 --417.67,360.61 --417.61,360.51 --417.54,360.42 --417.47,360.32 --417.4,360.23 --417.34,360.13 --417.27,360.04 --417.2,359.94 --417.13,359.85 --417.06,359.75 --417,359.66 --416.93,359.56 --416.86,359.47 --416.79,359.37 --416.72,359.28 --416.66,359.18 --416.59,359.09 --416.52,358.99 --416.45,358.9 --416.38,358.8 --416.31,358.71 --416.24,358.62 --416.17,358.52 --416.11,358.43 --416.04,358.33 --415.97,358.24 --415.9,358.15 --415.83,358.05 --415.76,357.96 --415.69,357.86 --415.62,357.77 --415.55,357.67 --415.48,357.58 --415.41,357.49 --415.34,357.39 --415.27,357.3 --415.2,357.2 --415.12,357.11 --415.05,357.02 --414.98,356.92 --414.91,356.83 --414.84,356.73 --414.77,356.64 --414.7,356.54 --414.63,356.45 --414.56,356.35 --414.48,356.26 --414.41,356.17 --414.34,356.07 --414.27,355.98 --414.2,355.88 --414.12,355.79 --414.05,355.69 --413.98,355.6 --413.91,355.5 --413.84,355.41 --413.76,355.32 --413.69,355.22 --413.62,355.13 --413.55,355.03 --413.47,354.94 --413.4,354.84 --413.33,354.75 --413.26,354.65 --413.18,354.56 --413.11,354.46 --413.04,354.37 --412.96,354.27 --412.89,354.18 --412.82,354.09 --412.74,353.99 --412.67,353.9 --412.6,353.8 --412.52,353.71 --412.45,353.61 --412.38,353.52 --412.3,353.42 --412.23,353.33 --412.16,353.23 --412.08,353.13 --412.01,353.04 --411.94,352.94 --411.86,352.85 --411.79,352.75 --411.71,352.66 --411.64,352.56 --411.57,352.47 --411.49,352.37 --411.42,352.28 --411.34,352.18 --411.27,352.09 --411.19,351.99 --411.12,351.9 --411.05,351.8 --410.97,351.7 --410.9,351.61 --410.82,351.51 --410.75,351.42 --410.67,351.32 --410.6,351.23 --410.52,351.13 --410.45,351.03 --410.37,350.94 --410.3,350.84 --410.22,350.75 --410.15,350.65 --410.07,350.55 --409.99,350.46 --409.92,350.36 --409.84,350.27 --409.77,350.17 --409.69,350.08 --409.61,349.98 --409.54,349.88 --409.46,349.79 --409.38,349.69 --409.31,349.6 --409.23,349.5 --409.15,349.4 --409.08,349.31 --409,349.21 --408.92,349.12 --408.85,349.02 --408.77,348.92 --408.69,348.83 --408.62,348.73 --408.54,348.64 --408.46,348.54 --408.38,348.44 --408.31,348.35 --408.23,348.25 --408.15,348.15 --408.07,348.06 --408,347.96 --407.92,347.87 --407.84,347.77 --407.76,347.67 --407.68,347.58 --407.6,347.48 --407.53,347.38 --407.45,347.29 --407.37,347.19 --407.29,347.1 --407.21,347 --407.13,346.9 --408.53,346.57 --408.46,346.47 --408.38,346.38 --408.3,346.28 --408.22,346.18 --408.15,346.09 --408.07,345.99 --407.99,345.89 --407.91,345.8 --407.84,345.7 --407.76,345.6 --407.68,345.5 --407.6,345.41 --407.52,345.31 --407.45,345.21 --407.37,345.12 --407.29,345.02 --407.21,344.92 --407.13,344.82 --407.05,344.73 --406.97,344.63 --406.89,344.53 --406.82,344.44 --406.74,344.34 --406.66,344.24 --406.58,344.14 --406.5,344.05 --406.42,343.95 --406.34,343.85 --406.26,343.75 --406.18,343.66 --406.1,343.56 --406.02,343.46 --405.94,343.36 --405.86,343.27 --405.79,343.17 --405.71,343.07 --405.63,342.97 --405.55,342.88 --405.47,342.78 --405.39,342.68 --405.31,342.59 --405.23,342.49 --405.15,342.39 --405.07,342.29 --404.98,342.2 --404.9,342.1 --404.82,342 --404.74,341.9 --404.66,341.81 --404.58,341.71 --404.5,341.61 --404.42,341.51 --404.34,341.42 --404.26,341.32 --404.18,341.22 --404.09,341.12 --404.01,341.02 --403.93,340.93 --403.85,340.83 --403.77,340.73 --403.69,340.63 --403.61,340.54 --403.52,340.44 --403.44,340.34 --403.36,340.24 --403.28,340.15 --403.2,340.05 --403.11,339.95 --403.03,339.85 --402.95,339.76 --402.87,339.66 --402.79,339.56 --402.7,339.47 --402.62,339.37 --402.54,339.27 --402.46,339.17 --402.37,339.08 --402.29,338.98 --402.21,338.88 --402.13,338.79 --402.05,338.69 --401.96,338.59 --401.88,338.5 --401.8,338.4 --401.72,338.3 --401.63,338.21 --401.55,338.11 --401.47,338.01 --401.39,337.92 --401.3,337.82 --401.22,337.72 --401.14,337.62 --401.06,337.53 --400.97,337.43 --400.89,337.33 --400.81,337.24 --400.73,337.14 --400.64,337.04 --400.56,336.95 --400.48,336.85 --400.39,336.75 --400.31,336.65 --400.23,336.56 --400.15,336.46 --400.06,336.36 --399.98,336.26 --399.9,336.17 --399.82,336.07 --399.73,335.97 --399.65,335.88 --399.57,335.78 --399.48,335.68 --399.4,335.58 --399.32,335.49 --399.24,335.39 --399.15,335.29 --399.07,335.2 --398.99,335.1 --398.91,335 --398.82,334.91 --398.74,334.81 --398.66,334.71 --398.58,334.62 --398.49,334.52 --398.41,334.42 --398.33,334.33 --398.25,334.23 --398.16,334.13 --398.08,334.04 --398,333.94 --397.91,333.84 --397.83,333.75 --397.75,333.65 --397.67,333.55 --397.58,333.46 --397.5,333.36 --397.42,333.26 --397.34,333.17 --397.25,333.07 --397.17,332.97 --397.09,332.88 --397.01,332.78 --396.92,332.69 --396.84,332.59 --396.76,332.49 --396.67,332.4 --396.59,332.3 --396.51,332.2 --396.43,332.11 --396.34,332.01 --396.26,331.91 --396.18,331.82 --396.1,331.72 --396.01,331.63 --395.93,331.53 --395.85,331.43 --395.76,331.34 --395.68,331.24 --395.6,331.14 --395.52,331.05 --395.43,330.95 --395.35,330.86 --395.27,330.76 --395.19,330.66 --395.1,330.57 --395.02,330.47 --394.94,330.38 --394.85,330.28 --394.77,330.19 --394.69,330.09 --394.61,329.99 --394.52,329.9 --394.44,329.8 --394.36,329.71 --394.27,329.61 --394.19,329.52 --394.11,329.42 --394.02,329.33 --393.94,329.23 --393.86,329.14 --393.77,329.04 --393.69,328.95 --393.61,328.85 --393.53,328.75 --393.44,328.66 --393.36,328.56 --393.28,328.47 --393.19,328.37 --393.11,328.28 --393.02,328.19 --392.94,328.09 --392.86,328 --392.77,327.9 --392.69,327.81 --392.61,327.71 --392.52,327.62 --392.44,327.52 --392.35,327.43 --392.27,327.33 --392.19,327.24 --392.1,327.15 --392.02,327.05 --391.93,326.96 --391.85,326.86 --391.77,326.77 --391.68,326.67 --391.6,326.58 --391.51,326.49 --391.43,326.39 --391.35,326.3 --391.26,326.2 --391.18,326.11 --391.09,326.02 --391.01,325.92 --390.92,325.83 --390.84,325.74 --390.76,325.64 --390.67,325.55 --390.59,325.46 --390.5,325.36 --390.42,325.27 --390.33,325.18 --390.25,325.08 --390.16,324.99 --390.08,324.9 --389.99,324.8 --389.91,324.71 --389.82,324.62 --389.74,324.53 --389.65,324.43 --389.57,324.34 --389.48,324.25 --389.4,324.15 --389.31,324.06 --389.23,323.97 --389.14,323.88 --389.06,323.79 --388.97,323.69 --388.88,323.6 --388.8,323.51 --388.71,323.42 --388.63,323.33 --388.54,323.23 --388.46,323.14 --388.37,323.05 --388.28,322.96 --388.2,322.87 --388.11,322.78 --388.02,322.68 --387.94,322.59 --387.85,322.5 --387.77,322.41 --387.68,322.32 --387.59,322.23 --387.51,322.14 --387.42,322.05 --387.33,321.96 --387.25,321.87 --387.16,321.78 --387.07,321.69 --386.99,321.6 --386.9,321.51 --386.81,321.42 --386.73,321.33 --386.64,321.24 --386.55,321.15 --386.47,321.06 --386.38,320.97 --386.29,320.88 --386.2,320.79 --386.12,320.7 --386.03,320.61 --385.94,320.52 --385.85,320.43 --385.77,320.34 --385.68,320.25 --385.59,320.16 --385.5,320.08 --385.42,319.99 --385.33,319.9 --385.24,319.81 --385.15,319.72 --385.07,319.63 --384.98,319.54 --384.89,319.45 --384.8,319.36 --384.71,319.28 --384.63,319.19 --384.54,319.1 --384.45,319.01 --384.36,318.92 --384.27,318.83 --384.18,318.75 --384.1,318.66 --384.01,318.57 --383.92,318.48 --383.83,318.39 --383.74,318.31 --383.65,318.22 --384.54,317.54 --384.45,317.45 --384.36,317.36 --384.27,317.27 --384.19,317.18 --384.1,317.1 --384.01,317.01 --383.92,316.92 --383.83,316.83 --383.75,316.75 --383.66,316.66 --383.57,316.57 --383.48,316.48 --383.39,316.4 --383.3,316.31 --383.21,316.22 --383.13,316.13 --383.04,316.05 --382.95,315.96 --382.86,315.87 --382.77,315.79 --382.68,315.7 --382.59,315.61 --382.5,315.53 --382.42,315.44 --382.33,315.35 --382.24,315.27 --382.15,315.18 --382.06,315.1 --381.97,315.01 --381.88,314.92 --381.79,314.84 --381.7,314.75 --381.61,314.66 --381.52,314.58 --381.43,314.49 --381.34,314.41 --381.25,314.32 --381.16,314.23 --381.07,314.15 --380.99,314.06 --380.9,313.98 --380.81,313.89 --380.72,313.8 --380.63,313.72 --380.54,313.63 --380.45,313.55 --380.36,313.46 --380.27,313.37 --380.18,313.29 --380.09,313.2 --380,313.12 --379.91,313.03 --379.82,312.95 --379.73,312.86 --379.64,312.78 --379.55,312.69 --379.46,312.61 --379.37,312.52 --379.28,312.44 --379.19,312.35 --379.1,312.27 --379.01,312.18 --378.92,312.1 --378.83,312.01 --378.74,311.93 --378.65,311.84 --378.56,311.76 --378.47,311.68 --378.38,311.59 --378.28,311.51 --378.19,311.42 --378.1,311.34 --378.01,311.25 --377.92,311.17 --377.83,311.09 --377.74,311 --377.65,310.92 --377.56,310.83 --377.47,310.75 --377.37,310.67 --377.28,310.58 --377.19,310.5 --377.1,310.42 --377.01,310.33 --376.92,310.25 --376.82,310.17 --376.73,310.08 --376.64,310 --376.55,309.92 --376.46,309.84 --376.37,309.75 --376.27,309.67 --376.18,309.59 --376.09,309.51 --376,309.42 --375.91,309.34 --375.81,309.26 --375.72,309.18 --375.63,309.09 --375.54,309.01 --375.44,308.93 --375.35,308.85 --375.26,308.77 --375.16,308.68 --375.07,308.6 --374.98,308.52 --374.89,308.44 --374.79,308.36 --374.7,308.28 --374.61,308.19 --374.51,308.11 --374.42,308.03 --374.33,307.95 --374.23,307.87 --374.14,307.79 --374.05,307.7 --373.95,307.62 --373.86,307.54 --373.76,307.46 --373.67,307.38 --373.58,307.3 --373.48,307.22 --373.39,307.14 --373.29,307.06 --373.2,306.98 --373.11,306.9 --373.01,306.82 --372.92,306.74 --372.82,306.66 --372.73,306.58 --372.63,306.5 --372.54,306.42 --372.45,306.34 --372.35,306.26 --372.26,306.18 --372.16,306.1 --372.07,306.02 --371.97,305.94 --371.88,305.86 --371.78,305.78 --371.69,305.7 --371.59,305.62 --371.5,305.54 --371.4,305.46 --371.31,305.39 --371.21,305.31 --371.12,305.23 --371.02,305.15 --370.93,305.07 --370.83,304.99 --370.73,304.91 --370.64,304.84 --370.54,304.76 --370.45,304.68 --370.35,304.6 --370.26,304.52 --370.16,304.44 --370.06,304.37 --369.97,304.29 --369.87,304.21 --369.77,304.13 --369.68,304.06 --369.58,303.98 --369.48,303.9 --369.39,303.82 --369.29,303.75 --369.19,303.67 --369.1,303.59 --369,303.51 --368.9,303.44 --368.81,303.36 --368.71,303.28 --368.61,303.21 --368.51,303.13 --368.42,303.05 --368.32,302.98 --368.22,302.9 --368.12,302.83 --368.02,302.75 --367.93,302.67 --367.83,302.6 --367.73,302.52 --367.63,302.45 --367.53,302.37 --367.44,302.3 --367.34,302.22 --367.24,302.15 --367.14,302.07 --367.04,302 --366.94,301.92 --366.84,301.85 --366.74,301.77 --366.65,301.7 --366.55,301.63 --366.45,301.55 --366.35,301.48 --366.25,301.4 --366.15,301.33 --366.05,301.26 --365.95,301.18 --365.85,301.11 --365.75,301.04 --365.65,300.96 --365.55,300.89 --365.45,300.82 --365.35,300.74 --365.25,300.67 --365.15,300.6 --365.05,300.53 --364.95,300.45 --364.85,300.38 --364.75,300.31 --364.65,300.24 --364.55,300.16 --364.45,300.09 --364.35,300.02 --364.25,299.95 --364.15,299.88 --364.04,299.81 --363.94,299.73 --363.84,299.66 --363.74,299.59 --363.64,299.52 --363.54,299.45 --363.44,299.38 --363.33,299.31 --363.23,299.24 --363.13,299.17 --363.03,299.09 --362.93,299.02 --362.82,298.95 --362.72,298.88 --362.62,298.81 --362.52,298.74 --362.42,298.67 --362.31,298.61 --362.21,298.54 --362.11,298.47 --362.01,298.4 --361.9,298.33 --361.8,298.26 --361.7,298.19 --361.59,298.12 --361.49,298.05 --361.39,297.99 --361.29,297.92 --361.18,297.85 --361.08,297.78 --360.98,297.71 --360.87,297.64 --360.77,297.58 --360.66,297.51 --360.56,297.44 --360.46,297.37 --360.35,297.3 --360.25,297.24 --360.14,297.17 --360.04,297.1 --359.94,297.04 --359.83,296.97 --359.73,296.9 --359.62,296.83 --359.52,296.77 --359.41,296.7 --359.31,296.63 --359.2,296.57 --359.1,296.5 --359,296.44 --358.89,296.37 --358.79,296.3 --358.68,296.24 --358.58,296.17 --358.47,296.11 --358.37,296.04 --358.26,295.98 --358.16,295.91 --358.05,295.84 --357.95,295.78 --357.84,295.71 --357.74,295.65 --357.63,295.58 --357.53,295.52 --357.42,295.45 --357.31,295.39 --357.21,295.33 --357.1,295.26 --357,295.2 --356.89,295.13 --356.79,295.07 --356.68,295 --356.57,294.94 --356.47,294.88 --356.36,294.81 --356.25,294.75 --356.15,294.68 --356.04,294.62 --355.94,294.56 --355.83,294.49 --355.72,294.43 --356.39,293.17 --356.28,293.1 --356.18,293.04 --356.07,292.97 --355.96,292.91 --355.86,292.84 --355.75,292.78 --355.65,292.71 --355.54,292.65 --355.44,292.59 --355.33,292.52 --355.22,292.46 --355.12,292.39 --355.01,292.33 --354.91,292.27 --354.8,292.2 --354.69,292.14 --354.59,292.08 --354.48,292.01 --354.38,291.95 --354.27,291.89 --354.17,291.82 --354.06,291.76 --353.95,291.7 --353.85,291.63 --353.74,291.57 --353.64,291.51 --353.53,291.44 --353.42,291.38 --353.32,291.32 --353.21,291.25 --353.1,291.19 --353,291.13 --352.89,291.06 --352.79,291 --352.68,290.94 --352.57,290.88 --352.47,290.81 --352.36,290.75 --352.25,290.69 --352.15,290.62 --352.04,290.56 --351.94,290.5 --351.83,290.44 --351.72,290.37 --351.62,290.31 --351.51,290.25 --351.4,290.19 --351.3,290.12 --351.19,290.06 --351.09,290 --350.98,289.94 --350.87,289.87 --350.77,289.81 --350.66,289.75 --350.56,289.69 --350.45,289.63 --350.34,289.56 --350.24,289.5 --350.13,289.44 --350.03,289.38 --349.92,289.32 --349.82,289.26 --349.71,289.19 --349.6,289.13 --349.5,289.07 --349.39,289.01 --349.29,288.95 --349.18,288.89 --349.08,288.83 --348.97,288.77 --348.87,288.71 --348.76,288.64 --348.66,288.58 --348.55,288.52 --348.45,288.46 --348.34,288.4 --348.24,288.34 --348.13,288.28 --348.03,288.22 --347.92,288.16 --347.82,288.1 --347.72,288.04 --347.61,287.98 --347.51,287.92 --347.4,287.86 --347.3,287.8 --347.19,287.73 --347.09,287.67 --346.99,287.61 --346.88,287.55 --346.78,287.49 --346.67,287.43 --346.57,287.37 --346.47,287.31 --346.36,287.25 --346.26,287.19 --346.16,287.13 --346.05,287.07 --345.95,287.01 --345.85,286.95 --345.74,286.89 --345.64,286.83 --345.54,286.77 --345.43,286.71 --345.33,286.65 --345.23,286.59 --345.13,286.53 --345.02,286.47 --344.92,286.41 --344.82,286.35 --344.71,286.29 --344.61,286.23 --344.51,286.18 --344.41,286.12 --344.3,286.06 --344.2,286 --344.1,285.94 --343.99,285.88 --343.89,285.82 --343.79,285.76 --343.69,285.7 --343.58,285.65 --343.48,285.59 --343.38,285.53 --343.27,285.47 --343.17,285.41 --343.07,285.35 --342.96,285.29 --342.86,285.24 --342.76,285.18 --342.65,285.12 --342.55,285.06 --342.45,285 --342.34,284.94 --342.24,284.88 --342.14,284.83 --342.03,284.77 --341.93,284.71 --341.82,284.65 --341.72,284.59 --341.62,284.54 --341.51,284.48 --341.41,284.42 --341.3,284.36 --341.2,284.3 --341.1,284.24 --340.99,284.19 --340.89,284.13 --340.78,284.07 --340.68,284.01 --340.57,283.95 --340.47,283.9 --340.36,283.84 --340.26,283.78 --340.15,283.72 --340.05,283.66 --339.94,283.6 --339.84,283.55 --339.73,283.49 --339.63,283.43 --339.52,283.37 --339.42,283.31 --339.31,283.26 --339.21,283.2 --339.1,283.14 --338.99,283.08 --338.89,283.02 --338.78,282.97 --338.68,282.91 --338.57,282.85 --338.47,282.79 --338.36,282.73 --338.26,282.68 --338.15,282.62 --338.04,282.56 --337.94,282.5 --337.83,282.44 --337.73,282.39 --337.62,282.33 --337.51,282.27 --337.41,282.21 --337.3,282.16 --337.19,282.1 --337.09,282.04 --336.98,281.98 --336.87,281.93 --336.77,281.87 --336.66,281.81 --336.55,281.75 --336.45,281.7 --336.34,281.64 --336.23,281.58 --336.13,281.52 --336.02,281.46 --335.91,281.41 --335.81,281.35 --335.7,281.29 --335.59,281.23 --335.49,281.17 --335.38,281.11 --335.27,281.06 --335.17,281 --335.06,280.94 --334.95,280.88 --334.84,280.82 --334.74,280.77 --334.63,280.71 --334.52,280.65 --334.42,280.59 --334.31,280.53 --334.2,280.47 --334.09,280.42 --333.99,280.36 --333.88,280.3 --333.77,280.24 --333.67,280.18 --333.56,280.12 --333.45,280.06 --333.35,280.01 --333.24,279.95 --333.13,279.89 --333.02,279.83 --332.92,279.77 --332.81,279.71 --332.7,279.66 --332.6,279.6 --332.49,279.54 --332.38,279.48 --332.28,279.42 --332.17,279.36 --332.06,279.3 --331.96,279.25 --331.85,279.19 --331.74,279.13 --331.63,279.07 --331.53,279.01 --331.42,278.96 --331.31,278.9 --331.21,278.84 --331.1,278.78 --330.99,278.72 --330.88,278.66 --330.78,278.61 --330.67,278.55 --330.56,278.49 --330.45,278.43 --330.35,278.37 --330.24,278.32 --330.13,278.26 --330.03,278.2 --329.92,278.14 --329.81,278.09 --329.7,278.03 --329.6,277.97 --329.49,277.91 --329.38,277.86 --329.27,277.8 --329.17,277.74 --329.06,277.68 --328.95,277.63 --328.85,277.57 --328.74,277.51 --328.63,277.45 --328.53,277.4 --328.42,277.34 --328.31,277.28 --328.2,277.22 --328.1,277.17 --327.99,277.11 --327.88,277.05 --327.78,277 --327.67,276.94 --327.56,276.88 --327.46,276.82 --327.35,276.77 --327.24,276.71 --327.13,276.65 --327.03,276.59 --326.92,276.54 --326.81,276.48 --326.7,276.42 --326.6,276.36 --326.49,276.31 --326.38,276.25 --326.28,276.19 --326.17,276.13 --326.06,276.08 --325.95,276.02 --325.85,275.96 --325.74,275.9 --325.63,275.85 --325.53,275.79 --325.42,275.73 --325.31,275.67 --325.2,275.62 --325.1,275.56 --324.99,275.5 --324.88,275.45 --324.77,275.39 --325.17,273.78 --325.06,273.72 --324.96,273.66 --324.85,273.6 --324.74,273.54 --324.64,273.48 --324.53,273.43 --324.42,273.37 --324.32,273.31 --324.21,273.25 --324.1,273.19 --324,273.13 --323.89,273.07 --323.78,273.01 --323.68,272.95 --323.57,272.9 --323.46,272.84 --323.36,272.78 --323.25,272.72 --323.14,272.66 --323.04,272.6 --322.93,272.54 --322.82,272.49 --322.72,272.43 --322.61,272.37 --322.5,272.31 --322.4,272.25 --322.29,272.19 --322.18,272.14 --322.08,272.08 --321.97,272.02 --321.86,271.96 --321.76,271.9 --321.65,271.84 --321.54,271.79 --321.43,271.73 --321.33,271.67 --321.22,271.61 --321.11,271.55 --321.01,271.49 --320.9,271.44 --320.79,271.38 --320.68,271.32 --320.58,271.26 --320.47,271.2 --320.36,271.15 --320.25,271.09 --320.15,271.03 --320.04,270.97 --319.93,270.91 --319.83,270.86 --319.72,270.8 --319.61,270.74 --319.5,270.68 --319.4,270.62 --319.29,270.57 --319.18,270.51 --319.07,270.45 --318.97,270.39 --318.86,270.34 --318.75,270.28 --318.64,270.22 --318.53,270.16 --318.43,270.1 --318.32,270.05 --318.21,269.99 --318.1,269.93 --318,269.87 --317.89,269.82 --317.78,269.76 --317.67,269.7 --317.56,269.64 --317.46,269.59 --317.35,269.53 --317.24,269.47 --317.13,269.41 --317.02,269.36 --316.91,269.3 --316.81,269.24 --316.7,269.18 --316.59,269.13 --316.48,269.07 --316.37,269.01 --316.26,268.95 --316.16,268.9 --316.05,268.84 --315.94,268.78 --315.83,268.72 --315.72,268.67 --315.61,268.61 --315.5,268.55 --315.4,268.49 --315.29,268.44 --315.18,268.38 --315.07,268.32 --314.96,268.27 --314.85,268.21 --314.74,268.15 --314.64,268.09 --314.53,268.04 --314.42,267.98 --314.31,267.92 --314.2,267.86 --314.09,267.81 --313.98,267.75 --313.88,267.69 --313.77,267.64 --313.66,267.58 --313.55,267.52 --313.44,267.46 --313.33,267.41 --313.22,267.35 --313.11,267.29 --313.01,267.24 --312.9,267.18 --312.79,267.12 --312.68,267.07 --312.57,267.01 --312.46,266.95 --312.35,266.9 --312.25,266.84 --312.14,266.78 --312.03,266.73 --311.92,266.67 --311.81,266.61 --311.7,266.56 --311.59,266.5 --311.49,266.44 --311.38,266.39 --311.27,266.33 --311.16,266.27 --311.05,266.22 --310.94,266.16 --310.84,266.11 --310.73,266.05 --310.62,265.99 --310.51,265.94 --310.4,265.88 --310.29,265.82 --310.19,265.77 --310.08,265.71 --309.97,265.66 --309.86,265.6 --309.75,265.54 --309.65,265.49 --309.54,265.43 --309.43,265.38 --309.32,265.32 --309.21,265.27 --309.11,265.21 --309,265.16 --308.89,265.1 --308.78,265.04 --308.67,264.99 --308.57,264.93 --308.46,264.88 --308.35,264.82 --308.24,264.77 --308.13,264.71 --308.03,264.66 --307.92,264.6 --307.81,264.55 --307.7,264.49 --307.6,264.44 --307.49,264.38 --307.38,264.33 --307.27,264.28 --307.16,264.22 --307.06,264.17 --306.95,264.11 --306.84,264.06 --306.74,264 --306.63,263.95 --306.52,263.89 --306.41,263.84 --306.31,263.79 --306.2,263.73 --306.09,263.68 --305.98,263.62 --305.88,263.57 --305.77,263.52 --305.66,263.46 --305.56,263.41 --305.45,263.36 --305.34,263.3 --305.24,263.25 --305.13,263.19 --305.02,263.14 --304.92,263.09 --304.81,263.03 --304.7,262.98 --304.6,262.93 --304.49,262.87 --304.38,262.82 --304.28,262.77 --304.17,262.71 --304.06,262.66 --303.96,262.61 --303.85,262.55 --303.74,262.5 --303.64,262.45 --303.53,262.39 --303.42,262.34 --303.32,262.29 --303.21,262.23 --303.1,262.18 --303,262.13 --302.89,262.07 --302.78,262.02 --302.68,261.97 --302.57,261.91 --302.47,261.86 --302.36,261.81 --302.25,261.75 --302.15,261.7 --302.04,261.65 --301.93,261.6 --301.83,261.54 --301.72,261.49 --301.62,261.44 --301.51,261.38 --301.41,261.33 --301.3,261.28 --301.19,261.23 --301.09,261.17 --300.98,261.12 --300.88,261.07 --300.77,261.02 --300.67,260.96 --300.56,260.91 --300.45,260.86 --300.35,260.81 --300.24,260.75 --300.14,260.7 --300.03,260.65 --299.93,260.6 --299.82,260.55 --299.72,260.49 --299.61,260.44 --299.51,260.39 --299.4,260.34 --299.3,260.28 --299.19,260.23 --299.09,260.18 --298.98,260.13 --298.88,260.08 --298.77,260.02 --298.67,259.97 --298.56,259.92 --298.46,259.87 --298.35,259.82 --298.25,259.77 --298.14,259.71 --298.04,259.66 --297.93,259.61 --297.83,259.56 --297.72,259.51 --297.62,259.46 --297.51,259.4 --297.41,259.35 --297.31,259.3 --297.2,259.25 --297.1,259.2 --296.99,259.15 --296.89,259.1 --296.78,259.04 --296.68,258.99 --296.57,258.94 --296.47,258.89 --296.37,258.84 --296.26,258.79 --296.16,258.74 --296.05,258.69 --295.95,258.64 --295.85,258.58 --295.74,258.53 --295.64,258.48 --295.53,258.43 --295.43,258.38 --295.33,258.33 --295.22,258.28 --295.12,258.23 --295.02,258.18 --294.91,258.13 --294.81,258.08 --294.7,258.03 --294.6,257.98 --294.5,257.92 --294.4,257.87 --294.29,257.82 --294.19,257.77 --294.09,257.72 --293.98,257.67 --293.88,257.62 --293.78,257.57 --293.67,257.52 --293.57,257.47 --293.47,257.42 --293.37,257.37 --293.26,257.32 --293.16,257.27 --293.06,257.22 --292.96,257.17 --292.86,257.12 --292.75,257.08 --292.65,257.03 --292.55,256.98 --292.45,256.93 --292.35,256.88 --292.24,256.83 --292.14,256.78 --292.04,256.73 --291.94,256.68 --291.84,256.63 --291.74,256.58 --291.63,256.53 --291.53,256.48 --291.43,256.44 --291.33,256.39 --291.23,256.34 --291.13,256.29 --291.02,256.24 --290.92,256.19 --290.82,256.14 --290.72,256.1 --290.62,256.05 --290.52,256 --290.42,255.95 --290.32,255.9 --290.22,255.85 --290.11,255.81 --290.01,255.76 --289.91,255.71 --289.81,255.66 --289.71,255.61 --289.61,255.57 --289.51,255.52 --289.41,255.47 --289.31,255.42 --289.21,255.38 --289.11,255.33 --289.01,255.28 --288.91,255.23 --288.81,255.19 --288.71,255.14 --288.61,255.09 --288.51,255.04 --288.41,255 --288.31,254.95 --288.21,254.9 --288.11,254.85 --288.01,254.81 --287.91,254.76 --287.81,254.71 --287.7,254.67 --287.6,254.62 --287.5,254.57 --287.4,254.52 --287.3,254.48 --287.2,254.43 --287.1,254.38 --287,254.33 --286.9,254.29 --286.8,254.24 --286.7,254.19 --286.6,254.15 --286.5,254.1 --286.4,254.05 --286.3,254 --286.2,253.96 --286.1,253.91 --286,253.86 --285.9,253.82 --285.8,253.77 --285.7,253.72 --285.6,253.68 --285.5,253.63 --285.4,253.58 --285.3,253.54 --285.2,253.49 --285.1,253.44 --285,253.4 --284.9,253.35 --284.8,253.3 --284.7,253.26 --284.6,253.21 --284.5,253.17 --284.4,253.12 --284.3,253.07 --284.2,253.03 --284.1,252.98 --284,252.94 --283.9,252.89 --283.8,252.84 --283.7,252.8 --283.6,252.75 --283.5,252.71 --283.4,252.66 --283.31,252.62 --283.21,252.57 --283.63,249.92 --283.53,249.87 --283.43,249.82 --283.33,249.78 --283.23,249.73 --283.13,249.68 --283.03,249.63 --282.94,249.59 --282.84,249.54 --282.74,249.49 --282.64,249.44 --282.54,249.4 --282.44,249.35 --282.34,249.3 --282.24,249.25 --282.14,249.21 --282.04,249.16 --281.95,249.11 --281.85,249.06 --281.75,249.02 --281.65,248.97 --281.55,248.92 --281.45,248.87 --281.35,248.83 --281.25,248.78 --281.15,248.73 --281.05,248.68 --280.95,248.64 --280.86,248.59 --280.76,248.54 --280.66,248.5 --280.56,248.45 --280.46,248.4 --280.36,248.35 --280.26,248.31 --280.16,248.26 --280.06,248.21 --279.96,248.17 --279.86,248.12 --279.77,248.07 --279.67,248.03 --279.57,247.98 --279.47,247.93 --279.37,247.88 --279.27,247.84 --279.17,247.79 --279.07,247.75 --278.97,247.7 --278.88,247.65 --278.78,247.61 --278.68,247.56 --278.58,247.51 --278.48,247.47 --278.38,247.42 --278.28,247.37 --278.19,247.33 --278.09,247.28 --277.99,247.24 --277.89,247.19 --277.79,247.14 --277.69,247.1 --277.59,247.05 --277.5,247.01 --277.4,246.96 --277.3,246.91 --277.2,246.87 --277.1,246.82 --277,246.78 --276.91,246.73 --276.81,246.69 --276.71,246.64 --276.61,246.59 --276.51,246.55 --276.41,246.5 --276.32,246.46 --276.22,246.41 --276.12,246.37 --276.02,246.32 --275.92,246.28 --275.83,246.23 --275.73,246.18 --275.63,246.14 --275.53,246.09 --275.43,246.05 --275.34,246 --275.24,245.96 --275.14,245.91 --275.04,245.87 --274.94,245.82 --274.84,245.78 --274.75,245.73 --274.65,245.69 --274.55,245.64 --274.45,245.6 --274.36,245.55 --274.26,245.51 --274.16,245.46 --274.06,245.42 --273.96,245.37 --273.87,245.33 --273.77,245.28 --273.67,245.24 --273.57,245.2 --273.48,245.15 --273.38,245.11 --273.28,245.06 --273.18,245.02 --273.09,244.97 --272.99,244.93 --272.89,244.89 --272.79,244.84 --272.7,244.8 --272.6,244.75 --272.5,244.71 --272.4,244.67 --272.31,244.62 --272.21,244.58 --272.11,244.54 --272.02,244.49 --271.92,244.45 --271.82,244.4 --271.72,244.36 --271.63,244.32 --271.53,244.27 --271.43,244.23 --271.33,244.19 --271.24,244.14 --271.14,244.1 --271.04,244.06 --270.95,244.01 --270.85,243.97 --270.75,243.93 --270.65,243.89 --270.56,243.84 --270.46,243.8 --270.36,243.76 --270.27,243.71 --270.17,243.67 --270.07,243.63 --269.97,243.58 --269.88,243.54 --269.78,243.5 --269.68,243.46 --269.59,243.41 --269.49,243.37 --269.39,243.33 --269.3,243.29 --269.2,243.24 --269.1,243.2 --269.01,243.16 --268.91,243.12 --268.81,243.08 --268.72,243.03 --268.62,242.99 --268.52,242.95 --268.43,242.91 --268.33,242.86 --268.23,242.82 --268.14,242.78 --268.04,242.74 --267.94,242.7 --267.85,242.66 --267.75,242.61 --267.65,242.57 --267.56,242.53 --267.46,242.49 --267.36,242.45 --267.27,242.41 --267.17,242.36 --267.08,242.32 --266.98,242.28 --266.88,242.24 --266.79,242.2 --266.69,242.16 --266.6,242.12 --266.5,242.08 --266.4,242.03 --266.31,241.99 --266.21,241.95 --266.12,241.91 --266.02,241.87 --265.93,241.83 --265.83,241.79 --265.73,241.75 --265.64,241.71 --265.54,241.67 --265.45,241.63 --265.35,241.58 --265.26,241.54 --265.16,241.5 --265.06,241.46 --264.97,241.42 --264.87,241.38 --264.78,241.34 --264.68,241.3 --264.59,241.26 --264.49,241.22 --264.4,241.18 --264.3,241.14 --264.2,241.1 --264.11,241.06 --264.01,241.01 --263.92,240.97 --263.82,240.93 --263.73,240.89 --263.63,240.85 --263.53,240.81 --263.44,240.77 --263.34,240.73 --263.25,240.69 --263.15,240.65 --263.06,240.61 --262.96,240.57 --262.87,240.53 --262.77,240.49 --262.68,240.45 --262.58,240.41 --262.49,240.37 --262.39,240.33 --262.3,240.29 --262.2,240.26 --262.11,240.22 --262.01,240.18 --261.92,240.14 --261.82,240.1 --261.73,240.06 --261.63,240.02 --261.54,239.98 --261.44,239.94 --261.35,239.9 --261.25,239.86 --261.16,239.83 --261.07,239.79 --260.97,239.75 --260.88,239.71 --260.78,239.67 --260.69,239.63 --260.59,239.59 --260.5,239.55 --260.4,239.51 --260.31,239.47 --260.22,239.43 --260.12,239.39 --260.03,239.35 --259.93,239.31 --259.84,239.27 --259.74,239.23 --259.65,239.2 --259.55,239.16 --259.46,239.12 --259.37,239.08 --259.27,239.04 --259.18,239 --259.09,238.96 --258.99,238.93 --258.9,238.89 --258.81,238.85 --258.71,238.81 --258.62,238.77 --258.53,238.73 --258.44,238.7 --258.34,238.66 --258.25,238.62 --258.16,238.58 --258.07,238.54 --257.98,238.51 --257.89,238.47 --257.8,238.43 --257.7,238.39 --257.61,238.36 --257.52,238.32 --257.43,238.28 --257.34,238.24 --257.25,238.21 --257.16,238.17 --257.07,238.13 --256.98,238.09 --256.89,238.06 --256.8,238.02 --256.7,237.98 --256.61,237.94 --256.52,237.91 --256.43,237.87 --256.34,237.83 --256.25,237.79 --256.16,237.76 --256.07,237.72 --255.98,237.68 --255.89,237.65 --255.8,237.61 --255.71,237.57 --255.62,237.53 --255.53,237.5 --255.44,237.46 --255.35,237.42 --255.26,237.39 --255.17,237.35 --255.08,237.31 --254.99,237.28 --254.9,237.24 --254.75,235.26 --254.66,235.22 --254.57,235.18 --254.48,235.14 --254.39,235.1 --254.3,235.07 --254.21,235.03 --254.12,234.99 --254.04,234.95 --253.95,234.92 --253.86,234.88 --253.77,234.84 --253.68,234.8 --253.6,234.76 --253.51,234.73 --253.42,234.69 --253.34,234.65 --253.25,234.61 --253.16,234.58 --253.08,234.54 --252.99,234.5 --252.91,234.47 --252.82,234.43 --252.73,234.39 --252.65,234.36 --252.56,234.32 --252.48,234.28 --252.39,234.24 --252.31,234.21 --252.22,234.17 --252.14,234.14 --252.06,234.1 --251.97,234.06 --251.89,234.03 --251.8,233.99 --251.72,233.95 --251.64,233.92 --251.56,233.88 --251.47,233.85 --251.39,233.81 --251.31,233.77 --251.22,233.74 --251.14,233.7 --251.06,233.67 --250.98,233.63 --250.9,233.6 --250.82,233.56 --250.73,233.53 --250.65,233.49 --250.57,233.46 --250.49,233.42 --250.41,233.39 --250.33,233.35 --250.25,233.32 --250.17,233.28 --250.09,233.25 --250.01,233.22 --249.93,233.18 --249.85,233.15 --249.77,233.11 --249.7,233.08 --249.62,233.05 --249.54,233.01 --249.46,232.98 --249.38,232.94 --249.31,232.91 --249.23,232.88 --249.15,232.84 --249.07,232.81 --249,232.78 --248.92,232.74 --248.84,232.71 --248.77,232.68 --248.69,232.65 --248.61,232.61 --248.54,232.58 --248.46,232.55 --248.39,232.51 --248.31,232.48 --248.24,232.45 --248.16,232.42 --248.09,232.39 --248.01,232.35 --247.94,232.32 --247.86,232.29 --247.79,232.26 --247.72,232.23 --247.64,232.2 --247.57,232.17 --247.49,232.13 --247.42,232.1 --247.35,232.07 --247.28,232.04 --247.2,232.01 --247.13,231.98 --247.06,231.95 --246.99,231.92 --246.91,231.89 --246.84,231.86 --246.77,231.83 --246.7,231.8 --246.63,231.77 --246.56,231.74 --246.48,231.71 --246.41,231.68 --246.34,231.65 --246.27,231.62 --246.2,231.59 --246.13,231.56 --246.06,231.54 --245.99,231.51 --245.92,231.48 --245.85,231.45 --245.78,231.42 --245.71,231.39 --245.64,231.36 --245.57,231.34 --245.5,231.31 --245.43,231.28 --245.36,231.25 --245.29,231.23 --245.23,231.2 --245.16,231.17 --245.09,231.14 --245.02,231.12 --244.95,231.09 --244.88,231.06 --244.82,231.04 --244.75,231.01 --244.68,230.98 --244.61,230.96 --244.54,230.93 --244.48,230.91 --244.41,230.88 --244.34,230.85 --244.27,230.83 --244.21,230.8 --244.14,230.78 --244.07,230.75 --244.01,230.73 --243.94,230.7 --243.87,230.68 --243.81,230.65 --243.74,230.63 --243.67,230.6 --243.61,230.58 --243.54,230.55 --243.47,230.53 --243.41,230.51 --243.34,230.48 --243.28,230.46 --243.21,230.43 --243.14,230.41 --243.08,230.39 --243.01,230.37 --242.94,230.34 --242.88,230.32 --242.81,230.3 --242.75,230.27 --242.68,230.25 --242.62,230.23 --242.55,230.21 --242.48,230.19 --242.42,230.16 --242.35,230.14 --242.29,230.12 --242.22,230.1 --242.16,230.08 --242.09,230.06 --242.03,230.04 --241.96,230.02 --241.9,229.99 --241.83,229.97 --241.77,229.95 --241.7,229.93 --241.64,229.91 --241.57,229.89 --241.51,229.87 --241.44,229.85 --241.38,229.83 --241.31,229.82 --241.25,229.8 --241.18,229.78 --241.12,229.76 --241.06,229.74 --240.99,229.72 --240.93,229.7 --240.86,229.68 --240.8,229.67 --240.73,229.65 --240.67,229.63 --240.61,229.61 --240.54,229.6 --240.48,229.58 --240.41,229.56 --240.35,229.55 --240.29,229.53 --240.22,229.51 --240.16,229.5 --240.1,229.48 --240.03,229.47 --239.97,229.45 --239.91,229.44 --239.84,229.42 --239.78,229.41 --239.72,229.39 --239.65,229.38 --239.59,229.36 --239.53,229.35 --239.46,229.33 --239.4,229.32 --239.34,229.31 --239.28,229.29 --239.21,229.28 --239.15,229.27 --239.09,229.25 --239.03,229.24 --238.97,229.23 --238.9,229.22 --238.84,229.2 --238.78,229.19 --238.72,229.18 --238.66,229.17 --238.6,229.16 --238.53,229.15 --238.47,229.14 --238.41,229.13 --238.35,229.12 --238.29,229.11 --238.23,229.1 --238.17,229.09 --238.11,229.08 --238.04,229.07 --237.98,229.06 --237.92,229.06 --237.86,229.05 --237.8,229.04 --237.74,229.03 --237.68,229.03 --237.62,229.02 --237.56,229.02 --237.5,229.01 --237.44,229 --237.38,229 --237.32,228.99 --237.26,228.99 --237.2,228.98 --237.14,228.98 --237.08,228.98 --237.02,228.97 --236.96,228.97 --236.91,228.97 --236.85,228.96 --236.79,228.96 --236.73,228.96 --236.67,228.96 --236.61,228.96 --236.55,228.96 --236.5,228.95 --236.44,228.95 --236.38,228.95 --236.32,228.95 --236.27,228.95 --236.21,228.96 --236.15,228.96 --236.09,228.96 --236.04,228.96 --235.98,228.96 --235.92,228.96 --235.86,228.97 --235.81,228.97 --235.75,228.97 --235.7,228.98 --235.64,228.98 --235.58,228.99 --235.53,228.99 --235.47,229 --235.42,229 --235.36,229.01 --235.31,229.01 --235.25,229.02 --235.2,229.03 --235.14,229.03 --235.09,229.04 --235.03,229.05 --234.98,229.06 --234.93,229.07 --234.87,229.07 --234.82,229.08 --234.77,229.09 --234.71,229.1 --234.66,229.11 --234.61,229.12 --234.55,229.13 --234.5,229.14 --234.45,229.15 --234.4,229.17 --234.35,229.18 --234.29,229.19 --234.24,229.2 --234.07,227.3 --234.02,227.32 --233.97,227.33 --233.92,227.34 --233.87,227.35 --233.82,227.36 --233.77,227.37 --233.72,227.39 --233.67,227.4 --233.62,227.41 --233.57,227.43 --233.52,227.44 --233.47,227.45 --233.42,227.47 --233.37,227.48 --233.33,227.5 --233.28,227.51 --233.23,227.53 --233.18,227.55 --233.14,227.56 --233.09,227.58 --233.04,227.6 --233,227.61 --232.95,227.63 --232.9,227.65 --232.86,227.66 --232.81,227.68 --232.77,227.7 --232.72,227.72 --232.68,227.74 --232.63,227.76 --232.59,227.78 --232.54,227.8 --232.5,227.82 --232.45,227.84 --232.41,227.86 --232.36,227.88 --232.32,227.9 --232.28,227.92 --232.23,227.94 --232.19,227.96 --232.15,227.98 --232.1,228.01 --232.06,228.03 --232.02,228.05 --231.98,228.08 --231.94,228.1 --231.89,228.12 --231.85,228.15 --231.81,228.17 --231.77,228.2 --231.73,228.22 --231.69,228.25 --231.65,228.27 --231.61,228.3 --231.56,228.32 --231.52,228.35 --231.48,228.38 --231.44,228.4 --231.4,228.43 --231.37,228.46 --231.33,228.49 --231.29,228.51 --231.25,228.54 --231.21,228.57 --231.17,228.6 --231.13,228.63 --231.09,228.66 --231.06,228.69 --231.02,228.72 --230.98,228.75 --230.94,228.78 --230.91,228.81 --230.87,228.84 --230.83,228.87 --230.8,228.9 --230.76,228.93 --230.73,228.97 --230.69,229 --230.66,229.03 --230.62,229.06 --230.59,229.1 --230.55,229.13 --230.52,229.16 --230.48,229.2 --230.45,229.23 --230.41,229.26 --230.38,229.3 --230.35,229.33 --230.31,229.36 --230.28,229.4 --230.25,229.43 --230.21,229.47 --230.18,229.5 --230.15,229.54 --230.12,229.57 --230.08,229.61 --230.05,229.64 --230.02,229.68 --229.99,229.71 --229.96,229.75 --229.93,229.78 --229.9,229.82 --229.87,229.85 --229.83,229.89 --229.8,229.93 --229.77,229.96 --229.74,230 --229.71,230.03 --229.69,230.07 --229.66,230.11 --229.63,230.14 --229.6,230.18 --229.57,230.22 --229.54,230.26 --229.51,230.29 --229.49,230.33 --229.46,230.37 --229.43,230.41 --229.4,230.45 --229.38,230.49 --229.35,230.52 --229.32,230.56 --229.3,230.6 --229.27,230.64 --229.25,230.68 --229.22,230.72 --229.2,230.76 --229.17,230.8 --229.15,230.84 --229.12,230.88 --229.1,230.92 --229.08,230.96 --229.05,231 --229.03,231.04 --229.01,231.08 --228.99,231.13 --228.96,231.17 --228.94,231.21 --228.92,231.25 --228.9,231.29 --228.88,231.33 --228.86,231.37 --228.83,231.42 --228.81,231.46 --228.79,231.5 --228.77,231.54 --228.75,231.59 --228.73,231.63 --228.71,231.67 --228.69,231.71 --228.67,231.76 --228.65,231.8 --228.63,231.84 --228.62,231.89 --228.6,231.93 --228.58,231.97 --228.56,232.02 --228.54,232.06 --228.53,232.11 --228.51,232.15 --228.49,232.19 --228.47,232.24 --228.46,232.28 --228.44,232.33 --228.42,232.37 --228.41,232.42 --228.39,232.46 --228.37,232.5 --228.36,232.55 --228.34,232.59 --228.33,232.64 --228.31,232.69 --228.3,232.73 --228.28,232.78 --228.27,232.82 --228.26,232.87 --228.24,232.91 --228.23,232.96 --228.22,233 --228.2,233.05 --228.19,233.1 --228.18,233.14 --228.16,233.19 --228.15,233.23 --228.14,233.28 --228.13,233.33 --228.12,233.37 --228.1,233.42 --228.09,233.47 --228.08,233.51 --228.07,233.56 --228.06,233.61 --228.05,233.65 --228.04,233.7 --228.03,233.75 --228.02,233.79 --228.01,233.84 --228,233.89 --227.99,233.94 --227.98,233.98 --227.97,234.03 --227.97,234.08 --227.96,234.12 --227.95,234.17 --227.94,234.22 --227.93,234.27 --227.93,234.32 --227.92,234.36 --227.91,234.41 --227.9,234.46 --227.9,234.51 --227.89,234.56 --227.88,234.6 --227.88,234.65 --227.87,234.7 --227.87,234.75 --227.86,234.8 --227.85,234.85 --227.85,234.9 --227.84,234.95 --227.84,235 --227.83,235.05 --227.83,235.1 --227.82,235.15 --227.81,235.2 --227.81,235.25 --227.8,235.3 --227.8,235.35 --227.8,235.4 --227.79,235.45 --227.79,235.5 --227.78,235.55 --227.78,235.6 --227.77,235.65 --227.77,235.7 --227.77,235.76 --227.76,235.81 --227.76,235.86 --227.76,235.91 --227.76,235.96 --227.76,236.02 --227.76,236.07 --227.75,236.12 --227.75,236.18 --227.75,236.23 --227.75,236.28 --227.75,236.34 --227.75,236.39 --227.75,236.44 --227.75,236.5 --227.75,236.55 --227.75,236.61 --227.75,236.66 --227.76,236.72 --227.76,236.77 --227.76,236.83 --227.76,236.88 --227.76,236.94 --227.76,236.99 --227.76,237.05 --227.77,237.11 --227.77,237.16 --227.77,237.22 --227.77,237.28 --227.77,237.33 --227.78,237.39 --227.78,237.45 --227.78,237.5 --227.79,237.56 --227.79,237.62 --227.79,237.67 --227.8,237.73 --227.8,237.79 --227.81,237.85 --227.81,237.9 --227.82,237.96 --227.82,238.02 --227.83,238.08 --227.83,238.13 --227.84,238.19 --227.85,238.25 --227.85,238.31 --227.86,238.37 --227.87,238.42 --227.87,238.48 --227.88,238.54 --227.89,238.6 --227.9,238.66 --227.9,238.71 --227.91,238.77 --227.92,238.83 --227.93,238.89 --227.94,238.95 --227.94,239 --227.95,239.06 --227.96,239.12 --227.97,239.18 --227.98,239.24 --227.99,239.3 --227.7,236.66 --227.7,236.72 --227.71,236.77 --227.72,236.83 --227.73,236.88 --227.74,236.93 --227.75,236.99 --227.76,237.04 --227.77,237.1 --227.78,237.15 --227.79,237.21 --227.8,237.26 --227.81,237.32 --227.81,237.37 --227.82,237.42 --227.83,237.48 --227.84,237.53 --227.85,237.59 --227.86,237.64 --227.87,237.7 --227.88,237.75 --227.88,237.81 --227.89,237.86 --227.9,237.92 --227.91,237.97 --227.92,238.03 --227.93,238.08 --227.94,238.14 --227.95,238.2 --227.96,238.25 --227.97,238.31 --227.98,238.36 --227.99,238.42 --228,238.47 --228.02,238.53 --228.03,238.58 --228.04,238.64 --228.05,238.69 --228.06,238.74 --228.08,238.8 --228.09,238.85 --228.1,238.91 --228.11,238.96 --228.13,239.02 --228.14,239.07 --228.15,239.13 --228.17,239.18 --228.18,239.24 --228.19,239.29 --228.21,239.34 --228.22,239.4 --228.24,239.45 --228.25,239.51 --228.27,239.56 --228.28,239.62 --228.29,239.67 --228.31,239.73 --228.32,239.78 --228.34,239.83 --228.35,239.89 --228.37,239.94 --228.38,240 --228.4,240.05 --228.41,240.1 --228.43,240.16 --228.44,240.21 --228.46,240.27 --228.47,240.32 --228.49,240.38 --228.5,240.43 --228.52,240.49 --228.53,240.54 --228.55,240.59 --228.56,240.65 --228.58,240.7 --228.59,240.76 --228.61,240.81 --228.62,240.87 --228.64,240.92 --228.65,240.98 --228.67,241.03 --228.68,241.09 --228.7,241.14 --228.72,241.2 --228.73,241.25 --228.75,241.3 --228.77,241.36 --228.78,241.41 --228.8,241.47 --228.82,241.52 --228.83,241.57 --228.85,241.63 --228.87,241.68 --228.89,241.74 --228.9,241.79 --228.92,241.84 --228.94,241.9 --228.96,241.95 --228.97,242 --228.99,242.06 --229.01,242.11 --229.03,242.16 --229.05,242.22 --229.07,242.27 --229.09,242.32 --229.1,242.38 --229.12,242.43 --229.14,242.48 --229.16,242.54 --229.18,242.59 --229.2,242.64 --229.22,242.69 --229.24,242.75 --229.26,242.8 --229.28,242.85 --229.3,242.91 --229.32,242.96 --229.34,243.01 --229.36,243.06 --229.38,243.12 --229.4,243.17 --229.42,243.22 --229.44,243.27 --229.46,243.32 --229.48,243.38 --229.5,243.43 --229.52,243.48 --229.54,243.53 --229.57,243.58 --229.59,243.63 --229.61,243.69 --229.63,243.74 --229.65,243.79 --229.67,243.84 --229.69,243.89 --229.72,243.94 --229.74,243.99 --229.76,244.04 --229.78,244.1 --229.8,244.15 --229.83,244.2 --229.85,244.25 --229.87,244.3 --229.89,244.35 --229.92,244.4 --229.94,244.45 --229.96,244.5 --229.98,244.55 --230.01,244.6 --230.03,244.65 --230.05,244.7 --230.08,244.75 --230.1,244.8 --230.12,244.85 --230.15,244.9 --230.17,244.95 --230.19,245 --230.22,245.05 --230.24,245.1 --230.26,245.15 --230.29,245.2 --230.31,245.24 --230.34,245.29 --230.36,245.34 --230.38,245.39 --230.41,245.44 --230.43,245.49 --230.46,245.54 --230.48,245.58 --230.51,245.63 --230.53,245.68 --230.55,245.73 --230.58,245.78 --230.6,245.82 --230.63,245.87 --230.65,245.92 --230.68,245.97 --230.7,246.02 --230.73,246.06 --230.75,246.11 --230.78,246.16 --230.81,246.21 --230.83,246.25 --230.86,246.3 --230.88,246.35 --230.91,246.39 --230.93,246.44 --230.96,246.49 --230.98,246.53 --231.01,246.58 --231.03,246.63 --231.06,246.67 --231.09,246.72 --231.11,246.76 --231.14,246.81 --231.16,246.86 --231.19,246.9 --231.22,246.95 --231.24,246.99 --231.27,247.04 --231.29,247.08 --231.32,247.13 --231.35,247.17 --231.37,247.22 --231.4,247.26 --231.43,247.31 --231.45,247.35 --231.48,247.4 --231.51,247.44 --231.53,247.49 --231.56,247.53 --231.59,247.58 --231.61,247.62 --231.64,247.66 --231.67,247.71 --231.69,247.75 --231.72,247.8 --231.75,247.84 --231.77,247.88 --231.8,247.93 --231.83,247.97 --231.86,248.01 --231.88,248.06 --231.91,248.1 --231.94,248.14 --231.97,248.19 --231.99,248.23 --232.02,248.27 --232.05,248.31 --232.08,248.36 --232.1,248.4 --232.13,248.44 --232.16,248.48 --232.19,248.52 --232.22,248.57 --232.25,248.61 --232.27,248.65 --232.3,248.69 --232.33,248.73 --232.36,248.77 --232.39,248.81 --232.42,248.85 --232.44,248.89 --232.47,248.94 --232.5,248.98 --232.53,249.02 --232.56,249.06 --232.59,249.1 --232.62,249.14 --232.65,249.18 --232.68,249.22 --232.71,249.26 --232.74,249.3 --232.77,249.34 --232.8,249.38 --232.83,249.41 --232.86,249.45 --232.89,249.49 --232.92,249.53 --232.95,249.57 --232.98,249.61 --233.01,249.65 --233.04,249.69 --233.07,249.72 --233.1,249.76 --233.13,249.8 --233.16,249.84 --233.19,249.88 --233.22,249.91 --233.26,249.95 --233.29,249.99 --233.32,250.03 --233.35,250.06 --233.38,250.1 --233.41,250.14 --233.44,250.18 --233.47,250.21 --233.51,250.25 --233.54,250.29 --233.57,250.32 --233.6,250.36 --233.63,250.4 --233.66,250.43 --233.7,250.47 --233.73,250.5 --233.76,250.54 --233.79,250.58 --233.82,250.61 --233.86,250.65 --233.89,250.68 --233.92,250.72 --233.95,250.75 --233.99,250.79 --234.02,250.82 --234.05,250.86 --234.09,250.89 --234.12,250.93 --234.15,250.96 --234.18,250.99 --234.22,251.03 --234.17,248.91 --234.2,248.94 --234.24,248.97 --234.27,249 --234.3,249.03 --234.33,249.06 --234.37,249.09 --234.4,249.12 --234.43,249.15 --234.47,249.18 --234.5,249.21 --234.53,249.23 --234.57,249.26 --234.6,249.29 --234.64,249.32 --234.67,249.35 --234.7,249.38 --234.74,249.41 --234.77,249.43 --234.81,249.46 --234.84,249.49 --234.87,249.52 --234.91,249.55 --234.94,249.57 --234.98,249.6 --235.01,249.63 --235.05,249.65 --235.08,249.68 --235.12,249.71 --235.15,249.73 --235.19,249.76 --235.22,249.79 --235.26,249.81 --235.29,249.84 --235.33,249.86 --235.36,249.89 --235.4,249.91 --235.43,249.94 --235.47,249.96 --235.51,249.99 --235.54,250.01 --235.58,250.04 --235.61,250.06 --235.65,250.08 --235.68,250.11 --235.72,250.13 --235.76,250.16 --235.79,250.18 --235.83,250.2 --235.86,250.23 --235.9,250.25 --235.94,250.27 --235.97,250.29 --236.01,250.32 --236.04,250.34 --236.08,250.36 --236.12,250.38 --236.15,250.4 --236.19,250.43 --236.23,250.45 --236.26,250.47 --236.3,250.49 --236.34,250.51 --236.37,250.53 --236.41,250.55 --236.44,250.57 --236.48,250.59 --236.52,250.61 --236.55,250.63 --236.59,250.65 --236.63,250.67 --236.67,250.69 --236.7,250.71 --236.74,250.73 --236.78,250.75 --236.81,250.77 --236.85,250.79 --236.89,250.81 --236.92,250.83 --236.96,250.84 --237,250.86 --237.03,250.88 --237.07,250.9 --237.11,250.91 --237.15,250.93 --237.18,250.95 --237.22,250.96 --237.26,250.98 --237.29,251 --237.33,251.01 --237.37,251.03 --237.41,251.04 --237.44,251.06 --237.48,251.07 --237.52,251.09 --237.55,251.1 --237.59,251.12 --237.63,251.13 --237.67,251.15 --237.7,251.16 --237.74,251.17 --237.78,251.19 --237.82,251.2 --237.85,251.21 --237.89,251.23 --237.93,251.24 --237.97,251.25 --238,251.26 --238.04,251.27 --238.08,251.29 --238.12,251.3 --238.15,251.31 --238.19,251.32 --238.23,251.33 --238.27,251.34 --238.3,251.35 --238.34,251.36 --238.38,251.37 --238.42,251.38 --238.45,251.39 --238.49,251.4 --238.53,251.41 --238.57,251.42 --238.6,251.43 --238.64,251.44 --238.68,251.45 --238.72,251.46 --238.75,251.46 --238.79,251.47 --238.83,251.48 --238.86,251.49 --238.9,251.5 --238.94,251.5 --238.98,251.51 --239.01,251.52 --239.05,251.52 --239.09,251.53 --239.13,251.54 --239.16,251.54 --239.2,251.55 --239.24,251.56 --239.27,251.56 --239.31,251.57 --239.35,251.57 --239.38,251.58 --239.42,251.58 --239.46,251.59 --239.5,251.59 --239.53,251.6 --239.57,251.6 --239.61,251.6 --239.64,251.61 --239.68,251.61 --239.72,251.62 --239.76,251.62 --239.79,251.62 --239.83,251.63 --239.87,251.63 --239.9,251.63 --239.94,251.63 --239.98,251.64 --240.01,251.64 --240.05,251.64 --240.09,251.64 --240.13,251.64 --240.16,251.65 --240.2,251.65 --240.24,251.65 --240.27,251.65 --240.31,251.65 --240.35,251.65 --240.38,251.65 --240.42,251.65 --240.46,251.65 --240.49,251.65 --240.53,251.65 --240.57,251.65 --240.6,251.65 --240.64,251.65 --240.68,251.65 --240.71,251.65 --240.75,251.65 --240.79,251.65 --240.82,251.65 --240.86,251.64 --240.9,251.64 --240.93,251.64 --240.97,251.64 --241,251.64 --241.04,251.63 --241.08,251.63 --241.11,251.63 --241.15,251.62 --241.19,251.62 --241.22,251.62 --241.26,251.61 --241.29,251.61 --241.33,251.6 --241.37,251.6 --241.4,251.6 --241.44,251.59 --241.47,251.59 --241.51,251.58 --241.55,251.57 --241.58,251.57 --241.62,251.56 --241.65,251.56 --241.69,251.55 --241.72,251.54 --241.76,251.54 --241.79,251.53 --241.83,251.52 --241.86,251.52 --241.9,251.51 --241.93,251.5 --241.97,251.5 --242,251.49 --242.04,251.48 --242.07,251.47 --242.11,251.46 --242.14,251.46 --242.18,251.45 --242.21,251.44 --242.25,251.43 --242.28,251.42 --242.32,251.41 --242.35,251.4 --242.38,251.39 --242.42,251.38 --242.45,251.37 --242.49,251.37 --242.52,251.36 --242.56,251.35 --242.59,251.34 --242.62,251.32 --242.66,251.31 --242.69,251.3 --242.72,251.29 --242.76,251.28 --242.79,251.27 --242.82,251.26 --242.86,251.25 --242.89,251.24 --242.92,251.22 --242.96,251.21 --242.99,251.2 --243.02,251.19 --243.06,251.18 --243.09,251.16 --243.12,251.15 --243.16,251.14 --243.19,251.13 --243.22,251.11 --243.25,251.1 --243.29,251.09 --243.32,251.07 --243.35,251.06 --243.39,251.05 --243.42,251.03 --243.45,251.02 --243.48,251 --243.52,250.99 --243.55,250.98 --243.58,250.96 --243.61,250.95 --243.64,250.93 --243.68,250.92 --243.71,250.9 --243.74,250.89 --243.77,250.87 --243.8,250.86 --243.84,250.84 --243.87,250.83 --243.9,250.81 --243.93,250.79 --243.96,250.78 --243.99,250.76 --244.02,250.75 --244.06,250.73 --244.09,250.71 --244.12,250.7 --244.15,250.68 --244.18,250.66 --244.21,250.65 --244.24,250.63 --244.27,250.61 --244.3,250.6 --244.33,250.58 --244.37,250.56 --244.4,250.54 --244.43,250.53 --244.46,250.51 --244.49,250.49 --244.52,250.47 --244.55,250.46 --244.58,250.44 --244.61,250.42 --244.64,250.4 --244.67,250.39 --244.7,250.37 --244.34,249.1 --244.37,249.08 --244.4,249.06 --244.43,249.04 --244.46,249.02 --244.49,249 --244.52,248.98 --244.55,248.96 --244.58,248.94 --244.61,248.92 --244.63,248.9 --244.66,248.88 --244.69,248.85 --244.72,248.83 --244.75,248.81 --244.78,248.79 --244.81,248.77 --244.84,248.75 --244.87,248.73 --244.89,248.71 --244.92,248.69 --244.95,248.66 --244.98,248.64 --245.01,248.62 --245.04,248.6 --245.07,248.58 --245.09,248.55 --245.12,248.53 --245.15,248.51 --245.18,248.49 --245.21,248.46 --245.23,248.44 --245.26,248.42 --245.29,248.39 --245.32,248.37 --245.34,248.35 --245.37,248.32 --245.4,248.3 --245.42,248.27 --245.45,248.25 --245.48,248.22 --245.5,248.2 --245.53,248.17 --245.56,248.15 --245.58,248.12 --245.61,248.1 --245.64,248.07 --245.66,248.05 --245.69,248.02 --245.72,248 --245.74,247.97 --245.77,247.95 --245.8,247.92 --245.82,247.9 --245.85,247.87 --245.88,247.84 --245.9,247.82 --245.93,247.79 --245.96,247.77 --245.99,247.74 --246.01,247.71 --246.04,247.69 --246.07,247.66 --246.1,247.64 --246.12,247.61 --246.15,247.58 --246.18,247.56 --246.2,247.53 --246.23,247.5 --246.26,247.47 --246.29,247.45 --246.31,247.42 --246.34,247.39 --246.37,247.36 --246.39,247.34 --246.42,247.31 --246.45,247.28 --246.47,247.25 --246.5,247.22 --246.53,247.19 --246.56,247.17 --246.58,247.14 --246.61,247.11 --246.64,247.08 --246.66,247.05 --246.69,247.02 --246.72,247 --246.74,246.97 --246.77,246.94 --246.8,246.91 --246.82,246.88 --246.85,246.85 --246.87,246.82 --246.9,246.79 --246.93,246.76 --246.95,246.73 --246.98,246.71 --247,246.68 --247.03,246.65 --247.05,246.62 --247.08,246.59 --247.11,246.56 --247.13,246.53 --247.16,246.5 --247.18,246.47 --247.21,246.44 --247.23,246.41 --247.26,246.38 --247.28,246.35 --247.31,246.32 --247.33,246.29 --247.36,246.26 --247.38,246.23 --247.4,246.2 --247.43,246.17 --247.45,246.14 --247.48,246.11 --247.5,246.08 --247.52,246.05 --247.55,246.02 --247.57,245.99 --247.6,245.96 --247.62,245.93 --247.64,245.9 --247.67,245.87 --247.69,245.84 --247.71,245.81 --247.73,245.78 --247.76,245.74 --247.78,245.71 --247.8,245.68 --247.82,245.65 --247.85,245.62 --247.87,245.59 --247.89,245.56 --247.91,245.53 --247.94,245.49 --247.96,245.46 --247.98,245.43 --248,245.4 --248.02,245.37 --248.04,245.34 --248.07,245.3 --248.09,245.27 --248.11,245.24 --248.13,245.21 --248.15,245.18 --248.17,245.14 --248.19,245.11 --248.22,245.08 --248.24,245.05 --248.26,245.01 --248.28,244.98 --248.3,244.95 --248.32,244.92 --248.34,244.88 --248.36,244.85 --248.39,244.82 --248.41,244.78 --248.43,244.75 --248.45,244.72 --248.47,244.68 --248.49,244.65 --248.51,244.62 --248.53,244.58 --248.55,244.55 --248.57,244.52 --248.59,244.48 --248.61,244.45 --248.63,244.42 --248.65,244.38 --248.67,244.35 --248.69,244.32 --248.71,244.28 --248.73,244.25 --248.75,244.21 --248.77,244.18 --248.79,244.14 --248.81,244.11 --248.82,244.08 --248.84,244.04 --248.86,244.01 --248.88,243.97 --248.9,243.94 --248.92,243.9 --248.93,243.87 --248.95,243.83 --248.97,243.8 --248.99,243.76 --249.01,243.73 --249.02,243.69 --249.04,243.66 --249.06,243.62 --249.07,243.59 --249.09,243.55 --249.11,243.51 --249.12,243.48 --249.14,243.44 --249.16,243.41 --249.17,243.37 --249.19,243.33 --249.21,243.3 --249.22,243.26 --249.24,243.22 --249.25,243.19 --249.27,243.15 --249.28,243.11 --249.3,243.08 --249.31,243.04 --249.33,243 --249.34,242.96 --249.36,242.93 --249.37,242.89 --249.39,242.85 --249.4,242.81 --249.41,242.77 --249.43,242.73 --249.44,242.7 --249.46,242.66 --249.47,242.62 --249.49,242.58 --249.5,242.54 --249.51,242.5 --249.53,242.46 --249.54,242.42 --249.55,242.38 --249.57,242.34 --249.58,242.3 --249.59,242.25 --249.6,242.21 --249.61,242.17 --249.62,242.13 --249.64,242.09 --249.65,242.04 --249.66,242 --249.67,241.96 --249.68,241.91 --249.69,241.87 --249.69,241.83 --249.7,241.78 --249.71,241.74 --249.72,241.7 --249.73,241.65 --249.74,241.61 --249.74,241.56 --249.75,241.52 --249.76,241.48 --249.77,241.43 --249.77,241.39 --249.78,241.34 --249.79,241.3 --249.79,241.25 --249.8,241.21 --249.8,241.16 --249.81,241.12 --249.82,241.07 --249.82,241.03 --249.83,240.98 --249.83,240.93 --249.83,240.89 --249.84,240.84 --249.84,240.8 --249.85,240.75 --249.85,240.7 --249.85,240.65 --249.86,240.61 --249.86,240.56 --249.86,240.51 --249.86,240.46 --249.87,240.41 --249.87,240.37 --249.87,240.32 --249.87,240.27 --249.87,240.22 --249.87,240.17 --249.87,240.12 --249.87,240.07 --249.87,240.02 --249.87,239.97 --249.87,239.92 --249.87,239.87 --249.87,239.82 --249.86,239.77 --249.86,239.72 --249.86,239.67 --249.86,239.62 --249.85,239.57 --249.85,239.52 --249.84,239.47 --249.84,239.41 --249.84,239.36 --249.83,239.31 --249.83,239.26 --249.82,239.21 --249.82,239.15 --249.81,239.1 --249.8,239.05 --249.8,239 --249.79,238.94 --249.78,238.89 --250.02,238.14 --250.02,238.09 --250.01,238.03 --250,237.98 --249.99,237.93 --249.98,237.87 --249.97,237.82 --249.96,237.76 --249.95,237.71 --249.94,237.65 --249.93,237.6 --249.92,237.54 --249.91,237.48 --249.89,237.43 --249.88,237.37 --249.87,237.32 --249.85,237.26 --249.84,237.2 --249.82,237.15 --249.81,237.09 --249.79,237.04 --249.78,236.98 --249.76,236.92 --249.74,236.87 --249.73,236.81 --249.71,236.75 --249.69,236.7 --249.67,236.64 --249.66,236.58 --249.64,236.53 --249.62,236.47 --249.6,236.41 --249.58,236.36 --249.56,236.3 --249.54,236.24 --249.51,236.18 --249.49,236.13 --249.47,236.07 --249.45,236.01 --249.43,235.96 --249.4,235.9 --249.38,235.84 --249.36,235.78 --249.33,235.73 --249.31,235.67 --249.28,235.61 --249.26,235.56 --249.23,235.5 --249.2,235.44 --249.18,235.38 --249.15,235.33 --249.12,235.27 --249.09,235.21 --249.06,235.16 --249.04,235.1 --249.01,235.04 --248.98,234.98 --248.95,234.93 --248.91,234.87 --248.88,234.81 --248.85,234.75 --248.82,234.7 --248.79,234.64 --248.75,234.58 --248.72,234.53 --248.69,234.47 --248.65,234.41 --248.62,234.35 --248.58,234.3 --248.54,234.24 --248.51,234.18 --248.47,234.12 --248.44,234.07 --248.4,234.01 --248.36,233.95 --248.32,233.9 --248.28,233.84 --248.24,233.78 --248.21,233.73 --248.17,233.67 --248.13,233.61 --248.09,233.56 --248.04,233.5 --248,233.45 --247.96,233.39 --247.92,233.33 --247.88,233.28 --247.83,233.22 --247.79,233.17 --247.75,233.11 --247.7,233.06 --247.66,233 --247.61,232.94 --247.56,232.89 --247.52,232.83 --247.47,232.78 --247.42,232.72 --247.38,232.67 --247.33,232.62 --247.28,232.56 --247.23,232.51 --247.18,232.45 --247.13,232.4 --247.08,232.35 --247.03,232.29 --246.98,232.24 --246.93,232.18 --246.88,232.13 --246.82,232.08 --246.77,232.03 --246.72,231.97 --246.66,231.92 --246.61,231.87 --246.55,231.82 --246.5,231.77 --246.44,231.71 --246.39,231.66 --246.33,231.61 --246.27,231.56 --246.22,231.51 --246.16,231.46 --246.1,231.41 --246.04,231.36 --245.98,231.31 --245.92,231.26 --245.86,231.21 --245.8,231.16 --245.74,231.11 --245.68,231.06 --245.62,231.01 --245.56,230.96 --245.5,230.91 --245.44,230.86 --245.37,230.81 --245.31,230.76 --245.25,230.72 --245.19,230.67 --245.12,230.62 --245.06,230.57 --244.99,230.52 --244.93,230.48 --244.86,230.43 --244.8,230.38 --244.73,230.33 --244.67,230.29 --244.6,230.24 --244.54,230.19 --244.47,230.15 --244.4,230.1 --244.34,230.05 --244.27,230.01 --244.2,229.96 --244.13,229.91 --244.07,229.87 --244,229.82 --243.93,229.78 --243.86,229.73 --243.79,229.69 --243.72,229.64 --243.65,229.6 --243.58,229.55 --243.51,229.51 --243.44,229.46 --243.37,229.42 --243.3,229.37 --243.23,229.33 --243.16,229.28 --243.09,229.24 --243.02,229.19 --242.95,229.15 --242.87,229.11 --242.8,229.06 --242.73,229.02 --242.66,228.97 --242.58,228.93 --242.51,228.89 --242.44,228.84 --242.36,228.8 --242.29,228.76 --242.22,228.71 --242.14,228.67 --242.07,228.63 --241.99,228.58 --241.92,228.54 --241.84,228.5 --241.77,228.46 --241.69,228.41 --241.62,228.37 --241.54,228.33 --241.47,228.28 --241.39,228.24 --241.32,228.2 --241.24,228.15 --241.17,228.11 --241.09,228.07 --241.01,228.03 --240.94,227.98 --240.86,227.94 --240.78,227.9 --240.71,227.85 --240.63,227.81 --240.55,227.77 --240.47,227.73 --240.4,227.68 --240.32,227.64 --240.24,227.6 --240.16,227.56 --240.08,227.51 --240.01,227.47 --239.93,227.43 --239.85,227.39 --239.77,227.35 --239.69,227.3 --239.61,227.26 --239.53,227.22 --239.45,227.18 --239.37,227.14 --239.29,227.1 --239.21,227.05 --239.13,227.01 --239.05,226.97 --238.97,226.93 --238.88,226.89 --238.8,226.85 --238.72,226.81 --238.64,226.77 --238.56,226.72 --238.47,226.68 --238.39,226.64 --238.31,226.6 --238.23,226.56 --238.14,226.52 --238.06,226.48 --237.98,226.44 --237.89,226.4 --237.81,226.36 --237.73,226.32 --237.64,226.28 --237.56,226.24 --237.48,226.19 --237.39,226.15 --237.31,226.11 --237.22,226.07 --237.14,226.03 --237.05,225.99 --236.97,225.95 --236.89,225.91 --236.8,225.87 --236.72,225.83 --236.63,225.79 --236.55,225.75 --236.46,225.71 --236.37,225.66 --236.29,225.62 --236.2,225.58 --236.12,225.54 --236.03,225.5 --235.95,225.46 --235.86,225.42 --235.78,225.38 --235.69,225.34 --235.6,225.29 --235.52,225.25 --235.43,225.21 --235.35,225.17 --235.26,225.13 --235.17,225.09 --235.09,225.04 --235,225 --234.92,224.96 --234.83,224.92 --234.74,224.88 --234.66,224.83 --234.57,224.79 --234.48,224.75 --234.4,224.71 --234.31,224.66 --234.22,224.62 --234.13,224.58 --234.05,224.54 --233.96,224.49 --233.87,224.45 --233.79,224.41 --233.7,224.37 --233.61,224.32 --233.52,224.28 --233.43,224.24 --233.35,224.2 --233.26,224.15 --233.17,224.11 --233.08,224.07 --232.99,224.02 --232.91,223.98 --232.82,223.94 --232.73,223.9 --232.64,223.85 --232.55,223.81 --232.46,223.77 --232.37,223.72 --232.28,223.68 --232.2,223.64 --232.11,223.59 --232.02,223.55 --231.93,223.5 --231.84,223.46 --231.75,223.42 --231.66,223.37 --231.57,223.33 --231.48,223.28 --231.39,223.24 --231.3,223.19 --231.21,223.15 --231.12,223.11 --231.03,223.06 --230.94,223.02 --230.85,222.97 --230.76,222.93 --230.67,222.88 --230.58,222.84 --230.49,222.79 --230.4,222.75 --230.31,222.7 --230.22,222.65 --230.13,222.61 --230.04,222.56 --229.95,222.52 --229.86,222.47 --229.77,222.43 --229.68,222.38 --229.59,222.33 --229.5,222.29 --229.41,222.24 --229.32,222.19 --229.23,222.15 --229.14,222.1 --229.05,222.05 --228.96,222.01 --228.87,221.96 --228.78,221.91 --228.69,221.87 --228.6,221.82 --228.51,221.77 --228.42,221.72 --228.33,221.68 --228.24,221.63 --228.15,221.58 --228.06,221.54 --227.97,221.49 --227.88,221.44 --227.79,221.39 --227.69,221.34 --227.6,221.3 --227.51,221.25 --227.42,221.2 --227.33,221.15 --227.24,221.1 --227.15,221.05 --227.06,221.01 --226.97,220.96 --226.88,220.91 --226.78,220.86 --226.69,220.81 --226.6,220.76 --226.51,220.71 --226.42,220.66 --226.33,220.61 --226.24,220.57 --226.14,220.52 --226.05,220.47 --225.96,220.42 --225.87,220.37 --225.78,220.32 --225.69,220.27 --225.59,220.22 --225.5,220.17 --225.41,220.12 --225.32,220.07 --225.23,220.02 --225.14,219.97 --225.04,219.92 --224.95,219.87 --224.86,219.82 --224.77,219.77 --224.68,219.72 --224.58,219.67 --224.49,219.62 --224.4,219.57 --224.31,219.52 --224.22,219.46 --224.12,219.41 --224.03,219.36 --223.94,219.31 --223.85,219.26 --223.75,219.21 --223.66,219.16 --223.57,219.11 --223.48,219.06 --223.38,219 --223.29,218.95 --223.2,218.9 --224.89,218.34 --224.8,218.28 --224.71,218.23 --224.62,218.18 --224.53,218.12 --224.44,218.07 --224.35,218.02 --224.26,217.96 --224.17,217.91 --224.07,217.86 --223.98,217.8 --223.89,217.75 --223.8,217.7 --223.71,217.64 --223.62,217.59 --223.53,217.54 --223.44,217.48 --223.34,217.43 --223.25,217.37 --223.16,217.32 --223.07,217.27 --222.98,217.21 --222.89,217.16 --222.79,217.1 --222.7,217.05 --222.61,217 --222.52,216.94 --222.43,216.89 --222.34,216.83 --222.24,216.78 --222.15,216.72 --222.06,216.67 --221.97,216.62 --221.88,216.56 --221.79,216.51 --221.69,216.45 --221.6,216.4 --221.51,216.34 --221.42,216.29 --221.33,216.24 --221.23,216.18 --221.14,216.13 --221.05,216.07 --220.96,216.02 --220.87,215.96 --220.78,215.91 --220.69,215.85 --220.6,215.8 --220.5,215.75 --220.41,215.69 --220.32,215.64 --220.23,215.58 --220.14,215.53 --220.05,215.47 --219.96,215.42 --219.87,215.36 --219.77,215.31 --219.68,215.25 --219.59,215.2 --219.5,215.15 --219.41,215.09 --219.32,215.04 --219.23,214.98 --219.14,214.93 --219.05,214.87 --218.96,214.82 --218.86,214.76 --218.77,214.71 --218.68,214.65 --218.59,214.6 --218.5,214.54 --218.41,214.49 --218.32,214.44 --218.23,214.38 --218.14,214.33 --218.04,214.27 --217.95,214.22 --217.86,214.16 --217.77,214.11 --217.68,214.05 --217.59,214 --217.5,213.94 --217.41,213.89 --217.32,213.83 --217.23,213.78 --217.13,213.72 --217.04,213.67 --216.95,213.61 --216.86,213.56 --216.77,213.5 --216.68,213.45 --216.59,213.39 --216.5,213.34 --216.41,213.28 --216.32,213.23 --216.23,213.17 --216.13,213.12 --216.04,213.06 --215.95,213.01 --215.86,212.95 --215.77,212.9 --215.68,212.84 --215.59,212.79 --215.5,212.73 --215.41,212.68 --215.32,212.63 --215.23,212.57 --215.14,212.52 --215.05,212.46 --214.96,212.41 --214.87,212.35 --214.78,212.3 --214.69,212.24 --214.6,212.19 --214.51,212.13 --214.42,212.08 --214.33,212.02 --214.24,211.97 --214.15,211.91 --214.06,211.86 --213.97,211.8 --213.88,211.75 --213.79,211.7 --213.7,211.64 --213.61,211.59 --213.52,211.53 --213.43,211.48 --213.34,211.42 --213.25,211.37 --213.16,211.31 --213.07,211.26 --212.98,211.2 --212.89,211.15 --212.8,211.09 --212.71,211.04 --212.62,210.98 --212.53,210.93 --212.43,210.87 --212.34,210.82 --212.25,210.76 --212.16,210.71 --212.07,210.65 --211.98,210.6 --211.89,210.54 --211.8,210.49 --211.71,210.43 --211.62,210.37 --211.52,210.32 --211.43,210.26 --211.34,210.21 --211.25,210.15 --211.16,210.1 --211.06,210.04 --210.97,209.98 --210.88,209.93 --210.79,209.87 --210.7,209.82 --210.6,209.76 --210.51,209.7 --210.42,209.65 --210.33,209.59 --210.23,209.53 --210.14,209.48 --210.05,209.42 --209.95,209.36 --209.86,209.31 --209.77,209.25 --209.67,209.19 --209.58,209.14 --209.49,209.08 --209.39,209.02 --209.3,208.96 --209.21,208.91 --209.11,208.85 --209.02,208.79 --208.92,208.74 --208.83,208.68 --208.74,208.62 --208.64,208.56 --208.55,208.51 --208.45,208.45 --208.36,208.39 --208.26,208.33 --208.17,208.28 --208.07,208.22 --207.98,208.16 --207.88,208.1 --207.79,208.04 --207.69,207.99 --207.6,207.93 --207.5,207.87 --207.41,207.81 --207.31,207.75 --207.22,207.69 --207.12,207.63 --207.03,207.58 --206.93,207.52 --206.84,207.46 --206.74,207.4 --206.65,207.34 --206.55,207.28 --206.45,207.22 --206.36,207.16 --206.26,207.1 --206.16,207.04 --206.07,206.98 --205.97,206.92 --205.87,206.86 --205.78,206.8 --205.68,206.74 --205.58,206.68 --205.49,206.62 --205.39,206.56 --205.29,206.5 --205.2,206.44 --205.1,206.38 --205,206.32 --204.9,206.26 --204.81,206.2 --204.71,206.13 --204.61,206.07 --204.51,206.01 --204.42,205.95 --204.32,205.89 --204.22,205.83 --204.12,205.77 --204.03,205.7 --203.93,205.64 --203.83,205.58 --203.73,205.52 --203.63,205.46 --203.53,205.39 --203.44,205.33 --203.34,205.27 --203.24,205.21 --203.14,205.14 --203.04,205.08 --202.94,205.02 --202.84,204.96 --202.74,204.89 --202.64,204.83 --202.55,204.77 --202.45,204.7 --202.35,204.64 --202.25,204.58 --202.15,204.51 --202.05,204.45 --201.95,204.39 --201.85,204.32 --201.75,204.26 --201.65,204.2 --201.55,204.13 --201.45,204.07 --201.35,204.01 --201.25,203.94 --201.15,203.88 --201.04,203.81 --200.94,203.75 --200.84,203.69 --200.74,203.62 --200.64,203.56 --200.54,203.49 --200.44,203.43 --200.34,203.36 --200.24,203.3 --200.13,203.24 --200.03,203.17 --199.93,203.11 --199.83,203.04 --199.73,202.98 --199.62,202.91 --199.52,202.85 --199.42,202.78 --199.32,202.72 --199.21,202.65 --199.11,202.59 --199.01,202.52 --198.9,202.45 --198.8,202.39 --198.7,202.32 --198.59,202.26 --198.49,202.19 --198.39,202.12 --198.28,202.06 --198.18,201.99 --198.07,201.93 --197.97,201.86 --197.87,201.79 --197.76,201.73 --197.66,201.66 --197.55,201.59 --197.45,201.53 --197.34,201.46 --197.24,201.39 --197.14,201.33 --197.03,201.26 --196.93,201.19 --196.82,201.13 --196.71,201.06 --196.61,200.99 --196.5,200.93 --196.4,200.86 --196.29,200.79 --196.19,200.73 --196.08,200.66 --195.98,200.59 --195.87,200.52 --195.76,200.46 --195.66,200.39 --195.55,200.32 --195.45,200.25 --195.34,200.19 --195.23,200.12 --195.13,200.05 --195.02,199.98 --194.91,199.91 --194.81,199.85 --194.7,199.78 --194.59,199.71 --194.49,199.64 --194.38,199.58 --194.27,199.51 --194.16,199.44 --194.06,199.37 --193.95,199.3 --193.84,199.24 --193.74,199.17 --193.63,199.1 --193.52,199.03 --193.41,198.96 --193.3,198.89 --193.2,198.83 --193.09,198.76 --192.98,198.69 --192.87,198.62 --192.76,198.55 --192.66,198.48 --192.55,198.41 --192.44,198.34 --192.33,198.27 --192.22,198.21 --192.11,198.14 --192,198.07 --191.9,198 --191.79,197.93 --191.68,197.86 --191.57,197.79 --191.46,197.72 --191.35,197.65 --191.24,197.58 --191.13,197.51 --191.02,197.44 --190.92,197.37 --190.81,197.3 --190.7,197.23 --190.59,197.16 --190.48,197.09 --190.37,197.02 --190.26,196.95 --190.15,196.88 --190.04,196.81 --189.93,196.74 --189.82,196.67 --189.71,196.6 --189.6,196.53 --189.49,196.46 --189.38,196.39 --189.27,196.31 --189.16,196.24 --189.05,196.17 --188.94,196.1 --188.83,196.03 --188.72,195.96 --188.61,195.89 --188.5,195.81 --188.39,195.74 --188.28,195.67 --188.17,195.6 --188.05,195.53 --187.94,195.46 --187.83,195.38 --187.72,195.31 --187.61,195.24 --187.5,195.17 --187.39,195.09 --187.28,195.02 --187.17,194.95 --187.05,194.88 --186.94,194.8 --186.83,194.73 --186.72,194.66 --186.61,194.59 --186.5,194.51 --186.38,194.44 --186.27,194.37 --186.16,194.3 --186.05,194.22 --185.94,194.15 --185.83,194.08 --185.71,194 --187.5,194.24 --187.39,194.17 --187.28,194.1 --187.17,194.02 --187.06,193.95 --186.95,193.88 --186.84,193.8 --186.73,193.73 --186.62,193.66 --186.51,193.58 --186.39,193.51 --186.28,193.44 --186.17,193.36 --186.06,193.29 --185.95,193.22 --185.84,193.14 --185.73,193.07 --185.62,193 --185.51,192.92 --185.4,192.85 --185.29,192.78 --185.17,192.7 --185.06,192.63 --184.95,192.55 --184.84,192.48 --184.73,192.41 --184.62,192.33 --184.5,192.26 --184.39,192.19 --184.28,192.11 --184.17,192.04 --184.05,191.97 --183.94,191.89 --183.83,191.82 --183.72,191.74 --183.6,191.67 --183.49,191.6 --183.38,191.52 --183.26,191.45 --183.15,191.38 --183.04,191.3 --182.92,191.23 --182.81,191.15 --182.7,191.08 --182.59,191 --182.47,190.93 --182.36,190.86 --182.24,190.78 --182.13,190.71 --182.02,190.63 --181.9,190.56 --181.79,190.48 --181.67,190.41 --181.56,190.33 --181.45,190.26 --181.33,190.18 --181.22,190.11 --181.1,190.03 --180.99,189.96 --180.88,189.88 --180.76,189.81 --180.65,189.73 --180.53,189.66 --180.42,189.58 --180.31,189.51 --180.19,189.43 --180.08,189.36 --179.96,189.28 --179.85,189.21 --179.74,189.13 --179.62,189.06 --179.51,188.98 --179.39,188.91 --179.28,188.83 --179.16,188.76 --179.05,188.68 --178.94,188.61 --178.82,188.53 --178.71,188.46 --178.59,188.38 --178.48,188.31 --178.36,188.23 --178.25,188.15 --178.14,188.08 --178.02,188 --177.91,187.93 --177.79,187.85 --177.68,187.77 --177.56,187.7 --177.45,187.62 --177.33,187.55 --177.22,187.47 --177.1,187.39 --176.99,187.32 --176.87,187.24 --176.76,187.17 --176.64,187.09 --176.53,187.01 --176.41,186.94 --176.3,186.86 --176.18,186.79 --176.07,186.71 --175.95,186.64 --175.84,186.56 --175.72,186.48 --175.61,186.41 --175.49,186.33 --175.37,186.26 --175.26,186.18 --175.14,186.11 --175.03,186.03 --174.91,185.95 --174.8,185.88 --174.68,185.8 --174.57,185.73 --174.45,185.65 --174.33,185.58 --174.22,185.5 --174.1,185.43 --173.99,185.35 --173.87,185.28 --173.75,185.2 --173.64,185.12 --173.52,185.05 --173.41,184.97 --173.29,184.9 --173.17,184.82 --173.06,184.75 --172.94,184.67 --172.82,184.6 --172.71,184.52 --172.59,184.44 --172.47,184.37 --172.36,184.29 --172.24,184.22 --172.12,184.14 --172.01,184.06 --171.89,183.99 --171.77,183.91 --171.66,183.84 --171.54,183.76 --171.42,183.68 --171.31,183.61 --171.19,183.53 --171.07,183.45 --170.96,183.38 --170.84,183.3 --170.73,183.22 --170.61,183.15 --170.49,183.07 --170.38,182.99 --170.26,182.92 --170.14,182.84 --170.03,182.76 --169.91,182.69 --169.79,182.61 --169.68,182.53 --169.56,182.46 --169.45,182.38 --169.33,182.3 --169.21,182.23 --169.1,182.15 --168.98,182.07 --168.86,182 --168.75,181.92 --168.63,181.84 --168.52,181.77 --168.4,181.69 --168.28,181.61 --168.17,181.54 --168.05,181.46 --167.94,181.38 --167.82,181.31 --167.7,181.23 --167.59,181.15 --167.47,181.07 --167.36,181 --167.24,180.92 --167.12,180.84 --167.01,180.77 --166.89,180.69 --166.77,180.61 --166.66,180.53 --166.54,180.46 --166.42,180.38 --166.31,180.3 --166.19,180.22 --166.07,180.15 --165.96,180.07 --165.84,179.99 --165.72,179.91 --165.61,179.84 --165.49,179.76 --165.37,179.68 --165.26,179.6 --165.14,179.52 --165.02,179.45 --164.91,179.37 --164.79,179.29 --164.67,179.21 --164.56,179.13 --164.44,179.06 --164.32,178.98 --164.21,178.9 --164.09,178.82 --163.97,178.74 --163.86,178.67 --163.74,178.59 --163.62,178.51 --163.51,178.43 --163.39,178.35 --163.27,178.28 --163.16,178.2 --163.04,178.12 --162.92,178.04 --162.81,177.96 --162.69,177.88 --162.57,177.81 --162.46,177.73 --162.34,177.65 --162.23,177.57 --162.11,177.49 --161.99,177.41 --161.88,177.33 --161.76,177.26 --161.64,177.18 --161.53,177.1 --161.41,177.02 --161.3,176.94 --161.18,176.86 --161.06,176.78 --160.95,176.71 --160.83,176.63 --160.71,176.55 --160.6,176.47 --160.48,176.39 --160.37,176.31 --160.25,176.23 --160.13,176.15 --160.02,176.07 --159.9,175.99 --159.78,175.92 --159.67,175.84 --159.55,175.76 --159.44,175.68 --159.32,175.6 --159.2,175.52 --159.09,175.44 --158.97,175.36 --158.85,175.28 --158.74,175.2 --158.62,175.13 --158.51,175.05 --158.39,174.97 --158.27,174.89 --158.16,174.81 --158.04,174.73 --157.92,174.65 --157.81,174.57 --157.69,174.49 --157.58,174.41 --157.46,174.34 --157.34,174.26 --157.23,174.18 --157.11,174.1 --156.99,174.02 --156.88,173.94 --156.76,173.86 --156.65,173.78 --156.53,173.7 --156.41,173.63 --156.3,173.55 --156.18,173.47 --156.06,173.39 --155.95,173.31 --155.83,173.23 --155.71,173.15 --155.6,173.07 --155.48,172.99 --155.36,172.92 --155.25,172.84 --155.13,172.76 --155.02,172.68 --154.9,172.6 --154.78,172.52 --154.67,172.45 --154.55,172.37 --154.43,172.29 --154.32,172.21 --154.2,172.13 --154.09,172.05 --153.97,171.97 --153.86,171.89 --153.74,171.82 --153.62,171.74 --153.51,171.66 --153.39,171.58 --153.28,171.5 --153.16,171.42 --153.04,171.35 --154.38,171.97 --154.26,171.89 --154.15,171.81 --154.03,171.73 --153.92,171.65 --153.8,171.57 --153.69,171.5 --153.57,171.42 --153.46,171.34 --153.35,171.26 --153.23,171.18 --153.12,171.1 --153,171.03 --152.89,170.95 --152.77,170.87 --152.66,170.79 --152.54,170.71 --152.43,170.63 --152.31,170.56 --152.2,170.48 --152.08,170.4 --151.97,170.32 --151.86,170.24 --151.74,170.16 --151.63,170.09 --151.51,170.01 --151.4,169.93 --151.28,169.85 --151.17,169.77 --151.05,169.7 --150.94,169.62 --150.82,169.54 --150.71,169.46 --150.6,169.38 --150.48,169.31 --150.37,169.23 --150.25,169.15 --150.14,169.07 --150.02,169 --149.91,168.92 --149.8,168.84 --149.68,168.76 --149.57,168.68 --149.45,168.61 --149.34,168.53 --149.22,168.45 --149.11,168.37 --148.99,168.3 --148.88,168.22 --148.77,168.14 --148.65,168.06 --148.54,167.99 --148.42,167.91 --148.31,167.83 --148.19,167.75 --148.08,167.68 --147.97,167.6 --147.85,167.52 --147.74,167.44 --147.62,167.37 --147.51,167.29 --147.4,167.21 --147.28,167.14 --147.17,167.06 --147.05,166.98 --146.94,166.9 --146.82,166.83 --146.71,166.75 --146.6,166.67 --146.48,166.6 --146.37,166.52 --146.25,166.44 --146.14,166.37 --146.03,166.29 --145.91,166.21 --145.8,166.13 --145.68,166.06 --145.57,165.98 --145.46,165.9 --145.34,165.83 --145.23,165.75 --145.12,165.67 --145,165.59 --144.89,165.52 --144.77,165.44 --144.66,165.36 --144.55,165.29 --144.43,165.21 --144.32,165.13 --144.2,165.05 --144.09,164.98 --143.98,164.9 --143.86,164.82 --143.75,164.75 --143.64,164.67 --143.52,164.59 --143.41,164.51 --143.29,164.44 --143.18,164.36 --143.07,164.28 --142.95,164.21 --142.84,164.13 --142.73,164.05 --142.61,163.97 --142.5,163.9 --142.39,163.82 --142.27,163.74 --142.16,163.67 --142.05,163.59 --141.93,163.51 --141.82,163.43 --141.71,163.36 --141.59,163.28 --141.48,163.2 --141.37,163.13 --141.25,163.05 --141.14,162.97 --141.03,162.9 --140.91,162.82 --140.8,162.74 --140.69,162.67 --140.58,162.59 --140.46,162.51 --140.35,162.43 --140.23,162.36 --140.12,162.28 --140.01,162.2 --139.89,162.13 --139.78,162.05 --139.67,161.97 --139.55,161.9 --139.44,161.82 --139.33,161.74 --139.21,161.66 --139.1,161.59 --138.99,161.51 --138.87,161.43 --138.76,161.36 --138.64,161.28 --138.53,161.2 --138.42,161.13 --138.3,161.05 --138.19,160.97 --138.07,160.89 --137.96,160.82 --137.85,160.74 --137.73,160.66 --137.62,160.59 --137.5,160.51 --137.39,160.43 --137.28,160.35 --137.16,160.28 --137.05,160.2 --136.93,160.12 --136.82,160.05 --136.71,159.97 --136.59,159.89 --136.48,159.81 --136.36,159.74 --136.25,159.66 --136.14,159.58 --136.02,159.51 --135.91,159.43 --135.8,159.35 --135.68,159.27 --135.57,159.2 --135.45,159.12 --135.34,159.04 --135.23,158.96 --135.11,158.89 --135,158.81 --134.89,158.73 --134.77,158.66 --134.66,158.58 --134.55,158.5 --134.43,158.42 --134.32,158.35 --134.21,158.27 --134.09,158.19 --133.98,158.11 --133.86,158.04 --133.75,157.96 --133.64,157.88 --133.53,157.8 --133.41,157.73 --133.3,157.65 --133.19,157.57 --133.07,157.49 --132.96,157.42 --132.85,157.34 --132.73,157.26 --132.62,157.18 --132.51,157.11 --132.39,157.03 --132.28,156.95 --132.17,156.87 --132.05,156.79 --131.94,156.71 --131.83,156.64 --131.72,156.56 --131.6,156.48 --131.49,156.4 --131.38,156.32 --131.27,156.24 --131.15,156.16 --131.04,156.08 --130.93,156 --130.82,155.93 --130.7,155.85 --130.59,155.77 --130.48,155.69 --130.37,155.61 --130.26,155.53 --130.14,155.45 --130.03,155.37 --129.92,155.29 --129.81,155.21 --129.7,155.13 --129.58,155.05 --129.47,154.97 --129.36,154.89 --129.25,154.81 --129.14,154.73 --129.03,154.65 --128.92,154.57 --128.81,154.49 --128.7,154.4 --128.58,154.32 --128.47,154.24 --128.36,154.16 --128.25,154.08 --128.14,154 --128.03,153.92 --127.92,153.84 --127.81,153.76 --127.7,153.68 --127.59,153.6 --127.48,153.52 --127.36,153.43 --127.25,153.35 --127.14,153.27 --127.03,153.19 --126.92,153.11 --126.81,153.03 --126.7,152.95 --126.59,152.87 --126.48,152.79 --126.37,152.71 --126.25,152.62 --126.14,152.54 --126.03,152.46 --125.92,152.38 --125.81,152.3 --125.7,152.22 --125.59,152.14 --125.48,152.06 --125.36,151.98 --125.25,151.9 --125.14,151.82 --125.03,151.74 --124.92,151.66 --124.81,151.58 --124.7,151.5 --124.59,151.42 --124.48,151.34 --124.36,151.26 --124.25,151.18 --124.14,151.1 --124.03,151.02 --123.92,150.94 --123.81,150.86 --123.7,150.78 --123.59,150.7 --123.48,150.62 --123.37,150.54 --123.25,150.45 --123.14,150.37 --123.03,150.29 --122.92,150.21 --122.81,150.13 --122.7,150.05 --122.59,149.97 --122.48,149.89 --122.37,149.81 --122.26,149.73 --122.15,149.65 --122.04,149.57 --121.93,149.49 --121.82,149.41 --121.7,149.33 --121.59,149.25 --121.48,149.17 --121.37,149.09 --121.26,149.01 --121.15,148.93 --121.04,148.85 --120.93,148.77 --120.82,148.69 --120.71,148.61 --120.6,148.54 --121.94,149.08 --121.83,149 --121.72,148.93 --121.61,148.85 --121.51,148.77 --121.4,148.69 --121.29,148.61 --121.18,148.53 --121.07,148.45 --120.96,148.37 --120.85,148.29 --120.74,148.22 --120.64,148.14 --120.53,148.06 --120.42,147.98 --120.31,147.9 --120.2,147.82 --120.09,147.74 --119.98,147.67 --119.88,147.59 --119.77,147.51 --119.66,147.43 --119.55,147.35 --119.44,147.27 --119.33,147.19 --119.22,147.12 --119.11,147.04 --119.01,146.96 --118.9,146.88 --118.79,146.8 --118.68,146.72 --118.57,146.64 --118.46,146.57 --118.35,146.49 --118.25,146.41 --118.14,146.33 --118.03,146.25 --117.92,146.17 --117.81,146.09 --117.71,146.02 --117.6,145.94 --117.49,145.86 --117.38,145.78 --117.27,145.7 --117.17,145.62 --117.06,145.55 --116.95,145.47 --116.84,145.39 --116.74,145.31 --116.63,145.23 --116.52,145.15 --116.41,145.08 --116.3,145 --116.2,144.92 --116.09,144.84 --115.98,144.76 --115.87,144.68 --115.77,144.6 --115.66,144.53 --115.55,144.45 --115.44,144.37 --115.33,144.29 --115.22,144.21 --115.12,144.13 --115.01,144.05 --114.9,143.97 --114.79,143.89 --114.68,143.81 --114.58,143.74 --114.47,143.66 --114.36,143.58 --114.25,143.5 --114.14,143.42 --114.04,143.34 --113.93,143.26 --113.82,143.18 --113.71,143.1 --113.6,143.02 --113.5,142.94 --113.39,142.86 --113.28,142.78 --113.17,142.7 --113.06,142.62 --112.96,142.54 --112.85,142.46 --112.74,142.38 --112.63,142.29 --112.52,142.21 --112.42,142.13 --112.31,142.05 --112.2,141.97 --112.09,141.89 --111.98,141.81 --111.88,141.73 --111.77,141.65 --111.66,141.57 --111.55,141.49 --111.44,141.4 --111.34,141.32 --111.23,141.24 --111.12,141.16 --111.01,141.08 --110.9,141 --110.8,140.92 --110.69,140.83 --110.58,140.75 --110.47,140.67 --110.36,140.59 --110.26,140.51 --110.15,140.43 --110.04,140.34 --109.93,140.26 --109.83,140.18 --109.72,140.1 --109.61,140.01 --109.5,139.93 --109.39,139.85 --109.29,139.77 --109.18,139.68 --109.07,139.6 --108.96,139.52 --108.86,139.43 --108.75,139.35 --108.64,139.27 --108.53,139.18 --108.42,139.1 --108.32,139.02 --108.21,138.93 --108.1,138.85 --107.99,138.76 --107.89,138.68 --107.78,138.59 --107.67,138.51 --107.56,138.43 --107.46,138.34 --107.35,138.26 --107.24,138.17 --107.14,138.08 --107.03,138 --106.92,137.91 --106.81,137.83 --106.71,137.74 --106.6,137.66 --106.49,137.57 --106.39,137.48 --106.28,137.4 --106.17,137.31 --106.07,137.23 --105.96,137.14 --105.85,137.05 --105.75,136.97 --105.64,136.88 --105.53,136.79 --105.43,136.71 --105.32,136.62 --105.22,136.53 --105.11,136.45 --105,136.36 --104.9,136.27 --104.79,136.18 --104.69,136.1 --104.58,136.01 --104.47,135.92 --104.37,135.83 --104.26,135.75 --104.16,135.66 --104.05,135.57 --103.95,135.48 --103.84,135.4 --103.74,135.31 --103.63,135.22 --103.53,135.13 --103.42,135.05 --103.32,134.96 --103.21,134.87 --103.11,134.78 --103,134.69 --102.9,134.61 --102.79,134.52 --102.69,134.43 --102.59,134.34 --102.48,134.25 --102.38,134.16 --102.27,134.08 --102.17,133.99 --102.07,133.9 --101.96,133.81 --101.86,133.72 --101.76,133.63 --101.65,133.54 --101.55,133.45 --101.45,133.37 --101.35,133.28 --101.24,133.19 --101.14,133.1 --101.04,133.01 --100.93,132.92 --100.83,132.83 --100.73,132.74 --100.63,132.65 --100.52,132.56 --100.42,132.47 --100.32,132.38 --100.22,132.29 --100.12,132.2 --100.02,132.11 --99.915,132.02 --99.814,131.93 --99.713,131.84 --99.613,131.75 --99.512,131.66 --99.412,131.57 --99.312,131.48 --99.212,131.39 --99.112,131.31 --99.012,131.22 --98.913,131.13 --98.813,131.04 --98.714,130.95 --98.615,130.86 --98.516,130.77 --98.417,130.68 --98.318,130.59 --98.219,130.5 --98.12,130.41 --98.021,130.32 --97.922,130.23 --97.823,130.14 --97.724,130.05 --97.626,129.95 --97.527,129.86 --97.429,129.77 --97.33,129.68 --97.232,129.59 --97.133,129.5 --97.035,129.41 --96.937,129.32 --96.838,129.22 --96.74,129.13 --96.642,129.04 --96.543,128.95 --96.445,128.86 --96.347,128.77 --96.249,128.67 --96.152,128.58 --96.054,128.49 --95.957,128.4 --95.861,128.31 --95.764,128.22 --95.668,128.13 --95.572,128.03 --95.476,127.94 --95.38,127.85 --95.285,127.76 --95.189,127.67 --95.094,127.58 --94.999,127.49 --94.904,127.39 --94.809,127.3 --94.714,127.21 --94.619,127.12 --94.524,127.03 --94.43,126.94 --94.335,126.84 --94.24,126.75 --94.146,126.66 --94.051,126.57 --93.956,126.48 --93.862,126.38 --93.767,126.29 --93.672,126.2 --93.578,126.11 --93.483,126.01 --93.389,125.92 --93.294,125.83 --93.2,125.73 --93.105,125.64 --93.01,125.55 --92.916,125.45 --92.821,125.36 --92.727,125.27 --92.632,125.17 --92.538,125.08 --92.444,124.99 --92.349,124.89 --92.255,124.8 --92.161,124.7 --92.066,124.61 --91.972,124.51 --91.878,124.42 --91.784,124.33 --91.689,124.23 --91.595,124.14 --91.501,124.04 --91.407,123.95 --91.314,123.85 --91.22,123.76 --91.126,123.66 --91.032,123.57 --90.939,123.47 --90.845,123.38 --90.752,123.28 --90.658,123.19 --90.565,123.09 --90.471,123 --90.378,122.9 --90.285,122.81 --90.191,122.71 --90.098,122.62 --90.005,122.52 --89.912,122.43 --89.819,122.33 --89.726,122.24 --89.633,122.14 --89.54,122.05 --89.447,121.95 --89.354,121.85 --89.262,121.76 --89.169,121.66 --89.076,121.57 --88.984,121.47 --88.891,121.37 --88.799,121.28 --88.707,121.18 --88.615,121.09 --88.522,120.99 --88.43,120.89 --88.338,120.8 --88.247,120.7 --88.155,120.6 --88.063,120.51 --87.971,120.41 --87.88,120.32 --87.788,120.22 --87.696,120.12 --87.605,120.03 --87.513,119.93 --87.422,119.83 --87.331,119.74 --87.24,119.64 --87.149,119.54 --87.058,119.44 --86.967,119.35 --86.876,119.25 --86.785,119.15 --86.694,119.06 --86.603,118.96 --86.513,118.86 --86.422,118.76 --86.332,118.67 --86.241,118.57 --86.151,118.47 --86.06,118.38 --85.97,118.28 --85.88,118.18 --85.79,118.08 --85.7,117.99 --85.61,117.89 --85.52,117.79 --85.43,117.69 --85.34,117.6 --85.25,117.5 --85.16,117.4 --85.071,117.3 --84.981,117.21 --84.892,117.11 --84.802,117.01 --84.713,116.91 --84.623,116.82 --84.534,116.72 --84.445,116.62 --84.356,116.52 --84.266,116.42 --84.177,116.33 --84.088,116.23 --83.999,116.13 --83.91,116.03 --83.822,115.94 --83.733,115.84 --83.644,115.74 --83.555,115.64 --83.466,115.54 --83.378,115.45 --83.289,115.35 --83.201,115.25 --83.112,115.15 --83.024,115.05 --82.935,114.96 --82.847,114.86 --82.759,114.76 --82.671,114.66 --82.583,114.56 --82.495,114.46 --82.407,114.37 --82.319,114.27 --82.231,114.17 --82.143,114.07 --82.055,113.97 --81.967,113.88 --81.879,113.78 --84.04,114.4 --83.955,114.31 --83.869,114.21 --83.784,114.11 --83.698,114.01 --83.613,113.92 --83.528,113.82 --83.443,113.72 --83.357,113.62 --83.272,113.53 --83.187,113.43 --83.102,113.33 --83.017,113.23 --82.932,113.14 --82.848,113.04 --82.763,112.94 --82.678,112.84 --82.593,112.75 --82.508,112.65 --82.424,112.55 --82.339,112.45 --82.254,112.36 --82.17,112.26 --82.085,112.16 --82.001,112.06 --81.916,111.97 --81.832,111.87 --81.747,111.77 --81.663,111.67 --81.579,111.58 --81.494,111.48 --81.41,111.38 --81.326,111.28 --81.242,111.19 --81.158,111.09 --81.074,110.99 --80.99,110.89 --80.906,110.8 --80.822,110.7 --80.738,110.6 --80.655,110.5 --80.571,110.41 --80.487,110.31 --80.404,110.21 --80.32,110.11 --80.237,110.02 --80.153,109.92 --80.07,109.82 --79.987,109.72 --79.903,109.63 --79.82,109.53 --79.737,109.43 --79.654,109.33 --79.571,109.24 --79.488,109.14 --79.405,109.04 --79.322,108.94 --79.239,108.85 --79.157,108.75 --79.074,108.65 --78.991,108.55 --78.909,108.46 --78.826,108.36 --78.743,108.26 --78.661,108.16 --78.578,108.07 --78.496,107.97 --78.413,107.87 --78.331,107.77 --78.248,107.68 --78.166,107.58 --78.083,107.48 --78.001,107.38 --77.919,107.29 --77.837,107.19 --77.754,107.09 --77.672,106.99 --77.59,106.9 --77.508,106.8 --77.427,106.7 --77.345,106.6 --77.263,106.51 --77.181,106.41 --77.1,106.31 --77.018,106.21 --76.937,106.12 --76.855,106.02 --76.774,105.92 --76.692,105.82 --76.611,105.73 --76.53,105.63 --76.449,105.53 --76.367,105.44 --76.286,105.34 --76.205,105.24 --76.124,105.14 --76.043,105.05 --75.962,104.95 --75.881,104.85 --75.8,104.75 --75.719,104.66 --75.638,104.56 --75.558,104.46 --75.477,104.36 --75.396,104.27 --75.316,104.17 --75.235,104.07 --75.155,103.97 --75.075,103.88 --74.994,103.78 --74.914,103.68 --74.834,103.58 --74.754,103.48 --74.674,103.39 --74.594,103.29 --74.514,103.19 --74.434,103.09 --74.354,103 --74.274,102.9 --74.195,102.8 --74.115,102.7 --74.035,102.61 --73.956,102.51 --73.876,102.41 --73.797,102.31 --73.717,102.22 --73.638,102.12 --73.558,102.02 --73.479,101.92 --73.4,101.83 --73.321,101.73 --73.242,101.63 --73.163,101.53 --73.084,101.43 --73.005,101.34 --72.926,101.24 --72.847,101.14 --72.768,101.04 --72.69,100.95 --72.611,100.85 --72.532,100.75 --72.454,100.65 --72.375,100.56 --72.297,100.46 --72.219,100.36 --72.14,100.26 --72.062,100.16 --71.984,100.07 --71.905,99.969 --71.827,99.871 --71.749,99.773 --71.671,99.675 --71.593,99.577 --71.515,99.479 --71.437,99.382 --71.359,99.284 --71.281,99.186 --71.203,99.088 --71.126,98.99 --71.048,98.892 --70.97,98.794 --70.893,98.696 --70.815,98.598 --70.737,98.5 --70.66,98.402 --70.582,98.304 --70.505,98.207 --70.428,98.109 --70.35,98.011 --70.273,97.913 --70.196,97.815 --70.118,97.717 --70.041,97.619 --69.964,97.521 --69.887,97.423 --69.81,97.326 --69.733,97.228 --69.657,97.13 --69.58,97.032 --69.503,96.934 --69.426,96.836 --69.35,96.738 --69.273,96.64 --69.196,96.542 --69.12,96.444 --69.043,96.346 --68.967,96.248 --68.89,96.15 --68.814,96.052 --68.737,95.954 --68.661,95.856 --68.584,95.758 --68.508,95.66 --68.432,95.562 --68.355,95.464 --68.279,95.366 --68.203,95.268 --68.127,95.17 --68.051,95.071 --67.976,94.973 --67.9,94.875 --67.824,94.777 --67.748,94.679 --67.673,94.581 --67.597,94.482 --67.522,94.384 --67.446,94.286 --67.371,94.188 --67.295,94.09 --67.22,93.992 --67.145,93.894 --67.07,93.796 --66.994,93.698 --66.919,93.6 --66.844,93.502 --66.769,93.404 --66.694,93.306 --66.619,93.208 --66.544,93.11 --66.469,93.012 --66.394,92.914 --66.319,92.815 --66.245,92.717 --66.17,92.619 --66.095,92.521 --66.02,92.423 --65.945,92.325 --65.871,92.227 --65.796,92.128 --65.721,92.03 --65.647,91.932 --65.572,91.834 --65.498,91.735 --65.423,91.637 --65.349,91.539 --65.274,91.441 --65.2,91.342 --65.126,91.244 --65.051,91.146 --64.977,91.047 --64.903,90.949 --64.828,90.851 --64.754,90.753 --64.68,90.654 --64.605,90.556 --64.531,90.458 --64.457,90.359 --64.383,90.261 --64.309,90.162 --64.235,90.064 --64.161,89.966 --64.086,89.867 --64.012,89.769 --63.937,89.671 --63.863,89.572 --63.788,89.474 --63.714,89.376 --63.639,89.277 --63.564,89.179 --63.49,89.081 --63.415,88.983 --63.34,88.884 --63.266,88.786 --63.191,88.688 --63.117,88.59 --63.042,88.492 --62.968,88.394 --62.894,88.296 --62.819,88.198 --62.745,88.1 --62.67,88.002 --62.596,87.904 --62.522,87.807 --62.447,87.709 --62.373,87.612 --62.298,87.515 --62.224,87.417 --62.15,87.32 --62.076,87.223 --62.002,87.126 --61.928,87.029 --61.854,86.932 --61.78,86.835 --61.706,86.738 --61.632,86.641 --61.558,86.545 --61.484,86.448 --61.41,86.351 --61.336,86.255 --61.261,86.159 --61.187,86.062 --61.112,85.966 --61.038,85.87 --60.964,85.774 --60.889,85.678 --60.815,85.581 --60.741,85.485 --60.666,85.389 --60.592,85.293 --60.518,85.197 --62.79,85.342 --62.718,85.246 --62.647,85.15 --62.575,85.054 --62.504,84.958 --62.432,84.862 --62.361,84.766 --62.289,84.67 --62.217,84.574 --62.146,84.478 --62.074,84.383 --62.002,84.287 --61.931,84.192 --61.859,84.096 --61.787,84 --61.716,83.905 --61.644,83.809 --61.572,83.714 --61.5,83.618 --61.429,83.523 --61.357,83.428 --61.285,83.332 --61.213,83.237 --61.142,83.142 --61.07,83.047 --60.998,82.952 --60.927,82.857 --60.855,82.762 --60.783,82.668 --60.712,82.573 --60.64,82.478 --60.569,82.383 --60.497,82.289 --60.425,82.194 --60.354,82.099 --60.282,82.005 --60.21,81.91 --60.138,81.816 --60.067,81.721 --59.995,81.627 --59.923,81.532 --59.852,81.438 --59.78,81.343 --59.709,81.249 --59.637,81.154 --59.566,81.06 --59.494,80.965 --59.422,80.871 --59.351,80.776 --59.279,80.682 --59.208,80.588 --59.136,80.494 --59.065,80.4 --58.993,80.305 --58.922,80.211 --58.85,80.117 --58.779,80.023 --58.707,79.929 --58.636,79.835 --58.564,79.742 --58.492,79.648 --58.42,79.554 --58.349,79.46 --58.277,79.366 --58.205,79.272 --58.133,79.179 --58.061,79.085 --57.99,78.991 --57.918,78.896 --57.846,78.802 --57.775,78.708 --57.703,78.614 --57.631,78.519 --57.559,78.425 --57.487,78.331 --57.415,78.238 --57.343,78.144 --57.271,78.05 --57.198,77.956 --57.126,77.862 --57.054,77.769 --56.981,77.675 --56.909,77.582 --56.836,77.488 --56.764,77.395 --56.691,77.302 --56.619,77.208 --56.546,77.115 --56.474,77.022 --56.401,76.929 --56.329,76.836 --56.257,76.743 --56.184,76.65 --56.112,76.557 --56.039,76.464 --55.967,76.371 --55.894,76.278 --55.822,76.185 --55.749,76.092 --55.676,76 --55.603,75.907 --55.531,75.814 --55.458,75.722 --55.385,75.629 --55.312,75.536 --55.239,75.444 --55.166,75.351 --55.093,75.258 --55.019,75.165 --54.946,75.072 --54.873,74.979 --54.799,74.887 --54.726,74.794 --54.652,74.701 --54.579,74.608 --54.505,74.515 --54.431,74.422 --54.358,74.33 --54.284,74.237 --54.21,74.144 --54.136,74.051 --54.063,73.958 --53.989,73.865 --53.915,73.772 --53.841,73.679 --53.767,73.587 --53.693,73.494 --53.619,73.401 --53.545,73.309 --53.471,73.216 --53.397,73.124 --53.323,73.031 --53.249,72.939 --53.175,72.847 --53.101,72.755 --53.027,72.663 --52.952,72.571 --52.878,72.479 --52.804,72.387 --52.73,72.296 --52.656,72.204 --52.581,72.112 --52.507,72.021 --52.433,71.929 --52.358,71.837 --52.284,71.746 --52.209,71.654 --52.135,71.563 --52.06,71.472 --51.986,71.38 --51.911,71.289 --51.837,71.197 --51.762,71.106 --51.688,71.014 --51.613,70.923 --51.538,70.831 --51.464,70.74 --51.389,70.649 --51.314,70.557 --51.24,70.466 --51.165,70.375 --51.09,70.283 --51.015,70.192 --50.94,70.101 --50.865,70.01 --50.79,69.919 --50.714,69.827 --50.639,69.736 --50.564,69.645 --50.489,69.554 --50.414,69.463 --50.338,69.372 --50.263,69.281 --50.188,69.19 --50.112,69.099 --50.037,69.008 --49.961,68.918 --49.886,68.827 --49.811,68.736 --49.735,68.645 --49.659,68.554 --49.584,68.464 --49.508,68.373 --49.432,68.282 --49.357,68.192 --49.281,68.101 --49.205,68.011 --49.13,67.92 --49.054,67.83 --48.978,67.74 --48.902,67.65 --48.826,67.559 --48.75,67.469 --48.674,67.379 --48.598,67.289 --48.522,67.199 --48.446,67.109 --48.37,67.019 --48.294,66.929 --48.218,66.839 --48.142,66.749 --48.066,66.659 --47.99,66.569 --47.914,66.48 --47.837,66.39 --47.761,66.3 --47.685,66.21 --47.609,66.12 --47.533,66.03 --47.456,65.941 --47.38,65.851 --47.303,65.761 --47.227,65.672 --47.15,65.582 --47.074,65.493 --46.997,65.403 --46.92,65.314 --46.844,65.225 --46.767,65.135 --46.691,65.046 --46.614,64.957 --46.537,64.867 --46.461,64.778 --46.384,64.689 --46.308,64.599 --46.231,64.51 --46.154,64.421 --46.078,64.332 --46.001,64.243 --45.924,64.154 --45.847,64.065 --45.771,63.976 --45.694,63.887 --45.617,63.799 --45.541,63.71 --45.464,63.621 --45.387,63.533 --45.31,63.444 --45.233,63.356 --45.157,63.267 --45.08,63.179 --45.003,63.091 --44.926,63.002 --44.849,62.914 --44.772,62.826 --44.695,62.738 --44.618,62.65 --44.54,62.562 --44.463,62.474 --44.386,62.386 --44.309,62.298 --44.232,62.21 --44.154,62.122 --44.077,62.035 --44,61.947 --43.922,61.859 --43.845,61.772 --43.768,61.684 --43.69,61.596 --43.613,61.509 --43.536,61.421 --43.458,61.334 --43.381,61.247 --43.304,61.159 --43.226,61.072 --43.149,60.985 --43.072,60.898 --42.994,60.811 --42.917,60.724 --42.839,60.637 --42.762,60.55 --42.684,60.463 --42.607,60.377 --42.529,60.291 --42.451,60.205 --42.373,60.119 --42.295,60.033 --42.217,59.947 --42.139,59.861 --42.062,59.775 --41.984,59.689 --41.907,59.603 --41.829,59.517 --41.752,59.432 --41.674,59.346 --41.597,59.26 --41.519,59.174 --41.441,59.088 --41.364,59.003 --41.286,58.917 --41.209,58.832 --41.131,58.746 --41.054,58.661 --40.976,58.575 --40.899,58.49 --40.821,58.405 --40.743,58.319 --40.666,58.234 --40.588,58.149 --40.51,58.064 --42.938,57.92 --42.863,57.835 --42.788,57.75 --42.714,57.665 --42.639,57.58 --42.565,57.495 --42.491,57.41 --42.416,57.325 --42.342,57.24 --42.268,57.156 --42.194,57.071 --42.119,56.986 --42.045,56.902 --41.971,56.817 --41.897,56.733 --41.823,56.648 --41.749,56.564 --41.674,56.48 --41.6,56.396 --41.526,56.312 --41.452,56.228 --41.377,56.144 --41.303,56.061 --41.229,55.977 --41.154,55.894 --41.08,55.81 --41.006,55.727 --40.932,55.643 --40.857,55.56 --40.783,55.477 --40.709,55.394 --40.635,55.311 --40.561,55.228 --40.487,55.145 --40.413,55.062 --40.339,54.979 --40.265,54.896 --40.191,54.813 --40.117,54.731 --40.043,54.648 --39.969,54.565 --39.895,54.483 --39.821,54.4 --39.747,54.318 --39.673,54.236 --39.599,54.153 --39.525,54.071 --39.451,53.989 --39.377,53.907 --39.302,53.825 --39.228,53.743 --39.154,53.661 --39.08,53.579 --39.006,53.498 --38.932,53.416 --38.858,53.334 --38.783,53.253 --38.709,53.171 --38.635,53.09 --38.561,53.008 --38.487,52.927 --38.414,52.846 --38.34,52.764 --38.266,52.683 --38.192,52.602 --38.119,52.521 --38.045,52.44 --37.971,52.359 --37.898,52.278 --37.824,52.197 --37.751,52.116 --37.677,52.035 --37.604,51.954 --37.53,51.874 --37.457,51.793 --37.383,51.712 --37.31,51.632 --37.236,51.551 --37.163,51.471 --37.09,51.391 --37.016,51.31 --36.943,51.23 --36.87,51.15 --36.797,51.07 --36.723,50.989 --36.65,50.909 --36.577,50.829 --36.504,50.749 --36.431,50.669 --36.358,50.589 --36.285,50.509 --36.212,50.429 --36.139,50.349 --36.067,50.269 --35.994,50.189 --35.921,50.11 --35.848,50.03 --35.776,49.95 --35.703,49.871 --35.631,49.791 --35.559,49.712 --35.486,49.633 --35.414,49.553 --35.342,49.474 --35.27,49.395 --35.198,49.315 --35.126,49.236 --35.055,49.157 --34.983,49.078 --34.911,48.999 --34.839,48.92 --34.768,48.842 --34.696,48.763 --34.625,48.684 --34.554,48.605 --34.483,48.527 --34.411,48.448 --34.34,48.37 --34.269,48.291 --34.198,48.212 --34.127,48.134 --34.057,48.055 --33.986,47.977 --33.916,47.898 --33.845,47.82 --33.775,47.742 --33.705,47.664 --33.634,47.586 --33.564,47.509 --33.494,47.431 --33.424,47.354 --33.354,47.276 --33.284,47.199 --33.214,47.122 --33.144,47.044 --33.075,46.967 --33.006,46.89 --32.936,46.813 --32.867,46.736 --32.798,46.659 --32.729,46.582 --32.661,46.505 --32.592,46.429 --32.524,46.352 --32.455,46.275 --32.387,46.199 --32.32,46.122 --32.252,46.046 --32.185,45.969 --32.118,45.893 --32.051,45.816 --31.984,45.74 --31.917,45.664 --31.85,45.587 --31.783,45.511 --31.716,45.435 --31.65,45.359 --31.583,45.283 --31.517,45.207 --31.451,45.132 --31.385,45.056 --31.319,44.98 --31.254,44.905 --31.188,44.829 --31.123,44.754 --31.058,44.679 --30.993,44.604 --30.928,44.529 --30.863,44.454 --30.798,44.379 --30.733,44.304 --30.669,44.229 --30.605,44.155 --30.541,44.08 --30.477,44.005 --30.413,43.931 --30.349,43.856 --30.286,43.782 --30.222,43.707 --30.159,43.633 --30.095,43.559 --30.032,43.485 --29.969,43.411 --29.906,43.337 --29.843,43.263 --29.781,43.189 --29.718,43.116 --29.656,43.042 --29.593,42.969 --29.531,42.896 --29.469,42.822 --29.407,42.749 --29.345,42.676 --29.283,42.603 --29.221,42.53 --29.16,42.457 --29.098,42.385 --29.037,42.312 --28.976,42.239 --28.914,42.167 --28.853,42.094 --28.792,42.022 --28.731,41.95 --28.67,41.878 --28.609,41.806 --28.548,41.734 --28.488,41.662 --28.427,41.59 --28.367,41.518 --28.307,41.447 --28.247,41.375 --28.187,41.303 --28.127,41.231 --28.067,41.16 --28.008,41.088 --27.948,41.017 --27.889,40.945 --27.83,40.874 --27.77,40.802 --27.711,40.731 --27.652,40.66 --27.593,40.589 --27.535,40.518 --27.476,40.446 --27.417,40.375 --27.359,40.305 --27.301,40.234 --27.242,40.163 --27.184,40.092 --27.126,40.021 --27.068,39.951 --27.01,39.88 --26.953,39.81 --26.895,39.739 --26.838,39.669 --26.78,39.598 --26.723,39.528 --26.666,39.458 --26.609,39.387 --26.552,39.317 --26.495,39.247 --26.438,39.177 --26.382,39.107 --26.325,39.037 --26.268,38.967 --26.212,38.897 --26.156,38.827 --26.099,38.758 --26.043,38.688 --25.987,38.618 --25.931,38.549 --25.875,38.479 --25.819,38.409 --25.764,38.34 --25.708,38.271 --25.653,38.201 --25.597,38.132 --25.542,38.063 --25.487,37.993 --25.432,37.924 --25.377,37.855 --25.322,37.786 --25.267,37.717 --25.212,37.648 --25.158,37.579 --25.103,37.51 --25.048,37.441 --24.994,37.372 --24.939,37.303 --24.885,37.235 --24.831,37.166 --24.777,37.097 --24.722,37.029 --24.668,36.96 --24.614,36.891 --24.561,36.823 --24.507,36.754 --24.453,36.686 --24.4,36.617 --24.346,36.549 --24.293,36.48 --24.24,36.412 --24.187,36.343 --24.134,36.275 --24.08,36.207 --24.027,36.139 --23.974,36.071 --23.921,36.003 --23.869,35.935 --23.816,35.867 --23.763,35.799 --23.71,35.731 --23.658,35.663 --23.605,35.595 --23.553,35.527 --23.5,35.459 --23.448,35.392 --23.396,35.324 --23.344,35.256 --23.291,35.189 --23.239,35.121 --23.187,35.054 --23.135,34.987 --23.083,34.92 --23.031,34.852 --22.979,34.785 --22.927,34.718 --22.875,34.651 --22.823,34.584 --22.772,34.517 --22.72,34.451 --22.668,34.384 --22.617,34.317 --22.565,34.251 --22.514,34.184 --22.463,34.118 --22.411,34.051 --22.36,33.985 --22.309,33.919 --22.258,33.853 --22.207,33.787 --22.156,33.721 --22.105,33.655 --22.054,33.59 --22.004,33.524 --21.953,33.459 --21.903,33.393 --21.852,33.328 --21.802,33.263 --21.751,33.198 --21.701,33.133 --21.65,33.068 --21.6,33.003 --21.55,32.938 --21.499,32.874 --21.449,32.809 --21.399,32.745 --21.349,32.681 --21.299,32.617 --21.248,32.553 --21.198,32.489 --21.148,32.425 --21.099,32.361 --21.049,32.297 --20.999,32.234 --20.95,32.17 --20.901,32.107 --20.851,32.043 --20.802,31.98 --20.753,31.917 --20.703,31.854 --20.654,31.791 --20.605,31.729 --20.556,31.666 --20.508,31.604 --20.459,31.541 --20.41,31.479 --20.362,31.417 --20.313,31.355 --20.265,31.293 --20.217,31.232 --20.169,31.17 --20.121,31.109 --20.073,31.048 --20.025,30.987 --19.977,30.926 --19.929,30.865 --19.881,30.804 --19.834,30.744 --19.786,30.683 --19.739,30.623 --19.691,30.564 --19.643,30.504 --19.596,30.445 --19.548,30.385 --19.501,30.326 --19.453,30.267 --19.406,30.208 --19.359,30.149 --19.312,30.091 --19.265,30.032 --19.219,29.974 --19.172,29.915 --19.125,29.857 --19.078,29.799 --19.031,29.741 --18.985,29.683 --18.938,29.626 --18.891,29.568 --18.845,29.511 --18.798,29.453 --18.752,29.396 --18.706,29.339 --18.659,29.282 --18.613,29.225 --18.567,29.168 --18.521,29.111 --18.475,29.055 --18.43,28.998 --18.384,28.942 --21.308,28.989 --21.266,28.933 --21.225,28.877 --21.183,28.822 --21.141,28.766 --21.1,28.711 --21.058,28.655 --21.016,28.6 --20.975,28.545 --20.934,28.49 --20.892,28.435 --20.851,28.381 --20.81,28.326 --20.768,28.271 --20.727,28.217 --20.687,28.163 --20.646,28.109 --20.605,28.054 --20.564,28 --20.523,27.947 --20.483,27.893 --20.442,27.839 --20.402,27.785 --20.361,27.732 --20.32,27.679 --20.28,27.625 --20.239,27.572 --20.199,27.519 --20.159,27.466 --20.118,27.413 --20.078,27.361 --20.037,27.308 --19.997,27.255 --19.957,27.203 --19.916,27.151 --19.876,27.098 --19.835,27.046 --19.795,26.994 --19.755,26.943 --19.714,26.891 --19.674,26.839 --19.634,26.787 --19.594,26.736 --19.553,26.685 --19.513,26.633 --19.473,26.582 --19.433,26.531 --19.392,26.48 --19.352,26.429 --19.312,26.378 --19.272,26.327 --19.231,26.277 --19.191,26.226 --19.151,26.176 --19.111,26.125 --19.071,26.075 --19.03,26.025 --18.99,25.975 --18.95,25.925 --18.91,25.875 --18.87,25.825 --18.83,25.775 --18.79,25.726 --18.75,25.676 --18.709,25.627 --18.669,25.578 --18.629,25.529 --18.589,25.48 --18.549,25.431 --18.51,25.382 --18.47,25.333 --18.43,25.284 --18.39,25.236 --18.35,25.187 --18.311,25.139 --18.271,25.09 --18.231,25.042 --18.192,24.994 --18.152,24.946 --18.113,24.898 --18.073,24.85 --18.034,24.803 --17.994,24.755 --17.955,24.708 --17.915,24.661 --17.876,24.613 --17.836,24.566 --17.797,24.52 --17.758,24.473 --17.718,24.426 --17.679,24.38 --17.639,24.333 --17.6,24.287 --17.56,24.241 --17.521,24.195 --17.481,24.15 --17.442,24.104 --17.402,24.058 --17.363,24.013 --17.323,23.967 --17.284,23.922 --17.244,23.877 --17.205,23.832 --17.165,23.787 --17.126,23.742 --17.087,23.697 --17.047,23.652 --17.008,23.607 --16.969,23.562 --16.929,23.518 --16.89,23.473 --16.851,23.428 --16.812,23.384 --16.772,23.339 --16.733,23.295 --16.694,23.251 --16.655,23.206 --16.615,23.162 --16.576,23.118 --16.537,23.073 --16.497,23.029 --16.458,22.985 --16.419,22.941 --16.379,22.897 --16.34,22.853 --16.3,22.809 --16.261,22.765 --16.222,22.722 --16.182,22.678 --16.143,22.634 --16.104,22.59 --16.064,22.547 --16.025,22.503 --15.986,22.46 --15.947,22.416 --15.907,22.373 --15.868,22.33 --15.829,22.286 --15.789,22.243 --15.75,22.2 --15.711,22.158 --15.671,22.115 --15.632,22.072 --15.593,22.03 --15.554,21.987 --15.514,21.945 --15.475,21.902 --15.436,21.86 --15.397,21.818 --15.358,21.776 --15.319,21.733 --15.28,21.691 --15.241,21.649 --15.202,21.607 --15.163,21.565 --15.124,21.523 --15.085,21.481 --15.046,21.439 --15.007,21.397 --14.968,21.356 --14.93,21.314 --14.891,21.272 --14.853,21.231 --14.814,21.189 --14.776,21.147 --14.737,21.106 --14.699,21.065 --14.661,21.023 --14.623,20.982 --14.584,20.941 --14.546,20.9 --14.508,20.858 --14.47,20.817 --14.432,20.776 --14.394,20.735 --14.356,20.694 --14.318,20.653 --14.28,20.612 --14.242,20.571 --14.204,20.53 --14.166,20.489 --14.128,20.448 --14.09,20.407 --14.052,20.366 --14.014,20.325 --13.975,20.284 --13.937,20.243 --13.899,20.202 --13.861,20.16 --13.822,20.119 --13.784,20.078 --13.745,20.036 --13.706,19.995 --13.668,19.954 --13.629,19.912 --13.59,19.871 --13.551,19.829 --13.512,19.787 --13.473,19.746 --13.434,19.704 --13.395,19.662 --13.356,19.62 --13.317,19.578 --13.277,19.536 --13.238,19.493 --13.199,19.451 --13.159,19.409 --13.119,19.367 --13.08,19.324 --13.04,19.282 --13,19.239 --12.96,19.197 --12.92,19.154 --12.88,19.111 --12.84,19.069 --12.799,19.026 --12.758,18.983 --12.718,18.94 --12.676,18.897 --12.635,18.854 --12.594,18.811 --12.552,18.767 --12.511,18.724 --12.469,18.681 --12.427,18.637 --12.385,18.594 --12.342,18.55 --12.3,18.507 --12.257,18.463 --12.215,18.419 --12.172,18.375 --12.129,18.331 --12.087,18.286 --12.044,18.242 --12.001,18.197 --11.958,18.153 --11.914,18.108 --11.871,18.063 --11.827,18.018 --11.784,17.973 --11.74,17.928 --11.697,17.883 --11.653,17.837 --11.609,17.792 --11.565,17.746 --11.521,17.701 --11.477,17.655 --11.432,17.609 --11.388,17.563 --11.344,17.517 --11.3,17.47 --11.255,17.424 --11.21,17.378 --11.165,17.331 --11.121,17.284 --11.076,17.237 --11.03,17.19 --10.985,17.143 --10.94,17.096 --10.894,17.049 --10.849,17.001 --10.803,16.954 --10.757,16.907 --10.711,16.859 --10.666,16.812 --10.62,16.764 --10.574,16.717 --10.528,16.669 --10.482,16.622 --10.435,16.574 --10.389,16.527 --10.343,16.479 --10.297,16.432 --10.251,16.384 --10.205,16.336 --10.159,16.289 --10.113,16.241 --10.067,16.193 --10.021,16.146 --9.9747,16.098 --9.9285,16.05 --9.8823,16.002 --9.8361,15.953 --9.7898,15.905 --9.7436,15.857 --9.6973,15.808 --9.651,15.76 --9.6048,15.711 --9.5585,15.662 --9.5122,15.613 --9.466,15.564 --9.4197,15.515 --9.3735,15.466 --9.3274,15.416 --9.2813,15.367 --9.2353,15.317 --9.1893,15.268 --9.1433,15.218 --9.0974,15.168 --9.0515,15.118 --11.739,14.67 --11.697,14.619 --11.655,14.568 --11.613,14.517 --11.571,14.466 --11.528,14.415 --11.486,14.364 --11.444,14.312 --11.402,14.261 --11.36,14.209 --11.318,14.157 --11.275,14.106 --11.233,14.054 --11.191,14.002 --11.148,13.95 --11.106,13.898 --11.064,13.846 --11.021,13.794 --10.979,13.742 --10.937,13.69 --10.894,13.638 --10.852,13.586 --10.81,13.535 --10.768,13.483 --10.726,13.431 --10.683,13.379 --10.641,13.327 --10.599,13.275 --10.558,13.223 --10.516,13.171 --10.474,13.119 --10.432,13.067 --10.39,13.015 --10.349,12.963 --10.307,12.911 --10.266,12.859 --10.224,12.807 --10.183,12.755 --10.142,12.703 --10.1,12.651 --10.059,12.599 --10.017,12.547 --9.976,12.496 --9.9347,12.444 --9.8934,12.392 --9.8521,12.34 --9.8109,12.288 --9.7696,12.236 --9.7284,12.184 --9.6871,12.132 --9.6458,12.08 --9.6044,12.028 --9.5631,11.976 --9.5218,11.924 --9.4805,11.873 --9.4391,11.821 --9.3976,11.769 --9.3563,11.717 --9.3149,11.665 --9.2736,11.613 --9.2323,11.561 --9.191,11.509 --9.1497,11.457 --9.1084,11.406 --9.0672,11.354 --9.026,11.302 --8.9849,11.25 --8.9438,11.198 --8.9027,11.146 --8.8616,11.095 --8.8206,11.043 --8.7796,10.991 --8.7387,10.939 --8.6978,10.887 --8.657,10.835 --8.6162,10.783 --8.5756,10.731 --8.5349,10.68 --8.4942,10.628 --8.4535,10.576 --8.4128,10.524 --8.3722,10.472 --8.3315,10.421 --8.2909,10.369 --8.2503,10.318 --8.2098,10.266 --8.1692,10.214 --8.1287,10.163 --8.0881,10.112 --8.0476,10.06 --8.0071,10.009 --7.9666,9.9575 --7.9262,9.9062 --7.8857,9.8549 --7.8452,9.8037 --7.8048,9.7524 --7.7644,9.7012 --7.7239,9.6499 --7.6835,9.5987 --7.6431,9.5474 --7.6026,9.4961 --7.5621,9.4449 --7.5216,9.3936 --7.4811,9.3422 --7.4406,9.2909 --7.4001,9.2395 --7.3597,9.188 --7.3192,9.1364 --7.2787,9.0849 --7.2382,9.0332 --7.1977,8.9815 --7.1572,8.9297 --7.1167,8.8779 --7.0761,8.826 --7.0356,8.774 --6.995,8.722 --6.9544,8.6699 --6.9138,8.6177 --6.8732,8.5655 --6.8326,8.5132 --6.7919,8.4609 --6.7513,8.4085 --6.7107,8.356 --6.6701,8.3035 --6.6294,8.2509 --6.5887,8.1983 --6.548,8.1456 --6.5072,8.0929 --6.4663,8.0402 --6.4254,7.9875 --6.3844,7.9347 --6.3434,7.8819 --6.3023,7.8291 --6.2613,7.7762 --6.2202,7.7232 --6.1791,7.6702 --6.1379,7.6172 --6.0967,7.5641 --6.0555,7.511 --6.0143,7.4578 --5.973,7.4046 --5.9317,7.3514 --5.8904,7.2981 --5.8491,7.2447 --5.8078,7.1913 --5.7665,7.1377 --5.7253,7.0842 --5.684,7.0305 --5.6428,6.9768 --5.6016,6.923 --5.5603,6.8691 --5.519,6.8152 --5.4777,6.7613 --5.4363,6.7073 --5.3949,6.6532 --5.3534,6.5991 --5.3119,6.545 --5.2704,6.4907 --5.2289,6.4365 --5.1873,6.3822 --5.1458,6.3278 --5.1042,6.2733 --5.0627,6.2188 --5.0211,6.1643 --4.9795,6.1096 --4.9379,6.055 --4.8962,6.0003 --4.8545,5.9457 --4.8127,5.891 --4.771,5.8362 --4.7293,5.7814 --4.6875,5.7266 --4.6458,5.6717 --4.6041,5.6168 --4.5624,5.5619 --4.5206,5.5069 --4.4788,5.4519 --4.437,5.3969 --4.3952,5.3418 --4.3533,5.2867 --4.3115,5.2316 --4.2696,5.1765 --4.2276,5.1213 --4.1857,5.0661 --4.1438,5.0109 --4.1018,4.9557 --4.0599,4.9004 --4.018,4.8451 --3.9761,4.7899 --3.9342,4.7346 --3.8923,4.6792 --3.8504,4.624 --3.8085,4.5687 --3.7666,4.5134 --3.7246,4.4582 --3.6827,4.403 --3.6408,4.3478 --3.5989,4.2926 --3.557,4.2374 --3.5151,4.1822 --3.4733,4.127 --3.4315,4.0719 --3.3897,4.0167 --3.3479,3.9616 --3.3061,3.9065 --3.2644,3.8514 --3.2227,3.7963 --3.181,3.7412 --3.1393,3.6861 --3.0976,3.6311 --3.0559,3.576 --3.0142,3.521 --2.9725,3.466 --2.9308,3.411 --2.8891,3.356 --2.8475,3.301 --2.8059,3.246 --2.7644,3.191 --2.7229,3.1361 --2.6814,3.0812 --2.6399,3.0263 --2.5983,2.9715 --2.5568,2.9167 --2.5152,2.8619 --2.4737,2.8072 --2.4322,2.7525 --2.3907,2.6978 --2.3492,2.6431 --2.3078,2.5884 --2.2664,2.5338 --2.225,2.4791 --2.1836,2.4245 --2.1422,2.3699 --2.1008,2.3152 --2.0595,2.2606 --2.0181,2.206 --1.9767,2.1514 --1.9353,2.0968 --1.8939,2.0422 --1.8525,1.9877 --1.8111,1.9332 --1.7696,1.8787 --1.7282,1.8241 --1.6869,1.7696 --1.6456,1.7151 --1.6043,1.6606 --1.5631,1.6061 --1.5219,1.5516 --1.4808,1.4972 --1.4396,1.4427 --1.3985,1.3883 --1.3574,1.334 --1.3163,1.2796 --1.2753,1.2252 --1.2344,1.1708 --1.1936,1.1164 --1.1529,1.062 --1.1122,1.0077 --1.0714,0.95338 --1.0307,0.89909 --0.99008,0.84484 --0.94948,0.7906 --0.90892,0.73639 --0.86838,0.6822 --0.82785,0.62802 --0.78732,0.57385 --0.74681,0.51971 --0.70633,0.46559 --0.6659,0.41149 --0.62552,0.3574 --0.58518,0.30334 --0.54486,0.24931 --0.50457,0.19528 --0.46432,0.14128 --0.42409,0.087302 --0.38389,0.03336 --0.3437,-0.02057 --0.30355,-0.074485 --0.26345,-0.12836 --0.22338,-0.18218 --0.18334,-0.23599 --0.14334,-0.28977 --0.10341,-0.34354 --0.063551,-0.39727 --0.023746,-0.45099 -0.016006,-0.50468 -0.055695,-0.55836 -0.095329,-0.61202 -0.13492,-0.66567 -0.17448,-0.71928 -0.21399,-0.7729 -0.25343,-0.82652 -0.29282,-0.88012 -0.33217,-0.9337 -0.37151,-0.98727 -0.41083,-1.0408 -0.45013,-1.0944 -0.48944,-1.1479 -0.52875,-1.2014 -0.56805,-1.2548 --1.4812,-1.7164 --1.4447,-1.7704 --1.4083,-1.8244 --1.3718,-1.8785 --1.3354,-1.9326 --1.2991,-1.9866 --1.2627,-2.0407 --1.2265,-2.0947 --1.1902,-2.1488 --1.154,-2.2028 --1.1178,-2.2569 --1.0816,-2.3109 --1.0454,-2.3649 --1.0093,-2.4189 --0.97317,-2.4729 --0.93711,-2.5268 --0.90112,-2.5808 --0.86519,-2.6347 --0.82934,-2.6887 --0.79354,-2.7427 --0.75779,-2.7967 --0.72206,-2.8506 --0.68634,-2.9046 --0.65063,-2.9585 --0.61495,-3.0124 --0.57926,-3.0663 --0.54358,-3.1202 --0.50795,-3.174 --0.47237,-3.2279 --0.43685,-3.2817 --0.40137,-3.3355 --0.36591,-3.3894 --0.33049,-3.4432 --0.29508,-3.497 --0.25968,-3.5508 --0.22429,-3.6045 --0.18891,-3.6582 --0.15353,-3.7118 --0.11816,-3.7654 --0.082835,-3.819 --0.047583,-3.8725 --0.012409,-3.9261 -0.022703,-3.9796 -0.057764,-4.033 -0.092761,-4.0865 -0.12769,-4.1399 -0.16255,-4.1932 -0.19737,-4.2466 -0.23216,-4.2999 -0.26692,-4.3532 -0.30164,-4.4065 -0.33632,-4.4597 -0.37098,-4.5128 -0.40561,-4.5659 -0.4402,-4.6189 -0.47476,-4.6719 -0.50927,-4.7249 -0.54372,-4.7778 -0.57812,-4.8307 -0.61247,-4.8836 -0.64677,-4.9365 -0.68102,-4.9893 -0.71523,-5.0421 -0.74944,-5.0949 -0.78364,-5.1476 -0.81784,-5.2003 -0.85204,-5.2529 -0.88625,-5.3056 -0.92045,-5.3582 -0.9546,-5.4108 -0.9887,-5.4633 -1.0228,-5.5159 -1.0568,-5.5684 -1.0908,-5.6209 -1.1247,-5.6734 -1.1585,-5.7258 -1.1923,-5.7782 -1.2261,-5.8305 -1.2598,-5.8829 -1.2935,-5.9351 -1.3272,-5.9873 -1.3608,-6.0395 -1.3944,-6.0916 -1.4279,-6.1437 -1.4614,-6.1957 -1.4948,-6.2476 -1.5282,-6.2995 -1.5615,-6.3513 -1.5948,-6.403 -1.6279,-6.4547 -1.661,-6.5063 -1.6941,-6.5579 -1.727,-6.6094 -1.7599,-6.6609 -1.7927,-6.7123 -1.8254,-6.7636 -1.8581,-6.8149 -1.8906,-6.8661 -1.9232,-6.9173 -1.9556,-6.9683 -1.988,-7.0193 -2.0203,-7.0702 -2.0525,-7.1211 -2.0847,-7.1718 -2.1169,-7.2224 -2.1489,-7.273 -2.181,-7.3235 -2.2129,-7.3739 -2.2449,-7.4242 -2.2767,-7.4745 -2.3085,-7.5246 -2.3403,-7.5745 -2.372,-7.6244 -2.4036,-7.6741 -2.4351,-7.7238 -2.4665,-7.7733 -2.4979,-7.8227 -2.5292,-7.8719 -2.5603,-7.9211 -2.5913,-7.9701 -2.6222,-8.019 -2.653,-8.0678 -2.6837,-8.1165 -2.7144,-8.165 -2.7449,-8.2133 -2.7752,-8.2616 -2.8055,-8.3097 -2.8357,-8.3576 -2.8658,-8.4054 -2.8957,-8.4531 -2.9255,-8.5007 -2.9552,-8.5481 -2.9847,-8.5954 -3.014,-8.6425 -3.0433,-8.6895 -3.0725,-8.7363 -3.1015,-8.783 -3.1303,-8.8295 -3.1591,-8.8759 -3.1876,-8.9221 -3.2161,-8.9683 -3.2444,-9.0143 -3.2726,-9.0601 -3.3007,-9.1058 -3.3287,-9.1514 -3.3565,-9.1968 -3.3842,-9.242 -3.4118,-9.2871 -3.4393,-9.332 -3.4667,-9.3768 -3.4939,-9.4214 -3.521,-9.4659 -3.5479,-9.5103 -3.5747,-9.5545 -3.6013,-9.5986 -3.6278,-9.6425 -3.6542,-9.6862 -3.6804,-9.7298 -3.7065,-9.7733 -3.7325,-9.8166 -3.7583,-9.8597 -3.784,-9.9026 -3.8095,-9.9454 -3.835,-9.988 -3.8603,-10.03 -3.8854,-10.073 -3.9104,-10.115 -3.9352,-10.157 -3.9598,-10.199 -3.9843,-10.24 -4.0086,-10.282 -4.0328,-10.323 -4.0569,-10.364 -4.0808,-10.405 -4.1045,-10.446 -4.1281,-10.487 -4.1515,-10.527 -4.1748,-10.568 -4.198,-10.608 -4.2211,-10.648 -4.244,-10.688 -4.2668,-10.727 -4.2895,-10.767 -4.312,-10.806 -4.3344,-10.846 -4.3567,-10.885 -4.3789,-10.924 -4.4009,-10.963 -4.4228,-11.001 -4.4446,-11.04 -4.4663,-11.078 -4.4878,-11.116 -4.5092,-11.154 -4.5305,-11.192 -4.5516,-11.23 -4.5726,-11.268 -4.5935,-11.305 -4.6143,-11.343 -4.6349,-11.38 -4.6553,-11.417 -4.6757,-11.454 -4.6959,-11.49 -4.716,-11.527 -4.7359,-11.563 -4.7556,-11.6 -4.7751,-11.636 -4.7945,-11.672 -4.8138,-11.708 -4.8328,-11.743 -4.8518,-11.779 -4.8706,-11.814 -4.8892,-11.849 -4.9076,-11.884 -4.9259,-11.919 -4.9441,-11.954 -4.9622,-11.988 -4.9801,-12.023 -4.9978,-12.057 -5.0155,-12.091 -5.033,-12.124 -5.0503,-12.158 -5.0675,-12.191 -5.0846,-12.225 -5.1015,-12.258 -5.1184,-12.291 -5.135,-12.324 -5.1516,-12.356 -5.168,-12.389 -5.1843,-12.422 -5.2005,-12.454 -5.2165,-12.486 -5.2324,-12.518 -5.2481,-12.55 -5.2637,-12.582 -5.2791,-12.613 -5.2944,-12.645 -5.3096,-12.676 -5.3246,-12.707 -5.3394,-12.738 -5.3542,-12.769 -5.3688,-12.8 -5.3832,-12.83 -5.3975,-12.861 -5.4116,-12.891 -5.4256,-12.921 -5.4394,-12.951 -5.453,-12.98 -5.4664,-13.01 -5.4797,-13.039 -5.4929,-13.068 -5.5058,-13.097 -5.5187,-13.126 -5.5313,-13.155 -5.5438,-13.183 -5.5561,-13.211 -5.5682,-13.24 -5.5802,-13.267 -5.592,-13.295 -5.6037,-13.323 -5.6151,-13.35 -5.6264,-13.377 -5.6376,-13.404 -5.6486,-13.431 -5.6594,-13.458 -5.6701,-13.484 -5.6806,-13.51 -5.6909,-13.537 -5.7012,-13.562 -5.7113,-13.588 -5.7212,-13.614 -5.731,-13.639 -5.7407,-13.665 -5.7503,-13.69 -5.7598,-13.715 -5.7691,-13.739 -5.7784,-13.764 -5.7875,-13.789 -5.7966,-13.813 -5.8056,-13.838 -5.8146,-13.862 -5.8234,-13.886 -5.8321,-13.911 -5.8408,-13.935 -5.8493,-13.959 -5.8577,-13.983 -5.8661,-14.007 -5.8744,-14.031 -5.8826,-14.055 -5.8907,-14.079 -5.8988,-14.103 -5.9068,-14.127 -5.9148,-14.151 -5.9227,-14.175 -5.9307,-14.198 -5.9386,-14.222 -5.9464,-14.246 -5.9543,-14.27 -5.9621,-14.293 -5.9699,-14.317 -5.9776,-14.34 -5.9853,-14.364 -5.993,-14.387 -6.0006,-14.411 -6.0081,-14.434 -6.0156,-14.458 -6.0231,-14.481 -6.0304,-14.504 -6.0377,-14.528 -6.0449,-14.551 -6.0521,-14.574 -6.0592,-14.597 -6.0663,-14.62 -6.0732,-14.643 -6.0802,-14.667 -6.087,-14.69 -6.0937,-14.713 -6.1003,-14.736 -6.1069,-14.759 -6.1133,-14.781 -6.1197,-14.804 -6.1259,-14.827 -6.1321,-14.85 -6.1383,-14.873 -6.1443,-14.896 -6.1502,-14.919 -6.1561,-14.941 -6.1619,-14.964 -6.1675,-14.987 -6.1731,-15.009 -6.1786,-15.032 -6.184,-15.054 -6.1892,-15.077 -6.1944,-15.099 -6.1995,-15.121 -6.2045,-15.144 -6.2094,-15.166 -6.2142,-15.188 -6.2189,-15.21 -6.2235,-15.232 -6.2281,-15.255 -6.2326,-15.277 -6.2371,-15.299 -6.2415,-15.321 -6.2459,-15.343 -6.2502,-15.364 -6.2546,-15.386 -6.2589,-15.408 -6.2632,-15.43 -6.2675,-15.452 -6.2718,-15.474 -6.2761,-15.496 -6.2803,-15.518 -6.2846,-15.539 -6.2888,-15.561 -6.293,-15.583 -6.2972,-15.605 -6.3014,-15.627 -6.3055,-15.649 -6.3097,-15.67 -6.3138,-15.692 -6.3179,-15.714 -6.322,-15.735 -6.3261,-15.757 -6.3301,-15.779 -6.3341,-15.8 -6.3381,-15.822 -6.3421,-15.843 -6.346,-15.865 -6.3499,-15.886 -6.3538,-15.908 -6.3576,-15.929 -6.3614,-15.951 -6.3652,-15.972 -6.3691,-15.993 -6.373,-16.014 -6.377,-16.035 -6.3811,-16.056 -6.3852,-16.076 -6.3895,-16.097 -6.3939,-16.117 -6.3985,-16.137 -6.4034,-16.157 -6.4086,-16.176 -6.414,-16.196 -6.4195,-16.215 -6.425,-16.234 -6.4304,-16.254 -6.4358,-16.273 -6.4409,-16.292 -6.4458,-16.311 -6.4504,-16.33 -6.4547,-16.349 -6.4587,-16.369 -6.4625,-16.388 -6.466,-16.407 -6.4694,-16.427 -6.4727,-16.446 -6.4759,-16.465 -6.479,-16.485 -6.4821,-16.504 -4.7491,-17.045 -4.7499,-17.065 -4.7507,-17.085 -4.7514,-17.105 -4.7519,-17.125 -4.7523,-17.146 -4.7526,-17.166 -4.7528,-17.186 -4.7528,-17.206 -4.7527,-17.226 -4.7524,-17.246 -4.7521,-17.266 -4.7517,-17.286 -4.7512,-17.305 -4.7506,-17.325 -4.7501,-17.345 -4.7494,-17.365 -4.7487,-17.385 -4.748,-17.404 -4.7472,-17.424 -4.7463,-17.444 -4.7454,-17.463 -4.7444,-17.483 -4.7433,-17.503 -4.7422,-17.523 -4.7409,-17.542 -4.7397,-17.562 -4.7384,-17.582 -4.737,-17.601 -4.7356,-17.621 -4.7342,-17.641 -4.7328,-17.661 -4.7314,-17.681 -4.73,-17.701 -4.7286,-17.721 -4.7273,-17.741 -4.726,-17.761 -4.7247,-17.781 -4.7234,-17.801 -4.7221,-17.822 -4.7209,-17.842 -4.7196,-17.863 -4.7184,-17.883 -4.7171,-17.904 -4.7157,-17.924 -4.7143,-17.945 -4.7128,-17.966 -4.7111,-17.986 -4.7094,-18.007 -4.7074,-18.028 -4.7052,-18.049 -4.7028,-18.069 -4.7,-18.09 -4.6968,-18.111 -4.6934,-18.131 -4.6896,-18.151 -4.6855,-18.171 -4.6811,-18.191 -4.6765,-18.211 -4.6717,-18.231 -4.667,-18.251 -4.6622,-18.271 -4.6574,-18.29 -4.6525,-18.31 -4.6477,-18.33 -4.6428,-18.35 -4.6378,-18.37 -4.6327,-18.39 -4.6275,-18.411 -4.6222,-18.431 -4.6168,-18.452 -4.6113,-18.472 -4.6056,-18.493 -4.5999,-18.514 -4.5941,-18.535 -4.5882,-18.557 -4.5823,-18.579 -4.5764,-18.601 -4.5704,-18.623 -4.5645,-18.645 -4.5586,-18.668 -4.5528,-18.691 -4.547,-18.714 -4.5414,-18.737 -4.5358,-18.761 -4.5303,-18.785 -4.5249,-18.809 -4.5197,-18.833 -4.5145,-18.858 -4.5093,-18.883 -4.504,-18.909 -4.4987,-18.934 -4.4931,-18.96 -4.4875,-18.986 -4.4816,-19.013 -4.4756,-19.039 -4.4693,-19.066 -4.4629,-19.093 -4.4563,-19.12 -4.4495,-19.147 -4.4425,-19.175 -4.4354,-19.202 -4.428,-19.229 -4.4205,-19.257 -4.4129,-19.284 -4.4051,-19.312 -4.3972,-19.34 -4.3891,-19.367 -4.3808,-19.395 -4.3723,-19.423 -4.3637,-19.451 -4.3548,-19.479 -4.3457,-19.507 -4.3363,-19.535 -4.3268,-19.562 -4.317,-19.59 -4.3069,-19.618 -4.2967,-19.646 -4.2862,-19.674 -4.2755,-19.702 -4.2647,-19.731 -4.2538,-19.759 -4.2428,-19.787 -4.2316,-19.815 -4.2203,-19.844 -4.2089,-19.872 -4.1973,-19.901 -4.1855,-19.929 -4.1735,-19.958 -4.1611,-19.986 -4.1482,-20.014 -4.1349,-20.043 -4.1211,-20.071 -4.1066,-20.1 -4.0917,-20.129 -4.0766,-20.157 -4.0614,-20.186 -4.046,-20.215 -4.0304,-20.244 -4.0146,-20.273 -3.9985,-20.302 -3.9823,-20.331 -3.966,-20.36 -3.9495,-20.389 -3.9327,-20.418 -3.9157,-20.447 -3.8985,-20.476 -3.8811,-20.505 -3.8634,-20.533 -3.8456,-20.562 -3.8277,-20.591 -3.8096,-20.62 -3.7915,-20.649 -3.7733,-20.677 -3.7551,-20.706 -3.7369,-20.735 -3.7185,-20.764 -3.7002,-20.794 -3.6817,-20.823 -3.6631,-20.852 -3.6444,-20.881 -3.6256,-20.911 -3.6067,-20.94 -3.5876,-20.97 -3.5685,-20.999 -3.5492,-21.029 -3.5297,-21.058 -3.5102,-21.088 -3.4906,-21.118 -3.4709,-21.148 -3.451,-21.178 -3.431,-21.208 -3.4109,-21.238 -3.3907,-21.268 -3.3703,-21.298 -3.3497,-21.328 -3.3289,-21.359 -3.308,-21.389 -3.2868,-21.419 -3.2654,-21.449 -3.2438,-21.479 -3.2219,-21.51 -3.1997,-21.54 -3.1773,-21.57 -3.1546,-21.6 -3.1317,-21.629 -3.1085,-21.659 -3.0852,-21.689 -3.0616,-21.719 -3.0377,-21.749 -3.0137,-21.778 -2.9895,-21.808 -2.9651,-21.838 -2.9406,-21.867 -2.916,-21.897 -2.8912,-21.927 -2.8662,-21.956 -2.8411,-21.986 -2.8158,-22.016 -2.7904,-22.046 -2.7649,-22.075 -2.7392,-22.105 -2.7134,-22.135 -2.6875,-22.165 -2.6615,-22.194 -2.6353,-22.224 -2.609,-22.254 -2.5826,-22.284 -2.5559,-22.313 -2.529,-22.343 -2.5019,-22.373 -2.4747,-22.403 -2.4472,-22.433 -2.4195,-22.463 -2.3916,-22.493 -2.3635,-22.522 -2.335,-22.552 -2.3064,-22.581 -2.2775,-22.611 -2.2486,-22.64 -2.2195,-22.669 -2.1904,-22.698 -2.1611,-22.728 -2.1317,-22.757 -2.102,-22.786 -2.0722,-22.815 -2.0422,-22.844 -2.0121,-22.873 -1.9817,-22.902 -1.9512,-22.931 -1.9206,-22.959 -1.8897,-22.988 -1.8586,-23.017 -1.8274,-23.046 -1.796,-23.074 -1.7643,-23.103 -1.7325,-23.132 -1.7003,-23.16 -1.6679,-23.189 -1.6353,-23.218 -1.6025,-23.246 -1.5695,-23.275 -1.5363,-23.304 -1.503,-23.333 -1.4695,-23.362 -1.4359,-23.391 -1.4021,-23.42 -1.3682,-23.449 -1.3341,-23.479 -1.3,-23.508 -1.2657,-23.538 -1.2313,-23.567 -1.1968,-23.597 -1.1622,-23.626 -1.1274,-23.656 -1.0926,-23.686 -1.0576,-23.716 -1.0225,-23.746 -0.98719,-23.776 -0.95175,-23.806 -0.91618,-23.837 -0.88053,-23.867 -0.84483,-23.898 -0.80908,-23.928 -0.7733,-23.959 -0.73745,-23.99 -0.7015,-24.021 -0.66539,-24.052 -0.62905,-24.082 -0.59247,-24.113 -0.55564,-24.144 -0.51858,-24.175 -0.48132,-24.206 -0.44388,-24.237 -0.40624,-24.267 -0.36832,-24.298 -0.33011,-24.329 -0.29163,-24.359 -0.2529,-24.39 -0.21396,-24.42 -0.17484,-24.451 -0.13552,-24.481 -0.096031,-24.511 -0.056403,-24.541 -0.016684,-24.572 --0.023103,-24.602 --0.062972,-24.632 --0.10297,-24.663 --0.14314,-24.693 --0.1835,-24.723 --0.22402,-24.754 --0.26471,-24.784 --0.30554,-24.814 --0.34652,-24.844 --0.38764,-24.875 --0.4289,-24.905 --0.47029,-24.936 --0.51181,-24.966 --0.55346,-24.997 --0.59525,-25.027 --1.3079,-25.149 --1.3506,-25.18 --1.3936,-25.211 --1.4366,-25.242 --1.4797,-25.273 --1.5229,-25.304 --1.5662,-25.335 --1.6095,-25.367 --1.653,-25.398 --1.6965,-25.43 --1.7401,-25.462 --1.7838,-25.493 --1.8276,-25.525 --1.8715,-25.557 --1.9155,-25.589 --1.9597,-25.621 --2.004,-25.653 --2.0483,-25.685 --2.0928,-25.717 --2.1374,-25.75 --2.1821,-25.782 --2.2269,-25.814 --2.2719,-25.847 --2.317,-25.88 --2.3622,-25.912 --2.4077,-25.945 --2.4534,-25.978 --2.4994,-26.01 --2.5455,-26.043 --2.5918,-26.076 --2.6382,-26.108 --2.6849,-26.141 --2.7317,-26.174 --2.7787,-26.207 --2.8259,-26.24 --2.8733,-26.273 --2.9209,-26.306 --2.9685,-26.338 --3.0163,-26.371 --3.0642,-26.404 --3.1122,-26.437 --3.1602,-26.47 --3.2083,-26.503 --3.2564,-26.536 --3.3046,-26.569 --3.3529,-26.602 --3.4013,-26.636 --3.4497,-26.669 --3.4982,-26.702 --3.5468,-26.735 --3.5954,-26.768 --3.6441,-26.801 --3.6928,-26.834 --3.7415,-26.868 --3.7902,-26.901 --3.839,-26.935 --3.8878,-26.969 --3.9366,-27.003 --3.9855,-27.036 --4.0346,-27.07 --4.0838,-27.104 --4.1333,-27.138 --4.1829,-27.172 --4.2327,-27.205 --4.2827,-27.239 --4.3328,-27.273 --4.383,-27.307 --4.4333,-27.341 --4.4837,-27.375 --4.534,-27.409 --4.5843,-27.443 --4.6346,-27.478 --4.6847,-27.512 --4.7348,-27.547 --4.7848,-27.582 --4.8348,-27.617 --4.8846,-27.652 --4.9345,-27.687 --4.9842,-27.723 --5.0339,-27.758 --5.0835,-27.794 --5.133,-27.83 --5.1824,-27.865 --5.2318,-27.902 --5.2812,-27.938 --5.3306,-27.974 --5.3798,-28.011 --5.429,-28.047 --5.4781,-28.084 --5.5272,-28.121 --5.5763,-28.158 --5.6253,-28.195 --5.6742,-28.232 --5.7231,-28.27 --5.772,-28.307 --5.8209,-28.345 --5.8699,-28.382 --5.9188,-28.42 --5.9679,-28.458 --6.0169,-28.496 --6.0659,-28.533 --6.1149,-28.571 --6.164,-28.609 --6.213,-28.647 --6.2621,-28.685 --6.3113,-28.723 --6.3606,-28.761 --6.4099,-28.798 --6.4592,-28.836 --6.5086,-28.874 --6.558,-28.912 --6.6073,-28.95 --6.6568,-28.988 --6.7062,-29.027 --6.7557,-29.065 --6.8052,-29.104 --6.8548,-29.143 --6.9043,-29.182 --6.9539,-29.221 --7.0033,-29.26 --7.0528,-29.3 --7.1022,-29.34 --7.1516,-29.38 --7.201,-29.42 --7.2504,-29.46 --7.2999,-29.501 --7.3496,-29.541 --7.3994,-29.581 --7.4493,-29.622 --7.4992,-29.662 --7.5493,-29.703 --7.5993,-29.743 --7.6492,-29.784 --7.6991,-29.826 --7.7489,-29.867 --7.7986,-29.909 --7.8483,-29.951 --7.8978,-29.993 --7.9472,-30.035 --7.9966,-30.077 --8.0459,-30.119 --8.0951,-30.162 --8.1443,-30.205 --8.1934,-30.248 --8.2424,-30.291 --8.2913,-30.334 --8.3402,-30.378 --8.389,-30.421 --8.4377,-30.465 --8.4865,-30.509 --8.5352,-30.553 --8.584,-30.597 --8.6327,-30.641 --8.6814,-30.686 --8.73,-30.73 --8.7786,-30.775 --8.8272,-30.819 --8.8758,-30.864 --8.9244,-30.909 --8.973,-30.954 --9.0216,-30.999 --9.0703,-31.044 --9.119,-31.089 --9.1678,-31.135 --9.2165,-31.18 --9.2652,-31.225 --9.314,-31.271 --9.3627,-31.316 --9.4114,-31.362 --9.4602,-31.407 --9.509,-31.453 --9.5578,-31.498 --9.6066,-31.544 --9.6553,-31.59 --9.704,-31.636 --9.7527,-31.682 --9.8013,-31.728 --9.8499,-31.775 --9.8985,-31.821 --9.9471,-31.868 --9.9956,-31.915 --10.044,-31.962 --10.093,-32.01 --10.141,-32.057 --10.189,-32.105 --10.238,-32.153 --10.286,-32.201 --10.334,-32.25 --10.382,-32.298 --10.43,-32.347 --10.478,-32.396 --10.525,-32.445 --10.573,-32.494 --10.621,-32.544 --10.668,-32.593 --10.716,-32.643 --10.763,-32.693 --10.811,-32.742 --10.858,-32.792 --10.906,-32.842 --10.954,-32.892 --11.001,-32.942 --11.049,-32.992 --11.097,-33.042 --11.144,-33.092 --11.192,-33.142 --11.239,-33.193 --11.286,-33.244 --11.333,-33.295 --11.38,-33.347 --11.427,-33.398 --11.474,-33.45 --11.521,-33.502 --11.568,-33.555 --11.614,-33.607 --11.661,-33.66 --11.707,-33.712 --11.753,-33.765 --11.799,-33.818 --11.845,-33.871 --11.891,-33.924 --11.937,-33.978 --11.983,-34.031 --12.029,-34.084 --12.075,-34.138 --12.12,-34.192 --12.166,-34.246 --12.211,-34.3 --12.257,-34.354 --12.302,-34.408 --12.347,-34.462 --12.392,-34.516 --12.437,-34.57 --12.482,-34.625 --12.527,-34.679 --12.572,-34.733 --12.617,-34.788 --12.662,-34.842 --12.707,-34.896 --12.752,-34.951 --12.797,-35.005 --12.842,-35.059 --12.887,-35.114 --12.932,-35.168 --12.977,-35.223 --13.022,-35.277 --13.066,-35.332 --13.11,-35.387 --13.154,-35.441 --13.198,-35.496 --13.242,-35.552 --13.285,-35.607 --13.329,-35.662 --13.372,-35.718 --13.415,-35.774 --13.457,-35.829 --13.5,-35.885 --13.543,-35.941 --13.586,-35.997 --13.628,-36.053 --13.671,-36.109 --13.713,-36.166 --13.756,-36.222 --13.798,-36.279 --13.84,-36.335 --13.882,-36.392 --13.924,-36.449 --13.966,-36.506 --14.008,-36.563 --14.05,-36.62 --14.092,-36.677 --14.134,-36.734 --14.176,-36.791 --14.218,-36.848 --14.26,-36.906 --14.301,-36.963 --14.343,-37.02 --14.384,-37.078 --14.426,-37.135 --14.467,-37.192 --14.508,-37.25 --14.549,-37.307 --14.591,-37.364 --14.632,-37.422 --14.672,-37.479 --14.713,-37.536 --14.754,-37.594 --14.795,-37.652 --14.835,-37.709 --14.876,-37.767 --14.916,-37.825 --14.956,-37.882 --14.996,-37.94 --15.036,-37.998 --15.075,-38.056 --15.115,-38.114 --15.154,-38.172 --15.194,-38.23 --15.233,-38.289 --15.272,-38.347 --15.311,-38.405 --15.35,-38.464 --15.388,-38.522 --15.427,-38.581 --15.465,-38.639 --15.504,-38.698 --15.542,-38.757 --15.581,-38.815 --15.619,-38.874 --15.657,-38.933 --15.695,-38.992 --15.733,-39.051 --15.771,-39.11 --15.809,-39.169 --15.847,-39.229 --15.885,-39.288 --15.922,-39.347 --15.96,-39.407 --15.997,-39.466 --16.034,-39.526 --16.071,-39.586 --16.108,-39.645 --16.146,-39.705 --16.182,-39.764 --16.219,-39.824 --16.256,-39.884 --16.293,-39.943 --16.33,-40.003 --16.366,-40.062 --16.403,-40.121 --16.439,-40.181 --16.476,-40.241 --16.512,-40.3 --16.548,-40.36 --16.584,-40.419 --16.619,-40.478 --16.655,-40.538 --16.691,-40.597 --16.727,-40.656 --16.762,-40.715 --16.798,-40.773 --16.833,-40.832 --16.868,-40.89 --16.904,-40.949 --16.939,-41.007 --16.974,-41.065 --17.009,-41.123 --17.044,-41.18 --17.079,-41.238 --17.114,-41.295 --17.149,-41.352 --17.184,-41.409 --17.218,-41.466 --17.253,-41.523 --17.288,-41.579 --17.322,-41.636 --17.356,-41.692 --17.39,-41.749 --17.424,-41.805 --17.458,-41.862 --17.492,-41.918 --17.525,-41.974 --17.559,-42.03 --17.592,-42.086 --17.626,-42.143 --17.659,-42.199 --17.692,-42.255 --17.725,-42.311 --17.758,-42.367 --17.792,-42.423 --17.825,-42.479 --17.858,-42.535 --17.89,-42.591 --17.923,-42.646 --17.956,-42.702 --17.988,-42.758 --18.021,-42.813 --18.053,-42.869 --18.085,-42.924 --18.118,-42.98 --18.15,-43.035 --18.182,-43.09 --18.215,-43.145 --18.247,-43.201 --18.279,-43.256 --18.311,-43.31 --18.344,-43.365 --18.376,-43.42 --18.408,-43.475 --18.44,-43.529 --18.472,-43.584 --18.504,-43.638 --18.536,-43.693 --18.568,-43.747 --18.6,-43.801 --18.632,-43.855 --18.664,-43.908 --18.696,-43.962 --18.728,-44.016 --18.76,-44.069 --19.225,-43.035 --19.257,-43.087 --19.289,-43.139 --19.32,-43.191 --19.352,-43.243 --19.383,-43.295 --19.414,-43.347 --19.446,-43.399 --19.476,-43.451 --19.507,-43.503 --19.537,-43.554 --19.568,-43.606 --19.598,-43.657 --19.629,-43.709 --19.659,-43.76 --19.689,-43.812 --19.719,-43.863 --19.75,-43.914 --19.78,-43.966 --19.81,-44.017 --19.84,-44.069 --19.87,-44.12 --19.9,-44.172 --19.93,-44.224 --19.96,-44.275 --19.99,-44.327 --20.02,-44.378 --20.05,-44.43 --20.08,-44.482 --20.11,-44.533 --20.14,-44.585 --20.17,-44.636 --20.2,-44.688 --20.231,-44.74 --20.261,-44.792 --20.291,-44.844 --20.322,-44.895 --20.352,-44.947 --20.383,-44.999 --20.414,-45.051 --20.444,-45.104 --20.475,-45.156 --20.506,-45.208 --20.537,-45.26 --20.568,-45.312 --20.599,-45.365 --20.63,-45.418 --20.661,-45.47 --20.693,-45.523 --20.724,-45.576 --20.755,-45.628 --20.786,-45.681 --20.818,-45.734 --20.849,-45.787 --20.88,-45.839 --20.911,-45.892 --20.943,-45.945 --20.974,-45.998 --21.005,-46.05 --21.036,-46.103 --21.067,-46.155 --21.099,-46.208 --21.13,-46.26 --21.161,-46.313 --21.192,-46.365 --21.223,-46.417 --21.254,-46.47 --21.285,-46.522 --21.317,-46.574 --21.348,-46.626 --21.379,-46.678 --21.411,-46.73 --21.442,-46.783 --21.474,-46.835 --21.505,-46.887 --21.537,-46.939 --21.569,-46.991 --21.601,-47.043 --21.633,-47.095 --21.665,-47.147 --21.697,-47.199 --21.73,-47.251 --21.762,-47.302 --21.795,-47.354 --21.827,-47.406 --21.86,-47.458 --21.892,-47.51 --21.925,-47.562 --21.958,-47.613 --21.991,-47.665 --22.024,-47.717 --22.057,-47.768 --22.091,-47.82 --22.124,-47.872 --22.158,-47.923 --22.192,-47.975 --22.226,-48.027 --22.26,-48.078 --22.294,-48.13 --22.329,-48.181 --22.363,-48.233 --22.398,-48.284 --22.433,-48.336 --22.468,-48.387 --22.503,-48.439 --22.539,-48.49 --22.574,-48.542 --22.61,-48.593 --22.646,-48.644 --22.682,-48.695 --22.718,-48.746 --22.754,-48.797 --22.79,-48.848 --22.827,-48.899 --22.863,-48.95 --22.9,-49.001 --22.936,-49.051 --22.973,-49.102 --23.01,-49.152 --23.047,-49.203 --23.084,-49.253 --23.121,-49.303 --23.158,-49.354 --23.196,-49.404 --23.233,-49.454 --23.27,-49.504 --23.308,-49.554 --23.345,-49.604 --23.383,-49.654 --23.421,-49.704 --23.458,-49.754 --23.496,-49.803 --23.534,-49.853 --23.572,-49.903 --23.609,-49.953 --23.647,-50.003 --23.685,-50.053 --23.723,-50.103 --23.761,-50.152 --23.8,-50.202 --23.838,-50.251 --23.877,-50.3 --23.915,-50.349 --23.954,-50.397 --23.993,-50.446 --24.032,-50.494 --24.071,-50.543 --24.11,-50.591 --24.149,-50.639 --24.188,-50.686 --24.227,-50.734 --24.267,-50.781 --24.306,-50.829 --24.346,-50.876 --24.385,-50.923 --24.425,-50.97 --24.465,-51.016 --24.505,-51.063 --24.544,-51.109 --24.584,-51.155 --24.624,-51.201 --24.664,-51.248 --24.704,-51.294 --24.744,-51.34 --24.784,-51.386 --24.824,-51.431 --24.865,-51.477 --24.905,-51.523 --24.945,-51.569 --24.985,-51.615 --25.025,-51.661 --25.065,-51.706 --25.106,-51.751 --25.146,-51.796 --25.187,-51.841 --25.227,-51.886 --25.268,-51.93 --25.309,-51.974 --25.35,-52.018 --25.391,-52.062 --25.432,-52.106 --25.473,-52.149 --25.514,-52.192 --25.555,-52.236 --25.596,-52.279 --25.637,-52.322 --25.679,-52.365 --25.72,-52.408 --25.762,-52.451 --25.803,-52.494 --25.845,-52.536 --25.886,-52.579 --25.928,-52.622 --25.97,-52.665 --26.011,-52.707 --26.053,-52.75 --26.095,-52.793 --26.137,-52.835 --26.178,-52.878 --26.22,-52.92 --26.262,-52.963 --26.304,-53.005 --26.346,-53.047 --26.388,-53.089 --26.43,-53.131 --26.472,-53.173 --26.513,-53.215 --26.555,-53.257 --26.597,-53.299 --26.638,-53.34 --26.68,-53.382 --26.721,-53.423 --26.763,-53.465 --26.805,-53.506 --26.846,-53.547 --26.888,-53.588 --26.929,-53.629 --26.971,-53.67 --27.013,-53.71 --27.055,-53.751 --27.097,-53.791 --27.139,-53.831 --27.181,-53.871 --27.223,-53.911 --27.266,-53.951 --27.308,-53.991 --27.35,-54.031 --27.393,-54.07 --27.435,-54.11 --27.478,-54.149 --27.52,-54.188 --27.563,-54.228 --27.606,-54.267 --27.648,-54.306 --27.691,-54.345 --27.733,-54.384 --27.776,-54.423 --27.819,-54.462 --27.861,-54.501 --27.903,-54.54 --27.946,-54.579 --27.989,-54.617 --28.031,-54.656 --28.074,-54.694 --28.116,-54.732 --28.159,-54.77 --28.202,-54.808 --28.244,-54.846 --28.287,-54.884 --28.33,-54.922 --28.373,-54.96 --28.415,-54.998 --28.458,-55.036 --28.501,-55.073 --28.544,-55.111 --28.587,-55.148 --28.631,-55.185 --28.674,-55.223 --28.717,-55.26 --28.76,-55.297 --28.804,-55.334 --28.847,-55.371 --28.89,-55.408 --28.934,-55.445 --28.977,-55.482 --29.021,-55.519 --29.065,-55.556 --29.108,-55.592 --29.152,-55.629 --29.195,-55.666 --29.238,-55.703 --29.282,-55.739 --29.325,-55.776 --29.368,-55.812 --29.411,-55.849 --29.455,-55.885 --29.498,-55.922 --29.541,-55.958 --29.584,-55.995 --29.626,-56.031 --29.669,-56.067 --29.712,-56.103 --29.754,-56.139 --29.797,-56.175 --29.839,-56.21 --29.881,-56.246 --29.923,-56.281 --29.966,-56.317 --30.008,-56.352 --30.05,-56.387 --30.092,-56.423 --30.134,-56.458 --30.176,-56.493 --30.219,-56.527 --30.261,-56.562 --30.303,-56.597 --30.345,-56.631 --30.387,-56.666 --30.429,-56.7 --30.472,-56.735 --30.34,-55.748 --30.382,-55.781 --30.424,-55.814 --30.467,-55.846 --30.509,-55.879 --30.551,-55.912 --30.593,-55.944 --30.635,-55.977 --30.677,-56.009 --30.719,-56.042 --30.762,-56.074 --30.804,-56.106 --30.846,-56.138 --30.888,-56.171 --30.93,-56.203 --30.972,-56.235 --31.014,-56.266 --31.055,-56.298 --31.097,-56.33 --31.139,-56.362 --31.181,-56.394 --31.222,-56.426 --31.264,-56.458 --31.305,-56.49 --31.347,-56.522 --31.388,-56.554 --31.43,-56.586 --31.471,-56.618 --31.512,-56.65 --31.554,-56.682 --31.595,-56.714 --31.636,-56.746 --31.677,-56.778 --31.718,-56.81 --31.759,-56.842 --31.8,-56.874 --31.841,-56.906 --31.882,-56.938 --31.923,-56.97 --31.964,-57.002 --32.005,-57.034 --32.046,-57.066 --32.086,-57.098 --32.127,-57.13 --32.168,-57.162 --32.208,-57.194 --32.249,-57.225 --32.289,-57.257 --32.33,-57.289 --32.37,-57.32 --32.41,-57.352 --32.451,-57.384 --32.491,-57.415 --32.531,-57.447 --32.571,-57.479 --32.611,-57.51 --32.651,-57.542 --32.691,-57.574 --32.73,-57.606 --32.77,-57.637 --32.81,-57.669 --32.849,-57.701 --32.889,-57.733 --32.928,-57.765 --32.967,-57.797 --33.007,-57.828 --33.046,-57.86 --33.085,-57.892 --33.124,-57.924 --33.164,-57.956 --33.203,-57.988 --33.242,-58.02 --33.28,-58.052 --33.319,-58.083 --33.358,-58.115 --33.396,-58.147 --33.435,-58.179 --33.473,-58.211 --33.512,-58.243 --33.55,-58.275 --33.588,-58.307 --33.626,-58.339 --33.665,-58.371 --33.703,-58.403 --33.741,-58.435 --33.779,-58.467 --33.817,-58.499 --33.854,-58.531 --33.892,-58.564 --33.93,-58.596 --33.967,-58.628 --34.005,-58.66 --34.042,-58.693 --34.08,-58.725 --34.117,-58.758 --34.154,-58.79 --34.192,-58.823 --34.229,-58.856 --34.266,-58.889 --34.303,-58.921 --34.34,-58.954 --34.378,-58.987 --34.415,-59.02 --34.452,-59.052 --34.49,-59.085 --34.527,-59.117 --34.564,-59.15 --34.602,-59.182 --34.639,-59.215 --34.676,-59.247 --34.713,-59.28 --34.75,-59.313 --34.787,-59.345 --34.824,-59.378 --34.86,-59.411 --34.896,-59.444 --34.933,-59.478 --34.969,-59.511 --35.004,-59.544 --35.04,-59.578 --35.075,-59.611 --35.111,-59.645 --35.146,-59.679 --35.181,-59.713 --35.215,-59.748 --35.249,-59.782 --35.284,-59.817 --35.317,-59.852 --35.351,-59.887 --35.385,-59.922 --35.418,-59.958 --35.451,-59.993 --35.484,-60.029 --35.517,-60.065 --35.55,-60.102 --35.583,-60.138 --35.615,-60.174 --35.648,-60.211 --35.681,-60.247 --35.714,-60.284 --35.746,-60.32 --35.779,-60.357 --35.812,-60.394 --35.845,-60.431 --35.878,-60.468 --35.911,-60.505 --35.943,-60.542 --35.976,-60.579 --36.009,-60.616 --36.042,-60.654 --36.075,-60.691 --36.107,-60.729 --36.14,-60.767 --36.172,-60.805 --36.204,-60.843 --36.237,-60.882 --36.269,-60.92 --36.301,-60.959 --36.333,-60.998 --36.365,-61.037 --36.397,-61.075 --36.429,-61.114 --36.461,-61.153 --36.492,-61.193 --36.524,-61.232 --36.556,-61.271 --36.587,-61.311 --36.619,-61.351 --36.65,-61.391 --36.682,-61.431 --36.713,-61.471 --36.744,-61.512 --36.775,-61.552 --36.806,-61.593 --36.837,-61.634 --36.867,-61.676 --36.898,-61.717 --36.928,-61.759 --36.958,-61.801 --36.988,-61.843 --37.018,-61.885 --37.048,-61.928 --37.077,-61.97 --37.107,-62.013 --37.136,-62.056 --37.165,-62.099 --37.195,-62.143 --37.224,-62.186 --37.253,-62.23 --37.282,-62.273 --37.311,-62.317 --37.34,-62.361 --37.369,-62.405 --37.398,-62.449 --37.427,-62.493 --37.456,-62.538 --37.485,-62.582 --37.513,-62.627 --37.541,-62.672 --37.57,-62.717 --37.598,-62.761 --37.626,-62.807 --37.654,-62.852 --37.682,-62.897 --37.71,-62.942 --37.737,-62.987 --37.765,-63.033 --37.793,-63.078 --37.82,-63.124 --37.847,-63.17 --37.874,-63.216 --37.901,-63.262 --37.928,-63.308 --37.955,-63.355 --37.981,-63.401 --38.008,-63.448 --38.034,-63.495 --38.06,-63.542 --38.087,-63.589 --38.112,-63.637 --38.138,-63.684 --38.164,-63.732 --38.19,-63.78 --38.215,-63.828 --38.24,-63.876 --38.266,-63.925 --38.291,-63.973 --38.315,-64.022 --38.34,-64.071 --38.365,-64.12 --38.389,-64.17 --38.414,-64.219 --38.438,-64.269 --38.462,-64.319 --38.486,-64.369 --38.51,-64.42 --38.533,-64.47 --38.557,-64.521 --38.58,-64.572 --38.603,-64.623 --38.626,-64.674 --38.649,-64.725 --38.671,-64.777 --38.693,-64.829 --38.715,-64.881 --38.737,-64.933 --38.758,-64.986 --38.779,-65.038 --38.8,-65.091 --38.82,-65.144 --38.841,-65.197 --38.861,-65.25 --38.881,-65.303 --38.9,-65.357 --38.92,-65.41 --38.939,-65.464 --38.958,-65.517 --38.977,-65.571 --38.996,-65.625 --39.014,-65.679 --39.033,-65.733 --39.051,-65.788 --39.069,-65.842 --39.086,-65.897 --39.104,-65.951 --39.121,-66.006 --39.138,-66.061 --39.155,-66.116 --39.171,-66.171 --39.187,-66.226 --39.203,-66.282 --39.218,-66.337 --39.233,-66.393 --39.248,-66.449 --39.262,-66.504 --39.276,-66.56 --39.291,-66.616 --39.305,-66.672 --39.319,-66.728 --39.332,-66.784 --39.346,-66.84 --39.359,-66.896 --39.372,-66.953 --39.385,-67.01 --39.398,-67.066 --39.41,-67.123 --39.422,-67.18 --39.434,-67.238 --39.446,-67.295 --39.458,-67.353 --39.469,-67.411 --39.481,-67.468 --39.491,-67.527 --39.502,-67.585 --39.512,-67.643 --39.522,-67.702 --39.532,-67.761 --39.542,-67.819 --39.551,-67.878 --39.56,-67.937 --39.569,-67.996 --39.577,-68.056 --39.585,-68.115 --39.593,-68.174 --39.601,-68.234 --39.608,-68.293 --39.616,-68.353 --39.623,-68.412 --39.63,-68.472 --39.636,-68.531 --39.642,-68.591 --39.648,-68.651 --39.654,-68.711 --39.659,-68.771 --39.665,-68.831 --39.669,-68.891 --39.674,-68.951 --39.678,-69.011 --39.682,-69.072 --39.686,-69.132 --39.689,-69.192 --39.692,-69.253 --39.695,-69.313 --39.697,-69.373 --39.7,-69.434 --39.702,-69.494 --39.703,-69.555 --39.705,-69.615 --39.706,-69.675 --39.707,-69.736 --39.708,-69.796 --39.709,-69.856 --39.709,-69.916 --39.71,-69.977 --39.71,-70.037 --39.71,-70.097 --39.71,-70.157 --39.709,-70.217 --39.709,-70.278 --39.708,-70.338 --39.708,-70.398 --39.707,-70.458 --39.705,-70.518 --39.704,-70.578 --39.702,-70.638 --39.7,-70.698 --39.698,-70.758 --39.696,-70.818 --39.694,-70.878 --39.692,-70.938 --39.689,-70.998 --39.686,-71.057 --39.684,-71.117 --39.681,-71.177 --39.678,-71.237 --39.674,-71.297 --39.671,-71.357 --39.668,-71.416 --39.664,-71.476 --39.661,-71.536 --39.657,-71.596 --39.652,-71.656 --39.648,-71.716 --39.643,-71.775 --39.638,-71.835 --39.633,-71.895 --39.628,-71.955 --39.622,-72.015 --39.617,-72.075 --39.611,-72.134 --39.604,-72.194 --39.598,-72.254 --39.592,-72.314 --39.585,-72.374 --39.578,-72.433 --39.571,-72.493 --39.564,-72.553 --39.557,-72.612 --39.549,-72.672 --39.542,-72.731 --39.534,-72.791 --39.526,-72.85 --39.518,-72.91 --39.51,-72.969 --39.502,-73.028 --39.493,-73.087 --39.485,-73.146 --39.476,-73.205 --39.467,-73.264 --39.457,-73.322 --39.448,-73.381 --39.438,-73.439 --39.429,-73.498 --39.419,-73.556 --39.409,-73.614 --39.399,-73.672 --39.388,-73.73 --39.378,-73.788 --39.368,-73.846 --39.358,-73.904 --38.673,-72.786 --38.662,-72.843 --38.651,-72.9 --38.64,-72.957 --38.629,-73.014 --38.618,-73.071 --38.606,-73.128 --38.595,-73.185 --38.584,-73.242 --38.573,-73.3 --38.562,-73.357 --38.55,-73.414 --38.539,-73.471 --38.528,-73.528 --38.517,-73.586 --38.506,-73.643 --38.494,-73.7 --38.483,-73.757 --38.472,-73.814 --38.46,-73.872 --38.448,-73.929 --38.437,-73.986 --38.425,-74.043 --38.413,-74.1 --38.401,-74.157 --38.389,-74.213 --38.377,-74.27 --38.365,-74.327 --38.353,-74.384 --38.34,-74.441 --38.328,-74.497 --38.315,-74.554 --38.303,-74.611 --38.29,-74.667 --38.277,-74.724 --38.264,-74.78 --38.251,-74.836 --38.238,-74.892 --38.224,-74.949 --38.211,-75.005 --38.197,-75.061 --38.184,-75.117 --38.17,-75.173 --38.157,-75.229 --38.143,-75.285 --38.13,-75.341 --38.117,-75.397 --38.103,-75.453 --38.09,-75.508 --38.077,-75.564 --38.064,-75.62 --38.051,-75.675 --38.038,-75.731 --38.025,-75.786 --38.013,-75.842 --38,-75.897 --37.987,-75.952 --37.974,-76.008 --37.962,-76.063 --37.949,-76.118 --37.937,-76.173 --37.924,-76.229 --37.911,-76.284 --37.899,-76.339 --37.886,-76.394 --37.873,-76.449 --37.86,-76.504 --37.847,-76.559 --37.834,-76.614 --37.821,-76.669 --37.808,-76.724 --37.794,-76.778 --37.781,-76.833 --37.767,-76.888 --37.754,-76.943 --37.74,-76.998 --37.726,-77.052 --37.712,-77.107 --37.698,-77.162 --37.684,-77.216 --37.669,-77.271 --37.655,-77.326 --37.64,-77.38 --37.625,-77.435 --37.611,-77.489 --37.596,-77.544 --37.581,-77.598 --37.566,-77.652 --37.551,-77.707 --37.535,-77.761 --37.52,-77.815 --37.504,-77.868 --37.489,-77.922 --37.473,-77.976 --37.457,-78.029 --37.441,-78.082 --37.424,-78.135 --37.408,-78.188 --37.391,-78.241 --37.375,-78.293 --37.358,-78.346 --37.341,-78.398 --37.325,-78.451 --37.308,-78.503 --37.291,-78.555 --37.274,-78.607 --37.257,-78.66 --37.241,-78.712 --37.224,-78.764 --37.207,-78.816 --37.19,-78.868 --37.173,-78.92 --37.156,-78.972 --37.139,-79.025 --37.123,-79.077 --37.106,-79.129 --37.089,-79.181 --37.072,-79.233 --37.055,-79.286 --37.038,-79.337 --37.021,-79.389 --37.003,-79.441 --36.986,-79.492 --36.968,-79.543 --36.95,-79.595 --36.932,-79.645 --36.914,-79.696 --36.895,-79.747 --36.877,-79.797 --36.858,-79.847 --36.839,-79.897 --36.82,-79.947 --36.802,-79.997 --36.783,-80.047 --36.763,-80.097 --36.744,-80.146 --36.725,-80.196 --36.706,-80.246 --36.687,-80.295 --36.668,-80.345 --36.649,-80.395 --36.629,-80.444 --36.61,-80.494 --36.591,-80.543 --36.571,-80.593 --36.552,-80.642 --36.532,-80.691 --36.513,-80.741 --36.493,-80.79 --36.474,-80.839 --36.454,-80.889 --36.435,-80.938 --36.415,-80.988 --36.396,-81.037 --36.376,-81.086 --36.357,-81.136 --36.338,-81.185 --36.318,-81.234 --36.299,-81.284 --36.279,-81.333 --36.259,-81.382 --36.24,-81.431 --36.22,-81.48 --36.2,-81.53 --36.18,-81.579 --36.16,-81.628 --36.14,-81.677 --36.12,-81.726 --36.1,-81.775 --36.08,-81.823 --36.06,-81.872 --36.039,-81.921 --36.019,-81.97 --35.999,-82.018 --35.978,-82.067 --35.957,-82.115 --35.936,-82.163 --35.915,-82.212 --35.894,-82.26 --35.872,-82.308 --35.85,-82.356 --35.828,-82.404 --35.806,-82.451 --35.784,-82.499 --35.762,-82.547 --35.74,-82.595 --35.718,-82.642 --35.695,-82.69 --35.673,-82.737 --35.651,-82.785 --35.628,-82.832 --35.606,-82.88 --35.584,-82.927 --35.562,-82.974 --35.54,-83.022 --35.517,-83.069 --35.495,-83.116 --35.472,-83.163 --35.45,-83.21 --35.427,-83.257 --35.405,-83.304 --35.382,-83.351 --35.359,-83.397 --35.337,-83.444 --35.314,-83.491 --35.292,-83.538 --35.269,-83.585 --35.247,-83.631 --35.224,-83.678 --35.202,-83.725 --35.179,-83.772 --35.157,-83.818 --35.134,-83.865 --35.112,-83.912 --35.089,-83.958 --35.067,-84.005 --35.044,-84.052 --35.022,-84.098 --34.999,-84.145 --34.977,-84.191 --34.954,-84.238 --34.931,-84.284 --34.909,-84.33 --34.886,-84.376 --34.863,-84.423 --34.84,-84.469 --34.817,-84.515 --34.794,-84.561 --34.771,-84.607 --34.747,-84.653 --34.724,-84.699 --34.701,-84.745 --34.678,-84.791 --34.655,-84.837 --34.631,-84.883 --34.608,-84.929 --34.584,-84.975 --34.561,-85.021 --34.538,-85.067 --34.514,-85.113 --34.491,-85.159 --34.467,-85.204 --34.444,-85.25 --34.421,-85.296 --34.397,-85.342 --34.374,-85.388 --34.35,-85.433 --34.327,-85.479 --34.304,-85.525 --34.28,-85.57 --34.257,-85.616 --34.233,-85.662 --34.21,-85.707 --34.186,-85.753 --34.163,-85.798 --34.139,-85.844 --34.116,-85.889 --34.092,-85.935 --34.068,-85.981 --34.045,-86.026 --34.021,-86.072 --33.998,-86.118 --33.974,-86.164 --33.95,-86.209 --33.927,-86.255 --33.903,-86.301 --33.879,-86.347 --33.856,-86.393 --33.832,-86.439 --33.808,-86.485 --33.785,-86.531 --33.761,-86.577 --33.737,-86.623 --33.714,-86.669 --33.69,-86.715 --33.667,-86.761 --33.643,-86.807 --33.619,-86.854 --33.596,-86.9 --33.572,-86.946 --33.549,-86.992 --33.525,-87.038 --33.502,-87.084 --33.478,-87.13 --33.455,-87.176 --33.431,-87.222 --33.407,-87.269 --33.384,-87.315 --33.36,-87.361 --33.337,-87.407 --33.313,-87.453 --33.29,-87.499 --33.266,-87.546 --33.243,-87.592 --33.22,-87.638 --33.196,-87.685 --33.173,-87.731 --33.149,-87.778 --33.126,-87.825 --33.103,-87.871 --32.693,-86.216 --32.669,-86.261 --32.645,-86.306 --32.621,-86.351 --32.597,-86.396 --32.573,-86.442 --32.549,-86.487 --32.525,-86.533 --32.501,-86.578 --32.478,-86.624 --32.454,-86.67 --32.43,-86.716 --32.406,-86.762 --32.382,-86.808 --32.359,-86.854 --32.335,-86.9 --32.311,-86.946 --32.287,-86.993 --32.264,-87.039 --32.24,-87.086 --32.217,-87.133 --32.193,-87.179 --32.17,-87.226 --32.147,-87.272 --32.124,-87.319 --32.1,-87.366 --32.077,-87.413 --32.054,-87.46 --32.031,-87.507 --32.008,-87.554 --31.985,-87.601 --31.962,-87.648 --31.939,-87.695 --31.916,-87.743 --31.893,-87.79 --31.87,-87.838 --31.847,-87.886 --31.824,-87.934 --31.801,-87.983 --31.778,-88.031 --31.755,-88.079 --31.732,-88.128 --31.709,-88.177 --31.686,-88.225 --31.663,-88.274 --31.641,-88.323 --31.618,-88.372 --31.595,-88.421 --31.573,-88.47 --31.55,-88.519 --31.528,-88.568 --31.505,-88.617 --31.483,-88.667 --31.461,-88.716 --31.438,-88.765 --31.416,-88.815 --31.394,-88.864 --31.372,-88.914 --31.35,-88.964 --31.328,-89.014 --31.306,-89.064 --31.285,-89.114 --31.263,-89.164 --31.241,-89.214 --31.22,-89.264 --31.198,-89.314 --31.177,-89.365 --31.155,-89.415 --31.134,-89.465 --31.113,-89.516 --31.092,-89.566 --31.07,-89.616 --31.049,-89.667 --31.029,-89.717 --31.008,-89.768 --30.987,-89.818 --30.966,-89.868 --30.946,-89.919 --30.926,-89.969 --30.905,-90.019 --30.885,-90.07 --30.865,-90.12 --30.845,-90.171 --30.824,-90.221 --30.804,-90.271 --30.784,-90.322 --30.764,-90.372 --30.744,-90.423 --30.724,-90.473 --30.704,-90.524 --30.684,-90.574 --30.664,-90.625 --30.644,-90.676 --30.624,-90.726 --30.604,-90.777 --30.584,-90.827 --30.565,-90.878 --30.545,-90.928 --30.525,-90.979 --30.506,-91.03 --30.487,-91.08 --30.467,-91.131 --30.448,-91.182 --30.429,-91.232 --30.41,-91.283 --30.391,-91.334 --30.372,-91.384 --30.353,-91.435 --30.334,-91.486 --30.315,-91.536 --30.297,-91.587 --30.278,-91.637 --30.259,-91.688 --30.241,-91.738 --30.222,-91.788 --30.204,-91.839 --30.186,-91.889 --30.168,-91.939 --30.149,-91.99 --30.131,-92.04 --30.113,-92.09 --30.095,-92.141 --30.078,-92.191 --30.06,-92.241 --30.042,-92.291 --30.025,-92.342 --30.007,-92.392 --29.99,-92.442 --29.973,-92.492 --29.955,-92.542 --29.938,-92.592 --29.921,-92.643 --29.904,-92.693 --29.888,-92.743 --29.871,-92.793 --29.854,-92.843 --29.838,-92.893 --29.821,-92.943 --29.805,-92.993 --29.788,-93.043 --29.772,-93.093 --29.756,-93.143 --29.74,-93.193 --29.724,-93.243 --29.708,-93.293 --29.692,-93.343 --29.676,-93.393 --29.66,-93.442 --29.645,-93.492 --29.629,-93.542 --29.614,-93.592 --29.598,-93.642 --29.583,-93.692 --29.568,-93.741 --29.553,-93.791 --29.538,-93.841 --29.523,-93.891 --29.509,-93.941 --29.494,-93.99 --29.479,-94.04 --29.464,-94.09 --29.45,-94.139 --29.435,-94.189 --29.42,-94.238 --29.406,-94.288 --29.391,-94.337 --29.377,-94.386 --29.362,-94.435 --29.348,-94.484 --29.333,-94.533 --29.319,-94.581 --29.305,-94.63 --29.291,-94.678 --29.276,-94.727 --29.262,-94.775 --29.248,-94.823 --29.234,-94.871 --29.22,-94.919 --29.205,-94.966 --29.191,-95.014 --29.177,-95.061 --29.163,-95.109 --29.149,-95.156 --29.135,-95.203 --29.122,-95.249 --29.108,-95.296 --29.095,-95.343 --29.082,-95.389 --29.069,-95.435 --29.057,-95.481 --29.045,-95.527 --29.033,-95.573 --29.021,-95.619 --29.009,-95.664 --28.998,-95.709 --28.986,-95.755 --28.975,-95.8 --28.964,-95.844 --28.954,-95.889 --28.943,-95.934 --28.933,-95.978 --28.922,-96.022 --28.912,-96.067 --28.902,-96.111 --28.893,-96.155 --28.883,-96.199 --28.873,-96.242 --28.864,-96.286 --28.855,-96.33 --28.845,-96.373 --28.836,-96.416 --28.827,-96.459 --28.818,-96.502 --28.809,-96.545 --28.799,-96.588 --28.79,-96.63 --28.781,-96.673 --28.772,-96.715 --28.763,-96.756 --28.754,-96.798 --28.745,-96.84 --28.736,-96.881 --28.727,-96.922 --28.718,-96.964 --28.709,-97.004 --28.701,-97.045 --28.692,-97.086 --28.683,-97.126 --28.674,-97.167 --28.665,-97.207 --28.657,-97.247 --28.648,-97.287 --28.639,-97.326 --28.631,-97.366 --28.622,-97.405 --28.613,-97.444 --28.605,-97.483 --28.596,-97.522 --28.588,-97.56 --28.58,-97.599 --28.571,-97.637 --28.563,-97.676 --28.555,-97.714 --28.547,-97.752 --28.539,-97.79 --28.531,-97.828 --28.523,-97.865 --28.516,-97.903 --28.508,-97.94 --28.5,-97.978 --28.493,-98.015 --28.485,-98.052 --28.478,-98.089 --28.471,-98.126 --28.464,-98.163 --28.457,-98.2 --28.45,-98.236 --28.443,-98.273 --28.436,-98.309 --28.43,-98.345 --28.423,-98.381 --28.416,-98.417 --28.41,-98.452 --28.403,-98.488 --28.396,-98.523 --28.389,-98.558 --28.383,-98.593 --28.376,-98.627 --28.37,-98.662 --28.363,-98.696 --28.357,-98.73 --28.35,-98.764 --28.344,-98.797 --28.338,-98.831 --28.331,-98.864 --28.325,-98.897 --28.319,-98.93 --28.313,-98.963 --28.307,-98.995 --28.301,-99.028 --28.295,-99.06 --28.289,-99.092 --28.283,-99.124 --28.277,-99.156 --28.272,-99.187 --28.266,-99.219 --28.26,-99.25 --28.255,-99.281 --28.249,-99.312 --28.244,-99.343 --28.238,-99.374 --28.233,-99.404 --28.228,-99.435 --28.223,-99.465 --28.217,-99.495 --28.212,-99.525 --28.207,-99.555 --28.202,-99.585 --28.197,-99.614 --28.193,-99.644 --27.544,-98.071 --27.538,-98.099 --27.533,-98.126 --27.528,-98.153 --27.523,-98.179 --27.518,-98.206 --27.513,-98.233 --27.508,-98.259 --27.503,-98.285 --27.498,-98.311 --27.493,-98.336 --27.489,-98.362 --27.484,-98.387 --27.48,-98.413 --27.475,-98.438 --27.47,-98.463 --27.466,-98.487 --27.462,-98.512 --27.457,-98.536 --27.453,-98.56 --27.449,-98.584 --27.444,-98.608 --27.44,-98.632 --27.436,-98.656 --27.432,-98.679 --27.428,-98.702 --27.423,-98.725 --27.419,-98.748 --27.415,-98.771 --27.412,-98.793 --27.408,-98.816 --27.404,-98.838 --27.4,-98.86 --27.397,-98.882 --27.393,-98.904 --27.389,-98.926 --27.386,-98.947 --27.382,-98.968 --27.379,-98.99 --27.376,-99.011 --27.372,-99.032 --27.369,-99.052 --27.366,-99.073 --27.363,-99.093 --27.36,-99.114 --27.357,-99.134 --27.354,-99.154 --27.351,-99.174 --27.348,-99.194 --27.345,-99.213 --27.343,-99.233 --27.34,-99.252 --27.337,-99.271 --27.335,-99.29 --27.332,-99.309 --27.33,-99.327 --27.328,-99.346 --27.325,-99.364 --27.323,-99.382 --27.321,-99.4 --27.319,-99.418 --27.317,-99.435 --27.315,-99.453 --27.313,-99.47 --27.311,-99.487 --27.309,-99.504 --27.307,-99.521 --27.305,-99.537 --27.304,-99.554 --27.302,-99.57 --27.3,-99.586 --27.299,-99.602 --27.297,-99.617 --27.296,-99.633 --27.295,-99.648 --27.293,-99.663 --27.292,-99.678 --27.291,-99.693 --27.29,-99.707 --27.289,-99.722 --27.288,-99.736 --27.288,-99.75 --27.287,-99.764 --27.286,-99.777 --27.286,-99.791 --27.285,-99.804 --27.285,-99.817 --27.284,-99.83 --27.284,-99.843 --27.284,-99.856 --27.283,-99.868 --27.283,-99.881 --27.283,-99.893 --27.283,-99.905 --27.283,-99.917 --27.283,-99.929 --27.283,-99.94 --27.283,-99.952 --27.284,-99.963 --27.284,-99.974 --27.284,-99.985 --27.284,-99.996 --27.285,-100.01 --27.285,-100.02 --27.286,-100.03 --27.287,-100.04 --27.287,-100.05 --27.288,-100.06 --27.289,-100.07 --27.29,-100.08 --27.291,-100.09 --27.292,-100.1 --27.293,-100.1 --27.294,-100.11 --27.295,-100.12 --27.296,-100.13 --27.298,-100.14 --27.299,-100.15 --27.3,-100.15 --27.302,-100.16 --27.303,-100.17 --27.305,-100.18 --27.307,-100.18 --27.308,-100.19 --27.31,-100.2 --27.312,-100.21 --27.314,-100.21 --27.316,-100.22 --27.318,-100.23 --27.32,-100.23 --27.322,-100.24 --27.324,-100.24 --27.326,-100.25 --27.329,-100.26 --27.331,-100.26 --27.333,-100.27 --27.336,-100.27 --27.338,-100.28 --27.341,-100.28 --27.343,-100.29 --27.346,-100.29 --27.349,-100.29 --27.352,-100.3 --27.354,-100.3 --27.357,-100.31 --27.36,-100.31 --27.364,-100.31 --27.367,-100.32 --27.37,-100.32 --27.373,-100.32 --27.376,-100.33 --27.38,-100.33 --27.383,-100.33 --27.387,-100.33 --27.39,-100.34 --27.394,-100.34 --27.398,-100.34 --27.401,-100.34 --27.405,-100.34 --27.408,-100.35 --27.412,-100.35 --27.415,-100.35 --27.419,-100.35 --27.423,-100.35 --27.426,-100.36 --27.43,-100.36 --27.433,-100.36 --27.437,-100.36 --27.44,-100.37 --27.444,-100.37 --27.447,-100.37 --27.45,-100.37 --27.454,-100.38 --27.457,-100.38 --27.46,-100.38 --27.464,-100.38 --27.467,-100.39 --27.47,-100.39 --27.473,-100.39 --27.477,-100.4 --27.48,-100.4 --27.483,-100.4 --27.487,-100.4 --27.49,-100.41 --27.494,-100.41 --27.497,-100.41 --27.501,-100.42 --27.504,-100.42 --27.508,-100.42 --27.511,-100.42 --27.515,-100.43 --27.518,-100.43 --27.522,-100.43 --27.525,-100.44 --27.529,-100.44 --27.532,-100.44 --27.536,-100.44 --27.539,-100.45 --27.543,-100.45 --27.547,-100.45 --27.55,-100.46 --27.554,-100.46 --27.557,-100.46 --27.561,-100.46 --27.564,-100.47 --27.568,-100.47 --27.571,-100.47 --27.575,-100.48 --27.578,-100.48 --27.582,-100.48 --27.586,-100.48 --27.589,-100.49 --27.593,-100.49 --27.596,-100.49 --27.6,-100.5 --27.603,-100.5 --27.607,-100.5 --27.61,-100.5 --27.614,-100.51 --27.617,-100.51 --27.621,-100.51 --27.624,-100.52 --27.628,-100.52 --27.632,-100.52 --27.635,-100.52 --27.639,-100.53 --27.642,-100.53 --27.646,-100.53 --27.649,-100.54 --27.653,-100.54 --27.657,-100.54 --27.66,-100.54 --27.664,-100.55 --27.668,-100.55 --27.671,-100.55 --27.675,-100.55 --27.679,-100.56 --27.682,-100.56 --27.686,-100.56 --27.69,-100.57 --27.693,-100.57 --27.697,-100.57 --27.701,-100.57 --27.704,-100.58 --27.708,-100.58 --27.712,-100.58 --27.715,-100.59 --27.719,-100.59 --27.723,-100.59 --27.726,-100.59 --27.73,-100.6 --27.734,-100.6 --27.738,-100.6 --27.741,-100.61 --27.745,-100.61 --27.749,-100.61 --27.752,-100.61 --27.756,-100.62 --27.76,-100.62 --27.764,-100.62 --27.767,-100.63 --27.771,-100.63 --27.775,-100.63 --27.779,-100.63 --27.782,-100.64 --27.786,-100.64 --27.79,-100.64 --27.794,-100.64 --27.797,-100.65 --27.801,-100.65 --27.805,-100.65 --27.809,-100.66 --27.813,-100.66 --27.816,-100.66 --27.82,-100.66 --27.824,-100.67 --27.828,-100.67 --27.832,-100.67 --27.835,-100.68 --27.839,-100.68 --27.843,-100.68 --27.847,-100.68 --27.851,-100.69 --27.855,-100.69 --27.858,-100.69 --27.862,-100.7 --27.866,-100.7 --27.87,-100.7 --27.874,-100.7 --27.877,-100.71 --27.881,-100.71 --27.885,-100.71 --27.889,-100.71 --27.893,-100.72 --27.897,-100.72 --27.9,-100.72 --27.904,-100.73 --27.908,-100.73 --27.912,-100.73 --27.916,-100.73 --27.92,-100.74 --27.924,-100.74 --27.928,-100.74 --27.931,-100.75 --27.935,-100.75 --27.939,-100.75 --27.943,-100.75 --27.947,-100.76 --27.951,-100.76 --27.955,-100.76 --27.959,-100.76 --27.963,-100.77 --27.967,-100.77 --27.971,-100.77 --27.974,-100.78 --27.978,-100.78 --27.982,-100.78 --27.986,-100.78 --27.99,-100.79 --27.994,-100.79 --27.998,-100.79 --28.002,-100.8 --28.006,-100.8 --28.01,-100.8 --28.014,-100.8 --28.018,-100.81 --28.022,-100.81 --28.026,-100.81 --28.03,-100.81 --28.034,-100.82 --28.038,-100.82 --28.042,-100.82 --28.046,-100.83 --28.05,-100.83 --28.054,-100.83 --28.058,-100.83 --28.062,-100.84 --28.066,-100.84 --28.07,-100.84 --28.074,-100.85 --28.078,-100.85 --28.082,-100.85 --28.086,-100.85 --28.09,-100.86 --28.094,-100.86 --28.098,-100.86 --28.102,-100.86 --28.106,-100.87 --28.11,-100.87 --28.114,-100.87 --28.118,-100.88 --28.122,-100.88 --28.126,-100.88 --28.13,-100.88 --28.135,-100.89 --28.139,-100.89 --28.143,-100.89 --28.147,-100.89 --28.151,-100.9 --28.155,-100.9 --28.159,-100.9 --28.163,-100.91 --28.167,-100.91 --28.171,-100.91 --28.175,-100.91 --28.18,-100.92 --28.184,-100.92 --28.188,-100.92 --28.192,-100.93 --28.196,-100.93 --28.2,-100.93 --28.204,-100.93 --28.209,-100.94 --28.213,-100.94 --28.217,-100.94 --28.221,-100.94 --28.225,-100.95 --28.229,-100.95 --28.234,-100.95 --28.238,-100.96 --28.242,-100.96 --28.246,-100.96 --28.25,-100.96 --28.254,-100.97 --28.259,-100.97 --28.263,-100.97 --28.267,-100.97 --28.271,-100.98 --28.276,-100.98 --28.28,-100.98 --28.284,-100.99 --28.288,-100.99 --28.292,-100.99 --28.297,-100.99 --28.301,-101 --28.305,-101 --28.309,-101 --28.314,-101 --28.318,-101.01 --28.322,-101.01 --27.224,-99.468 --27.227,-99.469 --27.23,-99.47 --27.234,-99.471 --27.237,-99.472 --27.24,-99.473 --27.243,-99.474 --27.246,-99.476 --27.249,-99.477 --27.253,-99.478 --27.256,-99.479 --27.259,-99.48 --27.262,-99.481 --27.265,-99.482 --27.269,-99.483 --27.272,-99.484 --27.275,-99.485 --27.278,-99.486 --27.281,-99.487 --27.285,-99.488 --27.288,-99.489 --27.291,-99.49 --27.294,-99.491 --27.298,-99.493 --27.301,-99.494 --27.304,-99.495 --27.307,-99.496 --27.311,-99.497 --27.314,-99.498 --27.317,-99.499 --27.32,-99.5 --27.324,-99.501 --27.327,-99.502 --27.33,-99.503 --27.333,-99.504 --27.337,-99.505 --27.34,-99.506 --27.343,-99.507 --27.347,-99.508 --27.35,-99.509 --27.353,-99.51 --27.356,-99.511 --27.36,-99.512 --27.363,-99.513 --27.366,-99.514 --27.37,-99.515 --27.373,-99.516 --27.376,-99.517 --27.38,-99.518 --27.383,-99.519 --27.386,-99.52 --27.389,-99.521 --27.393,-99.522 --27.396,-99.523 --27.399,-99.524 --27.403,-99.525 --27.406,-99.526 --27.41,-99.527 --27.413,-99.528 --27.416,-99.529 --27.42,-99.53 --27.423,-99.531 --27.426,-99.532 --27.43,-99.533 --27.433,-99.534 --27.436,-99.535 --27.44,-99.536 --27.443,-99.537 --27.447,-99.538 --27.45,-99.539 --27.453,-99.539 --27.457,-99.54 --27.46,-99.541 --27.463,-99.542 --27.467,-99.543 --27.47,-99.544 --27.474,-99.545 --27.477,-99.546 --27.48,-99.547 --27.484,-99.548 --27.487,-99.549 --27.49,-99.55 --27.494,-99.551 --27.497,-99.552 --27.501,-99.552 --27.504,-99.553 --27.508,-99.554 --27.511,-99.555 --27.514,-99.556 --27.518,-99.557 --27.521,-99.558 --27.525,-99.559 --27.528,-99.56 --27.532,-99.561 --27.535,-99.562 --27.539,-99.563 --27.542,-99.563 --27.546,-99.564 --27.549,-99.565 --27.553,-99.566 --27.556,-99.567 --27.56,-99.568 --27.563,-99.569 --27.567,-99.57 --27.57,-99.571 --27.573,-99.572 --27.577,-99.572 --27.58,-99.573 --27.584,-99.574 --27.587,-99.575 --27.591,-99.576 --27.594,-99.577 --27.598,-99.578 --27.601,-99.579 --27.605,-99.579 --27.608,-99.58 --27.612,-99.581 --27.615,-99.582 --27.619,-99.583 --27.622,-99.584 --27.626,-99.584 --27.629,-99.585 --27.633,-99.586 --27.637,-99.587 --27.64,-99.588 --27.644,-99.589 --27.647,-99.589 --27.651,-99.59 --27.654,-99.591 --27.658,-99.592 --27.661,-99.593 --27.665,-99.594 --27.668,-99.595 --27.672,-99.595 --27.676,-99.596 --27.679,-99.597 --27.683,-99.598 --27.686,-99.599 --27.69,-99.599 --27.694,-99.6 --27.697,-99.601 --27.701,-99.602 --27.704,-99.603 --27.708,-99.604 --27.712,-99.604 --27.715,-99.605 --27.719,-99.606 --27.722,-99.607 --27.726,-99.607 --27.73,-99.608 --27.733,-99.609 --27.737,-99.61 --27.741,-99.611 --27.744,-99.611 --27.748,-99.612 --27.752,-99.613 --27.755,-99.614 --27.759,-99.614 --27.762,-99.615 --27.766,-99.616 --27.77,-99.617 --27.773,-99.617 --27.777,-99.618 --27.781,-99.619 --27.784,-99.62 --27.788,-99.62 --27.792,-99.621 --27.795,-99.622 --27.799,-99.623 --27.803,-99.623 --27.806,-99.624 --27.81,-99.625 --27.814,-99.626 --27.818,-99.626 --27.821,-99.627 --27.825,-99.628 --27.829,-99.628 --27.832,-99.629 --27.836,-99.63 --27.84,-99.631 --27.844,-99.631 --27.847,-99.632 --27.851,-99.633 --27.855,-99.633 --27.859,-99.634 --27.862,-99.635 --27.866,-99.636 --27.87,-99.636 --27.874,-99.637 --27.877,-99.638 --27.881,-99.638 --27.885,-99.639 --27.889,-99.64 --27.893,-99.641 --27.896,-99.641 --27.9,-99.642 --27.904,-99.643 --27.908,-99.643 --27.911,-99.644 --27.915,-99.645 --27.919,-99.645 --27.923,-99.646 --27.927,-99.647 --27.931,-99.647 --27.934,-99.648 --27.938,-99.649 --27.942,-99.649 --27.946,-99.65 --27.95,-99.651 --27.954,-99.651 --27.958,-99.652 --27.962,-99.653 --27.965,-99.653 --27.969,-99.654 --27.973,-99.655 --27.977,-99.655 --27.981,-99.656 --27.985,-99.656 --27.989,-99.657 --27.993,-99.658 --27.996,-99.658 --28,-99.659 --28.004,-99.66 --28.008,-99.66 --28.012,-99.661 --28.016,-99.661 --28.02,-99.662 --28.024,-99.663 --28.028,-99.663 --28.032,-99.664 --28.036,-99.664 --28.04,-99.665 --28.044,-99.666 --28.048,-99.666 --28.052,-99.667 --28.055,-99.667 --28.059,-99.668 --28.063,-99.668 --28.067,-99.669 --28.071,-99.67 diff --git a/original_submission/data/exp_cartracePsat.csv b/original_submission/data/exp_cartracePsat.csv deleted file mode 100644 index b7538a168fb68830bc82d80eef163532bccdcdf5..0000000000000000000000000000000000000000 --- a/original_submission/data/exp_cartracePsat.csv +++ /dev/null @@ -1,29849 +0,0 @@ -0,0 --1.9152e-06,1.1292e-05 --1.4341e-05,2.3023e-05 --3.1707e-05,1.7606e-05 --3.6409e-05,1.7349e-05 --3.4147e-05,2.7323e-05 --3.7991e-05,2.251e-05 --4.1912e-05,8.9137e-06 --3.93e-05,1.5012e-05 --4.1743e-05,2.6959e-05 --5.1417e-05,1.8216e-05 --5.3359e-05,7.6141e-06 --4.8299e-05,1.3519e-05 --4.8513e-05,1.5314e-05 --5.1824e-05,5.6552e-06 --5.1577e-05,7.6712e-06 --5.669e-05,1.5453e-05 --6.8109e-05,6.1909e-06 --7.092e-05,-5.3058e-06 --6.4723e-05,2.0125e-07 --6.508e-05,1.9729e-06 --7.1672e-05,-1.2599e-05 --7.1332e-05,-1.5385e-05 --6.8456e-05,-3.3021e-06 --7.1372e-05,-5.8411e-06 --7.2395e-05,-1.8177e-05 --6.6617e-05,-1.3722e-05 --6.5022e-05,-6.1369e-06 --6.7813e-05,-1.526e-05 --6.1199e-05,-1.9399e-05 --4.8156e-05,-8.8417e-06 --3.8822e-05,-8.1432e-06 --2.589e-05,-1.8887e-05 --2.8397e-06,-1.5385e-05 -1.7273e-05,-6.5227e-06 -2.9788e-05,-1.4602e-05 -4.8494e-05,-2.156e-05 -7.4124e-05,-1.017e-05 -9.4621e-05,-3.5478e-06 -0.00011261,-1.494e-05 -0.0001381,-1.7953e-05 -0.00016326,-8.6058e-06 -0.00018153,-1.0737e-05 -0.00020414,-1.6222e-05 -0.00023349,-5.0831e-06 -0.00025655,3.5173e-06 -0.00027703,-3.8369e-06 -0.00030951,2.3702e-08 -0.0003453,1.7267e-05 -0.00037202,1.9059e-05 -0.00040012,1.1814e-05 -0.00043906,2.1956e-05 -0.00047781,3.4289e-05 -0.00051335,2.8078e-05 -0.00055878,2.5082e-05 -0.00061157,3.6297e-05 -0.00066036,3.9246e-05 -0.00071201,3.4791e-05 -0.0007746,4.8735e-05 -0.00083529,6.8761e-05 -0.00089073,7.0898e-05 -0.00095764,7.5772e-05 -0.0010343,9.5799e-05 -0.0011035,0.00010442 -0.0011703,0.00010118 -0.0012481,0.00011823 -0.0013246,0.00014505 -0.0013911,0.00015097 -0.001463,0.00015376 -0.0015455,0.00017308 -0.0016241,0.00018687 -0.0016993,0.00018753 -0.0017831,0.00020046 -0.0018662,0.00022104 -0.0019423,0.00022501 -0.0020273,0.0002281 -0.0021252,0.00024966 -0.0022189,0.00026592 -0.0023084,0.0002632 -0.0024108,0.00027161 -0.0025219,0.00029375 -0.0026305,0.00030005 -0.0027439,0.00029994 -0.002867,0.00031771 -0.0029875,0.00033545 -0.0031048,0.00033791 -0.0032342,0.00035111 -0.0033727,0.00037861 -0.0035098,0.00039446 -0.0036542,0.00040376 -0.0038116,0.00042931 -0.0039665,0.00045677 -0.0041148,0.00046812 -0.0042719,0.0004868 -0.0044379,0.00052261 -0.0045988,0.00054704 -0.0047589,0.00055604 -0.0049298,0.00057784 -0.0051011,0.00060422 -0.0052667,0.0006132 -0.0054401,0.00062566 -0.0056204,0.00065372 -0.0057938,0.00067093 -0.0059673,0.00067325 -0.0061554,0.00068756 -0.0063474,0.00070622 -0.0065344,0.00070517 -0.0067276,0.00070226 -0.0069299,0.00071716 -0.0071279,0.00072593 -0.0073238,0.00071435 -0.055784,-0.21779 -0.056102,-0.21826 -0.056415,-0.21874 -0.056735,-0.21922 -0.057063,-0.21967 -0.057387,-0.22014 -0.057711,-0.22061 -0.05805,-0.22108 -0.058398,-0.22153 -0.05874,-0.222 -0.059087,-0.22248 -0.059448,-0.22293 -0.059811,-0.22338 -0.060171,-0.22385 -0.060544,-0.22431 -0.060928,-0.22476 -0.061308,-0.22522 -0.061693,-0.22569 -0.062089,-0.22614 -0.062483,-0.2266 -0.062873,-0.22707 -0.063275,-0.22754 -0.063688,-0.22799 -0.064093,-0.22846 -0.064498,-0.22895 -0.064919,-0.22942 -0.065342,-0.22988 -0.065761,-0.23037 -0.066189,-0.23085 -0.066627,-0.23132 -0.067059,-0.23179 -0.067492,-0.23228 -0.067939,-0.23275 -0.068388,-0.23322 -0.068834,-0.2337 -0.069292,-0.23418 -0.069763,-0.23464 -0.070231,-0.23511 -0.070699,-0.2356 -0.071186,-0.23606 -0.07168,-0.23652 -0.07217,-0.23699 -0.072668,-0.23747 -0.073178,-0.23792 -0.073687,-0.23838 -0.074197,-0.23885 -0.074722,-0.23931 -0.075251,-0.23977 -0.075775,-0.24024 -0.07631,-0.2407 -0.07686,-0.24115 -0.077405,-0.2416 -0.077947,-0.24208 -0.078503,-0.24254 -0.079067,-0.24298 -0.079626,-0.24345 -0.080191,-0.24391 -0.080767,-0.24436 -0.081341,-0.24482 -0.081913,-0.24528 -0.082498,-0.24574 -0.083092,-0.24619 -0.083683,-0.24665 -0.084279,-0.24712 -0.084887,-0.24757 -0.085495,-0.24803 -0.0861,-0.24851 -0.086717,-0.24897 -0.087344,-0.24942 -0.087969,-0.24988 -0.088597,-0.25036 -0.08924,-0.25082 -0.089887,-0.25128 -0.090533,-0.25175 -0.09119,-0.25221 -0.091857,-0.25266 -0.092523,-0.25312 -0.093197,-0.25359 -0.09389,-0.25404 -0.094587,-0.25449 -0.09528,-0.25495 -0.09598,-0.25541 -0.096694,-0.25585 -0.097406,-0.2563 -0.09812,-0.25677 -0.098847,-0.25723 -0.099582,-0.25767 -0.10031,-0.25814 -0.10106,-0.2586 -0.10181,-0.25905 -0.10256,-0.25949 -0.10331,-0.25995 -0.10408,-0.26041 -0.10485,-0.26086 -0.10562,-0.26132 -0.10639,-0.26179 -0.10718,-0.26224 -0.10796,-0.26268 -0.10875,-0.26315 -0.10955,-0.26361 -0.012499,-0.42505 -0.012487,-0.42688 -0.01248,-0.42871 -0.012485,-0.43053 -0.012489,-0.43234 -0.01249,-0.43416 -0.012504,-0.43599 -0.012535,-0.43779 -0.012567,-0.4396 -0.012601,-0.44142 -0.012645,-0.44324 -0.012695,-0.44504 -0.012746,-0.44685 -0.012807,-0.44868 -0.012884,-0.45049 -0.012967,-0.45229 -0.013053,-0.45411 -0.013151,-0.45593 -0.013259,-0.45773 -0.013366,-0.45953 -0.013482,-0.46135 -0.013613,-0.46316 -0.013748,-0.46497 -0.013881,-0.46679 -0.014025,-0.46861 -0.01418,-0.47041 -0.014334,-0.47222 -0.01449,-0.47404 -0.014659,-0.47586 -0.014836,-0.47766 -0.015014,-0.47948 -0.015202,-0.4813 -0.015401,-0.4831 -0.015597,-0.4849 -0.015793,-0.48672 -0.016007,-0.48853 -0.016235,-0.49033 -0.016463,-0.49214 -0.016699,-0.49397 -0.016947,-0.49577 -0.017198,-0.49757 -0.017451,-0.49938 -0.017719,-0.5012 -0.018002,-0.503 -0.018288,-0.50481 -0.018581,-0.50663 -0.018889,-0.50844 -0.019201,-0.51023 -0.019513,-0.51204 -0.01984,-0.51385 -0.020183,-0.51565 -0.020528,-0.51745 -0.020876,-0.51927 -0.021238,-0.52108 -0.021608,-0.52287 -0.021977,-0.52468 -0.022354,-0.5265 -0.022744,-0.5283 -0.023139,-0.53011 -0.023537,-0.53193 -0.023949,-0.53375 -0.024369,-0.53555 -0.024788,-0.53736 -0.025214,-0.53918 -0.025657,-0.54099 -0.026107,-0.54278 -0.026556,-0.5446 -0.027015,-0.54641 -0.027486,-0.54821 -0.027962,-0.55001 -0.028445,-0.55183 -0.028942,-0.55365 -0.029448,-0.55545 -0.029959,-0.55726 -0.030481,-0.55908 -0.031018,-0.56089 -0.031564,-0.5627 -0.032118,-0.56451 -0.032686,-0.56634 -0.033266,-0.56815 -0.033852,-0.56995 -0.034447,-0.57177 -0.035054,-0.57359 -0.035674,-0.57539 -0.036303,-0.57719 -0.03694,-0.57901 -0.037584,-0.58082 -0.038236,-0.58262 -0.0389,-0.58442 -0.039573,-0.58624 -0.040253,-0.58805 -0.040943,-0.58985 -0.041646,-0.59168 -0.04236,-0.5935 -0.043082,-0.59532 -0.043811,-0.59713 -0.044548,-0.59897 -0.045292,-0.6008 -0.046046,-0.60262 -0.046811,-0.60445 -0.0098137,-0.56717 -0.010375,-0.56878 -0.01094,-0.57038 -0.011514,-0.57198 -0.012101,-0.57358 -0.012699,-0.57517 -0.013306,-0.57676 -0.013929,-0.57836 -0.01457,-0.57994 -0.015219,-0.58151 -0.015874,-0.58309 -0.016546,-0.58468 -0.017237,-0.58625 -0.017935,-0.58784 -0.018644,-0.58945 -0.01937,-0.59104 -0.020105,-0.59264 -0.020847,-0.59425 -0.021607,-0.59586 -0.022383,-0.59746 -0.023164,-0.59906 -0.023955,-0.60068 -0.024765,-0.60228 -0.025585,-0.60388 -0.026402,-0.60549 -0.02723,-0.6071 -0.028071,-0.60869 -0.028911,-0.61028 -0.029754,-0.61189 -0.030613,-0.6135 -0.031482,-0.61509 -0.032352,-0.6167 -0.033237,-0.61832 -0.034141,-0.61991 -0.035049,-0.62151 -0.035963,-0.62313 -0.036902,-0.62473 -0.037858,-0.62633 -0.038818,-0.62794 -0.039793,-0.62956 -0.040788,-0.63116 -0.041787,-0.63276 -0.042789,-0.63438 -0.043812,-0.636 -0.044854,-0.63761 -0.045902,-0.63923 -0.046965,-0.64086 -0.048046,-0.64246 -0.049129,-0.64406 -0.050217,-0.64568 -0.051329,-0.64728 -0.052457,-0.64887 -0.053587,-0.65048 -0.054727,-0.65209 -0.055884,-0.65368 -0.057046,-0.65527 -0.05821,-0.65688 -0.05939,-0.65848 -0.060586,-0.66008 -0.061787,-0.66169 -0.063,-0.66331 -0.064231,-0.66491 -0.06547,-0.66651 -0.066714,-0.66813 -0.067982,-0.66975 -0.069268,-0.67135 -0.070559,-0.67298 -0.071865,-0.67461 -0.073194,-0.67621 -0.074533,-0.67782 -0.075878,-0.67945 -0.077242,-0.68107 -0.078625,-0.68268 -0.080013,-0.6843 -0.08141,-0.68593 -0.082826,-0.68754 -0.084248,-0.68915 -0.085675,-0.69077 -0.087121,-0.69238 -0.088587,-0.69398 -0.090059,-0.69559 -0.091541,-0.69722 -0.093044,-0.69882 -0.094559,-0.70042 -0.09608,-0.70204 -0.097618,-0.70366 -0.099176,-0.70527 -0.10074,-0.70689 -0.10232,-0.70852 -0.10391,-0.71014 -0.10552,-0.71175 -0.10713,-0.71338 -0.10876,-0.71502 -0.11041,-0.71664 -0.11208,-0.71827 -0.11375,-0.71991 -0.11544,-0.72154 -0.11714,-0.72317 -0.11886,-0.7248 -0.12058,-0.72644 -0.038443,-0.76356 -0.039837,-0.76534 -0.04124,-0.76714 -0.04266,-0.76892 -0.044094,-0.77069 -0.045534,-0.77248 -0.046988,-0.77427 -0.048465,-0.77604 -0.049953,-0.77782 -0.051446,-0.77961 -0.052957,-0.7814 -0.054487,-0.78318 -0.056025,-0.78496 -0.057575,-0.78676 -0.059147,-0.78855 -0.060732,-0.79033 -0.062326,-0.79213 -0.063937,-0.79392 -0.065566,-0.7957 -0.067201,-0.79749 -0.068847,-0.79929 -0.070517,-0.80108 -0.072202,-0.80285 -0.073892,-0.80464 -0.075595,-0.80644 -0.077318,-0.80822 -0.079049,-0.80999 -0.080789,-0.81179 -0.082551,-0.81358 -0.084331,-0.81537 -0.086122,-0.81716 -0.087929,-0.81896 -0.089758,-0.82074 -0.091595,-0.82252 -0.093441,-0.82431 -0.09531,-0.8261 -0.097198,-0.82787 -0.099094,-0.82965 -0.101,-0.83145 -0.10293,-0.83323 -0.10486,-0.835 -0.10681,-0.83678 -0.10877,-0.83857 -0.11075,-0.84035 -0.11275,-0.84212 -0.11476,-0.84391 -0.11679,-0.84569 -0.11884,-0.84745 -0.12089,-0.84922 -0.12295,-0.85099 -0.12505,-0.85276 -0.12715,-0.85452 -0.12927,-0.85629 -0.1314,-0.85806 -0.13355,-0.85982 -0.13571,-0.86157 -0.13788,-0.86335 -0.14008,-0.86511 -0.1423,-0.86687 -0.14452,-0.86863 -0.14676,-0.8704 -0.14902,-0.87215 -0.15129,-0.8739 -0.15358,-0.87567 -0.15588,-0.87743 -0.15821,-0.87917 -0.16054,-0.88092 -0.16289,-0.88269 -0.16526,-0.88444 -0.16764,-0.88619 -0.17003,-0.88795 -0.17244,-0.88971 -0.17487,-0.89146 -0.17731,-0.89321 -0.17977,-0.89496 -0.18225,-0.89671 -0.18475,-0.89844 -0.18725,-0.90019 -0.18978,-0.90194 -0.19233,-0.90367 -0.19489,-0.90541 -0.19746,-0.90716 -0.20006,-0.9089 -0.20267,-0.91062 -0.2053,-0.91235 -0.20794,-0.9141 -0.21061,-0.91582 -0.21329,-0.91755 -0.216,-0.91928 -0.21872,-0.92101 -0.22147,-0.92272 -0.22422,-0.92444 -0.22698,-0.92617 -0.22978,-0.92788 -0.23259,-0.92959 -0.23541,-0.93131 -0.23825,-0.93304 -0.24111,-0.93474 -0.24399,-0.93644 -0.24688,-0.93815 -0.099354,-0.84338 -0.10175,-0.84473 -0.10415,-0.84609 -0.10658,-0.84745 -0.10903,-0.8488 -0.11149,-0.85014 -0.11396,-0.8515 -0.11646,-0.85284 -0.11898,-0.85418 -0.12151,-0.85551 -0.12405,-0.85686 -0.12661,-0.8582 -0.1292,-0.85952 -0.1318,-0.86086 -0.13442,-0.8622 -0.13706,-0.86353 -0.13971,-0.86485 -0.14237,-0.86619 -0.14506,-0.86752 -0.14777,-0.86883 -0.15049,-0.87016 -0.15323,-0.87149 -0.15599,-0.8728 -0.15877,-0.87411 -0.16155,-0.87544 -0.16437,-0.87677 -0.1672,-0.87808 -0.17004,-0.87939 -0.17291,-0.88072 -0.1758,-0.88203 -0.1787,-0.88333 -0.18162,-0.88465 -0.18456,-0.88596 -0.18753,-0.88725 -0.1905,-0.88854 -0.1935,-0.88985 -0.19652,-0.89115 -0.19956,-0.89244 -0.20261,-0.89373 -0.20568,-0.89503 -0.20878,-0.89632 -0.21189,-0.8976 -0.21502,-0.89889 -0.21817,-0.90019 -0.22134,-0.90148 -0.22452,-0.90276 -0.22772,-0.90406 -0.23094,-0.90534 -0.23418,-0.90662 -0.23743,-0.90791 -0.24071,-0.9092 -0.24401,-0.91048 -0.24732,-0.91175 -0.25065,-0.91304 -0.254,-0.91432 -0.25737,-0.91559 -0.26075,-0.91686 -0.26415,-0.91815 -0.26757,-0.91942 -0.27102,-0.92069 -0.27448,-0.92197 -0.27796,-0.92325 -0.28147,-0.92451 -0.28499,-0.92577 -0.28852,-0.92705 -0.29209,-0.92832 -0.29567,-0.92957 -0.29927,-0.93084 -0.30289,-0.93211 -0.30654,-0.93336 -0.31019,-0.9346 -0.31387,-0.93586 -0.31757,-0.93713 -0.32129,-0.93838 -0.32503,-0.93963 -0.32879,-0.94089 -0.33257,-0.94214 -0.33637,-0.94338 -0.34018,-0.94463 -0.34402,-0.94588 -0.34788,-0.94712 -0.35176,-0.94837 -0.35566,-0.94962 -0.35958,-0.95087 -0.36352,-0.9521 -0.36746,-0.95334 -0.37143,-0.95458 -0.37542,-0.95582 -0.37943,-0.95706 -0.38346,-0.95831 -0.38751,-0.95955 -0.39157,-0.96078 -0.39565,-0.96201 -0.39976,-0.96325 -0.40389,-0.96449 -0.40804,-0.96571 -0.41222,-0.96695 -0.41641,-0.9682 -0.42063,-0.96942 -0.42486,-0.97064 -0.19451,-0.86651 -0.19801,-0.86739 -0.20154,-0.86825 -0.20508,-0.86912 -0.20864,-0.86999 -0.21223,-0.87085 -0.21583,-0.8717 -0.21945,-0.87257 -0.2231,-0.87343 -0.22677,-0.87427 -0.23046,-0.87512 -0.23416,-0.87598 -0.23789,-0.87683 -0.24165,-0.87766 -0.24541,-0.87851 -0.2492,-0.87936 -0.25302,-0.8802 -0.25685,-0.88104 -0.26071,-0.8819 -0.26459,-0.88274 -0.26848,-0.88357 -0.27239,-0.88441 -0.27632,-0.88526 -0.28029,-0.88609 -0.28427,-0.88691 -0.28827,-0.88776 -0.29229,-0.88859 -0.29634,-0.88941 -0.3004,-0.89022 -0.30448,-0.89105 -0.30858,-0.89187 -0.31272,-0.89268 -0.31687,-0.89351 -0.32105,-0.89433 -0.32524,-0.89513 -0.32946,-0.89593 -0.33369,-0.89675 -0.33795,-0.89756 -0.34224,-0.89835 -0.34655,-0.89916 -0.35088,-0.89997 -0.35523,-0.90076 -0.3596,-0.90155 -0.36399,-0.90235 -0.36841,-0.90315 -0.37286,-0.90394 -0.37732,-0.90473 -0.3818,-0.90553 -0.38631,-0.90632 -0.39085,-0.90709 -0.39539,-0.90788 -0.39997,-0.90867 -0.40458,-0.90944 -0.40921,-0.91021 -0.41385,-0.911 -0.41852,-0.91177 -0.42322,-0.91253 -0.42792,-0.9133 -0.43266,-0.91408 -0.43742,-0.91484 -0.4422,-0.9156 -0.447,-0.91638 -0.45183,-0.91715 -0.45668,-0.9179 -0.46155,-0.91866 -0.46644,-0.91943 -0.47136,-0.92018 -0.47631,-0.92093 -0.48128,-0.9217 -0.48627,-0.92245 -0.49129,-0.92319 -0.49632,-0.92393 -0.50138,-0.92468 -0.50646,-0.92542 -0.51157,-0.92614 -0.5167,-0.92688 -0.52185,-0.92761 -0.52703,-0.92833 -0.53222,-0.92904 -0.53744,-0.92976 -0.54268,-0.93047 -0.54796,-0.93117 -0.55325,-0.93188 -0.55856,-0.9326 -0.5639,-0.93331 -0.56927,-0.934 -0.57464,-0.93471 -0.58005,-0.93541 -0.58549,-0.9361 -0.59094,-0.93679 -0.59642,-0.93749 -0.60193,-0.93818 -0.60747,-0.93887 -0.61302,-0.93956 -0.61861,-0.94026 -0.62422,-0.94094 -0.62985,-0.94162 -0.63551,-0.94232 -0.64119,-0.943 -0.6469,-0.94367 -0.31538,-0.8005 -0.32001,-0.80069 -0.32467,-0.80087 -0.32935,-0.80105 -0.33405,-0.80124 -0.33878,-0.80142 -0.34354,-0.80158 -0.3483,-0.80174 -0.3531,-0.80192 -0.35792,-0.80207 -0.36276,-0.80223 -0.36762,-0.8024 -0.37251,-0.80256 -0.37743,-0.8027 -0.38236,-0.80285 -0.38731,-0.80301 -0.3923,-0.80316 -0.39731,-0.8033 -0.40234,-0.80345 -0.4074,-0.8036 -0.41249,-0.80373 -0.41759,-0.80385 -0.42272,-0.80399 -0.42787,-0.80412 -0.43306,-0.80423 -0.43826,-0.80436 -0.44349,-0.80449 -0.44874,-0.8046 -0.45402,-0.80471 -0.45931,-0.80483 -0.46464,-0.80495 -0.46999,-0.80505 -0.47536,-0.80515 -0.48075,-0.80527 -0.48618,-0.80536 -0.49162,-0.80545 -0.49709,-0.80556 -0.50258,-0.80566 -0.50811,-0.80574 -0.51366,-0.80582 -0.51923,-0.80592 -0.52483,-0.806 -0.53045,-0.80606 -0.53609,-0.80614 -0.54176,-0.80622 -0.54746,-0.80628 -0.55318,-0.80635 -0.55893,-0.80642 -0.56471,-0.80649 -0.57051,-0.80654 -0.57634,-0.80661 -0.58219,-0.80667 -0.58808,-0.80672 -0.59399,-0.80677 -0.59992,-0.80683 -0.60588,-0.80688 -0.61187,-0.80691 -0.61788,-0.80696 -0.62391,-0.80701 -0.62998,-0.80705 -0.63607,-0.80708 -0.64218,-0.80712 -0.64833,-0.80716 -0.65451,-0.80718 -0.66071,-0.8072 -0.66693,-0.80723 -0.67318,-0.80725 -0.67947,-0.80726 -0.68577,-0.80729 -0.6921,-0.80732 -0.69847,-0.80732 -0.70485,-0.80733 -0.71126,-0.80735 -0.7177,-0.80735 -0.72417,-0.80735 -0.73066,-0.80736 -0.73718,-0.80737 -0.74374,-0.80736 -0.7503,-0.80735 -0.7569,-0.80735 -0.76353,-0.80734 -0.77019,-0.80732 -0.77687,-0.80731 -0.78357,-0.80731 -0.79031,-0.80728 -0.79706,-0.80725 -0.80383,-0.80724 -0.81064,-0.80722 -0.81748,-0.80718 -0.82434,-0.80716 -0.83123,-0.80714 -0.83815,-0.80709 -0.84509,-0.80705 -0.85206,-0.80703 -0.85907,-0.80699 -0.8661,-0.80694 -0.87315,-0.8069 -0.88023,-0.80687 -0.88735,-0.80681 -0.89448,-0.80674 -0.47411,-0.67804 -0.47983,-0.67752 -0.48557,-0.67698 -0.49133,-0.67646 -0.49712,-0.67593 -0.50294,-0.67538 -0.50878,-0.67482 -0.51463,-0.67428 -0.52052,-0.67372 -0.52644,-0.67315 -0.53238,-0.6726 -0.53834,-0.67205 -0.54433,-0.67147 -0.55034,-0.67089 -0.55636,-0.67033 -0.56242,-0.66976 -0.56851,-0.66917 -0.57461,-0.6686 -0.58075,-0.66803 -0.58691,-0.66744 -0.5931,-0.66684 -0.5993,-0.66626 -0.60554,-0.66567 -0.61181,-0.66506 -0.6181,-0.66446 -0.62441,-0.66386 -0.63075,-0.66324 -0.63712,-0.66262 -0.6435,-0.662 -0.64992,-0.66139 -0.65636,-0.66075 -0.66283,-0.66012 -0.66932,-0.6595 -0.67584,-0.65886 -0.68239,-0.65821 -0.68896,-0.65757 -0.69556,-0.65692 -0.70219,-0.65626 -0.70885,-0.6556 -0.71552,-0.65496 -0.72223,-0.6543 -0.72897,-0.65363 -0.73573,-0.65296 -0.74251,-0.65231 -0.74933,-0.65164 -0.75618,-0.65096 -0.76304,-0.6503 -0.76994,-0.64963 -0.77686,-0.64894 -0.7838,-0.64825 -0.79076,-0.64758 -0.79777,-0.64688 -0.8048,-0.64619 -0.81185,-0.6455 -0.81893,-0.64481 -0.82604,-0.6441 -0.83317,-0.64339 -0.84032,-0.64269 -0.84751,-0.64198 -0.85473,-0.64126 -0.86197,-0.64056 -0.86925,-0.63985 -0.87655,-0.63911 -0.88388,-0.63839 -0.89123,-0.63767 -0.89862,-0.63693 -0.90603,-0.63618 -0.91346,-0.63545 -0.92093,-0.63471 -0.92842,-0.63395 -0.93594,-0.63319 -0.94348,-0.63245 -0.95106,-0.63169 -0.95866,-0.63091 -0.96628,-0.63014 -0.97394,-0.62938 -0.98163,-0.62859 -0.98934,-0.62781 -0.99707,-0.62704 -1.0048,-0.62626 -1.0126,-0.62545 -1.0205,-0.62466 -1.0283,-0.62388 -1.0362,-0.62307 -1.0441,-0.62226 -1.052,-0.62146 -1.06,-0.62066 -1.068,-0.61983 -1.076,-0.61901 -1.084,-0.6182 -1.0921,-0.61736 -1.1002,-0.61652 -1.1083,-0.61569 -1.1165,-0.61485 -1.1247,-0.61399 -1.1329,-0.61313 -1.1411,-0.61229 -1.1494,-0.61143 -1.1577,-0.61056 -1.166,-0.6097 -0.6378,-0.5236 -0.6443,-0.52241 -0.65082,-0.52121 -0.65736,-0.52002 -0.66393,-0.51882 -0.67053,-0.5176 -0.67714,-0.51639 -0.68378,-0.51519 -0.69045,-0.51396 -0.69715,-0.51273 -0.70386,-0.51151 -0.71061,-0.51027 -0.71738,-0.50902 -0.72416,-0.50777 -0.73098,-0.50653 -0.73782,-0.50528 -0.74469,-0.50402 -0.75158,-0.50278 -0.7585,-0.50152 -0.76545,-0.50025 -0.77241,-0.49897 -0.77939,-0.49771 -0.78641,-0.49643 -0.79345,-0.49514 -0.80052,-0.49386 -0.80761,-0.49259 -0.81473,-0.49129 -0.82187,-0.48998 -0.82903,-0.48869 -0.83622,-0.4874 -0.84344,-0.48609 -0.85068,-0.48479 -0.85795,-0.48349 -0.86525,-0.48218 -0.87257,-0.48086 -0.87991,-0.47955 -0.88728,-0.47823 -0.89468,-0.47689 -0.9021,-0.47556 -0.90954,-0.47424 -0.91701,-0.47289 -0.92451,-0.47153 -0.93203,-0.47019 -0.93958,-0.46884 -0.94716,-0.46747 -0.95476,-0.4661 -0.96239,-0.46474 -0.97005,-0.46336 -0.97773,-0.46197 -0.98543,-0.4606 -0.99317,-0.45921 -1.0009,-0.45781 -1.0087,-0.4564 -1.0165,-0.45501 -1.0244,-0.45361 -1.0323,-0.45219 -1.0402,-0.45077 -1.0481,-0.44937 -1.056,-0.44794 -1.064,-0.44651 -1.072,-0.44509 -1.0801,-0.44365 -1.0881,-0.44221 -1.0962,-0.44077 -1.1043,-0.43934 -1.1125,-0.43788 -1.1207,-0.43642 -1.1288,-0.43498 -1.1371,-0.43353 -1.1453,-0.43205 -1.1536,-0.43059 -1.1619,-0.42913 -1.1702,-0.42766 -1.1786,-0.42619 -1.187,-0.42472 -1.1954,-0.42325 -1.2038,-0.42176 -1.2123,-0.42028 -1.2208,-0.4188 -1.2293,-0.4173 -1.2379,-0.4158 -1.2464,-0.41431 -1.255,-0.41282 -1.2637,-0.4113 -1.2723,-0.40978 -1.281,-0.40828 -1.2897,-0.40676 -1.2985,-0.40523 -1.3073,-0.40371 -1.3161,-0.40218 -1.3249,-0.40064 -1.3337,-0.39909 -1.3426,-0.39755 -1.3515,-0.396 -1.3605,-0.39444 -1.3695,-0.39289 -1.3785,-0.39134 -1.3875,-0.38976 -1.3966,-0.38818 -1.4056,-0.38662 -0.78393,-0.41489 -0.79087,-0.41341 -0.79783,-0.41193 -0.80481,-0.41045 -0.81183,-0.40896 -0.81886,-0.40745 -0.82591,-0.40597 -0.833,-0.40447 -0.84012,-0.40295 -0.84726,-0.40145 -0.85442,-0.39995 -0.86162,-0.39843 -0.86883,-0.3969 -0.87606,-0.39539 -0.88332,-0.39387 -0.89061,-0.39235 -0.89793,-0.39082 -0.90527,-0.38931 -0.91264,-0.38778 -0.92004,-0.38624 -0.92745,-0.38471 -0.93489,-0.38318 -0.94237,-0.38163 -0.94986,-0.38008 -0.95738,-0.37855 -0.96492,-0.37699 -0.97249,-0.37542 -0.98008,-0.37387 -0.9877,-0.37232 -0.99535,-0.37074 -1.003,-0.36917 -1.0107,-0.36761 -1.0184,-0.36602 -1.0262,-0.36443 -1.034,-0.36285 -1.0418,-0.36127 -1.0496,-0.35967 -1.0575,-0.35807 -1.0654,-0.35648 -1.0733,-0.35488 -1.0812,-0.35326 -1.0892,-0.35166 -1.0972,-0.35006 -1.1052,-0.34844 -1.1133,-0.34682 -1.1213,-0.34522 -1.1294,-0.34361 -1.1376,-0.34197 -1.1457,-0.34035 -1.1539,-0.33873 -1.1622,-0.33709 -1.1704,-0.33545 -1.1787,-0.33383 -1.187,-0.33219 -1.1953,-0.33053 -1.2037,-0.32888 -1.2121,-0.32725 -1.2205,-0.32559 -1.229,-0.32393 -1.2374,-0.32228 -1.246,-0.32062 -1.2545,-0.31894 -1.2631,-0.31727 -1.2716,-0.31561 -1.2803,-0.31391 -1.2889,-0.31223 -1.2976,-0.31055 -1.3063,-0.30886 -1.315,-0.30715 -1.3238,-0.30545 -1.3325,-0.30376 -1.3414,-0.30205 -1.3502,-0.30033 -1.3591,-0.29863 -1.3679,-0.29692 -1.3769,-0.2952 -1.3858,-0.29349 -1.3948,-0.29178 -1.4038,-0.29005 -1.4128,-0.28832 -1.4219,-0.28661 -1.431,-0.28488 -1.4401,-0.28313 -1.4492,-0.28139 -1.4584,-0.27966 -1.4676,-0.27791 -1.4768,-0.27616 -1.4861,-0.27442 -1.4954,-0.27267 -1.5047,-0.2709 -1.514,-0.26915 -1.5234,-0.26739 -1.5328,-0.26561 -1.5423,-0.26383 -1.5517,-0.26206 -1.5612,-0.26028 -1.5707,-0.25848 -1.5803,-0.25669 -1.5899,-0.25491 -1.5995,-0.25311 -0.94118,-0.40731 -0.94857,-0.40606 -0.95599,-0.40479 -0.96344,-0.40351 -0.9709,-0.40224 -0.97839,-0.40098 -0.98592,-0.39969 -0.99347,-0.39841 -1.001,-0.39715 -1.0086,-0.39587 -1.0163,-0.39457 -1.0239,-0.39328 -1.0316,-0.39201 -1.0393,-0.39071 -1.047,-0.38942 -1.0547,-0.38814 -1.0625,-0.38684 -1.0703,-0.38553 -1.0781,-0.38424 -1.086,-0.38294 -1.0939,-0.38163 -1.1018,-0.38031 -1.1097,-0.37901 -1.1176,-0.3777 -1.1256,-0.37636 -1.1336,-0.37504 -1.1417,-0.37372 -1.1497,-0.37239 -1.1578,-0.37105 -1.1659,-0.36972 -1.1741,-0.36838 -1.1822,-0.36703 -1.1904,-0.36569 -1.1986,-0.36435 -1.2069,-0.36299 -1.2152,-0.36164 -1.2235,-0.3603 -1.2318,-0.35894 -1.2401,-0.35756 -1.2485,-0.35621 -1.2569,-0.35485 -1.2654,-0.35347 -1.2738,-0.3521 -1.2823,-0.35074 -1.2908,-0.34936 -1.2993,-0.34797 -1.3079,-0.34659 -1.3165,-0.3452 -1.3251,-0.3438 -1.3337,-0.3424 -1.3424,-0.34101 -1.3511,-0.33961 -1.3598,-0.33819 -1.3686,-0.33679 -1.3773,-0.33539 -1.3862,-0.33397 -1.395,-0.33256 -1.4038,-0.33116 -1.4127,-0.32974 -1.4217,-0.32831 -1.4306,-0.32689 -1.4396,-0.32546 -1.4486,-0.32401 -1.4576,-0.32257 -1.4666,-0.32113 -1.4757,-0.31968 -1.4848,-0.31822 -1.4939,-0.31678 -1.5031,-0.31533 -1.5123,-0.31386 -1.5215,-0.3124 -1.5307,-0.31095 -1.54,-0.30947 -1.5493,-0.308 -1.5586,-0.30653 -1.568,-0.30507 -1.5774,-0.30358 -1.5868,-0.3021 -1.5962,-0.30063 -1.6057,-0.29913 -1.6151,-0.29763 -1.6247,-0.29615 -1.6342,-0.29466 -1.6438,-0.29316 -1.6534,-0.29166 -1.663,-0.29017 -1.6726,-0.28866 -1.6823,-0.28715 -1.692,-0.28565 -1.7018,-0.28413 -1.7115,-0.28261 -1.7213,-0.28109 -1.7311,-0.27958 -1.741,-0.27804 -1.7508,-0.2765 -1.7607,-0.27497 -1.7707,-0.27344 -1.7806,-0.27189 -1.7906,-0.27035 -1.8006,-0.26881 -1.1086,-0.41248 -1.1164,-0.41139 -1.1241,-0.41032 -1.132,-0.40923 -1.1398,-0.40813 -1.1477,-0.40705 -1.1556,-0.40597 -1.1635,-0.40487 -1.1715,-0.40376 -1.1794,-0.40267 -1.1874,-0.40158 -1.1955,-0.40046 -1.2035,-0.39936 -1.2116,-0.39826 -1.2197,-0.39715 -1.2278,-0.39603 -1.236,-0.39492 -1.2442,-0.3938 -1.2524,-0.39266 -1.2606,-0.39154 -1.2688,-0.39042 -1.2771,-0.38927 -1.2854,-0.38813 -1.2938,-0.387 -1.3021,-0.38586 -1.3105,-0.3847 -1.3189,-0.38356 -1.3273,-0.38241 -1.3358,-0.38125 -1.3443,-0.38008 -1.3528,-0.37893 -1.3613,-0.37777 -1.3699,-0.37659 -1.3785,-0.37543 -1.3871,-0.37427 -1.3958,-0.37308 -1.4045,-0.37189 -1.4131,-0.37071 -1.4219,-0.36952 -1.4306,-0.36832 -1.4394,-0.36712 -1.4482,-0.36593 -1.457,-0.36471 -1.4659,-0.3635 -1.4747,-0.36229 -1.4836,-0.36108 -1.4926,-0.35985 -1.5015,-0.35863 -1.5105,-0.35741 -1.5195,-0.35617 -1.5286,-0.35493 -1.5376,-0.3537 -1.5467,-0.35246 -1.5558,-0.35121 -1.565,-0.34996 -1.5741,-0.34872 -1.5833,-0.34746 -1.5926,-0.34619 -1.6018,-0.34494 -1.6111,-0.34368 -1.6204,-0.3424 -1.6297,-0.34112 -1.6391,-0.33985 -1.6485,-0.33857 -1.6579,-0.33727 -1.6673,-0.33598 -1.6768,-0.3347 -1.6863,-0.3334 -1.6958,-0.3321 -1.7054,-0.33081 -1.715,-0.32951 -1.7246,-0.32819 -1.7342,-0.32689 -1.7438,-0.32558 -1.7535,-0.32425 -1.7632,-0.32292 -1.773,-0.32161 -1.7827,-0.32028 -1.7925,-0.31893 -1.8023,-0.31759 -1.8122,-0.31626 -1.822,-0.31491 -1.8319,-0.31357 -1.8418,-0.31223 -1.8518,-0.31089 -1.8618,-0.30953 -1.8718,-0.30817 -1.8818,-0.30682 -1.8919,-0.30545 -1.902,-0.30407 -1.9121,-0.30271 -1.9222,-0.30135 -1.9324,-0.29996 -1.9426,-0.29857 -1.9529,-0.29719 -1.9631,-0.2958 -1.9734,-0.2944 -1.9838,-0.29302 -1.9941,-0.29162 -2.0045,-0.29021 -1.2851,-0.36432 -1.2933,-0.36315 -1.3014,-0.36197 -1.3097,-0.36078 -1.3179,-0.3596 -1.3262,-0.35842 -1.3344,-0.35723 -1.3427,-0.35603 -1.3511,-0.35485 -1.3594,-0.35365 -1.3678,-0.35244 -1.3762,-0.35124 -1.3847,-0.35003 -1.3931,-0.34881 -1.4016,-0.34759 -1.4102,-0.34637 -1.4187,-0.34516 -1.4273,-0.34392 -1.4359,-0.34269 -1.4445,-0.34148 -1.4531,-0.34024 -1.4618,-0.33899 -1.4705,-0.33775 -1.4792,-0.33651 -1.488,-0.33526 -1.4968,-0.33401 -1.5056,-0.33277 -1.5144,-0.33151 -1.5233,-0.33024 -1.5321,-0.32898 -1.541,-0.32772 -1.55,-0.32644 -1.559,-0.32516 -1.568,-0.3239 -1.577,-0.32262 -1.5861,-0.32132 -1.5951,-0.32003 -1.6042,-0.31874 -1.6133,-0.31744 -1.6225,-0.31613 -1.6317,-0.31484 -1.6409,-0.31354 -1.6501,-0.31221 -1.6594,-0.31089 -1.6687,-0.30958 -1.678,-0.30825 -1.6873,-0.30691 -1.6967,-0.30559 -1.7061,-0.30427 -1.7155,-0.30292 -1.7249,-0.30158 -1.7344,-0.30025 -1.7439,-0.29891 -1.7534,-0.29755 -1.7629,-0.29619 -1.7725,-0.29484 -1.7821,-0.29347 -1.7917,-0.2921 -1.8014,-0.29074 -1.8111,-0.28937 -1.8208,-0.28798 -1.8305,-0.2866 -1.8403,-0.28523 -1.8501,-0.28384 -1.8599,-0.28244 -1.8697,-0.28106 -1.8796,-0.27967 -1.8895,-0.27826 -1.8994,-0.27686 -1.9094,-0.27546 -1.9193,-0.27405 -1.9293,-0.27263 -1.9394,-0.27123 -1.9494,-0.26981 -1.9595,-0.26838 -1.9696,-0.26696 -1.9798,-0.26554 -1.9899,-0.26412 -2.0001,-0.26268 -2.0103,-0.26126 -2.0206,-0.25984 -2.0309,-0.2584 -2.0412,-0.25696 -2.0515,-0.25554 -2.0618,-0.2541 -2.0722,-0.25265 -2.0826,-0.25121 -2.0931,-0.24977 -2.1035,-0.24831 -2.114,-0.24685 -2.1245,-0.24541 -2.1351,-0.24395 -2.1457,-0.24248 -2.1563,-0.24103 -2.1669,-0.23958 -2.1776,-0.23811 -2.1883,-0.23664 -2.199,-0.23519 -2.2097,-0.23372 -2.2205,-0.23223 -1.4434,-0.33223 -1.4518,-0.33106 -1.4603,-0.32987 -1.4688,-0.32869 -1.4774,-0.32753 -1.486,-0.32635 -1.4946,-0.32515 -1.5032,-0.32397 -1.5118,-0.32278 -1.5205,-0.32159 -1.5292,-0.32039 -1.5379,-0.3192 -1.5467,-0.31801 -1.5554,-0.31679 -1.5642,-0.3156 -1.573,-0.3144 -1.5819,-0.31318 -1.5908,-0.31196 -1.5996,-0.31076 -1.6086,-0.30955 -1.6175,-0.30832 -1.6265,-0.3071 -1.6355,-0.3059 -1.6445,-0.30467 -1.6536,-0.30344 -1.6626,-0.30223 -1.6718,-0.301 -1.6809,-0.29976 -1.69,-0.29854 -1.6992,-0.29731 -1.7084,-0.29607 -1.7177,-0.29484 -1.727,-0.29362 -1.7363,-0.29238 -1.7456,-0.29113 -1.7549,-0.28989 -1.7643,-0.28866 -1.7737,-0.28741 -1.7831,-0.28617 -1.7925,-0.28494 -1.802,-0.2837 -1.8115,-0.28244 -1.821,-0.2812 -1.8305,-0.27995 -1.8401,-0.27869 -1.8497,-0.27743 -1.8594,-0.2762 -1.869,-0.27494 -1.8787,-0.27368 -1.8884,-0.27242 -1.8981,-0.27117 -1.9079,-0.2699 -1.9177,-0.26863 -1.9275,-0.26738 -1.9373,-0.2661 -1.9472,-0.26481 -1.9571,-0.26352 -1.967,-0.26224 -1.977,-0.26094 -1.987,-0.25964 -1.997,-0.25836 -2.007,-0.25706 -2.0171,-0.25574 -2.0272,-0.25442 -2.0373,-0.25311 -2.0475,-0.25179 -2.0577,-0.25046 -2.0679,-0.24916 -2.0781,-0.24784 -2.0884,-0.2465 -2.0987,-0.24517 -2.109,-0.24385 -2.1193,-0.24251 -2.1297,-0.24117 -2.1401,-0.23986 -2.1505,-0.23853 -2.161,-0.23719 -2.1715,-0.23585 -2.182,-0.23452 -2.1925,-0.23318 -2.2031,-0.23184 -2.2136,-0.23051 -2.2243,-0.22918 -2.2349,-0.22782 -2.2456,-0.22648 -2.2562,-0.22514 -2.267,-0.22378 -2.2777,-0.22242 -2.2885,-0.22107 -2.2993,-0.21971 -2.3101,-0.21833 -2.321,-0.21695 -2.3318,-0.21558 -2.3428,-0.21419 -2.3537,-0.2128 -2.3647,-0.21142 -2.3757,-0.21003 -2.3867,-0.20863 -2.3977,-0.20722 -2.4088,-0.20583 -1.5657,-0.26336 -1.5744,-0.2621 -1.5831,-0.26086 -1.5918,-0.25962 -1.6006,-0.25836 -1.6094,-0.2571 -1.6181,-0.25586 -1.627,-0.25461 -1.6358,-0.25334 -1.6447,-0.25209 -1.6535,-0.25084 -1.6625,-0.24956 -1.6714,-0.24829 -1.6803,-0.24704 -1.6893,-0.24577 -1.6983,-0.24448 -1.7074,-0.24321 -1.7164,-0.24194 -1.7255,-0.24065 -1.7346,-0.23935 -1.7437,-0.23807 -1.7528,-0.23679 -1.762,-0.23548 -1.7712,-0.23419 -1.7805,-0.2329 -1.7897,-0.2316 -1.799,-0.23029 -1.8083,-0.22899 -1.8176,-0.22769 -1.827,-0.22637 -1.8364,-0.22506 -1.8458,-0.22376 -1.8552,-0.22244 -1.8647,-0.2211 -1.8742,-0.21979 -1.8837,-0.21847 -1.8932,-0.21714 -1.9028,-0.21581 -1.9123,-0.2145 -1.9219,-0.21317 -1.9316,-0.21182 -1.9412,-0.21049 -1.9509,-0.20916 -1.9606,-0.20782 -1.9703,-0.20647 -1.9801,-0.20515 -1.9899,-0.20381 -1.9997,-0.20246 -2.0095,-0.20112 -2.0194,-0.19979 -2.0292,-0.19844 -2.0391,-0.19709 -2.0491,-0.19575 -2.059,-0.1944 -2.069,-0.19303 -2.079,-0.19167 -2.0891,-0.19031 -2.0991,-0.18894 -2.1092,-0.18756 -2.1193,-0.18619 -2.1295,-0.18482 -2.1396,-0.18343 -2.1498,-0.18203 -2.16,-0.18065 -2.1703,-0.17927 -2.1806,-0.17787 -2.1908,-0.17648 -2.2012,-0.17509 -2.2115,-0.17368 -2.2219,-0.17227 -2.2323,-0.17087 -2.2427,-0.16946 -2.2531,-0.16803 -2.2636,-0.16661 -2.2741,-0.1652 -2.2846,-0.16378 -2.2951,-0.16234 -2.3057,-0.16092 -2.3163,-0.15949 -2.3269,-0.15805 -2.3375,-0.15661 -2.3482,-0.15518 -2.3588,-0.15374 -2.3696,-0.15229 -2.3803,-0.15084 -2.391,-0.1494 -2.4018,-0.14795 -2.4127,-0.14649 -2.4235,-0.14505 -2.4344,-0.14359 -2.4452,-0.14211 -2.4562,-0.14064 -2.4671,-0.13918 -2.4781,-0.13771 -2.4891,-0.13623 -2.5001,-0.13477 -2.5112,-0.13329 -2.5222,-0.1318 -2.5333,-0.13031 -2.5445,-0.12882 -1.639,-0.16922 -1.6476,-0.16784 -1.6563,-0.16647 -1.665,-0.16509 -1.6737,-0.1637 -1.6824,-0.16231 -1.6912,-0.16093 -1.6999,-0.15954 -1.7087,-0.15814 -1.7175,-0.15675 -1.7264,-0.15536 -1.7352,-0.15396 -1.7441,-0.15255 -1.753,-0.15115 -1.762,-0.14975 -1.7709,-0.14833 -1.7799,-0.14693 -1.7889,-0.14554 -1.7979,-0.14413 -1.807,-0.14272 -1.8161,-0.14132 -1.8252,-0.13992 -1.8343,-0.1385 -1.8435,-0.13709 -1.8526,-0.13569 -1.8618,-0.13428 -1.8711,-0.13284 -1.8803,-0.13142 -1.8896,-0.12999 -1.8989,-0.12854 -1.9082,-0.12709 -1.9176,-0.12566 -1.9269,-0.12421 -1.9363,-0.12274 -1.9457,-0.12128 -1.9552,-0.11982 -1.9646,-0.11835 -1.9741,-0.11687 -1.9836,-0.11541 -1.9932,-0.11394 -2.0027,-0.11246 -2.0123,-0.11098 -2.0219,-0.10951 -2.0316,-0.10803 -2.0412,-0.10654 -2.0509,-0.10507 -2.0606,-0.1036 -2.0704,-0.10211 -2.0801,-0.10062 -2.0899,-0.099144 -2.0997,-0.097659 -2.1096,-0.096161 -2.1194,-0.094672 -2.1293,-0.093186 -2.1393,-0.091682 -2.1492,-0.090171 -2.1592,-0.088673 -2.1692,-0.087166 -2.1792,-0.085641 -2.1892,-0.084121 -2.1993,-0.082609 -2.2094,-0.081075 -2.2195,-0.079527 -2.2296,-0.077991 -2.2398,-0.076456 -2.25,-0.074902 -2.2602,-0.07335 -2.2705,-0.071812 -2.2807,-0.07026 -2.291,-0.068693 -2.3013,-0.067138 -2.3117,-0.065588 -2.3221,-0.06402 -2.3325,-0.062453 -2.3429,-0.060902 -2.3533,-0.05934 -2.3638,-0.057758 -2.3743,-0.056184 -2.3848,-0.054618 -2.3954,-0.053038 -2.4059,-0.051454 -2.4165,-0.049881 -2.4272,-0.0483 -2.4378,-0.046696 -2.4485,-0.045097 -2.4592,-0.043507 -2.4699,-0.041901 -2.4806,-0.040288 -2.4914,-0.038693 -2.5022,-0.037093 -2.513,-0.035469 -2.5239,-0.033845 -2.5348,-0.032238 -2.5457,-0.03062 -2.5566,-0.028994 -2.5675,-0.027381 -2.5785,-0.025769 -2.5895,-0.024136 -2.6006,-0.022501 -2.6116,-0.020877 -1.6753,-0.0589 -1.6839,-0.057356 -1.6925,-0.055828 -1.7011,-0.054303 -1.7097,-0.052753 -1.7183,-0.0512 -1.727,-0.049663 -1.7357,-0.048117 -1.7444,-0.046559 -1.7531,-0.045015 -1.7619,-0.043477 -1.7707,-0.041917 -1.7795,-0.040352 -1.7883,-0.038802 -1.7972,-0.037242 -1.806,-0.035667 -1.8149,-0.034107 -1.8238,-0.032557 -1.8328,-0.030984 -1.8418,-0.029402 -1.8507,-0.027836 -1.8597,-0.026265 -1.8688,-0.024678 -1.8778,-0.023101 -1.8869,-0.021533 -1.896,-0.019946 -1.9051,-0.018351 -1.9143,-0.016769 -1.9235,-0.015179 -1.9327,-0.013572 -1.9419,-0.011975 -1.9511,-0.010392 -1.9604,-0.0087905 -1.9697,-0.007178 -1.979,-0.0055827 -1.9883,-0.0039873 -1.9977,-0.0023721 -2.007,-0.00075956 -2.0164,0.00084164 -2.0259,0.0024606 -2.0353,0.0040938 -2.0448,0.0057153 -2.0543,0.0073378 -2.0638,0.00898 -2.0733,0.01062 -2.0829,0.012247 -2.0925,0.01389 -2.1021,0.015552 -2.1117,0.017203 -2.1213,0.018848 -2.131,0.020511 -2.1407,0.022177 -2.1504,0.023828 -2.1602,0.025489 -2.17,0.027168 -2.1798,0.028839 -2.1896,0.030503 -2.1994,0.032184 -2.2093,0.033871 -2.2192,0.035541 -2.2291,0.037217 -2.239,0.038916 -2.249,0.040612 -2.259,0.042294 -2.269,0.043988 -2.279,0.04569 -2.2891,0.047376 -2.2992,0.049065 -2.3093,0.050774 -2.3194,0.052483 -2.3296,0.054179 -2.3398,0.05589 -2.35,0.057612 -2.3602,0.059321 -2.3705,0.061028 -2.3808,0.062761 -2.3911,0.0645 -2.4014,0.066222 -2.4117,0.067951 -2.4221,0.069696 -2.4325,0.071434 -2.4429,0.073167 -2.4533,0.074922 -2.4638,0.076685 -2.4743,0.078435 -2.4848,0.080194 -2.4953,0.081969 -2.5059,0.083735 -2.5165,0.08549 -2.5271,0.087266 -2.5377,0.089055 -2.5484,0.090829 -2.5591,0.092604 -2.5698,0.0944 -2.5805,0.096193 -2.5913,0.097973 -2.6021,0.09977 -2.6129,0.10158 -2.6237,0.10338 -2.6346,0.10518 -1.684,0.013708 -1.6924,0.015278 -1.7008,0.016832 -1.7092,0.0184 -1.7176,0.019985 -1.7261,0.021558 -1.7345,0.023124 -1.743,0.024708 -1.7515,0.026298 -1.7601,0.027875 -1.7686,0.029463 -1.7772,0.03107 -1.7858,0.032667 -1.7944,0.034256 -1.803,0.035869 -1.8117,0.037488 -1.8203,0.039089 -1.829,0.040696 -1.8377,0.042326 -1.8465,0.043951 -1.8552,0.045561 -1.864,0.047183 -1.8728,0.048816 -1.8816,0.050433 -1.8905,0.052051 -1.8994,0.05369 -1.9082,0.055327 -1.9171,0.056951 -1.9261,0.058591 -1.935,0.060247 -1.944,0.061891 -1.953,0.063533 -1.962,0.065198 -1.971,0.066868 -1.98,0.06852 -1.9891,0.070179 -1.9982,0.071857 -2.0073,0.07353 -2.0164,0.075195 -2.0255,0.076879 -2.0347,0.07857 -2.0439,0.080246 -2.0531,0.081927 -2.0623,0.083626 -2.0716,0.08532 -2.0809,0.086999 -2.0902,0.088693 -2.0995,0.0904 -2.1088,0.09209 -2.1182,0.093775 -2.1276,0.095478 -2.137,0.097184 -2.1465,0.098878 -2.1559,0.10059 -2.1654,0.10232 -2.1749,0.10405 -2.1844,0.10577 -2.1939,0.10751 -2.2035,0.10927 -2.2131,0.11101 -2.2227,0.11276 -2.2323,0.11454 -2.242,0.11632 -2.2516,0.11809 -2.2613,0.11989 -2.271,0.1217 -2.2808,0.12351 -2.2905,0.12533 -2.3003,0.12718 -2.31,0.12905 -2.3198,0.1309 -2.3296,0.13277 -2.3395,0.13466 -2.3493,0.13655 -2.3592,0.13842 -2.369,0.14033 -2.3789,0.14225 -2.3888,0.14415 -2.3986,0.14606 -2.4085,0.148 -2.4184,0.14994 -2.4283,0.15187 -2.4382,0.15382 -2.4482,0.1558 -2.4581,0.15778 -2.4681,0.15976 -2.478,0.16178 -2.488,0.16383 -2.498,0.16588 -2.508,0.16794 -2.5181,0.17004 -2.5281,0.17217 -2.5382,0.17429 -2.5483,0.17643 -2.5583,0.1786 -2.5684,0.18077 -2.5785,0.18294 -2.5887,0.18514 -2.5988,0.18735 -2.6089,0.18956 -1.6857,0.11127 -1.6934,0.11328 -1.7012,0.11528 -1.7089,0.11728 -1.7167,0.11928 -1.7245,0.12131 -1.7322,0.12333 -1.74,0.12534 -1.7478,0.12737 -1.7556,0.12942 -1.7635,0.13146 -1.7713,0.1335 -1.7792,0.13558 -1.787,0.13767 -1.7949,0.13976 -1.8028,0.14187 -1.8108,0.144 -1.8187,0.14614 -1.8267,0.14829 -1.8347,0.15047 -1.8427,0.15267 -1.8507,0.15486 -1.8588,0.15707 -1.8668,0.15929 -1.8749,0.16151 -1.883,0.16374 -1.8911,0.16599 -1.8992,0.16823 -1.9073,0.17048 -1.9154,0.17274 -1.9236,0.17501 -1.9317,0.17726 -1.9399,0.17953 -1.9481,0.18182 -1.9562,0.18412 -1.9644,0.18642 -1.9726,0.18872 -1.9808,0.19099 -1.9891,0.19327 -1.9974,0.19556 -2.0057,0.19784 -2.014,0.20016 -2.0223,0.20252 -2.0306,0.20488 -2.039,0.20724 -2.0474,0.20961 -2.0558,0.21196 -2.0642,0.21433 -2.0726,0.21672 -2.0811,0.21913 -2.0895,0.22157 -2.098,0.22401 -2.1065,0.22646 -2.115,0.2289 -2.1235,0.23133 -2.1321,0.23378 -2.1406,0.23623 -2.1492,0.23869 -2.1578,0.24116 -2.1663,0.24364 -2.1749,0.24611 -2.1836,0.24859 -2.1922,0.25108 -2.2009,0.25357 -2.2095,0.25607 -2.2182,0.25858 -2.2269,0.2611 -2.2356,0.26364 -2.2443,0.26618 -2.253,0.26873 -2.2618,0.2713 -2.2705,0.27387 -2.2793,0.27645 -2.2881,0.27905 -2.2969,0.28165 -2.3058,0.28427 -2.3146,0.28691 -2.3234,0.28955 -2.3323,0.29221 -2.3412,0.29487 -2.3501,0.29754 -2.3591,0.30022 -2.368,0.30291 -2.377,0.3056 -2.3859,0.30831 -2.3949,0.31102 -2.4039,0.31373 -2.4129,0.31644 -2.422,0.31915 -2.431,0.32187 -2.44,0.3246 -2.4491,0.32734 -2.4582,0.33009 -2.4672,0.33284 -2.4763,0.33559 -2.4854,0.33835 -2.4945,0.34112 -2.5037,0.3439 -2.5128,0.34668 -2.522,0.34948 -1.5993,0.25219 -1.606,0.25475 -1.6128,0.25732 -1.6197,0.25989 -1.6265,0.26248 -1.6333,0.26508 -1.6402,0.26769 -1.6471,0.27031 -1.654,0.27294 -1.6609,0.27557 -1.6678,0.27821 -1.6747,0.28086 -1.6817,0.28352 -1.6887,0.28618 -1.6956,0.28886 -1.7026,0.29156 -1.7096,0.29427 -1.7167,0.29698 -1.7237,0.29971 -1.7307,0.30245 -1.7378,0.30519 -1.7449,0.30796 -1.752,0.31074 -1.7591,0.31353 -1.7662,0.31633 -1.7734,0.31914 -1.7805,0.32196 -1.7877,0.32479 -1.7949,0.32762 -1.8021,0.33045 -1.8092,0.3333 -1.8164,0.33615 -1.8237,0.33902 -1.8309,0.34189 -1.8381,0.34476 -1.8454,0.34764 -1.8526,0.35053 -1.8599,0.35342 -1.8671,0.35631 -1.8744,0.35921 -1.8817,0.36212 -1.889,0.36503 -1.8963,0.36795 -1.9036,0.3709 -1.9109,0.37386 -1.9183,0.37684 -1.9257,0.37983 -1.933,0.38283 -1.9404,0.38584 -1.9478,0.38888 -1.9552,0.39193 -1.9626,0.39501 -1.9701,0.3981 -1.9775,0.40119 -1.985,0.4043 -1.9924,0.40742 -1.9999,0.41055 -2.0074,0.41369 -2.0149,0.41684 -2.0224,0.42001 -2.03,0.42317 -2.0375,0.42634 -2.045,0.42953 -2.0526,0.43274 -2.0601,0.43596 -2.0676,0.43919 -2.0752,0.44243 -2.0827,0.44568 -2.0902,0.44895 -2.0977,0.45224 -2.1052,0.45555 -2.1128,0.45889 -2.1202,0.46225 -2.1277,0.46563 -2.1352,0.46904 -2.1428,0.47245 -2.1503,0.47587 -2.1578,0.47932 -2.1654,0.48281 -2.1729,0.48631 -2.1805,0.48982 -2.188,0.49333 -2.1956,0.49685 -2.2033,0.50036 -2.2109,0.50387 -2.2186,0.50741 -2.2263,0.51097 -2.234,0.51454 -2.2417,0.51811 -2.2494,0.52168 -2.2572,0.52523 -2.265,0.52879 -2.2728,0.53235 -2.2806,0.53594 -2.2884,0.53954 -2.2963,0.54316 -2.3041,0.54678 -2.312,0.55041 -2.3199,0.55404 -2.3278,0.55768 -1.3742,0.32815 -1.3796,0.3312 -1.385,0.33426 -1.3905,0.33733 -1.3959,0.34042 -1.4014,0.34352 -1.4068,0.34662 -1.4123,0.34972 -1.4177,0.35285 -1.4232,0.35599 -1.4287,0.35914 -1.4341,0.3623 -1.4396,0.36547 -1.4451,0.36865 -1.4506,0.37182 -1.4562,0.37501 -1.4617,0.37822 -1.4672,0.38144 -1.4728,0.38469 -1.4783,0.38792 -1.4839,0.39116 -1.4895,0.39439 -1.495,0.39762 -1.5006,0.40086 -1.5062,0.40411 -1.5118,0.40738 -1.5173,0.41069 -1.5229,0.41401 -1.5285,0.41733 -1.5341,0.42063 -1.5397,0.42395 -1.5454,0.4273 -1.551,0.43069 -1.5566,0.43413 -1.5621,0.4376 -1.5677,0.44109 -1.5732,0.44456 -1.5788,0.44804 -1.5844,0.45154 -1.5899,0.45509 -1.5954,0.45869 -1.6009,0.46233 -1.6063,0.46603 -1.6117,0.46976 -1.6171,0.47353 -1.6225,0.47734 -1.6278,0.48118 -1.6331,0.48506 -1.6383,0.48901 -1.6435,0.49301 -1.6486,0.49707 -1.6537,0.5012 -1.6587,0.50538 -1.6637,0.50962 -1.6685,0.51392 -1.6734,0.51828 -1.6781,0.5227 -1.6828,0.52719 -1.6873,0.53174 -1.6919,0.53637 -1.6963,0.54106 -1.7006,0.54582 -1.7049,0.55065 -1.7091,0.55555 -1.7132,0.56053 -1.7172,0.56559 -1.7211,0.57072 -1.725,0.57593 -1.7287,0.5812 -1.7324,0.58655 -1.736,0.59198 -1.7395,0.5975 -1.7429,0.6031 -1.7463,0.60879 -1.7495,0.61455 -1.7527,0.6204 -1.7557,0.62634 -1.7587,0.63236 -1.7615,0.63847 -1.7643,0.64467 -1.767,0.65095 -1.7695,0.65732 -1.772,0.66378 -1.7743,0.67033 -1.7765,0.67697 -1.7785,0.6837 -1.7805,0.69053 -1.7823,0.69744 -1.784,0.70446 -1.7856,0.71158 -1.787,0.71881 -1.7883,0.72613 -1.7894,0.73353 -1.7904,0.74104 -1.7913,0.74866 -1.792,0.75639 -1.7925,0.76423 -1.7929,0.77218 -1.7931,0.78025 -1.7932,0.78842 -0.96224,0.54955 -0.95972,0.55707 -0.95702,0.56471 -0.95415,0.57245 -0.9511,0.58031 -0.94788,0.58827 -0.94447,0.59633 -0.94089,0.60449 -0.93712,0.61275 -0.93315,0.62111 -0.92898,0.62958 -0.92462,0.63815 -0.92006,0.64683 -0.91532,0.65559 -0.91038,0.66445 -0.90525,0.6734 -0.8999,0.68246 -0.89435,0.69161 -0.8886,0.70086 -0.88266,0.7102 -0.87651,0.71964 -0.87016,0.72918 -0.8636,0.73882 -0.85683,0.74854 -0.84986,0.75836 -0.84271,0.76827 -0.83537,0.77829 -0.82785,0.78841 -0.82013,0.79862 -0.81219,0.80893 -0.80407,0.81932 -0.79575,0.82982 -0.78724,0.84041 -0.77853,0.85109 -0.76962,0.86188 -0.76051,0.87276 -0.75119,0.88372 -0.74167,0.89476 -0.73195,0.9059 -0.72201,0.91716 -0.71186,0.92852 -0.7015,0.93998 -0.69094,0.95152 -0.6802,0.96315 -0.66925,0.97489 -0.65808,0.98672 -0.64669,0.99865 -0.63507,1.0107 -0.62324,1.0228 -0.6112,1.035 -0.59894,1.0473 -0.58649,1.0597 -0.57381,1.0722 -0.56089,1.0848 -0.54774,1.0974 -0.53436,1.1102 -0.52075,1.123 -0.50693,1.1359 -0.49289,1.1489 -0.47863,1.162 -0.46411,1.1752 -0.44934,1.1884 -0.43433,1.2017 -0.41908,1.2151 -0.40359,1.2286 -0.38785,1.2421 -0.37188,1.2557 -0.35568,1.2694 -0.33926,1.2832 -0.32263,1.297 -0.3058,1.3109 -0.28878,1.3249 -0.27159,1.3389 -0.25423,1.353 -0.23672,1.3671 -0.21907,1.3813 -0.2013,1.3955 -0.18342,1.4096 -0.16547,1.4238 -0.14748,1.438 -0.12943,1.4522 -0.11135,1.4663 -0.093264,1.4805 -0.07515,1.4946 -0.057007,1.5086 -0.038849,1.5227 -0.020701,1.5367 -0.0025873,1.5507 --0.015506,1.5647 --0.033586,1.5786 --0.051651,1.5925 --0.069718,1.6064 --0.087804,1.6202 --0.10593,1.634 --0.12409,1.6479 --0.14226,1.6617 --0.16047,1.6755 --0.17874,1.6893 --0.19707,1.7031 --0.2155,1.7169 --0.80837,1.6541 --0.8288,1.667 --0.84937,1.68 --0.87009,1.693 --0.89094,1.7061 --0.91193,1.7192 --0.93307,1.7323 --0.95437,1.7455 --0.97581,1.7587 --0.99742,1.772 --1.0192,1.7854 --1.0411,1.7989 --1.0631,1.8124 --1.0853,1.8259 --1.1075,1.8396 --1.1299,1.8532 --1.1525,1.867 --1.1751,1.8807 --1.1978,1.8945 --1.2207,1.9083 --1.2436,1.9221 --1.2666,1.9359 --1.2897,1.9497 --1.3129,1.9635 --1.3361,1.9773 --1.3594,1.9911 --1.3828,2.0049 --1.4062,2.0187 --1.4298,2.0325 --1.4533,2.0463 --1.477,2.06 --1.5007,2.0738 --1.5245,2.0876 --1.5484,2.1014 --1.5724,2.1153 --1.5964,2.1292 --1.6205,2.1431 --1.6448,2.157 --1.6692,2.171 --1.6936,2.185 --1.7182,2.199 --1.7429,2.213 --1.7677,2.2271 --1.7927,2.2412 --1.8178,2.2554 --1.843,2.2696 --1.8684,2.2839 --1.8939,2.2982 --1.9195,2.3126 --1.9453,2.327 --1.9712,2.3415 --1.9972,2.356 --2.0233,2.3706 --2.0496,2.3852 --2.0759,2.3998 --2.1024,2.4145 --2.129,2.4293 --2.1557,2.444 --2.1824,2.4589 --2.2093,2.4737 --2.2363,2.4886 --2.2633,2.5035 --2.2905,2.5185 --2.3177,2.5335 --2.345,2.5485 --2.3724,2.5636 --2.3999,2.5787 --2.4275,2.5939 --2.4552,2.6091 --2.4829,2.6243 --2.5108,2.6396 --2.5387,2.6548 --2.5668,2.6702 --2.595,2.6855 --2.6233,2.7009 --2.6517,2.7163 --2.6803,2.7317 --2.7089,2.7472 --2.7377,2.7627 --2.7666,2.7783 --2.7957,2.7939 --2.8249,2.8096 --2.8542,2.8253 --2.8836,2.8412 --2.9131,2.857 --2.9428,2.873 --2.9726,2.8891 --3.0025,2.9053 --3.0324,2.9215 --3.0625,2.9378 --3.0927,2.9542 --3.123,2.9707 --3.1533,2.9873 --3.1838,3.004 --3.2143,3.0207 --3.2449,3.0375 --3.2756,3.0544 --3.3063,3.0714 --3.3371,3.0885 --3.3679,3.1056 --3.6952,3.5097 --3.7268,3.5286 --3.7583,3.5477 --3.79,3.5668 --3.8217,3.586 --3.8535,3.6053 --3.8854,3.6246 --3.9174,3.6439 --3.9495,3.6633 --3.9817,3.6828 --4.0139,3.7024 --4.0463,3.7221 --4.0788,3.7418 --4.1114,3.7616 --4.1441,3.7815 --4.177,3.8015 --4.21,3.8216 --4.2431,3.8417 --4.2763,3.8619 --4.3097,3.8822 --4.3432,3.9026 --4.3769,3.923 --4.4107,3.9435 --4.4446,3.964 --4.4787,3.9846 --4.5128,4.0053 --4.5471,4.026 --4.5815,4.0469 --4.616,4.0678 --4.6507,4.0888 --4.6854,4.1099 --4.7202,4.1311 --4.755,4.1524 --4.79,4.1739 --4.825,4.1954 --4.8601,4.217 --4.8953,4.2388 --4.9306,4.2606 --4.9659,4.2826 --5.0014,4.3046 --5.0368,4.3267 --5.0724,4.3489 --5.108,4.3712 --5.1438,4.3936 --5.1795,4.4161 --5.2154,4.4388 --5.2513,4.4615 --5.2873,4.4843 --5.3234,4.5073 --5.3596,4.5304 --5.3958,4.5536 --5.4322,4.5771 --5.4686,4.6006 --5.5051,4.6243 --5.5417,4.6482 --5.5784,4.6722 --5.6152,4.6963 --5.6521,4.7205 --5.6891,4.7449 --5.7262,4.7695 --5.7634,4.7942 --5.8006,4.819 --5.838,4.8439 --5.8754,4.8691 --5.9129,4.8944 --5.9504,4.9198 --5.988,4.9454 --6.0257,4.9712 --6.0634,4.9972 --6.1012,5.0233 --6.139,5.0495 --6.177,5.0759 --6.215,5.1024 --6.2532,5.1291 --6.2913,5.1558 --6.3296,5.1826 --6.3679,5.2096 --6.4063,5.2367 --6.4448,5.2639 --6.4834,5.2912 --6.522,5.3186 --6.5607,5.3462 --6.5995,5.3738 --6.6383,5.4016 --6.6772,5.4295 --6.7162,5.4576 --6.7552,5.4858 --6.7943,5.5141 --6.8335,5.5426 --6.8728,5.5712 --6.9122,5.5999 --6.9516,5.6288 --6.9912,5.6577 --7.0309,5.6869 --7.0707,5.7161 --7.1105,5.7455 --7.1503,5.7751 --7.1903,5.8049 --7.2302,5.835 --7.2702,5.8652 --7.4234,6.7274 --7.4629,6.7617 --7.5023,6.7962 --7.5418,6.8309 --7.5814,6.8658 --7.621,6.9009 --7.6606,6.9361 --7.7003,6.9716 --7.74,7.0072 --7.7797,7.043 --7.8195,7.079 --7.8593,7.1152 --7.8992,7.1515 --7.9391,7.1881 --7.979,7.2248 --8.019,7.2616 --8.059,7.2986 --8.0991,7.3357 --8.1391,7.373 --8.1793,7.4105 --8.2194,7.4482 --8.2596,7.4859 --8.2999,7.5237 --8.3402,7.5617 --8.3805,7.5998 --8.4209,7.638 --8.4613,7.6763 --8.5017,7.7147 --8.5421,7.7533 --8.5825,7.792 --8.6229,7.8309 --8.6632,7.8699 --8.7035,7.909 --8.7437,7.9481 --8.7839,7.9874 --8.8241,8.0268 --8.8642,8.0663 --8.9043,8.1059 --8.9443,8.1457 --8.9842,8.1856 --9.0241,8.2255 --9.0638,8.2655 --9.1035,8.3056 --9.1432,8.3458 --9.1827,8.386 --9.2222,8.4263 --9.2617,8.4667 --9.301,8.5072 --9.3403,8.5478 --9.3794,8.5885 --9.4184,8.6294 --9.4573,8.6703 --9.4962,8.7114 --9.535,8.7526 --9.5738,8.7938 --9.6125,8.835 --9.6511,8.8764 --9.6897,8.9179 --9.7282,8.9596 --9.7666,9.0014 --9.8049,9.0434 --9.8432,9.0856 --9.8815,9.1279 --9.9197,9.1702 --9.958,9.2126 --9.9962,9.2551 --10.035,9.2975 --10.073,9.3398 --10.111,9.3822 --10.15,9.4246 --10.188,9.4671 --10.227,9.5096 --10.265,9.5521 --10.303,9.5946 --10.342,9.6372 --10.38,9.6797 --10.419,9.7224 --10.457,9.765 --10.495,9.8077 --10.533,9.8504 --10.572,9.8932 --10.61,9.9361 --10.648,9.979 --10.686,10.022 --10.724,10.065 --10.762,10.108 --10.8,10.152 --10.838,10.195 --10.876,10.238 --10.914,10.282 --10.952,10.325 --10.99,10.369 --11.028,10.413 --11.065,10.457 --11.103,10.501 --11.14,10.545 --11.178,10.589 --11.215,10.633 --11.252,10.677 --11.289,10.722 --11.436,11.434 --11.472,11.481 --11.509,11.527 --11.545,11.574 --11.582,11.621 --11.618,11.667 --11.654,11.714 --11.691,11.761 --11.727,11.808 --11.763,11.855 --11.799,11.902 --11.835,11.949 --11.871,11.996 --11.908,12.043 --11.944,12.09 --11.98,12.137 --12.016,12.184 --12.052,12.231 --12.089,12.278 --12.125,12.326 --12.161,12.373 --12.198,12.421 --12.234,12.468 --12.27,12.516 --12.307,12.564 --12.343,12.612 --12.38,12.66 --12.416,12.709 --12.453,12.757 --12.49,12.806 --12.526,12.854 --12.563,12.903 --12.6,12.952 --12.637,13.001 --12.674,13.05 --12.711,13.099 --12.748,13.149 --12.785,13.198 --12.822,13.248 --12.859,13.298 --12.896,13.347 --12.934,13.397 --12.971,13.447 --13.008,13.497 --13.046,13.547 --13.083,13.597 --13.12,13.647 --13.158,13.697 --13.195,13.748 --13.232,13.799 --13.27,13.849 --13.307,13.9 --13.345,13.951 --13.382,14.002 --13.42,14.054 --13.457,14.105 --13.495,14.157 --13.533,14.208 --13.57,14.26 --13.608,14.312 --13.646,14.364 --13.684,14.417 --13.721,14.469 --13.759,14.521 --13.797,14.574 --13.835,14.627 --13.873,14.68 --13.911,14.733 --13.949,14.786 --13.987,14.839 --14.025,14.893 --14.063,14.946 --14.102,15 --14.14,15.054 --14.178,15.108 --14.216,15.162 --14.255,15.216 --14.293,15.27 --14.332,15.325 --14.371,15.379 --14.41,15.434 --14.448,15.489 --14.487,15.543 --14.527,15.598 --14.566,15.654 --14.605,15.709 --14.644,15.764 --14.684,15.819 --14.724,15.875 --14.763,15.93 --14.803,15.986 --14.843,16.042 --14.883,16.097 --14.924,16.153 --14.964,16.209 --15.004,16.266 --15.045,16.322 --15.085,16.378 --15.126,16.435 --15.166,16.491 --15.239,17.055 --15.279,17.114 --15.32,17.173 --15.36,17.231 --15.401,17.29 --15.442,17.349 --15.482,17.408 --15.523,17.468 --15.564,17.527 --15.605,17.587 --15.646,17.646 --15.687,17.706 --15.728,17.766 --15.769,17.827 --15.81,17.887 --15.851,17.948 --15.892,18.008 --15.933,18.069 --15.975,18.13 --16.016,18.192 --16.057,18.253 --16.099,18.314 --16.141,18.376 --16.182,18.437 --16.224,18.499 --16.266,18.56 --16.308,18.622 --16.35,18.684 --16.392,18.747 --16.434,18.809 --16.476,18.871 --16.519,18.933 --16.561,18.996 --16.604,19.058 --16.647,19.121 --16.689,19.184 --16.732,19.247 --16.775,19.31 --16.818,19.374 --16.861,19.437 --16.904,19.501 --16.947,19.564 --16.99,19.628 --17.033,19.692 --17.077,19.756 --17.12,19.82 --17.164,19.884 --17.208,19.948 --17.251,20.013 --17.295,20.077 --17.339,20.142 --17.383,20.206 --17.427,20.271 --17.471,20.336 --17.515,20.401 --17.559,20.466 --17.604,20.531 --17.648,20.596 --17.693,20.661 --17.737,20.727 --17.782,20.792 --17.827,20.858 --17.872,20.924 --17.917,20.989 --17.963,21.055 --18.008,21.121 --18.054,21.187 --18.099,21.253 --18.145,21.32 --18.19,21.386 --18.235,21.453 --18.281,21.519 --18.327,21.586 --18.372,21.653 --18.418,21.72 --18.464,21.787 --18.51,21.854 --18.555,21.921 --18.601,21.988 --18.648,22.055 --18.694,22.123 --18.74,22.19 --18.786,22.258 --18.832,22.325 --18.879,22.393 --18.925,22.46 --18.971,22.528 --19.018,22.596 --19.065,22.664 --19.111,22.732 --19.158,22.8 --19.205,22.868 --19.251,22.936 --19.298,23.004 --19.345,23.071 --19.393,23.139 --19.44,23.207 --19.487,23.275 --19.535,23.343 --19.582,23.411 --19.605,23.738 --19.652,23.807 --19.7,23.876 --19.747,23.945 --19.794,24.014 --19.842,24.083 --19.89,24.152 --19.938,24.221 --19.986,24.291 --20.034,24.36 --20.082,24.43 --20.13,24.499 --20.179,24.569 --20.227,24.639 --20.276,24.708 --20.324,24.778 --20.373,24.848 --20.422,24.918 --20.471,24.988 --20.52,25.058 --20.569,25.129 --20.618,25.199 --20.668,25.269 --20.717,25.34 --20.766,25.41 --20.816,25.48 --20.865,25.551 --20.915,25.621 --20.964,25.692 --21.014,25.763 --21.063,25.833 --21.113,25.904 --21.163,25.975 --21.212,26.046 --21.262,26.117 --21.312,26.188 --21.362,26.258 --21.412,26.329 --21.461,26.4 --21.511,26.471 --21.561,26.542 --21.611,26.614 --21.661,26.685 --21.711,26.756 --21.761,26.827 --21.811,26.898 --21.861,26.969 --21.911,27.04 --21.961,27.111 --22.011,27.182 --22.061,27.254 --22.112,27.325 --22.162,27.397 --22.213,27.468 --22.263,27.54 --22.314,27.611 --22.364,27.683 --22.415,27.755 --22.466,27.827 --22.516,27.899 --22.567,27.971 --22.618,28.043 --22.669,28.116 --22.72,28.188 --22.771,28.261 --22.823,28.333 --22.874,28.406 --22.925,28.479 --22.977,28.552 --23.028,28.625 --23.08,28.698 --23.132,28.771 --23.183,28.844 --23.235,28.917 --23.287,28.991 --23.338,29.064 --23.39,29.138 --23.442,29.211 --23.494,29.285 --23.546,29.359 --23.598,29.432 --23.65,29.506 --23.702,29.58 --23.754,29.654 --23.806,29.728 --23.858,29.802 --23.91,29.875 --23.963,29.949 --24.015,30.023 --24.067,30.098 --24.119,30.172 --24.171,30.246 --24.224,30.32 --24.276,30.395 --24.328,30.469 --24.381,30.544 --24.433,30.618 --24.486,30.693 --24.538,30.768 --24.591,30.842 --24.634,31.212 --24.687,31.288 --24.74,31.364 --24.793,31.44 --24.846,31.516 --24.899,31.592 --24.953,31.668 --25.006,31.744 --25.059,31.82 --25.113,31.896 --25.166,31.973 --25.22,32.049 --25.274,32.126 --25.328,32.203 --25.382,32.279 --25.436,32.356 --25.49,32.433 --25.544,32.51 --25.598,32.587 --25.652,32.665 --25.706,32.742 --25.761,32.819 --25.815,32.897 --25.869,32.974 --25.924,33.052 --25.978,33.13 --26.033,33.207 --26.087,33.285 --26.142,33.363 --26.197,33.441 --26.251,33.519 --26.306,33.597 --26.361,33.675 --26.415,33.753 --26.47,33.831 --26.525,33.909 --26.58,33.987 --26.635,34.066 --26.69,34.144 --26.745,34.223 --26.8,34.301 --26.856,34.38 --26.911,34.459 --26.967,34.537 --27.022,34.616 --27.078,34.695 --27.134,34.774 --27.189,34.853 --27.245,34.933 --27.3,35.012 --27.356,35.092 --27.412,35.171 --27.468,35.251 --27.524,35.33 --27.58,35.41 --27.636,35.49 --27.692,35.569 --27.748,35.649 --27.805,35.729 --27.861,35.809 --27.917,35.889 --27.974,35.969 --28.03,36.049 --28.087,36.129 --28.144,36.209 --28.2,36.288 --28.257,36.368 --28.314,36.448 --28.37,36.528 --28.427,36.608 --28.484,36.688 --28.54,36.768 --28.597,36.848 --28.653,36.928 --28.71,37.008 --28.766,37.088 --28.823,37.168 --28.879,37.248 --28.936,37.329 --28.993,37.409 --29.049,37.489 --29.106,37.569 --29.162,37.649 --29.219,37.729 --29.276,37.809 --29.332,37.889 --29.389,37.969 --29.445,38.05 --29.501,38.13 --29.558,38.21 --29.615,38.29 --29.671,38.37 --29.728,38.45 --29.785,38.53 --29.841,38.61 --29.898,38.69 --29.955,38.77 --30.011,38.851 --30.068,38.931 --30.124,39.011 --30.176,39.305 --30.232,39.385 --30.289,39.466 --30.346,39.547 --30.402,39.627 --30.458,39.708 --30.515,39.789 --30.571,39.869 --30.628,39.95 --30.684,40.031 --30.741,40.112 --30.797,40.193 --30.854,40.274 --30.91,40.354 --30.967,40.435 --31.023,40.516 --31.08,40.597 --31.136,40.678 --31.193,40.759 --31.25,40.84 --31.306,40.921 --31.363,41.002 --31.419,41.083 --31.476,41.164 --31.532,41.245 --31.589,41.326 --31.645,41.407 --31.702,41.488 --31.758,41.569 --31.815,41.651 --31.871,41.732 --31.928,41.813 --31.984,41.894 --32.041,41.975 --32.097,42.057 --32.153,42.138 --32.21,42.219 --32.266,42.3 --32.323,42.382 --32.379,42.463 --32.435,42.544 --32.491,42.625 --32.548,42.707 --32.604,42.788 --32.66,42.869 --32.716,42.951 --32.772,43.032 --32.828,43.114 --32.884,43.195 --32.941,43.277 --32.997,43.358 --33.053,43.44 --33.109,43.522 --33.165,43.603 --33.221,43.685 --33.277,43.766 --33.333,43.848 --33.389,43.93 --33.445,44.011 --33.501,44.093 --33.557,44.175 --33.613,44.257 --33.669,44.338 --33.725,44.42 --33.781,44.502 --33.837,44.584 --33.893,44.666 --33.948,44.748 --34.004,44.83 --34.06,44.912 --34.116,44.993 --34.171,45.075 --34.227,45.157 --34.283,45.239 --34.338,45.321 --34.393,45.403 --34.449,45.485 --34.504,45.567 --34.559,45.649 --34.615,45.731 --34.67,45.813 --34.726,45.895 --34.782,45.977 --34.837,46.059 --34.893,46.141 --34.949,46.223 --35.005,46.306 --35.061,46.388 --35.117,46.471 --35.173,46.553 --35.229,46.636 --35.285,46.719 --35.341,46.802 --35.397,46.885 --35.453,46.968 --35.509,47.052 --35.565,47.135 --35.621,47.219 --35.677,47.303 --35.733,47.387 --35.857,47.832 --35.913,47.917 --35.97,48.002 --36.026,48.087 --36.083,48.172 --36.139,48.258 --36.196,48.343 --36.253,48.428 --36.31,48.513 --36.367,48.599 --36.424,48.684 --36.481,48.77 --36.538,48.855 --36.595,48.941 --36.652,49.027 --36.709,49.113 --36.766,49.2 --36.823,49.286 --36.881,49.372 --36.938,49.459 --36.996,49.546 --37.053,49.633 --37.111,49.72 --37.168,49.807 --37.226,49.894 --37.284,49.981 --37.341,50.069 --37.399,50.156 --37.457,50.244 --37.515,50.332 --37.573,50.419 --37.631,50.507 --37.689,50.595 --37.747,50.683 --37.805,50.771 --37.863,50.86 --37.921,50.948 --37.979,51.037 --38.038,51.125 --38.096,51.214 --38.154,51.303 --38.213,51.391 --38.271,51.48 --38.33,51.569 --38.389,51.658 --38.447,51.747 --38.506,51.836 --38.564,51.926 --38.623,52.015 --38.682,52.105 --38.74,52.194 --38.799,52.284 --38.857,52.374 --38.916,52.464 --38.974,52.554 --39.033,52.644 --39.091,52.734 --39.15,52.824 --39.209,52.914 --39.267,53.004 --39.326,53.095 --39.384,53.185 --39.442,53.276 --39.501,53.366 --39.559,53.457 --39.617,53.547 --39.676,53.638 --39.734,53.729 --39.792,53.82 --39.851,53.91 --39.909,54.001 --39.967,54.092 --40.026,54.183 --40.084,54.274 --40.142,54.365 --40.201,54.456 --40.259,54.547 --40.317,54.638 --40.375,54.729 --40.434,54.82 --40.492,54.912 --40.55,55.004 --40.607,55.095 --40.665,55.187 --40.723,55.279 --40.781,55.37 --40.839,55.462 --40.897,55.554 --40.954,55.646 --41.012,55.738 --41.07,55.831 --41.128,55.923 --41.185,56.015 --41.243,56.107 --41.301,56.199 --41.358,56.292 --41.416,56.384 --41.473,56.476 --41.531,56.569 --41.588,56.661 --41.618,56.786 --41.675,56.878 --41.733,56.971 --41.79,57.064 --41.847,57.156 --41.904,57.249 --41.962,57.341 --42.019,57.434 --42.076,57.527 --42.133,57.62 --42.19,57.713 --42.247,57.805 --42.305,57.898 --42.362,57.991 --42.418,58.084 --42.475,58.177 --42.532,58.27 --42.589,58.363 --42.646,58.456 --42.703,58.549 --42.76,58.642 --42.816,58.735 --42.873,58.828 --42.93,58.922 --42.987,59.015 --43.044,59.108 --43.101,59.201 --43.157,59.294 --43.214,59.388 --43.271,59.481 --43.327,59.575 --43.384,59.668 --43.441,59.762 --43.497,59.855 --43.554,59.949 --43.61,60.043 --43.667,60.136 --43.723,60.23 --43.78,60.324 --43.836,60.418 --43.892,60.512 --43.949,60.606 --44.005,60.7 --44.061,60.794 --44.118,60.888 --44.174,60.982 --44.23,61.076 --44.286,61.17 --44.342,61.264 --44.398,61.358 --44.454,61.452 --44.51,61.547 --44.566,61.641 --44.622,61.735 --44.678,61.829 --44.734,61.923 --44.79,62.018 --44.846,62.112 --44.902,62.206 --44.958,62.301 --45.013,62.395 --45.069,62.489 --45.124,62.584 --45.18,62.678 --45.235,62.773 --45.291,62.867 --45.346,62.962 --45.402,63.057 --45.457,63.152 --45.512,63.246 --45.568,63.341 --45.623,63.436 --45.679,63.531 --45.734,63.626 --45.789,63.721 --45.845,63.816 --45.9,63.911 --45.956,64.006 --46.011,64.101 --46.066,64.197 --46.122,64.292 --46.177,64.387 --46.232,64.482 --46.288,64.577 --46.343,64.673 --46.398,64.768 --46.454,64.863 --46.509,64.959 --46.564,65.054 --46.62,65.149 --46.675,65.244 --46.731,65.34 --46.786,65.435 --46.842,65.53 --46.897,65.625 --46.952,65.721 --47.007,65.816 --47.062,65.911 --47.118,66.006 --47.173,66.102 --47.514,66.205 --47.57,66.3 --47.626,66.395 --47.682,66.49 --47.738,66.585 --47.794,66.681 --47.85,66.776 --47.906,66.871 --47.962,66.966 --48.018,67.061 --48.074,67.156 --48.131,67.251 --48.187,67.347 --48.243,67.442 --48.299,67.537 --48.355,67.632 --48.411,67.728 --48.468,67.823 --48.524,67.918 --48.58,68.014 --48.636,68.109 --48.692,68.204 --48.748,68.3 --48.805,68.395 --48.861,68.491 --48.917,68.586 --48.973,68.682 --49.029,68.777 --49.085,68.873 --49.142,68.969 --49.198,69.064 --49.254,69.16 --49.31,69.255 --49.366,69.351 --49.422,69.447 --49.479,69.542 --49.535,69.638 --49.591,69.733 --49.647,69.829 --49.704,69.925 --49.76,70.02 --49.816,70.116 --49.873,70.211 --49.929,70.307 --49.985,70.403 --50.042,70.499 --50.098,70.594 --50.154,70.69 --50.211,70.786 --50.267,70.882 --50.324,70.977 --50.38,71.073 --50.437,71.169 --50.493,71.265 --50.55,71.361 --50.607,71.457 --50.663,71.552 --50.72,71.648 --50.777,71.744 --50.833,71.84 --50.89,71.936 --50.947,72.032 --51.004,72.128 --51.06,72.224 --51.117,72.32 --51.174,72.416 --51.231,72.512 --51.288,72.608 --51.345,72.704 --51.402,72.8 --51.459,72.896 --51.516,72.993 --51.573,73.089 --51.63,73.185 --51.687,73.281 --51.744,73.378 --51.801,73.474 --51.858,73.571 --51.916,73.668 --51.973,73.764 --52.03,73.861 --52.087,73.958 --52.144,74.055 --52.201,74.151 --52.258,74.248 --52.316,74.345 --52.373,74.442 --52.43,74.539 --52.488,74.636 --52.545,74.732 --52.603,74.829 --52.661,74.926 --52.718,75.023 --52.776,75.12 --52.833,75.217 --52.891,75.314 --52.949,75.411 --53.006,75.508 --53.064,75.605 --53.122,75.702 --53.591,75.722 --53.65,75.819 --53.709,75.916 --53.768,76.014 --53.827,76.111 --53.886,76.208 --53.945,76.305 --54.004,76.402 --54.063,76.499 --54.122,76.597 --54.181,76.694 --54.24,76.791 --54.299,76.888 --54.359,76.986 --54.418,77.083 --54.478,77.18 --54.537,77.277 --54.597,77.374 --54.657,77.472 --54.717,77.569 --54.776,77.666 --54.836,77.763 --54.896,77.861 --54.956,77.958 --55.016,78.055 --55.076,78.152 --55.136,78.25 --55.196,78.347 --55.256,78.445 --55.316,78.542 --55.376,78.639 --55.436,78.737 --55.497,78.834 --55.557,78.932 --55.618,79.029 --55.678,79.126 --55.738,79.224 --55.799,79.322 --55.859,79.419 --55.919,79.517 --55.98,79.615 --56.04,79.713 --56.1,79.811 --56.161,79.909 --56.221,80.007 --56.282,80.105 --56.342,80.204 --56.402,80.302 --56.463,80.4 --56.524,80.499 --56.584,80.597 --56.645,80.695 --56.706,80.794 --56.767,80.892 --56.828,80.99 --56.889,81.089 --56.95,81.188 --57.012,81.286 --57.073,81.385 --57.134,81.484 --57.196,81.582 --57.257,81.681 --57.319,81.78 --57.38,81.879 --57.442,81.978 --57.504,82.077 --57.565,82.176 --57.627,82.275 --57.689,82.375 --57.75,82.474 --57.812,82.573 --57.874,82.673 --57.935,82.772 --57.997,82.872 --58.059,82.971 --58.121,83.071 --58.182,83.17 --58.244,83.27 --58.306,83.37 --58.368,83.469 --58.431,83.569 --58.493,83.668 --58.555,83.768 --58.617,83.868 --58.679,83.968 --58.742,84.067 --58.804,84.167 --58.867,84.267 --58.929,84.367 --58.992,84.467 --59.054,84.568 --59.117,84.668 --59.18,84.768 --59.243,84.868 --59.306,84.969 --59.369,85.069 --59.432,85.17 --59.495,85.27 --59.558,85.371 --59.621,85.471 --60.124,85.384 --60.188,85.484 --60.252,85.585 --60.316,85.685 --60.38,85.786 --60.444,85.886 --60.508,85.987 --60.573,86.088 --60.637,86.188 --60.701,86.289 --60.766,86.39 --60.83,86.491 --60.895,86.591 --60.959,86.692 --61.023,86.793 --61.088,86.894 --61.152,86.995 --61.216,87.096 --61.281,87.197 --61.345,87.299 --61.41,87.4 --61.474,87.501 --61.539,87.603 --61.604,87.704 --61.669,87.805 --61.734,87.906 --61.799,88.007 --61.865,88.108 --61.93,88.209 --61.996,88.31 --62.061,88.411 --62.127,88.512 --62.192,88.613 --62.258,88.714 --62.323,88.815 --62.389,88.917 --62.454,89.018 --62.519,89.12 --62.584,89.221 --62.65,89.323 --62.715,89.425 --62.78,89.526 --62.845,89.628 --62.909,89.73 --62.974,89.831 --63.039,89.933 --63.104,90.035 --63.169,90.136 --63.233,90.238 --63.298,90.339 --63.362,90.441 --63.426,90.542 --63.49,90.644 --63.554,90.746 --63.618,90.848 --63.682,90.95 --63.746,91.051 --63.809,91.153 --63.873,91.254 --63.937,91.356 --64.001,91.457 --64.065,91.559 --64.129,91.66 --64.192,91.762 --64.256,91.863 --64.32,91.965 --64.384,92.067 --64.448,92.168 --64.513,92.27 --64.577,92.372 --64.642,92.474 --64.706,92.576 --64.771,92.678 --64.835,92.78 --64.899,92.883 --64.964,92.985 --65.028,93.086 --65.093,93.189 --65.158,93.291 --65.223,93.393 --65.288,93.495 --65.353,93.597 --65.418,93.699 --65.483,93.801 --65.547,93.903 --65.612,94.004 --65.677,94.106 --65.741,94.208 --65.806,94.309 --65.87,94.41 --65.935,94.512 --66,94.613 --66.064,94.714 --66.129,94.814 --66.193,94.915 --66.258,95.016 --66.323,95.117 --66.387,95.218 --66.452,95.319 --66.516,95.419 --67.218,95.301 --67.284,95.401 --67.349,95.502 --67.415,95.602 --67.48,95.702 --67.545,95.802 --67.61,95.902 --67.675,96.002 --67.74,96.102 --67.805,96.202 --67.87,96.302 --67.935,96.402 --67.999,96.503 --68.064,96.603 --68.129,96.703 --68.193,96.803 --68.257,96.903 --68.322,97.003 --68.386,97.104 --68.45,97.204 --68.514,97.305 --68.578,97.405 --68.642,97.506 --68.706,97.606 --68.77,97.707 --68.834,97.807 --68.898,97.908 --68.962,98.008 --69.026,98.109 --69.09,98.209 --69.154,98.31 --69.218,98.41 --69.282,98.511 --69.346,98.611 --69.41,98.712 --69.474,98.812 --69.538,98.913 --69.602,99.013 --69.665,99.114 --69.729,99.214 --69.793,99.314 --69.857,99.415 --69.921,99.515 --69.985,99.615 --70.049,99.715 --70.112,99.815 --70.176,99.915 --70.24,100.01 --70.303,100.11 --70.367,100.21 --70.431,100.31 --70.494,100.41 --70.558,100.51 --70.621,100.61 --70.685,100.71 --70.748,100.81 --70.812,100.91 --70.875,101.01 --70.939,101.11 --71.003,101.21 --71.066,101.31 --71.13,101.41 --71.193,101.51 --71.257,101.61 --71.321,101.7 --71.384,101.8 --71.448,101.9 --71.511,102 --71.575,102.1 --71.639,102.2 --71.703,102.3 --71.766,102.4 --71.83,102.5 --71.894,102.59 --71.957,102.69 --72.021,102.79 --72.084,102.89 --72.147,102.99 --72.211,103.09 --72.274,103.19 --72.338,103.29 --72.401,103.38 --72.464,103.48 --72.528,103.58 --72.591,103.68 --72.654,103.78 --72.718,103.88 --72.781,103.97 --72.845,104.07 --72.908,104.17 --72.971,104.27 --73.035,104.37 --73.098,104.46 --73.161,104.56 --73.224,104.66 --73.287,104.76 --73.351,104.86 --73.414,104.95 --73.477,105.05 --73.54,105.15 --74.434,104.98 --74.5,105.08 --74.565,105.18 --74.63,105.27 --74.695,105.37 --74.761,105.47 --74.826,105.56 --74.891,105.66 --74.956,105.76 --75.021,105.86 --75.086,105.95 --75.152,106.05 --75.217,106.15 --75.282,106.24 --75.347,106.34 --75.412,106.44 --75.478,106.53 --75.543,106.63 --75.608,106.73 --75.673,106.82 --75.738,106.92 --75.803,107.02 --75.868,107.12 --75.933,107.21 --75.998,107.31 --76.064,107.41 --76.129,107.5 --76.194,107.6 --76.259,107.7 --76.324,107.8 --76.389,107.89 --76.455,107.99 --76.52,108.09 --76.585,108.18 --76.65,108.28 --76.715,108.38 --76.78,108.48 --76.845,108.57 --76.91,108.67 --76.975,108.77 --77.04,108.86 --77.105,108.96 --77.17,109.06 --77.235,109.16 --77.3,109.25 --77.365,109.35 --77.431,109.45 --77.496,109.54 --77.561,109.64 --77.626,109.74 --77.691,109.84 --77.756,109.93 --77.821,110.03 --77.886,110.13 --77.951,110.22 --78.016,110.32 --78.081,110.42 --78.146,110.52 --78.211,110.61 --78.276,110.71 --78.341,110.81 --78.406,110.91 --78.471,111 --78.536,111.1 --78.601,111.2 --78.666,111.3 --78.731,111.39 --78.796,111.49 --78.861,111.59 --78.926,111.68 --78.991,111.78 --79.056,111.88 --79.121,111.98 --79.186,112.07 --79.251,112.17 --79.316,112.27 --79.381,112.37 --79.447,112.46 --79.512,112.56 --79.577,112.66 --79.642,112.75 --79.707,112.85 --79.772,112.95 --79.837,113.05 --79.902,113.14 --79.968,113.24 --80.033,113.34 --80.098,113.44 --80.164,113.53 --80.229,113.63 --80.294,113.73 --80.36,113.83 --80.425,113.92 --80.491,114.02 --80.556,114.12 --80.622,114.22 --80.687,114.31 --80.752,114.41 --80.818,114.51 --80.883,114.61 --81.863,114.53 --81.931,114.62 --81.999,114.72 --82.067,114.82 --82.135,114.91 --82.203,115.01 --82.271,115.11 --82.339,115.2 --82.407,115.3 --82.475,115.4 --82.543,115.49 --82.611,115.59 --82.679,115.69 --82.747,115.78 --82.815,115.88 --82.883,115.98 --82.952,116.07 --83.02,116.17 --83.088,116.27 --83.157,116.36 --83.225,116.46 --83.293,116.56 --83.362,116.65 --83.43,116.75 --83.498,116.85 --83.567,116.95 --83.635,117.04 --83.703,117.14 --83.771,117.24 --83.839,117.33 --83.908,117.43 --83.976,117.53 --84.044,117.62 --84.112,117.72 --84.18,117.82 --84.248,117.92 --84.316,118.01 --84.384,118.11 --84.452,118.21 --84.52,118.3 --84.588,118.4 --84.656,118.5 --84.724,118.6 --84.792,118.69 --84.86,118.79 --84.928,118.89 --84.996,118.99 --85.064,119.08 --85.132,119.18 --85.2,119.28 --85.268,119.38 --85.336,119.47 --85.404,119.57 --85.472,119.67 --85.54,119.77 --85.608,119.86 --85.675,119.96 --85.743,120.06 --85.811,120.16 --85.879,120.26 --85.947,120.35 --86.015,120.45 --86.083,120.55 --86.151,120.65 --86.22,120.74 --86.288,120.84 --86.356,120.94 --86.424,121.04 --86.492,121.14 --86.56,121.23 --86.628,121.33 --86.697,121.43 --86.765,121.53 --86.833,121.62 --86.901,121.72 --86.97,121.82 --87.038,121.92 --87.106,122.01 --87.175,122.11 --87.243,122.21 --87.312,122.31 --87.38,122.41 --87.449,122.5 --87.517,122.6 --87.586,122.7 --87.654,122.8 --87.723,122.89 --87.792,122.99 --87.86,123.09 --87.929,123.19 --87.998,123.28 --88.067,123.38 --88.136,123.48 --88.205,123.58 --88.274,123.67 --88.342,123.77 --88.411,123.87 --88.48,123.97 --88.549,124.06 --88.618,124.16 --89.66,124.14 --89.732,124.24 --89.803,124.34 --89.875,124.43 --89.947,124.53 --90.019,124.63 --90.091,124.72 --90.163,124.82 --90.235,124.92 --90.307,125.01 --90.379,125.11 --90.451,125.21 --90.523,125.3 --90.595,125.4 --90.667,125.5 --90.739,125.59 --90.812,125.69 --90.884,125.78 --90.956,125.88 --91.029,125.98 --91.102,126.07 --91.174,126.17 --91.247,126.27 --91.32,126.36 --91.393,126.46 --91.466,126.55 --91.539,126.65 --91.612,126.74 --91.685,126.84 --91.759,126.94 --91.832,127.03 --91.905,127.13 --91.979,127.22 --92.052,127.32 --92.126,127.41 --92.2,127.51 --92.274,127.6 --92.348,127.7 --92.422,127.79 --92.497,127.89 --92.571,127.98 --92.645,128.08 --92.72,128.17 --92.794,128.27 --92.869,128.36 --92.944,128.45 --93.019,128.55 --93.094,128.64 --93.169,128.74 --93.245,128.83 --93.32,128.93 --93.395,129.02 --93.471,129.11 --93.546,129.21 --93.622,129.3 --93.698,129.39 --93.774,129.49 --93.85,129.58 --93.926,129.68 --94.002,129.77 --94.078,129.86 --94.154,129.96 --94.23,130.05 --94.307,130.14 --94.383,130.24 --94.46,130.33 --94.536,130.42 --94.613,130.52 --94.689,130.61 --94.766,130.7 --94.842,130.79 --94.919,130.89 --94.996,130.98 --95.073,131.07 --95.15,131.16 --95.227,131.25 --95.305,131.35 --95.382,131.44 --95.459,131.53 --95.536,131.62 --95.613,131.71 --95.691,131.8 --95.768,131.89 --95.846,131.99 --95.923,132.08 --96.001,132.17 --96.079,132.26 --96.157,132.35 --96.236,132.44 --96.314,132.53 --96.393,132.62 --96.472,132.72 --96.551,132.81 --96.631,132.9 --96.71,132.99 --96.79,133.08 --96.87,133.17 --96.95,133.26 --97.03,133.35 --97.11,133.44 --98.428,133.32 --98.512,133.41 --98.596,133.5 --98.68,133.59 --98.764,133.68 --98.848,133.77 --98.932,133.86 --99.015,133.95 --99.099,134.04 --99.183,134.13 --99.267,134.22 --99.351,134.31 --99.435,134.4 --99.518,134.49 --99.602,134.58 --99.686,134.66 --99.77,134.75 --99.855,134.84 --99.939,134.93 --100.02,135.02 --100.11,135.11 --100.19,135.19 --100.28,135.28 --100.36,135.37 --100.45,135.46 --100.53,135.55 --100.62,135.63 --100.7,135.72 --100.79,135.81 --100.87,135.9 --100.96,135.99 --101.04,136.07 --101.13,136.16 --101.21,136.25 --101.3,136.34 --101.38,136.43 --101.47,136.51 --101.56,136.6 --101.64,136.69 --101.73,136.78 --101.82,136.86 --101.9,136.95 --101.99,137.04 --102.08,137.13 --102.16,137.22 --102.25,137.3 --102.34,137.39 --102.42,137.48 --102.51,137.56 --102.6,137.65 --102.69,137.74 --102.77,137.82 --102.86,137.91 --102.95,138 --103.04,138.08 --103.12,138.17 --103.21,138.26 --103.3,138.34 --103.39,138.43 --103.48,138.51 --103.57,138.6 --103.65,138.69 --103.74,138.77 --103.83,138.86 --103.92,138.94 --104.01,139.03 --104.1,139.11 --104.18,139.2 --104.27,139.28 --104.36,139.37 --104.45,139.46 --104.54,139.54 --104.63,139.63 --104.72,139.71 --104.81,139.79 --104.9,139.88 --104.99,139.96 --105.07,140.05 --105.16,140.13 --105.25,140.22 --105.34,140.3 --105.43,140.39 --105.52,140.47 --105.61,140.56 --105.7,140.64 --105.79,140.73 --105.88,140.81 --105.97,140.89 --106.06,140.98 --106.15,141.06 --106.24,141.15 --106.33,141.23 --106.42,141.31 --106.51,141.4 --106.6,141.48 --106.69,141.57 --106.78,141.65 --106.87,141.73 --106.96,141.82 --107.05,141.9 --108.3,142.04 --108.4,142.12 --108.49,142.2 --108.58,142.29 --108.68,142.37 --108.77,142.45 --108.86,142.54 --108.95,142.62 --109.05,142.7 --109.14,142.79 --109.23,142.87 --109.32,142.95 --109.42,143.04 --109.51,143.12 --109.6,143.2 --109.69,143.28 --109.79,143.37 --109.88,143.45 --109.97,143.53 --110.07,143.62 --110.16,143.7 --110.25,143.78 --110.35,143.86 --110.44,143.95 --110.53,144.03 --110.63,144.11 --110.72,144.2 --110.81,144.28 --110.91,144.36 --111,144.44 --111.09,144.53 --111.19,144.61 --111.28,144.69 --111.37,144.77 --111.47,144.86 --111.56,144.94 --111.66,145.02 --111.75,145.1 --111.84,145.18 --111.94,145.27 --112.03,145.35 --112.13,145.43 --112.22,145.51 --112.31,145.59 --112.41,145.68 --112.5,145.76 --112.6,145.84 --112.69,145.92 --112.79,146 --112.88,146.08 --112.97,146.17 --113.07,146.25 --113.16,146.33 --113.26,146.41 --113.35,146.49 --113.45,146.57 --113.54,146.65 --113.64,146.73 --113.73,146.82 --113.83,146.9 --113.92,146.98 --114.02,147.06 --114.12,147.14 --114.21,147.22 --114.31,147.3 --114.4,147.38 --114.5,147.46 --114.59,147.54 --114.69,147.62 --114.79,147.7 --114.88,147.78 --114.98,147.86 --115.07,147.94 --115.17,148.02 --115.27,148.1 --115.36,148.18 --115.46,148.26 --115.55,148.34 --115.65,148.42 --115.75,148.5 --115.84,148.58 --115.94,148.66 --116.03,148.74 --116.13,148.82 --116.23,148.9 --116.32,148.98 --116.42,149.06 --116.51,149.14 --116.61,149.22 --116.71,149.3 --116.8,149.38 --116.9,149.45 --117,149.53 --117.09,149.61 --117.19,149.69 --117.29,149.77 --117.38,149.85 --117.48,149.93 --117.58,150.01 --117.67,150.09 --119.05,150.31 --119.15,150.38 --119.25,150.46 --119.35,150.54 --119.45,150.62 --119.55,150.7 --119.65,150.78 --119.75,150.85 --119.85,150.93 --119.95,151.01 --120.05,151.09 --120.15,151.16 --120.25,151.24 --120.35,151.32 --120.45,151.4 --120.55,151.47 --120.65,151.55 --120.75,151.63 --120.85,151.71 --120.95,151.78 --121.05,151.86 --121.15,151.94 --121.25,152.01 --121.35,152.09 --121.45,152.16 --121.55,152.24 --121.65,152.32 --121.75,152.39 --121.85,152.47 --121.96,152.55 --122.06,152.62 --122.16,152.7 --122.26,152.78 --122.36,152.85 --122.46,152.93 --122.56,153.01 --122.66,153.08 --122.76,153.16 --122.87,153.23 --122.97,153.31 --123.07,153.39 --123.17,153.46 --123.27,153.54 --123.37,153.61 --123.48,153.69 --123.58,153.77 --123.68,153.84 --123.78,153.92 --123.88,153.99 --123.98,154.07 --124.09,154.14 --124.19,154.22 --124.29,154.29 --124.39,154.37 --124.49,154.45 --124.6,154.52 --124.7,154.6 --124.8,154.67 --124.9,154.75 --125,154.82 --125.1,154.9 --125.21,154.97 --125.31,155.05 --125.41,155.12 --125.51,155.2 --125.61,155.27 --125.72,155.35 --125.82,155.43 --125.92,155.5 --126.02,155.58 --126.12,155.65 --126.22,155.73 --126.33,155.8 --126.43,155.88 --126.53,155.95 --126.63,156.03 --126.73,156.1 --126.84,156.18 --126.94,156.25 --127.04,156.32 --127.14,156.4 --127.25,156.47 --127.35,156.55 --127.45,156.62 --127.55,156.7 --127.65,156.77 --127.76,156.85 --127.86,156.92 --127.96,157 --128.06,157.07 --128.17,157.14 --128.27,157.22 --128.37,157.29 --128.47,157.37 --128.58,157.44 --128.68,157.52 --128.78,157.59 --128.88,157.66 --128.99,157.74 --129.09,157.81 --130.1,158.29 --130.21,158.36 --130.31,158.44 --130.42,158.51 --130.52,158.59 --130.63,158.66 --130.73,158.73 --130.84,158.81 --130.94,158.88 --131.05,158.96 --131.15,159.03 --131.26,159.11 --131.36,159.18 --131.47,159.25 --131.57,159.33 --131.68,159.4 --131.78,159.48 --131.89,159.55 --131.99,159.62 --132.1,159.7 --132.2,159.77 --132.31,159.85 --132.41,159.92 --132.52,159.99 --132.63,160.07 --132.73,160.14 --132.84,160.21 --132.94,160.29 --133.05,160.36 --133.15,160.44 --133.26,160.51 --133.36,160.58 --133.47,160.66 --133.57,160.73 --133.68,160.8 --133.78,160.88 --133.89,160.95 --133.99,161.03 --134.1,161.1 --134.2,161.17 --134.31,161.25 --134.41,161.32 --134.52,161.39 --134.62,161.47 --134.73,161.54 --134.83,161.62 --134.93,161.69 --135.04,161.76 --135.14,161.84 --135.25,161.91 --135.35,161.98 --135.46,162.06 --135.56,162.13 --135.67,162.21 --135.77,162.28 --135.88,162.35 --135.98,162.43 --136.09,162.5 --136.19,162.58 --136.3,162.65 --136.4,162.72 --136.5,162.8 --136.61,162.87 --136.71,162.94 --136.82,163.02 --136.92,163.09 --137.03,163.17 --137.13,163.24 --137.24,163.31 --137.34,163.39 --137.45,163.46 --137.55,163.53 --137.66,163.61 --137.76,163.68 --137.87,163.76 --137.97,163.83 --138.08,163.9 --138.18,163.98 --138.29,164.05 --138.39,164.12 --138.5,164.2 --138.6,164.27 --138.71,164.34 --138.81,164.42 --138.92,164.49 --139.02,164.56 --139.13,164.64 --139.23,164.71 --139.34,164.78 --139.44,164.86 --139.55,164.93 --139.65,165 --139.76,165.08 --139.86,165.15 --139.97,165.22 --140.07,165.3 --140.18,165.37 --140.28,165.44 --140.38,165.52 --140.49,165.59 --141.45,166 --141.56,166.08 --141.67,166.15 --141.77,166.22 --141.88,166.3 --141.99,166.37 --142.09,166.44 --142.2,166.52 --142.31,166.59 --142.41,166.67 --142.52,166.74 --142.62,166.81 --142.73,166.89 --142.84,166.96 --142.94,167.03 --143.05,167.11 --143.16,167.18 --143.26,167.25 --143.37,167.33 --143.48,167.4 --143.58,167.47 --143.69,167.55 --143.8,167.62 --143.9,167.69 --144.01,167.77 --144.12,167.84 --144.22,167.91 --144.33,167.99 --144.44,168.06 --144.54,168.13 --144.65,168.21 --144.75,168.28 --144.86,168.35 --144.97,168.43 --145.08,168.5 --145.18,168.57 --145.29,168.65 --145.4,168.72 --145.5,168.79 --145.61,168.87 --145.72,168.94 --145.82,169.01 --145.93,169.08 --146.04,169.16 --146.14,169.23 --146.25,169.3 --146.36,169.38 --146.47,169.45 --146.57,169.52 --146.68,169.59 --146.79,169.67 --146.89,169.74 --147,169.81 --147.11,169.88 --147.21,169.96 --147.32,170.03 --147.43,170.1 --147.53,170.18 --147.64,170.25 --147.75,170.32 --147.85,170.39 --147.96,170.47 --148.07,170.54 --148.17,170.61 --148.28,170.69 --148.39,170.76 --148.5,170.83 --148.6,170.91 --148.71,170.98 --148.82,171.05 --148.92,171.12 --149.03,171.2 --149.14,171.27 --149.24,171.34 --149.35,171.42 --149.46,171.49 --149.56,171.56 --149.67,171.64 --149.78,171.71 --149.88,171.78 --149.99,171.86 --150.1,171.93 --150.2,172 --150.31,172.07 --150.42,172.15 --150.52,172.22 --150.63,172.29 --150.74,172.37 --150.84,172.44 --150.95,172.51 --151.06,172.59 --151.16,172.66 --151.27,172.73 --151.38,172.8 --151.48,172.88 --151.59,172.95 --151.69,173.02 --151.8,173.09 --151.91,173.17 --152.01,173.24 --152.78,173.54 --152.89,173.61 --153,173.69 --153.11,173.76 --153.22,173.83 --153.32,173.9 --153.43,173.98 --153.54,174.05 --153.65,174.12 --153.76,174.19 --153.86,174.27 --153.97,174.34 --154.08,174.41 --154.19,174.48 --154.3,174.56 --154.4,174.63 --154.51,174.7 --154.62,174.77 --154.73,174.85 --154.83,174.92 --154.94,174.99 --155.05,175.06 --155.16,175.14 --155.26,175.21 --155.37,175.28 --155.48,175.35 --155.59,175.43 --155.69,175.5 --155.8,175.57 --155.91,175.64 --156.02,175.72 --156.12,175.79 --156.23,175.86 --156.34,175.93 --156.44,176.01 --156.55,176.08 --156.66,176.15 --156.77,176.22 --156.87,176.3 --156.98,176.37 --157.09,176.44 --157.19,176.52 --157.3,176.59 --157.41,176.66 --157.51,176.74 --157.62,176.81 --157.73,176.88 --157.83,176.95 --157.94,177.03 --158.05,177.1 --158.15,177.17 --158.26,177.25 --158.37,177.32 --158.47,177.39 --158.58,177.47 --158.69,177.54 --158.79,177.61 --158.9,177.69 --159.01,177.76 --159.11,177.83 --159.22,177.91 --159.33,177.98 --159.43,178.05 --159.54,178.13 --159.65,178.2 --159.75,178.27 --159.86,178.35 --159.97,178.42 --160.07,178.49 --160.18,178.56 --160.28,178.64 --160.39,178.71 --160.5,178.78 --160.6,178.86 --160.71,178.93 --160.82,179 --160.92,179.07 --161.03,179.15 --161.13,179.22 --161.24,179.29 --161.35,179.37 --161.45,179.44 --161.56,179.51 --161.66,179.58 --161.77,179.66 --161.88,179.73 --161.98,179.8 --162.09,179.88 --162.19,179.95 --162.3,180.02 --162.41,180.09 --162.51,180.17 --162.62,180.24 --162.72,180.31 --162.83,180.39 --162.94,180.46 --163.04,180.53 --163.15,180.6 --163.25,180.68 --163.36,180.75 --163.74,181.17 --163.84,181.25 --163.95,181.32 --164.06,181.39 --164.16,181.47 --164.27,181.54 --164.38,181.61 --164.48,181.69 --164.59,181.76 --164.7,181.83 --164.8,181.91 --164.91,181.98 --165.01,182.05 --165.12,182.13 --165.23,182.2 --165.33,182.27 --165.44,182.35 --165.54,182.42 --165.65,182.49 --165.76,182.57 --165.86,182.64 --165.97,182.71 --166.08,182.79 --166.18,182.86 --166.29,182.93 --166.39,183 --166.5,183.08 --166.61,183.15 --166.71,183.22 --166.82,183.3 --166.92,183.37 --167.03,183.44 --167.14,183.52 --167.24,183.59 --167.35,183.66 --167.45,183.73 --167.56,183.81 --167.67,183.88 --167.77,183.95 --167.88,184.03 --167.98,184.1 --168.09,184.17 --168.19,184.24 --168.3,184.32 --168.41,184.39 --168.51,184.46 --168.62,184.53 --168.72,184.61 --168.83,184.68 --168.93,184.75 --169.04,184.82 --169.14,184.89 --169.25,184.97 --169.36,185.04 --169.46,185.11 --169.57,185.18 --169.67,185.25 --169.78,185.33 --169.88,185.4 --169.99,185.47 --170.09,185.54 --170.2,185.62 --170.3,185.69 --170.41,185.76 --170.51,185.83 --170.62,185.9 --170.72,185.97 --170.83,186.05 --170.93,186.12 --171.04,186.19 --171.14,186.26 --171.25,186.33 --171.35,186.4 --171.46,186.48 --171.56,186.55 --171.67,186.62 --171.77,186.69 --171.88,186.76 --171.98,186.83 --172.09,186.9 --172.19,186.98 --172.3,187.05 --172.4,187.12 --172.51,187.19 --172.61,187.26 --172.72,187.33 --172.82,187.4 --172.93,187.47 --173.03,187.55 --173.14,187.62 --173.24,187.69 --173.35,187.76 --173.45,187.83 --173.56,187.9 --173.66,187.97 --173.76,188.04 --173.87,188.11 --173.97,188.18 --174.08,188.25 --174.18,188.32 --174.62,188.66 --174.73,188.73 --174.83,188.8 --174.93,188.87 --175.04,188.94 --175.14,189.01 --175.25,189.08 --175.35,189.15 --175.45,189.22 --175.56,189.29 --175.66,189.37 --175.77,189.44 --175.87,189.51 --175.97,189.58 --176.08,189.65 --176.18,189.72 --176.28,189.79 --176.39,189.86 --176.49,189.93 --176.59,190 --176.7,190.07 --176.8,190.14 --176.9,190.2 --177,190.27 --177.11,190.34 --177.21,190.41 --177.31,190.48 --177.41,190.55 --177.52,190.62 --177.62,190.69 --177.72,190.76 --177.82,190.83 --177.92,190.9 --178.03,190.97 --178.13,191.04 --178.23,191.11 --178.33,191.18 --178.43,191.24 --178.53,191.31 --178.64,191.38 --178.74,191.45 --178.84,191.52 --178.94,191.58 --179.05,191.65 --179.15,191.72 --179.25,191.79 --179.35,191.86 --179.45,191.92 --179.55,191.99 --179.66,192.06 --179.76,192.13 --179.86,192.19 --179.96,192.26 --180.06,192.33 --180.16,192.4 --180.26,192.46 --180.37,192.53 --180.47,192.6 --180.57,192.66 --180.67,192.73 --180.77,192.8 --180.87,192.86 --180.97,192.93 --181.07,193 --181.17,193.06 --181.27,193.13 --181.38,193.19 --181.48,193.26 --181.58,193.33 --181.68,193.39 --181.78,193.46 --181.88,193.53 --181.98,193.59 --182.08,193.66 --182.18,193.72 --182.28,193.79 --182.38,193.85 --182.48,193.92 --182.58,193.99 --182.68,194.05 --182.78,194.12 --182.88,194.18 --182.98,194.25 --183.08,194.31 --183.18,194.38 --183.28,194.45 --183.38,194.51 --183.48,194.58 --183.58,194.64 --183.68,194.71 --183.78,194.77 --183.88,194.84 --183.98,194.9 --184.07,194.97 --184.17,195.03 --184.27,195.1 --184.37,195.16 --184.47,195.23 --184.57,195.29 --184.67,195.36 --185.27,195.66 --185.37,195.73 --185.47,195.79 --185.57,195.85 --185.67,195.92 --185.77,195.98 --185.87,196.05 --185.97,196.11 --186.07,196.18 --186.16,196.24 --186.26,196.31 --186.36,196.37 --186.46,196.43 --186.56,196.5 --186.66,196.56 --186.75,196.63 --186.85,196.69 --186.95,196.75 --187.05,196.82 --187.15,196.88 --187.24,196.95 --187.34,197.01 --187.44,197.07 --187.54,197.14 --187.64,197.2 --187.73,197.27 --187.83,197.33 --187.93,197.39 --188.03,197.46 --188.12,197.52 --188.22,197.58 --188.32,197.65 --188.42,197.71 --188.51,197.78 --188.61,197.84 --188.71,197.9 --188.8,197.97 --188.9,198.03 --189,198.09 --189.1,198.15 --189.19,198.22 --189.29,198.28 --189.39,198.34 --189.48,198.41 --189.58,198.47 --189.68,198.53 --189.77,198.6 --189.87,198.66 --189.97,198.72 --190.06,198.78 --190.16,198.85 --190.26,198.91 --190.35,198.97 --190.45,199.03 --190.55,199.1 --190.64,199.16 --190.74,199.22 --190.83,199.28 --190.93,199.35 --191.03,199.41 --191.12,199.47 --191.22,199.53 --191.31,199.59 --191.41,199.66 --191.51,199.72 --191.6,199.78 --191.7,199.84 --191.79,199.9 --191.89,199.96 --191.98,200.03 --192.08,200.09 --192.17,200.15 --192.27,200.21 --192.36,200.27 --192.46,200.33 --192.55,200.39 --192.65,200.46 --192.74,200.52 --192.84,200.58 --192.93,200.64 --193.03,200.7 --193.12,200.76 --193.22,200.82 --193.31,200.88 --193.4,200.94 --193.5,201.01 --193.59,201.07 --193.69,201.13 --193.78,201.19 --193.87,201.25 --193.97,201.31 --194.06,201.37 --194.16,201.43 --194.25,201.49 --194.34,201.55 --194.44,201.61 --194.53,201.67 --194.62,201.73 --194.72,201.79 --194.81,201.85 --195.47,202.19 --195.56,202.25 --195.66,202.31 --195.75,202.37 --195.84,202.43 --195.94,202.49 --196.03,202.55 --196.13,202.61 --196.22,202.67 --196.31,202.73 --196.41,202.79 --196.5,202.85 --196.6,202.91 --196.69,202.97 --196.78,203.03 --196.88,203.09 --196.97,203.15 --197.06,203.21 --197.16,203.27 --197.25,203.33 --197.34,203.39 --197.44,203.45 --197.53,203.51 --197.62,203.57 --197.72,203.62 --197.81,203.68 --197.9,203.74 --198,203.8 --198.09,203.86 --198.18,203.92 --198.27,203.98 --198.37,204.04 --198.46,204.09 --198.55,204.15 --198.64,204.21 --198.74,204.27 --198.83,204.33 --198.92,204.39 --199.01,204.45 --199.1,204.5 --199.2,204.56 --199.29,204.62 --199.38,204.68 --199.47,204.74 --199.56,204.79 --199.65,204.85 --199.75,204.91 --199.84,204.97 --199.93,205.03 --200.02,205.09 --200.11,205.14 --200.2,205.2 --200.29,205.26 --200.38,205.32 --200.47,205.37 --200.56,205.43 --200.66,205.49 --200.75,205.55 --200.84,205.6 --200.93,205.66 --201.02,205.72 --201.11,205.78 --201.2,205.83 --201.29,205.89 --201.38,205.95 --201.47,206 --201.56,206.06 --201.65,206.12 --201.73,206.17 --201.82,206.23 --201.91,206.29 --202,206.34 --202.09,206.4 --202.18,206.46 --202.27,206.51 --202.35,206.57 --202.44,206.62 --202.53,206.68 --202.62,206.74 --202.71,206.79 --202.8,206.85 --202.88,206.9 --202.97,206.96 --203.06,207.01 --203.15,207.07 --203.23,207.12 --203.32,207.18 --203.41,207.23 --203.5,207.29 --203.58,207.34 --203.67,207.4 --203.76,207.45 --203.85,207.51 --203.93,207.56 --204.02,207.62 --204.11,207.67 --204.19,207.73 --204.28,207.78 --204.37,207.84 --204.45,207.89 --205.09,208.28 --205.17,208.33 --205.26,208.39 --205.35,208.44 --205.43,208.5 --205.52,208.55 --205.61,208.6 --205.69,208.66 --205.78,208.71 --205.86,208.76 --205.95,208.82 --206.04,208.87 --206.12,208.92 --206.21,208.98 --206.29,209.03 --206.38,209.08 --206.46,209.14 --206.55,209.19 --206.63,209.24 --206.72,209.29 --206.8,209.35 --206.89,209.4 --206.97,209.45 --207.06,209.5 --207.14,209.56 --207.23,209.61 --207.31,209.66 --207.39,209.71 --207.48,209.76 --207.56,209.82 --207.65,209.87 --207.73,209.92 --207.81,209.97 --207.9,210.02 --207.98,210.07 --208.06,210.12 --208.14,210.18 --208.23,210.23 --208.31,210.28 --208.39,210.33 --208.47,210.38 --208.55,210.43 --208.64,210.48 --208.72,210.53 --208.8,210.58 --208.88,210.63 --208.96,210.68 --209.04,210.73 --209.12,210.78 --209.21,210.83 --209.29,210.89 --209.37,210.94 --209.45,210.99 --209.53,211.04 --209.61,211.09 --209.69,211.14 --209.77,211.19 --209.85,211.24 --209.93,211.29 --210,211.34 --210.08,211.39 --210.16,211.44 --210.24,211.49 --210.32,211.54 --210.4,211.59 --210.48,211.64 --210.55,211.69 --210.63,211.74 --210.71,211.79 --210.79,211.84 --210.86,211.89 --210.94,211.94 --211.02,211.98 --211.09,212.03 --211.17,212.08 --211.25,212.13 --211.32,212.18 --211.4,212.23 --211.47,212.28 --211.55,212.33 --211.62,212.38 --211.7,212.43 --211.77,212.48 --211.85,212.53 --211.92,212.58 --211.99,212.63 --212.07,212.68 --212.14,212.73 --212.21,212.78 --212.29,212.83 --212.36,212.88 --212.43,212.93 --212.5,212.98 --212.58,213.03 --212.65,213.08 --212.72,213.13 --212.79,213.18 --212.86,213.23 --212.94,213.28 --213.01,213.33 --213.51,213.83 --213.58,213.88 --213.65,213.93 --213.72,213.98 --213.79,214.03 --213.86,214.08 --213.93,214.13 --214,214.18 --214.07,214.23 --214.14,214.28 --214.21,214.33 --214.28,214.38 --214.35,214.43 --214.42,214.48 --214.49,214.53 --214.55,214.58 --214.62,214.63 --214.69,214.68 --214.76,214.73 --214.82,214.78 --214.89,214.84 --214.96,214.89 --215.02,214.94 --215.09,214.99 --215.16,215.04 --215.22,215.09 --215.29,215.14 --215.35,215.19 --215.42,215.24 --215.48,215.29 --215.55,215.35 --215.61,215.4 --215.67,215.45 --215.74,215.5 --215.8,215.55 --215.87,215.6 --215.93,215.65 --215.99,215.71 --216.06,215.76 --216.12,215.81 --216.18,215.86 --216.24,215.91 --216.31,215.96 --216.37,216.02 --216.43,216.07 --216.49,216.12 --216.55,216.17 --216.61,216.23 --216.68,216.28 --216.74,216.33 --216.8,216.38 --216.86,216.44 --216.92,216.49 --216.98,216.54 --217.04,216.59 --217.1,216.65 --217.16,216.7 --217.22,216.75 --217.28,216.81 --217.33,216.86 --217.39,216.91 --217.45,216.97 --217.51,217.02 --217.57,217.07 --217.63,217.13 --217.68,217.18 --217.74,217.23 --217.8,217.29 --217.85,217.34 --217.91,217.4 --217.97,217.45 --218.02,217.5 --218.08,217.56 --218.14,217.61 --218.19,217.67 --218.25,217.72 --218.3,217.78 --218.36,217.83 --218.41,217.88 --218.47,217.94 --218.52,217.99 --218.58,218.05 --218.63,218.1 --218.68,218.16 --218.74,218.21 --218.79,218.27 --218.84,218.33 --218.9,218.38 --218.95,218.44 --219,218.49 --219.05,218.55 --219.11,218.6 --219.16,218.66 --219.21,218.72 --219.26,218.77 --219.31,218.83 --219.36,218.88 --219.41,218.94 --219.46,219 --219.51,219.05 --220,219.55 --220.05,219.6 --220.1,219.66 --220.15,219.72 --220.2,219.78 --220.25,219.83 --220.3,219.89 --220.35,219.95 --220.4,220.01 --220.45,220.07 --220.49,220.12 --220.54,220.18 --220.59,220.24 --220.64,220.3 --220.68,220.36 --220.73,220.41 --220.78,220.47 --220.82,220.53 --220.87,220.59 --220.91,220.65 --220.96,220.71 --221.01,220.77 --221.05,220.82 --221.09,220.88 --221.14,220.94 --221.18,221 --221.23,221.06 --221.27,221.12 --221.31,221.18 --221.36,221.24 --221.4,221.3 --221.44,221.36 --221.49,221.42 --221.53,221.48 --221.57,221.54 --221.61,221.59 --221.65,221.65 --221.7,221.71 --221.74,221.77 --221.78,221.83 --221.82,221.89 --221.86,221.95 --221.9,222.01 --221.94,222.07 --221.98,222.13 --222.02,222.19 --222.06,222.25 --222.1,222.31 --222.14,222.37 --222.18,222.43 --222.21,222.49 --222.25,222.55 --222.29,222.61 --222.33,222.67 --222.36,222.73 --222.4,222.79 --222.44,222.85 --222.47,222.91 --222.51,222.97 --222.55,223.02 --222.58,223.08 --222.62,223.14 --222.65,223.2 --222.69,223.26 --222.73,223.32 --222.76,223.38 --222.8,223.44 --222.83,223.5 --222.86,223.56 --222.9,223.62 --222.93,223.68 --222.97,223.74 --223,223.8 --223.03,223.86 --223.07,223.92 --223.1,223.98 --223.13,224.04 --223.17,224.09 --223.2,224.15 --223.23,224.21 --223.26,224.27 --223.3,224.33 --223.33,224.39 --223.36,224.45 --223.39,224.51 --223.42,224.57 --223.45,224.63 --223.48,224.69 --223.51,224.75 --223.54,224.81 --223.57,224.87 --223.6,224.92 --223.63,224.98 --223.66,225.04 --223.69,225.1 --223.72,225.16 --223.75,225.22 --223.78,225.28 --223.81,225.34 --223.84,225.4 --224.27,225.95 --224.3,226.01 --224.33,226.07 --224.36,226.13 --224.38,226.19 --224.41,226.25 --224.44,226.31 --224.47,226.37 --224.49,226.43 --224.52,226.49 --224.55,226.55 --224.58,226.61 --224.6,226.67 --224.63,226.73 --224.65,226.79 --224.68,226.85 --224.71,226.91 --224.73,226.96 --224.76,227.02 --224.78,227.08 --224.81,227.14 --224.83,227.2 --224.86,227.26 --224.88,227.32 --224.91,227.38 --224.93,227.44 --224.96,227.5 --224.98,227.55 --225.01,227.61 --225.03,227.67 --225.06,227.73 --225.08,227.79 --225.1,227.85 --225.13,227.91 --225.15,227.96 --225.18,228.02 --225.2,228.08 --225.23,228.14 --225.25,228.2 --225.28,228.26 --225.3,228.31 --225.33,228.37 --225.35,228.43 --225.38,228.49 --225.4,228.55 --225.43,228.61 --225.45,228.66 --225.48,228.72 --225.5,228.78 --225.53,228.84 --225.55,228.9 --225.58,228.96 --225.6,229.01 --225.62,229.07 --225.65,229.13 --225.67,229.19 --225.7,229.25 --225.72,229.31 --225.75,229.36 --225.77,229.42 --225.8,229.48 --225.82,229.54 --225.85,229.6 --225.87,229.66 --225.89,229.71 --225.92,229.77 --225.94,229.83 --225.97,229.89 --225.99,229.95 --226.02,230.01 --226.04,230.07 --226.06,230.12 --226.09,230.18 --226.11,230.24 --226.13,230.3 --226.16,230.36 --226.18,230.42 --226.2,230.48 --226.23,230.54 --226.25,230.6 --226.28,230.66 --226.3,230.72 --226.32,230.78 --226.35,230.83 --226.37,230.89 --226.39,230.95 --226.42,231.01 --226.44,231.07 --226.46,231.13 --226.48,231.19 --226.51,231.25 --226.53,231.31 --226.55,231.37 --226.58,231.43 --226.6,231.49 --226.62,231.55 --226.65,231.61 --226.67,231.66 --226.69,231.72 --226.72,231.78 --227.04,232.45 --227.06,232.51 --227.09,232.57 --227.11,232.63 --227.13,232.69 --227.16,232.75 --227.18,232.81 --227.2,232.87 --227.23,232.93 --227.25,232.99 --227.27,233.05 --227.3,233.11 --227.32,233.17 --227.34,233.23 --227.37,233.29 --227.39,233.34 --227.42,233.4 --227.44,233.46 --227.46,233.52 --227.49,233.58 --227.51,233.64 --227.53,233.7 --227.56,233.76 --227.58,233.82 --227.6,233.88 --227.63,233.94 --227.65,233.99 --227.68,234.05 --227.7,234.11 --227.72,234.17 --227.75,234.23 --227.77,234.29 --227.8,234.35 --227.82,234.4 --227.84,234.46 --227.87,234.52 --227.89,234.58 --227.92,234.64 --227.94,234.69 --227.97,234.75 --227.99,234.81 --228.01,234.87 --228.04,234.93 --228.06,234.98 --228.08,235.04 --228.11,235.1 --228.13,235.16 --228.15,235.22 --228.18,235.27 --228.2,235.33 --228.22,235.39 --228.25,235.45 --228.27,235.51 --228.3,235.56 --228.32,235.62 --228.34,235.68 --228.37,235.74 --228.39,235.8 --228.42,235.85 --228.44,235.91 --228.47,235.97 --228.49,236.03 --228.52,236.08 --228.55,236.14 --228.57,236.2 --228.6,236.25 --228.62,236.31 --228.65,236.37 --228.68,236.43 --228.7,236.48 --228.73,236.54 --228.76,236.6 --228.78,236.65 --228.81,236.71 --228.84,236.77 --228.86,236.82 --228.89,236.88 --228.92,236.93 --228.95,236.99 --228.97,237.05 --229,237.1 --229.03,237.16 --229.06,237.22 --229.08,237.27 --229.11,237.33 --229.14,237.38 --229.17,237.44 --229.2,237.49 --229.22,237.55 --229.25,237.6 --229.28,237.66 --229.31,237.71 --229.34,237.77 --229.37,237.82 --229.4,237.88 --229.43,237.93 --229.46,237.99 --229.49,238.04 --229.52,238.09 --229.55,238.15 --229.79,238.82 --229.82,238.88 --229.85,238.93 --229.88,238.98 --229.91,239.04 --229.94,239.09 --229.98,239.15 --230.01,239.2 --230.04,239.26 --230.07,239.31 --230.1,239.36 --230.13,239.42 --230.17,239.47 --230.2,239.52 --230.23,239.58 --230.26,239.63 --230.3,239.68 --230.33,239.74 --230.36,239.79 --230.39,239.84 --230.43,239.9 --230.46,239.95 --230.49,240 --230.53,240.05 --230.56,240.11 --230.6,240.16 --230.63,240.21 --230.66,240.26 --230.7,240.31 --230.73,240.37 --230.77,240.42 --230.8,240.47 --230.84,240.52 --230.87,240.57 --230.91,240.62 --230.94,240.67 --230.98,240.72 --231.01,240.77 --231.05,240.82 --231.09,240.88 --231.12,240.93 --231.16,240.98 --231.2,241.03 --231.23,241.07 --231.27,241.12 --231.31,241.17 --231.34,241.22 --231.38,241.27 --231.42,241.32 --231.46,241.37 --231.5,241.42 --231.53,241.47 --231.57,241.52 --231.61,241.56 --231.65,241.61 --231.69,241.66 --231.73,241.71 --231.77,241.76 --231.81,241.8 --231.85,241.85 --231.88,241.9 --231.92,241.95 --231.96,241.99 --232,242.04 --232.05,242.09 --232.09,242.13 --232.13,242.18 --232.17,242.22 --232.21,242.27 --232.25,242.32 --232.29,242.36 --232.33,242.41 --232.37,242.45 --232.42,242.5 --232.46,242.54 --232.5,242.59 --232.54,242.63 --232.58,242.68 --232.63,242.72 --232.67,242.76 --232.71,242.81 --232.75,242.85 --232.8,242.89 --232.84,242.94 --232.88,242.98 --232.93,243.02 --232.97,243.07 --233.02,243.11 --233.06,243.15 --233.1,243.19 --233.15,243.24 --233.19,243.28 --233.24,243.32 --233.28,243.36 --233.33,243.4 --233.37,243.44 --233.42,243.48 --233.46,243.52 --233.51,243.56 --233.56,243.6 --233.74,244.26 --233.79,244.3 --233.83,244.34 --233.88,244.38 --233.93,244.42 --233.97,244.46 --234.02,244.5 --234.07,244.54 --234.12,244.57 --234.16,244.61 --234.21,244.65 --234.26,244.69 --234.31,244.73 --234.36,244.77 --234.41,244.8 --234.45,244.84 --234.5,244.88 --234.55,244.91 --234.6,244.95 --234.65,244.99 --234.7,245.02 --234.75,245.06 --234.8,245.09 --234.85,245.13 --234.9,245.16 --234.95,245.2 --235,245.23 --235.05,245.27 --235.1,245.3 --235.15,245.34 --235.21,245.37 --235.26,245.4 --235.31,245.44 --235.36,245.47 --235.41,245.5 --235.46,245.54 --235.51,245.57 --235.57,245.6 --235.62,245.63 --235.67,245.67 --235.72,245.7 --235.77,245.73 --235.83,245.76 --235.88,245.79 --235.93,245.82 --235.98,245.86 --236.04,245.89 --236.09,245.92 --236.14,245.95 --236.19,245.98 --236.25,246.01 --236.3,246.04 --236.35,246.06 --236.41,246.09 --236.46,246.12 --236.51,246.15 --236.57,246.18 --236.62,246.21 --236.67,246.23 --236.73,246.26 --236.78,246.29 --236.83,246.31 --236.89,246.34 --236.94,246.37 --237,246.39 --237.05,246.42 --237.1,246.44 --237.16,246.47 --237.21,246.49 --237.27,246.52 --237.32,246.54 --237.38,246.56 --237.43,246.59 --237.49,246.61 --237.54,246.63 --237.59,246.65 --237.65,246.68 --237.7,246.7 --237.76,246.72 --237.81,246.74 --237.87,246.76 --237.92,246.78 --237.98,246.8 --238.03,246.82 --238.09,246.84 --238.15,246.86 --238.2,246.88 --238.26,246.9 --238.31,246.92 --238.37,246.94 --238.42,246.96 --238.48,246.97 --238.53,246.99 --238.59,247.01 --238.64,247.03 --238.7,247.04 --238.76,247.06 --238.81,247.08 --238.87,247.09 --238.92,247.11 --239.02,247.66 --239.08,247.68 --239.13,247.7 --239.19,247.71 --239.24,247.73 --239.3,247.74 --239.36,247.75 --239.41,247.77 --239.47,247.78 --239.52,247.79 --239.58,247.81 --239.64,247.82 --239.69,247.83 --239.75,247.84 --239.8,247.85 --239.86,247.86 --239.92,247.87 --239.97,247.88 --240.03,247.89 --240.08,247.9 --240.14,247.91 --240.2,247.92 --240.25,247.93 --240.31,247.94 --240.36,247.95 --240.42,247.95 --240.48,247.96 --240.53,247.97 --240.59,247.97 --240.64,247.98 --240.7,247.99 --240.76,247.99 --240.81,248 --240.87,248 --240.92,248.01 --240.98,248.01 --241.04,248.01 --241.09,248.02 --241.15,248.02 --241.21,248.02 --241.26,248.03 --241.32,248.03 --241.37,248.03 --241.43,248.03 --241.48,248.03 --241.54,248.03 --241.6,248.04 --241.65,248.04 --241.71,248.04 --241.76,248.04 --241.82,248.04 --241.87,248.03 --241.93,248.03 --241.98,248.03 --242.04,248.03 --242.09,248.03 --242.15,248.03 --242.2,248.02 --242.26,248.02 --242.31,248.02 --242.37,248.01 --242.42,248.01 --242.47,248.01 --242.53,248 --242.58,248 --242.64,247.99 --242.69,247.99 --242.75,247.98 --242.8,247.97 --242.85,247.97 --242.91,247.96 --242.96,247.95 --243.01,247.94 --243.07,247.94 --243.12,247.93 --243.17,247.92 --243.23,247.91 --243.28,247.9 --243.33,247.9 --243.39,247.89 --243.44,247.88 --243.49,247.87 --243.54,247.86 --243.6,247.85 --243.65,247.84 --243.7,247.83 --243.75,247.82 --243.8,247.8 --243.86,247.79 --243.91,247.78 --243.96,247.77 --244.01,247.76 --244.06,247.75 --244.11,247.73 --244.16,247.72 --244.21,247.71 --244.26,247.69 --244.31,247.68 --244.36,247.67 --244.41,247.65 --244.42,247.96 --244.47,247.95 --244.52,247.93 --244.57,247.92 --244.62,247.9 --244.67,247.89 --244.72,247.87 --244.77,247.85 --244.81,247.84 --244.86,247.82 --244.91,247.8 --244.96,247.79 --245.01,247.77 --245.05,247.75 --245.1,247.73 --245.15,247.71 --245.2,247.69 --245.24,247.68 --245.29,247.66 --245.34,247.64 --245.38,247.62 --245.43,247.6 --245.47,247.58 --245.52,247.56 --245.57,247.54 --245.61,247.52 --245.66,247.5 --245.7,247.48 --245.75,247.46 --245.79,247.43 --245.84,247.41 --245.88,247.39 --245.93,247.37 --245.97,247.35 --246.02,247.33 --246.06,247.3 --246.11,247.28 --246.15,247.26 --246.2,247.23 --246.24,247.21 --246.28,247.19 --246.33,247.16 --246.37,247.14 --246.42,247.12 --246.46,247.09 --246.5,247.07 --246.55,247.04 --246.59,247.02 --246.63,246.99 --246.67,246.97 --246.72,246.94 --246.76,246.92 --246.8,246.89 --246.84,246.87 --246.89,246.84 --246.93,246.82 --246.97,246.79 --247.01,246.76 --247.05,246.74 --247.09,246.71 --247.14,246.68 --247.18,246.66 --247.22,246.63 --247.26,246.6 --247.3,246.58 --247.34,246.55 --247.38,246.52 --247.42,246.5 --247.46,246.47 --247.5,246.44 --247.54,246.41 --247.58,246.39 --247.62,246.36 --247.66,246.33 --247.7,246.3 --247.74,246.27 --247.78,246.25 --247.82,246.22 --247.86,246.19 --247.89,246.16 --247.93,246.13 --247.97,246.1 --248.01,246.07 --248.04,246.04 --248.08,246.01 --248.12,245.98 --248.16,245.96 --248.19,245.93 --248.23,245.9 --248.27,245.87 --248.3,245.84 --248.34,245.81 --248.38,245.78 --248.41,245.75 --248.45,245.72 --248.48,245.69 --248.52,245.66 --248.55,245.63 --248.59,245.6 --248.62,245.57 --248.54,245.91 --248.57,245.88 --248.6,245.85 --248.64,245.82 --248.67,245.79 --248.71,245.76 --248.74,245.73 --248.77,245.71 --248.81,245.68 --248.84,245.65 --248.87,245.61 --248.91,245.58 --248.94,245.55 --248.97,245.52 --249.01,245.49 --249.04,245.46 --249.07,245.43 --249.11,245.4 --249.14,245.37 --249.17,245.34 --249.2,245.31 --249.24,245.28 --249.27,245.25 --249.3,245.22 --249.34,245.19 --249.37,245.16 --249.4,245.13 --249.43,245.1 --249.47,245.07 --249.5,245.04 --249.53,245.01 --249.56,244.98 --249.59,244.95 --249.63,244.92 --249.66,244.89 --249.69,244.85 --249.72,244.82 --249.75,244.79 --249.78,244.76 --249.82,244.73 --249.85,244.7 --249.88,244.67 --249.91,244.64 --249.94,244.61 --249.97,244.58 --250,244.54 --250.03,244.51 --250.07,244.48 --250.1,244.45 --250.13,244.42 --250.16,244.39 --250.19,244.36 --250.22,244.33 --250.25,244.3 --250.28,244.27 --250.31,244.24 --250.34,244.21 --250.37,244.18 --250.4,244.14 --250.43,244.11 --250.46,244.08 --250.5,244.05 --250.53,244.02 --250.56,243.99 --250.59,243.96 --250.62,243.93 --250.65,243.9 --250.68,243.87 --250.71,243.84 --250.74,243.81 --250.77,243.78 --250.8,243.75 --250.83,243.72 --250.86,243.69 --250.89,243.66 --250.92,243.63 --250.95,243.6 --250.98,243.57 --251.01,243.54 --251.05,243.51 --251.08,243.48 --251.11,243.46 --251.14,243.43 --251.17,243.4 --251.2,243.37 --251.23,243.34 --251.27,243.31 --251.3,243.28 --251.33,243.26 --251.36,243.23 --251.39,243.2 --251.43,243.17 --251.46,243.14 --251.49,243.11 --251.52,243.09 --251.56,243.06 --251.59,243.03 --251.62,243 --251.66,242.97 --251.69,242.94 --251.55,243.08 --251.59,243.05 --251.62,243.02 --251.65,242.99 --251.69,242.96 --251.72,242.93 --251.75,242.91 --251.79,242.88 --251.82,242.85 --251.85,242.82 --251.89,242.8 --251.92,242.77 --251.96,242.74 --251.99,242.71 --252.02,242.68 --252.06,242.66 --252.09,242.63 --252.13,242.6 --252.16,242.57 --252.2,242.54 --252.23,242.52 --252.26,242.49 --252.3,242.46 --252.33,242.43 --252.37,242.4 --252.4,242.38 --252.44,242.35 --252.47,242.32 --252.51,242.29 --252.55,242.27 --252.58,242.24 --252.62,242.21 --252.66,242.19 --252.69,242.16 --252.73,242.13 --252.77,242.11 --252.81,242.08 --252.84,242.06 --252.88,242.03 --252.92,242.01 --252.96,241.98 --253,241.95 --253.04,241.93 --253.08,241.91 --253.12,241.88 --253.16,241.86 --253.2,241.83 --253.24,241.81 --253.28,241.79 --253.32,241.76 --253.36,241.74 --253.4,241.72 --253.44,241.69 --253.48,241.67 --253.53,241.65 --253.57,241.63 --253.61,241.6 --253.65,241.58 --253.7,241.56 --253.74,241.54 --253.78,241.51 --253.82,241.49 --253.87,241.47 --253.91,241.45 --253.95,241.43 --254,241.41 --254.04,241.39 --254.09,241.37 --254.13,241.35 --254.18,241.32 --254.22,241.3 --254.26,241.28 --254.31,241.26 --254.35,241.24 --254.4,241.22 --254.44,241.2 --254.49,241.18 --254.53,241.16 --254.58,241.14 --254.62,241.13 --254.67,241.11 --254.72,241.09 --254.76,241.07 --254.81,241.05 --254.86,241.03 --254.9,241.02 --254.95,241 --255,240.98 --255.05,240.96 --255.1,240.94 --255.14,240.93 --255.19,240.91 --255.24,240.89 --255.29,240.88 --255.34,240.86 --255.39,240.84 --255.44,240.83 --255.49,240.81 --255.54,240.8 --255.59,240.78 --255.48,240.95 --255.53,240.93 --255.58,240.92 --255.63,240.91 --255.68,240.89 --255.73,240.88 --255.78,240.87 --255.83,240.85 --255.88,240.84 --255.94,240.83 --255.99,240.82 --256.04,240.8 --256.09,240.79 --256.14,240.78 --256.2,240.77 --256.25,240.76 --256.3,240.75 --256.36,240.74 --256.41,240.73 --256.46,240.72 --256.52,240.71 --256.57,240.7 --256.62,240.69 --256.68,240.68 --256.73,240.67 --256.79,240.66 --256.84,240.65 --256.9,240.65 --256.95,240.64 --257.01,240.63 --257.06,240.62 --257.12,240.62 --257.17,240.61 --257.23,240.6 --257.28,240.59 --257.34,240.59 --257.4,240.58 --257.45,240.58 --257.51,240.57 --257.56,240.57 --257.62,240.56 --257.68,240.56 --257.73,240.55 --257.79,240.55 --257.85,240.55 --257.91,240.54 --257.96,240.54 --258.02,240.54 --258.08,240.54 --258.14,240.54 --258.2,240.53 --258.25,240.53 --258.31,240.53 --258.37,240.53 --258.43,240.53 --258.49,240.53 --258.55,240.53 --258.61,240.54 --258.67,240.54 --258.73,240.54 --258.79,240.54 --258.85,240.54 --258.91,240.54 --258.97,240.55 --259.03,240.55 --259.09,240.55 --259.15,240.56 --259.21,240.56 --259.27,240.57 --259.33,240.57 --259.39,240.58 --259.45,240.58 --259.51,240.59 --259.57,240.6 --259.63,240.6 --259.69,240.61 --259.76,240.62 --259.82,240.63 --259.88,240.64 --259.94,240.65 --260,240.65 --260.06,240.66 --260.13,240.67 --260.19,240.68 --260.25,240.69 --260.31,240.71 --260.37,240.72 --260.44,240.73 --260.5,240.74 --260.56,240.75 --260.63,240.76 --260.69,240.77 --260.75,240.79 --260.82,240.8 --260.88,240.81 --260.94,240.82 --261.01,240.84 --261.07,240.85 --261.14,240.86 --261.2,240.88 --261.19,241.03 --261.26,241.05 --261.32,241.06 --261.39,241.08 --261.45,241.09 --261.52,241.11 --261.58,241.12 --261.65,241.14 --261.71,241.16 --261.78,241.17 --261.85,241.19 --261.91,241.21 --261.98,241.23 --262.04,241.24 --262.11,241.26 --262.18,241.28 --262.24,241.3 --262.31,241.32 --262.38,241.34 --262.45,241.36 --262.51,241.38 --262.58,241.4 --262.65,241.42 --262.72,241.44 --262.78,241.46 --262.85,241.48 --262.92,241.5 --262.99,241.52 --263.06,241.54 --263.12,241.57 --263.19,241.59 --263.26,241.61 --263.33,241.63 --263.4,241.66 --263.47,241.68 --263.54,241.7 --263.61,241.73 --263.68,241.75 --263.75,241.78 --263.82,241.8 --263.88,241.83 --263.95,241.85 --264.03,241.88 --264.1,241.9 --264.17,241.93 --264.24,241.95 --264.31,241.98 --264.38,242.01 --264.45,242.03 --264.52,242.06 --264.59,242.09 --264.66,242.12 --264.73,242.14 --264.8,242.17 --264.88,242.2 --264.95,242.23 --265.02,242.26 --265.09,242.29 --265.16,242.32 --265.24,242.34 --265.31,242.37 --265.38,242.4 --265.45,242.43 --265.53,242.46 --265.6,242.49 --265.67,242.52 --265.75,242.55 --265.82,242.58 --265.89,242.61 --265.97,242.64 --266.04,242.68 --266.12,242.71 --266.19,242.74 --266.27,242.77 --266.34,242.8 --266.41,242.83 --266.49,242.86 --266.56,242.9 --266.64,242.93 --266.71,242.96 --266.79,242.99 --266.87,243.03 --266.94,243.06 --267.02,243.09 --267.09,243.13 --267.17,243.16 --267.24,243.2 --267.32,243.23 --267.4,243.26 --267.47,243.3 --267.55,243.33 --267.63,243.37 --267.7,243.4 --267.78,243.44 --267.86,243.47 --267.93,243.51 --268.01,243.55 --268.09,243.58 --268.17,243.62 --268.24,243.66 --268.23,243.72 --268.31,243.75 --268.39,243.79 --268.47,243.83 --268.54,243.86 --268.62,243.9 --268.7,243.94 --268.78,243.98 --268.86,244.02 --268.94,244.06 --269.01,244.1 --269.09,244.13 --269.17,244.17 --269.25,244.21 --269.33,244.25 --269.41,244.29 --269.49,244.33 --269.57,244.37 --269.65,244.41 --269.73,244.45 --269.81,244.49 --269.89,244.53 --269.97,244.58 --270.05,244.62 --270.13,244.66 --270.21,244.7 --270.29,244.74 --270.37,244.78 --270.45,244.83 --270.53,244.87 --270.62,244.91 --270.7,244.95 --270.78,245 --270.86,245.04 --270.94,245.08 --271.02,245.13 --271.11,245.17 --271.19,245.21 --271.27,245.26 --271.35,245.3 --271.43,245.35 --271.52,245.39 --271.6,245.43 --271.68,245.48 --271.77,245.52 --271.85,245.57 --271.93,245.61 --272.01,245.66 --272.1,245.71 --272.18,245.75 --272.26,245.8 --272.35,245.84 --272.43,245.89 --272.52,245.94 --272.6,245.98 --272.68,246.03 --272.77,246.07 --272.85,246.12 --272.94,246.17 --273.02,246.22 --273.11,246.26 --273.19,246.31 --273.28,246.36 --273.36,246.4 --273.45,246.45 --273.53,246.5 --273.62,246.55 --273.7,246.6 --273.79,246.64 --273.87,246.69 --273.96,246.74 --274.05,246.79 --274.13,246.84 --274.22,246.89 --274.3,246.94 --274.39,246.99 --274.48,247.03 --274.56,247.08 --274.65,247.13 --274.74,247.18 --274.83,247.23 --274.91,247.28 --275,247.33 --275.09,247.38 --275.17,247.43 --275.26,247.48 --275.35,247.53 --275.44,247.58 --275.53,247.63 --275.61,247.68 --275.7,247.74 --275.79,247.79 --275.88,247.84 --275.97,247.89 --276.05,247.94 --276.14,247.99 --276.23,248.04 --276.32,248.09 --276.41,248.14 --276.5,248.2 --276.5,248.14 --276.59,248.19 --276.68,248.24 --276.77,248.29 --276.86,248.34 --276.95,248.4 --277.04,248.45 --277.13,248.5 --277.22,248.55 --277.31,248.6 --277.4,248.65 --277.49,248.71 --277.58,248.76 --277.67,248.81 --277.76,248.86 --277.85,248.91 --277.95,248.96 --278.04,249.02 --278.13,249.07 --278.22,249.12 --278.31,249.17 --278.4,249.23 --278.49,249.28 --278.59,249.33 --278.68,249.38 --278.77,249.43 --278.86,249.49 --278.95,249.54 --279.05,249.59 --279.14,249.64 --279.23,249.7 --279.32,249.75 --279.42,249.8 --279.51,249.85 --279.6,249.91 --279.69,249.96 --279.78,250.01 --279.88,250.07 --279.97,250.12 --280.06,250.17 --280.16,250.22 --280.25,250.28 --280.34,250.33 --280.43,250.38 --280.53,250.44 --280.62,250.49 --280.71,250.54 --280.81,250.6 --280.9,250.65 --280.99,250.7 --281.09,250.76 --281.18,250.81 --281.27,250.86 --281.37,250.92 --281.46,250.97 --281.55,251.02 --281.65,251.08 --281.74,251.13 --281.83,251.18 --281.93,251.24 --282.02,251.29 --282.11,251.35 --282.21,251.4 --282.3,251.45 --282.4,251.5 --282.49,251.56 --282.58,251.61 --282.68,251.66 --282.77,251.72 --282.86,251.77 --282.96,251.82 --283.05,251.88 --283.14,251.93 --283.24,251.98 --283.33,252.04 --283.42,252.09 --283.51,252.14 --283.61,252.2 --283.7,252.25 --283.79,252.31 --283.89,252.36 --283.98,252.41 --284.07,252.47 --284.16,252.52 --284.26,252.58 --284.35,252.63 --284.44,252.68 --284.54,252.74 --284.63,252.79 --284.73,252.84 --284.82,252.89 --284.91,252.95 --285,253 --285.1,253.05 --285.19,253.11 --285.28,253.16 --285.38,253.21 --285.47,253.27 --285.56,253.32 --285.65,253.37 --285.7,253.54 --285.8,253.6 --285.89,253.65 --285.98,253.7 --286.07,253.76 --286.17,253.81 --286.26,253.86 --286.35,253.92 --286.44,253.97 --286.54,254.02 --286.63,254.08 --286.72,254.13 --286.81,254.18 --286.91,254.24 --287,254.29 --287.09,254.34 --287.18,254.39 --287.28,254.45 --287.37,254.5 --287.46,254.55 --287.56,254.6 --287.65,254.66 --287.74,254.71 --287.83,254.76 --287.93,254.82 --288.02,254.87 --288.11,254.92 --288.21,254.97 --288.3,255.03 --288.39,255.08 --288.48,255.13 --288.58,255.19 --288.67,255.24 --288.76,255.29 --288.85,255.34 --288.95,255.4 --289.04,255.45 --289.13,255.5 --289.23,255.55 --289.32,255.6 --289.41,255.66 --289.5,255.71 --289.6,255.76 --289.69,255.81 --289.78,255.87 --289.87,255.92 --289.97,255.97 --290.06,256.02 --290.15,256.07 --290.25,256.13 --290.34,256.18 --290.43,256.23 --290.53,256.28 --290.62,256.34 --290.71,256.39 --290.81,256.44 --290.9,256.49 --291,256.55 --291.09,256.6 --291.18,256.65 --291.28,256.7 --291.37,256.76 --291.46,256.81 --291.56,256.86 --291.65,256.91 --291.75,256.97 --291.84,257.02 --291.94,257.07 --292.03,257.12 --292.12,257.18 --292.22,257.23 --292.31,257.28 --292.41,257.34 --292.5,257.39 --292.6,257.44 --292.69,257.49 --292.79,257.55 --292.88,257.6 --292.98,257.65 --293.07,257.71 --293.17,257.76 --293.26,257.81 --293.36,257.87 --293.45,257.92 --293.55,257.98 --293.64,258.03 --293.74,258.08 --293.83,258.14 --293.93,258.19 --294.02,258.25 --294.12,258.3 --294.22,258.35 --294.31,258.41 --294.41,258.46 --294.5,258.52 --294.6,258.57 --294.7,258.63 --294.79,258.68 --294.89,258.74 --294.99,258.79 --295.05,259.02 --295.14,259.08 --295.24,259.13 --295.34,259.19 --295.44,259.24 --295.53,259.3 --295.63,259.35 --295.73,259.41 --295.83,259.47 --295.92,259.52 --296.02,259.58 --296.12,259.63 --296.22,259.69 --296.32,259.75 --296.41,259.8 --296.51,259.86 --296.61,259.92 --296.71,259.97 --296.81,260.03 --296.9,260.08 --297,260.14 --297.1,260.2 --297.2,260.25 --297.3,260.31 --297.4,260.37 --297.5,260.42 --297.6,260.48 --297.7,260.54 --297.79,260.6 --297.89,260.65 --297.99,260.71 --298.09,260.77 --298.19,260.82 --298.29,260.88 --298.39,260.94 --298.49,261 --298.59,261.05 --298.69,261.11 --298.79,261.17 --298.89,261.23 --298.99,261.29 --299.09,261.34 --299.19,261.4 --299.29,261.46 --299.39,261.52 --299.49,261.58 --299.6,261.63 --299.7,261.69 --299.8,261.75 --299.9,261.81 --300,261.87 --300.1,261.93 --300.2,261.99 --300.3,262.05 --300.4,262.1 --300.5,262.16 --300.61,262.22 --300.71,262.28 --300.81,262.34 --300.91,262.4 --301.01,262.46 --301.11,262.52 --301.21,262.58 --301.32,262.64 --301.42,262.7 --301.52,262.75 --301.62,262.81 --301.72,262.87 --301.83,262.93 --301.93,262.99 --302.03,263.05 --302.13,263.11 --302.23,263.17 --302.34,263.23 --302.44,263.29 --302.54,263.35 --302.65,263.41 --302.75,263.47 --302.85,263.53 --302.95,263.59 --303.06,263.65 --303.16,263.71 --303.26,263.77 --303.37,263.84 --303.47,263.9 --303.57,263.96 --303.67,264.02 --303.78,264.08 --303.88,264.14 --303.98,264.2 --304.09,264.26 --304.19,264.32 --304.3,264.38 --304.4,264.44 --304.5,264.5 --304.61,264.57 --304.71,264.63 --304.81,264.69 --304.92,264.75 --305.02,264.81 --305.32,265.12 --305.42,265.19 --305.53,265.25 --305.63,265.31 --305.74,265.37 --305.84,265.43 --305.95,265.5 --306.05,265.56 --306.16,265.62 --306.26,265.68 --306.37,265.75 --306.47,265.81 --306.58,265.87 --306.68,265.93 --306.79,266 --306.89,266.06 --307,266.12 --307.1,266.19 --307.21,266.25 --307.31,266.31 --307.42,266.37 --307.53,266.44 --307.63,266.5 --307.74,266.56 --307.84,266.62 --307.95,266.69 --308.06,266.75 --308.16,266.81 --308.27,266.88 --308.38,266.94 --308.48,267 --308.59,267.06 --308.7,267.13 --308.8,267.19 --308.91,267.25 --309.02,267.32 --309.13,267.38 --309.23,267.44 --309.34,267.51 --309.45,267.57 --309.56,267.63 --309.66,267.69 --309.77,267.76 --309.88,267.82 --309.99,267.88 --310.1,267.95 --310.2,268.01 --310.31,268.07 --310.42,268.13 --310.53,268.2 --310.64,268.26 --310.74,268.32 --310.85,268.39 --310.96,268.45 --311.07,268.51 --311.18,268.58 --311.29,268.64 --311.39,268.7 --311.5,268.77 --311.61,268.83 --311.72,268.89 --311.83,268.96 --311.93,269.02 --312.04,269.08 --312.15,269.15 --312.26,269.21 --312.37,269.27 --312.47,269.34 --312.58,269.4 --312.69,269.47 --312.8,269.53 --312.91,269.59 --313.01,269.66 --313.12,269.72 --313.23,269.78 --313.34,269.85 --313.45,269.91 --313.56,269.98 --313.66,270.04 --313.77,270.1 --313.88,270.17 --313.99,270.23 --314.1,270.3 --314.21,270.36 --314.31,270.43 --314.42,270.49 --314.53,270.55 --314.64,270.62 --314.75,270.68 --314.86,270.75 --314.97,270.81 --315.07,270.87 --315.18,270.94 --315.29,271 --315.4,271.07 --315.51,271.13 --315.62,271.19 --315.73,271.26 --315.84,271.32 --315.95,271.39 --316.27,271.86 --316.38,271.93 --316.49,271.99 --316.6,272.05 --316.71,272.12 --316.82,272.18 --316.93,272.25 --317.04,272.31 --317.15,272.38 --317.26,272.44 --317.37,272.51 --317.48,272.57 --317.59,272.64 --317.69,272.7 --317.8,272.76 --317.91,272.83 --318.02,272.89 --318.13,272.96 --318.24,273.02 --318.35,273.08 --318.46,273.15 --318.57,273.21 --318.68,273.28 --318.79,273.34 --318.9,273.41 --319.01,273.47 --319.12,273.53 --319.23,273.6 --319.34,273.66 --319.45,273.73 --319.56,273.79 --319.67,273.85 --319.78,273.92 --319.89,273.98 --320,274.05 --320.11,274.11 --320.22,274.18 --320.33,274.24 --320.44,274.3 --320.55,274.37 --320.66,274.43 --320.77,274.5 --320.88,274.56 --320.99,274.62 --321.11,274.69 --321.22,274.75 --321.33,274.82 --321.44,274.88 --321.55,274.94 --321.66,275.01 --321.77,275.07 --321.88,275.14 --321.99,275.2 --322.1,275.27 --322.21,275.33 --322.32,275.39 --322.43,275.46 --322.54,275.52 --322.65,275.59 --322.76,275.65 --322.87,275.71 --322.98,275.78 --323.1,275.84 --323.21,275.9 --323.32,275.97 --323.43,276.03 --323.54,276.1 --323.65,276.16 --323.76,276.22 --323.87,276.29 --323.98,276.35 --324.09,276.42 --324.2,276.48 --324.31,276.54 --324.42,276.61 --324.53,276.67 --324.65,276.73 --324.76,276.8 --324.87,276.86 --324.98,276.93 --325.09,276.99 --325.2,277.06 --325.31,277.12 --325.42,277.18 --325.53,277.25 --325.64,277.31 --325.75,277.38 --325.87,277.44 --325.98,277.5 --326.09,277.57 --326.2,277.63 --326.31,277.7 --326.42,277.76 --326.53,277.82 --326.64,277.89 --326.75,277.95 --326.87,278.02 --326.98,278.08 --327.09,278.15 --327.2,278.21 --327.48,278.6 --327.59,278.66 --327.7,278.73 --327.81,278.79 --327.92,278.85 --328.03,278.92 --328.15,278.98 --328.26,279.05 --328.37,279.11 --328.48,279.18 --328.59,279.24 --328.7,279.31 --328.81,279.37 --328.92,279.44 --329.03,279.5 --329.14,279.57 --329.26,279.63 --329.37,279.7 --329.48,279.76 --329.59,279.82 --329.7,279.89 --329.81,279.95 --329.92,280.02 --330.03,280.08 --330.14,280.15 --330.25,280.21 --330.36,280.28 --330.47,280.35 --330.58,280.41 --330.7,280.48 --330.81,280.54 --330.92,280.61 --331.03,280.67 --331.14,280.74 --331.25,280.8 --331.36,280.87 --331.47,280.93 --331.58,281 --331.69,281.06 --331.81,281.13 --331.92,281.19 --332.03,281.25 --332.14,281.32 --332.25,281.38 --332.36,281.45 --332.47,281.51 --332.58,281.58 --332.69,281.64 --332.8,281.71 --332.91,281.77 --333.02,281.84 --333.13,281.9 --333.24,281.97 --333.35,282.03 --333.46,282.1 --333.57,282.17 --333.68,282.23 --333.79,282.3 --333.9,282.36 --334.01,282.42 --334.12,282.49 --334.23,282.55 --334.34,282.62 --334.45,282.68 --334.56,282.75 --334.67,282.81 --334.78,282.88 --334.89,282.94 --335,283.01 --335.1,283.07 --335.21,283.14 --335.32,283.2 --335.43,283.27 --335.54,283.33 --335.65,283.4 --335.76,283.46 --335.86,283.53 --335.97,283.59 --336.08,283.66 --336.19,283.72 --336.3,283.79 --336.41,283.85 --336.52,283.92 --336.62,283.99 --336.73,284.05 --336.84,284.12 --336.95,284.18 --337.06,284.25 --337.17,284.31 --337.27,284.38 --337.38,284.44 --337.49,284.51 --337.6,284.57 --337.71,284.64 --337.82,284.7 --337.92,284.77 --338.03,284.83 --338.14,284.9 --338.25,284.96 --338.36,285.03 --338.58,284.95 --338.69,285.02 --338.79,285.08 --338.9,285.15 --339.01,285.21 --339.12,285.28 --339.22,285.34 --339.33,285.41 --339.44,285.47 --339.55,285.54 --339.65,285.6 --339.76,285.67 --339.87,285.73 --339.98,285.8 --340.08,285.86 --340.19,285.93 --340.3,285.99 --340.4,286.05 --340.51,286.12 --340.62,286.18 --340.73,286.25 --340.83,286.31 --340.94,286.38 --341.05,286.44 --341.15,286.51 --341.26,286.57 --341.37,286.64 --341.47,286.7 --341.58,286.77 --341.69,286.83 --341.79,286.9 --341.9,286.96 --342.01,287.03 --342.11,287.09 --342.22,287.16 --342.32,287.22 --342.43,287.29 --342.54,287.35 --342.64,287.42 --342.75,287.48 --342.85,287.55 --342.96,287.61 --343.07,287.68 --343.17,287.74 --343.28,287.81 --343.38,287.87 --343.49,287.94 --343.59,288 --343.7,288.07 --343.8,288.13 --343.91,288.2 --344.02,288.26 --344.12,288.33 --344.23,288.39 --344.33,288.46 --344.44,288.52 --344.54,288.59 --344.65,288.65 --344.75,288.72 --344.86,288.78 --344.96,288.85 --345.06,288.91 --345.17,288.98 --345.27,289.05 --345.38,289.11 --345.48,289.18 --345.59,289.24 --345.69,289.31 --345.8,289.37 --345.9,289.44 --346.01,289.5 --346.11,289.57 --346.22,289.63 --346.32,289.7 --346.42,289.76 --346.53,289.83 --346.63,289.89 --346.74,289.96 --346.84,290.03 --346.95,290.09 --347.05,290.16 --347.15,290.22 --347.26,290.29 --347.36,290.35 --347.46,290.42 --347.57,290.48 --347.67,290.55 --347.77,290.61 --347.88,290.68 --347.98,290.74 --348.08,290.81 --348.19,290.87 --348.29,290.94 --348.39,291 --348.49,291.07 --348.6,291.13 --348.7,291.2 --348.8,291.26 --348.91,291.33 --349.01,291.39 --349.1,291.46 --349.21,291.53 --349.31,291.59 --349.41,291.66 --349.51,291.73 --349.62,291.79 --349.72,291.86 --349.82,291.92 --349.92,291.99 --350.03,292.05 --350.13,292.12 --350.23,292.19 --350.34,292.25 --350.44,292.32 --350.54,292.38 --350.64,292.45 --350.75,292.52 --350.85,292.58 --350.95,292.65 --351.05,292.71 --351.16,292.78 --351.26,292.85 --351.36,292.91 --351.46,292.98 --351.57,293.04 --351.67,293.11 --351.77,293.18 --351.87,293.24 --351.97,293.31 --352.08,293.37 --352.18,293.44 --352.28,293.51 --352.38,293.57 --352.48,293.64 --352.58,293.7 --352.68,293.77 --352.79,293.84 --352.89,293.9 --352.99,293.97 --353.09,294.04 --353.19,294.1 --353.29,294.17 --353.39,294.24 --353.5,294.3 --353.6,294.37 --353.7,294.44 --353.8,294.5 --353.9,294.57 --354,294.64 --354.1,294.7 --354.2,294.77 --354.31,294.84 --354.41,294.9 --354.51,294.97 --354.61,295.04 --354.71,295.11 --354.81,295.18 --354.91,295.24 --355.01,295.31 --355.11,295.38 --355.22,295.45 --355.32,295.52 --355.42,295.58 --355.52,295.65 --355.62,295.72 --355.72,295.79 --355.82,295.86 --355.92,295.93 --356.02,295.99 --356.12,296.06 --356.22,296.13 --356.33,296.2 --356.43,296.27 --356.53,296.34 --356.63,296.41 --356.73,296.48 --356.83,296.55 --356.93,296.62 --357.03,296.68 --357.13,296.75 --357.23,296.82 --357.33,296.89 --357.44,296.96 --357.54,297.03 --357.64,297.1 --357.74,297.17 --357.84,297.24 --357.94,297.31 --358.04,297.38 --358.14,297.45 --358.24,297.52 --358.34,297.59 --358.44,297.67 --358.54,297.74 --358.64,297.81 --358.74,297.88 --358.85,297.95 --358.95,298.02 --359.05,298.09 --359.15,298.16 --359.16,298.14 --359.26,298.21 --359.36,298.28 --359.46,298.35 --359.56,298.42 --359.66,298.49 --359.76,298.56 --359.86,298.63 --359.96,298.7 --360.06,298.78 --360.16,298.85 --360.26,298.92 --360.36,298.99 --360.46,299.06 --360.56,299.13 --360.65,299.21 --360.75,299.28 --360.85,299.35 --360.95,299.42 --361.05,299.49 --361.15,299.57 --361.25,299.64 --361.35,299.71 --361.45,299.78 --361.55,299.86 --361.65,299.93 --361.75,300 --361.85,300.07 --361.95,300.15 --362.05,300.22 --362.15,300.29 --362.24,300.37 --362.34,300.44 --362.44,300.51 --362.54,300.59 --362.64,300.66 --362.74,300.73 --362.84,300.81 --362.94,300.88 --363.04,300.95 --363.14,301.03 --363.23,301.1 --363.33,301.18 --363.43,301.25 --363.53,301.32 --363.63,301.4 --363.73,301.47 --363.83,301.54 --363.92,301.62 --364.02,301.69 --364.12,301.77 --364.22,301.84 --364.32,301.92 --364.41,301.99 --364.51,302.06 --364.61,302.14 --364.71,302.21 --364.81,302.29 --364.9,302.36 --365,302.44 --365.1,302.51 --365.2,302.59 --365.29,302.66 --365.39,302.74 --365.49,302.81 --365.58,302.89 --365.68,302.96 --365.78,303.04 --365.88,303.12 --365.97,303.19 --366.07,303.27 --366.17,303.34 --366.26,303.42 --366.36,303.5 --366.46,303.57 --366.55,303.65 --366.65,303.72 --366.74,303.8 --366.84,303.88 --366.94,303.96 --367.03,304.03 --367.13,304.11 --367.22,304.19 --367.32,304.26 --367.42,304.34 --367.51,304.42 --367.61,304.5 --367.7,304.57 --367.8,304.65 --367.89,304.73 --367.99,304.81 --368.08,304.89 --368.18,304.96 --368.27,305.04 --368.37,305.12 --368.46,305.2 --368.56,305.28 --368.65,305.36 --368.75,305.43 --368.84,305.51 --368.89,305.38 --368.98,305.46 --369.08,305.54 --369.17,305.62 --369.27,305.69 --369.36,305.77 --369.45,305.85 --369.55,305.93 --369.64,306.01 --369.74,306.09 --369.83,306.17 --369.92,306.25 --370.02,306.33 --370.11,306.41 --370.21,306.49 --370.3,306.57 --370.39,306.65 --370.49,306.73 --370.58,306.81 --370.67,306.89 --370.77,306.97 --370.86,307.05 --370.95,307.13 --371.04,307.21 --371.14,307.29 --371.23,307.37 --371.32,307.45 --371.41,307.53 --371.51,307.61 --371.6,307.7 --371.69,307.78 --371.78,307.86 --371.87,307.94 --371.97,308.02 --372.06,308.1 --372.15,308.19 --372.24,308.27 --372.33,308.35 --372.42,308.43 --372.51,308.51 --372.6,308.6 --372.7,308.68 --372.79,308.76 --372.88,308.84 --372.97,308.93 --373.06,309.01 --373.15,309.09 --373.24,309.17 --373.33,309.26 --373.42,309.34 --373.51,309.42 --373.6,309.51 --373.69,309.59 --373.78,309.68 --373.87,309.76 --373.96,309.84 --374.05,309.93 --374.14,310.01 --374.23,310.09 --374.31,310.18 --374.4,310.26 --374.49,310.35 --374.58,310.43 --374.67,310.52 --374.76,310.6 --374.85,310.68 --374.94,310.77 --375.03,310.85 --375.11,310.94 --375.2,311.02 --375.29,311.11 --375.38,311.19 --375.47,311.28 --375.55,311.36 --375.64,311.45 --375.73,311.53 --375.82,311.62 --375.91,311.7 --375.99,311.79 --376.08,311.87 --376.17,311.96 --376.25,312.04 --376.34,312.13 --376.43,312.22 --376.51,312.3 --376.6,312.39 --376.69,312.47 --376.77,312.56 --376.86,312.64 --376.95,312.73 --377.03,312.82 --377.12,312.9 --377.21,312.99 --377.29,313.07 --377.38,313.16 --377.47,313.24 --377.55,313.33 --377.64,313.42 --377.73,313.5 --377.81,313.59 --377.88,313.4 --377.96,313.48 --378.05,313.57 --378.13,313.66 --378.22,313.74 --378.31,313.83 --378.39,313.91 --378.48,314 --378.56,314.09 --378.65,314.17 --378.73,314.26 --378.82,314.35 --378.9,314.43 --378.99,314.52 --379.08,314.61 --379.16,314.69 --379.25,314.78 --379.33,314.87 --379.42,314.95 --379.5,315.04 --379.59,315.13 --379.67,315.21 --379.76,315.3 --379.84,315.39 --379.93,315.47 --380.01,315.56 --380.1,315.65 --380.18,315.74 --380.27,315.82 --380.35,315.91 --380.44,316 --380.52,316.09 --380.6,316.17 --380.69,316.26 --380.77,316.35 --380.86,316.44 --380.94,316.52 --381.03,316.61 --381.11,316.7 --381.19,316.79 --381.28,316.87 --381.36,316.96 --381.44,317.05 --381.53,317.14 --381.61,317.23 --381.7,317.31 --381.78,317.4 --381.86,317.49 --381.95,317.58 --382.03,317.66 --382.11,317.75 --382.2,317.84 --382.28,317.93 --382.36,318.02 --382.45,318.1 --382.53,318.19 --382.61,318.28 --382.69,318.37 --382.78,318.46 --382.86,318.55 --382.94,318.63 --383.03,318.72 --383.11,318.81 --383.19,318.9 --383.27,318.99 --383.36,319.07 --383.44,319.16 --383.52,319.25 --383.61,319.34 --383.69,319.43 --383.77,319.52 --383.85,319.6 --383.94,319.69 --384.02,319.78 --384.1,319.87 --384.18,319.96 --384.27,320.05 --384.35,320.14 --384.43,320.23 --384.51,320.31 --384.6,320.4 --384.68,320.49 --384.76,320.58 --384.84,320.67 --384.92,320.76 --385.01,320.85 --385.09,320.94 --385.17,321.03 --385.25,321.12 --385.33,321.2 --385.42,321.29 --385.5,321.38 --385.58,321.47 --385.66,321.56 --385.74,321.65 --385.82,321.74 --385.91,321.83 --385.99,321.91 --386.07,322 --386.15,322.09 --386.16,321.96 --386.24,322.05 --386.32,322.14 --386.4,322.23 --386.48,322.32 --386.57,322.4 --386.65,322.49 --386.73,322.58 --386.81,322.67 --386.89,322.76 --386.97,322.85 --387.05,322.94 --387.13,323.03 --387.21,323.12 --387.29,323.2 --387.37,323.29 --387.45,323.38 --387.54,323.47 --387.62,323.56 --387.7,323.65 --387.78,323.74 --387.86,323.83 --387.94,323.92 --388.02,324 --388.1,324.09 --388.18,324.18 --388.26,324.27 --388.34,324.36 --388.42,324.45 --388.5,324.54 --388.58,324.63 --388.66,324.72 --388.74,324.8 --388.82,324.89 --388.9,324.98 --388.98,325.07 --389.06,325.16 --389.15,325.25 --389.23,325.34 --389.31,325.43 --389.39,325.52 --389.47,325.6 --389.55,325.69 --389.63,325.78 --389.71,325.87 --389.79,325.96 --389.87,326.05 --389.95,326.14 --390.03,326.23 --390.11,326.32 --390.19,326.4 --390.27,326.49 --390.35,326.58 --390.43,326.67 --390.51,326.76 --390.59,326.85 --390.67,326.94 --390.75,327.03 --390.83,327.12 --390.9,327.21 --390.98,327.29 --391.06,327.38 --391.14,327.47 --391.22,327.56 --391.3,327.65 --391.38,327.74 --391.46,327.83 --391.54,327.92 --391.62,328.01 --391.7,328.1 --391.78,328.19 --391.86,328.27 --391.94,328.36 --392.02,328.45 --392.1,328.54 --392.18,328.63 --392.25,328.72 --392.33,328.81 --392.41,328.9 --392.49,328.99 --392.57,329.08 --392.65,329.17 --392.73,329.25 --392.81,329.34 --392.89,329.43 --392.96,329.52 --393.04,329.61 --393.12,329.7 --393.2,329.79 --393.28,329.88 --393.36,329.97 --393.43,330.06 --393.51,330.15 --393.59,330.24 --393.67,330.33 --393.75,330.42 --393.82,330.51 --393.9,330.6 --393.98,330.68 --394.06,330.77 --394.04,330.68 --394.12,330.77 --394.19,330.86 --394.27,330.94 --394.35,331.03 --394.43,331.12 --394.5,331.21 --394.58,331.3 --394.66,331.39 --394.73,331.48 --394.81,331.57 --394.89,331.66 --394.97,331.75 --395.04,331.84 --395.12,331.93 --395.2,332.02 --395.27,332.11 --395.35,332.2 --395.43,332.29 --395.5,332.38 --395.58,332.47 --395.66,332.56 --395.73,332.65 --395.81,332.74 --395.89,332.83 --395.96,332.92 --396.04,333.01 --396.11,333.1 --396.19,333.19 --396.27,333.28 --396.34,333.36 --396.42,333.45 --396.49,333.54 --396.57,333.63 --396.65,333.72 --396.72,333.81 --396.8,333.9 --396.87,333.99 --396.95,334.08 --397.03,334.17 --397.1,334.26 --397.18,334.35 --397.25,334.44 --397.33,334.53 --397.41,334.62 --397.48,334.71 --397.56,334.8 --397.63,334.89 --397.71,334.98 --397.78,335.07 --397.86,335.16 --397.94,335.25 --398.01,335.34 --398.09,335.43 --398.16,335.52 --398.24,335.61 --398.31,335.7 --398.39,335.79 --398.46,335.88 --398.54,335.97 --398.62,336.06 --398.69,336.16 --398.77,336.25 --398.84,336.34 --398.92,336.43 --398.99,336.52 --399.07,336.61 --399.14,336.7 --399.22,336.79 --399.29,336.88 --399.37,336.97 --399.44,337.06 --399.52,337.15 --399.59,337.24 --399.67,337.33 --399.75,337.42 --399.82,337.51 --399.9,337.61 --399.97,337.7 --400.05,337.79 --400.12,337.88 --400.2,337.97 --400.27,338.06 --400.35,338.15 --400.42,338.24 --400.5,338.33 --400.57,338.43 --400.65,338.52 --400.72,338.61 --400.8,338.7 --400.87,338.79 --400.95,338.88 --401.02,338.97 --401.1,339.06 --401.17,339.16 --401.25,339.25 --401.32,339.34 --401.4,339.43 --401.47,339.52 --401.55,339.61 --401.53,339.56 --401.6,339.65 --401.67,339.74 --401.75,339.84 --401.82,339.93 --401.9,340.02 --401.97,340.11 --402.05,340.2 --402.12,340.29 --402.2,340.39 --402.27,340.48 --402.34,340.57 --402.42,340.66 --402.49,340.75 --402.57,340.84 --402.64,340.94 --402.71,341.03 --402.79,341.12 --402.86,341.21 --402.93,341.3 --403.01,341.39 --403.08,341.49 --403.16,341.58 --403.23,341.67 --403.3,341.76 --403.38,341.85 --403.45,341.95 --403.52,342.04 --403.6,342.13 --403.67,342.22 --403.74,342.32 --403.82,342.41 --403.89,342.5 --403.96,342.59 --404.04,342.68 --404.11,342.78 --404.18,342.87 --404.26,342.96 --404.33,343.05 --404.4,343.15 --404.48,343.24 --404.55,343.33 --404.62,343.42 --404.7,343.52 --404.77,343.61 --404.84,343.7 --404.91,343.79 --404.99,343.89 --405.06,343.98 --405.13,344.07 --405.21,344.16 --405.28,344.26 --405.35,344.35 --405.43,344.44 --405.5,344.53 --405.57,344.63 --405.64,344.72 --405.72,344.81 --405.79,344.9 --405.86,345 --405.94,345.09 --406.01,345.18 --406.08,345.28 --406.15,345.37 --406.23,345.46 --406.3,345.55 --406.37,345.65 --406.44,345.74 --406.52,345.83 --406.59,345.92 --406.66,346.02 --406.73,346.11 --406.8,346.2 --406.88,346.3 --406.95,346.39 --407.02,346.48 --407.09,346.57 --407.17,346.67 --407.24,346.76 --407.31,346.85 --407.38,346.95 --407.45,347.04 --407.53,347.13 --407.6,347.23 --407.67,347.32 --407.74,347.41 --407.81,347.5 --407.88,347.6 --407.95,347.69 --408.03,347.78 --408.1,347.88 --408.17,347.97 --408.24,348.06 --408.31,348.16 --408.38,348.25 --408.45,348.34 --408.53,348.44 --408.6,348.53 --408.67,348.62 --408.74,348.72 --408.74,348.7 --408.81,348.79 --408.88,348.88 --408.95,348.98 --409.02,349.07 --409.09,349.16 --409.16,349.26 --409.23,349.35 --409.3,349.44 --409.37,349.53 --409.45,349.63 --409.52,349.72 --409.59,349.81 --409.66,349.91 --409.73,350 --409.8,350.09 --409.87,350.18 --409.94,350.28 --410.01,350.37 --410.08,350.46 --410.15,350.56 --410.22,350.65 --410.29,350.74 --410.36,350.83 --410.43,350.93 --410.51,351.02 --410.58,351.11 --410.65,351.21 --410.72,351.3 --410.79,351.39 --410.86,351.49 --410.93,351.58 --411,351.67 --411.07,351.76 --411.14,351.86 --411.21,351.95 --411.28,352.04 --411.35,352.14 --411.42,352.23 --411.49,352.32 --411.56,352.42 --411.63,352.51 --411.7,352.6 --411.77,352.7 --411.84,352.79 --411.91,352.88 --411.98,352.97 --412.05,353.07 --412.12,353.16 --412.19,353.25 --412.26,353.35 --412.33,353.44 --412.4,353.53 --412.47,353.63 --412.53,353.72 --412.6,353.81 --412.67,353.91 --412.74,354 --412.81,354.09 --412.88,354.19 --412.95,354.28 --413.02,354.37 --413.09,354.47 --413.15,354.56 --413.22,354.65 --413.29,354.75 --413.36,354.84 --413.43,354.93 --413.5,355.03 --413.57,355.12 --413.63,355.21 --413.7,355.31 --413.77,355.4 --413.84,355.5 --413.91,355.59 --413.98,355.68 --414.04,355.78 --414.11,355.87 --414.18,355.96 --414.25,356.06 --414.32,356.15 --414.38,356.24 --414.45,356.34 --414.52,356.43 --414.59,356.53 --414.65,356.62 --414.72,356.71 --414.79,356.81 --414.86,356.9 --414.92,357 --414.99,357.09 --415.06,357.18 --415.13,357.28 --415.19,357.37 --415.26,357.46 --415.33,357.56 --415.39,357.65 --415.46,357.75 --415.53,357.84 --415.6,357.93 --415.58,357.95 --415.65,358.04 --415.71,358.14 --415.78,358.23 --415.85,358.33 --415.91,358.42 --415.98,358.51 --416.05,358.61 --416.11,358.7 --416.18,358.8 --416.25,358.89 --416.31,358.98 --416.38,359.08 --416.44,359.17 --416.51,359.27 --416.58,359.36 --416.64,359.46 --416.71,359.55 --416.77,359.65 --416.84,359.74 --416.9,359.84 --416.97,359.93 --417.04,360.03 --417.1,360.12 --417.17,360.22 --417.23,360.31 --417.3,360.41 --417.36,360.5 --417.43,360.6 --417.49,360.69 --417.55,360.79 --417.62,360.89 --417.68,360.98 --417.75,361.08 --417.81,361.17 --417.88,361.27 --417.94,361.37 --418,361.46 --418.07,361.56 --418.13,361.65 --418.2,361.75 --418.26,361.85 --418.32,361.94 --418.39,362.04 --418.45,362.14 --418.51,362.23 --418.58,362.33 --418.64,362.43 --418.71,362.52 --418.77,362.62 --418.83,362.72 --418.9,362.81 --418.96,362.91 --419.02,363.01 --419.09,363.1 --419.15,363.2 --419.21,363.3 --419.28,363.39 --419.34,363.49 --419.4,363.59 --419.46,363.69 --419.53,363.78 --419.59,363.88 --419.65,363.98 --419.72,364.07 --419.78,364.17 --419.84,364.27 --419.9,364.37 --419.97,364.46 --420.03,364.56 --420.09,364.66 --420.15,364.76 --420.22,364.85 --420.28,364.95 --420.34,365.05 --420.4,365.15 --420.47,365.24 --420.53,365.34 --420.59,365.44 --420.65,365.54 --420.72,365.64 --420.78,365.73 --420.84,365.83 --420.9,365.93 --420.96,366.03 --421.03,366.13 --421.09,366.22 --421.15,366.32 --421.21,366.42 --421.27,366.52 --421.34,366.62 --421.4,366.71 --421.46,366.81 --421.52,366.91 --421.58,367.01 --421.64,367.11 --421.71,367.21 --421.77,367.3 --421.83,367.4 --421.89,367.5 --421.87,367.55 --421.93,367.64 --421.99,367.74 --422.06,367.84 --422.12,367.94 --422.18,368.04 --422.24,368.14 --422.3,368.24 --422.36,368.34 --422.42,368.44 --422.48,368.53 --422.54,368.63 --422.61,368.73 --422.67,368.83 --422.73,368.93 --422.79,369.03 --422.85,369.13 --422.91,369.23 --422.97,369.33 --423.03,369.43 --423.09,369.53 --423.15,369.63 --423.22,369.73 --423.28,369.83 --423.34,369.93 --423.4,370.03 --423.46,370.13 --423.52,370.23 --423.58,370.33 --423.64,370.43 --423.7,370.53 --423.76,370.63 --423.82,370.73 --423.88,370.83 --423.94,370.93 --424,371.03 --424.06,371.13 --424.12,371.23 --424.18,371.33 --424.24,371.44 --424.3,371.54 --424.36,371.64 --424.42,371.74 --424.48,371.84 --424.54,371.94 --424.6,372.04 --424.66,372.14 --424.71,372.24 --424.77,372.35 --424.83,372.45 --424.89,372.55 --424.95,372.65 --425.01,372.75 --425.07,372.85 --425.13,372.96 --425.19,373.06 --425.25,373.16 --425.3,373.26 --425.36,373.36 --425.42,373.47 --425.48,373.57 --425.54,373.67 --425.6,373.77 --425.65,373.87 --425.71,373.98 --425.77,374.08 --425.83,374.18 --425.89,374.28 --425.94,374.39 --426,374.49 --426.06,374.59 --426.12,374.69 --426.18,374.8 --426.23,374.9 --426.29,375 --426.35,375.11 --426.41,375.21 --426.46,375.31 --426.52,375.41 --426.58,375.52 --426.64,375.62 --426.69,375.72 --426.75,375.83 --426.81,375.93 --426.86,376.04 --426.92,376.14 --426.98,376.24 --427.03,376.35 --427.09,376.45 --427.15,376.55 --427.2,376.66 --427.26,376.76 --427.32,376.87 --427.37,376.97 --427.43,377.07 --427.48,377.18 --427.54,377.28 --427.6,377.39 --427.65,377.49 --427.71,377.59 --427.71,377.67 --427.76,377.78 --427.82,377.88 --427.87,377.99 --427.93,378.09 --427.98,378.2 --428.04,378.3 --428.09,378.4 --428.15,378.51 --428.2,378.61 --428.26,378.72 --428.31,378.82 --428.37,378.93 --428.42,379.03 --428.48,379.14 --428.53,379.24 --428.58,379.35 --428.64,379.45 --428.69,379.56 --428.75,379.66 --428.8,379.77 --428.85,379.87 --428.91,379.98 --428.96,380.08 --429.01,380.19 --429.07,380.29 --429.12,380.4 --429.17,380.5 --429.23,380.61 --429.28,380.71 --429.33,380.82 --429.38,380.92 --429.44,381.03 --429.49,381.13 --429.54,381.24 --429.6,381.34 --429.65,381.45 --429.7,381.55 --429.75,381.66 --429.8,381.76 --429.86,381.87 --429.91,381.97 --429.96,382.08 --430.01,382.19 --430.06,382.29 --430.11,382.4 --430.17,382.5 --430.22,382.61 --430.27,382.71 --430.32,382.82 --430.37,382.92 --430.42,383.03 --430.47,383.14 --430.52,383.24 --430.57,383.35 --430.62,383.45 --430.67,383.56 --430.72,383.66 --430.77,383.77 --430.82,383.88 --430.88,383.98 --430.93,384.09 --430.98,384.19 --431.03,384.3 --431.08,384.4 --431.13,384.51 --431.18,384.62 --431.22,384.72 --431.27,384.83 --431.32,384.93 --431.37,385.04 --431.42,385.15 --431.47,385.25 --431.52,385.36 --431.57,385.47 --431.62,385.57 --431.67,385.68 --431.72,385.78 --431.77,385.89 --431.82,386 --431.86,386.1 --431.91,386.21 --431.96,386.32 --432.01,386.42 --432.06,386.53 --432.11,386.64 --432.16,386.74 --432.2,386.85 --432.25,386.95 --432.3,387.06 --432.35,387.17 --432.39,387.27 --432.44,387.38 --432.49,387.49 --432.54,387.59 --432.58,387.7 --432.63,387.81 --432.68,387.91 --432.73,388.02 --432.77,388.13 --432.84,388.24 --432.89,388.35 --432.93,388.46 --432.98,388.56 --433.03,388.67 --433.07,388.78 --433.12,388.88 --433.17,388.99 --433.21,389.1 --433.26,389.2 --433.31,389.31 --433.35,389.42 --433.4,389.53 --433.44,389.63 --433.49,389.74 --433.54,389.85 --433.58,389.95 --433.63,390.06 --433.68,390.17 --433.72,390.27 --433.77,390.38 --433.81,390.49 --433.86,390.59 --433.9,390.7 --433.95,390.81 --433.99,390.92 --434.04,391.02 --434.08,391.13 --434.13,391.24 --434.17,391.34 --434.22,391.45 --434.26,391.56 --434.31,391.67 --434.35,391.77 --434.4,391.88 --434.44,391.99 --434.49,392.09 --434.53,392.2 --434.57,392.31 --434.62,392.42 --434.66,392.52 --434.71,392.63 --434.75,392.74 --434.79,392.85 --434.84,392.95 --434.88,393.06 --434.92,393.17 --434.97,393.28 --435.01,393.38 --435.05,393.49 --435.1,393.6 --435.14,393.71 --435.18,393.81 --435.22,393.92 --435.27,394.03 --435.31,394.14 --435.35,394.24 --435.39,394.35 --435.43,394.46 --435.48,394.57 --435.52,394.67 --435.56,394.78 --435.6,394.89 --435.64,395 --435.68,395.1 --435.72,395.21 --435.76,395.32 --435.81,395.43 --435.85,395.53 --435.89,395.64 --435.93,395.75 --435.97,395.86 --436.01,395.96 --436.05,396.07 --436.09,396.18 --436.13,396.29 --436.17,396.4 --436.21,396.5 --436.25,396.61 --436.29,396.72 --436.33,396.83 --436.37,396.93 --436.4,397.04 --436.44,397.15 --436.48,397.26 --436.52,397.37 --436.56,397.47 --436.6,397.58 --436.64,397.69 --436.68,397.8 --436.71,397.91 --436.75,398.01 --436.79,398.12 --436.83,398.23 --436.87,398.34 --436.9,398.45 --436.94,398.56 --436.98,398.66 --437.01,398.77 --437.05,398.88 --437.12,399.09 --437.16,399.2 --437.2,399.31 --437.23,399.42 --437.27,399.53 --437.31,399.64 --437.34,399.74 --437.38,399.85 --437.41,399.96 --437.45,400.07 --437.49,400.18 --437.52,400.29 --437.56,400.4 --437.59,400.51 --437.63,400.62 --437.66,400.72 --437.7,400.83 --437.73,400.94 --437.77,401.05 --437.8,401.16 --437.84,401.27 --437.87,401.38 --437.91,401.49 --437.94,401.6 --437.98,401.7 --438.01,401.81 --438.04,401.92 --438.08,402.03 --438.11,402.14 --438.15,402.25 --438.18,402.36 --438.21,402.47 --438.25,402.58 --438.28,402.69 --438.31,402.8 --438.34,402.91 --438.38,403.02 --438.41,403.12 --438.44,403.23 --438.48,403.34 --438.51,403.45 --438.54,403.56 --438.57,403.67 --438.6,403.78 --438.64,403.89 --438.67,404 --438.7,404.11 --438.73,404.22 --438.76,404.33 --438.8,404.44 --438.83,404.55 --438.86,404.66 --438.89,404.77 --438.92,404.88 --438.95,404.99 --438.98,405.09 --439.01,405.2 --439.04,405.31 --439.07,405.42 --439.1,405.53 --439.13,405.64 --439.16,405.75 --439.19,405.86 --439.22,405.97 --439.25,406.08 --439.28,406.19 --439.31,406.3 --439.34,406.41 --439.37,406.52 --439.4,406.63 --439.42,406.74 --439.45,406.86 --439.48,406.97 --439.51,407.08 --439.54,407.19 --439.56,407.3 --439.59,407.41 --439.62,407.52 --439.64,407.63 --439.67,407.74 --439.7,407.85 --439.72,407.96 --439.75,408.07 --439.78,408.18 --439.8,408.29 --439.83,408.4 --439.85,408.51 --439.88,408.63 --439.9,408.74 --439.93,408.85 --439.95,408.96 --439.98,409.07 --440,409.18 --440.02,409.29 --440.05,409.4 --440.07,409.52 --440.1,409.63 --440.12,409.74 --440.14,409.85 --440.16,409.96 --440.15,410.21 --440.18,410.32 --440.2,410.44 --440.22,410.55 --440.24,410.66 --440.27,410.77 --440.29,410.88 --440.31,410.99 --440.33,411.11 --440.35,411.22 --440.37,411.33 --440.39,411.44 --440.42,411.55 --440.44,411.66 --440.46,411.78 --440.48,411.89 --440.5,412 --440.52,412.11 --440.54,412.22 --440.56,412.34 --440.58,412.45 --440.6,412.56 --440.62,412.67 --440.64,412.78 --440.66,412.9 --440.68,413.01 --440.69,413.12 --440.71,413.23 --440.73,413.35 --440.75,413.46 --440.77,413.57 --440.78,413.68 --440.8,413.8 --440.82,413.91 --440.84,414.02 --440.86,414.13 --440.87,414.25 --440.89,414.36 --440.91,414.47 --440.92,414.58 --440.94,414.7 --440.95,414.81 --440.97,414.92 --440.99,415.04 --441,415.15 --441.02,415.26 --441.03,415.38 --441.05,415.49 --441.06,415.6 --441.08,415.71 --441.09,415.83 --441.1,415.94 --441.12,416.05 --441.13,416.17 --441.15,416.28 --441.16,416.4 --441.17,416.51 --441.19,416.62 --441.2,416.74 --441.21,416.85 --441.22,416.96 --441.24,417.08 --441.25,417.19 --441.26,417.3 --441.27,417.42 --441.28,417.53 --441.3,417.64 --441.31,417.76 --441.32,417.87 --441.33,417.99 --441.34,418.1 --441.35,418.21 --441.36,418.33 --441.37,418.44 --441.38,418.55 --441.39,418.67 --441.4,418.78 --441.41,418.9 --441.42,419.01 --441.43,419.12 --441.44,419.24 --441.45,419.35 --441.46,419.47 --441.46,419.58 --441.47,419.69 --441.48,419.81 --441.49,419.92 --441.5,420.04 --441.51,420.15 --441.51,420.26 --441.52,420.38 --441.53,420.49 --441.53,420.61 --441.54,420.72 --441.55,420.83 --441.56,420.95 --441.56,421.06 --441.57,421.18 --441.57,421.29 --441.58,421.4 --441.6,421.66 --441.61,421.78 --441.62,421.89 --441.62,422.01 --441.63,422.12 --441.63,422.24 --441.64,422.35 --441.64,422.47 --441.65,422.58 --441.65,422.7 --441.65,422.81 --441.66,422.92 --441.66,423.04 --441.67,423.15 --441.67,423.27 --441.67,423.38 --441.67,423.5 --441.68,423.61 --441.68,423.73 --441.68,423.84 --441.69,423.96 --441.69,424.07 --441.69,424.19 --441.69,424.3 --441.69,424.42 --441.69,424.53 --441.7,424.64 --441.7,424.76 --441.7,424.87 --441.7,424.99 --441.7,425.1 --441.7,425.22 --441.7,425.33 --441.7,425.45 --441.7,425.56 --441.7,425.68 --441.7,425.79 --441.7,425.91 --441.7,426.02 --441.7,426.14 --441.7,426.25 --441.69,426.37 --441.69,426.48 --441.69,426.6 --441.69,426.71 --441.69,426.83 --441.68,426.94 --441.68,427.06 --441.68,427.17 --441.68,427.29 --441.67,427.4 --441.67,427.52 --441.67,427.63 --441.66,427.75 --441.66,427.86 --441.65,427.98 --441.65,428.09 --441.64,428.21 --441.64,428.32 --441.63,428.44 --441.63,428.55 --441.62,428.67 --441.62,428.78 --441.61,428.9 --441.61,429.01 --441.6,429.13 --441.59,429.24 --441.59,429.36 --441.58,429.47 --441.57,429.59 --441.57,429.7 --441.56,429.81 --441.55,429.93 --441.54,430.04 --441.54,430.16 --441.53,430.27 --441.52,430.39 --441.51,430.5 --441.5,430.62 --441.49,430.74 --441.48,430.85 --441.47,430.97 --441.46,431.08 --441.45,431.2 --441.44,431.31 --441.43,431.43 --441.42,431.54 --441.41,431.66 --441.4,431.77 --441.39,431.89 --441.38,432 --441.37,432.12 --441.36,432.23 --441.35,432.35 --441.33,432.46 --441.32,432.58 --441.31,432.69 --441.3,432.81 --441.28,432.92 --441.27,433.04 --441.37,433.42 --441.35,433.53 --441.34,433.65 --441.33,433.76 --441.31,433.88 --441.3,433.99 --441.28,434.11 --441.27,434.23 --441.26,434.34 --441.24,434.46 --441.23,434.57 --441.21,434.69 --441.2,434.8 --441.18,434.92 --441.16,435.04 --441.15,435.15 --441.13,435.27 --441.12,435.38 --441.1,435.5 --441.08,435.61 --441.07,435.73 --441.05,435.84 --441.03,435.96 --441.02,436.08 --441,436.19 --440.98,436.31 --440.96,436.42 --440.95,436.54 --440.93,436.65 --440.91,436.77 --440.89,436.89 --440.87,437 --440.86,437.12 --440.84,437.23 --440.82,437.35 --440.8,437.46 --440.78,437.58 --440.76,437.69 --440.74,437.81 --440.72,437.93 --440.7,438.04 --440.68,438.16 --440.66,438.27 --440.64,438.39 --440.62,438.51 --440.6,438.62 --440.58,438.74 --440.56,438.86 --440.53,438.97 --440.51,439.09 --440.49,439.2 --440.47,439.32 --440.45,439.44 --440.43,439.55 --440.4,439.67 --440.38,439.79 --440.36,439.9 --440.34,440.02 --440.31,440.14 --440.29,440.25 --440.27,440.37 --440.24,440.48 --440.22,440.6 --440.2,440.72 --440.17,440.83 --440.15,440.95 --440.12,441.07 --440.1,441.18 --440.07,441.3 --440.05,441.41 --440.03,441.53 --440,441.65 --439.98,441.76 --439.95,441.88 --439.93,442 --439.9,442.11 --439.88,442.23 --439.85,442.34 --439.83,442.46 --439.8,442.58 --439.77,442.69 --439.75,442.81 --439.72,442.93 --439.7,443.04 --439.67,443.16 --439.64,443.27 --439.62,443.39 --439.59,443.51 --439.56,443.62 --439.54,443.74 --439.51,443.86 --439.48,443.97 --439.46,444.09 --439.43,444.21 --439.4,444.32 --439.38,444.44 --439.35,444.56 --439.32,444.67 --439.29,444.79 --439.26,444.91 --439.34,445.24 --439.31,445.36 --439.28,445.47 --439.26,445.59 --439.23,445.71 --439.2,445.83 --439.17,445.94 --439.14,446.06 --439.11,446.18 --439.08,446.3 --439.05,446.41 --439.02,446.53 --438.99,446.65 --438.96,446.77 --438.93,446.89 --438.9,447 --438.87,447.12 --438.84,447.24 --438.81,447.36 --438.78,447.48 --438.75,447.6 --438.72,447.71 --438.69,447.83 --438.66,447.95 --438.63,448.07 --438.6,448.19 --438.57,448.3 --438.54,448.42 --438.5,448.54 --438.47,448.66 --438.44,448.78 --438.41,448.89 --438.38,449.01 --438.34,449.13 --438.31,449.25 --438.28,449.36 --438.25,449.48 --438.21,449.6 --438.18,449.72 --438.15,449.84 --438.12,449.95 --438.08,450.07 --438.05,450.19 --438.02,450.31 --437.98,450.43 --437.95,450.54 --437.91,450.66 --437.88,450.78 --437.85,450.9 --437.81,451.02 --437.78,451.13 --437.75,451.25 --437.71,451.37 --437.68,451.49 --437.64,451.61 --437.61,451.72 --437.57,451.84 --437.54,451.96 --437.5,452.08 --437.47,452.2 --437.43,452.31 --437.4,452.43 --437.36,452.55 --437.33,452.67 --437.29,452.79 --437.26,452.9 --437.22,453.02 --437.19,453.14 --437.15,453.26 --437.12,453.38 --437.08,453.49 --437.05,453.61 --437.01,453.73 --436.97,453.85 --436.94,453.97 --436.9,454.08 --436.87,454.2 --436.83,454.32 --436.79,454.44 --436.76,454.55 --436.72,454.67 --436.69,454.79 --436.65,454.91 --436.61,455.03 --436.58,455.14 --436.54,455.26 --436.51,455.38 --436.47,455.5 --436.43,455.62 --436.4,455.74 --436.36,455.85 --436.32,455.97 --436.29,456.09 --436.25,456.21 --436.21,456.33 --436.18,456.45 --436.14,456.57 --436.1,456.68 --436.07,456.8 --436.03,456.92 --436.19,457.36 --436.16,457.48 --436.12,457.6 --436.08,457.72 --436.05,457.84 --436.01,457.96 --435.97,458.08 --435.94,458.2 --435.9,458.31 --435.86,458.43 --435.83,458.55 --435.79,458.67 --435.75,458.79 --435.72,458.91 --435.68,459.03 --435.64,459.15 --435.61,459.27 --435.57,459.39 --435.53,459.51 --435.5,459.62 --435.46,459.74 --435.42,459.86 --435.38,459.98 --435.35,460.1 --435.31,460.22 --435.27,460.34 --435.24,460.46 --435.2,460.58 --435.16,460.7 --435.12,460.82 --435.09,460.94 --435.05,461.05 --435.01,461.17 --434.98,461.29 --434.94,461.41 --434.9,461.53 --434.87,461.65 --434.83,461.77 --434.79,461.89 --434.75,462.01 --434.72,462.13 --434.68,462.25 --434.64,462.37 --434.61,462.49 --434.57,462.61 --434.53,462.73 --434.5,462.85 --434.46,462.97 --434.42,463.09 --434.38,463.21 --434.35,463.33 --434.31,463.45 --434.27,463.57 --434.23,463.69 --434.2,463.81 --434.16,463.93 --434.12,464.05 --434.09,464.17 --434.05,464.29 --434.01,464.41 --433.97,464.53 --433.94,464.65 --433.9,464.77 --433.86,464.89 --433.83,465.02 --433.79,465.14 --433.75,465.26 --433.71,465.38 --433.68,465.5 --433.64,465.62 --433.6,465.74 --433.56,465.86 --433.53,465.98 --433.49,466.1 --433.45,466.22 --433.41,466.34 --433.38,466.46 --433.34,466.58 --433.3,466.7 --433.26,466.82 --433.23,466.94 --433.19,467.06 --433.15,467.18 --433.11,467.3 --433.08,467.42 --433.04,467.54 --433,467.66 --432.96,467.79 --432.93,467.91 --432.89,468.03 --432.85,468.15 --432.81,468.27 --432.78,468.39 --432.74,468.51 --432.7,468.63 --432.67,468.75 --432.63,468.87 --432.59,468.99 --432.55,469.12 --432.52,469.24 --432.68,469.86 --432.64,469.98 --432.61,470.1 --432.57,470.23 --432.53,470.35 --432.5,470.47 --432.46,470.59 --432.42,470.71 --432.39,470.84 --432.35,470.96 --432.31,471.08 --432.27,471.2 --432.24,471.32 --432.2,471.45 --432.16,471.57 --432.13,471.69 --432.09,471.81 --432.05,471.94 --432.01,472.06 --431.98,472.18 --431.94,472.3 --431.9,472.43 --431.86,472.55 --431.83,472.67 --431.79,472.79 --431.75,472.91 --431.72,473.04 --431.68,473.16 --431.64,473.28 --431.6,473.4 --431.57,473.53 --431.53,473.65 --431.49,473.77 --431.45,473.89 --431.42,474.02 --431.38,474.14 --431.34,474.26 --431.3,474.38 --431.26,474.5 --431.23,474.63 --431.19,474.75 --431.15,474.87 --431.11,474.99 --431.08,475.12 --431.04,475.24 --431,475.36 --430.96,475.48 --430.92,475.61 --430.89,475.73 --430.85,475.85 --430.81,475.97 --430.77,476.1 --430.74,476.22 --430.7,476.34 --430.66,476.47 --430.62,476.59 --430.58,476.71 --430.55,476.83 --430.51,476.96 --430.47,477.08 --430.43,477.2 --430.39,477.33 --430.35,477.45 --430.32,477.57 --430.28,477.69 --430.24,477.82 --430.2,477.94 --430.16,478.06 --430.12,478.18 --430.08,478.31 --430.05,478.43 --430.01,478.55 --429.97,478.68 --429.93,478.8 --429.89,478.92 --429.85,479.04 --429.82,479.17 --429.78,479.29 --429.74,479.41 --429.7,479.53 --429.66,479.66 --429.62,479.78 --429.58,479.9 --429.54,480.03 --429.51,480.15 --429.47,480.27 --429.43,480.39 --429.39,480.52 --429.35,480.64 --429.31,480.76 --429.27,480.88 --429.23,481.01 --429.19,481.13 --429.15,481.25 --429.12,481.37 --429.08,481.5 --429.04,481.62 --429,481.74 --428.96,481.86 --428.92,481.99 --429.1,482.65 --429.06,482.77 --429.02,482.89 --428.98,483.02 --428.94,483.14 --428.9,483.27 --428.87,483.39 --428.83,483.51 --428.79,483.64 --428.75,483.76 --428.71,483.89 --428.68,484.01 --428.64,484.13 --428.6,484.26 --428.56,484.38 --428.53,484.51 --428.49,484.63 --428.45,484.75 --428.41,484.88 --428.38,485 --428.34,485.13 --428.3,485.25 --428.26,485.37 --428.23,485.5 --428.19,485.62 --428.15,485.74 --428.12,485.87 --428.08,485.99 --428.04,486.12 --428.01,486.24 --427.97,486.36 --427.93,486.49 --427.9,486.61 --427.86,486.73 --427.82,486.86 --427.79,486.98 --427.75,487.1 --427.71,487.23 --427.68,487.35 --427.64,487.48 --427.6,487.6 --427.57,487.72 --427.53,487.85 --427.49,487.97 --427.46,488.09 --427.42,488.22 --427.38,488.34 --427.35,488.46 --427.31,488.59 --427.27,488.71 --427.24,488.83 --427.2,488.96 --427.17,489.08 --427.13,489.2 --427.09,489.33 --427.06,489.45 --427.02,489.57 --426.98,489.69 --426.95,489.82 --426.91,489.94 --426.88,490.06 --426.84,490.19 --426.8,490.31 --426.77,490.43 --426.73,490.55 --426.7,490.68 --426.66,490.8 --426.62,490.92 --426.59,491.05 --426.55,491.17 --426.52,491.29 --426.48,491.41 --426.45,491.54 --426.41,491.66 --426.38,491.78 --426.34,491.9 --426.3,492.03 --426.27,492.15 --426.23,492.27 --426.2,492.39 --426.16,492.52 --426.13,492.64 --426.09,492.76 --426.06,492.88 --426.02,493.01 --425.98,493.13 --425.95,493.25 --425.91,493.37 --425.88,493.5 --425.84,493.62 --425.81,493.74 --425.77,493.86 --425.74,493.98 --425.7,494.11 --425.67,494.23 --425.63,494.35 --425.6,494.47 --425.57,494.59 --425.53,494.71 --425.5,494.84 --425.68,495.4 --425.64,495.52 --425.61,495.65 --425.58,495.77 --425.54,495.89 --425.51,496.01 --425.47,496.13 --425.44,496.25 --425.4,496.38 --425.37,496.5 --425.34,496.62 --425.3,496.74 --425.27,496.86 --425.23,496.98 --425.2,497.1 --425.16,497.23 --425.13,497.35 --425.09,497.47 --425.06,497.59 --425.03,497.71 --424.99,497.83 --424.96,497.95 --424.92,498.07 --424.89,498.19 --424.85,498.31 --424.82,498.43 --424.78,498.55 --424.75,498.67 --424.72,498.79 --424.68,498.91 --424.65,499.04 --424.61,499.16 --424.58,499.28 --424.54,499.4 --424.51,499.52 --424.47,499.64 --424.44,499.76 --424.41,499.88 --424.37,500 --424.34,500.12 --424.3,500.24 --424.27,500.36 --424.23,500.48 --424.2,500.6 --424.16,500.72 --424.13,500.84 --424.1,500.96 --424.06,501.08 --424.03,501.19 --423.99,501.31 --423.96,501.43 --423.92,501.55 --423.89,501.67 --423.86,501.79 --423.82,501.91 --423.79,502.03 --423.75,502.15 --423.72,502.27 --423.68,502.39 --423.65,502.5 --423.61,502.62 --423.58,502.74 --423.54,502.86 --423.51,502.98 --423.47,503.1 --423.44,503.22 --423.41,503.33 --423.37,503.45 --423.34,503.57 --423.3,503.69 --423.27,503.81 --423.23,503.92 --423.2,504.04 --423.16,504.16 --423.13,504.28 --423.09,504.39 --423.06,504.51 --423.02,504.63 --422.99,504.75 --422.95,504.86 --422.92,504.98 --422.88,505.1 --422.85,505.21 --422.81,505.33 --422.78,505.45 --422.74,505.56 --422.71,505.68 --422.67,505.8 --422.64,505.91 --422.6,506.03 --422.56,506.14 --422.53,506.26 --422.49,506.38 --422.46,506.49 --422.42,506.61 --422.39,506.72 --422.35,506.84 --422.32,506.95 --422.28,507.07 --422.25,507.19 --422.39,507.47 --422.36,507.59 --422.32,507.7 --422.29,507.82 --422.25,507.93 --422.22,508.05 --422.18,508.16 --422.15,508.28 --422.11,508.39 --422.08,508.51 --422.04,508.62 --422.01,508.74 --421.97,508.85 --421.94,508.97 --421.9,509.08 --421.87,509.19 --421.83,509.31 --421.8,509.42 --421.76,509.53 --421.73,509.65 --421.7,509.76 --421.66,509.87 --421.63,509.99 --421.59,510.1 --421.56,510.21 --421.52,510.32 --421.49,510.44 --421.45,510.55 --421.42,510.66 --421.38,510.77 --421.35,510.88 --421.31,511 --421.28,511.11 --421.24,511.22 --421.21,511.33 --421.17,511.44 --421.13,511.55 --421.1,511.66 --421.06,511.77 --421.03,511.88 --420.99,511.99 --420.96,512.11 --420.92,512.22 --420.89,512.33 --420.85,512.44 --420.82,512.55 --420.78,512.66 --420.75,512.77 --420.71,512.88 --420.68,512.99 --420.64,513.1 --420.61,513.21 --420.57,513.31 --420.54,513.42 --420.5,513.53 --420.47,513.64 --420.43,513.75 --420.4,513.86 --420.37,513.97 --420.33,514.08 --420.3,514.19 --420.26,514.3 --420.23,514.4 --420.19,514.51 --420.16,514.62 --420.12,514.73 --420.09,514.84 --420.06,514.94 --420.02,515.05 --419.99,515.16 --419.95,515.27 --419.92,515.38 --419.88,515.48 --419.85,515.59 --419.82,515.7 --419.78,515.8 --419.75,515.91 --419.72,516.02 --419.68,516.12 --419.65,516.23 --419.62,516.34 --419.58,516.44 --419.55,516.55 --419.52,516.66 --419.48,516.76 --419.45,516.87 --419.42,516.97 --419.39,517.08 --419.36,517.19 --419.32,517.29 --419.29,517.4 --419.26,517.5 --419.23,517.61 --419.2,517.71 --419.17,517.82 --419.14,517.92 --419.1,518.03 --419.07,518.13 --419.04,518.24 --419.01,518.34 --419.19,518.7 --419.16,518.8 --419.13,518.9 --419.1,519.01 --419.07,519.11 --419.04,519.22 --419.01,519.32 --418.98,519.43 --418.95,519.53 --418.92,519.64 --418.9,519.74 --418.87,519.84 --418.84,519.95 --418.81,520.05 --418.78,520.15 --418.75,520.26 --418.72,520.36 --418.69,520.47 --418.67,520.57 --418.64,520.67 --418.61,520.77 --418.58,520.88 --418.55,520.98 --418.53,521.08 --418.5,521.19 --418.47,521.29 --418.45,521.39 --418.42,521.5 --418.39,521.6 --418.37,521.7 --418.34,521.8 --418.31,521.91 --418.29,522.01 --418.26,522.11 --418.23,522.21 --418.21,522.32 --418.18,522.42 --418.16,522.52 --418.13,522.62 --418.11,522.73 --418.09,522.83 --418.06,522.93 --418.04,523.03 --418.01,523.14 --417.99,523.24 --417.97,523.34 --417.94,523.44 --417.92,523.54 --417.9,523.65 --417.87,523.75 --417.85,523.85 --417.83,523.95 --417.81,524.05 --417.79,524.15 --417.76,524.26 --417.74,524.36 --417.72,524.46 --417.7,524.56 --417.68,524.66 --417.66,524.76 --417.64,524.86 --417.62,524.97 --417.6,525.07 --417.58,525.17 --417.56,525.27 --417.54,525.37 --417.52,525.47 --417.5,525.57 --417.48,525.67 --417.46,525.77 --417.44,525.87 --417.43,525.97 --417.41,526.07 --417.39,526.18 --417.37,526.28 --417.35,526.38 --417.34,526.48 --417.32,526.58 --417.3,526.68 --417.28,526.78 --417.27,526.88 --417.25,526.98 --417.24,527.08 --417.22,527.18 --417.2,527.28 --417.19,527.38 --417.17,527.48 --417.16,527.58 --417.14,527.68 --417.13,527.78 --417.11,527.88 --417.1,527.98 --417.08,528.08 --417.07,528.18 --417.05,528.28 --417.04,528.38 --417.03,528.48 --417.01,528.58 --417,528.69 --416.99,528.79 --416.99,528.91 --416.98,529.01 --416.97,529.12 --416.95,529.22 --416.94,529.32 --416.93,529.42 --416.92,529.52 --416.91,529.62 --416.9,529.72 --416.89,529.82 --416.87,529.92 --416.86,530.03 --416.85,530.13 --416.84,530.23 --416.83,530.33 --416.82,530.43 --416.81,530.53 --416.81,530.64 --416.8,530.74 --416.79,530.84 --416.78,530.94 --416.77,531.05 --416.76,531.15 --416.75,531.25 --416.75,531.35 --416.74,531.46 --416.73,531.56 --416.72,531.66 --416.72,531.76 --416.71,531.87 --416.71,531.97 --416.7,532.07 --416.69,532.18 --416.69,532.28 --416.68,532.38 --416.68,532.49 --416.67,532.59 --416.67,532.69 --416.66,532.8 --416.66,532.9 --416.66,533.01 --416.65,533.11 --416.65,533.21 --416.64,533.32 --416.64,533.42 --416.64,533.53 --416.64,533.63 --416.63,533.73 --416.63,533.84 --416.63,533.94 --416.63,534.05 --416.63,534.15 --416.62,534.26 --416.62,534.36 --416.62,534.46 --416.62,534.57 --416.62,534.67 --416.62,534.78 --416.62,534.88 --416.62,534.99 --416.62,535.09 --416.62,535.2 --416.62,535.3 --416.62,535.41 --416.62,535.51 --416.63,535.62 --416.63,535.72 --416.63,535.83 --416.63,535.93 --416.63,536.04 --416.64,536.14 --416.64,536.25 --416.64,536.35 --416.64,536.46 --416.65,536.56 --416.65,536.67 --416.65,536.77 --416.66,536.88 --416.66,536.98 --416.66,537.09 --416.67,537.19 --416.67,537.3 --416.68,537.4 --416.68,537.51 --416.69,537.61 --416.69,537.72 --416.7,537.82 --416.7,537.93 --416.71,538.03 --416.71,538.14 --416.72,538.24 --416.73,538.35 --416.73,538.45 --416.74,538.56 --416.74,538.66 --416.75,538.77 --416.76,538.87 --416.76,538.98 --416.77,539.08 --416.78,539.19 --416.7,539.24 --416.71,539.34 --416.72,539.45 --416.73,539.55 --416.73,539.66 --416.74,539.76 --416.75,539.87 --416.76,539.97 --416.77,540.08 --416.77,540.18 --416.78,540.29 --416.79,540.39 --416.8,540.5 --416.81,540.6 --416.82,540.71 --416.82,540.81 --416.83,540.92 --416.84,541.02 --416.85,541.13 --416.86,541.23 --416.87,541.34 --416.88,541.44 --416.89,541.55 --416.89,541.65 --416.9,541.76 --416.91,541.86 --416.92,541.97 --416.93,542.07 --416.94,542.18 --416.95,542.28 --416.96,542.39 --416.97,542.49 --416.98,542.6 --416.99,542.7 --417,542.81 --417.01,542.91 --417.02,543.02 --417.02,543.12 --417.03,543.22 --417.04,543.33 --417.05,543.43 --417.06,543.54 --417.07,543.64 --417.08,543.75 --417.09,543.85 --417.1,543.96 --417.11,544.06 --417.12,544.16 --417.13,544.27 --417.14,544.37 --417.15,544.48 --417.16,544.58 --417.18,544.69 --417.19,544.79 --417.2,544.89 --417.21,545 --417.22,545.1 --417.23,545.21 --417.24,545.31 --417.25,545.41 --417.26,545.52 --417.27,545.62 --417.29,545.72 --417.3,545.83 --417.31,545.93 --417.32,546.04 --417.33,546.14 --417.34,546.24 --417.36,546.35 --417.37,546.45 --417.38,546.55 --417.39,546.66 --417.4,546.76 --417.42,546.86 --417.43,546.96 --417.44,547.07 --417.46,547.17 --417.47,547.27 --417.48,547.38 --417.49,547.48 --417.51,547.58 --417.52,547.68 --417.53,547.79 --417.55,547.89 --417.56,547.99 --417.58,548.09 --417.59,548.2 --417.6,548.3 --417.62,548.4 --417.63,548.5 --417.64,548.6 --417.66,548.71 --417.67,548.81 --417.69,548.91 --417.7,549.01 --417.71,549.11 --417.73,549.21 --417.74,549.32 --417.76,549.42 --417.77,549.52 --417.73,549.67 --417.74,549.77 --417.75,549.87 --417.77,549.97 --417.78,550.07 --417.8,550.17 --417.81,550.27 --417.83,550.38 --417.84,550.48 --417.86,550.58 --417.87,550.68 --417.89,550.78 --417.9,550.88 --417.92,550.98 --417.93,551.08 --417.95,551.18 --417.96,551.28 --417.98,551.38 --417.99,551.48 --418.01,551.58 --418.02,551.68 --418.04,551.78 --418.06,551.88 --418.07,551.98 --418.09,552.08 --418.1,552.18 --418.12,552.28 --418.14,552.38 --418.15,552.48 --418.17,552.58 --418.19,552.68 --418.2,552.78 --418.22,552.88 --418.24,552.98 --418.25,553.08 --418.27,553.18 --418.29,553.28 --418.31,553.38 --418.32,553.48 --418.34,553.58 --418.36,553.68 --418.38,553.78 --418.39,553.88 --418.41,553.98 --418.43,554.08 --418.45,554.17 --418.47,554.27 --418.48,554.37 --418.5,554.47 --418.52,554.57 --418.54,554.67 --418.56,554.77 --418.58,554.87 --418.59,554.97 --418.61,555.07 --418.63,555.17 --418.65,555.27 --418.67,555.37 --418.69,555.47 --418.71,555.57 --418.73,555.66 --418.75,555.76 --418.77,555.86 --418.78,555.96 --418.8,556.06 --418.82,556.16 --418.84,556.26 --418.86,556.36 --418.88,556.46 --418.9,556.55 --418.92,556.65 --418.94,556.75 --418.96,556.85 --418.98,556.95 --419,557.05 --419.02,557.15 --419.04,557.24 --419.06,557.34 --419.08,557.44 --419.1,557.54 --419.12,557.64 --419.14,557.74 --419.16,557.84 --419.17,557.93 --419.19,558.03 --419.21,558.13 --419.23,558.23 --419.25,558.33 --419.27,558.43 --419.29,558.53 --419.31,558.63 --419.33,558.73 --419.35,558.82 --419.37,558.92 --419.39,559.02 --419.41,559.12 --419.43,559.22 --419.44,559.32 --419.46,559.42 --419.48,559.52 --419.5,559.67 --419.52,559.77 --419.54,559.87 --419.56,559.97 --419.58,560.07 --419.59,560.17 --419.61,560.27 --419.63,560.37 --419.65,560.47 --419.67,560.57 --419.69,560.67 --419.71,560.77 --419.73,560.87 --419.74,560.97 --419.76,561.07 --419.78,561.17 --419.8,561.27 --419.82,561.37 --419.84,561.47 --419.85,561.57 --419.87,561.67 --419.89,561.77 --419.91,561.87 --419.93,561.98 --419.95,562.08 --419.97,562.18 --419.99,562.28 --420,562.38 --420.02,562.48 --420.04,562.58 --420.06,562.69 --420.08,562.79 --420.1,562.89 --420.12,562.99 --420.14,563.09 --420.16,563.2 --420.18,563.3 --420.2,563.4 --420.21,563.5 --420.23,563.61 --420.25,563.71 --420.27,563.81 --420.29,563.92 --420.31,564.02 --420.33,564.12 --420.35,564.22 --420.37,564.33 --420.38,564.43 --420.4,564.53 --420.42,564.63 --420.44,564.74 --420.46,564.84 --420.48,564.94 --420.5,565.04 --420.52,565.15 --420.54,565.25 --420.55,565.35 --420.57,565.45 --420.59,565.55 --420.61,565.65 --420.63,565.75 --420.65,565.86 --420.67,565.96 --420.69,566.06 --420.71,566.16 --420.72,566.26 --420.74,566.36 --420.76,566.47 --420.78,566.57 --420.8,566.67 --420.82,566.77 --420.84,566.87 --420.86,566.98 --420.87,567.08 --420.89,567.18 --420.91,567.29 --420.93,567.39 --420.95,567.49 --420.97,567.59 --420.99,567.7 --421.01,567.8 --421.03,567.91 --421.05,568.01 --421.06,568.11 --421.08,568.22 --421.1,568.32 --421.12,568.43 --421.14,568.53 --421.16,568.63 --421.18,568.74 --421.2,568.84 --421.22,568.95 --421.24,569.05 --421.25,569.16 --421.27,569.26 --421.29,569.37 --421.31,569.47 --421.33,569.57 --421.35,569.68 --421.37,569.78 --421.51,569.86 --421.53,569.97 --421.55,570.07 --421.57,570.18 --421.59,570.28 --421.61,570.39 --421.62,570.49 --421.64,570.6 --421.66,570.7 --421.68,570.81 --421.7,570.91 --421.72,571.02 --421.74,571.12 --421.76,571.23 --421.78,571.33 --421.8,571.44 --421.82,571.54 --421.84,571.65 --421.85,571.75 --421.87,571.86 --421.89,571.96 --421.91,572.07 --421.93,572.18 --421.95,572.28 --421.97,572.39 --421.99,572.49 --422.01,572.6 --422.02,572.71 --422.04,572.81 --422.06,572.92 --422.08,573.02 --422.1,573.13 --422.12,573.24 --422.14,573.34 --422.15,573.45 --422.17,573.56 --422.19,573.66 --422.21,573.77 --422.23,573.88 --422.25,573.98 --422.27,574.09 --422.28,574.2 --422.3,574.3 --422.32,574.41 --422.34,574.52 --422.36,574.62 --422.38,574.73 --422.4,574.84 --422.42,574.94 --422.43,575.05 --422.45,575.16 --422.47,575.27 --422.49,575.37 --422.51,575.48 --422.53,575.59 --422.55,575.69 --422.57,575.8 --422.58,575.91 --422.6,576.02 --422.62,576.12 --422.64,576.23 --422.66,576.34 --422.68,576.45 --422.7,576.56 --422.72,576.66 --422.74,576.77 --422.76,576.88 --422.78,576.99 --422.8,577.09 --422.81,577.2 --422.83,577.31 --422.85,577.42 --422.87,577.53 --422.89,577.64 --422.91,577.74 --422.93,577.85 --422.95,577.96 --422.97,578.07 --422.99,578.18 --423.01,578.29 --423.03,578.39 --423.05,578.5 --423.07,578.61 --423.09,578.72 --423.11,578.83 --423.13,578.94 --423.15,579.05 --423.17,579.15 --423.19,579.26 --423.21,579.37 --423.23,579.48 --423.25,579.59 --423.27,579.7 --423.29,579.81 --423.31,579.92 --423.33,580.03 --423.35,580.14 --423.37,580.24 --423.39,580.35 --423.41,580.46 --423.68,580.38 --423.7,580.49 --423.72,580.6 --423.74,580.71 --423.77,580.82 --423.79,580.93 --423.81,581.04 --423.83,581.15 --423.85,581.25 --423.87,581.36 --423.89,581.47 --423.91,581.58 --423.93,581.69 --423.95,581.8 --423.97,581.91 --423.99,582.02 --424.01,582.13 --424.04,582.24 --424.06,582.35 --424.08,582.46 --424.1,582.57 --424.12,582.68 --424.14,582.79 --424.16,582.89 --424.18,583 --424.2,583.11 --424.22,583.22 --424.25,583.33 --424.27,583.44 --424.29,583.55 --424.31,583.66 --424.33,583.77 --424.35,583.88 --424.37,583.99 --424.39,584.1 --424.41,584.21 --424.44,584.32 --424.46,584.43 --424.48,584.54 --424.5,584.65 --424.52,584.76 --424.54,584.87 --424.56,584.98 --424.58,585.09 --424.61,585.2 --424.63,585.31 --424.65,585.42 --424.67,585.53 --424.69,585.64 --424.71,585.75 --424.73,585.86 --424.75,585.97 --424.77,586.08 --424.8,586.19 --424.82,586.3 --424.84,586.41 --424.86,586.52 --424.88,586.63 --424.9,586.74 --424.92,586.85 --424.94,586.96 --424.96,587.07 --424.99,587.18 --425.01,587.29 --425.03,587.4 --425.05,587.51 --425.07,587.61 --425.09,587.72 --425.11,587.83 --425.13,587.94 --425.16,588.05 --425.18,588.16 --425.2,588.27 --425.22,588.38 --425.24,588.49 --425.26,588.6 --425.28,588.71 --425.3,588.82 --425.32,588.93 --425.35,589.04 --425.37,589.15 --425.39,589.25 --425.41,589.36 --425.43,589.47 --425.45,589.58 --425.47,589.69 --425.49,589.8 --425.52,589.91 --425.54,590.02 --425.56,590.13 --425.58,590.24 --425.6,590.34 --425.62,590.45 --425.64,590.56 --425.66,590.67 --425.69,590.78 --425.71,590.89 --425.73,591 --425.75,591.11 --425.77,591.21 --426.17,591.01 --426.19,591.12 --426.21,591.23 --426.24,591.34 --426.26,591.45 --426.28,591.55 --426.3,591.66 --426.32,591.77 --426.34,591.88 --426.37,591.99 --426.39,592.09 --426.41,592.2 --426.43,592.31 --426.45,592.42 --426.47,592.52 --426.5,592.63 --426.52,592.74 --426.54,592.85 --426.56,592.95 --426.58,593.06 --426.6,593.17 --426.63,593.28 --426.65,593.38 --426.67,593.49 --426.69,593.6 --426.71,593.71 --426.73,593.81 --426.75,593.92 --426.77,594.03 --426.8,594.14 --426.82,594.24 --426.84,594.35 --426.86,594.46 --426.88,594.56 --426.9,594.67 --426.92,594.78 --426.94,594.89 --426.96,594.99 --426.98,595.1 --427,595.21 --427.03,595.31 --427.05,595.42 --427.07,595.53 --427.09,595.63 --427.11,595.74 --427.13,595.85 --427.15,595.95 --427.17,596.06 --427.19,596.17 --427.21,596.27 --427.23,596.38 --427.25,596.49 --427.27,596.59 --427.29,596.7 --427.31,596.81 --427.33,596.91 --427.35,597.02 --427.37,597.12 --427.39,597.23 --427.41,597.34 --427.43,597.44 --427.45,597.55 --427.47,597.65 --427.5,597.76 --427.52,597.86 --427.54,597.97 --427.56,598.08 --427.58,598.18 --427.6,598.29 --427.62,598.39 --427.64,598.5 --427.66,598.6 --427.67,598.71 --427.69,598.81 --427.71,598.92 --427.73,599.02 --427.75,599.13 --427.77,599.23 --427.79,599.34 --427.81,599.44 --427.83,599.55 --427.85,599.65 --427.87,599.76 --427.89,599.86 --427.91,599.97 --427.93,600.07 --427.95,600.17 --427.97,600.28 --427.99,600.38 --428.01,600.49 --428.03,600.59 --428.04,600.69 --428.06,600.8 --428.08,600.9 --428.1,601 --428.12,601.11 --428.14,601.21 --428.16,601.31 --428.18,601.42 --428.2,601.52 --428.63,601.26 --428.65,601.37 --428.67,601.47 --428.69,601.57 --428.71,601.67 --428.73,601.77 --428.75,601.88 --428.77,601.98 --428.79,602.08 --428.81,602.18 --428.82,602.28 --428.84,602.38 --428.86,602.48 --428.88,602.58 --428.9,602.69 --428.92,602.79 --428.94,602.89 --428.95,602.99 --428.97,603.09 --428.99,603.19 --429.01,603.29 --429.03,603.39 --429.05,603.49 --429.07,603.59 --429.08,603.69 --429.1,603.79 --429.12,603.89 --429.14,603.99 --429.16,604.09 --429.17,604.19 --429.19,604.29 --429.21,604.39 --429.23,604.48 --429.25,604.58 --429.27,604.68 --429.28,604.78 --429.3,604.88 --429.32,604.98 --429.34,605.08 --429.36,605.18 --429.37,605.27 --429.39,605.37 --429.41,605.47 --429.43,605.57 --429.45,605.67 --429.46,605.76 --429.48,605.86 --429.5,605.96 --429.52,606.06 --429.53,606.15 --429.55,606.25 --429.57,606.35 --429.59,606.44 --429.6,606.54 --429.62,606.64 --429.64,606.73 --429.65,606.83 --429.67,606.93 --429.69,607.02 --429.71,607.12 --429.72,607.22 --429.74,607.31 --429.76,607.41 --429.77,607.5 --429.79,607.6 --429.81,607.69 --429.83,607.79 --429.84,607.89 --429.86,607.98 --429.88,608.08 --429.89,608.17 --429.91,608.27 --429.93,608.36 --429.94,608.46 --429.96,608.55 --429.98,608.64 --429.99,608.74 --430.01,608.83 --430.03,608.93 --430.04,609.02 --430.06,609.12 --430.08,609.21 --430.09,609.3 --430.11,609.4 --430.12,609.49 --430.14,609.59 --430.16,609.68 --430.17,609.77 --430.19,609.87 --430.21,609.96 --430.22,610.05 --430.24,610.15 --430.25,610.24 --430.27,610.33 --430.28,610.42 --430.3,610.52 --430.31,610.61 --430.33,610.7 --430.35,610.79 --430.36,610.89 --430.88,610.63 --430.9,610.73 --430.92,610.82 --430.93,610.91 --430.95,611 --430.96,611.09 --430.98,611.18 --430.99,611.27 --431.01,611.36 --431.02,611.45 --431.04,611.54 --431.06,611.63 --431.07,611.72 --431.09,611.81 --431.1,611.9 --431.12,611.99 --431.13,612.08 --431.15,612.17 --431.16,612.26 --431.18,612.35 --431.19,612.44 --431.21,612.53 --431.22,612.62 --431.24,612.71 --431.25,612.8 --431.27,612.89 --431.28,612.97 --431.3,613.06 --431.31,613.15 --431.33,613.24 --431.34,613.33 --431.36,613.42 --431.37,613.5 --431.38,613.59 --431.4,613.68 --431.41,613.77 --431.43,613.85 --431.44,613.94 --431.46,614.03 --431.47,614.12 --431.48,614.2 --431.5,614.29 --431.51,614.38 --431.53,614.46 --431.54,614.55 --431.55,614.64 --431.57,614.72 --431.58,614.81 --431.6,614.9 --431.61,614.98 --431.62,615.07 --431.64,615.15 --431.65,615.24 --431.66,615.33 --431.68,615.41 --431.69,615.5 --431.71,615.58 --431.72,615.67 --431.73,615.75 --431.75,615.84 --431.76,615.92 --431.77,616.01 --431.79,616.09 --431.8,616.18 --431.81,616.26 --431.83,616.34 --431.84,616.43 --431.85,616.51 --431.87,616.6 --431.88,616.68 --431.89,616.76 --431.9,616.85 --431.92,616.93 --431.93,617.01 --431.94,617.1 --431.96,617.18 --431.97,617.26 --431.98,617.35 --431.99,617.43 --432.01,617.51 --432.02,617.59 --432.03,617.68 --432.05,617.76 --432.06,617.84 --432.07,617.92 --432.08,618 --432.09,618.09 --432.11,618.17 --432.12,618.25 --432.13,618.33 --432.14,618.41 --432.16,618.49 --432.17,618.57 --432.18,618.65 --432.19,618.73 --432.2,618.81 --432.21,618.9 --432.23,618.98 --432.24,619.06 --432.25,619.14 --432.79,618.93 --432.8,619 --432.82,619.08 --432.83,619.16 --432.84,619.24 --432.85,619.32 --432.86,619.4 --432.88,619.48 --432.89,619.56 --432.9,619.63 --432.91,619.71 --432.92,619.79 --432.94,619.87 --432.95,619.94 --432.96,620.02 --432.97,620.1 --432.98,620.18 --432.99,620.25 --433,620.33 --433.01,620.41 --433.03,620.48 --433.04,620.56 --433.05,620.63 --433.06,620.71 --433.07,620.79 --433.08,620.86 --433.09,620.94 --433.1,621.01 --433.11,621.09 --433.12,621.16 --433.13,621.23 --433.14,621.31 --433.15,621.38 --433.16,621.46 --433.17,621.53 --433.18,621.6 --433.18,621.68 --433.19,621.75 --433.2,621.82 --433.21,621.9 --433.22,621.97 --433.23,622.04 --433.23,622.11 --433.24,622.18 --433.25,622.26 --433.26,622.33 --433.27,622.4 --433.27,622.47 --433.28,622.54 --433.29,622.61 --433.29,622.68 --433.3,622.75 --433.31,622.82 --433.31,622.89 --433.32,622.96 --433.33,623.03 --433.33,623.1 --433.34,623.17 --433.35,623.24 --433.35,623.31 --433.36,623.38 --433.36,623.45 --433.37,623.52 --433.37,623.58 --433.38,623.65 --433.38,623.72 --433.39,623.79 --433.4,623.86 --433.4,623.92 --433.41,623.99 --433.41,624.06 --433.42,624.12 --433.42,624.19 --433.43,624.26 --433.43,624.32 --433.44,624.39 --433.44,624.45 --433.44,624.52 --433.45,624.58 --433.45,624.65 --433.46,624.71 --433.46,624.78 --433.46,624.84 --433.47,624.91 --433.47,624.97 --433.48,625.03 --433.48,625.1 --433.48,625.16 --433.49,625.22 --433.49,625.29 --433.49,625.35 --433.49,625.41 --433.5,625.48 --433.5,625.54 --433.5,625.6 --433.5,625.66 --433.51,625.72 --433.51,625.78 --433.51,625.84 --433.51,625.9 --434.01,625.71 --434.02,625.77 --434.02,625.83 --434.02,625.89 --434.02,625.94 --434.03,626 --434.03,626.06 --434.03,626.12 --434.03,626.18 --434.03,626.24 --434.04,626.3 --434.04,626.36 --434.04,626.41 --434.04,626.47 --434.04,626.53 --434.04,626.59 --434.05,626.64 --434.05,626.7 --434.05,626.76 --434.05,626.81 --434.05,626.87 --434.05,626.93 --434.05,626.98 --434.05,627.04 --434.05,627.1 --434.05,627.15 --434.05,627.21 --434.05,627.27 --434.05,627.32 --434.05,627.38 --434.05,627.43 --434.05,627.49 --434.05,627.54 --434.05,627.6 --434.05,627.65 --434.05,627.71 --434.05,627.76 --434.04,627.82 --434.04,627.87 --434.04,627.93 --434.04,627.98 --434.04,628.04 --434.04,628.09 --434.03,628.15 --434.03,628.2 --434.03,628.26 --434.03,628.31 --434.02,628.37 --434.02,628.42 --434.02,628.48 --434.01,628.53 --434.01,628.59 --434.01,628.64 --434.01,628.69 --434,628.75 --434,628.8 --433.99,628.86 --433.99,628.91 --433.99,628.97 --433.98,629.02 --433.98,629.07 --433.97,629.13 --433.97,629.18 --433.96,629.23 --433.96,629.29 --433.95,629.34 --433.95,629.4 --433.94,629.45 --433.94,629.5 --433.93,629.56 --433.93,629.61 --433.92,629.66 --433.91,629.72 --433.91,629.77 --433.9,629.83 --433.9,629.88 --433.89,629.93 --433.88,629.99 --433.88,630.04 --433.87,630.09 --433.86,630.15 --433.86,630.2 --433.85,630.26 --433.84,630.31 --433.84,630.36 --433.83,630.42 --433.82,630.47 --433.81,630.53 --433.81,630.58 --433.8,630.63 --433.79,630.69 --433.78,630.74 --433.78,630.8 --433.77,630.85 --433.76,630.91 --433.75,630.96 --433.74,631.01 --433.73,631.07 --433.73,631.12 --433.72,631.18 --434.26,630.96 --434.25,631.01 --434.24,631.07 --434.23,631.12 --434.22,631.17 --434.21,631.23 --434.2,631.28 --434.19,631.34 --434.18,631.39 --434.18,631.44 --434.16,631.5 --434.15,631.55 --434.14,631.61 --434.13,631.66 --434.12,631.71 --434.11,631.77 --434.1,631.82 --434.09,631.88 --434.08,631.93 --434.07,631.98 --434.06,632.04 --434.05,632.09 --434.03,632.14 --434.02,632.2 --434.01,632.25 --434,632.3 --433.99,632.36 --433.97,632.41 --433.96,632.46 --433.95,632.52 --433.94,632.57 --433.92,632.62 --433.91,632.68 --433.9,632.73 --433.89,632.78 --433.87,632.84 --433.86,632.89 --433.85,632.94 --433.83,633 --433.82,633.05 --433.8,633.11 --433.79,633.16 --433.77,633.21 --433.76,633.27 --433.74,633.32 --433.73,633.38 --433.71,633.43 --433.69,633.49 --433.68,633.54 --433.66,633.6 --433.64,633.65 --433.63,633.71 --433.61,633.76 --433.59,633.82 --433.57,633.88 --433.55,633.93 --433.53,633.99 --433.52,634.05 --433.5,634.1 --433.48,634.16 --433.46,634.22 --433.44,634.28 --433.42,634.33 --433.4,634.39 --433.37,634.45 --433.35,634.51 --433.33,634.56 --433.31,634.62 --433.29,634.68 --433.26,634.74 --433.24,634.8 --433.22,634.85 --433.19,634.91 --433.17,634.97 --433.15,635.03 --433.12,635.09 --433.1,635.15 --433.07,635.2 --433.05,635.26 --433.02,635.32 --433,635.38 --432.97,635.44 --432.94,635.5 --432.92,635.56 --432.89,635.61 --432.86,635.67 --432.84,635.73 --432.81,635.79 --432.78,635.85 --432.75,635.91 --432.72,635.97 --432.69,636.03 --432.66,636.09 --432.63,636.15 --432.6,636.2 --432.57,636.26 --432.54,636.32 --432.51,636.38 --432.48,636.44 --432.45,636.5 --433.09,636.17 --433.06,636.23 --433.03,636.29 --432.99,636.34 --432.96,636.4 --432.93,636.46 --432.9,636.52 --432.87,636.58 --432.83,636.63 --432.8,636.69 --432.77,636.75 --432.73,636.81 --432.7,636.87 --432.66,636.92 --432.63,636.98 --432.59,637.04 --432.56,637.1 --432.52,637.15 --432.48,637.21 --432.45,637.27 --432.41,637.32 --432.37,637.38 --432.33,637.44 --432.3,637.5 --432.26,637.55 --432.22,637.61 --432.18,637.67 --432.14,637.72 --432.1,637.78 --432.06,637.84 --432.02,637.89 --431.97,637.95 --431.93,638 --431.89,638.06 --431.85,638.12 --431.8,638.17 --431.76,638.23 --431.72,638.28 --431.67,638.34 --431.63,638.39 --431.58,638.45 --431.54,638.5 --431.49,638.56 --431.45,638.61 --431.4,638.66 --431.35,638.72 --431.31,638.77 --431.26,638.83 --431.21,638.88 --431.16,638.94 --431.12,638.99 --431.07,639.04 --431.02,639.1 --430.97,639.15 --430.92,639.21 --430.87,639.26 --430.82,639.31 --430.77,639.37 --430.72,639.42 --430.67,639.47 --430.62,639.52 --430.57,639.58 --430.52,639.63 --430.46,639.68 --430.41,639.74 --430.36,639.79 --430.3,639.84 --430.25,639.89 --430.2,639.94 --430.14,640 --430.09,640.05 --430.03,640.1 --429.98,640.15 --429.92,640.2 --429.87,640.25 --429.81,640.3 --429.75,640.35 --429.7,640.4 --429.64,640.45 --429.58,640.5 --429.53,640.55 --429.47,640.6 --429.41,640.64 --429.35,640.69 --429.29,640.74 --429.24,640.79 --429.18,640.84 --429.12,640.88 --429.06,640.93 --429,640.98 --428.94,641.03 --428.88,641.07 --428.82,641.12 --428.76,641.17 --428.7,641.21 --428.63,641.26 --428.57,641.3 --428.51,641.35 --428.45,641.39 --428.39,641.44 --429.02,641.18 --428.95,641.22 --428.89,641.27 --428.83,641.31 --428.77,641.36 --428.7,641.4 --428.64,641.44 --428.58,641.49 --428.51,641.53 --428.45,641.57 --428.39,641.61 --428.32,641.65 --428.26,641.7 --428.19,641.74 --428.12,641.78 --428.06,641.82 --427.99,641.86 --427.93,641.9 --427.86,641.94 --427.79,641.98 --427.73,642.02 --427.66,642.06 --427.59,642.1 --427.52,642.14 --427.46,642.17 --427.39,642.21 --427.32,642.25 --427.25,642.29 --427.18,642.33 --427.11,642.36 --427.04,642.4 --426.98,642.44 --426.91,642.47 --426.84,642.51 --426.77,642.55 --426.7,642.58 --426.63,642.62 --426.56,642.65 --426.49,642.69 --426.42,642.73 --426.35,642.76 --426.27,642.79 --426.2,642.83 --426.13,642.86 --426.06,642.9 --425.99,642.93 --425.92,642.96 --425.85,643 --425.77,643.03 --425.7,643.06 --425.63,643.1 --425.56,643.13 --425.48,643.16 --425.41,643.19 --425.34,643.22 --425.26,643.25 --425.19,643.29 --425.11,643.32 --425.04,643.35 --424.97,643.38 --424.89,643.41 --424.82,643.44 --424.74,643.47 --424.67,643.5 --424.59,643.53 --424.52,643.56 --424.44,643.58 --424.36,643.61 --424.29,643.64 --424.21,643.67 --424.13,643.7 --424.06,643.73 --423.98,643.75 --423.9,643.78 --423.83,643.81 --423.75,643.83 --423.67,643.86 --423.59,643.89 --423.52,643.91 --423.44,643.94 --423.36,643.96 --423.28,643.99 --423.2,644.01 --423.13,644.04 --423.05,644.06 --422.97,644.09 --422.89,644.11 --422.81,644.14 --422.73,644.16 --422.65,644.18 --422.57,644.21 --422.49,644.23 --422.41,644.25 --422.34,644.28 --422.26,644.3 --422.18,644.32 --422.1,644.34 --422.02,644.37 --421.94,644.39 --421.86,644.41 --422.52,644.23 --422.44,644.26 --422.36,644.28 --422.28,644.3 --422.2,644.32 --422.12,644.34 --422.04,644.36 --421.96,644.38 --421.88,644.4 --421.8,644.42 --421.72,644.44 --421.64,644.47 --421.56,644.49 --421.48,644.51 --421.4,644.53 --421.32,644.55 --421.24,644.57 --421.16,644.59 --421.08,644.61 --421,644.63 --420.92,644.65 --420.84,644.67 --420.76,644.69 --420.68,644.71 --420.6,644.73 --420.52,644.75 --420.44,644.77 --420.36,644.79 --420.27,644.81 --420.19,644.83 --420.11,644.85 --420.03,644.87 --419.95,644.89 --419.87,644.91 --419.79,644.93 --419.7,644.95 --419.62,644.97 --419.54,644.99 --419.46,645.01 --419.38,645.03 --419.3,645.05 --419.22,645.07 --419.13,645.09 --419.05,645.11 --418.97,645.13 --418.89,645.15 --418.81,645.17 --418.73,645.19 --418.65,645.21 --418.57,645.23 --418.48,645.25 --418.4,645.26 --418.32,645.28 --418.24,645.3 --418.16,645.32 --418.08,645.34 --418,645.36 --417.92,645.38 --417.83,645.4 --417.75,645.42 --417.67,645.43 --417.59,645.45 --417.51,645.47 --417.43,645.49 --417.35,645.51 --417.27,645.53 --417.18,645.55 --417.1,645.56 --417.02,645.58 --416.94,645.6 --416.86,645.62 --416.78,645.64 --416.7,645.65 --416.62,645.67 --416.54,645.69 --416.45,645.71 --416.37,645.72 --416.29,645.74 --416.21,645.76 --416.13,645.78 --416.05,645.79 --415.97,645.81 --415.89,645.83 --415.81,645.85 --415.72,645.86 --415.64,645.88 --415.56,645.9 --415.48,645.91 --415.4,645.93 --415.32,645.95 --415.24,645.96 --415.16,645.98 --415.08,646 --415,646.02 --414.92,646.03 --414.84,646.05 --414.75,646.07 --414.67,646.08 --414.59,646.1 --414.51,646.12 --415.03,646.19 --414.95,646.21 --414.87,646.23 --414.79,646.24 --414.71,646.26 --414.63,646.28 --414.56,646.29 --414.48,646.31 --414.4,646.33 --414.32,646.34 --414.24,646.36 --414.16,646.38 --414.08,646.39 --414,646.41 --413.92,646.43 --413.84,646.44 --413.76,646.46 --413.68,646.48 --413.61,646.49 --413.53,646.51 --413.45,646.52 --413.37,646.54 --413.29,646.56 --413.21,646.57 --413.13,646.59 --413.05,646.61 --412.97,646.62 --412.89,646.64 --412.82,646.65 --412.74,646.67 --412.66,646.69 --412.58,646.7 --412.5,646.72 --412.42,646.73 --412.34,646.75 --412.26,646.77 --412.18,646.78 --412.11,646.8 --412.03,646.81 --411.95,646.83 --411.87,646.84 --411.79,646.86 --411.71,646.88 --411.63,646.89 --411.55,646.91 --411.48,646.92 --411.4,646.94 --411.32,646.95 --411.24,646.97 --411.16,646.98 --411.08,647 --411,647.02 --410.92,647.03 --410.84,647.05 --410.77,647.06 --410.69,647.07 --410.61,647.09 --410.53,647.1 --410.45,647.12 --410.37,647.13 --410.29,647.15 --410.22,647.16 --410.14,647.18 --410.06,647.19 --409.98,647.21 --409.9,647.22 --409.82,647.24 --409.75,647.25 --409.67,647.26 --409.59,647.28 --409.51,647.29 --409.43,647.31 --409.36,647.32 --409.28,647.34 --409.2,647.35 --409.12,647.37 --409.04,647.38 --408.96,647.4 --408.89,647.41 --408.81,647.42 --408.73,647.44 --408.65,647.45 --408.57,647.47 --408.5,647.48 --408.42,647.5 --408.34,647.51 --408.26,647.52 --408.18,647.54 --408.1,647.55 --408.03,647.57 --407.95,647.58 --407.87,647.6 --407.79,647.61 --407.71,647.62 --407.63,647.64 --407.56,647.65 --407.48,647.67 --407.4,647.68 --407.32,647.69 --407.24,647.71 --407.66,647.65 --407.58,647.66 --407.51,647.68 --407.43,647.69 --407.35,647.7 --407.27,647.72 --407.2,647.73 --407.12,647.75 --407.04,647.76 --406.96,647.77 --406.89,647.79 --406.81,647.8 --406.73,647.82 --406.65,647.83 --406.58,647.84 --406.5,647.86 --406.42,647.87 --406.34,647.88 --406.27,647.9 --406.19,647.91 --406.11,647.93 --406.04,647.94 --405.96,647.95 --405.88,647.97 --405.8,647.98 --405.73,648 --405.65,648.01 --405.57,648.03 --405.49,648.04 --405.42,648.06 --405.34,648.07 --405.26,648.09 --405.18,648.1 --405.11,648.12 --405.03,648.13 --404.95,648.14 --404.87,648.16 --404.8,648.17 --404.72,648.19 --404.64,648.21 --404.57,648.22 --404.49,648.24 --404.41,648.25 --404.33,648.27 --404.26,648.28 --404.18,648.3 --404.1,648.31 --404.02,648.33 --403.95,648.34 --403.87,648.36 --403.79,648.37 --403.71,648.39 --403.64,648.4 --403.56,648.42 --403.48,648.44 --403.41,648.45 --403.33,648.47 --403.25,648.48 --403.18,648.5 --403.1,648.52 --403.03,648.53 --402.95,648.55 --402.87,648.56 --402.8,648.58 --402.72,648.6 --402.65,648.61 --402.57,648.63 --402.49,648.64 --402.42,648.66 --402.34,648.68 --402.27,648.69 --402.19,648.71 --402.12,648.73 --402.04,648.74 --401.96,648.76 --401.89,648.77 --401.81,648.79 --401.74,648.81 --401.66,648.82 --401.59,648.84 --401.51,648.86 --401.44,648.87 --401.36,648.89 --401.28,648.91 --401.21,648.92 --401.13,648.94 --401.06,648.96 --400.98,648.97 --400.91,648.99 --400.83,649 --400.76,649.02 --400.68,649.04 --400.6,649.05 --400.53,649.07 --400.45,649.09 --400.38,649.1 --400.3,649.12 --400.23,649.13 --400.15,649.15 --400.08,649.17 --400.41,649.07 --400.33,649.09 --400.26,649.11 --400.18,649.12 --400.11,649.14 --400.03,649.16 --399.96,649.17 --399.88,649.19 --399.81,649.21 --399.74,649.22 --399.66,649.24 --399.59,649.25 --399.51,649.27 --399.44,649.29 --399.36,649.3 --399.29,649.32 --399.22,649.34 --399.14,649.35 --399.07,649.37 --398.99,649.39 --398.92,649.4 --398.85,649.42 --398.77,649.44 --398.7,649.45 --398.62,649.47 --398.55,649.48 --398.48,649.5 --398.4,649.52 --398.33,649.53 --398.26,649.55 --398.18,649.57 --398.11,649.58 --398.04,649.6 --397.96,649.62 --397.89,649.63 --397.82,649.65 --397.75,649.66 --397.67,649.68 --397.6,649.7 --397.53,649.71 --397.45,649.73 --397.38,649.75 --397.31,649.76 --397.24,649.78 --397.16,649.8 --397.09,649.81 --397.02,649.83 --396.95,649.85 --396.88,649.86 --396.8,649.88 --396.73,649.89 --396.66,649.91 --396.59,649.93 --396.52,649.94 --396.44,649.96 --396.37,649.98 --396.3,649.99 --396.23,650.01 --396.16,650.03 --396.09,650.04 --396.02,650.06 --395.95,650.08 --395.87,650.09 --395.8,650.11 --395.73,650.13 --395.66,650.14 --395.59,650.16 --395.52,650.18 --395.45,650.19 --395.38,650.21 --395.31,650.23 --395.24,650.25 --395.17,650.26 --395.1,650.28 --395.03,650.3 --394.96,650.31 --394.89,650.33 --394.82,650.35 --394.75,650.36 --394.68,650.38 --394.61,650.4 --394.54,650.41 --394.47,650.43 --394.4,650.45 --394.33,650.46 --394.26,650.48 --394.19,650.5 --394.12,650.51 --394.05,650.53 --393.98,650.55 --393.92,650.56 --393.85,650.58 --393.78,650.6 --393.71,650.62 --393.64,650.63 --393.57,650.65 --393.5,650.67 --393.44,650.68 --393.37,650.7 --393.3,650.72 --393.5,650.6 --393.43,650.62 --393.37,650.64 --393.3,650.65 --393.23,650.67 --393.16,650.69 --393.1,650.7 --393.03,650.72 --392.96,650.73 --392.9,650.75 --392.83,650.77 --392.76,650.78 --392.7,650.8 --392.63,650.82 --392.57,650.83 --392.5,650.85 --392.43,650.87 --392.37,650.89 --392.3,650.9 --392.24,650.92 --392.17,650.94 --392.11,650.95 --392.04,650.97 --391.98,650.99 --391.91,651 --391.85,651.02 --391.78,651.04 --391.71,651.05 --391.65,651.07 --391.58,651.09 --391.52,651.1 --391.45,651.12 --391.39,651.14 --391.33,651.15 --391.26,651.17 --391.2,651.19 --391.13,651.2 --391.07,651.22 --391,651.24 --390.94,651.25 --390.87,651.27 --390.81,651.29 --390.74,651.3 --390.68,651.32 --390.62,651.34 --390.55,651.35 --390.49,651.37 --390.42,651.39 --390.36,651.4 --390.3,651.42 --390.23,651.44 --390.17,651.45 --390.11,651.47 --390.04,651.49 --389.98,651.5 --389.92,651.52 --389.85,651.54 --389.79,651.56 --389.73,651.57 --389.66,651.59 --389.6,651.61 --389.54,651.62 --389.47,651.64 --389.41,651.66 --389.35,651.68 --389.29,651.69 --389.22,651.71 --389.16,651.73 --389.1,651.75 --389.04,651.76 --388.97,651.78 --388.91,651.8 --388.85,651.82 --388.78,651.83 --388.72,651.85 --388.66,651.87 --388.59,651.89 --388.53,651.9 --388.47,651.92 --388.41,651.94 --388.34,651.96 --388.28,651.97 --388.22,651.99 --388.15,652.01 --388.09,652.03 --388.03,652.04 --387.96,652.06 --387.9,652.08 --387.84,652.1 --387.77,652.11 --387.71,652.13 --387.65,652.15 --387.58,652.17 --387.52,652.18 --387.45,652.2 --387.39,652.22 --387.33,652.24 --387.26,652.25 --387.2,652.27 --387.13,652.29 --387.33,652.37 --387.26,652.39 --387.2,652.41 --387.13,652.43 --387.07,652.45 --387.01,652.47 --386.94,652.48 --386.88,652.5 --386.81,652.52 --386.75,652.54 --386.69,652.56 --386.62,652.58 --386.56,652.6 --386.49,652.61 --386.43,652.63 --386.37,652.65 --386.3,652.67 --386.24,652.69 --386.17,652.71 --386.11,652.73 --386.04,652.74 --385.98,652.76 --385.92,652.78 --385.85,652.8 --385.79,652.82 --385.72,652.84 --385.66,652.86 --385.59,652.88 --385.53,652.89 --385.47,652.91 --385.4,652.93 --385.34,652.95 --385.27,652.97 --385.21,652.99 --385.14,653.01 --385.08,653.02 --385.01,653.04 --384.95,653.06 --384.88,653.08 --384.82,653.1 --384.75,653.12 --384.69,653.14 --384.62,653.16 --384.56,653.18 --384.49,653.19 --384.43,653.21 --384.36,653.23 --384.3,653.25 --384.23,653.27 --384.17,653.29 --384.1,653.31 --384.04,653.33 --383.97,653.35 --383.91,653.37 --383.84,653.39 --383.77,653.41 --383.71,653.43 --383.64,653.45 --383.58,653.47 --383.51,653.49 --383.45,653.5 --383.38,653.52 --383.31,653.54 --383.25,653.56 --383.18,653.58 --383.12,653.6 --383.05,653.62 --382.98,653.64 --382.92,653.66 --382.85,653.68 --382.79,653.7 --382.72,653.72 --382.65,653.74 --382.59,653.76 --382.52,653.78 --382.46,653.8 --382.39,653.82 --382.32,653.84 --382.26,653.86 --382.19,653.89 --382.13,653.91 --382.06,653.93 --381.99,653.95 --381.93,653.97 --381.86,653.99 --381.8,654.01 --381.73,654.03 --381.66,654.05 --381.6,654.07 --381.53,654.09 --381.47,654.11 --381.4,654.13 --381.33,654.15 --381.27,654.17 --381.2,654.19 --381.13,654.21 --381.07,654.24 --381,654.26 --380.93,654.28 --380.87,654.3 --381.08,654.19 --381.01,654.21 --380.94,654.23 --380.87,654.25 --380.81,654.27 --380.74,654.29 --380.67,654.31 --380.61,654.33 --380.54,654.35 --380.47,654.37 --380.4,654.39 --380.33,654.41 --380.27,654.43 --380.2,654.45 --380.13,654.47 --380.06,654.49 --379.99,654.52 --379.92,654.54 --379.86,654.56 --379.79,654.58 --379.72,654.6 --379.65,654.62 --379.58,654.64 --379.51,654.66 --379.44,654.68 --379.37,654.7 --379.3,654.72 --379.24,654.74 --379.17,654.76 --379.1,654.78 --379.03,654.8 --378.96,654.82 --378.89,654.84 --378.82,654.86 --378.75,654.88 --378.68,654.9 --378.61,654.92 --378.54,654.94 --378.47,654.96 --378.4,654.98 --378.33,655 --378.25,655.02 --378.18,655.04 --378.11,655.06 --378.04,655.08 --377.97,655.1 --377.9,655.12 --377.83,655.14 --377.76,655.16 --377.69,655.18 --377.62,655.2 --377.55,655.22 --377.47,655.24 --377.4,655.26 --377.33,655.28 --377.26,655.3 --377.19,655.32 --377.12,655.34 --377.04,655.36 --376.97,655.38 --376.9,655.4 --376.83,655.42 --376.76,655.44 --376.68,655.46 --376.61,655.48 --376.54,655.5 --376.47,655.52 --376.39,655.54 --376.32,655.56 --376.25,655.58 --376.18,655.6 --376.1,655.62 --376.03,655.63 --375.96,655.65 --375.88,655.67 --375.81,655.69 --375.74,655.71 --375.67,655.73 --375.59,655.75 --375.52,655.77 --375.44,655.79 --375.37,655.8 --375.3,655.82 --375.22,655.84 --375.15,655.86 --375.08,655.88 --375,655.9 --374.93,655.92 --374.85,655.94 --374.78,655.96 --374.71,655.97 --374.63,655.99 --374.56,656.01 --374.48,656.03 --374.41,656.05 --374.33,656.07 --374.26,656.09 --374.19,656.11 --374.11,656.12 --374.04,656.14 --374.25,655.85 --374.18,655.87 --374.1,655.89 --374.03,655.91 --373.96,655.92 --373.88,655.94 --373.81,655.96 --373.73,655.98 --373.66,656 --373.59,656.02 --373.51,656.04 --373.44,656.05 --373.36,656.07 --373.29,656.09 --373.22,656.11 --373.14,656.13 --373.07,656.15 --372.99,656.16 --372.92,656.18 --372.85,656.2 --372.77,656.22 --372.7,656.24 --372.63,656.26 --372.55,656.28 --372.48,656.29 --372.41,656.31 --372.33,656.33 --372.26,656.35 --372.19,656.37 --372.11,656.39 --372.04,656.41 --371.96,656.42 --371.89,656.44 --371.82,656.46 --371.74,656.48 --371.67,656.5 --371.6,656.52 --371.53,656.54 --371.45,656.56 --371.38,656.58 --371.31,656.59 --371.23,656.61 --371.16,656.63 --371.09,656.65 --371.02,656.67 --370.94,656.69 --370.87,656.71 --370.8,656.73 --370.73,656.74 --370.65,656.76 --370.58,656.78 --370.51,656.8 --370.44,656.82 --370.37,656.84 --370.29,656.86 --370.22,656.87 --370.15,656.89 --370.08,656.91 --370.01,656.93 --369.94,656.95 --369.87,656.97 --369.8,656.99 --369.73,657 --369.65,657.02 --369.58,657.04 --369.51,657.06 --369.44,657.08 --369.37,657.1 --369.3,657.11 --369.24,657.13 --369.17,657.15 --369.1,657.17 --369.03,657.19 --368.96,657.21 --368.89,657.23 --368.82,657.25 --368.75,657.26 --368.68,657.28 --368.62,657.3 --368.55,657.32 --368.48,657.34 --368.41,657.36 --368.34,657.38 --368.28,657.4 --368.21,657.42 --368.14,657.43 --368.08,657.45 --368.01,657.47 --367.94,657.49 --367.87,657.51 --367.81,657.53 --367.74,657.55 --367.68,657.57 --367.61,657.59 --367.54,657.6 --367.48,657.62 --367.41,657.64 --367.35,657.66 --367.28,657.68 --367.22,657.7 --367.44,657.24 --367.38,657.26 --367.32,657.28 --367.25,657.29 --367.19,657.31 --367.12,657.33 --367.06,657.35 --367,657.37 --366.93,657.39 --366.87,657.4 --366.81,657.42 --366.74,657.44 --366.68,657.46 --366.62,657.48 --366.55,657.5 --366.49,657.51 --366.43,657.53 --366.37,657.55 --366.3,657.57 --366.24,657.59 --366.18,657.61 --366.12,657.62 --366.06,657.64 --366,657.66 --365.94,657.68 --365.87,657.7 --365.81,657.72 --365.75,657.74 --365.69,657.75 --365.63,657.77 --365.57,657.79 --365.51,657.81 --365.45,657.83 --365.39,657.85 --365.33,657.87 --365.27,657.88 --365.21,657.9 --365.15,657.92 --365.09,657.94 --365.03,657.96 --364.97,657.98 --364.91,657.99 --364.85,658.01 --364.79,658.03 --364.73,658.05 --364.67,658.07 --364.61,658.09 --364.55,658.11 --364.5,658.12 --364.44,658.14 --364.38,658.16 --364.32,658.18 --364.26,658.2 --364.2,658.22 --364.14,658.23 --364.08,658.25 --364.02,658.27 --363.96,658.29 --363.91,658.31 --363.85,658.33 --363.79,658.35 --363.73,658.36 --363.67,658.38 --363.61,658.4 --363.55,658.42 --363.5,658.44 --363.44,658.46 --363.38,658.48 --363.33,658.5 --363.27,658.52 --363.21,658.54 --363.16,658.56 --363.1,658.58 --363.05,658.6 --362.99,658.62 --362.94,658.63 --362.88,658.65 --362.83,658.67 --362.78,658.69 --362.72,658.71 --362.67,658.72 --362.61,658.74 --362.56,658.76 --362.5,658.78 --362.45,658.79 --362.39,658.81 --362.33,658.83 --362.28,658.85 --362.22,658.87 --362.17,658.88 --362.11,658.9 --362.05,658.92 --362,658.94 --361.94,658.96 --361.89,658.98 --361.83,658.99 --361.77,659.01 --361.72,659.03 --361.66,659.05 --361.6,659.07 --361.83,658.44 --361.78,658.46 --361.72,658.48 --361.66,658.49 --361.6,658.51 --361.55,658.53 --361.49,658.55 --361.43,658.57 --361.38,658.59 --361.32,658.6 --361.26,658.62 --361.2,658.64 --361.15,658.66 --361.09,658.68 --361.03,658.7 --360.97,658.72 --360.92,658.74 --360.86,658.76 --360.8,658.78 --360.74,658.79 --360.68,658.81 --360.62,658.83 --360.56,658.85 --360.5,658.87 --360.44,658.89 --360.38,658.91 --360.32,658.93 --360.26,658.94 --360.2,658.96 --360.14,658.98 --360.08,659 --360.02,659.02 --359.96,659.03 --359.9,659.05 --359.84,659.07 --359.78,659.09 --359.72,659.11 --359.66,659.13 --359.6,659.15 --359.54,659.17 --359.48,659.18 --359.42,659.2 --359.36,659.22 --359.3,659.24 --359.24,659.26 --359.18,659.28 --359.12,659.3 --359.06,659.32 --359,659.34 --358.94,659.35 --358.88,659.37 --358.83,659.39 --358.77,659.41 --358.71,659.43 --358.65,659.45 --358.59,659.47 --358.54,659.49 --358.48,659.51 --358.42,659.53 --358.37,659.55 --358.31,659.57 --358.25,659.59 --358.19,659.61 --358.14,659.63 --358.08,659.65 --358.02,659.67 --357.96,659.69 --357.9,659.71 --357.84,659.73 --357.78,659.75 --357.72,659.77 --357.66,659.79 --357.6,659.81 --357.54,659.83 --357.47,659.85 --357.41,659.87 --357.35,659.89 --357.29,659.91 --357.23,659.93 --357.16,659.95 --357.1,659.97 --357.04,659.99 --356.98,660.01 --356.91,660.03 --356.85,660.05 --356.79,660.07 --356.72,660.09 --356.66,660.11 --356.6,660.13 --356.53,660.15 --356.47,660.17 --356.4,660.19 --356.34,660.21 --356.27,660.23 --356.21,660.25 --356.14,660.27 --356.07,660.29 --356,660.31 --355.93,660.34 --355.87,660.36 --356.27,659.81 --356.2,659.83 --356.13,659.85 --356.06,659.87 --355.99,659.89 --355.92,659.92 --355.85,659.94 --355.78,659.96 --355.71,659.98 --355.64,660 --355.56,660.02 --355.49,660.05 --355.42,660.07 --355.35,660.09 --355.28,660.11 --355.21,660.13 --355.13,660.15 --355.06,660.18 --354.99,660.2 --354.92,660.22 --354.85,660.24 --354.78,660.26 --354.71,660.28 --354.63,660.31 --354.56,660.33 --354.49,660.35 --354.42,660.37 --354.35,660.39 --354.27,660.41 --354.2,660.43 --354.13,660.46 --354.06,660.48 --353.98,660.5 --353.91,660.52 --353.84,660.54 --353.76,660.56 --353.69,660.58 --353.62,660.61 --353.54,660.63 --353.47,660.65 --353.39,660.67 --353.32,660.69 --353.24,660.71 --353.16,660.74 --353.09,660.76 --353.01,660.78 --352.94,660.8 --352.86,660.82 --352.78,660.85 --352.71,660.87 --352.63,660.89 --352.55,660.91 --352.47,660.94 --352.39,660.96 --352.31,660.98 --352.24,661 --352.16,661.03 --352.08,661.05 --352,661.07 --351.92,661.09 --351.84,661.12 --351.76,661.14 --351.68,661.16 --351.6,661.19 --351.52,661.21 --351.44,661.23 --351.36,661.25 --351.27,661.28 --351.19,661.3 --351.11,661.32 --351.03,661.35 --350.95,661.37 --350.86,661.39 --350.78,661.42 --350.7,661.44 --350.61,661.46 --350.53,661.49 --350.45,661.51 --350.36,661.53 --350.28,661.56 --350.2,661.58 --350.11,661.6 --350.03,661.63 --349.94,661.65 --349.86,661.67 --349.77,661.7 --349.69,661.72 --349.6,661.74 --349.52,661.77 --349.43,661.79 --349.34,661.82 --349.26,661.84 --349.17,661.86 --349.08,661.89 --349,661.91 --348.91,661.93 --348.82,661.96 --348.73,661.98 --348.65,662.01 --348.56,662.03 --349.03,661.38 --348.95,661.4 --348.86,661.42 --348.77,661.45 --348.68,661.47 --348.59,661.49 --348.51,661.52 --348.42,661.54 --348.33,661.56 --348.24,661.59 --348.15,661.61 --348.06,661.63 --347.97,661.66 --347.88,661.68 --347.79,661.71 --347.7,661.73 --347.61,661.75 --347.52,661.78 --347.43,661.8 --347.34,661.83 --347.24,661.85 --347.15,661.87 --347.06,661.9 --346.97,661.92 --346.88,661.95 --346.78,661.97 --346.69,662 --346.6,662.02 --346.51,662.05 --346.41,662.07 --346.32,662.09 --346.23,662.12 --346.13,662.14 --346.04,662.17 --345.94,662.19 --345.85,662.22 --345.76,662.24 --345.66,662.27 --345.57,662.29 --345.47,662.32 --345.38,662.34 --345.28,662.37 --345.19,662.39 --345.09,662.42 --345,662.44 --344.9,662.47 --344.8,662.49 --344.71,662.52 --344.61,662.54 --344.52,662.57 --344.42,662.59 --344.32,662.62 --344.23,662.64 --344.13,662.67 --344.03,662.7 --343.94,662.72 --343.84,662.75 --343.74,662.77 --343.65,662.8 --343.55,662.82 --343.45,662.85 --343.35,662.88 --343.26,662.9 --343.16,662.93 --343.06,662.95 --342.96,662.98 --342.86,663.01 --342.77,663.03 --342.67,663.06 --342.57,663.08 --342.47,663.11 --342.37,663.14 --342.27,663.16 --342.18,663.19 --342.08,663.22 --341.98,663.24 --341.88,663.27 --341.78,663.29 --341.68,663.32 --341.58,663.35 --341.48,663.37 --341.38,663.4 --341.28,663.43 --341.18,663.45 --341.08,663.48 --340.98,663.51 --340.88,663.53 --340.78,663.56 --340.68,663.59 --340.58,663.61 --340.48,663.64 --340.38,663.67 --340.28,663.69 --340.18,663.72 --340.08,663.75 --339.97,663.77 --339.87,663.8 --339.77,663.83 --339.67,663.85 --339.57,663.88 --340.22,663.18 --340.12,663.21 --340.02,663.23 --339.91,663.26 --339.81,663.28 --339.71,663.31 --339.61,663.34 --339.51,663.36 --339.41,663.39 --339.31,663.41 --339.21,663.44 --339.11,663.47 --339.01,663.49 --338.9,663.52 --338.8,663.55 --338.7,663.57 --338.6,663.6 --338.5,663.63 --338.4,663.65 --338.29,663.68 --338.19,663.7 --338.09,663.73 --337.99,663.76 --337.89,663.79 --337.78,663.81 --337.68,663.84 --337.58,663.87 --337.48,663.89 --337.38,663.92 --337.27,663.95 --337.17,663.97 --337.07,664 --336.97,664.03 --336.86,664.06 --336.76,664.08 --336.66,664.11 --336.55,664.14 --336.45,664.17 --336.35,664.19 --336.24,664.22 --336.14,664.25 --336.04,664.28 --335.93,664.3 --335.83,664.33 --335.73,664.36 --335.62,664.39 --335.52,664.42 --335.42,664.44 --335.31,664.47 --335.21,664.5 --335.11,664.53 --335,664.55 --334.9,664.58 --334.79,664.61 --334.69,664.64 --334.59,664.67 --334.48,664.69 --334.38,664.72 --334.27,664.75 --334.17,664.78 --334.07,664.81 --333.96,664.83 --333.86,664.86 --333.75,664.89 --333.65,664.92 --333.54,664.95 --333.44,664.97 --333.33,665 --333.23,665.03 --333.12,665.06 --333.02,665.09 --332.91,665.12 --332.81,665.14 --332.7,665.17 --332.6,665.2 --332.49,665.23 --332.39,665.26 --332.28,665.29 --332.18,665.32 --332.07,665.34 --331.97,665.37 --331.86,665.4 --331.76,665.43 --331.65,665.46 --331.55,665.49 --331.44,665.52 --331.34,665.54 --331.23,665.57 --331.12,665.6 --331.02,665.63 --330.91,665.66 --330.81,665.69 --330.7,665.72 --330.6,665.75 --330.49,665.77 --330.39,665.8 --330.28,665.83 --330.17,665.86 --330.07,665.89 --329.96,665.92 --330.4,665.29 --330.3,665.32 --330.19,665.35 --330.09,665.38 --329.98,665.41 --329.87,665.44 --329.77,665.47 --329.66,665.49 --329.56,665.52 --329.45,665.55 --329.35,665.58 --329.24,665.61 --329.14,665.64 --329.03,665.67 --328.92,665.7 --328.82,665.72 --328.71,665.75 --328.61,665.78 --328.5,665.81 --328.4,665.84 --328.29,665.87 --328.18,665.9 --328.08,665.93 --327.97,665.95 --327.87,665.98 --327.76,666.01 --327.66,666.04 --327.55,666.07 --327.44,666.1 --327.34,666.13 --327.23,666.15 --327.13,666.18 --327.02,666.21 --326.92,666.24 --326.81,666.27 --326.71,666.3 --326.6,666.32 --326.49,666.35 --326.39,666.38 --326.28,666.41 --326.18,666.44 --326.07,666.46 --325.97,666.49 --325.86,666.52 --325.76,666.55 --325.65,666.58 --325.55,666.6 --325.44,666.63 --325.34,666.66 --325.23,666.69 --325.13,666.72 --325.02,666.74 --324.92,666.77 --324.81,666.8 --324.71,666.83 --324.6,666.86 --324.5,666.88 --324.39,666.91 --324.29,666.94 --324.18,666.97 --324.08,666.99 --323.97,667.02 --323.87,667.05 --323.76,667.08 --323.66,667.11 --323.55,667.13 --323.45,667.16 --323.34,667.19 --323.24,667.22 --323.13,667.25 --323.03,667.27 --322.93,667.3 --322.82,667.33 --322.72,667.36 --322.61,667.39 --322.51,667.42 --322.4,667.44 --322.3,667.47 --322.19,667.5 --322.09,667.53 --321.99,667.56 --321.88,667.58 --321.78,667.61 --321.67,667.64 --321.57,667.67 --321.46,667.7 --321.36,667.73 --321.26,667.75 --321.15,667.78 --321.05,667.81 --320.94,667.84 --320.84,667.87 --320.74,667.9 --320.63,667.92 --320.53,667.95 --320.42,667.98 --320.32,668.01 --320.22,668.04 --320.11,668.07 --320.01,668.09 --320.41,667.43 --320.31,667.46 --320.2,667.48 --320.1,667.51 --320,667.54 --319.9,667.57 --319.79,667.59 --319.69,667.62 --319.59,667.65 --319.48,667.68 --319.38,667.7 --319.28,667.73 --319.17,667.76 --319.07,667.79 --318.97,667.81 --318.87,667.84 --318.76,667.87 --318.66,667.89 --318.56,667.92 --318.46,667.95 --318.35,667.98 --318.25,668 --318.15,668.03 --318.05,668.06 --317.94,668.08 --317.84,668.11 --317.74,668.14 --317.64,668.17 --317.53,668.19 --317.43,668.22 --317.33,668.25 --317.23,668.27 --317.13,668.3 --317.02,668.33 --316.92,668.36 --316.82,668.38 --316.72,668.41 --316.62,668.44 --316.51,668.46 --316.41,668.49 --316.31,668.52 --316.21,668.55 --316.11,668.57 --316.01,668.6 --315.9,668.63 --315.8,668.65 --315.7,668.68 --315.6,668.71 --315.5,668.74 --315.4,668.76 --315.3,668.79 --315.19,668.82 --315.09,668.85 --314.99,668.87 --314.89,668.9 --314.79,668.93 --314.69,668.95 --314.59,668.98 --314.49,669.01 --314.39,669.04 --314.29,669.06 --314.19,669.09 --314.08,669.12 --313.98,669.15 --313.88,669.17 --313.78,669.2 --313.68,669.23 --313.58,669.25 --313.48,669.28 --313.38,669.31 --313.28,669.34 --313.18,669.36 --313.08,669.39 --312.98,669.42 --312.88,669.45 --312.78,669.47 --312.68,669.5 --312.58,669.53 --312.48,669.56 --312.38,669.58 --312.28,669.61 --312.18,669.64 --312.08,669.67 --311.98,669.7 --311.88,669.72 --311.78,669.75 --311.68,669.78 --311.58,669.81 --311.49,669.83 --311.39,669.86 --311.29,669.89 --311.19,669.92 --311.09,669.94 --310.99,669.97 --310.89,670 --310.79,670.03 --310.69,670.05 --310.59,670.08 --310.5,670.11 --310.4,670.14 --310.86,669.36 --310.76,669.39 --310.66,669.41 --310.57,669.44 --310.47,669.46 --310.37,669.49 --310.27,669.52 --310.18,669.54 --310.08,669.57 --309.98,669.6 --309.89,669.62 --309.79,669.65 --309.69,669.68 --309.6,669.7 --309.5,669.73 --309.4,669.76 --309.31,669.78 --309.21,669.81 --309.11,669.84 --309.02,669.87 --308.92,669.89 --308.83,669.92 --308.73,669.95 --308.63,669.97 --308.54,670 --308.44,670.03 --308.35,670.05 --308.25,670.08 --308.16,670.11 --308.06,670.13 --307.97,670.16 --307.87,670.19 --307.77,670.21 --307.68,670.24 --307.58,670.27 --307.49,670.29 --307.4,670.32 --307.3,670.35 --307.21,670.37 --307.11,670.4 --307.02,670.43 --306.92,670.45 --306.83,670.48 --306.73,670.51 --306.64,670.54 --306.55,670.56 --306.45,670.59 --306.36,670.62 --306.27,670.64 --306.17,670.67 --306.08,670.7 --305.98,670.72 --305.89,670.75 --305.8,670.78 --305.71,670.81 --305.61,670.83 --305.52,670.86 --305.43,670.89 --305.33,670.91 --305.24,670.94 --305.15,670.97 --305.06,671 --304.96,671.02 --304.87,671.05 --304.78,671.08 --304.69,671.1 --304.6,671.13 --304.5,671.16 --304.41,671.19 --304.32,671.21 --304.23,671.24 --304.14,671.27 --304.05,671.29 --303.96,671.32 --303.86,671.35 --303.77,671.38 --303.68,671.4 --303.59,671.43 --303.5,671.46 --303.41,671.49 --303.32,671.51 --303.23,671.54 --303.14,671.57 --303.05,671.6 --302.96,671.62 --302.87,671.65 --302.78,671.68 --302.69,671.71 --302.6,671.73 --302.51,671.76 --302.42,671.79 --302.33,671.82 --302.24,671.84 --302.15,671.87 --302.06,671.9 --301.97,671.93 --301.89,671.95 --301.8,671.98 --301.71,672.01 --301.62,672.04 --302.02,671.24 --301.93,671.26 --301.84,671.29 --301.76,671.32 --301.67,671.34 --301.58,671.37 --301.49,671.4 --301.41,671.43 --301.32,671.45 --301.23,671.48 --301.15,671.51 --301.06,671.53 --300.97,671.56 --300.89,671.59 --300.8,671.61 --300.71,671.64 --300.63,671.67 --300.54,671.7 --300.46,671.72 --300.37,671.75 --300.28,671.78 --300.2,671.8 --300.11,671.83 --300.03,671.86 --299.94,671.89 --299.86,671.91 --299.77,671.94 --299.69,671.97 --299.6,671.99 --299.52,672.02 --299.43,672.05 --299.35,672.08 --299.26,672.1 --299.18,672.13 --299.1,672.16 --299.01,672.18 --298.93,672.21 --298.84,672.24 --298.76,672.27 --298.68,672.29 --298.59,672.32 --298.51,672.35 --298.43,672.38 --298.34,672.4 --298.26,672.43 --298.18,672.46 --298.09,672.48 --298.01,672.51 --297.93,672.54 --297.84,672.57 --297.76,672.59 --297.68,672.62 --297.6,672.65 --297.52,672.68 --297.43,672.7 --297.35,672.73 --297.27,672.76 --297.19,672.79 --297.11,672.81 --297.02,672.84 --296.94,672.87 --296.86,672.9 --296.78,672.93 --296.7,672.95 --296.62,672.98 --296.54,673.01 --296.45,673.04 --296.37,673.06 --296.29,673.09 --296.21,673.12 --296.13,673.15 --296.05,673.17 --295.97,673.2 --295.89,673.23 --295.81,673.26 --295.73,673.28 --295.65,673.31 --295.57,673.34 --295.49,673.37 --295.41,673.39 --295.33,673.42 --295.25,673.45 --295.17,673.47 --295.09,673.5 --295.01,673.53 --294.93,673.56 --294.85,673.58 --294.77,673.61 --294.69,673.64 --294.61,673.67 --294.54,673.69 --294.46,673.72 --294.38,673.75 --294.3,673.77 --294.22,673.8 --294.14,673.83 --294.07,673.85 --293.99,673.88 --293.91,673.91 --293.83,673.94 --294.32,673.39 --294.25,673.41 --294.17,673.44 --294.09,673.47 --294.02,673.49 --293.94,673.52 --293.87,673.54 --293.79,673.57 --293.72,673.59 --293.64,673.62 --293.57,673.65 --293.49,673.67 --293.42,673.7 --293.34,673.72 --293.27,673.75 --293.19,673.78 --293.12,673.8 --293.04,673.83 --292.97,673.85 --292.9,673.88 --292.82,673.91 --292.75,673.93 --292.68,673.96 --292.6,673.98 --292.53,674.01 --292.46,674.04 --292.38,674.06 --292.31,674.09 --292.24,674.11 --292.16,674.14 --292.09,674.16 --292.02,674.19 --291.95,674.22 --291.88,674.24 --291.8,674.27 --291.73,674.29 --291.66,674.32 --291.59,674.35 --291.52,674.37 --291.45,674.4 --291.37,674.42 --291.3,674.45 --291.23,674.48 --291.16,674.5 --291.09,674.53 --291.02,674.56 --290.95,674.58 --290.88,674.61 --290.81,674.64 --290.74,674.66 --290.67,674.69 --290.6,674.72 --290.53,674.74 --290.46,674.77 --290.39,674.8 --290.33,674.82 --290.26,674.85 --290.19,674.88 --290.12,674.91 --290.05,674.93 --289.98,674.96 --289.92,674.99 --289.85,675.02 --289.78,675.05 --289.71,675.07 --289.65,675.1 --289.58,675.13 --289.51,675.16 --289.45,675.19 --289.38,675.22 --289.31,675.24 --289.25,675.27 --289.18,675.3 --289.11,675.33 --289.05,675.36 --288.98,675.39 --288.92,675.42 --288.85,675.44 --288.79,675.47 --288.72,675.5 --288.66,675.53 --288.59,675.56 --288.53,675.59 --288.46,675.62 --288.4,675.65 --288.33,675.68 --288.27,675.71 --288.2,675.73 --288.14,675.76 --288.08,675.79 --288.01,675.82 --287.95,675.85 --287.88,675.88 --287.82,675.91 --287.76,675.94 --287.7,675.97 --287.63,676 --287.57,676.03 --287.51,676.06 --287.45,676.09 --287.95,675.34 --287.89,675.37 --287.83,675.4 --287.77,675.43 --287.71,675.46 --287.65,675.49 --287.59,675.52 --287.53,675.55 --287.47,675.58 --287.41,675.61 --287.35,675.64 --287.29,675.67 --287.23,675.7 --287.17,675.73 --287.11,675.76 --287.05,675.79 --286.99,675.82 --286.94,675.85 --286.88,675.88 --286.82,675.91 --286.76,675.94 --286.7,675.97 --286.65,676 --286.59,676.03 --286.53,676.06 --286.48,676.09 --286.42,676.12 --286.36,676.15 --286.31,676.18 --286.25,676.21 --286.2,676.24 --286.14,676.27 --286.08,676.3 --286.03,676.33 --285.97,676.36 --285.92,676.39 --285.86,676.42 --285.81,676.45 --285.75,676.48 --285.7,676.52 --285.64,676.55 --285.59,676.58 --285.54,676.61 --285.48,676.64 --285.43,676.67 --285.37,676.7 --285.32,676.73 --285.27,676.76 --285.21,676.8 --285.16,676.83 --285.11,676.86 --285.05,676.89 --285,676.92 --284.95,676.95 --284.89,676.98 --284.84,677.01 --284.79,677.05 --284.74,677.08 --284.68,677.11 --284.63,677.14 --284.58,677.17 --284.53,677.2 --284.48,677.24 --284.42,677.27 --284.37,677.3 --284.32,677.33 --284.27,677.36 --284.22,677.4 --284.17,677.43 --284.12,677.46 --284.06,677.49 --284.01,677.52 --283.96,677.56 --283.91,677.59 --283.86,677.62 --283.81,677.65 --283.76,677.69 --283.71,677.72 --283.66,677.75 --283.61,677.78 --283.56,677.82 --283.51,677.85 --283.46,677.88 --283.42,677.92 --283.37,677.95 --283.32,677.98 --283.27,678.02 --283.22,678.05 --283.18,678.09 --283.13,678.12 --283.08,678.15 --283.03,678.19 --282.99,678.22 --282.94,678.26 --282.89,678.29 --282.85,678.33 --282.8,678.36 --282.76,678.4 --282.71,678.43 --282.66,678.47 --283.22,677.58 --283.17,677.62 --283.13,677.65 --283.08,677.68 --283.04,677.72 --282.99,677.75 --282.95,677.79 --282.91,677.82 --282.86,677.86 --282.82,677.89 --282.78,677.92 --282.73,677.96 --282.69,677.99 --282.64,678.03 --282.6,678.06 --282.56,678.1 --282.51,678.13 --282.47,678.17 --282.43,678.2 --282.39,678.24 --282.34,678.27 --282.3,678.31 --282.26,678.35 --282.22,678.38 --282.17,678.42 --282.13,678.45 --282.09,678.49 --282.05,678.53 --282.01,678.57 --281.97,678.6 --281.93,678.64 --281.88,678.68 --281.84,678.71 --281.8,678.75 --281.76,678.79 --281.72,678.83 --281.68,678.87 --281.64,678.91 --281.6,678.94 --281.56,678.98 --281.52,679.02 --281.48,679.06 --281.44,679.1 --281.4,679.14 --281.37,679.18 --281.33,679.22 --281.29,679.26 --281.25,679.3 --281.21,679.34 --281.17,679.38 --281.13,679.42 --281.1,679.46 --281.06,679.5 --281.02,679.54 --280.98,679.58 --280.95,679.62 --280.91,679.66 --280.87,679.7 --280.83,679.74 --280.8,679.78 --280.76,679.82 --280.72,679.86 --280.69,679.9 --280.65,679.94 --280.61,679.98 --280.58,680.02 --280.54,680.07 --280.51,680.11 --280.47,680.15 --280.44,680.19 --280.4,680.23 --280.36,680.27 --280.33,680.31 --280.29,680.36 --280.26,680.4 --280.23,680.44 --280.19,680.48 --280.16,680.53 --280.12,680.57 --280.09,680.61 --280.06,680.65 --280.02,680.7 --279.99,680.74 --279.96,680.78 --279.92,680.83 --279.89,680.87 --279.86,680.91 --279.83,680.96 --279.79,681 --279.76,681.04 --279.73,681.09 --279.7,681.13 --279.67,681.17 --279.64,681.22 --279.6,681.26 --279.57,681.31 --279.54,681.35 --279.51,681.39 --279.48,681.44 --279.45,681.48 --280.1,680.47 --280.07,680.51 --280.04,680.55 --280.01,680.59 --279.98,680.64 --279.95,680.68 --279.93,680.72 --279.9,680.76 --279.87,680.81 --279.84,680.85 --279.81,680.89 --279.79,680.93 --279.76,680.98 --279.73,681.02 --279.7,681.06 --279.68,681.11 --279.65,681.15 --279.62,681.19 --279.6,681.24 --279.57,681.28 --279.54,681.32 --279.52,681.36 --279.49,681.41 --279.46,681.45 --279.44,681.49 --279.41,681.54 --279.39,681.58 --279.36,681.63 --279.34,681.67 --279.31,681.71 --279.29,681.76 --279.26,681.8 --279.24,681.84 --279.22,681.89 --279.19,681.93 --279.17,681.97 --279.14,682.02 --279.12,682.06 --279.1,682.1 --279.07,682.15 --279.05,682.19 --279.03,682.23 --279.01,682.28 --278.98,682.32 --278.96,682.36 --278.94,682.41 --278.92,682.45 --278.9,682.49 --278.87,682.54 --278.85,682.58 --278.83,682.62 --278.81,682.67 --278.79,682.71 --278.77,682.75 --278.75,682.79 --278.73,682.84 --278.71,682.88 --278.69,682.92 --278.67,682.97 --278.65,683.01 --278.63,683.05 --278.61,683.09 --278.59,683.14 --278.57,683.18 --278.55,683.22 --278.53,683.26 --278.51,683.31 --278.5,683.35 --278.48,683.39 --278.46,683.43 --278.44,683.48 --278.42,683.52 --278.4,683.56 --278.39,683.6 --278.37,683.64 --278.35,683.69 --278.34,683.73 --278.32,683.77 --278.3,683.81 --278.28,683.85 --278.27,683.89 --278.25,683.94 --278.24,683.98 --278.22,684.02 --278.2,684.06 --278.19,684.1 --278.17,684.14 --278.16,684.19 --278.14,684.23 --278.13,684.27 --278.11,684.31 --278.1,684.35 --278.09,684.39 --278.07,684.43 --278.06,684.47 --278.04,684.51 --278.03,684.55 --278.02,684.59 --278,684.63 --277.99,684.67 --278.59,683.58 --278.58,683.61 --278.57,683.65 --278.55,683.69 --278.54,683.73 --278.53,683.77 --278.52,683.8 --278.51,683.84 --278.5,683.88 --278.49,683.91 --278.48,683.95 --278.46,683.99 --278.45,684.03 --278.44,684.06 --278.43,684.1 --278.42,684.14 --278.41,684.17 --278.4,684.21 --278.39,684.24 --278.38,684.28 --278.37,684.32 --278.36,684.35 --278.35,684.39 --278.34,684.42 --278.33,684.46 --278.32,684.5 --278.31,684.53 --278.3,684.57 --278.29,684.6 --278.28,684.64 --278.27,684.67 --278.26,684.71 --278.25,684.74 --278.24,684.78 --278.23,684.81 --278.22,684.85 --278.21,684.88 --278.21,684.92 --278.2,684.95 --278.19,684.99 --278.18,685.02 --278.17,685.06 --278.16,685.09 --278.15,685.13 --278.14,685.16 --278.13,685.19 --278.12,685.23 --278.11,685.26 --278.11,685.3 --278.1,685.33 --278.09,685.37 --278.08,685.4 --278.07,685.44 --278.06,685.47 --278.05,685.51 --278.04,685.54 --278.04,685.57 --278.03,685.61 --278.02,685.64 --278.01,685.68 --278,685.71 --277.99,685.75 --277.99,685.78 --277.98,685.82 --277.97,685.85 --277.96,685.88 --277.95,685.92 --277.95,685.95 --277.94,685.99 --277.93,686.02 --277.92,686.06 --277.91,686.09 --277.91,686.12 --277.9,686.16 --277.89,686.19 --277.88,686.23 --277.87,686.26 --277.87,686.3 --277.86,686.33 --277.85,686.36 --277.84,686.4 --277.84,686.43 --277.83,686.47 --277.82,686.5 --277.81,686.53 --277.81,686.57 --277.8,686.6 --277.79,686.64 --277.79,686.67 --277.78,686.71 --277.77,686.74 --277.77,686.77 --277.76,686.81 --277.75,686.84 --277.75,686.88 --277.74,686.91 --277.73,686.94 --277.73,686.98 --277.72,687.01 --277.71,687.05 --278.34,685.8 --278.34,685.84 --278.33,685.87 --278.33,685.9 --278.32,685.93 --278.32,685.96 --278.31,685.99 --278.31,686.03 --278.3,686.06 --278.3,686.09 --278.29,686.12 --278.29,686.15 --278.28,686.18 --278.28,686.22 --278.27,686.25 --278.27,686.28 --278.26,686.31 --278.26,686.34 --278.25,686.37 --278.25,686.4 --278.24,686.44 --278.24,686.47 --278.24,686.5 --278.23,686.53 --278.23,686.56 --278.22,686.59 --278.22,686.63 --278.21,686.66 --278.21,686.69 --278.21,686.72 --278.2,686.75 --278.2,686.78 --278.19,686.81 --278.19,686.84 --278.18,686.88 --278.18,686.91 --278.18,686.94 --278.17,686.97 --278.17,687 --278.16,687.03 --278.16,687.06 --278.16,687.09 --278.15,687.12 --278.15,687.15 --278.14,687.18 --278.14,687.22 --278.14,687.25 --278.13,687.28 --278.13,687.31 --278.13,687.34 --278.12,687.37 --278.12,687.4 --278.12,687.43 --278.11,687.46 --278.11,687.49 --278.1,687.52 --278.1,687.55 --278.1,687.58 --278.09,687.61 --278.09,687.64 --278.09,687.67 --278.08,687.7 --278.08,687.73 --278.08,687.76 --278.08,687.79 --278.07,687.82 --278.07,687.85 --278.07,687.88 --278.06,687.91 --278.06,687.94 --278.06,687.97 --278.05,688 --278.05,688.03 --278.05,688.06 --278.05,688.09 --278.04,688.12 --278.04,688.15 --278.04,688.18 --278.04,688.2 --278.03,688.23 --278.03,688.26 --278.03,688.29 --278.03,688.32 --278.02,688.35 --278.02,688.38 --278.02,688.41 --278.02,688.44 --278.01,688.46 --278.01,688.49 --278.01,688.52 --278.01,688.55 --278,688.58 --278,688.61 --278,688.63 --278,688.66 --277.99,688.69 --277.99,688.72 --277.99,688.75 --277.99,688.77 --277.99,688.8 --278.53,687.47 --278.53,687.5 --278.53,687.52 --278.53,687.55 --278.53,687.57 --278.53,687.6 --278.53,687.62 --278.53,687.65 --278.53,687.67 --278.52,687.7 --278.52,687.72 --278.52,687.75 --278.52,687.77 --278.52,687.79 --278.52,687.82 --278.52,687.84 --278.52,687.87 --278.52,687.89 --278.52,687.91 --278.51,687.94 --278.51,687.96 --278.51,687.98 --278.51,688.01 --278.51,688.03 --278.51,688.05 --278.51,688.08 --278.51,688.1 --278.51,688.12 --278.51,688.14 --278.51,688.17 --278.51,688.19 --278.5,688.21 --278.5,688.24 --278.5,688.26 --278.5,688.28 --278.5,688.3 --278.5,688.32 --278.5,688.35 --278.5,688.37 --278.5,688.39 --278.5,688.41 --278.5,688.43 --278.5,688.45 --278.5,688.48 --278.5,688.5 --278.5,688.52 --278.5,688.54 --278.49,688.56 --278.49,688.58 --278.49,688.6 --278.49,688.62 --278.49,688.65 --278.49,688.67 --278.49,688.69 --278.49,688.71 --278.49,688.73 --278.49,688.75 --278.49,688.77 --278.49,688.79 --278.49,688.81 --278.49,688.83 --278.49,688.85 --278.49,688.87 --278.49,688.89 --278.49,688.91 --278.49,688.93 --278.49,688.95 --278.49,688.97 --278.49,688.99 --278.49,689.01 --278.48,689.03 --278.48,689.04 --278.48,689.06 --278.48,689.08 --278.48,689.1 --278.48,689.12 --278.48,689.14 --278.48,689.16 --278.48,689.18 --278.48,689.2 --278.48,689.22 --278.48,689.24 --278.48,689.26 --278.48,689.28 --278.48,689.3 --278.48,689.32 --278.48,689.33 --278.48,689.35 --278.48,689.37 --278.48,689.39 --278.48,689.41 --278.48,689.43 --278.48,689.45 --278.48,689.47 --278.48,689.49 --278.48,689.51 --278.48,689.53 --278.48,689.54 --278.48,689.56 --278.48,689.58 --279.06,688.19 --279.06,688.2 --279.06,688.22 --279.06,688.24 --279.06,688.25 --279.07,688.27 --279.07,688.29 --279.07,688.3 --279.07,688.32 --279.07,688.34 --279.07,688.35 --279.07,688.37 --279.07,688.38 --279.07,688.4 --279.07,688.42 --279.07,688.43 --279.07,688.45 --279.08,688.47 --279.08,688.48 --279.08,688.5 --279.08,688.51 --279.08,688.53 --279.08,688.55 --279.08,688.56 --279.08,688.58 --279.08,688.59 --279.08,688.61 --279.08,688.63 --279.09,688.64 --279.09,688.66 --279.09,688.67 --279.09,688.69 --279.09,688.71 --279.09,688.72 --279.09,688.74 --279.09,688.75 --279.09,688.77 --279.09,688.79 --279.09,688.8 --279.1,688.82 --279.1,688.83 --279.1,688.85 --279.1,688.86 --279.1,688.88 --279.1,688.9 --279.1,688.91 --279.1,688.93 --279.1,688.94 --279.11,688.96 --279.11,688.97 --279.11,688.99 --279.11,689 --279.11,689.02 --279.11,689.04 --279.11,689.05 --279.11,689.07 --279.11,689.08 --279.11,689.1 --279.12,689.11 --279.12,689.13 --279.12,689.14 --279.12,689.16 --279.12,689.17 --279.12,689.19 --279.12,689.2 --279.12,689.22 --279.12,689.23 --279.13,689.25 --279.13,689.26 --279.13,689.28 --279.13,689.29 --279.13,689.31 --279.13,689.32 --279.13,689.34 --279.13,689.35 --279.13,689.37 --279.14,689.38 --279.14,689.4 --279.14,689.41 --279.14,689.43 --279.14,689.44 --279.14,689.46 --279.14,689.47 --279.14,689.49 --279.15,689.5 --279.15,689.52 --279.15,689.53 --279.15,689.55 --279.15,689.56 --279.15,689.58 --279.15,689.59 --279.15,689.61 --279.16,689.62 --279.16,689.64 --279.16,689.65 --279.16,689.67 --279.16,689.68 --279.16,689.7 --279.16,689.71 --279.16,689.72 --279.56,688.36 --279.56,688.37 --279.56,688.38 --279.56,688.4 --279.56,688.41 --279.57,688.42 --279.57,688.43 --279.57,688.44 --279.57,688.46 --279.57,688.47 --279.58,688.48 --279.58,688.49 --279.58,688.51 --279.58,688.52 --279.58,688.53 --279.59,688.54 --279.59,688.55 --279.59,688.57 --279.59,688.58 --279.59,688.59 --279.6,688.6 --279.6,688.62 --279.6,688.63 --279.6,688.64 --279.6,688.65 --279.61,688.66 --279.61,688.68 --279.61,688.69 --279.61,688.7 --279.61,688.71 --279.62,688.72 --279.62,688.74 --279.62,688.75 --279.62,688.76 --279.62,688.77 --279.63,688.78 --279.63,688.8 --279.63,688.81 --279.63,688.82 --279.63,688.83 --279.64,688.84 --279.64,688.86 --279.64,688.87 --279.64,688.88 --279.65,688.89 --279.65,688.9 --279.65,688.92 --279.65,688.93 --279.65,688.94 --279.66,688.95 --279.66,688.96 --279.66,688.98 --279.66,688.99 --279.67,689 --279.67,689.01 --279.67,689.02 --279.67,689.04 --279.67,689.05 --279.68,689.06 --279.68,689.07 --279.68,689.08 --279.68,689.1 --279.69,689.11 --279.69,689.12 --279.69,689.13 --279.69,689.15 --279.7,689.16 --279.7,689.17 --279.7,689.18 --279.7,689.2 --279.71,689.21 --279.71,689.22 --279.71,689.23 --279.71,689.25 --279.72,689.26 --279.72,689.27 --279.72,689.29 --279.72,689.3 --279.73,689.31 --279.73,689.33 --279.73,689.34 --279.73,689.36 --279.74,689.37 --279.74,689.39 --279.74,689.4 --279.75,689.41 --279.75,689.43 --279.75,689.44 --279.75,689.46 --279.76,689.48 --279.76,689.49 --279.76,689.51 --279.77,689.52 --279.77,689.54 --279.77,689.56 --279.78,689.57 --279.78,689.59 --279.78,689.61 --279.79,689.63 --279.79,689.64 --280.04,688.34 --280.04,688.36 --280.04,688.38 --280.05,688.39 --280.05,688.41 --280.06,688.43 --280.06,688.44 --280.07,688.46 --280.07,688.48 --280.08,688.5 --280.08,688.51 --280.08,688.53 --280.09,688.55 --280.09,688.57 --280.1,688.59 --280.1,688.61 --280.11,688.63 --280.11,688.65 --280.12,688.67 --280.13,688.69 --280.13,688.71 --280.14,688.73 --280.14,688.75 --280.15,688.77 --280.15,688.79 --280.16,688.81 --280.17,688.83 --280.17,688.85 --280.18,688.88 --280.19,688.9 --280.19,688.92 --280.2,688.94 --280.21,688.96 --280.21,688.99 --280.22,689.01 --280.23,689.03 --280.23,689.06 --280.24,689.08 --280.25,689.1 --280.26,689.13 --280.26,689.15 --280.27,689.18 --280.28,689.2 --280.29,689.23 --280.3,689.25 --280.31,689.28 --280.31,689.3 --280.32,689.33 --280.33,689.35 --280.34,689.38 --280.35,689.41 --280.36,689.43 --280.37,689.46 --280.38,689.49 --280.39,689.51 --280.4,689.54 --280.41,689.57 --280.42,689.6 --280.43,689.62 --280.44,689.65 --280.45,689.68 --280.46,689.71 --280.47,689.74 --280.48,689.76 --280.5,689.79 --280.51,689.82 --280.52,689.85 --280.53,689.88 --280.54,689.91 --280.56,689.94 --280.57,689.97 --280.58,690 --280.6,690.03 --280.61,690.06 --280.62,690.08 --280.64,690.11 --280.65,690.14 --280.66,690.17 --280.68,690.2 --280.69,690.23 --280.7,690.26 --280.72,690.29 --280.73,690.32 --280.75,690.35 --280.76,690.39 --280.78,690.42 --280.79,690.45 --280.81,690.48 --280.83,690.51 --280.84,690.54 --280.86,690.57 --280.87,690.6 --280.89,690.63 --280.91,690.66 --280.92,690.69 --280.94,690.72 --280.96,690.75 --280.98,690.78 --280.99,690.82 --281.01,690.85 --281.06,689.6 --281.08,689.63 --281.1,689.66 --281.12,689.69 --281.14,689.72 --281.16,689.75 --281.18,689.78 --281.2,689.81 --281.22,689.84 --281.24,689.87 --281.26,689.89 --281.28,689.92 --281.3,689.95 --281.32,689.98 --281.34,690.01 --281.36,690.04 --281.38,690.07 --281.4,690.1 --281.42,690.12 --281.44,690.15 --281.47,690.18 --281.49,690.21 --281.51,690.24 --281.53,690.26 --281.55,690.29 --281.58,690.32 --281.6,690.35 --281.62,690.38 --281.64,690.4 --281.67,690.43 --281.69,690.46 --281.71,690.48 --281.73,690.51 --281.76,690.54 --281.78,690.57 --281.8,690.59 --281.83,690.62 --281.85,690.64 --281.88,690.67 --281.9,690.7 --281.92,690.72 --281.95,690.75 --281.97,690.77 --282,690.8 --282.02,690.83 --282.05,690.85 --282.07,690.88 --282.1,690.9 --282.12,690.93 --282.15,690.95 --282.17,690.98 --282.2,691 --282.22,691.03 --282.25,691.05 --282.27,691.08 --282.3,691.1 --282.32,691.12 --282.35,691.15 --282.38,691.17 --282.4,691.2 --282.43,691.22 --282.45,691.24 --282.48,691.27 --282.51,691.29 --282.53,691.31 --282.56,691.34 --282.59,691.36 --282.61,691.38 --282.64,691.4 --282.67,691.43 --282.69,691.45 --282.72,691.47 --282.75,691.49 --282.77,691.51 --282.8,691.54 --282.83,691.56 --282.85,691.58 --282.88,691.6 --282.91,691.62 --282.94,691.64 --282.96,691.66 --282.99,691.69 --283.02,691.71 --283.05,691.73 --283.08,691.75 --283.1,691.77 --283.13,691.79 --283.16,691.81 --283.19,691.83 --283.21,691.85 --283.24,691.87 --283.27,691.89 --283.3,691.91 --283.33,691.93 --283.36,691.94 --283.38,691.96 --283.41,691.98 --283.44,692 --283.47,692.02 --283.5,692.04 --283.39,690.92 --283.41,690.93 --283.44,690.95 --283.47,690.96 --283.5,690.98 --283.53,690.99 --283.56,691.01 --283.59,691.03 --283.62,691.04 --283.64,691.06 --283.67,691.07 --283.7,691.09 --283.73,691.1 --283.76,691.11 --283.79,691.13 --283.82,691.14 --283.85,691.16 --283.88,691.17 --283.9,691.18 --283.93,691.2 --283.96,691.21 --283.99,691.23 --284.02,691.24 --284.05,691.25 --284.08,691.26 --284.11,691.28 --284.14,691.29 --284.17,691.3 --284.2,691.32 --284.23,691.33 --284.26,691.34 --284.29,691.35 --284.32,691.36 --284.35,691.38 --284.38,691.39 --284.41,691.4 --284.43,691.41 --284.46,691.42 --284.49,691.43 --284.52,691.45 --284.55,691.46 --284.58,691.47 --284.61,691.48 --284.64,691.49 --284.67,691.5 --284.7,691.51 --284.73,691.52 --284.76,691.53 --284.79,691.54 --284.82,691.55 --284.85,691.56 --284.88,691.57 --284.91,691.58 --284.94,691.59 --284.97,691.59 --285,691.6 --285.03,691.61 --285.06,691.62 --285.09,691.63 --285.12,691.64 --285.15,691.64 --285.18,691.65 --285.2,691.66 --285.23,691.67 --285.26,691.68 --285.29,691.68 --285.32,691.69 --285.35,691.7 --285.38,691.71 --285.41,691.71 --285.44,691.72 --285.47,691.73 --285.5,691.73 --285.53,691.74 --285.56,691.75 --285.59,691.75 --285.62,691.76 --285.65,691.77 --285.68,691.77 --285.71,691.78 --285.74,691.79 --285.77,691.79 --285.8,691.8 --285.83,691.81 --285.86,691.81 --285.89,691.82 --285.92,691.82 --285.95,691.83 --285.98,691.83 --286.01,691.84 --286.04,691.84 --286.07,691.85 --286.1,691.85 --286.13,691.86 --286.16,691.86 --286.19,691.87 --286.22,691.87 --286.25,691.87 --286.28,691.88 --286.31,691.88 --286.06,690.91 --286.08,690.91 --286.11,690.91 --286.14,690.91 --286.17,690.92 --286.19,690.92 --286.22,690.92 --286.25,690.92 --286.27,690.92 --286.3,690.92 --286.32,690.92 --286.35,690.92 --286.38,690.92 --286.4,690.92 --286.43,690.92 --286.45,690.92 --286.48,690.92 --286.5,690.92 --286.53,690.92 --286.55,690.93 --286.57,690.93 --286.6,690.93 --286.62,690.93 --286.65,690.93 --286.67,690.93 --286.7,690.93 --286.72,690.93 --286.75,690.93 --286.77,690.93 --286.79,690.93 --286.82,690.93 --286.84,690.93 --286.87,690.93 --286.89,690.93 --286.91,690.93 --286.94,690.93 --286.96,690.93 --286.99,690.93 --287.01,690.93 --287.03,690.93 --287.06,690.93 --287.08,690.93 --287.1,690.93 --287.13,690.93 --287.15,690.93 --287.17,690.93 --287.19,690.93 --287.22,690.93 --287.24,690.93 --287.26,690.93 --287.28,690.93 --287.31,690.93 --287.33,690.93 --287.35,690.93 --287.37,690.93 --287.39,690.92 --287.42,690.92 --287.44,690.92 --287.46,690.92 --287.48,690.92 --287.5,690.92 --287.52,690.91 --287.54,690.91 --287.56,690.91 --287.58,690.91 --287.61,690.91 --287.63,690.91 --287.65,690.9 --287.67,690.9 --287.69,690.9 --287.71,690.9 --287.73,690.9 --287.75,690.9 --287.76,690.9 --287.78,690.89 --287.8,690.89 --287.82,690.89 --287.84,690.89 --287.86,690.89 --287.88,690.89 --287.9,690.89 --287.92,690.89 --287.94,690.89 --287.96,690.89 --287.97,690.89 --287.99,690.89 --288.01,690.89 --288.03,690.88 --288.05,690.88 --288.06,690.88 --288.08,690.88 --288.1,690.88 --288.12,690.88 --288.13,690.88 --288.15,690.88 --288.17,690.88 --288.19,690.88 --288.2,690.88 --288.22,690.88 --288.23,690.88 --287.89,690.06 --287.91,690.06 --287.93,690.05 --287.94,690.05 --287.96,690.05 --287.97,690.05 --287.98,690.05 --288,690.05 --288.01,690.04 --288.03,690.04 --288.04,690.04 --288.06,690.04 --288.07,690.04 --288.08,690.04 --288.1,690.03 --288.11,690.03 --288.12,690.03 --288.14,690.03 --288.15,690.03 --288.16,690.03 --288.18,690.03 --288.19,690.03 --288.2,690.03 --288.21,690.03 --288.22,690.03 --288.24,690.03 --288.25,690.03 --288.26,690.03 --288.27,690.03 --288.28,690.03 --288.29,690.03 --288.31,690.03 --288.32,690.03 --288.33,690.03 --288.34,690.03 --288.35,690.03 --288.36,690.03 --288.37,690.04 --288.38,690.04 --288.39,690.04 --288.4,690.04 --288.41,690.04 --288.42,690.05 --288.43,690.05 --288.44,690.05 --288.45,690.05 --288.46,690.05 --288.47,690.06 --288.48,690.06 --288.48,690.06 --288.49,690.06 --288.5,690.07 --288.51,690.07 --288.52,690.07 --288.53,690.07 --288.53,690.08 --288.54,690.08 --288.55,690.08 --288.56,690.08 --288.56,690.09 --288.57,690.09 --288.58,690.09 --288.59,690.1 --288.59,690.1 --288.6,690.1 --288.61,690.11 --288.61,690.11 --288.62,690.12 --288.63,690.12 --288.63,690.12 --288.64,690.13 --288.65,690.13 --288.65,690.14 --288.66,690.14 --288.67,690.14 --288.67,690.15 --288.68,690.15 --288.69,690.16 --288.69,690.16 --288.7,690.16 --288.71,690.17 --288.72,690.17 --288.72,690.18 --288.73,690.18 --288.74,690.18 --288.75,690.19 --288.75,690.19 --288.76,690.19 --288.77,690.2 --288.78,690.2 --288.78,690.2 --288.79,690.21 --288.8,690.21 --288.81,690.21 --288.81,690.22 --288.82,690.22 --288.83,690.22 --288.83,690.23 --288.84,690.23 --288.85,690.23 --288.45,689.54 --288.45,689.54 --288.46,689.54 --288.47,689.55 --288.47,689.55 --288.48,689.55 --288.49,689.55 --288.49,689.55 --288.5,689.56 --288.51,689.56 --288.52,689.56 --288.52,689.56 --288.53,689.57 --288.54,689.57 --288.54,689.57 --288.55,689.57 --288.56,689.58 --288.56,689.58 --288.57,689.58 --288.58,689.58 --288.58,689.58 --288.59,689.59 --288.6,689.59 --288.6,689.59 --288.61,689.59 --288.62,689.6 --288.63,689.6 --288.63,689.6 --288.64,689.6 --288.65,689.61 --288.65,689.61 --288.66,689.61 --288.67,689.61 --288.67,689.62 --288.68,689.62 --288.69,689.62 --288.7,689.62 --288.7,689.63 --288.71,689.63 --288.72,689.63 --288.72,689.63 --288.73,689.63 --288.74,689.64 --288.74,689.64 --288.75,689.64 --288.76,689.64 --288.77,689.65 --288.77,689.65 --288.78,689.65 --288.79,689.65 --288.79,689.66 --288.8,689.66 --288.81,689.66 --288.81,689.66 --288.82,689.67 --288.83,689.67 --288.83,689.67 --288.84,689.67 --288.85,689.68 --288.85,689.68 --288.86,689.68 --288.87,689.68 --288.87,689.69 --288.88,689.69 --288.89,689.69 --288.89,689.69 --288.9,689.7 --288.91,689.7 --288.91,689.7 --288.92,689.7 --288.93,689.71 --288.93,689.71 --288.94,689.71 --288.95,689.71 --288.95,689.72 --288.96,689.72 --288.97,689.72 --288.97,689.73 --288.98,689.73 --288.99,689.73 --288.99,689.73 --289,689.74 --289,689.74 --289.01,689.74 --289.02,689.75 --289.02,689.75 --289.03,689.75 --289.03,689.76 --289.04,689.76 --289.04,689.76 --289.05,689.76 --289.05,689.77 --289.06,689.77 --289.06,689.77 --289.07,689.78 --289.07,689.78 --289.08,689.78 --289.08,689.79 --289.09,689.79 --289.09,689.79 --288.6,689.28 --288.6,689.29 --288.61,689.29 --288.61,689.29 --288.61,689.29 --288.62,689.3 --288.62,689.3 --288.62,689.3 --288.62,689.31 --288.63,689.31 --288.63,689.31 --288.63,689.31 --288.63,689.32 --288.64,689.32 --288.64,689.32 --288.64,689.33 --288.64,689.33 --288.64,689.33 --288.65,689.34 --288.65,689.34 --288.65,689.34 --288.65,689.35 --288.65,689.35 --288.65,689.36 --288.65,689.36 --288.66,689.36 --288.66,689.37 --288.66,689.37 --288.66,689.37 --288.66,689.38 --288.66,689.38 --288.66,689.39 --288.66,689.39 --288.66,689.39 --288.66,689.4 --288.66,689.4 --288.66,689.41 --288.66,689.41 --288.66,689.42 --288.66,689.42 --288.66,689.42 --288.66,689.43 --288.66,689.43 --288.66,689.44 --288.66,689.44 --288.66,689.44 --288.66,689.45 --288.66,689.45 --288.66,689.46 --288.66,689.46 --288.66,689.46 --288.66,689.47 --288.65,689.47 --288.65,689.48 --288.65,689.48 --288.65,689.49 --288.65,689.49 --288.65,689.49 --288.65,689.5 --288.64,689.5 --288.64,689.51 --288.64,689.51 --288.64,689.52 --288.64,689.52 --288.63,689.52 --288.63,689.53 --288.63,689.53 --288.63,689.54 --288.63,689.54 --288.62,689.54 --288.62,689.55 --288.62,689.55 --288.61,689.56 --288.61,689.56 --288.61,689.57 --288.61,689.57 --288.6,689.57 --288.6,689.58 --288.6,689.58 --288.59,689.59 --288.59,689.59 --288.59,689.6 --288.58,689.6 --288.58,689.6 --288.57,689.61 --288.57,689.61 --288.57,689.62 --288.56,689.62 --288.56,689.62 --288.55,689.63 --288.55,689.63 --288.54,689.64 --288.54,689.64 --288.54,689.64 --288.53,689.65 --288.53,689.65 --288.52,689.66 --288.52,689.66 --288.51,689.67 --288.51,689.67 --287.94,689.28 --287.93,689.28 --287.93,689.29 --287.92,689.29 --287.91,689.29 --287.91,689.3 --287.9,689.3 --287.89,689.31 --287.89,689.31 --287.88,689.31 --287.87,689.32 --287.86,689.32 --287.86,689.33 --287.85,689.33 --287.84,689.33 --287.84,689.34 --287.83,689.34 --287.82,689.35 --287.81,689.35 --287.81,689.36 --287.8,689.36 --287.79,689.36 --287.78,689.37 --287.77,689.37 --287.77,689.38 --287.76,689.38 --287.75,689.39 --287.74,689.39 --287.73,689.39 --287.73,689.4 --287.72,689.4 --287.71,689.41 --287.7,689.41 --287.69,689.42 --287.68,689.42 --287.68,689.43 --287.67,689.43 --287.66,689.43 --287.65,689.44 --287.64,689.44 --287.63,689.45 --287.63,689.45 --287.62,689.46 --287.61,689.46 --287.6,689.47 --287.59,689.47 --287.59,689.48 --287.58,689.48 --287.57,689.49 --287.56,689.49 --287.55,689.5 --287.54,689.5 --287.54,689.51 --287.53,689.51 --287.52,689.52 --287.51,689.52 --287.5,689.53 --287.49,689.53 --287.49,689.54 --287.48,689.54 --287.47,689.55 --287.46,689.55 --287.45,689.55 --287.44,689.56 --287.44,689.56 --287.43,689.57 --287.42,689.57 --287.41,689.58 --287.4,689.58 --287.39,689.59 --287.39,689.59 --287.38,689.6 --287.37,689.6 --287.36,689.61 --287.35,689.61 --287.34,689.62 --287.34,689.62 --287.33,689.62 --287.32,689.63 --287.31,689.63 --287.3,689.64 --287.29,689.64 --287.29,689.65 --287.28,689.65 --287.27,689.65 --287.26,689.66 --287.25,689.66 --287.25,689.67 --287.24,689.67 --287.23,689.67 --287.22,689.68 --287.21,689.68 --287.2,689.69 --287.2,689.69 --287.19,689.69 --287.18,689.7 --287.17,689.7 --287.16,689.7 --287.15,689.71 --287.15,689.71 --286.52,689.43 --286.51,689.43 --286.51,689.43 --286.5,689.44 --286.49,689.44 --286.48,689.45 --286.47,689.45 --286.46,689.46 --286.45,689.46 --286.45,689.46 --286.44,689.47 --286.43,689.47 --286.42,689.48 --286.42,689.48 --286.41,689.49 --286.4,689.49 --286.39,689.5 --286.39,689.5 --286.38,689.51 --286.37,689.52 --286.36,689.52 --286.36,689.53 --286.35,689.53 --286.34,689.54 --286.34,689.54 --286.33,689.55 --286.32,689.55 --286.31,689.56 --286.31,689.56 --286.3,689.57 --286.29,689.57 --286.29,689.58 --286.28,689.59 --286.27,689.59 --286.27,689.6 --286.26,689.6 --286.25,689.61 --286.25,689.61 --286.24,689.62 --286.23,689.62 --286.23,689.63 --286.22,689.63 --286.21,689.64 --286.21,689.65 --286.2,689.65 --286.19,689.66 --286.19,689.66 --286.18,689.67 --286.18,689.67 --286.17,689.68 --286.16,689.69 --286.16,689.69 --286.15,689.7 --286.15,689.7 --286.14,689.71 --286.14,689.71 --286.13,689.72 --286.12,689.73 --286.12,689.73 --286.11,689.74 --286.11,689.74 --286.1,689.75 --286.1,689.75 --286.09,689.76 --286.09,689.77 --286.08,689.77 --286.08,689.78 --286.07,689.78 --286.07,689.79 --286.06,689.8 --286.06,689.8 --286.05,689.81 --286.05,689.81 --286.04,689.82 --286.04,689.83 --286.03,689.83 --286.03,689.84 --286.02,689.84 --286.02,689.85 --286.02,689.85 --286.01,689.86 --286.01,689.87 --286,689.87 --286,689.88 --285.99,689.88 --285.99,689.89 --285.99,689.9 --285.98,689.9 --285.98,689.91 --285.98,689.91 --285.97,689.92 --285.97,689.93 --285.97,689.93 --285.96,689.94 --285.96,689.94 --285.96,689.95 --285.95,689.96 --285.95,689.96 --285.95,689.97 --285.94,689.97 --285.26,689.76 --285.26,689.77 --285.25,689.77 --285.25,689.78 --285.25,689.78 --285.25,689.79 --285.24,689.79 --285.24,689.8 --285.24,689.8 --285.23,689.81 --285.23,689.82 --285.23,689.82 --285.23,689.83 --285.22,689.83 --285.22,689.84 --285.22,689.84 --285.22,689.85 --285.22,689.85 --285.21,689.86 --285.21,689.86 --285.21,689.87 --285.21,689.87 --285.21,689.88 --285.21,689.88 --285.21,689.89 --285.2,689.89 --285.2,689.89 --285.2,689.9 --285.2,689.9 --285.2,689.91 --285.2,689.91 --285.2,689.92 --285.2,689.92 --285.2,689.92 --285.2,689.93 --285.2,689.93 --285.2,689.93 --285.2,689.94 --285.2,689.94 --285.2,689.95 --285.2,689.95 --285.2,689.95 --285.21,689.96 --285.21,689.96 --285.21,689.96 --285.21,689.96 --285.21,689.97 --285.21,689.97 --285.21,689.97 --285.22,689.98 --285.22,689.98 --285.22,689.98 --285.22,689.98 --285.22,689.99 --285.23,689.99 --285.23,689.99 --285.23,689.99 --285.23,689.99 --285.24,690 --285.24,690 --285.24,690 --285.25,690 --285.25,690 --285.25,690 --285.26,690 --285.26,690 --285.26,690.01 --285.27,690.01 --285.27,690.01 --285.28,690.01 --285.28,690.01 --285.29,690.01 --285.29,690.01 --285.29,690.01 --285.3,690.01 --285.3,690.01 --285.31,690.01 --285.31,690.01 --285.32,690.01 --285.32,690.01 --285.33,690.01 --285.34,690.01 --285.34,690.01 --285.35,690 --285.35,690 --285.36,690 --285.37,690 --285.37,690 --285.38,690 --285.38,690 --285.39,689.99 --285.4,689.99 --285.4,689.99 --285.41,689.99 --285.42,689.99 --285.42,689.98 --285.43,689.98 --285.44,689.98 --285.44,689.98 --285.45,689.98 --284.74,689.84 --284.75,689.84 --284.75,689.84 --284.76,689.83 --284.76,689.83 --284.77,689.83 --284.78,689.83 --284.78,689.83 --284.79,689.82 --284.79,689.82 --284.8,689.82 --284.81,689.82 --284.81,689.81 --284.82,689.81 --284.83,689.81 --284.83,689.81 --284.84,689.8 --284.84,689.8 --284.85,689.8 --284.86,689.8 --284.86,689.79 --284.87,689.79 --284.87,689.79 --284.88,689.78 --284.89,689.78 --284.89,689.78 --284.9,689.78 --284.91,689.77 --284.91,689.77 --284.92,689.77 --284.93,689.76 --284.93,689.76 --284.94,689.76 --284.95,689.75 --284.95,689.75 --284.96,689.75 --284.97,689.74 --284.97,689.74 --284.98,689.74 --284.99,689.73 --284.99,689.73 --285,689.72 --285.01,689.72 --285.01,689.72 --285.02,689.71 --285.03,689.71 --285.04,689.7 --285.04,689.7 --285.05,689.69 --285.06,689.69 --285.07,689.68 --285.08,689.68 --285.08,689.67 --285.09,689.67 --285.1,689.66 --285.11,689.66 --285.12,689.65 --285.13,689.65 --285.14,689.64 --285.15,689.63 --285.15,689.63 --285.16,689.62 --285.17,689.61 --285.18,689.61 --285.19,689.6 --285.2,689.59 --285.21,689.59 --285.22,689.58 --285.23,689.57 --285.24,689.56 --285.25,689.55 --285.26,689.54 --285.27,689.54 --285.29,689.53 --285.3,689.52 --285.31,689.51 --285.32,689.5 --285.33,689.49 --285.34,689.48 --285.35,689.47 --285.37,689.46 --285.38,689.45 --285.39,689.44 --285.4,689.42 --285.42,689.41 --285.43,689.4 --285.44,689.39 --285.45,689.38 --285.47,689.37 --285.48,689.35 --285.49,689.34 --285.51,689.33 --285.52,689.31 --285.53,689.3 --285.55,689.29 --285.56,689.27 --285.58,689.26 --285.59,689.25 --285.61,689.23 --285.62,689.22 --284.89,689.18 --284.91,689.17 --284.92,689.15 --284.93,689.14 --284.95,689.12 --284.96,689.11 --284.98,689.09 --284.99,689.08 --285.01,689.06 --285.02,689.04 --285.04,689.03 --285.05,689.01 --285.07,688.99 --285.08,688.98 --285.1,688.96 --285.12,688.94 --285.13,688.92 --285.15,688.9 --285.16,688.88 --285.18,688.87 --285.2,688.85 --285.21,688.83 --285.23,688.81 --285.25,688.79 --285.26,688.77 --285.28,688.75 --285.3,688.73 --285.31,688.71 --285.33,688.69 --285.35,688.67 --285.37,688.65 --285.38,688.62 --285.4,688.6 --285.42,688.58 --285.44,688.56 --285.46,688.54 --285.47,688.51 --285.49,688.49 --285.51,688.47 --285.53,688.45 --285.55,688.42 --285.57,688.4 --285.59,688.38 --285.61,688.35 --285.63,688.33 --285.65,688.3 --285.66,688.28 --285.68,688.25 --285.7,688.23 --285.72,688.2 --285.74,688.18 --285.76,688.15 --285.78,688.13 --285.8,688.1 --285.83,688.07 --285.85,688.05 --285.87,688.02 --285.89,687.99 --285.91,687.97 --285.93,687.94 --285.95,687.91 --285.97,687.88 --285.99,687.86 --286.01,687.83 --286.04,687.8 --286.06,687.77 --286.08,687.74 --286.1,687.71 --286.12,687.68 --286.14,687.65 --286.17,687.62 --286.19,687.59 --286.21,687.56 --286.23,687.53 --286.26,687.5 --286.28,687.47 --286.3,687.44 --286.33,687.4 --286.35,687.37 --286.37,687.34 --286.4,687.31 --286.42,687.27 --286.44,687.24 --286.47,687.21 --286.49,687.17 --286.52,687.14 --286.54,687.1 --286.57,687.07 --286.59,687.03 --286.61,687 --286.64,686.96 --286.66,686.93 --286.69,686.89 --286.71,686.85 --286.74,686.82 --286.76,686.78 --286.79,686.74 --286.81,686.7 --286.84,686.67 --286.86,686.63 --286.17,686.73 --286.19,686.69 --286.22,686.66 --286.24,686.62 --286.26,686.58 --286.29,686.54 --286.31,686.5 --286.34,686.46 --286.36,686.42 --286.39,686.38 --286.41,686.34 --286.43,686.3 --286.46,686.26 --286.48,686.22 --286.51,686.18 --286.53,686.15 --286.55,686.11 --286.58,686.07 --286.6,686.03 --286.63,685.99 --286.65,685.95 --286.67,685.9 --286.7,685.86 --286.72,685.82 --286.75,685.78 --286.77,685.74 --286.8,685.7 --286.82,685.66 --286.84,685.62 --286.87,685.58 --286.89,685.53 --286.92,685.49 --286.94,685.45 --286.97,685.41 --286.99,685.36 --287.02,685.32 --287.04,685.28 --287.06,685.23 --287.09,685.19 --287.11,685.15 --287.14,685.1 --287.16,685.06 --287.19,685.02 --287.21,684.97 --287.24,684.93 --287.26,684.88 --287.29,684.84 --287.31,684.8 --287.34,684.75 --287.36,684.71 --287.39,684.66 --287.41,684.62 --287.44,684.57 --287.46,684.53 --287.49,684.48 --287.51,684.44 --287.54,684.39 --287.56,684.34 --287.59,684.3 --287.61,684.25 --287.64,684.21 --287.66,684.16 --287.69,684.11 --287.71,684.07 --287.74,684.02 --287.76,683.97 --287.79,683.93 --287.82,683.88 --287.84,683.83 --287.87,683.78 --287.89,683.74 --287.92,683.69 --287.94,683.64 --287.97,683.6 --288,683.55 --288.02,683.5 --288.05,683.45 --288.07,683.4 --288.1,683.35 --288.12,683.31 --288.15,683.26 --288.18,683.21 --288.2,683.16 --288.23,683.11 --288.26,683.06 --288.28,683.02 --288.31,682.97 --288.34,682.92 --288.36,682.87 --288.39,682.82 --288.42,682.77 --288.44,682.72 --288.47,682.68 --288.5,682.63 --290.06,679.99 --290.09,679.94 --290.12,679.89 --290.15,679.84 --289.34,680.14 --289.37,680.09 --289.4,680.04 --289.43,679.99 --289.46,679.94 --289.49,679.89 --289.52,679.84 --289.55,679.79 --289.59,679.74 --289.62,679.69 --289.65,679.64 --289.68,679.59 --289.71,679.54 --289.74,679.49 --289.78,679.44 --289.81,679.39 --289.84,679.34 --289.87,679.29 --289.9,679.24 --289.94,679.19 --289.97,679.14 --290,679.09 --290.04,679.04 --290.07,678.99 --290.1,678.94 --290.14,678.89 --290.17,678.84 --290.21,678.79 --290.24,678.74 --290.27,678.69 --290.31,678.64 --290.34,678.59 --290.38,678.54 --290.41,678.49 --290.45,678.44 --290.48,678.39 --290.52,678.34 --290.55,678.29 --290.59,678.24 --290.63,678.19 --290.66,678.14 --290.7,678.09 --290.74,678.04 --290.77,677.99 --290.81,677.94 --290.85,677.9 --290.88,677.85 --290.92,677.8 --290.96,677.75 --291,677.7 --291.03,677.65 --291.07,677.6 --291.11,677.55 --291.15,677.5 --291.19,677.45 --291.22,677.4 --291.26,677.35 --291.3,677.3 --291.34,677.25 --291.38,677.2 --291.42,677.15 --291.46,677.11 --291.5,677.06 --291.54,677.01 --291.58,676.96 --291.62,676.91 --291.66,676.86 --291.71,676.81 --291.75,676.76 --291.79,676.71 --291.83,676.66 --291.87,676.61 --291.91,676.57 --291.96,676.52 --292,676.47 --292.04,676.42 --292.09,676.37 --292.13,676.32 --292.17,676.27 --292.22,676.22 --292.26,676.17 --292.3,676.12 --292.35,676.07 --292.39,676.03 --292.44,675.98 --292.48,675.93 --292.53,675.88 --292.57,675.83 --292.62,675.78 --292.66,675.73 --292.71,675.68 --292.75,675.64 --292.8,675.59 --292.85,675.54 --292.89,675.49 --292.94,675.44 --292.99,675.39 --293.03,675.35 --293.08,675.3 --293.13,675.25 --292.51,675.6 --292.56,675.55 --292.61,675.5 --292.66,675.46 --292.7,675.41 --292.75,675.36 --292.8,675.31 --292.85,675.27 --292.9,675.22 --292.95,675.17 --293,675.13 --293.05,675.08 --293.1,675.03 --293.15,674.99 --293.2,674.94 --293.25,674.9 --293.3,674.85 --293.35,674.8 --293.4,674.76 --293.45,674.71 --293.5,674.67 --293.55,674.62 --293.6,674.57 --293.65,674.53 --293.71,674.48 --293.76,674.44 --293.81,674.39 --293.86,674.35 --293.92,674.3 --293.97,674.26 --294.02,674.21 --294.08,674.17 --294.13,674.12 --294.18,674.08 --294.24,674.03 --294.29,673.99 --294.35,673.94 --294.4,673.9 --294.46,673.85 --294.51,673.81 --294.57,673.77 --294.62,673.72 --294.68,673.68 --294.74,673.63 --294.79,673.59 --294.85,673.54 --294.9,673.5 --294.96,673.46 --295.02,673.41 --295.08,673.37 --295.13,673.33 --295.19,673.28 --295.25,673.24 --295.31,673.2 --295.37,673.16 --295.42,673.11 --295.48,673.07 --295.54,673.03 --295.6,672.99 --295.66,672.94 --295.72,672.9 --295.78,672.86 --295.84,672.82 --295.9,672.78 --295.96,672.73 --296.02,672.69 --296.08,672.65 --296.14,672.61 --296.2,672.57 --296.26,672.53 --296.32,672.49 --296.39,672.44 --296.45,672.4 --296.51,672.36 --296.57,672.32 --296.63,672.28 --296.7,672.24 --296.76,672.2 --296.82,672.16 --296.89,672.12 --296.95,672.08 --297.01,672.04 --297.08,672 --297.14,671.96 --297.21,671.92 --297.27,671.88 --297.33,671.84 --297.4,671.8 --297.46,671.76 --297.53,671.73 --297.59,671.69 --297.66,671.65 --297.73,671.61 --297.79,671.57 --297.86,671.53 --297.92,671.5 --297.99,671.46 --298.06,671.42 --298.12,671.38 --298.19,671.35 --297.66,671.72 --297.72,671.68 --297.79,671.64 --297.86,671.61 --297.92,671.57 --297.99,671.54 --298.06,671.5 --298.13,671.47 --298.2,671.43 --298.26,671.4 --298.33,671.36 --298.4,671.33 --298.47,671.29 --298.54,671.26 --298.61,671.22 --298.68,671.19 --298.75,671.16 --298.81,671.12 --298.88,671.09 --298.95,671.06 --299.02,671.02 --299.09,670.99 --299.16,670.96 --299.24,670.92 --299.31,670.89 --299.38,670.86 --299.45,670.82 --299.52,670.79 --299.59,670.76 --299.66,670.73 --299.73,670.7 --299.81,670.66 --299.88,670.63 --299.95,670.6 --300.02,670.57 --300.1,670.54 --300.17,670.51 --300.24,670.48 --300.31,670.45 --300.39,670.42 --300.46,670.39 --300.54,670.36 --300.61,670.33 --300.68,670.3 --300.76,670.27 --300.83,670.24 --300.91,670.21 --300.98,670.18 --301.06,670.15 --301.13,670.12 --301.21,670.09 --301.28,670.06 --301.36,670.03 --301.44,670 --301.51,669.97 --301.59,669.94 --301.66,669.92 --301.74,669.89 --301.82,669.86 --301.89,669.83 --301.97,669.8 --302.05,669.77 --302.12,669.74 --302.2,669.72 --302.28,669.69 --302.35,669.66 --302.43,669.63 --302.51,669.6 --302.59,669.58 --302.66,669.55 --302.74,669.52 --302.82,669.49 --302.9,669.47 --302.98,669.44 --303.06,669.41 --303.13,669.38 --303.21,669.36 --303.29,669.33 --303.37,669.3 --303.45,669.28 --303.53,669.25 --303.61,669.22 --303.69,669.2 --303.77,669.17 --303.85,669.15 --303.92,669.12 --304,669.09 --304.08,669.07 --304.16,669.04 --304.24,669.02 --304.32,668.99 --304.4,668.97 --304.48,668.94 --304.56,668.91 --304.64,668.89 --304.72,668.86 --304.8,668.84 --304.88,668.81 --304.96,668.79 --305.03,668.76 --304.57,669.11 --304.64,669.09 --304.72,669.06 --304.8,669.04 --304.88,669.02 --304.96,668.99 --305.04,668.97 --305.12,668.94 --305.19,668.92 --305.27,668.9 --305.35,668.87 --305.43,668.85 --305.51,668.83 --305.59,668.8 --305.67,668.78 --305.74,668.76 --305.82,668.74 --305.9,668.71 --305.98,668.69 --306.06,668.67 --306.14,668.64 --306.22,668.62 --306.29,668.6 --306.37,668.58 --306.45,668.56 --306.53,668.53 --306.61,668.51 --306.69,668.49 --306.77,668.47 --306.85,668.45 --306.92,668.43 --307,668.4 --307.08,668.38 --307.16,668.36 --307.24,668.34 --307.32,668.32 --307.39,668.3 --307.47,668.28 --307.55,668.26 --307.63,668.24 --307.71,668.22 --307.79,668.2 --307.87,668.17 --307.94,668.15 --308.02,668.13 --308.1,668.11 --308.18,668.09 --308.26,668.07 --308.34,668.05 --308.41,668.03 --308.49,668.01 --308.57,667.99 --308.65,667.97 --308.73,667.95 --308.81,667.93 --308.88,667.91 --308.96,667.89 --309.04,667.88 --309.12,667.86 --309.2,667.84 --309.28,667.82 --309.35,667.8 --309.43,667.78 --309.51,667.76 --309.59,667.74 --309.67,667.72 --309.75,667.7 --309.83,667.68 --309.9,667.66 --309.98,667.65 --310.06,667.63 --310.14,667.61 --310.22,667.59 --310.3,667.57 --310.38,667.55 --310.46,667.53 --310.54,667.52 --310.62,667.5 --310.7,667.48 --310.78,667.46 --310.86,667.44 --310.94,667.42 --311.02,667.41 --311.1,667.39 --311.18,667.37 --311.27,667.35 --311.35,667.33 --311.43,667.31 --311.51,667.29 --311.6,667.28 --311.68,667.26 --311.76,667.24 --311.84,667.22 --311.93,667.2 --312.01,667.18 --312.09,667.17 --312.18,667.15 --312.26,667.13 --312.34,667.11 --312.42,667.09 --311.96,667.39 --312.04,667.38 --312.12,667.36 --312.21,667.34 --312.29,667.32 --312.37,667.31 --312.46,667.29 --312.54,667.27 --312.62,667.26 --312.71,667.24 --312.79,667.22 --312.87,667.2 --312.96,667.19 --313.04,667.17 --313.13,667.15 --313.21,667.14 --313.29,667.12 --313.38,667.1 --313.46,667.09 --313.55,667.07 --313.63,667.05 --313.72,667.04 --313.8,667.02 --313.89,667 --313.97,666.99 --314.06,666.97 --314.15,666.95 --314.23,666.94 --314.32,666.92 --314.4,666.9 --314.49,666.89 --314.58,666.87 --314.66,666.85 --314.75,666.84 --314.84,666.82 --314.92,666.8 --315.01,666.79 --315.1,666.77 --315.19,666.76 --315.27,666.74 --315.36,666.72 --315.45,666.71 --315.54,666.69 --315.63,666.68 --315.72,666.66 --315.8,666.64 --315.89,666.63 --315.98,666.61 --316.07,666.6 --316.16,666.58 --316.25,666.57 --316.34,666.55 --316.43,666.53 --316.52,666.52 --316.61,666.5 --316.7,666.49 --316.79,666.47 --316.88,666.46 --316.97,666.44 --317.06,666.43 --317.15,666.41 --317.24,666.4 --317.33,666.38 --317.42,666.36 --317.51,666.35 --317.6,666.33 --317.7,666.32 --317.79,666.3 --317.88,666.29 --317.97,666.27 --318.06,666.26 --318.15,666.25 --318.25,666.23 --318.34,666.22 --318.43,666.2 --318.52,666.19 --318.62,666.17 --318.71,666.16 --318.8,666.14 --318.9,666.13 --318.99,666.11 --319.08,666.1 --319.18,666.08 --319.27,666.07 --319.37,666.06 --319.46,666.04 --319.55,666.03 --319.65,666.01 --319.74,666 --319.84,665.98 --319.93,665.97 --320.03,665.96 --320.12,665.94 --320.22,665.93 --320.31,665.91 --320.41,665.9 --320.5,665.89 --320.6,665.87 --320.69,665.86 --320.79,665.84 --320.41,665.96 --320.51,665.94 --320.6,665.93 --320.7,665.92 --320.79,665.9 --320.89,665.89 --320.98,665.88 --321.08,665.86 --321.17,665.85 --321.27,665.84 --321.36,665.82 --321.46,665.81 --321.55,665.8 --321.65,665.78 --321.74,665.77 --321.84,665.76 --321.94,665.74 --322.03,665.73 --322.13,665.72 --322.22,665.71 --322.32,665.69 --322.41,665.68 --322.51,665.67 --322.6,665.65 --322.7,665.64 --322.8,665.63 --322.89,665.62 --322.99,665.6 --323.08,665.59 --323.18,665.58 --323.28,665.56 --323.37,665.55 --323.47,665.54 --323.56,665.53 --323.66,665.51 --323.76,665.5 --323.85,665.49 --323.95,665.48 --324.04,665.46 --324.14,665.45 --324.24,665.44 --324.33,665.43 --324.43,665.41 --324.52,665.4 --324.62,665.39 --324.72,665.38 --324.81,665.37 --324.91,665.35 --325,665.34 --325.1,665.33 --325.2,665.32 --325.29,665.31 --325.39,665.29 --325.49,665.28 --325.58,665.27 --325.68,665.26 --325.77,665.25 --325.87,665.24 --325.97,665.22 --326.06,665.21 --326.16,665.2 --326.26,665.19 --326.35,665.18 --326.45,665.17 --326.54,665.16 --326.64,665.14 --326.74,665.13 --326.83,665.12 --326.93,665.11 --327.03,665.1 --327.12,665.09 --327.22,665.08 --327.32,665.06 --327.41,665.05 --327.51,665.04 --327.6,665.03 --327.7,665.02 --327.8,665.01 --327.89,665 --327.99,664.99 --328.09,664.98 --328.18,664.97 --328.28,664.95 --328.38,664.94 --328.47,664.93 --328.57,664.92 --328.67,664.91 --328.76,664.9 --328.86,664.89 --328.96,664.88 --329.05,664.87 --329.15,664.86 --329.25,664.85 --329.34,664.84 --329.44,664.82 --329.54,664.81 --329.63,664.8 --329.73,664.79 --329.83,664.78 --329.92,664.77 --329.54,664.71 --329.63,664.69 --329.73,664.68 --329.82,664.67 --329.92,664.66 --330.02,664.65 --330.11,664.64 --330.21,664.63 --330.31,664.62 --330.4,664.61 --330.5,664.6 --330.59,664.59 --330.69,664.58 --330.79,664.57 --330.88,664.56 --330.98,664.55 --331.08,664.54 --331.17,664.53 --331.27,664.52 --331.36,664.51 --331.46,664.5 --331.56,664.49 --331.65,664.48 --331.75,664.47 --331.84,664.45 --331.94,664.44 --332.04,664.43 --332.13,664.42 --332.23,664.41 --332.33,664.4 --332.42,664.39 --332.52,664.38 --332.61,664.37 --332.71,664.36 --332.81,664.35 --332.9,664.34 --333,664.33 --333.1,664.32 --333.19,664.31 --333.29,664.3 --333.39,664.29 --333.48,664.28 --333.58,664.27 --333.68,664.26 --333.77,664.25 --333.87,664.24 --333.97,664.23 --334.06,664.22 --334.16,664.21 --334.26,664.2 --334.35,664.19 --334.45,664.18 --334.55,664.17 --334.64,664.16 --334.74,664.15 --334.83,664.14 --334.93,664.13 --335.03,664.12 --335.12,664.11 --335.22,664.1 --335.32,664.09 --335.41,664.08 --335.51,664.07 --335.6,664.06 --335.7,664.05 --335.79,664.04 --335.89,664.03 --335.99,664.02 --336.08,664.01 --336.18,664 --336.27,663.99 --336.37,663.98 --336.46,663.97 --336.56,663.96 --336.65,663.96 --336.75,663.95 --336.84,663.94 --336.94,663.93 --337.03,663.92 --337.13,663.91 --337.22,663.9 --337.31,663.89 --337.41,663.88 --337.5,663.87 --337.6,663.86 --337.69,663.85 --337.78,663.84 --337.88,663.83 --337.97,663.83 --338.06,663.82 --338.16,663.81 --338.25,663.8 --338.34,663.79 --338.44,663.78 --338.53,663.77 --338.62,663.76 --338.71,663.75 --338.81,663.74 --338.9,663.73 --338.99,663.72 --338.66,663.59 --338.75,663.58 --338.85,663.57 --338.94,663.56 --339.03,663.55 --339.12,663.54 --339.21,663.53 --339.3,663.52 --339.39,663.51 --339.48,663.5 --339.57,663.49 --339.66,663.48 --339.76,663.47 --339.85,663.46 --339.94,663.45 --340.03,663.44 --340.12,663.43 --340.21,663.42 --340.3,663.41 --340.39,663.4 --340.48,663.39 --340.56,663.38 --340.65,663.37 --340.74,663.36 --340.83,663.35 --340.92,663.34 --341.01,663.32 --341.1,663.31 --341.19,663.3 --341.28,663.29 --341.37,663.28 --341.46,663.27 --341.54,663.26 --341.63,663.25 --341.72,663.24 --341.81,663.23 --341.9,663.22 --341.99,663.21 --342.07,663.2 --342.16,663.19 --342.25,663.18 --342.34,663.17 --342.42,663.16 --342.51,663.15 --342.6,663.14 --342.69,663.13 --342.77,663.12 --342.86,663.11 --342.95,663.1 --343.03,663.09 --343.12,663.08 --343.21,663.07 --343.29,663.06 --343.38,663.05 --343.47,663.04 --343.55,663.03 --343.64,663.02 --343.72,663 --343.81,662.99 --343.9,662.98 --343.98,662.97 --344.07,662.96 --344.15,662.95 --344.24,662.94 --344.32,662.93 --344.41,662.92 --344.49,662.91 --344.58,662.9 --344.66,662.89 --344.74,662.88 --344.83,662.87 --344.91,662.86 --345,662.85 --345.08,662.84 --345.16,662.83 --345.25,662.82 --345.33,662.81 --345.41,662.8 --345.5,662.79 --345.58,662.78 --345.66,662.77 --345.75,662.76 --345.83,662.75 --345.91,662.74 --345.99,662.73 --346.08,662.72 --346.16,662.71 --346.24,662.7 --346.32,662.69 --346.4,662.68 --346.49,662.67 --346.57,662.66 --346.65,662.65 --346.73,662.64 --346.81,662.63 --346.89,662.62 --346.97,662.61 --347.05,662.6 --347.14,662.59 --347.22,662.58 --347.06,662.3 --347.14,662.29 --347.22,662.28 --347.3,662.27 --347.38,662.26 --347.46,662.25 --347.54,662.24 --347.61,662.23 --347.69,662.22 --347.77,662.21 --347.85,662.2 --347.93,662.19 --348.01,662.18 --348.09,662.17 --348.17,662.16 --348.25,662.15 --348.33,662.14 --348.4,662.13 --348.48,662.12 --348.56,662.11 --348.64,662.1 --348.72,662.09 --348.8,662.08 --348.87,662.07 --348.95,662.06 --349.03,662.05 --349.11,662.04 --349.18,662.03 --349.26,662.02 --349.34,662.02 --349.42,662.01 --349.49,662 --349.57,661.99 --349.65,661.98 --349.72,661.97 --349.8,661.96 --349.88,661.95 --349.95,661.94 --350.03,661.93 --350.1,661.92 --350.18,661.91 --350.25,661.9 --350.33,661.89 --350.41,661.88 --350.48,661.87 --350.56,661.86 --350.63,661.85 --350.71,661.84 --350.78,661.83 --350.86,661.82 --350.93,661.82 --351,661.81 --351.08,661.8 --351.15,661.79 --351.23,661.78 --351.3,661.77 --351.37,661.76 --351.45,661.75 --351.52,661.74 --351.59,661.73 --351.67,661.73 --351.74,661.72 --351.81,661.71 --351.89,661.7 --351.96,661.69 --352.03,661.68 --352.1,661.67 --352.18,661.66 --352.25,661.66 --352.32,661.65 --352.39,661.64 --352.46,661.63 --352.53,661.62 --352.61,661.61 --352.68,661.6 --352.75,661.6 --352.82,661.59 --352.89,661.58 --352.96,661.57 --353.03,661.56 --353.1,661.55 --353.17,661.55 --353.24,661.54 --353.31,661.53 --353.38,661.52 --353.45,661.51 --353.52,661.51 --353.59,661.5 --353.66,661.49 --353.73,661.48 --353.8,661.47 --353.87,661.47 --353.94,661.46 --354.01,661.45 --354.08,661.44 --354.15,661.44 --354.22,661.43 --354.28,661.42 --354.35,661.41 --354.42,661.4 --354.07,661.1 --354.14,661.09 --354.21,661.09 --354.28,661.08 --354.34,661.07 --354.41,661.06 --354.48,661.05 --354.54,661.05 --354.61,661.04 --354.68,661.03 --354.74,661.02 --354.81,661.02 --354.87,661.01 --354.94,661 --355,660.99 --355.07,660.98 --355.13,660.98 --355.2,660.97 --355.26,660.96 --355.33,660.95 --355.39,660.95 --355.46,660.94 --355.52,660.93 --355.59,660.93 --355.65,660.92 --355.71,660.91 --355.78,660.9 --355.84,660.9 --355.9,660.89 --355.96,660.88 --356.03,660.88 --356.09,660.87 --356.15,660.86 --356.21,660.86 --356.28,660.85 --356.34,660.84 --356.4,660.84 --356.46,660.83 --356.52,660.82 --356.58,660.82 --356.64,660.81 --356.7,660.8 --356.76,660.8 --356.82,660.79 --356.88,660.78 --356.94,660.78 --357,660.77 --357.06,660.76 --357.12,660.76 --357.18,660.75 --357.24,660.75 --357.3,660.74 --357.36,660.73 --357.42,660.73 --357.47,660.72 --357.53,660.71 --357.59,660.71 --357.65,660.7 --357.7,660.7 --357.76,660.69 --357.82,660.68 --357.88,660.68 --357.93,660.67 --357.99,660.67 --358.05,660.66 --358.1,660.65 --358.16,660.65 --358.21,660.64 --358.27,660.64 --358.32,660.63 --358.38,660.63 --358.44,660.62 --358.49,660.62 --358.55,660.61 --358.6,660.61 --358.66,660.6 --358.71,660.6 --358.76,660.59 --358.82,660.58 --358.87,660.58 --358.93,660.58 --358.98,660.57 --359.03,660.57 --359.09,660.56 --359.14,660.56 --359.19,660.55 --359.25,660.55 --359.3,660.54 --359.35,660.54 --359.4,660.53 --359.45,660.53 --359.51,660.52 --359.56,660.52 --359.61,660.52 --359.66,660.51 --359.71,660.51 --359.76,660.5 --359.82,660.5 --359.87,660.49 --359.92,660.49 --359.58,660.32 --359.63,660.31 --359.68,660.31 --359.73,660.31 --359.78,660.3 --359.83,660.3 --359.88,660.29 --359.93,660.29 --359.98,660.28 --360.03,660.28 --360.08,660.27 --360.13,660.27 --360.18,660.27 --360.22,660.26 --360.27,660.26 --360.32,660.25 --360.37,660.25 --360.42,660.24 --360.47,660.24 --360.52,660.23 --360.57,660.23 --360.61,660.22 --360.66,660.22 --360.71,660.21 --360.76,660.21 --360.8,660.21 --360.85,660.2 --360.89,660.2 --360.94,660.2 --360.98,660.19 --361.03,660.19 --361.08,660.19 --361.12,660.19 --361.17,660.19 --361.21,660.18 --361.26,660.18 --361.3,660.18 --361.35,660.18 --361.39,660.18 --361.44,660.18 --361.48,660.17 --361.53,660.17 --361.57,660.17 --361.62,660.17 --361.66,660.16 --361.71,660.16 --361.75,660.16 --361.8,660.16 --361.85,660.15 --361.89,660.15 --361.94,660.15 --361.98,660.14 --362.03,660.14 --362.07,660.14 --362.12,660.13 --362.16,660.13 --362.21,660.13 --362.26,660.12 --362.3,660.12 --362.35,660.11 --362.39,660.11 --362.44,660.1 --362.48,660.1 --362.53,660.1 --362.58,660.09 --362.62,660.09 --362.67,660.08 --362.71,660.08 --362.76,660.08 --362.8,660.07 --362.85,660.07 --362.89,660.06 --362.94,660.06 --362.98,660.06 --363.03,660.05 --363.07,660.05 --363.12,660.05 --363.16,660.04 --363.21,660.04 --363.25,660.04 --363.3,660.03 --363.34,660.03 --363.39,660.03 --363.43,660.02 --363.48,660.02 --363.52,660.02 --363.57,660.01 --363.61,660.01 --363.66,660.01 --363.7,660.01 --363.75,660 --363.8,660 --363.84,660 --363.89,660 --363.93,660 --363.98,660 --364.03,660 --364.07,660 --364.12,660 --364.16,660 --363.73,659.73 --363.78,659.73 --363.82,659.73 --363.87,659.73 --363.91,659.72 --363.96,659.72 --364,659.72 --364.05,659.72 --364.09,659.71 --364.14,659.71 --364.18,659.71 --364.22,659.7 --364.27,659.7 --364.31,659.7 --364.36,659.69 --364.4,659.69 --364.44,659.69 --364.48,659.68 --364.53,659.68 --364.57,659.67 --364.61,659.67 --364.65,659.66 --364.7,659.66 --364.74,659.65 --364.78,659.65 --364.82,659.65 --364.87,659.64 --364.91,659.64 --364.95,659.64 --364.99,659.63 --365.04,659.63 --365.08,659.63 --365.12,659.62 --365.16,659.62 --365.21,659.62 --365.25,659.62 --365.3,659.61 --365.34,659.61 --365.38,659.61 --365.43,659.61 --365.47,659.61 --365.52,659.61 --365.56,659.6 --365.61,659.6 --365.65,659.6 --365.7,659.6 --365.75,659.6 --365.79,659.6 --365.84,659.59 --365.89,659.59 --365.93,659.59 --365.98,659.59 --366.02,659.59 --366.07,659.59 --366.12,659.58 --366.16,659.58 --366.21,659.58 --366.26,659.58 --366.3,659.58 --366.35,659.58 --366.4,659.57 --366.44,659.57 --366.49,659.57 --366.54,659.57 --366.58,659.57 --366.63,659.57 --366.68,659.57 --366.72,659.56 --366.77,659.56 --366.82,659.56 --366.86,659.56 --366.91,659.55 --366.96,659.55 --367.01,659.55 --367.05,659.55 --367.1,659.54 --367.15,659.54 --367.2,659.54 --367.25,659.54 --367.3,659.53 --367.35,659.53 --367.4,659.53 --367.45,659.52 --367.5,659.52 --367.55,659.52 --367.6,659.51 --367.66,659.51 --367.71,659.51 --367.76,659.5 --367.82,659.5 --367.87,659.5 --367.92,659.49 --367.98,659.49 --368.03,659.49 --368.09,659.48 --368.14,659.48 --368.2,659.48 --368.25,659.47 --368.3,659.47 --368.36,659.47 --367.82,659.1 --367.87,659.1 --367.92,659.1 --367.98,659.09 --368.03,659.09 --368.08,659.09 --368.14,659.08 --368.19,659.08 --368.24,659.08 --368.29,659.07 --368.35,659.07 --368.4,659.07 --368.45,659.06 --368.51,659.06 --368.56,659.06 --368.61,659.05 --368.67,659.05 --368.72,659.05 --368.78,659.04 --368.83,659.04 --368.89,659.04 --368.94,659.03 --369,659.03 --369.05,659.03 --369.11,659.02 --369.16,659.02 --369.22,659.01 --369.27,659.01 --369.33,659.01 --369.38,659 --369.44,659 --369.49,659 --369.55,658.99 --369.6,658.99 --369.66,658.99 --369.71,658.98 --369.77,658.98 --369.83,658.97 --369.88,658.97 --369.94,658.97 --369.99,658.96 --370.05,658.96 --370.11,658.96 --370.16,658.95 --370.22,658.95 --370.28,658.94 --370.34,658.94 --370.39,658.94 --370.45,658.93 --370.51,658.93 --370.57,658.92 --370.63,658.92 --370.69,658.92 --370.74,658.91 --370.8,658.91 --370.86,658.9 --370.92,658.9 --370.98,658.89 --371.04,658.89 --371.1,658.89 --371.16,658.88 --371.22,658.88 --371.28,658.87 --371.34,658.87 --371.4,658.86 --371.46,658.86 --371.52,658.86 --371.58,658.85 --371.64,658.85 --371.7,658.84 --371.76,658.84 --371.82,658.83 --371.88,658.83 --371.94,658.83 --372.01,658.82 --372.07,658.82 --372.13,658.81 --372.19,658.81 --372.25,658.8 --372.32,658.8 --372.38,658.79 --372.44,658.79 --372.5,658.78 --372.57,658.78 --372.63,658.77 --372.69,658.77 --372.76,658.76 --372.82,658.76 --372.88,658.75 --372.95,658.75 --373.01,658.74 --373.08,658.74 --373.14,658.73 --373.21,658.73 --373.27,658.72 --373.34,658.72 --373.4,658.71 --373.47,658.71 --373.53,658.7 --373.6,658.7 --373.14,658.09 --373.2,658.08 --373.27,658.08 --373.33,658.07 --373.4,658.07 --373.46,658.06 --373.53,658.05 --373.59,658.05 --373.66,658.04 --373.72,658.04 --373.79,658.03 --373.85,658.02 --373.92,658.02 --373.99,658.01 --374.05,658.01 --374.12,658 --374.18,657.99 --374.25,657.99 --374.32,657.98 --374.38,657.97 --374.45,657.97 --374.52,657.96 --374.58,657.95 --374.65,657.95 --374.72,657.94 --374.78,657.93 --374.85,657.93 --374.92,657.92 --374.98,657.91 --375.05,657.91 --375.12,657.9 --375.18,657.89 --375.25,657.89 --375.32,657.88 --375.39,657.87 --375.45,657.87 --375.52,657.86 --375.59,657.85 --375.66,657.85 --375.72,657.84 --375.79,657.83 --375.86,657.83 --375.93,657.82 --376,657.81 --376.07,657.81 --376.14,657.8 --376.21,657.79 --376.28,657.78 --376.35,657.78 --376.42,657.77 --376.49,657.76 --376.56,657.75 --376.63,657.75 --376.7,657.74 --376.78,657.73 --376.85,657.73 --376.92,657.72 --376.99,657.71 --377.07,657.7 --377.14,657.7 --377.21,657.69 --377.28,657.68 --377.36,657.67 --377.43,657.67 --377.5,657.66 --377.58,657.65 --377.65,657.64 --377.73,657.64 --377.8,657.63 --377.88,657.62 --377.95,657.61 --378.03,657.6 --378.1,657.59 --378.18,657.59 --378.25,657.58 --378.33,657.57 --378.4,657.56 --378.48,657.55 --378.56,657.54 --378.63,657.54 --378.71,657.53 --378.79,657.52 --378.86,657.51 --378.94,657.5 --379.02,657.5 --379.1,657.49 --379.17,657.48 --379.25,657.47 --379.33,657.46 --379.41,657.45 --379.49,657.45 --379.56,657.44 --379.64,657.43 --379.72,657.42 --379.8,657.41 --379.88,657.41 --379.96,657.4 --380.04,657.39 --380.12,657.38 --380.2,657.37 --379.73,656.58 --379.81,656.57 --379.88,656.56 --379.96,656.55 --380.04,656.54 --380.12,656.53 --380.2,656.52 --380.28,656.51 --380.36,656.5 --380.44,656.49 --380.52,656.48 --380.6,656.47 --380.68,656.47 --380.77,656.46 --380.85,656.45 --380.93,656.44 --381.01,656.43 --381.09,656.42 --381.17,656.41 --381.26,656.4 --381.34,656.39 --381.42,656.38 --381.5,656.37 --381.59,656.36 --381.67,656.35 --381.75,656.34 --381.84,656.32 --381.92,656.31 --382,656.3 --382.09,656.29 --382.17,656.28 --382.26,656.27 --382.34,656.26 --382.43,656.25 --382.51,656.24 --382.6,656.23 --382.68,656.22 --382.77,656.21 --382.85,656.2 --382.94,656.19 --383.03,656.18 --383.11,656.17 --383.2,656.16 --383.28,656.15 --383.37,656.14 --383.46,656.13 --383.54,656.12 --383.63,656.11 --383.72,656.1 --383.81,656.09 --383.89,656.08 --383.98,656.07 --384.07,656.06 --384.16,656.05 --384.25,656.04 --384.33,656.03 --384.42,656.02 --384.51,656.01 --384.6,656 --384.69,655.99 --384.78,655.98 --384.87,655.97 --384.96,655.96 --385.04,655.95 --385.13,655.94 --385.22,655.93 --385.31,655.92 --385.4,655.91 --385.49,655.9 --385.59,655.89 --385.68,655.88 --385.77,655.87 --385.86,655.86 --385.95,655.85 --386.04,655.84 --386.13,655.83 --386.22,655.82 --386.32,655.81 --386.41,655.8 --386.5,655.79 --386.59,655.78 --386.68,655.77 --386.78,655.76 --386.87,655.75 --386.96,655.74 --387.05,655.74 --387.15,655.73 --387.24,655.72 --387.33,655.71 --387.43,655.7 --387.52,655.69 --387.61,655.68 --387.71,655.67 --387.8,655.67 --387.89,655.66 --387.99,655.65 --388.08,655.64 --388.18,655.63 --388.27,655.62 --388.36,655.62 --387.85,654.84 --387.94,654.84 --388.04,654.83 --388.13,654.82 --388.23,654.81 --388.32,654.8 --388.42,654.79 --388.51,654.78 --388.6,654.77 --388.7,654.76 --388.79,654.75 --388.89,654.74 --388.98,654.73 --389.08,654.72 --389.17,654.71 --389.27,654.7 --389.36,654.69 --389.46,654.69 --389.56,654.68 --389.65,654.67 --389.75,654.66 --389.84,654.65 --389.94,654.64 --390.03,654.63 --390.13,654.62 --390.23,654.61 --390.32,654.6 --390.42,654.59 --390.52,654.58 --390.61,654.57 --390.71,654.56 --390.8,654.56 --390.9,654.55 --391,654.54 --391.1,654.53 --391.19,654.52 --391.29,654.51 --391.39,654.5 --391.48,654.49 --391.58,654.48 --391.68,654.47 --391.78,654.46 --391.87,654.46 --391.97,654.45 --392.07,654.44 --392.17,654.43 --392.27,654.42 --392.36,654.41 --392.46,654.4 --392.56,654.39 --392.66,654.38 --392.76,654.37 --392.85,654.37 --392.95,654.36 --393.05,654.35 --393.15,654.34 --393.25,654.33 --393.35,654.32 --393.45,654.31 --393.54,654.31 --393.64,654.3 --393.74,654.29 --393.84,654.28 --393.94,654.27 --394.04,654.26 --394.14,654.25 --394.24,654.25 --394.33,654.24 --394.43,654.23 --394.53,654.22 --394.63,654.21 --394.73,654.21 --394.83,654.2 --394.93,654.19 --395.03,654.18 --395.13,654.17 --395.23,654.17 --395.33,654.16 --395.43,654.15 --395.52,654.14 --395.62,654.13 --395.72,654.13 --395.82,654.12 --395.92,654.11 --396.02,654.1 --396.12,654.1 --396.22,654.09 --396.32,654.08 --396.42,654.07 --396.52,654.06 --396.62,654.06 --396.72,654.05 --396.82,654.04 --396.92,654.03 --397.02,654.03 --397.12,654.02 --397.22,654.01 --397.32,654 --397.42,653.99 --397.52,653.99 --397.17,653.41 --397.27,653.4 --397.37,653.39 --397.47,653.38 --397.57,653.37 --397.67,653.36 --397.77,653.35 --397.87,653.35 --397.97,653.34 --398.07,653.33 --398.17,653.32 --398.27,653.31 --398.37,653.3 --398.47,653.29 --398.57,653.29 --398.67,653.28 --398.77,653.27 --398.87,653.26 --398.97,653.25 --399.07,653.24 --399.16,653.24 --399.26,653.23 --399.36,653.22 --399.46,653.21 --399.56,653.2 --399.66,653.2 --399.76,653.19 --399.86,653.18 --399.96,653.17 --400.06,653.16 --400.16,653.15 --400.25,653.15 --400.35,653.14 --400.45,653.13 --400.55,653.12 --400.65,653.11 --400.75,653.11 --400.85,653.1 --400.95,653.09 --401.05,653.08 --401.14,653.07 --401.24,653.07 --401.34,653.06 --401.44,653.05 --401.54,653.04 --401.64,653.03 --401.74,653.03 --401.84,653.02 --401.93,653.01 --402.03,653 --402.13,652.99 --402.23,652.99 --402.33,652.98 --402.43,652.97 --402.53,652.96 --402.63,652.96 --402.72,652.95 --402.82,652.94 --402.92,652.93 --403.02,652.93 --403.12,652.92 --403.22,652.91 --403.32,652.9 --403.41,652.9 --403.51,652.89 --403.61,652.88 --403.71,652.87 --403.81,652.87 --403.91,652.86 --404,652.85 --404.1,652.84 --404.2,652.84 --404.3,652.83 --404.39,652.82 --404.49,652.81 --404.59,652.81 --404.69,652.8 --404.78,652.79 --404.88,652.78 --404.98,652.78 --405.08,652.77 --405.17,652.76 --405.27,652.75 --405.37,652.75 --405.46,652.74 --405.56,652.73 --405.66,652.72 --405.75,652.72 --405.85,652.71 --405.95,652.7 --406.04,652.69 --406.14,652.69 --406.24,652.68 --406.33,652.67 --406.43,652.66 --406.52,652.65 --406.62,652.64 --406.72,652.64 --406.81,652.63 --406.91,652.62 --406.67,652.01 --406.77,652 --406.86,651.99 --406.96,651.98 --407.05,651.98 --407.15,651.97 --407.24,651.96 --407.34,651.95 --407.43,651.94 --407.53,651.93 --407.62,651.92 --407.71,651.91 --407.81,651.9 --407.9,651.9 --408,651.89 --408.09,651.88 --408.18,651.87 --408.28,651.86 --408.37,651.85 --408.46,651.84 --408.55,651.84 --408.65,651.83 --408.74,651.82 --408.83,651.81 --408.92,651.8 --409.01,651.79 --409.1,651.78 --409.2,651.78 --409.29,651.77 --409.38,651.76 --409.47,651.75 --409.56,651.74 --409.65,651.73 --409.74,651.73 --409.83,651.72 --409.92,651.71 --410.02,651.7 --410.11,651.7 --410.2,651.69 --410.29,651.68 --410.38,651.67 --410.47,651.66 --410.56,651.66 --410.65,651.65 --410.74,651.64 --410.83,651.63 --410.92,651.63 --411.02,651.62 --411.11,651.61 --411.2,651.61 --411.29,651.6 --411.38,651.59 --411.47,651.58 --411.56,651.58 --411.65,651.57 --411.74,651.56 --411.83,651.55 --411.92,651.55 --412,651.54 --412.09,651.53 --412.18,651.53 --412.27,651.52 --412.36,651.51 --412.45,651.51 --412.54,651.5 --412.62,651.49 --412.71,651.49 --412.8,651.48 --412.89,651.47 --412.98,651.47 --413.06,651.46 --413.15,651.45 --413.24,651.45 --413.32,651.44 --413.41,651.43 --413.5,651.42 --413.58,651.42 --413.67,651.41 --413.76,651.4 --413.84,651.4 --413.93,651.39 --414.01,651.38 --414.1,651.38 --414.19,651.37 --414.27,651.36 --414.36,651.36 --414.44,651.35 --414.53,651.34 --414.61,651.34 --414.7,651.33 --414.78,651.32 --414.87,651.32 --414.95,651.31 --415.03,651.3 --415.12,651.3 --415.2,651.29 --415.29,651.28 --415.37,651.28 --415.45,651.27 --415.54,651.26 --415.38,650.69 --415.47,650.68 --415.55,650.67 --415.63,650.66 --415.71,650.66 --415.79,650.65 --415.88,650.64 --415.96,650.63 --416.04,650.63 --416.12,650.62 --416.2,650.61 --416.28,650.6 --416.36,650.6 --416.44,650.59 --416.52,650.58 --416.6,650.57 --416.68,650.57 --416.76,650.56 --416.84,650.55 --416.92,650.54 --417,650.53 --417.08,650.53 --417.16,650.52 --417.23,650.51 --417.31,650.5 --417.39,650.5 --417.47,650.49 --417.55,650.48 --417.62,650.47 --417.7,650.46 --417.78,650.46 --417.86,650.45 --417.93,650.44 --418.01,650.43 --418.09,650.42 --418.16,650.42 --418.24,650.41 --418.31,650.4 --418.39,650.39 --418.47,650.39 --418.54,650.38 --418.62,650.37 --418.69,650.36 --418.77,650.35 --418.84,650.35 --418.92,650.34 --418.99,650.33 --419.06,650.32 --419.14,650.32 --419.21,650.31 --419.29,650.3 --419.36,650.29 --419.43,650.29 --419.51,650.28 --419.58,650.27 --419.65,650.26 --419.72,650.26 --419.8,650.25 --419.87,650.24 --419.94,650.23 --420.01,650.22 --420.09,650.22 --420.16,650.21 --420.23,650.2 --420.3,650.19 --420.37,650.19 --420.44,650.18 --420.51,650.17 --420.58,650.16 --420.65,650.16 --420.72,650.15 --420.79,650.14 --420.86,650.13 --420.93,650.12 --421,650.12 --421.07,650.11 --421.14,650.1 --421.21,650.09 --421.28,650.09 --421.35,650.08 --421.42,650.07 --421.49,650.07 --421.55,650.06 --421.62,650.05 --421.69,650.04 --421.76,650.04 --421.83,650.03 --421.89,650.02 --421.96,650.01 --422.03,650.01 --422.09,650 --422.16,649.99 --422.23,649.99 --422.29,649.98 --422.36,649.97 --422.43,649.96 --422.49,649.96 --422.56,649.95 --422.62,649.94 --422.69,649.93 --422.46,649.23 --422.53,649.23 --422.59,649.22 --422.66,649.21 --422.72,649.2 --422.78,649.19 --422.85,649.18 --422.91,649.18 --422.98,649.17 --423.04,649.16 --423.1,649.15 --423.17,649.14 --423.23,649.14 --423.29,649.13 --423.35,649.12 --423.42,649.11 --423.48,649.1 --423.54,649.1 --423.6,649.09 --423.67,649.08 --423.73,649.07 --423.79,649.06 --423.85,649.06 --423.91,649.05 --423.97,649.04 --424.03,649.03 --424.1,649.02 --424.16,649.02 --424.22,649.01 --424.28,649 --424.34,648.99 --424.4,648.98 --424.46,648.98 --424.52,648.97 --424.58,648.96 --424.64,648.95 --424.7,648.95 --424.76,648.94 --424.81,648.93 --424.87,648.92 --424.93,648.91 --424.99,648.91 --425.05,648.9 --425.11,648.89 --425.17,648.88 --425.22,648.88 --425.28,648.87 --425.34,648.86 --425.4,648.85 --425.45,648.85 --425.51,648.84 --425.57,648.83 --425.63,648.82 --425.68,648.82 --425.74,648.81 --425.79,648.8 --425.85,648.79 --425.91,648.79 --425.96,648.78 --426.02,648.77 --426.07,648.77 --426.13,648.76 --426.18,648.75 --426.24,648.74 --426.29,648.74 --426.35,648.73 --426.4,648.72 --426.46,648.72 --426.51,648.71 --426.57,648.7 --426.62,648.7 --426.67,648.69 --426.73,648.68 --426.78,648.67 --426.83,648.67 --426.89,648.66 --426.94,648.65 --426.99,648.65 --427.05,648.64 --427.1,648.63 --427.15,648.63 --427.2,648.62 --427.26,648.61 --427.31,648.61 --427.36,648.6 --427.41,648.59 --427.46,648.59 --427.52,648.58 --427.57,648.57 --427.62,648.57 --427.67,648.56 --427.72,648.55 --427.77,648.55 --427.82,648.54 --427.87,648.54 --427.92,648.53 --427.97,648.52 --428.02,648.52 --428.07,648.51 --428.12,648.5 --427.85,647.86 --427.9,647.85 --427.95,647.84 --428,647.84 --428.04,647.83 --428.09,647.82 --428.14,647.81 --428.19,647.81 --428.24,647.8 --428.28,647.79 --428.33,647.79 --428.38,647.78 --428.43,647.77 --428.47,647.76 --428.52,647.76 --428.57,647.75 --428.61,647.74 --428.66,647.74 --428.71,647.73 --428.75,647.72 --428.8,647.71 --428.84,647.71 --428.89,647.7 --428.94,647.69 --428.98,647.69 --429.03,647.68 --429.07,647.67 --429.11,647.67 --429.16,647.66 --429.2,647.65 --429.25,647.65 --429.29,647.64 --429.33,647.63 --429.38,647.63 --429.42,647.62 --429.46,647.61 --429.51,647.61 --429.55,647.6 --429.59,647.59 --429.63,647.59 --429.68,647.58 --429.72,647.57 --429.76,647.57 --429.8,647.56 --429.84,647.55 --429.88,647.55 --429.92,647.54 --429.96,647.54 --430.01,647.53 --430.05,647.52 --430.09,647.52 --430.13,647.51 --430.17,647.5 --430.21,647.5 --430.25,647.49 --430.28,647.49 --430.32,647.48 --430.36,647.47 --430.4,647.47 --430.44,647.46 --430.48,647.46 --430.52,647.45 --430.55,647.45 --430.59,647.44 --430.63,647.43 --430.67,647.43 --430.7,647.42 --430.74,647.42 --430.78,647.41 --430.81,647.4 --430.85,647.4 --430.89,647.39 --430.92,647.39 --430.96,647.38 --430.99,647.38 --431.03,647.37 --431.06,647.37 --431.1,647.36 --431.13,647.36 --431.16,647.35 --431.2,647.34 --431.23,647.34 --431.27,647.33 --431.3,647.33 --431.33,647.32 --431.37,647.32 --431.4,647.31 --431.43,647.31 --431.46,647.3 --431.5,647.3 --431.53,647.29 --431.56,647.29 --431.59,647.28 --431.62,647.28 --431.66,647.27 --431.69,647.27 --431.72,647.26 --431.75,647.26 --431.78,647.25 --431.81,647.25 --431.56,646.63 --431.59,646.62 --431.62,646.62 --431.65,646.61 --431.68,646.61 --431.71,646.6 --431.74,646.59 --431.76,646.59 --431.79,646.58 --431.82,646.58 --431.85,646.57 --431.88,646.57 --431.9,646.56 --431.93,646.55 --431.96,646.55 --431.98,646.54 --432.01,646.54 --432.04,646.53 --432.06,646.53 --432.09,646.52 --432.11,646.52 --432.14,646.51 --432.17,646.51 --432.19,646.5 --432.22,646.5 --432.24,646.49 --432.27,646.49 --432.29,646.48 --432.31,646.48 --432.34,646.47 --432.36,646.47 --432.39,646.46 --432.41,646.46 --432.43,646.45 --432.46,646.45 --432.48,646.45 --432.5,646.44 --432.52,646.44 --432.55,646.43 --432.57,646.43 --432.59,646.43 --432.61,646.42 --432.64,646.42 --432.66,646.41 --432.68,646.41 --432.7,646.41 --432.72,646.4 --432.75,646.4 --432.77,646.39 --432.79,646.39 --432.81,646.39 --432.83,646.38 --432.85,646.38 --432.87,646.37 --432.9,646.37 --432.92,646.37 --432.94,646.36 --432.96,646.36 --432.98,646.35 --433,646.35 --433.02,646.35 --433.04,646.34 --433.06,646.34 --433.08,646.34 --433.1,646.33 --433.12,646.33 --433.14,646.33 --433.16,646.32 --433.18,646.32 --433.2,646.31 --433.22,646.31 --433.24,646.31 --433.26,646.3 --433.28,646.3 --433.29,646.3 --433.31,646.29 --433.33,646.29 --433.35,646.29 --433.37,646.28 --433.39,646.28 --433.41,646.28 --433.42,646.28 --433.44,646.27 --433.46,646.27 --433.48,646.27 --433.5,646.26 --433.51,646.26 --433.53,646.26 --433.55,646.26 --433.56,646.25 --433.58,646.25 --433.6,646.25 --433.62,646.24 --433.63,646.24 --433.65,646.24 --433.67,646.24 --433.68,646.23 --433.7,646.23 --433.71,646.23 --433.73,646.23 --433.65,645.76 --433.66,645.76 --433.68,645.75 --433.69,645.75 --433.71,645.75 --433.72,645.74 --433.74,645.74 --433.75,645.74 --433.77,645.74 --433.78,645.73 --433.8,645.73 --433.81,645.73 --433.82,645.72 --433.84,645.72 --433.85,645.72 --433.86,645.72 --433.88,645.71 --433.89,645.71 --433.9,645.71 --433.92,645.71 --433.93,645.71 --433.94,645.7 --433.95,645.7 --433.97,645.7 --433.98,645.7 --433.99,645.69 --434,645.69 --434.02,645.69 --434.03,645.69 --434.04,645.69 --434.05,645.68 --434.06,645.68 --434.07,645.68 --434.08,645.68 --434.09,645.68 --434.11,645.68 --434.12,645.67 --434.13,645.67 --434.14,645.67 --434.15,645.67 --434.16,645.67 --434.17,645.67 --434.18,645.67 --434.19,645.66 --434.2,645.66 --434.21,645.66 --434.22,645.66 --434.23,645.66 --434.23,645.66 --434.24,645.66 --434.25,645.66 --434.26,645.66 --434.27,645.66 --434.28,645.65 --434.29,645.65 --434.3,645.65 --434.31,645.65 --434.31,645.65 --434.32,645.65 --434.33,645.65 --434.34,645.65 --434.35,645.65 --434.36,645.65 --434.36,645.65 --434.37,645.65 --434.38,645.64 --434.39,645.64 --434.4,645.64 --434.4,645.64 --434.41,645.64 --434.42,645.64 --434.43,645.64 --434.44,645.64 --434.44,645.64 --434.45,645.64 --434.46,645.64 --434.47,645.64 --434.47,645.64 --434.48,645.64 --434.49,645.64 --434.5,645.64 --434.5,645.64 --434.51,645.64 --434.52,645.64 --434.53,645.64 --434.53,645.64 --434.54,645.64 --434.55,645.64 --434.55,645.64 --434.56,645.64 --434.57,645.64 --434.57,645.64 --434.58,645.64 --434.59,645.64 --434.59,645.64 --434.6,645.64 --434.61,645.64 --434.61,645.63 --434.62,645.63 --434.63,645.63 --434.59,645.04 --434.6,645.04 --434.61,645.04 --434.61,645.04 --434.62,645.04 --434.62,645.04 --434.63,645.04 --434.64,645.04 --434.64,645.04 --434.65,645.03 --434.65,645.03 --434.66,645.03 --434.67,645.03 --434.67,645.03 --434.68,645.03 --434.68,645.03 --434.69,645.03 --434.69,645.03 --434.7,645.03 --434.7,645.03 --434.71,645.03 --434.71,645.03 --434.72,645.03 --434.73,645.02 --434.73,645.02 --434.74,645.02 --434.74,645.02 --434.75,645.02 --434.75,645.02 --434.75,645.02 --434.76,645.02 --434.76,645.02 --434.77,645.02 --434.77,645.02 --434.78,645.02 --434.78,645.02 --434.79,645.02 --434.79,645.02 --434.8,645.02 --434.8,645.02 --434.81,645.02 --434.81,645.02 --434.81,645.02 --434.82,645.02 --434.82,645.02 --434.83,645.02 --434.83,645.02 --434.84,645.02 --434.84,645.02 --434.84,645.02 --434.85,645.01 --434.85,645.01 --434.86,645.01 --434.86,645.01 --434.86,645.01 --434.87,645.01 --434.87,645.01 --434.88,645.01 --434.88,645.01 --434.88,645.01 --434.89,645.01 --434.89,645.01 --434.89,645.01 --434.9,645.01 --434.9,645.01 --434.9,645.01 --434.91,645.01 --434.91,645.01 --434.92,645.01 --434.92,645.01 --434.92,645.01 --434.93,645.01 --434.93,645.01 --434.93,645.01 --434.94,645.01 --434.94,645.01 --434.94,645.01 --434.95,645.01 --434.95,645.01 --434.95,645.01 --434.95,645.01 --434.96,645.02 --434.96,645.02 --434.96,645.02 --434.97,645.02 --434.97,645.02 --434.97,645.02 --434.97,645.02 --434.98,645.02 --434.98,645.02 --434.98,645.02 --434.99,645.02 --434.99,645.02 --434.99,645.02 --434.99,645.02 --435,645.02 --435,645.02 --435,645.02 --435,645.02 --435.01,645.02 --434.93,644.5 --434.93,644.49 --434.93,644.49 --434.93,644.49 --434.93,644.49 --434.94,644.49 --434.94,644.49 --434.94,644.49 --434.94,644.49 --434.95,644.49 --434.95,644.49 --434.95,644.49 --434.95,644.49 --434.95,644.49 --434.95,644.49 --434.96,644.49 --434.96,644.49 --434.96,644.49 --434.96,644.49 --434.96,644.49 --434.97,644.49 --434.97,644.49 --434.97,644.48 --434.97,644.48 --434.97,644.48 --434.98,644.48 --434.98,644.48 --434.98,644.48 --434.98,644.48 --434.98,644.48 --434.99,644.48 --434.99,644.48 --434.99,644.48 --434.99,644.48 --434.99,644.48 --435,644.48 --435,644.48 --435,644.48 --435,644.48 --435,644.48 --435.01,644.48 --435.01,644.48 --435.01,644.47 --435.01,644.47 --435.02,644.47 --435.02,644.47 --435.02,644.47 --435.03,644.47 --435.03,644.47 --435.03,644.47 --435.03,644.47 --435.04,644.47 --435.04,644.47 --435.04,644.46 --435.05,644.46 --435.05,644.46 --435.05,644.46 --435.06,644.46 --435.06,644.46 --435.07,644.46 --435.07,644.46 --435.07,644.45 --435.08,644.45 --435.08,644.45 --435.09,644.45 --435.09,644.45 --435.09,644.45 --435.1,644.45 --435.1,644.44 --435.11,644.44 --435.11,644.44 --435.12,644.44 --435.12,644.44 --435.13,644.44 --435.13,644.43 --435.14,644.43 --435.14,644.43 --435.15,644.43 --435.15,644.43 --435.16,644.43 --435.16,644.42 --435.17,644.42 --435.17,644.42 --435.18,644.42 --435.19,644.42 --435.19,644.41 --435.2,644.41 --435.2,644.41 --435.21,644.41 --435.22,644.4 --435.22,644.4 --435.23,644.4 --435.24,644.4 --435.24,644.39 --435.25,644.39 --435.26,644.39 --435.26,644.39 --435.27,644.38 --435.28,644.38 --435.29,644.38 --435.27,644.06 --435.28,644.06 --435.29,644.06 --435.3,644.05 --435.31,644.05 --435.31,644.05 --435.32,644.04 --435.33,644.04 --435.34,644.03 --435.35,644.03 --435.36,644.03 --435.37,644.02 --435.38,644.02 --435.39,644.01 --435.4,644.01 --435.41,644 --435.42,644 --435.43,643.99 --435.44,643.99 --435.45,643.99 --435.46,643.98 --435.47,643.98 --435.48,643.97 --435.5,643.96 --435.51,643.96 --435.52,643.95 --435.53,643.95 --435.55,643.94 --435.56,643.94 --435.57,643.93 --435.58,643.93 --435.6,643.92 --435.61,643.91 --435.63,643.91 --435.64,643.9 --435.65,643.89 --435.67,643.89 --435.68,643.88 --435.7,643.87 --435.71,643.87 --435.73,643.86 --435.75,643.85 --435.76,643.84 --435.78,643.84 --435.79,643.83 --435.81,643.82 --435.83,643.81 --435.84,643.81 --435.86,643.8 --435.88,643.79 --435.9,643.78 --435.91,643.77 --435.93,643.76 --435.95,643.75 --435.97,643.75 --435.99,643.74 --436.01,643.73 --436.03,643.72 --436.04,643.71 --436.06,643.7 --436.08,643.69 --436.1,643.68 --436.12,643.67 --436.14,643.66 --436.17,643.65 --436.19,643.64 --436.21,643.63 --436.23,643.61 --436.25,643.6 --436.27,643.59 --436.29,643.58 --436.32,643.57 --436.34,643.56 --436.36,643.55 --436.38,643.53 --436.41,643.52 --436.43,643.51 --436.45,643.5 --436.48,643.48 --436.5,643.47 --436.52,643.46 --436.55,643.44 --436.57,643.43 --436.6,643.42 --436.62,643.4 --436.65,643.39 --436.67,643.37 --436.7,643.36 --436.72,643.34 --436.75,643.33 --436.78,643.31 --436.8,643.3 --436.83,643.28 --436.86,643.27 --436.88,643.25 --436.91,643.23 --436.94,643.22 --436.96,643.2 --436.99,643.18 --437.02,643.17 --437.05,643.06 --437.08,643.04 --437.11,643.03 --437.14,643.01 --437.17,642.99 --437.2,642.97 --437.22,642.95 --437.25,642.93 --437.28,642.91 --437.31,642.89 --437.34,642.87 --437.37,642.85 --437.4,642.83 --437.43,642.81 --437.46,642.79 --437.49,642.76 --437.52,642.74 --437.55,642.72 --437.58,642.7 --437.61,642.67 --437.64,642.65 --437.67,642.63 --437.7,642.6 --437.73,642.58 --437.76,642.56 --437.79,642.53 --437.82,642.51 --437.85,642.48 --437.88,642.46 --437.91,642.43 --437.94,642.41 --437.97,642.39 --438,642.36 --438.03,642.33 --438.06,642.31 --438.09,642.28 --438.12,642.26 --438.14,642.23 --438.17,642.21 --438.2,642.18 --438.23,642.15 --438.26,642.13 --438.29,642.1 --438.32,642.07 --438.35,642.04 --438.37,642.02 --438.4,641.99 --438.43,641.96 --438.46,641.93 --438.49,641.9 --438.52,641.87 --438.55,641.84 --438.57,641.82 --438.6,641.79 --438.63,641.76 --438.66,641.73 --438.69,641.7 --438.72,641.66 --438.75,641.63 --438.77,641.6 --438.8,641.57 --438.83,641.54 --438.86,641.51 --438.89,641.48 --438.92,641.44 --438.94,641.41 --438.97,641.38 --439,641.35 --439.03,641.31 --439.05,641.28 --439.08,641.25 --439.11,641.21 --439.14,641.18 --439.16,641.15 --439.19,641.11 --439.22,641.08 --439.24,641.04 --439.27,641.01 --439.3,640.97 --439.32,640.94 --439.35,640.9 --439.38,640.87 --439.4,640.83 --439.43,640.8 --439.45,640.76 --439.48,640.72 --439.5,640.68 --439.53,640.65 --439.55,640.61 --439.58,640.57 --439.6,640.53 --439.63,640.5 --439.65,640.46 --439.68,640.42 --439.7,640.38 --439.73,640.34 --439.75,640.3 --439.77,640.26 --439.8,640.22 --439.82,640.18 --439.86,640.11 --439.89,640.07 --439.91,640.03 --439.93,639.99 --439.95,639.95 --439.98,639.91 --440,639.87 --440.02,639.83 --440.04,639.78 --440.06,639.74 --440.08,639.7 --440.1,639.66 --440.13,639.61 --440.15,639.57 --440.17,639.53 --440.19,639.48 --440.21,639.44 --440.23,639.4 --440.25,639.35 --440.27,639.31 --440.29,639.27 --440.31,639.22 --440.33,639.18 --440.35,639.13 --440.37,639.09 --440.39,639.04 --440.4,639 --440.42,638.95 --440.44,638.91 --440.46,638.86 --440.48,638.81 --440.5,638.77 --440.51,638.72 --440.53,638.68 --440.55,638.63 --440.56,638.58 --440.58,638.53 --440.6,638.49 --440.61,638.44 --440.63,638.39 --440.64,638.34 --440.66,638.3 --440.68,638.25 --440.69,638.2 --440.7,638.15 --440.72,638.1 --440.73,638.05 --440.75,638 --440.76,637.95 --440.77,637.9 --440.79,637.86 --440.8,637.81 --440.81,637.76 --440.83,637.71 --440.84,637.66 --440.85,637.61 --440.86,637.56 --440.87,637.5 --440.88,637.45 --440.9,637.4 --440.91,637.35 --440.92,637.3 --440.93,637.25 --440.94,637.2 --440.95,637.15 --440.96,637.1 --440.97,637.04 --440.98,636.99 --440.99,636.94 --440.99,636.89 --441,636.84 --441.01,636.78 --441.02,636.73 --441.03,636.68 --441.04,636.63 --441.04,636.57 --441.05,636.52 --441.06,636.47 --441.06,636.41 --441.07,636.36 --441.08,636.31 --441.08,636.25 --441.09,636.2 --441.09,636.14 --441.1,636.09 --441.1,636.04 --441.11,635.98 --441.11,635.93 --441.12,635.87 --441.12,635.82 --441.12,635.76 --441.13,635.71 --441.13,635.65 --441.13,635.6 --441.13,635.54 --441.13,635.49 --441.14,635.43 --441.14,635.38 --441.14,635.32 --441.14,635.27 --441.16,635.13 --441.16,635.07 --441.16,635.01 --441.16,634.96 --441.16,634.9 --441.15,634.84 --441.15,634.79 --441.15,634.73 --441.15,634.67 --441.15,634.62 --441.14,634.56 --441.14,634.5 --441.14,634.44 --441.13,634.39 --441.13,634.33 --441.13,634.27 --441.12,634.21 --441.12,634.16 --441.11,634.1 --441.11,634.04 --441.1,633.98 --441.09,633.93 --441.09,633.87 --441.08,633.81 --441.08,633.75 --441.07,633.69 --441.06,633.64 --441.06,633.58 --441.05,633.52 --441.04,633.46 --441.03,633.4 --441.03,633.34 --441.02,633.29 --441.01,633.23 --441,633.17 --440.99,633.11 --440.98,633.05 --440.98,632.99 --440.97,632.93 --440.96,632.87 --440.95,632.81 --440.94,632.75 --440.93,632.69 --440.92,632.63 --440.91,632.58 --440.9,632.52 --440.89,632.46 --440.88,632.4 --440.87,632.34 --440.86,632.28 --440.85,632.22 --440.84,632.16 --440.83,632.1 --440.82,632.03 --440.81,631.97 --440.8,631.91 --440.79,631.85 --440.78,631.79 --440.77,631.73 --440.76,631.67 --440.75,631.61 --440.74,631.55 --440.73,631.49 --440.72,631.43 --440.7,631.37 --440.69,631.3 --440.68,631.24 --440.67,631.18 --440.66,631.12 --440.65,631.06 --440.63,631 --440.62,630.93 --440.61,630.87 --440.6,630.81 --440.58,630.75 --440.57,630.69 --440.56,630.62 --440.55,630.56 --440.53,630.5 --440.52,630.43 --440.51,630.37 --440.49,630.31 --440.48,630.24 --440.47,630.18 --440.45,630.12 --440.44,630.05 --440.42,629.99 --440.41,629.93 --440.39,629.86 --440.38,629.8 --440.37,629.73 --440.35,629.67 --440.34,629.6 --440.32,629.54 --440.31,629.47 --440.29,629.41 --440.27,629.34 --440.26,629.28 --440.24,629.21 --440.23,629.15 --440.3,629.02 --440.29,628.96 --440.27,628.89 --440.25,628.82 --440.24,628.76 --440.22,628.69 --440.21,628.62 --440.19,628.55 --440.17,628.49 --440.16,628.42 --440.14,628.35 --440.12,628.28 --440.11,628.22 --440.09,628.15 --440.07,628.08 --440.06,628.01 --440.04,627.94 --440.02,627.87 --440.01,627.8 --439.99,627.73 --439.97,627.66 --439.96,627.59 --439.94,627.52 --439.92,627.46 --439.91,627.38 --439.89,627.31 --439.87,627.24 --439.85,627.17 --439.84,627.1 --439.82,627.03 --439.8,626.96 --439.78,626.89 --439.77,626.82 --439.75,626.75 --439.73,626.68 --439.71,626.6 --439.7,626.53 --439.68,626.46 --439.66,626.39 --439.64,626.32 --439.63,626.24 --439.61,626.17 --439.59,626.1 --439.57,626.03 --439.55,625.95 --439.53,625.88 --439.51,625.81 --439.5,625.73 --439.48,625.66 --439.46,625.59 --439.44,625.51 --439.42,625.44 --439.4,625.36 --439.38,625.29 --439.36,625.21 --439.34,625.14 --439.32,625.07 --439.31,624.99 --439.29,624.92 --439.27,624.84 --439.25,624.76 --439.23,624.69 --439.21,624.61 --439.19,624.54 --439.17,624.46 --439.15,624.39 --439.13,624.31 --439.11,624.23 --439.09,624.16 --439.07,624.08 --439.05,624 --439.03,623.93 --439.01,623.85 --438.99,623.77 --438.97,623.7 --438.95,623.62 --438.93,623.54 --438.91,623.46 --438.89,623.39 --438.87,623.31 --438.85,623.23 --438.83,623.15 --438.81,623.08 --438.79,623 --438.77,622.92 --438.75,622.85 --438.73,622.77 --438.71,622.69 --438.69,622.61 --438.67,622.54 --438.65,622.46 --438.63,622.38 --438.61,622.31 --438.59,622.23 --438.57,622.16 --438.55,622.08 --438.52,622 --438.5,621.93 --438.48,621.85 --438.46,621.78 --438.51,621.77 --438.49,621.69 --438.47,621.62 --438.45,621.54 --438.43,621.47 --438.41,621.39 --438.39,621.31 --438.37,621.24 --438.35,621.16 --438.33,621.09 --438.32,621.01 --438.3,620.94 --438.28,620.86 --438.26,620.79 --438.24,620.72 --438.22,620.64 --438.2,620.57 --438.18,620.49 --438.16,620.42 --438.15,620.34 --438.13,620.27 --438.11,620.2 --438.09,620.12 --438.07,620.05 --438.05,619.97 --438.03,619.9 --438.02,619.83 --438,619.75 --437.98,619.68 --437.96,619.6 --437.94,619.53 --437.92,619.46 --437.9,619.38 --437.89,619.31 --437.87,619.24 --437.85,619.16 --437.83,619.09 --437.81,619.02 --437.79,618.95 --437.78,618.87 --437.76,618.8 --437.74,618.73 --437.72,618.65 --437.7,618.58 --437.68,618.51 --437.67,618.44 --437.65,618.36 --437.63,618.29 --437.61,618.22 --437.59,618.15 --437.57,618.08 --437.56,618 --437.54,617.93 --437.52,617.86 --437.5,617.79 --437.48,617.72 --437.47,617.64 --437.45,617.57 --437.43,617.5 --437.41,617.43 --437.4,617.36 --437.38,617.29 --437.36,617.22 --437.34,617.14 --437.32,617.07 --437.31,617 --437.29,616.93 --437.27,616.86 --437.25,616.79 --437.23,616.71 --437.22,616.64 --437.2,616.57 --437.18,616.5 --437.16,616.43 --437.14,616.36 --437.13,616.28 --437.11,616.21 --437.09,616.14 --437.07,616.07 --437.05,615.99 --437.04,615.92 --437.02,615.85 --437,615.78 --436.98,615.7 --436.96,615.63 --436.94,615.56 --436.93,615.48 --436.91,615.41 --436.89,615.33 --436.87,615.26 --436.85,615.19 --436.83,615.11 --436.82,615.04 --436.8,614.96 --436.78,614.89 --436.76,614.81 --436.74,614.74 --436.72,614.66 --436.71,614.59 --436.69,614.51 --436.7,614.44 --436.69,614.37 --436.67,614.29 --436.65,614.21 --436.63,614.14 --436.61,614.06 --436.59,613.99 --436.57,613.91 --436.55,613.83 --436.53,613.75 --436.52,613.68 --436.5,613.6 --436.48,613.52 --436.46,613.44 --436.44,613.36 --436.42,613.29 --436.4,613.21 --436.38,613.13 --436.36,613.05 --436.34,612.97 --436.32,612.89 --436.31,612.81 --436.29,612.73 --436.27,612.65 --436.25,612.57 --436.23,612.49 --436.21,612.41 --436.19,612.33 --436.17,612.25 --436.15,612.17 --436.13,612.09 --436.11,612.01 --436.09,611.92 --436.07,611.84 --436.05,611.76 --436.04,611.68 --436.02,611.6 --436,611.51 --435.98,611.43 --435.96,611.35 --435.94,611.26 --435.92,611.18 --435.9,611.09 --435.88,611.01 --435.86,610.93 --435.84,610.84 --435.82,610.76 --435.8,610.67 --435.78,610.59 --435.76,610.5 --435.74,610.42 --435.72,610.33 --435.7,610.25 --435.68,610.16 --435.66,610.07 --435.65,609.99 --435.63,609.9 --435.61,609.82 --435.59,609.73 --435.57,609.65 --435.55,609.56 --435.53,609.47 --435.51,609.39 --435.49,609.3 --435.47,609.21 --435.45,609.12 --435.43,609.04 --435.41,608.95 --435.39,608.86 --435.37,608.78 --435.35,608.69 --435.33,608.6 --435.31,608.51 --435.29,608.42 --435.27,608.34 --435.25,608.25 --435.24,608.16 --435.22,608.07 --435.2,607.98 --435.18,607.89 --435.16,607.8 --435.14,607.72 --435.12,607.63 --435.1,607.54 --435.08,607.45 --435.06,607.36 --435.04,607.27 --435.02,607.18 --435,607.09 --434.98,607 --434.96,606.91 --434.94,606.82 --434.92,606.73 --434.9,606.64 --434.88,606.55 --434.86,606.46 --434.84,606.37 --434.82,606.28 --434.8,606.19 --434.78,606.1 --434.8,605.93 --434.78,605.84 --434.76,605.75 --434.74,605.66 --434.72,605.57 --434.7,605.48 --434.68,605.38 --434.66,605.29 --434.64,605.2 --434.62,605.11 --434.6,605.02 --434.58,604.92 --434.56,604.83 --434.54,604.74 --434.52,604.64 --434.5,604.55 --434.48,604.46 --434.46,604.36 --434.44,604.27 --434.42,604.18 --434.4,604.08 --434.38,603.99 --434.36,603.9 --434.34,603.8 --434.31,603.71 --434.29,603.61 --434.27,603.52 --434.25,603.42 --434.23,603.33 --434.21,603.23 --434.19,603.14 --434.17,603.04 --434.14,602.95 --434.12,602.85 --434.1,602.76 --434.08,602.66 --434.06,602.57 --434.03,602.47 --434.01,602.38 --433.99,602.28 --433.97,602.18 --433.94,602.09 --433.92,601.99 --433.9,601.89 --433.87,601.8 --433.85,601.7 --433.83,601.6 --433.81,601.51 --433.78,601.41 --433.76,601.31 --433.74,601.22 --433.71,601.12 --433.69,601.02 --433.67,600.92 --433.64,600.83 --433.62,600.73 --433.59,600.63 --433.57,600.53 --433.55,600.43 --433.52,600.34 --433.5,600.24 --433.48,600.14 --433.45,600.04 --433.43,599.94 --433.4,599.84 --433.38,599.75 --433.36,599.65 --433.33,599.55 --433.31,599.45 --433.28,599.35 --433.26,599.25 --433.23,599.15 --433.21,599.05 --433.18,598.95 --433.16,598.85 --433.13,598.75 --433.11,598.65 --433.08,598.55 --433.06,598.45 --433.03,598.35 --433.01,598.25 --432.98,598.15 --432.96,598.05 --432.93,597.95 --432.9,597.85 --432.88,597.75 --432.85,597.65 --432.83,597.55 --432.8,597.45 --432.78,597.35 --432.75,597.25 --432.73,597.14 --432.7,597.04 --432.67,596.94 --432.65,596.84 --432.62,596.74 --432.6,596.64 --432.57,596.53 --432.54,596.43 --432.52,596.33 --432.53,596.22 --432.5,596.12 --432.47,596.02 --432.45,595.92 --432.42,595.81 --432.39,595.71 --432.37,595.61 --432.34,595.5 --432.31,595.4 --432.29,595.3 --432.26,595.19 --432.23,595.09 --432.21,594.99 --432.18,594.88 --432.15,594.78 --432.13,594.68 --432.1,594.57 --432.07,594.47 --432.05,594.37 --432.02,594.26 --431.99,594.16 --431.97,594.05 --431.94,593.95 --431.91,593.85 --431.89,593.74 --431.86,593.64 --431.83,593.54 --431.81,593.43 --431.78,593.33 --431.75,593.22 --431.72,593.12 --431.7,593.01 --431.67,592.91 --431.64,592.8 --431.61,592.7 --431.59,592.6 --431.56,592.49 --431.53,592.39 --431.5,592.28 --431.48,592.18 --431.45,592.07 --431.42,591.97 --431.39,591.86 --431.37,591.76 --431.34,591.65 --431.31,591.55 --431.28,591.44 --431.26,591.34 --431.23,591.23 --431.2,591.13 --431.17,591.02 --431.14,590.92 --431.12,590.81 --431.09,590.71 --431.06,590.6 --431.03,590.5 --431.01,590.39 --430.98,590.29 --430.95,590.18 --430.92,590.08 --430.9,589.97 --430.87,589.87 --430.84,589.76 --430.81,589.66 --430.79,589.55 --430.76,589.45 --430.73,589.34 --430.7,589.24 --430.68,589.13 --430.65,589.03 --430.62,588.92 --430.6,588.82 --430.57,588.71 --430.54,588.61 --430.51,588.5 --430.49,588.4 --430.46,588.3 --430.43,588.19 --430.4,588.09 --430.38,587.98 --430.35,587.88 --430.32,587.77 --430.29,587.67 --430.27,587.56 --430.24,587.46 --430.21,587.35 --430.18,587.25 --430.16,587.14 --430.13,587.04 --430.1,586.93 --430.07,586.83 --430.05,586.73 --430.02,586.62 --429.99,586.52 --429.96,586.41 --429.94,586.31 --429.91,586.2 --429.88,586.1 --429.85,585.99 --429.83,585.89 --429.8,585.84 --429.78,585.74 --429.75,585.63 --429.72,585.53 --429.69,585.42 --429.67,585.32 --429.64,585.22 --429.61,585.11 --429.58,585.01 --429.56,584.9 --429.53,584.8 --429.5,584.7 --429.47,584.59 --429.45,584.49 --429.42,584.39 --429.39,584.28 --429.36,584.18 --429.34,584.07 --429.31,583.97 --429.28,583.87 --429.25,583.76 --429.23,583.66 --429.2,583.56 --429.17,583.45 --429.14,583.35 --429.12,583.25 --429.09,583.14 --429.06,583.04 --429.03,582.94 --429.01,582.83 --428.98,582.73 --428.95,582.63 --428.92,582.52 --428.9,582.42 --428.87,582.32 --428.84,582.21 --428.81,582.11 --428.79,582.01 --428.76,581.9 --428.73,581.8 --428.7,581.7 --428.68,581.59 --428.65,581.49 --428.62,581.39 --428.59,581.28 --428.57,581.18 --428.54,581.08 --428.51,580.97 --428.48,580.87 --428.46,580.77 --428.43,580.66 --428.4,580.56 --428.37,580.46 --428.35,580.36 --428.32,580.25 --428.29,580.15 --428.26,580.05 --428.24,579.94 --428.21,579.84 --428.18,579.74 --428.15,579.64 --428.13,579.53 --428.1,579.43 --428.07,579.33 --428.04,579.23 --428.02,579.12 --427.99,579.02 --427.96,578.92 --427.93,578.82 --427.91,578.71 --427.88,578.61 --427.85,578.51 --427.82,578.41 --427.8,578.3 --427.77,578.2 --427.74,578.1 --427.71,578 --427.69,577.9 --427.66,577.79 --427.63,577.69 --427.6,577.59 --427.58,577.49 --427.55,577.39 --427.52,577.28 --427.49,577.18 --427.47,577.08 --427.44,576.98 --427.41,576.88 --427.38,576.78 --427.36,576.67 --427.33,576.57 --427.3,576.47 --427.28,576.37 --427.25,576.27 --427.22,576.17 --427.19,576.06 --427.17,575.96 --427.14,575.86 --427.11,575.76 --427.08,575.66 --427.07,575.64 --427.04,575.54 --427.01,575.44 --426.99,575.34 --426.96,575.24 --426.93,575.14 --426.9,575.03 --426.88,574.93 --426.85,574.83 --426.82,574.73 --426.8,574.63 --426.77,574.53 --426.74,574.42 --426.71,574.32 --426.69,574.22 --426.66,574.12 --426.63,574.02 --426.61,573.92 --426.58,573.82 --426.55,573.71 --426.53,573.61 --426.5,573.51 --426.48,573.41 --426.45,573.31 --426.42,573.21 --426.4,573.11 --426.37,573.01 --426.34,572.91 --426.32,572.8 --426.29,572.7 --426.27,572.6 --426.24,572.5 --426.22,572.4 --426.19,572.3 --426.16,572.2 --426.14,572.1 --426.11,572 --426.09,571.9 --426.06,571.8 --426.04,571.7 --426.01,571.6 --425.99,571.49 --425.96,571.39 --425.94,571.29 --425.91,571.19 --425.89,571.09 --425.86,570.99 --425.84,570.89 --425.81,570.79 --425.79,570.69 --425.76,570.59 --425.74,570.49 --425.71,570.39 --425.69,570.29 --425.66,570.19 --425.64,570.09 --425.61,569.99 --425.59,569.89 --425.56,569.79 --425.54,569.68 --425.51,569.58 --425.49,569.48 --425.46,569.38 --425.44,569.28 --425.41,569.18 --425.39,569.08 --425.36,568.98 --425.34,568.88 --425.31,568.78 --425.29,568.68 --425.26,568.58 --425.24,568.48 --425.21,568.38 --425.19,568.28 --425.16,568.18 --425.14,568.07 --425.12,567.97 --425.09,567.87 --425.07,567.77 --425.04,567.67 --425.02,567.57 --424.99,567.47 --424.97,567.37 --424.95,567.27 --424.92,567.17 --424.9,567.07 --424.87,566.97 --424.85,566.87 --424.83,566.77 --424.8,566.67 --424.78,566.57 --424.75,566.47 --424.73,566.37 --424.71,566.27 --424.68,566.16 --424.66,566.06 --424.64,565.96 --424.61,565.86 --424.59,565.76 --424.56,565.66 --424.56,565.74 --424.53,565.64 --424.51,565.54 --424.49,565.44 --424.46,565.34 --424.44,565.24 --424.42,565.13 --424.39,565.03 --424.37,564.93 --424.35,564.83 --424.32,564.73 --424.3,564.63 --424.28,564.53 --424.25,564.43 --424.23,564.33 --424.21,564.23 --424.18,564.13 --424.16,564.03 --424.14,563.93 --424.11,563.83 --424.09,563.73 --424.07,563.63 --424.05,563.53 --424.02,563.43 --424,563.33 --423.98,563.23 --423.95,563.12 --423.93,563.02 --423.91,562.92 --423.88,562.82 --423.86,562.72 --423.84,562.62 --423.82,562.52 --423.79,562.42 --423.77,562.32 --423.75,562.22 --423.73,562.12 --423.7,562.02 --423.68,561.92 --423.66,561.82 --423.64,561.71 --423.61,561.61 --423.59,561.51 --423.57,561.41 --423.54,561.31 --423.52,561.21 --423.5,561.11 --423.47,561 --423.45,560.9 --423.43,560.8 --423.4,560.7 --423.38,560.6 --423.36,560.49 --423.33,560.39 --423.31,560.29 --423.29,560.19 --423.26,560.08 --423.24,559.98 --423.22,559.88 --423.2,559.78 --423.17,559.67 --423.15,559.57 --423.13,559.47 --423.1,559.37 --423.08,559.26 --423.06,559.16 --423.03,559.06 --423.01,558.96 --422.99,558.85 --422.96,558.75 --422.94,558.65 --422.92,558.55 --422.9,558.45 --422.87,558.34 --422.85,558.24 --422.83,558.14 --422.8,558.04 --422.78,557.94 --422.76,557.84 --422.74,557.73 --422.71,557.63 --422.69,557.53 --422.67,557.43 --422.65,557.33 --422.62,557.23 --422.6,557.12 --422.58,557.02 --422.56,556.92 --422.53,556.82 --422.51,556.72 --422.49,556.61 --422.47,556.51 --422.44,556.41 --422.42,556.31 --422.4,556.21 --422.38,556.1 --422.35,556 --422.33,555.9 --422.31,555.8 --422.29,555.69 --422.32,555.92 --422.29,555.82 --422.27,555.72 --422.25,555.62 --422.23,555.51 --422.21,555.41 --422.19,555.31 --422.16,555.2 --422.14,555.1 --422.12,555 --422.1,554.89 --422.08,554.79 --422.06,554.69 --422.03,554.58 --422.01,554.48 --421.99,554.38 --421.97,554.27 --421.95,554.17 --421.93,554.07 --421.91,553.96 --421.89,553.86 --421.86,553.75 --421.84,553.65 --421.82,553.55 --421.8,553.44 --421.78,553.34 --421.76,553.24 --421.74,553.13 --421.72,553.03 --421.7,552.92 --421.67,552.82 --421.65,552.71 --421.63,552.61 --421.61,552.51 --421.59,552.4 --421.57,552.3 --421.55,552.19 --421.53,552.09 --421.51,551.98 --421.49,551.88 --421.47,551.77 --421.45,551.67 --421.43,551.56 --421.4,551.46 --421.38,551.35 --421.36,551.25 --421.34,551.14 --421.32,551.04 --421.3,550.93 --421.28,550.83 --421.26,550.72 --421.24,550.62 --421.22,550.51 --421.2,550.41 --421.18,550.3 --421.16,550.2 --421.14,550.09 --421.12,549.99 --421.1,549.88 --421.08,549.78 --421.06,549.67 --421.04,549.57 --421.02,549.46 --421,549.36 --420.99,549.25 --420.97,549.15 --420.95,549.04 --420.93,548.94 --420.91,548.83 --420.89,548.73 --420.87,548.62 --420.85,548.52 --420.83,548.41 --420.81,548.31 --420.8,548.2 --420.78,548.1 --420.76,547.99 --420.74,547.89 --420.72,547.78 --420.7,547.68 --420.69,547.57 --420.67,547.47 --420.65,547.36 --420.63,547.25 --420.61,547.15 --420.6,547.04 --420.58,546.94 --420.56,546.83 --420.54,546.73 --420.53,546.62 --420.51,546.52 --420.49,546.41 --420.47,546.3 --420.46,546.2 --420.44,546.09 --420.42,545.98 --420.41,545.88 --420.39,545.77 --420.37,545.67 --420.36,545.56 --420.44,545.89 --420.42,545.78 --420.4,545.68 --420.39,545.57 --420.37,545.46 --420.36,545.36 --420.34,545.25 --420.32,545.14 --420.31,545.04 --420.29,544.93 --420.28,544.83 --420.26,544.72 --420.25,544.61 --420.23,544.51 --420.22,544.4 --420.2,544.29 --420.19,544.19 --420.17,544.08 --420.16,543.97 --420.14,543.87 --420.13,543.76 --420.11,543.65 --420.1,543.55 --420.09,543.44 --420.07,543.33 --420.06,543.22 --420.04,543.12 --420.03,543.01 --420.02,542.9 --420,542.79 --419.99,542.69 --419.97,542.58 --419.96,542.47 --419.95,542.36 --419.93,542.26 --419.92,542.15 --419.91,542.04 --419.89,541.93 --419.88,541.82 --419.87,541.72 --419.86,541.61 --419.84,541.5 --419.83,541.39 --419.82,541.28 --419.81,541.17 --419.79,541.07 --419.78,540.96 --419.77,540.85 --419.76,540.74 --419.75,540.63 --419.73,540.52 --419.72,540.41 --419.71,540.31 --419.7,540.2 --419.69,540.09 --419.68,539.98 --419.66,539.87 --419.65,539.76 --419.64,539.65 --419.63,539.54 --419.62,539.43 --419.61,539.33 --419.6,539.22 --419.59,539.11 --419.58,539 --419.57,538.89 --419.56,538.78 --419.55,538.67 --419.54,538.56 --419.53,538.45 --419.52,538.34 --419.51,538.23 --419.51,538.12 --419.5,538.01 --419.49,537.9 --419.48,537.79 --419.47,537.68 --419.46,537.57 --419.45,537.46 --419.45,537.35 --419.44,537.24 --419.43,537.13 --419.42,537.02 --419.41,536.91 --419.41,536.8 --419.4,536.69 --419.39,536.58 --419.39,536.47 --419.38,536.36 --419.37,536.25 --419.37,536.14 --419.36,536.03 --419.35,535.92 --419.35,535.81 --419.34,535.7 --419.33,535.59 --419.33,535.47 --419.32,535.36 --419.32,535.25 --419.31,535.14 --419.41,535.59 --419.4,535.48 --419.4,535.37 --419.39,535.26 --419.39,535.15 --419.38,535.04 --419.38,534.93 --419.38,534.82 --419.37,534.71 --419.37,534.6 --419.36,534.49 --419.36,534.38 --419.36,534.26 --419.35,534.15 --419.35,534.04 --419.35,533.93 --419.34,533.82 --419.34,533.71 --419.34,533.6 --419.34,533.49 --419.33,533.37 --419.33,533.26 --419.33,533.15 --419.33,533.04 --419.33,532.93 --419.32,532.82 --419.32,532.7 --419.32,532.59 --419.32,532.48 --419.32,532.37 --419.32,532.25 --419.32,532.14 --419.32,532.03 --419.31,531.92 --419.31,531.8 --419.31,531.69 --419.31,531.58 --419.31,531.46 --419.31,531.35 --419.31,531.24 --419.31,531.12 --419.31,531.01 --419.31,530.9 --419.31,530.78 --419.32,530.67 --419.32,530.55 --419.32,530.44 --419.32,530.33 --419.32,530.21 --419.32,530.1 --419.32,529.98 --419.33,529.87 --419.33,529.75 --419.33,529.64 --419.33,529.52 --419.34,529.41 --419.34,529.29 --419.34,529.18 --419.34,529.06 --419.35,528.95 --419.35,528.83 --419.35,528.72 --419.36,528.6 --419.36,528.49 --419.37,528.37 --419.37,528.25 --419.37,528.14 --419.38,528.02 --419.38,527.91 --419.39,527.79 --419.39,527.67 --419.4,527.56 --419.4,527.44 --419.41,527.33 --419.41,527.21 --419.42,527.09 --419.42,526.98 --419.43,526.86 --419.44,526.74 --419.44,526.63 --419.45,526.51 --419.45,526.39 --419.46,526.27 --419.47,526.16 --419.47,526.04 --419.48,525.92 --419.49,525.81 --419.5,525.69 --419.5,525.57 --419.51,525.45 --419.52,525.34 --419.53,525.22 --419.53,525.1 --419.54,524.98 --419.55,524.87 --419.56,524.75 --419.57,524.63 --419.57,524.51 --419.58,524.4 --419.59,524.28 --419.68,524.79 --419.69,524.68 --419.7,524.56 --419.71,524.44 --419.72,524.32 --419.73,524.21 --419.74,524.09 --419.75,523.97 --419.76,523.86 --419.77,523.74 --419.78,523.62 --419.79,523.5 --419.8,523.39 --419.81,523.27 --419.82,523.15 --419.84,523.03 --419.85,522.91 --419.86,522.8 --419.87,522.68 --419.88,522.56 --419.89,522.44 --419.91,522.33 --419.92,522.21 --419.93,522.09 --419.94,521.97 --419.96,521.85 --419.97,521.73 --419.98,521.62 --419.99,521.5 --420.01,521.38 --420.02,521.26 --420.03,521.14 --420.05,521.02 --420.06,520.91 --420.07,520.79 --420.09,520.67 --420.1,520.55 --420.11,520.43 --420.13,520.31 --420.14,520.19 --420.16,520.08 --420.17,519.96 --420.19,519.84 --420.2,519.72 --420.22,519.6 --420.23,519.48 --420.25,519.36 --420.26,519.24 --420.28,519.13 --420.29,519.01 --420.31,518.89 --420.32,518.77 --420.34,518.65 --420.36,518.53 --420.37,518.41 --420.39,518.29 --420.4,518.18 --420.42,518.06 --420.44,517.94 --420.45,517.82 --420.47,517.7 --420.49,517.58 --420.5,517.46 --420.52,517.34 --420.54,517.22 --420.56,517.1 --420.57,516.98 --420.59,516.87 --420.61,516.75 --420.63,516.63 --420.64,516.51 --420.66,516.39 --420.68,516.27 --420.7,516.15 --420.72,516.03 --420.73,515.91 --420.75,515.79 --420.77,515.67 --420.79,515.55 --420.81,515.43 --420.83,515.31 --420.85,515.19 --420.86,515.07 --420.88,514.95 --420.9,514.83 --420.92,514.71 --420.94,514.59 --420.96,514.47 --420.98,514.35 --421,514.24 --421.02,514.12 --421.04,514 --421.06,513.88 --421.08,513.76 --421.1,513.64 --421.12,513.52 --421.14,513.4 --421.16,513.28 --421.18,513.16 --421.2,513.04 --421.19,513.37 --421.21,513.25 --421.24,513.13 --421.26,513.01 --421.28,512.89 --421.3,512.77 --421.32,512.65 --421.34,512.53 --421.36,512.42 --421.38,512.3 --421.4,512.18 --421.43,512.06 --421.45,511.94 --421.47,511.82 --421.49,511.7 --421.51,511.58 --421.54,511.46 --421.56,511.35 --421.58,511.23 --421.6,511.11 --421.63,510.99 --421.65,510.87 --421.67,510.75 --421.69,510.63 --421.72,510.51 --421.74,510.39 --421.76,510.28 --421.78,510.16 --421.81,510.04 --421.83,509.92 --421.85,509.8 --421.88,509.68 --421.9,509.56 --421.93,509.44 --421.95,509.33 --421.97,509.21 --422,509.09 --422.02,508.97 --422.05,508.85 --422.07,508.73 --422.1,508.61 --422.12,508.49 --422.15,508.38 --422.17,508.26 --422.2,508.14 --422.22,508.02 --422.25,507.9 --422.28,507.78 --422.3,507.66 --422.33,507.54 --422.35,507.43 --422.38,507.31 --422.41,507.19 --422.43,507.07 --422.46,506.95 --422.48,506.83 --422.51,506.71 --422.54,506.6 --422.56,506.48 --422.59,506.36 --422.62,506.24 --422.64,506.12 --422.67,506 --422.7,505.89 --422.72,505.77 --422.75,505.65 --422.78,505.53 --422.8,505.41 --422.83,505.29 --422.86,505.18 --422.89,505.06 --422.91,504.94 --422.94,504.82 --422.97,504.7 --423,504.58 --423.02,504.47 --423.05,504.35 --423.08,504.23 --423.1,504.11 --423.13,503.99 --423.16,503.87 --423.19,503.76 --423.22,503.64 --423.24,503.52 --423.27,503.4 --423.3,503.28 --423.33,503.16 --423.36,503.04 --423.38,502.93 --423.41,502.81 --423.44,502.69 --423.47,502.57 --423.5,502.45 --423.53,502.33 --423.56,502.22 --423.58,502.1 --423.61,501.98 --423.64,501.86 --423.67,501.74 --423.7,501.63 --423.79,501.92 --423.82,501.8 --423.85,501.68 --423.88,501.56 --423.91,501.45 --423.94,501.33 --423.97,501.21 --424,501.1 --424.03,500.98 --424.06,500.86 --424.09,500.75 --424.12,500.63 --424.15,500.52 --424.18,500.4 --424.21,500.28 --424.24,500.17 --424.27,500.05 --424.3,499.93 --424.33,499.82 --424.37,499.7 --424.4,499.59 --424.43,499.47 --424.46,499.36 --424.49,499.24 --424.52,499.12 --424.55,499.01 --424.58,498.89 --424.61,498.78 --424.64,498.66 --424.67,498.55 --424.7,498.43 --424.73,498.32 --424.76,498.2 --424.8,498.09 --424.83,497.97 --424.86,497.86 --424.89,497.74 --424.92,497.63 --424.95,497.51 --424.98,497.4 --425.01,497.28 --425.04,497.17 --425.07,497.05 --425.1,496.94 --425.14,496.82 --425.17,496.71 --425.2,496.59 --425.23,496.48 --425.26,496.37 --425.29,496.25 --425.32,496.14 --425.35,496.02 --425.38,495.91 --425.42,495.79 --425.45,495.68 --425.48,495.57 --425.51,495.45 --425.54,495.34 --425.57,495.22 --425.6,495.11 --425.63,495 --425.66,494.88 --425.7,494.77 --425.73,494.66 --425.76,494.54 --425.79,494.43 --425.82,494.32 --425.85,494.2 --425.88,494.09 --425.91,493.97 --425.95,493.86 --425.98,493.75 --426.01,493.63 --426.04,493.52 --426.07,493.41 --426.1,493.3 --426.13,493.18 --426.17,493.07 --426.2,492.96 --426.23,492.84 --426.26,492.73 --426.29,492.62 --426.32,492.51 --426.35,492.39 --426.39,492.28 --426.42,492.17 --426.45,492.06 --426.48,491.94 --426.51,491.83 --426.54,491.72 --426.58,491.61 --426.61,491.5 --426.64,491.38 --426.67,491.27 --426.7,491.16 --426.73,491.05 --426.77,490.94 --426.8,490.82 --426.83,490.71 --426.86,490.6 --426.98,490.82 --427.01,490.71 --427.05,490.6 --427.08,490.49 --427.11,490.38 --427.14,490.27 --427.17,490.15 --427.21,490.04 --427.24,489.93 --427.27,489.82 --427.3,489.71 --427.33,489.6 --427.37,489.49 --427.4,489.37 --427.43,489.26 --427.46,489.15 --427.5,489.04 --427.53,488.93 --427.56,488.82 --427.59,488.7 --427.63,488.59 --427.66,488.48 --427.69,488.37 --427.72,488.26 --427.76,488.15 --427.79,488.03 --427.82,487.92 --427.85,487.81 --427.89,487.7 --427.92,487.59 --427.95,487.47 --427.98,487.36 --428.02,487.25 --428.05,487.14 --428.08,487.02 --428.12,486.91 --428.15,486.8 --428.18,486.69 --428.21,486.57 --428.25,486.46 --428.28,486.35 --428.31,486.24 --428.34,486.12 --428.38,486.01 --428.41,485.9 --428.44,485.78 --428.47,485.67 --428.51,485.56 --428.54,485.44 --428.57,485.33 --428.6,485.22 --428.64,485.1 --428.67,484.99 --428.7,484.88 --428.74,484.76 --428.77,484.65 --428.8,484.53 --428.83,484.42 --428.87,484.31 --428.9,484.19 --428.93,484.08 --428.96,483.96 --429,483.85 --429.03,483.73 --429.06,483.62 --429.09,483.5 --429.13,483.39 --429.16,483.27 --429.19,483.16 --429.22,483.04 --429.26,482.93 --429.29,482.81 --429.32,482.7 --429.35,482.58 --429.38,482.47 --429.42,482.35 --429.45,482.24 --429.48,482.12 --429.51,482.01 --429.55,481.89 --429.58,481.78 --429.61,481.66 --429.64,481.55 --429.67,481.43 --429.71,481.31 --429.74,481.2 --429.77,481.08 --429.8,480.97 --429.83,480.85 --429.87,480.73 --429.9,480.62 --429.93,480.5 --429.96,480.39 --429.99,480.27 --430.03,480.15 --430.06,480.04 --430.09,479.92 --430.12,479.81 --430.15,479.69 --430.19,479.57 --430.43,479.72 --430.46,479.6 --430.49,479.48 --430.52,479.37 --430.56,479.25 --430.59,479.14 --430.62,479.02 --430.65,478.9 --430.68,478.79 --430.71,478.67 --430.75,478.55 --430.78,478.44 --430.81,478.32 --430.84,478.2 --430.87,478.09 --430.9,477.97 --430.94,477.85 --430.97,477.74 --431,477.62 --431.03,477.5 --431.06,477.39 --431.09,477.27 --431.13,477.15 --431.16,477.04 --431.19,476.92 --431.22,476.8 --431.25,476.68 --431.28,476.57 --431.31,476.45 --431.34,476.33 --431.38,476.22 --431.41,476.1 --431.44,475.98 --431.47,475.87 --431.5,475.75 --431.53,475.63 --431.56,475.52 --431.59,475.4 --431.62,475.28 --431.65,475.17 --431.69,475.05 --431.72,474.93 --431.75,474.81 --431.78,474.7 --431.81,474.58 --431.84,474.46 --431.87,474.35 --431.9,474.23 --431.93,474.11 --431.97,474 --432,473.88 --432.03,473.76 --432.06,473.65 --432.09,473.53 --432.12,473.41 --432.15,473.29 --432.18,473.18 --432.21,473.06 --432.24,472.94 --432.27,472.83 --432.3,472.71 --432.33,472.59 --432.36,472.47 --432.4,472.36 --432.43,472.24 --432.46,472.12 --432.49,472.01 --432.52,471.89 --432.55,471.77 --432.58,471.66 --432.61,471.54 --432.64,471.42 --432.67,471.31 --432.7,471.19 --432.73,471.07 --432.76,470.96 --432.79,470.84 --432.81,470.72 --432.84,470.6 --432.87,470.49 --432.9,470.37 --432.93,470.25 --432.96,470.14 --432.99,470.02 --433.02,469.9 --433.05,469.79 --433.08,469.67 --433.11,469.55 --433.14,469.44 --433.17,469.32 --433.19,469.2 --433.22,469.09 --433.25,468.97 --433.28,468.85 --433.31,468.74 --433.34,468.62 --433.37,468.5 --433.39,468.39 --433.42,468.27 --433.45,468.15 --433.84,468.29 --433.87,468.18 --433.9,468.06 --433.93,467.95 --433.96,467.83 --433.99,467.71 --434.02,467.6 --434.04,467.48 --434.07,467.37 --434.1,467.25 --434.13,467.13 --434.16,467.02 --434.19,466.9 --434.21,466.79 --434.24,466.67 --434.27,466.56 --434.3,466.44 --434.33,466.32 --434.35,466.21 --434.38,466.09 --434.41,465.98 --434.44,465.86 --434.47,465.75 --434.49,465.63 --434.52,465.51 --434.55,465.4 --434.58,465.28 --434.61,465.17 --434.63,465.05 --434.66,464.94 --434.69,464.82 --434.72,464.71 --434.74,464.59 --434.77,464.48 --434.8,464.36 --434.83,464.25 --434.86,464.13 --434.88,464.01 --434.91,463.9 --434.94,463.78 --434.97,463.67 --435,463.56 --435.02,463.44 --435.05,463.33 --435.08,463.21 --435.11,463.1 --435.14,462.98 --435.17,462.87 --435.19,462.75 --435.22,462.64 --435.25,462.52 --435.28,462.41 --435.31,462.3 --435.33,462.18 --435.36,462.07 --435.39,461.95 --435.42,461.84 --435.45,461.73 --435.47,461.61 --435.5,461.5 --435.53,461.38 --435.56,461.27 --435.59,461.16 --435.62,461.04 --435.64,460.93 --435.67,460.82 --435.7,460.7 --435.73,460.59 --435.76,460.48 --435.79,460.36 --435.81,460.25 --435.84,460.14 --435.87,460.02 --435.9,459.91 --435.93,459.8 --435.95,459.68 --435.98,459.57 --436.01,459.46 --436.04,459.35 --436.07,459.23 --436.1,459.12 --436.12,459.01 --436.15,458.89 --436.18,458.78 --436.21,458.67 --436.24,458.56 --436.27,458.44 --436.29,458.33 --436.32,458.22 --436.35,458.1 --436.38,457.99 --436.41,457.88 --436.43,457.77 --436.46,457.65 --436.49,457.54 --436.52,457.43 --436.54,457.32 --436.57,457.2 --436.6,457.09 --436.63,456.98 --436.96,456.91 --436.99,456.79 --437.01,456.68 --437.04,456.57 --437.07,456.46 --437.1,456.35 --437.12,456.23 --437.15,456.12 --437.18,456.01 --437.21,455.9 --437.23,455.79 --437.26,455.67 --437.29,455.56 --437.31,455.45 --437.34,455.34 --437.37,455.23 --437.39,455.12 --437.42,455 --437.45,454.89 --437.47,454.78 --437.5,454.67 --437.52,454.56 --437.55,454.45 --437.57,454.34 --437.6,454.22 --437.63,454.11 --437.65,454 --437.68,453.89 --437.7,453.78 --437.73,453.67 --437.75,453.56 --437.78,453.44 --437.8,453.33 --437.83,453.22 --437.86,453.11 --437.88,453 --437.91,452.89 --437.93,452.78 --437.96,452.67 --437.98,452.55 --438.01,452.44 --438.03,452.33 --438.06,452.22 --438.08,452.11 --438.11,452 --438.13,451.89 --438.15,451.78 --438.18,451.67 --438.2,451.56 --438.23,451.44 --438.25,451.33 --438.28,451.22 --438.3,451.11 --438.33,451 --438.35,450.89 --438.37,450.78 --438.4,450.67 --438.42,450.56 --438.45,450.45 --438.47,450.34 --438.49,450.23 --438.52,450.12 --438.54,450.01 --438.57,449.9 --438.59,449.79 --438.61,449.68 --438.64,449.57 --438.66,449.46 --438.68,449.35 --438.7,449.24 --438.73,449.13 --438.75,449.02 --438.77,448.91 --438.8,448.8 --438.82,448.69 --438.84,448.58 --438.86,448.47 --438.89,448.36 --438.91,448.25 --438.93,448.14 --438.95,448.03 --438.97,447.92 --439,447.81 --439.02,447.7 --439.04,447.59 --439.06,447.48 --439.08,447.37 --439.1,447.26 --439.13,447.15 --439.15,447.04 --439.17,446.93 --439.19,446.82 --439.21,446.71 --439.23,446.6 --439.25,446.49 --439.27,446.38 --439.29,446.27 --439.31,446.16 --439.33,446.05 --439.35,445.94 --439.73,445.63 --439.75,445.52 --439.77,445.41 --439.79,445.3 --439.81,445.19 --439.83,445.08 --439.85,444.97 --439.87,444.86 --439.89,444.75 --439.91,444.64 --439.93,444.53 --439.95,444.42 --439.96,444.31 --439.98,444.2 --440,444.09 --440.02,443.99 --440.04,443.88 --440.06,443.77 --440.07,443.66 --440.09,443.55 --440.11,443.44 --440.13,443.33 --440.15,443.22 --440.16,443.11 --440.18,443 --440.2,442.89 --440.22,442.78 --440.23,442.67 --440.25,442.56 --440.27,442.45 --440.28,442.34 --440.3,442.23 --440.32,442.12 --440.33,442.01 --440.35,441.9 --440.37,441.79 --440.38,441.68 --440.4,441.57 --440.41,441.46 --440.43,441.35 --440.45,441.24 --440.46,441.12 --440.48,441.01 --440.49,440.9 --440.51,440.79 --440.52,440.68 --440.54,440.57 --440.55,440.46 --440.57,440.35 --440.58,440.24 --440.6,440.13 --440.61,440.02 --440.63,439.91 --440.64,439.8 --440.66,439.68 --440.67,439.57 --440.68,439.46 --440.7,439.35 --440.71,439.24 --440.72,439.13 --440.74,439.02 --440.75,438.91 --440.76,438.8 --440.78,438.68 --440.79,438.57 --440.8,438.46 --440.82,438.35 --440.83,438.24 --440.84,438.13 --440.85,438.01 --440.87,437.9 --440.88,437.79 --440.89,437.68 --440.9,437.57 --440.91,437.46 --440.93,437.34 --440.94,437.23 --440.95,437.12 --440.96,437.01 --440.97,436.9 --440.98,436.78 --440.99,436.67 --441,436.56 --441.01,436.45 --441.02,436.33 --441.03,436.22 --441.05,436.11 --441.06,436 --441.07,435.88 --441.08,435.77 --441.08,435.66 --441.09,435.55 --441.1,435.43 --441.11,435.32 --441.12,435.21 --441.13,435.1 --441.14,434.98 --441.15,434.87 --441.16,434.76 --441.17,434.64 --441.4,434.44 --441.41,434.33 --441.42,434.21 --441.43,434.1 --441.43,433.99 --441.44,433.87 --441.45,433.76 --441.46,433.65 --441.46,433.53 --441.47,433.42 --441.48,433.3 --441.48,433.19 --441.49,433.08 --441.5,432.96 --441.5,432.85 --441.51,432.73 --441.51,432.62 --441.52,432.51 --441.52,432.39 --441.53,432.28 --441.54,432.16 --441.54,432.05 --441.55,431.94 --441.55,431.82 --441.55,431.71 --441.56,431.59 --441.56,431.48 --441.57,431.36 --441.57,431.25 --441.57,431.13 --441.58,431.02 --441.58,430.9 --441.58,430.79 --441.59,430.67 --441.59,430.56 --441.59,430.44 --441.59,430.33 --441.6,430.21 --441.6,430.1 --441.6,429.98 --441.6,429.87 --441.6,429.75 --441.61,429.64 --441.61,429.52 --441.61,429.41 --441.61,429.29 --441.61,429.18 --441.61,429.06 --441.61,428.95 --441.61,428.83 --441.61,428.72 --441.61,428.6 --441.61,428.48 --441.61,428.37 --441.61,428.25 --441.61,428.14 --441.61,428.02 --441.61,427.9 --441.61,427.79 --441.6,427.67 --441.6,427.56 --441.6,427.44 --441.6,427.32 --441.6,427.21 --441.59,427.09 --441.59,426.98 --441.59,426.86 --441.59,426.74 --441.58,426.63 --441.58,426.51 --441.58,426.39 --441.57,426.28 --441.57,426.16 --441.56,426.04 --441.56,425.93 --441.55,425.81 --441.55,425.69 --441.54,425.58 --441.54,425.46 --441.53,425.34 --441.53,425.23 --441.52,425.11 --441.52,424.99 --441.51,424.88 --441.5,424.76 --441.5,424.64 --441.49,424.52 --441.48,424.41 --441.48,424.29 --441.47,424.17 --441.46,424.06 --441.45,423.94 --441.45,423.82 --441.44,423.7 --441.43,423.59 --441.42,423.47 --441.41,423.35 --441.4,423.24 --441.4,423.12 --441.39,423 --441.63,422.88 --441.62,422.76 --441.62,422.65 --441.61,422.53 --441.6,422.41 --441.59,422.29 --441.58,422.17 --441.57,422.06 --441.56,421.94 --441.55,421.82 --441.54,421.7 --441.53,421.59 --441.51,421.47 --441.5,421.35 --441.49,421.23 --441.48,421.11 --441.47,421 --441.46,420.88 --441.45,420.76 --441.43,420.64 --441.42,420.52 --441.41,420.4 --441.4,420.29 --441.38,420.17 --441.37,420.05 --441.36,419.93 --441.35,419.81 --441.33,419.69 --441.32,419.58 --441.3,419.46 --441.29,419.34 --441.28,419.22 --441.26,419.1 --441.25,418.98 --441.23,418.86 --441.22,418.75 --441.2,418.63 --441.19,418.51 --441.17,418.39 --441.16,418.27 --441.14,418.15 --441.13,418.03 --441.11,417.91 --441.09,417.79 --441.08,417.68 --441.06,417.56 --441.04,417.44 --441.03,417.32 --441.01,417.2 --440.99,417.08 --440.98,416.96 --440.96,416.84 --440.94,416.72 --440.92,416.6 --440.91,416.49 --440.89,416.37 --440.87,416.25 --440.85,416.13 --440.83,416.01 --440.81,415.89 --440.79,415.77 --440.77,415.65 --440.76,415.53 --440.74,415.41 --440.72,415.29 --440.7,415.18 --440.68,415.06 --440.66,414.94 --440.64,414.82 --440.62,414.7 --440.59,414.58 --440.57,414.46 --440.55,414.34 --440.53,414.22 --440.51,414.1 --440.49,413.98 --440.47,413.87 --440.45,413.75 --440.42,413.63 --440.4,413.51 --440.38,413.39 --440.36,413.27 --440.33,413.15 --440.31,413.03 --440.29,412.91 --440.27,412.79 --440.24,412.68 --440.22,412.56 --440.2,412.44 --440.17,412.32 --440.15,412.2 --440.13,412.08 --440.1,411.96 --440.08,411.84 --440.05,411.72 --440.03,411.6 --440.01,411.48 --439.98,411.36 --439.96,411.25 --439.93,411.13 --440.27,410.96 --440.25,410.84 --440.22,410.72 --440.2,410.6 --440.17,410.48 --440.15,410.36 --440.12,410.24 --440.1,410.12 --440.07,410.01 --440.05,409.89 --440.02,409.77 --439.99,409.65 --439.97,409.53 --439.94,409.41 --439.91,409.29 --439.89,409.17 --439.86,409.06 --439.83,408.94 --439.81,408.82 --439.78,408.7 --439.75,408.58 --439.72,408.46 --439.7,408.34 --439.67,408.23 --439.64,408.11 --439.61,407.99 --439.58,407.87 --439.55,407.75 --439.53,407.63 --439.5,407.52 --439.47,407.4 --439.44,407.28 --439.41,407.16 --439.38,407.04 --439.35,406.93 --439.32,406.81 --439.29,406.69 --439.26,406.57 --439.23,406.45 --439.2,406.34 --439.17,406.22 --439.14,406.1 --439.11,405.98 --439.08,405.87 --439.05,405.75 --439.02,405.63 --438.98,405.51 --438.95,405.4 --438.92,405.28 --438.89,405.16 --438.86,405.04 --438.83,404.93 --438.79,404.81 --438.76,404.69 --438.73,404.57 --438.7,404.46 --438.67,404.34 --438.63,404.22 --438.6,404.1 --438.57,403.99 --438.53,403.87 --438.5,403.75 --438.47,403.64 --438.43,403.52 --438.4,403.4 --438.37,403.29 --438.33,403.17 --438.3,403.05 --438.26,402.94 --438.23,402.82 --438.19,402.7 --438.16,402.59 --438.12,402.47 --438.09,402.35 --438.05,402.24 --438.02,402.12 --437.98,402 --437.95,401.89 --437.91,401.77 --437.88,401.65 --437.84,401.54 --437.8,401.42 --437.77,401.31 --437.73,401.19 --437.69,401.08 --437.66,400.96 --437.62,400.84 --437.58,400.73 --437.54,400.61 --437.51,400.5 --437.47,400.38 --437.43,400.27 --437.39,400.15 --437.36,400.04 --437.32,399.92 --437.28,399.81 --437.24,399.69 --437.2,399.58 --437.16,399.46 --437.13,399.35 --437.5,399.09 --437.46,398.98 --437.43,398.86 --437.39,398.75 --437.35,398.63 --437.31,398.52 --437.27,398.4 --437.23,398.29 --437.19,398.17 --437.15,398.06 --437.11,397.94 --437.07,397.83 --437.03,397.71 --436.99,397.6 --436.95,397.48 --436.91,397.37 --436.87,397.26 --436.83,397.14 --436.79,397.03 --436.75,396.91 --436.71,396.8 --436.67,396.68 --436.63,396.57 --436.59,396.46 --436.54,396.34 --436.5,396.23 --436.46,396.12 --436.42,396 --436.38,395.89 --436.34,395.78 --436.29,395.66 --436.25,395.55 --436.21,395.44 --436.17,395.32 --436.13,395.21 --436.08,395.1 --436.04,394.99 --436,394.87 --435.96,394.76 --435.91,394.65 --435.87,394.53 --435.83,394.42 --435.78,394.31 --435.74,394.2 --435.7,394.08 --435.65,393.97 --435.61,393.86 --435.57,393.75 --435.52,393.64 --435.48,393.52 --435.44,393.41 --435.39,393.3 --435.35,393.19 --435.3,393.08 --435.26,392.96 --435.21,392.85 --435.17,392.74 --435.12,392.63 --435.08,392.52 --435.03,392.41 --434.99,392.29 --434.94,392.18 --434.9,392.07 --434.85,391.96 --434.8,391.85 --434.76,391.74 --434.71,391.63 --434.67,391.51 --434.62,391.4 --434.57,391.29 --434.53,391.18 --434.48,391.07 --434.43,390.96 --434.39,390.85 --434.34,390.74 --434.29,390.63 --434.24,390.51 --434.2,390.4 --434.15,390.29 --434.1,390.18 --434.05,390.07 --434,389.96 --433.96,389.85 --433.91,389.74 --433.86,389.63 --433.81,389.52 --433.76,389.41 --433.71,389.29 --433.66,389.18 --433.61,389.07 --433.56,388.96 --433.51,388.85 --433.46,388.74 --433.41,388.63 --433.36,388.52 --433.31,388.41 --433.26,388.3 --433.21,388.19 --433.16,388.08 --433.11,387.97 --433.41,387.72 --433.36,387.61 --433.31,387.5 --433.26,387.39 --433.21,387.28 --433.16,387.17 --433.11,387.05 --433.06,386.94 --433.01,386.83 --432.96,386.72 --432.91,386.61 --432.85,386.5 --432.8,386.39 --432.75,386.28 --432.7,386.17 --432.65,386.06 --432.6,385.95 --432.55,385.84 --432.5,385.73 --432.44,385.62 --432.39,385.51 --432.34,385.4 --432.29,385.28 --432.24,385.17 --432.19,385.06 --432.13,384.95 --432.08,384.84 --432.03,384.73 --431.98,384.62 --431.92,384.51 --431.87,384.4 --431.82,384.29 --431.77,384.18 --431.71,384.06 --431.66,383.95 --431.61,383.84 --431.56,383.73 --431.5,383.62 --431.45,383.51 --431.4,383.4 --431.34,383.29 --431.29,383.18 --431.24,383.07 --431.18,382.95 --431.13,382.84 --431.08,382.73 --431.02,382.62 --430.97,382.51 --430.92,382.4 --430.86,382.29 --430.81,382.18 --430.76,382.07 --430.7,381.96 --430.65,381.85 --430.59,381.74 --430.54,381.63 --430.49,381.52 --430.43,381.41 --430.38,381.3 --430.32,381.19 --430.27,381.08 --430.21,380.97 --430.16,380.86 --430.1,380.74 --430.05,380.63 --429.99,380.52 --429.94,380.41 --429.88,380.3 --429.83,380.19 --429.77,380.08 --429.72,379.97 --429.66,379.86 --429.61,379.75 --429.55,379.64 --429.49,379.54 --429.44,379.43 --429.38,379.32 --429.33,379.21 --429.27,379.1 --429.21,378.99 --429.16,378.88 --429.1,378.77 --429.04,378.66 --428.99,378.55 --428.93,378.44 --428.87,378.33 --428.82,378.22 --428.76,378.11 --428.7,378 --428.65,377.89 --428.59,377.79 --428.53,377.68 --428.47,377.57 --428.41,377.46 --428.36,377.35 --428.3,377.24 --428.24,377.13 --428.18,377.02 --428.12,376.92 --428.06,376.81 --428.34,376.59 --428.28,376.49 --428.22,376.38 --428.17,376.27 --428.11,376.16 --428.05,376.05 --427.99,375.95 --427.93,375.84 --427.87,375.73 --427.81,375.62 --427.75,375.52 --427.69,375.41 --427.64,375.3 --427.58,375.2 --427.52,375.09 --427.46,374.98 --427.4,374.88 --427.34,374.77 --427.28,374.66 --427.22,374.56 --427.16,374.45 --427.1,374.34 --427.04,374.24 --426.98,374.13 --426.92,374.03 --426.86,373.92 --426.79,373.81 --426.73,373.71 --426.67,373.6 --426.61,373.5 --426.55,373.39 --426.49,373.29 --426.43,373.18 --426.37,373.07 --426.31,372.97 --426.24,372.86 --426.18,372.76 --426.12,372.65 --426.06,372.55 --426,372.44 --425.94,372.34 --425.87,372.23 --425.81,372.13 --425.75,372.02 --425.69,371.92 --425.63,371.81 --425.56,371.71 --425.5,371.6 --425.44,371.5 --425.38,371.39 --425.31,371.29 --425.25,371.18 --425.19,371.08 --425.13,370.98 --425.06,370.87 --425,370.77 --424.94,370.66 --424.88,370.56 --424.81,370.46 --424.75,370.35 --424.69,370.25 --424.62,370.15 --424.56,370.04 --424.5,369.94 --424.44,369.84 --424.37,369.74 --424.31,369.63 --424.25,369.53 --424.18,369.43 --424.12,369.33 --424.06,369.23 --423.99,369.12 --423.93,369.02 --423.87,368.92 --423.8,368.82 --423.74,368.72 --423.67,368.62 --423.61,368.52 --423.55,368.42 --423.48,368.32 --423.42,368.22 --423.36,368.12 --423.29,368.01 --423.23,367.91 --423.16,367.81 --423.1,367.71 --423.04,367.61 --422.97,367.52 --422.91,367.42 --422.84,367.32 --422.78,367.22 --422.72,367.12 --422.65,367.02 --422.59,366.92 --422.52,366.82 --422.46,366.72 --422.39,366.62 --422.33,366.52 --422.27,366.43 --422.2,366.33 --422.41,366.1 --422.34,366 --422.28,365.9 --422.21,365.8 --422.15,365.7 --422.09,365.61 --422.02,365.51 --421.96,365.41 --421.89,365.31 --421.83,365.21 --421.76,365.12 --421.7,365.02 --421.64,364.92 --421.57,364.82 --421.51,364.73 --421.44,364.63 --421.38,364.53 --421.31,364.44 --421.25,364.34 --421.19,364.24 --421.12,364.15 --421.06,364.05 --420.99,363.95 --420.93,363.85 --420.86,363.76 --420.8,363.66 --420.73,363.57 --420.67,363.47 --420.61,363.37 --420.54,363.28 --420.48,363.18 --420.41,363.08 --420.35,362.99 --420.28,362.89 --420.22,362.79 --420.15,362.7 --420.09,362.6 --420.02,362.51 --419.96,362.41 --419.89,362.31 --419.83,362.22 --419.76,362.12 --419.7,362.03 --419.63,361.93 --419.57,361.83 --419.5,361.74 --419.44,361.64 --419.37,361.55 --419.31,361.45 --419.24,361.35 --419.18,361.26 --419.11,361.16 --419.04,361.07 --418.98,360.97 --418.91,360.88 --418.85,360.78 --418.78,360.69 --418.72,360.59 --418.65,360.5 --418.58,360.4 --418.52,360.31 --418.45,360.21 --418.39,360.12 --418.32,360.02 --418.25,359.93 --418.19,359.83 --418.12,359.74 --418.06,359.64 --417.99,359.55 --417.92,359.45 --417.86,359.36 --417.79,359.27 --417.72,359.17 --417.66,359.08 --417.59,358.98 --417.52,358.89 --417.46,358.8 --417.39,358.7 --417.32,358.61 --417.25,358.51 --417.19,358.42 --417.12,358.33 --417.05,358.23 --416.98,358.14 --416.92,358.04 --416.85,357.95 --416.78,357.86 --416.71,357.76 --416.64,357.67 --416.57,357.57 --416.51,357.48 --416.44,357.39 --416.37,357.29 --416.3,357.2 --416.23,357.1 --416.16,357.01 --416.09,356.92 --416.02,356.82 --415.95,356.73 --415.88,356.63 --416.06,356.41 --415.99,356.31 --415.92,356.22 --415.85,356.12 --415.78,356.03 --415.71,355.94 --415.64,355.84 --415.57,355.75 --415.5,355.65 --415.43,355.56 --415.36,355.46 --415.29,355.37 --415.22,355.27 --415.15,355.18 --415.08,355.09 --415.01,354.99 --414.94,354.9 --414.87,354.8 --414.8,354.71 --414.73,354.61 --414.66,354.52 --414.59,354.42 --414.52,354.33 --414.45,354.23 --414.38,354.14 --414.3,354.05 --414.23,353.95 --414.16,353.86 --414.09,353.76 --414.02,353.67 --413.95,353.57 --413.88,353.48 --413.81,353.38 --413.74,353.29 --413.67,353.19 --413.59,353.1 --413.52,353 --413.45,352.9 --413.38,352.81 --413.31,352.71 --413.24,352.62 --413.16,352.52 --413.09,352.43 --413.02,352.33 --412.95,352.24 --412.88,352.14 --412.8,352.05 --412.73,351.95 --412.66,351.86 --412.59,351.76 --412.52,351.66 --412.44,351.57 --412.37,351.47 --412.3,351.38 --412.23,351.28 --412.15,351.19 --412.08,351.09 --412.01,350.99 --411.94,350.9 --411.86,350.8 --411.79,350.71 --411.72,350.61 --411.64,350.52 --411.57,350.42 --411.5,350.32 --411.42,350.23 --411.35,350.13 --411.27,350.04 --411.2,349.94 --411.13,349.84 --411.05,349.75 --410.98,349.65 --410.9,349.56 --410.83,349.46 --410.76,349.36 --410.68,349.27 --410.61,349.17 --410.53,349.08 --410.46,348.98 --410.38,348.88 --410.31,348.79 --410.23,348.69 --410.16,348.6 --410.08,348.5 --410.01,348.4 --409.93,348.31 --409.86,348.21 --409.78,348.12 --409.71,348.02 --409.63,347.92 --409.56,347.83 --409.48,347.73 --409.41,347.63 --409.33,347.54 --409.25,347.44 --409.18,347.35 --409.1,347.25 --409.02,347.15 --408.95,347.06 --408.87,346.96 --409.02,346.76 --408.94,346.66 --408.86,346.56 --408.79,346.47 --408.71,346.37 --408.63,346.27 --408.56,346.18 --408.48,346.08 --408.4,345.98 --408.33,345.89 --408.25,345.79 --408.17,345.69 --408.1,345.6 --408.02,345.5 --407.94,345.4 --407.86,345.3 --407.79,345.21 --407.71,345.11 --407.63,345.01 --407.55,344.91 --407.48,344.82 --407.4,344.72 --407.32,344.62 --407.24,344.53 --407.16,344.43 --407.09,344.33 --407.01,344.23 --406.93,344.14 --406.85,344.04 --406.77,343.94 --406.7,343.84 --406.62,343.75 --406.54,343.65 --406.46,343.55 --406.38,343.45 --406.3,343.36 --406.23,343.26 --406.15,343.16 --406.07,343.07 --405.99,342.97 --405.91,342.87 --405.83,342.77 --405.75,342.68 --405.67,342.58 --405.59,342.48 --405.51,342.38 --405.44,342.29 --405.36,342.19 --405.28,342.09 --405.2,341.99 --405.12,341.9 --405.04,341.8 --404.96,341.7 --404.88,341.6 --404.8,341.51 --404.72,341.41 --404.64,341.31 --404.56,341.21 --404.48,341.12 --404.4,341.02 --404.31,340.92 --404.23,340.82 --404.15,340.73 --404.07,340.63 --403.99,340.53 --403.91,340.43 --403.83,340.33 --403.75,340.24 --403.67,340.14 --403.59,340.04 --403.51,339.95 --403.43,339.85 --403.35,339.75 --403.26,339.65 --403.18,339.56 --403.1,339.46 --403.02,339.36 --402.94,339.27 --402.86,339.17 --402.78,339.07 --402.7,338.98 --402.62,338.88 --402.53,338.78 --402.45,338.68 --402.37,338.59 --402.29,338.49 --402.21,338.39 --402.13,338.3 --402.05,338.2 --401.97,338.1 --401.88,338.01 --401.8,337.91 --401.72,337.81 --401.64,337.72 --401.56,337.62 --401.48,337.52 --401.4,337.43 --401.31,337.33 --401.23,337.23 --401.15,337.13 --401.26,336.93 --401.18,336.84 --401.1,336.74 --401.02,336.64 --400.93,336.55 --400.85,336.45 --400.77,336.35 --400.69,336.25 --400.61,336.16 --400.53,336.06 --400.45,335.96 --400.37,335.86 --400.28,335.77 --400.2,335.67 --400.12,335.57 --400.04,335.48 --399.96,335.38 --399.88,335.28 --399.8,335.19 --399.72,335.09 --399.63,334.99 --399.55,334.89 --399.47,334.8 --399.39,334.7 --399.31,334.6 --399.23,334.51 --399.15,334.41 --399.07,334.31 --398.98,334.22 --398.9,334.12 --398.82,334.02 --398.74,333.93 --398.66,333.83 --398.58,333.73 --398.5,333.64 --398.42,333.54 --398.33,333.44 --398.25,333.35 --398.17,333.25 --398.09,333.15 --398.01,333.06 --397.93,332.96 --397.85,332.86 --397.77,332.77 --397.69,332.67 --397.6,332.57 --397.52,332.48 --397.44,332.38 --397.36,332.29 --397.28,332.19 --397.2,332.09 --397.12,332 --397.04,331.9 --396.95,331.8 --396.87,331.71 --396.79,331.61 --396.71,331.51 --396.63,331.42 --396.55,331.32 --396.47,331.23 --396.38,331.13 --396.3,331.03 --396.22,330.94 --396.14,330.84 --396.06,330.75 --395.98,330.65 --395.9,330.55 --395.82,330.46 --395.73,330.36 --395.65,330.27 --395.57,330.17 --395.49,330.07 --395.41,329.98 --395.33,329.88 --395.25,329.79 --395.16,329.69 --395.08,329.6 --395,329.5 --394.92,329.41 --394.84,329.31 --394.76,329.21 --394.68,329.12 --394.59,329.02 --394.51,328.93 --394.43,328.83 --394.35,328.74 --394.27,328.64 --394.18,328.55 --394.1,328.45 --394.02,328.36 --393.94,328.26 --393.86,328.17 --393.77,328.07 --393.69,327.98 --393.61,327.88 --393.53,327.79 --393.45,327.69 --393.36,327.6 --393.28,327.51 --393.2,327.41 --393.26,327.16 --393.18,327.07 --393.1,326.97 --393.01,326.88 --392.93,326.78 --392.85,326.69 --392.77,326.59 --392.68,326.5 --392.6,326.41 --392.52,326.31 --392.44,326.22 --392.35,326.12 --392.27,326.03 --392.19,325.93 --392.11,325.84 --392.02,325.75 --391.94,325.65 --391.86,325.56 --391.77,325.46 --391.69,325.37 --391.61,325.28 --391.53,325.18 --391.44,325.09 --391.36,325 --391.28,324.9 --391.19,324.81 --391.11,324.72 --391.03,324.62 --390.94,324.53 --390.86,324.44 --390.78,324.34 --390.69,324.25 --390.61,324.16 --390.53,324.07 --390.44,323.97 --390.36,323.88 --390.28,323.79 --390.19,323.7 --390.11,323.6 --390.02,323.51 --389.94,323.42 --389.86,323.33 --389.77,323.23 --389.69,323.14 --389.6,323.05 --389.52,322.96 --389.44,322.87 --389.35,322.77 --389.27,322.68 --389.18,322.59 --389.1,322.5 --389.01,322.41 --388.93,322.32 --388.84,322.22 --388.76,322.13 --388.67,322.04 --388.59,321.95 --388.5,321.86 --388.42,321.77 --388.34,321.68 --388.25,321.59 --388.17,321.5 --388.08,321.41 --388,321.32 --387.91,321.23 --387.83,321.14 --387.74,321.05 --387.65,320.96 --387.57,320.87 --387.48,320.78 --387.4,320.69 --387.31,320.6 --387.23,320.51 --387.14,320.42 --387.06,320.33 --386.97,320.24 --386.88,320.15 --386.8,320.06 --386.71,319.97 --386.63,319.88 --386.54,319.79 --386.45,319.7 --386.37,319.61 --386.28,319.53 --386.2,319.44 --386.11,319.35 --386.02,319.26 --385.94,319.17 --385.85,319.08 --385.76,318.99 --385.68,318.9 --385.59,318.81 --385.5,318.73 --385.42,318.64 --385.33,318.55 --385.24,318.46 --385.16,318.37 --385.07,318.28 --384.98,318.2 --384.9,318.11 --384.95,317.76 --384.86,317.68 --384.78,317.59 --384.69,317.5 --384.6,317.41 --384.51,317.32 --384.43,317.24 --384.34,317.15 --384.25,317.06 --384.17,316.97 --384.08,316.88 --383.99,316.8 --383.9,316.71 --383.81,316.62 --383.73,316.53 --383.64,316.45 --383.55,316.36 --383.46,316.27 --383.38,316.19 --383.29,316.1 --383.2,316.01 --383.11,315.93 --383.02,315.84 --382.94,315.75 --382.85,315.67 --382.76,315.58 --382.67,315.49 --382.58,315.41 --382.49,315.32 --382.41,315.23 --382.32,315.15 --382.23,315.06 --382.14,314.98 --382.05,314.89 --381.96,314.8 --381.87,314.72 --381.79,314.63 --381.7,314.54 --381.61,314.46 --381.52,314.37 --381.43,314.28 --381.34,314.2 --381.25,314.11 --381.17,314.03 --381.08,313.94 --380.99,313.85 --380.9,313.77 --380.81,313.68 --380.72,313.6 --380.63,313.51 --380.54,313.43 --380.45,313.34 --380.36,313.25 --380.28,313.17 --380.19,313.08 --380.1,313 --380.01,312.91 --379.92,312.83 --379.83,312.74 --379.74,312.66 --379.65,312.57 --379.56,312.49 --379.47,312.4 --379.38,312.32 --379.29,312.23 --379.2,312.15 --379.12,312.07 --379.03,311.98 --378.94,311.9 --378.85,311.81 --378.76,311.73 --378.67,311.64 --378.58,311.56 --378.49,311.47 --378.4,311.39 --378.31,311.31 --378.22,311.22 --378.13,311.14 --378.04,311.05 --377.95,310.97 --377.86,310.89 --377.76,310.8 --377.67,310.72 --377.58,310.64 --377.49,310.55 --377.4,310.47 --377.31,310.39 --377.22,310.3 --377.13,310.22 --377.04,310.14 --376.95,310.05 --376.86,309.97 --376.76,309.89 --376.67,309.81 --376.58,309.72 --376.49,309.64 --376.4,309.56 --376.31,309.48 --376.22,309.39 --376.13,309.31 --376.16,308.91 --376.07,308.83 --375.98,308.75 --375.89,308.67 --375.8,308.58 --375.7,308.5 --375.61,308.42 --375.52,308.34 --375.43,308.25 --375.34,308.17 --375.24,308.09 --375.15,308.01 --375.06,307.92 --374.97,307.84 --374.87,307.76 --374.78,307.68 --374.69,307.6 --374.6,307.51 --374.5,307.43 --374.41,307.35 --374.32,307.27 --374.22,307.19 --374.13,307.11 --374.04,307.03 --373.95,306.94 --373.85,306.86 --373.76,306.78 --373.67,306.7 --373.57,306.62 --373.48,306.54 --373.39,306.46 --373.29,306.38 --373.2,306.3 --373.11,306.22 --373.01,306.14 --372.92,306.06 --372.82,305.98 --372.73,305.9 --372.64,305.82 --372.54,305.74 --372.45,305.66 --372.36,305.58 --372.26,305.5 --372.17,305.42 --372.07,305.34 --371.98,305.26 --371.88,305.18 --371.79,305.1 --371.7,305.02 --371.6,304.94 --371.51,304.86 --371.41,304.78 --371.32,304.71 --371.22,304.63 --371.13,304.55 --371.03,304.47 --370.94,304.39 --370.84,304.31 --370.75,304.23 --370.65,304.15 --370.56,304.08 --370.46,304 --370.37,303.92 --370.27,303.84 --370.18,303.76 --370.08,303.69 --369.98,303.61 --369.89,303.53 --369.79,303.45 --369.7,303.37 --369.6,303.3 --369.5,303.22 --369.41,303.14 --369.31,303.06 --369.21,302.99 --369.12,302.91 --369.02,302.83 --368.92,302.76 --368.83,302.68 --368.73,302.6 --368.63,302.53 --368.54,302.45 --368.44,302.37 --368.34,302.3 --368.25,302.22 --368.15,302.15 --368.05,302.07 --367.95,301.99 --367.86,301.92 --367.76,301.84 --367.66,301.77 --367.56,301.69 --367.46,301.62 --367.37,301.54 --367.27,301.47 --367.17,301.39 --367.07,301.32 --366.97,301.25 --366.88,301.17 --366.78,301.1 --366.8,300.64 --366.7,300.57 --366.6,300.49 --366.5,300.42 --366.4,300.34 --366.31,300.27 --366.21,300.19 --366.11,300.12 --366.01,300.05 --365.91,299.97 --365.81,299.9 --365.71,299.82 --365.61,299.75 --365.51,299.68 --365.41,299.6 --365.31,299.53 --365.21,299.46 --365.11,299.38 --365.01,299.31 --364.91,299.24 --364.81,299.17 --364.71,299.09 --364.61,299.02 --364.51,298.95 --364.41,298.88 --364.31,298.8 --364.21,298.73 --364.11,298.66 --364.01,298.59 --363.91,298.52 --363.81,298.44 --363.71,298.37 --363.61,298.3 --363.51,298.23 --363.4,298.16 --363.3,298.09 --363.2,298.02 --363.1,297.95 --363,297.88 --362.9,297.81 --362.8,297.74 --362.69,297.67 --362.59,297.59 --362.49,297.52 --362.39,297.46 --362.29,297.39 --362.18,297.32 --362.08,297.25 --361.98,297.18 --361.88,297.11 --361.78,297.04 --361.67,296.97 --361.57,296.9 --361.47,296.83 --361.36,296.76 --361.26,296.69 --361.16,296.62 --361.06,296.55 --360.95,296.49 --360.85,296.42 --360.75,296.35 --360.64,296.28 --360.54,296.21 --360.44,296.14 --360.33,296.08 --360.23,296.01 --360.13,295.94 --360.02,295.87 --359.92,295.81 --359.81,295.74 --359.71,295.67 --359.61,295.6 --359.5,295.54 --359.4,295.47 --359.3,295.4 --359.19,295.34 --359.09,295.27 --358.98,295.2 --358.88,295.14 --358.78,295.07 --358.67,295 --358.57,294.94 --358.46,294.87 --358.36,294.8 --358.25,294.74 --358.15,294.67 --358.05,294.61 --357.94,294.54 --357.84,294.48 --357.73,294.41 --357.63,294.34 --357.52,294.28 --357.42,294.21 --357.31,294.15 --357.21,294.08 --357.1,294.02 --357,293.95 --356.89,293.89 --356.78,293.82 --356.68,293.76 --356.71,293.28 --356.6,293.21 --356.49,293.15 --356.39,293.08 --356.28,293.02 --356.18,292.95 --356.07,292.89 --355.97,292.82 --355.86,292.76 --355.76,292.69 --355.65,292.63 --355.55,292.56 --355.44,292.5 --355.34,292.43 --355.23,292.37 --355.12,292.31 --355.02,292.24 --354.91,292.18 --354.81,292.11 --354.7,292.05 --354.6,291.99 --354.49,291.92 --354.39,291.86 --354.28,291.79 --354.18,291.73 --354.07,291.67 --353.96,291.6 --353.86,291.54 --353.75,291.47 --353.65,291.41 --353.54,291.35 --353.44,291.28 --353.33,291.22 --353.22,291.16 --353.12,291.09 --353.01,291.03 --352.91,290.97 --352.8,290.9 --352.69,290.84 --352.59,290.78 --352.48,290.71 --352.38,290.65 --352.27,290.59 --352.17,290.52 --352.06,290.46 --351.95,290.4 --351.85,290.33 --351.74,290.27 --351.64,290.21 --351.53,290.14 --351.43,290.08 --351.32,290.02 --351.21,289.96 --351.11,289.89 --351,289.83 --350.9,289.77 --350.79,289.71 --350.69,289.64 --350.58,289.58 --350.48,289.52 --350.37,289.46 --350.27,289.39 --350.16,289.33 --350.06,289.27 --349.95,289.21 --349.85,289.15 --349.74,289.08 --349.64,289.02 --349.53,288.96 --349.43,288.9 --349.32,288.84 --349.22,288.78 --349.11,288.72 --349.01,288.65 --348.9,288.59 --348.8,288.53 --348.7,288.47 --348.59,288.41 --348.49,288.35 --348.38,288.29 --348.28,288.22 --348.17,288.16 --348.07,288.1 --347.97,288.04 --347.86,287.98 --347.76,287.92 --347.65,287.86 --347.55,287.8 --347.45,287.74 --347.34,287.67 --347.24,287.61 --347.14,287.55 --347.03,287.49 --346.93,287.43 --346.83,287.37 --346.72,287.31 --346.62,287.25 --346.52,287.19 --346.41,287.13 --346.31,287.07 --346.32,286.56 --346.21,286.5 --346.11,286.44 --346.01,286.38 --345.91,286.32 --345.8,286.26 --345.7,286.2 --345.6,286.13 --345.5,286.07 --345.39,286.01 --345.29,285.95 --345.19,285.89 --345.09,285.83 --344.99,285.77 --344.88,285.71 --344.78,285.65 --344.68,285.59 --344.58,285.53 --344.47,285.47 --344.37,285.41 --344.27,285.35 --344.17,285.29 --344.07,285.23 --343.96,285.17 --343.86,285.11 --343.76,285.05 --343.66,284.99 --343.55,284.93 --343.45,284.87 --343.35,284.81 --343.24,284.75 --343.14,284.69 --343.04,284.63 --342.94,284.57 --342.83,284.51 --342.73,284.46 --342.63,284.4 --342.52,284.34 --342.42,284.28 --342.32,284.22 --342.21,284.16 --342.11,284.1 --342.01,284.04 --341.9,283.98 --341.8,283.92 --341.69,283.86 --341.59,283.8 --341.49,283.74 --341.38,283.68 --341.28,283.62 --341.17,283.56 --341.07,283.5 --340.97,283.45 --340.86,283.39 --340.76,283.33 --340.65,283.27 --340.55,283.21 --340.44,283.15 --340.34,283.09 --340.24,283.03 --340.13,282.97 --340.03,282.91 --339.92,282.85 --339.82,282.79 --339.71,282.73 --339.61,282.67 --339.5,282.61 --339.4,282.56 --339.29,282.5 --339.19,282.44 --339.08,282.38 --338.98,282.32 --338.87,282.26 --338.77,282.2 --338.66,282.14 --338.56,282.08 --338.45,282.02 --338.34,281.96 --338.24,281.91 --338.13,281.85 --338.03,281.79 --337.92,281.73 --337.82,281.67 --337.71,281.61 --337.6,281.55 --337.5,281.49 --337.39,281.43 --337.29,281.38 --337.18,281.32 --337.07,281.26 --336.97,281.2 --336.86,281.14 --336.76,281.08 --336.65,281.02 --336.54,280.96 --336.44,280.9 --336.33,280.84 --336.23,280.78 --336.12,280.72 --336.01,280.67 --336,280.15 --335.9,280.09 --335.79,280.03 --335.69,279.97 --335.58,279.91 --335.47,279.85 --335.37,279.79 --335.26,279.73 --335.15,279.67 --335.05,279.61 --334.94,279.55 --334.83,279.49 --334.73,279.43 --334.62,279.37 --334.51,279.3 --334.41,279.24 --334.3,279.18 --334.2,279.12 --334.09,279.06 --333.98,279 --333.88,278.94 --333.77,278.88 --333.67,278.82 --333.56,278.76 --333.45,278.7 --333.35,278.64 --333.24,278.58 --333.13,278.52 --333.03,278.46 --332.92,278.4 --332.82,278.34 --332.71,278.28 --332.6,278.22 --332.5,278.16 --332.39,278.1 --332.29,278.04 --332.18,277.98 --332.07,277.92 --331.97,277.86 --331.86,277.8 --331.75,277.74 --331.65,277.68 --331.54,277.62 --331.43,277.56 --331.33,277.5 --331.22,277.44 --331.11,277.38 --331.01,277.32 --330.9,277.26 --330.79,277.2 --330.69,277.14 --330.58,277.08 --330.47,277.02 --330.37,276.96 --330.26,276.9 --330.15,276.84 --330.05,276.78 --329.94,276.72 --329.84,276.66 --329.73,276.6 --329.62,276.54 --329.52,276.48 --329.41,276.42 --329.3,276.37 --329.2,276.31 --329.09,276.25 --328.99,276.19 --328.88,276.13 --328.77,276.07 --328.67,276.01 --328.56,275.95 --328.45,275.89 --328.35,275.83 --328.24,275.77 --328.13,275.71 --328.03,275.65 --327.92,275.59 --327.82,275.53 --327.71,275.48 --327.6,275.42 --327.5,275.36 --327.39,275.3 --327.28,275.24 --327.18,275.18 --327.07,275.12 --326.96,275.06 --326.86,275 --326.75,274.94 --326.64,274.88 --326.54,274.82 --326.43,274.76 --326.33,274.7 --326.22,274.64 --326.11,274.58 --326.01,274.52 --325.9,274.47 --325.79,274.41 --325.69,274.35 --325.58,274.29 --325.47,274.23 --325.45,273.71 --325.34,273.65 --325.23,273.59 --325.13,273.53 --325.02,273.47 --324.91,273.41 --324.81,273.35 --324.7,273.29 --324.6,273.23 --324.49,273.17 --324.38,273.11 --324.28,273.05 --324.17,272.99 --324.07,272.93 --323.96,272.87 --323.85,272.81 --323.75,272.75 --323.64,272.69 --323.53,272.63 --323.43,272.57 --323.32,272.51 --323.22,272.45 --323.11,272.4 --323,272.34 --322.9,272.28 --322.79,272.22 --322.68,272.16 --322.58,272.1 --322.47,272.04 --322.37,271.98 --322.26,271.92 --322.15,271.86 --322.05,271.8 --321.94,271.74 --321.83,271.68 --321.73,271.63 --321.62,271.57 --321.51,271.51 --321.41,271.45 --321.3,271.39 --321.19,271.33 --321.09,271.27 --320.98,271.21 --320.87,271.15 --320.77,271.09 --320.66,271.04 --320.55,270.98 --320.45,270.92 --320.34,270.86 --320.23,270.8 --320.13,270.74 --320.02,270.68 --319.91,270.62 --319.8,270.57 --319.7,270.51 --319.59,270.45 --319.48,270.39 --319.38,270.33 --319.27,270.27 --319.16,270.21 --319.05,270.16 --318.95,270.1 --318.84,270.04 --318.73,269.98 --318.63,269.92 --318.52,269.86 --318.41,269.8 --318.3,269.75 --318.2,269.69 --318.09,269.63 --317.98,269.57 --317.87,269.51 --317.77,269.45 --317.66,269.4 --317.55,269.34 --317.44,269.28 --317.33,269.22 --317.23,269.16 --317.12,269.1 --317.01,269.05 --316.9,268.99 --316.8,268.93 --316.69,268.87 --316.58,268.81 --316.47,268.75 --316.36,268.7 --316.26,268.64 --316.15,268.58 --316.04,268.52 --315.93,268.46 --315.82,268.4 --315.72,268.35 --315.61,268.29 --315.5,268.23 --315.39,268.17 --315.28,268.11 --315.18,268.06 --315.07,268 --314.96,267.94 --314.85,267.88 --314.8,267.33 --314.69,267.27 --314.58,267.21 --314.47,267.16 --314.36,267.1 --314.26,267.04 --314.15,266.98 --314.04,266.92 --313.93,266.86 --313.82,266.8 --313.72,266.74 --313.61,266.69 --313.5,266.63 --313.39,266.57 --313.28,266.51 --313.17,266.45 --313.07,266.39 --312.96,266.34 --312.85,266.28 --312.74,266.22 --312.63,266.16 --312.53,266.1 --312.42,266.04 --312.31,265.99 --312.2,265.93 --312.09,265.87 --311.99,265.81 --311.88,265.75 --311.77,265.7 --311.66,265.64 --311.56,265.58 --311.45,265.52 --311.34,265.46 --311.23,265.41 --311.12,265.35 --311.02,265.29 --310.91,265.23 --310.8,265.18 --310.69,265.12 --310.59,265.06 --310.48,265 --310.37,264.95 --310.26,264.89 --310.16,264.83 --310.05,264.77 --309.94,264.72 --309.83,264.66 --309.73,264.6 --309.62,264.54 --309.51,264.49 --309.4,264.43 --309.3,264.37 --309.19,264.32 --309.08,264.26 --308.97,264.2 --308.87,264.15 --308.76,264.09 --308.65,264.03 --308.54,263.98 --308.44,263.92 --308.33,263.86 --308.22,263.81 --308.12,263.75 --308.01,263.69 --307.9,263.64 --307.79,263.58 --307.69,263.52 --307.58,263.47 --307.47,263.41 --307.37,263.36 --307.26,263.3 --307.15,263.25 --307.05,263.19 --306.94,263.13 --306.83,263.08 --306.73,263.02 --306.62,262.97 --306.51,262.91 --306.41,262.86 --306.3,262.8 --306.19,262.74 --306.09,262.69 --305.98,262.63 --305.88,262.58 --305.77,262.52 --305.66,262.47 --305.56,262.41 --305.45,262.36 --305.34,262.3 --305.24,262.25 --305.13,262.19 --305.03,262.14 --304.92,262.08 --304.81,262.03 --304.71,261.97 --304.6,261.92 --304.5,261.86 --304.39,261.81 --304.28,261.75 --304.18,261.7 --304.03,261.14 --303.92,261.08 --303.82,261.02 --303.71,260.97 --303.6,260.91 --303.5,260.86 --303.39,260.8 --303.29,260.75 --303.18,260.69 --303.07,260.64 --302.97,260.58 --302.86,260.53 --302.76,260.47 --302.65,260.41 --302.54,260.36 --302.44,260.3 --302.33,260.25 --302.23,260.19 --302.12,260.14 --302.02,260.08 --301.91,260.03 --301.81,259.97 --301.7,259.92 --301.6,259.86 --301.49,259.81 --301.39,259.75 --301.28,259.7 --301.18,259.64 --301.07,259.59 --300.97,259.54 --300.86,259.48 --300.76,259.43 --300.65,259.37 --300.55,259.32 --300.44,259.26 --300.34,259.21 --300.23,259.15 --300.13,259.1 --300.02,259.04 --299.92,258.99 --299.81,258.94 --299.71,258.88 --299.6,258.83 --299.5,258.77 --299.39,258.72 --299.29,258.66 --299.18,258.61 --299.08,258.56 --298.98,258.5 --298.87,258.45 --298.77,258.39 --298.66,258.34 --298.56,258.29 --298.45,258.23 --298.35,258.18 --298.25,258.12 --298.14,258.07 --298.04,258.02 --297.93,257.96 --297.83,257.91 --297.73,257.85 --297.62,257.8 --297.52,257.75 --297.42,257.69 --297.31,257.64 --297.21,257.59 --297.1,257.53 --297,257.48 --296.9,257.43 --296.79,257.37 --296.69,257.32 --296.59,257.27 --296.48,257.21 --296.38,257.16 --296.28,257.11 --296.17,257.05 --296.07,257 --295.96,256.95 --295.86,256.89 --295.76,256.84 --295.65,256.79 --295.55,256.73 --295.45,256.68 --295.35,256.63 --295.24,256.57 --295.14,256.52 --295.04,256.47 --294.93,256.42 --294.83,256.36 --294.73,256.31 --294.63,256.26 --294.52,256.21 --294.42,256.15 --294.32,256.1 --294.22,256.05 --294.12,256 --294.01,255.94 --293.91,255.89 --293.81,255.84 --293.71,255.79 --293.61,255.24 --293.51,255.19 --293.41,255.14 --293.31,255.08 --293.21,255.03 --293.1,254.98 --293,254.93 --292.9,254.87 --292.8,254.82 --292.7,254.77 --292.6,254.72 --292.5,254.66 --292.39,254.61 --292.29,254.56 --292.19,254.51 --292.09,254.46 --291.99,254.4 --291.89,254.35 --291.79,254.3 --291.69,254.25 --291.59,254.2 --291.49,254.15 --291.38,254.09 --291.28,254.04 --291.18,253.99 --291.08,253.94 --290.98,253.89 --290.88,253.84 --290.78,253.79 --290.68,253.73 --290.58,253.68 --290.48,253.63 --290.38,253.58 --290.28,253.53 --290.18,253.48 --290.08,253.43 --289.98,253.38 --289.88,253.33 --289.78,253.28 --289.68,253.23 --289.58,253.18 --289.48,253.13 --289.38,253.08 --289.28,253.03 --289.18,252.98 --289.08,252.93 --288.98,252.88 --288.88,252.82 --288.78,252.77 --288.68,252.72 --288.58,252.67 --288.48,252.62 --288.38,252.57 --288.28,252.52 --288.18,252.47 --288.08,252.42 --287.98,252.37 --287.88,252.32 --287.78,252.27 --287.68,252.22 --287.58,252.17 --287.48,252.12 --287.38,252.07 --287.28,252.02 --287.19,251.97 --287.09,251.92 --286.99,251.87 --286.89,251.82 --286.79,251.77 --286.69,251.72 --286.59,251.67 --286.49,251.62 --286.39,251.57 --286.29,251.52 --286.19,251.47 --286.09,251.42 --285.99,251.37 --285.89,251.32 --285.79,251.27 --285.69,251.22 --285.59,251.17 --285.5,251.12 --285.4,251.07 --285.3,251.02 --285.2,250.97 --285.1,250.92 --285,250.87 --284.9,250.83 --284.8,250.78 --284.7,250.73 --284.6,250.68 --284.5,250.63 --284.4,250.58 --284.3,250.53 --284.2,250.48 --284.1,250.44 --284,250.39 --283.9,250.34 --283.8,250.29 --283.71,250.24 --283.72,249.65 --283.62,249.6 --283.52,249.55 --283.42,249.5 --283.32,249.45 --283.23,249.4 --283.13,249.35 --283.03,249.31 --282.93,249.26 --282.83,249.21 --282.73,249.16 --282.63,249.11 --282.53,249.06 --282.44,249.02 --282.34,248.97 --282.24,248.92 --282.14,248.87 --282.04,248.82 --281.94,248.78 --281.84,248.73 --281.74,248.68 --281.65,248.63 --281.55,248.58 --281.45,248.53 --281.35,248.49 --281.25,248.44 --281.15,248.39 --281.05,248.34 --280.95,248.29 --280.85,248.24 --280.76,248.2 --280.66,248.15 --280.56,248.1 --280.46,248.05 --280.36,248 --280.26,247.96 --280.16,247.91 --280.06,247.86 --279.97,247.81 --279.87,247.76 --279.77,247.72 --279.67,247.67 --279.57,247.62 --279.47,247.57 --279.37,247.53 --279.28,247.48 --279.18,247.43 --279.08,247.38 --278.98,247.34 --278.88,247.29 --278.78,247.24 --278.68,247.2 --278.59,247.15 --278.49,247.1 --278.39,247.05 --278.29,247.01 --278.19,246.96 --278.09,246.91 --278,246.87 --277.9,246.82 --277.8,246.77 --277.7,246.73 --277.6,246.68 --277.51,246.63 --277.41,246.59 --277.31,246.54 --277.21,246.49 --277.11,246.45 --277.02,246.4 --276.92,246.35 --276.82,246.31 --276.72,246.26 --276.62,246.21 --276.53,246.17 --276.43,246.12 --276.33,246.07 --276.23,246.03 --276.13,245.98 --276.04,245.93 --275.94,245.89 --275.84,245.84 --275.74,245.8 --275.64,245.75 --275.55,245.7 --275.45,245.66 --275.35,245.61 --275.25,245.57 --275.16,245.52 --275.06,245.47 --274.96,245.43 --274.86,245.38 --274.77,245.34 --274.67,245.29 --274.57,245.24 --274.47,245.2 --274.37,245.15 --274.28,245.11 --274.18,245.06 --274.08,245.02 --273.99,244.97 --273.88,244.47 --273.78,244.42 --273.68,244.38 --273.59,244.33 --273.49,244.28 --273.39,244.24 --273.29,244.19 --273.2,244.15 --273.1,244.1 --273,244.06 --272.91,244.01 --272.81,243.96 --272.71,243.92 --272.61,243.87 --272.52,243.83 --272.42,243.78 --272.32,243.74 --272.23,243.69 --272.13,243.65 --272.03,243.6 --271.93,243.56 --271.84,243.51 --271.74,243.47 --271.64,243.42 --271.55,243.38 --271.45,243.33 --271.35,243.29 --271.26,243.24 --271.16,243.2 --271.06,243.15 --270.96,243.11 --270.87,243.06 --270.77,243.02 --270.67,242.98 --270.58,242.93 --270.48,242.89 --270.38,242.84 --270.29,242.8 --270.19,242.75 --270.09,242.71 --270,242.66 --269.9,242.62 --269.8,242.58 --269.71,242.53 --269.61,242.49 --269.51,242.44 --269.42,242.4 --269.32,242.36 --269.22,242.31 --269.13,242.27 --269.03,242.23 --268.93,242.18 --268.84,242.14 --268.74,242.09 --268.64,242.05 --268.55,242.01 --268.45,241.96 --268.36,241.92 --268.26,241.88 --268.16,241.83 --268.07,241.79 --267.97,241.75 --267.87,241.7 --267.78,241.66 --267.68,241.62 --267.59,241.57 --267.49,241.53 --267.39,241.49 --267.3,241.44 --267.2,241.4 --267.11,241.36 --267.01,241.32 --266.92,241.27 --266.82,241.23 --266.72,241.19 --266.63,241.15 --266.53,241.1 --266.44,241.06 --266.34,241.02 --266.25,240.98 --266.15,240.93 --266.05,240.89 --265.96,240.85 --265.86,240.81 --265.77,240.76 --265.67,240.72 --265.58,240.68 --265.48,240.64 --265.39,240.59 --265.29,240.55 --265.2,240.51 --265.1,240.47 --265.01,240.42 --264.91,240.38 --264.82,240.34 --264.72,240.3 --264.62,240.26 --264.53,240.21 --264.43,240.17 --264.34,240.13 --264.25,239.59 --264.15,239.54 --264.05,239.5 --263.96,239.46 --263.86,239.41 --263.77,239.37 --263.67,239.33 --263.58,239.29 --263.48,239.24 --263.39,239.2 --263.29,239.16 --263.2,239.12 --263.1,239.08 --263.01,239.03 --262.91,238.99 --262.82,238.95 --262.72,238.91 --262.63,238.87 --262.53,238.82 --262.44,238.78 --262.34,238.74 --262.25,238.7 --262.15,238.66 --262.06,238.62 --261.97,238.58 --261.87,238.53 --261.78,238.49 --261.68,238.45 --261.59,238.41 --261.49,238.37 --261.4,238.33 --261.3,238.29 --261.21,238.25 --261.12,238.2 --261.02,238.16 --260.93,238.12 --260.83,238.08 --260.74,238.04 --260.64,237.99 --260.55,237.95 --260.46,237.91 --260.36,237.87 --260.27,237.83 --260.17,237.79 --260.08,237.74 --259.98,237.7 --259.89,237.66 --259.8,237.62 --259.7,237.58 --259.61,237.54 --259.51,237.5 --259.42,237.46 --259.33,237.42 --259.23,237.38 --259.14,237.34 --259.05,237.29 --258.96,237.25 --258.86,237.21 --258.77,237.17 --258.68,237.13 --258.59,237.09 --258.49,237.05 --258.4,237.01 --258.31,236.97 --258.22,236.93 --258.13,236.89 --258.04,236.85 --257.95,236.81 --257.86,236.77 --257.77,236.73 --257.67,236.69 --257.58,236.65 --257.49,236.61 --257.4,236.57 --257.31,236.53 --257.22,236.49 --257.13,236.45 --257.04,236.41 --256.95,236.37 --256.86,236.33 --256.77,236.3 --256.68,236.26 --256.59,236.22 --256.5,236.18 --256.41,236.14 --256.32,236.1 --256.23,236.06 --256.14,236.02 --256.05,235.98 --255.96,235.94 --255.87,235.9 --255.78,235.86 --255.69,235.82 --255.6,235.78 --255.51,235.74 --255.42,235.7 --255.33,235.67 --255.24,235.63 --255.15,235.59 --255.06,235.55 --254.91,235.04 --254.82,235 --254.73,234.96 --254.64,234.92 --254.55,234.88 --254.47,234.84 --254.38,234.8 --254.29,234.76 --254.2,234.73 --254.11,234.69 --254.03,234.65 --253.94,234.61 --253.85,234.57 --253.77,234.53 --253.68,234.5 --253.59,234.46 --253.51,234.42 --253.42,234.38 --253.33,234.34 --253.25,234.31 --253.16,234.27 --253.08,234.23 --252.99,234.19 --252.91,234.16 --252.82,234.12 --252.74,234.08 --252.65,234.04 --252.57,234.01 --252.48,233.97 --252.4,233.93 --252.31,233.89 --252.23,233.86 --252.15,233.82 --252.06,233.78 --251.98,233.75 --251.9,233.71 --251.81,233.67 --251.73,233.64 --251.65,233.6 --251.57,233.56 --251.48,233.53 --251.4,233.49 --251.32,233.46 --251.24,233.42 --251.16,233.38 --251.08,233.35 --250.99,233.31 --250.91,233.28 --250.83,233.24 --250.75,233.21 --250.67,233.17 --250.59,233.13 --250.51,233.1 --250.43,233.06 --250.35,233.03 --250.27,232.99 --250.19,232.96 --250.11,232.93 --250.04,232.89 --249.96,232.86 --249.88,232.82 --249.8,232.79 --249.72,232.75 --249.65,232.72 --249.57,232.68 --249.49,232.65 --249.41,232.62 --249.34,232.58 --249.26,232.55 --249.18,232.52 --249.11,232.48 --249.03,232.45 --248.95,232.41 --248.88,232.38 --248.8,232.35 --248.73,232.31 --248.65,232.28 --248.58,232.25 --248.5,232.22 --248.43,232.18 --248.35,232.15 --248.28,232.12 --248.2,232.09 --248.13,232.05 --248.05,232.02 --247.98,231.99 --247.91,231.96 --247.83,231.93 --247.76,231.89 --247.69,231.86 --247.61,231.83 --247.54,231.8 --247.47,231.77 --247.4,231.74 --247.32,231.71 --247.25,231.68 --247.18,231.65 --247.11,231.62 --247.04,231.58 --246.96,231.55 --246.84,231.07 --246.77,231.04 --246.7,231.01 --246.63,230.98 --246.56,230.94 --246.49,230.91 --246.42,230.88 --246.35,230.85 --246.28,230.82 --246.21,230.79 --246.14,230.76 --246.07,230.73 --246,230.7 --245.93,230.68 --245.86,230.65 --245.79,230.62 --245.72,230.59 --245.65,230.56 --245.58,230.53 --245.51,230.5 --245.44,230.47 --245.37,230.44 --245.31,230.42 --245.24,230.39 --245.17,230.36 --245.1,230.33 --245.03,230.3 --244.96,230.28 --244.9,230.25 --244.83,230.22 --244.76,230.19 --244.69,230.17 --244.63,230.14 --244.56,230.11 --244.49,230.09 --244.42,230.06 --244.36,230.03 --244.29,230.01 --244.22,229.98 --244.16,229.95 --244.09,229.93 --244.02,229.9 --243.96,229.88 --243.89,229.85 --243.82,229.83 --243.76,229.8 --243.69,229.78 --243.63,229.75 --243.56,229.73 --243.49,229.7 --243.43,229.68 --243.36,229.65 --243.29,229.63 --243.23,229.6 --243.16,229.58 --243.1,229.55 --243.03,229.53 --242.97,229.51 --242.9,229.48 --242.83,229.46 --242.77,229.44 --242.7,229.41 --242.64,229.39 --242.57,229.37 --242.51,229.35 --242.44,229.32 --242.38,229.3 --242.31,229.28 --242.25,229.26 --242.18,229.23 --242.11,229.21 --242.05,229.19 --241.98,229.17 --241.92,229.15 --241.85,229.13 --241.79,229.11 --241.73,229.09 --241.66,229.06 --241.6,229.04 --241.53,229.02 --241.47,229 --241.4,228.98 --241.34,228.96 --241.27,228.94 --241.21,228.92 --241.14,228.9 --241.08,228.88 --241.02,228.87 --240.95,228.85 --240.89,228.83 --240.82,228.81 --240.76,228.79 --240.7,228.77 --240.63,228.75 --240.57,228.74 --240.5,228.72 --240.44,228.7 --240.38,228.68 --240.31,228.67 --240.25,228.65 --240.08,228.13 --240.02,228.12 --239.96,228.1 --239.89,228.08 --239.83,228.06 --239.77,228.05 --239.7,228.03 --239.64,228.02 --239.58,228 --239.52,227.98 --239.45,227.97 --239.39,227.95 --239.33,227.94 --239.26,227.92 --239.2,227.91 --239.14,227.89 --239.08,227.88 --239.01,227.87 --238.95,227.85 --238.89,227.84 --238.83,227.82 --238.77,227.81 --238.7,227.8 --238.64,227.79 --238.58,227.77 --238.52,227.76 --238.46,227.75 --238.4,227.74 --238.33,227.73 --238.27,227.71 --238.21,227.7 --238.15,227.69 --238.09,227.68 --238.03,227.67 --237.97,227.66 --237.9,227.65 --237.84,227.65 --237.78,227.64 --237.72,227.63 --237.66,227.62 --237.6,227.61 --237.54,227.6 --237.48,227.6 --237.42,227.59 --237.36,227.58 --237.3,227.58 --237.24,227.57 --237.18,227.56 --237.12,227.56 --237.06,227.55 --237,227.55 --236.94,227.54 --236.88,227.54 --236.82,227.54 --236.76,227.53 --236.71,227.53 --236.65,227.52 --236.59,227.52 --236.53,227.52 --236.47,227.52 --236.41,227.52 --236.35,227.51 --236.3,227.51 --236.24,227.51 --236.18,227.51 --236.12,227.51 --236.06,227.51 --236.01,227.51 --235.95,227.51 --235.89,227.51 --235.84,227.51 --235.78,227.52 --235.72,227.52 --235.66,227.52 --235.61,227.52 --235.55,227.53 --235.5,227.53 --235.44,227.53 --235.38,227.54 --235.33,227.54 --235.27,227.55 --235.22,227.55 --235.16,227.56 --235.11,227.56 --235.05,227.57 --235,227.58 --234.94,227.58 --234.89,227.59 --234.83,227.6 --234.78,227.6 --234.73,227.61 --234.67,227.62 --234.62,227.63 --234.57,227.64 --234.51,227.65 --234.46,227.66 --234.41,227.66 --234.36,227.67 --234.3,227.69 --234.25,227.7 --234.13,227.18 --234.08,227.19 --234.03,227.2 --233.97,227.21 --233.92,227.22 --233.87,227.23 --233.82,227.25 --233.77,227.26 --233.72,227.27 --233.67,227.29 --233.62,227.3 --233.57,227.31 --233.52,227.33 --233.47,227.34 --233.42,227.36 --233.38,227.37 --233.33,227.39 --233.28,227.4 --233.23,227.42 --233.18,227.43 --233.13,227.45 --233.09,227.47 --233.04,227.48 --232.99,227.5 --232.95,227.52 --232.9,227.54 --232.85,227.56 --232.81,227.57 --232.76,227.59 --232.71,227.61 --232.67,227.63 --232.62,227.65 --232.58,227.67 --232.53,227.69 --232.49,227.71 --232.44,227.73 --232.4,227.75 --232.35,227.77 --232.31,227.79 --232.26,227.81 --232.22,227.84 --232.17,227.86 --232.13,227.88 --232.09,227.9 --232.04,227.93 --232,227.95 --231.96,227.97 --231.91,228 --231.87,228.02 --231.83,228.05 --231.79,228.07 --231.74,228.1 --231.7,228.12 --231.66,228.15 --231.62,228.17 --231.58,228.2 --231.54,228.23 --231.49,228.25 --231.45,228.28 --231.41,228.31 --231.37,228.33 --231.33,228.36 --231.29,228.39 --231.25,228.42 --231.21,228.45 --231.17,228.48 --231.13,228.51 --231.09,228.54 --231.05,228.56 --231.02,228.6 --230.98,228.63 --230.94,228.66 --230.9,228.69 --230.86,228.72 --230.83,228.75 --230.79,228.78 --230.75,228.81 --230.71,228.85 --230.68,228.88 --230.64,228.91 --230.6,228.94 --230.57,228.98 --230.53,229.01 --230.5,229.04 --230.46,229.08 --230.43,229.11 --230.39,229.14 --230.36,229.18 --230.32,229.21 --230.29,229.25 --230.25,229.28 --230.22,229.32 --230.18,229.35 --230.15,229.39 --230.12,229.42 --230.08,229.46 --230.05,229.49 --230.02,229.53 --229.98,229.56 --229.95,229.6 --229.86,228.9 --229.83,228.93 --229.8,228.97 --229.77,229 --229.74,229.03 --229.7,229.07 --229.67,229.1 --229.64,229.14 --229.61,229.18 --229.58,229.21 --229.55,229.25 --229.52,229.28 --229.49,229.32 --229.46,229.35 --229.43,229.39 --229.4,229.43 --229.37,229.47 --229.34,229.5 --229.31,229.54 --229.29,229.58 --229.26,229.62 --229.23,229.65 --229.2,229.69 --229.18,229.73 --229.15,229.77 --229.12,229.81 --229.1,229.85 --229.07,229.89 --229.04,229.92 --229.02,229.96 --228.99,230 --228.97,230.04 --228.94,230.08 --228.92,230.12 --228.89,230.16 --228.87,230.2 --228.85,230.24 --228.82,230.28 --228.8,230.32 --228.77,230.37 --228.75,230.41 --228.73,230.45 --228.71,230.49 --228.68,230.53 --228.66,230.57 --228.64,230.61 --228.62,230.65 --228.6,230.7 --228.58,230.74 --228.55,230.78 --228.53,230.82 --228.51,230.86 --228.49,230.91 --228.47,230.95 --228.45,230.99 --228.43,231.03 --228.41,231.08 --228.39,231.12 --228.37,231.16 --228.35,231.21 --228.33,231.25 --228.32,231.29 --228.3,231.34 --228.28,231.38 --228.26,231.42 --228.24,231.47 --228.23,231.51 --228.21,231.55 --228.19,231.6 --228.17,231.64 --228.16,231.69 --228.14,231.73 --228.12,231.78 --228.11,231.82 --228.09,231.87 --228.08,231.91 --228.06,231.96 --228.04,232 --228.03,232.05 --228.01,232.09 --228,232.14 --227.99,232.18 --227.97,232.23 --227.96,232.27 --227.94,232.32 --227.93,232.36 --227.92,232.41 --227.9,232.45 --227.89,232.5 --227.88,232.55 --227.86,232.59 --227.85,232.64 --227.84,232.68 --227.83,232.73 --227.82,232.78 --227.81,232.82 --227.79,232.87 --227.78,232.92 --227.77,232.96 --227.76,233.01 --227.63,232.36 --227.62,232.4 --227.61,232.45 --227.6,232.5 --227.6,232.54 --227.59,232.59 --227.58,232.63 --227.57,232.68 --227.56,232.73 --227.55,232.77 --227.54,232.82 --227.53,232.86 --227.52,232.91 --227.52,232.96 --227.51,233 --227.5,233.05 --227.49,233.1 --227.48,233.14 --227.48,233.19 --227.47,233.24 --227.46,233.29 --227.46,233.33 --227.45,233.38 --227.44,233.43 --227.43,233.48 --227.43,233.53 --227.42,233.57 --227.41,233.62 --227.41,233.67 --227.4,233.72 --227.4,233.77 --227.39,233.82 --227.38,233.87 --227.38,233.92 --227.37,233.97 --227.37,234.02 --227.36,234.07 --227.36,234.12 --227.35,234.17 --227.35,234.22 --227.35,234.27 --227.34,234.32 --227.34,234.37 --227.34,234.42 --227.33,234.47 --227.33,234.52 --227.33,234.58 --227.33,234.63 --227.33,234.68 --227.33,234.73 --227.32,234.78 --227.32,234.84 --227.32,234.89 --227.32,234.94 --227.32,235 --227.32,235.05 --227.32,235.1 --227.32,235.16 --227.32,235.21 --227.32,235.26 --227.32,235.32 --227.32,235.37 --227.32,235.43 --227.32,235.48 --227.32,235.54 --227.32,235.59 --227.32,235.65 --227.32,235.7 --227.32,235.76 --227.32,235.81 --227.33,235.87 --227.33,235.92 --227.33,235.98 --227.33,236.03 --227.33,236.09 --227.34,236.15 --227.34,236.2 --227.35,236.26 --227.35,236.31 --227.35,236.37 --227.36,236.43 --227.36,236.48 --227.37,236.54 --227.37,236.59 --227.38,236.65 --227.38,236.71 --227.39,236.76 --227.4,236.82 --227.4,236.87 --227.41,236.93 --227.41,236.99 --227.42,237.04 --227.43,237.1 --227.43,237.16 --227.44,237.21 --227.44,237.27 --227.45,237.33 --227.46,237.38 --227.46,237.44 --227.47,237.5 --227.42,236.71 --227.43,236.76 --227.44,236.82 --227.44,236.87 --227.45,236.93 --227.46,236.98 --227.47,237.04 --227.48,237.09 --227.48,237.15 --227.49,237.21 --227.5,237.26 --227.51,237.32 --227.51,237.37 --227.52,237.43 --227.53,237.48 --227.53,237.54 --227.54,237.59 --227.55,237.65 --227.55,237.71 --227.56,237.76 --227.57,237.82 --227.58,237.87 --227.58,237.93 --227.59,237.98 --227.6,238.04 --227.61,238.1 --227.61,238.15 --227.62,238.21 --227.63,238.27 --227.64,238.32 --227.65,238.38 --227.66,238.43 --227.67,238.49 --227.67,238.55 --227.68,238.6 --227.69,238.66 --227.7,238.71 --227.71,238.77 --227.73,238.82 --227.74,238.88 --227.75,238.94 --227.76,238.99 --227.77,239.05 --227.78,239.1 --227.79,239.16 --227.8,239.21 --227.82,239.27 --227.83,239.32 --227.84,239.38 --227.85,239.43 --227.86,239.49 --227.88,239.55 --227.89,239.6 --227.9,239.66 --227.91,239.71 --227.93,239.77 --227.94,239.82 --227.95,239.88 --227.97,239.93 --227.98,239.99 --227.99,240.04 --228.01,240.1 --228.02,240.15 --228.03,240.21 --228.04,240.26 --228.06,240.32 --228.07,240.37 --228.08,240.43 --228.1,240.48 --228.11,240.54 --228.12,240.6 --228.14,240.65 --228.15,240.71 --228.16,240.76 --228.18,240.82 --228.19,240.87 --228.2,240.93 --228.22,240.98 --228.23,241.04 --228.25,241.1 --228.26,241.15 --228.27,241.21 --228.29,241.26 --228.3,241.32 --228.32,241.37 --228.33,241.43 --228.35,241.48 --228.36,241.54 --228.38,241.59 --228.39,241.65 --228.41,241.7 --228.42,241.76 --228.44,241.81 --228.45,241.87 --228.47,241.92 --228.49,241.98 --228.5,242.03 --228.52,242.09 --228.54,242.14 --228.55,242.2 --228.58,241.42 --228.59,241.48 --228.61,241.53 --228.63,241.58 --228.65,241.63 --228.66,241.69 --228.68,241.74 --228.7,241.79 --228.72,241.84 --228.73,241.9 --228.75,241.95 --228.77,242 --228.79,242.05 --228.81,242.11 --228.82,242.16 --228.84,242.21 --228.86,242.26 --228.88,242.31 --228.9,242.37 --228.91,242.42 --228.93,242.47 --228.95,242.52 --228.97,242.57 --228.99,242.62 --229.01,242.68 --229.03,242.73 --229.05,242.78 --229.07,242.83 --229.09,242.88 --229.11,242.93 --229.13,242.98 --229.15,243.03 --229.17,243.08 --229.19,243.14 --229.21,243.19 --229.23,243.24 --229.25,243.29 --229.27,243.34 --229.29,243.39 --229.31,243.44 --229.33,243.49 --229.35,243.54 --229.37,243.59 --229.39,243.64 --229.41,243.69 --229.43,243.74 --229.45,243.79 --229.48,243.84 --229.5,243.89 --229.52,243.94 --229.54,243.99 --229.56,244.04 --229.58,244.09 --229.61,244.14 --229.63,244.18 --229.65,244.23 --229.67,244.28 --229.69,244.33 --229.71,244.38 --229.74,244.43 --229.76,244.48 --229.78,244.53 --229.8,244.57 --229.83,244.62 --229.85,244.67 --229.87,244.72 --229.89,244.77 --229.92,244.81 --229.94,244.86 --229.96,244.91 --229.99,244.96 --230.01,245.01 --230.03,245.05 --230.05,245.1 --230.08,245.15 --230.1,245.2 --230.12,245.24 --230.15,245.29 --230.17,245.34 --230.2,245.38 --230.22,245.43 --230.24,245.48 --230.27,245.52 --230.29,245.57 --230.32,245.62 --230.34,245.66 --230.36,245.71 --230.39,245.76 --230.41,245.8 --230.44,245.85 --230.46,245.89 --230.48,245.94 --230.51,245.98 --230.53,246.03 --230.56,246.08 --230.58,246.12 --230.6,246.17 --230.63,246.21 --230.65,246.26 --230.68,246.3 --230.73,245.59 --230.75,245.64 --230.78,245.68 --230.8,245.72 --230.83,245.76 --230.85,245.81 --230.88,245.85 --230.9,245.89 --230.93,245.94 --230.95,245.98 --230.98,246.02 --231,246.06 --231.03,246.11 --231.05,246.15 --231.08,246.19 --231.1,246.23 --231.13,246.27 --231.16,246.32 --231.18,246.36 --231.21,246.4 --231.23,246.44 --231.26,246.48 --231.28,246.52 --231.31,246.56 --231.34,246.6 --231.36,246.65 --231.39,246.69 --231.41,246.73 --231.44,246.77 --231.47,246.81 --231.49,246.85 --231.52,246.89 --231.55,246.93 --231.57,246.97 --231.6,247.01 --231.63,247.05 --231.65,247.09 --231.68,247.13 --231.71,247.17 --231.73,247.21 --231.76,247.24 --231.79,247.28 --231.81,247.32 --231.84,247.36 --231.87,247.4 --231.9,247.44 --231.92,247.48 --231.95,247.51 --231.98,247.55 --232.01,247.59 --232.04,247.63 --232.06,247.67 --232.09,247.7 --232.12,247.74 --232.15,247.78 --232.18,247.82 --232.21,247.85 --232.23,247.89 --232.26,247.93 --232.29,247.96 --232.32,248 --232.35,248.04 --232.38,248.07 --232.41,248.11 --232.44,248.15 --232.47,248.18 --232.5,248.22 --232.53,248.26 --232.55,248.29 --232.58,248.33 --232.61,248.36 --232.64,248.4 --232.67,248.43 --232.7,248.47 --232.73,248.5 --232.76,248.54 --232.79,248.57 --232.82,248.61 --232.85,248.64 --232.88,248.68 --232.91,248.71 --232.94,248.75 --232.97,248.78 --233,248.82 --233.03,248.85 --233.06,248.88 --233.09,248.92 --233.13,248.95 --233.16,248.98 --233.19,249.02 --233.22,249.05 --233.25,249.08 --233.28,249.12 --233.31,249.15 --233.34,249.18 --233.37,249.22 --233.41,249.25 --233.44,249.28 --233.47,249.31 --233.5,249.35 --233.61,248.79 --233.64,248.82 --233.68,248.85 --233.71,248.88 --233.74,248.91 --233.77,248.94 --233.8,248.97 --233.84,249 --233.87,249.03 --233.9,249.06 --233.93,249.09 --233.97,249.12 --234,249.15 --234.03,249.18 --234.06,249.21 --234.1,249.24 --234.13,249.27 --234.16,249.3 --234.2,249.32 --234.23,249.35 --234.26,249.38 --234.3,249.41 --234.33,249.44 --234.36,249.46 --234.4,249.49 --234.43,249.52 --234.46,249.55 --234.5,249.57 --234.53,249.6 --234.56,249.63 --234.6,249.65 --234.63,249.68 --234.67,249.71 --234.7,249.73 --234.73,249.76 --234.77,249.78 --234.8,249.81 --234.84,249.83 --234.87,249.86 --234.91,249.88 --234.94,249.91 --234.98,249.93 --235.01,249.96 --235.04,249.98 --235.08,250.01 --235.11,250.03 --235.15,250.06 --235.18,250.08 --235.22,250.1 --235.25,250.13 --235.29,250.15 --235.32,250.17 --235.36,250.2 --235.4,250.22 --235.43,250.24 --235.47,250.26 --235.5,250.29 --235.54,250.31 --235.57,250.33 --235.61,250.35 --235.64,250.37 --235.68,250.4 --235.71,250.42 --235.75,250.44 --235.78,250.46 --235.82,250.48 --235.86,250.5 --235.89,250.52 --235.93,250.54 --235.96,250.56 --236,250.58 --236.03,250.6 --236.07,250.62 --236.11,250.64 --236.14,250.66 --236.18,250.68 --236.21,250.7 --236.25,250.72 --236.29,250.74 --236.32,250.75 --236.36,250.77 --236.39,250.79 --236.43,250.81 --236.47,250.83 --236.5,250.84 --236.54,250.86 --236.58,250.88 --236.61,250.89 --236.65,250.91 --236.68,250.93 --236.72,250.94 --236.76,250.96 --236.79,250.98 --236.83,250.99 --236.87,251.01 --236.9,251.02 --236.94,251.04 --236.98,251.05 --237.01,251.07 --237.05,251.08 --237.12,250.55 --237.15,250.56 --237.19,250.58 --237.23,250.59 --237.26,250.6 --237.3,250.61 --237.34,250.62 --237.37,250.64 --237.41,250.65 --237.45,250.66 --237.48,250.67 --237.52,250.68 --237.56,250.69 --237.59,250.7 --237.63,250.71 --237.67,250.72 --237.7,250.73 --237.74,250.74 --237.78,250.75 --237.81,250.76 --237.85,250.77 --237.88,250.78 --237.92,250.78 --237.96,250.79 --237.99,250.8 --238.03,250.81 --238.07,250.82 --238.1,250.82 --238.14,250.83 --238.18,250.84 --238.21,250.85 --238.25,250.85 --238.29,250.86 --238.32,250.87 --238.36,250.87 --238.39,250.88 --238.43,250.88 --238.47,250.89 --238.5,250.9 --238.54,250.9 --238.58,250.91 --238.61,250.91 --238.65,250.92 --238.68,250.92 --238.72,250.93 --238.76,250.93 --238.79,250.94 --238.83,250.94 --238.86,250.94 --238.9,250.95 --238.94,250.95 --238.97,250.95 --239.01,250.96 --239.05,250.96 --239.08,250.96 --239.12,250.96 --239.15,250.97 --239.19,250.97 --239.23,250.97 --239.26,250.97 --239.3,250.97 --239.34,250.98 --239.37,250.98 --239.41,250.98 --239.44,250.98 --239.48,250.98 --239.52,250.98 --239.55,250.98 --239.59,250.98 --239.62,250.98 --239.66,250.98 --239.7,250.98 --239.73,250.98 --239.77,250.98 --239.8,250.98 --239.84,250.98 --239.88,250.98 --239.91,250.98 --239.95,250.98 --239.98,250.98 --240.02,250.97 --240.05,250.97 --240.09,250.97 --240.13,250.97 --240.16,250.97 --240.2,250.96 --240.23,250.96 --240.27,250.96 --240.3,250.95 --240.34,250.95 --240.38,250.95 --240.41,250.94 --240.45,250.94 --240.48,250.94 --240.52,250.93 --240.55,250.93 --240.59,250.92 --240.62,250.92 --240.66,250.91 --240.69,250.91 --240.69,250.53 --240.72,250.53 --240.76,250.52 --240.79,250.51 --240.83,250.51 --240.86,250.5 --240.9,250.49 --240.93,250.48 --240.97,250.48 --241,250.47 --241.03,250.46 --241.07,250.45 --241.1,250.44 --241.14,250.44 --241.17,250.43 --241.21,250.42 --241.24,250.41 --241.27,250.4 --241.31,250.39 --241.34,250.38 --241.37,250.37 --241.41,250.36 --241.44,250.35 --241.48,250.34 --241.51,250.33 --241.54,250.32 --241.58,250.31 --241.61,250.3 --241.64,250.29 --241.68,250.28 --241.71,250.27 --241.74,250.25 --241.78,250.24 --241.81,250.23 --241.84,250.22 --241.88,250.21 --241.91,250.19 --241.94,250.18 --241.97,250.17 --242.01,250.16 --242.04,250.14 --242.07,250.13 --242.1,250.12 --242.14,250.11 --242.17,250.09 --242.2,250.08 --242.23,250.06 --242.27,250.05 --242.3,250.04 --242.33,250.02 --242.36,250.01 --242.39,249.99 --242.43,249.98 --242.46,249.96 --242.49,249.95 --242.52,249.94 --242.55,249.92 --242.59,249.9 --242.62,249.89 --242.65,249.87 --242.68,249.86 --242.71,249.84 --242.74,249.83 --242.77,249.81 --242.81,249.79 --242.84,249.78 --242.87,249.76 --242.9,249.75 --242.93,249.73 --242.96,249.71 --242.99,249.7 --243.02,249.68 --243.05,249.66 --243.09,249.64 --243.12,249.63 --243.15,249.61 --243.18,249.59 --243.21,249.57 --243.24,249.56 --243.27,249.54 --243.3,249.52 --243.33,249.5 --243.36,249.48 --243.39,249.47 --243.42,249.45 --243.45,249.43 --243.48,249.41 --243.51,249.39 --243.54,249.37 --243.57,249.35 --243.6,249.33 --243.63,249.31 --243.66,249.3 --243.69,249.28 --243.72,249.26 --243.75,249.24 --243.78,249.22 --243.81,249.2 --243.84,249.18 --243.87,249.16 --243.87,248.88 --243.9,248.86 --243.93,248.84 --243.96,248.82 --243.99,248.8 --244.02,248.78 --244.05,248.76 --244.08,248.74 --244.11,248.72 --244.14,248.7 --244.17,248.68 --244.2,248.66 --244.22,248.63 --244.25,248.61 --244.28,248.59 --244.31,248.57 --244.34,248.55 --244.37,248.53 --244.4,248.51 --244.43,248.48 --244.46,248.46 --244.48,248.44 --244.51,248.42 --244.54,248.4 --244.57,248.37 --244.6,248.35 --244.63,248.33 --244.65,248.31 --244.68,248.28 --244.71,248.26 --244.74,248.24 --244.76,248.21 --244.79,248.19 --244.82,248.17 --244.85,248.14 --244.87,248.12 --244.9,248.09 --244.93,248.07 --244.96,248.04 --244.98,248.02 --245.01,247.99 --245.04,247.97 --245.06,247.94 --245.09,247.92 --245.12,247.89 --245.14,247.87 --245.17,247.84 --245.2,247.82 --245.22,247.79 --245.25,247.77 --245.28,247.74 --245.3,247.71 --245.33,247.69 --245.36,247.66 --245.38,247.63 --245.41,247.61 --245.44,247.58 --245.46,247.56 --245.49,247.53 --245.52,247.5 --245.55,247.48 --245.57,247.45 --245.6,247.42 --245.63,247.4 --245.65,247.37 --245.68,247.34 --245.71,247.32 --245.74,247.29 --245.76,247.26 --245.79,247.23 --245.82,247.21 --245.85,247.18 --245.87,247.15 --245.9,247.12 --245.93,247.09 --245.95,247.06 --245.98,247.04 --246.01,247.01 --246.04,246.98 --246.06,246.95 --246.09,246.92 --246.12,246.89 --246.14,246.86 --246.17,246.84 --246.2,246.81 --246.22,246.78 --246.25,246.75 --246.28,246.72 --246.3,246.69 --246.33,246.66 --246.36,246.63 --246.38,246.6 --246.41,246.57 --246.44,246.54 --246.46,246.51 --246.49,246.48 --246.51,246.45 --246.54,246.42 --246.57,246.39 --246.59,246.36 --246.6,246.09 --246.63,246.06 --246.65,246.03 --246.68,246 --246.7,245.97 --246.73,245.94 --246.75,245.91 --246.78,245.88 --246.8,245.85 --246.83,245.82 --246.85,245.79 --246.88,245.75 --246.9,245.72 --246.93,245.69 --246.95,245.66 --246.97,245.63 --247,245.6 --247.02,245.57 --247.05,245.54 --247.07,245.51 --247.09,245.48 --247.12,245.44 --247.14,245.41 --247.16,245.38 --247.19,245.35 --247.21,245.32 --247.23,245.29 --247.25,245.26 --247.28,245.22 --247.3,245.19 --247.32,245.16 --247.35,245.13 --247.37,245.09 --247.39,245.06 --247.41,245.03 --247.43,245 --247.46,244.97 --247.48,244.93 --247.5,244.9 --247.52,244.87 --247.54,244.83 --247.57,244.8 --247.59,244.77 --247.61,244.74 --247.63,244.7 --247.65,244.67 --247.67,244.64 --247.69,244.6 --247.72,244.57 --247.74,244.54 --247.76,244.5 --247.78,244.47 --247.8,244.44 --247.82,244.4 --247.84,244.37 --247.86,244.33 --247.88,244.3 --247.91,244.27 --247.93,244.23 --247.95,244.2 --247.97,244.16 --247.99,244.13 --248.01,244.1 --248.03,244.06 --248.05,244.03 --248.07,243.99 --248.09,243.96 --248.11,243.92 --248.13,243.89 --248.15,243.85 --248.17,243.82 --248.19,243.78 --248.21,243.75 --248.23,243.71 --248.25,243.68 --248.27,243.64 --248.29,243.61 --248.31,243.57 --248.33,243.54 --248.35,243.5 --248.37,243.47 --248.38,243.43 --248.4,243.39 --248.42,243.36 --248.44,243.32 --248.46,243.29 --248.48,243.25 --248.49,243.21 --248.51,243.18 --248.53,243.14 --248.55,243.11 --248.56,243.07 --248.58,243.03 --248.6,243 --248.61,242.96 --248.63,242.92 --248.65,242.89 --248.66,242.85 --248.68,242.81 --248.7,242.77 --248.81,242.64 --248.83,242.6 --248.84,242.56 --248.86,242.52 --248.88,242.48 --248.89,242.45 --248.91,242.41 --248.92,242.37 --248.94,242.33 --248.95,242.29 --248.97,242.25 --248.98,242.21 --249,242.17 --249.01,242.13 --249.03,242.09 --249.04,242.05 --249.05,242.01 --249.07,241.97 --249.08,241.93 --249.1,241.89 --249.11,241.85 --249.13,241.81 --249.14,241.77 --249.15,241.73 --249.17,241.68 --249.18,241.64 --249.19,241.6 --249.21,241.56 --249.22,241.51 --249.23,241.47 --249.24,241.43 --249.25,241.38 --249.27,241.34 --249.28,241.3 --249.29,241.25 --249.3,241.21 --249.31,241.16 --249.32,241.12 --249.33,241.07 --249.34,241.03 --249.34,240.98 --249.35,240.94 --249.36,240.89 --249.37,240.85 --249.38,240.8 --249.39,240.75 --249.39,240.71 --249.4,240.66 --249.41,240.62 --249.42,240.57 --249.42,240.52 --249.43,240.48 --249.43,240.43 --249.44,240.38 --249.45,240.34 --249.45,240.29 --249.46,240.24 --249.46,240.19 --249.47,240.15 --249.47,240.1 --249.48,240.05 --249.48,240 --249.49,239.95 --249.49,239.9 --249.49,239.86 --249.5,239.81 --249.5,239.76 --249.5,239.71 --249.51,239.66 --249.51,239.61 --249.51,239.56 --249.51,239.51 --249.51,239.46 --249.51,239.41 --249.52,239.35 --249.52,239.3 --249.52,239.25 --249.52,239.2 --249.52,239.15 --249.52,239.1 --249.52,239.05 --249.51,238.99 --249.51,238.94 --249.51,238.89 --249.51,238.84 --249.5,238.78 --249.5,238.73 --249.5,238.68 --249.49,238.62 --249.49,238.57 --249.49,238.52 --249.48,238.46 --249.48,238.41 --249.47,238.35 --249.47,238.3 --249.46,238.24 --249.46,238.19 --249.45,238.14 --249.45,238.08 --249.44,238.03 --249.63,237.89 --249.62,237.83 --249.61,237.78 --249.6,237.72 --249.59,237.66 --249.59,237.61 --249.58,237.55 --249.57,237.5 --249.56,237.44 --249.55,237.38 --249.54,237.33 --249.53,237.27 --249.51,237.21 --249.5,237.16 --249.49,237.1 --249.48,237.04 --249.46,236.98 --249.45,236.93 --249.44,236.87 --249.42,236.81 --249.41,236.75 --249.39,236.7 --249.38,236.64 --249.36,236.58 --249.34,236.52 --249.33,236.46 --249.31,236.41 --249.29,236.35 --249.27,236.29 --249.26,236.23 --249.24,236.17 --249.22,236.11 --249.2,236.06 --249.18,236 --249.16,235.94 --249.14,235.88 --249.12,235.82 --249.1,235.76 --249.08,235.71 --249.05,235.65 --249.03,235.59 --249.01,235.53 --248.99,235.47 --248.96,235.41 --248.94,235.35 --248.91,235.3 --248.89,235.24 --248.86,235.18 --248.84,235.12 --248.81,235.06 --248.78,235 --248.76,234.94 --248.73,234.88 --248.7,234.82 --248.67,234.77 --248.65,234.71 --248.62,234.65 --248.59,234.59 --248.56,234.53 --248.53,234.47 --248.49,234.41 --248.46,234.35 --248.43,234.29 --248.4,234.23 --248.37,234.18 --248.33,234.12 --248.3,234.06 --248.26,234 --248.23,233.94 --248.19,233.88 --248.16,233.82 --248.12,233.76 --248.09,233.7 --248.05,233.65 --248.01,233.59 --247.98,233.53 --247.94,233.47 --247.9,233.41 --247.86,233.35 --247.82,233.29 --247.78,233.24 --247.74,233.18 --247.7,233.12 --247.66,233.06 --247.62,233 --247.58,232.95 --247.54,232.89 --247.5,232.83 --247.45,232.77 --247.41,232.71 --247.37,232.66 --247.32,232.6 --247.28,232.54 --247.23,232.49 --247.19,232.43 --247.14,232.37 --247.09,232.31 --247.05,232.26 --247,232.2 --246.95,232.15 --247.27,232.07 --247.23,232.01 --247.18,231.95 --247.13,231.9 --247.08,231.84 --247.03,231.79 --246.98,231.73 --246.93,231.68 --246.88,231.62 --246.83,231.57 --246.77,231.51 --246.72,231.46 --246.67,231.4 --246.61,231.35 --246.56,231.29 --246.51,231.24 --246.45,231.18 --246.4,231.13 --246.34,231.08 --246.28,231.02 --246.23,230.97 --246.17,230.92 --246.11,230.86 --246.05,230.81 --246,230.76 --245.94,230.7 --245.88,230.65 --245.82,230.6 --245.76,230.55 --245.7,230.5 --245.64,230.44 --245.58,230.39 --245.52,230.34 --245.46,230.29 --245.4,230.24 --245.33,230.19 --245.27,230.14 --245.21,230.09 --245.15,230.03 --245.08,229.98 --245.02,229.93 --244.96,229.88 --244.89,229.83 --244.83,229.78 --244.76,229.73 --244.7,229.68 --244.63,229.63 --244.57,229.58 --244.5,229.54 --244.44,229.49 --244.37,229.44 --244.3,229.39 --244.24,229.34 --244.17,229.29 --244.1,229.24 --244.04,229.19 --243.97,229.15 --243.9,229.1 --243.83,229.05 --243.76,229 --243.7,228.95 --243.63,228.9 --243.56,228.86 --243.49,228.81 --243.42,228.76 --243.35,228.71 --243.28,228.67 --243.21,228.62 --243.14,228.57 --243.07,228.53 --243,228.48 --242.93,228.43 --242.86,228.39 --242.78,228.34 --242.71,228.29 --242.64,228.25 --242.57,228.2 --242.5,228.15 --242.42,228.11 --242.35,228.06 --242.28,228.01 --242.2,227.97 --242.13,227.92 --242.06,227.88 --241.98,227.83 --241.91,227.78 --241.84,227.74 --241.76,227.69 --241.69,227.65 --241.61,227.6 --241.54,227.55 --241.46,227.51 --241.39,227.46 --241.31,227.42 --241.24,227.37 --241.16,227.32 --241.09,227.28 --241.01,227.23 --240.94,227.19 --240.86,227.14 --241.3,227.03 --241.22,226.99 --241.15,226.94 --241.07,226.89 --240.99,226.85 --240.92,226.8 --240.84,226.76 --240.76,226.71 --240.69,226.66 --240.61,226.62 --240.53,226.57 --240.45,226.53 --240.38,226.48 --240.3,226.44 --240.22,226.39 --240.14,226.35 --240.06,226.3 --239.99,226.26 --239.91,226.21 --239.83,226.17 --239.75,226.12 --239.67,226.08 --239.59,226.03 --239.51,225.99 --239.43,225.94 --239.35,225.9 --239.27,225.85 --239.19,225.81 --239.11,225.76 --239.03,225.72 --238.95,225.67 --238.87,225.63 --238.78,225.59 --238.7,225.54 --238.62,225.5 --238.54,225.45 --238.46,225.41 --238.38,225.36 --238.29,225.32 --238.21,225.27 --238.13,225.23 --238.05,225.19 --237.96,225.14 --237.88,225.1 --237.8,225.05 --237.72,225.01 --237.63,224.96 --237.55,224.92 --237.47,224.87 --237.38,224.83 --237.3,224.78 --237.22,224.74 --237.13,224.7 --237.05,224.65 --236.97,224.61 --236.88,224.56 --236.8,224.52 --236.71,224.47 --236.63,224.43 --236.55,224.38 --236.46,224.34 --236.38,224.29 --236.29,224.24 --236.21,224.2 --236.13,224.15 --236.04,224.11 --235.96,224.06 --235.87,224.02 --235.79,223.97 --235.7,223.92 --235.62,223.88 --235.53,223.83 --235.45,223.79 --235.36,223.74 --235.28,223.69 --235.19,223.65 --235.11,223.6 --235.02,223.56 --234.94,223.51 --234.85,223.46 --234.77,223.42 --234.68,223.37 --234.6,223.32 --234.51,223.28 --234.43,223.23 --234.34,223.18 --234.25,223.14 --234.17,223.09 --234.08,223.04 --233.99,223 --233.91,222.95 --233.82,222.9 --233.74,222.86 --233.65,222.81 --233.56,222.76 --233.47,222.72 --233.39,222.67 --233.3,222.62 --233.21,222.57 --233.13,222.53 --233.5,222.5 --233.41,222.45 --233.33,222.41 --233.24,222.36 --233.15,222.31 --233.07,222.26 --232.98,222.21 --232.89,222.16 --232.81,222.12 --232.72,222.07 --232.63,222.02 --232.54,221.97 --232.46,221.92 --232.37,221.87 --232.28,221.82 --232.2,221.77 --232.11,221.72 --232.02,221.67 --231.93,221.63 --231.85,221.58 --231.76,221.53 --231.67,221.48 --231.58,221.43 --231.5,221.38 --231.41,221.33 --231.32,221.28 --231.23,221.23 --231.15,221.18 --231.06,221.12 --230.97,221.07 --230.88,221.02 --230.8,220.97 --230.71,220.92 --230.62,220.87 --230.53,220.82 --230.45,220.77 --230.36,220.72 --230.27,220.67 --230.18,220.62 --230.09,220.56 --230.01,220.51 --229.92,220.46 --229.83,220.41 --229.74,220.36 --229.65,220.31 --229.57,220.25 --229.48,220.2 --229.39,220.15 --229.3,220.1 --229.21,220.04 --229.13,219.99 --229.04,219.94 --228.95,219.89 --228.86,219.83 --228.77,219.78 --228.68,219.73 --228.6,219.68 --228.51,219.62 --228.42,219.57 --228.33,219.52 --228.24,219.46 --228.15,219.41 --228.06,219.36 --227.98,219.3 --227.89,219.25 --227.8,219.2 --227.71,219.14 --227.62,219.09 --227.53,219.04 --227.44,218.98 --227.35,218.93 --227.26,218.87 --227.18,218.82 --227.09,218.77 --227,218.71 --226.91,218.66 --226.82,218.6 --226.73,218.55 --226.64,218.49 --226.55,218.44 --226.46,218.38 --226.37,218.33 --226.28,218.27 --226.2,218.22 --226.11,218.16 --226.02,218.11 --225.93,218.05 --225.84,218 --225.75,217.94 --225.66,217.89 --225.57,217.83 --225.48,217.78 --225.39,217.72 --225.3,217.66 --225.21,217.61 --225.12,217.55 --225.03,217.5 --224.94,217.44 --224.85,217.38 --224.76,217.33 --225.03,217.42 --224.94,217.37 --224.85,217.31 --224.76,217.26 --224.67,217.2 --224.58,217.14 --224.49,217.09 --224.4,217.03 --224.31,216.97 --224.22,216.92 --224.13,216.86 --224.04,216.8 --223.95,216.75 --223.86,216.69 --223.77,216.63 --223.68,216.58 --223.59,216.52 --223.5,216.46 --223.41,216.41 --223.32,216.35 --223.23,216.29 --223.14,216.23 --223.05,216.18 --222.96,216.12 --222.87,216.06 --222.78,216.01 --222.68,215.95 --222.59,215.89 --222.5,215.83 --222.41,215.78 --222.32,215.72 --222.23,215.66 --222.14,215.6 --222.05,215.55 --221.96,215.49 --221.87,215.43 --221.78,215.37 --221.69,215.32 --221.6,215.26 --221.51,215.2 --221.42,215.14 --221.33,215.09 --221.24,215.03 --221.15,214.97 --221.06,214.91 --220.97,214.85 --220.88,214.8 --220.79,214.74 --220.7,214.68 --220.61,214.62 --220.52,214.57 --220.43,214.51 --220.33,214.45 --220.24,214.39 --220.15,214.34 --220.06,214.28 --219.97,214.22 --219.88,214.16 --219.8,214.1 --219.71,214.05 --219.62,213.99 --219.53,213.93 --219.44,213.87 --219.35,213.82 --219.26,213.76 --219.17,213.7 --219.08,213.64 --218.99,213.58 --218.9,213.53 --218.81,213.47 --218.72,213.41 --218.63,213.35 --218.54,213.29 --218.45,213.24 --218.36,213.18 --218.27,213.12 --218.18,213.06 --218.09,213.01 --218,212.95 --217.91,212.89 --217.82,212.83 --217.73,212.77 --217.64,212.72 --217.55,212.66 --217.46,212.6 --217.37,212.54 --217.28,212.48 --217.19,212.42 --217.1,212.37 --217.01,212.31 --216.92,212.25 --216.83,212.19 --216.74,212.13 --216.65,212.07 --216.56,212.02 --216.47,211.96 --216.38,211.9 --216.29,211.84 --216.2,211.78 --216.11,211.73 --216.32,211.93 --216.23,211.87 --216.15,211.81 --216.06,211.76 --215.97,211.7 --215.88,211.64 --215.79,211.58 --215.7,211.52 --215.61,211.47 --215.52,211.41 --215.44,211.35 --215.35,211.29 --215.26,211.23 --215.17,211.18 --215.08,211.12 --214.99,211.06 --214.9,211 --214.82,210.95 --214.73,210.89 --214.64,210.83 --214.55,210.77 --214.46,210.71 --214.37,210.66 --214.29,210.6 --214.2,210.54 --214.11,210.48 --214.02,210.42 --213.93,210.37 --213.84,210.31 --213.75,210.25 --213.67,210.19 --213.58,210.13 --213.49,210.08 --213.4,210.02 --213.31,209.96 --213.22,209.9 --213.13,209.84 --213.04,209.79 --212.96,209.73 --212.87,209.67 --212.78,209.61 --212.69,209.55 --212.6,209.49 --212.51,209.43 --212.42,209.38 --212.33,209.32 --212.24,209.26 --212.15,209.2 --212.06,209.14 --211.97,209.08 --211.88,209.02 --211.79,208.96 --211.7,208.91 --211.61,208.85 --211.52,208.79 --211.43,208.73 --211.34,208.67 --211.25,208.61 --211.15,208.55 --211.06,208.49 --210.97,208.43 --210.88,208.37 --210.79,208.31 --210.7,208.25 --210.61,208.19 --210.52,208.13 --210.42,208.07 --210.33,208.01 --210.24,207.95 --210.15,207.89 --210.06,207.83 --209.96,207.77 --209.87,207.71 --209.78,207.65 --209.69,207.59 --209.6,207.53 --209.5,207.46 --209.41,207.4 --209.32,207.34 --209.23,207.28 --209.13,207.22 --209.04,207.16 --208.95,207.1 --208.85,207.04 --208.76,206.98 --208.67,206.92 --208.57,206.85 --208.48,206.79 --208.39,206.73 --208.29,206.67 --208.2,206.61 --208.11,206.55 --208.01,206.48 --207.92,206.42 --207.83,206.36 --207.73,206.3 --207.64,206.24 --207.55,206.17 --207.45,206.11 --207.36,206.05 --207.53,206.36 --207.44,206.3 --207.34,206.23 --207.25,206.17 --207.15,206.11 --207.06,206.04 --206.97,205.98 --206.87,205.92 --206.78,205.85 --206.68,205.79 --206.59,205.73 --206.49,205.66 --206.4,205.6 --206.3,205.54 --206.21,205.47 --206.11,205.41 --206.02,205.35 --205.92,205.28 --205.83,205.22 --205.73,205.15 --205.63,205.09 --205.54,205.02 --205.44,204.96 --205.35,204.89 --205.25,204.83 --205.16,204.76 --205.06,204.7 --204.96,204.63 --204.87,204.57 --204.77,204.5 --204.67,204.44 --204.58,204.37 --204.48,204.31 --204.39,204.24 --204.29,204.18 --204.19,204.11 --204.1,204.05 --204,203.98 --203.9,203.91 --203.8,203.85 --203.71,203.78 --203.61,203.71 --203.51,203.65 --203.42,203.58 --203.32,203.52 --203.22,203.45 --203.12,203.38 --203.03,203.32 --202.93,203.25 --202.83,203.18 --202.73,203.12 --202.63,203.05 --202.54,202.98 --202.44,202.92 --202.34,202.85 --202.24,202.78 --202.14,202.71 --202.04,202.65 --201.94,202.58 --201.85,202.51 --201.75,202.44 --201.65,202.38 --201.55,202.31 --201.45,202.24 --201.35,202.17 --201.25,202.11 --201.15,202.04 --201.05,201.97 --200.95,201.9 --200.85,201.83 --200.75,201.77 --200.65,201.7 --200.55,201.63 --200.45,201.56 --200.35,201.49 --200.25,201.42 --200.15,201.35 --200.04,201.28 --199.94,201.22 --199.84,201.15 --199.74,201.08 --199.64,201.01 --199.54,200.94 --199.44,200.87 --199.33,200.8 --199.23,200.73 --199.13,200.66 --199.03,200.59 --198.93,200.52 --198.82,200.45 --198.72,200.38 --198.62,200.31 --198.52,200.24 --198.42,200.17 --198.31,200.1 --198.21,200.03 --198.11,199.96 --198,199.89 --197.9,199.82 --197.8,199.75 --197.98,200.1 --197.88,200.03 --197.78,199.96 --197.67,199.89 --197.57,199.82 --197.47,199.75 --197.36,199.68 --197.26,199.61 --197.16,199.54 --197.05,199.47 --196.95,199.4 --196.85,199.33 --196.74,199.26 --196.64,199.19 --196.53,199.12 --196.43,199.04 --196.33,198.97 --196.22,198.9 --196.12,198.83 --196.01,198.76 --195.91,198.69 --195.8,198.62 --195.7,198.55 --195.59,198.48 --195.49,198.41 --195.38,198.34 --195.28,198.26 --195.17,198.19 --195.07,198.12 --194.96,198.05 --194.86,197.98 --194.75,197.91 --194.65,197.84 --194.54,197.76 --194.44,197.69 --194.33,197.62 --194.23,197.55 --194.12,197.48 --194.01,197.4 --193.91,197.33 --193.8,197.26 --193.7,197.19 --193.59,197.11 --193.48,197.04 --193.38,196.97 --193.27,196.9 --193.16,196.82 --193.06,196.75 --192.95,196.68 --192.84,196.61 --192.74,196.53 --192.63,196.46 --192.53,196.39 --192.42,196.31 --192.31,196.24 --192.2,196.17 --192.1,196.09 --191.99,196.02 --191.88,195.95 --191.78,195.87 --191.67,195.8 --191.56,195.73 --191.46,195.65 --191.35,195.58 --191.24,195.5 --191.13,195.43 --191.03,195.36 --190.92,195.28 --190.81,195.21 --190.7,195.13 --190.6,195.06 --190.49,194.98 --190.38,194.91 --190.27,194.84 --190.16,194.76 --190.06,194.69 --189.95,194.61 --189.84,194.54 --189.73,194.46 --189.62,194.39 --189.51,194.31 --189.41,194.23 --189.3,194.16 --189.19,194.08 --189.08,194.01 --188.97,193.93 --188.86,193.86 --188.75,193.78 --188.65,193.71 --188.54,193.63 --188.43,193.55 --188.32,193.48 --188.21,193.4 --188.1,193.33 --187.99,193.25 --187.88,193.17 --187.77,193.1 --187.66,193.02 --187.56,192.95 --187.45,192.87 --187.63,193.27 --187.52,193.2 --187.41,193.12 --187.3,193.05 --187.19,192.97 --187.08,192.89 --186.97,192.82 --186.87,192.74 --186.76,192.67 --186.65,192.59 --186.54,192.52 --186.43,192.44 --186.32,192.36 --186.21,192.29 --186.1,192.21 --185.99,192.14 --185.88,192.06 --185.77,191.99 --185.66,191.91 --185.55,191.83 --185.44,191.76 --185.33,191.68 --185.22,191.61 --185.11,191.53 --184.99,191.45 --184.88,191.38 --184.77,191.3 --184.66,191.23 --184.55,191.15 --184.44,191.07 --184.33,191 --184.21,190.92 --184.1,190.85 --183.99,190.77 --183.88,190.69 --183.77,190.62 --183.66,190.54 --183.54,190.47 --183.43,190.39 --183.32,190.31 --183.21,190.24 --183.09,190.16 --182.98,190.08 --182.87,190.01 --182.76,189.93 --182.65,189.85 --182.53,189.78 --182.42,189.7 --182.31,189.62 --182.19,189.55 --182.08,189.47 --181.97,189.39 --181.86,189.32 --181.74,189.24 --181.63,189.16 --181.52,189.08 --181.4,189.01 --181.29,188.93 --181.18,188.85 --181.06,188.77 --180.95,188.7 --180.84,188.62 --180.72,188.54 --180.61,188.46 --180.5,188.39 --180.39,188.31 --180.27,188.23 --180.16,188.15 --180.05,188.08 --179.93,188 --179.82,187.92 --179.71,187.84 --179.59,187.77 --179.48,187.69 --179.37,187.61 --179.25,187.53 --179.14,187.46 --179.03,187.38 --178.91,187.3 --178.8,187.22 --178.69,187.14 --178.57,187.07 --178.46,186.99 --178.35,186.91 --178.23,186.83 --178.12,186.75 --178.01,186.67 --177.89,186.6 --177.78,186.52 --177.67,186.44 --177.55,186.36 --177.44,186.28 --177.32,186.2 --177.21,186.13 --177.1,186.05 --176.98,185.97 --176.87,185.89 --176.75,185.81 --176.64,185.73 --176.53,185.66 --176.7,186.07 --176.59,185.99 --176.48,185.91 --176.36,185.83 --176.25,185.75 --176.13,185.68 --176.02,185.6 --175.9,185.52 --175.79,185.44 --175.67,185.37 --175.56,185.29 --175.45,185.21 --175.33,185.13 --175.22,185.06 --175.1,184.98 --174.99,184.9 --174.87,184.82 --174.76,184.75 --174.64,184.67 --174.53,184.59 --174.41,184.52 --174.3,184.44 --174.18,184.36 --174.07,184.28 --173.95,184.21 --173.84,184.13 --173.72,184.05 --173.61,183.97 --173.49,183.9 --173.38,183.82 --173.26,183.74 --173.15,183.66 --173.03,183.58 --172.92,183.51 --172.8,183.43 --172.69,183.35 --172.57,183.27 --172.46,183.19 --172.34,183.12 --172.22,183.04 --172.11,182.96 --171.99,182.88 --171.88,182.8 --171.76,182.72 --171.65,182.65 --171.53,182.57 --171.42,182.49 --171.3,182.41 --171.19,182.33 --171.07,182.25 --170.96,182.17 --170.84,182.09 --170.73,182.02 --170.61,181.94 --170.5,181.86 --170.38,181.78 --170.27,181.7 --170.15,181.62 --170.04,181.54 --169.92,181.47 --169.81,181.39 --169.69,181.31 --169.58,181.23 --169.46,181.15 --169.35,181.07 --169.23,180.99 --169.12,180.91 --169,180.84 --168.89,180.76 --168.77,180.68 --168.66,180.6 --168.54,180.52 --168.43,180.44 --168.31,180.36 --168.2,180.28 --168.08,180.2 --167.97,180.13 --167.85,180.05 --167.74,179.97 --167.62,179.89 --167.51,179.81 --167.39,179.73 --167.28,179.65 --167.16,179.57 --167.05,179.49 --166.93,179.41 --166.82,179.33 --166.7,179.25 --166.59,179.17 --166.47,179.09 --166.36,179.01 --166.24,178.93 --166.12,178.85 --166.01,178.77 --165.89,178.69 --165.78,178.61 --165.66,178.53 --165.55,178.45 --165.43,178.37 --165.32,178.29 --165.5,178.74 --165.39,178.66 --165.27,178.58 --165.16,178.5 --165.04,178.42 --164.93,178.34 --164.81,178.26 --164.7,178.18 --164.58,178.1 --164.47,178.02 --164.35,177.94 --164.24,177.86 --164.12,177.78 --164.01,177.7 --163.89,177.63 --163.78,177.55 --163.66,177.47 --163.55,177.39 --163.43,177.31 --163.32,177.23 --163.2,177.15 --163.09,177.07 --162.97,176.99 --162.86,176.91 --162.75,176.83 --162.63,176.75 --162.52,176.67 --162.4,176.59 --162.29,176.51 --162.17,176.43 --162.06,176.35 --161.94,176.26 --161.83,176.18 --161.71,176.1 --161.6,176.02 --161.48,175.94 --161.37,175.86 --161.25,175.78 --161.14,175.7 --161.03,175.62 --160.91,175.54 --160.8,175.46 --160.68,175.38 --160.57,175.3 --160.45,175.22 --160.34,175.14 --160.22,175.06 --160.11,174.98 --159.99,174.9 --159.88,174.82 --159.76,174.74 --159.65,174.66 --159.54,174.57 --159.42,174.49 --159.31,174.41 --159.19,174.33 --159.08,174.25 --158.96,174.17 --158.85,174.09 --158.73,174.01 --158.62,173.93 --158.5,173.85 --158.39,173.77 --158.27,173.69 --158.16,173.61 --158.04,173.53 --157.93,173.45 --157.81,173.37 --157.7,173.29 --157.58,173.21 --157.47,173.13 --157.35,173.04 --157.24,172.96 --157.13,172.88 --157.01,172.8 --156.9,172.72 --156.78,172.64 --156.67,172.56 --156.55,172.48 --156.44,172.4 --156.32,172.32 --156.21,172.24 --156.09,172.16 --155.98,172.08 --155.86,172 --155.75,171.92 --155.63,171.84 --155.52,171.76 --155.41,171.68 --155.29,171.6 --155.18,171.52 --155.06,171.44 --154.95,171.36 --154.83,171.28 --154.72,171.2 --154.61,171.12 --154.49,171.04 --154.38,170.96 --154.26,170.88 --154.15,170.8 --154.37,171.23 --154.26,171.15 --154.14,171.07 --154.03,170.99 --153.92,170.91 --153.8,170.83 --153.69,170.75 --153.57,170.67 --153.46,170.59 --153.35,170.51 --153.23,170.43 --153.12,170.35 --153,170.27 --152.89,170.19 --152.78,170.12 --152.66,170.04 --152.55,169.96 --152.43,169.88 --152.32,169.8 --152.21,169.72 --152.09,169.64 --151.98,169.56 --151.86,169.48 --151.75,169.4 --151.64,169.32 --151.52,169.24 --151.41,169.16 --151.29,169.08 --151.18,169 --151.07,168.92 --150.95,168.84 --150.84,168.76 --150.72,168.68 --150.61,168.61 --150.5,168.53 --150.38,168.45 --150.27,168.37 --150.16,168.29 --150.04,168.21 --149.93,168.13 --149.81,168.05 --149.7,167.97 --149.59,167.89 --149.47,167.81 --149.36,167.73 --149.25,167.66 --149.13,167.58 --149.02,167.5 --148.9,167.42 --148.79,167.34 --148.68,167.26 --148.56,167.18 --148.45,167.1 --148.34,167.03 --148.22,166.95 --148.11,166.87 --147.99,166.79 --147.88,166.71 --147.77,166.63 --147.65,166.55 --147.54,166.47 --147.43,166.4 --147.31,166.32 --147.2,166.24 --147.09,166.16 --146.97,166.08 --146.86,166 --146.75,165.92 --146.63,165.85 --146.52,165.77 --146.41,165.69 --146.29,165.61 --146.18,165.53 --146.07,165.45 --145.95,165.38 --145.84,165.3 --145.73,165.22 --145.61,165.14 --145.5,165.06 --145.39,164.98 --145.27,164.9 --145.16,164.83 --145.05,164.75 --144.93,164.67 --144.82,164.59 --144.71,164.51 --144.59,164.43 --144.48,164.35 --144.37,164.28 --144.25,164.2 --144.14,164.12 --144.03,164.04 --143.91,163.96 --143.8,163.88 --143.69,163.8 --143.58,163.72 --143.46,163.65 --143.35,163.57 --143.24,163.49 --143.12,163.41 --143.37,163.8 --143.26,163.73 --143.14,163.65 --143.03,163.57 --142.92,163.49 --142.81,163.41 --142.7,163.34 --142.58,163.26 --142.47,163.18 --142.36,163.1 --142.25,163.03 --142.13,162.95 --142.02,162.87 --141.91,162.79 --141.8,162.71 --141.69,162.64 --141.57,162.56 --141.46,162.48 --141.35,162.4 --141.24,162.32 --141.12,162.25 --141.01,162.17 --140.9,162.09 --140.79,162.01 --140.67,161.94 --140.56,161.86 --140.45,161.78 --140.34,161.7 --140.22,161.62 --140.11,161.55 --140,161.47 --139.89,161.39 --139.77,161.31 --139.66,161.23 --139.55,161.16 --139.44,161.08 --139.32,161 --139.21,160.92 --139.1,160.84 --138.98,160.77 --138.87,160.69 --138.76,160.61 --138.65,160.53 --138.53,160.45 --138.42,160.38 --138.31,160.3 --138.19,160.22 --138.08,160.14 --137.97,160.06 --137.86,159.98 --137.74,159.91 --137.63,159.83 --137.52,159.75 --137.4,159.67 --137.29,159.59 --137.18,159.52 --137.06,159.44 --136.95,159.36 --136.84,159.28 --136.73,159.2 --136.61,159.13 --136.5,159.05 --136.39,158.97 --136.27,158.89 --136.16,158.81 --136.05,158.73 --135.94,158.66 --135.82,158.58 --135.71,158.5 --135.6,158.42 --135.49,158.34 --135.37,158.26 --135.26,158.19 --135.15,158.11 --135.04,158.03 --134.92,157.95 --134.81,157.87 --134.7,157.79 --134.59,157.72 --134.47,157.64 --134.36,157.56 --134.25,157.48 --134.14,157.4 --134.02,157.32 --133.91,157.25 --133.8,157.17 --133.69,157.09 --133.58,157.01 --133.46,156.93 --133.35,156.85 --133.24,156.77 --133.13,156.7 --133.02,156.62 --132.9,156.54 --132.79,156.46 --132.68,156.38 --132.57,156.3 --132.46,156.22 --132.34,156.14 --132.23,156.06 --132.51,156.38 --132.4,156.3 --132.29,156.22 --132.18,156.14 --132.07,156.06 --131.96,155.98 --131.85,155.9 --131.73,155.82 --131.62,155.74 --131.51,155.66 --131.4,155.58 --131.29,155.5 --131.18,155.42 --131.07,155.34 --130.96,155.26 --130.85,155.18 --130.74,155.1 --130.63,155.02 --130.52,154.94 --130.41,154.86 --130.3,154.78 --130.19,154.7 --130.08,154.61 --129.97,154.53 --129.86,154.45 --129.75,154.37 --129.64,154.29 --129.53,154.21 --129.42,154.13 --129.31,154.05 --129.2,153.96 --129.1,153.88 --128.99,153.8 --128.88,153.72 --128.77,153.64 --128.66,153.56 --128.55,153.48 --128.44,153.39 --128.33,153.31 --128.22,153.23 --128.11,153.15 --128,153.07 --127.89,152.99 --127.78,152.9 --127.67,152.82 --127.56,152.74 --127.45,152.66 --127.34,152.58 --127.23,152.5 --127.12,152.42 --127.02,152.33 --126.91,152.25 --126.8,152.17 --126.69,152.09 --126.58,152.01 --126.47,151.93 --126.36,151.85 --126.25,151.77 --126.14,151.68 --126.03,151.6 --125.92,151.52 --125.81,151.44 --125.7,151.36 --125.59,151.28 --125.48,151.2 --125.37,151.12 --125.26,151.04 --125.15,150.96 --125.04,150.88 --124.93,150.79 --124.82,150.71 --124.71,150.63 --124.6,150.55 --124.49,150.47 --124.39,150.39 --124.28,150.31 --124.17,150.23 --124.06,150.15 --123.95,150.07 --123.84,149.99 --123.73,149.91 --123.62,149.83 --123.51,149.74 --123.4,149.66 --123.29,149.58 --123.18,149.5 --123.07,149.42 --122.97,149.34 --122.86,149.26 --122.75,149.18 --122.64,149.1 --122.53,149.02 --122.42,148.94 --122.31,148.86 --122.2,148.78 --122.09,148.7 --121.99,148.62 --121.88,148.53 --121.77,148.45 --121.66,148.37 --121.96,148.67 --121.85,148.59 --121.74,148.51 --121.63,148.43 --121.53,148.35 --121.42,148.27 --121.31,148.19 --121.2,148.11 --121.09,148.03 --120.99,147.95 --120.88,147.87 --120.77,147.79 --120.66,147.71 --120.55,147.64 --120.45,147.56 --120.34,147.48 --120.23,147.4 --120.12,147.32 --120.01,147.24 --119.91,147.16 --119.8,147.08 --119.69,147 --119.58,146.92 --119.47,146.84 --119.37,146.76 --119.26,146.68 --119.15,146.61 --119.04,146.53 --118.93,146.45 --118.83,146.37 --118.72,146.29 --118.61,146.21 --118.5,146.13 --118.4,146.05 --118.29,145.97 --118.18,145.89 --118.07,145.81 --117.97,145.73 --117.86,145.65 --117.75,145.57 --117.64,145.5 --117.54,145.42 --117.43,145.34 --117.32,145.26 --117.21,145.18 --117.11,145.1 --117,145.02 --116.89,144.94 --116.79,144.86 --116.68,144.78 --116.57,144.7 --116.47,144.63 --116.36,144.55 --116.25,144.47 --116.14,144.39 --116.04,144.31 --115.93,144.23 --115.82,144.15 --115.71,144.07 --115.61,143.99 --115.5,143.91 --115.39,143.83 --115.29,143.75 --115.18,143.67 --115.07,143.59 --114.96,143.51 --114.86,143.43 --114.75,143.35 --114.64,143.27 --114.53,143.19 --114.43,143.11 --114.32,143.03 --114.21,142.95 --114.1,142.87 --114,142.79 --113.89,142.71 --113.78,142.63 --113.68,142.55 --113.57,142.47 --113.46,142.39 --113.35,142.31 --113.25,142.23 --113.14,142.15 --113.03,142.06 --112.92,141.98 --112.82,141.9 --112.71,141.82 --112.6,141.74 --112.5,141.66 --112.39,141.57 --112.28,141.49 --112.17,141.41 --112.07,141.33 --111.96,141.25 --111.85,141.17 --111.74,141.08 --111.64,141 --111.53,140.92 --111.42,140.84 --111.31,140.76 --111.63,141.04 --111.53,140.96 --111.42,140.87 --111.31,140.79 --111.21,140.71 --111.1,140.63 --110.99,140.55 --110.89,140.46 --110.78,140.38 --110.67,140.3 --110.57,140.22 --110.46,140.13 --110.35,140.05 --110.25,139.97 --110.14,139.89 --110.03,139.8 --109.93,139.72 --109.82,139.64 --109.71,139.55 --109.61,139.47 --109.5,139.39 --109.39,139.3 --109.29,139.22 --109.18,139.14 --109.07,139.05 --108.97,138.97 --108.86,138.88 --108.75,138.8 --108.65,138.72 --108.54,138.63 --108.44,138.55 --108.33,138.46 --108.22,138.38 --108.12,138.29 --108.01,138.2 --107.91,138.12 --107.8,138.03 --107.69,137.95 --107.59,137.86 --107.48,137.78 --107.38,137.69 --107.27,137.6 --107.17,137.52 --107.06,137.43 --106.95,137.34 --106.85,137.26 --106.74,137.17 --106.64,137.08 --106.53,137 --106.43,136.91 --106.32,136.82 --106.22,136.74 --106.11,136.65 --106.01,136.56 --105.9,136.48 --105.8,136.39 --105.69,136.3 --105.59,136.21 --105.48,136.13 --105.38,136.04 --105.27,135.95 --105.17,135.86 --105.06,135.78 --104.96,135.69 --104.86,135.6 --104.75,135.51 --104.65,135.42 --104.54,135.34 --104.44,135.25 --104.34,135.16 --104.23,135.07 --104.13,134.98 --104.02,134.9 --103.92,134.81 --103.82,134.72 --103.71,134.63 --103.61,134.54 --103.51,134.45 --103.4,134.37 --103.3,134.28 --103.2,134.19 --103.1,134.1 --102.99,134.01 --102.89,133.92 --102.79,133.83 --102.69,133.74 --102.58,133.65 --102.48,133.56 --102.38,133.48 --102.28,133.39 --102.18,133.3 --102.08,133.21 --101.97,133.12 --101.87,133.03 --101.77,132.94 --101.67,132.85 --101.57,132.76 --101.47,132.67 --101.37,132.58 --101.26,132.49 --101.62,132.72 --101.52,132.63 --101.42,132.54 --101.32,132.45 --101.22,132.36 --101.12,132.27 --101.02,132.18 --100.92,132.09 --100.82,132 --100.72,131.91 --100.63,131.82 --100.53,131.73 --100.43,131.64 --100.33,131.55 --100.23,131.46 --100.13,131.37 --100.04,131.28 --99.94,131.19 --99.842,131.11 --99.745,131.02 --99.648,130.93 --99.551,130.84 --99.454,130.75 --99.356,130.66 --99.259,130.57 --99.162,130.48 --99.065,130.38 --98.968,130.29 --98.871,130.2 --98.775,130.11 --98.678,130.02 --98.581,129.93 --98.485,129.84 --98.388,129.75 --98.292,129.66 --98.195,129.56 --98.099,129.47 --98.002,129.38 --97.906,129.29 --97.809,129.2 --97.713,129.11 --97.617,129.01 --97.521,128.92 --97.425,128.83 --97.329,128.74 --97.234,128.65 --97.139,128.56 --97.044,128.47 --96.949,128.37 --96.855,128.28 --96.761,128.19 --96.667,128.1 --96.573,128.01 --96.48,127.92 --96.386,127.82 --96.293,127.73 --96.199,127.64 --96.106,127.55 --96.013,127.46 --95.92,127.37 --95.827,127.27 --95.734,127.18 --95.642,127.09 --95.549,127 --95.456,126.91 --95.363,126.82 --95.271,126.72 --95.178,126.63 --95.085,126.54 --94.993,126.45 --94.9,126.35 --94.807,126.26 --94.715,126.17 --94.622,126.07 --94.529,125.98 --94.437,125.89 --94.344,125.79 --94.252,125.7 --94.159,125.61 --94.067,125.51 --93.974,125.42 --93.881,125.33 --93.789,125.23 --93.697,125.14 --93.604,125.04 --93.512,124.95 --93.419,124.86 --93.327,124.76 --93.235,124.67 --93.143,124.57 --93.05,124.48 --92.958,124.38 --92.866,124.29 --92.774,124.19 --92.682,124.1 --92.59,124.01 --92.498,123.91 --92.407,123.82 --92.315,123.72 --92.223,123.63 --92.608,123.82 --92.517,123.73 --92.426,123.63 --92.335,123.54 --92.244,123.44 --92.154,123.35 --92.063,123.25 --91.972,123.16 --91.882,123.06 --91.791,122.97 --91.701,122.87 --91.61,122.78 --91.52,122.68 --91.429,122.59 --91.339,122.49 --91.249,122.39 --91.159,122.3 --91.069,122.2 --90.979,122.11 --90.889,122.01 --90.799,121.92 --90.709,121.82 --90.619,121.72 --90.53,121.63 --90.44,121.53 --90.351,121.44 --90.261,121.34 --90.172,121.25 --90.083,121.15 --89.993,121.05 --89.904,120.96 --89.815,120.86 --89.726,120.76 --89.637,120.67 --89.548,120.57 --89.459,120.47 --89.371,120.38 --89.282,120.28 --89.193,120.19 --89.105,120.09 --89.016,119.99 --88.928,119.9 --88.84,119.8 --88.752,119.7 --88.664,119.6 --88.575,119.51 --88.487,119.41 --88.399,119.31 --88.312,119.22 --88.224,119.12 --88.136,119.02 --88.048,118.93 --87.96,118.83 --87.873,118.73 --87.785,118.63 --87.698,118.54 --87.611,118.44 --87.523,118.34 --87.436,118.25 --87.349,118.15 --87.262,118.05 --87.175,117.95 --87.088,117.86 --87.001,117.76 --86.914,117.66 --86.827,117.56 --86.74,117.47 --86.653,117.37 --86.567,117.27 --86.48,117.17 --86.394,117.08 --86.307,116.98 --86.221,116.88 --86.134,116.78 --86.048,116.69 --85.962,116.59 --85.876,116.49 --85.789,116.39 --85.703,116.3 --85.617,116.2 --85.531,116.1 --85.445,116 --85.359,115.91 --85.273,115.81 --85.188,115.71 --85.102,115.61 --85.016,115.51 --84.931,115.42 --84.845,115.32 --84.76,115.22 --84.674,115.12 --84.589,115.02 --84.504,114.93 --84.418,114.83 --84.333,114.73 --84.248,114.63 --84.163,114.53 --84.078,114.44 --83.993,114.34 --83.908,114.24 --84.325,114.39 --84.24,114.3 --84.156,114.2 --84.072,114.1 --83.988,114 --83.903,113.91 --83.819,113.81 --83.735,113.71 --83.651,113.61 --83.567,113.52 --83.483,113.42 --83.399,113.32 --83.316,113.22 --83.232,113.13 --83.148,113.03 --83.064,112.93 --82.981,112.83 --82.897,112.74 --82.813,112.64 --82.73,112.54 --82.646,112.44 --82.563,112.34 --82.479,112.25 --82.396,112.15 --82.312,112.05 --82.229,111.95 --82.146,111.86 --82.063,111.76 --81.979,111.66 --81.896,111.56 --81.813,111.47 --81.73,111.37 --81.647,111.27 --81.564,111.17 --81.481,111.07 --81.398,110.98 --81.316,110.88 --81.233,110.78 --81.15,110.68 --81.068,110.59 --80.985,110.49 --80.902,110.39 --80.82,110.29 --80.738,110.2 --80.655,110.1 --80.573,110 --80.491,109.9 --80.408,109.8 --80.326,109.71 --80.244,109.61 --80.162,109.51 --80.08,109.41 --79.998,109.32 --79.916,109.22 --79.835,109.12 --79.753,109.02 --79.671,108.93 --79.59,108.83 --79.508,108.73 --79.426,108.63 --79.345,108.54 --79.263,108.44 --79.182,108.34 --79.101,108.24 --79.019,108.15 --78.938,108.05 --78.856,107.95 --78.775,107.85 --78.694,107.76 --78.612,107.66 --78.531,107.56 --78.45,107.46 --78.369,107.36 --78.288,107.27 --78.207,107.17 --78.126,107.07 --78.045,106.97 --77.964,106.88 --77.883,106.78 --77.803,106.68 --77.722,106.58 --77.642,106.49 --77.561,106.39 --77.481,106.29 --77.4,106.19 --77.32,106.1 --77.24,106 --77.159,105.9 --77.079,105.8 --76.999,105.7 --76.919,105.61 --76.839,105.51 --76.759,105.41 --76.679,105.31 --76.599,105.22 --76.519,105.12 --76.44,105.02 --76.36,104.92 --76.28,104.83 --76.2,104.73 --76.655,104.82 --76.576,104.73 --76.497,104.63 --76.419,104.53 --76.34,104.43 --76.261,104.34 --76.183,104.24 --76.104,104.14 --76.026,104.04 --75.948,103.95 --75.87,103.85 --75.791,103.75 --75.713,103.65 --75.635,103.56 --75.557,103.46 --75.479,103.36 --75.401,103.26 --75.323,103.17 --75.246,103.07 --75.168,102.97 --75.09,102.87 --75.012,102.78 --74.935,102.68 --74.857,102.58 --74.78,102.48 --74.702,102.39 --74.625,102.29 --74.548,102.19 --74.47,102.09 --74.393,102 --74.316,101.9 --74.239,101.8 --74.162,101.7 --74.085,101.61 --74.008,101.51 --73.931,101.41 --73.854,101.31 --73.778,101.22 --73.701,101.12 --73.624,101.02 --73.548,100.92 --73.471,100.82 --73.395,100.73 --73.318,100.63 --73.242,100.53 --73.166,100.43 --73.089,100.34 --73.013,100.24 --72.937,100.14 --72.861,100.04 --72.785,99.945 --72.709,99.848 --72.633,99.75 --72.557,99.652 --72.481,99.554 --72.405,99.456 --72.329,99.358 --72.253,99.261 --72.178,99.163 --72.102,99.065 --72.026,98.967 --71.951,98.869 --71.875,98.771 --71.8,98.673 --71.724,98.576 --71.649,98.478 --71.573,98.38 --71.498,98.282 --71.423,98.184 --71.347,98.087 --71.272,97.989 --71.197,97.891 --71.122,97.793 --71.047,97.695 --70.972,97.597 --70.897,97.499 --70.823,97.401 --70.748,97.304 --70.673,97.206 --70.599,97.108 --70.524,97.01 --70.449,96.912 --70.375,96.814 --70.3,96.716 --70.225,96.618 --70.151,96.52 --70.077,96.423 --70.002,96.325 --69.928,96.227 --69.853,96.129 --69.779,96.031 --69.705,95.933 --69.63,95.835 --69.556,95.737 --69.482,95.639 --69.408,95.541 --69.334,95.443 --69.26,95.345 --69.187,95.246 --69.113,95.148 --69.674,95.125 --69.602,95.027 --69.529,94.929 --69.457,94.831 --69.384,94.733 --69.311,94.635 --69.239,94.538 --69.167,94.44 --69.094,94.342 --69.022,94.244 --68.95,94.146 --68.878,94.048 --68.805,93.95 --68.733,93.853 --68.661,93.755 --68.589,93.657 --68.517,93.559 --68.445,93.461 --68.374,93.363 --68.302,93.265 --68.23,93.167 --68.158,93.069 --68.086,92.971 --68.015,92.874 --67.943,92.776 --67.871,92.678 --67.799,92.58 --67.728,92.482 --67.656,92.384 --67.585,92.286 --67.513,92.187 --67.442,92.089 --67.37,91.991 --67.299,91.893 --67.228,91.795 --67.156,91.697 --67.085,91.599 --67.014,91.501 --66.943,91.403 --66.871,91.305 --66.8,91.206 --66.729,91.108 --66.658,91.01 --66.586,90.912 --66.515,90.814 --66.444,90.716 --66.373,90.618 --66.302,90.519 --66.231,90.421 --66.16,90.323 --66.089,90.225 --66.018,90.126 --65.947,90.028 --65.876,89.93 --65.804,89.832 --65.733,89.734 --65.661,89.636 --65.59,89.538 --65.518,89.44 --65.447,89.341 --65.375,89.243 --65.304,89.145 --65.232,89.047 --65.161,88.949 --65.09,88.851 --65.018,88.753 --64.947,88.655 --64.876,88.558 --64.805,88.46 --64.734,88.362 --64.662,88.264 --64.591,88.167 --64.52,88.069 --64.449,87.972 --64.377,87.875 --64.306,87.778 --64.235,87.681 --64.164,87.584 --64.093,87.487 --64.023,87.39 --63.952,87.293 --63.882,87.196 --63.811,87.099 --63.74,87.003 --63.669,86.906 --63.598,86.81 --63.527,86.713 --63.456,86.617 --63.385,86.521 --63.314,86.424 --63.243,86.328 --63.172,86.232 --63.101,86.136 --63.03,86.04 --62.958,85.944 --62.887,85.848 --62.816,85.752 --62.745,85.656 --62.674,85.56 --62.604,85.464 --63.133,85.449 --63.064,85.353 --62.994,85.257 --62.924,85.16 --62.854,85.065 --62.784,84.969 --62.714,84.873 --62.644,84.777 --62.574,84.681 --62.504,84.585 --62.434,84.49 --62.363,84.394 --62.293,84.298 --62.223,84.203 --62.153,84.107 --62.083,84.012 --62.013,83.916 --61.943,83.821 --61.873,83.725 --61.802,83.63 --61.732,83.534 --61.662,83.439 --61.592,83.344 --61.522,83.249 --61.452,83.154 --61.382,83.059 --61.312,82.964 --61.242,82.869 --61.172,82.774 --61.102,82.68 --61.032,82.585 --60.962,82.49 --60.891,82.396 --60.821,82.301 --60.751,82.206 --60.681,82.112 --60.611,82.017 --60.541,81.923 --60.471,81.828 --60.401,81.733 --60.331,81.639 --60.261,81.544 --60.191,81.45 --60.121,81.355 --60.051,81.261 --59.981,81.166 --59.911,81.072 --59.841,80.978 --59.772,80.883 --59.702,80.789 --59.632,80.695 --59.562,80.601 --59.492,80.506 --59.422,80.412 --59.352,80.318 --59.282,80.224 --59.212,80.13 --59.143,80.036 --59.073,79.942 --59.003,79.848 --58.933,79.754 --58.863,79.661 --58.792,79.567 --58.722,79.473 --58.652,79.379 --58.582,79.285 --58.512,79.191 --58.442,79.097 --58.372,79.003 --58.302,78.909 --58.232,78.815 --58.162,78.72 --58.092,78.626 --58.021,78.532 --57.951,78.438 --57.881,78.344 --57.81,78.25 --57.74,78.156 --57.669,78.063 --57.598,77.969 --57.528,77.875 --57.457,77.782 --57.386,77.688 --57.316,77.595 --57.245,77.502 --57.174,77.408 --57.103,77.315 --57.032,77.222 --56.961,77.129 --56.891,77.035 --56.82,76.942 --56.749,76.849 --56.679,76.756 --56.608,76.663 --56.537,76.57 --56.467,76.477 --56.396,76.384 --56.325,76.292 --56.254,76.199 --56.183,76.106 --56.711,76.098 --56.64,76.006 --56.57,75.913 --56.5,75.821 --56.43,75.728 --56.359,75.636 --56.289,75.543 --56.218,75.45 --56.148,75.358 --56.077,75.265 --56.006,75.172 --55.936,75.079 --55.865,74.987 --55.794,74.894 --55.723,74.801 --55.652,74.709 --55.581,74.616 --55.51,74.523 --55.439,74.431 --55.368,74.338 --55.297,74.245 --55.225,74.152 --55.154,74.06 --55.083,73.967 --55.012,73.874 --54.941,73.782 --54.869,73.689 --54.798,73.597 --54.727,73.504 --54.656,73.412 --54.584,73.319 --54.513,73.227 --54.442,73.135 --54.37,73.043 --54.299,72.951 --54.227,72.859 --54.156,72.768 --54.084,72.676 --54.013,72.584 --53.941,72.493 --53.87,72.401 --53.798,72.309 --53.727,72.218 --53.655,72.127 --53.583,72.035 --53.511,71.944 --53.44,71.852 --53.368,71.761 --53.296,71.67 --53.224,71.579 --53.153,71.487 --53.081,71.396 --53.009,71.305 --52.937,71.214 --52.865,71.122 --52.794,71.031 --52.722,70.94 --52.65,70.848 --52.578,70.757 --52.506,70.666 --52.434,70.575 --52.362,70.484 --52.289,70.393 --52.217,70.301 --52.145,70.21 --52.073,70.119 --52,70.029 --51.928,69.938 --51.855,69.847 --51.783,69.756 --51.71,69.665 --51.638,69.574 --51.565,69.483 --51.493,69.392 --51.42,69.302 --51.348,69.211 --51.275,69.12 --51.203,69.029 --51.13,68.939 --51.057,68.848 --50.984,68.758 --50.912,68.667 --50.839,68.577 --50.766,68.486 --50.693,68.396 --50.62,68.305 --50.547,68.215 --50.474,68.125 --50.401,68.035 --50.328,67.945 --50.255,67.854 --50.182,67.764 --50.109,67.674 --50.036,67.584 --49.963,67.494 --49.89,67.405 --49.816,67.315 --49.743,67.225 --49.67,67.135 --49.597,67.045 --50.188,66.899 --50.116,66.809 --50.043,66.719 --49.971,66.629 --49.899,66.539 --49.827,66.45 --49.754,66.36 --49.682,66.27 --49.61,66.181 --49.537,66.091 --49.465,66.002 --49.392,65.912 --49.32,65.823 --49.247,65.733 --49.174,65.644 --49.102,65.555 --49.029,65.465 --48.956,65.376 --48.884,65.287 --48.811,65.198 --48.738,65.108 --48.666,65.019 --48.593,64.93 --48.52,64.841 --48.448,64.752 --48.375,64.662 --48.302,64.573 --48.229,64.484 --48.157,64.396 --48.084,64.307 --48.011,64.218 --47.939,64.129 --47.866,64.04 --47.793,63.952 --47.72,63.863 --47.648,63.775 --47.575,63.686 --47.502,63.598 --47.429,63.509 --47.356,63.421 --47.284,63.333 --47.211,63.245 --47.138,63.157 --47.065,63.068 --46.992,62.98 --46.919,62.892 --46.846,62.804 --46.772,62.716 --46.699,62.629 --46.626,62.541 --46.553,62.453 --46.48,62.365 --46.407,62.278 --46.333,62.19 --46.26,62.102 --46.187,62.015 --46.114,61.927 --46.04,61.84 --45.967,61.752 --45.894,61.665 --45.821,61.578 --45.747,61.49 --45.674,61.403 --45.601,61.316 --45.528,61.229 --45.454,61.142 --45.381,61.055 --45.308,60.968 --45.235,60.881 --45.161,60.794 --45.088,60.707 --45.014,60.621 --44.941,60.535 --44.867,60.449 --44.793,60.363 --44.72,60.277 --44.646,60.191 --44.572,60.105 --44.498,60.019 --44.425,59.934 --44.351,59.848 --44.278,59.762 --44.205,59.676 --44.131,59.591 --44.058,59.505 --43.985,59.419 --43.911,59.333 --43.838,59.248 --43.765,59.162 --43.691,59.077 --43.618,58.991 --43.544,58.906 --43.471,58.821 --43.398,58.735 --43.325,58.65 --43.251,58.565 --43.178,58.48 --43.104,58.395 --43.031,58.31 --42.957,58.225 --43.515,58.088 --43.442,58.003 --43.37,57.918 --43.298,57.833 --43.226,57.748 --43.154,57.663 --43.081,57.578 --43.009,57.493 --42.938,57.408 --42.866,57.324 --42.794,57.239 --42.722,57.154 --42.65,57.07 --42.578,56.986 --42.506,56.901 --42.434,56.817 --42.363,56.733 --42.291,56.649 --42.219,56.565 --42.147,56.481 --42.075,56.397 --42.003,56.313 --41.931,56.23 --41.859,56.146 --41.787,56.063 --41.715,55.98 --41.643,55.896 --41.571,55.813 --41.5,55.73 --41.428,55.647 --41.356,55.564 --41.284,55.481 --41.213,55.398 --41.141,55.315 --41.069,55.232 --40.998,55.149 --40.926,55.067 --40.855,54.984 --40.783,54.901 --40.711,54.819 --40.64,54.736 --40.568,54.654 --40.496,54.571 --40.425,54.489 --40.353,54.407 --40.281,54.325 --40.21,54.242 --40.138,54.16 --40.066,54.078 --39.995,53.996 --39.923,53.915 --39.851,53.833 --39.78,53.751 --39.708,53.669 --39.636,53.588 --39.564,53.506 --39.493,53.425 --39.421,53.343 --39.35,53.262 --39.278,53.18 --39.206,53.099 --39.135,53.018 --39.064,52.937 --38.992,52.856 --38.921,52.775 --38.85,52.694 --38.779,52.613 --38.708,52.532 --38.637,52.451 --38.565,52.37 --38.494,52.289 --38.423,52.208 --38.352,52.128 --38.281,52.047 --38.21,51.966 --38.139,51.886 --38.068,51.806 --37.997,51.725 --37.927,51.645 --37.856,51.565 --37.785,51.484 --37.714,51.404 --37.643,51.324 --37.573,51.244 --37.502,51.164 --37.431,51.084 --37.361,51.004 --37.29,50.923 --37.22,50.843 --37.149,50.763 --37.079,50.684 --37.008,50.604 --36.938,50.524 --36.868,50.444 --36.798,50.364 --36.727,50.285 --36.657,50.205 --36.587,50.126 --36.517,50.046 --36.447,49.967 --36.984,49.838 --36.915,49.759 --36.847,49.68 --36.778,49.6 --36.709,49.521 --36.641,49.442 --36.573,49.363 --36.504,49.284 --36.436,49.205 --36.368,49.126 --36.3,49.047 --36.232,48.968 --36.164,48.89 --36.096,48.811 --36.028,48.732 --35.961,48.654 --35.893,48.575 --35.825,48.497 --35.758,48.418 --35.691,48.339 --35.623,48.261 --35.556,48.182 --35.489,48.104 --35.422,48.025 --35.356,47.947 --35.289,47.869 --35.222,47.791 --35.155,47.713 --35.089,47.636 --35.022,47.558 --34.956,47.481 --34.889,47.403 --34.823,47.326 --34.757,47.249 --34.691,47.172 --34.625,47.094 --34.559,47.017 --34.494,46.94 --34.428,46.863 --34.363,46.786 --34.298,46.709 --34.233,46.632 --34.168,46.556 --34.103,46.479 --34.038,46.403 --33.974,46.326 --33.91,46.249 --33.846,46.173 --33.782,46.096 --33.719,46.02 --33.656,45.943 --33.592,45.867 --33.529,45.791 --33.466,45.714 --33.403,45.638 --33.34,45.562 --33.277,45.486 --33.214,45.41 --33.151,45.334 --33.089,45.259 --33.027,45.183 --32.965,45.107 --32.903,45.032 --32.841,44.956 --32.78,44.881 --32.718,44.806 --32.657,44.731 --32.596,44.656 --32.534,44.581 --32.473,44.506 --32.413,44.431 --32.352,44.356 --32.291,44.281 --32.231,44.207 --32.171,44.132 --32.111,44.057 --32.051,43.983 --31.991,43.908 --31.931,43.834 --31.872,43.76 --31.812,43.685 --31.753,43.611 --31.694,43.537 --31.635,43.463 --31.576,43.389 --31.517,43.316 --31.458,43.242 --31.399,43.168 --31.341,43.095 --31.282,43.022 --31.224,42.948 --31.166,42.875 --31.108,42.802 --31.05,42.729 --30.992,42.656 --30.934,42.583 --30.876,42.51 --30.819,42.438 --30.761,42.365 --30.704,42.293 --31.233,42.195 --31.176,42.122 --31.12,42.05 --31.064,41.978 --31.008,41.906 --30.952,41.834 --30.896,41.762 --30.841,41.69 --30.785,41.618 --30.73,41.546 --30.675,41.475 --30.619,41.403 --30.564,41.331 --30.51,41.259 --30.455,41.188 --30.4,41.116 --30.346,41.045 --30.291,40.973 --30.237,40.902 --30.183,40.83 --30.129,40.759 --30.075,40.688 --30.021,40.616 --29.967,40.545 --29.914,40.474 --29.86,40.403 --29.807,40.332 --29.753,40.261 --29.7,40.19 --29.647,40.12 --29.594,40.049 --29.541,39.978 --29.488,39.908 --29.436,39.837 --29.383,39.767 --29.331,39.696 --29.279,39.626 --29.226,39.555 --29.174,39.485 --29.122,39.415 --29.07,39.344 --29.019,39.274 --28.967,39.204 --28.915,39.134 --28.864,39.064 --28.812,38.994 --28.761,38.924 --28.71,38.854 --28.659,38.785 --28.607,38.715 --28.557,38.645 --28.506,38.575 --28.455,38.506 --28.404,38.436 --28.354,38.367 --28.303,38.297 --28.253,38.228 --28.203,38.159 --28.153,38.089 --28.103,38.02 --28.053,37.951 --28.003,37.882 --27.953,37.812 --27.903,37.743 --27.854,37.674 --27.804,37.605 --27.755,37.536 --27.705,37.467 --27.656,37.398 --27.607,37.329 --27.558,37.261 --27.509,37.192 --27.46,37.123 --27.411,37.054 --27.362,36.986 --27.313,36.917 --27.265,36.848 --27.216,36.78 --27.168,36.711 --27.12,36.642 --27.071,36.574 --27.023,36.505 --26.975,36.437 --26.927,36.368 --26.879,36.3 --26.832,36.232 --26.784,36.164 --26.736,36.095 --26.688,36.027 --26.641,35.959 --26.593,35.891 --26.546,35.823 --26.498,35.755 --26.451,35.687 --26.404,35.619 --26.357,35.551 --26.31,35.484 --26.263,35.416 --26.216,35.348 --26.169,35.28 --26.608,35.241 --26.562,35.174 --26.516,35.106 --26.47,35.039 --26.424,34.972 --26.378,34.905 --26.332,34.838 --26.287,34.771 --26.241,34.704 --26.195,34.637 --26.15,34.57 --26.104,34.503 --26.059,34.436 --26.013,34.37 --25.968,34.303 --25.923,34.237 --25.878,34.17 --25.833,34.104 --25.788,34.038 --25.743,33.972 --25.698,33.906 --25.653,33.84 --25.608,33.774 --25.564,33.708 --25.519,33.643 --25.475,33.577 --25.43,33.512 --25.386,33.446 --25.342,33.381 --25.298,33.316 --25.253,33.251 --25.209,33.186 --25.165,33.121 --25.121,33.056 --25.077,32.992 --25.033,32.927 --24.989,32.863 --24.945,32.799 --24.901,32.735 --24.857,32.671 --24.813,32.607 --24.77,32.543 --24.726,32.479 --24.683,32.415 --24.639,32.351 --24.596,32.288 --24.553,32.224 --24.51,32.161 --24.467,32.098 --24.424,32.035 --24.381,31.972 --24.339,31.909 --24.296,31.846 --24.253,31.784 --24.211,31.721 --24.169,31.659 --24.126,31.596 --24.084,31.534 --24.042,31.472 --24,31.41 --23.958,31.349 --23.917,31.287 --23.875,31.226 --23.833,31.164 --23.792,31.103 --23.75,31.042 --23.709,30.982 --23.668,30.921 --23.627,30.86 --23.585,30.8 --23.544,30.74 --23.503,30.68 --23.462,30.62 --23.421,30.561 --23.38,30.502 --23.339,30.442 --23.298,30.383 --23.257,30.324 --23.217,30.265 --23.176,30.207 --23.136,30.148 --23.096,30.09 --23.055,30.031 --23.015,29.973 --22.975,29.915 --22.934,29.857 --22.894,29.799 --22.854,29.741 --22.814,29.684 --22.774,29.626 --22.734,29.569 --22.694,29.511 --22.655,29.454 --22.615,29.397 --22.576,29.34 --22.536,29.283 --22.497,29.226 --22.457,29.17 --22.418,29.113 --22.379,29.057 --22.668,29.026 --22.63,28.97 --22.591,28.914 --22.553,28.858 --22.515,28.802 --22.477,28.747 --22.439,28.691 --22.401,28.636 --22.363,28.581 --22.325,28.525 --22.287,28.47 --22.249,28.416 --22.212,28.361 --22.174,28.306 --22.137,28.252 --22.099,28.197 --22.062,28.143 --22.025,28.088 --21.987,28.034 --21.95,27.98 --21.913,27.926 --21.876,27.872 --21.839,27.819 --21.802,27.765 --21.765,27.711 --21.728,27.658 --21.691,27.605 --21.654,27.551 --21.617,27.498 --21.581,27.445 --21.544,27.392 --21.507,27.34 --21.47,27.287 --21.433,27.234 --21.397,27.182 --21.36,27.13 --21.323,27.077 --21.286,27.025 --21.25,26.973 --21.213,26.921 --21.176,26.869 --21.14,26.818 --21.103,26.766 --21.067,26.714 --21.03,26.663 --20.993,26.612 --20.957,26.56 --20.92,26.509 --20.884,26.458 --20.847,26.407 --20.81,26.356 --20.774,26.305 --20.737,26.255 --20.701,26.204 --20.664,26.153 --20.628,26.103 --20.591,26.053 --20.555,26.002 --20.518,25.952 --20.482,25.902 --20.445,25.852 --20.409,25.802 --20.373,25.753 --20.336,25.703 --20.3,25.653 --20.264,25.604 --20.227,25.555 --20.191,25.505 --20.155,25.456 --20.119,25.407 --20.083,25.358 --20.046,25.309 --20.01,25.261 --19.974,25.212 --19.938,25.163 --19.902,25.115 --19.867,25.067 --19.831,25.018 --19.795,24.97 --19.759,24.922 --19.724,24.874 --19.688,24.826 --19.652,24.779 --19.616,24.731 --19.581,24.684 --19.545,24.636 --19.51,24.589 --19.474,24.542 --19.438,24.495 --19.403,24.449 --19.367,24.402 --19.332,24.356 --19.296,24.309 --19.26,24.263 --19.224,24.217 --19.189,24.171 --19.153,24.125 --19.117,24.08 --19.082,24.034 --19.046,23.988 --19.365,23.841 --19.33,23.795 --19.295,23.75 --19.261,23.704 --19.226,23.659 --19.191,23.614 --19.156,23.569 --19.121,23.524 --19.086,23.479 --19.051,23.434 --19.017,23.389 --18.982,23.344 --18.947,23.299 --18.912,23.254 --18.878,23.21 --18.843,23.165 --18.808,23.12 --18.773,23.076 --18.739,23.031 --18.704,22.987 --18.669,22.942 --18.634,22.898 --18.599,22.853 --18.565,22.809 --18.53,22.765 --18.495,22.721 --18.46,22.677 --18.425,22.633 --18.391,22.589 --18.356,22.545 --18.321,22.501 --18.286,22.457 --18.252,22.413 --18.217,22.369 --18.182,22.325 --18.148,22.282 --18.113,22.238 --18.078,22.195 --18.044,22.151 --18.009,22.108 --17.974,22.065 --17.94,22.022 --17.905,21.979 --17.87,21.936 --17.836,21.894 --17.801,21.851 --17.766,21.808 --17.732,21.766 --17.698,21.723 --17.663,21.681 --17.629,21.638 --17.594,21.596 --17.56,21.553 --17.525,21.511 --17.491,21.469 --17.457,21.426 --17.423,21.384 --17.389,21.342 --17.354,21.3 --17.32,21.258 --17.286,21.216 --17.253,21.174 --17.219,21.132 --17.185,21.09 --17.151,21.048 --17.118,21.007 --17.084,20.965 --17.051,20.923 --17.017,20.882 --16.984,20.84 --16.95,20.799 --16.917,20.758 --16.883,20.716 --16.85,20.675 --16.817,20.634 --16.783,20.592 --16.75,20.551 --16.717,20.51 --16.684,20.468 --16.65,20.427 --16.617,20.386 --16.584,20.345 --16.551,20.303 --16.518,20.262 --16.484,20.22 --16.451,20.179 --16.418,20.138 --16.384,20.096 --16.351,20.055 --16.317,20.013 --16.283,19.972 --16.249,19.93 --16.215,19.888 --16.182,19.847 --16.148,19.805 --16.114,19.763 --16.079,19.721 --16.045,19.68 --16.011,19.638 --15.977,19.596 --16.296,19.433 --16.262,19.39 --16.229,19.348 --16.195,19.305 --16.161,19.263 --16.127,19.22 --16.093,19.177 --16.059,19.135 --16.025,19.092 --15.99,19.049 --15.956,19.006 --15.921,18.963 --15.887,18.92 --15.852,18.877 --15.817,18.834 --15.782,18.791 --15.747,18.747 --15.712,18.704 --15.676,18.661 --15.64,18.617 --15.604,18.574 --15.568,18.53 --15.532,18.486 --15.496,18.443 --15.459,18.399 --15.423,18.355 --15.386,18.311 --15.349,18.267 --15.312,18.223 --15.275,18.179 --15.238,18.134 --15.201,18.089 --15.163,18.045 --15.126,18 --15.089,17.955 --15.051,17.91 --15.013,17.865 --14.975,17.82 --14.938,17.774 --14.9,17.729 --14.861,17.683 --14.823,17.638 --14.785,17.592 --14.747,17.546 --14.708,17.5 --14.67,17.454 --14.631,17.408 --14.593,17.362 --14.554,17.316 --14.515,17.269 --14.477,17.223 --14.437,17.176 --14.398,17.129 --14.359,17.082 --14.32,17.035 --14.28,16.988 --14.241,16.94 --14.201,16.893 --14.161,16.845 --14.121,16.798 --14.081,16.75 --14.041,16.703 --14.001,16.655 --13.961,16.607 --13.921,16.56 --13.881,16.512 --13.84,16.464 --13.8,16.416 --13.759,16.368 --13.719,16.32 --13.678,16.272 --13.638,16.225 --13.598,16.177 --13.557,16.129 --13.517,16.081 --13.477,16.033 --13.436,15.985 --13.396,15.937 --13.355,15.889 --13.315,15.841 --13.274,15.792 --13.234,15.744 --13.193,15.695 --13.153,15.647 --13.112,15.598 --13.072,15.549 --13.031,15.5 --12.99,15.451 --12.95,15.402 --12.909,15.353 --12.869,15.304 --12.828,15.254 --12.788,15.205 --12.747,15.155 --12.707,15.105 --12.667,15.055 --12.626,15.005 --12.586,14.955 --12.546,14.905 --12.506,14.855 --12.88,14.7 --12.84,14.65 --12.801,14.599 --12.762,14.548 --12.722,14.497 --12.683,14.446 --12.644,14.395 --12.605,14.343 --12.566,14.292 --12.526,14.24 --12.487,14.189 --12.447,14.137 --12.408,14.085 --12.368,14.034 --12.329,13.982 --12.29,13.93 --12.25,13.878 --12.211,13.826 --12.171,13.774 --12.132,13.722 --12.092,13.67 --12.053,13.619 --12.014,13.567 --11.974,13.515 --11.935,13.463 --11.896,13.411 --11.857,13.359 --11.818,13.307 --11.779,13.255 --11.74,13.204 --11.701,13.152 --11.662,13.1 --11.623,13.048 --11.585,12.996 --11.546,12.944 --11.507,12.892 --11.469,12.841 --11.431,12.789 --11.392,12.737 --11.354,12.685 --11.315,12.633 --11.277,12.581 --11.238,12.529 --11.2,12.477 --11.161,12.425 --11.123,12.374 --11.085,12.322 --11.047,12.27 --11.008,12.218 --10.97,12.166 --10.932,12.114 --10.893,12.062 --10.855,12.011 --10.816,11.959 --10.778,11.907 --10.74,11.855 --10.701,11.804 --10.663,11.752 --10.624,11.7 --10.586,11.648 --10.548,11.596 --10.509,11.545 --10.471,11.493 --10.433,11.441 --10.395,11.389 --10.356,11.337 --10.318,11.286 --10.28,11.234 --10.242,11.182 --10.204,11.13 --10.166,11.079 --10.128,11.027 --10.09,10.975 --10.052,10.923 --10.014,10.872 --9.9765,10.82 --9.9388,10.768 --9.9012,10.716 --9.8635,10.664 --9.8258,10.613 --9.7882,10.561 --9.7505,10.509 --9.7129,10.458 --9.6753,10.406 --9.6377,10.355 --9.6002,10.303 --9.5627,10.252 --9.5252,10.2 --9.4877,10.149 --9.4502,10.098 --9.4128,10.046 --9.3753,9.9952 --9.3379,9.9441 --9.3004,9.8929 --9.263,9.8417 --9.2256,9.7905 --9.1883,9.7394 --9.1509,9.6882 --9.1135,9.6371 --9.0762,9.5859 --9.4359,9.4954 --9.3991,9.4442 --9.3623,9.393 --9.3255,9.3417 --9.2887,9.2904 --9.2519,9.2391 --9.2152,9.1876 --9.1784,9.1362 --9.1416,9.0847 --9.1048,9.0331 --9.068,8.9814 --9.0312,8.9297 --8.9944,8.878 --8.9576,8.8262 --8.9208,8.7743 --8.8839,8.7223 --8.847,8.6703 --8.8102,8.6182 --8.7733,8.566 --8.7364,8.5138 --8.6995,8.4616 --8.6626,8.4092 --8.6257,8.3568 --8.5888,8.3044 --8.5519,8.2519 --8.5149,8.1994 --8.4779,8.1468 --8.4409,8.0941 --8.4037,8.0415 --8.3665,7.9889 --8.3293,7.9362 --8.2921,7.8835 --8.2548,7.8307 --8.2175,7.7779 --8.1802,7.725 --8.1428,7.6721 --8.1054,7.6192 --8.068,7.5662 --8.0306,7.5132 --7.9931,7.4601 --7.9556,7.407 --7.918,7.3538 --7.8805,7.3006 --7.843,7.2474 --7.8055,7.194 --7.768,7.1406 --7.7305,7.0871 --7.6931,7.0336 --7.6556,6.9799 --7.6182,6.9262 --7.5807,6.8725 --7.5432,6.8187 --7.5057,6.7648 --7.4681,6.7109 --7.4305,6.657 --7.3928,6.603 --7.3551,6.5489 --7.3174,6.4948 --7.2797,6.4406 --7.242,6.3864 --7.2042,6.3322 --7.1665,6.2778 --7.1288,6.2234 --7.091,6.1689 --7.0533,6.1144 --7.0154,6.0599 --6.9775,6.0053 --6.9397,5.9508 --6.9018,5.8962 --6.8639,5.8416 --6.826,5.7869 --6.7881,5.7322 --6.7502,5.6774 --6.7123,5.6226 --6.6744,5.5678 --6.6365,5.5129 --6.5985,5.4581 --6.5606,5.4031 --6.5226,5.3482 --6.4847,5.2932 --6.4467,5.2383 --6.4086,5.1832 --6.3705,5.1282 --6.3325,5.0731 --6.2944,5.0181 --6.2563,4.9629 --6.2183,4.9078 --6.1802,4.8526 --6.1422,4.7975 --6.1042,4.7423 --6.0662,4.6871 --6.0282,4.632 --5.9901,4.5768 --5.9521,4.5217 --5.9141,4.4666 --5.8761,4.4115 --5.8381,4.3564 --5.8,4.3014 --5.762,4.2463 --5.7241,4.1913 --5.9695,3.9953 --5.932,3.9401 --5.8946,3.8849 --5.8571,3.8297 --5.8197,3.7746 --5.7823,3.7194 --5.745,3.6643 --5.7076,3.6091 --5.6703,3.554 --5.633,3.4989 --5.5957,3.4438 --5.5583,3.3887 --5.521,3.3337 --5.4837,3.2786 --5.4465,3.2236 --5.4093,3.1686 --5.3721,3.1135 --5.335,3.0585 --5.2979,3.0035 --5.2608,2.9485 --5.2236,2.8936 --5.1865,2.8387 --5.1494,2.7839 --5.1123,2.7291 --5.0752,2.6743 --5.0381,2.6196 --5.001,2.5649 --4.964,2.5101 --4.927,2.4554 --4.89,2.4007 --4.853,2.346 --4.8161,2.2913 --4.7792,2.2367 --4.7423,2.182 --4.7053,2.1273 --4.6684,2.0727 --4.6315,2.018 --4.5945,1.9634 --4.5576,1.9088 --4.5207,1.8542 --4.4837,1.7997 --4.4468,1.7451 --4.4099,1.6906 --4.373,1.636 --4.3362,1.5815 --4.2995,1.5269 --4.2627,1.4724 --4.226,1.4179 --4.1894,1.3634 --4.1527,1.3089 --4.1161,1.2545 --4.0795,1.2001 --4.043,1.1456 --4.0065,1.0912 --3.9701,1.0368 --3.9338,0.9824 --3.8976,0.92799 --3.8614,0.8736 --3.8252,0.81924 --3.789,0.76492 --3.7529,0.71063 --3.7169,0.65636 --3.6809,0.60212 --3.6449,0.54789 --3.6089,0.49367 --3.5729,0.43947 --3.537,0.38529 --3.501,0.33114 --3.4652,0.277 --3.4294,0.22288 --3.3936,0.16879 --3.3578,0.11472 --3.3221,0.060665 --3.2865,0.0066243 --3.2508,-0.047385 --3.2152,-0.10136 --3.1796,-0.15532 --3.144,-0.20927 --3.1085,-0.26318 --3.0731,-0.31704 --3.0376,-0.37087 --3.0022,-0.42469 --2.9669,-0.47849 --2.9317,-0.53226 --2.8965,-0.586 --2.8613,-0.63974 --2.8263,-0.69345 --2.7913,-0.74714 --2.7563,-0.80082 --2.7214,-0.85447 --2.6865,-0.90812 --2.6517,-0.96177 --2.617,-1.0154 --2.5823,-1.069 --2.5476,-1.1226 --2.5129,-1.1762 --2.4782,-1.2298 --2.4436,-1.2834 --2.409,-1.3369 --2.3743,-1.3903 --2.5843,-1.583 --2.5501,-1.6367 --2.516,-1.6904 --2.482,-1.7442 --2.4479,-1.7979 --2.4139,-1.8517 --2.38,-1.9054 --2.3461,-1.9592 --2.3122,-2.0129 --2.2783,-2.0666 --2.2445,-2.1204 --2.2107,-2.1741 --2.1769,-2.2278 --2.1432,-2.2815 --2.1094,-2.3351 --2.0757,-2.3888 --2.0421,-2.4424 --2.0086,-2.4961 --1.9751,-2.5497 --1.9417,-2.6034 --1.9084,-2.6571 --1.875,-2.7107 --1.8417,-2.7643 --1.8084,-2.8179 --1.7751,-2.8715 --1.7418,-2.9251 --1.7086,-2.9786 --1.6753,-3.0322 --1.6422,-3.0857 --1.609,-3.1392 --1.576,-3.1927 --1.5429,-3.2463 --1.5099,-3.2998 --1.4769,-3.3532 --1.4439,-3.4067 --1.411,-3.4601 --1.378,-3.5135 --1.345,-3.5668 --1.3121,-3.62 --1.2792,-3.6733 --1.2464,-3.7265 --1.2136,-3.7797 --1.1809,-3.8329 --1.1483,-3.886 --1.1157,-3.9392 --1.0833,-3.9922 --1.0508,-4.0453 --1.0184,-4.0983 --0.9861,-4.1513 --0.95378,-4.2043 --0.9215,-4.2572 --0.88927,-4.3101 --0.85706,-4.3629 --0.82488,-4.4157 --0.79273,-4.4684 --0.76063,-4.521 --0.72857,-4.5737 --0.69658,-4.6263 --0.66464,-4.6788 --0.63274,-4.7314 --0.6009,-4.784 --0.56912,-4.8365 --0.53738,-4.8889 --0.50564,-4.9414 --0.4739,-4.9938 --0.44217,-5.0461 --0.41044,-5.0984 --0.37871,-5.1507 --0.34698,-5.203 --0.31531,-5.2553 --0.28369,-5.3075 --0.25211,-5.3597 --0.22057,-5.4119 --0.18907,-5.464 --0.15763,-5.5162 --0.12626,-5.5683 --0.094954,-5.6203 --0.06369,-5.6723 --0.032449,-5.7243 --0.0012382,-5.7763 -0.029934,-5.8281 -0.061059,-5.88 -0.092124,-5.9317 -0.12313,-5.9835 -0.1541,-6.0351 -0.18503,-6.0867 -0.21592,-6.1382 -0.24672,-6.1897 -0.27744,-6.2411 -0.30809,-6.2925 -0.33868,-6.3437 -0.3692,-6.395 -0.39962,-6.4461 -0.42996,-6.4973 -0.46024,-6.5483 -0.49045,-6.5994 -0.52058,-6.6503 -0.55062,-6.7012 -0.58061,-6.752 -0.61053,-6.8027 -0.44044,-6.978 -0.4699,-7.0287 -0.49929,-7.0794 -0.52863,-7.1299 -0.55793,-7.1804 -0.58717,-7.2308 -0.61634,-7.2812 -0.64546,-7.3314 -0.67453,-7.3816 -0.70354,-7.4316 -0.7325,-7.4815 -0.76138,-7.5313 -0.79019,-7.581 -0.81891,-7.6306 -0.84757,-7.68 -0.87615,-7.7294 -0.90463,-7.7786 -0.93302,-7.8277 -0.96127,-7.8767 -0.98938,-7.9255 -1.0174,-7.9743 -1.0453,-8.0229 -1.0731,-8.0714 -1.1009,-8.1197 -1.1285,-8.1679 -1.156,-8.216 -1.1833,-8.2639 -1.2106,-8.3117 -1.2377,-8.3593 -1.2648,-8.4068 -1.2916,-8.4542 -1.3184,-8.5015 -1.345,-8.5486 -1.3714,-8.5956 -1.3978,-8.6424 -1.424,-8.689 -1.45,-8.7355 -1.476,-8.7819 -1.5018,-8.8281 -1.5274,-8.8742 -1.5529,-8.9202 -1.5783,-8.966 -1.6035,-9.0117 -1.6286,-9.0573 -1.6536,-9.1026 -1.6785,-9.1479 -1.7032,-9.193 -1.7279,-9.2379 -1.7524,-9.2827 -1.7768,-9.3273 -1.8011,-9.3718 -1.8252,-9.4161 -1.8491,-9.4603 -1.8729,-9.5044 -1.8965,-9.5483 -1.92,-9.5921 -1.9434,-9.6357 -1.9666,-9.6791 -1.9897,-9.7224 -2.0127,-9.7656 -2.0355,-9.8085 -2.0581,-9.8513 -2.0807,-9.8939 -2.1031,-9.9364 -2.1254,-9.9787 -2.1475,-10.021 -2.1695,-10.063 -2.1913,-10.105 -2.2129,-10.146 -2.2343,-10.188 -2.2556,-10.229 -2.2767,-10.27 -2.2977,-10.311 -2.3186,-10.352 -2.3392,-10.393 -2.3597,-10.433 -2.3801,-10.474 -2.4004,-10.514 -2.4205,-10.554 -2.4405,-10.594 -2.4604,-10.634 -2.4801,-10.673 -2.4997,-10.713 -2.5191,-10.752 -2.5385,-10.791 -2.5576,-10.83 -2.5767,-10.869 -2.5957,-10.908 -2.6145,-10.946 -2.6332,-10.985 -2.6517,-11.023 -2.6701,-11.061 -2.6884,-11.099 -2.7066,-11.137 -2.7246,-11.174 -2.7425,-11.212 -2.7603,-11.249 -2.7779,-11.286 -2.7954,-11.323 -2.8127,-11.36 -2.7038,-11.56 -2.7207,-11.596 -2.7374,-11.633 -2.754,-11.67 -2.7704,-11.706 -2.7866,-11.742 -2.8027,-11.778 -2.8186,-11.814 -2.8343,-11.85 -2.8499,-11.886 -2.8653,-11.921 -2.8805,-11.956 -2.8956,-11.991 -2.9106,-12.026 -2.9254,-12.061 -2.9401,-12.096 -2.9546,-12.13 -2.969,-12.164 -2.9832,-12.198 -2.9973,-12.232 -3.0113,-12.266 -3.0251,-12.3 -3.0388,-12.333 -3.0523,-12.366 -3.0657,-12.4 -3.079,-12.433 -3.0922,-12.465 -3.1052,-12.498 -3.118,-12.531 -3.1308,-12.563 -3.1434,-12.596 -3.1558,-12.628 -3.1681,-12.66 -3.1803,-12.692 -3.1923,-12.723 -3.2041,-12.755 -3.2158,-12.787 -3.2274,-12.818 -3.2388,-12.849 -3.2501,-12.88 -3.2612,-12.911 -3.2722,-12.941 -3.283,-12.972 -3.2937,-13.002 -3.3042,-13.032 -3.3145,-13.062 -3.3246,-13.092 -3.3346,-13.122 -3.3444,-13.151 -3.3541,-13.18 -3.3635,-13.21 -3.3729,-13.239 -3.382,-13.267 -3.391,-13.296 -3.3998,-13.324 -3.4084,-13.353 -3.4169,-13.381 -3.4252,-13.409 -3.4333,-13.436 -3.4413,-13.464 -3.449,-13.491 -3.4566,-13.518 -3.4641,-13.545 -3.4714,-13.572 -3.4785,-13.599 -3.4854,-13.625 -3.4923,-13.651 -3.4989,-13.677 -3.5055,-13.703 -3.5119,-13.729 -3.5181,-13.755 -3.5243,-13.78 -3.5303,-13.806 -3.5361,-13.831 -3.5419,-13.856 -3.5476,-13.881 -3.5532,-13.905 -3.5587,-13.93 -3.5641,-13.955 -3.5694,-13.979 -3.5747,-14.004 -3.5798,-14.028 -3.5849,-14.053 -3.5898,-14.077 -3.5946,-14.101 -3.5994,-14.125 -3.604,-14.15 -3.6086,-14.174 -3.6131,-14.198 -3.6176,-14.222 -3.622,-14.246 -3.6264,-14.27 -3.6307,-14.294 -3.635,-14.318 -3.6393,-14.342 -3.6435,-14.366 -3.6477,-14.39 -3.6519,-14.413 -3.6561,-14.437 -3.6602,-14.461 -3.6071,-14.631 -3.611,-14.655 -3.6149,-14.679 -3.6187,-14.702 -3.6225,-14.726 -3.6262,-14.75 -3.6298,-14.774 -3.6333,-14.797 -3.6368,-14.821 -3.6403,-14.845 -3.6436,-14.868 -3.6469,-14.892 -3.6501,-14.915 -3.6533,-14.939 -3.6564,-14.962 -3.6593,-14.985 -3.6622,-15.009 -3.665,-15.032 -3.6676,-15.056 -3.6702,-15.079 -3.6727,-15.102 -3.6752,-15.125 -3.6775,-15.149 -3.6797,-15.172 -3.6819,-15.195 -3.684,-15.218 -3.686,-15.241 -3.6878,-15.264 -3.6896,-15.287 -3.6913,-15.31 -3.6929,-15.333 -3.6943,-15.356 -3.6957,-15.379 -3.697,-15.401 -3.6982,-15.424 -3.6993,-15.447 -3.7003,-15.469 -3.7012,-15.492 -3.702,-15.514 -3.7028,-15.537 -3.7035,-15.559 -3.7041,-15.582 -3.7047,-15.604 -3.7052,-15.627 -3.7058,-15.649 -3.7063,-15.671 -3.7068,-15.693 -3.7072,-15.716 -3.7077,-15.738 -3.7081,-15.76 -3.7085,-15.783 -3.709,-15.805 -3.7094,-15.827 -3.7097,-15.849 -3.7101,-15.871 -3.7104,-15.894 -3.7107,-15.916 -3.711,-15.938 -3.7113,-15.96 -3.7116,-15.982 -3.7119,-16.004 -3.7121,-16.027 -3.7123,-16.049 -3.7124,-16.071 -3.7126,-16.093 -3.7127,-16.115 -3.7128,-16.137 -3.7128,-16.158 -3.7129,-16.18 -3.7129,-16.202 -3.7128,-16.224 -3.7127,-16.246 -3.7126,-16.267 -3.7125,-16.289 -3.7125,-16.31 -3.7126,-16.332 -3.7128,-16.353 -3.7131,-16.374 -3.7134,-16.395 -3.7139,-16.415 -3.7146,-16.435 -3.7156,-16.456 -3.7168,-16.476 -3.7183,-16.495 -3.7198,-16.515 -3.7214,-16.535 -3.7229,-16.554 -3.7243,-16.574 -3.7255,-16.593 -3.7264,-16.613 -3.727,-16.632 -3.7273,-16.652 -3.7274,-16.671 -3.7272,-16.691 -3.7269,-16.711 -3.7263,-16.731 -3.7256,-16.75 -3.7248,-16.77 -3.724,-16.79 -3.7231,-16.81 -3.6844,-16.951 -3.6834,-16.971 -3.6823,-16.991 -3.6811,-17.011 -3.6798,-17.031 -3.6784,-17.051 -3.6769,-17.071 -3.6752,-17.091 -3.6733,-17.111 -3.6714,-17.131 -3.6693,-17.151 -3.6671,-17.17 -3.6649,-17.19 -3.6625,-17.21 -3.6601,-17.229 -3.6577,-17.249 -3.6552,-17.268 -3.6527,-17.288 -3.6501,-17.308 -3.6474,-17.327 -3.6447,-17.347 -3.6419,-17.366 -3.6391,-17.386 -3.6361,-17.405 -3.6331,-17.425 -3.6301,-17.444 -3.6269,-17.464 -3.6238,-17.483 -3.6205,-17.503 -3.6173,-17.522 -3.614,-17.542 -3.6107,-17.562 -3.6075,-17.581 -3.6042,-17.601 -3.601,-17.621 -3.5978,-17.641 -3.5946,-17.661 -3.5915,-17.681 -3.5884,-17.701 -3.5853,-17.721 -3.5821,-17.741 -3.579,-17.762 -3.5759,-17.782 -3.5727,-17.802 -3.5695,-17.823 -3.5662,-17.843 -3.5629,-17.864 -3.5594,-17.884 -3.5557,-17.905 -3.5519,-17.925 -3.5479,-17.946 -3.5435,-17.966 -3.5389,-17.987 -3.5339,-18.007 -3.5286,-18.027 -3.5229,-18.047 -3.5169,-18.067 -3.5106,-18.087 -3.5041,-18.106 -3.4975,-18.126 -3.4909,-18.146 -3.4843,-18.165 -3.4776,-18.185 -3.4708,-18.205 -3.4641,-18.224 -3.4573,-18.244 -3.4505,-18.264 -3.4435,-18.284 -3.4365,-18.304 -3.4293,-18.324 -3.422,-18.345 -3.4146,-18.365 -3.4071,-18.386 -3.3994,-18.407 -3.3918,-18.428 -3.384,-18.449 -3.3762,-18.47 -3.3684,-18.492 -3.3606,-18.514 -3.3528,-18.536 -3.345,-18.559 -3.3373,-18.581 -3.3297,-18.604 -3.3222,-18.627 -3.3148,-18.651 -3.3074,-18.674 -3.3002,-18.698 -3.2931,-18.723 -3.286,-18.747 -3.279,-18.772 -3.2719,-18.798 -3.2646,-18.823 -3.2573,-18.849 -3.2497,-18.875 -3.242,-18.901 -3.2341,-18.927 -3.2261,-18.954 -3.2178,-18.98 -3.2094,-19.007 -3.2007,-19.034 -3.1671,-19.162 -3.1581,-19.189 -3.1489,-19.216 -3.1395,-19.244 -3.13,-19.271 -3.1204,-19.299 -3.1105,-19.327 -3.1006,-19.354 -3.0904,-19.382 -3.0801,-19.41 -3.0695,-19.437 -3.0588,-19.465 -3.0478,-19.493 -3.0366,-19.521 -3.0252,-19.549 -3.0135,-19.577 -3.0016,-19.605 -2.9894,-19.633 -2.9771,-19.661 -2.9645,-19.689 -2.9519,-19.717 -2.9391,-19.745 -2.9262,-19.773 -2.9131,-19.801 -2.8999,-19.83 -2.8866,-19.858 -2.8732,-19.887 -2.8595,-19.915 -2.8456,-19.944 -2.8313,-19.972 -2.8166,-20 -2.8014,-20.028 -2.7857,-20.057 -2.7693,-20.085 -2.7525,-20.114 -2.7355,-20.143 -2.7184,-20.172 -2.7012,-20.201 -2.6837,-20.229 -2.666,-20.258 -2.648,-20.287 -2.6299,-20.316 -2.6117,-20.345 -2.5933,-20.374 -2.5747,-20.403 -2.5558,-20.432 -2.5367,-20.461 -2.5174,-20.49 -2.4979,-20.519 -2.4782,-20.547 -2.4584,-20.576 -2.4384,-20.605 -2.4184,-20.634 -2.3984,-20.662 -2.3782,-20.691 -2.3581,-20.72 -2.3379,-20.749 -2.3176,-20.778 -2.2973,-20.808 -2.2768,-20.837 -2.2562,-20.866 -2.2355,-20.895 -2.2147,-20.925 -2.1938,-20.954 -2.1727,-20.984 -2.1515,-21.013 -2.1302,-21.043 -2.1088,-21.073 -2.0873,-21.102 -2.0657,-21.132 -2.0439,-21.162 -2.0221,-21.192 -2.0001,-21.222 -1.9779,-21.252 -1.9556,-21.282 -1.9331,-21.313 -1.9105,-21.343 -1.8876,-21.373 -1.8646,-21.403 -1.8413,-21.433 -1.8178,-21.463 -1.794,-21.494 -1.7699,-21.524 -1.7456,-21.553 -1.7211,-21.583 -1.6962,-21.613 -1.6712,-21.643 -1.6459,-21.673 -1.6204,-21.703 -1.5947,-21.732 -1.5688,-21.762 -1.5427,-21.792 -1.5164,-21.821 -1.49,-21.851 -1.4635,-21.881 -1.4367,-21.91 -1.4099,-21.94 -1.3828,-21.97 -1.3557,-21.999 -1.3284,-22.029 -1.3449,-22.139 -1.3174,-22.169 -1.2898,-22.199 -1.2621,-22.229 -1.2342,-22.259 -1.2062,-22.289 -1.1781,-22.319 -1.1498,-22.349 -1.1213,-22.378 -1.0926,-22.408 -1.0637,-22.438 -1.0346,-22.468 -1.0053,-22.498 -0.97584,-22.528 -0.94611,-22.558 -0.91612,-22.588 -0.88585,-22.618 -0.85537,-22.647 -0.82472,-22.677 -0.79394,-22.706 -0.76307,-22.736 -0.73209,-22.765 -0.70098,-22.794 -0.66969,-22.824 -0.63821,-22.853 -0.60656,-22.882 -0.57474,-22.911 -0.54276,-22.94 -0.5106,-22.969 -0.47827,-22.998 -0.44575,-23.027 -0.41304,-23.056 -0.38016,-23.085 -0.3471,-23.114 -0.31383,-23.142 -0.28034,-23.171 -0.24662,-23.2 -0.21266,-23.229 -0.17844,-23.258 -0.14398,-23.286 -0.1093,-23.315 -0.074446,-23.344 -0.039446,-23.373 -0.0043071,-23.402 --0.031009,-23.431 --0.066503,-23.461 --0.10213,-23.49 --0.13788,-23.519 --0.17375,-23.549 --0.20975,-23.578 --0.24588,-23.608 --0.28211,-23.637 --0.31844,-23.667 --0.35488,-23.697 --0.39144,-23.727 --0.42813,-23.757 --0.46495,-23.787 --0.50191,-23.817 --0.53902,-23.848 --0.57629,-23.878 --0.61369,-23.908 --0.65117,-23.939 --0.68871,-23.969 --0.72628,-24 --0.76389,-24.031 --0.80157,-24.062 --0.83934,-24.093 --0.87729,-24.124 --0.91544,-24.155 --0.95385,-24.186 --0.99251,-24.217 --1.0314,-24.248 --1.0705,-24.279 --1.1098,-24.31 --1.1492,-24.341 --1.189,-24.371 --1.229,-24.402 --1.2693,-24.433 --1.3099,-24.464 --1.3507,-24.494 --1.3916,-24.524 --1.4328,-24.555 --1.4741,-24.585 --1.5155,-24.616 --1.5571,-24.646 --1.5987,-24.676 --1.6404,-24.707 --1.6823,-24.737 --1.7243,-24.768 --1.7664,-24.798 --1.8088,-24.829 --1.8513,-24.859 --1.894,-24.89 --1.9368,-24.92 --1.9798,-24.951 --2.0229,-24.981 --2.0661,-25.012 --2.1094,-25.042 --2.1529,-25.073 --2.1965,-25.104 --2.1517,-25.14 --2.1954,-25.171 --2.2393,-25.201 --2.2833,-25.232 --2.3274,-25.264 --2.3715,-25.295 --2.4157,-25.326 --2.46,-25.357 --2.5044,-25.389 --2.5488,-25.42 --2.5934,-25.452 --2.638,-25.483 --2.6828,-25.515 --2.7276,-25.547 --2.7726,-25.579 --2.8177,-25.611 --2.8629,-25.643 --2.9082,-25.675 --2.9536,-25.707 --2.9992,-25.739 --3.0448,-25.771 --3.0905,-25.804 --3.1364,-25.836 --3.1824,-25.869 --3.2286,-25.901 --3.275,-25.934 --3.3217,-25.966 --3.3685,-25.999 --3.4156,-26.031 --3.4628,-26.064 --3.5102,-26.097 --3.5577,-26.129 --3.6054,-26.162 --3.6534,-26.195 --3.7015,-26.228 --3.7498,-26.261 --3.7983,-26.293 --3.8469,-26.326 --3.8956,-26.359 --3.9444,-26.392 --3.9933,-26.425 --4.0422,-26.458 --4.0913,-26.491 --4.1403,-26.524 --4.1894,-26.557 --4.2386,-26.589 --4.2879,-26.622 --4.3373,-26.655 --4.3867,-26.688 --4.4362,-26.721 --4.4857,-26.754 --4.5353,-26.788 --4.5849,-26.821 --4.6345,-26.854 --4.6841,-26.888 --4.7338,-26.921 --4.7835,-26.955 --4.8332,-26.988 --4.883,-27.022 --4.933,-27.056 --4.9832,-27.09 --5.0335,-27.123 --5.0841,-27.157 --5.1348,-27.19 --5.1857,-27.224 --5.2367,-27.258 --5.2878,-27.291 --5.339,-27.325 --5.3902,-27.359 --5.4415,-27.393 --5.4927,-27.428 --5.5438,-27.462 --5.5949,-27.496 --5.6458,-27.531 --5.6967,-27.566 --5.7476,-27.601 --5.7983,-27.636 --5.849,-27.671 --5.8997,-27.706 --5.9503,-27.742 --6.0007,-27.777 --6.0511,-27.813 --6.1014,-27.848 --6.1517,-27.884 --6.202,-27.92 --6.2522,-27.957 --6.3023,-27.993 --6.3523,-28.03 --6.4023,-28.066 --6.4523,-28.103 --6.5022,-28.14 --6.5521,-28.177 --6.6019,-28.214 --6.6517,-28.251 --6.7014,-28.289 --6.7512,-28.326 --6.801,-28.363 --6.8508,-28.401 --6.9007,-28.439 --6.9506,-28.476 --6.9214,-28.422 --6.9711,-28.46 --7.0209,-28.497 --7.0707,-28.535 --7.1205,-28.573 --7.1704,-28.61 --7.2204,-28.648 --7.2705,-28.685 --7.3206,-28.723 --7.3707,-28.76 --7.4208,-28.798 --7.4709,-28.836 --7.521,-28.874 --7.5712,-28.912 --7.6214,-28.95 --7.6716,-28.989 --7.7219,-29.027 --7.7722,-29.066 --7.8224,-29.105 --7.8726,-29.144 --7.9228,-29.183 --7.9729,-29.223 --8.023,-29.263 --8.0731,-29.302 --8.1232,-29.342 --8.1735,-29.382 --8.2238,-29.423 --8.2743,-29.463 --8.3249,-29.503 --8.3756,-29.543 --8.4263,-29.583 --8.477,-29.624 --8.5277,-29.664 --8.5783,-29.705 --8.6288,-29.746 --8.6792,-29.788 --8.7295,-29.829 --8.7797,-29.871 --8.8298,-29.913 --8.8799,-29.955 --8.9299,-29.997 --8.9798,-30.039 --9.0296,-30.082 --9.0794,-30.124 --9.1291,-30.167 --9.1787,-30.21 --9.2282,-30.253 --9.2777,-30.297 --9.3271,-30.34 --9.3766,-30.384 --9.426,-30.427 --9.4754,-30.471 --9.5248,-30.515 --9.5741,-30.559 --9.6234,-30.603 --9.6726,-30.648 --9.7219,-30.692 --9.7712,-30.736 --9.8204,-30.781 --9.8697,-30.826 --9.919,-30.87 --9.9683,-30.915 --10.018,-30.96 --10.067,-31.005 --10.117,-31.05 --10.166,-31.095 --10.215,-31.14 --10.265,-31.185 --10.314,-31.23 --10.363,-31.275 --10.413,-31.321 --10.462,-31.366 --10.512,-31.411 --10.561,-31.457 --10.611,-31.502 --10.66,-31.548 --10.709,-31.594 --10.758,-31.64 --10.808,-31.687 --10.857,-31.733 --10.906,-31.78 --10.955,-31.827 --11.004,-31.874 --11.053,-31.921 --11.102,-31.968 --11.151,-32.016 --11.2,-32.064 --11.249,-32.112 --11.297,-32.16 --11.346,-32.208 --11.394,-32.257 --11.443,-32.306 --11.491,-32.354 --11.539,-32.403 --11.587,-32.453 --11.635,-32.502 --11.684,-32.551 --11.732,-32.601 --11.78,-32.65 --11.828,-32.7 --11.824,-32.542 --11.872,-32.591 --11.92,-32.64 --11.968,-32.69 --12.016,-32.739 --12.064,-32.789 --12.112,-32.839 --12.16,-32.889 --12.207,-32.94 --12.255,-32.991 --12.303,-33.042 --12.35,-33.093 --12.397,-33.144 --12.444,-33.196 --12.491,-33.248 --12.538,-33.3 --12.585,-33.352 --12.632,-33.404 --12.679,-33.456 --12.725,-33.509 --12.772,-33.561 --12.818,-33.614 --12.865,-33.666 --12.911,-33.719 --12.957,-33.772 --13.003,-33.825 --13.049,-33.878 --13.095,-33.931 --13.141,-33.985 --13.187,-34.038 --13.233,-34.092 --13.278,-34.145 --13.324,-34.199 --13.369,-34.252 --13.415,-34.306 --13.46,-34.36 --13.506,-34.413 --13.551,-34.467 --13.597,-34.52 --13.642,-34.574 --13.687,-34.628 --13.733,-34.681 --13.778,-34.735 --13.824,-34.789 --13.869,-34.843 --13.914,-34.896 --13.96,-34.95 --14.004,-35.004 --14.049,-35.058 --14.093,-35.113 --14.137,-35.167 --14.181,-35.222 --14.225,-35.276 --14.268,-35.331 --14.312,-35.386 --14.355,-35.441 --14.398,-35.496 --14.442,-35.552 --14.485,-35.607 --14.528,-35.662 --14.571,-35.717 --14.614,-35.773 --14.657,-35.829 --14.7,-35.885 --14.742,-35.941 --14.785,-35.997 --14.827,-36.053 --14.87,-36.109 --14.912,-36.165 --14.955,-36.221 --14.997,-36.278 --15.039,-36.334 --15.082,-36.39 --15.124,-36.447 --15.166,-36.503 --15.208,-36.56 --15.25,-36.616 --15.292,-36.673 --15.334,-36.729 --15.376,-36.786 --15.418,-36.843 --15.459,-36.899 --15.501,-36.956 --15.542,-37.012 --15.584,-37.069 --15.625,-37.125 --15.666,-37.182 --15.707,-37.239 --15.748,-37.296 --15.789,-37.353 --15.83,-37.41 --15.87,-37.467 --15.911,-37.524 --15.951,-37.581 --15.991,-37.638 --16.031,-37.695 --16.071,-37.753 --16.111,-37.81 --16.151,-37.867 --16.19,-37.925 --16.205,-37.719 --16.244,-37.776 --16.283,-37.834 --16.322,-37.891 --16.361,-37.948 --16.4,-38.006 --16.439,-38.063 --16.478,-38.121 --16.516,-38.179 --16.555,-38.236 --16.593,-38.294 --16.632,-38.352 --16.67,-38.41 --16.709,-38.468 --16.747,-38.526 --16.785,-38.584 --16.823,-38.642 --16.861,-38.701 --16.898,-38.759 --16.936,-38.818 --16.974,-38.876 --17.011,-38.934 --17.049,-38.993 --17.086,-39.051 --17.123,-39.11 --17.161,-39.168 --17.198,-39.226 --17.235,-39.284 --17.272,-39.343 --17.309,-39.401 --17.346,-39.459 --17.383,-39.518 --17.419,-39.576 --17.455,-39.634 --17.492,-39.692 --17.528,-39.751 --17.564,-39.809 --17.6,-39.867 --17.636,-39.924 --17.672,-39.982 --17.708,-40.039 --17.744,-40.097 --17.78,-40.154 --17.815,-40.211 --17.851,-40.268 --17.887,-40.325 --17.922,-40.381 --17.957,-40.438 --17.993,-40.494 --18.028,-40.55 --18.063,-40.606 --18.099,-40.662 --18.134,-40.717 --18.169,-40.773 --18.204,-40.828 --18.238,-40.884 --18.273,-40.939 --18.307,-40.994 --18.342,-41.049 --18.376,-41.104 --18.41,-41.159 --18.444,-41.214 --18.478,-41.269 --18.512,-41.324 --18.546,-41.379 --18.579,-41.434 --18.613,-41.489 --18.646,-41.544 --18.68,-41.599 --18.714,-41.653 --18.747,-41.708 --18.781,-41.762 --18.814,-41.817 --18.847,-41.871 --18.88,-41.926 --18.913,-41.98 --18.945,-42.034 --18.978,-42.089 --19.011,-42.143 --19.044,-42.197 --19.077,-42.251 --19.109,-42.305 --19.142,-42.359 --19.175,-42.413 --19.207,-42.466 --19.24,-42.52 --19.272,-42.574 --19.305,-42.627 --19.338,-42.68 --19.37,-42.734 --19.402,-42.787 --19.435,-42.84 --19.468,-42.893 --19.5,-42.946 --19.533,-42.998 --19.565,-43.051 --19.597,-43.104 --19.63,-43.156 --19.662,-43.208 --19.694,-43.26 --19.701,-43.054 --19.732,-43.106 --19.764,-43.157 --19.796,-43.209 --19.827,-43.26 --19.858,-43.312 --19.889,-43.363 --19.92,-43.415 --19.951,-43.466 --19.982,-43.517 --20.012,-43.569 --20.042,-43.62 --20.073,-43.671 --20.103,-43.722 --20.133,-43.773 --20.163,-43.824 --20.194,-43.875 --20.224,-43.925 --20.254,-43.976 --20.284,-44.027 --20.314,-44.078 --20.343,-44.129 --20.373,-44.181 --20.403,-44.232 --20.433,-44.283 --20.463,-44.334 --20.493,-44.385 --20.523,-44.436 --20.553,-44.487 --20.583,-44.538 --20.613,-44.59 --20.643,-44.641 --20.673,-44.692 --20.703,-44.743 --20.733,-44.795 --20.764,-44.846 --20.794,-44.897 --20.824,-44.949 --20.855,-45 --20.886,-45.052 --20.916,-45.103 --20.947,-45.155 --20.978,-45.207 --21.009,-45.258 --21.039,-45.31 --21.07,-45.362 --21.101,-45.414 --21.132,-45.467 --21.163,-45.519 --21.194,-45.571 --21.226,-45.623 --21.257,-45.676 --21.288,-45.728 --21.319,-45.78 --21.35,-45.832 --21.381,-45.885 --21.413,-45.937 --21.444,-45.989 --21.475,-46.041 --21.506,-46.093 --21.537,-46.145 --21.568,-46.197 --21.599,-46.249 --21.63,-46.301 --21.661,-46.353 --21.692,-46.405 --21.723,-46.457 --21.754,-46.508 --21.785,-46.56 --21.816,-46.612 --21.847,-46.663 --21.878,-46.715 --21.91,-46.767 --21.941,-46.818 --21.973,-46.87 --22.004,-46.921 --22.036,-46.973 --22.068,-47.024 --22.1,-47.076 --22.132,-47.127 --22.164,-47.179 --22.196,-47.23 --22.228,-47.281 --22.261,-47.333 --22.293,-47.384 --22.326,-47.435 --22.358,-47.487 --22.391,-47.538 --22.424,-47.589 --22.456,-47.64 --22.489,-47.692 --22.522,-47.743 --22.556,-47.794 --22.589,-47.845 --22.622,-47.896 --22.656,-47.947 --22.69,-47.998 --22.724,-48.05 --22.758,-48.101 --22.793,-48.152 --22.828,-47.842 --22.863,-47.892 --22.898,-47.943 --22.933,-47.993 --22.968,-48.044 --23.003,-48.094 --23.038,-48.145 --23.074,-48.195 --23.109,-48.245 --23.145,-48.295 --23.181,-48.345 --23.217,-48.396 --23.253,-48.445 --23.29,-48.495 --23.326,-48.545 --23.362,-48.595 --23.399,-48.645 --23.436,-48.694 --23.472,-48.744 --23.509,-48.793 --23.546,-48.842 --23.583,-48.892 --23.62,-48.941 --23.657,-48.99 --23.694,-49.039 --23.731,-49.088 --23.769,-49.137 --23.806,-49.186 --23.844,-49.235 --23.881,-49.284 --23.919,-49.333 --23.956,-49.382 --23.994,-49.431 --24.031,-49.48 --24.069,-49.529 --24.107,-49.578 --24.145,-49.626 --24.183,-49.675 --24.221,-49.724 --24.259,-49.772 --24.297,-49.82 --24.335,-49.868 --24.374,-49.916 --24.412,-49.964 --24.451,-50.012 --24.49,-50.059 --24.528,-50.106 --24.567,-50.153 --24.606,-50.2 --24.645,-50.247 --24.685,-50.294 --24.724,-50.34 --24.763,-50.386 --24.802,-50.433 --24.842,-50.479 --24.881,-50.524 --24.921,-50.57 --24.961,-50.615 --25,-50.661 --25.04,-50.706 --25.08,-50.751 --25.12,-50.796 --25.16,-50.841 --25.199,-50.886 --25.239,-50.931 --25.279,-50.976 --25.319,-51.021 --25.359,-51.066 --25.399,-51.111 --25.439,-51.155 --25.479,-51.2 --25.519,-51.244 --25.559,-51.289 --25.6,-51.333 --25.64,-51.376 --25.681,-51.42 --25.721,-51.463 --25.762,-51.507 --25.802,-51.549 --25.843,-51.592 --25.884,-51.635 --25.925,-51.677 --25.966,-51.72 --26.007,-51.762 --26.048,-51.804 --26.089,-51.846 --26.13,-51.888 --26.171,-51.93 --26.213,-51.972 --26.254,-52.014 --26.295,-52.055 --26.337,-52.097 --26.378,-52.139 --26.42,-52.18 --26.461,-52.222 --26.503,-52.264 --26.545,-52.305 --26.586,-52.347 --26.628,-52.389 --26.67,-52.43 --26.639,-52.159 --26.68,-52.2 --26.722,-52.241 --26.764,-52.281 --26.805,-52.322 --26.847,-52.362 --26.888,-52.403 --26.929,-52.443 --26.971,-52.484 --27.012,-52.524 --27.053,-52.564 --27.095,-52.604 --27.136,-52.644 --27.177,-52.684 --27.219,-52.723 --27.26,-52.763 --27.301,-52.802 --27.343,-52.841 --27.384,-52.881 --27.426,-52.92 --27.468,-52.958 --27.509,-52.997 --27.551,-53.036 --27.593,-53.074 --27.635,-53.113 --27.677,-53.151 --27.719,-53.189 --27.762,-53.227 --27.804,-53.265 --27.846,-53.303 --27.888,-53.341 --27.931,-53.379 --27.973,-53.417 --28.015,-53.454 --28.058,-53.492 --28.1,-53.53 --28.142,-53.567 --28.184,-53.605 --28.227,-53.642 --28.269,-53.68 --28.311,-53.717 --28.353,-53.754 --28.396,-53.791 --28.438,-53.828 --28.48,-53.864 --28.523,-53.901 --28.565,-53.937 --28.607,-53.974 --28.65,-54.01 --28.692,-54.047 --28.735,-54.083 --28.777,-54.119 --28.82,-54.156 --28.862,-54.192 --28.905,-54.228 --28.948,-54.264 --28.991,-54.299 --29.034,-54.335 --29.077,-54.371 --29.119,-54.407 --29.163,-54.442 --29.206,-54.478 --29.249,-54.513 --29.292,-54.549 --29.335,-54.584 --29.378,-54.619 --29.422,-54.655 --29.465,-54.69 --29.508,-54.725 --29.551,-54.76 --29.594,-54.795 --29.637,-54.83 --29.68,-54.866 --29.723,-54.901 --29.766,-54.936 --29.809,-54.971 --29.852,-55.006 --29.894,-55.04 --29.937,-55.075 --29.979,-55.11 --30.022,-55.144 --30.064,-55.179 --30.106,-55.213 --30.148,-55.247 --30.19,-55.282 --30.232,-55.316 --30.274,-55.35 --30.316,-55.383 --30.358,-55.417 --30.4,-55.451 --30.442,-55.484 --30.483,-55.518 --30.525,-55.551 --30.567,-55.585 --30.609,-55.618 --30.651,-55.651 --30.692,-55.684 --30.734,-55.717 --30.776,-55.75 --30.818,-55.782 --30.714,-55.586 --30.756,-55.618 --30.798,-55.65 --30.84,-55.682 --30.882,-55.714 --30.924,-55.746 --30.966,-55.778 --31.008,-55.809 --31.049,-55.841 --31.091,-55.873 --31.133,-55.904 --31.175,-55.936 --31.216,-55.967 --31.258,-55.998 --31.3,-56.03 --31.342,-56.061 --31.383,-56.092 --31.425,-56.123 --31.466,-56.154 --31.508,-56.185 --31.549,-56.216 --31.591,-56.248 --31.632,-56.279 --31.673,-56.31 --31.714,-56.341 --31.755,-56.372 --31.797,-56.403 --31.838,-56.434 --31.879,-56.465 --31.92,-56.497 --31.96,-56.528 --32.001,-56.559 --32.042,-56.59 --32.083,-56.622 --32.124,-56.653 --32.164,-56.684 --32.205,-56.715 --32.246,-56.746 --32.286,-56.778 --32.327,-56.809 --32.367,-56.84 --32.408,-56.871 --32.448,-56.902 --32.489,-56.933 --32.529,-56.964 --32.569,-56.995 --32.609,-57.026 --32.649,-57.057 --32.69,-57.088 --32.73,-57.119 --32.77,-57.149 --32.809,-57.18 --32.849,-57.211 --32.889,-57.242 --32.929,-57.273 --32.969,-57.304 --33.008,-57.334 --33.048,-57.365 --33.087,-57.396 --33.126,-57.427 --33.166,-57.458 --33.205,-57.489 --33.244,-57.52 --33.283,-57.551 --33.322,-57.582 --33.361,-57.613 --33.4,-57.644 --33.439,-57.675 --33.478,-57.706 --33.517,-57.737 --33.555,-57.768 --33.594,-57.799 --33.632,-57.83 --33.671,-57.861 --33.709,-57.892 --33.747,-57.923 --33.785,-57.954 --33.824,-57.985 --33.862,-58.016 --33.899,-58.047 --33.937,-58.078 --33.975,-58.109 --34.013,-58.14 --34.051,-58.172 --34.088,-58.203 --34.126,-58.234 --34.163,-58.265 --34.201,-58.296 --34.238,-58.327 --34.276,-58.359 --34.313,-58.39 --34.35,-58.421 --34.387,-58.453 --34.424,-58.484 --34.461,-58.516 --34.498,-58.548 --34.535,-58.58 --34.571,-58.611 --34.608,-58.643 --34.645,-58.675 --34.472,-58.588 --34.509,-58.62 --34.545,-58.651 --34.582,-58.683 --34.619,-58.714 --34.655,-58.746 --34.692,-58.777 --34.729,-58.808 --34.765,-58.84 --34.802,-58.871 --34.838,-58.903 --34.874,-58.935 --34.91,-58.966 --34.946,-58.998 --34.982,-59.03 --35.018,-59.062 --35.053,-59.094 --35.089,-59.127 --35.124,-59.159 --35.159,-59.191 --35.193,-59.224 --35.228,-59.256 --35.262,-59.289 --35.296,-59.322 --35.33,-59.356 --35.364,-59.389 --35.397,-59.423 --35.43,-59.456 --35.463,-59.49 --35.496,-59.525 --35.529,-59.559 --35.561,-59.594 --35.593,-59.628 --35.625,-59.663 --35.658,-59.698 --35.69,-59.733 --35.722,-59.769 --35.754,-59.804 --35.786,-59.839 --35.818,-59.875 --35.85,-59.91 --35.882,-59.946 --35.914,-59.982 --35.946,-60.017 --35.978,-60.053 --36.01,-60.089 --36.042,-60.125 --36.074,-60.161 --36.106,-60.197 --36.138,-60.233 --36.17,-60.27 --36.202,-60.306 --36.233,-60.343 --36.265,-60.38 --36.297,-60.417 --36.328,-60.455 --36.359,-60.492 --36.391,-60.53 --36.422,-60.567 --36.453,-60.605 --36.484,-60.643 --36.515,-60.68 --36.546,-60.718 --36.578,-60.756 --36.608,-60.794 --36.639,-60.833 --36.67,-60.871 --36.701,-60.91 --36.731,-60.948 --36.762,-60.987 --36.792,-61.027 --36.823,-61.066 --36.853,-61.105 --36.883,-61.145 --36.913,-61.185 --36.942,-61.225 --36.972,-61.265 --37.002,-61.306 --37.031,-61.347 --37.06,-61.388 --37.089,-61.429 --37.118,-61.47 --37.147,-61.511 --37.175,-61.553 --37.204,-61.595 --37.232,-61.637 --37.261,-61.679 --37.289,-61.721 --37.317,-61.763 --37.345,-61.806 --37.374,-61.849 --37.402,-61.891 --37.43,-61.934 --37.458,-61.977 --37.486,-62.02 --37.514,-62.063 --37.542,-62.106 --37.569,-62.15 --37.597,-62.193 --37.624,-62.237 --37.324,-62.318 --37.351,-62.362 --37.377,-62.406 --37.404,-62.45 --37.431,-62.494 --37.457,-62.538 --37.483,-62.583 --37.509,-62.627 --37.535,-62.672 --37.561,-62.716 --37.587,-62.761 --37.613,-62.806 --37.638,-62.851 --37.663,-62.896 --37.689,-62.942 --37.714,-62.987 --37.739,-63.033 --37.764,-63.079 --37.788,-63.125 --37.813,-63.171 --37.837,-63.218 --37.862,-63.264 --37.886,-63.311 --37.91,-63.358 --37.934,-63.405 --37.958,-63.452 --37.981,-63.5 --38.005,-63.547 --38.028,-63.595 --38.051,-63.643 --38.074,-63.691 --38.097,-63.74 --38.12,-63.788 --38.143,-63.837 --38.165,-63.886 --38.188,-63.935 --38.21,-63.984 --38.232,-64.034 --38.254,-64.084 --38.275,-64.133 --38.297,-64.183 --38.318,-64.234 --38.339,-64.284 --38.36,-64.335 --38.38,-64.385 --38.4,-64.437 --38.42,-64.488 --38.44,-64.539 --38.459,-64.591 --38.478,-64.642 --38.497,-64.694 --38.516,-64.746 --38.534,-64.798 --38.552,-64.85 --38.57,-64.902 --38.588,-64.954 --38.605,-65.007 --38.623,-65.059 --38.64,-65.112 --38.657,-65.165 --38.674,-65.218 --38.691,-65.271 --38.707,-65.324 --38.723,-65.377 --38.739,-65.43 --38.755,-65.484 --38.77,-65.538 --38.785,-65.591 --38.8,-65.645 --38.815,-65.699 --38.829,-65.753 --38.843,-65.807 --38.856,-65.862 --38.869,-65.916 --38.882,-65.97 --38.895,-66.025 --38.908,-66.079 --38.92,-66.134 --38.933,-66.189 --38.945,-66.243 --38.957,-66.298 --38.969,-66.353 --38.98,-66.408 --38.991,-66.464 --39.003,-66.519 --39.014,-66.575 --39.024,-66.631 --39.035,-66.687 --39.045,-66.743 --39.055,-66.799 --39.065,-66.855 --39.075,-66.912 --39.084,-66.969 --39.093,-67.026 --39.102,-67.083 --39.11,-67.14 --39.118,-67.197 --39.126,-67.255 --39.134,-67.312 --39.141,-67.37 --38.953,-67.304 --38.96,-67.362 --38.966,-67.419 --38.972,-67.477 --38.978,-67.535 --38.984,-67.593 --38.989,-67.651 --38.994,-67.709 --38.999,-67.767 --39.004,-67.825 --39.008,-67.883 --39.012,-67.941 --39.016,-68 --39.02,-68.058 --39.023,-68.117 --39.026,-68.175 --39.029,-68.234 --39.031,-68.292 --39.033,-68.351 --39.035,-68.41 --39.036,-68.468 --39.037,-68.527 --39.038,-68.586 --39.038,-68.645 --39.039,-68.704 --39.039,-68.762 --39.039,-68.821 --39.039,-68.88 --39.038,-68.939 --39.037,-68.997 --39.036,-69.056 --39.035,-69.115 --39.033,-69.173 --39.032,-69.232 --39.03,-69.29 --39.028,-69.349 --39.026,-69.408 --39.024,-69.466 --39.022,-69.525 --39.019,-69.583 --39.016,-69.642 --39.013,-69.7 --39.01,-69.759 --39.007,-69.817 --39.003,-69.875 --39,-69.934 --38.996,-69.992 --38.992,-70.05 --38.987,-70.109 --38.983,-70.167 --38.978,-70.225 --38.974,-70.283 --38.969,-70.341 --38.964,-70.4 --38.959,-70.458 --38.954,-70.516 --38.949,-70.574 --38.944,-70.632 --38.938,-70.69 --38.933,-70.748 --38.927,-70.807 --38.921,-70.865 --38.914,-70.923 --38.908,-70.981 --38.901,-71.039 --38.894,-71.097 --38.886,-71.156 --38.879,-71.214 --38.871,-71.272 --38.863,-71.33 --38.855,-71.388 --38.847,-71.446 --38.838,-71.504 --38.83,-71.562 --38.821,-71.62 --38.812,-71.678 --38.803,-71.736 --38.794,-71.794 --38.784,-71.852 --38.775,-71.91 --38.765,-71.968 --38.755,-72.026 --38.745,-72.083 --38.735,-72.141 --38.725,-72.198 --38.714,-72.255 --38.704,-72.313 --38.693,-72.37 --38.682,-72.427 --38.671,-72.484 --38.659,-72.54 --38.648,-72.597 --38.636,-72.654 --38.624,-72.71 --38.612,-72.767 --38.6,-72.823 --38.588,-72.88 --38.576,-72.936 --38.563,-72.992 --38.551,-73.049 --38.46,-72.8 --38.448,-72.856 --38.435,-72.912 --38.423,-72.968 --38.41,-73.024 --38.398,-73.08 --38.386,-73.136 --38.373,-73.192 --38.36,-73.248 --38.348,-73.304 --38.335,-73.36 --38.323,-73.416 --38.31,-73.473 --38.298,-73.529 --38.285,-73.585 --38.273,-73.641 --38.26,-73.697 --38.248,-73.753 --38.235,-73.81 --38.222,-73.866 --38.209,-73.922 --38.196,-73.978 --38.183,-74.034 --38.17,-74.09 --38.157,-74.146 --38.143,-74.202 --38.13,-74.257 --38.116,-74.313 --38.103,-74.369 --38.089,-74.425 --38.076,-74.48 --38.062,-74.536 --38.048,-74.591 --38.033,-74.647 --38.019,-74.702 --38.005,-74.758 --37.99,-74.813 --37.976,-74.868 --37.961,-74.923 --37.946,-74.979 --37.932,-75.034 --37.917,-75.089 --37.902,-75.144 --37.887,-75.199 --37.872,-75.254 --37.858,-75.308 --37.843,-75.363 --37.828,-75.418 --37.814,-75.473 --37.799,-75.527 --37.785,-75.582 --37.771,-75.637 --37.756,-75.691 --37.742,-75.745 --37.728,-75.8 --37.714,-75.854 --37.7,-75.908 --37.686,-75.963 --37.672,-76.017 --37.658,-76.071 --37.644,-76.125 --37.63,-76.18 --37.616,-76.234 --37.602,-76.288 --37.588,-76.342 --37.574,-76.396 --37.56,-76.45 --37.546,-76.504 --37.531,-76.558 --37.517,-76.611 --37.502,-76.665 --37.487,-76.719 --37.472,-76.773 --37.458,-76.827 --37.443,-76.88 --37.427,-76.934 --37.412,-76.988 --37.397,-77.041 --37.381,-77.095 --37.366,-77.149 --37.35,-77.202 --37.334,-77.256 --37.318,-77.309 --37.302,-77.363 --37.286,-77.416 --37.27,-77.47 --37.254,-77.523 --37.237,-77.577 --37.221,-77.63 --37.204,-77.683 --37.187,-77.736 --37.171,-77.788 --37.153,-77.841 --37.136,-77.893 --37.119,-77.946 --37.101,-77.998 --37.084,-78.05 --37.066,-78.102 --37.048,-78.153 --37.03,-78.205 --36.971,-77.836 --36.952,-77.887 --36.934,-77.937 --36.916,-77.988 --36.898,-78.039 --36.879,-78.089 --36.861,-78.14 --36.843,-78.19 --36.825,-78.241 --36.806,-78.291 --36.788,-78.342 --36.77,-78.392 --36.751,-78.443 --36.733,-78.493 --36.715,-78.544 --36.696,-78.594 --36.678,-78.645 --36.66,-78.695 --36.641,-78.746 --36.623,-78.796 --36.604,-78.846 --36.585,-78.896 --36.566,-78.946 --36.547,-78.995 --36.528,-79.045 --36.508,-79.094 --36.488,-79.143 --36.469,-79.192 --36.449,-79.241 --36.429,-79.289 --36.408,-79.338 --36.388,-79.386 --36.368,-79.434 --36.347,-79.482 --36.327,-79.53 --36.306,-79.578 --36.286,-79.626 --36.265,-79.674 --36.244,-79.722 --36.224,-79.77 --36.203,-79.818 --36.182,-79.866 --36.162,-79.914 --36.141,-79.962 --36.12,-80.009 --36.099,-80.057 --36.078,-80.105 --36.057,-80.152 --36.036,-80.2 --36.015,-80.248 --35.994,-80.295 --35.973,-80.343 --35.952,-80.391 --35.931,-80.438 --35.911,-80.486 --35.89,-80.534 --35.869,-80.581 --35.848,-80.629 --35.827,-80.677 --35.806,-80.724 --35.785,-80.772 --35.763,-80.819 --35.742,-80.867 --35.721,-80.914 --35.699,-80.962 --35.678,-81.009 --35.656,-81.056 --35.635,-81.104 --35.613,-81.151 --35.592,-81.198 --35.57,-81.245 --35.548,-81.292 --35.527,-81.339 --35.505,-81.386 --35.483,-81.433 --35.46,-81.479 --35.438,-81.526 --35.415,-81.572 --35.392,-81.619 --35.369,-81.665 --35.346,-81.711 --35.323,-81.758 --35.299,-81.804 --35.276,-81.85 --35.252,-81.896 --35.228,-81.942 --35.205,-81.988 --35.181,-82.033 --35.157,-82.079 --35.133,-82.125 --35.11,-82.171 --35.086,-82.217 --35.062,-82.262 --35.038,-82.308 --35.015,-82.353 --34.991,-82.399 --34.967,-82.444 --34.943,-82.49 --34.919,-82.535 --34.895,-82.58 --34.851,-82.165 --34.827,-82.21 --34.803,-82.254 --34.779,-82.298 --34.755,-82.343 --34.731,-82.387 --34.707,-82.432 --34.683,-82.476 --34.658,-82.52 --34.634,-82.565 --34.61,-82.609 --34.586,-82.653 --34.562,-82.698 --34.538,-82.742 --34.514,-82.786 --34.49,-82.831 --34.466,-82.875 --34.442,-82.919 --34.418,-82.963 --34.394,-83.007 --34.37,-83.051 --34.345,-83.095 --34.321,-83.139 --34.296,-83.183 --34.272,-83.226 --34.247,-83.27 --34.223,-83.314 --34.198,-83.358 --34.174,-83.401 --34.149,-83.445 --34.124,-83.489 --34.099,-83.532 --34.075,-83.576 --34.05,-83.619 --34.025,-83.663 --34,-83.706 --33.975,-83.75 --33.95,-83.793 --33.925,-83.837 --33.9,-83.88 --33.875,-83.924 --33.85,-83.967 --33.825,-84.011 --33.8,-84.054 --33.775,-84.098 --33.75,-84.141 --33.725,-84.184 --33.7,-84.228 --33.675,-84.271 --33.65,-84.314 --33.625,-84.357 --33.6,-84.4 --33.575,-84.443 --33.55,-84.487 --33.524,-84.53 --33.499,-84.573 --33.474,-84.616 --33.449,-84.659 --33.424,-84.702 --33.399,-84.746 --33.373,-84.789 --33.348,-84.832 --33.323,-84.876 --33.298,-84.919 --33.272,-84.962 --33.247,-85.006 --33.222,-85.049 --33.196,-85.093 --33.171,-85.136 --33.146,-85.18 --33.121,-85.223 --33.095,-85.267 --33.07,-85.311 --33.045,-85.354 --33.02,-85.398 --32.995,-85.442 --32.969,-85.485 --32.944,-85.529 --32.919,-85.573 --32.894,-85.616 --32.868,-85.66 --32.843,-85.704 --32.818,-85.747 --32.793,-85.791 --32.768,-85.835 --32.743,-85.878 --32.717,-85.922 --32.692,-85.966 --32.667,-86.01 --32.642,-86.053 --32.617,-86.097 --32.592,-86.141 --32.567,-86.185 --32.541,-86.229 --32.516,-86.272 --32.491,-86.316 --32.466,-86.361 --32.441,-86.405 --32.416,-86.449 --32.391,-86.493 --32.362,-86.067 --32.337,-86.111 --32.312,-86.155 --32.286,-86.199 --32.261,-86.243 --32.236,-86.287 --32.211,-86.331 --32.186,-86.376 --32.161,-86.42 --32.136,-86.465 --32.111,-86.509 --32.086,-86.554 --32.061,-86.599 --32.036,-86.644 --32.011,-86.688 --31.986,-86.733 --31.961,-86.779 --31.936,-86.824 --31.912,-86.869 --31.887,-86.914 --31.862,-86.96 --31.838,-87.005 --31.813,-87.05 --31.789,-87.096 --31.764,-87.141 --31.74,-87.187 --31.716,-87.233 --31.691,-87.278 --31.667,-87.324 --31.643,-87.37 --31.618,-87.416 --31.594,-87.462 --31.57,-87.508 --31.546,-87.554 --31.522,-87.6 --31.497,-87.647 --31.473,-87.694 --31.449,-87.741 --31.425,-87.788 --31.401,-87.835 --31.376,-87.882 --31.352,-87.929 --31.328,-87.977 --31.304,-88.024 --31.28,-88.072 --31.256,-88.119 --31.232,-88.167 --31.208,-88.215 --31.184,-88.263 --31.16,-88.311 --31.137,-88.358 --31.113,-88.406 --31.09,-88.455 --31.066,-88.503 --31.043,-88.551 --31.019,-88.599 --30.996,-88.648 --30.973,-88.696 --30.949,-88.745 --30.926,-88.793 --30.903,-88.842 --30.88,-88.891 --30.857,-88.939 --30.834,-88.988 --30.811,-89.037 --30.788,-89.086 --30.766,-89.136 --30.743,-89.185 --30.72,-89.234 --30.698,-89.283 --30.676,-89.332 --30.653,-89.381 --30.631,-89.431 --30.609,-89.48 --30.587,-89.529 --30.565,-89.578 --30.543,-89.627 --30.521,-89.677 --30.499,-89.726 --30.478,-89.775 --30.456,-89.824 --30.435,-89.873 --30.413,-89.923 --30.392,-89.972 --30.37,-90.021 --30.349,-90.07 --30.328,-90.12 --30.306,-90.169 --30.285,-90.218 --30.264,-90.268 --30.242,-90.317 --30.221,-90.366 --30.2,-90.416 --30.179,-90.465 --30.158,-90.514 --30.136,-90.564 --30.115,-90.613 --30.094,-90.663 --30.074,-90.712 --30.053,-90.762 --29.977,-90.322 --29.956,-90.371 --29.935,-90.42 --29.915,-90.468 --29.894,-90.517 --29.874,-90.566 --29.853,-90.615 --29.833,-90.664 --29.813,-90.712 --29.793,-90.761 --29.773,-90.81 --29.753,-90.858 --29.733,-90.907 --29.713,-90.955 --29.693,-91.004 --29.673,-91.052 --29.653,-91.101 --29.634,-91.149 --29.614,-91.198 --29.595,-91.246 --29.575,-91.294 --29.556,-91.343 --29.537,-91.391 --29.518,-91.44 --29.499,-91.488 --29.48,-91.536 --29.461,-91.585 --29.442,-91.633 --29.423,-91.681 --29.405,-91.73 --29.386,-91.778 --29.368,-91.826 --29.349,-91.874 --29.331,-91.923 --29.313,-91.971 --29.295,-92.019 --29.277,-92.067 --29.259,-92.115 --29.241,-92.164 --29.223,-92.212 --29.205,-92.26 --29.188,-92.308 --29.17,-92.356 --29.153,-92.404 --29.135,-92.452 --29.118,-92.5 --29.101,-92.548 --29.083,-92.596 --29.066,-92.644 --29.05,-92.692 --29.033,-92.74 --29.016,-92.788 --28.999,-92.836 --28.983,-92.884 --28.966,-92.932 --28.95,-92.98 --28.934,-93.028 --28.917,-93.076 --28.901,-93.124 --28.885,-93.171 --28.869,-93.219 --28.853,-93.267 --28.837,-93.315 --28.821,-93.362 --28.804,-93.41 --28.788,-93.457 --28.772,-93.504 --28.756,-93.551 --28.741,-93.598 --28.725,-93.645 --28.709,-93.692 --28.693,-93.739 --28.678,-93.786 --28.662,-93.832 --28.647,-93.878 --28.631,-93.925 --28.615,-93.971 --28.6,-94.017 --28.584,-94.063 --28.568,-94.108 --28.553,-94.154 --28.537,-94.199 --28.522,-94.244 --28.507,-94.289 --28.492,-94.334 --28.477,-94.379 --28.462,-94.424 --28.448,-94.468 --28.434,-94.513 --28.42,-94.557 --28.406,-94.601 --28.393,-94.645 --28.38,-94.689 --28.366,-94.733 --28.354,-94.776 --28.341,-94.819 --28.328,-94.862 --28.316,-94.905 --28.304,-94.948 --28.292,-94.991 --28.2,-94.57 --28.188,-94.612 --28.177,-94.654 --28.165,-94.696 --28.154,-94.737 --28.143,-94.779 --28.132,-94.82 --28.121,-94.861 --28.11,-94.902 --28.099,-94.943 --28.088,-94.984 --28.077,-95.025 --28.067,-95.065 --28.056,-95.105 --28.045,-95.146 --28.035,-95.186 --28.024,-95.225 --28.014,-95.265 --28.003,-95.304 --27.992,-95.344 --27.982,-95.383 --27.972,-95.422 --27.961,-95.46 --27.951,-95.499 --27.94,-95.537 --27.93,-95.576 --27.92,-95.614 --27.909,-95.652 --27.899,-95.69 --27.889,-95.727 --27.879,-95.765 --27.868,-95.802 --27.858,-95.839 --27.848,-95.876 --27.838,-95.913 --27.828,-95.95 --27.818,-95.986 --27.808,-96.023 --27.798,-96.059 --27.788,-96.095 --27.779,-96.131 --27.769,-96.167 --27.759,-96.202 --27.75,-96.238 --27.74,-96.273 --27.731,-96.309 --27.722,-96.344 --27.713,-96.379 --27.703,-96.414 --27.694,-96.449 --27.685,-96.484 --27.677,-96.518 --27.668,-96.553 --27.659,-96.587 --27.651,-96.622 --27.642,-96.656 --27.634,-96.69 --27.626,-96.724 --27.617,-96.758 --27.609,-96.792 --27.601,-96.825 --27.593,-96.858 --27.585,-96.891 --27.576,-96.924 --27.568,-96.957 --27.56,-96.989 --27.552,-97.022 --27.544,-97.054 --27.536,-97.086 --27.528,-97.117 --27.52,-97.149 --27.512,-97.18 --27.505,-97.212 --27.497,-97.243 --27.489,-97.273 --27.481,-97.304 --27.474,-97.334 --27.466,-97.365 --27.459,-97.395 --27.451,-97.424 --27.444,-97.454 --27.437,-97.484 --27.43,-97.513 --27.422,-97.543 --27.415,-97.572 --27.408,-97.601 --27.401,-97.629 --27.394,-97.658 --27.387,-97.687 --27.38,-97.715 --27.374,-97.743 --27.367,-97.771 --27.36,-97.799 --27.354,-97.827 --27.347,-97.855 --27.341,-97.882 --27.334,-97.909 --27.328,-97.937 --27.322,-97.964 --27.315,-97.991 --27.226,-97.644 --27.22,-97.67 --27.214,-97.696 --27.208,-97.721 --27.202,-97.747 --27.196,-97.772 --27.19,-97.798 --27.185,-97.823 --27.179,-97.848 --27.174,-97.872 --27.168,-97.897 --27.163,-97.921 --27.157,-97.945 --27.152,-97.969 --27.147,-97.993 --27.142,-98.017 --27.137,-98.04 --27.131,-98.064 --27.126,-98.087 --27.121,-98.11 --27.116,-98.133 --27.111,-98.155 --27.106,-98.178 --27.101,-98.2 --27.096,-98.222 --27.092,-98.244 --27.087,-98.266 --27.082,-98.288 --27.077,-98.309 --27.073,-98.331 --27.068,-98.352 --27.064,-98.373 --27.059,-98.394 --27.055,-98.415 --27.051,-98.435 --27.047,-98.456 --27.042,-98.476 --27.038,-98.496 --27.034,-98.516 --27.03,-98.536 --27.026,-98.556 --27.022,-98.575 --27.018,-98.595 --27.015,-98.614 --27.011,-98.633 --27.007,-98.652 --27.003,-98.671 --27,-98.69 --26.996,-98.708 --26.993,-98.727 --26.99,-98.745 --26.986,-98.763 --26.983,-98.781 --26.98,-98.799 --26.977,-98.816 --26.974,-98.834 --26.971,-98.851 --26.968,-98.868 --26.965,-98.885 --26.962,-98.902 --26.959,-98.918 --26.957,-98.934 --26.954,-98.951 --26.951,-98.967 --26.949,-98.983 --26.946,-98.998 --26.944,-99.014 --26.941,-99.029 --26.939,-99.044 --26.937,-99.06 --26.934,-99.074 --26.932,-99.089 --26.93,-99.104 --26.928,-99.118 --26.926,-99.132 --26.924,-99.146 --26.922,-99.16 --26.921,-99.173 --26.919,-99.187 --26.918,-99.2 --26.916,-99.213 --26.915,-99.226 --26.913,-99.238 --26.912,-99.251 --26.911,-99.263 --26.91,-99.275 --26.909,-99.287 --26.908,-99.299 --26.907,-99.311 --26.906,-99.322 --26.905,-99.333 --26.904,-99.345 --26.904,-99.356 --26.903,-99.366 --26.902,-99.377 --26.902,-99.388 --26.901,-99.398 --26.901,-99.408 --26.9,-99.419 --26.9,-99.429 --26.801,-99.13 --26.801,-99.139 --26.8,-99.148 --26.8,-99.157 --26.8,-99.166 --26.8,-99.175 --26.8,-99.183 --26.8,-99.191 --26.8,-99.2 --26.801,-99.207 --26.801,-99.215 --26.801,-99.223 --26.802,-99.23 --26.802,-99.237 --26.803,-99.245 --26.803,-99.251 --26.804,-99.258 --26.805,-99.265 --26.806,-99.271 --26.806,-99.277 --26.807,-99.284 --26.808,-99.29 --26.809,-99.295 --26.81,-99.301 --26.812,-99.306 --26.813,-99.312 --26.814,-99.317 --26.815,-99.322 --26.817,-99.327 --26.818,-99.331 --26.82,-99.336 --26.821,-99.34 --26.823,-99.344 --26.824,-99.349 --26.826,-99.352 --26.828,-99.356 --26.83,-99.36 --26.832,-99.363 --26.834,-99.366 --26.836,-99.37 --26.838,-99.373 --26.84,-99.375 --26.842,-99.378 --26.844,-99.38 --26.847,-99.383 --26.849,-99.385 --26.852,-99.387 --26.854,-99.388 --26.857,-99.39 --26.859,-99.391 --26.862,-99.393 --26.865,-99.394 --26.868,-99.395 --26.871,-99.395 --26.874,-99.396 --26.877,-99.397 --26.88,-99.397 --26.883,-99.398 --26.886,-99.398 --26.889,-99.399 --26.892,-99.399 --26.895,-99.4 --26.898,-99.4 --26.901,-99.401 --26.904,-99.401 --26.907,-99.402 --26.91,-99.403 --26.913,-99.403 --26.916,-99.404 --26.918,-99.405 --26.921,-99.406 --26.924,-99.407 --26.927,-99.408 --26.929,-99.409 --26.932,-99.41 --26.935,-99.411 --26.938,-99.413 --26.94,-99.414 --26.943,-99.415 --26.946,-99.416 --26.948,-99.418 --26.951,-99.419 --26.954,-99.42 --26.957,-99.422 --26.96,-99.423 --26.962,-99.424 --26.965,-99.425 --26.968,-99.427 --26.971,-99.428 --26.974,-99.429 --26.977,-99.43 --26.98,-99.432 --26.983,-99.433 --26.986,-99.434 --26.989,-99.435 --26.992,-99.437 --26.995,-99.438 --26.998,-99.439 --27,-99.441 --27.003,-99.442 --26.877,-99.195 --26.88,-99.196 --26.883,-99.197 --26.886,-99.198 --26.888,-99.199 --26.891,-99.2 --26.894,-99.2 --26.897,-99.201 --26.9,-99.202 --26.902,-99.203 --26.905,-99.204 --26.908,-99.205 --26.911,-99.206 --26.914,-99.207 --26.916,-99.207 --26.919,-99.208 --26.922,-99.209 --26.925,-99.21 --26.928,-99.211 --26.93,-99.212 --26.933,-99.213 --26.936,-99.214 --26.939,-99.215 --26.942,-99.216 --26.945,-99.216 --26.947,-99.217 --26.95,-99.218 --26.953,-99.219 --26.956,-99.22 --26.959,-99.221 --26.962,-99.222 --26.965,-99.223 --26.968,-99.224 --26.971,-99.225 --26.973,-99.225 --26.976,-99.226 --26.979,-99.227 --26.982,-99.228 --26.985,-99.229 --26.988,-99.23 --26.991,-99.231 --26.994,-99.232 --26.997,-99.232 --27,-99.233 --27.003,-99.234 --27.006,-99.235 --27.009,-99.236 --27.012,-99.237 --27.014,-99.238 --27.017,-99.238 --27.02,-99.239 --27.023,-99.24 --27.026,-99.241 --27.029,-99.242 --27.032,-99.243 --27.035,-99.244 --27.038,-99.244 --27.041,-99.245 --27.044,-99.246 --27.047,-99.247 --27.05,-99.248 --27.053,-99.249 --27.056,-99.25 --27.059,-99.25 --27.062,-99.251 --27.065,-99.252 --27.068,-99.253 --27.071,-99.254 --27.074,-99.255 --27.077,-99.255 --27.08,-99.256 --27.083,-99.257 --27.086,-99.258 --27.089,-99.259 --27.092,-99.26 --27.095,-99.26 --27.098,-99.261 --27.101,-99.262 --27.104,-99.263 --27.107,-99.264 --27.111,-99.265 --27.114,-99.265 --27.117,-99.266 --27.12,-99.267 --27.123,-99.268 --27.126,-99.269 --27.129,-99.269 --27.132,-99.27 --27.135,-99.271 --27.138,-99.272 --27.141,-99.273 --27.144,-99.274 --27.147,-99.274 --27.15,-99.275 --27.153,-99.276 --27.156,-99.277 --27.159,-99.278 --27.162,-99.278 --27.166,-99.279 --27.169,-99.28 --27.008,-99.076 --27.011,-99.077 --27.014,-99.077 --27.017,-99.078 --27.02,-99.078 --27.023,-99.079 --27.026,-99.079 --27.029,-99.08 --27.032,-99.081 --27.035,-99.081 --27.037,-99.082 --27.04,-99.082 --27.043,-99.083 --27.046,-99.083 --27.049,-99.084 --27.052,-99.084 --27.055,-99.085 --27.058,-99.085 --27.061,-99.086 --27.064,-99.086 --27.067,-99.087 --27.07,-99.087 --27.073,-99.088 --27.076,-99.088 --27.079,-99.089 --27.082,-99.089 --27.085,-99.09 --27.088,-99.09 --27.091,-99.091 --27.094,-99.091 --27.097,-99.092 --27.1,-99.092 --27.103,-99.093 --27.106,-99.093 --27.109,-99.094 --27.112,-99.094 --27.115,-99.095 --27.118,-99.095 --27.121,-99.096 --27.124,-99.096 --27.128,-99.097 --27.131,-99.097 --27.134,-99.098 --27.137,-99.098 --27.14,-99.099 --27.143,-99.099 --27.146,-99.1 --27.149,-99.1 --27.152,-99.101 --27.155,-99.101 --27.158,-99.102 --27.161,-99.102 --27.164,-99.103 --27.168,-99.103 --27.171,-99.104 --27.174,-99.104 --27.177,-99.105 --27.18,-99.105 --27.183,-99.106 --27.186,-99.106 --27.189,-99.106 --27.192,-99.107 --27.195,-99.107 --27.199,-99.108 --27.202,-99.108 --27.205,-99.109 --27.208,-99.109 --27.211,-99.11 --27.214,-99.11 --27.217,-99.11 --27.221,-99.111 --27.224,-99.111 --27.227,-99.112 --27.23,-99.112 --27.233,-99.113 --27.236,-99.113 --27.24,-99.114 --27.243,-99.114 --27.246,-99.115 --27.249,-99.115 --27.252,-99.115 --27.255,-99.116 --27.259,-99.116 --27.262,-99.117 --27.265,-99.117 --27.268,-99.118 --27.271,-99.118 --27.275,-99.118 --27.278,-99.119 --27.281,-99.119 --27.284,-99.12 --27.287,-99.12 --27.291,-99.12 --27.294,-99.121 --27.297,-99.121 --27.3,-99.122 --27.304,-99.122 --27.307,-99.122 --27.31,-99.123 --27.313,-99.123 --27.095,-98.907 --27.098,-98.907 --27.101,-98.907 --27.104,-98.907 --27.107,-98.907 --27.11,-98.908 --27.113,-98.908 --27.116,-98.908 --27.119,-98.908 --27.122,-98.908 --27.125,-98.908 --27.128,-98.908 --27.131,-98.908 --27.134,-98.908 --27.137,-98.909 --27.14,-98.909 --27.143,-98.909 --27.147,-98.909 --27.15,-98.909 --27.153,-98.909 --27.156,-98.909 --27.159,-98.909 --27.162,-98.909 --27.165,-98.909 --27.168,-98.91 --27.171,-98.91 --27.174,-98.91 --27.177,-98.91 --27.18,-98.91 --27.184,-98.91 --27.187,-98.91 --27.19,-98.91 --27.193,-98.91 --27.196,-98.91 --27.199,-98.91 --27.202,-98.91 --27.205,-98.91 --27.208,-98.911 --27.212,-98.911 --27.215,-98.911 --27.218,-98.911 --27.221,-98.911 --27.224,-98.911 --27.227,-98.911 --27.23,-98.911 --27.233,-98.911 --27.237,-98.911 --27.24,-98.911 --27.243,-98.911 --27.246,-98.911 --27.249,-98.911 --27.252,-98.911 --27.255,-98.911 --27.259,-98.911 --27.262,-98.911 --27.265,-98.911 --27.268,-98.911 --27.271,-98.911 --27.275,-98.911 --27.278,-98.911 --27.281,-98.911 --27.284,-98.911 --27.287,-98.911 --27.291,-98.911 --27.294,-98.911 --27.297,-98.911 --27.3,-98.911 --27.303,-98.911 --27.307,-98.911 --27.31,-98.911 --27.313,-98.911 --27.316,-98.911 --27.319,-98.911 --27.323,-98.911 --27.326,-98.911 --27.329,-98.911 --27.332,-98.911 --27.335,-98.91 --27.339,-98.91 --27.342,-98.91 --27.345,-98.91 --27.348,-98.91 --27.352,-98.91 --27.355,-98.91 --27.358,-98.91 --27.361,-98.91 --27.365,-98.91 --27.368,-98.91 --27.371,-98.91 --27.374,-98.91 --27.378,-98.91 --27.381,-98.91 --27.384,-98.91 --27.388,-98.91 --27.391,-98.91 --27.394,-98.909 --27.397,-98.909 --27.401,-98.909 --27.404,-98.909 --27.407,-98.909 --27.129,-98.721 --27.132,-98.721 --27.135,-98.72 --27.138,-98.72 --27.141,-98.72 --27.144,-98.719 --27.147,-98.719 --27.15,-98.719 --27.153,-98.718 --27.156,-98.718 --27.159,-98.718 --27.162,-98.717 --27.165,-98.717 --27.168,-98.717 --27.171,-98.716 --27.174,-98.716 --27.177,-98.716 --27.18,-98.715 --27.183,-98.715 --27.186,-98.714 --27.189,-98.714 --27.192,-98.714 --27.195,-98.713 --27.198,-98.713 --27.201,-98.713 --27.204,-98.712 --27.207,-98.712 --27.21,-98.712 --27.213,-98.711 --27.216,-98.711 --27.219,-98.71 --27.222,-98.71 --27.225,-98.71 --27.228,-98.709 --27.231,-98.709 --27.234,-98.708 --27.237,-98.708 --27.24,-98.708 --27.243,-98.707 --27.246,-98.707 --27.249,-98.707 --27.252,-98.706 --27.255,-98.706 --27.259,-98.705 --27.262,-98.705 --27.265,-98.704 --27.268,-98.704 --27.271,-98.704 --27.274,-98.703 --27.277,-98.703 --27.28,-98.702 --27.283,-98.702 --27.286,-98.701 --27.29,-98.701 --27.293,-98.701 --27.296,-98.7 --27.299,-98.7 --27.302,-98.699 --27.305,-98.699 --27.308,-98.698 --27.311,-98.698 --27.315,-98.697 --27.318,-98.697 --27.321,-98.696 --27.324,-98.696 --27.327,-98.695 --27.33,-98.695 --27.333,-98.694 --27.336,-98.694 --27.34,-98.693 --27.343,-98.693 --27.346,-98.692 --27.349,-98.692 --27.352,-98.691 --27.355,-98.691 --27.359,-98.69 --27.362,-98.69 --27.365,-98.689 --27.368,-98.689 --27.371,-98.688 --27.375,-98.688 --27.378,-98.687 --27.381,-98.687 --27.384,-98.686 --27.387,-98.686 --27.391,-98.685 --27.394,-98.685 --27.397,-98.684 --27.4,-98.684 --27.404,-98.683 --27.407,-98.683 --27.41,-98.682 --27.413,-98.682 --27.416,-98.681 --27.42,-98.681 --27.423,-98.68 --27.426,-98.68 --27.429,-98.679 --27.433,-98.679 --27.436,-98.678 --27.136,-98.521 --27.139,-98.52 --27.142,-98.52 --27.145,-98.519 --27.148,-98.518 --27.151,-98.517 --27.154,-98.516 --27.157,-98.516 --27.16,-98.515 --27.163,-98.514 --27.166,-98.513 --27.169,-98.513 --27.171,-98.512 --27.174,-98.511 --27.177,-98.51 --27.18,-98.51 --27.183,-98.509 --27.186,-98.508 --27.189,-98.507 --27.192,-98.506 --27.195,-98.506 --27.198,-98.505 --27.201,-98.504 --27.204,-98.503 --27.207,-98.502 --27.21,-98.502 --27.213,-98.501 --27.216,-98.5 --27.219,-98.499 --27.222,-98.498 --27.225,-98.497 --27.228,-98.497 --27.231,-98.496 --27.234,-98.495 --27.237,-98.494 --27.24,-98.493 --27.243,-98.492 --27.246,-98.491 --27.249,-98.491 --27.252,-98.49 diff --git a/original_submission/data/exp_ephemerisacquisition.csv b/original_submission/data/exp_ephemerisacquisition.csv deleted file mode 100644 index cfbe2bd190789396c4c14fc99479fd8a055f8e4d..0000000000000000000000000000000000000000 --- a/original_submission/data/exp_ephemerisacquisition.csv +++ /dev/null @@ -1,3334 +0,0 @@ -0.0006,0,0 -0.0606,0,0 -0.1206,0,0 -0.1806,0,0 -0.2406,0,0 -0.3006,0,0 -0.3606,0,0 -0.4206,0,0 -0.4806,0,0 -0.5406,0,0 -0.6006,0,0 -0.6606,0,0 -0.7206,0,0 -0.7806,0,0 -0.8406,0,0 -0.9006,0,0 -0.9606,0,0 -1.0206,0,0 -1.0806,0,0 -1.1406,0,0 -1.2006,0,0 -1.2606,0,0 -1.3206,0,0 -1.3806,0,0 -1.4406,0,0 -1.5006,0,0 -1.5606,0,0 -1.6206,0,0 -1.6806,0,0 -1.7406,0,0 -1.8006,0,0 -1.8606,0,0 -1.9206,0,0 -1.9806,0,0 -2.0406,0,0 -2.1006,0,0 -2.1606,0,0 -2.2206,0,0 -2.2806,0,0 -2.3406,0,0 -2.4006,0,0 -2.4606,0,0 -2.5206,0,0 -2.5806,0,0 -2.6406,0,0 -2.7006,0,0 -2.7606,0,0 -2.8206,0,0 -2.8806,0,0 -2.9406,0,0 -3.0006,0,0 -3.0606,0,0 -3.1206,0,0 -3.1806,0,0 -3.2406,0,0 -3.3006,0,0 -3.3606,0,0 -3.4206,0,0 -3.4806,0,0 -3.5406,0,0 -3.6006,0,0 -3.6606,0,0 -3.7206,0,0 -3.7806,0,0 -3.8406,0,0 -3.9006,0,0 -3.9606,0,0 -4.0206,0,0 -4.0806,0,0 -4.1406,0,0 -4.2006,0,0 -4.2606,0,0 -4.3206,0,0 -4.3806,0,0 -4.4406,0,0 -4.5006,0,0 -4.5606,0,0 -4.6206,0,0 -4.6806,0,0 -4.7406,0,0 -4.8006,0,0 -4.8606,0,0 -4.9206,0,0 -4.9806,0,0 -5.0394,0,0 -5.0994,0,0 -5.1594,0,0 -5.2194,0,0 -5.2794,0,0 -5.3394,0,0 -5.3994,0,0 -5.4594,0,0 -5.5194,0,0 -5.5794,0,0 -5.6394,0,0 -5.6994,0,0 -5.7594,0,0 -5.8194,0,0 -5.8794,0,0 -5.9394,0,0 -5.9994,0,0 -6.0594,0,0 -6.1194,0,0 -6.1794,0,0 -6.2394,0,0 -6.2994,0,0 -6.3594,0,0 -6.4194,0,0 -6.4794,0,0 -6.5394,0,0 -6.5994,0,0 -6.6594,0,0 -6.7194,0,0 -6.7794,0,0 -6.8394,0,0 -6.8994,0,0 -6.9594,0,0 -7.0194,0,0 -7.0794,0,0 -7.1394,0,0 -7.1994,0,0 -7.2594,0,0 -7.3194,0,0 -7.3794,0,0 -7.4394,0,0 -7.4994,0,0 -7.5594,0,0 -7.6194,0,0 -7.6794,0,0 -7.7394,0,0 -7.7994,0,0 -7.8594,0,0 -7.9194,0,0 -7.9794,0,0 -8.0394,0,0 -8.0994,0,0 -8.1594,0,0 -8.2194,0,0 -8.2794,0,0 -8.3394,0,0 -8.3994,0,0 -8.4594,0,0 -8.5194,0,0 -8.5794,0,0 -8.6394,0,0 -8.6994,0,0 -8.7594,0,0 -8.8194,0,0 -8.8794,0,0 -8.9394,0,0 -8.9994,0,0 -9.0594,0,0 -9.1194,0,0 -9.1794,0,0 -9.2394,0,0 -9.2994,0,0 -9.3594,0,0 -9.4194,0,0 -9.4794,0,0 -9.5394,0,0 -9.5994,0,0 -9.6594,0,0 -9.7194,0,0 -9.7794,0,0 -9.8394,0,0 -9.8994,0,0 -9.9594,0,0 -10.018,1,0 -10.077,1,0 -10.137,1,0 -10.197,1,0 -10.257,1,0 -10.317,1,0 -10.377,1,0 -10.437,1,0 -10.497,1,0 -10.557,1,0 -10.617,1,0 -10.677,1,0 -10.737,1,0 -10.797,1,0 -10.857,1,0 -10.917,1,0 -10.977,1,0 -11.037,1,0 -11.097,1,0 -11.157,1,0 -11.217,1,0 -11.277,1,0 -11.337,1,0 -11.397,1,0 -11.457,1,0 -11.517,1,0 -11.577,1,0 -11.637,1,0 -11.697,1,0 -11.757,1,0 -11.817,1,0 -11.877,1,0 -11.937,1,0 -11.997,1,0 -12.057,1,0 -12.117,1,0 -12.177,1,0 -12.237,1,0 -12.297,1,0 -12.357,1,0 -12.417,1,0 -12.477,1,0 -12.537,1,0 -12.597,1,0 -12.657,1,0 -12.717,1,0 -12.777,1,0 -12.837,1,0 -12.897,1,0 -12.957,1,0 -13.017,1,0 -13.077,1,0 -13.137,1,0 -13.197,1,0 -13.257,1,0 -13.317,1,0 -13.377,1,0 -13.437,1,0 -13.497,1,0 -13.557,1,0 -13.617,1,0 -13.677,1,0 -13.737,1,0 -13.797,1,0 -13.857,1,0 -13.917,1,0 -13.977,1,0 -14.037,1,0 -14.097,1,0 -14.157,1,0 -14.217,1,0 -14.277,1,0 -14.337,1,0 -14.397,1,0 -14.457,1,0 -14.517,1,0 -14.577,1,0 -14.637,1,0 -14.697,1,0 -14.757,1,0 -14.817,1,0 -14.877,1,0 -14.937,1,0 -14.997,1,0 -15.057,1,0 -15.117,1,0 -15.177,1,0 -15.237,1,0 -15.297,1,0 -15.357,1,0 -15.417,1,0 -15.477,1,0 -15.537,1,0 -15.597,1,0 -15.657,1,0 -15.717,1,0 -15.777,1,0 -15.837,1,0 -15.897,1,0 -15.957,1,0 -16.017,1,0 -16.077,1,0 -16.137,1,0 -16.197,1,0 -16.257,1,0 -16.317,1,0 -16.377,1,0 -16.437,1,0 -16.497,1,0 -16.557,1,0 -16.617,1,0 -16.677,1,0 -16.737,1,0 -16.797,1,0 -16.857,1,0 -16.917,1,0 -16.977,1,0 -17.037,1,0 -17.097,1,0 -17.157,1,0 -17.217,1,0 -17.277,1,0 -17.337,1,0 -17.397,1,0 -17.457,1,0 -17.517,1,0 -17.577,1,0 -17.637,1,0 -17.697,1,0 -17.757,1,0 -17.817,1,0 -17.877,1,0 -17.937,1,0 -17.997,1,0 -18.057,1,0 -18.117,1,0 -18.177,1,0 -18.237,1,0 -18.297,1,0 -18.357,1,0 -18.417,1,0 -18.477,1,0 -18.537,1,0 -18.597,1,0 -18.657,1,0 -18.717,1,0 -18.777,1,0 -18.837,1,0 -18.897,1,0 -18.957,1,0 -19.017,1,0 -19.077,1,0 -19.137,1,0 -19.197,1,0 -19.257,1,0 -19.317,1,0 -19.377,1,0 -19.437,1,0 -19.497,1,0 -19.557,1,0 -19.617,1,0 -19.677,1,0 -19.737,1,0 -19.797,1,0 -19.857,1,0 -19.917,1,0 -19.977,1,0 -20.037,1,0 -20.097,1,0 -20.157,1,0 -20.217,1,0 -20.277,1,0 -20.337,1,0 -20.397,1,0 -20.457,1,0 -20.517,1,0 -20.577,1,0 -20.637,1,0 -20.697,1,0 -20.757,1,0 -20.817,1,0 -20.877,1,0 -20.937,1,0 -20.997,1,0 -21.057,1,0 -21.117,1,0 -21.177,1,0 -21.237,1,0 -21.297,1,0 -21.357,1,0 -21.417,1,0 -21.477,1,0 -21.537,1,0 -21.597,1,0 -21.657,1,0 -21.717,1,0 -21.777,1,0 -21.837,1,0 -21.897,1,0 -21.957,1,0 -22.017,1,0 -22.077,1,0 -22.137,1,0 -22.197,1,0 -22.257,1,0 -22.317,1,0 -22.377,1,0 -22.437,1,0 -22.497,1,0 -22.557,1,0 -22.617,1,0 -22.677,1,0 -22.737,1,0 -22.797,1,0 -22.857,1,0 -22.917,1,0 -22.977,1,0 -23.037,1,0 -23.097,1,0 -23.157,1,0 -23.217,1,0 -23.277,1,0 -23.337,1,0 -23.397,1,0 -23.457,1,0 -23.517,1,0 -23.577,1,0 -23.637,1,0 -23.697,1,0 -23.757,1,0 -23.817,1,0 -23.877,1,0 -23.937,1,0 -23.997,1,0 -24.057,1,0 -24.117,1,0 -24.177,1,0 -24.237,1,0 -24.297,1,0 -24.357,1,0 -24.417,1,0 -24.477,1,0 -24.537,1,0 -24.597,1,0 -24.657,1,0 -24.717,1,0 -24.777,1,0 -24.837,1,0 -24.897,1,0 -24.957,1,0 -25.017,1,0 -25.077,1,0 -25.137,1,0 -25.197,1,0 -25.257,1,0 -25.317,1,0 -25.377,1,0 -25.437,1,0 -25.497,1,0 -25.557,1,0 -25.617,1,0 -25.677,1,0 -25.737,1,0 -25.797,1,0 -25.857,1,0 -25.917,1,0 -25.977,1,0 -26.037,1,0 -26.097,1,0 -26.157,1,0 -26.217,1,0 -26.277,1,0 -26.337,1,0 -26.397,1,0 -26.457,1,0 -26.517,1,0 -26.577,1,0 -26.637,1,0 -26.697,1,0 -26.757,1,0 -26.817,1,0 -26.877,1,0 -26.937,1,0 -26.997,1,0 -27.057,1,0 -27.117,1,0 -27.177,1,0 -27.237,1,0 -27.297,1,0 -27.357,1,0 -27.417,1,0 -27.477,1,0 -27.537,1,0 -27.597,1,0 -27.657,1,0 -27.717,1,0 -27.777,1,0 -27.837,1,0 -27.897,1,0 -27.957,1,0 -28.017,1,0 -28.077,1,0 -28.137,1,0 -28.197,1,0 -28.257,1,0 -28.317,1,0 -28.377,1,0 -28.437,1,0 -28.497,1,0 -28.557,1,0 -28.617,1,0 -28.677,1,0 -28.737,1,0 -28.797,1,0 -28.857,1,0 -28.917,1,0 -28.977,1,0 -29.037,1,0 -29.097,1,0 -29.157,1,0 -29.217,1,0 -29.277,1,0 -29.337,1,0 -29.397,1,0 -29.457,1,0 -29.517,1,0 -29.577,1,0 -29.637,1,0 -29.697,1,0 -29.757,1,0 -29.817,1,0 -29.877,1,0 -29.937,1,0 -29.997,1,0 -30.057,1,0 -30.117,1,0 -30.177,1,0 -30.237,1,0 -30.297,1,0 -30.357,1,0 -30.417,1,0 -30.477,1,0 -30.537,1,0 -30.597,1,0 -30.657,1,0 -30.717,1,0 -30.777,1,0 -30.837,1,0 -30.897,1,0 -30.957,1,0 -31.017,1,0 -31.077,1,0 -31.137,1,0 -31.197,1,0 -31.257,1,0 -31.317,1,0 -31.377,1,0 -31.437,1,0 -31.497,1,0 -31.557,1,0 -31.617,1,0 -31.677,1,0 -31.737,1,0 -31.797,1,0 -31.857,1,0 -31.917,1,0 -31.977,1,0 -32.037,1,0 -32.097,1,0 -32.157,1,0 -32.217,1,0 -32.277,1,0 -32.337,1,0 -32.397,1,0 -32.457,1,0 -32.517,1,0 -32.577,1,0 -32.637,1,0 -32.697,1,0 -32.757,1,0 -32.817,1,0 -32.877,1,0 -32.937,1,0 -32.997,1,0 -33.057,1,0 -33.117,1,0 -33.177,1,0 -33.237,1,0 -33.297,1,0 -33.357,1,0 -33.417,1,0 -33.477,1,0 -33.537,1,0 -33.597,1,0 -33.657,1,0 -33.717,1,0 -33.777,1,0 -33.837,1,0 -33.897,1,0 -33.957,1,0 -34.017,1,0 -34.077,1,0 -34.137,1,0 -34.197,1,0 -34.257,1,0 -34.317,1,0 -34.377,1,0 -34.437,1,0 -34.497,1,0 -34.557,1,0 -34.617,1,0 -34.677,1,0 -34.737,1,0 -34.797,1,0 -34.857,1,0 -34.917,1,0 -34.977,1,0 -35.037,1,0 -35.097,1,0 -35.157,1,0 -35.217,1,0 -35.277,1,0 -35.337,1,0 -35.397,1,0 -35.457,1,0 -35.517,1,0 -35.577,1,0 -35.637,1,0 -35.697,1,0 -35.757,1,0 -35.817,1,0 -35.877,1,0 -35.937,1,0 -35.997,1,0 -36.057,1,0 -36.117,1,0 -36.177,1,0 -36.237,1,0 -36.297,1,0 -36.357,1,0 -36.417,1,0 -36.477,1,0 -36.537,1,0 -36.597,1,0 -36.657,1,0 -36.717,1,0 -36.777,1,0 -36.837,1,0 -36.897,1,0 -36.957,1,0 -37.017,1,0 -37.077,1,0 -37.137,1,0 -37.197,1,0 -37.257,1,0 -37.317,1,0 -37.377,1,0 -37.437,1,0 -37.497,1,0 -37.557,1,0 -37.617,1,0 -37.677,1,0 -37.737,1,0 -37.797,1,0 -37.857,1,0 -37.917,1,0 -37.977,1,0 -38.037,1,0 -38.097,1,0 -38.157,1,0 -38.217,1,0 -38.277,1,0 -38.337,1,0 -38.397,1,0 -38.457,1,0 -38.517,1,0 -38.577,1,0 -38.637,1,0 -38.697,1,0 -38.757,1,0 -38.817,1,0 -38.877,1,0 -38.937,1,0 -38.997,1,0 -39.057,1,0 -39.117,1,0 -39.177,1,0 -39.237,1,0 -39.297,1,0 -39.357,1,0 -39.417,1,0 -39.477,1,0 -39.537,1,0 -39.597,1,0 -39.657,1,0 -39.717,1,0 -39.777,1,0 -39.837,1,0 -39.897,1,0 -39.957,1,0 -40.017,1,0 -40.077,1,0 -40.137,1,0 -40.197,1,0 -40.257,1,0 -40.317,1,0 -40.377,1,0 -40.437,1,0 -40.497,1,0 -40.557,1,0 -40.617,1,0 -40.677,1,0 -40.737,1,0 -40.797,1,0 -40.857,1,0 -40.917,1,0 -40.977,1,0 -41.037,1,0 -41.097,1,0 -41.157,1,0 -41.217,1,0 -41.277,1,0 -41.337,1,0 -41.397,1,0 -41.457,1,0 -41.517,1,0 -41.577,1,0 -41.637,1,0 -41.697,1,0 -41.757,1,0 -41.817,1,0 -41.877,1,0 -41.937,1,0 -41.997,1,0 -42.057,1,0 -42.117,1,0 -42.177,1,0 -42.237,1,0 -42.297,1,0 -42.357,1,0 -42.417,1,0 -42.477,1,0 -42.537,1,0 -42.597,1,0 -42.657,1,0 -42.717,1,0 -42.777,1,0 -42.837,1,0 -42.897,1,0 -42.957,1,0 -43.017,1,0 -43.077,1,0 -43.137,1,0 -43.197,1,0 -43.257,1,0 -43.317,1,0 -43.377,1,0 -43.437,1,0 -43.497,1,0 -43.557,1,0 -43.617,1,0 -43.677,1,0 -43.737,1,0 -43.797,1,0 -43.857,1,0 -43.917,1,0 -43.977,1,0 -44.037,1,0 -44.097,1,0 -44.157,1,0 -44.217,1,0 -44.277,1,0 -44.337,1,0 -44.397,1,0 -44.457,1,0 -44.517,1,0 -44.577,1,0 -44.637,1,0 -44.697,1,0 -44.757,1,0 -44.817,1,0 -44.877,1,0 -44.937,1,0 -44.997,1,0 -45.057,1,0 -45.117,1,0 -45.177,1,0 -45.237,1,0 -45.297,1,0 -45.357,1,0 -45.417,1,0 -45.477,1,0 -45.537,1,0 -45.597,1,0 -45.657,1,0 -45.717,1,0 -45.777,1,0 -45.837,1,0 -45.897,1,0 -45.957,1,0 -46.017,1,0 -46.077,1,0 -46.137,1,0 -46.197,1,0 -46.257,1,0 -46.317,1,0 -46.377,1,0 -46.437,1,0 -46.497,1,0 -46.557,1,0 -46.617,1,0 -46.677,1,0 -46.737,1,0 -46.797,1,0 -46.857,1,0 -46.917,1,0 -46.977,1,0 -47.037,1,0 -47.097,1,0 -47.157,1,0 -47.217,1,0 -47.277,1,0 -47.337,1,0 -47.397,1,0 -47.457,1,0 -47.517,1,0 -47.577,1,0 -47.637,1,0 -47.697,1,0 -47.757,1,0 -47.817,1,0 -47.877,1,0 -47.937,1,0 -47.997,1,0 -48.057,1,0 -48.117,1,0 -48.177,1,0 -48.237,1,0 -48.297,1,0 -48.357,1,0 -48.417,1,0 -48.477,1,0 -48.537,1,0 -48.597,1,0 -48.657,1,0 -48.717,1,0 -48.777,1,0 -48.837,1,0 -48.897,1,0 -48.957,1,0 -49.017,1,0 -49.077,1,0 -49.137,1,0 -49.197,1,0 -49.257,1,0 -49.317,1,0 -49.377,1,0 -49.437,1,0 -49.497,1,0 -49.557,1,0 -49.617,1,0 -49.677,1,0 -49.737,1,0 -49.797,1,0 -49.857,1,0 -49.917,1,0 -49.977,1,0 -50.037,1,0 -50.097,1,0 -50.157,1,0 -50.217,1,0 -50.277,1,0 -50.337,1,0 -50.397,1,0 -50.457,1,0 -50.517,1,0 -50.577,1,0 -50.637,1,0 -50.697,1,0 -50.757,1,0 -50.817,1,0 -50.877,1,0 -50.937,1,0 -50.997,1,0 -51.057,1,0 -51.117,1,0 -51.177,1,0 -51.237,1,0 -51.297,1,0 -51.357,1,0 -51.417,1,0 -51.477,1,0 -51.537,1,0 -51.597,1,0 -51.657,1,0 -51.717,1,0 -51.777,1,0 -51.837,1,0 -51.897,1,0 -51.957,1,0 -52.017,1,0 -52.077,1,0 -52.137,1,0 -52.197,1,0 -52.257,1,0 -52.317,1,0 -52.377,1,0 -52.437,1,0 -52.497,1,0 -52.557,1,0 -52.617,1,0 -52.677,1,0 -52.737,1,0 -52.797,1,0 -52.857,1,0 -52.917,1,0 -52.977,1,0 -53.037,1,0 -53.097,1,0 -53.157,1,0 -53.217,1,0 -53.277,1,0 -53.337,1,0 -53.397,1,0 -53.457,1,0 -53.517,1,0 -53.577,1,0 -53.637,1,0 -53.697,1,0 -53.757,1,0 -53.817,1,0 -53.877,1,0 -53.937,1,0 -53.997,1,0 -54.057,1,0 -54.117,1,0 -54.177,1,0 -54.237,1,0 -54.297,1,0 -54.357,1,0 -54.417,1,0 -54.477,1,0 -54.537,1,0 -54.597,1,0 -54.657,1,0 -54.717,1,0 -54.777,1,0 -54.837,1,0 -54.897,1,0 -54.957,1,0 -55.017,1,0 -55.077,1,0 -55.137,1,0 -55.197,1,0 -55.257,1,0 -55.317,1,0 -55.377,1,0 -55.437,1,0 -55.497,1,0 -55.557,1,0 -55.617,1,0 -55.677,1,0 -55.737,1,0 -55.797,1,0 -55.857,1,0 -55.917,1,0 -55.977,1,0 -56.037,1,0 -56.097,1,0 -56.157,1,0 -56.217,1,0 -56.277,1,0 -56.337,1,0 -56.397,1,0 -56.457,1,0 -56.517,1,0 -56.577,1,0 -56.637,1,0 -56.697,1,0 -56.757,1,0 -56.817,1,0 -56.877,1,0 -56.937,1,0 -56.997,1,0 -57.057,1,0 -57.117,1,0 -57.177,1,0 -57.237,1,0 -57.297,1,0 -57.357,1,0 -57.417,1,0 -57.477,1,0 -57.537,1,0 -57.597,1,0 -57.657,1,0 -57.717,1,0 -57.777,1,0 -57.837,1,0 -57.897,1,0 -57.957,1,0 -58.017,1,0 -58.077,1,0 -58.137,1,0 -58.197,1,0 -58.257,1,0 -58.317,1,0 -58.377,1,0 -58.437,1,0 -58.497,1,0 -58.557,1,0 -58.617,1,0 -58.677,1,0 -58.737,1,0 -58.797,1,0 -58.857,1,0 -58.917,1,0 -58.977,1,0 -59.037,1,0 -59.097,1,0 -59.157,1,0 -59.217,1,0 -59.277,1,0 -59.337,1,0 -59.397,1,0 -59.457,1,0 -59.517,1,0 -59.577,1,0 -59.637,1,0 -59.697,1,0 -59.757,1,0 -59.817,1,0 -59.877,1,0 -59.937,1,0 -59.997,1,0 -60.057,1,0 -60.117,1,0 -60.177,1,0 -60.237,1,0 -60.297,1,0 -60.357,1,0 -60.417,1,0 -60.477,1,0 -60.537,1,0 -60.597,1,0 -60.657,1,0 -60.717,1,0 -60.777,1,0 -60.837,1,0 -60.897,1,0 -60.957,1,0 -61.017,1,0 -61.077,1,0 -61.137,1,0 -61.197,1,0 -61.257,1,0 -61.317,1,0 -61.377,1,0 -61.437,1,0 -61.497,1,0 -61.557,1,0 -61.617,1,0 -61.677,1,0 -61.737,1,0 -61.797,1,0 -61.857,1,0 -61.917,1,0 -61.977,1,0 -62.037,1,0 -62.097,1,0 -62.157,1,0 -62.217,1,0 -62.277,1,0 -62.337,1,0 -62.397,1,0 -62.457,1,0 -62.517,1,0 -62.577,1,0 -62.637,1,0 -62.697,1,0 -62.757,1,0 -62.817,1,0 -62.877,1,0 -62.937,1,0 -62.997,1,0 -63.057,1,0 -63.117,1,0 -63.177,1,0 -63.237,1,0 -63.297,1,0 -63.357,1,0 -63.417,1,0 -63.477,1,0 -63.537,1,0 -63.597,1,0 -63.657,1,0 -63.717,1,0 -63.777,1,0 -63.837,1,0 -63.897,1,0 -63.957,1,0 -64.017,1,0 -64.077,1,0 -64.137,1,0 -64.197,1,0 -64.257,1,0 -64.317,1,0 -64.377,1,0 -64.437,1,0 -64.497,1,0 -64.557,1,0 -64.617,1,0 -64.677,1,0 -64.737,1,0 -64.797,1,0 -64.857,1,0 -64.917,1,0 -64.977,1,0 -65.037,1,0 -65.097,1,0 -65.157,1,0 -65.217,1,0 -65.277,1,0 -65.337,1,0 -65.397,1,0 -65.457,1,0 -65.517,1,0 -65.577,1,0 -65.637,1,0 -65.697,1,0 -65.757,1,0 -65.817,1,0 -65.877,1,0 -65.937,1,0 -65.997,1,0 -66.057,1,0 -66.117,1,0 -66.177,1,0 -66.237,1,0 -66.297,1,0 -66.357,1,0 -66.417,1,0 -66.477,1,0 -66.537,1,0 -66.597,1,0 -66.657,1,0 -66.717,1,0 -66.777,1,0 -66.837,1,0 -66.897,1,0 -66.957,1,0 -67.017,1,0 -67.077,1,0 -67.137,1,0 -67.197,1,0 -67.257,1,0 -67.317,1,0 -67.377,1,0 -67.437,1,0 -67.497,1,0 -67.557,1,0 -67.617,1,0 -67.677,1,0 -67.737,1,0 -67.797,1,0 -67.857,1,0 -67.917,1,0 -67.977,1,0 -68.037,1,0 -68.097,1,0 -68.157,1,0 -68.217,1,0 -68.277,1,0 -68.337,1,0 -68.397,1,0 -68.457,1,0 -68.517,1,0 -68.577,1,0 -68.637,1,0 -68.697,1,0 -68.757,1,0 -68.817,1,0 -68.877,1,0 -68.937,1,0 -68.997,1,0 -69.056,1,1 -69.116,1,1 -69.176,1,1 -69.236,1,1 -69.296,1,1 -69.356,1,1 -69.416,1,1 -69.476,1,1 -69.536,1,1 -69.596,1,1 -69.656,1,1 -69.716,1,1 -69.776,1,1 -69.836,1,1 -69.896,1,1 -69.956,1,1 -70.015,0,0 -70.075,0,0 -70.135,0,0 -70.195,0,0 -70.255,0,0 -70.315,0,0 -70.375,0,0 -70.435,0,0 -70.495,0,0 -70.555,0,0 -70.615,0,0 -70.675,0,0 -70.735,0,0 -70.795,0,0 -70.855,0,0 -70.915,0,0 -70.975,0,0 -71.033,0,0 -71.093,0,0 -71.153,0,0 -71.213,0,0 -71.273,0,0 -71.333,0,0 -71.393,0,0 -71.453,0,0 -71.513,0,0 -71.573,0,0 -71.633,0,0 -71.693,0,0 -71.753,0,0 -71.813,0,0 -71.873,0,0 -71.933,0,0 -71.993,0,0 -72.053,0,0 -72.113,0,0 -72.173,0,0 -72.233,0,0 -72.293,0,0 -72.353,0,0 -72.413,0,0 -72.473,0,0 -72.533,0,0 -72.593,0,0 -72.653,0,0 -72.713,0,0 -72.773,0,0 -72.833,0,0 -72.893,0,0 -72.953,0,0 -73.013,0,0 -73.073,0,0 -73.133,0,0 -73.193,0,0 -73.253,0,0 -73.313,0,0 -73.373,0,0 -73.433,0,0 -73.493,0,0 -73.553,0,0 -73.613,0,0 -73.673,0,0 -73.733,0,0 -73.793,0,0 -73.853,0,0 -73.913,0,0 -73.973,0,0 -74.033,0,0 -74.093,0,0 -74.153,0,0 -74.213,0,0 -74.273,0,0 -74.333,0,0 -74.393,0,0 -74.453,0,0 -74.513,0,0 -74.573,0,0 -74.633,0,0 -74.693,0,0 -74.753,0,0 -74.813,0,0 -74.873,0,0 -74.933,0,0 -74.993,0,0 -75.053,0,0 -75.113,0,0 -75.173,0,0 -75.233,0,0 -75.293,0,0 -75.353,0,0 -75.413,0,0 -75.473,0,0 -75.533,0,0 -75.593,0,0 -75.653,0,0 -75.713,0,0 -75.773,0,0 -75.833,0,0 -75.893,0,0 -75.953,0,0 -76.013,0,0 -76.073,0,0 -76.133,0,0 -76.193,0,0 -76.253,0,0 -76.313,0,0 -76.373,0,0 -76.433,0,0 -76.493,0,0 -76.553,0,0 -76.613,0,0 -76.673,0,0 -76.733,0,0 -76.793,0,0 -76.853,0,0 -76.913,0,0 -76.973,0,0 -77.033,0,0 -77.093,0,0 -77.153,0,0 -77.213,0,0 -77.273,0,0 -77.333,0,0 -77.393,0,0 -77.453,0,0 -77.513,0,0 -77.573,0,0 -77.633,0,0 -77.693,0,0 -77.753,0,0 -77.813,0,0 -77.873,0,0 -77.933,0,0 -77.993,0,0 -78.053,0,0 -78.113,0,0 -78.173,0,0 -78.233,0,0 -78.293,0,0 -78.353,0,0 -78.413,0,0 -78.473,0,0 -78.533,0,0 -78.593,0,0 -78.653,0,0 -78.713,0,0 -78.773,0,0 -78.833,0,0 -78.893,0,0 -78.953,0,0 -79.013,0,0 -79.073,0,0 -79.133,0,0 -79.193,0,0 -79.253,0,0 -79.313,0,0 -79.373,0,0 -79.433,0,0 -79.493,0,0 -79.553,0,0 -79.613,0,0 -79.673,0,0 -79.733,0,0 -79.793,0,0 -79.853,0,0 -79.913,0,0 -79.973,0,0 -80.032,0,0 -80.092,0,0 -80.152,0,0 -80.212,0,0 -80.272,0,0 -80.332,0,0 -80.392,0,0 -80.452,0,0 -80.512,0,0 -80.572,0,0 -80.632,0,0 -80.692,0,0 -80.752,0,0 -80.812,0,0 -80.872,0,0 -80.932,0,0 -80.992,0,0 -81.051,0,0 -81.111,0,0 -81.171,0,0 -81.231,0,0 -81.291,0,0 -81.351,0,0 -81.411,0,0 -81.471,0,0 -81.531,0,0 -81.591,0,0 -81.651,0,0 -81.711,0,0 -81.771,0,0 -81.831,0,0 -81.891,0,0 -81.951,0,0 -82.011,0,0 -82.071,0,0 -82.131,0,0 -82.191,0,0 -82.251,0,0 -82.311,0,0 -82.371,0,0 -82.431,0,0 -82.491,0,0 -82.551,0,0 -82.611,0,0 -82.671,0,0 -82.731,0,0 -82.791,0,0 -82.851,0,0 -82.911,0,0 -82.971,0,0 -83.031,0,0 -83.091,0,0 -83.151,0,0 -83.211,0,0 -83.271,0,0 -83.331,0,0 -83.391,0,0 -83.451,0,0 -83.511,0,0 -83.571,0,0 -83.631,0,0 -83.691,0,0 -83.751,0,0 -83.811,0,0 -83.871,0,0 -83.931,0,0 -83.991,0,0 -84.051,0,0 -84.111,0,0 -84.171,0,0 -84.231,0,0 -84.291,0,0 -84.351,0,0 -84.411,0,0 -84.471,0,0 -84.531,0,0 -84.591,0,0 -84.651,0,0 -84.711,0,0 -84.771,0,0 -84.831,0,0 -84.891,0,0 -84.951,0,0 -85.011,0,0 -85.071,0,0 -85.131,0,0 -85.191,0,0 -85.251,0,0 -85.311,0,0 -85.371,0,0 -85.431,0,0 -85.491,0,0 -85.551,0,0 -85.611,0,0 -85.671,0,0 -85.731,0,0 -85.791,0,0 -85.851,0,0 -85.911,0,0 -85.971,0,0 -86.031,0,0 -86.091,0,0 -86.151,0,0 -86.211,0,0 -86.271,0,0 -86.331,0,0 -86.391,0,0 -86.451,0,0 -86.511,0,0 -86.571,0,0 -86.631,0,0 -86.691,0,0 -86.751,0,0 -86.811,0,0 -86.871,0,0 -86.931,0,0 -86.991,0,0 -87.051,0,0 -87.111,0,0 -87.171,0,0 -87.231,0,0 -87.291,0,0 -87.351,0,0 -87.411,0,0 -87.471,0,0 -87.531,0,0 -87.591,0,0 -87.651,0,0 -87.711,0,0 -87.771,0,0 -87.831,0,0 -87.891,0,0 -87.951,0,0 -88.011,0,0 -88.071,0,0 -88.131,0,0 -88.191,0,0 -88.251,0,0 -88.311,0,0 -88.371,0,0 -88.431,0,0 -88.491,0,0 -88.551,0,0 -88.611,0,0 -88.671,0,0 -88.731,0,0 -88.791,0,0 -88.851,0,0 -88.911,0,0 -88.971,0,0 -89.031,0,0 -89.091,0,0 -89.151,0,0 -89.211,0,0 -89.271,0,0 -89.331,0,0 -89.391,0,0 -89.451,0,0 -89.511,0,0 -89.571,0,0 -89.631,0,0 -89.691,0,0 -89.751,0,0 -89.811,0,0 -89.871,0,0 -89.931,0,0 -89.991,0,0 -90.05,1,0 -90.109,1,1 -90.169,1,1 -90.229,1,1 -90.289,1,1 -90.349,1,1 -90.409,1,1 -90.469,1,1 -90.529,1,1 -90.589,1,1 -90.649,1,1 -90.709,1,1 -90.769,1,1 -90.829,1,1 -90.889,1,1 -90.949,1,1 -91.007,0,0 -91.067,0,0 -91.127,0,0 -91.187,0,0 -91.247,0,0 -91.307,0,0 -91.367,0,0 -91.427,0,0 -91.487,0,0 -91.547,0,0 -91.607,0,0 -91.667,0,0 -91.727,0,0 -91.787,0,0 -91.847,0,0 -91.907,0,0 -91.967,0,0 -92.027,0,0 -92.087,0,0 -92.147,0,0 -92.207,0,0 -92.267,0,0 -92.327,0,0 -92.387,0,0 -92.447,0,0 -92.507,0,0 -92.567,0,0 -92.627,0,0 -92.687,0,0 -92.747,0,0 -92.807,0,0 -92.867,0,0 -92.927,0,0 -92.987,0,0 -93.047,0,0 -93.107,0,0 -93.167,0,0 -93.227,0,0 -93.287,0,0 -93.347,0,0 -93.407,0,0 -93.467,0,0 -93.527,0,0 -93.587,0,0 -93.647,0,0 -93.707,0,0 -93.767,0,0 -93.827,0,0 -93.887,0,0 -93.947,0,0 -94.007,0,0 -94.067,0,0 -94.127,0,0 -94.187,0,0 -94.247,0,0 -94.307,0,0 -94.367,0,0 -94.427,0,0 -94.487,0,0 -94.547,0,0 -94.607,0,0 -94.667,0,0 -94.727,0,0 -94.787,0,0 -94.847,0,0 -94.907,0,0 -94.967,0,0 -95.027,0,0 -95.087,0,0 -95.147,0,0 -95.207,0,0 -95.267,0,0 -95.327,0,0 -95.387,0,0 -95.447,0,0 -95.507,0,0 -95.567,0,0 -95.627,0,0 -95.687,0,0 -95.747,0,0 -95.807,0,0 -95.867,0,0 -95.927,0,0 -95.987,0,0 -96.047,0,0 -96.107,0,0 -96.167,0,0 -96.227,0,0 -96.287,0,0 -96.347,0,0 -96.407,0,0 -96.467,0,0 -96.527,0,0 -96.587,0,0 -96.647,0,0 -96.707,0,0 -96.767,0,0 -96.827,0,0 -96.887,0,0 -96.947,0,0 -97.007,0,0 -97.067,0,0 -97.127,0,0 -97.187,0,0 -97.247,0,0 -97.307,0,0 -97.367,0,0 -97.427,0,0 -97.487,0,0 -97.547,0,0 -97.607,0,0 -97.667,0,0 -97.727,0,0 -97.787,0,0 -97.847,0,0 -97.907,0,0 -97.967,0,0 -98.027,0,0 -98.087,0,0 -98.147,0,0 -98.207,0,0 -98.267,0,0 -98.327,0,0 -98.387,0,0 -98.447,0,0 -98.507,0,0 -98.567,0,0 -98.627,0,0 -98.687,0,0 -98.747,0,0 -98.807,0,0 -98.867,0,0 -98.927,0,0 -98.987,0,0 -99.047,0,0 -99.107,0,0 -99.167,0,0 -99.227,0,0 -99.287,0,0 -99.347,0,0 -99.407,0,0 -99.467,0,0 -99.527,0,0 -99.587,0,0 -99.647,0,0 -99.707,0,0 -99.767,0,0 -99.827,0,0 -99.887,0,0 -99.947,0,0 -100.01,0,0 -100.07,0,0 -100.13,0,0 -100.19,0,0 -100.25,0,0 -100.31,0,0 -100.37,0,0 -100.43,0,0 -100.49,0,0 -100.55,0,0 -100.61,0,0 -100.67,0,0 -100.73,0,0 -100.79,0,0 -100.85,0,0 -100.91,0,0 -100.97,0,0 -101.03,0,0 -101.08,0,0 -101.14,0,0 -101.2,0,0 -101.27,0,0 -101.33,0,0 -101.39,0,0 -101.44,0,0 -101.5,0,0 -101.56,0,0 -101.62,0,0 -101.69,0,0 -101.75,0,0 -101.81,0,0 -101.86,0,0 -101.92,0,0 -101.98,0,0 -102.05,0,0 -102.11,0,0 -102.17,0,0 -102.22,0,0 -102.28,0,0 -102.34,0,0 -102.41,0,0 -102.47,0,0 -102.53,0,0 -102.58,0,0 -102.64,0,0 -102.7,0,0 -102.77,0,0 -102.83,0,0 -102.89,0,0 -102.94,0,0 -103,0,0 -103.06,0,0 -103.12,0,0 -103.19,0,0 -103.25,0,0 -103.31,0,0 -103.36,0,0 -103.42,0,0 -103.48,0,0 -103.55,0,0 -103.61,0,0 -103.67,0,0 -103.72,0,0 -103.78,0,0 -103.84,0,0 -103.91,0,0 -103.97,0,0 -104.03,0,0 -104.08,0,0 -104.14,0,0 -104.2,0,0 -104.27,0,0 -104.33,0,0 -104.39,0,0 -104.44,0,0 -104.5,0,0 -104.56,0,0 -104.62,0,0 -104.69,0,0 -104.75,0,0 -104.81,0,0 -104.86,0,0 -104.92,0,0 -104.98,0,0 -105.05,0,0 -105.11,0,0 -105.17,0,0 -105.22,0,0 -105.28,0,0 -105.34,0,0 -105.41,0,0 -105.47,0,0 -105.53,0,0 -105.58,0,0 -105.64,0,0 -105.7,0,0 -105.77,0,0 -105.83,0,0 -105.89,0,0 -105.94,0,0 -106,0,0 -106.06,0,0 -106.12,0,0 -106.19,0,0 -106.25,0,0 -106.31,0,0 -106.36,0,0 -106.42,0,0 -106.48,0,0 -106.55,0,0 -106.61,0,0 -106.67,0,0 -106.72,0,0 -106.78,0,0 -106.84,0,0 -106.91,0,0 -106.97,0,0 -107.03,0,0 -107.08,0,0 -107.14,0,0 -107.2,0,0 -107.27,0,0 -107.33,0,0 -107.39,0,0 -107.44,0,0 -107.5,0,0 -107.56,0,0 -107.62,0,0 -107.69,0,0 -107.75,0,0 -107.81,0,0 -107.86,0,0 -107.92,0,0 -107.98,0,0 -108.05,0,0 -108.11,0,0 -108.17,0,0 -108.22,0,0 -108.28,0,0 -108.34,0,0 -108.41,0,0 -108.47,0,0 -108.53,0,0 -108.58,0,0 -108.64,0,0 -108.7,0,0 -108.77,0,0 -108.83,0,0 -108.89,0,0 -108.94,0,0 -109,0,0 -109.06,0,0 -109.12,0,0 -109.19,0,0 -109.25,0,0 -109.31,0,0 -109.36,0,0 -109.42,0,0 -109.48,0,0 -109.55,0,0 -109.61,0,0 -109.67,0,0 -109.72,0,0 -109.78,0,0 -109.84,0,0 -109.91,0,0 -109.97,0,0 -110.02,1,0 -110.08,1,1 -110.14,1,1 -110.2,1,1 -110.26,1,1 -110.32,1,1 -110.38,1,1 -110.44,1,1 -110.5,1,1 -110.56,1,1 -110.62,1,1 -110.68,1,1 -110.74,1,1 -110.8,1,1 -110.86,1,1 -110.92,1,1 -110.98,1,1 -111.04,0,0 -111.1,0,0 -111.16,0,0 -111.22,0,0 -111.28,0,0 -111.34,0,0 -111.4,0,0 -111.46,0,0 -111.52,0,0 -111.58,0,0 -111.64,0,0 -111.7,0,0 -111.76,0,0 -111.82,0,0 -111.88,0,0 -111.94,0,0 -112,0,0 -112.06,0,0 -112.12,0,0 -112.18,0,0 -112.24,0,0 -112.3,0,0 -112.36,0,0 -112.42,0,0 -112.48,0,0 -112.54,0,0 -112.6,0,0 -112.66,0,0 -112.72,0,0 -112.78,0,0 -112.84,0,0 -112.9,0,0 -112.96,0,0 -113.02,0,0 -113.08,0,0 -113.14,0,0 -113.2,0,0 -113.26,0,0 -113.32,0,0 -113.38,0,0 -113.44,0,0 -113.5,0,0 -113.56,0,0 -113.62,0,0 -113.68,0,0 -113.74,0,0 -113.8,0,0 -113.86,0,0 -113.92,0,0 -113.98,0,0 -114.04,0,0 -114.1,0,0 -114.16,0,0 -114.22,0,0 -114.28,0,0 -114.34,0,0 -114.4,0,0 -114.46,0,0 -114.52,0,0 -114.58,0,0 -114.64,0,0 -114.7,0,0 -114.76,0,0 -114.82,0,0 -114.88,0,0 -114.94,0,0 -115,0,0 -115.06,0,0 -115.12,0,0 -115.18,0,0 -115.24,0,0 -115.3,0,0 -115.36,0,0 -115.42,0,0 -115.48,0,0 -115.54,0,0 -115.6,0,0 -115.66,0,0 -115.72,0,0 -115.78,0,0 -115.84,0,0 -115.9,0,0 -115.96,0,0 -116.02,0,0 -116.08,0,0 -116.14,0,0 -116.2,0,0 -116.26,0,0 -116.32,0,0 -116.38,0,0 -116.44,0,0 -116.5,0,0 -116.56,0,0 -116.62,0,0 -116.68,0,0 -116.74,0,0 -116.8,0,0 -116.86,0,0 -116.92,0,0 -116.98,0,0 -117.04,0,0 -117.1,0,0 -117.16,0,0 -117.22,0,0 -117.28,0,0 -117.34,0,0 -117.4,0,0 -117.46,0,0 -117.52,0,0 -117.58,0,0 -117.64,0,0 -117.7,0,0 -117.76,0,0 -117.82,0,0 -117.88,0,0 -117.94,0,0 -118,0,0 -118.06,0,0 -118.12,0,0 -118.18,0,0 -118.24,0,0 -118.3,0,0 -118.36,0,0 -118.42,0,0 -118.48,0,0 -118.54,0,0 -118.6,0,0 -118.66,0,0 -118.72,0,0 -118.78,0,0 -118.84,0,0 -118.9,0,0 -118.96,0,0 -119.02,0,0 -119.08,0,0 -119.14,0,0 -119.2,0,0 -119.26,0,0 -119.32,0,0 -119.38,0,0 -119.44,0,0 -119.5,0,0 -119.56,0,0 -119.62,0,0 -119.68,0,0 -119.74,0,0 -119.8,0,0 -119.86,0,0 -119.92,0,0 -119.98,0,0 -120.04,0,0 -120.1,0,0 -120.16,0,0 -120.22,0,0 -120.28,0,0 -120.34,0,0 -120.4,0,0 -120.46,0,0 -120.52,0,0 -120.58,0,0 -120.64,0,0 -120.7,0,0 -120.76,0,0 -120.82,0,0 -120.88,0,0 -120.94,0,0 -121,0,0 -121.06,0,0 -121.12,0,0 -121.18,0,0 -121.24,0,0 -121.3,0,0 -121.36,0,0 -121.42,0,0 -121.48,0,0 -121.54,0,0 -121.6,0,0 -121.66,0,0 -121.72,0,0 -121.78,0,0 -121.84,0,0 -121.9,0,0 -121.96,0,0 -122.02,0,0 -122.08,0,0 -122.14,0,0 -122.2,0,0 -122.26,0,0 -122.32,0,0 -122.38,0,0 -122.44,0,0 -122.5,0,0 -122.56,0,0 -122.62,0,0 -122.68,0,0 -122.74,0,0 -122.8,0,0 -122.86,0,0 -122.92,0,0 -122.98,0,0 -123.04,0,0 -123.1,0,0 -123.16,0,0 -123.22,0,0 -123.28,0,0 -123.34,0,0 -123.4,0,0 -123.46,0,0 -123.52,0,0 -123.58,0,0 -123.64,0,0 -123.7,0,0 -123.76,0,0 -123.82,0,0 -123.88,0,0 -123.94,0,0 -124,0,0 -124.06,0,0 -124.12,0,0 -124.18,0,0 -124.24,0,0 -124.3,0,0 -124.36,0,0 -124.42,0,0 -124.48,0,0 -124.54,0,0 -124.6,0,0 -124.66,0,0 -124.72,0,0 -124.78,0,0 -124.84,0,0 -124.9,0,0 -124.96,0,0 -125.02,0,0 -125.08,0,0 -125.14,0,0 -125.2,0,0 -125.26,0,0 -125.32,0,0 -125.38,0,0 -125.44,0,0 -125.5,0,0 -125.56,0,0 -125.62,0,0 -125.68,0,0 -125.74,0,0 -125.8,0,0 -125.86,0,0 -125.92,0,0 -125.98,0,0 -126.04,0,0 -126.1,0,0 -126.16,0,0 -126.22,0,0 -126.28,0,0 -126.34,0,0 -126.4,0,0 -126.46,0,0 -126.52,0,0 -126.58,0,0 -126.64,0,0 -126.7,0,0 -126.76,0,0 -126.82,0,0 -126.88,0,0 -126.94,0,0 -127,0,0 -127.06,0,0 -127.12,0,0 -127.18,0,0 -127.24,0,0 -127.3,0,0 -127.36,0,0 -127.42,0,0 -127.48,0,0 -127.54,0,0 -127.6,0,0 -127.66,0,0 -127.72,0,0 -127.78,0,0 -127.84,0,0 -127.9,0,0 -127.96,0,0 -128.02,0,0 -128.08,0,0 -128.14,0,0 -128.2,0,0 -128.26,0,0 -128.32,0,0 -128.38,0,0 -128.44,0,0 -128.5,0,0 -128.56,0,0 -128.62,0,0 -128.68,0,0 -128.74,0,0 -128.8,0,0 -128.86,0,0 -128.92,0,0 -128.98,0,0 -129.04,0,0 -129.1,0,0 -129.16,0,0 -129.22,0,0 -129.28,0,0 -129.34,0,0 -129.4,0,0 -129.46,0,0 -129.52,0,0 -129.58,0,0 -129.64,0,0 -129.7,0,0 -129.76,0,0 -129.82,0,0 -129.88,0,0 -129.94,0,0 -130,0,0 -130.06,1,1 -130.12,1,1 -130.18,1,1 -130.24,1,1 -130.3,1,1 -130.36,1,1 -130.42,1,1 -130.48,1,1 -130.54,1,1 -130.6,1,1 -130.66,1,1 -130.72,1,1 -130.78,1,1 -130.84,1,1 -130.9,1,1 -130.96,1,1 -131.02,0,0 -131.08,0,0 -131.14,0,0 -131.2,0,0 -131.26,0,0 -131.32,0,0 -131.38,0,0 -131.44,0,0 -131.5,0,0 -131.56,0,0 -131.62,0,0 -131.68,0,0 -131.74,0,0 -131.8,0,0 -131.86,0,0 -131.92,0,0 -131.98,0,0 -132.04,0,0 -132.1,0,0 -132.16,0,0 -132.22,0,0 -132.28,0,0 -132.34,0,0 -132.4,0,0 -132.46,0,0 -132.52,0,0 -132.58,0,0 -132.64,0,0 -132.7,0,0 -132.76,0,0 -132.82,0,0 -132.88,0,0 -132.94,0,0 -133,0,0 -133.06,0,0 -133.12,0,0 -133.18,0,0 -133.24,0,0 -133.3,0,0 -133.36,0,0 -133.42,0,0 -133.48,0,0 -133.54,0,0 -133.6,0,0 -133.66,0,0 -133.72,0,0 -133.78,0,0 -133.84,0,0 -133.9,0,0 -133.96,0,0 -134.02,0,0 -134.08,0,0 -134.14,0,0 -134.2,0,0 -134.26,0,0 -134.32,0,0 -134.38,0,0 -134.44,0,0 -134.5,0,0 -134.56,0,0 -134.62,0,0 -134.68,0,0 -134.74,0,0 -134.8,0,0 -134.86,0,0 -134.92,0,0 -134.98,0,0 -135.04,0,0 -135.1,0,0 -135.16,0,0 -135.22,0,0 -135.28,0,0 -135.34,0,0 -135.4,0,0 -135.46,0,0 -135.52,0,0 -135.58,0,0 -135.64,0,0 -135.7,0,0 -135.76,0,0 -135.82,0,0 -135.88,0,0 -135.94,0,0 -136,0,0 -136.06,0,0 -136.12,0,0 -136.18,0,0 -136.24,0,0 -136.3,0,0 -136.36,0,0 -136.42,0,0 -136.48,0,0 -136.54,0,0 -136.6,0,0 -136.66,0,0 -136.72,0,0 -136.78,0,0 -136.84,0,0 -136.9,0,0 -136.96,0,0 -137.02,0,0 -137.08,0,0 -137.14,0,0 -137.2,0,0 -137.26,0,0 -137.32,0,0 -137.38,0,0 -137.44,0,0 -137.5,0,0 -137.56,0,0 -137.62,0,0 -137.68,0,0 -137.74,0,0 -137.8,0,0 -137.86,0,0 -137.92,0,0 -137.98,0,0 -138.04,0,0 -138.1,0,0 -138.16,0,0 -138.22,0,0 -138.28,0,0 -138.34,0,0 -138.4,0,0 -138.46,0,0 -138.52,0,0 -138.58,0,0 -138.64,0,0 -138.7,0,0 -138.76,0,0 -138.82,0,0 -138.88,0,0 -138.94,0,0 -139,0,0 -139.06,0,0 -139.12,0,0 -139.18,0,0 -139.24,0,0 -139.3,0,0 -139.36,0,0 -139.42,0,0 -139.48,0,0 -139.54,0,0 -139.6,0,0 -139.66,0,0 -139.72,0,0 -139.78,0,0 -139.84,0,0 -139.9,0,0 -139.96,0,0 -140.02,0,0 -140.08,0,0 -140.14,0,0 -140.2,0,0 -140.26,0,0 -140.32,0,0 -140.38,0,0 -140.44,0,0 -140.5,0,0 -140.56,0,0 -140.62,0,0 -140.68,0,0 -140.74,0,0 -140.8,0,0 -140.86,0,0 -140.92,0,0 -140.98,0,0 -141.04,0,0 -141.1,0,0 -141.16,0,0 -141.22,0,0 -141.28,0,0 -141.34,0,0 -141.4,0,0 -141.46,0,0 -141.52,0,0 -141.58,0,0 -141.64,0,0 -141.7,0,0 -141.76,0,0 -141.82,0,0 -141.88,0,0 -141.94,0,0 -142,0,0 -142.06,0,0 -142.12,0,0 -142.18,0,0 -142.24,0,0 -142.3,0,0 -142.36,0,0 -142.42,0,0 -142.48,0,0 -142.54,0,0 -142.6,0,0 -142.66,0,0 -142.72,0,0 -142.78,0,0 -142.84,0,0 -142.9,0,0 -142.96,0,0 -143.02,0,0 -143.08,0,0 -143.14,0,0 -143.2,0,0 -143.26,0,0 -143.32,0,0 -143.38,0,0 -143.44,0,0 -143.5,0,0 -143.56,0,0 -143.62,0,0 -143.68,0,0 -143.74,0,0 -143.8,0,0 -143.86,0,0 -143.92,0,0 -143.98,0,0 -144.04,0,0 -144.1,0,0 -144.16,0,0 -144.22,0,0 -144.28,0,0 -144.34,0,0 -144.4,0,0 -144.46,0,0 -144.52,0,0 -144.58,0,0 -144.64,0,0 -144.7,0,0 -144.76,0,0 -144.82,0,0 -144.88,0,0 -144.94,0,0 -145,0,0 -145.06,0,0 -145.12,0,0 -145.18,0,0 -145.24,0,0 -145.3,0,0 -145.36,0,0 -145.42,0,0 -145.48,0,0 -145.54,0,0 -145.6,0,0 -145.66,0,0 -145.72,0,0 -145.78,0,0 -145.84,0,0 -145.9,0,0 -145.96,0,0 -146.02,0,0 -146.08,0,0 -146.14,0,0 -146.2,0,0 -146.26,0,0 -146.32,0,0 -146.38,0,0 -146.44,0,0 -146.5,0,0 -146.56,0,0 -146.62,0,0 -146.68,0,0 -146.74,0,0 -146.8,0,0 -146.86,0,0 -146.92,0,0 -146.98,0,0 -147.04,0,0 -147.1,0,0 -147.16,0,0 -147.22,0,0 -147.28,0,0 -147.34,0,0 -147.4,0,0 -147.46,0,0 -147.52,0,0 -147.58,0,0 -147.64,0,0 -147.7,0,0 -147.76,0,0 -147.82,0,0 -147.88,0,0 -147.94,0,0 -148,0,0 -148.06,0,0 -148.12,0,0 -148.18,0,0 -148.24,0,0 -148.3,0,0 -148.36,0,0 -148.42,0,0 -148.48,0,0 -148.54,0,0 -148.6,0,0 -148.66,0,0 -148.72,0,0 -148.78,0,0 -148.84,0,0 -148.9,0,0 -148.96,0,0 -149.02,0,0 -149.08,0,0 -149.14,0,0 -149.2,0,0 -149.26,0,0 -149.32,0,0 -149.38,0,0 -149.44,0,0 -149.5,0,0 -149.56,0,0 -149.62,0,0 -149.68,0,0 -149.74,0,0 -149.8,0,0 -149.86,0,0 -149.92,0,0 -149.98,0,0 -150.03,1,0 -150.09,1,1 -150.15,1,1 -150.21,1,1 -150.27,1,1 -150.33,1,1 -150.39,1,1 -150.45,1,1 -150.51,1,1 -150.57,1,1 -150.63,1,1 -150.69,1,1 -150.75,1,1 -150.81,1,1 -150.87,1,1 -150.93,1,1 -150.99,1,1 -151.05,0,0 -151.11,0,0 -151.17,0,0 -151.23,0,0 -151.29,0,0 -151.35,0,0 -151.41,0,0 -151.47,0,0 -151.53,0,0 -151.59,0,0 -151.65,0,0 -151.71,0,0 -151.77,0,0 -151.83,0,0 -151.89,0,0 -151.95,0,0 -152.01,0,0 -152.07,0,0 -152.13,0,0 -152.19,0,0 -152.25,0,0 -152.31,0,0 -152.37,0,0 -152.43,0,0 -152.49,0,0 -152.55,0,0 -152.61,0,0 -152.67,0,0 -152.73,0,0 -152.79,0,0 -152.85,0,0 -152.91,0,0 -152.97,0,0 -153.03,0,0 -153.09,0,0 -153.15,0,0 -153.21,0,0 -153.27,0,0 -153.33,0,0 -153.39,0,0 -153.45,0,0 -153.51,0,0 -153.57,0,0 -153.63,0,0 -153.69,0,0 -153.75,0,0 -153.81,0,0 -153.87,0,0 -153.93,0,0 -153.99,0,0 -154.05,0,0 -154.11,0,0 -154.17,0,0 -154.23,0,0 -154.29,0,0 -154.35,0,0 -154.41,0,0 -154.47,0,0 -154.53,0,0 -154.59,0,0 -154.65,0,0 -154.71,0,0 -154.77,0,0 -154.83,0,0 -154.89,0,0 -154.95,0,0 -155.01,0,0 -155.07,0,0 -155.13,0,0 -155.19,0,0 -155.25,0,0 -155.31,0,0 -155.37,0,0 -155.43,0,0 -155.49,0,0 -155.55,0,0 -155.61,0,0 -155.67,0,0 -155.73,0,0 -155.79,0,0 -155.85,0,0 -155.91,0,0 -155.97,0,0 -156.03,0,0 -156.09,0,0 -156.15,0,0 -156.21,0,0 -156.27,0,0 -156.33,0,0 -156.39,0,0 -156.45,0,0 -156.51,0,0 -156.57,0,0 -156.63,0,0 -156.69,0,0 -156.75,0,0 -156.81,0,0 -156.87,0,0 -156.93,0,0 -156.99,0,0 -157.05,0,0 -157.11,0,0 -157.17,0,0 -157.23,0,0 -157.29,0,0 -157.35,0,0 -157.41,0,0 -157.47,0,0 -157.53,0,0 -157.59,0,0 -157.65,0,0 -157.71,0,0 -157.77,0,0 -157.83,0,0 -157.89,0,0 -157.95,0,0 -158.01,0,0 -158.07,0,0 -158.13,0,0 -158.19,0,0 -158.25,0,0 -158.31,0,0 -158.37,0,0 -158.43,0,0 -158.49,0,0 -158.55,0,0 -158.61,0,0 -158.67,0,0 -158.73,0,0 -158.79,0,0 -158.85,0,0 -158.91,0,0 -158.97,0,0 -159.03,0,0 -159.09,0,0 -159.15,0,0 -159.21,0,0 -159.27,0,0 -159.33,0,0 -159.39,0,0 -159.45,0,0 -159.51,0,0 -159.57,0,0 -159.63,0,0 -159.69,0,0 -159.75,0,0 -159.81,0,0 -159.87,0,0 -159.93,0,0 -159.99,0,0 -160.05,0,0 -160.11,0,0 -160.17,0,0 -160.23,0,0 -160.29,0,0 -160.35,0,0 -160.41,0,0 -160.47,0,0 -160.53,0,0 -160.59,0,0 -160.65,0,0 -160.71,0,0 -160.77,0,0 -160.83,0,0 -160.89,0,0 -160.95,0,0 -161.01,0,0 -161.07,0,0 -161.13,0,0 -161.19,0,0 -161.25,0,0 -161.31,0,0 -161.37,0,0 -161.43,0,0 -161.49,0,0 -161.55,0,0 -161.61,0,0 -161.67,0,0 -161.73,0,0 -161.79,0,0 -161.85,0,0 -161.91,0,0 -161.97,0,0 -162.03,0,0 -162.09,0,0 -162.15,0,0 -162.21,0,0 -162.27,0,0 -162.33,0,0 -162.39,0,0 -162.45,0,0 -162.51,0,0 -162.57,0,0 -162.63,0,0 -162.69,0,0 -162.75,0,0 -162.81,0,0 -162.87,0,0 -162.93,0,0 -162.99,0,0 -163.05,0,0 -163.11,0,0 -163.17,0,0 -163.23,0,0 -163.29,0,0 -163.35,0,0 -163.41,0,0 -163.47,0,0 -163.53,0,0 -163.59,0,0 -163.65,0,0 -163.71,0,0 -163.77,0,0 -163.83,0,0 -163.89,0,0 -163.95,0,0 -164.01,0,0 -164.07,0,0 -164.13,0,0 -164.19,0,0 -164.25,0,0 -164.31,0,0 -164.37,0,0 -164.43,0,0 -164.49,0,0 -164.55,0,0 -164.61,0,0 -164.67,0,0 -164.73,0,0 -164.79,0,0 -164.85,0,0 -164.91,0,0 -164.97,0,0 -165.03,0,0 -165.09,0,0 -165.15,0,0 -165.21,0,0 -165.27,0,0 -165.33,0,0 -165.39,0,0 -165.45,0,0 -165.51,0,0 -165.57,0,0 -165.63,0,0 -165.69,0,0 -165.75,0,0 -165.81,0,0 -165.87,0,0 -165.93,0,0 -165.99,0,0 -166.05,0,0 -166.11,0,0 -166.17,0,0 -166.23,0,0 -166.29,0,0 -166.35,0,0 -166.41,0,0 -166.47,0,0 -166.53,0,0 -166.59,0,0 -166.65,0,0 -166.71,0,0 -166.77,0,0 -166.83,0,0 -166.89,0,0 -166.95,0,0 -167.01,0,0 -167.07,0,0 -167.13,0,0 -167.19,0,0 -167.25,0,0 -167.31,0,0 -167.37,0,0 -167.43,0,0 -167.49,0,0 -167.55,0,0 -167.61,0,0 -167.67,0,0 -167.73,0,0 -167.79,0,0 -167.85,0,0 -167.91,0,0 -167.97,0,0 -168.03,0,0 -168.09,0,0 -168.15,0,0 -168.21,0,0 -168.27,0,0 -168.33,0,0 -168.39,0,0 -168.45,0,0 -168.51,0,0 -168.57,0,0 -168.63,0,0 -168.69,0,0 -168.75,0,0 -168.81,0,0 -168.87,0,0 -168.93,0,0 -168.99,0,0 -169.05,0,0 -169.11,0,0 -169.17,0,0 -169.23,0,0 -169.29,0,0 -169.35,0,0 -169.41,0,0 -169.47,0,0 -169.53,0,0 -169.59,0,0 -169.65,0,0 -169.71,0,0 -169.77,0,0 -169.83,0,0 -169.89,0,0 -169.95,0,0 -170.01,0,0 -170.07,0,0 -170.13,0,0 -170.19,0,0 -170.25,0,0 -170.31,0,0 -170.37,0,0 -170.43,0,0 -170.49,0,0 -170.55,0,0 -170.61,0,0 -170.67,0,0 -170.73,0,0 -170.79,0,0 -170.85,0,0 -170.91,0,0 -170.97,0,0 -171.03,0,0 -171.09,0,0 -171.15,0,0 -171.21,0,0 -171.27,0,0 -171.33,0,0 -171.39,0,0 -171.45,0,0 -171.51,0,0 -171.57,0,0 -171.63,0,0 -171.69,0,0 -171.75,0,0 -171.81,0,0 -171.87,0,0 -171.93,0,0 -171.99,0,0 -172.05,0,0 -172.11,0,0 -172.17,0,0 -172.23,0,0 -172.29,0,0 -172.35,0,0 -172.41,0,0 -172.47,0,0 -172.53,0,0 -172.59,0,0 -172.65,0,0 -172.71,0,0 -172.77,0,0 -172.83,0,0 -172.89,0,0 -172.95,0,0 -173.01,0,0 -173.07,0,0 -173.13,0,0 -173.19,0,0 -173.25,0,0 -173.31,0,0 -173.37,0,0 -173.43,0,0 -173.49,0,0 -173.55,0,0 -173.61,0,0 -173.67,0,0 -173.73,0,0 -173.79,0,0 -173.85,0,0 -173.91,0,0 -173.97,0,0 -174.03,0,0 -174.09,0,0 -174.15,0,0 -174.21,0,0 -174.27,0,0 -174.33,0,0 -174.39,0,0 -174.45,0,0 -174.51,0,0 -174.57,0,0 -174.63,0,0 -174.69,0,0 -174.75,0,0 -174.81,0,0 -174.87,0,0 -174.93,0,0 -174.99,0,0 -175.05,0,0 -175.11,0,0 -175.17,0,0 -175.23,0,0 -175.29,0,0 -175.35,0,0 -175.41,0,0 -175.47,0,0 -175.53,0,0 -175.59,0,0 -175.65,0,0 -175.71,0,0 -175.77,0,0 -175.83,0,0 -175.89,0,0 -175.95,0,0 -176.01,0,0 -176.07,0,0 -176.13,0,0 -176.19,0,0 -176.25,0,0 -176.31,0,0 -176.37,0,0 -176.43,0,0 -176.49,0,0 -176.55,0,0 -176.61,0,0 -176.67,0,0 -176.73,0,0 -176.79,0,0 -176.85,0,0 -176.91,0,0 -176.97,0,0 -177.03,0,0 -177.09,0,0 -177.15,0,0 -177.21,0,0 -177.27,0,0 -177.33,0,0 -177.39,0,0 -177.45,0,0 -177.51,0,0 -177.57,0,0 -177.63,0,0 -177.69,0,0 -177.75,0,0 -177.81,0,0 -177.87,0,0 -177.93,0,0 -177.99,0,0 -178.05,0,0 -178.11,0,0 -178.17,0,0 -178.23,0,0 -178.29,0,0 -178.35,0,0 -178.41,0,0 -178.47,0,0 -178.53,0,0 -178.59,0,0 -178.65,0,0 -178.71,0,0 -178.77,0,0 -178.83,0,0 -178.89,0,0 -178.95,0,0 -179.01,0,0 -179.07,0,0 -179.13,0,0 -179.19,0,0 -179.25,0,0 -179.31,0,0 -179.37,0,0 -179.43,0,0 -179.49,0,0 -179.55,0,0 -179.61,0,0 -179.67,0,0 -179.73,0,0 -179.79,0,0 -179.85,0,0 -179.91,0,0 -179.97,0,0 -180.03,0,0 -180.09,0,0 -180.15,0,0 -180.21,0,0 -180.27,0,0 -180.33,0,0 -180.39,0,0 -180.45,0,0 -180.51,0,0 -180.57,0,0 -180.63,0,0 -180.69,0,0 -180.75,0,0 -180.81,0,0 -180.87,0,0 -180.93,0,0 -180.99,0,0 -181.05,0,0 -181.11,0,0 -181.17,0,0 -181.23,0,0 -181.29,0,0 -181.35,0,0 -181.41,0,0 -181.47,0,0 -181.53,0,0 -181.59,0,0 -181.65,0,0 -181.71,0,0 -181.77,0,0 -181.83,0,0 -181.89,0,0 -181.95,0,0 -182.01,0,0 -182.07,0,0 -182.13,0,0 -182.19,0,0 -182.25,0,0 -182.31,0,0 -182.37,0,0 -182.43,0,0 -182.49,0,0 -182.55,0,0 -182.61,0,0 -182.67,0,0 -182.73,0,0 -182.79,0,0 -182.85,0,0 -182.91,0,0 -182.97,0,0 -183.03,0,0 -183.09,0,0 -183.15,0,0 -183.21,0,0 -183.27,0,0 -183.33,0,0 -183.39,0,0 -183.45,0,0 -183.51,0,0 -183.57,0,0 -183.63,0,0 -183.69,0,0 -183.75,0,0 -183.81,0,0 -183.87,0,0 -183.93,0,0 -183.99,0,0 -184.05,0,0 -184.11,0,0 -184.17,0,0 -184.23,0,0 -184.29,0,0 -184.35,0,0 -184.41,0,0 -184.47,0,0 -184.53,0,0 -184.59,0,0 -184.65,0,0 -184.71,0,0 -184.77,0,0 -184.83,0,0 -184.89,0,0 -184.95,0,0 -185.01,0,0 -185.07,0,0 -185.13,0,0 -185.19,0,0 -185.25,0,0 -185.31,0,0 -185.37,0,0 -185.43,0,0 -185.49,0,0 -185.55,0,0 -185.61,0,0 -185.67,0,0 -185.73,0,0 -185.79,0,0 -185.85,0,0 -185.91,0,0 -185.97,0,0 -186.03,0,0 -186.09,0,0 -186.15,0,0 -186.21,0,0 -186.27,0,0 -186.33,0,0 -186.39,0,0 -186.45,0,0 -186.51,0,0 -186.57,0,0 -186.63,0,0 -186.69,0,0 -186.75,0,0 -186.81,0,0 -186.87,0,0 -186.93,0,0 -186.99,0,0 -187.05,0,0 -187.11,0,0 -187.17,0,0 -187.23,0,0 -187.29,0,0 -187.35,0,0 -187.41,0,0 -187.47,0,0 -187.53,0,0 -187.59,0,0 -187.65,0,0 -187.71,0,0 -187.77,0,0 -187.83,0,0 -187.89,0,0 -187.95,0,0 -188.01,0,0 -188.07,0,0 -188.13,0,0 -188.19,0,0 -188.25,0,0 -188.31,0,0 -188.37,0,0 -188.43,0,0 -188.49,0,0 -188.55,0,0 -188.61,0,0 -188.67,0,0 -188.73,0,0 -188.79,0,0 -188.85,0,0 -188.91,0,0 -188.97,0,0 -189.03,0,0 -189.09,0,0 -189.15,0,0 -189.21,0,0 -189.27,0,0 -189.33,0,0 -189.39,0,0 -189.45,0,0 -189.51,0,0 -189.57,0,0 -189.63,0,0 -189.69,0,0 -189.75,0,0 -189.81,0,0 -189.87,0,0 -189.93,0,0 -189.99,0,0 -190.05,0,0 -190.11,0,0 -190.17,0,0 -190.23,0,0 -190.29,0,0 -190.35,0,0 -190.41,0,0 -190.47,0,0 -190.53,0,0 -190.59,0,0 -190.65,0,0 -190.71,0,0 -190.77,0,0 -190.83,0,0 -190.89,0,0 -190.95,0,0 -191.01,0,0 -191.07,0,0 -191.13,0,0 -191.19,0,0 -191.25,0,0 -191.31,0,0 -191.37,0,0 -191.43,0,0 -191.49,0,0 -191.55,0,0 -191.61,0,0 -191.67,0,0 -191.73,0,0 -191.79,0,0 -191.85,0,0 -191.91,0,0 -191.97,0,0 -192.03,0,0 -192.09,0,0 -192.15,0,0 -192.21,0,0 -192.27,0,0 -192.33,0,0 -192.39,0,0 -192.45,0,0 -192.51,0,0 -192.57,0,0 -192.63,0,0 -192.69,0,0 -192.75,0,0 -192.81,0,0 -192.87,0,0 -192.93,0,0 -192.99,0,0 -193.05,0,0 -193.11,0,0 -193.17,0,0 -193.23,0,0 -193.29,0,0 -193.35,0,0 -193.41,0,0 -193.47,0,0 -193.53,0,0 -193.59,0,0 -193.65,0,0 -193.71,0,0 -193.77,0,0 -193.83,0,0 -193.89,0,0 -193.95,0,0 -194.01,0,0 -194.07,0,0 -194.13,0,0 -194.19,0,0 -194.25,0,0 -194.31,0,0 -194.37,0,0 -194.43,0,0 -194.49,0,0 -194.55,0,0 -194.61,0,0 -194.67,0,0 -194.73,0,0 -194.79,0,0 -194.85,0,0 -194.91,0,0 -194.97,0,0 -195.03,0,0 -195.09,0,0 -195.15,0,0 -195.21,0,0 -195.27,0,0 -195.33,0,0 -195.39,0,0 -195.45,0,0 -195.51,0,0 -195.57,0,0 -195.63,0,0 -195.69,0,0 -195.75,0,0 -195.81,0,0 -195.87,0,0 -195.93,0,0 -195.99,0,0 -196.05,0,0 -196.11,0,0 -196.17,0,0 -196.23,0,0 -196.29,0,0 -196.35,0,0 -196.41,0,0 -196.47,0,0 -196.53,0,0 -196.59,0,0 -196.65,0,0 -196.71,0,0 -196.77,0,0 -196.83,0,0 -196.89,0,0 -196.95,0,0 -197.01,0,0 -197.07,0,0 -197.13,0,0 -197.19,0,0 -197.25,0,0 -197.31,0,0 -197.37,0,0 -197.43,0,0 -197.49,0,0 -197.55,0,0 -197.61,0,0 -197.67,0,0 -197.73,0,0 -197.79,0,0 -197.85,0,0 -197.91,0,0 -197.97,0,0 -198.03,0,0 -198.09,0,0 -198.15,0,0 -198.21,0,0 -198.27,0,0 -198.33,0,0 -198.39,0,0 -198.45,0,0 -198.51,0,0 -198.57,0,0 -198.63,0,0 -198.69,0,0 -198.75,0,0 -198.81,0,0 -198.87,0,0 -198.93,0,0 -198.99,0,0 -199.05,0,0 -199.11,0,0 -199.17,0,0 -199.23,0,0 -199.29,0,0 -199.35,0,0 -199.41,0,0 -199.47,0,0 -199.53,0,0 -199.59,0,0 -199.65,0,0 -199.71,0,0 -199.77,0,0 -199.83,0,0 -199.89,0,0 -199.95,0,0 diff --git a/original_submission/data/exp_ephemerisexpire.csv b/original_submission/data/exp_ephemerisexpire.csv deleted file mode 100644 index c07ac8388cd421629a9e25cf49d4db890d7ca68e..0000000000000000000000000000000000000000 --- a/original_submission/data/exp_ephemerisexpire.csv +++ /dev/null @@ -1,3335 +0,0 @@ -1800,0,0 -1800.1,0,0 -1800.1,0,0 -1800.2,0,0 -1800.2,0,0 -1800.3,0,0 -1800.4,0,0 -1800.4,0,0 -1800.5,0,0 -1800.5,0,0 -1800.6,0,0 -1800.7,0,0 -1800.7,0,0 -1800.8,0,0 -1800.8,0,0 -1800.9,0,0 -1801,0,0 -1801,0,0 -1801.1,0,0 -1801.1,0,0 -1801.2,0,0 -1801.3,0,0 -1801.3,0,0 -1801.4,0,0 -1801.4,0,0 -1801.5,0,0 -1801.6,0,0 -1801.6,0,0 -1801.7,0,0 -1801.7,0,0 -1801.8,0,0 -1801.9,0,0 -1801.9,0,0 -1802,0,0 -1802,0,0 -1802.1,0,0 -1802.2,0,0 -1802.2,0,0 -1802.3,0,0 -1802.3,0,0 -1802.4,0,0 -1802.5,0,0 -1802.5,0,0 -1802.6,0,0 -1802.6,0,0 -1802.7,0,0 -1802.8,0,0 -1802.8,0,0 -1802.9,0,0 -1802.9,0,0 -1803,0,0 -1803.1,0,0 -1803.1,0,0 -1803.2,0,0 -1803.2,0,0 -1803.3,0,0 -1803.4,0,0 -1803.4,0,0 -1803.5,0,0 -1803.5,0,0 -1803.6,0,0 -1803.7,0,0 -1803.7,0,0 -1803.8,0,0 -1803.8,0,0 -1803.9,0,0 -1804,0,0 -1804,0,0 -1804.1,0,0 -1804.1,0,0 -1804.2,0,0 -1804.3,0,0 -1804.3,0,0 -1804.4,0,0 -1804.4,0,0 -1804.5,0,0 -1804.6,0,0 -1804.6,0,0 -1804.7,0,0 -1804.7,0,0 -1804.8,0,0 -1804.9,0,0 -1804.9,0,0 -1805,0,0 -1805,0,0 -1805.1,0,0 -1805.2,0,0 -1805.2,0,0 -1805.3,0,0 -1805.3,0,0 -1805.4,0,0 -1805.5,0,0 -1805.5,0,0 -1805.6,0,0 -1805.6,0,0 -1805.7,0,0 -1805.8,0,0 -1805.8,0,0 -1805.9,0,0 -1805.9,0,0 -1806,0,0 -1806.1,0,0 -1806.1,0,0 -1806.2,0,0 -1806.2,0,0 -1806.3,0,0 -1806.4,0,0 -1806.4,0,0 -1806.5,0,0 -1806.5,0,0 -1806.6,0,0 -1806.7,0,0 -1806.7,0,0 -1806.8,0,0 -1806.8,0,0 -1806.9,0,0 -1807,0,0 -1807,0,0 -1807.1,0,0 -1807.1,0,0 -1807.2,0,0 -1807.3,0,0 -1807.3,0,0 -1807.4,0,0 -1807.4,0,0 -1807.5,0,0 -1807.6,0,0 -1807.6,0,0 -1807.7,0,0 -1807.7,0,0 -1807.8,0,0 -1807.9,0,0 -1807.9,0,0 -1808,0,0 -1808,0,0 -1808.1,0,0 -1808.2,0,0 -1808.2,0,0 -1808.3,0,0 -1808.3,0,0 -1808.4,0,0 -1808.5,0,0 -1808.5,0,0 -1808.6,0,0 -1808.6,0,0 -1808.7,0,0 -1808.8,0,0 -1808.8,0,0 -1808.9,0,0 -1808.9,0,0 -1809,0,0 -1809.1,0,0 -1809.1,0,0 -1809.2,0,0 -1809.2,0,0 -1809.3,0,0 -1809.4,0,0 -1809.4,0,0 -1809.5,0,0 -1809.5,0,0 -1809.6,0,0 -1809.7,0,0 -1809.7,0,0 -1809.8,0,0 -1809.8,0,0 -1809.9,0,0 -1810,0,0 -1810,0,0 -1810.1,0,0 -1810.1,0,0 -1810.2,0,0 -1810.3,0,0 -1810.3,0,0 -1810.4,0,0 -1810.4,0,0 -1810.5,0,0 -1810.6,0,0 -1810.6,0,0 -1810.7,0,0 -1810.7,0,0 -1810.8,0,0 -1810.9,0,0 -1810.9,0,0 -1811,0,0 -1811,0,0 -1811.1,0,0 -1811.2,0,0 -1811.2,0,0 -1811.3,0,0 -1811.3,0,0 -1811.4,0,0 -1811.5,0,0 -1811.5,0,0 -1811.6,0,0 -1811.6,0,0 -1811.7,0,0 -1811.8,0,0 -1811.8,0,0 -1811.9,0,0 -1811.9,0,0 -1812,0,0 -1812.1,0,0 -1812.1,0,0 -1812.2,0,0 -1812.2,0,0 -1812.3,0,0 -1812.4,0,0 -1812.4,0,0 -1812.5,0,0 -1812.5,0,0 -1812.6,0,0 -1812.7,0,0 -1812.7,0,0 -1812.8,0,0 -1812.8,0,0 -1812.9,0,0 -1813,0,0 -1813,0,0 -1813.1,0,0 -1813.1,0,0 -1813.2,0,0 -1813.3,0,0 -1813.3,0,0 -1813.4,0,0 -1813.4,0,0 -1813.5,0,0 -1813.6,0,0 -1813.6,0,0 -1813.7,0,0 -1813.7,0,0 -1813.8,0,0 -1813.9,0,0 -1813.9,0,0 -1814,0,0 -1814,0,0 -1814.1,0,0 -1814.2,0,0 -1814.2,0,0 -1814.3,0,0 -1814.3,0,0 -1814.4,0,0 -1814.5,0,0 -1814.5,0,0 -1814.6,0,0 -1814.6,0,0 -1814.7,0,0 -1814.8,0,0 -1814.8,0,0 -1814.9,0,0 -1814.9,0,0 -1815,0,0 -1815.1,0,0 -1815.1,0,0 -1815.2,0,0 -1815.2,0,0 -1815.3,0,0 -1815.4,0,0 -1815.4,0,0 -1815.5,0,0 -1815.5,0,0 -1815.6,0,0 -1815.7,0,0 -1815.7,0,0 -1815.8,0,0 -1815.8,0,0 -1815.9,0,0 -1816,0,0 -1816,0,0 -1816.1,0,0 -1816.1,0,0 -1816.2,0,0 -1816.3,0,0 -1816.3,0,0 -1816.4,0,0 -1816.4,0,0 -1816.5,0,0 -1816.6,0,0 -1816.6,0,0 -1816.7,0,0 -1816.7,0,0 -1816.8,0,0 -1816.9,0,0 -1816.9,0,0 -1817,0,0 -1817,0,0 -1817.1,0,0 -1817.2,0,0 -1817.2,0,0 -1817.3,0,0 -1817.3,0,0 -1817.4,0,0 -1817.5,0,0 -1817.5,0,0 -1817.6,0,0 -1817.6,0,0 -1817.7,0,0 -1817.8,0,0 -1817.8,0,0 -1817.9,0,0 -1817.9,0,0 -1818,0,0 -1818.1,0,0 -1818.1,0,0 -1818.2,0,0 -1818.2,0,0 -1818.3,0,0 -1818.4,0,0 -1818.4,0,0 -1818.5,0,0 -1818.5,0,0 -1818.6,0,0 -1818.7,0,0 -1818.7,0,0 -1818.8,0,0 -1818.8,0,0 -1818.9,0,0 -1819,0,0 -1819,0,0 -1819.1,0,0 -1819.1,0,0 -1819.2,0,0 -1819.3,0,0 -1819.3,0,0 -1819.4,0,0 -1819.4,0,0 -1819.5,0,0 -1819.6,0,0 -1819.6,0,0 -1819.7,0,0 -1819.7,0,0 -1819.8,0,0 -1819.9,0,0 -1819.9,0,0 -1820,0,0 -1820,0,0 -1820.1,0,0 -1820.2,0,0 -1820.2,0,0 -1820.3,0,0 -1820.3,0,0 -1820.4,0,0 -1820.5,0,0 -1820.5,0,0 -1820.6,0,0 -1820.6,0,0 -1820.7,0,0 -1820.8,0,0 -1820.8,0,0 -1820.9,0,0 -1820.9,0,0 -1821,0,0 -1821.1,0,0 -1821.1,0,0 -1821.2,0,0 -1821.2,0,0 -1821.3,0,0 -1821.4,0,0 -1821.4,0,0 -1821.5,0,0 -1821.5,0,0 -1821.6,0,0 -1821.7,0,0 -1821.7,0,0 -1821.8,0,0 -1821.8,0,0 -1821.9,0,0 -1822,0,0 -1822,0,0 -1822.1,0,0 -1822.1,0,0 -1822.2,0,0 -1822.3,0,0 -1822.3,0,0 -1822.4,0,0 -1822.4,0,0 -1822.5,0,0 -1822.6,0,0 -1822.6,0,0 -1822.7,0,0 -1822.7,0,0 -1822.8,0,0 -1822.9,0,0 -1822.9,0,0 -1823,0,0 -1823,0,0 -1823.1,0,0 -1823.2,0,0 -1823.2,0,0 -1823.3,0,0 -1823.3,0,0 -1823.4,0,0 -1823.5,0,0 -1823.5,0,0 -1823.6,0,0 -1823.6,0,0 -1823.7,0,0 -1823.8,0,0 -1823.8,0,0 -1823.9,0,0 -1823.9,0,0 -1824,0,0 -1824.1,0,0 -1824.1,0,0 -1824.2,0,0 -1824.2,0,0 -1824.3,0,0 -1824.4,0,0 -1824.4,0,0 -1824.5,0,0 -1824.5,0,0 -1824.6,0,0 -1824.7,0,0 -1824.7,0,0 -1824.8,0,0 -1824.8,0,0 -1824.9,0,0 -1825,0,0 -1825,0,0 -1825.1,0,0 -1825.1,0,0 -1825.2,0,0 -1825.3,0,0 -1825.3,0,0 -1825.4,0,0 -1825.4,0,0 -1825.5,0,0 -1825.6,0,0 -1825.6,0,0 -1825.7,0,0 -1825.7,0,0 -1825.8,0,0 -1825.9,0,0 -1825.9,0,0 -1826,0,0 -1826,0,0 -1826.1,0,0 -1826.2,0,0 -1826.2,0,0 -1826.3,0,0 -1826.3,0,0 -1826.4,0,0 -1826.5,0,0 -1826.5,0,0 -1826.6,0,0 -1826.6,0,0 -1826.7,0,0 -1826.8,0,0 -1826.8,0,0 -1826.9,0,0 -1826.9,0,0 -1827,0,0 -1827.1,0,0 -1827.1,0,0 -1827.2,0,0 -1827.2,0,0 -1827.3,0,0 -1827.4,0,0 -1827.4,0,0 -1827.5,0,0 -1827.5,0,0 -1827.6,0,0 -1827.7,0,0 -1827.7,0,0 -1827.8,0,0 -1827.8,0,0 -1827.9,0,0 -1828,0,0 -1828,0,0 -1828.1,0,0 -1828.1,0,0 -1828.2,0,0 -1828.3,0,0 -1828.3,0,0 -1828.4,0,0 -1828.4,0,0 -1828.5,0,0 -1828.6,0,0 -1828.6,0,0 -1828.7,0,0 -1828.7,0,0 -1828.8,0,0 -1828.9,0,0 -1828.9,0,0 -1829,0,0 -1829,0,0 -1829.1,0,0 -1829.2,0,0 -1829.2,0,0 -1829.3,0,0 -1829.3,0,0 -1829.4,0,0 -1829.5,0,0 -1829.5,0,0 -1829.6,0,0 -1829.6,0,0 -1829.7,0,0 -1829.8,0,0 -1829.8,0,0 -1829.9,0,0 -1829.9,0,0 -1830,0,0 -1830.1,0,0 -1830.1,0,0 -1830.2,0,0 -1830.2,0,0 -1830.3,0,0 -1830.4,0,0 -1830.4,0,0 -1830.5,0,0 -1830.5,0,0 -1830.6,0,0 -1830.7,0,0 -1830.7,0,0 -1830.8,0,0 -1830.8,0,0 -1830.9,0,0 -1831,0,0 -1831,0,0 -1831.1,0,0 -1831.1,0,0 -1831.2,0,0 -1831.3,0,0 -1831.3,0,0 -1831.4,0,0 -1831.4,0,0 -1831.5,0,0 -1831.6,0,0 -1831.6,0,0 -1831.7,0,0 -1831.7,0,0 -1831.8,0,0 -1831.9,0,0 -1831.9,0,0 -1832,0,0 -1832,0,0 -1832.1,0,0 -1832.2,0,0 -1832.2,0,0 -1832.3,0,0 -1832.3,0,0 -1832.4,0,0 -1832.5,0,0 -1832.5,0,0 -1832.6,0,0 -1832.6,0,0 -1832.7,0,0 -1832.8,0,0 -1832.8,0,0 -1832.9,0,0 -1832.9,0,0 -1833,0,0 -1833.1,0,0 -1833.1,0,0 -1833.2,0,0 -1833.2,0,0 -1833.3,0,0 -1833.4,0,0 -1833.4,0,0 -1833.5,0,0 -1833.5,0,0 -1833.6,0,0 -1833.7,0,0 -1833.7,0,0 -1833.8,0,0 -1833.8,0,0 -1833.9,0,0 -1834,0,0 -1834,0,0 -1834.1,0,0 -1834.1,0,0 -1834.2,0,0 -1834.3,0,0 -1834.3,0,0 -1834.4,0,0 -1834.4,0,0 -1834.5,0,0 -1834.6,0,0 -1834.6,0,0 -1834.7,0,0 -1834.7,0,0 -1834.8,0,0 -1834.9,0,0 -1834.9,0,0 -1835,0,0 -1835,0,0 -1835.1,0,0 -1835.2,0,0 -1835.2,0,0 -1835.3,0,0 -1835.3,0,0 -1835.4,0,0 -1835.5,0,0 -1835.5,0,0 -1835.6,0,0 -1835.6,0,0 -1835.7,0,0 -1835.8,0,0 -1835.8,0,0 -1835.9,0,0 -1835.9,0,0 -1836,0,0 -1836.1,0,0 -1836.1,0,0 -1836.2,0,0 -1836.2,0,0 -1836.3,0,0 -1836.4,0,0 -1836.4,0,0 -1836.5,0,0 -1836.5,0,0 -1836.6,0,0 -1836.7,0,0 -1836.7,0,0 -1836.8,0,0 -1836.8,0,0 -1836.9,0,0 -1837,0,0 -1837,0,0 -1837.1,0,0 -1837.1,0,0 -1837.2,0,0 -1837.3,0,0 -1837.3,0,0 -1837.4,0,0 -1837.4,0,0 -1837.5,0,0 -1837.6,0,0 -1837.6,0,0 -1837.7,0,0 -1837.7,0,0 -1837.8,0,0 -1837.9,0,0 -1837.9,0,0 -1838,0,0 -1838,0,0 -1838.1,0,0 -1838.2,0,0 -1838.2,0,0 -1838.3,0,0 -1838.3,0,0 -1838.4,0,0 -1838.5,0,0 -1838.5,0,0 -1838.6,0,0 -1838.6,0,0 -1838.7,0,0 -1838.8,0,0 -1838.8,0,0 -1838.9,0,0 -1838.9,0,0 -1839,0,0 -1839.1,0,0 -1839.1,0,0 -1839.2,0,0 -1839.2,0,0 -1839.3,0,0 -1839.4,0,0 -1839.4,0,0 -1839.5,0,0 -1839.5,0,0 -1839.6,0,0 -1839.7,0,0 -1839.7,0,0 -1839.8,0,0 -1839.8,0,0 -1839.9,0,0 -1840,0,0 -1840,1,0 -1840.1,1,1 -1840.1,1,1 -1840.2,1,1 -1840.2,1,1 -1840.3,1,1 -1840.4,1,1 -1840.4,1,1 -1840.5,1,1 -1840.5,1,1 -1840.6,1,1 -1840.7,1,1 -1840.7,1,1 -1840.8,1,1 -1840.8,1,1 -1840.9,1,1 -1841,1,1 -1841,0,0 -1841.1,0,0 -1841.2,0,0 -1841.2,0,0 -1841.3,0,0 -1841.3,0,0 -1841.4,0,0 -1841.5,0,0 -1841.5,0,0 -1841.6,0,0 -1841.6,0,0 -1841.7,0,0 -1841.8,0,0 -1841.8,0,0 -1841.9,0,0 -1841.9,0,0 -1842,0,0 -1842,0,0 -1842.1,0,0 -1842.2,0,0 -1842.2,0,0 -1842.3,0,0 -1842.3,0,0 -1842.4,0,0 -1842.5,0,0 -1842.5,0,0 -1842.6,0,0 -1842.7,0,0 -1842.7,0,0 -1842.8,0,0 -1842.8,0,0 -1842.9,0,0 -1843,0,0 -1843,0,0 -1843.1,0,0 -1843.1,0,0 -1843.2,0,0 -1843.2,0,0 -1843.3,0,0 -1843.4,0,0 -1843.4,0,0 -1843.5,0,0 -1843.5,0,0 -1843.6,0,0 -1843.7,0,0 -1843.7,0,0 -1843.8,0,0 -1843.8,0,0 -1843.9,0,0 -1844,0,0 -1844,0,0 -1844.1,0,0 -1844.2,0,0 -1844.2,0,0 -1844.3,0,0 -1844.3,0,0 -1844.4,0,0 -1844.5,0,0 -1844.5,0,0 -1844.6,0,0 -1844.6,0,0 -1844.7,0,0 -1844.8,0,0 -1844.8,0,0 -1844.9,0,0 -1844.9,0,0 -1845,0,0 -1845,0,0 -1845.1,0,0 -1845.2,0,0 -1845.2,0,0 -1845.3,0,0 -1845.3,0,0 -1845.4,0,0 -1845.5,0,0 -1845.5,0,0 -1845.6,0,0 -1845.7,0,0 -1845.7,0,0 -1845.8,0,0 -1845.8,0,0 -1845.9,0,0 -1846,0,0 -1846,0,0 -1846.1,0,0 -1846.1,0,0 -1846.2,0,0 -1846.2,0,0 -1846.3,0,0 -1846.4,0,0 -1846.4,0,0 -1846.5,0,0 -1846.5,0,0 -1846.6,0,0 -1846.7,0,0 -1846.7,0,0 -1846.8,0,0 -1846.8,0,0 -1846.9,0,0 -1847,0,0 -1847,0,0 -1847.1,0,0 -1847.2,0,0 -1847.2,0,0 -1847.3,0,0 -1847.3,0,0 -1847.4,0,0 -1847.5,0,0 -1847.5,0,0 -1847.6,0,0 -1847.6,0,0 -1847.7,0,0 -1847.8,0,0 -1847.8,0,0 -1847.9,0,0 -1847.9,0,0 -1848,0,0 -1848,0,0 -1848.1,0,0 -1848.2,0,0 -1848.2,0,0 -1848.3,0,0 -1848.3,0,0 -1848.4,0,0 -1848.5,0,0 -1848.5,0,0 -1848.6,0,0 -1848.7,0,0 -1848.7,0,0 -1848.8,0,0 -1848.8,0,0 -1848.9,0,0 -1849,0,0 -1849,0,0 -1849.1,0,0 -1849.1,0,0 -1849.2,0,0 -1849.2,0,0 -1849.3,0,0 -1849.4,0,0 -1849.4,0,0 -1849.5,0,0 -1849.5,0,0 -1849.6,0,0 -1849.7,0,0 -1849.7,0,0 -1849.8,0,0 -1849.8,0,0 -1849.9,0,0 -1850,0,0 -1850,1,0 -1850.1,1,1 -1850.2,1,1 -1850.2,1,1 -1850.3,1,1 -1850.3,1,1 -1850.4,1,1 -1850.5,1,1 -1850.5,1,1 -1850.6,1,1 -1850.6,1,1 -1850.7,1,1 -1850.8,1,1 -1850.8,1,1 -1850.9,1,1 -1850.9,1,1 -1851,1,1 -1851,0,0 -1851.1,0,0 -1851.2,0,0 -1851.2,0,0 -1851.3,0,0 -1851.3,0,0 -1851.4,0,0 -1851.5,0,0 -1851.5,0,0 -1851.6,0,0 -1851.7,0,0 -1851.7,0,0 -1851.8,0,0 -1851.8,0,0 -1851.9,0,0 -1852,0,0 -1852,0,0 -1852.1,0,0 -1852.1,0,0 -1852.2,0,0 -1852.2,0,0 -1852.3,0,0 -1852.4,0,0 -1852.4,0,0 -1852.5,0,0 -1852.5,0,0 -1852.6,0,0 -1852.7,0,0 -1852.7,0,0 -1852.8,0,0 -1852.8,0,0 -1852.9,0,0 -1853,0,0 -1853,0,0 -1853.1,0,0 -1853.2,0,0 -1853.2,0,0 -1853.3,0,0 -1853.3,0,0 -1853.4,0,0 -1853.5,0,0 -1853.5,0,0 -1853.6,0,0 -1853.6,0,0 -1853.7,0,0 -1853.8,0,0 -1853.8,0,0 -1853.9,0,0 -1853.9,0,0 -1854,0,0 -1854,0,0 -1854.1,0,0 -1854.2,0,0 -1854.2,0,0 -1854.3,0,0 -1854.3,0,0 -1854.4,0,0 -1854.5,0,0 -1854.5,0,0 -1854.6,0,0 -1854.7,0,0 -1854.7,0,0 -1854.8,0,0 -1854.8,0,0 -1854.9,0,0 -1855,0,0 -1855,0,0 -1855.1,0,0 -1855.1,0,0 -1855.2,0,0 -1855.2,0,0 -1855.3,0,0 -1855.4,0,0 -1855.4,0,0 -1855.5,0,0 -1855.5,0,0 -1855.6,0,0 -1855.7,0,0 -1855.7,0,0 -1855.8,0,0 -1855.8,0,0 -1855.9,0,0 -1856,0,0 -1856,0,0 -1856.1,0,0 -1856.2,0,0 -1856.2,0,0 -1856.3,0,0 -1856.3,0,0 -1856.4,0,0 -1856.5,0,0 -1856.5,0,0 -1856.6,0,0 -1856.6,0,0 -1856.7,0,0 -1856.8,0,0 -1856.8,0,0 -1856.9,0,0 -1856.9,0,0 -1857,0,0 -1857,0,0 -1857.1,0,0 -1857.2,0,0 -1857.2,0,0 -1857.3,0,0 -1857.3,0,0 -1857.4,0,0 -1857.5,0,0 -1857.5,0,0 -1857.6,0,0 -1857.7,0,0 -1857.7,0,0 -1857.8,0,0 -1857.8,0,0 -1857.9,0,0 -1858,0,0 -1858,0,0 -1858.1,0,0 -1858.1,0,0 -1858.2,0,0 -1858.2,0,0 -1858.3,0,0 -1858.4,0,0 -1858.4,0,0 -1858.5,0,0 -1858.5,0,0 -1858.6,0,0 -1858.7,0,0 -1858.7,0,0 -1858.8,0,0 -1858.8,0,0 -1858.9,0,0 -1859,0,0 -1859,0,0 -1859.1,0,0 -1859.2,0,0 -1859.2,0,0 -1859.3,0,0 -1859.3,0,0 -1859.4,0,0 -1859.5,0,0 -1859.5,0,0 -1859.6,0,0 -1859.6,0,0 -1859.7,0,0 -1859.8,0,0 -1859.8,0,0 -1859.9,0,0 -1859.9,0,0 -1860,0,0 -1860,1,0 -1860.1,1,1 -1860.2,1,1 -1860.2,1,1 -1860.3,1,1 -1860.3,1,1 -1860.4,1,1 -1860.5,1,1 -1860.5,1,1 -1860.6,1,1 -1860.7,1,1 -1860.7,1,1 -1860.8,1,1 -1860.8,1,1 -1860.9,1,1 -1861,1,1 -1861,0,0 -1861.1,0,0 -1861.1,0,0 -1861.2,0,0 -1861.2,0,0 -1861.3,0,0 -1861.4,0,0 -1861.4,0,0 -1861.5,0,0 -1861.5,0,0 -1861.6,0,0 -1861.7,0,0 -1861.7,0,0 -1861.8,0,0 -1861.8,0,0 -1861.9,0,0 -1862,0,0 -1862,0,0 -1862.1,0,0 -1862.1,0,0 -1862.2,0,0 -1862.3,0,0 -1862.3,0,0 -1862.4,0,0 -1862.4,0,0 -1862.5,0,0 -1862.6,0,0 -1862.6,0,0 -1862.7,0,0 -1862.7,0,0 -1862.8,0,0 -1862.9,0,0 -1862.9,0,0 -1863,0,0 -1863,0,0 -1863.1,0,0 -1863.2,0,0 -1863.2,0,0 -1863.3,0,0 -1863.3,0,0 -1863.4,0,0 -1863.5,0,0 -1863.5,0,0 -1863.6,0,0 -1863.6,0,0 -1863.7,0,0 -1863.8,0,0 -1863.8,0,0 -1863.9,0,0 -1863.9,0,0 -1864,0,0 -1864.1,0,0 -1864.1,0,0 -1864.2,0,0 -1864.2,0,0 -1864.3,0,0 -1864.4,0,0 -1864.4,0,0 -1864.5,0,0 -1864.5,0,0 -1864.6,0,0 -1864.7,0,0 -1864.7,0,0 -1864.8,0,0 -1864.8,0,0 -1864.9,0,0 -1865,0,0 -1865,0,0 -1865.1,0,0 -1865.1,0,0 -1865.2,0,0 -1865.3,0,0 -1865.3,0,0 -1865.4,0,0 -1865.4,0,0 -1865.5,0,0 -1865.6,0,0 -1865.6,0,0 -1865.7,0,0 -1865.7,0,0 -1865.8,0,0 -1865.9,0,0 -1865.9,0,0 -1866,0,0 -1866,0,0 -1866.1,0,0 -1866.2,0,0 -1866.2,0,0 -1866.3,0,0 -1866.3,0,0 -1866.4,0,0 -1866.5,0,0 -1866.5,0,0 -1866.6,0,0 -1866.6,0,0 -1866.7,0,0 -1866.8,0,0 -1866.8,0,0 -1866.9,0,0 -1866.9,0,0 -1867,0,0 -1867.1,0,0 -1867.1,0,0 -1867.2,0,0 -1867.2,0,0 -1867.3,0,0 -1867.4,0,0 -1867.4,0,0 -1867.5,0,0 -1867.5,0,0 -1867.6,0,0 -1867.7,0,0 -1867.7,0,0 -1867.8,0,0 -1867.8,0,0 -1867.9,0,0 -1868,0,0 -1868,0,0 -1868.1,0,0 -1868.1,0,0 -1868.2,0,0 -1868.3,0,0 -1868.3,0,0 -1868.4,0,0 -1868.4,0,0 -1868.5,0,0 -1868.6,0,0 -1868.6,0,0 -1868.7,0,0 -1868.7,0,0 -1868.8,0,0 -1868.9,0,0 -1868.9,0,0 -1869,0,0 -1869,0,0 -1869.1,0,0 -1869.2,0,0 -1869.2,0,0 -1869.3,0,0 -1869.3,0,0 -1869.4,0,0 -1869.5,0,0 -1869.5,0,0 -1869.6,0,0 -1869.6,0,0 -1869.7,0,0 -1869.8,0,0 -1869.8,0,0 -1869.9,0,0 -1869.9,0,0 -1870,1,0 -1870.1,1,0 -1870.1,1,0 -1870.2,1,0 -1870.2,1,0 -1870.3,1,0 -1870.4,1,0 -1870.4,1,0 -1870.5,1,0 -1870.5,1,0 -1870.6,1,0 -1870.7,1,0 -1870.7,1,0 -1870.8,1,0 -1870.8,1,0 -1870.9,1,0 -1871,1,0 -1871,0,0 -1871.1,0,0 -1871.1,0,0 -1871.2,0,0 -1871.3,0,0 -1871.3,0,0 -1871.4,0,0 -1871.4,0,0 -1871.5,0,0 -1871.6,0,0 -1871.6,0,0 -1871.7,0,0 -1871.7,0,0 -1871.8,0,0 -1871.9,0,0 -1871.9,0,0 -1872,0,0 -1872,0,0 -1872.1,0,0 -1872.2,0,0 -1872.2,0,0 -1872.3,0,0 -1872.3,0,0 -1872.4,0,0 -1872.5,0,0 -1872.5,0,0 -1872.6,0,0 -1872.6,0,0 -1872.7,0,0 -1872.8,0,0 -1872.8,0,0 -1872.9,0,0 -1872.9,0,0 -1873,0,0 -1873.1,0,0 -1873.1,0,0 -1873.2,0,0 -1873.2,0,0 -1873.3,0,0 -1873.4,0,0 -1873.4,0,0 -1873.5,0,0 -1873.5,0,0 -1873.6,0,0 -1873.7,0,0 -1873.7,0,0 -1873.8,0,0 -1873.8,0,0 -1873.9,0,0 -1874,0,0 -1874,0,0 -1874.1,0,0 -1874.1,0,0 -1874.2,0,0 -1874.3,0,0 -1874.3,0,0 -1874.4,0,0 -1874.4,0,0 -1874.5,0,0 -1874.6,0,0 -1874.6,0,0 -1874.7,0,0 -1874.7,0,0 -1874.8,0,0 -1874.9,0,0 -1874.9,0,0 -1875,0,0 -1875,0,0 -1875.1,0,0 -1875.2,0,0 -1875.2,0,0 -1875.3,0,0 -1875.3,0,0 -1875.4,0,0 -1875.5,0,0 -1875.5,0,0 -1875.6,0,0 -1875.6,0,0 -1875.7,0,0 -1875.8,0,0 -1875.8,0,0 -1875.9,0,0 -1875.9,0,0 -1876,0,0 -1876.1,0,0 -1876.1,0,0 -1876.2,0,0 -1876.2,0,0 -1876.3,0,0 -1876.4,0,0 -1876.4,0,0 -1876.5,0,0 -1876.5,0,0 -1876.6,0,0 -1876.7,0,0 -1876.7,0,0 -1876.8,0,0 -1876.8,0,0 -1876.9,0,0 -1877,0,0 -1877,0,0 -1877.1,0,0 -1877.1,0,0 -1877.2,0,0 -1877.3,0,0 -1877.3,0,0 -1877.4,0,0 -1877.4,0,0 -1877.5,0,0 -1877.6,0,0 -1877.6,0,0 -1877.7,0,0 -1877.7,0,0 -1877.8,0,0 -1877.9,0,0 -1877.9,0,0 -1878,0,0 -1878,0,0 -1878.1,0,0 -1878.2,0,0 -1878.2,0,0 -1878.3,0,0 -1878.3,0,0 -1878.4,0,0 -1878.5,0,0 -1878.5,0,0 -1878.6,0,0 -1878.6,0,0 -1878.7,0,0 -1878.8,0,0 -1878.8,0,0 -1878.9,0,0 -1878.9,0,0 -1879,0,0 -1879.1,0,0 -1879.1,0,0 -1879.2,0,0 -1879.2,0,0 -1879.3,0,0 -1879.4,0,0 -1879.4,0,0 -1879.5,0,0 -1879.5,0,0 -1879.6,0,0 -1879.7,0,0 -1879.7,0,0 -1879.8,0,0 -1879.8,0,0 -1879.9,0,0 -1880,0,0 -1880,1,0 -1880.1,1,0 -1880.1,1,0 -1880.2,1,0 -1880.3,1,0 -1880.3,1,0 -1880.4,1,0 -1880.4,1,0 -1880.5,1,0 -1880.6,1,0 -1880.6,1,0 -1880.7,1,0 -1880.7,1,0 -1880.8,1,0 -1880.9,1,0 -1880.9,1,0 -1881,1,0 -1881,0,0 -1881.1,0,0 -1881.2,0,0 -1881.2,0,0 -1881.3,0,0 -1881.3,0,0 -1881.4,0,0 -1881.5,0,0 -1881.5,0,0 -1881.6,0,0 -1881.6,0,0 -1881.7,0,0 -1881.8,0,0 -1881.8,0,0 -1881.9,0,0 -1881.9,0,0 -1882,0,0 -1882.1,0,0 -1882.1,0,0 -1882.2,0,0 -1882.2,0,0 -1882.3,0,0 -1882.4,0,0 -1882.4,0,0 -1882.5,0,0 -1882.5,0,0 -1882.6,0,0 -1882.7,0,0 -1882.7,0,0 -1882.8,0,0 -1882.8,0,0 -1882.9,0,0 -1883,0,0 -1883,0,0 -1883.1,0,0 -1883.1,0,0 -1883.2,0,0 -1883.3,0,0 -1883.3,0,0 -1883.4,0,0 -1883.4,0,0 -1883.5,0,0 -1883.6,0,0 -1883.6,0,0 -1883.7,0,0 -1883.7,0,0 -1883.8,0,0 -1883.9,0,0 -1883.9,0,0 -1884,0,0 -1884,0,0 -1884.1,0,0 -1884.2,0,0 -1884.2,0,0 -1884.3,0,0 -1884.3,0,0 -1884.4,0,0 -1884.5,0,0 -1884.5,0,0 -1884.6,0,0 -1884.6,0,0 -1884.7,0,0 -1884.8,0,0 -1884.8,0,0 -1884.9,0,0 -1884.9,0,0 -1885,0,0 -1885.1,0,0 -1885.1,0,0 -1885.2,0,0 -1885.2,0,0 -1885.3,0,0 -1885.4,0,0 -1885.4,0,0 -1885.5,0,0 -1885.5,0,0 -1885.6,0,0 -1885.7,0,0 -1885.7,0,0 -1885.8,0,0 -1885.8,0,0 -1885.9,0,0 -1886,0,0 -1886,0,0 -1886.1,0,0 -1886.1,0,0 -1886.2,0,0 -1886.3,0,0 -1886.3,0,0 -1886.4,0,0 -1886.4,0,0 -1886.5,0,0 -1886.6,0,0 -1886.6,0,0 -1886.7,0,0 -1886.7,0,0 -1886.8,0,0 -1886.9,0,0 -1886.9,0,0 -1887,0,0 -1887,0,0 -1887.1,0,0 -1887.2,0,0 -1887.2,0,0 -1887.3,0,0 -1887.3,0,0 -1887.4,0,0 -1887.5,0,0 -1887.5,0,0 -1887.6,0,0 -1887.6,0,0 -1887.7,0,0 -1887.8,0,0 -1887.8,0,0 -1887.9,0,0 -1887.9,0,0 -1888,0,0 -1888.1,0,0 -1888.1,0,0 -1888.2,0,0 -1888.2,0,0 -1888.3,0,0 -1888.4,0,0 -1888.4,0,0 -1888.5,0,0 -1888.5,0,0 -1888.6,0,0 -1888.7,0,0 -1888.7,0,0 -1888.8,0,0 -1888.8,0,0 -1888.9,0,0 -1889,0,0 -1889,0,0 -1889.1,0,0 -1889.1,0,0 -1889.2,0,0 -1889.3,0,0 -1889.3,0,0 -1889.4,0,0 -1889.4,0,0 -1889.5,0,0 -1889.6,0,0 -1889.6,0,0 -1889.7,0,0 -1889.7,0,0 -1889.8,0,0 -1889.9,0,0 -1889.9,0,0 -1890,0,0 -1890,1,0 -1890.1,1,0 -1890.2,1,0 -1890.2,1,0 -1890.3,1,0 -1890.3,1,0 -1890.4,1,0 -1890.5,1,0 -1890.5,1,0 -1890.6,1,0 -1890.6,1,0 -1890.7,1,0 -1890.8,1,0 -1890.8,1,0 -1890.9,1,0 -1890.9,1,0 -1891,1,0 -1891,0,0 -1891.1,0,0 -1891.2,0,0 -1891.2,0,0 -1891.3,0,0 -1891.3,0,0 -1891.4,0,0 -1891.5,0,0 -1891.5,0,0 -1891.6,0,0 -1891.7,0,0 -1891.7,0,0 -1891.8,0,0 -1891.8,0,0 -1891.9,0,0 -1892,0,0 -1892,0,0 -1892.1,0,0 -1892.1,0,0 -1892.2,0,0 -1892.2,0,0 -1892.3,0,0 -1892.4,0,0 -1892.4,0,0 -1892.5,0,0 -1892.5,0,0 -1892.6,0,0 -1892.7,0,0 -1892.7,0,0 -1892.8,0,0 -1892.8,0,0 -1892.9,0,0 -1893,0,0 -1893,0,0 -1893.1,0,0 -1893.2,0,0 -1893.2,0,0 -1893.3,0,0 -1893.3,0,0 -1893.4,0,0 -1893.5,0,0 -1893.5,0,0 -1893.6,0,0 -1893.6,0,0 -1893.7,0,0 -1893.8,0,0 -1893.8,0,0 -1893.9,0,0 -1893.9,0,0 -1894,0,0 -1894,0,0 -1894.1,0,0 -1894.2,0,0 -1894.2,0,0 -1894.3,0,0 -1894.3,0,0 -1894.4,0,0 -1894.5,0,0 -1894.5,0,0 -1894.6,0,0 -1894.7,0,0 -1894.7,0,0 -1894.8,0,0 -1894.8,0,0 -1894.9,0,0 -1895,0,0 -1895,0,0 -1895.1,0,0 -1895.1,0,0 -1895.2,0,0 -1895.2,0,0 -1895.3,0,0 -1895.4,0,0 -1895.4,0,0 -1895.5,0,0 -1895.5,0,0 -1895.6,0,0 -1895.7,0,0 -1895.7,0,0 -1895.8,0,0 -1895.8,0,0 -1895.9,0,0 -1896,0,0 -1896,0,0 -1896.1,0,0 -1896.2,0,0 -1896.2,0,0 -1896.3,0,0 -1896.3,0,0 -1896.4,0,0 -1896.5,0,0 -1896.5,0,0 -1896.6,0,0 -1896.6,0,0 -1896.7,0,0 -1896.8,0,0 -1896.8,0,0 -1896.9,0,0 -1896.9,0,0 -1897,0,0 -1897,0,0 -1897.1,0,0 -1897.2,0,0 -1897.2,0,0 -1897.3,0,0 -1897.3,0,0 -1897.4,0,0 -1897.5,0,0 -1897.5,0,0 -1897.6,0,0 -1897.7,0,0 -1897.7,0,0 -1897.8,0,0 -1897.8,0,0 -1897.9,0,0 -1898,0,0 -1898,0,0 -1898.1,0,0 -1898.1,0,0 -1898.2,0,0 -1898.2,0,0 -1898.3,0,0 -1898.4,0,0 -1898.4,0,0 -1898.5,0,0 -1898.5,0,0 -1898.6,0,0 -1898.7,0,0 -1898.7,0,0 -1898.8,0,0 -1898.8,0,0 -1898.9,0,0 -1899,0,0 -1899,0,0 -1899.1,0,0 -1899.2,0,0 -1899.2,0,0 -1899.3,0,0 -1899.3,0,0 -1899.4,0,0 -1899.5,0,0 -1899.5,0,0 -1899.6,0,0 -1899.6,0,0 -1899.7,0,0 -1899.8,0,0 -1899.8,0,0 -1899.9,0,0 -1899.9,0,0 -1900,0,0 -1900,1,0 -1900.1,1,0 -1900.2,1,0 -1900.2,1,0 -1900.3,1,0 -1900.3,1,0 -1900.4,1,0 -1900.5,1,0 -1900.5,1,0 -1900.6,1,0 -1900.7,1,0 -1900.7,1,0 -1900.8,1,0 -1900.8,1,0 -1900.9,1,0 -1901,1,0 -1901,1,0 -1901.1,1,0 -1901.1,1,0 -1901.2,1,0 -1901.2,1,0 -1901.3,1,0 -1901.4,1,0 -1901.4,1,0 -1901.5,1,0 -1901.5,1,0 -1901.6,1,0 -1901.7,1,0 -1901.7,1,0 -1901.8,1,0 -1901.8,1,0 -1901.9,1,0 -1902,1,0 -1902,1,0 -1902.1,1,0 -1902.2,1,0 -1902.2,1,0 -1902.3,1,0 -1902.3,1,0 -1902.4,1,0 -1902.5,1,0 -1902.5,1,0 -1902.6,1,0 -1902.6,1,0 -1902.7,1,0 -1902.8,1,0 -1902.8,1,0 -1902.9,1,0 -1902.9,1,0 -1903,1,0 -1903,1,0 -1903.1,1,0 -1903.2,1,0 -1903.2,1,0 -1903.3,1,0 -1903.3,1,0 -1903.4,1,0 -1903.5,1,0 -1903.5,1,0 -1903.6,1,0 -1903.7,1,0 -1903.7,1,0 -1903.8,1,0 -1903.8,1,0 -1903.9,1,0 -1904,1,0 -1904,1,0 -1904.1,1,0 -1904.1,1,0 -1904.2,1,0 -1904.2,1,0 -1904.3,1,0 -1904.4,1,0 -1904.4,1,0 -1904.5,1,0 -1904.5,1,0 -1904.6,1,0 -1904.7,1,0 -1904.7,1,0 -1904.8,1,0 -1904.8,1,0 -1904.9,1,0 -1905,1,0 -1905,1,0 -1905.1,1,0 -1905.2,1,0 -1905.2,1,0 -1905.3,1,0 -1905.3,1,0 -1905.4,1,0 -1905.5,1,0 -1905.5,1,0 -1905.6,1,0 -1905.6,1,0 -1905.7,1,0 -1905.8,1,0 -1905.8,1,0 -1905.9,1,0 -1905.9,1,0 -1906,1,0 -1906,1,0 -1906.1,1,0 -1906.2,1,0 -1906.2,1,0 -1906.3,1,0 -1906.3,1,0 -1906.4,1,0 -1906.5,1,0 -1906.5,1,0 -1906.6,1,0 -1906.7,1,0 -1906.7,1,0 -1906.8,1,0 -1906.8,1,0 -1906.9,1,0 -1907,1,0 -1907,1,0 -1907.1,1,0 -1907.1,1,0 -1907.2,1,0 -1907.2,1,0 -1907.3,1,0 -1907.4,1,0 -1907.4,1,0 -1907.5,1,0 -1907.5,1,0 -1907.6,1,0 -1907.7,1,0 -1907.7,1,0 -1907.8,1,0 -1907.8,1,0 -1907.9,1,0 -1908,1,0 -1908,1,0 -1908.1,1,0 -1908.2,1,0 -1908.2,1,0 -1908.3,1,0 -1908.3,1,0 -1908.4,1,0 -1908.5,1,0 -1908.5,1,0 -1908.6,1,0 -1908.6,1,0 -1908.7,1,0 -1908.8,1,0 -1908.8,1,0 -1908.9,1,0 -1908.9,1,0 -1909,1,0 -1909,1,0 -1909.1,1,0 -1909.2,1,0 -1909.2,1,0 -1909.3,1,0 -1909.3,1,0 -1909.4,1,0 -1909.5,1,0 -1909.5,1,0 -1909.6,1,0 -1909.7,1,0 -1909.7,1,0 -1909.8,1,0 -1909.8,1,0 -1909.9,1,0 -1910,1,0 -1910,1,0 -1910.1,1,0 -1910.1,1,0 -1910.2,1,0 -1910.2,1,0 -1910.3,1,0 -1910.4,1,0 -1910.4,1,0 -1910.5,1,0 -1910.5,1,0 -1910.6,1,0 -1910.7,1,0 -1910.7,1,0 -1910.8,1,0 -1910.8,1,0 -1910.9,1,0 -1911,1,0 -1911,1,0 -1911.1,1,0 -1911.2,1,0 -1911.2,1,0 -1911.3,1,0 -1911.3,1,0 -1911.4,1,0 -1911.5,1,0 -1911.5,1,0 -1911.6,1,0 -1911.6,1,0 -1911.7,1,0 -1911.8,1,0 -1911.8,1,0 -1911.9,1,0 -1911.9,1,0 -1912,1,0 -1912,1,0 -1912.1,1,0 -1912.2,1,0 -1912.2,1,0 -1912.3,1,0 -1912.3,1,0 -1912.4,1,0 -1912.5,1,0 -1912.5,1,0 -1912.6,1,0 -1912.7,1,0 -1912.7,1,0 -1912.8,1,0 -1912.8,1,0 -1912.9,1,0 -1913,1,0 -1913,1,0 -1913.1,1,0 -1913.1,1,0 -1913.2,1,0 -1913.2,1,0 -1913.3,1,0 -1913.4,1,0 -1913.4,1,0 -1913.5,1,0 -1913.5,1,0 -1913.6,1,0 -1913.7,1,0 -1913.7,1,0 -1913.8,1,0 -1913.8,1,0 -1913.9,1,0 -1914,1,0 -1914,1,0 -1914.1,1,0 -1914.2,1,0 -1914.2,1,0 -1914.3,1,0 -1914.3,1,0 -1914.4,1,0 -1914.5,1,0 -1914.5,1,0 -1914.6,1,0 -1914.6,1,0 -1914.7,1,0 -1914.8,1,0 -1914.8,1,0 -1914.9,1,0 -1914.9,1,0 -1915,1,0 -1915,1,0 -1915.1,1,0 -1915.2,1,0 -1915.2,1,0 -1915.3,1,0 -1915.3,1,0 -1915.4,1,0 -1915.5,1,0 -1915.5,1,0 -1915.6,1,0 -1915.7,1,0 -1915.7,1,0 -1915.8,1,0 -1915.8,1,0 -1915.9,1,0 -1916,1,0 -1916,1,0 -1916.1,1,0 -1916.1,1,0 -1916.2,1,0 -1916.2,1,0 -1916.3,1,0 -1916.4,1,0 -1916.4,1,0 -1916.5,1,0 -1916.5,1,0 -1916.6,1,0 -1916.7,1,0 -1916.7,1,0 -1916.8,1,0 -1916.8,1,0 -1916.9,1,0 -1917,1,0 -1917,1,0 -1917.1,1,0 -1917.2,1,0 -1917.2,1,0 -1917.3,1,0 -1917.3,1,0 -1917.4,1,0 -1917.5,1,0 -1917.5,1,0 -1917.6,1,0 -1917.6,1,0 -1917.7,1,0 -1917.8,1,0 -1917.8,1,0 -1917.9,1,0 -1917.9,1,0 -1918,1,0 -1918,1,0 -1918.1,1,0 -1918.2,1,0 -1918.2,1,0 -1918.3,1,0 -1918.3,1,0 -1918.4,1,0 -1918.5,1,0 -1918.5,1,0 -1918.6,1,0 -1918.7,1,0 -1918.7,1,0 -1918.8,1,0 -1918.8,1,0 -1918.9,1,0 -1919,1,0 -1919,1,0 -1919.1,1,0 -1919.1,1,0 -1919.2,1,0 -1919.2,1,0 -1919.3,1,0 -1919.4,1,0 -1919.4,1,0 -1919.5,1,0 -1919.5,1,0 -1919.6,1,0 -1919.7,1,0 -1919.7,1,0 -1919.8,1,0 -1919.8,1,0 -1919.9,1,0 -1920,1,0 -1920,1,0 -1920.1,1,0 -1920.2,1,0 -1920.2,1,0 -1920.3,1,0 -1920.3,1,0 -1920.4,1,0 -1920.5,1,0 -1920.5,1,0 -1920.6,1,0 -1920.6,1,0 -1920.7,1,0 -1920.8,1,0 -1920.8,1,0 -1920.9,1,0 -1920.9,1,0 -1921,1,0 -1921,1,0 -1921.1,1,0 -1921.2,1,0 -1921.2,1,0 -1921.3,1,0 -1921.3,1,0 -1921.4,1,0 -1921.5,1,0 -1921.5,1,0 -1921.6,1,0 -1921.7,1,0 -1921.7,1,0 -1921.8,1,0 -1921.8,1,0 -1921.9,1,0 -1922,1,0 -1922,1,0 -1922.1,1,0 -1922.1,1,0 -1922.2,1,0 -1922.2,1,0 -1922.3,1,0 -1922.4,1,0 -1922.4,1,0 -1922.5,1,0 -1922.5,1,0 -1922.6,1,0 -1922.7,1,0 -1922.7,1,0 -1922.8,1,0 -1922.8,1,0 -1922.9,1,0 -1923,1,0 -1923,1,0 -1923.1,1,0 -1923.2,1,0 -1923.2,1,0 -1923.3,1,0 -1923.3,1,0 -1923.4,1,0 -1923.5,1,0 -1923.5,1,0 -1923.6,1,0 -1923.6,1,0 -1923.7,1,0 -1923.8,1,0 -1923.8,1,0 -1923.9,1,0 -1923.9,1,0 -1924,1,0 -1924,1,0 -1924.1,1,0 -1924.2,1,0 -1924.2,1,0 -1924.3,1,0 -1924.3,1,0 -1924.4,1,0 -1924.5,1,0 -1924.5,1,0 -1924.6,1,0 -1924.7,1,0 -1924.7,1,0 -1924.8,1,0 -1924.8,1,0 -1924.9,1,0 -1925,1,0 -1925,1,0 -1925.1,1,0 -1925.1,1,0 -1925.2,1,0 -1925.2,1,0 -1925.3,1,0 -1925.4,1,0 -1925.4,1,0 -1925.5,1,0 -1925.5,1,0 -1925.6,1,0 -1925.7,1,0 -1925.7,1,0 -1925.8,1,0 -1925.8,1,0 -1925.9,1,0 -1926,1,0 -1926,1,0 -1926.1,1,0 -1926.2,1,0 -1926.2,1,0 -1926.3,1,0 -1926.3,1,0 -1926.4,1,0 -1926.5,1,0 -1926.5,1,0 -1926.6,1,0 -1926.6,1,0 -1926.7,1,0 -1926.8,1,0 -1926.8,1,0 -1926.9,1,0 -1926.9,1,0 -1927,1,0 -1927,1,0 -1927.1,1,0 -1927.2,1,0 -1927.2,1,0 -1927.3,1,0 -1927.3,1,0 -1927.4,1,0 -1927.5,1,0 -1927.5,1,0 -1927.6,1,0 -1927.7,1,0 -1927.7,1,0 -1927.8,1,0 -1927.8,1,0 -1927.9,1,0 -1928,1,0 -1928,1,0 -1928.1,1,0 -1928.1,1,0 -1928.2,1,0 -1928.2,1,0 -1928.3,1,0 -1928.4,1,0 -1928.4,1,0 -1928.5,1,0 -1928.5,1,0 -1928.6,1,0 -1928.7,1,0 -1928.7,1,0 -1928.8,1,0 -1928.8,1,0 -1928.9,1,0 -1929,1,0 -1929,1,0 -1929.1,1,0 -1929.2,1,0 -1929.2,1,0 -1929.3,1,0 -1929.3,1,0 -1929.4,1,0 -1929.5,1,0 -1929.5,1,0 -1929.6,1,0 -1929.6,1,0 -1929.7,1,0 -1929.8,1,0 -1929.8,1,0 -1929.9,1,0 -1929.9,1,0 -1930,1,0 -1930,1,0 -1930.1,1,0 -1930.2,1,0 -1930.2,1,0 -1930.3,1,0 -1930.3,1,0 -1930.4,1,0 -1930.5,1,0 -1930.5,1,0 -1930.6,1,0 -1930.7,1,0 -1930.7,1,0 -1930.8,1,0 -1930.8,1,0 -1930.9,1,0 -1931,1,0 -1931,1,0 -1931.1,1,0 -1931.1,1,0 -1931.2,1,0 -1931.2,1,0 -1931.3,1,0 -1931.4,1,0 -1931.4,1,0 -1931.5,1,0 -1931.5,1,0 -1931.6,1,0 -1931.7,1,0 -1931.7,1,0 -1931.8,1,0 -1931.8,1,0 -1931.9,1,0 -1932,1,0 -1932,1,0 -1932.1,1,0 -1932.2,1,0 -1932.2,1,0 -1932.3,1,0 -1932.3,1,0 -1932.4,1,0 -1932.5,1,0 -1932.5,1,0 -1932.6,1,0 -1932.6,1,0 -1932.7,1,0 -1932.8,1,0 -1932.8,1,0 -1932.9,1,0 -1932.9,1,0 -1933,1,0 -1933,1,0 -1933.1,1,0 -1933.2,1,0 -1933.2,1,0 -1933.3,1,0 -1933.3,1,0 -1933.4,1,0 -1933.5,1,0 -1933.5,1,0 -1933.6,1,0 -1933.7,1,0 -1933.7,1,0 -1933.8,1,0 -1933.8,1,0 -1933.9,1,0 -1934,1,0 -1934,1,0 -1934.1,1,0 -1934.1,1,0 -1934.2,1,0 -1934.2,1,0 -1934.3,1,0 -1934.4,1,0 -1934.4,1,0 -1934.5,1,0 -1934.5,1,0 -1934.6,1,0 -1934.7,1,0 -1934.7,1,0 -1934.8,1,0 -1934.8,1,0 -1934.9,1,0 -1935,1,0 -1935,1,0 -1935.1,1,0 -1935.2,1,0 -1935.2,1,0 -1935.3,1,0 -1935.3,1,0 -1935.4,1,0 -1935.5,1,0 -1935.5,1,0 -1935.6,1,0 -1935.6,1,0 -1935.7,1,0 -1935.8,1,0 -1935.8,1,0 -1935.9,1,0 -1935.9,1,0 -1936,1,0 -1936,1,0 -1936.1,1,0 -1936.2,1,0 -1936.2,1,0 -1936.3,1,0 -1936.3,1,0 -1936.4,1,0 -1936.5,1,0 -1936.5,1,0 -1936.6,1,0 -1936.7,1,0 -1936.7,1,0 -1936.8,1,0 -1936.8,1,0 -1936.9,1,0 -1937,1,0 -1937,1,0 -1937.1,1,0 -1937.1,1,0 -1937.2,1,0 -1937.2,1,0 -1937.3,1,0 -1937.4,1,0 -1937.4,1,0 -1937.5,1,0 -1937.5,1,0 -1937.6,1,0 -1937.7,1,0 -1937.7,1,0 -1937.8,1,0 -1937.8,1,0 -1937.9,1,0 -1938,1,0 -1938,1,0 -1938.1,1,0 -1938.2,1,0 -1938.2,1,0 -1938.3,1,0 -1938.3,1,0 -1938.4,1,0 -1938.5,1,0 -1938.5,1,0 -1938.6,1,0 -1938.6,1,0 -1938.7,1,0 -1938.8,1,0 -1938.8,1,0 -1938.9,1,0 -1938.9,1,0 -1939,1,0 -1939,1,0 -1939.1,1,0 -1939.2,1,0 -1939.2,1,0 -1939.3,1,0 -1939.3,1,0 -1939.4,1,0 -1939.5,1,0 -1939.5,1,0 -1939.6,1,0 -1939.7,1,0 -1939.7,1,0 -1939.8,1,0 -1939.8,1,0 -1939.9,1,0 -1940,1,0 -1940,1,0 -1940.1,1,0 -1940.1,1,0 -1940.2,1,0 -1940.2,1,0 -1940.3,1,0 -1940.4,1,0 -1940.4,1,0 -1940.5,1,0 -1940.5,1,0 -1940.6,1,0 -1940.7,1,0 -1940.7,1,0 -1940.8,1,0 -1940.8,1,0 -1940.9,1,0 -1941,1,0 -1941,1,0 -1941.1,1,0 -1941.2,1,0 -1941.2,1,0 -1941.3,1,0 -1941.3,1,0 -1941.4,1,0 -1941.5,1,0 -1941.5,1,0 -1941.6,1,0 -1941.6,1,0 -1941.7,1,0 -1941.8,1,0 -1941.8,1,0 -1941.9,1,0 -1941.9,1,0 -1942,1,0 -1942,1,0 -1942.1,1,0 -1942.2,1,0 -1942.2,1,0 -1942.3,1,0 -1942.3,1,0 -1942.4,1,0 -1942.5,1,0 -1942.5,1,0 -1942.6,1,0 -1942.7,1,0 -1942.7,1,0 -1942.8,1,0 -1942.8,1,0 -1942.9,1,0 -1943,1,0 -1943,1,0 -1943.1,1,0 -1943.1,1,0 -1943.2,1,0 -1943.2,1,0 -1943.3,1,0 -1943.4,1,0 -1943.4,1,0 -1943.5,1,0 -1943.5,1,0 -1943.6,1,0 -1943.7,1,0 -1943.7,1,0 -1943.8,1,0 -1943.8,1,0 -1943.9,1,0 -1944,1,0 -1944,1,0 -1944.1,1,0 -1944.2,1,0 -1944.2,1,0 -1944.3,1,0 -1944.3,1,0 -1944.4,1,0 -1944.5,1,0 -1944.5,1,0 -1944.6,1,0 -1944.6,1,0 -1944.7,1,0 -1944.8,1,0 -1944.8,1,0 -1944.9,1,0 -1944.9,1,0 -1945,1,0 -1945,1,0 -1945.1,1,0 -1945.2,1,0 -1945.2,1,0 -1945.3,1,0 -1945.3,1,0 -1945.4,1,0 -1945.5,1,0 -1945.5,1,0 -1945.6,1,0 -1945.7,1,0 -1945.7,1,0 -1945.8,1,0 -1945.8,1,0 -1945.9,1,0 -1946,1,0 -1946,1,0 -1946.1,1,0 -1946.1,1,0 -1946.2,1,0 -1946.2,1,0 -1946.3,1,0 -1946.4,1,0 -1946.4,1,0 -1946.5,1,0 -1946.5,1,0 -1946.6,1,0 -1946.7,1,0 -1946.7,1,0 -1946.8,1,0 -1946.8,1,0 -1946.9,1,0 -1947,1,0 -1947,1,0 -1947.1,1,0 -1947.2,1,0 -1947.2,1,0 -1947.3,1,0 -1947.3,1,0 -1947.4,1,0 -1947.5,1,0 -1947.5,1,0 -1947.6,1,0 -1947.6,1,0 -1947.7,1,0 -1947.8,1,0 -1947.8,1,0 -1947.9,1,0 -1947.9,1,0 -1948,1,0 -1948,1,0 -1948.1,1,0 -1948.2,1,0 -1948.2,1,0 -1948.3,1,0 -1948.3,1,0 -1948.4,1,0 -1948.5,1,0 -1948.5,1,0 -1948.6,1,0 -1948.7,1,0 -1948.7,1,0 -1948.8,1,0 -1948.8,1,0 -1948.9,1,0 -1949,1,0 -1949,1,0 -1949.1,1,0 -1949.1,1,0 -1949.2,1,0 -1949.2,1,0 -1949.3,1,0 -1949.4,1,0 -1949.4,1,0 -1949.5,1,0 -1949.5,1,0 -1949.6,1,0 -1949.7,1,0 -1949.7,1,0 -1949.8,1,0 -1949.8,1,0 -1949.9,1,0 -1950,1,0 -1950,1,0 -1950.1,1,0 -1950.2,1,0 -1950.2,1,0 -1950.3,1,0 -1950.3,1,0 -1950.4,1,0 -1950.5,1,0 -1950.5,1,0 -1950.6,1,0 -1950.6,1,0 -1950.7,1,0 -1950.8,1,0 -1950.8,1,0 -1950.9,1,0 -1950.9,1,0 -1951,1,0 -1951,1,0 -1951.1,1,0 -1951.2,1,0 -1951.2,1,0 -1951.3,1,0 -1951.3,1,0 -1951.4,1,0 -1951.5,1,0 -1951.5,1,0 -1951.6,1,0 -1951.7,1,0 -1951.7,1,0 -1951.8,1,0 -1951.8,1,0 -1951.9,1,0 -1952,1,0 -1952,1,0 -1952.1,1,0 -1952.1,1,0 -1952.2,1,0 -1952.2,1,0 -1952.3,1,0 -1952.4,1,0 -1952.4,1,0 -1952.5,1,0 -1952.5,1,0 -1952.6,1,0 -1952.7,1,0 -1952.7,1,0 -1952.8,1,0 -1952.8,1,0 -1952.9,1,0 -1953,1,0 -1953,1,0 -1953.1,1,0 -1953.2,1,0 -1953.2,1,0 -1953.3,1,0 -1953.3,1,0 -1953.4,1,0 -1953.5,1,0 -1953.5,1,0 -1953.6,1,0 -1953.6,1,0 -1953.7,1,0 -1953.8,1,0 -1953.8,1,0 -1953.9,1,0 -1953.9,1,0 -1954,1,0 -1954,1,0 -1954.1,1,0 -1954.2,1,0 -1954.2,1,0 -1954.3,1,0 -1954.3,1,0 -1954.4,1,0 -1954.5,1,0 -1954.5,1,0 -1954.6,1,0 -1954.7,1,0 -1954.7,1,0 -1954.8,1,0 -1954.8,1,0 -1954.9,1,0 -1955,1,0 -1955,1,0 -1955.1,1,0 -1955.1,1,0 -1955.2,1,0 -1955.2,1,0 -1955.3,1,0 -1955.4,1,0 -1955.4,1,0 -1955.5,1,0 -1955.5,1,0 -1955.6,1,0 -1955.7,1,0 -1955.7,1,0 -1955.8,1,0 -1955.8,1,0 -1955.9,1,0 -1956,1,0 -1956,1,0 -1956.1,1,0 -1956.2,1,0 -1956.2,1,0 -1956.3,1,0 -1956.3,1,0 -1956.4,1,0 -1956.5,1,0 -1956.5,1,0 -1956.6,1,0 -1956.6,1,0 -1956.7,1,0 -1956.8,1,0 -1956.8,1,0 -1956.9,1,0 -1956.9,1,0 -1957,1,0 -1957,1,0 -1957.1,1,0 -1957.2,1,0 -1957.2,1,0 -1957.3,1,0 -1957.3,1,0 -1957.4,1,0 -1957.5,1,0 -1957.5,1,0 -1957.6,1,0 -1957.7,1,0 -1957.7,1,0 -1957.8,1,0 -1957.8,1,0 -1957.9,1,0 -1958,1,0 -1958,1,0 -1958.1,1,0 -1958.1,1,0 -1958.2,1,0 -1958.2,1,0 -1958.3,1,0 -1958.4,1,0 -1958.4,1,0 -1958.5,1,0 -1958.5,1,0 -1958.6,1,0 -1958.7,1,0 -1958.7,1,0 -1958.8,1,0 -1958.8,1,0 -1958.9,1,0 -1959,1,0 -1959,1,0 -1959.1,1,1 -1959.2,1,1 -1959.2,1,1 -1959.3,1,1 -1959.3,1,1 -1959.4,1,1 -1959.5,1,1 -1959.5,1,1 -1959.6,1,1 -1959.6,1,1 -1959.7,1,1 -1959.8,1,1 -1959.8,1,1 -1959.9,1,1 -1959.9,1,1 -1960,1,1 -1960,1,1 -1960.1,1,1 -1960.2,1,1 -1960.2,1,1 -1960.3,1,1 -1960.3,1,1 -1960.4,1,1 -1960.5,1,1 -1960.5,1,1 -1960.6,1,1 -1960.7,1,1 -1960.7,1,1 -1960.8,1,1 -1960.8,1,1 -1960.9,1,1 -1961,1,1 -1961,1,1 -1961.1,1,1 -1961.1,1,1 -1961.2,1,1 -1961.2,1,1 -1961.3,1,1 -1961.4,1,1 -1961.4,1,1 -1961.5,1,1 -1961.5,1,1 -1961.6,1,1 -1961.7,1,1 -1961.7,1,1 -1961.8,1,1 -1961.8,1,1 -1961.9,1,1 -1962,1,1 -1962,1,1 -1962.1,1,1 -1962.2,1,1 -1962.2,1,1 -1962.3,1,1 -1962.3,1,1 -1962.4,1,1 -1962.5,1,1 -1962.5,1,1 -1962.6,1,1 -1962.6,1,1 -1962.7,1,1 -1962.8,1,1 -1962.8,1,1 -1962.9,1,1 -1962.9,1,1 -1963,1,1 -1963,1,1 -1963.1,1,1 -1963.2,1,1 -1963.2,1,1 -1963.3,1,1 -1963.3,1,1 -1963.4,1,1 -1963.5,1,1 -1963.5,1,1 -1963.6,1,1 -1963.7,1,1 -1963.7,1,1 -1963.8,1,1 -1963.8,1,1 -1963.9,1,1 -1964,1,1 -1964,1,1 -1964.1,1,1 -1964.1,1,1 -1964.2,1,1 -1964.2,1,1 -1964.3,1,1 -1964.4,1,1 -1964.4,1,1 -1964.5,1,1 -1964.5,1,1 -1964.6,1,1 -1964.7,1,1 -1964.7,1,1 -1964.8,1,1 -1964.8,1,1 -1964.9,1,1 -1965,1,1 -1965,1,1 -1965.1,1,1 -1965.2,1,1 -1965.2,1,1 -1965.3,1,1 -1965.3,1,1 -1965.4,1,1 -1965.5,1,1 -1965.5,1,1 -1965.6,1,1 -1965.6,1,1 -1965.7,1,1 -1965.8,1,1 -1965.8,1,1 -1965.9,1,1 -1965.9,1,1 -1966,1,1 -1966,1,1 -1966.1,1,1 -1966.2,1,1 -1966.2,1,1 -1966.3,1,1 -1966.3,1,1 -1966.4,1,1 -1966.5,1,1 -1966.5,1,1 -1966.6,1,1 -1966.7,1,1 -1966.7,1,1 -1966.8,1,1 -1966.8,1,1 -1966.9,1,1 -1967,1,1 -1967,1,1 -1967.1,1,1 -1967.1,1,1 -1967.2,1,1 -1967.2,1,1 -1967.3,1,1 -1967.4,1,1 -1967.4,1,1 -1967.5,1,1 -1967.5,1,1 -1967.6,1,1 -1967.7,1,1 -1967.7,1,1 -1967.8,1,1 -1967.8,1,1 -1967.9,1,1 -1968,1,1 -1968,1,1 -1968.1,1,1 -1968.2,1,1 -1968.2,1,1 -1968.3,1,1 -1968.3,1,1 -1968.4,1,1 -1968.5,1,1 -1968.5,1,1 -1968.6,1,1 -1968.6,1,1 -1968.7,1,1 -1968.8,1,1 -1968.8,1,1 -1968.9,1,1 -1968.9,1,1 -1969,1,1 -1969,1,1 -1969.1,1,1 -1969.2,1,1 -1969.2,1,1 -1969.3,1,1 -1969.3,1,1 -1969.4,1,1 -1969.5,1,1 -1969.5,1,1 -1969.6,1,1 -1969.7,1,1 -1969.7,1,1 -1969.8,1,1 -1969.8,1,1 -1969.9,1,1 -1970,1,1 -1970,1,1 -1970.1,1,1 -1970.1,1,1 -1970.2,1,1 -1970.2,1,1 -1970.3,1,1 -1970.4,1,1 -1970.4,1,1 -1970.5,1,1 -1970.5,1,1 -1970.6,1,1 -1970.7,1,1 -1970.7,1,1 -1970.8,1,1 -1970.8,1,1 -1970.9,1,1 -1971,1,1 -1971,0,0 -1971.1,0,0 -1971.2,0,0 -1971.2,0,0 -1971.3,0,0 -1971.3,0,0 -1971.4,0,0 -1971.5,0,0 -1971.5,0,0 -1971.6,0,0 -1971.6,0,0 -1971.7,0,0 -1971.8,0,0 -1971.8,0,0 -1971.9,0,0 -1971.9,0,0 -1972,0,0 -1972,0,0 -1972.1,0,0 -1972.2,0,0 -1972.2,0,0 -1972.3,0,0 -1972.3,0,0 -1972.4,0,0 -1972.5,0,0 -1972.5,0,0 -1972.6,0,0 -1972.7,0,0 -1972.7,0,0 -1972.8,0,0 -1972.8,0,0 -1972.9,0,0 -1973,0,0 -1973,0,0 -1973.1,0,0 -1973.1,0,0 -1973.2,0,0 -1973.2,0,0 -1973.3,0,0 -1973.4,0,0 -1973.4,0,0 -1973.5,0,0 -1973.5,0,0 -1973.6,0,0 -1973.7,0,0 -1973.7,0,0 -1973.8,0,0 -1973.8,0,0 -1973.9,0,0 -1974,0,0 -1974,0,0 -1974.1,0,0 -1974.2,0,0 -1974.2,0,0 -1974.3,0,0 -1974.3,0,0 -1974.4,0,0 -1974.5,0,0 -1974.5,0,0 -1974.6,0,0 -1974.6,0,0 -1974.7,0,0 -1974.8,0,0 -1974.8,0,0 -1974.9,0,0 -1974.9,0,0 -1975,0,0 -1975,0,0 -1975.1,0,0 -1975.2,0,0 -1975.2,0,0 -1975.3,0,0 -1975.3,0,0 -1975.4,0,0 -1975.5,0,0 -1975.5,0,0 -1975.6,0,0 -1975.7,0,0 -1975.7,0,0 -1975.8,0,0 -1975.8,0,0 -1975.9,0,0 -1976,0,0 -1976,0,0 -1976.1,0,0 -1976.1,0,0 -1976.2,0,0 -1976.2,0,0 -1976.3,0,0 -1976.4,0,0 -1976.4,0,0 -1976.5,0,0 -1976.5,0,0 -1976.6,0,0 -1976.7,0,0 -1976.7,0,0 -1976.8,0,0 -1976.8,0,0 -1976.9,0,0 -1977,0,0 -1977,0,0 -1977.1,0,0 -1977.2,0,0 -1977.2,0,0 -1977.3,0,0 -1977.3,0,0 -1977.4,0,0 -1977.5,0,0 -1977.5,0,0 -1977.6,0,0 -1977.6,0,0 -1977.7,0,0 -1977.8,0,0 -1977.8,0,0 -1977.9,0,0 -1977.9,0,0 -1978,0,0 -1978,0,0 -1978.1,0,0 -1978.2,0,0 -1978.2,0,0 -1978.3,0,0 -1978.3,0,0 -1978.4,0,0 -1978.5,0,0 -1978.5,0,0 -1978.6,0,0 -1978.7,0,0 -1978.7,0,0 -1978.8,0,0 -1978.8,0,0 -1978.9,0,0 -1979,0,0 -1979,0,0 -1979.1,0,0 -1979.1,0,0 -1979.2,0,0 -1979.2,0,0 -1979.3,0,0 -1979.4,0,0 -1979.4,0,0 -1979.5,0,0 -1979.5,0,0 -1979.6,0,0 -1979.7,0,0 -1979.7,0,0 -1979.8,0,0 -1979.8,0,0 -1979.9,0,0 -1980,0,0 -1980,1,0 -1980.1,1,1 -1980.2,1,1 -1980.2,1,1 -1980.3,1,1 -1980.3,1,1 -1980.4,1,1 -1980.5,1,1 -1980.5,1,1 -1980.6,1,1 -1980.6,1,1 -1980.7,1,1 -1980.8,1,1 -1980.8,1,1 -1980.9,1,1 -1980.9,1,1 -1981,1,1 -1981,0,0 -1981.1,0,0 -1981.2,0,0 -1981.2,0,0 -1981.3,0,0 -1981.3,0,0 -1981.4,0,0 -1981.5,0,0 -1981.5,0,0 -1981.6,0,0 -1981.6,0,0 -1981.7,0,0 -1981.8,0,0 -1981.8,0,0 -1981.9,0,0 -1981.9,0,0 -1982,0,0 -1982.1,0,0 -1982.1,0,0 -1982.2,0,0 -1982.2,0,0 -1982.3,0,0 -1982.4,0,0 -1982.4,0,0 -1982.5,0,0 -1982.5,0,0 -1982.6,0,0 -1982.7,0,0 -1982.7,0,0 -1982.8,0,0 -1982.8,0,0 -1982.9,0,0 -1983,0,0 -1983,0,0 -1983.1,0,0 -1983.1,0,0 -1983.2,0,0 -1983.3,0,0 -1983.3,0,0 -1983.4,0,0 -1983.4,0,0 -1983.5,0,0 -1983.6,0,0 -1983.6,0,0 -1983.7,0,0 -1983.7,0,0 -1983.8,0,0 -1983.9,0,0 -1983.9,0,0 -1984,0,0 -1984,0,0 -1984.1,0,0 -1984.2,0,0 -1984.2,0,0 -1984.3,0,0 -1984.3,0,0 -1984.4,0,0 -1984.5,0,0 -1984.5,0,0 -1984.6,0,0 -1984.6,0,0 -1984.7,0,0 -1984.8,0,0 -1984.8,0,0 -1984.9,0,0 -1984.9,0,0 -1985,0,0 -1985.1,0,0 -1985.1,0,0 -1985.2,0,0 -1985.2,0,0 -1985.3,0,0 -1985.4,0,0 -1985.4,0,0 -1985.5,0,0 -1985.5,0,0 -1985.6,0,0 -1985.7,0,0 -1985.7,0,0 -1985.8,0,0 -1985.8,0,0 -1985.9,0,0 -1986,0,0 -1986,0,0 -1986.1,0,0 -1986.1,0,0 -1986.2,0,0 -1986.3,0,0 -1986.3,0,0 -1986.4,0,0 -1986.4,0,0 -1986.5,0,0 -1986.6,0,0 -1986.6,0,0 -1986.7,0,0 -1986.7,0,0 -1986.8,0,0 -1986.9,0,0 -1986.9,0,0 -1987,0,0 -1987,0,0 -1987.1,0,0 -1987.2,0,0 -1987.2,0,0 -1987.3,0,0 -1987.3,0,0 -1987.4,0,0 -1987.5,0,0 -1987.5,0,0 -1987.6,0,0 -1987.6,0,0 -1987.7,0,0 -1987.8,0,0 -1987.8,0,0 -1987.9,0,0 -1987.9,0,0 -1988,0,0 -1988.1,0,0 -1988.1,0,0 -1988.2,0,0 -1988.2,0,0 -1988.3,0,0 -1988.4,0,0 -1988.4,0,0 -1988.5,0,0 -1988.5,0,0 -1988.6,0,0 -1988.7,0,0 -1988.7,0,0 -1988.8,0,0 -1988.8,0,0 -1988.9,0,0 -1989,0,0 -1989,0,0 -1989.1,0,0 -1989.1,0,0 -1989.2,0,0 -1989.3,0,0 -1989.3,0,0 -1989.4,0,0 -1989.4,0,0 -1989.5,0,0 -1989.6,0,0 -1989.6,0,0 -1989.7,0,0 -1989.7,0,0 -1989.8,0,0 -1989.9,0,0 -1989.9,0,0 -1990,0,0 -1990,1,0 -1990.1,1,1 -1990.2,1,1 -1990.2,1,1 -1990.3,1,1 -1990.3,1,1 -1990.4,1,1 -1990.5,1,1 -1990.5,1,1 -1990.6,1,1 -1990.6,1,1 -1990.7,1,1 -1990.8,1,1 -1990.8,1,1 -1990.9,1,1 -1990.9,1,1 -1991,0,0 -1991.1,0,0 -1991.1,0,0 -1991.2,0,0 -1991.2,0,0 -1991.3,0,0 -1991.4,0,0 -1991.4,0,0 -1991.5,0,0 -1991.5,0,0 -1991.6,0,0 -1991.7,0,0 -1991.7,0,0 -1991.8,0,0 -1991.8,0,0 -1991.9,0,0 -1992,0,0 -1992,0,0 -1992.1,0,0 -1992.1,0,0 -1992.2,0,0 -1992.3,0,0 -1992.3,0,0 -1992.4,0,0 -1992.4,0,0 -1992.5,0,0 -1992.6,0,0 -1992.6,0,0 -1992.7,0,0 -1992.7,0,0 -1992.8,0,0 -1992.9,0,0 -1992.9,0,0 -1993,0,0 -1993,0,0 -1993.1,0,0 -1993.2,0,0 -1993.2,0,0 -1993.3,0,0 -1993.3,0,0 -1993.4,0,0 -1993.5,0,0 -1993.5,0,0 -1993.6,0,0 -1993.6,0,0 -1993.7,0,0 -1993.8,0,0 -1993.8,0,0 -1993.9,0,0 -1993.9,0,0 -1994,0,0 -1994.1,0,0 -1994.1,0,0 -1994.2,0,0 -1994.2,0,0 -1994.3,0,0 -1994.4,0,0 -1994.4,0,0 -1994.5,0,0 -1994.5,0,0 -1994.6,0,0 -1994.7,0,0 -1994.7,0,0 -1994.8,0,0 -1994.8,0,0 -1994.9,0,0 -1995,0,0 -1995,0,0 -1995.1,0,0 -1995.1,0,0 -1995.2,0,0 -1995.3,0,0 -1995.3,0,0 -1995.4,0,0 -1995.4,0,0 -1995.5,0,0 -1995.6,0,0 -1995.6,0,0 -1995.7,0,0 -1995.7,0,0 -1995.8,0,0 -1995.9,0,0 -1995.9,0,0 -1996,0,0 -1996,0,0 -1996.1,0,0 -1996.2,0,0 -1996.2,0,0 -1996.3,0,0 -1996.3,0,0 -1996.4,0,0 -1996.5,0,0 -1996.5,0,0 -1996.6,0,0 -1996.6,0,0 -1996.7,0,0 -1996.8,0,0 -1996.8,0,0 -1996.9,0,0 -1996.9,0,0 -1997,0,0 -1997.1,0,0 -1997.1,0,0 -1997.2,0,0 -1997.2,0,0 -1997.3,0,0 -1997.4,0,0 -1997.4,0,0 -1997.5,0,0 -1997.5,0,0 -1997.6,0,0 -1997.7,0,0 -1997.7,0,0 -1997.8,0,0 -1997.8,0,0 -1997.9,0,0 -1998,0,0 -1998,0,0 -1998.1,0,0 -1998.1,0,0 -1998.2,0,0 -1998.3,0,0 -1998.3,0,0 -1998.4,0,0 -1998.4,0,0 -1998.5,0,0 -1998.6,0,0 -1998.6,0,0 -1998.7,0,0 -1998.7,0,0 -1998.8,0,0 -1998.9,0,0 -1998.9,0,0 -1999,0,0 -1999,0,0 -1999.1,0,0 -1999.2,0,0 -1999.2,0,0 -1999.3,0,0 -1999.3,0,0 -1999.4,0,0 -1999.5,0,0 -1999.5,0,0 -1999.6,0,0 -1999.6,0,0 -1999.7,0,0 -1999.8,0,0 -1999.8,0,0 -1999.9,0,0 -1999.9,0,0 -2000,0,0 diff --git a/original_submission/data/exp_sb1.csv b/original_submission/data/exp_sb1.csv deleted file mode 100644 index 54321d138621683d8f1ae4fb9b41babacb8d7972..0000000000000000000000000000000000000000 --- a/original_submission/data/exp_sb1.csv +++ /dev/null @@ -1,30 +0,0 @@ -14928,55.93 -14624,52.981 -14584,63.653 -14472,61.59 -14772,173.21 -14268,56.248 -15360,63.679 -14516,59.844 -15348,58.912 -15284,63.978 -15236,64.541 -14916,63.82 -14336,54.763 -14476,61.361 -14344,57.605 -14728,60.507 -14836,55.08 -15068,63.897 -15308,55.972 -13936,53.726 -14592,63.341 -14136,56.288 -15236,64.541 -15284,57.775 -14568,59.359 -14372,104.04 -15256,56.337 -15064,59.353 -15260,58.433 -15236,56.677 diff --git a/original_submission/data/exp_sb2.csv b/original_submission/data/exp_sb2.csv deleted file mode 100644 index fb4201a7114991d4e7e2d2cac1964258c0de71a8..0000000000000000000000000000000000000000 --- a/original_submission/data/exp_sb2.csv +++ /dev/null @@ -1,30 +0,0 @@ -11572,64.093 -11380,78.234 -12140,67.823 -12844,73.226 -12140,67.823 -11596,64.13 -11608,68.841 -11980,70.315 -11596,64.13 -11560,64.316 -12072,68.186 -11788,66.36 -11936,72.733 -11752,64.103 -11888,64.87 -11432,65.192 -12328,68.274 -11748,68.469 -13192,75.026 -11204,68.129 -11996,83.069 -11180,66.818 -11040,68.324 -11216,67.535 -10908,69.695 -11492,67.355 -11700,67.048 -11632,64.554 -12140,67.823 -12412,68.581 diff --git a/original_submission/data/exp_sb3.csv b/original_submission/data/exp_sb3.csv deleted file mode 100644 index 57aa682586a72392c598ffce5c156c05cbe67519..0000000000000000000000000000000000000000 --- a/original_submission/data/exp_sb3.csv +++ /dev/null @@ -1,30 +0,0 @@ -10752,94.276 -9412,118.97 -10316,122.87 -10276,110.33 -9904,106.62 -10184,87.97 -10464,97.567 -9712,108.6 -10284,157.44 -10444,97.304 -11012,103.23 -10308,109.96 -10112,100.86 -10188,113.9 -11088,99.91 -10424,101.28 -9612,98.834 -10184,87.97 -10588,101.56 -9792,107.54 -10116,112.98 -10348,89.613 -9400,96.93 -10632,113.64 -9788,111.83 -10228,93.275 -9864,95.438 -10592,102.83 -10296,95.543 -9328,97.678 diff --git a/original_submission/data/exp_sb4.csv b/original_submission/data/exp_sb4.csv deleted file mode 100644 index c4d457a80b0f2ad4ab3b0985b834e09631a922d8..0000000000000000000000000000000000000000 --- a/original_submission/data/exp_sb4.csv +++ /dev/null @@ -1,30 +0,0 @@ -8880,139.37 -8884,132.94 -8884,132.94 -9284,135.44 -9352,132.95 -8864,139.24 -9008,135.29 -8884,132.94 -9380,134.89 -9684,134.51 -8884,132.94 -8052,137.54 -9328,140.32 -8096,136.72 -8876,137.15 -9232,126.78 -8884,132.94 -9916,133.83 -8540,134.92 -9348,165.28 -8880,139.37 -7044,262.77 -9348,165.28 -9228,136.25 -8872,139.5 -8540,134.92 -8540,134.92 -9716,134.15 -8540,134.92 -8884,132.94 diff --git a/original_submission/data/exp_sb5.csv b/original_submission/data/exp_sb5.csv deleted file mode 100644 index a79d0197f86d0ebf35629c5413acbb267eaab625..0000000000000000000000000000000000000000 --- a/original_submission/data/exp_sb5.csv +++ /dev/null @@ -1,30 +0,0 @@ -6696,262.8 -6376,281.98 -7072,314.01 -5464,226.02 -6972,364.1 -6620,408.51 -7464,272.26 -6272,262.4 -7236,364.68 -7056,158.27 -7000,264.05 -6604,266.14 -5544,227.18 -6176,276.87 -6176,306.2 -5464,226.02 -6220,245.33 -6588,259.81 -6468,377.13 -6144,393.56 -6468,253.25 -6940,375.69 -5928,247.24 -5700,243.45 -7368,265.52 -6296,289.08 -6512,237.44 -7760,166.91 -6932,286.44 -6084,219.09 diff --git a/original_submission/data/exp_sb6.csv b/original_submission/data/exp_sb6.csv deleted file mode 100644 index 7bdf65c2432415d5d55dcdf162c9b6fdb25a7eac..0000000000000000000000000000000000000000 --- a/original_submission/data/exp_sb6.csv +++ /dev/null @@ -1,30 +0,0 @@ -6032,352.95 -6760,279.03 -6032,352.95 -5672,446.95 -5472,412.57 -6316,376.32 -5920,399.8 -6032,352.95 -5920,399.8 -6512,375.59 -5640,408.59 -6032,352.95 -5872,410.77 -5124,364.95 -4624,513.64 -5920,399.8 -5516,420.32 -7660,237.13 -6864,280.34 -5112,511.36 -6032,352.95 -5620,492.19 -5008,513.96 -6436,278.45 -5336,576.69 -6044,229.11 -6032,352.95 -5112,511.36 -6032,352.95 -4624,513.64 diff --git a/original_submission/data/exp_sc1.csv b/original_submission/data/exp_sc1.csv deleted file mode 100644 index b4cddbe4f182b8ce16082d528be9173d6b3e4e9e..0000000000000000000000000000000000000000 --- a/original_submission/data/exp_sc1.csv +++ /dev/null @@ -1,30 +0,0 @@ -54352,2.6867 -57672,2.7019 -64156,55.459 -57588,2.668 -66588,137.52 -82760,67.647 -67480,32.949 -57120,2.6567 -56192,2.6552 -56124,2.6515 -56988,2.6795 -64400,78.196 -67964,36.089 -57476,2.6413 -55792,2.6477 -56176,2.634 -57508,2.6791 -65836,16.949 -70492,14.08 -54104,2.6807 -65536,27.568 -56772,2.6417 -55356,2.6317 -56356,2.7347 -71240,7.7559 -55844,2.6336 -63072,2.6759 -54492,2.6481 -70072,19.349 -54776,2.5778 diff --git a/original_submission/data/exp_sc2.csv b/original_submission/data/exp_sc2.csv deleted file mode 100644 index b8a9ebfac4d3a61d2de4ec1afe92c9c14ec2f84c..0000000000000000000000000000000000000000 --- a/original_submission/data/exp_sc2.csv +++ /dev/null @@ -1,30 +0,0 @@ -55436,33.365 -57100,49.289 -51308,23.685 -40448,3.0513 -39656,3.1043 -77920,22.013 -39016,3.0094 -40472,3.0946 -41440,3.077 -40096,3.1688 -40612,3.0154 -40444,3.0988 -37728,3.1247 -43736,3.0635 -54760,21.194 -37760,3.1037 -40564,3.1473 -39688,3.0956 -55600,32.181 -39924,3.1186 -39548,3.165 -38772,3.0759 -51748,151.77 -40784,3.144 -40980,3.0557 -51108,14.376 -39080,3.0656 -53744,139.52 -40524,3.1006 -51644,14.352 diff --git a/original_submission/data/exp_sc3.csv b/original_submission/data/exp_sc3.csv deleted file mode 100644 index 492f7fefda5c65892868e1d51edc235f138b6c57..0000000000000000000000000000000000000000 --- a/original_submission/data/exp_sc3.csv +++ /dev/null @@ -1,30 +0,0 @@ -43732,67.078 -30124,3.5619 -41100,12.781 -30992,3.5363 -30400,3.5304 -31872,3.6099 -31784,3.5232 -29368,3.543 -66248,11.79 -30592,3.6491 -31532,3.5381 -32308,3.4796 -49792,8.0753 -30544,3.4527 -32832,3.4881 -45852,82.877 -30836,3.4251 -31812,3.5396 -31216,3.6248 -31500,3.4822 -30636,3.4773 -55964,47.543 -32860,3.5795 -30336,3.5414 -66036,58.453 -31536,3.4775 -41060,10.072 -31224,3.5645 -59488,77.73 -64756,152.42 diff --git a/original_submission/data/exp_sc4.csv b/original_submission/data/exp_sc4.csv deleted file mode 100644 index 93329e976705d2d371b755acaefbe5098bf8cbe6..0000000000000000000000000000000000000000 --- a/original_submission/data/exp_sc4.csv +++ /dev/null @@ -1,30 +0,0 @@ -22240,4.5425 -21080,4.4533 -22768,4.3782 -22620,4.5782 -22368,4.4342 -39272,115.04 -22488,4.4428 -22212,4.3874 -37480,16.999 -48236,26.413 -22272,4.3593 -22996,4.4973 -38940,131.35 -23740,4.7058 -36540,19.065 -22100,4.67 -23232,4.7003 -22268,4.3563 -21696,4.455 -23324,4.5184 -40260,18.257 -21492,4.3899 -42720,43.741 -32840,14.679 -21304,4.5087 -62112,71.559 -23356,4.6479 -21928,4.3705 -20912,4.5039 -21404,4.6108 diff --git a/original_submission/data/exp_sc5.csv b/original_submission/data/exp_sc5.csv deleted file mode 100644 index b3873415f0c25a61e6240036380d37e5cf3a948c..0000000000000000000000000000000000000000 --- a/original_submission/data/exp_sc5.csv +++ /dev/null @@ -1,30 +0,0 @@ -30328,38.487 -17524,5.4786 -17020,5.3378 -36536,74.732 -33800,34.337 -37832,33.68 -39876,244.48 -18332,5.5196 -33900,9.5844 -18280,5.4908 -16912,5.5461 -18360,5.6099 -19568,5.6249 -17764,5.3327 -53140,111.68 -19508,5.9305 -29316,25.749 -19288,6.0449 -36856,101.14 -18456,5.8569 -52488,28.007 -34256,6.1039 -18888,5.6484 -31240,69.642 -17224,5.921 -15144,5.2966 -24088,6.3127 -38676,55.248 -19092,5.781 -19324,5.9647 diff --git a/original_submission/data/exp_sc6.csv b/original_submission/data/exp_sc6.csv deleted file mode 100644 index a173a618441cc30e2532a1afbc4533e0814fdaeb..0000000000000000000000000000000000000000 --- a/original_submission/data/exp_sc6.csv +++ /dev/null @@ -1,30 +0,0 @@ -14812,6.7223 -31052,22.287 -13928,6.5938 -15320,6.9217 -14860,7.1368 -15692,7.1171 -16712,7.151 -15872,7.1037 -56516,199.77 -16224,7.2795 -31788,13.518 -15852,7.5062 -15096,7.0275 -34356,14.049 -34720,70.951 -14680,6.7033 -14064,6.766 -26828,14.877 -16000,6.6479 -16388,7.248 -15628,6.5352 -31916,24.381 -15584,7.2182 -26812,18.67 -30436,24.411 -30032,19.888 -15920,7.0443 -27972,14.669 -16028,7.5061 -14968,6.7159 diff --git a/original_submission/data/exp_visibility.csv b/original_submission/data/exp_visibility.csv deleted file mode 100644 index d68bf65527c9914c8dff8cfb7397265584aa22b4..0000000000000000000000000000000000000000 --- a/original_submission/data/exp_visibility.csv +++ /dev/null @@ -1,3337 +0,0 @@ -0,0,0,5 -0.09009,0,0,5 -0.18009,0,0,5 -0.27009,0,0,5 -0.36009,0,0,5 -0.45009,0,0,5 -0.54009,0,0,5 -0.63009,0,0,5 -0.72009,0,0,5 -0.81009,0,0,5 -0.90009,0,0,5 -0.99009,0,0,5 -1.0801,0,0,5 -1.1701,0,0,5 -1.2601,0,0,5 -1.3501,0,0,5 -1.4401,0,0,5 -1.5301,0,0,5 -1.6201,0,0,5 -1.7101,0,0,5 -1.8001,0,0,5 -1.8901,0,0,5 -1.9801,0,0,5 -2.0701,0,0,5 -2.1601,0,0,5 -2.2501,0,0,5 -2.3401,0,0,5 -2.4301,0,0,5 -2.5201,0,0,5 -2.6101,0,0,5 -2.7001,0,0,5 -2.7901,0,0,5 -2.8801,0,0,5 -2.9701,0,0,5 -3.0601,0,0,5 -3.1501,0,0,5 -3.2401,0,0,5 -3.3301,0,0,5 -3.4201,0,0,5 -3.5101,0,0,5 -3.6001,0,0,5 -3.6901,0,0,5 -3.7801,0,0,5 -3.8701,0,0,5 -3.9601,0,0,5 -4.0501,0,0,5 -4.1401,0,0,5 -4.2301,0,0,5 -4.3201,0,0,5 -4.4101,0,0,5 -4.5001,0,0,5 -4.5901,0,0,5 -4.6801,0,0,5 -4.7701,0,0,5 -4.8601,0,0,5 -4.9501,0,0,5 -5.0399,0,1,5 -5.1297,0,1,5 -5.2197,0,1,5 -5.3097,0,1,5 -5.3997,0,1,5 -5.4897,0,1,5 -5.5797,0,1,5 -5.6697,0,1,5 -5.7597,0,1,5 -5.8497,0,1,5 -5.9397,0,1,5 -6.0297,0,1,5 -6.1197,0,1,5 -6.2097,0,1,5 -6.2997,0,1,5 -6.3897,0,1,5 -6.4797,0,1,5 -6.5697,0,1,5 -6.6597,0,1,5 -6.7497,0,1,5 -6.8397,0,1,5 -6.9297,0,1,5 -7.0197,0,1,5 -7.1097,0,1,5 -7.1997,0,1,5 -7.2897,0,1,5 -7.3797,0,1,5 -7.4697,0,1,5 -7.5597,0,1,5 -7.6497,0,1,5 -7.7397,0,1,5 -7.8297,0,1,5 -7.9197,0,1,5 -8.0097,0,1,5 -8.0997,0,1,5 -8.1897,0,1,5 -8.2797,0,1,5 -8.3697,0,1,5 -8.4597,0,1,5 -8.5497,0,1,5 -8.6397,0,1,5 -8.7297,0,1,5 -8.8197,0,1,5 -8.9097,0,1,5 -8.9997,0,1,5 -9.0897,0,1,5 -9.1797,0,1,5 -9.2697,0,1,5 -9.3597,0,1,5 -9.4497,0,1,5 -9.5397,0,1,5 -9.6297,0,1,5 -9.7197,0,1,5 -9.8097,0,1,5 -9.8997,0,1,5 -9.9897,0,1,5 -10.08,0,1,5 -10.17,0,1,5 -10.26,0,1,5 -10.35,0,1,5 -10.44,0,1,5 -10.53,0,1,5 -10.62,0,1,5 -10.71,0,1,5 -10.8,0,1,5 -10.89,0,1,5 -10.98,0,1,5 -11.07,0,1,5 -11.16,0,1,5 -11.25,0,1,5 -11.34,0,1,5 -11.43,0,1,5 -11.52,0,1,5 -11.61,0,1,5 -11.7,0,1,5 -11.79,0,1,5 -11.88,0,1,5 -11.97,0,1,5 -12.06,0,1,5 -12.15,0,1,5 -12.24,0,1,5 -12.33,0,1,5 -12.42,0,1,5 -12.51,0,1,5 -12.6,0,1,5 -12.69,0,1,5 -12.78,0,1,5 -12.87,0,1,5 -12.96,0,1,5 -13.05,0,1,5 -13.14,0,1,5 -13.23,0,1,5 -13.32,0,1,5 -13.41,0,1,5 -13.5,0,1,5 -13.59,0,1,5 -13.68,0,1,5 -13.77,0,1,5 -13.86,0,1,5 -13.95,0,1,5 -14.04,0,1,5 -14.13,0,1,5 -14.22,0,1,5 -14.31,0,1,5 -14.4,0,1,5 -14.49,0,1,5 -14.58,0,1,5 -14.67,0,1,5 -14.76,0,1,5 -14.85,0,1,5 -14.94,0,1,5 -15.03,0,1,5 -15.12,0,1,5 -15.21,0,1,5 -15.3,0,1,5 -15.39,0,1,5 -15.48,0,1,5 -15.57,0,1,5 -15.66,0,1,5 -15.75,0,1,5 -15.84,0,1,5 -15.93,0,1,5 -16.02,0,1,5 -16.11,0,1,5 -16.2,0,1,5 -16.29,0,1,5 -16.38,0,1,5 -16.47,0,1,5 -16.56,0,1,5 -16.65,0,1,5 -16.74,0,1,5 -16.83,0,1,5 -16.92,0,1,5 -17.01,0,1,5 -17.1,0,1,5 -17.19,0,1,5 -17.28,0,1,5 -17.37,0,1,5 -17.46,0,1,5 -17.55,0,1,5 -17.64,0,1,5 -17.73,0,1,5 -17.82,0,1,5 -17.91,0,1,5 -18,0,1,5 -18.09,0,1,5 -18.18,0,1,5 -18.27,0,1,5 -18.36,0,1,5 -18.45,0,1,5 -18.54,0,1,5 -18.63,0,1,5 -18.72,0,1,5 -18.81,0,1,5 -18.9,0,1,5 -18.99,0,1,5 -19.08,0,1,5 -19.17,0,1,5 -19.26,0,1,5 -19.35,0,1,5 -19.44,0,1,5 -19.53,0,1,5 -19.62,0,1,5 -19.71,0,1,5 -19.8,0,1,5 -19.89,0,1,5 -19.98,0,1,5 -20.07,0,1,5 -20.16,0,1,5 -20.25,0,1,5 -20.34,0,1,5 -20.43,0,1,5 -20.52,0,1,5 -20.61,0,1,5 -20.7,0,1,5 -20.79,0,1,5 -20.88,0,1,5 -20.97,0,1,5 -21.06,0,1,5 -21.15,0,1,5 -21.24,0,1,5 -21.33,0,1,5 -21.42,0,1,5 -21.51,0,1,5 -21.6,0,1,5 -21.69,0,1,5 -21.78,0,1,5 -21.87,0,1,5 -21.96,0,1,5 -22.05,0,1,5 -22.14,0,1,5 -22.23,0,1,5 -22.32,0,1,5 -22.41,0,1,5 -22.5,0,1,5 -22.59,0,1,5 -22.68,0,1,5 -22.77,0,1,5 -22.86,0,1,5 -22.95,0,1,5 -23.04,0,1,5 -23.13,0,1,5 -23.22,0,1,5 -23.31,0,1,5 -23.4,0,1,5 -23.49,0,1,5 -23.58,0,1,5 -23.67,0,1,5 -23.76,0,1,5 -23.85,0,1,5 -23.94,0,1,5 -24.03,0,1,5 -24.12,0,1,5 -24.21,0,1,5 -24.3,0,1,5 -24.39,0,1,5 -24.48,0,1,5 -24.57,0,1,5 -24.66,0,1,5 -24.75,0,1,5 -24.84,0,1,5 -24.93,0,1,5 -25.02,0,1,5 -25.11,0,1,5 -25.2,0,1,5 -25.29,0,1,5 -25.38,0,1,5 -25.47,0,1,5 -25.56,0,1,5 -25.65,0,1,5 -25.74,0,1,5 -25.83,0,1,5 -25.92,0,1,5 -26.01,0,1,5 -26.1,0,1,5 -26.19,0,1,5 -26.28,0,1,5 -26.37,0,1,5 -26.46,0,1,5 -26.55,0,1,5 -26.64,0,1,5 -26.73,0,1,5 -26.82,0,1,5 -26.91,0,1,5 -27,0,1,5 -27.09,0,1,5 -27.18,0,1,5 -27.27,0,1,5 -27.36,0,1,5 -27.45,0,1,5 -27.54,0,1,5 -27.63,0,1,5 -27.72,0,1,5 -27.81,0,1,5 -27.9,0,1,5 -27.99,0,1,5 -28.08,0,1,5 -28.17,0,1,5 -28.26,0,1,5 -28.35,0,1,5 -28.44,0,1,5 -28.53,0,1,5 -28.62,0,1,5 -28.71,0,1,5 -28.8,0,1,5 -28.89,0,1,5 -28.98,0,1,5 -29.07,0,1,5 -29.16,0,1,5 -29.25,0,1,5 -29.34,0,1,5 -29.43,0,1,5 -29.52,0,1,5 -29.61,0,1,5 -29.7,0,1,5 -29.79,0,1,5 -29.88,0,1,5 -29.97,0,1,5 -30.06,0,1,5 -30.15,0,1,5 -30.24,0,1,5 -30.33,0,1,5 -30.42,0,1,5 -30.51,0,1,5 -30.6,0,1,5 -30.69,0,1,5 -30.78,0,1,5 -30.87,0,1,5 -30.96,0,1,5 -31.05,0,1,5 -31.14,0,1,5 -31.23,0,1,5 -31.32,0,1,5 -31.41,0,1,5 -31.5,0,1,5 -31.59,0,1,5 -31.68,0,1,5 -31.77,0,1,5 -31.86,0,1,5 -31.95,0,1,5 -32.04,0,1,5 -32.13,0,1,5 -32.22,0,1,5 -32.31,0,1,5 -32.4,0,1,5 -32.49,0,1,5 -32.58,0,1,5 -32.67,0,1,5 -32.76,0,1,5 -32.85,0,1,5 -32.94,0,1,5 -33.03,0,1,5 -33.12,0,1,5 -33.21,0,1,5 -33.3,0,1,5 -33.39,0,1,5 -33.48,0,1,5 -33.57,0,1,5 -33.66,0,1,5 -33.75,0,1,5 -33.84,0,1,5 -33.93,0,1,5 -34.02,0,1,5 -34.11,0,1,5 -34.2,0,1,5 -34.29,0,1,5 -34.38,0,1,5 -34.47,0,1,5 -34.56,0,1,5 -34.65,0,1,5 -34.74,0,1,5 -34.83,0,1,5 -34.92,0,1,5 -35.01,0,1,5 -35.1,0,1,5 -35.19,0,1,5 -35.28,0,1,5 -35.37,0,1,5 -35.46,0,1,5 -35.55,0,1,5 -35.64,0,1,5 -35.73,0,1,5 -35.82,0,1,5 -35.91,0,1,5 -36,0,1,5 -36.09,0,1,5 -36.18,0,1,5 -36.27,0,1,5 -36.36,0,1,5 -36.45,0,1,5 -36.54,0,1,5 -36.63,0,1,5 -36.72,0,1,5 -36.81,0,1,5 -36.9,0,1,5 -36.99,0,1,5 -37.08,0,1,5 -37.17,0,1,5 -37.26,0,1,5 -37.35,0,1,5 -37.44,0,1,5 -37.53,0,1,5 -37.62,0,1,5 -37.71,0,1,5 -37.8,0,1,5 -37.89,0,1,5 -37.98,0,1,5 -38.07,0,1,5 -38.16,0,1,5 -38.25,0,1,5 -38.34,0,1,5 -38.43,0,1,5 -38.52,0,1,5 -38.61,0,1,5 -38.7,0,1,5 -38.79,0,1,5 -38.88,0,1,5 -38.97,0,1,5 -39.06,0,1,5 -39.15,0,1,5 -39.24,0,1,5 -39.33,0,1,5 -39.42,0,1,5 -39.51,0,1,5 -39.6,0,1,5 -39.69,0,1,5 -39.78,0,1,5 -39.87,0,1,5 -39.96,0,1,5 -40.05,0,1,5 -40.14,0,1,5 -40.23,0,1,5 -40.32,0,1,5 -40.41,0,1,5 -40.5,0,1,5 -40.59,0,1,5 -40.68,0,1,5 -40.77,0,1,5 -40.86,0,1,5 -40.95,0,1,5 -41.04,0,1,5 -41.13,0,1,5 -41.22,0,1,5 -41.31,0,1,5 -41.4,0,1,5 -41.49,0,1,5 -41.58,0,1,5 -41.67,0,1,5 -41.76,0,1,5 -41.85,0,1,5 -41.94,0,1,5 -42.03,0,1,5 -42.12,0,1,5 -42.21,0,1,5 -42.3,0,1,5 -42.39,0,1,5 -42.48,0,1,5 -42.57,0,1,5 -42.66,0,1,5 -42.75,0,1,5 -42.84,0,1,5 -42.93,0,1,5 -43.02,0,1,5 -43.11,0,1,5 -43.2,0,1,5 -43.29,0,1,5 -43.38,0,1,5 -43.47,0,1,5 -43.56,0,1,5 -43.65,0,1,5 -43.74,0,1,5 -43.83,0,1,5 -43.92,0,1,5 -44.01,0,1,5 -44.1,0,1,5 -44.19,0,1,5 -44.28,0,1,5 -44.37,0,1,5 -44.46,0,1,5 -44.55,0,1,5 -44.64,0,1,5 -44.73,0,1,5 -44.82,0,1,5 -44.91,0,1,5 -45,0,1,5 -45.09,0,1,5 -45.18,0,1,5 -45.27,0,1,5 -45.36,0,1,5 -45.45,0,1,5 -45.54,0,1,5 -45.63,0,1,5 -45.72,0,1,5 -45.81,0,1,5 -45.9,0,1,5 -45.99,0,1,5 -46.08,0,1,5 -46.17,0,1,5 -46.26,0,1,5 -46.35,0,1,5 -46.44,0,1,5 -46.53,0,1,5 -46.62,0,1,5 -46.71,0,1,5 -46.8,0,1,5 -46.89,0,1,5 -46.98,0,1,5 -47.07,0,1,5 -47.16,0,1,5 -47.25,0,1,5 -47.34,0,1,5 -47.43,0,1,5 -47.52,0,1,5 -47.61,0,1,5 -47.7,0,1,5 -47.79,0,1,5 -47.88,0,1,5 -47.97,0,1,5 -48.06,0,1,5 -48.15,0,1,5 -48.24,0,1,5 -48.33,0,1,5 -48.42,0,1,5 -48.51,0,1,5 -48.6,0,1,5 -48.69,0,1,5 -48.78,0,1,5 -48.87,0,1,5 -48.96,0,1,5 -49.05,0,1,5 -49.14,0,1,5 -49.23,0,1,5 -49.32,0,1,5 -49.41,0,1,5 -49.5,0,1,5 -49.59,0,1,5 -49.68,0,1,5 -49.77,0,1,5 -49.86,0,1,5 -49.95,0,1,5 -50.04,0,1,5 -50.13,0,1,5 -50.22,0,1,5 -50.31,0,1,5 -50.4,0,1,5 -50.49,0,1,5 -50.58,0,1,5 -50.67,0,1,5 -50.76,0,1,5 -50.85,0,1,5 -50.94,0,1,5 -51.03,0,1,5 -51.12,0,1,5 -51.21,0,1,5 -51.3,0,1,5 -51.39,0,1,5 -51.48,0,1,5 -51.57,0,1,5 -51.66,0,1,5 -51.75,0,1,5 -51.84,0,1,5 -51.93,0,1,5 -52.02,0,1,5 -52.11,0,1,5 -52.2,0,1,5 -52.29,0,1,5 -52.38,0,1,5 -52.47,0,1,5 -52.56,0,1,5 -52.65,0,1,5 -52.74,0,1,5 -52.83,0,1,5 -52.92,0,1,5 -53.01,0,1,5 -53.1,0,1,5 -53.19,0,1,5 -53.28,0,1,5 -53.37,0,1,5 -53.46,0,1,5 -53.55,0,1,5 -53.64,0,1,5 -53.73,0,1,5 -53.82,0,1,5 -53.91,0,1,5 -54,0,1,5 -54.09,0,1,5 -54.18,0,1,5 -54.27,0,1,5 -54.36,0,1,5 -54.45,0,1,5 -54.54,0,1,5 -54.63,0,1,5 -54.72,0,1,5 -54.81,0,1,5 -54.9,0,1,5 -54.99,0,1,5 -55.08,0,1,5 -55.17,0,1,5 -55.26,0,1,5 -55.35,0,1,5 -55.44,0,1,5 -55.53,0,1,5 -55.62,0,1,5 -55.71,0,1,5 -55.8,0,1,5 -55.89,0,1,5 -55.98,0,1,5 -56.07,0,1,5 -56.16,0,1,5 -56.25,0,1,5 -56.34,0,1,5 -56.43,0,1,5 -56.52,0,1,5 -56.61,0,1,5 -56.7,0,1,5 -56.79,0,1,5 -56.88,0,1,5 -56.97,0,1,5 -57.06,0,1,5 -57.15,0,1,5 -57.24,0,1,5 -57.33,0,1,5 -57.42,0,1,5 -57.51,0,1,5 -57.6,0,1,5 -57.69,0,1,5 -57.78,0,1,5 -57.87,0,1,5 -57.96,0,1,5 -58.05,0,1,5 -58.14,0,1,5 -58.23,0,1,5 -58.32,0,1,5 -58.41,0,1,5 -58.5,0,1,5 -58.59,0,1,5 -58.68,0,1,5 -58.77,0,1,5 -58.86,0,1,5 -58.95,0,1,5 -59.04,0,1,5 -59.13,0,1,5 -59.22,0,1,5 -59.31,0,1,5 -59.4,0,1,5 -59.49,0,1,5 -59.58,0,1,5 -59.67,0,1,5 -59.76,0,1,5 -59.85,0,1,5 -59.94,0,1,5 -60.03,0,1,5 -60.12,0,1,5 -60.21,0,1,5 -60.3,0,1,5 -60.39,0,1,5 -60.48,0,1,5 -60.57,0,1,5 -60.66,0,1,5 -60.75,0,1,5 -60.84,0,1,5 -60.93,0,1,5 -61.02,0,1,5 -61.11,0,1,5 -61.2,0,1,5 -61.29,0,1,5 -61.38,0,1,5 -61.47,0,1,5 -61.56,0,1,5 -61.65,0,1,5 -61.74,0,1,5 -61.83,0,1,5 -61.92,0,1,5 -62.01,0,1,5 -62.1,0,1,5 -62.19,0,1,5 -62.28,0,1,5 -62.37,0,1,5 -62.46,0,1,5 -62.55,0,1,5 -62.64,0,1,5 -62.73,0,1,5 -62.82,0,1,5 -62.91,0,1,5 -63,0,1,5 -63.09,0,1,5 -63.18,0,1,5 -63.27,0,1,5 -63.36,0,1,5 -63.45,0,1,5 -63.54,0,1,5 -63.63,0,1,5 -63.72,0,1,5 -63.81,0,1,5 -63.9,0,1,5 -63.99,0,1,5 -64.079,1,1,5 -64.169,1,1,5 -64.259,1,1,5 -64.349,1,1,5 -64.439,1,1,5 -64.529,1,1,5 -64.619,1,1,5 -64.709,1,1,5 -64.799,1,1,5 -64.889,1,1,5 -64.979,1,1,5 -65.069,1,1,5 -65.159,1,1,5 -65.249,1,1,5 -65.339,1,1,5 -65.429,1,1,5 -65.519,1,1,5 -65.609,1,1,5 -65.699,1,1,5 -65.789,1,1,5 -65.879,1,1,5 -65.969,1,1,5 -66.059,1,1,5 -66.149,1,1,5 -66.239,1,1,5 -66.329,1,1,5 -66.419,1,1,5 -66.509,1,1,5 -66.599,1,1,5 -66.689,1,1,5 -66.779,1,1,5 -66.869,1,1,5 -66.959,1,1,5 -67.049,1,1,5 -67.139,1,1,5 -67.229,1,1,5 -67.319,1,1,5 -67.409,1,1,5 -67.499,1,1,5 -67.589,1,1,5 -67.679,1,1,5 -67.769,1,1,5 -67.859,1,1,5 -67.949,1,1,5 -68.039,1,1,5 -68.129,1,1,5 -68.219,1,1,5 -68.309,1,1,5 -68.399,1,1,5 -68.489,1,1,5 -68.579,1,1,5 -68.669,1,1,5 -68.759,1,1,5 -68.849,1,1,5 -68.939,1,1,5 -69.029,1,1,5 -69.119,1,1,5 -69.209,1,1,5 -69.299,1,1,5 -69.389,1,1,5 -69.479,1,1,5 -69.569,1,1,5 -69.659,1,1,5 -69.749,1,1,5 -69.839,1,1,5 -69.929,1,1,5 -70.019,1,1,5 -70.109,1,1,5 -70.199,1,1,5 -70.289,1,1,5 -70.379,1,1,5 -70.469,1,1,5 -70.559,1,1,5 -70.649,1,1,5 -70.739,1,1,5 -70.829,1,1,5 -70.919,1,1,5 -71.009,0,0,5 -71.099,0,0,5 -71.189,0,0,5 -71.279,0,0,5 -71.369,0,0,5 -71.459,0,0,5 -71.549,0,0,5 -71.639,0,0,5 -71.729,0,0,5 -71.819,0,0,5 -71.909,0,0,5 -71.999,0,0,5 -72.089,0,0,5 -72.179,0,0,5 -72.269,0,0,5 -72.359,0,0,5 -72.449,0,0,5 -72.539,0,0,5 -72.629,0,0,5 -72.719,0,0,5 -72.809,0,0,5 -72.899,0,0,5 -72.989,0,0,5 -73.079,0,0,5 -73.169,0,0,5 -73.259,0,0,5 -73.349,0,0,5 -73.439,0,0,5 -73.529,0,0,5 -73.619,0,0,5 -73.709,0,0,5 -73.799,0,0,5 -73.889,0,0,5 -73.979,0,0,5 -74.069,0,0,5 -74.159,0,0,5 -74.249,0,0,5 -74.339,0,0,5 -74.429,0,0,5 -74.519,0,0,5 -74.609,0,0,5 -74.699,0,0,5 -74.789,0,0,5 -74.879,0,0,5 -74.969,0,0,5 -75.059,0,0,5 -75.149,0,0,5 -75.239,0,0,5 -75.329,0,0,5 -75.419,0,0,5 -75.509,0,0,5 -75.599,0,0,5 -75.689,0,0,5 -75.779,0,0,5 -75.869,0,0,5 -75.959,0,0,5 -76.049,0,0,5 -76.139,0,0,5 -76.229,0,0,5 -76.319,0,0,5 -76.409,0,0,5 -76.499,0,0,5 -76.589,0,0,5 -76.679,0,0,5 -76.769,0,0,5 -76.859,0,0,5 -76.949,0,0,5 -77.039,0,0,5 -77.129,0,0,5 -77.219,0,0,5 -77.309,0,0,5 -77.399,0,0,5 -77.489,0,0,5 -77.579,0,0,5 -77.669,0,0,5 -77.759,0,0,5 -77.849,0,0,5 -77.939,0,0,5 -78.029,0,0,5 -78.119,0,0,5 -78.209,0,0,5 -78.299,0,0,5 -78.389,0,0,5 -78.479,0,0,5 -78.569,0,0,5 -78.659,0,0,5 -78.749,0,0,5 -78.839,0,0,5 -78.929,0,0,5 -79.019,0,0,5 -79.109,0,0,5 -79.199,0,0,5 -79.289,0,0,5 -79.379,0,0,5 -79.469,0,0,5 -79.559,0,0,5 -79.649,0,0,5 -79.739,0,0,5 -79.829,0,0,5 -79.919,0,0,5 -80.009,0,1,5 -80.099,1,1,5 -80.189,1,1,5 -80.279,1,1,5 -80.369,1,1,5 -80.459,1,1,5 -80.549,1,1,5 -80.639,1,1,5 -80.729,1,1,5 -80.819,1,1,5 -80.909,1,1,5 -80.999,1,1,5 -81.088,0,0,5 -81.178,0,0,5 -81.269,0,0,5 -81.359,0,0,5 -81.448,0,0,5 -81.538,0,0,5 -81.629,0,0,5 -81.719,0,0,5 -81.808,0,0,5 -81.898,0,0,5 -81.989,0,0,5 -82.079,0,0,5 -82.168,0,0,5 -82.258,0,0,5 -82.349,0,0,5 -82.439,0,0,5 -82.528,0,0,5 -82.618,0,0,5 -82.709,0,0,5 -82.799,0,0,5 -82.888,0,0,5 -82.978,0,0,5 -83.069,0,0,5 -83.159,0,0,5 -83.249,0,0,5 -83.338,0,0,5 -83.428,0,0,5 -83.519,0,0,5 -83.609,0,0,5 -83.698,0,0,5 -83.788,0,0,5 -83.879,0,0,5 -83.969,0,0,5 -84.058,0,0,5 -84.148,0,0,5 -84.239,0,0,5 -84.329,0,0,5 -84.418,0,0,5 -84.508,0,0,5 -84.599,0,0,5 -84.689,0,0,5 -84.778,0,0,5 -84.868,0,0,5 -84.959,0,0,5 -85.049,0,0,5 -85.138,0,0,5 -85.228,0,0,5 -85.319,0,0,5 -85.409,0,0,5 -85.499,0,0,5 -85.588,0,0,5 -85.678,0,0,5 -85.769,0,0,5 -85.859,0,0,5 -85.948,0,0,5 -86.038,0,0,5 -86.129,0,0,5 -86.219,0,0,5 -86.308,0,0,5 -86.398,0,0,5 -86.489,0,0,5 -86.579,0,0,5 -86.668,0,0,5 -86.758,0,0,5 -86.849,0,0,5 -86.939,0,0,5 -87.028,0,0,5 -87.118,0,0,5 -87.209,0,0,5 -87.299,0,0,5 -87.388,0,0,5 -87.478,0,0,5 -87.569,0,0,5 -87.659,0,0,5 -87.749,0,0,5 -87.838,0,0,5 -87.928,0,0,5 -88.019,0,0,5 -88.109,0,0,5 -88.198,0,0,5 -88.288,0,0,5 -88.379,0,0,5 -88.469,0,0,5 -88.558,0,0,5 -88.648,0,0,5 -88.739,0,0,5 -88.829,0,0,5 -88.918,0,0,5 -89.008,0,0,5 -89.099,0,0,5 -89.189,0,0,5 -89.278,0,0,5 -89.368,0,0,5 -89.459,0,0,5 -89.549,0,0,5 -89.638,0,0,5 -89.728,0,0,5 -89.819,0,0,5 -89.909,0,0,5 -89.999,0,0,5 -90.088,1,1,5 -90.178,1,1,5 -90.268,1,1,5 -90.358,1,1,5 -90.448,1,1,5 -90.538,1,1,5 -90.628,1,1,5 -90.718,1,1,5 -90.808,1,1,5 -90.898,1,1,5 -90.988,1,1,5 -91.078,0,0,5 -91.168,0,0,5 -91.258,0,0,5 -91.348,0,0,5 -91.438,0,0,5 -91.528,0,0,5 -91.618,0,0,5 -91.708,0,0,5 -91.798,0,0,5 -91.888,0,0,5 -91.978,0,0,5 -92.068,0,0,5 -92.158,0,0,5 -92.248,0,0,5 -92.338,0,0,5 -92.428,0,0,5 -92.518,0,0,5 -92.608,0,0,5 -92.698,0,0,5 -92.788,0,0,5 -92.878,0,0,5 -92.968,0,0,5 -93.058,0,0,5 -93.148,0,0,5 -93.238,0,0,5 -93.328,0,0,5 -93.418,0,0,5 -93.508,0,0,5 -93.598,0,0,5 -93.688,0,0,5 -93.778,0,0,5 -93.868,0,0,5 -93.958,0,0,5 -94.048,0,0,5 -94.138,0,0,5 -94.228,0,0,5 -94.318,0,0,5 -94.408,0,0,5 -94.498,0,0,5 -94.588,0,0,5 -94.678,0,0,5 -94.768,0,0,5 -94.858,0,0,5 -94.948,0,0,5 -95.038,0,0,5 -95.128,0,0,5 -95.218,0,0,5 -95.308,0,0,5 -95.398,0,0,5 -95.488,0,0,5 -95.578,0,0,5 -95.668,0,0,5 -95.758,0,0,5 -95.848,0,0,5 -95.938,0,0,5 -96.028,0,0,5 -96.118,0,0,5 -96.208,0,0,5 -96.298,0,0,5 -96.388,0,0,5 -96.478,0,0,5 -96.568,0,0,5 -96.658,0,0,5 -96.748,0,0,5 -96.838,0,0,5 -96.928,0,0,5 -97.018,0,0,5 -97.108,0,0,5 -97.198,0,0,5 -97.288,0,0,5 -97.378,0,0,5 -97.468,0,0,5 -97.558,0,0,5 -97.648,0,0,5 -97.738,0,0,5 -97.828,0,0,5 -97.918,0,0,5 -98.008,0,0,5 -98.098,0,0,5 -98.188,0,0,5 -98.278,0,0,5 -98.368,0,0,5 -98.458,0,0,5 -98.548,0,0,5 -98.638,0,0,5 -98.728,0,0,5 -98.818,0,0,5 -98.908,0,0,5 -98.998,0,0,5 -99.088,0,0,5 -99.178,0,0,5 -99.268,0,0,5 -99.358,0,0,5 -99.448,0,0,5 -99.538,0,0,5 -99.628,0,0,5 -99.718,0,0,5 -99.808,0,0,5 -99.898,0,0,5 -99.988,0,0,5 -100.08,0,1,3 -100.17,0,1,3 -100.26,0,1,3 -100.35,0,1,3 -100.44,0,1,3 -100.53,0,1,3 -100.62,0,1,3 -100.7,0,1,3 -100.8,0,1,3 -100.89,0,1,3 -100.97,0,1,3 -101.06,0,0,3 -101.15,0,0,3 -101.24,0,0,3 -101.33,0,0,3 -101.42,0,0,3 -101.51,0,0,3 -101.6,0,0,3 -101.69,0,0,3 -101.78,0,0,3 -101.87,0,0,3 -101.96,0,0,3 -102.05,0,0,3 -102.14,0,0,3 -102.23,0,0,3 -102.32,0,0,3 -102.41,0,0,3 -102.5,0,0,3 -102.59,0,0,3 -102.68,0,0,3 -102.77,0,0,3 -102.86,0,0,3 -102.95,0,0,3 -103.04,0,0,3 -103.13,0,0,3 -103.22,0,0,3 -103.31,0,0,3 -103.4,0,0,3 -103.49,0,0,3 -103.58,0,0,3 -103.67,0,0,3 -103.76,0,0,3 -103.85,0,0,3 -103.94,0,0,3 -104.03,0,0,3 -104.12,0,0,3 -104.21,0,0,3 -104.3,0,0,3 -104.39,0,0,3 -104.48,0,0,3 -104.57,0,0,3 -104.66,0,0,3 -104.75,0,0,3 -104.84,0,0,3 -104.93,0,0,3 -105.02,0,0,3 -105.11,0,0,3 -105.2,0,0,3 -105.29,0,0,3 -105.38,0,0,3 -105.47,0,0,3 -105.56,0,0,3 -105.65,0,0,3 -105.74,0,0,3 -105.83,0,0,3 -105.92,0,0,3 -106.01,0,0,3 -106.1,0,0,3 -106.19,0,0,3 -106.28,0,0,3 -106.37,0,0,3 -106.46,0,0,3 -106.55,0,0,3 -106.64,0,0,3 -106.73,0,0,3 -106.82,0,0,3 -106.91,0,0,3 -107,0,0,3 -107.09,0,0,3 -107.18,0,0,3 -107.27,0,0,3 -107.36,0,0,3 -107.45,0,0,3 -107.54,0,0,3 -107.63,0,0,3 -107.72,0,0,3 -107.81,0,0,3 -107.9,0,0,3 -107.99,0,0,3 -108.08,0,0,3 -108.17,0,0,3 -108.26,0,0,3 -108.35,0,0,3 -108.44,0,0,3 -108.53,0,0,3 -108.62,0,0,3 -108.71,0,0,3 -108.8,0,0,3 -108.89,0,0,3 -108.98,0,0,3 -109.07,0,0,3 -109.16,0,0,3 -109.25,0,0,3 -109.34,0,0,3 -109.43,0,0,3 -109.52,0,0,3 -109.61,0,0,3 -109.7,0,0,3 -109.79,0,0,3 -109.88,0,0,3 -109.97,0,0,3 -110.06,0,1,3 -110.15,0,1,3 -110.24,0,1,3 -110.33,0,1,3 -110.42,0,1,3 -110.51,0,1,3 -110.6,0,1,3 -110.69,0,1,3 -110.78,0,1,3 -110.87,0,1,3 -110.96,0,1,3 -111.05,0,0,3 -111.14,0,0,3 -111.23,0,0,3 -111.32,0,0,3 -111.41,0,0,3 -111.5,0,0,3 -111.59,0,0,3 -111.68,0,0,3 -111.77,0,0,3 -111.86,0,0,3 -111.95,0,0,3 -112.04,0,0,3 -112.13,0,0,3 -112.22,0,0,3 -112.31,0,0,3 -112.4,0,0,3 -112.49,0,0,3 -112.58,0,0,3 -112.67,0,0,3 -112.76,0,0,3 -112.85,0,0,3 -112.94,0,0,3 -113.03,0,0,3 -113.12,0,0,3 -113.21,0,0,3 -113.3,0,0,3 -113.39,0,0,3 -113.48,0,0,3 -113.57,0,0,3 -113.66,0,0,3 -113.75,0,0,3 -113.84,0,0,3 -113.93,0,0,3 -114.02,0,0,3 -114.11,0,0,3 -114.2,0,0,3 -114.29,0,0,3 -114.38,0,0,3 -114.47,0,0,3 -114.56,0,0,3 -114.65,0,0,3 -114.74,0,0,3 -114.83,0,0,3 -114.92,0,0,3 -115.01,0,0,3 -115.1,0,0,3 -115.19,0,0,3 -115.28,0,0,3 -115.37,0,0,3 -115.46,0,0,3 -115.55,0,0,3 -115.64,0,0,3 -115.73,0,0,3 -115.82,0,0,3 -115.91,0,0,3 -116,0,0,3 -116.09,0,0,3 -116.18,0,0,3 -116.27,0,0,3 -116.36,0,0,3 -116.45,0,0,3 -116.54,0,0,3 -116.63,0,0,3 -116.72,0,0,3 -116.81,0,0,3 -116.9,0,0,3 -116.99,0,0,3 -117.08,0,0,3 -117.17,0,0,3 -117.26,0,0,3 -117.35,0,0,3 -117.44,0,0,3 -117.53,0,0,3 -117.62,0,0,3 -117.71,0,0,3 -117.8,0,0,3 -117.89,0,0,3 -117.98,0,0,3 -118.07,0,0,3 -118.16,0,0,3 -118.25,0,0,3 -118.34,0,0,3 -118.43,0,0,3 -118.52,0,0,3 -118.61,0,0,3 -118.7,0,0,3 -118.79,0,0,3 -118.88,0,0,3 -118.97,0,0,3 -119.06,0,0,3 -119.15,0,0,3 -119.24,0,0,3 -119.33,0,0,3 -119.42,0,0,3 -119.51,0,0,3 -119.6,0,0,3 -119.69,0,0,3 -119.78,0,0,3 -119.87,0,0,3 -119.96,0,0,3 -120.05,0,1,3 -120.14,0,1,3 -120.23,0,1,3 -120.32,0,1,3 -120.41,0,1,3 -120.5,0,1,3 -120.59,0,1,3 -120.68,0,1,3 -120.77,0,1,3 -120.86,0,1,3 -120.95,0,1,3 -121.04,0,1,3 -121.13,0,1,3 -121.22,0,1,3 -121.31,0,1,3 -121.39,0,1,3 -121.48,0,1,3 -121.58,0,1,3 -121.66,0,1,3 -121.75,0,1,3 -121.84,0,1,3 -121.93,0,1,3 -122.02,0,1,3 -122.11,0,1,3 -122.2,0,1,3 -122.29,0,1,3 -122.38,0,1,3 -122.47,0,1,3 -122.56,0,1,3 -122.65,0,1,3 -122.74,0,1,3 -122.83,0,1,3 -122.92,0,1,3 -123.01,0,1,3 -123.1,0,1,3 -123.19,0,1,3 -123.28,0,1,3 -123.37,0,1,3 -123.46,0,1,3 -123.55,0,1,3 -123.64,0,1,3 -123.73,0,1,3 -123.82,0,1,3 -123.91,0,1,3 -124,0,1,3 -124.09,0,1,3 -124.17,0,1,3 -124.27,0,1,3 -124.36,0,1,3 -124.44,0,1,3 -124.53,0,1,3 -124.62,0,1,3 -124.71,0,1,3 -124.8,0,1,3 -124.89,0,1,3 -124.98,0,1,3 -125.07,0,1,3 -125.16,0,1,3 -125.25,0,1,3 -125.34,0,1,3 -125.43,0,1,3 -125.52,0,1,3 -125.61,0,1,3 -125.7,0,1,3 -125.79,0,1,3 -125.88,0,1,3 -125.97,0,1,3 -126.06,0,1,3 -126.15,0,1,3 -126.24,0,1,3 -126.33,0,1,3 -126.42,0,1,3 -126.51,0,1,3 -126.6,0,1,3 -126.69,0,1,3 -126.78,0,1,3 -126.87,0,1,3 -126.95,0,1,3 -127.05,0,1,3 -127.14,0,1,3 -127.22,0,1,3 -127.31,0,1,3 -127.4,0,1,3 -127.49,0,1,3 -127.58,0,1,3 -127.67,0,1,3 -127.76,0,1,3 -127.85,0,1,3 -127.94,0,1,3 -128.03,0,1,3 -128.12,0,1,3 -128.21,0,1,3 -128.3,0,1,3 -128.39,0,1,3 -128.48,0,1,3 -128.57,0,1,3 -128.66,0,1,3 -128.75,0,1,3 -128.84,0,1,3 -128.93,0,1,3 -129.02,0,1,3 -129.11,0,1,3 -129.2,0,1,3 -129.29,0,1,3 -129.38,0,1,3 -129.47,0,1,3 -129.56,0,1,3 -129.65,0,1,3 -129.74,0,1,3 -129.82,0,1,3 -129.91,0,1,3 -130,0,1,3 -130.09,0,1,3 -130.18,0,1,3 -130.27,0,1,3 -130.36,0,1,3 -130.45,0,1,3 -130.54,0,1,3 -130.63,0,1,3 -130.72,0,1,3 -130.81,0,1,3 -130.9,0,1,3 -130.99,0,1,3 -131.08,0,1,3 -131.17,0,1,3 -131.26,0,1,3 -131.35,0,1,3 -131.44,0,1,3 -131.53,0,1,3 -131.62,0,1,3 -131.71,0,1,3 -131.8,0,1,3 -131.89,0,1,3 -131.98,0,1,3 -132.07,0,1,3 -132.16,0,1,3 -132.25,0,1,3 -132.34,0,1,3 -132.43,0,1,3 -132.51,0,1,3 -132.6,0,1,3 -132.69,0,1,3 -132.78,0,1,3 -132.87,0,1,3 -132.96,0,1,3 -133.05,0,1,3 -133.14,0,1,3 -133.23,0,1,3 -133.32,0,1,3 -133.41,0,1,3 -133.5,0,1,3 -133.59,0,1,3 -133.68,0,1,3 -133.77,0,1,3 -133.86,0,1,3 -133.95,0,1,3 -134.04,0,1,3 -134.13,0,1,3 -134.22,0,1,3 -134.31,0,1,3 -134.4,0,1,3 -134.49,0,1,3 -134.58,0,1,3 -134.67,0,1,3 -134.76,0,1,3 -134.85,0,1,3 -134.94,0,1,3 -135.03,0,1,3 -135.12,0,1,3 -135.21,0,1,3 -135.29,0,1,3 -135.38,0,1,3 -135.47,0,1,3 -135.56,0,1,3 -135.65,0,1,3 -135.74,0,1,3 -135.83,0,1,3 -135.92,0,1,3 -136.01,0,1,3 -136.1,0,1,3 -136.19,0,1,3 -136.28,0,1,3 -136.37,0,1,3 -136.46,0,1,3 -136.55,0,1,3 -136.64,0,1,3 -136.73,0,1,3 -136.82,0,1,3 -136.91,0,1,3 -137,0,1,3 -137.09,0,1,3 -137.18,0,1,3 -137.27,0,1,3 -137.36,0,1,3 -137.45,0,1,3 -137.54,0,1,3 -137.63,0,1,3 -137.72,0,1,3 -137.81,0,1,3 -137.9,0,1,3 -137.99,0,1,3 -138.07,0,1,3 -138.16,0,1,3 -138.25,0,1,3 -138.34,0,1,3 -138.43,0,1,3 -138.52,0,1,3 -138.61,0,1,3 -138.7,0,1,3 -138.79,0,1,3 -138.88,0,1,3 -138.97,0,1,3 -139.06,0,1,3 -139.15,0,1,3 -139.24,0,1,3 -139.33,0,1,3 -139.42,0,1,3 -139.51,0,1,3 -139.6,0,1,3 -139.69,0,1,3 -139.78,0,1,3 -139.87,0,1,3 -139.96,0,1,3 -140.05,0,1,3 -140.14,0,1,3 -140.23,0,1,3 -140.32,0,1,3 -140.41,0,1,3 -140.5,0,1,3 -140.59,0,1,3 -140.68,0,1,3 -140.76,0,1,3 -140.85,0,1,3 -140.94,0,1,3 -141.03,0,1,3 -141.12,0,1,3 -141.21,0,1,3 -141.3,0,1,3 -141.39,0,1,3 -141.48,0,1,3 -141.57,0,1,3 -141.66,0,1,3 -141.75,0,1,3 -141.84,0,1,3 -141.93,0,1,3 -142.02,0,1,3 -142.11,0,1,3 -142.2,0,1,3 -142.29,0,1,3 -142.38,0,1,3 -142.47,0,1,3 -142.56,0,1,3 -142.65,0,1,3 -142.74,0,1,3 -142.83,0,1,3 -142.92,0,1,3 -143.01,0,1,3 -143.1,0,1,3 -143.19,0,1,3 -143.28,0,1,3 -143.37,0,1,3 -143.46,0,1,3 -143.54,0,1,3 -143.63,0,1,3 -143.72,0,1,3 -143.81,0,1,3 -143.9,0,1,3 -143.99,0,1,3 -144.08,0,1,3 -144.17,0,1,3 -144.26,0,1,3 -144.35,0,1,3 -144.44,0,1,3 -144.53,0,1,3 -144.62,0,1,3 -144.71,0,1,3 -144.8,0,1,3 -144.89,0,1,3 -144.98,0,1,3 -145.07,0,1,3 -145.16,0,1,3 -145.25,0,1,3 -145.34,0,1,3 -145.43,0,1,3 -145.52,0,1,3 -145.61,0,1,3 -145.7,0,1,3 -145.79,0,1,3 -145.88,0,1,3 -145.97,0,1,3 -146.06,0,1,3 -146.15,0,1,3 -146.24,0,1,3 -146.32,0,1,3 -146.41,0,1,3 -146.5,0,1,3 -146.59,0,1,3 -146.68,0,1,3 -146.77,0,1,3 -146.86,0,1,3 -146.95,0,1,3 -147.04,0,1,3 -147.13,0,1,3 -147.22,0,1,3 -147.31,0,1,3 -147.4,0,1,3 -147.49,0,1,3 -147.58,0,1,3 -147.67,0,1,3 -147.76,0,1,3 -147.85,0,1,3 -147.94,0,1,3 -148.03,0,1,3 -148.12,0,1,3 -148.21,0,1,3 -148.3,0,1,3 -148.39,0,1,3 -148.48,0,1,3 -148.57,0,1,3 -148.66,0,1,3 -148.75,0,1,3 -148.84,0,1,3 -148.93,0,1,3 -149.01,0,1,3 -149.1,0,1,3 -149.19,0,1,3 -149.28,0,1,3 -149.37,0,1,3 -149.46,0,1,3 -149.55,0,1,3 -149.64,0,1,3 -149.73,0,1,3 -149.82,0,1,3 -149.91,0,1,3 -150,0,1,3 -150.09,0,1,3 -150.18,0,1,3 -150.27,0,1,3 -150.36,0,1,3 -150.45,0,1,3 -150.54,0,1,3 -150.63,0,1,3 -150.72,0,1,3 -150.81,0,1,3 -150.9,0,1,3 -150.99,0,1,3 -151.08,0,1,3 -151.17,0,1,3 -151.26,0,1,3 -151.35,0,1,3 -151.44,0,1,3 -151.53,0,1,3 -151.62,0,1,3 -151.71,0,1,3 -151.79,0,1,3 -151.88,0,1,3 -151.97,0,1,3 -152.06,0,1,3 -152.15,0,1,3 -152.24,0,1,3 -152.33,0,1,3 -152.42,0,1,3 -152.51,0,1,3 -152.6,0,1,3 -152.69,0,1,3 -152.78,0,1,3 -152.87,0,1,3 -152.96,0,1,3 -153.05,0,1,3 -153.14,0,1,3 -153.23,0,1,3 -153.32,0,1,3 -153.41,0,1,3 -153.5,0,1,3 -153.59,0,1,3 -153.68,0,1,3 -153.77,0,1,3 -153.86,0,1,3 -153.95,0,1,3 -154.04,0,1,3 -154.13,0,1,3 -154.22,0,1,3 -154.31,0,1,3 -154.4,0,1,3 -154.49,0,1,3 -154.57,0,1,3 -154.66,0,1,3 -154.75,0,1,3 -154.84,0,1,3 -154.93,0,1,3 -155.02,0,1,3 -155.11,0,1,3 -155.2,0,1,3 -155.29,0,1,3 -155.38,0,1,3 -155.47,0,1,3 -155.56,0,1,3 -155.65,0,1,3 -155.74,0,1,3 -155.83,0,1,3 -155.92,0,1,3 -156.01,0,1,3 -156.1,0,1,3 -156.19,0,1,3 -156.28,0,1,3 -156.37,0,1,3 -156.46,0,1,3 -156.55,0,1,3 -156.64,0,1,3 -156.73,0,1,3 -156.82,0,1,3 -156.91,0,1,3 -157,0,1,3 -157.09,0,1,3 -157.18,0,1,3 -157.26,0,1,3 -157.35,0,1,3 -157.44,0,1,3 -157.53,0,1,3 -157.62,0,1,3 -157.71,0,1,3 -157.8,0,1,3 -157.89,0,1,3 -157.98,0,1,3 -158.07,0,1,3 -158.16,0,1,3 -158.25,0,1,3 -158.34,0,1,3 -158.43,0,1,3 -158.52,0,1,3 -158.61,0,1,3 -158.7,0,1,3 -158.79,0,1,3 -158.88,0,1,3 -158.97,0,1,3 -159.06,0,1,3 -159.15,0,1,3 -159.24,0,1,3 -159.33,0,1,3 -159.42,0,1,3 -159.51,0,1,3 -159.6,0,1,3 -159.69,0,1,3 -159.78,0,1,3 -159.87,0,1,3 -159.96,0,1,3 -160.04,0,1,3 -160.13,0,1,3 -160.22,0,1,3 -160.31,0,1,3 -160.4,0,1,3 -160.49,0,1,3 -160.58,0,1,3 -160.67,0,1,3 -160.76,0,1,3 -160.85,0,1,3 -160.94,0,1,3 -161.03,0,1,3 -161.12,0,1,3 -161.21,0,1,3 -161.3,0,1,3 -161.39,0,1,3 -161.48,0,1,3 -161.57,0,1,3 -161.66,0,1,3 -161.75,0,1,3 -161.84,0,1,3 -161.93,0,1,3 -162.02,0,1,3 -162.11,0,1,3 -162.2,0,1,3 -162.29,0,1,3 -162.38,0,1,3 -162.47,0,1,3 -162.56,0,1,3 -162.65,0,1,3 -162.74,0,1,3 -162.82,0,1,3 -162.91,0,1,3 -163,0,1,3 -163.09,0,1,3 -163.18,0,1,3 -163.27,0,1,3 -163.36,0,1,3 -163.45,0,1,3 -163.54,0,1,3 -163.63,0,1,3 -163.72,0,1,3 -163.81,0,1,3 -163.9,0,1,3 -163.99,0,1,3 -164.08,0,1,3 -164.17,0,1,3 -164.26,0,1,3 -164.35,0,1,3 -164.44,0,1,3 -164.53,0,1,3 -164.62,0,1,3 -164.71,0,1,3 -164.8,0,1,3 -164.89,0,1,3 -164.98,0,1,3 -165.07,0,1,3 -165.16,0,1,3 -165.25,0,1,3 -165.34,0,1,3 -165.43,0,1,3 -165.52,0,1,3 -165.6,0,1,3 -165.69,0,1,3 -165.78,0,1,3 -165.87,0,1,3 -165.96,0,1,3 -166.05,0,1,3 -166.14,0,1,3 -166.23,0,1,3 -166.32,0,1,3 -166.41,0,1,3 -166.5,0,1,3 -166.59,0,1,3 -166.68,0,1,3 -166.77,0,1,3 -166.86,0,1,3 -166.95,0,1,3 -167.04,0,1,3 -167.13,0,1,3 -167.22,0,1,3 -167.31,0,1,3 -167.4,0,1,3 -167.49,0,1,3 -167.58,0,1,3 -167.67,0,1,3 -167.76,0,1,3 -167.85,0,1,3 -167.94,0,1,3 -168.03,0,1,3 -168.12,0,1,3 -168.21,0,1,3 -168.3,0,1,3 -168.38,0,1,3 -168.47,0,1,3 -168.56,0,1,3 -168.65,0,1,3 -168.74,0,1,3 -168.83,0,1,3 -168.92,0,1,3 -169.01,0,1,3 -169.1,0,1,3 -169.19,0,1,3 -169.28,0,1,3 -169.37,0,1,3 -169.46,0,1,3 -169.55,0,1,3 -169.64,0,1,3 -169.73,0,1,3 -169.82,0,1,3 -169.91,0,1,3 -170,0,1,3 -170.09,0,1,3 -170.18,0,1,3 -170.27,0,1,3 -170.36,0,1,3 -170.45,0,1,3 -170.54,0,1,3 -170.63,0,1,3 -170.72,0,1,3 -170.81,0,1,3 -170.9,0,1,3 -170.99,0,1,3 -171.08,0,1,3 -171.16,0,1,3 -171.25,0,1,3 -171.34,0,1,3 -171.43,0,1,3 -171.52,0,1,3 -171.61,0,1,3 -171.7,0,1,3 -171.79,0,1,3 -171.88,0,1,3 -171.97,0,1,3 -172.06,0,1,3 -172.15,0,1,3 -172.24,0,1,3 -172.33,0,1,3 -172.42,0,1,3 -172.51,0,1,3 -172.6,0,1,3 -172.69,0,1,3 -172.78,0,1,3 -172.87,0,1,3 -172.96,0,1,3 -173.05,0,1,3 -173.14,0,1,3 -173.23,0,1,3 -173.32,0,1,3 -173.41,0,1,3 -173.5,0,1,3 -173.59,0,1,3 -173.68,0,1,3 -173.77,0,1,3 -173.86,0,1,3 -173.94,0,1,3 -174.03,0,1,3 -174.12,0,1,3 -174.21,0,1,3 -174.3,0,1,3 -174.39,0,1,3 -174.48,0,1,3 -174.57,0,1,3 -174.66,0,1,3 -174.75,0,1,3 -174.84,0,1,3 -174.93,0,1,3 -175.02,0,1,3 -175.11,0,1,3 -175.2,0,1,3 -175.29,0,1,3 -175.38,0,1,3 -175.47,0,1,3 -175.56,0,1,3 -175.65,0,1,3 -175.74,0,1,3 -175.83,0,1,3 -175.92,0,1,3 -176.01,0,1,3 -176.1,0,1,3 -176.19,0,1,3 -176.28,0,1,3 -176.37,0,1,3 -176.46,0,1,3 -176.55,0,1,3 -176.64,0,1,3 -176.72,0,1,3 -176.81,0,1,3 -176.91,0,1,3 -176.99,0,1,3 -177.08,0,1,3 -177.17,0,1,3 -177.26,0,1,3 -177.35,0,1,3 -177.44,0,1,3 -177.53,0,1,3 -177.62,0,1,3 -177.71,0,1,3 -177.8,0,1,3 -177.89,0,1,3 -177.98,0,1,3 -178.07,0,1,3 -178.16,0,1,3 -178.25,0,1,3 -178.34,0,1,3 -178.43,0,1,3 -178.52,0,1,3 -178.61,0,1,3 -178.7,0,1,3 -178.79,0,1,3 -178.88,0,1,3 -178.97,0,1,3 -179.06,0,1,3 -179.15,0,1,3 -179.24,0,1,3 -179.33,0,1,3 -179.42,0,1,3 -179.5,0,1,3 -179.59,0,1,3 -179.69,0,1,3 -179.77,0,1,3 -179.86,0,1,3 -179.95,0,1,3 -180.04,0,1,3 -180.13,0,1,3 -180.22,0,1,3 -180.31,0,1,3 -180.4,0,1,3 -180.49,0,1,3 -180.58,0,1,3 -180.67,0,1,3 -180.76,0,1,3 -180.85,0,1,3 -180.94,0,1,3 -181.03,0,1,3 -181.12,0,1,3 -181.21,0,1,3 -181.3,0,1,3 -181.39,0,1,3 -181.48,0,1,3 -181.57,0,1,3 -181.66,0,1,3 -181.75,0,1,3 -181.84,0,1,3 -181.93,0,1,3 -182.02,0,1,3 -182.11,0,1,3 -182.2,0,1,3 -182.28,0,1,3 -182.38,0,1,3 -182.47,0,1,3 -182.55,0,1,3 -182.64,0,1,3 -182.73,0,1,3 -182.82,0,1,3 -182.91,0,1,3 -183,0,1,3 -183.09,0,1,3 -183.18,0,1,3 -183.27,0,1,3 -183.36,0,1,3 -183.45,0,1,3 -183.54,0,1,3 -183.63,0,1,3 -183.72,0,1,3 -183.81,0,1,3 -183.9,0,1,3 -183.99,0,1,3 -184.08,0,1,3 -184.17,0,1,3 -184.26,0,1,3 -184.35,0,1,3 -184.44,0,1,3 -184.53,0,1,3 -184.62,0,1,3 -184.71,0,1,3 -184.8,0,1,3 -184.89,0,1,3 -184.98,0,1,3 -185.06,0,1,3 -185.16,0,1,3 -185.25,0,1,3 -185.33,0,1,3 -185.42,0,1,3 -185.51,0,1,3 -185.6,0,1,3 -185.69,0,1,3 -185.78,0,1,3 -185.87,0,1,3 -185.96,0,1,3 -186.05,0,1,3 -186.14,0,1,3 -186.23,0,1,3 -186.32,0,1,3 -186.41,0,1,3 -186.5,0,1,3 -186.59,0,1,3 -186.68,0,1,3 -186.77,0,1,3 -186.86,0,1,3 -186.95,0,1,3 -187.04,0,1,3 -187.13,0,1,3 -187.22,0,1,3 -187.31,0,1,3 -187.4,0,1,3 -187.49,0,1,3 -187.58,0,1,3 -187.67,0,1,3 -187.76,0,1,3 -187.84,0,1,3 -187.94,0,1,3 -188.03,0,1,3 -188.11,0,1,3 -188.2,0,1,3 -188.29,0,1,3 -188.38,0,1,3 -188.47,0,1,3 -188.56,0,1,3 -188.65,0,1,3 -188.74,0,1,3 -188.83,0,1,3 -188.92,0,1,3 -189.01,0,1,3 -189.1,0,1,3 -189.19,0,1,3 -189.28,0,1,3 -189.37,0,1,3 -189.46,0,1,3 -189.55,0,1,3 -189.64,0,1,3 -189.73,0,1,3 -189.82,0,1,3 -189.91,0,1,3 -190,0,1,3 -190.09,0,1,3 -190.18,0,1,3 -190.27,0,1,3 -190.36,0,1,3 -190.45,0,1,3 -190.54,0,1,3 -190.62,0,1,3 -190.72,0,1,3 -190.81,0,1,3 -190.89,0,1,3 -190.98,0,1,3 -191.07,0,1,3 -191.16,0,1,3 -191.25,0,1,3 -191.34,0,1,3 -191.43,0,1,3 -191.52,0,1,3 -191.61,0,1,3 -191.7,0,1,3 -191.79,0,1,3 -191.88,0,1,3 -191.97,0,1,3 -192.06,0,1,3 -192.15,0,1,3 -192.24,0,1,3 -192.33,0,1,3 -192.42,0,1,3 -192.51,0,1,3 -192.6,0,1,3 -192.69,0,1,3 -192.78,0,1,3 -192.87,0,1,3 -192.96,0,1,3 -193.05,0,1,3 -193.14,0,1,3 -193.23,0,1,3 -193.32,0,1,3 -193.41,0,1,3 -193.5,0,1,3 -193.59,0,1,3 -193.67,0,1,3 -193.76,0,1,3 -193.85,0,1,3 -193.94,0,1,3 -194.03,0,1,3 -194.12,0,1,3 -194.21,0,1,3 -194.3,0,1,3 -194.39,0,1,3 -194.48,0,1,3 -194.57,0,1,3 -194.66,0,1,3 -194.75,0,1,3 -194.84,0,1,3 -194.93,0,1,3 -195.02,0,1,3 -195.11,0,1,3 -195.2,0,1,3 -195.29,0,1,3 -195.38,0,1,3 -195.47,0,1,3 -195.56,0,1,3 -195.65,0,1,3 -195.74,0,1,3 -195.83,0,1,3 -195.92,0,1,3 -196.01,0,1,3 -196.1,0,1,3 -196.19,0,1,3 -196.28,0,1,3 -196.37,0,1,3 -196.45,0,1,3 -196.54,0,1,3 -196.63,0,1,3 -196.72,0,1,3 -196.81,0,1,3 -196.9,0,1,3 -196.99,0,1,3 -197.08,0,1,3 -197.17,0,1,3 -197.26,0,1,3 -197.35,0,1,3 -197.44,0,1,3 -197.53,0,1,3 -197.62,0,1,3 -197.71,0,1,3 -197.8,0,1,3 -197.89,0,1,3 -197.98,0,1,3 -198.07,0,1,3 -198.16,0,1,3 -198.25,0,1,3 -198.34,0,1,3 -198.43,0,1,3 -198.52,0,1,3 -198.61,0,1,3 -198.7,0,1,3 -198.79,0,1,3 -198.88,0,1,3 -198.97,0,1,3 -199.06,0,1,3 -199.15,0,1,3 -199.23,0,1,3 -199.32,0,1,3 -199.41,0,1,3 -199.5,0,1,3 -199.59,0,1,3 -199.68,0,1,3 -199.77,0,1,3 -199.86,0,1,3 -199.95,0,1,3 -200.04,0,1,4 -200.13,0,1,4 -200.22,0,1,4 -200.31,0,1,4 -200.4,0,1,4 -200.49,0,1,4 -200.58,0,1,4 -200.67,0,1,4 -200.76,0,1,4 -200.85,0,1,4 -200.94,0,1,4 -201.03,0,1,4 -201.12,0,1,4 -201.21,0,1,4 -201.3,0,1,4 -201.39,0,1,4 -201.48,0,1,4 -201.57,0,1,4 -201.66,0,1,4 -201.75,0,1,4 -201.84,0,1,4 -201.93,0,1,4 -202.02,0,1,4 -202.11,0,1,4 -202.2,0,1,4 -202.29,0,1,4 -202.38,0,1,4 -202.47,0,1,4 -202.56,0,1,4 -202.65,0,1,4 -202.74,0,1,4 -202.83,0,1,4 -202.92,0,1,4 -203.01,0,1,4 -203.1,0,1,4 -203.19,0,1,4 -203.28,0,1,4 -203.37,0,1,4 -203.46,0,1,4 -203.55,0,1,4 -203.64,0,1,4 -203.73,0,1,4 -203.82,0,1,4 -203.91,0,1,4 -204,0,1,4 -204.09,0,1,4 -204.18,0,1,4 -204.27,0,1,4 -204.36,0,1,4 -204.45,0,1,4 -204.54,0,1,4 -204.63,0,1,4 -204.72,0,1,4 -204.81,0,1,4 -204.9,0,1,4 -204.99,0,1,4 -205.08,0,1,4 -205.17,0,1,4 -205.26,0,1,4 -205.35,0,1,4 -205.44,0,1,4 -205.53,0,1,4 -205.62,0,1,4 -205.71,0,1,4 -205.8,0,1,4 -205.89,0,1,4 -205.98,0,1,4 -206.07,0,1,4 -206.16,0,1,4 -206.25,0,1,4 -206.34,0,1,4 -206.43,0,1,4 -206.52,0,1,4 -206.61,0,1,4 -206.7,0,1,4 -206.79,0,1,4 -206.88,0,1,4 -206.97,0,1,4 -207.06,0,1,4 -207.15,0,1,4 -207.24,0,1,4 -207.33,0,1,4 -207.42,0,1,4 -207.51,0,1,4 -207.6,0,1,4 -207.69,0,1,4 -207.78,0,1,4 -207.87,0,1,4 -207.96,0,1,4 -208.05,0,1,4 -208.14,0,1,4 -208.23,0,1,4 -208.32,0,1,4 -208.41,0,1,4 -208.5,0,1,4 -208.59,0,1,4 -208.68,0,1,4 -208.77,0,1,4 -208.86,0,1,4 -208.95,0,1,4 -209.04,0,1,4 -209.13,0,1,4 -209.22,0,1,4 -209.31,0,1,4 -209.4,0,1,4 -209.49,0,1,4 -209.58,0,1,4 -209.67,0,1,4 -209.76,0,1,4 -209.85,0,1,4 -209.94,0,1,4 -210.03,0,1,4 -210.12,0,1,4 -210.21,0,1,4 -210.3,0,1,4 -210.39,0,1,4 -210.48,0,1,4 -210.57,0,1,4 -210.66,0,1,4 -210.75,0,1,4 -210.84,0,1,4 -210.93,0,1,4 -211.02,0,1,4 -211.11,0,1,4 -211.2,0,1,4 -211.29,0,1,4 -211.38,0,1,4 -211.47,0,1,4 -211.56,0,1,4 -211.65,0,1,4 -211.74,0,1,4 -211.83,0,1,4 -211.92,0,1,4 -212.01,0,1,4 -212.1,0,1,4 -212.19,0,1,4 -212.28,0,1,4 -212.37,0,1,4 -212.46,0,1,4 -212.55,0,1,4 -212.64,0,1,4 -212.73,0,1,4 -212.82,0,1,4 -212.91,0,1,4 -213,0,1,4 -213.09,0,1,4 -213.18,0,1,4 -213.27,0,1,4 -213.36,0,1,4 -213.45,0,1,4 -213.54,0,1,4 -213.63,0,1,4 -213.72,0,1,4 -213.81,0,1,4 -213.9,0,1,4 -213.99,0,1,4 -214.08,0,1,4 -214.17,0,1,4 -214.26,0,1,4 -214.35,0,1,4 -214.44,0,1,4 -214.53,0,1,4 -214.62,0,1,4 -214.71,0,1,4 -214.8,0,1,4 -214.89,0,1,4 -214.98,0,1,4 -215.07,0,1,4 -215.16,0,1,4 -215.25,0,1,4 -215.34,0,1,4 -215.43,0,1,4 -215.52,0,1,4 -215.61,0,1,4 -215.7,0,1,4 -215.79,0,1,4 -215.88,0,1,4 -215.97,0,1,4 -216.06,0,1,4 -216.15,0,1,4 -216.24,0,1,4 -216.33,0,1,4 -216.42,0,1,4 -216.51,0,1,4 -216.6,0,1,4 -216.69,0,1,4 -216.78,0,1,4 -216.87,0,1,4 -216.96,0,1,4 -217.05,0,1,4 -217.14,0,1,4 -217.23,0,1,4 -217.32,0,1,4 -217.41,0,1,4 -217.5,0,1,4 -217.59,0,1,4 -217.68,0,1,4 -217.77,0,1,4 -217.86,0,1,4 -217.95,0,1,4 -218.04,0,1,4 -218.13,0,1,4 -218.22,0,1,4 -218.31,0,1,4 -218.4,0,1,4 -218.49,0,1,4 -218.58,0,1,4 -218.67,0,1,4 -218.76,0,1,4 -218.85,0,1,4 -218.94,0,1,4 -219.03,0,1,4 -219.12,0,1,4 -219.21,0,1,4 -219.3,0,1,4 -219.39,0,1,4 -219.48,0,1,4 -219.57,0,1,4 -219.66,0,1,4 -219.75,0,1,4 -219.84,0,1,4 -219.93,0,1,4 -220.02,0,1,4 -220.11,0,1,4 -220.2,0,1,4 -220.29,0,1,4 -220.38,0,1,4 -220.47,0,1,4 -220.56,0,1,4 -220.65,0,1,4 -220.74,0,1,4 -220.83,0,1,4 -220.92,0,1,4 -221.01,0,1,4 -221.1,0,1,4 -221.19,0,1,4 -221.28,0,1,4 -221.37,0,1,4 -221.46,0,1,4 -221.55,0,1,4 -221.64,0,1,4 -221.73,0,1,4 -221.82,0,1,4 -221.91,0,1,4 -222,0,1,4 -222.09,0,1,4 -222.18,0,1,4 -222.27,0,1,4 -222.36,0,1,4 -222.45,0,1,4 -222.54,0,1,4 -222.63,0,1,4 -222.72,0,1,4 -222.81,0,1,4 -222.9,0,1,4 -222.99,0,1,4 -223.08,0,1,4 -223.17,0,1,4 -223.26,0,1,4 -223.35,0,1,4 -223.44,0,1,4 -223.53,0,1,4 -223.62,0,1,4 -223.71,0,1,4 -223.8,0,1,4 -223.89,0,1,4 -223.98,0,1,4 -224.07,0,1,4 -224.16,0,1,4 -224.25,0,1,4 -224.34,0,1,4 -224.43,0,1,4 -224.52,0,1,4 -224.61,0,1,4 -224.7,0,1,4 -224.79,0,1,4 -224.88,0,1,4 -224.97,0,1,4 -225.06,0,1,4 -225.15,0,1,4 -225.24,0,1,4 -225.33,0,1,4 -225.42,0,1,4 -225.51,0,1,4 -225.6,0,1,4 -225.69,0,1,4 -225.78,0,1,4 -225.87,0,1,4 -225.96,0,1,4 -226.05,0,1,4 -226.14,0,1,4 -226.23,0,1,4 -226.32,0,1,4 -226.41,0,1,4 -226.5,0,1,4 -226.59,0,1,4 -226.68,0,1,4 -226.77,0,1,4 -226.86,0,1,4 -226.95,0,1,4 -227.04,0,1,4 -227.13,0,1,4 -227.22,0,1,4 -227.31,0,1,4 -227.4,0,1,4 -227.49,0,1,4 -227.58,0,1,4 -227.67,0,1,4 -227.76,0,1,4 -227.85,0,1,4 -227.94,0,1,4 -228.03,0,1,4 -228.12,0,1,4 -228.21,0,1,4 -228.3,0,1,4 -228.39,0,1,4 -228.48,0,1,4 -228.57,0,1,4 -228.66,0,1,4 -228.75,0,1,4 -228.84,0,1,4 -228.93,0,1,4 -229.02,0,1,4 -229.11,0,1,4 -229.2,0,1,4 -229.29,0,1,4 -229.38,0,1,4 -229.47,0,1,4 -229.56,0,1,4 -229.65,0,1,4 -229.74,0,1,4 -229.83,0,1,4 -229.92,0,1,4 -230.01,0,1,4 -230.1,0,1,4 -230.19,0,1,4 -230.28,0,1,4 -230.37,0,1,4 -230.46,0,1,4 -230.55,0,1,4 -230.64,0,1,4 -230.73,0,1,4 -230.82,0,1,4 -230.91,0,1,4 -231,0,1,4 -231.09,0,1,4 -231.18,0,1,4 -231.27,0,1,4 -231.36,0,1,4 -231.45,0,1,4 -231.54,0,1,4 -231.63,0,1,4 -231.72,0,1,4 -231.81,0,1,4 -231.9,0,1,4 -231.99,0,1,4 -232.08,0,1,4 -232.17,0,1,4 -232.26,0,1,4 -232.35,0,1,4 -232.44,0,1,4 -232.53,0,1,4 -232.62,0,1,4 -232.71,0,1,4 -232.8,0,1,4 -232.89,0,1,4 -232.98,0,1,4 -233.07,0,1,4 -233.16,0,1,4 -233.25,0,1,4 -233.34,0,1,4 -233.43,0,1,4 -233.52,0,1,4 -233.61,0,1,4 -233.7,0,1,4 -233.79,0,1,4 -233.88,0,1,4 -233.97,0,1,4 -234.06,0,1,4 -234.15,0,1,4 -234.24,0,1,4 -234.33,0,1,4 -234.42,0,1,4 -234.51,0,1,4 -234.6,0,1,4 -234.69,0,1,4 -234.78,0,1,4 -234.87,0,1,4 -234.96,0,1,4 -235.05,0,1,4 -235.14,0,1,4 -235.23,0,1,4 -235.32,0,1,4 -235.41,0,1,4 -235.5,0,1,4 -235.59,0,1,4 -235.68,0,1,4 -235.77,0,1,4 -235.86,0,1,4 -235.95,0,1,4 -236.04,0,1,4 -236.13,0,1,4 -236.22,0,1,4 -236.31,0,1,4 -236.4,0,1,4 -236.49,0,1,4 -236.58,0,1,4 -236.67,0,1,4 -236.76,0,1,4 -236.85,0,1,4 -236.94,0,1,4 -237.03,0,1,4 -237.12,0,1,4 -237.21,0,1,4 -237.3,0,1,4 -237.39,0,1,4 -237.48,0,1,4 -237.57,0,1,4 -237.66,0,1,4 -237.75,0,1,4 -237.84,0,1,4 -237.93,0,1,4 -238.02,0,1,4 -238.11,0,1,4 -238.2,0,1,4 -238.29,0,1,4 -238.38,0,1,4 -238.47,0,1,4 -238.56,0,1,4 -238.65,0,1,4 -238.74,0,1,4 -238.83,0,1,4 -238.92,0,1,4 -239.01,0,1,4 -239.1,0,1,4 -239.19,0,1,4 -239.28,0,1,4 -239.37,0,1,4 -239.46,0,1,4 -239.55,0,1,4 -239.64,0,1,4 -239.73,0,1,4 -239.82,0,1,4 -239.91,0,1,4 -240,0,1,4 -240.09,0,1,4 -240.18,0,1,4 -240.27,0,1,4 -240.36,0,1,4 -240.45,0,1,4 -240.54,0,1,4 -240.63,0,1,4 -240.72,0,1,4 -240.81,0,1,4 -240.9,0,1,4 -240.99,0,1,4 -241.08,0,1,4 -241.17,0,1,4 -241.26,0,1,4 -241.35,0,1,4 -241.44,0,1,4 -241.53,0,1,4 -241.62,0,1,4 -241.71,0,1,4 -241.8,0,1,4 -241.89,0,1,4 -241.98,0,1,4 -242.07,0,1,4 -242.16,0,1,4 -242.25,0,1,4 -242.34,0,1,4 -242.43,0,1,4 -242.52,0,1,4 -242.61,0,1,4 -242.7,0,1,4 -242.79,0,1,4 -242.88,0,1,4 -242.97,0,1,4 -243.06,0,1,4 -243.15,0,1,4 -243.24,0,1,4 -243.33,0,1,4 -243.42,0,1,4 -243.51,0,1,4 -243.6,0,1,4 -243.69,0,1,4 -243.78,0,1,4 -243.87,0,1,4 -243.96,0,1,4 -244.05,0,1,4 -244.14,0,1,4 -244.23,0,1,4 -244.32,0,1,4 -244.41,0,1,4 -244.5,0,1,4 -244.59,0,1,4 -244.68,0,1,4 -244.77,0,1,4 -244.86,0,1,4 -244.95,0,1,4 -245.04,0,1,4 -245.13,0,1,4 -245.22,0,1,4 -245.31,0,1,4 -245.4,0,1,4 -245.49,0,1,4 -245.58,0,1,4 -245.67,0,1,4 -245.76,0,1,4 -245.85,0,1,4 -245.94,0,1,4 -246.03,0,1,4 -246.12,0,1,4 -246.21,0,1,4 -246.3,0,1,4 -246.39,0,1,4 -246.48,0,1,4 -246.57,0,1,4 -246.66,0,1,4 -246.75,0,1,4 -246.84,0,1,4 -246.93,0,1,4 -247.02,0,1,4 -247.11,0,1,4 -247.2,0,1,4 -247.29,0,1,4 -247.38,0,1,4 -247.47,0,1,4 -247.56,0,1,4 -247.65,0,1,4 -247.74,0,1,4 -247.83,0,1,4 -247.92,0,1,4 -248.01,0,1,4 -248.1,0,1,4 -248.19,0,1,4 -248.28,0,1,4 -248.37,0,1,4 -248.46,0,1,4 -248.55,0,1,4 -248.64,0,1,4 -248.73,0,1,4 -248.82,0,1,4 -248.91,0,1,4 -249,0,1,4 -249.09,0,1,4 -249.18,0,1,4 -249.27,0,1,4 -249.36,0,1,4 -249.45,0,1,4 -249.54,0,1,4 -249.63,0,1,4 -249.72,0,1,4 -249.81,0,1,4 -249.9,0,1,4 -249.99,0,1,4 -250.08,0,1,4 -250.17,0,1,4 -250.26,0,1,4 -250.35,0,1,4 -250.44,0,1,4 -250.53,0,1,4 -250.62,0,1,4 -250.71,0,1,4 -250.8,0,1,4 -250.89,0,1,4 -250.98,0,1,4 -251.07,0,1,4 -251.16,0,1,4 -251.25,0,1,4 -251.34,0,1,4 -251.43,0,1,4 -251.52,0,1,4 -251.61,0,1,4 -251.7,0,1,4 -251.79,0,1,4 -251.88,0,1,4 -251.97,0,1,4 -252.06,0,1,4 -252.15,0,1,4 -252.24,0,1,4 -252.33,0,1,4 -252.42,0,1,4 -252.51,0,1,4 -252.6,0,1,4 -252.69,0,1,4 -252.78,0,1,4 -252.87,0,1,4 -252.96,0,1,4 -253.05,0,1,4 -253.14,0,1,4 -253.23,0,1,4 -253.32,0,1,4 -253.41,0,1,4 -253.5,0,1,4 -253.59,0,1,4 -253.68,0,1,4 -253.77,0,1,4 -253.86,0,1,4 -253.95,0,1,4 -254.04,0,1,4 -254.13,0,1,4 -254.22,0,1,4 -254.31,0,1,4 -254.4,0,1,4 -254.49,0,1,4 -254.58,0,1,4 -254.67,0,1,4 -254.76,0,1,4 -254.85,0,1,4 -254.94,0,1,4 -255.03,0,1,4 -255.12,0,1,4 -255.21,0,1,4 -255.3,0,1,4 -255.39,0,1,4 -255.48,0,1,4 -255.57,0,1,4 -255.66,0,1,4 -255.75,0,1,4 -255.84,0,1,4 -255.93,0,1,4 -256.02,0,1,4 -256.11,0,1,4 -256.2,0,1,4 -256.29,0,1,4 -256.38,0,1,4 -256.47,0,1,4 -256.56,0,1,4 -256.65,0,1,4 -256.74,0,1,4 -256.83,0,1,4 -256.92,0,1,4 -257.01,0,1,4 -257.1,0,1,4 -257.19,0,1,4 -257.28,0,1,4 -257.37,0,1,4 -257.46,0,1,4 -257.55,0,1,4 -257.64,0,1,4 -257.73,0,1,4 -257.82,0,1,4 -257.91,0,1,4 -258,0,1,4 -258.09,0,1,4 -258.18,0,1,4 -258.27,0,1,4 -258.36,0,1,4 -258.45,0,1,4 -258.54,0,1,4 -258.63,0,1,4 -258.72,0,1,4 -258.81,0,1,4 -258.9,0,1,4 -258.99,0,1,4 -259.08,1,1,4 -259.17,1,1,4 -259.26,1,1,4 -259.35,1,1,4 -259.44,1,1,4 -259.53,1,1,4 -259.62,1,1,4 -259.71,1,1,4 -259.8,1,1,4 -259.89,1,1,4 -259.98,1,1,4 -260.07,1,1,4 -260.16,1,1,4 -260.25,1,1,4 -260.34,1,1,4 -260.43,1,1,4 -260.52,1,1,4 -260.61,1,1,4 -260.7,1,1,4 -260.79,1,1,4 -260.88,1,1,4 -260.97,1,1,4 -261.06,0,0,4 -261.15,0,0,4 -261.24,0,0,4 -261.33,0,0,4 -261.42,0,0,4 -261.51,0,0,4 -261.6,0,0,4 -261.69,0,0,4 -261.78,0,0,4 -261.87,0,0,4 -261.96,0,0,4 -262.05,0,0,4 -262.14,0,0,4 -262.23,0,0,4 -262.32,0,0,4 -262.41,0,0,4 -262.5,0,0,4 -262.59,0,0,4 -262.68,0,0,4 -262.77,0,0,4 -262.86,0,0,4 -262.95,0,0,4 -263.04,0,0,4 -263.13,0,0,4 -263.22,0,0,4 -263.31,0,0,4 -263.4,0,0,4 -263.49,0,0,4 -263.58,0,0,4 -263.67,0,0,4 -263.76,0,0,4 -263.85,0,0,4 -263.94,0,0,4 -264.03,0,0,4 -264.12,0,0,4 -264.21,0,0,4 -264.3,0,0,4 -264.39,0,0,4 -264.48,0,0,4 -264.57,0,0,4 -264.66,0,0,4 -264.75,0,0,4 -264.84,0,0,4 -264.93,0,0,4 -265.02,0,0,4 -265.11,0,0,4 -265.2,0,0,4 -265.29,0,0,4 -265.38,0,0,4 -265.47,0,0,4 -265.56,0,0,4 -265.65,0,0,4 -265.74,0,0,4 -265.83,0,0,4 -265.92,0,0,4 -266.01,0,0,4 -266.1,0,0,4 -266.19,0,0,4 -266.28,0,0,4 -266.37,0,0,4 -266.46,0,0,4 -266.55,0,0,4 -266.64,0,0,4 -266.73,0,0,4 -266.82,0,0,4 -266.91,0,0,4 -267,0,0,4 -267.09,0,0,4 -267.18,0,0,4 -267.27,0,0,4 -267.36,0,0,4 -267.45,0,0,4 -267.54,0,0,4 -267.63,0,0,4 -267.72,0,0,4 -267.81,0,0,4 -267.9,0,0,4 -267.99,0,0,4 -268.08,0,0,4 -268.17,0,0,4 -268.26,0,0,4 -268.35,0,0,4 -268.44,0,0,4 -268.53,0,0,4 -268.62,0,0,4 -268.71,0,0,4 -268.8,0,0,4 -268.89,0,0,4 -268.98,0,0,4 -269.07,0,0,4 -269.16,0,0,4 -269.25,0,0,4 -269.34,0,0,4 -269.43,0,0,4 -269.52,0,0,4 -269.61,0,0,4 -269.7,0,0,4 -269.79,0,0,4 -269.88,0,0,4 -269.97,0,0,4 -270.06,1,1,4 -270.15,1,1,4 -270.24,1,1,4 -270.33,1,1,4 -270.42,1,1,4 -270.51,1,1,4 -270.6,1,1,4 -270.69,1,1,4 -270.78,1,1,4 -270.87,1,1,4 -270.96,1,1,4 -271.05,0,0,4 -271.14,0,0,4 -271.23,0,0,4 -271.32,0,0,4 -271.41,0,0,4 -271.5,0,0,4 -271.59,0,0,4 -271.68,0,0,4 -271.77,0,0,4 -271.86,0,0,4 -271.95,0,0,4 -272.04,0,0,4 -272.13,0,0,4 -272.22,0,0,4 -272.31,0,0,4 -272.4,0,0,4 -272.49,0,0,4 -272.58,0,0,4 -272.67,0,0,4 -272.76,0,0,4 -272.85,0,0,4 -272.94,0,0,4 -273.03,0,0,4 -273.12,0,0,4 -273.21,0,0,4 -273.3,0,0,4 -273.39,0,0,4 -273.48,0,0,4 -273.57,0,0,4 -273.66,0,0,4 -273.75,0,0,4 -273.84,0,0,4 -273.93,0,0,4 -274.02,0,0,4 -274.11,0,0,4 -274.2,0,0,4 -274.29,0,0,4 -274.38,0,0,4 -274.47,0,0,4 -274.56,0,0,4 -274.65,0,0,4 -274.74,0,0,4 -274.83,0,0,4 -274.92,0,0,4 -275.01,0,0,4 -275.1,0,0,4 -275.19,0,0,4 -275.28,0,0,4 -275.37,0,0,4 -275.46,0,0,4 -275.55,0,0,4 -275.64,0,0,4 -275.73,0,0,4 -275.82,0,0,4 -275.91,0,0,4 -276,0,0,4 -276.09,0,0,4 -276.18,0,0,4 -276.27,0,0,4 -276.36,0,0,4 -276.45,0,0,4 -276.54,0,0,4 -276.63,0,0,4 -276.72,0,0,4 -276.81,0,0,4 -276.9,0,0,4 -276.99,0,0,4 -277.08,0,0,4 -277.17,0,0,4 -277.26,0,0,4 -277.35,0,0,4 -277.44,0,0,4 -277.53,0,0,4 -277.62,0,0,4 -277.71,0,0,4 -277.8,0,0,4 -277.89,0,0,4 -277.98,0,0,4 -278.07,0,0,4 -278.16,0,0,4 -278.25,0,0,4 -278.34,0,0,4 -278.43,0,0,4 -278.52,0,0,4 -278.61,0,0,4 -278.7,0,0,4 -278.79,0,0,4 -278.88,0,0,4 -278.97,0,0,4 -279.06,0,0,4 -279.15,0,0,4 -279.24,0,0,4 -279.33,0,0,4 -279.42,0,0,4 -279.51,0,0,4 -279.6,0,0,4 -279.69,0,0,4 -279.78,0,0,4 -279.87,0,0,4 -279.96,0,0,4 -280.05,1,1,4 -280.14,1,1,4 -280.23,1,1,4 -280.32,1,1,4 -280.41,1,1,4 -280.5,1,1,4 -280.59,1,1,4 -280.68,1,1,4 -280.77,1,1,4 -280.86,1,1,4 -280.95,1,1,4 -281.04,0,0,4 -281.13,0,0,4 -281.22,0,0,4 -281.31,0,0,4 -281.4,0,0,4 -281.49,0,0,4 -281.58,0,0,4 -281.67,0,0,4 -281.76,0,0,4 -281.85,0,0,4 -281.94,0,0,4 -282.03,0,0,4 -282.12,0,0,4 -282.21,0,0,4 -282.3,0,0,4 -282.39,0,0,4 -282.48,0,0,4 -282.57,0,0,4 -282.66,0,0,4 -282.75,0,0,4 -282.84,0,0,4 -282.93,0,0,4 -283.02,0,0,4 -283.11,0,0,4 -283.2,0,0,4 -283.29,0,0,4 -283.38,0,0,4 -283.47,0,0,4 -283.56,0,0,4 -283.65,0,0,4 -283.74,0,0,4 -283.83,0,0,4 -283.92,0,0,4 -284.01,0,0,4 -284.1,0,0,4 -284.19,0,0,4 -284.28,0,0,4 -284.37,0,0,4 -284.46,0,0,4 -284.55,0,0,4 -284.64,0,0,4 -284.73,0,0,4 -284.82,0,0,4 -284.91,0,0,4 -285,0,0,4 -285.09,0,0,4 -285.18,0,0,4 -285.27,0,0,4 -285.36,0,0,4 -285.45,0,0,4 -285.54,0,0,4 -285.63,0,0,4 -285.72,0,0,4 -285.81,0,0,4 -285.9,0,0,4 -285.99,0,0,4 -286.08,0,0,4 -286.17,0,0,4 -286.26,0,0,4 -286.35,0,0,4 -286.44,0,0,4 -286.53,0,0,4 -286.62,0,0,4 -286.71,0,0,4 -286.8,0,0,4 -286.89,0,0,4 -286.98,0,0,4 -287.07,0,0,4 -287.16,0,0,4 -287.25,0,0,4 -287.34,0,0,4 -287.43,0,0,4 -287.52,0,0,4 -287.61,0,0,4 -287.7,0,0,4 -287.79,0,0,4 -287.88,0,0,4 -287.97,0,0,4 -288.06,0,0,4 -288.15,0,0,4 -288.24,0,0,4 -288.33,0,0,4 -288.42,0,0,4 -288.51,0,0,4 -288.6,0,0,4 -288.69,0,0,4 -288.78,0,0,4 -288.87,0,0,4 -288.96,0,0,4 -289.05,0,0,4 -289.14,0,0,4 -289.23,0,0,4 -289.32,0,0,4 -289.41,0,0,4 -289.5,0,0,4 -289.59,0,0,4 -289.68,0,0,4 -289.77,0,0,4 -289.86,0,0,4 -289.95,0,0,4 -290.04,0,1,4 -290.13,1,1,4 -290.22,1,1,4 -290.31,1,1,4 -290.4,1,1,4 -290.49,1,1,4 -290.58,1,1,4 -290.67,1,1,4 -290.76,1,1,4 -290.85,1,1,4 -290.94,1,1,4 -291.03,0,0,4 -291.12,0,0,4 -291.21,0,0,4 -291.3,0,0,4 -291.39,0,0,4 -291.48,0,0,4 -291.57,0,0,4 -291.66,0,0,4 -291.75,0,0,4 -291.84,0,0,4 -291.93,0,0,4 -292.02,0,0,4 -292.11,0,0,4 -292.2,0,0,4 -292.29,0,0,4 -292.38,0,0,4 -292.47,0,0,4 -292.56,0,0,4 -292.65,0,0,4 -292.74,0,0,4 -292.83,0,0,4 -292.92,0,0,4 -293.01,0,0,4 -293.1,0,0,4 -293.19,0,0,4 -293.28,0,0,4 -293.37,0,0,4 -293.46,0,0,4 -293.55,0,0,4 -293.64,0,0,4 -293.73,0,0,4 -293.82,0,0,4 -293.91,0,0,4 -294,0,0,4 -294.09,0,0,4 -294.18,0,0,4 -294.27,0,0,4 -294.36,0,0,4 -294.45,0,0,4 -294.54,0,0,4 -294.63,0,0,4 -294.72,0,0,4 -294.81,0,0,4 -294.9,0,0,4 -294.99,0,0,4 -295.08,0,0,4 -295.17,0,0,4 -295.26,0,0,4 -295.35,0,0,4 -295.44,0,0,4 -295.53,0,0,4 -295.62,0,0,4 -295.71,0,0,4 -295.8,0,0,4 -295.89,0,0,4 -295.98,0,0,4 -296.07,0,0,4 -296.16,0,0,4 -296.25,0,0,4 -296.34,0,0,4 -296.43,0,0,4 -296.52,0,0,4 -296.61,0,0,4 -296.7,0,0,4 -296.79,0,0,4 -296.88,0,0,4 -296.97,0,0,4 -297.06,0,0,4 -297.15,0,0,4 -297.24,0,0,4 -297.33,0,0,4 -297.42,0,0,4 -297.51,0,0,4 -297.6,0,0,4 -297.69,0,0,4 -297.78,0,0,4 -297.87,0,0,4 -297.96,0,0,4 -298.05,0,0,4 -298.14,0,0,4 -298.23,0,0,4 -298.32,0,0,4 -298.41,0,0,4 -298.5,0,0,4 -298.59,0,0,4 -298.68,0,0,4 -298.77,0,0,4 -298.86,0,0,4 -298.95,0,0,4 -299.04,0,0,4 -299.13,0,0,4 -299.22,0,0,4 -299.31,0,0,4 -299.4,0,0,4 -299.49,0,0,4 -299.58,0,0,4 -299.67,0,0,4 -299.76,0,0,4 -299.85,0,0,4 -299.94,0,0,4 diff --git a/original_submission/data/tmp/img_control_car.csv b/original_submission/data/tmp/img_control_car.csv deleted file mode 100644 index af76c32fa1eb88b2c920e63fc5779b8729af51d0..0000000000000000000000000000000000000000 --- a/original_submission/data/tmp/img_control_car.csv +++ /dev/null @@ -1,4 +0,0 @@ -1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -0,30,30,30.001,30.003,30.006,30.009,30.013,30.018,30.024,30.03,30.037,30.045,30.054,30.063,30.073,30.084,30.096,30.108,30.121,30.135,30.15,30.165,30.181,30.198,30.215,30.233,30.252,30.272,30.293,30.314,30.336,30.358,30.382,30.406,30.43,30.456,30.482,30.509,30.537,30.565,30.594,30.624,30.654,30.686,30.717,30.75,30.783,30.817,30.852,30.887,30.923,30.96,30.997,31.036,31.074,31.114,31.154,31.195,31.236,31.278,31.321,31.364,31.409,31.453,31.499,31.545,31.591,31.639,31.687,31.735,31.785,31.834,31.885,31.936,31.988,32.04,32.093,32.147,32.201,32.256,32.311,32.367,32.424,32.481,32.539,32.597,32.656,32.716,32.776,32.837,32.898,32.96,33.022,33.085,33.149,33.213,33.278,33.343,33.409,33.475,33.542,33.609,33.677,33.745,33.814,33.884,33.954,34.024,34.095,34.167,34.239,34.312,34.385,34.458,34.532,34.607,34.682,34.758,34.834,34.91,34.987,35.064,35.142,35.221,35.3,35.379,35.459,35.539,35.62,35.701,35.782,35.864,35.947,36.03,36.113,36.197,36.281,36.366,36.451,36.536,36.622,36.708,36.795,36.882,36.97,37.058,37.146,37.235,37.324,37.413,37.503,37.593,37.684,37.775,37.866,37.958,38.05,38.143,38.236,38.329,38.423,38.516,38.611,38.706,38.801,38.896,38.992,39.088,39.184,39.281,39.378,39.475,39.573,39.671,39.77,39.868,39.967,40.067,40.166,40.266,40.367,40.467,40.568,40.669,40.771,40.873,40.975,41.077,41.18,41.283,41.386,41.49,41.594,41.698,41.802,41.907,42.012,42.117,42.223,42.329,42.435,42.541,42.648,42.755,42.862,42.969,43.077,43.185,43.293,43.401,43.51,5.1597,5.1736,5.1896,5.2076,5.2277,5.2497,5.2737,5.2996,5.3275,5.3572,5.3888,5.4222,5.4574,5.4944,5.533,5.5734,5.6154,5.659,5.7042,5.7509,5.7991,5.8488,5.8999,5.9524,6.0063,6.0614,6.1179,6.1756,6.2345,6.2945,6.3558,6.4181,6.4815,6.546,6.6115,6.678,6.7454,6.8138,6.883,6.9532,7.0242,7.096,7.1686,7.242,7.3162,7.3911,7.4666,7.5429,7.6199,7.6975,7.7757,7.8545,7.934,8.014,8.0945,8.1756,8.2572,8.3394,8.422,8.5051,8.5887,8.6727,8.7572,8.8421,8.9274,9.0131,9.0992,9.1857,9.2726,9.3598,9.4474,9.5353,9.6236,9.7122,9.8011,9.8903,9.9798,10.07,10.16,10.25,10.341,10.431,10.523,10.614,10.706,10.797,10.89,10.982,11.074,11.167,11.26,11.353,11.447,11.54,11.634,11.728,11.822,11.916,12.011,12.105,4.7806,4.818,4.8558,4.8939,4.9325,4.9714,5.0107,5.0503,5.0902,5.1305,5.1712,5.2121,5.2534,5.295,5.3369,5.379,5.4215,5.4642,5.5072,5.5505,5.594,5.6378,5.6818,5.7261,5.7706,5.8154,5.8604,5.9056,5.951,5.9966,6.0425,6.0885,6.1348,6.1812,6.2278,6.2747,6.3217,6.3688,6.4162,6.4637,6.5114,6.5592,6.6073,6.6554,6.7038,6.7522,6.8009,6.8496,6.8985,6.9476,6.9968,7.0461,7.0955,7.1451,7.1948,7.2446,7.2946,7.3447,7.3948,7.4451,7.4955,7.5461,7.5967,7.6474,7.6982,7.7492,7.8002,7.8513,7.9026,7.9539,8.0053,8.0568,8.1084,8.1601,8.2119,8.2637,8.3157,8.3677,8.4198,8.472,8.5242,8.5766,8.629,8.6815,8.734,8.7867,8.8394,8.8921,8.945,8.9979,9.0509,9.1039,9.157,9.2102,9.2634,9.3167,9.37,9.4234,9.4769,9.5304,4.568,4.5936,4.6193,4.6451,4.671,4.6971,4.7232,4.7495,4.7758,4.8023,4.8288,4.8554,4.8822,4.909,4.9359,4.9629,4.99,5.0172,5.0444,5.0718,5.0992,5.1268,5.1544,5.182,5.2098,5.2377,5.2656,5.2936,5.3216,5.3498,5.378,5.4063,5.4347,5.4631,5.4916,5.5202,5.5488,5.5775,5.6063,5.6351,5.664,5.693,5.722,5.7511,5.7802,5.8095,5.8387,5.868,5.8974,5.9269,5.9564,5.9859,6.0156,6.0452,6.0749,6.1047,6.1345,6.1644,6.1944,6.2243,6.2544,6.2845,6.3146,6.3448,6.375,6.4053,6.4356,6.466,6.4964,6.5269,6.5574,6.588,6.6186,6.6492,6.6799,6.7106,6.7414,6.7722,6.8031,6.834,6.865,6.8959,6.927,6.958,6.9891,7.0203,7.0515,7.0827,7.114,7.1453,7.1766,7.208,7.2394,7.2709,7.3023,7.3339,7.3654,7.397,7.4287,7.4603,4.2697,4.2878,4.3059,4.3242,4.3424,4.3607,4.3791,4.3975,4.416,4.4345,4.4531,4.4717,4.4904,4.5091,4.5278,4.5467,4.5655,4.5844,4.6034,4.6224,4.6414,4.6605,4.6797,4.6989,4.7181,4.7374,4.7567,4.776,4.7955,4.8149,4.8344,4.8539,4.8735,4.8931,4.9128,4.9325,4.9523,4.9721,4.9919,5.0118,5.0317,5.0516,5.0716,5.0917,5.1117,5.1318,5.152,5.1722,5.1924,5.2127,5.233,5.2533,5.2737,5.2941,5.3146,5.3351,5.3556,5.3762,5.3968,5.4174,5.4381,5.4588,5.4796,5.5004,5.5212,5.542,5.5629,5.5839,5.6048,5.6258,5.6469,5.6679,5.689,5.7102,5.7313,5.7525,5.7738,5.795,5.8164,5.8377,5.8591,5.8805,5.9019,5.9234,5.9449,5.9664,5.988,6.0096,6.0312,6.0529,6.0746,6.0963,6.1181,6.1399,6.1617,6.1836,6.2055,6.2274,6.2494,6.2714,4.0066,4.0206,4.0347,4.0488,4.063,4.0772,4.0915,4.1057,4.1201,4.1344,4.1488,4.1633,4.1778,4.1923,4.2068,4.2214,4.2361,4.2508,4.2655,4.2802,4.295,4.3099,4.3247,4.3396,4.3546,4.3696,4.3846,4.3997,4.4148,4.4299,4.4451,4.4603,4.4756,4.4908,4.5062,4.5215,4.5369,4.5524,4.5678,4.5834,4.5989,4.6145,4.6301,4.6458,4.6615,4.6772,4.693,4.7088,4.7246,4.7405,4.7564,4.7724,4.7884,4.8044,4.8205,4.8365,4.8527,4.8689,4.8851,4.9013,4.9176,4.9339,4.9502,4.9666,4.983,4.9995,5.016,5.0325,5.0491,5.0657,5.0823,5.099,5.1157,5.1324,5.1492,5.166,5.1828,5.1997,5.2166,5.2336,5.2506,5.2676,5.2846,5.3017,5.3189,5.336,5.3532,5.3704,5.3877,5.405,5.4223,5.4397,5.4571,5.4746,5.492,5.5095,5.5271,5.5447,5.5623,5.5799,3.8069,3.8189,3.831,3.8431,3.8553,3.8675,3.8797,3.892,3.9043,3.9167,3.9291,3.9415,3.954,3.9665,3.9791,3.9917,4.0043,4.017,4.0297,4.0425,4.0553,4.0682,4.081,4.094,4.1069,4.1199,4.133,4.1461,4.1592,4.1724,4.1856,4.1988,4.2121,4.2254,4.2388,4.2522,4.2656,4.2791,4.2926,4.3062,4.3198,4.3335,4.3471,4.3609,4.3746,4.3884,4.4023,4.4161,4.4301,4.444,4.458,4.4721,4.4862,4.5003,4.5144,4.5286,4.5429,4.5572,4.5715,4.5858,4.6002,4.6147,4.6291,4.6437,4.6582,4.6728,4.6875,4.7021,4.7168,4.7316,4.7464,4.7612,4.7761,4.791,4.806,4.821,4.836,4.8511,4.8662,4.8813,4.8965,4.9117,4.927,4.9423,4.9576,4.973,4.9885,5.0039,5.0194,5.035,5.0505,5.0662,5.0818,5.0975,5.1133,5.129,5.1449,5.1607,5.1766,5.1926,5.2085,5.2245,5.2406,5.2567,5.2728,5.289,5.3052,5.3214,5.3377,5.3541,5.3704,5.3868,5.4033,5.4198,5.4363,5.4529,5.4695,5.4861,5.5028,5.5195,5.5363,5.5531,5.5699,5.5868,5.6037,5.6206,5.6376,5.6547,5.6717,5.6888,5.706,5.7232,5.7404,5.7577,5.775,5.7923,5.8097,5.8271,5.8446,5.8621,5.8797,5.8972,5.9149,5.9325,5.9502,5.968,5.9857,6.0036,6.0214,6.0393,6.0572,6.0752,6.0932,6.1113,6.1294,6.1475,6.1657,6.1839,6.2021,6.2204,6.2387,6.2571,6.2755,6.2939,6.3124,6.331,6.3495,6.3681,6.3868,6.4054,6.4242,6.4429,6.4617,6.4805,6.4994,6.5183,6.5373,6.5563,6.5753,6.5944,6.6135,6.6326,6.6518,6.6711,6.6903,6.7096,6.729,6.7484,6.7678,6.7873,6.8068,6.8263,6.8459,6.8655,6.8852,6.9049,6.9246,6.9444,6.9642,6.9841,4.1546,4.1663,4.178,4.1898,4.2016,4.2134,4.2253,4.2372,4.2491,4.2611,4.2732,4.2852,4.2974,4.3095,4.3217,4.3339,4.3462,4.3585,4.3709,4.3833,4.3957,4.4082,4.4207,4.4333,4.4459,4.4585,4.4712,4.4839,4.4967,4.5095,4.5223,4.5352,4.5481,4.5611,4.5741,4.5872,4.6002,4.6134,4.6265,4.6397,4.653,4.6663,4.6796,4.6929,4.7064,4.7198,4.7333,4.7468,4.7604,4.774,4.7876,4.8013,4.815,4.8288,4.8426,4.8565,4.8704,4.8843,4.8982,4.9123,4.9263,4.9404,4.9545,4.9687,4.9829,4.9971,5.0114,5.0257,5.0401,5.0545,5.069,5.0835,5.098,5.1125,5.1271,5.1418,5.1565,5.1712,5.186,5.2008,5.2156,5.2305,5.2454,5.2604,5.2754,5.2904,5.3055,5.3206,5.3358,5.351,5.3662,5.3815,5.3968,5.4122,5.4276,5.443,5.4585,5.474,5.4896,5.5052,3.7671,3.7777,3.7883,3.7989,3.8096,3.8203,3.8311,3.8419,3.8528,3.8637,3.8746,3.8856,3.8966,3.9076,3.9187,3.9299,3.9411,3.9523,3.9636,3.9749,3.9862,3.9976,4.009,4.0205,4.032,4.0436,4.0552,4.0668,4.0785,4.0902,4.102,4.1138,4.1256,4.1375,4.1494,4.1614,4.1734,4.1855,4.1976,4.2097,4.2219,4.2341,4.2463,4.2586,4.2709,4.2833,4.2957,4.3082,4.3207,4.3332,4.3458,4.3584,4.3711,4.3838,4.3965,4.4093,4.4221,4.435,4.4479,4.4608,4.4738,4.4868,4.4999,4.513,4.5261,4.5393,4.5525,4.5658,4.5791,4.5924,4.6058,4.6192,4.6327,4.6462,4.6597,4.6733,4.6869,4.7005,4.7142,4.728,4.7417,4.7556,4.7694,4.7833,4.7972,4.8112,4.8252,4.8393,4.8533,4.8675,4.8816,4.8958,4.9101,4.9244,4.9387,4.953,4.9674,4.9819,4.9964,5.0109,3.5888,3.599,3.6093,3.6197,3.63,3.6405,3.6509,3.6614,3.6719,3.6825,3.6931,3.7038,3.7145,3.7252,3.736,3.7468,3.7576,3.7685,3.7795,3.7904,3.8015,3.8125,3.8236,3.8347,3.8459,3.8571,3.8683,3.8796,3.891,3.9023,3.9137,3.9252,3.9366,3.9482,3.9597,3.9713,3.983,3.9946,4.0063,4.0181,4.0299,4.0417,4.0536,4.0655,4.0774,4.0894,4.1014,4.1135,4.1256,4.1377,4.1499,4.1621,4.1743,4.1866,4.1989,4.2113,4.2237,4.2361,4.2486,4.2611,4.2737,4.2863,4.2989,4.3115,4.3242,4.337,4.3497,4.3626,4.3754,4.3883,4.4012,4.4142,4.4272,4.4402,4.4533,4.4664,4.4795,4.4927,4.5059,4.5192,4.5324,4.5458,4.5591,4.5725,4.586,4.5994,4.6129,4.6265,4.6401,4.6537,4.6673,4.681,4.6947,4.7085,4.7223,4.7361,4.75,4.7639,4.7779,4.7918,4.8058,4.8199,4.834,4.8481,4.8623,4.8764,4.8907,4.9049,4.9192,4.9336,4.9479,4.9623,4.9768,4.9913,5.0058,5.0203,5.0349,5.0495,5.0642,5.0789,5.0936,5.1084,5.1231,5.138,5.1528,5.1677,5.1827,5.1976,5.2127,5.2277,5.2428,5.2579,5.273,5.2882,5.3034,5.3187,5.3339,5.3493,5.3646,5.38,5.3954,5.4109,5.4264,5.4419,5.4575,5.4731,5.4887,5.5044,5.5201,5.5358,5.5516,5.5674,5.5832,5.5991,5.615,5.6309,5.6469,5.6629,5.679,5.695,5.7111,5.7273,5.7435,5.7597,5.7759,5.7922,5.8085,5.8249,5.8413,5.8577,5.8741,5.8906,5.9072,5.9237,5.9403,5.9569,5.9736,5.9903,6.007,6.0238,6.0405,6.0574,6.0742,6.0911,6.1081,6.125,6.142,6.159,6.1761,6.1932,6.2103,6.2275,6.2447,6.2619,6.2792,6.2965,6.3138,6.3312,6.3486,6.366,3.9453,3.9558,3.9663,3.9768,3.9873,3.9978,4.0084,4.0191,4.0297,4.0404,4.0511,4.0619,4.0726,4.0834,4.0943,4.1051,4.116,4.1269,4.1379,4.1489,4.1599,4.1709,4.182,4.1931,4.2043,4.2154,4.2266,4.2378,4.2491,4.2604,4.2717,4.283,4.2944,4.3058,4.3172,4.3287,4.3402,4.3517,4.3632,4.3748,4.3864,4.3981,4.4097,4.4214,4.4331,4.4449,4.4567,4.4685,4.4803,4.4922,4.5041,4.516,4.528,4.54,4.552,4.564,4.5761,4.5882,4.6003,4.6125,4.6247,4.6369,4.6491,4.6614,4.6737,4.686,4.6984,4.7108,4.7232,4.7356,4.7481,4.7606,4.7731,4.7857,4.7983,4.8109,4.8236,4.8362,4.8489,4.8617,4.8744,4.8872,4.9,4.9129,4.9257,4.9386,4.9516,4.9645,4.9775,4.9905,5.0036,5.0166,5.0297,5.0428,5.056,5.0692,5.0824,5.0956,5.1089,5.1222,5.1355,5.1488,5.1622,5.1756,5.1891,5.2025,5.216,5.2295,5.2431,5.2566,5.2703,5.2839,5.2975,5.3112,5.3249,5.3387,5.3524,5.3662,5.3801,5.3939,5.4078,5.4217,5.4356,5.4496,5.4636,5.4776,5.4916,5.5057,5.5198,5.5339,5.5481,5.5623,5.5765,5.5907,5.605,5.6193,5.6336,5.6479,5.6623,5.6767,5.6912,5.7056,5.7201,5.7346,5.7491,5.7637,5.7783,5.7929,5.8076,5.8223,5.837,5.8517,5.8665,5.8812,5.8961,5.9109,5.9258,5.9407,5.9556,5.9705,5.9855,6.0005,6.0156,6.0306,6.0457,6.0608,6.076,6.0911,6.1063,6.1216,6.1368,6.1521,6.1674,6.1827,6.1981,6.2135,6.2289,6.2444,6.2598,6.2753,6.2908,6.3064,6.322,6.3376,6.3532,6.3689,6.3846,6.4003,6.416,6.4318,6.4476,6.4634,6.4793,6.4951,6.511,6.527,6.5429,6.5589,6.5749,6.591,3.9866,3.996,4.0054,4.0148,4.0242,4.0337,4.0432,4.0527,4.0622,4.0718,4.0813,4.0909,4.1006,4.1102,4.1199,4.1296,4.1393,4.149,4.1588,4.1686,4.1784,4.1882,4.1981,4.208,4.2179,4.2278,4.2378,4.2478,4.2578,4.2678,4.2778,4.2879,4.298,4.3081,4.3183,4.3284,4.3386,4.3488,4.3591,4.3693,4.3796,4.3899,4.4003,4.4106,4.421,4.4314,4.4418,4.4523,4.4627,4.4732,4.4838,4.4943,4.5049,4.5154,4.5261,4.5367,4.5474,4.558,4.5687,4.5795,4.5902,4.601,4.6118,4.6226,4.6335,4.6443,4.6552,4.6661,4.6771,4.688,4.699,4.71,4.721,4.7321,4.7432,4.7543,4.7654,4.7765,4.7877,4.7989,4.8101,4.8213,4.8326,4.8439,4.8552,4.8665,4.8778,4.8892,4.9006,4.912,4.9235,4.9349,4.9464,4.9579,4.9695,4.981,4.9926,5.0042,5.0158,5.0275,5.0391,5.0508,5.0625,5.0743,5.086,5.0978,5.1096,5.1215,5.1333,5.1452,5.1571,5.169,5.181,5.1929,5.2049,5.2169,5.229,5.241,5.2531,5.2652,5.2773,5.2895,5.3016,5.3138,5.3261,5.3383,5.3506,5.3628,5.3752,5.3875,5.3998,5.4122,5.4246,5.437,5.4495,5.462,5.4744,5.487,5.4995,5.5121,5.5246,5.5372,5.5499,5.5625,5.5752,5.5879,5.6006,5.6133,5.6261,5.6389,5.6517,5.6645,5.6774,5.6903,5.7032,5.7161,5.729,5.742,5.755,5.768,5.781,5.7941,5.8072,5.8203,5.8334,5.8466,5.8597,5.8729,5.8861,5.8994,5.9126,5.9259,5.9392,5.9526,5.9659,5.9793,5.9927,6.0061,6.0196,6.033,6.0465,6.06,6.0736,6.0871,6.1007,6.1143,6.1279,6.1416,6.1553,6.169,6.1827,6.1964,6.2102,6.224,6.2378,6.2516,6.2655,6.2793,6.2932,6.3072,3.9291,3.9375,3.9459,3.9544,3.9628,3.9713,3.9799,3.9884,3.997,4.0055,4.0141,4.0228,4.0314,4.0401,4.0487,4.0575,4.0662,4.0749,4.0837,4.0925,4.1013,4.1101,4.119,4.1278,4.1367,4.1456,4.1546,4.1635,4.1725,4.1815,4.1905,4.1995,4.2086,4.2177,4.2267,4.2359,4.245,4.2542,4.2633,4.2725,4.2818,4.291,4.3003,4.3095,4.3188,4.3282,4.3375,4.3469,4.3562,4.3657,4.3751,4.3845,4.394,4.4035,4.413,4.4225,4.4321,4.4416,4.4512,4.4608,4.4705,4.4801,4.4898,4.4995,4.5092,4.5189,4.5287,4.5384,4.5482,4.5581,4.5679,4.5777,4.5876,4.5975,4.6074,4.6174,4.6273,4.6373,4.6473,4.6573,4.6674,4.6774,4.6875,4.6976,4.7078,4.7179,4.7281,4.7382,4.7485,4.7587,4.7689,4.7792,4.7895,4.7998,4.8101,4.8205,4.8308,4.8412,4.8516,4.8621,4.8725,4.883,4.8935,4.904,4.9145,4.9251,4.9357,4.9463,4.9569,4.9675,4.9782,4.9889,4.9996,5.0103,5.021,5.0318,5.0426,5.0534,5.0642,5.075,5.0859,5.0968,5.1077,5.1186,5.1295,5.1405,5.1515,5.1625,5.1735,5.1846,5.1957,5.2067,5.2179,5.229,5.2401,5.2513,5.2625,5.2737,5.2849,5.2962,5.3075,5.3188,5.3301,5.3414,5.3528,5.3642,5.3756,5.387,5.3984,5.4099,5.4214,5.4329,5.4444,5.4559,5.4675,5.4791,5.4907,5.5023,5.514,5.5256,5.5373,5.549,5.5608,5.5725,5.5843,5.5961,5.6079,5.6197,5.6316,5.6434,5.6553,5.6673,5.6792,5.6911,5.7031,5.7151,5.7271,5.7392,5.7512,5.7633,5.7754,5.7875,5.7997,5.8118,5.824,5.8362,5.8484,5.8607,5.873,5.8852,5.8975,5.9099,5.9222,5.9346,5.947,5.9594,5.9718,5.9843,5.9967,6.0092,3.8635,3.8713,3.8791,3.887,3.8949,3.9028,3.9108,3.9187,3.9267,3.9347,3.9427,3.9507,3.9588,3.9668,3.9749,3.983,3.9912,3.9993,4.0075,4.0157,4.0239,4.0321,4.0404,4.0486,4.0569,4.0652,4.0736,4.0819,4.0903,4.0987,4.1071,4.1155,4.1239,4.1324,4.1409,4.1494,4.1579,4.1665,4.175,4.1836,4.1922,4.2009,4.2095,4.2182,4.2269,4.2356,4.2443,4.253,4.2618,4.2706,4.2794,4.2882,4.2971,4.3059,4.3148,4.3237,4.3326,4.3416,4.3506,4.3595,4.3685,4.3776,4.3866,4.3957,4.4048,4.4139,4.423,4.4321,4.4413,4.4505,4.4597,4.4689,4.4782,4.4874,4.4967,4.506,4.5154,4.5247,4.5341,4.5435,4.5529,4.5623,4.5717,4.5812,4.5907,4.6002,4.6097,4.6193,4.6289,4.6384,4.648,4.6577,4.6673,4.677,4.6867,4.6964,4.7061,4.7159,4.7257,4.7354,4.7453,4.7551,4.7649,4.7748,4.7847,4.7946,4.8046,4.8145,4.8245,4.8345,4.8445,4.8545,4.8646,4.8747,4.8848,4.8949,4.905,4.9152,4.9254,4.9356,4.9458,4.956,4.9663,4.9766,4.9869,4.9972,5.0075,5.0179,5.0283,5.0387,5.0491,5.0596,5.07,5.0805,5.091,5.1016,5.1121,5.1227,5.1333,5.1439,5.1545,5.1652,5.1758,5.1865,5.1972,5.208,5.2187,5.2295,5.2403,5.2511,5.262,5.2728,5.2837,5.2946,5.3055,5.3165,5.3274,5.3384,5.3494,5.3605,5.3715,5.3826,5.3937,5.4048,5.4159,5.4271,5.4382,5.4494,5.4606,5.4719,5.4831,5.4944,5.5057,5.517,5.5284,5.5397,5.5511,5.5625,5.5739,5.5854,5.5969,5.6084,5.6199,5.6314,5.643,5.6545,5.6661,5.6777,5.6894,5.701,5.7127,5.7244,5.7361,5.7479,5.7596,5.7714,5.7832,5.7951,5.8069,5.8188,3.8186,3.8262,3.8338,3.8415,3.8492,3.8569,3.8646,3.8724,3.8801,3.8879,3.8957,3.9036,3.9114,3.9193,3.9272,3.9351,3.9431,3.951,3.959,3.967,3.975,3.983,3.9911,3.9992,4.0073,4.0154,4.0236,4.0317,4.0399,4.0481,4.0564,4.0646,4.0729,4.0812,4.0895,4.0978,4.1062,4.1146,4.123,4.1314,4.1398,4.1483,4.1568,4.1653,4.1738,4.1824,4.191,4.1996,4.2082,4.2168,4.2255,4.2342,4.2429,4.2517,4.2604,4.2692,4.278,4.2869,4.2957,4.3046,4.3135,4.3225,4.3314,4.3404,4.3494,4.3585,4.3675,4.3766,4.3857,4.3949,4.4041,4.4133,4.4225,4.4317,4.441,4.4503,4.4597,4.469,4.4784,4.4878,4.4973,4.5068,4.5163,4.5258,4.5354,4.545,4.5546,4.5643,4.5739,4.5837,4.5934,4.6032,4.613,4.6229,4.6328,4.6427,4.6527,4.6627,4.6727,4.6828,3.4531,3.4604,3.4678,3.4752,3.4827,3.4902,3.4977,3.5053,3.513,3.5206,3.5283,3.5361,3.5439,3.5518,3.5597,3.5676,3.5756,3.5836,3.5917,3.5999,3.6081,3.6163,3.6246,3.633,3.6414,3.6498,3.6583,3.6669,3.6755,3.6842,3.6929,3.7017,3.7106,3.7195,3.7284,3.7375,3.7466,3.7557,3.7649,3.7742,3.7836,3.793,3.8025,3.812,3.8216,3.8313,3.841,3.8509,3.8608,3.8707,3.8808,3.8909,3.9011,3.9113,3.9217,3.9321,3.9426,3.9532,3.9638,3.9746,3.9854,3.9963,4.0073,4.0183,4.0295,4.0407,4.0521,4.0635,4.075,4.0866,4.0982,4.11,4.1218,4.1338,4.1458,4.1578,4.17,4.1822,4.1945,4.2069,4.2194,4.2319,4.2444,4.2571,4.2698,4.2825,4.2953,4.3082,4.3211,4.334,4.347,4.3601,4.3732,4.3864,4.3996,4.4129,4.4263,4.4397,4.4531,4.4667,4.4803,4.494,4.5077,4.5215,4.5354,4.5494,4.5635,4.5776,4.5918,4.6061,4.6205,4.635,4.6495,4.6641,4.6788,4.6936,4.7084,4.7233,4.7383,4.7534,4.7685,4.7837,4.799,4.8144,4.8298,4.8452,4.8608,4.8763,4.892,4.9077,4.9235,4.9393,4.9552,4.9712,4.9872,5.0033,5.0195,5.0357,5.052,5.0684,5.0848,5.1014,5.118,5.1346,5.1514,5.1682,5.1851,5.2021,5.2191,5.2362,5.2535,5.2707,5.2881,5.3055,5.323,5.3406,5.3583,5.376,5.3938,5.4116,5.4296,5.4476,5.4656,5.4838,5.502,5.5202,5.5386,5.557,5.5755,5.594,5.6126,5.6313,5.65,5.6688,5.6877,5.7067,5.7257,5.7448,5.764,5.7832,5.8025,5.8219,5.8414,5.861,5.8806,5.9003,5.9201,5.94,5.9599,5.98,6.0001,6.0202,6.0404,6.0608,6.0811,6.1016,6.1221,6.1426,6.1633,6.184,3.8304,3.8421,3.8538,3.8656,3.8774,3.8893,3.9013,3.9133,3.9254,3.9376,3.9498,3.9621,3.9745,3.9869,3.9994,4.0119,4.0245,4.0372,4.05,4.0628,4.0757,4.0887,4.1018,4.1149,4.128,4.1413,4.1546,4.168,4.1814,4.1949,4.2085,4.2222,4.2359,4.2496,4.2635,4.2774,4.2913,4.3054,4.3194,4.3336,4.3478,4.3621,4.3764,4.3908,4.4052,4.4198,4.4343,4.449,4.4637,4.4784,4.4933,4.5082,4.5231,4.5381,4.5532,4.5684,4.5836,4.5989,4.6143,4.6297,4.6452,4.6608,4.6764,4.6921,4.7079,4.7237,4.7396,4.7555,4.7715,4.7876,4.8037,4.82,4.8362,4.8526,4.869,4.8854,4.9019,4.9185,4.9352,4.9519,4.9686,4.9854,5.0023,5.0193,5.0363,5.0533,5.0705,5.0877,5.1049,5.1222,5.1396,5.1571,5.1746,5.1922,5.2098,5.2276,5.2453,5.2632,5.2811,5.2991,3.5913,3.6025,3.6138,3.6251,3.6364,3.6479,3.6593,3.6709,3.6825,3.6941,3.7058,3.7176,3.7294,3.7413,3.7532,3.7652,3.7772,3.7893,3.8015,3.8137,3.8259,3.8382,3.8506,3.863,3.8755,3.888,3.9006,3.9132,3.9259,3.9386,3.9514,3.9642,3.977,3.9899,4.0028,4.0158,4.0288,4.0419,4.055,4.0681,4.0812,4.0944,4.1077,4.1209,4.1342,4.1475,4.1609,4.1743,4.1877,4.2012,4.2147,4.2282,4.2417,4.2553,4.2689,4.2825,4.2962,4.3099,4.3237,4.3374,4.3512,4.3651,4.379,4.3929,4.4069,4.4209,4.4349,4.449,4.4631,4.4772,4.4914,4.5056,4.5198,4.5341,4.5484,4.5627,4.5771,4.5915,4.6059,4.6203,4.6348,4.6493,4.6638,4.6784,4.693,4.7076,4.7222,4.7369,4.7516,4.7664,4.7812,4.796,4.8108,4.8256,4.8405,4.8554,4.8703,4.8853,4.9003,4.9153,4.9303,4.9453,4.9604,4.9754,4.9905,5.0056,5.0207,5.0359,5.051,5.0662,5.0814,5.0967,5.1119,5.1272,5.1425,5.1578,5.1732,5.1886,5.204,5.2195,5.235,5.2505,5.2661,5.2817,5.2974,5.3131,5.3288,5.3446,5.3604,5.3763,5.3922,5.4082,5.4241,5.4402,5.4563,5.4724,5.4886,5.5048,5.521,5.5373,5.5536,5.5699,5.5863,5.6027,5.6191,5.6356,5.6521,5.6687,5.6853,5.7019,5.7185,5.7352,5.752,5.7688,5.7856,5.8025,5.8194,5.8363,5.8533,5.8703,5.8874,5.9045,5.9217,5.9389,5.9561,5.9734,5.9907,6.008,6.0254,6.0429,6.0603,6.0778,6.0954,6.113,6.1306,6.1483,6.166,6.1838,6.2016,6.2195,6.2374,6.2553,6.2733,6.2914,6.3095,6.3276,6.3458,6.364,6.3823,6.4006,6.419,6.4374,6.4559,6.4744,6.493,6.5116,6.5302,6.5489,6.5677,6.5864,3.8565,3.8664,3.8764,3.8865,3.8965,3.9066,3.9167,3.9269,3.9371,3.9473,3.9576,3.9679,3.9782,3.9885,3.9989,4.0093,4.0198,4.0303,4.0408,4.0514,4.0619,4.0726,4.0832,4.0939,4.1046,4.1153,4.1261,4.1369,4.1478,4.1586,4.1695,4.1805,4.1914,4.2024,4.2135,4.2246,4.2357,4.2468,4.258,4.2692,4.2804,4.2917,4.303,4.3143,4.3257,4.3371,4.3485,4.36,4.3715,4.383,4.3945,4.4061,4.4177,4.4294,4.4411,4.4528,4.4645,4.4763,4.4881,4.4999,4.5118,4.5237,4.5356,4.5476,4.5596,4.5716,4.5837,4.5958,4.608,4.6201,4.6323,4.6445,4.6567,4.669,4.6813,4.6936,4.7059,4.7183,4.7307,4.7432,4.7556,4.7681,4.7806,4.7932,4.8057,4.8183,4.831,4.8436,4.8563,4.869,4.8817,4.8945,4.9072,4.92,4.9329,4.9457,4.9586,4.9715,4.9844,4.9973,3.5177,3.5264,3.5351,3.5439,3.5527,3.5615,3.5703,3.5791,3.588,3.5969,3.6058,3.6148,3.6238,3.6328,3.6418,3.6509,3.66,3.6691,3.6783,3.6875,3.6966,3.7059,3.7151,3.7244,3.7337,3.743,3.7523,3.7617,3.7711,3.7805,3.7899,3.7993,3.8088,3.8183,3.8278,3.8374,3.8469,3.8565,3.8661,3.8757,3.8853,3.8949,3.9046,3.9143,3.924,3.9337,3.9435,3.9532,3.963,3.9728,3.9826,3.9925,4.0023,4.0122,4.0221,4.0321,4.042,4.052,4.062,4.0721,4.0821,4.0922,4.1023,4.1124,4.1226,4.1328,4.143,4.1532,4.1635,4.1737,4.184,4.1944,4.2047,4.2151,4.2255,4.2359,4.2463,4.2568,4.2672,4.2777,4.2882,4.2988,4.3093,4.3199,4.3305,4.3411,4.3517,4.3623,4.373,4.3837,4.3944,4.4051,4.4158,4.4266,4.4374,4.4481,4.459,4.4698,4.4807,4.4915,4.5025,4.5134,4.5243,4.5353,4.5463,4.5573,4.5684,4.5795,4.5906,4.6017,4.6128,4.624,4.6352,4.6464,4.6576,4.6689,4.6802,4.6915,4.7028,4.7141,4.7255,4.7369,4.7483,4.7597,4.7712,4.7826,4.7941,4.8056,4.8172,4.8287,4.8403,4.8518,4.8634,4.875,4.8867,4.8983,4.91,4.9217,4.9334,4.9452,4.9569,4.9687,4.9805,4.9923,5.0041,5.016,5.0279,5.0398,5.0517,5.0637,5.0756,5.0876,5.0996,5.1116,5.1237,5.1357,5.1478,5.1599,5.1721,5.1842,5.1964,5.2085,5.2207,5.2329,5.2451,5.2574,5.2696,5.2819,5.2942,5.3064,5.3187,5.331,5.3434,5.3557,5.368,5.3804,5.3928,5.4051,5.4176,5.43,5.4424,5.4548,5.4673,5.4797,5.4922,5.5047,5.5172,5.5297,5.5422,5.5547,5.5672,5.5798,5.5923,5.6049,5.6175,5.6301,5.6427,5.6553,5.668,5.6806,3.7244,3.7324,3.7403,3.7484,3.7564,3.7644,3.7724,3.7805,3.7886,3.7966,3.8047,3.8128,3.821,3.8291,3.8373,3.8454,3.8536,3.8618,3.87,3.8782,3.8864,3.8947,3.9029,3.9112,3.9194,3.9277,3.936,3.9443,3.9527,3.961,3.9694,3.9777,3.9861,3.9945,4.0029,4.0113,4.0197,4.0281,4.0366,4.045,4.0535,4.062,4.0705,4.079,4.0875,4.096,4.1045,4.1131,4.1216,4.1302,4.1388,4.1474,4.156,4.1646,4.1733,4.1819,4.1906,4.1992,4.2079,4.2166,4.2253,4.234,4.2427,4.2515,4.2602,4.269,4.2778,4.2866,4.2954,4.3042,4.313,4.3218,4.3306,4.3395,4.3483,4.3572,4.3661,4.3749,4.3838,4.3927,4.4017,4.4106,4.4196,4.4285,4.4375,4.4465,4.4555,4.4646,4.4736,4.4827,4.4917,4.5008,4.5099,4.5191,4.5282,4.5374,4.5465,4.5557,4.5649,4.5742,3.3924,3.3991,3.4059,3.4126,3.4194,3.4262,3.433,3.4399,3.4467,3.4536,3.4605,3.4674,3.4743,3.4812,3.4881,3.4951,3.5021,3.509,3.5161,3.5231,3.5301,3.5372,3.5442,3.5513,3.5584,3.5656,3.5727,3.5798,3.587,3.5942,3.6014,3.6086,3.6158,3.6231,3.6303,3.6376,3.6449,3.6522,3.6595,3.6668,3.6742,3.6815,3.6889,3.6963,3.7037,3.7111,3.7186,3.726,3.7335,3.741,3.7485,3.756,3.7635,3.771,3.7786,3.7861,3.7937,3.8013,3.8089,3.8165,3.8241,3.8318,3.8394,3.8471,3.8548,3.8625,3.8702,3.8779,3.8856,3.8934,3.9011,3.9089,3.9167,3.9245,3.9323,3.9401,3.9479,3.9558,3.9636,3.9715,3.9794,3.9873,3.9952,4.0031,4.011,4.019,4.027,4.0349,4.0429,4.0509,4.0589,4.067,4.075,4.083,4.0911,4.0992,4.1073,4.1154,4.1235,4.1316,4.1397,4.1479,4.1561,4.1642,4.1724,4.1806,4.1888,4.1971,4.2053,4.2135,4.2218,4.2301,4.2384,4.2467,4.255,4.2633,4.2716,4.28,4.2883,4.2967,4.3051,4.3135,4.3219,4.3303,4.3387,4.3472,4.3556,4.3641,4.3726,4.3811,4.3896,4.3981,4.4067,4.4152,4.4238,4.4323,4.4409,4.4495,4.4581,4.4668,4.4754,4.4841,4.4927,4.5014,4.5101,4.5188,4.5275,4.5362,4.545,4.5537,4.5625,4.5712,4.58,4.5888,4.5976,4.6065,4.6153,4.6242,4.633,4.6419,4.6508,4.6597,4.6686,4.6775,4.6864,4.6954,4.7043,4.7133,4.7223,4.7313,4.7403,4.7493,4.7584,4.7674,4.7765,4.7856,4.7947,4.8038,4.8129,4.8221,4.8312,4.8404,4.8496,4.8587,4.8679,4.8772,4.8864,4.8956,4.9049,4.9141,4.9234,4.9327,4.942,4.9513,4.9607,4.97,4.9794,4.9887,4.9981,5.0075,3.5562,3.5627,3.5693,3.5759,3.5825,3.5891,3.5957,3.6024,3.609,3.6157,3.6224,3.6291,3.6358,3.6425,3.6492,3.656,3.6627,3.6695,3.6763,3.6831,3.6899,3.6967,3.7036,3.7104,3.7173,3.7242,3.7311,3.738,3.7449,3.7519,3.7588,3.7658,3.7728,3.7798,3.7868,3.7938,3.8008,3.8079,3.8149,3.822,3.8291,3.8362,3.8433,3.8505,3.8576,3.8648,3.872,3.8791,3.8863,3.8936,3.9008,3.908,3.9153,3.9226,3.9299,3.9372,3.9445,3.9518,3.9592,3.9665,3.9739,3.9813,3.9887,3.9961,4.0035,4.011,4.0184,4.0259,4.0334,4.0409,4.0484,4.0559,4.0635,4.071,4.0786,4.0862,4.0938,4.1014,4.109,4.1167,4.1243,4.132,4.1397,4.1474,4.1551,4.1629,4.1706,4.1784,4.1862,4.194,4.2018,4.2096,4.2174,4.2253,4.2331,4.241,4.2489,4.2568,4.2647,4.2727,4.2806,4.2886,4.2966,4.3046,4.3126,4.3206,4.3286,4.3367,4.3448,4.3529,4.361,4.3691,4.3772,4.3853,4.3935,4.4017,4.4098,4.418,4.4263,4.4345,4.4427,4.451,4.4593,4.4675,4.4758,4.4842,4.4925,4.5008,4.5092,4.5176,4.5259,4.5343,4.5428,4.5512,4.5596,4.5681,4.5766,4.5851,4.5936,4.6021,4.6106,4.6192,4.6278,4.6364,4.645,4.6536,4.6622,4.6708,4.6795,4.6882,4.6969,4.7056,4.7143,4.723,4.7318,4.7405,4.7493,4.7581,4.7669,4.7758,4.7846,4.7935,4.8023,4.8112,4.8201,4.829,4.838,4.8469,4.8559,4.8648,4.8738,4.8828,4.8919,4.9009,4.91,4.919,4.9281,4.9372,4.9463,4.9555,4.9646,4.9738,4.9829,4.9921,5.0013,5.0105,5.0198,5.029,5.0383,5.0476,5.0568,5.0662,5.0755,5.0848,5.0942,5.1035,5.1129,5.1223,5.1317,5.1412,3.6059,3.6124,3.619,3.6255,3.632,3.6386,3.6451,3.6517,3.6583,3.665,3.6716,3.6782,3.6849,3.6916,3.6983,3.705,3.7117,3.7184,3.7252,3.7319,3.7387,3.7455,3.7523,3.7591,3.766,3.7728,3.7797,3.7866,3.7935,3.8004,3.8073,3.8142,3.8212,3.8281,3.8351,3.8421,3.8491,3.8562,3.8632,3.8703,3.8773,3.8844,3.8915,3.8987,3.9058,3.913,3.9201,3.9273,3.9345,3.9418,3.949,3.9563,3.9635,3.9708,3.9781,3.9854,3.9928,4.0001,4.0075,4.0149,4.0223,4.0297,4.0372,4.0446,4.0521,4.0596,4.0671,4.0746,4.0822,4.0897,4.0973,4.1049,4.1125,4.1201,4.1277,4.1354,4.1431,4.1507,4.1584,4.1662,4.1739,4.1816,4.1894,4.1972,4.205,4.2128,4.2206,4.2285,4.2363,4.2442,4.2521,4.26,4.2679,4.2759,4.2838,4.2918,4.2998,4.3078,4.3158,4.3239,4.332,4.34,4.3481,4.3563,4.3644,4.3726,4.3807,4.3889,4.3972,4.4054,4.4136,4.4219,4.4302,4.4385,4.4468,4.4552,4.4636,4.4719,4.4804,4.4888,4.4972,4.5057,4.5142,4.5227,4.5312,4.5397,4.5482,4.5568,4.5654,4.574,4.5826,4.5913,4.5999,4.6086,4.6173,4.626,4.6348,4.6435,4.6523,4.6611,4.6699,4.6787,4.6876,4.6965,4.7053,4.7142,4.7232,4.7321,4.7411,4.7501,4.7591,4.7681,4.7771,4.7862,4.7953,4.8044,4.8135,4.8227,4.8318,4.841,4.8502,4.8594,4.8686,4.8779,4.8872,4.8965,4.9058,4.9151,4.9245,4.9338,4.9432,4.9526,4.9621,4.9715,4.981,4.9905,5,5.0095,5.0191,5.0287,5.0383,5.0479,5.0575,5.0672,5.0769,5.0866,5.0963,5.106,5.1158,5.1256,5.1354,5.1452,5.155,5.1649,5.1748,5.1847,5.1946,5.2045,5.2145,5.2245,3.6318,3.6385,3.6453,3.6522,3.659,3.6659,3.6728,3.6797,3.6866,3.6935,3.7005,3.7075,3.7145,3.7215,3.7286,3.7356,3.7427,3.7498,3.757,3.7641,3.7713,3.7785,3.7857,3.7929,3.8002,3.8074,3.8147,3.822,3.8294,3.8367,3.8441,3.8515,3.8589,3.8663,3.8738,3.8813,3.8888,3.8963,3.9038,3.9114,3.919,3.9266,3.9342,3.9418,3.9495,3.9572,3.9649,3.9726,3.9803,3.9881,3.9959,4.0037,4.0115,4.0194,4.0272,4.0351,4.043,4.051,4.0589,4.0669,4.0749,4.0829,4.0909,4.099,4.1071,4.1152,4.1233,4.1314,4.1396,4.1478,4.156,4.1642,4.1724,4.1807,4.189,4.1973,4.2056,4.214,4.2223,4.2307,4.2391,4.2476,4.256,4.2645,4.273,4.2815,4.29,4.2986,4.3071,4.3157,4.3243,4.333,4.3416,4.3503,4.359,4.3677,4.3764,4.3852,4.394,4.4028,4.4116,4.4204,4.4293,4.4382,4.4471,4.456,4.465,4.4739,4.4829,4.4919,4.5009,4.51,4.519,4.5281,4.5372,4.5464,4.5555,4.5647,4.5738,4.5831,4.5923,4.6015,4.6108,4.6201,4.6294,4.6387,4.6481,4.6574,4.6668,4.6762,4.6857,4.6951,4.7046,4.7141,4.7236,4.7331,4.7427,4.7523,4.7619,4.7715,4.7812,4.7908,4.8005,4.8102,4.8199,4.8297,4.8394,4.8492,4.859,4.8688,4.8787,4.8886,4.8984,4.9083,4.9183,4.9282,4.9382,4.9482,4.9582,4.9682,4.9783,4.9883,4.9984,5.0085,5.0187,5.0288,5.039,5.0492,5.0594,5.0697,5.0799,5.0902,5.1005,5.1108,5.1212,5.1315,5.1419,5.1523,5.1628,5.1732,5.1837,5.1942,5.2047,5.2152,5.2258,5.2363,5.2469,5.2576,5.2682,5.2788,5.2895,5.3002,5.3109,5.3217,5.3324,5.3432,5.354,5.3648,5.3757,5.3865,3.6656,3.6727,3.6798,3.6869,3.6941,3.7012,3.7084,3.7156,3.7228,3.7301,3.7373,3.7446,3.7519,3.7592,3.7666,3.7739,3.7813,3.7887,3.7961,3.8035,3.811,3.8184,3.8259,3.8334,3.8409,3.8485,3.8561,3.8636,3.8712,3.8789,3.8865,3.8942,3.9018,3.9095,3.9172,3.925,3.9327,3.9405,3.9483,3.9561,3.964,3.9718,3.9797,3.9876,3.9955,4.0034,4.0114,4.0193,4.0273,4.0353,4.0433,4.0514,4.0594,4.0675,4.0756,4.0837,4.0918,4.1,4.1081,4.1163,4.1245,4.1328,4.141,4.1493,4.1576,4.1659,4.1742,4.1826,4.1909,4.1993,4.2078,4.2162,4.2247,4.2332,4.2417,4.2502,4.2587,4.2673,4.2759,4.2846,4.2932,4.3019,4.3105,4.3192,4.328,4.3367,4.3455,4.3542,4.363,4.3718,4.3806,4.3895,4.3983,4.4072,4.416,4.4249,4.4338,4.4428,4.4517,4.4607,4.4696,4.4786,4.4877,4.4967,4.5057,4.5148,4.5239,4.5331,4.5422,4.5513,4.5605,4.5697,4.579,4.5883,4.5975,4.6068,4.6162,4.6255,4.6349,4.6443,4.6537,4.6631,4.6726,4.682,4.6915,4.701,4.7106,4.7201,4.7297,4.7393,4.7489,4.7585,4.7681,4.7778,4.7874,4.7971,4.8068,4.8166,4.8263,4.8361,4.8458,4.8556,4.8655,4.8753,4.8852,4.895,4.9049,4.9149,4.9248,4.9348,4.9447,4.9547,4.9647,4.9748,4.9849,4.9949,5.005,5.0152,5.0253,5.0355,5.0457,5.0559,5.0661,5.0764,5.0867,5.097,5.1073,5.1177,5.128,5.1384,5.1488,5.1593,5.1697,5.1802,5.1907,5.2012,5.2117,5.2223,5.2329,5.2435,5.2541,5.2647,5.2754,5.286,5.2967,5.3075,5.3182,5.329,5.3397,5.3506,5.3614,5.3722,5.3831,5.394,5.4049,5.4159,5.4269,5.4378,5.4489,5.4599,3.6682,3.6752,3.6822,3.6893,3.6964,3.7035,3.7106,3.7177,3.7249,3.7321,3.7393,3.7465,3.7537,3.7609,3.7682,3.7755,3.7828,3.7901,3.7975,3.8048,3.8122,3.8196,3.827,3.8345,3.8419,3.8494,3.8569,3.8644,3.8719,3.8795,3.887,3.8946,3.9022,3.9098,3.9174,3.9251,3.9328,3.9405,3.9482,3.9559,3.9636,3.9714,3.9792,3.987,3.9948,4.0026,4.0105,4.0184,4.0263,4.0342,4.0421,4.0501,4.058,4.066,4.074,4.082,4.0901,4.0981,4.1062,4.1143,4.1224,4.1305,4.1387,4.1468,4.155,4.1632,4.1714,4.1796,4.1879,4.1961,4.2044,4.2127,4.2211,4.2294,4.2378,4.2462,4.2546,4.263,4.2715,4.2799,4.2884,4.2969,4.3054,4.314,4.3226,4.3311,4.3397,4.3484,4.357,4.3656,4.3743,4.383,4.3917,4.4004,4.4092,4.4179,4.4267,4.4355,4.4443,4.4532,4.462,4.4709,4.4798,4.4887,4.4977,4.5066,4.5156,4.5246,4.5336,4.5427,4.5517,4.5608,4.5699,4.5791,4.5882,4.5974,4.6066,4.6158,4.625,4.6343,4.6436,4.6529,4.6622,4.6715,4.6809,4.6902,4.6996,4.709,4.7184,4.7279,4.7373,4.7468,4.7563,4.7658,4.7753,4.7848,4.7944,4.804,4.8135,4.8232,4.8328,4.8424,4.8521,4.8618,4.8715,4.8812,4.8909,4.9007,4.9104,4.9202,4.93,4.9399,4.9497,4.9596,4.9695,4.9794,4.9893,4.9992,5.0092,5.0191,5.0291,5.0391,5.0492,5.0592,5.0692,5.0793,5.0894,5.0995,5.1097,5.1198,5.13,5.1401,5.1504,5.1606,5.1708,5.1811,5.1913,5.2016,5.2119,5.2223,5.2326,5.243,5.2534,5.2638,5.2742,5.2846,5.2951,5.3055,5.316,5.3265,5.337,5.3476,5.3581,5.3687,5.3793,5.3899,5.4006,5.4112,5.4219,5.4325,3.6476,3.6544,3.6612,3.668,3.6748,3.6816,3.6885,3.6954,3.7022,3.7091,3.716,3.723,3.7299,3.7369,3.7439,3.7509,3.7579,3.7649,3.7719,3.779,3.7861,3.7932,3.8003,3.8074,3.8145,3.8217,3.8288,3.836,3.8432,3.8504,3.8577,3.8649,3.8722,3.8794,3.8867,3.894,3.9014,3.9087,3.916,3.9234,3.9308,3.9382,3.9456,3.953,3.9605,3.9679,3.9754,3.9829,3.9904,3.9979,4.0054,4.013,4.0205,4.0281,4.0357,4.0433,4.0509,4.0585,4.0662,4.0739,4.0815,4.0892,4.0969,4.1046,4.1124,4.1201,4.1279,4.1356,4.1434,4.1512,4.1591,4.1669,4.1747,4.1826,4.1905,4.1984,4.2063,4.2142,4.2221,4.2301,4.2381,4.246,4.254,4.2621,4.2701,4.2781,4.2862,4.2943,4.3023,4.3104,4.3185,4.3267,4.3348,4.343,4.3511,4.3593,4.3675,4.3757,4.3839,4.3922,4.4004,4.4087,4.417,4.4253,4.4336,4.4419,4.4502,4.4586,4.467,4.4753,4.4837,4.4921,4.5006,4.509,4.5175,4.5259,4.5344,4.5429,4.5515,4.56,4.5685,4.5771,4.5857,4.5943,4.6029,4.6115,4.6201,4.6288,4.6374,4.6461,4.6548,4.6635,4.6722,4.6809,4.6897,4.6984,4.7072,4.716,4.7248,4.7337,4.7425,4.7514,4.7602,4.7691,4.778,4.7869,4.7958,4.8048,4.8137,4.8227,4.8317,4.8407,4.8497,4.8587,4.8678,4.8768,4.8859,4.895,4.904,4.9132,4.9223,4.9314,4.9405,4.9497,4.9589,4.9681,4.9773,4.9865,4.9957,5.0049,5.0142,5.0234,5.0327,5.042,5.0513,5.0606,5.0699,5.0793,5.0886,5.098,5.1074,5.1168,5.1262,5.1356,5.145,5.1545,5.164,5.1734,5.1829,5.1924,5.202,5.2115,5.2211,5.2306,5.2402,5.2498,5.2594,5.269,5.2786,5.2883,3.6031,3.6093,3.6156,3.6218,3.6281,3.6344,3.6407,3.647,3.6534,3.6597,3.6661,3.6724,3.6788,3.6852,3.6916,3.698,3.7045,3.7109,3.7174,3.7238,3.7303,3.7368,3.7433,3.7498,3.7563,3.7629,3.7694,3.776,3.7826,3.7892,3.7958,3.8024,3.809,3.8157,3.8223,3.829,3.8357,3.8423,3.849,3.8557,3.8625,3.8692,3.8759,3.8827,3.8895,3.8962,3.903,3.9098,3.9166,3.9234,3.9303,3.9371,3.9439,3.9508,3.9577,3.9646,3.9715,3.9784,3.9853,3.9922,3.9992,4.0061,4.0131,4.0201,4.0271,4.0341,4.0411,4.0481,4.0552,4.0622,4.0693,4.0764,4.0835,4.0906,4.0977,4.1048,4.112,4.1191,4.1263,4.1335,4.1407,4.1479,4.1551,4.1623,4.1695,4.1768,4.184,4.1913,4.1986,4.2059,4.2132,4.2205,4.2278,4.2352,4.2425,4.2499,4.2573,4.2646,4.272,4.2794,4.2869,4.2943,4.3017,4.3092,4.3166,4.3241,4.3316,4.3391,4.3466,4.3541,4.3616,4.3692,4.3767,4.3843,4.3919,4.3995,4.4071,4.4147,4.4223,4.4299,4.4376,4.4452,4.4529,4.4606,4.4683,4.476,4.4837,4.4914,4.4992,4.5069,4.5147,4.5225,4.5303,4.5381,4.5459,4.5537,4.5615,4.5694,4.5772,4.5851,4.593,4.6009,4.6088,4.6168,4.6247,4.6326,4.6406,4.6486,4.6566,4.6646,4.6726,4.6806,4.6887,4.6967,4.7048,4.7129,4.721,4.7291,4.7372,4.7453,4.7535,4.7616,4.7698,4.778,4.7862,4.7944,4.8026,4.8108,4.8191,4.8274,4.8356,4.8439,4.8522,4.8605,4.8688,4.8771,4.8855,4.8938,4.9022,4.9106,4.919,4.9274,4.9358,4.9442,4.9526,4.9611,4.9696,4.978,4.9865,4.995,5.0035,5.0121,5.0206,5.0292,5.0377,5.0463,5.0549,5.0635,5.0722,5.0808,3.5429,3.5486,3.5544,3.5602,3.566,3.5718,3.5776,3.5834,3.5893,3.5951,3.601,3.6069,3.6128,3.6187,3.6246,3.6305,3.6364,3.6424,3.6483,3.6543,3.6603,3.6663,3.6723,3.6783,3.6843,3.6903,3.6964,3.7024,3.7085,3.7146,3.7207,3.7268,3.7329,3.7391,3.7452,3.7514,3.7575,3.7637,3.7699,3.7761,3.7824,3.7886,3.7949,3.8011,3.8074,3.8137,3.82,3.8263,3.8326,3.8389,3.8453,3.8516,3.858,3.8644,3.8708,3.8772,3.8836,3.89,3.8964,3.9029,3.9093,3.9158,3.9223,3.9288,3.9354,3.9419,3.9484,3.955,3.9615,3.9681,3.9747,3.9813,3.9879,3.9945,4.0011,4.0078,4.0144,4.0211,4.0278,4.0344,4.0411,4.0478,4.0546,4.0613,4.068,4.0748,4.0815,4.0883,4.0951,4.1019,4.1087,4.1156,4.1224,4.1293,4.1361,4.143,4.1499,4.1568,4.1637,4.1706,4.1776,4.1845,4.1915,4.1985,4.2055,4.2125,4.2195,4.2265,4.2335,4.2406,4.2477,4.2547,4.2618,4.2689,4.276,4.2831,4.2903,4.2974,4.3046,4.3117,4.3189,4.3261,4.3333,4.3405,4.3477,4.355,4.3622,4.3695,4.3767,4.384,4.3913,4.3986,4.4059,4.4132,4.4206,4.4279,4.4353,4.4427,4.4501,4.4575,4.4649,4.4723,4.4797,4.4872,4.4946,4.5021,4.5096,4.517,4.5245,4.5321,4.5396,4.5471,4.5547,4.5622,4.5698,4.5774,4.585,4.5926,4.6002,4.6078,4.6154,4.6231,4.6307,4.6384,4.6461,4.6538,4.6615,4.6692,4.677,4.6847,4.6925,4.7003,4.7081,4.7159,4.7237,4.7315,4.7393,4.7472,4.755,4.7629,4.7708,4.7787,4.7866,4.7945,4.8024,4.8104,4.8183,4.8263,4.8343,4.8423,4.8502,4.8583,4.8663,4.8743,4.8824,4.8904,4.8985,4.9066,4.9147,4.9228,3.491,3.4965,3.502,3.5075,3.5131,3.5186,3.5242,3.5297,3.5353,3.5409,3.5465,3.5521,3.5577,3.5634,3.569,3.5747,3.5803,3.586,3.5917,3.5974,3.6031,3.6088,3.6145,3.6203,3.626,3.6318,3.6376,3.6433,3.6491,3.6549,3.6607,3.6666,3.6724,3.6782,3.6841,3.69,3.6958,3.7017,3.7076,3.7135,3.7195,3.7254,3.7313,3.7373,3.7432,3.7492,3.7552,3.7612,3.7672,3.7732,3.7792,3.7852,3.7913,3.7973,3.8034,3.8095,3.8155,3.8216,3.8278,3.8339,3.84,3.8462,3.8523,3.8585,3.8647,3.8709,3.8771,3.8833,3.8895,3.8957,3.902,3.9082,3.9145,3.9208,3.9271,3.9334,3.9397,3.9461,3.9524,3.9588,3.9651,3.9715,3.9779,3.9843,3.9907,3.9972,4.0036,4.0101,4.0165,4.023,4.0295,4.036,4.0425,4.049,4.0556,4.0621,4.0687,4.0752,4.0818,4.0884,4.095,4.1016,4.1083,4.1149,4.1215,4.1282,4.1349,4.1416,4.1483,4.155,4.1617,4.1685,4.1752,4.182,4.1888,4.1956,4.2024,4.2092,4.216,4.2229,4.2297,4.2366,4.2435,4.2504,4.2573,4.2642,4.2711,4.2781,4.285,4.292,4.299,4.306,4.313,4.32,4.327,4.3341,4.3411,4.3482,4.3553,4.3624,4.3695,4.3766,4.3837,4.3909,4.3981,4.4052,4.4124,4.4196,4.4268,4.434,4.4413,4.4485,4.4558,4.463,4.4703,4.4776,4.4849,4.4922,4.4996,4.5069,4.5143,4.5216,4.529,4.5364,4.5438,4.5512,4.5587,4.5661,4.5736,4.581,4.5885,4.596,4.6035,4.611,4.6186,4.6261,4.6337,4.6412,4.6488,4.6564,4.664,4.6717,4.6793,4.687,4.6946,4.7023,4.71,4.7177,4.7254,4.7331,4.7408,4.7486,4.7564,4.7641,4.7719,4.7797,4.7875,4.7954,4.8032,4.8111,4.8189,4.8268,4.8347,4.8426,4.8505,4.8585,4.8664,4.8744,4.8823,4.8903,4.8983,4.9063,4.9143,4.9224,4.9304,4.9385,4.9466,4.9546,4.9627,4.9709,4.979,4.9871,4.9953,5.0035,5.0116,5.0198,5.028,5.0363,5.0445,5.0527,5.061,5.0692,5.0775,5.0858,5.0941,5.1024,5.1107,5.1191,5.1274,5.1358,5.1441,5.1525,5.1609,5.1693,5.1777,5.1862,5.1946,5.203,5.2115,5.22,5.2284,5.2369,5.2454,5.254,5.2625,5.271,5.2796,5.2881,5.2967,5.3053,5.3139,5.3225,5.3312,5.3398,5.3484,5.3571,5.3658,5.3745,5.3832,5.3919,5.4006,5.4093,5.4181,5.4268,5.4356,5.4444,5.4532,5.462,5.4708,5.4796,5.4885,5.4973,5.5062,5.515,5.5239,5.5328,5.5417,5.5507,5.5596,5.5686,5.5775,5.5865,5.5955,5.6045,5.6135,5.6225,5.6316,5.6406,5.6497,5.6587,3.6959,3.7015,3.7071,3.7127,3.7183,3.7239,3.7295,3.7352,3.7408,3.7465,3.7522,3.7579,3.7635,3.7693,3.775,3.7807,3.7864,3.7922,3.798,3.8037,3.8095,3.8153,3.8211,3.827,3.8328,3.8386,3.8445,3.8504,3.8562,3.8621,3.868,3.874,3.8799,3.8858,3.8918,3.8977,3.9037,3.9097,3.9157,3.9217,3.9278,3.9338,3.9398,3.9459,3.952,3.9581,3.9642,3.9703,3.9764,3.9825,3.9887,3.9949,4.001,4.0072,4.0134,4.0196,4.0259,4.0321,4.0384,4.0446,4.0509,4.0572,4.0635,4.0698,4.0762,4.0825,4.0889,4.0952,4.1016,4.108,4.1144,4.1208,4.1273,4.1337,4.1401,4.1466,4.1531,4.1596,4.1661,4.1726,4.1791,4.1857,4.1922,4.1988,4.2054,4.212,4.2186,4.2252,4.2318,4.2385,4.2451,4.2518,4.2585,4.2652,4.2719,4.2786,4.2854,4.2921,4.2989,4.3056,4.3124,4.3192,4.326,4.3329,4.3397,4.3465,4.3534,4.3603,4.3672,4.3741,4.381,4.3879,4.3948,4.4018,4.4088,4.4157,4.4227,4.4297,4.4367,4.4438,4.4508,4.4578,4.4649,4.472,4.4791,4.4861,4.4933,4.5004,4.5075,4.5146,4.5218,4.5289,4.5361,4.5433,4.5505,4.5576,4.5649,4.5721,4.5793,4.5865,4.5937,4.601,4.6082,4.6155,4.6228,4.63,4.6373,4.6446,4.6519,4.6592,4.6665,4.6739,4.6812,4.6885,4.6959,4.7033,4.7106,4.718,4.7254,4.7328,4.7402,4.7476,4.755,4.7625,4.7699,4.7774,4.7849,4.7923,4.7998,4.8073,4.8148,4.8223,4.8298,4.8373,4.8449,4.8524,4.86,4.8675,4.8751,4.8826,4.8902,4.8978,4.9054,4.913,4.9206,4.9282,4.9359,4.9435,4.9512,4.9588,4.9665,4.9742,4.9819,4.9895,4.9972,5.0049,5.0126,5.0204,5.0281,5.0358,3.5272,3.5324,3.5376,3.5428,3.548,3.5532,3.5584,3.5637,3.5689,3.5742,3.5794,3.5847,3.59,3.5953,3.6006,3.6059,3.6112,3.6165,3.6218,3.6272,3.6325,3.6379,3.6432,3.6486,3.654,3.6594,3.6648,3.6702,3.6756,3.681,3.6864,3.6919,3.6973,3.7027,3.7082,3.7136,3.7191,3.7246,3.7301,3.7356,3.7411,3.7466,3.7521,3.7576,3.7632,3.7687,3.7743,3.7798,3.7854,3.791,3.7965,3.8021,3.8077,3.8133,3.8189,3.8245,3.8301,3.8357,3.8414,3.847,3.8526,3.8583,3.8639,3.8696,3.8752,3.8809,3.8865,3.8922,3.8979,3.9035,3.9092,3.9149,3.9206,3.9263,3.932,3.9377,3.9434,3.9492,3.9549,3.9606,3.9664,3.9721,3.9779,3.9836,3.9894,3.9951,4.0009,4.0067,4.0125,4.0183,4.0241,4.0299,4.0357,4.0415,4.0473,4.0531,4.0589,4.0647,4.0705,4.0764,4.0822,4.088,4.0939,4.0997,4.1056,4.1115,4.1173,4.1232,4.1291,4.135,4.1408,4.1467,4.1526,4.1585,4.1644,4.1703,4.1762,4.1822,4.1881,4.194,4.1999,4.2059,4.2118,4.2178,4.2237,4.2297,4.2356,4.2416,4.2475,4.2535,4.2595,4.2655,4.2714,4.2774,4.2834,4.2894,4.2954,4.3014,4.3074,4.3134,4.3194,4.3254,4.3314,4.3374,4.3435,4.3495,4.3555,4.3616,4.3676,4.3736,4.3797,4.3857,4.3918,4.3979,4.4039,4.41,4.416,4.4221,4.4282,4.4343,4.4404,4.4464,4.4525,4.4586,4.4647,4.4708,4.4769,4.483,4.4892,4.4953,4.5014,4.5075,4.5137,4.5198,4.5259,4.5321,4.5382,4.5444,4.5505,4.5567,4.5628,4.569,4.5752,4.5813,4.5875,4.5937,4.5999,4.606,4.6122,4.6184,4.6246,4.6308,4.637,4.6432,4.6495,4.6557,4.6619,4.6681,4.6743,4.6806,4.6868,4.693,4.6993,4.7055,4.7118,4.718,4.7243,4.7305,4.7368,4.7431,4.7493,4.7556,4.7619,4.7682,4.7745,4.7808,4.7871,4.7934,4.7997,4.806,4.8123,4.8186,4.8249,4.8313,4.8376,4.8439,4.8503,4.8566,4.863,4.8693,4.8757,4.882,4.8884,4.8948,4.9012,4.9075,4.9139,4.9203,4.9267,4.9331,4.9395,4.9459,4.9523,4.9588,4.9652,4.9716,4.9781,4.9845,4.991,4.9974,5.0039,5.0103,5.0168,5.0233,5.0298,5.0363,5.0428,5.0493,5.0558,5.0623,5.0688,5.0754,5.0819,5.0884,5.095,5.1015,5.1081,5.1147,5.1212,5.1278,5.1344,5.141,5.1476,5.1542,5.1608,5.1674,5.1741,5.1807,5.1873,5.194,5.2006,5.2073,5.214,5.2207,5.2273,5.234,5.2407,5.2474,5.2541,5.2609,5.2676,5.2743,5.2811,5.2878,5.2946,5.3013,5.3081,5.3149,5.3216,5.3284,3.6221,3.6265,3.631,3.6354,3.6399,3.6444,3.6489,3.6533,3.6578,3.6623,3.6668,3.6714,3.6759,3.6804,3.6849,3.6895,3.694,3.6986,3.7032,3.7077,3.7123,3.7169,3.7215,3.7261,3.7307,3.7353,3.7399,3.7445,3.7492,3.7538,3.7585,3.7631,3.7678,3.7725,3.7771,3.7818,3.7865,3.7912,3.7959,3.8007,3.8054,3.8101,3.8149,3.8196,3.8244,3.8291,3.8339,3.8387,3.8435,3.8483,3.8531,3.8579,3.8628,3.8676,3.8724,3.8773,3.8821,3.887,3.8919,3.8968,3.9017,3.9066,3.9115,3.9164,3.9213,3.9263,3.9312,3.9362,3.9412,3.9461,3.9511,3.9561,3.9611,3.9661,3.9712,3.9762,3.9812,3.9863,3.9913,3.9964,4.0015,4.0066,4.0116,4.0168,4.0219,4.027,4.0321,4.0373,4.0424,4.0476,4.0527,4.0579,4.0631,4.0683,4.0735,4.0787,4.0839,4.0892,4.0944,4.0997,4.1049,4.1102,4.1155,4.1208,4.1261,4.1314,4.1367,4.1421,4.1474,4.1528,4.1581,4.1635,4.1689,4.1743,4.1797,4.1851,4.1906,4.196,4.2015,4.2069,4.2124,4.2179,4.2234,4.2289,4.2344,4.2399,4.2454,4.2509,4.2565,4.262,4.2676,4.2732,4.2788,4.2844,4.29,4.2956,4.3012,4.3068,4.3125,4.3181,4.3238,4.3294,4.3351,4.3408,4.3465,4.3522,4.3579,4.3636,4.3693,4.3751,4.3808,4.3866,4.3923,4.3981,4.4039,4.4097,4.4155,4.4213,4.4271,4.433,4.4388,4.4447,4.4505,4.4564,4.4623,4.4682,4.474,4.4799,4.4858,4.4917,4.4977,4.5036,4.5095,4.5155,4.5214,4.5274,4.5334,4.5394,4.5454,4.5514,4.5574,4.5635,4.5695,4.5756,4.5816,4.5877,4.5938,4.5998,4.6059,4.612,4.6181,4.6242,4.6303,4.6365,4.6426,4.6487,4.6549,4.6611,4.6672,4.6734,4.6796,4.6858,4.692,4.6982,4.7044,4.7107,4.7169,4.7231,4.7294,4.7356,4.7419,4.7482,4.7545,4.7607,4.767,4.7733,4.7796,4.7859,4.7923,4.7986,4.8049,4.8112,4.8176,4.8239,4.8303,4.8366,4.843,4.8493,4.8557,4.8621,4.8685,4.8749,4.8813,4.8877,4.8942,4.9006,4.907,4.9135,4.9199,4.9264,4.9328,4.9393,4.9458,4.9523,4.9587,4.9652,4.9717,4.9782,4.9847,4.9912,4.9977,5.0043,5.0108,5.0173,5.0239,5.0304,5.037,5.0435,5.0501,5.0567,5.0632,5.0698,5.0764,5.083,5.0896,5.0962,5.1027,5.1094,5.116,5.1226,5.1292,5.1358,5.1424,5.149,5.1557,5.1623,5.1689,5.1756,5.1822,5.1889,5.1955,5.2021,5.2088,5.2154,5.2221,5.2287,5.2354,5.242,5.2487,5.2553,5.262,5.2687,5.2753,5.282,5.2887,5.2953,5.302,5.3087,5.3154,5.3221,3.6257,3.63,3.6344,3.6388,3.6432,3.6476,3.652,3.6564,3.6608,3.6652,3.6696,3.674,3.6784,3.6829,3.6873,3.6917,3.6962,3.7006,3.7051,3.7095,3.714,3.7184,3.7229,3.7274,3.7318,3.7363,3.7408,3.7453,3.7497,3.7542,3.7587,3.7632,3.7677,3.7721,3.7766,3.7811,3.7856,3.7901,3.7946,3.7991,3.8035,3.808,3.8125,3.817,3.8215,3.826,3.8305,3.835,3.8395,3.844,3.8484,3.8529,3.8574,3.8619,3.8664,3.8709,3.8755,3.88,3.8845,3.889,3.8935,3.898,3.9025,3.907,3.9115,3.916,3.9206,3.9251,3.9296,3.9341,3.9387,3.9432,3.9477,3.9523,3.9568,3.9613,3.9659,3.9704,3.9749,3.9795,3.984,3.9885,3.9931,3.9976,4.0022,4.0067,4.0112,4.0158,4.0203,4.0249,4.0294,4.034,4.0385,4.0431,4.0476,4.0521,4.0567,4.0612,4.0658,4.0703,4.0749,4.0794,4.084,4.0885,4.0931,4.0976,4.1022,4.1067,4.1113,4.1158,4.1203,4.1249,4.1294,4.134,4.1385,4.1431,4.1476,4.1521,4.1567,4.1612,4.1658,4.1703,4.1749,4.1794,4.184,4.1885,4.1931,4.1976,4.2022,4.2067,4.2113,4.2159,4.2204,4.225,4.2295,4.2341,4.2386,4.2432,4.2477,4.2523,4.2568,4.2614,4.2659,4.2705,4.2751,4.2796,4.2842,4.2887,4.2933,4.2978,4.3024,4.3069,4.3115,4.316,4.3205,4.3251,4.3296,4.3342,4.3387,4.3433,4.3478,4.3524,4.3569,4.3615,4.366,4.3706,4.3751,4.3797,4.3842,4.3888,4.3933,4.3978,4.4024,4.4069,4.4115,4.416,4.4205,4.4251,4.4296,4.4342,4.4387,4.4432,4.4478,4.4523,4.4569,4.4614,4.4659,4.4705,4.475,4.4796,4.4841,4.4887,4.4932,4.4978,4.5023,4.5069,4.5114,4.516,4.5206,4.5251,4.5297,4.5342,4.5388,4.5433,4.5479,4.5525,4.557,4.5616,4.5662,4.5707,4.5753,4.5799,4.5844,4.589,4.5936,4.5981,4.6027,4.6073,4.6118,4.6164,4.621,4.6256,4.6301,4.6347,4.6393,4.6439,4.6485,4.6531,4.6577,4.6623,4.6668,4.6714,4.676,4.6806,4.6852,4.6898,4.6944,4.699,4.7037,4.7083,4.7129,4.7175,4.7221,4.7267,4.7313,4.7359,4.7406,4.7452,4.7498,4.7544,4.7591,4.7637,4.7683,4.773,4.7776,4.7822,4.7869,4.7915,4.7962,4.8008,4.8055,4.8101,4.8148,4.8195,4.8241,4.8288,4.8335,4.8382,4.8428,4.8475,4.8522,4.8569,4.8616,4.8663,4.871,4.8757,4.8804,4.8851,4.8898,4.8945,4.8992,4.904,4.9087,4.9134,4.9181,4.9229,4.9276,4.9323,4.9371,4.9418,4.9466,4.9513,4.9561,4.9608,4.9656,4.9704,4.9751,4.9799,4.9847,4.9895,3.5398,3.5432,3.5465,3.5499,3.5532,3.5566,3.56,3.5633,3.5667,3.5701,3.5735,3.5769,3.5803,3.5837,3.5871,3.5905,3.594,3.5974,3.6008,3.6043,3.6077,3.6112,3.6146,3.6181,3.6216,3.6251,3.6285,3.632,3.6355,3.639,3.6425,3.6461,3.6496,3.6531,3.6566,3.6602,3.6637,3.6673,3.6709,3.6744,3.678,3.6816,3.6852,3.6888,3.6924,3.696,3.6996,3.7032,3.7068,3.7105,3.7141,3.7178,3.7214,3.7251,3.7288,3.7324,3.7361,3.7398,3.7435,3.7472,3.7509,3.7547,3.7584,3.7621,3.7659,3.7696,3.7734,3.7771,3.7809,3.7847,3.7885,3.7923,3.7961,3.7999,3.8037,3.8075,3.8114,3.8152,3.8191,3.8229,3.8268,3.8307,3.8345,3.8384,3.8423,3.8462,3.8501,3.8541,3.858,3.8619,3.8659,3.8698,3.8738,3.8778,3.8817,3.8857,3.8897,3.8937,3.8977,3.9017,3.9058,3.9098,3.9139,3.9179,3.922,3.926,3.9301,3.9342,3.9383,3.9424,3.9465,3.9506,3.9547,3.9589,3.963,3.9672,3.9713,3.9755,3.9797,3.9839,3.9881,3.9923,3.9965,4.0007,4.0049,4.0092,4.0134,4.0177,4.0219,4.0262,4.0305,4.0348,4.0391,4.0434,4.0477,4.052,4.0564,4.0607,4.0651,4.0694,4.0738,4.0782,4.0825,4.0869,4.0913,4.0957,4.1002,4.1046,4.109,4.1135,4.1179,4.1224,4.1269,4.1313,4.1358,4.1403,4.1448,4.1493,4.1539,4.1584,4.1629,4.1675,4.172,4.1766,4.1812,4.1857,4.1903,4.1949,4.1995,4.2041,4.2088,4.2134,4.218,4.2227,4.2273,4.232,4.2367,4.2413,4.246,4.2507,4.2554,4.2601,4.2649,4.2696,4.2743,4.2791,4.2838,4.2886,4.2934,4.2981,4.3029,4.3077,4.3125,4.3173,4.3221,4.327,4.3318,4.3366,4.3415,4.3463,4.3512,4.3561,4.361,4.3658,4.3707,4.3756,4.3806,4.3855,4.3904,4.3953,4.4003,4.4052,4.4102,4.4151,4.4201,4.4251,4.4301,4.4351,4.4401,4.4451,4.4501,4.4551,4.4602,4.4652,4.4703,4.4753,4.4804,4.4855,4.4906,4.4956,4.5007,4.5058,4.511,4.5161,4.5212,4.5263,4.5315,4.5366,4.5418,4.5469,4.5521,4.5573,4.5625,4.5677,4.5729,4.5781,4.5833,4.5885,4.5938,4.599,4.6043,4.6095,4.6148,4.6201,4.6253,4.6306,4.6359,4.6412,4.6465,4.6519,4.6572,4.6625,4.6679,4.6732,4.6786,4.684,4.6893,4.6947,4.7001,4.7055,4.7109,4.7164,4.7218,4.7272,4.7327,4.7381,4.7436,4.7491,4.7545,4.76,4.7655,4.771,4.7765,4.782,4.7876,4.7931,4.7987,4.8042,4.8098,4.8154,4.8209,4.8265,4.8321,4.8377,4.8433,4.849,4.8546,4.8603,4.8659,4.8716,3.4996,3.5035,3.5075,3.5115,3.5155,3.5195,3.5235,3.5275,3.5316,3.5356,3.5397,3.5437,3.5478,3.5519,3.556,3.5601,3.5642,3.5683,3.5724,3.5765,3.5807,3.5848,3.589,3.5932,3.5974,3.6015,3.6058,3.61,3.6142,3.6184,3.6227,3.6269,3.6312,3.6354,3.6397,3.644,3.6483,3.6526,3.6569,3.6613,3.6656,3.6699,3.6743,3.6787,3.683,3.6874,3.6918,3.6962,3.7006,3.7051,3.7095,3.714,3.7184,3.7229,3.7273,3.7318,3.7363,3.7408,3.7453,3.7499,3.7544,3.7589,3.7635,3.768,3.7726,3.7772,3.7818,3.7864,3.791,3.7956,3.8002,3.8049,3.8095,3.8142,3.8188,3.8235,3.8282,3.8329,3.8376,3.8423,3.8471,3.8518,3.8565,3.8613,3.8661,3.8708,3.8756,3.8804,3.8852,3.89,3.8948,3.8997,3.9045,3.9094,3.9142,3.9191,3.924,3.9289,3.9338,3.9387,3.9436,3.9485,3.9535,3.9584,3.9634,3.9684,3.9734,3.9783,3.9833,3.9884,3.9934,3.9984,4.0034,4.0085,4.0135,4.0186,4.0237,4.0288,4.0339,4.039,4.0441,4.0492,4.0544,4.0595,4.0647,4.0698,4.075,4.0802,4.0854,4.0906,4.0958,4.101,4.1063,4.1115,4.1168,4.122,4.1273,4.1326,4.1379,4.1432,4.1485,4.1538,4.1591,4.1644,4.1698,4.1751,4.1805,4.1859,4.1913,4.1966,4.202,4.2074,4.2129,4.2183,4.2237,4.2292,4.2346,4.2401,4.2455,4.251,4.2565,4.262,4.2675,4.273,4.2785,4.284,4.2896,4.2951,4.3007,4.3062,4.3118,4.3174,4.323,4.3285,4.3342,4.3398,4.3454,4.351,4.3567,4.3623,4.368,4.3736,4.3793,4.385,4.3907,4.3964,4.4021,4.4078,4.4135,4.4193,4.425,4.4308,4.4365,4.4423,4.4481,4.4539,4.4597,4.4655,4.4713,4.4771,4.4829,4.4888,4.4946,4.5004,4.5063,4.5122,4.518,4.5239,4.5298,4.5357,4.5416,4.5475,4.5535,4.5594,4.5653,4.5713,4.5772,4.5832,4.5891,4.5951,4.6011,4.6071,4.6131,4.6191,4.6251,4.6311,4.6371,4.6432,4.6492,4.6553,4.6613,4.6674,4.6735,4.6796,4.6857,4.6918,4.6979,4.704,4.7101,4.7163,4.7224,4.7286,4.7347,4.7409,4.747,4.7532,4.7594,4.7656,4.7718,4.778,4.7842,4.7905,4.7967,4.8029,4.8092,4.8154,4.8217,4.8279,4.8342,4.8405,4.8468,4.8531,4.8594,4.8657,4.872,4.8783,4.8847,4.891,4.8973,4.9037,4.9101,4.9164,4.9228,4.9292,4.9356,4.942,4.9484,4.9548,4.9612,4.9676,4.9741,4.9805,4.987,4.9934,4.9999,5.0064,5.0129,5.0194,5.0259,5.0324,5.0389,5.0454,5.0519,5.0585,5.065,5.0716,5.0781,5.0847,5.0913,5.0978,3.5501,3.5545,3.5588,3.5632,3.5675,3.5719,3.5763,3.5807,3.5851,3.5895,3.5939,3.5983,3.6027,3.6072,3.6116,3.616,3.6205,3.6249,3.6294,3.6339,3.6383,3.6428,3.6473,3.6518,3.6563,3.6609,3.6654,3.6699,3.6745,3.679,3.6836,3.6881,3.6927,3.6973,3.7018,3.7064,3.711,3.7156,3.7202,3.7249,3.7295,3.7341,3.7387,3.7434,3.748,3.7527,3.7573,3.762,3.7667,3.7714,3.776,3.7807,3.7854,3.7901,3.7948,3.7996,3.8043,3.809,3.8137,3.8185,3.8232,3.828,3.8327,3.8375,3.8423,3.847,3.8518,3.8566,3.8614,3.8662,3.871,3.8758,3.8806,3.8854,3.8902,3.8951,3.8999,3.9047,3.9096,3.9145,3.9193,3.9242,3.9291,3.9339,3.9388,3.9437,3.9486,3.9535,3.9585,3.9634,3.9683,3.9732,3.9782,3.9831,3.9881,3.993,3.998,4.0029,4.0079,4.0129,4.0179,4.0229,4.0278,4.0328,4.0378,4.0428,4.0479,4.0529,4.0579,4.0629,4.068,4.073,4.078,4.0831,4.0881,4.0932,4.0983,4.1033,4.1084,4.1135,4.1186,4.1237,4.1288,4.1339,4.139,4.1441,4.1493,4.1544,4.1595,4.1647,4.1698,4.175,4.1801,4.1853,4.1904,4.1956,4.2008,4.206,4.2112,4.2164,4.2216,4.2268,4.232,4.2372,4.2424,4.2476,4.2529,4.2581,4.2633,4.2686,4.2738,4.2791,4.2844,4.2896,4.2949,4.3002,4.3055,4.3108,4.316,4.3213,4.3267,4.332,4.3373,4.3426,4.3479,4.3533,4.3586,4.3639,4.3693,4.3746,4.38,4.3854,4.3907,4.3961,4.4015,4.4069,4.4123,4.4177,4.4231,4.4285,4.4339,4.4393,4.4447,4.4501,4.4556,4.461,4.4664,4.4719,4.4773,4.4827,4.4882,4.4936,4.4991,4.5046,4.51,4.5155,4.521,4.5265,4.532,4.5375,4.543,4.5485,4.554,4.5595,4.565,4.5706,4.5761,4.5817,4.5872,4.5928,4.5984,4.6039,4.6095,4.6151,4.6207,4.6263,4.6319,4.6375,4.6431,4.6487,4.6544,4.66,4.6656,4.6713,4.6769,4.6825,4.6882,4.6938,4.6995,4.7052,4.7108,4.7165,4.7222,4.7279,4.7335,4.7392,4.7449,4.7506,4.7563,4.7621,4.7678,4.7735,4.7792,4.785,4.7907,4.7965,4.8022,4.808,4.8138,4.8195,4.8253,4.8311,4.8369,4.8427,4.8485,4.8543,4.8602,4.866,4.8718,4.8777,4.8835,4.8894,4.8952,4.9011,4.907,4.9129,4.9188,4.9247,4.9306,4.9365,4.9424,4.9483,4.9542,4.9602,4.9661,4.972,4.978,4.984,4.9899,4.9959,5.0019,5.0079,5.0139,5.0199,5.0259,5.0319,5.0379,5.0439,5.05,5.056,5.0621,5.0681,5.0742,5.0802,5.0863,5.0924,5.0985,5.1045,5.1106,5.1167,3.5418,3.5458,3.5498,3.5538,3.5579,3.5619,3.5659,3.57,3.574,3.5781,3.5821,3.5862,3.5903,3.5943,3.5984,3.6025,3.6066,3.6107,3.6148,3.6189,3.623,3.6271,3.6312,3.6354,3.6395,3.6437,3.6478,3.652,3.6561,3.6603,3.6645,3.6686,3.6728,3.677,3.6812,3.6854,3.6896,3.6938,3.698,3.7022,3.7065,3.7107,3.7149,3.7192,3.7234,3.7277,3.7319,3.7362,3.7404,3.7447,3.749,3.7533,3.7576,3.7619,3.7662,3.7705,3.7748,3.7791,3.7834,3.7877,3.792,3.7964,3.8007,3.8051,3.8094,3.8138,3.8181,3.8225,3.8269,3.8312,3.8356,3.84,3.8444,3.8488,3.8532,3.8576,3.862,3.8665,3.8709,3.8753,3.8798,3.8842,3.8887,3.8931,3.8976,3.902,3.9065,3.911,3.9155,3.92,3.9245,3.929,3.9335,3.938,3.9425,3.947,3.9515,3.9561,3.9606,3.9652,3.9697,3.9743,3.9788,3.9834,3.988,3.9925,3.9971,4.0017,4.0063,4.0109,4.0155,4.0201,4.0247,4.0293,4.0339,4.0386,4.0432,4.0478,4.0525,4.0571,4.0618,4.0665,4.0711,4.0758,4.0805,4.0852,4.0898,4.0945,4.0992,4.1039,4.1086,4.1134,4.1181,4.1228,4.1275,4.1323,4.137,4.1417,4.1465,4.1512,4.156,4.1608,4.1655,4.1703,4.1751,4.1799,4.1847,4.1895,4.1943,4.1991,4.2039,4.2087,4.2135,4.2183,4.2232,4.228,4.2329,4.2377,4.2426,4.2474,4.2523,4.2571,4.262,4.2669,4.2718,4.2767,4.2816,4.2865,4.2914,4.2963,4.3012,4.3061,4.311,4.3159,4.3209,4.3258,4.3307,4.3357,4.3406,4.3456,4.3506,4.3555,4.3605,4.3655,4.3704,4.3754,4.3804,4.3854,4.3904,4.3954,4.4004,4.4054,4.4105,4.4155,4.4205,4.4255,4.4306,4.4356,4.4407,4.4457,3.3133,3.3169,3.3206,3.3242,3.3279,3.3316,3.3352,3.3389,3.3426,3.3463,3.3499,3.3536,3.3573,3.361,3.3647,3.3685,3.3722,3.3759,3.3796,3.3834,3.3871,3.3909,3.3946,3.3984,3.4021,3.4059,3.4097,3.4134,3.4172,3.421,3.4248,3.4286,3.4324,3.4362,3.44,3.4438,3.4476,3.4515,3.4553,3.4591,3.463,3.4668,3.4707,3.4745,3.4784,3.4822,3.4861,3.49,3.4939,3.4977,3.5016,3.5055,3.5094,3.5133,3.5172,3.5211,3.5251,3.529,3.5329,3.5368,3.5408,3.5447,3.5487,3.5526,3.5566,3.5605,3.5645,3.5685,3.5724,3.5764,3.5804,3.5844,3.5884,3.5924,3.5964,3.6004,3.6044,3.6084,3.6125,3.6165,3.6205,3.6246,3.6286,3.6327,3.6367,3.6408,3.6449,3.6489,3.653,3.6571,3.6612,3.6652,3.6693,3.6734,3.6775,3.6816,3.6857,3.6898,3.694,3.6981,3.7022,3.7063,3.7105,3.7146,3.7188,3.7229,3.7271,3.7312,3.7354,3.7396,3.7437,3.7479,3.7521,3.7563,3.7605,3.7647,3.7689,3.7731,3.7773,3.7815,3.7858,3.79,3.7942,3.7984,3.8027,3.8069,3.8112,3.8154,3.8197,3.824,3.8282,3.8325,3.8368,3.8411,3.8453,3.8496,3.8539,3.8582,3.8625,3.8669,3.8712,3.8755,3.8798,3.8841,3.8885,3.8928,3.8972,3.9015,3.9059,3.9102,3.9146,3.919,3.9233,3.9277,3.9321,3.9365,3.9409,3.9453,3.9497,3.9541,3.9585,3.9629,3.9673,3.9717,3.9762,3.9806,3.985,3.9895,3.9939,3.9984,4.0028,4.0073,4.0117,4.0162,4.0207,4.0252,4.0296,4.0341,4.0386,4.0431,4.0476,4.0521,4.0566,4.0611,4.0657,4.0702,4.0747,4.0792,4.0838,4.0883,4.0929,4.0974,4.102,4.1065,4.1111,4.1157,4.1202,4.1248,4.1294,4.134,4.1386,4.1432,4.1478,4.1524,4.157,4.1616,4.1662,4.1708,4.1755,4.1801,4.1848,4.1894,4.194,4.1987,4.2034,4.208,4.2127,4.2174,4.222,4.2267,4.2314,4.2361,4.2408,4.2455,4.2502,4.2549,4.2596,4.2643,4.269,4.2737,4.2785,4.2832,4.2879,4.2927,4.2974,4.3022,4.3069,4.3117,4.3165,4.3212,4.326,4.3308,4.3356,4.3404,4.3452,4.35,4.3548,4.3596,4.3644,4.3692,4.3741,4.3789,4.3837,4.3886,4.3934,4.3982,4.4031,4.408,4.4128,4.4177,4.4226,4.4274,4.4323,4.4372,4.4421,4.447,4.4519,4.4568,4.4617,4.4666,4.4716,4.4765,4.4814,4.4864,4.4913,4.4963,4.5012,4.5062,4.5111,4.5161,4.5211,4.5261,4.531,4.536,4.541,4.546,4.551,4.556,4.561,4.5661,4.5711,4.5761,4.5812,4.5862,4.5912,4.5963,4.6013,4.6064,4.6114,4.6165,4.6216,4.6267,4.6318,4.6368,4.6419,4.647,4.6521,4.6572,4.6623,4.6675,4.6726,4.6777,4.6828,4.688,4.6931,4.6983,4.7034,4.7086,4.7137,4.7189,4.724,4.7292,4.7344,4.7396,4.7448,4.75,4.7552,4.7604,4.7656,4.7708,4.776,4.7812,4.7864,4.7917,4.7969,4.8021,4.8074,4.8126,4.8179,4.8232,4.8284,4.8337,4.839,4.8443,4.8495,4.8548,4.8601,4.8654,4.8707,4.876,4.8814,4.8867,4.892,4.8973,4.9027,4.908,4.9133,4.9187,4.924,4.9294,4.9348,4.9401,4.9455,4.9509,4.9563,4.9616,4.967,4.9724,4.9778,4.9832,4.9886,4.994,4.9995,5.0049,5.0103,5.0157,5.0212,5.0266,5.032,5.0375,5.0429,5.0484,5.0539,5.0593,5.0648,5.0703,5.0758,5.0812,5.0867,5.0922,5.0977,5.1032,5.1087,5.1143,5.1198,5.1253,5.1308,5.1364,5.1419,5.1474,3.5491,3.5527,3.5564,3.5601,3.5638,3.5675,3.5712,3.5749,3.5786,3.5824,3.5861,3.5898,3.5935,3.5973,3.601,3.6048,3.6085,3.6123,3.616,3.6198,3.6236,3.6273,3.6311,3.6349,3.6387,3.6425,3.6463,3.65,3.6539,3.6577,3.6615,3.6653,3.6691,3.6729,3.6768,3.6806,3.6844,3.6883,3.6921,3.696,3.6999,3.7037,3.7076,3.7115,3.7153,3.7192,3.7231,3.727,3.7309,3.7348,3.7387,3.7426,3.7465,3.7504,3.7543,3.7583,3.7622,3.7661,3.7701,3.774,3.778,3.7819,3.7859,3.7898,3.7938,3.7978,3.8017,3.8057,3.8097,3.8137,3.8177,3.8217,3.8257,3.8297,3.8337,3.8377,3.8418,3.8458,3.8498,3.8539,3.8579,3.8619,3.866,3.87,3.8741,3.8782,3.8822,3.8863,3.8904,3.8945,3.8986,3.9027,3.9067,3.9108,3.915,3.9191,3.9232,3.9273,3.9314,3.9356,3.9397,3.9438,3.948,3.9521,3.9563,3.9604,3.9646,3.9688,3.9729,3.9771,3.9813,3.9855,3.9897,3.9939,3.9981,4.0023,4.0065,4.0107,4.015,4.0192,4.0234,4.0277,4.0319,4.0361,4.0404,4.0447,4.0489,4.0532,4.0575,4.0617,4.066,4.0703,4.0746,4.0789,4.0832,4.0875,4.0918,4.0962,4.1005,4.1048,4.1091,4.1135,4.1178,4.1222,4.1265,4.1309,4.1353,4.1396,4.144,4.1484,4.1528,4.1572,4.1616,4.166,4.1704,4.1748,4.1792,4.1836,4.188,4.1925,4.1969,4.2013,4.2058,4.2102,4.2147,4.2191,4.2236,4.2281,4.2325,4.237,4.2415,4.246,4.2505,4.255,4.2595,4.264,4.2685,4.273,4.2775,4.282,4.2866,4.2911,4.2956,4.3002,4.3047,4.3093,4.3139,4.3184,4.323,4.3276,4.3321,4.3367,4.3413,4.3459,4.3505,4.3551,4.3597,4.3644,4.369,4.3736,4.3782,4.3829,4.3875,4.3922,4.3968,4.4015,4.4061,4.4108,4.4155,4.4202,4.4248,4.4295,4.4342,4.4389,4.4436,4.4483,4.4531,4.4578,4.4625,4.4672,4.472,4.4767,4.4815,4.4862,4.491,4.4957,4.5005,4.5053,4.5101,4.5148,4.5196,4.5244,4.5292,4.534,4.5389,4.5437,4.5485,4.5533,4.5582,4.563,4.5678,4.5727,4.5776,4.5824,4.5873,4.5922,4.597,4.6019,4.6068,4.6117,4.6166,4.6215,4.6264,4.6313,4.6362,4.6412,4.6461,4.651,4.656,4.6609,4.6659,4.6708,4.6758,4.6808,4.6858,4.6907,4.6957,4.7007,4.7057,4.7107,4.7157,4.7207,4.7258,4.7308,4.7358,4.7409,4.7459,4.7509,4.756,4.7611,4.7661,4.7712,4.7763,4.7813,4.7864,4.7915,4.7966,4.8017,4.8068,4.812,4.8171,4.8222,4.8273,4.8325,4.8376,4.8428,4.8479,4.8531,4.8582,4.8634,3.4676,3.4712,3.4748,3.4784,3.482,3.4856,3.4892,3.4928,3.4964,3.5,3.5037,3.5073,3.5109,3.5146,3.5182,3.5219,3.5255,3.5292,3.5328,3.5365,3.5402,3.5439,3.5476,3.5513,3.555,3.5587,3.5624,3.5661,3.5698,3.5735,3.5773,3.581,3.5847,3.5885,3.5922,3.596,3.5997,3.6035,3.6073,3.6111,3.6148,3.6186,3.6224,3.6262,3.63,3.6338,3.6376,3.6415,3.6453,3.6491,3.653,3.6568,3.6606,3.6645,3.6684,3.6722,3.6761,3.68,3.6838,3.6877,3.6916,3.6955,3.6994,3.7033,3.7072,3.7111,3.715,3.719,3.7229,3.7268,3.7308,3.7347,3.7387,3.7426,3.7466,3.7506,3.7546,3.7585,3.7625,3.7665,3.7705,3.7745,3.7785,3.7825,3.7865,3.7906,3.7946,3.7986,3.8027,3.8067,3.8108,3.8148,3.8189,3.8229,3.827,3.8311,3.8352,3.8393,3.8434,3.8474,3.8516,3.8557,3.8598,3.8639,3.868,3.8721,3.8763,3.8804,3.8846,3.8887,3.8929,3.897,3.9012,3.9054,3.9096,3.9137,3.9179,3.9221,3.9263,3.9305,3.9347,3.939,3.9432,3.9474,3.9517,3.9559,3.9601,3.9644,3.9686,3.9729,3.9772,3.9814,3.9857,3.99,3.9943,3.9986,4.0029,4.0072,4.0115,4.0158,4.0201,4.0245,4.0288,4.0331,4.0375,4.0418,4.0462,4.0505,4.0549,4.0593,4.0636,4.068,4.0724,4.0768,4.0812,4.0856,4.09,4.0944,4.0989,4.1033,4.1077,4.1122,4.1166,4.1211,4.1255,4.13,4.1344,4.1389,4.1434,4.1479,4.1524,4.1569,4.1614,4.1659,4.1704,4.1749,4.1794,4.184,4.1885,4.193,4.1976,4.2021,4.2067,4.2113,4.2158,4.2204,4.225,4.2296,4.2342,4.2388,4.2434,4.248,4.2526,4.2572,4.2619,4.2665,4.2712,4.2758,4.2805,4.2851,4.2898,4.2945,4.2991,4.3038,4.3085,4.3132,4.3179,4.3226,4.3274,4.3321,4.3368,4.3415,4.3463,4.351,4.3558,4.3605,4.3653,4.3701,4.3749,4.3796,4.3844,4.3892,4.394,4.3988,4.4036,4.4085,4.4133,4.4181,4.423,4.4278,4.4326,4.4375,4.4424,4.4472,4.4521,4.457,4.4619,4.4668,4.4717,4.4766,4.4815,4.4864,4.4913,4.4963,4.5012,4.5061,4.5111,4.516,4.521,4.526,4.5309,4.5359,4.5409,4.5459,4.5509,4.5559,4.5609,4.5659,4.571,4.576,4.581,4.5861,4.5911,4.5962,4.6012,4.6063,4.6114,4.6165,4.6216,4.6267,4.6318,4.6369,4.642,4.6471,4.6523,4.6574,4.6626,4.6677,4.6729,4.678,4.6832,4.6884,4.6936,4.6988,4.704,4.7092,4.7144,4.7196,4.7249,4.7301,4.7353,4.7406,4.7459,4.7511,4.7564,4.7617,4.767,4.7723,4.7776,4.7829,3.4397,3.4434,3.4471,3.4508,3.4546,3.4583,3.462,3.4658,3.4695,3.4733,3.477,3.4808,3.4846,3.4884,3.4922,3.496,3.4998,3.5036,3.5074,3.5112,3.5151,3.5189,3.5228,3.5266,3.5305,3.5344,3.5382,3.5421,3.546,3.5499,3.5538,3.5577,3.5616,3.5656,3.5695,3.5734,3.5774,3.5813,3.5853,3.5893,3.5932,3.5972,3.6012,3.6052,3.6092,3.6132,3.6173,3.6213,3.6253,3.6294,3.6334,3.6375,3.6416,3.6456,3.6497,3.6538,3.6579,3.662,3.6661,3.6702,3.6744,3.6785,3.6826,3.6868,3.6909,3.6951,3.6993,3.7034,3.7076,3.7118,3.716,3.7202,3.7244,3.7286,3.7329,3.7371,3.7414,3.7456,3.7499,3.7541,3.7584,3.7627,3.767,3.7713,3.7756,3.7799,3.7842,3.7885,3.7928,3.7972,3.8015,3.8059,3.8102,3.8146,3.819,3.8234,3.8278,3.8322,3.8366,3.841,3.8454,3.8498,3.8543,3.8587,3.8632,3.8676,3.8721,3.8766,3.8811,3.8855,3.89,3.8946,3.8991,3.9036,3.9081,3.9127,3.9172,3.9218,3.9263,3.9309,3.9355,3.94,3.9446,3.9492,3.9538,3.9585,3.9631,3.9677,3.9724,3.977,3.9817,3.9863,3.991,3.9957,4.0004,4.0051,4.0098,4.0145,4.0192,4.0239,4.0286,4.0334,4.0381,4.0429,4.0477,4.0524,4.0572,4.062,4.0668,4.0716,4.0764,4.0812,4.0861,4.0909,4.0958,4.1006,4.1055,4.1103,4.1152,4.1201,4.125,4.1299,4.1348,4.1397,4.1447,4.1496,4.1546,4.1595,4.1645,4.1694,4.1744,4.1794,4.1844,4.1894,4.1944,4.1994,4.2045,4.2095,4.2146,4.2196,4.2247,4.2298,4.2348,4.2399,4.245,4.2501,4.2553,4.2604,4.2655,4.2707,4.2758,4.281,4.2861,4.2913,4.2965,4.3017,4.3069,4.3121,4.3173,4.3225,4.3278,4.333,4.3383,4.3435,4.3488,4.3541,4.3594,4.3647,4.37,4.3753,4.3806,4.3859,4.3913,4.3966,4.402,4.4074,4.4127,4.4181,4.4235,4.4289,4.4343,4.4397,4.4451,4.4506,4.456,4.4615,4.4669,4.4724,4.4778,4.4833,4.4888,4.4943,4.4998,4.5053,4.5109,4.5164,4.5219,4.5275,4.533,4.5386,4.5442,4.5498,4.5554,4.561,4.5666,4.5722,4.5779,4.5835,4.5891,4.5948,4.6005,4.6061,4.6118,4.6175,4.6232,4.6289,4.6346,4.6404,4.6461,4.6518,4.6576,4.6634,4.6691,4.6749,4.6807,4.6865,4.6923,4.6981,4.7039,4.7097,4.7156,4.7214,4.7273,4.7331,4.739,4.7448,4.7507,4.7566,4.7625,4.7684,4.7743,4.7802,4.7862,4.7921,4.798,4.804,4.81,4.8159,4.8219,4.8279,4.8339,4.8399,4.8459,4.8519,4.8579,4.864,4.87,4.8761,4.8821,4.8882,3.4671,3.4712,3.4754,3.4796,3.4837,3.4879,3.4921,3.4963,3.5005,3.5048,3.509,3.5132,3.5175,3.5217,3.526,3.5303,3.5345,3.5388,3.5431,3.5474,3.5517,3.556,3.5604,3.5647,3.5691,3.5734,3.5778,3.5821,3.5865,3.5909,3.5953,3.5997,3.6041,3.6085,3.6129,3.6174,3.6218,3.6263,3.6307,3.6352,3.6397,3.6442,3.6486,3.6531,3.6577,3.6622,3.6667,3.6712,3.6758,3.6803,3.6849,3.6894,3.694,3.6986,3.7032,3.7078,3.7124,3.717,3.7216,3.7262,3.7308,3.7355,3.7401,3.7448,3.7495,3.7541,3.7588,3.7635,3.7682,3.7729,3.7776,3.7823,3.787,3.7918,3.7965,3.8013,3.806,3.8108,3.8155,3.8203,3.8251,3.8299,3.8347,3.8395,3.8443,3.8491,3.8539,3.8588,3.8636,3.8685,3.8733,3.8782,3.8831,3.8879,3.8928,3.8977,3.9026,3.9075,3.9124,3.9173,3.9223,3.9272,3.9321,3.9371,3.942,3.947,3.952,3.9569,3.9619,3.9669,3.9719,3.9769,3.9819,3.9869,3.9919,3.997,4.002,4.007,4.0121,4.0171,4.0222,4.0273,4.0323,4.0374,4.0425,4.0476,4.0527,4.0578,4.0629,4.068,4.0732,4.0783,4.0834,4.0886,4.0937,4.0989,4.1041,4.1092,4.1144,4.1196,4.1248,4.13,4.1352,4.1404,4.1456,4.1508,4.1561,4.1613,4.1665,4.1718,4.177,4.1823,4.1876,4.1928,4.1981,4.2034,4.2087,4.214,4.2193,4.2246,4.2299,4.2353,4.2406,4.2459,4.2513,4.2566,4.262,4.2673,4.2727,4.2781,4.2834,4.2888,4.2942,4.2996,4.305,4.3104,4.3158,4.3213,4.3267,4.3321,4.3376,4.343,4.3485,4.3539,4.3594,4.3648,4.3703,4.3758,4.3813,4.3868,4.3923,4.3978,4.4033,4.4088,4.4143,4.4199,4.4254,4.4309,4.4365,4.442,4.4476,4.4531,4.4587,4.4643,4.4699,4.4755,4.481,4.4866,4.4922,4.4979,4.5035,4.5091,4.5147,4.5204,4.526,4.5316,4.5373,4.5429,4.5486,4.5543,4.5599,4.5656,4.5713,4.577,4.5827,4.5884,4.5941,4.5998,4.6056,4.6113,4.617,4.6228,4.6285,4.6343,4.64,4.6458,4.6515,4.6573,4.6631,4.6689,4.6747,4.6805,4.6863,4.6921,4.6979,4.7038,4.7096,4.7154,4.7213,4.7271,4.733,4.7388,4.7447,4.7505,4.7564,4.7623,4.7682,4.7741,4.78,4.7859,4.7918,4.7977,4.8037,4.8096,4.8155,4.8215,4.8274,4.8334,4.8394,4.8453,4.8513,4.8573,4.8633,4.8692,4.8752,4.8812,4.8872,4.8933,4.8993,4.9053,4.9113,4.9174,4.9234,4.9295,4.9355,4.9416,4.9476,4.9537,4.9598,4.9659,4.972,4.9781,4.9842,4.9903,4.9964,5.0025,5.0086,5.0148,5.0209,5.027,3.5006,3.5047,3.5088,3.5129,3.517,3.5212,3.5253,3.5294,3.5336,3.5377,3.5419,3.546,3.5502,3.5544,3.5585,3.5627,3.5669,3.5711,3.5753,3.5795,3.5837,3.5879,3.5921,3.5963,3.6005,3.6047,3.609,3.6132,3.6175,3.6217,3.626,3.6302,3.6345,3.6387,3.643,3.6473,3.6516,3.6559,3.6602,3.6645,3.6688,3.6731,3.6774,3.6817,3.686,3.6904,3.6947,3.699,3.7034,3.7077,3.7121,3.7165,3.7208,3.7252,3.7296,3.734,3.7384,3.7427,3.7471,3.7516,3.756,3.7604,3.7648,3.7692,3.7736,3.7781,3.7825,3.787,3.7914,3.7959,3.8003,3.8048,3.8093,3.8137,3.8182,3.8227,3.8272,3.8317,3.8362,3.8407,3.8452,3.8497,3.8542,3.8588,3.8633,3.8678,3.8724,3.8769,3.8815,3.886,3.8906,3.8951,3.8997,3.9043,3.9088,3.9134,3.918,3.9226,3.9272,3.9318,3.9364,3.941,3.9457,3.9503,3.9549,3.9595,3.9642,3.9688,3.9735,3.9781,3.9828,3.9875,3.9921,3.9968,4.0015,4.0062,4.0109,4.0156,4.0203,4.025,4.0297,4.0344,4.0391,4.0439,4.0486,4.0533,4.0581,4.0628,4.0676,4.0724,4.0771,4.0819,4.0867,4.0915,4.0963,4.1011,4.1059,4.1107,4.1155,4.1203,4.1251,4.1299,4.1348,4.1396,4.1444,4.1493,4.1541,4.159,4.1639,4.1687,4.1736,4.1785,4.1834,4.1883,4.1932,4.1981,4.203,4.2079,4.2128,4.2177,4.2227,4.2276,4.2325,4.2375,4.2424,4.2474,4.2523,4.2573,4.2623,4.2673,4.2722,4.2772,4.2822,4.2872,4.2922,4.2973,4.3023,4.3073,4.3123,4.3174,4.3224,4.3275,4.3325,4.3376,4.3426,4.3477,4.3528,4.3578,4.3629,4.368,4.3731,4.3782,4.3833,4.3884,4.3935,4.3986,4.4038,4.4089,4.414,4.4192,3.2907,3.2944,3.2981,3.3019,3.3056,3.3093,3.3131,3.3168,3.3206,3.3243,3.3281,3.3319,3.3357,3.3394,3.3432,3.347,3.3508,3.3546,3.3585,3.3623,3.3661,3.3699,3.3738,3.3776,3.3814,3.3853,3.3892,3.393,3.3969,3.4008,3.4047,3.4085,3.4124,3.4163,3.4202,3.4241,3.4281,3.432,3.4359,3.4399,3.4438,3.4477,3.4517,3.4556,3.4596,3.4636,3.4675,3.4715,3.4755,3.4795,3.4835,3.4875,3.4915,3.4955,3.4995,3.5036,3.5076,3.5116,3.5157,3.5197,3.5238,3.5278,3.5319,3.5359,3.54,3.5441,3.5482,3.5523,3.5564,3.5605,3.5646,3.5687,3.5728,3.5769,3.581,3.5852,3.5893,3.5934,3.5976,3.6017,3.6059,3.61,3.6142,3.6184,3.6226,3.6267,3.6309,3.6351,3.6393,3.6435,3.6477,3.6519,3.6561,3.6603,3.6646,3.6688,3.673,3.6773,3.6815,3.6857,3.69,3.6943,3.6985,3.7028,3.7071,3.7113,3.7156,3.7199,3.7242,3.7285,3.7328,3.7371,3.7414,3.7457,3.7501,3.7544,3.7587,3.7631,3.7674,3.7718,3.7761,3.7805,3.7848,3.7892,3.7936,3.798,3.8023,3.8067,3.8111,3.8155,3.8199,3.8243,3.8287,3.8331,3.8376,3.842,3.8464,3.8509,3.8553,3.8597,3.8642,3.8686,3.8731,3.8775,3.882,3.8865,3.8909,3.8954,3.8999,3.9044,3.9089,3.9134,3.9179,3.9224,3.9269,3.9314,3.9359,3.9404,3.945,3.9495,3.954,3.9586,3.9631,3.9677,3.9722,3.9768,3.9813,3.9859,3.9905,3.9951,3.9996,4.0042,4.0088,4.0134,4.018,4.0226,4.0272,4.0318,4.0365,4.0411,4.0457,4.0504,4.055,4.0596,4.0643,4.0689,4.0736,4.0783,4.0829,4.0876,4.0923,4.097,4.1016,4.1063,4.111,4.1157,4.1204,4.1251,4.1298,4.1346,4.1393,4.144,4.1487,4.1535,4.1582,4.163,4.1677,4.1725,4.1772,4.182,4.1867,4.1915,4.1963,4.2011,4.2059,4.2106,4.2154,4.2202,4.225,4.2298,4.2346,4.2395,4.2443,4.2491,4.2539,4.2587,4.2636,4.2684,4.2733,4.2781,4.283,4.2878,4.2927,4.2975,4.3024,4.3073,4.3122,4.317,4.3219,4.3268,4.3317,4.3366,4.3415,4.3464,4.3513,4.3563,4.3612,4.3661,4.371,4.376,4.3809,4.3859,4.3908,4.3958,4.4007,4.4057,4.4107,4.4156,4.4206,4.4256,4.4306,4.4356,4.4406,4.4456,4.4506,4.4556,4.4606,4.4657,4.4707,4.4757,4.4808,4.4858,4.4908,4.4959,4.501,4.506,4.5111,4.5162,4.5212,4.5263,4.5314,4.5365,4.5416,4.5467,4.5518,4.5569,4.5621,4.5672,4.5723,4.5775,4.5826,4.5878,4.5929,4.5981,4.6032,4.6084,4.6136,4.6188,4.624,4.6292,3.3618,3.3655,3.3691,3.3728,3.3765,3.3801,3.3838,3.3875,3.3912,3.3949,3.3986,3.4024,3.4061,3.4098,3.4136,3.4173,3.4211,3.4248,3.4286,3.4324,3.4362,3.4399,3.4437,3.4475,3.4514,3.4552,3.459,3.4628,3.4667,3.4705,3.4744,3.4782,3.4821,3.486,3.4899,3.4938,3.4976,3.5016,3.5055,3.5094,3.5133,3.5172,3.5212,3.5251,3.5291,3.533,3.537,3.541,3.5449,3.5489,3.5529,3.5569,3.5609,3.565,3.569,3.573,3.577,3.5811,3.5851,3.5892,3.5933,3.5973,3.6014,3.6055,3.6096,3.6137,3.6178,3.6219,3.6261,3.6302,3.6343,3.6385,3.6426,3.6468,3.6509,3.6551,3.6593,3.6635,3.6677,3.6719,3.6761,3.6803,3.6845,3.6888,3.693,3.6973,3.7015,3.7058,3.71,3.7143,3.7186,3.7229,3.7272,3.7315,3.7358,3.7401,3.7444,3.7488,3.7531,3.7575,3.7618,3.7662,3.7706,3.775,3.7793,3.7837,3.7881,3.7925,3.797,3.8014,3.8058,3.8102,3.8147,3.8191,3.8236,3.8281,3.8325,3.837,3.8415,3.846,3.8505,3.855,3.8596,3.8641,3.8686,3.8732,3.8777,3.8823,3.8868,3.8914,3.896,3.9006,3.9052,3.9098,3.9144,3.919,3.9236,3.9282,3.9329,3.9375,3.9422,3.9468,3.9515,3.9562,3.9609,3.9656,3.9702,3.975,3.9797,3.9844,3.9891,3.9938,3.9986,4.0033,4.0081,4.0128,4.0176,4.0224,4.0272,4.0319,4.0367,4.0415,4.0464,4.0512,4.056,4.0608,4.0657,4.0705,4.0754,4.0802,4.0851,4.09,4.0949,4.0998,4.1047,4.1096,4.1145,4.1194,4.1243,4.1293,4.1342,4.1391,4.1441,4.1491,4.154,4.159,4.164,4.169,4.174,4.179,4.184,4.189,4.194,4.199,4.2041,4.2091,4.2141,4.2192,4.2243,4.2293,4.2344,4.2395,4.2446,4.2497,4.2547,4.2599,4.265,4.2701,4.2752,4.2803,4.2855,4.2906,4.2958,4.3009,4.3061,4.3112,4.3164,4.3216,4.3268,4.332,4.3371,4.3423,4.3476,4.3528,4.358,4.3632,4.3684,4.3737,4.3789,4.3842,4.3894,4.3947,4.4,4.4052,4.4105,4.4158,4.4211,4.4264,4.4317,4.437,4.4423,4.4476,4.4529,4.4583,4.4636,4.4689,4.4743,4.4796,4.485,4.4904,4.4957,4.5011,4.5065,4.5119,4.5173,4.5227,4.5281,4.5336,4.539,4.5444,4.5499,4.5553,4.5608,4.5662,4.5717,4.5772,4.5827,4.5882,4.5936,4.5991,4.6047,4.6102,4.6157,4.6212,4.6267,4.6323,4.6378,4.6433,4.6489,4.6545,4.66,4.6656,4.6712,4.6767,4.6823,4.6879,4.6935,4.6991,4.7047,4.7103,4.716,4.7216,4.7272,4.7329,4.7385,4.7442,4.7498,4.7555,4.7611,4.7668,3.4023,3.4062,3.4101,3.414,3.4179,3.4218,3.4258,3.4297,3.4336,3.4376,3.4415,3.4455,3.4495,3.4534,3.4574,3.4614,3.4654,3.4694,3.4734,3.4774,3.4814,3.4854,3.4895,3.4935,3.4975,3.5016,3.5056,3.5097,3.5137,3.5178,3.5219,3.5259,3.53,3.5341,3.5382,3.5423,3.5464,3.5506,3.5547,3.5588,3.5629,3.5671,3.5712,3.5754,3.5795,3.5837,3.5879,3.592,3.5962,3.6004,3.6046,3.6088,3.613,3.6172,3.6215,3.6257,3.6299,3.6342,3.6384,3.6427,3.6469,3.6512,3.6554,3.6597,3.664,3.6683,3.6726,3.6769,3.6812,3.6855,3.6898,3.6942,3.6985,3.7028,3.7072,3.7115,3.7159,3.7202,3.7246,3.729,3.7334,3.7377,3.7421,3.7465,3.7509,3.7554,3.7598,3.7642,3.7686,3.7731,3.7775,3.782,3.7864,3.7909,3.7953,3.7998,3.8043,3.8088,3.8133,3.8178,3.8223,3.8268,3.8313,3.8358,3.8403,3.8449,3.8494,3.854,3.8585,3.8631,3.8676,3.8722,3.8768,3.8814,3.8859,3.8905,3.8951,3.8997,3.9044,3.909,3.9136,3.9182,3.9229,3.9275,3.9321,3.9368,3.9415,3.9461,3.9508,3.9555,3.9601,3.9648,3.9695,3.9742,3.9789,3.9837,3.9884,3.9931,3.9978,4.0026,4.0073,4.0121,4.0168,4.0216,4.0263,4.0311,4.0359,4.0407,4.0455,4.0503,4.0551,4.0599,4.0647,4.0695,4.0743,4.0791,4.084,4.0888,4.0937,4.0985,4.1034,4.1083,4.1131,4.118,4.1229,4.1278,4.1327,4.1376,4.1425,4.1474,4.1523,4.1573,4.1622,4.1671,4.1721,4.177,4.182,4.1869,4.1919,4.1969,4.2019,4.2069,4.2118,4.2168,4.2218,4.2269,4.2319,4.2369,4.2419,4.247,4.252,4.2571,4.2621,4.2672,4.2722,4.2773,4.2824,4.2875,4.2925,4.2976,4.3027,4.3078,4.313,4.3181,4.3232,4.3283,4.3335,4.3386,4.3438,4.3489,4.3541,4.3592,4.3644,4.3696,4.3748,4.38,4.3851,4.3903,4.3956,4.4008,4.406,4.4112,4.4164,4.4217,4.4269,4.4321,4.4374,4.4426,4.4479,4.4532,4.4584,4.4637,4.469,4.4743,4.4796,4.4849,4.4902,4.4955,4.5008,4.5061,4.5114,4.5167,4.5221,4.5274,4.5328,4.5381,4.5435,4.5488,4.5542,4.5596,4.5649,4.5703,4.5757,4.5811,4.5865,4.5919,4.5973,4.6027,4.6082,4.6136,4.619,4.6245,4.6299,4.6354,4.6408,4.6463,4.6518,4.6572,4.6627,4.6682,4.6737,4.6792,4.6847,4.6902,4.6957,4.7012,4.7067,4.7123,4.7178,4.7233,4.7289,4.7344,4.74,4.7455,4.7511,4.7567,4.7623,4.7678,4.7734,4.779,4.7846,4.7902,4.7958,4.8015,4.8071,4.8127,4.8184,4.824,4.8296,4.8353,3.4173,3.4212,3.425,3.4288,3.4327,3.4365,3.4404,3.4442,3.4481,3.452,3.4558,3.4597,3.4636,3.4675,3.4714,3.4753,3.4792,3.4831,3.487,3.4909,3.4949,3.4988,3.5027,3.5067,3.5106,3.5146,3.5185,3.5225,3.5265,3.5305,3.5344,3.5384,3.5424,3.5464,3.5504,3.5544,3.5585,3.5625,3.5665,3.5705,3.5746,3.5786,3.5827,3.5867,3.5908,3.5949,3.5989,3.603,3.6071,3.6112,3.6153,3.6194,3.6235,3.6276,3.6317,3.6358,3.6399,3.6441,3.6482,3.6524,3.6565,3.6607,3.6648,3.669,3.6732,3.6773,3.6815,3.6857,3.6899,3.6941,3.6983,3.7025,3.7067,3.7109,3.7152,3.7194,3.7236,3.7279,3.7321,3.7364,3.7406,3.7449,3.7491,3.7534,3.7577,3.762,3.7663,3.7706,3.7749,3.7792,3.7835,3.7878,3.7921,3.7964,3.8008,3.8051,3.8094,3.8138,3.8181,3.8225,3.8268,3.8312,3.8356,3.84,3.8443,3.8487,3.8531,3.8575,3.8619,3.8663,3.8707,3.8752,3.8796,3.884,3.8885,3.8929,3.8973,3.9018,3.9063,3.9107,3.9152,3.9197,3.9241,3.9286,3.9331,3.9376,3.9421,3.9466,3.9511,3.9556,3.9602,3.9647,3.9692,3.9737,3.9783,3.9828,3.9874,3.992,3.9965,4.0011,4.0057,4.0102,4.0148,4.0194,4.024,4.0286,4.0332,4.0378,4.0425,4.0471,4.0517,4.0563,4.061,4.0656,4.0703,4.0749,4.0796,4.0843,4.0889,4.0936,4.0983,4.103,4.1077,4.1124,4.1171,4.1218,4.1265,4.1313,4.136,4.1407,4.1455,4.1502,4.155,4.1597,4.1645,4.1693,4.174,4.1788,4.1836,4.1884,4.1932,4.198,4.2028,4.2076,4.2124,4.2172,4.2221,4.2269,4.2317,4.2366,4.2414,4.2463,4.2511,4.256,4.2609,4.2658,4.2706,4.2755,4.2804,4.2853,4.2902,4.2952,4.3001,4.305,4.3099,4.3149,4.3198,4.3248,4.3297,4.3347,4.3396,4.3446,4.3496,4.3546,4.3596,4.3645,4.3695,4.3745,4.3796,4.3846,4.3896,4.3946,4.3996,4.4047,4.4097,4.4147,4.4198,4.4249,4.4299,4.435,4.4401,4.4451,4.4502,4.4553,4.4604,4.4655,4.4706,4.4757,4.4808,4.4859,4.491,4.4962,4.5013,4.5064,4.5116,4.5167,4.5219,4.527,4.5322,4.5374,4.5425,4.5477,4.5529,4.5581,4.5633,4.5684,4.5736,4.5789,4.5841,4.5893,4.5945,4.5997,4.605,4.6102,4.6155,4.6207,4.626,4.6313,4.6365,4.6418,4.6471,4.6524,4.6577,4.663,4.6683,4.6736,4.6789,4.6843,4.6896,4.6949,4.7003,4.7056,4.711,4.7163,4.7217,4.7271,4.7324,4.7378,4.7432,4.7486,4.754,4.7594,4.7648,4.7702,4.7757,4.7811,4.7865,4.792,4.7974,4.8029,3.4027,3.4064,3.4101,3.4138,3.4175,3.4212,3.4249,3.4286,3.4324,3.4361,3.4398,3.4436,3.4474,3.4511,3.4549,3.4587,3.4624,3.4662,3.47,3.4738,3.4776,3.4814,3.4852,3.4891,3.4929,3.4967,3.5005,3.5044,3.5082,3.5121,3.5159,3.5198,3.5236,3.5275,3.5314,3.5353,3.5392,3.543,3.5469,3.5508,3.5547,3.5586,3.5625,3.5665,3.5704,3.5743,3.5782,3.5822,3.5861,3.5901,3.594,3.598,3.6019,3.6059,3.6099,3.6138,3.6178,3.6218,3.6258,3.6298,3.6338,3.6378,3.6418,3.6458,3.6498,3.6538,3.6579,3.6619,3.6659,3.67,3.674,3.6781,3.6821,3.6862,3.6902,3.6943,3.6984,3.7024,3.7065,3.7106,3.7147,3.7188,3.7229,3.727,3.7311,3.7352,3.7393,3.7434,3.7475,3.7517,3.7558,3.7599,3.7641,3.7682,3.7723,3.7765,3.7806,3.7848,3.789,3.7931,3.7973,3.8015,3.8057,3.8098,3.814,3.8182,3.8224,3.8266,3.8308,3.835,3.8392,3.8434,3.8476,3.8519,3.8561,3.8603,3.8645,3.8688,3.873,3.8773,3.8815,3.8858,3.89,3.8943,3.8986,3.9028,3.9071,3.9114,3.9157,3.92,3.9243,3.9286,3.9329,3.9372,3.9415,3.9458,3.9501,3.9544,3.9588,3.9631,3.9674,3.9717,3.9761,3.9804,3.9847,3.9891,3.9934,3.9977,4.0021,4.0064,4.0107,4.0151,4.0194,4.0237,4.0281,4.0324,4.0368,4.0411,4.0455,4.0498,4.0541,4.0585,4.0628,4.0672,4.0716,4.0759,4.0803,4.0846,4.089,4.0933,4.0977,4.1021,4.1064,4.1108,4.1152,4.1195,4.1239,4.1283,4.1326,4.137,4.1414,4.1458,4.1502,4.1546,4.1589,4.1633,4.1677,4.1721,4.1765,4.1809,4.1853,4.1897,4.1941,4.1985,4.2029,4.2073,4.2117,4.2162,4.2206,4.225,4.2294,4.2339,4.2383,4.2427,4.2472,4.2516,4.256,4.2605,4.2649,4.2694,4.2738,4.2783,4.2827,4.2872,4.2917,4.2961,4.3006,4.3051,4.3095,4.314,4.3185,4.323,4.3275,4.3319,4.3364,4.3409,4.3454,4.3499,4.3544,4.3589,4.3634,4.3679,4.3724,4.3769,4.3815,4.386,4.3905,4.395,4.3996,4.4041,4.4086,4.4132,4.4177,4.4223,4.4268,4.4314,4.4359,4.4405,4.445,4.4496,4.4542,4.4588,4.4633,4.4679,4.4725,4.4771,4.4817,4.4863,4.4909,4.4955,4.5001,4.5047,4.5094,4.514,4.5186,4.5232,4.5279,4.5325,4.5371,4.5418,4.5464,4.5511,4.5558,4.5604,4.5651,4.5698,4.5745,4.5792,4.5839,4.5886,4.5933,4.598,4.6027,4.6074,4.6122,4.6169,4.6217,4.6264,4.6312,4.6359,4.6407,4.6455,4.6503,4.655,4.6598,4.6646,4.6694,4.6742,4.6791,4.6839,4.6887,4.6935,4.6984,4.7032,4.7081,4.7129,4.7178,4.7227,4.7275,4.7324,4.7373,4.7422,4.7471,4.752,4.7569,4.7618,4.7668,4.7717,4.7766,4.7816,4.7866,4.7915,4.7965,4.8015,4.8065,4.8115,4.8165,4.8215,4.8265,4.8315,4.8365,4.8416,4.8466,4.8517,4.8567,4.8618,4.8669,4.872,4.877,4.8821,4.8873,4.8924,4.8975,4.9026,4.9077,4.9129,4.918,4.9232,4.9284,4.9335,4.9387,4.9439,4.9491,4.9543,4.9595,4.9647,4.9699,4.9752,4.9804,4.9857,4.9909,4.9962,5.0014,5.0067,5.012,5.0173,5.0226,5.0279,5.0332,5.0386,5.0439,5.0492,5.0546,5.0599,5.0653,5.0707,5.076,5.0814,5.0868,5.0922,5.0976,5.1031,5.1085,5.1139,5.1194,5.1248,5.1303,5.1358,5.1413,5.1468,5.1523,5.1578,5.1633,5.1688,5.1743,5.1799,5.1854,5.1909,5.1965,5.2021,3.5301,3.5337,3.5373,3.541,3.5447,3.5483,3.552,3.5557,3.5594,3.5631,3.5668,3.5705,3.5742,3.5779,3.5817,3.5854,3.5892,3.5929,3.5967,3.6005,3.6042,3.608,3.6118,3.6156,3.6194,3.6232,3.627,3.6309,3.6347,3.6385,3.6424,3.6462,3.6501,3.6539,3.6578,3.6617,3.6656,3.6695,3.6734,3.6773,3.6812,3.6851,3.689,3.6929,3.6969,3.7008,3.7048,3.7088,3.7127,3.7167,3.7207,3.7247,3.7287,3.7327,3.7367,3.7407,3.7447,3.7487,3.7528,3.7568,3.7609,3.7649,3.769,3.7731,3.7772,3.7813,3.7854,3.7895,3.7936,3.7977,3.8018,3.8059,3.8101,3.8142,3.8184,3.8225,3.8267,3.8308,3.835,3.8392,3.8434,3.8476,3.8518,3.856,3.8602,3.8645,3.8687,3.8729,3.8772,3.8814,3.8857,3.89,3.8942,3.8985,3.9028,3.9071,3.9114,3.9157,3.92,3.9243,3.9286,3.9329,3.9373,3.9416,3.9459,3.9503,3.9547,3.959,3.9634,3.9678,3.9721,3.9765,3.9809,3.9853,3.9897,3.9941,3.9985,4.003,4.0074,4.0118,4.0162,4.0207,4.0251,4.0296,4.0341,4.0385,4.043,4.0475,4.052,4.0565,4.061,4.0655,4.07,4.0745,4.079,4.0835,4.0881,4.0926,4.0972,4.1017,4.1063,4.1108,4.1154,4.12,4.1245,4.1291,4.1337,4.1383,4.1429,4.1475,4.1522,4.1568,4.1614,4.166,4.1707,4.1753,4.18,4.1846,4.1893,4.194,4.1987,4.2033,4.208,4.2127,4.2174,4.2221,4.2268,4.2316,4.2363,4.241,4.2457,4.2505,4.2552,4.26,4.2647,4.2695,4.2742,4.279,4.2838,4.2885,4.2933,4.2981,4.3029,4.3077,4.3125,4.3173,4.3221,4.327,4.3318,4.3366,4.3415,4.3463,4.3512,4.356,4.3609,4.3657,4.3706,4.3755,4.3804,4.3853,3.268,3.2715,3.275,3.2786,3.2821,3.2857,3.2892,3.2928,3.2964,3.2999,3.3035,3.3071,3.3107,3.3143,3.3179,3.3215,3.3251,3.3287,3.3324,3.336,3.3396,3.3433,3.3469,3.3505,3.3542,3.3579,3.3615,3.3652,3.3688,3.3725,3.3762,3.3799,3.3836,3.3873,3.391,3.3947,3.3984,3.4021,3.4058,3.4095,3.4133,3.417,3.4207,3.4245,3.4282,3.432,3.4357,3.4395,3.4433,3.447,3.4508,3.4546,3.4584,3.4622,3.466,3.4697,3.4735,3.4773,3.4812,3.485,3.4888,3.4926,3.4964,3.5003,3.5041,3.5079,3.5118,3.5156,3.5195,3.5233,3.5272,3.531,3.5349,3.5388,3.5427,3.5465,3.5504,3.5543,3.5582,3.5621,3.566,3.5699,3.5738,3.5778,3.5817,3.5856,3.5896,3.5935,3.5974,3.6014,3.6053,3.6093,3.6133,3.6172,3.6212,3.6252,3.6292,3.6331,3.6371,3.6411,3.6451,3.6491,3.6531,3.6571,3.6612,3.6652,3.6692,3.6732,3.6773,3.6813,3.6853,3.6894,3.6934,3.6975,3.7015,3.7056,3.7096,3.7137,3.7178,3.7219,3.7259,3.73,3.7341,3.7382,3.7423,3.7464,3.7505,3.7546,3.7588,3.7629,3.767,3.7711,3.7753,3.7794,3.7835,3.7877,3.7918,3.796,3.8001,3.8043,3.8085,3.8126,3.8168,3.821,3.8252,3.8293,3.8335,3.8377,3.8419,3.8461,3.8503,3.8545,3.8587,3.8629,3.8672,3.8714,3.8756,3.8798,3.8841,3.8883,3.8925,3.8968,3.901,3.9053,3.9095,3.9138,3.918,3.9223,3.9266,3.9308,3.9351,3.9394,3.9437,3.948,3.9523,3.9566,3.9609,3.9652,3.9695,3.9738,3.9781,3.9824,3.9867,3.991,3.9954,3.9997,4.004,4.0083,4.0127,4.017,4.0214,4.0257,4.0301,4.0344,4.0388,4.0431,4.0475,4.0519,4.0562,4.0606,4.065,4.0694,4.0738,4.0782,4.0826,4.087,4.0914,4.0958,4.1002,4.1046,4.109,4.1134,4.1178,4.1223,4.1267,4.1311,4.1355,4.14,4.1444,4.1488,4.1533,4.1577,4.1622,4.1666,4.1711,4.1756,4.18,4.1845,4.189,4.1934,4.1979,4.2024,4.2069,4.2114,4.2159,4.2204,4.2249,4.2294,4.2339,4.2384,4.2429,4.2474,4.252,4.2565,4.261,4.2655,4.2701,4.2746,4.2792,4.2837,4.2883,4.2928,4.2974,4.3019,4.3065,4.311,4.3156,4.3202,4.3247,4.3293,4.3339,4.3385,4.343,4.3476,4.3522,4.3568,4.3614,4.366,4.3706,4.3752,4.3798,4.3844,4.389,4.3937,4.3983,4.4029,4.4075,4.4122,4.4168,4.4215,4.4261,4.4308,4.4354,4.4401,4.4447,4.4494,4.4541,4.4588,4.4634,4.4681,4.4728,4.4775,4.4822,4.4869,4.4916,4.4963,4.501,4.5057,4.5105,4.5152,4.5199,4.5246,4.5294,4.5341,4.5388,4.5436,4.5483,4.5531,4.5578,4.5626,4.5673,4.5721,4.5769,4.5816,4.5864,4.5912,4.5959,4.6007,4.6055,4.6103,4.6151,4.6199,4.6247,4.6295,4.6343,4.6391,4.6439,4.6488,4.6536,4.6584,4.6632,4.6681,4.6729,4.6778,4.6826,4.6875,4.6923,4.6972,4.702,4.7069,4.7118,4.7166,4.7215,4.7264,4.7313,4.7362,4.7411,4.746,4.7509,4.7558,4.7607,4.7656,4.7705,4.7754,4.7803,4.7852,4.7902,4.7951,4.8,4.805,4.8099,4.8149,4.8198,4.8248,4.8297,4.8347,4.8396,4.8446,4.8496,4.8545,4.8595,4.8645,4.8695,4.8745,4.8794,4.8844,4.8894,4.8944,4.8994,4.9044,4.9095,4.9145,4.9195,4.9245,4.9295,4.9345,4.9396,4.9446,4.9496,4.9547,4.9597,4.9648,4.9698,4.9749,4.9799,4.985,4.9901,4.9951,5.0002,5.0053,3.4773,3.4808,3.4842,3.4876,3.491,3.4944,3.4978,3.5013,3.5047,3.5081,3.5116,3.515,3.5185,3.5219,3.5254,3.5289,3.5323,3.5358,3.5393,3.5427,3.5462,3.5497,3.5532,3.5567,3.5602,3.5637,3.5672,3.5708,3.5743,3.5778,3.5813,3.5849,3.5884,3.5919,3.5955,3.599,3.6026,3.6062,3.6097,3.6133,3.6169,3.6205,3.624,3.6276,3.6312,3.6348,3.6384,3.642,3.6456,3.6492,3.6529,3.6565,3.6601,3.6637,3.6674,3.671,3.6747,3.6783,3.682,3.6856,3.6893,3.693,3.6966,3.7003,3.704,3.7077,3.7114,3.7151,3.7188,3.7225,3.7262,3.7299,3.7336,3.7374,3.7411,3.7448,3.7486,3.7523,3.7561,3.7598,3.7636,3.7673,3.7711,3.7749,3.7786,3.7824,3.7862,3.79,3.7938,3.7976,3.8014,3.8052,3.809,3.8128,3.8166,3.8204,3.8243,3.8281,3.8319,3.8358,3.8396,3.8434,3.8473,3.8511,3.855,3.8588,3.8627,3.8666,3.8704,3.8743,3.8782,3.8821,3.886,3.8899,3.8938,3.8977,3.9016,3.9055,3.9094,3.9133,3.9172,3.9211,3.9251,3.929,3.9329,3.9368,3.9408,3.9447,3.9487,3.9526,3.9566,3.9605,3.9645,3.9685,3.9724,3.9764,3.9804,3.9844,3.9883,3.9923,3.9963,4.0003,4.0043,4.0083,4.0123,4.0163,4.0203,4.0243,4.0283,4.0323,4.0364,4.0404,4.0444,4.0484,4.0525,4.0565,4.0606,4.0646,4.0687,4.0727,4.0768,4.0808,4.0849,4.0889,4.093,4.0971,4.1012,4.1052,4.1093,4.1134,4.1175,4.1216,4.1256,4.1297,4.1338,4.1379,4.142,4.1461,4.1502,4.1543,4.1584,4.1625,4.1667,4.1708,4.1749,4.179,4.1831,4.1873,4.1914,4.1955,4.1997,4.2038,4.208,4.2121,4.2163,4.2204,4.2246,4.2287,4.2329,4.237,4.2412,4.2454,4.2495,4.2537,4.2579,4.2621,4.2662,4.2704,4.2746,4.2788,4.283,4.2872,4.2914,4.2956,4.2998,4.304,4.3082,4.3124,4.3166,4.3209,4.3251,4.3293,4.3335,4.3378,4.342,4.3462,4.3505,4.3547,4.3589,4.3632,4.3674,4.3717,4.3759,4.3802,4.3845,4.3887,4.393,4.3973,4.4015,4.4058,4.4101,4.4144,4.4187,4.423,4.4273,4.4316,4.4359,4.4402,4.4445,4.4488,4.4531,4.4574,4.4618,4.4661,4.4704,4.4747,4.4791,4.4834,4.4878,4.4921,4.4965,4.5008,4.5052,4.5095,4.5139,4.5183,4.5226,4.527,4.5313,4.5357,4.5401,4.5444,4.5488,4.5532,4.5575,4.5619,4.5663,4.5707,4.5751,4.5795,4.5839,4.5884,4.5928,4.5972,4.6016,4.6061,4.6105,4.6149,4.6194,4.6238,4.6283,4.6327,4.6372,4.6417,4.6461,4.6506,4.6551,4.6596,4.664,4.6685,3.3737,3.3769,3.38,3.3832,3.3863,3.3895,3.3926,3.3958,3.399,3.4021,3.4053,3.4085,3.4117,3.4149,3.4181,3.4212,3.4244,3.4277,3.4309,3.4341,3.4373,3.4405,3.4438,3.447,3.4503,3.4535,3.4568,3.46,3.4633,3.4666,3.4699,3.4731,3.4764,3.4797,3.483,3.4863,3.4896,3.4929,3.4962,3.4995,3.5028,3.5061,3.5094,3.5127,3.5161,3.5194,3.5227,3.526,3.5294,3.5327,3.5361,3.5394,3.5427,3.5461,3.5494,3.5528,3.5562,3.5595,3.5629,3.5663,3.5696,3.573,3.5764,3.5798,3.5832,3.5866,3.59,3.5934,3.5968,3.6002,3.6037,3.6071,3.6105,3.614,3.6174,3.6209,3.6244,3.6278,3.6313,3.6348,3.6382,3.6417,3.6452,3.6487,3.6522,3.6557,3.6592,3.6627,3.6662,3.6697,3.6732,3.6767,3.6803,3.6838,3.6874,3.6909,3.6945,3.698,3.7016,3.7052,3.7088,3.7124,3.716,3.7196,3.7232,3.7268,3.7304,3.7341,3.7377,3.7413,3.745,3.7486,3.7523,3.7559,3.7596,3.7632,3.7669,3.7706,3.7742,3.7779,3.7816,3.7853,3.789,3.7927,3.7964,3.8001,3.8038,3.8075,3.8112,3.8149,3.8186,3.8224,3.8261,3.8298,3.8336,3.8373,3.8411,3.8449,3.8486,3.8524,3.8562,3.86,3.8638,3.8676,3.8714,3.8752,3.879,3.8828,3.8866,3.8904,3.8943,3.8981,3.902,3.9058,3.9097,3.9135,3.9174,3.9213,3.9251,3.929,3.9329,3.9368,3.9407,3.9446,3.9485,3.9524,3.9564,3.9603,3.9642,3.9681,3.9721,3.976,3.98,3.9839,3.9879,3.9919,3.9958,3.9998,4.0038,4.0078,4.0118,4.0158,4.0198,4.0238,4.0278,4.0318,4.0359,4.0399,4.0439,4.048,4.052,4.0561,4.0602,4.0642,4.0683,4.0724,4.0764,4.0805,4.0846,4.0887,4.0928,4.0969,4.1011,4.1052,4.1093,4.1134,4.1176,4.1217,4.1259,4.13,4.1342,4.1383,4.1425,4.1467,4.1509,4.1551,4.1592,4.1634,4.1676,4.1719,4.1761,4.1803,4.1845,4.1888,4.193,4.1972,4.2015,4.2057,4.21,4.2143,4.2185,4.2228,4.2271,4.2314,4.2357,4.24,4.2443,4.2486,4.2529,4.2572,4.2616,4.2659,4.2703,4.2746,4.2789,4.2833,4.2877,4.292,4.2964,4.3008,4.3052,4.3095,4.3139,4.3183,4.3227,4.3272,4.3316,4.336,4.3404,4.3448,4.3493,4.3537,4.3582,4.3626,4.3671,4.3715,4.376,4.3805,4.385,4.3895,4.3939,4.3984,4.4029,4.4074,4.412,4.4165,4.421,4.4255,4.4301,4.4346,4.4391,4.4437,4.4483,4.4528,4.4574,4.462,4.4665,4.4711,4.4757,4.4803,4.4849,4.4895,4.4941,4.4987,4.5034,4.508,4.5126,4.5173,4.5219,4.5266,4.5312,4.5359,4.5405,4.5452,4.5499,4.5546,4.5593,4.5639,4.5686,4.5733,4.5781,4.5828,4.5875,4.5922,4.5969,4.6017,4.6064,4.6112,4.6159,4.6207,4.6254,4.6302,4.635,4.6397,4.6445,4.6493,4.6541,4.6589,4.6637,4.6685,4.6733,4.6782,4.683,4.6878,4.6926,4.6975,4.7023,4.7072,4.712,4.7169,4.7218,4.7266,4.7315,4.7364,4.7413,4.7462,4.7511,4.756,4.7609,4.7658,4.7708,4.7757,4.7806,4.7855,4.7905,4.7954,4.8004,4.8054,4.8103,4.8153,4.8203,4.8252,4.8302,4.8352,4.8402,4.8452,4.8502,4.8552,4.8602,4.8653,4.8703,4.8753,4.8804,4.8854,4.8905,4.8955,4.9006,4.9056,4.9107,4.9158,4.9209,4.9259,4.931,4.9361,4.9412,4.9463,4.9514,4.9566,4.9617,4.9668,4.9719,4.9771,4.9822,4.9874,4.9925,4.9977,5.0028,5.008,5.0132,5.0183,3.4845,3.4879,3.4914,3.4949,3.4983,3.5018,3.5053,3.5088,3.5123,3.5158,3.5193,3.5228,3.5263,3.5298,3.5333,3.5368,3.5404,3.5439,3.5475,3.551,3.5546,3.5581,3.5617,3.5653,3.5688,3.5724,3.576,3.5796,3.5832,3.5868,3.5904,3.594,3.5976,3.6012,3.6048,3.6085,3.6121,3.6158,3.6194,3.623,3.6267,3.6304,3.634,3.6377,3.6414,3.645,3.6487,3.6524,3.6561,3.6598,3.6635,3.6672,3.6709,3.6747,3.6784,3.6821,3.6859,3.6896,3.6933,3.6971,3.7008,3.7046,3.7084,3.7121,3.7159,3.7197,3.7235,3.7273,3.7311,3.7349,3.7387,3.7425,3.7463,3.7501,3.7539,3.7578,3.7616,3.7654,3.7693,3.7731,3.777,3.7809,3.7847,3.7886,3.7925,3.7963,3.8002,3.8041,3.808,3.8119,3.8158,3.8197,3.8236,3.8276,3.8315,3.8354,3.8393,3.8433,3.8472,3.8512,3.8551,3.8591,3.863,3.867,3.871,3.875,3.8789,3.8829,3.8869,3.8909,3.8949,3.8989,3.9029,3.9069,3.911,3.915,3.919,3.923,3.9271,3.9311,3.9352,3.9392,3.9433,3.9473,3.9514,3.9555,3.9596,3.9636,3.9677,3.9718,3.9759,3.98,3.9841,3.9882,3.9923,3.9964,4.0006,4.0047,4.0088,4.0129,4.0171,4.0212,4.0254,4.0295,4.0337,4.0378,4.042,4.0462,4.0504,4.0545,4.0587,4.0629,4.0671,4.0713,4.0755,4.0797,4.0839,4.0881,4.0924,4.0966,4.1008,4.105,4.1093,4.1135,4.1178,4.122,4.1263,4.1305,4.1348,4.1391,4.1434,4.1476,4.1519,4.1562,4.1605,4.1648,4.1691,4.1734,4.1777,4.182,4.1863,4.1907,4.195,4.1993,4.2037,4.208,4.2123,4.2167,4.2211,4.2254,4.2298,4.2341,4.2385,4.2429,4.2473,4.2516,4.256,4.2604,4.2648,4.2692,4.2736,4.278,4.2825,4.2869,4.2913,4.2957,4.3001,4.3046,4.309,4.3135,4.3179,4.3224,4.3268,4.3313,4.3357,4.3402,4.3447,4.3491,4.3536,4.3581,4.3626,4.3671,4.3716,4.3761,4.3806,4.3851,4.3896,4.3941,4.3986,4.4032,4.4077,4.4122,4.4168,4.4213,4.4258,4.4304,4.435,4.4395,4.4441,4.4486,4.4532,4.4578,4.4623,4.4669,4.4715,4.4761,4.4807,4.4853,4.4899,4.4945,4.4991,4.5037,4.5083,4.513,4.5176,4.5222,4.5268,4.5315,4.5361,4.5408,4.5454,4.5501,4.5547,4.5594,4.564,4.5687,4.5734,4.578,4.5827,4.5874,4.5921,4.5968,4.6015,4.6062,4.6109,4.6156,4.6203,4.625,4.6297,4.6344,4.6392,4.6439,4.6486,4.6534,4.6581,4.6629,4.6676,4.6724,4.6771,4.6819,4.6866,4.6914,4.6962,4.701,4.7057,4.7105,4.7153,4.7201,4.7249,4.7297,3.3896,3.3929,3.3962,3.3995,3.4029,3.4062,3.4095,3.4129,3.4162,3.4196,3.4229,3.4263,3.4296,3.433,3.4364,3.4397,3.4431,3.4465,3.4499,3.4533,3.4567,3.4601,3.4635,3.4669,3.4703,3.4737,3.4771,3.4806,3.484,3.4874,3.4909,3.4943,3.4978,3.5012,3.5047,3.5081,3.5116,3.5151,3.5185,3.522,3.5255,3.529,3.5325,3.536,3.5395,3.543,3.5465,3.55,3.5535,3.557,3.5606,3.5641,3.5676,3.5712,3.5747,3.5783,3.5818,3.5854,3.5889,3.5925,3.5961,3.5996,3.6032,3.6068,3.6104,3.614,3.6176,3.6212,3.6248,3.6284,3.632,3.6356,3.6392,3.6429,3.6465,3.6501,3.6538,3.6574,3.661,3.6647,3.6684,3.672,3.6757,3.6793,3.683,3.6867,3.6904,3.6941,3.6977,3.7014,3.7051,3.7088,3.7125,3.7162,3.72,3.7237,3.7274,3.7311,3.7348,3.7386,3.7423,3.746,3.7498,3.7535,3.7573,3.761,3.7648,3.7686,3.7723,3.7761,3.7799,3.7837,3.7874,3.7912,3.795,3.7988,3.8026,3.8064,3.8102,3.814,3.8179,3.8217,3.8255,3.8293,3.8332,3.837,3.8409,3.8447,3.8486,3.8524,3.8563,3.8601,3.864,3.8679,3.8717,3.8756,3.8795,3.8834,3.8873,3.8912,3.8951,3.899,3.9029,3.9068,3.9108,3.9147,3.9186,3.9225,3.9265,3.9304,3.9344,3.9383,3.9423,3.9463,3.9502,3.9542,3.9582,3.9622,3.9662,3.9702,3.9742,3.9782,3.9822,3.9862,3.9902,3.9942,3.9983,4.0023,4.0063,4.0104,4.0144,4.0185,4.0225,4.0266,4.0307,4.0347,4.0388,4.0429,4.047,4.0511,4.0552,4.0593,4.0634,4.0675,4.0716,4.0757,4.0799,4.084,4.0881,4.0923,4.0964,4.1005,4.1047,4.1088,4.113,4.1172,4.1213,4.1255,4.1297,4.1339,4.1381,4.1423,4.1465,4.1507,4.1549,4.1591,4.1634,4.1676,4.1718,4.1761,4.1803,4.1846,4.1888,4.1931,4.1974,4.2016,4.2059,4.2102,4.2145,4.2187,4.223,4.2273,4.2316,4.2359,4.2403,4.2446,4.2489,4.2532,4.2576,4.2619,4.2663,4.2706,4.275,4.2793,4.2837,4.2881,4.2924,4.2968,4.3012,4.3056,4.31,4.3144,4.3188,4.3232,4.3276,4.3321,4.3365,4.3409,4.3454,4.3498,4.3543,4.3587,4.3632,4.3676,4.3721,4.3766,4.3811,4.3855,4.39,4.3945,4.399,4.4035,4.4081,4.4126,4.4171,4.4216,4.4262,4.4307,4.4353,4.4398,4.4444,4.449,4.4535,4.4581,4.4627,4.4673,4.4719,4.4765,4.4811,4.4857,4.4903,4.4949,4.4996,4.5042,4.5088,4.5135,4.5182,4.5228,4.5275,4.5322,4.5368,4.5415,4.5462,4.5509,4.5556,4.5603,4.5651,4.5698,4.5745,4.5793,4.584,4.5888,4.5935,4.5983,4.603,4.6078,4.6126,4.6174,4.6222,4.627,4.6318,4.6366,4.6414,4.6462,4.6511,4.6559,4.6607,4.6656,4.6704,4.6753,4.6802,4.685,4.6899,4.6948,4.6997,4.7046,4.7095,4.7145,4.7194,4.7243,4.7293,4.7342,4.7392,4.7441,4.7491,4.7541,4.7591,4.7641,4.7691,4.7741,4.7791,4.7841,4.7892,4.7942,4.7993,4.8043,4.8094,4.8144,4.8195,4.8246,4.8297,4.8348,4.8399,4.845,4.8501,4.8552,4.8603,4.8655,4.8706,4.8757,4.8809,4.8861,4.8912,4.8964,4.9016,4.9068,4.9119,4.9171,4.9223,4.9276,4.9328,4.938,4.9432,4.9485,4.9537,4.959,4.9642,4.9695,4.9748,4.9801,4.9854,4.9907,4.996,5.0013,5.0066,5.0119,5.0173,5.0226,5.028,5.0333,5.0387,5.044,5.0494,5.0548,5.0602,5.0656,5.071,5.0764,5.0818,5.0872,3.4991,3.5027,3.5063,3.5099,3.5135,3.5171,3.5207,3.5243,3.5279,3.5316,3.5352,3.5388,3.5425,3.5461,3.5498,3.5535,3.5572,3.5609,3.5645,3.5683,3.572,3.5757,3.5794,3.5831,3.5869,3.5906,3.5944,3.5981,3.6019,3.6057,3.6095,3.6133,3.6171,3.6209,3.6247,3.6285,3.6323,3.6361,3.64,3.6438,3.6477,3.6515,3.6554,3.6593,3.6631,3.667,3.6709,3.6748,3.6787,3.6826,3.6866,3.6905,3.6944,3.6984,3.7023,3.7063,3.7102,3.7142,3.7182,3.7222,3.7261,3.7301,3.7341,3.7382,3.7422,3.7462,3.7502,3.7543,3.7583,3.7623,3.7664,3.7705,3.7745,3.7786,3.7827,3.7868,3.7909,3.795,3.7991,3.8032,3.8073,3.8115,3.8156,3.8197,3.8239,3.828,3.8322,3.8364,3.8406,3.8447,3.8489,3.8531,3.8573,3.8615,3.8658,3.87,3.8742,3.8784,3.8827,3.8869,3.8912,3.8954,3.8997,3.904,3.9083,3.9125,3.9168,3.9211,3.9254,3.9297,3.9341,3.9384,3.9427,3.947,3.9514,3.9557,3.9601,3.9644,3.9688,3.9732,3.9775,3.9819,3.9863,3.9907,3.9951,3.9995,4.0039,4.0083,4.0127,4.0172,4.0216,4.026,4.0305,4.0349,4.0394,4.0439,4.0483,4.0528,4.0573,4.0618,4.0663,4.0708,4.0753,4.0798,4.0843,4.0889,4.0934,4.0979,4.1025,4.107,4.1116,4.1162,4.1208,4.1253,4.1299,4.1345,4.1391,4.1437,4.1483,4.153,4.1576,4.1622,4.1669,4.1715,4.1762,4.1808,4.1855,4.1902,4.1948,4.1995,4.2042,4.2089,4.2136,4.2183,4.223,4.2278,4.2325,4.2372,4.242,4.2467,4.2515,4.2563,4.261,4.2658,4.2706,4.2754,4.2802,4.285,4.2898,4.2946,4.2994,4.3043,4.3091,4.3139,4.3188,4.3237,4.3285,4.3334,4.3383,4.3431,4.348,4.3529,4.3578,4.3627,4.3677,4.3726,4.3775,4.3824,4.3874,4.3923,4.3973,4.4022,4.4072,4.4122,4.4171,4.4221,4.4271,4.4321,4.4371,4.4421,4.4471,4.4522,4.4572,4.4622,4.4673,4.4723,4.4774,4.4824,4.4875,4.4926,4.4976,4.5027,4.5078,4.5129,4.518,4.5231,4.5282,4.5333,4.5385,4.5436,4.5487,4.5539,4.559,4.5642,4.5693,4.5745,4.5796,4.5848,4.59,4.5952,4.6004,4.6056,4.6108,4.616,4.6212,4.6264,4.6317,4.6369,4.6421,4.6474,4.6526,4.6579,4.6631,4.6684,4.6737,4.679,4.6842,4.6895,4.6948,4.7001,4.7054,4.7108,4.7161,4.7214,4.7267,4.7321,4.7374,4.7428,4.7481,4.7535,4.7588,4.7642,4.7696,4.7749,4.7803,4.7857,4.7911,4.7965,4.8019,4.8073,4.8127,4.8181,4.8236,4.829,4.8344,4.8399,4.8453,4.8508,4.8562,4.8617,3.4213,3.425,3.4286,3.4322,3.4359,3.4396,3.4432,3.4469,3.4506,3.4543,3.458,3.4616,3.4653,3.4691,3.4728,3.4765,3.4802,3.4839,3.4877,3.4914,3.4951,3.4989,3.5026,3.5064,3.5102,3.5139,3.5177,3.5215,3.5253,3.5291,3.5329,3.5367,3.5405,3.5443,3.5481,3.552,3.5558,3.5596,3.5635,3.5673,3.5712,3.575,3.5789,3.5828,3.5866,3.5905,3.5944,3.5983,3.6022,3.6061,3.61,3.6139,3.6178,3.6217,3.6257,3.6296,3.6335,3.6375,3.6414,3.6454,3.6494,3.6533,3.6573,3.6613,3.6652,3.6692,3.6732,3.6772,3.6812,3.6852,3.6892,3.6933,3.6973,3.7013,3.7054,3.7094,3.7134,3.7175,3.7216,3.7256,3.7297,3.7338,3.7379,3.7419,3.746,3.7501,3.7542,3.7584,3.7625,3.7666,3.7707,3.7749,3.779,3.7831,3.7873,3.7915,3.7956,3.7998,3.804,3.8081,3.8123,3.8165,3.8207,3.8249,3.8291,3.8333,3.8376,3.8418,3.846,3.8503,3.8545,3.8588,3.863,3.8673,3.8715,3.8758,3.8801,3.8844,3.8887,3.8929,3.8972,3.9016,3.9059,3.9102,3.9145,3.9188,3.9232,3.9275,3.9318,3.9362,3.9406,3.9449,3.9493,3.9537,3.958,3.9624,3.9668,3.9712,3.9756,3.98,3.9844,3.9888,3.9933,3.9977,4.0021,4.0066,4.011,4.0155,4.0199,4.0244,4.0288,4.0333,4.0378,4.0423,4.0468,4.0513,4.0558,4.0603,4.0648,4.0693,4.0738,4.0783,4.0829,4.0874,4.092,4.0965,4.1011,4.1056,4.1102,4.1148,4.1193,4.1239,4.1285,4.1331,4.1377,4.1423,4.1469,4.1515,4.1562,4.1608,4.1654,4.1701,4.1747,4.1794,4.184,4.1887,4.1933,4.198,4.2027,4.2074,4.2121,4.2167,4.2214,4.2262,4.2309,4.2356,4.2403,4.245,4.2498,4.2545,4.2592,4.264,4.2687,4.2735,4.2783,4.283,4.2878,4.2926,4.2974,4.3022,4.307,4.3118,4.3166,4.3214,4.3262,4.3311,4.3359,4.3407,4.3456,4.3504,4.3553,4.3602,4.365,4.3699,4.3748,4.3796,4.3845,4.3894,4.3943,4.3992,4.4041,4.4091,4.414,4.4189,4.4238,4.4288,4.4337,4.4387,4.4436,4.4486,4.4536,4.4585,4.4635,4.4685,4.4735,4.4785,4.4835,4.4885,4.4935,4.4985,4.5035,4.5086,4.5136,4.5186,4.5237,4.5287,4.5338,4.5389,4.5439,4.549,4.5541,4.5592,4.5643,4.5694,4.5745,4.5796,4.5847,4.5899,4.595,4.6001,4.6053,4.6104,4.6156,4.6207,4.6259,4.6311,4.6363,4.6415,4.6467,4.6519,4.6571,4.6623,4.6676,4.6728,4.6781,4.6833,4.6886,4.6939,4.6991,4.7044,4.7097,4.715,4.7203,4.7257,4.731,4.7363,4.7417,4.747,4.7524,4.7578,3.381,3.3846,3.3883,3.3919,3.3956,3.3993,3.4029,3.4066,3.4103,3.414,3.4177,3.4214,3.4251,3.4289,3.4326,3.4364,3.4401,3.4439,3.4477,3.4514,3.4552,3.459,3.4628,3.4666,3.4705,3.4743,3.4781,3.482,3.4858,3.4897,3.4936,3.4974,3.5013,3.5052,3.5091,3.5131,3.517,3.5209,3.5249,3.5288,3.5328,3.5367,3.5407,3.5447,3.5487,3.5527,3.5567,3.5607,3.5648,3.5688,3.5728,3.5769,3.581,3.585,3.5891,3.5932,3.5973,3.6014,3.6055,3.6097,3.6138,3.618,3.6221,3.6263,3.6305,3.6346,3.6388,3.643,3.6472,3.6515,3.6557,3.6599,3.6642,3.6684,3.6727,3.677,3.6812,3.6855,3.6898,3.6941,3.6984,3.7028,3.7071,3.7114,3.7158,3.7201,3.7245,3.7289,3.7333,3.7377,3.7421,3.7465,3.7509,3.7553,3.7597,3.7642,3.7686,3.7731,3.7776,3.782,3.7865,3.791,3.7955,3.8,3.8046,3.8091,3.8136,3.8182,3.8227,3.8273,3.8318,3.8364,3.841,3.8456,3.8502,3.8548,3.8594,3.864,3.8687,3.8733,3.878,3.8826,3.8873,3.8919,3.8966,3.9013,3.906,3.9107,3.9154,3.9201,3.9248,3.9295,3.9342,3.939,3.9437,3.9485,3.9532,3.958,3.9627,3.9675,3.9723,3.9771,3.9819,3.9867,3.9915,3.9963,4.0011,4.006,4.0108,4.0156,4.0205,4.0253,4.0302,4.0351,4.0399,4.0448,4.0497,4.0546,4.0595,4.0644,4.0693,4.0742,4.0792,4.0841,4.089,4.094,4.0989,4.1039,4.1088,4.1138,4.1188,4.1238,4.1287,4.1337,4.1387,4.1437,4.1488,4.1538,4.1588,4.1638,4.1689,4.1739,4.1789,4.184,4.189,4.1941,4.1992,4.2042,4.2093,4.2144,4.2195,4.2246,4.2297,4.2348,4.2399,4.245,4.2502,4.2553,4.2604,4.2656,3.2024,3.2061,3.2098,3.2135,3.2172,3.221,3.2247,3.2284,3.2322,3.2359,3.2397,3.2434,3.2472,3.251,3.2548,3.2586,3.2624,3.2662,3.27,3.2738,3.2776,3.2814,3.2853,3.2891,3.2929,3.2968,3.3006,3.3045,3.3084,3.3122,3.3161,3.32,3.3239,3.3278,3.3317,3.3356,3.3395,3.3435,3.3474,3.3513,3.3553,3.3592,3.3632,3.3671,3.3711,3.3751,3.379,3.383,3.387,3.391,3.395,3.399,3.403,3.407,3.411,3.4151,3.4191,3.4231,3.4272,3.4312,3.4353,3.4393,3.4434,3.4475,3.4515,3.4556,3.4597,3.4638,3.4679,3.472,3.4761,3.4803,3.4844,3.4885,3.4926,3.4968,3.5009,3.5051,3.5093,3.5134,3.5176,3.5218,3.526,3.5302,3.5344,3.5386,3.5428,3.547,3.5512,3.5554,3.5597,3.5639,3.5681,3.5724,3.5766,3.5809,3.5851,3.5894,3.5937,3.5979,3.6022,3.6065,3.6107,3.615,3.6193,3.6236,3.6279,3.6322,3.6365,3.6408,3.6451,3.6494,3.6537,3.658,3.6623,3.6667,3.671,3.6753,3.6797,3.684,3.6884,3.6928,3.6971,3.7015,3.7059,3.7102,3.7146,3.719,3.7234,3.7278,3.7322,3.7366,3.7411,3.7455,3.7499,3.7544,3.7588,3.7632,3.7677,3.7721,3.7766,3.7811,3.7855,3.79,3.7945,3.799,3.8034,3.8079,3.8124,3.8169,3.8214,3.8259,3.8305,3.835,3.8395,3.844,3.8486,3.8531,3.8576,3.8622,3.8667,3.8713,3.8758,3.8804,3.8849,3.8895,3.8941,3.8987,3.9032,3.9078,3.9124,3.917,3.9216,3.9262,3.9308,3.9355,3.9401,3.9447,3.9493,3.954,3.9586,3.9633,3.9679,3.9726,3.9773,3.9819,3.9866,3.9913,3.996,4.0006,4.0053,4.01,4.0147,4.0194,4.0241,4.0289,4.0336,4.0383,4.043,4.0477,4.0525,4.0572,4.062,4.0667,4.0715,4.0762,4.081,4.0857,4.0905,4.0953,4.1,4.1048,4.1096,4.1144,4.1192,4.124,4.1288,4.1336,4.1384,4.1432,4.1481,4.1529,4.1577,4.1625,4.1674,4.1722,4.1771,4.1819,4.1868,4.1917,4.1965,4.2014,4.2063,4.2112,4.2161,4.221,4.2259,4.2308,4.2357,4.2406,4.2455,4.2505,4.2554,4.2603,4.2653,4.2702,4.2752,4.2801,4.2851,4.29,4.295,4.3,4.3049,4.3099,4.3149,4.3199,4.3249,4.3299,4.3349,4.3399,4.3449,4.3499,4.3549,4.36,4.365,4.37,4.3751,4.3801,4.3852,4.3902,4.3953,4.4004,4.4054,4.4105,4.4156,4.4207,4.4258,4.4309,4.436,4.4411,4.4463,4.4514,4.4565,4.4617,4.4668,4.472,4.4771,4.4823,4.4875,4.4926,4.4978,4.503,4.5082,4.5134,4.5186,4.5238,4.529,4.5342,4.5394,4.5446,3.2986,3.3023,3.3059,3.3096,3.3133,3.317,3.3206,3.3243,3.328,3.3317,3.3354,3.3391,3.3428,3.3466,3.3503,3.354,3.3578,3.3615,3.3653,3.369,3.3728,3.3766,3.3803,3.3841,3.3879,3.3917,3.3955,3.3993,3.4031,3.4069,3.4108,3.4146,3.4184,3.4223,3.4261,3.43,3.4338,3.4377,3.4416,3.4454,3.4493,3.4532,3.4571,3.461,3.4649,3.4688,3.4727,3.4766,3.4806,3.4845,3.4884,3.4924,3.4963,3.5003,3.5043,3.5082,3.5122,3.5162,3.5202,3.5241,3.5281,3.5321,3.5362,3.5402,3.5442,3.5482,3.5522,3.5563,3.5603,3.5644,3.5684,3.5725,3.5765,3.5806,3.5847,3.5888,3.5929,3.597,3.6011,3.6052,3.6093,3.6134,3.6175,3.6216,3.6258,3.6299,3.634,3.6382,3.6423,3.6465,3.6507,3.6548,3.659,3.6632,3.6674,3.6716,3.6758,3.68,3.6842,3.6884,3.6926,3.6968,3.701,3.7053,3.7095,3.7138,3.718,3.7223,3.7265,3.7308,3.735,3.7393,3.7436,3.7479,3.7522,3.7565,3.7608,3.7651,3.7694,3.7737,3.778,3.7823,3.7867,3.791,3.7954,3.7997,3.8041,3.8084,3.8128,3.8172,3.8215,3.8259,3.8303,3.8347,3.8391,3.8435,3.8479,3.8523,3.8567,3.8612,3.8656,3.87,3.8745,3.8789,3.8833,3.8878,3.8923,3.8967,3.9012,3.9057,3.9102,3.9147,3.9191,3.9236,3.9281,3.9327,3.9372,3.9417,3.9462,3.9507,3.9553,3.9598,3.9644,3.9689,3.9735,3.978,3.9826,3.9872,3.9918,3.9963,4.0009,4.0055,4.0101,4.0147,4.0193,4.0239,4.0286,4.0332,4.0378,4.0425,4.0471,4.0517,4.0564,4.0611,4.0657,4.0704,4.0751,4.0797,4.0844,4.0891,4.0938,4.0985,4.1032,4.1079,4.1126,4.1173,4.1221,4.1268,4.1315,4.1363,4.141,4.1458,4.1505,4.1553,4.1601,4.1648,4.1696,4.1744,4.1792,4.184,4.1888,4.1936,4.1984,4.2032,4.208,4.2129,4.2177,4.2225,4.2274,4.2322,4.2371,4.2419,4.2468,4.2517,4.2566,4.2614,4.2663,4.2712,4.2761,4.281,4.2859,4.2909,4.2958,4.3007,4.3056,4.3106,4.3155,4.3205,4.3254,4.3304,4.3354,4.3404,4.3453,4.3503,4.3553,4.3603,4.3653,4.3703,4.3753,4.3804,4.3854,4.3904,4.3955,4.4005,4.4056,4.4106,4.4157,4.4207,4.4258,4.4309,4.436,4.4411,4.4462,4.4513,4.4564,4.4615,4.4666,4.4717,4.4769,4.482,4.4871,4.4923,4.4974,4.5026,4.5078,4.5129,4.5181,4.5233,4.5285,4.5337,4.5388,4.5441,4.5493,4.5545,4.5597,4.5649,4.5701,4.5754,4.5806,4.5859,4.5911,4.5964,4.6016,4.6069,4.6122,4.6175,4.6227,4.628,4.6333,4.6386,4.6439,4.6493,4.6546,4.6599,4.6652,4.6706,4.6759,4.6813,4.6866,4.692,4.6974,4.7028,4.7081,4.7135,4.7189,4.7243,4.7297,4.7352,4.7406,4.746,4.7514,4.7569,4.7623,4.7678,4.7732,4.7787,4.7841,4.7896,4.7951,4.8006,4.8061,4.8116,4.8171,4.8226,4.8281,4.8336,4.8391,4.8446,4.8502,4.8557,4.8613,4.8668,4.8724,4.8779,4.8835,4.8891,4.8946,4.9002,4.9058,4.9114,4.917,4.9226,4.9282,4.9338,4.9395,4.9451,4.9507,4.9564,4.962,4.9677,4.9733,4.979,4.9847,4.9903,4.996,5.0017,5.0074,5.0131,5.0188,5.0245,5.0302,5.0359,5.0416,5.0473,5.0531,5.0588,5.0646,5.0703,5.0761,5.0818,5.0876,5.0934,5.0991,5.1049,5.1107,5.1165,5.1223,5.1281,5.1339,5.1397,5.1455,5.1514,5.1572,5.163,5.1689,5.1747,5.1806,5.1864,5.1923,5.1982,3.4976,3.5014,3.5051,3.5089,3.5127,3.5165,3.5203,3.5241,3.5279,3.5317,3.5356,3.5394,3.5432,3.547,3.5509,3.5547,3.5586,3.5624,3.5663,3.5702,3.574,3.5779,3.5818,3.5857,3.5896,3.5935,3.5974,3.6013,3.6052,3.6091,3.6131,3.617,3.6209,3.6249,3.6288,3.6328,3.6367,3.6407,3.6447,3.6486,3.6526,3.6566,3.6606,3.6646,3.6686,3.6726,3.6766,3.6806,3.6846,3.6886,3.6927,3.6967,3.7007,3.7048,3.7088,3.7129,3.717,3.721,3.7251,3.7292,3.7332,3.7373,3.7414,3.7455,3.7496,3.7537,3.7578,3.7619,3.766,3.7702,3.7743,3.7784,3.7826,3.7867,3.7908,3.795,3.7992,3.8033,3.8075,3.8117,3.8158,3.82,3.8242,3.8284,3.8326,3.8368,3.841,3.8452,3.8494,3.8536,3.8579,3.8621,3.8663,3.8706,3.8748,3.879,3.8833,3.8876,3.8918,3.8961,3.9004,3.9046,3.9089,3.9132,3.9175,3.9218,3.9261,3.9304,3.9347,3.939,3.9433,3.9477,3.952,3.9563,3.9607,3.965,3.9693,3.9737,3.9781,3.9824,3.9868,3.9912,3.9955,3.9999,4.0043,4.0087,4.0131,4.0175,4.0219,4.0263,4.0307,4.0351,4.0395,4.044,4.0484,4.0528,4.0573,4.0617,4.0662,4.0706,4.0751,4.0796,4.084,4.0885,4.093,4.0975,4.102,4.1064,4.1109,4.1154,4.1199,4.1245,4.129,4.1335,4.138,4.1425,4.1471,4.1516,4.1562,4.1607,4.1653,4.1698,4.1744,4.1789,4.1835,4.1881,4.1927,4.1972,4.2018,4.2064,4.211,4.2156,4.2202,4.2248,4.2294,4.234,4.2387,4.2433,4.2479,4.2526,4.2572,4.2618,4.2665,4.2711,4.2758,4.2805,4.2851,4.2898,4.2945,4.2991,4.3038,4.3085,4.3132,4.3179,4.3226,4.3273,4.332,4.3367,4.3414,4.3462,4.3509,4.3556,4.3604,4.3651,4.3698,4.3746,4.3793,4.3841,4.3889,4.3936,4.3984,4.4032,4.408,4.4127,4.4175,4.4223,4.4271,4.4319,4.4367,4.4415,4.4463,4.4512,4.456,4.4608,4.4656,4.4705,4.4753,4.4802,4.485,4.4899,4.4947,4.4996,4.5044,4.5093,4.5142,4.5191,4.5239,4.5288,4.5337,4.5386,4.5435,4.5484,4.5533,4.5583,4.5632,4.5681,4.573,4.578,4.5829,4.5878,4.5928,4.5977,4.6027,4.6076,4.6126,4.6176,4.6225,4.6275,4.6325,4.6375,4.6425,4.6475,4.6524,4.6575,4.6625,4.6675,4.6725,4.6775,4.6825,4.6876,4.6926,4.6976,4.7027,4.7077,4.7128,4.7178,4.7229,4.7279,4.733,4.7381,4.7431,4.7482,4.7533,4.7584,4.7635,4.7686,4.7737,4.7788,4.7839,4.789,4.7942,4.7993,4.8044,4.8095,4.8147,4.8198,4.825,4.8301,4.8353,4.8404,3.3968,3.4003,3.4038,3.4073,3.4108,3.4143,3.4178,3.4213,3.4248,3.4283,3.4318,3.4353,3.4389,3.4424,3.4459,3.4495,3.453,3.4566,3.4602,3.4637,3.4673,3.4709,3.4744,3.478,3.4816,3.4852,3.4888,3.4924,3.496,3.4996,3.5033,3.5069,3.5105,3.5141,3.5178,3.5214,3.5251,3.5287,3.5324,3.5361,3.5397,3.5434,3.5471,3.5508,3.5545,3.5582,3.5619,3.5656,3.5693,3.573,3.5767,3.5805,3.5842,3.5879,3.5917,3.5954,3.5992,3.6029,3.6067,3.6104,3.6142,3.618,3.6218,3.6256,3.6294,3.6332,3.637,3.6408,3.6446,3.6484,3.6522,3.656,3.6599,3.6637,3.6676,3.6714,3.6753,3.6791,3.683,3.6868,3.6907,3.6946,3.6985,3.7024,3.7063,3.7102,3.7141,3.718,3.7219,3.7258,3.7297,3.7337,3.7376,3.7416,3.9551,3.9593,3.9635,3.9677,3.9719,3.9762,3.9804,3.9847,3.9889,3.9932,3.9974,4.0017,4.0059,4.0102,4.0145,4.0188,4.023,4.0273,4.0316,4.0359,4.0402,4.0446,4.0489,4.0532,4.0575,4.0619,4.0662,4.0705,4.0749,4.0792,4.0836,4.088,4.0923,4.0967,4.1011,4.1055,4.1099,4.1142,4.1186,4.1231,4.1275,4.1319,4.1363,4.1407,4.1452,4.1496,4.154,4.1585,4.1629,4.1674,4.1718,4.1763,4.1808,4.1853,4.1897,4.1942,4.1987,4.2032,4.2077,4.2122,4.2167,4.2213,4.2258,4.2303,4.2348,4.2394,4.2439,4.2485,4.253,4.2576,4.2622,4.2667,4.2713,4.2759,4.2805,4.2851,4.2897,4.2943,4.2989,4.3035,4.3081,4.3127,4.3173,4.322,4.3266,4.3313,4.3359,4.3406,4.3452,4.3499,4.3546,4.3592,4.3639,4.3686,4.3733,4.378,4.3827,4.3874,4.3921,4.3968,4.4015,4.4063,4.411,4.4157,4.4205,4.4252,4.43,4.4347,4.4395,4.4443,4.449,4.4538,4.4586,4.4634,4.4682,4.473,4.4778,4.4826,4.4874,4.4922,4.4971,4.5019,4.5067,4.5116,4.5164,4.5213,4.5261,4.531,4.5358,4.5407,4.5456,4.5505,4.5553,4.5602,4.5651,4.57,4.5749,4.5799,4.5848,4.5897,4.5946,4.5996,4.6045,4.6094,4.6144,4.6193,4.6243,4.6293,4.6342,4.6392,4.6442,4.6492,4.6542,4.6592,4.6641,4.6692,4.6742,4.6792,4.6842,4.6892,4.6943,4.6993,4.7043,4.7094,4.7144,4.7195,4.7245,4.7296,4.7347,4.7398,4.7448,4.7499,4.755,4.7601,4.7652,4.7703,4.7754,4.7805,4.7857,4.7908,4.7959,4.8011,4.8062,4.8114,4.8165,4.8217,4.8268,4.832,4.8372,4.8424,4.8475,4.8527,4.8579,4.8631,4.8683,4.8735,4.8788,4.884,4.8892,4.8944,4.8997,4.9049,4.9101,4.9154,3.4203,3.4238,3.4273,3.4309,3.4344,3.4379,3.4414,3.445,3.4485,3.4521,3.4556,3.4592,3.4627,3.4663,3.4699,3.4735,3.4771,3.4806,3.4842,3.4878,3.4914,3.4951,3.4987,3.5023,3.5059,3.5096,3.5132,3.5168,3.5205,3.5242,3.5278,3.5315,3.5352,3.5388,3.5425,3.5462,3.5499,3.5536,3.5573,3.561,3.5647,3.5685,3.5722,3.5759,3.5797,3.5834,3.5872,3.5909,3.5947,3.5984,3.6022,3.606,3.6098,3.6136,3.6174,3.6212,3.625,3.6288,3.6326,3.6364,3.6403,3.6441,3.6479,3.6518,3.6556,3.6595,3.6634,3.6672,3.6711,3.675,3.6789,3.6828,3.6867,3.6906,3.6945,3.6984,3.7023,3.7062,3.7102,3.7141,3.718,3.722,3.7259,3.7299,3.7339,3.7378,3.7418,3.7458,3.7498,3.7538,3.7578,3.7618,3.7658,3.7698,3.7738,3.7778,3.7818,3.7859,3.7899,3.7939,3.798,3.802,3.8061,3.8102,3.8142,3.8183,3.8224,3.8265,3.8305,3.8346,3.8387,3.8428,3.8469,3.8511,3.8552,3.8593,3.8634,3.8676,3.8717,3.8758,3.88,3.8841,3.8883,3.8925,3.8966,3.9008,3.905,3.9092,3.9133,3.9175,3.9217,3.9259,3.9301,3.9344,3.9386,3.9428,3.947,3.9513,3.9555,3.9597,3.964,3.9682,3.9725,3.9767,3.981,3.9853,3.9896,3.9938,3.9981,4.0024,4.0067,4.011,4.0153,4.0196,4.0239,4.0282,4.0326,4.0369,4.0412,4.0456,4.0499,4.0543,4.0586,4.063,4.0673,4.0717,4.0761,4.0805,4.0849,4.0892,4.0936,4.098,4.1024,4.1069,4.1113,4.1157,4.1201,4.1246,4.129,4.1335,4.1379,4.1424,4.1468,4.1513,4.1558,4.1603,4.1648,4.1693,4.1738,4.1783,4.1828,4.1873,4.1919,4.1964,4.201,4.2055,4.21,4.2146,4.2192,4.2237,4.2283,4.2329,4.2375,4.2421,4.2466,4.2512,4.2559,4.2605,4.2651,4.2697,4.2743,4.279,4.2836,4.2883,4.2929,4.2976,4.3022,4.3069,4.3116,4.3163,4.3209,4.3256,4.3303,4.335,4.3398,4.3445,4.3492,4.3539,4.3587,4.3634,4.3681,4.3729,4.3777,4.3824,4.3872,4.392,4.3968,4.4015,4.4063,4.4111,4.416,4.4208,4.4256,4.4304,4.4352,4.4401,4.4449,4.4498,4.4546,4.4595,4.4644,4.4692,4.4741,4.479,4.4839,4.4888,4.4937,4.4986,4.5035,4.5084,4.5134,4.5183,4.5233,4.5282,4.5332,4.5381,4.5431,4.548,4.553,4.558,4.563,4.568,4.573,4.578,4.583,4.588,4.593,4.5981,4.6031,4.6082,4.6132,4.6183,4.6233,4.6284,4.6335,4.6386,4.6436,4.6487,4.6538,4.6589,4.664,4.6692,4.6743,4.6794,4.6846,4.6897,4.6948,4.7,4.7051,4.7103,3.3583,3.3618,3.3654,3.3689,3.3725,3.3761,3.3796,3.3832,3.3868,3.3904,3.394,3.3976,3.4012,3.4048,3.4084,3.412,3.4157,3.4193,3.423,3.4266,3.4303,3.4339,3.4376,3.4413,3.4449,3.4486,3.4523,3.456,3.4597,3.4634,3.4671,3.4708,3.4746,3.4783,3.482,3.4858,3.4895,3.4932,3.497,3.5008,3.5045,3.5083,3.5121,3.5159,3.5197,3.5235,3.5273,3.5311,3.5349,3.5387,3.5425,3.5463,3.5502,3.554,3.5579,3.5617,3.5656,3.5694,3.5733,3.5772,3.581,3.5849,3.5888,3.5927,3.5966,3.6005,3.6044,3.6083,3.6123,3.6162,3.6201,3.6241,3.628,3.632,3.6359,3.6399,3.6438,3.6478,3.6518,3.6558,3.6597,3.6637,3.6677,3.6717,3.6757,3.6798,3.6838,3.6878,3.6918,3.6959,3.6999,3.704,3.708,3.7121,3.7161,3.7202,3.7243,3.7284,3.7324,3.7365,3.7406,3.7447,3.7488,3.7529,3.7571,3.7612,3.7653,3.7694,3.7736,3.7777,3.7819,3.786,3.7902,3.7944,3.7985,3.8027,3.8069,3.8111,3.8153,3.8195,3.8237,3.8279,3.8321,3.8363,3.8405,3.8447,3.849,3.8532,3.8574,3.8617,3.866,3.8702,3.8745,3.8787,3.883,3.8873,3.8916,3.8959,3.9002,3.9045,3.9088,3.9131,3.9174,3.9217,3.9261,3.9304,3.9347,3.9391,3.9434,3.9478,3.9521,3.9565,3.9609,3.9652,3.9696,3.974,3.9784,3.9828,3.9872,3.9916,3.996,4.0004,4.0048,4.0092,4.0136,4.0181,4.0225,4.0269,4.0314,4.0358,4.0403,4.0447,4.0492,4.0536,4.0581,4.0626,4.067,4.0715,4.076,4.0805,4.085,4.0895,4.094,4.0985,4.103,4.1075,4.112,4.1165,4.121,4.1256,4.1301,4.1346,4.1392,4.1437,4.1483,4.1528,4.1574,4.1619,4.1665,4.1711,4.1756,4.1802,4.1848,4.1894,4.1939,4.1985,4.2031,4.2077,4.2123,4.2169,4.2215,4.2262,4.2308,4.2354,4.24,4.2446,4.2493,4.2539,4.2586,4.2632,4.2679,4.2725,4.2772,4.2818,4.2865,4.2912,4.2958,4.3005,4.3052,4.3099,4.3146,4.3192,4.3239,4.3286,4.3334,4.3381,4.3428,4.3475,4.3522,4.3569,4.3617,4.3664,4.3711,4.3759,4.3806,4.3853,4.3901,4.3948,4.3996,4.4044,4.4091,4.4139,4.4187,4.4234,4.4282,4.433,4.4378,4.4426,4.4474,4.4522,4.457,4.4618,4.4666,4.4714,4.4762,4.481,4.4858,4.4906,4.4955,4.5003,4.5051,4.51,4.5148,4.5197,4.5245,4.5294,4.5342,4.5391,4.5439,4.5488,4.5537,4.5586,4.5634,4.5683,4.5732,4.5781,4.583,4.5879,4.5928,4.5977,4.6026,4.6075,4.6124,4.6173,4.6222,4.6271,4.6321,4.637,4.6419,4.6469,3.3381,3.3415,3.3449,3.3484,3.3518,3.3552,3.3587,3.3621,3.3656,3.369,3.3725,3.3759,3.3794,3.3829,3.3864,3.3898,3.3933,3.3968,3.4003,3.4038,3.4073,3.4108,3.4143,3.4178,3.4213,3.4249,3.4284,3.4319,3.4354,3.439,3.4425,3.4461,3.4496,3.4532,3.4567,3.4603,3.4639,3.4674,3.471,3.4746,3.4782,3.4817,3.4853,3.4889,3.4925,3.4961,3.4997,3.5033,3.507,3.5106,3.5142,3.5178,3.5215,3.5251,3.5287,3.5324,3.536,3.5397,3.5433,3.547,3.5506,3.5543,3.558,3.5617,3.5653,3.569,3.5727,3.5764,3.5801,3.5838,3.5875,3.5912,3.5949,3.5986,3.6023,3.6061,3.6098,3.6135,3.6173,3.621,3.6248,3.6285,3.6323,3.636,3.6398,3.6435,3.6473,3.6511,3.6549,3.6587,3.6624,3.6662,3.67,3.6738,3.6776,3.6814,3.6852,3.6891,3.6929,3.6967,3.7005,3.7044,3.7082,3.712,3.7159,3.7197,3.7236,3.7274,3.7313,3.7352,3.739,3.7429,3.7468,3.7507,3.7546,3.7584,3.7623,3.7662,3.7701,3.774,3.7779,3.7819,3.7858,3.7897,3.7936,3.7975,3.8015,3.8054,3.8094,3.8133,3.8172,3.8212,3.8252,3.8291,3.8331,3.837,3.841,3.845,3.849,3.853,3.857,3.8609,3.8649,3.8689,3.8729,3.877,3.881,3.885,3.889,3.893,3.8971,3.9011,3.9051,3.9092,3.9132,3.9173,3.9213,3.9254,3.9294,3.9335,3.9376,3.9416,3.9457,3.9498,3.9539,3.958,3.9621,3.9662,3.9703,3.9744,3.9785,3.9826,3.9867,3.9909,3.995,3.9991,4.0033,4.0074,4.0115,4.0157,4.0199,4.024,4.0282,4.0324,4.0365,4.0407,4.0449,4.0491,4.0533,4.0575,4.0617,4.0659,4.0701,4.0743,4.0785,4.0827,4.087,4.0912,4.0954,4.0997,4.1039,4.1082,4.1124,4.1167,4.1209,4.1252,4.1295,4.1338,4.1381,4.1423,4.1466,4.1509,4.1552,4.1596,4.1639,4.1682,4.1725,4.1768,4.1812,4.1855,4.1899,4.1942,4.1986,4.2029,4.2073,4.2116,4.216,4.2204,4.2248,4.2291,4.2335,4.2379,4.2423,4.2467,4.2512,4.2556,4.26,4.2644,4.2689,4.2733,4.2777,4.2822,4.2867,4.2911,4.2956,4.3001,4.3045,4.309,4.3135,4.318,4.3225,4.327,4.3315,4.336,4.3405,4.3451,4.3496,4.3541,4.3587,4.3632,4.3678,4.3723,4.3769,4.3814,4.386,4.3906,4.3952,4.3998,4.4043,4.4089,4.4135,4.4181,4.4228,4.4274,4.432,4.4366,4.4413,4.4459,4.4506,4.4552,4.4599,4.4645,4.4692,4.4739,4.4786,4.4832,4.4879,4.4926,4.4974,4.5021,4.5068,4.5115,4.5163,4.521,4.5258,4.5305,4.5353,4.5401,4.5449,4.5496,3.3088,3.3122,3.3155,3.3189,3.3223,3.3257,3.3291,3.3325,3.3359,3.3393,3.3427,3.3461,3.3495,3.3529,3.3563,3.3598,3.3632,3.3667,3.3701,3.3736,3.377,3.3805,3.3839,3.3874,3.3909,3.3944,3.3979,3.4014,3.4049,3.4084,3.4119,3.4155,3.419,3.4225,3.4261,3.4297,3.4332,3.4368,3.4404,3.4439,3.4475,3.4511,3.4547,3.4584,3.462,3.4656,3.4692,3.4729,3.4765,3.4801,3.4838,3.4875,3.4911,3.4948,3.4985,3.5022,3.5058,3.5095,3.5132,3.5169,3.5206,3.5244,3.5281,3.5318,3.5355,3.5393,3.543,3.5468,3.5505,3.5543,3.558,3.5618,3.5656,3.5693,3.5731,3.5769,3.5807,3.5845,3.5883,3.5922,3.596,3.5998,3.6037,3.6075,3.6114,3.6152,3.6191,3.623,3.6268,3.6307,3.6346,3.6385,3.6424,3.6463,3.6503,3.6542,3.6581,3.6621,3.666,3.6699,3.6739,3.6778,3.6818,3.6858,3.6898,3.6937,3.6977,3.7017,3.7057,3.7097,3.7137,3.7177,3.7217,3.7258,3.7298,3.7338,3.7379,3.7419,3.7459,3.75,3.7541,3.7581,3.7622,3.7663,3.7704,3.7745,3.7786,3.7827,3.7868,3.7909,3.795,3.7991,3.8033,3.8074,3.8115,3.8157,3.8198,3.824,3.8282,3.8323,3.8365,3.8407,3.8449,3.8491,3.8533,3.8575,3.8617,3.8659,3.8701,3.8743,3.8786,3.8828,3.8871,3.8913,3.8956,3.8998,3.9041,3.9084,3.9126,3.9169,3.9212,3.9255,3.9298,3.9341,3.9384,3.9428,3.9471,3.9514,3.9557,3.9601,3.9644,3.9688,3.9731,3.9775,3.9819,3.9862,3.9906,3.995,3.9994,4.0038,4.0082,4.0126,4.017,4.0214,4.0259,4.0303,4.0347,4.0392,4.0436,4.048,4.0525,4.057,4.0614,4.0659,4.0704,4.0749,4.0794,4.0839,4.0884,4.0929,4.0974,4.1019,4.1064,4.1109,4.1155,4.12,4.1246,4.1291,4.1337,4.1382,4.1428,4.1474,4.152,4.1565,4.1611,4.1657,4.1703,4.1749,4.1795,4.1842,4.1888,4.1934,4.198,4.2027,4.2073,4.212,4.2166,4.2213,4.226,4.2306,4.2353,4.24,4.2447,4.2494,4.2541,4.2588,4.2635,4.2682,4.2729,4.2776,4.2824,4.2871,4.2919,4.2966,4.3014,4.3061,4.3109,4.3157,4.3204,4.3252,4.33,4.3348,4.3396,4.3444,4.3492,4.354,4.3589,4.3637,4.3685,4.3734,4.3782,4.3831,4.3879,4.3928,4.3977,4.4025,4.4074,4.4123,4.4172,4.4221,4.427,4.4319,4.4368,4.4417,4.4466,4.4516,4.4565,4.4614,4.4664,4.4713,4.4763,4.4813,4.4862,4.4912,4.4962,4.5012,4.5062,4.5112,4.5162,4.5212,4.5262,4.5312,4.5362,4.5413,4.5463,4.5514,4.5564,4.5615,4.5665,4.5716,4.5767,4.5817,4.5868,4.5919,4.597,4.6021,4.6072,4.6123,4.6174,4.6226,4.6277,4.6328,4.638,4.6431,4.6483,4.6534,4.6586,4.6638,4.6689,4.6741,4.6793,4.6845,4.6897,4.6949,4.7001,4.7053,4.7106,4.7158,4.721,4.7263,4.7315,4.7368,4.742,4.7473,4.7526,4.7578,4.7631,4.7684,4.7737,4.779,4.7843,4.7896,4.7949,4.8003,4.8056,4.8109,4.8163,4.8216,4.827,4.8323,4.8377,4.8431,4.8484,4.8538,4.8592,4.8646,4.87,4.8754,4.8808,4.8862,4.8917,4.8971,4.9025,4.908,4.9134,4.9189,4.9243,4.9298,4.9353,4.9408,4.9463,4.9517,4.9572,4.9627,4.9683,4.9738,4.9793,4.9848,4.9904,4.9959,5.0015,5.007,5.0126,5.0181,5.0237,5.0293,5.0349,5.0405,5.0461,5.0517,5.0573,5.0629,5.0685,5.0742,5.0798,5.0855,5.0911,5.0968,5.1024,5.1081,3.4865,3.4902,3.4939,3.4976,3.5013,3.5051,3.5088,3.5126,3.5163,3.5201,3.5238,3.5276,3.5314,3.5352,3.5389,3.5427,3.5465,3.5503,3.5542,3.558,3.5618,3.5656,3.5695,3.5733,3.5772,3.581,3.5849,3.5887,3.5926,3.5965,3.6004,3.6043,3.6082,3.6121,3.616,3.6199,3.6238,3.6277,3.6317,3.6356,3.6395,3.6435,3.6475,3.6514,3.6554,3.6594,3.6633,3.6673,3.6713,3.6753,3.6793,3.6833,3.6874,3.6914,3.6954,3.6995,3.7035,3.7075,3.7116,3.7157,3.7197,3.7238,3.7279,3.732,3.7361,3.7402,3.7443,3.7484,3.7525,3.7566,3.7607,3.7649,3.769,3.7732,3.7773,3.7815,3.7857,3.7898,3.794,3.7982,3.8024,3.8066,3.8108,3.815,3.8192,3.8234,3.8277,3.8319,3.8361,3.8404,3.8446,3.8489,3.8531,3.8574,3.8617,3.866,3.8703,3.8746,3.8789,3.8832,3.8875,3.8918,3.8961,3.9004,3.9048,3.9091,3.9135,3.9178,3.9222,3.9265,3.9309,3.9353,3.9397,3.9441,3.9485,3.9529,3.9573,3.9617,3.9661,3.9705,3.9749,3.9794,3.9838,3.9883,3.9927,3.9972,4.0017,4.0061,4.0106,4.0151,4.0196,4.0241,4.0286,4.0331,4.0376,4.0421,4.0466,4.0512,4.0557,4.0603,4.0648,4.0694,4.0739,4.0785,4.0831,4.0876,4.0922,4.0968,4.1014,4.106,4.1106,4.1152,4.1199,4.1245,4.1291,4.1338,4.1384,4.1431,4.1477,4.1524,4.1571,4.1617,4.1664,4.1711,4.1758,4.1805,4.1852,4.1899,4.1946,4.1994,4.2041,4.2088,4.2136,4.2183,4.223,4.2278,4.2326,4.2373,4.2421,4.2469,4.2517,4.2565,4.2612,4.266,4.2709,4.2757,4.2805,4.2853,4.2901,4.295,4.2998,4.3046,4.3095,4.3143,4.3192,4.3241,4.3289,4.3338,4.3387,4.3436,4.3485,4.3534,4.3583,4.3632,4.3681,4.373,4.3779,4.3828,4.3878,4.3927,4.3977,4.4026,4.4076,4.4125,4.4175,4.4225,4.4275,4.4325,4.4374,4.4424,4.4474,4.4524,4.4575,4.4625,4.4675,4.4725,4.4775,4.4826,4.4876,4.4927,4.4977,4.5028,4.5079,4.5129,4.518,4.5231,4.5282,4.5333,4.5384,4.5435,4.5486,4.5537,4.5589,4.564,4.5691,4.5743,4.5794,4.5846,4.5898,4.5949,4.6001,4.6053,4.6105,4.6157,4.6209,4.6261,4.6313,4.6365,4.6417,4.647,4.6522,4.6574,4.6627,4.6679,4.6732,4.6784,4.6837,4.689,4.6942,4.6995,4.7048,4.7101,4.7154,4.7207,4.726,4.7313,4.7366,4.7419,4.7473,4.7526,4.7579,4.7633,4.7686,4.774,4.7794,4.7847,4.7901,4.7955,4.8009,4.8062,4.8116,4.817,4.8224,4.8279,4.8333,4.8387,4.8441,4.8496,4.855,4.8604,3.4149,3.4185,3.4222,3.4259,3.4296,3.4333,3.437,3.4407,3.4444,3.4481,3.4519,3.4556,3.4593,3.4631,3.4668,3.4706,3.4743,3.4781,3.4818,3.4856,3.4894,3.4932,3.497,3.5008,3.5046,3.5084,3.5122,3.516,3.5198,3.5236,3.5275,3.5313,3.5351,3.539,3.5428,3.5467,3.5506,3.5544,3.5583,3.5622,3.5661,3.57,3.5739,3.5778,3.5817,3.5856,3.5895,3.5934,3.5974,3.6013,3.6052,3.6092,3.6131,3.6171,3.6211,3.625,3.629,3.633,3.637,3.641,3.6449,3.649,3.653,3.657,3.661,3.665,3.669,3.6731,3.6771,3.6812,3.6852,3.6893,3.6933,3.6974,3.7015,3.7056,3.7097,3.7137,3.7178,3.7219,3.7261,3.7302,3.7343,3.7384,3.7426,3.7467,3.7508,3.755,3.7591,3.7633,3.7675,3.7716,3.7758,3.78,3.7842,3.7884,3.7926,3.7968,3.801,3.8052,3.8095,3.8137,3.8179,3.8222,3.8264,3.8307,3.8349,3.8392,3.8435,3.8477,3.852,3.8563,3.8606,3.8649,3.8692,3.8735,3.8778,3.8822,3.8865,3.8908,3.8952,3.8995,3.9039,3.9082,3.9126,3.917,3.9214,3.9257,3.9301,3.9345,3.9389,3.9433,3.9477,3.9522,3.9566,3.961,3.9655,3.9699,3.9744,3.9788,3.9833,3.9877,3.9922,3.9967,4.0012,4.0057,4.0102,4.0147,4.0192,4.0237,4.0282,4.0328,4.0373,4.0418,4.0464,4.0509,4.0555,4.0601,4.0646,4.0692,4.0738,4.0784,4.083,4.0876,4.0922,4.0968,4.1014,4.1061,4.1107,4.1153,4.12,4.1246,4.1293,4.134,4.1386,4.1433,4.148,4.1527,4.1574,4.1621,4.1668,4.1715,4.1762,4.181,4.1857,4.1904,4.1952,4.1999,4.2047,4.2095,4.2142,4.219,4.2238,4.2286,4.2334,4.2382,4.243,4.2478,4.2527,4.2575,4.2623,4.2672,4.272,4.2769,4.2818,4.2866,4.2915,4.2964,4.3013,4.3062,4.3111,4.316,4.3209,4.3258,4.3308,4.3357,4.3406,4.3456,4.3505,4.3555,4.3605,4.3655,4.3704,4.3754,4.3804,4.3854,4.3904,4.3954,4.4005,4.4055,4.4105,4.4156,4.4206,4.4257,4.4307,4.4358,4.4409,4.446,4.4511,4.4562,4.4613,4.4664,4.4715,4.4766,4.4817,4.4869,4.492,4.4972,4.5023,4.5075,4.5127,4.5179,4.523,4.5282,4.5334,4.5386,4.5438,4.5491,4.5543,4.5595,4.5648,4.57,4.5753,4.5805,4.5858,4.5911,4.5964,4.6017,4.607,4.6123,4.6176,4.6229,4.6282,4.6335,4.6389,4.6442,4.6496,4.655,4.6603,4.6657,4.6711,4.6765,4.6819,4.6873,4.6927,4.6981,4.7035,4.709,4.7144,4.7199,4.7253,4.7308,4.7362,4.7417,4.7472,4.7527,4.7582,4.7637,4.7692,4.7747,3.3868,3.3906,3.3944,3.3981,3.4019,3.4057,3.4095,3.4133,3.4172,3.421,3.4248,3.4287,3.4325,3.4364,3.4403,3.4441,3.448,3.4519,3.4558,3.4597,3.4636,3.4675,3.4715,3.4754,3.4794,3.4833,3.4873,3.4912,3.4952,3.4992,3.5032,3.5072,3.5112,3.5152,3.5193,3.5233,3.5273,3.5314,3.5354,3.5395,3.5436,3.5477,3.5517,3.5558,3.56,3.5641,3.5682,3.5723,3.5764,3.5806,3.5847,3.5889,3.5931,3.5972,3.6014,3.6056,3.6098,3.614,3.6182,3.6225,3.6267,3.6309,3.6352,3.6394,3.6437,3.6479,3.6522,3.6565,3.6608,3.6651,3.6694,3.6737,3.678,3.6824,3.6867,3.6911,3.6954,3.6998,3.7042,3.7085,3.7129,3.7173,3.7217,3.7261,3.7306,3.735,3.7394,3.7439,3.7483,3.7528,3.7573,3.7617,3.7662,3.7707,3.7752,3.7797,3.7842,3.7888,3.7933,3.7978,3.8024,3.807,3.8115,3.8161,3.8207,3.8253,3.8299,3.8345,3.8391,3.8437,3.8484,3.853,3.8576,3.8623,3.867,3.8716,3.8763,3.881,3.8857,3.8904,3.8951,3.8999,3.9046,3.9093,3.9141,3.9188,3.9236,3.9284,3.9332,3.938,3.9428,3.9476,3.9524,3.9572,3.962,3.9669,3.9717,3.9766,3.9814,3.9863,3.9912,3.9961,4.001,4.0059,4.0108,4.0157,4.0207,4.0256,4.0306,4.0355,4.0405,4.0455,4.0504,4.0554,4.0604,4.0654,4.0705,4.0755,4.0805,4.0856,4.0906,4.0957,4.1007,4.1058,4.1109,4.1159,4.121,4.1261,4.1313,4.1364,4.1415,4.1466,4.1518,4.1569,4.1621,4.1672,4.1724,4.1776,4.1828,4.188,4.1932,4.1984,4.2036,4.2088,4.2141,4.2193,4.2245,4.2298,4.2351,4.2403,4.2456,4.2509,4.2562,4.2615,4.2668,4.2721,4.2775,4.2828,4.2881,4.2935,4.2989,4.3042,4.3096,4.315,4.3204,4.3258,4.3312,4.3366,4.342,4.3474,4.3529,4.3583,4.3638,4.3692,4.3747,4.3802,4.3856,4.3911,4.3966,4.4021,4.4076,4.4132,4.4187,4.4242,4.4298,4.4353,4.4409,4.4464,4.452,4.4576,4.4632,4.4688,4.4744,4.48,4.4856,4.4913,4.4969,4.5025,4.5082,4.5138,4.5195,4.5252,4.5309,4.5365,4.5422,4.5479,4.5536,4.5594,4.5651,4.5708,4.5766,4.5823,4.5881,4.5938,4.5996,4.6054,4.6111,4.6169,4.6227,4.6285,4.6344,4.6402,4.646,4.6518,4.6577,4.6635,4.6694,4.6753,4.6811,4.687,4.6929,4.6988,4.7047,4.7106,4.7165,4.7224,4.7284,4.7343,4.7403,4.7462,4.7522,4.7581,4.7641,4.7701,4.7761,4.7821,4.7881,4.7941,4.8001,4.8062,4.8122,4.8182,4.8243,4.8303,4.8364,4.8425,4.8485,4.8546,4.8607,4.8668,3.4093,3.4134,3.4175,3.4216,3.4257,3.4298,3.434,3.4381,3.4422,3.4464,3.4505,3.4547,3.4588,3.463,3.4672,3.4714,3.4756,3.4798,3.484,3.4882,3.4924,3.4967,3.5009,3.5052,3.5094,3.5137,3.5179,3.5222,3.5265,3.5308,3.5351,3.5394,3.5437,3.548,3.5523,3.5566,3.561,3.5653,3.5696,3.574,3.5784,3.5827,3.5871,3.5915,3.5959,3.6002,3.6046,3.609,3.6134,3.6179,3.6223,3.6267,3.6311,3.6356,3.64,3.6445,3.6489,3.6534,3.6579,3.6623,3.6668,3.6713,3.6758,3.6803,3.6848,3.6893,3.6938,3.6983,3.7029,3.7074,3.7119,3.7165,3.721,3.7256,3.7301,3.7347,3.7393,3.7439,3.7484,3.753,3.7576,3.7622,3.7668,3.7714,3.7761,3.7807,3.7853,3.7899,3.7946,3.7992,3.8039,3.8085,3.8132,3.8179,3.8225,3.8272,3.8319,3.8366,3.8413,3.846,3.8507,3.8554,3.8601,3.8648,3.8695,3.8743,3.879,3.8837,3.8885,3.8932,3.898,3.9027,3.9075,3.9122,3.917,3.9218,3.9266,3.9313,3.9361,3.9409,3.9457,3.9505,3.9553,3.9601,3.9649,3.9697,3.9745,3.9793,3.9842,3.989,3.9938,3.9986,4.0035,4.0083,4.0132,4.018,4.0229,4.0277,4.0326,4.0374,4.0423,4.0472,4.0521,4.0569,4.0618,4.0667,4.0716,4.0765,4.0814,4.0863,4.0912,4.0961,4.101,4.1059,4.1108,4.1157,4.1207,4.1256,4.1305,4.1354,4.1404,4.1453,4.1503,4.1552,4.1602,4.1651,4.1701,4.175,4.18,4.185,4.1899,4.1949,4.1999,4.2049,4.2098,4.2148,4.2198,4.2248,4.2298,4.2348,4.2398,4.2448,4.2498,4.2548,4.2598,4.2649,4.2699,4.2749,4.2799,4.285,4.29,4.295,4.3001,4.3051,4.3102,4.3152,4.3203,4.3253,4.3304,4.3354,4.3405,4.3456,4.3506,4.3557,4.3608,4.3659,4.371,4.376,4.3811,4.3862,4.3913,4.3964,4.4015,4.4066,4.4117,4.4169,4.422,4.4271,4.4322,4.4374,4.4425,4.4477,4.4528,4.458,4.4632,4.4683,4.4735,4.4787,4.4839,4.4891,4.4943,4.4995,4.5047,4.5099,4.5151,4.5204,4.5256,4.5309,4.5361,4.5414,4.5466,4.5519,4.5572,4.5624,4.5677,4.573,4.5783,4.5836,4.5889,4.5942,4.5995,4.6048,4.6101,4.6155,4.6208,4.6261,4.6315,4.6368,4.6422,4.6475,4.6529,4.6583,4.6637,4.669,4.6744,4.6798,4.6852,4.6907,4.6961,4.7015,4.7069,4.7124,4.7178,4.7232,4.7287,4.7342,4.7396,4.7451,4.7506,4.7561,4.7616,4.7671,4.7726,4.7781,4.7836,4.7891,4.7946,4.8002,4.8057,4.8113,4.8168,4.8224,4.828,4.8335,4.8391,4.8447,4.8503,4.8559,4.8616,4.8672,3.4062,3.41,3.4138,3.4176,3.4214,3.4252,3.429,3.4328,3.4366,3.4405,3.4443,3.4482,3.452,3.4559,3.4598,3.4636,3.4675,3.4714,3.4753,3.4792,3.4831,3.487,3.491,3.4949,3.4988,3.5028,3.5067,3.5107,3.5147,3.5186,3.5226,3.5266,3.5306,3.5346,3.5386,3.5426,3.5467,3.5507,3.5547,3.5588,3.5628,3.5669,3.571,3.5751,3.5792,3.5833,3.5874,3.5915,3.5956,3.5997,3.6039,3.608,3.6122,3.6163,3.6205,3.6247,3.6288,3.633,3.6372,3.6414,3.6457,3.6499,3.6541,3.6583,3.6626,3.6668,3.6711,3.6754,3.6797,3.6839,3.6882,3.6925,3.6968,3.7012,3.7055,3.7098,3.7142,3.7185,3.7229,3.7272,3.7316,3.736,3.7404,3.7448,3.7492,3.7536,3.758,3.7625,3.7669,3.7714,3.7758,3.7803,3.7848,3.7893,3.7937,3.7983,3.8028,3.8073,3.8118,3.8164,3.8209,3.8255,3.83,3.8346,3.8392,3.8438,3.8484,3.853,3.8576,3.8622,3.8669,3.8715,3.8762,3.8808,3.8855,3.8902,3.8949,3.8996,3.9043,3.909,3.9137,3.9185,3.9232,3.928,3.9327,3.9375,3.9423,3.947,3.9518,3.9566,3.9614,3.9663,3.9711,3.9759,3.9807,3.9856,3.9904,3.9953,4.0002,4.0051,4.0099,4.0148,4.0197,4.0247,4.0296,4.0345,4.0394,4.0444,4.0493,4.0543,4.0592,4.0642,4.0692,4.0742,4.0792,4.0842,4.0892,4.0942,4.0992,4.1042,4.1093,4.1143,4.1194,4.1244,4.1295,4.1346,4.1397,4.1448,4.1499,4.155,4.1601,4.1652,4.1704,4.1755,4.1807,4.1858,4.191,4.1962,4.2013,4.2065,4.2117,4.2169,4.2221,4.2274,4.2326,4.2378,4.2431,4.2483,4.2536,4.2589,4.2642,4.2694,4.2747,4.28,4.2854,4.2907,4.296,4.3013,4.3067,4.312,4.3174,4.3228,4.3281,4.3335,4.3389,4.3443,4.3497,4.3552,4.3606,4.366,4.3715,4.3769,4.3824,4.3878,4.3933,4.3988,4.4043,4.4098,4.4153,4.4208,4.4263,4.4318,4.4374,4.4429,4.4485,4.454,4.4596,4.4652,4.4707,4.4763,4.4819,4.4875,4.4931,4.4988,4.5044,4.51,4.5157,4.5213,4.527,4.5327,4.5383,4.544,4.5497,4.5554,4.5611,4.5668,4.5725,4.5783,4.584,4.5898,4.5955,4.6013,4.6071,4.6129,4.6186,4.6244,4.6302,4.6361,4.6419,4.6477,4.6536,4.6594,4.6653,4.6711,4.677,4.6829,4.6888,4.6947,4.7006,4.7065,4.7124,4.7183,4.7242,4.7302,4.7361,4.7421,4.748,4.754,4.76,4.766,4.772,4.778,4.784,4.79,4.796,4.802,4.808,4.8141,4.8201,4.8262,4.8322,4.8383,4.8443,4.8504,4.8565,4.8626,4.8687,4.8748,4.8809,4.887,3.4091,3.4132,3.4173,3.4214,3.4255,3.4296,3.4337,3.4378,3.4419,3.446,3.4501,3.4543,3.4584,3.4626,3.4667,3.4709,3.475,3.4792,3.4834,3.4876,3.4917,3.4959,3.5001,3.5043,3.5086,3.5128,3.517,3.5212,3.5255,3.5297,3.534,3.5382,3.5425,3.5468,3.551,3.5553,3.5596,3.5639,3.5682,3.5725,3.5768,3.5811,3.5855,3.5898,3.5941,3.5985,3.6028,3.6072,3.6115,3.6159,3.6203,3.6246,3.629,3.6334,3.6378,3.6422,3.6466,3.651,3.6554,3.6599,3.6643,3.6687,3.6732,3.6776,3.6821,3.6865,3.691,3.6955,3.7,3.7044,3.7089,3.7134,3.7179,3.7224,3.727,3.7315,3.736,3.7406,3.7451,3.7497,3.7542,3.7588,3.7633,3.7679,3.7725,3.7771,3.7817,3.7863,3.7909,3.7956,3.8002,3.8048,3.8095,3.8141,3.8188,3.8234,3.8281,3.8328,3.8375,3.8422,3.8469,3.8516,3.8563,3.861,3.8657,3.8705,3.8752,3.88,3.8847,3.8895,3.8943,3.8991,3.9038,3.9086,3.9135,3.9183,3.9231,3.9279,3.9327,3.9376,3.9424,3.9473,3.9521,3.957,3.9619,3.9668,3.9717,3.9766,3.9815,3.9864,3.9913,3.9962,4.0012,4.0061,4.0111,4.016,4.021,4.026,4.0309,4.0359,4.0409,4.0459,4.051,4.056,4.061,4.066,4.0711,4.0761,4.0812,4.0863,4.0913,4.0964,4.1015,4.1066,4.1117,4.1168,4.1219,4.1271,4.1322,4.1373,4.1425,4.1476,4.1528,4.1579,4.1631,4.1683,4.1735,4.1787,4.1838,4.1891,4.1943,4.1995,4.2047,4.2099,4.2152,4.2204,4.2257,4.231,4.2362,4.2415,4.2468,4.2521,4.2574,4.2627,4.268,4.2733,4.2786,4.284,4.2893,4.2947,4.3,4.3054,4.3107,4.3161,4.3215,4.3269,4.3323,4.3377,4.3431,4.3485,4.3539,4.3594,4.3648,4.3703,4.3757,4.3812,4.3866,4.3921,4.3976,4.4031,4.4086,4.4141,4.4196,4.4251,4.4306,4.4362,4.4417,4.4473,4.4528,4.4584,4.464,4.4695,4.4751,4.4807,4.4863,4.4919,4.4976,4.5032,4.5088,4.5145,4.5201,4.5258,4.5314,4.5371,4.5428,4.5485,4.5542,4.5599,4.5656,4.5713,4.577,4.5828,4.5885,4.5943,4.6,4.6058,4.6116,4.6173,4.6231,4.6289,4.6347,4.6405,4.6464,4.6522,4.658,4.6639,4.6697,4.6756,4.6814,4.6873,4.6932,4.699,4.7049,4.7108,4.7167,4.7226,4.7286,4.7345,4.7404,4.7464,4.7523,4.7583,4.7642,4.7702,4.7762,4.7822,4.7882,4.7942,4.8002,4.8062,4.8122,4.8183,4.8243,4.8303,4.8364,4.8425,4.8485,4.8546,4.8607,4.8668,4.8729,4.879,4.8851,4.8912,4.8973,4.9035,4.9096,4.9157,4.9219,4.9281,3.4183,3.4224,3.4265,3.4306,3.4347,3.4388,3.4429,3.447,3.4511,3.4553,3.4594,3.4636,3.4677,3.4719,3.4761,3.4803,3.4844,3.4886,3.4928,3.497,3.5012,3.5055,3.5097,3.5139,3.5182,3.5224,3.5266,3.5309,3.5352,3.5394,3.5437,3.548,3.5523,3.5566,3.5609,3.5652,3.5695,3.5739,3.5782,3.5825,3.5869,3.5912,3.5956,3.5999,3.6043,3.6087,3.6131,3.6175,3.6219,3.6263,3.6307,3.6351,3.6395,3.6439,3.6484,3.6528,3.6572,3.6617,3.6661,3.6706,3.6751,3.6795,3.684,3.6885,3.693,3.6975,3.702,3.7065,3.711,3.7155,3.72,3.7246,3.7291,3.7336,3.7382,3.7427,3.7473,3.7518,3.7564,3.761,3.7656,3.7701,3.7747,3.7793,3.7839,3.7885,3.7932,3.7978,3.8024,3.807,3.8117,3.8163,3.821,3.8256,3.8303,3.8349,3.8396,3.8443,3.8489,3.8536,3.8583,3.863,3.8677,3.8724,3.8771,3.8818,3.8866,3.8913,3.896,3.9008,3.9055,3.9102,3.915,3.9198,3.9245,3.9293,3.9341,3.9388,3.9436,3.9484,3.9532,3.958,3.9628,3.9676,3.9724,3.9772,3.9821,3.9869,3.9917,3.9966,4.0014,4.0063,4.0111,4.016,4.0209,4.0257,4.0306,4.0355,4.0404,4.0453,4.0502,4.0551,4.06,4.0649,4.0698,4.0747,4.0797,4.0846,4.0895,4.0945,4.0994,4.1044,4.1094,4.1143,4.1193,4.1243,4.1292,4.1342,4.1392,4.1442,4.1492,4.1542,4.1592,4.1642,4.1692,4.1743,4.1793,4.1843,4.1894,4.1944,4.1995,4.2045,4.2096,4.2146,4.2197,4.2248,4.2298,4.2349,4.24,4.2451,4.2502,4.2553,4.2604,4.2655,4.2706,4.2757,4.2809,4.286,4.2911,4.2963,4.3014,4.3065,4.3117,4.3169,4.322,4.3272,4.3324,4.3375,4.3427,4.3479,4.3531,4.3583,4.3635,4.3687,4.3739,4.3791,4.3844,4.3896,4.3948,4.4001,4.4053,4.4105,4.4158,4.4211,4.4263,4.4316,4.4368,4.4421,4.4474,4.4527,4.458,4.4632,4.4685,4.4738,4.4791,4.4844,4.4898,4.4951,4.5004,4.5057,4.511,4.5164,4.5217,4.527,4.5324,4.5377,4.5431,4.5485,4.5538,4.5592,4.5646,4.5699,4.5753,4.5807,4.5861,4.5915,4.5969,4.6023,4.6077,4.6131,4.6185,4.624,4.6294,4.6348,4.6403,4.6457,4.6511,4.6566,4.6621,4.6675,4.673,4.6785,4.6839,4.6894,4.6949,4.7004,4.7059,4.7114,4.7169,4.7224,4.728,4.7335,4.739,4.7445,4.7501,4.7556,4.7612,4.7667,4.7723,4.7778,4.7834,4.7889,4.7945,4.8001,4.8057,4.8113,4.8169,4.8224,4.828,4.8337,4.8393,4.8449,4.8505,4.8561,4.8617,4.8674,4.873,4.8787,4.8843,4.89,3.4073,3.4111,3.4148,3.4186,3.4224,3.4262,3.43,3.4338,3.4376,3.4414,3.4452,3.4491,3.4529,3.4567,3.4606,3.4644,3.4683,3.4721,3.476,3.4798,3.4837,3.4876,3.4914,3.4953,3.4992,3.5031,3.507,3.5109,3.5148,3.5187,3.5226,3.5265,3.5305,3.5344,3.5383,3.5423,3.5462,3.5502,3.5541,3.5581,3.5621,3.566,3.57,3.574,3.578,3.582,3.586,3.59,3.594,3.598,3.602,3.6061,3.6101,3.6142,3.6182,3.6223,3.6263,3.6304,3.6344,3.6385,3.6426,3.6466,3.6507,3.6548,3.6589,3.663,3.6671,3.6712,3.6753,3.6794,3.6835,3.6877,3.6918,3.6959,3.7001,3.7042,3.7083,3.7125,3.7166,3.7208,3.7249,3.7291,3.7333,3.7374,3.7416,3.7458,3.75,3.7542,3.7584,3.7626,3.7668,3.771,3.7752,3.7794,3.7837,3.7879,3.7921,3.7964,3.8006,3.8049,3.8092,3.8134,3.8177,3.822,3.8263,3.8306,3.8349,3.8392,3.8435,3.8478,3.8521,3.8564,3.8608,3.8651,3.8694,3.8738,3.8781,3.8825,3.8868,3.8912,3.8956,3.8999,3.9043,3.9087,3.9131,3.9175,3.9219,3.9263,3.9307,3.9351,3.9395,3.944,3.9484,3.9528,3.9573,3.9617,3.9662,3.9706,3.9751,3.9796,3.984,3.9885,3.993,3.9975,4.002,4.0065,4.011,4.0155,4.02,4.0245,4.029,4.0336,4.0381,4.0426,4.0472,4.0517,4.0563,4.0608,4.0654,4.0699,4.0745,4.0791,4.0837,4.0882,4.0928,4.0974,4.102,4.1066,4.1112,4.1158,4.1204,4.1251,4.1297,4.1343,4.139,4.1436,4.1482,4.1529,4.1575,4.1622,4.1669,4.1715,4.1762,4.1809,4.1856,4.1903,4.195,4.1997,4.2044,4.2091,4.2138,4.2185,4.2233,4.228,4.2327,4.2375,4.2422,4.247,4.2518,4.2565,4.2613,4.2661,4.2709,4.2757,4.2805,4.2853,4.2901,4.2949,4.2997,4.3045,4.3093,4.3142,4.319,4.3239,4.3287,4.3336,4.3384,4.3433,4.3482,4.353,4.3579,4.3628,4.3677,4.3726,4.3775,4.3824,4.3873,4.3922,4.3972,4.4021,4.407,4.412,4.4169,4.4219,4.4268,4.4318,4.4368,4.4418,4.4467,4.4517,4.4567,4.4617,4.4667,4.4717,4.4768,4.4818,4.4868,4.4919,4.4969,4.5019,4.507,4.5121,4.5171,4.5222,4.5273,4.5323,4.5374,4.5425,4.5476,4.5527,4.5578,4.5629,4.568,4.5732,4.5783,4.5834,4.5886,4.5937,4.5989,4.604,4.6092,4.6144,4.6195,4.6247,4.6299,4.6351,4.6403,4.6455,4.6507,4.6559,4.6612,4.6664,4.6716,4.6769,4.6821,4.6874,4.6926,4.6979,4.7032,4.7085,4.7137,4.719,4.7243,4.7296,4.7349,4.7402,4.7456,4.7509,4.7562,4.7615,3.3696,3.3733,3.3769,3.3805,3.3842,3.3878,3.3915,3.3951,3.3988,3.4025,3.4061,3.4098,3.4135,3.4172,3.4209,3.4246,3.4283,3.4321,3.4358,3.4395,3.4433,3.447,3.4508,3.4545,3.4583,3.4621,3.4658,3.4696,3.4734,3.4772,3.481,3.4848,3.4886,3.4925,3.4963,3.5001,3.504,3.5078,3.5117,3.5155,3.5194,3.5233,3.5272,3.5311,3.535,3.5389,3.5428,3.5467,3.5506,3.5546,3.5585,3.5624,3.5664,3.5703,3.5743,3.5783,3.5823,3.5862,3.5902,3.5942,3.5982,3.6023,3.6063,3.6103,3.6143,3.6184,3.6224,3.6265,3.6305,3.6346,3.6387,3.6428,3.6469,3.6509,3.6551,3.6592,3.6633,3.6674,3.6715,3.6757,3.6798,3.684,3.6881,3.6923,3.6965,3.7006,3.7048,3.709,3.7132,3.7174,3.7216,3.7259,3.7301,3.7343,3.7386,3.7428,3.7471,3.7513,3.7556,3.7599,3.7641,3.7684,3.7727,3.777,3.7813,3.7857,3.79,3.7943,3.7987,3.803,3.8074,3.8117,3.8161,3.8205,3.8248,3.8292,3.8336,3.838,3.8424,3.8468,3.8513,3.8557,3.8601,3.8646,3.869,3.8735,3.878,3.8824,3.8869,3.8914,3.8959,3.9004,3.9049,3.9094,3.914,3.9185,3.923,3.9276,3.9321,3.9367,3.9413,3.9458,3.9504,3.955,3.9596,3.9642,3.9688,3.9734,3.9781,3.9827,3.9873,3.992,3.9966,4.0013,4.0059,4.0106,4.0153,4.02,4.0247,4.0294,4.0341,4.0388,4.0435,4.0482,4.053,4.0577,4.0625,4.0672,4.072,4.0768,4.0816,4.0863,4.0911,4.0959,4.1008,4.1056,4.1104,4.1152,4.1201,4.1249,4.1298,4.1346,4.1395,4.1444,4.1492,4.1541,4.159,4.1639,4.1688,4.1738,4.1787,4.1836,4.1886,4.1935,4.1984,4.2034,4.2084,4.2133,4.2183,4.2233,4.2283,4.2333,4.2383,4.2433,4.2483,4.2534,4.2584,4.2634,4.2685,4.2735,4.2786,4.2837,4.2887,4.2938,4.2989,4.304,4.3091,4.3142,4.3193,4.3245,4.3296,4.3347,4.3399,4.345,4.3502,4.3553,4.3605,4.3657,4.3709,4.376,4.3812,4.3864,4.3917,4.3969,4.4021,4.4073,4.4126,4.4178,4.4231,4.4284,4.4336,4.4389,4.4442,4.4495,4.4548,4.4601,4.4654,4.4707,4.4761,4.4814,4.4868,4.4921,4.4975,4.5028,4.5082,4.5136,4.519,4.5243,4.5297,4.5351,4.5405,4.546,4.5514,4.5568,4.5622,4.5677,4.5731,4.5786,4.584,4.5895,4.595,4.6005,4.606,4.6115,4.617,4.6225,4.628,4.6335,4.639,4.6446,4.6501,4.6557,4.6612,4.6668,4.6724,4.6779,4.6835,4.6891,4.6947,4.7003,4.7059,4.7115,4.7172,4.7228,4.7284,4.7341,4.7397,4.7454,4.7511,4.7567,4.7624,4.7681,4.7738,4.7795,4.7852,4.7909,4.7966,4.8023,4.808,4.8138,4.8195,4.8252,4.831,4.8368,4.8425,4.8483,4.8541,4.8598,4.8656,4.8714,4.8772,4.883,4.8888,4.8947,4.9005,4.9063,4.9121,4.918,4.9238,4.9297,4.9355,4.9414,4.9473,4.9531,4.959,4.9649,4.9708,4.9767,4.9826,4.9885,4.9944,5.0003,5.0063,5.0122,5.0181,5.0241,5.03,5.036,5.0419,5.0479,5.0539,5.0599,5.0658,5.0718,5.0778,5.0838,5.0898,5.0959,5.1019,5.1079,5.1139,5.12,5.126,5.1321,5.1381,5.1442,5.1502,5.1563,5.1624,5.1685,5.1746,5.1807,5.1868,5.1929,5.199,5.2051,5.2112,5.2173,5.2235,5.2296,5.2358,5.2419,5.2481,5.2542,5.2604,5.2666,5.2727,5.2789,5.2851,5.2913,5.2975,5.3037,5.3099,5.3161,5.3223,5.3285,5.3348,5.341,5.3473,5.3535,3.5293,3.5332,3.5371,3.541,3.5449,3.5488,3.5527,3.5566,3.5605,3.5644,3.5684,3.5723,3.5763,3.5802,3.5842,3.5882,3.5921,3.5961,3.6001,3.6041,3.6081,3.6121,3.6161,3.6202,3.6242,3.6282,3.6323,3.6363,3.6404,3.6444,3.6485,3.6526,3.6567,3.6607,3.6648,3.6689,3.673,3.6771,3.6813,3.6854,3.6895,3.6936,3.6978,3.7019,3.7061,3.7103,3.7144,3.7186,3.7228,3.727,3.7311,3.7353,3.7395,3.7438,3.748,3.7522,3.7564,3.7607,3.7649,3.7691,3.7734,3.7777,3.7819,3.7862,3.7905,3.7948,3.799,3.8033,3.8076,3.812,3.8163,3.8206,3.8249,3.8292,3.8336,3.8379,3.8423,3.8466,3.851,3.8553,3.8597,3.8641,3.8685,3.8729,3.8772,3.8816,3.886,3.8905,3.8949,3.8993,3.9037,3.9082,3.9126,3.917,3.9215,3.9259,3.9304,3.9349,3.9393,3.9438,3.9483,3.9528,3.9573,3.9618,3.9663,3.9708,3.9753,3.9798,3.9844,3.9889,3.9934,3.998,4.0025,4.0071,4.0117,4.0162,4.0208,4.0254,4.03,4.0345,4.0391,4.0437,4.0483,4.053,4.0576,4.0622,4.0668,4.0714,4.0761,4.0807,4.0854,4.09,4.0947,4.0993,4.104,4.1087,4.1133,4.118,4.1227,4.1274,4.1321,4.1368,4.1415,4.1462,4.1509,4.1557,4.1604,4.1651,4.1699,4.1746,4.1794,4.1841,4.1889,4.1936,4.1984,4.2032,4.208,4.2128,4.2175,4.2223,4.2271,4.2319,4.2368,4.2416,4.2464,4.2512,4.256,4.2609,4.2657,4.2705,4.2754,4.2802,4.2851,4.2899,4.2948,4.2997,4.3046,4.3094,4.3143,4.3192,4.3241,4.329,4.3339,4.3388,4.3437,4.3486,4.3535,4.3584,4.3634,4.3683,4.3732,4.3782,4.3831,4.388,4.393,4.398,4.4029,4.4079,4.4128,4.4178,4.4228,4.4278,4.4328,4.4378,4.4428,4.4478,4.4528,4.4578,4.4628,4.4678,4.4728,4.4778,4.4829,4.4879,4.4929,4.498,4.503,4.5081,4.5131,4.5182,4.5233,4.5283,4.5334,4.5385,4.5436,4.5487,4.5538,4.5589,4.564,4.5691,4.5742,4.5793,4.5844,4.5895,4.5947,4.5998,4.605,4.6101,4.6153,4.6204,4.6256,4.6307,4.6359,4.6411,4.6463,4.6515,4.6566,4.6618,4.667,4.6722,4.6775,4.6827,4.6879,4.6931,4.6983,4.7036,4.7088,4.714,4.7193,4.7245,4.7298,4.735,4.7403,4.7456,4.7508,4.7561,4.7614,4.7667,4.772,4.7773,4.7826,4.7879,4.7932,4.7985,4.8038,4.8092,4.8145,4.8198,4.8252,4.8305,4.8359,4.8412,4.8466,4.852,4.8573,4.8627,4.8681,4.8735,4.8788,4.8842,4.8896,4.895,4.9004,4.9058,4.9113,4.9167,4.9221,4.9275,4.9329,4.9384,3.4182,3.4218,3.4254,3.429,3.4326,3.4362,3.4398,3.4434,3.447,3.4506,3.4542,3.4578,3.4614,3.4651,3.4687,3.4723,3.476,3.4796,3.4833,3.4869,3.4906,3.4942,3.4979,3.5015,3.5052,3.5089,3.5126,3.5162,3.5199,3.5236,3.5273,3.531,3.5347,3.5384,3.5422,3.5459,3.5496,3.5533,3.5571,3.5608,3.5645,3.5683,3.572,3.5758,3.5795,3.5833,3.5871,3.5908,3.5946,3.5984,3.6022,3.606,3.6098,3.6135,3.6173,3.6211,3.625,3.6288,3.6326,3.6364,3.6402,3.644,3.6479,3.6517,3.6555,3.6594,3.6632,3.6671,3.6709,3.6748,3.6786,3.6825,3.6864,3.6903,3.6941,3.698,3.7019,3.7058,3.7097,3.7136,3.7175,3.7214,3.7253,3.7292,3.7331,3.737,3.7409,3.7449,3.7488,3.7527,3.7567,3.7606,3.7645,3.7685,3.7724,3.7764,3.7803,3.7843,3.7883,3.7922,3.7962,3.8002,3.8041,3.8081,3.8121,3.8161,3.8201,3.8241,3.828,3.832,3.836,3.8401,3.8441,3.8481,3.8521,3.8561,3.8601,3.8642,3.8682,3.8722,3.8763,3.8803,3.8843,3.8884,3.8924,3.8965,3.9005,3.9046,3.9087,3.9127,3.9168,3.9209,3.925,3.9291,3.9331,3.9372,3.9413,3.9454,3.9495,3.9536,3.9577,3.9618,3.966,3.9701,3.9742,3.9783,3.9824,3.9866,3.9907,3.9948,3.999,4.0031,4.0073,4.0114,4.0156,4.0197,4.0239,4.0281,4.0322,4.0364,4.0406,4.0448,4.0489,4.0531,4.0573,4.0615,4.0657,4.0699,4.0741,4.0783,4.0825,4.0867,4.0909,4.0951,4.0994,4.1036,4.1078,4.1121,4.1163,4.1205,4.1248,4.129,4.1333,4.1375,4.1418,4.146,4.1503,4.1545,4.1588,4.1631,4.1673,4.1716,4.1759,4.1802,4.1845,4.1888,4.193,4.1973,4.2016,4.2059,4.2102,4.2145,4.2188,4.2232,4.2275,4.2318,4.2361,4.2404,4.2448,4.2491,4.2534,4.2577,4.2621,4.2664,4.2708,4.2751,4.2795,4.2838,4.2882,4.2925,4.2969,4.3012,4.3056,4.31,4.3143,4.3187,4.3231,4.3275,4.3318,4.3362,4.3406,4.345,4.3494,4.3538,4.3582,4.3626,4.367,4.3714,4.3758,4.3802,4.3846,4.389,4.3934,4.3979,4.4023,4.4067,4.4111,4.4156,4.42,4.4244,4.4289,4.4333,4.4378,4.4422,4.4467,4.4511,4.4556,4.46,4.4645,4.469,4.4734,4.4779,4.4824,4.4868,4.4913,4.4958,4.5003,4.5047,4.5092,4.5137,4.5182,4.5227,4.5272,4.5317,4.5362,4.5407,4.5452,4.5497,4.5542,4.5587,4.5632,4.5677,4.5723,4.5768,4.5813,4.5858,4.5904,4.5949,4.5994,4.604,4.6085,4.613,4.6176,4.6221,4.6267,4.6312,4.6358,4.6403,4.6449,4.6494,3.3335,3.3366,3.3398,3.3429,3.3461,3.3492,3.3524,3.3556,3.3587,3.3619,3.3651,3.3683,3.3714,3.3746,3.3778,3.381,3.3842,3.3874,3.3906,3.3938,3.397,3.4002,3.4034,3.4066,3.4099,3.4131,3.4163,3.4195,3.4228,3.426,3.4292,3.4325,3.4357,3.439,3.4422,3.4455,3.4487,3.452,3.4552,3.4585,3.4618,3.465,3.4683,3.4716,3.4748,3.4781,3.4814,3.4847,3.488,3.4913,3.4946,3.4979,3.5012,3.5045,3.5078,3.5111,3.5144,3.5177,3.5211,3.5244,3.5277,3.531,3.5344,3.5377,3.541,3.5444,3.5477,3.5511,3.5544,3.5578,3.5611,3.5645,3.5679,3.5712,3.5746,3.578,3.5813,3.5847,3.5881,3.5915,3.5949,3.5983,3.6017,3.6051,3.6085,3.6119,3.6153,3.6187,3.6221,3.6255,3.629,3.6324,3.6358,3.6392,3.6427,3.6461,3.6496,3.653,3.6565,3.6599,3.6634,3.6668,3.6703,3.6738,3.6772,3.6807,3.6842,3.6877,3.6911,3.6946,3.6981,3.7016,3.7051,3.7086,3.7121,3.7156,3.7191,3.7226,3.7261,3.7297,3.7332,3.7367,3.7402,3.7438,3.7473,3.7508,3.7544,3.7579,3.7615,3.765,3.7686,3.7722,3.7757,3.7793,3.7828,3.7864,3.79,3.7936,3.7972,3.8007,3.8043,3.8079,3.8115,3.8151,3.8187,3.8223,3.826,3.8296,3.8332,3.8368,3.8404,3.8441,3.8477,3.8513,3.855,3.8586,3.8623,3.8659,3.8696,3.8732,3.8769,3.8806,3.8842,3.8879,3.8916,3.8953,3.8989,3.9026,3.9063,3.91,3.9137,3.9174,3.9211,3.9248,3.9285,3.9323,3.936,3.9397,3.9434,3.9471,3.9509,3.9546,3.9584,3.9621,3.9658,3.9696,3.9733,3.9771,3.9809,3.9846,3.9884,3.9922,3.996,3.9997,4.0035,4.0073,4.0111,4.0149,4.0187,4.0225,4.0263,4.0301,4.0339,4.0377,4.0416,4.0454,4.0492,4.0531,4.0569,4.0607,4.0646,4.0684,4.0723,4.0761,4.08,4.0839,4.0877,4.0916,4.0955,4.0994,4.1032,4.1071,4.111,4.1149,4.1188,4.1227,4.1266,4.1305,4.1345,4.1384,4.1423,4.1462,4.1502,4.1541,4.158,4.162,4.1659,4.1699,4.1738,4.1778,4.1818,4.1857,4.1897,4.1937,4.1977,4.2017,4.2057,4.2097,4.2137,4.2177,4.2217,4.2257,4.2297,4.2337,4.2377,4.2418,4.2458,4.2498,4.2539,4.2579,4.262,4.266,4.2701,4.2741,4.2782,4.2823,4.2863,4.2904,4.2945,4.2986,4.3027,4.3068,4.3109,4.315,4.3191,4.3232,4.3273,4.3314,4.3355,4.3396,4.3438,4.3479,4.352,4.3562,4.3603,4.3645,4.3686,4.3728,4.3769,4.3811,4.3853,4.3894,4.3936,4.3978,4.402,4.4062,4.4104,4.4146,4.4188,4.423,3.2609,3.2639,3.2669,3.2699,3.2729,3.276,3.279,3.282,3.2851,3.2881,3.2911,3.2942,3.2973,3.3003,3.3034,3.3064,3.3095,3.3126,3.3157,3.3188,3.3219,3.325,3.3281,3.3312,3.3343,3.3374,3.3405,3.3436,3.3468,3.3499,3.353,3.3562,3.3593,3.3625,3.3657,3.3688,3.372,3.3752,3.3783,3.3815,3.3847,3.3879,3.3911,3.3943,3.3975,3.4007,3.4039,3.4071,3.4104,3.4136,3.4168,3.4201,3.4233,3.4265,3.4298,3.433,3.4363,3.4396,3.4428,3.4461,3.4494,3.4527,3.456,3.4593,3.4626,3.4659,3.4692,3.4725,3.4758,3.4791,3.4825,3.4858,3.4891,3.4925,3.4958,3.4992,3.5025,3.5059,3.5093,3.5126,3.516,3.5194,3.5228,3.5262,3.5296,3.533,3.5364,3.5398,3.5432,3.5466,3.55,3.5534,3.5569,3.5603,3.5638,3.5672,3.5707,3.5741,3.5776,3.581,3.5845,3.588,3.5915,3.595,3.5984,3.6019,3.6054,3.609,3.6125,3.616,3.6195,3.623,3.6266,3.6301,3.6336,3.6372,3.6407,3.6443,3.6478,3.6514,3.655,3.6586,3.6621,3.6657,3.6693,3.6729,3.6765,3.6801,3.6837,3.6874,3.691,3.6946,3.6982,3.7019,3.7055,3.7092,3.7128,3.7165,3.7201,3.7238,3.7275,3.7312,3.7349,3.7385,3.7422,3.7459,3.7496,3.7534,3.7571,3.7608,3.7645,3.7682,3.772,3.7757,3.7795,3.7832,3.787,3.7907,3.7945,3.7983,3.802,3.8058,3.8096,3.8134,3.8172,3.821,3.8248,3.8286,3.8325,3.8363,3.8401,3.8439,3.8478,3.8516,3.8555,3.8593,3.8632,3.8671,3.8709,3.8748,3.8787,3.8826,3.8865,3.8904,3.8943,3.8982,3.9021,3.906,3.9099,3.9139,3.9178,3.9217,3.9257,3.9296,3.9336,3.9376,3.9415,3.9455,3.9495,3.9535,3.9574,3.9614,3.9654,3.9694,3.9734,3.9775,3.9815,3.9855,3.9895,3.9936,3.9976,4.0017,4.0057,4.0098,4.0138,4.0179,4.022,4.026,4.0301,4.0342,4.0383,4.0424,4.0465,4.0506,4.0547,4.0588,4.0629,4.0671,4.0712,4.0753,4.0795,4.0836,4.0878,4.0919,4.0961,4.1003,4.1044,4.1086,4.1128,4.117,4.1212,4.1254,4.1296,4.1338,4.138,4.1422,4.1464,4.1507,4.1549,4.1591,4.1634,4.1676,4.1719,4.1761,4.1804,4.1846,4.1889,4.1932,4.1975,4.2018,4.206,4.2103,4.2146,4.219,4.2233,4.2276,4.2319,4.2362,4.2406,4.2449,4.2492,4.2536,4.2579,4.2623,4.2667,4.271,4.2754,4.2798,4.2842,4.2886,4.2929,4.2973,4.3018,4.3062,4.3106,4.315,4.3194,4.3238,4.3283,4.3327,4.3372,4.3416,4.3461,4.3505,4.355,4.3595,4.3639,4.3684,4.3729,4.3774,4.3819,4.3864,4.3909,4.3954,4.3999,4.4044,4.409,4.4135,4.418,4.4226,4.4271,4.4317,4.4362,4.4408,4.4454,4.4499,4.4545,4.4591,4.4637,4.4683,4.4729,4.4775,4.4821,4.4867,4.4913,4.4959,4.5005,4.5052,4.5098,4.5144,4.5191,4.5237,4.5284,4.5331,4.5377,4.5424,4.5471,4.5518,4.5564,4.5611,4.5658,4.5705,4.5752,4.5799,4.5847,4.5894,4.5941,4.5988,4.6036,4.6083,4.6131,4.6178,4.6226,4.6273,4.6321,4.6369,4.6416,4.6464,4.6512,4.656,4.6608,4.6656,4.6704,4.6752,4.68,4.6849,4.6897,4.6945,4.6993,4.7042,4.709,4.7139,4.7187,4.7236,4.7285,4.7333,4.7382,4.7431,4.748,4.7529,4.7578,4.7627,4.7676,4.7725,4.7774,4.7823,4.7873,4.7922,4.7971,4.8021,4.807,4.812,4.8169,4.8219,4.8269,4.8319,4.8368,4.8418,4.8468,4.8518,3.4071,3.4104,3.4138,3.4172,3.4206,3.424,3.4274,3.4308,3.4342,3.4376,3.441,3.4444,3.4478,3.4513,3.4547,3.4581,3.4616,3.465,3.4685,3.4719,3.4754,3.4789,3.4823,3.4858,3.4893,3.4928,3.4963,3.4998,3.5033,3.5068,3.5103,3.5138,3.5173,3.5209,3.5244,3.5279,3.5315,3.535,3.5386,3.5421,3.5457,3.5493,3.5528,3.5564,3.56,3.5636,3.5672,3.5708,3.5744,3.578,3.5816,3.5852,3.5888,3.5924,3.5961,3.5997,3.6033,3.607,3.6106,3.6143,3.618,3.6216,3.6253,3.629,3.6327,3.6363,3.64,3.6437,3.6474,3.6511,3.6549,3.6586,3.6623,3.666,3.6698,3.6735,3.6772,3.681,3.6847,3.6885,3.6923,3.696,3.6998,3.7036,3.7074,3.7111,3.7149,3.7187,3.7225,3.7263,3.7302,3.734,3.7378,3.7416,3.7455,3.7493,3.7531,3.757,3.7608,3.7647,3.7686,3.7724,3.7763,3.7802,3.784,3.7879,3.7918,3.7957,3.7996,3.8035,3.8074,3.8113,3.8152,3.8192,3.8231,3.827,3.831,3.8349,3.8389,3.8428,3.8468,3.8507,3.8547,3.8587,3.8626,3.8666,3.8706,3.8746,3.8786,3.8826,3.8866,3.8906,3.8946,3.8986,3.9026,3.9067,3.9107,3.9147,3.9188,3.9228,3.9269,3.9309,3.935,3.9391,3.9431,3.9472,3.9513,3.9554,3.9595,3.9635,3.9676,3.9718,3.9759,3.98,3.9841,3.9882,3.9923,3.9965,4.0006,4.0048,4.0089,4.0131,4.0172,4.0214,4.0255,4.0297,4.0339,4.0381,4.0422,4.0464,4.0506,4.0548,4.059,4.0633,4.0675,4.0717,4.0759,4.0801,4.0844,4.0886,4.0929,4.0971,4.1014,4.1056,4.1099,4.1142,4.1184,4.1227,4.127,4.1313,4.1356,4.1399,4.1442,4.1485,4.1528,4.1572,4.1615,4.1658,4.1701,4.1745,4.1788,4.1832,4.1875,4.1919,4.1963,4.2006,4.205,4.2094,4.2138,4.2182,4.2226,4.227,4.2314,4.2358,4.2402,4.2446,4.2491,4.2535,4.2579,4.2624,4.2668,4.2713,4.2757,4.2802,4.2846,4.2891,4.2936,4.2981,4.3026,4.3071,4.3116,4.3161,4.3206,4.3251,4.3296,4.3341,4.3387,4.3432,4.3477,4.3523,4.3568,4.3614,4.3659,4.3705,4.3751,4.3796,4.3842,4.3888,4.3934,4.398,4.4026,4.4072,4.4118,4.4164,4.4211,4.4257,4.4303,4.435,4.4396,4.4443,4.4489,4.4536,4.4583,4.4629,4.4676,4.4723,4.477,4.4817,4.4864,4.4911,4.4958,4.5005,4.5052,4.51,4.5147,4.5194,4.5242,4.5289,4.5337,4.5384,4.5432,4.5479,4.5527,4.5575,4.5623,4.5671,4.5719,4.5766,4.5814,4.5863,4.5911,4.5959,4.6007,4.6055,4.6104,4.6152,4.6201,4.6249,4.6298,4.6346,4.6395,4.6443,4.6492,4.6541,4.659,4.6639,4.6688,4.6737,4.6786,4.6835,4.6884,4.6933,4.6983,4.7032,4.7081,4.7131,4.718,4.723,4.7279,4.7329,4.7379,4.7428,4.7478,4.7528,4.7578,4.7628,4.7678,4.7728,4.7778,4.7828,4.7878,4.7929,4.7979,4.8029,4.808,4.813,4.8181,4.8231,4.8282,4.8332,4.8383,4.8434,4.8484,4.8535,4.8586,4.8637,4.8688,4.8739,4.879,4.8841,4.8892,4.8943,4.8995,4.9046,4.9097,4.9149,4.92,4.9252,4.9303,4.9355,4.9407,4.9458,4.951,4.9562,4.9614,4.9666,4.9718,4.977,4.9822,4.9874,4.9926,4.9979,5.0031,5.0083,5.0136,5.0188,5.0241,5.0293,5.0346,5.0398,5.0451,5.0504,5.0557,5.061,5.0663,5.0716,5.0769,5.0822,5.0875,5.0928,5.0982,5.1035,5.1088,5.1142,5.1195,5.1249,5.1303,5.1356,5.141,5.1464,3.4964,3.4999,3.5034,3.5069,3.5104,3.5139,3.5174,3.521,3.5245,3.528,3.5316,3.5351,3.5386,3.5422,3.5457,3.5493,3.5529,3.5564,3.56,3.5636,3.5672,3.5708,3.5744,3.578,3.5816,3.5852,3.5888,3.5924,3.596,3.5997,3.6033,3.607,3.6106,3.6143,3.6179,3.6216,3.6252,3.6289,3.6326,3.6363,3.6399,3.6436,3.6473,3.651,3.6547,3.6585,3.6622,3.6659,3.6696,3.6733,3.6771,3.6808,3.6846,3.6883,3.6921,3.6958,3.6996,3.7034,3.7072,3.7109,3.7147,3.7185,3.7223,3.7261,3.7299,3.7337,3.7375,3.7414,3.7452,3.749,3.7529,3.7567,3.7606,3.7644,3.7683,3.7721,3.776,3.7799,3.7838,3.7877,3.7916,3.7954,3.7994,3.8033,3.8072,3.8111,3.815,3.8189,3.8229,3.8268,3.8308,3.8347,3.8387,3.8426,3.8466,3.8506,3.8546,3.8585,3.8625,3.8665,3.8705,3.8745,3.8785,3.8826,3.8866,3.8906,3.8946,3.8987,3.9027,3.9068,3.9108,3.9149,3.9189,3.923,3.9271,3.9312,3.9353,3.9394,3.9434,3.9475,3.9517,3.9558,3.9599,3.964,3.9681,3.9723,3.9764,3.9806,3.9847,3.9889,3.993,3.9972,4.0014,4.0055,4.0097,4.0139,4.0181,4.0223,4.0265,4.0307,4.035,4.0392,4.0434,4.0477,4.0519,4.0561,4.0604,4.0646,4.0689,4.0732,4.0774,4.0817,4.086,4.0903,4.0946,4.0989,4.1032,4.1075,4.1118,4.1161,4.1205,4.1248,4.1291,4.1335,4.1378,4.1422,4.1466,4.1509,4.1553,4.1597,4.164,4.1684,4.1728,4.1772,4.1816,4.186,4.1904,4.1949,4.1993,4.2037,4.2081,4.2126,4.217,4.2215,4.2259,4.2304,4.2349,4.2393,4.2438,4.2483,4.2528,4.2573,4.2618,4.2663,4.2708,4.2753,4.2798,4.2844,4.2889,4.2934,4.298,4.3025,4.3071,4.3116,4.3162,4.3208,4.3253,4.3299,4.3345,4.3391,4.3437,4.3483,4.3529,4.3575,4.3621,4.3667,4.3713,4.376,4.3806,4.3852,4.3899,4.3945,4.3992,4.4038,4.4085,4.4132,4.4178,4.4225,4.4272,4.4319,4.4366,4.4413,4.446,4.4507,4.4554,4.4601,4.4648,4.4696,4.4743,4.479,4.4838,4.4885,4.4932,4.498,4.5028,4.5075,4.5123,4.5171,4.5218,4.5266,4.5314,4.5362,4.541,4.5458,4.5506,4.5554,4.5602,4.565,4.5699,4.5747,4.5795,4.5844,4.5892,4.594,4.5989,4.6038,4.6086,4.6135,4.6184,4.6232,4.6281,4.633,4.6379,4.6428,4.6477,4.6526,4.6575,4.6624,4.6673,4.6722,4.6772,4.6821,4.687,4.692,4.6969,4.7018,4.7068,4.7117,4.7167,4.7217,4.7266,4.7316,4.7366,4.7416,4.7465,4.7515,4.7565,4.7615,4.7665,4.7715,3.3871,3.3905,3.394,3.3974,3.4008,3.4042,3.4077,3.4111,3.4146,3.418,3.4215,3.4249,3.4284,3.4318,3.4353,3.4388,3.4423,3.4458,3.4493,3.4528,3.4563,3.4598,3.4633,3.4668,3.4703,3.4738,3.4774,3.4809,3.4844,3.488,3.4915,3.4951,3.4986,3.5022,3.5058,3.5093,3.5129,3.5165,3.5201,3.5237,3.5273,3.5309,3.5345,3.5381,3.5417,3.5453,3.5489,3.5526,3.5562,3.5598,3.5635,3.5671,3.5708,3.5744,3.5781,3.5817,3.5854,3.5891,3.5928,3.5964,3.6001,3.6038,3.6075,3.6112,3.6149,3.6186,3.6223,3.6261,3.6298,3.6335,3.6372,3.641,3.6447,3.6484,3.6522,3.6559,3.6597,3.6635,3.6672,3.671,3.6748,3.6786,3.6824,3.6861,3.6899,3.6937,3.6975,3.7013,3.7052,3.709,3.7128,3.7166,3.7204,3.7243,3.7281,3.732,3.7358,3.7396,3.7435,3.7473,3.7512,3.7551,3.7589,3.7628,3.7667,3.7706,3.7745,3.7783,3.7822,3.7861,3.79,3.7939,3.7978,3.8018,3.8057,3.8096,3.8135,3.8174,3.8214,3.8253,3.8292,3.8332,3.8371,3.8411,3.845,3.849,3.853,3.8569,3.8609,3.8649,3.8689,3.8729,3.8768,3.8808,3.8848,3.8888,3.8928,3.8969,3.9009,3.9049,3.9089,3.9129,3.917,3.921,3.9251,3.9291,3.9332,3.9372,3.9413,3.9453,3.9494,3.9535,3.9575,3.9616,3.9657,3.9698,3.9739,3.978,3.9821,3.9862,3.9903,3.9944,3.9985,4.0027,4.0068,4.0109,4.015,4.0192,4.0233,4.0275,4.0316,4.0358,4.0399,4.0441,4.0483,4.0524,4.0566,4.0608,4.065,4.0692,4.0733,4.0775,4.0817,4.0859,4.0901,4.0944,4.0986,4.1028,4.107,4.1112,4.1155,4.1197,4.1239,4.1282,4.1324,4.1367,4.1409,4.1452,4.1495,4.1537,4.158,4.1623,4.1665,4.1708,4.1751,4.1794,4.1837,4.188,4.1923,4.1966,4.2009,4.2052,4.2095,4.2139,4.2182,4.2225,4.2269,4.2312,4.2355,4.2399,4.2442,4.2486,4.253,4.2573,4.2617,4.2661,4.2705,4.2748,4.2792,4.2836,4.288,4.2924,4.2968,4.3012,4.3056,4.31,4.3145,4.3189,4.3233,4.3277,4.3322,4.3366,4.3411,4.3455,4.35,4.3544,4.3589,4.3634,4.3678,4.3723,4.3768,4.3813,4.3857,4.3902,4.3947,4.3992,4.4037,4.4082,4.4127,4.4173,4.4218,4.4263,4.4308,4.4354,4.4399,4.4444,4.449,4.4535,4.4581,4.4626,4.4672,4.4718,4.4763,4.4809,4.4855,4.4901,4.4947,4.4992,4.5038,4.5084,4.513,4.5176,4.5223,4.5269,4.5315,4.5361,4.5407,4.5454,4.55,4.5546,4.5593,4.5639,4.5686,4.5732,4.5779,4.5826,4.5872,4.5919,4.5966,4.6012,3.3308,3.3341,3.3374,3.3407,3.3439,3.3472,3.3505,3.3538,3.3571,3.3604,3.3637,3.367,3.3703,3.3736,3.3769,3.3803,3.3836,3.3869,3.3903,3.3936,3.3969,3.4003,3.4036,3.407,3.4104,3.4137,3.4171,3.4205,3.4238,3.4272,3.4306,3.434,3.4374,3.4408,3.4442,3.4476,3.451,3.4544,3.4578,3.4613,3.4647,3.4681,3.4715,3.475,3.4784,3.4819,3.4853,3.4888,3.4922,3.4957,3.4991,3.5026,3.5061,3.5096,3.5131,3.5165,3.52,3.5235,3.527,3.5305,3.534,3.5375,3.5411,3.5446,3.5481,3.5516,3.5552,3.5587,3.5622,3.5658,3.5693,3.5729,3.5764,3.58,3.5836,3.5871,3.5907,3.5943,3.5979,3.6014,3.605,3.6086,3.6122,3.6158,3.6194,3.623,3.6267,3.6303,3.6339,3.6375,3.6412,3.6448,3.6484,3.6521,3.6557,3.6594,3.663,3.6667,3.6704,3.674,3.6777,3.6814,3.6851,3.6887,3.6924,3.6961,3.6998,3.7035,3.7072,3.7109,3.7146,3.7183,3.7221,3.7258,3.7295,3.7332,3.737,3.7407,3.7445,3.7482,3.752,3.7557,3.7595,3.7632,3.767,3.7708,3.7745,3.7783,3.7821,3.7859,3.7897,3.7935,3.7973,3.8011,3.8049,3.8087,3.8125,3.8163,3.8201,3.824,3.8278,3.8316,3.8355,3.8393,3.8432,3.847,3.8509,3.8547,3.8586,3.8625,3.8663,3.8702,3.8741,3.878,3.8819,3.8857,3.8896,3.8935,3.8974,3.9013,3.9053,3.9092,3.9131,3.917,3.9209,3.9249,3.9288,3.9327,3.9367,3.9406,3.9446,3.9485,3.9525,3.9565,3.9604,3.9644,3.9684,3.9723,3.9763,3.9803,3.9843,3.9883,3.9923,3.9963,4.0003,4.0043,4.0083,4.0123,4.0164,4.0204,4.0244,4.0285,4.0325,4.0365,4.0406,4.0446,4.0487,4.0527,4.0568,4.0609,4.0649,4.069,4.0731,4.0772,4.0813,4.0854,4.0895,4.0936,4.0977,4.1018,4.1059,4.11,4.1141,4.1183,4.1224,4.1265,4.1307,4.1348,4.1389,4.1431,4.1472,4.1514,4.1556,4.1597,4.1639,4.1681,4.1723,4.1765,4.1806,4.1848,4.189,4.1932,4.1974,4.2016,4.2059,4.2101,4.2143,4.2185,4.2228,4.227,4.2312,4.2355,4.2397,4.244,4.2482,4.2525,4.2567,4.261,4.2653,4.2696,4.2738,4.2781,4.2824,4.2867,4.291,4.2953,4.2996,4.3039,4.3082,4.3125,4.3168,4.3211,4.3255,4.3298,4.3341,4.3385,4.3428,4.3472,4.3515,4.3559,4.3602,4.3646,4.3689,4.3733,4.3777,4.3821,4.3864,4.3908,4.3952,4.3996,4.404,4.4084,4.4128,4.4172,4.4216,4.4261,4.4305,4.4349,4.4394,4.4438,4.4482,4.4527,4.4571,4.4616,4.4661,4.4705,4.475,4.4795,4.484,4.4884,4.4929,4.4974,4.5019,4.5064,4.5109,4.5154,4.5199,4.5245,4.529,4.5335,4.5381,4.5426,4.5471,4.5517,4.5562,4.5608,4.5653,4.5699,4.5745,4.579,4.5836,4.5882,4.5928,4.5974,4.6019,4.6065,4.6111,4.6157,4.6203,4.625,4.6296,4.6342,4.6388,4.6434,4.6481,4.6527,4.6574,4.662,4.6667,4.6713,4.676,4.6806,4.6853,4.69,4.6946,4.6993,4.704,4.7087,4.7134,4.7181,4.7228,4.7275,4.7322,4.7369,4.7416,4.7464,4.7511,4.7558,4.7605,4.7653,4.77,4.7748,4.7795,4.7843,4.789,4.7938,4.7986,4.8034,4.8081,4.8129,4.8177,4.8225,4.8273,4.8321,4.8369,4.8417,4.8465,4.8513,4.8561,4.861,4.8658,4.8706,4.8755,4.8803,4.8851,4.89,4.8948,4.8997,4.9046,4.9094,4.9143,4.9192,4.9241,4.9289,4.9338,4.9387,4.9436,4.9485,4.9534,4.9583,3.4472,3.4505,3.4538,3.4571,3.4604,3.4637,3.467,3.4703,3.4736,3.4769,3.4802,3.4835,3.4869,3.4902,3.4935,3.4969,3.5002,3.5036,3.5069,3.5103,3.5137,3.517,3.5204,3.5238,3.5272,3.5305,3.5339,3.5373,3.5407,3.5441,3.5475,3.5509,3.5543,3.5578,3.5612,3.5646,3.568,3.5715,3.5749,3.5783,3.5818,3.5852,3.5887,3.5922,3.5956,3.5991,3.6026,3.606,3.6095,3.613,3.6165,3.62,3.6235,3.627,3.6305,3.634,3.6375,3.641,3.6445,3.6481,3.6516,3.6551,3.6587,3.6622,3.6658,3.6693,3.6729,3.6764,3.68,3.6836,3.6871,3.6907,3.6943,3.6979,3.7015,3.7051,3.7087,3.7123,3.7159,3.7195,3.7231,3.7267,3.7303,3.734,3.7376,3.7412,3.7449,3.7485,3.7522,3.7558,3.7595,3.7631,3.7668,3.7705,3.7741,3.7778,3.7815,3.7852,3.7888,3.7925,3.7962,3.7999,3.8036,3.8073,3.8111,3.8148,3.8185,3.8222,3.826,3.8297,3.8334,3.8372,3.8409,3.8447,3.8484,3.8522,3.8559,3.8597,3.8635,3.8673,3.871,3.8748,3.8786,3.8824,3.8862,3.89,3.8938,3.8976,3.9015,3.9053,3.9091,3.9129,3.9168,3.9206,3.9244,3.9283,3.9321,3.936,3.9398,3.9437,3.9475,3.9514,3.9553,3.9591,3.963,3.9669,3.9708,3.9747,3.9786,3.9825,3.9864,3.9903,3.9942,3.9981,4.002,4.006,4.0099,4.0138,4.0178,4.0217,4.0257,4.0296,4.0336,4.0375,4.0415,4.0455,4.0494,4.0534,4.0574,4.0614,4.0654,4.0694,4.0734,4.0774,4.0814,4.0854,4.0895,4.0935,4.0975,4.1016,4.1056,4.1096,4.1137,4.1177,4.1218,4.1259,4.1299,4.134,4.1381,4.1422,4.1462,4.1503,4.1544,4.1585,4.1626,4.1667,4.1708,4.175,4.1791,4.1832,4.1873,4.1915,4.1956,4.1998,4.2039,4.2081,4.2122,4.2164,4.2206,4.2247,4.2289,4.2331,4.2373,4.2415,4.2457,4.2499,4.2541,4.2583,4.2625,4.2667,4.271,4.2752,4.2794,4.2837,4.2879,4.2922,4.2964,4.3007,4.3049,4.3092,4.3135,4.3178,4.3221,4.3263,4.3306,4.3349,4.3392,4.3436,4.3479,4.3522,4.3565,4.3609,4.3652,4.3695,4.3739,4.3782,4.3826,4.387,4.3913,4.3957,4.4001,4.4045,4.4088,4.4132,4.4176,4.422,4.4265,4.4309,4.4353,4.4397,4.4442,4.4486,4.453,4.4575,4.4619,4.4664,4.4709,4.4753,4.4798,4.4843,4.4888,4.4933,4.4978,4.5023,4.5068,4.5113,4.5158,4.5203,4.5248,4.5294,4.5339,4.5385,4.543,4.5476,4.5521,4.5567,4.5613,4.5659,4.5705,4.575,4.5796,4.5842,4.5889,4.5935,4.5981,4.6027,4.6073,4.612,4.6166,4.6213,3.3404,3.3437,3.3469,3.3502,3.3534,3.3567,3.36,3.3632,3.3665,3.3698,3.3731,3.3764,3.3797,3.383,3.3863,3.3897,3.393,3.3963,3.3996,3.403,3.4063,3.4097,3.413,3.4164,3.4198,3.4232,3.4265,3.4299,3.4333,3.4367,3.4401,3.4435,3.4469,3.4504,3.4538,3.4572,3.4607,3.4641,3.4676,3.471,3.4745,3.4779,3.4814,3.4849,3.4884,3.4919,3.4954,3.4989,3.5024,3.5059,3.5094,3.5129,3.5164,3.52,3.5235,3.5271,3.5306,3.5342,3.5377,3.5413,3.5449,3.5485,3.552,3.5556,3.5592,3.5628,3.5664,3.5701,3.5737,3.5773,3.5809,3.5846,3.5882,3.5918,3.5955,3.5992,3.6028,3.6065,3.6102,3.6139,3.6175,3.6212,3.6249,3.6286,3.6323,3.6361,3.6398,3.6435,3.6472,3.651,3.6547,3.6585,3.6622,3.666,3.6698,3.6735,3.6773,3.6811,3.6849,3.6887,3.6925,3.6963,3.7001,3.704,3.7078,3.7116,3.7155,3.7193,3.7232,3.727,3.7309,3.7348,3.7386,3.7425,3.7464,3.7503,3.7542,3.7581,3.762,3.766,3.7699,3.7738,3.7778,3.7817,3.7857,3.7896,3.7936,3.7976,3.8015,3.8055,3.8095,3.8135,3.8175,3.8215,3.8255,3.8296,3.8336,3.8376,3.8417,3.8457,3.8498,3.8539,3.8579,3.862,3.8661,3.8702,3.8743,3.8784,3.8825,3.8867,3.8908,3.8949,3.8991,3.9032,3.9074,3.9115,3.9157,3.9199,3.9241,3.9283,3.9325,3.9367,3.9409,3.9451,3.9493,3.9536,3.9578,3.9621,3.9663,3.9706,3.9749,3.9791,3.9834,3.9877,3.992,3.9963,4.0007,4.005,4.0093,4.0137,4.018,4.0224,4.0267,4.0311,4.0355,4.0399,4.0443,4.0487,4.0531,4.0575,4.062,4.0664,4.0709,4.0753,4.0798,4.0842,4.0887,4.0932,4.0977,4.1022,4.1067,4.1112,4.1158,4.1203,4.1248,4.1294,4.134,4.1385,4.1431,4.1477,4.1523,4.1569,4.1615,4.1661,4.1708,4.1754,4.18,4.1847,4.1894,4.194,4.1987,4.2034,4.2081,4.2128,4.2175,4.2222,4.227,4.2317,4.2364,4.2412,4.246,4.2507,4.2555,4.2603,4.2651,4.2699,4.2747,4.2795,4.2844,4.2892,4.2941,4.2989,4.3038,4.3086,4.3135,4.3184,4.3233,4.3282,4.3331,4.3381,4.343,4.3479,4.3529,4.3579,4.3628,4.3678,4.3728,4.3778,4.3828,4.3878,4.3928,4.3978,4.4029,4.4079,4.413,4.4181,4.4231,4.4282,4.4333,4.4384,4.4435,4.4486,4.4538,4.4589,4.4641,4.4692,4.4744,4.4796,4.4847,4.4899,4.4951,4.5003,4.5056,4.5108,4.516,4.5213,4.5265,4.5318,4.5371,4.5423,4.5476,4.5529,4.5582,4.5635,4.5689,4.5742,4.5795,4.5849,4.5902,4.5956,3.3256,3.3293,3.333,3.3367,3.3405,3.3442,3.348,3.3517,3.3555,3.3593,3.3631,3.3669,3.3707,3.3745,3.3783,3.3822,3.386,3.3899,3.3937,3.3976,3.4015,3.4054,3.4093,3.4132,3.4171,3.421,3.425,3.4289,3.4329,3.4368,3.4408,3.4448,3.4488,3.4528,3.4568,3.4608,3.4648,3.4689,3.4729,3.477,3.481,3.4851,3.4892,3.4933,3.4974,3.5015,3.5056,3.5097,3.5139,3.518,3.5221,3.5263,3.5305,3.5347,3.5388,3.543,3.5472,3.5514,3.5557,3.5599,3.5641,3.5684,3.5726,3.5769,3.5812,3.5855,3.5898,3.5941,3.5984,3.6027,3.607,3.6113,3.6157,3.62,3.6244,3.6288,3.6332,3.6376,3.6419,3.6464,3.6508,3.6552,3.6596,3.6641,3.6685,3.673,3.6774,3.6819,3.6864,3.6909,3.6954,3.6999,3.7044,3.709,3.7135,3.7181,3.7226,3.7272,3.7317,3.7363,3.7409,3.7455,3.7501,3.7548,3.7594,3.764,3.7687,3.7733,3.778,3.7826,3.7873,3.792,3.7967,3.8014,3.8061,3.8108,3.8156,3.8203,3.8251,3.8298,3.8346,3.8393,3.8441,3.8489,3.8537,3.8585,3.8633,3.8681,3.873,3.8778,3.8826,3.8875,3.8924,3.8972,3.9021,3.907,3.9119,3.9168,3.9217,3.9267,3.9316,3.9366,3.9415,3.9465,3.9515,3.9565,3.9615,3.9665,3.9715,3.9766,3.9816,3.9866,3.9917,3.9968,4.0019,4.0069,4.012,4.0171,4.0222,4.0274,4.0325,4.0376,4.0428,4.0479,4.0531,4.0583,4.0635,4.0687,4.0739,4.0791,4.0843,4.0895,4.0948,4.1,4.1053,4.1105,4.1158,4.1211,4.1264,4.1317,4.137,4.1423,4.1477,4.153,4.1584,4.1637,4.1691,4.1745,4.1799,4.1853,4.1906,4.1961,4.2015,4.2069,4.2123,4.2177,4.2232,4.2286,4.2341,4.2395,4.245,4.2505,4.256,4.2614,4.2669,4.2724,4.278,4.2835,4.289,4.2945,4.3001,4.3056,4.3112,4.3167,4.3223,4.3278,4.3334,4.339,4.3445,4.3501,4.3557,4.3613,4.3669,4.3725,4.3782,4.3838,4.3894,4.3951,4.4007,4.4064,4.4121,4.4177,4.4234,4.4291,4.4348,4.4405,4.4462,4.452,4.4577,4.4634,4.4692,4.4749,4.4807,4.4865,4.4922,4.498,4.5038,4.5096,4.5154,4.5212,4.527,4.5328,4.5387,4.5445,4.5503,4.5562,4.562,4.5679,4.5738,4.5796,4.5855,4.5914,4.5973,4.6032,4.6091,4.615,4.6209,4.6268,4.6327,4.6387,4.6446,4.6505,4.6565,4.6624,4.6684,4.6743,4.6803,4.6863,4.6923,4.6983,4.7043,4.7103,4.7163,4.7223,4.7283,4.7343,4.7403,4.7464,4.7524,4.7585,4.7645,4.7706,4.7767,4.7827,4.7888,4.7949,4.801,4.8071,4.8132,4.8193,4.8254,4.8315,4.8377,4.8438,4.8499,4.8561,4.8622,4.8684,4.8746,4.8807,4.8869,4.8931,4.8993,4.9055,4.9117,4.9179,4.9241,4.9303,4.9365,4.9427,4.9489,4.9552,4.9614,4.9677,4.9739,4.9802,4.9864,4.9927,4.999,5.0052,5.0115,5.0178,5.0241,5.0304,5.0367,5.043,5.0493,5.0556,5.062,5.0683,5.0746,5.081,5.0873,5.0936,5.1,5.1064,5.1127,5.1191,5.1255,5.1318,5.1382,5.1446,5.151,5.1574,5.1638,5.1702,5.1766,5.183,5.1894,5.1959,5.2023,5.2087,5.2152,5.2216,5.228,5.2345,5.2409,5.2474,5.2539,5.2603,5.2668,5.2733,5.2798,5.2863,5.2928,5.2992,5.3058,5.3123,5.3188,5.3253,5.3318,5.3383,5.3449,5.3514,5.3579,5.3645,5.371,5.3775,5.3841,5.3907,5.3972,5.4038,5.4103,5.4169,5.4235,5.43,5.4366,5.4432,5.4498,5.4564,3.55,3.554,3.558,3.562,3.566,3.57,3.5741,3.5781,3.5821,3.5862,3.5902,3.5943,3.5983,3.6024,3.6064,3.6105,3.6146,3.6186,3.6227,3.6268,3.6309,3.635,3.6391,3.6432,3.6473,3.6514,3.6555,3.6596,3.6638,3.6679,3.672,3.6762,3.6803,3.6844,3.6886,3.6928,3.6969,3.7011,3.7052,3.7094,3.7136,3.7178,3.722,3.7262,3.7303,3.7345,3.7388,3.743,3.7472,3.7514,3.7556,3.7598,3.7641,3.7683,3.7726,3.7768,3.7811,3.7853,3.7896,3.7938,3.7981,3.8024,3.8067,3.8109,3.8152,3.8195,3.8238,3.8281,3.8324,3.8367,3.841,3.8453,3.8497,3.854,3.8583,3.8626,3.867,3.8713,3.8757,3.88,3.8844,3.8887,3.8931,3.8975,3.9018,3.9062,3.9106,3.915,3.9194,3.9238,3.9281,3.9325,3.937,3.9414,3.9458,3.9502,3.9546,3.959,3.9635,3.9679,3.9723,3.9768,3.9812,3.9857,3.9901,3.9946,3.9991,4.0035,4.008,4.0125,4.0169,4.0214,4.0259,4.0304,4.0349,4.0394,4.0439,4.0484,4.0529,4.0574,4.062,4.0665,4.071,4.0755,4.0801,4.0846,4.0892,4.0937,4.0983,4.1028,4.1074,4.1119,4.1165,4.1211,4.1256,4.1302,4.1348,4.1394,4.144,4.1486,4.1532,4.1578,4.1624,4.167,4.1716,4.1762,4.1808,4.1854,4.1901,4.1947,4.1993,4.204,4.2086,4.2133,4.2179,4.2226,4.2272,4.2319,4.2365,4.2412,4.2459,4.2505,4.2552,4.2599,4.2646,4.2693,4.2739,4.2786,4.2833,4.288,4.2927,4.2974,4.3021,4.3069,4.3116,4.3163,4.321,4.3257,4.3305,4.3352,4.3399,4.3447,4.3494,4.3542,4.3589,4.3637,4.3684,4.3732,4.3779,4.3827,4.3874,4.3922,4.397,4.4018,4.4065,4.4113,4.4161,4.4209,4.4257,4.4305,4.4353,4.4401,4.4449,4.4497,4.4545,4.4593,4.4641,4.4689,4.4738,4.4786,4.4834,4.4882,4.4931,4.4979,4.5027,4.5076,4.5124,4.5173,4.5221,4.527,4.5318,4.5367,4.5415,4.5464,4.5513,4.5561,4.561,4.5659,4.5708,4.5756,4.5805,4.5854,4.5903,4.5952,4.6001,4.605,4.6099,4.6148,4.6197,4.6246,4.6295,4.6344,4.6393,4.6442,4.6492,4.6541,4.659,4.6639,4.6689,4.6738,4.6787,4.6837,4.6886,4.6936,4.6985,4.7035,4.7084,4.7134,4.7184,4.7233,4.7283,4.7333,4.7383,4.7432,4.7482,4.7532,4.7582,4.7632,4.7682,4.7732,4.7782,4.7832,4.7882,4.7932,4.7982,4.8032,4.8082,4.8132,4.8182,4.8233,4.8283,4.8333,4.8383,4.8434,4.8484,4.8535,4.8585,4.8635,4.8686,4.8736,4.8787,4.8838,4.8888,4.8939,4.8989,4.904,4.9091,4.9141,4.9192,4.9243,3.42,3.4234,3.4267,3.4301,3.4335,3.4369,3.4403,3.4437,3.4471,3.4505,3.4539,3.4573,3.4607,3.4641,3.4676,3.471,3.4744,3.4778,3.4813,3.4847,3.4881,3.4916,3.495,3.4985,3.5019,3.5054,3.5088,3.5123,3.5158,3.5192,3.5227,3.5262,3.5297,3.5332,3.5367,3.5401,3.5436,3.5471,3.5506,3.5541,3.5576,3.5612,3.5647,3.5682,3.5717,3.5752,3.5788,3.5823,3.5858,3.5894,3.5929,3.5964,3.6,3.6035,3.6071,3.6107,3.6142,3.6178,3.6214,3.6249,3.6285,3.6321,3.6357,3.6392,3.6428,3.6464,3.65,3.6536,3.6572,3.6608,3.6645,3.6681,3.6717,3.6753,3.6789,3.6826,3.6862,3.6898,3.6935,3.6971,3.7007,3.7044,3.708,3.7117,3.7153,3.719,3.7227,3.7263,3.73,3.7337,3.7374,3.741,3.7447,3.7484,3.7521,3.7558,3.7595,3.7632,3.7669,3.7706,3.7743,3.7781,3.7818,3.7855,3.7892,3.793,3.7967,3.8005,3.8042,3.808,3.8117,3.8155,3.8192,3.823,3.8268,3.8305,3.8343,3.8381,3.8419,3.8456,3.8494,3.8532,3.857,3.8608,3.8646,3.8684,3.8722,3.8761,3.8799,3.8837,3.8875,3.8913,3.8952,3.899,3.9028,3.9067,3.9105,3.9143,3.9182,3.922,3.9259,3.9297,3.9336,3.9375,3.9413,3.9452,3.9491,3.953,3.9568,3.9607,3.9646,3.9685,3.9724,3.9763,3.9802,3.9841,3.988,3.992,3.9959,3.9998,4.0037,4.0077,4.0116,4.0156,4.0195,4.0235,4.0274,4.0314,4.0354,4.0393,4.0433,4.0473,4.0513,4.0552,4.0592,4.0632,4.0672,4.0712,4.0752,4.0792,4.0832,4.0873,4.0913,4.0953,4.0993,4.1034,4.1074,4.1114,4.1155,4.1195,4.1236,4.1276,4.1317,4.1357,4.1398,4.1439,4.1479,4.152,4.1561,4.1601,4.1642,4.1683,4.1724,4.1765,4.1806,4.1847,4.1888,4.1929,4.197,4.2011,4.2052,4.2093,4.2134,4.2175,4.2217,4.2258,4.2299,4.234,4.2382,4.2423,4.2465,4.2506,4.2548,4.2589,4.2631,4.2672,4.2714,4.2755,4.2797,4.2839,4.288,4.2922,4.2964,4.3006,4.3047,4.3089,4.3131,4.3173,4.3215,4.3257,4.3299,4.3341,4.3383,4.3425,4.3467,4.3509,4.3552,4.3594,4.3636,4.3679,4.3721,4.3763,4.3806,4.3848,4.3891,4.3933,4.3976,4.4018,4.4061,4.4104,4.4146,4.4189,4.4232,4.4275,4.4318,4.436,4.4403,4.4446,4.4489,4.4532,4.4575,4.4618,4.4661,4.4705,4.4748,4.4791,4.4834,4.4877,4.4921,4.4964,4.5007,4.5051,4.5094,4.5137,4.5181,4.5224,4.5268,4.5311,4.5355,4.5398,4.5442,4.5485,4.5529,4.5573,4.5616,4.566,4.5704,4.5748,4.5791,4.5835,3.316,3.319,3.3221,3.3251,3.3282,3.3312,3.3343,3.3373,3.3404,3.3435,3.3466,3.3496,3.3527,3.3558,3.3589,3.362,3.3651,3.3682,3.3713,3.3744,3.3775,3.3806,3.3837,3.3868,3.39,3.3931,3.3962,3.3994,3.4025,3.4056,3.4088,3.4119,3.4151,3.4182,3.4214,3.4245,3.4277,3.4308,3.434,3.4372,3.4403,3.4435,3.4467,3.4499,3.4531,3.4562,3.4594,3.4626,3.4658,3.469,3.4722,3.4754,3.4786,3.4818,3.485,3.4882,3.4915,3.4947,3.4979,3.5011,3.5044,3.5076,3.5108,3.5141,3.5173,3.5206,3.5238,3.5271,3.5303,3.5336,3.5369,3.5401,3.5434,3.5467,3.5499,3.5532,3.5565,3.5598,3.5631,3.5664,3.5696,3.5729,3.5762,3.5795,3.5828,3.5861,3.5894,3.5928,3.5961,3.5994,3.6027,3.606,3.6093,3.6127,3.616,3.6193,3.6227,3.626,3.6294,3.6327,3.6361,3.6394,3.6428,3.6461,3.6495,3.6528,3.6562,3.6596,3.6629,3.6663,3.6697,3.673,3.6764,3.6798,3.6832,3.6866,3.6899,3.6933,3.6967,3.7001,3.7035,3.7069,3.7103,3.7137,3.7171,3.7205,3.7239,3.7273,3.7307,3.7341,3.7376,3.741,3.7444,3.7478,3.7512,3.7547,3.7581,3.7615,3.765,3.7684,3.7718,3.7753,3.7787,3.7822,3.7856,3.7891,3.7925,3.796,3.7994,3.8029,3.8063,3.8098,3.8132,3.8167,3.8202,3.8236,3.8271,3.8306,3.8341,3.8375,3.841,3.8445,3.848,3.8514,3.8549,3.8584,3.8619,3.8654,3.8689,3.8724,3.8759,3.8794,3.8829,3.8864,3.8899,3.8934,3.8969,3.9004,3.9039,3.9074,3.9109,3.9144,3.9179,3.9215,3.925,3.9285,3.932,3.9356,3.9391,3.9426,3.9461,3.9497,3.9532,3.9567,3.9603,3.9638,3.9673,3.9709,3.9744,3.978,3.9815,3.9851,3.9886,3.9922,3.9957,3.9993,4.0028,4.0064,4.0099,4.0135,4.017,4.0206,4.0241,4.0277,4.0313,4.0348,4.0384,4.042,4.0455,4.0491,4.0527,4.0562,4.0598,4.0634,4.067,4.0706,4.0741,4.0777,4.0813,4.0849,4.0885,4.0921,4.0957,4.0993,4.1029,4.1065,4.1101,4.1137,4.1173,4.1209,4.1245,4.1281,4.1317,4.1354,4.139,4.1426,4.1462,4.1499,4.1535,4.1571,4.1608,4.1644,4.168,4.1717,4.1753,4.179,4.1826,4.1863,4.1899,4.1936,4.1973,4.2009,4.2046,4.2083,4.212,4.2156,4.2193,4.223,4.2267,4.2304,4.2341,4.2378,4.2415,4.2452,4.2489,4.2526,4.2563,4.26,4.2637,4.2675,4.2712,4.2749,4.2787,4.2824,4.2861,4.2899,4.2936,4.2974,4.3011,4.3049,4.3087,4.3124,4.3162,4.32,4.3238,4.3275,4.3313,4.3351,4.3389,4.3427,4.3465,4.3503,4.3541,4.358,4.3618,4.3656,4.3694,4.3732,4.3771,4.3809,4.3847,4.3886,4.3924,4.3963,4.4001,4.404,4.4078,4.4117,4.4156,4.4194,4.4233,4.4272,4.4311,4.435,4.4388,4.4427,4.4466,4.4505,4.4544,4.4583,4.4623,4.4662,4.4701,4.474,4.4779,4.4819,4.4858,4.4897,4.4937,4.4976,4.5016,4.5055,4.5095,4.5135,4.5174,4.5214,4.5254,4.5294,4.5334,4.5373,4.5413,4.5453,4.5493,4.5534,4.5574,4.5614,4.5654,4.5694,4.5735,4.5775,4.5816,4.5856,4.5897,4.5937,4.5978,4.6019,4.6059,4.61,4.6141,4.6182,4.6223,4.6264,4.6305,4.6346,4.6387,4.6428,4.6469,4.6511,4.6552,4.6593,4.6635,4.6676,4.6718,4.6759,4.6801,4.6842,4.6884,4.6926,4.6968,4.7009,4.7051,4.7093,4.7135,4.7177,4.7219,4.7261,4.7304,4.7346,4.7388,4.743,3.3705,3.3734,3.3763,3.3792,3.3821,3.385,3.388,3.3909,3.3938,3.3968,3.3997,3.4027,3.4056,3.4086,3.4116,3.4145,3.4175,3.4205,3.4235,3.4265,3.4295,3.4325,3.4355,3.4385,3.4416,3.4446,3.4476,3.4507,3.4537,3.4568,3.4598,3.4629,3.466,3.4691,3.4721,3.4752,3.4783,3.4814,3.4845,3.4876,3.4907,3.4939,3.497,3.5001,3.5032,3.5064,3.5095,3.5127,3.5158,3.519,3.5222,3.5253,3.5285,3.5317,3.5349,3.5381,3.5413,3.5445,3.5477,3.5509,3.5542,3.5574,3.5606,3.5639,3.5671,3.5704,3.5736,3.5769,3.5801,3.5834,3.5867,3.59,3.5933,3.5966,3.5999,3.6032,3.6065,3.6098,3.6131,3.6164,3.6198,3.6231,3.6265,3.6298,3.6332,3.6365,3.6399,3.6433,3.6466,3.65,3.6534,3.6568,3.6602,3.6636,3.667,3.6704,3.6738,3.6773,3.6807,3.6841,3.6876,3.691,3.6944,3.6979,3.7014,3.7048,3.7083,3.7118,3.7153,3.7187,3.7222,3.7257,3.7292,3.7327,3.7363,3.7398,3.7433,3.7468,3.7504,3.7539,3.7574,3.761,3.7645,3.7681,3.7717,3.7752,3.7788,3.7824,3.786,3.7896,3.7932,3.7968,3.8004,3.804,3.8076,3.8112,3.8148,3.8185,3.8221,3.8257,3.8294,3.833,3.8367,3.8403,3.844,3.8477,3.8513,3.855,3.8587,3.8624,3.8661,3.8698,3.8735,3.8772,3.8809,3.8846,3.8883,3.8921,3.8958,3.8995,3.9033,3.907,3.9107,3.9145,3.9183,3.922,3.9258,3.9295,3.9333,3.9371,3.9409,3.9447,3.9485,3.9523,3.9561,3.9599,3.9637,3.9675,3.9713,3.9751,3.979,3.9828,3.9867,3.9905,3.9943,3.9982,4.0021,4.0059,4.0098,4.0137,4.0175,4.0214,4.0253,4.0292,4.0331,4.037,4.0409,4.0448,4.0487,4.0526,4.0565,4.0605,4.0644,4.0683,4.0723,4.0762,4.0801,4.0841,4.088,4.092,4.096,4.0999,4.1039,4.1079,4.1119,4.1158,4.1198,4.1238,4.1278,4.1318,4.1358,4.1398,4.1438,4.1478,4.1519,4.1559,4.1599,4.164,4.168,4.172,4.1761,4.1801,4.1842,4.1883,4.1923,4.1964,4.2005,4.2046,4.2086,4.2127,4.2168,4.2209,4.225,4.2291,4.2333,4.2374,4.2415,4.2456,4.2498,4.2539,4.2581,4.2622,4.2664,4.2705,4.2747,4.2789,4.2831,4.2872,4.2914,4.2956,4.2998,4.304,4.3082,4.3124,4.3167,4.3209,4.3251,4.3293,4.3336,4.3378,4.3421,4.3463,4.3506,4.3548,4.3591,4.3634,4.3676,4.3719,4.3762,4.3805,4.3848,4.3891,4.3934,4.3977,4.402,4.4064,4.4107,4.415,4.4194,4.4237,4.428,4.4324,4.4368,4.4411,4.4455,4.4499,4.4542,4.4586,4.463,4.4674,3.2735,3.2766,3.2797,3.2828,3.2859,3.289,3.2921,3.2952,3.2983,3.3014,3.3046,3.3077,3.3108,3.314,3.3171,3.3203,3.3234,3.3266,3.3297,3.3329,3.3361,3.3393,3.3425,3.3457,3.3489,3.3521,3.3553,3.3585,3.3617,3.3649,3.3682,3.3714,3.3746,3.3779,3.3811,3.3844,3.3877,3.3909,3.3942,3.3975,3.4007,3.404,3.4073,3.4106,3.4139,3.4172,3.4206,3.4239,3.4272,3.4305,3.4339,3.4372,3.4405,3.4439,3.4472,3.4506,3.454,3.4573,3.4607,3.4641,3.4675,3.4709,3.4743,3.4777,3.4811,3.4845,3.4879,3.4913,3.4948,3.4982,3.5016,3.5051,3.5085,3.512,3.5155,3.5189,3.5224,3.5259,3.5294,3.5329,3.5364,3.5399,3.5434,3.5469,3.5504,3.5539,3.5574,3.561,3.5645,3.5681,3.5716,3.5752,3.5787,3.5823,3.5858,3.5894,3.593,3.5966,3.6002,3.6038,3.6074,3.611,3.6146,3.6182,3.6218,3.6254,3.6291,3.6327,3.6364,3.64,3.6436,3.6473,3.651,3.6546,3.6583,3.662,3.6657,3.6694,3.673,3.6767,3.6804,3.6841,3.6879,3.6916,3.6953,3.699,3.7027,3.7065,3.7102,3.714,3.7177,3.7215,3.7252,3.729,3.7328,3.7366,3.7404,3.7441,3.7479,3.7517,3.7555,3.7594,3.7632,3.767,3.7708,3.7746,3.7785,3.7823,3.7862,3.79,3.7939,3.7977,3.8016,3.8055,3.8094,3.8132,3.8171,3.821,3.8249,3.8288,3.8327,3.8366,3.8405,3.8445,3.8484,3.8523,3.8563,3.8602,3.8641,3.8681,3.8721,3.876,3.88,3.884,3.888,3.8919,3.8959,3.8999,3.9039,3.9079,3.9119,3.916,3.92,3.924,3.928,3.9321,3.9361,3.9402,3.9442,3.9483,3.9523,3.9564,3.9605,3.9645,3.9686,3.9727,3.9768,3.9809,3.985,3.9891,3.9932,3.9973,4.0014,4.0055,4.0097,4.0138,4.0179,4.0221,4.0262,4.0304,4.0345,4.0387,4.0428,4.047,4.0512,4.0553,4.0595,4.0637,4.0679,4.0721,4.0763,4.0805,4.0847,4.0889,4.0932,4.0974,4.1016,4.1059,4.1101,4.1143,4.1186,4.1229,4.1271,4.1314,4.1357,4.1399,4.1442,4.1485,4.1528,4.1571,4.1614,4.1657,4.17,4.1743,4.1786,4.183,4.1873,4.1916,4.196,4.2003,4.2047,4.209,4.2134,4.2178,4.2221,4.2265,4.2309,4.2353,4.2396,4.244,4.2484,4.2528,4.2572,4.2616,4.2661,4.2705,4.2749,4.2793,4.2837,4.2882,4.2926,4.297,4.3015,4.3059,4.3104,4.3148,4.3193,4.3238,4.3283,4.3327,4.3372,4.3417,4.3462,4.3507,4.3552,4.3597,4.3642,4.3687,4.3732,4.3778,4.3823,4.3868,4.3913,4.3959,4.4004,4.405,4.4095,4.4141,4.4187,4.4232,4.4278,4.4324,4.437,4.4415,4.4461,4.4507,4.4553,4.4599,4.4645,4.4691,4.4738,4.4784,4.483,4.4876,4.4922,4.4969,4.5015,4.5062,4.5108,4.5154,4.5201,4.5248,4.5294,4.5341,4.5388,4.5434,4.5481,4.5528,4.5575,4.5622,4.5669,4.5716,4.5763,4.581,4.5857,4.5905,4.5952,4.5999,4.6047,4.6094,4.6141,4.6189,4.6236,4.6284,4.6332,4.6379,4.6427,4.6475,4.6522,4.657,4.6618,4.6666,4.6714,4.6762,4.681,4.6858,4.6906,4.6954,4.7002,4.705,4.7098,4.7147,4.7195,4.7243,4.7292,4.734,4.7388,4.7437,4.7485,4.7534,4.7582,4.7631,4.768,4.7728,4.7777,4.7826,4.7875,4.7924,4.7973,4.8022,4.8071,4.812,4.8169,4.8218,4.8268,4.8317,4.8366,4.8416,4.8465,4.8514,4.8564,4.8614,4.8663,4.8713,4.8762,4.8812,4.8862,4.8912,4.8961,4.9011,3.3977,3.4009,3.4042,3.4074,3.4106,3.4139,3.4171,3.4204,3.4236,3.4269,3.4302,3.4334,3.4367,3.44,3.4432,3.4465,3.4498,3.4531,3.4564,3.4597,3.463,3.4663,3.4696,3.4729,3.4762,3.4796,3.4829,3.4862,3.4895,3.4929,3.4962,3.4995,3.5029,3.5062,3.5096,3.513,3.5163,3.5197,3.5231,3.5264,3.5298,3.5332,3.5366,3.54,3.5433,3.5467,3.5501,3.5535,3.5569,3.5604,3.5638,3.5672,3.5706,3.574,3.5775,3.5809,3.5843,3.5878,3.5912,3.5946,3.5981,3.6015,3.605,3.6085,3.6119,3.6154,3.6189,3.6223,3.6258,3.6293,3.6328,3.6363,3.6398,3.6433,3.6468,3.6503,3.6538,3.6573,3.6608,3.6643,3.6678,3.6714,3.6749,3.6784,3.6819,3.6855,3.689,3.6926,3.6961,3.6996,3.7032,3.7068,3.7103,3.7139,3.7174,3.721,3.7246,3.7282,3.7317,3.7353,3.7389,3.7425,3.7461,3.7497,3.7533,3.7569,3.7605,3.7641,3.7678,3.7714,3.775,3.7786,3.7823,3.7859,3.7895,3.7932,3.7968,3.8005,3.8041,3.8078,3.8114,3.8151,3.8188,3.8224,3.8261,3.8298,3.8334,3.8371,3.8408,3.8445,3.8482,3.8519,3.8556,3.8593,3.863,3.8667,3.8704,3.8741,3.8778,3.8815,3.8852,3.889,3.8927,3.8964,3.9002,3.9039,3.9076,3.9114,3.9151,3.9189,3.9226,3.9264,3.9302,3.9339,3.9377,3.9415,3.9452,3.949,3.9528,3.9566,3.9604,3.9641,3.9679,3.9717,3.9755,3.9793,3.9831,3.9869,3.9908,3.9946,3.9984,4.0022,4.006,4.0099,4.0137,4.0175,4.0214,4.0252,4.029,4.0329,4.0367,4.0406,4.0445,4.0483,4.0522,4.0561,4.0599,4.0638,4.0677,4.0716,4.0754,4.0793,4.0832,4.0871,4.091,4.0949,4.0988,4.1027,4.1066,4.1105,4.1144,4.1184,4.1223,4.1262,4.1301,4.1341,4.138,4.1419,4.1459,4.1498,4.1538,4.1577,4.1617,4.1656,4.1696,4.1735,4.1775,4.1815,4.1854,4.1894,4.1934,4.1974,4.2014,4.2054,4.2093,4.2133,4.2173,4.2213,4.2253,4.2294,4.2334,4.2374,4.2414,4.2454,4.2495,4.2535,4.2575,4.2616,4.2656,4.2697,4.2737,4.2778,4.2818,4.2859,4.2899,4.294,4.2981,4.3022,4.3062,4.3103,4.3144,4.3185,4.3226,4.3267,4.3308,4.3349,4.339,4.3431,4.3472,4.3513,4.3554,4.3595,4.3636,4.3678,4.3719,4.376,4.3802,4.3843,4.3884,4.3926,4.3967,4.4009,4.405,4.4092,4.4133,4.4175,4.4217,4.4258,4.43,4.4342,4.4383,4.4425,4.4467,4.4509,4.4551,4.4593,4.4635,4.4677,4.4719,4.4761,4.4803,4.4845,4.4887,4.493,4.4972,4.5014,4.5057,4.5099,4.5141,4.5184,3.2804,3.2833,3.2863,3.2892,3.2922,3.2951,3.2981,3.301,3.304,3.3069,3.3099,3.3129,3.3158,3.3188,3.3218,3.3248,3.3277,3.3307,3.3337,3.3367,3.3397,3.3427,3.3457,3.3487,3.3517,3.3547,3.3577,3.3607,3.3638,3.3668,3.3698,3.3728,3.3759,3.3789,3.382,3.385,3.388,3.3911,3.3941,3.3972,3.4003,3.4033,3.4064,3.4095,3.4125,3.4156,3.4187,3.4218,3.4249,3.428,3.4311,3.4341,3.4372,3.4403,3.4435,3.4466,3.4497,3.4528,3.4559,3.459,3.4622,3.4653,3.4684,3.4715,3.4747,3.4778,3.481,3.4841,3.4873,3.4904,3.4936,3.4967,3.4999,3.503,3.5062,3.5094,3.5125,3.5157,3.5189,3.5221,3.5253,3.5284,3.5316,3.5348,3.538,3.5412,3.5444,3.5476,3.5508,3.5541,3.5573,3.5605,3.5637,3.5669,3.5702,3.5734,3.5766,3.5799,3.5831,3.5863,3.5896,3.5928,3.5961,3.5993,3.6026,3.6058,3.6091,3.6124,3.6156,3.6189,3.6222,3.6255,3.6287,3.632,3.6353,3.6386,3.6419,3.6452,3.6485,3.6518,3.6551,3.6584,3.6617,3.665,3.6683,3.6716,3.675,3.6783,3.6816,3.685,3.6883,3.6916,3.695,3.6983,3.7017,3.705,3.7084,3.7117,3.7151,3.7184,3.7218,3.7252,3.7285,3.7319,3.7353,3.7387,3.742,3.7454,3.7488,3.7522,3.7556,3.759,3.7624,3.7658,3.7692,3.7726,3.776,3.7795,3.7829,3.7863,3.7897,3.7932,3.7966,3.8,3.8035,3.8069,3.8104,3.8138,3.8173,3.8208,3.8242,3.8277,3.8312,3.8346,3.8381,3.8416,3.8451,3.8486,3.8521,3.8556,3.8591,3.8626,3.8661,3.8696,3.8731,3.8766,3.8801,3.8837,3.8872,3.8907,3.8943,3.8978,3.9013,3.9049,3.9084,3.912,3.9156,3.9191,3.9227,3.9262,3.9298,3.9334,3.937,3.9406,3.9441,3.9477,3.9513,3.9549,3.9585,3.9621,3.9657,3.9693,3.9729,3.9766,3.9802,3.9838,3.9874,3.9911,3.9947,3.9984,4.002,4.0057,4.0093,4.013,4.0166,4.0203,4.024,4.0276,4.0313,4.035,4.0387,4.0424,4.0461,4.0498,4.0535,4.0572,4.0609,4.0646,4.0683,4.072,4.0757,4.0795,4.0832,4.0869,4.0906,4.0944,4.0981,4.1019,4.1056,4.1094,4.1131,4.1169,4.1207,4.1244,4.1282,4.132,4.1357,4.1395,4.1433,4.1471,4.1509,4.1547,4.1584,4.1622,4.166,4.1699,4.1737,4.1775,4.1813,4.1851,4.1889,4.1927,4.1966,4.2004,4.2042,4.2081,4.2119,4.2157,4.2196,4.2234,4.2273,4.2311,4.235,4.2389,4.2427,4.2466,4.2505,4.2543,4.2582,4.2621,4.266,4.2699,4.2737,4.2776,4.2815,4.2854,4.2893,4.2932,4.2971,4.301,4.305,4.3089,4.3128,4.3167,4.3206,4.3246,4.3285,4.3324,4.3363,4.3403,4.3442,4.3482,4.3521,4.356,4.36,4.3639,4.3679,4.3719,4.3758,4.3798,4.3837,4.3877,4.3917,4.3956,4.3996,4.4036,4.4076,4.4116,4.4156,4.4196,4.4236,4.4276,4.4316,4.4356,4.4396,4.4436,4.4477,4.4517,4.4557,4.4598,4.4638,4.4678,4.4719,4.4759,4.48,4.484,4.4881,4.4921,4.4962,4.5002,4.5043,4.5083,4.5124,4.5165,4.5205,4.5246,4.5287,4.5327,4.5368,4.5409,4.545,4.5491,4.5532,4.5573,4.5614,4.5655,4.5696,4.5737,4.5778,4.5819,4.586,4.5902,4.5943,4.5984,4.6026,4.6067,4.6109,4.615,4.6192,4.6233,4.6275,4.6317,4.6358,4.64,4.6442,4.6484,4.6526,4.6568,4.6609,4.6651,4.6693,4.6735,4.6778,4.682,4.6862,4.6904,4.6946,4.6988,4.7031,4.7073,3.3506,3.3535,3.3564,3.3593,3.3622,3.3651,3.368,3.3709,3.3738,3.3767,3.3797,3.3826,3.3855,3.3884,3.3914,3.3943,3.3973,3.4002,3.4031,3.4061,3.409,3.412,3.415,3.4179,3.4209,3.4239,3.4268,3.4298,3.4328,3.4358,3.4388,3.4418,3.4448,3.4478,3.4508,3.4538,3.4568,3.4598,3.4628,3.4658,3.4689,3.4719,3.4749,3.4779,3.481,3.484,3.4871,3.4901,3.4932,3.4962,3.4993,3.5023,3.5054,3.5085,3.5115,3.5146,3.5177,3.5208,3.5239,3.5269,3.53,3.5331,3.5362,3.5393,3.5424,3.5455,3.5487,3.5518,3.5549,3.558,3.5611,3.5643,3.5674,3.5705,3.5737,3.5768,3.58,3.5831,3.5863,3.5894,3.5926,3.5958,3.5989,3.6021,3.6053,3.6084,3.6116,3.6148,3.618,3.6212,3.6244,3.6276,3.6308,3.634,3.6372,3.6404,3.6436,3.6469,3.6501,3.6533,3.6565,3.6598,3.663,3.6662,3.6695,3.6727,3.676,3.6793,3.6825,3.6858,3.689,3.6923,3.6956,3.6989,3.7021,3.7054,3.7087,3.712,3.7153,3.7186,3.7219,3.7252,3.7285,3.7318,3.7351,3.7385,3.7418,3.7451,3.7484,3.7518,3.7551,3.7584,3.7618,3.7651,3.7685,3.7718,3.7752,3.7786,3.7819,3.7853,3.7887,3.792,3.7954,3.7988,3.8022,3.8056,3.809,3.8124,3.8158,3.8192,3.8226,3.826,3.8294,3.8328,3.8362,3.8397,3.8431,3.8465,3.8499,3.8534,3.8568,3.8603,3.8637,3.8672,3.8706,3.8741,3.8776,3.881,3.8845,3.888,3.8915,3.8949,3.8984,3.9019,3.9054,3.9089,3.9124,3.9159,3.9194,3.9229,3.9265,3.93,3.9335,3.937,3.9405,3.9441,3.9476,3.9512,3.9547,3.9583,3.9618,3.9654,3.9689,3.9725,3.976,3.9796,3.9832,3.9868,3.9904,3.9939,3.9975,4.0011,4.0047,4.0083,4.0119,4.0155,4.0191,4.0227,4.0264,4.03,4.0336,4.0372,4.0409,4.0445,4.0482,4.0518,4.0554,4.0591,4.0628,4.0664,4.0701,4.0737,4.0774,4.0811,4.0848,4.0884,4.0921,4.0958,4.0995,4.1032,4.1069,4.1106,4.1143,4.118,4.1217,4.1255,4.1292,4.1329,4.1366,4.1404,4.1441,4.1479,4.1516,4.1553,4.1591,4.1629,4.1666,4.1704,4.1741,4.1779,4.1817,4.1855,4.1893,4.193,4.1968,4.2006,4.2044,4.2082,4.212,4.2158,4.2197,4.2235,4.2273,4.2311,4.235,4.2388,4.2426,4.2465,4.2503,4.2542,4.258,4.2619,4.2657,4.2696,4.2735,4.2773,4.2812,4.2851,4.289,4.2928,4.2967,4.3006,4.3045,4.3084,4.3123,4.3162,4.3202,4.3241,4.328,4.3319,4.3358,4.3398,4.3437,4.3477,4.3516,4.3555,4.3595,4.3635,4.3674,4.3714,4.3753,4.3793,4.3833,4.3873,4.3913,4.3952,4.3992,4.4032,4.4072,4.4112,4.4152,4.4192,4.4233,4.4273,4.4313,4.4353,4.4394,4.4434,4.4474,4.4515,4.4555,4.4596,4.4636,4.4677,4.4717,4.4758,4.4799,4.4839,4.488,4.4921,4.4962,4.5003,4.5044,4.5085,4.5126,4.5167,4.5208,4.5249,4.529,4.5332,4.5373,4.5414,4.5456,4.5497,4.5538,4.558,4.5621,4.5663,4.5704,4.5746,4.5788,4.583,4.5871,4.5913,4.5955,4.5997,4.6039,4.6081,4.6123,4.6165,4.6207,4.6249,4.6291,4.6334,4.6376,4.6418,4.646,4.6503,4.6545,4.6588,4.663,4.6673,4.6715,4.6758,4.68,4.6843,4.6886,4.6929,4.6971,4.7014,4.7057,4.71,4.7143,4.7186,4.7229,4.7272,4.7315,4.7358,4.7401,4.7445,4.7488,4.7531,4.7575,4.7618,4.7661,4.7705,4.7748,4.7792,4.7836,4.7879,3.3868,3.3898,3.3928,3.3958,3.3988,3.4018,3.4048,3.4078,3.4108,3.4138,3.4168,3.4198,3.4228,3.4259,3.4289,3.4319,3.435,3.438,3.441,3.4441,3.4472,3.4502,3.4533,3.4563,3.4594,3.4625,3.4656,3.4686,3.4717,3.4748,3.4779,3.481,3.4841,3.4872,3.4903,3.4935,3.4966,3.4997,3.5028,3.506,3.5091,3.5122,3.5154,3.5185,3.5217,3.5248,3.528,3.5312,3.5343,3.5375,3.5407,3.5439,3.5471,3.5503,3.5534,3.5566,3.5598,3.5631,3.5663,3.5695,3.5727,3.5759,3.5792,3.5824,3.5856,3.5889,3.5921,3.5954,3.5986,3.6019,3.6051,3.6084,3.6117,3.615,3.6182,3.6215,3.6248,3.6281,3.6314,3.6347,3.638,3.6413,3.6446,3.648,3.6513,3.6546,3.658,3.6613,3.6646,3.668,3.6713,3.6747,3.678,3.6814,3.6848,3.6881,3.6915,3.6949,3.6983,3.7017,3.7051,3.7084,3.7119,3.7153,3.7187,3.7221,3.7255,3.7289,3.7324,3.7358,3.7392,3.7427,3.7461,3.7496,3.753,3.7565,3.76,3.7634,3.7669,3.7704,3.7739,3.7773,3.7808,3.7843,3.7878,3.7913,3.7949,3.7984,3.8019,3.8054,3.8089,3.8125,3.816,3.8195,3.8231,3.8266,3.8302,3.8337,3.8373,3.8409,3.8444,3.848,3.8516,3.8551,3.8587,3.8623,3.8659,3.8695,3.8731,3.8767,3.8803,3.884,3.8876,3.8912,3.8948,3.8985,3.9021,3.9058,3.9094,3.9131,3.9167,3.9204,3.924,3.9277,3.9314,3.9351,3.9388,3.9424,3.9461,3.9498,3.9535,3.9572,3.961,3.9647,3.9684,3.9721,3.9759,3.9796,3.9833,3.9871,3.9908,3.9946,3.9983,4.0021,4.0059,4.0096,4.0134,4.0172,4.021,4.0247,4.0285,4.0323,4.0361,4.0399,4.0438,4.0476,4.0514,4.0552,4.059,4.0629,4.0667,4.0706,4.0744,4.0782,4.0821,4.086,4.0898,4.0937,4.0976,4.1014,4.1053,4.1092,4.1131,4.117,4.1209,4.1248,4.1287,4.1326,4.1366,4.1405,4.1444,4.1483,4.1523,4.1562,4.1602,4.1641,4.1681,4.172,4.176,4.18,4.1839,4.1879,4.1919,4.1959,4.1999,4.2039,4.2079,4.2119,4.2159,4.2199,4.2239,4.2279,4.232,4.236,4.24,4.2441,4.2481,4.2522,4.2562,4.2603,4.2643,4.2684,4.2725,4.2766,4.2806,4.2847,4.2888,4.2929,4.297,4.3011,4.3052,4.3093,4.3135,4.3176,4.3217,4.3259,4.33,4.3341,4.3383,4.3424,4.3466,4.3507,4.3549,4.3591,4.3632,4.3674,4.3716,4.3758,4.38,4.3842,4.3884,4.3926,4.3968,4.401,4.4052,4.4094,4.4137,4.4179,4.4221,4.4264,4.4306,4.4349,4.4391,4.4434,4.4477,4.4519,4.4562,4.4605,4.4648,4.4691,4.4733,4.4776,4.4819,4.4862,4.4906,4.4949,4.4992,4.5035,4.5078,4.5122,4.5165,4.5209,4.5252,4.5296,4.5339,4.5383,4.5426,4.547,4.5514,4.5558,4.5602,4.5645,4.5689,4.5733,4.5777,4.5821,4.5866,4.591,4.5954,4.5998,4.6042,4.6087,4.6131,4.6176,4.622,4.6265,4.6309,4.6354,4.6399,4.6443,4.6488,4.6533,4.6578,4.6623,4.6668,4.6713,4.6758,4.6803,4.6848,4.6893,4.6938,4.6984,4.7029,4.7074,4.712,4.7165,4.7211,4.7256,4.7302,4.7348,4.7394,4.7439,4.7485,4.7531,4.7577,4.7623,4.7669,4.7715,4.7761,4.7807,4.7853,4.79,4.7946,4.7992,4.8039,4.8085,4.8132,4.8178,4.8225,4.8271,4.8318,4.8365,4.8412,4.8458,4.8505,4.8552,4.8599,4.8646,4.8693,4.874,4.8788,4.8835,4.8882,4.8929,4.8977,4.9024,4.9072,4.9119,4.9167,4.9214,3.4309,3.4341,3.4373,3.4405,3.4437,3.4469,3.4501,3.4533,3.4566,3.4598,3.463,3.4663,3.4695,3.4727,3.476,3.4792,3.4825,3.4857,3.489,3.4923,3.4956,3.4988,3.5021,3.5054,3.5087,3.512,3.5153,3.5186,3.5219,3.5253,3.5286,3.5319,3.5352,3.5386,3.5419,3.5453,3.5486,3.552,3.5553,3.5587,3.5621,3.5655,3.5688,3.5722,3.5756,3.579,3.5824,3.5858,3.5892,3.5926,3.5961,3.5995,3.6029,3.6063,3.6098,3.6132,3.6167,3.6201,3.6236,3.6271,3.6305,3.634,3.6375,3.641,3.6445,3.6479,3.6514,3.6549,3.6585,3.662,3.6655,3.669,3.6725,3.6761,3.6796,3.6831,3.6867,3.6902,3.6938,3.6974,3.7009,3.7045,3.7081,3.7117,3.7152,3.7188,3.7224,3.726,3.7296,3.7333,3.7369,3.7405,3.7441,3.7477,3.7514,3.755,3.7587,3.7623,3.766,3.7696,3.7733,3.777,3.7807,3.7843,3.788,3.7917,3.7954,3.7991,3.8028,3.8065,3.8103,3.814,3.8177,3.8214,3.8252,3.8289,3.8327,3.8364,3.8402,3.8439,3.8477,3.8515,3.8553,3.859,3.8628,3.8666,3.8704,3.8742,3.878,3.8819,3.8857,3.8895,3.8933,3.8972,3.901,3.9049,3.9087,3.9126,3.9164,3.9203,3.9242,3.928,3.9319,3.9358,3.9397,3.9436,3.9475,3.9514,3.9553,3.9592,3.9632,3.9671,3.971,3.975,3.9789,3.9829,3.9868,3.9908,3.9947,3.9987,4.0027,4.0067,4.0107,4.0147,4.0187,4.0227,4.0267,4.0307,4.0347,4.0387,4.0428,4.0468,4.0508,4.0549,4.0589,4.063,4.067,4.0711,4.0752,4.0793,4.0833,4.0874,4.0915,4.0956,4.0997,4.1038,4.1079,4.1121,4.1162,4.1203,4.1244,4.1286,4.1327,4.1369,4.141,4.1452,4.1494,4.1535,4.1577,4.1619,4.1661,4.1703,4.1745,4.1787,4.1829,4.1871,4.1913,4.1956,4.1998,4.204,4.2083,4.2125,4.2168,4.221,4.2253,4.2296,4.2338,4.2381,4.2424,4.2467,4.251,4.2553,4.2596,4.2639,4.2682,4.2725,4.2769,4.2812,4.2855,4.2899,4.2942,4.2986,4.3029,4.3073,4.3117,4.3161,4.3204,4.3248,4.3292,4.3336,4.338,4.3424,4.3468,4.3513,4.3557,4.3601,4.3646,4.369,4.3734,4.3779,4.3824,4.3868,4.3913,4.3958,4.4002,4.4047,4.4092,4.4137,4.4182,4.4227,4.4272,4.4318,4.4363,4.4408,4.4453,4.4499,4.4544,4.459,4.4635,4.4681,4.4727,4.4772,4.4818,4.4864,4.491,4.4956,4.5002,4.5048,4.5094,4.514,4.5187,4.5233,4.5279,4.5326,4.5372,4.5419,4.5465,4.5512,4.5559,4.5605,4.5652,4.5699,4.5746,4.5793,4.584,4.5887,4.5934,4.5981,4.6029,4.6076,4.6123,4.6171,4.6218,4.6266,4.6313,4.6361,4.6409,4.6456,4.6504,4.6552,4.66,4.6648,4.6696,4.6744,4.6792,4.6841,4.6889,4.6937,4.6986,4.7034,4.7083,4.7131,4.718,4.7229,4.7277,4.7326,4.7375,4.7424,4.7473,4.7522,4.7571,4.762,4.7669,4.7718,4.7768,4.7817,4.7867,4.7916,4.7966,4.8015,4.8065,4.8115,4.8164,4.8214,4.8264,4.8314,4.8364,4.8414,4.8464,4.8514,4.8564,4.8615,4.8665,4.8715,4.8766,4.8816,4.8867,4.8918,4.8968,4.9019,4.907,4.9121,4.9172,4.9223,4.9274,4.9325,4.9376,4.9427,4.9478,4.953,4.9581,4.9632,4.9684,4.9735,4.9787,4.9839,4.989,4.9942,4.9994,5.0046,5.0098,5.015,5.0202,5.0254,5.0306,5.0358,5.0411,5.0463,5.0515,5.0568,5.062,5.0673,5.0726,5.0778,5.0831,5.0884,5.0937,5.099,5.1043,5.1096,3.4839,3.4874,3.4909,3.4943,3.4978,3.5013,3.5048,3.5083,3.5118,3.5153,3.5188,3.5223,3.5258,3.5293,3.5329,3.5364,3.5399,3.5435,3.547,3.5506,3.5542,3.5577,3.5613,3.5649,3.5685,3.5721,3.5757,3.5793,3.5829,3.5865,3.5901,3.5937,3.5974,3.601,3.6047,3.6083,3.612,3.6156,3.6193,3.623,3.6267,3.6303,3.634,3.6377,3.6414,3.6451,3.6488,3.6526,3.6563,3.66,3.6638,3.6675,3.6712,3.675,3.6788,3.6825,3.6863,3.6901,3.6938,3.6976,3.7014,3.7052,3.709,3.7128,3.7167,3.7205,3.7243,3.7281,3.732,3.7358,3.7397,3.7435,3.7474,3.7513,3.7551,3.759,3.7629,3.7668,3.7707,3.7746,3.7785,3.7824,3.7863,3.7902,3.7942,3.7981,3.802,3.806,3.8099,3.8139,3.8179,3.8218,3.8258,3.8298,3.8338,3.8378,3.8418,3.8458,3.8498,3.8538,3.8578,3.8618,3.8658,3.8699,3.8739,3.878,3.882,3.8861,3.8901,3.8942,3.8983,3.9023,3.9064,3.9105,3.9146,3.9187,3.9228,3.9269,3.931,3.9351,3.9393,3.9434,3.9475,3.9517,3.9558,3.96,3.9641,3.9683,3.9724,3.9766,3.9808,3.985,3.9891,3.9933,3.9975,4.0017,4.0059,4.0101,4.0144,4.0186,4.0228,4.027,4.0313,4.0355,4.0398,4.044,4.0483,4.0525,4.0568,4.0611,4.0654,4.0696,4.0739,4.0782,4.0825,4.0868,4.0911,4.0955,4.0998,4.1041,4.1084,4.1128,4.1171,4.1214,4.1258,4.1302,4.1345,4.1389,4.1433,4.1476,4.152,4.1564,4.1608,4.1652,4.1696,4.174,4.1784,4.1828,4.1873,4.1917,4.1961,4.2006,4.205,4.2095,4.2139,4.2184,4.2228,4.2273,4.2318,4.2363,4.2408,4.2452,4.2497,4.2542,4.2587,4.2633,4.2678,4.2723,4.2768,4.2814,4.2859,4.2904,4.295,4.2996,4.3041,4.3087,4.3132,4.3178,4.3224,4.327,4.3316,4.3362,4.3408,4.3454,4.35,4.3546,4.3592,4.3639,4.3685,4.3731,4.3778,4.3824,4.3871,4.3917,4.3964,4.4011,4.4057,4.4104,4.4151,4.4198,4.4245,4.4292,4.4339,4.4386,4.4433,4.4481,4.4528,4.4575,4.4623,4.467,4.4718,4.4765,4.4813,4.4861,4.4908,4.4956,4.5004,4.5052,4.51,4.5148,4.5196,4.5244,4.5292,4.534,4.5389,4.5437,4.5485,4.5534,4.5582,4.5631,4.5679,4.5728,4.5777,4.5825,4.5874,4.5923,4.5972,4.6021,4.607,4.6119,4.6168,4.6217,4.6266,4.6316,4.6365,4.6414,4.6464,4.6513,4.6563,4.6613,4.6662,4.6712,4.6762,4.6812,4.6862,4.6912,4.6962,4.7012,4.7062,4.7112,4.7162,4.7212,4.7263,4.7313,4.7364,4.7414,4.7465,4.7515,4.7566,4.7616,3.3763,3.3797,3.3832,3.3866,3.3901,3.3936,3.397,3.4005,3.404,3.4075,3.411,3.4145,3.418,3.4215,3.425,3.4285,3.4321,3.4356,3.4391,3.4427,3.4462,3.4498,3.4533,3.4569,3.4605,3.464,3.4676,3.4712,3.4748,3.4784,3.482,3.4856,3.4892,3.4928,3.4964,3.5,3.5036,3.5073,3.5109,3.5146,3.5182,3.5219,3.5255,3.5292,3.5328,3.5365,3.5402,3.5439,3.5476,3.5513,3.5549,3.5587,3.5624,3.5661,3.5698,3.5735,3.5772,3.581,3.5847,3.5885,3.5922,3.596,3.5997,3.6035,3.6072,3.611,3.6148,3.6186,3.6224,3.6262,3.63,3.6338,3.6376,3.6414,3.6452,3.649,3.6528,3.6567,3.6605,3.6644,3.6682,3.6721,3.6759,3.6798,3.6837,3.6875,3.6914,3.6953,3.6992,3.7031,3.707,3.7109,3.7148,3.7187,3.7226,3.7265,3.7305,3.7344,3.7383,3.7423,3.7462,3.7502,3.7542,3.7581,3.7621,3.7661,3.7701,3.774,3.778,3.782,3.786,3.79,3.794,3.7981,3.8021,3.8061,3.8102,3.8142,3.8182,3.8223,3.8263,3.8304,3.8345,3.8385,3.8426,3.8467,3.8508,3.8549,3.8589,3.863,3.8672,3.8713,3.8754,3.8795,3.8836,3.8878,3.8919,3.896,3.9002,3.9043,3.9085,3.9126,3.9168,3.921,3.9252,3.9293,3.9335,3.9377,3.9419,3.9461,3.9503,3.9546,3.9588,3.963,3.9672,3.9715,3.9757,3.9799,3.9842,3.9885,3.9927,3.997,4.0013,4.0055,4.0098,4.0141,4.0184,4.0227,4.027,4.0313,4.0356,4.0399,4.0442,4.0486,4.0529,4.0572,4.0616,4.0659,4.0703,4.0747,4.079,4.0834,4.0878,4.0921,4.0965,4.1009,4.1053,4.1097,4.1141,4.1185,4.123,4.1274,4.1318,4.1362,4.1407,4.1451,4.1496,4.154,4.1585,4.1629,4.1674,4.1719,4.1764,4.1809,4.1853,4.1898,4.1943,4.1988,4.2034,4.2079,4.2124,4.2169,4.2214,4.226,4.2305,4.2351,4.2396,4.2442,4.2487,4.2533,4.2579,4.2625,4.267,4.2716,4.2762,4.2808,4.2854,4.29,4.2947,4.2993,4.3039,4.3085,4.3132,4.3178,4.3225,4.3271,4.3318,4.3364,4.3411,4.3458,4.3504,4.3551,4.3598,4.3645,4.3692,4.3739,4.3786,4.3833,4.3881,4.3928,4.3975,4.4022,4.407,4.4117,4.4165,4.4212,4.426,4.4308,4.4355,4.4403,4.4451,4.4499,4.4547,4.4595,4.4643,4.4691,4.4739,4.4787,4.4836,4.4884,4.4932,4.4981,4.5029,4.5078,4.5126,4.5175,4.5223,4.5272,4.5321,4.537,4.5419,4.5468,4.5517,4.5566,4.5615,4.5664,4.5713,4.5762,4.5812,4.5861,4.591,4.596,4.601,4.6059,4.6109,4.6158,4.6208,4.6258,4.6308,4.6358,3.3294,3.3328,3.3362,3.3397,3.3432,3.3466,3.3501,3.3536,3.3571,3.3605,3.364,3.3675,3.371,3.3745,3.378,3.3816,3.3851,3.3886,3.3921,3.3957,3.3992,3.4028,3.4063,3.4099,3.4135,3.417,3.4206,3.4242,3.4278,3.4314,3.435,3.4386,3.4422,3.4458,3.4494,3.453,3.4567,3.4603,3.4639,3.4676,3.4712,3.4749,3.4786,3.4822,3.4859,3.4896,3.4933,3.497,3.5007,3.5044,3.5081,3.5118,3.5155,3.5192,3.523,3.5267,3.5304,3.5342,3.5379,3.5417,3.5455,3.5492,3.553,3.5568,3.5606,3.5644,3.5682,3.572,3.5758,3.5796,3.5834,3.5872,3.5911,3.5949,3.5988,3.6026,3.6065,3.6103,3.6142,3.6181,3.6219,3.6258,3.6297,3.6336,3.6375,3.6414,3.6453,3.6492,3.6532,3.6571,3.661,3.665,3.6689,3.6729,3.6768,3.6808,3.6847,3.6887,3.6927,3.6967,3.7007,3.7047,3.7087,3.7127,3.7167,3.7207,3.7247,3.7288,3.7328,3.7368,3.7409,3.7449,3.749,3.7531,3.7571,3.7612,3.7653,3.7694,3.7735,3.7776,3.7817,3.7858,3.7899,3.794,3.7982,3.8023,3.8064,3.8106,3.8147,3.8189,3.823,3.8272,3.8314,3.8356,3.8398,3.8439,3.8481,3.8523,3.8566,3.8608,3.865,3.8692,3.8735,3.8777,3.8819,3.8862,3.8904,3.8947,3.899,3.9032,3.9075,3.9118,3.9161,3.9204,3.9247,3.929,3.9333,3.9377,3.942,3.9463,3.9507,3.955,3.9594,3.9637,3.9681,3.9724,3.9768,3.9812,3.9856,3.99,3.9944,3.9988,4.0032,4.0076,4.012,4.0165,4.0209,4.0253,4.0298,4.0342,4.0387,4.0432,4.0476,4.0521,4.0566,4.0611,4.0656,4.0701,4.0746,4.0791,4.0836,4.0881,4.0926,4.0971,4.1017,4.1062,4.1108,4.1153,4.1199,4.1244,4.129,4.1336,4.1381,4.1427,4.1473,4.1519,4.1565,4.1611,4.1657,4.1703,4.1749,4.1796,4.1842,4.1888,4.1935,4.1981,4.2028,4.2074,4.2121,4.2168,4.2214,4.2261,4.2308,4.2355,4.2402,4.2449,4.2496,4.2543,4.259,4.2637,4.2685,4.2732,4.278,4.2827,4.2874,4.2922,4.297,4.3017,4.3065,4.3113,4.3161,4.3209,4.3257,4.3305,4.3353,4.3401,4.3449,4.3497,4.3545,4.3594,4.3642,4.369,4.3739,4.3787,4.3836,4.3885,4.3933,4.3982,4.4031,4.408,4.4128,4.4177,4.4226,4.4275,4.4325,4.4374,4.4423,4.4472,4.4521,4.4571,4.462,4.467,4.4719,4.4769,4.4818,4.4868,4.4918,4.4968,4.5018,4.5067,4.5117,4.5167,4.5218,4.5268,4.5318,4.5368,4.5418,4.5469,4.5519,4.557,4.562,4.5671,4.5721,4.5772,4.5823,4.5874,4.5924,4.5975,4.6026,4.6077,4.6128,4.6179,4.6231,4.6282,4.6333,4.6384,4.6436,4.6487,4.6539,4.659,4.6642,4.6693,4.6745,4.6797,4.6849,4.6901,4.6952,4.7004,4.7056,4.7108,4.7161,4.7213,4.7265,4.7317,4.737,4.7422,4.7474,4.7527,4.7579,4.7632,4.7685,4.7737,4.779,4.7843,4.7896,4.7949,4.8002,4.8054,4.8108,4.8161,4.8214,4.8267,4.832,4.8373,4.8427,4.848,4.8533,4.8587,4.8641,4.8694,4.8748,4.8801,4.8855,4.8909,4.8963,4.9017,4.9071,4.9125,4.9179,4.9233,4.9288,4.9342,4.9396,4.9451,4.9505,4.956,4.9614,4.9669,4.9724,4.9779,4.9833,4.9888,4.9943,4.9998,5.0053,5.0108,5.0163,5.0218,5.0273,5.0328,5.0383,5.0439,5.0494,5.0549,5.0605,5.066,5.0716,5.0771,5.0827,5.0882,5.0938,5.0994,5.1049,5.1105,5.1161,5.1217,5.1273,5.1329,5.1385,5.1441,3.4757,3.4793,3.4829,3.4866,3.4902,3.4938,3.4974,3.5011,3.5047,3.5084,3.512,3.5157,3.5193,3.523,3.5267,3.5303,3.534,3.5377,3.5414,3.5451,3.5488,3.5525,3.5562,3.5599,3.5636,3.5674,3.5711,3.5748,3.5786,3.5823,3.5861,3.5898,3.5936,3.5974,3.6011,3.6049,3.6087,3.6125,3.6163,3.6201,3.6239,3.6277,3.6315,3.6353,3.6392,3.643,3.6468,3.6507,3.6545,3.6584,3.6622,3.6661,3.67,3.6738,3.6777,3.6816,3.6855,3.6894,3.6932,3.6971,3.701,3.705,3.7089,3.7128,3.7167,3.7206,3.7246,3.7285,3.7324,3.7364,3.7403,3.7443,3.7483,3.7522,3.7562,3.7602,3.7642,3.7681,3.7721,3.7761,3.7801,3.7841,3.7882,3.7922,3.7962,3.8002,3.8043,3.8083,3.8123,3.8164,3.8204,3.8245,3.8286,3.8327,3.8367,3.8408,3.8449,3.849,3.8531,3.8572,3.8613,3.8654,3.8695,3.8737,3.8778,3.8819,3.8861,3.8902,3.8943,3.8985,3.9027,3.9068,3.911,3.9152,3.9194,3.9235,3.9277,3.9319,3.9361,3.9403,3.9445,3.9488,3.953,3.9572,3.9615,3.9657,3.9699,3.9742,3.9784,3.9827,3.987,3.9912,3.9955,3.9998,4.0041,4.0084,4.0127,4.017,4.0213,4.0256,4.0299,4.0342,4.0385,4.0429,4.0472,4.0516,4.0559,4.0603,4.0646,4.069,4.0734,4.0777,4.0821,4.0865,4.0909,4.0953,4.0997,4.1041,4.1085,4.1129,4.1173,4.1217,4.1262,4.1306,4.135,4.1395,4.1439,4.1484,4.1528,4.1573,4.1617,4.1662,4.1707,4.1752,4.1797,4.1842,4.1887,4.1932,4.1977,4.2022,4.2067,4.2113,4.2158,4.2203,4.2249,4.2294,4.234,4.2385,4.2431,4.2477,4.2522,4.2568,4.2614,4.266,4.2706,4.2752,4.2798,4.2844,4.289,4.2936,4.2983,4.3029,4.3075,4.3122,4.3168,4.3214,4.3261,4.3308,4.3354,4.3401,4.3448,4.3494,4.3541,4.3588,4.3635,4.3682,4.3729,4.3776,4.3823,4.387,4.3917,4.3965,4.4012,4.4059,4.4107,4.4154,4.4201,4.4249,4.4297,4.4344,4.4392,4.444,4.4488,4.4535,4.4583,4.4631,4.4679,4.4727,4.4776,4.4824,4.4872,4.492,4.4969,4.5017,4.5065,4.5114,4.5162,4.5211,4.526,4.5308,4.5357,4.5406,4.5454,4.5503,4.5552,4.5601,4.565,4.5699,4.5748,4.5797,4.5846,4.5896,4.5945,4.5994,4.6043,4.6093,4.6142,4.6192,4.6241,4.6291,4.6341,4.639,4.644,4.649,4.654,4.6589,4.6639,4.6689,4.6739,4.6789,4.6839,4.6889,4.6939,4.699,4.704,4.709,4.714,4.7191,4.7241,4.7291,4.7342,4.7392,4.7443,4.7493,4.7544,4.7595,4.7645,4.7696,4.7747,4.7798,3.3692,3.3726,3.376,3.3795,3.3829,3.3864,3.3898,3.3933,3.3967,3.4002,3.4037,3.4071,3.4106,3.4141,3.4176,3.4211,3.4246,3.4281,3.4316,3.4351,3.4386,3.4421,3.4457,3.4492,3.4527,3.4563,3.4598,3.4633,3.4669,3.4704,3.474,3.4776,3.4811,3.4847,3.4883,3.4918,3.4954,3.499,3.5026,3.5062,3.5098,3.5134,3.517,3.5206,3.5242,3.5278,3.5315,3.5351,3.5387,3.5423,3.546,3.5496,3.5533,3.5569,3.5606,3.5642,3.5679,3.5715,3.5752,3.5789,3.5826,3.5862,3.5899,3.5936,3.5973,3.601,3.6047,3.6084,3.6121,3.6158,3.6196,3.6233,3.627,3.6307,3.6345,3.6382,3.642,3.6457,3.6495,3.6532,3.657,3.6607,3.6645,3.6683,3.672,3.6758,3.6796,3.6834,3.6872,3.691,3.6948,3.6986,3.7024,3.7062,3.71,3.7138,3.7176,3.7214,3.7253,3.7291,3.7329,3.7368,3.7406,3.7445,3.7483,3.7522,3.756,3.7599,3.7638,3.7676,3.7715,3.7754,3.7793,3.7831,3.787,3.7909,3.7948,3.7987,3.8026,3.8065,3.8104,3.8143,3.8182,3.8222,3.8261,3.83,3.834,3.8379,3.8418,3.8458,3.8497,3.8537,3.8576,3.8616,3.8655,3.8695,3.8735,3.8775,3.8814,3.8854,3.8894,3.8934,3.8974,3.9014,3.9054,3.9094,3.9134,3.9174,3.9214,3.9254,3.9295,3.9335,3.9375,3.9416,3.9456,3.9496,3.9537,3.9577,3.9618,3.9658,3.9699,3.9739,3.978,3.9821,3.9861,3.9902,3.9943,3.9984,4.0025,4.0066,4.0107,4.0148,4.0189,4.023,4.0271,4.0312,4.0353,4.0394,4.0436,4.0477,4.0518,4.0559,4.0601,4.0642,4.0684,4.0725,4.0767,4.0808,4.085,4.0892,4.0933,4.0975,4.1017,4.1059,4.1101,4.1142,4.1184,4.1226,4.1268,4.131,4.1352,4.1394,4.1437,4.1479,4.1521,4.1563,4.1605,4.1648,4.169,4.1732,4.1775,4.1817,4.186,4.1902,4.1945,4.1987,4.203,4.2073,4.2115,4.2158,4.2201,4.2244,4.2287,4.2329,4.2372,4.2415,4.2458,4.2501,4.2544,4.2588,4.2631,4.2674,4.2717,4.276,4.2804,4.2847,4.289,4.2934,4.2977,4.3021,4.3064,4.3108,4.3152,4.3195,4.3239,4.3283,4.3326,4.337,4.3414,4.3458,4.3502,4.3546,4.359,4.3634,4.3678,4.3722,4.3766,4.381,4.3855,4.3899,4.3943,4.3988,4.4032,4.4076,4.4121,4.4165,4.421,4.4254,4.4299,4.4344,4.4388,4.4433,4.4478,4.4522,4.4567,4.4612,4.4657,4.4702,4.4747,4.4792,4.4837,4.4882,4.4927,4.4972,4.5018,4.5063,4.5108,4.5154,4.5199,4.5244,4.529,4.5335,4.5381,4.5426,4.5472,4.5518,4.5563,4.5609,4.5655,4.5701,4.5747,4.5792,4.5838,4.5884,4.593,4.5976,4.6022,4.6069,4.6115,4.6161,4.6207,4.6253,4.63,4.6346,4.6392,4.6439,4.6485,4.6531,4.6578,4.6624,4.6671,4.6718,4.6764,4.6811,4.6858,4.6904,4.6951,4.6998,4.7045,4.7092,4.7139,4.7186,4.7233,4.728,4.7327,4.7374,4.7421,4.7469,4.7516,4.7563,4.7611,4.7658,4.7706,4.7753,4.7801,4.7848,4.7896,4.7943,4.7991,4.8039,4.8087,4.8135,4.8182,4.823,4.8278,4.8326,4.8374,4.8422,4.847,4.8519,4.8567,4.8615,4.8663,4.8712,4.876,4.8808,4.8857,4.8905,4.8954,4.9002,4.9051,4.9099,4.9148,4.9197,4.9246,4.9294,4.9343,4.9392,4.9441,4.949,4.9539,4.9588,4.9637,4.9686,4.9735,4.9785,4.9834,4.9883,4.9933,4.9982,5.0031,5.0081,5.013,5.018,5.023,5.0279,5.0329,5.0379,5.0428,5.0478,3.4483,3.4516,3.4548,3.4581,3.4613,3.4646,3.4679,3.4712,3.4745,3.4778,3.4811,3.4844,3.4877,3.491,3.4943,3.4976,3.5009,3.5042,3.5076,3.5109,3.5142,3.5176,3.5209,3.5243,3.5276,3.531,3.5343,3.5377,3.5411,3.5444,3.5478,3.5512,3.5546,3.5579,3.5613,3.5647,3.5681,3.5715,3.5749,3.5783,3.5818,3.5852,3.5886,3.592,3.5955,3.5989,3.6023,3.6058,3.6092,3.6127,3.6161,3.6196,3.623,3.6265,3.63,3.6334,3.6369,3.6404,3.6439,3.6474,3.6509,3.6544,3.6579,3.6614,3.6649,3.6684,3.6719,3.6754,3.679,3.6825,3.686,3.6896,3.6931,3.6966,3.7002,3.7037,3.7073,3.7109,3.7144,3.718,3.7216,3.7251,3.7287,3.7323,3.7359,3.7395,3.7431,3.7467,3.7503,3.7539,3.7575,3.7611,3.7647,3.7683,3.772,3.7756,3.7792,3.7829,3.7865,3.7901,3.7938,3.7974,3.8011,3.8048,3.8084,3.8121,3.8158,3.8194,3.8231,3.8268,3.8305,3.8342,3.8379,3.8416,3.8453,3.849,3.8527,3.8564,3.8601,3.8638,3.8675,3.8713,3.875,3.8787,3.8825,3.8862,3.89,3.8937,3.8975,3.9012,3.905,3.9087,3.9125,3.9163,3.9201,3.9238,3.9276,3.9314,3.9352,3.939,3.9428,3.9466,3.9504,3.9542,3.958,3.9618,3.9657,3.9695,3.9733,3.9771,3.981,3.9848,3.9887,3.9925,3.9964,4.0002,4.0041,4.0079,4.0118,4.0157,4.0196,4.0234,4.0273,4.0312,4.0351,4.039,4.0429,4.0468,4.0507,4.0546,4.0585,4.0624,4.0663,4.0703,4.0742,4.0781,4.082,4.086,4.0899,4.0939,4.0978,4.1018,4.1057,4.1097,4.1136,4.1176,4.1216,4.1255,4.1295,4.1335,4.1375,4.1414,4.1454,4.1494,4.1534,4.1574,4.1614,4.1654,4.1694,4.1735,4.1775,4.1815,4.1855,4.1896,4.1936,4.1976,4.2017,4.2057,4.2098,4.2138,4.2179,4.2219,4.226,4.2301,4.2341,4.2382,4.2423,4.2464,4.2505,4.2545,4.2586,4.2627,4.2668,4.2709,4.275,4.2791,4.2833,4.2874,4.2915,4.2956,4.2997,4.3039,4.308,4.3121,4.3163,4.3204,4.3246,4.3287,4.3329,4.337,4.3412,4.3454,4.3496,4.3537,4.3579,4.3621,4.3663,4.3705,4.3747,4.3789,4.3831,4.3873,4.3915,4.3957,4.3999,4.4041,4.4083,4.4125,4.4168,4.421,4.4252,4.4295,4.4337,4.438,4.4422,4.4465,4.4507,4.455,4.4592,4.4635,4.4678,4.472,4.4763,4.4806,4.4849,4.4892,4.4935,4.4977,4.502,4.5063,4.5106,4.515,4.5193,4.5236,4.5279,4.5322,4.5365,4.5409,4.5452,4.5495,4.5539,4.5582,4.5626,4.5669,4.5713,4.5756,4.58,4.5844,4.5887,4.5931,4.5975,4.6019,4.6062,4.6106,4.615,4.6194,4.6238,4.6282,4.6326,4.637,4.6414,4.6459,4.6503,4.6547,4.6591,4.6636,4.668,4.6724,4.6769,4.6813,4.6857,4.6902,4.6946,4.6991,4.7035,4.708,4.7125,4.7169,4.7214,4.7259,4.7304,4.7348,4.7393,4.7438,4.7483,4.7528,4.7573,4.7618,4.7663,4.7708,4.7753,4.7798,4.7844,4.7889,4.7934,4.798,4.8025,4.807,4.8116,4.8161,4.8207,4.8252,4.8298,4.8343,4.8389,4.8435,4.848,4.8526,4.8572,4.8618,4.8664,4.8709,4.8755,4.8801,4.8847,4.8893,4.8939,4.8986,4.9032,4.9078,4.9124,4.917,4.9217,4.9263,4.9309,4.9356,4.9402,4.9448,4.9495,4.9541,4.9588,4.9635,4.9681,4.9728,4.9775,4.9821,4.9868,4.9915,4.9962,5.0009,5.0056,5.0103,5.015,5.0197,5.0244,5.0291,5.0338,5.0385,5.0432,5.048,3.4523,3.4554,3.4585,3.4616,3.4647,3.4678,3.4709,3.4741,3.4772,3.4803,3.4834,3.4865,3.4897,3.4928,3.496,3.4991,3.5022,3.5054,3.5085,3.5117,3.5149,3.518,3.5212,3.5244,3.5275,3.5307,3.5339,3.5371,3.5403,3.5435,3.5466,3.5498,3.553,3.5563,3.5595,3.5627,3.5659,3.5691,3.5723,3.5756,3.5788,3.582,3.5853,3.5885,3.5918,3.595,3.5983,3.6015,3.6048,3.608,3.6113,3.6146,3.6179,3.6211,3.6244,3.6277,3.631,3.6343,3.6376,3.6409,3.6442,3.6475,3.6508,3.6541,3.6574,3.6607,3.6641,3.6674,3.6707,3.6741,3.6774,3.6808,3.6841,3.6874,3.6908,3.6942,3.6975,3.7009,3.7043,3.7076,3.711,3.7144,3.7178,3.7212,3.7245,3.7279,3.7313,3.7347,3.7381,3.7416,3.745,3.7484,3.7518,3.7552,3.7587,3.7621,3.7655,3.769,3.7724,3.7759,3.7793,3.7828,3.7862,3.7897,3.7932,3.7966,3.8001,3.8036,3.8071,3.8105,3.814,3.8175,3.821,3.8245,3.828,3.8315,3.835,3.8386,3.8421,3.8456,3.8491,3.8527,3.8562,3.8597,3.8633,3.8668,3.8704,3.8739,3.8775,3.8811,3.8846,3.8882,3.8918,3.8954,3.8989,3.9025,3.9061,3.9097,3.9133,3.9169,3.9205,3.9241,3.9278,3.9314,3.935,3.9386,3.9423,3.9459,3.9495,3.9532,3.9568,3.9605,3.9641,3.9678,3.9714,3.9751,3.9788,3.9824,3.9861,3.9898,3.9935,3.9972,4.0009,4.0046,4.0083,4.012,4.0157,4.0194,4.0231,4.0268,4.0306,4.0343,4.038,4.0418,4.0455,4.0493,4.053,4.0568,4.0605,4.0643,4.0681,4.0718,4.0756,4.0794,4.0832,4.087,4.0908,4.0946,4.0984,4.1022,4.106,4.1098,4.1136,4.1174,4.1213,4.1251,4.1289,4.1328,4.1366,4.1405,4.1443,4.1482,4.152,4.1559,4.1598,4.1636,4.1675,4.1714,4.1753,4.1792,4.183,4.1869,4.1908,4.1947,4.1987,4.2026,4.2065,4.2104,4.2143,4.2183,4.2222,4.2261,4.2301,4.234,4.238,4.2419,4.2459,4.2499,4.2538,4.2578,4.2618,4.2658,4.2697,4.2737,4.2777,4.2817,4.2857,4.2897,4.2937,4.2978,4.3018,4.3058,4.3098,4.3139,4.3179,4.3219,4.326,4.33,4.3341,4.3382,4.3422,4.3463,4.3503,4.3544,4.3585,4.3626,4.3667,4.3707,4.3748,4.3789,4.383,4.3871,4.3913,4.3954,4.3995,4.4036,4.4077,4.4119,4.416,4.4201,4.4243,4.4284,4.4326,4.4367,4.4409,4.4451,4.4492,4.4534,4.4576,4.4617,4.4659,4.4701,4.4743,4.4785,4.4827,4.4869,4.4911,4.4954,4.4996,4.5038,4.508,4.5123,4.5165,4.5207,4.525,4.5292,4.5335,4.5377,4.542,4.5463,3.2984,3.3013,3.3043,3.3073,3.3103,3.3133,3.3163,3.3193,3.3224,3.3254,3.3284,3.3314,3.3345,3.3375,3.3405,3.3436,3.3466,3.3497,3.3528,3.3558,3.3589,3.362,3.365,3.3681,3.3712,3.3743,3.3774,3.3805,3.3836,3.3867,3.3898,3.3929,3.396,3.3992,3.4023,3.4054,3.4086,3.4117,3.4148,3.418,3.4212,3.4243,3.4275,3.4306,3.4338,3.437,3.4402,3.4434,3.4466,3.4497,3.4529,3.4562,3.4594,3.4626,3.4658,3.469,3.4722,3.4755,3.4787,3.4819,3.4852,3.4884,3.4917,3.4949,3.4982,3.5015,3.5047,3.508,3.5113,3.5146,3.5178,3.5211,3.5244,3.5277,3.531,3.5343,3.5377,3.541,3.5443,3.5476,3.5509,3.5543,3.5576,3.561,3.5643,3.5677,3.571,3.5744,3.5778,3.5811,3.5845,3.5879,3.5913,3.5947,3.598,3.6014,3.6048,3.6082,3.6117,3.6151,3.6185,3.6219,3.6253,3.6288,3.6322,3.6356,3.6391,3.6425,3.646,3.6494,3.6529,3.6564,3.6598,3.6633,3.6668,3.6703,3.6738,3.6772,3.6807,3.6842,3.6877,3.6913,3.6948,3.6983,3.7018,3.7053,3.7089,3.7124,3.7159,3.7195,3.723,3.7266,3.7301,3.7337,3.7373,3.7408,3.7444,3.748,3.7516,3.7552,3.7588,3.7623,3.7659,3.7696,3.7732,3.7768,3.7804,3.784,3.7876,3.7913,3.7949,3.7985,3.8022,3.8058,3.8095,3.8131,3.8168,3.8205,3.8241,3.8278,3.8315,3.8352,3.8389,3.8426,3.8463,3.85,3.8537,3.8574,3.8611,3.8648,3.8685,3.8723,3.876,3.8797,3.8835,3.8872,3.891,3.8947,3.8985,3.9022,3.906,3.9098,3.9136,3.9173,3.9211,3.9249,3.9287,3.9325,3.9363,3.9401,3.9439,3.9477,3.9515,3.9554,3.9592,3.963,3.9669,3.9707,3.9745,3.9784,3.9822,3.9861,3.99,3.9938,3.9977,4.0016,4.0055,4.0094,4.0132,4.0171,4.021,4.0249,4.0288,4.0328,4.0367,4.0406,4.0445,4.0484,4.0524,4.0563,4.0603,4.0642,4.0682,4.0721,4.0761,4.08,4.084,4.088,4.092,4.0959,4.0999,4.1039,4.1079,4.1119,4.1159,4.1199,4.1239,4.1279,4.132,4.136,4.14,4.1441,4.1481,4.1521,4.1562,4.1602,4.1643,4.1684,4.1724,4.1765,4.1806,4.1846,4.1887,4.1928,4.1969,4.201,4.2051,4.2092,4.2133,4.2174,4.2215,4.2257,4.2298,4.2339,4.2381,4.2422,4.2463,4.2505,4.2546,4.2588,4.2629,4.2671,4.2713,4.2754,4.2796,4.2838,4.288,4.2922,4.2964,4.3006,4.3048,4.309,4.3132,4.3174,4.3216,4.3258,4.33,4.3343,4.3385,4.3427,4.347,4.3512,4.3555,4.3597,4.364,4.3682,4.3725,4.3768,4.381,4.3853,4.3896,4.3939,4.3982,4.4025,4.4068,4.4111,4.4154,4.4197,4.424,4.4283,4.4327,4.437,4.4413,4.4456,4.45,4.4543,4.4587,4.463,4.4674,4.4717,4.4761,4.4804,4.4848,4.4892,4.4936,4.4979,4.5023,4.5067,4.5111,4.5155,4.5199,4.5243,4.5287,4.5331,4.5375,4.542,4.5464,4.5508,4.5552,4.5597,4.5641,4.5686,4.573,4.5775,4.5819,4.5864,4.5908,4.5953,4.5998,4.6042,4.6087,4.6132,4.6177,4.6222,4.6267,4.6312,4.6357,4.6402,4.6447,4.6492,4.6537,4.6582,4.6627,4.6673,4.6718,4.6763,4.6809,4.6854,4.6899,4.6945,4.6991,4.7036,4.7082,4.7127,4.7173,4.7219,4.7264,4.731,4.7356,4.7402,4.7448,4.7494,4.754,4.7586,4.7632,4.7678,4.7724,4.777,4.7816,4.7863,4.7909,4.7955,4.8001,4.8048,4.8094,4.814,4.8187,4.8233,4.828,4.8326,3.3902,3.3933,3.3964,3.3995,3.4027,3.4058,3.409,3.4121,3.4153,3.4184,3.4216,3.4247,3.4279,3.4311,3.4342,3.4374,3.4406,3.4438,3.447,3.4502,3.4534,3.4565,3.4597,3.463,3.4662,3.4694,3.4726,3.4758,3.479,3.4822,3.4855,3.4887,3.4919,3.4952,3.4984,3.5017,3.5049,3.5082,3.5114,3.5147,3.518,3.5212,3.5245,3.5278,3.5311,3.5343,3.5376,3.5409,3.5442,3.5475,3.5508,3.5541,3.5574,3.5607,3.564,3.5673,3.5707,3.574,3.5773,3.5806,3.584,3.5873,3.5907,3.594,3.5974,3.6007,3.6041,3.6074,3.6108,3.6141,3.6175,3.6209,3.6243,3.6276,3.631,3.6344,3.6378,3.6412,3.6446,3.648,3.6514,3.6548,3.6582,3.6616,3.665,3.6684,3.6718,3.6753,3.6787,3.6821,3.6856,3.689,3.6924,3.6959,3.6993,3.7028,3.7062,3.7097,3.7131,3.7166,3.7201,3.7236,3.727,3.7305,3.734,3.7375,3.741,3.7444,3.7479,3.7514,3.7549,3.7584,3.7619,3.7655,3.769,3.7725,3.776,3.7795,3.7831,3.7866,3.7901,3.7937,3.7972,3.8008,3.8043,3.8079,3.8114,3.815,3.8185,3.8221,3.8257,3.8292,3.8328,3.8364,3.84,3.8436,3.8471,3.8507,3.8543,3.8579,3.8615,3.8651,3.8687,3.8724,3.876,3.8796,3.8832,3.8868,3.8905,3.8941,3.8977,3.9014,3.905,3.9087,3.9123,3.916,3.9196,3.9233,3.9269,3.9306,3.9343,3.938,3.9416,3.9453,3.949,3.9527,3.9564,3.9601,3.9638,3.9675,3.9712,3.9749,3.9786,3.9823,3.986,3.9897,3.9934,3.9972,4.0009,4.0046,4.0084,4.0121,4.0158,4.0196,4.0233,4.0271,4.0308,4.0346,4.0384,4.0421,4.0459,4.0497,4.0534,4.0572,4.061,4.0648,4.0686,4.0724,4.0762,4.08,4.0838,4.0876,4.0914,4.0952,4.099,4.1028,4.1066,4.1105,4.1143,4.1181,4.122,4.1258,4.1296,4.1335,4.1373,4.1412,4.145,4.1489,4.1528,4.1566,4.1605,4.1644,4.1683,4.1721,4.176,4.1799,4.1838,4.1877,4.1916,4.1955,4.1994,4.2033,4.2072,4.2111,4.215,4.219,4.2229,4.2268,4.2307,4.2347,4.2386,4.2425,4.2465,4.2504,4.2544,4.2583,4.2623,4.2663,4.2702,4.2742,4.2782,4.2821,4.2861,4.2901,4.2941,4.2981,4.3021,4.3061,4.3101,4.3141,4.3181,4.3221,4.3261,4.3301,4.3342,4.3382,4.3422,4.3463,4.3503,4.3544,4.3584,4.3625,4.3665,4.3706,4.3746,4.3787,4.3828,4.3869,4.391,4.395,4.3991,4.4032,4.4073,4.4114,4.4155,4.4197,4.4238,4.4279,4.432,4.4361,4.4403,4.4444,4.4486,4.4527,4.4568,4.461,4.4652,4.4693,4.4735,4.4776,4.4818,4.486,4.4902,4.4944,4.4985,4.5027,4.5069,4.5111,4.5153,4.5195,4.5238,4.528,4.5322,4.5364,4.5406,4.5449,4.5491,4.5534,4.5576,4.5618,4.5661,4.5704,4.5746,4.5789,4.5832,4.5874,4.5917,4.596,4.6003,4.6046,4.6089,4.6131,4.6174,4.6218,4.6261,4.6304,4.6347,4.639,4.6433,4.6477,4.652,4.6563,4.6607,4.665,4.6694,4.6737,4.6781,4.6825,4.6868,4.6912,4.6956,4.6999,4.7043,4.7087,4.7131,4.7175,4.7219,4.7263,4.7307,4.7351,4.7395,4.744,4.7484,4.7528,4.7572,4.7617,4.7661,4.7705,4.775,4.7794,4.7839,4.7884,4.7928,4.7973,4.8018,4.8062,4.8107,4.8152,4.8197,4.8242,4.8287,4.8332,4.8377,4.8422,4.8467,4.8512,4.8558,4.8603,4.8648,4.8693,4.8739,4.8784,4.883,4.8875,4.8921,4.8966,4.9012,4.9058,4.9103,4.9149,3.4172,3.4203,3.4233,3.4264,3.4294,3.4325,3.4356,3.4386,3.4417,3.4448,3.4479,3.451,3.4541,3.4572,3.4603,3.4634,3.4665,3.4696,3.4727,3.4758,3.479,3.4821,3.4852,3.4884,3.4915,3.4947,3.4978,3.501,3.5041,3.5073,3.5104,3.5136,3.5168,3.52,3.5231,3.5263,3.5295,3.5327,3.5359,3.5391,3.5423,3.5455,3.5487,3.5519,3.5552,3.5584,3.5616,3.5649,3.5681,3.5713,3.5746,3.5778,3.5811,3.5843,3.5876,3.5908,3.5941,3.5974,3.6007,3.6039,3.6072,3.6105,3.6138,3.6171,3.6204,3.6237,3.627,3.6303,3.6336,3.6369,3.6403,3.6436,3.6469,3.6502,3.6536,3.6569,3.6603,3.6636,3.667,3.6703,3.6737,3.6771,3.6804,3.6838,3.6872,3.6906,3.6939,3.6973,3.7007,3.7041,3.7075,3.7109,3.7143,3.7178,3.7212,3.7246,3.728,3.7314,3.7349,3.7383,3.7418,3.7452,3.7486,3.7521,3.7556,3.759,3.7625,3.766,3.7694,3.7729,3.7764,3.7799,3.7834,3.7868,3.7903,3.7938,3.7973,3.8009,3.8044,3.8079,3.8114,3.8149,3.8185,3.822,3.8255,3.8291,3.8326,3.8362,3.8397,3.8433,3.8468,3.8504,3.854,3.8575,3.8611,3.8647,3.8683,3.8719,3.8754,3.879,3.8826,3.8862,3.8899,3.8935,3.8971,3.9007,3.9043,3.9079,3.9116,3.9152,3.9189,3.9225,3.9261,3.9298,3.9335,3.9371,3.9408,3.9444,3.9481,3.9518,3.9555,3.9592,3.9628,3.9665,3.9702,3.9739,3.9776,3.9813,3.9851,3.9888,3.9925,3.9962,3.9999,4.0037,4.0074,4.0112,4.0149,4.0187,4.0224,4.0262,4.0299,4.0337,4.0375,4.0412,4.045,4.0488,4.0526,4.0564,4.0601,4.0639,4.0677,4.0716,4.0754,4.0792,4.083,4.0868,4.0906,4.0945,4.0983,4.1021,4.106,4.1098,4.1137,4.1175,4.1214,4.1252,4.1291,4.133,4.1369,4.1407,4.1446,4.1485,4.1524,4.1563,4.1602,4.1641,4.168,4.1719,4.1758,4.1797,4.1837,4.1876,4.1915,4.1954,4.1994,4.2033,4.2073,4.2112,4.2152,4.2191,4.2231,4.2271,4.231,4.235,4.239,4.243,4.247,4.251,4.255,4.259,4.263,4.267,4.271,4.275,4.279,4.283,4.2871,4.2911,4.2951,4.2992,4.3032,4.3073,4.3113,4.3154,4.3194,4.3235,4.3276,4.3317,4.3357,4.3398,4.3439,4.348,4.3521,4.3562,4.3603,4.3644,4.3685,4.3726,4.3767,4.3809,4.385,4.3891,4.3933,4.3974,4.4015,4.4057,4.4098,4.414,4.4182,4.4223,4.4265,4.4307,4.4348,4.439,4.4432,4.4474,4.4516,4.4558,4.46,4.4642,4.4684,4.4726,4.4768,4.4811,4.4853,4.4895,4.4937,4.498,4.5022,4.5065,3.2859,3.2889,3.2918,3.2948,3.2978,3.3008,3.3038,3.3069,3.3099,3.3129,3.3159,3.3189,3.322,3.325,3.3281,3.3311,3.3341,3.3372,3.3403,3.3433,3.3464,3.3494,3.3525,3.3556,3.3587,3.3618,3.3648,3.3679,3.371,3.3741,3.3772,3.3803,3.3835,3.3866,3.3897,3.3928,3.396,3.3991,3.4022 -1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -0,30,30,30.001,30.003,30.006,30.009,30.013,30.018,30.024,30.03,30.037,30.045,30.054,30.063,30.073,30.084,30.096,30.108,30.121,30.135,30.15,30.165,30.181,30.198,30.215,30.233,30.252,30.272,30.293,30.314,30.336,30.358,30.382,30.406,30.43,30.456,30.482,30.509,30.537,30.565,30.594,30.624,30.654,30.686,30.717,30.75,30.783,30.817,30.852,30.887,30.923,30.96,30.997,31.036,31.074,31.114,31.154,31.195,31.236,31.278,31.321,31.364,31.409,31.453,31.499,31.545,31.591,31.639,31.687,31.735,31.785,31.834,31.885,31.936,31.988,32.04,32.093,32.147,32.201,32.256,32.311,32.367,32.424,32.481,32.539,32.597,32.656,32.716,32.776,32.837,32.898,32.96,33.022,33.085,33.149,33.213,33.278,33.343,33.409,33.475,33.542,33.609,33.677,33.745,33.814,33.884,33.954,34.024,34.095,34.167,34.239,5.1376,5.1501,5.1661,5.1853,5.2077,5.2334,5.2622,5.2942,5.3292,5.3673,5.4082,5.4521,5.4987,5.5481,5.6002,5.6548,5.712,5.7716,5.8335,5.8978,5.9642,6.0328,6.1035,6.1762,6.2508,6.3273,6.4056,6.4856,6.5672,6.6505,6.7354,6.8217,6.9094,6.9986,7.089,7.1807,7.2737,7.3679,7.4631,7.5595,7.657,7.7554,7.8548,7.9552,8.0565,8.1586,8.2616,8.3654,8.47,8.5753,8.6814,8.7881,8.8955,9.0036,9.1123,9.2216,9.3314,9.4419,9.5528,9.6643,9.7763,9.8888,10.002,10.115,10.229,10.343,10.458,10.573,10.689,10.805,10.921,11.037,11.154,11.272,11.389,11.507,11.625,11.744,11.862,11.981,12.101,12.22,12.34,12.46,12.58,12.701,12.822,12.943,13.064,13.185,13.307,13.429,13.551,13.673,13.795,13.918,14.04,14.163,14.286,14.409,4.8928,4.9346,4.9768,5.0194,5.0624,5.1058,5.1497,5.1939,5.2384,5.2834,5.3286,5.3743,5.4202,5.4665,5.5131,5.56,5.6073,5.6548,5.7026,5.7507,5.799,5.8477,5.8965,5.9457,5.9951,6.0447,6.0946,6.1447,6.195,6.2456,6.2963,6.3473,6.3985,6.4498,6.5014,6.5532,6.6051,6.6573,6.7096,6.7621,6.8147,6.8675,6.9205,6.9737,7.027,7.0804,7.134,7.1878,7.2416,7.2957,7.3498,7.4041,7.4586,7.5131,7.5678,7.6226,7.6775,7.7326,7.7877,7.843,7.8984,7.9539,8.0094,8.0651,8.1209,8.1768,8.2328,8.2889,8.3451,8.4014,8.4578,8.5143,8.5708,8.6274,8.6842,8.741,8.7979,8.8548,8.9119,8.969,9.0262,9.0835,9.1408,9.1982,9.2557,9.3133,9.3709,9.4286,9.4863,9.5442,9.6021,9.66,9.718,9.7761,9.8342,9.8924,9.9507,10.009,10.067,10.126,4.6285,4.6551,4.6819,4.7088,4.7357,4.7628,4.79,4.8173,4.8447,4.8721,4.8997,4.9274,4.9552,4.983,5.011,5.039,5.0672,5.0954,5.1237,5.1521,5.1806,5.2092,5.2378,5.2665,5.2953,5.3242,5.3532,5.3822,5.4113,5.4405,5.4698,5.4991,5.5285,5.558,5.5875,5.6171,5.6468,5.6766,5.7064,5.7362,5.7662,5.7962,5.8262,5.8564,5.8865,5.9168,5.9471,5.9774,6.0079,6.0383,6.0688,6.0994,6.1301,6.1608,6.1915,6.2223,6.2531,6.284,6.315,6.346,6.377,6.4081,6.4393,6.4705,6.5017,6.533,6.5644,6.5957,6.6272,6.6586,6.6901,6.7217,6.7533,6.785,6.8166,6.8484,6.8801,6.912,6.9438,6.9757,7.0076,7.0396,7.0716,7.1037,7.1358,7.1679,7.2001,7.2323,7.2645,7.2968,7.3291,7.3614,7.3938,7.4263,7.4587,7.4912,7.5237,7.5563,7.5889,7.6215,4.2991,4.3175,4.3359,4.3544,4.3729,4.3915,4.4101,4.4288,4.4476,4.4664,4.4852,4.5041,4.523,4.542,4.561,4.5801,4.5992,4.6184,4.6376,4.6569,4.6762,4.6955,4.7149,4.7344,4.7539,4.7734,4.793,4.8126,4.8323,4.852,4.8717,4.8915,4.9113,4.9312,4.9511,4.9711,4.991,5.0111,5.0311,5.0513,5.0714,5.0916,5.1118,5.1321,5.1524,5.1727,5.1931,5.2136,5.234,5.2545,5.275,5.2956,5.3162,5.3369,5.3575,5.3782,5.399,5.4198,5.4406,5.4615,5.4824,5.5033,5.5242,5.5452,5.5663,5.5873,5.6084,5.6296,5.6507,5.6719,5.6932,5.7144,5.7357,5.7571,5.7784,5.7998,5.8213,5.8427,5.8642,5.8858,5.9073,5.9289,5.9505,5.9722,5.9939,6.0156,6.0374,6.0591,6.081,6.1028,6.1247,6.1466,6.1685,6.1905,6.2125,6.2345,6.2566,6.2787,6.3008,6.3229,4.0199,4.034,4.0481,4.0623,4.0765,4.0907,4.105,4.1193,4.1337,4.1481,4.1625,4.1769,4.1915,4.206,4.2206,4.2352,4.2499,4.2646,4.2793,4.2941,4.3089,4.3237,4.3386,4.3535,4.3685,4.3835,4.3985,4.4136,4.4287,4.4438,4.459,4.4742,4.4895,4.5047,4.5201,4.5354,4.5508,4.5663,4.5817,4.5972,4.6128,4.6283,4.644,4.6596,4.6753,4.691,4.7067,4.7225,4.7384,4.7542,4.7701,4.786,4.802,4.818,4.834,4.8501,4.8662,4.8823,4.8985,4.9147,4.931,4.9472,4.9635,4.9799,4.9963,5.0127,5.0291,5.0456,5.0621,5.0787,5.0953,5.1119,5.1285,5.1452,5.162,5.1787,5.1955,5.2123,5.2292,5.2461,5.263,5.28,5.2969,5.314,5.331,5.3481,5.3653,5.3824,5.3996,5.4168,5.4341,5.4514,5.4687,5.4861,5.5035,5.5209,5.5384,5.5559,5.5734,5.591,3.8106,3.8226,3.8346,3.8466,3.8587,3.8708,3.883,3.8952,3.9075,3.9198,3.9321,3.9444,3.9568,3.9693,3.9818,3.9943,4.0068,4.0194,4.0321,4.0448,4.0575,4.0702,4.083,4.0958,4.1087,4.1216,4.1346,4.1476,4.1606,4.1737,4.1868,4.1999,4.2131,4.2263,4.2396,4.2529,4.2662,4.2796,4.293,4.3065,4.32,4.3335,4.3471,4.3607,4.3743,4.388,4.4017,4.4155,4.4293,4.4431,4.457,4.4709,4.4849,4.4989,4.5129,4.527,4.5411,4.5552,4.5694,4.5837,4.5979,4.6122,4.6266,4.6409,4.6554,4.6698,4.6843,4.6989,4.7134,4.728,4.7427,4.7574,4.7721,4.7869,4.8017,4.8165,4.8314,4.8463,4.8613,4.8763,4.8913,4.9064,4.9215,4.9366,4.9518,4.967,4.9823,4.9976,5.0129,5.0283,5.0437,5.0592,5.0747,5.0902,5.1058,5.1214,5.137,5.1527,5.1684,5.1842,3.6716,3.6827,3.6939,3.7051,3.7164,3.7277,3.7391,3.7505,3.7619,3.7734,3.7849,3.7965,3.8081,3.8197,3.8314,3.8432,3.8549,3.8668,3.8786,3.8905,3.9025,3.9145,3.9265,3.9386,3.9507,3.9628,3.975,3.9873,3.9996,4.0119,4.0243,4.0367,4.0491,4.0616,4.0742,4.0868,4.0994,4.112,4.1248,4.1375,4.1503,4.1631,4.176,4.1889,4.2019,4.2149,4.2279,4.241,4.2541,4.2673,4.2805,4.2938,4.3071,4.3204,4.3338,4.3472,4.3607,4.3742,4.3877,4.4013,4.4149,4.4286,4.4423,4.4561,4.4699,4.4837,4.4976,4.5115,4.5255,4.5395,4.5535,4.5676,4.5817,4.5959,4.6101,4.6244,4.6387,4.653,4.6674,4.6818,4.6963,4.7108,4.7253,4.7399,4.7545,4.7692,4.7839,4.7987,4.8135,4.8283,4.8432,4.8581,4.873,4.888,4.9031,4.9182,4.9333,4.9485,4.9637,4.9789,3.5902,3.6012,3.6121,3.6231,3.6342,3.6453,3.6565,3.6676,3.6789,3.6901,3.7015,3.7128,3.7242,3.7357,3.7472,3.7587,3.7703,3.7819,3.7936,3.8053,3.8171,3.8289,3.8407,3.8526,3.8645,3.8765,3.8885,3.9006,3.9127,3.9248,3.937,3.9492,3.9615,3.9738,3.9862,3.9986,4.011,4.0235,4.036,4.0486,4.0612,4.0739,4.0866,4.0993,4.1121,4.1249,4.1378,4.1507,4.1636,4.1766,4.1897,4.2028,4.2159,4.229,4.2423,4.2555,4.2688,4.2821,4.2955,4.3089,4.3224,4.3359,4.3494,4.363,4.3766,4.3903,4.404,4.4178,4.4316,4.4454,4.4593,4.4732,4.4872,4.5012,4.5152,4.5293,4.5434,4.5576,4.5718,4.586,4.6003,4.6147,4.629,4.6435,4.6579,4.6724,4.687,4.7015,4.7162,4.7308,4.7455,4.7603,4.7751,4.7899,4.8048,4.8197,4.8346,4.8496,4.8646,4.8797,3.5425,3.5534,3.5642,3.5751,3.5861,3.5971,3.6081,3.6191,3.6303,3.6414,3.6526,3.6638,3.6751,3.6864,3.6978,3.7092,3.7206,3.7321,3.7436,3.7552,3.7668,3.7785,3.7902,3.8019,3.8137,3.8255,3.8373,3.8492,3.8612,3.8731,3.8851,3.8972,3.9093,3.9214,3.9336,3.9458,3.9581,3.9704,3.9827,3.9951,4.0075,4.02,4.0325,4.045,4.0576,4.0702,4.0829,4.0956,4.1083,4.1211,4.1339,4.1468,4.1597,4.1726,4.1856,4.1986,4.2117,4.2248,4.2379,4.2511,4.2643,4.2775,4.2908,4.3042,4.3175,4.331,4.3444,4.3579,4.3714,4.385,4.3986,4.4122,4.4259,4.4396,4.4534,4.4672,4.481,4.4949,4.5088,4.5228,4.5368,4.5508,4.5649,4.579,4.5931,4.6073,4.6215,4.6358,4.6501,4.6644,4.6788,4.6932,4.7077,4.7222,4.7367,4.7513,4.7659,4.7805,4.7952,4.8099,3.5045,3.515,3.5256,3.5362,3.5469,3.5576,3.5684,3.5792,3.59,3.6008,3.6117,3.6227,3.6336,3.6446,3.6557,3.6668,3.6779,3.6891,3.7002,3.7115,3.7227,3.7341,3.7454,3.7568,3.7682,3.7797,3.7911,3.8027,3.8142,3.8258,3.8375,3.8492,3.8609,3.8726,3.8844,3.8962,3.9081,3.92,3.9319,3.9439,3.9559,3.9679,3.98,3.9921,4.0043,4.0164,4.0287,4.0409,4.0532,4.0655,4.0779,4.0903,4.1027,4.1152,4.1277,4.1403,4.1528,4.1655,4.1781,4.1908,4.2035,4.2163,4.2291,4.2419,4.2548,4.2677,4.2806,4.2936,4.3066,4.3196,4.3327,4.3458,4.3589,4.3721,4.3853,4.3986,4.4118,4.4252,4.4385,4.4519,4.4653,4.4788,4.4923,4.5058,4.5193,4.5329,4.5466,4.5602,4.5739,4.5877,4.6014,4.6152,4.6291,4.6429,4.6568,4.6708,4.6847,4.6988,4.7128,4.7269,3.4625,3.4727,3.4828,3.493,3.5032,3.5135,3.5238,3.5341,3.5444,3.5548,3.5653,3.5757,3.5862,3.5967,3.6073,3.6179,3.6285,3.6391,3.6498,3.6605,3.6713,3.6821,3.6929,3.7037,3.7146,3.7255,3.7365,3.7475,3.7585,3.7695,3.7806,3.7917,3.8029,3.814,3.8252,3.8365,3.8478,3.8591,3.8704,3.8818,3.8932,3.9046,3.9161,3.9276,3.9391,3.9506,3.9622,3.9739,3.9855,3.9972,4.0089,4.0207,4.0324,4.0443,4.0561,4.068,4.0799,4.0918,4.1038,4.1158,4.1278,4.1399,4.152,4.1641,4.1763,4.1884,4.2007,4.2129,4.2252,4.2375,4.2498,4.2622,4.2746,4.2871,4.2995,4.312,4.3246,4.3371,4.3497,4.3623,4.375,4.3876,4.4004,4.4131,4.4259,4.4387,4.4515,4.4644,4.4773,4.4902,4.5031,4.5161,4.5292,4.5422,4.5553,4.5684,4.5815,4.5947,4.6079,4.6211,3.4139,3.4235,3.4331,3.4427,3.4524,3.4621,3.4718,3.4816,3.4914,3.5012,3.5111,3.5209,3.5308,3.5408,3.5507,3.5607,3.5708,3.5808,3.5909,3.601,3.6111,3.6213,3.6315,3.6417,3.652,3.6623,3.6726,3.6829,3.6933,3.7037,3.7141,3.7246,3.735,3.7455,3.7561,3.7667,3.7773,3.7879,3.7985,3.8092,3.8199,3.8306,3.8414,3.8522,3.863,3.8739,3.8848,3.8957,3.9066,3.9175,3.9285,3.9396,3.9506,3.9617,3.9728,3.9839,3.995,4.0062,4.0174,4.0287,4.0399,4.0512,4.0626,4.0739,4.0853,4.0967,4.1081,4.1196,4.1311,4.1426,4.1541,4.1657,4.1773,4.1889,4.2006,4.2122,4.2239,4.2357,4.2474,4.2592,4.271,4.2829,4.2947,4.3066,4.3185,4.3305,4.3425,4.3545,4.3665,4.3786,4.3906,4.4028,4.4149,4.4271,4.4392,4.4515,4.4637,4.476,4.4883,4.5006,3.3609,3.37,3.379,3.3881,3.3972,3.4064,3.4155,3.4247,3.4339,3.4432,3.4524,3.4617,3.471,3.4804,3.4898,3.4992,3.5086,3.518,3.5275,3.537,3.5465,3.5561,3.5656,3.5752,3.5849,3.5945,3.6042,3.6139,3.6236,3.6334,3.6432,3.653,3.6628,3.6726,3.6825,3.6924,3.7024,3.7123,3.7223,3.7323,3.7423,3.7524,3.7625,3.7726,3.7827,3.7928,3.803,3.8132,3.8235,3.8337,3.844,3.8543,3.8646,3.875,3.8854,3.8958,3.9062,3.9167,3.9271,3.9376,3.9482,3.9587,3.9693,3.9799,3.9905,4.0012,4.0118,4.0225,4.0333,4.044,4.0548,4.0656,4.0764,4.0873,4.0981,4.109,4.12,4.1309,4.1419,4.1529,4.1639,4.1749,4.186,4.1971,4.2082,4.2193,4.2305,4.2417,4.2529,4.2641,4.2754,4.2867,4.298,4.3093,4.3207,4.3321,4.3435,4.3549,4.3664,4.3778,3.3077,3.3162,3.3247,3.3333,3.3419,3.3505,3.3592,3.3678,3.3765,3.3852,3.3939,3.4027,3.4115,3.4203,3.4291,3.4379,3.4468,3.4557,3.4646,3.4736,3.4825,3.4915,3.5005,3.5095,3.5186,3.5277,3.5368,3.5459,3.555,3.5642,3.5734,3.5826,3.5919,3.6011,3.6104,3.6197,3.629,3.6384,3.6478,3.6572,3.6666,3.676,3.6855,3.695,3.7045,3.714,3.7236,3.7332,3.7428,3.7524,3.762,3.7717,3.7814,3.7911,3.8009,3.8106,3.8204,3.8302,3.84,3.8499,3.8598,3.8696,3.8796,3.8895,3.8995,3.9095,3.9195,3.9295,3.9395,3.9496,3.9597,3.9698,3.98,3.9902,4.0003,4.0105,4.0208,4.031,4.0413,4.0516,4.0619,4.0723,4.0826,4.093,4.1034,4.1139,4.1243,4.1348,4.1453,4.1558,4.1664,4.1769,4.1875,4.1981,4.2088,4.2194,4.2301,4.2408,4.2515,4.2622,3.2574,3.2655,3.2736,3.2817,3.2898,3.298,3.3062,3.3144,3.3226,3.3309,3.3391,3.3474,3.3557,3.3641,3.3724,3.3808,3.3892,3.3976,3.4061,3.4145,3.423,3.4315,3.4401,3.4486,3.4572,3.4658,3.4744,3.483,3.4917,3.5003,3.509,3.5178,3.5265,3.5353,3.544,3.5528,3.5617,3.5705,3.5794,3.5883,3.5972,3.6061,3.615,3.624,3.633,3.642,3.651,3.6601,3.6692,3.6783,3.6874,3.6965,3.7057,3.7149,3.7241,3.7333,3.7425,3.7518,3.7611,3.7704,3.7797,3.7891,3.7984,3.8078,3.8172,3.8267,3.8361,3.8456,3.8551,3.8646,3.8741,3.8837,3.8933,3.9029,3.9125,3.9221,3.9318,3.9415,3.9512,3.9609,3.9706,3.9804,3.9902,4,4.0098,4.0197,4.0295,4.0394,4.0493,4.0592,4.0692,4.0792,4.0892,4.0992,4.1092,4.1193,4.1293,4.1394,4.1495,4.1597,3.2123,3.22,3.2278,3.2355,3.2433,3.2511,3.2589,3.2667,3.2746,3.2825,3.2904,3.2983,3.3062,3.3142,3.3222,3.3302,3.3382,3.3462,3.3543,3.3624,3.3704,3.3786,3.3867,3.3949,3.403,3.4112,3.4195,3.4277,3.4359,3.4442,3.4525,3.4608,3.4692,3.4775,3.4859,3.4943,3.5027,3.5112,3.5196,3.5281,3.5366,3.5451,3.5536,3.5622,3.5708,3.5794,3.588,3.5966,3.6053,3.614,3.6227,3.6314,3.6401,3.6489,3.6576,3.6664,3.6753,3.6841,3.6929,3.7018,3.7107,3.7196,3.7286,3.7375,3.7465,3.7555,3.7645,3.7735,3.7826,3.7917,3.8008,3.8099,3.819,3.8281,3.8373,3.8465,3.8557,3.865,3.8742,3.8835,3.8928,3.9021,3.9114,3.9208,3.9301,3.9395,3.9489,3.9584,3.9678,3.9773,3.9868,3.9963,4.0058,4.0154,4.0249,4.0345,4.0441,4.0538,4.0634,4.0731,3.1739,3.1813,3.1887,3.1962,3.2037,3.2112,3.2188,3.2263,3.2339,3.2415,3.2491,3.2567,3.2644,3.2721,3.2797,3.2875,3.2952,3.3029,3.3107,3.3185,3.3263,3.3341,3.342,3.3498,3.3577,3.3656,3.3735,3.3815,3.3894,3.3974,3.4054,3.4134,3.4214,3.4295,3.4376,3.4457,3.4538,3.4619,3.4701,3.4782,3.4864,3.4946,3.5029,3.5111,3.5194,3.5277,3.536,3.5443,3.5526,3.561,3.5694,3.5778,3.5862,3.5946,3.6031,3.6116,3.6201,3.6286,3.6371,3.6457,3.6543,3.6629,3.6715,3.6801,3.6888,3.6974,3.7061,3.7148,3.7236,3.7323,3.7411,3.7499,3.7587,3.7675,3.7763,3.7852,3.7941,3.803,3.8119,3.8208,3.8298,3.8388,3.8478,3.8568,3.8658,3.8749,3.884,3.8931,3.9022,3.9113,3.9205,3.9296,3.9388,3.948,3.9573,3.9665,3.9758,3.9851,3.9944,4.0037,3.1428,3.15,3.1573,3.1645,3.1718,3.1791,3.1865,3.1938,3.2012,3.2086,3.216,3.2234,3.2309,3.2383,3.2458,3.2533,3.2608,3.2684,3.2759,3.2835,3.2911,3.2987,3.3064,3.314,3.3217,3.3294,3.3371,3.3448,3.3526,3.3604,3.3681,3.3759,3.3838,3.3916,3.3995,3.4074,3.4153,3.4232,3.4311,3.4391,3.447,3.455,3.4631,3.4711,3.4791,3.4872,3.4953,3.5034,3.5115,3.5197,3.5279,3.536,3.5442,3.5525,3.5607,3.569,3.5772,3.5855,3.5939,3.6022,3.6106,3.6189,3.6273,3.6357,3.6442,3.6526,3.6611,3.6696,3.6781,3.6866,3.6952,3.7037,3.7123,3.7209,3.7295,3.7382,3.7468,3.7555,3.7642,3.7729,3.7816,3.7904,3.7992,3.808,3.8168,3.8256,3.8344,3.8433,3.8522,3.8611,3.87,3.879,3.8879,3.8969,3.9059,3.9149,3.924,3.933,3.9421,3.9512,3.1191,3.1262,3.1333,3.1405,3.1476,3.1548,3.162,3.1692,3.1765,3.1837,3.191,3.1983,3.2056,3.213,3.2203,3.2277,3.2351,3.2425,3.2499,3.2574,3.2648,3.2723,3.2798,3.2873,3.2949,3.3024,3.31,3.3176,3.3252,3.3329,3.3405,3.3482,3.3559,3.3636,3.3714,3.3791,3.3869,3.3947,3.4025,3.4103,3.4181,3.426,3.4339,3.4418,3.4497,3.4577,3.4656,3.4736,3.4816,3.4896,3.4977,3.5057,3.5138,3.5219,3.53,3.5381,3.5463,3.5545,3.5627,3.5709,3.5791,3.5873,3.5956,3.6039,3.6122,3.6205,3.6289,3.6372,3.6456,3.654,3.6624,3.6709,3.6793,3.6878,3.6963,3.7048,3.7134,3.7219,3.7305,3.7391,3.7477,3.7563,3.765,3.7737,3.7824,3.7911,3.7998,3.8086,3.8173,3.8261,3.8349,3.8438,3.8526,3.8615,3.8704,3.8793,3.8882,3.8971,3.9061,3.9151,3.1028,3.1098,3.1169,3.124,3.1311,3.1382,3.1454,3.1525,3.1597,3.1669,3.1741,3.1814,3.1887,3.1959,3.2032,3.2106,3.2179,3.2253,3.2327,3.2401,3.2475,3.2549,3.2624,3.2699,3.2773,3.2849,3.2924,3.3,3.3075,3.3151,3.3227,3.3304,3.338,3.3457,3.3534,3.3611,3.3688,3.3766,3.3844,3.3921,3.4,3.4078,3.4156,3.4235,3.4314,3.4393,3.4472,3.4552,3.4631,3.4711,3.4791,3.4872,3.4952,3.5033,3.5114,3.5195,3.5276,3.5357,3.5439,3.5521,3.5603,3.5685,3.5768,3.585,3.5933,3.6016,3.6099,3.6183,3.6266,3.635,3.6434,3.6519,3.6603,3.6688,3.6773,3.6858,3.6943,3.7028,3.7114,3.72,3.7286,3.7372,3.7459,3.7545,3.7632,3.7719,3.7807,3.7894,3.7982,3.807,3.8158,3.8246,3.8335,3.8423,3.8512,3.8601,3.869,3.878,3.887,3.8959,3.0941,3.1012,3.1083,3.1154,3.1225,3.1297,3.1369,3.144,3.1513,3.1585,3.1657,3.173,3.1803,3.1876,3.195,3.2023,3.2097,3.2171,3.2245,3.2319,3.2394,3.2469,3.2544,3.2619,3.2694,3.277,3.2846,3.2922,3.2998,3.3074,3.3151,3.3228,3.3305,3.3382,3.3459,3.3537,3.3615,3.3693,3.3771,3.385,3.3928,3.4007,3.4087,3.4166,3.4246,3.4325,3.4405,3.4486,3.4566,3.4647,3.4728,3.4809,3.4891,3.4972,3.5054,3.5137,3.5219,3.5302,3.5385,3.5468,3.5552,3.5635,3.5719,3.5804,3.5888,3.5973,3.6058,3.6144,3.6229,3.6315,3.6401,3.6488,3.6575,3.6662,3.6749,3.6837,3.6925,3.7013,3.7102,3.719,3.728,3.7369,3.7459,3.7549,3.764,3.773,3.7821,3.7913,3.8005,3.8097,3.8189,3.8282,3.8376,3.8469,3.8563,3.8658,3.8752,3.8847,3.8943,3.9039,3.0979,3.1054,3.113,3.1207,3.1284,3.1361,3.1439,3.1517,3.1595,3.1675,3.1754,3.1834,3.1915,3.1996,3.2077,3.2159,3.2242,3.2325,3.2408,3.2492,3.2577,3.2662,3.2748,3.2834,3.2921,3.3009,3.3097,3.3185,3.3274,3.3364,3.3455,3.3546,3.3637,3.373,3.3822,3.3916,3.401,3.4105,3.4201,3.4297,3.4394,3.4491,3.459,3.4688,3.4788,3.4889,3.499,3.5092,3.5194,3.5298,3.5402,3.5507,3.5613,3.5719,3.5826,3.5935,3.6044,3.6153,3.6264,3.6375,3.6488,3.6601,3.6715,3.683,3.6946,3.7062,3.718,3.7299,3.7418,3.7538,3.7659,3.7782,3.7904,3.8028,3.8153,3.8278,3.8404,3.8531,3.8659,3.8787,3.8916,3.9046,3.9176,3.9306,3.9438,3.9569,3.9702,3.9835,3.9968,4.0102,4.0236,4.0371,4.0506,4.0642,4.0778,4.0915,4.1053,4.1191,4.1329,4.1468,3.1951,3.2055,3.216,3.2265,3.2371,3.2478,3.2586,3.2694,3.2803,3.2913,3.3024,3.3136,3.3248,3.3361,3.3475,3.359,3.3705,3.3822,3.3939,3.4056,3.4175,3.4294,3.4413,3.4534,3.4655,3.4776,3.4899,3.5022,3.5145,3.527,3.5394,3.552,3.5646,3.5773,3.59,3.6028,3.6157,3.6286,3.6416,3.6547,3.6679,3.6811,3.6944,3.7077,3.7212,3.7347,3.7483,3.7619,3.7757,3.7895,3.8034,3.8173,3.8314,3.8455,3.8597,3.8739,3.8882,3.9026,3.9171,3.9316,3.9462,3.9608,3.9756,3.9903,4.0052,4.0201,4.0351,4.0501,4.0652,4.0804,4.0956,4.1109,4.1263,4.1417,4.1572,4.1728,4.1884,4.2041,4.2199,4.2358,4.2517,4.2677,4.2838,4.2999,4.3161,4.3324,4.3488,4.3652,4.3817,4.3983,4.4149,4.4316,4.4484,4.4653,4.4822,4.4991,4.5162,4.5333,4.5504,4.5676,3.3188,3.3305,3.3422,3.3539,3.3657,3.3776,3.3895,3.4015,3.4136,3.4257,3.4378,3.4501,3.4624,3.4747,3.4872,3.4996,3.5122,3.5248,3.5375,3.5502,3.563,3.5759,3.5889,3.6019,3.6149,3.6281,3.6413,3.6545,3.6679,3.6812,3.6947,3.7082,3.7218,3.7354,3.7491,3.7628,3.7766,3.7905,3.8044,3.8184,3.8324,3.8465,3.8606,3.8748,3.8891,3.9034,3.9177,3.9321,3.9466,3.9612,3.9758,3.9904,4.0051,4.0199,4.0348,4.0497,4.0647,4.0797,4.0948,4.11,4.1252,4.1405,4.1558,4.1712,4.1867,4.2022,4.2178,4.2334,4.2491,4.2649,4.2807,4.2966,4.3126,4.3286,4.3446,4.3607,4.3769,4.3931,4.4094,4.4257,4.4421,4.4586,4.4751,4.4917,4.5083,4.525,4.5417,4.5585,4.5753,4.5923,4.6092,4.6263,4.6434,4.6605,4.6777,4.695,4.7124,4.7298,4.7472,4.7647,3.3606,3.3719,3.3833,3.3947,3.4062,3.4177,3.4292,3.4408,3.4525,3.4642,3.476,3.4878,3.4996,3.5115,3.5235,3.5355,3.5475,3.5596,3.5717,3.5839,3.5961,3.6084,3.6207,3.6331,3.6455,3.6579,3.6704,3.6829,3.6955,3.7081,3.7208,3.7334,3.7462,3.7589,3.7717,3.7845,3.7974,3.8102,3.8232,3.8361,3.8491,3.862,3.8751,3.8881,3.9012,3.9143,3.9274,3.9405,3.9537,3.9669,3.9801,3.9933,4.0066,4.0198,4.0332,4.0465,4.0599,4.0732,4.0866,4.1001,4.1136,4.1271,4.1406,4.1541,4.1677,4.1813,4.195,4.2087,4.2224,4.2361,4.2499,4.2637,4.2775,4.2913,4.3052,4.3191,4.333,4.347,4.3609,4.3749,4.3889,4.4029,4.417,4.4311,4.4452,4.4593,4.4734,4.4876,4.5018,4.5161,4.5303,4.5446,4.5589,4.5732,4.5875,4.6019,4.6163,4.6307,4.6451,4.6595,3.3329,3.3425,3.3521,3.3617,3.3714,3.381,3.3907,3.4004,3.4101,3.4199,3.4296,3.4394,3.4492,3.459,3.4689,3.4788,3.4886,3.4986,3.5085,3.5185,3.5285,3.5385,3.5485,3.5586,3.5687,3.5789,3.5891,3.5993,3.6095,3.6198,3.6301,3.6404,3.6507,3.6611,3.6716,3.682,3.6925,3.703,3.7135,3.7241,3.7347,3.7453,3.7559,3.7666,3.7773,3.788,3.7988,3.8096,3.8204,3.8312,3.8421,3.8529,3.8639,3.8748,3.8858,3.8968,3.9078,3.9189,3.93,3.9411,3.9523,3.9634,3.9747,3.9859,3.9972,4.0085,4.0198,4.0312,4.0426,4.054,4.0654,4.0769,4.0884,4.1,4.1115,4.1231,4.1348,4.1464,4.1581,4.1699,4.1816,4.1934,4.2053,4.2171,4.229,4.2409,4.2529,4.2649,4.277,4.289,4.3011,4.3133,4.3255,4.3377,4.3499,4.3622,4.3745,4.3868,4.3992,4.4116,3.2665,3.2752,3.284,3.2928,3.3016,3.3105,3.3194,3.3283,3.3373,3.3462,3.3552,3.3642,3.3733,3.3824,3.3915,3.4006,3.4098,3.419,3.4282,3.4375,3.4468,3.4561,3.4654,3.4748,3.4842,3.4936,3.503,3.5125,3.522,3.5315,3.5411,3.5506,3.5603,3.5699,3.5796,3.5893,3.599,3.6088,3.6185,3.6283,3.6382,3.6481,3.658,3.6679,3.6778,3.6878,3.6978,3.7078,3.7179,3.728,3.7381,3.7482,3.7584,3.7686,3.7788,3.789,3.7993,3.8096,3.8199,3.8303,3.8407,3.8511,3.8615,3.872,3.8825,3.893,3.9036,3.9142,3.9248,3.9354,3.946,3.9567,3.9674,3.9781,3.9889,3.9996,4.0104,4.0212,4.0321,4.043,4.0538,4.0648,4.0757,4.0866,4.0976,4.1086,4.1197,4.1307,4.1418,4.1529,4.164,4.1751,4.1863,4.1974,4.2086,4.2198,4.2311,4.2423,4.2536,4.2649,3.2195,3.2277,3.2359,3.2441,3.2524,3.2607,3.269,3.2773,3.2857,3.294,3.3024,3.3109,3.3193,3.3278,3.3363,3.3448,3.3533,3.3619,3.3705,3.379,3.3877,3.3963,3.405,3.4136,3.4223,3.4311,3.4398,3.4486,3.4573,3.4661,3.4749,3.4838,3.4926,3.5015,3.5103,3.5192,3.5282,3.5371,3.546,3.555,3.5639,3.5729,3.5819,3.5909,3.6,3.609,3.6181,3.6272,3.6363,3.6454,3.6545,3.6637,3.6728,3.682,3.6912,3.7004,3.7097,3.7189,3.7282,3.7375,3.7469,3.7562,3.7656,3.775,3.7844,3.7938,3.8033,3.8127,3.8222,3.8317,3.8413,3.8508,3.8604,3.87,3.8796,3.8892,3.8989,3.9085,3.9182,3.9279,3.9376,3.9473,3.9571,3.9668,3.9766,3.9864,3.9962,4.006,4.0158,4.0256,4.0355,4.0454,4.0553,4.0652,4.0751,4.085,4.095,4.105,4.115,4.125,3.17,3.1775,3.185,3.1925,3.2,3.2076,3.2152,3.2228,3.2304,3.238,3.2457,3.2533,3.261,3.2687,3.2765,3.2842,3.292,3.2998,3.3076,3.3154,3.3232,3.331,3.3389,3.3468,3.3547,3.3626,3.3705,3.3784,3.3864,3.3944,3.4024,3.4104,3.4184,3.4264,3.4344,3.4425,3.4506,3.4587,3.4668,3.4749,3.483,3.4912,3.4994,3.5075,3.5158,3.524,3.5322,3.5405,3.5487,3.557,3.5653,3.5736,3.582,3.5903,3.5987,3.6071,3.6155,3.6239,3.6323,3.6408,3.6492,3.6577,3.6662,3.6747,3.6832,3.6917,3.7002,3.7087,3.7173,3.7259,3.7344,3.743,3.7516,3.7602,3.7688,3.7774,3.7861,3.7947,3.8034,3.812,3.8207,3.8294,3.8381,3.8468,3.8555,3.8642,3.873,3.8817,3.8904,3.8992,3.908,3.9168,3.9256,3.9344,3.9432,3.952,3.9608,3.9697,3.9785,3.9874,3.1166,3.1234,3.1302,3.137,3.1438,3.1506,3.1575,3.1643,3.1712,3.1781,3.1849,3.1918,3.1987,3.2057,3.2126,3.2195,3.2265,3.2334,3.2404,3.2474,3.2544,3.2613,3.2684,3.2754,3.2824,3.2894,3.2965,3.3035,3.3106,3.3177,3.3248,3.3319,3.339,3.3461,3.3532,3.3604,3.3675,3.3747,3.3818,3.389,3.3962,3.4034,3.4106,3.4178,3.425,3.4322,3.4394,3.4467,3.454,3.4612,3.4685,3.4758,3.4831,3.4904,3.4977,3.505,3.5124,3.5197,3.527,3.5344,3.5418,3.5492,3.5566,3.564,3.5714,3.5788,3.5862,3.5937,3.6011,3.6086,3.616,3.6235,3.631,3.6384,3.6459,3.6534,3.661,3.6685,3.676,3.6835,3.6911,3.6986,3.7062,3.7138,3.7214,3.729,3.7366,3.7443,3.7519,3.7596,3.7673,3.775,3.7827,3.7904,3.7981,3.8058,3.8136,3.8214,3.8292,3.837,3.053,3.0592,3.0653,3.0715,3.0777,3.0839,3.0901,3.0963,3.1025,3.1087,3.115,3.1213,3.1275,3.1338,3.1401,3.1464,3.1528,3.1591,3.1655,3.1719,3.1782,3.1846,3.191,3.1975,3.2039,3.2104,3.2168,3.2233,3.2298,3.2363,3.2428,3.2494,3.2559,3.2625,3.269,3.2756,3.2822,3.2888,3.2954,3.3021,3.3087,3.3154,3.322,3.3287,3.3354,3.3421,3.3488,3.3556,3.3623,3.3691,3.3758,3.3826,3.3894,3.3962,3.403,3.4098,3.4166,3.4235,3.4303,3.4372,3.4441,3.451,3.4579,3.4648,3.4717,3.4786,3.4856,3.4925,3.4995,3.5064,3.5134,3.5204,3.5274,3.5344,3.5414,3.5485,3.5555,3.5626,3.5696,3.5767,3.5838,3.5909,3.598,3.6051,3.6122,3.6194,3.6265,3.6337,3.6409,3.648,3.6552,3.6624,3.6696,3.6769,3.6841,3.6913,3.6986,3.7059,3.7131,3.7204,2.9989,3.0047,3.0105,3.0164,3.0222,3.0281,3.0339,3.0398,3.0457,3.0516,3.0575,3.0634,3.0693,3.0753,3.0812,3.0872,3.0931,3.0991,3.1051,3.1111,3.1171,3.1231,3.1291,3.1352,3.1412,3.1473,3.1534,3.1594,3.1655,3.1716,3.1777,3.1839,3.19,3.1962,3.2023,3.2085,3.2147,3.2209,3.2271,3.2333,3.2395,3.2457,3.252,3.2582,3.2645,3.2708,3.2771,3.2834,3.2897,3.296,3.3023,3.3087,3.315,3.3214,3.3278,3.3342,3.3405,3.347,3.3534,3.3598,3.3662,3.3727,3.3791,3.3856,3.3921,3.3986,3.4051,3.4116,3.4181,3.4247,3.4312,3.4378,3.4444,3.4509,3.4575,3.4642,3.4708,3.4774,3.4841,3.4907,3.4974,3.504,3.5107,3.5174,3.5241,3.5309,3.5376,3.5444,3.5511,3.5579,3.5647,3.5714,3.5782,3.5851,3.5919,3.5987,3.6056,3.6124,3.6193,3.6261,2.9519,2.9575,2.963,2.9686,2.9742,2.9798,2.9854,2.991,2.9966,3.0023,3.0079,3.0136,3.0193,3.0249,3.0306,3.0363,3.0421,3.0478,3.0536,3.0593,3.0651,3.0709,3.0767,3.0825,3.0883,3.0941,3.1,3.1059,3.1117,3.1176,3.1235,3.1294,3.1353,3.1413,3.1472,3.1532,3.1591,3.1651,3.1711,3.1771,3.1831,3.1892,3.1952,3.2013,3.2073,3.2134,3.2195,3.2256,3.2317,3.2379,3.244,3.2501,3.2563,3.2625,3.2687,3.2749,3.2811,3.2873,3.2936,3.2998,3.3061,3.3124,3.3187,3.325,3.3313,3.3376,3.344,3.3503,3.3567,3.3631,3.3695,3.3759,3.3823,3.3887,3.3951,3.4016,3.4081,3.4146,3.4211,3.4276,3.4341,3.4406,3.4472,3.4537,3.4603,3.4669,3.4735,3.4801,3.4867,3.4934,3.5,3.5067,3.5134,3.5201,3.5268,3.5335,3.5402,3.547,3.5537,3.5605,2.9173,2.9228,2.9283,2.9339,2.9394,2.9449,2.9505,2.9561,2.9617,2.9673,2.9729,2.9785,2.9842,2.9898,2.9955,3.0012,3.0068,3.0125,3.0183,3.024,3.0297,3.0355,3.0413,3.047,3.0528,3.0586,3.0645,3.0703,3.0761,3.082,3.0879,3.0938,3.0997,3.1056,3.1115,3.1174,3.1234,3.1294,3.1353,3.1413,3.1473,3.1534,3.1594,3.1654,3.1715,3.1776,3.1837,3.1898,3.1959,3.202,3.2082,3.2143,3.2205,3.2267,3.2329,3.2391,3.2453,3.2515,3.2578,3.264,3.2703,3.2766,3.2829,3.2892,3.2956,3.3019,3.3082,3.3146,3.321,3.3274,3.3338,3.3402,3.3467,3.3531,3.3596,3.3661,3.3725,3.3791,3.3856,3.3921,3.3986,3.4052,3.4118,3.4183,3.4249,3.4315,3.4382,3.4448,3.4515,3.4581,3.4648,3.4715,3.4782,3.4849,3.4916,3.4984,3.5051,3.5119,3.5187,3.5254,2.8976,2.9032,2.9087,2.9143,2.9199,2.9254,2.931,2.9367,2.9423,2.9479,2.9536,2.9593,2.9649,2.9706,2.9763,2.9821,2.9878,2.9936,2.9993,3.0051,3.0109,3.0167,3.0225,3.0283,3.0342,3.04,3.0459,3.0518,3.0577,3.0636,3.0695,3.0754,3.0814,3.0873,3.0933,3.0993,3.1053,3.1113,3.1173,3.1234,3.1295,3.1355,3.1416,3.1477,3.1539,3.16,3.1662,3.1723,3.1785,3.1847,3.1909,3.1972,3.2034,3.2097,3.216,3.2223,3.2286,3.2349,3.2413,3.2477,3.254,3.2604,3.2669,3.2733,3.2797,3.2862,3.2927,3.2991,3.3056,3.3122,3.3187,3.3252,3.3318,3.3384,3.3449,3.3515,3.3582,3.3648,3.3714,3.3781,3.3848,3.3915,3.3982,3.4049,3.4116,3.4184,3.4252,3.4319,3.4387,3.4456,3.4524,3.4592,3.4661,3.473,3.4799,3.4868,3.4937,3.5007,3.5076,3.5146,2.8899,2.8956,2.9013,2.907,2.9127,2.9185,2.9243,2.93,2.9358,2.9417,2.9475,2.9534,2.9592,2.9651,2.9711,2.977,2.9829,2.9889,2.9949,3.0009,3.0069,3.0129,3.019,3.0251,3.0311,3.0372,3.0434,3.0495,3.0556,3.0618,3.068,3.0742,3.0804,3.0867,3.0929,3.0992,3.1055,3.1118,3.1181,3.1245,3.1308,3.1372,3.1436,3.15,3.1565,3.1629,3.1694,3.1759,3.1824,3.1889,3.1955,3.2021,3.2086,3.2152,3.2219,3.2285,3.2352,3.2418,3.2485,3.2552,3.262,3.2687,3.2755,3.2823,3.2891,3.2959,3.3027,3.3096,3.3164,3.3233,3.3303,3.3372,3.3441,3.3511,3.3581,3.3651,3.3721,3.3792,3.3862,3.3933,3.4004,3.4076,3.4147,3.4219,3.4291,3.4363,3.4435,3.4507,3.458,3.4653,3.4726,3.4799,3.4872,3.4946,3.502,3.5094,3.5168,3.5242,3.5317,3.5391,2.8988,2.9048,2.9109,2.9169,2.923,2.9291,2.9352,2.9414,2.9475,2.9537,2.9599,2.9661,2.9724,2.9786,2.9849,2.9912,2.9975,3.0038,3.0102,3.0165,3.0229,3.0293,3.0357,3.0422,3.0487,3.0551,3.0616,3.0681,3.0747,3.0812,3.0878,3.0944,3.101,3.1076,3.1143,3.121,3.1276,3.1343,3.1411,3.1478,3.1546,3.1614,3.1682,3.175,3.1818,3.1887,3.1956,3.2025,3.2094,3.2163,3.2233,3.2302,3.2372,3.2442,3.2513,3.2583,3.2654,3.2725,3.2796,3.2867,3.2938,3.301,3.3082,3.3154,3.3226,3.3298,3.3371,3.3444,3.3516,3.359,3.3663,3.3737,3.381,3.3884,3.3958,3.4032,3.4107,3.4182,3.4256,3.4331,3.4407,3.4482,3.4558,3.4633,3.4709,3.4785,3.4862,3.4938,3.5015,3.5092,3.5169,3.5246,3.5323,3.5401,3.5479,3.5556,3.5635,3.5713,3.5792,3.587,2.9165,2.9227,2.929,2.9353,2.9416,2.9479,2.9543,2.9606,2.967,2.9734,2.9798,2.9862,2.9926,2.9991,3.0056,3.0121,3.0186,3.0251,3.0317,3.0382,3.0448,3.0514,3.058,3.0647,3.0713,3.078,3.0847,3.0914,3.0981,3.1048,3.1116,3.1184,3.1252,3.132,3.1388,3.1457,3.1526,3.1595,3.1664,3.1733,3.1802,3.1872,3.1942,3.2012,3.2082,3.2152,3.2223,3.2293,3.2364,3.2435,3.2506,3.2578,3.2649,3.2721,3.2793,3.2865,3.2937,3.301,3.3082,3.3155,3.3228,3.3301,3.3374,3.3448,3.3521,3.3595,3.3669,3.3743,3.3818,3.3892,3.3967,3.4042,3.4117,3.4192,3.4268,3.4343,3.4419,3.4495,3.4571,3.4648,3.4724,3.4801,3.4878,3.4955,3.5032,3.5109,3.5187,3.5265,3.5343,3.5421,3.5499,3.5577,3.5656,3.5735,3.5814,3.5893,3.5972,3.6051,3.6131,3.6211,2.926,2.9323,2.9386,2.9449,2.9512,2.9575,2.9638,2.9702,2.9766,2.983,2.9894,2.9958,3.0022,3.0087,3.0152,3.0217,3.0282,3.0347,3.0412,3.0478,3.0543,3.0609,3.0675,3.0742,3.0808,3.0874,3.0941,3.1008,3.1075,3.1142,3.1209,3.1277,3.1345,3.1412,3.148,3.1549,3.1617,3.1685,3.1754,3.1823,3.1892,3.1961,3.203,3.21,3.2169,3.2239,3.2309,3.2379,3.2449,3.252,3.259,3.2661,3.2732,3.2803,3.2874,3.2946,3.3017,3.3089,3.316,3.3232,3.3304,3.3377,3.3449,3.3522,3.3595,3.3668,3.3741,3.3814,3.3888,3.3962,3.4036,3.411,3.4184,3.4259,3.4333,3.4408,3.4483,3.4559,3.4634,3.471,3.4786,3.4862,3.4938,3.5014,3.5091,3.5168,3.5244,3.5321,3.5398,3.5476,3.5553,3.563,3.5708,3.5785,3.5863,3.5941,3.6019,3.6097,3.6175,3.6254,2.9222,2.9284,2.9345,2.9406,2.9468,2.953,2.9592,2.9654,2.9716,2.9779,2.9842,2.9904,2.9968,3.0031,3.0094,3.0158,3.0222,3.0286,3.035,3.0414,3.0478,3.0543,3.0608,3.0673,3.0738,3.0803,3.0868,3.0934,3.0999,3.1065,3.1131,3.1197,3.1263,3.1329,3.1396,3.1463,3.1529,3.1596,3.1663,3.173,3.1798,3.1865,3.1933,3.2001,3.2068,3.2136,3.2205,3.2273,3.2342,3.241,3.2479,3.2548,3.2617,3.2687,3.2756,3.2826,3.2896,3.2966,3.3036,3.3106,3.3177,3.3247,3.3318,3.3389,3.346,3.3532,3.3603,3.3675,3.3747,3.3819,3.3891,3.3963,3.4036,3.4108,3.4181,3.4254,3.4327,3.4401,3.4474,3.4548,3.4622,3.4695,3.4769,3.4844,3.4918,3.4993,3.5067,3.5142,3.5217,3.5293,3.5368,3.5444,3.5519,3.5595,3.5671,3.5748,3.5824,3.5901,3.5978,3.6055,2.9087,2.9147,2.9208,2.9268,2.9329,2.939,2.945,2.9511,2.9573,2.9634,2.9696,2.9757,2.9819,2.9881,2.9943,3.0006,3.0068,3.0131,3.0194,3.0257,3.032,3.0383,3.0446,3.051,3.0573,3.0637,3.0701,3.0765,3.0829,3.0894,3.0958,3.1023,3.1088,3.1153,3.1218,3.1283,3.1349,3.1414,3.148,3.1546,3.1612,3.1678,3.1744,3.181,3.1877,3.1944,3.2011,3.2078,3.2145,3.2212,3.228,3.2347,3.2415,3.2483,3.2551,3.2619,3.2688,3.2756,3.2825,3.2893,3.2962,3.3031,3.31,3.317,3.3239,3.3309,3.3378,3.3448,3.3518,3.3588,3.3659,3.3729,3.38,3.3871,3.3942,3.4013,3.4084,3.4156,3.4227,3.4299,3.4371,3.4443,3.4515,3.4588,3.466,3.4733,3.4806,3.4879,3.4952,3.5025,3.5099,3.5172,3.5246,3.532,3.5394,3.5468,3.5542,3.5616,3.5691,3.5766,2.8917,2.8976,2.9035,2.9093,2.9152,2.9212,2.9271,2.9331,2.939,2.945,2.951,2.957,2.963,2.9691,2.9751,2.9812,2.9873,2.9934,2.9995,3.0057,3.0118,3.018,3.0242,3.0304,3.0366,3.0428,3.049,3.0553,3.0615,3.0678,3.0741,3.0804,3.0867,3.093,3.0994,3.1057,3.1121,3.1184,3.1248,3.1312,3.1377,3.1441,3.1505,3.157,3.1634,3.1699,3.1764,3.1829,3.1895,3.196,3.2025,3.2091,3.2157,3.2223,3.2289,3.2355,3.2421,3.2488,3.2554,3.2621,3.2688,3.2755,3.2822,3.2889,3.2957,3.3024,3.3092,3.3159,3.3227,3.3295,3.3364,3.3432,3.35,3.3569,3.3637,3.3706,3.3775,3.3844,3.3914,3.3983,3.4052,3.4122,3.4192,3.4262,3.4332,3.4402,3.4472,3.4542,3.4613,3.4684,3.4754,3.4825,3.4896,3.4968,3.5039,3.511,3.5182,3.5254,3.5325,3.5397,2.8715,2.8772,2.8828,2.8885,2.8942,2.8999,2.9057,2.9114,2.9172,2.9229,2.9287,2.9345,2.9403,2.9461,2.9519,2.9578,2.9636,2.9695,2.9753,2.9812,2.9871,2.993,2.999,3.0049,3.0109,3.0168,3.0228,3.0288,3.0348,3.0408,3.0468,3.0528,3.0589,3.0649,3.071,3.0771,3.0832,3.0893,3.0954,3.1015,3.1076,3.1138,3.12,3.1261,3.1323,3.1385,3.1447,3.1509,3.1572,3.1634,3.1697,3.1759,3.1822,3.1885,3.1948,3.2011,3.2074,3.2138,3.2201,3.2265,3.2328,3.2392,3.2456,3.252,3.2584,3.2648,3.2712,3.2777,3.2841,3.2906,3.2971,3.3035,3.31,3.3166,3.3231,3.3296,3.3362,3.3427,3.3493,3.3559,3.3625,3.3691,3.3757,3.3823,3.3889,3.3956,3.4022,3.4089,3.4156,3.4223,3.429,3.4357,3.4424,3.4492,3.4559,3.4627,3.4694,3.4762,3.483,3.4898,2.8456,2.851,2.8564,2.8618,2.8672,2.8726,2.8781,2.8835,2.889,2.8944,2.8999,2.9054,2.9109,2.9165,2.922,2.9275,2.9331,2.9386,2.9442,2.9498,2.9554,2.961,2.9666,2.9722,2.9779,2.9835,2.9892,2.9948,3.0005,3.0062,3.0119,3.0176,3.0233,3.029,3.0348,3.0405,3.0463,3.0521,3.0579,3.0637,3.0695,3.0753,3.0811,3.0869,3.0928,3.0987,3.1045,3.1104,3.1163,3.1222,3.1281,3.134,3.14,3.1459,3.1518,3.1578,3.1638,3.1698,3.1757,3.1817,3.1877,3.1938,3.1998,3.2058,3.2119,3.2179,3.224,3.2301,3.2361,3.2422,3.2483,3.2545,3.2606,3.2667,3.2728,3.279,3.2852,3.2913,3.2975,3.3037,3.3099,3.3161,3.3223,3.3286,3.3348,3.3411,3.3473,3.3536,3.3599,3.3662,3.3725,3.3788,3.3851,3.3914,3.3978,3.4041,3.4105,3.4168,3.4232,3.4296,2.8148,2.8199,2.825,2.8301,2.8353,2.8404,2.8456,2.8508,2.856,2.8612,2.8664,2.8716,2.8768,2.882,2.8873,2.8925,2.8978,2.9031,2.9083,2.9136,2.9189,2.9242,2.9295,2.9349,2.9402,2.9455,2.9509,2.9563,2.9616,2.967,2.9724,2.9778,2.9832,2.9886,2.9941,2.9995,3.005,3.0104,3.0159,3.0213,3.0268,3.0323,3.0378,3.0433,3.0488,3.0543,3.0599,3.0654,3.071,3.0765,3.0821,3.0876,3.0932,3.0988,3.1044,3.11,3.1156,3.1212,3.1269,3.1325,3.1382,3.1438,3.1495,3.1552,3.1609,3.1666,3.1723,3.178,3.1837,3.1895,3.1952,3.201,3.2067,3.2125,3.2183,3.2241,3.2299,3.2357,3.2415,3.2474,3.2532,3.2591,3.2649,3.2708,3.2767,3.2825,3.2884,3.2943,3.3002,3.3062,3.3121,3.318,3.324,3.3299,3.3359,3.3419,3.3478,3.3538,3.3598,3.3658,2.7818,2.7866,2.7915,2.7963,2.8012,2.8061,2.811,2.8159,2.8208,2.8257,2.8306,2.8356,2.8405,2.8454,2.8504,2.8554,2.8603,2.8653,2.8703,2.8753,2.8803,2.8853,2.8903,2.8954,2.9004,2.9055,2.9105,2.9156,2.9207,2.9258,2.9308,2.9359,2.9411,2.9462,2.9513,2.9564,2.9616,2.9667,2.9719,2.9771,2.9822,2.9874,2.9926,2.9978,3.0031,3.0083,3.0135,3.0188,3.024,3.0293,3.0346,3.0398,3.0451,3.0504,3.0557,3.0611,3.0664,3.0717,3.0771,3.0824,3.0878,3.0932,3.0985,3.1039,3.1093,3.1147,3.1202,3.1256,3.131,3.1365,3.1419,3.1474,3.1529,3.1583,3.1638,3.1693,3.1748,3.1803,3.1859,3.1914,3.1969,3.2025,3.208,3.2136,3.2192,3.2248,3.2304,3.236,3.2416,3.2472,3.2528,3.2585,3.2641,3.2698,3.2754,3.2811,3.2868,3.2925,3.2982,3.3039,2.749,2.7536,2.7583,2.763,2.7677,2.7724,2.7771,2.7818,2.7865,2.7912,2.796,2.8007,2.8055,2.8102,2.815,2.8198,2.8246,2.8294,2.8342,2.839,2.8438,2.8487,2.8535,2.8584,2.8633,2.8681,2.873,2.8779,2.8828,2.8877,2.8926,2.8975,2.9025,2.9074,2.9124,2.9174,2.9223,2.9273,2.9323,2.9373,2.9424,2.9474,2.9524,2.9575,2.9625,2.9676,2.9727,2.9778,2.9829,2.988,2.9931,2.9982,3.0033,3.0085,3.0136,3.0188,3.0239,3.0291,3.0343,3.0395,3.0447,3.0499,3.0551,3.0604,3.0656,3.0709,3.0762,3.0814,3.0867,3.092,3.0973,3.1026,3.1079,3.1132,3.1186,3.1239,3.1293,3.1346,3.14,3.1454,3.1508,3.1562,3.1616,3.167,3.1724,3.1778,3.1833,3.1887,3.1942,3.1996,3.2051,3.2106,3.2161,3.2216,3.2271,3.2327,3.2382,3.2438,3.2493,3.2549,2.7218,2.7263,2.7309,2.7355,2.74,2.7446,2.7492,2.7539,2.7585,2.7631,2.7677,2.7724,2.777,2.7817,2.7864,2.7911,2.7957,2.8004,2.8051,2.8099,2.8146,2.8193,2.8241,2.8288,2.8336,2.8383,2.8431,2.8479,2.8527,2.8575,2.8623,2.8671,2.8719,2.8767,2.8816,2.8864,2.8913,2.8962,2.901,2.9059,2.9108,2.9157,2.9206,2.9255,2.9305,2.9354,2.9403,2.9453,2.9503,2.9552,2.9602,2.9652,2.9702,2.9752,2.9802,2.9852,2.9902,2.9953,3.0003,3.0054,3.0104,3.0155,3.0206,3.0257,3.0308,3.0359,3.041,3.0461,3.0512,3.0564,3.0615,3.0667,3.0719,3.0771,3.0822,3.0874,3.0926,3.0979,3.1031,3.1083,3.1135,3.1188,3.1241,3.1293,3.1346,3.1399,3.1452,3.1505,3.1558,3.1611,3.1664,3.1718,3.1771,3.1824,3.1878,3.1932,3.1986,3.2039,3.2093,3.2147,2.6986,2.7031,2.7075,2.712,2.7165,2.7209,2.7254,2.7299,2.7344,2.7389,2.7435,2.748,2.7525,2.7571,2.7616,2.7662,2.7708,2.7753,2.7799,2.7845,2.7891,2.7937,2.7984,2.803,2.8076,2.8123,2.8169,2.8216,2.8262,2.8309,2.8356,2.8403,2.845,2.8497,2.8544,2.8592,2.8639,2.8687,2.8734,2.8782,2.8829,2.8877,2.8925,2.8973,2.9021,2.9069,2.9117,2.9165,2.9214,2.9262,2.9311,2.9359,2.9408,2.9457,2.9506,2.9555,2.9604,2.9653,2.9702,2.9751,2.9801,2.985,2.99,2.9949,2.9999,3.0049,3.0099,3.0149,3.0199,3.0249,3.03,3.035,3.0401,3.0451,3.0502,3.0553,3.0604,3.0655,3.0706,3.0757,3.0808,3.086,3.0911,3.0963,3.1014,3.1066,3.1118,3.117,3.1222,3.1274,3.1326,3.1379,3.1431,3.1483,3.1536,3.1589,3.1642,3.1694,3.1747,3.18,2.6781,2.6825,2.6869,2.6913,2.6957,2.7001,2.7045,2.709,2.7134,2.7179,2.7223,2.7268,2.7313,2.7358,2.7403,2.7448,2.7493,2.7538,2.7584,2.7629,2.7675,2.772,2.7766,2.7812,2.7858,2.7904,2.795,2.7996,2.8042,2.8089,2.8135,2.8182,2.8229,2.8275,2.8322,2.8369,2.8416,2.8463,2.8511,2.8558,2.8606,2.8653,2.8701,2.8748,2.8796,2.8844,2.8892,2.894,2.8988,2.9037,2.9085,2.9134,2.9182,2.9231,2.928,2.9328,2.9377,2.9426,2.9476,2.9525,2.9574,2.9624,2.9673,2.9723,2.9772,2.9822,2.9872,2.9922,2.9972,3.0022,3.0073,3.0123,3.0173,3.0224,3.0275,3.0325,3.0376,3.0427,3.0478,3.053,3.0581,3.0632,3.0684,3.0735,3.0787,3.0839,3.089,3.0942,3.0994,3.1047,3.1099,3.1151,3.1203,3.1256,3.1309,3.1361,3.1414,3.1467,3.152,3.1573,2.6637,2.6681,2.6725,2.6769,2.6813,2.6858,2.6902,2.6946,2.6991,2.7035,2.708,2.7125,2.717,2.7215,2.726,2.7305,2.7351,2.7396,2.7441,2.7487,2.7533,2.7578,2.7624,2.767,2.7716,2.7763,2.7809,2.7855,2.7902,2.7948,2.7995,2.8042,2.8088,2.8135,2.8182,2.8229,2.8276,2.8324,2.8371,2.8418,2.8466,2.8514,2.8561,2.8609,2.8657,2.8705,2.8753,2.8801,2.8849,2.8898,2.8946,2.8994,2.9043,2.9092,2.914,2.9189,2.9238,2.9287,2.9336,2.9386,2.9435,2.9484,2.9534,2.9583,2.9633,2.9683,2.9733,2.9783,2.9833,2.9883,2.9933,2.9983,3.0034,3.0084,3.0135,3.0186,3.0236,3.0287,3.0338,3.0389,3.044,3.0492,3.0543,3.0594,3.0646,3.0698,3.0749,3.0801,3.0853,3.0905,3.0957,3.1009,3.1062,3.1114,3.1166,3.1219,3.1272,3.1324,3.1377,3.143,2.6539,2.6583,2.6627,2.6671,2.6715,2.6759,2.6803,2.6848,2.6892,2.6937,2.6981,2.7026,2.7071,2.7116,2.7161,2.7206,2.7251,2.7297,2.7342,2.7388,2.7434,2.7479,2.7525,2.7571,2.7617,2.7663,2.771,2.7756,2.7802,2.7849,2.7896,2.7943,2.7989,2.8036,2.8084,2.8131,2.8178,2.8225,2.8273,2.8321,2.8368,2.8416,2.8464,2.8512,2.856,2.8609,2.8657,2.8705,2.8754,2.8803,2.8852,2.89,2.895,2.8999,2.9048,2.9097,2.9147,2.9196,2.9246,2.9296,2.9346,2.9396,2.9446,2.9496,2.9547,2.9597,2.9648,2.9698,2.9749,2.98,2.9851,2.9902,2.9953,3.0005,3.0056,3.0108,3.0159,3.0211,3.0263,3.0315,3.0367,3.0419,3.0471,3.0524,3.0576,3.0629,3.0682,3.0734,3.0787,3.084,3.0894,3.0947,3.1,3.1054,3.1107,3.1161,3.1215,3.1269,3.1323,3.1377,2.6494,2.6539,2.6584,2.6629,2.6674,2.6719,2.6764,2.6809,2.6855,2.6901,2.6946,2.6992,2.7038,2.7084,2.713,2.7176,2.7223,2.7269,2.7316,2.7362,2.7409,2.7456,2.7503,2.755,2.7597,2.7644,2.7691,2.7739,2.7786,2.7834,2.7881,2.7929,2.7977,2.8025,2.8073,2.8121,2.8169,2.8217,2.8265,2.8313,2.8362,2.841,2.8459,2.8507,2.8556,2.8605,2.8653,2.8702,2.8751,2.88,2.8849,2.8898,2.8947,2.8997,2.9046,2.9095,2.9145,2.9194,2.9244,2.9294,2.9343,2.9393,2.9443,2.9493,2.9543,2.9594,2.9644,2.9694,2.9744,2.9795,2.9845,2.9896,2.9947,2.9997,3.0048,3.0099,3.015,3.0201,3.0252,3.0303,3.0354,3.0406,3.0457,3.0508,3.056,3.0611,3.0663,3.0715,3.0767,3.0818,3.087,3.0922,3.0974,3.1026,3.1079,3.1131,3.1183,3.1235,3.1288,3.134,2.6458,2.6501,2.6544,2.6588,2.6631,2.6675,2.6719,2.6763,2.6806,2.685,2.6894,2.6938,2.6982,2.7027,2.7071,2.7115,2.716,2.7204,2.7248,2.7293,2.7338,2.7382,2.7427,2.7472,2.7517,2.7562,2.7606,2.7652,2.7697,2.7742,2.7787,2.7832,2.7878,2.7923,2.7968,2.8014,2.8059,2.8105,2.8151,2.8196,2.8242,2.8288,2.8334,2.838,2.8426,2.8472,2.8519,2.8565,2.8611,2.8658,2.8704,2.8751,2.8797,2.8844,2.889,2.8937,2.8983,2.903,2.9077,2.9124,2.917,2.9217,2.9264,2.9311,2.9358,2.9405,2.9452,2.9499,2.9546,2.9593,2.964,2.9687,2.9734,2.9782,2.9829,2.9876,2.9923,2.9971,3.0018,3.0066,3.0113,3.0161,3.0209,3.0256,3.0304,3.0352,3.0399,3.0447,3.0495,3.0543,3.0591,3.0638,3.0686,3.0734,3.0782,3.083,3.0878,3.0926,3.0974,3.1023,2.6276,2.6316,2.6356,2.6397,2.6437,2.6477,2.6517,2.6557,2.6597,2.6638,2.6678,2.6718,2.6759,2.6799,2.684,2.688,2.6921,2.6961,2.7002,2.7042,2.7083,2.7124,2.7165,2.7205,2.7246,2.7287,2.7328,2.7369,2.741,2.745,2.7491,2.7532,2.7573,2.7614,2.7655,2.7697,2.7738,2.7779,2.782,2.7861,2.7902,2.7943,2.7985,2.8026,2.8067,2.8109,2.815,2.8191,2.8233,2.8274,2.8316,2.8357,2.8399,2.844,2.8482,2.8523,2.8565,2.8607,2.8648,2.869,2.8732,2.8773,2.8815,2.8857,2.8899,2.894,2.8982,2.9024,2.9066,2.9108,2.915,2.9192,2.9234,2.9276,2.9318,2.936,2.9402,2.9444,2.9486,2.9529,2.9571,2.9613,2.9655,2.9697,2.974,2.9782,2.9824,2.9867,2.9909,2.9952,2.9994,3.0036,3.0079,3.0121,3.0164,3.0206,3.0249,3.0292,3.0334,3.0377,2.5915,2.5951,2.5987,2.6023,2.6059,2.6095,2.6131,2.6167,2.6203,2.6239,2.6275,2.6311,2.6347,2.6383,2.6419,2.6455,2.6492,2.6528,2.6564,2.66,2.6637,2.6673,2.671,2.6746,2.6782,2.6819,2.6855,2.6892,2.6928,2.6965,2.7002,2.7038,2.7075,2.7112,2.7148,2.7185,2.7222,2.7259,2.7296,2.7333,2.737,2.7407,2.7444,2.7481,2.7518,2.7555,2.7592,2.7629,2.7667,2.7704,2.7741,2.7779,2.7816,2.7853,2.7891,2.7928,2.7966,2.8004,2.8041,2.8079,2.8117,2.8154,2.8192,2.823,2.8268,2.8306,2.8344,2.8382,2.842,2.8458,2.8496,2.8534,2.8573,2.8611,2.8649,2.8688,2.8726,2.8764,2.8803,2.8842,2.888,2.8919,2.8957,2.8996,2.9035,2.9074,2.9113,2.9152,2.9191,2.923,2.9269,2.9308,2.9347,2.9386,2.9425,2.9465,2.9504,2.9543,2.9583,2.9622,2.5479,2.5513,2.5546,2.558,2.5614,2.5648,2.5681,2.5715,2.5749,2.5783,2.5817,2.5851,2.5885,2.592,2.5954,2.5988,2.6023,2.6057,2.6092,2.6126,2.6161,2.6195,2.623,2.6265,2.63,2.6335,2.637,2.6405,2.644,2.6475,2.651,2.6545,2.658,2.6616,2.6651,2.6687,2.6722,2.6758,2.6793,2.6829,2.6865,2.6901,2.6937,2.6973,2.7009,2.7045,2.7081,2.7117,2.7153,2.719,2.7226,2.7263,2.7299,2.7336,2.7373,2.7409,2.7446,2.7483,2.752,2.7557,2.7594,2.7632,2.7669,2.7706,2.7744,2.7781,2.7819,2.7856,2.7894,2.7932,2.797,2.8008,2.8046,2.8084,2.8122,2.816,2.8199,2.8237,2.8275,2.8314,2.8353,2.8391,2.843,2.8469,2.8508,2.8547,2.8586,2.8625,2.8664,2.8703,2.8743,2.8782,2.8822,2.8861,2.8901,2.8941,2.8981,2.902,2.906,2.91,2.5162,2.5196,2.5231,2.5265,2.5299,2.5334,2.5369,2.5403,2.5438,2.5473,2.5508,2.5543,2.5578,2.5614,2.5649,2.5684,2.572,2.5755,2.5791,2.5827,2.5862,2.5898,2.5934,2.597,2.6006,2.6042,2.6079,2.6115,2.6151,2.6188,2.6224,2.6261,2.6298,2.6334,2.6371,2.6408,2.6445,2.6482,2.6519,2.6556,2.6594,2.6631,2.6669,2.6706,2.6744,2.6781,2.6819,2.6857,2.6895,2.6932,2.697,2.7008,2.7047,2.7085,2.7123,2.7162,2.72,2.7239,2.7277,2.7316,2.7355,2.7394,2.7433,2.7472,2.7511,2.755,2.7589,2.7628,2.7667,2.7707,2.7746,2.7785,2.7825,2.7865,2.7904,2.7944,2.7984,2.8024,2.8064,2.8104,2.8145,2.8185,2.8225,2.8266,2.8306,2.8347,2.8388,2.8428,2.8469,2.851,2.8551,2.8592,2.8633,2.8674,2.8715,2.8756,2.8798,2.8839,2.888,2.8922,2.5042,2.5077,2.5112,2.5148,2.5184,2.5219,2.5255,2.5291,2.5327,2.5363,2.5399,2.5435,2.5471,2.5507,2.5543,2.558,2.5616,2.5652,2.5689,2.5725,2.5762,2.5798,2.5835,2.5872,2.5908,2.5945,2.5982,2.6019,2.6056,2.6093,2.613,2.6167,2.6204,2.6242,2.6279,2.6317,2.6354,2.6391,2.6429,2.6467,2.6504,2.6542,2.658,2.6618,2.6655,2.6693,2.6731,2.6769,2.6807,2.6845,2.6884,2.6922,2.696,2.6998,2.7037,2.7075,2.7114,2.7152,2.7191,2.7229,2.7268,2.7306,2.7345,2.7384,2.7423,2.7461,2.75,2.7539,2.7578,2.7617,2.7656,2.7695,2.7734,2.7773,2.7812,2.7851,2.7891,2.793,2.7969,2.8008,2.8048,2.8087,2.8126,2.8166,2.8205,2.8244,2.8284,2.8323,2.8363,2.8402,2.8442,2.8481,2.8521,2.856,2.86,2.8639,2.8679,2.8719,2.8759,2.8798,2.4954,2.4988,2.5022,2.5056,2.509,2.5124,2.5159,2.5193,2.5227,2.5261,2.5295,2.533,2.5364,2.5398,2.5433,2.5467,2.5502,2.5536,2.5571,2.5606,2.564,2.5675,2.571,2.5744,2.5779,2.5814,2.5849,2.5884,2.5918,2.5953,2.5988,2.6023,2.6058,2.6092,2.6127,2.6162,2.6197,2.6232,2.6267,2.6302,2.6337,2.6371,2.6406,2.6441,2.6476,2.6511,2.6546,2.6581,2.6616,2.665,2.6685,2.672,2.6755,2.679,2.6825,2.686,2.6895,2.693,2.6965,2.7,2.7035,2.707,2.7105,2.714,2.7175,2.721,2.7245,2.728,2.7315,2.735,2.7386,2.7421,2.7456,2.7491,2.7526,2.7562,2.7597,2.7632,2.7667,2.7703,2.7738,2.7773,2.7808,2.7844,2.7879,2.7914,2.7949,2.7985,2.802,2.8055,2.809,2.8126,2.8161,2.8196,2.8232,2.8267,2.8302,2.8337,2.8373,2.8408,2.4713,2.4744,2.4774,2.4804,2.4835,2.4865,2.4895,2.4926,2.4956,2.4987,2.5017,2.5047,2.5078,2.5108,2.5139,2.5169,2.52,2.523,2.5261,2.5291,2.5322,2.5352,2.5383,2.5413,2.5444,2.5474,2.5505,2.5536,2.5566,2.5597,2.5627,2.5658,2.5689,2.5719,2.575,2.5781,2.5811,2.5842,2.5873,2.5903,2.5934,2.5965,2.5996,2.6026,2.6057,2.6088,2.6119,2.6149,2.618,2.6211,2.6242,2.6272,2.6303,2.6334,2.6365,2.6395,2.6426,2.6457,2.6488,2.6518,2.6549,2.658,2.6611,2.6642,2.6673,2.6704,2.6735,2.6765,2.6796,2.6827,2.6858,2.6889,2.692,2.6951,2.6982,2.7013,2.7044,2.7074,2.7105,2.7136,2.7167,2.7198,2.7229,2.726,2.7291,2.7322,2.7353,2.7384,2.7416,2.7447,2.7478,2.7509,2.754,2.7571,2.7603,2.7634,2.7665,2.7696,2.7728,2.7759,2.4312,2.4339,2.4366,2.4394,2.4421,2.4448,2.4476,2.4503,2.4531,2.4558,2.4586,2.4613,2.4641,2.4668,2.4696,2.4723,2.4751,2.4779,2.4806,2.4834,2.4862,2.489,2.4918,2.4946,2.4973,2.5001,2.5029,2.5057,2.5085,2.5114,2.5142,2.517,2.5198,2.5226,2.5255,2.5283,2.5311,2.534,2.5368,2.5396,2.5425,2.5453,2.5482,2.5511,2.5539,2.5568,2.5597,2.5625,2.5654,2.5683,2.5712,2.5741,2.577,2.5799,2.5828,2.5857,2.5886,2.5915,2.5944,2.5974,2.6003,2.6032,2.6062,2.6091,2.6121,2.615,2.618,2.621,2.6239,2.6269,2.6299,2.6329,2.6359,2.6389,2.6419,2.6449,2.6479,2.6509,2.6539,2.657,2.66,2.663,2.6661,2.6691,2.6722,2.6752,2.6783,2.6814,2.6844,2.6875,2.6906,2.6937,2.6968,2.6999,2.703,2.7061,2.7092,2.7123,2.7155,2.7186,2.3944,2.3971,2.3999,2.4026,2.4054,2.4082,2.4109,2.4137,2.4165,2.4193,2.4221,2.4249,2.4278,2.4306,2.4334,2.4362,2.4391,2.4419,2.4448,2.4477,2.4505,2.4534,2.4563,2.4592,2.4621,2.465,2.4679,2.4708,2.4738,2.4767,2.4796,2.4826,2.4856,2.4885,2.4915,2.4945,2.4975,2.5005,2.5035,2.5065,2.5095,2.5125,2.5155,2.5186,2.5216,2.5247,2.5278,2.5308,2.5339,2.537,2.5401,2.5432,2.5463,2.5494,2.5525,2.5557,2.5588,2.562,2.5651,2.5683,2.5715,2.5746,2.5778,2.581,2.5842,2.5875,2.5907,2.5939,2.5972,2.6004,2.6037,2.6069,2.6102,2.6135,2.6168,2.6201,2.6234,2.6267,2.63,2.6333,2.6367,2.64,2.6434,2.6467,2.6501,2.6535,2.6569,2.6603,2.6637,2.6671,2.6705,2.674,2.6774,2.6809,2.6843,2.6878,2.6913,2.6947,2.6982,2.7017,2.3828,2.3859,2.389,2.3921,2.3952,2.3983,2.4014,2.4045,2.4077,2.4108,2.414,2.4171,2.4203,2.4235,2.4267,2.4299,2.4331,2.4363,2.4395,2.4428,2.446,2.4493,2.4526,2.4559,2.4591,2.4624,2.4657,2.4691,2.4724,2.4757,2.4791,2.4824,2.4858,2.4891,2.4925,2.4959,2.4993,2.5027,2.5061,2.5096,2.513,2.5165,2.5199,2.5234,2.5268,2.5303,2.5338,2.5373,2.5408,2.5443,2.5479,2.5514,2.555,2.5585,2.5621,2.5657,2.5692,2.5728,2.5764,2.58,2.5836,2.5873,2.5909,2.5945,2.5982,2.6019,2.6055,2.6092,2.6129,2.6166,2.6203,2.624,2.6277,2.6314,2.6352,2.6389,2.6426,2.6464,2.6502,2.6539,2.6577,2.6615,2.6653,2.6691,2.6729,2.6768,2.6806,2.6844,2.6883,2.6922,2.696,2.6999,2.7038,2.7077,2.7116,2.7155,2.7194,2.7233,2.7272,2.7311,2.4005,2.4039,2.4074,2.4108,2.4142,2.4177,2.4212,2.4246,2.4281,2.4316,2.4351,2.4386,2.4421,2.4456,2.4491,2.4527,2.4562,2.4598,2.4633,2.4669,2.4705,2.474,2.4776,2.4812,2.4848,2.4885,2.4921,2.4957,2.4993,2.503,2.5066,2.5103,2.514,2.5176,2.5213,2.525,2.5287,2.5324,2.5361,2.5399,2.5436,2.5473,2.5511,2.5548,2.5586,2.5623,2.5661,2.5699,2.5737,2.5775,2.5813,2.5851,2.5889,2.5927,2.5966,2.6004,2.6043,2.6081,2.612,2.6159,2.6198,2.6237,2.6276,2.6315,2.6354,2.6393,2.6433,2.6472,2.6512,2.6551,2.6591,2.6631,2.6671,2.6711,2.6751,2.6791,2.6831,2.6871,2.6912,2.6952,2.6993,2.7033,2.7074,2.7115,2.7155,2.7196,2.7237,2.7279,2.732,2.7361,2.7403,2.7444,2.7486,2.7527,2.7569,2.7611,2.7653,2.7695,2.7737,2.7779,2.4277,2.4313,2.435,2.4386,2.4423,2.446,2.4496,2.4533,2.457,2.4607,2.4645,2.4682,2.4719,2.4757,2.4794,2.4832,2.4869,2.4907,2.4945,2.4983,2.5021,2.5059,2.5097,2.5135,2.5174,2.5212,2.5251,2.5289,2.5328,2.5367,2.5406,2.5445,2.5484,2.5523,2.5562,2.5602,2.5641,2.5681,2.572,2.576,2.58,2.584,2.588,2.592,2.596,2.6,2.604,2.6081,2.6121,2.6162,2.6202,2.6243,2.6284,2.6325,2.6366,2.6407,2.6448,2.649,2.6531,2.6572,2.6614,2.6655,2.6697,2.6739,2.6781,2.6823,2.6865,2.6907,2.6949,2.6991,2.7034,2.7076,2.7119,2.7162,2.7204,2.7247,2.729,2.7333,2.7376,2.7419,2.7463,2.7506,2.7549,2.7593,2.7636,2.768,2.7724,2.7768,2.7812,2.7856,2.79,2.7944,2.7988,2.8033,2.8077,2.8121,2.8166,2.8211,2.8256,2.83,2.4561,2.4599,2.4638,2.4676,2.4714,2.4753,2.4791,2.483,2.4869,2.4907,2.4946,2.4985,2.5024,2.5063,2.5103,2.5142,2.5181,2.5221,2.526,2.53,2.534,2.5379,2.5419,2.5459,2.5499,2.5539,2.558,2.562,2.566,2.5701,2.5741,2.5782,2.5823,2.5863,2.5904,2.5945,2.5986,2.6027,2.6069,2.611,2.6151,2.6193,2.6234,2.6276,2.6317,2.6359,2.6401,2.6443,2.6485,2.6527,2.6569,2.6611,2.6653,2.6695,2.6738,2.678,2.6823,2.6865,2.6908,2.6951,2.6993,2.7036,2.7079,2.7122,2.7165,2.7208,2.7252,2.7295,2.7338,2.7382,2.7425,2.7469,2.7512,2.7556,2.76,2.7644,2.7688,2.7732,2.7776,2.782,2.7864,2.7908,2.7953,2.7997,2.8042,2.8086,2.8131,2.8176,2.822,2.8265,2.831,2.8355,2.84,2.8445,2.8491,2.8536,2.8581,2.8627,2.8672,2.8718,2.477,2.4809,2.4847,2.4885,2.4924,2.4962,2.5001,2.504,2.5078,2.5117,2.5156,2.5195,2.5234,2.5273,2.5312,2.5351,2.539,2.5429,2.5469,2.5508,2.5547,2.5587,2.5626,2.5666,2.5706,2.5745,2.5785,2.5825,2.5865,2.5905,2.5945,2.5985,2.6025,2.6066,2.6106,2.6146,2.6187,2.6227,2.6268,2.6309,2.6349,2.639,2.6431,2.6472,2.6513,2.6554,2.6595,2.6636,2.6677,2.6718,2.676,2.6801,2.6842,2.6884,2.6925,2.6967,2.7009,2.705,2.7092,2.7134,2.7176,2.7218,2.726,2.7302,2.7344,2.7386,2.7428,2.747,2.7513,2.7555,2.7597,2.764,2.7682,2.7725,2.7768,2.781,2.7853,2.7896,2.7939,2.7982,2.8025,2.8068,2.8111,2.8154,2.8198,2.8241,2.8284,2.8328,2.8371,2.8415,2.8459,2.8502,2.8546,2.859,2.8634,2.8678,2.8722,2.8766,2.881,2.8854,2.482,2.4857,2.4894,2.4931,2.4968,2.5006,2.5043,2.508,2.5117,2.5155,2.5192,2.523,2.5267,2.5305,2.5342,2.538,2.5417,2.5455,2.5493,2.5531,2.5569,2.5607,2.5645,2.5683,2.5721,2.5759,2.5797,2.5836,2.5874,2.5913,2.5951,2.599,2.6028,2.6067,2.6106,2.6144,2.6183,2.6222,2.6261,2.63,2.6339,2.6378,2.6417,2.6456,2.6495,2.6534,2.6574,2.6613,2.6652,2.6692,2.6731,2.677,2.681,2.6849,2.6889,2.6929,2.6968,2.7008,2.7048,2.7088,2.7127,2.7167,2.7207,2.7247,2.7287,2.7327,2.7367,2.7407,2.7448,2.7488,2.7528,2.7568,2.7609,2.7649,2.7689,2.773,2.777,2.7811,2.7851,2.7892,2.7933,2.7973,2.8014,2.8055,2.8096,2.8137,2.8178,2.8219,2.826,2.8301,2.8342,2.8383,2.8425,2.8466,2.8507,2.8549,2.859,2.8631,2.8673,2.8714,2.4724,2.4759,2.4793,2.4828,2.4863,2.4898,2.4933,2.4968,2.5003,2.5038,2.5074,2.5109,2.5144,2.5179,2.5215,2.525,2.5286,2.5321,2.5357,2.5392,2.5428,2.5463,2.5499,2.5535,2.557,2.5606,2.5642,2.5678,2.5714,2.575,2.5786,2.5822,2.5858,2.5894,2.593,2.5966,2.6003,2.6039,2.6075,2.6112,2.6148,2.6184,2.6221,2.6257,2.6294,2.633,2.6367,2.6404,2.644,2.6477,2.6514,2.6551,2.6588,2.6624,2.6661,2.6698,2.6735,2.6772,2.6809,2.6847,2.6884,2.6921,2.6958,2.6995,2.7033,2.707,2.7107,2.7145,2.7182,2.722,2.7257,2.7295,2.7333,2.737,2.7408,2.7446,2.7484,2.7521,2.7559,2.7597,2.7635,2.7673,2.7711,2.7749,2.7787,2.7825,2.7863,2.7901,2.7939,2.7977,2.8016,2.8054,2.8092,2.813,2.8169,2.8207,2.8246,2.8284,2.8323,2.8361,2.4513,2.4546,2.4579,2.4611,2.4644,2.4677,2.471,2.4743,2.4776,2.4809,2.4842,2.4875,2.4908,2.4941,2.4974,2.5008,2.5041,2.5074,2.5108,2.5141,2.5175,2.5208,2.5242,2.5275,2.5309,2.5342,2.5376,2.541,2.5443,2.5477,2.5511,2.5545,2.5578,2.5612,2.5646,2.568,2.5714,2.5748,2.5782,2.5816,2.5851,2.5885,2.5919,2.5953,2.5988,2.6022,2.6057,2.6091,2.6126,2.616,2.6195,2.6229,2.6264,2.6299,2.6334,2.6368,2.6403,2.6438,2.6473,2.6508,2.6543,2.6578,2.6614,2.6649,2.6684,2.6719,2.6755,2.679,2.6826,2.6861,2.6897,2.6932,2.6968,2.7004,2.7039,2.7075,2.7111,2.7147,2.7183,2.7219,2.7255,2.7291,2.7327,2.7363,2.7399,2.7435,2.7472,2.7508,2.7544,2.7581,2.7617,2.7654,2.769,2.7727,2.7763,2.78,2.7837,2.7874,2.791,2.7947,2.4268,2.4299,2.4331,2.4362,2.4394,2.4425,2.4457,2.4489,2.452,2.4552,2.4584,2.4616,2.4647,2.4679,2.4711,2.4743,2.4775,2.4807,2.4839,2.4872,2.4904,2.4936,2.4968,2.5001,2.5033,2.5065,2.5098,2.513,2.5163,2.5195,2.5228,2.5261,2.5293,2.5326,2.5359,2.5392,2.5425,2.5458,2.549,2.5523,2.5556,2.559,2.5623,2.5656,2.5689,2.5722,2.5755,2.5789,2.5822,2.5855,2.5889,2.5922,2.5956,2.5989,2.6023,2.6056,2.609,2.6124,2.6157,2.6191,2.6225,2.6259,2.6293,2.6327,2.6361,2.6395,2.6429,2.6463,2.6497,2.6531,2.6565,2.6599,2.6634,2.6668,2.6702,2.6737,2.6771,2.6806,2.684,2.6875,2.6909,2.6944,2.6979,2.7014,2.7048,2.7083,2.7118,2.7153,2.7188,2.7223,2.7258,2.7293,2.7328,2.7363,2.7399,2.7434,2.7469,2.7505,2.754,2.7575,2.4043,2.4074,2.4104,2.4134,2.4165,2.4195,2.4226,2.4257,2.4287,2.4318,2.4349,2.4379,2.441,2.4441,2.4472,2.4503,2.4534,2.4565,2.4596,2.4627,2.4658,2.469,2.4721,2.4752,2.4783,2.4815,2.4846,2.4877,2.4909,2.494,2.4972,2.5003,2.5035,2.5067,2.5098,2.513,2.5162,2.5194,2.5226,2.5257,2.5289,2.5321,2.5353,2.5385,2.5417,2.545,2.5482,2.5514,2.5546,2.5578,2.5611,2.5643,2.5676,2.5708,2.574,2.5773,2.5805,2.5838,2.5871,2.5903,2.5936,2.5969,2.6002,2.6034,2.6067,2.61,2.6133,2.6166,2.6199,2.6232,2.6265,2.6298,2.6332,2.6365,2.6398,2.6431,2.6465,2.6498,2.6531,2.6565,2.6598,2.6632,2.6665,2.6699,2.6733,2.6766,2.68,2.6834,2.6867,2.6901,2.6935,2.6969,2.7003,2.7037,2.7071,2.7105,2.7139,2.7173,2.7207,2.7241,2.3838,2.3868,2.3897,2.3927,2.3956,2.3986,2.4016,2.4046,2.4075,2.4105,2.4135,2.4165,2.4195,2.4225,2.4255,2.4285,2.4315,2.4345,2.4375,2.4406,2.4436,2.4466,2.4496,2.4527,2.4557,2.4588,2.4618,2.4649,2.4679,2.471,2.4741,2.4771,2.4802,2.4833,2.4864,2.4894,2.4925,2.4956,2.4987,2.5018,2.5049,2.508,2.5111,2.5143,2.5174,2.5205,2.5236,2.5267,2.5299,2.533,2.5362,2.5393,2.5424,2.5456,2.5488,2.5519,2.5551,2.5582,2.5614,2.5646,2.5678,2.5709,2.5741,2.5773,2.5805,2.5837,2.5869,2.5901,2.5933,2.5965,2.5997,2.603,2.6062,2.6094,2.6127,2.6159,2.6191,2.6224,2.6256,2.6289,2.6321,2.6354,2.6387,2.6419,2.6452,2.6485,2.6517,2.655,2.6583,2.6616,2.6649,2.6682,2.6715,2.6748,2.6781,2.6814,2.6847,2.688,2.6914,2.6947,2.3655,2.3684,2.3713,2.3742,2.3771,2.38,2.3829,2.3858,2.3887,2.3916,2.3945,2.3975,2.4004,2.4033,2.4062,2.4092,2.4121,2.4151,2.418,2.421,2.4239,2.4269,2.4298,2.4328,2.4358,2.4388,2.4417,2.4447,2.4477,2.4507,2.4537,2.4567,2.4597,2.4627,2.4657,2.4687,2.4717,2.4747,2.4778,2.4808,2.4838,2.4868,2.4899,2.4929,2.496,2.499,2.5021,2.5051,2.5082,2.5113,2.5143,2.5174,2.5205,2.5236,2.5266,2.5297,2.5328,2.5359,2.539,2.5421,2.5452,2.5483,2.5515,2.5546,2.5577,2.5608,2.564,2.5671,2.5702,2.5734,2.5765,2.5797,2.5828,2.586,2.5891,2.5923,2.5955,2.5986,2.6018,2.605,2.6082,2.6114,2.6145,2.6177,2.6209,2.6241,2.6273,2.6306,2.6338,2.637,2.6402,2.6434,2.6467,2.6499,2.6531,2.6564,2.6596,2.6629,2.6661,2.6694,2.3497,2.3525,2.3554,2.3582,2.3611,2.3639,2.3668,2.3696,2.3725,2.3754,2.3782,2.3811,2.384,2.3869,2.3898,2.3926,2.3955,2.3984,2.4013,2.4042,2.4072,2.4101,2.413,2.4159,2.4188,2.4218,2.4247,2.4276,2.4306,2.4335,2.4364,2.4394,2.4424,2.4453,2.4483,2.4512,2.4542,2.4572,2.4602,2.4632,2.4661,2.4691,2.4721,2.4751,2.4781,2.4811,2.4841,2.4872,2.4902,2.4932,2.4962,2.4993,2.5023,2.5053,2.5084,2.5114,2.5145,2.5175,2.5206,2.5237,2.5267,2.5298,2.5329,2.536,2.5391,2.5421,2.5452,2.5483,2.5514,2.5545,2.5577,2.5608,2.5639,2.567,2.5701,2.5733,2.5764,2.5795,2.5827,2.5858,2.589,2.5921,2.5953,2.5985,2.6016,2.6048,2.608,2.6112,2.6144,2.6175,2.6207,2.6239,2.6271,2.6303,2.6335,2.6368,2.64,2.6432,2.6464,2.6497,2.3372,2.3401,2.3429,2.3457,2.3486,2.3514,2.3542,2.3571,2.3599,2.3628,2.3656,2.3685,2.3714,2.3742,2.3771,2.38,2.3829,2.3858,2.3887,2.3916,2.3944,2.3974,2.4003,2.4032,2.4061,2.409,2.4119,2.4149,2.4178,2.4207,2.4237,2.4266,2.4296,2.4325,2.4355,2.4384,2.4414,2.4444,2.4474,2.4503,2.4533,2.4563,2.4593,2.4623,2.4653,2.4683,2.4713,2.4743,2.4773,2.4804,2.4834,2.4864,2.4894,2.4925,2.4955,2.4986,2.5016,2.5047,2.5077,2.5108,2.5138,2.5169,2.52,2.5231,2.5262,2.5292,2.5323,2.5354,2.5385,2.5416,2.5447,2.5478,2.5509,2.5541,2.5572,2.5603,2.5634,2.5666,2.5697,2.5729,2.576,2.5792,2.5823,2.5855,2.5886,2.5918,2.595,2.5982,2.6013,2.6045,2.6077,2.6109,2.6141,2.6173,2.6205,2.6237,2.6269,2.6301,2.6334,2.6366,2.3289,2.3317,2.3345,2.3373,2.3402,2.343,2.3458,2.3487,2.3515,2.3544,2.3572,2.3601,2.363,2.3658,2.3687,2.3716,2.3745,2.3774,2.3802,2.3831,2.386,2.3889,2.3918,2.3948,2.3977,2.4006,2.4035,2.4064,2.4094,2.4123,2.4152,2.4182,2.4211,2.4241,2.427,2.43,2.433,2.4359,2.4389,2.4419,2.4449,2.4479,2.4508,2.4538,2.4568,2.4598,2.4629,2.4659,2.4689,2.4719,2.4749,2.4779,2.481,2.484,2.4871,2.4901,2.4931,2.4962,2.4993,2.5023,2.5054,2.5085,2.5115,2.5146,2.5177,2.5208,2.5239,2.527,2.5301,2.5332,2.5363,2.5394,2.5425,2.5456,2.5488,2.5519,2.555,2.5582,2.5613,2.5645,2.5676,2.5708,2.5739,2.5771,2.5803,2.5834,2.5866,2.5898,2.593,2.5962,2.5994,2.6026,2.6058,2.609,2.6122,2.6154,2.6186,2.6219,2.6251,2.6283,2.3235,2.3263,2.3292,2.332,2.3348,2.3377,2.3405,2.3434,2.3463,2.3491,2.352,2.3549,2.3578,2.3607,2.3636,2.3665,2.3694,2.3723,2.3752,2.3781,2.381,2.3839,2.3869,2.3898,2.3927,2.3957,2.3986,2.4016,2.4045,2.4075,2.4105,2.4134,2.4164,2.4194,2.4224,2.4254,2.4284,2.4314,2.4344,2.4374,2.4404,2.4434,2.4464,2.4495,2.4525,2.4555,2.4586,2.4616,2.4647,2.4677,2.4708,2.4739,2.4769,2.48,2.4831,2.4862,2.4893,2.4923,2.4954,2.4985,2.5016,2.5048,2.5079,2.511,2.5141,2.5172,2.5204,2.5235,2.5267,2.5298,2.5329,2.5361,2.5393,2.5424,2.5456,2.5488,2.5519,2.5551,2.5583,2.5615,2.5647,2.5679,2.5711,2.5743,2.5775,2.5807,2.584,2.5872,2.5904,2.5937,2.5969,2.6001,2.6034,2.6067,2.6099,2.6132,2.6164,2.6197,2.623,2.6263,2.322,2.3249,2.3278,2.3307,2.3335,2.3364,2.3393,2.3422,2.3451,2.3481,2.351,2.3539,2.3568,2.3598,2.3627,2.3656,2.3686,2.3715,2.3745,2.3774,2.3804,2.3834,2.3864,2.3893,2.3923,2.3953,2.3983,2.4013,2.4043,2.4073,2.4103,2.4133,2.4164,2.4194,2.4224,2.4255,2.4285,2.4316,2.4346,2.4377,2.4407,2.4438,2.4469,2.45,2.453,2.4561,2.4592,2.4623,2.4654,2.4685,2.4716,2.4747,2.4779,2.481,2.4841,2.4873,2.4904,2.4935,2.4967,2.4999,2.503,2.5062,2.5094,2.5125,2.5157,2.5189,2.5221,2.5253,2.5285,2.5317,2.5349,2.5381,2.5413,2.5446,2.5478,2.551,2.5543,2.5575,2.5608,2.564,2.5673,2.5706,2.5738,2.5771,2.5804,2.5837,2.587,2.5903,2.5936,2.5969,2.6002,2.6035,2.6068,2.6102,2.6135,2.6168,2.6202,2.6235,2.6269,2.6302,2.3243,2.3273,2.3302,2.3332,2.3361,2.3391,2.3421,2.345,2.348,2.351,2.354,2.3569,2.3599,2.3629,2.3659,2.369,2.372,2.375,2.378,2.381,2.3841,2.3871,2.3902,2.3932,2.3963,2.3993,2.4024,2.4055,2.4085,2.4116,2.4147,2.4178,2.4209,2.424,2.4271,2.4302,2.4333,2.4364,2.4396,2.4427,2.4458,2.449,2.4521,2.4553,2.4584,2.4616,2.4648,2.4679,2.4711,2.4743,2.4775,2.4807,2.4839,2.4871,2.4903,2.4935,2.4967,2.4999,2.5032,2.5064,2.5096,2.5129,2.5161,2.5194,2.5226,2.5259,2.5292,2.5324,2.5357,2.539,2.5423,2.5456,2.5489,2.5522,2.5555,2.5588,2.5622,2.5655,2.5688,2.5721,2.5755,2.5788,2.5822,2.5855,2.5889,2.5923,2.5956,2.599,2.6024,2.6058,2.6092,2.6126,2.616,2.6194,2.6228,2.6262,2.6297,2.6331,2.6365,2.64,2.3303,2.3333,2.3363,2.3394,2.3424,2.3454,2.3484,2.3515,2.3545,2.3576,2.3606,2.3637,2.3667,2.3698,2.3729,2.3759,2.379,2.3821,2.3852,2.3883,2.3914,2.3945,2.3976,2.4007,2.4039,2.407,2.4101,2.4133,2.4164,2.4196,2.4227,2.4259,2.429,2.4322,2.4354,2.4386,2.4418,2.445,2.4481,2.4514,2.4546,2.4578,2.461,2.4642,2.4674,2.4707,2.4739,2.4772,2.4804,2.4837,2.4869,2.4902,2.4935,2.4967,2.5,2.5033,2.5066,2.5099,2.5132,2.5165,2.5198,2.5232,2.5265,2.5298,2.5331,2.5365,2.5398,2.5432,2.5466,2.5499,2.5533,2.5567,2.56,2.5634,2.5668,2.5702,2.5736,2.577,2.5805,2.5839,2.5873,2.5907,2.5942,2.5976,2.6011,2.6045,2.608,2.6114,2.6149,2.6184,2.6219,2.6254,2.6289,2.6324,2.6359,2.6394,2.6429,2.6464,2.6499,2.6535,2.3387,2.3418,2.3449,2.348,2.3511,2.3542,2.3573,2.3604,2.3635,2.3666,2.3698,2.3729,2.3761,2.3792,2.3824,2.3855,2.3887,2.3919,2.395,2.3982,2.4014,2.4046,2.4078,2.411,2.4142,2.4175,2.4207,2.4239,2.4272,2.4304,2.4337,2.4369,2.4402,2.4434,2.4467,2.45,2.4533,2.4566,2.4599,2.4632,2.4665,2.4698,2.4731,2.4764,2.4797,2.4831,2.4864,2.4898,2.4931,2.4965,2.4998,2.5032,2.5066,2.51,2.5134,2.5168,2.5202,2.5236,2.527,2.5304,2.5338,2.5372,2.5407,2.5441,2.5476,2.551,2.5545,2.558,2.5614,2.5649,2.5684,2.5719,2.5754,2.5789,2.5824,2.5859,2.5895,2.593,2.5965,2.6001,2.6036,2.6072,2.6108,2.6143,2.6179,2.6215,2.6251,2.6287,2.6323,2.6359,2.6395,2.6431,2.6468,2.6504,2.6541,2.6577,2.6614,2.665,2.6687,2.6724,2.3504,2.3536,2.3568,2.36,2.3632,2.3665,2.3697,2.3729,2.3762,2.3794,2.3827,2.3859,2.3892,2.3925,2.3957,2.399,2.4023,2.4056,2.4089,2.4122,2.4156,2.4189,2.4222,2.4256,2.4289,2.4323,2.4356,2.439,2.4423,2.4457,2.4491,2.4525,2.4559,2.4593,2.4627,2.4661,2.4696,2.473,2.4764,2.4799,2.4833,2.4868,2.4903,2.4937,2.4972,2.5007,2.5042,2.5077,2.5112,2.5147,2.5182,2.5218,2.5253,2.5288,2.5324,2.5359,2.5395,2.5431,2.5467,2.5502,2.5538,2.5574,2.561,2.5646,2.5683,2.5719,2.5755,2.5791,2.5828,2.5864,2.5901,2.5938,2.5974,2.6011,2.6048,2.6085,2.6122,2.6159,2.6196,2.6233,2.6271,2.6308,2.6345,2.6383,2.642,2.6458,2.6495,2.6533,2.6571,2.6609,2.6647,2.6685,2.6723,2.6761,2.6799,2.6838,2.6876,2.6914,2.6953,2.6991,2.3669,2.3702,2.3736,2.3769,2.3803,2.3837,2.3871,2.3904,2.3938,2.3972,2.4006,2.404,2.4075,2.4109,2.4143,2.4178,2.4212,2.4247,2.4281,2.4316,2.4351,2.4385,2.442,2.4455,2.449,2.4525,2.4561,2.4596,2.4631,2.4666,2.4702,2.4737,2.4773,2.4809,2.4844,2.488,2.4916,2.4952,2.4988,2.5024,2.506,2.5096,2.5133,2.5169,2.5206,2.5242,2.5279,2.5315,2.5352,2.5389,2.5426,2.5463,2.55,2.5537,2.5574,2.5611,2.5649,2.5686,2.5723,2.5761,2.5799,2.5836,2.5874,2.5912,2.595,2.5988,2.6026,2.6064,2.6102,2.6141,2.6179,2.6217,2.6256,2.6295,2.6333,2.6372,2.6411,2.645,2.6489,2.6528,2.6567,2.6606,2.6645,2.6685,2.6724,2.6764,2.6803,2.6843,2.6883,2.6922,2.6962,2.7002,2.7042,2.7082,2.7123,2.7163,2.7203,2.7244,2.7284,2.7325,2.3872,2.3907,2.3942,2.3977,2.4012,2.4047,2.4083,2.4118,2.4154,2.4189,2.4225,2.426,2.4296,2.4332,2.4368,2.4404,2.444,2.4476,2.4513,2.4549,2.4585,2.4622,2.4658,2.4695,2.4732,2.4769,2.4805,2.4842,2.4879,2.4916,2.4953,2.4991,2.5028,2.5065,2.5103,2.514,2.5178,2.5215,2.5253,2.5291,2.5329,2.5367,2.5405,2.5443,2.5481,2.5519,2.5558,2.5596,2.5635,2.5673,2.5712,2.5751,2.5789,2.5828,2.5867,2.5906,2.5945,2.5984,2.6024,2.6063,2.6102,2.6142,2.6181,2.6221,2.6261,2.63,2.634,2.638,2.642,2.646,2.65,2.654,2.658,2.6621,2.6661,2.6701,2.6742,2.6782,2.6823,2.6864,2.6905,2.6945,2.6986,2.7027,2.7068,2.7109,2.7151,2.7192,2.7233,2.7274,2.7316,2.7357,2.7399,2.7441,2.7482,2.7524,2.7566,2.7608,2.765,2.7692,2.409,2.4126,2.4163,2.4199,2.4235,2.4272,2.4308,2.4344,2.4381,2.4418,2.4454,2.4491,2.4528,2.4565,2.4602,2.4639,2.4676,2.4713,2.4751,2.4788,2.4826,2.4863,2.4901,2.4938,2.4976,2.5014,2.5052,2.5089,2.5127,2.5165,2.5204,2.5242,2.528,2.5318,2.5357,2.5395,2.5434,2.5472,2.5511,2.555,2.5588,2.5627,2.5666,2.5705,2.5744,2.5783,2.5822,2.5862,2.5901,2.594,2.598,2.6019,2.6059,2.6099,2.6138,2.6178,2.6218,2.6258,2.6298,2.6338,2.6378,2.6418,2.6458,2.6499,2.6539,2.6579,2.662,2.666,2.6701,2.6742,2.6782,2.6823,2.6864,2.6905,2.6946,2.6987,2.7028,2.7069,2.711,2.7152,2.7193,2.7234,2.7276,2.7317,2.7359,2.74,2.7442,2.7484,2.7526,2.7567,2.7609,2.7651,2.7693,2.7735,2.7777,2.782,2.7862,2.7904,2.7947,2.7989,2.4263,2.43,2.4336,2.4372,2.4408,2.4445,2.4481,2.4518,2.4554,2.4591,2.4628,2.4664,2.4701,2.4738,2.4775,2.4812,2.4849,2.4886,2.4923,2.496,2.4997,2.5035,2.5072,2.5109,2.5147,2.5184,2.5222,2.526,2.5297,2.5335,2.5373,2.5411,2.5448,2.5486,2.5524,2.5562,2.56,2.5638,2.5677,2.5715,2.5753,2.5791,2.583,2.5868,2.5907,2.5945,2.5984,2.6022,2.6061,2.61,2.6139,2.6177,2.6216,2.6255,2.6294,2.6333,2.6372,2.6412,2.6451,2.649,2.6529,2.6569,2.6608,2.6647,2.6687,2.6726,2.6766,2.6806,2.6845,2.6885,2.6925,2.6965,2.7005,2.7045,2.7085,2.7125,2.7165,2.7205,2.7245,2.7285,2.7326,2.7366,2.7406,2.7447,2.7487,2.7528,2.7568,2.7609,2.7649,2.769,2.7731,2.7772,2.7813,2.7853,2.7894,2.7935,2.7976,2.8018,2.8059,2.81,2.4326,2.4361,2.4396,2.4431,2.4467,2.4502,2.4537,2.4572,2.4608,2.4643,2.4679,2.4714,2.475,2.4786,2.4821,2.4857,2.4893,2.4929,2.4965,2.5001,2.5037,2.5073,2.5109,2.5145,2.5181,2.5217,2.5254,2.529,2.5326,2.5363,2.5399,2.5436,2.5472,2.5509,2.5546,2.5582,2.5619,2.5656,2.5693,2.573,2.5767,2.5804,2.5841,2.5878,2.5915,2.5952,2.599,2.6027,2.6064,2.6102,2.6139,2.6177,2.6214,2.6252,2.6289,2.6327,2.6365,2.6403,2.644,2.6478,2.6516,2.6554,2.6592,2.663,2.6668,2.6707,2.6745,2.6783,2.6821,2.686,2.6898,2.6937,2.6975,2.7014,2.7052,2.7091,2.713,2.7168,2.7207,2.7246,2.7285,2.7324,2.7363,2.7402,2.7441,2.748,2.7519,2.7558,2.7598,2.7637,2.7676,2.7716,2.7755,2.7795,2.7834,2.7874,2.7914,2.7953,2.7993,2.8033,2.4284,2.4318,2.4352,2.4386,2.442,2.4454,2.4488,2.4523,2.4557,2.4591,2.4625,2.466,2.4694,2.4728,2.4763,2.4797,2.4832,2.4866,2.4901,2.4935,2.497,2.5005,2.504,2.5074,2.5109,2.5144,2.5179,2.5214,2.5249,2.5284,2.5319,2.5354,2.5389,2.5424,2.5459,2.5495,2.553,2.5565,2.5601,2.5636,2.5672,2.5707,2.5743,2.5778,2.5814,2.585,2.5885,2.5921,2.5957,2.5993,2.6029,2.6065,2.6101,2.6137,2.6173,2.6209,2.6245,2.6281,2.6317,2.6354,2.639,2.6426,2.6463,2.6499,2.6535,2.6572,2.6609,2.6645,2.6682,2.6718,2.6755,2.6792,2.6829,2.6865,2.6902,2.6939,2.6976,2.7013,2.705,2.7087,2.7124,2.7162,2.7199,2.7236,2.7273,2.7311,2.7348,2.7385,2.7423,2.746,2.7498,2.7535,2.7573,2.7611,2.7648,2.7686,2.7724,2.7762,2.7799,2.7837,2.4166,2.4198,2.4231,2.4263,2.4296,2.4328,2.4361,2.4394,2.4426,2.4459,2.4492,2.4525,2.4558,2.4591,2.4624,2.4657,2.469,2.4723,2.4756,2.4789,2.4823,2.4856,2.4889,2.4923,2.4956,2.499,2.5023,2.5057,2.509,2.5124,2.5158,2.5191,2.5225,2.5259,2.5293,2.5327,2.5361,2.5395,2.5429,2.5463,2.5497,2.5531,2.5565,2.56,2.5634,2.5668,2.5703,2.5737,2.5772,2.5806,2.5841,2.5875,2.591,2.5945,2.5979,2.6014,2.6049,2.6084,2.6119,2.6154,2.6189,2.6224,2.6259,2.6294,2.6329,2.6365,2.64,2.6435,2.6471,2.6506,2.6542,2.6577,2.6613,2.6648,2.6684,2.672,2.6756,2.6791,2.6827,2.6863,2.6899,2.6935,2.6971,2.7007,2.7043,2.7079,2.7116,2.7152,2.7188,2.7224,2.7261,2.7297,2.7334,2.737,2.7407,2.7443,2.748,2.7517,2.7554,2.759,2.4014,2.4045,2.4077,2.4108,2.414,2.4172,2.4204,2.4236,2.4267,2.4299,2.4331,2.4363,2.4396,2.4428,2.446,2.4492,2.4524,2.4557,2.4589,2.4621,2.4654,2.4686,2.4719,2.4751,2.4784,2.4817,2.4849,2.4882,2.4915,2.4948,2.4981,2.5014,2.5047,2.508,2.5113,2.5146,2.5179,2.5213,2.5246,2.5279,2.5313,2.5346,2.5379,2.5413,2.5447,2.548,2.5514,2.5547,2.5581,2.5615,2.5649,2.5683,2.5717,2.5751,2.5785,2.5819,2.5853,2.5887,2.5921,2.5955,2.599,2.6024,2.6058,2.6093,2.6127,2.6162,2.6196,2.6231,2.6265,2.63,2.6335,2.6369,2.6404,2.6439,2.6474,2.6509,2.6544,2.6579,2.6614,2.6649,2.6684,2.6719,2.6754,2.679,2.6825,2.686,2.6896,2.6931,2.6967,2.7002,2.7038,2.7073,2.7109,2.7144,2.718,2.7216,2.7252,2.7287,2.7323,2.7359,2.3868,2.3899,2.393,2.3961,2.3992,2.4023,2.4054,2.4085,2.4116,2.4148,2.4179,2.421,2.4242,2.4273,2.4304,2.4336,2.4368,2.4399,2.4431,2.4463,2.4494,2.4526,2.4558,2.459,2.4622,2.4654,2.4686,2.4718,2.475,2.4782,2.4814,2.4846,2.4879,2.4911,2.4943,2.4976,2.5008,2.504,2.5073,2.5105,2.5138,2.5171,2.5203,2.5236,2.5269,2.5302,2.5334,2.5367,2.54,2.5433,2.5466,2.5499,2.5532,2.5566,2.5599,2.5632,2.5665,2.5699,2.5732,2.5765,2.5799,2.5832,2.5866,2.5899,2.5933,2.5967,2.6,2.6034,2.6068,2.6102,2.6136,2.617,2.6204,2.6238,2.6272,2.6306,2.634,2.6374,2.6408,2.6443,2.6477,2.6512,2.6546,2.658,2.6615,2.665,2.6684,2.6719,2.6754,2.6788,2.6823,2.6858,2.6893,2.6928,2.6963,2.6998,2.7033,2.7068,2.7103,2.7139,2.3726,2.3756,2.3787,2.3817,2.3848,2.3878,2.3909,2.394,2.3971,2.4001,2.4032,2.4063,2.4094,2.4125,2.4156,2.4187,2.4218,2.425,2.4281,2.4312,2.4343,2.4375,2.4406,2.4438,2.4469,2.4501,2.4533,2.4564,2.4596,2.4628,2.466,2.4692,2.4724,2.4756,2.4788,2.482,2.4852,2.4884,2.4916,2.4949,2.4981,2.5013,2.5046,2.5078,2.5111,2.5144,2.5176,2.5209,2.5242,2.5275,2.5308,2.5341,2.5374,2.5407,2.544,2.5473,2.5506,2.554,2.5573,2.5606,2.564,2.5673,2.5707,2.5741,2.5774,2.5808,2.5842,2.5876,2.591,2.5944,2.5978,2.6012,2.6046,2.608,2.6115,2.6149,2.6183,2.6218,2.6252,2.6287,2.6322,2.6356,2.6391,2.6426,2.6461,2.6496,2.6531,2.6566,2.6601,2.6636,2.6671,2.6707,2.6742,2.6778,2.6813,2.6849,2.6884,2.692,2.6956,2.6992,2.3628,2.3659,2.369,2.3721,2.3752,2.3784,2.3815,2.3846,2.3878,2.3909,2.3941,2.3973,2.4004,2.4036,2.4068,2.41,2.4132,2.4164,2.4196,2.4228,2.426,2.4293,2.4325,2.4358,2.439,2.4423,2.4455,2.4488,2.4521,2.4554,2.4587,2.462,2.4653,2.4686,2.4719,2.4752,2.4786,2.4819,2.4852,2.4886,2.492,2.4953,2.4987,2.5021,2.5055,2.5088,2.5122,2.5157,2.5191,2.5225,2.5259,2.5293,2.5328,2.5362,2.5397,2.5431,2.5466,2.5501,2.5536,2.5571,2.5605,2.564,2.5676,2.5711,2.5746,2.5781,2.5817,2.5852,2.5888,2.5923,2.5959,2.5994,2.603,2.6066,2.6102,2.6138,2.6174,2.621,2.6246,2.6283,2.6319,2.6355,2.6392,2.6428,2.6465,2.6502,2.6539,2.6575,2.6612,2.6649,2.6686,2.6723,2.6761,2.6798,2.6835,2.6872,2.691,2.6947,2.6985,2.7023,2.3641,2.3673,2.3706,2.3738,2.3771,2.3804,2.3837,2.387,2.3903,2.3936,2.3969,2.4002,2.4035,2.4069,2.4102,2.4135,2.4169,2.4203,2.4236,2.427,2.4304,2.4338,2.4372,2.4406,2.444,2.4474,2.4509,2.4543,2.4578,2.4612,2.4647,2.4681,2.4716,2.4751,2.4786,2.4821,2.4856,2.4891,2.4926,2.4961,2.4996,2.5032,2.5067,2.5103,2.5138,2.5174,2.521,2.5246,2.5282,2.5317,2.5353,2.539,2.5426,2.5462,2.5498,2.5534,2.5571,2.5607,2.5644,2.5681,2.5717,2.5754,2.5791,2.5828,2.5865,2.5902,2.5939,2.5976,2.6013,2.6051,2.6088,2.6126,2.6163,2.6201,2.6238,2.6276,2.6314,2.6352,2.639,2.6428,2.6466,2.6504,2.6542,2.658,2.6618,2.6657,2.6695,2.6733,2.6772,2.6811,2.6849,2.6888,2.6927,2.6965,2.7004,2.7043,2.7082,2.7121,2.716,2.72,2.3739,2.3773,2.3806,2.384,2.3874,2.3908,2.3942,2.3976,2.401,2.4044,2.4078,2.4112,2.4146,2.4181,2.4215,2.425,2.4284,2.4319,2.4353,2.4388,2.4423,2.4457,2.4492,2.4527,2.4562,2.4597,2.4632,2.4667,2.4703,2.4738,2.4773,2.4809,2.4844,2.488,2.4915,2.4951,2.4986,2.5022,2.5058,2.5094,2.5129,2.5165,2.5201,2.5237,2.5273,2.531,2.5346,2.5382,2.5418,2.5455,2.5491,2.5528,2.5564,2.5601,2.5638,2.5674,2.5711,2.5748,2.5785,2.5822,2.5859,2.5896,2.5933,2.597,2.6008,2.6045,2.6082,2.612,2.6157,2.6195,2.6232,2.627,2.6308,2.6346,2.6383,2.6421,2.6459,2.6497,2.6535,2.6573,2.6611,2.665,2.6688,2.6726,2.6765,2.6803,2.6841,2.688,2.6919,2.6957,2.6996,2.7035,2.7073,2.7112,2.7151,2.719,2.7229,2.7268,2.7307,2.7346,2.3814,2.3847,2.3881,2.3914,2.3948,2.3982,2.4015,2.4049,2.4083,2.4117,2.4151,2.4185,2.4219,2.4253,2.4288,2.4322,2.4356,2.439,2.4425,2.4459,2.4494,2.4528,2.4563,2.4598,2.4632,2.4667,2.4702,2.4737,2.4771,2.4806,2.4841,2.4876,2.4912,2.4947,2.4982,2.5017,2.5052,2.5088,2.5123,2.5159,2.5194,2.523,2.5265,2.5301,2.5337,2.5372,2.5408,2.5444,2.548,2.5516,2.5552,2.5588,2.5624,2.5661,2.5697,2.5733,2.5769,2.5806,2.5842,2.5879,2.5915,2.5952,2.5989,2.6025,2.6062,2.6099,2.6136,2.6173,2.621,2.6247,2.6284,2.6321,2.6358,2.6396,2.6433,2.647,2.6508,2.6545,2.6583,2.662,2.6658,2.6696,2.6733,2.6771,2.6809,2.6847,2.6885,2.6923,2.6961,2.6999,2.7037,2.7076,2.7114,2.7152,2.7191,2.7229,2.7268,2.7306,2.7345,2.7383,2.3821,2.3854,2.3887,2.392,2.3953,2.3987,2.402,2.4053,2.4087,2.412,2.4154,2.4187,2.4221,2.4254,2.4288,2.4322,2.4355,2.4389,2.4423,2.4457,2.4491,2.4525,2.4559,2.4593,2.4628,2.4662,2.4696,2.473,2.4765,2.4799,2.4834,2.4868,2.4903,2.4938,2.4972,2.5007,2.5042,2.5077,2.5112,2.5147,2.5182,2.5217,2.5252,2.5287,2.5322,2.5357,2.5393,2.5428,2.5463,2.5499,2.5534,2.557,2.5605,2.5641,2.5677,2.5713,2.5748,2.5784,2.582,2.5856,2.5892,2.5928,2.5964,2.6,2.6036,2.6073,2.6109,2.6145,2.6182,2.6218,2.6255,2.6291,2.6328,2.6364,2.6401,2.6438,2.6475,2.6511,2.6548,2.6585,2.6622,2.6659,2.6696,2.6733,2.6771,2.6808,2.6845,2.6882,2.692,2.6957,2.6995,2.7032,2.707,2.7107,2.7145,2.7183,2.7221,2.7258,2.7296,2.7334,2.3778,2.381,2.3843,2.3875,2.3908,2.394,2.3973,2.4006,2.4038,2.4071,2.4104,2.4137,2.417,2.4203,2.4236,2.4269,2.4302,2.4335,2.4368,2.4401,2.4435,2.4468,2.4501,2.4535,2.4568,2.4602,2.4635,2.4669,2.4702,2.4736,2.477,2.4804,2.4837,2.4871,2.4905,2.4939,2.4973,2.5007,2.5041,2.5075,2.5109,2.5143,2.5178,2.5212,2.5246,2.5281,2.5315,2.5349,2.5384,2.5418,2.5453,2.5488,2.5522,2.5557,2.5592,2.5626,2.5661,2.5696,2.5731,2.5766,2.5801,2.5836,2.5871,2.5906,2.5942,2.5977,2.6012,2.6047,2.6083,2.6118,2.6154,2.6189,2.6225,2.626,2.6296,2.6332,2.6367,2.6403,2.6439,2.6475,2.651,2.6546,2.6582,2.6618,2.6654,2.669,2.6727,2.6763,2.6799,2.6835,2.6872,2.6908,2.6944,2.6981,2.7017,2.7054,2.709,2.7127,2.7164,2.72,2.3686,2.3718,2.3749,2.378,2.3812,2.3844,2.3875,2.3907,2.3938,2.397,2.4002,2.4034,2.4065,2.4097,2.4129,2.4161,2.4193,2.4225,2.4257,2.4289,2.4321,2.4354,2.4386,2.4418,2.4451,2.4483,2.4515,2.4548,2.458,2.4613,2.4646,2.4678,2.4711,2.4744,2.4776,2.4809,2.4842,2.4875,2.4908,2.4941,2.4974,2.5007,2.504,2.5073,2.5106,2.514,2.5173,2.5206,2.524,2.5273,2.5307,2.534,2.5374,2.5407,2.5441,2.5474,2.5508,2.5542,2.5576,2.5609,2.5643,2.5677,2.5711,2.5745,2.5779,2.5813,2.5847,2.5882,2.5916,2.595,2.5984,2.6019,2.6053,2.6087,2.6122,2.6156,2.6191,2.6226,2.626,2.6295,2.633,2.6364,2.6399,2.6434,2.6469,2.6504,2.6539,2.6574,2.6609,2.6644,2.6679,2.6714,2.6749,2.6784,2.682,2.6855,2.689,2.6926,2.6961,2.6997,2.3555,2.3585,2.3616,2.3646,2.3677,2.3707,2.3738,2.3768,2.3799,2.383,2.3861,2.3891,2.3922,2.3953,2.3984,2.4015,2.4046,2.4077,2.4108,2.4139,2.417,2.4202,2.4233,2.4264,2.4296,2.4327,2.4358,2.439,2.4421,2.4453,2.4484,2.4516,2.4548,2.4579,2.4611,2.4643,2.4675,2.4707,2.4739,2.4771,2.4803,2.4835,2.4867,2.4899,2.4931,2.4963,2.4995,2.5028,2.506,2.5092,2.5125,2.5157,2.519,2.5222,2.5255,2.5287,2.532,2.5353,2.5386,2.5418,2.5451,2.5484,2.5517,2.555,2.5583,2.5616,2.5649,2.5682,2.5715,2.5749,2.5782,2.5815,2.5849,2.5882,2.5915,2.5949,2.5982,2.6016,2.605,2.6083,2.6117,2.6151,2.6184,2.6218,2.6252,2.6286,2.632,2.6354,2.6388,2.6422,2.6456,2.649,2.6524,2.6559,2.6593,2.6627,2.6662,2.6696,2.673,2.6765,2.3408,2.3438,2.3467,2.3497,2.3527,2.3557,2.3587,2.3616,2.3646,2.3676,2.3706,2.3737,2.3767,2.3797,2.3827,2.3857,2.3888,2.3918,2.3948,2.3979,2.4009,2.4039,2.407,2.4101,2.4131,2.4162,2.4192,2.4223,2.4254,2.4285,2.4315,2.4346,2.4377,2.4408,2.4439,2.447,2.4501,2.4532,2.4563,2.4595,2.4626,2.4657,2.4688,2.472,2.4751,2.4782,2.4814,2.4845,2.4877,2.4908,2.494,2.4971,2.5003,2.5035,2.5066,2.5098,2.513,2.5162,2.5194,2.5226,2.5258,2.529,2.5322,2.5354,2.5386,2.5418,2.545,2.5482,2.5515,2.5547,2.558,2.5612,2.5645,2.5677,2.571,2.5742,2.5775,2.5808,2.5841,2.5873,2.5906,2.5939,2.5972,2.6005,2.6038,2.6071,2.6104,2.6137,2.617,2.6204,2.6237,2.627,2.6304,2.6337,2.637,2.6404,2.6437,2.6471,2.6505,2.6538,2.3264,2.3293,2.3323,2.3352,2.3381,2.341,2.3439,2.3469,2.3498,2.3527,2.3557,2.3586,2.3616,2.3646,2.3675,2.3705,2.3735,2.3764,2.3794,2.3824,2.3854,2.3884,2.3914,2.3944,2.3974,2.4004,2.4034,2.4064,2.4095,2.4125,2.4155,2.4185,2.4216,2.4246,2.4277,2.4307,2.4338,2.4368,2.4399,2.443,2.446,2.4491,2.4522,2.4552,2.4583,2.4614,2.4645,2.4676,2.4707,2.4738,2.4769,2.48,2.4831,2.4862,2.4894,2.4925,2.4956,2.4987,2.5019,2.505,2.5082,2.5113,2.5145,2.5176,2.5208,2.5239,2.5271,2.5303,2.5334,2.5366,2.5398,2.543,2.5461,2.5493,2.5525,2.5557,2.5589,2.5621,2.5653,2.5685,2.5717,2.575,2.5782,2.5814,2.5846,2.5879,2.5911,2.5943,2.5976,2.6008,2.6041,2.6073,2.6106,2.6138,2.6171,2.6204,2.6236,2.6269,2.6302,2.6334,2.3136,2.3165,2.3193,2.3221,2.325,2.3278,2.3307,2.3335,2.3364,2.3392,2.3421,2.345,2.3478,2.3507,2.3536,2.3564,2.3593,2.3622,2.3651,2.368,2.3709,2.3738,2.3767,2.3796,2.3825,2.3854,2.3884,2.3913,2.3942,2.3971,2.4001,2.403,2.4059,2.4089,2.4118,2.4148,2.4177,2.4207,2.4236,2.4266,2.4295,2.4325,2.4355,2.4384,2.4414,2.4444,2.4473,2.4503,2.4533,2.4562,2.4592,2.4622,2.4652,2.4681,2.4711,2.4741,2.4771,2.4801,2.483,2.486,2.489,2.492,2.495,2.498,2.501,2.504,2.507,2.51,2.513,2.516,2.519,2.522,2.525,2.528,2.531,2.534,2.537,2.54,2.543,2.5461,2.5491,2.5521,2.5551,2.5581,2.5612,2.5642,2.5672,2.5703,2.5733,2.5763,2.5794,2.5824,2.5854,2.5885,2.5915,2.5946,2.5976,2.6007,2.6037,2.6068,2.2972,2.2999,2.3026,2.3052,2.3079,2.3106,2.3133,2.3159,2.3186,2.3213,2.324,2.3267,2.3294,2.332,2.3347,2.3374,2.3401,2.3428,2.3455,2.3483,2.351,2.3537,2.3564,2.3591,2.3618,2.3646,2.3673,2.37,2.3728,2.3755,2.3782,2.381,2.3837,2.3865,2.3892,2.392,2.3947,2.3975,2.4002,2.403,2.4058,2.4085,2.4113,2.4141,2.4169,2.4197,2.4225,2.4253,2.428,2.4308,2.4337,2.4365,2.4393,2.4421,2.4449,2.4477,2.4505,2.4534,2.4562,2.459,2.4619,2.4647,2.4676,2.4704,2.4733,2.4761,2.479,2.4819,2.4847,2.4876,2.4905,2.4934,2.4963,2.4991,2.502,2.5049,2.5079,2.5108,2.5137,2.5166,2.5195,2.5225,2.5254,2.5283,2.5313,2.5342,2.5372,2.5402,2.5431,2.5461,2.5491,2.5521,2.555,2.558,2.561,2.564,2.567,2.57,2.5731,2.5761,2.2785,2.2812,2.2838,2.2865,2.2891,2.2918,2.2945,2.2972,2.2998,2.3025,2.3052,2.3079,2.3106,2.3134,2.3161,2.3188,2.3215,2.3243,2.327,2.3298,2.3325,2.3353,2.3381,2.3409,2.3436,2.3464,2.3492,2.352,2.3548,2.3576,2.3605,2.3633,2.3661,2.369,2.3718,2.3747,2.3775,2.3804,2.3832,2.3861,2.389,2.3919,2.3948,2.3977,2.4006,2.4035,2.4064,2.4094,2.4123,2.4152,2.4182,2.4212,2.4241,2.4271,2.4301,2.433,2.436,2.439,2.442,2.445,2.448,2.4511,2.4541,2.4571,2.4602,2.4632,2.4663,2.4693,2.4724,2.4755,2.4785,2.4816,2.4847,2.4878,2.4909,2.4941,2.4972,2.5003,2.5034,2.5066,2.5097,2.5129,2.5161,2.5192,2.5224,2.5256,2.5288,2.532,2.5352,2.5384,2.5416,2.5449,2.5481,2.5514,2.5546,2.5579,2.5611,2.5644,2.5677,2.5709,2.2762,2.2791,2.282,2.2848,2.2877,2.2906,2.2936,2.2965,2.2994,2.3023,2.3053,2.3082,2.3112,2.3141,2.3171,2.32,2.323,2.326,2.329,2.332,2.335,2.338,2.341,2.344,2.347,2.3501,2.3531,2.3561,2.3592,2.3622,2.3653,2.3683,2.3714,2.3745,2.3776,2.3807,2.3837,2.3868,2.3899,2.3931,2.3962,2.3993,2.4024,2.4056,2.4087,2.4118,2.415,2.4181,2.4213,2.4245,2.4276,2.4308,2.434,2.4372,2.4404,2.4436,2.4468,2.45,2.4532,2.4565,2.4597,2.4629,2.4662,2.4694,2.4727,2.476,2.4792,2.4825,2.4858,2.4891,2.4923,2.4956,2.4989,2.5023,2.5056,2.5089,2.5122,2.5155,2.5189,2.5222,2.5256,2.5289,2.5323,2.5356,2.539,2.5424,2.5458,2.5492,2.5525,2.5559,2.5593,2.5628,2.5662,2.5696,2.573,2.5764,2.5799,2.5833,2.5867,2.5902,2.2892,2.2922,2.2952,2.2982,2.3012,2.3043,2.3073,2.3103,2.3134,2.3164,2.3195,2.3226,2.3256,2.3287,2.3318,2.3349,2.338,2.341,2.3441,2.3472,2.3504,2.3535,2.3566,2.3597,2.3628,2.366,2.3691,2.3723,2.3754,2.3786,2.3817,2.3849,2.388,2.3912,2.3944,2.3976,2.4008,2.404,2.4072,2.4104,2.4136,2.4168,2.42,2.4232,2.4265,2.4297,2.4329,2.4362,2.4394,2.4427,2.4459,2.4492,2.4525,2.4557,2.459,2.4623,2.4656,2.4689,2.4722,2.4755,2.4788,2.4821,2.4854,2.4888,2.4921,2.4954,2.4988,2.5021,2.5054,2.5088,2.5121,2.5155,2.5189,2.5222,2.5256,2.529,2.5324,2.5357,2.5391,2.5425,2.5459,2.5493,2.5527,2.5562,2.5596,2.563,2.5664,2.5699,2.5733,2.5767,2.5802,2.5836,2.5871,2.5905,2.594,2.5975,2.601,2.6044,2.6079,2.6114,2.3027,2.3058,2.3088,2.3119,2.3149,2.318,2.321,2.3241,2.3271,2.3302,2.3333,2.3363,2.3394,2.3425,2.3456,2.3487,2.3518,2.3549,2.358,2.3611,2.3642,2.3673,2.3705,2.3736,2.3767,2.3799,2.383,2.3861,2.3893,2.3924,2.3956,2.3987,2.4019,2.405,2.4082,2.4114,2.4146,2.4177,2.4209,2.4241,2.4273,2.4305,2.4337,2.4369,2.4401,2.4433,2.4465,2.4497,2.4529,2.4562,2.4594,2.4626,2.4659,2.4691,2.4723,2.4756,2.4788,2.4821,2.4853,2.4886,2.4918,2.4951,2.4983,2.5016,2.5049,2.5082,2.5114,2.5147,2.518,2.5213,2.5246,2.5279,2.5312,2.5345,2.5378,2.5411,2.5444,2.5477,2.551,2.5543,2.5577,2.561,2.5643,2.5677,2.571,2.5743,2.5777,2.5811,2.5844,2.5878,2.5911,2.5945,2.5979,2.6013,2.6046,2.608,2.6114,2.6148,2.6182,2.6216,2.309,2.312,2.3149,2.3179,2.3208,2.3238,2.3268,2.3297,2.3327,2.3357,2.3387,2.3417,2.3446,2.3476,2.3506,2.3536,2.3566,2.3596,2.3626,2.3657,2.3687,2.3717,2.3747,2.3777,2.3808,2.3838,2.3868,2.3899,2.3929,2.396,2.399,2.4021,2.4051,2.4082,2.4113,2.4143,2.4174,2.4205,2.4235,2.4266,2.4297,2.4328,2.4359,2.439,2.4421,2.4452,2.4483,2.4514,2.4545,2.4576,2.4607,2.4638,2.4669,2.4701,2.4732,2.4763,2.4794,2.4826,2.4857,2.4889,2.492,2.4951,2.4983,2.5015,2.5046,2.5078,2.5109,2.5141,2.5173,2.5204,2.5236,2.5268,2.53,2.5331,2.5363,2.5395,2.5427,2.5459,2.5491,2.5523,2.5555,2.5587,2.5619,2.5651,2.5684,2.5716,2.5748,2.578,2.5812,2.5845,2.5877,2.5909,2.5942,2.5974,2.6006,2.6039,2.6071,2.6104,2.6136,2.6169,2.306,2.3088,2.3116,2.3145,2.3173,2.3201,2.323,2.3258,2.3287,2.3316,2.3344,2.3373,2.3401,2.343,2.3459,2.3487,2.3516,2.3545,2.3574,2.3603,2.3631,2.366,2.3689,2.3718,2.3747,2.3776,2.3805,2.3834,2.3863,2.3892,2.3922,2.3951,2.398,2.4009,2.4039,2.4068,2.4097,2.4127,2.4156,2.4186,2.4215,2.4245,2.4274,2.4304,2.4333,2.4363,2.4392,2.4422,2.4452,2.4482,2.4511,2.4541,2.4571,2.4601,2.4631,2.4661,2.469,2.472,2.475,2.478,2.481,2.4841,2.4871,2.4901,2.4931,2.4961,2.4991,2.5021,2.5052,2.5082,2.5112,2.5143,2.5173,2.5203,2.5234,2.5264,2.5295,2.5326,2.5356,2.5387,2.5417,2.5448,2.5479,2.551,2.554,2.5571,2.5602,2.5633,2.5664,2.5695,2.5726,2.5757,2.5788,2.5819,2.5851,2.5882,2.5913,2.5944,2.5976,2.6007,2.2956,2.2984,2.3011,2.3038,2.3066,2.3093,2.3121,2.3148,2.3176,2.3203,2.3231,2.3259,2.3286,2.3314,2.3342,2.3369,2.3397,2.3425,2.3453,2.3481,2.3509,2.3537,2.3565,2.3593,2.3621,2.3649,2.3677,2.3705,2.3734,2.3762,2.379,2.3819,2.3847,2.3875,2.3904,2.3932,2.3961,2.3989,2.4018,2.4046,2.4075,2.4104,2.4132,2.4161,2.419,2.4219,2.4248,2.4276,2.4305,2.4334,2.4363,2.4392,2.4421,2.445,2.448,2.4509,2.4538,2.4567,2.4596,2.4626,2.4655,2.4684,2.4714,2.4743,2.4773,2.4802,2.4832,2.4861,2.4891,2.492,2.495,2.498,2.5009,2.5039,2.5069,2.5099,2.5129,2.5159,2.5188,2.5218,2.5248,2.5278,2.5308,2.5338,2.5369,2.5399,2.5429,2.5459,2.5489,2.552,2.555,2.558,2.5611,2.5641,2.5671,2.5702,2.5732,2.5763,2.5794,2.5824,2.2838,2.2865,2.2892,2.2918,2.2945,2.2972,2.2999,2.3026,2.3053,2.3081,2.3108,2.3135,2.3162,2.3189,2.3217,2.3244,2.3271,2.3299,2.3326,2.3354,2.3381,2.3409,2.3437,2.3464,2.3492,2.352,2.3548,2.3575,2.3603,2.3631,2.3659,2.3687,2.3715,2.3743,2.3771,2.38,2.3828,2.3856,2.3884,2.3913,2.3941,2.3969,2.3998,2.4026,2.4055,2.4083,2.4112,2.414,2.4169,2.4198,2.4227,2.4255,2.4284,2.4313,2.4342,2.4371,2.44,2.4429,2.4458,2.4487,2.4516,2.4545,2.4575,2.4604,2.4633,2.4663,2.4692,2.4722,2.4751,2.4781,2.481,2.484,2.4869,2.4899,2.4929,2.4959,2.4988,2.5018,2.5048,2.5078,2.5108,2.5138,2.5168,2.5198,2.5228,2.5259,2.5289,2.5319,2.5349,2.538,2.541,2.544,2.5471,2.5501,2.5532,2.5562,2.5593,2.5624,2.5654,2.5685,2.2746,2.2773,2.2799,2.2826,2.2853,2.288,2.2907,2.2934,2.2962,2.2989,2.3016,2.3043,2.3071,2.3098,2.3125,2.3152,2.318,2.3207,2.3235,2.3262,2.329,2.3317,2.3345,2.3373,2.34,2.3428,2.3456,2.3484,2.3511,2.3539,2.3567,2.3595,2.3623,2.3651,2.3679,2.3707,2.3735,2.3763,2.3791,2.382,2.3848,2.3876,2.3904,2.3933,2.3961,2.3989,2.4018,2.4046,2.4075,2.4103,2.4132,2.416,2.4189,2.4217,2.4246,2.4275,2.4303,2.4332,2.4361,2.439,2.4418,2.4447,2.4476,2.4505,2.4534,2.4563,2.4592,2.4621,2.465,2.4679,2.4708,2.4737,2.4767,2.4796,2.4825,2.4854,2.4883,2.4913,2.4942,2.4971,2.5001,2.503,2.506,2.5089,2.5118,2.5148,2.5177,2.5207,2.5237,2.5266,2.5296,2.5326,2.5355,2.5385,2.5415,2.5445,2.5474,2.5504,2.5534,2.5564,2.2663,2.2689,2.2716,2.2742,2.2768,2.2794,2.2821,2.2847,2.2873,2.29,2.2926,2.2953,2.2979,2.3006,2.3032,2.3059,2.3086,2.3112,2.3139,2.3166,2.3192,2.3219,2.3246,2.3273,2.33,2.3326,2.3353,2.338,2.3407,2.3434,2.3461,2.3488,2.3515,2.3543,2.357,2.3597,2.3624,2.3651,2.3679,2.3706,2.3733,2.3761,2.3788,2.3816,2.3843,2.3871,2.3898,2.3926,2.3954,2.3981,2.4009,2.4037,2.4064,2.4092,2.412,2.4148,2.4176,2.4204,2.4232,2.426,2.4288,2.4316,2.4344,2.4372,2.44,2.4428,2.4457,2.4485,2.4513,2.4541,2.4569,2.4598,2.4626,2.4654,2.4683,2.4711,2.474,2.4768,2.4797,2.4825,2.4854,2.4883,2.4911,2.494,2.4969,2.4998,2.5027,2.5056,2.5085,2.5114,2.5143,2.5172,2.5201,2.523,2.5259,2.5288,2.5318,2.5347,2.5376,2.5406,2.2556,2.2582,2.2608,2.2633,2.2659,2.2685,2.2711,2.2737,2.2763,2.2789,2.2815,2.2842,2.2868,2.2894,2.292,2.2947,2.2973,2.2999,2.3026,2.3052,2.3079,2.3106,2.3132,2.3159,2.3186,2.3213,2.324,2.3267,2.3293,2.332,2.3347,2.3375,2.3402,2.3429,2.3456,2.3483,2.351,2.3538,2.3565,2.3592,2.3619,2.3647,2.3674,2.3702,2.3729,2.3757,2.3784,2.3812,2.3839,2.3867,2.3895,2.3922,2.395,2.3978,2.4006,2.4033,2.4061,2.4089,2.4117,2.4145,2.4173,2.4201,2.4229,2.4257,2.4285,2.4314,2.4342,2.437,2.4399,2.4427,2.4456,2.4484,2.4513,2.4541,2.457,2.4599,2.4628,2.4656,2.4685,2.4714,2.4743,2.4772,2.4801,2.483,2.4859,2.4888,2.4917,2.4946,2.4975,2.5005,2.5034,2.5063,2.5093,2.5122,2.5152,2.5181,2.5211,2.5241,2.5271,2.5301,2.2484,2.251,2.2536,2.2563,2.2589,2.2616,2.2642,2.2669,2.2695,2.2722,2.2749,2.2776,2.2802,2.2829,2.2856,2.2883,2.291,2.2937,2.2964,2.2991,2.3018,2.3045,2.3073,2.31,2.3127,2.3154,2.3182,2.3209,2.3236,2.3264,2.3291,2.3319,2.3347,2.3374,2.3402,2.343,2.3457,2.3485,2.3513,2.3541,2.3569,2.3597,2.3625,2.3653,2.3681,2.3709,2.3738,2.3766,2.3794,2.3823,2.3851,2.388,2.3908,2.3937,2.3965,2.3994,2.4023,2.4052,2.4081,2.4109,2.4138,2.4167,2.4196,2.4225,2.4255,2.4284,2.4313,2.4342,2.4372,2.4401,2.443,2.446,2.4489,2.4519,2.4548,2.4578,2.4608,2.4637,2.4667,2.4697,2.4727,2.4757,2.4787,2.4817,2.4847,2.4877,2.4907,2.4937,2.4968,2.4998,2.5028,2.5059,2.5089,2.512,2.515,2.5181,2.5211,2.5242,2.5273,2.5304,2.2482,2.2509,2.2536,2.2563,2.259,2.2617,2.2645,2.2672,2.2699,2.2727,2.2754,2.2782,2.2809,2.2837,2.2865,2.2892,2.292,2.2948,2.2976,2.3004,2.3032,2.306,2.3088,2.3116,2.3144,2.3172,2.3201,2.3229,2.3257,2.3286,2.3314,2.3343,2.3371,2.34,2.3429,2.3457,2.3486,2.3515,2.3544,2.3573,2.3602,2.3631,2.366,2.3689,2.3718,2.3747,2.3776,2.3806,2.3835,2.3865,2.3894,2.3923,2.3953,2.3983,2.4012,2.4042,2.4072,2.4101,2.4131,2.4161,2.4191,2.4221,2.4251,2.4281,2.4311,2.4341,2.4372,2.4402,2.4432,2.4463,2.4493,2.4523,2.4554,2.4584,2.4615,2.4646,2.4676,2.4707,2.4738,2.4769,2.48,2.4831,2.4862,2.4893,2.4924,2.4955,2.4986,2.5017,2.5049,2.508,2.5111,2.5143,2.5174,2.5206,2.5237,2.5269,2.53,2.5332,2.5364,2.5396,2.2537,2.2565,2.2593,2.2621,2.2649,2.2677,2.2705,2.2733,2.2762,2.279,2.2818,2.2847,2.2875,2.2903,2.2932,2.2961,2.2989,2.3018,2.3046,2.3075,2.3104,2.3133,2.3162,2.3191,2.322,2.3249,2.3278,2.3307,2.3336,2.3365,2.3395,2.3424,2.3453,2.3483,2.3512,2.3542,2.3571,2.3601,2.3631,2.366,2.369,2.372,2.375,2.378,2.381,2.384,2.387,2.39,2.393,2.396,2.399,2.4021,2.4051,2.4081,2.4112,2.4142,2.4173,2.4203,2.4234,2.4265,2.4295,2.4326,2.4357,2.4388,2.4419,2.445,2.4481,2.4512,2.4543,2.4574,2.4605,2.4636,2.4668,2.4699,2.473,2.4762,2.4793,2.4825,2.4856,2.4888,2.4919,2.4951,2.4983,2.5015,2.5046,2.5078,2.511,2.5142,2.5174,2.5206,2.5238,2.5271,2.5303,2.5335,2.5367,2.54,2.5432,2.5464,2.5497,2.5529,2.2619,2.2647,2.2676,2.2704,2.2733,2.2761,2.279,2.2819,2.2848,2.2876,2.2905,2.2934,2.2963,2.2992,2.3021,2.305,2.308,2.3109,2.3138,2.3167,2.3197,2.3226,2.3255,2.3285,2.3314,2.3344,2.3373,2.3403,2.3433,2.3462,2.3492,2.3522,2.3552,2.3581,2.3611,2.3641,2.3671,2.3701,2.3731,2.3761,2.3792,2.3822,2.3852,2.3882,2.3913,2.3943,2.3973,2.4004,2.4034,2.4065,2.4095,2.4126,2.4157,2.4187,2.4218,2.4249,2.4279,2.431,2.4341,2.4372,2.4403,2.4434,2.4465,2.4496,2.4527,2.4559,2.459,2.4621,2.4652,2.4684,2.4715,2.4747,2.4778,2.481,2.4841,2.4873,2.4904,2.4936,2.4968,2.5,2.5032,2.5063,2.5095,2.5127,2.5159,2.5191,2.5223,2.5255,2.5288,2.532,2.5352,2.5384,2.5417,2.5449,2.5481,2.5514,2.5546,2.5579,2.5611,2.5644,2.2687,2.2715,2.2744,2.2772,2.2801,2.283,2.2858,2.2887,2.2916,2.2944,2.2973,2.3002,2.3031,2.306,2.3089,2.3118,2.3147,2.3176,2.3205,2.3234,2.3264,2.3293,2.3322,2.3351,2.3381,2.341,2.344,2.3469,2.3499,2.3528,2.3558,2.3587,2.3617,2.3647,2.3677,2.3706,2.3736,2.3766,2.3796,2.3826,2.3856,2.3886,2.3916,2.3946,2.3976,2.4006,2.4037,2.4067,2.4097,2.4128,2.4158,2.4188,2.4219,2.4249,2.428,2.431,2.4341,2.4372,2.4402,2.4433,2.4464,2.4495,2.4525,2.4556,2.4587,2.4618,2.4649,2.468,2.4711,2.4742,2.4774,2.4805,2.4836,2.4867,2.4899,2.493,2.4961,2.4993,2.5024,2.5056,2.5087,2.5119,2.515,2.5182,2.5214,2.5245,2.5277,2.5309,2.5341,2.5373,2.5404,2.5436,2.5468,2.55,2.5532,2.5565,2.5597,2.5629,2.5661,2.5693,2.2714,2.2742,2.277,2.2798,2.2826,2.2855,2.2883,2.2911,2.294,2.2968,2.2997,2.3025,2.3054,2.3082,2.3111,2.3139,2.3168,2.3197,2.3225,2.3254,2.3283,2.3312,2.3341,2.3369,2.3398,2.3427,2.3456,2.3485,2.3515,2.3544,2.3573,2.3602,2.3631,2.3661,2.369,2.3719,2.3749,2.3778,2.3807,2.3837,2.3866,2.3896,2.3926,2.3955,2.3985,2.4015,2.4044,2.4074,2.4104,2.4134,2.4164,2.4193,2.4223,2.4253,2.4283,2.4314,2.4344,2.4374,2.4404,2.4434,2.4464,2.4495,2.4525,2.4555,2.4586,2.4616,2.4646,2.4677,2.4707,2.4738,2.4768,2.4799,2.483,2.486,2.4891,2.4922,2.4953,2.4983,2.5014,2.5045,2.5076,2.5107,2.5138,2.5169,2.52,2.5231,2.5262,2.5294,2.5325,2.5356,2.5387,2.5419,2.545,2.5481,2.5513,2.5544,2.5576,2.5607,2.5639,2.5671,2.2696,2.2724,2.2752,2.2779,2.2807,2.2835,2.2862,2.289,2.2918,2.2946,2.2974,2.3002,2.303,2.3058,2.3086,2.3114,2.3142,2.317,2.3199,2.3227,2.3255,2.3283,2.3312,2.334,2.3368,2.3397,2.3425,2.3454,2.3483,2.3511,2.354,2.3568,2.3597,2.3626,2.3655,2.3683,2.3712,2.3741,2.377,2.3799,2.3828,2.3857,2.3886,2.3915,2.3944,2.3974,2.4003,2.4032,2.4061,2.4091,2.412,2.4149,2.4179,2.4208,2.4238,2.4267,2.4297,2.4327,2.4356,2.4386,2.4416,2.4445,2.4475,2.4505,2.4535,2.4565,2.4595,2.4625,2.4655,2.4685,2.4715,2.4745,2.4775,2.4805,2.4836,2.4866,2.4896,2.4926,2.4957,2.4987,2.5018,2.5048,2.5079,2.5109,2.514,2.517,2.5201,2.5232,2.5262,2.5293,2.5324,2.5355,2.5386,2.5416,2.5447,2.5478,2.5509,2.554,2.5571,2.5602,2.2651,2.2678,2.2705,2.2733,2.276,2.2787,2.2814,2.2842,2.2869,2.2897,2.2924,2.2952,2.2979,2.3007,2.3034,2.3062,2.309,2.3117,2.3145,2.3173,2.3201,2.3229,2.3257,2.3284,2.3312,2.334,2.3369,2.3397,2.3425,2.3453,2.3481,2.3509,2.3538,2.3566,2.3594,2.3623,2.3651,2.368,2.3708,2.3737,2.3765,2.3794,2.3823,2.3851,2.388,2.3909,2.3938,2.3966,2.3995,2.4024,2.4053,2.4082,2.4112,2.4141,2.417,2.4199,2.4228,2.4258,2.4287,2.4316,2.4346,2.4375,2.4405,2.4435,2.4464,2.4494,2.4524,2.4553,2.4583,2.4613,2.4643,2.4673,2.4703,2.4733,2.4763,2.4793,2.4823,2.4853,2.4883,2.4914,2.4944,2.4974,2.5005,2.5035,2.5066,2.5096,2.5127,2.5157,2.5188,2.5219,2.5249,2.528,2.5311,2.5342,2.5373,2.5403,2.5434,2.5465,2.5496,2.5528,2.2602,2.2629,2.2656,2.2684,2.2711,2.2738,2.2766,2.2794,2.2821,2.2849,2.2876,2.2904,2.2932,2.296,2.2988,2.3015,2.3043,2.3071,2.3099,2.3127,2.3156,2.3184,2.3212,2.324,2.3268,2.3297,2.3325,2.3354,2.3382,2.3411,2.3439,2.3468,2.3496,2.3525,2.3554,2.3583,2.3612,2.3641,2.3669,2.3698,2.3727,2.3757,2.3786,2.3815,2.3844,2.3873,2.3903,2.3932,2.3962,2.3991,2.4021,2.405,2.408,2.4109,2.4139,2.4169,2.4199,2.4228,2.4258,2.4288,2.4318,2.4348,2.4378,2.4409,2.4439,2.4469,2.4499,2.453,2.456,2.4591,2.4621,2.4652,2.4682,2.4713,2.4744,2.4774,2.4805,2.4836,2.4867,2.4898,2.4929,2.496,2.4991,2.5022,2.5054,2.5085,2.5116,2.5148,2.5179,2.5211,2.5242,2.5274,2.5306,2.5337,2.5369,2.5401,2.5433,2.5465,2.5497,2.5529,2.2601,2.2629,2.2657,2.2685,2.2713,2.2741,2.277,2.2798,2.2827,2.2855,2.2884,2.2912,2.2941,2.297,2.2998,2.3027,2.3056,2.3085,2.3114,2.3143,2.3172,2.3201,2.3231,2.326,2.3289,2.3319,2.3348,2.3378,2.3408,2.3437,2.3467,2.3497,2.3527,2.3557,2.3587,2.3617,2.3647,2.3677,2.3707,2.3738,2.3768,2.3799,2.3829,2.386,2.389,2.3921,2.3952,2.3983,2.4013,2.4044,2.4075,2.4107,2.4138,2.4169,2.42,2.4231,2.4263,2.4294,2.4326,2.4357,2.4389,2.442,2.4452,2.4484,2.4516,2.4548,2.458,2.4612,2.4644,2.4676,2.4708,2.474,2.4773,2.4805,2.4837,2.487,2.4903,2.4935,2.4968,2.5001,2.5034,2.5067,2.51,2.5133,2.5166,2.5199,2.5232,2.5265,2.5299,2.5332,2.5366,2.5399,2.5433,2.5467,2.55,2.5534,2.5568,2.5602,2.5636,2.567,2.2685,2.2715,2.2744,2.2774,2.2804,2.2834,2.2864,2.2894,2.2924,2.2954,2.2984,2.3014,2.3045,2.3075,2.3105,2.3136,2.3166,2.3197,2.3228,2.3258,2.3289,2.332,2.3351,2.3382,2.3413,2.3444,2.3475,2.3506,2.3537,2.3569,2.36,2.3632,2.3663,2.3695,2.3726,2.3758,2.379,2.3822,2.3853,2.3885,2.3917,2.3949,2.3981,2.4014,2.4046,2.4078,2.411,2.4143,2.4175,2.4208,2.424,2.4273,2.4306,2.4338,2.4371,2.4404,2.4437,2.447,2.4503,2.4536,2.4569,2.4602,2.4635,2.4669,2.4702,2.4735,2.4769,2.4802,2.4836,2.487,2.4903,2.4937,2.4971,2.5005,2.5038,2.5072,2.5106,2.5141,2.5175,2.5209,2.5243,2.5277,2.5312,2.5346,2.5381,2.5415,2.545,2.5485,2.5519,2.5554,2.5589,2.5624,2.5659,2.5694,2.5729,2.5764,2.5799,2.5834,2.5869,2.5904,2.2824,2.2855,2.2885,2.2916,2.2947,2.2978,2.3008,2.3039,2.307,2.3101,2.3132,2.3163,2.3194,2.3225,2.3256,2.3288,2.3319,2.335,2.3382,2.3413,2.3445,2.3476,2.3508,2.3539,2.3571,2.3603,2.3635,2.3667,2.3698,2.373,2.3762,2.3794,2.3826,2.3859,2.3891,2.3923,2.3955,2.3988,2.402,2.4053,2.4085,2.4118,2.415,2.4183,2.4216,2.4248,2.4281,2.4314,2.4347,2.438,2.4413,2.4446,2.4479,2.4513,2.4546,2.4579,2.4612,2.4646,2.4679,2.4713,2.4746,2.478,2.4814,2.4847,2.4881,2.4915,2.4949,2.4983,2.5017,2.5051,2.5085,2.5119,2.5153,2.5188,2.5222,2.5256,2.5291,2.5325,2.536,2.5394,2.5429,2.5464,2.5498,2.5533,2.5568,2.5603,2.5638,2.5673,2.5708,2.5743,2.5778,2.5814,2.5849,2.5884,2.592,2.5955,2.599,2.6026,2.6062,2.6097,2.2935,2.2966,2.2997,2.3028,2.3059,2.309,2.312,2.3152,2.3183,2.3214,2.3245,2.3276,2.3307,2.3339,2.337,2.3402,2.3433,2.3465,2.3496,2.3528,2.356,2.3591,2.3623,2.3655,2.3687,2.3719,2.3751,2.3783,2.3815,2.3847,2.388,2.3912,2.3944,2.3977,2.4009,2.4041,2.4074,2.4107,2.4139,2.4172,2.4205,2.4237,2.427,2.4303,2.4336,2.4369,2.4402,2.4435,2.4468,2.4501,2.4534,2.4567,2.4601,2.4634,2.4668,2.4701,2.4734,2.4768,2.4802,2.4835,2.4869,2.4903,2.4936,2.497,2.5004,2.5038,2.5072,2.5106,2.514,2.5174,2.5208,2.5243,2.5277,2.5311,2.5345,2.538,2.5414,2.5449,2.5483,2.5518,2.5553,2.5587,2.5622,2.5657,2.5691,2.5726,2.5761,2.5796,2.5831,2.5866,2.5901,2.5936,2.5971,2.6007,2.6042,2.6077,2.6113,2.6148,2.6183,2.6219,2.3005,2.3035,2.3066,2.3096,2.3127,2.3158,2.3188,2.3219,2.325,2.3281,2.3312,2.3343,2.3374,2.3405,2.3436,2.3467,2.3498,2.3529,2.356,2.3592,2.3623,2.3654,2.3686,2.3717,2.3749,2.378,2.3812,2.3844,2.3875,2.3907,2.3939,2.3971,2.4002,2.4034,2.4066,2.4098,2.413,2.4162,2.4194,2.4226,2.4259,2.4291,2.4323,2.4355,2.4388,2.442,2.4453,2.4485,2.4518,2.455,2.4583,2.4615,2.4648,2.4681,2.4714,2.4746,2.4779,2.4812,2.4845,2.4878,2.4911,2.4944,2.4977,2.5011,2.5044,2.5077,2.511,2.5144,2.5177,2.521,2.5244,2.5277,2.5311,2.5344,2.5378,2.5412,2.5446,2.5479,2.5513,2.5547,2.5581,2.5615,2.5649,2.5683,2.5717,2.5751,2.5785,2.582,2.5854,2.5888,2.5923,2.5957,2.5992,2.6026,2.6061,2.6095,2.613,2.6165,2.6199,2.6234,2.3014,2.3044,2.3074,2.3104,2.3135,2.3165,2.3195,2.3225,2.3255,2.3286,2.3316,2.3347,2.3377,2.3408,2.3438,2.3469,2.35,2.353,2.3561,2.3592,2.3623,2.3654,2.3685,2.3715,2.3747,2.3778,2.3809,2.384,2.3871,2.3902,2.3934,2.3965,2.3996,2.4028,2.4059,2.4091,2.4123,2.4154,2.4186,2.4218,2.4249,2.4281,2.4313,2.4345,2.4377,2.4409,2.4441,2.4473,2.4505,2.4537,2.457,2.4602,2.4634,2.4667,2.4699,2.4732,2.4764,2.4797,2.4829,2.4862,2.4895,2.4927,2.496,2.4993,2.5026,2.5059,2.5092,2.5125,2.5158,2.5191,2.5224,2.5257,2.5291,2.5324,2.5357,2.5391,2.5424,2.5458,2.5491,2.5525,2.5558,2.5592,2.5626,2.5659,2.5693,2.5727,2.5761,2.5795,2.5829,2.5863,2.5897,2.5931,2.5965,2.5999,2.6034,2.6068,2.6102,2.6137,2.6171,2.6206,2.3001,2.3031,2.3061,2.3091,2.3121,2.3151,2.3181,2.3211,2.3241,2.3271,2.3301,2.3331,2.3362,2.3392,2.3423,2.3453,2.3483,2.3514,2.3545,2.3575,2.3606,2.3637,2.3667,2.3698,2.3729,2.376,2.3791,2.3822,2.3853,2.3884,2.3915,2.3947,2.3978,2.4009,2.404,2.4072,2.4103,2.4135,2.4166,2.4198,2.4229,2.4261,2.4293,2.4325,2.4356,2.4388,2.442,2.4452,2.4484,2.4516,2.4548,2.4581,2.4613,2.4645,2.4677,2.471,2.4742,2.4775,2.4807,2.484,2.4872,2.4905,2.4938,2.497,2.5003,2.5036,2.5069,2.5102,2.5135,2.5168,2.5201,2.5234,2.5268,2.5301,2.5334,2.5368,2.5401,2.5435,2.5468,2.5502,2.5536,2.5569,2.5603,2.5637,2.5671,2.5705,2.5739,2.5773,2.5807,2.5841,2.5876,2.591,2.5944,2.5979,2.6013,2.6048,2.6082,2.6117,2.6152,2.6187,2.2995,2.3026,2.3056,2.3086,2.3116,2.3147,2.3177,2.3208,2.3238,2.3269,2.33,2.333,2.3361,2.3392,2.3423,2.3454,2.3485,2.3516,2.3548,2.3579,2.361,2.3641,2.3673,2.3704,2.3736,2.3768,2.3799,2.3831,2.3863,2.3895,2.3927,2.3959,2.3991,2.4023,2.4056,2.4088,2.412,2.4153,2.4185,2.4218,2.425,2.4283,2.4316,2.4349,2.4382,2.4415,2.4448,2.4481,2.4514,2.4547,2.4581,2.4614,2.4647,2.4681,2.4714,2.4748,2.4782,2.4816,2.485,2.4883,2.4918,2.4952,2.4986,2.502,2.5054,2.5089,2.5123,2.5158,2.5192,2.5227,2.5261,2.5296,2.5331,2.5366,2.5401,2.5436,2.5471,2.5506,2.5541,2.5577,2.5612,2.5648,2.5683,2.5719,2.5754,2.579,2.5826,2.5861,2.5897,2.5933,2.5969,2.6005,2.6042,2.6078,2.6114,2.6151,2.6187,2.6223,2.626,2.6297,2.3067,2.3099,2.3131,2.3163,2.3194,2.3226,2.3258,2.329,2.3322,2.3354,2.3387,2.3419,2.3451,2.3483,2.3516,2.3548,2.3581,2.3614,2.3646,2.3679,2.3712,2.3745,2.3777,2.381,2.3843,2.3877,2.391,2.3943,2.3976,2.4009,2.4043,2.4076,2.411,2.4143,2.4177,2.421,2.4244,2.4278,2.4312,2.4345,2.4379,2.4413,2.4447,2.4481,2.4515,2.455,2.4584,2.4618,2.4653,2.4687,2.4721,2.4756,2.479,2.4825,2.486,2.4894,2.4929,2.4964,2.4999,2.5034,2.5069,2.5104,2.5139,2.5174,2.5209,2.5245,2.528,2.5315,2.5351,2.5386,2.5422,2.5457,2.5493,2.5528,2.5564,2.56,2.5636,2.5671,2.5707,2.5743,2.5779,2.5815,2.5852,2.5888,2.5924,2.596,2.5997,2.6033,2.6069,2.6106,2.6142,2.6179,2.6215,2.6252,2.6289,2.6326,2.6362,2.6399,2.6436,2.6473,2.3179,2.3211,2.3243,2.3275,2.3307,2.3339,2.3371,2.3403,2.3435,2.3467,2.35,2.3532,2.3564,2.3597,2.3629,2.3662,2.3694,2.3727,2.376,2.3792,2.3825,2.3858,2.3891,2.3924,2.3957,2.399,2.4023,2.4056,2.4089,2.4122,2.4155,2.4189,2.4222,2.4256,2.4289,2.4322,2.4356,2.439,2.4423,2.4457,2.4491,2.4524,2.4558,2.4592,2.4626,2.466,2.4694,2.4728,2.4762,2.4796,2.483,2.4865,2.4899,2.4933,2.4968,2.5002,2.5037,2.5071,2.5106,2.514,2.5175,2.521,2.5244,2.5279,2.5314,2.5349,2.5384,2.5419,2.5454,2.5489,2.5524,2.5559,2.5594,2.5629,2.5665,2.57,2.5736,2.5771,2.5807,2.5842,2.5878,2.5913,2.5949,2.5985,2.6021,2.6057,2.6092,2.6128,2.6164,2.62,2.6236,2.6272,2.6309,2.6345,2.6381,2.6417,2.6453,2.649,2.6526,2.6562,2.3239,2.327,2.3301,2.3333,2.3364,2.3396,2.3427,2.3459,2.349,2.3522,2.3554,2.3585,2.3617,2.3649,2.3681,2.3712,2.3744,2.3776,2.3808,2.384,2.3872,2.3904,2.3937,2.3969,2.4001,2.4033,2.4066,2.4098,2.413,2.4163,2.4195,2.4228,2.4261,2.4293,2.4326,2.4359,2.4392,2.4424,2.4457,2.449,2.4523,2.4556,2.4589,2.4622,2.4655,2.4689,2.4722,2.4755,2.4788,2.4822,2.4855,2.4888,2.4922,2.4955,2.4989,2.5022,2.5056,2.509,2.5123,2.5157,2.5191,2.5225,2.5259,2.5292,2.5326,2.536,2.5394,2.5428,2.5462,2.5497,2.5531,2.5565,2.5599,2.5634,2.5668,2.5702,2.5737,2.5771,2.5806,2.584,2.5875,2.591,2.5944,2.5979,2.6014,2.6049,2.6084,2.6119,2.6154,2.6189,2.6224,2.6259,2.6294,2.6329,2.6364,2.6399,2.6435,2.647,2.6505,2.6541,2.3229,2.3259,2.329,2.3321,2.3351,2.3382,2.3413,2.3443,2.3474,2.3505,2.3536,2.3567,2.3598,2.3629,2.366,2.3691,2.3722,2.3754,2.3785,2.3816,2.3847,2.3879,2.391,2.3942,2.3973,2.4005,2.4036,2.4068,2.41,2.4131,2.4163,2.4195,2.4227,2.4259,2.4291,2.4323,2.4355,2.4387,2.4419,2.4451,2.4483,2.4516,2.4548,2.458,2.4613,2.4645,2.4678,2.471,2.4743,2.4775,2.4808,2.4841,2.4873,2.4906,2.4939,2.4972,2.5005,2.5038,2.5071,2.5104,2.5137,2.517,2.5203,2.5236,2.5269,2.5303,2.5336,2.537,2.5403,2.5436,2.547,2.5504,2.5537,2.5571,2.5605,2.5639,2.5672,2.5706,2.574,2.5774,2.5808,2.5842,2.5877,2.5911,2.5945,2.5979,2.6014,2.6048,2.6082,2.6117,2.6151,2.6186,2.622,2.6255,2.629,2.6325,2.6359,2.6394,2.6429,2.6464,2.3182,2.3212,2.3242,2.3273,2.3303,2.3333,2.3364,2.3394,2.3425,2.3455,2.3486,2.3517,2.3547,2.3578,2.3609,2.364,2.3671,2.3702,2.3733,2.3764,2.3795,2.3826,2.3857,2.3889,2.392,2.3951,2.3983,2.4014,2.4046,2.4077,2.4109,2.414,2.4172,2.4204,2.4236,2.4267,2.4299,2.4331,2.4363,2.4395,2.4427,2.4459,2.4492,2.4524,2.4556,2.4588,2.4621,2.4653,2.4686,2.4718,2.4751,2.4783,2.4816,2.4849,2.4881,2.4914,2.4947,2.498,2.5013,2.5046,2.5079,2.5112,2.5145,2.5178,2.5211,2.5245,2.5278,2.5311,2.5345,2.5378,2.5412,2.5445,2.5479,2.5513,2.5546,2.558,2.5614,2.5648,2.5682,2.5715,2.5749,2.5783,2.5818,2.5852,2.5886,2.592,2.5954,2.5989,2.6023,2.6057,2.6092,2.6126,2.6161,2.6195,2.623,2.6265,2.6299,2.6334,2.6369,2.6404,2.3143,2.3173,2.3203,2.3234,2.3264,2.3294,2.3325,2.3355,2.3385,2.3416,2.3447,2.3477,2.3508,2.3538,2.3569,2.36,2.3631,2.3662,2.3693,2.3724,2.3755,2.3786,2.3817,2.3848,2.3879,2.391,2.3942,2.3973,2.4005,2.4036,2.4068,2.4099,2.4131,2.4162,2.4194,2.4226,2.4258,2.4289,2.4321,2.4353,2.4385,2.4417,2.4449,2.4482,2.4514,2.4546,2.4578,2.4611,2.4643,2.4675,2.4708,2.474,2.4773,2.4806,2.4838,2.4871,2.4904,2.4937,2.4969,2.5002,2.5035,2.5068,2.5101,2.5134,2.5168,2.5201,2.5234,2.5267,2.5301,2.5334,2.5367,2.5401,2.5435,2.5468,2.5502,2.5535,2.5569,2.5603,2.5637,2.5671,2.5705,2.5738,2.5772,2.5807,2.5841,2.5875,2.5909,2.5943,2.5978,2.6012,2.6046,2.6081,2.6115,2.615,2.6184,2.6219,2.6254,2.6289,2.6323,2.6358,2.3112,2.3142,2.3173,2.3203,2.3233,2.3263,2.3294,2.3324,2.3355,2.3385,2.3416,2.3446,2.3477,2.3508,2.3539,2.357,2.36,2.3631,2.3662,2.3693,2.3724,2.3756,2.3787,2.3818,2.3849,2.3881,2.3912,2.3944,2.3975,2.4007,2.4038,2.407,2.4101,2.4133,2.4165,2.4197,2.4229,2.4261,2.4293,2.4325,2.4357,2.4389,2.4421,2.4454,2.4486,2.4518,2.4551,2.4583,2.4616,2.4648,2.4681,2.4713,2.4746,2.4779,2.4812,2.4845,2.4877,2.491,2.4943,2.4976,2.501,2.5043,2.5076,2.5109,2.5142,2.5176,2.5209,2.5243,2.5276,2.531,2.5343,2.5377,2.5411,2.5444,2.5478,2.5512,2.5546,2.558,2.5614,2.5648,2.5682,2.5716,2.575,2.5784,2.5819,2.5853,2.5887,2.5922,2.5956,2.5991,2.6025,2.606,2.6095,2.6129,2.6164,2.6199,2.6234,2.6269,2.6304,2.6339,2.3098,2.3128,2.3158,2.3189,2.3219,2.3249,2.328,2.3311,2.3341,2.3372,2.3403,2.3433,2.3464,2.3495,2.3526,2.3557,2.3588,2.3619,2.365,2.3681,2.3712,2.3744,2.3775,2.3806,2.3838,2.3869,2.3901,2.3932,2.3964,2.3995,2.4027,2.4059,2.4091,2.4122,2.4154,2.4186,2.4218,2.425,2.4282,2.4314,2.4346,2.4379,2.4411,2.4443,2.4475,2.4508,2.454,2.4573,2.4605,2.4638,2.467,2.4703,2.4736,2.4769,2.4801,2.4834,2.4867,2.49,2.4933,2.4966,2.4999,2.5032,2.5065,2.5098,2.5132,2.5165,2.5198,2.5232,2.5265,2.5299,2.5332,2.5366,2.5399,2.5433,2.5467,2.55,2.5534,2.5568,2.5602,2.5636,2.567,2.5704,2.5738,2.5772,2.5806,2.584,2.5874,2.5909,2.5943,2.5977,2.6012,2.6046,2.608,2.6115,2.6149,2.6184,2.6219,2.6253,2.6288,2.6323,2.3085,2.3115,2.3145,2.3175,2.3205,2.3236,2.3266,2.3296,2.3326,2.3357,2.3387,2.3418,2.3448,2.3479,2.3509,2.354,2.3571,2.3601,2.3632,2.3663,2.3694,2.3725,2.3756,2.3787,2.3818,2.3849,2.388,2.3911,2.3942,2.3973,2.4004,2.4036,2.4067,2.4098,2.413,2.4161,2.4193,2.4224,2.4256,2.4287,2.4319,2.4351,2.4382,2.4414,2.4446,2.4478,2.451,2.4541,2.4573,2.4605,2.4637,2.4669,2.4701,2.4734,2.4766,2.4798,2.483,2.4862,2.4895,2.4927,2.4959,2.4992,2.5024,2.5057,2.5089,2.5122,2.5154,2.5187,2.522,2.5252,2.5285,2.5318,2.5351,2.5384,2.5416,2.5449,2.5482,2.5515,2.5548,2.5581,2.5615,2.5648,2.5681,2.5714,2.5747,2.578,2.5814,2.5847,2.5881,2.5914,2.5947,2.5981,2.6014,2.6048,2.6082,2.6115,2.6149,2.6183,2.6216,2.625,2.3036,2.3065,2.3095,2.3124,2.3153,2.3183,2.3212,2.3242,2.3271,2.3301,2.333,2.336,2.3389,2.3419,2.3449,2.3479,2.3508,2.3538,2.3568,2.3598,2.3628,2.3658,2.3688,2.3718,2.3748,2.3778,2.3809,2.3839,2.3869,2.3899,2.393,2.396,2.399,2.4021,2.4051,2.4082,2.4112,2.4143,2.4174,2.4204,2.4235,2.4266,2.4297,2.4327,2.4358,2.4389,2.442,2.4451,2.4482,2.4513,2.4544,2.4575,2.4606,2.4637,2.4668,2.47,2.4731,2.4762,2.4794,2.4825,2.4856,2.4888,2.4919,2.4951,2.4982,2.5014,2.5045,2.5077,2.5108,2.514,2.5172,2.5204,2.5235,2.5267,2.5299,2.5331,2.5363,2.5395,2.5427,2.5459,2.5491,2.5523,2.5555,2.5587,2.5619,2.5651,2.5683,2.5716,2.5748,2.578,2.5812,2.5845,2.5877,2.591,2.5942,2.5974,2.6007,2.604,2.6072,2.6105,2.2942,2.297,2.2998,2.3027,2.3055,2.3083,2.3112,2.314,2.3169,2.3197,2.3226,2.3254,2.3283,2.3312,2.334,2.3369,2.3398,2.3427,2.3455,2.3484,2.3513,2.3542,2.3571,2.36,2.3629,2.3658,2.3687,2.3716,2.3745,2.3774,2.3804,2.3833,2.3862,2.3891,2.3921,2.395,2.3979,2.4009,2.4038,2.4068,2.4097,2.4127,2.4156,2.4186,2.4216,2.4245,2.4275,2.4305,2.4335,2.4364,2.4394,2.4424,2.4454,2.4484,2.4514,2.4544,2.4574,2.4604,2.4634,2.4664,2.4695,2.4725,2.4755,2.4785,2.4816,2.4846,2.4876,2.4907,2.4937,2.4968,2.4998,2.5029,2.5059,2.509,2.5121,2.5151,2.5182,2.5213,2.5243,2.5274,2.5305,2.5336,2.5367,2.5398,2.5429,2.546,2.5491,2.5522,2.5553,2.5584,2.5615,2.5646,2.5678,2.5709,2.574,2.5772,2.5803,2.5834,2.5866,2.5897,2.2808,2.2836,2.2863,2.289,2.2918,2.2945,2.2973,2.3001,2.3028,2.3056,2.3084,2.3111,2.3139,2.3167,2.3195,2.3223,2.3251,2.3279,2.3307,2.3335,2.3363,2.3391,2.3419,2.3447,2.3475,2.3504,2.3532,2.356,2.3589,2.3617,2.3646,2.3674,2.3703,2.3731,2.376,2.3788,2.3817,2.3846,2.3875,2.3903,2.3932,2.3961,2.399,2.4019,2.4048,2.4077,2.4106,2.4135,2.4164,2.4193,2.4223,2.4252,2.4281,2.4311,2.434,2.4369,2.4399,2.4428,2.4458,2.4487,2.4517,2.4547,2.4576,2.4606,2.4636,2.4665,2.4695,2.4725,2.4755,2.4785,2.4815,2.4845,2.4875,2.4905,2.4935,2.4965,2.4996,2.5026,2.5056,2.5086,2.5117,2.5147,2.5177,2.5208,2.5238,2.5269,2.53,2.533,2.5361,2.5391,2.5422,2.5453,2.5484,2.5515,2.718,2.7212,2.7245,2.7278,2.3694,2.3723,2.3751,2.3779,2.3807,2.3835,2.3864,2.3892,2.3921,2.3949,2.3977,2.4006,2.4035,2.4063,2.4092,2.412,2.4149,2.4178,2.4207,2.4236,2.4264,2.4293,2.4322,2.4351,2.438,2.4409,2.4438,2.4468,2.4497,2.4526,2.4555,2.4584,2.4614,2.4643,2.4673,2.4702,2.4732,2.4761,2.4791,2.482,2.485,2.488,2.4909,2.4939,2.4969,2.4999,2.5029,2.5058,2.5088,2.5118,2.5148,2.5178,2.5209,2.5239,2.5269,2.5299,2.5329,2.536,2.539,2.542,2.5451,2.5481,2.5512,2.5542,2.5573,2.5603,2.5634,2.5665,2.5695,2.5726,2.5757,2.5788,2.5819,2.585,2.5881,2.5911,2.5943,2.5974,2.6005,2.6036,2.6067,2.6098,2.613,2.6161,2.6192,2.6224,2.6255,2.6286,2.6318,2.6349,2.6381,2.6413,2.6444,2.6476,2.6508,2.6539,2.6571,2.6603,2.6635,2.6667,2.3317,2.3344,2.3372,2.3399,2.3427,2.3455,2.3482,2.351,2.3538,2.3566,2.3594,2.3622,2.365,2.3678,2.3706,2.3734,2.3762,2.379,2.3818,2.3847,2.3875,2.3903,2.3932,2.396,2.3989,2.4017,2.4046,2.4074,2.4103,2.4132,2.416,2.4189,2.4218,2.4247,2.4275,2.4304,2.4333,2.4362,2.4391,2.442,2.4449,2.4479,2.4508,2.4537,2.4566,2.4596,2.4625,2.4654,2.4684,2.4713,2.4743,2.4772,2.4802,2.4832,2.4861,2.4891,2.4921,2.4951,2.498,2.501,2.504,2.507,2.51,2.513,2.516,2.5191,2.5221,2.5251,2.5281,2.5312,2.5342,2.5372,2.5403,2.5433,2.5464,2.5494,2.5525,2.5556,2.5586,2.5617,2.5648,2.5678,2.5709,2.574,2.5771,2.5802,2.5833,2.5864,2.5895,2.5926,2.5958,2.5989,2.602,2.6051,2.6083,2.6114,2.6146,2.6177,2.6209,2.624,2.305,2.3077,2.3104,2.3132,2.3159,2.3187,2.3215,2.3242,2.327,2.3298,2.3325,2.3353,2.3381,2.3409,2.3437,2.3465,2.3493,2.3521,2.3549,2.3577,2.3605,2.3634,2.3662,2.369,2.3719,2.3747,2.3776,2.3804,2.3833,2.3861,2.389,2.3919,2.3947,2.3976,2.4005,2.4034,2.4063,2.4092,2.4121,2.415,2.4179,2.4208,2.4237,2.4267,2.4296,2.4325,2.4355,2.4384,2.4414,2.4443,2.4473,2.4502,2.4532,2.4562,2.4592,2.4621,2.4651,2.4681,2.4711,2.4741,2.4771,2.4801,2.4831,2.4862,2.4892,2.4922,2.4952,2.4983,2.5013,2.5044,2.5074,2.5105,2.5135,2.5166,2.5197,2.5228,2.5258,2.5289,2.532,2.5351,2.5382,2.5413,2.5444,2.5475,2.5506,2.5538,2.5569,2.56,2.5631,2.5663,2.5694,2.5726,2.5757,2.5789,2.582,2.5852,2.5884,2.5916,2.5947,2.5979,2.2886,2.2914,2.2942,2.297,2.2998,2.3025,2.3053,2.3081,2.3109,2.3137,2.3166,2.3194,2.3222,2.325,2.3278,2.3307,2.3335,2.3364,2.3392,2.3421,2.3449,2.3478,2.3506,2.3535,2.3564,2.3593,2.3622,2.365,2.3679,2.3708,2.3737,2.3766,2.3795,2.3825,2.3854,2.3883,2.3912,2.3942,2.3971,2.4,2.403,2.4059,2.4089,2.4118,2.4148,2.4178,2.4207,2.4237,2.4267,2.4297,2.4327,2.4356,2.4386,2.4416,2.4447,2.4477,2.4507,2.4537,2.4567,2.4597,2.4628,2.4658,2.4689,2.4719,2.4749,2.478,2.4811,2.4841,2.4872,2.4903,2.4933,2.4964,2.4995,2.5026,2.5057,2.5088,2.5119,2.515,2.5181,2.5213,2.5244,2.5275,2.5307,2.5338,2.537,2.5401,2.5433,2.5465,2.5496,2.5528,2.556,2.5592,2.5624,2.5656,2.5688,2.572,2.5752,2.5784,2.5816,2.5848,2.2807,2.2835,2.2863,2.2891,2.2919,2.2948,2.2976,2.3004,2.3033,2.3061,2.309,2.3119,2.3147,2.3176,2.3205,2.3234,2.3263,2.3292,2.3321,2.335,2.3379,2.3408,2.3437,2.3466,2.3496,2.3525,2.3554,2.3584,2.3613,2.3643,2.3673,2.3702,2.3732,2.3762,2.3792,2.3822,2.3852,2.3882,2.3912,2.3942,2.3972,2.4002,2.4033,2.4063,2.4093,2.4124,2.4154,2.4185,2.4215,2.4246,2.4277,2.4307,2.4338,2.4369,2.44,2.4431,2.4462,2.4493,2.4524,2.4555,2.4587,2.4618,2.4649,2.4681,2.4712,2.4744,2.4775,2.4807,2.4839,2.487,2.4902,2.4934,2.4966,2.4998,2.503,2.5062,2.5094,2.5126,2.5158,2.5191,2.5223,2.5255,2.5288,2.532,2.5353,2.5385,2.5418,2.5451,2.5484,2.5516,2.5549,2.5582,2.5615,2.5648,2.5681,2.5714,2.5748,2.5781,2.5814,2.5848,2.281,2.2839,2.2868,2.2897,2.2926,2.2956,2.2985,2.3014,2.3044,2.3073,2.3103,2.3132,2.3162,2.3192,2.3222,2.3251,2.3281,2.3311,2.3341,2.3371,2.3401,2.3431,2.3461,2.3491,2.3522,2.3552,2.3582,2.3613,2.3643,2.3674,2.3704,2.3735,2.3765,2.3796,2.3827,2.3858,2.3889,2.3919,2.395,2.3981,2.4012,2.4044,2.4075,2.4106,2.4137,2.4168,2.42,2.4231,2.4262,2.4294,2.4325,2.4357,2.4389,2.442,2.4452,2.4484,2.4516,2.4547,2.4579,2.4611,2.4643,2.4675,2.4707,2.474,2.4772,2.4804,2.4836,2.4869,2.4901,2.4933,2.4966,2.4998,2.5031,2.5064,2.5096,2.5129,2.5162,2.5195,2.5227,2.526,2.5293,2.5326,2.5359,2.5392,2.5426,2.5459,2.5492,2.5525,2.5559,2.5592,2.5625,2.5659,2.5692,2.5726,2.576,2.5793,2.5827,2.5861,2.5894,2.5928,2.2864,2.2894,2.2923,2.2953,2.2982,2.3012,2.3042,2.3071,2.3101,2.3131,2.3161,2.3191,2.3221,2.3251,2.3281,2.3311,2.3341,2.3372,2.3402,2.3432,2.3463,2.3493,2.3524,2.3554,2.3585,2.3615,2.3646,2.3676,2.3707,2.3738,2.3769,2.38,2.3831,2.3862,2.3893,2.3924,2.3955,2.3986,2.4017,2.4049,2.408,2.4111,2.4143,2.4174,2.4206,2.4237,2.4269,2.43,2.4332,2.4364,2.4396,2.4427,2.4459,2.4491,2.4523,2.4555,2.4587,2.4619,2.4651,2.4683,2.4716,2.4748,2.478,2.4812,2.4845,2.4877,2.491,2.4942,2.4975,2.5007,2.504,2.5072,2.5105,2.5138,2.517,2.5203,2.5236,2.5269,2.5302,2.5335,2.5368,2.5401,2.5434,2.5467,2.55,2.5533,2.5566,2.5599,2.5633,2.5666,2.5699,2.5733,2.5766,2.58,2.5833,2.5867,2.59,2.5934,2.5967,2.6001,2.2913,2.2942,2.2971,2.3001,2.303,2.3059,2.3089,2.3118,2.3148,2.3177,2.3207,2.3237,2.3266,2.3296,2.3326,2.3355,2.3385,2.3415,2.3445,2.3475,2.3505,2.3535,2.3565,2.3595,2.3625,2.3655,2.3686,2.3716,2.3746,2.3776,2.3807,2.3837,2.3868,2.3898,2.3928,2.3959,2.399,2.402,2.4051,2.4081,2.4112,2.4143,2.4174,2.4204,2.4235,2.4266,2.4297,2.4328,2.4359,2.439,2.4421,2.4452,2.4483,2.4514,2.4546,2.4577,2.4608,2.4639,2.4671,2.4702,2.4734,2.4765,2.4797,2.4828,2.486,2.4891,2.4923,2.4954,2.4986,2.5018,2.505,2.5081,2.5113,2.5145,2.5177,2.5209,2.5241,2.5273,2.5305,2.5337,2.5369,2.5401,2.5433,2.5465,2.5498,2.553,2.5562,2.5594,2.5627,2.5659,2.5692,2.5724,2.5757,2.5789,2.5822,2.5854,2.5887,2.592,2.5952,2.5985,2.2906,2.2935,2.2963,2.2992,2.3021,2.3049,2.3078,2.3107,2.3135,2.3164,2.3193,2.3222,2.3251,2.328,2.3309,2.3338,2.3367,2.3396,2.3425,2.3454,2.3483,2.3513,2.3542,2.3571,2.3601,2.363,2.3659,2.3689,2.3718,2.3748,2.3777,2.3807,2.3837,2.3866,2.3896,2.3926,2.3956,2.3985,2.4015,2.4045,2.4075,2.4105,2.4135,2.4165,2.4195,2.4225,2.4255,2.4286,2.4316,2.4346,2.4376,2.4407,2.4437,2.4467,2.4498,2.4528,2.4559,2.4589,2.462,2.465,2.4681,2.4712,2.4742,2.4773,2.4804,2.4835,2.4866,2.4897,2.4928,2.4959,2.499,2.5021,2.5052,2.5083,2.5114,2.5145,2.5176,2.5208,2.5239,2.527,2.5302,2.5333,2.5364,2.5396,2.5428,2.5459,2.5491,2.5522,2.5554,2.5586,2.5617,2.5649,2.5681,2.5713,2.5745,2.5777,2.5809,2.5841,2.5873,2.5905,2.2861,2.2889,2.2917,2.2945,2.2973,2.3001,2.3029,2.3058,2.3086,2.3114,2.3142,2.3171,2.3199,2.3228,2.3256,2.3285,2.3313,2.3342,2.337,2.3399,2.3428,2.3456,2.3485,2.3514,2.3543,2.3572,2.3601,2.363,2.3659,2.3688,2.3717,2.3746,2.3775,2.3804,2.3833,2.3863,2.3892,2.3921,2.3951,2.398,2.401,2.4039,2.4069,2.4098,2.4128,2.4157,2.4187,2.4217,2.4247,2.4276,2.4306,2.4336,2.4366,2.4396,2.4426,2.4456,2.4486,2.4516,2.4546,2.4576,2.4607,2.4637,2.4667,2.4698,2.4728,2.4758,2.4789,2.4819,2.485,2.4881,2.4911,2.4942,2.4973,2.5003,2.5034,2.5065,2.5096,2.5127,2.5158,2.5189,2.522,2.5251,2.5282,2.5313,2.5344,2.5376,2.5407,2.5438,2.547,2.5501,2.5533,2.5564,2.5596,2.5627,2.5659,2.5691,2.5722,2.5754,2.5786,2.5818,2.2812,2.284,2.2868,2.2896,2.2924,2.2952,2.298,2.3008,2.3036,2.3064,2.3093,2.3121,2.3149,2.3178,2.3206,2.3235,2.3263,2.3292,2.332,2.3349,2.3378,2.3406,2.3435,2.3464,2.3493,2.3522,2.3551,2.358,2.3609,2.3638,2.3668,2.3697,2.3726,2.3756,2.3785,2.3815,2.3844,2.3874,2.3903,2.3933,2.3963,2.3993,2.4022,2.4052,2.4082,2.4112,2.4142,2.4172,2.4202,2.4233,2.4263,2.4293,2.4323,2.4354,2.4384,2.4415,2.4445,2.4476,2.4506,2.4537,2.4567,2.4598,2.4629,2.466,2.4691,2.4722,2.4753,2.4784,2.4815,2.4846,2.4877,2.4908,2.4939,2.4971,2.5002,2.5033,2.5065,2.5096,2.5128,2.516,2.5191,2.5223,2.5255,2.5287,2.5319,2.5351,2.5383,2.5415,2.5447,2.5479,2.5512,2.5544,2.5576,2.5609,2.5642,2.5674,2.5707,2.574,2.5772,2.5805,2.2811,2.284,2.2868,2.2897,2.2926,2.2955,2.2984,2.3012,2.3041,2.307,2.3099,2.3129,2.3158,2.3187,2.3216,2.3245,2.3275,2.3304,2.3333,2.3363,2.3392,2.3422,2.3451,2.3481,2.3511,2.354,2.357,2.36,2.363,2.366,2.369,2.372,2.3751,2.3781,2.3811,2.3842,2.3872,2.3902,2.3933,2.3964,2.3994,2.4025,2.4056,2.4087,2.4118,2.4149,2.418,2.4211,2.4242,2.4273,2.4304,2.4335,2.4367,2.4398,2.443,2.4461,2.4493,2.4524,2.4556,2.4587,2.4619,2.4651,2.4683,2.4715,2.4746,2.4778,2.481,2.4842,2.4874,2.4906,2.4938,2.4971,2.5003,2.5035,2.5068,2.51,2.5132,2.5165,2.5197,2.523,2.5263,2.5295,2.5328,2.5361,2.5394,2.5427,2.546,2.5493,2.5526,2.556,2.5593,2.5626,2.566,2.5693,2.5727,2.576,2.5794,2.5827,2.5861,2.5895,2.2873,2.2903,2.2932,2.2962,2.2991,2.3021,2.3051,2.308,2.311,2.314,2.317,2.32,2.323,2.326,2.329,2.332,2.335,2.3381,2.3411,2.3441,2.3472,2.3502,2.3532,2.3563,2.3593,2.3624,2.3655,2.3685,2.3716,2.3747,2.3778,2.3809,2.384,2.3871,2.3902,2.3933,2.3964,2.3996,2.4027,2.4058,2.4089,2.4121,2.4152,2.4184,2.4215,2.4247,2.4279,2.431,2.4342,2.4374,2.4406,2.4438,2.447,2.4502,2.4534,2.4566,2.4598,2.463,2.4662,2.4694,2.4727,2.4759,2.4792,2.4824,2.4857,2.4889,2.4922,2.4955,2.4987,2.502,2.5053,2.5086,2.5119,2.5152,2.5185,2.5218,2.5251,2.5284,2.5317,2.535,2.5384,2.5417,2.545,2.5484,2.5517,2.5551,2.5584,2.5618,2.5652,2.5685,2.5719,2.5753,2.5787,2.5821,2.5855,2.5889,2.5923,2.5957,2.5991,2.6025,2.2959,2.2989,2.3019,2.3049,2.3079,2.3109,2.3139,2.3169,2.3199,2.323,2.326,2.329,2.332,2.3351,2.3381,2.3412,2.3442,2.3473,2.3503,2.3534,2.3565,2.3596,2.3626,2.3657,2.3688,2.3719,2.375,2.3781,2.3812,2.3843,2.3875,2.3906,2.3937,2.3968,2.4,2.4031,2.4063,2.4094,2.4126,2.4157,2.4189,2.4221,2.4253,2.4284,2.4316,2.4348,2.438,2.4412,2.4444,2.4476,2.4508,2.4541,2.4573,2.4605,2.4637,2.467,2.4702,2.4735,2.4767,2.48,2.4832,2.4865,2.4898,2.4931,2.4963,2.4996,2.5029,2.5062,2.5095,2.5128,2.5161,2.5194,2.5228,2.5261,2.5294,2.5327,2.5361,2.5394,2.5428,2.5461,2.5495,2.5528,2.5562,2.5596,2.563,2.5663,2.5697,2.5731,2.5765,2.5799,2.5833,2.5867,2.5901,2.5936,2.597,2.6004,2.6039,2.6073,2.6107,2.6142,2.3035,2.3065,2.3095,2.3125,2.3155,2.3186,2.3216,2.3246,2.3277,2.3307,2.3338,2.3368,2.3399,2.3429,2.346,2.3491,2.3521,2.3552,2.3583,2.3614,2.3645,2.3676,2.3707,2.3738,2.3769,2.38,2.3832,2.3863,2.3894,2.3926,2.3957,2.3989,2.402,2.4052,2.4083,2.4115,2.4147,2.4179,2.4211,2.4243,2.4274,2.4306,2.4339,2.4371,2.4403,2.4435,2.4467,2.45,2.4532,2.4564,2.4597,2.4629,2.4662,2.4695,2.4727,2.476,2.4793,2.4825,2.4858,2.4891,2.4924,2.4957,2.499,2.5023,2.5057,2.509,2.5123,2.5156,2.519,2.5223,2.5257,2.529,2.5324,2.5357,2.5391,2.5425,2.5459,2.5493,2.5527,2.556,2.5595,2.5629,2.5663,2.5697,2.5731,2.5765,2.58,2.5834,2.5869,2.5903,2.5938,2.5972,2.6007,2.6042,2.6076,2.6111,2.6146,2.6181,2.6216,2.6251,2.3104,2.3135,2.3165,2.3196,2.3227,2.3257,2.3288,2.3319,2.335,2.338,2.3411,2.3442,2.3473,2.3504,2.3536,2.3567,2.3598,2.3629,2.3661,2.3692,2.3724,2.3755,2.3787,2.3818,2.385,2.3882,2.3913,2.3945,2.3977,2.4009,2.4041,2.4073,2.4105,2.4137,2.417,2.4202,2.4234,2.4266,2.4299,2.4331,2.4364,2.4396,2.4429,2.4462,2.4494,2.4527,2.456,2.4593,2.4626,2.4659,2.4692,2.4725,2.4758,2.4791,2.4825,2.4858,2.4891,2.4925,2.4958,2.4992,2.5025,2.5059,2.5093,2.5126,2.516,2.5194,2.5228,2.5262,2.5296,2.533,2.5364,2.5398,2.5433,2.5467,2.5501,2.5536,2.557,2.5605,2.5639,2.5674,2.5708,2.5743,2.5778,2.5813,2.5848,2.5883,2.5918,2.5953,2.5988,2.6023,2.6058,2.6093,2.6129,2.6164,2.6199,2.6235,2.627,2.6306,2.6341,2.6377,2.3183,2.3214,2.3245,2.3276,2.3307,2.3338,2.337,2.3401,2.3432,2.3464,2.3495,2.3526,2.3558,2.3589,2.3621,2.3653,2.3684,2.3716,2.3748,2.378,2.3812,2.3844,2.3876,2.3908,2.394,2.3972,2.4004,2.4037,2.4069,2.4101,2.4134,2.4166,2.4199,2.4231,2.4264,2.4297,2.4329,2.4362,2.4395,2.4428,2.4461,2.4494,2.4527,2.456,2.4593,2.4626,2.466,2.4693,2.4726,2.476,2.4793,2.4827,2.486,2.4894,2.4927,2.4961,2.4995,2.5029,2.5063,2.5097,2.5131,2.5165,2.5199,2.5233,2.5267,2.5301,2.5335,2.537,2.5404,2.5439,2.5473,2.5508,2.5542,2.5577,2.5611,2.5646,2.5681,2.5716,2.5751,2.5786,2.5821,2.5856,2.5891,2.5926,2.5961,2.5996,2.6031,2.6067,2.6102,2.6137,2.6173,2.6208,2.6244,2.6279,2.6315,2.635,2.6386,2.6422,2.6458,2.6494,2.3255,2.3286,2.3317,2.3348,2.338,2.3411,2.3442,2.3473,2.3505,2.3536,2.3568,2.3599,2.3631,2.3662,2.3694,2.3726,2.3758,2.3789,2.3821,2.3853,2.3885,2.3917,2.3949,2.3981,2.4013,2.4045,2.4078,2.411,2.4142,2.4175,2.4207,2.4239,2.4272,2.4304,2.4337,2.437,2.4402,2.4435,2.4468,2.4501,2.4534,2.4567,2.46,2.4633,2.4666,2.4699,2.4732,2.4766,2.4799,2.4832,2.4866,2.4899,2.4933,2.4966,2.5,2.5034,2.5067,2.5101,2.5135,2.5169,2.5203,2.5237,2.5271,2.5305,2.5339,2.5373,2.5407,2.5441,2.5476,2.551,2.5544,2.5579,2.5613,2.5648,2.5682,2.5717,2.5751,2.5786,2.5821,2.5855,2.589,2.5925,2.596,2.5995,2.603,2.6065,2.61,2.6135,2.6171,2.6206,2.6241,2.6276,2.6312,2.6347,2.6383,2.6418,2.6454,2.649,2.6525,2.6561,2.3296,2.3327,2.3358,2.3389,2.342,2.3451,2.3482,2.3513,2.3545,2.3576,2.3607,2.3639,2.367,2.3701,2.3733,2.3764,2.3796,2.3828,2.3859,2.3891,2.3923,2.3955,2.3986,2.4018,2.405,2.4082,2.4114,2.4146,2.4178,2.4211,2.4243,2.4275,2.4307,2.434,2.4372,2.4404,2.4437,2.4469,2.4502,2.4535,2.4567,2.46,2.4633,2.4666,2.4698,2.4731,2.4764,2.4797,2.483,2.4863,2.4897,2.493,2.4963,2.4996,2.503,2.5063,2.5096,2.513,2.5163,2.5197,2.5231,2.5264,2.5298,2.5332,2.5365,2.5399,2.5433,2.5467,2.5501,2.5535,2.5569,2.5603,2.5637,2.5672,2.5706,2.574,2.5775,2.5809,2.5843,2.5878,2.5912,2.5947,2.5982,2.6016,2.6051,2.6086,2.6121,2.6156,2.6191,2.6226,2.6261,2.6296,2.6331,2.6366,2.6401,2.6437,2.6472,2.6507,2.6543,2.6578,2.3306,2.3336,2.3367,2.3398,2.3429,2.3459,2.349,2.3521,2.3552,2.3584,2.3615,2.3646,2.3677,2.3708,2.374,2.3771,2.3802,2.3834,2.3865,2.3897,2.3929,2.396,2.3992,2.4024,2.4056,2.4088,2.4119,2.4151,2.4183,2.4215,2.4248,2.428,2.4312,2.4344,2.4377,2.4409,2.4441,2.4474,2.4506,2.4539,2.4572,2.4604,2.4637,2.467,2.4702,2.4735,2.4768,2.4801,2.4834,2.4867,2.49,2.4934,2.4967,2.5,2.5033,2.5067,2.51,2.5134,2.5167,2.5201,2.5235,2.5268,2.5302,2.5336,2.537,2.5403,2.5437,2.5471,2.5505,2.554,2.5574,2.5608,2.5642,2.5676,2.5711,2.5745,2.578,2.5814,2.5849,2.5883,2.5918,2.5953,2.5988,2.6022,2.6057,2.6092,2.6127,2.6162,2.6197,2.6232,2.6268,2.6303,2.6338,2.6374,2.6409,2.6445,2.648,2.6516,2.6551,2.6587,2.3309,2.334,2.3371,2.3402,2.3433,2.3464,2.3495,2.3527,2.3558,2.3589,2.362,2.3652,2.3683,2.3715,2.3746,2.3778,2.381,2.3841,2.3873,2.3905,2.3937,2.3969,2.4001,2.4033,2.4065,2.4097,2.413,2.4162,2.4194,2.4227,2.4259,2.4292,2.4324,2.4357,2.4389,2.4422,2.4455,2.4488,2.4521,2.4554,2.4587,2.462,2.4653,2.4686,2.4719,2.4752,2.4786,2.4819,2.4853,2.4886,2.492,2.4953,2.4987,2.5021,2.5055,2.5088,2.5122,2.5156,2.519,2.5224,2.5259,2.5293,2.5327,2.5361,2.5396,2.543,2.5465,2.5499,2.5534,2.5569,2.5603,2.5638,2.5673,2.5708,2.5743,2.5778,2.5813,2.5848,2.5883,2.5918,2.5954,2.5989,2.6025,2.606,2.6096,2.6131,2.6167,2.6203,2.6238,2.6274,2.631,2.6346,2.6382,2.6418,2.6455,2.6491,2.6527,2.6563,2.66,2.6636,2.3338,2.3369,2.3401,2.3432,2.3464,2.3496,2.3528,2.356,2.3592,2.3624,2.3656,2.3688,2.372,2.3752,2.3785,2.3817,2.385,2.3882,2.3915,2.3947,2.398,2.4013,2.4046,2.4078,2.4111,2.4144,2.4177,2.4211,2.4244,2.4277,2.431,2.4344,2.4377,2.4411,2.4444,2.4478,2.4512,2.4546,2.4579,2.4613,2.4647,2.4681,2.4715,2.475,2.4784,2.4818,2.4852,2.4887,2.4921,2.4956,2.499,2.5025,2.506,2.5094,2.5129,2.5164,2.5199,2.5234,2.5269,2.5304,2.534,2.5375,2.541,2.5445,2.5481,2.5516,2.5552,2.5588,2.5623,2.5659,2.5695,2.5731,2.5767,2.5803,2.5839,2.5875,2.5911,2.5947,2.5984,2.602,2.6057,2.6093,2.613,2.6166,2.6203,2.624,2.6276,2.6313,2.635,2.6387,2.6424,2.6462,2.6499,2.6536,2.6573,2.6611,2.6648,2.6686,2.6723,2.6761,2.3412,2.3445,2.3477,2.351,2.3543,2.3575,2.3608,2.3641,2.3674,2.3707,2.374,2.3773,2.3806,2.384,2.3873,2.3906,2.394,2.3973,2.4007,2.4041,2.4074,2.4108,2.4142,2.4176,2.421,2.4244,2.4278,2.4312,2.4346,2.438,2.4415,2.4449,2.4484,2.4518,2.4553,2.4587,2.4622,2.4657,2.4692,2.4727,2.4762,2.4797,2.4832,2.4867,2.4902,2.4938,2.4973,2.5009,2.5044,2.508,2.5115,2.5151,2.5187,2.5223,2.5258,2.5294,2.533,2.5366,2.5403,2.5439,2.5475,2.5511,2.5548,2.5584,2.5621,2.5657,2.5694,2.5731,2.5767,2.5804,2.5841,2.5878,2.5915,2.5952,2.5989,2.6026,2.6063,2.6101,2.6138,2.6175,2.6213,2.625,2.6288,2.6326,2.6363,2.6401,2.6439,2.6477,2.6515,2.6553,2.6591,2.6629,2.6667,2.6705,2.6743,2.6782,2.682,2.6859,2.6897,2.6936,2.3516,2.3549,2.3583,2.3616,2.3649,2.3683,2.3716,2.375,2.3783,2.3817,2.3851,2.3885,2.3918,2.3952,2.3986,2.402,2.4054,2.4088,2.4123,2.4157,2.4191,2.4226,2.426,2.4295,2.4329,2.4364,2.4398,2.4433,2.4468,2.4503,2.4538,2.4573,2.4608,2.4643,2.4678,2.4713,2.4748,2.4783,2.4819,2.4854,2.489,2.4925,2.4961,2.4996,2.5032,2.5068,2.5104,2.514,2.5175,2.5211,2.5247,2.5284,2.532,2.5356,2.5392,2.5428,2.5465,2.5501,2.5538,2.5574,2.5611,2.5648,2.5684,2.5721,2.5758,2.5795,2.5832,2.5869,2.5906,2.5943,2.598,2.6017,2.6054,2.6092,2.6129,2.6166,2.6204,2.6242,2.6279,2.6317,2.6354,2.6392,2.643,2.6468,2.6506,2.6544,2.6582,2.662,2.6658,2.6696,2.6735,2.6773,2.6811,2.685,2.6888,2.6927,2.6965,2.7004,2.7043,2.7081,2.36,2.3633,2.3667,2.37,2.3733,2.3767,2.38,2.3834,2.3868,2.3901,2.3935,2.3969,2.4003,2.4036,2.407,2.4104,2.4138,2.4172,2.4207,2.4241,2.4275,2.4309,2.4344,2.4378,2.4412,2.4447,2.4482,2.4516,2.4551,2.4585,2.462,2.4655,2.469,2.4725,2.476,2.4795,2.483,2.4865,2.49,2.4935,2.497,2.5006,2.5041,2.5076,2.5112,2.5147,2.5183,2.5218,2.5254,2.5289,2.5325,2.5361,2.5397,2.5432,2.5468,2.5504,2.554,2.5576,2.5612,2.5648,2.5684,2.572,2.5757,2.5793,2.5829,2.5865,2.5902,2.5938,2.5975,2.6011,2.6048,2.6084,2.6121,2.6157,2.6194,2.6231,2.6268,2.6304,2.6341,2.6378,2.6415,2.6452,2.6489,2.6526,2.6563,2.6601,2.6638,2.6675,2.6712,2.675,2.6787,2.6824,2.6862,2.6899,2.6937,2.6974,2.7012,2.705,2.7087,2.7125,2.3621,2.3653,2.3686,2.3718,2.3751,2.3783,2.3815,2.3848,2.3881,2.3913,2.3946,2.3978,2.4011,2.4044,2.4077,2.4109,2.4142,2.4175,2.4208,2.4241,2.4274,2.4307,2.434,2.4373,2.4406,2.4439,2.4472,2.4505,2.4538,2.4572,2.4605,2.4638,2.4672,2.4705,2.4738,2.4772,2.4805,2.4839,2.4872,2.4906,2.4939,2.4973,2.5006,2.504,2.5074,2.5107,2.5141,2.5175,2.5209,2.5242,2.5276,2.531,2.5344,2.5378,2.5412,2.5446,2.548,2.5514,2.5548,2.5582,2.5616,2.5651,2.5685,2.5719,2.5753,2.5787,2.5822,2.5856,2.5891,2.5925,2.5959,2.5994,2.6028,2.6063,2.6097,2.6132,2.6167,2.6201,2.6236,2.6271,2.6305,2.634,2.6375,2.641,2.6444,2.6479,2.6514,2.6549,2.6584,2.6619,2.6654,2.6689,2.6724,2.6759,2.6794,2.683,2.6865,2.69,2.6935,2.6971,2.3522,2.3552,2.3583,2.3613,2.3643,2.3674,2.3704,2.3735,2.3765,2.3796,2.3827,2.3857,2.3888,2.3919,2.3949,2.398,2.4011,2.4042,2.4073,2.4104,2.4135,2.4166,2.4197,2.4228,2.426,2.4291,2.4322,2.4354,2.4385,2.4417,2.4448,2.448,2.4511,2.4543,2.4575,2.4607,2.4638,2.467,2.4702,2.4734,2.4766,2.4798,2.483,2.4863,2.4895,2.4927,2.4959,2.4992,2.5024,2.5057,2.5089,2.5122,2.5154,2.5187,2.5219,2.5252,2.5285,2.5318,2.5351,2.5384,2.5417,2.545,2.5483,2.5516,2.5549,2.5582,2.5616,2.5649,2.5683,2.5716,2.575,2.5783,2.5817,2.585,2.5884,2.5918,2.5952,2.5986,2.602,2.6054,2.6088,2.6122,2.6156,2.619,2.6225,2.6259,2.6294,2.6328,2.6363,2.6397,2.6432,2.6466,2.6501,2.6536,2.6571,2.6606,2.6641,2.6676,2.6711,2.6746,2.3381,2.3411,2.3442,2.3472,2.3503,2.3533,2.3564,2.3595,2.3625,2.3656,2.3687,2.3718,2.3749,2.378,2.3811,2.3843,2.3874,2.3905,2.3936,2.3968,2.3999,2.4031,2.4063,2.4094,2.4126,2.4158,2.419,2.4221,2.4253,2.4285,2.4318,2.435,2.4382,2.4414,2.4447,2.4479,2.4512,2.4544,2.4577,2.4609,2.4642,2.4675,2.4708,2.4741,2.4774,2.4807,2.484,2.4873,2.4907,2.494,2.4973,2.5007,2.504,2.5074,2.5108,2.5141,2.5175,2.5209,2.5243,2.5277,2.5311,2.5345,2.5379,2.5414,2.5448,2.5482,2.5517,2.5551,2.5586,2.5621,2.5655,2.569,2.5725,2.576,2.5795,2.583,2.5865,2.59,2.5936,2.5971,2.6006,2.6042,2.6077,2.6113,2.6149,2.6184,2.622,2.6256,2.6292,2.6328,2.6364,2.64,2.6437,2.6473,2.6509,2.6546,2.6582,2.6619,2.6656,2.6692,2.3345,2.3376,2.3408,2.344,2.3472,2.3504,2.3536,2.3568,2.36,2.3632,2.3665,2.3697,2.373,2.3762,2.3795,2.3827,2.386,2.3893,2.3926,2.3959,2.3992,2.4025,2.4058,2.4091,2.4125,2.4158,2.4191,2.4225,2.4258,2.4292,2.4326,2.4359,2.4393,2.4427,2.4461,2.4495,2.4529,2.4563,2.4597,2.4632,2.4666,2.47,2.4735,2.4769,2.4804,2.4839,2.4873,2.4908,2.4943,2.4978,2.5013,2.5048,2.5083,2.5118,2.5153,2.5188,2.5223,2.5259,2.5294,2.533,2.5365,2.5401,2.5437,2.5472,2.5508,2.5544,2.558,2.5616,2.5652,2.5688,2.5724,2.5761,2.5797,2.5833,2.587,2.5906,2.5943,2.598,2.6016,2.6053,2.609,2.6127,2.6164,2.6201,2.6238,2.6275,2.6313,2.635,2.6387,2.6425,2.6462,2.65,2.6538,2.6575,2.6613,2.6651,2.6689,2.6727,2.6765,2.6803,2.3409,2.3442,2.3475,2.3508,2.3541,2.3574,2.3607,2.364,2.3673,2.3707,2.374,2.3774,2.3807,2.3841,2.3874,2.3908,2.3942,2.3976,2.401,2.4044,2.4078,2.4112,2.4146,2.418,2.4215,2.4249,2.4284,2.4318,2.4353,2.4387,2.4422,2.4457,2.4492,2.4527,2.4562,2.4597,2.4632,2.4667,2.4702,2.4737,2.4773,2.4808,2.4844,2.4879,2.4915,2.4951,2.4986,2.5022,2.5058,2.5094,2.513,2.5166,2.5203,2.5239,2.5275,2.5312,2.5348,2.5385,2.5421,2.5458,2.5495,2.5531,2.5568,2.5605,2.5642,2.5679,2.5716,2.5754,2.5791,2.5828,2.5865,2.5903,2.594,2.5978,2.6016,2.6053,2.6091,2.6129,2.6167,2.6205,2.6243,2.6281,2.6319,2.6357,2.6395,2.6433,2.6472,2.651,2.6549,2.6587,2.6625,2.6664,2.6703,2.6741,2.678,2.6819,2.6858,2.6896,2.6935,2.6974,2.3509,2.3543,2.3576,2.3609,2.3643,2.3677,2.371,2.3744,2.3777,2.3811,2.3845,2.3879,2.3913,2.3946,2.398,2.4014,2.4048,2.4082,2.4117,2.4151,2.4185,2.4219,2.4254,2.4288,2.4322,2.4357,2.4391,2.4426,2.446,2.4495,2.453,2.4565,2.4599,2.4634,2.4669,2.4704,2.4739,2.4774,2.4809,2.4844,2.4879,2.4914,2.495,2.4985,2.502,2.5056,2.5091,2.5126,2.5162,2.5198,2.5233,2.5269,2.5304,2.534,2.5376,2.5412,2.5448,2.5483,2.5519,2.5555,2.5591,2.5627,2.5664,2.57,2.5736,2.5772,2.5809,2.5845,2.5881,2.5918,2.5954,2.5991,2.6027,2.6064,2.6101,2.6138,2.6174,2.6211,2.6248,2.6285,2.6322,2.6359,2.6397,2.6434,2.6471,2.6509,2.6546,2.6583,2.6621,2.6659,2.6696,2.6734,2.6772,2.681,2.6847,2.6885,2.6923,2.6961,2.7,2.7038,2.3545,2.3577,2.361,2.3643,2.3676,2.3709,2.3742,2.3775,2.3808,2.3841,2.3875,2.3908,2.3941,2.3975,2.4008,2.4042,2.4076,2.4109,2.4143,2.4177,2.4211,2.4245,2.4279,2.4313,2.4347,2.4381,2.4416,2.445,2.4484,2.4519,2.4553,2.4588,2.4622,2.4657,2.4692,2.4727,2.4762,2.4797,2.4832,2.4867,2.4902,2.4937,2.4972,2.5008,2.5043,2.5079,2.5114,2.515,2.5185,2.5221,2.5257,2.5293,2.5329,2.5365,2.5401,2.5437,2.5473,2.5509,2.5545,2.5582,2.5618,2.5654,2.5691,2.5727,2.5764,2.58,2.5837,2.5874,2.5911,2.5948,2.5985,2.6022,2.6059,2.6096,2.6133,2.617,2.6207,2.6245,2.6282,2.632,2.6357,2.6395,2.6432,2.647,2.6508,2.6546,2.6583,2.6621,2.6659,2.6697,2.6735,2.6774,2.6812,2.685,2.6888,2.6927,2.6965,2.7004,2.7042,2.7081,2.3569,2.3602,2.3635,2.3668,2.3702,2.3735,2.3768,2.3802,2.3835,2.3869,2.3902,2.3936,2.397,2.4003,2.4037,2.4071,2.4105,2.4139,2.4173,2.4207,2.4241,2.4276,2.431,2.4344,2.4379,2.4413,2.4448,2.4482,2.4517,2.4552,2.4587,2.4622,2.4656,2.4691,2.4726,2.4762,2.4797,2.4832,2.4867,2.4903,2.4938,2.4973,2.5009,2.5045,2.508,2.5116,2.5152,2.5187,2.5223,2.5259,2.5295,2.5331,2.5367,2.5404,2.544,2.5476,2.5512,2.5549,2.5585,2.5622,2.5658,2.5695,2.5732,2.5768,2.5805,2.5842,2.5879,2.5916,2.5953,2.599,2.6027,2.6064,2.6102,2.6139,2.6176,2.6214,2.6251,2.6289,2.6326,2.6364,2.6402,2.644,2.6477,2.6515,2.6553,2.6591,2.6629,2.6667,2.6706,2.6744,2.6782,2.6821,2.6859,2.6897,2.6936,2.6975,2.7013,2.7052,2.7091,2.7129,2.3597,2.363,2.3663,2.3696,2.373,2.3763,2.3797,2.383,2.3864,2.3898,2.3931,2.3965,2.3999,2.4033,2.4067,2.4101,2.4135,2.4169,2.4203,2.4237,2.4271,2.4306,2.434,2.4374,2.4409,2.4443,2.4478,2.4512,2.4547,2.4582,2.4616,2.4651,2.4686,2.4721,2.4756,2.4791,2.4826,2.4861,2.4896,2.4932,2.4967,2.5002,2.5037,2.5073,2.5108,2.5144,2.5179,2.5215,2.5251,2.5286,2.5322,2.5358,2.5394,2.543,2.5466,2.5502,2.5538,2.5574,2.561,2.5646,2.5682,2.5718,2.5755,2.5791,2.5827,2.5864,2.59,2.5937,2.5973,2.601,2.6046,2.6083,2.612,2.6157,2.6193,2.623,2.6267,2.6304,2.6341,2.6378,2.6415,2.6452,2.6489,2.6526,2.6564,2.6601,2.6638,2.6676,2.6713,2.675,2.6788,2.6826,2.6863,2.6901,2.6938,2.6976,2.7014,2.7052,2.7089,2.7127,2.3593,2.3626,2.3658,2.369,2.3723,2.3755,2.3788,2.3821,2.3853,2.3886,2.3919,2.3951,2.3984,2.4017,2.405,2.4083,2.4116,2.4149,2.4182,2.4215,2.4248,2.4281,2.4315,2.4348,2.4381,2.4415,2.4448,2.4481,2.4515,2.4548,2.4582,2.4615,2.4649,2.4683,2.4716,2.475,2.4784,2.4818,2.4852,2.4886,2.492,2.4954,2.4988,2.5022,2.5056,2.509,2.5124,2.5158,2.5193,2.5227,2.5261,2.5296,2.533,2.5365,2.5399,2.5434,2.5468,2.5503,2.5538,2.5572,2.5607,2.5642,2.5677,2.5711,2.5746,2.5781,2.5816,2.5851,2.5886,2.5921,2.5956,2.5991,2.6027,2.6062,2.6097,2.6132,2.6168,2.6203,2.6239,2.6274,2.6309,2.6345,2.6381,2.6416,2.6452,2.6487,2.6523,2.6559,2.6595,2.663,2.6666,2.6702,2.6738,2.6774,2.681,2.6846,2.6882,2.6918,2.6955,2.6991,2.3509,2.354,2.3571,2.3602,2.3634,2.3665,2.3696,2.3727,2.3759,2.379,2.3821,2.3853,2.3884,2.3916,2.3947,2.3979,2.401,2.4042,2.4074,2.4106,2.4137,2.4169,2.4201,2.4233,2.4265,2.4297,2.4329,2.4361,2.4393,2.4425,2.4457,2.4489,2.4521,2.4553,2.4586,2.4618,2.465,2.4683,2.4715,2.4747,2.478,2.4812,2.4845,2.4877,2.491,2.4943,2.4975,2.5008,2.5041,2.5074,2.5107,2.514,2.5173,2.5205,2.5238,2.5272,2.5305,2.5338,2.5371,2.5404,2.5437,2.5471,2.5504,2.5537,2.5571,2.5604,2.5638,2.5671,2.5705,2.5738,2.5772,2.5806,2.584,2.5873,2.5907,2.5941,2.5975,2.6009,2.6043,2.6077,2.6111,2.6145,2.6179,2.6213,2.6247,2.6281,2.6315,2.635,2.6384,2.6418,2.6453,2.6487,2.6522,2.6556,2.6591,2.6625,2.666,2.6695,2.6729,2.6764,2.3369,2.3399,2.3429,2.3459,2.3489,2.3519,2.3549,2.3579,2.3609,2.364,2.367,2.37,2.373,2.3761,2.3791,2.3822,2.3852,2.3882,2.3913,2.3944,2.3974,2.4005,2.4035,2.4066,2.4097,2.4128,2.4159,2.4189,2.422,2.4251,2.4282,2.4313,2.4344,2.4376,2.4407,2.4438,2.4469,2.45,2.4532,2.4563,2.4594,2.4626,2.4657,2.4689,2.472,2.4752,2.4784,2.4816,2.4847,2.4879,2.4911,2.4943,2.4975,2.5007,2.5039,2.5071,2.5103,2.5135,2.5167,2.5199,2.5232,2.5264,2.5296,2.5329,2.5361,2.5393,2.5426,2.5458,2.5491,2.5523,2.5556,2.5589,2.5621,2.5654,2.5686,2.5719,2.5752,2.5785,2.5818,2.585,2.5883,2.5916,2.5949,2.5982,2.6015,2.6048,2.6081,2.6115,2.6148,2.6181,2.6214,2.6248,2.6281,2.6315,2.6348,2.6382,2.6415,2.6449,2.6482,2.6516,2.3214,2.3243,2.3272,2.3302,2.3331,2.336,2.3389,2.3419,2.3448,2.3478,2.3507,2.3536,2.3566,2.3596,2.3625,2.3655,2.3685,2.3714,2.3744,2.3774,2.3804,2.3834,2.3864,2.3894,2.3924,2.3954,2.3984,2.4014,2.4044,2.4075,2.4105,2.4135,2.4166,2.4196,2.4227,2.4257,2.4288,2.4318,2.4349,2.4379,2.441,2.4441,2.4472,2.4502,2.4533,2.4564,2.4595,2.4626,2.4657,2.4688,2.4719,2.475,2.4782,2.4813,2.4844,2.4875,2.4907,2.4938,2.4969,2.5001,2.5032,2.5064,2.5095,2.5127,2.5159,2.519,2.5222,2.5254,2.5286,2.5317,2.5349,2.5381,2.5413,2.5445,2.5477,2.5509,2.5541,2.5573,2.5605,2.5638,2.567,2.5702,2.5735,2.5767,2.5799,2.5832,2.5864,2.5897,2.593,2.5962,2.5995,2.6028,2.606,2.6093,2.6126,2.6159,2.6192,2.6225,2.6258,2.6291,2.3071,2.3099,2.3128,2.3157,2.3185,2.3214,2.3243,2.3272,2.3301,2.333,2.3359,2.3388,2.3417,2.3446,2.3475,2.3505,2.3534,2.3563,2.3592,2.3622,2.3651,2.3681,2.371,2.374,2.377,2.3799,2.3829,2.3859,2.3888,2.3918,2.3948,2.3978,2.4008,2.4038,2.4068,2.4098,2.4129,2.4159,2.4189,2.4219,2.425,2.428,2.4311,2.4341,2.4372,2.4402,2.4433,2.4464,2.4494,2.4525,2.4556,2.4587,2.4618,2.4649,2.468,2.4711,2.4742,2.4773,2.4804,2.4835,2.4867,2.4898,2.4929,2.4961,2.4992,2.5024,2.5055,2.5087,2.5118,2.515,2.5182,2.5214,2.5245,2.5277,2.5309,2.5341,2.5373,2.5405,2.5437,2.547,2.5502,2.5534,2.5566,2.5599,2.5631,2.5664,2.5696,2.5729,2.5761,2.5794,2.5827,2.5859,2.5892,2.5925,2.5958,2.5991,2.6024,2.6057,2.609,2.6123,2.296,2.2989,2.3017,2.3046,2.3075,2.3104,2.3133,2.3162,2.3191,2.322,2.3249,2.3278,2.3307,2.3337,2.3366,2.3395,2.3425,2.3454,2.3484,2.3513,2.3543,2.3573,2.3602,2.3632,2.3662,2.3692,2.3722,2.3752,2.3782,2.3812,2.3842,2.3872,2.3903,2.3933,2.3963,2.3994,2.4024,2.4055,2.4085,2.4116,2.4147,2.4177,2.4208,2.4239,2.427,2.4301,2.4332,2.4363,2.4394,2.4425,2.4457,2.4488,2.4519,2.4551,2.4582,2.4614,2.4645,2.4677,2.4708,2.474,2.4772,2.4804,2.4836,2.4868,2.49,2.4932,2.4964,2.4996,2.5028,2.506,2.5093,2.5125,2.5158,2.519,2.5223,2.5255,2.5288,2.5321,2.5353,2.5386,2.5419,2.5452,2.5485,2.5518,2.5551,2.5584,2.5618,2.5651,2.5684,2.5718,2.5751,2.5785,2.5818,2.5852,2.5885,2.5919,2.5953,2.5987,2.602,2.6054,2.2909,2.2939,2.2968,2.2998,2.3027,2.3057,2.3086,2.3116,2.3146,2.3176,2.3205,2.3235,2.3265,2.3295,2.3325,2.3356,2.3386,2.3416,2.3446,2.3477,2.3507,2.3537,2.3568,2.3598,2.3629,2.366,2.3691,2.3721,2.3752,2.3783,2.3814,2.3845,2.3876,2.3907,2.3938,2.397,2.4001,2.4032,2.4064,2.4095,2.4127,2.4158,2.419,2.4221,2.4253,2.4285,2.4317,2.4349,2.4381,2.4413,2.4445,2.4477,2.4509,2.4541,2.4573,2.4606,2.4638,2.467,2.4703,2.4736,2.4768,2.4801,2.4833,2.4866,2.4899,2.4932,2.4965,2.4998,2.5031,2.5064,2.5097,2.513,2.5164,2.5197,2.523,2.5264,2.5297,2.5331,2.5364,2.5398,2.5432,2.5466,2.5499,2.5533,2.5567,2.5601,2.5635,2.5669,2.5703,2.5738,2.5772,2.5806,2.584,2.5875,2.5909,2.5944,2.5978,2.6013,2.6048,2.6082,2.2917,2.2947,2.2977,2.3008,2.3038,2.3068,2.3098,2.3128,2.3159,2.3189,2.322,2.325,2.3281,2.3311,2.3342,2.3373,2.3403,2.3434,2.3465,2.3496,2.3527,2.3558,2.3589,2.362,2.3651,2.3683,2.3714,2.3745,2.3777,2.3808,2.384,2.3871,2.3903,2.3934,2.3966,2.3998,2.403,2.4062,2.4094,2.4126,2.4158,2.419,2.4222,2.4254,2.4287,2.4319,2.4351,2.4384,2.4416,2.4449,2.4482,2.4514,2.4547,2.458,2.4613,2.4645,2.4678,2.4711,2.4744,2.4777,2.481,2.4844,2.4877,2.491,2.4943,2.4977,2.501,2.5044,2.5077,2.5111,2.5144,2.5178,2.5212,2.5246,2.5279,2.5313,2.5347,2.5381,2.5415,2.5449,2.5483,2.5518,2.5552,2.5586,2.5621,2.5655,2.5689,2.5724,2.5759,2.5793,2.5828,2.5863,2.5897,2.5932,2.5967,2.6002,2.6037,2.6072,2.6107,2.6142,2.2945,2.2975,2.3005,2.3036,2.3066,2.3096,2.3127,2.3157,2.3188,2.3219,2.3249,2.328,2.3311,2.3342,2.3373,2.3404,2.3435,2.3466,2.3497,2.3528,2.3559,2.359,2.3622,2.3653,2.3684,2.3716,2.3747,2.3779,2.381,2.3842,2.3873,2.3905,2.3937,2.3968,2.4,2.4032,2.4064,2.4096,2.4128,2.416,2.4192,2.4224,2.4256,2.4289,2.4321,2.4353,2.4386,2.4418,2.4451,2.4483,2.4516,2.4548,2.4581,2.4614,2.4646,2.4679,2.4712,2.4745,2.4778,2.4811,2.4844,2.4877,2.491,2.4943,2.4976,2.5009,2.5043,2.5076,2.5109,2.5143,2.5176,2.521,2.5243,2.5277,2.5311,2.5344,2.5378,2.5412,2.5446,2.5479,2.5513,2.5547,2.5581,2.5615,2.5649,2.5683,2.5718,2.5752,2.5786,2.582,2.5855,2.5889,2.5923,2.5958,2.5992,2.6027,2.6061,2.6096,2.6131,2.6165,2.2951,2.2981,2.3011,2.3041,2.3071,2.3101,2.3131,2.3162,2.3192,2.3222,2.3252,2.3283,2.3313,2.3344,2.3374,2.3405,2.3436,2.3466,2.3497,2.3528,2.3559,2.3589,2.362,2.3651,2.3682,2.3713,2.3745,2.3776,2.3807,2.3838,2.3869,2.3901,2.3932,2.3964,2.3995,2.4027,2.4058,2.409,2.4122,2.4153,2.4185,2.4217,2.4249,2.4281,2.4313,2.4345,2.4377,2.4409,2.4441,2.4473,2.4505,2.4538,2.457,2.4602,2.4635,2.4667,2.47,2.4732,2.4765,2.4798,2.483,2.4863,2.4896,2.4929,2.4962,2.4994,2.5027,2.506,2.5093,2.5127,2.516,2.5193,2.5226,2.5259,2.5293,2.5326,2.5359,2.5393,2.5426,2.546,2.5493,2.5527,2.5561,2.5594,2.5628,2.5662,2.5696,2.573,2.5763,2.5797,2.5831,2.5865,2.5899,2.5934,2.5968,2.6002,2.6036,2.6071,2.6105,2.6139,2.293,2.296,2.299,2.3019,2.3049,2.3079,2.3109,2.3139,2.3169,2.3198,2.3228,2.3258,2.3289,2.3319,2.3349,2.3379,2.3409,2.344,2.347,2.35,2.3531,2.3561,2.3592,2.3622,2.3653,2.3683,2.3714,2.3745,2.3775,2.3806,2.3837,2.3868,2.3899,2.3929,2.396,2.3991,2.4022,2.4054,2.4085,2.4116,2.4147,2.4178,2.4209,2.4241,2.4272,2.4304,2.4335,2.4366,2.4398,2.443,2.4461,2.4493,2.4524,2.4556,2.4588,2.462,2.4652,2.4683,2.4715,2.4747,2.4779,2.4811,2.4843,2.4875,2.4907,2.494,2.4972,2.5004,2.5036,2.5069,2.5101,2.5133,2.5166,2.5198,2.5231,2.5263,2.5296,2.5328,2.5361,2.5393,2.5426,2.5459,2.5492,2.5524,2.5557,2.559,2.5623,2.5656,2.5689,2.5722,2.5755,2.5788,2.5821,2.5854,2.5887,2.592,2.5954,2.5987,2.602,2.6054,2.2875,2.2904,2.2933,2.2962,2.299,2.3019,2.3048,2.3077,2.3106,2.3135,2.3164,2.3194,2.3223,2.3252,2.3281,2.331,2.334,2.3369,2.3398,2.3428,2.3457,2.3487,2.3516,2.3546,2.3575,2.3605,2.3635,2.3664,2.3694,2.3724,2.3754,2.3784,2.3814,2.3843,2.3873,2.3903,2.3933,2.3964,2.3994,2.4024,2.4054,2.4084,2.4115,2.4145,2.4175,2.4206,2.4236,2.4267,2.4297,2.4328,2.4358,2.4389,2.4419,2.445,2.4481,2.4512,2.4542,2.4573,2.4604,2.4635,2.4666,2.4697,2.4728,2.4759,2.479,2.4821,2.4852,2.4884,2.4915,2.4946,2.4978,2.5009,2.504,2.5072,2.5103,2.5135,2.5166,2.5198,2.523,2.5261,2.5293,2.5325,2.5356,2.5388,2.542,2.5452,2.5484,2.5516,2.5548,2.558,2.5612,2.5644,2.5676,2.5708,2.5741,2.5773,2.5805,2.5837,2.587,2.5902,2.2782,2.281,2.2838,2.2866,2.2894,2.2922,2.295,2.2979,2.3007,2.3035,2.3063,2.3092,2.312,2.3149,2.3177,2.3205,2.3234,2.3263,2.3291,2.332,2.3348,2.3377,2.3406,2.3434,2.3463,2.3492,2.3521,2.355,2.3579,2.3607,2.3636,2.3665,2.3695,2.3724,2.3753,2.3782,2.3811,2.384,2.3869,2.3899,2.3928,2.3957,2.3987,2.4016,2.4046,2.4075,2.4105,2.4134,2.4164,2.4193,2.4223,2.4253,2.4283,2.4312,2.4342,2.4372,2.4402,2.4432,2.4462,2.4492,2.4522,2.4552,2.4582,2.4612,2.4642,2.4672,2.4702,2.4732,2.4762,2.4793,2.4823,2.4853,2.4884,2.4914,2.4944,2.4975,2.5005,2.5036,2.5066,2.5097,2.5128,2.5158,2.5189,2.522,2.525,2.5281,2.5312,2.5343,2.5374,2.5404,2.5435,2.5466,2.5497,2.5528,2.5559,2.559,2.5621,2.5652,2.5684,2.5715,2.2666,2.2693,2.2721,2.2748,2.2775,2.2802,2.2829,2.2856,2.2884,2.2911,2.2938,2.2966,2.2993,2.3021,2.3048,2.3075,2.3103,2.3131,2.3158,2.3186,2.3213,2.3241,2.3269,2.3296,2.3324,2.3352,2.338,2.3408,2.3435,2.3463,2.3491,2.3519,2.3547,2.3575,2.3603,2.3631,2.3659,2.3688,2.3716,2.3744,2.3772,2.38,2.3829,2.3857,2.3885,2.3914,2.3942,2.3971,2.3999,2.4028,2.4056,2.4085,2.4113,2.4142,2.417,2.4199,2.4228,2.4257,2.4285,2.4314,2.4343,2.4372,2.4401,2.4429,2.4458,2.4487,2.4516,2.4545,2.4574,2.4603,2.4633,2.4662,2.4691,2.472,2.4749,2.4778,2.4808,2.4837,2.4866,2.4896,2.4925,2.4955,2.4984,2.5013,2.5043,2.5072,2.5102,2.5132,2.5161,2.5191,2.5221,2.525,2.528,2.531,2.5339,2.5369,2.5399,2.5429,2.5459,2.5489,2.2527,2.2553,2.2579,2.2605,2.2631,2.2657,2.2683,2.271,2.2736,2.2762,2.2789,2.2815,2.2841,2.2868,2.2894,2.2921,2.2947,2.2974,2.3,2.3027,2.3053,2.308,2.3107,2.3133,2.316,2.3187,2.3214,2.324,2.3267,2.3294,2.3321,2.3348,2.3375,2.3402,2.3429,2.3456,2.3483,2.351,2.3537,2.3564,2.3591,2.3618,2.3645,2.3673,2.37,2.3727,2.3754,2.3782,2.3809,2.3836,2.3864,2.3891,2.3919,2.3946,2.3974,2.4001,2.4029,2.4056,2.4084,2.4112,2.4139,2.4167,2.4195,2.4223,2.425,2.4278,2.4306,2.4334,2.4362,2.439,2.4417,2.4445,2.4473,2.4501,2.4529,2.4557,2.4585,2.4614,2.4642,2.467,2.4698,2.4726,2.4754,2.4783,2.4811,2.4839,2.4868,2.4896,2.4924,2.4953,2.4981,2.501,2.5038,2.5067,2.5095,2.5124,2.5152,2.5181,2.521,2.5238,2.2369,2.2394,2.2419,2.2444,2.2469,2.2494,2.252,2.2545,2.257,2.2596,2.2621,2.2646,2.2672,2.2697,2.2723,2.2748,2.2774,2.2799,2.2825,2.2851,2.2876,2.2902,2.2928,2.2953,2.2979,2.3005,2.3031,2.3057,2.3082,2.3108,2.3134,2.316,2.3186,2.3212,2.3238,2.3264,2.329,2.3317,2.3343,2.3369,2.3395,2.3421,2.3448,2.3474,2.35,2.3527,2.3553,2.3579,2.3606,2.3632,2.3659,2.3685,2.3712,2.3738,2.3765,2.3792,2.3818,2.3845,2.3872,2.3899,2.3925,2.3952,2.3979,2.4006,2.4033,2.406,2.4087,2.4114,2.4141,2.4168,2.4195,2.4222,2.4249,2.4277,2.4304,2.4331,2.4358,2.4386,2.4413,2.444,2.4468,2.4495,2.4523,2.455,2.4578,2.4605,2.4633,2.466,2.4688,2.4716,2.4744,2.4771,2.4799,2.4827,2.4855,2.4883,2.4911,2.4939,2.4967,2.4995,2.2213,2.2237,2.2262,2.2287,2.2312,2.2336,2.2361,2.2386,2.2411,2.2436,2.2461,2.2486,2.2511,2.2536,2.2561,2.2586,2.2611,2.2636,2.2661,2.2686,2.2712,2.2737,2.2762,2.2788,2.2813,2.2838,2.2864,2.2889,2.2915,2.294,2.2966,2.2992,2.3017,2.3043,2.3069,2.3094,2.312,2.3146,2.3172,2.3198,2.3224,2.325,2.3276,2.3302,2.3328,2.3354,2.338,2.3406,2.3433,2.3459,2.3485,2.3511,2.3538,2.3564,2.3591,2.3617,2.3644,2.367,2.3697,2.3723,2.375,2.3777,2.3803,2.383,2.3857,2.3884,2.3911,2.3937,2.3964,2.3991,2.4018,2.4045,2.4072,2.41,2.4127,2.4154,2.4181,2.4208,2.4236,2.4263,2.429,2.4318,2.4345,2.4373,2.44,2.4428,2.4455,2.4483,2.4511,2.4538,2.4566,2.4594,2.4622,2.4649,2.4677,2.4705,2.4733,2.4761,2.4789,2.4817,2.2098,2.2123,2.2148,2.2172,2.2197,2.2222,2.2247,2.2272,2.2297,2.2322,2.2347,2.2372,2.2397,2.2423,2.2448,2.2473,2.2498,2.2524,2.2549,2.2575,2.26,2.2626,2.2651,2.2677,2.2702,2.2728,2.2754,2.278,2.2805,2.2831,2.2857,2.2883,2.2909,2.2935,2.2961,2.2987,2.3013,2.3039,2.3065,2.3092,2.3118,2.3144,2.3171,2.3197,2.3223,2.325,2.3276,2.3303,2.333,2.3356,2.3383,2.341,2.3436,2.3463,2.349,2.3517,2.3544,2.3571,2.3598,2.3625,2.3652,2.3679,2.3706,2.3734,2.3761,2.3788,2.3816,2.3843,2.387,2.3898,2.3925,2.3953,2.398,2.4008,2.4036,2.4063,2.4091,2.4119,2.4147,2.4175,2.4202,2.423,2.4258,2.4286,2.4314,2.4342,2.4371,2.4399,2.4427,2.4455,2.4484,2.4512,2.454,2.4569,2.4597,2.4626,2.4654,2.4683,2.4711,2.474,2.2049,2.2074,2.2099,2.2125,2.215,2.2175,2.2201,2.2226,2.2252,2.2278,2.2303,2.2329,2.2355,2.238,2.2406,2.2432,2.2458,2.2484,2.251,2.2536,2.2562,2.2588,2.2614,2.2641,2.2667,2.2693,2.2719,2.2746,2.2772,2.2799,2.2825,2.2852,2.2878,2.2905,2.2932,2.2958,2.2985,2.3012,2.3039,2.3066,2.3093,2.3119,2.3146,2.3174,2.3201,2.3228,2.3255,2.3282,2.3309,2.3337,2.3364,2.3392,2.3419,2.3446,2.3474,2.3502,2.3529,2.3557,2.3585,2.3612,2.364,2.3668,2.3696,2.3724,2.3752,2.378,2.3808,2.3836,2.3864,2.3892,2.392,2.3949,2.3977,2.4005,2.4034,2.4062,2.4091,2.4119,2.4148,2.4176,2.4205,2.4234,2.4262,2.4291,2.432,2.4349,2.4378,2.4407,2.4436,2.4465,2.4494,2.4523,2.4552,2.4582,2.4611,2.464,2.467,2.4699,2.4729,2.4758,2.2062,2.2088,2.2114,2.214,2.2166,2.2192,2.2218,2.2245,2.2271,2.2297,2.2324,2.235,2.2377,2.2403,2.243,2.2457,2.2483,2.251,2.2537,2.2564,2.2591,2.2618,2.2645,2.2672,2.2699,2.2726,2.2753,2.278,2.2807,2.2835,2.2862,2.289,2.2917,2.2945,2.2972,2.3,2.3027,2.3055,2.3083,2.3111,2.3138,2.3166,2.3194,2.3222,2.325,2.3278,2.3306,2.3334,2.3363,2.3391,2.3419,2.3448,2.3476,2.3504,2.3533,2.3561,2.359,2.3619,2.3647,2.3676,2.3705,2.3734,2.3762,2.3791,2.382,2.3849,2.3878,2.3907,2.3936,2.3966,2.3995,2.4024,2.4054,2.4083,2.4112,2.4142,2.4171,2.4201,2.423,2.426,2.429,2.432,2.4349,2.4379,2.4409,2.4439,2.4469,2.4499,2.4529,2.4559,2.4589,2.462,2.465,2.468,2.4711,2.4741,2.4771,2.4802,2.4833,2.4863,2.2132,2.2159,2.2186,2.2213,2.224,2.2267,2.2294,2.2321,2.2348,2.2376,2.2403,2.243,2.2458,2.2485,2.2513,2.254,2.2568,2.2596,2.2623,2.2651,2.2679,2.2707,2.2734,2.2762,2.279,2.2818,2.2846,2.2874,2.2902,2.2931,2.2959,2.2987,2.3015,2.3044,2.3072,2.3101,2.3129,2.3158,2.3186,2.3215,2.3243,2.3272,2.3301,2.333,2.3358,2.3387,2.3416,2.3445,2.3474,2.3503,2.3532,2.3561,2.3591,2.362,2.3649,2.3678,2.3708,2.3737,2.3766,2.3796,2.3825,2.3855,2.3885,2.3914,2.3944,2.3974,2.4004,2.4033,2.4063,2.4093,2.4123,2.4153,2.4183,2.4213,2.4243,2.4274,2.4304,2.4334,2.4364,2.4395,2.4425,2.4456,2.4486,2.4517,2.4547,2.4578,2.4609,2.4639,2.467,2.4701,2.4732,2.4763,2.4794,2.4825,2.4856,2.4887,2.4918,2.4949,2.498,2.5012,2.223,2.2257,2.2284,2.2312,2.234,2.2367,2.2395,2.2423,2.245,2.2478,2.2506,2.2534,2.2562,2.259,2.2618,2.2646,2.2674,2.2702,2.273,2.2758,2.2787,2.2815,2.2843,2.2872,2.29,2.2929,2.2957,2.2986,2.3014,2.3043,2.3072,2.3101,2.3129,2.3158,2.3187,2.3216,2.3245,2.3274,2.3303,2.3332,2.3361,2.339,2.3419,2.3449,2.3478,2.3507,2.3537,2.3566,2.3596,2.3625,2.3655,2.3684,2.3714,2.3743,2.3773,2.3803,2.3833,2.3863,2.3892,2.3922,2.3952,2.3982,2.4012,2.4043,2.4073,2.4103,2.4133,2.4163,2.4194,2.4224,2.4255,2.4285,2.4315,2.4346,2.4377,2.4407,2.4438,2.4469,2.4499,2.453,2.4561,2.4592,2.4623,2.4654,2.4685,2.4716,2.4747,2.4778,2.4809,2.484,2.4872,2.4903,2.4934,2.4966,2.4997,2.5029,2.506,2.5092,2.5123,2.5155,2.2323,2.2351,2.2378,2.2406,2.2434,2.2462,2.249,2.2518,2.2546,2.2574,2.2602,2.263,2.2658,2.2686,2.2715,2.2743,2.2771,2.28,2.2828,2.2857,2.2885,2.2914,2.2942,2.2971,2.3,2.3028,2.3057,2.3086,2.3115,2.3144,2.3172,2.3201,2.323,2.3259,2.3289,2.3318,2.3347,2.3376,2.3405,2.3435,2.3464,2.3493,2.3523,2.3552,2.3582,2.3611,2.3641,2.367,2.37,2.373,2.376,2.3789,2.3819,2.3849,2.3879,2.3909,2.3939,2.3969,2.3999,2.4029,2.406,2.409,2.412,2.415,2.4181,2.4211,2.4241,2.4272,2.4302,2.4333,2.4364,2.4394,2.4425,2.4456,2.4486,2.4517,2.4548,2.4579,2.461,2.4641,2.4672,2.4703,2.4734,2.4765,2.4797,2.4828,2.4859,2.489,2.4922,2.4953,2.4985,2.5016,2.5048,2.5079,2.5111,2.5142,2.5174,2.5206,2.5237,2.5269,2.2397,2.2425,2.2452,2.248,2.2508,2.2536,2.2564,2.2592,2.262,2.2648,2.2677,2.2705,2.2733,2.2761,2.2789,2.2818,2.2846,2.2875,2.2903,2.2932,2.296,2.2989,2.3017,2.3046,2.3075,2.3103,2.3132,2.3161,2.319,2.3219,2.3247,2.3276,2.3305,2.3334,2.3364,2.3393,2.3422,2.3451,2.348,2.3509,2.3539,2.3568,2.3597,2.3627,2.3656,2.3686,2.3715,2.3745,2.3775,2.3804,2.3834,2.3864,2.3893,2.3923,2.3953,2.3983,2.4013,2.4043,2.4073,2.4103,2.4133,2.4163,2.4193,2.4223,2.4254,2.4284,2.4314,2.4344,2.4375,2.4405,2.4436,2.4466,2.4497,2.4527,2.4558,2.4589,2.4619,2.465,2.4681,2.4712,2.4743,2.4774,2.4805,2.4836,2.4867,2.4898,2.4929,2.496,2.4991,2.5022,2.5054,2.5085,2.5116,2.5148,2.5179,2.5211,2.5242,2.5274,2.5305,2.5337,2.2441,2.2469,2.2496,2.2524,2.2552,2.258,2.2608,2.2635,2.2663,2.2691,2.2719,2.2747,2.2776,2.2804,2.2832,2.286,2.2888,2.2917,2.2945,2.2973,2.3002,2.303,2.3059,2.3087,2.3116,2.3144,2.3173,2.3202,2.3231,2.3259,2.3288,2.3317,2.3346,2.3375,2.3404,2.3433,2.3462,2.3491,2.352,2.355,2.3579,2.3608,2.3637,2.3667,2.3696,2.3726,2.3755,2.3785,2.3814,2.3844,2.3873,2.3903,2.3933,2.3963,2.3993,2.4022,2.4052,2.4082,2.4112,2.4142,2.4172,2.4203,2.4233,2.4263,2.4293,2.4323,2.4354,2.4384,2.4415,2.4445,2.4476,2.4506,2.4537,2.4567,2.4598,2.4629,2.4659,2.469,2.4721,2.4752,2.4783,2.4814,2.4845,2.4876,2.4907,2.4938,2.4969,2.5,2.5032,2.5063,2.5094,2.5126,2.5157,2.5188,2.522,2.5251,2.5283,2.5315,2.5346,2.5378,2.2468,2.2496,2.2524,2.2551,2.2579,2.2607,2.2635,2.2663,2.2691,2.2719,2.2747,2.2775,2.2803,2.2831,2.2859,2.2888,2.2916,2.2944,2.2973,2.3001,2.3029,2.3058,2.3086,2.3115,2.3144,2.3172,2.3201,2.323,2.3258,2.3287,2.3316,2.3345,2.3374,2.3403,2.3432,2.3461,2.349,2.3519,2.3548,2.3577,2.3606,2.3636,2.3665,2.3694,2.3723,2.3753,2.3782,2.3812,2.3841,2.3871,2.39,2.393,2.396,2.3989,2.4019,2.4049,2.4079,2.4109,2.4138,2.4168,2.4198,2.4228,2.4258,2.4289,2.4319,2.4349,2.4379,2.4409,2.444,2.447,2.45,2.4531,2.4561,2.4592,2.4622,2.4653,2.4683,2.4714,2.4745,2.4775,2.4806,2.4837,2.4868,2.4899,2.493,2.4961,2.4992,2.5023,2.5054,2.5085,2.5116,2.5148,2.5179,2.521,2.5241,2.5273,2.5304,2.5336,2.5367,2.5399,2.2483,2.251,2.2538,2.2566,2.2593,2.2621,2.2649,2.2677,2.2705,2.2732,2.276,2.2788,2.2816,2.2844,2.2872,2.2901,2.2929,2.2957,2.2985,2.3013,2.3042,2.307,2.3098,2.3127,2.3155,2.3184,2.3212,2.3241,2.327,2.3298,2.3327,2.3356,2.3385,2.3413,2.3442,2.3471,2.35,2.3529,2.3558,2.3587,2.3616,2.3646,2.3675,2.3704,2.3733,2.3763,2.3792,2.3821,2.3851,2.388,2.391,2.3939,2.3969,2.3999,2.4028,2.4058,2.4088,2.4117,2.4147,2.4177,2.4207,2.4237,2.4267,2.4297,2.4327,2.4357,2.4387,2.4418,2.4448,2.4478,2.4509,2.4539,2.4569,2.46,2.463,2.4661,2.4691,2.4722,2.4753,2.4783,2.4814,2.4845,2.4876,2.4907,2.4938,2.4969,2.5,2.5031,2.5062,2.5093,2.5124,2.5155,2.5187,2.5218,2.5249,2.5281,2.5312,2.5344,2.5375,2.5407,2.2489,2.2517,2.2545,2.2572,2.26,2.2628,2.2655,2.2683,2.2711,2.2739,2.2767,2.2795,2.2823,2.2851,2.2879,2.2907,2.2935,2.2964,2.2992,2.302,2.3049,2.3077,2.3106,2.3134,2.3163,2.3191,2.322,2.3248,2.3277,2.3306,2.3335,2.3363,2.3392,2.3421,2.345,2.3479,2.3508,2.3537,2.3566,2.3596,2.3625,2.3654,2.3683,2.3713,2.3742,2.3771,2.3801,2.383,2.386,2.3889,2.3919,2.3949,2.3978,2.4008,2.4038,2.4068,2.4098,2.4128,2.4158,2.4188,2.4218,2.4248,2.4278,2.4308,2.4338,2.4368,2.4399,2.4429,2.4459,2.449,2.452,2.4551,2.4581,2.4612,2.4642,2.4673,2.4704,2.4734,2.4765,2.4796,2.4827,2.4858,2.4889,2.492,2.4951,2.4982,2.5013,2.5044,2.5075,2.5106,2.5138,2.5169,2.52,2.5232,2.5263,2.5294,2.5326,2.5358,2.5389,2.5421,2.25,2.2528,2.2555,2.2583,2.2611,2.2638,2.2666,2.2694,2.2722,2.275,2.2778,2.2806,2.2834,2.2862,2.289,2.2918,2.2946,2.2975,2.3003,2.3031,2.3059,2.3088,2.3116,2.3145,2.3173,2.3202,2.323,2.3259,2.3287,2.3316,2.3345,2.3374,2.3402,2.3431,2.346,2.3489,2.3518,2.3547,2.3576,2.3605,2.3634,2.3663,2.3692,2.3721,2.375,2.378,2.3809,2.3838,2.3867,2.3897,2.3926,2.3956,2.3985,2.4015,2.4044,2.4074,2.4103,2.4133,2.4163,2.4192,2.4222,2.4252,2.4282,2.4312,2.4342,2.4372,2.4401,2.4431,2.4462,2.4492,2.4522,2.4552,2.4582,2.4612,2.4642,2.4673,2.4703,2.4733,2.4764,2.4794,2.4825,2.4855,2.4886,2.4916,2.4947,2.4977,2.5008,2.5039,2.5069,2.51,2.5131,2.5162,2.5193,2.5223,2.5254,2.5285,2.5316,2.5347,2.5378,2.5409,2.2494,2.2521,2.2548,2.2576,2.2603,2.263,2.2657,2.2685,2.2712,2.2739,2.2767,2.2794,2.2822,2.2849,2.2877,2.2905,2.2932,2.296,2.2988,2.3015,2.3043,2.3071,2.3099,2.3127,2.3155,2.3183,2.3211,2.3239,2.3267,2.3295,2.3323,2.3351,2.3379,2.3408,2.3436,2.3464,2.3493,2.3521,2.355,2.3578,2.3606,2.3635,2.3664,2.3692,2.3721,2.375,2.3778,2.3807,2.3836,2.3865,2.3893,2.3922,2.3951,2.398,2.4009,2.4038,2.4067,2.4096,2.4125,2.4155,2.4184,2.4213,2.4242,2.4272,2.4301,2.433,2.436,2.4389,2.4419,2.4448,2.4478,2.4507,2.4537,2.4566,2.4596,2.4626,2.4656,2.4685,2.4715,2.4745,2.4775,2.4805,2.4835,2.4865,2.4895,2.4925,2.4955,2.4985,2.5015,2.5045,2.5076,2.5106,2.5136,2.5166,2.5197,2.5227,2.5258,2.5288,2.5318,2.5349,2.2457,2.2484,2.251,2.2537,2.2564,2.2591,2.2618,2.2644,2.2671,2.2698,2.2725,2.2752,2.2779,2.2806,2.2833,2.286,2.2888,2.2915,2.2942,2.2969,2.2996,2.3024,2.3051,2.3078,2.3106,2.3133,2.3161,2.3188,2.3216,2.3243,2.3271,2.3298,2.3326,2.3354,2.3381,2.3409,2.3437,2.3465,2.3493,2.352,2.3548,2.3576,2.3604,2.3632,2.366,2.3688,2.3716,2.3745,2.3773,2.3801,2.3829,2.3857,2.3886,2.3914,2.3942,2.3971,2.3999,2.4028,2.4056,2.4085,2.4113,2.4142,2.4171,2.4199,2.4228,2.4257,2.4285,2.4314,2.4343,2.4372,2.4401,2.443,2.4458,2.4487,2.4516,2.4545,2.4575,2.4604,2.4633,2.4662,2.4691,2.472,2.475,2.4779,2.4808,2.4837,2.4867,2.4896,2.4926,2.4955,2.4985,2.5014,2.5044,2.5073,2.5103,2.5133,2.5162,2.5192,2.5222,2.5251,2.2396,2.2422,2.2448,2.2474,2.25,2.2526,2.2553,2.2579,2.2605,2.2631,2.2658,2.2684,2.2711,2.2737,2.2764,2.279,2.2817,2.2843,2.287,2.2896,2.2923,2.295,2.2977,2.3003,2.303,2.3057,2.3084,2.3111,2.3138,2.3165,2.3192,2.3219,2.3246,2.3273,2.33,2.3327,2.3354,2.3382,2.3409,2.3436,2.3464,2.3491,2.3518,2.3546,2.3573,2.3601,2.3628,2.3656,2.3683,2.3711,2.3739,2.3766,2.3794,2.3822,2.385,2.3877,2.3905,2.3933,2.3961,2.3989,2.4017,2.4045,2.4073,2.4101,2.4129,2.4157,2.4185,2.4214,2.4242,2.427,2.4298,2.4327,2.4355,2.4383,2.4412,2.444,2.4469,2.4497,2.4526,2.4554,2.4583,2.4612,2.464,2.4669,2.4698,2.4726,2.4755,2.4784,2.4813,2.4842,2.4871,2.49,2.4929,2.4958,2.4987,2.5016,2.5045,2.5074,2.5103,2.5132,2.2319,2.2345,2.2371,2.2396,2.2422,2.2448,2.2474,2.2499,2.2525,2.2551,2.2577,2.2603,2.2629,2.2655,2.2681,2.2707,2.2733,2.2759,2.2786,2.2812,2.2838,2.2864,2.2891,2.2917,2.2943,2.297,2.2996,2.3022,2.3049,2.3075,2.3102,2.3129,2.3155,2.3182,2.3208,2.3235,2.3262,2.3289,2.3315,2.3342,2.3369,2.3396,2.3423,2.345,2.3477,2.3504,2.3531,2.3558,2.3585,2.3612,2.3639,2.3667,2.3694,2.3721,2.3748,2.3776,2.3803,2.3831,2.3858,2.3885,2.3913,2.394,2.3968,2.3996,2.4023,2.4051,2.4079,2.4106,2.4134,2.4162,2.419,2.4217,2.4245,2.4273,2.4301,2.4329,2.4357,2.4385,2.4413,2.4441,2.447,2.4498,2.4526,2.4554,2.4582,2.4611,2.4639,2.4667,2.4696,2.4724,2.4753,2.4781,2.481,2.4838,2.4867,2.4896,2.4924,2.4953,2.4982,2.501,2.224,2.2266,2.2291,2.2316,2.2342,2.2367,2.2393,2.2418,2.2444,2.2469,2.2495,2.252,2.2546,2.2572,2.2597,2.2623,2.2649,2.2674,2.27,2.2726,2.2752,2.2778,2.2804,2.283,2.2856,2.2882,2.2908,2.2934,2.296,2.2986,2.3012,2.3039,2.3065,2.3091,2.3118,2.3144,2.317,2.3197,2.3223,2.325,2.3276,2.3303,2.3329,2.3356,2.3382,2.3409,2.3436,2.3463,2.3489,2.3516,2.3543,2.357,2.3597,2.3624,2.365,2.3677,2.3704,2.3732,2.3759,2.3786,2.3813,2.384,2.3867,2.3894,2.3922,2.3949,2.3976,2.4004,2.4031,2.4058,2.4086,2.4113,2.4141,2.4168,2.4196,2.4224,2.4251,2.4279,2.4307,2.4334,2.4362,2.439,2.4418,2.4446,2.4474,2.4501,2.4529,2.4557,2.4585,2.4613,2.4642,2.467,2.4698,2.4726,2.4754,2.4782,2.4811,2.4839,2.4867,2.4896,2.2165,2.219,2.2215,2.2241,2.2266,2.2291,2.2316,2.2341,2.2366,2.2392,2.2417,2.2442,2.2467,2.2493,2.2518,2.2544,2.2569,2.2595,2.262,2.2646,2.2671,2.2697,2.2723,2.2748,2.2774,2.28,2.2826,2.2852,2.2877,2.2903,2.2929,2.2955,2.2981,2.3007,2.3033,2.3059,2.3085,2.3112,2.3138,2.3164,2.319,2.3217,2.3243,2.3269,2.3296,2.3322,2.3349,2.3375,2.3402,2.3428,2.3455,2.3481,2.3508,2.3534,2.3561,2.3588,2.3615,2.3641,2.3668,2.3695,2.3722,2.3749,2.3776,2.3803,2.383,2.3857,2.3884,2.3911,2.3938,2.3965,2.3993,2.402,2.4047,2.4074,2.4102,2.4129,2.4156,2.4184,2.4211,2.4239,2.4266,2.4294,2.4322,2.4349,2.4377,2.4405,2.4432,2.446,2.4488,2.4516,2.4544,2.4572,2.46,2.4628,2.4656,2.4684,2.4712,2.474,2.4768,2.4796,2.21,2.2125,2.2149,2.2174,2.2199,2.2224,2.2249,2.2274,2.23,2.2325,2.235,2.2375,2.24,2.2425,2.2451,2.2476,2.2501,2.2527,2.2552,2.2578,2.2603,2.2629,2.2654,2.268,2.2706,2.2731,2.2757,2.2783,2.2808,2.2834,2.286,2.2886,2.2912,2.2938,2.2964,2.299,2.3016,2.3042,2.3068,2.3094,2.312,2.3146,2.3173,2.3199,2.3225,2.3251,2.3278,2.3304,2.3331,2.3357,2.3384,2.341,2.3437,2.3463,2.349,2.3517,2.3543,2.357,2.3597,2.3624,2.365,2.3677,2.3704,2.3731,2.3758,2.3785,2.3812,2.3839,2.3866,2.3893,2.3921,2.3948,2.3975,2.4002,2.403,2.4057,2.4084,2.4112,2.4139,2.4167,2.4194,2.4222,2.4249,2.4277,2.4304,2.4332,2.436,2.4387,2.4415,2.4443,2.4471,2.4499,2.4527,2.4555,2.4583,2.4611,2.4639,2.4667,2.4695,2.4723,2.2051,2.2076,2.2101,2.2126,2.2151,2.2176,2.2201,2.2226,2.2251,2.2276,2.2301,2.2326,2.2351,2.2377,2.2402,2.2427,2.2453,2.2478,2.2503,2.2529,2.2554,2.258,2.2605,2.2631,2.2657,2.2682,2.2708,2.2734,2.276,2.2785,2.2811,2.2837,2.2863,2.2889,2.2915,2.2941,2.2967,2.2993,2.3019,2.3045,2.3072,2.3098,2.3124,2.315,2.3177,2.3203,2.3229,2.3256,2.3282,2.3309,2.3335,2.3362,2.3389,2.3415,2.3442,2.3469,2.3495,2.3522,2.3549,2.3576,2.3603,2.363,2.3656,2.3683,2.371,2.3737,2.3765,2.3792,2.3819,2.3846,2.3873,2.3901,2.3928,2.3955,2.3983,2.401,2.4037,2.4065,2.4092,2.412,2.4147,2.4175,2.4203,2.423,2.4258,2.4286,2.4314,2.4341,2.4369,2.4397,2.4425,2.4453,2.4481,2.4509,2.4537,2.4565,2.4593,2.4621,2.465,2.4678,2.2021,2.2045,2.207,2.2095,2.212,2.2145,2.2171,2.2196,2.2221,2.2246,2.2271,2.2297,2.2322,2.2347,2.2372,2.2398,2.2423,2.2449,2.2474,2.25,2.2525,2.2551,2.2577,2.2602,2.2628,2.2654,2.268,2.2705,2.2731,2.2757,2.2783,2.2809,2.2835,2.2861,2.2887,2.2913,2.2939,2.2965,2.2992,2.3018,2.3044,2.307,2.3097,2.3123,2.3149,2.3176,2.3202,2.3229,2.3255,2.3282,2.3308,2.3335,2.3362,2.3388,2.3415,2.3442,2.3469,2.3495,2.3522,2.3549,2.3576,2.3603,2.363,2.3657,2.3684,2.3712,2.3739,2.3766,2.3793,2.3821,2.3848,2.3875,2.3903,2.393,2.3958,2.3985,2.4013,2.404,2.4068,2.4096,2.4123,2.4151,2.4179,2.4207,2.4235,2.4262,2.429,2.4318,2.4346,2.4374,2.4402,2.4431,2.4459,2.4487,2.4515,2.4543,2.4572,2.46,2.4628,2.4657,2.2006,2.2031,2.2056,2.2082,2.2107,2.2132,2.2157,2.2183,2.2208,2.2233,2.2259,2.2284,2.231,2.2335,2.2361,2.2387,2.2412,2.2438,2.2464,2.249,2.2515,2.2541,2.2567,2.2593,2.2619,2.2645,2.2671,2.2697,2.2723,2.275,2.2776,2.2802,2.2828,2.2855,2.2881,2.2907,2.2934,2.296,2.2987,2.3014,2.304,2.3067,2.3094,2.312,2.3147,2.3174,2.3201,2.3228,2.3255,2.3282,2.3309,2.3336,2.3363,2.339,2.3417,2.3444,2.3472,2.3499,2.3526,2.3554,2.3581,2.3609,2.3636,2.3664,2.3691,2.3719,2.3747,2.3775,2.3802,2.383,2.3858,2.3886,2.3914,2.3942,2.397,2.3998,2.4026,2.4054,2.4083,2.4111,2.4139,2.4168,2.4196,2.4224,2.4253,2.4281,2.431,2.4339,2.4367,2.4396,2.4425,2.4453,2.4482,2.4511,2.454,2.4569,2.4598,2.4627,2.4656,2.4685,2.2025,2.2051,2.2077,2.2102,2.2128,2.2154,2.218,2.2206,2.2232,2.2258,2.2284,2.231,2.2337,2.2363,2.2389,2.2416,2.2442,2.2468,2.2495,2.2521,2.2548,2.2574,2.2601,2.2628,2.2654,2.2681,2.2708,2.2735,2.2762,2.2789,2.2816,2.2843,2.287,2.2897,2.2924,2.2951,2.2979,2.3006,2.3033,2.3061,2.3088,2.3115,2.3143,2.3171,2.3198,2.3226,2.3253,2.3281,2.3309,2.3337,2.3365,2.3393,2.342,2.3448,2.3476,2.3505,2.3533,2.3561,2.3589,2.3617,2.3645,2.3674,2.3702,2.3731,2.3759,2.3788,2.3816,2.3845,2.3873,2.3902,2.3931,2.3959,2.3988,2.4017,2.4046,2.4075,2.4104,2.4133,2.4162,2.4191,2.422,2.4249,2.4278,2.4308,2.4337,2.4366,2.4396,2.4425,2.4455,2.4484,2.4514,2.4543,2.4573,2.4603,2.4632,2.4662,2.4692,2.4722,2.4752,2.4782,2.2089,2.2116,2.2142,2.2169,2.2195,2.2222,2.2249,2.2275,2.2302,2.2329,2.2355,2.2382,2.2409,2.2436,2.2463,2.249,2.2517,2.2544,2.2572,2.2599,2.2626,2.2653,2.2681,2.2708,2.2736,2.2763,2.2791,2.2818,2.2846,2.2874,2.2901,2.2929,2.2957,2.2985,2.3013,2.304,2.3068,2.3097,2.3125,2.3153,2.3181,2.3209,2.3237,2.3266,2.3294,2.3323,2.3351,2.338,2.3408,2.3437,2.3465,2.3494,2.3523,2.3552,2.3581,2.3609,2.3638,2.3667,2.3696,2.3726,2.3755,2.3784,2.3813,2.3842,2.3872,2.3901,2.3931,2.396,2.399,2.4019,2.4049,2.4079,2.4108,2.4138,2.4168,2.4198,2.4228,2.4258,2.4288,2.4318,2.4348,2.4378,2.4409,2.4439,2.4469,2.45,2.453,2.4561,2.4592,2.4622,2.4653,2.4684,2.4714,2.4745,2.4776,2.4807,2.4838,2.4869,2.4901,2.4932,2.2189,2.2216,2.2244,2.2272,2.2299,2.2327,2.2355,2.2382,2.241,2.2438,2.2466,2.2494,2.2522,2.255,2.2579,2.2607,2.2635,2.2664,2.2692,2.2721,2.2749,2.2778,2.2806,2.2835,2.2864,2.2893,2.2922,2.295,2.2979,2.3008,2.3038,2.3067,2.3096,2.3125,2.3155,2.3184,2.3213,2.3243,2.3272,2.3302,2.3332,2.3362,2.3391,2.3421,2.3451,2.3481,2.3511,2.3541,2.3571,2.3602,2.3632,2.3662,2.3693,2.3723,2.3754,2.3784,2.3815,2.3845,2.3876,2.3907,2.3938,2.3969,2.4,2.4031,2.4062,2.4093,2.4124,2.4155,2.4187,2.4218,2.425,2.4281,2.4313,2.4345,2.4376,2.4408,2.444,2.4472,2.4504,2.4536,2.4568,2.46,2.4632,2.4665,2.4697,2.4729,2.4762,2.4794,2.4827,2.486,2.4892,2.4925,2.4958,2.4991,2.5024,2.5057,2.509,2.5123,2.5156,2.5189,2.2358,2.2387,2.2416,2.2446,2.2475,2.2504,2.2534,2.2563,2.2593,2.2623,2.2652,2.2682,2.2712,2.2742,2.2772,2.2802,2.2832,2.2862,2.2892,2.2922,2.2953,2.2983,2.3013,2.3044,2.3075,2.3105,2.3136,2.3167,2.3198,2.3229,2.326,2.3291,2.3322,2.3353,2.3384,2.3416,2.3447,2.3478,2.351,2.3541,2.3573,2.3605,2.3637,2.3668,2.37,2.3732,2.3764,2.3796,2.3829,2.3861,2.3893,2.3925,2.3958,2.399,2.4023,2.4055,2.4088,2.4121,2.4153,2.4186,2.4219,2.4252,2.4285,2.4318,2.4351,2.4385,2.4418,2.4451,2.4485,2.4518,2.4552,2.4585,2.4619,2.4653,2.4687,2.472,2.4754,2.4788,2.4822,2.4857,2.4891,2.4925,2.4959,2.4994,2.5028,2.5063,2.5097,2.5132,2.5166,2.5201,2.5236,2.5271,2.5306,2.5341,2.5376,2.5411,2.5446,2.5482,2.5517,2.5552,2.2591,2.2621,2.2652,2.2683,2.2714,2.2745,2.2777,2.2808,2.2839,2.287,2.2902,2.2933,2.2965,2.2996,2.3028,2.306,2.3091,2.3123,2.3155,2.3187,2.3219,2.3251,2.3283,2.3315,2.3348,2.338,2.3412,2.3445,2.3477,2.351,2.3542,2.3575,2.3607,2.364,2.3673,2.3706,2.3739,2.3772,2.3805,2.3838,2.3871,2.3905,2.3938,2.3972,2.4005,2.4039,2.4073,2.4106,2.414,2.4174,2.4208,2.4242,2.4276,2.431,2.4344,2.4379,2.4413,2.4447,2.4482,2.4516,2.4551,2.4585,2.462,2.4655,2.4689,2.4724,2.4759,2.4794,2.4829,2.4864,2.49,2.4935,2.497,2.5006,2.5041,2.5077,2.5112,2.5148,2.5184,2.5219,2.5255,2.5291,2.5327,2.5363,2.5399,2.5436,2.5472,2.5508,2.5545,2.5581,2.5618,2.5654,2.5691,2.5727,2.5764,2.5801,2.5837,2.5874,2.5911,2.5948,2.2837,2.2869,2.2901,2.2933,2.2965,2.2997,2.3029,2.3061,2.3094,2.3126,2.3158,2.3191,2.3223,2.3256,2.3288,2.3321,2.3354,2.3386,2.3419,2.3452,2.3485,2.3518,2.355,2.3583,2.3617,2.365,2.3683,2.3716,2.3749,2.3783,2.3816,2.3849,2.3883,2.3916,2.395,2.3984,2.4018,2.4051,2.4085,2.4119,2.4153,2.4187,2.4221,2.4255,2.4289,2.4324,2.4358,2.4392,2.4427,2.4461,2.4495,2.453,2.4565,2.4599,2.4634,2.4669,2.4703,2.4738,2.4773,2.4808,2.4843,2.4878,2.4913,2.4948,2.4983,2.5018,2.5053,2.5089,2.5124,2.5159,2.5195,2.523,2.5266,2.5301,2.5337,2.5372,2.5408,2.5444,2.5479,2.5515,2.5551,2.5587,2.5623,2.5659,2.5695,2.5731,2.5767,2.5803,2.5839,2.5876,2.5912,2.5948,2.5985,2.6021,2.6058,2.6094,2.6131,2.6167,2.6204,2.6241,2.3014,2.3046,2.3077,2.3109,2.3141,2.3173,2.3205,2.3236,2.3268,2.33,2.3332,2.3364,2.3397,2.3429,2.3461,2.3493,2.3525,2.3558,2.359,2.3623,2.3655,2.3688,2.372,2.3753,2.3785,2.3818,2.3851,2.3883,2.3916,2.3949,2.3982,2.4015,2.4048,2.4081,2.4114,2.4147,2.418,2.4213,2.4247,2.428,2.4313,2.4347,2.438,2.4413,2.4447,2.448,2.4514,2.4548,2.4581,2.4615,2.4649,2.4682,2.4716,2.475,2.4784,2.4818,2.4852,2.4886,2.492,2.4954,2.4988,2.5022,2.5056,2.509,2.5125,2.5159,2.5193,2.5227,2.5262,2.5296,2.5331,2.5365,2.54,2.5434,2.5469,2.5504,2.5538,2.5573,2.5608,2.5643,2.5678,2.5713,2.5747,2.5782,2.5817,2.5852,2.5888,2.5923,2.5958,2.5993,2.6028,2.6063,2.6099,2.6134,2.6169,2.6205,2.624,2.6275,2.6311,2.6346,2.3078,2.3108,2.3139,2.3169,2.32,2.3231,2.3261,2.3292,2.3323,2.3354,2.3385,2.3416,2.3447,2.3477,2.3509,2.354,2.3571,2.3602,2.3633,2.3664,2.3695,2.3726,2.3758,2.3789,2.382,2.3852,2.3883,2.3915,2.3946,2.3978,2.4009,2.4041,2.4073,2.4104,2.4136,2.4168,2.4199,2.4231,2.4263,2.4295,2.4327,2.4359,2.4391,2.4423,2.4455,2.4487,2.4519,2.4551,2.4583,2.4615,2.4648,2.468,2.4712,2.4745,2.4777,2.481,2.4842,2.4875,2.4907,2.494,2.4972,2.5005,2.5038,2.507,2.5103,2.5136,2.5169,2.5202,2.5234,2.5267,2.53,2.5333,2.5366,2.5399,2.5432,2.5466,2.5499,2.5532,2.5565,2.5598,2.5632,2.5665,2.5698,2.5732,2.5765,2.5799,2.5832,2.5866,2.5899,2.5933,2.5966,2.6,2.6034,2.6067,2.6101,2.6135,2.6169,2.6203,2.6236,2.627,2.3033,2.3062,2.3091,2.3121,2.315,2.3179,2.3209,2.3238,2.3268,2.3297,2.3327,2.3356,2.3386,2.3416,2.3445,2.3475,2.3505,2.3535,2.3565,2.3594,2.3624,2.3654,2.3684,2.3714,2.3744,2.3774,2.3804,2.3835,2.3865,2.3895,2.3925,2.3955,2.3986,2.4016,2.4046,2.4077,2.4107,2.4138,2.4168,2.4199,2.4229,2.426,2.429,2.4321,2.4352,2.4382,2.4413,2.4444,2.4475,2.4506,2.4537,2.4567,2.4598,2.4629,2.466,2.4691,2.4722,2.4753,2.4785,2.4816,2.4847,2.4878,2.4909,2.4941,2.4972,2.5003,2.5035,2.5066,2.5097,2.5129,2.516,2.5192,2.5223,2.5255,2.5286,2.5318,2.535,2.5381,2.5413,2.5445,2.5477,2.5508,2.554,2.5572,2.5604,2.5636,2.5668,2.57,2.5732,2.5764,2.5796,2.5828,2.586,2.5892,2.5924,2.5956,2.5989,2.6021,2.6053,2.6085,2.292,2.2948,2.2976,2.3004,2.3032,2.306,2.3089,2.3117,2.3145,2.3173,2.3201,2.323,2.3258,2.3286,2.3314,2.3343,2.3371,2.34,2.3428,2.3457,2.3485,2.3514,2.3542,2.3571,2.3599,2.3628,2.3657,2.3685,2.3714,2.3743,2.3772,2.3801,2.3829,2.3858,2.3887,2.3916,2.3945,2.3974,2.4003,2.4032,2.4061,2.409,2.4119,2.4149,2.4178,2.4207,2.4236,2.4265,2.4295,2.4324,2.4353,2.4383,2.4412,2.4442,2.4471,2.4501,2.453,2.456,2.4589,2.4619,2.4649,2.4678,2.4708,2.4738,2.4768,2.4797,2.4827,2.4857,2.4887,2.4917,2.4947,2.4977,2.5007,2.5037,2.5067,2.5097,2.5127,2.5157,2.5187,2.5217,2.5248,2.5278,2.5308,2.5338,2.5369,2.5399,2.543,2.546,2.549,2.5521,2.5551,2.5582,2.5612,2.5643,2.5674,2.5704,2.5735,2.5766,2.5796,2.5827,2.2759,2.2786,2.2812,2.2839,2.2866,2.2893,2.292,2.2947,2.2973,2.3,2.3027,2.3054,2.3081,2.3108,2.3135,2.3163,2.319,2.3217,2.3244,2.3271,2.3298,2.3326,2.3353,2.338,2.3408,2.3435,2.3462,2.349,2.3517,2.3545,2.3572,2.36,2.3627,2.3655,2.3683,2.371,2.3738,2.3766,2.3793,2.3821,2.3849,2.3877,2.3905,2.3933,2.396,2.3988,2.4016,2.4044,2.4072,2.41,2.4128,2.4157,2.4185,2.4213,2.4241,2.4269,2.4297,2.4326,2.4354,2.4382,2.4411,2.4439,2.4468,2.4496,2.4524,2.4553,2.4581,2.461,2.4639,2.4667,2.4696,2.4725,2.4753,2.4782,2.4811,2.484,2.4868,2.4897,2.4926,2.4955,2.4984,2.5013,2.5042,2.5071,2.51,2.5129,2.5158,2.5187,2.5216,2.5245,2.5275,2.5304,2.5333,2.5362,2.5392,2.5421,2.545,2.548,2.5509,2.5539,2.2573,2.2599,2.2625,2.2651,2.2676,2.2702,2.2728,2.2754,2.278,2.2806,2.2832,2.2858,2.2884,2.291,2.2936,2.2962,2.2988,2.3014,2.304,2.3066,2.3093,2.3119,2.3145,2.3172,2.3198,2.3224,2.3251,2.3277,2.3304,2.333,2.3357,2.3383,2.341,2.3436,2.3463,2.349,2.3516,2.3543,2.357,2.3597,2.3624,2.365,2.3677,2.3704,2.3731,2.3758,2.3785,2.3812,2.3839,2.3866,2.3893,2.392,2.3948,2.3975,2.4002,2.4029,2.4057,2.4084,2.4111,2.4139,2.4166,2.4194,2.4221,2.4249,2.4277,2.4304,2.4332,2.436,2.4387,2.4415,2.4443,2.4471,2.4498,2.4526,2.4554,2.4582,2.461,2.4638,2.4666,2.4694,2.4722,2.4751,2.4779,2.4807,2.4835,2.4863,2.4892,2.492,2.4948,2.4977,2.5005,2.5034,2.5062,2.509,2.5119,2.5148,2.5176,2.5205,2.5233,2.5262,2.2391,2.2416,2.2441,2.2466,2.2491,2.2516,2.2541,2.2566,2.2592,2.2617,2.2642,2.2667,2.2693,2.2718,2.2743,2.2769,2.2794,2.282,2.2845,2.2871,2.2896,2.2922,2.2947,2.2973,2.2999,2.3024,2.305,2.3076,2.3101,2.3127,2.3153,2.3179,2.3205,2.323,2.3256,2.3282,2.3308,2.3334,2.336,2.3386,2.3412,2.3438,2.3465,2.3491,2.3517,2.3543,2.3569,2.3596,2.3622,2.3648,2.3675,2.3701,2.3727,2.3754,2.378,2.3807,2.3833,2.386,2.3887,2.3913,2.394,2.3967,2.3993,2.402,2.4047,2.4074,2.41,2.4127,2.4154,2.4181,2.4208,2.4235,2.4262,2.4289,2.4316,2.4343,2.437,2.4397,2.4424,2.4452,2.4479,2.4506,2.4533,2.4561,2.4588,2.4615,2.4642,2.467,2.4697,2.4725,2.4752,2.478,2.4807,2.4835,2.4862,2.489,2.4917,2.4945,2.4972,2.5,2.2215,2.2239,2.2263,2.2287,2.2312,2.2336,2.2361,2.2385,2.2409,2.2434,2.2458,2.2483,2.2507,2.2532,2.2557,2.2581,2.2606,2.2631,2.2655,2.268,2.2705,2.273,2.2755,2.278,2.2805,2.283,2.2854,2.288,2.2905,2.293,2.2955,2.298,2.3005,2.303,2.3055,2.3081,2.3106,2.3131,2.3156,2.3182,2.3207,2.3232,2.3258,2.3283,2.3308,2.3334,2.3359,2.3385,2.341,2.3436,2.3462,2.3487,2.3513,2.3538,2.3564,2.359,2.3616,2.3641,2.3667,2.3693,2.3719,2.3745,2.3771,2.3797,2.3823,2.3849,2.3875,2.3901,2.3927,2.3953,2.3979,2.4005,2.4031,2.4057,2.4084,2.411,2.4136,2.4162,2.4189,2.4215,2.4242,2.4268,2.4294,2.4321,2.4347,2.4374,2.44,2.4427,2.4453,2.448,2.4507,2.4533,2.456,2.4587,2.4613,2.464,2.4667,2.4694,2.4721,2.4747,2.2043,2.2066,2.209,2.2114,2.2137,2.2161,2.2185,2.2208,2.2232,2.2256,2.228,2.2304,2.2327,2.2351,2.2375,2.2399,2.2423,2.2447,2.2471,2.2495,2.2519,2.2543,2.2567,2.2592,2.2616,2.264,2.2664,2.2688,2.2713,2.2737,2.2761,2.2785,2.281,2.2834,2.2859,2.2883,2.2907,2.2932,2.2956,2.2981,2.3005,2.303,2.3054,2.3079,2.3104,2.3128,2.3153,2.3178,2.3202,2.3227,2.3252,2.3277,2.3301,2.3326,2.3351,2.3376,2.3401,2.3426,2.3451,2.3475,2.35,2.3525,2.355,2.3575,2.3601,2.3626,2.3651,2.3676,2.3701,2.3726,2.3751,2.3777,2.3802,2.3827,2.3852,2.3878,2.3903,2.3928,2.3954,2.3979,2.4004,2.403,2.4055,2.4081,2.4106,2.4132,2.4157,2.4183,2.4208,2.4234,2.426,2.4285,2.4311,2.4336,2.4362,2.4388,2.4414,2.4439,2.4465,2.4491,2.1868,2.189,2.1913,2.1936,2.1959,2.1982,2.2005,2.2027,2.205,2.2073,2.2096,2.2119,2.2142,2.2165,2.2188,2.2211,2.2234,2.2257,2.2281,2.2304,2.2327,2.235,2.2373,2.2397,2.242,2.2443,2.2467,2.249,2.2513,2.2537,2.256,2.2584,2.2607,2.2631,2.2654,2.2678,2.2702,2.2725,2.2749,2.2773,2.2796,2.282,2.2844,2.2868,2.2892,2.2915,2.2939,2.2963,2.2987,2.3011,2.3035,2.3059,2.3083,2.3107,2.3132,2.3156,2.318,2.3204,2.3229,2.3253,2.3277,2.3302,2.3326,2.335,2.3375,2.3399,2.3424,2.3449,2.3473,2.3498,2.3522,2.3547,2.3572,2.3597,2.3621,2.3646,2.3671,2.3696,2.3721,2.3746,2.3771,2.3796,2.3821,2.3846,2.3871,2.3896,2.3922,2.3947,2.3972,2.3998,2.4023,2.4048,2.4074,2.4099,2.4125,2.415,2.4176,2.4202,2.4227,2.4253,2.1706,2.1729,2.1752,2.1775,2.1798,2.1821,2.1844,2.1867,2.189,2.1913,2.1936,2.1959,2.1982,2.2005,2.2029,2.2052,2.2075,2.2099,2.2122,2.2146,2.2169,2.2193,2.2216,2.224,2.2263,2.2287,2.2311,2.2335,2.2359,2.2382,2.2406,2.243,2.2454,2.2478,2.2502,2.2526,2.2551,2.2575,2.2599,2.2623,2.2647,2.2672,2.2696,2.2721,2.2745,2.277,2.2794,2.2819,2.2843,2.2868,2.2893,2.2918,2.2942,2.2967,2.2992,2.3017,2.3042,2.3067,2.3092,2.3117,2.3143,2.3168,2.3193,2.3218,2.3244,2.3269,2.3294,2.332,2.3345,2.3371,2.3397,2.3422,2.3448,2.3474,2.3499,2.3525,2.3551,2.3577,2.3603,2.3629,2.3655,2.3681,2.3707,2.3733,2.376,2.3786,2.3812,2.3839,2.3865,2.3891,2.3918,2.3944,2.3971,2.3997,2.4024,2.4051,2.4078,2.4104,2.4131,2.4158,2.1639,2.1663,2.1687,2.1711,2.1735,2.1758,2.1783,2.1807,2.1831,2.1855,2.1879,2.1903,2.1928,2.1952,2.1976,2.2001,2.2025,2.205,2.2074,2.2099,2.2123,2.2148,2.2173,2.2198,2.2222,2.2247,2.2272,2.2297,2.2322,2.2347,2.2372,2.2397,2.2422,2.2448,2.2473,2.2498,2.2524,2.2549,2.2574,2.26,2.2625,2.2651,2.2677,2.2702,2.2728,2.2754,2.2779,2.2805,2.2831,2.2857,2.2883,2.2909,2.2935,2.2961,2.2987,2.3013,2.304,2.3066,2.3092,2.3119,2.3145,2.3171,2.3198,2.3224,2.3251,2.3278,2.3304,2.3331,2.3358,2.3385,2.3411,2.3438,2.3465,2.3492,2.3519,2.3546,2.3573,2.36,2.3628,2.3655,2.3682,2.3709,2.3737,2.3764,2.3791,2.3819,2.3846,2.3874,2.3902,2.3929,2.3957,2.3985,2.4012,2.404,2.4068,2.4096,2.4124,2.4152,2.418,2.4208,2.1666,2.1691,2.1715,2.174,2.1765,2.179,2.1815,2.184,2.1865,2.189,2.1915,2.194,2.1965,2.1991,2.2016,2.2041,2.2067,2.2092,2.2118,2.2143,2.2169,2.2194,2.222,2.2245,2.2271,2.2297,2.2323,2.2348,2.2374,2.24,2.2426,2.2452,2.2478,2.2504,2.253,2.2556,2.2582,2.2609,2.2635,2.2661,2.2687,2.2714,2.274,2.2767,2.2793,2.2819,2.2846,2.2872,2.2899,2.2926,2.2952,2.2979,2.3006,2.3033,2.3059,2.3086,2.3113,2.314,2.3167,2.3194,2.3221,2.3248,2.3275,2.3302,2.3329,2.3356,2.3384,2.3411,2.3438,2.3466,2.3493,2.352,2.3548,2.3575,2.3603,2.363,2.3658,2.3685,2.3713,2.3741,2.3768,2.3796,2.3824,2.3852,2.388,2.3908,2.3935,2.3963,2.3991,2.4019,2.4048,2.4076,2.4104,2.4132,2.416,2.4188,2.4217,2.4245,2.4273,2.4302,2.1719,2.1744,2.1769,2.1794,2.1819,2.1844,2.1869,2.1894,2.192,2.1945,2.197,2.1995,2.202,2.2046,2.2071,2.2096,2.2122,2.2147,2.2173,2.2198,2.2224,2.2249,2.2275,2.23,2.2326,2.2352,2.2378,2.2403,2.2429,2.2455,2.2481,2.2507,2.2533,2.2559,2.2585,2.2611,2.2637,2.2663,2.2689,2.2715,2.2741,2.2768,2.2794,2.282,2.2847,2.2873,2.29,2.2926,2.2953,2.2979,2.3006,2.3033,2.3059,2.3086,2.3113,2.314,2.3166,2.3193,2.322,2.3247,2.3274,2.3301,2.3328,2.3356,2.3383,2.341,2.3437,2.3464,2.3492,2.3519,2.3547,2.3574,2.3601,2.3629,2.3656,2.3684,2.3712,2.3739,2.3767,2.3795,2.3823,2.385,2.3878,2.3906,2.3934,2.3962,2.399,2.4018,2.4046,2.4074,2.4102,2.4131,2.4159,2.4187,2.4215,2.4244,2.4272,2.4301,2.4329,2.4358,2.1748,2.1773,2.1798,2.1823,2.1848,2.1873,2.1899,2.1924,2.1949,2.1975,2.2,2.2025,2.2051,2.2076,2.2102,2.2127,2.2153,2.2179,2.2204,2.223,2.2256,2.2282,2.2308,2.2333,2.2359,2.2385,2.2411,2.2437,2.2463,2.249,2.2516,2.2542,2.2568,2.2594,2.2621,2.2647,2.2673,2.27,2.2726,2.2753,2.2779,2.2806,2.2832,2.2859,2.2886,2.2913,2.2939,2.2966,2.2993,2.302,2.3047,2.3074,2.3101,2.3128,2.3155,2.3182,2.3209,2.3236,2.3264,2.3291,2.3318,2.3346,2.3373,2.34,2.3428,2.3455,2.3483,2.351,2.3538,2.3566,2.3594,2.3621,2.3649,2.3677,2.3705,2.3733,2.3761,2.3789,2.3817,2.3845,2.3873,2.3901,2.3929,2.3958,2.3986,2.4014,2.4043,2.4071,2.4099,2.4128,2.4156,2.4185,2.4213,2.4242,2.4271,2.4299,2.4328,2.4357,2.4386,2.4415,2.1777,2.1802,2.1828,2.1853,2.1878,2.1904,2.1929,2.1955,2.198,2.2006,2.2031,2.2057,2.2083,2.2108,2.2134,2.216,2.2186,2.2211,2.2237,2.2263,2.2289,2.2315,2.2341,2.2367,2.2393,2.2419,2.2445,2.2472,2.2498,2.2524,2.255,2.2577,2.2603,2.263,2.2656,2.2683,2.2709,2.2736,2.2762,2.2789,2.2816,2.2842,2.2869,2.2896,2.2923,2.295,2.2977,2.3004,2.3031,2.3058,2.3085,2.3112,2.3139,2.3166,2.3193,2.322,2.3248,2.3275,2.3302,2.333,2.3357,2.3384,2.3412,2.3439,2.3467,2.3495,2.3522,2.355,2.3578,2.3605,2.3633,2.3661,2.3689,2.3717,2.3745,2.3773,2.3801,2.3829,2.3857,2.3885,2.3913,2.3941,2.3969,2.3998,2.4026,2.4054,2.4083,2.4111,2.4139,2.4168,2.4196,2.4225,2.4254,2.4282,2.4311,2.4339,2.4368,2.4397,2.4426,2.4454,2.1795,2.182,2.1846,2.1871,2.1896,2.1921,2.1947,2.1972,2.1998,2.2023,2.2048,2.2074,2.2099,2.2125,2.2151,2.2176,2.2202,2.2228,2.2253,2.2279,2.2305,2.2331,2.2357,2.2383,2.2409,2.2435,2.2461,2.2487,2.2513,2.2539,2.2565,2.2591,2.2617,2.2644,2.267,2.2696,2.2723,2.2749,2.2776,2.2802,2.2829,2.2855,2.2882,2.2908,2.2935,2.2962,2.2988,2.3015,2.3042,2.3069,2.3096,2.3122,2.3149,2.3176,2.3203,2.323,2.3257,2.3285,2.3312,2.3339,2.3366,2.3393,2.342,2.3448,2.3475,2.3502,2.353,2.3557,2.3584,2.3612,2.3639,2.3667,2.3694,2.3722,2.3749,2.3777,2.3805,2.3832,2.386,2.3888,2.3916,2.3943,2.3971,2.3999,2.4027,2.4055,2.4083,2.4111,2.4139,2.4167,2.4195,2.4223,2.4251,2.428,2.4308,2.4336,2.4364,2.4393,2.4421,2.445,2.1787,2.1811,2.1836,2.1861,2.1886,2.1911,2.1936,2.1961,2.1986,2.2011,2.2036,2.2061,2.2086,2.2111,2.2137,2.2162,2.2187,2.2212,2.2238,2.2263,2.2288,2.2314,2.2339,2.2365,2.239,2.2416,2.2441,2.2467,2.2493,2.2518,2.2544,2.257,2.2595,2.2621,2.2647,2.2673,2.2699,2.2725,2.2751,2.2777,2.2803,2.2829,2.2855,2.2881,2.2907,2.2933,2.2959,2.2985,2.3012,2.3038,2.3064,2.3091,2.3117,2.3143,2.317,2.3196,2.3222,2.3249,2.3275,2.3302,2.3329,2.3355,2.3382,2.3408,2.3435,2.3462,2.3488,2.3515,2.3542,2.3569,2.3596,2.3622,2.3649,2.3676,2.3703,2.373,2.3757,2.3784,2.3811,2.3838,2.3866,2.3893,2.392,2.3947,2.3975,2.4002,2.4029,2.4057,2.4084,2.4111,2.4139,2.4166,2.4194,2.4221,2.4249,2.4277,2.4304,2.4332,2.436,2.4387,2.1744,2.1768,2.1792,2.1817,2.1841,2.1865,2.189,2.1914,2.1939,2.1963,2.1988,2.2012,2.2037,2.2061,2.2086,2.211,2.2135,2.216,2.2184,2.2209,2.2234,2.2259,2.2284,2.2308,2.2333,2.2358,2.2383,2.2408,2.2433,2.2458,2.2483,2.2508,2.2533,2.2558,2.2584,2.2609,2.2634,2.2659,2.2685,2.271,2.2735,2.276,2.2786,2.2811,2.2837,2.2862,2.2888,2.2913,2.2939,2.2964,2.299,2.3015,2.3041,2.3067,2.3092,2.3118,2.3144,2.317,2.3195,2.3221,2.3247,2.3273,2.3299,2.3325,2.3351,2.3377,2.3403,2.3429,2.3455,2.3481,2.3507,2.3533,2.3559,2.3586,2.3612,2.3638,2.3664,2.3691,2.3717,2.3743,2.377,2.3796,2.3823,2.3849,2.3876,2.3902,2.3929,2.3955,2.3982,2.4008,2.4035,2.4061,2.4088,2.4115,2.4142,2.4168,2.4195,2.4222,2.4249,2.4276,2.1672,2.1695,2.1719,2.1743,2.1766,2.179,2.1814,2.1837,2.1861,2.1885,2.1909,2.1933,2.1957,2.198,2.2004,2.2028,2.2052,2.2076,2.21,2.2124,2.2149,2.2173,2.2197,2.2221,2.2245,2.2269,2.2294,2.2318,2.2342,2.2366,2.2391,2.2415,2.2439,2.2464,2.2488,2.2513,2.2537,2.2562,2.2586,2.2611,2.2635,2.266,2.2685,2.2709,2.2734,2.2759,2.2783,2.2808,2.2833,2.2858,2.2882,2.2907,2.2932,2.2957,2.2982,2.3007,2.3032,2.3057,2.3082,2.3107,2.3132,2.3157,2.3182,2.3207,2.3233,2.3258,2.3283,2.3308,2.3334,2.3359,2.3384,2.341,2.3435,2.346,2.3486,2.3511,2.3537,2.3562,2.3588,2.3613,2.3639,2.3664,2.369,2.3716,2.3741,2.3767,2.3793,2.3819,2.3844,2.387,2.3896,2.3922,2.3948,2.3974,2.4,2.4026,2.4052,2.4078,2.4104,2.413,2.158,2.1603,2.1626,2.1649,2.1672,2.1695,2.1718,2.1741,2.1764,2.1787,2.181,2.1834,2.1857,2.188,2.1903,2.1927,2.195,2.1973,2.1997,2.202,2.2044,2.2067,2.2091,2.2114,2.2138,2.2161,2.2185,2.2208,2.2232,2.2256,2.228,2.2303,2.2327,2.2351,2.2375,2.2399,2.2422,2.2446,2.247,2.2494,2.2518,2.2542,2.2566,2.259,2.2614,2.2639,2.2663,2.2687,2.2711,2.2735,2.276,2.2784,2.2808,2.2833,2.2857,2.2881,2.2906,2.293,2.2955,2.2979,2.3004,2.3028,2.3053,2.3077,2.3102,2.3127,2.3151,2.3176,2.3201,2.3225,2.325,2.3275,2.33,2.3325,2.3349,2.3374,2.3399,2.3424,2.3449,2.3474,2.3499,2.3524,2.3549,2.3574,2.3599,2.3625,2.365,2.3675,2.37,2.3725,2.3751,2.3776,2.3801,2.3827,2.3852,2.3878,2.3903,2.3928,2.3954,2.398,2.1486,2.1508,2.1531,2.1554,2.1576,2.1599,2.1622,2.1644,2.1667,2.169,2.1713,2.1736,2.1759,2.1781,2.1804,2.1827,2.185,2.1873,2.1896,2.1919,2.1942,2.1966,2.1989,2.2012,2.2035,2.2058,2.2081,2.2105,2.2128,2.2151,2.2175,2.2198,2.2221,2.2245,2.2268,2.2292,2.2315,2.2339,2.2362,2.2386,2.241,2.2433,2.2457,2.2481,2.2504,2.2528,2.2552,2.2576,2.2599,2.2623,2.2647,2.2671,2.2695,2.2719,2.2743,2.2767,2.2791,2.2815,2.2839,2.2863,2.2887,2.2912,2.2936,2.296,2.2984,2.3009,2.3033,2.3057,2.3081,2.3106,2.313,2.3155,2.3179,2.3204,2.3228,2.3253,2.3277,2.3302,2.3326,2.3351,2.3376,2.34,2.3425,2.345,2.3474,2.3499,2.3524,2.3549,2.3574,2.3599,2.3624,2.3648,2.3673,2.3698,2.3723,2.3748,2.3774,2.3799,2.3824,2.3849,2.1404,2.1427,2.1449,2.1471,2.1494,2.1516,2.1539,2.1561,2.1584,2.1606,2.1629,2.1651,2.1674,2.1696,2.1719,2.1742,2.1764,2.1787,2.181,2.1832,2.1855,2.1878,2.1901,2.1924,2.1947,2.197,2.1993,2.2016,2.2039,2.2062,2.2085,2.2108,2.2131,2.2154,2.2177,2.22,2.2224,2.2247,2.227,2.2293,2.2317,2.234,2.2363,2.2387,2.241,2.2434,2.2457,2.2481,2.2504,2.2528,2.2551,2.2575,2.2599,2.2622,2.2646,2.267,2.2693,2.2717,2.2741,2.2765,2.2789,2.2813,2.2837,2.2861,2.2885,2.2909,2.2933,2.2957,2.2981,2.3005,2.3029,2.3053,2.3078,2.3102,2.3126,2.315,2.3175,2.3199,2.3224,2.3248,2.3272,2.3297,2.3321,2.3346,2.3371,2.3395,2.342,2.3445,2.3469,2.3494,2.3519,2.3544,2.3569,2.3593,2.3618,2.3643,2.3668,2.3693,2.3718,2.3743,2.1339,2.1362,2.1384,2.1406,2.1429,2.1451,2.1473,2.1496,2.1518,2.1541,2.1563,2.1586,2.1609,2.1631,2.1654,2.1677,2.1699,2.1722,2.1745,2.1768,2.1791,2.1814,2.1837,2.1859,2.1882,2.1905,2.1929,2.1952,2.1975,2.1998,2.2021,2.2044,2.2068,2.2091,2.2114,2.2137,2.2161,2.2184,2.2208,2.2231,2.2255,2.2278,2.2302,2.2325,2.2349,2.2372,2.2396,2.242,2.2444,2.2467,2.2491,2.2515,2.2539,2.2563,2.2587,2.261,2.2634,2.2658,2.2682,2.2706,2.2731,2.2755,2.2779,2.2803,2.2827,2.2851,2.2876,2.29,2.2924,2.2949,2.2973,2.2997,2.3022,2.3046,2.3071,2.3095,2.312,2.3144,2.3169,2.3193,2.3218,2.3243,2.3267,2.3292,2.3317,2.3342,2.3367,2.3391,2.3416,2.3441,2.3466,2.3491,2.3516,2.3541,2.3566,2.3591,2.3616,2.3641,2.3667,2.3692,2.131,2.1332,2.1354,2.1377,2.1399,2.1422,2.1445,2.1467,2.149,2.1512,2.1535,2.1558,2.158,2.1603,2.1626,2.1649,2.1672,2.1694,2.1717,2.174,2.1763,2.1786,2.1809,2.1832,2.1855,2.1878,2.1901,2.1925,2.1948,2.1971,2.1994,2.2018,2.2041,2.2064,2.2088,2.2111,2.2135,2.2158,2.2182,2.2205,2.2229,2.2252,2.2276,2.23,2.2323,2.2347,2.2371,2.2395,2.2418,2.2442,2.2466,2.249,2.2514,2.2538,2.2562,2.2586,2.261,2.2634,2.2658,2.2682,2.2706,2.273,2.2754,2.2778,2.2803,2.2827,2.2851,2.2875,2.29,2.2924,2.2949,2.2973,2.2998,2.3022,2.3047,2.3072,2.3096,2.3121,2.3146,2.317,2.3195,2.322,2.3245,2.327,2.3295,2.332,2.3345,2.337,2.3395,2.342,2.3445,2.347,2.3495,2.3521,2.3546,2.3571,2.3597,2.3622,2.3647,2.3673,2.1301,2.1323,2.1346,2.1369,2.1392,2.1414,2.1437,2.146,2.1483,2.1506,2.1529,2.1552,2.1575,2.1598,2.1621,2.1644,2.1667,2.169,2.1713,2.1737,2.176,2.1783,2.1807,2.183,2.1853,2.1877,2.19,2.1924,2.1947,2.1971,2.1994,2.2018,2.2042,2.2065,2.2089,2.2113,2.2137,2.2161,2.2184,2.2208,2.2232,2.2256,2.228,2.2304,2.2328,2.2352,2.2377,2.2401,2.2425,2.2449,2.2473,2.2498,2.2522,2.2546,2.2571,2.2595,2.262,2.2644,2.2669,2.2693,2.2718,2.2742,2.2767,2.2792,2.2816,2.2841,2.2866,2.2891,2.2916,2.2941,2.2965,2.299,2.3015,2.304,2.3066,2.3091,2.3116,2.3141,2.3166,2.3191,2.3217,2.3242,2.3267,2.3293,2.3318,2.3343,2.3369,2.3394,2.342,2.3445,2.3471,2.3497,2.3522,2.3548,2.3574,2.36,2.3625,2.3651,2.3677,2.3703,2.1325,2.1348,2.1371,2.1394,2.1417,2.144,2.1464,2.1487,2.151,2.1534,2.1557,2.158,2.1604,2.1627,2.1651,2.1674,2.1698,2.1722,2.1745,2.1769,2.1793,2.1817,2.184,2.1864,2.1888,2.1912,2.1936,2.196,2.1984,2.2008,2.2032,2.2056,2.208,2.2105,2.2129,2.2153,2.2177,2.2202,2.2226,2.2251,2.2275,2.2299,2.2324,2.2349,2.2373,2.2398,2.2422,2.2447,2.2472,2.2497,2.2521,2.2546,2.2571,2.2596,2.2621,2.2646,2.2671,2.2696,2.2721,2.2746,2.2771,2.2796,2.2822,2.2847,2.2872,2.2897,2.2923,2.2948,2.2974,2.2999,2.3025,2.305,2.3076,2.3101,2.3127,2.3153,2.3178,2.3204,2.323,2.3256,2.3282,2.3307,2.3333,2.3359,2.3385,2.3411,2.3437,2.3464,2.349,2.3516,2.3542,2.3568,2.3595,2.3621,2.3647,2.3674,2.37,2.3727,2.3753,2.378,2.1379,2.1403,2.1426,2.145,2.1474,2.1498,2.1521,2.1545,2.1569,2.1593,2.1617,2.1641,2.1665,2.1689,2.1713,2.1737,2.1762,2.1786,2.181,2.1834,2.1859,2.1883,2.1908,2.1932,2.1957,2.1981,2.2006,2.203,2.2055,2.208,2.2104,2.2129,2.2154,2.2179,2.2203,2.2228,2.2253,2.2278,2.2303,2.2328,2.2353,2.2379,2.2404,2.2429,2.2454,2.2479,2.2505,2.253,2.2555,2.2581,2.2606,2.2632,2.2657,2.2683,2.2708,2.2734,2.276,2.2786,2.2811,2.2837,2.2863,2.2889,2.2915,2.2941,2.2967,2.2993,2.3019,2.3045,2.3071,2.3097,2.3123,2.315,2.3176,2.3202,2.3229,2.3255,2.3281,2.3308,2.3334,2.3361,2.3388,2.3414,2.3441,2.3468,2.3494,2.3521,2.3548,2.3575,2.3602,2.3629,2.3656,2.3683,2.371,2.3737,2.3764,2.3791,2.3818,2.3846,2.3873,2.39,2.1462,2.1486,2.1511,2.1535,2.156,2.1584,2.1608,2.1633,2.1658,2.1682,2.1707,2.1731,2.1756,2.1781,2.1806,2.1831,2.1855,2.188,2.1905,2.193,2.1955,2.198,2.2005,2.2031,2.2056,2.2081,2.2106,2.2132,2.2157,2.2182,2.2208,2.2233,2.2259,2.2284,2.231,2.2335,2.2361,2.2387,2.2413,2.2438,2.2464,2.249,2.2516,2.2542,2.2568,2.2594,2.262,2.2646,2.2672,2.2698,2.2725,2.2751,2.2777,2.2803,2.283,2.2856,2.2883,2.2909,2.2936,2.2962,2.2989,2.3016,2.3042,2.3069,2.3096,2.3122,2.3149,2.3176,2.3203,2.323,2.3257,2.3284,2.3311,2.3338,2.3365,2.3393,2.342,2.3447,2.3474,2.3502,2.3529,2.3557,2.3584,2.3612,2.3639,2.3667,2.3694,2.3722,2.375,2.3777,2.3805,2.3833,2.3861,2.3889,2.3917,2.3945,2.3973,2.4001,2.4029,2.4057,2.1569,2.1594,2.1619,2.1644,2.1669,2.1695,2.172,2.1745,2.177,2.1796,2.1821,2.1846,2.1872,2.1897,2.1923,2.1948,2.1974,2.2,2.2025,2.2051,2.2077,2.2103,2.2128,2.2154,2.218,2.2206,2.2232,2.2258,2.2284,2.231,2.2337,2.2363,2.2389,2.2415,2.2442,2.2468,2.2494,2.2521,2.2547,2.2574,2.26,2.2627,2.2654,2.268,2.2707,2.2734,2.2761,2.2787,2.2814,2.2841,2.2868,2.2895,2.2922,2.2949,2.2976,2.3004,2.3031,2.3058,2.3085,2.3113,2.314,2.3168,2.3195,2.3222,2.325,2.3278,2.3305,2.3333,2.3361,2.3388,2.3416,2.3444,2.3472,2.35,2.3528,2.3556,2.3584,2.3612,2.364,2.3668,2.3696,2.3725,2.3753,2.3781,2.381,2.3838,2.3866,2.3895,2.3923,2.3952,2.3981,2.4009,2.4038,2.4067,2.4095,2.4124,2.4153,2.4182,2.4211,2.424,2.1692,2.1718,2.1744,2.177,2.1795,2.1821,2.1847,2.1873,2.1899,2.1925,2.1951,2.1977,2.2003,2.2029,2.2055,2.2082,2.2108,2.2134,2.2161,2.2187,2.2214,2.224,2.2267,2.2293,2.232,2.2346,2.2373,2.24,2.2427,2.2453,2.248,2.2507,2.2534,2.2561,2.2588,2.2615,2.2642,2.2669,2.2697,2.2724,2.2751,2.2778,2.2806,2.2833,2.2861,2.2888,2.2916,2.2943,2.2971,2.2998,2.3026,2.3054,2.3082,2.3109,2.3137,2.3165,2.3193,2.3221,2.3249,2.3277,2.3305,2.3333,2.3361,2.339,2.3418,2.3446,2.3475,2.3503,2.3531,2.356,2.3588,2.3617,2.3646,2.3674,2.3703,2.3732,2.376,2.3789,2.3818,2.3847,2.3876,2.3905,2.3934,2.3963,2.3992,2.4021,2.4051,2.408,2.4109,2.4138,2.4168,2.4197,2.4227,2.4256,2.4286,2.4315,2.4345,2.4374,2.4404,2.4434,2.1822,2.1848,2.1875,2.1901,2.1927,2.1954,2.198,2.2007,2.2033,2.206,2.2086,2.2113,2.214,2.2167,2.2193,2.222,2.2247,2.2274,2.2301,2.2328,2.2355,2.2382,2.2409,2.2436,2.2464,2.2491,2.2518,2.2546,2.2573,2.26,2.2628,2.2655,2.2683,2.2711,2.2738,2.2766,2.2794,2.2821,2.2849,2.2877,2.2905,2.2933,2.2961,2.2989,2.3017,2.3045,2.3073,2.3101,2.313,2.3158,2.3186,2.3214,2.3243,2.3271,2.33,2.3328,2.3357,2.3386,2.3414,2.3443,2.3472,2.35,2.3529,2.3558,2.3587,2.3616,2.3645,2.3674,2.3703,2.3732,2.3761,2.379,2.382,2.3849,2.3878,2.3908,2.3937,2.3967,2.3996,2.4026,2.4055,2.4085,2.4114,2.4144,2.4174,2.4204,2.4234,2.4263,2.4293,2.4323,2.4353,2.4383,2.4413,2.4444,2.4474,2.4504,2.4534,2.4565,2.4595,2.4625,2.1949,2.1976,2.2002,2.2029,2.2056,2.2083,2.211,2.2137,2.2164,2.2191,2.2218,2.2246,2.2273,2.23,2.2327,2.2355,2.2382,2.241,2.2437,2.2465,2.2492,2.252,2.2547,2.2575,2.2603,2.2631,2.2659,2.2686,2.2714,2.2742,2.277,2.2798,2.2826,2.2855,2.2883,2.2911,2.2939,2.2967,2.2996,2.3024,2.3053,2.3081,2.311,2.3138,2.3167,2.3195,2.3224,2.3253,2.3282,2.3311,2.3339,2.3368,2.3397,2.3426,2.3455,2.3484,2.3514,2.3543,2.3572,2.3601,2.363,2.366,2.3689,2.3719,2.3748,2.3778,2.3807,2.3837,2.3866,2.3896,2.3926,2.3956,2.3986,2.4015,2.4045,2.4075,2.4105,2.4135,2.4165,2.4195,2.4226,2.4256,2.4286,2.4316,2.4347,2.4377,2.4408,2.4438,2.4469,2.4499,2.453,2.456,2.4591,2.4622,2.4653,2.4684,2.4714,2.4745,2.4776,2.4807,2.2068,2.2096,2.2123,2.215,2.2178,2.2205,2.2232,2.226,2.2288,2.2315,2.2343,2.237,2.2398,2.2426,2.2454,2.2482,2.251,2.2537,2.2565,2.2593,2.2622,2.265,2.2678,2.2706,2.2734,2.2763,2.2791,2.2819,2.2848,2.2876,2.2905,2.2933,2.2962,2.2991,2.3019,2.3048,2.3077,2.3106,2.3135,2.3164,2.3192,2.3222,2.3251,2.328,2.3309,2.3338,2.3367,2.3397,2.3426,2.3455,2.3485,2.3514,2.3544,2.3573,2.3603,2.3633,2.3662,2.3692,2.3722,2.3752,2.3782,2.3811,2.3841,2.3871,2.3901,2.3932,2.3962,2.3992,2.4022,2.4052,2.4083,2.4113,2.4144,2.4174,2.4205,2.4235,2.4266,2.4296,2.4327,2.4358,2.4389,2.442,2.445,2.4481,2.4512,2.4543,2.4574,2.4606,2.4637,2.4668,2.4699,2.473,2.4762,2.4793,2.4825,2.4856,2.4888,2.4919,2.4951,2.4983,2.2183,2.2211,2.2238,2.2266,2.2294,2.2322,2.235,2.2378,2.2406,2.2434,2.2463,2.2491,2.2519,2.2547,2.2576,2.2604,2.2633,2.2661,2.269,2.2718,2.2747,2.2776,2.2804,2.2833,2.2862,2.2891,2.292,2.2949,2.2978,2.3007,2.3036,2.3065,2.3094,2.3123,2.3153,2.3182,2.3211,2.3241,2.327,2.33,2.3329,2.3359,2.3389,2.3418,2.3448,2.3478,2.3508,2.3538,2.3568,2.3598,2.3628,2.3658,2.3688,2.3718,2.3748,2.3778,2.3809,2.3839,2.3869,2.39,2.393,2.3961,2.3991,2.4022,2.4053,2.4083,2.4114,2.4145,2.4176,2.4207,2.4238,2.4269,2.43,2.4331,2.4362,2.4393,2.4424,2.4455,2.4487,2.4518,2.4549,2.4581,2.4612,2.4644,2.4676,2.4707,2.4739,2.4771,2.4802,2.4834,2.4866,2.4898,2.493,2.4962,2.4994,2.5026,2.5058,2.509,2.5123,2.5155,2.2295,2.2323,2.2351,2.238,2.2408,2.2436,2.2465,2.2493,2.2522,2.2551,2.2579,2.2608,2.2637,2.2665,2.2694,2.2723,2.2752,2.2781,2.281,2.2839,2.2868,2.2897,2.2927,2.2956,2.2985,2.3014,2.3044,2.3073,2.3103,2.3132,2.3162,2.3191,2.3221,2.3251,2.3281,2.331,2.334,2.337,2.34,2.343,2.346,2.349,2.352,2.355,2.3581,2.3611,2.3641,2.3671,2.3702,2.3732,2.3763,2.3793,2.3824,2.3855,2.3885,2.3916,2.3947,2.3978,2.4009,2.4039,2.407,2.4101,2.4132,2.4164,2.4195,2.4226,2.4257,2.4289,2.432,2.4351,2.4383,2.4414,2.4446,2.4477,2.4509,2.4541,2.4572,2.4604,2.4636,2.4668,2.47,2.4732,2.4764,2.4796,2.4828,2.486,2.4892,2.4925,2.4957,2.4989,2.5022,2.5054,2.5087,2.5119,2.5152,2.5184,2.5217,2.525,2.5283,2.5315,2.2398,2.2427,2.2456,2.2484,2.2513,2.2542,2.2571,2.26,2.2629,2.2658,2.2687,2.2716,2.2745,2.2775,2.2804,2.2833,2.2863,2.2892,2.2921,2.2951,2.2981,2.301,2.304,2.307,2.3099,2.3129,2.3159,2.3189,2.3219,2.3249,2.3279,2.3309,2.3339,2.3369,2.3399,2.343,2.346,2.349,2.3521,2.3551,2.3582,2.3612,2.3643,2.3673,2.3704,2.3735,2.3765,2.3796,2.3827,2.3858,2.3889,2.392,2.3951,2.3982,2.4013,2.4045,2.4076,2.4107,2.4138,2.417,2.4201,2.4233,2.4264,2.4296,2.4327,2.4359,2.4391,2.4422,2.4454,2.4486,2.4518,2.455,2.4582,2.4614,2.4646,2.4678,2.471,2.4742,2.4775,2.4807,2.4839,2.4872,2.4904,2.4937,2.4969,2.5002,2.5034,2.5067,2.51,2.5133,2.5165,2.5198,2.5231,2.5264,2.5297,2.533,2.5363,2.5396,2.543,2.5463,2.2492,2.2521,2.255,2.2579,2.2608,2.2638,2.2667,2.2696,2.2725,2.2755,2.2784,2.2813,2.2843,2.2872,2.2902,2.2931,2.2961,2.2991,2.302,2.305,2.308,2.311,2.314,2.317,2.32,2.323,2.326,2.329,2.332,2.335,2.3381,2.3411,2.3441,2.3472,2.3502,2.3533,2.3563,2.3594,2.3624,2.3655,2.3686,2.3717,2.3747,2.3778,2.3809,2.384,2.3871,2.3902,2.3933,2.3964,2.3995,2.4027,2.4058,2.4089,2.4121,2.4152,2.4183,2.4215,2.4246,2.4278,2.431,2.4341,2.4373,2.4405,2.4437,2.4468,2.45,2.4532,2.4564,2.4596,2.4628,2.4661,2.4693,2.4725,2.4757,2.4789,2.4822,2.4854,2.4887,2.4919,2.4952,2.4984,2.5017,2.5049,2.5082,2.5115,2.5148,2.518,2.5213,2.5246,2.5279,2.5312,2.5345,2.5378,2.5411,2.5444,2.5478,2.5511,2.5544,2.5577,2.2565,2.2594,2.2623,2.2652,2.2681,2.271,2.2739,2.2768,2.2797,2.2827,2.2856,2.2885,2.2915,2.2944,2.2974,2.3003,2.3033,2.3063,2.3092,2.3122,2.3152,2.3181,2.3211,2.3241,2.3271,2.3301,2.3331,2.3361,2.3391,2.3421,2.3451,2.3481,2.3511,2.3542,2.3572,2.3602,2.3632,2.3663,2.3693,2.3724,2.3754,2.3785,2.3815,2.3846,2.3877,2.3907,2.3938,2.3969,2.3999,2.403,2.4061,2.4092,2.4123,2.4154,2.4185,2.4216,2.4247,2.4278,2.4309,2.4341,2.4372,2.4403,2.4435,2.4466,2.4497,2.4529,2.456,2.4592,2.4623,2.4655,2.4687,2.4718,2.475,2.4782,2.4814,2.4845,2.4877,2.4909,2.4941,2.4973,2.5005,2.5037,2.5069,2.5102,2.5134,2.5166,2.5198,2.5231,2.5263,2.5295,2.5328,2.536,2.5393,2.5425,2.5458,2.5491,2.5523,2.5556,2.5589,2.5621,2.2591,2.262,2.2648,2.2677,2.2705,2.2734,2.2763,2.2791,2.282,2.2849,2.2878,2.2907,2.2936,2.2965,2.2994,2.3023,2.3052,2.3081,2.311,2.3139,2.3168,2.3198,2.3227,2.3256,2.3286,2.3315,2.3345,2.3374,2.3404,2.3433,2.3463,2.3493,2.3522,2.3552,2.3582,2.3612,2.3642,2.3672,2.3702,2.3732,2.3762,2.3792,2.3822,2.3852,2.3882,2.3912,2.3943,2.3973,2.4003,2.4034,2.4064,2.4095,2.4125,2.4156,2.4186,2.4217,2.4248,2.4279,2.4309,2.434,2.4371,2.4402,2.4433,2.4464,2.4495,2.4526,2.4557,2.4588,2.4619,2.465,2.4682,2.4713,2.4744,2.4776,2.4807,2.4838,2.487,2.4901,2.4933,2.4965,2.4996,2.5028,2.506,2.5092,2.5123,2.5155,2.5187,2.5219,2.5251,2.5283,2.5315,2.5347,2.5379,2.5412,2.5444,2.5476,2.5508,2.5541,2.5573,2.5605,2.2579,2.2608,2.2636,2.2664,2.2692,2.2721,2.2749,2.2777,2.2806,2.2834,2.2863,2.2892,2.292,2.2949,2.2977,2.3006,2.3035,2.3064,2.3093,2.3121,2.315,2.3179,2.3208,2.3237,2.3266,2.3295,2.3325,2.3354,2.3383,2.3412,2.3442,2.3471,2.35,2.353,2.3559,2.3589,2.3618,2.3648,2.3677,2.3707,2.3736,2.3766,2.3796,2.3826,2.3855,2.3885,2.3915,2.3945,2.3975,2.4005,2.4035,2.4065,2.4095,2.4125,2.4156,2.4186,2.4216,2.4246,2.4277,2.4307,2.4337,2.4368,2.4398,2.4429,2.4459,2.449,2.4521,2.4551,2.4582,2.4613,2.4644,2.4674,2.4705,2.4736,2.4767,2.4798,2.4829,2.486,2.4891,2.4922,2.4953,2.4985,2.5016,2.5047,2.5078,2.511,2.5141,2.5173,2.5204,2.5236,2.5267,2.5299,2.533,2.5362,2.5394,2.5425,2.5457,2.5489,2.5521,2.5553,2.2544,2.2572,2.26,2.2628,2.2656,2.2684,2.2711,2.2739,2.2767,2.2796,2.2824,2.2852,2.288,2.2908,2.2936,2.2965,2.2993,2.3021,2.305,2.3078,2.3107,2.3135,2.3164,2.3192,2.3221,2.325,2.3278,2.3307,2.3336,2.3365,2.3393,2.3422,2.3451,2.348,2.3509,2.3538,2.3567,2.3596,2.3626,2.3655,2.3684,2.3713,2.3743,2.3772,2.3801,2.3831,2.386,2.389,2.3919,2.3949,2.3979,2.4008,2.4038,2.4068,2.4097,2.4127,2.4157,2.4187,2.4217,2.4247,2.4277,2.4307,2.4337,2.4367,2.4397,2.4427,2.4458,2.4488,2.4518,2.4549,2.4579,2.4609,2.464,2.467,2.4701,2.4731,2.4762,2.4793,2.4823,2.4854,2.4885,2.4916,2.4947,2.4978,2.5008,2.5039,2.507,2.5102,2.5133,2.5164,2.5195,2.5226,2.5257,2.5289,2.532,2.5351,2.5383,2.5414,2.5446,2.5477,2.2495,2.2522,2.255,2.2577,2.2605,2.2632,2.266,2.2688,2.2715,2.2743,2.2771,2.2799,2.2827,2.2855,2.2883,2.291,2.2938,2.2967,2.2995,2.3023,2.3051,2.3079,2.3107,2.3136,2.3164,2.3192,2.3221,2.3249,2.3278,2.3306,2.3335,2.3363,2.3392,2.342,2.3449,2.3478,2.3507,2.3535,2.3564,2.3593,2.3622,2.3651,2.368,2.3709,2.3738,2.3767,2.3796,2.3826,2.3855,2.3884,2.3913,2.3943,2.3972,2.4001,2.4031,2.406,2.409,2.412,2.4149,2.4179,2.4208,2.4238,2.4268,2.4298,2.4328,2.4357,2.4387,2.4417,2.4447,2.4477,2.4507,2.4537,2.4568,2.4598,2.4628,2.4658,2.4688,2.4719,2.4749,2.478,2.481,2.4841,2.4871,2.4902,2.4932,2.4963,2.4994,2.5024,2.5055,2.5086,2.5117,2.5147,2.5178,2.5209,2.524,2.5271,2.5302,2.5334,2.5365,2.5396,2.2442,2.2469,2.2496,2.2523,2.2551,2.2578,2.2605,2.2633,2.266,2.2688,2.2715,2.2743,2.277,2.2798,2.2826,2.2854,2.2881,2.2909,2.2937,2.2965,2.2993,2.3021,2.3049,2.3077,2.3105,2.3133,2.3161,2.319,2.3218,2.3246,2.3274,2.3303,2.3331,2.336,2.3388,2.3417,2.3445,2.3474,2.3503,2.3531,2.356,2.3589,2.3618,2.3646,2.3675,2.3704,2.3733,2.3762,2.3791,2.382,2.385,2.3879,2.3908,2.3937,2.3967,2.3996,2.4025,2.4055,2.4084,2.4114,2.4143,2.4173,2.4202,2.4232,2.4262,2.4292,2.4321,2.4351,2.4381,2.4411,2.4441,2.4471,2.4501,2.4531,2.4561,2.4592,2.4622,2.4652,2.4682,2.4713,2.4743,2.4773,2.4804,2.4834,2.4865,2.4895,2.4926,2.4957,2.4987,2.5018,2.5049,2.508,2.5111,2.5142,2.5173,2.5204,2.5235,2.5266,2.5297,2.5328,2.2397,2.2424,2.2452,2.2479,2.2506,2.2534,2.2561,2.2588,2.2616,2.2643,2.2671,2.2699,2.2726,2.2754,2.2782,2.2809,2.2837,2.2865,2.2893,2.2921,2.2949,2.2977,2.3005,2.3033,2.3061,2.3089,2.3117,2.3146,2.3174,2.3202,2.3231,2.3259,2.3288,2.3316,2.3345,2.3373,2.3402,2.343,2.3459,2.3488,2.3517,2.3545,2.3574,2.3603,2.3632,2.3661,2.369,2.3719,2.3748,2.3778,2.3807,2.3836,2.3865,2.3895,2.3924,2.3953,2.3983,2.4012,2.4042,2.4071,2.4101,2.4131,2.416,2.419,2.422,2.425,2.428,2.4309,2.4339,2.4369,2.4399,2.4429,2.446,2.449,2.452,2.455,2.458,2.4611,2.4641,2.4672,2.4702,2.4732,2.4763,2.4793,2.4824,2.4855,2.4885,2.4916,2.4947,2.4978,2.5008,2.5039,2.507,2.5101,2.5132,2.5163,2.5194,2.5225,2.5256,2.5288,2.2371,2.2398,2.2425,2.2452,2.248,2.2507,2.2534,2.2562,2.2589,2.2617,2.2644,2.2672,2.27,2.2727,2.2755,2.2783,2.281,2.2838,2.2866,2.2894,2.2922,2.295,2.2978,2.3006,2.3034,2.3062,2.309,2.3119,2.3147,2.3175,2.3203,2.3232,2.326,2.3289,2.3317,2.3346,2.3374,2.3403,2.3431,2.346,2.3489,2.3517,2.3546,2.3575,2.3604,2.3633,2.3662,2.3691,2.372,2.3749,2.3778,2.3807,2.3836,2.3865,2.3894,2.3924,2.3953,2.3982,2.4012,2.4041,2.407,2.41,2.4129,2.4159,2.4189,2.4218,2.4248,2.4278,2.4307,2.4337,2.4367,2.4397,2.4427,2.4457,2.4487,2.4517,2.4547,2.4577,2.4607,2.4637,2.4667,2.4697,2.4728,2.4758,2.4788,2.4819,2.4849,2.488,2.491,2.4941,2.4971,2.5002,2.5033,2.5063,2.5094,2.5125,2.5156,2.5187,2.5218,2.5248,2.2345,2.2372,2.2399,2.2426,2.2453,2.248,2.2507,2.2534,2.2562,2.2589,2.2616,2.2644,2.2671,2.2699,2.2726,2.2754,2.2781,2.2809,2.2836,2.2864,2.2892,2.292,2.2947,2.2975,2.3003,2.3031,2.3059,2.3087,2.3115,2.3143,2.3171,2.3199,2.3227,2.3255,2.3284,2.3312,2.334,2.3368,2.3397,2.3425,2.3454,2.3482,2.3511,2.3539,2.3568,2.3596,2.3625,2.3654,2.3682,2.3711,2.374,2.3769,2.3798,2.3826,2.3855,2.3884,2.3913,2.3943,2.3972,2.4001,2.403,2.4059,2.4089,2.4118,2.4147,2.4177,2.4206,2.4236,2.4265,2.4295,2.4324,2.4354,2.4383,2.4413,2.4443,2.4472,2.4502,2.4532,2.4562,2.4592,2.4622,2.4651,2.4681,2.4711,2.4741,2.4771,2.4802,2.4832,2.4862,2.4892,2.4922,2.4952,2.4983,2.5013,2.5043,2.5074,2.5104,2.5135,2.5165,2.5196,2.231,2.2336,2.2363,2.239,2.2417,2.2444,2.247,2.2497,2.2524,2.2551,2.2578,2.2605,2.2632,2.2659,2.2687,2.2714,2.2741,2.2768,2.2795,2.2823,2.285,2.2878,2.2905,2.2933,2.296,2.2988,2.3015,2.3043,2.307,2.3098,2.3126,2.3154,2.3182,2.3209,2.3237,2.3265,2.3293,2.3321,2.3349,2.3378,2.3406,2.3434,2.3462,2.349,2.3519,2.3547,2.3575,2.3604,2.3632,2.3661,2.3689,2.3718,2.3747,2.3775,2.3804,2.3833,2.3861,2.389,2.3919,2.3948,2.3977,2.4006,2.4035,2.4064,2.4093,2.4122,2.4151,2.418,2.4209,2.4238,2.4268,2.4297,2.4326,2.4356,2.4385,2.4414,2.4444,2.4473,2.4503,2.4533,2.4562,2.4592,2.4622,2.4651,2.4681,2.4711,2.4741,2.4771,2.4801,2.4831,2.4861,2.4891,2.4921,2.4951,2.4981,2.5012,2.5042,2.5072,2.5103,2.5133,2.2269,2.2295,2.2322,2.2349,2.2375,2.2402,2.2429,2.2456,2.2482,2.2509,2.2536,2.2563,2.259,2.2617,2.2644,2.2671,2.2699,2.2726,2.2753,2.278,2.2808,2.2835,2.2862,2.289,2.2917,2.2945,2.2972,2.3,2.3028,2.3055,2.3083,2.3111,2.3139,2.3166,2.3194,2.3222,2.325,2.3278,2.3306,2.3334,2.3362,2.339,2.3419,2.3447,2.3475,2.3503,2.3532,2.356,2.3588,2.3617,2.3645,2.3674,2.3702,2.3731,2.376,2.3788,2.3817,2.3846,2.3875,2.3903,2.3932,2.3961,2.399,2.4019,2.4048,2.4077,2.4106,2.4135,2.4164,2.4194,2.4223,2.4252,2.4281,2.4311,2.434,2.437,2.4399,2.4429,2.4458,2.4488,2.4517,2.4547,2.4577,2.4606,2.4636,2.4666,2.4696,2.4726,2.4756,2.4786,2.4816,2.4846,2.4876,2.4906,2.4936,2.4967,2.4997,2.5027,2.5057,2.5088,2.2239,2.2265,2.2292,2.2319,2.2345,2.2372,2.2399,2.2426,2.2452,2.2479,2.2506,2.2533,2.256,2.2587,2.2614,2.2641,2.2668,2.2695,2.2723,2.275,2.2777,2.2804,2.2832,2.2859,2.2887,2.2914,2.2942,2.2969,2.2997,2.3024,2.3052,2.308,2.3107,2.3135,2.3163,2.3191,2.3219,2.3247,2.3275,2.3303,2.3331,2.3359,2.3387,2.3415,2.3443,2.3471,2.35,2.3528,2.3556,2.3585,2.3613,2.3642,2.367,2.3699,2.3727,2.3756,2.3784,2.3813,2.3842,2.387,2.3899,2.3928,2.3957,2.3986,2.4014,2.4043,2.4072,2.4101,2.4131,2.416,2.4189,2.4218,2.4247,2.4276,2.4306,2.4335,2.4364,2.4394,2.4423,2.4452,2.4482,2.4511,2.4541,2.457,2.46,2.463,2.4659,2.4689,2.4719,2.4748,2.4778,2.4808,2.4838,2.4868,2.4898,2.4928,2.4958,2.4988,2.5018,2.5048,2.2212,2.2239,2.2265,2.2291,2.2318,2.2344,2.2371,2.2397,2.2424,2.2451,2.2477,2.2504,2.2531,2.2557,2.2584,2.2611,2.2638,2.2665,2.2692,2.2719,2.2746,2.2773,2.28,2.2827,2.2854,2.2881,2.2909,2.2936,2.2963,2.299,2.3018,2.3045,2.3073,2.31,2.3128,2.3155,2.3183,2.321,2.3238,2.3266,2.3293,2.3321,2.3349,2.3377,2.3404,2.3432,2.346,2.3488,2.3516,2.3544,2.3572,2.36,2.3628,2.3656,2.3684,2.3713,2.3741,2.3769,2.3797,2.3826,2.3854,2.3882,2.3911,2.3939,2.3968,2.3996,2.4025,2.4053,2.4082,2.4111,2.4139,2.4168,2.4197,2.4226,2.4254,2.4283,2.4312,2.4341,2.437,2.4399,2.4428,2.4457,2.4486,2.4515,2.4544,2.4574,2.4603,2.4632,2.4661,2.4691,2.472,2.4749,2.4779,2.4808,2.4838,2.4867,2.4897,2.4926,2.4956,2.4986,2.217,2.2196,2.2222,2.2248,2.2274,2.23,2.2327,2.2353,2.2379,2.2405,2.2431,2.2458,2.2484,2.251,2.2537,2.2563,2.2589,2.2616,2.2642,2.2669,2.2696,2.2722,2.2749,2.2775,2.2802,2.2829,2.2856,2.2882,2.2909,2.2936,2.2963,2.299,2.3017,2.3044,2.3071,2.3098,2.3125,2.3152,2.3179,2.3206,2.3234,2.3261,2.3288,2.3316,2.3343,2.337,2.3398,2.3425,2.3453,2.348,2.3508,2.3535,2.3563,2.359,2.3618,2.3646,2.3673,2.3701,2.3729,2.3757,2.3785,2.3812,2.384,2.3868,2.3896,2.3924,2.3952,2.398,2.4008,2.4037,2.4065,2.4093,2.4121,2.4149,2.4178,2.4206,2.4234,2.4263,2.4291,2.432,2.4348,2.4377,2.4405,2.4434,2.4462,2.4491,2.452,2.4548,2.4577,2.4606,2.4635,2.4664,2.4692,2.4721,2.475,2.4779,2.4808,2.4837,2.4866,2.4895,2.2109,2.2135,2.2161,2.2186,2.2212,2.2237,2.2263,2.2289,2.2314,2.234,2.2366,2.2392,2.2418,2.2443,2.2469,2.2495,2.2521,2.2547,2.2573,2.2599,2.2625,2.2652,2.2678,2.2704,2.273,2.2756,2.2783,2.2809,2.2835,2.2862,2.2888,2.2915,2.2941,2.2968,2.2994,2.3021,2.3048,2.3074,2.3101,2.3128,2.3154,2.3181,2.3208,2.3235,2.3262,2.3288,2.3315,2.3342,2.3369,2.3396,2.3423,2.3451,2.3478,2.3505,2.3532,2.3559,2.3586,2.3614,2.3641,2.3668,2.3696,2.3723,2.3751,2.3778,2.3805,2.3833,2.3861,2.3888,2.3916,2.3943,2.3971,2.3999,2.4027,2.4054,2.4082,2.411,2.4138,2.4166,2.4194,2.4222,2.425,2.4278,2.4306,2.4334,2.4362,2.439,2.4418,2.4446,2.4475,2.4503,2.4531,2.456,2.4588,2.4617,2.4645,2.4673,2.4702,2.4731,2.4759,2.4788,2.2037,2.2062,2.2087,2.2112,2.2138,2.2163,2.2188,2.2213,2.2239,2.2264,2.229,2.2315,2.234,2.2366,2.2391,2.2417,2.2442,2.2468,2.2494,2.2519,2.2545,2.2571,2.2597,2.2622,2.2648,2.2674,2.27,2.2726,2.2752,2.2778,2.2804,2.283,2.2856,2.2882,2.2908,2.2934,2.2961,2.2987,2.3013,2.3039,2.3066,2.3092,2.3119,2.3145,2.3172,2.3198,2.3225,2.3251,2.3278,2.3305,2.3331,2.3358,2.3385,2.3412,2.3438,2.3465,2.3492,2.3519,2.3546,2.3573,2.36,2.3627,2.3654,2.3681,2.3709,2.3736,2.3763,2.379,2.3818,2.3845,2.3872,2.39,2.3927,2.3955,2.3982,2.401,2.4037,2.4065,2.4092,2.412,2.4148,2.4175,2.4203,2.4231,2.4259,2.4287,2.4314,2.4342,2.437,2.4398,2.4426,2.4454,2.4482,2.4511,2.4539,2.4567,2.4595,2.4623,2.4652,2.468,2.1965,2.199,2.2015,2.204,2.2065,2.209,2.2115,2.214,2.2165,2.219,2.2215,2.2241,2.2266,2.2291,2.2317,2.2342,2.2367,2.2393,2.2418,2.2444,2.2469,2.2495,2.2521,2.2546,2.2572,2.2598,2.2623,2.2649,2.2675,2.2701,2.2727,2.2753,2.2779,2.2805,2.2831,2.2857,2.2883,2.2909,2.2935,2.2961,2.2987,2.3014,2.304,2.3066,2.3092,2.3119,2.3145,2.3172,2.3198,2.3225,2.3251,2.3278,2.3304,2.3331,2.3357,2.3384,2.3411,2.3438,2.3464,2.3491,2.3518,2.3545,2.3572,2.3599,2.3626,2.3653,2.368,2.3707,2.3734,2.3761,2.3788,2.3815,2.3842,2.387,2.3897,2.3924,2.3952,2.3979,2.4006,2.4034,2.4061,2.4089,2.4116,2.4144,2.4171,2.4199,2.4227,2.4254,2.4282,2.431,2.4337,2.4365,2.4393,2.4421,2.4449,2.4477,2.4505,2.4533,2.4561,2.4589,2.1903,2.1928,2.1953,2.1977,2.2002,2.2027,2.2052,2.2077,2.2102,2.2127,2.2152,2.2177,2.2202,2.2227,2.2252,2.2277,2.2302,2.2327,2.2352,2.2378,2.2403,2.2428,2.2454,2.2479,2.2504,2.253,2.2555,2.2581,2.2606,2.2632,2.2657,2.2683,2.2709,2.2734,2.276,2.2786,2.2811,2.2837,2.2863,2.2889,2.2915,2.2941,2.2967,2.2993,2.3019,2.3045,2.3071,2.3097,2.3123,2.3149,2.3175,2.3201,2.3228,2.3254,2.328,2.3307,2.3333,2.3359,2.3386,2.3412,2.3439,2.3465,2.3492,2.3518,2.3545,2.3572,2.3598,2.3625,2.3652,2.3679,2.3705,2.3732,2.3759,2.3786,2.3813,2.384,2.3867,2.3894,2.3921,2.3948,2.3975,2.4002,2.4029,2.4057,2.4084,2.4111,2.4138,2.4166,2.4193,2.422,2.4248,2.4275,2.4303,2.433,2.4358,2.4385,2.4413,2.4441,2.4468,2.4496,2.1841,2.1865,2.189,2.1914,2.1939,2.1963,2.1988,2.2012,2.2037,2.2061,2.2086,2.2111,2.2136,2.216,2.2185,2.221,2.2235,2.226,2.2284,2.2309,2.2334,2.2359,2.2384,2.2409,2.2434,2.246,2.2485,2.251,2.2535,2.256,2.2586,2.2611,2.2636,2.2662,2.2687,2.2712,2.2738,2.2763,2.2789,2.2814,2.284,2.2866,2.2891,2.2917,2.2943,2.2968,2.2994,2.302,2.3046,2.3072,2.3098,2.3124,2.315,2.3176,2.3202,2.3228,2.3254,2.328,2.3306,2.3332,2.3358,2.3384,2.3411,2.3437,2.3463,2.349,2.3516,2.3543,2.3569,2.3595,2.3622,2.3648,2.3675,2.3702,2.3728,2.3755,2.3782,2.3808,2.3835,2.3862,2.3889,2.3916,2.3942,2.3969,2.3996,2.4023,2.405,2.4077,2.4104,2.4132,2.4159,2.4186,2.4213,2.424,2.4268,2.4295,2.4322,2.435,2.4377,2.4404,2.178,2.1804,2.1828,2.1852,2.1877,2.1901,2.1925,2.195,2.1974,2.1998,2.2023,2.2047,2.2072,2.2097,2.2121,2.2146,2.217,2.2195,2.222,2.2245,2.2269,2.2294,2.2319,2.2344,2.2369,2.2394,2.2419,2.2444,2.2469,2.2494,2.2519,2.2544,2.257,2.2595,2.262,2.2645,2.2671,2.2696,2.2721,2.2747,2.2772,2.2798,2.2823,2.2849,2.2875,2.29,2.2926,2.2951,2.2977,2.3003,2.3029,2.3055,2.308,2.3106,2.3132,2.3158,2.3184,2.321,2.3236,2.3262,2.3289,2.3315,2.3341,2.3367,2.3393,2.342,2.3446,2.3472,2.3499,2.3525,2.3552,2.3578,2.3605,2.3631,2.3658,2.3684,2.3711,2.3738,2.3765,2.3791,2.3818,2.3845,2.3872,2.3899,2.3926,2.3953,2.398,2.4007,2.4034,2.4061,2.4088,2.4116,2.4143,2.417,2.4197,2.4225,2.4252,2.4279,2.4307,2.4334,2.1733,2.1757,2.1781,2.1806,2.183,2.1854,2.1879,2.1903,2.1928,2.1952,2.1977,2.2001,2.2026,2.2051,2.2075,2.21,2.2125,2.215,2.2175,2.2199,2.2224,2.2249,2.2274,2.2299,2.2324,2.2349,2.2375,2.24,2.2425,2.245,2.2475,2.2501,2.2526,2.2552,2.2577,2.2602,2.2628,2.2653,2.2679,2.2705,2.273,2.2756,2.2782,2.2807,2.2833,2.2859,2.2885,2.2911,2.2937,2.2963,2.2989,2.3015,2.3041,2.3067,2.3093,2.3119,2.3146,2.3172,2.3198,2.3224,2.3251,2.3277,2.3304,2.333,2.3357,2.3383,2.341,2.3437,2.3463,2.349,2.3517,2.3544,2.357,2.3597,2.3624,2.3651,2.3678,2.3705,2.3732,2.3759,2.3786,2.3814,2.3841,2.3868,2.3895,2.3923,2.395,2.3977,2.4005,2.4032,2.406,2.4087,2.4115,2.4142,2.417,2.4198,2.4226,2.4253,2.4281,2.4309,2.1716,2.1741,2.1765,2.179,2.1815,2.184,2.1864,2.1889,2.1914,2.1939,2.1964,2.1989,2.2014,2.2039,2.2064,2.2089,2.2115,2.214,2.2165,2.219,2.2216,2.2241,2.2267,2.2292,2.2318,2.2343,2.2369,2.2394,2.242,2.2446,2.2472,2.2497,2.2523,2.2549,2.2575,2.2601,2.2627,2.2653,2.2679,2.2705,2.2731,2.2758,2.2784,2.281,2.2836,2.2863,2.2889,2.2915,2.2942,2.2968,2.2995,2.3021,2.3048,2.3075,2.3101,2.3128,2.3155,2.3182,2.3208,2.3235,2.3262,2.3289,2.3316,2.3343,2.337,2.3397,2.3424,2.3452,2.3479,2.3506,2.3533,2.3561,2.3588,2.3616,2.3643,2.3671,2.3698,2.3726,2.3753,2.3781,2.3809,2.3836,2.3864,2.3892,2.392,2.3948,2.3976,2.4004,2.4032,2.406,2.4088,2.4116,2.4144,2.4172,2.4201,2.4229,2.4257,2.4286,2.4314,2.4342,2.1739,2.1764,2.1789,2.1814,2.184,2.1865,2.189,2.1915,2.1941,2.1966,2.1992,2.2017,2.2043,2.2068,2.2094,2.212,2.2145,2.2171,2.2197,2.2223,2.2248,2.2274,2.23,2.2326,2.2352,2.2378,2.2404,2.243,2.2457,2.2483,2.2509,2.2535,2.2562,2.2588,2.2614,2.2641,2.2667,2.2694,2.272,2.2747,2.2774,2.28,2.2827,2.2854,2.2881,2.2908,2.2934,2.2961,2.2988,2.3015,2.3042,2.3069,2.3096,2.3123,2.3151,2.3178,2.3205,2.3232,2.3259,2.3287,2.3314,2.3342,2.3369,2.3396,2.3424,2.3452,2.3479,2.3507,2.3534,2.3562,2.359,2.3618,2.3645,2.3673,2.3701,2.3729,2.3757,2.3785,2.3813,2.3841,2.3869,2.3898,2.3926,2.3954,2.3982,2.4011,2.4039,2.4068,2.4096,2.4124,2.4153,2.4182,2.421,2.4239,2.4268,2.4296,2.4325,2.4354,2.4383,2.4411,2.1785,2.1811,2.1836,2.1862,2.1887,2.1913,2.1938,2.1964,2.199,2.2016,2.2041,2.2067,2.2093,2.2119,2.2145,2.2171,2.2197,2.2223,2.2249,2.2275,2.2301,2.2328,2.2354,2.238,2.2406,2.2433,2.2459,2.2486,2.2512,2.2539,2.2565,2.2592,2.2618,2.2645,2.2672,2.2699,2.2725,2.2752,2.2779,2.2806,2.2833,2.286,2.2887,2.2914,2.2941,2.2968,2.2995,2.3022,2.305,2.3077,2.3104,2.3132,2.3159,2.3186,2.3214,2.3241,2.3269,2.3296,2.3324,2.3352,2.3379,2.3407,2.3435,2.3463,2.3491,2.3518,2.3546,2.3574,2.3602,2.363,2.3658,2.3686,2.3715,2.3743,2.3771,2.3799,2.3827,2.3856,2.3884,2.3913,2.3941,2.397,2.3998,2.4027,2.4055,2.4084,2.4113,2.4141,2.417,2.4199,2.4228,2.4257,2.4285,2.4314,2.4343,2.4372,2.4401,2.4431,2.446,2.4489,2.1836,2.1861,2.1887,2.1913,2.1939,2.1964,2.199,2.2016,2.2042,2.2068,2.2094,2.212,2.2146,2.2172,2.2198,2.2225,2.2251,2.2277,2.2304,2.233,2.2356,2.2383,2.2409,2.2436,2.2462,2.2489,2.2515,2.2542,2.2569,2.2595,2.2622,2.2649,2.2676,2.2703,2.273,2.2756,2.2783,2.281,2.2838,2.2865,2.2892,2.2919,2.2946,2.2973,2.3001,2.3028,2.3055,2.3083,2.311,2.3138,2.3165,2.3193,2.322,2.3248,2.3275,2.3303,2.3331,2.3359,2.3386,2.3414,2.3442,2.347,2.3498,2.3526,2.3554,2.3582,2.361,2.3638,2.3667,2.3695,2.3723,2.3751,2.378,2.3808,2.3836,2.3865,2.3893,2.3922,2.395,2.3979,2.4008,2.4036,2.4065,2.4094,2.4122,2.4151,2.418,2.4209,2.4238,2.4267,2.4296,2.4325,2.4354,2.4383,2.4412,2.4441,2.447,2.45,2.4529,2.4558,2.188,2.1906,2.1932,2.1958,2.1984,2.201,2.2036,2.2062,2.2088,2.2114,2.214,2.2166,2.2192,2.2219,2.2245,2.2271,2.2298,2.2324,2.235,2.2377,2.2403,2.243,2.2457,2.2483,2.251,2.2537,2.2563,2.259,2.2617,2.2644,2.2671,2.2697,2.2724,2.2751,2.2778,2.2805,2.2833,2.286,2.2887,2.2914,2.2941,2.2969,2.2996,2.3023,2.3051,2.3078,2.3106,2.3133,2.3161,2.3188,2.3216,2.3244,2.3271,2.3299,2.3327,2.3355,2.3383,2.341,2.3438,2.3466,2.3494,2.3522,2.355,2.3578,2.3607,2.3635,2.3663,2.3691,2.3719,2.3748,2.3776,2.3804,2.3833,2.3861,2.389,2.3918,2.3947,2.3975,2.4004,2.4032,2.4061,2.409,2.4119,2.4147,2.4176,2.4205,2.4234,2.4263,2.4292,2.4321,2.435,2.4379,2.4408,2.4437,2.4466,2.4495,2.4524,2.4554,2.4583,2.4612,2.1914,2.194,2.1966,2.1992,2.2018,2.2043,2.2069,2.2095,2.2121,2.2147,2.2173,2.22,2.2226,2.2252,2.2278,2.2304,2.233,2.2357,2.2383,2.2409,2.2436,2.2462,2.2489,2.2515,2.2542,2.2568,2.2595,2.2621,2.2648,2.2674,2.2701,2.2728,2.2755,2.2781,2.2808,2.2835,2.2862,2.2889,2.2916,2.2943,2.297,2.2997,2.3024,2.3051,2.3078,2.3105,2.3133,2.316,2.3187,2.3214,2.3242,2.3269,2.3296,2.3324,2.3351,2.3379,2.3406,2.3434,2.3461,2.3489,2.3516,2.3544,2.3572,2.36,2.3627,2.3655,2.3683,2.3711,2.3739,2.3767,2.3794,2.3822,2.385,2.3878,2.3906,2.3935,2.3963,2.3991,2.4019,2.4047,2.4075,2.4104,2.4132,2.416,2.4189,2.4217,2.4246,2.4274,2.4302,2.4331,2.4359,2.4388,2.4416,2.4445,2.4473,2.4502,2.4531,2.4559,2.4588,2.4617,2.1916,2.1941,2.1967,2.1992,2.2017,2.2042,2.2068,2.2093,2.2119,2.2144,2.2169,2.2195,2.222,2.2246,2.2271,2.2297,2.2323,2.2348,2.2374,2.24,2.2425,2.2451,2.2477,2.2503,2.2528,2.2554,2.258,2.2606,2.2632,2.2658,2.2684,2.271,2.2736,2.2762,2.2788,2.2814,2.2841,2.2867,2.2893,2.2919,2.2946,2.2972,2.2998,2.3025,2.3051,2.3077,2.3104,2.313,2.3157,2.3183,2.321,2.3237,2.3263,2.329,2.3317,2.3343,2.337,2.3397,2.3423,2.345,2.3477,2.3504,2.3531,2.3558,2.3585,2.3612,2.3639,2.3666,2.3693,2.372,2.3747,2.3774,2.3801,2.3828,2.3856,2.3883,2.391,2.3937,2.3965,2.3992,2.4019,2.4047,2.4074,2.4102,2.4129,2.4157,2.4184,2.4212,2.4239,2.4267,2.4295,2.4322,2.435,2.4378,2.4405,2.4433,2.4461,2.4489,2.4517,2.4545,2.1869,2.1893,2.1918,2.1942,2.1967,2.1992,2.2016,2.2041,2.2066,2.209,2.2115,2.214,2.2165,2.219,2.2215,2.2239,2.2264,2.2289,2.2314,2.2339,2.2364,2.239,2.2415,2.244,2.2465,2.249,2.2515,2.2541,2.2566,2.2591,2.2616,2.2642,2.2667,2.2693,2.2718,2.2744,2.2769,2.2795,2.282,2.2846,2.2871,2.2897,2.2923,2.2948,2.2974,2.3,2.3025,2.3051,2.3077,2.3103,2.3129,2.3155,2.3181,2.3207,2.3233,2.3259,2.3285,2.3311,2.3337,2.3363,2.3389,2.3415,2.3442,2.3468,2.3494,2.352,2.3547,2.3573,2.3599,2.3626,2.3652,2.3679,2.3705,2.3732,2.3758,2.3785,2.3811,2.3838,2.3865,2.3891,2.3918,2.3945,2.3972,2.3998,2.4025,2.4052,2.4079,2.4106,2.4133,2.416,2.4187,2.4214,2.4241,2.4268,2.4295,2.4322,2.4349,2.4376,2.4403,2.4431,2.1794,2.1818,2.1842,2.1866,2.189,2.1914,2.1938,2.1962,2.1987,2.2011,2.2035,2.2059,2.2084,2.2108,2.2132,2.2157,2.2181,2.2206,2.223,2.2255,2.2279,2.2304,2.2328,2.2353,2.2378,2.2402,2.2427,2.2452,2.2477,2.2501,2.2526,2.2551,2.2576,2.2601,2.2626,2.2651,2.2676,2.2701,2.2726,2.2751,2.2776,2.2801,2.2827,2.2852,2.2877,2.2902,2.2928,2.2953,2.2978,2.3004,2.3029,2.3055,2.308,2.3106,2.3131,2.3157,2.3182,2.3208,2.3234,2.3259,2.3285,2.3311,2.3337,2.3362,2.3388,2.3414,2.344,2.3466,2.3492,2.3518,2.3544,2.357,2.3597,2.3623,2.3649,2.3675,2.3702,2.3728,2.3754,2.3781,2.3807,2.3834,2.386,2.3887,2.3913,2.394,2.3966,2.3993,2.402,2.4046,2.4073,2.41,2.4127,2.4154,2.4181,2.4207,2.4234,2.4261,2.4288,2.4316,2.1718,2.1742,2.1766,2.179,2.1814,2.1838,2.1862,2.1886,2.191,2.1934,2.1958,2.1983,2.2007,2.2031,2.2055,2.208,2.2104,2.2129,2.2153,2.2178,2.2202,2.2227,2.2251,2.2276,2.2301,2.2325,2.235,2.2375,2.24,2.2425,2.2449,2.2474,2.2499,2.2524,2.2549,2.2574,2.2599,2.2624,2.265,2.2675,2.27,2.2725,2.275,2.2776,2.2801,2.2827,2.2852,2.2877,2.2903,2.2928,2.2954,2.2979,2.3005,2.3031,2.3056,2.3082,2.3108,2.3134,2.3159,2.3185,2.3211,2.3237,2.3263,2.3289,2.3315,2.3341,2.3367,2.3393,2.3419,2.3446,2.3472,2.3498,2.3524,2.3551,2.3577,2.3603,2.363,2.3656,2.3683,2.3709,2.3736,2.3762,2.3789,2.3816,2.3842,2.3869,2.3896,2.3923,2.3949,2.3976,2.4003,2.403,2.4057,2.4084,2.4111,2.4138,2.4165,2.4192,2.422,2.4247,2.1672,2.1696,2.172,2.1744,2.1769,2.1793,2.1817,2.1841,2.1865,2.189,2.1914,2.1939,2.1963,2.1987,2.2012,2.2036,2.2061,2.2085,2.211,2.2135,2.2159,2.2184,2.2209,2.2234,2.2258,2.2283,2.2308,2.2333,2.2358,2.2383,2.2408,2.2433,2.2458,2.2483,2.2508,2.2534,2.2559,2.2584,2.2609,2.2635,2.266,2.2685,2.2711,2.2736,2.2762,2.2787,2.2813,2.2838,2.2864,2.289,2.2915,2.2941,2.2967,2.2992,2.3018,2.3044,2.307,2.3096,2.3122,2.3148,2.3174,2.32,2.3226,2.3252,2.3278,2.3305,2.3331,2.3357,2.3383,2.341,2.3436,2.3462,2.3489,2.3515,2.3542,2.3568,2.3595,2.3621,2.3648,2.3675,2.3701,2.3728,2.3755,2.3782,2.3809,2.3835,2.3862,2.3889,2.3916,2.3943,2.397,2.3997,2.4024,2.4052,2.4079,2.4106,2.4133,2.416,2.4188,2.4215,2.1651,2.1676,2.17,2.1724,2.1748,2.1773,2.1797,2.1821,2.1846,2.187,2.1895,2.1919,2.1944,2.1968,2.1993,2.2018,2.2042,2.2067,2.2092,2.2116,2.2141,2.2166,2.2191,2.2216,2.2241,2.2266,2.2291,2.2316,2.2341,2.2366,2.2391,2.2416,2.2442,2.2467,2.2492,2.2518,2.2543,2.2568,2.2594,2.2619,2.2645,2.267,2.2696,2.2721,2.2747,2.2773,2.2798,2.2824,2.285,2.2876,2.2901,2.2927,2.2953,2.2979,2.3005,2.3031,2.3057,2.3083,2.3109,2.3135,2.3162,2.3188,2.3214,2.324,2.3267,2.3293,2.3319,2.3346,2.3372,2.3399,2.3425,2.3452,2.3478,2.3505,2.3532,2.3558,2.3585,2.3612,2.3638,2.3665,2.3692,2.3719,2.3746,2.3773,2.38,2.3827,2.3854,2.3881,2.3908,2.3935,2.3962,2.399,2.4017,2.4044,2.4072,2.4099,2.4126,2.4154,2.4181,2.4209,2.1647,2.1672,2.1696,2.172,2.1745,2.1769,2.1794,2.1818,2.1843,2.1868,2.1892,2.1917,2.1941,2.1966,2.1991,2.2016,2.2041,2.2065,2.209,2.2115,2.214,2.2165,2.219,2.2215,2.224,2.2265,2.2291,2.2316,2.2341,2.2366,2.2392,2.2417,2.2442,2.2468,2.2493,2.2519,2.2544,2.257,2.2595,2.2621,2.2647,2.2672,2.2698,2.2724,2.2749,2.2775,2.2801,2.2827,2.2853,2.2879,2.2905,2.2931,2.2957,2.2983,2.3009,2.3035,2.3061,2.3088,2.3114,2.314,2.3166,2.3193,2.3219,2.3246,2.3272,2.3299,2.3325,2.3352,2.3378,2.3405,2.3432,2.3458,2.3485,2.3512,2.3539,2.3565,2.3592,2.3619,2.3646,2.3673,2.37,2.3727,2.3754,2.3781,2.3809,2.3836,2.3863,2.389,2.3917,2.3945,2.3972,2.4,2.4027,2.4054,2.4082,2.4109,2.4137,2.4165,2.4192,2.422,2.1655,2.168,2.1704,2.1729,2.1753,2.1778,2.1802,2.1827,2.1852,2.1877,2.1901,2.1926,2.1951,2.1976,2.2001,2.2026,2.2051,2.2076,2.2101,2.2126,2.2151,2.2176,2.2201,2.2226,2.2252,2.2277,2.2302,2.2328,2.2353,2.2378,2.2404,2.2429,2.2455,2.248,2.2506,2.2532,2.2557,2.2583,2.2609 diff --git a/original_submission/data/tmp/img_control_car.mat b/original_submission/data/tmp/img_control_car.mat deleted file mode 100644 index c266d60e584bc8b6d5d2a9dfb0868d57787e01ae..0000000000000000000000000000000000000000 Binary files a/original_submission/data/tmp/img_control_car.mat and /dev/null differ diff --git a/original_submission/data/tmp/img_control_cycling.mat b/original_submission/data/tmp/img_control_cycling.mat deleted file mode 100644 index b8645f33e09fcce0272bca9840221922eb80e2a2..0000000000000000000000000000000000000000 Binary files a/original_submission/data/tmp/img_control_cycling.mat and /dev/null differ diff --git a/original_submission/data/tmp/img_trace_car.mat b/original_submission/data/tmp/img_trace_car.mat deleted file mode 100644 index 736e8dc00c295e6c50bad0877d75a85ce8c05f27..0000000000000000000000000000000000000000 Binary files a/original_submission/data/tmp/img_trace_car.mat and /dev/null differ diff --git a/original_submission/data/tmp/img_trace_cycling.mat b/original_submission/data/tmp/img_trace_cycling.mat deleted file mode 100644 index d7bb7765d991d5f625a97d0681f0d09394ea82ba..0000000000000000000000000000000000000000 Binary files a/original_submission/data/tmp/img_trace_cycling.mat and /dev/null differ diff --git a/original_submission/data/tmp/script.m b/original_submission/data/tmp/script.m deleted file mode 100644 index c8ce3c3d9ef3586de196d7387373aabd6deaf3aa..0000000000000000000000000000000000000000 --- a/original_submission/data/tmp/script.m +++ /dev/null @@ -1,45 +0,0 @@ -%% img_control_car -%img_control_car= [out_data_41.turn;out_data_41.P_store;out_data_sat.turn;out_data_sat.P_store]; -%load('img_control_car.mat') -%csvwrite('img_control_car.csv',img_control_car) - - -%% img trace car -%plot gps alone -%plot(img_trace_car.gps(2,:),img_trace_car.gps(1,:)) -%plot trace when P ref = 4.1 -%plot(trace_P_41(2,:),trace_P_41(1,:)) - -% load('img_trace_car.mat') -%plot(car_trace.gps(2,:),car_trace.gps(1,:)) -%figure -%plot(car_trace.P41(2,:),car_trace.P41(1,:)) -%figure -%plot(car_trace.Psat(2,:),car_trace.Psat(1,:)) - -%% img trace cycling -%inizio coordinate gps di interesse: -% colonna 822799, valori 71371, 56004 -%img_cycling_trace.Psat=out_data.x_h(1:2,822799:842799) -%img_cycling_trace.P25=out_data.x_h(1:2,822799:842799) -%colonna inizio valori interesse gps 7864 -%colonna fine valori interesse gps 8065 -%img_cycling_trace.gps=in_data.GNSS.pos_ned(1:2,7864:8065) - -%% img cyccling control -%img_cycling_control.Psat=out_data.P_store; -%img_cycling_control.turnsat=out_data.turn; -%img_cycling_control.P41=out_data.P_store; -%img_cycling_control.turnP41=out_data.turn; - - - - -%%%% -a = load('img_trace_cycling.mat') -plot(a.img_cycling_trace.gps) -plot(img_cycling_trace.gps(2,:),img_cycling_trace.gps(1,:)) -plot(a.img_cycling_trace.gps(2,:),a.img_cycling_trace.gps(1,:)) -hold on -plot(a.img_cycling_trace.Psat(2,:),a.img_cycling_trace.Psat(1,:),'r') -plot(a.img_cycling_trace.P41(2,:),a.img_cycling_trace.P41(1,:),'y') \ No newline at end of file diff --git a/original_submission/data/tmp/tradeoff_car.mat b/original_submission/data/tmp/tradeoff_car.mat deleted file mode 100644 index 031daae350a3e8c23e55aa6387a69a12ca847766..0000000000000000000000000000000000000000 Binary files a/original_submission/data/tmp/tradeoff_car.mat and /dev/null differ diff --git a/original_submission/data/tmp/tradeoff_cycling.mat b/original_submission/data/tmp/tradeoff_cycling.mat deleted file mode 100644 index c13bcce864d4147c6a5db4599ce91e796efd9895..0000000000000000000000000000000000000000 Binary files a/original_submission/data/tmp/tradeoff_cycling.mat and /dev/null differ diff --git a/original_submission/images/car_control.png b/original_submission/images/car_control.png deleted file mode 100644 index 82bce827a291183fba756561347ff5fdb8f654da..0000000000000000000000000000000000000000 Binary files a/original_submission/images/car_control.png and /dev/null differ diff --git a/original_submission/images/car_trace.png b/original_submission/images/car_trace.png deleted file mode 100644 index f78b806730697d1d20c6f31adae06eda1d7ff525..0000000000000000000000000000000000000000 Binary files a/original_submission/images/car_trace.png and /dev/null differ diff --git a/original_submission/images/car_trade_off_zoomin.png b/original_submission/images/car_trade_off_zoomin.png deleted file mode 100644 index e9fdf5f776866f6cc96f60dc83a141bd7527265f..0000000000000000000000000000000000000000 Binary files a/original_submission/images/car_trade_off_zoomin.png and /dev/null differ diff --git a/original_submission/images/car_trade_off_zoomout.png b/original_submission/images/car_trade_off_zoomout.png deleted file mode 100644 index 0756f71f0e5d6fe611153af6aec26ba42d9d5f11..0000000000000000000000000000000000000000 Binary files a/original_submission/images/car_trade_off_zoomout.png and /dev/null differ diff --git a/original_submission/images/control1.png b/original_submission/images/control1.png deleted file mode 100644 index a9d3ecdcd885db943e776a7c672f4592ddd7e5f4..0000000000000000000000000000000000000000 Binary files a/original_submission/images/control1.png and /dev/null differ diff --git a/original_submission/images/control2.png b/original_submission/images/control2.png deleted file mode 100644 index 4da875aaaa934be616eb71351016a684d1288461..0000000000000000000000000000000000000000 Binary files a/original_submission/images/control2.png and /dev/null differ diff --git a/original_submission/images/control3.png b/original_submission/images/control3.png deleted file mode 100644 index 15e586c2d209991e4903c952fe7bb23c25758735..0000000000000000000000000000000000000000 Binary files a/original_submission/images/control3.png and /dev/null differ diff --git a/original_submission/images/cycling_control.png b/original_submission/images/cycling_control.png deleted file mode 100644 index da8e9d09f4d307453a20704b6a8c150f9ed21f8a..0000000000000000000000000000000000000000 Binary files a/original_submission/images/cycling_control.png and /dev/null differ diff --git a/original_submission/images/cycling_trace.png b/original_submission/images/cycling_trace.png deleted file mode 100644 index d9de75ba04d84b99aca01d290936e368d9c82961..0000000000000000000000000000000000000000 Binary files a/original_submission/images/cycling_trace.png and /dev/null differ diff --git a/original_submission/images/cycling_trade_off.png b/original_submission/images/cycling_trade_off.png deleted file mode 100644 index 674534a2dc0f1e36fa225cebbab3aa09a57eb6c5..0000000000000000000000000000000000000000 Binary files a/original_submission/images/cycling_trade_off.png and /dev/null differ diff --git a/original_submission/images/gps.pdf b/original_submission/images/gps.pdf deleted file mode 100644 index 3e8c8dea50bb86d975f3a4244b102bcdede9e503..0000000000000000000000000000000000000000 Binary files a/original_submission/images/gps.pdf and /dev/null differ diff --git a/original_submission/images/gps.tex b/original_submission/images/gps.tex deleted file mode 100644 index c2ec294c631b3a0f2ff0103edce867f4d9cd5628..0000000000000000000000000000000000000000 --- a/original_submission/images/gps.tex +++ /dev/null @@ -1,43 +0,0 @@ -\documentclass{standalone} - -\usepackage{fontspec} -\usepackage{pst-geo} -\usepackage{graphicx} - -\begin{document} - -\scalebox{0.6}{% -\begin{pspicture}(-5,-4)(6,6) -\psset{RotX=-23, RotZ=30, PHI=46.5833, THETA=0.3333, - visibility=false, Decran=15, - path=/usr/share/texlive/texmf-dist/tex/generic/pst-geo/data} -% map -\WorldMapThreeD[circles=false, blueEarth=false] -\WorldMapThreeD[circles=false, visibility=true, opacity=0.8] -% s1 -\pscircle[linecolor=red, fillcolor=red, fillstyle=solid](-3,5){0.1} -\psline[linecolor=red, linewidth=0.1](0.8,0.8)(-3,5) -\rput[tl](-2.75,5.2){\fontsize{16pt}{16pt}\selectfont\textcolor{red}{$s_1$}} -% s2 -\pscircle[linecolor=red, fillcolor=red, fillstyle=solid](5.5,5.5){0.1} -\psline[linecolor=red, linewidth=0.1](0.78,0.83)(5.5,5.5) -\rput[tl](5.5,5.3){\fontsize{16pt}{16pt}\selectfont\textcolor{red}{$s_2$}} -% s3 -\pscircle[linecolor=red, fillcolor=red, fillstyle=solid](5,3){0.1} -\psline[linecolor=red, linewidth=0.1](0.75,0.82)(5,3) -\rput[tl](4.8,2.8){\fontsize{16pt}{16pt}\selectfont\textcolor{red}{$s_3$}} -% s4 -\pscircle[linecolor=red, fillcolor=red, fillstyle=solid](1.25,5){0.1} -\psline[linecolor=red, linewidth=0.1](0.78,0.82)(1.25,5) -\rput[tl](1.45,5.15){\fontsize{16pt}{16pt}\selectfont\textcolor{red}{$s_4$}} -% s5 -\pscircle[linecolor=red, fillcolor=red, fillstyle=solid](0.5,4.5){0.1} -\psline[linecolor=red, linestyle=dashed, linewidth=0.1](0.8,0.82)(0.5,4.5) -\rput[tl](-0.1,4.5){\fontsize{16pt}{16pt}\selectfont\textcolor{red}{$s_5$}} -% curve for satelite s3 -\pscurve[linecolor=red, linestyle=dotted]{->}(5,3)(5.75,3.2)(4,1.5) -% delay and distance for s1 -\rput[tl](-4.4,4.3){\fontsize{16pt}{16pt}\selectfont\textcolor{red}{$\{\Delta_1, d_1\}$}} -\end{pspicture}} - -\end{document} diff --git a/original_submission/images/position1.png b/original_submission/images/position1.png deleted file mode 100644 index 5e8d9d47fa1802f7cb01358522f508e9b012a40a..0000000000000000000000000000000000000000 Binary files a/original_submission/images/position1.png and /dev/null differ diff --git a/original_submission/images/position2.png b/original_submission/images/position2.png deleted file mode 100644 index 7d3088e0ce73f37be66655b580529bfc56a6ce45..0000000000000000000000000000000000000000 Binary files a/original_submission/images/position2.png and /dev/null differ diff --git a/original_submission/images/position3.png b/original_submission/images/position3.png deleted file mode 100644 index 29a3efc26e0781fc0e851bb754cf9b964f30a63b..0000000000000000000000000000000000000000 Binary files a/original_submission/images/position3.png and /dev/null differ diff --git a/original_submission/images/sensor-fusion-scheme.png b/original_submission/images/sensor-fusion-scheme.png deleted file mode 100644 index bd5442d8711cc89671968b49c32a5a3776ff783e..0000000000000000000000000000000000000000 Binary files a/original_submission/images/sensor-fusion-scheme.png and /dev/null differ diff --git a/original_submission/main.bib b/original_submission/main.bib deleted file mode 100644 index 358e5a8d99f0d47b6203e57835e2f87435951a8c..0000000000000000000000000000000000000000 --- a/original_submission/main.bib +++ /dev/null @@ -1,362 +0,0 @@ -@INPROCEEDINGS{7528057, -author={D. {\:O}rn and M. Szilassy and B. Dil and F. Gustafsson}, -booktitle={2016 19th International Conference on Information Fusion (FUSION)}, -title={A novel multi-step algorithm for low-energy positioning using GPS}, -year={2016}, -volume={}, -number={}, -removed_pages={1469-1476}, -month={July},} - -@ARTICLE{4770175, -author={I. Skog and P. Handel}, -journal={IEEE Transactions on Intelligent Transportation Systems}, -title={In-Car Positioning and Navigation Technologies?A Survey}, -year={2009}, -volume={10}, -number={1}, -removed_pages={4-21}, -mask_doi={10.1109/TITS.2008.2011712}, -ISSN={1524-9050}, -month={March},} - -@book{Liggins:2008, - author = {Liggins, Martin E. and Llinas, James and Hall, David L.}, - title = {Multisensor Data Fusion}, - year = {2008}, - isbn = {9781420053067}, - removed_edition= {2nd}, - removed_publisher= {CRC Press, Inc.}, - removed_address= {Boca Raton, FL, USA}, -} - -@article{EKF, - author = "Rudolph E. Kalman", - title = "A New Approach to Linear Filtering And Prediction - Problems", - journal = "ASME Journal of Basic Engineering", - year = 1960 -} - -%libro con tutto sulla tecnologia gps -@book{bib:gps-book, - title={Understanding GPS: Principles and Applications}, - author={Kaplan, E.D.}, - isbn={9780890067932}, - lccn={95049984}, - removed_series={Artech House telecommunications library}, - mask_url={https://books.google.it/books?id=5OYInwEACAAJ}, - year={1996}, - removed_publisher={Artech House} -} -%lavoro di microsoft in cui discutono la possibilità di usare i dati precedenti di fase e frequenza per velocizzzare il fetching -@inproceedings{bib:microsoft-leap, - author = {Ramos, Heitor S. and Zhang, Tao and Liu, Jie and Priyantha, Nissanka B. and Kansal, Aman}, - title = {LEAP: A Low Energy Assisted GPS for Trajectory-based Services}, - booktitle = {Proceedings of the 13th International Conference on Ubiquitous Computing}, - removed_series= {UbiComp '11}, - year = {2011}, - isbn = {978-1-4503-0630-0}, - location = {Beijing, China}, - removed_pages= {335--344}, - numremoved_pages= {10}, - mask_url= {http://doi.acm.org/10.1145/2030112.2030158}, - mask_doi= {10.1145/2030112.2030158}, - acmid = {2030158}, - removed_publisher= {ACM}, - removed_address= {New York, NY, USA}, - keywords = {gps, low energy, mobile location}, -} -%studio di fattibilità del downsampling per ricostruire la traiettoria -@inproceedings{bib:feasibility-duty-cycling, -author={Xiaohan Li and Fengpeng Yuan and J. Lindqvist}, -booktitle={2016 13th IEEE Annual Consumer Communications Networking Conference (CCNC)}, -title={Feasibility of software-based duty cycling of GPS for trajectory-based services}, -year={2016}, -volume={}, -number={}, -removed_pages={18-26}, -keywords={Global Positioning System;smart phones;software based duty cycling;trajectory based services;smartphone apps;route accuracy;map matching;path construction algorithm;smartphone GPS receiver;Global Positioning System;Roads;Databases;Energy consumption;Conferences;Google;Image color analysis}, -mask_doi={10.1109/CCNC.2016.7444725}, -ISSN={2331-9860}, -month={Jan},} - -%design principles per applicazioni smartphone:design principles of the proposed framework in-volve substitution, suppression, piggybacking, and adaptation ofapplications’ location-sensing requests to conserve energy -%% esperimenti sul consumo: 400 e 600 mW non troppo chiaro ma l'ordine di grandezza e' quello. -@inproceedings{bib:desing-principles-for-energy-efficiency, - author = {Zhuang, Zhenyun and Kim, Kyu-Han and Singh, Jatinder Pal}, - title = {Improving Energy Efficiency of Location Sensing on Smartphones}, - booktitle = {Proceedings of the 8th International Conference on Mobile Systems, Applications, and Services}, - removed_series= {MobiSys '10}, - year = {2010}, - isbn = {978-1-60558-985-5}, - location = {San Francisco, California, USA}, - removed_pages= {315--330}, - numremoved_pages= {16}, - mask_url= {http://doi.acm.org/10.1145/1814433.1814464}, - mask_doi= {10.1145/1814433.1814464}, - acmid = {1814464}, - removed_publisher= {ACM}, - removed_address= {New York, NY, USA}, - keywords = {energy efficiency, location sensing, location-based applications, smartphone}, -} - -%energy accuracy trade off -%data showing that GPS precision is related to number of tracked satellites -@inproceedings{bib:accuracy-adaptation, - author = {Lin, Kaisen and Kansal, Aman and Lymberopoulos, Dimitrios and Zhao, Feng}, - title = {Energy-accuracy Trade-off for Continuous Mobile Device Location}, - booktitle = {Proceedings of the 8th International Conference on Mobile Systems, Applications, and Services}, - removed_series= {MobiSys '10}, - year = {2010}, - isbn = {978-1-60558-985-5}, - location = {San Francisco, California, USA}, - removed_pages= {285--298}, - numremoved_pages= {14}, - mask_url= {http://doi.acm.org/10.1145/1814433.1814462}, - mask_doi= {10.1145/1814433.1814462}, - acmid = {1814462}, - removed_publisher= {ACM}, - removed_address= {New York, NY, USA}, - keywords = {GPS energy, continuous location, location-based applications}, -} - -%usage of smartphones for traffic detections, different sampling policies of gps and wifi are considered in order to save energy -@inproceedings{bib:traffic-delay, - author = {Thiagarajan, Arvind and Ravindranath, Lenin and LaCurts, Katrina and Madden, Samuel and Balakrishnan, Hari and Toledo, Sivan and Eriksson, Jakob}, - title = {VTrack: Accurate, Energy-aware Road Traffic Delay Estimation Using Mobile Phones}, - booktitle = {Proceedings of the 7th ACM Conference on Embedded Networked Sensor Systems}, - removed_series= {SenSys '09}, - year = {2009}, - isbn = {978-1-60558-519-2}, - location = {Berkeley, California}, - removed_pages= {85--98}, - numremoved_pages= {14}, - mask_url= {http://doi.acm.org/10.1145/1644038.1644048}, - mask_doi= {10.1145/1644038.1644048}, - acmid = {1644048}, - removed_publisher= {ACM}, - removed_address= {New York, NY, USA}, - keywords = {GPS, car, congestion, energy, localization, location, mobile, phone, sensor, traffic, transportation}, -} - -%data driven modeling of power consumption -@inproceedings{bib:entracked-datadriven-modeling, - author = {Kj{\ae}rgaard, Mikkel Baun and Langdal, Jakob and Godsk, Torben and Toftkj{\ae}r, Thomas}, - title = {EnTracked: Energy-efficient Robust Position Tracking for Mobile Devices}, - booktitle = {Proceedings of the 7th International Conference on Mobile Systems, Applications, and Services}, - removed_series= {MobiSys '09}, - year = {2009}, - isbn = {978-1-60558-566-6}, - location = {Krak\&\#243;w, Poland}, - removed_pages= {221--234}, - numremoved_pages= {14}, - mask_url= {http://doi.acm.org/10.1145/1555816.1555839}, - mask_doi= {10.1145/1555816.1555839}, - acmid = {1555839}, - removed_publisher= {ACM}, - removed_address= {New York, NY, USA}, - keywords = {energy-efficient, gps, positioning, tracking}, -} - -%usage of various sensor foruser state recognition and triggering of different positioning sensors -@inproceedings{bib:framework-for-energy-efficiency, - author = {Wang, Yi and Lin, Jialiu and Annavaram, Murali and Jacobson, Quinn A. and Hong, Jason and Krishnamachari, Bhaskar and Sadeh, Norman}, - title = {A Framework of Energy Efficient Mobile Sensing for Automatic User State Recognition}, - booktitle = {Proceedings of the 7th International Conference on Mobile Systems, Applications, and Services}, - removed_series= {MobiSys '09}, - year = {2009}, - isbn = {978-1-60558-566-6}, - location = {Krak\&\#243;w, Poland}, - removed_pages= {179--192}, - numremoved_pages= {14}, - mask_url= {http://doi.acm.org/10.1145/1555816.1555835}, - mask_doi= {10.1145/1555816.1555835}, - acmid = {1555835}, - removed_publisher= {ACM}, - removed_address= {New York, NY, USA}, - keywords = {eemss, energy efficiency, human state recognition, mobile sensing}, -} - -@inproceedings{bib:modeldriven-pw-consumption-smartphones, -author="Thompson, Chris -and White, Jules -and Dougherty, Brian -and Schmidt, Douglas C.", -editor="Lee, Sunggu -and Narasimhan, Priya", -title="Optimizing Mobile Application Performance with Model--Driven Engineering", -booktitle="Software Technologies for Embedded and Ubiquitous Systems", -year="2009", -removed_publisher="Springer Berlin Heidelberg", -removed_address="Berlin, Heidelberg", -removed_pages="36--46", -abstract="Future embedded and ubiquitous computing systems will operate continuously on mobile devices, such as smartphones, with limited processing capabilities, memory, and power. A critical aspect of developing future applications for mobile devices will be ensuring that the application provides sufficient performance while maximizing battery life. Determining how a software architecture will affect power consumption is hard because the impact of software design on power consumption is not well understood. Typically, the power consumption of a mobile software architecture can only be determined after the architecture is implemented, which is late in the development cycle when design changes are costly.", -isbn="978-3-642-10265-3" -} - -@inproceedings{bib:YinEtAl-2011a, - author = {C. Yin and W. Qiang and M. Chang and A. Terzis}, - title = {Ultra-low power time synchronization using passive radio receivers}, - booktitle = {Information Processing in Sensor Networks (IPSN), 2011 10th International Conference on}, - address = {???}, - pages = {235--245}, -} - -%euristics for chosing the right positioning sensor according to some energy-accuracy traqde off. also has experiments that show that the GPs consumes power constant when turned on -@inproceedings{bib:enloc-smartphones, -author={I. Constandache and S. Gaonkar and M. Sayler and R. R. Choudhury and L. Cox}, -booktitle={IEEE INFOCOM 2009}, -title={EnLoc: Energy-Efficient Localization for Mobile Phones}, -year={2009}, -volume={}, -number={}, -removed_pages={2716-2720}, -keywords={Global Positioning System;mobile computing;wireless LAN;EnLoc;energy-efficient localization;mobile phones;location-based applications;GPS;WiFi;GSM;Energy efficiency;Mobile handsets;Global Positioning System;GSM;Batteries;Energy measurement;Wireless sensor networks;Costs;Poles and towers;Communications Society}, -mask_doi={10.1109/INFCOM.2009.5062218}, -ISSN={0743-166X}, -month={April},} - -%eneesimo lavor su come scegliere quale sensore usare per il posizionamento su uno smartphone -@inproceedings{bib:virtualGPS, - author = {Thokala, Sravan Kumar and Koundinyaa, Pranav and Mishra, Shivakant and Shi, Larry}, - title = {Virtual GPS: A Middleware for Power Efficient Localization of Smartphones Using Cross Layer Approach}, - booktitle = {Proceedings of the Middleware Industry Track}, - removed_series= {Industry papers}, - year = {2014}, - isbn = {978-1-4503-3219-4}, - location = {Bordeaux, France}, - removed_pages= {2:1--2:7}, - articleno = {2}, - numremoved_pages= {7}, - mask_url= {http://doi.acm.org/10.1145/2676727.2676729}, - mask_doi= {10.1145/2676727.2676729}, - acmid = {2676729}, - removed_publisher= {ACM}, - removed_address= {New York, NY, USA}, - keywords = {GPS abstraction, location based services, power efficient localization, virtual GPS}, -} - -%accelerometer to detect movement and therefore trigger the usage of GPS -@inproceedings{bib:senseLess, - author = {Ben Abdesslem, Fehmi and Phillips, Andrew and Henderson, Tristan}, - title = {Less is More: Energy-efficient Mobile Sensing with Senseless}, - booktitle = {Proceedings of the 1st ACM Workshop on Networking, Systems, and Applications for Mobile Handhelds}, - removed_series= {MobiHeld '09}, - year = {2009}, - isbn = {978-1-60558-444-7}, - location = {Barcelona, Spain}, - removed_pages= {61--62}, - numremoved_pages= {2}, - mask_url= {http://doi.acm.org/10.1145/1592606.1592621}, - mask_doi= {10.1145/1592606.1592621}, - acmid = {1592621}, - removed_publisher= {ACM}, - removed_address= {New York, NY, USA}, - keywords = {energy, sensing, wireless}, -} - -% -@inproceedings{bib:computation-offloading, -author={P. Misra and W. Hu and Y. Jin and J. Liu and A. S. de Paula and N. Wirström and T. Voigt}, -booktitle={IPSN-14 Proceedings of the 13th International Symposium on Information Processing in Sensor Networks}, -title={Energy efficient GPS acquisition with Sparse-GPS}, -year={2014}, -volume={}, -number={}, -removed_pages={155-166}, -keywords={compressed sensing;Global Positioning System;radio receivers;synchronisation;compressed sensing;visible satellites;sparse acquisition information;sparse approximation;data offloading operation;energy cost;delay-tolerant applications;energy efficient GPS sensing;low-cost receivers;sparse-GPS;energy efficient GPS acquisition;Global Positioning System;Satellites;Dictionaries;Sensors;Receivers;Satellite broadcasting;Approximation methods;GPS;synchronization;location sensing;energy efficiency;sparse approximation;compressed sensing}, -mask_doi={10.1109/IPSN.2014.6846749}, -ISSN={}, -month={April},} - -%sparse fourier transform for speeding signal acquisition -@inproceedings{bib:sparse-fourier, - author = {Hassanieh, Haitham and Adib, Fadel and Katabi, Dina and Indyk, Piotr}, - title = {Faster GPS via the Sparse Fourier Transform}, - booktitle = {Proceedings of the 18th Annual International Conference on Mobile Computing and Networking}, - removed_series= {Mobicom '12}, - year = {2012}, - isbn = {978-1-4503-1159-5}, - location = {Istanbul, Turkey}, - removed_pages= {353--364}, - numremoved_pages= {12}, - mask_url= {http://doi.acm.org/10.1145/2348543.2348587}, - mask_doi= {10.1145/2348543.2348587}, - acmid = {2348587}, - removed_publisher= {ACM}, - removed_address= {New York, NY, USA}, - keywords = {GPS, sparse fourier transform, synchronization}, -} - -%possiblie applicazione in piccoli ricevitori gps che devono durare a lungo -@inproceedings{bib:application-zoo, - author = {Windihastuty, Wiwin and Irsan, Muhammad}, - title = {Explorers Zoo: An Application Model of Global Positioning System A Case Study in Ragunan Zoo}, - booktitle = {Proceedings of the 5th International Conference on Information and Education Technology}, - removed_series= {ICIET '17}, - year = {2017}, - isbn = {978-1-4503-4803-4}, - location = {Tokyo, Japan}, - removed_pages= {182--186}, - numremoved_pages= {5}, - mask_url= {http://doi.acm.org/10.1145/3029387.3029408}, - mask_doi= {10.1145/3029387.3029408}, - acmid = {3029408}, - removed_publisher= {ACM}, - removed_address= {New York, NY, USA}, - keywords = {Android, GPS, Google Maps, Zoo}, -} - -%space weather impact on ionospherif delay -@inproceedings{bib:space-weather-ionospheric, -author={T. Kos and R. Filjar and I. Markezic}, -booktitle={ELMAR 2007}, -title={Theoretical model of space weather impact on GPS ionospheric delay}, -year={2007}, -volume={}, -number={}, -removed_pages={75-78}, -keywords={Global Positioning System;ionospheric disturbances;ionospheric electromagnetic wave propagation;radiowave propagation;space weather impact;GPS ionospheric delay;physical-chemical processes;magnetic-ionospheric conditions;electromagnetic waves propagation;satellite positioning systems;solar activity;Global Positioning System;Delay;Sun;Earth;Ionosphere;Geomagnetism;Satellite broadcasting;Wind;Electronic mail;Chemical processes;space weather;ionospheric disturbances;GPS ionospheric delay}, -mask_doi={10.1109/ELMAR.2007.4418803}, -ISSN={1334-2630}, -month={Sept},} - -%modeling of how the different components of the sensor consume power(not dynamic, just linear model wrt to time), try to reduce connsumpion tracking less satellites -@article{bib:selective-tracking, - title={Improving the Energy-Efficiency of GPS Based Location Sensing Smartphone Applications}, - author={Thomas Olutoyin Oshin and Stefan Poslad and Athen Ma}, - journal={2012 IEEE 11th International Conference on Trust, Security and Privacy in Computing and Communications}, - year={2012}, - removed_pages={1698-1705} -} - -%libro su GPS+inertial navigation -@book{bib:gps-imu, - author = {Grewal, Mohinder S. and Weill, Lawrence R. and Andrews, Angus P.}, - title = {Global Positioning Systems, Inertial Navigation, and Integration}, - year = {2007}, - isbn = {0470041900}, - removed_publisher= {Wiley-Interscience}, - removed_address= {New York, NY, USA}, -} - -@incollection{bib:A, - title={Inertial Sensing, GPS and Odometry}, - author={Dudek, Gregory and Jenkin, Michael}, - booktitle={Springer Handbook of Robotics}, - removed_pages={737--752}, - year={2016}, - removed_publisher={Springer} -} - -@inproceedings{bib:B, - title={An introduction to event-triggered and self-triggered control}, - author={Heemels, WPMH and Johansson, Karl Henrik and Tabuada, Paulo}, - booktitle={Decision and Control (CDC), 2012 IEEE 51st Annual Conference on}, - removed_pages={3270--3285}, - year={2012}, - organization={IEEE} -} - - diff --git a/original_submission/main.tex b/original_submission/main.tex deleted file mode 100644 index 77dd4dcb4232be2bbfbd3b638420b49e2bb1a82d..0000000000000000000000000000000000000000 --- a/original_submission/main.tex +++ /dev/null @@ -1,168 +0,0 @@ -\documentclass[sigconf]{acmart} - -% Copyright -%\setcopyright{none} -%\setcopyright{acmcopyright} -%\setcopyright{acmlicensed} -\setcopyright{rightsretained} -%\setcopyright{usgov} -%\setcopyright{usgovmixed} -%\setcopyright{cagov} -%\setcopyright{cagovmixed} - -% DOI -\acmDOI{10.475/123_4} - -% ISBN -\acmISBN{123-4567-24-567/08/06} - -%Conference -\acmConference[ICCPS'19]{International Conference on - Cyber-Physical Systems}{April 2019}{Montreal, Canada} -\acmYear{2019} -\copyrightyear{2019} - -\acmArticle{4} -\acmPrice{15.00} - -\input{sections/00-header} - -\usepackage{fontspec} -\usepackage{graphicx} -\usepackage{xcolor} -\usepackage{pst-geo} -\usepackage{soul} -\usepackage[english]{babel} -\usepackage{amsmath} -\usepackage{amssymb} -\usepackage{xfrac} -\usepackage{amsfonts} -\usepackage{listings} - -%amsmath -\DeclareMathOperator{\Tr}{Tr} - -% TiKz stuff -\usepackage{tikz,xstring,siunitx,pgfplots,psfrag} -\usepackage{pgfplotstable} -\usepackage{ifthen} -\pgfplotsset{compat=newest} -\usetikzlibrary{shapes,arrows,spy} -\usetikzlibrary{calc,patterns,decorations.pathmorphing,decorations.markings} -\usetikzlibrary{positioning,automata} -\usetikzlibrary{pgfplots.groupplots} -\usetikzlibrary{shapes.geometric,shapes.arrows,decorations.pathmorphing} -\usetikzlibrary{matrix,chains,scopes,positioning,arrows,fit,backgrounds} -\tikzstyle{block} = [draw, rectangle, minimum height=2.5em, minimum width=2.8em] -\tikzstyle{sum} = [draw, circle, node distance=0] -\tikzstyle{input} = [coordinate] -\tikzstyle{output} = [coordinate] - -% listings setup -\lstset{numbers=left, - numberstyle=\tiny - } - -\newcommand{\todo}[1]{\textcolor{red}{(\textbf{TODO:} #1)}} - -\sloppy - -\begin{document} - -\title{Cyber-Physical Modeling of GPS Receivers for Power Efficient Localization Systems} -\author{Claudio Mandrioli} -\affiliation{% - \institution{Department of Automatic Control,\\Lund University} -} -\email{claudio.mandrioli@control.lth.se} -\author{Alberto Leva} -\affiliation{% - \institution{Dipartimento di Elettronica, Informazione e Bioingegneria, -Politecnico di Milano, Italy} -} -\email{alberto.leva@polimi.it} -\author{Bo Bernhardsson} -\affiliation{% - \institution{Department of Automatic Control,\\Lund University} -} -\email{bo.bernhardsson@control.lth.se} - -\author{Martina Maggio} -\affiliation{% - \institution{Department of Automatic Control,\\Lund University} -} -\email{martina.maggio@control.lth.se} - -\renewcommand{\shortauthors}{C. Mandrioli et al.} - -\begin{abstract} - This paper proposes a first-principle model of GPS receivers, that - allows us to exploit the trade-off between battery consumption and - positioning accuracy. We present the model and propose a GPS - sampling strategy that uses both the current positioning confidence, - and information about the GPS status. We complement the GPS sensor - with internal measurement units and show how the given model exposes - the battery-accuracy trade-off in the context of sensor fusion. We - demonstrate the usefulness of the proposed sampling strategy using - both simulation and real data. -\end{abstract} - -% -% The code below should be generated by the tool at -% http://dl.acm.org/ccs.cfm -% Please copy and paste the code instead of the example below. -% -\begin{CCSXML} -<ccs2012> - <concept> - <concept_id>10010520.10010553.10010562</concept_id> - <concept_desc>Computer systems organization~Embedded systems</concept_desc> - <concept_significance>500</concept_significance> - </concept> -</ccs2012> -\end{CCSXML} - -\ccsdesc[500]{Computer systems organization~Embedded systems} - - -\keywords{GPS Receiver, Power-Aware Computing, Cyber-Physical Modeling, Localization Systems.} - - -\maketitle - -\section{Introduction} -\label{sec:intro} -\input{sections/01-intro} - -\section{Related Work} -\label{sec:related} -\input{sections/02-related-work} - -\section{GPS receiver model} -\label{sec:gps} -\input{sections/03-model} - -\section{Sensor fusion} -\label{sec:fusion} -\input{sections/04-fusion} - -\section{Analysis and Sampling Strategy} -\label{sec:control} -\input{sections/05-control} - -\section{Evaluation} -\label{sec:experiments} -\input{sections/06-results} - -\section{Conclusion} -\label{sec:concl} -\input{sections/07-concl} - -\vspace{2mm} -\noindent\textbf{Acknowledgements}:\\ -We would like to thank Isaac Skog (Link{\"o}ping University) that allowed us to reuse and build on his code for the Matlab model. This work was supported by the ELLIIT Strategic Research Area. This work was partially supported by the Wallenberg Artificial Intelligence, Autonomous Systems and Software Program (WASP) funded by Knut and Alice Wallenberg Foundation. - -\bibliographystyle{ACM-Reference-Format} -\bibliography{main} - -\end{document} diff --git a/original_submission/sections/00-header.tex b/original_submission/sections/00-header.tex deleted file mode 100644 index 9a0d4492a2129079c4e0e482e0ebd9435660291d..0000000000000000000000000000000000000000 --- a/original_submission/sections/00-header.tex +++ /dev/null @@ -1,54 +0,0 @@ -% bad trick -%\linespread{0.98} - -%reduce space around equations -\makeatletter -\g@addto@macro\normalsize{% - \setlength\abovedisplayskip{5pt plus 2pt minus 1pt} - \setlength\belowdisplayskip{5pt plus 2pt minus 1pt} - \setlength\abovedisplayshortskip{5pt plus 2pt minus 1pt} - \setlength\belowdisplayshortskip{5pt plus 2pt minus 1pt} -} -\makeatother - -% options for pics -\setlength{\abovecaptionskip}{2pt plus 2pt minus 2pt} %0pt plus -\setlength{\belowcaptionskip}{2pt plus 2pt minus 10pt} %0pt plus -\setlength{\textfloatsep}{2pt plus 2pt minus 2pt} %2pt plus -\setlength{\dbltextfloatsep}{10pt plus 0pt minus 0pt} %2pt plus - -% reducing space around section headings -%\makeatletter -%\let\origsection\section -%\renewcommand\section{\@ifstar{\starsection}{\nostarsection}} -%\newcommand\nostarsection[1] -%{\sectionprelude\origsection{#1}\sectionpostlude} -%\newcommand\starsection[1] -%{\sectionprelude\origsection*{#1}\sectionpostlude} -% -%\newcommand\sectionprelude{% -% \vspace{-3pt} -%} -%\newcommand\sectionpostlude{% -% \vspace{-2pt} -%} - -%reducing space around subsection headings -%\let\origsubsection\subsection -%\renewcommand\subsection{\@ifstar{\starsubsection}{\nostarsubsection}} -%\newcommand\nostarsubsection[1] -%{\subsectionprelude\origsubsection{#1}\subsectionpostlude} -%\newcommand\starsubsection[1] -%{\subsectionprelude\origsubsection*{#1}\subsectionpostlude} -% -%\newcommand\subsectionprelude{% -% \vspace{-4pt} -%} -%\newcommand\subsectionpostlude{% -% \vspace{-3pt} -%} -%\makeatother - -% reducing distance between body and footnotes -%\setlength{\skip\footins}{8pt} %6pt - diff --git a/original_submission/sections/01-intro.tex b/original_submission/sections/01-intro.tex deleted file mode 100644 index 2bbe6d16f7333066a395c5af5d43a79906a7d8ef..0000000000000000000000000000000000000000 --- a/original_submission/sections/01-intro.tex +++ /dev/null @@ -1,75 +0,0 @@ -Global Positioning System (GPS) receivers are well known to be -power-hungry with respect to the power consumed by a small electronic -device~\cite{7528057, - bib:microsoft-leap, bib:enloc-smartphones, - bib:virtualGPS, bib:accuracy-adaptation, - bib:feasibility-duty-cycling, bib:traffic-delay, - bib:entracked-datadriven-modeling, bib:senseLess, - bib:desing-principles-for-energy-efficiency}. This is probably the -main reason that motivates research on the optimization of the GPS -stack and on multi-sensor data merging, for example via sensor -fusion~\cite{Liggins:2008}. In fact, combining the information -provided by more than one sensor type could allow one to exploit the -sensor benefits and to limit their drawbacks. - -One alternative is merging data from GPS sensors with data provided by -inertial measurements sensors~\cite{bib:gps-imu}. While the GPS is -power-hungry but provides very precise information, inertial -measurements sensors are less demanding in terms of battery, but also -less precise. In the literature, optimizations of this type are -accompanied by experimental data~\cite{bib:microsoft-leap, - bib:enloc-smartphones, bib:virtualGPS, bib:accuracy-adaptation, -bib:feasibility-duty-cycling, bib:traffic-delay, -bib:entracked-datadriven-modeling, bib:senseLess, -bib:framework-for-energy-efficiency}, that are time-consuming to -retrieve and only valid for the specific testing setup. - -This paper follows a different approach to tackle the problem of -optimizing power consumption for localization in GPS devices. We -propose a first-principle model of the GPS receiver. This model -captures the physical \emph{phenomena} that determine the sensor -behavior. The main advantage of using such a model is its independence -from its specific hardware and software. We capture the behavior of a -\emph{generic} GPS receiver and its dynamics. This allows us to test -strategies for power optimization and to obtain insights on its -effectiveness before implementing them on a real device. We envision -our work to provide contributions in the design of GPS-assisted -navigation strategies for devices with battery constraints, from -activity trackers to tracking systems mounted on drones. - -Specifically, this paper makes the following contributions: -% -\begin{itemize} -\item \textbf{Modeling:} It provides a \emph{first-principle} model -of the GPS behavior, identifying the dynamics that regulate it. A -first-principle model is a model that captures the technological -design choices that are behind the GPS system. These choices greatly -influence what can be achieved with any GPS sensor, as they introduce -basic limitations and characteristics of the technology. In this -specific context, we highlight how a dynamical model is necessary to -capture the involved \emph{phenomena}. In fact, GPS sensors that -receive the same \emph{stimula} can behave differently, depending on -the sensor's internal state. -\item \textbf{Design:} It identifies opportunities for battery -savings. Specifically, modeling the GPS-related \emph{phenomena} -allows us to devise a sampling strategy that exploits the technology -characteristics. -\item \textbf{Integration:} It integrates the GPS with an ecosystem -of inertial measurement sensors. While this is not a new idea, thanks -to our model we are able to capture the trade-offs (of the different -merging algorithms) programmatically and to expose the characteristics -of each solution. -\end{itemize} -% -This paper is organized as follows. As much research has been done on -the topic of GPS optimization, Section~\ref{sec:related} describes -related work. Section~\ref{sec:gps} describes the physical principles -behind the GPS receiver and shows how we capture these principles with -our model. Section~\ref{sec:fusion} discusses a sensor fusion -algorithm that merges the information obtained by Inertial -Measurement Units (IMUs) with the GPS data. The sampling strategy that -is derived using the given models is described in -Section~\ref{sec:control}. We evaluate our proposal with data from -real GPS and IMU devices and simulated traces in -Section~\ref{sec:experiments}. Finally, Section~\ref{sec:concl} -concludes the paper. diff --git a/original_submission/sections/02-related-work.tex b/original_submission/sections/02-related-work.tex deleted file mode 100644 index 352d1c54bc2944c16ea420c55fa2f738ad4209fd..0000000000000000000000000000000000000000 --- a/original_submission/sections/02-related-work.tex +++ /dev/null @@ -1,131 +0,0 @@ -Battery drain is a serious problem when GPS sensors are used in small -devices. This is well testified by the number and variety of works -that try to mitigate it. Previous work mainly apply to smartphones and -can be categorized in two classes, depending on the type of approach -that is used for battery optimization: (i) work on the GPS stack -- -i.e., work optimizing the behavior of the sensor, (ii) work that reduce the usage of the GPS sensor -- i.e., work that tries to -sample less frequently or only when needed. - -The first class includes results like~\cite{7528057, -bib:computation-offloading, bib:selective-tracking, -bib:microsoft-leap, bib:sparse-fourier}. The authors of -\cite{bib:computation-offloading} aim at outsourcing the device -computation (once the data has been retrieved) to some server, using a -network connection. \cite{bib:selective-tracking} improves the GPS -receiver power-efficiency selecting only a subset of visible -satellites to be tracked. Other works aim at improving the speed of -the signal acquisition, either using information from previous -acquisitions~\cite{bib:microsoft-leap}, or using different algorithms -for the decoding of the signal~\cite{bib:sparse-fourier, 7528057}. - -The second class includes several attempts to build an -\emph{adaptation} layer that controls the usage of positioning -sensors, keeping the receiver off for as much time as -possible~\cite{bib:enloc-smartphones, bib:virtualGPS, - bib:accuracy-adaptation}. Usually, this is achieved implementing a -trade-off controller, that trades accuracy for energy consumption. In -the same class we can include works that exploit other sensors. When -the adaptation layer detects that the user state does not need high -accuracy, it minimizes the GPS receiver usage by turning it off and -enabling it again only on demand or eventually switching to other -positioning techniques~\cite{bib:feasibility-duty-cycling, - bib:traffic-delay, bib:entracked-datadriven-modeling, bib:senseLess, - bib:framework-for-energy-efficiency}. Among the works on this -additional adaptation -layer,~\cite{bib:desing-principles-for-energy-efficiency} proposes a -set of design principles for smartphone applications, to improve the -smartphone battery efficiency. - -This work has a complementary role with respect to the ones mentioned -above. We propose here a modeling approach based only on how the GPS -receiver is designed. This is therefore transversal with respect to -the implementation details of the specific sensor. We argue that we -can study the trade-off between accuracy and battery consumption in a -first principled way, using this model. We can also determine how -different factors (including satellite visibility, and timing -behaviors) affect the receiver. - -Modeling GPS sensors is not a new research area, see for -example~\cite{bib:selective-tracking, - bib:entracked-datadriven-modeling}. These prior efforts are mainly -data-driven, i.e., they collect data for a specific receiver with a -given hardware and software platform and try to infer the behavior of -the sensor from this data (and not having any notion of state). This -paper represents an attempt of deriving a generic \emph{dynamic} -model. We argue that this is needed, since the GPS receiver can behave -differently in response to the same input, depending on its internal -state. - -To end this brief review, we would like to notice that this work -combines, in a purpose-specific manner, problems and ideas from -different domains. To quote just a couple, there is a vast literature -on correcting drift in accelerometer-based odometry, see -e.g.~\cite{bib:A}, and the idea of taking action -- in our case, -accessing the GPS -- only when performance is deemed unsatisfactory, -is shared by the more general domain of event-triggered -sampling~\cite{bib:B}. However, the addressed problem has specific -characteristics, detailed in the following, that make our solution -effective despite -- and in some sense thanks to -- its simplicity. - -% \begin{itemize} -% \item many works discuss the problem of power consumption in GPS -% devices from different points of view. those are: -% \item improving of computation efficiency(?): either not using all -% the satellites (with was meaningful for harware based gps -% receivers, now I don't see what you could gain in sw based -% receivers), 'outsourcing' the computations transferring them to -% servers~\cite{bib:computation-offloading},tracking only a subset -% of the visible satllites~\cite{bib:selective-tracking}(modeling of -% how the different components of the sensor consume power(not -% dynamic, just linear model wrt to time), try to reduce connsumpion -% tracking less satellites) -% \item improving speed of signal -% acquisition~\cite{bib:microsoft-leap}(also has experiments showing -% constant power consumption when -% on),~\cite{bib:sparse-fourier}(faster furies transform to improve -% speed of signa acquisiiton), -% \item shifting other positioning techniques like wifi trilateration -% or network cells trilateration called GSM(which is necessary when -% in comes to indoor -% applications)~\cite{bib:enloc-smartphones}(euristics for chosing -% the right positioning sensor according to some energy-accuracy -% traqde off. also has experiments that show that the GPs consumes -% power constant when turned on which is around -% 400mW)~\cite{bib:virtualGPS}(eneesimo lavor su come scegliere -% quale sensore usare per il posizionamento su uno smartphone, -% ottimizzazioni inter diverse -% applicazioni),~\cite{bib:accuracy-adaptation}(chose the right -% sensor according to required accuracy), -% \item sensor fusion techniques -% \item duty cycling~\cite{bib:feasibility-duty-cycling}(studio di -% fattibilità del downsampling per ricostruire la -% traiettoria)~\cite{bib:traffic-delay}(traffic jam detection, -% different smpling policies for energy -% saving),~\cite{bib:entracked-datadriven-modeling}sampling -% triggered with some form of optimization trigered by a a data -% driven model, or imu-triggered -% sampling~\cite{bib:senseLess}(accelerometer to detect movement and -% therefore trigger the usage of -% GPS),~\cite{bib:framework-for-energy-efficiency}(usage of various -% sensor foruser state recognition and triggering of different -% positioning sensors) -% \item usage of specific design principles when designing location -% based -% applications~\cite{bib:desing-principles-for-energy-efficiency} -% \item https://www.developerfusion.com/article/4652/ [cut] -% [cut] writing-your-own-gps-applications-part-2/2/ the number of -% satellites can improve accuracy, see -% also~\cite{bib:accuracy-adaptation} -% \item few works present modeling of how GPS sensors consume -% power~\cite{bib:entracked-datadriven-modeling}, none of them -% dynamical -% \item where is this work placed with respect to the others -- no -% dynamical modeling of it has ever been done before, it would be -% useful for understainding why and how the sensr consumes power -% (sometimes deelays are encoutnered but no one discusses where -% those deelays come from) -% \item one other possible application of this model is: tracking of -% animals~\cite{bib:application-zoo} -% \item work that show the complexity of modeling the -% accuracy~\cite{bib:space-weather-ionospheric} -% \end{itemize} diff --git a/original_submission/sections/03-model.tex b/original_submission/sections/03-model.tex deleted file mode 100644 index c5ecaf492dc8990bc02f61bd6db27d9d4ad3306a..0000000000000000000000000000000000000000 --- a/original_submission/sections/03-model.tex +++ /dev/null @@ -1,324 +0,0 @@ -This section introduces the receiver model used in the rest of the -paper. Specifically, Section~\ref{sec:gps:phy} describes the physics -behind the model and Section~\ref{sec:gps:mod} discusses our modelling -choices. - -\begin{figure} -\centering -\includegraphics{images/gps.pdf} -\caption{Trilateration: GPS receiver and satellites.} -\label{fig:globe} -\end{figure} - -% -------------------------------------------------------------------- -\begin{table*}[t] -\caption{Combinations of Ephemeris Data, Ranging Data and Antenna Status.} -\label{fig:states} -\centering -\begin{tabular}{lcccc} -\hline\hline -\textbf{State Name} & \textbf{Ephemeris Data} & \textbf{Ranging Data} & \textbf{Antenna} & \textbf{State Number} \\ \hline\hline -Position Available & Available & Available & On & \textcircled{\scriptsize 4} \\ \hline ---- & \st{Available} & \st{Available} & \st{Off} & \\ \hline -Warm Start & Available & Not Available & On & \textcircled{\scriptsize 5} \\ \hline -Warm Start Available & Available & Not Available & Off & \textcircled{\scriptsize 6} \\ \hline -Read Ephemeris Data & Not Available & Available & On & \textcircled{\scriptsize 3} \\ \hline ---- & \st{Not Available} & \st{Available} & \st{Off} & \\ \hline -Cold Start & Not Available & Not Available & On & \textcircled{\scriptsize 2} \\ \hline -Not Available Info & Not Available & Not Available & Off & \textcircled{\scriptsize 1} \\ \hline\hline -\end{tabular} -\end{table*} -% -------------------------------------------------------------------- - -\subsection{GPS physics} -\label{sec:gps:phy} - -GPS sensors locate themselves through a process called -\emph{trilateration}~\cite{bib:gps-book}. This process consists in -measuring the distance from 4 or more points in space (satellites), -whose position is known. Given the distance measurements, the GPS -sensor then performs a least square estimation to determine its -current position. Figure~\ref{fig:globe} shows an example with five -satellites. To correctly estimate the current position, the GPS -receiver must measure the distance from $s_1, s_2, s_3$ and $s_4$. -Additionally, measuring the distance from $s_5$ is not necessary, but -improves the position accuracy. - -The GPS framework includes (circa) 30 satellites. These satellites -orbit around the Earth following known trajectories. While orbiting, -they broadcast periodic signals that encode a set of parameters, -called \emph{ephemeris data}. The ephemeris data describe the -satellites' orbits (see for example the trajectory of satellite $s_3$ -in Figure~\ref{fig:globe}), and therefore allow the GPS receiver to -accurately determine their position in time. The satellite -trajectories are not constant in time, due to uncertainties and -disturbances, like corrections for collision avoidance. - -The hypothesis that the clocks of the receiver and the satellites are -synchronized is not valid, so one extra satellite must be tracked and -used for the trilateration procedure. The fourth satellite allows the -receiver to compensate its time reference offset. - -The ephemeris data expire after 30 minutes, i.e., after 30 minutes -they are not considered valid anymore. To correctly estimate the -current position, the receiver should ensure that the ephemeris data -are frequently updated. The transmission of the ephemeris data has a -duration of 30 seconds, and the satellites continuously broadcast new -data. In order to ensure the correct acquisition of one data point, -the receiver then has to fetch and decode the signal for a time that -is in the interval $[30,60)$ seconds (in the worst case, the receiver -starts reading the message right after the start of a new message -transmission). - -All the satellites transmit on the same frequency and then the -different signals are multiplexed using the Code Division Multiple -Access (CDMA) technique. Using CDMA, the signal has three components: -(i) the carrier wave, (ii) the data waveform, and (iii) a spreading -waveform. The spreading waveform is a deterministic signal, different -for each satellite\footnote{Each satellite's spreading waveform is - unique and has been chosen to be a \emph{golden code}, i.e., it - looks like white noise and it does not correlate with any other - satellite sequence.}, transmitted at much higher frequency with -respect the data waveform. The spreading waveform is then used to -recognize the satellite the received message belongs to. - -The spreading waveform is also used for determining the distance -between the satellite and the receiver. Assuming the satellite and the -receiver share a time reference, the receiver can measure the delay it -takes to receive the signal from the satellite. In -Figure~\ref{fig:globe} the delay to receive the message from satellite -$s_1$ is denoted by $\Delta_1$. Multiplying this quantity by the -speed of light $C$, the receiver can determine how far the signal has -been travelling, i.e., the distance from the satellite, indicated in -Figure~\ref{fig:globe} with $d_1$. For a generic satellite $x$, this -can be written as $d_{x} = \Delta_{x} \cdot C$. The set of the -distances the receiver measures from the visible satellites is called -\emph{ranging data}. - -Due to the satellites' and the receiver's movements, the doppler -effect will distort the signal reception. The effect is a shift in the -frequency spectrum of the signal. To fetch the signal, the receiver -must then perform a two-dimensional search in phase and frequency -shift. As a consequence, the process of fetching the signal directly -includes the measurement of the ranging data\footnote{Additionally, - the receiver can estimate its own speed from the measured doppler - effect and compensate for the satellite speed retrieved with the - ephemeris data.}. This process takes some milliseconds (usually in -the range from $2ms$ to $10ms$), depending mainly on signal strength. - -\subsection{GPS modeling} -\label{sec:gps:mod} - -We plan to use a model of the GPS receiver behavior to optimize -battery consumption subject to position data availability. Our -receiver model needs to capture two relevant \emph{phenomena}: GPS -position availability and power consumption. - -\begin{table*}[t] -\caption{Transitions, summary table with name, conditions and eventual updates.} -\label{fig:transitions} -\centering -\begin{tabular}{lcc} -\hline\hline -\textbf{Transition} & \textbf{Triggering Condition} & \textbf{Effects (Updates)} \\ \hline\hline -\texttt{turn\_on} & User Controlled & --- \\ \hline -\texttt{turn\_off} & User Controlled & --- \\ \hline -\texttt{fetch\_freq\&phase} & Time Delay, usually in the interval [2ms, 10ms] & \texttt{sat\_tracked\_freq\&phase := visible\_satellites} \\ \hline -\texttt{get\_ephemeris} & Time Delay, in the interval [30s, 60s) & \texttt{sat\_tracked\_ephemeris := visible\_satellites} \\ - & & \texttt{expiry\_time\_ephemeris := time + 30minutes} \\ \hline -\texttt{lose\_visibility} & \texttt{sat\_tracked\_freq\&phase < required\_satellites} & --- \\ \hline -\texttt{ephemeris\_expire} & \texttt{time > expiry\_time\_ephemeris or} & --- \\ - & \texttt{sat\_tracked\_ephemeris < required\_satellites} & --- \\ \hline\hline -\end{tabular} -\end{table*} -% -------------------------------------------------------------------- -\begin{figure*}[t] -\centering -\begin{tikzpicture}[% -p_off/.style = {circle, draw=black, inner sep=3mm}, -p_on/.style = {circle, draw=black, fill=black!40!green, inner sep=3mm}, -arr/.style = {->, solid, black!60}, ->=triangle 60, -font=\footnotesize] - -\node[thick] (ni) at ( 0, 0) [p_off, label={No Info}] {1}; -\node[thick] (cs) at ( 4, 0) [p_on, label={Cold Start}] {2}; -\node[thick] (re) at ( 8, 0) [p_on, label={Read Ephemeris}] {3}; -\node[thick] (pa) at (12, 0) [p_on, label={Position Available}] {4}; -\node[thick] (ws) at (10, -3) [p_on, label={Warm Start}] {5}; -\node[thick] (wsa) at ( 6, -3) [p_off, label={Warm Start Available}] {6}; -\node[thick] (zero) at (-1.5, 1) [circle, draw=black!60, fill=black!60, inner sep=0.75mm] {}; - -\begin{pgfonlayer}{background} -% yellow: ephemeris data available -\draw[draw={rgb:red,205;green,205;blue,15;black,5}, dashed, fill=yellow!10, rounded corners] - (4.25,-4.15) -- (13.5,-4.15) -- (13.5,1.35) -- (10.5,1.35) -- (10.5,-1.95) -- (4.25,-1.95) -- (4.25,-4.15); -\draw[draw=yellow!10,-] (10.5,-1.95) -- (13.5,-1.95); -\node (eda) at (6.35, -3.9) {\textcolor{rgb:red,205;green,205;blue,15;black,5}{\textbf{Ephemeris Data Available}}}; -% pink: ranging data available -\draw[draw=none, fill=red, opacity=0.1, rounded corners] (6.65,-1.15) rectangle (13.35,1.15); % fill -\draw[draw={rgb:red,155;green,10;blue,10;black,5}, dashed, rounded corners] (6.65,-1.15) rectangle (13.35,1.15); % border -\node (eda) at (8.55, -0.9) {\textcolor{rgb:red,155;green,10;blue,10;black,5}{\textbf{Ranging Data Available}}}; -\end{pgfonlayer} - -% arrows from beginning node -\draw [arr, bend right] (zero) to (ni); - -% arrows from 1 -\draw [arr] (ni) to node [above] {\texttt{turn\_on}} (cs); - -% arrows from 2 -\draw [arr] (cs) to node [above] {\texttt{fetch\_freq\&phase}} (re); -\draw [arr, in=60, out=120] (cs) to node [above, xshift=1mm] {\texttt{turn\_off}} (ni); -%\draw [arr, in=210, out=240] (cs) edge[loop] node [below, xshift=-6mm] {\texttt{lose\_visibility}} (cs); - -% arrows from 3 -\draw [arr] (re) to node [above] {\texttt{get\_ephemeris}} (pa); -\draw [arr, in=60, out=120] (re) to node [above] {\texttt{turn\_off}} (ni); -\draw [arr, in=60, out=120] (re) to node [above] {\texttt{lose\_visibility}} (cs); - -% arrows from 4 - position available -\draw [arr, in=60, out=120] (pa) to node [above] - {\texttt{ephemeris\_expire}} (re); -\draw [arr, in=45, out=210] (pa) to node - [left, at start, yshift=-3mm, xshift=-6mm] {\texttt{turn\_off}} (wsa); -\draw [arr] (pa) edge[loop right] node {\texttt{get\_ephemeris}} (pa); -\draw [arr, in=45, out=-90] (pa) to node [right, above, xshift=-11mm] - {\texttt{lose\_visibility}} (ws); - -% arrows from 5 - warm start -\draw [arr, in=-45, out=0] (ws) to node [right, near start, xshift=1mm] {\texttt{fetch\_freq\&phase}} (pa); -\draw [arr, in=285, out=135] (ws) to node [near end, above, xshift=13mm, yshift=-2mm] {\texttt{ephemeris\_expire}} (cs); -\draw [arr, in=-10, out=190] (ws) to node [above] {\texttt{turn\_off}} (wsa); -%\draw [arr, in=-60, out=-30] (ws) edge[loop] node [below] {\texttt{lose\_visibility}} (ws); - -% arrows from 6 - warm start available -\draw [arr, in=170, out=10] (wsa) to node [above] {\texttt{turn\_on}} (ws); -\draw [arr, in=-90, out=180] (wsa) to node [left, xshift=-1mm] {\texttt{ephemeris\_expire}} (ni); - -\end{tikzpicture} -\caption{State machine representing the \emph{cyber} dynamics.} -\label{fig:cyberDynamics} -\end{figure*} -% -------------------------------------------------------------------- - -The GPS receiver provides a position estimate when it has collected -both the ephemeris and the ranging data for at least 4 satellites. -Detecting data from more than 4 satellites improves the positioning -accuracy. As for power consumption, the receiver always consumes a -(negligible) idle power. On top of that, the sensor consumes -additional power when its radio is turned on, which is precisely the -cause of battery draining. This power has been experimentally shown to -be constant in time~\cite{bib:enloc-smartphones, bib:microsoft-leap} -%<<<<<<< HEAD -%and usually around 400mW\footnote{This quantity apparently depends on the specific device. It can of course be changed according to the given use-case. Moreover for the simple evaluation of the trade-off it is not strictly relevant since we would be interested in the differential values. If instead is required an absolute estimation of the consumed energy, then a precise evaluation of this quantity is required.}. Our model needs to capture whether: -%======= -and usually between 20mW and 400mW. We use the latter for our model, -but this is just a constant that can be changed depending on the -device. The important states that our model needs to capture are: -\begin{enumerate} - \item \emph{ephemeris data} are available or not; - \item \emph{ranging data} are available or not; - \item the radio \emph{antenna} is turned on or off. -\end{enumerate} -The discrete nature of these phenomena can be well captured using a -finite state machine. For our purposes, a \emph{timed automaton} is -sufficient. In the following, we describe the states and transitions -of the resulting timed automaton. We use the variable -\texttt{visible\_satellites} to represent the number of (different) -satellites' signals that reach the receiver. - -\textbf{States:} The model \emph{states} are the combination of the -three above configurations. Table~\ref{fig:states} reports all of -them. However, the availability of the ranging data is incompatible -with the radio being turned off, so we remove the two corresponding -states from the list. The discrete states are also augmented with -variables representing the number of satellites being tracked. These -are: (i) the number of satellites for which the ephemeris data are -available (\texttt{sat\_tracked\_ephemeris}), (ii) the number of -satellites for which the ranging data are available -(\texttt{sat\_tracked\_freq\&phase}), and (iii) the expiration time of -the ephemeris data (\texttt{expiry\_time\_ephemeris}). - -\textbf{Transitions:} Analogously, the model \emph{transitions} -represent the events that alter the information availability or the -antenna state changes. As described in Section~\ref{sec:gps:phy}, the -ephemeris data become available when the receiver listens -consecutively to the satellites' signal for long enough (transition -\texttt{get\_ephemeris}). Their loss of availability happens either at -the expiration of the ephemeris data, or when the tracked satellites -disappear from the visible sky. In theory, the second event does not -necessarily force an update of the ephemeris data. For instance, a -satellite may disappear for a limited time interval and appear again -before its ephemeris data expiration. For simplicity (and without -loss of information with respect to our model usage) we do not include -the specific tracking of different satellites in the model and, -consequently, we do not distinguish between these two cases. The -transition \texttt{ephemeris\_expire} implements both. The ranging -data instead become available as soon as the satellites' signals are -fetched. We refer to this transition as -\texttt{fetch\_freq\&phase}. The loss of ranging data can have two -causes: (i) the antenna is turned off (transition \texttt{turn\_off}), -(ii) the number of visible satellites is less than the required -one\footnote{Generally 4. Different applications may require a higher - number of satellites to improve positioning accuracy - (\url{https://www.developerfusion.com/article/4652/writing-your-own-gps-applications-part-2/2/}).} -(transition \texttt{lose\_visibility}). Lastly the antenna's state is -controlled by the user with the events \texttt{turn\_on} and -\texttt{turn\_off}. - -The transitions can be divided in three categories: \emph{inputs}, -\emph{delays}, and \emph{disturbances}. The two transitions -\texttt{turn\_on} and \texttt{turn\_off} are arbitrarily controlled by -the user, and can be seen as inputs of the system. The second -category, delays, includes transitions that represent the end of data -aquisition procedures and can be seen as delays in the system's -dynamics: \texttt{fetch\_freq\&phase} and -\texttt{get\_ephemeris}. When fired, these transitions cause the -update of the state variables \texttt{sat\_tracked\_ephemeris} and -\texttt{sat\_tracked\_freq\&phase}, that are set to the number of -\texttt{visible\_satellites}. In addition, when the -\texttt{get\_ephemeris} transition is fired, the expiration time of -the ephemeris data is also updated, according to -\texttt{expiry\_time\_ephemeris = time + 30minutes}. The -\emph{disturbance} class of transitions includes -\texttt{ephemeris\_expire} and \texttt{lose\_visibility}. Both the -transitions are triggered when the number of visible satellites is -less than the required number. Moreover, the -\texttt{ephemeris\_expire} transition is triggered also when the -current time exceeds \texttt{expiry\_time\_ephemeris}. - -The different transitions, their triggering conditions, and their -effects (updates) are summarized in Table~\ref{fig:transitions}. - -\textbf{Dynamics:} After defining states and transitions, we need to -specify which transitions can fire in each state and the resulting -system state. The resulting \emph{automaton} is shown in -Figure~\ref{fig:cyberDynamics}. In each of the states, the three -properties shown in Table~\ref{fig:states} can change, e.g., the -ephemeris data can become unavailable if they were available. The -states drawn in green are states in which the antenna is on. The pink -rectangle encloses the states in which the ranging data are available. -The yellow polygon shows the states in which the ephemeris data are -available. - -In general, each state accepts only the transitions that change the -properties that define it. For instance, if the antenna is off (states -No Info \textcircled{\scriptsize 1} and Warm Start Available -\textcircled{\scriptsize 6}), the automaton can accept the transition -\texttt{turn\_on} and move to a different state, but cannot accept the -transition \texttt{turn\_off}. There is one exception, corresponding -to the self-loop in Figure~\ref{fig:cyberDynamics}. In state Position -Available \textcircled{\scriptsize 4} the transition -\texttt{get\_ephemeris} can be fired to indicate an update of the -ephemeris data before their expiration. - -Finally, two (discrete) equations complement the model dynamics. They -saturate the number of tracked satellites (both in terms of ephemeris -and ranging data) to the number of visible satellites, implementing -the fact that the receiver can only track visible satellites. These -are, respectively, \texttt{sat\_tracked\_ephemeris := - min\{sat\_tracked\_ephemeris, visible\_satellites\}} and -\texttt{sat\_tracked\_freq\&phase := min\{sat\_tracked\_freq\&phase, - visible\_satellites\}}. - diff --git a/original_submission/sections/04-fusion.tex b/original_submission/sections/04-fusion.tex deleted file mode 100644 index 8001dc7c468dd942ecd4e07cbb36f83e8f19d1f6..0000000000000000000000000000000000000000 --- a/original_submission/sections/04-fusion.tex +++ /dev/null @@ -1,317 +0,0 @@ -The proposed model is general and can be used for many different -purposes. The abstraction offered by the model devised in this paper -allows for analysis and synthesis of control strategies. This section -introduces its use in the context of sensor fusion. Sensor -fusion~\cite{Liggins:2008} refers to a set of techniques for merging -measurements that come from different sensors with the aim of -enhancing the advantages of the specific sensors while compensating -for the disadvantages. For our specific case, we would like to limit -battery consumption without penalizing accuracy, using Inertial -Measurement Units (IMUs) in conjunction with the GPS receiver. - -IMUs are sensors that usually include an accelerometer and a -gyroscope. The accelerometer measures the acceleration along the three -axis while the gyroscope measures the angular velocity of the -orientation changes. IMUs can be considered complementary to the -GPS. In fact, they provide a relative measurement (while the GPS -position is absolute), and are characterized by low power consumption, -since they do not consume the extra power needed to use an -antenna. Their measurements are also continuously available, since -they do not rely on other devices. A navigation system only based on -IMUs is referred to as an Inertial Navigation System (INS). - -The main weakness of an INS is that, given the differential nature of -the sensors, their measurements must be integrated. This exposes the -estimation to significant low frequency errors introduced by the -biases. As a rule of thumb, those errors are usually considered grow -cubically in time. IMUs are therefore considered reliable only for -short time intervals. The idea of \emph{GPS-IMU} sensor fusion -algorithm is to exploit the IMUs to provide continuous low-power -positioning. At the same time, the GPS can be sampled at lower rate to -compensate for the low frequency errors. - -The GPS model devised in this paper captures the delays introduced by -the GPS receiver and its power consumption. This allows us to -rigorously study an optimal sampling method for the GPS sensor, with -respect to a given accuracy and power consumption target. On the -contrary, the model used for the sensor fusion algorithm is -well-known, and we base our results on~\cite{4770175}. - -\subsection{The Sensor Fusion Algorithm} -\label{sec:fusion:algo} - -This section describes the proposed sensor fusion algorithm. The -algorithm integrates the IMU measurements to obtain a trajectory -profile. GPS positioning is triggered irregularly, and when the GPS -position is received an \emph{Extended Kalman Filter}~\cite{EKF} -estimates and compensates the IMU biases. - -We want to estimate the following quantities: the tridimensional -position, the tridimensional velocity and the orientation (attitude) -using its quaternion representation. We define the state -$x(k) = [p(k), v(k), q(k)]'$, where we denote with $p(k)$ the position -at time $k$ and measure it in meters with respect to a reference -point, i.e., $p(k) \in \mathbb{R}^3 [m]$. We use $v(k)$ to indicate -the velocity at time $k$ measuring it in meters per seconds, i.e., -$v(k) \in \mathbb{R}^3 [m/s]$. Finally, we denote with $q(k)$ the -attitude at time $k$, using its (dimensionless) quaternion -representation, i.e., $q(k)\in \mathbb{R}^4 [-]$. - -The IMU provides the following measurements at time $k$: the -acceleration and the angular rates. Both the acceleration $s(k)$ and -the angular rates are provided along the three axis, i.e., -$s(k) \in \mathbb{R}^3 [m/s^2]$, and -$\omega(k)\in \mathbb{R}^3 [rad/s]$. Equation~\eqref{eq:integration} -shows the integration of the IMU measurements $s$ and $\omega$ to -obtain $p$, $v$, and $q$. In the equation, $T_s$ represents the IMU -sampling time, $R_b^n$ denotes the directional cosine matrix that -rotates a vector from the body coordinate frame $b$ to the body -coordinate frame $n$ and $g$ is the gravitational force, $I_{4}$ is -the identity matrix of order 4, - -\begin{equation} -\begin{array}{rcl} - p(k) & = & p(k-1) + T_s \cdot v(k-1) +\\ - & & ( R_b^n(q(k-1)) \cdot s(k) - g ) \cdot \sfrac{T_s^2}{2} \\ - v(k) & = & v(k-1) + ( R_b^n(q(k-1)) \cdot s(k) - g ) \cdot T_s \\ - q(k) & = & ( \cos ( 0.5 \cdot T_s \cdot \|\omega(k)\| ) \cdot I_4 +\\ - & & \sin ( 0.5 \cdot T_s \cdot \|\omega(k)\| ) \cdot - \sfrac{\Omega(k)}{\|\omega(k)\|} ) \cdot q(k-1) \\ -\end{array}. -\label{eq:integration} -\end{equation} -% -Finally, $\Omega$ is defined as -% -\begin{equation} -\Omega(k) = -\begin{bmatrix} - 0 & \textcolor{white}{-}[\omega(k)]_z & -[\omega(k)]_y & [\omega(k)]_x \\ - -[\omega(k)]_z & 0 & \textcolor{white}{-}[\omega(k)]_x & [\omega(k)]_y \\ - \textcolor{white}{-}[\omega(k)]_y & -[\omega(k)]_x & 0 & [\omega(k)]_z \\ - -[\omega(k)]_x & -[\omega(k)]_z & -[\omega(k)]_z & 0 \\ -\end{bmatrix}. -\label{eq:Omega} -\end{equation} - -Equation~\eqref{eq:integration} can also be seen in the form of a -discrete-time dynamical system $x(k) = f(x(k-1), u(k))$. This -representation highlights that $x(k) = [p(k), v(k), q(k)]'$ is the -system state and output, i.e., the position estimation, and -$u(k) = [s(k),\omega(k)]'$ is the system input, i.e., the data read by -the IMU. The corresponding block diagram is shown in -Figure~\ref{fig:sensorfusionscheme}. - -\begin{figure} -\includegraphics[scale=0.4]{images/sensor-fusion-scheme.png} -\caption{Block Diagram for the Inertial Navigation System.} -\label{fig:sensorfusionscheme} -\end{figure} - -Our aim is to correct the estimation made by the INS using the more -reliable measurements obtained using the GPS receiver. We denote with -$u(k)$ the actual acceleration and with $\tilde{u}(k)$ the output of -the IMU that we will feed in the integration equation (after -compensating it for the estimated bias). - -We assume the following about the disturbances that affect sensor -measurements. Two different disturbances affect the IMU measurements: -a slowly varying bias $\delta u(k)$, and an additive white noise -$w_1(k)$, with covariance matrix $Q_1$, as shown in -Equation~\eqref{eq:sensorerror}. The dynamics of the slowly varying -bias $\delta u(k)$ is a \emph{random walk}, shown in -equation~\ref{eq:bias}, where $w_2(k)$ is a white noise with -covariance matrix $Q_2$. -\begin{eqnarray} -\tilde{u}(k) & = & u(k)-\delta u(k) + w_1(k) -\label{eq:sensorerror} \\ -\delta u(k) & = & \delta u(k-1) + w_2(k) -\label{eq:bias} -\end{eqnarray} -The GPS sensor provides a measurement of the position that only -affected by an additive white noise $e(k)$ with covariance $R$. -\begin{equation} -\tilde{p}_{\text{GPS}}(k) = p(k) + e(k) -\end{equation} - -The Kalman filter measures the discrepancy between the output of the -INS and the GPS and uses it to correct the position and biases -estimation. The correction is based on the \emph{Kalman gain}, -computed online. This technique was proved to be optimal in case of -Gaussian disturbances and noises. In fact, the Kalman gain is computed -according to the uncertainty of the quantities to be estimated, -formally defined as their covariance matrix, usually denoted with -$\mathbf{P}$. The covariance matrix is also updated -online\footnote{If the system was linear, the covariance matrix would - be updated at every step with the same system dynamics and - covariances of disturbances and noises. This would apparently make - the evolution of the covariance matrix deterministic. On the - contrary, this is not the case here and at every time step the - system needs to be newly linearized. As a conclusion, the evolution - of the covariance matrix is not deterministic.}, its evolution is -based on the linearized model of the system dynamics (i.e., how the -\emph{past} estimation uncertainty propagates to the following one), -and on the disturbances and noise models (i.e., their variance). - -We now provide details about how the Kalman filter is implemented, and -how it corrects the estimates. We would like to obtain an estimate -$\hat{x}(k)$ of $x(k)$\footnote{In general, we use $\hat{\cdot}$ to - indicate the estimate of the variable represented by $\cdot$.}. We -therefore need to estimate the following quantities: the position -error $\delta x(k)$ (used to correct the position estimation) and the -biases of the sensors $\delta u(k)$ (to compensate the estimate -obtained using Equation~\eqref{eq:integration} for future -measurements), -\begin{equation} -\delta x(k) = x(k) - \hat{x}(k) = -\begin{bmatrix} -\delta p(k) \\ -\delta v(k) \\ -\epsilon (k) \\ -\end{bmatrix} -= -\begin{bmatrix} -p(k)-\hat{p}(k) \\ -v(k)-\hat{v}(k) \\ -\epsilon (k) -\end{bmatrix}. -\end{equation} -Here, the attitude error vector $\epsilon(k) \in \mathbb{R}^3$ is -defined as the the small (Euler) angle sequence that rotates the -attitude vector $\hat{q}(k)$ into -$q(k)$\footnote{$q(k) = \Gamma(\hat{q}(k), \epsilon(k))$, where - $\Gamma(\hat{q}(k),\epsilon (k)) \triangleq \{ q \in \mathbb{S}^3 | - R_b^n (q(k)) = (I_3 - \left[\epsilon(k)\right]_{\times}) R_b^n - (\hat{q}(k)) \}$ and $\left[a\right]_{\times}$ defines the - antisymmetric matrix representation of $a$ for which - $\left[a\right]_{\times} \cdot b = a \cdot b$.}. We can then define -the vector collecting all the quantities to be estimated and the -vector that collects the disturbances as, -\begin{equation} -\delta z(k) = -\begin{bmatrix} -\delta x(k) \\ -\delta u(k) -\end{bmatrix} -\in \mathbb{R}^{15} , -\,\,\, -w(k) = -\begin{bmatrix} -w_1(k) \\ -w_2(k) -\end{bmatrix} -\in \mathbb{R}^{12} . -\end{equation} - -The linearized state space model, describing the evolution of $z(k)$, -needed to define how the covariance matrix of the estimation changes -in time, is -\begin{equation} - z(k) = \mathbf{F}(x(k),u(k)) \cdot z(k-1) + - \mathbf{G}(x(k)) \cdot w(k) , -\end{equation} -where the state transition matrix $\mathbf{F}(x(k),u(k))$ and the -noise gain matrix $\mathbf{G}(x(k))$ are defined as follows. $\mathbf{F}(x(k),u(k)) =$ -\begin{equation*} -\begin{array}{l} -\begin{bmatrix} - I_3 & T_sI_3 & 0_{3,3} & 0_{3,3} & 0_{3,3} \\ - 0_{3,3} & I_3 & \left[T_sR_b^n (q(k))\right]_\times & -T_sR_b^n (q(k)) & 0_{3,3} \\ - 0_{3,3} & 0_{3,3} & I_3 & 0_{3,3} & -T_sR_b^n (q(k)) \\ - 0_{3,3} & 0_{3,3} & 0_{3,3} & I_3 & 0_{3,3} \\ - 0_{3,3} & 0_{3,3} & 0_{3,3} & 0_{3,3} & I_3 \\ -\end{bmatrix},\\ -\qquad\\ -\mathbf{G}(x(k)) = -\begin{bmatrix} - 0_{3,3} & 0_{3,3} & 0_{3,3} & 0_{3,3} \\ - T_sR_b^n (q(k)) & 0_{3,3} & 0_{3,3} & 0_{3,3} \\ - 0_{3,3} & T_sR_b^n (q(k)) & 0_{3,3} & 0_{3,3} \\ - 0_{3,3} & 0_{3,3} & I_3 & 0_{3,3} \\ - 0_{3,3} & 0_{3,3} & 0_{3,3} & I_3 \\ -\end{bmatrix}. -\end{array} -\end{equation*} - -At every sampling step $k$, the inertial measurements $\tilde{u}(k)$ -are compensated with respect to the estimated biases $\delta u(k)$, -according to -\begin{equation} - \tilde{u}(k) \leftarrow \tilde{u}(k) + \delta u(k). - \label{eq:deltauuse} -\end{equation} -The new value of $\tilde{u}$ is then integrated according to -Equation~\eqref{eq:integration}, obtaining a first estimation -$\hat{x}(k)$. The covariance matrix $\mathbf{P}$ as specified in -Equation~\eqref{eq:covarianceupdate}, including both the propagation -of the uncertainty coming from the previous estimations (first part of -the sum) and the contribution of the new disturbances affecting the -process (second part of the sum). -\begin{equation} - \mathbf{P} \leftarrow \mathbf{F}(\hat{x}, \hat{u}) - \mathbf{P} \mathbf{F}^{\top}(\hat{x},\hat{u}) + \mathbf{G}(\hat{x}) - \begin{bmatrix} Q_1 & 0_{3,3} \\ 0_{3,3} & Q_2 \end{bmatrix} - \mathbf{G}^{\top}(\hat{x}) -\label{eq:covarianceupdate} -\end{equation} -In absence of GPS measurements, the obtained estimate $\hat{x}$ is -used as the position estimate. On the contrary, when GPS measurements -are available, the Kalman gain $\mathbf{K}$ is computed according to -the following equation, -\begin{equation} - \mathbf{K} \leftarrow \mathbf{P}\left[ I_3 , 0_{3,3}\right]^\top - (\left[ I_3 , 0_{3,3}\right]\mathbf{P}\left[ I_3 , 0_{3,3}\right]^\top - + R )^{-1} , -\end{equation} -which can be interpreted as a weighted sum of: (i) our confidence in -the current estimations, defined by $\mathbf{P}$; (ii) how noisy are -the new measurement, encoded in the covariance of the additive noise -$R$. This is used to estimate the perturbation state $\hat{z}(k)$: -\begin{equation} -\delta \hat{z}(k) = -\begin{bmatrix} -0_{9,1} \\ -\delta \hat{u}(k) -\end{bmatrix} + -\mathbf{K} -(\tilde{p}_{GPS}(k)-\hat{p}). -\end{equation} -Given the availability of the GPS measurements, the quantity -$\delta \hat{x}(k)$ is considered zero (i.e., $0_{9,1}$). On the -contrary, the sensor bias $\delta \hat{u}(k)$ is propagated and will -then be used also when the GPS measurements are not available, in -Equation~\eqref{eq:deltauuse}. - -When the GPS is turned on, the computation of the new error vector -allows us to finally update the state estimation as -\begin{equation} -\hat{p} \leftarrow \hat{p} + \delta \hat{p}, \qquad -\hat{v} \leftarrow \hat{v} + \delta \hat{v}, \qquad -\hat{q} \leftarrow \Gamma(\hat{q},\hat{\epsilon}). -\end{equation} - -%--------------------------------- -% -% The resulting algorithm for GPS-IMU navigation is showed in the -% following listing: -% -% \begin{lstlisting}[frame=single,mathescape=true,columns=fullflexible] -% $\hat{x}\leftarrow$ initialize state estimation -% $\delta\hat{u}\leftarrow$ initialize bias estimate -% $P\leftarrow$ initialize kalman filter covariance matrix -% loop -% % compensate sensor measurements according to estimated biases -% $\hat{u} \leftarrow \tilde{u} + \delta \hat{u}$ -% % integrate IMU measurements -% $\hat{x} = f(\hat{x},\hat{u})$ -% -% end loop -% \end{lstlisting} -% -%--------------------------------- - -With the sensor fusion algorithm just described, and the sensor model -specified in Section~\ref{sec:gps}, we can now describe the dynamical -limitations that the GPS sensor imposes and the opportunities -available for optimizing its sampling. - diff --git a/original_submission/sections/05-control.tex b/original_submission/sections/05-control.tex deleted file mode 100644 index ce91f3ebf4663cb90d2a4a3e6cd239ce4f70039f..0000000000000000000000000000000000000000 --- a/original_submission/sections/05-control.tex +++ /dev/null @@ -1,90 +0,0 @@ -This section discusses the general features that characterize an -effective sampling strategy and describes the one we advocate using. - -%------------------------------------------ -\begin{figure}[t] -\centering -\begin{tikzpicture}[% -p_off/.style = {circle, draw=black, inner sep=3mm}, -p_on/.style = {circle, draw=black, fill=black!40!green, inner sep=3mm}, -arr/.style = {->, solid, black!60}, ->=triangle 60, -font=\footnotesize] - -%states -\node[thick] (ni) at ( 0, 0) [p_off, label={[yshift=-0.75cm, xshift=-1cm]No Info}] {1}; -\node[thick] (re) at ( 0, -2) [p_on, label={[yshift=-0.75cm, xshift=-1.4cm]Read Ephemeris}] {2}; -\node[thick] (gp) at ( 4, -2) [p_on, label={[yshift=-0.75cm, xshift=1.25cm]Get Position}] {3}; -\node[thick] (wst) at ( 4, 0) [p_off, label={[yshift=-0.75cm, xshift=1cm]Wait}] {4}; -\node[thick] (zero) at ( 0, 1) [circle, draw=black!60, fill=black!60, inner sep=0.75mm] {}; - -%transitions -\draw [arr] (zero) to (ni); -%arrow from 1 -\draw [arr] (ni) to node [left, at start, yshift=-2mm] {\textcolor{red}{\texttt{turn\_on}}} (re); -%arrow from 2 -\draw [arr, bend right] (re) to node [below] {\texttt{get\_ephemeris}} (gp); -\draw [arr, in=210, out=240] (re) edge[loop] node[below, align=right] {\texttt{sensor in}\\\texttt{position\_available}} (re); -%arrows from 3 -\draw [arr, bend left] (gp) to node [near start, left, yshift=4mm, align=right] {\texttt{sensor in}\\\texttt{position\_available} \\ \textcolor{red}{\texttt{turn\_off}}} (wst); -\draw [arr, bend right] (gp) to node [below, align=center, yshift=-1mm] {\texttt{lost\_visibility} \textbf{\texttt{or}} \\ \texttt{ephemeris\_expiring}} (re); -%arrows from 4 -\draw [arr, bend left] (wst) to node [right, align=left, xshift=2mm, yshift=-3mm, at start] {\texttt{$\sum(\Tr(P)>th)$} \\ \texttt{\textcolor{red}{\texttt{turn\_on}}}} (gp); -\draw [arr, bend right] (wst) to node [left, at start, yshift=4mm, align=right] {\texttt{ephemeris\_expiring} \\ \textcolor{red}{\texttt{turn\_on}}} (re); -\end{tikzpicture} -\caption{State Machine of the Sampling Strategy Controller.} -\label{fig:controller} -\end{figure} -%------------------------------------------- - -\subsection{The dynamics} - -The model presented in Section~\ref{sec:gps} highlights two dynamics -that characterize the sensor. The first one is the availability of the -ephemeris data and the second one is the availability of ranging -data. The two occur at very different time scales, both in terms of -acquisition time and in terms of data validity. - -\textbf{Ephemeris data:} The ephemeris data live in the time scale of -\emph{minutes}, requiring between 30 and 59 seconds to be acquired and -having a validity of 30 minutes from the acquisition. There are two -implications of these facts. First, this induces a start-up delay -equivalent to the acquisition time of the ephemeris data. This is -referred to as \emph{Time To First Fix} (TTFF). Second, an effective -sampling strategy refreshes the ephemeris data at least every 30 -minutes. This requires the antenna to be turned on for enough time to -capture the data and affects the sensor battery consumption. - -\textbf{Ranging data:} The ranging data are characterized by a time -scale of the order of milliseconds. They require from 2 to 10 -milliseconds to be acquired. This could be critical for real-time -applications. The data validity is instantaneous, since they are used -as soon as they are received to compute the current position (and -moving will invalidate them). The time scale allows us to derive a -bound in the sensor sampling period. Sampling as frequently as the -this (lower) bound is equivalent to keeping the sensor always on. - -Another important consequence of the sampling policy is the -observability of the event \texttt{lost\_visibility}. The occurrence -event is in fact detectable only when the antenna is turned on and the -sensor is listening to the visible satellites. When a satellite -disappears, if the antenna is -turned off, the device cannot detect it. At the next sampling, the receiver needs then to acquire -new ephemeris data before being capable to provide positioning -information. - -\subsection{Sampling Strategy Controller} - -With these considerations in mind, we designed a sampling strategy that -aims at keeping the ephemeris data updated, and sampling the GPS -sensor according to the uncertainty of the position estimation (in the -Kalman filter). We use the trace of the covariance matrix $P$, which -represents the estimation variance of the position. When the trace -overcomes a predefined threshold $th$, we consider the position too -uncertain and request the GPS intervention. This is formally encoded -in the state machine shown in Figure~\ref{fig:controller}. - -The logical controller sends a \textcolor{red}{\texttt{turn\_on}} signal when the system is starting, to collect the ephemeris data (State \textcircled{\scriptsize 2} in Figure~\ref{fig:controller}). Then, once the ephemeris data are available (which is defined by the very same transition of the sensor model), it starts cycling between states \textcircled{\scriptsize 3} and \textcircled{\scriptsize 4}, alternatively triggering the \textcolor{red}{\texttt{turn\_off}} and \textcolor{red}{\texttt{turn\_on}} signals. For readability, and consistently with the sensor model shown in Figure~\ref{fig:cyberDynamics}, the states in which the antenna is turned on are filled in green. - -When the ephemeris data are about to expire (intuitively defined as $time>expiry\_time\_ephemeris-60$), or the sensor loses visibility of the tracked satellites, the controller goes back to State \textcircled{\scriptsize 2} and keeps the antenna on, to refresh the ephemeris data. If the former ephemeris data are valid the sensor can actually still be sampled, represented by taking the self-loop transition \texttt{sensor in position\_avaialable}. - diff --git a/original_submission/sections/06-results.tex b/original_submission/sections/06-results.tex deleted file mode 100644 index c7d26b4e7eaeed29cb05d86ef8452c65ceef47f2..0000000000000000000000000000000000000000 --- a/original_submission/sections/06-results.tex +++ /dev/null @@ -1,570 +0,0 @@ -\begin{figure}[tb] -\begin{tikzpicture} -\begin{groupplot}[% - group style = {group size = 1 by 2, vertical sep = 0.2cm, - xlabels at=edge bottom,xticklabels at=edge bottom,}, - height = 2.7cm, - grid style = {black!30, dashed}, - grid = major, - width = 0.9\columnwidth, - scaled x ticks = false, - scaled y ticks = false, - xmin = 0, - xmax = 200, - ytick = {0,1}, - ylabel style = {align=center}, -] -\nextgroupplot[ylabel={Turn On\\Signal}] -\addplot[thick, black!40!green, solid] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_ephemerisacquisition.csv}; -\nextgroupplot[ylabel={Position\\Availability}, - xlabel={Time [s]}] -\addplot[thick, blue, solid] - table[x index = {0}, y index = {2}, col sep=comma] - {data/exp_ephemerisacquisition.csv}; -\end{groupplot} -\end{tikzpicture} -\caption{TTFF simulation.} -\label{fig:TTFF} -\end{figure} - -This section describes the results obtained the model proposed in -Section~\ref{sec:gps:mod} and two different -implementations\footnote{The code for both the implementation will be - released in case the paper is accepted.}. The first one is written -in Modelica\footnote{http://www.modelica.org}, while the second one is -written in -Matlab\footnote{http://www.mathworks.com/products/matlab.html}. - -The purpose of the Modelica code is to obtain a powerful simulation -tool. The nature of Modelica -- in terms of composability and -object-orientation -- makes the implementation easy to embed. We use -the Modelica implementation to show how the model captures the -relevant dynamics of the GPS receivers, comparing the results obtained -with data obtained on real hardware. The implementation in Matlab is -used for data analysis of real GPS traces and in combination with -sensor fusion algorithm as described in Section~\ref{sec:fusion}, to -experiment with the accuracy-battery trade-off. - -\subsection{GPS sensor dynamics} -\label{sec:res:gps} - -\begin{figure}[t] -\begin{tikzpicture} -\begin{groupplot}[% - group style = {group size = 1 by 2, vertical sep = 0.2cm, - xlabels at=edge bottom,xticklabels at=edge bottom,}, - height = 2.7cm, - grid style = {black!30, dashed}, - grid = major, - width = 0.9\columnwidth, - scaled x ticks = false, - scaled y ticks = false, - xmin = 1800, - xmax = 2000, - ytick={0,1}, - ylabel style = {align=center}, -] -\pgfkeys{/pgf/number format/.cd,1000 sep={}} -\nextgroupplot[ylabel={Turn On\\Signal}] -\addplot[thick, black!40!green, solid] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_ephemerisexpire.csv}; -\nextgroupplot[ylabel={Position\\Availability}, xlabel={Time [s]}] -\addplot[thick, blue, solid] - table[x index = {0}, y index = {2}, col sep=comma] - {data/exp_ephemerisexpire.csv}; -\end{groupplot} -\end{tikzpicture} -\caption{Ephemeris expiration simulation.} -\label{fig:ephexpire} -\end{figure} -\begin{figure}[t] -\begin{tikzpicture} -\begin{groupplot}[% - group style = {group size = 1 by 3, vertical sep = 0.2cm, - xlabels at=edge bottom,xticklabels at=edge bottom,}, - height = 2.7cm, - grid style = {black!30, dashed}, - grid = major, - width = 0.9\columnwidth, - scaled x ticks = false, - scaled y ticks = false, - xmin = 0, - xmax = 300, - ylabel style = {align=center}, -] -\pgfkeys{/pgf/number format/.cd,1000 sep={}} -\nextgroupplot[ylabel={Visible\\Satellites},ytick={3,4,5},] -\addplot[thick, red, solid] - table[x index = {0}, y index = {3}, col sep=comma] - {data/exp_visibility.csv}; -\nextgroupplot[ylabel={Turn On\\Signal},ytick={0,1}] -\addplot[thick, black!40!green, solid] - table[x index = {0}, y index = {2}, col sep=comma] - {data/exp_visibility.csv}; -\nextgroupplot[ylabel={Position\\Availability}, xlabel={Time [s]}, ytick={0,1}] -\addplot[thick, blue, solid] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_visibility.csv}; -\end{groupplot} -\end{tikzpicture} -\caption{Loss Visibility Simulation.} -\label{fig:visibility} -\end{figure} - -In this section we want to show how our model captures the dynamics of -the receiver. We start with the Time To First Fix (TTFF), the loss of -ephemeris data, and the loss of visibility. We use our Modelica model -to obtain simulation data. - -Figure~\ref{fig:TTFF} shows the results of a simulation aimed at -determining the TTFF. At time $t=10s$ the GPS receiver is turned on, -and we simulate how it fetches the position. The top row shows the -command signal. The GPS antenna has to be on for a minute before the -position becomes available. The position availability is shown in the -second row of the figure. As soon as the ranging data are received, a -position reading is taken. Then the sensor can be sampled at regular -intervals. - -As anticipated in Section~\ref{sec:related}, previous work discuss the -TTFF, e.g.,~\cite{bib:entracked-datadriven-modeling, - bib:feasibility-duty-cycling, bib:accuracy-adaptation}. However, no -contribution combines the TTFF with a model of the GPS technology. In -previous literature, the performances of GPS receivers in smartphones -are evaluated by looking at how much time it takes for a generic -application to get a position measure after the request is sent to the -GPS module. GPS sensors in smartphones implement an -\emph{Assisted-GPS} function, that allows the retrieval of the -ephemeris data from the internet instead of listening to the -satellites\footnote{The model presented in this paper can be adapted - to represent this allowing for an external input that possibly - triggers the transition \texttt{get\_ephemeris} before the delay - that instead represents the action of listening to the - satellites. The modeling of how much time the device requires for - fetching this information from the internet and how much power - this procedure can take is non trivial because of the many different - (and often difficult to predict) involved components.}. - -Up to the (limited) extent to which they are comparable -- due to the -fact that are used Assisted-GPS sensors and the extra software layers -included in the experiments -- the results presented in these works -are coherent with the model presented here. Our model on the other -side achieves more generality, not being dependent on the specific -implementation and on the given device. Moreover, our model allows one -to look directly at what are the theoretical performances one can -expect from a GPS sensor, without the overhead that is introduced by -the operative system of a smartphone. - -Figure~\ref{fig:ephexpire} shows how our model captures the expiration -of the ephemeris data. The figure is organized as the previous one, -showing the turn on signal in the top row and the position -availability in the bottom row. It displays a duty cycling of the -sensor for quickly acquiring position -- i.e. a series of warm -starts. At time $t = 1861s$ the ephemeris data expire, making the duty -cycling ineffective. The sensor detects the loss of ephemeris data -after a few failed attempts and turns on the antenna. When the device -receives an update of the ephemeris data, the position becomes -available again as well as the possibility of performing warm starts. - -Figure~\ref{fig:visibility} shows how the model captures the loss of -visibility of the satellites. The top row shows the number of visible -satellites, while the second and third row respectively depict the -turn on signal and the position availability. As an input to the -model, we provide 5 visible satellites in the interval between $t=0s$ -and $t=100s$, 3 visible satellites in the interval between $t=100s$ -and $t=200s$ and 4 satellites from $t=200s$ to $t=300s$. During the -first 100 seconds, the GPS receiver is able to acquire the ephemeris -data. When 2 satellites disappear from the visible sky, the 3 visible -ones are not sufficient for the device to position itself. The -position then stops being available, despite the duty cycling. Then -the position becomes available again when a new satellite appears in -the visible sky, and after the device acquires its ephemeris data. - -This last simulation points out both the realism and one limitation of -the proposed model. Theoretically, if the satellite that appears again -after the loss of visibility was one of the two that previously -disappeared, the device would not need to re-acquire the ephemeris -data (provided that it kept in memory the ones acquired at the start -up and that those were still valid). To capture this -\emph{phenomenon}, we would need to describe separately the -acquisition of the signal and ephemeris data of the different -satellites, together with their visibility. Apparently, this would -increase the complexity of the model and decrease it usability. An -extension of the model to include also this phenomenon would not be -very difficult to obtain. It is enough to have parallel state machines -similar to the one shown in Figure~\ref{fig:cyberDynamics}, that -independently capture the tracking of individual satellites but are -synchronized in the antenna's state. - -\subsection{Positioning Accuracy} -\label{sec:res:accuracy} - -\begin{figure*}[t] -\centering -\begin{minipage}{0.95\columnwidth} -\begin{tikzpicture} -\begin{axis}[% - height = 0.7\textwidth, - grid style = {black!30, dashed}, - grid = major, - width = 0.95\textwidth, - scaled x ticks = false, - scaled y ticks = false, - ylabel style = {align=center}, - xtick = {55000, 55500, 56000}, - legend pos = {north west}, - xlabel = {East [m]}, - ylabel = {North [m]}, -] -\pgfplotsset{filter discard warning=false} -\pgfkeys{/pgf/number format/.cd,1000 sep={}} -\addplot[thick, blue, solid] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_biketrace.csv}; -\addlegendentry{GPS trace} -\addplot[thick, red, dotted] - table[x index = {0}, y index = {1}, col sep=comma, each nth point=10] - {data/exp_biketracePsat.csv}; -\addlegendentry{Sensor Fusion $th = 0.1$} -\addplot[thick, black!70!green, dashed] - table[x index = {0}, y index = {1}, col sep=comma, each nth point=10] - {data/exp_biketraceP25.csv}; -\addlegendentry{Sensor Fusion $th = 2.5$} -\end{axis} -\end{tikzpicture} -\caption{Trace tracked when cycling. GPS measurements and sensor fusion algorithm with different thresholds.} -\label{fig:cycling-trace} -\end{minipage} -\hspace{1mm} -\begin{minipage}{0.95\columnwidth} -\vspace{-2mm} -\begin{tikzpicture}[spy using outlines={rounded rectangle, width=3.5cm, height=3.5cm, magnification=2.5, connect spies}] -\begin{axis}[% - height = 0.7\textwidth, - grid style = {black!30, dashed}, - grid = major, - width = 0.95\textwidth, - scaled x ticks = false, - scaled y ticks = false, - ylabel style = {align=center}, - legend pos = {north west}, - xlabel = {East [m]}, - ylabel = {North [m]}, - xmax = -200, - xmin = -300, - ymax = 400, - ymin = 200, -] -\pgfplotsset{filter discard warning=false} -\pgfkeys{/pgf/number format/.cd,1000 sep={}} -\addplot[thick, blue, solid] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_cartrace.csv}; -\addlegendentry{GPS trace} -\addplot[thick, red, dotted] - table[x index = {0}, y index = {1}, col sep=comma, each nth point=10] - {data/exp_cartracePsat.csv}; -\addlegendentry{Sensor Fusion $th = 0.1$} -\addplot[thick, black!70!green, dashed] - table[x index = {0}, y index = {1}, col sep=comma, each nth point=10] - {data/exp_cartraceP41.csv}; -\addlegendentry{Sensor Fusion $th = 4.1$} -\coordinate (spypoint) at (axis cs:-240,250); -\coordinate (magnifyglass) at (axis cs:-200,310); -\spy [blue] on (spypoint) in node[fill=white] at (magnifyglass); -\end{axis} -\end{tikzpicture} -\caption{Trace tracked when driving. GPS measurements and sensor fusion algorithm with different thresholds.} -\label{fig:car-trace} -\end{minipage} -\end{figure*} -\begin{figure*} -\centering -\hspace{2mm} \vspace{0.1cm} -\begin{minipage}{0.95\columnwidth} -\begin{tikzpicture} -\begin{axis}[% - height = 0.55\textwidth, - grid style = {black!30, dashed}, - grid = major, - width = 0.95\textwidth, - scaled x ticks = false, - scaled y ticks = false, - ylabel style = {align=center}, - legend style={at={(1.3,1.1)},anchor=south}, - legend columns=2, - xlabel = {Time [s]}, - ylabel = {Sum of Trace \\ Turn On Signal}, - xmin=500,xmax=3500, -] -\pgfplotsset{filter discard warning=false} -\pgfkeys{/pgf/number format/.cd,1000 sep={}} -\addplot[thick, red, solid] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_biketraceCtl.csv}; -\addlegendentry{Sensor Fusion $th=0.1$, Sampling On} -\addplot[thick, black!70!green, solid] - table[x index = {0}, y index = {3}, col sep=comma] - {data/exp_biketraceCtl.csv}; -\addlegendentry{Sensor Fusion $th=4.1$, Sampling On} -\addplot[thick, red, dashed] - table[x index = {0}, y index = {2}, col sep=comma] - {data/exp_biketraceCtl.csv}; -\addlegendentry{Sensor Fusion $th = 0.1$, $\sum Tr(P)$} -\addplot[thick, black!70!green, dashed] - table[x index = {0}, y index = {4}, col sep=comma] - {data/exp_biketraceCtl.csv}; -\addlegendentry{Sensor Fusion $th = 4.1$, $\sum Tr(P)$} -\end{axis} -\end{tikzpicture} -\caption{Control Signal and Sampling when cycling.} -\label{fig:bike-trace-ctl} -\end{minipage} -\hspace{1mm} -\begin{minipage}{0.95\columnwidth} - \vspace{1.1cm} -\begin{tikzpicture} -\begin{axis}[% - height = 0.55\textwidth, - grid style = {black!30, dashed}, - grid = major, - width = 0.95\textwidth, - scaled x ticks = false, - scaled y ticks = false, - ylabel style = {align=center}, - xlabel = {Time [s]}, - ylabel = {Sum of Trace \\ Turn On Signal}, - xmin=500,xmax=3500, -] -\pgfplotsset{filter discard warning=false} -\pgfkeys{/pgf/number format/.cd,1000 sep={}} -\addplot[thick, black!70!green, solid] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_cartraceCtl.csv}; -\addplot[thick, black!70!green, dashed] - table[x index = {0}, y index = {2}, col sep=comma] - {data/exp_cartraceCtl.csv}; -\addplot[thick, red, solid] - table[x index = {0}, y index = {3}, col sep=comma] - {data/exp_cartraceCtl.csv}; -\addplot[thick, red, dashed] - table[x index = {0}, y index = {4}, col sep=comma] - {data/exp_cartraceCtl.csv}; -\end{axis} -\end{tikzpicture} -\caption{Control Signal and Sampling when driving.} -\label{fig:car-trace-ctl} -\end{minipage} -\end{figure*} - -Here we use real traces, recorded from a GPS receiver and an IMU -sensor that includes accelerometer and gyroscope. We recorded data in -two different conditions: a car and a bicycle ride. We recorded traces -with continuous GPS sampling and simulated different GPS sensor -dynamics on top of that, to compare different sampling policies. We -show what the tracking would have been when the sensor fusion -algorithm was live, compared to the continuous sampling of the GPS. We -then use simulations to further analyze the trade-off between power -(and therefore battery) consumption and performance (positioning -accuracy). - -Figures~\ref{fig:cycling-trace} and~\ref{fig:car-trace} respectively -show traces for the tracking of the bike and the car. In each -figure, the GPS trace is represented using solid blue lines, while -two different executions of the sensor fusion algorithm (with -different values of the threshold $th$) are shown in red dotted lines -and green dashed lines. The red dotted lines correspond to the use of -a threshold $th=0.1$, which in turn means leaving the GPS receiver -always on, but using the sensor fusion algorithm to incorporate also -the IMU data. In general, the cycling trace exposes more complex -dynamics, that are harder to track for the sensor fusion algorithm. -Low frequency GPS sampling can still guarantee some form of tracking, -depending on the precision needed for the given application. In the -car trace, the movements of the GPS receiver are reduced and the IMU -sensors are able to much better allow for low frequency sampling of -the GPS signal. Notice that our implementation of the sensor fusion -algorithm is very basic and more advanced versions could improve the -tracking performance also in the biking case. For the same -simulations, we also show in Figures~\ref{fig:bike-trace-ctl} -and~\ref{fig:car-trace-ctl} the signal used for the GPS triggering -(i.e., the sum of the trace of $P$) and the state of the GPS antenna. -The figures show how the sampling strategy is able to keep the -variance of the estimation bounded, while reducing the on time. - -\subsection{Tracking the Trade-Off between Performance and Power - Consumption} -\label{sec:res:tradeoff} - -Finally, we would like to expose the trade-off between performance -(accuracy) and power (battery) consumption. For both the driving and -the biking scenario, we run 30 simulations with different triggering -thresholds for the sensor fusion algorithm (specifically, we use -$th \in \{ 4, 5, 6, 8, 10, 12 \}$). In principle, higher values of -the threshold guarantee a lower power consumption, at the price of -larger position estimate errors (and \emph{viceversa}). - -The acquisition of satellites signals is modeled as a random variable, -uniformly distributed in the intervals specified for the model. In the -biking simulation, the number of visible satellites is a constant. In -the driving simulation (more realistically), the value of the visible -satellites is also a random variable. More in detail, for each time -step in the simulation, there is a probability of increasing or -decreasing the number of visible satellites (in a realistic bound -between 3 and 6). The overall error of a trace is defined as the -root-mean-square of the distance between the trace and the pure GPS -signal. - -\begin{figure*} -\centering -\begin{minipage}{0.95\columnwidth} -\begin{tikzpicture} -\begin{axis}[% - height = 0.6\textwidth, - grid style = {black!30, dashed}, - grid = major, - width = 0.95\textwidth, - scaled x ticks = false, - scaled y ticks = false, - y tick label style={/pgf/number format/fixed}, - xlabel = {Energy [mJ]}, - ylabel = {Error [m]}, - legend style={at={(1.3,1.1)},anchor=south}, - legend columns=3, -] -\pgfkeys{/pgf/number format/.cd,1000 sep={}} -\addplot[thick, only marks, mark=*, blue] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sb1.csv}; -\addlegendentry{Sensor Fusion $th=4$} -\addplot[thick, only marks, mark=*, red] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sb2.csv}; -\addlegendentry{Sensor Fusion $th=5$} -\addplot[thick, only marks, mark=*, green] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sb3.csv}; -\addlegendentry{Sensor Fusion $th=6$} -\addplot[thick, only marks, mark=*, purple] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sb4.csv}; -\addlegendentry{Sensor Fusion $th=8$} -\addplot[thick, only marks, mark=*, yellow] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sb5.csv}; -\addlegendentry{Sensor Fusion $th=10$} -\addplot[thick, only marks, mark=*, orange] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sb6.csv}; -\addlegendentry{Sensor Fusion $th=12$} -\end{axis} -\end{tikzpicture} -\caption{Trade-Off between Energy and Error when cycling.} -\label{fig:bike-tradeoff} -\end{minipage} -\hfill -\begin{minipage}{0.95\columnwidth} -\vspace{1.1cm} -\begin{tikzpicture}[spy using outlines={rectangle, width=7.5cm, height=1cm, magnification=2.5, connect spies}] -\begin{axis}[% - height = 0.6\textwidth, - grid style = {black!30, dashed}, - grid = major, - width = 0.95\textwidth, - scaled x ticks = false, - scaled y ticks = false, - xlabel = {Energy [mJ]}, - ylabel = {Error [m]}, - ymax = 400, -] -\pgfkeys{/pgf/number format/.cd,1000 sep={}} -\addplot[thick, only marks, mark=*, blue] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sc1.csv}; -\addplot[thick, only marks, mark=*, red] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sc2.csv}; -\addplot[thick, only marks, mark=*, green] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sc3.csv}; -\addplot[thick, only marks, mark=*, purple] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sc4.csv}; -\addplot[thick, only marks, mark=*, yellow] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sc5.csv}; -\addplot[thick, only marks, mark=*, orange] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sc6.csv}; -\coordinate (spypoint) at (axis cs:40000,3); -\end{axis} -\node[pin={[pin distance=0.9cm]65:{% - \begin{tikzpicture}[baseline, trim axis left, trim axis right] - \vspace{-1cm} - \begin{axis}[height=3cm, width=5cm, - every axis plot post/.append style={thick}, - xtick = {}, xticklabels = {}, - ymin=0,ymax=10, - scaled x ticks = false, - grid style = {black!10, dotted}, - grid = major, - ] -\addplot[thick, only marks, mark=*, blue] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sc1.csv}; -\addplot[thick, only marks, mark=*, red] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sc2.csv}; -\addplot[thick, only marks, mark=*, green] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sc3.csv}; -\addplot[thick, only marks, mark=*, purple] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sc4.csv}; -\addplot[thick, only marks, mark=*, yellow] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sc5.csv}; -\addplot[thick, only marks, mark=*, orange] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sc6.csv}; - \end{axis}\end{tikzpicture}% - }},draw, rectangle, minimum width=4.3cm] at (spypoint) {}; -\end{tikzpicture} -\caption{Trade-Off between Energy and Error when driving -(with signal loss).} -\label{fig:car-tradeoff} -\end{minipage} -\end{figure*} -% -Figure~\ref{fig:bike-tradeoff} shows the simulation results for the -cycling tracking. Different colors for the marks correspond to -different threshold values. The figure highlights the trade-off and -show that it is controllable using the choice of the threshold. -Furthermore two other interesting phenomena are pointed out by this -simulation. First, for low triggering values (blue, red, and green -points) the variance of the error is lower, since the simulation is -converging to always-on scenario, saturating the achievable tracking -precision. At the same time, the energy consumption variance -increases due to frequent changes in sensor state (with the receiver -being affected by the time it takes to fetch satellites' signals). -Second, higher triggering values instead (purple, yellow, and orange -points) the opposite behavior is experienced. The variance in terms -of energy consumption is smaller, since the antenna is turned on less -frequently (implying that there will be less uncertainty on the time -spent fetching signals). The error here becomes lager and with higher -variance, due to the need to exploit more often (less reliable) IMU -data. - -Finally, Figure~\ref{fig:car-tradeoff} shows the simulations -performed using the car data. Given the introduction of a varying -number of visible satellites and therefore the possibility of losing -GPS availability, the behavior of the system becomes much more -diverse. Specifically, points spread radially away from the origin. -This is reasonable, since the loss of visibility will negatively -affect both the accuracy (as the GPS data wont be available until a -sufficient number of satellites become visible again) and the energy -consumption (as the sensor will have to be turned on for relatively -long time to reacquire the ephemeris data). Still, the same behavior -is detectable looking only at the simulations where no satellite -visibility loss event happens. diff --git a/original_submission/sections/07-concl.tex b/original_submission/sections/07-concl.tex deleted file mode 100644 index a05a9d609c95b554f1a4f3df83629aa0310b99eb..0000000000000000000000000000000000000000 --- a/original_submission/sections/07-concl.tex +++ /dev/null @@ -1,7 +0,0 @@ -This paper presented a first-principle model of a GPS receiver, able -to capture the dynamics of the data acquisition. We used the model to -enhance a sensor fusion algorithm that merges data from inertial -measurement sensors with the GPS trace, to improve the GPS battery -consumption. The paper presented the model, simulation results, and -experiments obtained with real GPS traces, and exposes the trade-off -between Energy consumption and Positioning Accuracy. diff --git a/paper/ACM-Reference-Format.bst b/paper/ACM-Reference-Format.bst deleted file mode 100644 index d65cd699aebf2d64d82435251bd486baa5337c07..0000000000000000000000000000000000000000 --- a/paper/ACM-Reference-Format.bst +++ /dev/null @@ -1,2894 +0,0 @@ -%%% -*-BibTeX-*- -%%% ==================================================================== -%%% @BibTeX-style-file{ -%%% author = "Nelson H. F. Beebe, Boris Veytsman and Gerald Murray", -%%% version = "2.1", -%%% date = "14 June 2017", -%%% filename = "ACM-Reference-Format.bst", -%%% email = "borisv@lk.net, boris@varphi.com", -%%% codetable = "ISO/ASCII", -%%% keywords = "ACM Transactions bibliography style; BibTeX", -%%% license = "public domain", -%%% supported = "yes", -%%% abstract = "", -%%% } -%%% ==================================================================== - -%%% Revision history: see source in git - -ENTRY - { address - advisor - archiveprefix - author - booktitle - chapter - city - date - edition - editor - eprint - eprinttype - eprintclass - howpublished - institution - journal - key - month - note - number - organization - pages - primaryclass - publisher - school - series - title - type - volume - year - % New keys recognized - issue % UTAH: used in, e.g., ACM SIGSAM Bulletin and ACM Communications in Computer Algebra - articleno - eid - day % UTAH: needed for newspapers, weeklies, bi-weeklies - doi % UTAH - url % UTAH - bookpages % UTAH - numpages - lastaccessed % UTAH: used only for @Misc{...} - coden % UTAH - isbn % UTAH - isbn-13 % UTAH - issn % UTAH - lccn % UTAH - } - {} - { label.year extra.label sort.year sort.label basic.label.year} - -INTEGERS { output.state before.all mid.sentence after.sentence after.block } - -INTEGERS { show-isbn-10-and-13 } % initialized below in begin.bib - -INTEGERS { nameptr namesleft numnames } - -INTEGERS { multiresult } - -INTEGERS { len } - -INTEGERS { last.extra.num } - -STRINGS { s t t.org u } - -STRINGS { last.label next.extra } - -STRINGS { p1 p2 p3 page.count } - - -FUNCTION { not } -{ - { #0 } - { #1 } - if$ -} - -FUNCTION { and } -{ - 'skip$ - { pop$ #0 } - if$ -} - -FUNCTION { or } -{ - { pop$ #1 } - 'skip$ - if$ -} - - -FUNCTION { dump.stack.1 } -{ - duplicate$ "STACK[top] = [" swap$ * "]" * warning$ -} - -FUNCTION { dump.stack.2 } -{ - duplicate$ "STACK[top ] = [" swap$ * "]" * warning$ - swap$ - duplicate$ "STACK[top-1] = [" swap$ * "]" * warning$ - swap$ -} - -FUNCTION { empty.or.unknown } -{ - %% Examine the top stack entry, and push 1 if it is empty, or - %% consists only of whitespace, or is a string beginning with two - %% queries (??), and otherwise, push 0. - %% - %% This function provides a replacement for empty$, with the - %% convenient feature that unknown values marked by two leading - %% queries are treated the same as missing values, and thus, do not - %% appear in the output .bbl file, and yet, their presence in .bib - %% file(s) serves to mark values which are temporarily missing, but - %% are expected to be filled in eventually once more data is - %% obtained. The TeX User Group and BibNet bibliography archives - %% make extensive use of this practice. - %% - %% An empty string cannot serve the same purpose, because just as in - %% statistics data processing, an unknown value is not the same as an - %% empty value. - %% - %% At entry: stack = ... top:[string] - %% At exit: stack = ... top:[0 or 1] - - duplicate$ empty$ - { pop$ #1 } - { #1 #2 substring$ "??" = } - if$ -} - -FUNCTION { writeln } -{ - %% In BibTeX style files, the sequences - %% - %% ... "one" "two" output - %% ... "one" "two" output.xxx - %% - %% ship "one" to the output file, possibly following by punctuation, - %% leaving the stack with - %% - %% ... "two" - %% - %% There is thus a one-string lag in output processing that must be - %% carefully handled to avoid duplicating a string in the output - %% file. Unless otherwise noted, all output.xxx functions leave - %% just one new string on the stack, and that model should be born - %% in mind when reading or writing function code. - %% - %% BibTeX's asynchronous buffering of output from strings from the - %% stack is confusing because newline$ bypasses the buffer. It - %% would have been so much easier for newline to be a character - %% rather than a state of the output-in-progress. - %% - %% The documentation in btxhak.dvi is WRONG: it says - %% - %% newline$ Writes onto the bbl file what's accumulated in the - %% output buffer. It writes a blank line if and only - %% if the output buffer is empty. Since write$ does - %% reasonable line breaking, you should use this - %% function only when you want a blank line or an - %% explicit line break. - %% - %% write$ Pops the top (string) literal and writes it on the - %% output buffer (which will result in stuff being - %% written onto the bbl file when the buffer fills - %% up). - %% - %% Examination of the BibTeX source code shows that write$ does - %% indeed behave as claimed, but newline$ sends a newline character - %% directly to the output file, leaving the stack unchanged. The - %% first line "Writes onto ... buffer." is therefore wrong. - %% - %% The original BibTeX style files almost always use "write$ newline$" - %% in that order, so it makes sense to hide that pair in a private - %% function like this one, named after a statement in Pascal, - %% the programming language embedded in the BibTeX Web program. - - write$ % output top-of-stack string - newline$ % immediate write of newline (not via stack) -} - -FUNCTION { init.state.consts } -{ - #0 'before.all := - #1 'mid.sentence := - #2 'after.sentence := - #3 'after.block := -} - -FUNCTION { output.nonnull } -{ % Stack in: ... R S T Stack out: ... R T File out: S<comma><space> - 's := - output.state mid.sentence = - { - ", " * write$ - } - { - output.state after.block = - { - add.period$ writeln - "\newblock " write$ - } - { - output.state before.all = - { - write$ - } - { - add.period$ " " * write$ - } - if$ - } - if$ - mid.sentence 'output.state := - } - if$ - s -} - -FUNCTION { output.nonnull.dot.space } -{ % Stack in: ... R S T Stack out: ... R T File out: S<dot><space> - 's := - output.state mid.sentence = % { "<DEBUG output.nonnull.dot.space>. " * write$ } - { - ". " * write$ - } - { - output.state after.block = - { - add.period$ writeln "\newblock " write$ - } - { - output.state before.all = - { - write$ - } - { - add.period$ " " * write$ - } - if$ - } - if$ - mid.sentence 'output.state := - } - if$ - s -} - -FUNCTION { output.nonnull.remove } -{ % Stack in: ... R S T Stack out: ... R T File out: S<space> - 's := - output.state mid.sentence = - { - " " * write$ - } - { - output.state after.block = - { - add.period$ writeln "\newblock " write$ - } - { - output.state before.all = - { - write$ - } - { - add.period$ " " * write$ - } - if$ - } - if$ - mid.sentence 'output.state := - } - if$ - s -} - -FUNCTION { output.nonnull.removenospace } -{ % Stack in: ... R S T Stack out: ... R T File out: S - 's := - output.state mid.sentence = - { - "" * write$ - } - { - output.state after.block = - { - add.period$ writeln "\newblock " write$ - } - { - output.state before.all = - { - write$ - } - { - add.period$ " " * write$ - } - if$ - } - if$ - mid.sentence 'output.state := - } - if$ - s -} - -FUNCTION { output } -{ % discard top token if empty, else like output.nonnull - duplicate$ empty.or.unknown - 'pop$ - 'output.nonnull - if$ -} - -FUNCTION { output.dot.space } -{ % discard top token if empty, else like output.nonnull.dot.space - duplicate$ empty.or.unknown - 'pop$ - 'output.nonnull.dot.space - if$ -} - -FUNCTION { output.removenospace } -{ % discard top token if empty, else like output.nonnull.removenospace - duplicate$ empty.or.unknown - 'pop$ - 'output.nonnull.removenospace - if$ -} - -FUNCTION { output.check } -{ % like output, but warn if key name on top-of-stack is not set - 't := - duplicate$ empty.or.unknown - { pop$ "empty " t * " in " * cite$ * warning$ } - 'output.nonnull - if$ -} - -FUNCTION { bibinfo.output.check } -{ % like output.check, adding bibinfo field - 't := - duplicate$ empty.or.unknown - { pop$ "empty " t * " in " * cite$ * warning$ } - { "\bibinfo{" t "}{" * * swap$ * "}" * - output.nonnull } - if$ -} - -FUNCTION { output.check.dot.space } -{ % like output.dot.space, but warn if key name on top-of-stack is not set - 't := - duplicate$ empty.or.unknown - { pop$ "empty " t * " in " * cite$ * warning$ } - 'output.nonnull.dot.space - if$ -} - -FUNCTION { fin.block } -{ % functionally, but not logically, identical to fin.entry - add.period$ - writeln -} - -FUNCTION { fin.entry } -{ - add.period$ - writeln -} - -FUNCTION { new.sentence } -{ % update sentence state, with neither output nor stack change - output.state after.block = - 'skip$ - { - output.state before.all = - 'skip$ - { after.sentence 'output.state := } - if$ - } - if$ -} - -FUNCTION { fin.sentence } -{ - add.period$ - write$ - new.sentence - "" -} - -FUNCTION { new.block } -{ - output.state before.all = - 'skip$ - { after.block 'output.state := } - if$ -} - -FUNCTION { output.coden } % UTAH -{ % output non-empty CODEN as one-line sentence (stack untouched) - coden empty.or.unknown - { } - { "\showCODEN{" coden * "}" * writeln } - if$ -} - -FUNCTION { format.articleno } -{ - articleno empty.or.unknown not eid empty.or.unknown not and - { "Both articleno and eid are defined for " cite$ * warning$ } - 'skip$ - if$ - articleno empty.or.unknown eid empty.or.unknown and - { "" } - { - numpages empty.or.unknown - { "articleno or eid field, but no numpages field, in " - cite$ * warning$ } - { } - if$ - eid empty.or.unknown - { "Article \bibinfo{articleno}{" articleno * "}" * } - { "Article \bibinfo{articleno}{" eid * "}" * } - if$ - } - if$ -} - -FUNCTION { format.year } -{ % push year string or "[n. d.]" onto output stack - %% Because year is a mandatory field, we always force SOMETHING - %% to be output - "\bibinfo{year}{" - year empty.or.unknown - { "[n. d.]" } - { year } - if$ - * "}" * -} - -FUNCTION { format.day.month } -{ % push "day month " or "month " or "" onto output stack - day empty.or.unknown - { - month empty.or.unknown - { "" } - { "\bibinfo{date}{" month * "} " *} - if$ - } - { - month empty.or.unknown - { "" } - { "\bibinfo{date}{" day * " " * month * "} " *} - if$ - } - if$ -} - -FUNCTION { format.day.month.year } % UTAH -{ % if month is empty, push "" else push "(MON.)" or "(DD MON.)" - % Needed for frequent periodicals: 2008. ... New York Times C-1, C-2, C-17 (23 Oct.) - % acm-*.bst addition: prefix parenthesized date string with - % ", Article nnn " - articleno empty.or.unknown eid empty.or.unknown and - { "" } - { output.state after.block = - {", " format.articleno * } - { format.articleno } - if$ - } - if$ - " (" * format.day.month * format.year * ")" * -} - -FUNCTION { output.day.month.year } % UTAH -{ % if month is empty value, do nothing; else output stack top and - % leave with new top string "(MON.)" or "(DD MON.)" - % Needed for frequent periodicals: 2008. ... New York Times C-1, C-2, C-17 (23 Oct.) - format.day.month.year - output.nonnull.remove -} - -FUNCTION { strip.doi } % UTAH -{ % Strip any Web address prefix to recover the bare DOI, leaving the - % result on the output stack, as recommended by CrossRef DOI - % documentation. - % For example, reduce "http://doi.acm.org/10.1145/1534530.1534545" to - % "10.1145/1534530.1534545". That is later typeset and displayed as - % doi:10.1145/1534530.1534545 as the LAST item in the reference list - % entry. Publisher Web sites wrap this with a suitable link to a real - % URL to resolve the DOI, and the master https://doi.org/ address is - % preferred, since publisher-specific URLs can disappear in response - % to economic events. All journals are encouraged by the DOI - % authorities to use that typeset format and link procedures for - % uniformity across all publications that include DOIs in reference - % lists. - % The numeric prefix is guaranteed to start with "10.", so we use - % that as a test. - % 2017-02-04 Added stripping of https:// (Boris) - doi #1 #3 substring$ "10." = - { doi } - { - doi 't := % get modifiable copy of DOI - - % Change https:// to http:// to strip both prefixes (BV) - - t #1 #8 substring$ "https://" = - { "http://" t #9 t text.length$ #8 - substring$ * 't := } - { } - if$ - - t #1 #7 substring$ "http://" = - { - t #8 t text.length$ #7 - substring$ 't := - - "INTERNAL STYLE-FILE ERROR" 's := - - % search for next "/" and assign its suffix to s - - { t text.length$ } - { - t #1 #1 substring$ "/" = - { - % save rest of string as true DOI (should be 10.xxxx/yyyy) - t #2 t text.length$ #1 - substring$ 's := - "" 't := % empty string t terminates the loop - } - { - % discard first character and continue loop: t <= substring(t,2,last) - t #2 t text.length$ #1 - substring$ 't := - } - if$ - } - while$ - - % check for valid DOI (should be 10.xxxx/yyyy) - s #1 #3 substring$ "10." = - { } - { "unrecognized DOI substring " s * " in DOI value [" * doi * "]" * warning$ } - if$ - - s % push the stripped DOI on the output stack - - } - { - "unrecognized DOI value [" doi * "]" * warning$ - doi % push the unrecognized original DOI on the output stack - } - if$ - } - if$ -} - -% -% Change by BV: added standard prefix to URL -% -FUNCTION { output.doi } % UTAH -{ % output non-empty DOI as one-line sentence (stack untouched) - doi empty.or.unknown - { } - { - %% Use \urldef here for the same reason it is used in output.url, - %% see output.url for further discussion. - "\urldef\tempurl%" writeln - "\url{https://doi.org/" strip.doi * "}" * writeln - "\showDOI{\tempurl}" writeln - } - if$ -} - -FUNCTION { output.isbn } % UTAH -{ % output non-empty ISBN-10 and/or ISBN-13 as one-line sentences (stack untouched) - show-isbn-10-and-13 - { - %% show both 10- and 13-digit ISBNs - isbn empty.or.unknown - { } - { - "\showISBNx{" isbn * "}" * writeln - } - if$ - isbn-13 empty.or.unknown - { } - { - "\showISBNxiii{" isbn-13 * "}" * writeln - } - if$ - } - { - %% show 10-digit ISBNs only if 13-digit ISBNs not available - isbn-13 empty.or.unknown - { - isbn empty.or.unknown - { } - { - "\showISBNx{" isbn * "}" * writeln - } - if$ - } - { - "\showISBNxiii{" isbn-13 * "}" * writeln - } - if$ - } - if$ -} - -FUNCTION { output.issn } % UTAH -{ % output non-empty ISSN as one-line sentence (stack untouched) - issn empty.or.unknown - { } - { "\showISSN{" issn * "}" * writeln } - if$ -} - -FUNCTION { output.issue } -{ % output non-empty issue number as a one-line sentence (stack untouched) - issue empty.or.unknown - { } - { "Issue " issue * "." * writeln } - if$ -} - -FUNCTION { output.lccn } % UTAH -{ % return with stack untouched - lccn empty.or.unknown - { } - { "\showLCCN{" lccn * "}" * writeln } - if$ -} - -FUNCTION { output.note } % UTAH -{ % return with stack empty - note empty.or.unknown - { } - { "\shownote{" note add.period$ * "}" * writeln } - if$ -} - -FUNCTION { output.note.check } % UTAH -{ % return with stack empty - note empty.or.unknown - { "empty note in " cite$ * warning$ } - { "\shownote{" note add.period$ * "}" * writeln } - if$ -} - -FUNCTION { output.eprint } % -{ % return with stack empty - eprint empty.or.unknown - { } - { "\showeprint" - archiveprefix empty.or.unknown - { eprinttype empty.or.unknown - { } - { "[" eprinttype "]" * * * } - if$ - } - { "[" archiveprefix "l" change.case$ "]" * * * } - if$ - "{" * - primaryclass empty.or.unknown - { eprintclass empty.or.unknown - { } - { eprintclass "/" * * } - if$ - } - { primaryclass "/" * * } - if$ - eprint "}" * * - writeln - } - if$ -} - - -% -% Changes by BV 2011/04/15. Do not output -% url if doi is defined -% -FUNCTION { output.url } % UTAH -{ % return with stack untouched - % output URL and associated lastaccessed fields - doi empty.or.unknown - { - url empty.or.unknown - { } - { - %% Use \urldef, outside \showURL, so that %nn, #, etc in URLs work - %% correctly. Put the actual URL on its own line to reduce the - %% likelihood of BibTeX's nasty line wrapping after column 79. - %% \url{} can undo this, but if that doesn't work for some reason - %% the .bbl file would have to be repaired manually. - "\urldef\tempurl%" writeln - "\url{" url * "}" * writeln - - "\showURL{%" writeln - lastaccessed empty.or.unknown - { "" } - { "Retrieved " lastaccessed * " from " * } - if$ - "\tempurl}" * writeln - } - if$ - } - { } - if$ -} - -FUNCTION { output.year.check } -{ % warn if year empty, output top string and leave " YEAR<label>" on stack in mid-sentence - year empty.or.unknown - { "empty year in " cite$ * warning$ - write$ - " \bibinfo{year}{[n. d.]}" - "\natexlab{" extra.label * "}" * * - mid.sentence 'output.state := - } - { write$ - " \bibinfo{year}{" year * "}" * - "\natexlab{" extra.label * "}" * * - mid.sentence 'output.state := - } - if$ -} - - -FUNCTION { le } -{ - %% test whether first number is less than or equal to second number - %% stack in: n1 n2 - %% stack out: if n1 <= n2 then 1 else 0 - - %% "DEBUG: le " cite$ * warning$ - > { #0 } { #1 } if$ -} - -FUNCTION { ge } -{ - %% test whether first number is greater than or equal to second number - %% stack in: n1 n2 - %% stack out: if n1 >= n2 then 1 else 0 - - %% "DEBUG: ge " cite$ * warning$ - < { #0 } { #1 } if$ -} - -FUNCTION { is.leading.digit } -{ - %% test whether first character of string is a digit - %% stack in: string - %% stack out: if first-char-is-digit then 1 else 0 - - #1 #1 substring$ % replace string by string[1:1] - duplicate$ % string[1:1] string[1:1] - chr.to.int$ - "0" chr.to.int$ swap$ le % "0" <= string[1:1] --> 0-or-1 - swap$ % 0-or-1 string[1:1] - chr.to.int$ - "9" chr.to.int$ le % string[1:1} <= "9" --> 0-or-1 - and -} - -FUNCTION { skip.digits } -{ - %% skip over leading digits in string - %% stack in: string - %% stack out: rest-of-string leading-digits - - %% "DEBUG: enter skip.digits " cite$ * warning$ - - %% dump.stack.1 - - duplicate$ - 't := - 't.org := - "" 'u := - - { t text.length$ } - { - %% "=================DEBUG: skip.digits t = [" t * "]" * warning$ - t is.leading.digit - { t #2 t text.length$ #1 - substring$ } - { - t 'u := - "" - } - if$ - 't := - } - while$ - - u % rest of string - t.org #1 t.org text.length$ u text.length$ - substring$ % leading digits - - %% "DEBUG: t.org = [" t.org * "]" * warning$ - %% "DEBUG: u = [" u * "]" * warning$ - - %% dump.stack.2 - - %% "DEBUG: leave skip.digits " cite$ * warning$ -} - -FUNCTION { skip.nondigits } -{ - %% skip over leading nondigits in string - %% stack in: string - %% stack out: rest-of-string - - %% "DEBUG: enter skip.nondigits " cite$ * warning$ - - 't := - "" 'u := - - { t text.length$ } - { - %% "=================DEBUG: skip.nondigits t = [" t * "]" * warning$ - t is.leading.digit - { - t 'u := - "" - } - { t #2 t text.length$ #1 - substring$ } - if$ - 't := - } - while$ - - u % rest of string - - %% dump.stack.1 - %% "DEBUG: leave skip.nondigits " cite$ * warning$ -} - -FUNCTION { parse.next.number } -{ - %% stack in: string - %% stack out: rest-of-string next-numeric-part-of-string - %% Example: - %% stack in: "123:1--123:59" - %% stack out: ":1--123:59" "123" - - 's := - s skip.nondigits 's := - s skip.digits -} - -FUNCTION { reduce.pages.to.page.count } -{ - %% Stack in: arbitrary-and-unused - %% Stack out: unchanged - %% - %% For the new-style pagination with article number and numpages or - %% pages, we expect to have BibTeX entries containing something like - %% articleno = "17", - %% pages = "1--23", - %% with output "Article 17, 23 pages", - %% or - %% articleno = "17", - %% numpages = "23", - %% with output "Article 17, 23 pages", - %% or - %% articleno = "17", - %% pages = "17:1--17:23", - %% with output "Article 17, 23 pages", - %% - %% If articleno is missing or empty, then we should output "1--23", - %% "23" (with a warning of a missing articleno), or "17:1--17:23", - %% respectively. - - %% "DEBUG: enter reduce.pages.to.page.count " cite$ * warning$ - - %% "DEBUG: pages = [" pages * "]" * warning$ - - pages - parse.next.number 'p1 := - parse.next.number 'p2 := - parse.next.number 'p3 := - parse.next.number 'page.count := - - duplicate$ - empty.or.unknown - { } - { - duplicate$ "unexpected trailing garbage [" swap$ * - "] after n:p1--n:p2 in pages = [" * - pages * - "] in " * - cite$ * - warning$ - } - if$ - - pop$ - - %% "DEBUG: reduce.pages.to.page.count: " - %% " p1 = " p1 * * - %% " p2 = " p2 * * - %% " p3 = " p3 * * - %% " p4 = " page.count * * - %% " in " cite$ * * warning$ - - p1 p3 = p2 "1" = and numpages empty.or.unknown and - { "INFO: reduced pages = [" pages * "] to numpages = [" * page.count * "]" * warning$ } - { - numpages empty.or.unknown - { pages } - { numpages } - if$ - 'page.count := - } - if$ - - p1 "1" = p3 empty.or.unknown and numpages empty.or.unknown and - { - p2 'page.count := - "INFO: reduced pages = [" pages * "] to numpages = [" * page.count * "]" * warning$ - } - { - numpages empty.or.unknown - { pages } - { numpages } - if$ - 'page.count := - } - if$ - - %% "DEBUG: leave reduce.pages.to.page.count " cite$ * warning$ -} - -FUNCTION { new.block.checkb } -{ % issue a new.block only if at least one of top two stack strings is not empty - empty.or.unknown - swap$ empty.or.unknown - and - 'skip$ - 'new.block - if$ -} - -FUNCTION { field.or.null } -{ % convert empty value to null string, else return value - duplicate$ empty.or.unknown - { pop$ "" } - 'skip$ - if$ -} - - - -FUNCTION { emphasize } -{ % emphasize a non-empty top string on the stack - duplicate$ empty.or.unknown - { pop$ "" } - { "\emph{" swap$ * "}" * } - if$ -} - -FUNCTION { comma } -{ % convert empty string to null string, or brace string and add trailing comma - duplicate$ empty.or.unknown - { pop$ "" } - { "{" swap$ * "}," * } - if$ -} - -FUNCTION { format.names } -{ - % 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. - - 's := - #1 'nameptr := % nameptr = 1; - s num.names$ 'numnames := % numnames = num.name$(s); - numnames 'namesleft := - { namesleft #0 > } - { nameptr #1 = - %NO: BAD ORDER: {"{" s nameptr "{ff~}{ll}{, jj}{, vv}" format.name$ * "}" * 't := } - %NO: BAD ORDER: {"{" s nameptr "{ff~}{ll}{, jj}{, vv}" format.name$ * "}" * 't := } - {"\bibinfo{person}{" s nameptr "{ff }{vv }{ll}{, jj}" format.name$ * "}" * 't := } - {"\bibinfo{person}{" s nameptr "{ff }{vv }{ll}{, jj}" format.name$ * "}" * 't := } - if$ - nameptr #1 > - { - namesleft #1 > - { ", " * t * } - { - numnames #2 > - { "," * } - 'skip$ - if$ - t "\bibinfo{person}{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 { 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 > } - - { - "\bibinfo{person}{" s nameptr "{ff~}{vv~}{ll}{, jj}" format.name$ * "}" * 't := - - nameptr #1 > - { - namesleft #1 > - { ", " * t * } - { - numnames #2 > - { "," * } - 'skip$ - if$ - t "\bibinfo{person}{others}" = - { " {et~al\mbox{.}}" * } - { " {and} " * t * } - if$ - } - if$ - } - 't - if$ - nameptr #1 + 'nameptr := % nameptr += 1; - namesleft #1 - 'namesleft := % namesleft =- 1; - } - while$ -} - -FUNCTION { format.authors } -{ - author empty.or.unknown - { "" } - { - "\bibfield{author}{" - author format.names add.period$ * "}" *} % jtb: add period if none before - if$ -} - -FUNCTION { format.key } -{ - empty.or.unknown - { key field.or.null } - { "" } - if$ -} - -FUNCTION { format.no.key } -{ - empty.or.unknown - { "" } - { "" } - if$ -} - -FUNCTION { format.editors.fml } -{ - % 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. - - editor empty.or.unknown - { "" } - { - "\bibfield{editor}{" - editor format.names.fml - * "}" * - editor num.names$ #1 > - { " (Eds.)" * } - { " (Ed.)" * } - if$ - } - if$ -} - -FUNCTION { format.editors } -{ % format editor names for use in labels, last names first. - editor empty.or.unknown - { "" } - { - "\bibfield{editor}{" - editor format.names - * "}" * - editor num.names$ #1 > - { " (Eds.)." * } - { " (Ed.)." * } - if$ - } - if$ -} - -FUNCTION { format.articletitle } -{ - title empty.or.unknown - { "" } - % Use this to preserve lettercase in titles: - { "\showarticletitle{" title * "}" * } - % Use this for downcase title style: - % { \showarticletitle{" title "t" change.case$ * "}" * } - if$ -} - -FUNCTION { format.title } -{ - title empty.or.unknown - { "" } - % Use this to preserve lettercase in titles: - { "\bibinfo{title}{" title * "}" * } - % Use this for downcase title style: - % { title "t" change.case$ } - if$ -} - -FUNCTION { n.dashify } -{ - 't := - "" - { t empty.or.unknown 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.a.title.with.edition } -{ - "\bibinfo{booktitle}{" - swap$ emphasize * - edition empty.or.unknown - 'skip$ - { " (\bibinfo{edition}{" * edition "l" change.case$ * - "} ed.)" * } % jtb: no parens for ed. - if$ - "}" * -} - -FUNCTION { format.btitle } -{ title format.a.title.with.edition } - -FUNCTION { format.emphasize.booktitle } -{ booktitle format.a.title.with.edition } - -FUNCTION { format.city } -{ - % 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 - - duplicate$ empty.or.unknown - { } - { - city empty.or.unknown - { - date empty.or.unknown - { } - { " (" * date * ")" * } - if$ - } - { - date empty.or.unknown - { " (" * city * ")" * } - { " (" * city * ", " * date * ")" * } - if$ - } - if$ - } - if$ -} - -FUNCTION { tie.or.space.connect } -{ - duplicate$ text.length$ #3 < - { "~" } - { " " } - if$ - swap$ * * -} - -FUNCTION { either.or.check } -{ - empty.or.unknown - 'pop$ - { "can't use both " swap$ * " fields in " * cite$ * warning$ } - if$ -} - -FUNCTION { format.bvolume } -{ - % jtb: If there is a series, this is added and the volume trails after it. - % jtb: Otherwise, "Vol" is Capitalized. - - volume empty.or.unknown - { "" } - { - series empty.or.unknown - { "Vol.~\bibinfo{volume}{" volume "}" * *} - { "\bibinfo{series}{" series "}, " * * - "Vol.~\bibinfo{volume}{" volume "}" * * *} - if$ - "volume and number" number either.or.check - } - if$ -} - -FUNCTION { format.bvolume.noseries } -{ - volume empty.or.unknown - { "" } - { "Vol.~\bibinfo{volume}{" volume "}" * * - "volume and number" number either.or.check - } - if$ -} - -FUNCTION { format.series } -{ - series empty.or.unknown - {""} - {" \emph{(\bibinfo{series}{" * series "})}" *} - if$ -} - -FUNCTION { format.number.series } -{ - volume empty.or.unknown - { - number empty.or.unknown - { - volume empty.or.unknown - { "" } - { - series empty.or.unknown - { "" } - { " (\bibinfo{series}{" series * "})" * } - if$ - } - if$ - } % { series field.or.null } - { - output.state mid.sentence = - { "Number" } % gnp - changed to mixed case always - { "Number" } - if$ - number tie.or.space.connect series empty.or.unknown - { "there's a number but no series in " cite$ * warning$ } - { " in \bibinfo{series}{" * series * "}" * } - if$ - } - if$ - } - { - "" - } - if$ -} - -FUNCTION { multi.page.check } -{ - 't := - #0 'multiresult := - { multiresult not - t empty.or.unknown 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.or.unknown - { "" } - { "\bibinfo{pages}{" - pages multi.page.check - { pages n.dashify } % gnp - removed () % jtb: removed pp. - { pages } - if$ - * "}" * - } - if$ -} - -FUNCTION { format.pages.check.without.articleno } -{ %% format pages field only if articleno is absent - %% Stack out: pages-specification - numpages missing$ pages missing$ and - { "page numbers missing in both pages and numpages fields in " cite$ * warning$ } - { } - if$ - - articleno empty.or.unknown eid empty.or.unknown and - { - pages missing$ - { numpages } - { format.pages } - if$ - } - { "" } - if$ -} - -FUNCTION { format.pages.check } -{ - pages empty.or.unknown - { "page numbers missing in " cite$ * warning$ "" } - { pages n.dashify } - if$ -} - -FUNCTION { format.bookpages } -{ - bookpages empty.or.unknown - { "" } - { bookpages "book pages" tie.or.space.connect } - if$ -} - -FUNCTION { format.named.pages } -{ - pages empty.or.unknown - { "" } - { format.pages "pages" tie.or.space.connect } - if$ -} - -% -% Changed by Boris Veytsman, 2011-03-13 -% Now the word "pages" is printed even if -% there field pages is not empty. -% - -FUNCTION { format.page.count } -{ - page.count empty.or.unknown - { "" } - { "\bibinfo{numpages}{" page.count * "}~pages" * } - if$ -} - -FUNCTION { format.articleno.numpages } -{ - %% There are seven possible outputs, depending on which fields are set. - %% - %% These four are handled here: - %% - %% articleno, numpages, pages -> "Article articleno-value, numpages-value pages" - %% articleno, numpages -> "Article articleno-value, numpages-value pages" - %% articleno, pages -> "Article articleno-value, reduced-pages-value pages" - %% articleno -> "Article articleno-value" and warn about missing numpages - %% - %% The remaining three have already been handled by - %% format.pages.check.without.articleno: - %% - %% numpages, pages -> "pages-value" - %% numpages -> "numpages-value" - %% pages -> "pages-value" - %% - %% We no longer issue warninig when missing articleno, but having numpages - - articleno empty.or.unknown eid empty.or.unknown and - { -%% numpages empty.or.unknown -%% { } -%% { "numpages field, but no articleno or eid field, in " -%% cite$ * warning$ } -%% if$ - "" - } - { - numpages empty.or.unknown - { - pages empty.or.unknown - { - "articleno or eid, but no pages or numpages field in " - cite$ * warning$ - "" 'page.count := - } - { reduce.pages.to.page.count } - if$ - } - { numpages 'page.count := } - if$ - - %% The Article number is now handled in format.day.month.year because - %% ACM prefers the style "Digital Libraries 12, 3, Article 5 (July 2008)" - %% over "Digital Libraries 12, 3 (July 2008), Article 5" - %% format.articleno output - format.page.count - } - if$ -} - -FUNCTION {calc.format.page.count} -{ - numpages empty.or.unknown - { - pages empty.or.unknown - { - "" 'page.count := - } - { reduce.pages.to.page.count } - if$ - } - { numpages 'page.count := } - if$ - format.page.count -} - - -FUNCTION { journal.canon.abbrev } -{ - % Returns a canonical abbreviation for 'journal', or else 'journal' - % unchanged. - journal "ACM Computing Surveys" = { "Comput. Surveys" } { - journal "{ACM} Computing Surveys" = { "Comput. Surveys" } { - journal "ACM Transactions on Mathematical Software" = { "ACM Trans. Math. Software" } { - journal "{ACM} Transactions on Mathematical Software" = { "ACM Trans. Math. Software" } { - journal "ACM SIGNUM Newsletter" = { "ACM SIGNUM Newslett." } { - journal "ACM {SIGNUM} Newsletter" = { "ACM SIGNUM Newslett." } { - journal "{ACM} SIGNUM Newsletter" = { "ACM SIGNUM Newslett." } { - journal "{ACM} {SIGNUM} Newsletter" = { "ACM SIGNUM Newslett." } { - journal "American Journal of Sociology" = { "Amer. J. Sociology" } { - journal "American Mathematical Monthly" = { "Amer. Math. Monthly" } { - journal "American Mathematical Society Translations" = { "Amer. Math. Soc. Transl." } { - journal "Applied Mathematics and Computation" = { "Appl. Math. Comput." } { - journal "British Journal of Mathematical and Statistical Psychology" = { "Brit. J. Math. Statist. Psych." } { - journal "Bulletin of the American Mathematical Society" = { "Bull. Amer. Math. Soc." } { - journal "Canadian Mathematical Bulletin" = { "Canad. Math. Bull." } { - journal "Communications of the ACM" = { "Commun. ACM" } { - journal "Communications of the {ACM}" = { "Commun. ACM" } { - journal "Computers and Structures" = { "Comput. \& Structures" } { - journal "Contemporary Mathematics" = { "Contemp. Math." } { - journal "Crelle's Journal" = { "Crelle's J." } { - journal "Giornale di Mathematiche" = { "Giorn. Mat." } { - journal "IEEE Transactions on Aerospace and Electronic Systems" = { "IEEE Trans. Aerospace Electron. Systems" } { - journal "{IEEE} Transactions on Aerospace and Electronic Systems" = { "IEEE Trans. Aerospace Electron. Systems" } { - journal "IEEE Transactions on Automatic Control" = { "IEEE Trans. Automat. Control" } { - journal "{IEEE} Transactions on Automatic Control" = { "IEEE Trans. Automat. Control" } { - journal "IEEE Transactions on Computers" = { "IEEE Trans. Comput." } { - journal "{IEEE} Transactions on Computers" = { "IEEE Trans. Comput." } { - journal "IMA Journal of Numerical Analysis" = { "IMA J. Numer. Anal." } { - journal "{IMA} Journal of Numerical Analysis" = { "IMA J. Numer. Anal." } { - journal "Information Processing Letters" = { "Inform. Process. Lett." } { - journal "International Journal for Numerical Methods in Engineering" = { "Internat. J. Numer. Methods Engrg." } { - journal "International Journal of Control" = { "Internat. J. Control" } { - journal "International Journal of Supercomputing Applications" = { "Internat. J. Supercomputing Applic." } { - journal "Journal of Computational Physics" = { "J. Comput. Phys." } { - journal "Journal of Computational and Applied Mathematics" = { "J. Comput. Appl. Math." } { - journal "Journal of Computer and System Sciences" = { "J. Comput. System Sci." } { - journal "Journal of Mathematical Analysis and Applications" = { "J. Math. Anal. Appl." } { - journal "Journal of Mathematical Physics" = { "J. Math. Phys." } { - journal "Journal of Parallel and Distributed Computing" = { "J. Parallel and Distrib. Comput." } { - journal "Journal of Research of the National Bureau of Standards" = { "J. Res. Nat. Bur. Standards" } { - journal "Journal of VLSI and Computer Systems" = { "J. VLSI Comput. Syst." } { - journal "Journal of {VLSI} and Computer Systems" = { "J. VLSI Comput. Syst." } { - journal "Journal of the ACM" = { "J. ACM" } { - journal "Journal of the American Statistical Association" = { "J. Amer. Statist. Assoc." } { - journal "Journal of the Institute of Mathematics and its Applications" = { "J. Inst. Math. Appl." } { - journal "Journal of the Society for Industrial and Applied Mathematics" = { "J. Soc. Indust. Appl. Math." } { - journal "Journal of the Society for Industrial and Applied Mathematics, Series B, Numerical Analysis" = { "J. Soc. Indust. Appl. Math. Ser. B Numer. Anal." } { - journal "Linear Algebra and its Applications" = { "Linear Algebra Appl." } { - journal "Mathematica Scandinavica" = { "Math. Scand." } { - journal "Mathematical Tables and Other Aids to Computation" = { "Math. Tables Aids Comput." } { - journal "Mathematics of Computation" = { "Math. Comp." } { - journal "Mathematische Annalen" = { "Math. Ann." } { - journal "Numerische Mathematik" = { "Numer. Math." } { - journal "Pacific Journal of Mathematics" = { "Pacific J. Math." } { - journal "Parallel Computing" = { "Parallel Comput." } { - journal "Philosophical Magazine" = { "Philos. Mag." } { - journal "Proceedings of the American Mathematical Society" = { "Proc. Amer. Math. Soc." } { - journal "Proceedings of the IEEE" = { "Proc. IEEE" } { - journal "Proceedings of the {IEEE}" = { "Proc. IEEE" } { - journal "Proceedings of the National Academy of Sciences of the USA" = { "Proc. Nat. Acad. Sci. U. S. A." } { - journal "Quarterly Journal of Mathematics, Oxford, Series (2)" = { "Quart. J. Math. Oxford Ser. (2)" } { - journal "Quarterly of Applied Mathematics" = { "Quart. Appl. Math." } { - journal "Review of the International Statisical Institute" = { "Rev. Inst. Internat. Statist." } { - journal "SIAM Journal on Algebraic and Discrete Methods" = { "SIAM J. Algebraic Discrete Methods" } { - journal "{SIAM} Journal on Algebraic and Discrete Methods" = { "SIAM J. Algebraic Discrete Methods" } { - journal "SIAM Journal on Applied Mathematics" = { "SIAM J. Appl. Math." } { - journal "{SIAM} Journal on Applied Mathematics" = { "SIAM J. Appl. Math." } { - journal "SIAM Journal on Computing" = { "SIAM J. Comput." } { - journal "{SIAM} Journal on Computing" = { "SIAM J. Comput." } { - journal "SIAM Journal on Matrix Analysis and Applications" = { "SIAM J. Matrix Anal. Appl." } { - journal "{SIAM} Journal on Matrix Analysis and Applications" = { "SIAM J. Matrix Anal. Appl." } { - journal "SIAM Journal on Numerical Analysis" = { "SIAM J. Numer. Anal." } { - journal "{SIAM} Journal on Numerical Analysis" = { "SIAM J. Numer. Anal." } { - journal "SIAM Journal on Scientific and Statistical Computing" = { "SIAM J. Sci. Statist. Comput." } { - journal "{SIAM} Journal on Scientific and Statistical Computing" = { "SIAM J. Sci. Statist. Comput." } { - journal "SIAM Review" = { "SIAM Rev." } { - journal "{SIAM} Review" = { "SIAM Rev." } { - journal "Software Practice and Experience" = { "Software Prac. Experience" } { - journal "Statistical Science" = { "Statist. Sci." } { - journal "The Computer Journal" = { "Comput. J." } { - journal "Transactions of the American Mathematical Society" = { "Trans. Amer. Math. Soc." } { - journal "USSR Computational Mathematics and Mathematical Physics" = { "U. S. S. R. Comput. Math. and Math. Phys." } { - journal "{USSR} Computational Mathematics and Mathematical Physics" = { "U. S. S. R. Comput. Math. and Math. Phys." } { - journal "Zeitschrift fur Angewandte Mathematik und Mechanik" = { "Z. Angew. Math. Mech." } { - journal "Zeitschrift fur Angewandte Mathematik und Physik" = { "Z. Angew. Math. Phys." } { - journal - } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ - } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ - } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ - } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ - } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ - } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ - } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ - } if$ } if$ } if$ } if$ } if$ } if$ } if$ } if$ -} - -FUNCTION { format.journal.volume.number.day.month.year } -{ - % By Young (and Spencer) - % GNP - fixed bugs with missing volume, number, and/or pages - % - % Format journal, volume, number, pages for article types. - % - journal empty.or.unknown - { "no journal in " cite$ * warning$ "" } - { "\bibinfo{journal}{" - journal.canon.abbrev emphasize * - "}" * } - if$ - - number empty.or.unknown - { - volume empty.or.unknown - { "no number and no volume in " cite$ * warning$ "" * } - { " " * " \bibinfo{volume}{" * volume * "}" * } - if$ - } - { - volume empty.or.unknown - { - "unusual to have number, but no volume, for " cite$ * warning$ - " \bibinfo{number}{" * number * "}" * - } - { " \bibinfo{volume}{" * volume * "}, \bibinfo{number}{" * - number * "}" *} - if$ - } - if$ - after.block 'output.state := - - % Sometimes proceedings are published in journals - % In this case we do not want to put year, day and month here - - type$ "inproceedings" = - { } - {format.day.month.year * } - if$ -} - -FUNCTION { format.chapter.pages } -{ - chapter empty.or.unknown - 'format.pages - { type empty.or.unknown - { "Chapter" } % gnp - changed to mixed case - { type "t" change.case$ } - if$ - chapter tie.or.space.connect - pages empty.or.unknown - {"page numbers missing in " cite$ * warning$} % gnp - added check - { ", " * format.pages * } - if$ - } - if$ -} - -FUNCTION { format.in.emphasize.booktitle } -{ % jtb: format for collections or proceedings not appearing in a journal - booktitle empty.or.unknown - { "" } - { "In " format.emphasize.booktitle * } - if$ -} - -FUNCTION { format.in.booktitle } -{ % jtb: format for proceedings appearing in a journal - booktitle empty.or.unknown - { "" } - { "In \bibinfo{booktitle}{" booktitle * "}" * } - if$ -} - -FUNCTION { format.in.ed.booktitle } -{ - booktitle empty.or.unknown - { "" } - { editor empty.or.unknown - { "In " format.emphasize.booktitle * } - % jtb: swapped editor location - { "In " format.emphasize.booktitle * ", " * format.editors.fml * } - if$ - } - if$ -} - -FUNCTION { format.thesis.type } -{ % call with default type on stack top - type empty.or.unknown - 'skip$ % use default type - { - pop$ % discard default type - % NO: it is silly to have to brace protect every degree type!: type "t" change.case$ - type - } - if$ -} - -FUNCTION { format.tr.number } -{ - "\bibinfo{type}{" - type empty.or.unknown - { "{T}echnical {R}eport" } - 'type - if$ - "}" * * - number empty.or.unknown - { "t" change.case$ } - %% LOOKS BAD: { "." * number tie.or.space.connect } - %% Prefer "Research report RJ687." to "Research report. RJ687." - { number tie.or.space.connect } - if$ -} - -FUNCTION { format.advisor } -{ - advisor empty.or.unknown - { "" } - { "Advisor(s) " advisor * } - 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.or.unknown - { "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.or.unknown - editor field.or.null author field.or.null = - or - { key empty.or.unknown - { series empty.or.unknown - { "need editor, key, or series for " cite$ * " to crossref " * - crossref * warning$ - "" * - } - { series emphasize * } - if$ - } - { key * } - if$ - } - { format.crossref.editor * } - if$ - " \citeN{" * crossref * "}" * -} - -FUNCTION { format.incoll.inproc.crossref } -{ "See" - " \citeN{" * crossref * "}" * -} - -FUNCTION { format.lab.names } -{ - % 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. - - '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.or.unknown - { key empty.or.unknown - { "no key, author in " cite$ * warning$ - cite$ #1 #3 substring$ } - 'key - if$ - } - { author format.lab.names } - if$ -} - -FUNCTION { editor.key.organization.label } -{ % added - gnp. Provide label formatting by organization if editor is null. - editor empty.or.unknown - { organization empty.or.unknown - { key empty.or.unknown - { "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.or.unknown - { editor empty.or.unknown - { key empty.or.unknown - { "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 { author.editor.key.organization.label } -{ % added - gnp. Provide label formatting by organization if author is null. - author empty.or.unknown - { editor empty.or.unknown - { organization empty.or.unknown - { key empty.or.unknown - { "no key, author, editor or organization in " cite$ * warning$ - cite$ #1 #3 substring$ } - 'key - if$ - } - { organization } - if$ - } - { editor format.lab.names } - if$ - } - { author format.lab.names } - if$ -} - -% Calculate label and leave it on stack -FUNCTION { calc.basic.label } -{ - type$ "book" = - type$ "inbook" = - or - type$ "article" = - or - 'author.editor.key.label - { type$ "proceedings" = - type$ "periodical" = - or - 'editor.key.organization.label - { type$ "manual" = - 'author.editor.key.organization.label - 'author.key.label - if$ - } - if$ - } - if$ - duplicate$ - year empty.or.unknown - { "[n. d.]" } - { year field.or.null purify$ #-1 #4 substring$} - if$ - * - 'basic.label.year := -} - -FUNCTION { calc.label } -{ - % Changed - GNP. See also author.editor.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. - - calc.basic.label - - author empty.or.unknown % generate the full label citation information. - { - editor empty.or.unknown - { - organization empty.or.unknown - { - key empty.or.unknown - { - "no author, editor, organization, or key in " cite$ * warning$ - "??" - } - { key } - if$ - } - { 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 empty.or.unknown - { "[n. d.]" } - { year field.or.null purify$ #-1 #4 substring$} - if$ - 'label.year := -} - - -FUNCTION { output.bibitem } -{ - newline$ - "\bibitem[\protect\citeauthoryear{" write$ - calc.label write$ - sort.year write$ - "}]%" writeln - " {" write$ - cite$ write$ - "}" writeln - "" - before.all 'output.state := -} - - -FUNCTION { output.issue.doi.coden.isxn.lccn.url.eprint } -{ % enter and return with stack empty - %% We switch now from buffered output to output of complete lines, so - %% that the Issue .. URL data have their own lines, and are less likely - %% to be line-wrapped by BibTeX's short-sighted algorithm, which wraps - %% lines longer than 79 characters, backtracking to what it thinks is - %% a break point in the string. Any such wrapping MUST be undone to - %% prevent percent-newline from appearing in DOIs and URLs. The - %% output data are intentionally wrapped in \showxxx{} macros at - %% beginning of line, and that supply their own punctuation (if they - %% are not defined to suppress output entirely), to make it easier for - %% other software to recover them from .bbl files. - %% - %% It also makes it possible to later change the macro definitions - %% to suppress particular output values, or alter their appearance. - %% - %% Note that it is possible for theses, technical reports, and - %% manuals to have ISBNs, and anything that has an ISBN may also - %% have an ISSN. When there are no values for these keys, there - %% is no output generated for them here. - - "\newblock" writeln - after.block 'output.state := - - output.issue - output.isbn - output.coden % CODEN is functionally like ISSN, so output them sequentially - output.issn - output.lccn - output.doi % DOI is ALWAYS last according to CrossRef DOI documentation - output.eprint - output.url % but ACM wants URL last -} - -FUNCTION { output.issue.doi.coden.isxn.lccn.url.eprint.note } -{ % enter with stack empty, return with empty string on stack - output.issue.doi.coden.isxn.lccn.url.eprint - note empty.or.unknown - { } - { - "\newblock" writeln - output.note - } - if$ - "" -} - -FUNCTION { output.issue.doi.coden.isxn.lccn.url.eprint.note.check } -{ % enter with stack empty, return with empty string on stack - output.issue.doi.coden.isxn.lccn.url.eprint - note empty.or.unknown - { } - { - "\newblock" writeln - output.note.check - } - if$ - "" -} - -FUNCTION { article } -{ - output.bibitem - - author empty.or.unknown - { - editor empty.or.unknown - { "neither author and editor supplied for " cite$ * warning$ } - { format.editors "editor" output.check } - if$ - } - { format.authors "author" output.check } - if$ - - author format.no.key output % added - output.year.check % added - new.block - format.articletitle "title" output.check - new.block - howpublished empty.or.unknown - { } - { "\bibinfo{howpublished}{" howpublished "}" * * output } - if$ - - crossref missing$ - { format.journal.volume.number.day.month.year output} - { - "cross reference in @Article{...} is unusual" warning$ - format.article.crossref output.nonnull - } - if$ - - format.pages.check.without.articleno output - format.articleno.numpages output - fin.block - output.issue.doi.coden.isxn.lccn.url.eprint.note - fin.entry -} - -FUNCTION { book } -{ - output.bibitem - author empty.or.unknown - { 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" bibinfo.output.check - address "address" bibinfo.output.check % jtb: require address - fin.sentence - pages empty.or.unknown - { format.bookpages } % use bookpages when pages empty - { format.pages.check "pages" tie.or.space.connect } - if$ - output - } - { new.block - format.book.crossref output.nonnull - } - if$ - fin.block - output.issue.doi.coden.isxn.lccn.url.eprint.note - 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 empty.or.unknown - { } - { "\bibinfo{howpublished}{" howpublished "}" * * output } - if$ - address output - fin.block - output.issue.doi.coden.isxn.lccn.url.eprint.note - fin.entry -} - -FUNCTION { inbook } -{ - output.bibitem - author empty.or.unknown - { 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" bibinfo.output.check - address "address" bibinfo.output.check % jtb: require address - format.bookpages output - format.chapter.pages - "chapter and pages" output.check % jtb: moved from before publisher - } - { - format.bookpages output - format.chapter.pages "chapter and pages" output.check - new.block - format.book.crossref output.nonnull - } - if$ - fin.block - output.issue.doi.coden.isxn.lccn.url.eprint.note - fin.entry -} - -FUNCTION { incollection } -{ - output.bibitem - format.authors "author" output.check - author format.key output % added - output.year.check % added - new.block - format.articletitle "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" bibinfo.output.check - address "address" bibinfo.output.check % jtb: require address - format.bookpages output - 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$ - fin.block - output.issue.doi.coden.isxn.lccn.url.eprint.note - fin.entry -} - -FUNCTION { inproceedings } -{ - output.bibitem - format.authors "author" output.check - author format.key output % added - output.year.check % added - new.block - format.articletitle "title" output.check - howpublished empty.or.unknown - { } - { "\bibinfo{howpublished}{" howpublished "}" * * output.dot.space } - if$ - crossref missing$ - { - journal missing$ % jtb: proceedings appearing in journals - { format.in.emphasize.booktitle format.city "booktitle" output.check.dot.space - format.series output.removenospace - format.editors.fml output % BV 2011/09/27 Moved dot to comma - format.bvolume.noseries output - new.sentence - organization output - publisher "publisher" bibinfo.output.check % jtb: require publisher (?) - address "address" bibinfo.output.check % jtb: require address - format.bookpages output - } - { - format.in.booktitle format.city "booktitle" output.check - format.editors.fml output - new.sentence - format.journal.volume.number.day.month.year output - } - if$ - format.articleno output - format.pages.check.without.articleno output - } - { - format.incoll.inproc.crossref output.nonnull - format.articleno output - format.pages.check.without.articleno output - } - if$ - format.articleno.numpages output - fin.block - output.issue.doi.coden.isxn.lccn.url.eprint.note - fin.entry -} - -FUNCTION { conference } { inproceedings } - -FUNCTION { manual } -{ - output.bibitem - author empty.or.unknown - { editor empty.or.unknown - { 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 - fin.block - output.issue.doi.coden.isxn.lccn.url.eprint.note - fin.entry -} - -FUNCTION { mastersthesis } -{ - output.bibitem - format.authors "author" output.check - author format.key output % added - output.year.check % added - new.block - format.title emphasize "title" output.check % NB: ACM style requires emphasized thesis title - new.block - "\bibinfo{thesistype}{Master's\ thesis}" format.thesis.type output - new.sentence - school "school" bibinfo.output.check - address empty.or.unknown - { } - { "\bibinfo{address}{" address * "}" * output } - if$ - new.block - format.advisor output - fin.block - output.issue.doi.coden.isxn.lccn.url.eprint.note - fin.entry -} - -FUNCTION { misc } -{ - output.bibitem - format.authors "author" output.check - author format.key output % added - output.year.check % added - title howpublished new.block.checkb - format.title output - new.block - howpublished empty.or.unknown - { } - { "\bibinfo{howpublished}{" howpublished "}" * * output } - if$ - "" output.nonnull.dot.space - calc.format.page.count output - fin.block - output.issue.doi.coden.isxn.lccn.url.eprint.note - fin.entry -} - -FUNCTION { online } { misc } - -FUNCTION { game } { misc } - - -FUNCTION { phdthesis } -{ - output.bibitem - format.authors "author" output.check - author format.key output % added - output.year.check % added - new.block - format.title emphasize "title" output.check % NB: ACM style requires emphasized thesis title - new.block - "\bibinfo{thesistype}{Ph.D. Dissertation}" format.thesis.type output - new.sentence - school "school" bibinfo.output.check - address empty.or.unknown - { } - { "\bibinfo{address}{" address * "}" * output } - if$ - new.block - format.advisor output - fin.block - output.issue.doi.coden.isxn.lccn.url.eprint.note - fin.entry -} - -FUNCTION {format.date} -{ year empty.or.unknown - { month empty.or.unknown - { - "" % output empty date if year/month both empty - day empty.or.unknown - { } - { "there's a day but no month or year in " cite$ * warning$ } - if$ - } - { "there's a month but no year in " cite$ * warning$ - month - day empty.or.unknown - { } - { " " * day * } - if$ - } - if$ - } - { month empty.or.unknown - { - year % output only year if month empty - day empty.or.unknown - { } - { "there's a day and year but no month in " cite$ * warning$ } - if$ - } - { - month " " * - day empty.or.unknown - { } - { day * ", " * } - if$ - year * - } - if$ - } - if$ -} - -FUNCTION {new.block.checka} -{ - empty.or.unknown - 'skip$ - 'new.block - if$ -} - -FUNCTION { periodical } -{ - output.bibitem - editor empty.or.unknown - { organization output } - { format.editors output.nonnull } - if$ - new.block - output.year.check - new.sentence - format.articletitle "title" output.check - format.journal.volume.number.day.month.year output - calc.format.page.count output - fin.entry -} - -FUNCTION { proceedings } -{ - output.bibitem - editor empty.or.unknown - { 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 empty.or.unknown - { } - { "\bibinfo{publisher}{" publisher * "}" * output } - if$ - address empty.or.unknown - { } - { "\bibinfo{address}{" address * "}" * output } - if$ - fin.block - output.issue.doi.coden.isxn.lccn.url.eprint.note - fin.entry -} - -FUNCTION { collection } { proceedings } - -FUNCTION { techreport } -{ - output.bibitem - format.authors "author" output.check - author format.key output % added - output.year.check % added - new.block - format.btitle "title" output.check - new.block -% format.tr.number output % jtb: moved month ... - format.tr.number output new.sentence % Gerry - need dot 2011/09/28 - institution "institution" bibinfo.output.check - address empty.or.unknown - { } - { "\bibinfo{address}{" address "}" * * output } - if$ - new.sentence - format.named.pages output - % ACM omits year at end in transactions style - % format.day.month.year output.nonnull.dot.space % jtb: ... to here (no parens) - fin.block - output.issue.doi.coden.isxn.lccn.url.eprint.note - 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 - fin.sentence - output.day.month.year % UTAH - calc.format.page.count output - fin.block - output.issue.doi.coden.isxn.lccn.url.eprint.note.check - fin.entry -} - -FUNCTION { default.type } { misc } - -%%% ACM journal-style month definitions: full name if 1--5 letters, else -%%% abbreviation of 3 or 4 characters and a dot - -MACRO {jan} {"Jan."} - -MACRO {feb} {"Feb."} - -MACRO {mar} {"March"} - -MACRO {apr} {"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."} - - - -READ - -FUNCTION { sortify } -{ - purify$ - "l" change.case$ -} - -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.or.unknown - { key empty.or.unknown - { "to sort, need author or key in " cite$ * warning$ - "" } - { key sortify } - if$ - } - { author sort.format.names } - if$ -} - -FUNCTION { author.editor.sort } -{ - author empty.or.unknown - { - editor empty.or.unknown - { - key empty.or.unknown - { "to sort, need author, editor, or key in " cite$ * warning$ - "" - } - { key sortify } - if$ - } - { editor sort.format.names } - 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.or.unknown - { organization empty.or.unknown - { key empty.or.unknown - { "to sort, need editor, organization, or key in " cite$ * warning$ - "" - } - { key sortify } - if$ - } - { organization sortify } - if$ - } - { editor sort.format.names } - if$ -} - -FUNCTION { author.editor.organization.sort } -{ - % added - GNP. Stack author or organization for sorting (from alpha.bst). - % Unlike alpha.bst, we need entire names, not abbreviations - - author empty.or.unknown - { - editor empty.or.unknown - { organization empty.or.unknown - { key empty.or.unknown - { "to sort, need author, editor, or key in " cite$ * warning$ - "" - } - { key sortify } - if$ - } - { organization sortify } - if$ - } - { editor sort.format.names } - if$ - } - { author 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 - basic.label.year - swap$ - " " - swap$ - * * - " " - * - sortify - year field.or.null purify$ #-1 #4 substring$ * % add year - " " - * - type$ "book" = - type$ "inbook" = - or - type$ "article" = - or - 'author.editor.sort - { type$ "proceedings" = - type$ "periodical" = - or - 'editor.organization.sort - { type$ "manual" = - 'author.editor.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 - -% From plainnat.bst -STRINGS { longest.label } - -INTEGERS { longest.label.width number.label } - -FUNCTION {initialize.longest.label} -{ "" 'longest.label := - #0 int.to.chr$ 'last.label := - "" 'next.extra := - #0 'longest.label.width := - #0 'last.extra.num := - #0 'number.label := -} - - - -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.basic.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.basic.label year field.or.null purify$ #-1 #4 substring$ * % add year - #1 entry.max$ substring$ 'last.label := % assign to last.label - } - if$ - number.label #1 + 'number.label := -} - -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} -EXECUTE {initialize.longest.label} - - -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 } -{ - %% Set to #0 show 13-digit ISBN in preference to 10-digit ISBN. - %% Set to #1 to show both 10-digit and 13-digit ISBNs. - #1 'show-isbn-10-and-13 := - - "%%% -*-BibTeX-*-" writeln - "%%% Do NOT edit. File created by BibTeX with style" writeln - "%%% ACM-Reference-Format-Journals [18-Jan-2012]." writeln - "" writeln - - preamble$ empty.or.unknown - 'skip$ - { preamble$ writeln } - if$ - "\begin{thebibliography}{" number.label int.to.str$ * "}" * writeln - "" writeln - "%%% ====================================================================" writeln - "%%% NOTE TO THE USER: you can override these defaults by providing" writeln - "%%% customized versions of any of these macros before the \bibliography" writeln - "%%% command. Each of them MUST provide its own final punctuation," writeln - "%%% except for \shownote{}, \showDOI{}, and \showURL{}. The latter two" writeln - "%%% do not use final punctuation, in order to avoid confusing it with" writeln - "%%% the Web address." writeln - "%%%" writeln - "%%% To suppress output of a particular field, define its macro to expand" writeln - "%%% to an empty string, or better, \unskip, like this:" writeln - "%%%" writeln - "%%% \newcommand{\showDOI}[1]{\unskip} % LaTeX syntax" writeln - "%%%" writeln - "%%% \def \showDOI #1{\unskip} % plain TeX syntax" writeln - "%%%" writeln - "%%% ====================================================================" writeln - "" writeln - - %% ACM publications do not use CODEN, ISSN, and LCCN data, so their default - %% macro wrappers expand to \unskip, discarding their values and unwanted - %% space. - %% - %% For other publications, prior definitions like these may be useful: - %% - %% Plain TeX: - %% \def \showCODEN #1{CODEN #1.} - %% \def \showISSN #1{ISSN #1.} - %% \def \showLCCN #1{LCCN #1.} - %% - %% LaTeX: - %% \newcommand{\showCODEN}[1]{CODEN #1.} - %% \newcommand{\showISSN}[1]#1{ISSN #1.} - %% \newcommand{\showLCCN}[1]{LCCN #1.} - - "\ifx \showCODEN \undefined \def \showCODEN #1{\unskip} \fi" writeln - "\ifx \showDOI \undefined \def \showDOI #1{#1}\fi" writeln - % ACM styles omit ISBNs, but they can be included by suitable definitions of - % \showISBNx and \showISBNxiii before the .bbl file is read - "\ifx \showISBNx \undefined \def \showISBNx #1{\unskip} \fi" writeln - "\ifx \showISBNxiii \undefined \def \showISBNxiii #1{\unskip} \fi" writeln - "\ifx \showISSN \undefined \def \showISSN #1{\unskip} \fi" writeln - "\ifx \showLCCN \undefined \def \showLCCN #1{\unskip} \fi" writeln - "\ifx \shownote \undefined \def \shownote #1{#1} \fi" writeln % NB: final period supplied by add.period$ above - "\ifx \showarticletitle \undefined \def \showarticletitle #1{#1} \fi" writeln - "\ifx \showURL \undefined \def \showURL {\relax} \fi" writeln - "% The following commands are used for tagged output and should be " writeln - "% invisible to TeX" writeln - "\providecommand\bibfield[2]{#2}" writeln - "\providecommand\bibinfo[2]{#2}" writeln - "\providecommand\natexlab[1]{#1}" writeln - "\providecommand\showeprint[2][]{arXiv:#2}" writeln -} - -EXECUTE {begin.bib} - -EXECUTE {init.state.consts} - -ITERATE {call.type$} - -FUNCTION { end.bib } -{ - newline$ - "\end{thebibliography}" - writeln -} - -EXECUTE {end.bib} diff --git a/paper/Makefile b/paper/Makefile deleted file mode 100644 index e415d253228d6c7c7d63f6bc5584e0078773837e..0000000000000000000000000000000000000000 --- a/paper/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -all: images/gps.pdf - pdflatex main.tex - bibtex main - pdflatex main.tex - pdflatex main.tex - rm -f main.aux main.bbl main.blg main.log main.out - -gpsfig: - cd images && xelatex gps.tex - rm -f images/gps.aux - rm -f images/gps.log - diff --git a/paper/data/exp_biketrace.csv b/paper/data/exp_biketrace.csv deleted file mode 100644 index 765bde642a084b13e05c4abf223e0dad79a6e9eb..0000000000000000000000000000000000000000 --- a/paper/data/exp_biketrace.csv +++ /dev/null @@ -1,202 +0,0 @@ -56004,7137.1 -56007,7128.3 -56008,7117.2 -56011,7109.4 -56012,7099.4 -56014,7090.7 -56016,7079.7 -56018,7071.6 -56019,7059.8 -56021,7050.1 -56024,7040.5 -56025,7029.7 -56027,7018.7 -56030,7007.2 -56032,6996.1 -56033,6987.2 -56035,6976.8 -56037,6966.1 -56037,6956.9 -56038,6946.6 -56038,6936.5 -56039,6927.1 -56039,6917.8 -56039,6907.1 -56039,6897.4 -56039,6888.2 -56039,6878.7 -56039,6868.9 -56036,6860 -56034,6851 -56032,6842.1 -56028,6832.4 -56026,6823.8 -56023,6814.8 -56020,6805.9 -56018,6797.3 -56015,6789.2 -56013,6781.5 -56011,6772 -56010,6764.2 -56009,6757.3 -56007,6750.5 -56002,6747.4 -55996,6744 -55990,6742.6 -55983,6745.5 -55977,6748.7 -55969,6752.5 -55961,6754.9 -55954,6758.7 -55947,6761.5 -55940,6764.4 -55932,6767.7 -55926,6769.8 -55919,6772.6 -55913,6776 -55906,6779.3 -55899,6781.4 -55892,6785 -55886,6789.3 -55880,6790 -55875,6792.1 -55869,6795.3 -55862,6797.9 -55855,6800.1 -55850,6802.8 -55844,6804.8 -55838,6808.8 -55832,6812 -55827,6814.9 -55821,6818.6 -55813,6822.7 -55806,6826.8 -55800,6830.5 -55793,6834.4 -55786,6838.5 -55780,6842.2 -55773,6846.3 -55765,6850.6 -55758,6855.2 -55750,6859.3 -55743,6863.2 -55736,6866.7 -55727,6871.3 -55719,6875.5 -55712,6880 -55704,6885 -55696,6889.3 -55687,6893.3 -55679,6896.9 -55670,6899 -55660,6900 -55651,6900.5 -55641,6900.9 -55631,6899.6 -55621,6898.9 -55611,6897.2 -55600,6895.9 -55592,6894.7 -55583,6894.1 -55572,6893.3 -55564,6893 -55557,6891.7 -55548,6891.6 -55540,6891 -55530,6890.6 -55521,6890.4 -55513,6890.3 -55507,6889.2 -55498,6889 -55491,6889.5 -55482,6890.7 -55474,6891.9 -55465,6893.1 -55458,6894.6 -55449,6896.7 -55441,6900.6 -55434,6901.6 -55426,6903.9 -55417,6906.4 -55410,6909.1 -55402,6911.8 -55394,6915 -55386,6917.7 -55379,6919.8 -55371,6921.9 -55363,6924.4 -55355,6926.9 -55347,6929.8 -55339,6932.2 -55331,6934.2 -55323,6935.8 -55314,6938.3 -55307,6940.3 -55300,6941.4 -55292,6943.4 -55284,6945.3 -55274,6947.9 -55267,6949.1 -55258,6951.1 -55250,6952.7 -55243,6955.6 -55234,6957.2 -55226,6958.7 -55218,6961.6 -55209,6963.3 -55202,6965.7 -55193,6967.6 -55184,6969.7 -55176,6971.4 -55167,6973.9 -55160,6974.5 -55151,6975.9 -55144,6977.7 -55136,6979.3 -55131,6980.1 -55123,6982.3 -55115,6983.3 -55109,6984.9 -55103,6986.1 -55096,6987.5 -55091,6989 -55084,6991.8 -55078,6993.9 -55072,6995 -55068,6995.5 -55063,6996 -55058,6997 -55053,6999.2 -55048,6997.4 -55043,6995.7 -55043,6990.2 -55040,6984.9 -55040,6979 -55039,6973 -55038,6967.8 -55037,6961.9 -55037,6955.1 -55036,6950.4 -55036,6945.5 -55036,6937.7 -55036,6931.3 -55035,6924.1 -55034,6917.7 -55033,6912.1 -55032,6905.7 -55032,6900.3 -55031,6893.5 -55030,6887.1 -55030,6880.9 -55029,6874.7 -55027,6868.4 -55027,6860.2 -55026,6851.9 -55025,6844.1 -55025,6836 -55025,6831.4 -55024,6826.7 -55023,6818.4 -55023,6810.6 -55022,6800.3 -55021,6792.2 diff --git a/paper/data/exp_biketraceCtl.csv b/paper/data/exp_biketraceCtl.csv deleted file mode 100644 index af8a25139ed222283d72967ea50418ce113d9efc..0000000000000000000000000000000000000000 --- a/paper/data/exp_biketraceCtl.csv +++ /dev/null @@ -1,3001 +0,0 @@ -500,1,1.4855,0,1.6536 -501,1,1.4946,0,1.6618 -502,1,1.5039,0,1.6701 -503,1,1.5132,0,1.6785 -504,1,1.5226,0,1.687 -505,1,1.5321,0,1.6955 -506,1,1.5417,0,1.7042 -507,1,1.5514,0,1.7129 -508,1,1.5612,0,1.7217 -509,1,1.571,0,1.7307 -510,1,1.581,0,1.7397 -511,1,1.591,0,1.7487 -512,1,1.6011,0,1.7579 -513,1,1.6112,0,1.7671 -514,1,1.6214,0,1.7764 -515,1,1.6317,0,1.7858 -516,1,1.6421,0,1.7953 -517,1,1.6526,0,1.8049 -518,1,1.6631,0,1.8145 -519,1,1.6737,0,1.8242 -520,1,1.6844,0,1.834 -521,1,1.6952,0,1.8439 -522,1,1.706,0,1.8539 -523,1,1.717,0,1.864 -524,1,1.728,0,1.8741 -525,1,1.7392,0,1.8844 -526,1,1.7504,0,1.8947 -527,1,1.7617,0,1.9052 -528,1,1.773,0,1.9157 -529,1,1.7845,0,1.9263 -530,1,1.7961,0,1.937 -531,1,1.8077,0,1.9478 -532,1,1.8194,0,1.9587 -533,1,1.8312,0,1.9696 -534,1,1.8431,0,1.9807 -535,1,1.8551,0,1.9918 -536,1,1.8671,0,2.003 -537,1,1.8792,0,2.0143 -538,1,1.8914,0,2.0257 -539,1,1.9037,0,2.0372 -540,1,1.916,0,2.0488 -541,1,1.9284,0,2.0604 -542,1,1.9409,0,2.0721 -543,1,1.9535,0,2.0839 -544,1,1.9661,0,2.0957 -545,1,1.9788,0,2.1077 -546,1,1.9916,0,2.1197 -547,1,2.0045,0,2.1318 -548,1,2.0174,0,2.144 -549,1,2.0304,0,2.1563 -550,1,2.0435,0,2.1687 -551,1,2.0567,0,2.1811 -552,1,2.07,0,2.1937 -553,1,2.0833,0,2.2063 -554,1,2.0967,0,2.219 -555,1,2.1102,0,2.2318 -556,1,2.1238,0,2.2447 -557,1,2.1374,0,2.2576 -558,1,2.1511,0,2.2706 -559,1,2.1649,0,2.2837 -560,1,2.1788,0,2.2969 -561,1,2.1927,0,2.3102 -562,1,2.2067,0,2.3236 -563,1,2.2209,0,2.3371 -564,1,2.235,0,2.3506 -565,1,2.2493,0,2.3642 -566,1,2.2637,0,2.378 -567,1,2.2781,0,2.3918 -568,1,2.2926,0,2.4056 -569,1,2.3072,0,2.4196 -570,1,2.3218,0,2.4336 -571,1,2.3365,0,2.4478 -572,1,2.3513,0,2.4619 -573,1,2.3661,0,2.4762 -574,1,2.381,0,2.4905 -575,1,2.396,0,2.5049 -576,1,2.411,0,2.5194 -577,1,2.4261,0,2.5339 -578,1,2.4413,0,2.5486 -579,1,2.4566,0,2.5633 -580,1,2.4719,0,2.578 -581,1,2.4873,0,2.5929 -582,1,2.5028,0,2.6079 -583,1,2.5183,0,2.6229 -584,1,2.5339,0,2.638 -585,1,2.5496,0,2.6532 -586,1,2.5654,0,2.6685 -587,1,2.5813,0,2.6838 -588,1,2.5972,0,2.6993 -589,1,2.6132,0,2.7148 -590,1,2.6292,0,2.7304 -591,1,2.6454,0,2.7461 -592,1,2.6616,0,2.7618 -593,1,2.6779,0,2.7776 -594,1,2.6943,0,2.7936 -595,1,2.7107,0,2.8096 -596,1,2.7272,0,2.8256 -597,1,1.4178,0,2.8418 -598,1,1.4256,0,2.858 -599,1,1.4335,0,2.8743 -600,1,1.4413,0,2.8906 -601,1,1.4493,0,2.9071 -602,1,1.4573,0,2.9236 -603,1,1.4654,0,2.9402 -604,1,1.4735,0,2.9568 -605,1,1.4817,0,2.9736 -606,1,1.4899,0,2.9904 -607,1,1.4983,0,3.0073 -608,1,1.5066,0,3.0242 -609,1,1.515,0,3.0412 -610,1,1.5235,0,3.0584 -611,1,1.5321,0,3.0755 -612,1,1.5407,0,3.0928 -613,1,1.5493,0,3.1101 -614,1,1.558,0,3.1275 -615,1,1.5668,0,3.145 -616,1,1.5756,0,3.1625 -617,1,1.5845,0,3.1802 -618,1,1.5935,0,3.1979 -619,1,1.6025,0,3.2157 -620,1,1.6116,0,3.2335 -621,1,1.6207,0,3.2515 -622,1,1.6299,0,3.2695 -623,1,1.6392,0,3.2876 -624,1,1.6485,0,3.3057 -625,1,1.6578,0,3.324 -626,1,1.6673,0,3.3423 -627,1,1.6767,0,3.3607 -628,1,1.6863,0,3.3791 -629,1,1.6958,0,3.3976 -630,1,1.7055,0,3.4162 -631,1,1.7152,0,3.4349 -632,1,1.7249,0,3.4536 -633,1,1.7347,0,3.4724 -634,1,1.7446,0,3.4913 -635,1,1.7545,0,3.5102 -636,1,1.7645,0,3.5293 -637,1,1.7745,0,3.5484 -638,1,1.7846,0,3.5676 -639,1,1.7948,0,3.5868 -640,1,1.805,0,3.6061 -641,1,1.8152,0,3.6255 -642,1,1.8255,0,3.6449 -643,1,1.8359,0,3.6645 -644,1,1.8463,0,3.6841 -645,1,1.8568,0,3.7037 -646,1,1.8673,0,3.7235 -647,1,1.8779,0,3.7433 -648,1,1.8885,0,3.7632 -649,1,1.8992,0,3.7831 -650,1,1.9099,0,3.8032 -651,1,1.9207,0,3.8233 -652,1,1.9316,0,3.8435 -653,1,1.9425,0,3.8637 -654,1,1.9534,0,3.884 -655,1,1.9644,0,3.9044 -656,1,1.9755,0,3.9248 -657,1,1.9866,0,3.9453 -658,1,1.9978,0,3.9659 -659,1,2.009,0,3.9866 -660,1,2.0203,0,4.0073 -661,1,2.0316,0,4.0281 -662,1,2.043,0,4.049 -663,1,2.0544,0,4.07 -664,1,2.0659,0,4.091 -665,1,2.0775,1,4.1121 -666,1,2.0891,1,4.1333 -667,1,2.1007,1,4.1545 -668,1,2.1124,1,4.1758 -669,1,2.1242,1,4.1972 -670,1,2.136,1,4.2187 -671,1,2.1478,1,4.2402 -672,1,2.1597,1,4.2617 -673,1,2.1717,1,4.2834 -674,1,2.1837,1,4.3051 -675,1,2.1957,1,4.3269 -676,1,2.2078,1,4.3487 -677,1,2.22,1,4.3707 -678,1,2.2322,1,4.3926 -679,1,2.2445,1,4.4147 -680,1,2.2568,1,4.4369 -681,1,2.2692,1,4.4591 -682,1,2.2816,1,4.4813 -683,1,2.294,1,4.5037 -684,1,2.3066,1,4.5261 -685,1,2.3191,1,4.5486 -686,1,2.3318,1,4.5711 -687,1,2.3444,1,4.5938 -688,1,2.3571,1,4.6165 -689,1,2.3699,1,4.6392 -690,1,2.3827,1,4.662 -691,1,2.3956,1,4.685 -692,1,2.4086,1,4.7079 -693,1,2.4215,1,4.731 -694,1,2.4346,1,4.7541 -695,1,2.4476,1,4.7773 -696,1,1.3776,0,1.5777 -697,1,1.3844,0,1.5843 -698,1,1.3913,0,1.591 -699,1,1.3982,0,1.5977 -700,1,1.4052,0,1.6045 -701,1,1.4123,0,1.6114 -702,1,1.4193,0,1.6183 -703,1,1.4264,0,1.6252 -704,1,1.4336,0,1.6322 -705,1,1.4408,0,1.6392 -706,1,1.448,0,1.6463 -707,1,1.4553,0,1.6535 -708,1,1.4626,0,1.6607 -709,1,1.4699,0,1.6679 -710,1,1.4773,0,1.6752 -711,1,1.4848,0,1.6826 -712,1,1.4923,0,1.69 -713,1,1.4998,0,1.6974 -714,1,1.5074,0,1.7049 -715,1,1.515,0,1.7125 -716,1,1.5227,0,1.7201 -717,1,1.5304,0,1.7277 -718,1,1.5381,0,1.7355 -719,1,1.5459,0,1.7432 -720,1,1.5537,0,1.751 -721,1,1.5616,0,1.7589 -722,1,1.5695,0,1.7668 -723,1,1.5775,0,1.7747 -724,1,1.5855,0,1.7828 -725,1,1.5935,0,1.7908 -726,1,1.6016,0,1.7989 -727,1,1.6097,0,1.8071 -728,1,1.6179,0,1.8153 -729,1,1.6261,0,1.8236 -730,1,1.6343,0,1.8319 -731,1,1.6426,0,1.8403 -732,1,1.651,0,1.8487 -733,1,1.6593,0,1.8571 -734,1,1.6677,0,1.8657 -735,1,1.6762,0,1.8742 -736,1,1.6847,0,1.8828 -737,1,1.6932,0,1.8915 -738,1,1.7018,0,1.9002 -739,1,1.7104,0,1.9089 -740,1,1.7191,0,1.9177 -741,1,1.7278,0,1.9266 -742,1,1.7365,0,1.9355 -743,1,1.7453,0,1.9445 -744,1,1.7541,0,1.9535 -745,1,1.763,0,1.9625 -746,1,1.7718,0,1.9716 -747,1,1.7808,0,1.9807 -748,1,1.7897,0,1.9899 -749,1,1.7988,0,1.9992 -750,1,1.8078,0,2.0084 -751,1,1.8169,0,2.0178 -752,1,1.826,0,2.0272 -753,1,1.8352,0,2.0366 -754,1,1.8444,0,2.0461 -755,1,1.8537,0,2.0556 -756,1,1.863,0,2.0652 -757,1,1.8723,0,2.0748 -758,1,1.8817,0,2.0844 -759,1,1.8911,0,2.0942 -760,1,1.9005,0,2.1039 -761,1,1.91,0,2.1137 -762,1,1.9195,0,2.1236 -763,1,1.9291,0,2.1335 -764,1,1.9387,0,2.1434 -765,1,1.9483,0,2.1534 -766,1,1.958,0,2.1635 -767,1,1.9677,0,2.1736 -768,1,1.9775,0,2.1837 -769,1,1.9873,0,2.1939 -770,1,1.9971,0,2.2041 -771,1,2.007,0,2.2144 -772,1,2.0169,0,2.2247 -773,1,2.0269,0,2.2351 -774,1,2.0369,0,2.2455 -775,1,2.0469,0,2.2559 -776,1,2.0569,0,2.2664 -777,1,2.067,0,2.277 -778,1,2.0772,0,2.2876 -779,1,2.0873,0,2.2982 -780,1,2.0976,0,2.3089 -781,1,2.1078,0,2.3196 -782,1,2.1181,0,2.3304 -783,1,2.1284,0,2.3412 -784,1,2.1388,0,2.3521 -785,1,2.1492,0,2.363 -786,1,2.1597,0,2.374 -787,1,2.1701,0,2.385 -788,1,2.1807,0,2.396 -789,1,2.1912,0,2.4071 -790,1,2.2018,0,2.4182 -791,1,2.2124,0,2.4294 -792,1,2.2231,0,2.4406 -793,1,2.2338,0,2.4518 -794,1,2.2445,0,2.4631 -795,1,2.2553,0,2.4745 -796,1,1.3417,0,2.4859 -797,1,1.3477,0,2.4973 -798,1,1.3538,0,2.5088 -799,1,1.3599,0,2.5203 -800,1,1.3661,0,2.5319 -801,1,1.3723,0,2.5435 -802,1,1.3785,0,2.5551 -803,1,1.3847,0,2.5668 -804,1,1.391,0,2.5786 -805,1,1.3973,0,2.5904 -806,1,1.4037,0,2.6022 -807,1,1.4101,0,2.6141 -808,1,1.4165,0,2.626 -809,1,1.423,0,2.638 -810,1,1.4294,0,2.65 -811,1,1.436,0,2.6621 -812,1,1.4425,0,2.6742 -813,1,1.4491,0,2.6863 -814,1,1.4557,0,2.6985 -815,1,1.4623,0,2.7107 -816,1,1.469,0,2.723 -817,1,1.4757,0,2.7353 -818,1,1.4825,0,2.7476 -819,1,1.4892,0,2.76 -820,1,1.496,0,2.7724 -821,1,1.5029,0,2.7849 -822,1,1.5098,0,2.7974 -823,1,1.5167,0,2.81 -824,1,1.5236,0,2.8226 -825,1,1.5306,0,2.8352 -826,1,1.5376,0,2.8479 -827,1,1.5446,0,2.8607 -828,1,1.5517,0,2.8734 -829,1,1.5588,0,2.8862 -830,1,1.5659,0,2.8991 -831,1,1.5731,0,2.912 -832,1,1.5803,0,2.9249 -833,1,1.5875,0,2.9379 -834,1,1.5948,0,2.9509 -835,1,1.6021,0,2.964 -836,1,1.6094,0,2.9771 -837,1,1.6167,0,2.9902 -838,1,1.6241,0,3.0034 -839,1,1.6315,0,3.0166 -840,1,1.639,0,3.0299 -841,1,1.6465,0,3.0432 -842,1,1.654,0,3.0565 -843,1,1.6615,0,3.0699 -844,1,1.669,0,3.0833 -845,1,1.6766,0,3.0968 -846,1,1.6842,0,3.1102 -847,1,1.6919,0,3.1238 -848,1,1.6996,0,3.1373 -849,1,1.7073,0,3.151 -850,1,1.7151,0,3.1646 -851,1,1.7228,0,3.1784 -852,1,1.7307,0,3.1921 -853,1,1.7385,0,3.2059 -854,1,1.7464,0,3.2198 -855,1,1.7543,0,3.2337 -856,1,1.7623,0,3.2476 -857,1,1.7702,0,3.2616 -858,1,1.7782,0,3.2756 -859,1,1.7863,0,3.2896 -860,1,1.7944,0,3.3037 -861,1,1.8025,0,3.3179 -862,1,1.8106,0,3.332 -863,1,1.8188,0,3.3463 -864,1,1.827,0,3.3605 -865,1,1.8352,0,3.3749 -866,1,1.8435,0,3.3892 -867,1,1.8518,0,3.4036 -868,1,1.8601,0,3.418 -869,1,1.8684,0,3.4325 -870,1,1.8768,0,3.447 -871,1,1.8852,0,3.4615 -872,1,1.8936,0,3.476 -873,1,1.9021,0,3.4906 -874,1,1.9106,0,3.5053 -875,1,1.9191,0,3.5199 -876,1,1.9276,0,3.5346 -877,1,1.9362,0,3.5494 -878,1,1.9448,0,3.5642 -879,1,1.9535,0,3.579 -880,1,1.9621,0,3.5939 -881,1,1.9708,0,3.6088 -882,1,1.9796,0,3.6238 -883,1,1.9884,0,3.6388 -884,1,1.9971,0,3.6538 -885,1,2.006,0,3.6689 -886,1,2.0148,0,3.684 -887,1,2.0237,0,3.6992 -888,1,2.0326,0,3.7144 -889,1,2.0416,0,3.7297 -890,1,2.0506,0,3.7449 -891,1,2.0596,0,3.7603 -892,1,2.0686,0,3.7756 -893,1,2.0777,0,3.791 -894,1,2.0868,0,3.8065 -895,1,2.0959,0,3.8219 -896,1,1.3072,0,3.8375 -897,1,1.3126,0,3.853 -898,1,1.3181,0,3.8686 -899,1,1.3236,0,3.8843 -900,1,1.3291,0,3.8999 -901,1,1.3346,0,3.9157 -902,1,1.3402,0,3.9314 -903,1,1.3458,0,3.9472 -904,1,1.3514,0,3.9631 -905,1,1.3571,0,3.979 -906,1,1.3628,0,3.9949 -907,1,1.3685,0,4.0109 -908,1,1.3742,0,4.0269 -909,1,1.38,0,4.0429 -910,1,1.3858,0,4.059 -911,1,1.3916,0,4.0751 -912,1,1.3974,0,4.0912 -913,1,1.4033,1,4.1074 -914,1,1.4092,1,4.1236 -915,1,1.4151,1,4.1398 -916,1,1.421,1,4.156 -917,1,1.427,1,4.1723 -918,1,1.433,1,4.1887 -919,1,1.439,1,4.205 -920,1,1.445,1,4.2214 -921,1,1.4511,1,4.2379 -922,1,1.4572,1,4.2544 -923,1,1.4634,1,4.2709 -924,1,1.4695,1,4.2875 -925,1,1.4757,1,4.3042 -926,1,1.4819,1,4.3208 -927,1,1.4882,1,4.3376 -928,1,1.4945,1,4.3543 -929,1,1.5008,1,4.3711 -930,1,1.5071,1,4.388 -931,1,1.5135,1,4.4049 -932,1,1.5199,1,4.4218 -933,1,1.5263,1,4.4388 -934,1,1.5327,1,4.4557 -935,1,1.5392,1,4.4728 -936,1,1.5457,1,4.4898 -937,1,1.5522,1,4.5069 -938,1,1.5588,1,4.5241 -939,1,1.5654,1,4.5413 -940,1,1.572,1,4.5585 -941,1,1.5786,1,4.5758 -942,1,1.5853,1,4.5931 -943,1,1.592,1,4.6104 -944,1,1.5987,1,4.6278 -945,1,1.6054,1,4.6452 -946,1,1.6122,1,4.6627 -947,1,1.619,1,4.6802 -948,1,1.6258,1,4.6977 -949,1,1.6326,1,4.7152 -950,1,1.6395,1,4.7328 -951,1,1.6464,1,4.7504 -952,1,1.6533,1,4.7681 -953,1,1.6603,1,4.7858 -954,1,1.6673,1,4.8035 -955,1,1.6743,1,4.8213 -956,1,1.6813,1,4.8392 -957,1,1.6884,1,4.857 -958,1,1.6955,1,4.875 -959,1,1.7026,1,4.8929 -960,1,1.7097,1,4.9109 -961,1,1.7169,1,4.9289 -962,1,1.7241,1,4.9469 -963,1,1.7313,1,4.965 -964,1,1.7386,1,4.9832 -965,1,1.7458,1,5.0013 -966,1,1.7531,1,5.0196 -967,1,1.7605,1,5.0378 -968,1,1.7678,1,5.0561 -969,1,1.7752,1,5.0744 -970,1,1.7826,1,5.0928 -971,1,1.7901,1,5.1112 -972,1,1.7976,1,5.1297 -973,1,1.805,1,5.1482 -974,1,1.8126,1,5.1667 -975,1,1.8201,1,5.1853 -976,1,1.8277,1,5.2038 -977,1,1.8353,1,5.2224 -978,1,1.8429,1,5.2411 -979,1,1.8505,1,5.2598 -980,1,1.8582,1,5.2786 -981,1,1.866,1,5.2974 -982,1,1.8737,1,5.3163 -983,1,1.8815,1,5.3352 -984,1,1.8893,1,5.3541 -985,1,1.8972,1,5.3731 -986,1,1.905,1,5.3921 -987,1,1.9129,1,5.4112 -988,1,1.9208,1,5.4303 -989,1,1.9287,1,5.4493 -990,1,1.9367,1,5.4684 -991,1,1.9446,1,5.4876 -992,1,1.9526,1,5.5067 -993,1,1.9606,1,5.5259 -994,1,1.9686,1,5.5451 -995,1,1.9767,1,5.5644 -996,1,1.2784,0,1.6007 -997,1,1.2834,0,1.6057 -998,1,1.2884,0,1.6106 -999,1,1.2935,0,1.6156 -1000,1,1.2985,0,1.6207 -1001,1,1.3037,0,1.6257 -1002,1,1.3088,0,1.6308 -1003,1,1.314,0,1.6359 -1004,1,1.3191,0,1.641 -1005,1,1.3244,0,1.6462 -1006,1,1.3296,0,1.6514 -1007,1,1.3349,0,1.6566 -1008,1,1.3402,0,1.6619 -1009,1,1.3455,0,1.6671 -1010,1,1.3508,0,1.6724 -1011,1,1.3562,0,1.6777 -1012,1,1.3616,0,1.6831 -1013,1,1.367,0,1.6885 -1014,1,1.3725,0,1.6938 -1015,1,1.3779,0,1.6993 -1016,1,1.3834,0,1.7047 -1017,1,1.3889,0,1.7102 -1018,1,1.3944,0,1.7157 -1019,1,1.4,0,1.7212 -1020,1,1.4056,0,1.7267 -1021,1,1.4112,0,1.7323 -1022,1,1.4169,0,1.7379 -1023,1,1.4226,0,1.7436 -1024,1,1.4283,0,1.7492 -1025,1,1.434,0,1.7549 -1026,1,1.4398,0,1.7606 -1027,1,1.4455,0,1.7664 -1028,1,1.4514,0,1.7721 -1029,1,1.4572,0,1.7779 -1030,1,1.463,0,1.7837 -1031,1,1.4689,0,1.7896 -1032,1,1.4748,0,1.7954 -1033,1,1.4807,0,1.8013 -1034,1,1.4867,0,1.8072 -1035,1,1.4927,0,1.8132 -1036,1,1.4987,0,1.8191 -1037,1,1.5047,0,1.8251 -1038,1,1.5108,0,1.8311 -1039,1,1.5168,0,1.8372 -1040,1,1.5229,0,1.8432 -1041,1,1.5291,0,1.8493 -1042,1,1.5352,0,1.8554 -1043,1,1.5414,0,1.8616 -1044,1,1.5476,0,1.8677 -1045,1,1.5538,0,1.8739 -1046,1,1.5601,0,1.8801 -1047,1,1.5664,0,1.8864 -1048,1,1.5727,0,1.8927 -1049,1,1.579,0,1.899 -1050,1,1.5854,0,1.9053 -1051,1,1.5918,0,1.9116 -1052,1,1.5982,0,1.918 -1053,1,1.6046,0,1.9244 -1054,1,1.6111,0,1.9308 -1055,1,1.6176,0,1.9373 -1056,1,1.6241,0,1.9438 -1057,1,1.6306,0,1.9503 -1058,1,1.6372,0,1.9568 -1059,1,1.6438,0,1.9633 -1060,1,1.6504,0,1.9699 -1061,1,1.6571,0,1.9765 -1062,1,1.6637,0,1.9831 -1063,1,1.6704,0,1.9898 -1064,1,1.6772,0,1.9965 -1065,1,1.6839,0,2.0032 -1066,1,1.6907,0,2.0099 -1067,1,1.6975,0,2.0167 -1068,1,1.7043,0,2.0234 -1069,1,1.7111,0,2.0302 -1070,1,1.718,0,2.0371 -1071,1,1.7249,0,2.0439 -1072,1,1.7318,0,2.0508 -1073,1,1.7387,0,2.0577 -1074,1,1.7457,0,2.0646 -1075,1,1.7527,0,2.0715 -1076,1,1.7597,0,2.0785 -1077,1,1.7667,0,2.0855 -1078,1,1.7738,0,2.0925 -1079,1,1.7809,0,2.0995 -1080,1,1.788,0,2.1066 -1081,1,1.7952,0,2.1137 -1082,1,1.8024,0,2.1208 -1083,1,1.8096,0,2.128 -1084,1,1.8168,0,2.1352 -1085,1,1.8241,0,2.1424 -1086,1,1.8314,0,2.1496 -1087,1,1.8387,0,2.1569 -1088,1,1.846,0,2.1641 -1089,1,1.8533,0,2.1714 -1090,1,1.8607,0,2.1787 -1091,1,1.8681,0,2.1861 -1092,1,1.8756,0,2.1935 -1093,1,1.2515,0,2.2009 -1094,1,1.2563,0,2.2083 -1095,1,1.2611,0,2.2157 -1096,1,1.266,0,2.2232 -1097,1,1.2708,0,2.2307 -1098,1,1.2757,0,2.2382 -1099,1,1.2806,0,2.2458 -1100,1,1.2856,0,2.2534 -1101,1,1.2905,0,2.261 -1102,1,1.2955,0,2.2686 -1103,1,1.3005,0,2.2763 -1104,1,1.3056,0,2.2839 -1105,1,1.3106,0,2.2916 -1106,1,1.3157,0,2.2993 -1107,1,1.3208,0,2.3071 -1108,1,1.3259,0,2.3148 -1109,1,1.3311,0,2.3226 -1110,1,1.3363,0,2.3304 -1111,1,1.3415,0,2.3383 -1112,1,1.3467,0,2.3461 -1113,1,1.352,0,2.354 -1114,1,1.3572,0,2.3619 -1115,1,1.3625,0,2.3699 -1116,1,1.3679,0,2.3778 -1117,1,1.3732,0,2.3858 -1118,1,1.3786,0,2.3938 -1119,1,1.384,0,2.4019 -1120,1,1.3894,0,2.4099 -1121,1,1.3949,0,2.418 -1122,1,1.4004,0,2.4261 -1123,1,1.4059,0,2.4343 -1124,1,1.4115,0,2.4424 -1125,1,1.417,0,2.4506 -1126,1,1.4226,0,2.4589 -1127,1,1.4282,0,2.4671 -1128,1,1.4339,0,2.4754 -1129,1,1.4395,0,2.4837 -1130,1,1.4452,0,2.492 -1131,1,1.4509,0,2.5003 -1132,1,1.4567,0,2.5086 -1133,1,1.4624,0,2.517 -1134,1,1.4682,0,2.5254 -1135,1,1.474,0,2.5338 -1136,1,1.4798,0,2.5423 -1137,1,1.4857,0,2.5507 -1138,1,1.4916,0,2.5592 -1139,1,1.4975,0,2.5678 -1140,1,1.5034,0,2.5763 -1141,1,1.5094,0,2.5849 -1142,1,1.5154,0,2.5935 -1143,1,1.5214,0,2.6022 -1144,1,1.5275,0,2.6108 -1145,1,1.5335,0,2.6195 -1146,1,1.5396,0,2.6282 -1147,1,1.5457,0,2.6369 -1148,1,1.5519,0,2.6457 -1149,1,1.5581,0,2.6545 -1150,1,1.5643,0,2.6633 -1151,1,1.5705,0,2.6721 -1152,1,1.5767,0,2.6809 -1153,1,1.583,0,2.6898 -1154,1,1.5893,0,2.6987 -1155,1,1.5956,0,2.7076 -1156,1,1.6019,0,2.7165 -1157,1,1.6082,0,2.7255 -1158,1,1.6146,0,2.7344 -1159,1,1.621,0,2.7434 -1160,1,1.6274,0,2.7525 -1161,1,1.6339,0,2.7615 -1162,1,1.6404,0,2.7706 -1163,1,1.6469,0,2.7797 -1164,1,1.6534,0,2.7888 -1165,1,1.66,0,2.798 -1166,1,1.6666,0,2.8072 -1167,1,1.6732,0,2.8164 -1168,1,1.6798,0,2.8256 -1169,1,1.6865,0,2.8348 -1170,1,1.6932,0,2.8441 -1171,1,1.6999,0,2.8534 -1172,1,1.7066,0,2.8627 -1173,1,1.7134,0,2.8721 -1174,1,1.7202,0,2.8815 -1175,1,1.727,0,2.8909 -1176,1,1.7339,0,2.9003 -1177,1,1.7408,0,2.9098 -1178,1,1.7477,0,2.9193 -1179,1,1.7546,0,2.9288 -1180,1,1.7616,0,2.9383 -1181,1,1.7686,0,2.9479 -1182,1,1.7755,0,2.9575 -1183,1,1.7826,0,2.967 -1184,1,1.7896,0,2.9767 -1185,1,1.7967,0,2.9863 -1186,1,1.8037,0,2.9959 -1187,1,1.8109,0,3.0056 -1188,1,1.818,0,3.0153 -1189,1,1.8252,0,3.0251 -1190,1,1.8323,0,3.0348 -1191,1,1.8396,0,3.0446 -1192,1,1.8468,0,3.0544 -1193,1,1.243,0,3.0643 -1194,1,1.2477,0,3.0741 -1195,1,1.2524,0,3.084 -1196,1,1.2572,0,3.094 -1197,1,1.262,0,3.1039 -1198,1,1.2668,0,3.1139 -1199,1,1.2716,0,3.1239 -1200,1,1.2765,0,3.1339 -1201,1,1.2813,0,3.1439 -1202,1,1.2862,0,3.154 -1203,1,1.2912,0,3.1641 -1204,1,1.2961,0,3.1742 -1205,1,1.3011,0,3.1843 -1206,1,1.3061,0,3.1944 -1207,1,1.3111,0,3.2046 -1208,1,1.3161,0,3.2148 -1209,1,1.3212,0,3.225 -1210,1,1.3263,0,3.2352 -1211,1,1.3314,0,3.2455 -1212,1,1.3365,0,3.2558 -1213,1,1.3417,0,3.2662 -1214,1,1.3469,0,3.2765 -1215,1,1.3522,0,3.2869 -1216,1,1.3574,0,3.2974 -1217,1,1.3627,0,3.3078 -1218,1,1.3681,0,3.3183 -1219,1,1.3734,0,3.3288 -1220,1,1.3788,0,3.3393 -1221,1,1.3841,0,3.3499 -1222,1,1.3895,0,3.3604 -1223,1,1.395,0,3.371 -1224,1,1.4004,0,3.3816 -1225,1,1.4059,0,3.3922 -1226,1,1.4114,0,3.4029 -1227,1,1.4169,0,3.4135 -1228,1,1.4224,0,3.4242 -1229,1,1.428,0,3.4349 -1230,1,1.4336,0,3.4456 -1231,1,1.4392,0,3.4564 -1232,1,1.4448,0,3.4672 -1233,1,1.4504,0,3.478 -1234,1,1.4561,0,3.4888 -1235,1,1.4618,0,3.4996 -1236,1,1.4675,0,3.5105 -1237,1,1.4733,0,3.5214 -1238,1,1.4791,0,3.5323 -1239,1,1.4849,0,3.5433 -1240,1,1.4907,0,3.5543 -1241,1,1.4966,0,3.5653 -1242,1,1.5025,0,3.5763 -1243,1,1.5084,0,3.5874 -1244,1,1.5143,0,3.5984 -1245,1,1.5202,0,3.6095 -1246,1,1.5262,0,3.6207 -1247,1,1.5322,0,3.6318 -1248,1,1.5382,0,3.643 -1249,1,1.5443,0,3.6542 -1250,1,1.5504,0,3.6654 -1251,1,1.5565,0,3.6766 -1252,1,1.5626,0,3.6879 -1253,1,1.5687,0,3.6992 -1254,1,1.5749,0,3.7105 -1255,1,1.5811,0,3.7219 -1256,1,1.5873,0,3.7332 -1257,1,1.5935,0,3.7446 -1258,1,1.5998,0,3.756 -1259,1,1.6061,0,3.7675 -1260,1,1.6124,0,3.7789 -1261,1,1.6187,0,3.7904 -1262,1,1.6251,0,3.8019 -1263,1,1.6315,0,3.8134 -1264,1,1.6379,0,3.825 -1265,1,1.6443,0,3.8366 -1266,1,1.6508,0,3.8482 -1267,1,1.6573,0,3.8598 -1268,1,1.6638,0,3.8715 -1269,1,1.6703,0,3.8832 -1270,1,1.6769,0,3.8949 -1271,1,1.6835,0,3.9066 -1272,1,1.6901,0,3.9184 -1273,1,1.6968,0,3.9302 -1274,1,1.7034,0,3.9421 -1275,1,1.7101,0,3.9539 -1276,1,1.7169,0,3.9658 -1277,1,1.7236,0,3.9777 -1278,1,1.7304,0,3.9897 -1279,1,1.7372,0,4.0016 -1280,1,1.744,0,4.0136 -1281,1,1.7509,0,4.0256 -1282,1,1.7577,0,4.0377 -1283,1,1.7646,0,4.0497 -1284,1,1.7715,0,4.0618 -1285,1,1.7784,0,4.0738 -1286,1,1.7854,0,4.086 -1287,1,1.7924,0,4.0981 -1288,1,1.7993,1,4.1102 -1289,1,1.8064,1,4.1224 -1290,1,1.8134,1,4.1346 -1291,1,1.8205,1,4.1469 -1292,1,1.2348,1,4.1591 -1293,1,1.2395,1,4.1714 -1294,1,1.2441,1,4.1838 -1295,1,1.2488,1,4.1961 -1296,1,1.2535,1,4.2085 -1297,1,1.2583,1,4.2209 -1298,1,1.263,1,4.2334 -1299,1,1.2678,1,4.2458 -1300,1,1.2726,1,4.2583 -1301,1,1.2774,1,4.2708 -1302,1,1.2823,1,4.2834 -1303,1,1.2872,1,4.2959 -1304,1,1.2921,1,4.3085 -1305,1,1.297,1,4.3211 -1306,1,1.3019,1,4.3337 -1307,1,1.3069,1,4.3463 -1308,1,1.3118,1,4.3589 -1309,1,1.3168,1,4.3716 -1310,1,1.3219,1,4.3843 -1311,1,1.3269,1,4.397 -1312,1,1.332,1,4.4098 -1313,1,1.337,1,4.4225 -1314,1,1.3422,1,4.4353 -1315,1,1.3473,1,4.4482 -1316,1,1.3525,1,4.461 -1317,1,1.3576,1,4.4739 -1318,1,1.3628,1,4.4868 -1319,1,1.3681,1,4.4997 -1320,1,1.3733,1,4.5127 -1321,1,1.3786,1,4.5257 -1322,1,1.3839,1,4.5387 -1323,1,1.3892,1,4.5517 -1324,1,1.3946,1,4.5648 -1325,1,1.4,1,4.5779 -1326,1,1.4054,1,4.591 -1327,1,1.4108,1,4.6041 -1328,1,1.4162,1,4.6173 -1329,1,1.4217,1,4.6305 -1330,1,1.4272,1,4.6437 -1331,1,1.4327,1,4.6569 -1332,1,1.4382,1,4.6701 -1333,1,1.4437,1,4.6834 -1334,1,1.4493,1,4.6967 -1335,1,1.4549,1,4.71 -1336,1,1.4605,1,4.7233 -1337,1,1.4661,1,4.7367 -1338,1,1.4718,1,4.7501 -1339,1,1.4775,1,4.7635 -1340,1,1.4832,1,4.7769 -1341,1,1.4889,1,4.7904 -1342,1,1.4947,1,4.8039 -1343,1,1.5004,1,4.8174 -1344,1,1.5063,1,4.831 -1345,1,1.5121,1,4.8446 -1346,1,1.518,1,4.8582 -1347,1,1.5238,1,4.8718 -1348,1,1.5298,1,4.8855 -1349,1,1.5357,1,4.8992 -1350,1,1.5416,1,4.913 -1351,1,1.5476,1,4.9267 -1352,1,1.5536,1,4.9405 -1353,1,1.5596,1,4.9543 -1354,1,1.5657,1,4.9681 -1355,1,1.5717,1,4.9819 -1356,1,1.5778,1,4.9958 -1357,1,1.5839,1,5.0096 -1358,1,1.59,1,5.0235 -1359,1,1.5961,1,5.0374 -1360,1,1.6023,1,5.0514 -1361,1,1.6085,1,5.0653 -1362,1,1.6147,1,5.0793 -1363,1,1.6209,1,5.0934 -1364,1,1.6272,1,5.1074 -1365,1,1.6334,1,5.1215 -1366,1,1.6397,1,5.1356 -1367,1,1.6461,1,5.1497 -1368,1,1.6524,1,5.1639 -1369,1,1.6588,1,5.1781 -1370,1,1.6652,1,5.1923 -1371,1,1.6716,1,5.2066 -1372,1,1.678,1,5.2208 -1373,1,1.6845,1,5.2351 -1374,1,1.691,1,5.2494 -1375,1,1.6975,1,5.2638 -1376,1,1.704,1,5.2781 -1377,1,1.7106,1,5.2925 -1378,1,1.7171,1,5.3069 -1379,1,1.7237,1,5.3214 -1380,1,1.7303,1,5.3358 -1381,1,1.737,1,5.3503 -1382,1,1.7436,1,5.3648 -1383,1,1.7503,1,5.3793 -1384,1,1.757,1,5.3938 -1385,1,1.7637,1,5.4084 -1386,1,1.7704,1,5.423 -1387,1,1.7771,1,5.4376 -1388,1,1.7839,1,5.4522 -1389,1,1.7907,1,5.4668 -1390,1,1.7975,1,5.4815 -1391,1,1.8044,1,5.4962 -1392,1,1.2297,0,1.6142 -1393,1,1.2342,0,1.6182 -1394,1,1.2387,0,1.6222 -1395,1,1.2432,0,1.6263 -1396,1,1.2478,0,1.6303 -1397,1,1.2524,0,1.6344 -1398,1,1.257,0,1.6385 -1399,1,1.2616,0,1.6426 -1400,1,1.2663,0,1.6468 -1401,1,1.2709,0,1.6509 -1402,1,1.2756,0,1.6551 -1403,1,1.2803,0,1.6593 -1404,1,1.2851,0,1.6636 -1405,1,1.2898,0,1.6678 -1406,1,1.2946,0,1.6721 -1407,1,1.2994,0,1.6764 -1408,1,1.3042,0,1.6807 -1409,1,1.3091,0,1.685 -1410,1,1.3139,0,1.6894 -1411,1,1.3188,0,1.6938 -1412,1,1.3237,0,1.6982 -1413,1,1.3286,0,1.7026 -1414,1,1.3336,0,1.7071 -1415,1,1.3385,0,1.7115 -1416,1,1.3435,0,1.716 -1417,1,1.3485,0,1.7205 -1418,1,1.3535,0,1.725 -1419,1,1.3586,0,1.7296 -1420,1,1.3636,0,1.7342 -1421,1,1.3687,0,1.7387 -1422,1,1.3738,0,1.7434 -1423,1,1.3789,0,1.748 -1424,1,1.3841,0,1.7526 -1425,1,1.3892,0,1.7573 -1426,1,1.3944,0,1.762 -1427,1,1.3996,0,1.7667 -1428,1,1.4049,0,1.7715 -1429,1,1.4101,0,1.7763 -1430,1,1.4154,0,1.781 -1431,1,1.4207,0,1.7859 -1432,1,1.426,0,1.7907 -1433,1,1.4313,0,1.7955 -1434,1,1.4367,0,1.8004 -1435,1,1.4421,0,1.8053 -1436,1,1.4474,0,1.8102 -1437,1,1.4529,0,1.8152 -1438,1,1.4583,0,1.8201 -1439,1,1.4637,0,1.8251 -1440,1,1.4692,0,1.8301 -1441,1,1.4747,0,1.8351 -1442,1,1.4802,0,1.8401 -1443,1,1.4857,0,1.8452 -1444,1,1.4913,0,1.8503 -1445,1,1.4969,0,1.8554 -1446,1,1.5025,0,1.8605 -1447,1,1.5081,0,1.8657 -1448,1,1.5137,0,1.8709 -1449,1,1.5194,0,1.8761 -1450,1,1.5251,0,1.8813 -1451,1,1.5307,0,1.8865 -1452,1,1.5365,0,1.8918 -1453,1,1.5422,0,1.8971 -1454,1,1.5479,0,1.9024 -1455,1,1.5537,0,1.9077 -1456,1,1.5595,0,1.913 -1457,1,1.5653,0,1.9184 -1458,1,1.5711,0,1.9237 -1459,1,1.577,0,1.9292 -1460,1,1.5828,0,1.9346 -1461,1,1.5887,0,1.94 -1462,1,1.5946,0,1.9455 -1463,1,1.6006,0,1.951 -1464,1,1.6065,0,1.9565 -1465,1,1.6125,0,1.962 -1466,1,1.6185,0,1.9676 -1467,1,1.6245,0,1.9731 -1468,1,1.6305,0,1.9787 -1469,1,1.6365,0,1.9844 -1470,1,1.6426,0,1.99 -1471,1,1.6486,0,1.9956 -1472,1,1.6547,0,2.0013 -1473,1,1.6608,0,2.007 -1474,1,1.667,0,2.0127 -1475,1,1.6731,0,2.0185 -1476,1,1.6793,0,2.0242 -1477,1,1.6855,0,2.03 -1478,1,1.6917,0,2.0358 -1479,1,1.6979,0,2.0416 -1480,1,1.7042,0,2.0475 -1481,1,1.7104,0,2.0534 -1482,1,1.7167,0,2.0593 -1483,1,1.723,0,2.0652 -1484,1,1.7294,0,2.0711 -1485,1,1.7357,0,2.0771 -1486,1,1.7421,0,2.083 -1487,1,1.7485,0,2.089 -1488,1,1.7549,0,2.0951 -1489,1,1.7613,0,2.1011 -1490,1,1.7678,0,2.1072 -1491,1,1.219,0,2.1133 -1492,1,1.2233,0,2.1194 -1493,1,1.2276,0,2.1255 -1494,1,1.2319,0,2.1316 -1495,1,1.2363,0,2.1378 -1496,1,1.2407,0,2.1439 -1497,1,1.245,0,2.1501 -1498,1,1.2495,0,2.1564 -1499,1,1.2539,0,2.1626 -1500,1,1.2583,0,2.1689 -1501,1,1.2628,0,2.1751 -1502,1,1.2673,0,2.1814 -1503,1,1.2718,0,2.1878 -1504,1,1.2763,0,2.1941 -1505,1,1.2809,0,2.2005 -1506,1,1.2854,0,2.2069 -1507,1,1.29,0,2.2133 -1508,1,1.2946,0,2.2197 -1509,1,1.2993,0,2.2262 -1510,1,1.3039,0,2.2327 -1511,1,1.3086,0,2.2392 -1512,1,1.3133,0,2.2457 -1513,1,1.318,0,2.2523 -1514,1,1.3227,0,2.2589 -1515,1,1.3274,0,2.2654 -1516,1,1.3322,0,2.2721 -1517,1,1.337,0,2.2787 -1518,1,1.3417,0,2.2853 -1519,1,1.3466,0,2.292 -1520,1,1.3514,0,2.2987 -1521,1,1.3562,0,2.3054 -1522,1,1.3611,0,2.3121 -1523,1,1.366,0,2.3189 -1524,1,1.3709,0,2.3257 -1525,1,1.3758,0,2.3325 -1526,1,1.3807,0,2.3393 -1527,1,1.3857,0,2.3462 -1528,1,1.3907,0,2.353 -1529,1,1.3957,0,2.3599 -1530,1,1.4007,0,2.3668 -1531,1,1.4057,0,2.3737 -1532,1,1.4107,0,2.3807 -1533,1,1.4158,0,2.3876 -1534,1,1.4209,0,2.3946 -1535,1,1.426,0,2.4016 -1536,1,1.4311,0,2.4086 -1537,1,1.4362,0,2.4157 -1538,1,1.4414,0,2.4228 -1539,1,1.4466,0,2.4299 -1540,1,1.4518,0,2.437 -1541,1,1.457,0,2.4441 -1542,1,1.4622,0,2.4513 -1543,1,1.4674,0,2.4584 -1544,1,1.4727,0,2.4656 -1545,1,1.4779,0,2.4728 -1546,1,1.4832,0,2.4801 -1547,1,1.4885,0,2.4873 -1548,1,1.4939,0,2.4946 -1549,1,1.4992,0,2.5019 -1550,1,1.5046,0,2.5092 -1551,1,1.51,0,2.5166 -1552,1,1.5154,0,2.5239 -1553,1,1.5208,0,2.5313 -1554,1,1.5262,0,2.5387 -1555,1,1.5316,0,2.5461 -1556,1,1.5371,0,2.5536 -1557,1,1.5426,0,2.561 -1558,1,1.548,0,2.5685 -1559,1,1.5536,0,2.576 -1560,1,1.5591,0,2.5835 -1561,1,1.5646,0,2.5911 -1562,1,1.5702,0,2.5986 -1563,1,1.5758,0,2.6062 -1564,1,1.5814,0,2.6138 -1565,1,1.587,0,2.6215 -1566,1,1.5927,0,2.6291 -1567,1,1.5983,0,2.6368 -1568,1,1.604,0,2.6445 -1569,1,1.6097,0,2.6523 -1570,1,1.6154,0,2.66 -1571,1,1.6212,0,2.6678 -1572,1,1.6269,0,2.6756 -1573,1,1.6327,0,2.6834 -1574,1,1.6385,0,2.6912 -1575,1,1.6443,0,2.6991 -1576,1,1.6501,0,2.7069 -1577,1,1.6559,0,2.7148 -1578,1,1.6617,0,2.7227 -1579,1,1.6676,0,2.7307 -1580,1,1.6735,0,2.7386 -1581,1,1.6794,0,2.7466 -1582,1,1.6853,0,2.7545 -1583,1,1.6912,0,2.7625 -1584,1,1.6972,0,2.7706 -1585,1,1.7031,0,2.7786 -1586,1,1.7091,0,2.7867 -1587,1,1.7151,0,2.7948 -1588,1,1.7211,0,2.8029 -1589,1,1.7271,0,2.811 -1590,1,1.7332,0,2.8192 -1591,1,1.2089,0,2.8274 -1592,1,1.213,0,2.8356 -1593,1,1.2171,0,2.8438 -1594,1,1.2213,0,2.852 -1595,1,1.2254,0,2.8603 -1596,1,1.2296,0,2.8686 -1597,1,1.2338,0,2.8769 -1598,1,1.238,0,2.8852 -1599,1,1.2423,0,2.8936 -1600,1,1.2465,0,2.902 -1601,1,1.2508,0,2.9104 -1602,1,1.2551,0,2.9188 -1603,1,1.2594,0,2.9273 -1604,1,1.2637,0,2.9357 -1605,1,1.268,0,2.9442 -1606,1,1.2724,0,2.9527 -1607,1,1.2767,0,2.9612 -1608,1,1.2811,0,2.9698 -1609,1,1.2855,0,2.9783 -1610,1,1.2899,0,2.9869 -1611,1,1.2944,0,2.9955 -1612,1,1.2988,0,3.0041 -1613,1,1.3033,0,3.0127 -1614,1,1.3078,0,3.0214 -1615,1,1.3123,0,3.0301 -1616,1,1.3168,0,3.0388 -1617,1,1.3213,0,3.0475 -1618,1,1.3259,0,3.0563 -1619,1,1.3305,0,3.065 -1620,1,1.3351,0,3.0738 -1621,1,1.3397,0,3.0827 -1622,1,1.3443,0,3.0915 -1623,1,1.3489,0,3.1003 -1624,1,1.3536,0,3.1092 -1625,1,1.3582,0,3.1181 -1626,1,1.3629,0,3.127 -1627,1,1.3676,0,3.1359 -1628,1,1.3723,0,3.1449 -1629,1,1.3771,0,3.1539 -1630,1,1.3818,0,3.1629 -1631,1,1.3866,0,3.1719 -1632,1,1.3914,0,3.1809 -1633,1,1.3962,0,3.19 -1634,1,1.401,0,3.1991 -1635,1,1.4058,0,3.2082 -1636,1,1.4107,0,3.2173 -1637,1,1.4155,0,3.2265 -1638,1,1.4204,0,3.2356 -1639,1,1.4253,0,3.2448 -1640,1,1.4302,0,3.254 -1641,1,1.4351,0,3.2633 -1642,1,1.4401,0,3.2725 -1643,1,1.445,0,3.2818 -1644,1,1.45,0,3.2911 -1645,1,1.455,0,3.3004 -1646,1,1.46,0,3.3098 -1647,1,1.4651,0,3.3191 -1648,1,1.4701,0,3.3285 -1649,1,1.4752,0,3.3379 -1650,1,1.4803,0,3.3474 -1651,1,1.4854,0,3.3568 -1652,1,1.4905,0,3.3663 -1653,1,1.4956,0,3.3758 -1654,1,1.5007,0,3.3853 -1655,1,1.5059,0,3.3948 -1656,1,1.5111,0,3.4044 -1657,1,1.5163,0,3.4139 -1658,1,1.5215,0,3.4235 -1659,1,1.5267,0,3.4331 -1660,1,1.5319,0,3.4428 -1661,1,1.5372,0,3.4524 -1662,1,1.5425,0,3.4621 -1663,1,1.5477,0,3.4717 -1664,1,1.5531,0,3.4815 -1665,1,1.5584,0,3.4912 -1666,1,1.5637,0,3.501 -1667,1,1.5691,0,3.5108 -1668,1,1.5745,0,3.5206 -1669,1,1.5799,0,3.5305 -1670,1,1.5853,0,3.5404 -1671,1,1.5907,0,3.5503 -1672,1,1.5962,0,3.5602 -1673,1,1.6016,0,3.5701 -1674,1,1.6071,0,3.5801 -1675,1,1.6126,0,3.59 -1676,1,1.6181,0,3.6 -1677,1,1.6236,0,3.61 -1678,1,1.6291,0,3.62 -1679,1,1.6346,0,3.63 -1680,1,1.6402,0,3.6401 -1681,1,1.6458,0,3.6501 -1682,1,1.6513,0,3.6602 -1683,1,1.657,0,3.6704 -1684,1,1.6626,0,3.6805 -1685,1,1.6683,0,3.6907 -1686,1,1.6739,0,3.701 -1687,1,1.6796,0,3.7112 -1688,1,1.6853,0,3.7215 -1689,1,1.691,0,3.7318 -1690,1,1.196,0,3.7421 -1691,1,1.2,0,3.7524 -1692,1,1.2039,0,3.7627 -1693,1,1.2079,0,3.7731 -1694,1,1.2119,0,3.7834 -1695,1,1.2159,0,3.7938 -1696,1,1.2199,0,3.8041 -1697,1,1.224,0,3.8146 -1698,1,1.228,0,3.825 -1699,1,1.2321,0,3.8355 -1700,1,1.2362,0,3.846 -1701,1,1.2403,0,3.8565 -1702,1,1.2444,0,3.867 -1703,1,1.2486,0,3.8776 -1704,1,1.2527,0,3.8881 -1705,1,1.2569,0,3.8987 -1706,1,1.2611,0,3.9093 -1707,1,1.2653,0,3.9199 -1708,1,1.2695,0,3.9305 -1709,1,1.2737,0,3.9411 -1710,1,1.278,0,3.9518 -1711,1,1.2822,0,3.9625 -1712,1,1.2865,0,3.9733 -1713,1,1.2908,0,3.984 -1714,1,1.2951,0,3.9948 -1715,1,1.2995,0,4.0056 -1716,1,1.3038,0,4.0165 -1717,1,1.3082,0,4.0274 -1718,1,1.3126,0,4.0382 -1719,1,1.317,0,4.0491 -1720,1,1.3214,0,4.0601 -1721,1,1.3258,0,4.071 -1722,1,1.3303,0,4.082 -1723,1,1.3347,0,4.0929 -1724,1,1.3392,1,4.1039 -1725,1,1.3437,1,4.1149 -1726,1,1.3482,1,4.126 -1727,1,1.3527,1,4.137 -1728,1,1.3572,1,4.1481 -1729,1,1.3618,1,4.1592 -1730,1,1.3663,1,4.1703 -1731,1,1.3709,1,4.1815 -1732,1,1.3755,1,4.1927 -1733,1,1.3802,1,4.2039 -1734,1,1.3848,1,4.2151 -1735,1,1.3894,1,4.2263 -1736,1,1.3941,1,4.2376 -1737,1,1.3988,1,4.2489 -1738,1,1.4035,1,4.2602 -1739,1,1.4082,1,4.2715 -1740,1,1.4129,1,4.2828 -1741,1,1.4176,1,4.2942 -1742,1,1.4224,1,4.3055 -1743,1,1.4272,1,4.3169 -1744,1,1.432,1,4.3283 -1745,1,1.4368,1,4.3397 -1746,1,1.4416,1,4.3512 -1747,1,1.4464,1,4.3627 -1748,1,1.4513,1,4.3742 -1749,1,1.4561,1,4.3857 -1750,1,1.461,1,4.3973 -1751,1,1.4659,1,4.4089 -1752,1,1.4708,1,4.4205 -1753,1,1.4758,1,4.4321 -1754,1,1.4807,1,4.4438 -1755,1,1.4857,1,4.4554 -1756,1,1.4906,1,4.4671 -1757,1,1.4956,1,4.4788 -1758,1,1.5006,1,4.4905 -1759,1,1.5057,1,4.5023 -1760,1,1.5107,1,4.514 -1761,1,1.5157,1,4.5258 -1762,1,1.5208,1,4.5376 -1763,1,1.5259,1,4.5495 -1764,1,1.531,1,4.5613 -1765,1,1.5361,1,4.5732 -1766,1,1.5412,1,4.5851 -1767,1,1.5464,1,4.5971 -1768,1,1.5515,1,4.609 -1769,1,1.5567,1,4.621 -1770,1,1.5619,1,4.633 -1771,1,1.5671,1,4.645 -1772,1,1.5723,1,4.657 -1773,1,1.5776,1,4.669 -1774,1,1.5828,1,4.6811 -1775,1,1.5881,1,4.6931 -1776,1,1.5933,1,4.7052 -1777,1,1.5986,1,4.7174 -1778,1,1.604,1,4.7295 -1779,1,1.6093,1,4.7417 -1780,1,1.6146,1,4.7539 -1781,1,1.62,1,4.7661 -1782,1,1.6253,1,4.7783 -1783,1,1.6307,1,4.7906 -1784,1,1.6361,1,4.8029 -1785,1,1.6416,1,4.8152 -1786,1,1.647,1,4.8275 -1787,1,1.6524,1,4.8399 -1788,1,1.6579,1,4.8522 -1789,1,1.1855,0,1.6032 -1790,1,1.1893,0,1.607 -1791,1,1.1932,0,1.6108 -1792,1,1.197,0,1.6146 -1793,1,1.2009,0,1.6185 -1794,1,1.2048,0,1.6224 -1795,1,1.2087,0,1.6263 -1796,1,1.2127,0,1.6302 -1797,1,1.2166,0,1.6341 -1798,1,1.2206,0,1.6381 -1799,1,1.2245,0,1.642 -1800,1,1.2285,0,1.646 -1801,1,1.2325,0,1.65 -1802,1,1.2365,0,1.6541 -1803,1,1.2406,0,1.6581 -1804,1,1.2446,0,1.6622 -1805,1,1.2487,0,1.6663 -1806,1,1.2528,0,1.6704 -1807,1,1.2569,0,1.6745 -1808,1,1.261,0,1.6787 -1809,1,1.2652,0,1.6828 -1810,1,1.2693,0,1.687 -1811,1,1.2735,0,1.6912 -1812,1,1.2777,0,1.6955 -1813,1,1.2819,0,1.6997 -1814,1,1.2861,0,1.704 -1815,1,1.2903,0,1.7083 -1816,1,1.2946,0,1.7126 -1817,1,1.2988,0,1.717 -1818,1,1.3031,0,1.7213 -1819,1,1.3074,0,1.7257 -1820,1,1.3117,0,1.7301 -1821,1,1.316,0,1.7345 -1822,1,1.3204,0,1.7389 -1823,1,1.3247,0,1.7433 -1824,1,1.3291,0,1.7478 -1825,1,1.3335,0,1.7523 -1826,1,1.3379,0,1.7568 -1827,1,1.3423,0,1.7613 -1828,1,1.3467,0,1.7658 -1829,1,1.3512,0,1.7704 -1830,1,1.3556,0,1.775 -1831,1,1.3601,0,1.7796 -1832,1,1.3646,0,1.7842 -1833,1,1.3691,0,1.7888 -1834,1,1.3736,0,1.7935 -1835,1,1.3782,0,1.7982 -1836,1,1.3827,0,1.8029 -1837,1,1.3873,0,1.8076 -1838,1,1.3919,0,1.8123 -1839,1,1.3965,0,1.8171 -1840,1,1.4011,0,1.8218 -1841,1,1.4057,0,1.8266 -1842,1,1.4104,0,1.8314 -1843,1,1.415,0,1.8362 -1844,1,1.4197,0,1.8411 -1845,1,1.4244,0,1.846 -1846,1,1.4291,0,1.8509 -1847,1,1.4338,0,1.8558 -1848,1,1.4386,0,1.8607 -1849,1,1.4433,0,1.8656 -1850,1,1.4481,0,1.8706 -1851,1,1.4529,0,1.8756 -1852,1,1.4577,0,1.8806 -1853,1,1.4625,0,1.8856 -1854,1,1.4673,0,1.8906 -1855,1,1.4722,0,1.8957 -1856,1,1.477,0,1.9008 -1857,1,1.4819,0,1.9058 -1858,1,1.4868,0,1.911 -1859,1,1.4917,0,1.9161 -1860,1,1.4966,0,1.9212 -1861,1,1.5016,0,1.9264 -1862,1,1.5065,0,1.9316 -1863,1,1.5115,0,1.9368 -1864,1,1.5165,0,1.942 -1865,1,1.5215,0,1.9473 -1866,1,1.5265,0,1.9525 -1867,1,1.5315,0,1.9578 -1868,1,1.5366,0,1.9631 -1869,1,1.5416,0,1.9685 -1870,1,1.5467,0,1.9738 -1871,1,1.5518,0,1.9792 -1872,1,1.5569,0,1.9845 -1873,1,1.562,0,1.9899 -1874,1,1.5671,0,1.9954 -1875,1,1.5723,0,2.0008 -1876,1,1.5775,0,2.0062 -1877,1,1.5826,0,2.0117 -1878,1,1.5878,0,2.0172 -1879,1,1.593,0,2.0227 -1880,1,1.5983,0,2.0282 -1881,1,1.6035,0,2.0338 -1882,1,1.6088,0,2.0394 -1883,1,1.614,0,2.0449 -1884,1,1.6193,0,2.0505 -1885,1,1.6246,0,2.0562 -1886,1,1.6299,0,2.0618 -1887,1,1.6353,0,2.0675 -1888,1,1.6406,0,2.0731 -1889,1,1.18,0,2.0788 -1890,1,1.1838,0,2.0846 -1891,1,1.1876,0,2.0903 -1892,1,1.1914,0,2.096 -1893,1,1.1952,0,2.1018 -1894,1,1.1991,0,2.1076 -1895,1,1.2029,0,2.1134 -1896,1,1.2068,0,2.1192 -1897,1,1.2107,0,2.1251 -1898,1,1.2146,0,2.1309 -1899,1,1.2185,0,2.1368 -1900,1,1.2225,0,2.1427 -1901,1,1.2264,0,2.1486 -1902,1,1.2304,0,2.1545 -1903,1,1.2344,0,2.1605 -1904,1,1.2384,0,2.1665 -1905,1,1.2424,0,2.1724 -1906,1,1.2464,0,2.1785 -1907,1,1.2505,0,2.1845 -1908,1,1.2546,0,2.1905 -1909,1,1.2586,0,2.1966 -1910,1,1.2627,0,2.2027 -1911,1,1.2668,0,2.2088 -1912,1,1.271,0,2.2149 -1913,1,1.2751,0,2.221 -1914,1,1.2793,0,2.2272 -1915,1,1.2834,0,2.2334 -1916,1,1.2876,0,2.2396 -1917,1,1.2919,0,2.2458 -1918,1,1.2961,0,2.252 -1919,1,1.3003,0,2.2583 -1920,1,1.3046,0,2.2645 -1921,1,1.3088,0,2.2708 -1922,1,1.3131,0,2.2771 -1923,1,1.3174,0,2.2834 -1924,1,1.3217,0,2.2897 -1925,1,1.326,0,2.2961 -1926,1,1.3304,0,2.3024 -1927,1,1.3347,0,2.3088 -1928,1,1.3391,0,2.3152 -1929,1,1.3435,0,2.3216 -1930,1,1.3479,0,2.328 -1931,1,1.3523,0,2.3345 -1932,1,1.3567,0,2.3409 -1933,1,1.3612,0,2.3474 -1934,1,1.3656,0,2.3539 -1935,1,1.3701,0,2.3604 -1936,1,1.3746,0,2.367 -1937,1,1.3791,0,2.3735 -1938,1,1.3836,0,2.3801 -1939,1,1.3882,0,2.3867 -1940,1,1.3927,0,2.3933 -1941,1,1.3973,0,2.4 -1942,1,1.4019,0,2.4066 -1943,1,1.4065,0,2.4133 -1944,1,1.4111,0,2.42 -1945,1,1.4157,0,2.4267 -1946,1,1.4204,0,2.4334 -1947,1,1.4251,0,2.4401 -1948,1,1.4297,0,2.4469 -1949,1,1.4344,0,2.4537 -1950,1,1.4391,0,2.4604 -1951,1,1.4439,0,2.4673 -1952,1,1.4486,0,2.4741 -1953,1,1.4533,0,2.4809 -1954,1,1.4581,0,2.4878 -1955,1,1.4629,0,2.4947 -1956,1,1.4677,0,2.5016 -1957,1,1.4725,0,2.5085 -1958,1,1.4774,0,2.5154 -1959,1,1.4822,0,2.5223 -1960,1,1.487,0,2.5293 -1961,1,1.4919,0,2.5363 -1962,1,1.4968,0,2.5432 -1963,1,1.5017,0,2.5502 -1964,1,1.5066,0,2.5573 -1965,1,1.5115,0,2.5643 -1966,1,1.5165,0,2.5713 -1967,1,1.5214,0,2.5784 -1968,1,1.5264,0,2.5855 -1969,1,1.5314,0,2.5926 -1970,1,1.5364,0,2.5997 -1971,1,1.5414,0,2.6069 -1972,1,1.5464,0,2.614 -1973,1,1.5515,0,2.6212 -1974,1,1.5565,0,2.6284 -1975,1,1.5616,0,2.6356 -1976,1,1.5667,0,2.6428 -1977,1,1.5718,0,2.6501 -1978,1,1.577,0,2.6574 -1979,1,1.5821,0,2.6647 -1980,1,1.5873,0,2.672 -1981,1,1.5925,0,2.6793 -1982,1,1.5977,0,2.6866 -1983,1,1.6029,0,2.694 -1984,1,1.6081,0,2.7014 -1985,1,1.6133,0,2.7087 -1986,1,1.6186,0,2.7161 -1987,1,1.6238,0,2.7235 -1988,1,1.1742,0,2.731 -1989,1,1.1779,0,2.7384 -1990,1,1.1817,0,2.7459 -1991,1,1.1855,0,2.7533 -1992,1,1.1892,0,2.7608 -1993,1,1.193,0,2.7683 -1994,1,1.1969,0,2.7759 -1995,1,1.2007,0,2.7834 -1996,1,1.2045,0,2.791 -1997,1,1.2084,0,2.7986 -1998,1,1.2123,0,2.8062 -1999,1,1.2162,0,2.8139 -2000,1,1.2201,0,2.8215 -2001,1,1.224,0,2.8292 -2002,1,1.228,0,2.8368 -2003,1,1.232,0,2.8445 -2004,1,1.2359,0,2.8523 -2005,1,1.2399,0,2.86 -2006,1,1.2439,0,2.8677 -2007,1,1.2479,0,2.8755 -2008,1,1.252,0,2.8833 -2009,1,1.256,0,2.891 -2010,1,1.2601,0,2.8988 -2011,1,1.2641,0,2.9066 -2012,1,1.2682,0,2.9145 -2013,1,1.2723,0,2.9223 -2014,1,1.2765,0,2.9302 -2015,1,1.2806,0,2.9381 -2016,1,1.2847,0,2.9459 -2017,1,1.2889,0,2.9539 -2018,1,1.2931,0,2.9618 -2019,1,1.2973,0,2.9698 -2020,1,1.3015,0,2.9777 -2021,1,1.3057,0,2.9857 -2022,1,1.31,0,2.9937 -2023,1,1.3142,0,3.0018 -2024,1,1.3185,0,3.0098 -2025,1,1.3228,0,3.0179 -2026,1,1.3271,0,3.026 -2027,1,1.3315,0,3.0341 -2028,1,1.3358,0,3.0422 -2029,1,1.3401,0,3.0503 -2030,1,1.3445,0,3.0584 -2031,1,1.3489,0,3.0666 -2032,1,1.3533,0,3.0748 -2033,1,1.3577,0,3.0829 -2034,1,1.3621,0,3.0912 -2035,1,1.3666,0,3.0994 -2036,1,1.371,0,3.1076 -2037,1,1.3755,0,3.1159 -2038,1,1.38,0,3.1241 -2039,1,1.3845,0,3.1324 -2040,1,1.389,0,3.1407 -2041,1,1.3935,0,3.1491 -2042,1,1.398,0,3.1574 -2043,1,1.4026,0,3.1657 -2044,1,1.4072,0,3.1741 -2045,1,1.4118,0,3.1825 -2046,1,1.4164,0,3.1909 -2047,1,1.421,0,3.1993 -2048,1,1.4256,0,3.2077 -2049,1,1.4303,0,3.2162 -2050,1,1.4349,0,3.2246 -2051,1,1.4396,0,3.2331 -2052,1,1.4443,0,3.2416 -2053,1,1.449,0,3.2501 -2054,1,1.4537,0,3.2586 -2055,1,1.4584,0,3.2672 -2056,1,1.4632,0,3.2757 -2057,1,1.468,0,3.2843 -2058,1,1.4727,0,3.2929 -2059,1,1.4775,0,3.3015 -2060,1,1.4823,0,3.3101 -2061,1,1.4872,0,3.3187 -2062,1,1.492,0,3.3274 -2063,1,1.4969,0,3.336 -2064,1,1.5017,0,3.3447 -2065,1,1.5066,0,3.3534 -2066,1,1.5115,0,3.3622 -2067,1,1.5164,0,3.3709 -2068,1,1.5214,0,3.3797 -2069,1,1.5263,0,3.3884 -2070,1,1.5313,0,3.3972 -2071,1,1.5362,0,3.406 -2072,1,1.5412,0,3.4148 -2073,1,1.5462,0,3.4237 -2074,1,1.5512,0,3.4325 -2075,1,1.5563,0,3.4414 -2076,1,1.5613,0,3.4503 -2077,1,1.5664,0,3.4592 -2078,1,1.5714,0,3.4681 -2079,1,1.5765,0,3.477 -2080,1,1.5816,0,3.486 -2081,1,1.5868,0,3.4949 -2082,1,1.5919,0,3.5039 -2083,1,1.597,0,3.5129 -2084,1,1.1642,0,3.5219 -2085,1,1.1679,0,3.531 -2086,1,1.1716,0,3.54 -2087,1,1.1754,0,3.5491 -2088,1,1.1791,0,3.5581 -2089,1,1.1829,0,3.5672 -2090,1,1.1866,0,3.5764 -2091,1,1.1904,0,3.5855 -2092,1,1.1942,0,3.5946 -2093,1,1.198,0,3.6038 -2094,1,1.2018,0,3.6129 -2095,1,1.2057,0,3.6221 -2096,1,1.2095,0,3.6313 -2097,1,1.2134,0,3.6405 -2098,1,1.2173,0,3.6498 -2099,1,1.2212,0,3.659 -2100,1,1.2251,0,3.6683 -2101,1,1.229,0,3.6775 -2102,1,1.233,0,3.6868 -2103,1,1.2369,0,3.6961 -2104,1,1.2409,0,3.7055 -2105,1,1.2449,0,3.7148 -2106,1,1.2489,0,3.7241 -2107,1,1.2529,0,3.7335 -2108,1,1.2569,0,3.7429 -2109,1,1.261,0,3.7523 -2110,1,1.265,0,3.7617 -2111,1,1.2691,0,3.7711 -2112,1,1.2732,0,3.7806 -2113,1,1.2773,0,3.7901 -2114,1,1.2814,0,3.7995 -2115,1,1.2855,0,3.809 -2116,1,1.2897,0,3.8186 -2117,1,1.2938,0,3.8281 -2118,1,1.298,0,3.8376 -2119,1,1.3022,0,3.8472 -2120,1,1.3064,0,3.8568 -2121,1,1.3106,0,3.8664 -2122,1,1.3148,0,3.876 -2123,1,1.3191,0,3.8856 -2124,1,1.3233,0,3.8953 -2125,1,1.3276,0,3.9049 -2126,1,1.3319,0,3.9146 -2127,1,1.3362,0,3.9243 -2128,1,1.3405,0,3.934 -2129,1,1.3448,0,3.9437 -2130,1,1.3492,0,3.9535 -2131,1,1.3535,0,3.9632 -2132,1,1.3579,0,3.973 -2133,1,1.3623,0,3.9827 -2134,1,1.3667,0,3.9925 -2135,1,1.3711,0,4.0023 -2136,1,1.3755,0,4.0122 -2137,1,1.38,0,4.022 -2138,1,1.3844,0,4.0318 -2139,1,1.3889,0,4.0417 -2140,1,1.3934,0,4.0516 -2141,1,1.3979,0,4.0615 -2142,1,1.4024,0,4.0714 -2143,1,1.4069,0,4.0813 -2144,1,1.4115,0,4.0912 -2145,1,1.416,1,4.1012 -2146,1,1.4206,1,4.1112 -2147,1,1.4252,1,4.1211 -2148,1,1.4298,1,4.1311 -2149,1,1.4344,1,4.1412 -2150,1,1.439,1,4.1512 -2151,1,1.4437,1,4.1613 -2152,1,1.4483,1,4.1713 -2153,1,1.453,1,4.1814 -2154,1,1.4577,1,4.1915 -2155,1,1.4624,1,4.2016 -2156,1,1.4671,1,4.2118 -2157,1,1.4719,1,4.2219 -2158,1,1.4766,1,4.2321 -2159,1,1.4814,1,4.2423 -2160,1,1.4861,1,4.2525 -2161,1,1.4909,1,4.2627 -2162,1,1.4957,1,4.2729 -2163,1,1.5006,1,4.2832 -2164,1,1.5054,1,4.2934 -2165,1,1.5102,1,4.3037 -2166,1,1.5151,1,4.314 -2167,1,1.5199,1,4.3243 -2168,1,1.5248,1,4.3346 -2169,1,1.5297,1,4.3449 -2170,1,1.5346,1,4.3553 -2171,1,1.5395,1,4.3657 -2172,1,1.5445,1,4.376 -2173,1,1.5494,1,4.3865 -2174,1,1.5544,1,4.3969 -2175,1,1.5594,1,4.4073 -2176,1,1.5644,1,4.4178 -2177,1,1.5694,1,4.4283 -2178,1,1.5744,1,4.4388 -2179,1,1.5795,1,4.4493 -2180,1,1.5845,1,4.4598 -2181,1,1.5896,1,4.4703 -2182,1,1.5947,1,4.4808 -2183,1,1.5998,1,4.4914 -2184,1,1.6049,1,4.5019 -2185,1,1.61,1,4.5125 -2186,1,1.1686,0,1.589 -2187,1,1.1723,0,1.5924 -2188,1,1.176,0,1.5959 -2189,1,1.1796,0,1.5994 -2190,1,1.1833,0,1.603 -2191,1,1.187,0,1.6065 -2192,1,1.1908,0,1.61 -2193,1,1.1945,0,1.6136 -2194,1,1.1983,0,1.6172 -2195,1,1.202,0,1.6208 -2196,1,1.2058,0,1.6244 -2197,1,1.2096,0,1.628 -2198,1,1.2134,0,1.6317 -2199,1,1.2172,0,1.6353 -2200,1,1.2211,0,1.639 -2201,1,1.2249,0,1.6427 -2202,1,1.2288,0,1.6464 -2203,1,1.2327,0,1.6502 -2204,1,1.2366,0,1.6539 -2205,1,1.2405,0,1.6577 -2206,1,1.2444,0,1.6614 -2207,1,1.2483,0,1.6652 -2208,1,1.2523,0,1.669 -2209,1,1.2562,0,1.6728 -2210,1,1.2602,0,1.6767 -2211,1,1.2642,0,1.6805 -2212,1,1.2682,0,1.6844 -2213,1,1.2722,0,1.6883 -2214,1,1.2762,0,1.6922 -2215,1,1.2802,0,1.6961 -2216,1,1.2843,0,1.7 -2217,1,1.2884,0,1.7039 -2218,1,1.2924,0,1.7079 -2219,1,1.2965,0,1.7119 -2220,1,1.3006,0,1.7159 -2221,1,1.3048,0,1.7199 -2222,1,1.3089,0,1.7239 -2223,1,1.313,0,1.7279 -2224,1,1.3172,0,1.7319 -2225,1,1.3214,0,1.736 -2226,1,1.3256,0,1.7401 -2227,1,1.3298,0,1.7441 -2228,1,1.334,0,1.7482 -2229,1,1.3382,0,1.7524 -2230,1,1.3425,0,1.7565 -2231,1,1.3467,0,1.7606 -2232,1,1.351,0,1.7648 -2233,1,1.3553,0,1.769 -2234,1,1.3596,0,1.7732 -2235,1,1.3639,0,1.7774 -2236,1,1.3682,0,1.7816 -2237,1,1.3726,0,1.7858 -2238,1,1.377,0,1.7901 -2239,1,1.3813,0,1.7944 -2240,1,1.3857,0,1.7986 -2241,1,1.3901,0,1.8029 -2242,1,1.3945,0,1.8072 -2243,1,1.399,0,1.8116 -2244,1,1.4034,0,1.8159 -2245,1,1.4079,0,1.8203 -2246,1,1.4123,0,1.8246 -2247,1,1.4168,0,1.829 -2248,1,1.4213,0,1.8334 -2249,1,1.4258,0,1.8379 -2250,1,1.4303,0,1.8423 -2251,1,1.4348,0,1.8467 -2252,1,1.4394,0,1.8512 -2253,1,1.4439,0,1.8557 -2254,1,1.4485,0,1.8602 -2255,1,1.4531,0,1.8647 -2256,1,1.4577,0,1.8692 -2257,1,1.4623,0,1.8738 -2258,1,1.4669,0,1.8783 -2259,1,1.4716,0,1.8829 -2260,1,1.4762,0,1.8875 -2261,1,1.4809,0,1.8921 -2262,1,1.4856,0,1.8967 -2263,1,1.4903,0,1.9014 -2264,1,1.495,0,1.906 -2265,1,1.4997,0,1.9107 -2266,1,1.5045,0,1.9153 -2267,1,1.5092,0,1.92 -2268,1,1.514,0,1.9247 -2269,1,1.5188,0,1.9295 -2270,1,1.5236,0,1.9342 -2271,1,1.5284,0,1.9389 -2272,1,1.5332,0,1.9437 -2273,1,1.5381,0,1.9485 -2274,1,1.5429,0,1.9532 -2275,1,1.5478,0,1.958 -2276,1,1.5526,0,1.9629 -2277,1,1.5575,0,1.9677 -2278,1,1.5624,0,1.9725 -2279,1,1.5673,0,1.9774 -2280,1,1.5722,0,1.9822 -2281,1,1.5772,0,1.9871 -2282,1,1.5821,0,1.992 -2283,1,1.5871,0,1.997 -2284,1,1.5921,0,2.0019 -2285,1,1.1619,0,2.0068 -2286,1,1.1654,0,2.0118 -2287,1,1.169,0,2.0168 -2288,1,1.1726,0,2.0218 -2289,1,1.1763,0,2.0268 -2290,1,1.1799,0,2.0318 -2291,1,1.1836,0,2.0368 -2292,1,1.1872,0,2.0419 -2293,1,1.1909,0,2.047 -2294,1,1.1946,0,2.052 -2295,1,1.1983,0,2.0571 -2296,1,1.202,0,2.0622 -2297,1,1.2057,0,2.0674 -2298,1,1.2095,0,2.0725 -2299,1,1.2132,0,2.0776 -2300,1,1.217,0,2.0828 -2301,1,1.2208,0,2.088 -2302,1,1.2246,0,2.0932 -2303,1,1.2284,0,2.0984 -2304,1,1.2322,0,2.1036 -2305,1,1.236,0,2.1088 -2306,1,1.2399,0,2.114 -2307,1,1.2437,0,2.1193 -2308,1,1.2476,0,2.1246 -2309,1,1.2515,0,2.1298 -2310,1,1.2554,0,2.1351 -2311,1,1.2593,0,2.1404 -2312,1,1.2632,0,2.1458 -2313,1,1.2672,0,2.1511 -2314,1,1.2712,0,2.1564 -2315,1,1.2751,0,2.1618 -2316,1,1.2791,0,2.1672 -2317,1,1.2831,0,2.1726 -2318,1,1.2871,0,2.178 -2319,1,1.2912,0,2.1834 -2320,1,1.2952,0,2.1888 -2321,1,1.2993,0,2.1942 -2322,1,1.3034,0,2.1997 -2323,1,1.3074,0,2.2052 -2324,1,1.3115,0,2.2106 -2325,1,1.3157,0,2.2161 -2326,1,1.3198,0,2.2217 -2327,1,1.3239,0,2.2272 -2328,1,1.3281,0,2.2327 -2329,1,1.3322,0,2.2383 -2330,1,1.3364,0,2.2438 -2331,1,1.3406,0,2.2494 -2332,1,1.3448,0,2.255 -2333,1,1.349,0,2.2606 -2334,1,1.3532,0,2.2663 -2335,1,1.3575,0,2.2719 -2336,1,1.3618,0,2.2775 -2337,1,1.366,0,2.2832 -2338,1,1.3703,0,2.2889 -2339,1,1.3746,0,2.2946 -2340,1,1.3789,0,2.3003 -2341,1,1.3833,0,2.306 -2342,1,1.3876,0,2.3117 -2343,1,1.392,0,2.3175 -2344,1,1.3963,0,2.3233 -2345,1,1.4007,0,2.329 -2346,1,1.4051,0,2.3348 -2347,1,1.4095,0,2.3406 -2348,1,1.4139,0,2.3464 -2349,1,1.4184,0,2.3522 -2350,1,1.4228,0,2.3581 -2351,1,1.4273,0,2.3639 -2352,1,1.4317,0,2.3698 -2353,1,1.4362,0,2.3756 -2354,1,1.4407,0,2.3815 -2355,1,1.4452,0,2.3874 -2356,1,1.4498,0,2.3933 -2357,1,1.4543,0,2.3992 -2358,1,1.4589,0,2.4052 -2359,1,1.4634,0,2.4111 -2360,1,1.468,0,2.4171 -2361,1,1.4726,0,2.4231 -2362,1,1.4772,0,2.4291 -2363,1,1.4818,0,2.4351 -2364,1,1.4865,0,2.4411 -2365,1,1.4911,0,2.4471 -2366,1,1.4958,0,2.4532 -2367,1,1.5005,0,2.4592 -2368,1,1.5052,0,2.4653 -2369,1,1.5099,0,2.4714 -2370,1,1.5146,0,2.4775 -2371,1,1.5194,0,2.4836 -2372,1,1.5241,0,2.4897 -2373,1,1.5289,0,2.4959 -2374,1,1.5337,0,2.502 -2375,1,1.5385,0,2.5082 -2376,1,1.5433,0,2.5144 -2377,1,1.5481,0,2.5205 -2378,1,1.5529,0,2.5267 -2379,1,1.5577,0,2.533 -2380,1,1.5626,0,2.5392 -2381,1,1.5674,0,2.5454 -2382,1,1.5723,0,2.5517 -2383,1,1.5772,0,2.5579 -2384,1,1.5821,0,2.5642 -2385,1,1.158,0,2.5705 -2386,1,1.1615,0,2.5768 -2387,1,1.1651,0,2.5831 -2388,1,1.1687,0,2.5895 -2389,1,1.1722,0,2.5958 -2390,1,1.1758,0,2.6022 -2391,1,1.1794,0,2.6085 -2392,1,1.1831,0,2.6149 -2393,1,1.1867,0,2.6213 -2394,1,1.1904,0,2.6277 -2395,1,1.194,0,2.6341 -2396,1,1.1977,0,2.6406 -2397,1,1.2014,0,2.647 -2398,1,1.2051,0,2.6534 -2399,1,1.2088,0,2.6599 -2400,1,1.2126,0,2.6664 -2401,1,1.2163,0,2.6729 -2402,1,1.2201,0,2.6793 -2403,1,1.2239,0,2.6859 -2404,1,1.2277,0,2.6924 -2405,1,1.2315,0,2.6989 -2406,1,1.2353,0,2.7054 -2407,1,1.2391,0,2.712 -2408,1,1.243,0,2.7186 -2409,1,1.2468,0,2.7252 -2410,1,1.2507,0,2.7318 -2411,1,1.2546,0,2.7384 -2412,1,1.2585,0,2.745 -2413,1,1.2624,0,2.7517 -2414,1,1.2664,0,2.7583 -2415,1,1.2703,0,2.765 -2416,1,1.2743,0,2.7717 -2417,1,1.2783,0,2.7783 -2418,1,1.2823,0,2.785 -2419,1,1.2863,0,2.7918 -2420,1,1.2903,0,2.7985 -2421,1,1.2943,0,2.8052 -2422,1,1.2984,0,2.812 -2423,1,1.3024,0,2.8188 -2424,1,1.3065,0,2.8255 -2425,1,1.3106,0,2.8323 -2426,1,1.3147,0,2.8391 -2427,1,1.3188,0,2.846 -2428,1,1.3229,0,2.8528 -2429,1,1.3271,0,2.8596 -2430,1,1.3312,0,2.8665 -2431,1,1.3354,0,2.8734 -2432,1,1.3396,0,2.8803 -2433,1,1.3438,0,2.8872 -2434,1,1.348,0,2.8941 -2435,1,1.3522,0,2.901 -2436,1,1.3565,0,2.9079 -2437,1,1.3607,0,2.9149 -2438,1,1.365,0,2.9218 -2439,1,1.3693,0,2.9288 -2440,1,1.3736,0,2.9357 -2441,1,1.3779,0,2.9427 -2442,1,1.3822,0,2.9497 -2443,1,1.3865,0,2.9567 -2444,1,1.3909,0,2.9638 -2445,1,1.3952,0,2.9708 -2446,1,1.3996,0,2.9778 -2447,1,1.404,0,2.9849 -2448,1,1.4084,0,2.992 -2449,1,1.4129,0,2.9991 -2450,1,1.4173,0,3.0062 -2451,1,1.4217,0,3.0133 -2452,1,1.4262,0,3.0204 -2453,1,1.4307,0,3.0275 -2454,1,1.4352,0,3.0347 -2455,1,1.4397,0,3.0418 -2456,1,1.4442,0,3.049 -2457,1,1.4488,0,3.0562 -2458,1,1.4533,0,3.0634 -2459,1,1.4579,0,3.0706 -2460,1,1.4624,0,3.0778 -2461,1,1.467,0,3.0851 -2462,1,1.4716,0,3.0923 -2463,1,1.4763,0,3.0996 -2464,1,1.4809,0,3.1069 -2465,1,1.4855,0,3.1142 -2466,1,1.4902,0,3.1215 -2467,1,1.4949,0,3.1288 -2468,1,1.4996,0,3.1361 -2469,1,1.5043,0,3.1434 -2470,1,1.509,0,3.1508 -2471,1,1.5137,0,3.1581 -2472,1,1.5184,0,3.1655 -2473,1,1.5232,0,3.1729 -2474,1,1.528,0,3.1803 -2475,1,1.5328,0,3.1877 -2476,1,1.5376,0,3.1951 -2477,1,1.5424,0,3.2026 -2478,1,1.5472,0,3.21 -2479,1,1.5521,0,3.2175 -2480,1,1.5569,0,3.2249 -2481,1,1.5618,0,3.2324 -2482,1,1.5667,0,3.2399 -2483,1,1.5716,0,3.2474 -2484,1,1.1539,0,3.2549 -2485,1,1.1574,0,3.2624 -2486,1,1.161,0,3.27 -2487,1,1.1646,0,3.2775 -2488,1,1.1681,0,3.2851 -2489,1,1.1717,0,3.2926 -2490,1,1.1754,0,3.3002 -2491,1,1.179,0,3.3078 -2492,1,1.1827,0,3.3154 -2493,1,1.1863,0,3.323 -2494,1,1.19,0,3.3307 -2495,1,1.1937,0,3.3383 -2496,1,1.1974,0,3.346 -2497,1,1.2012,0,3.3537 -2498,1,1.2049,0,3.3613 -2499,1,1.2087,0,3.369 -2500,1,1.2124,0,3.3768 -2501,1,1.2162,0,3.3845 -2502,1,1.22,0,3.3922 -2503,1,1.2238,0,3.4 -2504,1,1.2277,0,3.4077 -2505,1,1.2315,0,3.4155 -2506,1,1.2354,0,3.4233 -2507,1,1.2392,0,3.4311 -2508,1,1.2431,0,3.4389 -2509,1,1.247,0,3.4467 -2510,1,1.2509,0,3.4545 -2511,1,1.2549,0,3.4624 -2512,1,1.2588,0,3.4702 -2513,1,1.2628,0,3.4781 -2514,1,1.2668,0,3.486 -2515,1,1.2708,0,3.4939 -2516,1,1.2748,0,3.5018 -2517,1,1.2788,0,3.5097 -2518,1,1.2828,0,3.5176 -2519,1,1.2869,0,3.5255 -2520,1,1.2909,0,3.5335 -2521,1,1.295,0,3.5415 -2522,1,1.2991,0,3.5494 -2523,1,1.3032,0,3.5574 -2524,1,1.3073,0,3.5654 -2525,1,1.3115,0,3.5735 -2526,1,1.3156,0,3.5815 -2527,1,1.3198,0,3.5895 -2528,1,1.324,0,3.5976 -2529,1,1.3282,0,3.6056 -2530,1,1.3324,0,3.6137 -2531,1,1.3366,0,3.6218 -2532,1,1.3409,0,3.6299 -2533,1,1.3451,0,3.638 -2534,1,1.3494,0,3.6461 -2535,1,1.3537,0,3.6543 -2536,1,1.358,0,3.6624 -2537,1,1.3623,0,3.6706 -2538,1,1.3667,0,3.6788 -2539,1,1.371,0,3.687 -2540,1,1.3754,0,3.6952 -2541,1,1.3798,0,3.7034 -2542,1,1.3842,0,3.7116 -2543,1,1.3886,0,3.7198 -2544,1,1.3931,0,3.7281 -2545,1,1.3975,0,3.7364 -2546,1,1.402,0,3.7446 -2547,1,1.4064,0,3.7529 -2548,1,1.4109,0,3.7612 -2549,1,1.4154,0,3.7695 -2550,1,1.4199,0,3.7778 -2551,1,1.4245,0,3.7861 -2552,1,1.429,0,3.7945 -2553,1,1.4335,0,3.8028 -2554,1,1.4381,0,3.8112 -2555,1,1.4427,0,3.8195 -2556,1,1.4473,0,3.8279 -2557,1,1.4519,0,3.8363 -2558,1,1.4565,0,3.8447 -2559,1,1.4612,0,3.8531 -2560,1,1.4658,0,3.8616 -2561,1,1.4705,0,3.87 -2562,1,1.4752,0,3.8785 -2563,1,1.4799,0,3.887 -2564,1,1.4846,0,3.8954 -2565,1,1.4893,0,3.9039 -2566,1,1.4941,0,3.9125 -2567,1,1.4989,0,3.921 -2568,1,1.5037,0,3.9295 -2569,1,1.5085,0,3.938 -2570,1,1.5133,0,3.9466 -2571,1,1.5181,0,3.9551 -2572,1,1.523,0,3.9637 -2573,1,1.5278,0,3.9723 -2574,1,1.5327,0,3.9809 -2575,1,1.5376,0,3.9895 -2576,1,1.5425,0,3.9981 -2577,1,1.5474,0,4.0067 -2578,1,1.5523,0,4.0153 -2579,1,1.5572,0,4.0239 -2580,1,1.5622,0,4.0326 -2581,1,1.5671,0,4.0413 -2582,1,1.5721,0,4.0499 -2583,1,1.1536,0,4.0586 -2584,1,1.1572,0,4.0673 -2585,1,1.1608,0,4.076 -2586,1,1.1645,0,4.0848 -2587,1,1.1681,0,4.0935 -2588,1,1.1718,1,4.1023 -2589,1,1.1755,1,4.111 -2590,1,1.1792,1,4.1198 -2591,1,1.1829,1,4.1286 -2592,1,1.1866,1,4.1374 -2593,1,1.1904,1,4.1462 -2594,1,1.1942,1,4.1551 -2595,1,1.198,1,4.1639 -2596,1,1.2018,1,4.1728 -2597,1,1.2056,1,4.1816 -2598,1,1.2094,1,4.1905 -2599,1,1.2133,1,4.1994 -2600,1,1.2171,1,4.2083 -2601,1,1.221,1,4.2172 -2602,1,1.2249,1,4.2261 -2603,1,1.2288,1,4.235 -2604,1,1.2327,1,4.2439 -2605,1,1.2366,1,4.2529 -2606,1,1.2406,1,4.2618 -2607,1,1.2445,1,4.2708 -2608,1,1.2485,1,4.2797 -2609,1,1.2525,1,4.2887 -2610,1,1.2565,1,4.2977 -2611,1,1.2605,1,4.3068 -2612,1,1.2645,1,4.3158 -2613,1,1.2686,1,4.3248 -2614,1,1.2727,1,4.3339 -2615,1,1.2768,1,4.343 -2616,1,1.2809,1,4.352 -2617,1,1.285,1,4.3611 -2618,1,1.2891,1,4.3702 -2619,1,1.2933,1,4.3794 -2620,1,1.2975,1,4.3885 -2621,1,1.3017,1,4.3976 -2622,1,1.3059,1,4.4068 -2623,1,1.3101,1,4.4159 -2624,1,1.3143,1,4.4251 -2625,1,1.3186,1,4.4343 -2626,1,1.3228,1,4.4435 -2627,1,1.3271,1,4.4527 -2628,1,1.3314,1,4.4619 -2629,1,1.3357,1,4.4712 -2630,1,1.3401,1,4.4804 -2631,1,1.3444,1,4.4897 -2632,1,1.3488,1,4.4989 -2633,1,1.3531,1,4.5082 -2634,1,1.3575,1,4.5175 -2635,1,1.3619,1,4.5268 -2636,1,1.3663,1,4.5361 -2637,1,1.3708,1,4.5455 -2638,1,1.3752,1,4.5548 -2639,1,1.3797,1,4.5642 -2640,1,1.3842,1,4.5736 -2641,1,1.3887,1,4.5829 -2642,1,1.3932,1,4.5923 -2643,1,1.3977,1,4.6018 -2644,1,1.4023,1,4.6112 -2645,1,1.4068,1,4.6206 -2646,1,1.4114,1,4.6301 -2647,1,1.416,1,4.6395 -2648,1,1.4206,1,4.649 -2649,1,1.4252,1,4.6585 -2650,1,1.4299,1,4.6679 -2651,1,1.4345,1,4.6774 -2652,1,1.4392,1,4.6869 -2653,1,1.4439,1,4.6965 -2654,1,1.4486,1,4.706 -2655,1,1.4533,1,4.7155 -2656,1,1.458,1,4.7251 -2657,1,1.4628,1,4.7347 -2658,1,1.4676,1,4.7443 -2659,1,1.4723,1,4.7539 -2660,1,1.4771,1,4.7635 -2661,1,1.4819,1,4.7731 -2662,1,1.4868,1,4.7827 -2663,1,1.4916,1,4.7923 -2664,1,1.4965,1,4.802 -2665,1,1.5013,1,4.8116 -2666,1,1.5062,1,4.8213 -2667,1,1.5111,1,4.831 -2668,1,1.5161,1,4.8407 -2669,1,1.521,1,4.8504 -2670,1,1.526,1,4.8601 -2671,1,1.5309,1,4.8699 -2672,1,1.5359,1,4.8796 -2673,1,1.5409,1,4.8894 -2674,1,1.546,1,4.8992 -2675,1,1.551,1,4.909 -2676,1,1.5561,1,4.9188 -2677,1,1.5611,1,4.9286 -2678,1,1.5662,1,4.9384 -2679,1,1.5713,1,4.9483 -2680,1,1.5764,1,4.9581 -2681,1,1.5816,1,4.968 -2682,1,1.5867,1,4.9779 -2683,1,1.1581,0,1.6088 -2684,1,1.1618,0,1.6118 -2685,1,1.1655,0,1.6148 -2686,1,1.1692,0,1.6178 -2687,1,1.1729,0,1.6209 -2688,1,1.1767,0,1.6239 -2689,1,1.1805,0,1.627 -2690,1,1.1843,0,1.6301 -2691,1,1.1881,0,1.6331 -2692,1,1.1919,0,1.6363 -2693,1,1.1957,0,1.6394 -2694,1,1.1996,0,1.6425 -2695,1,1.2035,0,1.6457 -2696,1,1.2074,0,1.6488 -2697,1,1.2113,0,1.652 -2698,1,1.2152,0,1.6552 -2699,1,1.2191,0,1.6585 -2700,1,1.2231,0,1.6617 -2701,1,1.2271,0,1.6649 -2702,1,1.2311,0,1.6682 -2703,1,1.2351,0,1.6715 -2704,1,1.2391,0,1.6748 -2705,1,1.2431,0,1.6781 -2706,1,1.2472,0,1.6814 -2707,1,1.2512,0,1.6847 -2708,1,1.2553,0,1.6881 -2709,1,1.2594,0,1.6914 -2710,1,1.2635,0,1.6948 -2711,1,1.2677,0,1.6982 -2712,1,1.2718,0,1.7016 -2713,1,1.276,0,1.7051 -2714,1,1.2802,0,1.7085 -2715,1,1.2844,0,1.712 -2716,1,1.2886,0,1.7154 -2717,1,1.2928,0,1.7189 -2718,1,1.2971,0,1.7224 -2719,1,1.3014,0,1.726 -2720,1,1.3056,0,1.7295 -2721,1,1.3099,0,1.7331 -2722,1,1.3142,0,1.7366 -2723,1,1.3186,0,1.7402 -2724,1,1.3229,0,1.7438 -2725,1,1.3273,0,1.7474 -2726,1,1.3317,0,1.7511 -2727,1,1.336,0,1.7547 -2728,1,1.3405,0,1.7584 -2729,1,1.3449,0,1.7621 -2730,1,1.3493,0,1.7657 -2731,1,1.3538,0,1.7694 -2732,1,1.3582,0,1.7732 -2733,1,1.3627,0,1.7769 -2734,1,1.3672,0,1.7807 -2735,1,1.3718,0,1.7844 -2736,1,1.3763,0,1.7882 -2737,1,1.3808,0,1.792 -2738,1,1.3854,0,1.7958 -2739,1,1.39,0,1.7997 -2740,1,1.3946,0,1.8035 -2741,1,1.3992,0,1.8074 -2742,1,1.4038,0,1.8112 -2743,1,1.4085,0,1.8151 -2744,1,1.4131,0,1.819 -2745,1,1.4178,0,1.8229 -2746,1,1.4225,0,1.8269 -2747,1,1.4272,0,1.8308 -2748,1,1.4319,0,1.8348 -2749,1,1.4367,0,1.8388 -2750,1,1.4415,0,1.8428 -2751,1,1.4462,0,1.8468 -2752,1,1.451,0,1.8508 -2753,1,1.4558,0,1.8549 -2754,1,1.4607,0,1.8589 -2755,1,1.4655,0,1.863 -2756,1,1.4704,0,1.8671 -2757,1,1.4752,0,1.8712 -2758,1,1.4801,0,1.8753 -2759,1,1.485,0,1.8795 -2760,1,1.49,0,1.8836 -2761,1,1.4949,0,1.8878 -2762,1,1.4998,0,1.892 -2763,1,1.5048,0,1.8962 -2764,1,1.5098,0,1.9004 -2765,1,1.5148,0,1.9047 -2766,1,1.5198,0,1.9089 -2767,1,1.5249,0,1.9132 -2768,1,1.5299,0,1.9175 -2769,1,1.535,0,1.9217 -2770,1,1.54,0,1.926 -2771,1,1.5451,0,1.9304 -2772,1,1.5502,0,1.9347 -2773,1,1.5554,0,1.9391 -2774,1,1.5605,0,1.9434 -2775,1,1.5656,0,1.9478 -2776,1,1.5708,0,1.9522 -2777,1,1.576,0,1.9566 -2778,1,1.5812,0,1.961 -2779,1,1.5864,0,1.9655 -2780,1,1.5917,0,1.9699 -2781,1,1.5969,0,1.9744 -2782,1,1.6022,0,1.9789 -2783,1,1.1623,0,1.9834 -2784,1,1.166,0,1.9879 -2785,1,1.1698,0,1.9925 -2786,1,1.1736,0,1.997 -2787,1,1.1774,0,2.0016 -2788,1,1.1812,0,2.0062 -2789,1,1.185,0,2.0108 -2790,1,1.1888,0,2.0154 -2791,1,1.1927,0,2.02 -2792,1,1.1966,0,2.0247 -2793,1,1.2005,0,2.0293 -2794,1,1.2044,0,2.034 -2795,1,1.2083,0,2.0387 -2796,1,1.2123,0,2.0434 -2797,1,1.2162,0,2.0481 -2798,1,1.2202,0,2.0528 -2799,1,1.2242,0,2.0576 -2800,1,1.2282,0,2.0624 -2801,1,1.2322,0,2.0671 -2802,1,1.2363,0,2.0719 -2803,1,1.2403,0,2.0768 -2804,1,1.2444,0,2.0816 -2805,1,1.2485,0,2.0864 -2806,1,1.2526,0,2.0913 -2807,1,1.2567,0,2.0961 -2808,1,1.2608,0,2.101 -2809,1,1.265,0,2.1059 -2810,1,1.2691,0,2.1108 -2811,1,1.2733,0,2.1158 -2812,1,1.2775,0,2.1207 -2813,1,1.2817,0,2.1256 -2814,1,1.2859,0,2.1306 -2815,1,1.2902,0,2.1356 -2816,1,1.2945,0,2.1406 -2817,1,1.2987,0,2.1456 -2818,1,1.303,0,2.1506 -2819,1,1.3073,0,2.1557 -2820,1,1.3116,0,2.1608 -2821,1,1.316,0,2.1658 -2822,1,1.3203,0,2.1709 -2823,1,1.3247,0,2.176 -2824,1,1.3291,0,2.1812 -2825,1,1.3335,0,2.1863 -2826,1,1.3379,0,2.1914 -2827,1,1.3424,0,2.1966 -2828,1,1.3468,0,2.2018 -2829,1,1.3513,0,2.207 -2830,1,1.3557,0,2.2122 -2831,1,1.3602,0,2.2174 -2832,1,1.3647,0,2.2227 -2833,1,1.3693,0,2.2279 -2834,1,1.3738,0,2.2332 -2835,1,1.3784,0,2.2385 -2836,1,1.3829,0,2.2437 -2837,1,1.3875,0,2.2491 -2838,1,1.3921,0,2.2544 -2839,1,1.3967,0,2.2597 -2840,1,1.4014,0,2.2651 -2841,1,1.406,0,2.2704 -2842,1,1.4107,0,2.2758 -2843,1,1.4154,0,2.2812 -2844,1,1.4201,0,2.2867 -2845,1,1.4248,0,2.2921 -2846,1,1.4295,0,2.2975 -2847,1,1.4343,0,2.303 -2848,1,1.439,0,2.3085 -2849,1,1.4438,0,2.314 -2850,1,1.4486,0,2.3195 -2851,1,1.4534,0,2.325 -2852,1,1.4583,0,2.3306 -2853,1,1.4631,0,2.3361 -2854,1,1.4679,0,2.3417 -2855,1,1.4728,0,2.3473 -2856,1,1.4777,0,2.3529 -2857,1,1.4826,0,2.3585 -2858,1,1.4875,0,2.3641 -2859,1,1.4924,0,2.3697 -2860,1,1.4974,0,2.3754 -2861,1,1.5024,0,2.3811 -2862,1,1.5073,0,2.3867 -2863,1,1.5123,0,2.3924 -2864,1,1.5173,0,2.3982 -2865,1,1.5224,0,2.4039 -2866,1,1.5274,0,2.4096 -2867,1,1.5325,0,2.4154 -2868,1,1.5375,0,2.4211 -2869,1,1.5426,0,2.4269 -2870,1,1.5477,0,2.4327 -2871,1,1.5529,0,2.4385 -2872,1,1.558,0,2.4444 -2873,1,1.5631,0,2.4502 -2874,1,1.5683,0,2.4561 -2875,1,1.5735,0,2.462 -2876,1,1.5787,0,2.4679 -2877,1,1.5839,0,2.4738 -2878,1,1.5891,0,2.4797 -2879,1,1.5944,0,2.4856 -2880,1,1.5997,0,2.4916 -2881,1,1.6049,0,2.4976 -2882,1,1.1619,0,2.5035 -2883,1,1.1657,0,2.5095 -2884,1,1.1694,0,2.5155 -2885,1,1.1732,0,2.5216 -2886,1,1.177,0,2.5276 -2887,1,1.1808,0,2.5337 -2888,1,1.1846,0,2.5397 -2889,1,1.1885,0,2.5458 -2890,1,1.1923,0,2.5519 -2891,1,1.1962,0,2.558 -2892,1,1.2001,0,2.5642 -2893,1,1.204,0,2.5703 -2894,1,1.2079,0,2.5765 -2895,1,1.2118,0,2.5827 -2896,1,1.2158,0,2.5889 -2897,1,1.2198,0,2.5951 -2898,1,1.2238,0,2.6013 -2899,1,1.2278,0,2.6076 -2900,1,1.2318,0,2.6138 -2901,1,1.2358,0,2.6201 -2902,1,1.2398,0,2.6264 -2903,1,1.2439,0,2.6327 -2904,1,1.248,0,2.639 -2905,1,1.2521,0,2.6453 -2906,1,1.2562,0,2.6516 -2907,1,1.2603,0,2.658 -2908,1,1.2645,0,2.6644 -2909,1,1.2686,0,2.6707 -2910,1,1.2728,0,2.6771 -2911,1,1.277,0,2.6836 -2912,1,1.2812,0,2.69 -2913,1,1.2854,0,2.6964 -2914,1,1.2896,0,2.7029 -2915,1,1.2939,0,2.7094 -2916,1,1.2981,0,2.7158 -2917,1,1.3024,0,2.7223 -2918,1,1.3067,0,2.7289 -2919,1,1.311,0,2.7354 -2920,1,1.3154,0,2.7419 -2921,1,1.3197,0,2.7485 -2922,1,1.3241,0,2.7551 -2923,1,1.3285,0,2.7617 -2924,1,1.3329,0,2.7683 -2925,1,1.3373,0,2.7749 -2926,1,1.3417,0,2.7816 -2927,1,1.3462,0,2.7882 -2928,1,1.3506,0,2.7949 -2929,1,1.3551,0,2.8016 -2930,1,1.3596,0,2.8083 -2931,1,1.3641,0,2.815 -2932,1,1.3686,0,2.8218 -2933,1,1.3732,0,2.8285 -2934,1,1.3777,0,2.8353 -2935,1,1.3823,0,2.8421 -2936,1,1.3869,0,2.8489 -2937,1,1.3915,0,2.8556 -2938,1,1.3961,0,2.8625 -2939,1,1.4007,0,2.8693 -2940,1,1.4054,0,2.8761 -2941,1,1.41,0,2.883 -2942,1,1.4147,0,2.8898 -2943,1,1.4194,0,2.8967 -2944,1,1.4241,0,2.9036 -2945,1,1.4288,0,2.9105 -2946,1,1.4335,0,2.9174 -2947,1,1.4383,0,2.9243 -2948,1,1.4431,0,2.9313 -2949,1,1.4478,0,2.9383 -2950,1,1.4526,0,2.9453 -2951,1,1.4575,0,2.9523 -2952,1,1.4623,0,2.9593 -2953,1,1.4672,0,2.9664 -2954,1,1.472,0,2.9735 -2955,1,1.4769,0,2.9805 -2956,1,1.4818,0,2.9876 -2957,1,1.4868,0,2.9947 -2958,1,1.4917,0,3.0018 -2959,1,1.4966,0,3.009 -2960,1,1.5016,0,3.0161 -2961,1,1.5066,0,3.0233 -2962,1,1.5116,0,3.0304 -2963,1,1.5166,0,3.0376 -2964,1,1.5216,0,3.0448 -2965,1,1.5266,0,3.052 -2966,1,1.5317,0,3.0592 -2967,1,1.5367,0,3.0665 -2968,1,1.5418,0,3.0737 -2969,1,1.5469,0,3.081 -2970,1,1.552,0,3.0883 -2971,1,1.5571,0,3.0956 -2972,1,1.5623,0,3.1029 -2973,1,1.5674,0,3.1102 -2974,1,1.5726,0,3.1176 -2975,1,1.5778,0,3.1249 -2976,1,1.583,0,3.1323 -2977,1,1.5883,0,3.1397 -2978,1,1.5935,0,3.1471 -2979,1,1.5988,0,3.1546 -2980,1,1.1588,0,3.162 -2981,1,1.1625,0,3.1695 -2982,1,1.1662,0,3.1769 -2983,1,1.17,0,3.1844 -2984,1,1.1738,0,3.1919 -2985,1,1.1776,0,3.1995 -2986,1,1.1814,0,3.207 -2987,1,1.1852,0,3.2145 -2988,1,1.189,0,3.2221 -2989,1,1.1929,0,3.2296 -2990,1,1.1968,0,3.2372 -2991,1,1.2006,0,3.2448 -2992,1,1.2045,0,3.2524 -2993,1,1.2084,0,3.26 -2994,1,1.2124,0,3.2677 -2995,1,1.2163,0,3.2753 -2996,1,1.2203,0,3.283 -2997,1,1.2242,0,3.2906 -2998,1,1.2282,0,3.2983 -2999,1,1.2323,0,3.3061 -3000,1,1.2363,0,3.3138 -3001,1,1.2403,0,3.3215 -3002,1,1.2444,0,3.3293 -3003,1,1.2484,0,3.3371 -3004,1,1.2525,0,3.3448 -3005,1,1.2566,0,3.3526 -3006,1,1.2608,0,3.3605 -3007,1,1.2649,0,3.3683 -3008,1,1.269,0,3.3761 -3009,1,1.2732,0,3.384 -3010,1,1.2774,0,3.3919 -3011,1,1.2816,0,3.3997 -3012,1,1.2858,0,3.4076 -3013,1,1.29,0,3.4156 -3014,1,1.2943,0,3.4235 -3015,1,1.2985,0,3.4314 -3016,1,1.3028,0,3.4394 -3017,1,1.3071,0,3.4474 -3018,1,1.3114,0,3.4554 -3019,1,1.3157,0,3.4634 -3020,1,1.3201,0,3.4714 -3021,1,1.3244,0,3.4795 -3022,1,1.3288,0,3.4875 -3023,1,1.3332,0,3.4956 -3024,1,1.3376,0,3.5037 -3025,1,1.342,0,3.5118 -3026,1,1.3465,0,3.5199 -3027,1,1.3509,0,3.528 -3028,1,1.3554,0,3.5361 -3029,1,1.3598,0,3.5443 -3030,1,1.3643,0,3.5525 -3031,1,1.3689,0,3.5606 -3032,1,1.3734,0,3.5688 -3033,1,1.3779,0,3.5771 -3034,1,1.3825,0,3.5853 -3035,1,1.3871,0,3.5935 -3036,1,1.3916,0,3.6018 -3037,1,1.3963,0,3.6101 -3038,1,1.4009,0,3.6184 -3039,1,1.4055,0,3.6267 -3040,1,1.4102,0,3.635 -3041,1,1.4148,0,3.6433 -3042,1,1.4195,0,3.6517 -3043,1,1.4242,0,3.6601 -3044,1,1.4289,0,3.6684 -3045,1,1.4337,0,3.6768 -3046,1,1.4384,0,3.6852 -3047,1,1.4432,0,3.6937 -3048,1,1.448,0,3.7021 -3049,1,1.4527,0,3.7106 -3050,1,1.4576,0,3.719 -3051,1,1.4624,0,3.7275 -3052,1,1.4672,0,3.736 -3053,1,1.4721,0,3.7445 -3054,1,1.4769,0,3.753 -3055,1,1.4818,0,3.7616 -3056,1,1.4867,0,3.7701 -3057,1,1.4916,0,3.7787 -3058,1,1.4966,0,3.7873 -3059,1,1.5015,0,3.7959 -3060,1,1.5065,0,3.8045 -3061,1,1.5114,0,3.8131 -3062,1,1.5164,0,3.8217 -3063,1,1.5214,0,3.8304 -3064,1,1.5264,0,3.8391 -3065,1,1.5315,0,3.8477 -3066,1,1.5365,0,3.8564 -3067,1,1.5416,0,3.8651 -3068,1,1.5466,0,3.8738 -3069,1,1.5517,0,3.8826 -3070,1,1.5568,0,3.8913 -3071,1,1.562,0,3.9001 -3072,1,1.5671,0,3.9089 -3073,1,1.5723,0,3.9177 -3074,1,1.5774,0,3.9265 -3075,1,1.5826,0,3.9353 -3076,1,1.5878,0,3.9441 -3077,1,1.593,0,3.953 -3078,1,1.5983,0,3.9619 -3079,1,1.6035,0,3.9708 -3080,1,1.1597,0,3.9797 -3081,1,1.1634,0,3.9886 -3082,1,1.1671,0,3.9975 -3083,1,1.1708,0,4.0065 -3084,1,1.1746,0,4.0155 -3085,1,1.1784,0,4.0244 -3086,1,1.1822,0,4.0335 -3087,1,1.186,0,4.0425 -3088,1,1.1898,0,4.0515 -3089,1,1.1937,0,4.0606 -3090,1,1.1975,0,4.0696 -3091,1,1.2014,0,4.0787 -3092,1,1.2053,0,4.0878 -3093,1,1.2092,0,4.0969 -3094,1,1.2131,1,4.106 -3095,1,1.2171,1,4.1151 -3096,1,1.221,1,4.1243 -3097,1,1.225,1,4.1335 -3098,1,1.229,1,4.1426 -3099,1,1.233,1,4.1518 -3100,1,1.237,1,4.161 -3101,1,1.241,1,4.1702 -3102,1,1.245,1,4.1795 -3103,1,1.2491,1,4.1887 -3104,1,1.2532,1,4.198 -3105,1,1.2572,1,4.2072 -3106,1,1.2613,1,4.2165 -3107,1,1.2655,1,4.2258 -3108,1,1.2696,1,4.2352 -3109,1,1.2737,1,4.2445 -3110,1,1.2779,1,4.2538 -3111,1,1.2821,1,4.2632 -3112,1,1.2863,1,4.2726 -3113,1,1.2905,1,4.282 -3114,1,1.2947,1,4.2914 -3115,1,1.299,1,4.3008 -3116,1,1.3032,1,4.3102 -3117,1,1.3075,1,4.3197 -3118,1,1.3118,1,4.3292 -3119,1,1.3161,1,4.3386 -3120,1,1.3204,1,4.3481 -3121,1,1.3248,1,4.3577 -3122,1,1.3291,1,4.3672 -3123,1,1.3335,1,4.3767 -3124,1,1.3379,1,4.3863 -3125,1,1.3423,1,4.3959 -3126,1,1.3467,1,4.4055 -3127,1,1.3511,1,4.4151 -3128,1,1.3556,1,4.4247 -3129,1,1.36,1,4.4343 -3130,1,1.3645,1,4.444 -3131,1,1.369,1,4.4536 -3132,1,1.3735,1,4.4633 -3133,1,1.378,1,4.473 -3134,1,1.3826,1,4.4827 -3135,1,1.3871,1,4.4924 -3136,1,1.3917,1,4.5022 -3137,1,1.3963,1,4.5119 -3138,1,1.4009,1,4.5217 -3139,1,1.4055,1,4.5315 -3140,1,1.4101,1,4.5413 -3141,1,1.4148,1,4.5511 -3142,1,1.4194,1,4.5609 -3143,1,1.4241,1,4.5707 -3144,1,1.4288,1,4.5806 -3145,1,1.4335,1,4.5905 -3146,1,1.4382,1,4.6004 -3147,1,1.443,1,4.6103 -3148,1,1.4477,1,4.6202 -3149,1,1.4525,1,4.6301 -3150,1,1.4573,1,4.6401 -3151,1,1.4621,1,4.6501 -3152,1,1.4669,1,4.66 -3153,1,1.4717,1,4.67 -3154,1,1.4766,1,4.68 -3155,1,1.4815,1,4.6901 -3156,1,1.4863,1,4.7001 -3157,1,1.4912,1,4.7101 -3158,1,1.4961,1,4.7202 -3159,1,1.5011,1,4.7303 -3160,1,1.506,1,4.7404 -3161,1,1.511,1,4.7505 -3162,1,1.5159,1,4.7607 -3163,1,1.5209,1,4.7708 -3164,1,1.5259,1,4.781 -3165,1,1.5309,1,4.7911 -3166,1,1.536,1,4.8013 -3167,1,1.541,1,4.8115 -3168,1,1.5461,1,4.8217 -3169,1,1.5512,1,4.8319 -3170,1,1.5562,1,4.8422 -3171,1,1.5613,1,4.8524 -3172,1,1.5665,1,4.8627 -3173,1,1.5716,1,4.873 -3174,1,1.5767,1,4.8833 -3175,1,1.5819,1,4.8936 -3176,1,1.5871,1,4.9039 -3177,1,1.5923,1,4.9143 -3178,1,1.5975,1,4.9246 -3179,1,1.6027,1,4.935 -3180,1,1.1586,0,1.6057 -3181,1,1.1623,0,1.6088 -3182,1,1.166,0,1.6119 -3183,1,1.1698,0,1.6151 -3184,1,1.1735,0,1.6183 -3185,1,1.1773,0,1.6215 -3186,1,1.1811,0,1.6246 -3187,1,1.1849,0,1.6279 -3188,1,1.1887,0,1.6311 -3189,1,1.1925,0,1.6343 -3190,1,1.1963,0,1.6376 -3191,1,1.2002,0,1.6408 -3192,1,1.204,0,1.6441 -3193,1,1.2079,0,1.6474 -3194,1,1.2118,0,1.6507 -3195,1,1.2157,0,1.6541 -3196,1,1.2197,0,1.6574 -3197,1,1.2236,0,1.6607 -3198,1,1.2276,0,1.6641 -3199,1,1.2316,0,1.6675 -3200,1,1.2355,0,1.6709 -3201,1,1.2396,0,1.6743 -3202,1,1.2436,0,1.6777 -3203,1,1.2476,0,1.6811 -3204,1,1.2517,0,1.6845 -3205,1,1.2557,0,1.688 -3206,1,1.2598,0,1.6915 -3207,1,1.2639,0,1.6949 -3208,1,1.268,0,1.6984 -3209,1,1.2721,0,1.7019 -3210,1,1.2763,0,1.7055 -3211,1,1.2804,0,1.709 -3212,1,1.2846,0,1.7125 -3213,1,1.2888,0,1.7161 -3214,1,1.293,0,1.7197 -3215,1,1.2972,0,1.7232 -3216,1,1.3014,0,1.7268 -3217,1,1.3057,0,1.7305 -3218,1,1.3099,0,1.7341 -3219,1,1.3142,0,1.7377 -3220,1,1.3185,0,1.7414 -3221,1,1.3228,0,1.745 -3222,1,1.3272,0,1.7487 -3223,1,1.3315,0,1.7524 -3224,1,1.3359,0,1.7561 -3225,1,1.3402,0,1.7598 -3226,1,1.3446,0,1.7636 -3227,1,1.349,0,1.7673 -3228,1,1.3534,0,1.7711 -3229,1,1.3579,0,1.7748 -3230,1,1.3623,0,1.7786 -3231,1,1.3668,0,1.7824 -3232,1,1.3712,0,1.7862 -3233,1,1.3757,0,1.79 -3234,1,1.3802,0,1.7938 -3235,1,1.3847,0,1.7977 -3236,1,1.3893,0,1.8015 -3237,1,1.3938,0,1.8054 -3238,1,1.3984,0,1.8093 -3239,1,1.403,0,1.8132 -3240,1,1.4076,0,1.8171 -3241,1,1.4122,0,1.821 -3242,1,1.4168,0,1.8249 -3243,1,1.4215,0,1.8289 -3244,1,1.4261,0,1.8328 -3245,1,1.4308,0,1.8368 -3246,1,1.4355,0,1.8408 -3247,1,1.4402,0,1.8448 -3248,1,1.4449,0,1.8488 -3249,1,1.4497,0,1.8528 -3250,1,1.4544,0,1.8568 -3251,1,1.4592,0,1.8609 -3252,1,1.464,0,1.8649 -3253,1,1.4687,0,1.869 -3254,1,1.4736,0,1.8731 -3255,1,1.4784,0,1.8772 -3256,1,1.4832,0,1.8813 -3257,1,1.4881,0,1.8854 -3258,1,1.4929,0,1.8895 -3259,1,1.4978,0,1.8937 -3260,1,1.5027,0,1.8978 -3261,1,1.5076,0,1.902 -3262,1,1.5126,0,1.9062 -3263,1,1.5175,0,1.9104 -3264,1,1.5225,0,1.9146 -3265,1,1.5274,0,1.9188 -3266,1,1.5324,0,1.923 -3267,1,1.5374,0,1.9273 -3268,1,1.5424,0,1.9315 -3269,1,1.5475,0,1.9358 -3270,1,1.5525,0,1.94 -3271,1,1.5576,0,1.9443 -3272,1,1.5626,0,1.9486 -3273,1,1.5677,0,1.9529 -3274,1,1.5728,0,1.9573 -3275,1,1.5779,0,1.9616 -3276,1,1.5831,0,1.9659 -3277,1,1.1511,0,1.9703 -3278,1,1.1548,0,1.9747 -3279,1,1.1584,0,1.9791 -3280,1,1.1621,0,1.9835 -3281,1,1.1658,0,1.9879 -3282,1,1.1695,0,1.9923 -3283,1,1.1732,0,1.9967 -3284,1,1.177,0,2.0012 -3285,1,1.1807,0,2.0056 -3286,1,1.1845,0,2.0101 -3287,1,1.1883,0,2.0146 -3288,1,1.1921,0,2.0191 -3289,1,1.1959,0,2.0236 -3290,1,1.1997,0,2.0281 -3291,1,1.2036,0,2.0326 -3292,1,1.2074,0,2.0372 -3293,1,1.2113,0,2.0417 -3294,1,1.2152,0,2.0463 -3295,1,1.2191,0,2.0509 -3296,1,1.223,0,2.0555 -3297,1,1.227,0,2.0601 -3298,1,1.2309,0,2.0647 -3299,1,1.2349,0,2.0694 -3300,1,1.2389,0,2.074 -3301,1,1.2429,0,2.0787 -3302,1,1.2469,0,2.0833 -3303,1,1.2509,0,2.088 -3304,1,1.255,0,2.0927 -3305,1,1.259,0,2.0974 -3306,1,1.2631,0,2.1021 -3307,1,1.2672,0,2.1069 -3308,1,1.2713,0,2.1116 -3309,1,1.2754,0,2.1164 -3310,1,1.2795,0,2.1211 -3311,1,1.2837,0,2.1259 -3312,1,1.2878,0,2.1307 -3313,1,1.292,0,2.1355 -3314,1,1.2962,0,2.1404 -3315,1,1.3004,0,2.1452 -3316,1,1.3046,0,2.15 -3317,1,1.3089,0,2.1549 -3318,1,1.3131,0,2.1598 -3319,1,1.3174,0,2.1646 -3320,1,1.3217,0,2.1695 -3321,1,1.3259,0,2.1744 -3322,1,1.3302,0,2.1793 -3323,1,1.3346,0,2.1843 -3324,1,1.3389,0,2.1892 -3325,1,1.3432,0,2.1942 -3326,1,1.3476,0,2.1991 -3327,1,1.352,0,2.2041 -3328,1,1.3564,0,2.2091 -3329,1,1.3608,0,2.2141 -3330,1,1.3652,0,2.2191 -3331,1,1.3696,0,2.2241 -3332,1,1.3741,0,2.2291 -3333,1,1.3785,0,2.2341 -3334,1,1.383,0,2.2392 -3335,1,1.3875,0,2.2443 -3336,1,1.392,0,2.2494 -3337,1,1.3965,0,2.2545 -3338,1,1.4011,0,2.2596 -3339,1,1.4056,0,2.2647 -3340,1,1.4102,0,2.2698 -3341,1,1.4148,0,2.275 -3342,1,1.4194,0,2.2801 -3343,1,1.424,0,2.2853 -3344,1,1.4286,0,2.2905 -3345,1,1.4333,0,2.2956 -3346,1,1.4379,0,2.3009 -3347,1,1.4426,0,2.3061 -3348,1,1.4473,0,2.3113 -3349,1,1.452,0,2.3165 -3350,1,1.4567,0,2.3218 -3351,1,1.4614,0,2.327 -3352,1,1.4661,0,2.3323 -3353,1,1.4709,0,2.3376 -3354,1,1.4757,0,2.3429 -3355,1,1.4805,0,2.3482 -3356,1,1.4853,0,2.3535 -3357,1,1.4901,0,2.3589 -3358,1,1.4949,0,2.3642 -3359,1,1.4997,0,2.3696 -3360,1,1.5046,0,2.3749 -3361,1,1.5095,0,2.3803 -3362,1,1.5143,0,2.3857 -3363,1,1.5192,0,2.3911 -3364,1,1.5242,0,2.3965 -3365,1,1.5291,0,2.4019 -3366,1,1.534,0,2.4074 -3367,1,1.539,0,2.4128 -3368,1,1.544,0,2.4183 -3369,1,1.549,0,2.4238 -3370,1,1.554,0,2.4293 -3371,1,1.559,0,2.4348 -3372,1,1.564,0,2.4403 -3373,1,1.5691,0,2.4459 -3374,1,1.5741,0,2.4514 -3375,1,1.5792,0,2.457 -3376,1,1.5843,0,2.4625 -3377,1,1.5894,0,2.4681 -3378,1,1.1533,0,2.4737 -3379,1,1.1569,0,2.4793 -3380,1,1.1605,0,2.4849 -3381,1,1.1642,0,2.4906 -3382,1,1.1679,0,2.4962 -3383,1,1.1715,0,2.5019 -3384,1,1.1752,0,2.5076 -3385,1,1.179,0,2.5133 -3386,1,1.1827,0,2.519 -3387,1,1.1864,0,2.5247 -3388,1,1.1902,0,2.5304 -3389,1,1.194,0,2.5361 -3390,1,1.1978,0,2.5419 -3391,1,1.2016,0,2.5476 -3392,1,1.2054,0,2.5534 -3393,1,1.2092,0,2.5592 -3394,1,1.2131,0,2.565 -3395,1,1.2169,0,2.5708 -3396,1,1.2208,0,2.5766 -3397,1,1.2247,0,2.5824 -3398,1,1.2286,0,2.5883 -3399,1,1.2325,0,2.5941 -3400,1,1.2364,0,2.6 -3401,1,1.2404,0,2.6058 -3402,1,1.2443,0,2.6117 -3403,1,1.2483,0,2.6176 -3404,1,1.2523,0,2.6235 -3405,1,1.2563,0,2.6295 -3406,1,1.2603,0,2.6354 -3407,1,1.2643,0,2.6413 -3408,1,1.2684,0,2.6473 -3409,1,1.2725,0,2.6532 -3410,1,1.2765,0,2.6592 -3411,1,1.2806,0,2.6652 -3412,1,1.2847,0,2.6712 -3413,1,1.2888,0,2.6772 -3414,1,1.293,0,2.6832 -3415,1,1.2971,0,2.6893 -3416,1,1.3013,0,2.6953 -3417,1,1.3055,0,2.7014 -3418,1,1.3096,0,2.7074 -3419,1,1.3139,0,2.7135 -3420,1,1.3181,0,2.7196 -3421,1,1.3223,0,2.7257 -3422,1,1.3266,0,2.7319 -3423,1,1.3308,0,2.738 -3424,1,1.3351,0,2.7441 -3425,1,1.3394,0,2.7503 -3426,1,1.3437,0,2.7564 -3427,1,1.348,0,2.7626 -3428,1,1.3524,0,2.7688 -3429,1,1.3567,0,2.775 -3430,1,1.3611,0,2.7812 -3431,1,1.3655,0,2.7875 -3432,1,1.3699,0,2.7937 -3433,1,1.3743,0,2.7999 -3434,1,1.3787,0,2.8062 -3435,1,1.3831,0,2.8125 -3436,1,1.3876,0,2.8188 -3437,1,1.392,0,2.8251 -3438,1,1.3965,0,2.8314 -3439,1,1.401,0,2.8377 -3440,1,1.4055,0,2.844 -3441,1,1.4101,0,2.8504 -3442,1,1.4146,0,2.8567 -3443,1,1.4191,0,2.8631 -3444,1,1.4237,0,2.8694 -3445,1,1.4283,0,2.8758 -3446,1,1.4329,0,2.8822 -3447,1,1.4375,0,2.8887 -3448,1,1.4421,0,2.8951 -3449,1,1.4468,0,2.9015 -3450,1,1.4514,0,2.908 -3451,1,1.4561,0,2.9144 -3452,1,1.4608,0,2.9209 -3453,1,1.4655,0,2.9274 -3454,1,1.4702,0,2.9339 -3455,1,1.4749,0,2.9404 -3456,1,1.4796,0,2.9469 -3457,1,1.4844,0,2.9534 -3458,1,1.4892,0,2.96 -3459,1,1.4939,0,2.9665 -3460,1,1.4987,0,2.9731 -3461,1,1.5036,0,2.9797 -3462,1,1.5084,0,2.9863 -3463,1,1.5132,0,2.9929 -3464,1,1.5181,0,2.9995 -3465,1,1.5229,0,3.0061 -3466,1,1.5278,0,3.0128 -3467,1,1.5327,0,3.0194 -3468,1,1.5376,0,3.0261 -3469,1,1.5426,0,3.0328 -3470,1,1.5475,0,3.0395 -3471,1,1.5524,0,3.0462 -3472,1,1.5574,0,3.0529 -3473,1,1.5624,0,3.0596 -3474,1,1.5674,0,3.0663 -3475,1,1.5724,0,3.0731 -3476,1,1.1473,0,3.0798 -3477,1,1.1509,0,3.0866 -3478,1,1.1545,0,3.0934 -3479,1,1.1581,0,3.1002 -3480,1,1.1617,0,3.107 -3481,1,1.1654,0,3.1138 -3482,1,1.169,0,3.1206 -3483,1,1.1727,0,3.1275 -3484,1,1.1763,0,3.1343 -3485,1,1.18,0,3.1412 -3486,1,1.1838,0,3.1481 -3487,1,1.1875,0,3.155 -3488,1,1.1912,0,3.1619 -3489,1,1.195,0,3.1688 -3490,1,1.1987,0,3.1757 -3491,1,1.2025,0,3.1827 -3492,1,1.2063,0,3.1896 -3493,1,1.2101,0,3.1966 -3494,1,1.2139,0,3.2036 -3495,1,1.2178,0,3.2106 -3496,1,1.2216,0,3.2176 -3497,1,1.2255,0,3.2246 -3498,1,1.2294,0,3.2316 -3499,1,1.2333,0,3.2387 -3500,1,1.2372,0,3.2457 diff --git a/paper/data/exp_biketraceP25.csv b/paper/data/exp_biketraceP25.csv deleted file mode 100644 index 1e0fc8c20d13b46aecf18cb68260dded0ad9af2d..0000000000000000000000000000000000000000 --- a/paper/data/exp_biketraceP25.csv +++ /dev/null @@ -1,20001 +0,0 @@ -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137 -56004,7137 -56004,7137 -56004,7137 -56004,7137 -56004,7137 -56004,7137 -56004,7137 -56004,7136.9 -56004,7136.9 -56004,7136.9 -56004,7136.9 -56004,7136.9 -56003,7136.8 -56003,7136.8 -56003,7136.8 -56003,7136.8 -56003,7136.8 -56003,7136.7 -56003,7136.7 -56003,7136.7 -56003,7136.7 -56003,7136.7 -56003,7136.6 -56003,7136.6 -56003,7136.6 -56003,7136.5 -56003,7136.5 -56003,7136.5 -56003,7136.5 -56003,7136.4 -56003,7136.4 -56003,7136.4 -56003,7136.3 -56003,7136.3 -56003,7136.3 -56003,7136.3 -56003,7136.2 -56003,7136.2 -56003,7136.2 -56003,7136.1 -56003,7136.1 -56002,7136.1 -56002,7136 -56002,7136 -56002,7135.9 -56002,7135.9 -56002,7135.9 -56002,7135.8 -56002,7135.8 -56002,7135.7 -56002,7135.7 -56002,7135.7 -56002,7135.6 -56002,7135.6 -56002,7135.5 -56002,7135.5 -56002,7135.4 -56002,7135.4 -56002,7135.3 -56001,7135.3 -56001,7135.3 -56001,7135.2 -56001,7135.2 -56001,7135.1 -56001,7135.1 -56001,7135 -56001,7134.9 -56001,7134.9 -56001,7134.8 -56001,7134.8 -56001,7134.7 -56001,7134.7 -56001,7134.6 -56001,7134.6 -56001,7134.5 -56000,7134.5 -56000,7134.4 -56000,7134.4 -56000,7134.3 -56007,7128.3 -56007,7128.2 -56007,7128.1 -56007,7128.1 -56007,7128 -56007,7127.9 -56007,7127.8 -56006,7127.8 -56006,7127.7 -56006,7127.6 -56006,7127.5 -56006,7127.5 -56006,7127.4 -56006,7127.3 -56006,7127.2 -56006,7127.1 -56006,7127 -56006,7127 -56006,7126.9 -56006,7126.8 -56006,7126.7 -56005,7126.6 -56005,7126.5 -56005,7126.4 -56005,7126.4 -56005,7126.3 -56005,7126.2 -56005,7126.1 -56005,7126 -56005,7125.9 -56005,7125.8 -56005,7125.7 -56005,7125.6 -56005,7125.5 -56004,7125.4 -56004,7125.4 -56004,7125.3 -56004,7125.2 -56004,7125.1 -56004,7125 -56004,7124.9 -56004,7124.8 -56004,7124.7 -56004,7124.6 -56004,7124.5 -56003,7124.4 -56003,7124.3 -56003,7124.2 -56003,7124.1 -56003,7124 -56003,7123.9 -56003,7123.8 -56003,7123.6 -56003,7123.5 -56003,7123.4 -56003,7123.3 -56002,7123.2 -56002,7123.1 -56002,7123 -56002,7122.9 -56002,7122.8 -56002,7122.7 -56002,7122.6 -56002,7122.4 -56002,7122.3 -56002,7122.2 -56001,7122.1 -56001,7122 -56001,7121.9 -56001,7121.7 -56001,7121.6 -56001,7121.5 -56001,7121.4 -56001,7121.3 -56001,7121.1 -56000,7121 -56000,7120.9 -56000,7120.8 -56000,7120.7 -56000,7120.5 -56000,7120.4 -56000,7120.3 -56000,7120.2 -56000,7120 -55999,7119.9 -55999,7119.8 -55999,7119.7 -55999,7119.5 -55999,7119.4 -55999,7119.3 -55999,7119.1 -55999,7119 -55998,7118.9 -55998,7118.7 -55998,7118.6 -55998,7118.5 -55998,7118.3 -55998,7118.2 -55998,7118.1 -56008,7117.1 -56008,7117 -56008,7116.8 -56008,7116.7 -56008,7116.5 -56008,7116.3 -56008,7116.2 -56008,7116 -56008,7115.9 -56008,7115.7 -56008,7115.5 -56008,7115.4 -56008,7115.2 -56008,7115 -56008,7114.9 -56008,7114.7 -56008,7114.5 -56008,7114.4 -56008,7114.2 -56008,7114 -56008,7113.9 -56007,7113.7 -56007,7113.5 -56007,7113.3 -56007,7113.2 -56007,7113 -56007,7112.8 -56007,7112.6 -56007,7112.5 -56007,7112.3 -56007,7112.1 -56007,7111.9 -56007,7111.7 -56007,7111.6 -56007,7111.4 -56007,7111.2 -56007,7111 -56007,7110.8 -56007,7110.6 -56007,7110.5 -56007,7110.3 -56007,7110.1 -56007,7109.9 -56007,7109.7 -56007,7109.5 -56007,7109.3 -56007,7109.1 -56007,7108.9 -56007,7108.7 -56006,7108.6 -56006,7108.4 -56006,7108.2 -56006,7108 -56006,7107.8 -56006,7107.6 -56006,7107.4 -56006,7107.2 -56006,7107 -56006,7106.8 -56006,7106.6 -56006,7106.4 -56006,7106.2 -56006,7106 -56006,7105.8 -56006,7105.5 -56006,7105.3 -56006,7105.1 -56006,7104.9 -56006,7104.7 -56006,7104.5 -56005,7104.3 -56005,7104.1 -56005,7103.9 -56005,7103.7 -56005,7103.4 -56005,7103.2 -56005,7103 -56005,7102.8 -56005,7102.6 -56005,7102.4 -56005,7102.1 -56005,7101.9 -56005,7101.7 -56005,7101.5 -56005,7101.3 -56005,7101 -56005,7100.8 -56004,7100.6 -56004,7100.4 -56004,7100.1 -56004,7099.9 -56004,7099.7 -56004,7099.4 -56004,7099.2 -56004,7099 -56004,7098.7 -56004,7098.5 -56004,7098.3 -56004,7098 -56009,7107.6 -56009,7107.4 -56009,7107.3 -56009,7107.1 -56009,7106.9 -56009,7106.8 -56009,7106.6 -56009,7106.4 -56009,7106.2 -56009,7106.1 -56009,7105.9 -56009,7105.7 -56009,7105.5 -56009,7105.4 -56008,7105.2 -56008,7105 -56008,7104.8 -56008,7104.7 -56008,7104.5 -56008,7104.3 -56008,7104.1 -56008,7103.9 -56008,7103.7 -56008,7103.6 -56008,7103.4 -56008,7103.2 -56008,7103 -56008,7102.8 -56008,7102.6 -56008,7102.5 -56007,7102.3 -56007,7102.1 -56007,7101.9 -56007,7101.7 -56007,7101.5 -56007,7101.3 -56007,7101.1 -56007,7100.9 -56007,7100.7 -56007,7100.5 -56007,7100.3 -56007,7100.1 -56007,7099.9 -56007,7099.7 -56006,7099.5 -56006,7099.3 -56006,7099.1 -56006,7098.9 -56006,7098.7 -56006,7098.5 -56006,7098.3 -56006,7098.1 -56006,7097.9 -56006,7097.7 -56006,7097.5 -56006,7097.3 -56006,7097.1 -56005,7096.9 -56005,7096.7 -56005,7096.5 -56005,7096.3 -56005,7096.1 -56005,7095.8 -56005,7095.6 -56005,7095.4 -56005,7095.2 -56005,7095 -56005,7094.8 -56004,7094.6 -56004,7094.3 -56004,7094.1 -56004,7093.9 -56004,7093.7 -56004,7093.5 -56004,7093.2 -56004,7093 -56004,7092.8 -56004,7092.6 -56004,7092.3 -56003,7092.1 -56003,7091.9 -56003,7091.7 -56003,7091.4 -56003,7091.2 -56003,7091 -56003,7090.8 -56003,7090.5 -56003,7090.3 -56003,7090.1 -56002,7089.8 -56002,7089.6 -56002,7089.4 -56002,7089.1 -56002,7088.9 -56002,7088.7 -56002,7088.4 -56002,7088.2 -56002,7088 -56001,7087.7 -56009,7095.6 -56009,7095.4 -56009,7095.1 -56009,7094.9 -56009,7094.7 -56009,7094.5 -56009,7094.3 -56009,7094.1 -56008,7093.9 -56008,7093.6 -56008,7093.4 -56008,7093.2 -56008,7093 -56008,7092.8 -56008,7092.6 -56008,7092.3 -56008,7092.1 -56008,7091.9 -56008,7091.7 -56008,7091.4 -56007,7091.2 -56007,7091 -56007,7090.8 -56007,7090.5 -56007,7090.3 -56007,7090.1 -56007,7089.8 -56007,7089.6 -56007,7089.4 -56007,7089.2 -56007,7088.9 -56007,7088.7 -56006,7088.5 -56006,7088.2 -56006,7088 -56006,7087.8 -56006,7087.5 -56006,7087.3 -56006,7087 -56006,7086.8 -56006,7086.6 -56006,7086.3 -56005,7086.1 -56005,7085.8 -56005,7085.6 -56005,7085.3 -56005,7085.1 -56005,7084.9 -56005,7084.6 -56005,7084.4 -56005,7084.1 -56005,7083.9 -56004,7083.6 -56004,7083.4 -56004,7083.1 -56004,7082.9 -56004,7082.6 -56004,7082.4 -56004,7082.1 -56004,7081.9 -56004,7081.6 -56003,7081.4 -56003,7081.1 -56003,7080.8 -56003,7080.6 -56003,7080.3 -56003,7080.1 -56003,7079.8 -56003,7079.5 -56003,7079.3 -56002,7079 -56002,7078.8 -56002,7078.5 -56002,7078.2 -56002,7078 -56002,7077.7 -56002,7077.4 -56002,7077.2 -56001,7076.9 -56001,7076.6 -56001,7076.4 -56001,7076.1 -56001,7075.8 -56001,7075.6 -56001,7075.3 -56001,7075 -56000,7074.7 -56000,7074.5 -56000,7074.2 -56000,7073.9 -56000,7073.6 -56000,7073.4 -56000,7073.1 -56000,7072.8 -55999,7072.5 -55999,7072.2 -55999,7072 -55999,7071.7 -55999,7071.4 -55999,7071.1 -56008,7082.6 -56008,7082.3 -56007,7082.1 -56007,7081.8 -56007,7081.6 -56007,7081.3 -56007,7081.1 -56007,7080.8 -56007,7080.6 -56007,7080.3 -56006,7080 -56006,7079.8 -56006,7079.5 -56006,7079.3 -56006,7079 -56006,7078.8 -56006,7078.5 -56006,7078.2 -56006,7078 -56005,7077.7 -56005,7077.4 -56005,7077.2 -56005,7076.9 -56005,7076.7 -56005,7076.4 -56005,7076.1 -56005,7075.9 -56004,7075.6 -56004,7075.3 -56004,7075 -56004,7074.8 -56004,7074.5 -56004,7074.2 -56004,7074 -56003,7073.7 -56003,7073.4 -56003,7073.1 -56003,7072.9 -56003,7072.6 -56003,7072.3 -56003,7072 -56003,7071.7 -56002,7071.5 -56002,7071.2 -56002,7070.9 -56002,7070.6 -56002,7070.3 -56002,7070.1 -56002,7069.8 -56001,7069.5 -56001,7069.2 -56001,7068.9 -56001,7068.6 -56001,7068.3 -56001,7068.1 -56001,7067.8 -56000,7067.5 -56000,7067.2 -56000,7066.9 -56000,7066.6 -56000,7066.3 -56000,7066 -56000,7065.7 -55999,7065.4 -55999,7065.1 -55999,7064.8 -55999,7064.5 -55999,7064.2 -55999,7063.9 -55999,7063.6 -55998,7063.3 -55998,7063 -55998,7062.7 -55998,7062.4 -55998,7062.1 -55998,7061.8 -55997,7061.5 -55997,7061.2 -55997,7060.9 -55997,7060.6 -55997,7060.3 -55997,7060 -55996,7059.6 -55996,7059.3 -55996,7059 -55996,7058.7 -55996,7058.4 -55996,7058.1 -55995,7057.8 -55995,7057.4 -55995,7057.1 -55995,7056.8 -55995,7056.5 -55995,7056.2 -55995,7055.9 -55994,7055.5 -55994,7055.2 -55994,7054.9 -55994,7054.6 -56005,7066.8 -56005,7066.5 -56005,7066.2 -56005,7065.9 -56005,7065.6 -56005,7065.3 -56005,7065 -56004,7064.7 -56004,7064.4 -56004,7064.1 -56004,7063.8 -56004,7063.5 -56004,7063.2 -56004,7062.9 -56003,7062.6 -56003,7062.2 -56003,7061.9 -56003,7061.6 -56003,7061.3 -56003,7061 -56003,7060.7 -56002,7060.4 -56002,7060.1 -56002,7059.7 -56002,7059.4 -56002,7059.1 -56002,7058.8 -56001,7058.5 -56001,7058.2 -56001,7057.8 -56001,7057.5 -56001,7057.2 -56001,7056.9 -56001,7056.5 -56000,7056.2 -56000,7055.9 -56000,7055.6 -56000,7055.2 -56000,7054.9 -56000,7054.6 -55999,7054.3 -55999,7053.9 -55999,7053.6 -55999,7053.3 -55999,7052.9 -55999,7052.6 -55998,7052.3 -55998,7051.9 -55998,7051.6 -55998,7051.3 -55998,7050.9 -55998,7050.6 -55997,7050.3 -55997,7049.9 -55997,7049.6 -55997,7049.2 -55997,7048.9 -55997,7048.6 -55996,7048.2 -55996,7047.9 -55996,7047.5 -55996,7047.2 -55996,7046.8 -55996,7046.5 -55995,7046.1 -55995,7045.8 -55995,7045.4 -55995,7045.1 -55995,7044.7 -55994,7044.4 -55994,7044 -55994,7043.7 -55994,7043.3 -55994,7043 -55994,7042.6 -55993,7042.3 -55993,7041.9 -55993,7041.6 -55993,7041.2 -55993,7040.8 -55992,7040.5 -55992,7040.1 -55992,7039.8 -55992,7039.4 -55992,7039 -55991,7038.7 -55991,7038.3 -55991,7038 -55991,7037.6 -55991,7037.2 -55991,7036.9 -55990,7036.5 -55990,7036.1 -55990,7035.8 -55990,7035.4 -55990,7035 -55989,7034.6 -55989,7034.3 -55989,7033.9 -55989,7033.5 -55989,7033.1 -55988,7032.8 -55988,7032.4 -55988,7032 -55988,7031.6 -55988,7031.3 -55987,7030.9 -55987,7030.5 -55987,7030.1 -55987,7029.7 -55987,7029.4 -55986,7029 -55986,7028.6 -55986,7028.2 -55986,7027.8 -55986,7027.4 -55985,7027 -55985,7026.7 -55985,7026.3 -55985,7025.9 -55984,7025.5 -55984,7025.1 -55984,7024.7 -55984,7024.3 -55984,7023.9 -55983,7023.5 -55983,7023.1 -55983,7022.7 -55983,7022.3 -55983,7021.9 -55982,7021.5 -55982,7021.1 -55982,7020.7 -55982,7020.3 -55981,7019.9 -55981,7019.5 -55981,7019.1 -55981,7018.7 -55981,7018.3 -55980,7017.9 -55980,7017.5 -55980,7017.1 -55980,7016.7 -55980,7016.3 -55979,7015.9 -55979,7015.5 -55979,7015.1 -55979,7014.7 -55978,7014.2 -55978,7013.8 -55978,7013.4 -55978,7013 -55977,7012.6 -55977,7012.2 -55977,7011.8 -55977,7011.3 -55977,7010.9 -55976,7010.5 -55976,7010.1 -55976,7009.7 -55976,7009.2 -55975,7008.8 -55975,7008.4 -55975,7008 -55975,7007.5 -55974,7007.1 -55974,7006.7 -55974,7006.3 -55974,7005.8 -55973,7005.4 -55973,7005 -55973,7004.6 -55973,7004.1 -55973,7003.7 -55972,7003.3 -55972,7002.8 -55972,7002.4 -55972,7002 -55971,7001.5 -55971,7001.1 -55971,7000.7 -55971,7000.2 -55970,6999.8 -55970,6999.3 -55970,6998.9 -55970,6998.5 -55969,6998 -55969,6997.6 -55969,6997.1 -55969,6996.7 -55968,6996.3 -55968,6995.8 -55968,6995.4 -55968,6994.9 -55967,6994.5 -55967,6994 -55967,6993.6 -55967,6993.1 -55966,6992.7 -55996,7030.7 -55996,7030.3 -55996,7030 -55996,7029.6 -55995,7029.2 -55995,7028.8 -55995,7028.5 -55995,7028.1 -55995,7027.7 -55994,7027.4 -55994,7027 -55994,7026.6 -55994,7026.2 -55994,7025.8 -55993,7025.5 -55993,7025.1 -55993,7024.7 -55993,7024.3 -55992,7023.9 -55992,7023.6 -55992,7023.2 -55992,7022.8 -55992,7022.4 -55991,7022 -55991,7021.6 -55991,7021.2 -55991,7020.9 -55991,7020.5 -55990,7020.1 -55990,7019.7 -55990,7019.3 -55990,7018.9 -55990,7018.5 -55989,7018.1 -55989,7017.7 -55989,7017.3 -55989,7016.9 -55988,7016.5 -55988,7016.1 -55988,7015.7 -55988,7015.3 -55988,7014.9 -55987,7014.5 -55987,7014.1 -55987,7013.7 -55987,7013.3 -55986,7012.9 -55986,7012.5 -55986,7012.1 -55986,7011.7 -55986,7011.3 -55985,7010.9 -55985,7010.5 -55985,7010.1 -55985,7009.7 -55984,7009.3 -55984,7008.9 -55984,7008.5 -55984,7008.1 -55984,7007.6 -55983,7007.2 -55983,7006.8 -55983,7006.4 -55983,7006 -55982,7005.6 -55982,7005.2 -55982,7004.7 -55982,7004.3 -55981,7003.9 -55981,7003.5 -55981,7003.1 -55981,7002.6 -55981,7002.2 -55980,7001.8 -55980,7001.4 -55980,7001 -55980,7000.5 -55979,7000.1 -55979,6999.7 -55979,6999.3 -55979,6998.8 -55978,6998.4 -55978,6998 -55978,6997.5 -55978,6997.1 -55977,6996.7 -55977,6996.2 -55977,6995.8 -55977,6995.4 -55976,6995 -55976,6994.5 -55976,6994.1 -55976,6993.6 -55975,6993.2 -55975,6992.8 -55975,6992.3 -55975,6991.9 -55975,6991.5 -55974,6991 -55974,6990.6 -55974,6990.1 -55974,6989.7 -55973,6989.3 -55973,6988.8 -55973,6988.4 -55972,6987.9 -55972,6987.5 -55972,6987 -55972,6986.6 -55971,6986.1 -55971,6985.7 -55971,6985.2 -55971,6984.8 -55970,6984.3 -55970,6983.9 -55970,6983.4 -55970,6983 -55969,6982.5 -55969,6982.1 -55969,6981.6 -55969,6981.2 -55968,6980.7 -55968,6980.3 -55968,6979.8 -55968,6979.3 -55967,6978.9 -55967,6978.4 -55967,6978 -55967,6977.5 -55966,6977 -55966,6976.6 -55966,6976.1 -55965,6975.7 -55965,6975.2 -55965,6974.7 -55965,6974.3 -55964,6973.8 -55964,6973.3 -55964,6972.9 -55964,6972.4 -55963,6971.9 -55963,6971.4 -55963,6971 -55962,6970.5 -55962,6970 -55962,6969.6 -55962,6969.1 -55961,6968.6 -55961,6968.1 -55961,6967.7 -55961,6967.2 -55960,6966.7 -55960,6966.2 -55960,6965.7 -55959,6965.3 -55959,6964.8 -55959,6964.3 -55959,6963.8 -55958,6963.3 -55958,6962.9 -55958,6962.4 -55957,6961.9 -55957,6961.4 -55957,6960.9 -55957,6960.4 -55956,6959.9 -55956,6959.5 -55956,6959 -55955,6958.5 -55955,6958 -55955,6957.5 -55955,6957 -55954,6956.5 -55954,6956 -55954,6955.5 -55953,6955 -55953,6954.5 -55953,6954 -55953,6953.5 -55952,6953 -55952,6952.5 -55952,6952 -55951,6951.5 -55951,6951 -55951,6950.5 -55951,6950 -55950,6949.5 -55950,6949 -55950,6948.5 -55949,6948 -55949,6947.5 -55949,6947 -55948,6946.5 -55948,6946 -55948,6945.5 -55948,6945 -55947,6944.5 -55947,6944 -55947,6943.5 -55946,6942.9 -55990,6998.7 -55990,6998.3 -55990,6997.9 -55990,6997.5 -55990,6997.1 -55989,6996.7 -55989,6996.3 -55989,6995.9 -55989,6995.5 -55989,6995.1 -55988,6994.7 -55988,6994.3 -55988,6993.9 -55988,6993.5 -55987,6993.1 -55987,6992.7 -55987,6992.3 -55987,6991.9 -55987,6991.5 -55986,6991.1 -55986,6990.7 -55986,6990.3 -55986,6989.9 -55985,6989.5 -55985,6989.1 -55985,6988.7 -55985,6988.3 -55985,6987.9 -55984,6987.5 -55984,6987.1 -55984,6986.7 -55984,6986.2 -55983,6985.8 -55983,6985.4 -55983,6985 -55983,6984.6 -55983,6984.2 -55982,6983.8 -55982,6983.4 -55982,6983 -55982,6982.5 -55981,6982.1 -55981,6981.7 -55981,6981.3 -55981,6980.9 -55980,6980.5 -55980,6980 -55980,6979.6 -55980,6979.2 -55980,6978.8 -55979,6978.4 -55979,6978 -55979,6977.5 -55979,6977.1 -55978,6976.7 -55978,6976.3 -55978,6975.8 -55978,6975.4 -55977,6975 -55977,6974.6 -55977,6974.1 -55977,6973.7 -55976,6973.3 -55976,6972.9 -55976,6972.4 -55976,6972 -55975,6971.6 -55975,6971.1 -55975,6970.7 -55975,6970.3 -55974,6969.9 -55974,6969.4 -55974,6969 -55974,6968.6 -55974,6968.1 -55973,6967.7 -55973,6967.3 -55973,6966.8 -55973,6966.4 -55972,6966 -55972,6965.5 -55972,6965.1 -55972,6964.6 -55971,6964.2 -55971,6963.8 -55971,6963.3 -55971,6962.9 -55970,6962.4 -55970,6962 -55970,6961.6 -55970,6961.1 -55969,6960.7 -55969,6960.2 -55969,6959.8 -55968,6959.4 -55968,6958.9 -55968,6958.5 -55968,6958 -55967,6957.6 -55967,6957.1 -55967,6956.7 -55967,6956.2 -55966,6955.8 -55966,6955.3 -55966,6954.9 -55966,6954.4 -55965,6954 -55965,6953.5 -55965,6953.1 -55965,6952.6 -55964,6952.2 -55964,6951.7 -55964,6951.2 -55964,6950.8 -55963,6950.3 -55963,6949.9 -55963,6949.4 -55962,6949 -55962,6948.5 -55962,6948.1 -55962,6947.6 -55961,6947.1 -55961,6946.7 -55961,6946.2 -55961,6945.7 -55960,6945.3 -55960,6944.8 -55960,6944.4 -55960,6943.9 -55959,6943.4 -55959,6943 -55959,6942.5 -55958,6942 -55958,6941.6 -55958,6941.1 -55958,6940.6 -55957,6940.2 -55957,6939.7 -55957,6939.2 -55956,6938.8 -55956,6938.3 -55956,6937.8 -55956,6937.3 -55955,6936.9 -55955,6936.4 -55955,6935.9 -55955,6935.4 -55954,6935 -55954,6934.5 -55954,6934 -55953,6933.5 -55953,6933.1 -55953,6932.6 -55953,6932.1 -55952,6931.6 -55952,6931.2 -55952,6930.7 -55951,6930.2 -55951,6929.7 -55951,6929.2 -55951,6928.7 -55950,6928.3 -55950,6927.8 -55950,6927.3 -55949,6926.8 -55949,6926.3 -55949,6925.8 -55949,6925.4 -55948,6924.9 -55948,6924.4 -55948,6923.9 -55947,6923.4 -55947,6922.9 -55947,6922.4 -55947,6921.9 -55946,6921.4 -55946,6920.9 -55946,6920.5 -55945,6920 -55945,6919.5 -55945,6919 -55944,6918.5 -55944,6918 -55944,6917.5 -55944,6917 -55943,6916.5 -55943,6916 -55943,6915.5 -55942,6915 -55942,6914.5 -55942,6914 -55942,6913.5 -55941,6913 -55941,6912.5 -55941,6912 -55940,6911.5 -55940,6911 -55990,6971.8 -55990,6971.5 -55990,6971.1 -55989,6970.7 -55989,6970.4 -55989,6970 -55989,6969.6 -55989,6969.3 -55988,6968.9 -55988,6968.5 -55988,6968.2 -55988,6967.8 -55988,6967.4 -55987,6967.1 -55987,6966.7 -55987,6966.3 -55987,6965.9 -55987,6965.6 -55986,6965.2 -55986,6964.8 -55986,6964.5 -55986,6964.1 -55986,6963.7 -55985,6963.3 -55985,6963 -55985,6962.6 -55985,6962.2 -55985,6961.8 -55984,6961.5 -55984,6961.1 -55984,6960.7 -55984,6960.3 -55984,6960 -55983,6959.6 -55983,6959.2 -55983,6958.8 -55983,6958.5 -55983,6958.1 -55982,6957.7 -55982,6957.3 -55982,6956.9 -55982,6956.6 -55982,6956.2 -55981,6955.8 -55981,6955.4 -55981,6955 -55981,6954.6 -55981,6954.3 -55980,6953.9 -55980,6953.5 -55980,6953.1 -55980,6952.7 -55980,6952.3 -55979,6952 -55979,6951.6 -55979,6951.2 -55979,6950.8 -55979,6950.4 -55978,6950 -55978,6949.6 -55978,6949.3 -55978,6948.9 -55978,6948.5 -55977,6948.1 -55977,6947.7 -55977,6947.3 -55977,6946.9 -55977,6946.5 -55976,6946.1 -55976,6945.8 -55976,6945.4 -55976,6945 -55975,6944.6 -55975,6944.2 -55975,6943.8 -55975,6943.4 -55975,6943 -55974,6942.6 -55974,6942.2 -55974,6941.8 -55974,6941.4 -55974,6941 -55973,6940.6 -55973,6940.2 -55973,6939.8 -55973,6939.4 -55973,6939 -55972,6938.6 -55972,6938.2 -55972,6937.8 -55972,6937.4 -55971,6937 -55971,6936.6 -55971,6936.2 -55971,6935.8 -55971,6935.4 -55970,6935 -55970,6934.6 -55970,6934.2 -55970,6933.8 -55969,6933.4 -55969,6933 -55969,6932.6 -55969,6932.2 -55969,6931.8 -55968,6931.4 -55968,6931 -55968,6930.6 -55968,6930.2 -55967,6929.8 -55967,6929.3 -55967,6928.9 -55967,6928.5 -55967,6928.1 -55966,6927.7 -55966,6927.3 -55966,6926.9 -55966,6926.5 -55965,6926.1 -55965,6925.7 -55965,6925.2 -55965,6924.8 -55965,6924.4 -55964,6924 -55964,6923.6 -55964,6923.2 -55964,6922.8 -55963,6922.4 -55963,6921.9 -55963,6921.5 -55963,6921.1 -55963,6920.7 -55962,6920.3 -55962,6919.9 -55962,6919.4 -55962,6919 -55961,6918.6 -55961,6918.2 -55961,6917.8 -55961,6917.4 -55960,6916.9 -55960,6916.5 -55960,6916.1 -55960,6915.7 -55960,6915.3 -55959,6914.8 -55959,6914.4 -55959,6914 -55959,6913.6 -55958,6913.1 -55958,6912.7 -55958,6912.3 -55958,6911.9 -55957,6911.4 -55957,6911 -55957,6910.6 -55957,6910.2 -55956,6909.7 -55956,6909.3 -55956,6908.9 -55956,6908.5 -55956,6908 -55955,6907.6 -55955,6907.2 -55955,6906.7 -55955,6906.3 -55954,6905.9 -55954,6905.5 -55954,6905 -55954,6904.6 -55953,6904.2 -55953,6903.7 -55953,6903.3 -55953,6902.9 -55952,6902.4 -55952,6902 -55952,6901.6 -55952,6901.1 -55951,6900.7 -55951,6900.3 -55951,6899.8 -55951,6899.4 -55951,6899 -55950,6898.5 -55950,6898.1 -55950,6897.6 -55950,6897.2 -55949,6896.8 -55949,6896.3 -55949,6895.9 -55949,6895.5 -55948,6895 -55948,6894.6 -55948,6894.1 -55948,6893.7 -55947,6893.3 -55947,6892.8 -55947,6892.4 -55947,6891.9 -55997,6952.5 -55997,6952.2 -55997,6951.9 -55997,6951.6 -55997,6951.3 -55996,6951 -55996,6950.8 -55996,6950.5 -55996,6950.2 -55996,6949.9 -55996,6949.6 -55996,6949.3 -55996,6949 -55995,6948.7 -55995,6948.4 -55995,6948.2 -55995,6947.9 -55995,6947.6 -55995,6947.3 -55995,6947 -55995,6946.7 -55994,6946.4 -55994,6946.1 -55994,6945.8 -55994,6945.5 -55994,6945.2 -55994,6945 -55994,6944.7 -55994,6944.4 -55993,6944.1 -55993,6943.8 -55993,6943.5 -55993,6943.2 -55993,6942.9 -55993,6942.6 -55993,6942.3 -55993,6942 -55992,6941.7 -55992,6941.4 -55992,6941.1 -55992,6940.8 -55992,6940.6 -55992,6940.3 -55992,6940 -55992,6939.7 -55991,6939.4 -55991,6939.1 -55991,6938.8 -55991,6938.5 -55991,6938.2 -55991,6937.9 -55991,6937.6 -55991,6937.3 -55990,6937 -55990,6936.7 -55990,6936.4 -55990,6936.1 -55990,6935.8 -55990,6935.5 -55990,6935.2 -55990,6934.9 -55989,6934.6 -55989,6934.3 -55989,6934 -55989,6933.7 -55989,6933.4 -55989,6933.1 -55989,6932.8 -55989,6932.6 -55988,6932.3 -55988,6932 -55988,6931.7 -55988,6931.4 -55988,6931.1 -55988,6930.8 -55988,6930.5 -55988,6930.2 -55987,6929.9 -55987,6929.6 -55987,6929.3 -55987,6929 -55987,6928.7 -55987,6928.4 -55987,6928.1 -55987,6927.8 -55986,6927.5 -55986,6927.2 -55986,6926.9 -55986,6926.5 -55986,6926.2 -55986,6925.9 -55986,6925.6 -55985,6925.3 -55985,6925 -55985,6924.7 -55985,6924.4 -55985,6924.1 -55985,6923.8 -55985,6923.5 -55985,6923.2 -55984,6922.9 -55984,6922.6 -55984,6922.3 -55984,6922 -55984,6921.7 -55984,6921.4 -55984,6921.1 -55984,6920.8 -55983,6920.5 -55983,6920.2 -55983,6919.9 -55983,6919.6 -55983,6919.3 -55983,6919 -55983,6918.7 -55982,6918.4 -55982,6918 -55982,6917.7 -55982,6917.4 -55982,6917.1 -55982,6916.8 -55982,6916.5 -55982,6916.2 -55981,6915.9 -55981,6915.6 -55981,6915.3 -55981,6915 -55981,6914.7 -55981,6914.4 -55981,6914.1 -55980,6913.8 -55980,6913.5 -55980,6913.1 -55980,6912.8 -55980,6912.5 -55980,6912.2 -55980,6911.9 -55979,6911.6 -55979,6911.3 -55979,6911 -55979,6910.7 -55979,6910.4 -55979,6910.1 -55979,6909.8 -55979,6909.5 -55978,6909.1 -55978,6908.8 -55978,6908.5 -55978,6908.2 -55978,6907.9 -55978,6907.6 -55978,6907.3 -55977,6907 -55977,6906.7 -55977,6906.4 -55977,6906 -55977,6905.7 -55977,6905.4 -55977,6905.1 -55976,6904.8 -55976,6904.5 -55976,6904.2 -55976,6903.9 -55976,6903.6 -55976,6903.3 -55976,6902.9 -55976,6902.6 -55975,6902.3 -55975,6902 -55975,6901.7 -55975,6901.4 -55975,6901.1 -55975,6900.8 -55975,6900.5 -55974,6900.1 -55974,6899.8 -55974,6899.5 -55974,6899.2 -55974,6898.9 -55974,6898.6 -55974,6898.3 -55973,6898 -55973,6897.6 -55973,6897.3 -55973,6897 -55973,6896.7 -55973,6896.4 -55973,6896.1 -55973,6895.8 -55972,6895.4 -55972,6895.1 -55972,6894.8 -55972,6894.5 -55972,6894.2 -55972,6893.9 -55972,6893.6 -55971,6893.2 -55971,6892.9 -55971,6892.6 -56010,6944.5 -56010,6944.3 -56010,6944.2 -56010,6944 -56010,6943.8 -56010,6943.7 -56010,6943.5 -56010,6943.3 -56010,6943.2 -56010,6943 -56010,6942.8 -56010,6942.7 -56010,6942.5 -56010,6942.3 -56010,6942.2 -56010,6942 -56010,6941.8 -56010,6941.7 -56010,6941.5 -56010,6941.3 -56010,6941.2 -56010,6941 -56010,6940.8 -56010,6940.7 -56010,6940.5 -56009,6940.3 -56009,6940.2 -56009,6940 -56009,6939.8 -56009,6939.7 -56009,6939.5 -56009,6939.3 -56009,6939.2 -56009,6939 -56009,6938.9 -56009,6938.7 -56009,6938.5 -56009,6938.4 -56009,6938.2 -56009,6938 -56009,6937.9 -56009,6937.7 -56009,6937.5 -56009,6937.4 -56009,6937.2 -56009,6937 -56009,6936.9 -56009,6936.7 -56009,6936.5 -56009,6936.4 -56009,6936.2 -56009,6936.1 -56009,6935.9 -56009,6935.7 -56008,6935.6 -56008,6935.4 -56008,6935.2 -56008,6935.1 -56008,6934.9 -56008,6934.8 -56008,6934.6 -56008,6934.4 -56008,6934.3 -56008,6934.1 -56008,6933.9 -56008,6933.8 -56008,6933.6 -56008,6933.5 -56008,6933.3 -56008,6933.1 -56008,6933 -56008,6932.8 -56008,6932.6 -56008,6932.5 -56008,6932.3 -56008,6932.2 -56008,6932 -56008,6931.8 -56008,6931.7 -56008,6931.5 -56008,6931.3 -56008,6931.2 -56008,6931 -56008,6930.9 -56007,6930.7 -56007,6930.5 -56007,6930.4 -56007,6930.2 -56007,6930.1 -56007,6929.9 -56007,6929.7 -56007,6929.6 -56007,6929.4 -56007,6929.3 -56007,6929.1 -56007,6929 -56007,6928.8 -56007,6928.6 -56007,6928.5 -56007,6928.3 -56007,6928.2 -56007,6928 -56007,6927.8 -56007,6927.7 -56007,6927.5 -56007,6927.4 -56007,6927.2 -56007,6927 -56007,6926.9 -56007,6926.7 -56007,6926.6 -56007,6926.4 -56007,6926.3 -56007,6926.1 -56007,6925.9 -56007,6925.8 -56007,6925.6 -56006,6925.5 -56006,6925.3 -56006,6925.2 -56006,6925 -56006,6924.8 -56006,6924.7 -56006,6924.5 -56006,6924.4 -56006,6924.2 -56006,6924.1 -56006,6923.9 -56006,6923.7 -56006,6923.6 -56006,6923.4 -56006,6923.3 -56006,6923.1 -56006,6923 -56006,6922.8 -56006,6922.7 -56006,6922.5 -56006,6922.4 -56006,6922.2 -56006,6922 -56006,6921.9 -56006,6921.7 -56006,6921.6 -56006,6921.4 -56006,6921.3 -56006,6921.1 -56006,6921 -56006,6920.8 -56006,6920.7 -56006,6920.5 -56006,6920.4 -56006,6920.2 -56006,6920 -56006,6919.9 -56006,6919.7 -56006,6919.6 -56006,6919.4 -56005,6919.3 -56005,6919.1 -56005,6919 -56005,6918.8 -56005,6918.7 -56005,6918.5 -56005,6918.4 -56005,6918.2 -56005,6918.1 -56005,6917.9 -56005,6917.8 -56005,6917.6 -56005,6917.5 -56005,6917.3 -56005,6917.2 -56005,6917 -56005,6916.9 -56005,6916.7 -56005,6916.6 -56005,6916.4 -56005,6916.3 -56005,6916.1 -56005,6916 -56005,6915.8 -56005,6915.7 -56005,6915.5 -56005,6915.4 -56005,6915.2 -56005,6915.1 -56005,6914.9 -56005,6914.8 -56005,6914.6 -56005,6914.5 -56005,6914.3 -56005,6914.2 -56005,6914 -56005,6913.9 -56005,6913.7 -56005,6913.6 -56005,6913.4 -56005,6913.3 -56026,6942 -56026,6942 -56026,6941.9 -56026,6941.9 -56026,6941.8 -56026,6941.8 -56026,6941.7 -56026,6941.6 -56026,6941.6 -56026,6941.5 -56026,6941.5 -56026,6941.4 -56026,6941.4 -56026,6941.3 -56026,6941.2 -56026,6941.2 -56026,6941.1 -56026,6941.1 -56026,6941 -56026,6941 -56026,6940.9 -56026,6940.9 -56026,6940.8 -56027,6940.8 -56027,6940.7 -56027,6940.7 -56027,6940.6 -56027,6940.5 -56027,6940.5 -56027,6940.4 -56027,6940.4 -56027,6940.3 -56027,6940.3 -56027,6940.2 -56027,6940.2 -56027,6940.1 -56027,6940.1 -56027,6940 -56027,6940 -56027,6939.9 -56027,6939.9 -56027,6939.8 -56027,6939.8 -56027,6939.7 -56027,6939.7 -56027,6939.6 -56028,6939.6 -56028,6939.5 -56028,6939.5 -56028,6939.5 -56028,6939.4 -56028,6939.4 -56028,6939.3 -56028,6939.3 -56028,6939.2 -56028,6939.2 -56028,6939.1 -56028,6939.1 -56028,6939.1 -56028,6939 -56028,6939 -56028,6938.9 -56028,6938.9 -56028,6938.8 -56028,6938.8 -56028,6938.8 -56028,6938.7 -56029,6938.7 -56029,6938.6 -56029,6938.6 -56029,6938.6 -56029,6938.5 -56029,6938.5 -56029,6938.4 -56029,6938.4 -56029,6938.4 -56029,6938.3 -56029,6938.3 -56029,6938.2 -56029,6938.2 -56029,6938.2 -56029,6938.1 -56029,6938.1 -56029,6938 -56029,6938 -56029,6938 -56029,6937.9 -56030,6937.9 -56030,6937.9 -56030,6937.8 -56030,6937.8 -56030,6937.8 -56030,6937.7 -56030,6937.7 -56030,6937.7 -56030,6937.6 -56030,6937.6 -56030,6937.6 -56030,6937.5 -56030,6937.5 -56030,6937.5 -56030,6937.4 -56030,6937.4 -56030,6937.4 -56030,6937.3 -56030,6937.3 -56031,6937.3 -56031,6937.3 -56031,6937.2 -56031,6937.2 -56031,6937.2 -56031,6937.1 -56031,6937.1 -56031,6937.1 -56031,6937.1 -56031,6937 -56031,6937 -56031,6937 -56031,6937 -56031,6936.9 -56031,6936.9 -56031,6936.9 -56031,6936.9 -56032,6936.8 -56032,6936.8 -56032,6936.8 -56032,6936.8 -56032,6936.7 -56032,6936.7 -56032,6936.7 -56032,6936.7 -56032,6936.7 -56032,6936.6 -56032,6936.6 -56032,6936.6 -56032,6936.6 -56032,6936.6 -56032,6936.5 -56032,6936.5 -56032,6936.5 -56033,6936.5 -56033,6936.5 -56033,6936.4 -56033,6936.4 -56033,6936.4 -56033,6936.4 -56033,6936.4 -56033,6936.4 -56033,6936.3 -56033,6936.3 -56033,6936.3 -56033,6936.3 -56033,6936.3 -56033,6936.3 -56033,6936.3 -56033,6936.2 -56034,6936.2 -56034,6936.2 -56034,6936.2 -56034,6936.2 -56034,6936.2 -56034,6936.2 -56034,6936.2 -56034,6936.1 -56034,6936.1 -56034,6936.1 -56034,6936.1 -56034,6936.1 -56034,6936.1 -56034,6936.1 -56034,6936.1 -56035,6936.1 -56035,6936.1 -56035,6936 -56035,6936 -56035,6936 -56035,6936 -56035,6936 -56035,6936 -56035,6936 -56035,6936 -56035,6936 -56035,6936 -56035,6936 -56035,6936 -56035,6936 -56036,6936 -56036,6936 -56036,6936 -56036,6935.9 -56036,6935.9 -56036,6935.9 -56036,6935.9 -56036,6935.9 -56036,6935.9 -56036,6935.9 -56036,6935.9 -56036,6935.9 -56036,6935.9 -56038,6937.2 -56039,6937.2 -56039,6937.2 -56039,6937.2 -56039,6937.2 -56039,6937.2 -56039,6937.2 -56039,6937.3 -56039,6937.3 -56039,6937.3 -56039,6937.3 -56039,6937.3 -56039,6937.3 -56040,6937.3 -56040,6937.3 -56040,6937.3 -56040,6937.4 -56040,6937.4 -56040,6937.4 -56040,6937.4 -56040,6937.4 -56040,6937.4 -56040,6937.4 -56040,6937.5 -56041,6937.5 -56041,6937.5 -56041,6937.5 -56041,6937.5 -56041,6937.5 -56041,6937.6 -56041,6937.6 -56041,6937.6 -56041,6937.6 -56041,6937.6 -56041,6937.7 -56042,6937.7 -56042,6937.7 -56042,6937.7 -56042,6937.7 -56042,6937.8 -56042,6937.8 -56042,6937.8 -56042,6937.8 -56042,6937.8 -56042,6937.9 -56042,6937.9 -56043,6937.9 -56043,6937.9 -56043,6938 -56043,6938 -56043,6938 -56043,6938 -56043,6938.1 -56043,6938.1 -56043,6938.1 -56043,6938.1 -56044,6938.2 -56044,6938.2 -56044,6938.2 -56044,6938.3 -56044,6938.3 -56044,6938.3 -56044,6938.3 -56044,6938.4 -56044,6938.4 -56044,6938.4 -56044,6938.5 -56045,6938.5 -56045,6938.5 -56045,6938.6 -56045,6938.6 -56045,6938.6 -56045,6938.7 -56045,6938.7 -56045,6938.7 -56045,6938.8 -56046,6938.8 -56046,6938.8 -56046,6938.9 -56046,6938.9 -56046,6938.9 -56046,6939 -56046,6939 -56046,6939.1 -56046,6939.1 -56046,6939.1 -56047,6939.2 -56047,6939.2 -56047,6939.2 -56047,6939.3 -56047,6939.3 -56047,6939.4 -56047,6939.4 -56047,6939.4 -56047,6939.5 -56048,6939.5 -56048,6939.6 -56048,6939.6 -56048,6939.7 -56048,6939.7 -56048,6939.7 -56048,6939.8 -56048,6939.8 -56048,6939.9 -56048,6939.9 -56049,6940 -56049,6940 -56049,6940.1 -56049,6940.1 -56049,6940.2 -56049,6940.2 -56049,6940.3 -56049,6940.3 -56049,6940.4 -56050,6940.4 -56050,6940.5 -56050,6940.5 -56050,6940.6 -56050,6940.6 -56050,6940.7 -56050,6940.7 -56050,6940.8 -56050,6940.8 -56051,6940.9 -56051,6940.9 -56051,6941 -56051,6941 -56051,6941.1 -56051,6941.2 -56051,6941.2 -56051,6941.3 -56052,6941.3 -56052,6941.4 -56052,6941.4 -56052,6941.5 -56052,6941.6 -56052,6941.6 -56052,6941.7 -56052,6941.7 -56052,6941.8 -56053,6941.9 -56053,6941.9 -56053,6942 -56053,6942 -56053,6942.1 -56053,6942.2 -56053,6942.2 -56053,6942.3 -56054,6942.4 -56054,6942.4 -56054,6942.5 -56054,6942.5 -56054,6942.6 -56054,6942.7 -56054,6942.7 -56054,6942.8 -56054,6942.9 -56055,6942.9 -56055,6943 -56055,6943.1 -56055,6943.1 -56055,6943.2 -56055,6943.3 -56055,6943.4 -56055,6943.4 -56056,6943.5 -56056,6943.6 -56056,6943.6 -56056,6943.7 -56056,6943.8 -56056,6943.9 -56056,6943.9 -56056,6944 -56057,6944.1 -56057,6944.1 -56057,6944.2 -56057,6944.3 -56057,6944.4 -56057,6944.4 -56057,6944.5 -56058,6944.6 -56058,6944.7 -56058,6944.7 -56058,6944.8 -56058,6944.9 -56058,6945 -56058,6945.1 -56058,6945.1 -56059,6945.2 -56059,6945.3 -56059,6945.4 -56059,6945.5 -56059,6945.5 -56059,6945.6 -56059,6945.7 -56059,6945.8 -56060,6945.9 -56060,6946 -56060,6946 -56060,6946.1 -56060,6946.2 -56060,6946.3 -56060,6946.4 -56061,6946.5 -56061,6946.5 -56061,6946.6 -56061,6946.7 -56061,6946.8 -56061,6946.9 -56061,6947 -56062,6947.1 -56062,6947.2 -56062,6947.3 -56062,6947.3 -56062,6947.4 -56062,6947.5 -56062,6947.6 -56062,6947.7 -56063,6947.8 -56063,6947.9 -56063,6948 -56063,6948.1 -56063,6948.2 -56063,6948.3 -56063,6948.4 -56064,6948.5 -56064,6948.6 -56064,6948.7 -56064,6948.7 -56064,6948.8 -56064,6948.9 -56064,6949 -56065,6949.1 -56065,6949.2 -56065,6949.3 -56065,6949.4 -56065,6949.5 -56065,6949.6 -56065,6949.7 -56066,6949.8 -56066,6949.9 -56066,6950 -56066,6950.1 -56066,6950.2 -56066,6950.3 -56066,6950.4 -56067,6950.5 -56067,6950.7 -56067,6950.8 -56067,6950.9 -56067,6951 -56067,6951.1 -56068,6951.2 -56068,6951.3 -56068,6951.4 -56068,6951.5 -56068,6951.6 -56068,6951.7 -56068,6951.8 -56069,6951.9 -56069,6952.1 -56069,6952.2 -56069,6952.3 -56069,6952.4 -56069,6952.5 -56069,6952.6 -56070,6952.7 -56070,6952.8 -56070,6952.9 -56070,6953.1 -56070,6953.2 -56070,6953.3 -56071,6953.4 -56071,6953.5 -56071,6953.6 -56071,6953.7 -56071,6953.9 -56071,6954 -56071,6954.1 -56072,6954.2 -56072,6954.3 -56072,6954.5 -56072,6954.6 -56072,6954.7 -56072,6954.8 -56073,6954.9 -56073,6955.1 -56073,6955.2 -56073,6955.3 -56073,6955.4 -56073,6955.5 -56074,6955.7 -56074,6955.8 -56074,6955.9 -56074,6956 -56074,6956.2 -56074,6956.3 -56046,6915.3 -56046,6915.3 -56046,6915.3 -56046,6915.3 -56046,6915.3 -56047,6915.3 -56047,6915.4 -56047,6915.4 -56047,6915.4 -56047,6915.4 -56047,6915.4 -56047,6915.4 -56047,6915.4 -56047,6915.5 -56047,6915.5 -56048,6915.5 -56048,6915.5 -56048,6915.5 -56048,6915.5 -56048,6915.6 -56048,6915.6 -56048,6915.6 -56048,6915.6 -56048,6915.6 -56048,6915.7 -56049,6915.7 -56049,6915.7 -56049,6915.7 -56049,6915.7 -56049,6915.8 -56049,6915.8 -56049,6915.8 -56049,6915.8 -56049,6915.9 -56049,6915.9 -56050,6915.9 -56050,6915.9 -56050,6916 -56050,6916 -56050,6916 -56050,6916 -56050,6916.1 -56050,6916.1 -56050,6916.1 -56051,6916.1 -56051,6916.2 -56051,6916.2 -56051,6916.2 -56051,6916.2 -56051,6916.3 -56051,6916.3 -56051,6916.3 -56051,6916.4 -56052,6916.4 -56052,6916.4 -56052,6916.4 -56052,6916.5 -56052,6916.5 -56052,6916.5 -56052,6916.6 -56052,6916.6 -56052,6916.6 -56052,6916.7 -56053,6916.7 -56053,6916.7 -56053,6916.8 -56053,6916.8 -56053,6916.8 -56053,6916.9 -56053,6916.9 -56053,6916.9 -56053,6917 -56054,6917 -56054,6917 -56054,6917.1 -56054,6917.1 -56054,6917.2 -56054,6917.2 -56054,6917.2 -56054,6917.3 -56055,6917.3 -56055,6917.3 -56055,6917.4 -56055,6917.4 -56055,6917.5 -56055,6917.5 -56055,6917.6 -56055,6917.6 -56055,6917.6 -56056,6917.7 -56056,6917.7 -56056,6917.8 -56056,6917.8 -56056,6917.8 -56056,6917.9 -56056,6917.9 -56056,6918 -56056,6918 -56057,6918.1 -56057,6918.1 -56057,6918.1 -56057,6918.2 -56057,6918.2 -56057,6918.3 -56057,6918.3 -56057,6918.4 -56058,6918.4 -56058,6918.5 -56058,6918.5 -56058,6918.6 -56058,6918.6 -56058,6918.7 -56058,6918.7 -56058,6918.8 -56059,6918.8 -56059,6918.9 -56059,6918.9 -56059,6919 -56059,6919 -56059,6919.1 -56059,6919.1 -56059,6919.2 -56060,6919.2 -56060,6919.3 -56060,6919.3 -56060,6919.4 -56060,6919.4 -56060,6919.5 -56060,6919.6 -56060,6919.6 -56061,6919.7 -56061,6919.7 -56061,6919.8 -56061,6919.8 -56061,6919.9 -56061,6919.9 -56061,6920 -56061,6920.1 -56062,6920.1 -56062,6920.2 -56062,6920.2 -56062,6920.3 -56062,6920.4 -56062,6920.4 -56062,6920.5 -56062,6920.5 -56063,6920.6 -56063,6920.7 -56063,6920.7 -56063,6920.8 -56063,6920.8 -56063,6920.9 -56063,6921 -56063,6921 -56064,6921.1 -56064,6921.2 -56064,6921.2 -56064,6921.3 -56064,6921.4 -56064,6921.4 -56064,6921.5 -56065,6921.6 -56065,6921.6 -56065,6921.7 -56065,6921.8 -56065,6921.8 -56065,6921.9 -56065,6922 -56065,6922 -56066,6922.1 -56066,6922.2 -56066,6922.2 -56066,6922.3 -56066,6922.4 -56066,6922.4 -56066,6922.5 -56067,6922.6 -56067,6922.7 -56067,6922.7 -56067,6922.8 -56067,6922.9 -56067,6922.9 -56067,6923 -56068,6923.1 -56068,6923.2 -56068,6923.2 -56068,6923.3 -56068,6923.4 -56068,6923.5 -56068,6923.5 -56069,6923.6 -56069,6923.7 -56069,6923.8 -56069,6923.8 -56069,6923.9 -56069,6924 -56069,6924.1 -56070,6924.2 -56070,6924.2 -56070,6924.3 -56070,6924.4 -56070,6924.5 -56070,6924.6 -56070,6924.6 -56071,6924.7 -56071,6924.8 -56071,6924.9 -56071,6925 -56071,6925 -56071,6925.1 -56071,6925.2 -56072,6925.3 -56072,6925.4 -56072,6925.5 -56072,6925.5 -56072,6925.6 -56072,6925.7 -56072,6925.8 -56073,6925.9 -56073,6926 -56073,6926.1 -56073,6926.1 -56073,6926.2 -56073,6926.3 -56073,6926.4 -56074,6926.5 -56074,6926.6 -56074,6926.7 -56074,6926.7 -56074,6926.8 -56074,6926.9 -56075,6927 -56075,6927.1 -56075,6927.2 -56075,6927.3 -56075,6927.4 -56075,6927.5 -56075,6927.6 -56076,6927.7 -56076,6927.7 -56076,6927.8 -56076,6927.9 -56076,6928 -56076,6928.1 -56077,6928.2 -56077,6928.3 -56077,6928.4 -56077,6928.5 -56077,6928.6 -56077,6928.7 -56077,6928.8 -56078,6928.9 -56078,6929 -56078,6929.1 -56078,6929.2 -56078,6929.3 -56078,6929.4 -56079,6929.5 -56079,6929.6 -56079,6929.7 -56079,6929.8 -56079,6929.9 -56079,6930 -56080,6930.1 -56080,6930.2 -56080,6930.3 -56080,6930.4 -56080,6930.5 -56080,6930.6 -56081,6930.7 -56081,6930.8 -56081,6930.9 -56081,6931 -56081,6931.1 -56081,6931.2 -56081,6931.3 -56082,6931.4 -56082,6931.5 -56082,6931.6 -56082,6931.8 -56082,6931.9 -56082,6932 -56083,6932.1 -56083,6932.2 -56083,6932.3 -56083,6932.4 -56083,6932.5 -56083,6932.6 -56084,6932.7 -56084,6932.8 -56084,6933 -56084,6933.1 -56084,6933.2 -56084,6933.3 -56085,6933.4 -56085,6933.5 -56085,6933.6 -56085,6933.7 -56045,6884.1 -56045,6884.1 -56045,6884.1 -56045,6884 -56045,6884 -56045,6884 -56045,6883.9 -56045,6883.9 -56045,6883.9 -56045,6883.9 -56045,6883.8 -56045,6883.8 -56045,6883.8 -56045,6883.7 -56046,6883.7 -56046,6883.7 -56046,6883.7 -56046,6883.6 -56046,6883.6 -56046,6883.6 -56046,6883.6 -56046,6883.5 -56046,6883.5 -56046,6883.5 -56046,6883.4 -56046,6883.4 -56046,6883.4 -56046,6883.4 -56046,6883.3 -56046,6883.3 -56046,6883.3 -56046,6883.3 -56047,6883.2 -56047,6883.2 -56047,6883.2 -56047,6883.2 -56047,6883.1 -56047,6883.1 -56047,6883.1 -56047,6883.1 -56047,6883.1 -56047,6883 -56047,6883 -56047,6883 -56047,6883 -56047,6882.9 -56047,6882.9 -56047,6882.9 -56047,6882.9 -56047,6882.9 -56048,6882.8 -56048,6882.8 -56048,6882.8 -56048,6882.8 -56048,6882.7 -56048,6882.7 -56048,6882.7 -56048,6882.7 -56048,6882.7 -56048,6882.6 -56048,6882.6 -56048,6882.6 -56048,6882.6 -56048,6882.6 -56048,6882.5 -56048,6882.5 -56048,6882.5 -56049,6882.5 -56049,6882.5 -56049,6882.4 -56049,6882.4 -56049,6882.4 -56049,6882.4 -56049,6882.4 -56049,6882.4 -56049,6882.3 -56049,6882.3 -56049,6882.3 -56049,6882.3 -56049,6882.3 -56049,6882.3 -56049,6882.2 -56049,6882.2 -56049,6882.2 -56049,6882.2 -56050,6882.2 -56050,6882.2 -56050,6882.1 -56050,6882.1 -56050,6882.1 -56050,6882.1 -56050,6882.1 -56050,6882.1 -56050,6882.1 -56050,6882 -56050,6882 -56050,6882 -56050,6882 -56050,6882 -56050,6882 -56050,6882 -56051,6881.9 -56051,6881.9 -56051,6881.9 -56051,6881.9 -56051,6881.9 -56051,6881.9 -56051,6881.9 -56051,6881.8 -56051,6881.8 -56051,6881.8 -56051,6881.8 -56051,6881.8 -56051,6881.8 -56051,6881.8 -56051,6881.8 -56051,6881.8 -56051,6881.8 -56052,6881.7 -56052,6881.7 -56052,6881.7 -56052,6881.7 -56052,6881.7 -56052,6881.7 -56052,6881.7 -56052,6881.7 -56052,6881.7 -56052,6881.7 -56052,6881.7 -56052,6881.7 -56052,6881.6 -56052,6881.6 -56052,6881.6 -56052,6881.6 -56052,6881.6 -56053,6881.6 -56053,6881.6 -56053,6881.6 -56053,6881.6 -56053,6881.6 -56053,6881.6 -56053,6881.6 -56053,6881.6 -56053,6881.6 -56053,6881.6 -56053,6881.6 -56053,6881.6 -56053,6881.5 -56053,6881.5 -56053,6881.5 -56053,6881.5 -56054,6881.5 -56054,6881.5 -56054,6881.5 -56054,6881.5 -56054,6881.5 -56054,6881.5 -56054,6881.5 -56054,6881.5 -56054,6881.5 -56054,6881.5 -56054,6881.5 -56054,6881.5 -56054,6881.5 -56054,6881.5 -56054,6881.5 -56055,6881.5 -56055,6881.5 -56055,6881.5 -56055,6881.5 -56055,6881.5 -56055,6881.5 -56055,6881.5 -56055,6881.5 -56055,6881.5 -56055,6881.5 -56055,6881.5 -56055,6881.5 -56055,6881.5 -56055,6881.5 -56055,6881.5 -56056,6881.5 -56056,6881.5 -56056,6881.5 -56056,6881.5 -56056,6881.5 -56056,6881.5 -56056,6881.5 -56056,6881.5 -56056,6881.5 -56056,6881.5 -56056,6881.5 -56056,6881.5 -56056,6881.5 -56056,6881.5 -56056,6881.5 -56057,6881.5 -56057,6881.5 -56057,6881.5 -56057,6881.5 -56057,6881.6 -56057,6881.6 -56057,6881.6 -56057,6881.6 -56057,6881.6 -56057,6881.6 -56057,6881.6 -56057,6881.6 -56057,6881.6 -56057,6881.6 -56057,6881.6 -56058,6881.6 -56058,6881.6 -56058,6881.6 -56058,6881.6 -56058,6881.7 -56058,6881.7 -56058,6881.7 -56058,6881.7 -56058,6881.7 -56058,6881.7 -56058,6881.7 -56058,6881.7 -56058,6881.7 -56058,6881.7 -56059,6881.7 -56059,6881.8 -56059,6881.8 -56059,6881.8 -56059,6881.8 -56059,6881.8 -56059,6881.8 -56059,6881.8 -56059,6881.8 -56059,6881.8 -56059,6881.8 -56059,6881.9 -56059,6881.9 -56059,6881.9 -56060,6881.9 -56060,6881.9 -56060,6881.9 -56060,6881.9 -56060,6881.9 -56060,6881.9 -56060,6882 -56060,6882 -56060,6882 -56060,6882 -56060,6882 -56060,6882 -56060,6882 -56060,6882.1 -56061,6882.1 -56061,6882.1 -56061,6882.1 -56061,6882.1 -56061,6882.1 -56061,6882.1 -56061,6882.2 -56061,6882.2 -56061,6882.2 -56061,6882.2 -56061,6882.2 -56061,6882.2 -56061,6882.3 -56062,6882.3 -56062,6882.3 -56062,6882.3 -56062,6882.3 -56062,6882.4 -56062,6882.4 -56062,6882.4 -56062,6882.4 -56062,6882.4 -56062,6882.4 -56062,6882.5 -56062,6882.5 -56062,6882.5 -56063,6882.5 -56063,6882.5 -56063,6882.6 -56063,6882.6 -56063,6882.6 -56063,6882.6 -56063,6882.6 -56063,6882.7 -56063,6882.7 -56063,6882.7 -56063,6882.7 -56063,6882.8 -56063,6882.8 -56064,6882.8 -56064,6882.8 -56064,6882.8 -56064,6882.9 -56064,6882.9 -56064,6882.9 -56064,6882.9 -56035,6852.1 -56035,6852.1 -56035,6852 -56035,6851.9 -56035,6851.8 -56035,6851.8 -56035,6851.7 -56035,6851.6 -56035,6851.5 -56035,6851.5 -56035,6851.4 -56035,6851.3 -56035,6851.3 -56035,6851.2 -56035,6851.1 -56035,6851 -56035,6851 -56035,6850.9 -56035,6850.8 -56035,6850.8 -56035,6850.7 -56035,6850.6 -56035,6850.5 -56035,6850.5 -56035,6850.4 -56035,6850.3 -56035,6850.3 -56035,6850.2 -56035,6850.1 -56035,6850 -56035,6850 -56035,6849.9 -56035,6849.8 -56035,6849.8 -56035,6849.7 -56035,6849.6 -56035,6849.5 -56035,6849.5 -56035,6849.4 -56035,6849.3 -56035,6849.3 -56035,6849.2 -56035,6849.1 -56035,6849 -56035,6849 -56035,6848.9 -56035,6848.8 -56035,6848.8 -56034,6848.7 -56034,6848.6 -56034,6848.6 -56034,6848.5 -56034,6848.4 -56034,6848.3 -56034,6848.3 -56034,6848.2 -56034,6848.1 -56034,6848.1 -56034,6848 -56034,6847.9 -56034,6847.8 -56034,6847.8 -56034,6847.7 -56034,6847.6 -56034,6847.6 -56034,6847.5 -56034,6847.4 -56034,6847.3 -56034,6847.3 -56034,6847.2 -56034,6847.1 -56034,6847.1 -56034,6847 -56034,6846.9 -56034,6846.9 -56034,6846.8 -56034,6846.7 -56034,6846.7 -56034,6846.6 -56034,6846.5 -56034,6846.4 -56034,6846.4 -56034,6846.3 -56034,6846.2 -56034,6846.2 -56034,6846.1 -56034,6846 -56034,6846 -56034,6845.9 -56034,6845.8 -56034,6845.7 -56034,6845.7 -56034,6845.6 -56033,6845.5 -56033,6845.5 -56033,6845.4 -56033,6845.3 -56033,6845.3 -56033,6845.2 -56033,6845.1 -56033,6845.1 -56033,6845 -56033,6844.9 -56033,6844.8 -56033,6844.8 -56033,6844.7 -56033,6844.6 -56033,6844.6 -56033,6844.5 -56033,6844.4 -56033,6844.4 -56033,6844.3 -56033,6844.2 -56033,6844.2 -56033,6844.1 -56033,6844 -56033,6844 -56033,6843.9 -56033,6843.8 -56033,6843.8 -56033,6843.7 -56033,6843.6 -56033,6843.5 -56033,6843.5 -56033,6843.4 -56033,6843.3 -56033,6843.3 -56033,6843.2 -56033,6843.1 -56033,6843.1 -56033,6843 -56033,6842.9 -56033,6842.9 -56032,6842.8 -56032,6842.7 -56032,6842.7 -56032,6842.6 -56032,6842.5 -56032,6842.5 -56032,6842.4 -56032,6842.3 -56032,6842.3 -56032,6842.2 -56032,6842.1 -56032,6842.1 -56032,6842 -56032,6841.9 -56032,6841.9 -56032,6841.8 -56032,6841.7 -56032,6841.7 -56032,6841.6 -56032,6841.5 -56032,6841.5 -56032,6841.4 -56032,6841.3 -56032,6841.3 -56032,6841.2 -56032,6841.1 -56032,6841.1 -56032,6841 -56032,6840.9 -56032,6840.9 -56032,6840.8 -56032,6840.7 -56032,6840.7 -56032,6840.6 -56032,6840.5 -56031,6840.5 -56031,6840.4 -56031,6840.3 -56031,6840.3 -56031,6840.2 -56031,6840.1 -56031,6840.1 -56031,6840 -56031,6839.9 -56031,6839.9 -56031,6839.8 -56031,6839.7 -56031,6839.7 -56031,6839.6 -56031,6839.5 -56031,6839.5 -56031,6839.4 -56031,6839.3 -56031,6839.3 -56031,6839.2 -56031,6839.1 -56031,6839.1 -56031,6839 -56031,6839 -56031,6838.9 -56031,6838.8 -56031,6838.8 -56031,6838.7 -56031,6838.6 -56031,6838.6 -56031,6838.5 -56030,6838.4 -56030,6838.4 -56030,6838.3 -56030,6838.2 -56030,6838.2 -56030,6838.1 -56030,6838 -56030,6838 -56030,6837.9 -56030,6837.9 -56030,6837.8 -56030,6837.7 -56030,6837.7 -56030,6837.6 -56030,6837.5 -56030,6837.5 -56030,6837.4 -56030,6837.3 -56030,6837.3 -56030,6837.2 -56030,6837.1 -56030,6837.1 -56030,6837 -56030,6836.9 -56030,6836.9 -56030,6836.8 -56030,6836.7 -56030,6836.7 -56029,6836.6 -56029,6836.6 -56029,6836.5 -56029,6836.4 -56029,6836.4 -56029,6836.3 -56029,6836.2 -56029,6836.2 -56029,6836.1 -56029,6836 -56029,6836 -56029,6835.9 -56029,6835.8 -56029,6835.8 -56029,6835.7 -56029,6835.6 -56029,6835.6 -56029,6835.5 -56029,6835.4 -56029,6835.4 -56029,6835.3 -56029,6835.2 -56029,6835.2 -56029,6835.1 -56029,6835 -56029,6835 -56029,6834.9 -56029,6834.8 -56028,6834.8 -56028,6834.7 -56028,6834.7 -56028,6834.6 -56028,6834.5 -56028,6834.5 -56028,6834.4 -56028,6834.3 -56028,6834.3 -56028,6834.2 -56028,6834.1 -56028,6834.1 -56028,6834 -56028,6833.9 -56028,6833.9 -56028,6833.8 -56028,6833.7 -56028,6833.7 -56028,6833.6 -56028,6833.5 -56028,6833.5 -56028,6833.4 -56028,6833.3 -56028,6833.3 -56028,6833.2 -56027,6833.1 -56027,6833.1 -56027,6833 -56027,6833 -56027,6832.9 -56027,6832.8 -56027,6832.8 -56027,6832.7 -56027,6832.6 -56027,6832.6 -56027,6832.5 -56027,6832.4 -56027,6832.4 -56027,6832.3 -56027,6832.2 -56027,6832.2 -56027,6832.1 -56027,6832 -56024,6821.6 -56024,6821.5 -56024,6821.4 -56023,6821.3 -56023,6821.2 -56023,6821.1 -56023,6821 -56023,6820.9 -56023,6820.8 -56023,6820.7 -56023,6820.6 -56023,6820.4 -56023,6820.3 -56023,6820.2 -56023,6820.1 -56023,6820 -56023,6819.9 -56023,6819.8 -56023,6819.7 -56023,6819.6 -56023,6819.5 -56023,6819.3 -56022,6819.2 -56022,6819.1 -56022,6819 -56022,6818.9 -56022,6818.8 -56022,6818.7 -56022,6818.6 -56022,6818.5 -56022,6818.4 -56022,6818.2 -56022,6818.1 -56022,6818 -56022,6817.9 -56022,6817.8 -56022,6817.7 -56022,6817.6 -56022,6817.5 -56021,6817.4 -56021,6817.2 -56021,6817.1 -56021,6817 -56021,6816.9 -56021,6816.8 -56021,6816.7 -56021,6816.6 -56021,6816.5 -56021,6816.4 -56021,6816.2 -56021,6816.1 -56021,6816 -56021,6815.9 -56021,6815.8 -56021,6815.7 -56021,6815.6 -56021,6815.4 -56020,6815.3 -56020,6815.2 -56020,6815.1 -56020,6815 -56020,6814.9 -56020,6814.8 -56020,6814.6 -56020,6814.5 -56020,6814.4 -56020,6814.3 -56020,6814.2 -56020,6814.1 -56020,6814 -56020,6813.8 -56020,6813.7 -56020,6813.6 -56020,6813.5 -56019,6813.4 -56019,6813.3 -56019,6813.2 -56019,6813 -56019,6812.9 -56019,6812.8 -56019,6812.7 -56019,6812.6 -56019,6812.5 -56019,6812.3 -56019,6812.2 -56019,6812.1 -56019,6812 -56019,6811.9 -56019,6811.8 -56019,6811.6 -56018,6811.5 -56018,6811.4 -56018,6811.3 -56018,6811.2 -56018,6811.1 -56018,6810.9 -56018,6810.8 -56018,6810.7 -56018,6810.6 -56018,6810.5 -56018,6810.4 -56018,6810.2 -56018,6810.1 -56018,6810 -56018,6809.9 -56018,6809.8 -56018,6809.7 -56017,6809.5 -56017,6809.4 -56017,6809.3 -56017,6809.2 -56017,6809.1 -56017,6808.9 -56017,6808.8 -56017,6808.7 -56017,6808.6 -56017,6808.5 -56017,6808.3 -56017,6808.2 -56017,6808.1 -56017,6808 -56017,6807.9 -56017,6807.7 -56017,6807.6 -56016,6807.5 -56016,6807.4 -56016,6807.3 -56016,6807.1 -56016,6807 -56016,6806.9 -56016,6806.8 -56016,6806.7 -56016,6806.6 -56016,6806.4 -56016,6806.3 -56016,6806.2 -56016,6806.1 -56016,6806 -56016,6805.8 -56016,6805.7 -56015,6805.6 -56015,6805.5 -56015,6805.4 -56015,6805.2 -56015,6805.1 -56015,6805 -56015,6804.9 -56015,6804.8 -56015,6804.6 -56015,6804.5 -56015,6804.4 -56015,6804.3 -56015,6804.2 -56015,6804 -56015,6803.9 -56015,6803.8 -56014,6803.7 -56014,6803.6 -56014,6803.4 -56014,6803.3 -56014,6803.2 -56014,6803.1 -56014,6803 -56014,6802.8 -56014,6802.7 -56014,6802.6 -56014,6802.5 -56014,6802.3 -56014,6802.2 -56014,6802.1 -56014,6802 -56014,6801.9 -56013,6801.7 -56013,6801.6 -56013,6801.5 -56013,6801.4 -56013,6801.3 -56013,6801.1 -56013,6801 -56013,6800.9 -56013,6800.8 -56013,6800.6 -56013,6800.5 -56013,6800.4 -56013,6800.3 -56013,6800.2 -56013,6800 -56013,6799.9 -56012,6799.8 -56012,6799.7 -56012,6799.5 -56012,6799.4 -56012,6799.3 -56012,6799.2 -56012,6799 -56012,6798.9 -56012,6798.8 -56012,6798.7 -56018,6802.4 -56018,6802.3 -56018,6802.1 -56018,6802 -56018,6801.9 -56018,6801.8 -56018,6801.7 -56017,6801.5 -56017,6801.4 -56017,6801.3 -56017,6801.2 -56017,6801 -56017,6800.9 -56017,6800.8 -56017,6800.7 -56017,6800.6 -56017,6800.4 -56017,6800.3 -56017,6800.2 -56017,6800.1 -56017,6799.9 -56017,6799.8 -56017,6799.7 -56017,6799.6 -56017,6799.4 -56017,6799.3 -56017,6799.2 -56017,6799.1 -56017,6799 -56017,6798.8 -56016,6798.7 -56016,6798.6 -56016,6798.5 -56016,6798.3 -56016,6798.2 -56016,6798.1 -56016,6798 -56016,6797.8 -56016,6797.7 -56016,6797.6 -56016,6797.5 -56016,6797.3 -56016,6797.2 -56016,6797.1 -56016,6796.9 -56016,6796.8 -56016,6796.7 -56016,6796.6 -56016,6796.4 -56016,6796.3 -56016,6796.2 -56016,6796.1 -56016,6795.9 -56015,6795.8 -56015,6795.7 -56015,6795.6 -56015,6795.4 -56015,6795.3 -56015,6795.2 -56015,6795 -56015,6794.9 -56015,6794.8 -56015,6794.7 -56015,6794.5 -56015,6794.4 -56015,6794.3 -56015,6794.1 -56015,6794 -56015,6793.9 -56015,6793.7 -56015,6793.6 -56015,6793.5 -56015,6793.4 -56015,6793.2 -56015,6793.1 -56014,6793 -56014,6792.8 -56014,6792.7 -56014,6792.6 -56014,6792.4 -56014,6792.3 -56014,6792.2 -56014,6792 -56014,6791.9 -56014,6791.8 -56014,6791.6 -56014,6791.5 -56014,6791.4 -56014,6791.2 -56014,6791.1 -56014,6791 -56014,6790.8 -56014,6790.7 -56014,6790.6 -56014,6790.4 -56014,6790.3 -56013,6790.2 -56013,6790 -56013,6789.9 -56013,6789.8 -56013,6789.6 -56013,6789.5 -56013,6789.4 -56013,6789.2 -56013,6789.1 -56013,6789 -56013,6788.8 -56013,6788.7 -56013,6788.6 -56013,6788.4 -56013,6788.3 -56013,6788.2 -56013,6788 -56013,6787.9 -56013,6787.7 -56013,6787.6 -56013,6787.5 -56012,6787.3 -56012,6787.2 -56012,6787.1 -56012,6786.9 -56012,6786.8 -56012,6786.7 -56012,6786.5 -56012,6786.4 -56012,6786.2 -56012,6786.1 -56012,6786 -56012,6785.8 -56012,6785.7 -56012,6785.5 -56012,6785.4 -56012,6785.3 -56012,6785.1 -56012,6785 -56012,6784.9 -56012,6784.7 -56012,6784.6 -56011,6784.4 -56011,6784.3 -56011,6784.2 -56011,6784 -56011,6783.9 -56011,6783.7 -56011,6783.6 -56011,6783.4 -56011,6783.3 -56011,6783.2 -56011,6783 -56011,6782.9 -56011,6782.7 -56011,6782.6 -56011,6782.5 -56011,6782.3 -56011,6782.2 -56011,6782 -56011,6781.9 -56011,6781.7 -56010,6781.6 -56010,6781.5 -56010,6781.3 -56010,6781.2 -56010,6781 -56010,6780.9 -56010,6780.7 -56010,6780.6 -56010,6780.5 -56010,6780.3 -56010,6780.2 -56010,6780 -56010,6779.9 -56010,6779.7 -56010,6779.6 -56010,6779.4 -56010,6779.3 -56010,6779.2 -56010,6779 -56010,6778.9 -56009,6778.7 -56009,6778.6 -56009,6778.4 -56009,6778.3 -56009,6778.1 -56009,6778 -56009,6777.8 -56009,6777.7 -56009,6777.5 -56009,6777.4 -56009,6777.2 -56009,6777.1 -56009,6776.9 -56009,6776.8 -56009,6776.7 -56009,6776.5 -56009,6776.4 -56009,6776.2 -56009,6776.1 -56009,6775.9 -56009,6775.8 -56008,6775.6 -56008,6775.5 -56008,6775.3 -56008,6775.2 -56008,6775 -56008,6774.9 -56008,6774.7 -56008,6774.6 -56008,6774.4 -56008,6774.3 -56008,6774.1 -56008,6774 -56008,6773.8 -56008,6773.7 -56008,6773.5 -56008,6773.4 -56008,6773.2 -56008,6773.1 -56008,6772.9 -56008,6772.8 -56008,6772.6 -56007,6772.4 -56007,6772.3 -56007,6772.1 -56007,6772 -56007,6771.8 -56007,6771.7 -56007,6771.5 -56007,6771.4 -56007,6771.2 -56007,6771.1 -56007,6770.9 -56007,6770.8 -56007,6770.6 -56007,6770.5 -56007,6770.3 -56007,6770.1 -56007,6770 -56007,6769.8 -56007,6769.7 -56007,6769.5 -56007,6769.4 -56006,6769.2 -56006,6769.1 -56006,6768.9 -56006,6768.7 -56006,6768.6 -56006,6768.4 -56006,6768.3 -56006,6768.1 -56006,6768 -56006,6767.8 -56006,6767.7 -56006,6767.5 -56006,6767.3 -56006,6767.2 -56006,6767 -56006,6766.9 -56006,6766.7 -56006,6766.5 -56006,6766.4 -56006,6766.2 -56006,6766.1 -56006,6765.9 -56005,6765.8 -56005,6765.6 -56005,6765.4 -56005,6765.3 -56005,6765.1 -56005,6765 -56005,6764.8 -56005,6764.6 -56005,6764.5 -56005,6764.3 -56005,6764.2 -56005,6764 -56005,6763.8 -56005,6763.7 -56005,6763.5 -56005,6763.4 -56005,6763.2 -56005,6763 -56005,6762.9 -56005,6762.7 -56005,6762.5 -56005,6762.4 -56004,6762.2 -56004,6762.1 -56004,6761.9 -56004,6761.7 -56004,6761.6 -56004,6761.4 -56004,6761.3 -56004,6761.1 -56004,6760.9 -56004,6760.8 -56004,6760.6 -56004,6760.4 -56012,6779.1 -56012,6779 -56012,6778.9 -56012,6778.8 -56012,6778.7 -56012,6778.5 -56012,6778.4 -56012,6778.3 -56012,6778.2 -56012,6778.1 -56012,6778 -56012,6777.9 -56012,6777.8 -56012,6777.6 -56012,6777.5 -56012,6777.4 -56012,6777.3 -56012,6777.2 -56012,6777.1 -56012,6777 -56012,6776.9 -56012,6776.7 -56012,6776.6 -56012,6776.5 -56012,6776.4 -56012,6776.3 -56012,6776.2 -56012,6776.1 -56012,6776 -56012,6775.8 -56012,6775.7 -56012,6775.6 -56012,6775.5 -56012,6775.4 -56011,6775.3 -56011,6775.2 -56011,6775 -56011,6774.9 -56011,6774.8 -56011,6774.7 -56011,6774.6 -56011,6774.5 -56011,6774.4 -56011,6774.2 -56011,6774.1 -56011,6774 -56011,6773.9 -56011,6773.8 -56011,6773.7 -56011,6773.5 -56011,6773.4 -56011,6773.3 -56011,6773.2 -56011,6773.1 -56011,6773 -56011,6772.8 -56011,6772.7 -56011,6772.6 -56011,6772.5 -56011,6772.4 -56011,6772.3 -56011,6772.2 -56011,6772 -56011,6771.9 -56011,6771.8 -56011,6771.7 -56011,6771.6 -56011,6771.5 -56011,6771.3 -56011,6771.2 -56011,6771.1 -56011,6771 -56011,6770.9 -56011,6770.8 -56011,6770.6 -56011,6770.5 -56011,6770.4 -56011,6770.3 -56011,6770.2 -56011,6770.1 -56011,6769.9 -56011,6769.8 -56011,6769.7 -56011,6769.6 -56011,6769.5 -56011,6769.4 -56011,6769.2 -56011,6769.1 -56010,6769 -56010,6768.9 -56010,6768.8 -56010,6768.6 -56010,6768.5 -56010,6768.4 -56010,6768.3 -56010,6768.2 -56010,6768.1 -56010,6767.9 -56010,6767.8 -56010,6767.7 -56010,6767.6 -56010,6767.5 -56010,6767.4 -56010,6767.2 -56010,6767.1 -56010,6767 -56010,6766.9 -56010,6766.8 -56010,6766.6 -56010,6766.5 -56010,6766.4 -56010,6766.3 -56010,6766.2 -56010,6766.1 -56010,6765.9 -56010,6765.8 -56010,6765.7 -56010,6765.6 -56010,6765.5 -56010,6765.3 -56010,6765.2 -56010,6765.1 -56010,6765 -56010,6764.9 -56010,6764.7 -56010,6764.6 -56010,6764.5 -56010,6764.4 -56010,6764.3 -56010,6764.1 -56010,6764 -56010,6763.9 -56010,6763.8 -56010,6763.7 -56010,6763.5 -56010,6763.4 -56010,6763.3 -56010,6763.2 -56010,6763 -56010,6762.9 -56010,6762.8 -56010,6762.7 -56010,6762.6 -56009,6762.4 -56009,6762.3 -56009,6762.2 -56009,6762.1 -56009,6761.9 -56009,6761.8 -56009,6761.7 -56009,6761.6 -56009,6761.4 -56009,6761.3 -56009,6761.2 -56009,6761.1 -56009,6761 -56009,6760.8 -56009,6760.7 -56009,6760.6 -56009,6760.5 -56009,6760.3 -56009,6760.2 -56009,6760.1 -56009,6760 -56009,6759.8 -56009,6759.7 -56009,6759.6 -56009,6759.5 -56009,6759.3 -56009,6759.2 -56009,6759.1 -56009,6759 -56009,6758.8 -56009,6758.7 -56009,6758.6 -56009,6758.5 -56009,6758.3 -56009,6758.2 -56009,6758.1 -56009,6758 -56009,6757.8 -56009,6757.7 -56009,6757.6 -56009,6757.4 -56009,6757.3 -56009,6757.2 -56009,6757.1 -56009,6756.9 -56009,6756.8 -56009,6756.7 -56009,6756.6 -56009,6756.4 -56009,6756.3 -56009,6756.2 -56009,6756 -56008,6755.9 -56008,6755.8 -56008,6755.6 -56008,6755.5 -56008,6755.4 -56008,6755.3 -56008,6755.1 -56008,6755 -56008,6754.9 -56008,6754.7 -56008,6754.6 -56008,6754.5 -56008,6754.3 -56008,6754.2 -56008,6754.1 -56008,6753.9 -56008,6753.8 -56008,6753.7 -56008,6753.5 -56008,6753.4 -56008,6753.3 -56008,6753.1 -56008,6753 -56008,6752.9 -56008,6752.7 -56008,6752.6 -56008,6752.5 -56008,6752.3 -56008,6752.2 -56008,6752 -56008,6751.9 -56008,6751.8 -56008,6751.6 -56008,6751.5 -56008,6751.4 -56008,6751.2 -56008,6751.1 -56008,6751 -56008,6750.8 -56008,6750.7 -56008,6750.5 -56008,6750.4 -56008,6750.3 -56008,6750.1 -56008,6750 -56008,6749.8 -56008,6749.7 -56008,6749.6 -56008,6749.4 -56008,6749.3 -56008,6749.1 -56007,6749 -56007,6748.9 -56007,6748.7 -56007,6748.6 -56007,6748.4 -56007,6748.3 -56007,6748.2 -56007,6748 -56007,6747.9 -56007,6747.7 -56007,6747.6 -56007,6747.4 -56007,6747.3 -56007,6747.2 -56007,6747 -56007,6746.9 -56007,6746.7 -56007,6746.6 -56007,6746.4 -56007,6746.3 -56007,6746.1 -56007,6746 -56007,6745.9 -56007,6745.7 -56007,6745.6 -56007,6745.4 -56007,6745.3 -56007,6745.1 -56007,6745 -56007,6744.8 -56007,6744.7 -56007,6744.5 -56007,6744.4 -56007,6744.2 -56007,6744.1 -56007,6743.9 -56007,6743.8 -56007,6743.6 -56007,6743.5 -56007,6743.4 -56007,6743.2 -56007,6743.1 -56007,6742.9 -56007,6742.8 -56007,6742.6 -56007,6742.5 -56007,6742.3 -56007,6742.2 -56007,6742 -56007,6741.9 -56007,6741.7 -56007,6741.6 -56009,6757.9 -56009,6757.8 -56009,6757.7 -56009,6757.6 -56009,6757.5 -56009,6757.4 -56009,6757.3 -56009,6757.2 -56009,6757.1 -56009,6757 -56009,6756.9 -56009,6756.8 -56009,6756.7 -56009,6756.6 -56009,6756.5 -56009,6756.4 -56009,6756.2 -56009,6756.1 -56009,6756 -56009,6755.9 -56009,6755.8 -56009,6755.7 -56009,6755.6 -56009,6755.5 -56009,6755.4 -56009,6755.3 -56009,6755.2 -56009,6755.1 -56009,6755 -56009,6754.9 -56009,6754.8 -56009,6754.7 -56009,6754.6 -56009,6754.4 -56009,6754.3 -56009,6754.2 -56009,6754.1 -56009,6754 -56009,6753.9 -56009,6753.8 -56009,6753.7 -56009,6753.6 -56009,6753.5 -56009,6753.4 -56009,6753.3 -56009,6753.1 -56009,6753 -56009,6752.9 -56009,6752.8 -56009,6752.7 -56009,6752.6 -56009,6752.5 -56009,6752.4 -56009,6752.3 -56009,6752.1 -56009,6752 -56009,6751.9 -56009,6751.8 -56009,6751.7 -56009,6751.6 -56009,6751.5 -56009,6751.4 -56009,6751.3 -56009,6751.1 -56009,6751 -56009,6750.9 -56009,6750.8 -56009,6750.7 -56009,6750.6 -56009,6750.5 -56009,6750.3 -56009,6750.2 -56009,6750.1 -56009,6750 -56009,6749.9 -56009,6749.8 -56009,6749.7 -56009,6749.5 -56009,6749.4 -56009,6749.3 -56009,6749.2 -56009,6749.1 -56009,6749 -56009,6748.8 -56009,6748.7 -56009,6748.6 -56009,6748.5 -56009,6748.4 -56009,6748.3 -56009,6748.1 -56009,6748 -56009,6747.9 -56009,6747.8 -56009,6747.7 -56009,6747.5 -56009,6747.4 -56009,6747.3 -56009,6747.2 -56009,6747.1 -56009,6746.9 -56009,6746.8 -56009,6746.7 -56009,6746.6 -56009,6746.4 -56009,6746.3 -56009,6746.2 -56009,6746.1 -56009,6746 -56009,6745.8 -56009,6745.7 -56009,6745.6 -56009,6745.5 -56009,6745.3 -56009,6745.2 -56009,6745.1 -56009,6745 -56009,6744.8 -56009,6744.7 -56009,6744.6 -56009,6744.5 -56009,6744.3 -56009,6744.2 -56009,6744.1 -56009,6744 -56009,6743.8 -56009,6743.7 -56009,6743.6 -56009,6743.4 -56009,6743.3 -56009,6743.2 -56009,6743.1 -56009,6742.9 -56009,6742.8 -56009,6742.7 -56009,6742.5 -56009,6742.4 -56009,6742.3 -56009,6742.1 -56009,6742 -56009,6741.9 -56009,6741.8 -56009,6741.6 -56009,6741.5 -56009,6741.4 -56009,6741.2 -56009,6741.1 -56009,6741 -56009,6740.8 -56009,6740.7 -56009,6740.5 -56009,6740.4 -56009,6740.3 -56009,6740.1 -56009,6740 -56009,6739.9 -56009,6739.7 -56009,6739.6 -56009,6739.5 -56009,6739.3 -56009,6739.2 -56009,6739 -56009,6738.9 -56009,6738.8 -56009,6738.6 -56009,6738.5 -56009,6738.3 -56009,6738.2 -56009,6738.1 -56009,6737.9 -56009,6737.8 -56009,6737.6 -56009,6737.5 -56009,6737.3 -56009,6737.2 -56009,6737.1 -56009,6736.9 -56009,6736.8 -56009,6736.6 -56009,6736.5 -56009,6736.3 -56009,6736.2 -56009,6736 -56009,6735.9 -56009,6735.8 -56009,6735.6 -56009,6735.5 -56009,6735.3 -56009,6735.2 -56010,6735 -56010,6734.9 -56010,6734.7 -56010,6734.6 -56010,6734.4 -56010,6734.3 -56010,6734.1 -56010,6734 -56010,6733.8 -56010,6733.7 -56010,6733.5 -56010,6733.4 -56010,6733.2 -56010,6733.1 -56010,6732.9 -56010,6732.8 -56010,6732.6 -56010,6732.5 -56010,6732.3 -56010,6732.1 -56010,6732 -56010,6731.8 -56010,6731.7 -56010,6731.5 -56010,6731.4 -56010,6731.2 -56010,6731 -56010,6730.9 -56010,6730.7 -56010,6730.6 -56010,6730.4 -56010,6730.3 -56010,6730.1 -56010,6729.9 -56010,6729.8 -56010,6729.6 -56010,6729.5 -56010,6729.3 -56010,6729.1 -56010,6729 -56010,6728.8 -56010,6728.6 -56010,6728.5 -56010,6728.3 -56010,6728.1 -56010,6728 -56010,6727.8 -56010,6727.6 -56010,6727.5 -56010,6727.3 -56010,6727.1 -56010,6727 -56010,6726.8 -56010,6726.6 -56010,6726.5 -56010,6726.3 -56010,6726.1 -56010,6726 -56010,6725.8 -56010,6725.6 -56010,6725.4 -56010,6725.3 -56010,6725.1 -56010,6724.9 -56011,6724.8 -56011,6724.6 -56011,6724.4 -56011,6724.2 -56011,6724.1 -56011,6723.9 -56011,6723.7 -56011,6723.5 -56011,6723.4 -56011,6723.2 -56011,6723 -56011,6722.8 -56011,6722.6 -56011,6722.5 -56011,6722.3 -56011,6722.1 -56011,6721.9 -56011,6721.8 -56011,6721.6 -56011,6721.4 -56011,6721.2 -56011,6721 -56011,6720.8 -56011,6720.7 -56011,6720.5 -56011,6720.3 -56011,6720.1 -56011,6719.9 -56011,6719.7 -56011,6719.6 -56011,6719.4 -56011,6719.2 -56011,6719 -56011,6718.8 -56011,6718.6 -56011,6718.4 -56011,6718.2 -56011,6718 -56011,6717.9 -56011,6717.7 -56011,6717.5 -56011,6717.3 -56011,6717.1 -56011,6716.9 -56011,6716.7 -56011,6716.5 -55998,6744 -55998,6743.8 -55998,6743.7 -55998,6743.6 -55998,6743.5 -55998,6743.4 -55998,6743.3 -55998,6743.1 -55998,6743 -55998,6742.9 -55998,6742.8 -55998,6742.7 -55998,6742.5 -55998,6742.4 -55998,6742.3 -55998,6742.2 -55998,6742.1 -55998,6741.9 -55998,6741.8 -55998,6741.7 -55998,6741.6 -55998,6741.5 -55998,6741.3 -55998,6741.2 -55997,6741.1 -55997,6740.9 -55997,6740.8 -55997,6740.7 -55997,6740.6 -55997,6740.4 -55997,6740.3 -55997,6740.2 -55997,6740 -55997,6739.9 -55997,6739.8 -55997,6739.7 -55997,6739.5 -55997,6739.4 -55997,6739.3 -55997,6739.1 -55997,6739 -55997,6738.9 -55997,6738.8 -55997,6738.6 -55997,6738.5 -55997,6738.4 -55997,6738.2 -55997,6738.1 -55997,6738 -55997,6737.8 -55997,6737.7 -55997,6737.6 -55997,6737.4 -55996,6737.3 -55996,6737.1 -55996,6737 -55996,6736.9 -55996,6736.7 -55996,6736.6 -55996,6736.4 -55996,6736.3 -55996,6736.2 -55996,6736 -55996,6735.9 -55996,6735.7 -55996,6735.6 -55996,6735.4 -55996,6735.3 -55996,6735.2 -55996,6735 -55996,6734.9 -55996,6734.7 -55996,6734.6 -55996,6734.4 -55996,6734.3 -55996,6734.1 -55996,6734 -55996,6733.8 -55995,6733.7 -55995,6733.5 -55995,6733.4 -55995,6733.2 -55995,6733.1 -55995,6732.9 -55995,6732.8 -55995,6732.6 -55995,6732.5 -55995,6732.4 -55995,6732.2 -55995,6732.1 -55995,6731.9 -55995,6731.8 -55995,6731.6 -55995,6731.5 -55995,6731.3 -55995,6731.2 -55995,6731 -55995,6730.9 -55995,6730.7 -55995,6730.6 -55994,6730.4 -55994,6730.3 -55994,6730.1 -55994,6730 -55994,6729.8 -55994,6729.7 -55994,6729.5 -55994,6729.3 -55994,6729.2 -55994,6729 -55994,6728.9 -55994,6728.7 -55994,6728.6 -55994,6728.4 -55994,6728.3 -55994,6728.1 -55994,6728 -55994,6727.8 -55994,6727.7 -55994,6727.5 -55994,6727.3 -55993,6727.2 -55993,6727 -55993,6726.9 -55993,6726.7 -55993,6726.6 -55993,6726.4 -55993,6726.3 -55993,6726.1 -55993,6725.9 -55993,6725.8 -55993,6725.6 -55993,6725.4 -55993,6725.3 -55993,6725.1 -55993,6725 -55993,6724.8 -55993,6724.6 -55993,6724.5 -55992,6724.3 -55992,6724.1 -55992,6724 -55992,6723.8 -55992,6723.6 -55992,6723.5 -55992,6723.3 -55992,6723.1 -55992,6723 -55992,6722.8 -55992,6722.6 -55992,6722.5 -55992,6722.3 -55992,6722.1 -55992,6722 -55992,6721.8 -55992,6721.6 -55992,6721.5 -55991,6721.3 -55991,6721.1 -55991,6721 -55991,6720.8 -55991,6720.6 -55991,6720.4 -55991,6720.3 -55991,6720.1 -55991,6719.9 -55991,6719.8 -55991,6719.6 -55991,6719.4 -55991,6719.2 -55991,6719.1 -55991,6718.9 -55991,6718.7 -55990,6718.6 -55990,6718.4 -55990,6718.2 -55990,6718 -55990,6717.8 -55990,6717.7 -55990,6717.5 -55990,6717.3 -55990,6717.1 -55990,6717 -55990,6716.8 -55990,6716.6 -55990,6716.4 -55990,6716.2 -55990,6716.1 -55989,6715.9 -55989,6715.7 -55989,6715.5 -55989,6715.3 -55989,6715.2 -55989,6715 -55989,6714.8 -55989,6714.6 -55989,6714.4 -55989,6714.3 -55989,6714.1 -55989,6713.9 -55989,6713.7 -55989,6713.5 -55989,6713.4 -55988,6713.2 -55988,6713 -55988,6712.8 -55988,6712.6 -55988,6712.5 -55988,6712.3 -55988,6712.1 -55988,6711.9 -55988,6711.7 -55988,6711.5 -55988,6711.4 -55988,6711.2 -55988,6711 -55988,6710.8 -55987,6710.6 -55987,6710.4 -55987,6710.3 -55987,6710.1 -55987,6709.9 -55987,6709.7 -55987,6709.5 -55987,6709.3 -55987,6709.2 -55987,6709 -55987,6708.8 -55987,6708.6 -55987,6708.4 -55987,6708.2 -55986,6708.1 -55986,6707.9 -55986,6707.7 -55986,6707.5 -55986,6707.3 -55986,6707.1 -55986,6707 -55986,6706.8 -55986,6706.6 -55986,6706.4 -55986,6706.2 -55986,6706 -55986,6705.8 -55985,6705.6 -55985,6705.5 -55985,6705.3 -55985,6705.1 -55985,6704.9 -55985,6704.7 -55985,6704.5 -55985,6704.3 -55985,6704.1 -55985,6703.9 -55985,6703.7 -55985,6703.5 -55984,6703.4 -55984,6703.2 -55984,6703 -55984,6702.8 -55984,6702.6 -55984,6702.4 -55984,6702.2 -55984,6702 -55984,6701.8 -55984,6701.6 -55984,6701.4 -55984,6701.2 -55984,6701.1 -55983,6700.9 -55983,6700.7 -55983,6700.5 -55983,6700.3 -55983,6700.1 -55983,6699.9 -55983,6699.7 -55983,6699.5 -55983,6699.3 -55983,6699.1 -55983,6698.9 -55982,6698.7 -55982,6698.5 -55982,6698.3 -55982,6698.1 -55982,6697.9 -55982,6697.7 -55982,6697.5 -55982,6697.3 -55982,6697.1 -55982,6696.9 -55982,6696.7 -55982,6696.5 -55981,6696.3 -55981,6696.1 -55981,6695.9 -55981,6695.7 -55981,6695.5 -55977,6743.2 -55977,6743.1 -55977,6743.1 -55977,6743 -55977,6742.9 -55977,6742.8 -55977,6742.8 -55977,6742.7 -55977,6742.6 -55976,6742.5 -55976,6742.4 -55976,6742.4 -55976,6742.3 -55976,6742.2 -55976,6742.1 -55976,6742.1 -55976,6742 -55976,6741.9 -55976,6741.8 -55975,6741.7 -55975,6741.7 -55975,6741.6 -55975,6741.5 -55975,6741.4 -55975,6741.4 -55975,6741.3 -55975,6741.2 -55975,6741.1 -55974,6741.1 -55974,6741 -55974,6740.9 -55974,6740.8 -55974,6740.8 -55974,6740.7 -55974,6740.6 -55974,6740.5 -55974,6740.5 -55973,6740.4 -55973,6740.3 -55973,6740.2 -55973,6740.2 -55973,6740.1 -55973,6740 -55973,6739.9 -55973,6739.9 -55972,6739.8 -55972,6739.7 -55972,6739.6 -55972,6739.6 -55972,6739.5 -55972,6739.4 -55972,6739.3 -55972,6739.2 -55972,6739.2 -55971,6739.1 -55971,6739 -55971,6738.9 -55971,6738.8 -55971,6738.8 -55971,6738.7 -55971,6738.6 -55971,6738.5 -55970,6738.4 -55970,6738.4 -55970,6738.3 -55970,6738.2 -55970,6738.1 -55970,6738 -55970,6738 -55970,6737.9 -55969,6737.8 -55969,6737.7 -55969,6737.6 -55969,6737.6 -55969,6737.5 -55969,6737.4 -55969,6737.3 -55969,6737.2 -55968,6737.1 -55968,6737.1 -55968,6737 -55968,6736.9 -55968,6736.8 -55968,6736.7 -55968,6736.6 -55968,6736.6 -55967,6736.5 -55967,6736.4 -55967,6736.3 -55967,6736.2 -55967,6736.1 -55967,6736.1 -55967,6736 -55966,6735.9 -55966,6735.8 -55966,6735.7 -55966,6735.6 -55966,6735.5 -55966,6735.5 -55966,6735.4 -55966,6735.3 -55965,6735.2 -55965,6735.1 -55965,6735 -55965,6735 -55965,6734.9 -55965,6734.8 -55965,6734.7 -55964,6734.6 -55964,6734.5 -55964,6734.5 -55964,6734.4 -55964,6734.3 -55964,6734.2 -55964,6734.1 -55963,6734 -55963,6734 -55963,6733.9 -55963,6733.8 -55963,6733.7 -55963,6733.6 -55963,6733.5 -55963,6733.5 -55962,6733.4 -55962,6733.3 -55962,6733.2 -55962,6733.1 -55962,6733 -55962,6732.9 -55962,6732.9 -55961,6732.8 -55961,6732.7 -55961,6732.6 -55961,6732.5 -55961,6732.5 -55961,6732.4 -55961,6732.3 -55960,6732.2 -55960,6732.1 -55960,6732.1 -55960,6732 -55960,6731.9 -55960,6731.8 -55960,6731.7 -55959,6731.7 -55959,6731.6 -55959,6731.5 -55959,6731.4 -55959,6731.3 -55959,6731.3 -55959,6731.2 -55958,6731.1 -55958,6731 -55958,6730.9 -55958,6730.9 -55958,6730.8 -55958,6730.7 -55958,6730.6 -55957,6730.5 -55957,6730.4 -55957,6730.3 -55957,6730.3 -55957,6730.2 -55957,6730.1 -55956,6730 -55956,6729.9 -55956,6729.8 -55956,6729.8 -55956,6729.7 -55956,6729.6 -55956,6729.5 -55955,6729.4 -55955,6729.3 -55955,6729.2 -55955,6729.1 -55955,6729.1 -55955,6729 -55955,6728.9 -55954,6728.8 -55954,6728.7 -55954,6728.6 -55954,6728.5 -55954,6728.5 -55954,6728.4 -55953,6728.3 -55953,6728.2 -55953,6728.1 -55953,6728 -55953,6727.9 -55953,6727.8 -55953,6727.7 -55952,6727.7 -55952,6727.6 -55952,6727.5 -55952,6727.4 -55952,6727.3 -55952,6727.2 -55951,6727.1 -55951,6727 -55951,6726.9 -55951,6726.9 -55951,6726.8 -55951,6726.7 -55950,6726.6 -55950,6726.5 -55950,6726.4 -55950,6726.3 -55950,6726.2 -55950,6726.2 -55949,6726.1 -55949,6726 -55949,6725.9 -55949,6725.8 -55949,6725.7 -55949,6725.7 -55949,6725.6 -55948,6725.5 -55948,6725.4 -55948,6725.3 -55948,6725.2 -55948,6725.1 -55948,6725 -55947,6725 -55947,6724.9 -55947,6724.8 -55947,6724.7 -55947,6724.6 -55947,6724.5 -55946,6724.4 -55946,6724.3 -55946,6724.3 -55946,6724.2 -55946,6724.1 -55946,6724 -55945,6723.9 -55945,6723.8 -55945,6723.7 -55945,6723.7 -55945,6723.6 -55945,6723.5 -55944,6723.4 -55944,6723.3 -55944,6723.2 -55944,6723.2 -55944,6723.1 -55944,6723 -55943,6722.9 -55943,6722.8 -55943,6722.7 -55943,6722.7 -55943,6722.6 -55943,6722.5 -55942,6722.4 -55942,6722.3 -55942,6722.2 -55942,6722.1 -55942,6722.1 -55942,6722 -55941,6721.9 -55941,6721.8 -55941,6721.7 -55941,6721.6 -55941,6721.5 -55940,6721.5 -55940,6721.4 -55940,6721.3 -55940,6721.2 -55940,6721.1 -55940,6721 -55939,6720.9 -55939,6720.9 -55939,6720.8 -55939,6720.7 -55939,6720.6 -55939,6720.5 -55938,6720.4 -55938,6720.3 -55938,6720.2 -55938,6720.2 -55938,6720.1 -55937,6720 -55937,6719.9 -55937,6719.8 -55937,6719.7 -55937,6719.6 -55937,6719.5 -55936,6719.4 -55936,6719.3 -55936,6719.2 -55936,6719.2 -55936,6719.1 -55936,6719 -55935,6718.9 -55935,6718.8 -55935,6718.7 -55935,6718.6 -55935,6718.5 -55934,6718.4 -55934,6718.3 -55952,6754 -55952,6754 -55951,6754 -55951,6754 -55951,6754 -55951,6754 -55951,6754 -55951,6754 -55951,6754.1 -55951,6754.1 -55950,6754.1 -55950,6754.1 -55950,6754.1 -55950,6754.1 -55950,6754.1 -55950,6754.1 -55950,6754.2 -55949,6754.2 -55949,6754.2 -55949,6754.2 -55949,6754.2 -55949,6754.2 -55949,6754.2 -55949,6754.3 -55948,6754.3 -55948,6754.3 -55948,6754.3 -55948,6754.3 -55948,6754.3 -55948,6754.3 -55948,6754.3 -55947,6754.4 -55947,6754.4 -55947,6754.4 -55947,6754.4 -55947,6754.4 -55947,6754.4 -55947,6754.4 -55947,6754.5 -55946,6754.5 -55946,6754.5 -55946,6754.5 -55946,6754.5 -55946,6754.5 -55946,6754.5 -55946,6754.6 -55945,6754.6 -55945,6754.6 -55945,6754.6 -55945,6754.6 -55945,6754.7 -55945,6754.7 -55945,6754.7 -55944,6754.7 -55944,6754.7 -55944,6754.8 -55944,6754.8 -55944,6754.8 -55944,6754.8 -55943,6754.8 -55943,6754.9 -55943,6754.9 -55943,6754.9 -55943,6754.9 -55943,6754.9 -55943,6755 -55942,6755 -55942,6755 -55942,6755 -55942,6755 -55942,6755.1 -55942,6755.1 -55942,6755.1 -55941,6755.1 -55941,6755.1 -55941,6755.2 -55941,6755.2 -55941,6755.2 -55941,6755.2 -55941,6755.2 -55940,6755.2 -55940,6755.3 -55940,6755.3 -55940,6755.3 -55940,6755.3 -55940,6755.3 -55939,6755.3 -55939,6755.4 -55939,6755.4 -55939,6755.4 -55939,6755.4 -55939,6755.4 -55939,6755.4 -55938,6755.5 -55938,6755.5 -55938,6755.5 -55938,6755.5 -55938,6755.5 -55938,6755.6 -55937,6755.6 -55937,6755.6 -55937,6755.6 -55937,6755.7 -55937,6755.7 -55937,6755.7 -55937,6755.7 -55936,6755.7 -55936,6755.8 -55936,6755.8 -55936,6755.8 -55936,6755.9 -55936,6755.9 -55935,6755.9 -55935,6755.9 -55935,6756 -55935,6756 -55935,6756 -55935,6756 -55935,6756.1 -55934,6756.1 -55934,6756.1 -55934,6756.1 -55934,6756.2 -55934,6756.2 -55934,6756.2 -55933,6756.2 -55933,6756.3 -55933,6756.3 -55933,6756.3 -55933,6756.3 -55933,6756.4 -55932,6756.4 -55932,6756.4 -55932,6756.5 -55932,6756.5 -55932,6756.5 -55932,6756.5 -55932,6756.6 -55931,6756.6 -55931,6756.6 -55931,6756.7 -55931,6756.7 -55931,6756.7 -55931,6756.8 -55930,6756.8 -55930,6756.8 -55930,6756.8 -55930,6756.9 -55930,6756.9 -55930,6756.9 -55929,6757 -55929,6757 -55929,6757 -55929,6757.1 -55929,6757.1 -55929,6757.1 -55928,6757.1 -55928,6757.2 -55928,6757.2 -55928,6757.2 -55928,6757.3 -55928,6757.3 -55927,6757.3 -55927,6757.4 -55927,6757.4 -55927,6757.4 -55927,6757.5 -55927,6757.5 -55926,6757.5 -55926,6757.6 -55926,6757.6 -55926,6757.7 -55926,6757.7 -55926,6757.7 -55925,6757.8 -55925,6757.8 -55925,6757.8 -55925,6757.9 -55925,6757.9 -55925,6757.9 -55924,6758 -55924,6758 -55924,6758 -55924,6758.1 -55924,6758.1 -55924,6758.1 -55923,6758.2 -55923,6758.2 -55923,6758.2 -55923,6758.3 -55923,6758.3 -55923,6758.3 -55922,6758.4 -55922,6758.4 -55922,6758.4 -55922,6758.5 -55922,6758.5 -55922,6758.5 -55921,6758.6 -55921,6758.6 -55921,6758.7 -55921,6758.7 -55921,6758.7 -55920,6758.8 -55920,6758.8 -55920,6758.8 -55920,6758.9 -55920,6758.9 -55920,6758.9 -55919,6759 -55919,6759 -55919,6759.1 -55919,6759.1 -55919,6759.1 -55919,6759.2 -55918,6759.2 -55918,6759.2 -55918,6759.3 -55918,6759.3 -55918,6759.3 -55918,6759.4 -55917,6759.4 -55917,6759.5 -55917,6759.5 -55917,6759.5 -55917,6759.6 -55916,6759.6 -55916,6759.6 -55916,6759.7 -55916,6759.7 -55916,6759.8 -55916,6759.8 -55915,6759.8 -55915,6759.9 -55915,6759.9 -55915,6759.9 -55915,6760 -55915,6760 -55914,6760.1 -55914,6760.1 -55914,6760.1 -55914,6760.2 -55914,6760.2 -55913,6760.3 -55913,6760.3 -55913,6760.3 -55913,6760.4 -55913,6760.4 -55913,6760.4 -55912,6760.5 -55912,6760.5 -55912,6760.6 -55912,6760.6 -55912,6760.6 -55911,6760.7 -55911,6760.7 -55911,6760.8 -55911,6760.8 -55911,6760.8 -55911,6760.9 -55910,6760.9 -55910,6761 -55910,6761 -55910,6761 -55910,6761.1 -55909,6761.1 -55909,6761.2 -55909,6761.2 -55909,6761.2 -55909,6761.3 -55909,6761.3 -55908,6761.4 -55908,6761.4 -55908,6761.5 -55908,6761.5 -55908,6761.5 -55907,6761.6 -55907,6761.6 -55907,6761.7 -55907,6761.7 -55907,6761.7 -55906,6761.8 -55906,6761.8 -55906,6761.9 -55906,6761.9 -55906,6762 -55906,6762 -55905,6762 -55905,6762.1 -55905,6762.1 -55905,6762.2 -55905,6762.2 -55904,6762.3 -55904,6762.3 -55904,6762.3 -55904,6762.4 -55904,6762.4 -55903,6762.5 -55931,6768.5 -55931,6768.5 -55930,6768.6 -55930,6768.7 -55930,6768.7 -55930,6768.8 -55930,6768.8 -55930,6768.9 -55930,6769 -55930,6769 -55930,6769.1 -55929,6769.1 -55929,6769.2 -55929,6769.3 -55929,6769.3 -55929,6769.4 -55929,6769.4 -55929,6769.5 -55929,6769.5 -55929,6769.6 -55929,6769.7 -55928,6769.7 -55928,6769.8 -55928,6769.9 -55928,6769.9 -55928,6770 -55928,6770 -55928,6770.1 -55928,6770.2 -55928,6770.2 -55927,6770.3 -55927,6770.3 -55927,6770.4 -55927,6770.5 -55927,6770.5 -55927,6770.6 -55927,6770.6 -55927,6770.7 -55927,6770.8 -55926,6770.8 -55926,6770.9 -55926,6770.9 -55926,6771 -55926,6771.1 -55926,6771.1 -55926,6771.2 -55926,6771.3 -55926,6771.3 -55926,6771.4 -55925,6771.4 -55925,6771.5 -55925,6771.6 -55925,6771.6 -55925,6771.7 -55925,6771.8 -55925,6771.8 -55925,6771.9 -55925,6771.9 -55924,6772 -55924,6772.1 -55924,6772.1 -55924,6772.2 -55924,6772.3 -55924,6772.3 -55924,6772.4 -55924,6772.5 -55924,6772.5 -55923,6772.6 -55923,6772.6 -55923,6772.7 -55923,6772.8 -55923,6772.8 -55923,6772.9 -55923,6773 -55923,6773 -55923,6773.1 -55922,6773.2 -55922,6773.2 -55922,6773.3 -55922,6773.4 -55922,6773.4 -55922,6773.5 -55922,6773.5 -55922,6773.6 -55922,6773.7 -55921,6773.7 -55921,6773.8 -55921,6773.9 -55921,6773.9 -55921,6774 -55921,6774.1 -55921,6774.1 -55921,6774.2 -55921,6774.3 -55920,6774.3 -55920,6774.4 -55920,6774.5 -55920,6774.5 -55920,6774.6 -55920,6774.7 -55920,6774.7 -55920,6774.8 -55920,6774.9 -55919,6774.9 -55919,6775 -55919,6775.1 -55919,6775.1 -55919,6775.2 -55919,6775.3 -55919,6775.3 -55919,6775.4 -55919,6775.5 -55918,6775.5 -55918,6775.6 -55918,6775.7 -55918,6775.8 -55918,6775.8 -55918,6775.9 -55918,6776 -55918,6776 -55917,6776.1 -55917,6776.2 -55917,6776.2 -55917,6776.3 -55917,6776.4 -55917,6776.4 -55917,6776.5 -55917,6776.6 -55917,6776.6 -55916,6776.7 -55916,6776.8 -55916,6776.8 -55916,6776.9 -55916,6777 -55916,6777 -55916,6777.1 -55916,6777.2 -55916,6777.2 -55915,6777.3 -55915,6777.4 -55915,6777.4 -55915,6777.5 -55915,6777.6 -55915,6777.6 -55915,6777.7 -55915,6777.8 -55914,6777.8 -55914,6777.9 -55914,6778 -55914,6778 -55914,6778.1 -55914,6778.2 -55914,6778.2 -55914,6778.3 -55914,6778.4 -55913,6778.4 -55913,6778.5 -55913,6778.6 -55913,6778.6 -55913,6778.7 -55913,6778.8 -55913,6778.8 -55913,6778.9 -55912,6779 -55912,6779 -55912,6779.1 -55912,6779.2 -55912,6779.2 -55912,6779.3 -55912,6779.4 -55912,6779.5 -55912,6779.5 -55911,6779.6 -55911,6779.7 -55911,6779.7 -55911,6779.8 -55911,6779.9 -55911,6780 -55911,6780 -55911,6780.1 -55910,6780.2 -55910,6780.2 -55910,6780.3 -55910,6780.4 -55910,6780.5 -55910,6780.5 -55910,6780.6 -55910,6780.7 -55910,6780.7 -55909,6780.8 -55909,6780.9 -55909,6781 -55909,6781 -55909,6781.1 -55909,6781.2 -55909,6781.2 -55909,6781.3 -55908,6781.4 -55908,6781.5 -55908,6781.5 -55908,6781.6 -55908,6781.7 -55908,6781.7 -55908,6781.8 -55908,6781.9 -55908,6781.9 -55907,6782 -55907,6782.1 -55907,6782.2 -55907,6782.2 -55907,6782.3 -55907,6782.4 -55907,6782.4 -55907,6782.5 -55906,6782.6 -55906,6782.7 -55906,6782.7 -55906,6782.8 -55906,6782.9 -55906,6783 -55906,6783 -55906,6783.1 -55906,6783.2 -55905,6783.2 -55905,6783.3 -55905,6783.4 -55905,6783.5 -55905,6783.5 -55905,6783.6 -55905,6783.7 -55905,6783.8 -55904,6783.8 -55904,6783.9 -55904,6784 -55904,6784 -55904,6784.1 -55904,6784.2 -55904,6784.3 -55904,6784.3 -55903,6784.4 -55903,6784.5 -55903,6784.6 -55903,6784.6 -55903,6784.7 -55903,6784.8 -55903,6784.8 -55903,6784.9 -55903,6785 -55902,6785.1 -55902,6785.1 -55902,6785.2 -55902,6785.3 -55902,6785.3 -55902,6785.4 -55902,6785.5 -55902,6785.5 -55901,6785.6 -55901,6785.7 -55901,6785.8 -55901,6785.8 -55901,6785.9 -55901,6786 -55901,6786 -55901,6786.1 -55900,6786.2 -55900,6786.3 -55900,6786.3 -55900,6786.4 -55900,6786.5 -55900,6786.5 -55900,6786.6 -55900,6786.7 -55899,6786.8 -55899,6786.8 -55899,6786.9 -55899,6787 -55899,6787 -55899,6787.1 -55899,6787.2 -55899,6787.3 -55898,6787.3 -55898,6787.4 -55898,6787.5 -55898,6787.6 -55898,6787.7 -55898,6787.7 -55898,6787.8 -55898,6787.9 -55897,6788 -55897,6788 -55897,6788.1 -55897,6788.2 -55897,6788.3 -55897,6788.3 -55897,6788.4 -55897,6788.5 -55896,6788.6 -55896,6788.6 -55914,6777.8 -55914,6777.8 -55914,6777.8 -55914,6777.9 -55913,6777.9 -55913,6777.9 -55913,6777.9 -55913,6778 -55913,6778 -55913,6778 -55913,6778.1 -55913,6778.1 -55913,6778.1 -55913,6778.2 -55913,6778.2 -55913,6778.2 -55913,6778.2 -55913,6778.3 -55912,6778.3 -55912,6778.3 -55912,6778.4 -55912,6778.4 -55912,6778.4 -55912,6778.4 -55912,6778.5 -55912,6778.5 -55912,6778.5 -55912,6778.6 -55912,6778.6 -55912,6778.6 -55912,6778.6 -55912,6778.7 -55912,6778.7 -55911,6778.7 -55911,6778.8 -55911,6778.8 -55911,6778.8 -55911,6778.8 -55911,6778.9 -55911,6778.9 -55911,6778.9 -55911,6778.9 -55911,6779 -55911,6779 -55911,6779 -55911,6779 -55911,6779.1 -55911,6779.1 -55910,6779.1 -55910,6779.1 -55910,6779.2 -55910,6779.2 -55910,6779.2 -55910,6779.3 -55910,6779.3 -55910,6779.3 -55910,6779.3 -55910,6779.3 -55910,6779.4 -55910,6779.4 -55910,6779.4 -55910,6779.4 -55910,6779.5 -55909,6779.5 -55909,6779.5 -55909,6779.5 -55909,6779.6 -55909,6779.6 -55909,6779.6 -55909,6779.6 -55909,6779.6 -55909,6779.7 -55909,6779.7 -55909,6779.7 -55909,6779.7 -55909,6779.7 -55909,6779.8 -55909,6779.8 -55908,6779.8 -55908,6779.8 -55908,6779.8 -55908,6779.9 -55908,6779.9 -55908,6779.9 -55908,6779.9 -55908,6779.9 -55908,6780 -55908,6780 -55908,6780 -55908,6780 -55908,6780 -55908,6780.1 -55908,6780.1 -55907,6780.1 -55907,6780.1 -55907,6780.1 -55907,6780.1 -55907,6780.2 -55907,6780.2 -55907,6780.2 -55907,6780.2 -55907,6780.2 -55907,6780.3 -55907,6780.3 -55907,6780.3 -55907,6780.3 -55907,6780.3 -55907,6780.4 -55907,6780.4 -55906,6780.4 -55906,6780.4 -55906,6780.4 -55906,6780.5 -55906,6780.5 -55906,6780.5 -55906,6780.5 -55906,6780.5 -55906,6780.6 -55906,6780.6 -55906,6780.6 -55906,6780.6 -55906,6780.6 -55906,6780.6 -55906,6780.7 -55905,6780.7 -55905,6780.7 -55905,6780.7 -55905,6780.7 -55905,6780.8 -55905,6780.8 -55905,6780.8 -55905,6780.8 -55905,6780.8 -55905,6780.9 -55905,6780.9 -55905,6780.9 -55905,6780.9 -55905,6780.9 -55905,6780.9 -55905,6780.9 -55904,6781 -55904,6781 -55904,6781 -55904,6781 -55904,6781 -55904,6781 -55904,6781 -55904,6781.1 -55904,6781.1 -55904,6781.1 -55904,6781.1 -55904,6781.1 -55904,6781.1 -55904,6781.1 -55904,6781.2 -55904,6781.2 -55903,6781.2 -55903,6781.2 -55903,6781.2 -55903,6781.2 -55903,6781.2 -55903,6781.2 -55903,6781.2 -55903,6781.2 -55903,6781.3 -55903,6781.3 -55903,6781.3 -55903,6781.3 -55903,6781.3 -55903,6781.3 -55903,6781.3 -55903,6781.3 -55902,6781.3 -55902,6781.3 -55902,6781.3 -55902,6781.3 -55902,6781.3 -55902,6781.4 -55902,6781.4 -55902,6781.4 -55902,6781.4 -55902,6781.4 -55902,6781.4 -55902,6781.4 -55902,6781.4 -55902,6781.4 -55902,6781.4 -55902,6781.4 -55901,6781.4 -55901,6781.4 -55901,6781.4 -55901,6781.4 -55901,6781.4 -55901,6781.4 -55901,6781.4 -55901,6781.4 -55901,6781.4 -55901,6781.4 -55901,6781.4 -55901,6781.5 -55901,6781.5 -55901,6781.5 -55901,6781.5 -55901,6781.5 -55900,6781.5 -55900,6781.5 -55900,6781.5 -55900,6781.5 -55900,6781.5 -55900,6781.5 -55900,6781.5 -55900,6781.5 -55900,6781.5 -55900,6781.5 -55900,6781.5 -55900,6781.5 -55900,6781.5 -55900,6781.5 -55900,6781.5 -55900,6781.5 -55900,6781.5 -55899,6781.5 -55899,6781.5 -55899,6781.5 -55899,6781.5 -55899,6781.5 -55899,6781.5 -55899,6781.5 -55899,6781.5 -55899,6781.5 -55899,6781.6 -55899,6781.6 -55899,6781.6 -55899,6781.5 -55899,6781.5 -55899,6781.5 -55899,6781.5 -55899,6781.5 -55898,6781.5 -55898,6781.5 -55898,6781.5 -55898,6781.5 -55898,6781.5 -55898,6781.5 -55898,6781.5 -55898,6781.5 -55898,6781.5 -55898,6781.5 -55898,6781.5 -55898,6781.5 -55898,6781.5 -55898,6781.5 -55898,6781.5 -55898,6781.5 -55898,6781.5 -55897,6781.5 -55897,6781.5 -55897,6781.5 -55897,6781.4 -55897,6781.4 -55897,6781.4 -55897,6781.4 -55897,6781.4 -55897,6781.4 -55897,6781.4 -55897,6781.4 -55897,6781.4 -55897,6781.4 -55897,6781.4 -55897,6781.4 -55897,6781.3 -55897,6781.3 -55896,6781.3 -55896,6781.3 -55896,6781.3 -55896,6781.3 -55896,6781.3 -55896,6781.3 -55896,6781.3 -55896,6781.2 -55896,6781.2 -55896,6781.2 -55896,6781.2 -55896,6781.2 -55896,6781.2 -55896,6781.2 -55896,6781.1 -55896,6781.1 -55896,6781.1 -55895,6781.1 -55895,6781.1 -55895,6781.1 -55895,6781.1 -55895,6781 -55895,6781 -55895,6781 -55895,6781 -55895,6781 -55895,6784 -55895,6784 -55895,6783.9 -55895,6783.9 -55895,6783.9 -55895,6783.9 -55895,6783.9 -55895,6783.9 -55895,6783.9 -55895,6783.9 -55895,6783.9 -55894,6783.9 -55894,6783.8 -55894,6783.8 -55894,6783.8 -55894,6783.8 -55894,6783.8 -55894,6783.8 -55894,6783.8 -55894,6783.8 -55894,6783.8 -55894,6783.8 -55894,6783.8 -55894,6783.8 -55894,6783.8 -55894,6783.7 -55894,6783.7 -55894,6783.7 -55893,6783.7 -55893,6783.7 -55893,6783.7 -55893,6783.7 -55893,6783.7 -55893,6783.7 -55893,6783.7 -55893,6783.6 -55893,6783.6 -55893,6783.6 -55893,6783.6 -55893,6783.6 -55893,6783.6 -55893,6783.6 -55893,6783.5 -55893,6783.5 -55893,6783.5 -55892,6783.5 -55892,6783.5 -55892,6783.5 -55892,6783.5 -55892,6783.4 -55892,6783.4 -55892,6783.4 -55892,6783.4 -55892,6783.4 -55892,6783.4 -55892,6783.4 -55892,6783.3 -55892,6783.3 -55892,6783.3 -55892,6783.3 -55892,6783.3 -55892,6783.3 -55891,6783.3 -55891,6783.2 -55891,6783.2 -55891,6783.2 -55891,6783.2 -55891,6783.2 -55891,6783.2 -55891,6783.1 -55891,6783.1 -55891,6783.1 -55891,6783.1 -55891,6783.1 -55891,6783.1 -55891,6783 -55891,6783 -55891,6783 -55891,6783 -55890,6783 -55890,6783 -55890,6782.9 -55890,6782.9 -55890,6782.9 -55890,6782.9 -55890,6782.9 -55890,6782.9 -55890,6782.8 -55890,6782.8 -55890,6782.8 -55890,6782.8 -55890,6782.8 -55890,6782.7 -55890,6782.7 -55890,6782.7 -55890,6782.7 -55890,6782.7 -55889,6782.7 -55889,6782.6 -55889,6782.6 -55889,6782.6 -55889,6782.6 -55889,6782.6 -55889,6782.5 -55889,6782.5 -55889,6782.5 -55889,6782.5 -55889,6782.5 -55889,6782.5 -55889,6782.4 -55889,6782.4 -55889,6782.4 -55889,6782.4 -55889,6782.4 -55888,6782.3 -55888,6782.3 -55888,6782.3 -55888,6782.3 -55888,6782.3 -55888,6782.2 -55888,6782.2 -55888,6782.2 -55888,6782.2 -55888,6782.2 -55888,6782.1 -55888,6782.1 -55888,6782.1 -55888,6782.1 -55888,6782.1 -55888,6782 -55888,6782 -55887,6782 -55887,6782 -55887,6782 -55887,6781.9 -55887,6781.9 -55887,6781.9 -55887,6781.9 -55887,6781.8 -55887,6781.8 -55887,6781.8 -55887,6781.8 -55887,6781.7 -55887,6781.7 -55887,6781.7 -55887,6781.7 -55887,6781.6 -55887,6781.6 -55887,6781.6 -55886,6781.6 -55886,6781.5 -55886,6781.5 -55886,6781.5 -55886,6781.5 -55886,6781.4 -55886,6781.4 -55886,6781.4 -55886,6781.4 -55886,6781.3 -55886,6781.3 -55886,6781.3 -55886,6781.3 -55886,6781.2 -55886,6781.2 -55886,6781.2 -55886,6781.2 -55885,6781.1 -55885,6781.1 -55885,6781.1 -55885,6781.1 -55885,6781 -55885,6781 -55885,6781 -55885,6781 -55885,6780.9 -55885,6780.9 -55885,6780.9 -55885,6780.8 -55885,6780.8 -55885,6780.8 -55885,6780.8 -55885,6780.7 -55885,6780.7 -55885,6780.7 -55885,6780.7 -55884,6780.6 -55884,6780.6 -55884,6780.6 -55884,6780.5 -55884,6780.5 -55884,6780.5 -55884,6780.5 -55884,6780.4 -55884,6780.4 -55884,6780.4 -55884,6780.3 -55884,6780.3 -55884,6780.3 -55884,6780.3 -55884,6780.2 -55884,6780.2 -55884,6780.2 -55884,6780.1 -55884,6780.1 -55883,6780.1 -55883,6780 -55883,6780 -55883,6780 -55883,6780 -55883,6779.9 -55883,6779.9 -55883,6779.9 -55883,6779.8 -55883,6779.8 -55883,6779.8 -55883,6779.8 -55883,6779.7 -55883,6779.7 -55883,6779.7 -55883,6779.6 -55883,6779.6 -55883,6779.6 -55883,6779.5 -55882,6779.5 -55882,6779.5 -55882,6779.4 -55882,6779.4 -55882,6779.4 -55882,6779.3 -55882,6779.3 -55882,6779.3 -55882,6779.2 -55882,6779.2 -55882,6779.2 -55882,6779.1 -55882,6779.1 -55882,6779.1 -55882,6779 -55882,6779 -55882,6778.9 -55882,6778.9 -55882,6778.9 -55882,6778.8 -55881,6778.8 -55881,6778.8 -55881,6778.7 -55881,6778.7 -55881,6778.7 -55881,6778.6 -55881,6778.6 -55881,6778.5 -55881,6778.5 -55881,6778.5 -55881,6778.4 -55881,6778.4 -55881,6778.4 -55881,6778.3 -55881,6778.3 -55881,6778.2 -55881,6778.2 -55881,6778.2 -55881,6778.1 -55881,6778.1 -55880,6778 -55880,6778 -55880,6778 -55880,6777.9 -55880,6777.9 -55880,6777.8 -55880,6777.8 -55880,6777.7 -55880,6777.7 -55880,6777.7 -55880,6777.6 -55880,6777.6 -55880,6777.5 -55880,6777.5 -55880,6777.4 -55880,6777.4 -55880,6777.4 -55880,6777.3 -55880,6777.3 -55880,6777.2 -55880,6777.2 -55879,6777.1 -55879,6777.1 -55879,6777.1 -55879,6777 -55879,6777 -55879,6776.9 -55879,6776.9 -55879,6776.8 -55879,6776.8 -55879,6776.7 -55879,6776.7 -55879,6776.7 -55879,6776.6 -55879,6776.6 -55877,6791 -55877,6791 -55877,6791 -55877,6791 -55877,6791 -55877,6791 -55877,6791 -55876,6791 -55876,6791 -55876,6791 -55876,6791 -55876,6791 -55876,6791 -55876,6791.1 -55876,6791.1 -55876,6791.1 -55876,6791.1 -55876,6791.1 -55876,6791.1 -55876,6791.1 -55876,6791.1 -55876,6791.1 -55876,6791.1 -55876,6791.1 -55876,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55875,6791.1 -55874,6791.1 -55874,6791.1 -55874,6791 -55874,6791 -55874,6791 -55874,6791 -55874,6791 -55874,6791 -55874,6791 -55874,6791 -55874,6791 -55874,6791 -55874,6791 -55874,6791 -55874,6791 -55874,6791 -55874,6791 -55874,6791 -55873,6791 -55873,6790.9 -55873,6790.9 -55873,6790.9 -55873,6790.9 -55873,6790.9 -55873,6790.9 -55873,6790.9 -55873,6790.9 -55873,6790.9 -55873,6790.9 -55873,6790.9 -55873,6790.9 -55873,6790.9 -55873,6790.9 -55873,6790.9 -55873,6790.8 -55873,6790.8 -55873,6790.8 -55872,6790.8 -55872,6790.8 -55872,6790.8 -55872,6790.8 -55872,6790.8 -55872,6790.8 -55872,6790.8 -55872,6790.8 -55872,6790.8 -55872,6790.8 -55872,6790.8 -55872,6790.8 -55872,6790.7 -55872,6790.7 -55872,6790.7 -55872,6790.7 -55872,6790.7 -55872,6790.7 -55872,6790.7 -55872,6790.7 -55871,6790.7 -55871,6790.7 -55871,6790.7 -55871,6790.7 -55871,6790.7 -55871,6790.7 -55871,6790.7 -55871,6790.7 -55871,6790.6 -55871,6790.6 -55871,6790.6 -55871,6790.6 -55871,6790.6 -55871,6790.6 -55871,6790.6 -55871,6790.6 -55871,6790.6 -55871,6790.6 -55871,6790.6 -55870,6790.6 -55870,6790.6 -55870,6790.6 -55870,6790.6 -55870,6790.5 -55870,6790.5 -55870,6790.5 -55870,6790.5 -55870,6790.5 -55870,6790.5 -55870,6790.5 -55870,6790.5 -55870,6790.5 -55870,6790.4 -55870,6790.4 -55870,6790.4 -55870,6790.4 -55870,6790.4 -55870,6790.4 -55870,6790.4 -55870,6790.3 -55869,6790.3 -55869,6790.3 -55869,6790.3 -55869,6790.3 -55869,6790.3 -55869,6790.2 -55869,6790.2 -55869,6790.2 -55869,6790.2 -55869,6790.2 -55869,6790.2 -55869,6790.2 -55869,6790.1 -55869,6790.1 -55869,6790.1 -55869,6790.1 -55869,6790.1 -55869,6790.1 -55869,6790 -55869,6790 -55869,6790 -55868,6790 -55868,6790 -55868,6790 -55868,6789.9 -55868,6789.9 -55868,6789.9 -55868,6789.9 -55868,6789.9 -55868,6789.8 -55868,6789.8 -55868,6789.8 -55868,6789.8 -55868,6789.8 -55868,6789.7 -55868,6789.7 -55868,6789.7 -55868,6789.7 -55868,6789.7 -55868,6789.6 -55868,6789.6 -55867,6789.6 -55867,6789.6 -55867,6789.6 -55867,6789.5 -55867,6789.5 -55867,6789.5 -55867,6789.5 -55867,6789.4 -55867,6789.4 -55867,6789.4 -55867,6789.4 -55867,6789.4 -55867,6789.3 -55867,6789.3 -55867,6789.3 -55867,6789.3 -55867,6789.2 -55867,6789.2 -55867,6789.2 -55867,6789.2 -55867,6789.2 -55867,6789.1 -55866,6789.1 -55866,6789.1 -55866,6789.1 -55866,6789 -55866,6789 -55866,6789 -55866,6789 -55866,6788.9 -55866,6788.9 -55866,6788.9 -55866,6788.9 -55866,6788.8 -55866,6788.8 -55866,6788.8 -55866,6788.8 -55866,6788.7 -55866,6788.7 -55866,6788.7 -55866,6788.7 -55866,6788.7 -55866,6788.6 -55866,6788.6 -55865,6788.6 -55865,6788.5 -55865,6788.5 -55865,6788.5 -55865,6788.5 -55865,6788.4 -55865,6788.4 -55865,6788.4 -55865,6788.4 -55865,6788.3 -55865,6788.3 -55865,6788.3 -55865,6788.3 -55865,6788.2 -55865,6788.2 -55865,6788.2 -55865,6788.2 -55865,6788.1 -55865,6788.1 -55865,6788.1 -55865,6788 -55865,6788 -55865,6788 -55865,6788 -55865,6787.9 -55864,6787.9 -55864,6787.9 -55864,6787.8 -55864,6787.8 -55864,6787.8 -55864,6787.8 -55864,6787.7 -55864,6787.7 -55864,6787.7 -55864,6787.6 -55864,6787.6 -55864,6787.6 -55864,6787.5 -55864,6787.5 -55864,6787.5 -55864,6787.4 -55864,6787.4 -55864,6787.4 -55864,6787.4 -55864,6787.3 -55864,6787.3 -55864,6787.3 -55864,6787.2 -55863,6787.2 -55863,6787.2 -55863,6787.1 -55863,6787.1 -55863,6787.1 -55863,6787 -55863,6787 -55863,6787 -55863,6786.9 -55863,6786.9 -55863,6786.9 -55863,6786.8 -55863,6786.8 -55863,6786.8 -55863,6786.7 -55863,6786.7 -55863,6786.7 -55863,6786.6 -55863,6786.6 -55863,6786.6 -55863,6786.6 -55863,6786.5 -55863,6786.5 -55863,6786.5 -55858,6800.3 -55858,6800.3 -55857,6800.3 -55857,6800.3 -55857,6800.3 -55857,6800.4 -55857,6800.4 -55857,6800.4 -55857,6800.4 -55857,6800.4 -55857,6800.4 -55857,6800.4 -55857,6800.5 -55857,6800.5 -55857,6800.5 -55857,6800.5 -55857,6800.5 -55857,6800.5 -55857,6800.6 -55857,6800.6 -55857,6800.6 -55856,6800.6 -55856,6800.6 -55856,6800.6 -55856,6800.7 -55856,6800.7 -55856,6800.7 -55856,6800.7 -55856,6800.7 -55856,6800.7 -55856,6800.7 -55856,6800.8 -55856,6800.8 -55856,6800.8 -55856,6800.8 -55856,6800.8 -55856,6800.8 -55856,6800.9 -55856,6800.9 -55856,6800.9 -55856,6800.9 -55855,6800.9 -55855,6800.9 -55855,6800.9 -55855,6801 -55855,6801 -55855,6801 -55855,6801 -55855,6801 -55855,6801 -55855,6801 -55855,6801 -55855,6801.1 -55855,6801.1 -55855,6801.1 -55855,6801.1 -55855,6801.1 -55855,6801.1 -55855,6801.1 -55855,6801.1 -55855,6801.1 -55855,6801.1 -55854,6801.2 -55854,6801.2 -55854,6801.2 -55854,6801.2 -55854,6801.2 -55854,6801.2 -55854,6801.2 -55854,6801.2 -55854,6801.2 -55854,6801.2 -55854,6801.2 -55854,6801.3 -55854,6801.3 -55854,6801.3 -55854,6801.3 -55854,6801.3 -55854,6801.3 -55854,6801.3 -55854,6801.3 -55854,6801.3 -55853,6801.3 -55853,6801.3 -55853,6801.3 -55853,6801.3 -55853,6801.3 -55853,6801.3 -55853,6801.4 -55853,6801.4 -55853,6801.4 -55853,6801.4 -55853,6801.4 -55853,6801.4 -55853,6801.4 -55853,6801.4 -55853,6801.4 -55853,6801.4 -55853,6801.4 -55853,6801.4 -55853,6801.4 -55853,6801.4 -55853,6801.4 -55852,6801.4 -55852,6801.4 -55852,6801.4 -55852,6801.4 -55852,6801.4 -55852,6801.4 -55852,6801.4 -55852,6801.4 -55852,6801.4 -55852,6801.4 -55852,6801.5 -55852,6801.5 -55852,6801.5 -55852,6801.5 -55852,6801.5 -55852,6801.5 -55852,6801.5 -55852,6801.5 -55852,6801.5 -55852,6801.5 -55852,6801.5 -55852,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55851,6801.5 -55850,6801.5 -55850,6801.5 -55850,6801.5 -55850,6801.5 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55850,6801.4 -55849,6801.4 -55849,6801.3 -55849,6801.3 -55849,6801.3 -55849,6801.3 -55849,6801.3 -55849,6801.3 -55849,6801.3 -55849,6801.3 -55849,6801.3 -55849,6801.3 -55849,6801.3 -55849,6801.3 -55849,6801.2 -55849,6801.2 -55849,6801.2 -55849,6801.2 -55849,6801.2 -55849,6801.2 -55849,6801.2 -55849,6801.2 -55849,6801.2 -55848,6801.1 -55848,6801.1 -55848,6801.1 -55848,6801.1 -55848,6801.1 -55848,6801.1 -55848,6801.1 -55848,6801.1 -55848,6801.1 -55848,6801 -55848,6801 -55848,6801 -55848,6801 -55848,6801 -55848,6801 -55848,6801 -55848,6801 -55848,6800.9 -55848,6800.9 -55848,6800.9 -55848,6800.9 -55848,6800.9 -55847,6800.9 -55847,6800.9 -55847,6800.9 -55847,6800.9 -55847,6800.8 -55847,6800.8 -55847,6800.8 -55847,6800.8 -55847,6800.8 -55847,6800.8 -55847,6800.8 -55847,6800.8 -55847,6800.7 -55847,6800.7 -55847,6800.7 -55847,6800.7 -55847,6800.7 -55847,6800.7 -55847,6800.7 -55847,6800.7 -55847,6800.7 -55847,6800.7 -55847,6800.6 -55847,6800.6 -55846,6800.6 -55846,6800.6 -55846,6800.6 -55846,6800.6 -55846,6800.6 -55846,6800.6 -55846,6800.6 -55846,6800.5 -55846,6800.5 -55846,6800.5 -55846,6800.5 -55846,6800.5 -55846,6800.5 -55846,6800.5 -55846,6800.5 -55846,6800.5 -55846,6800.5 -55846,6800.4 -55846,6800.4 -55846,6800.4 -55846,6800.4 -55846,6800.4 -55846,6800.4 -55846,6800.4 -55845,6800.4 -55845,6800.3 -55845,6800.3 -55845,6800.3 -55845,6800.3 -55845,6800.3 -55845,6800.3 -55845,6800.3 -55845,6800.2 -55845,6800.2 -55845,6800.2 -55845,6800.2 -55845,6800.2 -55845,6800.2 -55845,6800.1 -55845,6800.1 -55845,6800.1 -55845,6800.1 -55845,6800.1 -55845,6800.1 -55845,6800 -55845,6800 -55845,6800 -55845,6800 -55845,6800 -55845,6799.9 -55844,6799.9 -55844,6799.9 -55844,6799.9 -55844,6799.9 -55844,6799.8 -55844,6799.8 -55844,6799.8 -55844,6799.8 -55844,6799.8 -55844,6799.7 -55844,6799.7 -55844,6799.7 -55840,6809.7 -55839,6809.7 -55839,6809.7 -55839,6809.8 -55839,6809.8 -55839,6809.8 -55839,6809.8 -55839,6809.8 -55839,6809.8 -55839,6809.8 -55839,6809.8 -55839,6809.9 -55839,6809.9 -55839,6809.9 -55839,6809.9 -55839,6809.9 -55839,6809.9 -55839,6809.9 -55839,6809.9 -55839,6809.9 -55838,6810 -55838,6810 -55838,6810 -55838,6810 -55838,6810 -55838,6810 -55838,6810 -55838,6810 -55838,6810 -55838,6810.1 -55838,6810.1 -55838,6810.1 -55838,6810.1 -55838,6810.1 -55838,6810.1 -55838,6810.1 -55838,6810.2 -55838,6810.2 -55838,6810.2 -55838,6810.2 -55837,6810.2 -55837,6810.2 -55837,6810.2 -55837,6810.2 -55837,6810.3 -55837,6810.3 -55837,6810.3 -55837,6810.3 -55837,6810.3 -55837,6810.3 -55837,6810.3 -55837,6810.3 -55837,6810.3 -55837,6810.3 -55837,6810.3 -55837,6810.3 -55837,6810.4 -55837,6810.4 -55837,6810.4 -55837,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55836,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.4 -55835,6810.5 -55835,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55834,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55833,6810.5 -55832,6810.5 -55832,6810.5 -55832,6810.5 -55832,6810.5 -55832,6810.5 -55832,6810.5 -55832,6810.5 -55832,6810.5 -55832,6810.4 -55832,6810.4 -55832,6810.4 -55832,6810.4 -55832,6810.4 -55832,6810.4 -55832,6810.4 -55832,6810.4 -55832,6810.4 -55832,6810.4 -55832,6810.4 -55832,6810.4 -55832,6810.4 -55832,6810.3 -55831,6810.3 -55831,6810.3 -55831,6810.3 -55831,6810.3 -55831,6810.3 -55831,6810.3 -55831,6810.3 -55831,6810.3 -55831,6810.3 -55831,6810.3 -55831,6810.3 -55831,6810.2 -55831,6810.2 -55831,6810.2 -55831,6810.2 -55831,6810.2 -55831,6810.2 -55831,6810.2 -55831,6810.2 -55831,6810.2 -55831,6810.2 -55831,6810.2 -55831,6810.2 -55831,6810.2 -55830,6810.1 -55830,6810.1 -55830,6810.1 -55830,6810.1 -55830,6810.1 -55830,6810.1 -55830,6810.1 -55830,6810.1 -55830,6810.1 -55830,6810.1 -55830,6810.1 -55830,6810.1 -55830,6810.1 -55830,6810.1 -55830,6810.1 -55830,6810 -55830,6810 -55830,6810 -55830,6810 -55830,6810 -55830,6810 -55830,6810 -55830,6810 -55830,6810 -55830,6810 -55829,6809.9 -55829,6809.9 -55829,6809.9 -55829,6809.9 -55829,6809.9 -55829,6809.9 -55829,6809.9 -55829,6809.9 -55829,6809.8 -55829,6809.8 -55829,6809.8 -55829,6809.8 -55829,6809.8 -55829,6809.8 -55829,6809.7 -55829,6809.7 -55829,6809.7 -55829,6809.7 -55829,6809.7 -55829,6809.7 -55829,6809.7 -55829,6809.6 -55829,6809.6 -55829,6809.6 -55829,6809.6 -55828,6809.6 -55828,6809.6 -55828,6809.5 -55828,6809.5 -55828,6809.5 -55828,6809.5 -55828,6809.5 -55828,6809.4 -55828,6809.4 -55828,6809.4 -55828,6809.4 -55828,6809.4 -55828,6809.4 -55828,6809.3 -55828,6809.3 -55828,6809.3 -55828,6809.3 -55828,6809.3 -55828,6809.3 -55828,6809.2 -55828,6809.2 -55828,6809.2 -55828,6809.2 -55828,6809.2 -55828,6809.2 -55828,6809.1 -55828,6809.1 -55827,6809.1 -55827,6809.1 -55827,6809.1 -55827,6809.1 -55827,6809 -55827,6809 -55827,6809 -55827,6809 -55827,6809 -55827,6808.9 -55827,6808.9 -55827,6808.9 -55827,6808.9 -55827,6808.9 -55827,6808.9 -55827,6808.8 -55827,6808.8 -55827,6808.8 -55827,6808.8 -55827,6808.8 -55827,6808.7 -55827,6808.7 -55827,6808.7 -55827,6808.7 -55827,6808.7 -55827,6808.7 -55827,6808.6 -55827,6808.6 -55827,6808.6 -55821,6819.2 -55821,6819.3 -55821,6819.3 -55821,6819.3 -55821,6819.3 -55821,6819.3 -55821,6819.3 -55821,6819.3 -55821,6819.3 -55821,6819.4 -55821,6819.4 -55821,6819.4 -55821,6819.4 -55821,6819.4 -55821,6819.4 -55821,6819.4 -55821,6819.4 -55821,6819.4 -55820,6819.4 -55820,6819.5 -55820,6819.5 -55820,6819.5 -55820,6819.5 -55820,6819.5 -55820,6819.5 -55820,6819.5 -55820,6819.5 -55820,6819.5 -55820,6819.5 -55820,6819.5 -55820,6819.6 -55820,6819.6 -55820,6819.6 -55820,6819.6 -55820,6819.6 -55820,6819.6 -55819,6819.6 -55819,6819.6 -55819,6819.6 -55819,6819.6 -55819,6819.6 -55819,6819.6 -55819,6819.7 -55819,6819.7 -55819,6819.7 -55819,6819.7 -55819,6819.7 -55819,6819.7 -55819,6819.7 -55819,6819.7 -55819,6819.7 -55819,6819.7 -55819,6819.7 -55819,6819.8 -55819,6819.8 -55819,6819.8 -55818,6819.8 -55818,6819.8 -55818,6819.8 -55818,6819.8 -55818,6819.8 -55818,6819.8 -55818,6819.8 -55818,6819.8 -55818,6819.8 -55818,6819.9 -55818,6819.9 -55818,6819.9 -55818,6819.9 -55818,6819.9 -55818,6819.9 -55818,6819.9 -55818,6819.9 -55818,6819.9 -55818,6819.9 -55818,6819.9 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55817,6820 -55816,6820 -55816,6820 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55816,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55815,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55814,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55813,6820.1 -55812,6820.1 -55812,6820.1 -55812,6820.1 -55812,6820.1 -55812,6820.1 -55812,6820.1 -55812,6820.1 -55812,6820.1 -55812,6820.1 -55812,6820.1 -55812,6820 -55812,6820 -55812,6820 -55812,6820 -55812,6820 -55812,6820 -55812,6820 -55812,6820 -55812,6820 -55812,6820 -55812,6820 -55811,6820 -55811,6820 -55811,6820 -55811,6820 -55811,6820 -55811,6820 -55811,6820 -55811,6819.9 -55811,6819.9 -55811,6819.9 -55811,6819.9 -55811,6819.9 -55811,6819.9 -55811,6819.9 -55811,6819.9 -55811,6819.9 -55811,6819.9 -55811,6819.9 -55811,6819.9 -55811,6819.9 -55811,6819.8 -55810,6819.8 -55810,6819.8 -55810,6819.8 -55810,6819.8 -55810,6819.8 -55810,6819.8 -55810,6819.8 -55810,6819.8 -55810,6819.7 -55810,6819.7 -55810,6819.7 -55810,6819.7 -55810,6819.7 -55810,6819.7 -55810,6819.7 -55810,6819.7 -55810,6819.7 -55810,6819.6 -55810,6819.6 -55810,6819.6 -55810,6819.6 -55809,6819.6 -55809,6819.6 -55809,6819.6 -55809,6819.6 -55809,6819.5 -55809,6819.5 -55809,6819.5 -55809,6819.5 -55809,6819.5 -55809,6819.5 -55809,6819.5 -55809,6819.5 -55809,6819.4 -55809,6819.4 -55809,6819.4 -55809,6819.4 -55809,6819.4 -55809,6819.4 -55809,6819.4 -55809,6819.3 -55809,6819.3 -55809,6819.3 -55808,6819.3 -55808,6819.3 -55808,6819.2 -55808,6819.2 -55808,6819.2 -55808,6819.2 -55808,6819.2 -55808,6819.2 -55808,6819.1 -55808,6819.1 -55808,6819.1 -55808,6819.1 -55808,6819.1 -55808,6819 -55808,6819 -55808,6819 -55808,6819 -55808,6819 -55808,6819 -55808,6818.9 -55808,6818.9 -55808,6818.9 -55808,6818.9 -55807,6818.9 -55807,6818.8 -55807,6818.8 -55807,6818.8 -55807,6818.8 -55807,6818.8 -55807,6818.7 -55807,6818.7 -55807,6818.7 -55807,6818.7 -55807,6818.6 -55807,6818.6 -55807,6818.6 -55807,6818.6 -55807,6818.6 -55800,6830.9 -55800,6830.9 -55800,6830.9 -55800,6830.9 -55800,6831 -55800,6831 -55800,6831 -55800,6831 -55800,6831 -55800,6831 -55800,6831.1 -55800,6831.1 -55800,6831.1 -55800,6831.1 -55800,6831.1 -55800,6831.1 -55799,6831.2 -55799,6831.2 -55799,6831.2 -55799,6831.2 -55799,6831.2 -55799,6831.2 -55799,6831.3 -55799,6831.3 -55799,6831.3 -55799,6831.3 -55799,6831.3 -55799,6831.3 -55799,6831.4 -55799,6831.4 -55799,6831.4 -55798,6831.4 -55798,6831.4 -55798,6831.4 -55798,6831.5 -55798,6831.5 -55798,6831.5 -55798,6831.5 -55798,6831.5 -55798,6831.5 -55798,6831.6 -55798,6831.6 -55798,6831.6 -55798,6831.6 -55798,6831.6 -55798,6831.6 -55797,6831.6 -55797,6831.6 -55797,6831.7 -55797,6831.7 -55797,6831.7 -55797,6831.7 -55797,6831.7 -55797,6831.7 -55797,6831.7 -55797,6831.8 -55797,6831.8 -55797,6831.8 -55797,6831.8 -55797,6831.8 -55797,6831.8 -55797,6831.8 -55796,6831.8 -55796,6831.9 -55796,6831.9 -55796,6831.9 -55796,6831.9 -55796,6831.9 -55796,6831.9 -55796,6831.9 -55796,6832 -55796,6832 -55796,6832 -55796,6832 -55796,6832 -55796,6832 -55796,6832 -55796,6832 -55796,6832.1 -55795,6832.1 -55795,6832.1 -55795,6832.1 -55795,6832.1 -55795,6832.1 -55795,6832.1 -55795,6832.1 -55795,6832.1 -55795,6832.1 -55795,6832.1 -55795,6832.2 -55795,6832.2 -55795,6832.2 -55795,6832.2 -55795,6832.2 -55795,6832.2 -55795,6832.2 -55794,6832.2 -55794,6832.2 -55794,6832.2 -55794,6832.2 -55794,6832.2 -55794,6832.2 -55794,6832.3 -55794,6832.3 -55794,6832.3 -55794,6832.3 -55794,6832.3 -55794,6832.3 -55794,6832.3 -55794,6832.3 -55794,6832.3 -55794,6832.3 -55793,6832.3 -55793,6832.3 -55793,6832.3 -55793,6832.3 -55793,6832.3 -55793,6832.3 -55793,6832.3 -55793,6832.4 -55793,6832.4 -55793,6832.4 -55793,6832.4 -55793,6832.4 -55793,6832.4 -55793,6832.4 -55793,6832.4 -55793,6832.4 -55793,6832.4 -55792,6832.4 -55792,6832.4 -55792,6832.4 -55792,6832.4 -55792,6832.4 -55792,6832.4 -55792,6832.4 -55792,6832.4 -55792,6832.4 -55792,6832.4 -55792,6832.4 -55792,6832.4 -55792,6832.4 -55792,6832.4 -55792,6832.4 -55792,6832.4 -55791,6832.4 -55791,6832.4 -55791,6832.4 -55791,6832.4 -55791,6832.4 -55791,6832.4 -55791,6832.4 -55791,6832.4 -55791,6832.4 -55791,6832.4 -55791,6832.4 -55791,6832.4 -55791,6832.4 -55791,6832.4 -55791,6832.4 -55791,6832.4 -55791,6832.4 -55790,6832.4 -55790,6832.4 -55790,6832.4 -55790,6832.4 -55790,6832.4 -55790,6832.4 -55790,6832.4 -55790,6832.4 -55790,6832.4 -55790,6832.4 -55790,6832.4 -55790,6832.3 -55790,6832.3 -55790,6832.3 -55790,6832.3 -55790,6832.3 -55790,6832.3 -55789,6832.3 -55789,6832.3 -55789,6832.3 -55789,6832.3 -55789,6832.3 -55789,6832.3 -55789,6832.3 -55789,6832.3 -55789,6832.3 -55789,6832.3 -55789,6832.3 -55789,6832.3 -55789,6832.3 -55789,6832.3 -55789,6832.3 -55789,6832.3 -55789,6832.2 -55788,6832.2 -55788,6832.2 -55788,6832.2 -55788,6832.2 -55788,6832.2 -55788,6832.2 -55788,6832.2 -55788,6832.2 -55788,6832.2 -55788,6832.2 -55788,6832.2 -55788,6832.2 -55788,6832.2 -55788,6832.2 -55788,6832.1 -55788,6832.1 -55788,6832.1 -55788,6832.1 -55787,6832.1 -55787,6832.1 -55787,6832.1 -55787,6832.1 -55787,6832.1 -55787,6832.1 -55787,6832.1 -55787,6832 -55787,6832 -55787,6832 -55787,6832 -55787,6832 -55787,6832 -55787,6832 -55787,6832 -55787,6832 -55787,6832 -55787,6831.9 -55786,6831.9 -55786,6831.9 -55786,6831.9 -55786,6831.9 -55786,6831.9 -55786,6831.9 -55786,6831.9 -55786,6831.8 -55786,6831.8 -55786,6831.8 -55786,6831.8 -55786,6831.8 -55786,6831.8 -55786,6831.8 -55786,6831.7 -55786,6831.7 -55786,6831.7 -55786,6831.7 -55786,6831.7 -55785,6831.7 -55785,6831.7 -55785,6831.6 -55785,6831.6 -55785,6831.6 -55785,6831.6 -55785,6831.6 -55785,6831.6 -55785,6831.5 -55785,6831.5 -55785,6831.5 -55785,6831.5 -55785,6831.5 -55785,6831.5 -55785,6831.5 -55785,6831.4 -55785,6831.4 -55785,6831.4 -55784,6831.4 -55784,6831.4 -55784,6831.4 -55784,6831.3 -55784,6831.3 -55784,6831.3 -55784,6831.3 -55784,6831.3 -55784,6831.2 -55784,6831.2 -55784,6831.2 -55784,6831.2 -55784,6831.2 -55784,6831.2 -55784,6831.1 -55784,6831.1 -55784,6831.1 -55784,6831.1 -55784,6831.1 -55783,6831 -55783,6831 -55783,6831 -55783,6831 -55783,6831 -55783,6831 -55783,6830.9 -55783,6830.9 -55783,6830.9 -55783,6830.9 -55783,6830.8 -55783,6830.8 -55780,6842.8 -55780,6842.8 -55780,6842.8 -55779,6842.9 -55779,6842.9 -55779,6842.9 -55779,6842.9 -55779,6842.9 -55779,6843 -55779,6843 -55779,6843 -55779,6843 -55779,6843 -55779,6843 -55779,6843.1 -55779,6843.1 -55779,6843.1 -55779,6843.1 -55778,6843.1 -55778,6843.1 -55778,6843.2 -55778,6843.2 -55778,6843.2 -55778,6843.2 -55778,6843.2 -55778,6843.3 -55778,6843.3 -55778,6843.3 -55778,6843.3 -55778,6843.3 -55778,6843.3 -55778,6843.4 -55778,6843.4 -55777,6843.4 -55777,6843.4 -55777,6843.4 -55777,6843.4 -55777,6843.5 -55777,6843.5 -55777,6843.5 -55777,6843.5 -55777,6843.5 -55777,6843.5 -55777,6843.5 -55777,6843.6 -55777,6843.6 -55777,6843.6 -55777,6843.6 -55777,6843.6 -55776,6843.6 -55776,6843.7 -55776,6843.7 -55776,6843.7 -55776,6843.7 -55776,6843.7 -55776,6843.7 -55776,6843.8 -55776,6843.8 -55776,6843.8 -55776,6843.8 -55776,6843.8 -55776,6843.8 -55776,6843.8 -55776,6843.9 -55776,6843.9 -55775,6843.9 -55775,6843.9 -55775,6843.9 -55775,6843.9 -55775,6843.9 -55775,6843.9 -55775,6844 -55775,6844 -55775,6844 -55775,6844 -55775,6844 -55775,6844 -55775,6844 -55775,6844 -55775,6844 -55774,6844.1 -55774,6844.1 -55774,6844.1 -55774,6844.1 -55774,6844.1 -55774,6844.1 -55774,6844.1 -55774,6844.1 -55774,6844.1 -55774,6844.1 -55774,6844.1 -55774,6844.2 -55774,6844.2 -55774,6844.2 -55774,6844.2 -55774,6844.2 -55773,6844.2 -55773,6844.2 -55773,6844.2 -55773,6844.2 -55773,6844.2 -55773,6844.2 -55773,6844.3 -55773,6844.3 -55773,6844.3 -55773,6844.3 -55773,6844.3 -55773,6844.3 -55773,6844.3 -55773,6844.3 -55773,6844.3 -55772,6844.3 -55772,6844.3 -55772,6844.3 -55772,6844.3 -55772,6844.3 -55772,6844.3 -55772,6844.4 -55772,6844.4 -55772,6844.4 -55772,6844.4 -55772,6844.4 -55772,6844.4 -55772,6844.4 -55772,6844.4 -55772,6844.4 -55772,6844.4 -55771,6844.4 -55771,6844.4 -55771,6844.4 -55771,6844.4 -55771,6844.4 -55771,6844.4 -55771,6844.4 -55771,6844.4 -55771,6844.4 -55771,6844.4 -55771,6844.4 -55771,6844.4 -55771,6844.4 -55771,6844.4 -55771,6844.4 -55771,6844.4 -55770,6844.4 -55770,6844.4 -55770,6844.4 -55770,6844.4 -55770,6844.4 -55770,6844.4 -55770,6844.4 -55770,6844.4 -55770,6844.4 -55770,6844.4 -55770,6844.4 -55770,6844.4 -55770,6844.4 -55770,6844.4 -55770,6844.4 -55769,6844.4 -55769,6844.4 -55769,6844.4 -55769,6844.4 -55769,6844.4 -55769,6844.4 -55769,6844.4 -55769,6844.4 -55769,6844.4 -55769,6844.4 -55769,6844.4 -55769,6844.4 -55769,6844.4 -55769,6844.4 -55769,6844.4 -55769,6844.4 -55768,6844.4 -55768,6844.4 -55768,6844.4 -55768,6844.4 -55768,6844.4 -55768,6844.4 -55768,6844.4 -55768,6844.4 -55768,6844.4 -55768,6844.4 -55768,6844.4 -55768,6844.4 -55768,6844.4 -55768,6844.4 -55768,6844.4 -55767,6844.4 -55767,6844.4 -55767,6844.4 -55767,6844.4 -55767,6844.3 -55767,6844.3 -55767,6844.3 -55767,6844.3 -55767,6844.3 -55767,6844.3 -55767,6844.3 -55767,6844.3 -55767,6844.3 -55767,6844.3 -55767,6844.3 -55767,6844.3 -55766,6844.3 -55766,6844.3 -55766,6844.3 -55766,6844.3 -55766,6844.3 -55766,6844.3 -55766,6844.2 -55766,6844.2 -55766,6844.2 -55766,6844.2 -55766,6844.2 -55766,6844.2 -55766,6844.2 -55766,6844.2 -55766,6844.2 -55765,6844.2 -55765,6844.2 -55765,6844.2 -55765,6844.2 -55765,6844.1 -55765,6844.1 -55765,6844.1 -55765,6844.1 -55765,6844.1 -55765,6844.1 -55765,6844.1 -55765,6844.1 -55765,6844.1 -55765,6844.1 -55765,6844.1 -55765,6844 -55764,6844 -55764,6844 -55764,6844 -55764,6844 -55764,6844 -55764,6844 -55764,6844 -55764,6844 -55764,6844 -55764,6843.9 -55764,6843.9 -55764,6843.9 -55764,6843.9 -55764,6843.9 -55764,6843.9 -55764,6843.9 -55763,6843.9 -55763,6843.9 -55763,6843.8 -55763,6843.8 -55763,6843.8 -55763,6843.8 -55763,6843.8 -55763,6843.8 -55763,6843.8 -55763,6843.8 -55763,6843.7 -55763,6843.7 -55763,6843.7 -55763,6843.7 -55763,6843.7 -55763,6843.7 -55763,6843.7 -55762,6843.6 -55762,6843.6 -55762,6843.6 -55762,6843.6 -55762,6843.6 -55762,6843.6 -55762,6843.6 -55762,6843.5 -55762,6843.5 -55762,6843.5 -55762,6843.5 -55762,6843.5 -55762,6843.5 -55762,6843.4 -55762,6843.4 -55762,6843.4 -55761,6843.4 -55761,6843.4 -55761,6843.4 -55761,6843.3 -55761,6843.3 -55761,6843.3 -55761,6843.3 -55761,6843.3 -55761,6843.3 -55761,6843.2 -55761,6843.2 -55759,6855.6 -55759,6855.6 -55759,6855.6 -55759,6855.7 -55758,6855.7 -55758,6855.7 -55758,6855.7 -55758,6855.8 -55758,6855.8 -55758,6855.8 -55758,6855.8 -55758,6855.8 -55758,6855.9 -55758,6855.9 -55758,6855.9 -55758,6855.9 -55758,6856 -55758,6856 -55757,6856 -55757,6856 -55757,6856 -55757,6856.1 -55757,6856.1 -55757,6856.1 -55757,6856.1 -55757,6856.2 -55757,6856.2 -55757,6856.2 -55757,6856.2 -55757,6856.2 -55757,6856.3 -55757,6856.3 -55756,6856.3 -55756,6856.3 -55756,6856.3 -55756,6856.4 -55756,6856.4 -55756,6856.4 -55756,6856.4 -55756,6856.4 -55756,6856.4 -55756,6856.5 -55756,6856.5 -55756,6856.5 -55756,6856.5 -55756,6856.5 -55756,6856.6 -55755,6856.6 -55755,6856.6 -55755,6856.6 -55755,6856.6 -55755,6856.7 -55755,6856.7 -55755,6856.7 -55755,6856.7 -55755,6856.7 -55755,6856.7 -55755,6856.8 -55755,6856.8 -55755,6856.8 -55755,6856.8 -55754,6856.8 -55754,6856.8 -55754,6856.9 -55754,6856.9 -55754,6856.9 -55754,6856.9 -55754,6856.9 -55754,6856.9 -55754,6857 -55754,6857 -55754,6857 -55754,6857 -55754,6857 -55754,6857 -55753,6857 -55753,6857.1 -55753,6857.1 -55753,6857.1 -55753,6857.1 -55753,6857.1 -55753,6857.1 -55753,6857.1 -55753,6857.2 -55753,6857.2 -55753,6857.2 -55753,6857.2 -55753,6857.2 -55753,6857.2 -55752,6857.2 -55752,6857.3 -55752,6857.3 -55752,6857.3 -55752,6857.3 -55752,6857.3 -55752,6857.3 -55752,6857.3 -55752,6857.3 -55752,6857.4 -55752,6857.4 -55752,6857.4 -55752,6857.4 -55752,6857.4 -55751,6857.4 -55751,6857.4 -55751,6857.4 -55751,6857.4 -55751,6857.5 -55751,6857.5 -55751,6857.5 -55751,6857.5 -55751,6857.5 -55751,6857.5 -55751,6857.5 -55751,6857.5 -55751,6857.5 -55751,6857.5 -55750,6857.6 -55750,6857.6 -55750,6857.6 -55750,6857.6 -55750,6857.6 -55750,6857.6 -55750,6857.6 -55750,6857.6 -55750,6857.6 -55750,6857.6 -55750,6857.7 -55750,6857.7 -55750,6857.7 -55750,6857.7 -55750,6857.7 -55749,6857.7 -55749,6857.7 -55749,6857.7 -55749,6857.7 -55749,6857.7 -55749,6857.7 -55749,6857.7 -55749,6857.7 -55749,6857.7 -55749,6857.7 -55749,6857.7 -55749,6857.8 -55749,6857.8 -55749,6857.8 -55748,6857.8 -55748,6857.8 -55748,6857.8 -55748,6857.8 -55748,6857.8 -55748,6857.8 -55748,6857.8 -55748,6857.8 -55748,6857.8 -55748,6857.8 -55748,6857.8 -55748,6857.8 -55748,6857.8 -55748,6857.8 -55747,6857.8 -55747,6857.8 -55747,6857.8 -55747,6857.8 -55747,6857.8 -55747,6857.8 -55747,6857.9 -55747,6857.9 -55747,6857.9 -55747,6857.9 -55747,6857.9 -55747,6857.9 -55747,6857.9 -55747,6857.9 -55747,6857.9 -55746,6857.9 -55746,6857.9 -55746,6857.9 -55746,6857.9 -55746,6857.9 -55746,6857.9 -55746,6857.9 -55746,6857.9 -55746,6857.9 -55746,6857.9 -55746,6857.9 -55746,6857.9 -55746,6857.9 -55746,6857.9 -55745,6857.9 -55745,6857.9 -55745,6857.9 -55745,6857.9 -55745,6857.9 -55745,6857.9 -55745,6857.9 -55745,6857.9 -55745,6857.9 -55745,6857.9 -55745,6857.9 -55745,6857.9 -55745,6857.9 -55745,6857.9 -55744,6857.9 -55744,6857.9 -55744,6857.9 -55744,6857.9 -55744,6857.8 -55744,6857.8 -55744,6857.8 -55744,6857.8 -55744,6857.8 -55744,6857.8 -55744,6857.8 -55744,6857.8 -55744,6857.8 -55744,6857.8 -55744,6857.8 -55743,6857.8 -55743,6857.8 -55743,6857.8 -55743,6857.8 -55743,6857.8 -55743,6857.8 -55743,6857.8 -55743,6857.8 -55743,6857.8 -55743,6857.8 -55743,6857.7 -55743,6857.7 -55743,6857.7 -55743,6857.7 -55742,6857.7 -55742,6857.7 -55742,6857.7 -55742,6857.7 -55742,6857.7 -55742,6857.7 -55742,6857.7 -55742,6857.7 -55742,6857.7 -55742,6857.7 -55742,6857.6 -55742,6857.6 -55742,6857.6 -55742,6857.6 -55742,6857.6 -55741,6857.6 -55741,6857.6 -55741,6857.6 -55741,6857.6 -55741,6857.6 -55741,6857.6 -55741,6857.5 -55741,6857.5 -55741,6857.5 -55741,6857.5 -55741,6857.5 -55741,6857.5 -55741,6857.5 -55741,6857.5 -55740,6857.5 -55740,6857.5 -55740,6857.4 -55740,6857.4 -55740,6857.4 -55740,6857.4 -55740,6857.4 -55740,6857.4 -55740,6857.4 -55740,6857.4 -55740,6857.3 -55740,6857.3 -55740,6857.3 -55740,6857.3 -55740,6857.3 -55739,6857.3 -55739,6857.3 -55739,6857.2 -55739,6857.2 -55739,6857.2 -55739,6857.2 -55739,6857.2 -55739,6857.2 -55739,6857.1 -55739,6857.1 -55739,6857.1 -55739,6857.1 -55739,6857.1 -55739,6857.1 -55738,6857.1 -55738,6857 -55738,6857 -55738,6857 -55738,6857 -55738,6857 -55738,6857 -55738,6856.9 -55737,6867.3 -55736,6867.3 -55736,6867.3 -55736,6867.3 -55736,6867.4 -55736,6867.4 -55736,6867.4 -55736,6867.4 -55736,6867.4 -55736,6867.5 -55736,6867.5 -55736,6867.5 -55736,6867.5 -55736,6867.5 -55736,6867.5 -55735,6867.5 -55735,6867.6 -55735,6867.6 -55735,6867.6 -55735,6867.6 -55735,6867.6 -55735,6867.6 -55735,6867.7 -55735,6867.7 -55735,6867.7 -55735,6867.7 -55735,6867.7 -55735,6867.7 -55734,6867.7 -55734,6867.8 -55734,6867.8 -55734,6867.8 -55734,6867.8 -55734,6867.8 -55734,6867.8 -55734,6867.8 -55734,6867.9 -55734,6867.9 -55734,6867.9 -55734,6867.9 -55734,6867.9 -55733,6867.9 -55733,6867.9 -55733,6867.9 -55733,6868 -55733,6868 -55733,6868 -55733,6868 -55733,6868 -55733,6868 -55733,6868 -55733,6868 -55733,6868 -55733,6868.1 -55732,6868.1 -55732,6868.1 -55732,6868.1 -55732,6868.1 -55732,6868.1 -55732,6868.1 -55732,6868.1 -55732,6868.1 -55732,6868.2 -55732,6868.2 -55732,6868.2 -55732,6868.2 -55732,6868.2 -55731,6868.2 -55731,6868.2 -55731,6868.2 -55731,6868.2 -55731,6868.2 -55731,6868.3 -55731,6868.3 -55731,6868.3 -55731,6868.3 -55731,6868.3 -55731,6868.3 -55731,6868.3 -55731,6868.3 -55730,6868.3 -55730,6868.3 -55730,6868.3 -55730,6868.4 -55730,6868.4 -55730,6868.4 -55730,6868.4 -55730,6868.4 -55730,6868.4 -55730,6868.4 -55730,6868.4 -55730,6868.4 -55729,6868.4 -55729,6868.4 -55729,6868.4 -55729,6868.4 -55729,6868.5 -55729,6868.5 -55729,6868.5 -55729,6868.5 -55729,6868.5 -55729,6868.5 -55729,6868.5 -55729,6868.5 -55729,6868.5 -55728,6868.5 -55728,6868.5 -55728,6868.5 -55728,6868.5 -55728,6868.5 -55728,6868.5 -55728,6868.5 -55728,6868.5 -55728,6868.5 -55728,6868.5 -55728,6868.5 -55728,6868.5 -55727,6868.5 -55727,6868.5 -55727,6868.6 -55727,6868.6 -55727,6868.6 -55727,6868.6 -55727,6868.6 -55727,6868.6 -55727,6868.6 -55727,6868.6 -55727,6868.6 -55727,6868.6 -55727,6868.6 -55726,6868.6 -55726,6868.6 -55726,6868.6 -55726,6868.6 -55726,6868.6 -55726,6868.6 -55726,6868.6 -55726,6868.6 -55726,6868.6 -55726,6868.6 -55726,6868.6 -55726,6868.6 -55725,6868.6 -55725,6868.6 -55725,6868.6 -55725,6868.6 -55725,6868.6 -55725,6868.6 -55725,6868.6 -55725,6868.6 -55725,6868.6 -55725,6868.6 -55725,6868.6 -55725,6868.6 -55724,6868.6 -55724,6868.6 -55724,6868.6 -55724,6868.6 -55724,6868.6 -55724,6868.6 -55724,6868.6 -55724,6868.6 -55724,6868.6 -55724,6868.6 -55724,6868.6 -55724,6868.6 -55723,6868.6 -55723,6868.6 -55723,6868.6 -55723,6868.6 -55723,6868.6 -55723,6868.6 -55723,6868.6 -55723,6868.6 -55723,6868.5 -55723,6868.5 -55723,6868.5 -55723,6868.5 -55722,6868.5 -55722,6868.5 -55722,6868.5 -55722,6868.5 -55722,6868.5 -55722,6868.5 -55722,6868.5 -55722,6868.5 -55722,6868.5 -55722,6868.5 -55722,6868.5 -55722,6868.5 -55721,6868.5 -55721,6868.4 -55721,6868.4 -55721,6868.4 -55721,6868.4 -55721,6868.4 -55721,6868.4 -55721,6868.4 -55721,6868.4 -55721,6868.4 -55721,6868.4 -55721,6868.4 -55720,6868.4 -55720,6868.4 -55720,6868.3 -55720,6868.3 -55720,6868.3 -55720,6868.3 -55720,6868.3 -55720,6868.3 -55720,6868.3 -55720,6868.3 -55720,6868.3 -55719,6868.3 -55719,6868.3 -55719,6868.2 -55719,6868.2 -55719,6868.2 -55719,6868.2 -55719,6868.2 -55719,6868.2 -55719,6868.2 -55719,6868.2 -55719,6868.2 -55719,6868.2 -55718,6868.1 -55718,6868.1 -55718,6868.1 -55718,6868.1 -55718,6868.1 -55718,6868.1 -55718,6868.1 -55718,6868.1 -55718,6868 -55718,6868 -55718,6868 -55717,6868 -55717,6868 -55717,6868 -55717,6868 -55717,6868 -55717,6867.9 -55717,6867.9 -55717,6867.9 -55717,6867.9 -55717,6867.9 -55717,6867.9 -55717,6867.9 -55716,6867.8 -55716,6867.8 -55716,6867.8 -55716,6867.8 -55716,6867.8 -55716,6867.8 -55716,6867.7 -55716,6867.7 -55716,6867.7 -55716,6867.7 -55716,6867.7 -55715,6867.7 -55715,6867.6 -55715,6867.6 -55715,6867.6 -55715,6867.6 -55715,6867.6 -55715,6867.6 -55715,6867.5 -55715,6867.5 -55715,6867.5 -55715,6867.5 -55715,6867.5 -55714,6867.4 -55714,6867.4 -55714,6867.4 -55714,6867.4 -55714,6867.4 -55714,6867.3 -55714,6867.3 -55714,6867.3 -55714,6867.3 -55714,6867.3 -55714,6867.2 -55713,6867.2 -55713,6867.2 -55713,6867.2 -55713,6867.2 -55713,6867.1 -55713,6867.1 -55713,6867.1 -55713,6867.1 -55713,6867.1 -55713,6867 -55713,6867 -55712,6867 -55712,6867 -55712,6866.9 -55712,6866.9 -55712,6866.9 -55712,6866.9 -55713,6880 -55712,6880 -55712,6880 -55712,6880 -55712,6880.1 -55712,6880.1 -55712,6880.1 -55712,6880.1 -55712,6880.1 -55712,6880.2 -55712,6880.2 -55712,6880.2 -55712,6880.2 -55711,6880.2 -55711,6880.3 -55711,6880.3 -55711,6880.3 -55711,6880.3 -55711,6880.3 -55711,6880.4 -55711,6880.4 -55711,6880.4 -55711,6880.4 -55711,6880.4 -55710,6880.4 -55710,6880.5 -55710,6880.5 -55710,6880.5 -55710,6880.5 -55710,6880.5 -55710,6880.5 -55710,6880.6 -55710,6880.6 -55710,6880.6 -55709,6880.6 -55709,6880.6 -55709,6880.6 -55709,6880.7 -55709,6880.7 -55709,6880.7 -55709,6880.7 -55709,6880.7 -55709,6880.7 -55709,6880.8 -55709,6880.8 -55708,6880.8 -55708,6880.8 -55708,6880.8 -55708,6880.9 -55708,6880.9 -55708,6880.9 -55708,6880.9 -55708,6880.9 -55708,6880.9 -55708,6880.9 -55708,6881 -55707,6881 -55707,6881 -55707,6881 -55707,6881 -55707,6881 -55707,6881 -55707,6881.1 -55707,6881.1 -55707,6881.1 -55707,6881.1 -55707,6881.1 -55706,6881.1 -55706,6881.1 -55706,6881.2 -55706,6881.2 -55706,6881.2 -55706,6881.2 -55706,6881.2 -55706,6881.2 -55706,6881.2 -55706,6881.3 -55705,6881.3 -55705,6881.3 -55705,6881.3 -55705,6881.3 -55705,6881.3 -55705,6881.3 -55705,6881.3 -55705,6881.4 -55705,6881.4 -55705,6881.4 -55705,6881.4 -55704,6881.4 -55704,6881.4 -55704,6881.4 -55704,6881.4 -55704,6881.4 -55704,6881.4 -55704,6881.5 -55704,6881.5 -55704,6881.5 -55704,6881.5 -55703,6881.5 -55703,6881.5 -55703,6881.5 -55703,6881.5 -55703,6881.5 -55703,6881.5 -55703,6881.6 -55703,6881.6 -55703,6881.6 -55703,6881.6 -55703,6881.6 -55702,6881.6 -55702,6881.6 -55702,6881.6 -55702,6881.6 -55702,6881.6 -55702,6881.7 -55702,6881.7 -55702,6881.7 -55702,6881.7 -55702,6881.7 -55701,6881.7 -55701,6881.7 -55701,6881.7 -55701,6881.7 -55701,6881.7 -55701,6881.7 -55701,6881.7 -55701,6881.8 -55701,6881.8 -55701,6881.8 -55700,6881.8 -55700,6881.8 -55700,6881.8 -55700,6881.8 -55700,6881.8 -55700,6881.8 -55700,6881.8 -55700,6881.8 -55700,6881.8 -55700,6881.8 -55700,6881.8 -55699,6881.9 -55699,6881.9 -55699,6881.9 -55699,6881.9 -55699,6881.9 -55699,6881.9 -55699,6881.9 -55699,6881.9 -55699,6881.9 -55699,6881.9 -55698,6881.9 -55698,6881.9 -55698,6881.9 -55698,6881.9 -55698,6881.9 -55698,6881.9 -55698,6881.9 -55698,6881.9 -55698,6881.9 -55698,6881.9 -55697,6882 -55697,6882 -55697,6882 -55697,6882 -55697,6882 -55697,6882 -55697,6882 -55697,6882 -55697,6882 -55697,6882 -55696,6882 -55696,6882 -55696,6882 -55696,6882 -55696,6882 -55696,6882 -55696,6882 -55696,6882 -55696,6882 -55696,6882 -55695,6882 -55695,6882 -55695,6882 -55695,6882 -55695,6882 -55695,6882 -55695,6882 -55695,6882 -55695,6882 -55695,6882 -55694,6882 -55694,6882 -55694,6882 -55694,6882 -55694,6882 -55694,6882 -55694,6882 -55694,6882 -55694,6882 -55694,6882 -55693,6882 -55693,6882 -55693,6882 -55693,6882 -55693,6882 -55693,6882 -55693,6882 -55693,6882 -55693,6882 -55693,6882 -55692,6882 -55692,6882 -55692,6882 -55692,6882 -55692,6882 -55692,6882 -55692,6882 -55692,6882 -55692,6882 -55692,6882 -55691,6882 -55691,6882 -55691,6882 -55691,6882 -55691,6882 -55691,6882 -55691,6882 -55691,6882 -55691,6881.9 -55691,6881.9 -55690,6881.9 -55690,6881.9 -55690,6881.9 -55690,6881.9 -55690,6881.9 -55690,6881.9 -55690,6881.9 -55690,6881.9 -55690,6881.9 -55690,6881.9 -55689,6881.9 -55689,6881.9 -55689,6881.9 -55689,6881.9 -55689,6881.9 -55689,6881.9 -55689,6881.8 -55689,6881.8 -55689,6881.8 -55688,6881.8 -55688,6881.8 -55688,6881.8 -55688,6881.8 -55688,6881.8 -55688,6881.8 -55688,6881.8 -55688,6881.8 -55688,6881.8 -55688,6881.8 -55687,6881.8 -55687,6881.8 -55687,6881.7 -55687,6881.7 -55687,6881.7 -55687,6881.7 -55687,6881.7 -55687,6881.7 -55687,6881.7 -55687,6881.7 -55686,6881.7 -55686,6881.7 -55686,6881.7 -55686,6881.7 -55686,6881.6 -55686,6881.6 -55686,6881.6 -55686,6881.6 -55686,6881.6 -55685,6881.6 -55685,6881.6 -55685,6881.6 -55685,6881.6 -55685,6881.6 -55685,6881.6 -55685,6881.5 -55685,6881.5 -55685,6881.5 -55685,6881.5 -55684,6881.5 -55684,6881.5 -55684,6881.5 -55684,6881.5 -55684,6881.5 -55684,6881.4 -55684,6881.4 -55684,6881.4 -55684,6881.4 -55687,6893.4 -55687,6893.4 -55687,6893.4 -55687,6893.4 -55687,6893.5 -55687,6893.5 -55687,6893.5 -55687,6893.5 -55687,6893.6 -55686,6893.6 -55686,6893.6 -55686,6893.7 -55686,6893.7 -55686,6893.7 -55686,6893.7 -55686,6893.8 -55686,6893.8 -55686,6893.8 -55686,6893.8 -55686,6893.9 -55685,6893.9 -55685,6893.9 -55685,6893.9 -55685,6894 -55685,6894 -55685,6894 -55685,6894 -55685,6894.1 -55685,6894.1 -55685,6894.1 -55684,6894.2 -55684,6894.2 -55684,6894.2 -55684,6894.2 -55684,6894.3 -55684,6894.3 -55684,6894.3 -55684,6894.4 -55684,6894.4 -55684,6894.4 -55684,6894.4 -55683,6894.5 -55683,6894.5 -55683,6894.5 -55683,6894.5 -55683,6894.6 -55683,6894.6 -55683,6894.6 -55683,6894.6 -55683,6894.7 -55683,6894.7 -55682,6894.7 -55682,6894.7 -55682,6894.8 -55682,6894.8 -55682,6894.8 -55682,6894.9 -55682,6894.9 -55682,6894.9 -55682,6894.9 -55682,6895 -55682,6895 -55681,6895 -55681,6895 -55681,6895.1 -55681,6895.1 -55681,6895.1 -55681,6895.1 -55681,6895.2 -55681,6895.2 -55681,6895.2 -55681,6895.2 -55681,6895.3 -55680,6895.3 -55680,6895.3 -55680,6895.3 -55680,6895.3 -55680,6895.4 -55680,6895.4 -55680,6895.4 -55680,6895.4 -55680,6895.5 -55680,6895.5 -55679,6895.5 -55679,6895.5 -55679,6895.6 -55679,6895.6 -55679,6895.6 -55679,6895.6 -55679,6895.6 -55679,6895.7 -55679,6895.7 -55679,6895.7 -55679,6895.7 -55678,6895.8 -55678,6895.8 -55678,6895.8 -55678,6895.8 -55678,6895.9 -55678,6895.9 -55678,6895.9 -55678,6895.9 -55678,6896 -55678,6896 -55678,6896 -55677,6896 -55677,6896 -55677,6896.1 -55677,6896.1 -55677,6896.1 -55677,6896.1 -55677,6896.1 -55677,6896.2 -55677,6896.2 -55677,6896.2 -55677,6896.2 -55676,6896.2 -55676,6896.3 -55676,6896.3 -55676,6896.3 -55676,6896.3 -55676,6896.3 -55676,6896.4 -55676,6896.4 -55676,6896.4 -55676,6896.4 -55675,6896.4 -55675,6896.5 -55675,6896.5 -55675,6896.5 -55675,6896.5 -55675,6896.5 -55675,6896.6 -55675,6896.6 -55675,6896.6 -55675,6896.6 -55675,6896.6 -55674,6896.7 -55674,6896.7 -55674,6896.7 -55674,6896.7 -55674,6896.7 -55674,6896.7 -55674,6896.7 -55674,6896.8 -55674,6896.8 -55674,6896.8 -55674,6896.8 -55673,6896.8 -55673,6896.8 -55673,6896.9 -55673,6896.9 -55673,6896.9 -55673,6896.9 -55673,6896.9 -55673,6896.9 -55673,6897 -55673,6897 -55673,6897 -55672,6897 -55672,6897 -55672,6897 -55672,6897 -55672,6897.1 -55672,6897.1 -55672,6897.1 -55672,6897.1 -55672,6897.1 -55672,6897.1 -55671,6897.1 -55671,6897.2 -55671,6897.2 -55671,6897.2 -55671,6897.2 -55671,6897.2 -55671,6897.2 -55671,6897.2 -55671,6897.2 -55671,6897.3 -55671,6897.3 -55670,6897.3 -55670,6897.3 -55670,6897.3 -55670,6897.3 -55670,6897.3 -55670,6897.3 -55670,6897.3 -55670,6897.4 -55670,6897.4 -55670,6897.4 -55670,6897.4 -55669,6897.4 -55669,6897.4 -55669,6897.4 -55669,6897.4 -55669,6897.4 -55669,6897.5 -55669,6897.5 -55669,6897.5 -55669,6897.5 -55669,6897.5 -55669,6897.5 -55668,6897.5 -55668,6897.5 -55668,6897.5 -55668,6897.5 -55668,6897.5 -55668,6897.5 -55668,6897.5 -55668,6897.5 -55668,6897.6 -55668,6897.6 -55667,6897.6 -55667,6897.6 -55667,6897.6 -55667,6897.6 -55667,6897.6 -55667,6897.6 -55667,6897.6 -55667,6897.6 -55667,6897.6 -55667,6897.6 -55667,6897.6 -55666,6897.6 -55666,6897.6 -55666,6897.6 -55666,6897.6 -55666,6897.6 -55666,6897.6 -55666,6897.6 -55666,6897.6 -55666,6897.7 -55666,6897.7 -55666,6897.7 -55665,6897.7 -55665,6897.7 -55665,6897.7 -55665,6897.7 -55665,6897.7 -55665,6897.7 -55665,6897.7 -55665,6897.7 -55665,6897.7 -55665,6897.7 -55664,6897.7 -55664,6897.7 -55664,6897.7 -55664,6897.7 -55664,6897.7 -55664,6897.7 -55664,6897.7 -55664,6897.7 -55664,6897.7 -55664,6897.7 -55664,6897.7 -55663,6897.7 -55663,6897.7 -55663,6897.7 -55663,6897.7 -55663,6897.7 -55663,6897.7 -55663,6897.7 -55663,6897.7 -55663,6897.7 -55663,6897.7 -55663,6897.7 -55662,6897.7 -55662,6897.7 -55662,6897.7 -55662,6897.6 -55662,6897.6 -55662,6897.6 -55662,6897.6 -55662,6897.6 -55662,6897.6 -55662,6897.6 -55662,6897.6 -55661,6897.6 -55661,6897.6 -55661,6897.6 -55661,6897.6 -55661,6897.6 -55661,6897.6 -55661,6897.6 -55661,6897.6 -55661,6897.6 -55661,6897.5 -55660,6897.5 -55660,6897.5 -55660,6897.5 -55660,6897.5 -55660,6897.5 -55660,6897.5 -55660,6897.5 -55660,6897.5 -55660,6897.5 -55660,6897.5 -55660,6897.5 -55661,6901.1 -55661,6901.1 -55661,6901.1 -55661,6901.1 -55660,6901.2 -55660,6901.2 -55660,6901.2 -55660,6901.2 -55660,6901.2 -55660,6901.2 -55660,6901.2 -55660,6901.2 -55660,6901.2 -55660,6901.2 -55660,6901.2 -55659,6901.2 -55659,6901.2 -55659,6901.2 -55659,6901.2 -55659,6901.2 -55659,6901.2 -55659,6901.2 -55659,6901.2 -55659,6901.2 -55659,6901.2 -55659,6901.2 -55658,6901.2 -55658,6901.2 -55658,6901.2 -55658,6901.2 -55658,6901.2 -55658,6901.2 -55658,6901.2 -55658,6901.2 -55658,6901.2 -55658,6901.2 -55658,6901.2 -55657,6901.2 -55657,6901.2 -55657,6901.2 -55657,6901.2 -55657,6901.2 -55657,6901.2 -55657,6901.2 -55657,6901.2 -55657,6901.2 -55657,6901.2 -55657,6901.1 -55656,6901.1 -55656,6901.1 -55656,6901.1 -55656,6901.1 -55656,6901.1 -55656,6901.1 -55656,6901.1 -55656,6901.1 -55656,6901.1 -55656,6901.1 -55655,6901.1 -55655,6901.1 -55655,6901.1 -55655,6901.1 -55655,6901.1 -55655,6901.1 -55655,6901.1 -55655,6901.1 -55655,6901 -55655,6901 -55655,6901 -55654,6901 -55654,6901 -55654,6901 -55654,6901 -55654,6901 -55654,6901 -55654,6901 -55654,6901 -55654,6901 -55654,6900.9 -55654,6900.9 -55653,6900.9 -55653,6900.9 -55653,6900.9 -55653,6900.9 -55653,6900.9 -55653,6900.9 -55653,6900.9 -55653,6900.8 -55653,6900.8 -55653,6900.8 -55653,6900.8 -55652,6900.8 -55652,6900.8 -55652,6900.8 -55652,6900.8 -55652,6900.8 -55652,6900.7 -55652,6900.7 -55652,6900.7 -55652,6900.7 -55652,6900.7 -55651,6900.7 -55651,6900.7 -55651,6900.6 -55651,6900.6 -55651,6900.6 -55651,6900.6 -55651,6900.6 -55651,6900.6 -55651,6900.5 -55651,6900.5 -55651,6900.5 -55650,6900.5 -55650,6900.5 -55650,6900.4 -55650,6900.4 -55650,6900.4 -55650,6900.4 -55650,6900.4 -55650,6900.4 -55650,6900.3 -55650,6900.3 -55650,6900.3 -55649,6900.3 -55649,6900.3 -55649,6900.2 -55649,6900.2 -55649,6900.2 -55649,6900.2 -55649,6900.2 -55649,6900.1 -55649,6900.1 -55649,6900.1 -55648,6900.1 -55648,6900.1 -55648,6900 -55648,6900 -55648,6900 -55648,6900 -55648,6899.9 -55648,6899.9 -55648,6899.9 -55648,6899.9 -55648,6899.9 -55647,6899.8 -55647,6899.8 -55647,6899.8 -55647,6899.8 -55647,6899.7 -55647,6899.7 -55647,6899.7 -55647,6899.7 -55647,6899.6 -55647,6899.6 -55647,6899.6 -55646,6899.6 -55646,6899.5 -55646,6899.5 -55646,6899.5 -55646,6899.4 -55646,6899.4 -55646,6899.4 -55646,6899.4 -55646,6899.3 -55646,6899.3 -55645,6899.3 -55645,6899.2 -55645,6899.2 -55645,6899.2 -55645,6899.2 -55645,6899.1 -55645,6899.1 -55645,6899.1 -55645,6899 -55645,6899 -55645,6899 -55644,6898.9 -55644,6898.9 -55644,6898.9 -55644,6898.8 -55644,6898.8 -55644,6898.8 -55644,6898.7 -55644,6898.7 -55644,6898.7 -55644,6898.6 -55643,6898.6 -55643,6898.6 -55643,6898.5 -55643,6898.5 -55643,6898.4 -55643,6898.4 -55643,6898.4 -55643,6898.3 -55643,6898.3 -55643,6898.3 -55642,6898.2 -55642,6898.2 -55642,6898.2 -55642,6898.1 -55642,6898.1 -55642,6898 -55642,6898 -55642,6898 -55642,6897.9 -55642,6897.9 -55642,6897.9 -55641,6897.8 -55641,6897.8 -55641,6897.7 -55641,6897.7 -55641,6897.7 -55641,6897.6 -55641,6897.6 -55641,6897.5 -55641,6897.5 -55641,6897.4 -55640,6897.4 -55640,6897.4 -55640,6897.3 -55640,6897.3 -55640,6897.2 -55640,6897.2 -55640,6897.1 -55640,6897.1 -55640,6897.1 -55640,6897 -55639,6897 -55639,6896.9 -55639,6896.9 -55639,6896.8 -55639,6896.8 -55639,6896.7 -55639,6896.7 -55639,6896.6 -55639,6896.6 -55639,6896.5 -55639,6896.5 -55638,6896.4 -55638,6896.4 -55638,6896.3 -55638,6896.3 -55638,6896.2 -55638,6896.2 -55638,6896.1 -55638,6896.1 -55638,6896 -55638,6896 -55637,6895.9 -55637,6895.9 -55637,6895.8 -55637,6895.8 -55637,6895.7 -55637,6895.7 -55637,6895.6 -55637,6895.6 -55637,6895.5 -55637,6895.5 -55636,6895.4 -55636,6895.4 -55636,6895.3 -55636,6895.3 -55636,6895.2 -55636,6895.1 -55636,6895.1 -55636,6895 -55636,6895 -55636,6894.9 -55635,6894.9 -55635,6894.8 -55635,6894.8 -55635,6894.7 -55635,6894.6 -55635,6894.6 -55635,6894.5 -55635,6894.5 -55635,6894.4 -55635,6894.3 -55634,6894.3 -55634,6894.2 -55634,6894.2 -55634,6894.1 -55634,6894.1 -55634,6894 -55634,6893.9 -55634,6893.9 -55634,6893.8 -55634,6893.8 -55633,6893.7 -55633,6893.6 -55633,6893.6 -55633,6893.5 -55633,6893.4 -55633,6893.4 -55633,6893.3 -55633,6893.2 -55633,6893.2 -55633,6893.1 -55632,6900.1 -55632,6900.1 -55631,6900 -55631,6900 -55631,6899.9 -55631,6899.9 -55631,6899.8 -55631,6899.8 -55631,6899.8 -55631,6899.7 -55631,6899.7 -55631,6899.6 -55630,6899.6 -55630,6899.5 -55630,6899.5 -55630,6899.5 -55630,6899.4 -55630,6899.4 -55630,6899.3 -55630,6899.3 -55630,6899.2 -55629,6899.2 -55629,6899.1 -55629,6899.1 -55629,6899 -55629,6899 -55629,6899 -55629,6898.9 -55629,6898.9 -55629,6898.8 -55629,6898.8 -55628,6898.7 -55628,6898.7 -55628,6898.6 -55628,6898.6 -55628,6898.5 -55628,6898.5 -55628,6898.4 -55628,6898.4 -55628,6898.3 -55627,6898.3 -55627,6898.2 -55627,6898.2 -55627,6898.1 -55627,6898.1 -55627,6898 -55627,6898 -55627,6897.9 -55627,6897.9 -55626,6897.8 -55626,6897.7 -55626,6897.7 -55626,6897.6 -55626,6897.6 -55626,6897.5 -55626,6897.5 -55626,6897.4 -55626,6897.4 -55625,6897.3 -55625,6897.3 -55625,6897.2 -55625,6897.1 -55625,6897.1 -55625,6897 -55625,6897 -55625,6896.9 -55625,6896.9 -55625,6896.8 -55624,6896.7 -55624,6896.7 -55624,6896.6 -55624,6896.6 -55624,6896.5 -55624,6896.4 -55624,6896.4 -55624,6896.3 -55624,6896.3 -55623,6896.2 -55623,6896.1 -55623,6896.1 -55623,6896 -55623,6896 -55623,6895.9 -55623,6895.8 -55623,6895.8 -55623,6895.7 -55622,6895.6 -55622,6895.6 -55622,6895.5 -55622,6895.5 -55622,6895.4 -55622,6895.3 -55622,6895.3 -55622,6895.2 -55622,6895.1 -55621,6895.1 -55621,6895 -55621,6894.9 -55621,6894.9 -55621,6894.8 -55621,6894.7 -55621,6894.7 -55621,6894.6 -55621,6894.5 -55620,6894.5 -55620,6894.4 -55620,6894.3 -55620,6894.3 -55620,6894.2 -55620,6894.1 -55620,6894.1 -55620,6894 -55620,6893.9 -55619,6893.9 -55619,6893.8 -55619,6893.7 -55619,6893.6 -55619,6893.6 -55619,6893.5 -55619,6893.4 -55619,6893.4 -55619,6893.3 -55618,6893.2 -55618,6893.1 -55618,6893.1 -55618,6893 -55618,6892.9 -55618,6892.8 -55618,6892.8 -55618,6892.7 -55618,6892.6 -55617,6892.5 -55617,6892.5 -55617,6892.4 -55617,6892.3 -55617,6892.2 -55617,6892.2 -55617,6892.1 -55617,6892 -55617,6891.9 -55616,6891.8 -55616,6891.8 -55616,6891.7 -55616,6891.6 -55616,6891.5 -55616,6891.4 -55616,6891.4 -55616,6891.3 -55615,6891.2 -55615,6891.1 -55615,6891 -55615,6891 -55615,6890.9 -55615,6890.8 -55615,6890.7 -55615,6890.6 -55615,6890.5 -55614,6890.5 -55614,6890.4 -55614,6890.3 -55614,6890.2 -55614,6890.1 -55614,6890 -55614,6889.9 -55614,6889.9 -55614,6889.8 -55613,6889.7 -55613,6889.6 -55613,6889.5 -55613,6889.4 -55613,6889.3 -55613,6889.3 -55613,6889.2 -55613,6889.1 -55613,6889 -55612,6888.9 -55612,6888.8 -55612,6888.7 -55612,6888.6 -55612,6888.5 -55612,6888.4 -55612,6888.4 -55612,6888.3 -55611,6888.2 -55611,6888.1 -55611,6888 -55611,6887.9 -55611,6887.8 -55611,6887.7 -55611,6887.6 -55611,6887.5 -55611,6887.4 -55610,6887.3 -55610,6887.2 -55610,6887.1 -55610,6887 -55610,6886.9 -55610,6886.8 -55610,6886.7 -55610,6886.6 -55609,6886.5 -55609,6886.4 -55609,6886.3 -55609,6886.2 -55609,6886.1 -55609,6886 -55609,6885.9 -55609,6885.8 -55609,6885.7 -55608,6885.6 -55608,6885.5 -55608,6885.4 -55608,6885.3 -55608,6885.2 -55608,6885.1 -55608,6885 -55608,6884.9 -55607,6884.8 -55607,6884.7 -55607,6884.6 -55607,6884.5 -55607,6884.4 -55607,6884.3 -55607,6884.2 -55607,6884.1 -55606,6884 -55606,6883.9 -55606,6883.7 -55606,6883.6 -55606,6883.5 -55606,6883.4 -55606,6883.3 -55606,6883.2 -55605,6883.1 -55605,6883 -55605,6882.9 -55605,6882.8 -55605,6882.7 -55605,6882.5 -55605,6882.4 -55605,6882.3 -55604,6882.2 -55604,6882.1 -55604,6882 -55604,6881.9 -55604,6881.8 -55604,6881.6 -55604,6881.5 -55604,6881.4 -55604,6881.3 -55603,6881.2 -55603,6881.1 -55603,6880.9 -55603,6880.8 -55603,6880.7 -55603,6880.6 -55603,6880.5 -55603,6880.4 -55602,6880.2 -55602,6880.1 -55602,6880 -55602,6879.9 -55602,6879.8 -55602,6879.6 -55602,6879.5 -55602,6879.4 -55601,6879.3 -55601,6879.2 -55601,6879 -55601,6878.9 -55601,6878.8 -55601,6878.7 -55601,6878.6 -55600,6878.4 -55600,6878.3 -55600,6878.2 -55600,6878.1 -55600,6877.9 -55600,6877.8 -55600,6877.7 -55600,6877.6 -55599,6877.4 -55599,6877.3 -55599,6877.2 -55599,6877.1 -55599,6876.9 -55599,6876.8 -55599,6876.7 -55599,6876.6 -55598,6876.4 -55598,6876.3 -55598,6876.2 -55598,6876 -55598,6875.9 -55598,6875.8 -55598,6875.6 -55598,6875.5 -55597,6875.4 -55601,6894.8 -55601,6894.7 -55600,6894.7 -55600,6894.6 -55600,6894.5 -55600,6894.5 -55600,6894.4 -55600,6894.3 -55600,6894.3 -55600,6894.2 -55600,6894.1 -55599,6894.1 -55599,6894 -55599,6893.9 -55599,6893.9 -55599,6893.8 -55599,6893.7 -55599,6893.7 -55599,6893.6 -55598,6893.5 -55598,6893.4 -55598,6893.4 -55598,6893.3 -55598,6893.2 -55598,6893.2 -55598,6893.1 -55598,6893 -55597,6892.9 -55597,6892.9 -55597,6892.8 -55597,6892.7 -55597,6892.7 -55597,6892.6 -55597,6892.5 -55597,6892.4 -55596,6892.4 -55596,6892.3 -55596,6892.2 -55596,6892.1 -55596,6892.1 -55596,6892 -55596,6891.9 -55596,6891.8 -55595,6891.8 -55595,6891.7 -55595,6891.6 -55595,6891.5 -55595,6891.5 -55595,6891.4 -55595,6891.3 -55595,6891.2 -55594,6891.2 -55594,6891.1 -55594,6891 -55594,6890.9 -55594,6890.8 -55594,6890.8 -55594,6890.7 -55594,6890.6 -55593,6890.5 -55593,6890.4 -55593,6890.4 -55593,6890.3 -55593,6890.2 -55593,6890.1 -55593,6890 -55593,6890 -55592,6889.9 -55592,6889.8 -55592,6889.7 -55592,6889.6 -55592,6889.5 -55592,6889.5 -55592,6889.4 -55592,6889.3 -55591,6889.2 -55591,6889.1 -55591,6889.1 -55591,6889 -55591,6888.9 -55591,6888.8 -55591,6888.7 -55591,6888.6 -55590,6888.5 -55590,6888.5 -55590,6888.4 -55590,6888.3 -55590,6888.2 -55590,6888.1 -55590,6888 -55590,6887.9 -55589,6887.8 -55589,6887.8 -55589,6887.7 -55589,6887.6 -55589,6887.5 -55589,6887.4 -55589,6887.3 -55588,6887.2 -55588,6887.1 -55588,6887 -55588,6886.9 -55588,6886.9 -55588,6886.8 -55588,6886.7 -55588,6886.6 -55587,6886.5 -55587,6886.4 -55587,6886.3 -55587,6886.2 -55587,6886.1 -55587,6886 -55587,6885.9 -55587,6885.8 -55586,6885.7 -55586,6885.7 -55586,6885.6 -55586,6885.5 -55586,6885.4 -55586,6885.3 -55586,6885.2 -55585,6885.1 -55585,6885 -55585,6884.9 -55585,6884.8 -55585,6884.7 -55585,6884.6 -55585,6884.5 -55585,6884.4 -55584,6884.3 -55584,6884.2 -55584,6884.1 -55584,6884 -55584,6883.9 -55584,6883.8 -55584,6883.7 -55583,6883.6 -55583,6883.5 -55583,6883.4 -55583,6883.3 -55583,6883.2 -55583,6883.1 -55583,6883 -55582,6882.9 -55582,6882.8 -55582,6882.7 -55582,6882.6 -55582,6882.5 -55582,6882.4 -55582,6882.3 -55582,6882.2 -55581,6882.1 -55581,6882 -55581,6881.9 -55581,6881.8 -55581,6881.7 -55581,6881.5 -55581,6881.4 -55580,6881.3 -55580,6881.2 -55580,6881.1 -55580,6881 -55580,6880.9 -55580,6880.8 -55580,6880.7 -55579,6880.6 -55579,6880.5 -55579,6880.4 -55579,6880.3 -55579,6880.2 -55579,6880.1 -55579,6879.9 -55578,6879.8 -55578,6879.7 -55578,6879.6 -55578,6879.5 -55578,6879.4 -55578,6879.3 -55578,6879.2 -55577,6879.1 -55577,6879 -55577,6878.9 -55577,6878.7 -55577,6878.6 -55577,6878.5 -55577,6878.4 -55576,6878.3 -55576,6878.2 -55576,6878.1 -55576,6878 -55576,6877.8 -55576,6877.7 -55576,6877.6 -55576,6877.5 -55575,6877.4 -55575,6877.3 -55575,6877.2 -55575,6877 -55575,6876.9 -55575,6876.8 -55575,6876.7 -55574,6876.6 -55574,6876.5 -55574,6876.4 -55574,6876.2 -55574,6876.1 -55574,6876 -55574,6875.9 -55573,6875.8 -55573,6875.7 -55573,6875.5 -55573,6875.4 -55573,6875.3 -55573,6875.2 -55573,6875.1 -55572,6874.9 -55572,6874.8 -55572,6874.7 -55572,6874.6 -55572,6874.5 -55572,6874.3 -55571,6874.2 -55571,6874.1 -55571,6874 -55571,6873.8 -55571,6873.7 -55571,6873.6 -55571,6873.5 -55570,6873.4 -55570,6873.2 -55570,6873.1 -55570,6873 -55570,6872.9 -55570,6872.7 -55570,6872.6 -55569,6872.5 -55569,6872.4 -55569,6872.2 -55569,6872.1 -55569,6872 -55569,6871.9 -55569,6871.7 -55568,6871.6 -55568,6871.5 -55568,6871.4 -55568,6871.2 -55568,6871.1 -55568,6871 -55568,6870.9 -55567,6870.7 -55567,6870.6 -55567,6870.5 -55567,6870.3 -55567,6870.2 -55567,6870.1 -55567,6870 -55566,6869.8 -55566,6869.7 -55566,6869.6 -55566,6869.4 -55566,6869.3 -55566,6869.2 -55566,6869 -55565,6868.9 -55565,6868.8 -55565,6868.6 -55565,6868.5 -55565,6868.4 -55565,6868.2 -55564,6868.1 -55564,6868 -55564,6867.8 -55564,6867.7 -55564,6867.6 -55564,6867.4 -55564,6867.3 -55563,6867.2 -55563,6867 -55563,6866.9 -55563,6866.8 -55563,6866.6 -55563,6866.5 -55563,6866.3 -55562,6866.2 -55562,6866.1 -55562,6865.9 -55562,6865.8 -55562,6865.6 -55562,6865.5 -55561,6865.4 -55561,6865.2 -55561,6865.1 -55561,6864.9 -55561,6864.8 -55561,6864.7 -55561,6864.5 -55560,6864.4 -55571,6891 -55570,6890.9 -55570,6890.9 -55570,6890.8 -55570,6890.8 -55570,6890.7 -55570,6890.7 -55570,6890.6 -55570,6890.5 -55569,6890.5 -55569,6890.4 -55569,6890.4 -55569,6890.3 -55569,6890.3 -55569,6890.2 -55569,6890.1 -55569,6890.1 -55568,6890 -55568,6890 -55568,6889.9 -55568,6889.8 -55568,6889.8 -55568,6889.7 -55568,6889.7 -55568,6889.6 -55567,6889.5 -55567,6889.5 -55567,6889.4 -55567,6889.4 -55567,6889.3 -55567,6889.2 -55567,6889.2 -55566,6889.1 -55566,6889 -55566,6889 -55566,6888.9 -55566,6888.9 -55566,6888.8 -55566,6888.7 -55566,6888.7 -55565,6888.6 -55565,6888.6 -55565,6888.5 -55565,6888.4 -55565,6888.4 -55565,6888.3 -55565,6888.2 -55565,6888.2 -55564,6888.1 -55564,6888 -55564,6888 -55564,6887.9 -55564,6887.9 -55564,6887.8 -55564,6887.7 -55563,6887.7 -55563,6887.6 -55563,6887.5 -55563,6887.5 -55563,6887.4 -55563,6887.3 -55563,6887.3 -55563,6887.2 -55562,6887.1 -55562,6887.1 -55562,6887 -55562,6886.9 -55562,6886.9 -55562,6886.8 -55562,6886.7 -55561,6886.7 -55561,6886.6 -55561,6886.5 -55561,6886.5 -55561,6886.4 -55561,6886.3 -55561,6886.3 -55560,6886.2 -55560,6886.1 -55560,6886.1 -55560,6886 -55560,6885.9 -55560,6885.9 -55560,6885.8 -55560,6885.7 -55559,6885.7 -55559,6885.6 -55559,6885.5 -55559,6885.4 -55559,6885.4 -55559,6885.3 -55559,6885.2 -55558,6885.2 -55558,6885.1 -55558,6885 -55558,6885 -55558,6884.9 -55558,6884.8 -55558,6884.7 -55557,6884.7 -55557,6884.6 -55557,6884.5 -55557,6884.5 -55557,6884.4 -55557,6884.3 -55557,6884.2 -55557,6884.2 -55556,6884.1 -55556,6884 -55556,6884 -55556,6883.9 -55556,6883.8 -55556,6883.7 -55556,6883.7 -55555,6883.6 -55555,6883.5 -55555,6883.5 -55555,6883.4 -55555,6883.3 -55555,6883.2 -55555,6883.2 -55554,6883.1 -55554,6883 -55554,6882.9 -55554,6882.9 -55554,6882.8 -55554,6882.7 -55554,6882.6 -55553,6882.6 -55553,6882.5 -55553,6882.4 -55553,6882.3 -55553,6882.3 -55553,6882.2 -55553,6882.1 -55552,6882 -55552,6881.9 -55552,6881.9 -55552,6881.8 -55552,6881.7 -55552,6881.6 -55552,6881.6 -55551,6881.5 -55551,6881.4 -55551,6881.3 -55551,6881.3 -55551,6881.2 -55551,6881.1 -55551,6881 -55551,6881 -55550,6880.9 -55550,6880.8 -55550,6880.7 -55550,6880.6 -55550,6880.6 -55550,6880.5 -55550,6880.4 -55549,6880.3 -55549,6880.2 -55549,6880.2 -55549,6880.1 -55549,6880 -55549,6879.9 -55549,6879.8 -55548,6879.8 -55548,6879.7 -55548,6879.6 -55548,6879.5 -55548,6879.4 -55548,6879.4 -55548,6879.3 -55547,6879.2 -55547,6879.1 -55547,6879 -55547,6878.9 -55547,6878.9 -55547,6878.8 -55547,6878.7 -55546,6878.6 -55546,6878.5 -55546,6878.5 -55546,6878.4 -55546,6878.3 -55546,6878.2 -55545,6878.1 -55545,6878 -55545,6878 -55545,6877.9 -55545,6877.8 -55545,6877.7 -55545,6877.6 -55544,6877.5 -55544,6877.4 -55544,6877.4 -55544,6877.3 -55544,6877.2 -55544,6877.1 -55544,6877 -55543,6876.9 -55543,6876.8 -55543,6876.8 -55543,6876.7 -55543,6876.6 -55543,6876.5 -55543,6876.4 -55542,6876.3 -55542,6876.2 -55542,6876.1 -55542,6876.1 -55542,6876 -55542,6875.9 -55542,6875.8 -55541,6875.7 -55541,6875.6 -55541,6875.5 -55541,6875.4 -55541,6875.3 -55541,6875.3 -55541,6875.2 -55540,6875.1 -55540,6875 -55540,6874.9 -55540,6874.8 -55540,6874.7 -55540,6874.6 -55539,6874.5 -55539,6874.4 -55539,6874.4 -55539,6874.3 -55539,6874.2 -55539,6874.1 -55539,6874 -55538,6873.9 -55538,6873.8 -55538,6873.7 -55538,6873.6 -55538,6873.5 -55538,6873.4 -55538,6873.3 -55537,6873.2 -55537,6873.1 -55537,6873 -55537,6873 -55537,6872.9 -55537,6872.8 -55537,6872.7 -55536,6872.6 -55536,6872.5 -55536,6872.4 -55536,6872.3 -55536,6872.2 -55536,6872.1 -55535,6872 -55535,6871.9 -55535,6871.8 -55535,6871.7 -55535,6871.6 -55535,6871.5 -55535,6871.4 -55534,6871.3 -55534,6871.2 -55534,6871.1 -55534,6871 -55534,6870.9 -55534,6870.8 -55533,6870.7 -55533,6870.6 -55533,6870.5 -55533,6870.4 -55533,6870.3 -55533,6870.2 -55533,6870.1 -55532,6870 -55532,6869.9 -55532,6869.8 -55532,6869.7 -55532,6869.6 -55532,6869.5 -55532,6869.4 -55531,6869.3 -55531,6869.2 -55531,6869.1 -55531,6869 -55531,6868.9 -55531,6868.8 -55530,6868.7 -55530,6868.6 -55530,6868.5 -55530,6868.4 -55530,6868.3 -55530,6868.2 -55530,6868.1 -55529,6868 -55529,6867.9 -55529,6867.7 -55529,6867.6 -55529,6867.5 -55529,6867.4 -55544,6889.2 -55544,6889.1 -55544,6889.1 -55544,6889.1 -55544,6889 -55544,6889 -55543,6889 -55543,6888.9 -55543,6888.9 -55543,6888.8 -55543,6888.8 -55543,6888.8 -55543,6888.7 -55543,6888.7 -55543,6888.6 -55542,6888.6 -55542,6888.6 -55542,6888.5 -55542,6888.5 -55542,6888.4 -55542,6888.4 -55542,6888.4 -55542,6888.3 -55541,6888.3 -55541,6888.2 -55541,6888.2 -55541,6888.2 -55541,6888.1 -55541,6888.1 -55541,6888 -55541,6888 -55541,6887.9 -55540,6887.9 -55540,6887.9 -55540,6887.8 -55540,6887.8 -55540,6887.7 -55540,6887.7 -55540,6887.6 -55540,6887.6 -55539,6887.6 -55539,6887.5 -55539,6887.5 -55539,6887.4 -55539,6887.4 -55539,6887.3 -55539,6887.3 -55539,6887.3 -55538,6887.2 -55538,6887.2 -55538,6887.1 -55538,6887.1 -55538,6887 -55538,6887 -55538,6887 -55538,6886.9 -55538,6886.9 -55537,6886.8 -55537,6886.8 -55537,6886.7 -55537,6886.7 -55537,6886.6 -55537,6886.6 -55537,6886.6 -55537,6886.5 -55536,6886.5 -55536,6886.4 -55536,6886.4 -55536,6886.3 -55536,6886.3 -55536,6886.2 -55536,6886.2 -55536,6886.1 -55535,6886.1 -55535,6886.1 -55535,6886 -55535,6886 -55535,6885.9 -55535,6885.9 -55535,6885.8 -55535,6885.8 -55534,6885.7 -55534,6885.7 -55534,6885.6 -55534,6885.6 -55534,6885.5 -55534,6885.5 -55534,6885.4 -55534,6885.4 -55533,6885.4 -55533,6885.3 -55533,6885.3 -55533,6885.2 -55533,6885.2 -55533,6885.1 -55533,6885.1 -55533,6885 -55532,6885 -55532,6884.9 -55532,6884.9 -55532,6884.8 -55532,6884.8 -55532,6884.7 -55532,6884.7 -55532,6884.6 -55531,6884.6 -55531,6884.5 -55531,6884.5 -55531,6884.4 -55531,6884.4 -55531,6884.3 -55531,6884.3 -55531,6884.2 -55530,6884.2 -55530,6884.1 -55530,6884.1 -55530,6884 -55530,6884 -55530,6883.9 -55530,6883.9 -55530,6883.8 -55529,6883.8 -55529,6883.7 -55529,6883.7 -55529,6883.6 -55529,6883.6 -55529,6883.5 -55529,6883.5 -55529,6883.4 -55528,6883.3 -55528,6883.3 -55528,6883.2 -55528,6883.2 -55528,6883.1 -55528,6883.1 -55528,6883 -55528,6883 -55527,6882.9 -55527,6882.9 -55527,6882.8 -55527,6882.8 -55527,6882.7 -55527,6882.7 -55527,6882.6 -55527,6882.6 -55526,6882.5 -55526,6882.4 -55526,6882.4 -55526,6882.3 -55526,6882.3 -55526,6882.2 -55526,6882.2 -55526,6882.1 -55525,6882.1 -55525,6882 -55525,6882 -55525,6881.9 -55525,6881.8 -55525,6881.8 -55525,6881.7 -55525,6881.7 -55524,6881.6 -55524,6881.6 -55524,6881.5 -55524,6881.5 -55524,6881.4 -55524,6881.3 -55524,6881.3 -55523,6881.2 -55523,6881.2 -55523,6881.1 -55523,6881.1 -55523,6881 -55523,6880.9 -55523,6880.9 -55523,6880.8 -55522,6880.8 -55522,6880.7 -55522,6880.6 -55522,6880.6 -55522,6880.5 -55522,6880.5 -55522,6880.4 -55522,6880.4 -55521,6880.3 -55521,6880.2 -55521,6880.2 -55521,6880.1 -55521,6880.1 -55521,6880 -55521,6879.9 -55520,6879.9 -55520,6879.8 -55520,6879.8 -55520,6879.7 -55520,6879.6 -55520,6879.6 -55520,6879.5 -55520,6879.5 -55519,6879.4 -55519,6879.3 -55519,6879.3 -55519,6879.2 -55519,6879.1 -55519,6879.1 -55519,6879 -55518,6879 -55518,6878.9 -55518,6878.8 -55518,6878.8 -55518,6878.7 -55518,6878.6 -55518,6878.6 -55518,6878.5 -55517,6878.5 -55517,6878.4 -55517,6878.3 -55517,6878.3 -55517,6878.2 -55517,6878.1 -55517,6878.1 -55516,6878 -55516,6877.9 -55516,6877.9 -55516,6877.8 -55516,6877.7 -55516,6877.7 -55516,6877.6 -55516,6877.6 -55515,6877.5 -55515,6877.4 -55515,6877.3 -55515,6877.3 -55515,6877.2 -55515,6877.1 -55515,6877.1 -55514,6877 -55514,6876.9 -55514,6876.9 -55514,6876.8 -55514,6876.7 -55514,6876.7 -55514,6876.6 -55513,6876.5 -55513,6876.5 -55513,6876.4 -55513,6876.3 -55513,6876.3 -55513,6876.2 -55513,6876.1 -55512,6876 -55512,6876 -55512,6875.9 -55512,6875.8 -55512,6875.8 -55512,6875.7 -55512,6875.6 -55512,6875.6 -55511,6875.5 -55511,6875.4 -55511,6875.3 -55511,6875.3 -55511,6875.2 -55511,6875.1 -55511,6875.1 -55510,6875 -55510,6874.9 -55510,6874.8 -55510,6874.8 -55510,6874.7 -55510,6874.6 -55510,6874.6 -55509,6874.5 -55509,6874.4 -55509,6874.3 -55509,6874.3 -55509,6874.2 -55509,6874.1 -55509,6874 -55508,6874 -55508,6873.9 -55508,6873.8 -55508,6873.8 -55508,6873.7 -55508,6873.6 -55508,6873.5 -55507,6873.5 -55507,6873.4 -55507,6873.3 -55507,6873.2 -55507,6873.2 -55507,6873.1 -55507,6873 -55506,6872.9 -55506,6872.9 -55506,6872.8 -55506,6872.7 -55506,6872.6 -55518,6888.4 -55518,6888.3 -55518,6888.3 -55518,6888.3 -55518,6888.2 -55518,6888.2 -55518,6888.2 -55518,6888.2 -55517,6888.1 -55517,6888.1 -55517,6888.1 -55517,6888 -55517,6888 -55517,6888 -55517,6887.9 -55517,6887.9 -55517,6887.9 -55516,6887.9 -55516,6887.8 -55516,6887.8 -55516,6887.8 -55516,6887.7 -55516,6887.7 -55516,6887.7 -55516,6887.7 -55516,6887.6 -55515,6887.6 -55515,6887.6 -55515,6887.5 -55515,6887.5 -55515,6887.5 -55515,6887.5 -55515,6887.4 -55515,6887.4 -55515,6887.4 -55514,6887.3 -55514,6887.3 -55514,6887.3 -55514,6887.2 -55514,6887.2 -55514,6887.2 -55514,6887.1 -55514,6887.1 -55514,6887.1 -55513,6887 -55513,6887 -55513,6887 -55513,6887 -55513,6886.9 -55513,6886.9 -55513,6886.9 -55513,6886.8 -55513,6886.8 -55512,6886.8 -55512,6886.7 -55512,6886.7 -55512,6886.7 -55512,6886.6 -55512,6886.6 -55512,6886.6 -55512,6886.5 -55512,6886.5 -55511,6886.5 -55511,6886.4 -55511,6886.4 -55511,6886.4 -55511,6886.4 -55511,6886.3 -55511,6886.3 -55511,6886.3 -55511,6886.2 -55510,6886.2 -55510,6886.2 -55510,6886.1 -55510,6886.1 -55510,6886 -55510,6886 -55510,6886 -55510,6885.9 -55509,6885.9 -55509,6885.9 -55509,6885.8 -55509,6885.8 -55509,6885.8 -55509,6885.7 -55509,6885.7 -55509,6885.7 -55509,6885.6 -55508,6885.6 -55508,6885.6 -55508,6885.5 -55508,6885.5 -55508,6885.5 -55508,6885.4 -55508,6885.4 -55508,6885.3 -55508,6885.3 -55507,6885.3 -55507,6885.2 -55507,6885.2 -55507,6885.2 -55507,6885.1 -55507,6885.1 -55507,6885.1 -55507,6885 -55507,6885 -55506,6884.9 -55506,6884.9 -55506,6884.9 -55506,6884.8 -55506,6884.8 -55506,6884.8 -55506,6884.7 -55506,6884.7 -55505,6884.6 -55505,6884.6 -55505,6884.6 -55505,6884.5 -55505,6884.5 -55505,6884.4 -55505,6884.4 -55505,6884.4 -55505,6884.3 -55504,6884.3 -55504,6884.3 -55504,6884.2 -55504,6884.2 -55504,6884.1 -55504,6884.1 -55504,6884.1 -55504,6884 -55504,6884 -55503,6883.9 -55503,6883.9 -55503,6883.9 -55503,6883.8 -55503,6883.8 -55503,6883.7 -55503,6883.7 -55503,6883.7 -55502,6883.6 -55502,6883.6 -55502,6883.5 -55502,6883.5 -55502,6883.4 -55502,6883.4 -55502,6883.4 -55502,6883.3 -55501,6883.3 -55501,6883.2 -55501,6883.2 -55501,6883.2 -55501,6883.1 -55501,6883.1 -55501,6883 -55501,6883 -55501,6882.9 -55500,6882.9 -55500,6882.9 -55500,6882.8 -55500,6882.8 -55500,6882.7 -55500,6882.7 -55500,6882.6 -55500,6882.6 -55499,6882.5 -55499,6882.5 -55499,6882.5 -55499,6882.4 -55499,6882.4 -55499,6882.3 -55499,6882.3 -55499,6882.2 -55498,6882.2 -55498,6882.2 -55498,6882.1 -55498,6882.1 -55498,6882 -55498,6882 -55498,6881.9 -55498,6881.9 -55498,6881.8 -55497,6881.8 -55497,6881.7 -55497,6881.7 -55497,6881.7 -55497,6881.6 -55497,6881.6 -55497,6881.5 -55497,6881.5 -55496,6881.4 -55496,6881.4 -55496,6881.3 -55496,6881.3 -55496,6881.2 -55496,6881.2 -55496,6881.1 -55496,6881.1 -55495,6881.1 -55495,6881 -55495,6881 -55495,6880.9 -55495,6880.9 -55495,6880.8 -55495,6880.8 -55495,6880.7 -55494,6880.7 -55494,6880.6 -55494,6880.6 -55494,6880.5 -55494,6880.5 -55494,6880.4 -55494,6880.4 -55494,6880.3 -55493,6880.3 -55493,6880.2 -55493,6880.2 -55493,6880.1 -55493,6880.1 -55493,6880 -55493,6880 -55493,6879.9 -55492,6879.9 -55492,6879.8 -55492,6879.8 -55492,6879.7 -55492,6879.7 -55492,6879.6 -55492,6879.6 -55492,6879.5 -55491,6879.5 -55491,6879.4 -55491,6879.4 -55491,6879.3 -55491,6879.3 -55491,6879.2 -55491,6879.2 -55491,6879.1 -55490,6879 -55490,6879 -55490,6878.9 -55490,6878.9 -55490,6878.8 -55490,6878.8 -55490,6878.7 -55490,6878.7 -55489,6878.6 -55489,6878.6 -55489,6878.5 -55489,6878.5 -55489,6878.4 -55489,6878.3 -55489,6878.3 -55489,6878.2 -55488,6878.2 -55488,6878.1 -55488,6878.1 -55488,6878 -55488,6878 -55488,6877.9 -55488,6877.8 -55488,6877.8 -55487,6877.7 -55487,6877.7 -55487,6877.6 -55487,6877.6 -55487,6877.5 -55487,6877.5 -55487,6877.4 -55486,6877.3 -55486,6877.3 -55486,6877.2 -55486,6877.2 -55486,6877.1 -55486,6877.1 -55486,6877 -55486,6876.9 -55485,6876.9 -55485,6876.8 -55485,6876.8 -55485,6876.7 -55485,6876.6 -55485,6876.6 -55485,6876.5 -55485,6876.5 -55484,6876.4 -55484,6876.4 -55484,6876.3 -55484,6876.2 -55484,6876.2 -55484,6876.1 -55484,6876 -55483,6876 -55483,6875.9 -55483,6875.9 -55483,6875.8 -55483,6875.7 -55495,6887.4 -55495,6887.4 -55495,6887.4 -55495,6887.4 -55495,6887.3 -55495,6887.3 -55495,6887.3 -55495,6887.3 -55494,6887.2 -55494,6887.2 -55494,6887.2 -55494,6887.2 -55494,6887.1 -55494,6887.1 -55494,6887.1 -55494,6887.1 -55494,6887 -55494,6887 -55493,6887 -55493,6887 -55493,6886.9 -55493,6886.9 -55493,6886.9 -55493,6886.8 -55493,6886.8 -55493,6886.8 -55493,6886.8 -55492,6886.7 -55492,6886.7 -55492,6886.7 -55492,6886.7 -55492,6886.6 -55492,6886.6 -55492,6886.6 -55492,6886.6 -55492,6886.5 -55492,6886.5 -55491,6886.5 -55491,6886.5 -55491,6886.4 -55491,6886.4 -55491,6886.4 -55491,6886.4 -55491,6886.3 -55491,6886.3 -55491,6886.3 -55490,6886.2 -55490,6886.2 -55490,6886.2 -55490,6886.2 -55490,6886.1 -55490,6886.1 -55490,6886.1 -55490,6886.1 -55490,6886 -55490,6886 -55489,6886 -55489,6885.9 -55489,6885.9 -55489,6885.9 -55489,6885.9 -55489,6885.8 -55489,6885.8 -55489,6885.8 -55489,6885.7 -55488,6885.7 -55488,6885.7 -55488,6885.7 -55488,6885.6 -55488,6885.6 -55488,6885.6 -55488,6885.5 -55488,6885.5 -55488,6885.5 -55488,6885.5 -55487,6885.4 -55487,6885.4 -55487,6885.4 -55487,6885.4 -55487,6885.3 -55487,6885.3 -55487,6885.3 -55487,6885.2 -55487,6885.2 -55486,6885.2 -55486,6885.2 -55486,6885.1 -55486,6885.1 -55486,6885.1 -55486,6885 -55486,6885 -55486,6885 -55486,6885 -55486,6884.9 -55485,6884.9 -55485,6884.9 -55485,6884.8 -55485,6884.8 -55485,6884.8 -55485,6884.7 -55485,6884.7 -55485,6884.7 -55485,6884.7 -55484,6884.6 -55484,6884.6 -55484,6884.6 -55484,6884.5 -55484,6884.5 -55484,6884.5 -55484,6884.5 -55484,6884.4 -55484,6884.4 -55483,6884.4 -55483,6884.3 -55483,6884.3 -55483,6884.3 -55483,6884.2 -55483,6884.2 -55483,6884.2 -55483,6884.2 -55483,6884.1 -55483,6884.1 -55482,6884.1 -55482,6884 -55482,6884 -55482,6884 -55482,6883.9 -55482,6883.9 -55482,6883.9 -55482,6883.8 -55482,6883.8 -55481,6883.8 -55481,6883.7 -55481,6883.7 -55481,6883.7 -55481,6883.6 -55481,6883.6 -55481,6883.6 -55481,6883.5 -55481,6883.5 -55480,6883.5 -55480,6883.4 -55480,6883.4 -55480,6883.4 -55480,6883.3 -55480,6883.3 -55480,6883.3 -55480,6883.2 -55480,6883.2 -55479,6883.2 -55479,6883.1 -55479,6883.1 -55479,6883.1 -55479,6883 -55479,6883 -55479,6883 -55479,6882.9 -55479,6882.9 -55478,6882.9 -55478,6882.8 -55478,6882.8 -55478,6882.8 -55478,6882.7 -55478,6882.7 -55478,6882.7 -55478,6882.6 -55478,6882.6 -55477,6882.5 -55477,6882.5 -55477,6882.5 -55477,6882.4 -55477,6882.4 -55477,6882.4 -55477,6882.3 -55477,6882.3 -55476,6882.3 -55476,6882.2 -55476,6882.2 -55476,6882.2 -55476,6882.1 -55476,6882.1 -55476,6882 -55476,6882 -55476,6882 -55475,6881.9 -55475,6881.9 -55475,6881.9 -55475,6881.8 -55475,6881.8 -55475,6881.7 -55475,6881.7 -55475,6881.7 -55474,6881.6 -55474,6881.6 -55474,6881.5 -55474,6881.5 -55474,6881.5 -55474,6881.4 -55474,6881.4 -55474,6881.3 -55474,6881.3 -55473,6881.3 -55473,6881.2 -55473,6881.2 -55473,6881.1 -55473,6881.1 -55473,6881.1 -55473,6881 -55473,6881 -55472,6880.9 -55472,6880.9 -55472,6880.9 -55472,6880.8 -55472,6880.8 -55472,6880.7 -55472,6880.7 -55472,6880.7 -55471,6880.6 -55471,6880.6 -55471,6880.5 -55471,6880.5 -55471,6880.5 -55471,6880.4 -55471,6880.4 -55471,6880.3 -55470,6880.3 -55470,6880.2 -55470,6880.2 -55470,6880.2 -55470,6880.1 -55470,6880.1 -55470,6880 -55470,6880 -55470,6879.9 -55469,6879.9 -55469,6879.9 -55469,6879.8 -55469,6879.8 -55469,6879.7 -55469,6879.7 -55469,6879.6 -55469,6879.6 -55468,6879.6 -55468,6879.5 -55468,6879.5 -55468,6879.4 -55468,6879.4 -55468,6879.3 -55468,6879.3 -55468,6879.3 -55467,6879.2 -55467,6879.2 -55467,6879.1 -55467,6879.1 -55467,6879 -55467,6879 -55467,6878.9 -55467,6878.9 -55466,6878.8 -55466,6878.8 -55466,6878.8 -55466,6878.7 -55466,6878.7 -55466,6878.6 -55466,6878.6 -55466,6878.5 -55465,6878.5 -55465,6878.4 -55465,6878.4 -55465,6878.3 -55465,6878.3 -55465,6878.2 -55465,6878.2 -55465,6878.2 -55464,6878.1 -55464,6878.1 -55464,6878 -55464,6878 -55464,6877.9 -55464,6877.9 -55464,6877.8 -55463,6877.8 -55463,6877.7 -55463,6877.7 -55463,6877.6 -55463,6877.6 -55463,6877.6 -55463,6877.5 -55463,6877.5 -55462,6877.4 -55462,6877.4 -55462,6877.3 -55462,6877.3 -55462,6877.2 -55462,6877.2 -55462,6877.1 -55462,6877.1 -55461,6877 -55461,6877 -55472,6889.7 -55472,6889.7 -55471,6889.7 -55471,6889.7 -55471,6889.7 -55471,6889.7 -55471,6889.6 -55471,6889.6 -55471,6889.6 -55471,6889.6 -55471,6889.6 -55471,6889.6 -55470,6889.6 -55470,6889.6 -55470,6889.6 -55470,6889.6 -55470,6889.5 -55470,6889.5 -55470,6889.5 -55470,6889.5 -55470,6889.5 -55470,6889.5 -55469,6889.5 -55469,6889.5 -55469,6889.5 -55469,6889.5 -55469,6889.5 -55469,6889.4 -55469,6889.4 -55469,6889.4 -55469,6889.4 -55469,6889.4 -55468,6889.4 -55468,6889.4 -55468,6889.4 -55468,6889.4 -55468,6889.3 -55468,6889.3 -55468,6889.3 -55468,6889.3 -55468,6889.3 -55468,6889.3 -55467,6889.3 -55467,6889.3 -55467,6889.3 -55467,6889.3 -55467,6889.2 -55467,6889.2 -55467,6889.2 -55467,6889.2 -55467,6889.2 -55466,6889.2 -55466,6889.2 -55466,6889.2 -55466,6889.2 -55466,6889.2 -55466,6889.2 -55466,6889.1 -55466,6889.1 -55466,6889.1 -55466,6889.1 -55465,6889.1 -55465,6889.1 -55465,6889.1 -55465,6889.1 -55465,6889.1 -55465,6889.1 -55465,6889 -55465,6889 -55465,6889 -55465,6889 -55464,6889 -55464,6889 -55464,6889 -55464,6889 -55464,6889 -55464,6889 -55464,6889 -55464,6888.9 -55464,6888.9 -55463,6888.9 -55463,6888.9 -55463,6888.9 -55463,6888.9 -55463,6888.9 -55463,6888.9 -55463,6888.9 -55463,6888.9 -55463,6888.9 -55463,6888.8 -55462,6888.8 -55462,6888.8 -55462,6888.8 -55462,6888.8 -55462,6888.8 -55462,6888.8 -55462,6888.8 -55462,6888.8 -55462,6888.8 -55461,6888.7 -55461,6888.7 -55461,6888.7 -55461,6888.7 -55461,6888.7 -55461,6888.7 -55461,6888.7 -55461,6888.7 -55461,6888.7 -55461,6888.7 -55460,6888.6 -55460,6888.6 -55460,6888.6 -55460,6888.6 -55460,6888.6 -55460,6888.6 -55460,6888.6 -55460,6888.6 -55460,6888.6 -55459,6888.6 -55459,6888.6 -55459,6888.5 -55459,6888.5 -55459,6888.5 -55459,6888.5 -55459,6888.5 -55459,6888.5 -55459,6888.5 -55458,6888.5 -55458,6888.5 -55458,6888.5 -55458,6888.5 -55458,6888.4 -55458,6888.4 -55458,6888.4 -55458,6888.4 -55458,6888.4 -55457,6888.4 -55457,6888.4 -55457,6888.4 -55457,6888.4 -55457,6888.4 -55457,6888.4 -55457,6888.3 -55457,6888.3 -55457,6888.3 -55457,6888.3 -55456,6888.3 -55456,6888.3 -55456,6888.3 -55456,6888.3 -55456,6888.3 -55456,6888.3 -55456,6888.3 -55456,6888.2 -55456,6888.2 -55455,6888.2 -55455,6888.2 -55455,6888.2 -55455,6888.2 -55455,6888.2 -55455,6888.2 -55455,6888.2 -55455,6888.2 -55455,6888.1 -55454,6888.1 -55454,6888.1 -55454,6888.1 -55454,6888.1 -55454,6888.1 -55454,6888.1 -55454,6888.1 -55454,6888.1 -55454,6888.1 -55453,6888.1 -55453,6888 -55453,6888 -55453,6888 -55453,6888 -55453,6888 -55453,6888 -55453,6888 -55452,6888 -55452,6888 -55452,6888 -55452,6888 -55452,6887.9 -55452,6887.9 -55452,6887.9 -55452,6887.9 -55452,6887.9 -55451,6887.9 -55451,6887.9 -55451,6887.9 -55451,6887.9 -55451,6887.9 -55451,6887.9 -55451,6887.8 -55451,6887.8 -55451,6887.8 -55450,6887.8 -55450,6887.8 -55450,6887.8 -55450,6887.8 -55450,6887.8 -55450,6887.8 -55450,6887.8 -55450,6887.8 -55450,6887.7 -55449,6887.7 -55449,6887.7 -55449,6887.7 -55449,6887.7 -55449,6887.7 -55449,6887.7 -55449,6887.7 -55449,6887.7 -55448,6887.7 -55448,6887.7 -55448,6887.7 -55448,6887.6 -55448,6887.6 -55448,6887.6 -55448,6887.6 -55448,6887.6 -55448,6887.6 -55447,6887.6 -55447,6887.6 -55447,6887.6 -55447,6887.6 -55447,6887.6 -55447,6887.5 -55447,6887.5 -55447,6887.5 -55446,6887.5 -55446,6887.5 -55446,6887.5 -55446,6887.5 -55446,6887.5 -55446,6887.5 -55446,6887.5 -55446,6887.5 -55446,6887.4 -55445,6887.4 -55445,6887.4 -55445,6887.4 -55445,6887.4 -55445,6887.4 -55445,6887.4 -55445,6887.4 -55445,6887.4 -55444,6887.4 -55444,6887.4 -55444,6887.4 -55444,6887.3 -55444,6887.3 -55444,6887.3 -55444,6887.3 -55444,6887.3 -55444,6887.3 -55443,6887.3 -55443,6887.3 -55443,6887.3 -55443,6887.3 -55443,6887.3 -55443,6887.2 -55443,6887.2 -55443,6887.2 -55442,6887.2 -55442,6887.2 -55442,6887.2 -55442,6887.2 -55442,6887.2 -55442,6887.2 -55442,6887.2 -55442,6887.2 -55441,6887.1 -55441,6887.1 -55441,6887.1 -55441,6887.1 -55441,6887.1 -55441,6887.1 -55441,6887.1 -55441,6887.1 -55441,6887.1 -55440,6887.1 -55440,6887.1 -55440,6887.1 -55440,6887 -55440,6887 -55440,6887 -55440,6887 -55440,6887 -55439,6887 -55439,6887 -55439,6887 -55439,6887 -55439,6887 -55447,6895.3 -55447,6895.3 -55447,6895.3 -55447,6895.3 -55447,6895.3 -55447,6895.4 -55447,6895.4 -55447,6895.4 -55447,6895.4 -55447,6895.4 -55446,6895.4 -55446,6895.4 -55446,6895.5 -55446,6895.5 -55446,6895.5 -55446,6895.5 -55446,6895.5 -55446,6895.5 -55446,6895.6 -55446,6895.6 -55445,6895.6 -55445,6895.6 -55445,6895.6 -55445,6895.6 -55445,6895.7 -55445,6895.7 -55445,6895.7 -55445,6895.7 -55445,6895.7 -55445,6895.7 -55444,6895.8 -55444,6895.8 -55444,6895.8 -55444,6895.8 -55444,6895.8 -55444,6895.8 -55444,6895.9 -55444,6895.9 -55444,6895.9 -55444,6895.9 -55443,6895.9 -55443,6895.9 -55443,6896 -55443,6896 -55443,6896 -55443,6896 -55443,6896 -55443,6896 -55443,6896.1 -55443,6896.1 -55442,6896.1 -55442,6896.1 -55442,6896.1 -55442,6896.1 -55442,6896.2 -55442,6896.2 -55442,6896.2 -55442,6896.2 -55442,6896.2 -55442,6896.3 -55441,6896.3 -55441,6896.3 -55441,6896.3 -55441,6896.3 -55441,6896.3 -55441,6896.4 -55441,6896.4 -55441,6896.4 -55441,6896.4 -55440,6896.4 -55440,6896.4 -55440,6896.5 -55440,6896.5 -55440,6896.5 -55440,6896.5 -55440,6896.5 -55440,6896.5 -55440,6896.6 -55440,6896.6 -55439,6896.6 -55439,6896.6 -55439,6896.6 -55439,6896.7 -55439,6896.7 -55439,6896.7 -55439,6896.7 -55439,6896.7 -55439,6896.7 -55438,6896.8 -55438,6896.8 -55438,6896.8 -55438,6896.8 -55438,6896.8 -55438,6896.9 -55438,6896.9 -55438,6896.9 -55438,6896.9 -55438,6896.9 -55437,6897 -55437,6897 -55437,6897 -55437,6897 -55437,6897 -55437,6897 -55437,6897.1 -55437,6897.1 -55437,6897.1 -55436,6897.1 -55436,6897.1 -55436,6897.2 -55436,6897.2 -55436,6897.2 -55436,6897.2 -55436,6897.2 -55436,6897.2 -55436,6897.3 -55436,6897.3 -55435,6897.3 -55435,6897.3 -55435,6897.3 -55435,6897.4 -55435,6897.4 -55435,6897.4 -55435,6897.4 -55435,6897.4 -55435,6897.5 -55435,6897.5 -55434,6897.5 -55434,6897.5 -55434,6897.5 -55434,6897.6 -55434,6897.6 -55434,6897.6 -55434,6897.6 -55434,6897.6 -55434,6897.7 -55433,6897.7 -55433,6897.7 -55433,6897.7 -55433,6897.7 -55433,6897.7 -55433,6897.8 -55433,6897.8 -55433,6897.8 -55433,6897.8 -55433,6897.8 -55432,6897.9 -55432,6897.9 -55432,6897.9 -55432,6897.9 -55432,6897.9 -55432,6898 -55432,6898 -55432,6898 -55432,6898 -55431,6898 -55431,6898 -55431,6898.1 -55431,6898.1 -55431,6898.1 -55431,6898.1 -55431,6898.1 -55431,6898.2 -55431,6898.2 -55431,6898.2 -55430,6898.2 -55430,6898.2 -55430,6898.3 -55430,6898.3 -55430,6898.3 -55430,6898.3 -55430,6898.3 -55430,6898.4 -55430,6898.4 -55429,6898.4 -55429,6898.4 -55429,6898.4 -55429,6898.5 -55429,6898.5 -55429,6898.5 -55429,6898.5 -55429,6898.5 -55429,6898.6 -55429,6898.6 -55428,6898.6 -55428,6898.6 -55428,6898.6 -55428,6898.7 -55428,6898.7 -55428,6898.7 -55428,6898.7 -55428,6898.7 -55428,6898.8 -55427,6898.8 -55427,6898.8 -55427,6898.8 -55427,6898.8 -55427,6898.9 -55427,6898.9 -55427,6898.9 -55427,6898.9 -55427,6898.9 -55427,6899 -55426,6899 -55426,6899 -55426,6899 -55426,6899 -55426,6899 -55426,6899.1 -55426,6899.1 -55426,6899.1 -55426,6899.1 -55425,6899.1 -55425,6899.2 -55425,6899.2 -55425,6899.2 -55425,6899.2 -55425,6899.2 -55425,6899.3 -55425,6899.3 -55425,6899.3 -55424,6899.3 -55424,6899.3 -55424,6899.4 -55424,6899.4 -55424,6899.4 -55424,6899.4 -55424,6899.4 -55424,6899.5 -55424,6899.5 -55423,6899.5 -55423,6899.5 -55423,6899.6 -55423,6899.6 -55423,6899.6 -55423,6899.6 -55423,6899.6 -55423,6899.6 -55423,6899.7 -55422,6899.7 -55422,6899.7 -55422,6899.7 -55422,6899.7 -55422,6899.8 -55422,6899.8 -55422,6899.8 -55422,6899.8 -55422,6899.8 -55422,6899.9 -55421,6899.9 -55421,6899.9 -55421,6899.9 -55421,6899.9 -55421,6900 -55421,6900 -55421,6900 -55421,6900 -55421,6900 -55420,6900.1 -55420,6900.1 -55420,6900.1 -55420,6900.1 -55420,6900.1 -55420,6900.2 -55420,6900.2 -55420,6900.2 -55420,6900.2 -55419,6900.2 -55419,6900.3 -55419,6900.3 -55419,6900.3 -55419,6900.3 -55419,6900.3 -55419,6900.4 -55419,6900.4 -55419,6900.4 -55418,6900.4 -55418,6900.4 -55418,6900.5 -55418,6900.5 -55418,6900.5 -55418,6900.5 -55418,6900.5 -55418,6900.6 -55418,6900.6 -55417,6900.6 -55417,6900.6 -55417,6900.6 -55417,6900.7 -55417,6900.7 -55417,6900.7 -55417,6900.7 -55417,6900.7 -55417,6900.8 -55416,6900.8 -55416,6900.8 -55416,6900.8 -55416,6900.8 -55416,6900.9 -55424,6903.6 -55424,6903.7 -55424,6903.7 -55424,6903.7 -55424,6903.8 -55424,6903.8 -55423,6903.8 -55423,6903.8 -55423,6903.9 -55423,6903.9 -55423,6903.9 -55423,6904 -55423,6904 -55423,6904 -55423,6904 -55423,6904.1 -55423,6904.1 -55422,6904.1 -55422,6904.2 -55422,6904.2 -55422,6904.2 -55422,6904.2 -55422,6904.3 -55422,6904.3 -55422,6904.3 -55422,6904.4 -55422,6904.4 -55422,6904.4 -55421,6904.5 -55421,6904.5 -55421,6904.5 -55421,6904.5 -55421,6904.6 -55421,6904.6 -55421,6904.6 -55421,6904.7 -55421,6904.7 -55421,6904.7 -55421,6904.7 -55420,6904.8 -55420,6904.8 -55420,6904.8 -55420,6904.8 -55420,6904.9 -55420,6904.9 -55420,6904.9 -55420,6905 -55420,6905 -55420,6905 -55420,6905 -55419,6905.1 -55419,6905.1 -55419,6905.1 -55419,6905.2 -55419,6905.2 -55419,6905.2 -55419,6905.3 -55419,6905.3 -55419,6905.3 -55419,6905.3 -55419,6905.4 -55418,6905.4 -55418,6905.4 -55418,6905.5 -55418,6905.5 -55418,6905.5 -55418,6905.6 -55418,6905.6 -55418,6905.6 -55418,6905.7 -55418,6905.7 -55417,6905.7 -55417,6905.7 -55417,6905.8 -55417,6905.8 -55417,6905.8 -55417,6905.9 -55417,6905.9 -55417,6905.9 -55417,6906 -55417,6906 -55417,6906 -55416,6906.1 -55416,6906.1 -55416,6906.1 -55416,6906.1 -55416,6906.2 -55416,6906.2 -55416,6906.2 -55416,6906.3 -55416,6906.3 -55416,6906.3 -55415,6906.4 -55415,6906.4 -55415,6906.4 -55415,6906.5 -55415,6906.5 -55415,6906.5 -55415,6906.5 -55415,6906.6 -55415,6906.6 -55415,6906.6 -55415,6906.7 -55414,6906.7 -55414,6906.7 -55414,6906.8 -55414,6906.8 -55414,6906.8 -55414,6906.9 -55414,6906.9 -55414,6906.9 -55414,6906.9 -55414,6907 -55413,6907 -55413,6907 -55413,6907.1 -55413,6907.1 -55413,6907.1 -55413,6907.2 -55413,6907.2 -55413,6907.2 -55413,6907.3 -55413,6907.3 -55412,6907.3 -55412,6907.3 -55412,6907.4 -55412,6907.4 -55412,6907.4 -55412,6907.5 -55412,6907.5 -55412,6907.5 -55412,6907.6 -55412,6907.6 -55412,6907.6 -55411,6907.7 -55411,6907.7 -55411,6907.7 -55411,6907.8 -55411,6907.8 -55411,6907.8 -55411,6907.8 -55411,6907.9 -55411,6907.9 -55411,6907.9 -55410,6908 -55410,6908 -55410,6908 -55410,6908.1 -55410,6908.1 -55410,6908.1 -55410,6908.1 -55410,6908.2 -55410,6908.2 -55409,6908.2 -55409,6908.3 -55409,6908.3 -55409,6908.3 -55409,6908.4 -55409,6908.4 -55409,6908.4 -55409,6908.5 -55409,6908.5 -55409,6908.5 -55408,6908.6 -55408,6908.6 -55408,6908.6 -55408,6908.6 -55408,6908.7 -55408,6908.7 -55408,6908.7 -55408,6908.8 -55408,6908.8 -55408,6908.8 -55407,6908.9 -55407,6908.9 -55407,6908.9 -55407,6909 -55407,6909 -55407,6909 -55407,6909 -55407,6909.1 -55407,6909.1 -55407,6909.1 -55406,6909.2 -55406,6909.2 -55406,6909.2 -55406,6909.3 -55406,6909.3 -55406,6909.3 -55406,6909.4 -55406,6909.4 -55406,6909.4 -55405,6909.4 -55405,6909.5 -55405,6909.5 -55405,6909.5 -55405,6909.6 -55405,6909.6 -55405,6909.6 -55405,6909.7 -55405,6909.7 -55405,6909.7 -55404,6909.8 -55404,6909.8 -55404,6909.8 -55404,6909.9 -55404,6909.9 -55404,6909.9 -55404,6910 -55404,6910 -55404,6910 -55403,6910 -55403,6910.1 -55403,6910.1 -55403,6910.1 -55403,6910.2 -55403,6910.2 -55403,6910.2 -55403,6910.3 -55403,6910.3 -55403,6910.3 -55402,6910.4 -55402,6910.4 -55402,6910.4 -55402,6910.4 -55402,6910.5 -55402,6910.5 -55402,6910.5 -55402,6910.6 -55402,6910.6 -55401,6910.6 -55401,6910.7 -55401,6910.7 -55401,6910.7 -55401,6910.8 -55401,6910.8 -55401,6910.8 -55401,6910.9 -55401,6910.9 -55401,6910.9 -55400,6911 -55400,6911 -55400,6911 -55400,6911 -55400,6911.1 -55400,6911.1 -55400,6911.1 -55400,6911.2 -55400,6911.2 -55399,6911.2 -55399,6911.3 -55399,6911.3 -55399,6911.3 -55399,6911.4 -55399,6911.4 -55399,6911.4 -55399,6911.4 -55399,6911.5 -55398,6911.5 -55398,6911.5 -55398,6911.6 -55398,6911.6 -55398,6911.6 -55398,6911.7 -55398,6911.7 -55398,6911.7 -55398,6911.8 -55397,6911.8 -55397,6911.8 -55397,6911.8 -55397,6911.9 -55397,6911.9 -55397,6911.9 -55397,6912 -55397,6912 -55397,6912 -55396,6912.1 -55396,6912.1 -55396,6912.1 -55396,6912.2 -55396,6912.2 -55396,6912.2 -55396,6912.3 -55396,6912.3 -55396,6912.3 -55395,6912.3 -55395,6912.4 -55395,6912.4 -55395,6912.4 -55395,6912.5 -55395,6912.5 -55395,6912.5 -55395,6912.6 -55395,6912.6 -55394,6912.6 -55394,6912.6 -55401,6912.1 -55401,6912.1 -55401,6912.1 -55401,6912.2 -55401,6912.2 -55400,6912.2 -55400,6912.3 -55400,6912.3 -55400,6912.3 -55400,6912.4 -55400,6912.4 -55400,6912.4 -55400,6912.4 -55400,6912.5 -55400,6912.5 -55400,6912.5 -55399,6912.6 -55399,6912.6 -55399,6912.6 -55399,6912.7 -55399,6912.7 -55399,6912.7 -55399,6912.8 -55399,6912.8 -55399,6912.8 -55399,6912.8 -55398,6912.9 -55398,6912.9 -55398,6912.9 -55398,6913 -55398,6913 -55398,6913 -55398,6913.1 -55398,6913.1 -55398,6913.1 -55398,6913.2 -55398,6913.2 -55397,6913.2 -55397,6913.3 -55397,6913.3 -55397,6913.3 -55397,6913.3 -55397,6913.4 -55397,6913.4 -55397,6913.4 -55397,6913.5 -55397,6913.5 -55396,6913.5 -55396,6913.6 -55396,6913.6 -55396,6913.6 -55396,6913.7 -55396,6913.7 -55396,6913.7 -55396,6913.7 -55396,6913.8 -55396,6913.8 -55395,6913.8 -55395,6913.9 -55395,6913.9 -55395,6913.9 -55395,6914 -55395,6914 -55395,6914 -55395,6914.1 -55395,6914.1 -55395,6914.1 -55395,6914.2 -55394,6914.2 -55394,6914.2 -55394,6914.2 -55394,6914.3 -55394,6914.3 -55394,6914.3 -55394,6914.4 -55394,6914.4 -55394,6914.4 -55394,6914.5 -55393,6914.5 -55393,6914.5 -55393,6914.6 -55393,6914.6 -55393,6914.6 -55393,6914.6 -55393,6914.7 -55393,6914.7 -55393,6914.7 -55393,6914.8 -55392,6914.8 -55392,6914.8 -55392,6914.9 -55392,6914.9 -55392,6914.9 -55392,6915 -55392,6915 -55392,6915 -55392,6915 -55392,6915.1 -55391,6915.1 -55391,6915.1 -55391,6915.2 -55391,6915.2 -55391,6915.2 -55391,6915.3 -55391,6915.3 -55391,6915.3 -55391,6915.4 -55391,6915.4 -55390,6915.4 -55390,6915.5 -55390,6915.5 -55390,6915.5 -55390,6915.5 -55390,6915.6 -55390,6915.6 -55390,6915.6 -55390,6915.7 -55390,6915.7 -55389,6915.7 -55389,6915.8 -55389,6915.8 -55389,6915.8 -55389,6915.8 -55389,6915.9 -55389,6915.9 -55389,6915.9 -55389,6916 -55389,6916 -55388,6916 -55388,6916.1 -55388,6916.1 -55388,6916.1 -55388,6916.2 -55388,6916.2 -55388,6916.2 -55388,6916.2 -55388,6916.3 -55387,6916.3 -55387,6916.3 -55387,6916.4 -55387,6916.4 -55387,6916.4 -55387,6916.5 -55387,6916.5 -55387,6916.5 -55387,6916.6 -55387,6916.6 -55386,6916.6 -55386,6916.7 -55386,6916.7 -55386,6916.7 -55386,6916.7 -55386,6916.8 -55386,6916.8 -55386,6916.8 -55386,6916.9 -55385,6916.9 -55385,6916.9 -55385,6917 -55385,6917 -55385,6917 -55385,6917 -55385,6917.1 -55385,6917.1 -55385,6917.1 -55385,6917.2 -55384,6917.2 -55384,6917.2 -55384,6917.3 -55384,6917.3 -55384,6917.3 -55384,6917.4 -55384,6917.4 -55384,6917.4 -55384,6917.5 -55383,6917.5 -55383,6917.5 -55383,6917.5 -55383,6917.6 -55383,6917.6 -55383,6917.6 -55383,6917.7 -55383,6917.7 -55383,6917.7 -55383,6917.8 -55382,6917.8 -55382,6917.8 -55382,6917.9 -55382,6917.9 -55382,6917.9 -55382,6917.9 -55382,6918 -55382,6918 -55382,6918 -55381,6918.1 -55381,6918.1 -55381,6918.1 -55381,6918.2 -55381,6918.2 -55381,6918.2 -55381,6918.3 -55381,6918.3 -55381,6918.3 -55380,6918.3 -55380,6918.4 -55380,6918.4 -55380,6918.4 -55380,6918.5 -55380,6918.5 -55380,6918.5 -55380,6918.6 -55380,6918.6 -55379,6918.6 -55379,6918.7 -55379,6918.7 -55379,6918.7 -55379,6918.8 -55379,6918.8 -55379,6918.8 -55379,6918.8 -55379,6918.9 -55378,6918.9 -55378,6918.9 -55378,6919 -55378,6919 -55378,6919 -55378,6919.1 -55378,6919.1 -55378,6919.1 -55378,6919.1 -55377,6919.2 -55377,6919.2 -55377,6919.2 -55377,6919.3 -55377,6919.3 -55377,6919.3 -55377,6919.4 -55377,6919.4 -55377,6919.4 -55376,6919.5 -55376,6919.5 -55376,6919.5 -55376,6919.6 -55376,6919.6 -55376,6919.6 -55376,6919.7 -55376,6919.7 -55376,6919.7 -55375,6919.7 -55375,6919.8 -55375,6919.8 -55375,6919.8 -55375,6919.9 -55375,6919.9 -55375,6919.9 -55375,6920 -55375,6920 -55374,6920 -55374,6920.1 -55374,6920.1 -55374,6920.1 -55374,6920.1 -55374,6920.2 -55374,6920.2 -55374,6920.2 -55373,6920.3 -55373,6920.3 -55373,6920.3 -55373,6920.4 -55373,6920.4 -55373,6920.4 -55373,6920.5 -55373,6920.5 -55373,6920.5 -55372,6920.5 -55372,6920.6 -55372,6920.6 -55372,6920.6 -55372,6920.7 -55372,6920.7 -55372,6920.7 -55372,6920.8 -55372,6920.8 -55371,6920.8 -55371,6920.9 -55371,6920.9 -55371,6920.9 -55371,6921 -55371,6921 -55371,6921 -55371,6921 -55370,6921.1 -55370,6921.1 -55370,6921.1 -55370,6921.2 -55370,6921.2 -55370,6921.2 -55370,6921.2 -55370,6921.3 -55369,6921.3 -55377,6920.3 -55377,6920.4 -55377,6920.4 -55377,6920.4 -55377,6920.5 -55377,6920.5 -55377,6920.5 -55377,6920.6 -55377,6920.6 -55376,6920.6 -55376,6920.6 -55376,6920.7 -55376,6920.7 -55376,6920.7 -55376,6920.8 -55376,6920.8 -55376,6920.8 -55376,6920.9 -55376,6920.9 -55375,6920.9 -55375,6921 -55375,6921 -55375,6921 -55375,6921 -55375,6921.1 -55375,6921.1 -55375,6921.1 -55375,6921.2 -55375,6921.2 -55374,6921.2 -55374,6921.2 -55374,6921.3 -55374,6921.3 -55374,6921.3 -55374,6921.4 -55374,6921.4 -55374,6921.4 -55374,6921.5 -55374,6921.5 -55373,6921.5 -55373,6921.5 -55373,6921.6 -55373,6921.6 -55373,6921.6 -55373,6921.7 -55373,6921.7 -55373,6921.7 -55373,6921.8 -55373,6921.8 -55372,6921.8 -55372,6921.8 -55372,6921.9 -55372,6921.9 -55372,6921.9 -55372,6922 -55372,6922 -55372,6922 -55372,6922 -55371,6922.1 -55371,6922.1 -55371,6922.1 -55371,6922.2 -55371,6922.2 -55371,6922.2 -55371,6922.2 -55371,6922.3 -55371,6922.3 -55371,6922.3 -55370,6922.4 -55370,6922.4 -55370,6922.4 -55370,6922.5 -55370,6922.5 -55370,6922.5 -55370,6922.5 -55370,6922.6 -55370,6922.6 -55370,6922.6 -55369,6922.7 -55369,6922.7 -55369,6922.7 -55369,6922.7 -55369,6922.8 -55369,6922.8 -55369,6922.8 -55369,6922.9 -55369,6922.9 -55368,6922.9 -55368,6923 -55368,6923 -55368,6923 -55368,6923 -55368,6923.1 -55368,6923.1 -55368,6923.1 -55368,6923.1 -55368,6923.2 -55367,6923.2 -55367,6923.2 -55367,6923.3 -55367,6923.3 -55367,6923.3 -55367,6923.3 -55367,6923.4 -55367,6923.4 -55367,6923.4 -55366,6923.5 -55366,6923.5 -55366,6923.5 -55366,6923.5 -55366,6923.6 -55366,6923.6 -55366,6923.6 -55366,6923.7 -55366,6923.7 -55365,6923.7 -55365,6923.8 -55365,6923.8 -55365,6923.8 -55365,6923.8 -55365,6923.9 -55365,6923.9 -55365,6923.9 -55365,6923.9 -55365,6924 -55364,6924 -55364,6924 -55364,6924.1 -55364,6924.1 -55364,6924.1 -55364,6924.1 -55364,6924.2 -55364,6924.2 -55364,6924.2 -55363,6924.3 -55363,6924.3 -55363,6924.3 -55363,6924.3 -55363,6924.4 -55363,6924.4 -55363,6924.4 -55363,6924.4 -55363,6924.5 -55362,6924.5 -55362,6924.5 -55362,6924.6 -55362,6924.6 -55362,6924.6 -55362,6924.6 -55362,6924.7 -55362,6924.7 -55362,6924.7 -55361,6924.8 -55361,6924.8 -55361,6924.8 -55361,6924.8 -55361,6924.9 -55361,6924.9 -55361,6924.9 -55361,6924.9 -55361,6925 -55360,6925 -55360,6925 -55360,6925.1 -55360,6925.1 -55360,6925.1 -55360,6925.1 -55360,6925.2 -55360,6925.2 -55359,6925.2 -55359,6925.2 -55359,6925.3 -55359,6925.3 -55359,6925.3 -55359,6925.4 -55359,6925.4 -55359,6925.4 -55359,6925.4 -55358,6925.5 -55358,6925.5 -55358,6925.5 -55358,6925.5 -55358,6925.6 -55358,6925.6 -55358,6925.6 -55358,6925.7 -55358,6925.7 -55357,6925.7 -55357,6925.7 -55357,6925.8 -55357,6925.8 -55357,6925.8 -55357,6925.8 -55357,6925.9 -55357,6925.9 -55356,6925.9 -55356,6925.9 -55356,6926 -55356,6926 -55356,6926 -55356,6926.1 -55356,6926.1 -55356,6926.1 -55356,6926.1 -55355,6926.2 -55355,6926.2 -55355,6926.2 -55355,6926.2 -55355,6926.3 -55355,6926.3 -55355,6926.3 -55355,6926.3 -55354,6926.4 -55354,6926.4 -55354,6926.4 -55354,6926.4 -55354,6926.5 -55354,6926.5 -55354,6926.5 -55354,6926.5 -55353,6926.6 -55353,6926.6 -55353,6926.6 -55353,6926.7 -55353,6926.7 -55353,6926.7 -55353,6926.7 -55353,6926.8 -55352,6926.8 -55352,6926.8 -55352,6926.8 -55352,6926.9 -55352,6926.9 -55352,6926.9 -55352,6926.9 -55352,6927 -55351,6927 -55351,6927 -55351,6927 -55351,6927.1 -55351,6927.1 -55351,6927.1 -55351,6927.1 -55351,6927.1 -55350,6927.2 -55350,6927.2 -55350,6927.2 -55350,6927.2 -55350,6927.3 -55350,6927.3 -55350,6927.3 -55350,6927.3 -55349,6927.4 -55349,6927.4 -55349,6927.4 -55349,6927.4 -55349,6927.5 -55349,6927.5 -55349,6927.5 -55349,6927.5 -55348,6927.6 -55348,6927.6 -55348,6927.6 -55348,6927.6 -55348,6927.7 -55348,6927.7 -55348,6927.7 -55348,6927.7 -55347,6927.7 -55347,6927.8 -55347,6927.8 -55347,6927.8 -55347,6927.8 -55347,6927.9 -55347,6927.9 -55346,6927.9 -55346,6927.9 -55346,6927.9 -55346,6928 -55346,6928 -55346,6928 -55346,6928 -55346,6928.1 -55345,6928.1 -55345,6928.1 -55345,6928.1 -55345,6928.1 -55345,6928.2 -55345,6928.2 -55345,6928.2 -55345,6928.2 -55344,6928.3 -55344,6928.3 -55344,6928.3 -55344,6928.3 -55344,6928.4 -55353,6927.6 -55353,6927.6 -55353,6927.6 -55353,6927.6 -55353,6927.7 -55353,6927.7 -55353,6927.7 -55353,6927.7 -55352,6927.7 -55352,6927.8 -55352,6927.8 -55352,6927.8 -55352,6927.8 -55352,6927.9 -55352,6927.9 -55352,6927.9 -55352,6927.9 -55352,6927.9 -55351,6928 -55351,6928 -55351,6928 -55351,6928 -55351,6928.1 -55351,6928.1 -55351,6928.1 -55351,6928.1 -55351,6928.2 -55350,6928.2 -55350,6928.2 -55350,6928.2 -55350,6928.2 -55350,6928.3 -55350,6928.3 -55350,6928.3 -55350,6928.3 -55350,6928.3 -55349,6928.4 -55349,6928.4 -55349,6928.4 -55349,6928.4 -55349,6928.5 -55349,6928.5 -55349,6928.5 -55349,6928.5 -55349,6928.5 -55348,6928.6 -55348,6928.6 -55348,6928.6 -55348,6928.6 -55348,6928.6 -55348,6928.7 -55348,6928.7 -55348,6928.7 -55348,6928.7 -55347,6928.7 -55347,6928.8 -55347,6928.8 -55347,6928.8 -55347,6928.8 -55347,6928.8 -55347,6928.9 -55347,6928.9 -55347,6928.9 -55346,6928.9 -55346,6928.9 -55346,6929 -55346,6929 -55346,6929 -55346,6929 -55346,6929.1 -55346,6929.1 -55346,6929.1 -55345,6929.1 -55345,6929.1 -55345,6929.2 -55345,6929.2 -55345,6929.2 -55345,6929.2 -55345,6929.2 -55345,6929.3 -55345,6929.3 -55344,6929.3 -55344,6929.3 -55344,6929.3 -55344,6929.4 -55344,6929.4 -55344,6929.4 -55344,6929.4 -55344,6929.4 -55344,6929.5 -55343,6929.5 -55343,6929.5 -55343,6929.5 -55343,6929.5 -55343,6929.6 -55343,6929.6 -55343,6929.6 -55343,6929.6 -55343,6929.6 -55342,6929.7 -55342,6929.7 -55342,6929.7 -55342,6929.7 -55342,6929.7 -55342,6929.7 -55342,6929.8 -55342,6929.8 -55341,6929.8 -55341,6929.8 -55341,6929.8 -55341,6929.9 -55341,6929.9 -55341,6929.9 -55341,6929.9 -55341,6929.9 -55341,6930 -55340,6930 -55340,6930 -55340,6930 -55340,6930 -55340,6930 -55340,6930.1 -55340,6930.1 -55340,6930.1 -55339,6930.1 -55339,6930.1 -55339,6930.1 -55339,6930.2 -55339,6930.2 -55339,6930.2 -55339,6930.2 -55339,6930.2 -55339,6930.3 -55338,6930.3 -55338,6930.3 -55338,6930.3 -55338,6930.3 -55338,6930.3 -55338,6930.4 -55338,6930.4 -55338,6930.4 -55337,6930.4 -55337,6930.4 -55337,6930.5 -55337,6930.5 -55337,6930.5 -55337,6930.5 -55337,6930.5 -55337,6930.5 -55336,6930.6 -55336,6930.6 -55336,6930.6 -55336,6930.6 -55336,6930.6 -55336,6930.6 -55336,6930.6 -55336,6930.7 -55335,6930.7 -55335,6930.7 -55335,6930.7 -55335,6930.7 -55335,6930.7 -55335,6930.8 -55335,6930.8 -55335,6930.8 -55334,6930.8 -55334,6930.8 -55334,6930.8 -55334,6930.9 -55334,6930.9 -55334,6930.9 -55334,6930.9 -55334,6930.9 -55333,6930.9 -55333,6930.9 -55333,6931 -55333,6931 -55333,6931 -55333,6931 -55333,6931 -55333,6931 -55332,6931.1 -55332,6931.1 -55332,6931.1 -55332,6931.1 -55332,6931.1 -55332,6931.1 -55332,6931.1 -55332,6931.2 -55331,6931.2 -55331,6931.2 -55331,6931.2 -55331,6931.2 -55331,6931.2 -55331,6931.2 -55331,6931.2 -55331,6931.3 -55330,6931.3 -55330,6931.3 -55330,6931.3 -55330,6931.3 -55330,6931.3 -55330,6931.3 -55330,6931.4 -55330,6931.4 -55329,6931.4 -55329,6931.4 -55329,6931.4 -55329,6931.4 -55329,6931.5 -55329,6931.5 -55329,6931.5 -55328,6931.5 -55328,6931.5 -55328,6931.5 -55328,6931.5 -55328,6931.5 -55328,6931.6 -55328,6931.6 -55328,6931.6 -55327,6931.6 -55327,6931.6 -55327,6931.6 -55327,6931.6 -55327,6931.7 -55327,6931.7 -55327,6931.7 -55326,6931.7 -55326,6931.7 -55326,6931.7 -55326,6931.7 -55326,6931.7 -55326,6931.8 -55326,6931.8 -55326,6931.8 -55325,6931.8 -55325,6931.8 -55325,6931.8 -55325,6931.8 -55325,6931.8 -55325,6931.9 -55325,6931.9 -55324,6931.9 -55324,6931.9 -55324,6931.9 -55324,6931.9 -55324,6931.9 -55324,6931.9 -55324,6932 -55323,6932 -55323,6932 -55323,6932 -55323,6932 -55323,6932 -55323,6932 -55323,6932 -55323,6932 -55322,6932.1 -55322,6932.1 -55322,6932.1 -55322,6932.1 -55322,6932.1 -55322,6932.1 -55322,6932.1 -55321,6932.1 -55321,6932.1 -55321,6932.2 -55321,6932.2 -55321,6932.2 -55321,6932.2 -55321,6932.2 -55320,6932.2 -55320,6932.2 -55320,6932.2 -55320,6932.2 -55320,6932.3 -55320,6932.3 -55320,6932.3 -55319,6932.3 -55319,6932.3 -55319,6932.3 -55319,6932.3 -55319,6932.3 -55319,6932.3 -55319,6932.3 -55318,6932.4 -55318,6932.4 -55318,6932.4 -55318,6932.4 -55318,6932.4 -55318,6932.4 -55318,6932.4 -55317,6932.4 -55317,6932.4 -55317,6932.4 -55317,6932.5 -55317,6932.5 -55317,6932.5 -55317,6932.5 -55316,6932.5 -55316,6932.5 -55330,6934.4 -55329,6934.4 -55329,6934.4 -55329,6934.4 -55329,6934.5 -55329,6934.5 -55329,6934.5 -55329,6934.5 -55329,6934.5 -55329,6934.5 -55328,6934.6 -55328,6934.6 -55328,6934.6 -55328,6934.6 -55328,6934.6 -55328,6934.7 -55328,6934.7 -55328,6934.7 -55328,6934.7 -55327,6934.7 -55327,6934.7 -55327,6934.8 -55327,6934.8 -55327,6934.8 -55327,6934.8 -55327,6934.8 -55327,6934.8 -55327,6934.8 -55327,6934.9 -55326,6934.9 -55326,6934.9 -55326,6934.9 -55326,6934.9 -55326,6934.9 -55326,6935 -55326,6935 -55326,6935 -55326,6935 -55325,6935 -55325,6935.1 -55325,6935.1 -55325,6935.1 -55325,6935.1 -55325,6935.1 -55325,6935.1 -55325,6935.2 -55325,6935.2 -55324,6935.2 -55324,6935.2 -55324,6935.2 -55324,6935.2 -55324,6935.3 -55324,6935.3 -55324,6935.3 -55324,6935.3 -55324,6935.3 -55323,6935.3 -55323,6935.3 -55323,6935.4 -55323,6935.4 -55323,6935.4 -55323,6935.4 -55323,6935.4 -55323,6935.4 -55323,6935.5 -55322,6935.5 -55322,6935.5 -55322,6935.5 -55322,6935.5 -55322,6935.5 -55322,6935.5 -55322,6935.6 -55322,6935.6 -55322,6935.6 -55321,6935.6 -55321,6935.6 -55321,6935.6 -55321,6935.7 -55321,6935.7 -55321,6935.7 -55321,6935.7 -55321,6935.7 -55321,6935.7 -55320,6935.7 -55320,6935.8 -55320,6935.8 -55320,6935.8 -55320,6935.8 -55320,6935.8 -55320,6935.8 -55320,6935.8 -55320,6935.9 -55319,6935.9 -55319,6935.9 -55319,6935.9 -55319,6935.9 -55319,6935.9 -55319,6935.9 -55319,6936 -55319,6936 -55318,6936 -55318,6936 -55318,6936 -55318,6936 -55318,6936 -55318,6936.1 -55318,6936.1 -55318,6936.1 -55318,6936.1 -55317,6936.1 -55317,6936.1 -55317,6936.1 -55317,6936.2 -55317,6936.2 -55317,6936.2 -55317,6936.2 -55317,6936.2 -55317,6936.2 -55316,6936.2 -55316,6936.3 -55316,6936.3 -55316,6936.3 -55316,6936.3 -55316,6936.3 -55316,6936.3 -55316,6936.3 -55315,6936.4 -55315,6936.4 -55315,6936.4 -55315,6936.4 -55315,6936.4 -55315,6936.4 -55315,6936.4 -55315,6936.4 -55315,6936.5 -55314,6936.5 -55314,6936.5 -55314,6936.5 -55314,6936.5 -55314,6936.5 -55314,6936.5 -55314,6936.5 -55314,6936.6 -55313,6936.6 -55313,6936.6 -55313,6936.6 -55313,6936.6 -55313,6936.6 -55313,6936.6 -55313,6936.7 -55313,6936.7 -55312,6936.7 -55312,6936.7 -55312,6936.7 -55312,6936.7 -55312,6936.7 -55312,6936.7 -55312,6936.8 -55312,6936.8 -55311,6936.8 -55311,6936.8 -55311,6936.8 -55311,6936.8 -55311,6936.8 -55311,6936.8 -55311,6936.9 -55311,6936.9 -55310,6936.9 -55310,6936.9 -55310,6936.9 -55310,6936.9 -55310,6936.9 -55310,6936.9 -55310,6937 -55310,6937 -55309,6937 -55309,6937 -55309,6937 -55309,6937 -55309,6937 -55309,6937 -55309,6937.1 -55309,6937.1 -55308,6937.1 -55308,6937.1 -55308,6937.1 -55308,6937.1 -55308,6937.1 -55308,6937.1 -55308,6937.1 -55308,6937.2 -55307,6937.2 -55307,6937.2 -55307,6937.2 -55307,6937.2 -55307,6937.2 -55307,6937.2 -55307,6937.2 -55307,6937.2 -55306,6937.3 -55306,6937.3 -55306,6937.3 -55306,6937.3 -55306,6937.3 -55306,6937.3 -55306,6937.3 -55306,6937.3 -55305,6937.3 -55305,6937.4 -55305,6937.4 -55305,6937.4 -55305,6937.4 -55305,6937.4 -55305,6937.4 -55304,6937.4 -55304,6937.4 -55304,6937.4 -55304,6937.5 -55304,6937.5 -55304,6937.5 -55304,6937.5 -55304,6937.5 -55303,6937.5 -55303,6937.5 -55303,6937.5 -55303,6937.5 -55303,6937.5 -55303,6937.6 -55303,6937.6 -55302,6937.6 -55302,6937.6 -55302,6937.6 -55302,6937.6 -55302,6937.6 -55302,6937.6 -55302,6937.6 -55302,6937.6 -55301,6937.6 -55301,6937.7 -55301,6937.7 -55301,6937.7 -55301,6937.7 -55301,6937.7 -55301,6937.7 -55300,6937.7 -55300,6937.7 -55300,6937.7 -55300,6937.7 -55300,6937.8 -55300,6937.8 -55300,6937.8 -55300,6937.8 -55299,6937.8 -55299,6937.8 -55299,6937.8 -55299,6937.8 -55299,6937.8 -55299,6937.8 -55299,6937.8 -55298,6937.8 -55298,6937.9 -55298,6937.9 -55298,6937.9 -55298,6937.9 -55298,6937.9 -55298,6937.9 -55297,6937.9 -55297,6937.9 -55297,6937.9 -55297,6937.9 -55297,6937.9 -55297,6937.9 -55297,6937.9 -55296,6938 -55296,6938 -55296,6938 -55296,6938 -55296,6938 -55296,6938 -55296,6938 -55296,6938 -55295,6938 -55295,6938 -55295,6938 -55295,6938 -55295,6938 -55295,6938.1 -55295,6938.1 -55294,6938.1 -55294,6938.1 -55294,6938.1 -55294,6938.1 -55294,6938.1 -55294,6938.1 -55294,6938.1 -55293,6938.1 -55293,6938.1 -55306,6940.3 -55306,6940.3 -55306,6940.3 -55306,6940.3 -55305,6940.3 -55305,6940.4 -55305,6940.4 -55305,6940.4 -55305,6940.4 -55305,6940.4 -55305,6940.4 -55305,6940.5 -55305,6940.5 -55305,6940.5 -55304,6940.5 -55304,6940.5 -55304,6940.5 -55304,6940.6 -55304,6940.6 -55304,6940.6 -55304,6940.6 -55304,6940.6 -55304,6940.6 -55303,6940.6 -55303,6940.7 -55303,6940.7 -55303,6940.7 -55303,6940.7 -55303,6940.7 -55303,6940.7 -55303,6940.7 -55303,6940.8 -55303,6940.8 -55302,6940.8 -55302,6940.8 -55302,6940.8 -55302,6940.8 -55302,6940.9 -55302,6940.9 -55302,6940.9 -55302,6940.9 -55302,6940.9 -55301,6940.9 -55301,6940.9 -55301,6941 -55301,6941 -55301,6941 -55301,6941 -55301,6941 -55301,6941 -55301,6941.1 -55300,6941.1 -55300,6941.1 -55300,6941.1 -55300,6941.1 -55300,6941.1 -55300,6941.1 -55300,6941.2 -55300,6941.2 -55300,6941.2 -55300,6941.2 -55299,6941.2 -55299,6941.2 -55299,6941.2 -55299,6941.3 -55299,6941.3 -55299,6941.3 -55299,6941.3 -55299,6941.3 -55299,6941.3 -55298,6941.3 -55298,6941.4 -55298,6941.4 -55298,6941.4 -55298,6941.4 -55298,6941.4 -55298,6941.4 -55298,6941.4 -55298,6941.5 -55297,6941.5 -55297,6941.5 -55297,6941.5 -55297,6941.5 -55297,6941.5 -55297,6941.6 -55297,6941.6 -55297,6941.6 -55297,6941.6 -55296,6941.6 -55296,6941.6 -55296,6941.6 -55296,6941.6 -55296,6941.7 -55296,6941.7 -55296,6941.7 -55296,6941.7 -55296,6941.7 -55295,6941.7 -55295,6941.7 -55295,6941.8 -55295,6941.8 -55295,6941.8 -55295,6941.8 -55295,6941.8 -55295,6941.8 -55295,6941.8 -55294,6941.8 -55294,6941.9 -55294,6941.9 -55294,6941.9 -55294,6941.9 -55294,6941.9 -55294,6941.9 -55294,6941.9 -55294,6942 -55293,6942 -55293,6942 -55293,6942 -55293,6942 -55293,6942 -55293,6942 -55293,6942 -55293,6942.1 -55293,6942.1 -55292,6942.1 -55292,6942.1 -55292,6942.1 -55292,6942.1 -55292,6942.1 -55292,6942.1 -55292,6942.2 -55292,6942.2 -55291,6942.2 -55291,6942.2 -55291,6942.2 -55291,6942.2 -55291,6942.2 -55291,6942.2 -55291,6942.3 -55291,6942.3 -55291,6942.3 -55290,6942.3 -55290,6942.3 -55290,6942.3 -55290,6942.3 -55290,6942.3 -55290,6942.4 -55290,6942.4 -55290,6942.4 -55290,6942.4 -55289,6942.4 -55289,6942.4 -55289,6942.4 -55289,6942.4 -55289,6942.4 -55289,6942.5 -55289,6942.5 -55289,6942.5 -55288,6942.5 -55288,6942.5 -55288,6942.5 -55288,6942.5 -55288,6942.5 -55288,6942.5 -55288,6942.6 -55288,6942.6 -55288,6942.6 -55287,6942.6 -55287,6942.6 -55287,6942.6 -55287,6942.6 -55287,6942.6 -55287,6942.6 -55287,6942.6 -55287,6942.7 -55286,6942.7 -55286,6942.7 -55286,6942.7 -55286,6942.7 -55286,6942.7 -55286,6942.7 -55286,6942.7 -55286,6942.7 -55286,6942.7 -55285,6942.8 -55285,6942.8 -55285,6942.8 -55285,6942.8 -55285,6942.8 -55285,6942.8 -55285,6942.8 -55285,6942.8 -55284,6942.8 -55284,6942.8 -55284,6942.8 -55284,6942.9 -55284,6942.9 -55284,6942.9 -55284,6942.9 -55284,6942.9 -55283,6942.9 -55283,6942.9 -55283,6942.9 -55283,6942.9 -55283,6942.9 -55283,6942.9 -55283,6942.9 -55283,6943 -55282,6943 -55282,6943 -55282,6943 -55282,6943 -55282,6943 -55282,6943 -55282,6943 -55282,6943 -55282,6943 -55281,6943 -55281,6943.1 -55281,6943.1 -55281,6943.1 -55281,6943.1 -55281,6943.1 -55281,6943.1 -55281,6943.1 -55280,6943.1 -55280,6943.1 -55280,6943.1 -55280,6943.1 -55280,6943.1 -55280,6943.1 -55280,6943.2 -55280,6943.2 -55279,6943.2 -55279,6943.2 -55279,6943.2 -55279,6943.2 -55279,6943.2 -55279,6943.2 -55279,6943.2 -55279,6943.2 -55278,6943.2 -55278,6943.2 -55278,6943.2 -55278,6943.2 -55278,6943.3 -55278,6943.3 -55278,6943.3 -55277,6943.3 -55277,6943.3 -55277,6943.3 -55277,6943.3 -55277,6943.3 -55277,6943.3 -55277,6943.3 -55277,6943.3 -55276,6943.3 -55276,6943.3 -55276,6943.3 -55276,6943.3 -55276,6943.4 -55276,6943.4 -55276,6943.4 -55276,6943.4 -55275,6943.4 -55275,6943.4 -55275,6943.4 -55275,6943.4 -55275,6943.4 -55275,6943.4 -55275,6943.4 -55275,6943.4 -55274,6943.4 -55274,6943.4 -55274,6943.4 -55274,6943.4 -55274,6943.4 -55274,6943.4 -55274,6943.4 -55273,6943.5 -55273,6943.5 -55273,6943.5 -55273,6943.5 -55273,6943.5 -55273,6943.5 -55273,6943.5 -55273,6943.5 -55272,6943.5 -55272,6943.5 -55272,6943.5 -55272,6943.5 -55272,6943.5 -55272,6943.5 -55272,6943.5 -55271,6943.5 -55271,6943.5 -55271,6943.5 -55282,6945.3 -55282,6945.3 -55282,6945.3 -55282,6945.4 -55282,6945.4 -55282,6945.4 -55282,6945.4 -55282,6945.4 -55281,6945.4 -55281,6945.4 -55281,6945.4 -55281,6945.4 -55281,6945.5 -55281,6945.5 -55281,6945.5 -55281,6945.5 -55281,6945.5 -55281,6945.5 -55280,6945.5 -55280,6945.5 -55280,6945.5 -55280,6945.6 -55280,6945.6 -55280,6945.6 -55280,6945.6 -55280,6945.6 -55280,6945.6 -55279,6945.6 -55279,6945.6 -55279,6945.6 -55279,6945.7 -55279,6945.7 -55279,6945.7 -55279,6945.7 -55279,6945.7 -55279,6945.7 -55279,6945.7 -55278,6945.7 -55278,6945.7 -55278,6945.8 -55278,6945.8 -55278,6945.8 -55278,6945.8 -55278,6945.8 -55278,6945.8 -55278,6945.8 -55278,6945.8 -55277,6945.8 -55277,6945.8 -55277,6945.9 -55277,6945.9 -55277,6945.9 -55277,6945.9 -55277,6945.9 -55277,6945.9 -55277,6945.9 -55276,6945.9 -55276,6945.9 -55276,6946 -55276,6946 -55276,6946 -55276,6946 -55276,6946 -55276,6946 -55276,6946 -55275,6946 -55275,6946 -55275,6946 -55275,6946.1 -55275,6946.1 -55275,6946.1 -55275,6946.1 -55275,6946.1 -55275,6946.1 -55274,6946.1 -55274,6946.1 -55274,6946.1 -55274,6946.1 -55274,6946.1 -55274,6946.2 -55274,6946.2 -55274,6946.2 -55274,6946.2 -55274,6946.2 -55273,6946.2 -55273,6946.2 -55273,6946.2 -55273,6946.2 -55273,6946.2 -55273,6946.3 -55273,6946.3 -55273,6946.3 -55273,6946.3 -55272,6946.3 -55272,6946.3 -55272,6946.3 -55272,6946.3 -55272,6946.3 -55272,6946.3 -55272,6946.3 -55272,6946.4 -55272,6946.4 -55271,6946.4 -55271,6946.4 -55271,6946.4 -55271,6946.4 -55271,6946.4 -55271,6946.4 -55271,6946.4 -55271,6946.4 -55271,6946.4 -55270,6946.4 -55270,6946.4 -55270,6946.5 -55270,6946.5 -55270,6946.5 -55270,6946.5 -55270,6946.5 -55270,6946.5 -55269,6946.5 -55269,6946.5 -55269,6946.5 -55269,6946.5 -55269,6946.5 -55269,6946.6 -55269,6946.6 -55269,6946.6 -55269,6946.6 -55268,6946.6 -55268,6946.6 -55268,6946.6 -55268,6946.6 -55268,6946.6 -55268,6946.6 -55268,6946.6 -55268,6946.6 -55268,6946.6 -55267,6946.7 -55267,6946.7 -55267,6946.7 -55267,6946.7 -55267,6946.7 -55267,6946.7 -55267,6946.7 -55267,6946.7 -55266,6946.7 -55266,6946.7 -55266,6946.7 -55266,6946.7 -55266,6946.7 -55266,6946.7 -55266,6946.8 -55266,6946.8 -55266,6946.8 -55265,6946.8 -55265,6946.8 -55265,6946.8 -55265,6946.8 -55265,6946.8 -55265,6946.8 -55265,6946.8 -55265,6946.8 -55264,6946.8 -55264,6946.8 -55264,6946.9 -55264,6946.9 -55264,6946.9 -55264,6946.9 -55264,6946.9 -55264,6946.9 -55264,6946.9 -55263,6946.9 -55263,6946.9 -55263,6946.9 -55263,6946.9 -55263,6946.9 -55263,6946.9 -55263,6946.9 -55263,6946.9 -55262,6947 -55262,6947 -55262,6947 -55262,6947 -55262,6947 -55262,6947 -55262,6947 -55262,6947 -55261,6947 -55261,6947 -55261,6947 -55261,6947 -55261,6947 -55261,6947 -55261,6947.1 -55261,6947.1 -55260,6947.1 -55260,6947.1 -55260,6947.1 -55260,6947.1 -55260,6947.1 -55260,6947.1 -55260,6947.1 -55260,6947.1 -55259,6947.1 -55259,6947.1 -55259,6947.1 -55259,6947.1 -55259,6947.1 -55259,6947.1 -55259,6947.2 -55259,6947.2 -55258,6947.2 -55258,6947.2 -55258,6947.2 -55258,6947.2 -55258,6947.2 -55258,6947.2 -55258,6947.2 -55258,6947.2 -55257,6947.2 -55257,6947.2 -55257,6947.2 -55257,6947.2 -55257,6947.2 -55257,6947.2 -55257,6947.2 -55257,6947.2 -55256,6947.3 -55256,6947.3 -55256,6947.3 -55256,6947.3 -55256,6947.3 -55256,6947.3 -55256,6947.3 -55256,6947.3 -55255,6947.3 -55255,6947.3 -55255,6947.3 -55255,6947.3 -55255,6947.3 -55255,6947.3 -55255,6947.3 -55254,6947.3 -55254,6947.3 -55254,6947.3 -55254,6947.3 -55254,6947.3 -55254,6947.3 -55254,6947.3 -55254,6947.3 -55253,6947.4 -55253,6947.4 -55253,6947.4 -55253,6947.4 -55253,6947.4 -55253,6947.4 -55253,6947.4 -55253,6947.4 -55252,6947.4 -55252,6947.4 -55252,6947.4 -55252,6947.4 -55252,6947.4 -55252,6947.4 -55252,6947.4 -55251,6947.4 -55251,6947.4 -55251,6947.4 -55251,6947.4 -55251,6947.4 -55251,6947.4 -55251,6947.4 -55251,6947.4 -55250,6947.4 -55250,6947.4 -55250,6947.4 -55250,6947.4 -55250,6947.4 -55250,6947.4 -55250,6947.4 -55249,6947.4 -55249,6947.4 -55249,6947.4 -55249,6947.4 -55249,6947.4 -55249,6947.4 -55249,6947.4 -55248,6947.5 -55248,6947.5 -55248,6947.5 -55248,6947.5 -55248,6947.5 -55248,6947.5 -55248,6947.5 -55248,6947.5 -55247,6947.5 -55247,6947.5 -55247,6947.5 -55257,6950.6 -55257,6950.7 -55257,6950.7 -55257,6950.7 -55257,6950.7 -55257,6950.7 -55257,6950.7 -55257,6950.7 -55256,6950.7 -55256,6950.7 -55256,6950.7 -55256,6950.8 -55256,6950.8 -55256,6950.8 -55256,6950.8 -55256,6950.8 -55256,6950.8 -55255,6950.8 -55255,6950.8 -55255,6950.8 -55255,6950.8 -55255,6950.9 -55255,6950.9 -55255,6950.9 -55255,6950.9 -55255,6950.9 -55254,6950.9 -55254,6950.9 -55254,6950.9 -55254,6950.9 -55254,6950.9 -55254,6950.9 -55254,6951 -55254,6951 -55254,6951 -55253,6951 -55253,6951 -55253,6951 -55253,6951 -55253,6951 -55253,6951 -55253,6951 -55253,6951 -55252,6951 -55252,6951.1 -55252,6951.1 -55252,6951.1 -55252,6951.1 -55252,6951.1 -55252,6951.1 -55252,6951.1 -55252,6951.1 -55251,6951.1 -55251,6951.1 -55251,6951.2 -55251,6951.2 -55251,6951.2 -55251,6951.2 -55251,6951.2 -55251,6951.2 -55251,6951.2 -55250,6951.2 -55250,6951.2 -55250,6951.2 -55250,6951.2 -55250,6951.2 -55250,6951.3 -55250,6951.3 -55250,6951.3 -55250,6951.3 -55249,6951.3 -55249,6951.3 -55249,6951.3 -55249,6951.3 -55249,6951.3 -55249,6951.3 -55249,6951.3 -55249,6951.3 -55248,6951.4 -55248,6951.4 -55248,6951.4 -55248,6951.4 -55248,6951.4 -55248,6951.4 -55248,6951.4 -55248,6951.4 -55248,6951.4 -55247,6951.4 -55247,6951.4 -55247,6951.4 -55247,6951.4 -55247,6951.4 -55247,6951.4 -55247,6951.5 -55247,6951.5 -55246,6951.5 -55246,6951.5 -55246,6951.5 -55246,6951.5 -55246,6951.5 -55246,6951.5 -55246,6951.5 -55246,6951.5 -55246,6951.5 -55245,6951.5 -55245,6951.5 -55245,6951.5 -55245,6951.6 -55245,6951.6 -55245,6951.6 -55245,6951.6 -55245,6951.6 -55244,6951.6 -55244,6951.6 -55244,6951.6 -55244,6951.6 -55244,6951.6 -55244,6951.6 -55244,6951.6 -55244,6951.6 -55243,6951.6 -55243,6951.6 -55243,6951.6 -55243,6951.6 -55243,6951.6 -55243,6951.6 -55243,6951.6 -55243,6951.7 -55243,6951.7 -55242,6951.7 -55242,6951.7 -55242,6951.7 -55242,6951.7 -55242,6951.7 -55242,6951.7 -55242,6951.7 -55242,6951.7 -55241,6951.7 -55241,6951.7 -55241,6951.7 -55241,6951.7 -55241,6951.7 -55241,6951.7 -55241,6951.7 -55241,6951.7 -55240,6951.7 -55240,6951.7 -55240,6951.7 -55240,6951.7 -55240,6951.7 -55240,6951.7 -55240,6951.7 -55240,6951.7 -55239,6951.7 -55239,6951.7 -55239,6951.8 -55239,6951.8 -55239,6951.8 -55239,6951.8 -55239,6951.8 -55239,6951.8 -55238,6951.8 -55238,6951.8 -55238,6951.8 -55238,6951.8 -55238,6951.8 -55238,6951.8 -55238,6951.8 -55238,6951.8 -55237,6951.8 -55237,6951.8 -55237,6951.8 -55237,6951.8 -55237,6951.8 -55237,6951.8 -55237,6951.8 -55237,6951.8 -55236,6951.8 -55236,6951.8 -55236,6951.8 -55236,6951.8 -55236,6951.8 -55236,6951.8 -55236,6951.8 -55236,6951.8 -55235,6951.8 -55235,6951.8 -55235,6951.8 -55235,6951.8 -55235,6951.8 -55235,6951.8 -55235,6951.8 -55235,6951.8 -55234,6951.8 -55234,6951.8 -55234,6951.8 -55234,6951.8 -55234,6951.8 -55234,6951.8 -55234,6951.8 -55234,6951.8 -55233,6951.8 -55233,6951.8 -55233,6951.8 -55233,6951.8 -55233,6951.8 -55233,6951.8 -55233,6951.8 -55232,6951.8 -55232,6951.8 -55232,6951.8 -55232,6951.8 -55232,6951.8 -55232,6951.8 -55232,6951.8 -55232,6951.8 -55231,6951.8 -55231,6951.8 -55231,6951.8 -55231,6951.8 -55231,6951.8 -55231,6951.8 -55231,6951.8 -55231,6951.8 -55230,6951.8 -55230,6951.8 -55230,6951.8 -55230,6951.8 -55230,6951.8 -55230,6951.8 -55230,6951.8 -55229,6951.8 -55229,6951.8 -55229,6951.8 -55229,6951.8 -55229,6951.8 -55229,6951.8 -55229,6951.8 -55229,6951.8 -55228,6951.8 -55228,6951.8 -55228,6951.8 -55228,6951.8 -55228,6951.8 -55228,6951.8 -55228,6951.8 -55227,6951.8 -55227,6951.8 -55227,6951.8 -55227,6951.8 -55227,6951.7 -55227,6951.7 -55227,6951.7 -55227,6951.7 -55226,6951.7 -55226,6951.7 -55226,6951.7 -55226,6951.7 -55226,6951.7 -55226,6951.7 -55226,6951.7 -55225,6951.7 -55225,6951.7 -55225,6951.7 -55225,6951.7 -55225,6951.7 -55225,6951.7 -55225,6951.7 -55224,6951.7 -55224,6951.7 -55224,6951.7 -55224,6951.7 -55224,6951.7 -55224,6951.7 -55224,6951.7 -55223,6951.7 -55223,6951.7 -55223,6951.7 -55223,6951.7 -55223,6951.7 -55223,6951.7 -55223,6951.7 -55222,6951.6 -55222,6951.6 -55222,6951.6 -55222,6951.6 -55222,6951.6 -55222,6951.6 -55222,6951.6 -55222,6951.6 -55221,6951.6 -55221,6951.6 -55221,6951.6 -55221,6951.6 -55221,6951.6 -55221,6951.6 -55221,6951.6 -55220,6951.6 -55233,6956.3 -55233,6956.3 -55233,6956.3 -55233,6956.4 -55233,6956.4 -55233,6956.4 -55232,6956.4 -55232,6956.4 -55232,6956.4 -55232,6956.4 -55232,6956.4 -55232,6956.4 -55232,6956.4 -55232,6956.4 -55232,6956.4 -55231,6956.5 -55231,6956.5 -55231,6956.5 -55231,6956.5 -55231,6956.5 -55231,6956.5 -55231,6956.5 -55231,6956.5 -55231,6956.5 -55231,6956.5 -55230,6956.5 -55230,6956.6 -55230,6956.6 -55230,6956.6 -55230,6956.6 -55230,6956.6 -55230,6956.6 -55230,6956.6 -55230,6956.6 -55229,6956.6 -55229,6956.6 -55229,6956.6 -55229,6956.7 -55229,6956.7 -55229,6956.7 -55229,6956.7 -55229,6956.7 -55229,6956.7 -55228,6956.7 -55228,6956.7 -55228,6956.7 -55228,6956.7 -55228,6956.7 -55228,6956.7 -55228,6956.8 -55228,6956.8 -55228,6956.8 -55228,6956.8 -55227,6956.8 -55227,6956.8 -55227,6956.8 -55227,6956.8 -55227,6956.8 -55227,6956.8 -55227,6956.8 -55227,6956.8 -55227,6956.9 -55226,6956.9 -55226,6956.9 -55226,6956.9 -55226,6956.9 -55226,6956.9 -55226,6956.9 -55226,6956.9 -55226,6956.9 -55226,6956.9 -55225,6956.9 -55225,6956.9 -55225,6956.9 -55225,6957 -55225,6957 -55225,6957 -55225,6957 -55225,6957 -55225,6957 -55224,6957 -55224,6957 -55224,6957 -55224,6957 -55224,6957 -55224,6957 -55224,6957 -55224,6957 -55224,6957 -55223,6957.1 -55223,6957.1 -55223,6957.1 -55223,6957.1 -55223,6957.1 -55223,6957.1 -55223,6957.1 -55223,6957.1 -55223,6957.1 -55222,6957.1 -55222,6957.1 -55222,6957.1 -55222,6957.1 -55222,6957.1 -55222,6957.1 -55222,6957.2 -55222,6957.2 -55222,6957.2 -55221,6957.2 -55221,6957.2 -55221,6957.2 -55221,6957.2 -55221,6957.2 -55221,6957.2 -55221,6957.2 -55221,6957.2 -55220,6957.2 -55220,6957.2 -55220,6957.2 -55220,6957.2 -55220,6957.2 -55220,6957.2 -55220,6957.3 -55220,6957.3 -55220,6957.3 -55219,6957.3 -55219,6957.3 -55219,6957.3 -55219,6957.3 -55219,6957.3 -55219,6957.3 -55219,6957.3 -55219,6957.3 -55218,6957.3 -55218,6957.3 -55218,6957.3 -55218,6957.3 -55218,6957.3 -55218,6957.3 -55218,6957.3 -55218,6957.3 -55218,6957.3 -55217,6957.4 -55217,6957.4 -55217,6957.4 -55217,6957.4 -55217,6957.4 -55217,6957.4 -55217,6957.4 -55217,6957.4 -55217,6957.4 -55216,6957.4 -55216,6957.4 -55216,6957.4 -55216,6957.4 -55216,6957.4 -55216,6957.4 -55216,6957.4 -55216,6957.4 -55215,6957.4 -55215,6957.4 -55215,6957.4 -55215,6957.4 -55215,6957.4 -55215,6957.4 -55215,6957.4 -55215,6957.4 -55214,6957.4 -55214,6957.5 -55214,6957.5 -55214,6957.5 -55214,6957.5 -55214,6957.5 -55214,6957.5 -55214,6957.5 -55214,6957.5 -55213,6957.5 -55213,6957.5 -55213,6957.5 -55213,6957.5 -55213,6957.5 -55213,6957.5 -55213,6957.5 -55213,6957.5 -55212,6957.5 -55212,6957.5 -55212,6957.5 -55212,6957.5 -55212,6957.5 -55212,6957.5 -55212,6957.5 -55212,6957.5 -55211,6957.5 -55211,6957.5 -55211,6957.5 -55211,6957.5 -55211,6957.5 -55211,6957.5 -55211,6957.5 -55211,6957.5 -55210,6957.5 -55210,6957.5 -55210,6957.5 -55210,6957.5 -55210,6957.5 -55210,6957.5 -55210,6957.5 -55210,6957.5 -55209,6957.5 -55209,6957.5 -55209,6957.5 -55209,6957.5 -55209,6957.5 -55209,6957.5 -55209,6957.5 -55209,6957.5 -55208,6957.5 -55208,6957.5 -55208,6957.5 -55208,6957.5 -55208,6957.5 -55208,6957.5 -55208,6957.5 -55208,6957.5 -55207,6957.5 -55207,6957.5 -55207,6957.5 -55207,6957.5 -55207,6957.5 -55207,6957.5 -55207,6957.5 -55207,6957.5 -55206,6957.5 -55206,6957.5 -55206,6957.5 -55206,6957.5 -55206,6957.5 -55206,6957.5 -55206,6957.5 -55205,6957.5 -55205,6957.5 -55205,6957.5 -55205,6957.5 -55205,6957.5 -55205,6957.5 -55205,6957.5 -55205,6957.5 -55204,6957.5 -55204,6957.5 -55204,6957.5 -55204,6957.5 -55204,6957.5 -55204,6957.5 -55204,6957.5 -55204,6957.5 -55203,6957.5 -55203,6957.5 -55203,6957.5 -55203,6957.5 -55203,6957.5 -55203,6957.5 -55203,6957.5 -55202,6957.5 -55202,6957.5 -55202,6957.5 -55202,6957.5 -55202,6957.5 -55202,6957.5 -55202,6957.5 -55202,6957.5 -55201,6957.5 -55201,6957.5 -55201,6957.5 -55201,6957.5 -55201,6957.5 -55201,6957.5 -55201,6957.5 -55200,6957.4 -55200,6957.4 -55200,6957.4 -55200,6957.4 -55200,6957.4 -55200,6957.4 -55200,6957.4 -55199,6957.4 -55199,6957.4 -55199,6957.4 -55199,6957.4 -55199,6957.4 -55199,6957.4 -55199,6957.4 -55199,6957.4 -55198,6957.4 -55198,6957.4 -55198,6957.4 -55198,6957.4 -55198,6957.4 -55198,6957.4 -55198,6957.4 -55197,6957.4 -55208,6962.2 -55208,6962.3 -55208,6962.3 -55208,6962.3 -55208,6962.3 -55208,6962.3 -55208,6962.3 -55208,6962.3 -55208,6962.3 -55207,6962.3 -55207,6962.3 -55207,6962.4 -55207,6962.4 -55207,6962.4 -55207,6962.4 -55207,6962.4 -55207,6962.4 -55207,6962.4 -55207,6962.4 -55206,6962.4 -55206,6962.4 -55206,6962.5 -55206,6962.5 -55206,6962.5 -55206,6962.5 -55206,6962.5 -55206,6962.5 -55206,6962.5 -55205,6962.5 -55205,6962.5 -55205,6962.5 -55205,6962.6 -55205,6962.6 -55205,6962.6 -55205,6962.6 -55205,6962.6 -55205,6962.6 -55204,6962.6 -55204,6962.6 -55204,6962.6 -55204,6962.6 -55204,6962.7 -55204,6962.7 -55204,6962.7 -55204,6962.7 -55204,6962.7 -55204,6962.7 -55203,6962.7 -55203,6962.7 -55203,6962.7 -55203,6962.7 -55203,6962.7 -55203,6962.8 -55203,6962.8 -55203,6962.8 -55203,6962.8 -55202,6962.8 -55202,6962.8 -55202,6962.8 -55202,6962.8 -55202,6962.8 -55202,6962.8 -55202,6962.9 -55202,6962.9 -55202,6962.9 -55201,6962.9 -55201,6962.9 -55201,6962.9 -55201,6962.9 -55201,6962.9 -55201,6962.9 -55201,6962.9 -55201,6963 -55201,6963 -55200,6963 -55200,6963 -55200,6963 -55200,6963 -55200,6963 -55200,6963 -55200,6963 -55200,6963 -55199,6963 -55199,6963 -55199,6963.1 -55199,6963.1 -55199,6963.1 -55199,6963.1 -55199,6963.1 -55199,6963.1 -55199,6963.1 -55198,6963.1 -55198,6963.1 -55198,6963.1 -55198,6963.1 -55198,6963.2 -55198,6963.2 -55198,6963.2 -55198,6963.2 -55198,6963.2 -55197,6963.2 -55197,6963.2 -55197,6963.2 -55197,6963.2 -55197,6963.2 -55197,6963.2 -55197,6963.2 -55197,6963.3 -55196,6963.3 -55196,6963.3 -55196,6963.3 -55196,6963.3 -55196,6963.3 -55196,6963.3 -55196,6963.3 -55196,6963.3 -55196,6963.3 -55195,6963.3 -55195,6963.3 -55195,6963.3 -55195,6963.4 -55195,6963.4 -55195,6963.4 -55195,6963.4 -55195,6963.4 -55195,6963.4 -55194,6963.4 -55194,6963.4 -55194,6963.4 -55194,6963.4 -55194,6963.4 -55194,6963.4 -55194,6963.4 -55194,6963.5 -55193,6963.5 -55193,6963.5 -55193,6963.5 -55193,6963.5 -55193,6963.5 -55193,6963.5 -55193,6963.5 -55193,6963.5 -55193,6963.5 -55192,6963.5 -55192,6963.5 -55192,6963.5 -55192,6963.5 -55192,6963.5 -55192,6963.6 -55192,6963.6 -55192,6963.6 -55191,6963.6 -55191,6963.6 -55191,6963.6 -55191,6963.6 -55191,6963.6 -55191,6963.6 -55191,6963.6 -55191,6963.6 -55190,6963.6 -55190,6963.6 -55190,6963.6 -55190,6963.6 -55190,6963.7 -55190,6963.7 -55190,6963.7 -55190,6963.7 -55189,6963.7 -55189,6963.7 -55189,6963.7 -55189,6963.7 -55189,6963.7 -55189,6963.7 -55189,6963.7 -55189,6963.7 -55188,6963.7 -55188,6963.7 -55188,6963.8 -55188,6963.8 -55188,6963.8 -55188,6963.8 -55188,6963.8 -55188,6963.8 -55188,6963.8 -55187,6963.8 -55187,6963.8 -55187,6963.8 -55187,6963.8 -55187,6963.8 -55187,6963.8 -55187,6963.8 -55187,6963.8 -55186,6963.8 -55186,6963.8 -55186,6963.8 -55186,6963.9 -55186,6963.9 -55186,6963.9 -55186,6963.9 -55186,6963.9 -55185,6963.9 -55185,6963.9 -55185,6963.9 -55185,6963.9 -55185,6963.9 -55185,6963.9 -55185,6963.9 -55184,6963.9 -55184,6963.9 -55184,6963.9 -55184,6963.9 -55184,6963.9 -55184,6964 -55184,6964 -55184,6964 -55183,6964 -55183,6964 -55183,6964 -55183,6964 -55183,6964 -55183,6964 -55183,6964 -55183,6964 -55182,6964 -55182,6964 -55182,6964 -55182,6964 -55182,6964 -55182,6964 -55182,6964 -55182,6964 -55181,6964.1 -55181,6964.1 -55181,6964.1 -55181,6964.1 -55181,6964.1 -55181,6964.1 -55181,6964.1 -55180,6964.1 -55180,6964.1 -55180,6964.1 -55180,6964.1 -55180,6964.1 -55180,6964.1 -55180,6964.1 -55180,6964.1 -55179,6964.1 -55179,6964.1 -55179,6964.1 -55179,6964.1 -55179,6964.1 -55179,6964.1 -55179,6964.1 -55179,6964.1 -55178,6964.2 -55178,6964.2 -55178,6964.2 -55178,6964.2 -55178,6964.2 -55178,6964.2 -55178,6964.2 -55177,6964.2 -55177,6964.2 -55177,6964.2 -55177,6964.2 -55177,6964.2 -55177,6964.2 -55177,6964.2 -55177,6964.2 -55176,6964.2 -55176,6964.2 -55176,6964.2 -55176,6964.2 -55176,6964.2 -55176,6964.2 -55176,6964.2 -55175,6964.2 -55175,6964.2 -55175,6964.2 -55175,6964.3 -55175,6964.3 -55175,6964.3 -55175,6964.3 -55174,6964.3 -55174,6964.3 -55174,6964.3 -55174,6964.3 -55174,6964.3 -55174,6964.3 -55174,6964.3 -55174,6964.3 -55173,6964.3 -55173,6964.3 -55173,6964.3 -55173,6964.3 -55173,6964.3 -55173,6964.3 -55183,6968.6 -55183,6968.6 -55183,6968.7 -55183,6968.7 -55183,6968.7 -55183,6968.7 -55183,6968.7 -55183,6968.7 -55182,6968.8 -55182,6968.8 -55182,6968.8 -55182,6968.8 -55182,6968.8 -55182,6968.8 -55182,6968.9 -55182,6968.9 -55182,6968.9 -55182,6968.9 -55181,6968.9 -55181,6968.9 -55181,6968.9 -55181,6969 -55181,6969 -55181,6969 -55181,6969 -55181,6969 -55181,6969 -55180,6969.1 -55180,6969.1 -55180,6969.1 -55180,6969.1 -55180,6969.1 -55180,6969.1 -55180,6969.1 -55180,6969.2 -55180,6969.2 -55179,6969.2 -55179,6969.2 -55179,6969.2 -55179,6969.2 -55179,6969.3 -55179,6969.3 -55179,6969.3 -55179,6969.3 -55179,6969.3 -55178,6969.3 -55178,6969.3 -55178,6969.4 -55178,6969.4 -55178,6969.4 -55178,6969.4 -55178,6969.4 -55178,6969.4 -55178,6969.4 -55178,6969.5 -55177,6969.5 -55177,6969.5 -55177,6969.5 -55177,6969.5 -55177,6969.5 -55177,6969.6 -55177,6969.6 -55177,6969.6 -55177,6969.6 -55176,6969.6 -55176,6969.6 -55176,6969.6 -55176,6969.7 -55176,6969.7 -55176,6969.7 -55176,6969.7 -55176,6969.7 -55176,6969.7 -55175,6969.8 -55175,6969.8 -55175,6969.8 -55175,6969.8 -55175,6969.8 -55175,6969.8 -55175,6969.8 -55175,6969.9 -55175,6969.9 -55174,6969.9 -55174,6969.9 -55174,6969.9 -55174,6969.9 -55174,6969.9 -55174,6970 -55174,6970 -55174,6970 -55174,6970 -55173,6970 -55173,6970 -55173,6970 -55173,6970.1 -55173,6970.1 -55173,6970.1 -55173,6970.1 -55173,6970.1 -55173,6970.1 -55172,6970.1 -55172,6970.2 -55172,6970.2 -55172,6970.2 -55172,6970.2 -55172,6970.2 -55172,6970.2 -55172,6970.2 -55172,6970.3 -55171,6970.3 -55171,6970.3 -55171,6970.3 -55171,6970.3 -55171,6970.3 -55171,6970.3 -55171,6970.4 -55171,6970.4 -55171,6970.4 -55170,6970.4 -55170,6970.4 -55170,6970.4 -55170,6970.4 -55170,6970.4 -55170,6970.5 -55170,6970.5 -55170,6970.5 -55169,6970.5 -55169,6970.5 -55169,6970.5 -55169,6970.5 -55169,6970.6 -55169,6970.6 -55169,6970.6 -55169,6970.6 -55169,6970.6 -55168,6970.6 -55168,6970.6 -55168,6970.7 -55168,6970.7 -55168,6970.7 -55168,6970.7 -55168,6970.7 -55168,6970.7 -55168,6970.7 -55167,6970.7 -55167,6970.8 -55167,6970.8 -55167,6970.8 -55167,6970.8 -55167,6970.8 -55167,6970.8 -55167,6970.8 -55166,6970.9 -55166,6970.9 -55166,6970.9 -55166,6970.9 -55166,6970.9 -55166,6970.9 -55166,6970.9 -55166,6970.9 -55166,6971 -55165,6971 -55165,6971 -55165,6971 -55165,6971 -55165,6971 -55165,6971 -55165,6971.1 -55165,6971.1 -55164,6971.1 -55164,6971.1 -55164,6971.1 -55164,6971.1 -55164,6971.1 -55164,6971.2 -55164,6971.2 -55164,6971.2 -55163,6971.2 -55163,6971.2 -55163,6971.2 -55163,6971.2 -55163,6971.2 -55163,6971.3 -55163,6971.3 -55163,6971.3 -55163,6971.3 -55162,6971.3 -55162,6971.3 -55162,6971.3 -55162,6971.3 -55162,6971.4 -55162,6971.4 -55162,6971.4 -55162,6971.4 -55161,6971.4 -55161,6971.4 -55161,6971.4 -55161,6971.5 -55161,6971.5 -55161,6971.5 -55161,6971.5 -55161,6971.5 -55160,6971.5 -55160,6971.5 -55160,6971.5 -55160,6971.6 -55160,6971.6 -55160,6971.6 -55160,6971.6 -55160,6971.6 -55159,6971.6 -55159,6971.6 -55159,6971.7 -55159,6971.7 -55159,6971.7 -55159,6971.7 -55159,6971.7 -55159,6971.7 -55158,6971.7 -55158,6971.7 -55158,6971.8 -55158,6971.8 -55158,6971.8 -55158,6971.8 -55158,6971.8 -55158,6971.8 -55157,6971.8 -55157,6971.8 -55157,6971.9 -55157,6971.9 -55157,6971.9 -55157,6971.9 -55157,6971.9 -55157,6971.9 -55156,6971.9 -55156,6972 -55156,6972 -55156,6972 -55156,6972 -55156,6972 -55156,6972 -55155,6972 -55155,6972 -55155,6972.1 -55155,6972.1 -55155,6972.1 -55155,6972.1 -55155,6972.1 -55155,6972.1 -55154,6972.1 -55154,6972.1 -55154,6972.2 -55154,6972.2 -55154,6972.2 -55154,6972.2 -55154,6972.2 -55154,6972.2 -55153,6972.2 -55153,6972.2 -55153,6972.3 -55153,6972.3 -55153,6972.3 -55153,6972.3 -55153,6972.3 -55152,6972.3 -55152,6972.3 -55152,6972.4 -55152,6972.4 -55152,6972.4 -55152,6972.4 -55152,6972.4 -55152,6972.4 -55151,6972.4 -55151,6972.4 -55151,6972.5 -55151,6972.5 -55151,6972.5 -55151,6972.5 -55151,6972.5 -55151,6972.5 -55150,6972.5 -55150,6972.6 -55150,6972.6 -55150,6972.6 -55150,6972.6 -55150,6972.6 -55150,6972.6 -55149,6972.6 -55149,6972.6 -55149,6972.7 -55149,6972.7 -55149,6972.7 -55149,6972.7 -55149,6972.7 -55148,6972.7 -55148,6972.7 -55148,6972.7 -55148,6972.8 -55159,6974.2 -55159,6974.3 -55158,6974.3 -55158,6974.3 -55158,6974.3 -55158,6974.3 -55158,6974.4 -55158,6974.4 -55158,6974.4 -55158,6974.4 -55158,6974.4 -55157,6974.5 -55157,6974.5 -55157,6974.5 -55157,6974.5 -55157,6974.5 -55157,6974.6 -55157,6974.6 -55157,6974.6 -55157,6974.6 -55157,6974.6 -55156,6974.7 -55156,6974.7 -55156,6974.7 -55156,6974.7 -55156,6974.7 -55156,6974.8 -55156,6974.8 -55156,6974.8 -55156,6974.8 -55155,6974.8 -55155,6974.9 -55155,6974.9 -55155,6974.9 -55155,6974.9 -55155,6974.9 -55155,6975 -55155,6975 -55155,6975 -55155,6975 -55154,6975.1 -55154,6975.1 -55154,6975.1 -55154,6975.1 -55154,6975.1 -55154,6975.2 -55154,6975.2 -55154,6975.2 -55154,6975.2 -55153,6975.2 -55153,6975.3 -55153,6975.3 -55153,6975.3 -55153,6975.3 -55153,6975.3 -55153,6975.4 -55153,6975.4 -55153,6975.4 -55152,6975.4 -55152,6975.4 -55152,6975.5 -55152,6975.5 -55152,6975.5 -55152,6975.5 -55152,6975.5 -55152,6975.6 -55152,6975.6 -55152,6975.6 -55151,6975.6 -55151,6975.7 -55151,6975.7 -55151,6975.7 -55151,6975.7 -55151,6975.7 -55151,6975.8 -55151,6975.8 -55151,6975.8 -55150,6975.8 -55150,6975.8 -55150,6975.9 -55150,6975.9 -55150,6975.9 -55150,6975.9 -55150,6976 -55150,6976 -55150,6976 -55149,6976 -55149,6976 -55149,6976.1 -55149,6976.1 -55149,6976.1 -55149,6976.1 -55149,6976.1 -55149,6976.2 -55149,6976.2 -55148,6976.2 -55148,6976.2 -55148,6976.2 -55148,6976.3 -55148,6976.3 -55148,6976.3 -55148,6976.3 -55148,6976.4 -55148,6976.4 -55147,6976.4 -55147,6976.4 -55147,6976.4 -55147,6976.5 -55147,6976.5 -55147,6976.5 -55147,6976.5 -55147,6976.6 -55147,6976.6 -55146,6976.6 -55146,6976.6 -55146,6976.6 -55146,6976.7 -55146,6976.7 -55146,6976.7 -55146,6976.7 -55146,6976.8 -55146,6976.8 -55145,6976.8 -55145,6976.8 -55145,6976.9 -55145,6976.9 -55145,6976.9 -55145,6976.9 -55145,6976.9 -55145,6977 -55144,6977 -55144,6977 -55144,6977 -55144,6977.1 -55144,6977.1 -55144,6977.1 -55144,6977.1 -55144,6977.1 -55144,6977.2 -55143,6977.2 -55143,6977.2 -55143,6977.2 -55143,6977.3 -55143,6977.3 -55143,6977.3 -55143,6977.3 -55143,6977.4 -55143,6977.4 -55142,6977.4 -55142,6977.4 -55142,6977.5 -55142,6977.5 -55142,6977.5 -55142,6977.5 -55142,6977.6 -55142,6977.6 -55141,6977.6 -55141,6977.6 -55141,6977.6 -55141,6977.7 -55141,6977.7 -55141,6977.7 -55141,6977.7 -55141,6977.8 -55141,6977.8 -55140,6977.8 -55140,6977.8 -55140,6977.9 -55140,6977.9 -55140,6977.9 -55140,6977.9 -55140,6978 -55140,6978 -55139,6978 -55139,6978 -55139,6978.1 -55139,6978.1 -55139,6978.1 -55139,6978.1 -55139,6978.2 -55139,6978.2 -55138,6978.2 -55138,6978.2 -55138,6978.3 -55138,6978.3 -55138,6978.3 -55138,6978.3 -55138,6978.4 -55138,6978.4 -55138,6978.4 -55137,6978.4 -55137,6978.5 -55137,6978.5 -55137,6978.5 -55137,6978.6 -55137,6978.6 -55137,6978.6 -55137,6978.6 -55136,6978.7 -55136,6978.7 -55136,6978.7 -55136,6978.7 -55136,6978.8 -55136,6978.8 -55136,6978.8 -55136,6978.8 -55135,6978.9 -55135,6978.9 -55135,6978.9 -55135,6978.9 -55135,6979 -55135,6979 -55135,6979 -55135,6979 -55134,6979.1 -55134,6979.1 -55134,6979.1 -55134,6979.1 -55134,6979.2 -55134,6979.2 -55134,6979.2 -55134,6979.2 -55134,6979.3 -55133,6979.3 -55133,6979.3 -55133,6979.4 -55133,6979.4 -55133,6979.4 -55133,6979.4 -55133,6979.5 -55133,6979.5 -55132,6979.5 -55132,6979.5 -55132,6979.6 -55132,6979.6 -55132,6979.6 -55132,6979.6 -55132,6979.7 -55131,6979.7 -55131,6979.7 -55131,6979.8 -55131,6979.8 -55131,6979.8 -55131,6979.8 -55131,6979.9 -55131,6979.9 -55130,6979.9 -55130,6979.9 -55130,6980 -55130,6980 -55130,6980 -55130,6980.1 -55130,6980.1 -55130,6980.1 -55129,6980.1 -55129,6980.2 -55129,6980.2 -55129,6980.2 -55129,6980.3 -55129,6980.3 -55129,6980.3 -55129,6980.3 -55128,6980.4 -55128,6980.4 -55128,6980.4 -55128,6980.4 -55128,6980.5 -55128,6980.5 -55128,6980.5 -55128,6980.6 -55127,6980.6 -55127,6980.6 -55127,6980.6 -55127,6980.7 -55127,6980.7 -55127,6980.7 -55127,6980.8 -55126,6980.8 -55126,6980.8 -55126,6980.9 -55126,6980.9 -55126,6980.9 -55126,6980.9 -55126,6981 -55126,6981 -55125,6981 -55125,6981.1 -55125,6981.1 -55125,6981.1 -55125,6981.2 -55125,6981.2 -55125,6981.2 -55125,6981.2 -55124,6981.3 -55124,6981.3 -55124,6981.3 -55124,6981.4 -55135,6979.9 -55135,6979.9 -55135,6980 -55135,6980 -55135,6980 -55135,6980.1 -55134,6980.1 -55134,6980.1 -55134,6980.2 -55134,6980.2 -55134,6980.2 -55134,6980.3 -55134,6980.3 -55134,6980.3 -55134,6980.4 -55134,6980.4 -55133,6980.4 -55133,6980.5 -55133,6980.5 -55133,6980.5 -55133,6980.6 -55133,6980.6 -55133,6980.6 -55133,6980.7 -55133,6980.7 -55133,6980.7 -55132,6980.7 -55132,6980.8 -55132,6980.8 -55132,6980.8 -55132,6980.9 -55132,6980.9 -55132,6980.9 -55132,6981 -55132,6981 -55132,6981 -55131,6981.1 -55131,6981.1 -55131,6981.1 -55131,6981.2 -55131,6981.2 -55131,6981.2 -55131,6981.3 -55131,6981.3 -55131,6981.3 -55131,6981.4 -55130,6981.4 -55130,6981.4 -55130,6981.5 -55130,6981.5 -55130,6981.5 -55130,6981.6 -55130,6981.6 -55130,6981.6 -55130,6981.7 -55129,6981.7 -55129,6981.7 -55129,6981.8 -55129,6981.8 -55129,6981.8 -55129,6981.8 -55129,6981.9 -55129,6981.9 -55129,6981.9 -55129,6982 -55128,6982 -55128,6982 -55128,6982.1 -55128,6982.1 -55128,6982.1 -55128,6982.2 -55128,6982.2 -55128,6982.2 -55128,6982.3 -55128,6982.3 -55127,6982.3 -55127,6982.4 -55127,6982.4 -55127,6982.4 -55127,6982.5 -55127,6982.5 -55127,6982.5 -55127,6982.6 -55127,6982.6 -55127,6982.6 -55126,6982.7 -55126,6982.7 -55126,6982.7 -55126,6982.8 -55126,6982.8 -55126,6982.8 -55126,6982.9 -55126,6982.9 -55126,6982.9 -55125,6983 -55125,6983 -55125,6983 -55125,6983.1 -55125,6983.1 -55125,6983.1 -55125,6983.2 -55125,6983.2 -55125,6983.2 -55125,6983.3 -55124,6983.3 -55124,6983.3 -55124,6983.4 -55124,6983.4 -55124,6983.4 -55124,6983.5 -55124,6983.5 -55124,6983.5 -55124,6983.6 -55123,6983.6 -55123,6983.7 -55123,6983.7 -55123,6983.7 -55123,6983.8 -55123,6983.8 -55123,6983.8 -55123,6983.9 -55123,6983.9 -55123,6983.9 -55122,6984 -55122,6984 -55122,6984 -55122,6984.1 -55122,6984.1 -55122,6984.1 -55122,6984.2 -55122,6984.2 -55122,6984.2 -55121,6984.3 -55121,6984.3 -55121,6984.3 -55121,6984.4 -55121,6984.4 -55121,6984.4 -55121,6984.5 -55121,6984.5 -55121,6984.5 -55120,6984.6 -55120,6984.6 -55120,6984.6 -55120,6984.7 -55120,6984.7 -55120,6984.7 -55120,6984.8 -55120,6984.8 -55120,6984.8 -55120,6984.9 -55119,6984.9 -55119,6985 -55119,6985 -55119,6985 -55119,6985.1 -55119,6985.1 -55119,6985.1 -55119,6985.2 -55119,6985.2 -55118,6985.2 -55118,6985.3 -55118,6985.3 -55118,6985.3 -55118,6985.4 -55118,6985.4 -55118,6985.4 -55118,6985.5 -55118,6985.5 -55117,6985.5 -55117,6985.6 -55117,6985.6 -55117,6985.6 -55117,6985.7 -55117,6985.7 -55117,6985.7 -55117,6985.8 -55117,6985.8 -55116,6985.9 -55116,6985.9 -55116,6985.9 -55116,6986 -55116,6986 -55116,6986 -55116,6986.1 -55116,6986.1 -55116,6986.1 -55115,6986.2 -55115,6986.2 -55115,6986.2 -55115,6986.3 -55115,6986.3 -55115,6986.4 -55115,6986.4 -55115,6986.4 -55114,6986.5 -55114,6986.5 -55114,6986.5 -55114,6986.6 -55114,6986.6 -55114,6986.7 -55114,6986.7 -55114,6986.7 -55114,6986.8 -55113,6986.8 -55113,6986.8 -55113,6986.9 -55113,6986.9 -55113,6986.9 -55113,6987 -55113,6987 -55113,6987 -55113,6987.1 -55112,6987.1 -55112,6987.1 -55112,6987.2 -55112,6987.2 -55112,6987.2 -55112,6987.3 -55112,6987.3 -55112,6987.4 -55111,6987.4 -55111,6987.4 -55111,6987.5 -55111,6987.5 -55111,6987.5 -55111,6987.6 -55111,6987.6 -55111,6987.6 -55111,6987.7 -55110,6987.7 -55110,6987.8 -55110,6987.8 -55110,6987.8 -55110,6987.9 -55110,6987.9 -55110,6987.9 -55110,6988 -55109,6988 -55109,6988 -55109,6988.1 -55109,6988.1 -55109,6988.1 -55109,6988.2 -55109,6988.2 -55109,6988.2 -55109,6988.3 -55108,6988.3 -55108,6988.3 -55108,6988.4 -55108,6988.4 -55108,6988.5 -55108,6988.5 -55108,6988.5 -55108,6988.6 -55107,6988.6 -55107,6988.6 -55107,6988.7 -55107,6988.7 -55107,6988.7 -55107,6988.8 -55107,6988.8 -55107,6988.9 -55106,6988.9 -55106,6988.9 -55106,6989 -55106,6989 -55106,6989 -55106,6989.1 -55106,6989.1 -55106,6989.1 -55106,6989.2 -55105,6989.2 -55105,6989.3 -55105,6989.3 -55105,6989.3 -55105,6989.4 -55105,6989.4 -55105,6989.4 -55105,6989.5 -55104,6989.5 -55104,6989.5 -55104,6989.6 -55104,6989.6 -55104,6989.6 -55104,6989.7 -55104,6989.7 -55104,6989.7 -55103,6989.8 -55103,6989.8 -55103,6989.8 -55103,6989.9 -55103,6989.9 -55103,6990 -55103,6990 -55103,6990 -55102,6990.1 -55102,6990.1 -55114,6985 -55114,6985 -55113,6985.1 -55113,6985.1 -55113,6985.1 -55113,6985.2 -55113,6985.2 -55113,6985.2 -55113,6985.2 -55113,6985.3 -55113,6985.3 -55113,6985.3 -55113,6985.3 -55112,6985.4 -55112,6985.4 -55112,6985.4 -55112,6985.4 -55112,6985.5 -55112,6985.5 -55112,6985.5 -55112,6985.6 -55112,6985.6 -55112,6985.6 -55111,6985.6 -55111,6985.7 -55111,6985.7 -55111,6985.7 -55111,6985.7 -55111,6985.8 -55111,6985.8 -55111,6985.8 -55111,6985.9 -55111,6985.9 -55111,6985.9 -55110,6985.9 -55110,6986 -55110,6986 -55110,6986 -55110,6986.1 -55110,6986.1 -55110,6986.1 -55110,6986.1 -55110,6986.2 -55110,6986.2 -55109,6986.2 -55109,6986.3 -55109,6986.3 -55109,6986.3 -55109,6986.4 -55109,6986.4 -55109,6986.4 -55109,6986.4 -55109,6986.5 -55109,6986.5 -55108,6986.5 -55108,6986.6 -55108,6986.6 -55108,6986.6 -55108,6986.6 -55108,6986.7 -55108,6986.7 -55108,6986.7 -55108,6986.8 -55108,6986.8 -55107,6986.8 -55107,6986.9 -55107,6986.9 -55107,6986.9 -55107,6986.9 -55107,6987 -55107,6987 -55107,6987 -55107,6987.1 -55107,6987.1 -55106,6987.1 -55106,6987.2 -55106,6987.2 -55106,6987.2 -55106,6987.2 -55106,6987.3 -55106,6987.3 -55106,6987.3 -55106,6987.4 -55106,6987.4 -55105,6987.4 -55105,6987.5 -55105,6987.5 -55105,6987.5 -55105,6987.6 -55105,6987.6 -55105,6987.6 -55105,6987.6 -55105,6987.7 -55105,6987.7 -55104,6987.7 -55104,6987.8 -55104,6987.8 -55104,6987.8 -55104,6987.9 -55104,6987.9 -55104,6987.9 -55104,6987.9 -55104,6988 -55104,6988 -55103,6988 -55103,6988.1 -55103,6988.1 -55103,6988.1 -55103,6988.2 -55103,6988.2 -55103,6988.2 -55103,6988.3 -55103,6988.3 -55102,6988.3 -55102,6988.4 -55102,6988.4 -55102,6988.4 -55102,6988.5 -55102,6988.5 -55102,6988.5 -55102,6988.6 -55102,6988.6 -55102,6988.6 -55101,6988.7 -55101,6988.7 -55101,6988.7 -55101,6988.7 -55101,6988.8 -55101,6988.8 -55101,6988.8 -55101,6988.9 -55101,6988.9 -55100,6988.9 -55100,6989 -55100,6989 -55100,6989 -55100,6989.1 -55100,6989.1 -55100,6989.1 -55100,6989.1 -55100,6989.2 -55100,6989.2 -55099,6989.2 -55099,6989.3 -55099,6989.3 -55099,6989.3 -55099,6989.4 -55099,6989.4 -55099,6989.4 -55099,6989.5 -55099,6989.5 -55098,6989.5 -55098,6989.6 -55098,6989.6 -55098,6989.6 -55098,6989.7 -55098,6989.7 -55098,6989.7 -55098,6989.8 -55098,6989.8 -55097,6989.8 -55097,6989.9 -55097,6989.9 -55097,6989.9 -55097,6990 -55097,6990 -55097,6990 -55097,6990.1 -55097,6990.1 -55097,6990.1 -55096,6990.2 -55096,6990.2 -55096,6990.3 -55096,6990.3 -55096,6990.3 -55096,6990.4 -55096,6990.4 -55096,6990.4 -55096,6990.5 -55095,6990.5 -55095,6990.5 -55095,6990.6 -55095,6990.6 -55095,6990.6 -55095,6990.7 -55095,6990.7 -55095,6990.7 -55095,6990.8 -55094,6990.8 -55094,6990.9 -55094,6990.9 -55094,6990.9 -55094,6991 -55094,6991 -55094,6991 -55094,6991.1 -55094,6991.1 -55093,6991.1 -55093,6991.2 -55093,6991.2 -55093,6991.3 -55093,6991.3 -55093,6991.3 -55093,6991.4 -55093,6991.4 -55093,6991.4 -55092,6991.5 -55092,6991.5 -55092,6991.5 -55092,6991.6 -55092,6991.6 -55092,6991.6 -55092,6991.7 -55092,6991.7 -55092,6991.8 -55091,6991.8 -55091,6991.8 -55091,6991.9 -55091,6991.9 -55091,6991.9 -55091,6992 -55091,6992 -55091,6992.1 -55090,6992.1 -55090,6992.1 -55090,6992.2 -55090,6992.2 -55090,6992.2 -55090,6992.3 -55090,6992.3 -55090,6992.4 -55090,6992.4 -55089,6992.4 -55089,6992.5 -55089,6992.5 -55089,6992.5 -55089,6992.6 -55089,6992.6 -55089,6992.7 -55089,6992.7 -55089,6992.7 -55088,6992.8 -55088,6992.8 -55088,6992.9 -55088,6992.9 -55088,6992.9 -55088,6993 -55088,6993 -55088,6993.1 -55088,6993.1 -55087,6993.1 -55087,6993.2 -55087,6993.2 -55087,6993.2 -55087,6993.3 -55087,6993.3 -55087,6993.4 -55087,6993.4 -55086,6993.4 -55086,6993.5 -55086,6993.5 -55086,6993.6 -55086,6993.6 -55086,6993.6 -55086,6993.7 -55086,6993.7 -55086,6993.8 -55085,6993.8 -55085,6993.8 -55085,6993.9 -55085,6993.9 -55085,6994 -55085,6994 -55085,6994.1 -55085,6994.1 -55084,6994.1 -55084,6994.2 -55084,6994.2 -55084,6994.3 -55084,6994.3 -55084,6994.3 -55084,6994.4 -55084,6994.4 -55084,6994.5 -55083,6994.5 -55083,6994.5 -55083,6994.6 -55083,6994.6 -55083,6994.7 -55083,6994.7 -55083,6994.7 -55083,6994.8 -55082,6994.8 -55082,6994.9 -55082,6994.9 -55082,6995 -55082,6995 -55082,6995 -55082,6995.1 -55094,6989.4 -55094,6989.5 -55094,6989.5 -55094,6989.5 -55094,6989.6 -55094,6989.6 -55093,6989.6 -55093,6989.7 -55093,6989.7 -55093,6989.7 -55093,6989.8 -55093,6989.8 -55093,6989.8 -55093,6989.8 -55093,6989.9 -55093,6989.9 -55093,6989.9 -55092,6990 -55092,6990 -55092,6990 -55092,6990.1 -55092,6990.1 -55092,6990.1 -55092,6990.2 -55092,6990.2 -55092,6990.2 -55092,6990.3 -55092,6990.3 -55092,6990.3 -55091,6990.4 -55091,6990.4 -55091,6990.4 -55091,6990.5 -55091,6990.5 -55091,6990.5 -55091,6990.6 -55091,6990.6 -55091,6990.6 -55091,6990.7 -55091,6990.7 -55090,6990.7 -55090,6990.8 -55090,6990.8 -55090,6990.8 -55090,6990.9 -55090,6990.9 -55090,6991 -55090,6991 -55090,6991 -55090,6991.1 -55090,6991.1 -55090,6991.1 -55089,6991.2 -55089,6991.2 -55089,6991.2 -55089,6991.3 -55089,6991.3 -55089,6991.3 -55089,6991.4 -55089,6991.4 -55089,6991.4 -55089,6991.5 -55089,6991.5 -55088,6991.6 -55088,6991.6 -55088,6991.6 -55088,6991.7 -55088,6991.7 -55088,6991.7 -55088,6991.8 -55088,6991.8 -55088,6991.8 -55088,6991.9 -55088,6991.9 -55087,6991.9 -55087,6992 -55087,6992 -55087,6992 -55087,6992.1 -55087,6992.1 -55087,6992.1 -55087,6992.2 -55087,6992.2 -55087,6992.3 -55087,6992.3 -55086,6992.3 -55086,6992.4 -55086,6992.4 -55086,6992.4 -55086,6992.5 -55086,6992.5 -55086,6992.5 -55086,6992.6 -55086,6992.6 -55086,6992.7 -55086,6992.7 -55086,6992.7 -55085,6992.8 -55085,6992.8 -55085,6992.8 -55085,6992.9 -55085,6992.9 -55085,6992.9 -55085,6993 -55085,6993 -55085,6993.1 -55085,6993.1 -55085,6993.1 -55084,6993.2 -55084,6993.2 -55084,6993.3 -55084,6993.3 -55084,6993.3 -55084,6993.4 -55084,6993.4 -55084,6993.4 -55084,6993.5 -55084,6993.5 -55083,6993.6 -55083,6993.6 -55083,6993.6 -55083,6993.7 -55083,6993.7 -55083,6993.7 -55083,6993.8 -55083,6993.8 -55083,6993.9 -55083,6993.9 -55083,6993.9 -55082,6994 -55082,6994 -55082,6994.1 -55082,6994.1 -55082,6994.1 -55082,6994.2 -55082,6994.2 -55082,6994.3 -55082,6994.3 -55082,6994.3 -55082,6994.4 -55081,6994.4 -55081,6994.5 -55081,6994.5 -55081,6994.5 -55081,6994.6 -55081,6994.6 -55081,6994.6 -55081,6994.7 -55081,6994.7 -55081,6994.8 -55080,6994.8 -55080,6994.8 -55080,6994.9 -55080,6994.9 -55080,6995 -55080,6995 -55080,6995 -55080,6995.1 -55080,6995.1 -55080,6995.2 -55079,6995.2 -55079,6995.2 -55079,6995.3 -55079,6995.3 -55079,6995.4 -55079,6995.4 -55079,6995.4 -55079,6995.5 -55079,6995.5 -55079,6995.6 -55079,6995.6 -55078,6995.6 -55078,6995.7 -55078,6995.7 -55078,6995.8 -55078,6995.8 -55078,6995.8 -55078,6995.9 -55078,6995.9 -55078,6996 -55078,6996 -55077,6996 -55077,6996.1 -55077,6996.1 -55077,6996.1 -55077,6996.2 -55077,6996.2 -55077,6996.3 -55077,6996.3 -55077,6996.3 -55077,6996.4 -55076,6996.4 -55076,6996.5 -55076,6996.5 -55076,6996.6 -55076,6996.6 -55076,6996.6 -55076,6996.7 -55076,6996.7 -55076,6996.8 -55076,6996.8 -55075,6996.8 -55075,6996.9 -55075,6996.9 -55075,6997 -55075,6997 -55075,6997.1 -55075,6997.1 -55075,6997.1 -55075,6997.2 -55075,6997.2 -55074,6997.3 -55074,6997.3 -55074,6997.3 -55074,6997.4 -55074,6997.4 -55074,6997.5 -55074,6997.5 -55074,6997.6 -55074,6997.6 -55074,6997.6 -55073,6997.7 -55073,6997.7 -55073,6997.8 -55073,6997.8 -55073,6997.8 -55073,6997.9 -55073,6997.9 -55073,6998 -55073,6998 -55072,6998 -55072,6998.1 -55072,6998.1 -55072,6998.2 -55072,6998.2 -55072,6998.3 -55072,6998.3 -55072,6998.3 -55072,6998.4 -55072,6998.4 -55071,6998.5 -55071,6998.5 -55071,6998.6 -55071,6998.6 -55071,6998.6 -55071,6998.7 -55071,6998.7 -55071,6998.8 -55071,6998.8 -55071,6998.9 -55070,6998.9 -55070,6998.9 -55070,6999 -55070,6999 -55070,6999.1 -55070,6999.1 -55070,6999.2 -55070,6999.2 -55070,6999.2 -55069,6999.3 -55069,6999.3 -55069,6999.4 -55069,6999.4 -55069,6999.5 -55069,6999.5 -55069,6999.6 -55069,6999.6 -55069,6999.6 -55068,6999.7 -55068,6999.7 -55068,6999.8 -55068,6999.8 -55068,6999.9 -55068,6999.9 -55068,6999.9 -55068,7000 -55068,7000 -55068,7000.1 -55067,7000.1 -55067,7000.2 -55067,7000.2 -55067,7000.3 -55067,7000.3 -55067,7000.3 -55067,7000.4 -55067,7000.4 -55067,7000.5 -55066,7000.5 -55066,7000.6 -55066,7000.6 -55066,7000.7 -55066,7000.7 -55066,7000.7 -55066,7000.8 -55066,7000.8 -55066,7000.9 -55065,7000.9 -55076,6995.5 -55076,6995.5 -55076,6995.6 -55076,6995.6 -55076,6995.6 -55076,6995.7 -55075,6995.7 -55075,6995.7 -55075,6995.8 -55075,6995.8 -55075,6995.8 -55075,6995.9 -55075,6995.9 -55075,6995.9 -55075,6996 -55075,6996 -55075,6996 -55075,6996.1 -55075,6996.1 -55074,6996.1 -55074,6996.2 -55074,6996.2 -55074,6996.2 -55074,6996.3 -55074,6996.3 -55074,6996.3 -55074,6996.4 -55074,6996.4 -55074,6996.5 -55074,6996.5 -55074,6996.5 -55074,6996.6 -55073,6996.6 -55073,6996.6 -55073,6996.7 -55073,6996.7 -55073,6996.7 -55073,6996.8 -55073,6996.8 -55073,6996.8 -55073,6996.9 -55073,6996.9 -55073,6996.9 -55073,6997 -55072,6997 -55072,6997.1 -55072,6997.1 -55072,6997.1 -55072,6997.2 -55072,6997.2 -55072,6997.2 -55072,6997.3 -55072,6997.3 -55072,6997.3 -55072,6997.4 -55072,6997.4 -55072,6997.5 -55071,6997.5 -55071,6997.5 -55071,6997.6 -55071,6997.6 -55071,6997.6 -55071,6997.7 -55071,6997.7 -55071,6997.7 -55071,6997.8 -55071,6997.8 -55071,6997.9 -55071,6997.9 -55070,6997.9 -55070,6998 -55070,6998 -55070,6998 -55070,6998.1 -55070,6998.1 -55070,6998.2 -55070,6998.2 -55070,6998.2 -55070,6998.3 -55070,6998.3 -55070,6998.3 -55069,6998.4 -55069,6998.4 -55069,6998.5 -55069,6998.5 -55069,6998.5 -55069,6998.6 -55069,6998.6 -55069,6998.6 -55069,6998.7 -55069,6998.7 -55069,6998.8 -55069,6998.8 -55068,6998.8 -55068,6998.9 -55068,6998.9 -55068,6998.9 -55068,6999 -55068,6999 -55068,6999.1 -55068,6999.1 -55068,6999.1 -55068,6999.2 -55068,6999.2 -55068,6999.3 -55067,6999.3 -55067,6999.3 -55067,6999.4 -55067,6999.4 -55067,6999.5 -55067,6999.5 -55067,6999.5 -55067,6999.6 -55067,6999.6 -55067,6999.7 -55067,6999.7 -55067,6999.7 -55066,6999.8 -55066,6999.8 -55066,6999.9 -55066,6999.9 -55066,6999.9 -55066,7000 -55066,7000 -55066,7000.1 -55066,7000.1 -55066,7000.1 -55066,7000.2 -55065,7000.2 -55065,7000.3 -55065,7000.3 -55065,7000.4 -55065,7000.4 -55065,7000.4 -55065,7000.5 -55065,7000.5 -55065,7000.6 -55065,7000.6 -55065,7000.7 -55065,7000.7 -55064,7000.7 -55064,7000.8 -55064,7000.8 -55064,7000.9 -55064,7000.9 -55064,7001 -55064,7001 -55064,7001 -55064,7001.1 -55064,7001.1 -55064,7001.2 -55063,7001.2 -55063,7001.3 -55063,7001.3 -55063,7001.3 -55063,7001.4 -55063,7001.4 -55063,7001.5 -55063,7001.5 -55063,7001.6 -55063,7001.6 -55063,7001.6 -55062,7001.7 -55062,7001.7 -55062,7001.8 -55062,7001.8 -55062,7001.9 -55062,7001.9 -55062,7002 -55062,7002 -55062,7002 -55062,7002.1 -55062,7002.1 -55062,7002.2 -55061,7002.2 -55061,7002.3 -55061,7002.3 -55061,7002.4 -55061,7002.4 -55061,7002.5 -55061,7002.5 -55061,7002.5 -55061,7002.6 -55061,7002.6 -55061,7002.7 -55060,7002.7 -55060,7002.8 -55060,7002.8 -55060,7002.9 -55060,7002.9 -55060,7003 -55060,7003 -55060,7003 -55060,7003.1 -55060,7003.1 -55060,7003.2 -55059,7003.2 -55059,7003.3 -55059,7003.3 -55059,7003.4 -55059,7003.4 -55059,7003.5 -55059,7003.5 -55059,7003.5 -55059,7003.6 -55059,7003.6 -55058,7003.7 -55058,7003.7 -55058,7003.8 -55058,7003.8 -55058,7003.9 -55058,7003.9 -55058,7004 -55058,7004 -55058,7004.1 -55058,7004.1 -55058,7004.2 -55057,7004.2 -55057,7004.3 -55057,7004.3 -55057,7004.4 -55057,7004.4 -55057,7004.5 -55057,7004.5 -55057,7004.6 -55057,7004.6 -55057,7004.6 -55056,7004.7 -55056,7004.7 -55056,7004.8 -55056,7004.8 -55056,7004.9 -55056,7004.9 -55056,7005 -55056,7005 -55056,7005.1 -55056,7005.1 -55056,7005.2 -55055,7005.2 -55055,7005.3 -55055,7005.3 -55055,7005.4 -55055,7005.4 -55055,7005.5 -55055,7005.5 -55055,7005.6 -55055,7005.6 -55055,7005.7 -55054,7005.7 -55054,7005.7 -55054,7005.8 -55054,7005.8 -55054,7005.9 -55054,7005.9 -55054,7006 -55054,7006 -55054,7006.1 -55054,7006.1 -55053,7006.2 -55053,7006.2 -55053,7006.3 -55053,7006.3 -55053,7006.4 -55053,7006.4 -55053,7006.5 -55053,7006.5 -55053,7006.6 -55053,7006.6 -55053,7006.7 -55052,7006.7 -55052,7006.8 -55052,7006.8 -55052,7006.9 -55052,7006.9 -55052,7007 -55052,7007 -55052,7007.1 -55052,7007.1 -55052,7007.2 -55051,7007.2 -55051,7007.3 -55051,7007.3 -55051,7007.4 -55051,7007.4 -55051,7007.5 -55051,7007.5 -55051,7007.6 -55051,7007.6 -55050,7007.7 -55050,7007.7 -55050,7007.8 -55050,7007.8 -55050,7007.9 -55050,7007.9 -55050,7008 -55050,7008 -55050,7008.1 -55050,7008.1 -55061,6998.8 -55061,6998.9 -55061,6998.9 -55061,6998.9 -55061,6999 -55061,6999 -55060,6999 -55060,6999.1 -55060,6999.1 -55060,6999.1 -55060,6999.2 -55060,6999.2 -55060,6999.2 -55060,6999.3 -55060,6999.3 -55060,6999.3 -55060,6999.4 -55060,6999.4 -55060,6999.4 -55060,6999.5 -55059,6999.5 -55059,6999.5 -55059,6999.6 -55059,6999.6 -55059,6999.6 -55059,6999.7 -55059,6999.7 -55059,6999.7 -55059,6999.7 -55059,6999.8 -55059,6999.8 -55059,6999.8 -55059,6999.9 -55059,6999.9 -55058,6999.9 -55058,7000 -55058,7000 -55058,7000 -55058,7000.1 -55058,7000.1 -55058,7000.1 -55058,7000.2 -55058,7000.2 -55058,7000.2 -55058,7000.3 -55058,7000.3 -55058,7000.3 -55058,7000.4 -55057,7000.4 -55057,7000.4 -55057,7000.5 -55057,7000.5 -55057,7000.5 -55057,7000.6 -55057,7000.6 -55057,7000.6 -55057,7000.7 -55057,7000.7 -55057,7000.7 -55057,7000.8 -55057,7000.8 -55057,7000.8 -55056,7000.9 -55056,7000.9 -55056,7000.9 -55056,7001 -55056,7001 -55056,7001 -55056,7001.1 -55056,7001.1 -55056,7001.1 -55056,7001.2 -55056,7001.2 -55056,7001.2 -55056,7001.3 -55056,7001.3 -55055,7001.3 -55055,7001.4 -55055,7001.4 -55055,7001.4 -55055,7001.5 -55055,7001.5 -55055,7001.5 -55055,7001.6 -55055,7001.6 -55055,7001.6 -55055,7001.7 -55055,7001.7 -55055,7001.8 -55054,7001.8 -55054,7001.8 -55054,7001.9 -55054,7001.9 -55054,7001.9 -55054,7002 -55054,7002 -55054,7002 -55054,7002.1 -55054,7002.1 -55054,7002.1 -55054,7002.2 -55054,7002.2 -55054,7002.2 -55053,7002.3 -55053,7002.3 -55053,7002.3 -55053,7002.4 -55053,7002.4 -55053,7002.4 -55053,7002.5 -55053,7002.5 -55053,7002.5 -55053,7002.6 -55053,7002.6 -55053,7002.6 -55053,7002.6 -55052,7002.7 -55052,7002.7 -55052,7002.7 -55052,7002.8 -55052,7002.8 -55052,7002.8 -55052,7002.9 -55052,7002.9 -55052,7002.9 -55052,7003 -55052,7003 -55052,7003 -55052,7003.1 -55052,7003.1 -55051,7003.1 -55051,7003.1 -55051,7003.2 -55051,7003.2 -55051,7003.2 -55051,7003.3 -55051,7003.3 -55051,7003.3 -55051,7003.4 -55051,7003.4 -55051,7003.4 -55051,7003.5 -55051,7003.5 -55051,7003.5 -55050,7003.6 -55050,7003.6 -55050,7003.6 -55050,7003.6 -55050,7003.7 -55050,7003.7 -55050,7003.7 -55050,7003.8 -55050,7003.8 -55050,7003.8 -55050,7003.8 -55050,7003.9 -55050,7003.9 -55050,7003.9 -55049,7004 -55049,7004 -55049,7004 -55049,7004.1 -55049,7004.1 -55049,7004.1 -55049,7004.1 -55049,7004.2 -55049,7004.2 -55049,7004.2 -55049,7004.3 -55049,7004.3 -55049,7004.3 -55048,7004.3 -55048,7004.4 -55048,7004.4 -55048,7004.4 -55048,7004.4 -55048,7004.5 -55048,7004.5 -55048,7004.5 -55048,7004.6 -55048,7004.6 -55048,7004.6 -55048,7004.6 -55048,7004.7 -55048,7004.7 -55047,7004.7 -55047,7004.7 -55047,7004.8 -55047,7004.8 -55047,7004.8 -55047,7004.8 -55047,7004.9 -55047,7004.9 -55047,7004.9 -55047,7004.9 -55047,7005 -55047,7005 -55047,7005 -55047,7005 -55046,7005 -55046,7005.1 -55046,7005.1 -55046,7005.1 -55046,7005.1 -55046,7005.2 -55046,7005.2 -55046,7005.2 -55046,7005.2 -55046,7005.2 -55046,7005.3 -55046,7005.3 -55046,7005.3 -55046,7005.3 -55045,7005.3 -55045,7005.4 -55045,7005.4 -55045,7005.4 -55045,7005.4 -55045,7005.5 -55045,7005.5 -55045,7005.5 -55045,7005.5 -55045,7005.5 -55045,7005.6 -55045,7005.6 -55045,7005.6 -55045,7005.6 -55044,7005.6 -55044,7005.6 -55044,7005.7 -55044,7005.7 -55044,7005.7 -55044,7005.7 -55044,7005.7 -55044,7005.7 -55044,7005.8 -55044,7005.8 -55044,7005.8 -55044,7005.8 -55044,7005.8 -55043,7005.8 -55043,7005.9 -55043,7005.9 -55043,7005.9 -55043,7005.9 -55043,7005.9 -55043,7005.9 -55043,7005.9 -55043,7006 -55043,7006 -55043,7006 -55043,7006 -55043,7006 -55043,7006 -55042,7006.1 -55042,7006.1 -55042,7006.1 -55042,7006.1 -55042,7006.1 -55042,7006.1 -55042,7006.1 -55042,7006.2 -55042,7006.2 -55042,7006.2 -55042,7006.2 -55042,7006.2 -55042,7006.2 -55041,7006.2 -55041,7006.2 -55041,7006.3 -55041,7006.3 -55041,7006.3 -55041,7006.3 -55041,7006.3 -55041,7006.3 -55041,7006.3 -55041,7006.3 -55041,7006.3 -55041,7006.3 -55041,7006.3 -55041,7006.4 -55040,7006.4 -55040,7006.4 -55040,7006.4 -55040,7006.4 -55040,7006.4 -55040,7006.4 -55040,7006.4 -55040,7006.4 -55040,7006.4 -55040,7006.4 -55040,7006.4 -55040,7006.4 -55040,7006.4 -55039,7006.5 -55039,7006.5 -55039,7006.5 -55047,6999.5 -55047,6999.5 -55047,6999.5 -55047,6999.5 -55047,6999.5 -55047,6999.5 -55047,6999.4 -55047,6999.4 -55046,6999.4 -55046,6999.4 -55046,6999.4 -55046,6999.4 -55046,6999.4 -55046,6999.3 -55046,6999.3 -55046,6999.3 -55046,6999.3 -55046,6999.3 -55046,6999.3 -55046,6999.2 -55046,6999.2 -55046,6999.2 -55046,6999.2 -55046,6999.2 -55046,6999.2 -55046,6999.1 -55046,6999.1 -55045,6999.1 -55045,6999.1 -55045,6999.1 -55045,6999 -55045,6999 -55045,6999 -55045,6999 -55045,6999 -55045,6998.9 -55045,6998.9 -55045,6998.9 -55045,6998.9 -55045,6998.9 -55045,6998.8 -55045,6998.8 -55045,6998.8 -55045,6998.8 -55045,6998.8 -55045,6998.7 -55044,6998.7 -55044,6998.7 -55044,6998.7 -55044,6998.7 -55044,6998.6 -55044,6998.6 -55044,6998.6 -55044,6998.6 -55044,6998.5 -55044,6998.5 -55044,6998.5 -55044,6998.5 -55044,6998.4 -55044,6998.4 -55044,6998.4 -55044,6998.4 -55044,6998.3 -55044,6998.3 -55044,6998.3 -55043,6998.2 -55043,6998.2 -55043,6998.2 -55043,6998.2 -55043,6998.1 -55043,6998.1 -55043,6998.1 -55043,6998 -55043,6998 -55043,6998 -55043,6998 -55043,6997.9 -55043,6997.9 -55043,6997.9 -55043,6997.8 -55043,6997.8 -55043,6997.8 -55043,6997.7 -55043,6997.7 -55043,6997.7 -55042,6997.6 -55042,6997.6 -55042,6997.6 -55042,6997.6 -55042,6997.5 -55042,6997.5 -55042,6997.4 -55042,6997.4 -55042,6997.4 -55042,6997.3 -55042,6997.3 -55042,6997.3 -55042,6997.2 -55042,6997.2 -55042,6997.2 -55042,6997.1 -55042,6997.1 -55042,6997 -55042,6997 -55041,6997 -55041,6996.9 -55041,6996.9 -55041,6996.8 -55041,6996.8 -55041,6996.8 -55041,6996.7 -55041,6996.7 -55041,6996.6 -55041,6996.6 -55041,6996.6 -55041,6996.5 -55041,6996.5 -55041,6996.5 -55041,6996.4 -55041,6996.4 -55041,6996.3 -55041,6996.3 -55040,6996.3 -55040,6996.2 -55040,6996.2 -55040,6996.1 -55040,6996.1 -55040,6996 -55040,6996 -55040,6996 -55040,6995.9 -55040,6995.9 -55040,6995.8 -55040,6995.8 -55040,6995.7 -55040,6995.7 -55040,6995.6 -55040,6995.6 -55040,6995.5 -55040,6995.5 -55040,6995.4 -55039,6995.4 -55039,6995.3 -55039,6995.3 -55039,6995.2 -55039,6995.2 -55039,6995.1 -55039,6995.1 -55039,6995 -55039,6995 -55039,6994.9 -55039,6994.9 -55039,6994.8 -55039,6994.8 -55039,6994.7 -55039,6994.7 -55039,6994.6 -55039,6994.6 -55039,6994.5 -55038,6994.5 -55038,6994.4 -55038,6994.4 -55038,6994.3 -55038,6994.3 -55038,6994.2 -55038,6994.2 -55038,6994.1 -55038,6994.1 -55038,6994 -55038,6994 -55038,6993.9 -55038,6993.8 -55038,6993.8 -55038,6993.7 -55038,6993.7 -55038,6993.6 -55038,6993.6 -55038,6993.5 -55037,6993.4 -55037,6993.4 -55037,6993.3 -55037,6993.3 -55037,6993.2 -55037,6993.1 -55037,6993.1 -55037,6993 -55037,6993 -55037,6992.9 -55037,6992.9 -55037,6992.8 -55037,6992.7 -55037,6992.7 -55037,6992.6 -55037,6992.6 -55037,6992.5 -55036,6992.4 -55036,6992.4 -55036,6992.3 -55036,6992.2 -55036,6992.2 -55036,6992.1 -55036,6992 -55036,6992 -55036,6991.9 -55036,6991.9 -55036,6991.8 -55036,6991.7 -55036,6991.7 -55036,6991.6 -55036,6991.5 -55036,6991.5 -55036,6991.4 -55035,6991.3 -55035,6991.3 -55035,6991.2 -55035,6991.1 -55035,6991 -55035,6991 -55035,6990.9 -55035,6990.8 -55035,6990.8 -55035,6990.7 -55035,6990.6 -55035,6990.6 -55035,6990.5 -55035,6990.4 -55035,6990.4 -55035,6990.3 -55034,6990.2 -55034,6990.1 -55034,6990.1 -55034,6990 -55034,6989.9 -55034,6989.8 -55034,6989.8 -55034,6989.7 -55034,6989.6 -55034,6989.6 -55034,6989.5 -55034,6989.4 -55034,6989.3 -55034,6989.2 -55034,6989.2 -55034,6989.1 -55033,6989 -55033,6988.9 -55033,6988.9 -55033,6988.8 -55033,6988.7 -55033,6988.6 -55033,6988.5 -55033,6988.5 -55033,6988.4 -55033,6988.3 -55033,6988.2 -55033,6988.1 -55033,6988.1 -55033,6988 -55033,6987.9 -55032,6987.8 -55032,6987.7 -55032,6987.6 -55032,6987.6 -55032,6987.5 -55032,6987.4 -55032,6987.3 -55032,6987.2 -55032,6987.1 -55032,6987.1 -55032,6987 -55032,6986.9 -55032,6986.8 -55032,6986.7 -55032,6986.6 -55031,6986.5 -55031,6986.5 -55031,6986.4 -55031,6986.3 -55031,6986.2 -55031,6986.1 -55031,6986 -55031,6985.9 -55031,6985.8 -55031,6985.7 -55031,6985.7 -55031,6985.6 -55031,6985.5 -55031,6985.4 -55031,6985.3 -55030,6985.2 -55030,6985.1 -55030,6985 -55030,6984.9 -55030,6984.8 -55030,6984.7 -55030,6984.6 -55030,6984.5 -55039,6984.7 -55039,6984.6 -55039,6984.5 -55039,6984.4 -55039,6984.4 -55039,6984.3 -55039,6984.2 -55039,6984.1 -55039,6984 -55039,6983.9 -55039,6983.8 -55038,6983.7 -55038,6983.6 -55038,6983.5 -55038,6983.4 -55038,6983.3 -55038,6983.2 -55038,6983.1 -55038,6983 -55038,6982.9 -55038,6982.8 -55038,6982.6 -55038,6982.5 -55038,6982.4 -55038,6982.3 -55038,6982.2 -55038,6982.1 -55038,6982 -55038,6981.9 -55038,6981.8 -55038,6981.7 -55038,6981.6 -55038,6981.5 -55038,6981.4 -55038,6981.3 -55037,6981.1 -55037,6981 -55037,6980.9 -55037,6980.8 -55037,6980.7 -55037,6980.6 -55037,6980.5 -55037,6980.4 -55037,6980.3 -55037,6980.2 -55037,6980 -55037,6979.9 -55037,6979.8 -55037,6979.7 -55037,6979.6 -55037,6979.5 -55037,6979.4 -55037,6979.2 -55037,6979.1 -55037,6979 -55037,6978.9 -55037,6978.8 -55037,6978.6 -55036,6978.5 -55036,6978.4 -55036,6978.3 -55036,6978.2 -55036,6978.1 -55036,6977.9 -55036,6977.8 -55036,6977.7 -55036,6977.6 -55036,6977.4 -55036,6977.3 -55036,6977.2 -55036,6977.1 -55036,6977 -55036,6976.8 -55036,6976.7 -55036,6976.6 -55036,6976.5 -55036,6976.3 -55036,6976.2 -55036,6976.1 -55036,6976 -55035,6975.8 -55035,6975.7 -55035,6975.6 -55035,6975.4 -55035,6975.3 -55035,6975.2 -55035,6975.1 -55035,6974.9 -55035,6974.8 -55035,6974.7 -55035,6974.5 -55035,6974.4 -55035,6974.3 -55035,6974.1 -55035,6974 -55035,6973.9 -55035,6973.7 -55035,6973.6 -55035,6973.5 -55035,6973.3 -55035,6973.2 -55034,6973 -55034,6972.9 -55034,6972.8 -55034,6972.6 -55034,6972.5 -55034,6972.3 -55034,6972.2 -55034,6972.1 -55034,6971.9 -55034,6971.8 -55034,6971.6 -55034,6971.5 -55034,6971.4 -55034,6971.2 -55034,6971.1 -55034,6970.9 -55034,6970.8 -55034,6970.7 -55034,6970.5 -55034,6970.4 -55033,6970.2 -55033,6970.1 -55033,6969.9 -55033,6969.8 -55033,6969.6 -55033,6969.5 -55033,6969.3 -55033,6969.2 -55033,6969.1 -55033,6968.9 -55033,6968.8 -55033,6968.6 -55033,6968.5 -55033,6968.3 -55033,6968.2 -55033,6968 -55033,6967.9 -55033,6967.7 -55033,6967.6 -55033,6967.4 -55032,6967.3 -55032,6967.1 -55032,6967 -55032,6966.8 -55032,6966.6 -55032,6966.5 -55032,6966.3 -55032,6966.2 -55032,6966 -55032,6965.9 -55032,6965.7 -55032,6965.6 -55032,6965.4 -55032,6965.3 -55032,6965.1 -55032,6964.9 -55032,6964.8 -55032,6964.6 -55032,6964.5 -55031,6964.3 -55031,6964.1 -55031,6964 -55031,6963.8 -55031,6963.7 -55031,6963.5 -55031,6963.3 -55031,6963.2 -55031,6963 -55031,6962.8 -55031,6962.7 -55031,6962.5 -55031,6962.3 -55031,6962.2 -55031,6962 -55031,6961.8 -55031,6961.7 -55031,6961.5 -55031,6961.3 -55030,6961.2 -55030,6961 -55030,6960.8 -55030,6960.7 -55030,6960.5 -55030,6960.3 -55030,6960.1 -55030,6960 -55030,6959.8 -55030,6959.6 -55030,6959.5 -55030,6959.3 -55030,6959.1 -55030,6958.9 -55030,6958.8 -55030,6958.6 -55030,6958.4 -55030,6958.2 -55029,6958.1 -55029,6957.9 -55029,6957.7 -55029,6957.5 -55029,6957.3 -55029,6957.2 -55029,6957 -55029,6956.8 -55029,6956.6 -55029,6956.4 -55029,6956.3 -55029,6956.1 -55029,6955.9 -55029,6955.7 -55029,6955.5 -55029,6955.4 -55029,6955.2 -55029,6955 -55028,6954.8 -55028,6954.6 -55028,6954.4 -55028,6954.2 -55028,6954.1 -55028,6953.9 -55028,6953.7 -55028,6953.5 -55028,6953.3 -55028,6953.1 -55028,6952.9 -55028,6952.7 -55028,6952.6 -55028,6952.4 -55028,6952.2 -55028,6952 -55028,6951.8 -55027,6951.6 -55027,6951.4 -55027,6951.2 -55027,6951 -55027,6950.8 -55027,6950.6 -55027,6950.4 -55027,6950.3 -55027,6950.1 -55027,6949.9 -55027,6949.7 -55027,6949.5 -55027,6949.3 -55027,6949.1 -55027,6948.9 -55027,6948.7 -55027,6948.5 -55027,6948.3 -55026,6948.1 -55026,6947.9 -55026,6947.7 -55026,6947.5 -55026,6947.3 -55026,6947.1 -55026,6946.9 -55026,6946.6 -55026,6946.4 -55026,6946.2 -55026,6946 -55026,6945.8 -55026,6945.6 -55026,6945.4 -55026,6945.2 -55026,6945 -55025,6944.8 -55025,6944.6 -55025,6944.4 -55025,6944.2 -55025,6943.9 -55025,6943.7 -55025,6943.5 -55025,6943.3 -55025,6943.1 -55025,6942.9 -55025,6942.7 -55025,6942.5 -55025,6942.2 -55025,6942 -55025,6941.8 -55025,6941.6 -55024,6941.4 -55024,6941.2 -55024,6940.9 -55024,6940.7 -55024,6940.5 -55024,6940.3 -55024,6940.1 -55024,6939.9 -55024,6939.6 -55024,6939.4 -55024,6939.2 -55024,6939 -55024,6938.7 -55024,6938.5 -55024,6938.3 -55023,6938.1 -55023,6937.8 -55023,6937.6 -55037,6960.7 -55037,6960.5 -55037,6960.3 -55036,6960.2 -55036,6960 -55036,6959.8 -55036,6959.7 -55036,6959.5 -55036,6959.3 -55036,6959.2 -55036,6959 -55036,6958.8 -55036,6958.6 -55036,6958.5 -55036,6958.3 -55036,6958.1 -55036,6957.9 -55036,6957.8 -55036,6957.6 -55036,6957.4 -55036,6957.2 -55036,6957.1 -55036,6956.9 -55036,6956.7 -55036,6956.5 -55036,6956.4 -55036,6956.2 -55036,6956 -55036,6955.8 -55036,6955.6 -55036,6955.4 -55036,6955.3 -55036,6955.1 -55036,6954.9 -55036,6954.7 -55036,6954.5 -55036,6954.4 -55036,6954.2 -55036,6954 -55036,6953.8 -55036,6953.6 -55036,6953.4 -55036,6953.2 -55036,6953.1 -55036,6952.9 -55036,6952.7 -55036,6952.5 -55036,6952.3 -55036,6952.1 -55036,6951.9 -55036,6951.7 -55036,6951.5 -55036,6951.4 -55036,6951.2 -55036,6951 -55036,6950.8 -55036,6950.6 -55036,6950.4 -55036,6950.2 -55036,6950 -55036,6949.8 -55036,6949.6 -55036,6949.4 -55036,6949.2 -55036,6949 -55036,6948.8 -55036,6948.6 -55036,6948.4 -55036,6948.3 -55036,6948.1 -55036,6947.9 -55036,6947.7 -55036,6947.5 -55036,6947.3 -55036,6947.1 -55036,6946.9 -55036,6946.7 -55035,6946.5 -55035,6946.3 -55035,6946.1 -55035,6945.9 -55035,6945.7 -55035,6945.5 -55035,6945.3 -55035,6945 -55035,6944.8 -55035,6944.6 -55035,6944.4 -55035,6944.2 -55035,6944 -55035,6943.8 -55035,6943.6 -55035,6943.4 -55035,6943.2 -55035,6943 -55035,6942.8 -55035,6942.6 -55035,6942.4 -55035,6942.2 -55035,6942 -55035,6941.7 -55035,6941.5 -55035,6941.3 -55035,6941.1 -55035,6940.9 -55035,6940.7 -55035,6940.5 -55035,6940.3 -55035,6940 -55035,6939.8 -55035,6939.6 -55035,6939.4 -55035,6939.2 -55035,6939 -55035,6938.8 -55035,6938.5 -55035,6938.3 -55035,6938.1 -55035,6937.9 -55035,6937.7 -55035,6937.5 -55035,6937.2 -55035,6937 -55035,6936.8 -55035,6936.6 -55035,6936.4 -55035,6936.1 -55035,6935.9 -55035,6935.7 -55035,6935.5 -55035,6935.2 -55035,6935 -55035,6934.8 -55035,6934.6 -55035,6934.4 -55035,6934.1 -55035,6933.9 -55035,6933.7 -55035,6933.5 -55035,6933.2 -55035,6933 -55035,6932.8 -55035,6932.5 -55035,6932.3 -55035,6932.1 -55035,6931.9 -55035,6931.6 -55034,6931.4 -55034,6931.2 -55034,6930.9 -55034,6930.7 -55034,6930.5 -55034,6930.2 -55034,6930 -55034,6929.8 -55034,6929.5 -55034,6929.3 -55034,6929.1 -55034,6928.8 -55034,6928.6 -55034,6928.4 -55034,6928.1 -55034,6927.9 -55034,6927.7 -55034,6927.4 -55034,6927.2 -55034,6927 -55034,6926.7 -55034,6926.5 -55034,6926.2 -55034,6926 -55034,6925.8 -55034,6925.5 -55034,6925.3 -55034,6925 -55034,6924.8 -55034,6924.5 -55034,6924.3 -55034,6924.1 -55034,6923.8 -55034,6923.6 -55034,6923.3 -55034,6923.1 -55034,6922.8 -55034,6922.6 -55034,6922.3 -55034,6922.1 -55034,6921.8 -55034,6921.6 -55034,6921.3 -55034,6921.1 -55034,6920.8 -55034,6920.6 -55034,6920.3 -55034,6920.1 -55034,6919.8 -55034,6919.6 -55034,6919.3 -55034,6919.1 -55034,6918.8 -55034,6918.6 -55034,6918.3 -55034,6918.1 -55034,6917.8 -55034,6917.5 -55034,6917.3 -55034,6917 -55033,6916.8 -55033,6916.5 -55033,6916.3 -55033,6916 -55033,6915.7 -55033,6915.5 -55033,6915.2 -55033,6915 -55033,6914.7 -55033,6914.4 -55033,6914.2 -55033,6913.9 -55033,6913.7 -55033,6913.4 -55033,6913.1 -55033,6912.9 -55033,6912.6 -55033,6912.4 -55033,6912.1 -55033,6911.8 -55033,6911.6 -55033,6911.3 -55033,6911 -55033,6910.8 -55033,6910.5 -55033,6910.2 -55033,6910 -55033,6909.7 -55033,6909.4 -55033,6909.2 -55033,6908.9 -55033,6908.6 -55033,6908.4 -55033,6908.1 -55033,6907.8 -55033,6907.5 -55033,6907.3 -55033,6907 -55033,6906.7 -55033,6906.5 -55033,6906.2 -55033,6905.9 -55033,6905.6 -55033,6905.4 -55033,6905.1 -55033,6904.8 -55033,6904.5 -55033,6904.3 -55033,6904 -55033,6903.7 -55033,6903.4 -55033,6903.2 -55033,6902.9 -55033,6902.6 -55033,6902.3 -55032,6902 -55032,6901.8 -55032,6901.5 -55032,6901.2 -55032,6900.9 -55032,6900.6 -55032,6900.4 -55032,6900.1 -55032,6899.8 -55032,6899.5 -55032,6899.2 -55032,6898.9 -55032,6898.7 -55032,6898.4 -55032,6898.1 -55032,6897.8 -55032,6897.5 -55032,6897.2 -55032,6896.9 -55032,6896.7 -55032,6896.4 -55032,6896.1 -55032,6895.8 -55032,6895.5 -55032,6895.2 -55032,6894.9 -55032,6894.6 -55032,6894.3 -55032,6894.1 -55032,6893.8 -55032,6893.5 -55032,6893.2 -55032,6892.9 -55032,6892.6 -55032,6892.3 -55032,6892 -55036,6937.9 -55036,6937.7 -55036,6937.5 -55036,6937.3 -55036,6937.2 -55036,6937 -55036,6936.8 -55036,6936.7 -55036,6936.5 -55036,6936.3 -55036,6936.2 -55036,6936 -55036,6935.8 -55036,6935.6 -55036,6935.5 -55036,6935.3 -55036,6935.1 -55036,6934.9 -55036,6934.8 -55036,6934.6 -55037,6934.4 -55037,6934.3 -55037,6934.1 -55037,6933.9 -55037,6933.7 -55037,6933.6 -55037,6933.4 -55037,6933.2 -55037,6933 -55037,6932.9 -55037,6932.7 -55037,6932.5 -55037,6932.3 -55037,6932.2 -55037,6932 -55037,6931.8 -55037,6931.6 -55037,6931.4 -55037,6931.3 -55037,6931.1 -55037,6930.9 -55037,6930.7 -55037,6930.5 -55037,6930.4 -55037,6930.2 -55037,6930 -55037,6929.8 -55037,6929.6 -55037,6929.5 -55037,6929.3 -55037,6929.1 -55037,6928.9 -55037,6928.7 -55037,6928.5 -55037,6928.4 -55037,6928.2 -55037,6928 -55037,6927.8 -55037,6927.6 -55037,6927.4 -55037,6927.3 -55037,6927.1 -55037,6926.9 -55037,6926.7 -55037,6926.5 -55037,6926.3 -55037,6926.1 -55037,6925.9 -55037,6925.8 -55037,6925.6 -55037,6925.4 -55037,6925.2 -55037,6925 -55037,6924.8 -55037,6924.6 -55037,6924.4 -55037,6924.3 -55037,6924.1 -55037,6923.9 -55037,6923.7 -55037,6923.5 -55037,6923.3 -55037,6923.1 -55037,6922.9 -55037,6922.7 -55037,6922.5 -55037,6922.3 -55037,6922.2 -55037,6922 -55037,6921.8 -55037,6921.6 -55037,6921.4 -55037,6921.2 -55037,6921 -55037,6920.8 -55037,6920.6 -55037,6920.4 -55037,6920.2 -55037,6920 -55037,6919.8 -55037,6919.7 -55037,6919.5 -55037,6919.3 -55037,6919.1 -55037,6918.9 -55037,6918.7 -55037,6918.5 -55037,6918.3 -55037,6918.1 -55037,6917.9 -55037,6917.7 -55037,6917.5 -55037,6917.3 -55037,6917.1 -55037,6916.9 -55037,6916.7 -55037,6916.5 -55037,6916.3 -55037,6916.1 -55037,6915.9 -55037,6915.7 -55037,6915.5 -55037,6915.3 -55037,6915.1 -55037,6914.9 -55037,6914.7 -55037,6914.5 -55037,6914.3 -55037,6914.1 -55037,6913.9 -55037,6913.7 -55037,6913.5 -55037,6913.3 -55037,6913.1 -55037,6912.9 -55037,6912.7 -55037,6912.5 -55037,6912.2 -55037,6912 -55037,6911.8 -55037,6911.6 -55037,6911.4 -55037,6911.2 -55037,6911 -55037,6910.8 -55037,6910.6 -55037,6910.4 -55037,6910.2 -55038,6910 -55038,6909.8 -55038,6909.6 -55038,6909.3 -55038,6909.1 -55038,6908.9 -55038,6908.7 -55038,6908.5 -55038,6908.3 -55038,6908.1 -55038,6907.9 -55038,6907.7 -55038,6907.5 -55038,6907.3 -55038,6907 -55038,6906.8 -55038,6906.6 -55038,6906.4 -55038,6906.2 -55038,6906 -55038,6905.8 -55038,6905.6 -55038,6905.4 -55038,6905.2 -55038,6904.9 -55038,6904.7 -55038,6904.5 -55038,6904.3 -55038,6904.1 -55038,6903.9 -55038,6903.7 -55038,6903.4 -55038,6903.2 -55038,6903 -55038,6902.8 -55038,6902.6 -55038,6902.4 -55038,6902.1 -55038,6901.9 -55038,6901.7 -55038,6901.5 -55038,6901.3 -55038,6901 -55038,6900.8 -55038,6900.6 -55038,6900.4 -55038,6900.2 -55038,6899.9 -55038,6899.7 -55038,6899.5 -55038,6899.3 -55038,6899.1 -55038,6898.8 -55038,6898.6 -55038,6898.4 -55038,6898.2 -55038,6898 -55038,6897.7 -55038,6897.5 -55038,6897.3 -55038,6897.1 -55038,6896.8 -55038,6896.6 -55038,6896.4 -55038,6896.2 -55038,6895.9 -55038,6895.7 -55038,6895.5 -55038,6895.2 -55038,6895 -55038,6894.8 -55038,6894.6 -55038,6894.3 -55039,6894.1 -55039,6893.9 -55039,6893.7 -55039,6893.4 -55039,6893.2 -55039,6893 -55039,6892.7 -55039,6892.5 -55039,6892.3 -55039,6892 -55039,6891.8 -55039,6891.6 -55039,6891.4 -55039,6891.1 -55039,6890.9 -55039,6890.7 -55039,6890.4 -55039,6890.2 -55039,6890 -55039,6889.7 -55039,6889.5 -55039,6889.3 -55039,6889 -55039,6888.8 -55039,6888.6 -55039,6888.3 -55039,6888.1 -55039,6887.8 -55039,6887.6 -55039,6887.4 -55039,6887.1 -55039,6886.9 -55039,6886.7 -55039,6886.4 -55039,6886.2 -55039,6885.9 -55039,6885.7 -55039,6885.5 -55039,6885.2 -55039,6885 -55039,6884.7 -55039,6884.5 -55039,6884.3 -55039,6884 -55039,6883.8 -55039,6883.5 -55039,6883.3 -55039,6883 -55039,6882.8 -55039,6882.6 -55039,6882.3 -55039,6882.1 -55039,6881.8 -55039,6881.6 -55039,6881.3 -55039,6881.1 -55039,6880.9 -55039,6880.6 -55039,6880.4 -55039,6880.1 -55039,6879.9 -55040,6879.6 -55040,6879.4 -55040,6879.1 -55040,6878.9 -55040,6878.6 -55040,6878.4 -55040,6878.1 -55040,6877.9 -55040,6877.6 -55040,6877.4 -55040,6877.1 -55040,6876.9 -55040,6876.6 -55040,6876.4 -55040,6876.1 -55037,6919.6 -55037,6919.4 -55037,6919.3 -55037,6919.2 -55037,6919 -55037,6918.9 -55037,6918.8 -55037,6918.6 -55037,6918.5 -55037,6918.4 -55037,6918.2 -55037,6918.1 -55037,6918 -55037,6917.8 -55037,6917.7 -55037,6917.6 -55037,6917.4 -55037,6917.3 -55037,6917.2 -55037,6917 -55037,6916.9 -55037,6916.8 -55037,6916.6 -55037,6916.5 -55037,6916.4 -55037,6916.2 -55037,6916.1 -55037,6916 -55037,6915.8 -55037,6915.7 -55037,6915.6 -55037,6915.4 -55037,6915.3 -55037,6915.2 -55037,6915 -55037,6914.9 -55037,6914.8 -55037,6914.6 -55037,6914.5 -55037,6914.4 -55037,6914.2 -55037,6914.1 -55037,6913.9 -55037,6913.8 -55037,6913.7 -55037,6913.5 -55038,6913.4 -55038,6913.3 -55038,6913.1 -55038,6913 -55038,6912.9 -55038,6912.7 -55038,6912.6 -55038,6912.5 -55038,6912.3 -55038,6912.2 -55038,6912 -55038,6911.9 -55038,6911.8 -55038,6911.6 -55038,6911.5 -55038,6911.4 -55038,6911.2 -55038,6911.1 -55038,6910.9 -55038,6910.8 -55038,6910.7 -55038,6910.5 -55038,6910.4 -55038,6910.3 -55038,6910.1 -55038,6910 -55038,6909.8 -55038,6909.7 -55038,6909.6 -55038,6909.4 -55038,6909.3 -55038,6909.2 -55038,6909 -55038,6908.9 -55038,6908.7 -55038,6908.6 -55038,6908.5 -55038,6908.3 -55038,6908.2 -55038,6908.1 -55038,6907.9 -55038,6907.8 -55038,6907.6 -55038,6907.5 -55038,6907.3 -55038,6907.2 -55038,6907.1 -55038,6906.9 -55038,6906.8 -55038,6906.6 -55038,6906.5 -55038,6906.4 -55038,6906.2 -55038,6906.1 -55038,6905.9 -55038,6905.8 -55038,6905.7 -55039,6905.5 -55039,6905.4 -55039,6905.2 -55039,6905.1 -55039,6904.9 -55039,6904.8 -55039,6904.7 -55039,6904.5 -55039,6904.4 -55039,6904.2 -55039,6904.1 -55039,6903.9 -55039,6903.8 -55039,6903.7 -55039,6903.5 -55039,6903.4 -55039,6903.2 -55039,6903.1 -55039,6903 -55039,6902.8 -55039,6902.7 -55039,6902.5 -55039,6902.4 -55039,6902.2 -55039,6902.1 -55039,6901.9 -55039,6901.8 -55039,6901.7 -55039,6901.5 -55039,6901.4 -55039,6901.2 -55039,6901.1 -55039,6900.9 -55039,6900.8 -55039,6900.6 -55039,6900.5 -55039,6900.4 -55039,6900.2 -55039,6900.1 -55039,6899.9 -55039,6899.8 -55039,6899.6 -55039,6899.5 -55039,6899.4 -55039,6899.2 -55039,6899.1 -55039,6898.9 -55039,6898.8 -55039,6898.6 -55039,6898.5 -55039,6898.3 -55040,6898.2 -55040,6898 -55040,6897.9 -55040,6897.7 -55040,6897.6 -55040,6897.5 -55040,6897.3 -55040,6897.2 -55040,6897 -55040,6896.9 -55040,6896.7 -55040,6896.6 -55040,6896.4 -55040,6896.3 -55040,6896.1 -55040,6896 -55040,6895.8 -55040,6895.7 -55040,6895.5 -55040,6895.4 -55040,6895.2 -55040,6895.1 -55040,6894.9 -55040,6894.8 -55040,6894.6 -55040,6894.5 -55040,6894.3 -55040,6894.2 -55040,6894 -55040,6893.9 -55040,6893.7 -55040,6893.6 -55040,6893.4 -55040,6893.3 -55040,6893.1 -55040,6893 -55040,6892.8 -55040,6892.7 -55040,6892.5 -55040,6892.4 -55040,6892.2 -55040,6892.1 -55040,6891.9 -55040,6891.8 -55040,6891.6 -55040,6891.5 -55041,6891.3 -55041,6891.2 -55041,6891 -55041,6890.9 -55041,6890.7 -55041,6890.6 -55041,6890.4 -55041,6890.3 -55041,6890.1 -55041,6890 -55041,6889.8 -55041,6889.7 -55041,6889.5 -55041,6889.4 -55041,6889.2 -55041,6889.1 -55041,6888.9 -55041,6888.8 -55041,6888.6 -55041,6888.4 -55041,6888.3 -55041,6888.1 -55041,6888 -55041,6887.8 -55041,6887.7 -55041,6887.5 -55041,6887.4 -55041,6887.2 -55041,6887.1 -55041,6886.9 -55041,6886.8 -55041,6886.6 -55041,6886.5 -55041,6886.3 -55041,6886.1 -55041,6886 -55041,6885.8 -55041,6885.7 -55041,6885.5 -55041,6885.4 -55041,6885.2 -55041,6885.1 -55042,6884.9 -55042,6884.8 -55042,6884.6 -55042,6884.4 -55042,6884.3 -55042,6884.1 -55042,6884 -55042,6883.8 -55042,6883.7 -55042,6883.5 -55042,6883.4 -55042,6883.2 -55042,6883 -55042,6882.9 -55042,6882.7 -55042,6882.6 -55042,6882.4 -55042,6882.3 -55042,6882.1 -55042,6882 -55042,6881.8 -55042,6881.6 -55042,6881.5 -55042,6881.3 -55042,6881.2 -55042,6881 -55042,6880.9 -55042,6880.7 -55042,6880.5 -55042,6880.4 -55042,6880.2 -55042,6880.1 -55042,6879.9 -55042,6879.8 -55042,6879.6 -55042,6879.4 -55042,6879.3 -55042,6879.1 -55042,6879 -55043,6878.8 -55043,6878.7 -55043,6878.5 -55043,6878.3 -55043,6878.2 -55043,6878 -55043,6877.9 -55043,6877.7 -55043,6877.6 -55043,6877.4 -55043,6877.2 -55043,6877.1 -55043,6876.9 -55043,6876.8 -55043,6876.6 -55043,6876.4 -55043,6876.3 -55043,6876.1 -55035,6904.3 -55035,6904.2 -55035,6904.1 -55035,6904 -55035,6903.9 -55035,6903.8 -55035,6903.8 -55035,6903.7 -55035,6903.6 -55035,6903.5 -55035,6903.4 -55035,6903.4 -55035,6903.3 -55035,6903.2 -55035,6903.1 -55035,6903 -55035,6903 -55035,6902.9 -55035,6902.8 -55035,6902.7 -55035,6902.6 -55035,6902.6 -55035,6902.5 -55035,6902.4 -55035,6902.3 -55035,6902.2 -55035,6902.2 -55035,6902.1 -55035,6902 -55035,6901.9 -55035,6901.8 -55035,6901.8 -55035,6901.7 -55035,6901.6 -55035,6901.5 -55035,6901.4 -55035,6901.4 -55035,6901.3 -55035,6901.2 -55035,6901.1 -55035,6901 -55035,6901 -55035,6900.9 -55035,6900.8 -55035,6900.7 -55036,6900.6 -55036,6900.6 -55036,6900.5 -55036,6900.4 -55036,6900.3 -55036,6900.2 -55036,6900.2 -55036,6900.1 -55036,6900 -55036,6899.9 -55036,6899.9 -55036,6899.8 -55036,6899.7 -55036,6899.6 -55036,6899.5 -55036,6899.5 -55036,6899.4 -55036,6899.3 -55036,6899.2 -55036,6899.1 -55036,6899.1 -55036,6899 -55036,6898.9 -55036,6898.8 -55036,6898.7 -55036,6898.7 -55036,6898.6 -55036,6898.5 -55036,6898.4 -55036,6898.3 -55036,6898.3 -55036,6898.2 -55036,6898.1 -55036,6898 -55036,6897.9 -55036,6897.9 -55036,6897.8 -55036,6897.7 -55036,6897.6 -55036,6897.5 -55036,6897.5 -55036,6897.4 -55036,6897.3 -55036,6897.2 -55036,6897.1 -55036,6897.1 -55036,6897 -55036,6896.9 -55036,6896.8 -55036,6896.7 -55036,6896.7 -55036,6896.6 -55036,6896.5 -55036,6896.4 -55036,6896.3 -55036,6896.3 -55036,6896.2 -55036,6896.1 -55036,6896 -55036,6895.9 -55036,6895.8 -55036,6895.8 -55036,6895.7 -55036,6895.6 -55036,6895.5 -55036,6895.4 -55036,6895.4 -55036,6895.3 -55036,6895.2 -55036,6895.1 -55036,6895 -55036,6895 -55037,6894.9 -55037,6894.8 -55037,6894.7 -55037,6894.6 -55037,6894.6 -55037,6894.5 -55037,6894.4 -55037,6894.3 -55037,6894.2 -55037,6894.2 -55037,6894.1 -55037,6894 -55037,6893.9 -55037,6893.8 -55037,6893.8 -55037,6893.7 -55037,6893.6 -55037,6893.5 -55037,6893.4 -55037,6893.4 -55037,6893.3 -55037,6893.2 -55037,6893.1 -55037,6893 -55037,6893 -55037,6892.9 -55037,6892.8 -55037,6892.7 -55037,6892.6 -55037,6892.5 -55037,6892.5 -55037,6892.4 -55037,6892.3 -55037,6892.2 -55037,6892.1 -55037,6892.1 -55037,6892 -55037,6891.9 -55037,6891.8 -55037,6891.7 -55037,6891.6 -55037,6891.6 -55037,6891.5 -55037,6891.4 -55037,6891.3 -55037,6891.2 -55037,6891.2 -55037,6891.1 -55037,6891 -55037,6890.9 -55037,6890.8 -55037,6890.7 -55037,6890.7 -55037,6890.6 -55037,6890.5 -55037,6890.4 -55037,6890.3 -55037,6890.3 -55037,6890.2 -55037,6890.1 -55037,6890 -55037,6889.9 -55038,6889.9 -55038,6889.8 -55038,6889.7 -55038,6889.6 -55038,6889.5 -55038,6889.5 -55038,6889.4 -55038,6889.3 -55038,6889.2 -55038,6889.1 -55038,6889 -55038,6889 -55038,6888.9 -55038,6888.8 -55038,6888.7 -55038,6888.6 -55038,6888.6 -55038,6888.5 -55038,6888.4 -55038,6888.3 -55038,6888.2 -55038,6888.2 -55038,6888.1 -55038,6888 -55038,6887.9 -55038,6887.8 -55038,6887.8 -55038,6887.7 -55038,6887.6 -55038,6887.5 -55038,6887.4 -55038,6887.4 -55038,6887.3 -55038,6887.2 -55038,6887.1 -55038,6887 -55038,6887 -55038,6886.9 -55038,6886.8 -55038,6886.7 -55038,6886.6 -55038,6886.5 -55038,6886.5 -55038,6886.4 -55038,6886.3 -55038,6886.2 -55038,6886.1 -55038,6886.1 -55038,6886 -55038,6885.9 -55038,6885.8 -55038,6885.7 -55038,6885.6 -55038,6885.6 -55039,6885.5 -55039,6885.4 -55039,6885.3 -55039,6885.2 -55039,6885.2 -55039,6885.1 -55039,6885 -55039,6884.9 -55039,6884.8 -55039,6884.8 -55039,6884.7 -55039,6884.6 -55039,6884.5 -55039,6884.4 -55039,6884.4 -55039,6884.3 -55039,6884.2 -55039,6884.1 -55039,6884 -55039,6883.9 -55039,6883.9 -55039,6883.8 -55039,6883.7 -55039,6883.6 -55039,6883.5 -55039,6883.5 -55039,6883.4 -55039,6883.3 -55039,6883.2 -55039,6883.1 -55039,6883.1 -55039,6883 -55039,6882.9 -55039,6882.8 -55039,6882.7 -55039,6882.6 -55039,6882.6 -55039,6882.5 -55039,6882.4 -55039,6882.3 -55039,6882.2 -55039,6882.2 -55039,6882.1 -55039,6882 -55039,6881.9 -55039,6881.8 -55039,6881.8 -55039,6881.7 -55039,6881.6 -55039,6881.5 -55040,6881.4 -55040,6881.3 -55040,6881.3 -55040,6881.2 -55040,6881.1 -55040,6881 -55040,6880.9 -55040,6880.8 -55040,6880.8 -55040,6880.7 -55040,6880.6 -55040,6880.5 -55040,6880.4 -55040,6880.3 -55033,6890.7 -55033,6890.7 -55033,6890.6 -55033,6890.6 -55033,6890.5 -55033,6890.5 -55033,6890.4 -55033,6890.4 -55033,6890.3 -55033,6890.3 -55033,6890.2 -55033,6890.2 -55033,6890.1 -55033,6890.1 -55033,6890 -55033,6890 -55033,6889.9 -55033,6889.8 -55033,6889.8 -55033,6889.7 -55033,6889.7 -55033,6889.6 -55033,6889.6 -55033,6889.5 -55033,6889.5 -55033,6889.4 -55033,6889.4 -55033,6889.3 -55033,6889.3 -55033,6889.2 -55033,6889.2 -55033,6889.1 -55033,6889.1 -55033,6889 -55033,6889 -55033,6888.9 -55033,6888.9 -55033,6888.8 -55033,6888.8 -55033,6888.7 -55033,6888.7 -55033,6888.6 -55033,6888.6 -55033,6888.5 -55033,6888.4 -55033,6888.4 -55033,6888.3 -55033,6888.3 -55033,6888.2 -55033,6888.2 -55033,6888.1 -55033,6888.1 -55033,6888 -55033,6888 -55033,6887.9 -55033,6887.9 -55033,6887.8 -55033,6887.8 -55033,6887.7 -55033,6887.7 -55033,6887.6 -55033,6887.6 -55033,6887.5 -55033,6887.5 -55033,6887.4 -55033,6887.4 -55033,6887.3 -55033,6887.3 -55033,6887.2 -55033,6887.2 -55033,6887.1 -55033,6887 -55033,6887 -55033,6886.9 -55033,6886.9 -55033,6886.8 -55033,6886.8 -55033,6886.7 -55033,6886.7 -55033,6886.6 -55033,6886.6 -55033,6886.5 -55033,6886.5 -55033,6886.4 -55033,6886.4 -55033,6886.3 -55033,6886.3 -55033,6886.2 -55033,6886.2 -55033,6886.1 -55033,6886.1 -55033,6886 -55033,6886 -55033,6885.9 -55033,6885.9 -55033,6885.8 -55033,6885.8 -55033,6885.7 -55033,6885.7 -55033,6885.6 -55033,6885.6 -55033,6885.5 -55033,6885.5 -55033,6885.4 -55033,6885.4 -55033,6885.3 -55033,6885.3 -55033,6885.2 -55033,6885.2 -55033,6885.1 -55033,6885.1 -55033,6885 -55033,6885 -55033,6884.9 -55033,6884.9 -55033,6884.8 -55033,6884.8 -55033,6884.7 -55033,6884.7 -55033,6884.6 -55033,6884.6 -55033,6884.5 -55033,6884.5 -55033,6884.4 -55033,6884.4 -55033,6884.3 -55033,6884.3 -55033,6884.2 -55033,6884.2 -55033,6884.1 -55033,6884.1 -55033,6884 -55033,6884 -55033,6883.9 -55033,6883.9 -55033,6883.8 -55033,6883.8 -55033,6883.7 -55033,6883.7 -55033,6883.6 -55033,6883.6 -55033,6883.5 -55033,6883.4 -55033,6883.4 -55033,6883.3 -55033,6883.3 -55033,6883.2 -55033,6883.2 -55033,6883.1 -55033,6883.1 -55033,6883 -55033,6883 -55033,6882.9 -55033,6882.9 -55033,6882.8 -55033,6882.8 -55033,6882.7 -55033,6882.7 -55033,6882.6 -55033,6882.6 -55033,6882.5 -55033,6882.5 -55033,6882.4 -55033,6882.4 -55033,6882.3 -55033,6882.3 -55033,6882.2 -55033,6882.2 -55033,6882.1 -55033,6882.1 -55034,6882 -55034,6882 -55034,6881.9 -55034,6881.9 -55034,6881.8 -55034,6881.8 -55034,6881.7 -55034,6881.7 -55034,6881.6 -55034,6881.6 -55034,6881.5 -55034,6881.5 -55034,6881.4 -55034,6881.4 -55034,6881.3 -55034,6881.3 -55034,6881.2 -55034,6881.2 -55034,6881.1 -55034,6881.1 -55034,6881 -55034,6881 -55034,6880.9 -55034,6880.9 -55034,6880.8 -55034,6880.8 -55034,6880.7 -55034,6880.7 -55034,6880.6 -55034,6880.6 -55034,6880.5 -55034,6880.5 -55034,6880.4 -55034,6880.4 -55034,6880.3 -55034,6880.3 -55034,6880.2 -55034,6880.2 -55034,6880.1 -55034,6880.1 -55034,6880 -55034,6880 -55034,6879.9 -55034,6879.9 -55034,6879.8 -55034,6879.8 -55034,6879.7 -55034,6879.7 -55034,6879.6 -55034,6879.6 -55034,6879.5 -55034,6879.5 -55034,6879.4 -55034,6879.4 -55034,6879.3 -55034,6879.3 -55034,6879.2 -55034,6879.2 -55034,6879.1 -55034,6879.1 -55034,6879 -55034,6879 -55034,6878.9 -55034,6878.9 -55034,6878.8 -55034,6878.8 -55034,6878.7 -55034,6878.7 -55034,6878.6 -55034,6878.6 -55034,6878.5 -55034,6878.5 -55034,6878.4 -55034,6878.4 -55034,6878.3 -55034,6878.3 -55034,6878.2 -55034,6878.2 -55034,6878.1 -55034,6878.1 -55034,6878 -55034,6878 -55034,6877.9 -55034,6877.9 -55034,6877.8 -55034,6877.8 -55034,6877.7 -55034,6877.7 -55034,6877.6 -55034,6877.6 -55034,6877.5 -55034,6877.5 -55034,6877.4 -55034,6877.4 -55034,6877.3 -55034,6877.3 -55034,6877.2 -55034,6877.2 -55034,6877.1 -55034,6877.1 -55035,6877 -55035,6877 -55035,6876.9 -55035,6876.9 -55035,6876.9 -55035,6876.8 -55035,6876.8 -55035,6876.7 -55035,6876.7 -55035,6876.6 -55035,6876.6 -55035,6876.5 -55035,6876.5 -55035,6876.4 -55035,6876.4 -55035,6876.3 -55035,6876.3 -55035,6876.2 -55035,6876.2 -55035,6876.1 -55035,6876.1 -55035,6876 -55035,6876 -55035,6875.9 -55035,6875.9 -55035,6875.8 -55035,6875.8 -55035,6875.7 -55035,6875.7 -55030,6874.8 -55030,6874.7 -55030,6874.7 -55030,6874.6 -55030,6874.6 -55030,6874.5 -55030,6874.5 -55030,6874.4 -55030,6874.4 -55030,6874.3 -55030,6874.3 -55030,6874.2 -55030,6874.2 -55030,6874.1 -55030,6874.1 -55030,6874 -55030,6874 -55030,6873.9 -55030,6873.8 -55030,6873.8 -55030,6873.7 -55030,6873.7 -55030,6873.6 -55030,6873.6 -55030,6873.5 -55030,6873.5 -55030,6873.4 -55030,6873.4 -55030,6873.3 -55030,6873.2 -55030,6873.2 -55030,6873.1 -55030,6873.1 -55030,6873 -55030,6873 -55030,6872.9 -55030,6872.9 -55030,6872.8 -55030,6872.8 -55030,6872.7 -55030,6872.7 -55030,6872.6 -55030,6872.5 -55030,6872.5 -55030,6872.4 -55030,6872.4 -55030,6872.3 -55030,6872.3 -55030,6872.2 -55030,6872.2 -55030,6872.1 -55030,6872.1 -55030,6872 -55030,6871.9 -55030,6871.9 -55030,6871.8 -55030,6871.8 -55030,6871.7 -55030,6871.7 -55030,6871.6 -55030,6871.6 -55030,6871.5 -55030,6871.4 -55030,6871.4 -55030,6871.3 -55030,6871.3 -55030,6871.2 -55030,6871.2 -55030,6871.1 -55030,6871.1 -55030,6871 -55030,6871 -55030,6870.9 -55030,6870.8 -55030,6870.8 -55030,6870.7 -55030,6870.7 -55030,6870.6 -55030,6870.6 -55030,6870.5 -55030,6870.4 -55030,6870.4 -55030,6870.3 -55030,6870.3 -55030,6870.2 -55030,6870.2 -55030,6870.1 -55030,6870.1 -55030,6870 -55030,6869.9 -55030,6869.9 -55030,6869.8 -55030,6869.8 -55030,6869.7 -55030,6869.7 -55030,6869.6 -55030,6869.5 -55030,6869.5 -55030,6869.4 -55030,6869.4 -55030,6869.3 -55030,6869.3 -55030,6869.2 -55030,6869.2 -55030,6869.1 -55030,6869 -55030,6869 -55030,6868.9 -55030,6868.9 -55030,6868.8 -55030,6868.8 -55030,6868.7 -55030,6868.7 -55030,6868.6 -55030,6868.5 -55030,6868.5 -55030,6868.4 -55030,6868.4 -55030,6868.3 -55030,6868.3 -55030,6868.2 -55030,6868.2 -55030,6868.1 -55030,6868 -55030,6868 -55030,6867.9 -55030,6867.9 -55030,6867.8 -55030,6867.8 -55030,6867.7 -55030,6867.7 -55030,6867.6 -55030,6867.5 -55030,6867.5 -55030,6867.4 -55030,6867.4 -55030,6867.3 -55030,6867.3 -55030,6867.2 -55030,6867.1 -55030,6867.1 -55030,6867 -55030,6867 -55030,6866.9 -55030,6866.9 -55030,6866.8 -55030,6866.7 -55030,6866.7 -55030,6866.6 -55030,6866.6 -55030,6866.5 -55030,6866.5 -55030,6866.4 -55030,6866.3 -55030,6866.3 -55030,6866.2 -55030,6866.2 -55030,6866.1 -55030,6866.1 -55030,6866 -55030,6865.9 -55030,6865.9 -55030,6865.8 -55030,6865.8 -55030,6865.7 -55030,6865.7 -55030,6865.6 -55030,6865.5 -55030,6865.5 -55030,6865.4 -55030,6865.4 -55030,6865.3 -55030,6865.3 -55030,6865.2 -55030,6865.1 -55030,6865.1 -55030,6865 -55030,6865 -55030,6864.9 -55030,6864.9 -55030,6864.8 -55030,6864.7 -55030,6864.7 -55030,6864.6 -55030,6864.6 -55030,6864.5 -55030,6864.5 -55030,6864.4 -55030,6864.3 -55030,6864.3 -55030,6864.2 -55030,6864.2 -55030,6864.1 -55030,6864 -55030,6864 -55030,6863.9 -55030,6863.9 -55030,6863.8 -55030,6863.7 -55030,6863.7 -55030,6863.6 -55030,6863.6 -55030,6863.5 -55030,6863.4 -55030,6863.4 -55030,6863.3 -55030,6863.3 -55030,6863.2 -55030,6863.2 -55030,6863.1 -55030,6863 -55030,6863 -55030,6862.9 -55030,6862.9 -55030,6862.8 -55030,6862.7 -55030,6862.7 -55030,6862.6 -55030,6862.6 -55030,6862.5 -55030,6862.4 -55030,6862.4 -55030,6862.3 -55030,6862.3 -55030,6862.2 -55030,6862.1 -55030,6862.1 -55030,6862 -55030,6862 -55030,6861.9 -55030,6861.8 -55030,6861.8 -55030,6861.7 -55030,6861.7 -55030,6861.6 -55030,6861.5 -55030,6861.5 -55030,6861.4 -55030,6861.4 -55030,6861.3 -55030,6861.2 -55030,6861.2 -55030,6861.1 -55030,6861.1 -55030,6861 -55030,6860.9 -55030,6860.9 -55030,6860.8 -55030,6860.8 -55030,6860.7 -55030,6860.6 -55030,6860.6 -55030,6860.5 -55030,6860.4 -55030,6860.4 -55030,6860.3 -55030,6860.3 -55030,6860.2 -55030,6860.1 -55030,6860.1 -55030,6860 -55030,6860 -55030,6859.9 -55030,6859.8 -55030,6859.8 -55030,6859.7 -55030,6859.6 -55030,6859.6 -55030,6859.5 -55030,6859.5 -55030,6859.4 -55030,6859.3 -55030,6859.3 -55030,6859.2 -55030,6859.2 -55030,6859.1 -55030,6859 -55030,6859 -55030,6858.9 -55030,6858.9 -55030,6858.8 -55030,6858.7 -55030,6858.7 -55030,6858.6 -55030,6858.6 -55030,6858.5 -55030,6858.4 -55030,6858.4 -55030,6858.3 -55030,6858.2 -55030,6858.2 -55030,6858.1 -55030,6858.1 -55030,6858 -55030,6857.9 -55030,6857.9 -55030,6857.8 -55030,6857.8 -55027,6852.8 -55027,6852.7 -55027,6852.6 -55027,6852.6 -55027,6852.5 -55027,6852.4 -55027,6852.3 -55027,6852.3 -55027,6852.2 -55027,6852.1 -55027,6852 -55027,6852 -55027,6851.9 -55027,6851.8 -55027,6851.7 -55027,6851.6 -55027,6851.6 -55027,6851.5 -55027,6851.4 -55027,6851.3 -55027,6851.3 -55027,6851.2 -55027,6851.1 -55027,6851 -55027,6850.9 -55027,6850.9 -55027,6850.8 -55027,6850.7 -55027,6850.6 -55027,6850.6 -55027,6850.5 -55027,6850.4 -55027,6850.3 -55027,6850.2 -55027,6850.2 -55027,6850.1 -55027,6850 -55027,6849.9 -55027,6849.9 -55027,6849.8 -55027,6849.7 -55027,6849.6 -55027,6849.6 -55027,6849.5 -55027,6849.4 -55027,6849.3 -55027,6849.2 -55027,6849.2 -55027,6849.1 -55027,6849 -55027,6848.9 -55027,6848.9 -55027,6848.8 -55027,6848.7 -55027,6848.6 -55027,6848.5 -55027,6848.5 -55027,6848.4 -55027,6848.3 -55027,6848.2 -55027,6848.1 -55027,6848.1 -55027,6848 -55027,6847.9 -55027,6847.8 -55027,6847.7 -55027,6847.7 -55027,6847.6 -55027,6847.5 -55027,6847.4 -55027,6847.4 -55027,6847.3 -55027,6847.2 -55027,6847.1 -55027,6847 -55027,6847 -55027,6846.9 -55027,6846.8 -55027,6846.7 -55027,6846.6 -55027,6846.6 -55027,6846.5 -55027,6846.4 -55027,6846.3 -55027,6846.2 -55027,6846.1 -55027,6846.1 -55027,6846 -55027,6845.9 -55026,6845.8 -55026,6845.7 -55026,6845.7 -55026,6845.6 -55026,6845.5 -55026,6845.4 -55026,6845.3 -55026,6845.3 -55026,6845.2 -55026,6845.1 -55026,6845 -55026,6844.9 -55026,6844.8 -55026,6844.8 -55026,6844.7 -55026,6844.6 -55026,6844.5 -55026,6844.4 -55026,6844.4 -55026,6844.3 -55026,6844.2 -55026,6844.1 -55026,6844 -55026,6843.9 -55026,6843.9 -55026,6843.8 -55026,6843.7 -55026,6843.6 -55026,6843.5 -55026,6843.5 -55026,6843.4 -55026,6843.3 -55026,6843.2 -55026,6843.1 -55026,6843 -55026,6843 -55026,6842.9 -55026,6842.8 -55026,6842.7 -55026,6842.6 -55026,6842.5 -55026,6842.5 -55026,6842.4 -55026,6842.3 -55026,6842.2 -55026,6842.1 -55026,6842 -55026,6841.9 -55026,6841.9 -55026,6841.8 -55026,6841.7 -55026,6841.6 -55026,6841.5 -55026,6841.4 -55026,6841.3 -55026,6841.3 -55026,6841.2 -55026,6841.1 -55026,6841 -55026,6840.9 -55026,6840.8 -55026,6840.7 -55026,6840.7 -55026,6840.6 -55026,6840.5 -55026,6840.4 -55026,6840.3 -55026,6840.2 -55026,6840.2 -55026,6840.1 -55026,6840 -55026,6839.9 -55026,6839.8 -55026,6839.7 -55026,6839.6 -55026,6839.6 -55026,6839.5 -55026,6839.4 -55026,6839.3 -55026,6839.2 -55026,6839.1 -55026,6839 -55026,6838.9 -55026,6838.9 -55026,6838.8 -55026,6838.7 -55026,6838.6 -55026,6838.5 -55026,6838.4 -55026,6838.3 -55026,6838.2 -55026,6838.2 -55026,6838.1 -55026,6838 -55026,6837.9 -55026,6837.8 -55026,6837.7 -55026,6837.6 -55026,6837.5 -55026,6837.5 -55026,6837.4 -55026,6837.3 -55026,6837.2 -55026,6837.1 -55026,6837 -55026,6836.9 -55026,6836.8 -55026,6836.8 -55026,6836.7 -55026,6836.6 -55026,6836.5 -55026,6836.4 -55026,6836.3 -55026,6836.2 -55026,6836.1 -55026,6836 -55026,6836 -55026,6835.9 -55026,6835.8 -55026,6835.7 -55026,6835.6 -55026,6835.5 -55026,6835.4 -55026,6835.3 -55025,6835.2 -55025,6835.1 -55025,6835.1 -55025,6835 -55025,6834.9 -55025,6834.8 -55025,6834.7 -55025,6834.6 -55025,6834.5 -55025,6834.4 -55025,6834.3 -55025,6834.3 -55025,6834.2 -55025,6834.1 -55025,6834 -55025,6833.9 -55025,6833.8 -55025,6833.7 -55025,6833.6 -55025,6833.5 -55025,6833.4 -55025,6833.3 -55025,6833.3 -55025,6833.2 -55025,6833.1 -55025,6833 -55025,6832.9 -55025,6832.8 -55025,6832.7 -55025,6832.6 -55025,6832.5 -55025,6832.4 -55025,6832.4 -55025,6832.3 -55025,6832.2 -55025,6832.1 -55025,6832 -55025,6831.9 -55025,6831.8 -55025,6831.7 -55025,6831.6 -55025,6831.5 -55025,6831.4 -55025,6831.3 -55025,6831.3 -55025,6831.2 -55025,6831.1 -55025,6831 -55025,6830.9 -55025,6830.8 -55025,6830.7 -55025,6830.6 -55025,6830.5 -55025,6830.4 -55025,6830.3 -55025,6830.2 -55025,6830.2 -55025,6830.1 -55025,6830 -55025,6829.9 -55025,6829.8 -55025,6829.7 -55025,6829.6 -55025,6829.5 -55025,6829.4 -55025,6829.3 -55025,6829.2 -55025,6829.1 -55025,6829 -55025,6829 -55025,6828.9 -55025,6828.8 -55025,6828.7 -55025,6828.6 -55025,6828.5 -55025,6828.4 -55025,6828.3 -55025,6828.2 -55025,6828.1 -55025,6828 -55025,6827.9 -55025,6827.8 -55025,6827.7 -55025,6827.6 -55025,6830.8 -55025,6830.7 -55025,6830.6 -55025,6830.5 -55025,6830.4 -55025,6830.4 -55025,6830.3 -55025,6830.2 -55025,6830.1 -55024,6830 -55024,6829.9 -55024,6829.9 -55024,6829.8 -55024,6829.7 -55024,6829.6 -55024,6829.5 -55024,6829.4 -55024,6829.4 -55024,6829.3 -55024,6829.2 -55024,6829.1 -55024,6829 -55024,6828.9 -55024,6828.8 -55024,6828.8 -55024,6828.7 -55024,6828.6 -55024,6828.5 -55024,6828.4 -55024,6828.3 -55024,6828.3 -55024,6828.2 -55024,6828.1 -55024,6828 -55024,6827.9 -55024,6827.8 -55024,6827.7 -55024,6827.7 -55024,6827.6 -55024,6827.5 -55024,6827.4 -55024,6827.3 -55024,6827.2 -55024,6827.2 -55024,6827.1 -55024,6827 -55024,6826.9 -55024,6826.8 -55024,6826.7 -55024,6826.6 -55024,6826.6 -55024,6826.5 -55024,6826.4 -55024,6826.3 -55024,6826.2 -55024,6826.1 -55024,6826 -55024,6825.9 -55024,6825.9 -55024,6825.8 -55024,6825.7 -55024,6825.6 -55024,6825.5 -55024,6825.4 -55024,6825.3 -55024,6825.2 -55024,6825.2 -55024,6825.1 -55024,6825 -55024,6824.9 -55024,6824.8 -55024,6824.7 -55024,6824.6 -55024,6824.5 -55024,6824.5 -55024,6824.4 -55024,6824.3 -55024,6824.2 -55024,6824.1 -55024,6824 -55024,6823.9 -55024,6823.9 -55024,6823.8 -55024,6823.7 -55023,6823.6 -55023,6823.5 -55023,6823.4 -55023,6823.3 -55023,6823.2 -55023,6823.1 -55023,6823.1 -55023,6823 -55023,6822.9 -55023,6822.8 -55023,6822.7 -55023,6822.6 -55023,6822.5 -55023,6822.4 -55023,6822.3 -55023,6822.3 -55023,6822.2 -55023,6822.1 -55023,6822 -55023,6821.9 -55023,6821.8 -55023,6821.7 -55023,6821.6 -55023,6821.5 -55023,6821.5 -55023,6821.4 -55023,6821.3 -55023,6821.2 -55023,6821.1 -55023,6821 -55023,6820.9 -55023,6820.8 -55023,6820.7 -55023,6820.6 -55023,6820.6 -55023,6820.5 -55023,6820.4 -55023,6820.3 -55023,6820.2 -55023,6820.1 -55023,6820 -55023,6819.9 -55023,6819.8 -55023,6819.7 -55023,6819.6 -55023,6819.5 -55023,6819.5 -55023,6819.4 -55023,6819.3 -55023,6819.2 -55023,6819.1 -55023,6819 -55023,6818.9 -55023,6818.8 -55023,6818.7 -55023,6818.6 -55023,6818.5 -55023,6818.4 -55023,6818.3 -55023,6818.3 -55023,6818.2 -55023,6818.1 -55023,6818 -55023,6817.9 -55022,6817.8 -55022,6817.7 -55022,6817.6 -55022,6817.5 -55022,6817.4 -55022,6817.3 -55022,6817.2 -55022,6817.1 -55022,6817 -55022,6817 -55022,6816.9 -55022,6816.8 -55022,6816.7 -55022,6816.6 -55022,6816.5 -55022,6816.4 -55022,6816.3 -55022,6816.2 -55022,6816.1 -55022,6816 -55022,6815.9 -55022,6815.8 -55022,6815.7 -55022,6815.6 -55022,6815.5 -55022,6815.5 -55022,6815.4 -55022,6815.3 -55022,6815.2 -55022,6815.1 -55022,6815 -55022,6814.9 -55022,6814.8 -55022,6814.7 -55022,6814.6 -55022,6814.5 -55022,6814.4 -55022,6814.3 -55022,6814.2 -55022,6814.1 -55022,6814 -55022,6813.9 -55022,6813.8 -55022,6813.7 -55022,6813.6 -55022,6813.5 -55022,6813.4 -55022,6813.3 -55022,6813.2 -55022,6813.1 -55022,6813 -55022,6812.9 -55022,6812.9 -55022,6812.8 -55022,6812.7 -55021,6812.6 -55021,6812.5 -55021,6812.4 -55021,6812.3 -55021,6812.2 -55021,6812.1 -55021,6812 -55021,6811.9 -55021,6811.8 -55021,6811.7 -55021,6811.6 -55021,6811.5 -55021,6811.4 -55021,6811.3 -55021,6811.2 -55021,6811.1 -55021,6811 -55021,6810.9 -55021,6810.8 -55021,6810.7 -55021,6810.6 -55021,6810.5 -55021,6810.4 -55021,6810.3 -55021,6810.2 -55021,6810.1 -55021,6810 -55021,6809.9 -55021,6809.8 -55021,6809.7 -55021,6809.6 -55021,6809.5 -55021,6809.4 -55021,6809.3 -55021,6809.2 -55021,6809.1 -55021,6809 -55021,6808.9 -55021,6808.8 -55021,6808.7 -55021,6808.6 -55021,6808.5 -55021,6808.4 -55021,6808.3 -55021,6808.2 -55021,6808.1 -55021,6808 -55021,6807.9 -55021,6807.8 -55021,6807.7 -55021,6807.6 -55020,6807.5 -55020,6807.4 -55020,6807.3 -55020,6807.2 -55020,6807.1 -55020,6807 -55020,6806.9 -55020,6806.8 -55020,6806.7 -55020,6806.6 -55020,6806.5 -55020,6806.4 -55020,6806.3 -55020,6806.2 -55020,6806.1 -55020,6806 -55020,6805.9 -55020,6805.8 -55020,6805.7 -55020,6805.6 -55020,6805.5 -55020,6805.4 -55020,6805.3 -55020,6805.2 -55020,6805.1 -55020,6805 -55020,6804.9 -55020,6804.8 -55020,6804.7 -55020,6804.6 -55020,6804.5 -55020,6804.4 -55020,6804.3 -55020,6804.2 -55020,6804.1 -55020,6804 -55020,6803.9 -55020,6803.8 -55020,6803.7 -55020,6803.6 -55020,6803.5 -55020,6803.3 -55020,6803.2 -55022,6809.7 -55022,6809.6 -55022,6809.6 -55022,6809.5 -55022,6809.4 -55022,6809.3 -55022,6809.2 -55022,6809.1 -55022,6809.1 -55022,6809 -55022,6808.9 -55022,6808.8 -55022,6808.7 -55022,6808.6 -55022,6808.6 -55022,6808.5 -55022,6808.4 -55022,6808.3 -55022,6808.2 -55022,6808.1 -55022,6808 -55022,6808 -55022,6807.9 -55022,6807.8 -55022,6807.7 -55022,6807.6 -55022,6807.5 -55022,6807.5 -55022,6807.4 -55022,6807.3 -55022,6807.2 -55022,6807.1 -55022,6807 -55022,6807 -55022,6806.9 -55022,6806.8 -55021,6806.7 -55021,6806.6 -55021,6806.6 -55021,6806.5 -55021,6806.4 -55021,6806.3 -55021,6806.2 -55021,6806.1 -55021,6806.1 -55021,6806 -55021,6805.9 -55021,6805.8 -55021,6805.7 -55021,6805.6 -55021,6805.6 -55021,6805.5 -55021,6805.4 -55021,6805.3 -55021,6805.2 -55021,6805.1 -55021,6805.1 -55021,6805 -55021,6804.9 -55021,6804.8 -55021,6804.7 -55021,6804.6 -55021,6804.5 -55021,6804.5 -55021,6804.4 -55021,6804.3 -55021,6804.2 -55021,6804.1 -55021,6804 -55021,6804 -55021,6803.9 -55021,6803.8 -55021,6803.7 -55021,6803.6 -55021,6803.5 -55021,6803.5 -55021,6803.4 -55021,6803.3 -55021,6803.2 -55021,6803.1 -55021,6803 -55021,6802.9 -55021,6802.9 -55021,6802.8 -55021,6802.7 -55021,6802.6 -55021,6802.5 -55021,6802.4 -55021,6802.3 -55021,6802.3 -55020,6802.2 -55020,6802.1 -55020,6802 -55020,6801.9 -55020,6801.8 -55020,6801.7 -55020,6801.7 -55020,6801.6 -55020,6801.5 -55020,6801.4 -55020,6801.3 -55020,6801.2 -55020,6801.1 -55020,6801.1 -55020,6801 -55020,6800.9 -55020,6800.8 -55020,6800.7 -55020,6800.6 -55020,6800.5 -55020,6800.4 -55020,6800.4 -55020,6800.3 -55020,6800.2 -55020,6800.1 -55020,6800 -55020,6799.9 -55020,6799.8 -55020,6799.7 -55020,6799.7 -55020,6799.6 -55020,6799.5 -55020,6799.4 -55020,6799.3 -55020,6799.2 -55020,6799.1 -55020,6799 -55020,6799 -55020,6798.9 -55020,6798.8 -55020,6798.7 -55020,6798.6 -55020,6798.5 -55020,6798.4 -55020,6798.3 -55020,6798.3 -55020,6798.2 -55020,6798.1 -55020,6798 -55019,6797.9 -55019,6797.8 -55019,6797.7 -55019,6797.6 -55019,6797.5 -55019,6797.5 -55019,6797.4 -55019,6797.3 -55019,6797.2 -55019,6797.1 -55019,6797 -55019,6796.9 -55019,6796.8 -55019,6796.7 -55019,6796.6 -55019,6796.5 -55019,6796.5 -55019,6796.4 -55019,6796.3 -55019,6796.2 -55019,6796.1 -55019,6796 -55019,6795.9 -55019,6795.8 -55019,6795.7 -55019,6795.6 -55019,6795.5 -55019,6795.5 -55019,6795.4 -55019,6795.3 -55019,6795.2 -55019,6795.1 -55019,6795 -55019,6794.9 -55019,6794.8 -55019,6794.7 -55019,6794.6 -55019,6794.6 -55019,6794.5 -55019,6794.4 -55019,6794.3 -55019,6794.2 -55019,6794.1 -55019,6794 -55019,6793.9 -55018,6793.8 -55018,6793.7 -55018,6793.6 -55018,6793.5 -55018,6793.5 -55018,6793.4 -55018,6793.3 -55018,6793.2 -55018,6793.1 -55018,6793 -55018,6792.9 -55018,6792.8 -55018,6792.7 -55018,6792.6 -55018,6792.5 -55018,6792.4 -55018,6792.3 -55018,6792.3 -55018,6792.2 -55018,6792.1 -55018,6792 -55018,6791.9 -55018,6791.8 -55018,6791.7 -55018,6791.6 -55018,6791.5 -55018,6791.4 -55018,6791.3 -55018,6791.2 -55018,6791.1 -55018,6791 -55018,6791 -55018,6790.9 -55018,6790.8 -55018,6790.7 -55018,6790.6 -55018,6790.5 -55018,6790.4 -55018,6790.3 -55018,6790.2 -55018,6790.1 -55018,6790 -55018,6789.9 -55018,6789.8 -55017,6789.7 -55017,6789.6 -55017,6789.5 -55017,6789.4 -55017,6789.4 -55017,6789.3 -55017,6789.2 -55017,6789.1 -55017,6789 -55017,6788.9 -55017,6788.8 -55017,6788.7 -55017,6788.6 -55017,6788.5 -55017,6788.4 diff --git a/paper/data/exp_biketracePsat.csv b/paper/data/exp_biketracePsat.csv deleted file mode 100644 index e8b98b7179d47125022c65123a5124e3d3ec7ec0..0000000000000000000000000000000000000000 --- a/paper/data/exp_biketracePsat.csv +++ /dev/null @@ -1,20001 +0,0 @@ -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137.1 -56004,7137 -56004,7137 -56004,7137 -56004,7137 -56004,7137 -56004,7137 -56004,7137 -56004,7137 -56004,7136.9 -56004,7136.9 -56004,7136.9 -56004,7136.9 -56004,7136.9 -56003,7136.8 -56003,7136.8 -56003,7136.8 -56003,7136.8 -56003,7136.8 -56003,7136.7 -56003,7136.7 -56003,7136.7 -56003,7136.7 -56003,7136.7 -56003,7136.6 -56003,7136.6 -56003,7136.6 -56003,7136.5 -56003,7136.5 -56003,7136.5 -56003,7136.5 -56003,7136.4 -56003,7136.4 -56003,7136.4 -56003,7136.3 -56003,7136.3 -56003,7136.3 -56003,7136.3 -56003,7136.2 -56003,7136.2 -56003,7136.2 -56003,7136.1 -56003,7136.1 -56002,7136.1 -56002,7136 -56002,7136 -56002,7135.9 -56002,7135.9 -56002,7135.9 -56002,7135.8 -56002,7135.8 -56002,7135.7 -56002,7135.7 -56002,7135.7 -56002,7135.6 -56002,7135.6 -56002,7135.5 -56002,7135.5 -56002,7135.4 -56002,7135.4 -56002,7135.3 -56001,7135.3 -56001,7135.3 -56001,7135.2 -56001,7135.2 -56001,7135.1 -56001,7135.1 -56001,7135 -56001,7134.9 -56001,7134.9 -56001,7134.8 -56001,7134.8 -56001,7134.7 -56001,7134.7 -56001,7134.6 -56001,7134.6 -56001,7134.5 -56000,7134.5 -56000,7134.4 -56000,7134.4 -56000,7134.3 -56007,7128.3 -56007,7128.2 -56007,7128.1 -56007,7128.1 -56007,7128 -56007,7127.9 -56007,7127.8 -56006,7127.8 -56006,7127.7 -56006,7127.6 -56006,7127.5 -56006,7127.5 -56006,7127.4 -56006,7127.3 -56006,7127.2 -56006,7127.1 -56006,7127 -56006,7127 -56006,7126.9 -56006,7126.8 -56006,7126.7 -56005,7126.6 -56005,7126.5 -56005,7126.4 -56005,7126.4 -56005,7126.3 -56005,7126.2 -56005,7126.1 -56005,7126 -56005,7125.9 -56005,7125.8 -56005,7125.7 -56005,7125.6 -56005,7125.5 -56004,7125.4 -56004,7125.4 -56004,7125.3 -56004,7125.2 -56004,7125.1 -56004,7125 -56004,7124.9 -56004,7124.8 -56004,7124.7 -56004,7124.6 -56004,7124.5 -56003,7124.4 -56003,7124.3 -56003,7124.2 -56003,7124.1 -56003,7124 -56003,7123.9 -56003,7123.8 -56003,7123.6 -56003,7123.5 -56003,7123.4 -56003,7123.3 -56002,7123.2 -56002,7123.1 -56002,7123 -56002,7122.9 -56002,7122.8 -56002,7122.7 -56002,7122.6 -56002,7122.4 -56002,7122.3 -56002,7122.2 -56001,7122.1 -56001,7122 -56001,7121.9 -56001,7121.7 -56001,7121.6 -56001,7121.5 -56001,7121.4 -56001,7121.3 -56001,7121.1 -56000,7121 -56000,7120.9 -56000,7120.8 -56000,7120.7 -56000,7120.5 -56000,7120.4 -56000,7120.3 -56000,7120.2 -56000,7120 -55999,7119.9 -55999,7119.8 -55999,7119.7 -55999,7119.5 -55999,7119.4 -55999,7119.3 -55999,7119.1 -55999,7119 -55998,7118.9 -55998,7118.7 -55998,7118.6 -55998,7118.5 -55998,7118.3 -55998,7118.2 -55998,7118.1 -56008,7117.1 -56008,7117 -56008,7116.8 -56008,7116.7 -56008,7116.5 -56008,7116.3 -56008,7116.2 -56008,7116 -56008,7115.9 -56008,7115.7 -56008,7115.5 -56008,7115.4 -56008,7115.2 -56008,7115 -56008,7114.9 -56008,7114.7 -56008,7114.5 -56008,7114.4 -56008,7114.2 -56008,7114 -56008,7113.9 -56007,7113.7 -56007,7113.5 -56007,7113.3 -56007,7113.2 -56007,7113 -56007,7112.8 -56007,7112.6 -56007,7112.5 -56007,7112.3 -56007,7112.1 -56007,7111.9 -56007,7111.7 -56007,7111.6 -56007,7111.4 -56007,7111.2 -56007,7111 -56007,7110.8 -56007,7110.6 -56007,7110.5 -56007,7110.3 -56007,7110.1 -56007,7109.9 -56007,7109.7 -56007,7109.5 -56007,7109.3 -56007,7109.1 -56007,7108.9 -56007,7108.7 -56006,7108.6 -56006,7108.4 -56006,7108.2 -56006,7108 -56006,7107.8 -56006,7107.6 -56006,7107.4 -56006,7107.2 -56006,7107 -56006,7106.8 -56006,7106.6 -56006,7106.4 -56006,7106.2 -56006,7106 -56006,7105.8 -56006,7105.5 -56006,7105.3 -56006,7105.1 -56006,7104.9 -56006,7104.7 -56006,7104.5 -56005,7104.3 -56005,7104.1 -56005,7103.9 -56005,7103.7 -56005,7103.4 -56005,7103.2 -56005,7103 -56005,7102.8 -56005,7102.6 -56005,7102.4 -56005,7102.1 -56005,7101.9 -56005,7101.7 -56005,7101.5 -56005,7101.3 -56005,7101 -56005,7100.8 -56004,7100.6 -56004,7100.4 -56004,7100.1 -56004,7099.9 -56004,7099.7 -56004,7099.4 -56004,7099.2 -56004,7099 -56004,7098.7 -56004,7098.5 -56004,7098.3 -56004,7098 -56009,7107.6 -56009,7107.4 -56009,7107.3 -56009,7107.1 -56009,7106.9 -56009,7106.8 -56009,7106.6 -56009,7106.4 -56009,7106.2 -56009,7106.1 -56009,7105.9 -56009,7105.7 -56009,7105.5 -56009,7105.4 -56008,7105.2 -56008,7105 -56008,7104.8 -56008,7104.7 -56008,7104.5 -56008,7104.3 -56008,7104.1 -56008,7103.9 -56008,7103.7 -56008,7103.6 -56008,7103.4 -56008,7103.2 -56008,7103 -56008,7102.8 -56008,7102.6 -56008,7102.5 -56007,7102.3 -56007,7102.1 -56007,7101.9 -56007,7101.7 -56007,7101.5 -56007,7101.3 -56007,7101.1 -56007,7100.9 -56007,7100.7 -56007,7100.5 -56007,7100.3 -56007,7100.1 -56007,7099.9 -56007,7099.7 -56006,7099.5 -56006,7099.3 -56006,7099.1 -56006,7098.9 -56006,7098.7 -56006,7098.5 -56006,7098.3 -56006,7098.1 -56006,7097.9 -56006,7097.7 -56006,7097.5 -56006,7097.3 -56006,7097.1 -56005,7096.9 -56005,7096.7 -56005,7096.5 -56005,7096.3 -56005,7096.1 -56005,7095.8 -56005,7095.6 -56005,7095.4 -56005,7095.2 -56005,7095 -56005,7094.8 -56004,7094.6 -56004,7094.3 -56004,7094.1 -56004,7093.9 -56004,7093.7 -56004,7093.5 -56004,7093.2 -56004,7093 -56004,7092.8 -56004,7092.6 -56004,7092.3 -56003,7092.1 -56003,7091.9 -56003,7091.7 -56003,7091.4 -56003,7091.2 -56003,7091 -56003,7090.8 -56003,7090.5 -56003,7090.3 -56003,7090.1 -56002,7089.8 -56002,7089.6 -56002,7089.4 -56002,7089.1 -56002,7088.9 -56002,7088.7 -56002,7088.4 -56002,7088.2 -56002,7088 -56001,7087.7 -56009,7095.6 -56009,7095.4 -56009,7095.1 -56009,7094.9 -56009,7094.7 -56009,7094.5 -56009,7094.3 -56009,7094.1 -56008,7093.9 -56008,7093.6 -56008,7093.4 -56008,7093.2 -56008,7093 -56008,7092.8 -56008,7092.6 -56008,7092.3 -56008,7092.1 -56008,7091.9 -56008,7091.7 -56008,7091.4 -56007,7091.2 -56007,7091 -56007,7090.8 -56007,7090.5 -56007,7090.3 -56007,7090.1 -56007,7089.8 -56007,7089.6 -56007,7089.4 -56007,7089.2 -56007,7088.9 -56007,7088.7 -56006,7088.5 -56006,7088.2 -56006,7088 -56006,7087.8 -56006,7087.5 -56006,7087.3 -56006,7087 -56006,7086.8 -56006,7086.6 -56006,7086.3 -56005,7086.1 -56005,7085.8 -56005,7085.6 -56005,7085.3 -56005,7085.1 -56005,7084.9 -56005,7084.6 -56005,7084.4 -56005,7084.1 -56005,7083.9 -56004,7083.6 -56004,7083.4 -56004,7083.1 -56004,7082.9 -56004,7082.6 -56004,7082.4 -56004,7082.1 -56004,7081.9 -56004,7081.6 -56003,7081.4 -56003,7081.1 -56003,7080.8 -56003,7080.6 -56003,7080.3 -56003,7080.1 -56003,7079.8 -56003,7079.5 -56003,7079.3 -56002,7079 -56002,7078.8 -56002,7078.5 -56002,7078.2 -56002,7078 -56002,7077.7 -56002,7077.4 -56002,7077.2 -56001,7076.9 -56001,7076.6 -56001,7076.4 -56001,7076.1 -56001,7075.8 -56001,7075.6 -56001,7075.3 -56001,7075 -56000,7074.7 -56000,7074.5 -56000,7074.2 -56000,7073.9 -56000,7073.6 -56000,7073.4 -56000,7073.1 -56000,7072.8 -55999,7072.5 -55999,7072.2 -55999,7072 -55999,7071.7 -55999,7071.4 -55999,7071.1 -56008,7082.6 -56008,7082.3 -56007,7082.1 -56007,7081.8 -56007,7081.6 -56007,7081.3 -56007,7081.1 -56007,7080.8 -56007,7080.6 -56007,7080.3 -56006,7080 -56006,7079.8 -56006,7079.5 -56006,7079.3 -56006,7079 -56006,7078.8 -56006,7078.5 -56006,7078.2 -56006,7078 -56005,7077.7 -56005,7077.4 -56005,7077.2 -56005,7076.9 -56005,7076.7 -56005,7076.4 -56005,7076.1 -56005,7075.9 -56004,7075.6 -56004,7075.3 -56004,7075 -56004,7074.8 -56004,7074.5 -56004,7074.2 -56004,7074 -56003,7073.7 -56003,7073.4 -56003,7073.1 -56003,7072.9 -56003,7072.6 -56003,7072.3 -56003,7072 -56003,7071.7 -56002,7071.5 -56002,7071.2 -56002,7070.9 -56002,7070.6 -56002,7070.3 -56002,7070.1 -56002,7069.8 -56001,7069.5 -56001,7069.2 -56001,7068.9 -56001,7068.6 -56001,7068.3 -56001,7068.1 -56001,7067.8 -56000,7067.5 -56000,7067.2 -56000,7066.9 -56000,7066.6 -56000,7066.3 -56000,7066 -56000,7065.7 -55999,7065.4 -55999,7065.1 -55999,7064.8 -55999,7064.5 -55999,7064.2 -55999,7063.9 -55999,7063.6 -55998,7063.3 -55998,7063 -55998,7062.7 -55998,7062.4 -55998,7062.1 -55998,7061.8 -55997,7061.5 -55997,7061.2 -55997,7060.9 -55997,7060.6 -55997,7060.3 -55997,7060 -55996,7059.6 -55996,7059.3 -55996,7059 -55996,7058.7 -55996,7058.4 -55996,7058.1 -55995,7057.8 -55995,7057.4 -55995,7057.1 -55995,7056.8 -55995,7056.5 -55995,7056.2 -55995,7055.9 -55994,7055.5 -55994,7055.2 -55994,7054.9 -55994,7054.6 -56005,7066.8 -56005,7066.5 -56005,7066.2 -56005,7065.9 -56005,7065.6 -56005,7065.3 -56005,7065 -56004,7064.7 -56004,7064.4 -56004,7064.1 -56004,7063.8 -56004,7063.5 -56004,7063.2 -56004,7062.9 -56003,7062.6 -56003,7062.2 -56003,7061.9 -56003,7061.6 -56003,7061.3 -56003,7061 -56003,7060.7 -56002,7060.4 -56002,7060.1 -56002,7059.7 -56002,7059.4 -56002,7059.1 -56002,7058.8 -56001,7058.5 -56001,7058.2 -56001,7057.8 -56001,7057.5 -56001,7057.2 -56001,7056.9 -56001,7056.5 -56000,7056.2 -56000,7055.9 -56000,7055.6 -56000,7055.2 -56000,7054.9 -56000,7054.6 -55999,7054.3 -55999,7053.9 -55999,7053.6 -55999,7053.3 -55999,7052.9 -55999,7052.6 -55998,7052.3 -55998,7051.9 -55998,7051.6 -55998,7051.3 -55998,7050.9 -55998,7050.6 -55997,7050.3 -55997,7049.9 -55997,7049.6 -55997,7049.2 -55997,7048.9 -55997,7048.6 -55996,7048.2 -55996,7047.9 -55996,7047.5 -55996,7047.2 -55996,7046.8 -55996,7046.5 -55995,7046.1 -55995,7045.8 -55995,7045.4 -55995,7045.1 -55995,7044.7 -55994,7044.4 -55994,7044 -55994,7043.7 -55994,7043.3 -55994,7043 -55994,7042.6 -55993,7042.3 -55993,7041.9 -55993,7041.6 -55993,7041.2 -55993,7040.8 -55992,7040.5 -55992,7040.1 -55992,7039.8 -55992,7039.4 -55992,7039 -55991,7038.7 -55991,7038.3 -55991,7038 -55991,7037.6 -55991,7037.2 -55991,7036.9 -55990,7036.5 -55990,7036.1 -55990,7035.8 -55990,7035.4 -55990,7035 -55989,7034.6 -55989,7034.3 -55989,7033.9 -56002,7051 -56002,7050.6 -56001,7050.3 -56001,7050 -56001,7049.6 -56001,7049.3 -56001,7049 -56001,7048.6 -56000,7048.3 -56000,7047.9 -56000,7047.6 -56000,7047.3 -56000,7046.9 -55999,7046.6 -55999,7046.2 -55999,7045.9 -55999,7045.5 -55999,7045.2 -55999,7044.9 -55998,7044.5 -55998,7044.2 -55998,7043.8 -55998,7043.5 -55998,7043.1 -55997,7042.8 -55997,7042.4 -55997,7042.1 -55997,7041.7 -55997,7041.4 -55997,7041 -55996,7040.6 -55996,7040.3 -55996,7039.9 -55996,7039.6 -55996,7039.2 -55995,7038.9 -55995,7038.5 -55995,7038.1 -55995,7037.8 -55995,7037.4 -55994,7037.1 -55994,7036.7 -55994,7036.3 -55994,7036 -55994,7035.6 -55993,7035.2 -55993,7034.9 -55993,7034.5 -55993,7034.1 -55993,7033.8 -55992,7033.4 -55992,7033 -55992,7032.7 -55992,7032.3 -55992,7031.9 -55991,7031.5 -55991,7031.2 -55991,7030.8 -55991,7030.4 -55991,7030 -55990,7029.7 -55990,7029.3 -55990,7028.9 -55990,7028.5 -55990,7028.2 -55989,7027.8 -55989,7027.4 -55989,7027 -55989,7026.6 -55989,7026.3 -55988,7025.9 -55988,7025.5 -55988,7025.1 -55988,7024.7 -55987,7024.3 -55987,7023.9 -55987,7023.5 -55987,7023.2 -55987,7022.8 -55986,7022.4 -55986,7022 -55986,7021.6 -55986,7021.2 -55986,7020.8 -55985,7020.4 -55985,7020 -55985,7019.6 -55985,7019.2 -55984,7018.8 -55984,7018.4 -55984,7018 -55984,7017.6 -55984,7017.2 -55983,7016.8 -55983,7016.4 -55983,7016 -55983,7015.6 -55982,7015.2 -55982,7014.8 -55982,7014.4 -55998,7033.3 -55998,7033 -55997,7032.6 -55997,7032.3 -55997,7031.9 -55997,7031.5 -55997,7031.2 -55997,7030.8 -55996,7030.4 -55996,7030.1 -55996,7029.7 -55996,7029.3 -55996,7029 -55995,7028.6 -55995,7028.2 -55995,7027.8 -55995,7027.5 -55995,7027.1 -55994,7026.7 -55994,7026.4 -55994,7026 -55994,7025.6 -55994,7025.2 -55993,7024.9 -55993,7024.5 -55993,7024.1 -55993,7023.7 -55993,7023.3 -55992,7023 -55992,7022.6 -55992,7022.2 -55992,7021.8 -55991,7021.4 -55991,7021 -55991,7020.7 -55991,7020.3 -55991,7019.9 -55990,7019.5 -55990,7019.1 -55990,7018.7 -55990,7018.3 -55990,7017.9 -55989,7017.6 -55989,7017.2 -55989,7016.8 -55989,7016.4 -55989,7016 -55988,7015.6 -55988,7015.2 -55988,7014.8 -55988,7014.4 -55987,7014 -55987,7013.6 -55987,7013.2 -55987,7012.8 -55987,7012.4 -55986,7012 -55986,7011.6 -55986,7011.2 -55986,7010.8 -55985,7010.4 -55985,7010 -55985,7009.6 -55985,7009.2 -55985,7008.8 -55984,7008.4 -55984,7008 -55984,7007.6 -55984,7007.2 -55983,7006.8 -55983,7006.3 -55983,7005.9 -55983,7005.5 -55983,7005.1 -55982,7004.7 -55982,7004.3 -55982,7003.9 -55982,7003.5 -55981,7003 -55981,7002.6 -55981,7002.2 -55981,7001.8 -55980,7001.4 -55980,7001 -55980,7000.5 -55980,7000.1 -55980,6999.7 -55979,6999.3 -55979,6998.8 -55979,6998.4 -55979,6998 -55978,6997.6 -55978,6997.2 -55978,6996.7 -55978,6996.3 -55977,6995.9 -55977,6995.4 -55977,6995 -55977,6994.6 -55976,6994.2 -55995,7016.6 -55994,7016.2 -55994,7015.8 -55994,7015.4 -55994,7015.1 -55994,7014.7 -55993,7014.3 -55993,7013.9 -55993,7013.6 -55993,7013.2 -55993,7012.8 -55992,7012.4 -55992,7012 -55992,7011.7 -55992,7011.3 -55991,7010.9 -55991,7010.5 -55991,7010.1 -55991,7009.7 -55991,7009.4 -55990,7009 -55990,7008.6 -55990,7008.2 -55990,7007.8 -55990,7007.4 -55989,7007 -55989,7006.7 -55989,7006.3 -55989,7005.9 -55989,7005.5 -55988,7005.1 -55988,7004.7 -55988,7004.3 -55988,7003.9 -55988,7003.5 -55987,7003.1 -55987,7002.7 -55987,7002.3 -55987,7001.9 -55986,7001.5 -55986,7001.1 -55986,7000.8 -55986,7000.4 -55986,7000 -55985,6999.6 -55985,6999.2 -55985,6998.8 -55985,6998.4 -55984,6998 -55984,6997.5 -55984,6997.1 -55984,6996.7 -55984,6996.3 -55983,6995.9 -55983,6995.5 -55983,6995.1 -55983,6994.7 -55982,6994.3 -55982,6993.9 -55982,6993.5 -55982,6993.1 -55982,6992.7 -55981,6992.3 -55981,6991.9 -55981,6991.4 -55981,6991 -55980,6990.6 -55980,6990.2 -55980,6989.8 -55980,6989.4 -55979,6989 -55979,6988.5 -55979,6988.1 -55979,6987.7 -55979,6987.3 -55978,6986.9 -55978,6986.5 -55978,6986 -55978,6985.6 -55977,6985.2 -55977,6984.8 -55977,6984.4 -55977,6983.9 -55976,6983.5 -55976,6983.1 -55976,6982.7 -55976,6982.2 -55975,6981.8 -55975,6981.4 -55975,6981 -55975,6980.5 -55974,6980.1 -55974,6979.7 -55974,6979.3 -55974,6978.8 -55974,6978.4 -55973,6978 -55973,6977.5 -55973,6977.1 -55973,6976.7 -55993,7001.8 -55992,7001.4 -55992,7001.1 -55992,7000.7 -55992,7000.3 -55992,7000 -55992,6999.6 -55991,6999.2 -55991,6998.8 -55991,6998.5 -55991,6998.1 -55991,6997.7 -55990,6997.4 -55990,6997 -55990,6996.6 -55990,6996.3 -55990,6995.9 -55989,6995.5 -55989,6995.1 -55989,6994.8 -55989,6994.4 -55989,6994 -55988,6993.7 -55988,6993.3 -55988,6992.9 -55988,6992.5 -55988,6992.1 -55987,6991.8 -55987,6991.4 -55987,6991 -55987,6990.6 -55986,6990.3 -55986,6989.9 -55986,6989.5 -55986,6989.1 -55986,6988.7 -55985,6988.4 -55985,6988 -55985,6987.6 -55985,6987.2 -55985,6986.8 -55984,6986.4 -55984,6986.1 -55984,6985.7 -55984,6985.3 -55984,6984.9 -55983,6984.5 -55983,6984.1 -55983,6983.7 -55983,6983.4 -55983,6983 -55982,6982.6 -55982,6982.2 -55982,6981.8 -55982,6981.4 -55981,6981 -55981,6980.6 -55981,6980.2 -55981,6979.8 -55981,6979.5 -55980,6979.1 -55980,6978.7 -55980,6978.3 -55980,6977.9 -55979,6977.5 -55979,6977.1 -55979,6976.7 -55979,6976.3 -55979,6975.9 -55978,6975.5 -55978,6975.1 -55978,6974.7 -55978,6974.3 -55978,6973.9 -55977,6973.5 -55977,6973.1 -55977,6972.7 -55977,6972.3 -55976,6971.9 -55976,6971.5 -55976,6971.1 -55976,6970.7 -55975,6970.3 -55975,6969.9 -55975,6969.5 -55975,6969.1 -55975,6968.7 -55974,6968.3 -55974,6967.9 -55974,6967.5 -55974,6967.1 -55973,6966.7 -55973,6966.2 -55973,6965.8 -55973,6965.4 -55973,6965 -55972,6964.6 -55993,6989.9 -55993,6989.5 -55993,6989.2 -55993,6988.9 -55992,6988.5 -55992,6988.2 -55992,6987.8 -55992,6987.5 -55992,6987.2 -55992,6986.8 -55991,6986.5 -55991,6986.1 -55991,6985.8 -55991,6985.4 -55991,6985.1 -55991,6984.8 -55990,6984.4 -55990,6984.1 -55990,6983.7 -55990,6983.4 -55990,6983 -55989,6982.7 -55989,6982.3 -55989,6982 -55989,6981.6 -55989,6981.3 -55989,6981 -55988,6980.6 -55988,6980.3 -55988,6979.9 -55988,6979.6 -55988,6979.2 -55987,6978.9 -55987,6978.5 -55987,6978.2 -55987,6977.8 -55987,6977.5 -55986,6977.1 -55986,6976.8 -55986,6976.4 -55986,6976.1 -55986,6975.7 -55986,6975.4 -55985,6975 -55985,6974.6 -55985,6974.3 -55985,6973.9 -55985,6973.6 -55984,6973.2 -55984,6972.9 -55984,6972.5 -55984,6972.2 -55984,6971.8 -55983,6971.4 -55983,6971.1 -55983,6970.7 -55983,6970.4 -55983,6970 -55983,6969.6 -55982,6969.3 -55982,6968.9 -55982,6968.6 -55982,6968.2 -55982,6967.8 -55981,6967.5 -55981,6967.1 -55981,6966.8 -55981,6966.4 -55981,6966 -55980,6965.7 -55980,6965.3 -55980,6964.9 -55980,6964.6 -55980,6964.2 -55979,6963.9 -55979,6963.5 -55979,6963.1 -55979,6962.8 -55979,6962.4 -55978,6962 -55978,6961.7 -55978,6961.3 -55978,6960.9 -55978,6960.6 -55977,6960.2 -55977,6959.8 -55977,6959.5 -55977,6959.1 -55977,6958.7 -55976,6958.3 -55976,6958 -55976,6957.6 -55976,6957.2 -55976,6956.9 -55975,6956.5 -55975,6956.1 -55975,6955.7 -55975,6955.4 -55975,6955 -55974,6954.6 -55996,6980.1 -55996,6979.8 -55995,6979.5 -55995,6979.2 -55995,6978.9 -55995,6978.6 -55995,6978.3 -55995,6978 -55995,6977.7 -55994,6977.4 -55994,6977.1 -55994,6976.8 -55994,6976.5 -55994,6976.2 -55994,6975.9 -55994,6975.6 -55993,6975.3 -55993,6975 -55993,6974.7 -55993,6974.4 -55993,6974.1 -55993,6973.8 -55993,6973.5 -55992,6973.2 -55992,6972.9 -55992,6972.6 -55992,6972.3 -55992,6971.9 -55992,6971.6 -55992,6971.3 -55991,6971 -55991,6970.7 -55991,6970.4 -55991,6970.1 -55991,6969.8 -55991,6969.5 -55991,6969.2 -55990,6968.9 -55990,6968.6 -55990,6968.3 -55990,6968 -55990,6967.7 -55990,6967.4 -55989,6967.1 -55989,6966.8 -55989,6966.5 -55989,6966.1 -55989,6965.8 -55989,6965.5 -55989,6965.2 -55988,6964.9 -55988,6964.6 -55988,6964.3 -55988,6964 -55988,6963.7 -55988,6963.4 -55988,6963.1 -55987,6962.7 -55987,6962.4 -55987,6962.1 -55987,6961.8 -55987,6961.5 -55987,6961.2 -55986,6960.9 -55986,6960.6 -55986,6960.3 -55986,6960 -55986,6959.6 -55986,6959.3 -55986,6959 -55985,6958.7 -55985,6958.4 -55985,6958.1 -55985,6957.8 -55985,6957.4 -55985,6957.1 -55984,6956.8 -55984,6956.5 -55984,6956.2 -55984,6955.9 -55984,6955.6 -55984,6955.2 -55984,6954.9 -55983,6954.6 -55983,6954.3 -55983,6954 -55983,6953.7 -55983,6953.3 -55983,6953 -55982,6952.7 -55982,6952.4 -55982,6952.1 -55982,6951.8 -55982,6951.4 -55982,6951.1 -55982,6950.8 -55981,6950.5 -55981,6950.2 -55981,6949.8 -56001,6973.1 -56001,6972.9 -56001,6972.6 -56001,6972.4 -56001,6972.2 -56001,6971.9 -56001,6971.7 -56001,6971.4 -56001,6971.2 -56001,6970.9 -56001,6970.7 -56000,6970.4 -56000,6970.2 -56000,6969.9 -56000,6969.7 -56000,6969.4 -56000,6969.2 -56000,6968.9 -56000,6968.7 -56000,6968.4 -56000,6968.2 -55999,6968 -55999,6967.7 -55999,6967.5 -55999,6967.2 -55999,6967 -55999,6966.7 -55999,6966.5 -55999,6966.2 -55999,6966 -55999,6965.7 -55999,6965.5 -55998,6965.2 -55998,6965 -55998,6964.7 -55998,6964.5 -55998,6964.2 -55998,6964 -55998,6963.7 -55998,6963.5 -55998,6963.2 -55998,6963 -55998,6962.7 -55997,6962.5 -55997,6962.2 -55997,6962 -55997,6961.7 -55997,6961.5 -55997,6961.2 -55997,6961 -55997,6960.7 -55997,6960.5 -55997,6960.2 -55996,6960 -55996,6959.7 -55996,6959.5 -55996,6959.2 -55996,6959 -55996,6958.7 -55996,6958.5 -55996,6958.2 -55996,6958 -55996,6957.7 -55995,6957.5 -55995,6957.2 -55995,6957 -55995,6956.7 -55995,6956.5 -55995,6956.2 -55995,6956 -55995,6955.7 -55995,6955.5 -55995,6955.2 -55995,6955 -55994,6954.7 -55994,6954.5 -55994,6954.2 -55994,6953.9 -55994,6953.7 -55994,6953.4 -55994,6953.2 -55994,6952.9 -55994,6952.7 -55994,6952.4 -55993,6952.2 -55993,6951.9 -55993,6951.7 -55993,6951.4 -55993,6951.2 -55993,6950.9 -55993,6950.7 -55993,6950.4 -55993,6950.1 -55993,6949.9 -55992,6949.6 -55992,6949.4 -55992,6949.1 -55992,6948.9 -55992,6948.6 -55992,6948.4 -56009,6968.7 -56009,6968.6 -56009,6968.4 -56009,6968.2 -56009,6968 -56009,6967.8 -56009,6967.6 -56009,6967.4 -56009,6967.3 -56009,6967.1 -56009,6966.9 -56009,6966.7 -56009,6966.5 -56009,6966.3 -56009,6966.2 -56009,6966 -56008,6965.8 -56008,6965.6 -56008,6965.4 -56008,6965.2 -56008,6965 -56008,6964.9 -56008,6964.7 -56008,6964.5 -56008,6964.3 -56008,6964.1 -56008,6963.9 -56008,6963.7 -56008,6963.6 -56008,6963.4 -56008,6963.2 -56008,6963 -56008,6962.8 -56008,6962.6 -56008,6962.4 -56008,6962.3 -56008,6962.1 -56008,6961.9 -56008,6961.7 -56008,6961.5 -56007,6961.3 -56007,6961.1 -56007,6961 -56007,6960.8 -56007,6960.6 -56007,6960.4 -56007,6960.2 -56007,6960 -56007,6959.9 -56007,6959.7 -56007,6959.5 -56007,6959.3 -56007,6959.1 -56007,6958.9 -56007,6958.8 -56007,6958.6 -56007,6958.4 -56007,6958.2 -56007,6958 -56007,6957.8 -56007,6957.6 -56007,6957.5 -56007,6957.3 -56007,6957.1 -56006,6956.9 -56006,6956.7 -56006,6956.5 -56006,6956.4 -56006,6956.2 -56006,6956 -56006,6955.8 -56006,6955.6 -56006,6955.4 -56006,6955.3 -56006,6955.1 -56006,6954.9 -56006,6954.7 -56006,6954.5 -56006,6954.3 -56006,6954.2 -56006,6954 -56006,6953.8 -56006,6953.6 -56006,6953.4 -56006,6953.2 -56006,6953.1 -56006,6952.9 -56006,6952.7 -56006,6952.5 -56005,6952.3 -56005,6952.1 -56005,6952 -56005,6951.8 -56005,6951.6 -56005,6951.4 -56005,6951.2 -56005,6951 -56005,6950.9 -56005,6950.7 -56017,6967.2 -56017,6967 -56017,6966.9 -56017,6966.8 -56017,6966.7 -56017,6966.5 -56017,6966.4 -56017,6966.3 -56018,6966.2 -56018,6966 -56018,6965.9 -56018,6965.8 -56018,6965.7 -56018,6965.5 -56018,6965.4 -56018,6965.3 -56018,6965.2 -56018,6965.1 -56018,6964.9 -56018,6964.8 -56018,6964.7 -56018,6964.6 -56018,6964.5 -56018,6964.3 -56018,6964.2 -56018,6964.1 -56018,6964 -56018,6963.9 -56018,6963.7 -56018,6963.6 -56018,6963.5 -56018,6963.4 -56018,6963.3 -56018,6963.2 -56018,6963 -56018,6962.9 -56018,6962.8 -56018,6962.7 -56018,6962.6 -56018,6962.4 -56018,6962.3 -56018,6962.2 -56018,6962.1 -56018,6962 -56018,6961.9 -56018,6961.7 -56018,6961.6 -56018,6961.5 -56018,6961.4 -56018,6961.3 -56018,6961.2 -56018,6961 -56018,6960.9 -56018,6960.8 -56018,6960.7 -56018,6960.6 -56018,6960.5 -56018,6960.4 -56018,6960.2 -56018,6960.1 -56018,6960 -56018,6959.9 -56018,6959.8 -56018,6959.7 -56018,6959.6 -56018,6959.5 -56018,6959.3 -56018,6959.2 -56018,6959.1 -56018,6959 -56018,6958.9 -56018,6958.8 -56018,6958.7 -56018,6958.6 -56018,6958.4 -56018,6958.3 -56018,6958.2 -56018,6958.1 -56018,6958 -56018,6957.9 -56018,6957.8 -56018,6957.7 -56018,6957.6 -56018,6957.5 -56018,6957.3 -56018,6957.2 -56018,6957.1 -56018,6957 -56018,6956.9 -56018,6956.8 -56018,6956.7 -56018,6956.6 -56018,6956.5 -56018,6956.4 -56018,6956.3 -56018,6956.1 -56018,6956 -56018,6955.9 -56018,6955.8 -56018,6955.7 -56026,6965.8 -56026,6965.7 -56026,6965.6 -56026,6965.5 -56026,6965.5 -56026,6965.4 -56026,6965.3 -56026,6965.3 -56027,6965.2 -56027,6965.1 -56027,6965.1 -56027,6965 -56027,6964.9 -56027,6964.9 -56027,6964.8 -56027,6964.7 -56027,6964.7 -56027,6964.6 -56027,6964.5 -56027,6964.5 -56027,6964.4 -56027,6964.3 -56027,6964.3 -56027,6964.2 -56027,6964.2 -56027,6964.1 -56027,6964 -56027,6964 -56027,6963.9 -56027,6963.8 -56027,6963.8 -56028,6963.7 -56028,6963.7 -56028,6963.6 -56028,6963.5 -56028,6963.5 -56028,6963.4 -56028,6963.3 -56028,6963.3 -56028,6963.2 -56028,6963.2 -56028,6963.1 -56028,6963 -56028,6963 -56028,6962.9 -56028,6962.9 -56028,6962.8 -56028,6962.7 -56028,6962.7 -56028,6962.6 -56028,6962.6 -56029,6962.5 -56029,6962.5 -56029,6962.4 -56029,6962.3 -56029,6962.3 -56029,6962.2 -56029,6962.2 -56029,6962.1 -56029,6962.1 -56029,6962 -56029,6962 -56029,6961.9 -56029,6961.8 -56029,6961.8 -56029,6961.7 -56029,6961.7 -56029,6961.6 -56029,6961.6 -56030,6961.5 -56030,6961.5 -56030,6961.4 -56030,6961.4 -56030,6961.3 -56030,6961.3 -56030,6961.2 -56030,6961.2 -56030,6961.1 -56030,6961.1 -56030,6961 -56030,6961 -56030,6960.9 -56030,6960.9 -56030,6960.8 -56030,6960.8 -56030,6960.7 -56030,6960.7 -56031,6960.6 -56031,6960.6 -56031,6960.5 -56031,6960.5 -56031,6960.4 -56031,6960.4 -56031,6960.3 -56031,6960.3 -56031,6960.2 -56031,6960.2 -56031,6960.2 -56031,6960.1 -56034,6963.3 -56034,6963.3 -56034,6963.2 -56034,6963.2 -56034,6963.2 -56034,6963.1 -56034,6963.1 -56034,6963.1 -56035,6963 -56035,6963 -56035,6963 -56035,6963 -56035,6962.9 -56035,6962.9 -56035,6962.9 -56035,6962.8 -56035,6962.8 -56035,6962.8 -56035,6962.7 -56035,6962.7 -56035,6962.7 -56036,6962.7 -56036,6962.6 -56036,6962.6 -56036,6962.6 -56036,6962.6 -56036,6962.5 -56036,6962.5 -56036,6962.5 -56036,6962.5 -56036,6962.4 -56036,6962.4 -56036,6962.4 -56037,6962.4 -56037,6962.3 -56037,6962.3 -56037,6962.3 -56037,6962.3 -56037,6962.3 -56037,6962.2 -56037,6962.2 -56037,6962.2 -56037,6962.2 -56037,6962.2 -56037,6962.1 -56038,6962.1 -56038,6962.1 -56038,6962.1 -56038,6962.1 -56038,6962 -56038,6962 -56038,6962 -56038,6962 -56038,6962 -56038,6961.9 -56038,6961.9 -56038,6961.9 -56039,6961.9 -56039,6961.9 -56039,6961.9 -56039,6961.8 -56039,6961.8 -56039,6961.8 -56039,6961.8 -56039,6961.8 -56039,6961.8 -56039,6961.8 -56039,6961.8 -56040,6961.7 -56040,6961.7 -56040,6961.7 -56040,6961.7 -56040,6961.7 -56040,6961.7 -56040,6961.7 -56040,6961.7 -56040,6961.7 -56040,6961.6 -56040,6961.6 -56041,6961.6 -56041,6961.6 -56041,6961.6 -56041,6961.6 -56041,6961.6 -56041,6961.6 -56041,6961.6 -56041,6961.6 -56041,6961.6 -56041,6961.5 -56042,6961.5 -56042,6961.5 -56042,6961.5 -56042,6961.5 -56042,6961.5 -56042,6961.5 -56042,6961.5 -56042,6961.5 -56042,6961.5 -56042,6961.5 -56040,6959.6 -56040,6959.6 -56040,6959.6 -56040,6959.6 -56040,6959.6 -56041,6959.6 -56041,6959.6 -56041,6959.6 -56041,6959.5 -56041,6959.5 -56041,6959.5 -56041,6959.5 -56041,6959.5 -56041,6959.5 -56041,6959.5 -56042,6959.5 -56042,6959.5 -56042,6959.5 -56042,6959.5 -56042,6959.5 -56042,6959.5 -56042,6959.5 -56042,6959.5 -56042,6959.5 -56042,6959.5 -56043,6959.5 -56043,6959.5 -56043,6959.5 -56043,6959.5 -56043,6959.5 -56043,6959.5 -56043,6959.5 -56043,6959.5 -56043,6959.5 -56043,6959.5 -56044,6959.5 -56044,6959.5 -56044,6959.5 -56044,6959.5 -56044,6959.5 -56044,6959.5 -56044,6959.5 -56044,6959.5 -56044,6959.5 -56044,6959.5 -56045,6959.5 -56045,6959.5 -56045,6959.5 -56045,6959.5 -56045,6959.5 -56045,6959.5 -56045,6959.5 -56045,6959.5 -56045,6959.5 -56046,6959.6 -56046,6959.6 -56046,6959.6 -56046,6959.6 -56046,6959.6 -56046,6959.6 -56046,6959.6 -56046,6959.6 -56046,6959.6 -56046,6959.6 -56047,6959.7 -56047,6959.7 -56047,6959.7 -56047,6959.7 -56047,6959.7 -56047,6959.7 -56047,6959.7 -56047,6959.7 -56047,6959.8 -56048,6959.8 -56048,6959.8 -56048,6959.8 -56048,6959.8 -56048,6959.8 -56048,6959.8 -56048,6959.9 -56048,6959.9 -56049,6959.9 -56049,6959.9 -56049,6959.9 -56049,6959.9 -56049,6960 -56049,6960 -56049,6960 -56049,6960 -56049,6960 -56050,6960 -56050,6960.1 -56050,6960.1 -56050,6960.1 -56050,6960.1 -56050,6960.2 -56050,6960.2 -56050,6960.2 -56051,6960.2 -56051,6960.2 -56044,6953.5 -56044,6953.5 -56045,6953.5 -56045,6953.5 -56045,6953.5 -56045,6953.5 -56045,6953.5 -56045,6953.5 -56045,6953.5 -56045,6953.5 -56045,6953.5 -56045,6953.5 -56046,6953.5 -56046,6953.5 -56046,6953.5 -56046,6953.5 -56046,6953.5 -56046,6953.5 -56046,6953.6 -56046,6953.6 -56046,6953.6 -56047,6953.6 -56047,6953.6 -56047,6953.6 -56047,6953.6 -56047,6953.6 -56047,6953.6 -56047,6953.6 -56047,6953.6 -56047,6953.6 -56047,6953.6 -56048,6953.7 -56048,6953.7 -56048,6953.7 -56048,6953.7 -56048,6953.7 -56048,6953.7 -56048,6953.7 -56048,6953.7 -56048,6953.8 -56049,6953.8 -56049,6953.8 -56049,6953.8 -56049,6953.8 -56049,6953.8 -56049,6953.8 -56049,6953.9 -56049,6953.9 -56049,6953.9 -56049,6953.9 -56050,6953.9 -56050,6953.9 -56050,6954 -56050,6954 -56050,6954 -56050,6954 -56050,6954 -56050,6954 -56050,6954.1 -56051,6954.1 -56051,6954.1 -56051,6954.1 -56051,6954.1 -56051,6954.2 -56051,6954.2 -56051,6954.2 -56051,6954.2 -56052,6954.2 -56052,6954.3 -56052,6954.3 -56052,6954.3 -56052,6954.3 -56052,6954.4 -56052,6954.4 -56052,6954.4 -56052,6954.4 -56053,6954.4 -56053,6954.5 -56053,6954.5 -56053,6954.5 -56053,6954.5 -56053,6954.6 -56053,6954.6 -56053,6954.6 -56054,6954.7 -56054,6954.7 -56054,6954.7 -56054,6954.7 -56054,6954.8 -56054,6954.8 -56054,6954.8 -56054,6954.9 -56055,6954.9 -56055,6954.9 -56055,6954.9 -56055,6955 -56055,6955 -56055,6955 -56055,6955.1 -56047,6945.2 -56047,6945.2 -56047,6945.2 -56047,6945.2 -56047,6945.2 -56047,6945.2 -56047,6945.2 -56047,6945.2 -56047,6945.2 -56047,6945.2 -56048,6945.2 -56048,6945.2 -56048,6945.2 -56048,6945.2 -56048,6945.2 -56048,6945.2 -56048,6945.2 -56048,6945.2 -56048,6945.2 -56048,6945.2 -56049,6945.2 -56049,6945.2 -56049,6945.2 -56049,6945.2 -56049,6945.2 -56049,6945.2 -56049,6945.2 -56049,6945.2 -56049,6945.2 -56049,6945.2 -56050,6945.2 -56050,6945.2 -56050,6945.2 -56050,6945.2 -56050,6945.3 -56050,6945.3 -56050,6945.3 -56050,6945.3 -56050,6945.3 -56051,6945.3 -56051,6945.3 -56051,6945.3 -56051,6945.3 -56051,6945.3 -56051,6945.3 -56051,6945.3 -56051,6945.4 -56051,6945.4 -56051,6945.4 -56052,6945.4 -56052,6945.4 -56052,6945.4 -56052,6945.4 -56052,6945.4 -56052,6945.4 -56052,6945.4 -56052,6945.5 -56052,6945.5 -56053,6945.5 -56053,6945.5 -56053,6945.5 -56053,6945.5 -56053,6945.5 -56053,6945.6 -56053,6945.6 -56053,6945.6 -56053,6945.6 -56054,6945.6 -56054,6945.6 -56054,6945.6 -56054,6945.7 -56054,6945.7 -56054,6945.7 -56054,6945.7 -56054,6945.7 -56054,6945.8 -56055,6945.8 -56055,6945.8 -56055,6945.8 -56055,6945.8 -56055,6945.9 -56055,6945.9 -56055,6945.9 -56055,6945.9 -56055,6945.9 -56056,6946 -56056,6946 -56056,6946 -56056,6946 -56056,6946 -56056,6946.1 -56056,6946.1 -56056,6946.1 -56057,6946.1 -56057,6946.2 -56057,6946.2 -56047,6935.7 -56047,6935.7 -56047,6935.7 -56048,6935.7 -56048,6935.6 -56048,6935.6 -56048,6935.6 -56048,6935.6 -56048,6935.6 -56048,6935.6 -56048,6935.6 -56048,6935.6 -56048,6935.5 -56048,6935.5 -56048,6935.5 -56049,6935.5 -56049,6935.5 -56049,6935.5 -56049,6935.5 -56049,6935.5 -56049,6935.5 -56049,6935.5 -56049,6935.4 -56049,6935.4 -56049,6935.4 -56049,6935.4 -56049,6935.4 -56050,6935.4 -56050,6935.4 -56050,6935.4 -56050,6935.4 -56050,6935.4 -56050,6935.4 -56050,6935.4 -56050,6935.4 -56050,6935.4 -56050,6935.3 -56050,6935.3 -56051,6935.3 -56051,6935.3 -56051,6935.3 -56051,6935.3 -56051,6935.3 -56051,6935.3 -56051,6935.3 -56051,6935.3 -56051,6935.3 -56051,6935.3 -56051,6935.3 -56052,6935.3 -56052,6935.3 -56052,6935.3 -56052,6935.3 -56052,6935.3 -56052,6935.3 -56052,6935.3 -56052,6935.3 -56052,6935.3 -56052,6935.3 -56052,6935.3 -56053,6935.3 -56053,6935.3 -56053,6935.3 -56053,6935.3 -56053,6935.3 -56053,6935.3 -56053,6935.3 -56053,6935.3 -56053,6935.3 -56053,6935.3 -56054,6935.3 -56054,6935.3 -56054,6935.4 -56054,6935.4 -56054,6935.4 -56054,6935.4 -56054,6935.4 -56054,6935.4 -56054,6935.4 -56054,6935.4 -56054,6935.4 -56055,6935.4 -56055,6935.4 -56055,6935.4 -56055,6935.4 -56055,6935.4 -56055,6935.4 -56055,6935.4 -56055,6935.5 -56055,6935.5 -56055,6935.5 -56056,6935.5 -56056,6935.5 -56056,6935.5 -56056,6935.5 -56056,6935.5 -56056,6935.5 -56056,6935.5 -56056,6935.6 -56056,6935.6 -56056,6935.6 -56057,6935.6 -56047,6925.2 -56047,6925.1 -56047,6925.1 -56047,6925.1 -56047,6925.1 -56047,6925 -56047,6925 -56047,6925 -56047,6925 -56047,6924.9 -56047,6924.9 -56047,6924.9 -56047,6924.9 -56047,6924.8 -56048,6924.8 -56048,6924.8 -56048,6924.8 -56048,6924.7 -56048,6924.7 -56048,6924.7 -56048,6924.7 -56048,6924.6 -56048,6924.6 -56048,6924.6 -56048,6924.6 -56048,6924.5 -56048,6924.5 -56048,6924.5 -56048,6924.5 -56049,6924.5 -56049,6924.4 -56049,6924.4 -56049,6924.4 -56049,6924.4 -56049,6924.3 -56049,6924.3 -56049,6924.3 -56049,6924.3 -56049,6924.3 -56049,6924.2 -56049,6924.2 -56049,6924.2 -56049,6924.2 -56049,6924.2 -56050,6924.2 -56050,6924.1 -56050,6924.1 -56050,6924.1 -56050,6924.1 -56050,6924.1 -56050,6924 -56050,6924 -56050,6924 -56050,6924 -56050,6924 -56050,6924 -56050,6924 -56050,6923.9 -56051,6923.9 -56051,6923.9 -56051,6923.9 -56051,6923.9 -56051,6923.9 -56051,6923.8 -56051,6923.8 -56051,6923.8 -56051,6923.8 -56051,6923.8 -56051,6923.8 -56051,6923.8 -56051,6923.7 -56051,6923.7 -56052,6923.7 -56052,6923.7 -56052,6923.7 -56052,6923.7 -56052,6923.7 -56052,6923.7 -56052,6923.6 -56052,6923.6 -56052,6923.6 -56052,6923.6 -56052,6923.6 -56052,6923.6 -56052,6923.6 -56052,6923.6 -56053,6923.6 -56053,6923.6 -56053,6923.6 -56053,6923.6 -56053,6923.5 -56053,6923.5 -56053,6923.5 -56053,6923.5 -56053,6923.5 -56053,6923.5 -56053,6923.5 -56053,6923.5 -56053,6923.5 -56045,6913.7 -56045,6913.7 -56045,6913.7 -56045,6913.6 -56045,6913.6 -56045,6913.5 -56045,6913.5 -56045,6913.4 -56045,6913.4 -56045,6913.4 -56045,6913.3 -56045,6913.3 -56046,6913.2 -56046,6913.2 -56046,6913.1 -56046,6913.1 -56046,6913.1 -56046,6913 -56046,6913 -56046,6912.9 -56046,6912.9 -56046,6912.9 -56046,6912.8 -56046,6912.8 -56046,6912.7 -56046,6912.7 -56046,6912.7 -56046,6912.6 -56046,6912.6 -56046,6912.5 -56046,6912.5 -56046,6912.5 -56046,6912.4 -56046,6912.4 -56046,6912.3 -56046,6912.3 -56047,6912.3 -56047,6912.2 -56047,6912.2 -56047,6912.2 -56047,6912.1 -56047,6912.1 -56047,6912 -56047,6912 -56047,6912 -56047,6911.9 -56047,6911.9 -56047,6911.9 -56047,6911.8 -56047,6911.8 -56047,6911.8 -56047,6911.7 -56047,6911.7 -56047,6911.7 -56047,6911.6 -56047,6911.6 -56047,6911.5 -56047,6911.5 -56047,6911.5 -56048,6911.4 -56048,6911.4 -56048,6911.4 -56048,6911.3 -56048,6911.3 -56048,6911.3 -56048,6911.2 -56048,6911.2 -56048,6911.2 -56048,6911.1 -56048,6911.1 -56048,6911.1 -56048,6911.1 -56048,6911 -56048,6911 -56048,6911 -56048,6910.9 -56048,6910.9 -56048,6910.9 -56048,6910.8 -56048,6910.8 -56048,6910.8 -56048,6910.7 -56049,6910.7 -56049,6910.7 -56049,6910.7 -56049,6910.6 -56049,6910.6 -56049,6910.6 -56049,6910.5 -56049,6910.5 -56049,6910.5 -56049,6910.5 -56049,6910.4 -56049,6910.4 -56049,6910.4 -56049,6910.4 -56049,6910.3 -56049,6910.3 -56049,6910.3 -56049,6910.2 -56043,6902.3 -56043,6902.2 -56043,6902.2 -56043,6902.1 -56043,6902.1 -56043,6902 -56043,6902 -56043,6901.9 -56043,6901.8 -56043,6901.8 -56043,6901.7 -56043,6901.7 -56043,6901.6 -56043,6901.6 -56043,6901.5 -56043,6901.4 -56043,6901.4 -56043,6901.3 -56043,6901.3 -56043,6901.2 -56043,6901.2 -56043,6901.1 -56043,6901 -56043,6901 -56043,6900.9 -56043,6900.9 -56044,6900.8 -56044,6900.8 -56044,6900.7 -56044,6900.7 -56044,6900.6 -56044,6900.6 -56044,6900.5 -56044,6900.4 -56044,6900.4 -56044,6900.3 -56044,6900.3 -56044,6900.2 -56044,6900.2 -56044,6900.1 -56044,6900.1 -56044,6900 -56044,6900 -56044,6899.9 -56044,6899.8 -56044,6899.8 -56044,6899.7 -56044,6899.7 -56044,6899.6 -56044,6899.6 -56044,6899.5 -56044,6899.5 -56044,6899.4 -56044,6899.4 -56044,6899.3 -56044,6899.3 -56044,6899.2 -56044,6899.2 -56044,6899.1 -56044,6899.1 -56044,6899 -56044,6899 -56044,6898.9 -56044,6898.9 -56044,6898.8 -56044,6898.8 -56044,6898.7 -56044,6898.7 -56044,6898.6 -56044,6898.6 -56044,6898.5 -56044,6898.5 -56044,6898.4 -56044,6898.4 -56044,6898.3 -56045,6898.3 -56045,6898.2 -56045,6898.2 -56045,6898.1 -56045,6898.1 -56045,6898 -56045,6898 -56045,6897.9 -56045,6897.9 -56045,6897.8 -56045,6897.8 -56045,6897.7 -56045,6897.7 -56045,6897.6 -56045,6897.6 -56045,6897.5 -56045,6897.5 -56045,6897.4 -56045,6897.4 -56045,6897.3 -56045,6897.3 -56045,6897.3 -56045,6897.2 -56045,6897.2 -56041,6891.3 -56041,6891.2 -56041,6891.2 -56041,6891.1 -56041,6891 -56041,6891 -56041,6890.9 -56041,6890.8 -56041,6890.8 -56041,6890.7 -56041,6890.6 -56041,6890.5 -56041,6890.5 -56041,6890.4 -56041,6890.3 -56041,6890.3 -56041,6890.2 -56041,6890.1 -56041,6890 -56041,6890 -56041,6889.9 -56041,6889.8 -56041,6889.8 -56041,6889.7 -56041,6889.6 -56041,6889.6 -56041,6889.5 -56041,6889.4 -56041,6889.3 -56041,6889.3 -56041,6889.2 -56041,6889.1 -56041,6889.1 -56041,6889 -56041,6888.9 -56041,6888.9 -56041,6888.8 -56041,6888.7 -56041,6888.6 -56041,6888.6 -56041,6888.5 -56041,6888.4 -56041,6888.4 -56041,6888.3 -56041,6888.2 -56041,6888.2 -56041,6888.1 -56041,6888 -56041,6888 -56041,6887.9 -56041,6887.8 -56041,6887.8 -56041,6887.7 -56041,6887.6 -56041,6887.6 -56041,6887.5 -56041,6887.4 -56041,6887.4 -56041,6887.3 -56041,6887.2 -56041,6887.2 -56041,6887.1 -56041,6887 -56041,6887 -56041,6886.9 -56041,6886.8 -56041,6886.8 -56041,6886.7 -56041,6886.6 -56041,6886.5 -56041,6886.5 -56041,6886.4 -56041,6886.3 -56041,6886.3 -56041,6886.2 -56041,6886.1 -56041,6886.1 -56041,6886 -56041,6885.9 -56041,6885.9 -56041,6885.8 -56041,6885.8 -56041,6885.7 -56041,6885.6 -56041,6885.6 -56041,6885.5 -56041,6885.4 -56041,6885.4 -56041,6885.3 -56041,6885.2 -56041,6885.2 -56041,6885.1 -56041,6885 -56041,6885 -56041,6884.9 -56041,6884.8 -56041,6884.8 -56041,6884.7 -56041,6884.6 -56039,6880.5 -56039,6880.4 -56039,6880.3 -56039,6880.2 -56039,6880.1 -56039,6880 -56039,6880 -56039,6879.9 -56039,6879.8 -56039,6879.7 -56039,6879.6 -56039,6879.5 -56039,6879.5 -56039,6879.4 -56039,6879.3 -56039,6879.2 -56039,6879.1 -56039,6879 -56039,6879 -56039,6878.9 -56039,6878.8 -56039,6878.7 -56039,6878.6 -56039,6878.5 -56039,6878.5 -56039,6878.4 -56039,6878.3 -56039,6878.2 -56039,6878.1 -56039,6878.1 -56039,6878 -56039,6877.9 -56039,6877.8 -56039,6877.7 -56039,6877.6 -56039,6877.6 -56039,6877.5 -56039,6877.4 -56039,6877.3 -56039,6877.2 -56039,6877.2 -56039,6877.1 -56039,6877 -56039,6876.9 -56039,6876.8 -56039,6876.8 -56039,6876.7 -56039,6876.6 -56039,6876.5 -56039,6876.4 -56039,6876.3 -56039,6876.3 -56039,6876.2 -56039,6876.1 -56039,6876 -56039,6875.9 -56039,6875.9 -56039,6875.8 -56039,6875.7 -56039,6875.6 -56039,6875.5 -56039,6875.5 -56039,6875.4 -56039,6875.3 -56039,6875.2 -56039,6875.1 -56039,6875 -56039,6875 -56039,6874.9 -56039,6874.8 -56039,6874.7 -56039,6874.6 -56039,6874.6 -56039,6874.5 -56039,6874.4 -56039,6874.3 -56039,6874.2 -56039,6874.2 -56039,6874.1 -56039,6874 -56039,6873.9 -56039,6873.8 -56039,6873.8 -56039,6873.7 -56039,6873.6 -56038,6873.5 -56038,6873.4 -56038,6873.4 -56038,6873.3 -56038,6873.2 -56038,6873.1 -56038,6873 -56038,6873 -56038,6872.9 -56038,6872.8 -56038,6872.7 -56038,6872.6 -56038,6872.6 -56038,6872.5 -56038,6872.4 -56038,6869.6 -56038,6869.5 -56038,6869.4 -56038,6869.3 -56038,6869.2 -56038,6869.1 -56038,6869.1 -56038,6869 -56038,6868.9 -56038,6868.8 -56038,6868.7 -56038,6868.6 -56038,6868.5 -56038,6868.4 -56038,6868.3 -56038,6868.2 -56038,6868.1 -56038,6868 -56038,6867.9 -56038,6867.8 -56038,6867.8 -56038,6867.7 -56038,6867.6 -56038,6867.5 -56038,6867.4 -56038,6867.3 -56038,6867.2 -56038,6867.1 -56038,6867 -56038,6866.9 -56037,6866.8 -56037,6866.7 -56037,6866.6 -56037,6866.5 -56037,6866.5 -56037,6866.4 -56037,6866.3 -56037,6866.2 -56037,6866.1 -56037,6866 -56037,6865.9 -56037,6865.8 -56037,6865.7 -56037,6865.6 -56037,6865.5 -56037,6865.4 -56037,6865.3 -56037,6865.2 -56037,6865.1 -56037,6865 -56037,6865 -56037,6864.9 -56037,6864.8 -56037,6864.7 -56037,6864.6 -56037,6864.5 -56037,6864.4 -56037,6864.3 -56037,6864.2 -56037,6864.1 -56037,6864 -56037,6863.9 -56037,6863.8 -56037,6863.7 -56037,6863.6 -56037,6863.5 -56037,6863.4 -56037,6863.4 -56037,6863.3 -56037,6863.2 -56037,6863.1 -56037,6863 -56037,6862.9 -56037,6862.8 -56037,6862.7 -56037,6862.6 -56037,6862.5 -56037,6862.4 -56037,6862.3 -56037,6862.2 -56037,6862.1 -56037,6862 -56037,6861.9 -56037,6861.8 -56037,6861.8 -56037,6861.7 -56037,6861.6 -56037,6861.5 -56037,6861.4 -56037,6861.3 -56037,6861.2 -56037,6861.1 -56037,6861 -56037,6860.9 -56037,6860.8 -56037,6860.7 -56037,6860.6 -56037,6860.5 -56037,6860.4 -56037,6860.3 -56036,6859.4 -56036,6859.3 -56036,6859.2 -56036,6859.1 -56036,6859 -56036,6858.9 -56036,6858.8 -56036,6858.7 -56036,6858.6 -56036,6858.5 -56036,6858.4 -56036,6858.3 -56036,6858.2 -56036,6858.1 -56036,6858 -56036,6857.9 -56036,6857.8 -56036,6857.7 -56036,6857.6 -56036,6857.5 -56036,6857.4 -56036,6857.3 -56036,6857.2 -56036,6857.1 -56036,6857 -56036,6856.9 -56036,6856.8 -56036,6856.7 -56036,6856.6 -56036,6856.4 -56036,6856.3 -56036,6856.2 -56036,6856.1 -56036,6856 -56036,6855.9 -56036,6855.8 -56036,6855.7 -56036,6855.6 -56036,6855.5 -56036,6855.4 -56036,6855.3 -56036,6855.2 -56036,6855.1 -56036,6855 -56036,6854.9 -56036,6854.8 -56036,6854.7 -56036,6854.6 -56036,6854.5 -56036,6854.4 -56036,6854.3 -56036,6854.2 -56036,6854 -56035,6853.9 -56035,6853.8 -56035,6853.7 -56035,6853.6 -56035,6853.5 -56035,6853.4 -56035,6853.3 -56035,6853.2 -56035,6853.1 -56035,6853 -56035,6852.9 -56035,6852.8 -56035,6852.7 -56035,6852.6 -56035,6852.5 -56035,6852.4 -56035,6852.3 -56035,6852.2 -56035,6852.1 -56035,6851.9 -56035,6851.8 -56035,6851.7 -56035,6851.6 -56035,6851.5 -56035,6851.4 -56035,6851.3 -56035,6851.2 -56035,6851.1 -56035,6851 -56035,6850.9 -56035,6850.8 -56035,6850.7 -56035,6850.6 -56035,6850.5 -56035,6850.3 -56035,6850.2 -56035,6850.1 -56035,6850 -56035,6849.9 -56035,6849.8 -56035,6849.7 -56035,6849.6 -56035,6849.5 -56035,6849.4 -56035,6849.3 -56035,6849.2 -56034,6849.8 -56034,6849.7 -56034,6849.6 -56034,6849.5 -56034,6849.4 -56034,6849.3 -56034,6849.2 -56034,6849.1 -56034,6848.9 -56034,6848.8 -56034,6848.7 -56034,6848.6 -56034,6848.5 -56034,6848.4 -56034,6848.3 -56034,6848.2 -56034,6848.1 -56034,6848 -56034,6847.9 -56034,6847.8 -56034,6847.7 -56034,6847.6 -56034,6847.4 -56034,6847.3 -56034,6847.2 -56034,6847.1 -56034,6847 -56034,6846.9 -56034,6846.8 -56034,6846.7 -56034,6846.6 -56034,6846.5 -56034,6846.4 -56034,6846.2 -56034,6846.1 -56034,6846 -56034,6845.9 -56034,6845.8 -56034,6845.7 -56034,6845.6 -56034,6845.5 -56034,6845.4 -56034,6845.3 -56034,6845.1 -56034,6845 -56034,6844.9 -56034,6844.8 -56033,6844.7 -56033,6844.6 -56033,6844.5 -56033,6844.4 -56033,6844.3 -56033,6844.1 -56033,6844 -56033,6843.9 -56033,6843.8 -56033,6843.7 -56033,6843.6 -56033,6843.5 -56033,6843.4 -56033,6843.3 -56033,6843.1 -56033,6843 -56033,6842.9 -56033,6842.8 -56033,6842.7 -56033,6842.6 -56033,6842.5 -56033,6842.4 -56033,6842.2 -56033,6842.1 -56033,6842 -56033,6841.9 -56033,6841.8 -56033,6841.7 -56033,6841.6 -56033,6841.5 -56033,6841.3 -56033,6841.2 -56033,6841.1 -56033,6841 -56033,6840.9 -56033,6840.8 -56033,6840.7 -56033,6840.5 -56033,6840.4 -56033,6840.3 -56033,6840.2 -56033,6840.1 -56033,6840 -56033,6839.8 -56033,6839.7 -56033,6839.6 -56033,6839.5 -56033,6839.4 -56033,6839.3 -56033,6839.2 -56033,6839 -56032,6840.7 -56032,6840.6 -56032,6840.5 -56032,6840.3 -56032,6840.2 -56032,6840.1 -56032,6840 -56032,6839.9 -56032,6839.8 -56032,6839.7 -56032,6839.6 -56032,6839.5 -56032,6839.3 -56032,6839.2 -56032,6839.1 -56032,6839 -56032,6838.9 -56032,6838.8 -56032,6838.7 -56032,6838.6 -56032,6838.4 -56032,6838.3 -56032,6838.2 -56032,6838.1 -56032,6838 -56032,6837.9 -56032,6837.8 -56032,6837.6 -56032,6837.5 -56032,6837.4 -56032,6837.3 -56032,6837.2 -56032,6837.1 -56032,6837 -56032,6836.8 -56032,6836.7 -56032,6836.6 -56032,6836.5 -56032,6836.4 -56032,6836.3 -56032,6836.2 -56032,6836 -56032,6835.9 -56032,6835.8 -56032,6835.7 -56032,6835.6 -56032,6835.5 -56032,6835.3 -56032,6835.2 -56031,6835.1 -56031,6835 -56031,6834.9 -56031,6834.8 -56031,6834.6 -56031,6834.5 -56031,6834.4 -56031,6834.3 -56031,6834.2 -56031,6834 -56031,6833.9 -56031,6833.8 -56031,6833.7 -56031,6833.6 -56031,6833.5 -56031,6833.3 -56031,6833.2 -56031,6833.1 -56031,6833 -56031,6832.9 -56031,6832.7 -56031,6832.6 -56031,6832.5 -56031,6832.4 -56031,6832.3 -56031,6832.2 -56031,6832 -56031,6831.9 -56031,6831.8 -56031,6831.7 -56031,6831.6 -56031,6831.4 -56031,6831.3 -56031,6831.2 -56031,6831.1 -56031,6831 -56031,6830.8 -56031,6830.7 -56031,6830.6 -56031,6830.5 -56031,6830.4 -56031,6830.2 -56031,6830.1 -56031,6830 -56031,6829.9 -56031,6829.7 -56031,6829.6 -56031,6829.5 -56031,6829.4 -56031,6829.3 -56031,6829.1 -56029,6831.3 -56029,6831.2 -56029,6831.1 -56029,6830.9 -56029,6830.8 -56029,6830.7 -56029,6830.6 -56029,6830.5 -56029,6830.4 -56029,6830.3 -56029,6830.1 -56029,6830 -56029,6829.9 -56029,6829.8 -56029,6829.7 -56029,6829.5 -56029,6829.4 -56029,6829.3 -56029,6829.2 -56029,6829.1 -56029,6829 -56029,6828.8 -56029,6828.7 -56029,6828.6 -56029,6828.5 -56029,6828.4 -56029,6828.2 -56029,6828.1 -56029,6828 -56029,6827.9 -56029,6827.8 -56029,6827.6 -56029,6827.5 -56029,6827.4 -56029,6827.3 -56029,6827.1 -56028,6827 -56028,6826.9 -56028,6826.8 -56028,6826.7 -56028,6826.5 -56028,6826.4 -56028,6826.3 -56028,6826.2 -56028,6826 -56028,6825.9 -56028,6825.8 -56028,6825.7 -56028,6825.5 -56028,6825.4 -56028,6825.3 -56028,6825.2 -56028,6825 -56028,6824.9 -56028,6824.8 -56028,6824.6 -56028,6824.5 -56028,6824.4 -56028,6824.3 -56028,6824.1 -56028,6824 -56028,6823.9 -56028,6823.8 -56028,6823.6 -56028,6823.5 -56028,6823.4 -56028,6823.2 -56028,6823.1 -56028,6823 -56028,6822.9 -56028,6822.7 -56028,6822.6 -56028,6822.5 -56028,6822.3 -56028,6822.2 -56028,6822.1 -56028,6821.9 -56027,6821.8 -56027,6821.7 -56027,6821.6 -56027,6821.4 -56027,6821.3 -56027,6821.2 -56027,6821 -56027,6820.9 -56027,6820.8 -56027,6820.6 -56027,6820.5 -56027,6820.4 -56027,6820.2 -56027,6820.1 -56027,6820 -56027,6819.8 -56027,6819.7 -56027,6819.6 -56027,6819.4 -56027,6819.3 -56027,6819.2 -56027,6819 -56027,6818.9 -56026,6822.2 -56026,6822.1 -56026,6822 -56026,6821.9 -56026,6821.7 -56026,6821.6 -56026,6821.5 -56026,6821.4 -56026,6821.2 -56026,6821.1 -56026,6821 -56026,6820.9 -56026,6820.7 -56026,6820.6 -56026,6820.5 -56026,6820.4 -56026,6820.2 -56026,6820.1 -56026,6820 -56026,6819.9 -56026,6819.7 -56026,6819.6 -56026,6819.5 -56026,6819.4 -56026,6819.2 -56026,6819.1 -56026,6819 -56026,6818.8 -56026,6818.7 -56026,6818.6 -56026,6818.5 -56026,6818.3 -56026,6818.2 -56026,6818.1 -56026,6818 -56025,6817.8 -56025,6817.7 -56025,6817.6 -56025,6817.4 -56025,6817.3 -56025,6817.2 -56025,6817.1 -56025,6816.9 -56025,6816.8 -56025,6816.7 -56025,6816.5 -56025,6816.4 -56025,6816.3 -56025,6816.1 -56025,6816 -56025,6815.9 -56025,6815.7 -56025,6815.6 -56025,6815.5 -56025,6815.4 -56025,6815.2 -56025,6815.1 -56025,6815 -56025,6814.8 -56025,6814.7 -56025,6814.6 -56025,6814.4 -56025,6814.3 -56025,6814.2 -56025,6814 -56025,6813.9 -56025,6813.7 -56025,6813.6 -56025,6813.5 -56025,6813.3 -56025,6813.2 -56025,6813.1 -56024,6812.9 -56024,6812.8 -56024,6812.7 -56024,6812.5 -56024,6812.4 -56024,6812.3 -56024,6812.1 -56024,6812 -56024,6811.8 -56024,6811.7 -56024,6811.6 -56024,6811.4 -56024,6811.3 -56024,6811.2 -56024,6811 -56024,6810.9 -56024,6810.8 -56024,6810.6 -56024,6810.5 -56024,6810.3 -56024,6810.2 -56024,6810.1 -56024,6809.9 -56024,6809.8 -56024,6809.6 -56024,6813.4 -56024,6813.3 -56024,6813.2 -56024,6813 -56024,6812.9 -56024,6812.8 -56024,6812.6 -56023,6812.5 -56023,6812.4 -56023,6812.3 -56023,6812.1 -56023,6812 -56023,6811.9 -56023,6811.8 -56023,6811.6 -56023,6811.5 -56023,6811.4 -56023,6811.3 -56023,6811.1 -56023,6811 -56023,6810.9 -56023,6810.7 -56023,6810.6 -56023,6810.5 -56023,6810.3 -56023,6810.2 -56023,6810.1 -56023,6810 -56023,6809.8 -56023,6809.7 -56023,6809.6 -56023,6809.4 -56023,6809.3 -56023,6809.2 -56023,6809.1 -56023,6808.9 -56023,6808.8 -56023,6808.7 -56023,6808.5 -56023,6808.4 -56023,6808.3 -56023,6808.1 -56023,6808 -56023,6807.9 -56022,6807.7 -56022,6807.6 -56022,6807.5 -56022,6807.4 -56022,6807.2 -56022,6807.1 -56022,6807 -56022,6806.8 -56022,6806.7 -56022,6806.6 -56022,6806.4 -56022,6806.3 -56022,6806.2 -56022,6806 -56022,6805.9 -56022,6805.8 -56022,6805.6 -56022,6805.5 -56022,6805.4 -56022,6805.2 -56022,6805.1 -56022,6805 -56022,6804.8 -56022,6804.7 -56022,6804.6 -56022,6804.4 -56022,6804.3 -56022,6804.2 -56022,6804 -56022,6803.9 -56022,6803.8 -56022,6803.6 -56022,6803.5 -56022,6803.3 -56022,6803.2 -56022,6803.1 -56022,6802.9 -56022,6802.8 -56021,6802.7 -56021,6802.5 -56021,6802.4 -56021,6802.2 -56021,6802.1 -56021,6802 -56021,6801.8 -56021,6801.7 -56021,6801.6 -56021,6801.4 -56021,6801.3 -56021,6801.1 -56021,6801 -56021,6800.9 -56021,6800.7 -56021,6800.6 -56021,6800.4 -56021,6800.3 -56021,6800.2 -56021,6804.5 -56021,6804.4 -56021,6804.3 -56021,6804.1 -56021,6804 -56021,6803.9 -56021,6803.8 -56021,6803.6 -56021,6803.5 -56020,6803.4 -56020,6803.3 -56020,6803.1 -56020,6803 -56020,6802.9 -56020,6802.8 -56020,6802.6 -56020,6802.5 -56020,6802.4 -56020,6802.3 -56020,6802.1 -56020,6802 -56020,6801.9 -56020,6801.8 -56020,6801.6 -56020,6801.5 -56020,6801.4 -56020,6801.2 -56020,6801.1 -56020,6801 -56020,6800.9 -56020,6800.7 -56020,6800.6 -56020,6800.5 -56020,6800.3 -56020,6800.2 -56020,6800.1 -56020,6800 -56020,6799.8 -56020,6799.7 -56020,6799.6 -56020,6799.4 -56020,6799.3 -56020,6799.2 -56020,6799.1 -56020,6798.9 -56020,6798.8 -56019,6798.7 -56019,6798.5 -56019,6798.4 -56019,6798.3 -56019,6798.1 -56019,6798 -56019,6797.9 -56019,6797.8 -56019,6797.6 -56019,6797.5 -56019,6797.4 -56019,6797.2 -56019,6797.1 -56019,6797 -56019,6796.8 -56019,6796.7 -56019,6796.6 -56019,6796.4 -56019,6796.3 -56019,6796.2 -56019,6796 -56019,6795.9 -56019,6795.7 -56019,6795.6 -56019,6795.5 -56019,6795.3 -56019,6795.2 -56019,6795.1 -56019,6794.9 -56019,6794.8 -56019,6794.7 -56019,6794.5 -56019,6794.4 -56019,6794.3 -56018,6794.1 -56018,6794 -56018,6793.8 -56018,6793.7 -56018,6793.6 -56018,6793.4 -56018,6793.3 -56018,6793.2 -56018,6793 -56018,6792.9 -56018,6792.7 -56018,6792.6 -56018,6792.5 -56018,6792.3 -56018,6792.2 -56018,6792 -56018,6791.9 -56018,6791.8 -56018,6796.1 -56018,6796 -56018,6795.8 -56018,6795.7 -56018,6795.6 -56018,6795.5 -56018,6795.3 -56018,6795.2 -56018,6795.1 -56018,6795 -56018,6794.8 -56018,6794.7 -56018,6794.6 -56018,6794.5 -56018,6794.3 -56018,6794.2 -56018,6794.1 -56018,6794 -56018,6793.8 -56018,6793.7 -56018,6793.6 -56018,6793.5 -56018,6793.3 -56018,6793.2 -56018,6793.1 -56017,6793 -56017,6792.8 -56017,6792.7 -56017,6792.6 -56017,6792.4 -56017,6792.3 -56017,6792.2 -56017,6792.1 -56017,6791.9 -56017,6791.8 -56017,6791.7 -56017,6791.5 -56017,6791.4 -56017,6791.3 -56017,6791.2 -56017,6791 -56017,6790.9 -56017,6790.8 -56017,6790.6 -56017,6790.5 -56017,6790.4 -56017,6790.2 -56017,6790.1 -56017,6790 -56017,6789.9 -56017,6789.7 -56017,6789.6 -56017,6789.5 -56017,6789.3 -56017,6789.2 -56017,6789.1 -56016,6788.9 -56016,6788.8 -56016,6788.7 -56016,6788.5 -56016,6788.4 -56016,6788.3 -56016,6788.1 -56016,6788 -56016,6787.9 -56016,6787.7 -56016,6787.6 -56016,6787.4 -56016,6787.3 -56016,6787.2 -56016,6787 -56016,6786.9 -56016,6786.8 -56016,6786.6 -56016,6786.5 -56016,6786.4 -56016,6786.2 -56016,6786.1 -56016,6785.9 -56016,6785.8 -56016,6785.7 -56016,6785.5 -56016,6785.4 -56016,6785.3 -56016,6785.1 -56016,6785 -56015,6784.8 -56015,6784.7 -56015,6784.6 -56015,6784.4 -56015,6784.3 -56015,6784.1 -56015,6784 -56015,6783.9 -56015,6783.7 -56015,6783.6 -56015,6783.4 -56015,6783.3 -56015,6783.2 -56015,6783 -56015,6782.9 -56015,6787.7 -56015,6787.5 -56015,6787.4 -56015,6787.3 -56015,6787.2 -56015,6787 -56015,6786.9 -56015,6786.8 -56015,6786.7 -56015,6786.6 -56015,6786.4 -56015,6786.3 -56015,6786.2 -56015,6786.1 -56015,6785.9 -56015,6785.8 -56015,6785.7 -56015,6785.6 -56015,6785.4 -56015,6785.3 -56015,6785.2 -56015,6785 -56015,6784.9 -56015,6784.8 -56015,6784.7 -56015,6784.5 -56015,6784.4 -56015,6784.3 -56015,6784.2 -56014,6784 -56014,6783.9 -56014,6783.8 -56014,6783.6 -56014,6783.5 -56014,6783.4 -56014,6783.3 -56014,6783.1 -56014,6783 -56014,6782.9 -56014,6782.7 -56014,6782.6 -56014,6782.5 -56014,6782.3 -56014,6782.2 -56014,6782.1 -56014,6782 -56014,6781.8 -56014,6781.7 -56014,6781.6 -56014,6781.4 -56014,6781.3 -56014,6781.2 -56014,6781 -56014,6780.9 -56014,6780.8 -56014,6780.6 -56014,6780.5 -56014,6780.4 -56014,6780.2 -56014,6780.1 -56014,6780 -56013,6779.8 -56013,6779.7 -56013,6779.6 -56013,6779.4 -56013,6779.3 -56013,6779.2 -56013,6779 -56013,6778.9 -56013,6778.8 -56013,6778.6 -56013,6778.5 -56013,6778.4 -56013,6778.2 -56013,6778.1 -56013,6777.9 -56013,6777.8 -56013,6777.7 -56013,6777.5 -56013,6777.4 -56013,6777.3 -56013,6777.1 -56013,6777 -56013,6776.9 -56013,6776.7 -56013,6776.6 -56013,6776.4 -56013,6776.3 -56013,6776.2 -56013,6776 -56013,6775.9 -56013,6775.7 -56013,6775.6 -56012,6775.5 -56012,6775.3 -56012,6775.2 -56012,6775 -56012,6774.9 -56013,6779.8 -56013,6779.6 -56013,6779.5 -56013,6779.4 -56013,6779.3 -56013,6779.2 -56013,6779 -56013,6778.9 -56013,6778.8 -56013,6778.7 -56012,6778.5 -56012,6778.4 -56012,6778.3 -56012,6778.2 -56012,6778.1 -56012,6777.9 -56012,6777.8 -56012,6777.7 -56012,6777.6 -56012,6777.4 -56012,6777.3 -56012,6777.2 -56012,6777.1 -56012,6777 -56012,6776.8 -56012,6776.7 -56012,6776.6 -56012,6776.5 -56012,6776.3 -56012,6776.2 -56012,6776.1 -56012,6776 -56012,6775.8 -56012,6775.7 -56012,6775.6 -56012,6775.5 -56012,6775.3 -56012,6775.2 -56012,6775.1 -56012,6775 -56012,6774.8 -56011,6774.7 -56011,6774.6 -56011,6774.5 -56011,6774.3 -56011,6774.2 -56011,6774.1 -56011,6774 -56011,6773.8 -56011,6773.7 -56011,6773.6 -56011,6773.5 -56011,6773.3 -56011,6773.2 -56011,6773.1 -56011,6773 -56011,6772.8 -56011,6772.7 -56011,6772.6 -56011,6772.4 -56011,6772.3 -56011,6772.2 -56011,6772.1 -56011,6771.9 -56011,6771.8 -56011,6771.7 -56011,6771.6 -56011,6771.4 -56011,6771.3 -56011,6771.2 -56011,6771 -56011,6770.9 -56011,6770.8 -56010,6770.7 -56010,6770.5 -56010,6770.4 -56010,6770.3 -56010,6770.1 -56010,6770 -56010,6769.9 -56010,6769.8 -56010,6769.6 -56010,6769.5 -56010,6769.4 -56010,6769.2 -56010,6769.1 -56010,6769 -56010,6768.9 -56010,6768.7 -56010,6768.6 -56010,6768.5 -56010,6768.3 -56010,6768.2 -56010,6768.1 -56010,6768 -56010,6767.8 -56010,6767.7 -56010,6767.6 -56010,6767.4 -56011,6771.1 -56011,6771 -56011,6770.9 -56011,6770.8 -56010,6770.7 -56010,6770.6 -56010,6770.4 -56010,6770.3 -56010,6770.2 -56010,6770.1 -56010,6770 -56010,6769.9 -56010,6769.7 -56010,6769.6 -56010,6769.5 -56010,6769.4 -56010,6769.3 -56010,6769.2 -56010,6769 -56010,6768.9 -56010,6768.8 -56010,6768.7 -56010,6768.6 -56010,6768.5 -56010,6768.3 -56010,6768.2 -56010,6768.1 -56010,6768 -56010,6767.9 -56010,6767.7 -56010,6767.6 -56010,6767.5 -56010,6767.4 -56010,6767.3 -56010,6767.2 -56009,6767 -56009,6766.9 -56009,6766.8 -56009,6766.7 -56009,6766.6 -56009,6766.4 -56009,6766.3 -56009,6766.2 -56009,6766.1 -56009,6766 -56009,6765.8 -56009,6765.7 -56009,6765.6 -56009,6765.5 -56009,6765.3 -56009,6765.2 -56009,6765.1 -56009,6765 -56009,6764.9 -56009,6764.7 -56009,6764.6 -56009,6764.5 -56009,6764.4 -56009,6764.2 -56009,6764.1 -56009,6764 -56009,6763.9 -56009,6763.8 -56009,6763.6 -56008,6763.5 -56008,6763.4 -56008,6763.3 -56008,6763.1 -56008,6763 -56008,6762.9 -56008,6762.8 -56008,6762.6 -56008,6762.5 -56008,6762.4 -56008,6762.3 -56008,6762.1 -56008,6762 -56008,6761.9 -56008,6761.8 -56008,6761.6 -56008,6761.5 -56008,6761.4 -56008,6761.3 -56008,6761.1 -56008,6761 -56008,6760.9 -56008,6760.7 -56008,6760.6 -56008,6760.5 -56008,6760.4 -56008,6760.2 -56007,6760.1 -56007,6760 -56007,6759.8 -56007,6759.7 -56007,6759.6 -56007,6759.5 -56007,6759.3 -56007,6759.2 -56009,6762.9 -56009,6762.8 -56009,6762.7 -56009,6762.5 -56009,6762.4 -56009,6762.3 -56009,6762.2 -56009,6762.1 -56009,6761.9 -56009,6761.8 -56008,6761.7 -56008,6761.6 -56008,6761.5 -56008,6761.3 -56008,6761.2 -56008,6761.1 -56008,6761 -56008,6760.9 -56008,6760.7 -56008,6760.6 -56008,6760.5 -56008,6760.4 -56008,6760.3 -56008,6760.1 -56008,6760 -56008,6759.9 -56008,6759.8 -56008,6759.6 -56008,6759.5 -56008,6759.4 -56008,6759.3 -56008,6759.1 -56008,6759 -56008,6758.9 -56008,6758.8 -56008,6758.6 -56008,6758.5 -56008,6758.4 -56008,6758.3 -56008,6758.1 -56008,6758 -56007,6757.9 -56007,6757.8 -56007,6757.6 -56007,6757.5 -56007,6757.4 -56007,6757.2 -56007,6757.1 -56007,6757 -56007,6756.9 -56007,6756.7 -56007,6756.6 -56007,6756.5 -56007,6756.3 -56007,6756.2 -56007,6756.1 -56007,6756 -56007,6755.8 -56007,6755.7 -56007,6755.6 -56007,6755.4 -56007,6755.3 -56007,6755.2 -56007,6755 -56007,6754.9 -56007,6754.8 -56007,6754.6 -56007,6754.5 -56007,6754.4 -56007,6754.2 -56007,6754.1 -56007,6754 -56007,6753.8 -56007,6753.7 -56006,6753.6 -56006,6753.4 -56006,6753.3 -56006,6753.2 -56006,6753 -56006,6752.9 -56006,6752.8 -56006,6752.6 -56006,6752.5 -56006,6752.4 -56006,6752.2 -56006,6752.1 -56006,6751.9 -56006,6751.8 -56006,6751.7 -56006,6751.5 -56006,6751.4 -56006,6751.3 -56006,6751.1 -56006,6751 -56006,6750.8 -56006,6750.7 -56006,6750.6 -56006,6750.4 -56006,6750.3 -56006,6750.1 -56007,6754.8 -56007,6754.6 -56007,6754.5 -56007,6754.4 -56007,6754.3 -56007,6754.1 -56007,6754 -56007,6753.9 -56007,6753.8 -56007,6753.6 -56007,6753.5 -56007,6753.4 -56007,6753.3 -56007,6753.1 -56007,6753 -56007,6752.9 -56007,6752.8 -56007,6752.6 -56007,6752.5 -56007,6752.4 -56007,6752.3 -56007,6752.1 -56007,6752 -56007,6751.9 -56007,6751.8 -56007,6751.6 -56007,6751.5 -56007,6751.4 -56007,6751.3 -56007,6751.1 -56007,6751 -56007,6750.9 -56007,6750.7 -56007,6750.6 -56007,6750.5 -56007,6750.4 -56007,6750.2 -56007,6750.1 -56007,6750 -56007,6749.8 -56007,6749.7 -56007,6749.6 -56007,6749.4 -56007,6749.3 -56007,6749.2 -56007,6749 -56007,6748.9 -56007,6748.8 -56007,6748.7 -56007,6748.5 -56007,6748.4 -56007,6748.3 -56007,6748.1 -56007,6748 -56007,6747.9 -56007,6747.7 -56007,6747.6 -56007,6747.5 -56006,6747.3 -56006,6747.2 -56006,6747.1 -56006,6746.9 -56006,6746.8 -56006,6746.7 -56006,6746.5 -56006,6746.4 -56006,6746.2 -56006,6746.1 -56006,6746 -56006,6745.8 -56006,6745.7 -56006,6745.6 -56006,6745.4 -56006,6745.3 -56006,6745.2 -56006,6745 -56006,6744.9 -56006,6744.7 -56006,6744.6 -56006,6744.5 -56006,6744.3 -56006,6744.2 -56006,6744 -56006,6743.9 -56006,6743.8 -56006,6743.6 -56006,6743.5 -56006,6743.3 -56006,6743.2 -56006,6743.1 -56006,6742.9 -56006,6742.8 -56006,6742.6 -56006,6742.5 -56006,6742.3 -56006,6742.2 -56006,6742.1 -56006,6741.9 -56006,6741.8 -56006,6741.6 -56007,6747.1 -56007,6747 -56007,6746.9 -56007,6746.7 -56007,6746.6 -56007,6746.5 -56007,6746.4 -56007,6746.2 -56007,6746.1 -56007,6746 -56007,6745.9 -56007,6745.7 -56007,6745.6 -56007,6745.5 -56007,6745.4 -56007,6745.2 -56007,6745.1 -56007,6745 -56007,6744.8 -56007,6744.7 -56007,6744.6 -56007,6744.5 -56007,6744.3 -56007,6744.2 -56007,6744.1 -56007,6743.9 -56007,6743.8 -56007,6743.7 -56007,6743.5 -56007,6743.4 -56007,6743.3 -56007,6743.1 -56007,6743 -56007,6742.9 -56007,6742.7 -56007,6742.6 -56007,6742.5 -56007,6742.3 -56007,6742.2 -56007,6742.1 -56007,6741.9 -56007,6741.8 -56007,6741.7 -56007,6741.5 -56007,6741.4 -56007,6741.2 -56007,6741.1 -56007,6741 -56007,6740.8 -56007,6740.7 -56007,6740.6 -56007,6740.4 -56007,6740.3 -56007,6740.1 -56007,6740 -56007,6739.9 -56007,6739.7 -56007,6739.6 -56007,6739.4 -56007,6739.3 -56007,6739.1 -56007,6739 -56007,6738.9 -56007,6738.7 -56007,6738.6 -56007,6738.4 -56007,6738.3 -56007,6738.1 -56007,6738 -56007,6737.8 -56007,6737.7 -56007,6737.5 -56007,6737.4 -56007,6737.3 -56007,6737.1 -56007,6737 -56007,6736.8 -56007,6736.7 -56007,6736.5 -56007,6736.4 -56007,6736.2 -56007,6736.1 -56007,6735.9 -56007,6735.8 -56007,6735.6 -56007,6735.5 -56007,6735.3 -56007,6735.2 -56007,6735 -56007,6734.8 -56007,6734.7 -56007,6734.5 -56007,6734.4 -56007,6734.2 -56007,6734.1 -56007,6733.9 -56007,6733.8 -56007,6733.6 -56007,6733.5 -56004,6741.6 -56004,6741.4 -56004,6741.3 -56004,6741.2 -56004,6741.1 -56004,6740.9 -56004,6740.8 -56004,6740.7 -56004,6740.5 -56004,6740.4 -56004,6740.3 -56004,6740.2 -56004,6740 -56004,6739.9 -56004,6739.8 -56004,6739.6 -56004,6739.5 -56004,6739.4 -56004,6739.2 -56004,6739.1 -56004,6739 -56004,6738.8 -56004,6738.7 -56004,6738.5 -56004,6738.4 -56004,6738.3 -56004,6738.1 -56005,6738 -56005,6737.9 -56005,6737.7 -56005,6737.6 -56005,6737.4 -56005,6737.3 -56005,6737.2 -56005,6737 -56005,6736.9 -56005,6736.7 -56005,6736.6 -56005,6736.4 -56005,6736.3 -56005,6736.2 -56005,6736 -56005,6735.9 -56005,6735.7 -56005,6735.6 -56005,6735.4 -56005,6735.3 -56005,6735.1 -56005,6735 -56005,6734.8 -56005,6734.7 -56005,6734.6 -56005,6734.4 -56005,6734.3 -56005,6734.1 -56005,6734 -56005,6733.8 -56005,6733.6 -56005,6733.5 -56005,6733.3 -56005,6733.2 -56005,6733 -56005,6732.9 -56005,6732.7 -56005,6732.6 -56005,6732.4 -56005,6732.3 -56005,6732.1 -56005,6731.9 -56005,6731.8 -56005,6731.6 -56005,6731.5 -56005,6731.3 -56005,6731.2 -56005,6731 -56005,6730.8 -56005,6730.7 -56005,6730.5 -56005,6730.4 -56005,6730.2 -56005,6730 -56005,6729.9 -56005,6729.7 -56005,6729.5 -56005,6729.4 -56005,6729.2 -56005,6729 -56005,6728.9 -56005,6728.7 -56005,6728.5 -56005,6728.4 -56005,6728.2 -56005,6728 -56005,6727.9 -56005,6727.7 -56005,6727.5 -56005,6727.3 -56005,6727.2 -56005,6727 -56001,6736.5 -56001,6736.4 -56001,6736.2 -56001,6736.1 -56001,6736 -56000,6735.8 -56000,6735.7 -56000,6735.5 -56000,6735.4 -56000,6735.2 -56000,6735.1 -56000,6735 -56000,6734.8 -56000,6734.7 -56000,6734.5 -56000,6734.4 -56000,6734.2 -56000,6734.1 -56000,6733.9 -56000,6733.8 -56000,6733.6 -56000,6733.5 -56000,6733.3 -56000,6733.2 -56000,6733 -56000,6732.8 -56000,6732.7 -56000,6732.5 -56000,6732.4 -56000,6732.2 -56000,6732.1 -56000,6731.9 -56000,6731.8 -56000,6731.6 -56000,6731.4 -56000,6731.3 -56000,6731.1 -56000,6731 -56000,6730.8 -56000,6730.7 -56000,6730.5 -56000,6730.3 -56000,6730.2 -56000,6730 -56000,6729.8 -56000,6729.7 -56000,6729.5 -56000,6729.4 -56000,6729.2 -56000,6729 -56000,6728.9 -56000,6728.7 -56000,6728.5 -56000,6728.4 -56000,6728.2 -56000,6728 -56000,6727.9 -56000,6727.7 -56000,6727.5 -56000,6727.4 -56000,6727.2 -56000,6727 -56000,6726.8 -56000,6726.7 -56000,6726.5 -56000,6726.3 -56000,6726.1 -56000,6726 -56000,6725.8 -56000,6725.6 -56000,6725.4 -56000,6725.3 -56000,6725.1 -56000,6724.9 -56000,6724.7 -56000,6724.5 -56000,6724.3 -56000,6724.2 -56000,6724 -56000,6723.8 -56000,6723.6 -56000,6723.4 -56000,6723.3 -56000,6723.1 -56000,6722.9 -56000,6722.7 -56000,6722.5 -56000,6722.4 -56000,6722.2 -56000,6722 -56000,6721.8 -56000,6721.6 -56000,6721.4 -56000,6721.3 -56000,6721.1 -56000,6720.9 -56000,6720.7 -56000,6720.5 -56000,6720.3 -55995,6732.1 -55995,6732 -55995,6731.8 -55995,6731.7 -55995,6731.5 -55995,6731.4 -55995,6731.2 -55995,6731.1 -55995,6730.9 -55995,6730.8 -55995,6730.6 -55995,6730.5 -55995,6730.3 -55995,6730.2 -55994,6730 -55994,6729.9 -55994,6729.7 -55994,6729.6 -55994,6729.4 -55994,6729.3 -55994,6729.1 -55994,6729 -55994,6728.8 -55994,6728.7 -55994,6728.5 -55994,6728.4 -55994,6728.2 -55994,6728 -55994,6727.9 -55994,6727.7 -55994,6727.6 -55994,6727.4 -55994,6727.3 -55994,6727.1 -55994,6726.9 -55994,6726.8 -55994,6726.6 -55994,6726.4 -55994,6726.3 -55994,6726.1 -55994,6726 -55994,6725.8 -55994,6725.6 -55994,6725.5 -55993,6725.3 -55993,6725.1 -55993,6725 -55993,6724.8 -55993,6724.6 -55993,6724.5 -55993,6724.3 -55993,6724.1 -55993,6724 -55993,6723.8 -55993,6723.6 -55993,6723.5 -55993,6723.3 -55993,6723.1 -55993,6723 -55993,6722.8 -55993,6722.6 -55993,6722.4 -55993,6722.3 -55993,6722.1 -55993,6721.9 -55993,6721.8 -55993,6721.6 -55993,6721.4 -55993,6721.2 -55993,6721.1 -55993,6720.9 -55993,6720.7 -55992,6720.6 -55992,6720.4 -55992,6720.2 -55992,6720 -55992,6719.9 -55992,6719.7 -55992,6719.5 -55992,6719.3 -55992,6719.1 -55992,6719 -55992,6718.8 -55992,6718.6 -55992,6718.4 -55992,6718.2 -55992,6718.1 -55992,6717.9 -55992,6717.7 -55992,6717.5 -55992,6717.3 -55992,6717.2 -55992,6717 -55992,6716.8 -55992,6716.6 -55992,6716.4 -55991,6716.2 -55991,6716.1 -55991,6715.9 -55991,6715.7 -55987,6730.4 -55987,6730.2 -55987,6730.1 -55987,6730 -55987,6729.8 -55987,6729.7 -55987,6729.6 -55987,6729.4 -55987,6729.3 -55987,6729.1 -55986,6729 -55986,6728.9 -55986,6728.7 -55986,6728.6 -55986,6728.4 -55986,6728.3 -55986,6728.2 -55986,6728 -55986,6727.9 -55986,6727.7 -55986,6727.6 -55986,6727.4 -55986,6727.3 -55986,6727.2 -55986,6727 -55986,6726.9 -55985,6726.7 -55985,6726.6 -55985,6726.5 -55985,6726.3 -55985,6726.2 -55985,6726 -55985,6725.9 -55985,6725.8 -55985,6725.6 -55985,6725.5 -55985,6725.3 -55985,6725.2 -55985,6725 -55985,6724.9 -55985,6724.8 -55984,6724.6 -55984,6724.5 -55984,6724.3 -55984,6724.2 -55984,6724 -55984,6723.9 -55984,6723.7 -55984,6723.6 -55984,6723.4 -55984,6723.3 -55984,6723.1 -55984,6723 -55984,6722.8 -55984,6722.7 -55983,6722.5 -55983,6722.4 -55983,6722.3 -55983,6722.1 -55983,6722 -55983,6721.8 -55983,6721.7 -55983,6721.5 -55983,6721.4 -55983,6721.2 -55983,6721.1 -55983,6720.9 -55983,6720.8 -55982,6720.6 -55982,6720.4 -55982,6720.3 -55982,6720.1 -55982,6720 -55982,6719.8 -55982,6719.7 -55982,6719.5 -55982,6719.4 -55982,6719.2 -55982,6719.1 -55982,6718.9 -55982,6718.7 -55982,6718.6 -55981,6718.4 -55981,6718.3 -55981,6718.1 -55981,6718 -55981,6717.8 -55981,6717.6 -55981,6717.5 -55981,6717.3 -55981,6717.2 -55981,6717 -55981,6716.8 -55981,6716.7 -55980,6716.5 -55980,6716.4 -55980,6716.2 -55980,6716 -55978,6731.4 -55978,6731.3 -55978,6731.1 -55978,6731 -55978,6730.9 -55978,6730.8 -55978,6730.7 -55978,6730.6 -55977,6730.5 -55977,6730.3 -55977,6730.2 -55977,6730.1 -55977,6730 -55977,6729.9 -55977,6729.8 -55977,6729.7 -55977,6729.5 -55977,6729.4 -55977,6729.3 -55976,6729.2 -55976,6729.1 -55976,6729 -55976,6728.9 -55976,6728.7 -55976,6728.6 -55976,6728.5 -55976,6728.4 -55976,6728.3 -55976,6728.2 -55975,6728.1 -55975,6728 -55975,6727.8 -55975,6727.7 -55975,6727.6 -55975,6727.5 -55975,6727.4 -55975,6727.3 -55975,6727.2 -55975,6727 -55974,6726.9 -55974,6726.8 -55974,6726.7 -55974,6726.6 -55974,6726.5 -55974,6726.4 -55974,6726.3 -55974,6726.1 -55974,6726 -55974,6725.9 -55973,6725.8 -55973,6725.7 -55973,6725.6 -55973,6725.4 -55973,6725.3 -55973,6725.2 -55973,6725.1 -55973,6725 -55973,6724.8 -55972,6724.7 -55972,6724.6 -55972,6724.5 -55972,6724.4 -55972,6724.2 -55972,6724.1 -55972,6724 -55972,6723.9 -55972,6723.8 -55971,6723.6 -55971,6723.5 -55971,6723.4 -55971,6723.3 -55971,6723.2 -55971,6723 -55971,6722.9 -55971,6722.8 -55971,6722.7 -55970,6722.5 -55970,6722.4 -55970,6722.3 -55970,6722.2 -55970,6722.1 -55970,6721.9 -55970,6721.8 -55970,6721.7 -55970,6721.6 -55969,6721.4 -55969,6721.3 -55969,6721.2 -55969,6721 -55969,6720.9 -55969,6720.8 -55969,6720.7 -55969,6720.5 -55969,6720.4 -55968,6720.3 -55968,6720.2 -55968,6720 -55968,6719.9 -55968,6719.8 -55968,6734.8 -55968,6734.7 -55968,6734.6 -55968,6734.5 -55968,6734.5 -55968,6734.4 -55967,6734.3 -55967,6734.2 -55967,6734.2 -55967,6734.1 -55967,6734 -55967,6733.9 -55967,6733.8 -55967,6733.8 -55966,6733.7 -55966,6733.6 -55966,6733.5 -55966,6733.5 -55966,6733.4 -55966,6733.3 -55966,6733.2 -55966,6733.1 -55965,6733.1 -55965,6733 -55965,6732.9 -55965,6732.8 -55965,6732.7 -55965,6732.7 -55965,6732.6 -55965,6732.5 -55964,6732.4 -55964,6732.4 -55964,6732.3 -55964,6732.2 -55964,6732.1 -55964,6732.1 -55964,6732 -55964,6731.9 -55963,6731.8 -55963,6731.8 -55963,6731.7 -55963,6731.6 -55963,6731.5 -55963,6731.5 -55963,6731.4 -55962,6731.3 -55962,6731.2 -55962,6731.2 -55962,6731.1 -55962,6731 -55962,6730.9 -55962,6730.9 -55962,6730.8 -55961,6730.7 -55961,6730.6 -55961,6730.6 -55961,6730.5 -55961,6730.4 -55961,6730.3 -55961,6730.3 -55960,6730.2 -55960,6730.1 -55960,6730 -55960,6730 -55960,6729.9 -55960,6729.8 -55960,6729.7 -55959,6729.6 -55959,6729.6 -55959,6729.5 -55959,6729.4 -55959,6729.3 -55959,6729.2 -55959,6729.2 -55958,6729.1 -55958,6729 -55958,6728.9 -55958,6728.9 -55958,6728.8 -55958,6728.7 -55958,6728.6 -55958,6728.5 -55957,6728.5 -55957,6728.4 -55957,6728.3 -55957,6728.2 -55957,6728.1 -55957,6728 -55957,6728 -55956,6727.9 -55956,6727.8 -55956,6727.7 -55956,6727.6 -55956,6727.5 -55956,6727.5 -55955,6727.4 -55955,6727.3 -55955,6727.2 -55955,6727.1 -55955,6727.1 -55957,6740 -55957,6740 -55957,6739.9 -55957,6739.9 -55957,6739.9 -55957,6739.8 -55957,6739.8 -55956,6739.8 -55956,6739.8 -55956,6739.7 -55956,6739.7 -55956,6739.7 -55956,6739.6 -55956,6739.6 -55955,6739.6 -55955,6739.5 -55955,6739.5 -55955,6739.5 -55955,6739.5 -55955,6739.4 -55955,6739.4 -55954,6739.4 -55954,6739.3 -55954,6739.3 -55954,6739.3 -55954,6739.2 -55954,6739.2 -55954,6739.2 -55953,6739.1 -55953,6739.1 -55953,6739.1 -55953,6739 -55953,6739 -55953,6739 -55953,6739 -55952,6738.9 -55952,6738.9 -55952,6738.9 -55952,6738.8 -55952,6738.8 -55952,6738.8 -55952,6738.8 -55951,6738.7 -55951,6738.7 -55951,6738.7 -55951,6738.6 -55951,6738.6 -55951,6738.6 -55950,6738.6 -55950,6738.5 -55950,6738.5 -55950,6738.5 -55950,6738.5 -55950,6738.4 -55950,6738.4 -55949,6738.4 -55949,6738.4 -55949,6738.3 -55949,6738.3 -55949,6738.3 -55949,6738.3 -55948,6738.2 -55948,6738.2 -55948,6738.2 -55948,6738.2 -55948,6738.1 -55948,6738.1 -55948,6738.1 -55947,6738.1 -55947,6738 -55947,6738 -55947,6738 -55947,6738 -55947,6737.9 -55946,6737.9 -55946,6737.9 -55946,6737.8 -55946,6737.8 -55946,6737.8 -55946,6737.8 -55945,6737.7 -55945,6737.7 -55945,6737.7 -55945,6737.7 -55945,6737.6 -55945,6737.6 -55945,6737.6 -55944,6737.5 -55944,6737.5 -55944,6737.5 -55944,6737.4 -55944,6737.4 -55944,6737.4 -55943,6737.4 -55943,6737.3 -55943,6737.3 -55943,6737.3 -55943,6737.2 -55943,6737.2 -55942,6737.2 -55948,6747.7 -55948,6747.7 -55947,6747.7 -55947,6747.7 -55947,6747.7 -55947,6747.8 -55947,6747.8 -55947,6747.8 -55947,6747.8 -55946,6747.8 -55946,6747.8 -55946,6747.9 -55946,6747.9 -55946,6747.9 -55946,6747.9 -55946,6747.9 -55945,6748 -55945,6748 -55945,6748 -55945,6748 -55945,6748 -55945,6748.1 -55945,6748.1 -55944,6748.1 -55944,6748.1 -55944,6748.1 -55944,6748.1 -55944,6748.2 -55944,6748.2 -55944,6748.2 -55943,6748.2 -55943,6748.2 -55943,6748.2 -55943,6748.3 -55943,6748.3 -55943,6748.3 -55942,6748.3 -55942,6748.3 -55942,6748.4 -55942,6748.4 -55942,6748.4 -55942,6748.4 -55942,6748.5 -55941,6748.5 -55941,6748.5 -55941,6748.5 -55941,6748.5 -55941,6748.6 -55941,6748.6 -55941,6748.6 -55940,6748.6 -55940,6748.7 -55940,6748.7 -55940,6748.7 -55940,6748.7 -55940,6748.8 -55939,6748.8 -55939,6748.8 -55939,6748.9 -55939,6748.9 -55939,6748.9 -55939,6748.9 -55938,6749 -55938,6749 -55938,6749 -55938,6749.1 -55938,6749.1 -55938,6749.1 -55938,6749.1 -55937,6749.2 -55937,6749.2 -55937,6749.2 -55937,6749.2 -55937,6749.3 -55937,6749.3 -55936,6749.3 -55936,6749.3 -55936,6749.4 -55936,6749.4 -55936,6749.4 -55936,6749.4 -55935,6749.5 -55935,6749.5 -55935,6749.5 -55935,6749.5 -55935,6749.6 -55935,6749.6 -55934,6749.6 -55934,6749.6 -55934,6749.7 -55934,6749.7 -55934,6749.7 -55934,6749.7 -55934,6749.8 -55933,6749.8 -55933,6749.8 -55933,6749.8 -55933,6749.9 -55933,6749.9 -55940,6755.9 -55940,6756 -55940,6756 -55940,6756.1 -55939,6756.1 -55939,6756.2 -55939,6756.3 -55939,6756.3 -55939,6756.4 -55939,6756.4 -55939,6756.5 -55939,6756.5 -55938,6756.6 -55938,6756.7 -55938,6756.7 -55938,6756.8 -55938,6756.8 -55938,6756.9 -55938,6757 -55937,6757 -55937,6757.1 -55937,6757.1 -55937,6757.2 -55937,6757.2 -55937,6757.3 -55937,6757.4 -55937,6757.4 -55936,6757.5 -55936,6757.5 -55936,6757.6 -55936,6757.7 -55936,6757.7 -55936,6757.8 -55936,6757.9 -55935,6757.9 -55935,6758 -55935,6758 -55935,6758.1 -55935,6758.2 -55935,6758.2 -55935,6758.3 -55934,6758.4 -55934,6758.4 -55934,6758.5 -55934,6758.6 -55934,6758.6 -55934,6758.7 -55934,6758.7 -55933,6758.8 -55933,6758.9 -55933,6758.9 -55933,6759 -55933,6759.1 -55933,6759.1 -55933,6759.2 -55933,6759.3 -55932,6759.3 -55932,6759.4 -55932,6759.5 -55932,6759.6 -55932,6759.6 -55932,6759.7 -55932,6759.8 -55931,6759.8 -55931,6759.9 -55931,6760 -55931,6760 -55931,6760.1 -55931,6760.2 -55931,6760.2 -55930,6760.3 -55930,6760.4 -55930,6760.5 -55930,6760.5 -55930,6760.6 -55930,6760.7 -55930,6760.7 -55929,6760.8 -55929,6760.9 -55929,6761 -55929,6761 -55929,6761.1 -55929,6761.2 -55929,6761.2 -55928,6761.3 -55928,6761.4 -55928,6761.5 -55928,6761.5 -55928,6761.6 -55928,6761.7 -55928,6761.7 -55927,6761.8 -55927,6761.9 -55927,6762 -55927,6762 -55927,6762.1 -55927,6762.2 -55927,6762.3 -55934,6763.7 -55934,6763.8 -55934,6763.8 -55934,6763.9 -55934,6764 -55933,6764.1 -55933,6764.2 -55933,6764.2 -55933,6764.3 -55933,6764.4 -55933,6764.5 -55933,6764.6 -55933,6764.6 -55932,6764.7 -55932,6764.8 -55932,6764.9 -55932,6765 -55932,6765.1 -55932,6765.1 -55932,6765.2 -55932,6765.3 -55932,6765.4 -55931,6765.5 -55931,6765.5 -55931,6765.6 -55931,6765.7 -55931,6765.8 -55931,6765.9 -55931,6766 -55931,6766 -55931,6766.1 -55930,6766.2 -55930,6766.3 -55930,6766.4 -55930,6766.5 -55930,6766.5 -55930,6766.6 -55930,6766.7 -55930,6766.8 -55930,6766.9 -55929,6767 -55929,6767 -55929,6767.1 -55929,6767.2 -55929,6767.3 -55929,6767.4 -55929,6767.5 -55929,6767.5 -55928,6767.6 -55928,6767.7 -55928,6767.8 -55928,6767.9 -55928,6768 -55928,6768.1 -55928,6768.1 -55928,6768.2 -55928,6768.3 -55927,6768.4 -55927,6768.5 -55927,6768.6 -55927,6768.7 -55927,6768.8 -55927,6768.8 -55927,6768.9 -55927,6769 -55927,6769.1 -55926,6769.2 -55926,6769.3 -55926,6769.4 -55926,6769.5 -55926,6769.5 -55926,6769.6 -55926,6769.7 -55926,6769.8 -55925,6769.9 -55925,6770 -55925,6770.1 -55925,6770.2 -55925,6770.3 -55925,6770.4 -55925,6770.4 -55925,6770.5 -55925,6770.6 -55924,6770.7 -55924,6770.8 -55924,6770.9 -55924,6771 -55924,6771.1 -55924,6771.2 -55924,6771.3 -55924,6771.4 -55923,6771.5 -55923,6771.5 -55923,6771.6 -55923,6771.7 -55923,6771.8 -55923,6771.9 -55923,6772 -55923,6772.1 -55922,6772.2 -55922,6772.3 -55928,6770.1 -55928,6770.2 -55928,6770.3 -55928,6770.4 -55928,6770.5 -55928,6770.6 -55928,6770.7 -55928,6770.7 -55928,6770.8 -55927,6770.9 -55927,6771 -55927,6771.1 -55927,6771.2 -55927,6771.3 -55927,6771.3 -55927,6771.4 -55927,6771.5 -55927,6771.6 -55927,6771.7 -55926,6771.8 -55926,6771.9 -55926,6772 -55926,6772 -55926,6772.1 -55926,6772.2 -55926,6772.3 -55926,6772.4 -55926,6772.5 -55926,6772.6 -55926,6772.7 -55925,6772.7 -55925,6772.8 -55925,6772.9 -55925,6773 -55925,6773.1 -55925,6773.2 -55925,6773.3 -55925,6773.4 -55925,6773.5 -55925,6773.5 -55924,6773.6 -55924,6773.7 -55924,6773.8 -55924,6773.9 -55924,6774 -55924,6774.1 -55924,6774.2 -55924,6774.3 -55924,6774.4 -55924,6774.5 -55924,6774.5 -55923,6774.6 -55923,6774.7 -55923,6774.8 -55923,6774.9 -55923,6775 -55923,6775.1 -55923,6775.2 -55923,6775.3 -55923,6775.4 -55923,6775.5 -55923,6775.6 -55922,6775.6 -55922,6775.7 -55922,6775.8 -55922,6775.9 -55922,6776 -55922,6776.1 -55922,6776.2 -55922,6776.3 -55922,6776.4 -55922,6776.5 -55921,6776.6 -55921,6776.7 -55921,6776.8 -55921,6776.9 -55921,6777 -55921,6777.1 -55921,6777.2 -55921,6777.2 -55921,6777.3 -55921,6777.4 -55921,6777.5 -55920,6777.6 -55920,6777.7 -55920,6777.8 -55920,6777.9 -55920,6778 -55920,6778.1 -55920,6778.2 -55920,6778.3 -55920,6778.4 -55920,6778.5 -55920,6778.6 -55919,6778.7 -55919,6778.8 -55919,6778.9 -55919,6779 -55919,6779.1 -55923,6774.4 -55923,6774.5 -55923,6774.6 -55923,6774.6 -55923,6774.7 -55923,6774.8 -55923,6774.9 -55923,6775 -55923,6775 -55923,6775.1 -55923,6775.2 -55923,6775.3 -55923,6775.4 -55922,6775.4 -55922,6775.5 -55922,6775.6 -55922,6775.7 -55922,6775.8 -55922,6775.8 -55922,6775.9 -55922,6776 -55922,6776.1 -55922,6776.2 -55922,6776.2 -55922,6776.3 -55922,6776.4 -55921,6776.5 -55921,6776.6 -55921,6776.6 -55921,6776.7 -55921,6776.8 -55921,6776.9 -55921,6777 -55921,6777 -55921,6777.1 -55921,6777.2 -55921,6777.3 -55921,6777.3 -55921,6777.4 -55920,6777.5 -55920,6777.6 -55920,6777.7 -55920,6777.7 -55920,6777.8 -55920,6777.9 -55920,6778 -55920,6778.1 -55920,6778.1 -55920,6778.2 -55920,6778.3 -55920,6778.4 -55920,6778.5 -55919,6778.5 -55919,6778.6 -55919,6778.7 -55919,6778.8 -55919,6778.9 -55919,6778.9 -55919,6779 -55919,6779.1 -55919,6779.2 -55919,6779.3 -55919,6779.3 -55919,6779.4 -55919,6779.5 -55919,6779.6 -55918,6779.7 -55918,6779.7 -55918,6779.8 -55918,6779.9 -55918,6780 -55918,6780.1 -55918,6780.2 -55918,6780.2 -55918,6780.3 -55918,6780.4 -55918,6780.5 -55918,6780.6 -55918,6780.7 -55918,6780.7 -55917,6780.8 -55917,6780.9 -55917,6781 -55917,6781.1 -55917,6781.2 -55917,6781.2 -55917,6781.3 -55917,6781.4 -55917,6781.5 -55917,6781.6 -55917,6781.7 -55917,6781.8 -55917,6781.8 -55917,6781.9 -55916,6782 -55916,6782.1 -55916,6782.2 -55916,6782.3 -55916,6782.3 -55916,6782.4 -55916,6782.5 -55916,6782.6 -55916,6782.7 -55918,6777.4 -55918,6777.5 -55918,6777.5 -55918,6777.6 -55918,6777.7 -55918,6777.7 -55918,6777.8 -55918,6777.8 -55918,6777.9 -55918,6778 -55918,6778 -55918,6778.1 -55918,6778.2 -55917,6778.2 -55917,6778.3 -55917,6778.4 -55917,6778.4 -55917,6778.5 -55917,6778.6 -55917,6778.6 -55917,6778.7 -55917,6778.7 -55917,6778.8 -55917,6778.9 -55917,6778.9 -55917,6779 -55917,6779.1 -55917,6779.1 -55917,6779.2 -55917,6779.3 -55917,6779.3 -55916,6779.4 -55916,6779.4 -55916,6779.5 -55916,6779.6 -55916,6779.6 -55916,6779.7 -55916,6779.8 -55916,6779.8 -55916,6779.9 -55916,6780 -55916,6780 -55916,6780.1 -55916,6780.1 -55916,6780.2 -55916,6780.3 -55916,6780.3 -55916,6780.4 -55915,6780.4 -55915,6780.5 -55915,6780.6 -55915,6780.6 -55915,6780.7 -55915,6780.7 -55915,6780.8 -55915,6780.9 -55915,6780.9 -55915,6781 -55915,6781 -55915,6781.1 -55915,6781.2 -55915,6781.2 -55915,6781.3 -55915,6781.4 -55915,6781.4 -55914,6781.5 -55914,6781.5 -55914,6781.6 -55914,6781.7 -55914,6781.7 -55914,6781.8 -55914,6781.8 -55914,6781.9 -55914,6782 -55914,6782 -55914,6782.1 -55914,6782.2 -55914,6782.2 -55914,6782.3 -55914,6782.4 -55914,6782.4 -55914,6782.5 -55914,6782.5 -55913,6782.6 -55913,6782.7 -55913,6782.7 -55913,6782.8 -55913,6782.9 -55913,6782.9 -55913,6783 -55913,6783.1 -55913,6783.1 -55913,6783.2 -55913,6783.3 -55913,6783.3 -55913,6783.4 -55914,6779.5 -55914,6779.6 -55914,6779.6 -55913,6779.7 -55913,6779.7 -55913,6779.8 -55913,6779.8 -55913,6779.9 -55913,6779.9 -55913,6780 -55913,6780 -55913,6780.1 -55913,6780.1 -55913,6780.2 -55913,6780.2 -55913,6780.3 -55913,6780.3 -55913,6780.4 -55913,6780.4 -55913,6780.5 -55913,6780.5 -55913,6780.6 -55913,6780.6 -55913,6780.7 -55913,6780.7 -55912,6780.8 -55912,6780.8 -55912,6780.9 -55912,6780.9 -55912,6781 -55912,6781 -55912,6781.1 -55912,6781.1 -55912,6781.2 -55912,6781.2 -55912,6781.3 -55912,6781.3 -55912,6781.4 -55912,6781.4 -55912,6781.4 -55912,6781.5 -55912,6781.5 -55912,6781.6 -55912,6781.6 -55912,6781.7 -55912,6781.7 -55912,6781.8 -55912,6781.8 -55911,6781.9 -55911,6781.9 -55911,6782 -55911,6782 -55911,6782.1 -55911,6782.1 -55911,6782.2 -55911,6782.2 -55911,6782.3 -55911,6782.3 -55911,6782.4 -55911,6782.4 -55911,6782.4 -55911,6782.5 -55911,6782.5 -55911,6782.6 -55911,6782.6 -55911,6782.7 -55911,6782.7 -55911,6782.8 -55911,6782.8 -55911,6782.8 -55911,6782.9 -55911,6782.9 -55910,6783 -55910,6783 -55910,6783.1 -55910,6783.1 -55910,6783.2 -55910,6783.2 -55910,6783.2 -55910,6783.3 -55910,6783.3 -55910,6783.4 -55910,6783.4 -55910,6783.5 -55910,6783.5 -55910,6783.5 -55910,6783.6 -55910,6783.6 -55910,6783.7 -55910,6783.7 -55910,6783.8 -55910,6783.8 -55910,6783.9 -55910,6783.9 -55910,6783.9 -55910,6784 -55910,6784 -55910,6784.1 -55908,6781.6 -55908,6781.7 -55908,6781.7 -55908,6781.7 -55908,6781.8 -55908,6781.8 -55908,6781.8 -55908,6781.9 -55908,6781.9 -55908,6782 -55908,6782 -55908,6782 -55908,6782.1 -55908,6782.1 -55908,6782.1 -55908,6782.2 -55908,6782.2 -55908,6782.2 -55908,6782.3 -55908,6782.3 -55908,6782.4 -55908,6782.4 -55908,6782.4 -55908,6782.5 -55908,6782.5 -55908,6782.5 -55908,6782.6 -55907,6782.6 -55907,6782.6 -55907,6782.7 -55907,6782.7 -55907,6782.7 -55907,6782.8 -55907,6782.8 -55907,6782.9 -55907,6782.9 -55907,6782.9 -55907,6783 -55907,6783 -55907,6783 -55907,6783.1 -55907,6783.1 -55907,6783.1 -55907,6783.2 -55907,6783.2 -55907,6783.2 -55907,6783.3 -55907,6783.3 -55907,6783.3 -55907,6783.4 -55907,6783.4 -55907,6783.4 -55907,6783.5 -55907,6783.5 -55907,6783.5 -55907,6783.6 -55907,6783.6 -55907,6783.6 -55906,6783.7 -55906,6783.7 -55906,6783.7 -55906,6783.7 -55906,6783.8 -55906,6783.8 -55906,6783.8 -55906,6783.9 -55906,6783.9 -55906,6783.9 -55906,6783.9 -55906,6784 -55906,6784 -55906,6784 -55906,6784.1 -55906,6784.1 -55906,6784.1 -55906,6784.1 -55906,6784.2 -55906,6784.2 -55906,6784.2 -55906,6784.2 -55906,6784.3 -55906,6784.3 -55906,6784.3 -55906,6784.4 -55906,6784.4 -55906,6784.4 -55906,6784.4 -55906,6784.5 -55906,6784.5 -55906,6784.5 -55906,6784.5 -55906,6784.6 -55906,6784.6 -55906,6784.6 -55906,6784.6 -55905,6784.7 -55905,6784.7 -55905,6784.7 -55905,6784.8 -55905,6784.8 -55903,6783.2 -55903,6783.2 -55903,6783.2 -55903,6783.2 -55903,6783.2 -55903,6783.3 -55903,6783.3 -55903,6783.3 -55903,6783.3 -55903,6783.3 -55903,6783.4 -55902,6783.4 -55902,6783.4 -55902,6783.4 -55902,6783.4 -55902,6783.5 -55902,6783.5 -55902,6783.5 -55902,6783.5 -55902,6783.5 -55902,6783.6 -55902,6783.6 -55902,6783.6 -55902,6783.6 -55902,6783.7 -55902,6783.7 -55902,6783.7 -55902,6783.7 -55902,6783.7 -55902,6783.8 -55902,6783.8 -55902,6783.8 -55902,6783.8 -55902,6783.9 -55902,6783.9 -55902,6783.9 -55902,6783.9 -55902,6783.9 -55902,6783.9 -55902,6784 -55902,6784 -55902,6784 -55902,6784 -55902,6784 -55902,6784 -55902,6784 -55901,6784.1 -55901,6784.1 -55901,6784.1 -55901,6784.1 -55901,6784.1 -55901,6784.1 -55901,6784.2 -55901,6784.2 -55901,6784.2 -55901,6784.2 -55901,6784.2 -55901,6784.2 -55901,6784.2 -55901,6784.3 -55901,6784.3 -55901,6784.3 -55901,6784.3 -55901,6784.3 -55901,6784.3 -55901,6784.3 -55901,6784.3 -55901,6784.4 -55901,6784.4 -55901,6784.4 -55901,6784.4 -55901,6784.4 -55901,6784.4 -55901,6784.4 -55901,6784.4 -55901,6784.4 -55901,6784.4 -55901,6784.4 -55901,6784.5 -55901,6784.5 -55901,6784.5 -55901,6784.5 -55901,6784.5 -55901,6784.5 -55901,6784.5 -55901,6784.5 -55901,6784.5 -55900,6784.5 -55900,6784.5 -55900,6784.5 -55900,6784.6 -55900,6784.6 -55900,6784.6 -55900,6784.6 -55900,6784.6 -55900,6784.6 -55900,6784.6 -55900,6784.6 -55900,6784.6 -55900,6784.6 -55897,6785.1 -55897,6785.1 -55897,6785.1 -55897,6785.1 -55897,6785.1 -55897,6785.1 -55897,6785.2 -55897,6785.2 -55897,6785.2 -55897,6785.2 -55897,6785.2 -55896,6785.2 -55896,6785.2 -55896,6785.2 -55896,6785.2 -55896,6785.3 -55896,6785.3 -55896,6785.3 -55896,6785.3 -55896,6785.3 -55896,6785.3 -55896,6785.3 -55896,6785.3 -55896,6785.4 -55896,6785.4 -55896,6785.4 -55896,6785.4 -55896,6785.4 -55896,6785.4 -55896,6785.4 -55896,6785.4 -55896,6785.5 -55896,6785.5 -55896,6785.5 -55896,6785.5 -55896,6785.5 -55896,6785.5 -55896,6785.5 -55896,6785.5 -55896,6785.5 -55896,6785.5 -55896,6785.5 -55896,6785.6 -55896,6785.6 -55896,6785.6 -55896,6785.6 -55896,6785.6 -55895,6785.6 -55895,6785.6 -55895,6785.6 -55895,6785.6 -55895,6785.6 -55895,6785.6 -55895,6785.6 -55895,6785.7 -55895,6785.7 -55895,6785.7 -55895,6785.7 -55895,6785.7 -55895,6785.7 -55895,6785.7 -55895,6785.7 -55895,6785.7 -55895,6785.7 -55895,6785.7 -55895,6785.7 -55895,6785.7 -55895,6785.7 -55895,6785.8 -55895,6785.8 -55895,6785.8 -55895,6785.8 -55895,6785.8 -55895,6785.8 -55895,6785.8 -55895,6785.8 -55895,6785.8 -55895,6785.8 -55895,6785.8 -55895,6785.8 -55895,6785.8 -55895,6785.9 -55895,6785.9 -55895,6785.9 -55895,6785.9 -55895,6785.9 -55895,6785.9 -55895,6785.9 -55895,6785.9 -55894,6785.9 -55894,6785.9 -55894,6785.9 -55894,6785.9 -55894,6785.9 -55894,6785.9 -55894,6785.9 -55894,6785.9 -55894,6786 -55894,6786 -55890,6788.2 -55890,6788.2 -55890,6788.2 -55890,6788.3 -55890,6788.3 -55890,6788.3 -55890,6788.3 -55890,6788.3 -55890,6788.3 -55890,6788.4 -55890,6788.4 -55890,6788.4 -55890,6788.4 -55890,6788.4 -55890,6788.4 -55890,6788.5 -55890,6788.5 -55890,6788.5 -55890,6788.5 -55890,6788.5 -55890,6788.5 -55890,6788.6 -55890,6788.6 -55890,6788.6 -55890,6788.6 -55890,6788.6 -55890,6788.7 -55890,6788.7 -55889,6788.7 -55889,6788.7 -55889,6788.7 -55889,6788.7 -55889,6788.7 -55889,6788.8 -55889,6788.8 -55889,6788.8 -55889,6788.8 -55889,6788.8 -55889,6788.8 -55889,6788.9 -55889,6788.9 -55889,6788.9 -55889,6788.9 -55889,6788.9 -55889,6788.9 -55889,6788.9 -55889,6789 -55889,6789 -55889,6789 -55889,6789 -55889,6789 -55889,6789 -55889,6789 -55889,6789 -55889,6789.1 -55889,6789.1 -55889,6789.1 -55889,6789.1 -55889,6789.1 -55889,6789.1 -55889,6789.1 -55888,6789.1 -55888,6789.2 -55888,6789.2 -55888,6789.2 -55888,6789.2 -55888,6789.2 -55888,6789.2 -55888,6789.3 -55888,6789.3 -55888,6789.3 -55888,6789.3 -55888,6789.3 -55888,6789.4 -55888,6789.4 -55888,6789.4 -55888,6789.4 -55888,6789.4 -55888,6789.4 -55888,6789.5 -55888,6789.5 -55888,6789.5 -55888,6789.5 -55888,6789.5 -55888,6789.5 -55888,6789.5 -55888,6789.6 -55888,6789.6 -55888,6789.6 -55888,6789.6 -55888,6789.6 -55888,6789.6 -55888,6789.6 -55888,6789.7 -55888,6789.7 -55888,6789.7 -55888,6789.7 -55888,6789.7 -55888,6789.7 -55888,6789.7 -55884,6790.5 -55884,6790.5 -55884,6790.5 -55884,6790.6 -55884,6790.6 -55884,6790.6 -55884,6790.6 -55884,6790.6 -55884,6790.7 -55884,6790.7 -55884,6790.7 -55884,6790.7 -55884,6790.7 -55884,6790.8 -55884,6790.8 -55884,6790.8 -55884,6790.8 -55884,6790.8 -55884,6790.9 -55884,6790.9 -55884,6790.9 -55884,6790.9 -55884,6790.9 -55883,6791 -55883,6791 -55883,6791 -55883,6791 -55883,6791 -55883,6791.1 -55883,6791.1 -55883,6791.1 -55883,6791.1 -55883,6791.1 -55883,6791.2 -55883,6791.2 -55883,6791.2 -55883,6791.2 -55883,6791.2 -55883,6791.2 -55883,6791.3 -55883,6791.3 -55883,6791.3 -55883,6791.3 -55883,6791.3 -55883,6791.3 -55883,6791.4 -55883,6791.4 -55883,6791.4 -55883,6791.4 -55883,6791.4 -55883,6791.4 -55883,6791.5 -55883,6791.5 -55883,6791.5 -55883,6791.5 -55883,6791.5 -55883,6791.5 -55882,6791.6 -55882,6791.6 -55882,6791.6 -55882,6791.6 -55882,6791.6 -55882,6791.6 -55882,6791.6 -55882,6791.7 -55882,6791.7 -55882,6791.7 -55882,6791.7 -55882,6791.7 -55882,6791.7 -55882,6791.8 -55882,6791.8 -55882,6791.8 -55882,6791.8 -55882,6791.8 -55882,6791.8 -55882,6791.9 -55882,6791.9 -55882,6791.9 -55882,6791.9 -55882,6791.9 -55882,6791.9 -55882,6792 -55882,6792 -55882,6792 -55882,6792 -55882,6792 -55882,6792 -55882,6792 -55882,6792.1 -55882,6792.1 -55882,6792.1 -55882,6792.1 -55882,6792.1 -55882,6792.1 -55882,6792.2 -55882,6792.2 -55882,6792.2 -55881,6792.2 -55879,6792.8 -55879,6792.8 -55879,6792.8 -55878,6792.9 -55878,6792.9 -55878,6792.9 -55878,6792.9 -55878,6792.9 -55878,6793 -55878,6793 -55878,6793 -55878,6793 -55878,6793 -55878,6793.1 -55878,6793.1 -55878,6793.1 -55878,6793.1 -55878,6793.1 -55878,6793.2 -55878,6793.2 -55878,6793.2 -55878,6793.2 -55878,6793.2 -55878,6793.2 -55878,6793.3 -55878,6793.3 -55878,6793.3 -55878,6793.3 -55878,6793.3 -55878,6793.3 -55878,6793.4 -55878,6793.4 -55878,6793.4 -55877,6793.4 -55877,6793.4 -55877,6793.4 -55877,6793.4 -55877,6793.5 -55877,6793.5 -55877,6793.5 -55877,6793.5 -55877,6793.5 -55877,6793.5 -55877,6793.5 -55877,6793.6 -55877,6793.6 -55877,6793.6 -55877,6793.6 -55877,6793.6 -55877,6793.6 -55877,6793.6 -55877,6793.6 -55877,6793.6 -55877,6793.7 -55877,6793.7 -55877,6793.7 -55877,6793.7 -55877,6793.7 -55877,6793.7 -55877,6793.7 -55877,6793.7 -55877,6793.7 -55877,6793.7 -55877,6793.8 -55877,6793.8 -55877,6793.8 -55877,6793.8 -55876,6793.8 -55876,6793.8 -55876,6793.8 -55876,6793.8 -55876,6793.8 -55876,6793.8 -55876,6793.9 -55876,6793.9 -55876,6793.9 -55876,6793.9 -55876,6793.9 -55876,6793.9 -55876,6793.9 -55876,6793.9 -55876,6793.9 -55876,6794 -55876,6794 -55876,6794 -55876,6794 -55876,6794 -55876,6794 -55876,6794 -55876,6794 -55876,6794.1 -55876,6794.1 -55876,6794.1 -55876,6794.1 -55876,6794.1 -55876,6794.1 -55876,6794.1 -55876,6794.1 -55872,6795.4 -55872,6795.5 -55872,6795.5 -55872,6795.5 -55872,6795.5 -55872,6795.5 -55872,6795.6 -55872,6795.6 -55872,6795.6 -55872,6795.6 -55872,6795.6 -55872,6795.6 -55872,6795.7 -55872,6795.7 -55872,6795.7 -55872,6795.7 -55872,6795.7 -55872,6795.8 -55872,6795.8 -55872,6795.8 -55872,6795.8 -55872,6795.8 -55872,6795.9 -55872,6795.9 -55872,6795.9 -55872,6795.9 -55872,6795.9 -55871,6795.9 -55871,6796 -55871,6796 -55871,6796 -55871,6796 -55871,6796 -55871,6796 -55871,6796 -55871,6796.1 -55871,6796.1 -55871,6796.1 -55871,6796.1 -55871,6796.1 -55871,6796.1 -55871,6796.1 -55871,6796.2 -55871,6796.2 -55871,6796.2 -55871,6796.2 -55871,6796.2 -55871,6796.2 -55871,6796.2 -55871,6796.2 -55871,6796.2 -55871,6796.3 -55871,6796.3 -55871,6796.3 -55871,6796.3 -55871,6796.3 -55871,6796.3 -55871,6796.3 -55871,6796.3 -55870,6796.4 -55870,6796.4 -55870,6796.4 -55870,6796.4 -55870,6796.4 -55870,6796.4 -55870,6796.4 -55870,6796.4 -55870,6796.4 -55870,6796.4 -55870,6796.5 -55870,6796.5 -55870,6796.5 -55870,6796.5 -55870,6796.5 -55870,6796.5 -55870,6796.5 -55870,6796.5 -55870,6796.5 -55870,6796.5 -55870,6796.5 -55870,6796.5 -55870,6796.6 -55870,6796.6 -55870,6796.6 -55870,6796.6 -55870,6796.6 -55870,6796.6 -55870,6796.6 -55870,6796.6 -55870,6796.6 -55870,6796.6 -55870,6796.6 -55870,6796.6 -55869,6796.7 -55869,6796.7 -55869,6796.7 -55869,6796.7 -55869,6796.7 -55869,6796.7 -55869,6796.7 -55869,6796.7 -55866,6798 -55866,6798 -55866,6798 -55866,6798 -55866,6798.1 -55866,6798.1 -55866,6798.1 -55866,6798.1 -55865,6798.1 -55865,6798.1 -55865,6798.1 -55865,6798.2 -55865,6798.2 -55865,6798.2 -55865,6798.2 -55865,6798.2 -55865,6798.2 -55865,6798.2 -55865,6798.2 -55865,6798.3 -55865,6798.3 -55865,6798.3 -55865,6798.3 -55865,6798.3 -55865,6798.3 -55865,6798.3 -55865,6798.3 -55865,6798.4 -55865,6798.4 -55865,6798.4 -55865,6798.4 -55865,6798.4 -55865,6798.4 -55865,6798.4 -55865,6798.4 -55864,6798.5 -55864,6798.5 -55864,6798.5 -55864,6798.5 -55864,6798.5 -55864,6798.5 -55864,6798.5 -55864,6798.6 -55864,6798.6 -55864,6798.6 -55864,6798.6 -55864,6798.6 -55864,6798.6 -55864,6798.6 -55864,6798.6 -55864,6798.7 -55864,6798.7 -55864,6798.7 -55864,6798.7 -55864,6798.7 -55864,6798.7 -55864,6798.7 -55864,6798.7 -55864,6798.7 -55864,6798.8 -55864,6798.8 -55864,6798.8 -55864,6798.8 -55863,6798.8 -55863,6798.8 -55863,6798.8 -55863,6798.8 -55863,6798.8 -55863,6798.8 -55863,6798.9 -55863,6798.9 -55863,6798.9 -55863,6798.9 -55863,6798.9 -55863,6798.9 -55863,6798.9 -55863,6798.9 -55863,6798.9 -55863,6798.9 -55863,6799 -55863,6799 -55863,6799 -55863,6799 -55863,6799 -55863,6799 -55863,6799 -55863,6799 -55863,6799 -55863,6799.1 -55863,6799.1 -55863,6799.1 -55863,6799.1 -55863,6799.1 -55863,6799.1 -55862,6799.1 -55862,6799.1 -55862,6799.2 -55862,6799.2 -55862,6799.2 -55859,6800.3 -55859,6800.3 -55859,6800.3 -55859,6800.3 -55859,6800.4 -55859,6800.4 -55859,6800.4 -55859,6800.4 -55859,6800.4 -55859,6800.5 -55859,6800.5 -55859,6800.5 -55859,6800.5 -55858,6800.5 -55858,6800.5 -55858,6800.6 -55858,6800.6 -55858,6800.6 -55858,6800.6 -55858,6800.6 -55858,6800.7 -55858,6800.7 -55858,6800.7 -55858,6800.7 -55858,6800.7 -55858,6800.8 -55858,6800.8 -55858,6800.8 -55858,6800.8 -55858,6800.8 -55858,6800.9 -55858,6800.9 -55858,6800.9 -55858,6800.9 -55858,6800.9 -55858,6801 -55858,6801 -55857,6801 -55857,6801 -55857,6801 -55857,6801.1 -55857,6801.1 -55857,6801.1 -55857,6801.1 -55857,6801.1 -55857,6801.1 -55857,6801.2 -55857,6801.2 -55857,6801.2 -55857,6801.2 -55857,6801.2 -55857,6801.2 -55857,6801.3 -55857,6801.3 -55857,6801.3 -55857,6801.3 -55857,6801.3 -55857,6801.3 -55857,6801.3 -55857,6801.4 -55857,6801.4 -55857,6801.4 -55856,6801.4 -55856,6801.4 -55856,6801.4 -55856,6801.4 -55856,6801.5 -55856,6801.5 -55856,6801.5 -55856,6801.5 -55856,6801.5 -55856,6801.5 -55856,6801.5 -55856,6801.6 -55856,6801.6 -55856,6801.6 -55856,6801.6 -55856,6801.6 -55856,6801.6 -55856,6801.6 -55856,6801.7 -55856,6801.7 -55856,6801.7 -55856,6801.7 -55856,6801.7 -55856,6801.7 -55856,6801.7 -55856,6801.7 -55855,6801.7 -55855,6801.7 -55855,6801.8 -55855,6801.8 -55855,6801.8 -55855,6801.8 -55855,6801.8 -55855,6801.8 -55855,6801.8 -55855,6801.8 -55855,6801.8 -55855,6801.8 -55852,6802.9 -55852,6802.9 -55852,6803 -55852,6803 -55852,6803 -55852,6803 -55852,6803 -55852,6803 -55852,6803 -55852,6803.1 -55852,6803.1 -55852,6803.1 -55852,6803.1 -55852,6803.1 -55852,6803.1 -55852,6803.1 -55852,6803.1 -55852,6803.2 -55852,6803.2 -55852,6803.2 -55851,6803.2 -55851,6803.2 -55851,6803.2 -55851,6803.2 -55851,6803.2 -55851,6803.3 -55851,6803.3 -55851,6803.3 -55851,6803.3 -55851,6803.3 -55851,6803.3 -55851,6803.3 -55851,6803.3 -55851,6803.3 -55851,6803.4 -55851,6803.4 -55851,6803.4 -55851,6803.4 -55851,6803.4 -55851,6803.4 -55851,6803.4 -55851,6803.4 -55850,6803.4 -55850,6803.4 -55850,6803.4 -55850,6803.5 -55850,6803.5 -55850,6803.5 -55850,6803.5 -55850,6803.5 -55850,6803.5 -55850,6803.5 -55850,6803.5 -55850,6803.5 -55850,6803.5 -55850,6803.5 -55850,6803.5 -55850,6803.5 -55850,6803.6 -55850,6803.6 -55850,6803.6 -55850,6803.6 -55850,6803.6 -55850,6803.6 -55849,6803.6 -55849,6803.6 -55849,6803.6 -55849,6803.6 -55849,6803.6 -55849,6803.6 -55849,6803.6 -55849,6803.6 -55849,6803.6 -55849,6803.6 -55849,6803.6 -55849,6803.6 -55849,6803.6 -55849,6803.7 -55849,6803.7 -55849,6803.7 -55849,6803.7 -55849,6803.7 -55849,6803.7 -55849,6803.7 -55849,6803.7 -55849,6803.7 -55849,6803.7 -55848,6803.7 -55848,6803.7 -55848,6803.7 -55848,6803.7 -55848,6803.7 -55848,6803.7 -55848,6803.7 -55848,6803.7 -55848,6803.7 -55848,6803.7 -55848,6803.7 -55848,6803.7 -55846,6804.9 -55846,6804.9 -55846,6804.9 -55846,6804.9 -55846,6804.9 -55846,6804.9 -55845,6804.9 -55845,6804.9 -55845,6804.9 -55845,6804.9 -55845,6804.9 -55845,6804.9 -55845,6804.9 -55845,6804.9 -55845,6804.9 -55845,6804.9 -55845,6804.9 -55845,6805 -55845,6805 -55845,6805 -55845,6805 -55845,6805 -55845,6805 -55845,6805 -55845,6805 -55845,6805 -55844,6805 -55844,6805 -55844,6805 -55844,6805 -55844,6805.1 -55844,6805.1 -55844,6805.1 -55844,6805.1 -55844,6805.1 -55844,6805.1 -55844,6805.1 -55844,6805.1 -55844,6805.1 -55844,6805.1 -55844,6805.1 -55844,6805.2 -55844,6805.2 -55844,6805.2 -55844,6805.2 -55843,6805.2 -55843,6805.2 -55843,6805.2 -55843,6805.2 -55843,6805.2 -55843,6805.2 -55843,6805.2 -55843,6805.3 -55843,6805.3 -55843,6805.3 -55843,6805.3 -55843,6805.3 -55843,6805.3 -55843,6805.3 -55843,6805.3 -55843,6805.3 -55843,6805.3 -55843,6805.3 -55843,6805.3 -55843,6805.3 -55842,6805.3 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55842,6805.4 -55841,6805.4 -55841,6805.4 -55841,6805.4 -55841,6805.4 -55841,6805.4 -55841,6805.4 -55841,6805.4 -55841,6805.4 -55841,6805.4 -55841,6805.4 -55841,6805.4 -55841,6805.5 -55841,6805.5 -55841,6805.5 -55841,6805.5 -55839,6807.8 -55839,6807.8 -55839,6807.8 -55839,6807.8 -55839,6807.8 -55839,6807.8 -55839,6807.8 -55839,6807.9 -55839,6807.9 -55839,6807.9 -55839,6807.9 -55839,6807.9 -55839,6807.9 -55839,6807.9 -55839,6807.9 -55839,6807.9 -55839,6808 -55838,6808 -55838,6808 -55838,6808 -55838,6808 -55838,6808 -55838,6808 -55838,6808 -55838,6808 -55838,6808.1 -55838,6808.1 -55838,6808.1 -55838,6808.1 -55838,6808.1 -55838,6808.1 -55838,6808.1 -55838,6808.2 -55838,6808.2 -55838,6808.2 -55838,6808.2 -55837,6808.2 -55837,6808.2 -55837,6808.2 -55837,6808.2 -55837,6808.3 -55837,6808.3 -55837,6808.3 -55837,6808.3 -55837,6808.3 -55837,6808.3 -55837,6808.3 -55837,6808.3 -55837,6808.3 -55837,6808.4 -55837,6808.4 -55837,6808.4 -55837,6808.4 -55837,6808.4 -55837,6808.4 -55836,6808.4 -55836,6808.4 -55836,6808.4 -55836,6808.4 -55836,6808.4 -55836,6808.4 -55836,6808.4 -55836,6808.5 -55836,6808.5 -55836,6808.5 -55836,6808.5 -55836,6808.5 -55836,6808.5 -55836,6808.5 -55836,6808.5 -55836,6808.5 -55836,6808.5 -55836,6808.5 -55836,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.5 -55835,6808.6 -55834,6808.6 -55834,6808.6 -55834,6808.6 -55834,6808.6 -55834,6808.6 -55833,6811 -55833,6811 -55833,6811 -55833,6811 -55833,6811.1 -55833,6811.1 -55833,6811.1 -55833,6811.1 -55833,6811.1 -55832,6811.1 -55832,6811.1 -55832,6811.2 -55832,6811.2 -55832,6811.2 -55832,6811.2 -55832,6811.2 -55832,6811.2 -55832,6811.2 -55832,6811.3 -55832,6811.3 -55832,6811.3 -55832,6811.3 -55832,6811.3 -55832,6811.3 -55832,6811.3 -55832,6811.4 -55831,6811.4 -55831,6811.4 -55831,6811.4 -55831,6811.4 -55831,6811.4 -55831,6811.5 -55831,6811.5 -55831,6811.5 -55831,6811.5 -55831,6811.5 -55831,6811.5 -55831,6811.5 -55831,6811.6 -55831,6811.6 -55831,6811.6 -55831,6811.6 -55831,6811.6 -55831,6811.6 -55831,6811.6 -55830,6811.6 -55830,6811.6 -55830,6811.6 -55830,6811.7 -55830,6811.7 -55830,6811.7 -55830,6811.7 -55830,6811.7 -55830,6811.7 -55830,6811.7 -55830,6811.7 -55830,6811.7 -55830,6811.7 -55830,6811.7 -55830,6811.7 -55830,6811.7 -55830,6811.8 -55829,6811.8 -55829,6811.8 -55829,6811.8 -55829,6811.8 -55829,6811.8 -55829,6811.8 -55829,6811.8 -55829,6811.8 -55829,6811.8 -55829,6811.8 -55829,6811.8 -55829,6811.8 -55829,6811.8 -55829,6811.9 -55829,6811.9 -55829,6811.9 -55829,6811.9 -55829,6811.9 -55829,6811.9 -55828,6811.9 -55828,6811.9 -55828,6811.9 -55828,6811.9 -55828,6811.9 -55828,6812 -55828,6812 -55828,6812 -55828,6812 -55828,6812 -55828,6812 -55828,6812 -55828,6812 -55828,6812 -55828,6812 -55828,6812 -55828,6812 -55828,6812.1 -55827,6814.1 -55827,6814.1 -55827,6814.2 -55827,6814.2 -55827,6814.2 -55827,6814.2 -55827,6814.2 -55827,6814.3 -55827,6814.3 -55826,6814.3 -55826,6814.3 -55826,6814.3 -55826,6814.3 -55826,6814.4 -55826,6814.4 -55826,6814.4 -55826,6814.4 -55826,6814.4 -55826,6814.4 -55826,6814.4 -55826,6814.5 -55826,6814.5 -55826,6814.5 -55826,6814.5 -55826,6814.5 -55826,6814.5 -55826,6814.5 -55825,6814.6 -55825,6814.6 -55825,6814.6 -55825,6814.6 -55825,6814.6 -55825,6814.6 -55825,6814.6 -55825,6814.6 -55825,6814.6 -55825,6814.7 -55825,6814.7 -55825,6814.7 -55825,6814.7 -55825,6814.7 -55825,6814.7 -55825,6814.7 -55825,6814.7 -55824,6814.7 -55824,6814.7 -55824,6814.8 -55824,6814.8 -55824,6814.8 -55824,6814.8 -55824,6814.8 -55824,6814.8 -55824,6814.8 -55824,6814.8 -55824,6814.8 -55824,6814.9 -55824,6814.9 -55824,6814.9 -55824,6814.9 -55824,6814.9 -55824,6814.9 -55823,6814.9 -55823,6814.9 -55823,6815 -55823,6815 -55823,6815 -55823,6815 -55823,6815 -55823,6815 -55823,6815 -55823,6815 -55823,6815.1 -55823,6815.1 -55823,6815.1 -55823,6815.1 -55823,6815.1 -55823,6815.1 -55823,6815.1 -55822,6815.1 -55822,6815.2 -55822,6815.2 -55822,6815.2 -55822,6815.2 -55822,6815.2 -55822,6815.2 -55822,6815.2 -55822,6815.2 -55822,6815.3 -55822,6815.3 -55822,6815.3 -55822,6815.3 -55822,6815.3 -55822,6815.3 -55822,6815.3 -55822,6815.4 -55821,6815.4 -55821,6815.4 -55821,6815.4 -55821,6817.7 -55821,6817.7 -55821,6817.7 -55821,6817.7 -55821,6817.7 -55821,6817.8 -55820,6817.8 -55820,6817.8 -55820,6817.8 -55820,6817.8 -55820,6817.9 -55820,6817.9 -55820,6817.9 -55820,6817.9 -55820,6817.9 -55820,6817.9 -55820,6818 -55820,6818 -55820,6818 -55820,6818 -55820,6818 -55820,6818 -55819,6818 -55819,6818.1 -55819,6818.1 -55819,6818.1 -55819,6818.1 -55819,6818.1 -55819,6818.1 -55819,6818.2 -55819,6818.2 -55819,6818.2 -55819,6818.2 -55819,6818.2 -55819,6818.2 -55819,6818.3 -55819,6818.3 -55819,6818.3 -55818,6818.3 -55818,6818.3 -55818,6818.3 -55818,6818.4 -55818,6818.4 -55818,6818.4 -55818,6818.4 -55818,6818.4 -55818,6818.4 -55818,6818.5 -55818,6818.5 -55818,6818.5 -55818,6818.5 -55818,6818.5 -55818,6818.5 -55818,6818.6 -55818,6818.6 -55817,6818.6 -55817,6818.6 -55817,6818.6 -55817,6818.6 -55817,6818.7 -55817,6818.7 -55817,6818.7 -55817,6818.7 -55817,6818.7 -55817,6818.8 -55817,6818.8 -55817,6818.8 -55817,6818.8 -55817,6818.8 -55817,6818.8 -55816,6818.9 -55816,6818.9 -55816,6818.9 -55816,6818.9 -55816,6818.9 -55816,6818.9 -55816,6819 -55816,6819 -55816,6819 -55816,6819 -55816,6819 -55816,6819 -55816,6819 -55816,6819.1 -55816,6819.1 -55816,6819.1 -55815,6819.1 -55815,6819.1 -55815,6819.1 -55815,6819.1 -55815,6819.2 -55815,6819.2 -55815,6819.2 -55815,6819.2 -55815,6819.2 -55815,6819.2 -55815,6819.2 -55815,6819.3 -55815,6819.3 -55815,6819.3 -55814,6821.7 -55814,6821.7 -55814,6821.7 -55814,6821.8 -55813,6821.8 -55813,6821.8 -55813,6821.8 -55813,6821.8 -55813,6821.9 -55813,6821.9 -55813,6821.9 -55813,6821.9 -55813,6822 -55813,6822 -55813,6822 -55813,6822 -55813,6822 -55813,6822.1 -55813,6822.1 -55812,6822.1 -55812,6822.1 -55812,6822.2 -55812,6822.2 -55812,6822.2 -55812,6822.2 -55812,6822.2 -55812,6822.3 -55812,6822.3 -55812,6822.3 -55812,6822.3 -55812,6822.4 -55812,6822.4 -55812,6822.4 -55811,6822.4 -55811,6822.4 -55811,6822.5 -55811,6822.5 -55811,6822.5 -55811,6822.5 -55811,6822.5 -55811,6822.6 -55811,6822.6 -55811,6822.6 -55811,6822.6 -55811,6822.6 -55811,6822.7 -55811,6822.7 -55810,6822.7 -55810,6822.7 -55810,6822.7 -55810,6822.8 -55810,6822.8 -55810,6822.8 -55810,6822.8 -55810,6822.9 -55810,6822.9 -55810,6822.9 -55810,6822.9 -55810,6822.9 -55810,6823 -55810,6823 -55809,6823 -55809,6823 -55809,6823 -55809,6823.1 -55809,6823.1 -55809,6823.1 -55809,6823.1 -55809,6823.1 -55809,6823.1 -55809,6823.2 -55809,6823.2 -55809,6823.2 -55809,6823.2 -55808,6823.2 -55808,6823.3 -55808,6823.3 -55808,6823.3 -55808,6823.3 -55808,6823.3 -55808,6823.4 -55808,6823.4 -55808,6823.4 -55808,6823.4 -55808,6823.4 -55808,6823.5 -55808,6823.5 -55808,6823.5 -55807,6823.5 -55807,6823.5 -55807,6823.5 -55807,6823.6 -55807,6823.6 -55807,6823.6 -55807,6823.6 -55807,6823.6 -55807,6823.7 -55807,6823.7 -55807,6823.7 -55807,6823.7 -55806,6825.9 -55806,6825.9 -55806,6826 -55806,6826 -55806,6826 -55806,6826 -55806,6826.1 -55806,6826.1 -55806,6826.1 -55806,6826.1 -55806,6826.2 -55806,6826.2 -55805,6826.2 -55805,6826.2 -55805,6826.3 -55805,6826.3 -55805,6826.3 -55805,6826.3 -55805,6826.4 -55805,6826.4 -55805,6826.4 -55805,6826.4 -55805,6826.5 -55805,6826.5 -55805,6826.5 -55804,6826.5 -55804,6826.6 -55804,6826.6 -55804,6826.6 -55804,6826.6 -55804,6826.6 -55804,6826.7 -55804,6826.7 -55804,6826.7 -55804,6826.7 -55804,6826.8 -55804,6826.8 -55803,6826.8 -55803,6826.8 -55803,6826.8 -55803,6826.9 -55803,6826.9 -55803,6826.9 -55803,6826.9 -55803,6827 -55803,6827 -55803,6827 -55803,6827 -55803,6827.1 -55803,6827.1 -55802,6827.1 -55802,6827.1 -55802,6827.1 -55802,6827.2 -55802,6827.2 -55802,6827.2 -55802,6827.2 -55802,6827.2 -55802,6827.3 -55802,6827.3 -55802,6827.3 -55802,6827.3 -55801,6827.3 -55801,6827.4 -55801,6827.4 -55801,6827.4 -55801,6827.4 -55801,6827.4 -55801,6827.5 -55801,6827.5 -55801,6827.5 -55801,6827.5 -55801,6827.5 -55801,6827.6 -55801,6827.6 -55800,6827.6 -55800,6827.6 -55800,6827.6 -55800,6827.7 -55800,6827.7 -55800,6827.7 -55800,6827.7 -55800,6827.7 -55800,6827.8 -55800,6827.8 -55800,6827.8 -55800,6827.8 -55799,6827.8 -55799,6827.9 -55799,6827.9 -55799,6827.9 -55799,6827.9 -55799,6827.9 -55799,6827.9 -55799,6828 -55799,6828 -55799,6828 -55799,6828 -55799,6828 -55799,6829.8 -55799,6829.9 -55799,6829.9 -55799,6829.9 -55799,6829.9 -55799,6830 -55799,6830 -55799,6830 -55799,6830 -55798,6830.1 -55798,6830.1 -55798,6830.1 -55798,6830.1 -55798,6830.2 -55798,6830.2 -55798,6830.2 -55798,6830.2 -55798,6830.3 -55798,6830.3 -55798,6830.3 -55798,6830.3 -55798,6830.4 -55797,6830.4 -55797,6830.4 -55797,6830.4 -55797,6830.5 -55797,6830.5 -55797,6830.5 -55797,6830.5 -55797,6830.5 -55797,6830.6 -55797,6830.6 -55797,6830.6 -55797,6830.6 -55796,6830.7 -55796,6830.7 -55796,6830.7 -55796,6830.7 -55796,6830.8 -55796,6830.8 -55796,6830.8 -55796,6830.8 -55796,6830.8 -55796,6830.9 -55796,6830.9 -55796,6830.9 -55796,6830.9 -55795,6831 -55795,6831 -55795,6831 -55795,6831 -55795,6831 -55795,6831.1 -55795,6831.1 -55795,6831.1 -55795,6831.1 -55795,6831.2 -55795,6831.2 -55795,6831.2 -55794,6831.2 -55794,6831.2 -55794,6831.3 -55794,6831.3 -55794,6831.3 -55794,6831.3 -55794,6831.4 -55794,6831.4 -55794,6831.4 -55794,6831.4 -55794,6831.5 -55794,6831.5 -55794,6831.5 -55793,6831.5 -55793,6831.5 -55793,6831.6 -55793,6831.6 -55793,6831.6 -55793,6831.6 -55793,6831.7 -55793,6831.7 -55793,6831.7 -55793,6831.7 -55793,6831.7 -55793,6831.8 -55792,6831.8 -55792,6831.8 -55792,6831.8 -55792,6831.8 -55792,6831.9 -55792,6831.9 -55792,6831.9 -55792,6831.9 -55792,6831.9 -55792,6831.9 -55792,6832 -55792,6832 -55792,6832 -55791,6832 -55791,6832 -55791,6832.1 -55792,6833.7 -55792,6833.8 -55792,6833.8 -55792,6833.8 -55792,6833.8 -55792,6833.9 -55792,6833.9 -55792,6833.9 -55792,6833.9 -55792,6834 -55791,6834 -55791,6834 -55791,6834 -55791,6834 -55791,6834.1 -55791,6834.1 -55791,6834.1 -55791,6834.1 -55791,6834.2 -55791,6834.2 -55791,6834.2 -55791,6834.2 -55791,6834.2 -55790,6834.3 -55790,6834.3 -55790,6834.3 -55790,6834.3 -55790,6834.4 -55790,6834.4 -55790,6834.4 -55790,6834.4 -55790,6834.4 -55790,6834.5 -55790,6834.5 -55790,6834.5 -55789,6834.5 -55789,6834.5 -55789,6834.6 -55789,6834.6 -55789,6834.6 -55789,6834.6 -55789,6834.6 -55789,6834.7 -55789,6834.7 -55789,6834.7 -55789,6834.7 -55789,6834.7 -55788,6834.8 -55788,6834.8 -55788,6834.8 -55788,6834.8 -55788,6834.8 -55788,6834.9 -55788,6834.9 -55788,6834.9 -55788,6834.9 -55788,6834.9 -55788,6834.9 -55788,6835 -55788,6835 -55787,6835 -55787,6835 -55787,6835 -55787,6835.1 -55787,6835.1 -55787,6835.1 -55787,6835.1 -55787,6835.1 -55787,6835.1 -55787,6835.1 -55787,6835.2 -55787,6835.2 -55786,6835.2 -55786,6835.2 -55786,6835.2 -55786,6835.2 -55786,6835.3 -55786,6835.3 -55786,6835.3 -55786,6835.3 -55786,6835.3 -55786,6835.3 -55786,6835.4 -55786,6835.4 -55785,6835.4 -55785,6835.4 -55785,6835.4 -55785,6835.4 -55785,6835.5 -55785,6835.5 -55785,6835.5 -55785,6835.5 -55785,6835.5 -55785,6835.5 -55785,6835.5 -55785,6835.6 -55784,6835.6 -55784,6835.6 -55784,6835.6 -55785,6837.6 -55785,6837.6 -55785,6837.6 -55785,6837.6 -55785,6837.7 -55785,6837.7 -55785,6837.7 -55785,6837.7 -55785,6837.7 -55785,6837.8 -55784,6837.8 -55784,6837.8 -55784,6837.8 -55784,6837.9 -55784,6837.9 -55784,6837.9 -55784,6837.9 -55784,6837.9 -55784,6838 -55784,6838 -55784,6838 -55784,6838 -55783,6838.1 -55783,6838.1 -55783,6838.1 -55783,6838.1 -55783,6838.1 -55783,6838.2 -55783,6838.2 -55783,6838.2 -55783,6838.2 -55783,6838.2 -55783,6838.3 -55783,6838.3 -55783,6838.3 -55782,6838.3 -55782,6838.3 -55782,6838.4 -55782,6838.4 -55782,6838.4 -55782,6838.4 -55782,6838.4 -55782,6838.4 -55782,6838.5 -55782,6838.5 -55782,6838.5 -55782,6838.5 -55781,6838.5 -55781,6838.6 -55781,6838.6 -55781,6838.6 -55781,6838.6 -55781,6838.6 -55781,6838.6 -55781,6838.7 -55781,6838.7 -55781,6838.7 -55781,6838.7 -55781,6838.7 -55780,6838.8 -55780,6838.8 -55780,6838.8 -55780,6838.8 -55780,6838.8 -55780,6838.8 -55780,6838.9 -55780,6838.9 -55780,6838.9 -55780,6838.9 -55780,6838.9 -55780,6838.9 -55779,6839 -55779,6839 -55779,6839 -55779,6839 -55779,6839 -55779,6839 -55779,6839.1 -55779,6839.1 -55779,6839.1 -55779,6839.1 -55779,6839.1 -55779,6839.1 -55778,6839.2 -55778,6839.2 -55778,6839.2 -55778,6839.2 -55778,6839.2 -55778,6839.2 -55778,6839.3 -55778,6839.3 -55778,6839.3 -55778,6839.3 -55778,6839.3 -55778,6839.3 -55777,6839.4 -55777,6839.4 -55777,6839.4 -55777,6839.4 -55777,6839.4 -55777,6839.4 -55779,6841.3 -55778,6841.3 -55778,6841.4 -55778,6841.4 -55778,6841.4 -55778,6841.4 -55778,6841.5 -55778,6841.5 -55778,6841.5 -55778,6841.5 -55778,6841.5 -55778,6841.6 -55778,6841.6 -55778,6841.6 -55777,6841.6 -55777,6841.6 -55777,6841.7 -55777,6841.7 -55777,6841.7 -55777,6841.7 -55777,6841.7 -55777,6841.8 -55777,6841.8 -55777,6841.8 -55777,6841.8 -55777,6841.8 -55776,6841.9 -55776,6841.9 -55776,6841.9 -55776,6841.9 -55776,6841.9 -55776,6842 -55776,6842 -55776,6842 -55776,6842 -55776,6842 -55776,6842.1 -55776,6842.1 -55775,6842.1 -55775,6842.1 -55775,6842.1 -55775,6842.2 -55775,6842.2 -55775,6842.2 -55775,6842.2 -55775,6842.2 -55775,6842.3 -55775,6842.3 -55775,6842.3 -55775,6842.3 -55774,6842.3 -55774,6842.4 -55774,6842.4 -55774,6842.4 -55774,6842.4 -55774,6842.4 -55774,6842.5 -55774,6842.5 -55774,6842.5 -55774,6842.5 -55774,6842.5 -55774,6842.5 -55773,6842.6 -55773,6842.6 -55773,6842.6 -55773,6842.6 -55773,6842.6 -55773,6842.7 -55773,6842.7 -55773,6842.7 -55773,6842.7 -55773,6842.7 -55773,6842.7 -55773,6842.8 -55772,6842.8 -55772,6842.8 -55772,6842.8 -55772,6842.8 -55772,6842.8 -55772,6842.8 -55772,6842.9 -55772,6842.9 -55772,6842.9 -55772,6842.9 -55772,6842.9 -55772,6842.9 -55771,6842.9 -55771,6843 -55771,6843 -55771,6843 -55771,6843 -55771,6843 -55771,6843 -55771,6843 -55771,6843 -55771,6843.1 -55771,6843.1 -55771,6843.1 -55772,6845.2 -55772,6845.2 -55772,6845.3 -55772,6845.3 -55772,6845.3 -55771,6845.3 -55771,6845.3 -55771,6845.4 -55771,6845.4 -55771,6845.4 -55771,6845.4 -55771,6845.4 -55771,6845.5 -55771,6845.5 -55771,6845.5 -55771,6845.5 -55771,6845.5 -55770,6845.6 -55770,6845.6 -55770,6845.6 -55770,6845.6 -55770,6845.6 -55770,6845.6 -55770,6845.7 -55770,6845.7 -55770,6845.7 -55770,6845.7 -55770,6845.7 -55770,6845.8 -55769,6845.8 -55769,6845.8 -55769,6845.8 -55769,6845.8 -55769,6845.8 -55769,6845.9 -55769,6845.9 -55769,6845.9 -55769,6845.9 -55769,6845.9 -55769,6845.9 -55769,6846 -55768,6846 -55768,6846 -55768,6846 -55768,6846 -55768,6846 -55768,6846 -55768,6846.1 -55768,6846.1 -55768,6846.1 -55768,6846.1 -55768,6846.1 -55768,6846.1 -55767,6846.1 -55767,6846.2 -55767,6846.2 -55767,6846.2 -55767,6846.2 -55767,6846.2 -55767,6846.2 -55767,6846.2 -55767,6846.3 -55767,6846.3 -55767,6846.3 -55767,6846.3 -55766,6846.3 -55766,6846.3 -55766,6846.3 -55766,6846.3 -55766,6846.4 -55766,6846.4 -55766,6846.4 -55766,6846.4 -55766,6846.4 -55766,6846.4 -55766,6846.4 -55765,6846.4 -55765,6846.5 -55765,6846.5 -55765,6846.5 -55765,6846.5 -55765,6846.5 -55765,6846.5 -55765,6846.5 -55765,6846.5 -55765,6846.5 -55765,6846.6 -55765,6846.6 -55764,6846.6 -55764,6846.6 -55764,6846.6 -55764,6846.6 -55764,6846.6 -55764,6846.6 -55764,6846.6 -55764,6846.7 -55764,6846.7 -55764,6846.7 -55764,6846.7 -55765,6849.2 -55765,6849.2 -55765,6849.2 -55765,6849.3 -55764,6849.3 -55764,6849.3 -55764,6849.3 -55764,6849.3 -55764,6849.4 -55764,6849.4 -55764,6849.4 -55764,6849.4 -55764,6849.4 -55764,6849.5 -55764,6849.5 -55763,6849.5 -55763,6849.5 -55763,6849.5 -55763,6849.6 -55763,6849.6 -55763,6849.6 -55763,6849.6 -55763,6849.6 -55763,6849.6 -55763,6849.7 -55763,6849.7 -55763,6849.7 -55762,6849.7 -55762,6849.7 -55762,6849.8 -55762,6849.8 -55762,6849.8 -55762,6849.8 -55762,6849.8 -55762,6849.8 -55762,6849.9 -55762,6849.9 -55762,6849.9 -55762,6849.9 -55761,6849.9 -55761,6850 -55761,6850 -55761,6850 -55761,6850 -55761,6850 -55761,6850 -55761,6850.1 -55761,6850.1 -55761,6850.1 -55761,6850.1 -55760,6850.1 -55760,6850.1 -55760,6850.2 -55760,6850.2 -55760,6850.2 -55760,6850.2 -55760,6850.2 -55760,6850.2 -55760,6850.3 -55760,6850.3 -55760,6850.3 -55759,6850.3 -55759,6850.3 -55759,6850.3 -55759,6850.4 -55759,6850.4 -55759,6850.4 -55759,6850.4 -55759,6850.4 -55759,6850.4 -55759,6850.5 -55759,6850.5 -55759,6850.5 -55758,6850.5 -55758,6850.5 -55758,6850.5 -55758,6850.5 -55758,6850.6 -55758,6850.6 -55758,6850.6 -55758,6850.6 -55758,6850.6 -55758,6850.6 -55758,6850.6 -55757,6850.7 -55757,6850.7 -55757,6850.7 -55757,6850.7 -55757,6850.7 -55757,6850.7 -55757,6850.7 -55757,6850.8 -55757,6850.8 -55757,6850.8 -55757,6850.8 -55756,6850.8 -55756,6850.8 -55756,6850.8 -55756,6850.8 -55758,6853.5 -55758,6853.6 -55757,6853.6 -55757,6853.6 -55757,6853.6 -55757,6853.7 -55757,6853.7 -55757,6853.7 -55757,6853.7 -55757,6853.7 -55757,6853.8 -55757,6853.8 -55757,6853.8 -55756,6853.8 -55756,6853.8 -55756,6853.9 -55756,6853.9 -55756,6853.9 -55756,6853.9 -55756,6854 -55756,6854 -55756,6854 -55756,6854 -55756,6854 -55755,6854.1 -55755,6854.1 -55755,6854.1 -55755,6854.1 -55755,6854.1 -55755,6854.2 -55755,6854.2 -55755,6854.2 -55755,6854.2 -55755,6854.2 -55755,6854.3 -55754,6854.3 -55754,6854.3 -55754,6854.3 -55754,6854.3 -55754,6854.3 -55754,6854.4 -55754,6854.4 -55754,6854.4 -55754,6854.4 -55754,6854.4 -55754,6854.5 -55754,6854.5 -55753,6854.5 -55753,6854.5 -55753,6854.5 -55753,6854.5 -55753,6854.6 -55753,6854.6 -55753,6854.6 -55753,6854.6 -55753,6854.6 -55753,6854.7 -55752,6854.7 -55752,6854.7 -55752,6854.7 -55752,6854.7 -55752,6854.7 -55752,6854.7 -55752,6854.8 -55752,6854.8 -55752,6854.8 -55752,6854.8 -55752,6854.8 -55751,6854.8 -55751,6854.9 -55751,6854.9 -55751,6854.9 -55751,6854.9 -55751,6854.9 -55751,6854.9 -55751,6854.9 -55751,6855 -55751,6855 -55751,6855 -55750,6855 -55750,6855 -55750,6855 -55750,6855 -55750,6855.1 -55750,6855.1 -55750,6855.1 -55750,6855.1 -55750,6855.1 -55750,6855.1 -55750,6855.1 -55749,6855.1 -55749,6855.2 -55749,6855.2 -55749,6855.2 -55749,6855.2 -55749,6855.2 -55749,6855.2 -55749,6855.2 -55749,6855.2 -55749,6855.3 -55750,6857.8 -55750,6857.8 -55750,6857.9 -55749,6857.9 -55749,6857.9 -55749,6857.9 -55749,6858 -55749,6858 -55749,6858 -55749,6858 -55749,6858 -55749,6858.1 -55749,6858.1 -55749,6858.1 -55748,6858.1 -55748,6858.1 -55748,6858.2 -55748,6858.2 -55748,6858.2 -55748,6858.2 -55748,6858.2 -55748,6858.3 -55748,6858.3 -55748,6858.3 -55748,6858.3 -55747,6858.4 -55747,6858.4 -55747,6858.4 -55747,6858.4 -55747,6858.4 -55747,6858.4 -55747,6858.5 -55747,6858.5 -55747,6858.5 -55747,6858.5 -55746,6858.5 -55746,6858.6 -55746,6858.6 -55746,6858.6 -55746,6858.6 -55746,6858.6 -55746,6858.6 -55746,6858.7 -55746,6858.7 -55746,6858.7 -55746,6858.7 -55745,6858.7 -55745,6858.7 -55745,6858.8 -55745,6858.8 -55745,6858.8 -55745,6858.8 -55745,6858.8 -55745,6858.8 -55745,6858.9 -55745,6858.9 -55745,6858.9 -55744,6858.9 -55744,6858.9 -55744,6858.9 -55744,6859 -55744,6859 -55744,6859 -55744,6859 -55744,6859 -55744,6859 -55744,6859.1 -55743,6859.1 -55743,6859.1 -55743,6859.1 -55743,6859.1 -55743,6859.1 -55743,6859.1 -55743,6859.2 -55743,6859.2 -55743,6859.2 -55743,6859.2 -55743,6859.2 -55742,6859.2 -55742,6859.3 -55742,6859.3 -55742,6859.3 -55742,6859.3 -55742,6859.3 -55742,6859.3 -55742,6859.3 -55742,6859.4 -55742,6859.4 -55741,6859.4 -55741,6859.4 -55741,6859.4 -55741,6859.4 -55741,6859.4 -55741,6859.4 -55741,6859.5 -55741,6859.5 -55741,6859.5 -55741,6859.5 -55741,6859.5 -55740,6859.5 -55742,6861.9 -55742,6861.9 -55742,6861.9 -55742,6861.9 -55742,6862 -55742,6862 -55741,6862 -55741,6862 -55741,6862 -55741,6862.1 -55741,6862.1 -55741,6862.1 -55741,6862.1 -55741,6862.1 -55741,6862.2 -55741,6862.2 -55741,6862.2 -55740,6862.2 -55740,6862.2 -55740,6862.3 -55740,6862.3 -55740,6862.3 -55740,6862.3 -55740,6862.3 -55740,6862.4 -55740,6862.4 -55740,6862.4 -55739,6862.4 -55739,6862.4 -55739,6862.4 -55739,6862.5 -55739,6862.5 -55739,6862.5 -55739,6862.5 -55739,6862.5 -55739,6862.6 -55739,6862.6 -55739,6862.6 -55738,6862.6 -55738,6862.6 -55738,6862.6 -55738,6862.7 -55738,6862.7 -55738,6862.7 -55738,6862.7 -55738,6862.7 -55738,6862.7 -55738,6862.8 -55737,6862.8 -55737,6862.8 -55737,6862.8 -55737,6862.8 -55737,6862.8 -55737,6862.9 -55737,6862.9 -55737,6862.9 -55737,6862.9 -55737,6862.9 -55737,6862.9 -55736,6863 -55736,6863 -55736,6863 -55736,6863 -55736,6863 -55736,6863 -55736,6863.1 -55736,6863.1 -55736,6863.1 -55736,6863.1 -55735,6863.1 -55735,6863.1 -55735,6863.1 -55735,6863.2 -55735,6863.2 -55735,6863.2 -55735,6863.2 -55735,6863.2 -55735,6863.2 -55735,6863.2 -55734,6863.2 -55734,6863.3 -55734,6863.3 -55734,6863.3 -55734,6863.3 -55734,6863.3 -55734,6863.3 -55734,6863.3 -55734,6863.3 -55734,6863.4 -55734,6863.4 -55733,6863.4 -55733,6863.4 -55733,6863.4 -55733,6863.4 -55733,6863.4 -55733,6863.4 -55733,6863.5 -55733,6863.5 -55735,6865.5 -55734,6865.5 -55734,6865.5 -55734,6865.6 -55734,6865.6 -55734,6865.6 -55734,6865.6 -55734,6865.6 -55734,6865.7 -55734,6865.7 -55734,6865.7 -55733,6865.7 -55733,6865.7 -55733,6865.7 -55733,6865.8 -55733,6865.8 -55733,6865.8 -55733,6865.8 -55733,6865.8 -55733,6865.8 -55733,6865.9 -55733,6865.9 -55732,6865.9 -55732,6865.9 -55732,6865.9 -55732,6865.9 -55732,6866 -55732,6866 -55732,6866 -55732,6866 -55732,6866 -55732,6866 -55731,6866.1 -55731,6866.1 -55731,6866.1 -55731,6866.1 -55731,6866.1 -55731,6866.1 -55731,6866.1 -55731,6866.1 -55731,6866.2 -55731,6866.2 -55730,6866.2 -55730,6866.2 -55730,6866.2 -55730,6866.2 -55730,6866.2 -55730,6866.3 -55730,6866.3 -55730,6866.3 -55730,6866.3 -55730,6866.3 -55729,6866.3 -55729,6866.3 -55729,6866.3 -55729,6866.4 -55729,6866.4 -55729,6866.4 -55729,6866.4 -55729,6866.4 -55729,6866.4 -55729,6866.4 -55728,6866.4 -55728,6866.4 -55728,6866.5 -55728,6866.5 -55728,6866.5 -55728,6866.5 -55728,6866.5 -55728,6866.5 -55728,6866.5 -55728,6866.5 -55727,6866.6 -55727,6866.6 -55727,6866.6 -55727,6866.6 -55727,6866.6 -55727,6866.6 -55727,6866.6 -55727,6866.6 -55727,6866.6 -55727,6866.6 -55726,6866.7 -55726,6866.7 -55726,6866.7 -55726,6866.7 -55726,6866.7 -55726,6866.7 -55726,6866.7 -55726,6866.7 -55726,6866.7 -55726,6866.7 -55725,6866.7 -55725,6866.7 -55725,6866.8 -55725,6866.8 -55725,6866.8 -55725,6866.8 -55725,6866.8 -55725,6866.8 -55726,6869.5 -55726,6869.5 -55726,6869.5 -55726,6869.5 -55726,6869.6 -55726,6869.6 -55726,6869.6 -55725,6869.6 -55725,6869.6 -55725,6869.6 -55725,6869.6 -55725,6869.7 -55725,6869.7 -55725,6869.7 -55725,6869.7 -55725,6869.7 -55725,6869.7 -55724,6869.8 -55724,6869.8 -55724,6869.8 -55724,6869.8 -55724,6869.8 -55724,6869.8 -55724,6869.8 -55724,6869.9 -55724,6869.9 -55724,6869.9 -55723,6869.9 -55723,6869.9 -55723,6869.9 -55723,6869.9 -55723,6870 -55723,6870 -55723,6870 -55723,6870 -55723,6870 -55722,6870 -55722,6870 -55722,6870.1 -55722,6870.1 -55722,6870.1 -55722,6870.1 -55722,6870.1 -55722,6870.1 -55722,6870.1 -55722,6870.2 -55721,6870.2 -55721,6870.2 -55721,6870.2 -55721,6870.2 -55721,6870.2 -55721,6870.2 -55721,6870.2 -55721,6870.3 -55721,6870.3 -55721,6870.3 -55720,6870.3 -55720,6870.3 -55720,6870.3 -55720,6870.3 -55720,6870.3 -55720,6870.3 -55720,6870.4 -55720,6870.4 -55720,6870.4 -55719,6870.4 -55719,6870.4 -55719,6870.4 -55719,6870.4 -55719,6870.4 -55719,6870.4 -55719,6870.4 -55719,6870.5 -55719,6870.5 -55718,6870.5 -55718,6870.5 -55718,6870.5 -55718,6870.5 -55718,6870.5 -55718,6870.5 -55718,6870.5 -55718,6870.5 -55718,6870.5 -55718,6870.5 -55717,6870.5 -55717,6870.5 -55717,6870.6 -55717,6870.6 -55717,6870.6 -55717,6870.6 -55717,6870.6 -55717,6870.6 -55717,6870.6 -55716,6870.6 -55716,6870.6 -55716,6870.6 -55716,6870.6 -55716,6870.6 -55718,6873.5 -55718,6873.5 -55718,6873.5 -55717,6873.5 -55717,6873.6 -55717,6873.6 -55717,6873.6 -55717,6873.6 -55717,6873.6 -55717,6873.6 -55717,6873.7 -55717,6873.7 -55716,6873.7 -55716,6873.7 -55716,6873.7 -55716,6873.7 -55716,6873.8 -55716,6873.8 -55716,6873.8 -55716,6873.8 -55716,6873.8 -55715,6873.8 -55715,6873.8 -55715,6873.9 -55715,6873.9 -55715,6873.9 -55715,6873.9 -55715,6873.9 -55715,6873.9 -55715,6873.9 -55715,6874 -55714,6874 -55714,6874 -55714,6874 -55714,6874 -55714,6874 -55714,6874 -55714,6874.1 -55714,6874.1 -55714,6874.1 -55713,6874.1 -55713,6874.1 -55713,6874.1 -55713,6874.1 -55713,6874.2 -55713,6874.2 -55713,6874.2 -55713,6874.2 -55713,6874.2 -55712,6874.2 -55712,6874.2 -55712,6874.2 -55712,6874.2 -55712,6874.3 -55712,6874.3 -55712,6874.3 -55712,6874.3 -55712,6874.3 -55711,6874.3 -55711,6874.3 -55711,6874.3 -55711,6874.3 -55711,6874.3 -55711,6874.4 -55711,6874.4 -55711,6874.4 -55711,6874.4 -55710,6874.4 -55710,6874.4 -55710,6874.4 -55710,6874.4 -55710,6874.4 -55710,6874.4 -55710,6874.5 -55710,6874.5 -55710,6874.5 -55709,6874.5 -55709,6874.5 -55709,6874.5 -55709,6874.5 -55709,6874.5 -55709,6874.5 -55709,6874.5 -55709,6874.5 -55709,6874.6 -55708,6874.6 -55708,6874.6 -55708,6874.6 -55708,6874.6 -55708,6874.6 -55708,6874.6 -55708,6874.6 -55708,6874.6 -55707,6874.6 -55707,6874.6 -55707,6874.6 -55707,6874.7 -55707,6874.7 -55707,6874.7 -55707,6874.7 -55707,6874.7 -55709,6877.7 -55709,6877.8 -55709,6877.8 -55709,6877.8 -55709,6877.8 -55709,6877.8 -55709,6877.8 -55709,6877.9 -55709,6877.9 -55708,6877.9 -55708,6877.9 -55708,6877.9 -55708,6877.9 -55708,6878 -55708,6878 -55708,6878 -55708,6878 -55708,6878 -55707,6878 -55707,6878.1 -55707,6878.1 -55707,6878.1 -55707,6878.1 -55707,6878.1 -55707,6878.1 -55707,6878.1 -55707,6878.2 -55706,6878.2 -55706,6878.2 -55706,6878.2 -55706,6878.2 -55706,6878.2 -55706,6878.2 -55706,6878.3 -55706,6878.3 -55706,6878.3 -55706,6878.3 -55705,6878.3 -55705,6878.3 -55705,6878.3 -55705,6878.4 -55705,6878.4 -55705,6878.4 -55705,6878.4 -55705,6878.4 -55704,6878.4 -55704,6878.4 -55704,6878.4 -55704,6878.5 -55704,6878.5 -55704,6878.5 -55704,6878.5 -55704,6878.5 -55704,6878.5 -55703,6878.5 -55703,6878.5 -55703,6878.6 -55703,6878.6 -55703,6878.6 -55703,6878.6 -55703,6878.6 -55703,6878.6 -55703,6878.6 -55702,6878.6 -55702,6878.7 -55702,6878.7 -55702,6878.7 -55702,6878.7 -55702,6878.7 -55702,6878.7 -55702,6878.7 -55702,6878.7 -55701,6878.7 -55701,6878.8 -55701,6878.8 -55701,6878.8 -55701,6878.8 -55701,6878.8 -55701,6878.8 -55701,6878.8 -55701,6878.8 -55700,6878.8 -55700,6878.8 -55700,6878.9 -55700,6878.9 -55700,6878.9 -55700,6878.9 -55700,6878.9 -55700,6878.9 -55699,6878.9 -55699,6878.9 -55699,6878.9 -55699,6878.9 -55699,6878.9 -55699,6878.9 -55699,6879 -55699,6879 -55701,6882.3 -55701,6882.4 -55701,6882.4 -55701,6882.4 -55701,6882.4 -55701,6882.4 -55701,6882.5 -55700,6882.5 -55700,6882.5 -55700,6882.5 -55700,6882.5 -55700,6882.6 -55700,6882.6 -55700,6882.6 -55700,6882.6 -55700,6882.6 -55699,6882.7 -55699,6882.7 -55699,6882.7 -55699,6882.7 -55699,6882.7 -55699,6882.8 -55699,6882.8 -55699,6882.8 -55699,6882.8 -55698,6882.8 -55698,6882.8 -55698,6882.9 -55698,6882.9 -55698,6882.9 -55698,6882.9 -55698,6882.9 -55698,6883 -55698,6883 -55697,6883 -55697,6883 -55697,6883 -55697,6883.1 -55697,6883.1 -55697,6883.1 -55697,6883.1 -55697,6883.1 -55697,6883.1 -55696,6883.2 -55696,6883.2 -55696,6883.2 -55696,6883.2 -55696,6883.2 -55696,6883.3 -55696,6883.3 -55696,6883.3 -55696,6883.3 -55695,6883.3 -55695,6883.3 -55695,6883.4 -55695,6883.4 -55695,6883.4 -55695,6883.4 -55695,6883.4 -55695,6883.4 -55694,6883.5 -55694,6883.5 -55694,6883.5 -55694,6883.5 -55694,6883.5 -55694,6883.5 -55694,6883.5 -55694,6883.6 -55694,6883.6 -55693,6883.6 -55693,6883.6 -55693,6883.6 -55693,6883.6 -55693,6883.6 -55693,6883.7 -55693,6883.7 -55693,6883.7 -55693,6883.7 -55692,6883.7 -55692,6883.7 -55692,6883.8 -55692,6883.8 -55692,6883.8 -55692,6883.8 -55692,6883.8 -55692,6883.8 -55691,6883.8 -55691,6883.9 -55691,6883.9 -55691,6883.9 -55691,6883.9 -55691,6883.9 -55691,6883.9 -55691,6883.9 -55690,6884 -55690,6884 -55690,6884 -55690,6884 -55690,6884 -55690,6884 -55693,6887 -55693,6887 -55693,6887.1 -55692,6887.1 -55692,6887.1 -55692,6887.1 -55692,6887.2 -55692,6887.2 -55692,6887.2 -55692,6887.2 -55692,6887.3 -55692,6887.3 -55691,6887.3 -55691,6887.3 -55691,6887.4 -55691,6887.4 -55691,6887.4 -55691,6887.4 -55691,6887.5 -55691,6887.5 -55691,6887.5 -55690,6887.5 -55690,6887.6 -55690,6887.6 -55690,6887.6 -55690,6887.6 -55690,6887.7 -55690,6887.7 -55690,6887.7 -55690,6887.7 -55689,6887.7 -55689,6887.8 -55689,6887.8 -55689,6887.8 -55689,6887.8 -55689,6887.9 -55689,6887.9 -55689,6887.9 -55689,6887.9 -55688,6887.9 -55688,6888 -55688,6888 -55688,6888 -55688,6888 -55688,6888.1 -55688,6888.1 -55688,6888.1 -55688,6888.1 -55687,6888.1 -55687,6888.2 -55687,6888.2 -55687,6888.2 -55687,6888.2 -55687,6888.3 -55687,6888.3 -55687,6888.3 -55686,6888.3 -55686,6888.3 -55686,6888.4 -55686,6888.4 -55686,6888.4 -55686,6888.4 -55686,6888.5 -55686,6888.5 -55686,6888.5 -55685,6888.5 -55685,6888.5 -55685,6888.6 -55685,6888.6 -55685,6888.6 -55685,6888.6 -55685,6888.7 -55685,6888.7 -55684,6888.7 -55684,6888.7 -55684,6888.7 -55684,6888.8 -55684,6888.8 -55684,6888.8 -55684,6888.8 -55684,6888.8 -55684,6888.9 -55683,6888.9 -55683,6888.9 -55683,6888.9 -55683,6889 -55683,6889 -55683,6889 -55683,6889 -55683,6889 -55682,6889.1 -55682,6889.1 -55682,6889.1 -55682,6889.1 -55682,6889.1 -55682,6889.2 -55682,6889.2 -55682,6889.2 -55681,6889.2 -55681,6889.2 -55684,6891.6 -55684,6891.6 -55684,6891.7 -55684,6891.7 -55684,6891.7 -55684,6891.7 -55684,6891.8 -55684,6891.8 -55683,6891.8 -55683,6891.9 -55683,6891.9 -55683,6891.9 -55683,6891.9 -55683,6892 -55683,6892 -55683,6892 -55683,6892 -55682,6892.1 -55682,6892.1 -55682,6892.1 -55682,6892.2 -55682,6892.2 -55682,6892.2 -55682,6892.3 -55682,6892.3 -55682,6892.3 -55681,6892.3 -55681,6892.4 -55681,6892.4 -55681,6892.4 -55681,6892.5 -55681,6892.5 -55681,6892.5 -55681,6892.6 -55681,6892.6 -55680,6892.6 -55680,6892.6 -55680,6892.7 -55680,6892.7 -55680,6892.7 -55680,6892.8 -55680,6892.8 -55680,6892.8 -55679,6892.9 -55679,6892.9 -55679,6892.9 -55679,6892.9 -55679,6893 -55679,6893 -55679,6893 -55679,6893.1 -55679,6893.1 -55678,6893.1 -55678,6893.2 -55678,6893.2 -55678,6893.2 -55678,6893.2 -55678,6893.3 -55678,6893.3 -55678,6893.3 -55678,6893.4 -55677,6893.4 -55677,6893.4 -55677,6893.5 -55677,6893.5 -55677,6893.5 -55677,6893.5 -55677,6893.6 -55677,6893.6 -55676,6893.6 -55676,6893.7 -55676,6893.7 -55676,6893.7 -55676,6893.8 -55676,6893.8 -55676,6893.8 -55676,6893.8 -55676,6893.9 -55675,6893.9 -55675,6893.9 -55675,6894 -55675,6894 -55675,6894 -55675,6894 -55675,6894.1 -55675,6894.1 -55675,6894.1 -55674,6894.2 -55674,6894.2 -55674,6894.2 -55674,6894.3 -55674,6894.3 -55674,6894.3 -55674,6894.3 -55674,6894.4 -55673,6894.4 -55673,6894.4 -55673,6894.5 -55673,6894.5 -55676,6896 -55676,6896 -55676,6896 -55676,6896.1 -55676,6896.1 -55675,6896.1 -55675,6896.2 -55675,6896.2 -55675,6896.2 -55675,6896.3 -55675,6896.3 -55675,6896.4 -55675,6896.4 -55675,6896.4 -55674,6896.5 -55674,6896.5 -55674,6896.5 -55674,6896.6 -55674,6896.6 -55674,6896.6 -55674,6896.7 -55674,6896.7 -55674,6896.7 -55673,6896.8 -55673,6896.8 -55673,6896.8 -55673,6896.9 -55673,6896.9 -55673,6896.9 -55673,6897 -55673,6897 -55673,6897.1 -55672,6897.1 -55672,6897.1 -55672,6897.2 -55672,6897.2 -55672,6897.2 -55672,6897.3 -55672,6897.3 -55672,6897.3 -55672,6897.4 -55671,6897.4 -55671,6897.4 -55671,6897.5 -55671,6897.5 -55671,6897.5 -55671,6897.5 -55671,6897.6 -55671,6897.6 -55671,6897.6 -55670,6897.7 -55670,6897.7 -55670,6897.7 -55670,6897.8 -55670,6897.8 -55670,6897.8 -55670,6897.9 -55670,6897.9 -55670,6897.9 -55669,6898 -55669,6898 -55669,6898 -55669,6898.1 -55669,6898.1 -55669,6898.1 -55669,6898.2 -55669,6898.2 -55669,6898.2 -55668,6898.3 -55668,6898.3 -55668,6898.3 -55668,6898.4 -55668,6898.4 -55668,6898.4 -55668,6898.5 -55668,6898.5 -55667,6898.5 -55667,6898.6 -55667,6898.6 -55667,6898.6 -55667,6898.6 -55667,6898.7 -55667,6898.7 -55667,6898.7 -55667,6898.8 -55666,6898.8 -55666,6898.8 -55666,6898.9 -55666,6898.9 -55666,6898.9 -55666,6899 -55666,6899 -55666,6899 -55666,6899.1 -55665,6899.1 -55665,6899.1 -55665,6899.1 -55665,6899.2 -55665,6899.2 -55665,6899.2 -55665,6899.3 -55668,6899.3 -55668,6899.3 -55667,6899.4 -55667,6899.4 -55667,6899.4 -55667,6899.4 -55667,6899.5 -55667,6899.5 -55667,6899.5 -55667,6899.6 -55667,6899.6 -55666,6899.6 -55666,6899.6 -55666,6899.7 -55666,6899.7 -55666,6899.7 -55666,6899.8 -55666,6899.8 -55666,6899.8 -55666,6899.8 -55666,6899.9 -55665,6899.9 -55665,6899.9 -55665,6899.9 -55665,6900 -55665,6900 -55665,6900 -55665,6900.1 -55665,6900.1 -55665,6900.1 -55664,6900.1 -55664,6900.2 -55664,6900.2 -55664,6900.2 -55664,6900.2 -55664,6900.3 -55664,6900.3 -55664,6900.3 -55664,6900.3 -55663,6900.4 -55663,6900.4 -55663,6900.4 -55663,6900.5 -55663,6900.5 -55663,6900.5 -55663,6900.5 -55663,6900.6 -55663,6900.6 -55663,6900.6 -55662,6900.6 -55662,6900.7 -55662,6900.7 -55662,6900.7 -55662,6900.7 -55662,6900.8 -55662,6900.8 -55662,6900.8 -55662,6900.8 -55661,6900.9 -55661,6900.9 -55661,6900.9 -55661,6900.9 -55661,6901 -55661,6901 -55661,6901 -55661,6901 -55661,6901.1 -55660,6901.1 -55660,6901.1 -55660,6901.1 -55660,6901.2 -55660,6901.2 -55660,6901.2 -55660,6901.2 -55660,6901.3 -55660,6901.3 -55659,6901.3 -55659,6901.3 -55659,6901.3 -55659,6901.4 -55659,6901.4 -55659,6901.4 -55659,6901.4 -55659,6901.5 -55659,6901.5 -55658,6901.5 -55658,6901.5 -55658,6901.6 -55658,6901.6 -55658,6901.6 -55658,6901.6 -55658,6901.6 -55658,6901.7 -55658,6901.7 -55658,6901.7 -55657,6901.7 -55657,6901.7 -55657,6901.8 -55659,6901 -55659,6901 -55659,6901.1 -55659,6901.1 -55659,6901.1 -55658,6901.1 -55658,6901.1 -55658,6901.1 -55658,6901.2 -55658,6901.2 -55658,6901.2 -55658,6901.2 -55658,6901.2 -55658,6901.3 -55657,6901.3 -55657,6901.3 -55657,6901.3 -55657,6901.3 -55657,6901.3 -55657,6901.4 -55657,6901.4 -55657,6901.4 -55657,6901.4 -55657,6901.4 -55656,6901.5 -55656,6901.5 -55656,6901.5 -55656,6901.5 -55656,6901.5 -55656,6901.5 -55656,6901.5 -55656,6901.6 -55656,6901.6 -55655,6901.6 -55655,6901.6 -55655,6901.6 -55655,6901.6 -55655,6901.7 -55655,6901.7 -55655,6901.7 -55655,6901.7 -55655,6901.7 -55655,6901.7 -55654,6901.7 -55654,6901.8 -55654,6901.8 -55654,6901.8 -55654,6901.8 -55654,6901.8 -55654,6901.8 -55654,6901.8 -55654,6901.8 -55653,6901.9 -55653,6901.9 -55653,6901.9 -55653,6901.9 -55653,6901.9 -55653,6901.9 -55653,6901.9 -55653,6901.9 -55653,6902 -55653,6902 -55652,6902 -55652,6902 -55652,6902 -55652,6902 -55652,6902 -55652,6902 -55652,6902.1 -55652,6902.1 -55652,6902.1 -55651,6902.1 -55651,6902.1 -55651,6902.1 -55651,6902.1 -55651,6902.1 -55651,6902.1 -55651,6902.2 -55651,6902.2 -55651,6902.2 -55650,6902.2 -55650,6902.2 -55650,6902.2 -55650,6902.2 -55650,6902.2 -55650,6902.2 -55650,6902.2 -55650,6902.3 -55650,6902.3 -55650,6902.3 -55649,6902.3 -55649,6902.3 -55649,6902.3 -55649,6902.3 -55649,6902.3 -55649,6902.3 -55649,6902.3 -55649,6902.3 -55649,6902.3 -55648,6902.4 -55650,6901.5 -55650,6901.5 -55650,6901.5 -55650,6901.5 -55650,6901.5 -55649,6901.5 -55649,6901.5 -55649,6901.5 -55649,6901.5 -55649,6901.5 -55649,6901.5 -55649,6901.5 -55649,6901.5 -55649,6901.5 -55649,6901.5 -55648,6901.5 -55648,6901.5 -55648,6901.5 -55648,6901.5 -55648,6901.5 -55648,6901.5 -55648,6901.5 -55648,6901.5 -55648,6901.5 -55647,6901.5 -55647,6901.5 -55647,6901.5 -55647,6901.5 -55647,6901.5 -55647,6901.5 -55647,6901.5 -55647,6901.5 -55647,6901.5 -55647,6901.5 -55646,6901.5 -55646,6901.5 -55646,6901.5 -55646,6901.5 -55646,6901.5 -55646,6901.5 -55646,6901.5 -55646,6901.5 -55646,6901.5 -55646,6901.5 -55645,6901.5 -55645,6901.5 -55645,6901.5 -55645,6901.5 -55645,6901.5 -55645,6901.5 -55645,6901.5 -55645,6901.5 -55645,6901.5 -55644,6901.5 -55644,6901.5 -55644,6901.5 -55644,6901.5 -55644,6901.5 -55644,6901.5 -55644,6901.5 -55644,6901.5 -55644,6901.5 -55644,6901.5 -55643,6901.5 -55643,6901.5 -55643,6901.5 -55643,6901.4 -55643,6901.4 -55643,6901.4 -55643,6901.4 -55643,6901.4 -55643,6901.4 -55642,6901.4 -55642,6901.4 -55642,6901.4 -55642,6901.4 -55642,6901.4 -55642,6901.4 -55642,6901.4 -55642,6901.4 -55642,6901.3 -55642,6901.3 -55641,6901.3 -55641,6901.3 -55641,6901.3 -55641,6901.3 -55641,6901.3 -55641,6901.3 -55641,6901.3 -55641,6901.3 -55641,6901.2 -55641,6901.2 -55640,6901.2 -55640,6901.2 -55640,6901.2 -55640,6901.2 -55640,6901.2 -55640,6901.2 -55641,6901.2 -55641,6901.2 -55640,6901.2 -55640,6901.2 -55640,6901.1 -55640,6901.1 -55640,6901.1 -55640,6901.1 -55640,6901.1 -55640,6901.1 -55640,6901.1 -55640,6901 -55639,6901 -55639,6901 -55639,6901 -55639,6901 -55639,6901 -55639,6901 -55639,6900.9 -55639,6900.9 -55639,6900.9 -55639,6900.9 -55638,6900.9 -55638,6900.9 -55638,6900.9 -55638,6900.8 -55638,6900.8 -55638,6900.8 -55638,6900.8 -55638,6900.8 -55638,6900.7 -55638,6900.7 -55637,6900.7 -55637,6900.7 -55637,6900.7 -55637,6900.7 -55637,6900.6 -55637,6900.6 -55637,6900.6 -55637,6900.6 -55637,6900.6 -55636,6900.5 -55636,6900.5 -55636,6900.5 -55636,6900.5 -55636,6900.4 -55636,6900.4 -55636,6900.4 -55636,6900.4 -55636,6900.4 -55636,6900.3 -55635,6900.3 -55635,6900.3 -55635,6900.3 -55635,6900.2 -55635,6900.2 -55635,6900.2 -55635,6900.2 -55635,6900.2 -55635,6900.1 -55635,6900.1 -55634,6900.1 -55634,6900.1 -55634,6900 -55634,6900 -55634,6900 -55634,6900 -55634,6899.9 -55634,6899.9 -55634,6899.9 -55633,6899.9 -55633,6899.8 -55633,6899.8 -55633,6899.8 -55633,6899.8 -55633,6899.7 -55633,6899.7 -55633,6899.7 -55633,6899.6 -55633,6899.6 -55632,6899.6 -55632,6899.6 -55632,6899.5 -55632,6899.5 -55632,6899.5 -55632,6899.5 -55632,6899.4 -55632,6899.4 -55632,6899.4 -55631,6899.3 -55631,6899.3 -55631,6899.3 -55631,6899.2 -55631,6899.2 -55631,6899.2 -55631,6899.2 -55631,6899.1 -55631,6899.1 -55631,6899.1 -55630,6899 -55631,6899.6 -55631,6899.5 -55631,6899.5 -55630,6899.5 -55630,6899.5 -55630,6899.4 -55630,6899.4 -55630,6899.4 -55630,6899.3 -55630,6899.3 -55630,6899.3 -55630,6899.2 -55629,6899.2 -55629,6899.2 -55629,6899.1 -55629,6899.1 -55629,6899.1 -55629,6899 -55629,6899 -55629,6899 -55629,6898.9 -55629,6898.9 -55628,6898.9 -55628,6898.8 -55628,6898.8 -55628,6898.8 -55628,6898.7 -55628,6898.7 -55628,6898.7 -55628,6898.6 -55628,6898.6 -55628,6898.5 -55627,6898.5 -55627,6898.5 -55627,6898.4 -55627,6898.4 -55627,6898.4 -55627,6898.3 -55627,6898.3 -55627,6898.3 -55627,6898.2 -55626,6898.2 -55626,6898.1 -55626,6898.1 -55626,6898.1 -55626,6898 -55626,6898 -55626,6897.9 -55626,6897.9 -55626,6897.9 -55626,6897.8 -55625,6897.8 -55625,6897.7 -55625,6897.7 -55625,6897.7 -55625,6897.6 -55625,6897.6 -55625,6897.5 -55625,6897.5 -55625,6897.4 -55624,6897.4 -55624,6897.4 -55624,6897.3 -55624,6897.3 -55624,6897.2 -55624,6897.2 -55624,6897.1 -55624,6897.1 -55624,6897 -55624,6897 -55623,6897 -55623,6896.9 -55623,6896.9 -55623,6896.8 -55623,6896.8 -55623,6896.7 -55623,6896.7 -55623,6896.6 -55623,6896.6 -55623,6896.5 -55622,6896.5 -55622,6896.5 -55622,6896.4 -55622,6896.4 -55622,6896.3 -55622,6896.3 -55622,6896.2 -55622,6896.2 -55622,6896.1 -55621,6896.1 -55621,6896 -55621,6896 -55621,6895.9 -55621,6895.9 -55621,6895.8 -55621,6895.8 -55621,6895.7 -55621,6895.7 -55621,6895.6 -55621,6897.6 -55621,6897.6 -55621,6897.5 -55621,6897.5 -55621,6897.4 -55621,6897.4 -55620,6897.3 -55620,6897.3 -55620,6897.3 -55620,6897.2 -55620,6897.2 -55620,6897.1 -55620,6897.1 -55620,6897 -55620,6897 -55619,6896.9 -55619,6896.9 -55619,6896.9 -55619,6896.8 -55619,6896.8 -55619,6896.7 -55619,6896.7 -55619,6896.6 -55619,6896.6 -55619,6896.5 -55618,6896.5 -55618,6896.4 -55618,6896.4 -55618,6896.3 -55618,6896.3 -55618,6896.2 -55618,6896.2 -55618,6896.1 -55618,6896.1 -55618,6896 -55617,6896 -55617,6895.9 -55617,6895.9 -55617,6895.8 -55617,6895.8 -55617,6895.7 -55617,6895.7 -55617,6895.6 -55617,6895.6 -55617,6895.5 -55616,6895.5 -55616,6895.4 -55616,6895.4 -55616,6895.3 -55616,6895.2 -55616,6895.2 -55616,6895.1 -55616,6895.1 -55616,6895 -55615,6895 -55615,6894.9 -55615,6894.9 -55615,6894.8 -55615,6894.8 -55615,6894.7 -55615,6894.6 -55615,6894.6 -55615,6894.5 -55615,6894.5 -55614,6894.4 -55614,6894.4 -55614,6894.3 -55614,6894.2 -55614,6894.2 -55614,6894.1 -55614,6894.1 -55614,6894 -55614,6893.9 -55614,6893.9 -55613,6893.8 -55613,6893.8 -55613,6893.7 -55613,6893.6 -55613,6893.6 -55613,6893.5 -55613,6893.5 -55613,6893.4 -55613,6893.3 -55613,6893.3 -55612,6893.2 -55612,6893.1 -55612,6893.1 -55612,6893 -55612,6893 -55612,6892.9 -55612,6892.8 -55612,6892.8 -55612,6892.7 -55611,6892.6 -55611,6892.6 -55611,6892.5 -55611,6892.4 -55611,6892.4 -55611,6895.2 -55611,6895.1 -55611,6895.1 -55611,6895 -55610,6894.9 -55610,6894.9 -55610,6894.8 -55610,6894.8 -55610,6894.7 -55610,6894.7 -55610,6894.6 -55610,6894.5 -55610,6894.5 -55609,6894.4 -55609,6894.4 -55609,6894.3 -55609,6894.2 -55609,6894.2 -55609,6894.1 -55609,6894.1 -55609,6894 -55609,6893.9 -55609,6893.9 -55608,6893.8 -55608,6893.7 -55608,6893.7 -55608,6893.6 -55608,6893.6 -55608,6893.5 -55608,6893.4 -55608,6893.4 -55608,6893.3 -55608,6893.2 -55607,6893.2 -55607,6893.1 -55607,6893 -55607,6893 -55607,6892.9 -55607,6892.8 -55607,6892.8 -55607,6892.7 -55607,6892.6 -55606,6892.6 -55606,6892.5 -55606,6892.4 -55606,6892.4 -55606,6892.3 -55606,6892.2 -55606,6892.2 -55606,6892.1 -55606,6892 -55606,6892 -55605,6891.9 -55605,6891.8 -55605,6891.7 -55605,6891.7 -55605,6891.6 -55605,6891.5 -55605,6891.5 -55605,6891.4 -55605,6891.3 -55605,6891.2 -55604,6891.2 -55604,6891.1 -55604,6891 -55604,6891 -55604,6890.9 -55604,6890.8 -55604,6890.7 -55604,6890.7 -55604,6890.6 -55603,6890.5 -55603,6890.4 -55603,6890.4 -55603,6890.3 -55603,6890.2 -55603,6890.1 -55603,6890 -55603,6890 -55603,6889.9 -55603,6889.8 -55602,6889.7 -55602,6889.7 -55602,6889.6 -55602,6889.5 -55602,6889.4 -55602,6889.4 -55602,6889.3 -55602,6889.2 -55602,6889.1 -55601,6889 -55601,6889 -55601,6888.9 -55601,6888.8 -55601,6888.7 -55601,6888.6 -55601,6888.6 -55601,6888.5 -55601,6888.4 -55601,6888.3 -55600,6888.2 -55600,6892.7 -55600,6892.6 -55600,6892.5 -55600,6892.5 -55600,6892.4 -55600,6892.3 -55600,6892.3 -55600,6892.2 -55599,6892.1 -55599,6892.1 -55599,6892 -55599,6891.9 -55599,6891.9 -55599,6891.8 -55599,6891.7 -55599,6891.7 -55599,6891.6 -55599,6891.5 -55598,6891.5 -55598,6891.4 -55598,6891.3 -55598,6891.2 -55598,6891.2 -55598,6891.1 -55598,6891 -55598,6891 -55598,6890.9 -55597,6890.8 -55597,6890.8 -55597,6890.7 -55597,6890.6 -55597,6890.5 -55597,6890.5 -55597,6890.4 -55597,6890.3 -55597,6890.3 -55597,6890.2 -55596,6890.1 -55596,6890 -55596,6890 -55596,6889.9 -55596,6889.8 -55596,6889.7 -55596,6889.7 -55596,6889.6 -55596,6889.5 -55595,6889.4 -55595,6889.4 -55595,6889.3 -55595,6889.2 -55595,6889.1 -55595,6889.1 -55595,6889 -55595,6888.9 -55595,6888.8 -55595,6888.7 -55594,6888.7 -55594,6888.6 -55594,6888.5 -55594,6888.4 -55594,6888.4 -55594,6888.3 -55594,6888.2 -55594,6888.1 -55594,6888 -55593,6888 -55593,6887.9 -55593,6887.8 -55593,6887.7 -55593,6887.6 -55593,6887.6 -55593,6887.5 -55593,6887.4 -55593,6887.3 -55592,6887.2 -55592,6887.1 -55592,6887.1 -55592,6887 -55592,6886.9 -55592,6886.8 -55592,6886.7 -55592,6886.6 -55592,6886.6 -55592,6886.5 -55591,6886.4 -55591,6886.3 -55591,6886.2 -55591,6886.1 -55591,6886 -55591,6885.9 -55591,6885.9 -55591,6885.8 -55591,6885.7 -55590,6885.6 -55590,6885.5 -55590,6885.4 -55590,6885.3 -55590,6885.2 -55590,6885.2 -55591,6890.5 -55590,6890.4 -55590,6890.3 -55590,6890.2 -55590,6890.2 -55590,6890.1 -55590,6890 -55590,6890 -55590,6889.9 -55590,6889.8 -55590,6889.7 -55589,6889.7 -55589,6889.6 -55589,6889.5 -55589,6889.5 -55589,6889.4 -55589,6889.3 -55589,6889.2 -55589,6889.2 -55589,6889.1 -55588,6889 -55588,6888.9 -55588,6888.9 -55588,6888.8 -55588,6888.7 -55588,6888.6 -55588,6888.5 -55588,6888.5 -55588,6888.4 -55588,6888.3 -55587,6888.2 -55587,6888.2 -55587,6888.1 -55587,6888 -55587,6887.9 -55587,6887.8 -55587,6887.8 -55587,6887.7 -55587,6887.6 -55586,6887.5 -55586,6887.4 -55586,6887.4 -55586,6887.3 -55586,6887.2 -55586,6887.1 -55586,6887 -55586,6887 -55586,6886.9 -55585,6886.8 -55585,6886.7 -55585,6886.6 -55585,6886.5 -55585,6886.5 -55585,6886.4 -55585,6886.3 -55585,6886.2 -55585,6886.1 -55585,6886 -55584,6885.9 -55584,6885.9 -55584,6885.8 -55584,6885.7 -55584,6885.6 -55584,6885.5 -55584,6885.4 -55584,6885.4 -55584,6885.3 -55583,6885.2 -55583,6885.1 -55583,6885 -55583,6884.9 -55583,6884.8 -55583,6884.7 -55583,6884.7 -55583,6884.6 -55583,6884.5 -55583,6884.4 -55582,6884.3 -55582,6884.2 -55582,6884.1 -55582,6884 -55582,6883.9 -55582,6883.9 -55582,6883.8 -55582,6883.7 -55582,6883.6 -55581,6883.5 -55581,6883.4 -55581,6883.3 -55581,6883.2 -55581,6883.1 -55581,6883 -55581,6882.9 -55581,6882.9 -55581,6882.8 -55580,6882.7 -55580,6882.6 -55580,6882.5 -55580,6882.4 -55580,6882.3 -55581,6888.7 -55581,6888.6 -55581,6888.5 -55581,6888.5 -55581,6888.4 -55581,6888.3 -55580,6888.2 -55580,6888.2 -55580,6888.1 -55580,6888 -55580,6888 -55580,6887.9 -55580,6887.8 -55580,6887.7 -55580,6887.7 -55579,6887.6 -55579,6887.5 -55579,6887.4 -55579,6887.4 -55579,6887.3 -55579,6887.2 -55579,6887.1 -55579,6887.1 -55579,6887 -55579,6886.9 -55578,6886.8 -55578,6886.8 -55578,6886.7 -55578,6886.6 -55578,6886.5 -55578,6886.5 -55578,6886.4 -55578,6886.3 -55578,6886.2 -55577,6886.2 -55577,6886.1 -55577,6886 -55577,6885.9 -55577,6885.9 -55577,6885.8 -55577,6885.7 -55577,6885.6 -55577,6885.5 -55577,6885.5 -55576,6885.4 -55576,6885.3 -55576,6885.2 -55576,6885.2 -55576,6885.1 -55576,6885 -55576,6884.9 -55576,6884.8 -55576,6884.8 -55575,6884.7 -55575,6884.6 -55575,6884.5 -55575,6884.4 -55575,6884.4 -55575,6884.3 -55575,6884.2 -55575,6884.1 -55575,6884 -55575,6884 -55574,6883.9 -55574,6883.8 -55574,6883.7 -55574,6883.6 -55574,6883.6 -55574,6883.5 -55574,6883.4 -55574,6883.3 -55574,6883.2 -55573,6883.1 -55573,6883 -55573,6883 -55573,6882.9 -55573,6882.8 -55573,6882.7 -55573,6882.6 -55573,6882.5 -55573,6882.4 -55573,6882.4 -55572,6882.3 -55572,6882.2 -55572,6882.1 -55572,6882 -55572,6881.9 -55572,6881.8 -55572,6881.7 -55572,6881.7 -55572,6881.6 -55571,6881.5 -55571,6881.4 -55571,6881.3 -55571,6881.2 -55571,6881.1 -55571,6881 -55571,6880.9 -55571,6887.4 -55571,6887.4 -55571,6887.3 -55571,6887.2 -55571,6887.2 -55571,6887.1 -55571,6887 -55570,6887 -55570,6886.9 -55570,6886.8 -55570,6886.7 -55570,6886.7 -55570,6886.6 -55570,6886.5 -55570,6886.5 -55570,6886.4 -55570,6886.3 -55569,6886.3 -55569,6886.2 -55569,6886.1 -55569,6886 -55569,6886 -55569,6885.9 -55569,6885.8 -55569,6885.7 -55569,6885.7 -55568,6885.6 -55568,6885.5 -55568,6885.5 -55568,6885.4 -55568,6885.3 -55568,6885.2 -55568,6885.2 -55568,6885.1 -55568,6885 -55568,6884.9 -55567,6884.9 -55567,6884.8 -55567,6884.7 -55567,6884.6 -55567,6884.5 -55567,6884.5 -55567,6884.4 -55567,6884.3 -55567,6884.2 -55566,6884.2 -55566,6884.1 -55566,6884 -55566,6883.9 -55566,6883.8 -55566,6883.8 -55566,6883.7 -55566,6883.6 -55566,6883.5 -55565,6883.5 -55565,6883.4 -55565,6883.3 -55565,6883.2 -55565,6883.1 -55565,6883.1 -55565,6883 -55565,6882.9 -55565,6882.8 -55564,6882.7 -55564,6882.6 -55564,6882.6 -55564,6882.5 -55564,6882.4 -55564,6882.3 -55564,6882.2 -55564,6882.2 -55564,6882.1 -55564,6882 -55563,6881.9 -55563,6881.8 -55563,6881.7 -55563,6881.6 -55563,6881.6 -55563,6881.5 -55563,6881.4 -55563,6881.3 -55563,6881.2 -55562,6881.1 -55562,6881.1 -55562,6881 -55562,6880.9 -55562,6880.8 -55562,6880.7 -55562,6880.6 -55562,6880.5 -55562,6880.5 -55561,6880.4 -55561,6880.3 -55561,6880.2 -55561,6880.1 -55561,6880 -55561,6879.9 -55561,6879.8 -55561,6879.8 -55562,6886.5 -55562,6886.4 -55562,6886.3 -55562,6886.3 -55562,6886.2 -55562,6886.1 -55562,6886.1 -55561,6886 -55561,6885.9 -55561,6885.9 -55561,6885.8 -55561,6885.7 -55561,6885.7 -55561,6885.6 -55561,6885.5 -55561,6885.5 -55560,6885.4 -55560,6885.3 -55560,6885.3 -55560,6885.2 -55560,6885.1 -55560,6885.1 -55560,6885 -55560,6884.9 -55560,6884.9 -55560,6884.8 -55559,6884.7 -55559,6884.6 -55559,6884.6 -55559,6884.5 -55559,6884.4 -55559,6884.4 -55559,6884.3 -55559,6884.2 -55559,6884.2 -55558,6884.1 -55558,6884 -55558,6883.9 -55558,6883.9 -55558,6883.8 -55558,6883.7 -55558,6883.7 -55558,6883.6 -55558,6883.5 -55557,6883.4 -55557,6883.4 -55557,6883.3 -55557,6883.2 -55557,6883.1 -55557,6883.1 -55557,6883 -55557,6882.9 -55557,6882.9 -55557,6882.8 -55556,6882.7 -55556,6882.6 -55556,6882.6 -55556,6882.5 -55556,6882.4 -55556,6882.3 -55556,6882.3 -55556,6882.2 -55556,6882.1 -55555,6882 -55555,6882 -55555,6881.9 -55555,6881.8 -55555,6881.7 -55555,6881.7 -55555,6881.6 -55555,6881.5 -55555,6881.4 -55554,6881.4 -55554,6881.3 -55554,6881.2 -55554,6881.1 -55554,6881.1 -55554,6881 -55554,6880.9 -55554,6880.8 -55554,6880.7 -55553,6880.7 -55553,6880.6 -55553,6880.5 -55553,6880.4 -55553,6880.4 -55553,6880.3 -55553,6880.2 -55553,6880.1 -55553,6880 -55552,6880 -55552,6879.9 -55552,6879.8 -55552,6879.7 -55552,6879.6 -55552,6879.6 -55552,6879.5 -55552,6879.4 -55552,6879.3 -55552,6879.2 -55554,6885.5 -55554,6885.4 -55553,6885.4 -55553,6885.3 -55553,6885.2 -55553,6885.2 -55553,6885.1 -55553,6885.1 -55553,6885 -55553,6884.9 -55553,6884.9 -55553,6884.8 -55552,6884.8 -55552,6884.7 -55552,6884.6 -55552,6884.6 -55552,6884.5 -55552,6884.4 -55552,6884.4 -55552,6884.3 -55552,6884.3 -55552,6884.2 -55551,6884.1 -55551,6884.1 -55551,6884 -55551,6883.9 -55551,6883.9 -55551,6883.8 -55551,6883.8 -55551,6883.7 -55551,6883.6 -55550,6883.6 -55550,6883.5 -55550,6883.4 -55550,6883.4 -55550,6883.3 -55550,6883.2 -55550,6883.2 -55550,6883.1 -55550,6883.1 -55550,6883 -55549,6882.9 -55549,6882.9 -55549,6882.8 -55549,6882.7 -55549,6882.7 -55549,6882.6 -55549,6882.5 -55549,6882.5 -55549,6882.4 -55548,6882.3 -55548,6882.3 -55548,6882.2 -55548,6882.1 -55548,6882.1 -55548,6882 -55548,6881.9 -55548,6881.9 -55548,6881.8 -55548,6881.7 -55547,6881.7 -55547,6881.6 -55547,6881.5 -55547,6881.4 -55547,6881.4 -55547,6881.3 -55547,6881.2 -55547,6881.2 -55547,6881.1 -55547,6881 -55546,6881 -55546,6880.9 -55546,6880.8 -55546,6880.8 -55546,6880.7 -55546,6880.6 -55546,6880.5 -55546,6880.5 -55546,6880.4 -55545,6880.3 -55545,6880.3 -55545,6880.2 -55545,6880.1 -55545,6880 -55545,6880 -55545,6879.9 -55545,6879.8 -55545,6879.8 -55545,6879.7 -55544,6879.6 -55544,6879.5 -55544,6879.5 -55544,6879.4 -55544,6879.3 -55544,6879.2 -55544,6879.2 -55544,6879.1 -55544,6879 -55543,6878.9 -55545,6885.1 -55545,6885.1 -55545,6885 -55545,6885 -55545,6884.9 -55545,6884.8 -55545,6884.8 -55544,6884.7 -55544,6884.7 -55544,6884.6 -55544,6884.6 -55544,6884.5 -55544,6884.5 -55544,6884.4 -55544,6884.3 -55544,6884.3 -55544,6884.2 -55543,6884.2 -55543,6884.1 -55543,6884.1 -55543,6884 -55543,6884 -55543,6883.9 -55543,6883.8 -55543,6883.8 -55543,6883.7 -55543,6883.7 -55542,6883.6 -55542,6883.5 -55542,6883.5 -55542,6883.4 -55542,6883.4 -55542,6883.3 -55542,6883.3 -55542,6883.2 -55542,6883.1 -55542,6883.1 -55541,6883 -55541,6883 -55541,6882.9 -55541,6882.8 -55541,6882.8 -55541,6882.7 -55541,6882.7 -55541,6882.6 -55541,6882.5 -55541,6882.5 -55540,6882.4 -55540,6882.3 -55540,6882.3 -55540,6882.2 -55540,6882.2 -55540,6882.1 -55540,6882 -55540,6882 -55540,6881.9 -55539,6881.8 -55539,6881.8 -55539,6881.7 -55539,6881.7 -55539,6881.6 -55539,6881.5 -55539,6881.5 -55539,6881.4 -55539,6881.3 -55539,6881.3 -55538,6881.2 -55538,6881.1 -55538,6881.1 -55538,6881 -55538,6881 -55538,6880.9 -55538,6880.8 -55538,6880.8 -55538,6880.7 -55538,6880.6 -55537,6880.6 -55537,6880.5 -55537,6880.4 -55537,6880.4 -55537,6880.3 -55537,6880.2 -55537,6880.2 -55537,6880.1 -55537,6880 -55537,6880 -55536,6879.9 -55536,6879.8 -55536,6879.8 -55536,6879.7 -55536,6879.6 -55536,6879.5 -55536,6879.5 -55536,6879.4 -55536,6879.3 -55536,6879.3 -55535,6879.2 -55535,6879.1 -55535,6879.1 -55537,6884.8 -55537,6884.7 -55537,6884.7 -55537,6884.6 -55536,6884.6 -55536,6884.5 -55536,6884.5 -55536,6884.4 -55536,6884.4 -55536,6884.3 -55536,6884.3 -55536,6884.2 -55536,6884.2 -55536,6884.1 -55536,6884.1 -55535,6884 -55535,6884 -55535,6883.9 -55535,6883.8 -55535,6883.8 -55535,6883.7 -55535,6883.7 -55535,6883.6 -55535,6883.6 -55535,6883.5 -55534,6883.5 -55534,6883.4 -55534,6883.4 -55534,6883.3 -55534,6883.3 -55534,6883.2 -55534,6883.2 -55534,6883.1 -55534,6883 -55534,6883 -55533,6882.9 -55533,6882.9 -55533,6882.8 -55533,6882.8 -55533,6882.7 -55533,6882.7 -55533,6882.6 -55533,6882.5 -55533,6882.5 -55533,6882.4 -55532,6882.4 -55532,6882.3 -55532,6882.3 -55532,6882.2 -55532,6882.2 -55532,6882.1 -55532,6882.1 -55532,6882 -55532,6881.9 -55532,6881.9 -55531,6881.8 -55531,6881.8 -55531,6881.7 -55531,6881.7 -55531,6881.6 -55531,6881.5 -55531,6881.5 -55531,6881.4 -55531,6881.4 -55531,6881.3 -55530,6881.3 -55530,6881.2 -55530,6881.1 -55530,6881.1 -55530,6881 -55530,6881 -55530,6880.9 -55530,6880.8 -55530,6880.8 -55530,6880.7 -55529,6880.7 -55529,6880.6 -55529,6880.5 -55529,6880.5 -55529,6880.4 -55529,6880.4 -55529,6880.3 -55529,6880.2 -55529,6880.2 -55529,6880.1 -55529,6880.1 -55528,6880 -55528,6879.9 -55528,6879.9 -55528,6879.8 -55528,6879.7 -55528,6879.7 -55528,6879.6 -55528,6879.6 -55528,6879.5 -55528,6879.4 -55527,6879.4 -55527,6879.3 -55527,6879.2 -55527,6879.2 -55528,6884.6 -55528,6884.6 -55528,6884.6 -55528,6884.5 -55528,6884.5 -55528,6884.4 -55528,6884.4 -55527,6884.3 -55527,6884.3 -55527,6884.2 -55527,6884.2 -55527,6884.1 -55527,6884.1 -55527,6884 -55527,6884 -55527,6883.9 -55527,6883.9 -55526,6883.8 -55526,6883.8 -55526,6883.7 -55526,6883.7 -55526,6883.7 -55526,6883.6 -55526,6883.6 -55526,6883.5 -55526,6883.5 -55526,6883.4 -55525,6883.4 -55525,6883.3 -55525,6883.3 -55525,6883.2 -55525,6883.2 -55525,6883.1 -55525,6883.1 -55525,6883 -55525,6883 -55525,6882.9 -55525,6882.9 -55524,6882.8 -55524,6882.8 -55524,6882.7 -55524,6882.6 -55524,6882.6 -55524,6882.5 -55524,6882.5 -55524,6882.4 -55524,6882.4 -55524,6882.3 -55523,6882.3 -55523,6882.2 -55523,6882.2 -55523,6882.1 -55523,6882.1 -55523,6882 -55523,6882 -55523,6881.9 -55523,6881.9 -55523,6881.8 -55523,6881.7 -55522,6881.7 -55522,6881.6 -55522,6881.6 -55522,6881.5 -55522,6881.5 -55522,6881.4 -55522,6881.4 -55522,6881.3 -55522,6881.3 -55522,6881.2 -55521,6881.1 -55521,6881.1 -55521,6881 -55521,6881 -55521,6880.9 -55521,6880.9 -55521,6880.8 -55521,6880.8 -55521,6880.7 -55521,6880.6 -55521,6880.6 -55520,6880.5 -55520,6880.5 -55520,6880.4 -55520,6880.4 -55520,6880.3 -55520,6880.3 -55520,6880.2 -55520,6880.1 -55520,6880.1 -55520,6880 -55519,6880 -55519,6879.9 -55519,6879.9 -55519,6879.8 -55519,6879.7 -55519,6879.7 -55519,6879.6 -55519,6879.6 -55519,6879.5 -55520,6884.7 -55519,6884.6 -55519,6884.6 -55519,6884.5 -55519,6884.5 -55519,6884.4 -55519,6884.4 -55519,6884.4 -55519,6884.3 -55519,6884.3 -55519,6884.2 -55519,6884.2 -55518,6884.1 -55518,6884.1 -55518,6884.1 -55518,6884 -55518,6884 -55518,6883.9 -55518,6883.9 -55518,6883.8 -55518,6883.8 -55518,6883.8 -55518,6883.7 -55517,6883.7 -55517,6883.6 -55517,6883.6 -55517,6883.5 -55517,6883.5 -55517,6883.4 -55517,6883.4 -55517,6883.4 -55517,6883.3 -55517,6883.3 -55516,6883.2 -55516,6883.2 -55516,6883.1 -55516,6883.1 -55516,6883 -55516,6883 -55516,6883 -55516,6882.9 -55516,6882.9 -55516,6882.8 -55516,6882.8 -55515,6882.7 -55515,6882.7 -55515,6882.6 -55515,6882.6 -55515,6882.6 -55515,6882.5 -55515,6882.5 -55515,6882.4 -55515,6882.4 -55515,6882.3 -55514,6882.3 -55514,6882.2 -55514,6882.2 -55514,6882.1 -55514,6882.1 -55514,6882 -55514,6882 -55514,6882 -55514,6881.9 -55514,6881.9 -55514,6881.8 -55513,6881.8 -55513,6881.7 -55513,6881.7 -55513,6881.6 -55513,6881.6 -55513,6881.5 -55513,6881.5 -55513,6881.4 -55513,6881.4 -55513,6881.3 -55512,6881.3 -55512,6881.2 -55512,6881.2 -55512,6881.1 -55512,6881.1 -55512,6881 -55512,6881 -55512,6881 -55512,6880.9 -55512,6880.9 -55512,6880.8 -55511,6880.8 -55511,6880.7 -55511,6880.7 -55511,6880.6 -55511,6880.6 -55511,6880.5 -55511,6880.5 -55511,6880.4 -55511,6880.4 -55511,6880.3 -55511,6880.2 -55510,6880.2 -55510,6880.1 -55511,6884.9 -55511,6884.9 -55511,6884.8 -55511,6884.8 -55511,6884.7 -55511,6884.7 -55511,6884.7 -55511,6884.6 -55511,6884.6 -55511,6884.6 -55510,6884.5 -55510,6884.5 -55510,6884.5 -55510,6884.4 -55510,6884.4 -55510,6884.4 -55510,6884.3 -55510,6884.3 -55510,6884.2 -55510,6884.2 -55510,6884.2 -55509,6884.1 -55509,6884.1 -55509,6884.1 -55509,6884 -55509,6884 -55509,6883.9 -55509,6883.9 -55509,6883.9 -55509,6883.8 -55509,6883.8 -55509,6883.7 -55508,6883.7 -55508,6883.7 -55508,6883.6 -55508,6883.6 -55508,6883.5 -55508,6883.5 -55508,6883.5 -55508,6883.4 -55508,6883.4 -55508,6883.3 -55508,6883.3 -55507,6883.3 -55507,6883.2 -55507,6883.2 -55507,6883.1 -55507,6883.1 -55507,6883.1 -55507,6883 -55507,6883 -55507,6882.9 -55507,6882.9 -55507,6882.9 -55506,6882.8 -55506,6882.8 -55506,6882.7 -55506,6882.7 -55506,6882.7 -55506,6882.6 -55506,6882.6 -55506,6882.5 -55506,6882.5 -55506,6882.4 -55506,6882.4 -55505,6882.4 -55505,6882.3 -55505,6882.3 -55505,6882.2 -55505,6882.2 -55505,6882.1 -55505,6882.1 -55505,6882.1 -55505,6882 -55505,6882 -55505,6881.9 -55505,6881.9 -55504,6881.8 -55504,6881.8 -55504,6881.8 -55504,6881.7 -55504,6881.7 -55504,6881.6 -55504,6881.6 -55504,6881.5 -55504,6881.5 -55504,6881.4 -55504,6881.4 -55503,6881.4 -55503,6881.3 -55503,6881.3 -55503,6881.2 -55503,6881.2 -55503,6881.1 -55503,6881.1 -55503,6881 -55503,6881 -55503,6880.9 -55503,6880.9 -55504,6884.6 -55504,6884.6 -55504,6884.6 -55504,6884.5 -55504,6884.5 -55504,6884.5 -55504,6884.4 -55504,6884.4 -55504,6884.4 -55504,6884.3 -55503,6884.3 -55503,6884.3 -55503,6884.2 -55503,6884.2 -55503,6884.2 -55503,6884.1 -55503,6884.1 -55503,6884 -55503,6884 -55503,6884 -55503,6883.9 -55503,6883.9 -55502,6883.9 -55502,6883.8 -55502,6883.8 -55502,6883.7 -55502,6883.7 -55502,6883.7 -55502,6883.6 -55502,6883.6 -55502,6883.6 -55502,6883.5 -55502,6883.5 -55502,6883.4 -55502,6883.4 -55501,6883.4 -55501,6883.3 -55501,6883.3 -55501,6883.2 -55501,6883.2 -55501,6883.2 -55501,6883.1 -55501,6883.1 -55501,6883 -55501,6883 -55501,6882.9 -55501,6882.9 -55500,6882.9 -55500,6882.8 -55500,6882.8 -55500,6882.7 -55500,6882.7 -55500,6882.7 -55500,6882.6 -55500,6882.6 -55500,6882.5 -55500,6882.5 -55500,6882.5 -55500,6882.4 -55500,6882.4 -55499,6882.3 -55499,6882.3 -55499,6882.2 -55499,6882.2 -55499,6882.2 -55499,6882.1 -55499,6882.1 -55499,6882 -55499,6882 -55499,6881.9 -55499,6881.9 -55499,6881.9 -55498,6881.8 -55498,6881.8 -55498,6881.7 -55498,6881.7 -55498,6881.6 -55498,6881.6 -55498,6881.5 -55498,6881.5 -55498,6881.4 -55498,6881.4 -55498,6881.4 -55498,6881.3 -55498,6881.3 -55497,6881.2 -55497,6881.2 -55497,6881.1 -55497,6881.1 -55497,6881 -55497,6881 -55497,6880.9 -55497,6880.9 -55497,6880.9 -55497,6880.8 -55497,6880.8 -55497,6880.7 -55497,6880.7 -55496,6880.6 -55497,6884.5 -55497,6884.4 -55497,6884.4 -55497,6884.4 -55497,6884.3 -55497,6884.3 -55497,6884.2 -55497,6884.2 -55496,6884.2 -55496,6884.1 -55496,6884.1 -55496,6884.1 -55496,6884 -55496,6884 -55496,6883.9 -55496,6883.9 -55496,6883.9 -55496,6883.8 -55496,6883.8 -55496,6883.8 -55496,6883.7 -55495,6883.7 -55495,6883.6 -55495,6883.6 -55495,6883.6 -55495,6883.5 -55495,6883.5 -55495,6883.5 -55495,6883.4 -55495,6883.4 -55495,6883.3 -55495,6883.3 -55495,6883.3 -55495,6883.2 -55495,6883.2 -55494,6883.1 -55494,6883.1 -55494,6883.1 -55494,6883 -55494,6883 -55494,6882.9 -55494,6882.9 -55494,6882.9 -55494,6882.8 -55494,6882.8 -55494,6882.7 -55494,6882.7 -55494,6882.7 -55493,6882.6 -55493,6882.6 -55493,6882.5 -55493,6882.5 -55493,6882.4 -55493,6882.4 -55493,6882.4 -55493,6882.3 -55493,6882.3 -55493,6882.2 -55493,6882.2 -55493,6882.2 -55493,6882.1 -55493,6882.1 -55492,6882 -55492,6882 -55492,6881.9 -55492,6881.9 -55492,6881.9 -55492,6881.8 -55492,6881.8 -55492,6881.7 -55492,6881.7 -55492,6881.6 -55492,6881.6 -55492,6881.6 -55492,6881.5 -55491,6881.5 -55491,6881.4 -55491,6881.4 -55491,6881.3 -55491,6881.3 -55491,6881.2 -55491,6881.2 -55491,6881.2 -55491,6881.1 -55491,6881.1 -55491,6881 -55491,6881 -55491,6880.9 -55491,6880.9 -55490,6880.9 -55490,6880.8 -55490,6880.8 -55490,6880.7 -55490,6880.7 -55490,6880.6 -55490,6880.6 -55490,6880.6 -55490,6880.5 -55490,6880.5 -55490,6880.4 -55490,6884.6 -55490,6884.5 -55490,6884.5 -55490,6884.5 -55490,6884.4 -55490,6884.4 -55489,6884.4 -55489,6884.3 -55489,6884.3 -55489,6884.3 -55489,6884.2 -55489,6884.2 -55489,6884.2 -55489,6884.1 -55489,6884.1 -55489,6884.1 -55489,6884 -55489,6884 -55489,6884 -55489,6883.9 -55488,6883.9 -55488,6883.9 -55488,6883.8 -55488,6883.8 -55488,6883.8 -55488,6883.7 -55488,6883.7 -55488,6883.7 -55488,6883.6 -55488,6883.6 -55488,6883.6 -55488,6883.5 -55488,6883.5 -55488,6883.4 -55487,6883.4 -55487,6883.4 -55487,6883.3 -55487,6883.3 -55487,6883.3 -55487,6883.2 -55487,6883.2 -55487,6883.2 -55487,6883.1 -55487,6883.1 -55487,6883 -55487,6883 -55487,6883 -55487,6882.9 -55486,6882.9 -55486,6882.9 -55486,6882.8 -55486,6882.8 -55486,6882.7 -55486,6882.7 -55486,6882.7 -55486,6882.6 -55486,6882.6 -55486,6882.5 -55486,6882.5 -55486,6882.5 -55486,6882.4 -55486,6882.4 -55485,6882.4 -55485,6882.3 -55485,6882.3 -55485,6882.2 -55485,6882.2 -55485,6882.2 -55485,6882.1 -55485,6882.1 -55485,6882 -55485,6882 -55485,6881.9 -55485,6881.9 -55485,6881.9 -55485,6881.8 -55485,6881.8 -55484,6881.7 -55484,6881.7 -55484,6881.7 -55484,6881.6 -55484,6881.6 -55484,6881.5 -55484,6881.5 -55484,6881.4 -55484,6881.4 -55484,6881.4 -55484,6881.3 -55484,6881.3 -55484,6881.2 -55484,6881.2 -55484,6881.1 -55483,6881.1 -55483,6881.1 -55483,6881 -55483,6881 -55483,6880.9 -55483,6880.9 -55483,6880.8 -55483,6880.8 -55482,6885.3 -55482,6885.3 -55482,6885.2 -55482,6885.2 -55482,6885.2 -55482,6885.1 -55482,6885.1 -55482,6885.1 -55482,6885 -55482,6885 -55482,6885 -55482,6884.9 -55482,6884.9 -55481,6884.9 -55481,6884.8 -55481,6884.8 -55481,6884.8 -55481,6884.7 -55481,6884.7 -55481,6884.6 -55481,6884.6 -55481,6884.6 -55481,6884.5 -55481,6884.5 -55481,6884.5 -55481,6884.4 -55481,6884.4 -55481,6884.4 -55480,6884.3 -55480,6884.3 -55480,6884.3 -55480,6884.2 -55480,6884.2 -55480,6884.2 -55480,6884.1 -55480,6884.1 -55480,6884.1 -55480,6884 -55480,6884 -55480,6884 -55480,6883.9 -55480,6883.9 -55480,6883.9 -55479,6883.8 -55479,6883.8 -55479,6883.7 -55479,6883.7 -55479,6883.7 -55479,6883.6 -55479,6883.6 -55479,6883.6 -55479,6883.5 -55479,6883.5 -55479,6883.4 -55479,6883.4 -55479,6883.4 -55479,6883.3 -55479,6883.3 -55479,6883.3 -55478,6883.2 -55478,6883.2 -55478,6883.1 -55478,6883.1 -55478,6883.1 -55478,6883 -55478,6883 -55478,6883 -55478,6882.9 -55478,6882.9 -55478,6882.8 -55478,6882.8 -55478,6882.8 -55478,6882.7 -55478,6882.7 -55478,6882.6 -55477,6882.6 -55477,6882.6 -55477,6882.5 -55477,6882.5 -55477,6882.4 -55477,6882.4 -55477,6882.4 -55477,6882.3 -55477,6882.3 -55477,6882.2 -55477,6882.2 -55477,6882.2 -55477,6882.1 -55477,6882.1 -55477,6882 -55477,6882 -55476,6881.9 -55476,6881.9 -55476,6881.9 -55476,6881.8 -55476,6881.8 -55476,6881.7 -55476,6881.7 -55476,6881.7 -55475,6886.3 -55475,6886.2 -55475,6886.2 -55475,6886.2 -55475,6886.2 -55474,6886.1 -55474,6886.1 -55474,6886.1 -55474,6886 -55474,6886 -55474,6886 -55474,6886 -55474,6885.9 -55474,6885.9 -55474,6885.9 -55474,6885.9 -55474,6885.8 -55474,6885.8 -55474,6885.8 -55474,6885.7 -55473,6885.7 -55473,6885.7 -55473,6885.7 -55473,6885.6 -55473,6885.6 -55473,6885.6 -55473,6885.5 -55473,6885.5 -55473,6885.5 -55473,6885.5 -55473,6885.4 -55473,6885.4 -55473,6885.4 -55473,6885.3 -55473,6885.3 -55472,6885.3 -55472,6885.3 -55472,6885.2 -55472,6885.2 -55472,6885.2 -55472,6885.1 -55472,6885.1 -55472,6885.1 -55472,6885 -55472,6885 -55472,6885 -55472,6885 -55472,6884.9 -55472,6884.9 -55472,6884.9 -55472,6884.8 -55471,6884.8 -55471,6884.8 -55471,6884.7 -55471,6884.7 -55471,6884.7 -55471,6884.6 -55471,6884.6 -55471,6884.6 -55471,6884.6 -55471,6884.5 -55471,6884.5 -55471,6884.5 -55471,6884.4 -55471,6884.4 -55471,6884.4 -55470,6884.3 -55470,6884.3 -55470,6884.3 -55470,6884.2 -55470,6884.2 -55470,6884.2 -55470,6884.1 -55470,6884.1 -55470,6884.1 -55470,6884.1 -55470,6884 -55470,6884 -55470,6884 -55470,6883.9 -55470,6883.9 -55469,6883.9 -55469,6883.8 -55469,6883.8 -55469,6883.8 -55469,6883.7 -55469,6883.7 -55469,6883.7 -55469,6883.6 -55469,6883.6 -55469,6883.6 -55469,6883.5 -55469,6883.5 -55469,6883.5 -55469,6883.4 -55469,6883.4 -55468,6883.4 -55468,6883.3 -55468,6883.3 -55468,6883.3 -55468,6883.2 -55468,6883.2 -55468,6883.2 -55468,6883.1 -55466,6887.7 -55466,6887.7 -55466,6887.6 -55466,6887.6 -55466,6887.6 -55466,6887.6 -55466,6887.5 -55466,6887.5 -55466,6887.5 -55466,6887.5 -55466,6887.5 -55466,6887.4 -55466,6887.4 -55465,6887.4 -55465,6887.4 -55465,6887.3 -55465,6887.3 -55465,6887.3 -55465,6887.3 -55465,6887.3 -55465,6887.2 -55465,6887.2 -55465,6887.2 -55465,6887.2 -55465,6887.1 -55465,6887.1 -55465,6887.1 -55464,6887.1 -55464,6887.1 -55464,6887 -55464,6887 -55464,6887 -55464,6887 -55464,6886.9 -55464,6886.9 -55464,6886.9 -55464,6886.9 -55464,6886.8 -55464,6886.8 -55464,6886.8 -55464,6886.8 -55463,6886.7 -55463,6886.7 -55463,6886.7 -55463,6886.7 -55463,6886.6 -55463,6886.6 -55463,6886.6 -55463,6886.6 -55463,6886.5 -55463,6886.5 -55463,6886.5 -55463,6886.5 -55463,6886.4 -55463,6886.4 -55462,6886.4 -55462,6886.4 -55462,6886.3 -55462,6886.3 -55462,6886.3 -55462,6886.2 -55462,6886.2 -55462,6886.2 -55462,6886.2 -55462,6886.1 -55462,6886.1 -55462,6886.1 -55462,6886.1 -55462,6886 -55461,6886 -55461,6886 -55461,6885.9 -55461,6885.9 -55461,6885.9 -55461,6885.9 -55461,6885.8 -55461,6885.8 -55461,6885.8 -55461,6885.7 -55461,6885.7 -55461,6885.7 -55461,6885.6 -55461,6885.6 -55460,6885.6 -55460,6885.6 -55460,6885.5 -55460,6885.5 -55460,6885.5 -55460,6885.4 -55460,6885.4 -55460,6885.4 -55460,6885.4 -55460,6885.3 -55460,6885.3 -55459,6889.4 -55458,6889.4 -55458,6889.4 -55458,6889.4 -55458,6889.3 -55458,6889.3 -55458,6889.3 -55458,6889.3 -55458,6889.3 -55458,6889.3 -55458,6889.2 -55458,6889.2 -55458,6889.2 -55458,6889.2 -55457,6889.2 -55457,6889.1 -55457,6889.1 -55457,6889.1 -55457,6889.1 -55457,6889.1 -55457,6889 -55457,6889 -55457,6889 -55457,6889 -55457,6889 -55457,6888.9 -55457,6888.9 -55456,6888.9 -55456,6888.9 -55456,6888.9 -55456,6888.8 -55456,6888.8 -55456,6888.8 -55456,6888.8 -55456,6888.8 -55456,6888.7 -55456,6888.7 -55456,6888.7 -55456,6888.7 -55456,6888.7 -55455,6888.6 -55455,6888.6 -55455,6888.6 -55455,6888.6 -55455,6888.6 -55455,6888.5 -55455,6888.5 -55455,6888.5 -55455,6888.5 -55455,6888.5 -55455,6888.4 -55455,6888.4 -55455,6888.4 -55454,6888.4 -55454,6888.3 -55454,6888.3 -55454,6888.3 -55454,6888.3 -55454,6888.2 -55454,6888.2 -55454,6888.2 -55454,6888.2 -55454,6888.2 -55454,6888.1 -55454,6888.1 -55454,6888.1 -55453,6888.1 -55453,6888.1 -55453,6888 -55453,6888 -55453,6888 -55453,6888 -55453,6887.9 -55453,6887.9 -55453,6887.9 -55453,6887.9 -55453,6887.8 -55453,6887.8 -55453,6887.8 -55452,6887.8 -55452,6887.8 -55452,6887.7 -55452,6887.7 -55452,6887.7 -55452,6887.7 -55452,6887.6 -55452,6887.6 -55452,6887.6 -55452,6887.6 -55452,6887.5 -55452,6887.5 -55452,6887.5 -55451,6887.5 -55451,6887.4 -55451,6887.4 -55451,6887.4 -55451,6887.4 -55451,6887.3 -55451,6887.3 -55450,6891.4 -55450,6891.4 -55450,6891.4 -55450,6891.4 -55450,6891.4 -55450,6891.4 -55449,6891.4 -55449,6891.4 -55449,6891.3 -55449,6891.3 -55449,6891.3 -55449,6891.3 -55449,6891.3 -55449,6891.3 -55449,6891.3 -55449,6891.3 -55449,6891.2 -55449,6891.2 -55448,6891.2 -55448,6891.2 -55448,6891.2 -55448,6891.2 -55448,6891.1 -55448,6891.1 -55448,6891.1 -55448,6891.1 -55448,6891.1 -55448,6891.1 -55448,6891.1 -55448,6891 -55448,6891 -55447,6891 -55447,6891 -55447,6891 -55447,6891 -55447,6891 -55447,6890.9 -55447,6890.9 -55447,6890.9 -55447,6890.9 -55447,6890.9 -55447,6890.9 -55447,6890.8 -55446,6890.8 -55446,6890.8 -55446,6890.8 -55446,6890.8 -55446,6890.8 -55446,6890.7 -55446,6890.7 -55446,6890.7 -55446,6890.7 -55446,6890.7 -55446,6890.7 -55446,6890.6 -55446,6890.6 -55445,6890.6 -55445,6890.6 -55445,6890.6 -55445,6890.5 -55445,6890.5 -55445,6890.5 -55445,6890.5 -55445,6890.5 -55445,6890.5 -55445,6890.4 -55445,6890.4 -55445,6890.4 -55444,6890.4 -55444,6890.4 -55444,6890.3 -55444,6890.3 -55444,6890.3 -55444,6890.3 -55444,6890.3 -55444,6890.3 -55444,6890.2 -55444,6890.2 -55444,6890.2 -55444,6890.2 -55444,6890.2 -55443,6890.1 -55443,6890.1 -55443,6890.1 -55443,6890.1 -55443,6890.1 -55443,6890 -55443,6890 -55443,6890 -55443,6890 -55443,6890 -55443,6889.9 -55443,6889.9 -55442,6889.9 -55442,6889.9 -55442,6889.9 -55442,6889.8 -55442,6889.8 -55442,6889.8 -55442,6889.8 -55442,6889.8 -55441,6894.6 -55441,6894.6 -55441,6894.6 -55441,6894.6 -55441,6894.6 -55441,6894.6 -55441,6894.5 -55441,6894.5 -55440,6894.5 -55440,6894.5 -55440,6894.5 -55440,6894.5 -55440,6894.5 -55440,6894.5 -55440,6894.5 -55440,6894.5 -55440,6894.5 -55440,6894.5 -55440,6894.5 -55440,6894.5 -55439,6894.5 -55439,6894.5 -55439,6894.5 -55439,6894.5 -55439,6894.5 -55439,6894.5 -55439,6894.5 -55439,6894.5 -55439,6894.4 -55439,6894.4 -55439,6894.4 -55438,6894.4 -55438,6894.4 -55438,6894.4 -55438,6894.4 -55438,6894.4 -55438,6894.4 -55438,6894.4 -55438,6894.4 -55438,6894.4 -55438,6894.4 -55438,6894.4 -55438,6894.4 -55437,6894.4 -55437,6894.4 -55437,6894.4 -55437,6894.4 -55437,6894.4 -55437,6894.4 -55437,6894.4 -55437,6894.4 -55437,6894.3 -55437,6894.3 -55437,6894.3 -55436,6894.3 -55436,6894.3 -55436,6894.3 -55436,6894.3 -55436,6894.3 -55436,6894.3 -55436,6894.3 -55436,6894.3 -55436,6894.3 -55436,6894.3 -55436,6894.3 -55436,6894.3 -55435,6894.3 -55435,6894.3 -55435,6894.3 -55435,6894.3 -55435,6894.2 -55435,6894.2 -55435,6894.2 -55435,6894.2 -55435,6894.2 -55435,6894.2 -55435,6894.2 -55434,6894.2 -55434,6894.2 -55434,6894.2 -55434,6894.2 -55434,6894.2 -55434,6894.2 -55434,6894.2 -55434,6894.2 -55434,6894.2 -55434,6894.2 -55434,6894.2 -55434,6894.1 -55433,6894.1 -55433,6894.1 -55433,6894.1 -55433,6894.1 -55433,6894.1 -55433,6894.1 -55433,6894.1 -55433,6894.1 -55433,6894.1 -55433,6897.4 -55433,6897.4 -55433,6897.4 -55433,6897.4 -55433,6897.4 -55433,6897.4 -55433,6897.4 -55432,6897.4 -55432,6897.4 -55432,6897.4 -55432,6897.4 -55432,6897.4 -55432,6897.4 -55432,6897.4 -55432,6897.4 -55432,6897.5 -55432,6897.5 -55432,6897.5 -55432,6897.5 -55431,6897.5 -55431,6897.5 -55431,6897.5 -55431,6897.5 -55431,6897.5 -55431,6897.5 -55431,6897.5 -55431,6897.5 -55431,6897.5 -55431,6897.5 -55431,6897.5 -55430,6897.5 -55430,6897.5 -55430,6897.5 -55430,6897.5 -55430,6897.5 -55430,6897.5 -55430,6897.5 -55430,6897.5 -55430,6897.5 -55430,6897.5 -55430,6897.5 -55429,6897.5 -55429,6897.5 -55429,6897.5 -55429,6897.5 -55429,6897.5 -55429,6897.5 -55429,6897.5 -55429,6897.5 -55429,6897.5 -55429,6897.5 -55429,6897.5 -55429,6897.5 -55428,6897.5 -55428,6897.6 -55428,6897.6 -55428,6897.6 -55428,6897.6 -55428,6897.6 -55428,6897.6 -55428,6897.6 -55428,6897.6 -55428,6897.6 -55428,6897.6 -55427,6897.6 -55427,6897.6 -55427,6897.6 -55427,6897.6 -55427,6897.6 -55427,6897.6 -55427,6897.6 -55427,6897.6 -55427,6897.6 -55427,6897.6 -55427,6897.6 -55426,6897.6 -55426,6897.6 -55426,6897.6 -55426,6897.6 -55426,6897.6 -55426,6897.6 -55426,6897.6 -55426,6897.6 -55426,6897.6 -55426,6897.6 -55426,6897.6 -55425,6897.6 -55425,6897.6 -55425,6897.6 -55425,6897.6 -55425,6897.6 -55425,6897.6 -55425,6897.6 -55425,6897.6 -55425,6897.6 -55425,6897.6 -55425,6897.6 -55424,6897.6 -55424,6897.6 -55424,6897.6 -55425,6900.4 -55425,6900.4 -55425,6900.5 -55424,6900.5 -55424,6900.5 -55424,6900.5 -55424,6900.5 -55424,6900.5 -55424,6900.5 -55424,6900.5 -55424,6900.5 -55424,6900.5 -55424,6900.6 -55424,6900.6 -55424,6900.6 -55423,6900.6 -55423,6900.6 -55423,6900.6 -55423,6900.6 -55423,6900.6 -55423,6900.6 -55423,6900.6 -55423,6900.7 -55423,6900.7 -55423,6900.7 -55423,6900.7 -55422,6900.7 -55422,6900.7 -55422,6900.7 -55422,6900.7 -55422,6900.7 -55422,6900.7 -55422,6900.7 -55422,6900.8 -55422,6900.8 -55422,6900.8 -55422,6900.8 -55421,6900.8 -55421,6900.8 -55421,6900.8 -55421,6900.8 -55421,6900.8 -55421,6900.8 -55421,6900.8 -55421,6900.9 -55421,6900.9 -55421,6900.9 -55421,6900.9 -55420,6900.9 -55420,6900.9 -55420,6900.9 -55420,6900.9 -55420,6900.9 -55420,6900.9 -55420,6900.9 -55420,6900.9 -55420,6900.9 -55420,6900.9 -55420,6900.9 -55420,6901 -55419,6901 -55419,6901 -55419,6901 -55419,6901 -55419,6901 -55419,6901 -55419,6901 -55419,6901 -55419,6901 -55419,6901 -55419,6901 -55418,6901 -55418,6901 -55418,6901 -55418,6901 -55418,6901 -55418,6901 -55418,6901.1 -55418,6901.1 -55418,6901.1 -55418,6901.1 -55418,6901.1 -55417,6901.1 -55417,6901.1 -55417,6901.1 -55417,6901.1 -55417,6901.1 -55417,6901.1 -55417,6901.1 -55417,6901.1 -55417,6901.1 -55417,6901.1 -55417,6901.1 -55416,6901.1 -55416,6901.1 -55416,6901.1 -55416,6901.1 -55416,6901.1 -55416,6901.2 -55416,6901.2 -55417,6903.6 -55416,6903.6 -55416,6903.6 -55416,6903.6 -55416,6903.6 -55416,6903.6 -55416,6903.6 -55416,6903.6 -55416,6903.6 -55416,6903.7 -55416,6903.7 -55416,6903.7 -55416,6903.7 -55415,6903.7 -55415,6903.7 -55415,6903.7 -55415,6903.7 -55415,6903.7 -55415,6903.8 -55415,6903.8 -55415,6903.8 -55415,6903.8 -55415,6903.8 -55415,6903.8 -55414,6903.8 -55414,6903.8 -55414,6903.8 -55414,6903.9 -55414,6903.9 -55414,6903.9 -55414,6903.9 -55414,6903.9 -55414,6903.9 -55414,6903.9 -55414,6903.9 -55414,6903.9 -55413,6903.9 -55413,6904 -55413,6904 -55413,6904 -55413,6904 -55413,6904 -55413,6904 -55413,6904 -55413,6904 -55413,6904 -55413,6904 -55413,6904.1 -55412,6904.1 -55412,6904.1 -55412,6904.1 -55412,6904.1 -55412,6904.1 -55412,6904.1 -55412,6904.1 -55412,6904.1 -55412,6904.1 -55412,6904.1 -55412,6904.2 -55411,6904.2 -55411,6904.2 -55411,6904.2 -55411,6904.2 -55411,6904.2 -55411,6904.2 -55411,6904.2 -55411,6904.2 -55411,6904.2 -55411,6904.2 -55411,6904.3 -55411,6904.3 -55410,6904.3 -55410,6904.3 -55410,6904.3 -55410,6904.3 -55410,6904.3 -55410,6904.3 -55410,6904.3 -55410,6904.3 -55410,6904.3 -55410,6904.3 -55410,6904.4 -55410,6904.4 -55409,6904.4 -55409,6904.4 -55409,6904.4 -55409,6904.4 -55409,6904.4 -55409,6904.4 -55409,6904.4 -55409,6904.4 -55409,6904.4 -55409,6904.4 -55409,6904.4 -55409,6904.4 -55408,6904.5 -55408,6904.5 -55408,6904.5 -55409,6906.6 -55409,6906.6 -55409,6906.6 -55409,6906.6 -55409,6906.6 -55409,6906.6 -55409,6906.6 -55409,6906.7 -55408,6906.7 -55408,6906.7 -55408,6906.7 -55408,6906.7 -55408,6906.7 -55408,6906.7 -55408,6906.7 -55408,6906.8 -55408,6906.8 -55408,6906.8 -55408,6906.8 -55408,6906.8 -55407,6906.8 -55407,6906.8 -55407,6906.9 -55407,6906.9 -55407,6906.9 -55407,6906.9 -55407,6906.9 -55407,6906.9 -55407,6906.9 -55407,6906.9 -55407,6907 -55407,6907 -55406,6907 -55406,6907 -55406,6907 -55406,6907 -55406,6907 -55406,6907 -55406,6907.1 -55406,6907.1 -55406,6907.1 -55406,6907.1 -55406,6907.1 -55406,6907.1 -55406,6907.1 -55405,6907.1 -55405,6907.2 -55405,6907.2 -55405,6907.2 -55405,6907.2 -55405,6907.2 -55405,6907.2 -55405,6907.2 -55405,6907.2 -55405,6907.3 -55405,6907.3 -55405,6907.3 -55404,6907.3 -55404,6907.3 -55404,6907.3 -55404,6907.3 -55404,6907.3 -55404,6907.3 -55404,6907.4 -55404,6907.4 -55404,6907.4 -55404,6907.4 -55404,6907.4 -55404,6907.4 -55403,6907.4 -55403,6907.4 -55403,6907.5 -55403,6907.5 -55403,6907.5 -55403,6907.5 -55403,6907.5 -55403,6907.5 -55403,6907.5 -55403,6907.5 -55403,6907.5 -55403,6907.6 -55403,6907.6 -55402,6907.6 -55402,6907.6 -55402,6907.6 -55402,6907.6 -55402,6907.6 -55402,6907.6 -55402,6907.7 -55402,6907.7 -55402,6907.7 -55402,6907.7 -55402,6907.7 -55402,6907.7 -55401,6907.7 -55401,6907.7 -55401,6907.7 -55401,6907.8 -55402,6909.6 -55402,6909.7 -55401,6909.7 -55401,6909.7 -55401,6909.7 -55401,6909.7 -55401,6909.7 -55401,6909.8 -55401,6909.8 -55401,6909.8 -55401,6909.8 -55401,6909.8 -55401,6909.8 -55401,6909.9 -55400,6909.9 -55400,6909.9 -55400,6909.9 -55400,6909.9 -55400,6909.9 -55400,6910 -55400,6910 -55400,6910 -55400,6910 -55400,6910 -55400,6910 -55400,6910 -55400,6910.1 -55399,6910.1 -55399,6910.1 -55399,6910.1 -55399,6910.1 -55399,6910.1 -55399,6910.2 -55399,6910.2 -55399,6910.2 -55399,6910.2 -55399,6910.2 -55399,6910.2 -55399,6910.2 -55399,6910.3 -55398,6910.3 -55398,6910.3 -55398,6910.3 -55398,6910.3 -55398,6910.3 -55398,6910.4 -55398,6910.4 -55398,6910.4 -55398,6910.4 -55398,6910.4 -55398,6910.4 -55398,6910.4 -55397,6910.5 -55397,6910.5 -55397,6910.5 -55397,6910.5 -55397,6910.5 -55397,6910.5 -55397,6910.6 -55397,6910.6 -55397,6910.6 -55397,6910.6 -55397,6910.6 -55397,6910.6 -55397,6910.6 -55396,6910.7 -55396,6910.7 -55396,6910.7 -55396,6910.7 -55396,6910.7 -55396,6910.7 -55396,6910.7 -55396,6910.8 -55396,6910.8 -55396,6910.8 -55396,6910.8 -55396,6910.8 -55396,6910.8 -55395,6910.8 -55395,6910.9 -55395,6910.9 -55395,6910.9 -55395,6910.9 -55395,6910.9 -55395,6910.9 -55395,6911 -55395,6911 -55395,6911 -55395,6911 -55395,6911 -55395,6911 -55394,6911 -55394,6911 -55394,6911.1 -55394,6911.1 -55394,6911.1 -55394,6911.1 -55394,6911.1 -55394,6911.1 -55394,6911.1 -55394,6911.2 -55394,6911.2 -55394,6913 -55394,6913 -55394,6913 -55394,6913 -55394,6913 -55393,6913.1 -55393,6913.1 -55393,6913.1 -55393,6913.1 -55393,6913.1 -55393,6913.2 -55393,6913.2 -55393,6913.2 -55393,6913.2 -55393,6913.2 -55393,6913.2 -55393,6913.3 -55393,6913.3 -55392,6913.3 -55392,6913.3 -55392,6913.3 -55392,6913.4 -55392,6913.4 -55392,6913.4 -55392,6913.4 -55392,6913.4 -55392,6913.5 -55392,6913.5 -55392,6913.5 -55392,6913.5 -55392,6913.5 -55391,6913.5 -55391,6913.6 -55391,6913.6 -55391,6913.6 -55391,6913.6 -55391,6913.6 -55391,6913.7 -55391,6913.7 -55391,6913.7 -55391,6913.7 -55391,6913.7 -55391,6913.7 -55391,6913.8 -55391,6913.8 -55390,6913.8 -55390,6913.8 -55390,6913.8 -55390,6913.8 -55390,6913.9 -55390,6913.9 -55390,6913.9 -55390,6913.9 -55390,6913.9 -55390,6913.9 -55390,6914 -55390,6914 -55390,6914 -55389,6914 -55389,6914 -55389,6914 -55389,6914.1 -55389,6914.1 -55389,6914.1 -55389,6914.1 -55389,6914.1 -55389,6914.1 -55389,6914.2 -55389,6914.2 -55389,6914.2 -55389,6914.2 -55388,6914.2 -55388,6914.2 -55388,6914.2 -55388,6914.3 -55388,6914.3 -55388,6914.3 -55388,6914.3 -55388,6914.3 -55388,6914.3 -55388,6914.4 -55388,6914.4 -55388,6914.4 -55388,6914.4 -55388,6914.4 -55387,6914.4 -55387,6914.5 -55387,6914.5 -55387,6914.5 -55387,6914.5 -55387,6914.5 -55387,6914.5 -55387,6914.6 -55387,6914.6 -55387,6914.6 -55387,6914.6 -55387,6914.6 -55387,6914.6 -55386,6916.1 -55386,6916.1 -55386,6916.1 -55386,6916.1 -55386,6916.2 -55386,6916.2 -55386,6916.2 -55386,6916.2 -55386,6916.2 -55386,6916.3 -55386,6916.3 -55385,6916.3 -55385,6916.3 -55385,6916.3 -55385,6916.3 -55385,6916.4 -55385,6916.4 -55385,6916.4 -55385,6916.4 -55385,6916.4 -55385,6916.5 -55385,6916.5 -55385,6916.5 -55385,6916.5 -55385,6916.5 -55384,6916.5 -55384,6916.6 -55384,6916.6 -55384,6916.6 -55384,6916.6 -55384,6916.6 -55384,6916.7 -55384,6916.7 -55384,6916.7 -55384,6916.7 -55384,6916.7 -55384,6916.7 -55384,6916.7 -55384,6916.8 -55383,6916.8 -55383,6916.8 -55383,6916.8 -55383,6916.8 -55383,6916.8 -55383,6916.9 -55383,6916.9 -55383,6916.9 -55383,6916.9 -55383,6916.9 -55383,6917 -55383,6917 -55383,6917 -55382,6917 -55382,6917 -55382,6917 -55382,6917.1 -55382,6917.1 -55382,6917.1 -55382,6917.1 -55382,6917.1 -55382,6917.1 -55382,6917.2 -55382,6917.2 -55382,6917.2 -55382,6917.2 -55382,6917.2 -55381,6917.2 -55381,6917.3 -55381,6917.3 -55381,6917.3 -55381,6917.3 -55381,6917.3 -55381,6917.3 -55381,6917.4 -55381,6917.4 -55381,6917.4 -55381,6917.4 -55381,6917.4 -55381,6917.4 -55380,6917.4 -55380,6917.5 -55380,6917.5 -55380,6917.5 -55380,6917.5 -55380,6917.5 -55380,6917.5 -55380,6917.6 -55380,6917.6 -55380,6917.6 -55380,6917.6 -55380,6917.6 -55380,6917.6 -55380,6917.7 -55379,6917.7 -55379,6917.7 -55379,6917.7 -55379,6917.7 -55379,6917.7 -55379,6917.7 -55379,6917.8 -55379,6918.8 -55379,6918.8 -55379,6918.8 -55379,6918.9 -55379,6918.9 -55378,6918.9 -55378,6918.9 -55378,6918.9 -55378,6918.9 -55378,6919 -55378,6919 -55378,6919 -55378,6919 -55378,6919 -55378,6919 -55378,6919.1 -55378,6919.1 -55378,6919.1 -55378,6919.1 -55377,6919.1 -55377,6919.2 -55377,6919.2 -55377,6919.2 -55377,6919.2 -55377,6919.2 -55377,6919.2 -55377,6919.3 -55377,6919.3 -55377,6919.3 -55377,6919.3 -55377,6919.3 -55377,6919.4 -55377,6919.4 -55376,6919.4 -55376,6919.4 -55376,6919.4 -55376,6919.4 -55376,6919.5 -55376,6919.5 -55376,6919.5 -55376,6919.5 -55376,6919.5 -55376,6919.5 -55376,6919.6 -55376,6919.6 -55376,6919.6 -55376,6919.6 -55375,6919.6 -55375,6919.7 -55375,6919.7 -55375,6919.7 -55375,6919.7 -55375,6919.7 -55375,6919.7 -55375,6919.8 -55375,6919.8 -55375,6919.8 -55375,6919.8 -55375,6919.8 -55375,6919.8 -55375,6919.9 -55375,6919.9 -55374,6919.9 -55374,6919.9 -55374,6919.9 -55374,6919.9 -55374,6920 -55374,6920 -55374,6920 -55374,6920 -55374,6920 -55374,6920 -55374,6920.1 -55374,6920.1 -55374,6920.1 -55374,6920.1 -55373,6920.1 -55373,6920.1 -55373,6920.2 -55373,6920.2 -55373,6920.2 -55373,6920.2 -55373,6920.2 -55373,6920.2 -55373,6920.2 -55373,6920.3 -55373,6920.3 -55373,6920.3 -55373,6920.3 -55373,6920.3 -55373,6920.3 -55372,6920.4 -55372,6920.4 -55372,6920.4 -55372,6920.4 -55372,6920.4 -55372,6920.4 -55372,6920.5 -55372,6920.5 -55372,6920.5 -55371,6921.3 -55371,6921.3 -55371,6921.3 -55371,6921.3 -55371,6921.3 -55371,6921.4 -55371,6921.4 -55371,6921.4 -55371,6921.4 -55371,6921.4 -55371,6921.4 -55371,6921.5 -55371,6921.5 -55370,6921.5 -55370,6921.5 -55370,6921.5 -55370,6921.5 -55370,6921.6 -55370,6921.6 -55370,6921.6 -55370,6921.6 -55370,6921.6 -55370,6921.7 -55370,6921.7 -55370,6921.7 -55370,6921.7 -55370,6921.7 -55370,6921.7 -55369,6921.8 -55369,6921.8 -55369,6921.8 -55369,6921.8 -55369,6921.8 -55369,6921.8 -55369,6921.9 -55369,6921.9 -55369,6921.9 -55369,6921.9 -55369,6921.9 -55369,6921.9 -55369,6922 -55369,6922 -55369,6922 -55368,6922 -55368,6922 -55368,6922 -55368,6922.1 -55368,6922.1 -55368,6922.1 -55368,6922.1 -55368,6922.1 -55368,6922.1 -55368,6922.1 -55368,6922.2 -55368,6922.2 -55368,6922.2 -55368,6922.2 -55368,6922.2 -55367,6922.2 -55367,6922.3 -55367,6922.3 -55367,6922.3 -55367,6922.3 -55367,6922.3 -55367,6922.3 -55367,6922.3 -55367,6922.4 -55367,6922.4 -55367,6922.4 -55367,6922.4 -55367,6922.4 -55367,6922.4 -55367,6922.5 -55366,6922.5 -55366,6922.5 -55366,6922.5 -55366,6922.5 -55366,6922.5 -55366,6922.5 -55366,6922.6 -55366,6922.6 -55366,6922.6 -55366,6922.6 -55366,6922.6 -55366,6922.6 -55366,6922.6 -55366,6922.7 -55366,6922.7 -55365,6922.7 -55365,6922.7 -55365,6922.7 -55365,6922.7 -55365,6922.7 -55365,6922.8 -55365,6922.8 -55365,6922.8 -55365,6922.8 -55365,6922.8 -55364,6923.7 -55364,6923.7 -55364,6923.7 -55364,6923.7 -55364,6923.8 -55364,6923.8 -55363,6923.8 -55363,6923.8 -55363,6923.8 -55363,6923.8 -55363,6923.8 -55363,6923.9 -55363,6923.9 -55363,6923.9 -55363,6923.9 -55363,6923.9 -55363,6923.9 -55363,6924 -55363,6924 -55363,6924 -55363,6924 -55362,6924 -55362,6924 -55362,6924 -55362,6924.1 -55362,6924.1 -55362,6924.1 -55362,6924.1 -55362,6924.1 -55362,6924.1 -55362,6924.1 -55362,6924.1 -55362,6924.2 -55362,6924.2 -55362,6924.2 -55362,6924.2 -55362,6924.2 -55361,6924.2 -55361,6924.2 -55361,6924.3 -55361,6924.3 -55361,6924.3 -55361,6924.3 -55361,6924.3 -55361,6924.3 -55361,6924.4 -55361,6924.4 -55361,6924.4 -55361,6924.4 -55361,6924.4 -55361,6924.4 -55361,6924.4 -55361,6924.5 -55360,6924.5 -55360,6924.5 -55360,6924.5 -55360,6924.5 -55360,6924.5 -55360,6924.5 -55360,6924.5 -55360,6924.6 -55360,6924.6 -55360,6924.6 -55360,6924.6 -55360,6924.6 -55360,6924.6 -55360,6924.6 -55360,6924.7 -55360,6924.7 -55359,6924.7 -55359,6924.7 -55359,6924.7 -55359,6924.7 -55359,6924.7 -55359,6924.7 -55359,6924.8 -55359,6924.8 -55359,6924.8 -55359,6924.8 -55359,6924.8 -55359,6924.8 -55359,6924.8 -55359,6924.9 -55359,6924.9 -55359,6924.9 -55359,6924.9 -55358,6924.9 -55358,6924.9 -55358,6924.9 -55358,6924.9 -55358,6925 -55358,6925 -55358,6925 -55358,6925 -55358,6925 -55358,6925 -55358,6925 -55358,6925 -55356,6926.1 -55356,6926.1 -55356,6926.1 -55356,6926.1 -55356,6926.1 -55356,6926.1 -55356,6926.1 -55356,6926.2 -55356,6926.2 -55356,6926.2 -55356,6926.2 -55356,6926.2 -55356,6926.2 -55355,6926.3 -55355,6926.3 -55355,6926.3 -55355,6926.3 -55355,6926.3 -55355,6926.3 -55355,6926.4 -55355,6926.4 -55355,6926.4 -55355,6926.4 -55355,6926.4 -55355,6926.4 -55355,6926.5 -55355,6926.5 -55355,6926.5 -55355,6926.5 -55354,6926.5 -55354,6926.5 -55354,6926.6 -55354,6926.6 -55354,6926.6 -55354,6926.6 -55354,6926.6 -55354,6926.6 -55354,6926.7 -55354,6926.7 -55354,6926.7 -55354,6926.7 -55354,6926.7 -55354,6926.7 -55354,6926.8 -55354,6926.8 -55353,6926.8 -55353,6926.8 -55353,6926.8 -55353,6926.8 -55353,6926.9 -55353,6926.9 -55353,6926.9 -55353,6926.9 -55353,6926.9 -55353,6926.9 -55353,6927 -55353,6927 -55353,6927 -55353,6927 -55353,6927 -55353,6927 -55352,6927.1 -55352,6927.1 -55352,6927.1 -55352,6927.1 -55352,6927.1 -55352,6927.1 -55352,6927.2 -55352,6927.2 -55352,6927.2 -55352,6927.2 -55352,6927.2 -55352,6927.2 -55352,6927.2 -55352,6927.3 -55352,6927.3 -55352,6927.3 -55352,6927.3 -55351,6927.3 -55351,6927.3 -55351,6927.3 -55351,6927.4 -55351,6927.4 -55351,6927.4 -55351,6927.4 -55351,6927.4 -55351,6927.4 -55351,6927.5 -55351,6927.5 -55351,6927.5 -55351,6927.5 -55351,6927.5 -55351,6927.5 -55351,6927.5 -55351,6927.6 -55350,6927.6 -55350,6927.6 -55350,6927.6 -55350,6927.6 -55350,6927.6 -55350,6927.7 -55348,6928.8 -55348,6928.8 -55348,6928.9 -55348,6928.9 -55348,6928.9 -55348,6928.9 -55348,6928.9 -55348,6929 -55348,6929 -55348,6929 -55348,6929 -55348,6929 -55348,6929 -55348,6929.1 -55347,6929.1 -55347,6929.1 -55347,6929.1 -55347,6929.1 -55347,6929.2 -55347,6929.2 -55347,6929.2 -55347,6929.2 -55347,6929.2 -55347,6929.2 -55347,6929.3 -55347,6929.3 -55347,6929.3 -55347,6929.3 -55347,6929.3 -55347,6929.4 -55346,6929.4 -55346,6929.4 -55346,6929.4 -55346,6929.4 -55346,6929.4 -55346,6929.5 -55346,6929.5 -55346,6929.5 -55346,6929.5 -55346,6929.5 -55346,6929.5 -55346,6929.6 -55346,6929.6 -55346,6929.6 -55346,6929.6 -55346,6929.6 -55345,6929.6 -55345,6929.7 -55345,6929.7 -55345,6929.7 -55345,6929.7 -55345,6929.7 -55345,6929.8 -55345,6929.8 -55345,6929.8 -55345,6929.8 -55345,6929.8 -55345,6929.8 -55345,6929.9 -55345,6929.9 -55345,6929.9 -55345,6929.9 -55345,6929.9 -55344,6930 -55344,6930 -55344,6930 -55344,6930 -55344,6930 -55344,6930 -55344,6930.1 -55344,6930.1 -55344,6930.1 -55344,6930.1 -55344,6930.1 -55344,6930.1 -55344,6930.2 -55344,6930.2 -55344,6930.2 -55344,6930.2 -55343,6930.2 -55343,6930.2 -55343,6930.3 -55343,6930.3 -55343,6930.3 -55343,6930.3 -55343,6930.3 -55343,6930.3 -55343,6930.4 -55343,6930.4 -55343,6930.4 -55343,6930.4 -55343,6930.4 -55343,6930.4 -55343,6930.5 -55343,6930.5 -55343,6930.5 -55343,6930.5 -55342,6930.5 -55342,6930.5 -55341,6931.5 -55341,6931.6 -55341,6931.6 -55341,6931.6 -55341,6931.6 -55340,6931.6 -55340,6931.6 -55340,6931.7 -55340,6931.7 -55340,6931.7 -55340,6931.7 -55340,6931.7 -55340,6931.8 -55340,6931.8 -55340,6931.8 -55340,6931.8 -55340,6931.8 -55340,6931.9 -55340,6931.9 -55340,6931.9 -55340,6931.9 -55339,6931.9 -55339,6931.9 -55339,6932 -55339,6932 -55339,6932 -55339,6932 -55339,6932 -55339,6932.1 -55339,6932.1 -55339,6932.1 -55339,6932.1 -55339,6932.1 -55339,6932.2 -55339,6932.2 -55339,6932.2 -55339,6932.2 -55339,6932.2 -55338,6932.2 -55338,6932.3 -55338,6932.3 -55338,6932.3 -55338,6932.3 -55338,6932.3 -55338,6932.4 -55338,6932.4 -55338,6932.4 -55338,6932.4 -55338,6932.4 -55338,6932.4 -55338,6932.5 -55338,6932.5 -55338,6932.5 -55338,6932.5 -55337,6932.5 -55337,6932.6 -55337,6932.6 -55337,6932.6 -55337,6932.6 -55337,6932.6 -55337,6932.6 -55337,6932.7 -55337,6932.7 -55337,6932.7 -55337,6932.7 -55337,6932.7 -55337,6932.8 -55337,6932.8 -55337,6932.8 -55337,6932.8 -55337,6932.8 -55337,6932.8 -55336,6932.9 -55336,6932.9 -55336,6932.9 -55336,6932.9 -55336,6932.9 -55336,6932.9 -55336,6933 -55336,6933 -55336,6933 -55336,6933 -55336,6933 -55336,6933 -55336,6933.1 -55336,6933.1 -55336,6933.1 -55336,6933.1 -55336,6933.1 -55335,6933.2 -55335,6933.2 -55335,6933.2 -55335,6933.2 -55335,6933.2 -55335,6933.2 -55335,6933.3 -55335,6933.3 -55335,6933.3 -55335,6933.3 -55335,6933.3 -55335,6933.3 -55333,6934 -55333,6934 -55333,6934.1 -55333,6934.1 -55333,6934.1 -55333,6934.1 -55333,6934.1 -55333,6934.2 -55332,6934.2 -55332,6934.2 -55332,6934.2 -55332,6934.2 -55332,6934.2 -55332,6934.3 -55332,6934.3 -55332,6934.3 -55332,6934.3 -55332,6934.3 -55332,6934.4 -55332,6934.4 -55332,6934.4 -55332,6934.4 -55332,6934.4 -55332,6934.5 -55332,6934.5 -55331,6934.5 -55331,6934.5 -55331,6934.5 -55331,6934.6 -55331,6934.6 -55331,6934.6 -55331,6934.6 -55331,6934.6 -55331,6934.7 -55331,6934.7 -55331,6934.7 -55331,6934.7 -55331,6934.7 -55331,6934.7 -55331,6934.8 -55331,6934.8 -55330,6934.8 -55330,6934.8 -55330,6934.8 -55330,6934.9 -55330,6934.9 -55330,6934.9 -55330,6934.9 -55330,6934.9 -55330,6934.9 -55330,6935 -55330,6935 -55330,6935 -55330,6935 -55330,6935 -55330,6935.1 -55330,6935.1 -55330,6935.1 -55329,6935.1 -55329,6935.1 -55329,6935.2 -55329,6935.2 -55329,6935.2 -55329,6935.2 -55329,6935.2 -55329,6935.2 -55329,6935.3 -55329,6935.3 -55329,6935.3 -55329,6935.3 -55329,6935.3 -55329,6935.4 -55329,6935.4 -55329,6935.4 -55329,6935.4 -55328,6935.4 -55328,6935.4 -55328,6935.5 -55328,6935.5 -55328,6935.5 -55328,6935.5 -55328,6935.5 -55328,6935.6 -55328,6935.6 -55328,6935.6 -55328,6935.6 -55328,6935.6 -55328,6935.6 -55328,6935.7 -55328,6935.7 -55328,6935.7 -55328,6935.7 -55328,6935.7 -55327,6935.8 -55327,6935.8 -55327,6935.8 -55327,6935.8 -55327,6935.8 -55325,6936.1 -55325,6936.1 -55325,6936.2 -55325,6936.2 -55325,6936.2 -55325,6936.2 -55325,6936.2 -55325,6936.2 -55325,6936.3 -55324,6936.3 -55324,6936.3 -55324,6936.3 -55324,6936.3 -55324,6936.4 -55324,6936.4 -55324,6936.4 -55324,6936.4 -55324,6936.4 -55324,6936.4 -55324,6936.5 -55324,6936.5 -55324,6936.5 -55324,6936.5 -55324,6936.5 -55324,6936.6 -55323,6936.6 -55323,6936.6 -55323,6936.6 -55323,6936.6 -55323,6936.6 -55323,6936.7 -55323,6936.7 -55323,6936.7 -55323,6936.7 -55323,6936.7 -55323,6936.8 -55323,6936.8 -55323,6936.8 -55323,6936.8 -55323,6936.8 -55323,6936.8 -55322,6936.9 -55322,6936.9 -55322,6936.9 -55322,6936.9 -55322,6936.9 -55322,6936.9 -55322,6937 -55322,6937 -55322,6937 -55322,6937 -55322,6937 -55322,6937 -55322,6937.1 -55322,6937.1 -55322,6937.1 -55322,6937.1 -55322,6937.1 -55321,6937.1 -55321,6937.2 -55321,6937.2 -55321,6937.2 -55321,6937.2 -55321,6937.2 -55321,6937.3 -55321,6937.3 -55321,6937.3 -55321,6937.3 -55321,6937.3 -55321,6937.3 -55321,6937.3 -55321,6937.4 -55321,6937.4 -55321,6937.4 -55321,6937.4 -55320,6937.4 -55320,6937.4 -55320,6937.5 -55320,6937.5 -55320,6937.5 -55320,6937.5 -55320,6937.5 -55320,6937.5 -55320,6937.5 -55320,6937.6 -55320,6937.6 -55320,6937.6 -55320,6937.6 -55320,6937.6 -55320,6937.6 -55320,6937.7 -55320,6937.7 -55319,6937.7 -55319,6937.7 -55319,6937.7 -55319,6937.7 -55319,6937.7 -55319,6937.8 -55319,6937.8 -55316,6938.4 -55316,6938.4 -55316,6938.4 -55316,6938.4 -55316,6938.4 -55316,6938.4 -55316,6938.5 -55316,6938.5 -55316,6938.5 -55316,6938.5 -55316,6938.5 -55316,6938.5 -55315,6938.6 -55315,6938.6 -55315,6938.6 -55315,6938.6 -55315,6938.6 -55315,6938.6 -55315,6938.7 -55315,6938.7 -55315,6938.7 -55315,6938.7 -55315,6938.7 -55315,6938.8 -55315,6938.8 -55315,6938.8 -55315,6938.8 -55314,6938.8 -55314,6938.8 -55314,6938.9 -55314,6938.9 -55314,6938.9 -55314,6938.9 -55314,6938.9 -55314,6938.9 -55314,6939 -55314,6939 -55314,6939 -55314,6939 -55314,6939 -55314,6939 -55314,6939.1 -55314,6939.1 -55313,6939.1 -55313,6939.1 -55313,6939.1 -55313,6939.1 -55313,6939.1 -55313,6939.2 -55313,6939.2 -55313,6939.2 -55313,6939.2 -55313,6939.2 -55313,6939.2 -55313,6939.3 -55313,6939.3 -55313,6939.3 -55313,6939.3 -55312,6939.3 -55312,6939.3 -55312,6939.4 -55312,6939.4 -55312,6939.4 -55312,6939.4 -55312,6939.4 -55312,6939.4 -55312,6939.5 -55312,6939.5 -55312,6939.5 -55312,6939.5 -55312,6939.5 -55312,6939.5 -55312,6939.6 -55311,6939.6 -55311,6939.6 -55311,6939.6 -55311,6939.6 -55311,6939.6 -55311,6939.7 -55311,6939.7 -55311,6939.7 -55311,6939.7 -55311,6939.7 -55311,6939.7 -55311,6939.7 -55311,6939.8 -55311,6939.8 -55311,6939.8 -55311,6939.8 -55310,6939.8 -55310,6939.8 -55310,6939.9 -55310,6939.9 -55310,6939.9 -55310,6939.9 -55310,6939.9 -55310,6939.9 -55310,6939.9 -55310,6940 -55310,6940 -55308,6940.4 -55308,6940.4 -55308,6940.4 -55308,6940.5 -55308,6940.5 -55308,6940.5 -55308,6940.5 -55308,6940.5 -55308,6940.5 -55308,6940.5 -55308,6940.6 -55308,6940.6 -55308,6940.6 -55308,6940.6 -55307,6940.6 -55307,6940.6 -55307,6940.7 -55307,6940.7 -55307,6940.7 -55307,6940.7 -55307,6940.7 -55307,6940.7 -55307,6940.8 -55307,6940.8 -55307,6940.8 -55307,6940.8 -55307,6940.8 -55307,6940.8 -55307,6940.9 -55306,6940.9 -55306,6940.9 -55306,6940.9 -55306,6940.9 -55306,6940.9 -55306,6940.9 -55306,6941 -55306,6941 -55306,6941 -55306,6941 -55306,6941 -55306,6941 -55306,6941.1 -55306,6941.1 -55306,6941.1 -55305,6941.1 -55305,6941.1 -55305,6941.1 -55305,6941.1 -55305,6941.2 -55305,6941.2 -55305,6941.2 -55305,6941.2 -55305,6941.2 -55305,6941.2 -55305,6941.2 -55305,6941.3 -55305,6941.3 -55305,6941.3 -55305,6941.3 -55304,6941.3 -55304,6941.3 -55304,6941.4 -55304,6941.4 -55304,6941.4 -55304,6941.4 -55304,6941.4 -55304,6941.4 -55304,6941.4 -55304,6941.5 -55304,6941.5 -55304,6941.5 -55304,6941.5 -55304,6941.5 -55304,6941.5 -55303,6941.5 -55303,6941.6 -55303,6941.6 -55303,6941.6 -55303,6941.6 -55303,6941.6 -55303,6941.6 -55303,6941.6 -55303,6941.7 -55303,6941.7 -55303,6941.7 -55303,6941.7 -55303,6941.7 -55303,6941.7 -55303,6941.7 -55302,6941.8 -55302,6941.8 -55302,6941.8 -55302,6941.8 -55302,6941.8 -55302,6941.8 -55302,6941.9 -55302,6941.9 -55302,6941.9 -55301,6941.9 -55301,6941.9 -55301,6941.9 -55301,6942 -55301,6942 -55300,6942 -55300,6942 -55300,6942 -55300,6942 -55300,6942 -55300,6942.1 -55300,6942.1 -55300,6942.1 -55300,6942.1 -55300,6942.1 -55300,6942.1 -55300,6942.1 -55300,6942.2 -55300,6942.2 -55300,6942.2 -55299,6942.2 -55299,6942.2 -55299,6942.2 -55299,6942.2 -55299,6942.3 -55299,6942.3 -55299,6942.3 -55299,6942.3 -55299,6942.3 -55299,6942.3 -55299,6942.3 -55299,6942.3 -55299,6942.4 -55299,6942.4 -55298,6942.4 -55298,6942.4 -55298,6942.4 -55298,6942.4 -55298,6942.4 -55298,6942.5 -55298,6942.5 -55298,6942.5 -55298,6942.5 -55298,6942.5 -55298,6942.5 -55298,6942.5 -55298,6942.6 -55298,6942.6 -55298,6942.6 -55297,6942.6 -55297,6942.6 -55297,6942.6 -55297,6942.6 -55297,6942.6 -55297,6942.7 -55297,6942.7 -55297,6942.7 -55297,6942.7 -55297,6942.7 -55297,6942.7 -55297,6942.7 -55297,6942.8 -55297,6942.8 -55297,6942.8 -55296,6942.8 -55296,6942.8 -55296,6942.8 -55296,6942.8 -55296,6942.9 -55296,6942.9 -55296,6942.9 -55296,6942.9 -55296,6942.9 -55296,6942.9 -55296,6942.9 -55296,6943 -55296,6943 -55296,6943 -55296,6943 -55295,6943 -55295,6943 -55295,6943 -55295,6943 -55295,6943.1 -55295,6943.1 -55295,6943.1 -55295,6943.1 -55295,6943.1 -55295,6943.1 -55295,6943.1 -55295,6943.2 -55295,6943.2 -55295,6943.2 -55295,6943.2 -55294,6943.2 -55294,6943.2 -55294,6943.2 -55294,6943.2 -55294,6943.3 -55293,6943.6 -55293,6943.6 -55293,6943.6 -55293,6943.6 -55293,6943.6 -55293,6943.7 -55293,6943.7 -55292,6943.7 -55292,6943.7 -55292,6943.7 -55292,6943.7 -55292,6943.7 -55292,6943.8 -55292,6943.8 -55292,6943.8 -55292,6943.8 -55292,6943.8 -55292,6943.8 -55292,6943.8 -55292,6943.8 -55292,6943.9 -55291,6943.9 -55291,6943.9 -55291,6943.9 -55291,6943.9 -55291,6943.9 -55291,6943.9 -55291,6944 -55291,6944 -55291,6944 -55291,6944 -55291,6944 -55291,6944 -55291,6944 -55291,6944.1 -55291,6944.1 -55290,6944.1 -55290,6944.1 -55290,6944.1 -55290,6944.1 -55290,6944.1 -55290,6944.1 -55290,6944.2 -55290,6944.2 -55290,6944.2 -55290,6944.2 -55290,6944.2 -55290,6944.2 -55290,6944.2 -55290,6944.2 -55289,6944.3 -55289,6944.3 -55289,6944.3 -55289,6944.3 -55289,6944.3 -55289,6944.3 -55289,6944.3 -55289,6944.3 -55289,6944.4 -55289,6944.4 -55289,6944.4 -55289,6944.4 -55289,6944.4 -55289,6944.4 -55289,6944.4 -55288,6944.4 -55288,6944.5 -55288,6944.5 -55288,6944.5 -55288,6944.5 -55288,6944.5 -55288,6944.5 -55288,6944.5 -55288,6944.5 -55288,6944.6 -55288,6944.6 -55288,6944.6 -55288,6944.6 -55288,6944.6 -55288,6944.6 -55287,6944.6 -55287,6944.6 -55287,6944.6 -55287,6944.7 -55287,6944.7 -55287,6944.7 -55287,6944.7 -55287,6944.7 -55287,6944.7 -55287,6944.7 -55287,6944.7 -55287,6944.7 -55287,6944.8 -55287,6944.8 -55287,6944.8 -55287,6944.8 -55286,6944.8 -55286,6944.8 -55286,6944.8 -55286,6944.8 -55285,6945.3 -55285,6945.3 -55285,6945.3 -55285,6945.4 -55284,6945.4 -55284,6945.4 -55284,6945.4 -55284,6945.4 -55284,6945.4 -55284,6945.4 -55284,6945.4 -55284,6945.5 -55284,6945.5 -55284,6945.5 -55284,6945.5 -55284,6945.5 -55284,6945.5 -55284,6945.5 -55283,6945.5 -55283,6945.5 -55283,6945.6 -55283,6945.6 -55283,6945.6 -55283,6945.6 -55283,6945.6 -55283,6945.6 -55283,6945.6 -55283,6945.6 -55283,6945.6 -55283,6945.7 -55283,6945.7 -55283,6945.7 -55282,6945.7 -55282,6945.7 -55282,6945.7 -55282,6945.7 -55282,6945.7 -55282,6945.7 -55282,6945.8 -55282,6945.8 -55282,6945.8 -55282,6945.8 -55282,6945.8 -55282,6945.8 -55282,6945.8 -55282,6945.8 -55282,6945.8 -55281,6945.9 -55281,6945.9 -55281,6945.9 -55281,6945.9 -55281,6945.9 -55281,6945.9 -55281,6945.9 -55281,6945.9 -55281,6945.9 -55281,6945.9 -55281,6946 -55281,6946 -55281,6946 -55281,6946 -55281,6946 -55280,6946 -55280,6946 -55280,6946 -55280,6946 -55280,6946 -55280,6946.1 -55280,6946.1 -55280,6946.1 -55280,6946.1 -55280,6946.1 -55280,6946.1 -55280,6946.1 -55280,6946.1 -55280,6946.1 -55280,6946.1 -55279,6946.1 -55279,6946.2 -55279,6946.2 -55279,6946.2 -55279,6946.2 -55279,6946.2 -55279,6946.2 -55279,6946.2 -55279,6946.2 -55279,6946.2 -55279,6946.2 -55279,6946.2 -55279,6946.3 -55279,6946.3 -55279,6946.3 -55278,6946.3 -55278,6946.3 -55278,6946.3 -55278,6946.3 -55278,6946.3 -55278,6946.3 -55278,6946.3 -55278,6946.3 -55276,6947.3 -55276,6947.3 -55276,6947.3 -55276,6947.3 -55276,6947.3 -55276,6947.3 -55276,6947.4 -55276,6947.4 -55275,6947.4 -55275,6947.4 -55275,6947.4 -55275,6947.4 -55275,6947.4 -55275,6947.4 -55275,6947.4 -55275,6947.5 -55275,6947.5 -55275,6947.5 -55275,6947.5 -55275,6947.5 -55275,6947.5 -55275,6947.5 -55274,6947.5 -55274,6947.5 -55274,6947.5 -55274,6947.6 -55274,6947.6 -55274,6947.6 -55274,6947.6 -55274,6947.6 -55274,6947.6 -55274,6947.6 -55274,6947.6 -55274,6947.6 -55274,6947.6 -55274,6947.7 -55273,6947.7 -55273,6947.7 -55273,6947.7 -55273,6947.7 -55273,6947.7 -55273,6947.7 -55273,6947.7 -55273,6947.7 -55273,6947.7 -55273,6947.7 -55273,6947.8 -55273,6947.8 -55273,6947.8 -55273,6947.8 -55272,6947.8 -55272,6947.8 -55272,6947.8 -55272,6947.8 -55272,6947.8 -55272,6947.8 -55272,6947.8 -55272,6947.9 -55272,6947.9 -55272,6947.9 -55272,6947.9 -55272,6947.9 -55272,6947.9 -55272,6947.9 -55272,6947.9 -55271,6947.9 -55271,6947.9 -55271,6947.9 -55271,6947.9 -55271,6947.9 -55271,6947.9 -55271,6948 -55271,6948 -55271,6948 -55271,6948 -55271,6948 -55271,6948 -55271,6948 -55271,6948 -55271,6948 -55270,6948 -55270,6948 -55270,6948 -55270,6948 -55270,6948 -55270,6948 -55270,6948.1 -55270,6948.1 -55270,6948.1 -55270,6948.1 -55270,6948.1 -55270,6948.1 -55270,6948.1 -55270,6948.1 -55270,6948.1 -55269,6948.1 -55269,6948.1 -55269,6948.1 -55269,6948.1 -55269,6948.1 -55268,6948.8 -55268,6948.8 -55268,6948.9 -55268,6948.9 -55268,6948.9 -55268,6948.9 -55267,6948.9 -55267,6948.9 -55267,6948.9 -55267,6948.9 -55267,6948.9 -55267,6948.9 -55267,6948.9 -55267,6948.9 -55267,6948.9 -55267,6949 -55267,6949 -55267,6949 -55267,6949 -55267,6949 -55266,6949 -55266,6949 -55266,6949 -55266,6949 -55266,6949 -55266,6949 -55266,6949 -55266,6949 -55266,6949 -55266,6949.1 -55266,6949.1 -55266,6949.1 -55266,6949.1 -55266,6949.1 -55265,6949.1 -55265,6949.1 -55265,6949.1 -55265,6949.1 -55265,6949.1 -55265,6949.1 -55265,6949.1 -55265,6949.1 -55265,6949.1 -55265,6949.2 -55265,6949.2 -55265,6949.2 -55265,6949.2 -55265,6949.2 -55264,6949.2 -55264,6949.2 -55264,6949.2 -55264,6949.2 -55264,6949.2 -55264,6949.2 -55264,6949.2 -55264,6949.2 -55264,6949.2 -55264,6949.2 -55264,6949.2 -55264,6949.2 -55264,6949.3 -55264,6949.3 -55264,6949.3 -55263,6949.3 -55263,6949.3 -55263,6949.3 -55263,6949.3 -55263,6949.3 -55263,6949.3 -55263,6949.3 -55263,6949.3 -55263,6949.3 -55263,6949.3 -55263,6949.3 -55263,6949.3 -55263,6949.3 -55263,6949.3 -55263,6949.4 -55262,6949.4 -55262,6949.4 -55262,6949.4 -55262,6949.4 -55262,6949.4 -55262,6949.4 -55262,6949.4 -55262,6949.4 -55262,6949.4 -55262,6949.4 -55262,6949.4 -55262,6949.4 -55262,6949.4 -55262,6949.4 -55262,6949.4 -55261,6949.4 -55261,6949.5 -55261,6949.5 -55261,6949.5 -55261,6949.5 -55260,6950.5 -55259,6950.5 -55259,6950.5 -55259,6950.5 -55259,6950.5 -55259,6950.5 -55259,6950.5 -55259,6950.5 -55259,6950.5 -55259,6950.6 -55259,6950.6 -55259,6950.6 -55259,6950.6 -55259,6950.6 -55259,6950.6 -55258,6950.6 -55258,6950.6 -55258,6950.6 -55258,6950.6 -55258,6950.6 -55258,6950.6 -55258,6950.6 -55258,6950.7 -55258,6950.7 -55258,6950.7 -55258,6950.7 -55258,6950.7 -55258,6950.7 -55258,6950.7 -55258,6950.7 -55257,6950.7 -55257,6950.7 -55257,6950.7 -55257,6950.7 -55257,6950.7 -55257,6950.7 -55257,6950.8 -55257,6950.8 -55257,6950.8 -55257,6950.8 -55257,6950.8 -55257,6950.8 -55257,6950.8 -55257,6950.8 -55257,6950.8 -55256,6950.8 -55256,6950.8 -55256,6950.8 -55256,6950.8 -55256,6950.8 -55256,6950.8 -55256,6950.9 -55256,6950.9 -55256,6950.9 -55256,6950.9 -55256,6950.9 -55256,6950.9 -55256,6950.9 -55256,6950.9 -55255,6950.9 -55255,6950.9 -55255,6950.9 -55255,6950.9 -55255,6950.9 -55255,6950.9 -55255,6950.9 -55255,6950.9 -55255,6950.9 -55255,6950.9 -55255,6951 -55255,6951 -55255,6951 -55255,6951 -55255,6951 -55255,6951 -55254,6951 -55254,6951 -55254,6951 -55254,6951 -55254,6951 -55254,6951 -55254,6951 -55254,6951 -55254,6951 -55254,6951 -55254,6951 -55254,6951 -55254,6951 -55254,6951.1 -55254,6951.1 -55253,6951.1 -55253,6951.1 -55253,6951.1 -55253,6951.1 -55253,6951.1 -55253,6951.1 -55253,6951.1 -55253,6951.1 -55253,6951.1 -55251,6952.1 -55251,6952.1 -55251,6952.1 -55251,6952.1 -55251,6952.1 -55251,6952.1 -55251,6952.1 -55251,6952.1 -55251,6952.1 -55251,6952.2 -55251,6952.2 -55251,6952.2 -55250,6952.2 -55250,6952.2 -55250,6952.2 -55250,6952.2 -55250,6952.2 -55250,6952.2 -55250,6952.2 -55250,6952.2 -55250,6952.2 -55250,6952.3 -55250,6952.3 -55250,6952.3 -55250,6952.3 -55250,6952.3 -55249,6952.3 -55249,6952.3 -55249,6952.3 -55249,6952.3 -55249,6952.3 -55249,6952.3 -55249,6952.3 -55249,6952.4 -55249,6952.4 -55249,6952.4 -55249,6952.4 -55249,6952.4 -55249,6952.4 -55249,6952.4 -55248,6952.4 -55248,6952.4 -55248,6952.4 -55248,6952.4 -55248,6952.4 -55248,6952.4 -55248,6952.5 -55248,6952.5 -55248,6952.5 -55248,6952.5 -55248,6952.5 -55248,6952.5 -55248,6952.5 -55248,6952.5 -55248,6952.5 -55247,6952.5 -55247,6952.5 -55247,6952.5 -55247,6952.5 -55247,6952.5 -55247,6952.6 -55247,6952.6 -55247,6952.6 -55247,6952.6 -55247,6952.6 -55247,6952.6 -55247,6952.6 -55247,6952.6 -55247,6952.6 -55246,6952.6 -55246,6952.6 -55246,6952.6 -55246,6952.6 -55246,6952.6 -55246,6952.7 -55246,6952.7 -55246,6952.7 -55246,6952.7 -55246,6952.7 -55246,6952.7 -55246,6952.7 -55246,6952.7 -55246,6952.7 -55246,6952.7 -55245,6952.7 -55245,6952.7 -55245,6952.7 -55245,6952.8 -55245,6952.8 -55245,6952.8 -55245,6952.8 -55245,6952.8 -55245,6952.8 -55245,6952.8 -55245,6952.8 -55245,6952.8 -55245,6952.8 -55245,6952.8 -55245,6952.8 -55243,6954.3 -55243,6954.3 -55243,6954.3 -55243,6954.4 -55243,6954.4 -55243,6954.4 -55243,6954.4 -55243,6954.4 -55243,6954.4 -55243,6954.4 -55243,6954.4 -55243,6954.4 -55243,6954.5 -55242,6954.5 -55242,6954.5 -55242,6954.5 -55242,6954.5 -55242,6954.5 -55242,6954.5 -55242,6954.5 -55242,6954.5 -55242,6954.6 -55242,6954.6 -55242,6954.6 -55242,6954.6 -55242,6954.6 -55242,6954.6 -55241,6954.6 -55241,6954.6 -55241,6954.6 -55241,6954.6 -55241,6954.6 -55241,6954.7 -55241,6954.7 -55241,6954.7 -55241,6954.7 -55241,6954.7 -55241,6954.7 -55241,6954.7 -55241,6954.7 -55241,6954.7 -55240,6954.7 -55240,6954.8 -55240,6954.8 -55240,6954.8 -55240,6954.8 -55240,6954.8 -55240,6954.8 -55240,6954.8 -55240,6954.8 -55240,6954.8 -55240,6954.8 -55240,6954.8 -55240,6954.9 -55240,6954.9 -55240,6954.9 -55239,6954.9 -55239,6954.9 -55239,6954.9 -55239,6954.9 -55239,6954.9 -55239,6954.9 -55239,6954.9 -55239,6954.9 -55239,6954.9 -55239,6954.9 -55239,6955 -55239,6955 -55239,6955 -55239,6955 -55238,6955 -55238,6955 -55238,6955 -55238,6955 -55238,6955 -55238,6955 -55238,6955 -55238,6955 -55238,6955 -55238,6955.1 -55238,6955.1 -55238,6955.1 -55238,6955.1 -55238,6955.1 -55238,6955.1 -55237,6955.1 -55237,6955.1 -55237,6955.1 -55237,6955.1 -55237,6955.1 -55237,6955.1 -55237,6955.1 -55237,6955.1 -55237,6955.2 -55237,6955.2 -55237,6955.2 -55237,6955.2 -55237,6955.2 -55237,6955.2 -55237,6955.2 -55235,6956.4 -55235,6956.4 -55235,6956.4 -55235,6956.4 -55235,6956.4 -55235,6956.4 -55235,6956.5 -55235,6956.5 -55235,6956.5 -55235,6956.5 -55235,6956.5 -55234,6956.5 -55234,6956.5 -55234,6956.5 -55234,6956.5 -55234,6956.5 -55234,6956.6 -55234,6956.6 -55234,6956.6 -55234,6956.6 -55234,6956.6 -55234,6956.6 -55234,6956.6 -55234,6956.6 -55234,6956.6 -55233,6956.6 -55233,6956.7 -55233,6956.7 -55233,6956.7 -55233,6956.7 -55233,6956.7 -55233,6956.7 -55233,6956.7 -55233,6956.7 -55233,6956.7 -55233,6956.7 -55233,6956.7 -55233,6956.7 -55233,6956.8 -55232,6956.8 -55232,6956.8 -55232,6956.8 -55232,6956.8 -55232,6956.8 -55232,6956.8 -55232,6956.8 -55232,6956.8 -55232,6956.8 -55232,6956.8 -55232,6956.8 -55232,6956.8 -55232,6956.9 -55232,6956.9 -55231,6956.9 -55231,6956.9 -55231,6956.9 -55231,6956.9 -55231,6956.9 -55231,6956.9 -55231,6956.9 -55231,6956.9 -55231,6956.9 -55231,6956.9 -55231,6956.9 -55231,6957 -55231,6957 -55231,6957 -55231,6957 -55230,6957 -55230,6957 -55230,6957 -55230,6957 -55230,6957 -55230,6957 -55230,6957 -55230,6957 -55230,6957 -55230,6957.1 -55230,6957.1 -55230,6957.1 -55230,6957.1 -55230,6957.1 -55229,6957.1 -55229,6957.1 -55229,6957.1 -55229,6957.1 -55229,6957.1 -55229,6957.1 -55229,6957.1 -55229,6957.1 -55229,6957.1 -55229,6957.1 -55229,6957.2 -55229,6957.2 -55229,6957.2 -55229,6957.2 -55229,6957.2 -55228,6957.2 -55227,6958.2 -55227,6958.2 -55227,6958.2 -55227,6958.2 -55227,6958.2 -55227,6958.3 -55227,6958.3 -55227,6958.3 -55227,6958.3 -55226,6958.3 -55226,6958.3 -55226,6958.3 -55226,6958.3 -55226,6958.3 -55226,6958.3 -55226,6958.3 -55226,6958.3 -55226,6958.4 -55226,6958.4 -55226,6958.4 -55226,6958.4 -55226,6958.4 -55226,6958.4 -55226,6958.4 -55225,6958.4 -55225,6958.4 -55225,6958.4 -55225,6958.4 -55225,6958.4 -55225,6958.4 -55225,6958.5 -55225,6958.5 -55225,6958.5 -55225,6958.5 -55225,6958.5 -55225,6958.5 -55225,6958.5 -55225,6958.5 -55224,6958.5 -55224,6958.5 -55224,6958.5 -55224,6958.5 -55224,6958.5 -55224,6958.6 -55224,6958.6 -55224,6958.6 -55224,6958.6 -55224,6958.6 -55224,6958.6 -55224,6958.6 -55224,6958.6 -55224,6958.6 -55223,6958.6 -55223,6958.6 -55223,6958.6 -55223,6958.6 -55223,6958.7 -55223,6958.7 -55223,6958.7 -55223,6958.7 -55223,6958.7 -55223,6958.7 -55223,6958.7 -55223,6958.7 -55223,6958.7 -55223,6958.7 -55222,6958.7 -55222,6958.7 -55222,6958.7 -55222,6958.7 -55222,6958.8 -55222,6958.8 -55222,6958.8 -55222,6958.8 -55222,6958.8 -55222,6958.8 -55222,6958.8 -55222,6958.8 -55222,6958.8 -55222,6958.8 -55221,6958.8 -55221,6958.8 -55221,6958.8 -55221,6958.8 -55221,6958.8 -55221,6958.9 -55221,6958.9 -55221,6958.9 -55221,6958.9 -55221,6958.9 -55221,6958.9 -55221,6958.9 -55221,6958.9 -55221,6958.9 -55221,6958.9 -55220,6958.9 -55220,6958.9 -55220,6958.9 -55220,6958.9 -55220,6958.9 -55220,6958.9 -55219,6960.5 -55219,6960.6 -55219,6960.6 -55219,6960.6 -55219,6960.6 -55219,6960.6 -55218,6960.6 -55218,6960.6 -55218,6960.6 -55218,6960.6 -55218,6960.7 -55218,6960.7 -55218,6960.7 -55218,6960.7 -55218,6960.7 -55218,6960.7 -55218,6960.7 -55218,6960.7 -55218,6960.7 -55218,6960.8 -55217,6960.8 -55217,6960.8 -55217,6960.8 -55217,6960.8 -55217,6960.8 -55217,6960.8 -55217,6960.8 -55217,6960.8 -55217,6960.8 -55217,6960.8 -55217,6960.9 -55217,6960.9 -55217,6960.9 -55217,6960.9 -55216,6960.9 -55216,6960.9 -55216,6960.9 -55216,6960.9 -55216,6960.9 -55216,6960.9 -55216,6961 -55216,6961 -55216,6961 -55216,6961 -55216,6961 -55216,6961 -55216,6961 -55216,6961 -55215,6961 -55215,6961 -55215,6961 -55215,6961.1 -55215,6961.1 -55215,6961.1 -55215,6961.1 -55215,6961.1 -55215,6961.1 -55215,6961.1 -55215,6961.1 -55215,6961.1 -55215,6961.1 -55215,6961.1 -55215,6961.1 -55214,6961.1 -55214,6961.2 -55214,6961.2 -55214,6961.2 -55214,6961.2 -55214,6961.2 -55214,6961.2 -55214,6961.2 -55214,6961.2 -55214,6961.2 -55214,6961.2 -55214,6961.2 -55214,6961.2 -55214,6961.2 -55214,6961.3 -55213,6961.3 -55213,6961.3 -55213,6961.3 -55213,6961.3 -55213,6961.3 -55213,6961.3 -55213,6961.3 -55213,6961.3 -55213,6961.3 -55213,6961.3 -55213,6961.3 -55213,6961.3 -55213,6961.3 -55213,6961.3 -55212,6961.4 -55212,6961.4 -55212,6961.4 -55212,6961.4 -55212,6961.4 -55212,6961.4 -55212,6961.4 -55212,6961.4 -55211,6962.6 -55210,6962.6 -55210,6962.6 -55210,6962.7 -55210,6962.7 -55210,6962.7 -55210,6962.7 -55210,6962.7 -55210,6962.7 -55210,6962.7 -55210,6962.7 -55210,6962.7 -55210,6962.7 -55210,6962.8 -55210,6962.8 -55209,6962.8 -55209,6962.8 -55209,6962.8 -55209,6962.8 -55209,6962.8 -55209,6962.8 -55209,6962.8 -55209,6962.8 -55209,6962.8 -55209,6962.8 -55209,6962.9 -55209,6962.9 -55209,6962.9 -55209,6962.9 -55208,6962.9 -55208,6962.9 -55208,6962.9 -55208,6962.9 -55208,6962.9 -55208,6962.9 -55208,6962.9 -55208,6962.9 -55208,6962.9 -55208,6963 -55208,6963 -55208,6963 -55208,6963 -55208,6963 -55207,6963 -55207,6963 -55207,6963 -55207,6963 -55207,6963 -55207,6963 -55207,6963 -55207,6963 -55207,6963.1 -55207,6963.1 -55207,6963.1 -55207,6963.1 -55207,6963.1 -55207,6963.1 -55207,6963.1 -55206,6963.1 -55206,6963.1 -55206,6963.1 -55206,6963.1 -55206,6963.1 -55206,6963.1 -55206,6963.1 -55206,6963.1 -55206,6963.1 -55206,6963.2 -55206,6963.2 -55206,6963.2 -55206,6963.2 -55206,6963.2 -55205,6963.2 -55205,6963.2 -55205,6963.2 -55205,6963.2 -55205,6963.2 -55205,6963.2 -55205,6963.2 -55205,6963.2 -55205,6963.2 -55205,6963.2 -55205,6963.2 -55205,6963.2 -55205,6963.2 -55205,6963.3 -55205,6963.3 -55204,6963.3 -55204,6963.3 -55204,6963.3 -55204,6963.3 -55204,6963.3 -55204,6963.3 -55204,6963.3 -55204,6963.3 -55204,6963.3 -55204,6963.3 -55203,6964.8 -55202,6964.8 -55202,6964.8 -55202,6964.8 -55202,6964.8 -55202,6964.8 -55202,6964.8 -55202,6964.9 -55202,6964.9 -55202,6964.9 -55202,6964.9 -55202,6964.9 -55202,6964.9 -55202,6964.9 -55202,6964.9 -55201,6964.9 -55201,6964.9 -55201,6964.9 -55201,6965 -55201,6965 -55201,6965 -55201,6965 -55201,6965 -55201,6965 -55201,6965 -55201,6965 -55201,6965 -55201,6965 -55201,6965 -55200,6965 -55200,6965.1 -55200,6965.1 -55200,6965.1 -55200,6965.1 -55200,6965.1 -55200,6965.1 -55200,6965.1 -55200,6965.1 -55200,6965.1 -55200,6965.1 -55200,6965.1 -55200,6965.1 -55200,6965.1 -55199,6965.1 -55199,6965.2 -55199,6965.2 -55199,6965.2 -55199,6965.2 -55199,6965.2 -55199,6965.2 -55199,6965.2 -55199,6965.2 -55199,6965.2 -55199,6965.2 -55199,6965.2 -55199,6965.2 -55199,6965.2 -55199,6965.3 -55198,6965.3 -55198,6965.3 -55198,6965.3 -55198,6965.3 -55198,6965.3 -55198,6965.3 -55198,6965.3 -55198,6965.3 -55198,6965.3 -55198,6965.3 -55198,6965.3 -55198,6965.3 -55198,6965.3 -55198,6965.3 -55197,6965.3 -55197,6965.3 -55197,6965.3 -55197,6965.3 -55197,6965.4 -55197,6965.4 -55197,6965.4 -55197,6965.4 -55197,6965.4 -55197,6965.4 -55197,6965.4 -55197,6965.4 -55197,6965.4 -55197,6965.4 -55197,6965.4 -55196,6965.4 -55196,6965.4 -55196,6965.4 -55196,6965.4 -55196,6965.4 -55196,6965.4 -55196,6965.4 -55196,6965.4 -55196,6965.4 -55196,6965.4 -55196,6965.5 -55196,6965.5 -55196,6965.5 -55196,6965.5 -55194,6966.9 -55194,6966.9 -55194,6966.9 -55194,6966.9 -55194,6966.9 -55194,6966.9 -55194,6966.9 -55194,6966.9 -55194,6966.9 -55194,6966.9 -55194,6967 -55193,6967 -55193,6967 -55193,6967 -55193,6967 -55193,6967 -55193,6967 -55193,6967 -55193,6967 -55193,6967 -55193,6967 -55193,6967 -55193,6967 -55193,6967.1 -55193,6967.1 -55192,6967.1 -55192,6967.1 -55192,6967.1 -55192,6967.1 -55192,6967.1 -55192,6967.1 -55192,6967.1 -55192,6967.1 -55192,6967.1 -55192,6967.1 -55192,6967.1 -55192,6967.1 -55192,6967.1 -55192,6967.1 -55191,6967.1 -55191,6967.1 -55191,6967.2 -55191,6967.2 -55191,6967.2 -55191,6967.2 -55191,6967.2 -55191,6967.2 -55191,6967.2 -55191,6967.2 -55191,6967.2 -55191,6967.2 -55191,6967.2 -55191,6967.2 -55190,6967.2 -55190,6967.2 -55190,6967.2 -55190,6967.2 -55190,6967.2 -55190,6967.2 -55190,6967.3 -55190,6967.3 -55190,6967.3 -55190,6967.3 -55190,6967.3 -55190,6967.3 -55190,6967.3 -55190,6967.3 -55189,6967.3 -55189,6967.3 -55189,6967.3 -55189,6967.3 -55189,6967.3 -55189,6967.3 -55189,6967.3 -55189,6967.3 -55189,6967.3 -55189,6967.3 -55189,6967.3 -55189,6967.3 -55189,6967.3 -55189,6967.3 -55189,6967.3 -55188,6967.3 -55188,6967.3 -55188,6967.3 -55188,6967.4 -55188,6967.4 -55188,6967.4 -55188,6967.4 -55188,6967.4 -55188,6967.4 -55188,6967.4 -55188,6967.4 -55188,6967.4 -55188,6967.4 -55188,6967.4 -55187,6967.4 -55187,6967.4 -55187,6967.4 -55185,6968.8 -55185,6968.8 -55185,6968.8 -55185,6968.8 -55185,6968.9 -55185,6968.9 -55185,6968.9 -55185,6968.9 -55185,6968.9 -55185,6968.9 -55185,6968.9 -55185,6968.9 -55185,6968.9 -55184,6968.9 -55184,6968.9 -55184,6968.9 -55184,6968.9 -55184,6968.9 -55184,6968.9 -55184,6969 -55184,6969 -55184,6969 -55184,6969 -55184,6969 -55184,6969 -55184,6969 -55184,6969 -55183,6969 -55183,6969 -55183,6969 -55183,6969 -55183,6969 -55183,6969 -55183,6969 -55183,6969 -55183,6969 -55183,6969.1 -55183,6969.1 -55183,6969.1 -55183,6969.1 -55182,6969.1 -55182,6969.1 -55182,6969.1 -55182,6969.1 -55182,6969.1 -55182,6969.1 -55182,6969.1 -55182,6969.1 -55182,6969.1 -55182,6969.1 -55182,6969.1 -55182,6969.1 -55182,6969.1 -55182,6969.1 -55181,6969.1 -55181,6969.1 -55181,6969.2 -55181,6969.2 -55181,6969.2 -55181,6969.2 -55181,6969.2 -55181,6969.2 -55181,6969.2 -55181,6969.2 -55181,6969.2 -55181,6969.2 -55181,6969.2 -55180,6969.2 -55180,6969.2 -55180,6969.2 -55180,6969.2 -55180,6969.2 -55180,6969.2 -55180,6969.2 -55180,6969.2 -55180,6969.2 -55180,6969.2 -55180,6969.2 -55180,6969.2 -55180,6969.2 -55180,6969.2 -55179,6969.2 -55179,6969.2 -55179,6969.3 -55179,6969.3 -55179,6969.3 -55179,6969.3 -55179,6969.3 -55179,6969.3 -55179,6969.3 -55179,6969.3 -55179,6969.3 -55179,6969.3 -55179,6969.3 -55178,6969.3 -55178,6969.3 -55178,6969.3 -55178,6969.3 -55178,6969.3 -55177,6970.6 -55177,6970.6 -55177,6970.7 -55177,6970.7 -55177,6970.7 -55177,6970.7 -55176,6970.7 -55176,6970.7 -55176,6970.7 -55176,6970.7 -55176,6970.7 -55176,6970.7 -55176,6970.7 -55176,6970.7 -55176,6970.7 -55176,6970.7 -55176,6970.7 -55176,6970.7 -55176,6970.8 -55175,6970.8 -55175,6970.8 -55175,6970.8 -55175,6970.8 -55175,6970.8 -55175,6970.8 -55175,6970.8 -55175,6970.8 -55175,6970.8 -55175,6970.8 -55175,6970.8 -55175,6970.8 -55175,6970.8 -55174,6970.8 -55174,6970.8 -55174,6970.8 -55174,6970.8 -55174,6970.8 -55174,6970.8 -55174,6970.8 -55174,6970.9 -55174,6970.9 -55174,6970.9 -55174,6970.9 -55174,6970.9 -55174,6970.9 -55173,6970.9 -55173,6970.9 -55173,6970.9 -55173,6970.9 -55173,6970.9 -55173,6970.9 -55173,6970.9 -55173,6970.9 -55173,6970.9 -55173,6970.9 -55173,6970.9 -55173,6970.9 -55173,6970.9 -55172,6970.9 -55172,6970.9 -55172,6970.9 -55172,6970.9 -55172,6970.9 -55172,6970.9 -55172,6970.9 -55172,6970.9 -55172,6970.9 -55172,6971 -55172,6971 -55172,6971 -55172,6971 -55171,6971 -55171,6971 -55171,6971 -55171,6971 -55171,6971 -55171,6971 -55171,6971 -55171,6971 -55171,6971 -55171,6971 -55171,6971 -55171,6971 -55171,6971 -55171,6971 -55170,6971 -55170,6971 -55170,6971 -55170,6971 -55170,6971 -55170,6971 -55170,6971 -55170,6971 -55170,6971 -55170,6971 -55170,6971 -55170,6971 -55170,6971 -55169,6971 -55168,6972.6 -55168,6972.7 -55168,6972.7 -55168,6972.7 -55168,6972.7 -55168,6972.7 -55168,6972.7 -55168,6972.7 -55168,6972.7 -55168,6972.7 -55167,6972.7 -55167,6972.7 -55167,6972.7 -55167,6972.7 -55167,6972.7 -55167,6972.7 -55167,6972.7 -55167,6972.7 -55167,6972.7 -55167,6972.7 -55167,6972.7 -55167,6972.7 -55166,6972.7 -55166,6972.7 -55166,6972.7 -55166,6972.7 -55166,6972.7 -55166,6972.7 -55166,6972.7 -55166,6972.8 -55166,6972.8 -55166,6972.8 -55166,6972.8 -55166,6972.8 -55166,6972.8 -55165,6972.8 -55165,6972.8 -55165,6972.8 -55165,6972.8 -55165,6972.8 -55165,6972.8 -55165,6972.8 -55165,6972.8 -55165,6972.8 -55165,6972.8 -55165,6972.8 -55165,6972.8 -55165,6972.8 -55164,6972.8 -55164,6972.8 -55164,6972.8 -55164,6972.8 -55164,6972.8 -55164,6972.8 -55164,6972.8 -55164,6972.8 -55164,6972.8 -55164,6972.8 -55164,6972.8 -55164,6972.8 -55164,6972.8 -55163,6972.8 -55163,6972.8 -55163,6972.8 -55163,6972.8 -55163,6972.8 -55163,6972.8 -55163,6972.8 -55163,6972.8 -55163,6972.8 -55163,6972.8 -55163,6972.8 -55163,6972.8 -55163,6972.8 -55163,6972.8 -55162,6972.8 -55162,6972.8 -55162,6972.8 -55162,6972.8 -55162,6972.8 -55162,6972.8 -55162,6972.8 -55162,6972.8 -55162,6972.8 -55162,6972.8 -55162,6972.8 -55162,6972.8 -55162,6972.8 -55161,6972.8 -55161,6972.8 -55161,6972.7 -55161,6972.7 -55161,6972.7 -55161,6972.7 -55161,6972.7 -55161,6972.7 -55161,6972.7 -55161,6972.7 -55161,6972.7 -55161,6972.7 -55160,6973.8 -55160,6973.8 -55160,6973.8 -55160,6973.8 -55160,6973.8 -55160,6973.8 -55159,6973.8 -55159,6973.8 -55159,6973.8 -55159,6973.8 -55159,6973.8 -55159,6973.8 -55159,6973.8 -55159,6973.8 -55159,6973.8 -55159,6973.8 -55159,6973.8 -55159,6973.8 -55159,6973.8 -55158,6973.8 -55158,6973.8 -55158,6973.8 -55158,6973.8 -55158,6973.8 -55158,6973.8 -55158,6973.8 -55158,6973.8 -55158,6973.8 -55158,6973.8 -55158,6973.8 -55158,6973.8 -55158,6973.8 -55157,6973.8 -55157,6973.8 -55157,6973.8 -55157,6973.8 -55157,6973.8 -55157,6973.8 -55157,6973.8 -55157,6973.8 -55157,6973.8 -55157,6973.8 -55157,6973.8 -55157,6973.8 -55157,6973.7 -55156,6973.7 -55156,6973.7 -55156,6973.7 -55156,6973.7 -55156,6973.7 -55156,6973.7 -55156,6973.7 -55156,6973.7 -55156,6973.7 -55156,6973.7 -55156,6973.7 -55156,6973.7 -55156,6973.7 -55155,6973.7 -55155,6973.7 -55155,6973.7 -55155,6973.7 -55155,6973.7 -55155,6973.7 -55155,6973.7 -55155,6973.7 -55155,6973.7 -55155,6973.7 -55155,6973.6 -55155,6973.6 -55155,6973.6 -55154,6973.6 -55154,6973.6 -55154,6973.6 -55154,6973.6 -55154,6973.6 -55154,6973.6 -55154,6973.6 -55154,6973.6 -55154,6973.6 -55154,6973.6 -55154,6973.6 -55154,6973.6 -55154,6973.5 -55153,6973.5 -55153,6973.5 -55153,6973.5 -55153,6973.5 -55153,6973.5 -55153,6973.5 -55153,6973.5 -55153,6973.5 -55153,6973.5 -55153,6973.5 -55153,6973.5 -55153,6973.5 -55153,6973.5 -55152,6973.4 -55152,6973.4 -55152,6973.4 -55152,6974.9 -55152,6974.9 -55152,6974.9 -55151,6974.9 -55151,6974.9 -55151,6974.8 -55151,6974.8 -55151,6974.8 -55151,6974.8 -55151,6974.8 -55151,6974.8 -55151,6974.8 -55151,6974.8 -55151,6974.8 -55151,6974.8 -55151,6974.8 -55150,6974.8 -55150,6974.8 -55150,6974.8 -55150,6974.8 -55150,6974.8 -55150,6974.7 -55150,6974.7 -55150,6974.7 -55150,6974.7 -55150,6974.7 -55150,6974.7 -55150,6974.7 -55150,6974.7 -55149,6974.7 -55149,6974.7 -55149,6974.7 -55149,6974.7 -55149,6974.7 -55149,6974.7 -55149,6974.6 -55149,6974.6 -55149,6974.6 -55149,6974.6 -55149,6974.6 -55149,6974.6 -55149,6974.6 -55148,6974.6 -55148,6974.6 -55148,6974.6 -55148,6974.6 -55148,6974.5 -55148,6974.5 -55148,6974.5 -55148,6974.5 -55148,6974.5 -55148,6974.5 -55148,6974.5 -55148,6974.5 -55148,6974.5 -55147,6974.5 -55147,6974.4 -55147,6974.4 -55147,6974.4 -55147,6974.4 -55147,6974.4 -55147,6974.4 -55147,6974.4 -55147,6974.4 -55147,6974.4 -55147,6974.3 -55147,6974.3 -55147,6974.3 -55147,6974.3 -55146,6974.3 -55146,6974.3 -55146,6974.3 -55146,6974.3 -55146,6974.3 -55146,6974.2 -55146,6974.2 -55146,6974.2 -55146,6974.2 -55146,6974.2 -55146,6974.2 -55146,6974.2 -55146,6974.1 -55145,6974.1 -55145,6974.1 -55145,6974.1 -55145,6974.1 -55145,6974.1 -55145,6974.1 -55145,6974.1 -55145,6974 -55145,6974 -55145,6974 -55145,6974 -55145,6974 -55145,6974 -55145,6974 -55144,6973.9 -55144,6973.9 -55144,6975.9 -55144,6975.9 -55144,6975.8 -55144,6975.8 -55144,6975.8 -55144,6975.8 -55144,6975.8 -55144,6975.8 -55143,6975.8 -55143,6975.8 -55143,6975.8 -55143,6975.8 -55143,6975.8 -55143,6975.7 -55143,6975.7 -55143,6975.7 -55143,6975.7 -55143,6975.7 -55143,6975.7 -55143,6975.7 -55143,6975.7 -55142,6975.7 -55142,6975.6 -55142,6975.6 -55142,6975.6 -55142,6975.6 -55142,6975.6 -55142,6975.6 -55142,6975.6 -55142,6975.6 -55142,6975.5 -55142,6975.5 -55142,6975.5 -55142,6975.5 -55142,6975.5 -55141,6975.5 -55141,6975.5 -55141,6975.5 -55141,6975.4 -55141,6975.4 -55141,6975.4 -55141,6975.4 -55141,6975.4 -55141,6975.4 -55141,6975.4 -55141,6975.4 -55141,6975.3 -55141,6975.3 -55140,6975.3 -55140,6975.3 -55140,6975.3 -55140,6975.3 -55140,6975.2 -55140,6975.2 -55140,6975.2 -55140,6975.2 -55140,6975.2 -55140,6975.2 -55140,6975.2 -55140,6975.1 -55140,6975.1 -55140,6975.1 -55139,6975.1 -55139,6975.1 -55139,6975.1 -55139,6975 -55139,6975 -55139,6975 -55139,6975 -55139,6975 -55139,6975 -55139,6974.9 -55139,6974.9 -55139,6974.9 -55139,6974.9 -55139,6974.9 -55138,6974.9 -55138,6974.8 -55138,6974.8 -55138,6974.8 -55138,6974.8 -55138,6974.8 -55138,6974.7 -55138,6974.7 -55138,6974.7 -55138,6974.7 -55138,6974.7 -55138,6974.6 -55138,6974.6 -55138,6974.6 -55137,6974.6 -55137,6974.6 -55137,6974.5 -55137,6974.5 -55137,6974.5 -55137,6974.5 -55137,6974.5 -55137,6974.4 -55137,6974.4 -55137,6976.8 -55137,6976.8 -55136,6976.8 -55136,6976.8 -55136,6976.8 -55136,6976.7 -55136,6976.7 -55136,6976.7 -55136,6976.7 -55136,6976.7 -55136,6976.7 -55136,6976.6 -55136,6976.6 -55136,6976.6 -55136,6976.6 -55136,6976.6 -55135,6976.6 -55135,6976.6 -55135,6976.5 -55135,6976.5 -55135,6976.5 -55135,6976.5 -55135,6976.5 -55135,6976.5 -55135,6976.4 -55135,6976.4 -55135,6976.4 -55135,6976.4 -55135,6976.4 -55135,6976.4 -55134,6976.3 -55134,6976.3 -55134,6976.3 -55134,6976.3 -55134,6976.3 -55134,6976.3 -55134,6976.2 -55134,6976.2 -55134,6976.2 -55134,6976.2 -55134,6976.2 -55134,6976.1 -55134,6976.1 -55134,6976.1 -55133,6976.1 -55133,6976.1 -55133,6976 -55133,6976 -55133,6976 -55133,6976 -55133,6976 -55133,6976 -55133,6975.9 -55133,6975.9 -55133,6975.9 -55133,6975.9 -55133,6975.9 -55133,6975.8 -55132,6975.8 -55132,6975.8 -55132,6975.8 -55132,6975.8 -55132,6975.8 -55132,6975.7 -55132,6975.7 -55132,6975.7 -55132,6975.7 -55132,6975.7 -55132,6975.6 -55132,6975.6 -55132,6975.6 -55132,6975.6 -55131,6975.6 -55131,6975.5 -55131,6975.5 -55131,6975.5 -55131,6975.5 -55131,6975.5 -55131,6975.4 -55131,6975.4 -55131,6975.4 -55131,6975.4 -55131,6975.4 -55131,6975.3 -55131,6975.3 -55131,6975.3 -55130,6975.3 -55130,6975.3 -55130,6975.2 -55130,6975.2 -55130,6975.2 -55130,6975.2 -55130,6975.1 -55130,6975.1 -55130,6975.1 -55130,6975.1 -55130,6975.1 -55130,6975 -55130,6975 -55130,6977.5 -55130,6977.4 -55130,6977.4 -55130,6977.4 -55130,6977.4 -55130,6977.4 -55130,6977.4 -55130,6977.3 -55130,6977.3 -55130,6977.3 -55130,6977.3 -55130,6977.3 -55129,6977.3 -55129,6977.3 -55129,6977.2 -55129,6977.2 -55129,6977.2 -55129,6977.2 -55129,6977.2 -55129,6977.2 -55129,6977.1 -55129,6977.1 -55129,6977.1 -55129,6977.1 -55129,6977.1 -55129,6977.1 -55129,6977 -55128,6977 -55128,6977 -55128,6977 -55128,6977 -55128,6977 -55128,6976.9 -55128,6976.9 -55128,6976.9 -55128,6976.9 -55128,6976.9 -55128,6976.9 -55128,6976.8 -55128,6976.8 -55128,6976.8 -55128,6976.8 -55127,6976.8 -55127,6976.8 -55127,6976.7 -55127,6976.7 -55127,6976.7 -55127,6976.7 -55127,6976.7 -55127,6976.6 -55127,6976.6 -55127,6976.6 -55127,6976.6 -55127,6976.6 -55127,6976.5 -55127,6976.5 -55127,6976.5 -55126,6976.5 -55126,6976.5 -55126,6976.4 -55126,6976.4 -55126,6976.4 -55126,6976.4 -55126,6976.4 -55126,6976.4 -55126,6976.3 -55126,6976.3 -55126,6976.3 -55126,6976.3 -55126,6976.3 -55126,6976.2 -55126,6976.2 -55126,6976.2 -55125,6976.2 -55125,6976.2 -55125,6976.1 -55125,6976.1 -55125,6976.1 -55125,6976.1 -55125,6976.1 -55125,6976 -55125,6976 -55125,6976 -55125,6976 -55125,6976 -55125,6975.9 -55125,6975.9 -55125,6975.9 -55125,6975.9 -55125,6975.9 -55124,6975.8 -55124,6975.8 -55124,6975.8 -55124,6975.8 -55124,6975.7 -55124,6975.7 -55124,6975.7 -55124,6975.7 -55124,6975.6 -55124,6975.6 -55123,6978.7 -55123,6978.6 -55123,6978.6 -55123,6978.6 -55123,6978.6 -55123,6978.6 -55123,6978.6 -55123,6978.6 -55123,6978.6 -55123,6978.5 -55123,6978.5 -55123,6978.5 -55122,6978.5 -55122,6978.5 -55122,6978.5 -55122,6978.5 -55122,6978.5 -55122,6978.4 -55122,6978.4 -55122,6978.4 -55122,6978.4 -55122,6978.4 -55122,6978.4 -55122,6978.4 -55122,6978.3 -55122,6978.3 -55122,6978.3 -55122,6978.3 -55121,6978.3 -55121,6978.3 -55121,6978.2 -55121,6978.2 -55121,6978.2 -55121,6978.2 -55121,6978.2 -55121,6978.2 -55121,6978.2 -55121,6978.1 -55121,6978.1 -55121,6978.1 -55121,6978.1 -55121,6978.1 -55121,6978.1 -55121,6978.1 -55120,6978 -55120,6978 -55120,6978 -55120,6978 -55120,6978 -55120,6978 -55120,6977.9 -55120,6977.9 -55120,6977.9 -55120,6977.9 -55120,6977.9 -55120,6977.9 -55120,6977.9 -55120,6977.8 -55120,6977.8 -55120,6977.8 -55120,6977.8 -55120,6977.8 -55119,6977.7 -55119,6977.7 -55119,6977.7 -55119,6977.7 -55119,6977.7 -55119,6977.7 -55119,6977.6 -55119,6977.6 -55119,6977.6 -55119,6977.6 -55119,6977.6 -55119,6977.6 -55119,6977.5 -55119,6977.5 -55119,6977.5 -55119,6977.5 -55119,6977.5 -55118,6977.5 -55118,6977.4 -55118,6977.4 -55118,6977.4 -55118,6977.4 -55118,6977.4 -55118,6977.4 -55118,6977.3 -55118,6977.3 -55118,6977.3 -55118,6977.3 -55118,6977.3 -55118,6977.3 -55118,6977.2 -55118,6977.2 -55118,6977.2 -55118,6977.2 -55117,6977.2 -55117,6977.1 -55117,6977.1 -55116,6979.9 -55116,6979.9 -55116,6979.9 -55116,6979.9 -55116,6979.8 -55116,6979.8 -55116,6979.8 -55116,6979.8 -55116,6979.8 -55116,6979.8 -55116,6979.8 -55116,6979.8 -55116,6979.8 -55116,6979.7 -55116,6979.7 -55115,6979.7 -55115,6979.7 -55115,6979.7 -55115,6979.7 -55115,6979.7 -55115,6979.7 -55115,6979.7 -55115,6979.6 -55115,6979.6 -55115,6979.6 -55115,6979.6 -55115,6979.6 -55115,6979.6 -55115,6979.6 -55115,6979.6 -55115,6979.5 -55115,6979.5 -55115,6979.5 -55114,6979.5 -55114,6979.5 -55114,6979.5 -55114,6979.5 -55114,6979.5 -55114,6979.4 -55114,6979.4 -55114,6979.4 -55114,6979.4 -55114,6979.4 -55114,6979.4 -55114,6979.3 -55114,6979.3 -55114,6979.3 -55114,6979.3 -55114,6979.3 -55114,6979.3 -55114,6979.3 -55113,6979.2 -55113,6979.2 -55113,6979.2 -55113,6979.2 -55113,6979.2 -55113,6979.2 -55113,6979.1 -55113,6979.1 -55113,6979.1 -55113,6979.1 -55113,6979.1 -55113,6979.1 -55113,6979.1 -55113,6979 -55113,6979 -55113,6979 -55113,6979 -55113,6979 -55112,6979 -55112,6978.9 -55112,6978.9 -55112,6978.9 -55112,6978.9 -55112,6978.9 -55112,6978.9 -55112,6978.8 -55112,6978.8 -55112,6978.8 -55112,6978.8 -55112,6978.8 -55112,6978.7 -55112,6978.7 -55112,6978.7 -55112,6978.7 -55112,6978.7 -55112,6978.7 -55112,6978.6 -55112,6978.6 -55111,6978.6 -55111,6978.6 -55111,6978.6 -55111,6978.6 -55111,6978.5 -55111,6978.5 -55111,6978.5 -55111,6978.5 -55111,6978.5 -55111,6978.4 -55111,6978.4 -55111,6978.4 -55110,6981.3 -55110,6981.3 -55110,6981.3 -55110,6981.2 -55110,6981.2 -55110,6981.2 -55110,6981.2 -55109,6981.2 -55109,6981.2 -55109,6981.2 -55109,6981.2 -55109,6981.2 -55109,6981.1 -55109,6981.1 -55109,6981.1 -55109,6981.1 -55109,6981.1 -55109,6981.1 -55109,6981.1 -55109,6981 -55109,6981 -55109,6981 -55109,6981 -55109,6981 -55109,6981 -55109,6981 -55109,6981 -55108,6980.9 -55108,6980.9 -55108,6980.9 -55108,6980.9 -55108,6980.9 -55108,6980.9 -55108,6980.9 -55108,6980.9 -55108,6980.8 -55108,6980.8 -55108,6980.8 -55108,6980.8 -55108,6980.8 -55108,6980.8 -55108,6980.8 -55108,6980.7 -55108,6980.7 -55108,6980.7 -55108,6980.7 -55107,6980.7 -55107,6980.7 -55107,6980.7 -55107,6980.6 -55107,6980.6 -55107,6980.6 -55107,6980.6 -55107,6980.6 -55107,6980.6 -55107,6980.6 -55107,6980.5 -55107,6980.5 -55107,6980.5 -55107,6980.5 -55107,6980.5 -55107,6980.5 -55107,6980.4 -55107,6980.4 -55107,6980.4 -55107,6980.4 -55106,6980.4 -55106,6980.4 -55106,6980.3 -55106,6980.3 -55106,6980.3 -55106,6980.3 -55106,6980.3 -55106,6980.3 -55106,6980.2 -55106,6980.2 -55106,6980.2 -55106,6980.2 -55106,6980.2 -55106,6980.2 -55106,6980.1 -55106,6980.1 -55106,6980.1 -55106,6980.1 -55106,6980.1 -55106,6980 -55106,6980 -55106,6980 -55105,6980 -55105,6980 -55105,6979.9 -55105,6979.9 -55105,6979.9 -55105,6979.9 -55105,6979.9 -55105,6979.8 -55105,6979.8 -55105,6979.8 -55104,6982.6 -55104,6982.5 -55104,6982.5 -55104,6982.5 -55104,6982.5 -55104,6982.5 -55104,6982.5 -55103,6982.5 -55103,6982.5 -55103,6982.4 -55103,6982.4 -55103,6982.4 -55103,6982.4 -55103,6982.4 -55103,6982.4 -55103,6982.4 -55103,6982.3 -55103,6982.3 -55103,6982.3 -55103,6982.3 -55103,6982.3 -55103,6982.3 -55103,6982.3 -55103,6982.2 -55103,6982.2 -55103,6982.2 -55103,6982.2 -55102,6982.2 -55102,6982.2 -55102,6982.2 -55102,6982.1 -55102,6982.1 -55102,6982.1 -55102,6982.1 -55102,6982.1 -55102,6982.1 -55102,6982 -55102,6982 -55102,6982 -55102,6982 -55102,6982 -55102,6982 -55102,6981.9 -55102,6981.9 -55102,6981.9 -55102,6981.9 -55102,6981.9 -55102,6981.9 -55101,6981.8 -55101,6981.8 -55101,6981.8 -55101,6981.8 -55101,6981.8 -55101,6981.8 -55101,6981.7 -55101,6981.7 -55101,6981.7 -55101,6981.7 -55101,6981.7 -55101,6981.7 -55101,6981.6 -55101,6981.6 -55101,6981.6 -55101,6981.6 -55101,6981.6 -55101,6981.5 -55101,6981.5 -55101,6981.5 -55101,6981.5 -55100,6981.5 -55100,6981.4 -55100,6981.4 -55100,6981.4 -55100,6981.4 -55100,6981.4 -55100,6981.3 -55100,6981.3 -55100,6981.3 -55100,6981.3 -55100,6981.3 -55100,6981.2 -55100,6981.2 -55100,6981.2 -55100,6981.2 -55100,6981.2 -55100,6981.1 -55100,6981.1 -55100,6981.1 -55100,6981.1 -55100,6981.1 -55100,6981 -55099,6981 -55099,6981 -55099,6981 -55099,6980.9 -55099,6980.9 -55099,6980.9 -55099,6980.9 -55099,6980.9 -55099,6980.8 -55098,6983.7 -55097,6983.7 -55097,6983.7 -55097,6983.7 -55097,6983.6 -55097,6983.6 -55097,6983.6 -55097,6983.6 -55097,6983.6 -55097,6983.6 -55097,6983.6 -55097,6983.5 -55097,6983.5 -55097,6983.5 -55097,6983.5 -55097,6983.5 -55097,6983.5 -55097,6983.4 -55097,6983.4 -55097,6983.4 -55097,6983.4 -55097,6983.4 -55096,6983.4 -55096,6983.3 -55096,6983.3 -55096,6983.3 -55096,6983.3 -55096,6983.3 -55096,6983.3 -55096,6983.2 -55096,6983.2 -55096,6983.2 -55096,6983.2 -55096,6983.2 -55096,6983.2 -55096,6983.1 -55096,6983.1 -55096,6983.1 -55096,6983.1 -55096,6983.1 -55096,6983 -55096,6983 -55096,6983 -55095,6983 -55095,6983 -55095,6983 -55095,6982.9 -55095,6982.9 -55095,6982.9 -55095,6982.9 -55095,6982.9 -55095,6982.8 -55095,6982.8 -55095,6982.8 -55095,6982.8 -55095,6982.8 -55095,6982.7 -55095,6982.7 -55095,6982.7 -55095,6982.7 -55095,6982.7 -55095,6982.6 -55095,6982.6 -55095,6982.6 -55094,6982.6 -55094,6982.5 -55094,6982.5 -55094,6982.5 -55094,6982.5 -55094,6982.5 -55094,6982.5 -55094,6982.4 -55094,6982.4 -55094,6982.4 -55094,6982.4 -55094,6982.3 -55094,6982.3 -55094,6982.3 -55094,6982.3 -55094,6982.3 -55094,6982.2 -55094,6982.2 -55094,6982.2 -55094,6982.2 -55094,6982.2 -55094,6982.1 -55094,6982.1 -55093,6982.1 -55093,6982.1 -55093,6982.1 -55093,6982 -55093,6982 -55093,6982 -55093,6982 -55093,6981.9 -55093,6981.9 -55093,6981.9 -55093,6981.9 -55092,6985 -55092,6985 -55092,6985 -55092,6985 -55092,6984.9 -55091,6984.9 -55091,6984.9 -55091,6984.9 -55091,6984.9 -55091,6984.9 -55091,6984.9 -55091,6984.8 -55091,6984.8 -55091,6984.8 -55091,6984.8 -55091,6984.8 -55091,6984.8 -55091,6984.7 -55091,6984.7 -55091,6984.7 -55091,6984.7 -55091,6984.7 -55091,6984.7 -55091,6984.7 -55091,6984.6 -55091,6984.6 -55091,6984.6 -55090,6984.6 -55090,6984.6 -55090,6984.6 -55090,6984.5 -55090,6984.5 -55090,6984.5 -55090,6984.5 -55090,6984.5 -55090,6984.5 -55090,6984.4 -55090,6984.4 -55090,6984.4 -55090,6984.4 -55090,6984.4 -55090,6984.4 -55090,6984.3 -55090,6984.3 -55090,6984.3 -55090,6984.3 -55090,6984.3 -55090,6984.2 -55090,6984.2 -55090,6984.2 -55089,6984.2 -55089,6984.2 -55089,6984.2 -55089,6984.1 -55089,6984.1 -55089,6984.1 -55089,6984.1 -55089,6984.1 -55089,6984.1 -55089,6984 -55089,6984 -55089,6984 -55089,6984 -55089,6984 -55089,6983.9 -55089,6983.9 -55089,6983.9 -55089,6983.9 -55089,6983.9 -55089,6983.9 -55089,6983.8 -55089,6983.8 -55089,6983.8 -55088,6983.8 -55088,6983.8 -55088,6983.7 -55088,6983.7 -55088,6983.7 -55088,6983.7 -55088,6983.7 -55088,6983.6 -55088,6983.6 -55088,6983.6 -55088,6983.6 -55088,6983.6 -55088,6983.6 -55088,6983.5 -55088,6983.5 -55088,6983.5 -55088,6983.5 -55088,6983.5 -55088,6983.4 -55088,6983.4 -55088,6983.4 -55088,6983.4 -55088,6983.4 -55088,6983.3 -55088,6983.3 -55086,6987.1 -55086,6987.1 -55086,6987.1 -55086,6987.1 -55086,6987 -55086,6987 -55086,6987 -55086,6987 -55086,6987 -55086,6987 -55085,6987 -55085,6987 -55085,6987 -55085,6987 -55085,6986.9 -55085,6986.9 -55085,6986.9 -55085,6986.9 -55085,6986.9 -55085,6986.9 -55085,6986.9 -55085,6986.9 -55085,6986.9 -55085,6986.8 -55085,6986.8 -55085,6986.8 -55085,6986.8 -55085,6986.8 -55085,6986.8 -55085,6986.8 -55085,6986.8 -55085,6986.8 -55084,6986.7 -55084,6986.7 -55084,6986.7 -55084,6986.7 -55084,6986.7 -55084,6986.7 -55084,6986.7 -55084,6986.7 -55084,6986.7 -55084,6986.6 -55084,6986.6 -55084,6986.6 -55084,6986.6 -55084,6986.6 -55084,6986.6 -55084,6986.6 -55084,6986.6 -55084,6986.5 -55084,6986.5 -55084,6986.5 -55084,6986.5 -55084,6986.5 -55084,6986.5 -55083,6986.5 -55083,6986.5 -55083,6986.4 -55083,6986.4 -55083,6986.4 -55083,6986.4 -55083,6986.4 -55083,6986.4 -55083,6986.4 -55083,6986.3 -55083,6986.3 -55083,6986.3 -55083,6986.3 -55083,6986.3 -55083,6986.3 -55083,6986.3 -55083,6986.3 -55083,6986.2 -55083,6986.2 -55083,6986.2 -55083,6986.2 -55083,6986.2 -55083,6986.2 -55083,6986.2 -55083,6986.1 -55082,6986.1 -55082,6986.1 -55082,6986.1 -55082,6986.1 -55082,6986.1 -55082,6986 -55082,6986 -55082,6986 -55082,6986 -55082,6986 -55082,6986 -55082,6986 -55082,6985.9 -55082,6985.9 -55082,6985.9 -55082,6985.9 -55082,6985.9 -55082,6985.9 -55082,6985.8 -55082,6985.8 -55082,6985.8 -55080,6989.4 -55079,6989.4 -55079,6989.4 -55079,6989.4 -55079,6989.4 -55079,6989.4 -55079,6989.4 -55079,6989.4 -55079,6989.3 -55079,6989.3 -55079,6989.3 -55079,6989.3 -55079,6989.3 -55079,6989.3 -55079,6989.3 -55079,6989.3 -55079,6989.3 -55079,6989.3 -55079,6989.3 -55079,6989.3 -55079,6989.3 -55079,6989.3 -55078,6989.3 -55078,6989.2 -55078,6989.2 -55078,6989.2 -55078,6989.2 -55078,6989.2 -55078,6989.2 -55078,6989.2 -55078,6989.2 -55078,6989.2 -55078,6989.2 -55078,6989.2 -55078,6989.2 -55078,6989.2 -55078,6989.1 -55078,6989.1 -55078,6989.1 -55078,6989.1 -55078,6989.1 -55078,6989.1 -55078,6989.1 -55078,6989.1 -55077,6989.1 -55077,6989.1 -55077,6989.1 -55077,6989.1 -55077,6989 -55077,6989 -55077,6989 -55077,6989 -55077,6989 -55077,6989 -55077,6989 -55077,6989 -55077,6989 -55077,6989 -55077,6989 -55077,6988.9 -55077,6988.9 -55077,6988.9 -55077,6988.9 -55077,6988.9 -55077,6988.9 -55077,6988.9 -55077,6988.9 -55076,6988.9 -55076,6988.8 -55076,6988.8 -55076,6988.8 -55076,6988.8 -55076,6988.8 -55076,6988.8 -55076,6988.8 -55076,6988.8 -55076,6988.8 -55076,6988.7 -55076,6988.7 -55076,6988.7 -55076,6988.7 -55076,6988.7 -55076,6988.7 -55076,6988.7 -55076,6988.7 -55076,6988.7 -55076,6988.6 -55076,6988.6 -55076,6988.6 -55076,6988.6 -55076,6988.6 -55075,6988.6 -55075,6988.6 -55075,6988.6 -55075,6988.6 -55075,6988.5 -55075,6988.5 -55073,6991.3 -55073,6991.3 -55073,6991.3 -55073,6991.3 -55073,6991.3 -55073,6991.3 -55073,6991.3 -55073,6991.3 -55073,6991.3 -55073,6991.3 -55073,6991.2 -55073,6991.2 -55073,6991.2 -55073,6991.2 -55073,6991.2 -55073,6991.2 -55073,6991.2 -55073,6991.2 -55073,6991.2 -55073,6991.2 -55073,6991.2 -55073,6991.2 -55072,6991.2 -55072,6991.2 -55072,6991.2 -55072,6991.2 -55072,6991.1 -55072,6991.1 -55072,6991.1 -55072,6991.1 -55072,6991.1 -55072,6991.1 -55072,6991.1 -55072,6991.1 -55072,6991.1 -55072,6991.1 -55072,6991.1 -55072,6991.1 -55072,6991.1 -55072,6991 -55072,6991 -55072,6991 -55072,6991 -55072,6991 -55071,6991 -55071,6991 -55071,6991 -55071,6991 -55071,6991 -55071,6991 -55071,6990.9 -55071,6990.9 -55071,6990.9 -55071,6990.9 -55071,6990.9 -55071,6990.9 -55071,6990.9 -55071,6990.9 -55071,6990.9 -55071,6990.9 -55071,6990.9 -55071,6990.8 -55071,6990.8 -55071,6990.8 -55071,6990.8 -55071,6990.8 -55071,6990.8 -55071,6990.8 -55070,6990.8 -55070,6990.8 -55070,6990.8 -55070,6990.7 -55070,6990.7 -55070,6990.7 -55070,6990.7 -55070,6990.7 -55070,6990.7 -55070,6990.7 -55070,6990.7 -55070,6990.6 -55070,6990.6 -55070,6990.6 -55070,6990.6 -55070,6990.6 -55070,6990.6 -55070,6990.6 -55070,6990.6 -55070,6990.5 -55070,6990.5 -55070,6990.5 -55070,6990.5 -55070,6990.5 -55069,6990.5 -55069,6990.5 -55069,6990.5 -55069,6990.5 -55069,6990.4 -55069,6990.4 -55069,6990.4 -55069,6990.4 -55069,6990.4 -55069,6990.4 -55069,6992.6 -55068,6992.6 -55068,6992.6 -55068,6992.6 -55068,6992.6 -55068,6992.6 -55068,6992.6 -55068,6992.5 -55068,6992.5 -55068,6992.5 -55068,6992.5 -55068,6992.5 -55068,6992.5 -55068,6992.5 -55068,6992.5 -55068,6992.5 -55068,6992.5 -55068,6992.5 -55068,6992.5 -55068,6992.4 -55068,6992.4 -55068,6992.4 -55068,6992.4 -55068,6992.4 -55068,6992.4 -55068,6992.4 -55068,6992.4 -55067,6992.4 -55067,6992.4 -55067,6992.4 -55067,6992.4 -55067,6992.4 -55067,6992.3 -55067,6992.3 -55067,6992.3 -55067,6992.3 -55067,6992.3 -55067,6992.3 -55067,6992.3 -55067,6992.3 -55067,6992.3 -55067,6992.3 -55067,6992.3 -55067,6992.3 -55067,6992.3 -55067,6992.2 -55067,6992.2 -55067,6992.2 -55067,6992.2 -55067,6992.2 -55067,6992.2 -55067,6992.2 -55067,6992.2 -55066,6992.2 -55066,6992.2 -55066,6992.2 -55066,6992.2 -55066,6992.1 -55066,6992.1 -55066,6992.1 -55066,6992.1 -55066,6992.1 -55066,6992.1 -55066,6992.1 -55066,6992.1 -55066,6992.1 -55066,6992.1 -55066,6992 -55066,6992 -55066,6992 -55066,6992 -55066,6992 -55066,6992 -55066,6992 -55066,6992 -55066,6992 -55066,6992 -55066,6992 -55066,6991.9 -55066,6991.9 -55065,6991.9 -55065,6991.9 -55065,6991.9 -55065,6991.9 -55065,6991.9 -55065,6991.9 -55065,6991.9 -55065,6991.9 -55065,6991.8 -55065,6991.8 -55065,6991.8 -55065,6991.8 -55065,6991.8 -55065,6991.8 -55065,6991.8 -55065,6991.8 -55065,6991.8 -55065,6991.8 -55065,6991.7 -55064,6993.6 -55064,6993.6 -55064,6993.6 -55064,6993.6 -55064,6993.6 -55064,6993.6 -55064,6993.5 -55064,6993.5 -55063,6993.5 -55063,6993.5 -55063,6993.5 -55063,6993.5 -55063,6993.5 -55063,6993.5 -55063,6993.5 -55063,6993.5 -55063,6993.5 -55063,6993.5 -55063,6993.5 -55063,6993.5 -55063,6993.5 -55063,6993.4 -55063,6993.4 -55063,6993.4 -55063,6993.4 -55063,6993.4 -55063,6993.4 -55063,6993.4 -55063,6993.4 -55063,6993.4 -55063,6993.4 -55063,6993.4 -55063,6993.4 -55063,6993.4 -55063,6993.4 -55063,6993.4 -55063,6993.4 -55062,6993.3 -55062,6993.3 -55062,6993.3 -55062,6993.3 -55062,6993.3 -55062,6993.3 -55062,6993.3 -55062,6993.3 -55062,6993.3 -55062,6993.3 -55062,6993.3 -55062,6993.3 -55062,6993.2 -55062,6993.2 -55062,6993.2 -55062,6993.2 -55062,6993.2 -55062,6993.2 -55062,6993.2 -55062,6993.2 -55062,6993.2 -55062,6993.2 -55062,6993.2 -55062,6993.2 -55062,6993.1 -55062,6993.1 -55062,6993.1 -55062,6993.1 -55062,6993.1 -55061,6993.1 -55061,6993.1 -55061,6993.1 -55061,6993.1 -55061,6993.1 -55061,6993.1 -55061,6993.1 -55061,6993.1 -55061,6993.1 -55061,6993 -55061,6993 -55061,6993 -55061,6993 -55061,6993 -55061,6993 -55061,6993 -55061,6993 -55061,6993 -55061,6993 -55061,6993 -55061,6993 -55061,6992.9 -55061,6992.9 -55061,6992.9 -55061,6992.9 -55061,6992.9 -55061,6992.9 -55061,6992.9 -55061,6992.9 -55061,6992.9 -55061,6992.9 -55060,6992.9 -55060,6992.9 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55059,6994.6 -55058,6994.6 -55058,6994.6 -55058,6994.6 -55058,6994.6 -55058,6994.6 -55058,6994.6 -55058,6994.6 -55058,6994.6 -55058,6994.6 -55058,6994.5 -55058,6994.5 -55058,6994.5 -55058,6994.5 -55058,6994.5 -55058,6994.5 -55058,6994.5 -55058,6994.5 -55058,6994.5 -55058,6994.5 -55058,6994.5 -55058,6994.5 -55058,6994.5 -55058,6994.5 -55058,6994.5 -55058,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.5 -55057,6994.4 -55057,6994.4 -55057,6994.4 -55057,6994.4 -55057,6994.4 -55057,6994.4 -55057,6994.4 -55057,6994.4 -55057,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55056,6994.4 -55055,6994.4 -55055,6994.4 -55055,6994.4 -55055,6994.4 -55055,6994.4 -55055,6994.4 -55054,6996.4 -55054,6996.4 -55054,6996.4 -55054,6996.4 -55054,6996.4 -55054,6996.4 -55054,6996.4 -55054,6996.4 -55054,6996.4 -55054,6996.4 -55054,6996.4 -55054,6996.4 -55054,6996.4 -55054,6996.4 -55054,6996.4 -55054,6996.4 -55054,6996.4 -55053,6996.4 -55053,6996.4 -55053,6996.4 -55053,6996.4 -55053,6996.4 -55053,6996.4 -55053,6996.4 -55053,6996.4 -55053,6996.5 -55053,6996.5 -55053,6996.5 -55053,6996.5 -55053,6996.5 -55053,6996.5 -55053,6996.5 -55053,6996.5 -55053,6996.5 -55053,6996.5 -55053,6996.5 -55053,6996.5 -55052,6996.5 -55052,6996.5 -55052,6996.5 -55052,6996.5 -55052,6996.5 -55052,6996.6 -55052,6996.6 -55052,6996.6 -55052,6996.6 -55052,6996.6 -55052,6996.6 -55052,6996.6 -55052,6996.6 -55052,6996.6 -55052,6996.6 -55052,6996.6 -55052,6996.6 -55052,6996.6 -55052,6996.7 -55052,6996.7 -55051,6996.7 -55051,6996.7 -55051,6996.7 -55051,6996.7 -55051,6996.7 -55051,6996.7 -55051,6996.7 -55051,6996.7 -55051,6996.7 -55051,6996.7 -55051,6996.7 -55051,6996.7 -55051,6996.7 -55051,6996.7 -55051,6996.8 -55051,6996.8 -55051,6996.8 -55051,6996.8 -55051,6996.8 -55050,6996.8 -55050,6996.8 -55050,6996.8 -55050,6996.8 -55050,6996.8 -55050,6996.8 -55050,6996.8 -55050,6996.9 -55050,6996.9 -55050,6996.9 -55050,6996.9 -55050,6996.9 -55050,6996.9 -55050,6996.9 -55050,6996.9 -55050,6996.9 -55050,6996.9 -55049,6996.9 -55049,6996.9 -55049,6996.9 -55049,6997 -55049,6997 -55049,6997.1 -55049,6997.1 -55049,6997.1 -55049,6997.1 -55048,6997.1 -55048,6997.1 -55048,6997.1 -55048,6997.1 -55048,6997.1 -55048,6997.1 -55048,6997.2 -55048,6997.2 -55048,6997.2 -55048,6997.2 -55048,6997.2 -55048,6997.2 -55048,6997.2 -55048,6997.2 -55048,6997.2 -55048,6997.3 -55048,6997.3 -55047,6997.3 -55047,6997.3 -55047,6997.3 -55047,6997.3 -55047,6997.3 -55047,6997.3 -55047,6997.4 -55047,6997.4 -55047,6997.4 -55047,6997.4 -55047,6997.4 -55047,6997.4 -55047,6997.4 -55047,6997.5 -55047,6997.5 -55047,6997.5 -55046,6997.5 -55046,6997.5 -55046,6997.5 -55046,6997.5 -55046,6997.5 -55046,6997.5 -55046,6997.6 -55046,6997.6 -55046,6997.6 -55046,6997.6 -55046,6997.6 -55046,6997.6 -55046,6997.6 -55046,6997.6 -55046,6997.7 -55046,6997.7 -55045,6997.7 -55045,6997.7 -55045,6997.7 -55045,6997.7 -55045,6997.7 -55045,6997.8 -55045,6997.8 -55045,6997.8 -55045,6997.8 -55045,6997.8 -55045,6997.8 -55045,6997.8 -55045,6997.8 -55045,6997.9 -55045,6997.9 -55044,6997.9 -55044,6997.9 -55044,6997.9 -55044,6997.9 -55044,6997.9 -55044,6998 -55044,6998 -55044,6998 -55044,6998 -55044,6998 -55044,6998 -55044,6998 -55044,6998 -55044,6998.1 -55044,6998.1 -55043,6998.1 -55043,6998.1 -55043,6998.1 -55043,6998.1 -55043,6998.1 -55043,6998.2 -55043,6998.2 -55043,6998.2 -55043,6998.2 -55043,6998.2 -55043,6998.2 -55043,6998.3 -55043,6998.3 -55043,6998.3 -55043,6998.3 -55042,6998.3 -55043,6997.2 -55043,6997.2 -55043,6997.2 -55043,6997.2 -55043,6997.3 -55042,6997.3 -55042,6997.3 -55042,6997.3 -55042,6997.3 -55042,6997.3 -55042,6997.3 -55042,6997.3 -55042,6997.4 -55042,6997.4 -55042,6997.4 -55042,6997.4 -55042,6997.4 -55042,6997.4 -55042,6997.4 -55042,6997.5 -55041,6997.5 -55041,6997.5 -55041,6997.5 -55041,6997.5 -55041,6997.5 -55041,6997.5 -55041,6997.6 -55041,6997.6 -55041,6997.6 -55041,6997.6 -55041,6997.6 -55041,6997.6 -55041,6997.6 -55041,6997.7 -55041,6997.7 -55040,6997.7 -55040,6997.7 -55040,6997.7 -55040,6997.7 -55040,6997.8 -55040,6997.8 -55040,6997.8 -55040,6997.8 -55040,6997.8 -55040,6997.8 -55040,6997.8 -55040,6997.9 -55040,6997.9 -55040,6997.9 -55039,6997.9 -55039,6997.9 -55039,6997.9 -55039,6997.9 -55039,6998 -55039,6998 -55039,6998 -55039,6998 -55039,6998 -55039,6998 -55039,6998 -55039,6998.1 -55039,6998.1 -55039,6998.1 -55039,6998.1 -55038,6998.1 -55038,6998.1 -55038,6998.2 -55038,6998.2 -55038,6998.2 -55038,6998.2 -55038,6998.2 -55038,6998.2 -55038,6998.3 -55038,6998.3 -55038,6998.3 -55038,6998.3 -55038,6998.3 -55038,6998.4 -55037,6998.4 -55037,6998.4 -55037,6998.4 -55037,6998.4 -55037,6998.4 -55037,6998.5 -55037,6998.5 -55037,6998.5 -55037,6998.5 -55037,6998.5 -55037,6998.6 -55037,6998.6 -55037,6998.6 -55037,6998.6 -55036,6998.6 -55036,6998.7 -55036,6998.7 -55036,6998.7 -55036,6998.7 -55036,6998.7 -55036,6998.8 -55039,6995.1 -55039,6995.1 -55039,6995.1 -55039,6995.1 -55039,6995.2 -55039,6995.2 -55039,6995.2 -55039,6995.2 -55039,6995.2 -55039,6995.2 -55039,6995.2 -55039,6995.2 -55039,6995.3 -55039,6995.3 -55038,6995.3 -55038,6995.3 -55038,6995.3 -55038,6995.3 -55038,6995.3 -55038,6995.3 -55038,6995.4 -55038,6995.4 -55038,6995.4 -55038,6995.4 -55038,6995.4 -55038,6995.4 -55038,6995.4 -55038,6995.4 -55038,6995.5 -55038,6995.5 -55038,6995.5 -55037,6995.5 -55037,6995.5 -55037,6995.5 -55037,6995.5 -55037,6995.6 -55037,6995.6 -55037,6995.6 -55037,6995.6 -55037,6995.6 -55037,6995.6 -55037,6995.6 -55037,6995.7 -55037,6995.7 -55037,6995.7 -55037,6995.7 -55037,6995.7 -55037,6995.8 -55036,6995.8 -55036,6995.8 -55036,6995.8 -55036,6995.8 -55036,6995.8 -55036,6995.9 -55036,6995.9 -55036,6995.9 -55036,6995.9 -55036,6995.9 -55036,6995.9 -55036,6996 -55036,6996 -55036,6996 -55036,6996 -55036,6996 -55036,6996.1 -55035,6996.1 -55035,6996.1 -55035,6996.1 -55035,6996.1 -55035,6996.1 -55035,6996.2 -55035,6996.2 -55035,6996.2 -55035,6996.2 -55035,6996.3 -55035,6996.3 -55035,6996.3 -55035,6996.3 -55035,6996.3 -55035,6996.4 -55035,6996.4 -55035,6996.4 -55034,6996.4 -55034,6996.4 -55034,6996.5 -55034,6996.5 -55034,6996.5 -55034,6996.5 -55034,6996.6 -55034,6996.6 -55034,6996.6 -55034,6996.6 -55034,6996.6 -55034,6996.7 -55034,6996.7 -55034,6996.7 -55034,6996.7 -55034,6996.8 -55034,6996.8 -55037,6991.7 -55037,6991.7 -55037,6991.7 -55036,6991.7 -55036,6991.7 -55036,6991.7 -55036,6991.7 -55036,6991.8 -55036,6991.8 -55036,6991.8 -55036,6991.8 -55036,6991.8 -55036,6991.8 -55036,6991.8 -55036,6991.8 -55036,6991.8 -55036,6991.9 -55036,6991.9 -55036,6991.9 -55036,6991.9 -55036,6991.9 -55036,6991.9 -55036,6991.9 -55035,6991.9 -55035,6992 -55035,6992 -55035,6992 -55035,6992 -55035,6992 -55035,6992 -55035,6992 -55035,6992.1 -55035,6992.1 -55035,6992.1 -55035,6992.1 -55035,6992.1 -55035,6992.1 -55035,6992.2 -55035,6992.2 -55035,6992.2 -55035,6992.2 -55035,6992.2 -55035,6992.2 -55034,6992.3 -55034,6992.3 -55034,6992.3 -55034,6992.3 -55034,6992.3 -55034,6992.4 -55034,6992.4 -55034,6992.4 -55034,6992.4 -55034,6992.4 -55034,6992.4 -55034,6992.5 -55034,6992.5 -55034,6992.5 -55034,6992.5 -55034,6992.6 -55034,6992.6 -55034,6992.6 -55034,6992.6 -55033,6992.6 -55033,6992.7 -55033,6992.7 -55033,6992.7 -55033,6992.7 -55033,6992.7 -55033,6992.8 -55033,6992.8 -55033,6992.8 -55033,6992.8 -55033,6992.9 -55033,6992.9 -55033,6992.9 -55033,6992.9 -55033,6993 -55033,6993 -55033,6993 -55033,6993 -55033,6993.1 -55033,6993.1 -55032,6993.1 -55032,6993.1 -55032,6993.2 -55032,6993.2 -55032,6993.2 -55032,6993.2 -55032,6993.3 -55032,6993.3 -55032,6993.3 -55032,6993.4 -55032,6993.4 -55032,6993.4 -55032,6993.4 -55032,6993.5 -55032,6993.5 -55032,6993.5 -55032,6993.6 -55032,6993.6 -55032,6993.6 -55031,6993.6 -55035,6987.2 -55035,6987.2 -55035,6987.2 -55035,6987.3 -55035,6987.3 -55035,6987.3 -55035,6987.3 -55035,6987.3 -55035,6987.3 -55035,6987.3 -55035,6987.3 -55035,6987.3 -55035,6987.4 -55035,6987.4 -55034,6987.4 -55034,6987.4 -55034,6987.4 -55034,6987.4 -55034,6987.4 -55034,6987.4 -55034,6987.4 -55034,6987.5 -55034,6987.5 -55034,6987.5 -55034,6987.5 -55034,6987.5 -55034,6987.5 -55034,6987.5 -55034,6987.5 -55034,6987.6 -55034,6987.6 -55034,6987.6 -55034,6987.6 -55034,6987.6 -55034,6987.6 -55034,6987.6 -55034,6987.6 -55033,6987.6 -55033,6987.7 -55033,6987.7 -55033,6987.7 -55033,6987.7 -55033,6987.7 -55033,6987.7 -55033,6987.7 -55033,6987.7 -55033,6987.8 -55033,6987.8 -55033,6987.8 -55033,6987.8 -55033,6987.8 -55033,6987.8 -55033,6987.8 -55033,6987.8 -55033,6987.9 -55033,6987.9 -55033,6987.9 -55033,6987.9 -55033,6987.9 -55032,6987.9 -55032,6988 -55032,6988 -55032,6988 -55032,6988 -55032,6988 -55032,6988 -55032,6988.1 -55032,6988.1 -55032,6988.1 -55032,6988.1 -55032,6988.1 -55032,6988.1 -55032,6988.2 -55032,6988.2 -55032,6988.2 -55032,6988.2 -55032,6988.2 -55032,6988.3 -55032,6988.3 -55032,6988.3 -55032,6988.3 -55032,6988.3 -55031,6988.4 -55031,6988.4 -55031,6988.4 -55031,6988.4 -55031,6988.4 -55031,6988.5 -55031,6988.5 -55031,6988.5 -55031,6988.5 -55031,6988.5 -55031,6988.6 -55031,6988.6 -55031,6988.6 -55031,6988.6 -55031,6988.6 -55034,6981.5 -55034,6981.5 -55034,6981.5 -55034,6981.5 -55034,6981.5 -55034,6981.5 -55034,6981.5 -55034,6981.5 -55034,6981.5 -55034,6981.5 -55034,6981.5 -55034,6981.5 -55034,6981.5 -55034,6981.5 -55034,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55033,6981.5 -55032,6981.5 -55032,6981.5 -55032,6981.5 -55032,6981.5 -55032,6981.5 -55032,6981.5 -55032,6981.5 -55032,6981.5 -55032,6981.5 -55032,6981.5 -55032,6981.5 -55032,6981.5 -55032,6981.6 -55032,6981.6 -55032,6981.6 -55032,6981.6 -55032,6981.6 -55032,6981.6 -55032,6981.6 -55032,6981.6 -55032,6981.6 -55032,6981.6 -55032,6981.6 -55032,6981.6 -55032,6981.6 -55031,6981.6 -55031,6981.6 -55031,6981.6 -55031,6981.6 -55031,6981.7 -55031,6981.7 -55031,6981.7 -55031,6981.7 -55031,6981.7 -55031,6981.7 -55031,6981.7 -55031,6981.7 -55031,6981.7 -55031,6981.7 -55031,6981.7 -55031,6981.8 -55031,6981.8 -55031,6981.8 -55031,6981.8 -55031,6981.8 -55031,6981.8 -55031,6981.8 -55031,6981.8 -55031,6981.8 -55031,6981.8 -55030,6981.9 -55030,6981.9 -55030,6981.9 -55030,6981.9 -55030,6981.9 -55030,6981.9 -55030,6981.9 -55030,6981.9 -55030,6981.9 -55030,6982 -55033,6975.2 -55033,6975.2 -55033,6975.2 -55033,6975.2 -55033,6975.1 -55033,6975.1 -55033,6975.1 -55033,6975.1 -55033,6975.1 -55033,6975.1 -55033,6975.1 -55033,6975.1 -55033,6975 -55033,6975 -55033,6975 -55033,6975 -55033,6975 -55033,6975 -55033,6975 -55033,6975 -55033,6974.9 -55033,6974.9 -55033,6974.9 -55033,6974.9 -55033,6974.9 -55033,6974.9 -55033,6974.9 -55032,6974.9 -55032,6974.9 -55032,6974.9 -55032,6974.8 -55032,6974.8 -55032,6974.8 -55032,6974.8 -55032,6974.8 -55032,6974.8 -55032,6974.8 -55032,6974.8 -55032,6974.8 -55032,6974.8 -55032,6974.8 -55032,6974.8 -55032,6974.8 -55032,6974.7 -55032,6974.7 -55032,6974.7 -55032,6974.7 -55032,6974.7 -55032,6974.7 -55032,6974.7 -55032,6974.7 -55032,6974.7 -55032,6974.7 -55032,6974.7 -55032,6974.7 -55032,6974.7 -55032,6974.7 -55031,6974.7 -55031,6974.7 -55031,6974.7 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55031,6974.6 -55030,6974.6 -55030,6974.6 -55030,6974.6 -55030,6974.6 -55030,6974.6 -55030,6974.5 -55030,6974.5 -55030,6974.5 -55030,6974.5 -55030,6974.5 -55030,6974.5 -55030,6974.5 -55030,6974.5 -55033,6968.2 -55033,6968.2 -55033,6968.2 -55033,6968.2 -55033,6968.1 -55033,6968.1 -55033,6968.1 -55033,6968.1 -55033,6968 -55033,6968 -55033,6968 -55033,6968 -55033,6968 -55033,6967.9 -55033,6967.9 -55033,6967.9 -55033,6967.9 -55033,6967.8 -55033,6967.8 -55033,6967.8 -55033,6967.8 -55033,6967.8 -55033,6967.7 -55033,6967.7 -55033,6967.7 -55033,6967.7 -55033,6967.6 -55033,6967.6 -55033,6967.6 -55033,6967.6 -55033,6967.6 -55033,6967.5 -55033,6967.5 -55033,6967.5 -55032,6967.5 -55032,6967.5 -55032,6967.4 -55032,6967.4 -55032,6967.4 -55032,6967.4 -55032,6967.3 -55032,6967.3 -55032,6967.3 -55032,6967.3 -55032,6967.3 -55032,6967.2 -55032,6967.2 -55032,6967.2 -55032,6967.2 -55032,6967.2 -55032,6967.1 -55032,6967.1 -55032,6967.1 -55032,6967.1 -55032,6967.1 -55032,6967 -55032,6967 -55032,6967 -55032,6967 -55032,6967 -55032,6966.9 -55032,6966.9 -55032,6966.9 -55032,6966.9 -55032,6966.9 -55032,6966.9 -55032,6966.8 -55032,6966.8 -55032,6966.8 -55032,6966.8 -55032,6966.8 -55032,6966.8 -55032,6966.7 -55032,6966.7 -55032,6966.7 -55031,6966.7 -55031,6966.7 -55031,6966.7 -55031,6966.6 -55031,6966.6 -55031,6966.6 -55031,6966.6 -55031,6966.6 -55031,6966.6 -55031,6966.5 -55031,6966.5 -55031,6966.5 -55031,6966.5 -55031,6966.5 -55031,6966.5 -55031,6966.5 -55031,6966.5 -55031,6966.4 -55031,6966.4 -55031,6966.4 -55031,6966.4 -55031,6966.4 -55031,6966.4 -55031,6966.4 -55034,6960.6 -55034,6960.6 -55034,6960.5 -55034,6960.5 -55034,6960.5 -55034,6960.4 -55034,6960.4 -55034,6960.4 -55034,6960.3 -55034,6960.3 -55034,6960.3 -55034,6960.2 -55034,6960.2 -55034,6960.2 -55034,6960.1 -55034,6960.1 -55034,6960.1 -55034,6960 -55034,6960 -55034,6960 -55034,6959.9 -55034,6959.9 -55034,6959.9 -55034,6959.8 -55034,6959.8 -55033,6959.8 -55033,6959.7 -55033,6959.7 -55033,6959.7 -55033,6959.6 -55033,6959.6 -55033,6959.6 -55033,6959.5 -55033,6959.5 -55033,6959.5 -55033,6959.4 -55033,6959.4 -55033,6959.4 -55033,6959.3 -55033,6959.3 -55033,6959.3 -55033,6959.2 -55033,6959.2 -55033,6959.2 -55033,6959.1 -55033,6959.1 -55033,6959.1 -55033,6959 -55033,6959 -55033,6959 -55033,6959 -55033,6958.9 -55033,6958.9 -55033,6958.9 -55033,6958.8 -55033,6958.8 -55033,6958.8 -55033,6958.7 -55033,6958.7 -55033,6958.7 -55033,6958.6 -55033,6958.6 -55033,6958.6 -55033,6958.6 -55033,6958.5 -55033,6958.5 -55033,6958.5 -55033,6958.4 -55033,6958.4 -55033,6958.4 -55033,6958.3 -55033,6958.3 -55033,6958.3 -55033,6958.3 -55033,6958.2 -55033,6958.2 -55033,6958.2 -55033,6958.1 -55033,6958.1 -55033,6958.1 -55033,6958.1 -55033,6958 -55033,6958 -55033,6958 -55033,6957.9 -55033,6957.9 -55033,6957.9 -55033,6957.9 -55033,6957.8 -55033,6957.8 -55032,6957.8 -55032,6957.7 -55032,6957.7 -55032,6957.7 -55032,6957.7 -55032,6957.6 -55032,6957.6 -55032,6957.6 -55032,6957.5 -55032,6957.5 -55034,6953.8 -55034,6953.7 -55034,6953.7 -55034,6953.6 -55034,6953.6 -55034,6953.6 -55034,6953.5 -55034,6953.5 -55034,6953.4 -55034,6953.4 -55034,6953.3 -55034,6953.3 -55034,6953.3 -55034,6953.2 -55034,6953.2 -55034,6953.1 -55034,6953.1 -55034,6953 -55034,6953 -55034,6953 -55034,6952.9 -55034,6952.9 -55034,6952.8 -55034,6952.8 -55034,6952.7 -55034,6952.7 -55034,6952.6 -55034,6952.6 -55034,6952.6 -55034,6952.5 -55034,6952.5 -55034,6952.4 -55034,6952.4 -55034,6952.3 -55034,6952.3 -55034,6952.3 -55034,6952.2 -55034,6952.2 -55034,6952.1 -55034,6952.1 -55034,6952 -55034,6952 -55034,6952 -55034,6951.9 -55034,6951.9 -55034,6951.8 -55034,6951.8 -55034,6951.8 -55034,6951.7 -55034,6951.7 -55034,6951.6 -55034,6951.6 -55034,6951.6 -55034,6951.5 -55034,6951.5 -55034,6951.4 -55034,6951.4 -55034,6951.4 -55034,6951.3 -55034,6951.3 -55034,6951.2 -55034,6951.2 -55034,6951.2 -55034,6951.1 -55034,6951.1 -55034,6951 -55034,6951 -55034,6951 -55034,6950.9 -55034,6950.9 -55034,6950.8 -55034,6950.8 -55034,6950.8 -55034,6950.7 -55034,6950.7 -55034,6950.6 -55034,6950.6 -55034,6950.6 -55034,6950.5 -55034,6950.5 -55034,6950.5 -55034,6950.4 -55034,6950.4 -55034,6950.3 -55034,6950.3 -55034,6950.3 -55034,6950.2 -55033,6950.2 -55033,6950.1 -55033,6950.1 -55033,6950.1 -55033,6950 -55033,6950 -55033,6949.9 -55033,6949.9 -55033,6949.9 -55033,6949.8 -55033,6949.8 -55034,6947.4 -55034,6947.4 -55034,6947.3 -55034,6947.3 -55034,6947.2 -55034,6947.2 -55034,6947.1 -55034,6947.1 -55034,6947 -55034,6947 -55034,6947 -55034,6946.9 -55034,6946.9 -55034,6946.8 -55034,6946.8 -55034,6946.7 -55034,6946.7 -55034,6946.6 -55034,6946.6 -55034,6946.5 -55034,6946.5 -55034,6946.4 -55034,6946.4 -55034,6946.4 -55034,6946.3 -55034,6946.3 -55034,6946.2 -55034,6946.2 -55034,6946.1 -55034,6946.1 -55034,6946 -55034,6946 -55034,6945.9 -55034,6945.9 -55034,6945.9 -55034,6945.8 -55034,6945.8 -55034,6945.7 -55034,6945.7 -55034,6945.6 -55034,6945.6 -55034,6945.5 -55034,6945.5 -55034,6945.5 -55034,6945.4 -55034,6945.4 -55034,6945.3 -55034,6945.3 -55034,6945.2 -55034,6945.2 -55034,6945.1 -55034,6945.1 -55034,6945 -55034,6945 -55034,6945 -55034,6944.9 -55034,6944.9 -55034,6944.8 -55034,6944.8 -55034,6944.7 -55034,6944.7 -55034,6944.6 -55034,6944.6 -55034,6944.5 -55034,6944.5 -55034,6944.4 -55034,6944.4 -55034,6944.4 -55034,6944.3 -55034,6944.3 -55034,6944.2 -55034,6944.2 -55034,6944.1 -55034,6944.1 -55034,6944 -55034,6944 -55034,6943.9 -55034,6943.9 -55034,6943.8 -55034,6943.8 -55034,6943.8 -55034,6943.7 -55034,6943.7 -55034,6943.6 -55034,6943.6 -55034,6943.5 -55034,6943.5 -55034,6943.4 -55034,6943.4 -55034,6943.3 -55034,6943.3 -55034,6943.3 -55034,6943.2 -55034,6943.2 -55034,6943.1 -55034,6943.1 -55034,6943 -55034,6943 -55034,6942.9 -55035,6940.2 -55035,6940.1 -55035,6940 -55035,6940 -55035,6939.9 -55035,6939.9 -55035,6939.8 -55035,6939.8 -55035,6939.7 -55035,6939.7 -55035,6939.6 -55035,6939.6 -55035,6939.5 -55035,6939.5 -55035,6939.4 -55035,6939.4 -55035,6939.3 -55035,6939.2 -55035,6939.2 -55035,6939.1 -55035,6939.1 -55035,6939 -55035,6939 -55035,6938.9 -55035,6938.9 -55035,6938.8 -55035,6938.8 -55035,6938.7 -55035,6938.7 -55035,6938.6 -55035,6938.6 -55035,6938.5 -55035,6938.5 -55035,6938.4 -55035,6938.3 -55035,6938.3 -55035,6938.2 -55035,6938.2 -55035,6938.1 -55035,6938.1 -55035,6938 -55035,6938 -55035,6937.9 -55035,6937.9 -55035,6937.8 -55035,6937.8 -55035,6937.7 -55035,6937.7 -55035,6937.6 -55035,6937.6 -55035,6937.5 -55035,6937.5 -55035,6937.4 -55035,6937.4 -55035,6937.3 -55035,6937.3 -55035,6937.2 -55035,6937.2 -55035,6937.1 -55035,6937 -55035,6937 -55035,6936.9 -55035,6936.9 -55035,6936.8 -55035,6936.8 -55035,6936.7 -55035,6936.7 -55035,6936.7 -55035,6936.6 -55035,6936.6 -55035,6936.5 -55035,6936.5 -55035,6936.4 -55035,6936.4 -55035,6936.3 -55035,6936.3 -55035,6936.2 -55035,6936.2 -55035,6936.1 -55035,6936.1 -55035,6936 -55035,6936 -55035,6935.9 -55035,6935.9 -55035,6935.8 -55035,6935.8 -55035,6935.7 -55035,6935.7 -55035,6935.6 -55035,6935.6 -55035,6935.5 -55035,6935.5 -55035,6935.4 -55035,6935.4 -55035,6935.3 -55035,6935.3 -55035,6935.2 -55035,6935.2 -55035,6935.2 -55035,6935.1 -55035,6933 -55035,6932.9 -55035,6932.9 -55035,6932.8 -55035,6932.8 -55035,6932.7 -55035,6932.7 -55035,6932.6 -55035,6932.6 -55035,6932.5 -55035,6932.4 -55035,6932.4 -55035,6932.3 -55035,6932.3 -55035,6932.2 -55035,6932.2 -55035,6932.1 -55035,6932.1 -55035,6932 -55035,6932 -55035,6931.9 -55035,6931.9 -55035,6931.8 -55035,6931.8 -55035,6931.7 -55035,6931.6 -55035,6931.6 -55035,6931.5 -55035,6931.5 -55035,6931.4 -55035,6931.4 -55035,6931.3 -55035,6931.3 -55035,6931.2 -55035,6931.2 -55035,6931.1 -55035,6931.1 -55035,6931 -55035,6931 -55035,6930.9 -55035,6930.9 -55035,6930.8 -55035,6930.8 -55035,6930.7 -55035,6930.7 -55035,6930.6 -55035,6930.6 -55035,6930.5 -55035,6930.5 -55035,6930.4 -55035,6930.3 -55035,6930.3 -55035,6930.2 -55035,6930.2 -55035,6930.1 -55035,6930.1 -55035,6930 -55035,6930 -55035,6929.9 -55035,6929.9 -55035,6929.8 -55035,6929.8 -55035,6929.7 -55035,6929.7 -55035,6929.6 -55035,6929.6 -55035,6929.5 -55035,6929.5 -55035,6929.4 -55035,6929.4 -55035,6929.3 -55035,6929.3 -55035,6929.2 -55035,6929.2 -55035,6929.1 -55035,6929.1 -55035,6929 -55035,6929 -55035,6928.9 -55035,6928.9 -55035,6928.8 -55035,6928.8 -55035,6928.7 -55035,6928.7 -55035,6928.6 -55035,6928.6 -55035,6928.5 -55035,6928.5 -55035,6928.4 -55035,6928.4 -55035,6928.3 -55035,6928.3 -55035,6928.2 -55035,6928.2 -55035,6928.1 -55035,6928.1 -55035,6928 -55035,6928 -55035,6927.9 -55035,6927.9 -55035,6925.9 -55035,6925.8 -55035,6925.8 -55035,6925.7 -55035,6925.7 -55035,6925.6 -55035,6925.5 -55035,6925.5 -55035,6925.4 -55035,6925.4 -55035,6925.3 -55035,6925.3 -55035,6925.2 -55035,6925.2 -55035,6925.1 -55035,6925 -55035,6925 -55035,6924.9 -55035,6924.9 -55035,6924.8 -55035,6924.8 -55035,6924.7 -55035,6924.7 -55035,6924.6 -55035,6924.6 -55035,6924.5 -55035,6924.4 -55035,6924.4 -55035,6924.3 -55035,6924.3 -55035,6924.2 -55035,6924.2 -55035,6924.1 -55035,6924.1 -55035,6924 -55035,6923.9 -55035,6923.9 -55035,6923.8 -55035,6923.8 -55035,6923.7 -55035,6923.7 -55035,6923.6 -55035,6923.6 -55035,6923.5 -55035,6923.5 -55035,6923.4 -55035,6923.3 -55035,6923.3 -55035,6923.2 -55035,6923.2 -55035,6923.1 -55035,6923.1 -55035,6923 -55035,6923 -55035,6922.9 -55035,6922.8 -55035,6922.8 -55035,6922.7 -55035,6922.7 -55035,6922.6 -55035,6922.6 -55035,6922.5 -55035,6922.5 -55035,6922.4 -55035,6922.4 -55035,6922.3 -55035,6922.3 -55035,6922.2 -55035,6922.2 -55035,6922.1 -55035,6922 -55035,6922 -55035,6921.9 -55035,6921.9 -55035,6921.8 -55035,6921.8 -55035,6921.7 -55035,6921.7 -55035,6921.6 -55035,6921.6 -55035,6921.5 -55035,6921.5 -55035,6921.4 -55035,6921.4 -55035,6921.3 -55035,6921.2 -55035,6921.2 -55035,6921.1 -55035,6921.1 -55035,6921 -55035,6921 -55035,6920.9 -55035,6920.9 -55035,6920.8 -55035,6920.8 -55035,6920.7 -55036,6920.7 -55036,6920.6 -55035,6919.1 -55035,6919 -55035,6919 -55035,6918.9 -55035,6918.9 -55035,6918.8 -55035,6918.8 -55035,6918.7 -55035,6918.6 -55035,6918.6 -55035,6918.5 -55035,6918.5 -55035,6918.4 -55035,6918.4 -55035,6918.3 -55035,6918.3 -55035,6918.2 -55035,6918.1 -55035,6918.1 -55035,6918 -55035,6918 -55035,6917.9 -55035,6917.8 -55035,6917.8 -55035,6917.7 -55035,6917.7 -55035,6917.6 -55035,6917.6 -55035,6917.5 -55035,6917.4 -55035,6917.4 -55035,6917.3 -55035,6917.3 -55035,6917.2 -55035,6917.2 -55035,6917.1 -55035,6917.1 -55035,6917 -55035,6916.9 -55035,6916.9 -55035,6916.8 -55035,6916.8 -55035,6916.7 -55035,6916.7 -55035,6916.6 -55035,6916.5 -55035,6916.5 -55035,6916.4 -55035,6916.4 -55035,6916.3 -55035,6916.3 -55035,6916.2 -55035,6916.2 -55035,6916.1 -55035,6916 -55035,6916 -55035,6915.9 -55035,6915.9 -55035,6915.8 -55035,6915.8 -55035,6915.7 -55035,6915.6 -55035,6915.6 -55035,6915.5 -55035,6915.5 -55035,6915.4 -55035,6915.4 -55035,6915.3 -55035,6915.3 -55035,6915.2 -55035,6915.1 -55035,6915.1 -55035,6915 -55035,6915 -55035,6914.9 -55035,6914.9 -55035,6914.8 -55035,6914.7 -55035,6914.7 -55035,6914.6 -55035,6914.6 -55035,6914.5 -55035,6914.5 -55035,6914.4 -55035,6914.3 -55035,6914.3 -55035,6914.2 -55035,6914.2 -55035,6914.1 -55035,6914.1 -55035,6914 -55035,6914 -55035,6913.9 -55035,6913.8 -55035,6913.8 -55035,6913.7 -55035,6913.7 -55036,6913.6 -55036,6913.6 -55036,6913.5 -55036,6913.5 -55034,6912.8 -55034,6912.7 -55034,6912.7 -55034,6912.6 -55034,6912.5 -55034,6912.5 -55034,6912.4 -55034,6912.4 -55034,6912.3 -55034,6912.3 -55034,6912.2 -55034,6912.2 -55034,6912.1 -55034,6912 -55034,6912 -55034,6911.9 -55034,6911.9 -55034,6911.8 -55034,6911.8 -55034,6911.7 -55034,6911.6 -55034,6911.6 -55034,6911.5 -55034,6911.5 -55034,6911.4 -55034,6911.4 -55034,6911.3 -55034,6911.3 -55034,6911.2 -55034,6911.1 -55034,6911.1 -55034,6911 -55034,6911 -55034,6910.9 -55034,6910.9 -55034,6910.8 -55034,6910.8 -55034,6910.7 -55034,6910.7 -55034,6910.6 -55034,6910.5 -55034,6910.5 -55034,6910.4 -55034,6910.4 -55034,6910.3 -55034,6910.3 -55034,6910.2 -55034,6910.1 -55034,6910.1 -55034,6910 -55034,6910 -55034,6909.9 -55034,6909.9 -55034,6909.8 -55034,6909.8 -55034,6909.7 -55034,6909.6 -55034,6909.6 -55034,6909.5 -55034,6909.5 -55034,6909.4 -55034,6909.4 -55034,6909.3 -55034,6909.3 -55034,6909.2 -55034,6909.1 -55034,6909.1 -55034,6909 -55034,6909 -55034,6908.9 -55034,6908.9 -55034,6908.8 -55034,6908.8 -55034,6908.7 -55034,6908.7 -55035,6908.6 -55035,6908.6 -55035,6908.5 -55035,6908.4 -55035,6908.4 -55035,6908.3 -55035,6908.3 -55035,6908.2 -55035,6908.2 -55035,6908.1 -55035,6908.1 -55035,6908 -55035,6908 -55035,6907.9 -55035,6907.9 -55035,6907.8 -55035,6907.8 -55035,6907.7 -55035,6907.6 -55035,6907.6 -55035,6907.5 -55035,6907.5 -55034,6906.6 -55034,6906.5 -55034,6906.5 -55034,6906.4 -55034,6906.4 -55034,6906.3 -55034,6906.3 -55034,6906.2 -55034,6906.2 -55034,6906.1 -55034,6906.1 -55034,6906 -55034,6905.9 -55034,6905.9 -55034,6905.8 -55034,6905.8 -55034,6905.7 -55034,6905.7 -55034,6905.6 -55034,6905.6 -55034,6905.5 -55034,6905.4 -55034,6905.4 -55034,6905.3 -55034,6905.3 -55034,6905.2 -55034,6905.2 -55034,6905.1 -55034,6905.1 -55034,6905 -55034,6905 -55034,6904.9 -55034,6904.9 -55034,6904.8 -55034,6904.7 -55034,6904.7 -55034,6904.6 -55034,6904.6 -55034,6904.5 -55034,6904.5 -55034,6904.4 -55034,6904.4 -55034,6904.3 -55034,6904.3 -55034,6904.2 -55034,6904.2 -55034,6904.1 -55034,6904.1 -55034,6904 -55034,6903.9 -55034,6903.9 -55034,6903.8 -55034,6903.8 -55034,6903.7 -55034,6903.7 -55034,6903.6 -55034,6903.6 -55034,6903.5 -55034,6903.5 -55034,6903.4 -55034,6903.4 -55034,6903.3 -55034,6903.3 -55034,6903.2 -55034,6903.2 -55034,6903.1 -55034,6903.1 -55034,6903 -55034,6903 -55034,6902.9 -55034,6902.9 -55034,6902.8 -55034,6902.8 -55034,6902.7 -55034,6902.7 -55034,6902.6 -55034,6902.6 -55034,6902.5 -55034,6902.5 -55034,6902.4 -55034,6902.4 -55034,6902.3 -55034,6902.3 -55034,6902.2 -55034,6902.1 -55034,6902.1 -55034,6902 -55034,6902 -55034,6901.9 -55034,6901.9 -55034,6901.8 -55034,6901.8 -55034,6901.7 -55034,6901.7 -55034,6901.6 -55034,6901.6 -55034,6901.5 -55034,6901.5 -55034,6901.4 -55034,6901.4 -55033,6900.7 -55033,6900.7 -55033,6900.6 -55033,6900.6 -55033,6900.5 -55033,6900.5 -55033,6900.4 -55033,6900.4 -55033,6900.3 -55033,6900.3 -55033,6900.2 -55033,6900.2 -55033,6900.1 -55033,6900.1 -55033,6900 -55033,6900 -55033,6899.9 -55033,6899.9 -55033,6899.8 -55033,6899.8 -55033,6899.7 -55033,6899.7 -55033,6899.6 -55033,6899.5 -55033,6899.5 -55033,6899.4 -55033,6899.4 -55033,6899.3 -55033,6899.3 -55033,6899.2 -55033,6899.2 -55033,6899.1 -55033,6899.1 -55033,6899 -55033,6899 -55033,6898.9 -55033,6898.9 -55033,6898.8 -55033,6898.8 -55033,6898.7 -55033,6898.7 -55033,6898.6 -55033,6898.6 -55033,6898.5 -55033,6898.5 -55033,6898.4 -55033,6898.4 -55033,6898.3 -55033,6898.3 -55033,6898.2 -55033,6898.2 -55033,6898.1 -55033,6898.1 -55033,6898 -55033,6898 -55033,6897.9 -55033,6897.9 -55033,6897.8 -55033,6897.8 -55033,6897.7 -55033,6897.7 -55033,6897.6 -55033,6897.6 -55033,6897.5 -55033,6897.5 -55033,6897.4 -55033,6897.4 -55033,6897.3 -55033,6897.3 -55033,6897.2 -55033,6897.2 -55033,6897.1 -55033,6897.1 -55033,6897 -55033,6897 -55033,6896.9 -55033,6896.9 -55033,6896.8 -55033,6896.8 -55033,6896.7 -55033,6896.7 -55033,6896.6 -55033,6896.6 -55033,6896.5 -55033,6896.5 -55033,6896.4 -55033,6896.4 -55033,6896.3 -55033,6896.3 -55033,6896.3 -55033,6896.2 -55033,6896.2 -55033,6896.1 -55033,6896.1 -55033,6896 -55033,6896 -55033,6895.9 -55033,6895.9 -55033,6895.8 -55033,6895.8 -55032,6894.6 -55032,6894.6 -55032,6894.5 -55032,6894.5 -55032,6894.4 -55032,6894.4 -55032,6894.3 -55032,6894.3 -55032,6894.2 -55032,6894.2 -55032,6894.1 -55032,6894.1 -55032,6894 -55032,6894 -55032,6893.9 -55032,6893.9 -55032,6893.9 -55032,6893.8 -55032,6893.8 -55032,6893.7 -55032,6893.7 -55032,6893.6 -55032,6893.6 -55032,6893.5 -55032,6893.5 -55032,6893.4 -55032,6893.4 -55032,6893.3 -55032,6893.3 -55032,6893.2 -55032,6893.2 -55032,6893.1 -55032,6893.1 -55032,6893 -55032,6893 -55032,6892.9 -55032,6892.9 -55032,6892.8 -55032,6892.8 -55032,6892.7 -55032,6892.7 -55032,6892.6 -55032,6892.6 -55032,6892.5 -55032,6892.5 -55032,6892.4 -55032,6892.4 -55032,6892.3 -55032,6892.3 -55032,6892.2 -55032,6892.2 -55032,6892.1 -55032,6892.1 -55032,6892 -55032,6892 -55032,6891.9 -55032,6891.9 -55032,6891.8 -55032,6891.8 -55032,6891.8 -55032,6891.7 -55032,6891.7 -55032,6891.6 -55032,6891.6 -55032,6891.5 -55032,6891.5 -55032,6891.4 -55032,6891.4 -55032,6891.3 -55032,6891.3 -55032,6891.2 -55032,6891.2 -55032,6891.1 -55032,6891.1 -55032,6891 -55032,6891 -55032,6890.9 -55032,6890.9 -55032,6890.9 -55032,6890.8 -55032,6890.8 -55032,6890.7 -55032,6890.7 -55032,6890.6 -55032,6890.6 -55032,6890.5 -55032,6890.5 -55032,6890.4 -55032,6890.4 -55032,6890.3 -55032,6890.3 -55032,6890.2 -55032,6890.2 -55032,6890.2 -55032,6890.1 -55032,6890.1 -55032,6890 -55032,6890 -55032,6889.9 -55031,6888.5 -55031,6888.5 -55031,6888.4 -55031,6888.4 -55031,6888.3 -55031,6888.3 -55031,6888.2 -55031,6888.2 -55031,6888.1 -55031,6888.1 -55031,6888 -55031,6888 -55031,6887.9 -55031,6887.9 -55031,6887.8 -55031,6887.8 -55031,6887.7 -55031,6887.7 -55031,6887.6 -55031,6887.6 -55031,6887.5 -55031,6887.5 -55031,6887.4 -55031,6887.4 -55031,6887.3 -55031,6887.3 -55031,6887.2 -55031,6887.2 -55031,6887.1 -55031,6887.1 -55031,6887 -55031,6887 -55031,6886.9 -55031,6886.9 -55031,6886.8 -55031,6886.8 -55031,6886.7 -55031,6886.7 -55031,6886.6 -55031,6886.6 -55031,6886.5 -55031,6886.5 -55031,6886.4 -55031,6886.4 -55031,6886.3 -55031,6886.3 -55031,6886.3 -55031,6886.2 -55031,6886.2 -55031,6886.1 -55031,6886.1 -55031,6886 -55031,6886 -55031,6885.9 -55031,6885.9 -55031,6885.8 -55031,6885.8 -55031,6885.7 -55031,6885.7 -55031,6885.6 -55031,6885.6 -55031,6885.5 -55031,6885.5 -55031,6885.4 -55031,6885.4 -55031,6885.3 -55031,6885.3 -55031,6885.3 -55031,6885.2 -55031,6885.2 -55031,6885.1 -55031,6885.1 -55031,6885 -55031,6885 -55031,6884.9 -55031,6884.9 -55031,6884.8 -55031,6884.8 -55031,6884.7 -55031,6884.7 -55031,6884.6 -55031,6884.6 -55031,6884.5 -55031,6884.5 -55031,6884.4 -55031,6884.4 -55031,6884.4 -55031,6884.3 -55031,6884.3 -55031,6884.2 -55031,6884.2 -55031,6884.1 -55031,6884.1 -55031,6884 -55031,6884 -55031,6884 -55031,6883.9 -55031,6883.9 -55031,6883.8 -55031,6883.8 -55030,6882.3 -55030,6882.3 -55030,6882.2 -55030,6882.2 -55030,6882.1 -55030,6882.1 -55030,6882 -55030,6882 -55030,6881.9 -55030,6881.9 -55030,6881.8 -55030,6881.8 -55030,6881.7 -55030,6881.7 -55030,6881.6 -55030,6881.6 -55030,6881.5 -55030,6881.5 -55030,6881.4 -55030,6881.4 -55030,6881.3 -55030,6881.3 -55030,6881.2 -55030,6881.2 -55030,6881.1 -55030,6881.1 -55030,6881 -55030,6881 -55030,6880.9 -55030,6880.9 -55030,6880.8 -55030,6880.8 -55030,6880.7 -55030,6880.7 -55030,6880.6 -55030,6880.6 -55030,6880.5 -55030,6880.5 -55030,6880.4 -55030,6880.4 -55030,6880.3 -55030,6880.3 -55030,6880.2 -55030,6880.2 -55030,6880.1 -55030,6880.1 -55030,6880 -55030,6880 -55030,6880 -55030,6879.9 -55030,6879.9 -55030,6879.8 -55030,6879.8 -55030,6879.7 -55030,6879.7 -55030,6879.6 -55030,6879.6 -55030,6879.5 -55030,6879.5 -55030,6879.4 -55030,6879.4 -55030,6879.3 -55030,6879.3 -55030,6879.2 -55030,6879.2 -55030,6879.1 -55030,6879.1 -55030,6879 -55030,6879 -55030,6878.9 -55030,6878.9 -55030,6878.9 -55030,6878.8 -55030,6878.8 -55030,6878.7 -55030,6878.7 -55030,6878.6 -55030,6878.6 -55030,6878.5 -55030,6878.5 -55030,6878.4 -55030,6878.4 -55030,6878.3 -55030,6878.3 -55030,6878.2 -55030,6878.2 -55030,6878.1 -55030,6878.1 -55030,6878 -55030,6878 -55030,6878 -55030,6877.9 -55030,6877.9 -55030,6877.8 -55030,6877.8 -55030,6877.7 -55030,6877.7 -55030,6877.6 -55030,6877.6 -55030,6877.5 -55029,6876.1 -55029,6876 -55029,6876 -55029,6875.9 -55029,6875.9 -55029,6875.8 -55029,6875.8 -55029,6875.7 -55029,6875.7 -55029,6875.6 -55029,6875.6 -55029,6875.5 -55029,6875.5 -55029,6875.4 -55029,6875.4 -55029,6875.3 -55029,6875.3 -55029,6875.2 -55029,6875.2 -55029,6875.1 -55029,6875.1 -55029,6875 -55029,6875 -55029,6874.9 -55029,6874.9 -55029,6874.8 -55029,6874.8 -55029,6874.7 -55029,6874.7 -55029,6874.6 -55029,6874.6 -55029,6874.5 -55029,6874.5 -55029,6874.4 -55029,6874.4 -55029,6874.3 -55029,6874.3 -55029,6874.3 -55029,6874.2 -55029,6874.2 -55029,6874.1 -55029,6874.1 -55029,6874 -55029,6874 -55029,6873.9 -55029,6873.9 -55029,6873.8 -55029,6873.8 -55029,6873.7 -55029,6873.7 -55029,6873.6 -55029,6873.6 -55029,6873.6 -55029,6873.5 -55029,6873.5 -55029,6873.4 -55029,6873.4 -55029,6873.3 -55029,6873.3 -55029,6873.2 -55029,6873.2 -55029,6873.1 -55029,6873.1 -55029,6873 -55029,6873 -55029,6873 -55029,6872.9 -55029,6872.9 -55029,6872.8 -55029,6872.8 -55029,6872.7 -55029,6872.7 -55029,6872.6 -55028,6872.6 -55028,6872.6 -55028,6872.5 -55028,6872.5 -55028,6872.4 -55028,6872.4 -55028,6872.3 -55028,6872.3 -55028,6872.2 -55028,6872.2 -55028,6872.2 -55028,6872.1 -55028,6872.1 -55028,6872 -55028,6872 -55028,6871.9 -55028,6871.9 -55028,6871.9 -55028,6871.8 -55028,6871.8 -55028,6871.7 -55028,6871.7 -55028,6871.6 -55028,6871.6 -55028,6871.6 -55028,6871.5 -55028,6871.5 -55028,6871.4 -55028,6871.4 -55028,6871.3 -55028,6871.3 -55028,6869.7 -55028,6869.7 -55028,6869.6 -55028,6869.6 -55028,6869.5 -55028,6869.5 -55028,6869.4 -55028,6869.4 -55028,6869.3 -55028,6869.3 -55028,6869.3 -55028,6869.2 -55028,6869.2 -55028,6869.1 -55028,6869.1 -55028,6869 -55028,6869 -55028,6868.9 -55028,6868.9 -55028,6868.8 -55028,6868.8 -55028,6868.7 -55027,6868.7 -55027,6868.6 -55027,6868.6 -55027,6868.5 -55027,6868.5 -55027,6868.5 -55027,6868.4 -55027,6868.4 -55027,6868.3 -55027,6868.3 -55027,6868.2 -55027,6868.2 -55027,6868.1 -55027,6868.1 -55027,6868 -55027,6868 -55027,6867.9 -55027,6867.9 -55027,6867.9 -55027,6867.8 -55027,6867.8 -55027,6867.7 -55027,6867.7 -55027,6867.6 -55027,6867.6 -55027,6867.5 -55027,6867.5 -55027,6867.4 -55027,6867.4 -55027,6867.4 -55027,6867.3 -55027,6867.3 -55027,6867.2 -55027,6867.2 -55027,6867.1 -55027,6867.1 -55027,6867 -55027,6867 -55027,6866.9 -55027,6866.9 -55027,6866.9 -55027,6866.8 -55027,6866.8 -55027,6866.7 -55027,6866.7 -55027,6866.6 -55027,6866.6 -55027,6866.5 -55027,6866.5 -55027,6866.4 -55027,6866.4 -55027,6866.4 -55027,6866.3 -55027,6866.3 -55027,6866.2 -55027,6866.2 -55027,6866.1 -55027,6866.1 -55027,6866 -55027,6866 -55027,6866 -55027,6865.9 -55027,6865.9 -55027,6865.8 -55027,6865.8 -55027,6865.7 -55027,6865.7 -55027,6865.7 -55027,6865.6 -55027,6865.6 -55027,6862.9 -55027,6862.8 -55027,6862.8 -55027,6862.7 -55027,6862.7 -55027,6862.6 -55027,6862.6 -55027,6862.5 -55027,6862.5 -55027,6862.4 -55027,6862.4 -55026,6862.3 -55026,6862.3 -55026,6862.2 -55026,6862.2 -55026,6862.1 -55026,6862.1 -55026,6862 -55026,6862 -55026,6861.9 -55026,6861.9 -55026,6861.8 -55026,6861.8 -55026,6861.7 -55026,6861.7 -55026,6861.6 -55026,6861.6 -55026,6861.5 -55026,6861.5 -55026,6861.4 -55026,6861.4 -55026,6861.3 -55026,6861.3 -55026,6861.2 -55026,6861.2 -55026,6861.1 -55026,6861.1 -55026,6861 -55026,6861 -55026,6860.9 -55026,6860.9 -55026,6860.8 -55026,6860.8 -55026,6860.7 -55026,6860.7 -55026,6860.6 -55026,6860.6 -55026,6860.5 -55026,6860.5 -55026,6860.4 -55026,6860.4 -55026,6860.3 -55026,6860.3 -55026,6860.2 -55026,6860.2 -55026,6860.1 -55026,6860.1 -55026,6860 -55026,6860 -55026,6859.9 -55026,6859.9 -55026,6859.9 -55026,6859.8 -55026,6859.8 -55026,6859.7 -55026,6859.7 -55026,6859.6 -55026,6859.6 -55026,6859.5 -55026,6859.5 -55026,6859.4 -55026,6859.4 -55026,6859.3 -55026,6859.3 -55026,6859.2 -55026,6859.2 -55026,6859.1 -55026,6859.1 -55026,6859 -55026,6859 -55026,6858.9 -55026,6858.9 -55026,6858.9 -55026,6858.8 -55025,6858.8 -55025,6858.7 -55025,6858.7 -55025,6858.6 -55025,6858.6 -55025,6858.5 -55025,6858.5 -55025,6858.4 -55025,6858.4 -55025,6858.3 -55025,6858.3 -55025,6858.2 -55025,6858.2 -55025,6858.1 -55025,6858.1 -55025,6858 -55025,6858 -55025,6857.9 -55026,6854.8 -55026,6854.8 -55026,6854.7 -55026,6854.6 -55026,6854.6 -55026,6854.5 -55026,6854.5 -55026,6854.4 -55026,6854.4 -55026,6854.3 -55026,6854.2 -55026,6854.2 -55026,6854.1 -55026,6854.1 -55026,6854 -55026,6854 -55026,6853.9 -55026,6853.8 -55026,6853.8 -55026,6853.7 -55026,6853.7 -55026,6853.6 -55026,6853.6 -55026,6853.5 -55026,6853.5 -55026,6853.4 -55026,6853.3 -55026,6853.3 -55026,6853.2 -55026,6853.2 -55026,6853.1 -55026,6853.1 -55026,6853 -55026,6852.9 -55026,6852.9 -55026,6852.8 -55026,6852.8 -55026,6852.7 -55026,6852.7 -55026,6852.6 -55026,6852.6 -55026,6852.5 -55026,6852.4 -55025,6852.4 -55025,6852.3 -55025,6852.3 -55025,6852.2 -55025,6852.2 -55025,6852.1 -55025,6852.1 -55025,6852 -55025,6851.9 -55025,6851.9 -55025,6851.8 -55025,6851.8 -55025,6851.7 -55025,6851.7 -55025,6851.6 -55025,6851.6 -55025,6851.5 -55025,6851.5 -55025,6851.4 -55025,6851.3 -55025,6851.3 -55025,6851.2 -55025,6851.2 -55025,6851.1 -55025,6851.1 -55025,6851 -55025,6851 -55025,6850.9 -55025,6850.9 -55025,6850.8 -55025,6850.7 -55025,6850.7 -55025,6850.6 -55025,6850.6 -55025,6850.5 -55025,6850.5 -55025,6850.4 -55025,6850.4 -55025,6850.3 -55025,6850.3 -55025,6850.2 -55025,6850.2 -55025,6850.1 -55025,6850.1 -55025,6850 -55025,6850 -55025,6849.9 -55025,6849.9 -55025,6849.8 -55025,6849.7 -55025,6849.7 -55025,6849.6 -55025,6849.6 -55025,6849.5 -55025,6849.5 -55025,6846.7 -55025,6846.6 -55025,6846.6 -55025,6846.5 -55025,6846.5 -55025,6846.4 -55025,6846.3 -55025,6846.3 -55025,6846.2 -55025,6846.1 -55025,6846.1 -55025,6846 -55025,6846 -55025,6845.9 -55025,6845.8 -55025,6845.8 -55025,6845.7 -55025,6845.7 -55025,6845.6 -55025,6845.5 -55025,6845.5 -55025,6845.4 -55025,6845.4 -55025,6845.3 -55025,6845.2 -55025,6845.2 -55025,6845.1 -55025,6845.1 -55025,6845 -55025,6845 -55025,6844.9 -55025,6844.8 -55025,6844.8 -55025,6844.7 -55025,6844.7 -55025,6844.6 -55025,6844.5 -55025,6844.5 -55025,6844.4 -55025,6844.4 -55025,6844.3 -55025,6844.3 -55025,6844.2 -55025,6844.1 -55025,6844.1 -55025,6844 -55025,6844 -55025,6843.9 -55025,6843.9 -55025,6843.8 -55025,6843.7 -55025,6843.7 -55025,6843.6 -55025,6843.6 -55025,6843.5 -55025,6843.4 -55025,6843.4 -55025,6843.3 -55025,6843.3 -55025,6843.2 -55025,6843.2 -55025,6843.1 -55025,6843.1 -55025,6843 -55025,6842.9 -55025,6842.9 -55025,6842.8 -55025,6842.8 -55025,6842.7 -55025,6842.7 -55025,6842.6 -55025,6842.5 -55025,6842.5 -55025,6842.4 -55025,6842.4 -55025,6842.3 -55025,6842.3 -55025,6842.2 -55025,6842.1 -55025,6842.1 -55025,6842 -55025,6842 -55025,6841.9 -55025,6841.9 -55025,6841.8 -55025,6841.7 -55025,6841.7 -55025,6841.6 -55025,6841.6 -55025,6841.5 -55025,6841.5 -55025,6841.4 -55025,6841.3 -55025,6841.3 -55025,6841.2 -55025,6841.2 -55025,6841.1 -55025,6841.1 -55025,6841 -55025,6838.4 -55025,6838.3 -55025,6838.3 -55025,6838.2 -55025,6838.1 -55025,6838.1 -55025,6838 -55025,6838 -55025,6837.9 -55025,6837.8 -55025,6837.8 -55025,6837.7 -55025,6837.6 -55025,6837.6 -55025,6837.5 -55025,6837.4 -55025,6837.4 -55025,6837.3 -55025,6837.3 -55025,6837.2 -55025,6837.1 -55025,6837.1 -55025,6837 -55025,6836.9 -55025,6836.9 -55025,6836.8 -55025,6836.7 -55025,6836.7 -55025,6836.6 -55025,6836.6 -55025,6836.5 -55025,6836.4 -55025,6836.4 -55025,6836.3 -55025,6836.2 -55025,6836.2 -55025,6836.1 -55025,6836.1 -55025,6836 -55025,6835.9 -55025,6835.9 -55025,6835.8 -55025,6835.7 -55025,6835.7 -55025,6835.6 -55025,6835.6 -55025,6835.5 -55025,6835.4 -55025,6835.4 -55025,6835.3 -55025,6835.2 -55025,6835.2 -55025,6835.1 -55025,6835.1 -55025,6835 -55025,6834.9 -55025,6834.9 -55025,6834.8 -55025,6834.7 -55025,6834.7 -55025,6834.6 -55025,6834.6 -55025,6834.5 -55025,6834.4 -55025,6834.4 -55025,6834.3 -55025,6834.2 -55025,6834.2 -55025,6834.1 -55025,6834.1 -55025,6834 -55025,6833.9 -55025,6833.9 -55025,6833.8 -55025,6833.8 -55025,6833.7 -55025,6833.6 -55025,6833.6 -55025,6833.5 -55025,6833.5 -55025,6833.4 -55025,6833.3 -55025,6833.3 -55025,6833.2 -55025,6833.1 -55025,6833.1 -55025,6833 -55025,6833 -55025,6832.9 -55025,6832.8 -55025,6832.8 -55025,6832.7 -55025,6832.7 -55025,6832.6 -55025,6832.5 -55025,6832.5 -55025,6832.4 -55025,6832.4 -55025,6832.3 -55025,6832.2 -55025,6831.5 -55025,6831.5 -55025,6831.4 -55025,6831.4 -55025,6831.3 -55025,6831.2 -55025,6831.2 -55025,6831.1 -55025,6831.1 -55025,6831 -55025,6830.9 -55025,6830.9 -55025,6830.8 -55025,6830.7 -55025,6830.7 -55025,6830.6 -55025,6830.6 -55025,6830.5 -55025,6830.4 -55025,6830.4 -55025,6830.3 -55025,6830.2 -55025,6830.2 -55025,6830.1 -55025,6830.1 -55025,6830 -55025,6829.9 -55025,6829.9 -55025,6829.8 -55025,6829.7 -55025,6829.7 -55025,6829.6 -55025,6829.6 -55025,6829.5 -55025,6829.4 -55025,6829.4 -55025,6829.3 -55025,6829.3 -55025,6829.2 -55025,6829.1 -55025,6829.1 -55025,6829 -55025,6828.9 -55025,6828.9 -55025,6828.8 -55025,6828.8 -55025,6828.7 -55025,6828.6 -55025,6828.6 -55025,6828.5 -55025,6828.5 -55025,6828.4 -55025,6828.3 -55025,6828.3 -55025,6828.2 -55025,6828.2 -55025,6828.1 -55025,6828 -55025,6828 -55025,6827.9 -55025,6827.9 -55025,6827.8 -55025,6827.8 -55025,6827.7 -55025,6827.6 -55025,6827.6 -55025,6827.5 -55025,6827.5 -55025,6827.4 -55025,6827.3 -55025,6827.3 -55025,6827.2 -55025,6827.2 -55025,6827.1 -55025,6827 -55025,6827 -55025,6826.9 -55025,6826.9 -55025,6826.8 -55025,6826.8 -55025,6826.7 -55025,6826.6 -55025,6826.6 -55025,6826.5 -55025,6826.5 -55025,6826.4 -55025,6826.3 -55025,6826.3 -55025,6826.2 -55025,6826.2 -55025,6826.1 -55025,6826 -55025,6826 -55025,6825.9 -55025,6825.9 -55025,6825.8 -55025,6825.8 -55025,6825.7 -55025,6825.6 -55025,6825.6 -55024,6825.9 -55024,6825.8 -55024,6825.8 -55024,6825.7 -55024,6825.6 -55024,6825.6 -55024,6825.5 -55024,6825.5 -55024,6825.4 -55024,6825.4 -55024,6825.3 -55024,6825.3 -55024,6825.2 -55024,6825.1 -55024,6825.1 -55024,6825 -55024,6825 -55024,6824.9 -55024,6824.9 -55024,6824.8 -55024,6824.8 -55024,6824.7 -55024,6824.7 -55024,6824.6 -55024,6824.5 -55024,6824.5 -55024,6824.4 -55024,6824.4 -55024,6824.3 -55024,6824.3 -55024,6824.2 -55024,6824.2 -55024,6824.1 -55024,6824.1 -55024,6824 -55024,6824 -55024,6823.9 -55024,6823.9 -55024,6823.8 -55024,6823.7 -55024,6823.7 -55024,6823.6 -55024,6823.6 -55024,6823.5 -55024,6823.5 -55024,6823.4 -55024,6823.4 -55024,6823.3 -55024,6823.3 -55024,6823.2 -55024,6823.2 -55024,6823.1 -55024,6823.1 -55024,6823 -55024,6823 -55024,6822.9 -55024,6822.9 -55024,6822.8 -55024,6822.8 -55024,6822.7 -55024,6822.7 -55024,6822.6 -55024,6822.6 -55024,6822.5 -55024,6822.4 -55024,6822.4 -55024,6822.3 -55024,6822.3 -55024,6822.2 -55024,6822.2 -55024,6822.1 -55024,6822.1 -55024,6822 -55024,6822 -55024,6821.9 -55024,6821.9 -55024,6821.8 -55024,6821.8 -55024,6821.7 -55024,6821.7 -55024,6821.6 -55024,6821.6 -55024,6821.5 -55024,6821.5 -55024,6821.4 -55024,6821.4 -55024,6821.3 -55025,6821.3 -55025,6821.3 -55025,6821.2 -55025,6821.2 -55025,6821.1 -55025,6821.1 -55025,6821 -55025,6821 -55025,6820.9 -55025,6820.9 -55024,6819.5 -55024,6819.5 -55024,6819.4 -55024,6819.3 -55024,6819.3 -55024,6819.2 -55024,6819.2 -55024,6819.1 -55024,6819.1 -55024,6819 -55024,6819 -55024,6818.9 -55024,6818.9 -55024,6818.8 -55024,6818.8 -55024,6818.7 -55024,6818.7 -55024,6818.6 -55024,6818.6 -55024,6818.5 -55024,6818.5 -55024,6818.4 -55024,6818.4 -55024,6818.3 -55024,6818.3 -55024,6818.2 -55024,6818.1 -55024,6818.1 -55024,6818 -55024,6818 -55024,6817.9 -55024,6817.9 -55024,6817.8 -55024,6817.8 -55024,6817.7 -55024,6817.7 -55024,6817.6 -55024,6817.6 -55024,6817.5 -55024,6817.5 -55024,6817.4 -55024,6817.4 -55024,6817.3 -55024,6817.3 -55024,6817.2 -55024,6817.2 -55024,6817.1 -55024,6817.1 -55024,6817 -55024,6817 -55024,6816.9 -55024,6816.9 -55024,6816.8 -55024,6816.8 -55024,6816.7 -55024,6816.7 -55024,6816.6 -55024,6816.6 -55024,6816.5 -55024,6816.5 -55024,6816.4 -55024,6816.4 -55024,6816.4 -55024,6816.3 -55024,6816.3 -55024,6816.2 -55024,6816.2 -55024,6816.1 -55024,6816.1 -55024,6816 -55024,6816 -55024,6815.9 -55024,6815.9 -55024,6815.8 -55024,6815.8 -55024,6815.7 -55024,6815.7 -55024,6815.6 -55024,6815.6 -55024,6815.5 -55024,6815.5 -55024,6815.5 -55024,6815.4 -55024,6815.4 -55024,6815.3 -55024,6815.3 -55024,6815.2 -55024,6815.2 -55024,6815.1 -55024,6815.1 -55024,6815 -55024,6815 -55024,6814.9 -55024,6814.9 -55024,6814.8 -55024,6814.8 -55024,6814.8 -55024,6814.7 -55024,6814.7 -55024,6814.6 -55023,6812.5 -55023,6812.5 -55023,6812.4 -55023,6812.3 -55023,6812.3 -55023,6812.2 -55023,6812.2 -55023,6812.1 -55023,6812.1 -55023,6812 -55023,6812 -55023,6811.9 -55023,6811.9 -55023,6811.8 -55023,6811.8 -55023,6811.7 -55023,6811.7 -55023,6811.6 -55023,6811.6 -55023,6811.5 -55023,6811.5 -55023,6811.4 -55023,6811.4 -55024,6811.3 -55024,6811.3 -55024,6811.2 -55024,6811.2 -55024,6811.1 -55024,6811.1 -55024,6811 -55024,6811 -55024,6810.9 -55024,6810.9 -55024,6810.8 -55024,6810.8 -55024,6810.7 -55024,6810.7 -55024,6810.6 -55024,6810.6 -55024,6810.5 -55024,6810.5 -55024,6810.4 -55024,6810.4 -55024,6810.3 -55024,6810.3 -55024,6810.2 -55024,6810.2 -55024,6810.1 -55024,6810.1 -55024,6810 -55024,6810 -55024,6809.9 -55024,6809.8 -55024,6809.8 -55024,6809.7 -55024,6809.7 -55024,6809.6 -55024,6809.6 -55024,6809.5 -55024,6809.5 -55024,6809.5 -55024,6809.4 -55024,6809.4 -55024,6809.3 -55024,6809.3 -55024,6809.2 -55024,6809.2 -55024,6809.1 -55024,6809.1 -55024,6809 -55024,6809 -55024,6808.9 -55024,6808.9 -55024,6808.8 -55024,6808.8 -55024,6808.7 -55024,6808.7 -55024,6808.6 -55024,6808.6 -55024,6808.5 -55024,6808.5 -55024,6808.4 -55024,6808.4 -55024,6808.3 -55024,6808.3 -55024,6808.2 -55024,6808.2 -55024,6808.1 -55024,6808.1 -55024,6808.1 -55024,6808 -55024,6808 -55024,6807.9 -55024,6807.9 -55024,6807.8 -55024,6807.8 -55024,6807.7 -55024,6807.7 -55024,6807.6 -55024,6807.6 -55023,6803.9 -55023,6803.9 -55023,6803.8 -55023,6803.8 -55023,6803.7 -55023,6803.6 -55023,6803.6 -55023,6803.5 -55023,6803.5 -55023,6803.4 -55023,6803.4 -55023,6803.3 -55023,6803.2 -55023,6803.2 -55023,6803.1 -55023,6803.1 -55023,6803 -55023,6803 -55023,6802.9 -55023,6802.8 -55023,6802.8 -55024,6802.7 -55024,6802.7 -55024,6802.6 -55024,6802.6 -55024,6802.5 -55024,6802.4 -55024,6802.4 -55024,6802.3 -55024,6802.3 -55024,6802.2 -55024,6802.2 -55024,6802.1 -55024,6802.1 -55024,6802 -55024,6801.9 -55024,6801.9 -55024,6801.8 -55024,6801.8 -55024,6801.7 -55024,6801.7 -55024,6801.6 -55024,6801.6 -55024,6801.5 -55024,6801.4 -55024,6801.4 -55024,6801.3 -55024,6801.3 -55024,6801.2 -55024,6801.2 -55024,6801.1 -55024,6801.1 -55024,6801 -55024,6801 -55024,6800.9 -55024,6800.9 -55024,6800.8 -55024,6800.7 -55024,6800.7 -55024,6800.6 -55024,6800.6 -55024,6800.5 -55024,6800.5 -55024,6800.4 -55024,6800.4 -55024,6800.3 -55024,6800.3 -55024,6800.2 -55024,6800.2 -55024,6800.1 -55024,6800 -55024,6800 -55024,6799.9 -55024,6799.9 -55024,6799.8 -55024,6799.8 -55024,6799.7 -55024,6799.7 -55024,6799.6 -55024,6799.6 -55024,6799.5 -55024,6799.5 -55024,6799.4 -55024,6799.4 -55024,6799.3 -55024,6799.2 -55024,6799.2 -55024,6799.1 -55024,6799.1 -55024,6799 -55024,6799 -55024,6798.9 -55024,6798.9 -55024,6798.8 -55024,6798.8 -55024,6798.7 -55024,6798.7 -55024,6798.6 -55024,6798.6 -55024,6798.5 -55024,6798.5 -55023,6795.4 -55023,6795.3 -55023,6795.3 -55023,6795.2 -55023,6795.2 -55023,6795.1 -55023,6795 -55023,6795 -55023,6794.9 -55023,6794.8 -55023,6794.8 -55023,6794.7 -55023,6794.7 -55023,6794.6 -55023,6794.5 -55023,6794.5 -55023,6794.4 -55023,6794.4 -55023,6794.3 -55023,6794.2 -55023,6794.2 -55023,6794.1 -55023,6794.1 -55023,6794 -55023,6793.9 -55023,6793.9 -55023,6793.8 -55023,6793.7 -55023,6793.7 -55023,6793.6 -55023,6793.6 -55023,6793.5 -55023,6793.4 -55023,6793.4 -55023,6793.3 -55023,6793.3 -55023,6793.2 -55023,6793.1 -55023,6793.1 -55023,6793 -55023,6793 -55023,6792.9 diff --git a/paper/data/exp_cartrace.csv b/paper/data/exp_cartrace.csv deleted file mode 100644 index ef12f0870c7da83b0075d3141f6539d8fb313477..0000000000000000000000000000000000000000 --- a/paper/data/exp_cartrace.csv +++ /dev/null @@ -1,299 +0,0 @@ -0,0 -0.056891,-0.2228 -1.1642e-10,-0.44561 -1.1642e-10,-0.55701 -1.1642e-10,-0.77982 -1.1642e-10,-0.77982 -1.1642e-10,-0.77982 -1.1642e-10,-0.66841 -0.056891,-0.55701 -0.11378,-0.44561 -0.17067,-0.44561 -0.28445,-0.55701 -0.39823,-0.55701 -0.51202,-0.44561 -0.56891,-0.44561 -0.56891,-0.33421 -0.51202,-0.2228 -0.45513,-0.1114 -0.39823,-0.1114 -0.39823,2.0955e-08 -0.28445,0.1114 -2.3283e-10,4.6566e-10 --0.22756,0.2228 --1.5929,1.671 --4.2099,3.8991 --7.8509,7.3526 --11.833,12.031 --15.474,17.602 --19.684,24.063 --24.747,31.638 --30.266,39.659 --36.068,48.46 --41.643,56.927 --48.015,66.285 --54.329,75.642 --60.928,85.112 --68.381,95.027 --75.89,104.72 --83.399,114.52 --91.249,124.33 --100.35,133.46 --110.14,142.6 --121,151.06 --131.58,159.42 --142.85,166.99 --153.88,174.24 --164.29,182.03 --175.27,189.39 --186.25,196.41 --196.6,203.09 --206.27,209.33 --214.58,215.12 --221.18,220.81 --225.5,227.27 --228.12,233.84 --230.68,240.19 --234.43,245.65 --239.44,248.99 --244.56,248.88 --248.48,246.99 --251.33,243.64 --255.25,241.64 --261.11,241.64 --268.05,243.98 --276.3,247.99 --285.63,254.01 --295.01,259.58 --305.94,265.93 --317.03,273.06 --328.06,279.52 --338.76,284.65 --349.05,291.44 --358.84,297.79 --368.62,304.7 --377.66,312.5 --385.86,321.19 --393.7,329.99 --401.21,339.02 --408.49,348.26 --415.32,357.62 --421.63,367.32 --427.55,377.57 --432.89,388.26 --437.21,399.4 --440.06,410.65 --441.65,422.13 --441.65,434.16 --439.6,445.86 --436.69,458.22 --433.17,471.14 --429.58,484.07 --426.17,496.65 --422.81,508.02 --419.74,519.38 --417.06,528.96 --416.55,538.99 --417.63,549.68 --419.56,559.71 --421.89,569.73 --424.45,579.87 --427.35,590.23 --429.97,600.37 --432.52,609.73 --434.51,618.08 --435.65,624.88 --436.05,630 --435.25,634.79 --431.16,640.03 --424.67,643.48 --416.71,646.38 --409.03,647.49 --401.52,648.83 --394.24,650.27 --388.1,652.61 --381.9,653.84 --375.13,654.95 --368.36,655.84 --362.78,656.51 --357.84,658.07 --350.9,659.29 --342.7,660.96 --332.24,663.3 --322.11,665.3 --312.73,666.86 --303.63,668.65 --296.06,671.54 --289.63,672.88 --284.86,674.66 --281.78,677.22 --279.91,680.23 --279.57,682.23 --279.45,683.79 --280.08,684.46 --280.08,684.69 --280.19,684.8 --280.65,686.13 --282.52,687.8 --284.91,688.25 --286.62,687.8 --287.07,687.58 --287.02,687.81 --286.22,688.14 --284.68,688.58 --283.26,689.14 --282.64,689.48 --282.69,689.14 --284,687.14 --287.13,681.01 --290.66,676.66 --295.89,672.88 --302.89,670.2 --310.23,668.31 --318.87,666.31 --327.92,664.53 --337.19,663.19 --346.12,661.52 --352.6,660.18 --358.23,659.74 --362.16,658.85 --365.97,657.96 --371.54,656.29 --378.08,654.28 --386.05,652.61 --395.83,651.72 --405.67,650.27 --414.66,649.05 --421.6,647.27 --426.95,646.04 --430.81,644.93 --433.43,644.48 --434.57,643.48 --434.8,643.15 --435.31,643.26 --437.13,642.81 --439.97,640.03 --441.28,634.9 --440.6,628.89 --438.78,621.98 --436.9,614.52 --435.03,605.83 --432.81,596.36 --430.08,586.22 --427.41,576.19 --424.91,566.61 --422.69,557.26 --420.81,547.45 --419.68,537.43 --419.79,526.73 --420.99,514.7 --423.83,503 --427.13,491.64 --431,480.28 --434.93,468.8 --437.95,456.88 --440.96,444.96 --442.16,434.16 --442.5,422.8 --441.48,410.76 --438.86,398.62 --434.54,387.26 --429.42,376.23 --423.28,365.64 --416.85,355.95 --409.74,346.37 --401.9,336.57 --393.76,326.65 --385.46,316.96 --376.64,307.93 --367.26,299.47 --357.19,292 --346.72,285.2 --336.37,278.74 --325.73,272.28 --314.98,265.82 --303.89,259.58 --293.65,253.67 --284.09,247.88 --273.85,242.98 --264.24,237.96 --254.68,233.51 --246.66,229.61 --239.72,226.6 --233.86,225.6 --229.6,226.82 --227.15,230.61 --227.09,234.73 --228.46,239.63 --230.73,244.09 --233.92,247.77 --237.39,249.66 --240.86,250.11 --244.16,248.66 --246.95,245.87 --249.51,242.75 --250.59,237.96 --248.71,232.28 --243.14,227.16 --235.17,223.03 --226.41,218.47 --217.59,213.34 --208.78,208.1 --199.33,201.98 --189.04,195.29 --178.12,188.05 --166.97,180.81 --155.93,173.23 --144.95,165.66 --134.14,157.97 --123.62,150.17 --113.32,142.48 --103.37,134.02 --94.378,124.99 --86.13,115.41 --78.507,105.61 --71.794,95.472 --65.081,85.78 --58.596,76.422 --52.225,66.73 --45.398,57.929 --38.742,49.686 --32.882,42.11 --27.933,35.315 --23.496,29.076 --20.253,23.506 --17.181,19.05 --13.938,14.371 --10.468,9.3578 --6.7131,3.5649 --3.2428,-2.0052 --0.11378,-7.3525 -2.3325,-12.031 -3.4135,-15.039 -3.5272,-17.267 -3.0152,-19.384 -1.3654,-22.28 --1.9912,-25.065 --6.77,-28.073 --11.72,-31.861 --16.157,-36.874 --19.627,-42.221 --22.813,-46.677 --26.398,-51.134 --30.266,-54.81 --33.85,-58.152 --36.354,-62.385 --38.402,-66.841 --38.288,-71.743 --36.923,-76.422 --34.875,-80.655 --32.428,-84.554 --29.868,-88.787 --27.991,-93.132 --26.967,-96.474 --26.455,-98.145 --26.398,-98.368 --26.398,-98.368 --26.284,-98.145 --26.113,-98.034 --26.057,-97.923 diff --git a/paper/data/exp_cartraceCtl.csv b/paper/data/exp_cartraceCtl.csv deleted file mode 100644 index 4ae776958b1d01bd7c51e45227a2696decd8c2bc..0000000000000000000000000000000000000000 --- a/paper/data/exp_cartraceCtl.csv +++ /dev/null @@ -1,3001 +0,0 @@ -500,1,7.0827,1,6.0591 -501,1,7.114,1,6.081 -502,1,7.1453,1,6.1028 -503,1,7.1766,1,6.1247 -504,1,7.208,1,6.1466 -505,1,7.2394,1,6.1685 -506,1,7.2709,1,6.1905 -507,1,7.3023,1,6.2125 -508,1,7.3339,1,6.2345 -509,1,7.3654,1,6.2566 -510,1,7.397,1,6.2787 -511,1,7.4287,1,6.3008 -512,1,7.4603,1,6.3229 -513,1,4.2697,1,4.0199 -514,1,4.2878,1,4.034 -515,1,4.3059,1,4.0481 -516,1,4.3242,1,4.0623 -517,1,4.3424,1,4.0765 -518,1,4.3607,1,4.0907 -519,1,4.3791,1,4.105 -520,1,4.3975,1,4.1193 -521,1,4.416,1,4.1337 -522,1,4.4345,1,4.1481 -523,1,4.4531,1,4.1625 -524,1,4.4717,1,4.1769 -525,1,4.4904,1,4.1915 -526,1,4.5091,1,4.206 -527,1,4.5278,1,4.2206 -528,1,4.5467,1,4.2352 -529,1,4.5655,1,4.2499 -530,1,4.5844,1,4.2646 -531,1,4.6034,1,4.2793 -532,1,4.6224,1,4.2941 -533,1,4.6414,1,4.3089 -534,1,4.6605,1,4.3237 -535,1,4.6797,1,4.3386 -536,1,4.6989,1,4.3535 -537,1,4.7181,1,4.3685 -538,1,4.7374,1,4.3835 -539,1,4.7567,1,4.3985 -540,1,4.776,1,4.4136 -541,1,4.7955,1,4.4287 -542,1,4.8149,1,4.4438 -543,1,4.8344,1,4.459 -544,1,4.8539,1,4.4742 -545,1,4.8735,1,4.4895 -546,1,4.8931,1,4.5047 -547,1,4.9128,1,4.5201 -548,1,4.9325,1,4.5354 -549,1,4.9523,1,4.5508 -550,1,4.9721,1,4.5663 -551,1,4.9919,1,4.5817 -552,1,5.0118,1,4.5972 -553,1,5.0317,1,4.6128 -554,1,5.0516,1,4.6283 -555,1,5.0716,1,4.644 -556,1,5.0917,1,4.6596 -557,1,5.1117,1,4.6753 -558,1,5.1318,1,4.691 -559,1,5.152,1,4.7067 -560,1,5.1722,1,4.7225 -561,1,5.1924,1,4.7384 -562,1,5.2127,1,4.7542 -563,1,5.233,1,4.7701 -564,1,5.2533,1,4.786 -565,1,5.2737,1,4.802 -566,1,5.2941,1,4.818 -567,1,5.3146,1,4.834 -568,1,5.3351,1,4.8501 -569,1,5.3556,1,4.8662 -570,1,5.3762,1,4.8823 -571,1,5.3968,1,4.8985 -572,1,5.4174,1,4.9147 -573,1,5.4381,1,4.931 -574,1,5.4588,1,4.9472 -575,1,5.4796,1,4.9635 -576,1,5.5004,1,4.9799 -577,1,5.5212,1,4.9963 -578,1,5.542,1,5.0127 -579,1,5.5629,1,5.0291 -580,1,5.5839,1,5.0456 -581,1,5.6048,1,5.0621 -582,1,5.6258,1,5.0787 -583,1,5.6469,1,5.0953 -584,1,5.6679,1,5.1119 -585,1,5.689,1,5.1285 -586,1,5.7102,1,5.1452 -587,1,5.7313,1,5.162 -588,1,5.7525,1,5.1787 -589,1,5.7738,1,5.1955 -590,1,5.795,1,5.2123 -591,1,5.8164,1,5.2292 -592,1,5.8377,1,5.2461 -593,1,5.8591,1,5.263 -594,1,5.8805,1,5.28 -595,1,5.9019,1,5.2969 -596,1,5.9234,1,5.314 -597,1,5.9449,1,5.331 -598,1,5.9664,1,5.3481 -599,1,5.988,1,5.3653 -600,1,6.0096,1,5.3824 -601,1,6.0312,1,5.3996 -602,1,6.0529,1,5.4168 -603,1,6.0746,1,5.4341 -604,1,6.0963,1,5.4514 -605,1,6.1181,1,5.4687 -606,1,6.1399,1,5.4861 -607,1,6.1617,1,5.5035 -608,1,6.1836,1,5.5209 -609,1,6.2055,1,5.5384 -610,1,6.2274,1,5.5559 -611,1,6.2494,1,5.5734 -612,1,6.2714,1,5.591 -613,0,4.0066,1,3.8106 -614,0,4.0206,1,3.8226 -615,0,4.0347,1,3.8346 -616,0,4.0488,1,3.8466 -617,0,4.063,1,3.8587 -618,0,4.0772,1,3.8708 -619,0,4.0915,1,3.883 -620,1,4.1057,1,3.8952 -621,1,4.1201,1,3.9075 -622,1,4.1344,1,3.9198 -623,1,4.1488,1,3.9321 -624,1,4.1633,1,3.9444 -625,1,4.1778,1,3.9568 -626,1,4.1923,1,3.9693 -627,1,4.2068,1,3.9818 -628,1,4.2214,1,3.9943 -629,1,4.2361,1,4.0068 -630,1,4.2508,1,4.0194 -631,1,4.2655,1,4.0321 -632,1,4.2802,1,4.0448 -633,1,4.295,1,4.0575 -634,1,4.3099,1,4.0702 -635,1,4.3247,1,4.083 -636,1,4.3396,1,4.0958 -637,1,4.3546,1,4.1087 -638,1,4.3696,1,4.1216 -639,1,4.3846,1,4.1346 -640,1,4.3997,1,4.1476 -641,1,4.4148,1,4.1606 -642,1,4.4299,1,4.1737 -643,1,4.4451,1,4.1868 -644,1,4.4603,1,4.1999 -645,1,4.4756,1,4.2131 -646,1,4.4908,1,4.2263 -647,1,4.5062,1,4.2396 -648,1,4.5215,1,4.2529 -649,1,4.5369,1,4.2662 -650,1,4.5524,1,4.2796 -651,1,4.5678,1,4.293 -652,1,4.5834,1,4.3065 -653,1,4.5989,1,4.32 -654,1,4.6145,1,4.3335 -655,1,4.6301,1,4.3471 -656,1,4.6458,1,4.3607 -657,1,4.6615,1,4.3743 -658,1,4.6772,1,4.388 -659,1,4.693,1,4.4017 -660,1,4.7088,1,4.4155 -661,1,4.7246,1,4.4293 -662,1,4.7405,1,4.4431 -663,1,4.7564,1,4.457 -664,1,4.7724,1,4.4709 -665,1,4.7884,1,4.4849 -666,1,4.8044,1,4.4989 -667,1,4.8205,1,4.5129 -668,1,4.8365,1,4.527 -669,1,4.8527,1,4.5411 -670,1,4.8689,1,4.5552 -671,1,4.8851,1,4.5694 -672,1,4.9013,1,4.5837 -673,1,4.9176,1,4.5979 -674,1,4.9339,1,4.6122 -675,1,4.9502,1,4.6266 -676,1,4.9666,1,4.6409 -677,1,4.983,1,4.6554 -678,1,4.9995,1,4.6698 -679,1,5.016,1,4.6843 -680,1,5.0325,1,4.6989 -681,1,5.0491,1,4.7134 -682,1,5.0657,1,4.728 -683,1,5.0823,1,4.7427 -684,1,5.099,1,4.7574 -685,1,5.1157,1,4.7721 -686,1,5.1324,1,4.7869 -687,1,5.1492,1,4.8017 -688,1,5.166,1,4.8165 -689,1,5.1828,1,4.8314 -690,1,5.1997,1,4.8463 -691,1,5.2166,1,4.8613 -692,1,5.2336,1,4.8763 -693,1,5.2506,1,4.8913 -694,1,5.2676,1,4.9064 -695,1,5.2846,1,4.9215 -696,1,5.3017,1,4.9366 -697,1,5.3189,1,4.9518 -698,1,5.336,1,4.967 -699,1,5.3532,1,4.9823 -700,1,5.3704,1,4.9976 -701,1,5.3877,1,5.0129 -702,1,5.405,1,5.0283 -703,1,5.4223,1,5.0437 -704,1,5.4397,1,5.0592 -705,1,5.4571,1,5.0747 -706,1,5.4746,1,5.0902 -707,1,5.492,1,5.1058 -708,1,5.5095,1,5.1214 -709,1,5.5271,1,5.137 -710,1,5.5447,1,5.1527 -711,1,5.5623,1,5.1684 -712,1,5.5799,1,5.1842 -713,0,3.8069,1,3.6716 -714,0,3.8189,1,3.6827 -715,0,3.831,1,3.6939 -716,0,3.8431,1,3.7051 -717,0,3.8553,1,3.7164 -718,0,3.8675,1,3.7277 -719,0,3.8797,1,3.7391 -720,0,3.892,1,3.7505 -721,0,3.9043,1,3.7619 -722,0,3.9167,1,3.7734 -723,0,3.9291,1,3.7849 -724,0,3.9415,1,3.7965 -725,0,3.954,1,3.8081 -726,0,3.9665,1,3.8197 -727,0,3.9791,1,3.8314 -728,0,3.9917,1,3.8432 -729,0,4.0043,1,3.8549 -730,0,4.017,1,3.8668 -731,0,4.0297,1,3.8786 -732,0,4.0425,1,3.8905 -733,0,4.0553,1,3.9025 -734,0,4.0682,1,3.9145 -735,0,4.081,1,3.9265 -736,0,4.094,1,3.9386 -737,1,4.1069,1,3.9507 -738,1,4.1199,1,3.9628 -739,1,4.133,1,3.975 -740,1,4.1461,1,3.9873 -741,1,4.1592,1,3.9996 -742,1,4.1724,1,4.0119 -743,1,4.1856,1,4.0243 -744,1,4.1988,1,4.0367 -745,1,4.2121,1,4.0491 -746,1,4.2254,1,4.0616 -747,1,4.2388,1,4.0742 -748,1,4.2522,1,4.0868 -749,1,4.2656,1,4.0994 -750,1,4.2791,1,4.112 -751,1,4.2926,1,4.1248 -752,1,4.3062,1,4.1375 -753,1,4.3198,1,4.1503 -754,1,4.3335,1,4.1631 -755,1,4.3471,1,4.176 -756,1,4.3609,1,4.1889 -757,1,4.3746,1,4.2019 -758,1,4.3884,1,4.2149 -759,1,4.4023,1,4.2279 -760,1,4.4161,1,4.241 -761,1,4.4301,1,4.2541 -762,1,4.444,1,4.2673 -763,1,4.458,1,4.2805 -764,1,4.4721,1,4.2938 -765,1,4.4862,1,4.3071 -766,1,4.5003,1,4.3204 -767,1,4.5144,1,4.3338 -768,1,4.5286,1,4.3472 -769,1,4.5429,1,4.3607 -770,1,4.5572,1,4.3742 -771,1,4.5715,1,4.3877 -772,1,4.5858,1,4.4013 -773,1,4.6002,1,4.4149 -774,1,4.6147,1,4.4286 -775,1,4.6291,1,4.4423 -776,1,4.6437,1,4.4561 -777,1,4.6582,1,4.4699 -778,1,4.6728,1,4.4837 -779,1,4.6875,1,4.4976 -780,1,4.7021,1,4.5115 -781,1,4.7168,1,4.5255 -782,1,4.7316,1,4.5395 -783,1,4.7464,1,4.5535 -784,1,4.7612,1,4.5676 -785,1,4.7761,1,4.5817 -786,1,4.791,1,4.5959 -787,1,4.806,1,4.6101 -788,1,4.821,1,4.6244 -789,1,4.836,1,4.6387 -790,1,4.8511,1,4.653 -791,1,4.8662,1,4.6674 -792,1,4.8813,1,4.6818 -793,1,4.8965,1,4.6963 -794,1,4.9117,1,4.7108 -795,1,4.927,1,4.7253 -796,1,4.9423,1,4.7399 -797,1,4.9576,1,4.7545 -798,1,4.973,1,4.7692 -799,1,4.9885,1,4.7839 -800,1,5.0039,1,4.7987 -801,1,5.0194,1,4.8135 -802,1,5.035,1,4.8283 -803,1,5.0505,1,4.8432 -804,1,5.0662,1,4.8581 -805,1,5.0818,1,4.873 -806,1,5.0975,1,4.888 -807,1,5.1133,1,4.9031 -808,1,5.129,1,4.9182 -809,1,5.1449,1,4.9333 -810,1,5.1607,1,4.9485 -811,1,5.1766,1,4.9637 -812,1,5.1926,1,4.9789 -813,1,5.2085,1,3.5902 -814,1,5.2245,1,3.6012 -815,1,5.2406,1,3.6121 -816,1,5.2567,1,3.6231 -817,1,5.2728,1,3.6342 -818,1,5.289,1,3.6453 -819,1,5.3052,1,3.6565 -820,1,5.3214,1,3.6676 -821,1,5.3377,1,3.6789 -822,1,5.3541,1,3.6901 -823,1,5.3704,1,3.7015 -824,1,5.3868,1,3.7128 -825,1,5.4033,1,3.7242 -826,1,5.4198,1,3.7357 -827,1,5.4363,1,3.7472 -828,1,5.4529,1,3.7587 -829,1,5.4695,1,3.7703 -830,1,5.4861,1,3.7819 -831,1,5.5028,1,3.7936 -832,1,5.5195,1,3.8053 -833,1,5.5363,1,3.8171 -834,1,5.5531,1,3.8289 -835,1,5.5699,1,3.8407 -836,1,5.5868,1,3.8526 -837,1,5.6037,1,3.8645 -838,1,5.6206,1,3.8765 -839,1,5.6376,1,3.8885 -840,1,5.6547,1,3.9006 -841,1,5.6717,1,3.9127 -842,1,5.6888,1,3.9248 -843,1,5.706,1,3.937 -844,1,5.7232,1,3.9492 -845,1,5.7404,1,3.9615 -846,1,5.7577,1,3.9738 -847,1,5.775,1,3.9862 -848,1,5.7923,1,3.9986 -849,1,5.8097,1,4.011 -850,1,5.8271,1,4.0235 -851,1,5.8446,1,4.036 -852,1,5.8621,1,4.0486 -853,1,5.8797,1,4.0612 -854,1,5.8972,1,4.0739 -855,1,5.9149,1,4.0866 -856,1,5.9325,1,4.0993 -857,1,5.9502,1,4.1121 -858,1,5.968,1,4.1249 -859,1,5.9857,1,4.1378 -860,1,6.0036,1,4.1507 -861,1,6.0214,1,4.1636 -862,1,6.0393,1,4.1766 -863,1,6.0572,1,4.1897 -864,1,6.0752,1,4.2028 -865,1,6.0932,1,4.2159 -866,1,6.1113,1,4.229 -867,1,6.1294,1,4.2423 -868,1,6.1475,1,4.2555 -869,1,6.1657,1,4.2688 -870,1,6.1839,1,4.2821 -871,1,6.2021,1,4.2955 -872,1,6.2204,1,4.3089 -873,1,6.2387,1,4.3224 -874,1,6.2571,1,4.3359 -875,1,6.2755,1,4.3494 -876,1,6.2939,1,4.363 -877,1,6.3124,1,4.3766 -878,1,6.331,1,4.3903 -879,1,6.3495,1,4.404 -880,1,6.3681,1,4.4178 -881,1,6.3868,1,4.4316 -882,1,6.4054,1,4.4454 -883,1,6.4242,1,4.4593 -884,1,6.4429,1,4.4732 -885,1,6.4617,1,4.4872 -886,1,6.4805,1,4.5012 -887,1,6.4994,1,4.5152 -888,1,6.5183,1,4.5293 -889,1,6.5373,1,4.5434 -890,1,6.5563,1,4.5576 -891,1,6.5753,1,4.5718 -892,1,6.5944,1,4.586 -893,1,6.6135,1,4.6003 -894,1,6.6326,1,4.6147 -895,1,6.6518,1,4.629 -896,1,6.6711,1,4.6435 -897,1,6.6903,1,4.6579 -898,1,6.7096,1,4.6724 -899,1,6.729,1,4.687 -900,1,6.7484,1,4.7015 -901,1,6.7678,1,4.7162 -902,1,6.7873,1,4.7308 -903,1,6.8068,1,4.7455 -904,1,6.8263,1,4.7603 -905,1,6.8459,1,4.7751 -906,1,6.8655,1,4.7899 -907,1,6.8852,1,4.8048 -908,1,6.9049,1,4.8197 -909,1,6.9246,1,4.8346 -910,1,6.9444,1,4.8496 -911,1,6.9642,1,4.8646 -912,1,6.9841,1,4.8797 -913,1,4.1546,1,3.5425 -914,1,4.1663,1,3.5534 -915,1,4.178,1,3.5642 -916,1,4.1898,1,3.5751 -917,1,4.2016,1,3.5861 -918,1,4.2134,1,3.5971 -919,1,4.2253,1,3.6081 -920,1,4.2372,1,3.6191 -921,1,4.2491,1,3.6303 -922,1,4.2611,1,3.6414 -923,1,4.2732,1,3.6526 -924,1,4.2852,1,3.6638 -925,1,4.2974,1,3.6751 -926,1,4.3095,1,3.6864 -927,1,4.3217,1,3.6978 -928,1,4.3339,1,3.7092 -929,1,4.3462,1,3.7206 -930,1,4.3585,1,3.7321 -931,1,4.3709,1,3.7436 -932,1,4.3833,1,3.7552 -933,1,4.3957,1,3.7668 -934,1,4.4082,1,3.7785 -935,1,4.4207,1,3.7902 -936,1,4.4333,1,3.8019 -937,1,4.4459,1,3.8137 -938,1,4.4585,1,3.8255 -939,1,4.4712,1,3.8373 -940,1,4.4839,1,3.8492 -941,1,4.4967,1,3.8612 -942,1,4.5095,1,3.8731 -943,1,4.5223,1,3.8851 -944,1,4.5352,1,3.8972 -945,1,4.5481,1,3.9093 -946,1,4.5611,1,3.9214 -947,1,4.5741,1,3.9336 -948,1,4.5872,1,3.9458 -949,1,4.6002,1,3.9581 -950,1,4.6134,1,3.9704 -951,1,4.6265,1,3.9827 -952,1,4.6397,1,3.9951 -953,1,4.653,1,4.0075 -954,1,4.6663,1,4.02 -955,1,4.6796,1,4.0325 -956,1,4.6929,1,4.045 -957,1,4.7064,1,4.0576 -958,1,4.7198,1,4.0702 -959,1,4.7333,1,4.0829 -960,1,4.7468,1,4.0956 -961,1,4.7604,1,4.1083 -962,1,4.774,1,4.1211 -963,1,4.7876,1,4.1339 -964,1,4.8013,1,4.1468 -965,1,4.815,1,4.1597 -966,1,4.8288,1,4.1726 -967,1,4.8426,1,4.1856 -968,1,4.8565,1,4.1986 -969,1,4.8704,1,4.2117 -970,1,4.8843,1,4.2248 -971,1,4.8982,1,4.2379 -972,1,4.9123,1,4.2511 -973,1,4.9263,1,4.2643 -974,1,4.9404,1,4.2775 -975,1,4.9545,1,4.2908 -976,1,4.9687,1,4.3042 -977,1,4.9829,1,4.3175 -978,1,4.9971,1,4.331 -979,1,5.0114,1,4.3444 -980,1,5.0257,1,4.3579 -981,1,5.0401,1,4.3714 -982,1,5.0545,1,4.385 -983,1,5.069,1,4.3986 -984,1,5.0835,1,4.4122 -985,1,5.098,1,4.4259 -986,1,5.1125,1,4.4396 -987,1,5.1271,1,4.4534 -988,1,5.1418,1,4.4672 -989,1,5.1565,1,4.481 -990,1,5.1712,1,4.4949 -991,1,5.186,1,4.5088 -992,1,5.2008,1,4.5228 -993,1,5.2156,1,4.5368 -994,1,5.2305,1,4.5508 -995,1,5.2454,1,4.5649 -996,1,5.2604,1,4.579 -997,1,5.2754,1,4.5931 -998,1,5.2904,1,4.6073 -999,1,5.3055,1,4.6215 -1000,1,5.3206,1,4.6358 -1001,1,5.3358,1,4.6501 -1002,1,5.351,1,4.6644 -1003,1,5.3662,1,4.6788 -1004,1,5.3815,1,4.6932 -1005,1,5.3968,1,4.7077 -1006,1,5.4122,1,4.7222 -1007,1,5.4276,1,4.7367 -1008,1,5.443,1,4.7513 -1009,1,5.4585,1,4.7659 -1010,1,5.474,1,4.7805 -1011,1,5.4896,1,4.7952 -1012,1,5.5052,1,4.8099 -1013,0,3.7671,1,3.5045 -1014,0,3.7777,1,3.515 -1015,0,3.7883,1,3.5256 -1016,0,3.7989,1,3.5362 -1017,0,3.8096,1,3.5469 -1018,0,3.8203,1,3.5576 -1019,0,3.8311,1,3.5684 -1020,0,3.8419,1,3.5792 -1021,0,3.8528,1,3.59 -1022,0,3.8637,1,3.6008 -1023,0,3.8746,1,3.6117 -1024,0,3.8856,1,3.6227 -1025,0,3.8966,1,3.6336 -1026,0,3.9076,1,3.6446 -1027,0,3.9187,1,3.6557 -1028,0,3.9299,1,3.6668 -1029,0,3.9411,1,3.6779 -1030,0,3.9523,1,3.6891 -1031,0,3.9636,1,3.7002 -1032,0,3.9749,1,3.7115 -1033,0,3.9862,1,3.7227 -1034,0,3.9976,1,3.7341 -1035,0,4.009,1,3.7454 -1036,0,4.0205,1,3.7568 -1037,0,4.032,1,3.7682 -1038,0,4.0436,1,3.7797 -1039,0,4.0552,1,3.7911 -1040,0,4.0668,1,3.8027 -1041,0,4.0785,1,3.8142 -1042,0,4.0902,1,3.8258 -1043,1,4.102,1,3.8375 -1044,1,4.1138,1,3.8492 -1045,1,4.1256,1,3.8609 -1046,1,4.1375,1,3.8726 -1047,1,4.1494,1,3.8844 -1048,1,4.1614,1,3.8962 -1049,1,4.1734,1,3.9081 -1050,1,4.1855,1,3.92 -1051,1,4.1976,1,3.9319 -1052,1,4.2097,1,3.9439 -1053,1,4.2219,1,3.9559 -1054,1,4.2341,1,3.9679 -1055,1,4.2463,1,3.98 -1056,1,4.2586,1,3.9921 -1057,1,4.2709,1,4.0043 -1058,1,4.2833,1,4.0164 -1059,1,4.2957,1,4.0287 -1060,1,4.3082,1,4.0409 -1061,1,4.3207,1,4.0532 -1062,1,4.3332,1,4.0655 -1063,1,4.3458,1,4.0779 -1064,1,4.3584,1,4.0903 -1065,1,4.3711,1,4.1027 -1066,1,4.3838,1,4.1152 -1067,1,4.3965,1,4.1277 -1068,1,4.4093,1,4.1403 -1069,1,4.4221,1,4.1528 -1070,1,4.435,1,4.1655 -1071,1,4.4479,1,4.1781 -1072,1,4.4608,1,4.1908 -1073,1,4.4738,1,4.2035 -1074,1,4.4868,1,4.2163 -1075,1,4.4999,1,4.2291 -1076,1,4.513,1,4.2419 -1077,1,4.5261,1,4.2548 -1078,1,4.5393,1,4.2677 -1079,1,4.5525,1,4.2806 -1080,1,4.5658,1,4.2936 -1081,1,4.5791,1,4.3066 -1082,1,4.5924,1,4.3196 -1083,1,4.6058,1,4.3327 -1084,1,4.6192,1,4.3458 -1085,1,4.6327,1,4.3589 -1086,1,4.6462,1,4.3721 -1087,1,4.6597,1,4.3853 -1088,1,4.6733,1,4.3986 -1089,1,4.6869,1,4.4118 -1090,1,4.7005,1,4.4252 -1091,1,4.7142,1,4.4385 -1092,1,4.728,1,4.4519 -1093,1,4.7417,1,4.4653 -1094,1,4.7556,1,4.4788 -1095,1,4.7694,1,4.4923 -1096,1,4.7833,1,4.5058 -1097,1,4.7972,1,4.5193 -1098,1,4.8112,1,4.5329 -1099,1,4.8252,1,4.5466 -1100,1,4.8393,1,4.5602 -1101,1,4.8533,1,4.5739 -1102,1,4.8675,1,4.5877 -1103,1,4.8816,1,4.6014 -1104,1,4.8958,1,4.6152 -1105,1,4.9101,1,4.6291 -1106,1,4.9244,1,4.6429 -1107,1,4.9387,1,4.6568 -1108,1,4.953,1,4.6708 -1109,1,4.9674,1,4.6847 -1110,1,4.9819,1,4.6988 -1111,1,4.9964,1,4.7128 -1112,1,5.0109,1,4.7269 -1113,0,3.5888,1,3.4625 -1114,0,3.599,1,3.4727 -1115,0,3.6093,1,3.4828 -1116,0,3.6197,1,3.493 -1117,0,3.63,1,3.5032 -1118,0,3.6405,1,3.5135 -1119,0,3.6509,1,3.5238 -1120,0,3.6614,1,3.5341 -1121,0,3.6719,1,3.5444 -1122,0,3.6825,1,3.5548 -1123,0,3.6931,1,3.5653 -1124,0,3.7038,1,3.5757 -1125,0,3.7145,1,3.5862 -1126,0,3.7252,1,3.5967 -1127,0,3.736,1,3.6073 -1128,0,3.7468,1,3.6179 -1129,0,3.7576,1,3.6285 -1130,0,3.7685,1,3.6391 -1131,0,3.7795,1,3.6498 -1132,0,3.7904,1,3.6605 -1133,0,3.8015,1,3.6713 -1134,0,3.8125,1,3.6821 -1135,0,3.8236,1,3.6929 -1136,0,3.8347,1,3.7037 -1137,0,3.8459,1,3.7146 -1138,0,3.8571,1,3.7255 -1139,0,3.8683,1,3.7365 -1140,0,3.8796,1,3.7475 -1141,0,3.891,1,3.7585 -1142,0,3.9023,1,3.7695 -1143,0,3.9137,1,3.7806 -1144,0,3.9252,1,3.7917 -1145,0,3.9366,1,3.8029 -1146,0,3.9482,1,3.814 -1147,0,3.9597,1,3.8252 -1148,0,3.9713,1,3.8365 -1149,0,3.983,1,3.8478 -1150,0,3.9946,1,3.8591 -1151,0,4.0063,1,3.8704 -1152,0,4.0181,1,3.8818 -1153,0,4.0299,1,3.8932 -1154,0,4.0417,1,3.9046 -1155,0,4.0536,1,3.9161 -1156,0,4.0655,1,3.9276 -1157,0,4.0774,1,3.9391 -1158,0,4.0894,1,3.9506 -1159,1,4.1014,1,3.9622 -1160,1,4.1135,1,3.9739 -1161,1,4.1256,1,3.9855 -1162,1,4.1377,1,3.9972 -1163,1,4.1499,1,4.0089 -1164,1,4.1621,1,4.0207 -1165,1,4.1743,1,4.0324 -1166,1,4.1866,1,4.0443 -1167,1,4.1989,1,4.0561 -1168,1,4.2113,1,4.068 -1169,1,4.2237,1,4.0799 -1170,1,4.2361,1,4.0918 -1171,1,4.2486,1,4.1038 -1172,1,4.2611,1,4.1158 -1173,1,4.2737,1,4.1278 -1174,1,4.2863,1,4.1399 -1175,1,4.2989,1,4.152 -1176,1,4.3115,1,4.1641 -1177,1,4.3242,1,4.1763 -1178,1,4.337,1,4.1884 -1179,1,4.3497,1,4.2007 -1180,1,4.3626,1,4.2129 -1181,1,4.3754,1,4.2252 -1182,1,4.3883,1,4.2375 -1183,1,4.4012,1,4.2498 -1184,1,4.4142,1,4.2622 -1185,1,4.4272,1,4.2746 -1186,1,4.4402,1,4.2871 -1187,1,4.4533,1,4.2995 -1188,1,4.4664,1,4.312 -1189,1,4.4795,1,4.3246 -1190,1,4.4927,1,4.3371 -1191,1,4.5059,1,4.3497 -1192,1,4.5192,1,4.3623 -1193,1,4.5324,1,4.375 -1194,1,4.5458,1,4.3876 -1195,1,4.5591,1,4.4004 -1196,1,4.5725,1,4.4131 -1197,1,4.586,1,4.4259 -1198,1,4.5994,1,4.4387 -1199,1,4.6129,1,4.4515 -1200,1,4.6265,1,4.4644 -1201,1,4.6401,1,4.4773 -1202,1,4.6537,1,4.4902 -1203,1,4.6673,1,4.5031 -1204,1,4.681,1,4.5161 -1205,1,4.6947,1,4.5292 -1206,1,4.7085,1,4.5422 -1207,1,4.7223,1,4.5553 -1208,1,4.7361,1,4.5684 -1209,1,4.75,1,4.5815 -1210,1,4.7639,1,4.5947 -1211,1,4.7779,1,4.6079 -1212,1,4.7918,1,4.6211 -1213,1,4.8058,1,3.4139 -1214,1,4.8199,1,3.4235 -1215,1,4.834,1,3.4331 -1216,1,4.8481,1,3.4427 -1217,1,4.8623,1,3.4524 -1218,1,4.8764,1,3.4621 -1219,1,4.8907,1,3.4718 -1220,1,4.9049,1,3.4816 -1221,1,4.9192,1,3.4914 -1222,1,4.9336,1,3.5012 -1223,1,4.9479,1,3.5111 -1224,1,4.9623,1,3.5209 -1225,1,4.9768,1,3.5308 -1226,1,4.9913,1,3.5408 -1227,1,5.0058,1,3.5507 -1228,1,5.0203,1,3.5607 -1229,1,5.0349,1,3.5708 -1230,1,5.0495,1,3.5808 -1231,1,5.0642,1,3.5909 -1232,1,5.0789,1,3.601 -1233,1,5.0936,1,3.6111 -1234,1,5.1084,1,3.6213 -1235,1,5.1231,1,3.6315 -1236,1,5.138,1,3.6417 -1237,1,5.1528,1,3.652 -1238,1,5.1677,1,3.6623 -1239,1,5.1827,1,3.6726 -1240,1,5.1976,1,3.6829 -1241,1,5.2127,1,3.6933 -1242,1,5.2277,1,3.7037 -1243,1,5.2428,1,3.7141 -1244,1,5.2579,1,3.7246 -1245,1,5.273,1,3.735 -1246,1,5.2882,1,3.7455 -1247,1,5.3034,1,3.7561 -1248,1,5.3187,1,3.7667 -1249,1,5.3339,1,3.7773 -1250,1,5.3493,1,3.7879 -1251,1,5.3646,1,3.7985 -1252,1,5.38,1,3.8092 -1253,1,5.3954,1,3.8199 -1254,1,5.4109,1,3.8306 -1255,1,5.4264,1,3.8414 -1256,1,5.4419,1,3.8522 -1257,1,5.4575,1,3.863 -1258,1,5.4731,1,3.8739 -1259,1,5.4887,1,3.8848 -1260,1,5.5044,1,3.8957 -1261,1,5.5201,1,3.9066 -1262,1,5.5358,1,3.9175 -1263,1,5.5516,1,3.9285 -1264,1,5.5674,1,3.9396 -1265,1,5.5832,1,3.9506 -1266,1,5.5991,1,3.9617 -1267,1,5.615,1,3.9728 -1268,1,5.6309,1,3.9839 -1269,1,5.6469,1,3.995 -1270,1,5.6629,1,4.0062 -1271,1,5.679,1,4.0174 -1272,1,5.695,1,4.0287 -1273,1,5.7111,1,4.0399 -1274,1,5.7273,1,4.0512 -1275,1,5.7435,1,4.0626 -1276,1,5.7597,1,4.0739 -1277,1,5.7759,1,4.0853 -1278,1,5.7922,1,4.0967 -1279,1,5.8085,1,4.1081 -1280,1,5.8249,1,4.1196 -1281,1,5.8413,1,4.1311 -1282,1,5.8577,1,4.1426 -1283,1,5.8741,1,4.1541 -1284,1,5.8906,1,4.1657 -1285,1,5.9072,1,4.1773 -1286,1,5.9237,1,4.1889 -1287,1,5.9403,1,4.2006 -1288,1,5.9569,1,4.2122 -1289,1,5.9736,1,4.2239 -1290,1,5.9903,1,4.2357 -1291,1,6.007,1,4.2474 -1292,1,6.0238,1,4.2592 -1293,1,6.0405,1,4.271 -1294,1,6.0574,1,4.2829 -1295,1,6.0742,1,4.2947 -1296,1,6.0911,1,4.3066 -1297,1,6.1081,1,4.3185 -1298,1,6.125,1,4.3305 -1299,1,6.142,1,4.3425 -1300,1,6.159,1,4.3545 -1301,1,6.1761,1,4.3665 -1302,1,6.1932,1,4.3786 -1303,1,6.2103,1,4.3906 -1304,1,6.2275,1,4.4028 -1305,1,6.2447,1,4.4149 -1306,1,6.2619,1,4.4271 -1307,1,6.2792,1,4.4392 -1308,1,6.2965,1,4.4515 -1309,1,6.3138,1,4.4637 -1310,1,6.3312,1,4.476 -1311,1,6.3486,1,4.4883 -1312,1,6.366,1,4.5006 -1313,0,3.9453,1,3.3609 -1314,0,3.9558,1,3.37 -1315,0,3.9663,1,3.379 -1316,0,3.9768,1,3.3881 -1317,0,3.9873,1,3.3972 -1318,0,3.9978,1,3.4064 -1319,0,4.0084,1,3.4155 -1320,0,4.0191,1,3.4247 -1321,0,4.0297,1,3.4339 -1322,0,4.0404,1,3.4432 -1323,0,4.0511,1,3.4524 -1324,0,4.0619,1,3.4617 -1325,0,4.0726,1,3.471 -1326,0,4.0834,1,3.4804 -1327,0,4.0943,1,3.4898 -1328,1,4.1051,1,3.4992 -1329,1,4.116,1,3.5086 -1330,1,4.1269,1,3.518 -1331,1,4.1379,1,3.5275 -1332,1,4.1489,1,3.537 -1333,1,4.1599,1,3.5465 -1334,1,4.1709,1,3.5561 -1335,1,4.182,1,3.5656 -1336,1,4.1931,1,3.5752 -1337,1,4.2043,1,3.5849 -1338,1,4.2154,1,3.5945 -1339,1,4.2266,1,3.6042 -1340,1,4.2378,1,3.6139 -1341,1,4.2491,1,3.6236 -1342,1,4.2604,1,3.6334 -1343,1,4.2717,1,3.6432 -1344,1,4.283,1,3.653 -1345,1,4.2944,1,3.6628 -1346,1,4.3058,1,3.6726 -1347,1,4.3172,1,3.6825 -1348,1,4.3287,1,3.6924 -1349,1,4.3402,1,3.7024 -1350,1,4.3517,1,3.7123 -1351,1,4.3632,1,3.7223 -1352,1,4.3748,1,3.7323 -1353,1,4.3864,1,3.7423 -1354,1,4.3981,1,3.7524 -1355,1,4.4097,1,3.7625 -1356,1,4.4214,1,3.7726 -1357,1,4.4331,1,3.7827 -1358,1,4.4449,1,3.7928 -1359,1,4.4567,1,3.803 -1360,1,4.4685,1,3.8132 -1361,1,4.4803,1,3.8235 -1362,1,4.4922,1,3.8337 -1363,1,4.5041,1,3.844 -1364,1,4.516,1,3.8543 -1365,1,4.528,1,3.8646 -1366,1,4.54,1,3.875 -1367,1,4.552,1,3.8854 -1368,1,4.564,1,3.8958 -1369,1,4.5761,1,3.9062 -1370,1,4.5882,1,3.9167 -1371,1,4.6003,1,3.9271 -1372,1,4.6125,1,3.9376 -1373,1,4.6247,1,3.9482 -1374,1,4.6369,1,3.9587 -1375,1,4.6491,1,3.9693 -1376,1,4.6614,1,3.9799 -1377,1,4.6737,1,3.9905 -1378,1,4.686,1,4.0012 -1379,1,4.6984,1,4.0118 -1380,1,4.7108,1,4.0225 -1381,1,4.7232,1,4.0333 -1382,1,4.7356,1,4.044 -1383,1,4.7481,1,4.0548 -1384,1,4.7606,1,4.0656 -1385,1,4.7731,1,4.0764 -1386,1,4.7857,1,4.0873 -1387,1,4.7983,1,4.0981 -1388,1,4.8109,1,4.109 -1389,1,4.8236,1,4.12 -1390,1,4.8362,1,4.1309 -1391,1,4.8489,1,4.1419 -1392,1,4.8617,1,4.1529 -1393,1,4.8744,1,4.1639 -1394,1,4.8872,1,4.1749 -1395,1,4.9,1,4.186 -1396,1,4.9129,1,4.1971 -1397,1,4.9257,1,4.2082 -1398,1,4.9386,1,4.2193 -1399,1,4.9516,1,4.2305 -1400,1,4.9645,1,4.2417 -1401,1,4.9775,1,4.2529 -1402,1,4.9905,1,4.2641 -1403,1,5.0036,1,4.2754 -1404,1,5.0166,1,4.2867 -1405,1,5.0297,1,4.298 -1406,1,5.0428,1,4.3093 -1407,1,5.056,1,4.3207 -1408,1,5.0692,1,4.3321 -1409,1,5.0824,1,4.3435 -1410,1,5.0956,1,4.3549 -1411,1,5.1089,1,4.3664 -1412,1,5.1222,1,4.3778 -1413,1,5.1355,1,3.3077 -1414,1,5.1488,1,3.3162 -1415,1,5.1622,1,3.3247 -1416,1,5.1756,1,3.3333 -1417,1,5.1891,1,3.3419 -1418,1,5.2025,1,3.3505 -1419,1,5.216,1,3.3592 -1420,1,5.2295,1,3.3678 -1421,1,5.2431,1,3.3765 -1422,1,5.2566,1,3.3852 -1423,1,5.2703,1,3.3939 -1424,1,5.2839,1,3.4027 -1425,1,5.2975,1,3.4115 -1426,1,5.3112,1,3.4203 -1427,1,5.3249,1,3.4291 -1428,1,5.3387,1,3.4379 -1429,1,5.3524,1,3.4468 -1430,1,5.3662,1,3.4557 -1431,1,5.3801,1,3.4646 -1432,1,5.3939,1,3.4736 -1433,1,5.4078,1,3.4825 -1434,1,5.4217,1,3.4915 -1435,1,5.4356,1,3.5005 -1436,1,5.4496,1,3.5095 -1437,1,5.4636,1,3.5186 -1438,1,5.4776,1,3.5277 -1439,1,5.4916,1,3.5368 -1440,1,5.5057,1,3.5459 -1441,1,5.5198,1,3.555 -1442,1,5.5339,1,3.5642 -1443,1,5.5481,1,3.5734 -1444,1,5.5623,1,3.5826 -1445,1,5.5765,1,3.5919 -1446,1,5.5907,1,3.6011 -1447,1,5.605,1,3.6104 -1448,1,5.6193,1,3.6197 -1449,1,5.6336,1,3.629 -1450,1,5.6479,1,3.6384 -1451,1,5.6623,1,3.6478 -1452,1,5.6767,1,3.6572 -1453,1,5.6912,1,3.6666 -1454,1,5.7056,1,3.676 -1455,1,5.7201,1,3.6855 -1456,1,5.7346,1,3.695 -1457,1,5.7491,1,3.7045 -1458,1,5.7637,1,3.714 -1459,1,5.7783,1,3.7236 -1460,1,5.7929,1,3.7332 -1461,1,5.8076,1,3.7428 -1462,1,5.8223,1,3.7524 -1463,1,5.837,1,3.762 -1464,1,5.8517,1,3.7717 -1465,1,5.8665,1,3.7814 -1466,1,5.8812,1,3.7911 -1467,1,5.8961,1,3.8009 -1468,1,5.9109,1,3.8106 -1469,1,5.9258,1,3.8204 -1470,1,5.9407,1,3.8302 -1471,1,5.9556,1,3.84 -1472,1,5.9705,1,3.8499 -1473,1,5.9855,1,3.8598 -1474,1,6.0005,1,3.8696 -1475,1,6.0156,1,3.8796 -1476,1,6.0306,1,3.8895 -1477,1,6.0457,1,3.8995 -1478,1,6.0608,1,3.9095 -1479,1,6.076,1,3.9195 -1480,1,6.0911,1,3.9295 -1481,1,6.1063,1,3.9395 -1482,1,6.1216,1,3.9496 -1483,1,6.1368,1,3.9597 -1484,1,6.1521,1,3.9698 -1485,1,6.1674,1,3.98 -1486,1,6.1827,1,3.9902 -1487,1,6.1981,1,4.0003 -1488,1,6.2135,1,4.0105 -1489,1,6.2289,1,4.0208 -1490,1,6.2444,1,4.031 -1491,1,6.2598,1,4.0413 -1492,1,6.2753,1,4.0516 -1493,1,6.2908,1,4.0619 -1494,1,6.3064,1,4.0723 -1495,1,6.322,1,4.0826 -1496,1,6.3376,1,4.093 -1497,1,6.3532,1,4.1034 -1498,1,6.3689,1,4.1139 -1499,1,6.3846,1,4.1243 -1500,1,6.4003,1,4.1348 -1501,1,6.416,1,4.1453 -1502,1,6.4318,1,4.1558 -1503,1,6.4476,1,4.1664 -1504,1,6.4634,1,4.1769 -1505,1,6.4793,1,4.1875 -1506,1,6.4951,1,4.1981 -1507,1,6.511,1,4.2088 -1508,1,6.527,1,4.2194 -1509,1,6.5429,1,4.2301 -1510,1,6.5589,1,4.2408 -1511,1,6.5749,1,4.2515 -1512,1,6.591,1,4.2622 -1513,0,3.9866,1,3.2574 -1514,0,3.996,1,3.2655 -1515,0,4.0054,1,3.2736 -1516,0,4.0148,1,3.2817 -1517,0,4.0242,1,3.2898 -1518,0,4.0337,1,3.298 -1519,0,4.0432,1,3.3062 -1520,0,4.0527,1,3.3144 -1521,0,4.0622,1,3.3226 -1522,0,4.0718,1,3.3309 -1523,0,4.0813,1,3.3391 -1524,0,4.0909,1,3.3474 -1525,1,4.1006,1,3.3557 -1526,1,4.1102,1,3.3641 -1527,1,4.1199,1,3.3724 -1528,1,4.1296,1,3.3808 -1529,1,4.1393,1,3.3892 -1530,1,4.149,1,3.3976 -1531,1,4.1588,1,3.4061 -1532,1,4.1686,1,3.4145 -1533,1,4.1784,1,3.423 -1534,1,4.1882,1,3.4315 -1535,1,4.1981,1,3.4401 -1536,1,4.208,1,3.4486 -1537,1,4.2179,1,3.4572 -1538,1,4.2278,1,3.4658 -1539,1,4.2378,1,3.4744 -1540,1,4.2478,1,3.483 -1541,1,4.2578,1,3.4917 -1542,1,4.2678,1,3.5003 -1543,1,4.2778,1,3.509 -1544,1,4.2879,1,3.5178 -1545,1,4.298,1,3.5265 -1546,1,4.3081,1,3.5353 -1547,1,4.3183,1,3.544 -1548,1,4.3284,1,3.5528 -1549,1,4.3386,1,3.5617 -1550,1,4.3488,1,3.5705 -1551,1,4.3591,1,3.5794 -1552,1,4.3693,1,3.5883 -1553,1,4.3796,1,3.5972 -1554,1,4.3899,1,3.6061 -1555,1,4.4003,1,3.615 -1556,1,4.4106,1,3.624 -1557,1,4.421,1,3.633 -1558,1,4.4314,1,3.642 -1559,1,4.4418,1,3.651 -1560,1,4.4523,1,3.6601 -1561,1,4.4627,1,3.6692 -1562,1,4.4732,1,3.6783 -1563,1,4.4838,1,3.6874 -1564,1,4.4943,1,3.6965 -1565,1,4.5049,1,3.7057 -1566,1,4.5154,1,3.7149 -1567,1,4.5261,1,3.7241 -1568,1,4.5367,1,3.7333 -1569,1,4.5474,1,3.7425 -1570,1,4.558,1,3.7518 -1571,1,4.5687,1,3.7611 -1572,1,4.5795,1,3.7704 -1573,1,4.5902,1,3.7797 -1574,1,4.601,1,3.7891 -1575,1,4.6118,1,3.7984 -1576,1,4.6226,1,3.8078 -1577,1,4.6335,1,3.8172 -1578,1,4.6443,1,3.8267 -1579,1,4.6552,1,3.8361 -1580,1,4.6661,1,3.8456 -1581,1,4.6771,1,3.8551 -1582,1,4.688,1,3.8646 -1583,1,4.699,1,3.8741 -1584,1,4.71,1,3.8837 -1585,1,4.721,1,3.8933 -1586,1,4.7321,1,3.9029 -1587,1,4.7432,1,3.9125 -1588,1,4.7543,1,3.9221 -1589,1,4.7654,1,3.9318 -1590,1,4.7765,1,3.9415 -1591,1,4.7877,1,3.9512 -1592,1,4.7989,1,3.9609 -1593,1,4.8101,1,3.9706 -1594,1,4.8213,1,3.9804 -1595,1,4.8326,1,3.9902 -1596,1,4.8439,1,4 -1597,1,4.8552,1,4.0098 -1598,1,4.8665,1,4.0197 -1599,1,4.8778,1,4.0295 -1600,1,4.8892,1,4.0394 -1601,1,4.9006,1,4.0493 -1602,1,4.912,1,4.0592 -1603,1,4.9235,1,4.0692 -1604,1,4.9349,1,4.0792 -1605,1,4.9464,1,4.0892 -1606,1,4.9579,1,4.0992 -1607,1,4.9695,1,4.1092 -1608,1,4.981,1,4.1193 -1609,1,4.9926,1,4.1293 -1610,1,5.0042,1,4.1394 -1611,1,5.0158,1,4.1495 -1612,1,5.0275,1,4.1597 -1613,1,5.0391,1,3.2123 -1614,1,5.0508,1,3.22 -1615,1,5.0625,1,3.2278 -1616,1,5.0743,1,3.2355 -1617,1,5.086,1,3.2433 -1618,1,5.0978,1,3.2511 -1619,1,5.1096,1,3.2589 -1620,1,5.1215,1,3.2667 -1621,1,5.1333,1,3.2746 -1622,1,5.1452,1,3.2825 -1623,1,5.1571,1,3.2904 -1624,1,5.169,1,3.2983 -1625,1,5.181,1,3.3062 -1626,1,5.1929,1,3.3142 -1627,1,5.2049,1,3.3222 -1628,1,5.2169,1,3.3302 -1629,1,5.229,1,3.3382 -1630,1,5.241,1,3.3462 -1631,1,5.2531,1,3.3543 -1632,1,5.2652,1,3.3624 -1633,1,5.2773,1,3.3704 -1634,1,5.2895,1,3.3786 -1635,1,5.3016,1,3.3867 -1636,1,5.3138,1,3.3949 -1637,1,5.3261,1,3.403 -1638,1,5.3383,1,3.4112 -1639,1,5.3506,1,3.4195 -1640,1,5.3628,1,3.4277 -1641,1,5.3752,1,3.4359 -1642,1,5.3875,1,3.4442 -1643,1,5.3998,1,3.4525 -1644,1,5.4122,1,3.4608 -1645,1,5.4246,1,3.4692 -1646,1,5.437,1,3.4775 -1647,1,5.4495,1,3.4859 -1648,1,5.462,1,3.4943 -1649,1,5.4744,1,3.5027 -1650,1,5.487,1,3.5112 -1651,1,5.4995,1,3.5196 -1652,1,5.5121,1,3.5281 -1653,1,5.5246,1,3.5366 -1654,1,5.5372,1,3.5451 -1655,1,5.5499,1,3.5536 -1656,1,5.5625,1,3.5622 -1657,1,5.5752,1,3.5708 -1658,1,5.5879,1,3.5794 -1659,1,5.6006,1,3.588 -1660,1,5.6133,1,3.5966 -1661,1,5.6261,1,3.6053 -1662,1,5.6389,1,3.614 -1663,1,5.6517,1,3.6227 -1664,1,5.6645,1,3.6314 -1665,1,5.6774,1,3.6401 -1666,1,5.6903,1,3.6489 -1667,1,5.7032,1,3.6576 -1668,1,5.7161,1,3.6664 -1669,1,5.729,1,3.6753 -1670,1,5.742,1,3.6841 -1671,1,5.755,1,3.6929 -1672,1,5.768,1,3.7018 -1673,1,5.781,1,3.7107 -1674,1,5.7941,1,3.7196 -1675,1,5.8072,1,3.7286 -1676,1,5.8203,1,3.7375 -1677,1,5.8334,1,3.7465 -1678,1,5.8466,1,3.7555 -1679,1,5.8597,1,3.7645 -1680,1,5.8729,1,3.7735 -1681,1,5.8861,1,3.7826 -1682,1,5.8994,1,3.7917 -1683,1,5.9126,1,3.8008 -1684,1,5.9259,1,3.8099 -1685,1,5.9392,1,3.819 -1686,1,5.9526,1,3.8281 -1687,1,5.9659,1,3.8373 -1688,1,5.9793,1,3.8465 -1689,1,5.9927,1,3.8557 -1690,1,6.0061,1,3.865 -1691,1,6.0196,1,3.8742 -1692,1,6.033,1,3.8835 -1693,1,6.0465,1,3.8928 -1694,1,6.06,1,3.9021 -1695,1,6.0736,1,3.9114 -1696,1,6.0871,1,3.9208 -1697,1,6.1007,1,3.9301 -1698,1,6.1143,1,3.9395 -1699,1,6.1279,1,3.9489 -1700,1,6.1416,1,3.9584 -1701,1,6.1553,1,3.9678 -1702,1,6.169,1,3.9773 -1703,1,6.1827,1,3.9868 -1704,1,6.1964,1,3.9963 -1705,1,6.2102,1,4.0058 -1706,1,6.224,1,4.0154 -1707,1,6.2378,1,4.0249 -1708,1,6.2516,1,4.0345 -1709,1,6.2655,1,4.0441 -1710,1,6.2793,1,4.0538 -1711,1,6.2932,1,4.0634 -1712,1,6.3072,1,4.0731 -1713,0,3.9291,1,3.1739 -1714,0,3.9375,1,3.1813 -1715,0,3.9459,1,3.1887 -1716,0,3.9544,1,3.1962 -1717,0,3.9628,1,3.2037 -1718,0,3.9713,1,3.2112 -1719,0,3.9799,1,3.2188 -1720,0,3.9884,1,3.2263 -1721,0,3.997,1,3.2339 -1722,0,4.0055,1,3.2415 -1723,0,4.0141,1,3.2491 -1724,0,4.0228,1,3.2567 -1725,0,4.0314,1,3.2644 -1726,0,4.0401,1,3.2721 -1727,0,4.0487,1,3.2797 -1728,0,4.0575,1,3.2875 -1729,0,4.0662,1,3.2952 -1730,0,4.0749,1,3.3029 -1731,0,4.0837,1,3.3107 -1732,0,4.0925,1,3.3185 -1733,1,4.1013,1,3.3263 -1734,1,4.1101,1,3.3341 -1735,1,4.119,1,3.342 -1736,1,4.1278,1,3.3498 -1737,1,4.1367,1,3.3577 -1738,1,4.1456,1,3.3656 -1739,1,4.1546,1,3.3735 -1740,1,4.1635,1,3.3815 -1741,1,4.1725,1,3.3894 -1742,1,4.1815,1,3.3974 -1743,1,4.1905,1,3.4054 -1744,1,4.1995,1,3.4134 -1745,1,4.2086,1,3.4214 -1746,1,4.2177,1,3.4295 -1747,1,4.2267,1,3.4376 -1748,1,4.2359,1,3.4457 -1749,1,4.245,1,3.4538 -1750,1,4.2542,1,3.4619 -1751,1,4.2633,1,3.4701 -1752,1,4.2725,1,3.4782 -1753,1,4.2818,1,3.4864 -1754,1,4.291,1,3.4946 -1755,1,4.3003,1,3.5029 -1756,1,4.3095,1,3.5111 -1757,1,4.3188,1,3.5194 -1758,1,4.3282,1,3.5277 -1759,1,4.3375,1,3.536 -1760,1,4.3469,1,3.5443 -1761,1,4.3562,1,3.5526 -1762,1,4.3657,1,3.561 -1763,1,4.3751,1,3.5694 -1764,1,4.3845,1,3.5778 -1765,1,4.394,1,3.5862 -1766,1,4.4035,1,3.5946 -1767,1,4.413,1,3.6031 -1768,1,4.4225,1,3.6116 -1769,1,4.4321,1,3.6201 -1770,1,4.4416,1,3.6286 -1771,1,4.4512,1,3.6371 -1772,1,4.4608,1,3.6457 -1773,1,4.4705,1,3.6543 -1774,1,4.4801,1,3.6629 -1775,1,4.4898,1,3.6715 -1776,1,4.4995,1,3.6801 -1777,1,4.5092,1,3.6888 -1778,1,4.5189,1,3.6974 -1779,1,4.5287,1,3.7061 -1780,1,4.5384,1,3.7148 -1781,1,4.5482,1,3.7236 -1782,1,4.5581,1,3.7323 -1783,1,4.5679,1,3.7411 -1784,1,4.5777,1,3.7499 -1785,1,4.5876,1,3.7587 -1786,1,4.5975,1,3.7675 -1787,1,4.6074,1,3.7763 -1788,1,4.6174,1,3.7852 -1789,1,4.6273,1,3.7941 -1790,1,4.6373,1,3.803 -1791,1,4.6473,1,3.8119 -1792,1,4.6573,1,3.8208 -1793,1,4.6674,1,3.8298 -1794,1,4.6774,1,3.8388 -1795,1,4.6875,1,3.8478 -1796,1,4.6976,1,3.8568 -1797,1,4.7078,1,3.8658 -1798,1,4.7179,1,3.8749 -1799,1,4.7281,1,3.884 -1800,1,4.7382,1,3.8931 -1801,1,4.7485,1,3.9022 -1802,1,4.7587,1,3.9113 -1803,1,4.7689,1,3.9205 -1804,1,4.7792,1,3.9296 -1805,1,4.7895,1,3.9388 -1806,1,4.7998,1,3.948 -1807,1,4.8101,1,3.9573 -1808,1,4.8205,1,3.9665 -1809,1,4.8308,1,3.9758 -1810,1,4.8412,1,3.9851 -1811,1,4.8516,1,3.9944 -1812,1,4.8621,1,4.0037 -1813,1,4.8725,1,3.1428 -1814,1,4.883,1,3.15 -1815,1,4.8935,1,3.1573 -1816,1,4.904,1,3.1645 -1817,1,4.9145,1,3.1718 -1818,1,4.9251,1,3.1791 -1819,1,4.9357,1,3.1865 -1820,1,4.9463,1,3.1938 -1821,1,4.9569,1,3.2012 -1822,1,4.9675,1,3.2086 -1823,1,4.9782,1,3.216 -1824,1,4.9889,1,3.2234 -1825,1,4.9996,1,3.2309 -1826,1,5.0103,1,3.2383 -1827,1,5.021,1,3.2458 -1828,1,5.0318,1,3.2533 -1829,1,5.0426,1,3.2608 -1830,1,5.0534,1,3.2684 -1831,1,5.0642,1,3.2759 -1832,1,5.075,1,3.2835 -1833,1,5.0859,1,3.2911 -1834,1,5.0968,1,3.2987 -1835,1,5.1077,1,3.3064 -1836,1,5.1186,1,3.314 -1837,1,5.1295,1,3.3217 -1838,1,5.1405,1,3.3294 -1839,1,5.1515,1,3.3371 -1840,1,5.1625,1,3.3448 -1841,1,5.1735,1,3.3526 -1842,1,5.1846,1,3.3604 -1843,1,5.1957,1,3.3681 -1844,1,5.2067,1,3.3759 -1845,1,5.2179,1,3.3838 -1846,1,5.229,1,3.3916 -1847,1,5.2401,1,3.3995 -1848,1,5.2513,1,3.4074 -1849,1,5.2625,1,3.4153 -1850,1,5.2737,1,3.4232 -1851,1,5.2849,1,3.4311 -1852,1,5.2962,1,3.4391 -1853,1,5.3075,1,3.447 -1854,1,5.3188,1,3.455 -1855,1,5.3301,1,3.4631 -1856,1,5.3414,1,3.4711 -1857,1,5.3528,1,3.4791 -1858,1,5.3642,1,3.4872 -1859,1,5.3756,1,3.4953 -1860,1,5.387,1,3.5034 -1861,1,5.3984,1,3.5115 -1862,1,5.4099,1,3.5197 -1863,1,5.4214,1,3.5279 -1864,1,5.4329,1,3.536 -1865,1,5.4444,1,3.5442 -1866,1,5.4559,1,3.5525 -1867,1,5.4675,1,3.5607 -1868,1,5.4791,1,3.569 -1869,1,5.4907,1,3.5772 -1870,1,5.5023,1,3.5855 -1871,1,5.514,1,3.5939 -1872,1,5.5256,1,3.6022 -1873,1,5.5373,1,3.6106 -1874,1,5.549,1,3.6189 -1875,1,5.5608,1,3.6273 -1876,1,5.5725,1,3.6357 -1877,1,5.5843,1,3.6442 -1878,1,5.5961,1,3.6526 -1879,1,5.6079,1,3.6611 -1880,1,5.6197,1,3.6696 -1881,1,5.6316,1,3.6781 -1882,1,5.6434,1,3.6866 -1883,1,5.6553,1,3.6952 -1884,1,5.6673,1,3.7037 -1885,1,5.6792,1,3.7123 -1886,1,5.6911,1,3.7209 -1887,1,5.7031,1,3.7295 -1888,1,5.7151,1,3.7382 -1889,1,5.7271,1,3.7468 -1890,1,5.7392,1,3.7555 -1891,1,5.7512,1,3.7642 -1892,1,5.7633,1,3.7729 -1893,1,5.7754,1,3.7816 -1894,1,5.7875,1,3.7904 -1895,1,5.7997,1,3.7992 -1896,1,5.8118,1,3.808 -1897,1,5.824,1,3.8168 -1898,1,5.8362,1,3.8256 -1899,1,5.8484,1,3.8344 -1900,1,5.8607,1,3.8433 -1901,1,5.873,1,3.8522 -1902,1,5.8852,1,3.8611 -1903,1,5.8975,1,3.87 -1904,1,5.9099,1,3.879 -1905,1,5.9222,1,3.8879 -1906,1,5.9346,1,3.8969 -1907,1,5.947,1,3.9059 -1908,1,5.9594,1,3.9149 -1909,1,5.9718,1,3.924 -1910,1,5.9843,1,3.933 -1911,1,5.9967,1,3.9421 -1912,1,6.0092,1,3.9512 -1913,0,3.8635,1,3.1191 -1914,0,3.8713,1,3.1262 -1915,0,3.8791,1,3.1333 -1916,0,3.887,1,3.1405 -1917,0,3.8949,1,3.1476 -1918,0,3.9028,1,3.1548 -1919,0,3.9108,1,3.162 -1920,0,3.9187,1,3.1692 -1921,0,3.9267,1,3.1765 -1922,0,3.9347,1,3.1837 -1923,0,3.9427,1,3.191 -1924,0,3.9507,1,3.1983 -1925,0,3.9588,1,3.2056 -1926,0,3.9668,1,3.213 -1927,0,3.9749,1,3.2203 -1928,0,3.983,1,3.2277 -1929,0,3.9912,1,3.2351 -1930,0,3.9993,1,3.2425 -1931,0,4.0075,1,3.2499 -1932,0,4.0157,1,3.2574 -1933,0,4.0239,1,3.2648 -1934,0,4.0321,1,3.2723 -1935,0,4.0404,1,3.2798 -1936,0,4.0486,1,3.2873 -1937,0,4.0569,1,3.2949 -1938,0,4.0652,1,3.3024 -1939,0,4.0736,1,3.31 -1940,0,4.0819,1,3.3176 -1941,0,4.0903,1,3.3252 -1942,0,4.0987,1,3.3329 -1943,1,4.1071,1,3.3405 -1944,1,4.1155,1,3.3482 -1945,1,4.1239,1,3.3559 -1946,1,4.1324,1,3.3636 -1947,1,4.1409,1,3.3714 -1948,1,4.1494,1,3.3791 -1949,1,4.1579,1,3.3869 -1950,1,4.1665,1,3.3947 -1951,1,4.175,1,3.4025 -1952,1,4.1836,1,3.4103 -1953,1,4.1922,1,3.4181 -1954,1,4.2009,1,3.426 -1955,1,4.2095,1,3.4339 -1956,1,4.2182,1,3.4418 -1957,1,4.2269,1,3.4497 -1958,1,4.2356,1,3.4577 -1959,1,4.2443,1,3.4656 -1960,1,4.253,1,3.4736 -1961,1,4.2618,1,3.4816 -1962,1,4.2706,1,3.4896 -1963,1,4.2794,1,3.4977 -1964,1,4.2882,1,3.5057 -1965,1,4.2971,1,3.5138 -1966,1,4.3059,1,3.5219 -1967,1,4.3148,1,3.53 -1968,1,4.3237,1,3.5381 -1969,1,4.3326,1,3.5463 -1970,1,4.3416,1,3.5545 -1971,1,4.3506,1,3.5627 -1972,1,4.3595,1,3.5709 -1973,1,4.3685,1,3.5791 -1974,1,4.3776,1,3.5873 -1975,1,4.3866,1,3.5956 -1976,1,4.3957,1,3.6039 -1977,1,4.4048,1,3.6122 -1978,1,4.4139,1,3.6205 -1979,1,4.423,1,3.6289 -1980,1,4.4321,1,3.6372 -1981,1,4.4413,1,3.6456 -1982,1,4.4505,1,3.654 -1983,1,4.4597,1,3.6624 -1984,1,4.4689,1,3.6709 -1985,1,4.4782,1,3.6793 -1986,1,4.4874,1,3.6878 -1987,1,4.4967,1,3.6963 -1988,1,4.506,1,3.7048 -1989,1,4.5154,1,3.7134 -1990,1,4.5247,1,3.7219 -1991,1,4.5341,1,3.7305 -1992,1,4.5435,1,3.7391 -1993,1,4.5529,1,3.7477 -1994,1,4.5623,1,3.7563 -1995,1,4.5717,1,3.765 -1996,1,4.5812,1,3.7737 -1997,1,4.5907,1,3.7824 -1998,1,4.6002,1,3.7911 -1999,1,4.6097,1,3.7998 -2000,1,4.6193,1,3.8086 -2001,1,4.6289,1,3.8173 -2002,1,4.6384,1,3.8261 -2003,1,4.648,1,3.8349 -2004,1,4.6577,1,3.8438 -2005,1,4.6673,1,3.8526 -2006,1,4.677,1,3.8615 -2007,1,4.6867,1,3.8704 -2008,1,4.6964,1,3.8793 -2009,1,4.7061,1,3.8882 -2010,1,4.7159,1,3.8971 -2011,1,4.7257,1,3.9061 -2012,1,4.7354,1,3.9151 -2013,1,4.7453,1,3.1028 -2014,1,4.7551,1,3.1098 -2015,1,4.7649,1,3.1169 -2016,1,4.7748,1,3.124 -2017,1,4.7847,1,3.1311 -2018,1,4.7946,1,3.1382 -2019,1,4.8046,1,3.1454 -2020,1,4.8145,1,3.1525 -2021,1,4.8245,1,3.1597 -2022,1,4.8345,1,3.1669 -2023,1,4.8445,1,3.1741 -2024,1,4.8545,1,3.1814 -2025,1,4.8646,1,3.1887 -2026,1,4.8747,1,3.1959 -2027,1,4.8848,1,3.2032 -2028,1,4.8949,1,3.2106 -2029,1,4.905,1,3.2179 -2030,1,4.9152,1,3.2253 -2031,1,4.9254,1,3.2327 -2032,1,4.9356,1,3.2401 -2033,1,4.9458,1,3.2475 -2034,1,4.956,1,3.2549 -2035,1,4.9663,1,3.2624 -2036,1,4.9766,1,3.2699 -2037,1,4.9869,1,3.2773 -2038,1,4.9972,1,3.2849 -2039,1,5.0075,1,3.2924 -2040,1,5.0179,1,3.3 -2041,1,5.0283,1,3.3075 -2042,1,5.0387,1,3.3151 -2043,1,5.0491,1,3.3227 -2044,1,5.0596,1,3.3304 -2045,1,5.07,1,3.338 -2046,1,5.0805,1,3.3457 -2047,1,5.091,1,3.3534 -2048,1,5.1016,1,3.3611 -2049,1,5.1121,1,3.3688 -2050,1,5.1227,1,3.3766 -2051,1,5.1333,1,3.3844 -2052,1,5.1439,1,3.3921 -2053,1,5.1545,1,3.4 -2054,1,5.1652,1,3.4078 -2055,1,5.1758,1,3.4156 -2056,1,5.1865,1,3.4235 -2057,1,5.1972,1,3.4314 -2058,1,5.208,1,3.4393 -2059,1,5.2187,1,3.4472 -2060,1,5.2295,1,3.4552 -2061,1,5.2403,1,3.4631 -2062,1,5.2511,1,3.4711 -2063,1,5.262,1,3.4791 -2064,1,5.2728,1,3.4872 -2065,1,5.2837,1,3.4952 -2066,1,5.2946,1,3.5033 -2067,1,5.3055,1,3.5114 -2068,1,5.3165,1,3.5195 -2069,1,5.3274,1,3.5276 -2070,1,5.3384,1,3.5357 -2071,1,5.3494,1,3.5439 -2072,1,5.3605,1,3.5521 -2073,1,5.3715,1,3.5603 -2074,1,5.3826,1,3.5685 -2075,1,5.3937,1,3.5768 -2076,1,5.4048,1,3.585 -2077,1,5.4159,1,3.5933 -2078,1,5.4271,1,3.6016 -2079,1,5.4382,1,3.6099 -2080,1,5.4494,1,3.6183 -2081,1,5.4606,1,3.6266 -2082,1,5.4719,1,3.635 -2083,1,5.4831,1,3.6434 -2084,1,5.4944,1,3.6519 -2085,1,5.5057,1,3.6603 -2086,1,5.517,1,3.6688 -2087,1,5.5284,1,3.6773 -2088,1,5.5397,1,3.6858 -2089,1,5.5511,1,3.6943 -2090,1,5.5625,1,3.7028 -2091,1,5.5739,1,3.7114 -2092,1,5.5854,1,3.72 -2093,1,5.5969,1,3.7286 -2094,1,5.6084,1,3.7372 -2095,1,5.6199,1,3.7459 -2096,1,5.6314,1,3.7545 -2097,1,5.643,1,3.7632 -2098,1,5.6545,1,3.7719 -2099,1,5.6661,1,3.7807 -2100,1,5.6777,1,3.7894 -2101,1,5.6894,1,3.7982 -2102,1,5.701,1,3.807 -2103,1,5.7127,1,3.8158 -2104,1,5.7244,1,3.8246 -2105,1,5.7361,1,3.8335 -2106,1,5.7479,1,3.8423 -2107,1,5.7596,1,3.8512 -2108,1,5.7714,1,3.8601 -2109,1,5.7832,1,3.869 -2110,1,5.7951,1,3.878 -2111,1,5.8069,1,3.887 -2112,1,5.8188,1,3.8959 -2113,0,3.8186,1,3.0941 -2114,0,3.8262,1,3.1012 -2115,0,3.8338,1,3.1083 -2116,0,3.8415,1,3.1154 -2117,0,3.8492,1,3.1225 -2118,0,3.8569,1,3.1297 -2119,0,3.8646,1,3.1369 -2120,0,3.8724,1,3.144 -2121,0,3.8801,1,3.1513 -2122,0,3.8879,1,3.1585 -2123,0,3.8957,1,3.1657 -2124,0,3.9036,1,3.173 -2125,0,3.9114,1,3.1803 -2126,0,3.9193,1,3.1876 -2127,0,3.9272,1,3.195 -2128,0,3.9351,1,3.2023 -2129,0,3.9431,1,3.2097 -2130,0,3.951,1,3.2171 -2131,0,3.959,1,3.2245 -2132,0,3.967,1,3.2319 -2133,0,3.975,1,3.2394 -2134,0,3.983,1,3.2469 -2135,0,3.9911,1,3.2544 -2136,0,3.9992,1,3.2619 -2137,0,4.0073,1,3.2694 -2138,0,4.0154,1,3.277 -2139,0,4.0236,1,3.2846 -2140,0,4.0317,1,3.2922 -2141,0,4.0399,1,3.2998 -2142,0,4.0481,1,3.3074 -2143,0,4.0564,1,3.3151 -2144,0,4.0646,1,3.3228 -2145,0,4.0729,1,3.3305 -2146,0,4.0812,1,3.3382 -2147,0,4.0895,1,3.3459 -2148,0,4.0978,1,3.3537 -2149,1,4.1062,1,3.3615 -2150,1,4.1146,1,3.3693 -2151,1,4.123,1,3.3771 -2152,1,4.1314,1,3.385 -2153,1,4.1398,1,3.3928 -2154,1,4.1483,1,3.4007 -2155,1,4.1568,1,3.4087 -2156,1,4.1653,1,3.4166 -2157,1,4.1738,1,3.4246 -2158,1,4.1824,1,3.4325 -2159,1,4.191,1,3.4405 -2160,1,4.1996,1,3.4486 -2161,1,4.2082,1,3.4566 -2162,1,4.2168,1,3.4647 -2163,1,4.2255,1,3.4728 -2164,1,4.2342,1,3.4809 -2165,1,4.2429,1,3.4891 -2166,1,4.2517,1,3.4972 -2167,1,4.2604,1,3.5054 -2168,1,4.2692,1,3.5137 -2169,1,4.278,1,3.5219 -2170,1,4.2869,1,3.5302 -2171,1,4.2957,1,3.5385 -2172,1,4.3046,1,3.5468 -2173,1,4.3135,1,3.5552 -2174,1,4.3225,1,3.5635 -2175,1,4.3314,1,3.5719 -2176,1,4.3404,1,3.5804 -2177,1,4.3494,1,3.5888 -2178,1,4.3585,1,3.5973 -2179,1,4.3675,1,3.6058 -2180,1,4.3766,1,3.6144 -2181,1,4.3857,1,3.6229 -2182,1,4.3949,1,3.6315 -2183,1,4.4041,1,3.6401 -2184,1,4.4133,1,3.6488 -2185,1,4.4225,1,3.6575 -2186,1,4.4317,1,3.6662 -2187,1,4.441,1,3.6749 -2188,1,4.4503,1,3.6837 -2189,1,4.4597,1,3.6925 -2190,1,4.469,1,3.7013 -2191,1,4.4784,1,3.7102 -2192,1,4.4878,1,3.719 -2193,1,4.4973,1,3.728 -2194,1,4.5068,1,3.7369 -2195,1,4.5163,1,3.7459 -2196,1,4.5258,1,3.7549 -2197,1,4.5354,1,3.764 -2198,1,4.545,1,3.773 -2199,1,4.5546,1,3.7821 -2200,1,4.5643,1,3.7913 -2201,1,4.5739,1,3.8005 -2202,1,4.5837,1,3.8097 -2203,1,4.5934,1,3.8189 -2204,1,4.6032,1,3.8282 -2205,1,4.613,1,3.8376 -2206,1,4.6229,1,3.8469 -2207,1,4.6328,1,3.8563 -2208,1,4.6427,1,3.8658 -2209,1,4.6527,1,3.8752 -2210,1,4.6627,1,3.8847 -2211,1,4.6727,1,3.8943 -2212,1,4.6828,1,3.9039 -2213,0,3.4531,1,3.0979 -2214,0,3.4604,1,3.1054 -2215,0,3.4678,1,3.113 -2216,0,3.4752,1,3.1207 -2217,0,3.4827,1,3.1284 -2218,0,3.4902,1,3.1361 -2219,0,3.4977,1,3.1439 -2220,0,3.5053,1,3.1517 -2221,0,3.513,1,3.1595 -2222,0,3.5206,1,3.1675 -2223,0,3.5283,1,3.1754 -2224,0,3.5361,1,3.1834 -2225,0,3.5439,1,3.1915 -2226,0,3.5518,1,3.1996 -2227,0,3.5597,1,3.2077 -2228,0,3.5676,1,3.2159 -2229,0,3.5756,1,3.2242 -2230,0,3.5836,1,3.2325 -2231,0,3.5917,1,3.2408 -2232,0,3.5999,1,3.2492 -2233,0,3.6081,1,3.2577 -2234,0,3.6163,1,3.2662 -2235,0,3.6246,1,3.2748 -2236,0,3.633,1,3.2834 -2237,0,3.6414,1,3.2921 -2238,0,3.6498,1,3.3009 -2239,0,3.6583,1,3.3097 -2240,0,3.6669,1,3.3185 -2241,0,3.6755,1,3.3274 -2242,0,3.6842,1,3.3364 -2243,0,3.6929,1,3.3455 -2244,0,3.7017,1,3.3546 -2245,0,3.7106,1,3.3637 -2246,0,3.7195,1,3.373 -2247,0,3.7284,1,3.3822 -2248,0,3.7375,1,3.3916 -2249,0,3.7466,1,3.401 -2250,0,3.7557,1,3.4105 -2251,0,3.7649,1,3.4201 -2252,0,3.7742,1,3.4297 -2253,0,3.7836,1,3.4394 -2254,0,3.793,1,3.4491 -2255,0,3.8025,1,3.459 -2256,0,3.812,1,3.4688 -2257,0,3.8216,1,3.4788 -2258,0,3.8313,1,3.4889 -2259,0,3.841,1,3.499 -2260,0,3.8509,1,3.5092 -2261,0,3.8608,1,3.5194 -2262,0,3.8707,1,3.5298 -2263,0,3.8808,1,3.5402 -2264,0,3.8909,1,3.5507 -2265,0,3.9011,1,3.5613 -2266,0,3.9113,1,3.5719 -2267,0,3.9217,1,3.5826 -2268,0,3.9321,1,3.5935 -2269,0,3.9426,1,3.6044 -2270,0,3.9532,1,3.6153 -2271,0,3.9638,1,3.6264 -2272,0,3.9746,1,3.6375 -2273,0,3.9854,1,3.6488 -2274,0,3.9963,1,3.6601 -2275,0,4.0073,1,3.6715 -2276,0,4.0183,1,3.683 -2277,0,4.0295,1,3.6946 -2278,0,4.0407,1,3.7062 -2279,0,4.0521,1,3.718 -2280,0,4.0635,1,3.7299 -2281,0,4.075,1,3.7418 -2282,0,4.0866,1,3.7538 -2283,0,4.0982,1,3.7659 -2284,1,4.11,1,3.7782 -2285,1,4.1218,1,3.7904 -2286,1,4.1338,1,3.8028 -2287,1,4.1458,1,3.8153 -2288,1,4.1578,1,3.8278 -2289,1,4.17,1,3.8404 -2290,1,4.1822,1,3.8531 -2291,1,4.1945,1,3.8659 -2292,1,4.2069,1,3.8787 -2293,1,4.2194,1,3.8916 -2294,1,4.2319,1,3.9046 -2295,1,4.2444,1,3.9176 -2296,1,4.2571,1,3.9306 -2297,1,4.2698,1,3.9438 -2298,1,4.2825,1,3.9569 -2299,1,4.2953,1,3.9702 -2300,1,4.3082,1,3.9835 -2301,1,4.3211,1,3.9968 -2302,1,4.334,1,4.0102 -2303,1,4.347,1,4.0236 -2304,1,4.3601,1,4.0371 -2305,1,4.3732,1,4.0506 -2306,1,4.3864,1,4.0642 -2307,1,4.3996,1,4.0778 -2308,1,4.4129,1,4.0915 -2309,1,4.4263,1,4.1053 -2310,1,4.4397,1,4.1191 -2311,1,4.4531,1,4.1329 -2312,1,4.4667,1,4.1468 -2313,1,4.4803,1,3.1951 -2314,1,4.494,1,3.2055 -2315,1,4.5077,1,3.216 -2316,1,4.5215,1,3.2265 -2317,1,4.5354,1,3.2371 -2318,1,4.5494,1,3.2478 -2319,1,4.5635,1,3.2586 -2320,1,4.5776,1,3.2694 -2321,1,4.5918,1,3.2803 -2322,1,4.6061,1,3.2913 -2323,1,4.6205,1,3.3024 -2324,1,4.635,1,3.3136 -2325,1,4.6495,1,3.3248 -2326,1,4.6641,1,3.3361 -2327,1,4.6788,1,3.3475 -2328,1,4.6936,1,3.359 -2329,1,4.7084,1,3.3705 -2330,1,4.7233,1,3.3822 -2331,1,4.7383,1,3.3939 -2332,1,4.7534,1,3.4056 -2333,1,4.7685,1,3.4175 -2334,1,4.7837,1,3.4294 -2335,1,4.799,1,3.4413 -2336,1,4.8144,1,3.4534 -2337,1,4.8298,1,3.4655 -2338,1,4.8452,1,3.4776 -2339,1,4.8608,1,3.4899 -2340,1,4.8763,1,3.5022 -2341,1,4.892,1,3.5145 -2342,1,4.9077,1,3.527 -2343,1,4.9235,1,3.5394 -2344,1,4.9393,1,3.552 -2345,1,4.9552,1,3.5646 -2346,1,4.9712,1,3.5773 -2347,1,4.9872,1,3.59 -2348,1,5.0033,1,3.6028 -2349,1,5.0195,1,3.6157 -2350,1,5.0357,1,3.6286 -2351,1,5.052,1,3.6416 -2352,1,5.0684,1,3.6547 -2353,1,5.0848,1,3.6679 -2354,1,5.1014,1,3.6811 -2355,1,5.118,1,3.6944 -2356,1,5.1346,1,3.7077 -2357,1,5.1514,1,3.7212 -2358,1,5.1682,1,3.7347 -2359,1,5.1851,1,3.7483 -2360,1,5.2021,1,3.7619 -2361,1,5.2191,1,3.7757 -2362,1,5.2362,1,3.7895 -2363,1,5.2535,1,3.8034 -2364,1,5.2707,1,3.8173 -2365,1,5.2881,1,3.8314 -2366,1,5.3055,1,3.8455 -2367,1,5.323,1,3.8597 -2368,1,5.3406,1,3.8739 -2369,1,5.3583,1,3.8882 -2370,1,5.376,1,3.9026 -2371,1,5.3938,1,3.9171 -2372,1,5.4116,1,3.9316 -2373,1,5.4296,1,3.9462 -2374,1,5.4476,1,3.9608 -2375,1,5.4656,1,3.9756 -2376,1,5.4838,1,3.9903 -2377,1,5.502,1,4.0052 -2378,1,5.5202,1,4.0201 -2379,1,5.5386,1,4.0351 -2380,1,5.557,1,4.0501 -2381,1,5.5755,1,4.0652 -2382,1,5.594,1,4.0804 -2383,1,5.6126,1,4.0956 -2384,1,5.6313,1,4.1109 -2385,1,5.65,1,4.1263 -2386,1,5.6688,1,4.1417 -2387,1,5.6877,1,4.1572 -2388,1,5.7067,1,4.1728 -2389,1,5.7257,1,4.1884 -2390,1,5.7448,1,4.2041 -2391,1,5.764,1,4.2199 -2392,1,5.7832,1,4.2358 -2393,1,5.8025,1,4.2517 -2394,1,5.8219,1,4.2677 -2395,1,5.8414,1,4.2838 -2396,1,5.861,1,4.2999 -2397,1,5.8806,1,4.3161 -2398,1,5.9003,1,4.3324 -2399,1,5.9201,1,4.3488 -2400,1,5.94,1,4.3652 -2401,1,5.9599,1,4.3817 -2402,1,5.98,1,4.3983 -2403,1,6.0001,1,4.4149 -2404,1,6.0202,1,4.4316 -2405,1,6.0404,1,4.4484 -2406,1,6.0608,1,4.4653 -2407,1,6.0811,1,4.4822 -2408,1,6.1016,1,4.4991 -2409,1,6.1221,1,4.5162 -2410,1,6.1426,1,4.5333 -2411,1,6.1633,1,4.5504 -2412,1,6.184,1,4.5676 -2413,0,3.8304,1,3.3188 -2414,0,3.8421,1,3.3305 -2415,0,3.8538,1,3.3422 -2416,0,3.8656,1,3.3539 -2417,0,3.8774,1,3.3657 -2418,0,3.8893,1,3.3776 -2419,0,3.9013,1,3.3895 -2420,0,3.9133,1,3.4015 -2421,0,3.9254,1,3.4136 -2422,0,3.9376,1,3.4257 -2423,0,3.9498,1,3.4378 -2424,0,3.9621,1,3.4501 -2425,0,3.9745,1,3.4624 -2426,0,3.9869,1,3.4747 -2427,0,3.9994,1,3.4872 -2428,0,4.0119,1,3.4996 -2429,0,4.0245,1,3.5122 -2430,0,4.0372,1,3.5248 -2431,0,4.05,1,3.5375 -2432,0,4.0628,1,3.5502 -2433,0,4.0757,1,3.563 -2434,0,4.0887,1,3.5759 -2435,1,4.1018,1,3.5889 -2436,1,4.1149,1,3.6019 -2437,1,4.128,1,3.6149 -2438,1,4.1413,1,3.6281 -2439,1,4.1546,1,3.6413 -2440,1,4.168,1,3.6545 -2441,1,4.1814,1,3.6679 -2442,1,4.1949,1,3.6812 -2443,1,4.2085,1,3.6947 -2444,1,4.2222,1,3.7082 -2445,1,4.2359,1,3.7218 -2446,1,4.2496,1,3.7354 -2447,1,4.2635,1,3.7491 -2448,1,4.2774,1,3.7628 -2449,1,4.2913,1,3.7766 -2450,1,4.3054,1,3.7905 -2451,1,4.3194,1,3.8044 -2452,1,4.3336,1,3.8184 -2453,1,4.3478,1,3.8324 -2454,1,4.3621,1,3.8465 -2455,1,4.3764,1,3.8606 -2456,1,4.3908,1,3.8748 -2457,1,4.4052,1,3.8891 -2458,1,4.4198,1,3.9034 -2459,1,4.4343,1,3.9177 -2460,1,4.449,1,3.9321 -2461,1,4.4637,1,3.9466 -2462,1,4.4784,1,3.9612 -2463,1,4.4933,1,3.9758 -2464,1,4.5082,1,3.9904 -2465,1,4.5231,1,4.0051 -2466,1,4.5381,1,4.0199 -2467,1,4.5532,1,4.0348 -2468,1,4.5684,1,4.0497 -2469,1,4.5836,1,4.0647 -2470,1,4.5989,1,4.0797 -2471,1,4.6143,1,4.0948 -2472,1,4.6297,1,4.11 -2473,1,4.6452,1,4.1252 -2474,1,4.6608,1,4.1405 -2475,1,4.6764,1,4.1558 -2476,1,4.6921,1,4.1712 -2477,1,4.7079,1,4.1867 -2478,1,4.7237,1,4.2022 -2479,1,4.7396,1,4.2178 -2480,1,4.7555,1,4.2334 -2481,1,4.7715,1,4.2491 -2482,1,4.7876,1,4.2649 -2483,1,4.8037,1,4.2807 -2484,1,4.82,1,4.2966 -2485,1,4.8362,1,4.3126 -2486,1,4.8526,1,4.3286 -2487,1,4.869,1,4.3446 -2488,1,4.8854,1,4.3607 -2489,1,4.9019,1,4.3769 -2490,1,4.9185,1,4.3931 -2491,1,4.9352,1,4.4094 -2492,1,4.9519,1,4.4257 -2493,1,4.9686,1,4.4421 -2494,1,4.9854,1,4.4586 -2495,1,5.0023,1,4.4751 -2496,1,5.0193,1,4.4917 -2497,1,5.0363,1,4.5083 -2498,1,5.0533,1,4.525 -2499,1,5.0705,1,4.5417 -2500,1,5.0877,1,4.5585 -2501,1,5.1049,1,4.5753 -2502,1,5.1222,1,4.5923 -2503,1,5.1396,1,4.6092 -2504,1,5.1571,1,4.6263 -2505,1,5.1746,1,4.6434 -2506,1,5.1922,1,4.6605 -2507,1,5.2098,1,4.6777 -2508,1,5.2276,1,4.695 -2509,1,5.2453,1,4.7124 -2510,1,5.2632,1,4.7298 -2511,1,5.2811,1,4.7472 -2512,1,5.2991,1,4.7647 -2513,0,3.5913,1,3.3606 -2514,0,3.6025,1,3.3719 -2515,0,3.6138,1,3.3833 -2516,0,3.6251,1,3.3947 -2517,0,3.6364,1,3.4062 -2518,0,3.6479,1,3.4177 -2519,0,3.6593,1,3.4292 -2520,0,3.6709,1,3.4408 -2521,0,3.6825,1,3.4525 -2522,0,3.6941,1,3.4642 -2523,0,3.7058,1,3.476 -2524,0,3.7176,1,3.4878 -2525,0,3.7294,1,3.4996 -2526,0,3.7413,1,3.5115 -2527,0,3.7532,1,3.5235 -2528,0,3.7652,1,3.5355 -2529,0,3.7772,1,3.5475 -2530,0,3.7893,1,3.5596 -2531,0,3.8015,1,3.5717 -2532,0,3.8137,1,3.5839 -2533,0,3.8259,1,3.5961 -2534,0,3.8382,1,3.6084 -2535,0,3.8506,1,3.6207 -2536,0,3.863,1,3.6331 -2537,0,3.8755,1,3.6455 -2538,0,3.888,1,3.6579 -2539,0,3.9006,1,3.6704 -2540,0,3.9132,1,3.6829 -2541,0,3.9259,1,3.6955 -2542,0,3.9386,1,3.7081 -2543,0,3.9514,1,3.7208 -2544,0,3.9642,1,3.7334 -2545,0,3.977,1,3.7462 -2546,0,3.9899,1,3.7589 -2547,0,4.0028,1,3.7717 -2548,0,4.0158,1,3.7845 -2549,0,4.0288,1,3.7974 -2550,0,4.0419,1,3.8102 -2551,0,4.055,1,3.8232 -2552,0,4.0681,1,3.8361 -2553,0,4.0812,1,3.8491 -2554,0,4.0944,1,3.862 -2555,1,4.1077,1,3.8751 -2556,1,4.1209,1,3.8881 -2557,1,4.1342,1,3.9012 -2558,1,4.1475,1,3.9143 -2559,1,4.1609,1,3.9274 -2560,1,4.1743,1,3.9405 -2561,1,4.1877,1,3.9537 -2562,1,4.2012,1,3.9669 -2563,1,4.2147,1,3.9801 -2564,1,4.2282,1,3.9933 -2565,1,4.2417,1,4.0066 -2566,1,4.2553,1,4.0198 -2567,1,4.2689,1,4.0332 -2568,1,4.2825,1,4.0465 -2569,1,4.2962,1,4.0599 -2570,1,4.3099,1,4.0732 -2571,1,4.3237,1,4.0866 -2572,1,4.3374,1,4.1001 -2573,1,4.3512,1,4.1136 -2574,1,4.3651,1,4.1271 -2575,1,4.379,1,4.1406 -2576,1,4.3929,1,4.1541 -2577,1,4.4069,1,4.1677 -2578,1,4.4209,1,4.1813 -2579,1,4.4349,1,4.195 -2580,1,4.449,1,4.2087 -2581,1,4.4631,1,4.2224 -2582,1,4.4772,1,4.2361 -2583,1,4.4914,1,4.2499 -2584,1,4.5056,1,4.2637 -2585,1,4.5198,1,4.2775 -2586,1,4.5341,1,4.2913 -2587,1,4.5484,1,4.3052 -2588,1,4.5627,1,4.3191 -2589,1,4.5771,1,4.333 -2590,1,4.5915,1,4.347 -2591,1,4.6059,1,4.3609 -2592,1,4.6203,1,4.3749 -2593,1,4.6348,1,4.3889 -2594,1,4.6493,1,4.4029 -2595,1,4.6638,1,4.417 -2596,1,4.6784,1,4.4311 -2597,1,4.693,1,4.4452 -2598,1,4.7076,1,4.4593 -2599,1,4.7222,1,4.4734 -2600,1,4.7369,1,4.4876 -2601,1,4.7516,1,4.5018 -2602,1,4.7664,1,4.5161 -2603,1,4.7812,1,4.5303 -2604,1,4.796,1,4.5446 -2605,1,4.8108,1,4.5589 -2606,1,4.8256,1,4.5732 -2607,1,4.8405,1,4.5875 -2608,1,4.8554,1,4.6019 -2609,1,4.8703,1,4.6163 -2610,1,4.8853,1,4.6307 -2611,1,4.9003,1,4.6451 -2612,1,4.9153,1,4.6595 -2613,1,4.9303,1,3.3329 -2614,1,4.9453,1,3.3425 -2615,1,4.9604,1,3.3521 -2616,1,4.9754,1,3.3617 -2617,1,4.9905,1,3.3714 -2618,1,5.0056,1,3.381 -2619,1,5.0207,1,3.3907 -2620,1,5.0359,1,3.4004 -2621,1,5.051,1,3.4101 -2622,1,5.0662,1,3.4199 -2623,1,5.0814,1,3.4296 -2624,1,5.0967,1,3.4394 -2625,1,5.1119,1,3.4492 -2626,1,5.1272,1,3.459 -2627,1,5.1425,1,3.4689 -2628,1,5.1578,1,3.4788 -2629,1,5.1732,1,3.4886 -2630,1,5.1886,1,3.4986 -2631,1,5.204,1,3.5085 -2632,1,5.2195,1,3.5185 -2633,1,5.235,1,3.5285 -2634,1,5.2505,1,3.5385 -2635,1,5.2661,1,3.5485 -2636,1,5.2817,1,3.5586 -2637,1,5.2974,1,3.5687 -2638,1,5.3131,1,3.5789 -2639,1,5.3288,1,3.5891 -2640,1,5.3446,1,3.5993 -2641,1,5.3604,1,3.6095 -2642,1,5.3763,1,3.6198 -2643,1,5.3922,1,3.6301 -2644,1,5.4082,1,3.6404 -2645,1,5.4241,1,3.6507 -2646,1,5.4402,1,3.6611 -2647,1,5.4563,1,3.6716 -2648,1,5.4724,1,3.682 -2649,1,5.4886,1,3.6925 -2650,1,5.5048,1,3.703 -2651,1,5.521,1,3.7135 -2652,1,5.5373,1,3.7241 -2653,1,5.5536,1,3.7347 -2654,1,5.5699,1,3.7453 -2655,1,5.5863,1,3.7559 -2656,1,5.6027,1,3.7666 -2657,1,5.6191,1,3.7773 -2658,1,5.6356,1,3.788 -2659,1,5.6521,1,3.7988 -2660,1,5.6687,1,3.8096 -2661,1,5.6853,1,3.8204 -2662,1,5.7019,1,3.8312 -2663,1,5.7185,1,3.8421 -2664,1,5.7352,1,3.8529 -2665,1,5.752,1,3.8639 -2666,1,5.7688,1,3.8748 -2667,1,5.7856,1,3.8858 -2668,1,5.8025,1,3.8968 -2669,1,5.8194,1,3.9078 -2670,1,5.8363,1,3.9189 -2671,1,5.8533,1,3.93 -2672,1,5.8703,1,3.9411 -2673,1,5.8874,1,3.9523 -2674,1,5.9045,1,3.9634 -2675,1,5.9217,1,3.9747 -2676,1,5.9389,1,3.9859 -2677,1,5.9561,1,3.9972 -2678,1,5.9734,1,4.0085 -2679,1,5.9907,1,4.0198 -2680,1,6.008,1,4.0312 -2681,1,6.0254,1,4.0426 -2682,1,6.0429,1,4.054 -2683,1,6.0603,1,4.0654 -2684,1,6.0778,1,4.0769 -2685,1,6.0954,1,4.0884 -2686,1,6.113,1,4.1 -2687,1,6.1306,1,4.1115 -2688,1,6.1483,1,4.1231 -2689,1,6.166,1,4.1348 -2690,1,6.1838,1,4.1464 -2691,1,6.2016,1,4.1581 -2692,1,6.2195,1,4.1699 -2693,1,6.2374,1,4.1816 -2694,1,6.2553,1,4.1934 -2695,1,6.2733,1,4.2053 -2696,1,6.2914,1,4.2171 -2697,1,6.3095,1,4.229 -2698,1,6.3276,1,4.2409 -2699,1,6.3458,1,4.2529 -2700,1,6.364,1,4.2649 -2701,1,6.3823,1,4.277 -2702,1,6.4006,1,4.289 -2703,1,6.419,1,4.3011 -2704,1,6.4374,1,4.3133 -2705,1,6.4559,1,4.3255 -2706,1,6.4744,1,4.3377 -2707,1,6.493,1,4.3499 -2708,1,6.5116,1,4.3622 -2709,1,6.5302,1,4.3745 -2710,1,6.5489,1,4.3868 -2711,1,6.5677,1,4.3992 -2712,1,6.5864,1,4.4116 -2713,0,3.8565,1,3.2665 -2714,0,3.8664,1,3.2752 -2715,0,3.8764,1,3.284 -2716,0,3.8865,1,3.2928 -2717,0,3.8965,1,3.3016 -2718,0,3.9066,1,3.3105 -2719,0,3.9167,1,3.3194 -2720,0,3.9269,1,3.3283 -2721,0,3.9371,1,3.3373 -2722,0,3.9473,1,3.3462 -2723,0,3.9576,1,3.3552 -2724,0,3.9679,1,3.3642 -2725,0,3.9782,1,3.3733 -2726,0,3.9885,1,3.3824 -2727,0,3.9989,1,3.3915 -2728,0,4.0093,1,3.4006 -2729,0,4.0198,1,3.4098 -2730,0,4.0303,1,3.419 -2731,0,4.0408,1,3.4282 -2732,0,4.0514,1,3.4375 -2733,0,4.0619,1,3.4468 -2734,0,4.0726,1,3.4561 -2735,0,4.0832,1,3.4654 -2736,0,4.0939,1,3.4748 -2737,1,4.1046,1,3.4842 -2738,1,4.1153,1,3.4936 -2739,1,4.1261,1,3.503 -2740,1,4.1369,1,3.5125 -2741,1,4.1478,1,3.522 -2742,1,4.1586,1,3.5315 -2743,1,4.1695,1,3.5411 -2744,1,4.1805,1,3.5506 -2745,1,4.1914,1,3.5603 -2746,1,4.2024,1,3.5699 -2747,1,4.2135,1,3.5796 -2748,1,4.2246,1,3.5893 -2749,1,4.2357,1,3.599 -2750,1,4.2468,1,3.6088 -2751,1,4.258,1,3.6185 -2752,1,4.2692,1,3.6283 -2753,1,4.2804,1,3.6382 -2754,1,4.2917,1,3.6481 -2755,1,4.303,1,3.658 -2756,1,4.3143,1,3.6679 -2757,1,4.3257,1,3.6778 -2758,1,4.3371,1,3.6878 -2759,1,4.3485,1,3.6978 -2760,1,4.36,1,3.7078 -2761,1,4.3715,1,3.7179 -2762,1,4.383,1,3.728 -2763,1,4.3945,1,3.7381 -2764,1,4.4061,1,3.7482 -2765,1,4.4177,1,3.7584 -2766,1,4.4294,1,3.7686 -2767,1,4.4411,1,3.7788 -2768,1,4.4528,1,3.789 -2769,1,4.4645,1,3.7993 -2770,1,4.4763,1,3.8096 -2771,1,4.4881,1,3.8199 -2772,1,4.4999,1,3.8303 -2773,1,4.5118,1,3.8407 -2774,1,4.5237,1,3.8511 -2775,1,4.5356,1,3.8615 -2776,1,4.5476,1,3.872 -2777,1,4.5596,1,3.8825 -2778,1,4.5716,1,3.893 -2779,1,4.5837,1,3.9036 -2780,1,4.5958,1,3.9142 -2781,1,4.608,1,3.9248 -2782,1,4.6201,1,3.9354 -2783,1,4.6323,1,3.946 -2784,1,4.6445,1,3.9567 -2785,1,4.6567,1,3.9674 -2786,1,4.669,1,3.9781 -2787,1,4.6813,1,3.9889 -2788,1,4.6936,1,3.9996 -2789,1,4.7059,1,4.0104 -2790,1,4.7183,1,4.0212 -2791,1,4.7307,1,4.0321 -2792,1,4.7432,1,4.043 -2793,1,4.7556,1,4.0538 -2794,1,4.7681,1,4.0648 -2795,1,4.7806,1,4.0757 -2796,1,4.7932,1,4.0866 -2797,1,4.8057,1,4.0976 -2798,1,4.8183,1,4.1086 -2799,1,4.831,1,4.1197 -2800,1,4.8436,1,4.1307 -2801,1,4.8563,1,4.1418 -2802,1,4.869,1,4.1529 -2803,1,4.8817,1,4.164 -2804,1,4.8945,1,4.1751 -2805,1,4.9072,1,4.1863 -2806,1,4.92,1,4.1974 -2807,1,4.9329,1,4.2086 -2808,1,4.9457,1,4.2198 -2809,1,4.9586,1,4.2311 -2810,1,4.9715,1,4.2423 -2811,1,4.9844,1,4.2536 -2812,1,4.9973,1,4.2649 -2813,0,3.5177,1,3.2195 -2814,0,3.5264,1,3.2277 -2815,0,3.5351,1,3.2359 -2816,0,3.5439,1,3.2441 -2817,0,3.5527,1,3.2524 -2818,0,3.5615,1,3.2607 -2819,0,3.5703,1,3.269 -2820,0,3.5791,1,3.2773 -2821,0,3.588,1,3.2857 -2822,0,3.5969,1,3.294 -2823,0,3.6058,1,3.3024 -2824,0,3.6148,1,3.3109 -2825,0,3.6238,1,3.3193 -2826,0,3.6328,1,3.3278 -2827,0,3.6418,1,3.3363 -2828,0,3.6509,1,3.3448 -2829,0,3.66,1,3.3533 -2830,0,3.6691,1,3.3619 -2831,0,3.6783,1,3.3705 -2832,0,3.6875,1,3.379 -2833,0,3.6966,1,3.3877 -2834,0,3.7059,1,3.3963 -2835,0,3.7151,1,3.405 -2836,0,3.7244,1,3.4136 -2837,0,3.7337,1,3.4223 -2838,0,3.743,1,3.4311 -2839,0,3.7523,1,3.4398 -2840,0,3.7617,1,3.4486 -2841,0,3.7711,1,3.4573 -2842,0,3.7805,1,3.4661 -2843,0,3.7899,1,3.4749 -2844,0,3.7993,1,3.4838 -2845,0,3.8088,1,3.4926 -2846,0,3.8183,1,3.5015 -2847,0,3.8278,1,3.5103 -2848,0,3.8374,1,3.5192 -2849,0,3.8469,1,3.5282 -2850,0,3.8565,1,3.5371 -2851,0,3.8661,1,3.546 -2852,0,3.8757,1,3.555 -2853,0,3.8853,1,3.5639 -2854,0,3.8949,1,3.5729 -2855,0,3.9046,1,3.5819 -2856,0,3.9143,1,3.5909 -2857,0,3.924,1,3.6 -2858,0,3.9337,1,3.609 -2859,0,3.9435,1,3.6181 -2860,0,3.9532,1,3.6272 -2861,0,3.963,1,3.6363 -2862,0,3.9728,1,3.6454 -2863,0,3.9826,1,3.6545 -2864,0,3.9925,1,3.6637 -2865,0,4.0023,1,3.6728 -2866,0,4.0122,1,3.682 -2867,0,4.0221,1,3.6912 -2868,0,4.0321,1,3.7004 -2869,0,4.042,1,3.7097 -2870,0,4.052,1,3.7189 -2871,0,4.062,1,3.7282 -2872,0,4.0721,1,3.7375 -2873,0,4.0821,1,3.7469 -2874,0,4.0922,1,3.7562 -2875,1,4.1023,1,3.7656 -2876,1,4.1124,1,3.775 -2877,1,4.1226,1,3.7844 -2878,1,4.1328,1,3.7938 -2879,1,4.143,1,3.8033 -2880,1,4.1532,1,3.8127 -2881,1,4.1635,1,3.8222 -2882,1,4.1737,1,3.8317 -2883,1,4.184,1,3.8413 -2884,1,4.1944,1,3.8508 -2885,1,4.2047,1,3.8604 -2886,1,4.2151,1,3.87 -2887,1,4.2255,1,3.8796 -2888,1,4.2359,1,3.8892 -2889,1,4.2463,1,3.8989 -2890,1,4.2568,1,3.9085 -2891,1,4.2672,1,3.9182 -2892,1,4.2777,1,3.9279 -2893,1,4.2882,1,3.9376 -2894,1,4.2988,1,3.9473 -2895,1,4.3093,1,3.9571 -2896,1,4.3199,1,3.9668 -2897,1,4.3305,1,3.9766 -2898,1,4.3411,1,3.9864 -2899,1,4.3517,1,3.9962 -2900,1,4.3623,1,4.006 -2901,1,4.373,1,4.0158 -2902,1,4.3837,1,4.0256 -2903,1,4.3944,1,4.0355 -2904,1,4.4051,1,4.0454 -2905,1,4.4158,1,4.0553 -2906,1,4.4266,1,4.0652 -2907,1,4.4374,1,4.0751 -2908,1,4.4481,1,4.085 -2909,1,4.459,1,4.095 -2910,1,4.4698,1,4.105 -2911,1,4.4807,1,4.115 -2912,1,4.4915,1,4.125 -2913,1,4.5025,1,3.17 -2914,1,4.5134,1,3.1775 -2915,1,4.5243,1,3.185 -2916,1,4.5353,1,3.1925 -2917,1,4.5463,1,3.2 -2918,1,4.5573,1,3.2076 -2919,1,4.5684,1,3.2152 -2920,1,4.5795,1,3.2228 -2921,1,4.5906,1,3.2304 -2922,1,4.6017,1,3.238 -2923,1,4.6128,1,3.2457 -2924,1,4.624,1,3.2533 -2925,1,4.6352,1,3.261 -2926,1,4.6464,1,3.2687 -2927,1,4.6576,1,3.2765 -2928,1,4.6689,1,3.2842 -2929,1,4.6802,1,3.292 -2930,1,4.6915,1,3.2998 -2931,1,4.7028,1,3.3076 -2932,1,4.7141,1,3.3154 -2933,1,4.7255,1,3.3232 -2934,1,4.7369,1,3.331 -2935,1,4.7483,1,3.3389 -2936,1,4.7597,1,3.3468 -2937,1,4.7712,1,3.3547 -2938,1,4.7826,1,3.3626 -2939,1,4.7941,1,3.3705 -2940,1,4.8056,1,3.3784 -2941,1,4.8172,1,3.3864 -2942,1,4.8287,1,3.3944 -2943,1,4.8403,1,3.4024 -2944,1,4.8518,1,3.4104 -2945,1,4.8634,1,3.4184 -2946,1,4.875,1,3.4264 -2947,1,4.8867,1,3.4344 -2948,1,4.8983,1,3.4425 -2949,1,4.91,1,3.4506 -2950,1,4.9217,1,3.4587 -2951,1,4.9334,1,3.4668 -2952,1,4.9452,1,3.4749 -2953,1,4.9569,1,3.483 -2954,1,4.9687,1,3.4912 -2955,1,4.9805,1,3.4994 -2956,1,4.9923,1,3.5075 -2957,1,5.0041,1,3.5158 -2958,1,5.016,1,3.524 -2959,1,5.0279,1,3.5322 -2960,1,5.0398,1,3.5405 -2961,1,5.0517,1,3.5487 -2962,1,5.0637,1,3.557 -2963,1,5.0756,1,3.5653 -2964,1,5.0876,1,3.5736 -2965,1,5.0996,1,3.582 -2966,1,5.1116,1,3.5903 -2967,1,5.1237,1,3.5987 -2968,1,5.1357,1,3.6071 -2969,1,5.1478,1,3.6155 -2970,1,5.1599,1,3.6239 -2971,1,5.1721,1,3.6323 -2972,1,5.1842,1,3.6408 -2973,1,5.1964,1,3.6492 -2974,1,5.2085,1,3.6577 -2975,1,5.2207,1,3.6662 -2976,1,5.2329,1,3.6747 -2977,1,5.2451,1,3.6832 -2978,1,5.2574,1,3.6917 -2979,1,5.2696,1,3.7002 -2980,1,5.2819,1,3.7087 -2981,1,5.2942,1,3.7173 -2982,1,5.3064,1,3.7259 -2983,1,5.3187,1,3.7344 -2984,1,5.331,1,3.743 -2985,1,5.3434,1,3.7516 -2986,1,5.3557,1,3.7602 -2987,1,5.368,1,3.7688 -2988,1,5.3804,1,3.7774 -2989,1,5.3928,1,3.7861 -2990,1,5.4051,1,3.7947 -2991,1,5.4176,1,3.8034 -2992,1,5.43,1,3.812 -2993,1,5.4424,1,3.8207 -2994,1,5.4548,1,3.8294 -2995,1,5.4673,1,3.8381 -2996,1,5.4797,1,3.8468 -2997,1,5.4922,1,3.8555 -2998,1,5.5047,1,3.8642 -2999,1,5.5172,1,3.873 -3000,1,5.5297,1,3.8817 -3001,1,5.5422,1,3.8904 -3002,1,5.5547,1,3.8992 -3003,1,5.5672,1,3.908 -3004,1,5.5798,1,3.9168 -3005,1,5.5923,1,3.9256 -3006,1,5.6049,1,3.9344 -3007,1,5.6175,1,3.9432 -3008,1,5.6301,1,3.952 -3009,1,5.6427,1,3.9608 -3010,1,5.6553,1,3.9697 -3011,1,5.668,1,3.9785 -3012,1,5.6806,1,3.9874 -3013,0,3.7244,1,3.1166 -3014,0,3.7324,1,3.1234 -3015,0,3.7403,1,3.1302 -3016,0,3.7484,1,3.137 -3017,0,3.7564,1,3.1438 -3018,0,3.7644,1,3.1506 -3019,0,3.7724,1,3.1575 -3020,0,3.7805,1,3.1643 -3021,0,3.7886,1,3.1712 -3022,0,3.7966,1,3.1781 -3023,0,3.8047,1,3.1849 -3024,0,3.8128,1,3.1918 -3025,0,3.821,1,3.1987 -3026,0,3.8291,1,3.2057 -3027,0,3.8373,1,3.2126 -3028,0,3.8454,1,3.2195 -3029,0,3.8536,1,3.2265 -3030,0,3.8618,1,3.2334 -3031,0,3.87,1,3.2404 -3032,0,3.8782,1,3.2474 -3033,0,3.8864,1,3.2544 -3034,0,3.8947,1,3.2613 -3035,0,3.9029,1,3.2684 -3036,0,3.9112,1,3.2754 -3037,0,3.9194,1,3.2824 -3038,0,3.9277,1,3.2894 -3039,0,3.936,1,3.2965 -3040,0,3.9443,1,3.3035 -3041,0,3.9527,1,3.3106 -3042,0,3.961,1,3.3177 -3043,0,3.9694,1,3.3248 -3044,0,3.9777,1,3.3319 -3045,0,3.9861,1,3.339 -3046,0,3.9945,1,3.3461 -3047,0,4.0029,1,3.3532 -3048,0,4.0113,1,3.3604 -3049,0,4.0197,1,3.3675 -3050,0,4.0281,1,3.3747 -3051,0,4.0366,1,3.3818 -3052,0,4.045,1,3.389 -3053,0,4.0535,1,3.3962 -3054,0,4.062,1,3.4034 -3055,0,4.0705,1,3.4106 -3056,0,4.079,1,3.4178 -3057,0,4.0875,1,3.425 -3058,0,4.096,1,3.4322 -3059,1,4.1045,1,3.4394 -3060,1,4.1131,1,3.4467 -3061,1,4.1216,1,3.454 -3062,1,4.1302,1,3.4612 -3063,1,4.1388,1,3.4685 -3064,1,4.1474,1,3.4758 -3065,1,4.156,1,3.4831 -3066,1,4.1646,1,3.4904 -3067,1,4.1733,1,3.4977 -3068,1,4.1819,1,3.505 -3069,1,4.1906,1,3.5124 -3070,1,4.1992,1,3.5197 -3071,1,4.2079,1,3.527 -3072,1,4.2166,1,3.5344 -3073,1,4.2253,1,3.5418 -3074,1,4.234,1,3.5492 -3075,1,4.2427,1,3.5566 -3076,1,4.2515,1,3.564 -3077,1,4.2602,1,3.5714 -3078,1,4.269,1,3.5788 -3079,1,4.2778,1,3.5862 -3080,1,4.2866,1,3.5937 -3081,1,4.2954,1,3.6011 -3082,1,4.3042,1,3.6086 -3083,1,4.313,1,3.616 -3084,1,4.3218,1,3.6235 -3085,1,4.3306,1,3.631 -3086,1,4.3395,1,3.6384 -3087,1,4.3483,1,3.6459 -3088,1,4.3572,1,3.6534 -3089,1,4.3661,1,3.661 -3090,1,4.3749,1,3.6685 -3091,1,4.3838,1,3.676 -3092,1,4.3927,1,3.6835 -3093,1,4.4017,1,3.6911 -3094,1,4.4106,1,3.6986 -3095,1,4.4196,1,3.7062 -3096,1,4.4285,1,3.7138 -3097,1,4.4375,1,3.7214 -3098,1,4.4465,1,3.729 -3099,1,4.4555,1,3.7366 -3100,1,4.4646,1,3.7443 -3101,1,4.4736,1,3.7519 -3102,1,4.4827,1,3.7596 -3103,1,4.4917,1,3.7673 -3104,1,4.5008,1,3.775 -3105,1,4.5099,1,3.7827 -3106,1,4.5191,1,3.7904 -3107,1,4.5282,1,3.7981 -3108,1,4.5374,1,3.8058 -3109,1,4.5465,1,3.8136 -3110,1,4.5557,1,3.8214 -3111,1,4.5649,1,3.8292 -3112,1,4.5742,1,3.837 -3113,0,3.3924,1,3.053 -3114,0,3.3991,1,3.0592 -3115,0,3.4059,1,3.0653 -3116,0,3.4126,1,3.0715 -3117,0,3.4194,1,3.0777 -3118,0,3.4262,1,3.0839 -3119,0,3.433,1,3.0901 -3120,0,3.4399,1,3.0963 -3121,0,3.4467,1,3.1025 -3122,0,3.4536,1,3.1087 -3123,0,3.4605,1,3.115 -3124,0,3.4674,1,3.1213 -3125,0,3.4743,1,3.1275 -3126,0,3.4812,1,3.1338 -3127,0,3.4881,1,3.1401 -3128,0,3.4951,1,3.1464 -3129,0,3.5021,1,3.1528 -3130,0,3.509,1,3.1591 -3131,0,3.5161,1,3.1655 -3132,0,3.5231,1,3.1719 -3133,0,3.5301,1,3.1782 -3134,0,3.5372,1,3.1846 -3135,0,3.5442,1,3.191 -3136,0,3.5513,1,3.1975 -3137,0,3.5584,1,3.2039 -3138,0,3.5656,1,3.2104 -3139,0,3.5727,1,3.2168 -3140,0,3.5798,1,3.2233 -3141,0,3.587,1,3.2298 -3142,0,3.5942,1,3.2363 -3143,0,3.6014,1,3.2428 -3144,0,3.6086,1,3.2494 -3145,0,3.6158,1,3.2559 -3146,0,3.6231,1,3.2625 -3147,0,3.6303,1,3.269 -3148,0,3.6376,1,3.2756 -3149,0,3.6449,1,3.2822 -3150,0,3.6522,1,3.2888 -3151,0,3.6595,1,3.2954 -3152,0,3.6668,1,3.3021 -3153,0,3.6742,1,3.3087 -3154,0,3.6815,1,3.3154 -3155,0,3.6889,1,3.322 -3156,0,3.6963,1,3.3287 -3157,0,3.7037,1,3.3354 -3158,0,3.7111,1,3.3421 -3159,0,3.7186,1,3.3488 -3160,0,3.726,1,3.3556 -3161,0,3.7335,1,3.3623 -3162,0,3.741,1,3.3691 -3163,0,3.7485,1,3.3758 -3164,0,3.756,1,3.3826 -3165,0,3.7635,1,3.3894 -3166,0,3.771,1,3.3962 -3167,0,3.7786,1,3.403 -3168,0,3.7861,1,3.4098 -3169,0,3.7937,1,3.4166 -3170,0,3.8013,1,3.4235 -3171,0,3.8089,1,3.4303 -3172,0,3.8165,1,3.4372 -3173,0,3.8241,1,3.4441 -3174,0,3.8318,1,3.451 -3175,0,3.8394,1,3.4579 -3176,0,3.8471,1,3.4648 -3177,0,3.8548,1,3.4717 -3178,0,3.8625,1,3.4786 -3179,0,3.8702,1,3.4856 -3180,0,3.8779,1,3.4925 -3181,0,3.8856,1,3.4995 -3182,0,3.8934,1,3.5064 -3183,0,3.9011,1,3.5134 -3184,0,3.9089,1,3.5204 -3185,0,3.9167,1,3.5274 -3186,0,3.9245,1,3.5344 -3187,0,3.9323,1,3.5414 -3188,0,3.9401,1,3.5485 -3189,0,3.9479,1,3.5555 -3190,0,3.9558,1,3.5626 -3191,0,3.9636,1,3.5696 -3192,0,3.9715,1,3.5767 -3193,0,3.9794,1,3.5838 -3194,0,3.9873,1,3.5909 -3195,0,3.9952,1,3.598 -3196,0,4.0031,1,3.6051 -3197,0,4.011,1,3.6122 -3198,0,4.019,1,3.6194 -3199,0,4.027,1,3.6265 -3200,0,4.0349,1,3.6337 -3201,0,4.0429,1,3.6409 -3202,0,4.0509,1,3.648 -3203,0,4.0589,1,3.6552 -3204,0,4.067,1,3.6624 -3205,0,4.075,1,3.6696 -3206,0,4.083,1,3.6769 -3207,0,4.0911,1,3.6841 -3208,0,4.0992,1,3.6913 -3209,1,4.1073,1,3.6986 -3210,1,4.1154,1,3.7059 -3211,1,4.1235,1,3.7131 -3212,1,4.1316,1,3.7204 -3213,1,4.1397,1,2.9989 -3214,1,4.1479,1,3.0047 -3215,1,4.1561,1,3.0105 -3216,1,4.1642,1,3.0164 -3217,1,4.1724,1,3.0222 -3218,1,4.1806,1,3.0281 -3219,1,4.1888,1,3.0339 -3220,1,4.1971,1,3.0398 -3221,1,4.2053,1,3.0457 -3222,1,4.2135,1,3.0516 -3223,1,4.2218,1,3.0575 -3224,1,4.2301,1,3.0634 -3225,1,4.2384,1,3.0693 -3226,1,4.2467,1,3.0753 -3227,1,4.255,1,3.0812 -3228,1,4.2633,1,3.0872 -3229,1,4.2716,1,3.0931 -3230,1,4.28,1,3.0991 -3231,1,4.2883,1,3.1051 -3232,1,4.2967,1,3.1111 -3233,1,4.3051,1,3.1171 -3234,1,4.3135,1,3.1231 -3235,1,4.3219,1,3.1291 -3236,1,4.3303,1,3.1352 -3237,1,4.3387,1,3.1412 -3238,1,4.3472,1,3.1473 -3239,1,4.3556,1,3.1534 -3240,1,4.3641,1,3.1594 -3241,1,4.3726,1,3.1655 -3242,1,4.3811,1,3.1716 -3243,1,4.3896,1,3.1777 -3244,1,4.3981,1,3.1839 -3245,1,4.4067,1,3.19 -3246,1,4.4152,1,3.1962 -3247,1,4.4238,1,3.2023 -3248,1,4.4323,1,3.2085 -3249,1,4.4409,1,3.2147 -3250,1,4.4495,1,3.2209 -3251,1,4.4581,1,3.2271 -3252,1,4.4668,1,3.2333 -3253,1,4.4754,1,3.2395 -3254,1,4.4841,1,3.2457 -3255,1,4.4927,1,3.252 -3256,1,4.5014,1,3.2582 -3257,1,4.5101,1,3.2645 -3258,1,4.5188,1,3.2708 -3259,1,4.5275,1,3.2771 -3260,1,4.5362,1,3.2834 -3261,1,4.545,1,3.2897 -3262,1,4.5537,1,3.296 -3263,1,4.5625,1,3.3023 -3264,1,4.5712,1,3.3087 -3265,1,4.58,1,3.315 -3266,1,4.5888,1,3.3214 -3267,1,4.5976,1,3.3278 -3268,1,4.6065,1,3.3342 -3269,1,4.6153,1,3.3405 -3270,1,4.6242,1,3.347 -3271,1,4.633,1,3.3534 -3272,1,4.6419,1,3.3598 -3273,1,4.6508,1,3.3662 -3274,1,4.6597,1,3.3727 -3275,1,4.6686,1,3.3791 -3276,1,4.6775,1,3.3856 -3277,1,4.6864,1,3.3921 -3278,1,4.6954,1,3.3986 -3279,1,4.7043,1,3.4051 -3280,1,4.7133,1,3.4116 -3281,1,4.7223,1,3.4181 -3282,1,4.7313,1,3.4247 -3283,1,4.7403,1,3.4312 -3284,1,4.7493,1,3.4378 -3285,1,4.7584,1,3.4444 -3286,1,4.7674,1,3.4509 -3287,1,4.7765,1,3.4575 -3288,1,4.7856,1,3.4642 -3289,1,4.7947,1,3.4708 -3290,1,4.8038,1,3.4774 -3291,1,4.8129,1,3.4841 -3292,1,4.8221,1,3.4907 -3293,1,4.8312,1,3.4974 -3294,1,4.8404,1,3.504 -3295,1,4.8496,1,3.5107 -3296,1,4.8587,1,3.5174 -3297,1,4.8679,1,3.5241 -3298,1,4.8772,1,3.5309 -3299,1,4.8864,1,3.5376 -3300,1,4.8956,1,3.5444 -3301,1,4.9049,1,3.5511 -3302,1,4.9141,1,3.5579 -3303,1,4.9234,1,3.5647 -3304,1,4.9327,1,3.5714 -3305,1,4.942,1,3.5782 -3306,1,4.9513,1,3.5851 -3307,1,4.9607,1,3.5919 -3308,1,4.97,1,3.5987 -3309,1,4.9794,1,3.6056 -3310,1,4.9887,1,3.6124 -3311,1,4.9981,1,3.6193 -3312,1,5.0075,1,3.6261 -3313,0,3.5562,1,2.9519 -3314,0,3.5627,1,2.9575 -3315,0,3.5693,1,2.963 -3316,0,3.5759,1,2.9686 -3317,0,3.5825,1,2.9742 -3318,0,3.5891,1,2.9798 -3319,0,3.5957,1,2.9854 -3320,0,3.6024,1,2.991 -3321,0,3.609,1,2.9966 -3322,0,3.6157,1,3.0023 -3323,0,3.6224,1,3.0079 -3324,0,3.6291,1,3.0136 -3325,0,3.6358,1,3.0193 -3326,0,3.6425,1,3.0249 -3327,0,3.6492,1,3.0306 -3328,0,3.656,1,3.0363 -3329,0,3.6627,1,3.0421 -3330,0,3.6695,1,3.0478 -3331,0,3.6763,1,3.0536 -3332,0,3.6831,1,3.0593 -3333,0,3.6899,1,3.0651 -3334,0,3.6967,1,3.0709 -3335,0,3.7036,1,3.0767 -3336,0,3.7104,1,3.0825 -3337,0,3.7173,1,3.0883 -3338,0,3.7242,1,3.0941 -3339,0,3.7311,1,3.1 -3340,0,3.738,1,3.1059 -3341,0,3.7449,1,3.1117 -3342,0,3.7519,1,3.1176 -3343,0,3.7588,1,3.1235 -3344,0,3.7658,1,3.1294 -3345,0,3.7728,1,3.1353 -3346,0,3.7798,1,3.1413 -3347,0,3.7868,1,3.1472 -3348,0,3.7938,1,3.1532 -3349,0,3.8008,1,3.1591 -3350,0,3.8079,1,3.1651 -3351,0,3.8149,1,3.1711 -3352,0,3.822,1,3.1771 -3353,0,3.8291,1,3.1831 -3354,0,3.8362,1,3.1892 -3355,0,3.8433,1,3.1952 -3356,0,3.8505,1,3.2013 -3357,0,3.8576,1,3.2073 -3358,0,3.8648,1,3.2134 -3359,0,3.872,1,3.2195 -3360,0,3.8791,1,3.2256 -3361,0,3.8863,1,3.2317 -3362,0,3.8936,1,3.2379 -3363,0,3.9008,1,3.244 -3364,0,3.908,1,3.2501 -3365,0,3.9153,1,3.2563 -3366,0,3.9226,1,3.2625 -3367,0,3.9299,1,3.2687 -3368,0,3.9372,1,3.2749 -3369,0,3.9445,1,3.2811 -3370,0,3.9518,1,3.2873 -3371,0,3.9592,1,3.2936 -3372,0,3.9665,1,3.2998 -3373,0,3.9739,1,3.3061 -3374,0,3.9813,1,3.3124 -3375,0,3.9887,1,3.3187 -3376,0,3.9961,1,3.325 -3377,0,4.0035,1,3.3313 -3378,0,4.011,1,3.3376 -3379,0,4.0184,1,3.344 -3380,0,4.0259,1,3.3503 -3381,0,4.0334,1,3.3567 -3382,0,4.0409,1,3.3631 -3383,0,4.0484,1,3.3695 -3384,0,4.0559,1,3.3759 -3385,0,4.0635,1,3.3823 -3386,0,4.071,1,3.3887 -3387,0,4.0786,1,3.3951 -3388,0,4.0862,1,3.4016 -3389,0,4.0938,1,3.4081 -3390,1,4.1014,1,3.4146 -3391,1,4.109,1,3.4211 -3392,1,4.1167,1,3.4276 -3393,1,4.1243,1,3.4341 -3394,1,4.132,1,3.4406 -3395,1,4.1397,1,3.4472 -3396,1,4.1474,1,3.4537 -3397,1,4.1551,1,3.4603 -3398,1,4.1629,1,3.4669 -3399,1,4.1706,1,3.4735 -3400,1,4.1784,1,3.4801 -3401,1,4.1862,1,3.4867 -3402,1,4.194,1,3.4934 -3403,1,4.2018,1,3.5 -3404,1,4.2096,1,3.5067 -3405,1,4.2174,1,3.5134 -3406,1,4.2253,1,3.5201 -3407,1,4.2331,1,3.5268 -3408,1,4.241,1,3.5335 -3409,1,4.2489,1,3.5402 -3410,1,4.2568,1,3.547 -3411,1,4.2647,1,3.5537 -3412,1,4.2727,1,3.5605 -3413,1,4.2806,1,2.9173 -3414,1,4.2886,1,2.9228 -3415,1,4.2966,1,2.9283 -3416,1,4.3046,1,2.9339 -3417,1,4.3126,1,2.9394 -3418,1,4.3206,1,2.9449 -3419,1,4.3286,1,2.9505 -3420,1,4.3367,1,2.9561 -3421,1,4.3448,1,2.9617 -3422,1,4.3529,1,2.9673 -3423,1,4.361,1,2.9729 -3424,1,4.3691,1,2.9785 -3425,1,4.3772,1,2.9842 -3426,1,4.3853,1,2.9898 -3427,1,4.3935,1,2.9955 -3428,1,4.4017,1,3.0012 -3429,1,4.4098,1,3.0068 -3430,1,4.418,1,3.0125 -3431,1,4.4263,1,3.0183 -3432,1,4.4345,1,3.024 -3433,1,4.4427,1,3.0297 -3434,1,4.451,1,3.0355 -3435,1,4.4593,1,3.0413 -3436,1,4.4675,1,3.047 -3437,1,4.4758,1,3.0528 -3438,1,4.4842,1,3.0586 -3439,1,4.4925,1,3.0645 -3440,1,4.5008,1,3.0703 -3441,1,4.5092,1,3.0761 -3442,1,4.5176,1,3.082 -3443,1,4.5259,1,3.0879 -3444,1,4.5343,1,3.0938 -3445,1,4.5428,1,3.0997 -3446,1,4.5512,1,3.1056 -3447,1,4.5596,1,3.1115 -3448,1,4.5681,1,3.1174 -3449,1,4.5766,1,3.1234 -3450,1,4.5851,1,3.1294 -3451,1,4.5936,1,3.1353 -3452,1,4.6021,1,3.1413 -3453,1,4.6106,1,3.1473 -3454,1,4.6192,1,3.1534 -3455,1,4.6278,1,3.1594 -3456,1,4.6364,1,3.1654 -3457,1,4.645,1,3.1715 -3458,1,4.6536,1,3.1776 -3459,1,4.6622,1,3.1837 -3460,1,4.6708,1,3.1898 -3461,1,4.6795,1,3.1959 -3462,1,4.6882,1,3.202 -3463,1,4.6969,1,3.2082 -3464,1,4.7056,1,3.2143 -3465,1,4.7143,1,3.2205 -3466,1,4.723,1,3.2267 -3467,1,4.7318,1,3.2329 -3468,1,4.7405,1,3.2391 -3469,1,4.7493,1,3.2453 -3470,1,4.7581,1,3.2515 -3471,1,4.7669,1,3.2578 -3472,1,4.7758,1,3.264 -3473,1,4.7846,1,3.2703 -3474,1,4.7935,1,3.2766 -3475,1,4.8023,1,3.2829 -3476,1,4.8112,1,3.2892 -3477,1,4.8201,1,3.2956 -3478,1,4.829,1,3.3019 -3479,1,4.838,1,3.3082 -3480,1,4.8469,1,3.3146 -3481,1,4.8559,1,3.321 -3482,1,4.8648,1,3.3274 -3483,1,4.8738,1,3.3338 -3484,1,4.8828,1,3.3402 -3485,1,4.8919,1,3.3467 -3486,1,4.9009,1,3.3531 -3487,1,4.91,1,3.3596 -3488,1,4.919,1,3.3661 -3489,1,4.9281,1,3.3725 -3490,1,4.9372,1,3.3791 -3491,1,4.9463,1,3.3856 -3492,1,4.9555,1,3.3921 -3493,1,4.9646,1,3.3986 -3494,1,4.9738,1,3.4052 -3495,1,4.9829,1,3.4118 -3496,1,4.9921,1,3.4183 -3497,1,5.0013,1,3.4249 -3498,1,5.0105,1,3.4315 -3499,1,5.0198,1,3.4382 -3500,1,5.029,1,3.4448 diff --git a/paper/data/exp_cartraceP41.csv b/paper/data/exp_cartraceP41.csv deleted file mode 100644 index 3e0e7bcf292fd792b6f208f1539cafb906487951..0000000000000000000000000000000000000000 --- a/paper/data/exp_cartraceP41.csv +++ /dev/null @@ -1,29849 +0,0 @@ -0,0 --1.9152e-06,1.1292e-05 --1.4341e-05,2.3023e-05 --3.1707e-05,1.7606e-05 --3.6409e-05,1.7349e-05 --3.4147e-05,2.7323e-05 --3.7991e-05,2.251e-05 --4.1912e-05,8.9137e-06 --3.93e-05,1.5012e-05 --4.1743e-05,2.6959e-05 --5.1417e-05,1.8216e-05 --5.3359e-05,7.6141e-06 --4.8299e-05,1.3519e-05 --4.8513e-05,1.5314e-05 --5.1824e-05,5.6552e-06 --5.1577e-05,7.6712e-06 --5.669e-05,1.5453e-05 --6.8109e-05,6.1909e-06 --7.092e-05,-5.3058e-06 --6.4723e-05,2.0125e-07 --6.508e-05,1.9729e-06 --7.1672e-05,-1.2599e-05 --7.1332e-05,-1.5385e-05 --6.8456e-05,-3.3021e-06 --7.1372e-05,-5.8411e-06 --7.2395e-05,-1.8177e-05 --6.6617e-05,-1.3722e-05 --6.5022e-05,-6.1369e-06 --6.7813e-05,-1.526e-05 --6.1199e-05,-1.9399e-05 --4.8156e-05,-8.8417e-06 --3.8822e-05,-8.1432e-06 --2.589e-05,-1.8887e-05 --2.8397e-06,-1.5385e-05 -1.7273e-05,-6.5227e-06 -2.9788e-05,-1.4602e-05 -4.8494e-05,-2.156e-05 -7.4124e-05,-1.017e-05 -9.4621e-05,-3.5478e-06 -0.00011261,-1.494e-05 -0.0001381,-1.7953e-05 -0.00016326,-8.6058e-06 -0.00018153,-1.0737e-05 -0.00020414,-1.6222e-05 -0.00023349,-5.0831e-06 -0.00025655,3.5173e-06 -0.00027703,-3.8369e-06 -0.00030951,2.3702e-08 -0.0003453,1.7267e-05 -0.00037202,1.9059e-05 -0.00040012,1.1814e-05 -0.00043906,2.1956e-05 -0.00047781,3.4289e-05 -0.00051335,2.8078e-05 -0.00055878,2.5082e-05 -0.00061157,3.6297e-05 -0.00066036,3.9246e-05 -0.00071201,3.4791e-05 -0.0007746,4.8735e-05 -0.00083529,6.8761e-05 -0.00089073,7.0898e-05 -0.00095764,7.5772e-05 -0.0010343,9.5799e-05 -0.0011035,0.00010442 -0.0011703,0.00010118 -0.0012481,0.00011823 -0.0013246,0.00014505 -0.0013911,0.00015097 -0.001463,0.00015376 -0.0015455,0.00017308 -0.0016241,0.00018687 -0.0016993,0.00018753 -0.0017831,0.00020046 -0.0018662,0.00022104 -0.0019423,0.00022501 -0.0020273,0.0002281 -0.0021252,0.00024966 -0.0022189,0.00026592 -0.0023084,0.0002632 -0.0024108,0.00027161 -0.0025219,0.00029375 -0.0026305,0.00030005 -0.0027439,0.00029994 -0.002867,0.00031771 -0.0029875,0.00033545 -0.0031048,0.00033791 -0.0032342,0.00035111 -0.0033727,0.00037861 -0.0035098,0.00039446 -0.0036542,0.00040376 -0.0038116,0.00042931 -0.0039665,0.00045677 -0.0041148,0.00046812 -0.0042719,0.0004868 -0.0044379,0.00052261 -0.0045988,0.00054704 -0.0047589,0.00055604 -0.0049298,0.00057784 -0.0051011,0.00060422 -0.0052667,0.0006132 -0.0054401,0.00062566 -0.0056204,0.00065372 -0.0057938,0.00067093 -0.0059673,0.00067325 -0.0061554,0.00068756 -0.0063474,0.00070622 -0.0065344,0.00070517 -0.0067276,0.00070226 -0.0069299,0.00071716 -0.0071279,0.00072593 -0.0073238,0.00071435 -0.055784,-0.21779 -0.056102,-0.21826 -0.056415,-0.21874 -0.056735,-0.21922 -0.057063,-0.21967 -0.057387,-0.22014 -0.057711,-0.22061 -0.05805,-0.22108 -0.058398,-0.22153 -0.05874,-0.222 -0.059087,-0.22248 -0.059448,-0.22293 -0.059811,-0.22338 -0.060171,-0.22385 -0.060544,-0.22431 -0.060928,-0.22476 -0.061308,-0.22522 -0.061693,-0.22569 -0.062089,-0.22614 -0.062483,-0.2266 -0.062873,-0.22707 -0.063275,-0.22754 -0.063688,-0.22799 -0.064093,-0.22846 -0.064498,-0.22895 -0.064919,-0.22942 -0.065342,-0.22988 -0.065761,-0.23037 -0.066189,-0.23085 -0.066627,-0.23132 -0.067059,-0.23179 -0.067492,-0.23228 -0.067939,-0.23275 -0.068388,-0.23322 -0.068834,-0.2337 -0.069292,-0.23418 -0.069763,-0.23464 -0.070231,-0.23511 -0.070699,-0.2356 -0.071186,-0.23606 -0.07168,-0.23652 -0.07217,-0.23699 -0.072668,-0.23747 -0.073178,-0.23792 -0.073687,-0.23838 -0.074197,-0.23885 -0.074722,-0.23931 -0.075251,-0.23977 -0.075775,-0.24024 -0.07631,-0.2407 -0.07686,-0.24115 -0.077405,-0.2416 -0.077947,-0.24208 -0.078503,-0.24254 -0.079067,-0.24298 -0.079626,-0.24345 -0.080191,-0.24391 -0.080767,-0.24436 -0.081341,-0.24482 -0.081913,-0.24528 -0.082498,-0.24574 -0.083092,-0.24619 -0.083683,-0.24665 -0.084279,-0.24712 -0.084887,-0.24757 -0.085495,-0.24803 -0.0861,-0.24851 -0.086717,-0.24897 -0.087344,-0.24942 -0.087969,-0.24988 -0.088597,-0.25036 -0.08924,-0.25082 -0.089887,-0.25128 -0.090533,-0.25175 -0.09119,-0.25221 -0.091857,-0.25266 -0.092523,-0.25312 -0.093197,-0.25359 -0.09389,-0.25404 -0.094587,-0.25449 -0.09528,-0.25495 -0.09598,-0.25541 -0.096694,-0.25585 -0.097406,-0.2563 -0.09812,-0.25677 -0.098847,-0.25723 -0.099582,-0.25767 -0.10031,-0.25814 -0.10106,-0.2586 -0.10181,-0.25905 -0.10256,-0.25949 -0.10331,-0.25995 -0.10408,-0.26041 -0.10485,-0.26086 -0.10562,-0.26132 -0.10639,-0.26179 -0.10718,-0.26224 -0.10796,-0.26268 -0.10875,-0.26315 -0.10955,-0.26361 -0.012499,-0.42505 -0.012487,-0.42688 -0.01248,-0.42871 -0.012485,-0.43053 -0.012489,-0.43234 -0.01249,-0.43416 -0.012504,-0.43599 -0.012535,-0.43779 -0.012567,-0.4396 -0.012601,-0.44142 -0.012645,-0.44324 -0.012695,-0.44504 -0.012746,-0.44685 -0.012807,-0.44868 -0.012884,-0.45049 -0.012967,-0.45229 -0.013053,-0.45411 -0.013151,-0.45593 -0.013259,-0.45773 -0.013366,-0.45953 -0.013482,-0.46135 -0.013613,-0.46316 -0.013748,-0.46497 -0.013881,-0.46679 -0.014025,-0.46861 -0.01418,-0.47041 -0.014334,-0.47222 -0.01449,-0.47404 -0.014659,-0.47586 -0.014836,-0.47766 -0.015014,-0.47948 -0.015202,-0.4813 -0.015401,-0.4831 -0.015597,-0.4849 -0.015793,-0.48672 -0.016007,-0.48853 -0.016235,-0.49033 -0.016463,-0.49214 -0.016699,-0.49397 -0.016947,-0.49577 -0.017198,-0.49757 -0.017451,-0.49938 -0.017719,-0.5012 -0.018002,-0.503 -0.018288,-0.50481 -0.018581,-0.50663 -0.018889,-0.50844 -0.019201,-0.51023 -0.019513,-0.51204 -0.01984,-0.51385 -0.020183,-0.51565 -0.020528,-0.51745 -0.020876,-0.51927 -0.021238,-0.52108 -0.021608,-0.52287 -0.021977,-0.52468 -0.022354,-0.5265 -0.022744,-0.5283 -0.023139,-0.53011 -0.023537,-0.53193 -0.023949,-0.53375 -0.024369,-0.53555 -0.024788,-0.53736 -0.025214,-0.53918 -0.025657,-0.54099 -0.026107,-0.54278 -0.026556,-0.5446 -0.027015,-0.54641 -0.027486,-0.54821 -0.027962,-0.55001 -0.028445,-0.55183 -0.028942,-0.55365 -0.029448,-0.55545 -0.029959,-0.55726 -0.030481,-0.55908 -0.031018,-0.56089 -0.031564,-0.5627 -0.032118,-0.56451 -0.032686,-0.56634 -0.033266,-0.56815 -0.033852,-0.56995 -0.034447,-0.57177 -0.035054,-0.57359 -0.035674,-0.57539 -0.036303,-0.57719 -0.03694,-0.57901 -0.037584,-0.58082 -0.038236,-0.58262 -0.0389,-0.58442 -0.039573,-0.58624 -0.040253,-0.58805 -0.040943,-0.58985 -0.041646,-0.59168 -0.04236,-0.5935 -0.043082,-0.59532 -0.043811,-0.59713 -0.044548,-0.59897 -0.045292,-0.6008 -0.046046,-0.60262 -0.046811,-0.60445 -0.0098137,-0.56717 -0.010375,-0.56878 -0.01094,-0.57038 -0.011514,-0.57198 -0.012101,-0.57358 -0.012699,-0.57517 -0.013306,-0.57676 -0.013929,-0.57836 -0.01457,-0.57994 -0.015219,-0.58151 -0.015874,-0.58309 -0.016546,-0.58468 -0.017237,-0.58625 -0.017935,-0.58784 -0.018644,-0.58945 -0.01937,-0.59104 -0.020105,-0.59264 -0.020847,-0.59425 -0.021607,-0.59586 -0.022383,-0.59746 -0.023164,-0.59906 -0.023955,-0.60068 -0.024765,-0.60228 -0.025585,-0.60388 -0.026402,-0.60549 -0.02723,-0.6071 -0.028071,-0.60869 -0.028911,-0.61028 -0.029754,-0.61189 -0.030613,-0.6135 -0.031482,-0.61509 -0.032352,-0.6167 -0.033237,-0.61832 -0.034141,-0.61991 -0.035049,-0.62151 -0.035963,-0.62313 -0.036902,-0.62473 -0.037858,-0.62633 -0.038818,-0.62794 -0.039793,-0.62956 -0.040788,-0.63116 -0.041787,-0.63276 -0.042789,-0.63438 -0.043812,-0.636 -0.044854,-0.63761 -0.045902,-0.63923 -0.046965,-0.64086 -0.048046,-0.64246 -0.049129,-0.64406 -0.050217,-0.64568 -0.051329,-0.64728 -0.052457,-0.64887 -0.053587,-0.65048 -0.054727,-0.65209 -0.055884,-0.65368 -0.057046,-0.65527 -0.05821,-0.65688 -0.05939,-0.65848 -0.060586,-0.66008 -0.061787,-0.66169 -0.063,-0.66331 -0.064231,-0.66491 -0.06547,-0.66651 -0.066714,-0.66813 -0.067982,-0.66975 -0.069268,-0.67135 -0.070559,-0.67298 -0.071865,-0.67461 -0.073194,-0.67621 -0.074533,-0.67782 -0.075878,-0.67945 -0.077242,-0.68107 -0.078625,-0.68268 -0.080013,-0.6843 -0.08141,-0.68593 -0.082826,-0.68754 -0.084248,-0.68915 -0.085675,-0.69077 -0.087121,-0.69238 -0.088587,-0.69398 -0.090059,-0.69559 -0.091541,-0.69722 -0.093044,-0.69882 -0.094559,-0.70042 -0.09608,-0.70204 -0.097618,-0.70366 -0.099176,-0.70527 -0.10074,-0.70689 -0.10232,-0.70852 -0.10391,-0.71014 -0.10552,-0.71175 -0.10713,-0.71338 -0.10876,-0.71502 -0.11041,-0.71664 -0.11208,-0.71827 -0.11375,-0.71991 -0.11544,-0.72154 -0.11714,-0.72317 -0.11886,-0.7248 -0.12058,-0.72644 -0.038443,-0.76356 -0.039837,-0.76534 -0.04124,-0.76714 -0.04266,-0.76892 -0.044094,-0.77069 -0.045534,-0.77248 -0.046988,-0.77427 -0.048465,-0.77604 -0.049953,-0.77782 -0.051446,-0.77961 -0.052957,-0.7814 -0.054487,-0.78318 -0.056025,-0.78496 -0.057575,-0.78676 -0.059147,-0.78855 -0.060732,-0.79033 -0.062326,-0.79213 -0.063937,-0.79392 -0.065566,-0.7957 -0.067201,-0.79749 -0.068847,-0.79929 -0.070517,-0.80108 -0.072202,-0.80285 -0.073892,-0.80464 -0.075595,-0.80644 -0.077318,-0.80822 -0.079049,-0.80999 -0.080789,-0.81179 -0.082551,-0.81358 -0.084331,-0.81537 -0.086122,-0.81716 -0.087929,-0.81896 -0.089758,-0.82074 -0.091595,-0.82252 -0.093441,-0.82431 -0.09531,-0.8261 -0.097198,-0.82787 -0.099094,-0.82965 -0.101,-0.83145 -0.10293,-0.83323 -0.10486,-0.835 -0.10681,-0.83678 -0.10877,-0.83857 -0.11075,-0.84035 -0.11275,-0.84212 -0.11476,-0.84391 -0.11679,-0.84569 -0.11884,-0.84745 -0.12089,-0.84922 -0.12295,-0.85099 -0.12505,-0.85276 -0.12715,-0.85452 -0.12927,-0.85629 -0.1314,-0.85806 -0.13355,-0.85982 -0.13571,-0.86157 -0.13788,-0.86335 -0.14008,-0.86511 -0.1423,-0.86687 -0.14452,-0.86863 -0.14676,-0.8704 -0.14902,-0.87215 -0.15129,-0.8739 -0.15358,-0.87567 -0.15588,-0.87743 -0.15821,-0.87917 -0.16054,-0.88092 -0.16289,-0.88269 -0.16526,-0.88444 -0.16764,-0.88619 -0.17003,-0.88795 -0.17244,-0.88971 -0.17487,-0.89146 -0.17731,-0.89321 -0.17977,-0.89496 -0.18225,-0.89671 -0.18475,-0.89844 -0.18725,-0.90019 -0.18978,-0.90194 -0.19233,-0.90367 -0.19489,-0.90541 -0.19746,-0.90716 -0.20006,-0.9089 -0.20267,-0.91062 -0.2053,-0.91235 -0.20794,-0.9141 -0.21061,-0.91582 -0.21329,-0.91755 -0.216,-0.91928 -0.21872,-0.92101 -0.22147,-0.92272 -0.22422,-0.92444 -0.22698,-0.92617 -0.22978,-0.92788 -0.23259,-0.92959 -0.23541,-0.93131 -0.23825,-0.93304 -0.24111,-0.93474 -0.24399,-0.93644 -0.24688,-0.93815 -0.099354,-0.84338 -0.10175,-0.84473 -0.10415,-0.84609 -0.10658,-0.84745 -0.10903,-0.8488 -0.11149,-0.85014 -0.11396,-0.8515 -0.11646,-0.85284 -0.11898,-0.85418 -0.12151,-0.85551 -0.12405,-0.85686 -0.12661,-0.8582 -0.1292,-0.85952 -0.1318,-0.86086 -0.13442,-0.8622 -0.13706,-0.86353 -0.13971,-0.86485 -0.14237,-0.86619 -0.14506,-0.86752 -0.14777,-0.86883 -0.15049,-0.87016 -0.15323,-0.87149 -0.15599,-0.8728 -0.15877,-0.87411 -0.16155,-0.87544 -0.16437,-0.87677 -0.1672,-0.87808 -0.17004,-0.87939 -0.17291,-0.88072 -0.1758,-0.88203 -0.1787,-0.88333 -0.18162,-0.88465 -0.18456,-0.88596 -0.18753,-0.88725 -0.1905,-0.88854 -0.1935,-0.88985 -0.19652,-0.89115 -0.19956,-0.89244 -0.20261,-0.89373 -0.20568,-0.89503 -0.20878,-0.89632 -0.21189,-0.8976 -0.21502,-0.89889 -0.21817,-0.90019 -0.22134,-0.90148 -0.22452,-0.90276 -0.22772,-0.90406 -0.23094,-0.90534 -0.23418,-0.90662 -0.23743,-0.90791 -0.24071,-0.9092 -0.24401,-0.91048 -0.24732,-0.91175 -0.25065,-0.91304 -0.254,-0.91432 -0.25737,-0.91559 -0.26075,-0.91686 -0.26415,-0.91815 -0.26757,-0.91942 -0.27102,-0.92069 -0.27448,-0.92197 -0.27796,-0.92325 -0.28147,-0.92451 -0.28499,-0.92577 -0.28852,-0.92705 -0.29209,-0.92832 -0.29567,-0.92957 -0.29927,-0.93084 -0.30289,-0.93211 -0.30654,-0.93336 -0.31019,-0.9346 -0.31387,-0.93586 -0.31757,-0.93713 -0.32129,-0.93838 -0.32503,-0.93963 -0.32879,-0.94089 -0.33257,-0.94214 -0.33637,-0.94338 -0.34018,-0.94463 -0.34402,-0.94588 -0.34788,-0.94712 -0.35176,-0.94837 -0.35566,-0.94962 -0.35958,-0.95087 -0.36352,-0.9521 -0.36746,-0.95334 -0.37143,-0.95458 -0.37542,-0.95582 -0.37943,-0.95706 -0.38346,-0.95831 -0.38751,-0.95955 -0.39157,-0.96078 -0.39565,-0.96201 -0.39976,-0.96325 -0.40389,-0.96449 -0.40804,-0.96571 -0.41222,-0.96695 -0.41641,-0.9682 -0.42063,-0.96942 -0.42486,-0.97064 -0.42912,-0.97188 -0.4334,-0.97311 -0.4377,-0.97433 -0.44202,-0.97555 -0.44637,-0.97678 -0.45074,-0.978 -0.45512,-0.97921 -0.45953,-0.98043 -0.46396,-0.98165 -0.46842,-0.98285 -0.47289,-0.98406 -0.47738,-0.98528 -0.4819,-0.98648 -0.48644,-0.98767 -0.491,-0.98888 -0.49558,-0.9901 -0.50018,-0.9913 -0.50481,-0.9925 -0.50945,-0.99371 -0.51413,-0.99492 -0.51882,-0.99611 -0.52352,-0.99731 -0.52824,-0.99852 -0.533,-0.99971 -0.53778,-1.0009 -0.54258,-1.0021 -0.5474,-1.0033 -0.55224,-1.0045 -0.5571,-1.0057 -0.56198,-1.0069 -0.56689,-1.0081 -0.57182,-1.0092 -0.57677,-1.0104 -0.58175,-1.0116 -0.58676,-1.0128 -0.59177,-1.0139 -0.59681,-1.0151 -0.60188,-1.0163 -0.60697,-1.0175 -0.61209,-1.0186 -0.61722,-1.0198 -0.62238,-1.021 -0.62756,-1.0221 -0.63277,-1.0233 -0.63799,-1.0245 -0.64325,-1.0256 -0.64852,-1.0268 -0.65382,-1.028 -0.65915,-1.0291 -0.66449,-1.0303 -0.66985,-1.0314 -0.67525,-1.0326 -0.68067,-1.0337 -0.68611,-1.0349 -0.69158,-1.0361 -0.69707,-1.0372 -0.70258,-1.0383 -0.70811,-1.0395 -0.71366,-1.0406 -0.71924,-1.0418 -0.72484,-1.0429 -0.73047,-1.0441 -0.73612,-1.0452 -0.7418,-1.0463 -0.74749,-1.0475 -0.7532,-1.0486 -0.75895,-1.0498 -0.76473,-1.0509 -0.77052,-1.052 -0.77634,-1.0532 -0.78219,-1.0543 -0.78805,-1.0554 -0.79394,-1.0565 -0.79986,-1.0576 -0.8058,-1.0588 -0.81175,-1.0599 -0.81774,-1.061 -0.82375,-1.0621 -0.82978,-1.0632 -0.83583,-1.0643 -0.84192,-1.0654 -0.84803,-1.0665 -0.85415,-1.0676 -0.86031,-1.0687 -0.86649,-1.0697 -0.87269,-1.0708 -0.87891,-1.0719 -0.88516,-1.073 -0.89143,-1.0741 -0.89773,-1.0752 -0.90405,-1.0762 -0.91041,-1.0773 -0.91679,-1.0784 -0.92319,-1.0795 -0.92962,-1.0806 -0.93608,-1.0816 -0.94256,-1.0827 -0.94906,-1.0838 -0.95559,-1.0849 -0.96215,-1.0859 -0.29658,-0.79482 -0.30117,-0.79501 -0.30579,-0.79518 -0.31044,-0.79534 -0.3151,-0.79552 -0.31979,-0.79568 -0.32451,-0.79583 -0.32924,-0.79599 -0.33399,-0.79615 -0.33878,-0.79629 -0.34359,-0.79644 -0.34841,-0.79659 -0.35326,-0.79675 -0.35813,-0.79688 -0.36303,-0.79701 -0.36795,-0.79716 -0.3729,-0.7973 -0.37787,-0.79743 -0.38286,-0.79757 -0.38788,-0.7977 -0.39293,-0.79782 -0.398,-0.79793 -0.40308,-0.79806 -0.4082,-0.79818 -0.41335,-0.79828 -0.41852,-0.79839 -0.4237,-0.79851 -0.42892,-0.79861 -0.43416,-0.79871 -0.43942,-0.79882 -0.4447,-0.79892 -0.45002,-0.79901 -0.45535,-0.7991 -0.4607,-0.79921 -0.46609,-0.79929 -0.4715,-0.79937 -0.47693,-0.79946 -0.48238,-0.79955 -0.48788,-0.79962 -0.49338,-0.79969 -0.49891,-0.79978 -0.50448,-0.79985 -0.51006,-0.7999 -0.51567,-0.79996 -0.5213,-0.80003 -0.52696,-0.80008 -0.53264,-0.80014 -0.53835,-0.8002 -0.54409,-0.80025 -0.54986,-0.8003 -0.55565,-0.80035 -0.56146,-0.8004 -0.56731,-0.80044 -0.57318,-0.80047 -0.57907,-0.80053 -0.585,-0.80057 -0.59095,-0.80059 -0.59692,-0.80062 -0.60291,-0.80066 -0.60895,-0.80069 -0.615,-0.8007 -0.62108,-0.80074 -0.62719,-0.80076 -0.63333,-0.80077 -0.63948,-0.80078 -0.64567,-0.8008 -0.65189,-0.80081 -0.65813,-0.80081 -0.66439,-0.80083 -0.67069,-0.80084 -0.67702,-0.80083 -0.68337,-0.80082 -0.68974,-0.80083 -0.69614,-0.80083 -0.70257,-0.80081 -0.70902,-0.80081 -0.71551,-0.80081 -0.72202,-0.80078 -0.72855,-0.80076 -0.73511,-0.80075 -0.7417,-0.80073 -0.74832,-0.8007 -0.75496,-0.80068 -0.76163,-0.80066 -0.76833,-0.80062 -0.77504,-0.80058 -0.78178,-0.80056 -0.78855,-0.80053 -0.79535,-0.80048 -0.80217,-0.80045 -0.80902,-0.80041 -0.81591,-0.80036 -0.82281,-0.80031 -0.82974,-0.80027 -0.83671,-0.80021 -0.8437,-0.80015 -0.85072,-0.80011 -0.85776,-0.80006 -0.86484,-0.79999 -0.87193,-0.79991 -0.41743,-0.66181 -0.42316,-0.66129 -0.42891,-0.66076 -0.43468,-0.66024 -0.44047,-0.65972 -0.4463,-0.65918 -0.45215,-0.65863 -0.45801,-0.65809 -0.46391,-0.65754 -0.46984,-0.65698 -0.47579,-0.65643 -0.48176,-0.65589 -0.48776,-0.65532 -0.49378,-0.65475 -0.49981,-0.65419 -0.50588,-0.65363 -0.51198,-0.65305 -0.5181,-0.65248 -0.52424,-0.65192 -0.53042,-0.65134 -0.53662,-0.65075 -0.54284,-0.65017 -0.54909,-0.64959 -0.55537,-0.64899 -0.56168,-0.6484 -0.568,-0.64781 -0.57436,-0.6472 -0.58074,-0.64658 -0.58714,-0.64598 -0.59357,-0.64537 -0.60003,-0.64475 -0.60651,-0.64413 -0.61302,-0.64351 -0.61956,-0.64288 -0.62612,-0.64224 -0.63271,-0.64161 -0.63932,-0.64098 -0.64597,-0.64032 -0.65265,-0.63968 -0.65934,-0.63904 -0.66607,-0.63839 -0.67283,-0.63773 -0.6796,-0.63707 -0.68641,-0.63643 -0.69325,-0.63577 -0.70011,-0.6351 -0.707,-0.63445 -0.71392,-0.63379 -0.72086,-0.63311 -0.72782,-0.63244 -0.7348,-0.63177 -0.74183,-0.63109 -0.74888,-0.63041 -0.75596,-0.62973 -0.76306,-0.62906 -0.77019,-0.62835 -0.77735,-0.62766 -0.78452,-0.62697 -0.79174,-0.62627 -0.79898,-0.62557 -0.80625,-0.62487 -0.81355,-0.62417 -0.82088,-0.62345 -0.82823,-0.62274 -0.83561,-0.62203 -0.84302,-0.62131 -0.85046,-0.62057 -0.85792,-0.61985 -0.86541,-0.61913 -0.87293,-0.61838 -0.88048,-0.61763 -0.88805,-0.6169 -0.89565,-0.61616 -0.90329,-0.6154 -0.91094,-0.61464 -0.91862,-0.61389 -0.92634,-0.61312 -0.93408,-0.61235 -0.94185,-0.61159 -0.94965,-0.61082 -0.95748,-0.61004 -0.96533,-0.60926 -0.9732,-0.60849 -0.98111,-0.6077 -0.98905,-0.6069 -0.99702,-0.60612 -1.005,-0.60533 -1.013,-0.60452 -1.0211,-0.60371 -1.0292,-0.60291 -1.0373,-0.60209 -1.0454,-0.60127 -1.0536,-0.60045 -1.0618,-0.59963 -1.07,-0.59878 -1.0782,-0.59794 -1.0865,-0.59712 -1.0948,-0.59627 -1.1031,-0.59542 -1.1115,-0.59457 -1.1199,-0.59373 -1.1283,-0.59287 -1.1368,-0.59201 -1.1452,-0.59116 -1.1537,-0.5903 -1.1623,-0.58941 -1.1708,-0.58855 -1.1794,-0.58768 -1.188,-0.58679 -1.1967,-0.5859 -1.2053,-0.58502 -1.214,-0.58413 -1.2228,-0.58321 -1.2315,-0.58231 -1.2403,-0.58142 -1.2491,-0.58051 -1.258,-0.57959 -1.2668,-0.57869 -1.2757,-0.57779 -1.2847,-0.57686 -1.2936,-0.57593 -1.3026,-0.57502 -1.3116,-0.57408 -1.3206,-0.57314 -1.3297,-0.57222 -1.3388,-0.57129 -1.3479,-0.57034 -1.3571,-0.56939 -1.3663,-0.56846 -1.3755,-0.56751 -1.3847,-0.56656 -1.394,-0.56562 -1.4033,-0.56468 -1.4126,-0.56372 -1.4219,-0.56275 -1.4313,-0.5618 -1.4407,-0.56084 -1.4502,-0.55986 -1.4596,-0.55889 -1.4691,-0.55793 -1.4787,-0.55694 -1.4882,-0.55594 -1.4978,-0.55496 -1.5074,-0.55397 -1.5171,-0.55297 -1.5267,-0.55196 -1.5364,-0.55097 -1.5462,-0.54996 -1.5559,-0.54894 -1.5657,-0.54793 -1.5756,-0.54691 -1.5854,-0.54587 -1.5953,-0.54484 -1.6052,-0.54382 -1.6152,-0.54278 -1.6251,-0.54173 -1.6352,-0.54069 -1.6452,-0.53966 -1.6553,-0.5386 -1.6654,-0.53755 -1.6755,-0.5365 -1.6857,-0.53544 -1.6959,-0.53437 -1.7061,-0.53331 -1.7163,-0.53226 -1.7266,-0.53118 -1.7369,-0.5301 -1.7473,-0.52903 -1.7576,-0.52796 -1.768,-0.52687 -1.7785,-0.52578 -1.7889,-0.52471 -1.7994,-0.52363 -1.8099,-0.52253 -1.8205,-0.52146 -1.8311,-0.52037 -1.8417,-0.51926 -1.8523,-0.51816 -1.863,-0.51707 -1.8737,-0.51596 -1.8845,-0.51485 -1.8952,-0.51375 -1.906,-0.51265 -1.9169,-0.51152 -1.9277,-0.51039 -1.9386,-0.50928 -1.9496,-0.50815 -1.9605,-0.50701 -1.9715,-0.50589 -1.9825,-0.50476 -1.9936,-0.50361 -2.0047,-0.50246 -2.0158,-0.50132 -2.0269,-0.50016 -2.0381,-0.499 -2.0493,-0.49785 -2.0606,-0.4967 -2.0719,-0.49552 -2.0832,-0.49434 -2.0945,-0.49318 -0.80388,-0.45764 -0.8112,-0.45633 -0.81853,-0.45503 -0.82589,-0.45373 -0.83329,-0.45241 -0.8407,-0.45108 -0.84814,-0.44977 -0.85561,-0.44844 -0.86312,-0.44711 -0.87064,-0.44578 -0.87818,-0.44446 -0.88576,-0.44311 -0.89336,-0.44176 -0.90098,-0.44043 -0.90863,-0.4391 -0.91631,-0.43775 -0.92402,-0.4364 -0.93175,-0.43507 -0.93951,-0.43372 -0.9473,-0.43236 -0.9551,-0.43101 -0.96294,-0.42966 -0.97081,-0.42829 -0.9787,-0.42693 -0.98661,-0.42557 -0.99456,-0.4242 -1.0025,-0.42281 -1.0105,-0.42144 -1.0185,-0.42007 -1.0266,-0.41868 -1.0346,-0.41729 -1.0427,-0.41591 -1.0509,-0.41451 -1.059,-0.41311 -1.0672,-0.41171 -1.0754,-0.41031 -1.0837,-0.40889 -1.0919,-0.40748 -1.1002,-0.40608 -1.1086,-0.40466 -1.1169,-0.40323 -1.1253,-0.40182 -1.1337,-0.4004 -1.1421,-0.39897 -1.1506,-0.39755 -1.1591,-0.39614 -1.1676,-0.39471 -1.1762,-0.39326 -1.1848,-0.39183 -1.1934,-0.3904 -1.202,-0.38895 -1.2107,-0.3875 -1.2194,-0.38607 -1.2281,-0.38462 -1.2369,-0.38315 -1.2457,-0.3817 -1.2545,-0.38025 -1.2633,-0.37878 -1.2722,-0.37732 -1.2811,-0.37586 -1.29,-0.3744 -1.299,-0.37291 -1.308,-0.37144 -1.317,-0.36996 -1.3261,-0.36846 -1.3351,-0.36697 -1.3442,-0.36549 -1.3534,-0.36399 -1.3625,-0.36248 -1.3717,-0.36098 -1.3809,-0.35948 -1.3902,-0.35796 -1.3995,-0.35645 -1.4088,-0.35495 -1.4181,-0.35343 -1.4275,-0.35191 -1.4368,-0.3504 -1.4463,-0.34888 -1.4557,-0.34735 -1.4652,-0.34582 -1.4747,-0.34431 -1.4842,-0.34278 -1.4938,-0.34123 -1.5034,-0.33969 -1.513,-0.33816 -1.5226,-0.33661 -1.5323,-0.33506 -1.542,-0.33353 -1.5517,-0.33198 -1.5615,-0.33041 -1.5713,-0.32886 -1.5811,-0.3273 -1.591,-0.32573 -1.6009,-0.32415 -1.6108,-0.32259 -1.6208,-0.32101 -1.6308,-0.31942 -1.6408,-0.31783 -1.6508,-0.31626 -1.6609,-0.31466 -0.89514,-0.45084 -0.90281,-0.4497 -0.91052,-0.44854 -0.91825,-0.44737 -0.926,-0.44622 -0.93378,-0.44506 -0.94159,-0.44389 -0.94943,-0.44271 -0.95729,-0.44156 -0.96518,-0.44039 -0.9731,-0.4392 -0.98103,-0.43802 -0.98899,-0.43686 -0.99698,-0.43568 -1.005,-0.43449 -1.013,-0.43332 -1.0211,-0.43214 -1.0292,-0.43094 -1.0373,-0.42976 -1.0455,-0.42857 -1.0536,-0.42737 -1.0618,-0.42617 -1.0701,-0.42498 -1.0783,-0.42378 -1.0866,-0.42255 -1.0949,-0.42134 -1.1033,-0.42014 -1.1116,-0.41892 -1.12,-0.41769 -1.1284,-0.41648 -1.1369,-0.41525 -1.1454,-0.41401 -1.1539,-0.41279 -1.1624,-0.41156 -1.1709,-0.41031 -1.1795,-0.40907 -1.1881,-0.40785 -1.1968,-0.4066 -1.2054,-0.40534 -1.2141,-0.4041 -1.2228,-0.40286 -1.2316,-0.4016 -1.2404,-0.40034 -1.2492,-0.39909 -1.258,-0.39782 -1.2668,-0.39655 -1.2757,-0.39529 -1.2846,-0.39401 -1.2935,-0.39272 -1.3025,-0.39145 -1.3115,-0.39018 -1.3205,-0.38889 -1.3296,-0.38759 -1.3386,-0.3863 -1.3477,-0.38502 -1.3569,-0.38372 -1.366,-0.38242 -1.3752,-0.38114 -1.3844,-0.37983 -1.3937,-0.37852 -1.4029,-0.37721 -1.4122,-0.3759 -1.4216,-0.37457 -1.4309,-0.37325 -1.4403,-0.37193 -1.4497,-0.3706 -1.4592,-0.36926 -1.4686,-0.36793 -1.4781,-0.3666 -1.4876,-0.36525 -1.4972,-0.36391 -1.5068,-0.36257 -1.5164,-0.36122 -1.526,-0.35986 -1.5357,-0.35852 -1.5454,-0.35717 -1.5551,-0.3558 -1.5648,-0.35444 -1.5746,-0.35309 -1.5844,-0.35172 -1.5942,-0.35034 -1.6041,-0.34897 -1.614,-0.34761 -1.6239,-0.34622 -1.6338,-0.34485 -1.6438,-0.34348 -1.6538,-0.34209 -1.6638,-0.3407 -1.6739,-0.33932 -1.684,-0.33792 -1.6941,-0.33652 -1.7042,-0.33512 -1.7144,-0.33373 -1.7246,-0.33232 -1.7348,-0.3309 -1.7451,-0.32949 -1.7554,-0.32808 -1.7657,-0.32665 -1.776,-0.32523 -1.7864,-0.32382 -1.7968,-0.32238 -1.8072,-0.32093 -1.8177,-0.3195 -1.8282,-0.31806 -1.8387,-0.3166 -1.8492,-0.31515 -1.8598,-0.31371 -1.8704,-0.31225 -1.8811,-0.31078 -1.8917,-0.30933 -1.9024,-0.30787 -1.9132,-0.30639 -1.9239,-0.30493 -1.9347,-0.30346 -1.9455,-0.30198 -1.9564,-0.30049 -1.9672,-0.29902 -1.9782,-0.29753 -1.9891,-0.29602 -2.0001,-0.29453 -2.011,-0.29304 -2.0221,-0.29153 -2.0331,-0.29002 -2.0442,-0.28852 -2.0553,-0.287 -2.0665,-0.28547 -2.0776,-0.28395 -2.0888,-0.28244 -2.1001,-0.2809 -2.1113,-0.27936 -2.1226,-0.27783 -2.134,-0.27629 -2.1453,-0.27474 -2.1567,-0.2732 -2.1681,-0.27166 -2.1796,-0.2701 -2.1911,-0.26853 -2.2026,-0.26697 -2.2141,-0.2654 -2.2257,-0.26382 -2.2373,-0.26224 -2.2489,-0.26066 -2.2606,-0.25907 -2.2723,-0.25747 -2.284,-0.25588 -2.2957,-0.25428 -2.3075,-0.25267 -2.3193,-0.25107 -2.3311,-0.24946 -2.343,-0.24784 -2.3549,-0.2462 -2.3668,-0.24458 -2.3788,-0.24296 -2.3908,-0.24132 -2.4028,-0.23968 -2.4149,-0.23805 -2.427,-0.2364 -2.4391,-0.23475 -2.4512,-0.2331 -2.4634,-0.23145 -2.4757,-0.22977 -2.4879,-0.2281 -2.5002,-0.22644 -2.5125,-0.22476 -2.5248,-0.22307 -2.5372,-0.22139 -2.5496,-0.21971 -2.562,-0.21801 -2.5745,-0.21631 -2.587,-0.21463 -2.5995,-0.21292 -2.6121,-0.21121 -2.6247,-0.2095 -2.6373,-0.20779 -2.6499,-0.20606 -2.6626,-0.20433 -2.6753,-0.20262 -2.6881,-0.20088 -2.7008,-0.19913 -2.7136,-0.19739 -2.7265,-0.19566 -2.7393,-0.1939 -2.7522,-0.19215 -2.7652,-0.19041 -2.7781,-0.18866 -2.7911,-0.18689 -2.8041,-0.18512 -2.8172,-0.18336 -2.8303,-0.18158 -2.8434,-0.1798 -2.8566,-0.17803 -2.8698,-0.17625 -2.883,-0.17445 -2.8962,-0.17265 -2.9095,-0.17086 -2.9229,-0.16906 -2.9362,-0.16724 -2.9496,-0.16544 -2.9631,-0.16363 -2.9765,-0.1618 -1.3491,-0.34903 -1.3578,-0.34776 -1.3665,-0.34649 -1.3753,-0.3452 -1.3841,-0.34392 -1.3929,-0.34265 -1.4017,-0.34136 -1.4105,-0.34007 -1.4194,-0.33879 -1.4283,-0.3375 -1.4373,-0.33619 -1.4462,-0.33489 -1.4552,-0.33359 -1.4642,-0.33227 -1.4733,-0.33094 -1.4823,-0.32963 -1.4914,-0.32832 -1.5006,-0.32699 -1.5097,-0.32566 -1.5189,-0.32434 -1.5281,-0.32301 -1.5373,-0.32166 -1.5466,-0.32032 -1.5558,-0.31898 -1.5652,-0.31763 -1.5745,-0.31628 -1.5839,-0.31494 -1.5933,-0.31359 -1.6027,-0.31222 -1.6121,-0.31086 -1.6216,-0.30949 -1.6311,-0.30812 -1.6407,-0.30674 -1.6502,-0.30537 -1.6598,-0.30399 -1.6694,-0.30259 -1.6791,-0.3012 -1.6888,-0.29981 -1.6985,-0.29841 -1.7082,-0.297 -1.7179,-0.2956 -1.7277,-0.2942 -1.7375,-0.29277 -1.7474,-0.29135 -1.7572,-0.28993 -1.7671,-0.2885 -1.777,-0.28706 -1.787,-0.28563 -1.797,-0.28421 -1.807,-0.28276 -1.817,-0.28131 -1.827,-0.27988 -1.8371,-0.27843 -1.8472,-0.27697 -1.8574,-0.27551 -1.8675,-0.27406 -1.8777,-0.27258 -1.8879,-0.2711 -1.8982,-0.26964 -1.9085,-0.26816 -1.9188,-0.26667 -1.9291,-0.26518 -1.9394,-0.26371 -1.9498,-0.26221 -1.9602,-0.2607 -1.9707,-0.25921 -1.9811,-0.25772 -1.9916,-0.2562 -2.0022,-0.25469 -2.0127,-0.25319 -2.0233,-0.25167 -2.0339,-0.25014 -2.0445,-0.24863 -2.0552,-0.24711 -2.0659,-0.24557 -2.0766,-0.24404 -2.0874,-0.24252 -2.0981,-0.24098 -2.1089,-0.23943 -2.1198,-0.2379 -2.1306,-0.23637 -2.1415,-0.23483 -2.1524,-0.23328 -2.1634,-0.23175 -2.1743,-0.2302 -2.1853,-0.22864 -2.1964,-0.22709 -2.2074,-0.22554 -2.2185,-0.22397 -2.2296,-0.2224 -2.2408,-0.22085 -2.252,-0.21928 -2.2632,-0.2177 -2.2744,-0.21613 -2.2856,-0.21457 -2.2969,-0.21299 -2.3082,-0.21141 -2.3196,-0.20984 -2.331,-0.20826 -2.3424,-0.20666 -2.3538,-0.20507 -2.3653,-0.20349 -2.3768,-0.20188 -2.3883,-0.20029 -2.3998,-0.19871 -2.4114,-0.19711 -2.423,-0.19549 -2.4347,-0.19388 -2.4463,-0.19228 -2.4581,-0.19066 -2.4698,-0.18904 -2.4815,-0.18743 -2.4933,-0.18581 -2.5051,-0.18418 -2.517,-0.18256 -2.5289,-0.18093 -2.5408,-0.17929 -2.5527,-0.17765 -2.5647,-0.17602 -2.5766,-0.17438 -2.5887,-0.17273 -2.6007,-0.17108 -2.6128,-0.16944 -2.6249,-0.16779 -2.6371,-0.16613 -2.6492,-0.16449 -2.6614,-0.16283 -2.6737,-0.16116 -2.686,-0.1595 -2.6983,-0.15784 -2.7106,-0.15617 -2.723,-0.1545 -2.7353,-0.15284 -2.7478,-0.15118 -2.7602,-0.14949 -2.7727,-0.14781 -2.7852,-0.14615 -2.7977,-0.14446 -2.8103,-0.14278 -2.8229,-0.14111 -2.8355,-0.13943 -2.8482,-0.13773 -2.8609,-0.13604 -2.8736,-0.13436 -2.8864,-0.13265 -2.8991,-0.13095 -2.912,-0.12927 -2.9248,-0.12758 -2.9377,-0.12587 -2.9506,-0.12417 -2.9635,-0.12247 -2.9765,-0.12075 -2.9895,-0.11904 -3.0025,-0.11733 -3.0156,-0.11561 -3.0287,-0.11387 -3.0418,-0.11213 -3.055,-0.1104 -3.0682,-0.10865 -3.0814,-0.1069 -3.0946,-0.10517 -3.1079,-0.10341 -3.1213,-0.10164 -3.1346,-0.099873 -3.148,-0.09811 -3.1614,-0.09633 -3.1749,-0.094549 -3.1884,-0.092784 -3.2019,-0.091008 -3.2155,-0.089214 -3.229,-0.087427 -3.2426,-0.085646 -3.2563,-0.083848 -3.27,-0.082052 -3.2837,-0.080274 -3.2974,-0.078488 -3.3112,-0.076682 -3.325,-0.074884 -3.3388,-0.073095 -3.3527,-0.071292 -3.3665,-0.069485 -3.3805,-0.067691 -3.3944,-0.065892 -3.4084,-0.064074 -3.4224,-0.062259 -3.4365,-0.060452 -3.4505,-0.058628 -3.4646,-0.056796 -3.4788,-0.054976 -3.493,-0.05315 -3.5072,-0.051299 -3.5214,-0.049446 -3.5356,-0.047605 -3.5499,-0.04575 -3.5643,-0.043884 -3.5786,-0.042029 -3.593,-0.04017 -3.6075,-0.038291 -3.6219,-0.036413 -3.6364,-0.034545 -1.5733,-0.23458 -1.5824,-0.23322 -1.5915,-0.23186 -1.6006,-0.23051 -1.6097,-0.22914 -1.6188,-0.22776 -1.628,-0.2264 -1.6372,-0.22504 -1.6464,-0.22366 -1.6557,-0.22229 -1.665,-0.22092 -1.6743,-0.21953 -1.6836,-0.21815 -1.6929,-0.21678 -1.7023,-0.21539 -1.7117,-0.21399 -1.7211,-0.2126 -1.7305,-0.21122 -1.74,-0.20981 -1.7495,-0.2084 -1.759,-0.207 -1.7685,-0.2056 -1.7781,-0.20418 -1.7877,-0.20276 -1.7973,-0.20136 -1.807,-0.19994 -1.8167,-0.19851 -1.8264,-0.19709 -1.8361,-0.19567 -1.8459,-0.19424 -1.8557,-0.19281 -1.8655,-0.19139 -1.8753,-0.18995 -1.8852,-0.1885 -1.8951,-0.18706 -1.905,-0.18563 -1.9149,-0.18418 -1.9249,-0.18273 -1.9349,-0.18129 -1.9449,-0.17984 -1.9549,-0.17838 -1.965,-0.17692 -1.9751,-0.17547 -1.9852,-0.17401 -1.9953,-0.17254 -2.0055,-0.17109 -2.0157,-0.16964 -2.0259,-0.16817 -2.0361,-0.1667 -2.0464,-0.16525 -2.0567,-0.16378 -2.067,-0.16231 -2.0774,-0.16085 -2.0877,-0.15937 -2.0982,-0.15788 -2.1086,-0.15639 -2.119,-0.15491 -2.1295,-0.15342 -2.14,-0.15192 -2.1506,-0.15042 -2.1611,-0.14893 -2.1717,-0.14741 -2.1823,-0.14589 -2.193,-0.14439 -2.2036,-0.14288 -2.2143,-0.14136 -2.2251,-0.13984 -2.2358,-0.13833 -2.2466,-0.1368 -2.2574,-0.13526 -2.2682,-0.13373 -2.279,-0.1322 -2.2899,-0.13064 -2.3008,-0.1291 -2.3117,-0.12756 -2.3227,-0.12601 -2.3337,-0.12445 -2.3446,-0.12289 -2.3557,-0.12134 -2.3667,-0.11978 -2.3778,-0.11821 -2.3889,-0.11665 -2.4,-0.11508 -2.4112,-0.1135 -2.4223,-0.11193 -2.4335,-0.11036 -2.4448,-0.10877 -2.456,-0.10719 -2.4673,-0.10562 -2.4786,-0.10403 -2.49,-0.10243 -2.5013,-0.10083 -2.5127,-0.099237 -2.5241,-0.097633 -2.5356,-0.096025 -2.5471,-0.09443 -2.5586,-0.092827 -2.5701,-0.091203 -2.5817,-0.08958 -2.5932,-0.087966 -2.6048,-0.086338 -2.6165,-0.084706 -2.6282,-0.083089 -2.6398,-0.08147 -2.6516,-0.079828 -2.6633,-0.078187 -2.6751,-0.07656 -2.6869,-0.074922 -2.6987,-0.073272 -2.7105,-0.071633 -2.7224,-0.069998 -2.7343,-0.068343 -2.7463,-0.066683 -2.7582,-0.065036 -2.7702,-0.063383 -2.7822,-0.061716 -2.7943,-0.060062 -2.8063,-0.058417 -2.8184,-0.056756 -2.8306,-0.055089 -2.8427,-0.05344 -2.8549,-0.051788 -2.8671,-0.050119 -2.8794,-0.048454 -2.8916,-0.046799 -2.9039,-0.045126 -2.9163,-0.043437 -2.9286,-0.041757 -2.941,-0.040074 -2.9534,-0.03837 -2.9659,-0.036666 -2.9783,-0.034974 -2.9908,-0.033269 -3.0034,-0.031541 -3.0159,-0.029819 -3.0285,-0.028104 -3.0411,-0.026376 -3.0537,-0.024641 -3.0664,-0.02292 -3.0791,-0.021192 -3.0918,-0.019447 -3.1046,-0.017707 -3.1174,-0.015978 -3.1302,-0.014236 -3.143,-0.012488 -3.1559,-0.010756 -3.1688,-0.0090241 -3.1817,-0.0072718 -3.1947,-0.0055183 -3.2077,-0.0037797 -3.2207,-0.002032 -3.2337,-0.00027028 -3.2468,0.001483 -3.2599,0.0032327 -3.2731,0.0050018 -3.2862,0.0067774 -3.2994,0.0085415 -3.3127,0.010314 -3.3259,0.012105 -3.3392,0.013891 -3.3525,0.01567 -3.3659,0.01747 -3.3793,0.019286 -3.3927,0.02109 -3.4061,0.022893 -3.4196,0.024715 -3.433,0.026536 -3.4466,0.028343 -3.4601,0.030164 -3.4737,0.032001 -3.4873,0.033826 -3.5009,0.035647 -3.5146,0.037485 -3.5283,0.039323 -3.5421,0.041146 -3.5558,0.04298 -3.5696,0.044834 -3.5834,0.046681 -3.5973,0.048519 -3.6111,0.050372 -3.6251,0.052231 -3.639,0.054077 -3.6529,0.055933 -3.6669,0.057811 -3.681,0.059685 -3.695,0.06155 -3.7091,0.063432 -3.7232,0.065321 -3.7374,0.067193 -3.7515,0.069069 -3.7657,0.07097 -3.78,0.072871 -3.7942,0.074757 -3.8085,0.076652 -3.8228,0.078557 -3.8372,0.080448 -3.8516,0.082339 -3.866,0.084252 -3.8804,0.086167 -3.8949,0.088071 -1.6525,-0.03959 -1.6616,-0.037971 -1.6707,-0.036368 -1.6797,-0.034768 -1.6889,-0.033143 -1.698,-0.031514 -1.7071,-0.029901 -1.7163,-0.02828 -1.7255,-0.026646 -1.7347,-0.025026 -1.744,-0.023412 -1.7533,-0.021776 -1.7626,-0.020136 -1.7719,-0.018509 -1.7812,-0.016872 -1.7906,-0.015221 -1.8,-0.013585 -1.8094,-0.011958 -1.8188,-0.010308 -1.8283,-0.0086494 -1.8378,-0.0070065 -1.8473,-0.0053587 -1.8568,-0.0036943 -1.8664,-0.0020395 -1.876,-0.00039446 -1.8856,0.0012697 -1.8952,0.0029431 -1.9049,0.0046028 -1.9145,0.0062699 -1.9242,0.0079555 -1.934,0.0096306 -1.9437,0.011292 -1.9535,0.012971 -1.9633,0.014662 -1.9731,0.016336 -1.983,0.01801 -1.9928,0.019703 -2.0027,0.021395 -2.0127,0.023075 -2.0226,0.024773 -2.0326,0.026485 -2.0426,0.028186 -2.0526,0.029888 -2.0626,0.031609 -2.0727,0.033329 -2.0828,0.035035 -2.0929,0.036758 -2.1031,0.038499 -2.1132,0.040231 -2.1234,0.041956 -2.1336,0.043699 -2.1438,0.045445 -2.1541,0.047176 -2.1644,0.048918 -2.1747,0.050678 -2.185,0.05243 -2.1954,0.054174 -2.2058,0.055936 -2.2162,0.057704 -2.2266,0.059455 -2.2371,0.061212 -2.2476,0.062992 -2.2581,0.06477 -2.2686,0.066534 -2.2792,0.068309 -2.2898,0.070093 -2.3004,0.071861 -2.311,0.073631 -2.3217,0.075422 -2.3324,0.077214 -2.3431,0.078993 -2.3538,0.080785 -2.3646,0.08259 -2.3754,0.084382 -2.3862,0.086172 -2.397,0.087987 -2.4079,0.089808 -2.4188,0.091614 -2.4297,0.093426 -2.4406,0.095255 -2.4516,0.097075 -2.4626,0.098892 -2.4736,0.10073 -2.4846,0.10258 -2.4957,0.10441 -2.5068,0.10625 -2.5179,0.10811 -2.529,0.10996 -2.5402,0.1118 -2.5514,0.11366 -2.5626,0.11554 -2.5738,0.11739 -2.5851,0.11925 -2.5964,0.12114 -2.6077,0.12301 -2.619,0.12488 -2.6304,0.12676 -2.6418,0.12866 -2.6532,0.13054 -2.6647,0.13242 -1.5009,0.0078802 -1.5096,0.0094758 -1.5183,0.011056 -1.5269,0.012649 -1.5357,0.01426 -1.5444,0.015859 -1.5531,0.01745 -1.5619,0.019061 -1.5707,0.020676 -1.5795,0.022279 -1.5884,0.023894 -1.5972,0.025526 -1.6061,0.027149 -1.615,0.028765 -1.6239,0.030404 -1.6329,0.032049 -1.6418,0.033677 -1.6508,0.03531 -1.6599,0.036967 -1.6689,0.038618 -1.6779,0.040255 -1.687,0.041904 -1.6961,0.043564 -1.7053,0.045207 -1.7144,0.046852 -1.7236,0.048518 -1.7328,0.050182 -1.742,0.051833 -1.7512,0.0535 -1.7605,0.055183 -1.7698,0.056855 -1.7791,0.058524 -1.7884,0.060216 -1.7977,0.061914 -1.8071,0.063593 -1.8164,0.06528 -1.8258,0.066986 -1.8353,0.068686 -1.8447,0.070379 -1.8542,0.072091 -1.8637,0.07381 -1.8732,0.075514 -1.8827,0.077223 -1.8923,0.07895 -1.9019,0.080672 -1.9115,0.082379 -1.9211,0.084102 -1.9308,0.085837 -1.9404,0.087555 -1.9501,0.089268 -1.9599,0.091 -1.9696,0.092734 -1.9794,0.094457 -1.9892,0.096195 -1.999,0.097956 -2.0088,0.09971 -2.0187,0.10146 -2.0286,0.10324 -2.0385,0.10502 -2.0484,0.10679 -2.0583,0.10857 -2.0683,0.11037 -2.0783,0.11219 -2.0883,0.11399 -2.0984,0.11582 -2.1084,0.11766 -2.1185,0.1195 -2.1286,0.12134 -2.1387,0.12323 -2.1488,0.12512 -2.159,0.12701 -2.1691,0.12891 -2.1793,0.13083 -2.1895,0.13274 -2.1997,0.13465 -2.21,0.13658 -2.2202,0.13853 -2.2304,0.14047 -2.2407,0.14241 -2.2509,0.14437 -2.2612,0.14634 -2.2715,0.1483 -2.2818,0.15029 -2.2921,0.1523 -2.3024,0.15431 -2.3127,0.15632 -2.323,0.15837 -2.3334,0.16045 -2.3438,0.16253 -2.3542,0.16462 -2.3646,0.16676 -2.375,0.16891 -2.3855,0.17106 -2.3959,0.17324 -2.4064,0.17544 -2.4169,0.17764 -2.4274,0.17984 -2.4379,0.18207 -2.4484,0.18432 -2.4589,0.18655 -2.4694,0.18879 -2.48,0.19105 -2.4906,0.1933 -2.5012,0.19553 -2.5118,0.19778 -2.5224,0.20006 -2.533,0.20232 -2.5436,0.20458 -2.5543,0.20686 -2.565,0.20915 -2.5756,0.21143 -2.5864,0.21373 -2.5971,0.21605 -2.6079,0.21839 -2.6186,0.22072 -2.6294,0.22308 -2.6403,0.22547 -2.6511,0.22785 -2.662,0.23025 -2.6729,0.23269 -2.6838,0.23513 -2.6947,0.23757 -2.7057,0.24003 -2.7167,0.24251 -2.7277,0.24498 -2.7387,0.24746 -2.7497,0.24996 -2.7608,0.25246 -2.7718,0.25496 -2.7829,0.25748 -2.794,0.26 -2.8051,0.2625 -2.8163,0.26503 -2.8274,0.26757 -2.8386,0.27013 -2.8498,0.27268 -2.8609,0.27524 -2.8722,0.27777 -2.8834,0.2803 -2.8947,0.28285 -2.906,0.28539 -2.9173,0.28797 -2.9287,0.29058 -2.94,0.2932 -2.9513,0.29583 -2.9627,0.29845 -2.9742,0.30106 -2.9857,0.30369 -2.9971,0.30634 -3.0086,0.30902 -3.0201,0.31171 -3.0316,0.31442 -3.0432,0.31713 -3.0548,0.31983 -3.0664,0.32253 -3.078,0.32524 -3.0896,0.32795 -3.1013,0.33068 -3.1129,0.33342 -3.1246,0.33616 -3.1363,0.3389 -3.148,0.34164 -3.1597,0.34439 -3.1715,0.34715 -3.1833,0.34992 -3.1951,0.3527 -3.2069,0.35549 -3.2187,0.35829 -3.2305,0.3611 -3.2424,0.36392 -3.2543,0.36675 -3.2662,0.36959 -3.2782,0.37245 -3.2901,0.37531 -3.3021,0.37819 -3.3141,0.38108 -3.3261,0.38399 -3.3381,0.3869 -3.3502,0.38983 -3.3623,0.39276 -3.3744,0.39571 -3.3865,0.39866 -3.3986,0.40162 -3.4108,0.40459 -3.423,0.40757 -3.4352,0.41056 -3.4474,0.41354 -3.4596,0.41653 -3.4719,0.41951 -3.4841,0.42251 -3.4964,0.42552 -3.5087,0.42854 -3.521,0.43156 -3.5333,0.43459 -3.5457,0.43762 -3.558,0.44066 -3.5704,0.4437 -3.5828,0.44676 -3.5952,0.44983 -3.6077,0.45291 -1.6855,0.25681 -1.6934,0.25942 -1.7012,0.26205 -1.7091,0.26469 -1.717,0.26733 -1.7249,0.26999 -1.7328,0.27266 -1.7407,0.27534 -1.7487,0.27803 -1.7567,0.28072 -1.7647,0.28342 -1.7727,0.28613 -1.7807,0.28884 -1.7887,0.29157 -1.7968,0.29431 -1.8048,0.29707 -1.8129,0.29983 -1.821,0.30261 -1.8292,0.3054 -1.8373,0.30819 -1.8455,0.311 -1.8537,0.31383 -1.8618,0.31667 -1.8701,0.31953 -1.8783,0.32239 -1.8865,0.32526 -1.8948,0.32814 -1.903,0.33103 -1.9113,0.33392 -1.9196,0.33681 -1.9279,0.33972 -1.9362,0.34264 -1.9446,0.34556 -1.9529,0.3485 -1.9613,0.35144 -1.9696,0.35438 -1.978,0.35733 -1.9864,0.36028 -1.9948,0.36324 -2.0032,0.3662 -2.0116,0.36917 -2.02,0.37214 -2.0285,0.37513 -2.0369,0.37814 -2.0454,0.38116 -2.0539,0.38421 -2.0624,0.38726 -2.0709,0.39032 -2.0795,0.3934 -2.088,0.3965 -2.0966,0.39962 -2.1052,0.40276 -2.1137,0.40591 -2.1223,0.40907 -2.131,0.41225 -2.1396,0.41543 -2.1483,0.41862 -2.1569,0.42183 -2.1656,0.42505 -2.1743,0.42828 -2.183,0.43151 -2.1917,0.43475 -2.2005,0.438 -2.2092,0.44127 -2.2179,0.44456 -2.2266,0.44785 -2.2353,0.45116 -2.2441,0.45448 -2.2528,0.45782 -2.2615,0.46117 -2.2702,0.46455 -2.2789,0.46795 -2.2876,0.47138 -2.2963,0.47483 -2.305,0.4783 -2.3138,0.48178 -2.3225,0.48527 -2.3313,0.48879 -2.34,0.49234 -2.3488,0.49591 -2.3576,0.49949 -2.3664,0.50307 -2.3752,0.50665 -2.3841,0.51023 -2.393,0.51381 -2.4019,0.51742 -2.4108,0.52105 -2.4197,0.52469 -2.4287,0.52833 -2.4377,0.53196 -2.4467,0.53559 -2.4557,0.53921 -2.4648,0.54285 -2.4739,0.5465 -2.4829,0.55017 -2.492,0.55386 -2.5011,0.55755 -2.5103,0.56125 -2.5195,0.56495 -2.5286,0.56866 -1.3039,0.29383 -1.3101,0.29688 -1.3163,0.29994 -1.3224,0.30302 -1.3286,0.30611 -1.3349,0.30921 -1.3411,0.31231 -1.3473,0.31542 -1.3536,0.31855 -1.3598,0.32169 -1.366,0.32485 -1.3723,0.32802 -1.3785,0.33119 -1.3848,0.33437 -1.3911,0.33755 -1.3974,0.34075 -1.4037,0.34396 -1.4101,0.34719 -1.4164,0.35043 -1.4227,0.35368 -1.4291,0.35692 -1.4355,0.36016 -1.4418,0.36339 -1.4482,0.36664 -1.4546,0.36989 -1.461,0.37317 -1.4674,0.37648 -1.4737,0.37981 -1.4801,0.38314 -1.4866,0.38644 -1.493,0.38976 -1.4994,0.39312 -1.5059,0.39652 -1.5123,0.39997 -1.5187,0.40345 -1.525,0.40694 -1.5314,0.41042 -1.5378,0.4139 -1.5442,0.41742 -1.5506,0.42097 -1.5569,0.42457 -1.5632,0.42823 -1.5695,0.43193 -1.5757,0.43568 -1.582,0.43945 -1.5882,0.44327 -1.5944,0.44712 -1.6005,0.45101 -1.6066,0.45496 -1.6126,0.45897 -1.6186,0.46305 -1.6245,0.46719 -1.6304,0.47138 -1.6362,0.47563 -1.6419,0.47993 -1.6476,0.4843 -1.6532,0.48874 -1.6587,0.49324 -1.6642,0.49781 -1.6696,0.50244 -1.6749,0.50715 -1.6801,0.51192 -1.6852,0.51676 -1.6903,0.52168 -1.6953,0.52667 -1.7002,0.53175 -1.705,0.53689 -1.7097,0.54211 -1.7144,0.5474 -1.719,0.55276 -1.7234,0.55821 -1.7278,0.56374 -1.7322,0.56936 -1.7364,0.57506 -1.7406,0.58084 -1.7446,0.58671 -1.7486,0.59266 -1.7525,0.5987 -1.7562,0.60483 -1.7599,0.61104 -1.7635,0.61734 -1.767,0.62373 -1.7703,0.63021 -1.7735,0.63678 -1.7767,0.64344 -1.7797,0.65019 -1.7825,0.65704 -1.7853,0.66397 -1.7879,0.67101 -1.7904,0.67816 -1.7928,0.6854 -1.795,0.69274 -1.7971,0.70017 -1.799,0.7077 -1.8008,0.71534 -1.8025,0.7231 -1.804,0.73096 -1.8053,0.73894 -1.8065,0.74703 -1.8075,0.75523 -1.8084,0.76354 -1.8091,0.77197 -1.8097,0.78052 -1.81,0.7892 -1.8103,0.79798 -1.8103,0.80688 -1.8102,0.81589 -1.8099,0.825 -1.8094,0.83422 -1.8087,0.84355 -1.8078,0.85299 -1.8068,0.86254 -1.8056,0.8722 -1.8041,0.88195 -1.8026,0.89181 -1.8008,0.90177 -1.7988,0.91184 -1.7966,0.92201 -1.7942,0.93229 -1.7916,0.94267 -1.7889,0.95315 -1.7859,0.96373 -1.7827,0.97442 -1.7794,0.98521 -1.7758,0.9961 -1.7721,1.0071 -1.7682,1.0182 -1.7641,1.0294 -1.7598,1.0407 -1.7553,1.0521 -1.7507,1.0636 -1.7458,1.0752 -1.7408,1.0869 -1.7356,1.0988 -1.7301,1.1107 -1.7245,1.1227 -1.7187,1.1348 -1.7127,1.147 -1.7065,1.1593 -1.7001,1.1718 -1.6935,1.1843 -1.6867,1.1969 -1.6797,1.2097 -1.6725,1.2225 -1.6651,1.2355 -1.6575,1.2485 -1.6497,1.2617 -1.6417,1.2749 -1.6334,1.2883 -1.625,1.3018 -1.6163,1.3153 -1.6075,1.3289 -1.5985,1.3427 -1.5892,1.3565 -1.5797,1.3705 -1.5699,1.3845 -1.56,1.3987 -1.5498,1.4129 -1.5395,1.4272 -1.5289,1.4416 -1.5181,1.4561 -1.507,1.4707 -1.4957,1.4853 -1.4841,1.5001 -1.4724,1.5149 -1.4604,1.5298 -1.4481,1.5448 -1.4357,1.5598 -1.423,1.575 -1.4101,1.5902 -1.397,1.6056 -1.3838,1.6209 -1.3704,1.6364 -1.3568,1.6519 -1.3431,1.6675 -1.3292,1.6831 -1.3153,1.6987 -1.3012,1.7143 -1.287,1.7299 -1.2729,1.7456 -1.2586,1.7612 -1.2444,1.7768 -1.2301,1.7924 -1.2159,1.808 -1.2016,1.8235 -1.1872,1.8391 -1.173,1.8546 -1.1587,1.87 -1.1445,1.8855 -1.1302,1.9009 -1.116,1.9162 -1.1018,1.9316 -1.0876,1.9469 -1.0734,1.9622 -1.0591,1.9775 -1.0448,1.9928 -1.0305,2.0081 -1.0162,2.0234 -1.0017,2.0387 -0.98721,2.054 --0.51923,1.763 --0.53819,1.7762 --0.55729,1.7894 --0.57653,1.8026 --0.5959,1.8159 --0.61541,1.8292 --0.63506,1.8426 --0.65487,1.856 --0.67483,1.8695 --0.69494,1.883 --0.71521,1.8966 --0.73561,1.9103 --0.75614,1.924 --0.7768,1.9378 --0.79757,1.9516 --0.81847,1.9655 --0.83947,1.9795 --0.86058,1.9934 --0.8818,2.0074 --0.90312,2.0215 --0.92453,2.0355 --0.94601,2.0495 --0.96757,2.0636 --0.98921,2.0776 --1.0109,2.0916 --1.0327,2.1056 --1.0545,2.1197 --1.0765,2.1337 --1.0984,2.1477 --1.1205,2.1617 --1.1426,2.1757 --1.1647,2.1897 --1.187,2.2037 --1.2093,2.2178 --1.2317,2.2318 --1.2542,2.246 --1.2768,2.2601 --1.2994,2.2742 --1.3222,2.2884 --1.3451,2.3026 --1.3681,2.3169 --1.3912,2.3311 --1.4145,2.3454 --1.4379,2.3598 --1.4614,2.3742 --1.485,2.3886 --1.5088,2.4031 --1.5327,2.4177 --1.5567,2.4323 --1.5809,2.4469 --1.6052,2.4616 --1.6296,2.4763 --1.6541,2.4911 --1.6787,2.5059 --1.7035,2.5208 --1.7283,2.5357 --1.7533,2.5507 --1.7784,2.5657 --1.8035,2.5807 --1.8288,2.5958 --1.8541,2.6109 --1.8795,2.626 --1.905,2.6412 --1.9306,2.6564 --1.9563,2.6717 --1.9821,2.687 --2.0079,2.7023 --2.0338,2.7177 --2.0598,2.7331 --2.0859,2.7486 --2.1121,2.764 --2.1385,2.7795 --2.1649,2.7951 --2.1914,2.8106 --2.218,2.8262 --2.2448,2.8418 --2.2716,2.8575 --2.2986,2.8732 --2.3257,2.8889 --2.353,2.9047 --2.3803,2.9206 --2.4078,2.9365 --2.4354,2.9524 --2.4632,2.9685 --2.491,2.9846 --2.519,3.0008 --2.5471,3.017 --2.5752,3.0334 --2.6035,3.0499 --2.6319,3.0664 --2.6604,3.083 --2.6889,3.0997 --2.7176,3.1165 --2.7463,3.1334 --2.7751,3.1504 --2.804,3.1674 --2.8329,3.1845 --2.8619,3.2017 --2.8909,3.219 --2.9201,3.2364 --3.5469,3.5717 --3.5775,3.5902 --3.6082,3.6087 --3.639,3.6272 --3.6699,3.6459 --3.7009,3.6645 --3.7319,3.6833 --3.763,3.702 --3.7942,3.7209 --3.8255,3.7398 --3.8569,3.7588 --3.8885,3.7779 --3.9201,3.797 --3.9518,3.8163 --3.9837,3.8356 --4.0157,3.855 --4.0478,3.8745 --4.08,3.894 --4.1124,3.9136 --4.1449,3.9333 --4.1776,3.9531 --4.2104,3.9728 --4.2433,3.9927 --4.2764,4.0126 --4.3095,4.0326 --4.3428,4.0526 --4.3762,4.0728 --4.4098,4.093 --4.4434,4.1132 --4.4771,4.1336 --4.511,4.1541 --4.5449,4.1746 --4.5789,4.1953 --4.613,4.2161 --4.6472,4.237 --4.6814,4.258 --4.7157,4.2791 --4.7501,4.3003 --4.7846,4.3215 --4.8191,4.3429 --4.8537,4.3644 --4.8884,4.3859 --4.9232,4.4076 --4.958,4.4293 --4.9929,4.4512 --5.0279,4.4731 --5.0629,4.4951 --5.0981,4.5173 --5.1333,4.5396 --5.1686,4.562 --5.204,4.5846 --5.2394,4.6074 --5.275,4.6302 --5.3106,4.6533 --5.3464,4.6764 --5.3822,4.6997 --5.4182,4.7231 --5.4542,4.7467 --5.4903,4.7704 --5.5266,4.7942 --5.5629,4.8182 --5.5993,4.8423 --5.6357,4.8666 --5.6723,4.891 --5.7089,4.9156 --5.7456,4.9403 --5.7824,4.9652 --5.8192,4.9903 --5.8561,5.0155 --5.893,5.0409 --5.93,5.0665 --5.9671,5.0921 --6.0043,5.1179 --6.0416,5.1438 --6.079,5.1698 --6.1164,5.1959 --6.1539,5.2222 --6.1914,5.2485 --6.2291,5.275 --6.2668,5.3016 --6.3046,5.3282 --6.3424,5.355 --6.3804,5.382 --6.4184,5.409 --6.4564,5.4362 --6.4946,5.4635 --6.5328,5.4909 --6.571,5.5185 --6.6094,5.5463 --6.6479,5.5741 --6.6864,5.6021 --6.725,5.6302 --6.7638,5.6584 --6.8026,5.6867 --6.8416,5.7152 --6.8806,5.7438 --6.9196,5.7727 --6.9587,5.8017 --6.9978,5.831 --7.037,5.8604 --7.0762,5.8901 --7.1155,5.9199 --7.1548,5.95 --7.1942,5.9802 --7.2336,6.0105 --7.2731,6.041 --7.3127,6.0718 --7.3522,6.1027 --7.3918,6.1338 --7.4315,6.165 --7.4712,6.1964 --7.511,6.228 --7.5508,6.2598 --7.5907,6.2918 --7.6306,6.3239 --7.6706,6.3562 --7.7106,6.3886 --7.7507,6.4211 --7.7908,6.4538 --7.8309,6.4867 --7.8711,6.5197 --7.9114,6.5528 --7.9517,6.586 --7.992,6.6193 --8.0324,6.6528 --8.0728,6.6863 --8.1133,6.72 --8.1538,6.7538 --8.1943,6.7877 --8.2347,6.8218 --8.2752,6.856 --8.3156,6.8903 --8.356,6.9247 --8.3964,6.9592 --8.4367,6.9939 --8.477,7.0286 --8.5172,7.0635 --8.5575,7.0984 --8.5976,7.1335 --8.6376,7.1688 --8.6776,7.2041 --8.7176,7.2395 --8.7574,7.2749 --8.7972,7.3104 --8.8369,7.3461 --8.8765,7.3817 --8.9161,7.4175 --8.9556,7.4534 --8.995,7.4893 --9.0343,7.5255 --9.0735,7.5617 --9.1126,7.5981 --9.1517,7.6346 --9.1907,7.6712 --9.2297,7.7078 --9.2686,7.7445 --9.3074,7.7813 --9.3462,7.8182 --9.3849,7.8553 --9.4235,7.8925 --9.4621,7.93 --9.5007,7.9676 --9.5392,8.0053 --9.5777,8.0431 --9.6161,8.081 --9.6546,8.1188 --9.6932,8.1566 --9.7318,8.1944 --9.7705,8.2322 --9.8091,8.27 --9.8478,8.3079 --9.8864,8.3458 --9.925,8.3837 --9.9637,8.4217 --10.002,8.4596 --10.041,8.4976 --10.079,8.5356 --10.118,8.5736 --10.156,8.6117 --10.195,8.6499 --10.233,8.6881 --10.272,8.7263 --10.31,8.7646 --10.348,8.803 --10.387,8.8415 --10.425,8.8801 --10.463,8.9188 --10.501,8.9576 --10.539,8.9965 --10.578,9.0355 --10.616,9.0744 --10.654,9.1134 --10.692,9.1525 --10.73,9.1917 --10.768,9.2312 --10.805,9.2707 --10.843,9.3103 --10.881,9.3499 --10.918,9.3897 --10.956,9.4294 --11.239,11.325 --11.275,11.371 --11.311,11.417 --11.347,11.463 --11.383,11.509 --11.419,11.555 --11.454,11.602 --11.49,11.648 --11.526,11.694 --11.561,11.74 --11.597,11.787 --11.633,11.833 --11.668,11.879 --11.704,11.925 --11.74,11.972 --11.776,12.018 --11.811,12.064 --11.847,12.111 --11.883,12.157 --11.918,12.204 --11.954,12.251 --11.99,12.298 --12.026,12.345 --12.062,12.392 --12.098,12.439 --12.134,12.486 --12.17,12.534 --12.206,12.581 --12.242,12.629 --12.278,12.677 --12.314,12.725 --12.35,12.773 --12.387,12.821 --12.423,12.869 --12.46,12.918 --12.496,12.966 --12.533,13.015 --12.569,13.064 --12.606,13.113 --12.642,13.162 --12.679,13.211 --12.716,13.26 --12.753,13.309 --12.789,13.358 --12.826,13.407 --12.863,13.457 --12.9,13.506 --12.937,13.556 --12.974,13.606 --13.011,13.656 --13.047,13.706 --13.084,13.756 --13.121,13.806 --13.158,13.857 --13.196,13.907 --13.233,13.958 --13.27,14.009 --13.307,14.06 --13.344,14.111 --13.381,14.162 --13.419,14.213 --13.456,14.265 --13.493,14.317 --13.531,14.368 --13.568,14.42 --13.606,14.472 --13.643,14.525 --13.681,14.577 --13.718,14.629 --13.756,14.682 --13.793,14.735 --13.831,14.788 --13.869,14.84 --13.906,14.894 --13.944,14.947 --13.982,15 --14.02,15.054 --14.058,15.107 --14.096,15.161 --14.135,15.215 --14.173,15.268 --14.211,15.322 --14.25,15.377 --14.289,15.431 --14.327,15.485 --14.366,15.54 --14.405,15.594 --14.444,15.649 --14.483,15.703 --14.523,15.758 --14.562,15.813 --14.602,15.868 --14.641,15.923 --14.681,15.978 --14.721,16.033 --14.761,16.089 --14.801,16.144 --14.841,16.2 --14.881,16.255 --14.921,16.311 --15.135,17.037 --15.175,17.095 --15.215,17.153 --15.256,17.211 --15.296,17.27 --15.337,17.328 --15.377,17.387 --15.418,17.446 --15.459,17.505 --15.499,17.564 --15.54,17.624 --15.581,17.683 --15.622,17.743 --15.663,17.803 --15.704,17.863 --15.745,17.923 --15.786,17.983 --15.827,18.044 --15.868,18.104 --15.909,18.165 --15.951,18.226 --15.992,18.287 --16.033,18.348 --16.075,18.409 --16.117,18.47 --16.158,18.531 --16.2,18.593 --16.242,18.655 --16.284,18.716 --16.326,18.778 --16.368,18.84 --16.41,18.902 --16.453,18.964 --16.495,19.026 --16.538,19.088 --16.58,19.151 --16.623,19.213 --16.666,19.276 --16.708,19.339 --16.751,19.402 --16.794,19.465 --16.837,19.529 --16.88,19.592 --16.923,19.655 --16.967,19.719 --17.01,19.782 --17.054,19.846 --17.097,19.91 --17.141,19.974 --17.184,20.038 --17.228,20.102 --17.272,20.166 --17.316,20.23 --17.36,20.295 --17.404,20.359 --17.448,20.424 --17.492,20.488 --17.536,20.553 --17.581,20.618 --17.625,20.683 --17.67,20.748 --17.715,20.813 --17.76,20.878 --17.805,20.944 --17.85,21.009 --17.895,21.074 --17.941,21.14 --17.986,21.206 --18.032,21.271 --18.077,21.337 --18.122,21.403 --18.168,21.47 --18.213,21.536 --18.259,21.602 --18.304,21.669 --18.35,21.735 --18.396,21.802 --18.442,21.868 --18.487,21.935 --18.533,22.002 --18.579,22.069 --18.625,22.136 --18.672,22.203 --18.718,22.27 --18.764,22.337 --18.81,22.404 --18.856,22.471 --18.903,22.539 --18.949,22.606 --18.996,22.673 --19.042,22.741 --19.089,22.808 --19.136,22.876 --19.182,22.943 --19.229,23.01 --19.276,23.078 --19.324,23.145 --19.371,23.213 --19.418,23.28 --19.465,23.348 --19.513,23.415 --19.56,23.483 --19.607,23.551 --19.655,23.618 --19.703,23.686 --19.75,23.754 --19.798,23.822 --19.846,23.89 --19.894,23.958 --19.942,24.026 --19.991,24.095 --20.039,24.163 --20.088,24.231 --20.136,24.3 --20.185,24.368 --20.234,24.437 --20.283,24.505 --20.332,24.574 --20.381,24.643 --20.43,24.712 --20.479,24.781 --20.528,24.85 --20.577,24.919 --20.627,24.988 --20.676,25.057 --20.726,25.126 --20.775,25.195 --20.825,25.264 --20.875,25.334 --20.924,25.403 --20.974,25.472 --21.024,25.542 --21.074,25.611 --21.123,25.681 --21.173,25.751 --21.223,25.82 --21.273,25.89 --21.323,25.959 --21.373,26.029 --21.423,26.099 --21.473,26.169 --21.522,26.238 --21.572,26.308 --21.622,26.378 --21.672,26.448 --21.722,26.517 --21.773,26.587 --21.823,26.657 --21.873,26.727 --21.923,26.797 --21.974,26.867 --22.024,26.937 --22.074,27.007 --22.125,27.077 --22.175,27.147 --22.226,27.218 --22.276,27.288 --22.327,27.359 --22.378,27.429 --22.429,27.5 --22.48,27.571 --22.531,27.642 --22.582,27.713 --22.633,27.784 --22.684,27.855 --22.735,27.926 --22.787,27.998 --22.838,28.069 --22.89,28.141 --22.941,28.212 --22.993,28.284 --23.045,28.356 --23.096,28.428 --23.148,28.5 --23.2,28.572 --23.252,28.644 --23.304,28.716 --23.355,28.788 --23.407,28.86 --23.459,28.933 --23.511,29.005 --23.564,29.077 --23.616,29.15 --23.668,29.222 --23.72,29.295 --23.772,29.367 --23.824,29.44 --23.876,29.513 --23.929,29.585 --23.981,29.658 --24.033,29.731 --24.085,29.804 --24.138,29.877 --24.19,29.95 --24.242,30.023 --24.295,30.096 --24.347,30.169 --24.4,30.242 --24.453,30.316 --24.505,30.389 --24.562,31.159 --24.614,31.234 --24.667,31.309 --24.72,31.385 --24.773,31.46 --24.826,31.536 --24.879,31.612 --24.932,31.687 --24.986,31.763 --25.039,31.839 --25.093,31.915 --25.146,31.991 --25.2,32.067 --25.254,32.144 --25.307,32.22 --25.361,32.296 --25.415,32.373 --25.469,32.45 --25.523,32.526 --25.577,32.603 --25.632,32.68 --25.686,32.757 --25.74,32.834 --25.794,32.911 --25.848,32.989 --25.903,33.066 --25.957,33.143 --26.012,33.22 --26.066,33.298 --26.121,33.375 --26.175,33.453 --26.23,33.53 --26.284,33.608 --26.339,33.686 --26.394,33.763 --26.448,33.841 --26.503,33.919 --26.558,33.997 --26.613,34.075 --26.668,34.153 --26.723,34.231 --26.778,34.31 --26.834,34.388 --26.889,34.466 --26.945,34.545 --27,34.623 --27.056,34.702 --27.111,34.781 --27.166,34.86 --27.222,34.939 --27.277,35.018 --27.333,35.097 --27.389,35.176 --27.445,35.255 --27.501,35.334 --27.557,35.413 --27.613,35.493 --27.669,35.572 --27.725,35.652 --27.781,35.731 --27.838,35.811 --27.894,35.89 --27.95,35.97 --28.007,36.049 --28.063,36.129 --28.12,36.208 --28.176,36.287 --28.233,36.367 --28.289,36.446 --28.346,36.526 --28.402,36.605 --28.459,36.685 --28.515,36.765 --28.571,36.844 --28.628,36.924 --28.684,37.004 --28.74,37.083 --28.797,37.163 --28.853,37.243 --28.91,37.322 --28.966,37.402 --29.023,37.482 --29.079,37.561 --29.135,37.641 --29.192,37.721 --29.248,37.801 --29.304,37.88 --29.361,37.96 --29.417,38.04 --29.473,38.12 --29.53,38.199 --29.586,38.279 --29.642,38.359 --29.699,38.438 --29.755,38.518 --29.812,38.598 --29.868,38.678 --29.925,38.757 --29.981,38.837 --30.037,38.917 --30.134,39.299 --30.19,39.38 --30.247,39.46 --30.303,39.541 --30.359,39.621 --30.415,39.702 --30.472,39.782 --30.528,39.863 --30.584,39.943 --30.641,40.024 --30.697,40.105 --30.753,40.185 --30.81,40.266 --30.866,40.347 --30.922,40.428 --30.979,40.508 --31.035,40.589 --31.091,40.67 --31.148,40.751 --31.204,40.831 --31.26,40.912 --31.317,40.993 --31.373,41.074 --31.429,41.155 --31.486,41.236 --31.542,41.316 --31.598,41.397 --31.655,41.478 --31.711,41.559 --31.767,41.64 --31.823,41.721 --31.88,41.803 --31.936,41.884 --31.992,41.965 --32.048,42.046 --32.105,42.127 --32.161,42.208 --32.217,42.289 --32.273,42.37 --32.329,42.451 --32.385,42.532 --32.441,42.614 --32.497,42.695 --32.553,42.776 --32.609,42.857 --32.665,42.939 --32.721,43.02 --32.777,43.101 --32.833,43.182 --32.888,43.264 --32.944,43.345 --33,43.427 --33.056,43.508 --33.112,43.59 --33.167,43.671 --33.223,43.753 --33.279,43.834 --33.335,43.916 --33.391,43.998 --33.446,44.079 --33.502,44.161 --33.558,44.243 --33.613,44.324 --33.669,44.406 --33.725,44.488 --33.78,44.57 --33.836,44.652 --33.891,44.734 --33.947,44.815 --34.002,44.897 --34.058,44.979 --34.113,45.061 --34.168,45.142 --34.224,45.224 --34.279,45.306 --34.334,45.388 --34.389,45.47 --34.444,45.552 --34.499,45.634 --34.554,45.715 --34.609,45.797 --34.664,45.879 --34.72,45.962 --34.775,46.044 --34.831,46.126 --34.886,46.208 --34.942,46.29 --34.997,46.373 --35.053,46.455 --35.109,46.538 --35.164,46.62 --35.22,46.703 --35.276,46.786 --35.331,46.869 --35.387,46.952 --35.443,47.036 --35.498,47.119 --35.554,47.203 --35.61,47.287 --35.666,47.371 --35.721,47.455 --35.777,47.539 --35.833,47.623 --35.889,47.708 --35.945,47.792 --36.002,47.876 --36.058,47.961 --36.114,48.045 --36.171,48.13 --36.227,48.214 --36.284,48.299 --36.34,48.384 --36.397,48.469 --36.453,48.554 --36.51,48.639 --36.567,48.724 --36.623,48.809 --36.68,48.895 --36.737,48.981 --36.794,49.067 --36.851,49.152 --36.908,49.238 --36.965,49.325 --37.022,49.411 --37.08,49.497 --37.137,49.584 --37.194,49.67 --37.252,49.757 --37.309,49.844 --37.366,49.931 --37.424,50.018 --37.481,50.105 --37.539,50.192 --37.596,50.279 --37.654,50.366 --37.712,50.454 --37.77,50.541 --37.827,50.629 --37.885,50.717 --37.943,50.805 --38.001,50.893 --38.059,50.981 --38.117,51.069 --38.175,51.157 --38.233,51.245 --38.291,51.333 --38.35,51.421 --38.408,51.51 --38.466,51.598 --38.524,51.687 --38.582,51.776 --38.64,51.865 --38.698,51.954 --38.757,52.043 --38.815,52.132 --38.873,52.221 --38.931,52.31 --38.989,52.4 --39.047,52.489 --39.105,52.578 --39.163,52.668 --39.221,52.758 --39.279,52.847 --39.337,52.937 --39.395,53.027 --39.453,53.117 --39.511,53.207 --39.568,53.296 --39.626,53.386 --39.684,53.476 --39.742,53.566 --39.8,53.656 --39.858,53.746 --39.916,53.836 --39.973,53.927 --40.031,54.017 --40.089,54.107 --40.147,54.198 --40.204,54.288 --40.262,54.379 --40.32,54.469 --40.377,54.56 --40.435,54.651 --40.492,54.742 --40.549,54.833 --40.607,54.924 --40.664,55.015 --40.721,55.106 --40.778,55.197 --40.836,55.289 --40.893,55.38 --40.95,55.471 --41.007,55.563 --41.065,55.654 --41.122,55.746 --41.179,55.837 --41.236,55.929 --41.293,56.021 --41.35,56.112 --41.407,56.204 --41.464,56.296 --41.521,56.388 --41.578,56.479 --41.635,56.571 --41.691,56.663 --41.748,56.755 --41.805,56.847 --41.862,56.939 --41.919,57.031 --41.975,57.123 --42.032,57.215 --42.089,57.307 --42.145,57.399 --42.202,57.491 --42.258,57.584 --42.315,57.676 --42.371,57.768 --42.427,57.86 --42.484,57.953 --42.54,58.045 --42.596,58.137 --42.653,58.23 --42.709,58.322 --42.765,58.415 --42.822,58.507 --42.878,58.6 --42.935,58.692 --42.991,58.785 --43.047,58.877 --43.103,58.97 --43.159,59.063 --43.215,59.156 --43.272,59.248 --43.328,59.341 --43.384,59.434 --43.44,59.527 --43.496,59.62 --43.552,59.713 --43.608,59.807 --43.663,59.9 --43.719,59.993 --43.775,60.086 --43.831,60.18 --43.887,60.273 --43.942,60.366 --43.998,60.46 --44.054,60.553 --44.109,60.646 --44.165,60.74 --44.22,60.833 --44.276,60.927 --44.331,61.02 --44.387,61.114 --44.442,61.207 --44.498,61.301 --44.553,61.395 --44.608,61.488 --44.664,61.582 --44.719,61.676 --44.774,61.769 --44.829,61.863 --44.884,61.957 --44.939,62.051 --44.994,62.144 --45.049,62.238 --45.104,62.332 --45.159,62.426 --45.214,62.52 --45.269,62.615 --45.323,62.709 --45.378,62.803 --45.433,62.897 --45.488,62.992 --45.542,63.086 --45.597,63.18 --45.652,63.275 --45.707,63.369 --45.762,63.464 --45.817,63.558 --45.871,63.653 --45.926,63.747 --45.981,63.842 --46.035,63.937 --46.09,64.031 --46.145,64.126 --46.199,64.221 --46.254,64.315 --46.309,64.41 --46.364,64.505 --46.419,64.599 --46.473,64.694 --46.528,64.789 --46.583,64.883 --46.638,64.978 --46.692,65.073 --46.747,65.167 --46.801,65.262 --46.856,65.357 --46.91,65.451 --46.965,65.546 --47.626,65.97 --47.682,66.066 --47.737,66.161 --47.793,66.256 --47.849,66.351 --47.905,66.447 --47.961,66.542 --48.017,66.637 --48.073,66.732 --48.129,66.827 --48.185,66.922 --48.241,67.018 --48.297,67.113 --48.353,67.208 --48.409,67.303 --48.465,67.399 --48.521,67.494 --48.577,67.589 --48.633,67.685 --48.689,67.78 --48.745,67.876 --48.801,67.971 --48.858,68.067 --48.914,68.162 --48.97,68.258 --49.026,68.353 --49.082,68.449 --49.138,68.545 --49.194,68.64 --49.25,68.736 --49.306,68.832 --49.362,68.927 --49.418,69.023 --49.474,69.119 --49.53,69.214 --49.586,69.31 --49.642,69.406 --49.698,69.501 --49.754,69.597 --49.81,69.693 --49.866,69.789 --49.922,69.884 --49.978,69.98 --50.035,70.076 --50.091,70.172 --50.147,70.267 --50.203,70.363 --50.259,70.459 --50.315,70.555 --50.372,70.651 --50.428,70.747 --50.484,70.843 --50.54,70.939 --50.597,71.035 --50.653,71.13 --50.71,71.226 --50.766,71.322 --50.823,71.418 --50.879,71.514 --50.935,71.61 --50.992,71.706 --51.048,71.802 --51.105,71.899 --51.161,71.995 --51.218,72.091 --51.275,72.187 --51.331,72.283 --51.388,72.379 --51.444,72.476 --51.501,72.572 --51.558,72.668 --51.615,72.764 --51.672,72.861 --51.729,72.957 --51.785,73.054 --51.842,73.15 --51.899,73.247 --51.956,73.344 --52.013,73.44 --52.069,73.537 --52.126,73.634 --52.183,73.731 --52.24,73.828 --52.297,73.925 --52.354,74.022 --52.411,74.119 --52.468,74.216 --52.525,74.313 --52.582,74.41 --52.639,74.507 --52.697,74.604 --52.754,74.701 --52.811,74.798 --52.868,74.895 --52.926,74.992 --52.983,75.089 --53.041,75.186 --53.098,75.284 --53.155,75.381 --53.213,75.478 --53.27,75.576 --53.328,75.673 --53.386,75.77 --53.443,75.868 --53.501,75.965 --53.559,76.063 --53.617,76.16 --53.674,76.258 --53.732,76.355 --53.79,76.453 --53.848,76.55 --53.906,76.648 --53.964,76.745 --54.022,76.843 --54.08,76.94 --54.139,77.038 --54.197,77.136 --54.256,77.233 --54.314,77.331 --54.373,77.428 --54.431,77.526 --54.49,77.623 --54.548,77.721 --54.607,77.818 --54.666,77.916 --54.724,78.014 --54.783,78.111 --54.842,78.209 --54.9,78.307 --54.959,78.405 --55.018,78.502 --55.077,78.6 --55.136,78.698 --55.195,78.795 --55.254,78.893 --55.313,78.991 --55.373,79.089 --55.432,79.187 --55.491,79.285 --55.55,79.383 --55.609,79.481 --55.668,79.58 --55.727,79.678 --55.786,79.776 --55.845,79.875 --55.904,79.973 --55.963,80.072 --56.022,80.171 --56.082,80.269 --56.141,80.368 --56.2,80.467 --56.26,80.565 --56.319,80.664 --56.379,80.763 --56.439,80.862 --56.498,80.961 --56.558,81.059 --56.618,81.158 --56.678,81.257 --56.738,81.356 --56.798,81.456 --56.858,81.555 --56.918,81.654 --56.979,81.753 --57.039,81.852 --57.099,81.952 --57.16,82.051 --57.22,82.151 --57.28,82.251 --57.34,82.35 --57.401,82.45 --57.461,82.55 --57.521,82.65 --57.581,82.75 --57.642,82.85 --57.702,82.95 --57.763,83.049 --57.823,83.149 --57.884,83.249 --57.944,83.349 --58.005,83.449 --58.066,83.549 --58.127,83.649 --58.187,83.749 --58.248,83.85 --58.309,83.95 --58.37,84.05 --58.431,84.15 --58.492,84.251 --58.553,84.351 --58.615,84.452 --58.676,84.552 --58.737,84.653 --58.799,84.754 --58.86,84.854 --58.922,84.955 --58.983,85.056 --59.045,85.157 --59.107,85.258 --59.168,85.359 --60.209,85.209 --60.272,85.31 --60.336,85.411 --60.399,85.512 --60.463,85.613 --60.527,85.714 --60.59,85.815 --60.654,85.916 --60.718,86.017 --60.781,86.118 --60.845,86.219 --60.909,86.32 --60.973,86.421 --61.036,86.522 --61.1,86.623 --61.164,86.725 --61.228,86.826 --61.291,86.928 --61.355,87.029 --61.419,87.131 --61.483,87.233 --61.547,87.335 --61.611,87.436 --61.675,87.538 --61.739,87.639 --61.804,87.741 --61.869,87.842 --61.933,87.943 --61.998,88.045 --62.063,88.146 --62.128,88.248 --62.192,88.349 --62.257,88.45 --62.322,88.552 --62.387,88.654 --62.452,88.755 --62.516,88.857 --62.581,88.959 --62.646,89.061 --62.71,89.163 --62.775,89.265 --62.839,89.367 --62.903,89.469 --62.967,89.571 --63.031,89.674 --63.095,89.776 --63.16,89.878 --63.224,89.98 --63.288,90.082 --63.351,90.184 --63.415,90.286 --63.478,90.388 --63.541,90.49 --63.605,90.593 --63.668,90.695 --63.731,90.797 --63.794,90.899 --63.857,91.001 --63.92,91.103 --63.983,91.205 --64.046,91.307 --64.109,91.409 --64.172,91.511 --64.235,91.613 --64.298,91.716 --64.362,91.818 --64.425,91.92 --64.488,92.022 --64.552,92.124 --64.615,92.227 --64.679,92.329 --64.743,92.432 --64.807,92.534 --64.87,92.637 --64.934,92.74 --64.997,92.843 --65.061,92.945 --65.125,93.048 --65.189,93.151 --65.253,93.253 --65.318,93.356 --65.382,93.458 --65.446,93.56 --65.51,93.663 --65.573,93.765 --65.637,93.868 --65.701,93.97 --65.765,94.072 --65.828,94.174 --65.892,94.276 --65.956,94.378 --66.019,94.479 --66.083,94.581 --66.147,94.682 --66.21,94.784 --66.274,94.885 --66.338,94.987 --66.401,95.088 --66.465,95.189 --66.528,95.291 --66.592,95.392 --66.655,95.493 --66.718,95.595 --66.781,95.696 --66.844,95.798 --66.907,95.899 --66.969,96.001 --67.032,96.102 --67.094,96.203 --67.157,96.305 --67.219,96.406 --67.281,96.507 --67.344,96.609 --67.406,96.71 --67.468,96.812 --67.53,96.913 --67.591,97.015 --67.653,97.117 --67.715,97.218 --67.776,97.32 --67.838,97.422 --67.899,97.524 --67.961,97.626 --68.022,97.728 --68.084,97.83 --68.145,97.932 --68.206,98.034 --68.268,98.136 --68.329,98.238 --68.391,98.34 --68.452,98.441 --68.514,98.543 --68.575,98.645 --68.636,98.747 --68.698,98.849 --68.759,98.951 --68.82,99.053 --68.881,99.155 --68.943,99.257 --69.004,99.359 --69.065,99.461 --69.126,99.562 --69.187,99.664 --69.249,99.766 --69.31,99.867 --69.371,99.969 --69.432,100.07 --69.493,100.17 --69.554,100.27 --69.614,100.37 --69.675,100.48 --69.736,100.58 --69.797,100.68 --69.857,100.78 --69.918,100.88 --69.979,100.98 --70.04,101.08 --70.101,101.18 --70.161,101.28 --70.222,101.38 --70.283,101.49 --70.344,101.59 --70.404,101.69 --70.465,101.79 --70.526,101.89 --70.586,101.99 --70.647,102.09 --70.708,102.19 --70.769,102.29 --70.83,102.39 --70.89,102.49 --70.951,102.59 --71.012,102.69 --71.072,102.79 --71.133,102.89 --71.194,102.99 --71.254,103.09 --71.314,103.19 --71.375,103.29 --71.435,103.39 --71.496,103.5 --71.556,103.6 --71.616,103.7 --71.677,103.8 --71.737,103.9 --71.797,104 --71.858,104.1 --71.918,104.2 --71.978,104.29 --72.039,104.39 --72.099,104.49 --72.159,104.59 --72.219,104.69 --72.279,104.79 --72.339,104.89 --72.4,104.99 --72.46,105.09 --72.52,105.19 --72.58,105.29 --72.64,105.39 --74.484,104.98 --74.548,105.08 --74.612,105.18 --74.675,105.27 --74.739,105.37 --74.803,105.47 --74.866,105.57 --74.93,105.67 --74.993,105.77 --75.057,105.86 --75.121,105.96 --75.184,106.06 --75.248,106.16 --75.311,106.26 --75.375,106.36 --75.438,106.45 --75.502,106.55 --75.566,106.65 --75.629,106.75 --75.693,106.85 --75.756,106.95 --75.82,107.04 --75.883,107.14 --75.946,107.24 --76.01,107.34 --76.073,107.44 --76.137,107.54 --76.2,107.63 --76.264,107.73 --76.327,107.83 --76.391,107.93 --76.454,108.03 --76.518,108.13 --76.581,108.23 --76.645,108.32 --76.708,108.42 --76.771,108.52 --76.835,108.62 --76.898,108.72 --76.961,108.82 --77.024,108.92 --77.088,109.02 --77.151,109.11 --77.214,109.21 --77.278,109.31 --77.341,109.41 --77.405,109.51 --77.468,109.61 --77.531,109.71 --77.595,109.8 --77.658,109.9 --77.721,110 --77.784,110.1 --77.848,110.2 --77.911,110.3 --77.974,110.4 --78.037,110.5 --78.1,110.59 --78.164,110.69 --78.227,110.79 --78.29,110.89 --78.353,110.99 --78.417,111.09 --78.48,111.19 --78.543,111.29 --78.606,111.38 --78.669,111.48 --78.732,111.58 --78.795,111.68 --78.858,111.78 --78.921,111.88 --78.985,111.98 --79.048,112.08 --79.111,112.18 --79.174,112.27 --79.237,112.37 --79.301,112.47 --79.364,112.57 --79.427,112.67 --79.49,112.77 --79.554,112.87 --79.617,112.97 --79.68,113.07 --79.743,113.17 --79.806,113.26 --79.87,113.36 --79.933,113.46 --79.996,113.56 --80.06,113.66 --80.123,113.76 --80.187,113.86 --80.25,113.96 --80.314,114.06 --80.377,114.16 --80.441,114.25 --80.504,114.35 --80.567,114.45 --80.631,114.55 --80.694,114.65 --80.758,114.75 --80.821,114.85 --80.885,114.95 --80.948,115.05 --81.011,115.15 --81.075,115.25 --81.139,115.34 --81.202,115.44 --81.266,115.54 --81.329,115.64 --81.393,115.74 --81.456,115.84 --81.52,115.94 --81.583,116.04 --81.647,116.14 --81.71,116.24 --81.774,116.34 --81.838,116.44 --81.902,116.54 --81.966,116.64 --82.029,116.73 --82.093,116.83 --82.157,116.93 --82.221,117.03 --82.284,117.13 --82.348,117.23 --82.412,117.33 --82.475,117.43 --82.539,117.53 --82.602,117.63 --82.666,117.73 --82.73,117.83 --82.793,117.93 --82.857,118.03 --82.92,118.13 --82.984,118.23 --83.047,118.33 --83.11,118.43 --83.174,118.53 --83.237,118.63 --83.3,118.73 --83.363,118.83 --83.427,118.93 --83.49,119.03 --83.553,119.13 --83.616,119.23 --83.679,119.33 --83.743,119.43 --83.806,119.53 --83.869,119.63 --83.932,119.73 --83.996,119.83 --84.059,119.93 --84.122,120.03 --84.185,120.13 --84.249,120.23 --84.312,120.33 --84.375,120.43 --84.438,120.53 --84.501,120.63 --84.564,120.74 --84.627,120.84 --84.69,120.94 --84.754,121.04 --84.817,121.14 --84.88,121.24 --84.943,121.34 --85.007,121.44 --85.07,121.54 --85.133,121.64 --85.196,121.74 --85.26,121.84 --85.323,121.94 --85.386,122.04 --85.449,122.14 --85.513,122.25 --85.576,122.35 --85.639,122.45 --85.703,122.55 --85.766,122.65 --85.83,122.75 --85.893,122.85 --85.957,122.95 --86.02,123.05 --86.083,123.15 --86.147,123.25 --86.21,123.35 --86.274,123.45 --86.338,123.55 --86.401,123.65 --86.465,123.75 --86.528,123.85 --86.592,123.96 --86.656,124.06 --86.72,124.16 --86.784,124.26 --86.847,124.36 --86.911,124.46 --86.975,124.56 --87.039,124.66 --87.102,124.76 --89.519,124.35 --89.588,124.45 --89.657,124.54 --89.727,124.64 --89.796,124.74 --89.866,124.84 --89.935,124.94 --90.005,125.04 --90.074,125.13 --90.144,125.23 --90.214,125.33 --90.283,125.43 --90.353,125.53 --90.423,125.62 --90.493,125.72 --90.563,125.82 --90.633,125.92 --90.703,126.02 --90.773,126.11 --90.843,126.21 --90.913,126.31 --90.983,126.41 --91.054,126.51 --91.124,126.6 --91.195,126.7 --91.265,126.8 --91.336,126.9 --91.407,126.99 --91.477,127.09 --91.548,127.19 --91.619,127.29 --91.69,127.38 --91.761,127.48 --91.832,127.58 --91.903,127.67 --91.974,127.77 --92.046,127.87 --92.117,127.96 --92.189,128.06 --92.261,128.16 --92.332,128.25 --92.404,128.35 --92.476,128.45 --92.548,128.54 --92.62,128.64 --92.693,128.73 --92.765,128.83 --92.838,128.93 --92.91,129.02 --92.983,129.12 --93.055,129.21 --93.128,129.31 --93.201,129.4 --93.274,129.5 --93.347,129.6 --93.42,129.69 --93.493,129.79 --93.567,129.88 --93.64,129.98 --93.713,130.07 --93.786,130.17 --93.86,130.26 --93.933,130.36 --94.007,130.45 --94.081,130.55 --94.154,130.64 --94.228,130.74 --94.302,130.83 --94.375,130.93 --94.449,131.02 --94.523,131.11 --94.597,131.21 --94.671,131.3 --94.745,131.4 --94.82,131.49 --94.894,131.58 --94.968,131.68 --95.042,131.77 --95.117,131.86 --95.191,131.96 --95.265,132.05 --95.339,132.14 --95.414,132.24 --95.489,132.33 --95.563,132.42 --95.638,132.52 --95.713,132.61 --95.788,132.7 --95.864,132.79 --95.939,132.89 --96.015,132.98 --96.091,133.07 --96.167,133.17 --96.244,133.26 --96.32,133.35 --96.397,133.44 --96.474,133.54 --96.55,133.63 --96.628,133.72 --96.705,133.81 --98.501,133.53 --98.583,133.62 --98.665,133.71 --98.747,133.81 --98.829,133.9 --98.91,133.99 --98.992,134.08 --99.074,134.17 --99.156,134.26 --99.238,134.35 --99.319,134.44 --99.401,134.53 --99.482,134.62 --99.564,134.71 --99.646,134.8 --99.728,134.89 --99.81,134.98 --99.892,135.07 --99.974,135.16 --100.06,135.25 --100.14,135.34 --100.22,135.43 --100.3,135.52 --100.39,135.61 --100.47,135.7 --100.55,135.78 --100.63,135.87 --100.72,135.96 --100.8,136.05 --100.88,136.14 --100.96,136.23 --101.05,136.32 --101.13,136.41 --101.21,136.5 --101.3,136.59 --101.38,136.68 --101.46,136.77 --101.55,136.85 --101.63,136.94 --101.72,137.03 --101.8,137.12 --101.88,137.21 --101.97,137.3 --102.05,137.39 --102.14,137.48 --102.22,137.56 --102.31,137.65 --102.39,137.74 --102.48,137.83 --102.56,137.92 --102.65,138 --102.73,138.09 --102.82,138.18 --102.9,138.27 --102.99,138.36 --103.07,138.44 --103.16,138.53 --103.25,138.62 --103.33,138.7 --103.42,138.79 --103.5,138.88 --103.59,138.97 --103.67,139.05 --103.76,139.14 --103.85,139.23 --103.93,139.31 --104.02,139.4 --104.1,139.49 --104.19,139.57 --104.28,139.66 --104.36,139.74 --104.45,139.83 --104.54,139.92 --104.62,140 --104.71,140.09 --104.8,140.18 --104.88,140.26 --104.97,140.35 --105.06,140.43 --105.14,140.52 --105.23,140.6 --105.32,140.69 --105.4,140.78 --105.49,140.86 --105.58,140.95 --105.66,141.03 --105.75,141.12 --105.84,141.2 --105.93,141.29 --106.01,141.37 --106.1,141.46 --106.19,141.54 --106.27,141.63 --106.36,141.72 --106.45,141.8 --106.53,141.89 --106.62,141.97 --106.71,142.06 --106.79,142.14 --106.88,142.23 --106.97,142.31 --107.06,142.4 --107.14,142.48 --107.23,142.56 --107.32,142.65 --107.4,142.73 --107.49,142.82 --107.58,142.9 --107.66,142.99 --107.75,143.07 --107.84,143.16 --107.92,143.24 --108.01,143.33 --108.1,143.41 --108.18,143.5 --108.27,143.58 --108.36,143.67 --108.44,143.75 --108.53,143.83 --108.62,143.92 --108.7,144 --108.79,144.09 --108.88,144.17 --108.97,144.26 --109.05,144.34 --109.14,144.42 --109.23,144.51 --109.31,144.59 --109.4,144.68 --109.49,144.76 --109.58,144.84 --109.66,144.93 --109.75,145.01 --109.84,145.1 --109.93,145.18 --110.01,145.26 --110.1,145.35 --110.19,145.43 --110.28,145.52 --110.36,145.6 --110.45,145.68 --110.54,145.77 --110.63,145.85 --110.72,145.93 --110.8,146.02 --110.89,146.1 --110.98,146.18 --111.07,146.27 --111.16,146.35 --111.24,146.43 --111.33,146.52 --111.42,146.6 --111.51,146.68 --111.6,146.76 --111.69,146.85 --111.77,146.93 --111.86,147.01 --111.95,147.1 --112.04,147.18 --112.13,147.26 --112.22,147.34 --112.31,147.43 --112.4,147.51 --112.48,147.59 --112.57,147.67 --112.66,147.75 --112.75,147.84 --112.84,147.92 --112.93,148 --113.02,148.08 --113.11,148.16 --113.2,148.25 --113.29,148.33 --113.38,148.41 --113.47,148.49 --113.56,148.57 --113.65,148.65 --113.73,148.74 --113.82,148.82 --113.91,148.9 --114,148.98 --114.09,149.06 --114.18,149.14 --114.27,149.22 --114.36,149.3 --114.45,149.38 --114.54,149.46 --114.63,149.55 --114.72,149.63 --114.81,149.71 --114.9,149.79 --114.99,149.87 --115.07,149.95 --115.16,150.03 --115.25,150.11 --115.34,150.19 --115.43,150.27 --115.52,150.35 --115.61,150.43 --115.7,150.51 --118.77,150.47 --118.87,150.55 --118.96,150.63 --119.06,150.71 --119.16,150.79 --119.26,150.87 --119.35,150.94 --119.45,151.02 --119.55,151.1 --119.65,151.18 --119.74,151.26 --119.84,151.34 --119.94,151.41 --120.04,151.49 --120.13,151.57 --120.23,151.65 --120.33,151.73 --120.43,151.8 --120.52,151.88 --120.62,151.96 --120.72,152.03 --120.82,152.11 --120.92,152.19 --121.01,152.27 --121.11,152.34 --121.21,152.42 --121.31,152.5 --121.41,152.57 --121.5,152.65 --121.6,152.73 --121.7,152.81 --121.8,152.88 --121.9,152.96 --122,153.04 --122.09,153.11 --122.19,153.19 --122.29,153.27 --122.39,153.34 --122.49,153.42 --122.59,153.5 --122.69,153.57 --122.79,153.65 --122.89,153.73 --122.98,153.8 --123.08,153.88 --123.18,153.96 --123.28,154.03 --123.38,154.11 --123.48,154.19 --123.58,154.26 --123.68,154.34 --123.78,154.41 --123.88,154.49 --123.98,154.57 --124.07,154.64 --124.17,154.72 --124.27,154.79 --124.37,154.87 --124.47,154.95 --124.57,155.02 --124.67,155.1 --124.77,155.17 --124.87,155.25 --124.97,155.33 --125.06,155.4 --125.16,155.48 --125.26,155.55 --125.36,155.63 --125.46,155.71 --125.56,155.78 --125.66,155.86 --125.76,155.93 --125.86,156.01 --125.96,156.08 --126.06,156.16 --126.16,156.24 --126.25,156.31 --126.35,156.39 --126.45,156.46 --126.55,156.54 --126.65,156.61 --126.75,156.69 --126.85,156.76 --126.95,156.84 --127.05,156.91 --127.15,156.99 --127.25,157.06 --127.35,157.14 --127.45,157.21 --127.55,157.29 --127.65,157.36 --127.75,157.44 --127.85,157.51 --127.95,157.59 --128.05,157.66 --128.15,157.74 --128.25,157.81 --128.35,157.89 --128.44,157.96 --128.54,158.04 --128.64,158.11 --128.74,158.19 --128.84,158.26 --128.94,158.34 --129.04,158.41 --129.14,158.49 --129.24,158.56 --129.34,158.64 --129.44,158.71 --129.54,158.78 --129.64,158.86 --129.74,158.93 --129.84,159.01 --129.94,159.08 --130.04,159.16 --130.14,159.23 --130.24,159.3 --130.34,159.38 --130.44,159.45 --130.54,159.53 --130.64,159.6 --130.74,159.67 --130.84,159.75 --130.94,159.82 --131.04,159.9 --131.14,159.97 --131.24,160.04 --131.34,160.12 --131.44,160.19 --131.54,160.27 --131.64,160.34 --131.74,160.41 --131.84,160.49 --131.94,160.56 --132.04,160.64 --132.14,160.71 --132.24,160.78 --132.34,160.86 --132.44,160.93 --132.54,161.01 --132.64,161.08 --132.74,161.15 --132.84,161.23 --132.94,161.3 --133.04,161.38 --133.14,161.45 --133.23,161.52 --133.33,161.6 --133.43,161.67 --133.53,161.75 --133.63,161.82 --133.73,161.9 --133.83,161.97 --133.93,162.04 --134.03,162.12 --134.13,162.19 --134.23,162.27 --134.33,162.34 --134.42,162.41 --134.52,162.49 --134.62,162.56 --134.72,162.64 --134.82,162.71 --134.92,162.79 --135.02,162.86 --135.12,162.93 --135.22,163.01 --135.32,163.08 --135.42,163.16 --135.52,163.23 --135.62,163.3 --135.72,163.38 --135.82,163.45 --135.91,163.53 --136.01,163.6 --136.11,163.67 --136.21,163.75 --136.31,163.82 --136.41,163.9 --136.51,163.97 --136.61,164.04 --136.71,164.12 --136.81,164.19 --136.91,164.26 --137.01,164.34 --137.11,164.41 --137.2,164.48 --137.3,164.56 --137.4,164.63 --137.5,164.71 --137.6,164.78 --137.7,164.85 --137.8,164.93 --137.9,165 --138,165.07 --138.1,165.15 --138.2,165.22 --138.29,165.3 --138.39,165.37 --138.49,165.44 --141.12,166 --141.22,166.07 --141.33,166.14 --141.43,166.22 --141.54,166.29 --141.64,166.37 --141.74,166.44 --141.85,166.51 --141.95,166.59 --142.06,166.66 --142.16,166.74 --142.27,166.81 --142.37,166.88 --142.48,166.96 --142.58,167.03 --142.69,167.1 --142.79,167.18 --142.9,167.25 --143,167.33 --143.1,167.4 --143.21,167.47 --143.31,167.55 --143.42,167.62 --143.52,167.69 --143.63,167.77 --143.73,167.84 --143.84,167.91 --143.94,167.99 --144.05,168.06 --144.15,168.13 --144.26,168.21 --144.36,168.28 --144.46,168.36 --144.57,168.43 --144.67,168.5 --144.78,168.58 --144.88,168.65 --144.99,168.72 --145.09,168.79 --145.2,168.87 --145.3,168.94 --145.41,169.01 --145.51,169.09 --145.62,169.16 --145.72,169.23 --145.83,169.31 --145.93,169.38 --146.04,169.45 --146.14,169.53 --146.25,169.6 --146.35,169.67 --146.46,169.74 --146.56,169.82 --146.67,169.89 --146.77,169.96 --146.88,170.04 --146.98,170.11 --147.09,170.18 --147.19,170.26 --147.3,170.33 --147.4,170.4 --147.51,170.48 --147.61,170.55 --147.72,170.62 --147.82,170.7 --147.93,170.77 --148.03,170.84 --148.14,170.91 --148.24,170.99 --148.35,171.06 --148.45,171.13 --148.56,171.21 --148.66,171.28 --148.76,171.35 --148.87,171.43 --148.97,171.5 --149.08,171.57 --149.18,171.65 --149.29,171.72 --149.39,171.79 --149.5,171.87 --149.6,171.94 --149.71,172.01 --149.81,172.09 --149.92,172.16 --150.02,172.23 --150.13,172.31 --150.23,172.38 --150.33,172.45 --150.44,172.53 --150.54,172.6 --150.65,172.67 --150.75,172.75 --150.86,172.82 --150.96,172.89 --151.07,172.97 --151.17,173.04 --151.28,173.11 --151.38,173.19 --151.48,173.26 --151.59,173.33 --151.69,173.41 --151.8,173.48 --151.9,173.55 --152.01,173.62 --152.11,173.7 --152.21,173.77 --152.32,173.84 --152.42,173.91 --152.53,173.99 --152.63,174.06 --152.74,174.13 --152.84,174.2 --152.94,174.28 --153.05,174.35 --153.15,174.42 --153.26,174.5 --153.36,174.57 --153.47,174.64 --153.57,174.71 --153.67,174.79 --153.78,174.86 --153.88,174.93 --153.99,175 --154.09,175.08 --154.19,175.15 --154.3,175.22 --154.4,175.3 --154.5,175.37 --154.61,175.44 --154.71,175.51 --154.81,175.59 --154.92,175.66 --155.02,175.73 --155.12,175.8 --155.23,175.88 --155.33,175.95 --155.43,176.02 --155.54,176.1 --155.64,176.17 --155.74,176.24 --155.85,176.32 --155.95,176.39 --156.05,176.46 --156.16,176.53 --156.26,176.61 --156.36,176.68 --156.47,176.75 --156.57,176.83 --156.67,176.9 --156.77,176.98 --156.88,177.05 --156.98,177.12 --157.08,177.2 --157.19,177.27 --157.29,177.34 --157.39,177.42 --157.5,177.49 --157.6,177.56 --157.7,177.64 --157.8,177.71 --157.91,177.78 --158.01,177.86 --158.11,177.93 --158.21,178 --158.32,178.08 --158.42,178.15 --158.52,178.22 --158.62,178.3 --158.73,178.37 --158.83,178.44 --158.93,178.52 --159.03,178.59 --159.14,178.66 --159.24,178.74 --159.34,178.81 --159.44,178.88 --159.55,178.96 --159.65,179.03 --159.75,179.1 --159.85,179.18 --159.96,179.25 --160.06,179.32 --160.16,179.39 --160.26,179.47 --160.36,179.54 --160.47,179.61 --160.57,179.69 --160.67,179.76 --160.77,179.83 --160.87,179.91 --160.98,179.98 --161.08,180.05 --161.18,180.13 --161.28,180.2 --161.38,180.27 --161.49,180.34 --161.59,180.42 --161.69,180.49 --161.79,180.56 --163.26,181.22 --163.36,181.29 --163.47,181.36 --163.57,181.44 --163.68,181.51 --163.78,181.58 --163.89,181.66 --163.99,181.73 --164.1,181.81 --164.2,181.88 --164.31,181.95 --164.41,182.03 --164.52,182.1 --164.62,182.17 --164.72,182.25 --164.83,182.32 --164.93,182.4 --165.04,182.47 --165.14,182.54 --165.25,182.62 --165.35,182.69 --165.46,182.76 --165.56,182.84 --165.66,182.91 --165.77,182.98 --165.87,183.06 --165.98,183.13 --166.08,183.2 --166.19,183.28 --166.29,183.35 --166.39,183.42 --166.5,183.5 --166.6,183.57 --166.71,183.64 --166.81,183.72 --166.92,183.79 --167.02,183.86 --167.12,183.94 --167.23,184.01 --167.33,184.08 --167.44,184.16 --167.54,184.23 --167.64,184.3 --167.75,184.38 --167.85,184.45 --167.96,184.52 --168.06,184.6 --168.16,184.67 --168.27,184.74 --168.37,184.81 --168.47,184.89 --168.58,184.96 --168.68,185.03 --168.79,185.1 --168.89,185.18 --168.99,185.25 --169.1,185.32 --169.2,185.4 --169.3,185.47 --169.41,185.54 --169.51,185.61 --169.61,185.69 --169.72,185.76 --169.82,185.83 --169.92,185.9 --170.03,185.97 --170.13,186.05 --170.23,186.12 --170.34,186.19 --170.44,186.26 --170.54,186.34 --170.65,186.41 --170.75,186.48 --170.85,186.55 --170.96,186.62 --171.06,186.7 --171.16,186.77 --171.27,186.84 --171.37,186.91 --171.47,186.98 --171.58,187.06 --171.68,187.13 --171.78,187.2 --171.88,187.27 --171.99,187.34 --172.09,187.42 --172.19,187.49 --172.3,187.56 --172.4,187.63 --172.5,187.7 --172.61,187.77 --172.71,187.85 --172.81,187.92 --172.91,187.99 --173.02,188.06 --173.12,188.13 --173.22,188.2 --173.32,188.27 --173.43,188.34 --173.53,188.41 --173.63,188.48 --173.73,188.56 --173.83,188.63 --173.94,188.7 --174.04,188.77 --174.14,188.84 --174.24,188.91 --174.34,188.98 --174.44,189.05 --174.54,189.12 --174.65,189.19 --174.75,189.26 --174.85,189.33 --174.95,189.4 --175.05,189.47 --175.15,189.54 --175.25,189.61 --175.35,189.68 --175.45,189.75 --175.55,189.82 --175.65,189.89 --175.75,189.96 --175.85,190.03 --175.95,190.1 --176.05,190.17 --176.15,190.24 --176.25,190.31 --176.35,190.38 --176.45,190.45 --176.55,190.52 --176.65,190.59 --176.75,190.66 --176.85,190.73 --176.95,190.8 --177.05,190.87 --177.15,190.94 --177.25,191.01 --177.35,191.08 --177.45,191.15 --177.54,191.21 --177.64,191.28 --177.74,191.35 --177.84,191.42 --177.94,191.49 --178.04,191.55 --178.14,191.62 --178.24,191.69 --178.34,191.76 --178.44,191.83 --178.54,191.89 --178.64,191.96 --178.73,192.03 --178.83,192.1 --178.93,192.17 --179.03,192.23 --179.13,192.3 --179.23,192.37 --179.33,192.44 --179.42,192.5 --179.52,192.57 --179.62,192.64 --179.72,192.7 --179.82,192.77 --179.92,192.84 --180.01,192.9 --180.11,192.97 --180.21,193.04 --180.31,193.1 --180.41,193.17 --180.5,193.24 --180.6,193.3 --180.7,193.37 --180.8,193.44 --180.9,193.5 --180.99,193.57 --181.09,193.64 --181.19,193.7 --181.29,193.77 --181.38,193.83 --181.48,193.9 --181.58,193.97 --181.67,194.03 --181.77,194.1 --181.87,194.16 --181.97,194.23 --182.06,194.3 --182.16,194.36 --182.26,194.43 --182.35,194.49 --182.45,194.56 --182.55,194.63 --182.64,194.69 --182.74,194.76 --182.83,194.82 --182.93,194.89 --183.03,194.95 --183.12,195.02 --183.22,195.08 --183.31,195.15 --183.41,195.21 --183.51,195.28 --183.6,195.34 --183.7,195.41 --183.79,195.47 --183.89,195.54 --183.98,195.6 --184.08,195.67 --184.17,195.73 --184.27,195.8 --184.36,195.86 --184.46,195.92 --184.55,195.99 --184.64,196.05 --184.74,196.12 --184.83,196.18 --184.93,196.25 --185.02,196.31 --185.12,196.38 --185.21,196.44 --185.3,196.51 --185.4,196.57 --185.49,196.63 --185.59,196.7 --185.68,196.76 --185.77,196.83 --185.87,196.89 --185.96,196.95 --186.05,197.02 --186.15,197.08 --186.24,197.15 --186.33,197.21 --186.43,197.27 --186.52,197.34 --186.61,197.4 --186.71,197.47 --186.8,197.53 --186.89,197.59 --186.99,197.66 --187.08,197.72 --187.17,197.78 --187.27,197.85 --187.36,197.91 --187.45,197.97 --187.55,198.04 --187.64,198.1 --187.73,198.16 --187.82,198.23 --187.92,198.29 --188.01,198.35 --188.1,198.42 --188.19,198.48 --188.29,198.54 --188.38,198.6 --188.47,198.67 --188.56,198.73 --188.66,198.79 --188.75,198.86 --188.84,198.92 --188.93,198.98 --189.02,199.04 --189.12,199.11 --189.21,199.17 --189.3,199.23 --189.39,199.29 --189.48,199.36 --189.57,199.42 --189.67,199.48 --189.76,199.54 --189.85,199.61 --189.94,199.67 --190.03,199.73 --190.12,199.79 --190.21,199.85 --190.3,199.91 --190.39,199.98 --190.49,200.04 --190.58,200.1 --190.67,200.16 --190.76,200.22 --190.85,200.28 --190.94,200.35 --191.03,200.41 --191.12,200.47 --191.21,200.53 --191.3,200.59 --191.39,200.65 --191.48,200.72 --191.57,200.78 --191.66,200.84 --191.75,200.9 --191.84,200.96 --191.93,201.02 --192.02,201.08 --192.11,201.14 --192.2,201.2 --192.29,201.27 --192.37,201.33 --192.46,201.39 --192.55,201.45 --192.64,201.51 --195.21,202.2 --195.31,202.26 --195.4,202.32 --195.49,202.38 --195.59,202.44 --195.68,202.5 --195.77,202.56 --195.87,202.62 --195.96,202.68 --196.05,202.74 --196.15,202.8 --196.24,202.86 --196.33,202.92 --196.43,202.98 --196.52,203.04 --196.61,203.1 --196.7,203.16 --196.8,203.22 --196.89,203.28 --196.98,203.34 --197.07,203.4 --197.17,203.46 --197.26,203.52 --197.35,203.58 --197.44,203.64 --197.54,203.7 --197.63,203.75 --197.72,203.81 --197.81,203.87 --197.9,203.93 --197.99,203.99 --198.09,204.05 --198.18,204.11 --198.27,204.17 --198.36,204.23 --198.45,204.29 --198.54,204.35 --198.64,204.4 --198.73,204.46 --198.82,204.52 --198.91,204.58 --199,204.64 --199.09,204.7 --199.18,204.76 --199.27,204.82 --199.36,204.87 --199.45,204.93 --199.54,204.99 --199.63,205.05 --199.72,205.11 --199.81,205.17 --199.9,205.23 --199.99,205.28 --200.08,205.34 --200.17,205.4 --200.26,205.46 --200.35,205.52 --200.44,205.57 --200.53,205.63 --200.62,205.69 --200.71,205.75 --200.8,205.81 --200.89,205.86 --200.98,205.92 --201.07,205.98 --201.16,206.04 --201.25,206.09 --201.33,206.15 --201.42,206.21 --201.51,206.26 --201.6,206.32 --201.69,206.38 --201.77,206.44 --201.86,206.49 --201.95,206.55 --202.04,206.61 --202.12,206.66 --202.21,206.72 --202.3,206.77 --202.39,206.83 --202.47,206.89 --202.56,206.94 --202.65,207 --202.73,207.06 --202.82,207.11 --202.91,207.17 --202.99,207.22 --203.08,207.28 --203.17,207.33 --203.25,207.39 --203.34,207.45 --203.42,207.5 --203.51,207.56 --203.6,207.61 --203.68,207.67 --203.77,207.72 --203.85,207.78 --203.94,207.83 --204.03,207.89 --204.11,207.94 --204.2,207.99 --204.28,208.05 --204.37,208.1 --204.45,208.16 --204.54,208.21 --204.62,208.27 --204.71,208.32 --204.79,208.38 --204.87,208.43 --204.96,208.48 --205.04,208.54 --205.13,208.59 --205.21,208.64 --205.29,208.7 --205.38,208.75 --205.46,208.8 --205.54,208.86 --205.63,208.91 --205.71,208.96 --205.79,209.02 --205.88,209.07 --205.96,209.12 --206.04,209.17 --206.12,209.23 --206.21,209.28 --206.29,209.33 --206.37,209.38 --206.45,209.44 --206.53,209.49 --206.62,209.54 --206.7,209.59 --206.78,209.64 --206.86,209.7 --206.94,209.75 --207.02,209.8 --207.1,209.85 --207.18,209.9 --207.26,209.95 --207.34,210 --207.42,210.06 --207.5,210.11 --207.58,210.16 --207.66,210.21 --207.74,210.26 --207.82,210.31 --207.9,210.36 --207.98,210.41 --208.06,210.46 --208.14,210.51 --208.22,210.57 --208.3,210.62 --208.38,210.67 --208.45,210.72 --208.53,210.77 --208.61,210.82 --208.69,210.87 --208.77,210.92 --208.84,210.97 --208.92,211.02 --209,211.07 --209.07,211.12 --209.15,211.17 --209.23,211.22 --209.3,211.27 --209.38,211.32 --209.46,211.37 --209.53,211.42 --209.61,211.47 --209.68,211.52 --209.76,211.57 --209.83,211.62 --209.91,211.67 --209.98,211.72 --210.06,211.77 --210.13,211.82 --210.21,211.87 --210.28,211.92 --210.35,211.97 --210.43,212.02 --210.5,212.07 --210.57,212.13 --210.64,212.18 --210.72,212.23 --210.79,212.28 --210.86,212.33 --210.93,212.38 --211,212.43 --211.08,212.48 --211.15,212.53 --211.22,212.58 --211.29,212.63 --211.36,212.68 --211.43,212.73 --211.5,212.78 --211.57,212.83 --211.64,212.88 --211.71,212.93 --211.78,212.98 --211.85,213.03 --211.92,213.08 --213.36,214.03 --213.43,214.08 --213.5,214.13 --213.57,214.18 --213.64,214.23 --213.71,214.28 --213.78,214.33 --213.85,214.39 --213.92,214.44 --213.99,214.49 --214.06,214.54 --214.13,214.59 --214.2,214.64 --214.26,214.69 --214.33,214.74 --214.4,214.8 --214.47,214.85 --214.53,214.9 --214.6,214.95 --214.67,215 --214.73,215.05 --214.8,215.11 --214.86,215.16 --214.93,215.21 --214.99,215.26 --215.06,215.31 --215.12,215.36 --215.19,215.42 --215.25,215.47 --215.32,215.52 --215.38,215.57 --215.44,215.62 --215.51,215.68 --215.57,215.73 --215.63,215.78 --215.7,215.83 --215.76,215.89 --215.82,215.94 --215.88,215.99 --215.95,216.04 --216.01,216.1 --216.07,216.15 --216.13,216.2 --216.19,216.26 --216.26,216.31 --216.32,216.36 --216.38,216.42 --216.44,216.47 --216.5,216.52 --216.56,216.58 --216.62,216.63 --216.68,216.68 --216.74,216.74 --216.8,216.79 --216.86,216.84 --216.92,216.9 --216.98,216.95 --217.03,217.01 --217.09,217.06 --217.15,217.11 --217.21,217.17 --217.27,217.22 --217.32,217.28 --217.38,217.33 --217.44,217.39 --217.5,217.44 --217.55,217.5 --217.61,217.55 --217.67,217.61 --217.72,217.66 --217.78,217.72 --217.83,217.77 --217.89,217.83 --217.94,217.88 --218,217.94 --218.05,217.99 --218.11,218.05 --218.16,218.1 --218.22,218.16 --218.27,218.21 --218.33,218.27 --218.38,218.33 --218.43,218.38 --218.49,218.44 --218.54,218.5 --218.59,218.55 --218.64,218.61 --218.7,218.66 --218.75,218.72 --218.8,218.78 --218.85,218.83 --218.9,218.89 --218.95,218.95 --219,219.01 --219.05,219.06 --219.1,219.12 --219.15,219.18 --219.2,219.23 --219.25,219.29 --219.3,219.35 --219.35,219.41 --219.4,219.46 --219.45,219.52 --219.5,219.58 --219.55,219.64 --219.6,219.7 --219.64,219.75 --219.69,219.81 --219.74,219.87 --219.79,219.93 --219.83,219.99 --219.88,220.05 --219.93,220.1 --219.97,220.16 --220.02,220.22 --220.06,220.28 --220.11,220.34 --220.15,220.4 --220.2,220.46 --220.24,220.52 --220.29,220.58 --220.33,220.63 --220.37,220.69 --220.42,220.75 --220.46,220.81 --220.5,220.87 --220.55,220.93 --220.59,220.99 --220.63,221.05 --220.67,221.11 --220.71,221.17 --220.76,221.23 --220.8,221.29 --220.84,221.35 --220.88,221.41 --220.92,221.47 --220.96,221.53 --221,221.59 --221.04,221.65 --221.08,221.71 --221.12,221.77 --221.16,221.83 --221.2,221.89 --221.24,221.95 --221.27,222.01 --221.31,222.07 --221.35,222.13 --221.39,222.19 --221.43,222.25 --221.46,222.31 --221.5,222.37 --221.54,222.43 --221.57,222.49 --221.61,222.55 --221.65,222.61 --221.68,222.67 --221.72,222.73 --221.75,222.79 --221.79,222.85 --221.82,222.91 --221.86,222.97 --221.89,223.03 --221.93,223.09 --221.96,223.15 --221.99,223.21 --222.03,223.27 --222.06,223.33 --222.1,223.39 --222.13,223.45 --222.16,223.51 --222.19,223.57 --222.23,223.63 --222.26,223.69 --222.29,223.75 --222.32,223.81 --222.36,223.87 --222.39,223.93 --222.42,223.99 --222.45,224.05 --222.48,224.11 --222.51,224.17 --222.54,224.23 --222.57,224.29 --222.6,224.35 --222.63,224.41 --222.66,224.47 --222.69,224.53 --222.72,224.59 --222.75,224.65 --222.78,224.71 --222.81,224.77 --222.84,224.83 --222.86,224.89 --222.89,224.95 --222.92,225.01 --222.95,225.07 --222.98,225.13 --223,225.19 --223.03,225.25 --223.06,225.31 --224.19,226.22 --224.22,226.28 --224.25,226.34 --224.28,226.4 --224.3,226.46 --224.33,226.52 --224.36,226.58 --224.39,226.64 --224.41,226.7 --224.44,226.76 --224.47,226.82 --224.49,226.88 --224.52,226.94 --224.55,227 --224.57,227.06 --224.6,227.12 --224.62,227.18 --224.65,227.24 --224.67,227.3 --224.7,227.36 --224.72,227.42 --224.75,227.48 --224.77,227.54 --224.8,227.6 --224.82,227.66 --224.84,227.72 --224.87,227.78 --224.89,227.84 --224.92,227.9 --224.94,227.96 --224.97,228.02 --224.99,228.08 --225.01,228.14 --225.04,228.2 --225.06,228.26 --225.09,228.32 --225.11,228.38 --225.14,228.43 --225.16,228.49 --225.18,228.55 --225.21,228.61 --225.23,228.67 --225.26,228.73 --225.28,228.79 --225.31,228.85 --225.33,228.91 --225.36,228.97 --225.38,229.03 --225.4,229.09 --225.43,229.15 --225.45,229.21 --225.48,229.26 --225.5,229.32 --225.53,229.38 --225.55,229.44 --225.58,229.5 --225.6,229.56 --225.62,229.62 --225.65,229.68 --225.67,229.74 --225.7,229.8 --225.72,229.86 --225.74,229.92 --225.77,229.98 --225.79,230.04 --225.82,230.09 --225.84,230.15 --225.86,230.21 --225.89,230.27 --225.91,230.33 --225.93,230.39 --225.96,230.45 --225.98,230.51 --226,230.57 --226.03,230.63 --226.05,230.69 --226.07,230.75 --226.1,230.81 --226.12,230.87 --226.14,230.93 --226.17,230.99 --226.19,231.05 --226.21,231.11 --226.23,231.17 --226.26,231.23 --226.28,231.29 --226.3,231.35 --226.33,231.42 --226.35,231.48 --226.37,231.54 --226.39,231.6 --226.42,231.66 --226.44,231.72 --226.46,231.78 --226.48,231.84 --226.51,231.9 --226.53,231.96 --226.55,232.02 --226.58,232.08 --226.6,232.14 --226.62,232.2 --226.65,232.26 --226.67,232.32 --226.69,232.38 --226.71,232.44 --226.74,232.5 --226.76,232.56 --226.78,232.62 --226.8,232.68 --226.83,232.73 --226.85,232.79 --226.87,232.85 --226.9,232.91 --226.92,232.97 --226.94,233.03 --226.96,233.09 --226.99,233.15 --227.01,233.21 --227.03,233.27 --227.05,233.33 --227.08,233.39 --227.1,233.45 --227.12,233.5 --227.15,233.56 --227.17,233.62 --227.19,233.68 --227.22,233.74 --227.24,233.8 --227.26,233.86 --227.28,233.91 --227.31,233.97 --227.33,234.03 --227.35,234.09 --227.38,234.15 --227.4,234.2 --227.42,234.26 --227.45,234.32 --227.47,234.38 --227.49,234.44 --227.52,234.49 --227.54,234.55 --227.56,234.61 --227.59,234.67 --227.61,234.72 --227.63,234.78 --227.65,234.84 --227.68,234.9 --227.7,234.96 --227.72,235.01 --227.74,235.07 --227.77,235.13 --227.79,235.19 --227.81,235.24 --227.84,235.3 --227.86,235.36 --227.88,235.42 --227.91,235.47 --227.93,235.53 --227.96,235.59 --227.98,235.65 --228,235.7 --228.03,235.76 --228.05,235.82 --228.08,235.87 --228.1,235.93 --228.13,235.99 --228.15,236.05 --228.18,236.1 --228.2,236.16 --228.23,236.22 --228.26,236.27 --228.28,236.33 --228.31,236.39 --228.33,236.44 --228.36,236.5 --228.39,236.55 --228.41,236.61 --228.44,236.67 --228.47,236.72 --228.49,236.78 --228.52,236.83 --228.55,236.89 --228.57,236.95 --228.6,237 --228.63,237.06 --228.65,237.11 --228.68,237.17 --228.71,237.22 --228.74,237.28 --228.76,237.33 --228.79,237.39 --228.82,237.44 --228.85,237.5 --228.88,237.55 --228.91,237.6 --228.93,237.66 --228.96,237.71 --228.99,237.77 --229.02,237.82 --229.05,237.87 --229.67,239.05 --229.7,239.11 --229.73,239.16 --229.76,239.22 --229.79,239.27 --229.82,239.33 --229.86,239.38 --229.89,239.43 --229.92,239.49 --229.95,239.54 --229.98,239.6 --230.01,239.65 --230.04,239.71 --230.08,239.76 --230.11,239.81 --230.14,239.87 --230.17,239.92 --230.2,239.98 --230.24,240.03 --230.27,240.08 --230.3,240.14 --230.33,240.19 --230.37,240.24 --230.4,240.29 --230.43,240.35 --230.47,240.4 --230.5,240.45 --230.53,240.51 --230.57,240.56 --230.6,240.61 --230.64,240.66 --230.67,240.71 --230.71,240.77 --230.74,240.82 --230.78,240.87 --230.81,240.92 --230.85,240.97 --230.88,241.02 --230.92,241.07 --230.95,241.12 --230.99,241.18 --231.03,241.23 --231.06,241.28 --231.1,241.33 --231.13,241.38 --231.17,241.43 --231.21,241.48 --231.25,241.53 --231.28,241.58 --231.32,241.63 --231.36,241.67 --231.4,241.72 --231.43,241.77 --231.47,241.82 --231.51,241.87 --231.55,241.92 --231.59,241.97 --231.63,242.02 --231.66,242.06 --231.7,242.11 --231.74,242.16 --231.78,242.21 --231.82,242.25 --231.86,242.3 --231.9,242.35 --231.94,242.4 --231.98,242.44 --232.02,242.49 --232.06,242.54 --232.1,242.58 --232.14,242.63 --232.18,242.67 --232.23,242.72 --232.27,242.77 --232.31,242.81 --232.35,242.86 --232.39,242.9 --232.43,242.95 --232.48,242.99 --232.52,243.04 --232.56,243.08 --232.6,243.12 --232.65,243.17 --232.69,243.21 --232.73,243.26 --232.77,243.3 --232.82,243.34 --232.86,243.39 --232.91,243.43 --232.95,243.47 --232.99,243.51 --233.04,243.56 --233.08,243.6 --233.13,243.64 --233.17,243.68 --233.22,243.72 --233.26,243.76 --233.31,243.8 --233.35,243.85 --233.4,243.89 --233.44,243.93 --233.49,243.97 --233.54,244.01 --233.58,244.05 --233.63,244.08 --233.68,244.12 --233.72,244.16 --233.77,244.2 --233.82,244.24 --233.86,244.28 --233.91,244.32 --233.96,244.35 --234.01,244.39 --234.06,244.43 --234.1,244.47 --234.15,244.5 --234.2,244.54 --234.25,244.58 --234.3,244.61 --234.35,244.65 --234.4,244.68 --234.45,244.72 --234.5,244.75 --234.55,244.79 --234.59,244.82 --234.64,244.86 --234.69,244.89 --234.75,244.93 --234.8,244.96 --234.85,244.99 --234.9,245.03 --234.95,245.06 --235,245.09 --235.05,245.13 --235.1,245.16 --235.15,245.19 --235.2,245.22 --235.25,245.25 --235.31,245.29 --235.36,245.32 --235.41,245.35 --235.46,245.38 --235.51,245.41 --235.56,245.44 --235.62,245.47 --235.67,245.51 --235.72,245.54 --235.77,245.57 --235.82,245.6 --235.88,245.62 --235.93,245.65 --235.98,245.68 --236.03,245.71 --236.09,245.74 --236.14,245.77 --236.19,245.8 --236.25,245.82 --236.3,245.85 --236.35,245.88 --236.4,245.9 --236.46,245.93 --236.51,245.96 --236.56,245.98 --236.62,246.01 --236.67,246.03 --236.73,246.06 --236.78,246.08 --236.83,246.11 --236.89,246.13 --236.94,246.16 --237,246.18 --237.05,246.2 --237.1,246.23 --237.16,246.25 --237.21,246.27 --237.27,246.29 --237.32,246.32 --237.37,246.34 --237.43,246.36 --237.48,246.38 --237.54,246.4 --237.59,246.42 --237.65,246.44 --237.7,246.46 --237.76,246.48 --237.81,246.5 --237.87,246.52 --237.92,246.54 --237.98,246.55 --238.03,246.57 --238.09,246.59 --238.14,246.61 --238.2,246.63 --238.25,246.64 --238.31,246.66 --238.36,246.68 --238.42,246.69 --238.47,246.71 --238.53,246.72 --238.59,246.74 --238.64,246.75 --238.7,246.77 --238.75,246.78 --238.81,246.8 --238.86,246.81 --238.92,246.82 --238.98,246.84 --239.03,246.85 --239.09,246.86 --239.14,246.87 --239.2,246.89 --239.25,246.9 --239.31,246.91 --239.37,246.92 --239.42,246.93 --239.48,246.94 --239.53,246.95 --239.59,246.96 --239.64,246.96 --239.7,246.97 --239.76,246.98 --239.81,246.99 --239.87,247 --239.92,247 --239.98,247.01 --240.04,247.02 --240.09,247.02 --240.15,247.03 --240.2,247.03 --240.26,247.04 --240.31,247.04 --240.37,247.05 --240.43,247.05 --240.48,247.06 --240.54,247.06 --240.6,247.06 --240.65,247.06 --240.71,247.07 --240.76,247.07 --240.82,247.07 --240.87,247.07 --240.93,247.07 --240.99,247.07 --241.04,247.08 --241.1,247.08 --241.15,247.08 --241.21,247.08 --241.26,247.07 --241.32,247.07 --241.37,247.07 --241.43,247.07 --241.48,247.07 --241.54,247.07 --241.6,247.06 --241.65,247.06 --241.7,247.06 --241.76,247.05 --241.81,247.05 --241.87,247.05 --241.92,247.04 --241.98,247.04 --242.03,247.03 --242.09,247.03 --242.14,247.02 --242.2,247.02 --242.25,247.01 --242.3,247 --242.36,247 --242.41,246.99 --242.47,246.98 --242.52,246.97 --242.57,246.96 --242.63,246.96 --242.68,246.95 --242.73,246.94 --242.79,246.93 --242.84,246.92 --242.89,246.91 --242.95,246.9 --243,246.89 --243.05,246.88 --243.1,246.87 --243.16,246.86 --243.21,246.85 --243.26,246.84 --243.31,246.82 --243.36,246.81 --243.42,246.8 --243.47,246.79 --243.52,246.78 --243.57,246.76 --243.62,246.75 --243.67,246.74 --243.72,246.72 --243.77,246.71 --243.82,246.69 --243.88,246.68 --243.93,246.67 --243.98,246.65 --244.03,246.63 --244.14,247.82 --244.19,247.8 --244.24,247.79 --244.29,247.77 --244.33,247.76 --244.38,247.74 --244.43,247.73 --244.48,247.71 --244.53,247.69 --244.58,247.68 --244.62,247.66 --244.67,247.64 --244.72,247.62 --244.77,247.61 --244.81,247.59 --244.86,247.57 --244.91,247.55 --244.96,247.53 --245,247.51 --245.05,247.49 --245.09,247.47 --245.14,247.45 --245.19,247.43 --245.23,247.41 --245.28,247.39 --245.32,247.37 --245.37,247.35 --245.42,247.33 --245.46,247.31 --245.51,247.29 --245.55,247.27 --245.6,247.25 --245.64,247.23 --245.69,247.2 --245.73,247.18 --245.77,247.16 --245.82,247.14 --245.86,247.11 --245.91,247.09 --245.95,247.07 --246,247.04 --246.04,247.02 --246.08,247 --246.13,246.97 --246.17,246.95 --246.21,246.92 --246.26,246.9 --246.3,246.88 --246.34,246.85 --246.38,246.83 --246.43,246.8 --246.47,246.78 --246.51,246.75 --246.55,246.73 --246.6,246.7 --246.64,246.68 --246.68,246.65 --246.72,246.62 --246.76,246.6 --246.8,246.57 --246.84,246.54 --246.89,246.52 --246.93,246.49 --246.97,246.46 --247.01,246.44 --247.05,246.41 --247.09,246.38 --247.13,246.36 --247.17,246.33 --247.21,246.3 --247.25,246.27 --247.29,246.25 --247.33,246.22 --247.37,246.19 --247.41,246.16 --247.45,246.14 --247.49,246.11 --247.52,246.08 --247.56,246.05 --247.6,246.02 --247.64,245.99 --247.68,245.96 --247.71,245.93 --247.75,245.91 --247.79,245.88 --247.83,245.85 --247.86,245.82 --247.9,245.79 --247.94,245.76 --247.97,245.73 --248.01,245.7 --248.05,245.67 --248.08,245.64 --248.12,245.61 --248.15,245.58 --248.19,245.55 --248.22,245.52 --248.26,245.49 --248.29,245.47 --248.33,245.44 --248.36,245.41 --248.4,245.38 --248.43,245.35 --248.47,245.32 --248.5,245.29 --248.53,245.26 --248.57,245.23 --248.6,245.2 --248.64,245.16 --248.67,245.13 --248.7,245.1 --248.74,245.07 --248.77,245.04 --248.8,245.01 --248.84,244.98 --248.87,244.95 --248.9,244.92 --248.94,244.89 --248.97,244.86 --249,244.83 --249.04,244.8 --249.07,244.77 --249.1,244.74 --249.14,244.71 --249.17,244.68 --249.2,244.65 --249.24,244.62 --249.27,244.58 --249.3,244.55 --249.33,244.52 --249.37,244.49 --249.4,244.46 --249.43,244.43 --249.46,244.4 --249.5,244.37 --249.53,244.34 --249.56,244.31 --249.59,244.27 --249.62,244.24 --249.66,244.21 --249.69,244.18 --249.72,244.15 --249.75,244.12 --249.78,244.09 --249.81,244.06 --249.84,244.02 --249.88,243.99 --249.91,243.96 --249.94,243.93 --249.97,243.9 --250,243.87 --250.03,243.84 --250.06,243.81 --250.09,243.78 --250.13,243.74 --250.16,243.71 --250.19,243.68 --250.22,243.65 --250.25,243.62 --250.28,243.59 --250.31,243.56 --250.34,243.53 --250.37,243.5 --250.4,243.47 --250.44,243.44 --250.47,243.41 --250.5,243.38 --250.53,243.35 --250.56,243.32 --250.59,243.28 --250.62,243.25 --250.65,243.22 --250.68,243.19 --250.71,243.16 --250.74,243.14 --250.77,243.11 --250.8,243.08 --250.84,243.05 --250.87,243.02 --250.9,242.99 --250.93,242.96 --250.96,242.93 --250.99,242.9 --251.02,242.87 --251.06,242.84 --251.09,242.81 --251.12,242.78 --251.15,242.76 --251.19,242.73 --251.22,242.7 --251.25,242.67 --251.28,242.64 --251.32,242.61 --251.35,242.59 --251.38,242.56 --251.42,242.53 --251.45,242.5 --251.48,242.47 --251.51,242.44 --251.55,242.41 --251.33,242.94 --251.36,242.91 --251.4,242.88 --251.43,242.85 --251.46,242.83 --251.5,242.8 --251.53,242.77 --251.57,242.74 --251.6,242.72 --251.63,242.69 --251.67,242.66 --251.7,242.63 --251.74,242.61 --251.77,242.58 --251.8,242.55 --251.84,242.52 --251.87,242.5 --251.91,242.47 --251.94,242.44 --251.97,242.41 --252.01,242.39 --252.04,242.36 --252.08,242.33 --252.11,242.3 --252.15,242.28 --252.18,242.25 --252.22,242.22 --252.25,242.19 --252.29,242.17 --252.33,242.14 --252.36,242.12 --252.4,242.09 --252.44,242.06 --252.47,242.04 --252.51,242.01 --252.55,241.99 --252.59,241.96 --252.62,241.94 --252.66,241.91 --252.7,241.89 --252.74,241.86 --252.78,241.84 --252.82,241.81 --252.86,241.79 --252.9,241.76 --252.94,241.74 --252.98,241.72 --253.02,241.69 --253.06,241.67 --253.1,241.65 --253.14,241.63 --253.18,241.6 --253.22,241.58 --253.27,241.56 --253.31,241.54 --253.35,241.52 --253.39,241.49 --253.43,241.47 --253.48,241.45 --253.52,241.43 --253.56,241.41 --253.61,241.39 --253.65,241.37 --253.69,241.35 --253.74,241.33 --253.78,241.3 --253.82,241.28 --253.87,241.26 --253.91,241.24 --253.96,241.22 --254,241.2 --254.05,241.18 --254.09,241.16 --254.13,241.15 --254.18,241.13 --254.22,241.11 --254.27,241.09 --254.31,241.07 --254.36,241.05 --254.41,241.03 --254.45,241.02 --254.5,241 --254.54,240.98 --254.59,240.96 --254.64,240.94 --254.69,240.93 --254.73,240.91 --254.78,240.89 --254.83,240.88 --254.88,240.86 --254.93,240.84 --254.97,240.83 --255.02,240.81 --255.07,240.8 --255.12,240.78 --255.17,240.76 --255.22,240.75 --255.27,240.74 --255.32,240.72 --255.37,240.71 --255.42,240.69 --255.47,240.68 --255.52,240.66 --255.57,240.65 --255.62,240.64 --255.67,240.63 --255.73,240.61 --255.78,240.6 --255.83,240.59 --255.88,240.58 --255.93,240.57 --255.98,240.56 --256.04,240.55 --256.09,240.54 --256.14,240.53 --256.2,240.52 --256.25,240.51 --256.3,240.5 --256.35,240.49 --256.41,240.48 --256.46,240.47 --256.52,240.46 --256.57,240.45 --256.62,240.44 --256.68,240.43 --256.73,240.43 --256.79,240.42 --256.84,240.41 --256.9,240.4 --256.95,240.4 --257.01,240.39 --257.06,240.39 --257.12,240.38 --257.18,240.37 --257.23,240.37 --257.29,240.36 --257.34,240.36 --257.4,240.35 --257.46,240.35 --257.51,240.35 --257.57,240.34 --257.63,240.34 --257.68,240.34 --257.74,240.33 --257.8,240.33 --257.86,240.33 --257.91,240.33 --257.97,240.33 --258.03,240.32 --258.09,240.32 --258.15,240.32 --258.2,240.32 --258.26,240.32 --258.32,240.32 --258.38,240.33 --258.44,240.33 --258.5,240.33 --258.56,240.33 --258.62,240.33 --258.68,240.34 --258.74,240.34 --258.8,240.34 --258.85,240.35 --258.91,240.35 --258.98,240.35 --259.04,240.36 --259.1,240.36 --259.16,240.37 --259.22,240.37 --259.28,240.38 --259.34,240.39 --259.4,240.39 --259.46,240.4 --259.52,240.41 --259.58,240.42 --259.64,240.43 --259.7,240.44 --259.77,240.45 --259.83,240.46 --259.89,240.47 --259.95,240.48 --260.01,240.49 --260.07,240.5 --260.14,240.51 --260.2,240.52 --260.26,240.53 --260.32,240.54 --260.38,240.56 --260.45,240.57 --260.51,240.58 --260.57,240.59 --260.64,240.61 --260.7,240.62 --260.76,240.63 --260.83,240.65 --260.89,240.66 --260.95,240.68 --261.02,240.69 --261.08,240.71 --261.15,240.72 --261.21,240.74 --261.28,240.75 --261.34,240.77 --261.41,240.79 --261.47,240.8 --261.54,240.82 --261.6,240.84 --261.67,240.85 --261.73,240.87 --261.8,240.89 --261.86,240.91 --261.93,240.93 --262,240.95 --262.06,240.96 --262.13,240.98 --262.2,241 --262.26,241.02 --262.33,241.04 --262.4,241.06 --262.46,241.09 --262.53,241.11 --262.6,241.13 --262.67,241.15 --262.73,241.17 --262.8,241.19 --262.87,241.22 --262.94,241.24 --263,241.26 --263.07,241.28 --263.14,241.31 --263.21,241.33 --263.28,241.36 --263.35,241.38 --263.41,241.4 --263.48,241.43 --263.55,241.45 --263.62,241.48 --263.69,241.5 --263.76,241.53 --263.83,241.56 --263.9,241.58 --263.97,241.61 --264.04,241.63 --264.11,241.66 --264.18,241.69 --264.25,241.72 --264.32,241.74 --264.39,241.77 --264.46,241.8 --264.53,241.83 --264.6,241.86 --264.67,241.89 --264.74,241.92 --264.81,241.94 --264.89,241.97 --264.96,242 --265.03,242.03 --265.1,242.06 --265.17,242.09 --265.24,242.13 --265.32,242.16 --265.39,242.19 --265.46,242.22 --265.53,242.25 --265.61,242.28 --265.68,242.31 --265.75,242.34 --265.83,242.38 --265.9,242.41 --265.97,242.44 --266.05,242.47 --266.12,242.5 --266.19,242.54 --266.27,242.57 --266.34,242.6 --266.42,242.64 --266.49,242.67 --266.57,242.7 --266.64,242.74 --266.71,242.77 --266.79,242.8 --266.86,242.84 --266.94,242.87 --267.02,242.91 --267.09,242.94 --267.17,242.98 --267.24,243.01 --267.32,243.05 --267.39,243.09 --267.47,243.12 --267.55,243.16 --267.62,243.19 --267.7,243.23 --267.78,243.27 --267.85,243.31 --267.93,243.34 --268.01,243.38 --268.08,243.42 --268.16,243.46 --268.24,243.49 --268.11,243.66 --268.19,243.7 --268.27,243.74 --268.35,243.78 --268.42,243.82 --268.5,243.85 --268.58,243.89 --268.66,243.93 --268.73,243.97 --268.81,244.01 --268.89,244.05 --268.97,244.1 --269.05,244.14 --269.12,244.18 --269.2,244.22 --269.28,244.26 --269.36,244.3 --269.44,244.34 --269.52,244.38 --269.6,244.43 --269.68,244.47 --269.76,244.51 --269.84,244.55 --269.92,244.6 --270,244.64 --270.08,244.68 --270.16,244.73 --270.24,244.77 --270.32,244.81 --270.4,244.86 --270.48,244.9 --270.56,244.95 --270.64,244.99 --270.72,245.04 --270.8,245.08 --270.88,245.13 --270.96,245.17 --271.04,245.22 --271.13,245.26 --271.21,245.31 --271.29,245.35 --271.37,245.4 --271.45,245.45 --271.53,245.49 --271.62,245.54 --271.7,245.58 --271.78,245.63 --271.86,245.68 --271.95,245.73 --272.03,245.77 --272.11,245.82 --272.19,245.87 --272.28,245.92 --272.36,245.96 --272.44,246.01 --272.53,246.06 --272.61,246.11 --272.69,246.16 --272.78,246.21 --272.86,246.25 --272.95,246.3 --273.03,246.35 --273.11,246.4 --273.2,246.45 --273.28,246.5 --273.37,246.55 --273.45,246.6 --273.54,246.65 --273.62,246.7 --273.71,246.75 --273.79,246.8 --273.88,246.85 --273.96,246.9 --274.05,246.95 --274.13,247 --274.22,247.05 --274.3,247.1 --274.39,247.15 --274.48,247.2 --274.56,247.26 --274.65,247.31 --274.73,247.36 --274.82,247.41 --274.91,247.46 --274.99,247.51 --275.08,247.57 --275.17,247.62 --275.25,247.67 --275.34,247.72 --275.43,247.77 --275.52,247.83 --275.6,247.88 --275.69,247.93 --275.78,247.98 --275.87,248.04 --275.95,248.09 --276.04,248.14 --276.13,248.2 --276.22,248.25 --276.31,248.3 --276.39,248.36 --276.48,248.41 --276.57,248.46 --276.66,248.52 --276.75,248.57 --276.84,248.62 --276.93,248.68 --277.02,248.73 --277.11,248.78 --277.2,248.84 --277.28,248.89 --277.37,248.95 --277.46,249 --277.55,249.05 --277.64,249.11 --277.73,249.16 --277.83,249.22 --277.92,249.27 --278.01,249.32 --278.1,249.38 --278.19,249.43 --278.28,249.49 --278.37,249.54 --278.46,249.59 --278.55,249.65 --278.64,249.7 --278.73,249.76 --278.82,249.81 --278.92,249.87 --279.01,249.92 --279.1,249.98 --279.19,250.03 --279.28,250.08 --279.37,250.14 --279.46,250.19 --279.56,250.25 --279.65,250.3 --279.74,250.36 --279.83,250.41 --279.92,250.47 --280.02,250.52 --280.11,250.58 --280.2,250.63 --280.29,250.69 --280.38,250.74 --280.48,250.8 --280.57,250.86 --280.66,250.91 --280.75,250.97 --280.85,251.02 --280.94,251.08 --281.03,251.13 --281.12,251.19 --281.22,251.25 --281.31,251.3 --281.4,251.36 --281.49,251.41 --281.59,251.47 --281.68,251.52 --281.77,251.58 --281.86,251.63 --281.96,251.69 --282.05,251.75 --282.14,251.8 --282.24,251.86 --282.33,251.91 --282.42,251.97 --282.51,252.02 --282.61,252.08 --282.7,252.13 --282.79,252.19 --282.88,252.24 --282.98,252.3 --283.07,252.36 --283.16,252.41 --283.25,252.47 --283.34,252.52 --283.44,252.58 --283.53,252.63 --283.62,252.69 --283.71,252.75 --283.8,252.8 --283.9,252.86 --283.99,252.91 --284.08,252.97 --284.17,253.03 --284.27,253.08 --284.36,253.14 --284.45,253.19 --284.54,253.25 --284.64,253.3 --284.73,253.36 --284.82,253.41 --284.91,253.47 --285.01,253.52 --285.1,253.58 --285.19,253.63 --285.28,253.69 --285.37,253.75 --285.47,253.8 --285.56,253.86 --285.65,253.91 --285.74,253.97 --285.83,254.02 --285.92,254.08 --286.02,254.13 --286.11,254.19 --286.2,254.24 --286.29,254.3 --286.38,254.35 --286.48,254.41 --286.57,254.46 --286.66,254.52 --286.75,254.57 --286.84,254.63 --286.93,254.68 --287.03,254.74 --287.12,254.79 --287.21,254.85 --287.3,254.9 --287.4,254.96 --287.49,255.01 --287.58,255.07 --287.67,255.12 --287.76,255.18 --287.86,255.23 --287.95,255.29 --288.04,255.34 --288.13,255.4 --288.22,255.45 --288.32,255.51 --288.41,255.56 --288.5,255.62 --288.59,255.67 --288.68,255.72 --288.78,255.78 --288.87,255.83 --288.96,255.89 --289.05,255.94 --289.14,256 --289.23,256.05 --289.33,256.11 --289.42,256.16 --289.51,256.21 --289.6,256.27 --289.7,256.32 --289.79,256.38 --289.88,256.43 --289.97,256.48 --290.06,256.54 --290.16,256.59 --290.25,256.65 --290.34,256.7 --290.43,256.76 --290.53,256.81 --290.62,256.87 --290.71,256.92 --290.81,256.97 --290.9,257.03 --290.99,257.08 --291.09,257.14 --291.18,257.19 --291.27,257.25 --291.37,257.3 --291.46,257.36 --291.55,257.41 --291.65,257.47 --291.74,257.52 --291.83,257.58 --291.93,257.63 --292.02,257.69 --292.11,257.74 --292.21,257.8 --292.3,257.85 --292.4,257.91 --292.49,257.96 --292.58,258.02 --292.68,258.07 --292.77,258.13 --292.86,258.18 --292.96,258.24 --293.05,258.29 --293.15,258.35 --293.24,258.41 --293.34,258.46 --293.43,258.52 --293.52,258.57 --293.62,258.63 --293.71,258.69 --293.81,258.74 --293.9,258.8 --294,258.86 --294.09,258.91 --294.19,258.97 --294.29,259.03 --294.38,259.08 --294.48,259.14 --294.57,259.2 --294.67,259.25 --294.76,259.31 --294.86,259.37 --294.96,259.43 --295.05,259.48 --295.15,259.54 --295.25,259.6 --295.34,259.66 --295.44,259.71 --295.54,259.77 --295.63,259.83 --295.73,259.89 --295.83,259.94 --295.93,260 --296.02,260.06 --296.12,260.12 --296.22,260.18 --296.32,260.24 --296.41,260.29 --296.51,260.35 --296.61,260.41 --296.71,260.47 --296.8,260.53 --296.9,260.59 --297,260.64 --297.1,260.7 --297.2,260.76 --297.29,260.82 --297.39,260.88 --297.49,260.94 --297.59,261 --297.69,261.06 --297.79,261.11 --297.89,261.17 --297.98,261.23 --298.08,261.29 --298.18,261.35 --298.28,261.41 --298.38,261.47 --298.48,261.53 --298.58,261.59 --298.68,261.65 --298.78,261.71 --298.88,261.77 --298.98,261.83 --299.08,261.89 --299.18,261.95 --299.28,262.01 --299.38,262.07 --299.48,262.13 --299.58,262.19 --299.68,262.25 --299.78,262.31 --299.88,262.37 --299.98,262.43 --300.08,262.5 --300.18,262.56 --300.28,262.62 --300.38,262.68 --300.48,262.74 --300.58,262.8 --300.68,262.86 --300.78,262.92 --300.88,262.98 --300.98,263.04 --301.08,263.11 --301.19,263.17 --301.29,263.23 --301.39,263.29 --301.49,263.35 --301.59,263.41 --301.69,263.48 --301.79,263.54 --301.89,263.6 --302,263.66 --302.1,263.72 --302.2,263.78 --302.3,263.85 --302.4,263.91 --302.5,263.97 --302.61,264.03 --302.71,264.1 --302.81,264.16 --302.91,264.22 --303.01,264.28 --303.12,264.35 --303.22,264.41 --303.32,264.47 --303.42,264.53 --303.53,264.6 --303.63,264.66 --303.73,264.72 --303.83,264.78 --303.94,264.85 --304.04,264.91 --304.14,264.97 --304.25,265.04 --304.35,265.1 --304.45,265.16 --304.55,265.23 --304.66,265.29 --304.76,265.35 --305.46,265.63 --305.57,265.7 --305.67,265.76 --305.77,265.83 --305.88,265.89 --305.98,265.95 --306.09,266.02 --306.19,266.08 --306.3,266.15 --306.4,266.21 --306.51,266.27 --306.61,266.34 --306.71,266.4 --306.82,266.47 --306.92,266.53 --307.03,266.6 --307.13,266.66 --307.24,266.73 --307.35,266.79 --307.45,266.86 --307.56,266.92 --307.66,266.98 --307.77,267.05 --307.87,267.11 --307.98,267.18 --308.09,267.24 --308.19,267.31 --308.3,267.37 --308.4,267.44 --308.51,267.5 --308.62,267.57 --308.72,267.63 --308.83,267.7 --308.94,267.76 --309.04,267.83 --309.15,267.89 --309.26,267.96 --309.36,268.02 --309.47,268.09 --309.58,268.15 --309.69,268.22 --309.79,268.28 --309.9,268.35 --310.01,268.41 --310.12,268.47 --310.22,268.54 --310.33,268.6 --310.44,268.67 --310.55,268.73 --310.66,268.8 --310.76,268.86 --310.87,268.93 --310.98,268.99 --311.09,269.06 --311.19,269.12 --311.3,269.19 --311.41,269.25 --311.52,269.32 --311.63,269.38 --311.73,269.45 --311.84,269.51 --311.95,269.58 --312.06,269.65 --312.16,269.71 --312.27,269.78 --312.38,269.84 --312.49,269.91 --312.59,269.97 --312.7,270.04 --312.81,270.1 --312.92,270.17 --313.03,270.24 --313.13,270.3 --313.24,270.37 --313.35,270.43 --313.46,270.5 --313.56,270.57 --313.67,270.63 --313.78,270.7 --313.89,270.76 --314,270.83 --314.1,270.89 --314.21,270.96 --314.32,271.03 --314.43,271.09 --314.54,271.16 --314.64,271.23 --314.75,271.29 --314.86,271.36 --314.97,271.42 --315.08,271.49 --315.19,271.56 --315.29,271.62 --315.4,271.69 --315.51,271.75 --315.62,271.82 --315.73,271.89 --315.84,271.95 --315.95,272.02 --316.05,272.08 --316.16,272.15 --316.27,272.22 --316.38,272.28 --316.49,272.35 --316.6,272.41 --316.71,272.48 --316.82,272.54 --316.93,272.61 --317.03,272.68 --317.14,272.74 --317.25,272.81 --317.36,272.87 --317.47,272.94 --317.58,273.01 --317.69,273.07 --317.8,273.14 --317.91,273.2 --318.01,273.27 --318.12,273.33 --318.23,273.4 --318.34,273.46 --318.45,273.53 --318.56,273.6 --318.67,273.66 --318.78,273.73 --318.89,273.79 --319,273.86 --319.11,273.92 --319.22,273.99 --319.33,274.05 --319.43,274.12 --319.54,274.18 --319.65,274.25 --319.76,274.32 --319.87,274.38 --319.98,274.45 --320.09,274.51 --320.2,274.58 --320.31,274.64 --320.42,274.71 --320.53,274.77 --320.64,274.84 --320.75,274.91 --320.86,274.97 --320.97,275.04 --321.08,275.1 --321.19,275.17 --321.3,275.23 --321.41,275.3 --321.52,275.36 --321.63,275.43 --321.74,275.49 --321.85,275.56 --321.96,275.62 --322.07,275.69 --322.18,275.76 --322.29,275.82 --322.4,275.89 --322.51,275.95 --322.62,276.02 --322.73,276.08 --322.84,276.15 --322.95,276.21 --323.06,276.28 --323.17,276.34 --323.28,276.41 --323.39,276.47 --323.5,276.54 --323.61,276.6 --323.72,276.67 --323.83,276.73 --323.94,276.8 --324.05,276.86 --324.16,276.93 --324.27,276.99 --324.38,277.06 --324.49,277.13 --324.6,277.19 --324.71,277.26 --324.82,277.32 --324.93,277.39 --325.04,277.45 --325.15,277.52 --325.26,277.58 --325.37,277.65 --325.48,277.71 --325.59,277.78 --325.7,277.85 --325.82,277.91 --325.93,277.98 --326.04,278.04 --326.15,278.11 --326.26,278.17 --326.37,278.24 --326.48,278.3 --326.59,278.37 --326.7,278.43 --326.81,278.5 --326.92,278.57 --327.03,278.63 --327.58,279.07 --327.7,279.13 --327.81,279.2 --327.92,279.27 --328.03,279.33 --328.14,279.4 --328.25,279.46 --328.36,279.53 --328.47,279.6 --328.58,279.66 --328.69,279.73 --328.8,279.79 --328.91,279.86 --329.03,279.93 --329.14,279.99 --329.25,280.06 --329.36,280.12 --329.47,280.19 --329.58,280.25 --329.69,280.32 --329.8,280.39 --329.91,280.45 --330.02,280.52 --330.13,280.59 --330.24,280.65 --330.35,280.72 --330.46,280.78 --330.57,280.85 --330.68,280.92 --330.79,280.98 --330.9,281.05 --331.02,281.12 --331.13,281.18 --331.24,281.25 --331.35,281.32 --331.46,281.38 --331.57,281.45 --331.68,281.51 --331.79,281.58 --331.9,281.65 --332.01,281.71 --332.12,281.78 --332.23,281.85 --332.34,281.91 --332.45,281.98 --332.56,282.04 --332.67,282.11 --332.78,282.18 --332.89,282.24 --333,282.31 --333.11,282.38 --333.22,282.44 --333.33,282.51 --333.44,282.57 --333.55,282.64 --333.66,282.71 --333.77,282.77 --333.88,282.84 --333.99,282.91 --334.1,282.97 --334.21,283.04 --334.32,283.1 --334.43,283.17 --334.54,283.24 --334.65,283.3 --334.76,283.37 --334.86,283.44 --334.97,283.5 --335.08,283.57 --335.19,283.63 --335.3,283.7 --335.41,283.77 --335.52,283.83 --335.62,283.9 --335.73,283.97 --335.84,284.03 --335.95,284.1 --336.06,284.16 --336.17,284.23 --336.27,284.3 --336.38,284.36 --336.49,284.43 --336.6,284.5 --336.71,284.56 --336.81,284.63 --336.92,284.7 --337.03,284.76 --337.14,284.83 --337.25,284.89 --337.36,284.96 --337.46,285.03 --337.57,285.09 --337.68,285.16 --337.79,285.23 --337.9,285.29 --338,285.36 --338.11,285.43 --338.22,285.49 --338.33,285.56 --338.43,285.62 --338.54,285.69 --338.65,285.76 --338.76,285.82 --338.86,285.89 --338.97,285.96 --339.08,286.02 --339.18,286.09 --339.29,286.16 --339.4,286.22 --339.5,286.29 --339.61,286.35 --339.72,286.42 --339.82,286.49 --339.93,286.55 --340.04,286.62 --340.14,286.68 --340.25,286.75 --340.36,286.82 --340.46,286.88 --340.57,286.95 --340.68,287.02 --340.78,287.08 --340.89,287.15 --341,287.21 --341.1,287.28 --341.21,287.35 --341.31,287.41 --341.42,287.48 --341.53,287.55 --341.63,287.61 --341.74,287.68 --341.84,287.75 --341.95,287.81 --342.06,287.88 --342.16,287.95 --342.27,288.01 --342.37,288.08 --342.48,288.15 --342.58,288.21 --342.69,288.28 --342.79,288.35 --342.9,288.41 --343,288.48 --343.11,288.54 --343.21,288.61 --343.32,288.68 --343.42,288.74 --343.53,288.81 --343.63,288.88 --343.74,288.94 --343.84,289.01 --343.95,289.08 --344.05,289.14 --344.16,289.21 --344.26,289.28 --344.37,289.34 --344.47,289.41 --344.58,289.48 --344.68,289.54 --344.78,289.61 --344.89,289.68 --344.99,289.74 --345.1,289.81 --345.2,289.88 --345.31,289.94 --345.41,290.01 --345.51,290.08 --345.62,290.15 --345.72,290.21 --345.83,290.28 --345.93,290.35 --346.03,290.41 --346.14,290.48 --346.24,290.55 --346.34,290.61 --346.45,290.68 --346.55,290.75 --346.66,290.81 --346.76,290.88 --346.86,290.95 --346.97,291.02 --347.07,291.08 --347.17,291.15 --347.27,291.22 --347.38,291.28 --347.48,291.35 --347.58,291.42 --347.69,291.48 --347.79,291.55 --347.89,291.62 --347.99,291.68 --348.1,291.75 --348.2,291.82 --348.3,291.88 --348.4,291.95 --348.5,292.02 --348.61,292.08 --348.71,292.15 --348.81,292.22 --348.91,292.28 --349.02,292.35 --349.12,292.42 --349.22,292.48 --349.32,292.55 --349.42,292.62 --349.53,292.69 --349.63,292.75 --349.73,292.82 --349.83,292.89 --349.93,292.95 --350.04,293.02 --350.14,293.09 --350.24,293.16 --350.34,293.22 --350.45,293.29 --350.55,293.36 --350.65,293.43 --350.75,293.49 --350.85,293.56 --350.96,293.63 --351.06,293.7 --351.16,293.76 --351.26,293.83 --351.36,293.9 --351.46,293.97 --351.56,294.03 --351.67,294.1 --351.77,294.17 --351.87,294.24 --351.97,294.3 --352.07,294.37 --352.17,294.44 --352.27,294.51 --352.37,294.57 --352.47,294.64 --352.58,294.71 --352.68,294.78 --352.78,294.85 --352.88,294.91 --352.98,294.98 --353.08,295.05 --353.18,295.12 --353.28,295.18 --353.38,295.25 --353.48,295.32 --353.58,295.39 --353.68,295.46 --353.78,295.53 --353.88,295.59 --353.99,295.66 --354.09,295.73 --354.19,295.8 --354.29,295.87 --354.39,295.94 --354.49,296.01 --354.59,296.08 --354.69,296.15 --354.79,296.22 --354.89,296.28 --354.99,296.35 --355.09,296.42 --355.19,296.49 --355.29,296.56 --355.39,296.63 --355.49,296.7 --355.59,296.77 --355.69,296.84 --355.79,296.91 --355.89,296.98 --355.99,297.05 --356.09,297.12 --356.19,297.19 --356.29,297.26 --356.39,297.33 --356.49,297.41 --356.59,297.48 --356.7,297.55 --356.8,297.62 --356.9,297.69 --357,297.76 --357.1,297.83 --357.2,297.9 --357.3,297.97 --357.4,298.04 --357.5,298.12 --357.6,298.19 --357.7,298.26 --357.8,298.33 --357.9,298.4 --358,298.47 --358.1,298.55 --358.2,298.62 --358.3,298.69 --358.4,298.76 --358.5,298.83 --358.6,298.91 --358.7,298.98 --358.8,299.05 --358.9,299.12 --359,299.2 --359.05,298.51 --359.15,298.58 --359.25,298.66 --359.35,298.73 --359.45,298.8 --359.55,298.87 --359.65,298.94 --359.75,299.02 --359.85,299.09 --359.95,299.16 --360.05,299.23 --360.15,299.3 --360.25,299.38 --360.35,299.45 --360.45,299.52 --360.54,299.59 --360.64,299.67 --360.74,299.74 --360.84,299.81 --360.94,299.88 --361.04,299.96 --361.14,300.03 --361.24,300.1 --361.34,300.18 --361.44,300.25 --361.54,300.32 --361.63,300.4 --361.73,300.47 --361.83,300.54 --361.93,300.62 --362.03,300.69 --362.13,300.77 --362.23,300.84 --362.33,300.91 --362.42,300.99 --362.52,301.06 --362.62,301.14 --362.72,301.21 --362.82,301.28 --362.92,301.36 --363.01,301.43 --363.11,301.51 --363.21,301.58 --363.31,301.66 --363.41,301.73 --363.51,301.81 --363.6,301.88 --363.7,301.95 --363.8,302.03 --363.9,302.1 --364,302.18 --364.09,302.25 --364.19,302.33 --364.29,302.4 --364.39,302.48 --364.48,302.55 --364.58,302.63 --364.68,302.71 --364.78,302.78 --364.87,302.86 --364.97,302.93 --365.07,303.01 --365.16,303.08 --365.26,303.16 --365.36,303.24 --365.45,303.31 --365.55,303.39 --365.65,303.46 --365.74,303.54 --365.84,303.62 --365.94,303.69 --366.03,303.77 --366.13,303.85 --366.22,303.92 --366.32,304 --366.42,304.08 --366.51,304.15 --366.61,304.23 --366.7,304.31 --366.8,304.39 --366.89,304.46 --366.99,304.54 --367.09,304.62 --367.18,304.7 --367.28,304.78 --367.37,304.85 --367.47,304.93 --367.56,305.01 --367.66,305.09 --367.75,305.17 --367.85,305.25 --367.94,305.33 --368.04,305.4 --368.13,305.48 --368.22,305.56 --368.32,305.64 --368.41,305.72 --368.51,305.8 --368.6,305.88 --368.7,305.96 --368.79,306.04 --368.88,306.12 --368.98,306.2 --369.07,306.28 --369.17,306.36 --369.26,306.44 --369.35,306.52 --369.45,306.6 --369.54,306.68 --369.63,306.76 --369.73,306.84 --369.82,306.92 --369.91,307 --370.01,307.08 --370.1,307.16 --370.19,307.24 --370.29,307.32 --370.38,307.4 --370.47,307.48 --370.56,307.56 --370.66,307.65 --370.75,307.73 --370.84,307.81 --370.93,307.89 --371.03,307.97 --371.12,308.05 --371.21,308.13 --371.3,308.22 --371.39,308.3 --371.49,308.38 --371.58,308.46 --371.67,308.55 --371.76,308.63 --371.85,308.71 --371.94,308.79 --372.03,308.88 --372.12,308.96 --372.21,309.04 --372.31,309.13 --372.4,309.21 --372.49,309.29 --372.58,309.37 --372.67,309.46 --372.76,309.54 --372.85,309.62 --372.94,309.71 --373.03,309.79 --373.12,309.88 --373.21,309.96 --373.3,310.04 --373.39,310.13 --373.48,310.21 --373.57,310.3 --373.65,310.38 --373.74,310.47 --373.83,310.55 --373.92,310.64 --374.01,310.72 --374.1,310.81 --374.19,310.89 --374.28,310.98 --374.37,311.06 --374.45,311.15 --374.54,311.23 --374.63,311.32 --374.72,311.4 --374.81,311.49 --374.9,311.57 --374.98,311.66 --375.07,311.74 --375.16,311.83 --375.25,311.91 --375.33,312 --375.42,312.09 --375.51,312.17 --375.6,312.26 --375.68,312.34 --375.77,312.43 --375.86,312.52 --375.94,312.6 --376.03,312.69 --376.12,312.78 --376.2,312.86 --376.29,312.95 --376.38,313.04 --376.46,313.12 --376.55,313.21 --376.63,313.3 --376.72,313.38 --376.81,313.47 --376.89,313.55 --376.98,313.64 --377.07,313.73 --377.15,313.81 --377.24,313.9 --377.32,313.99 --377.41,314.08 --377.5,314.16 --377.58,314.25 --377.67,314.34 --377.81,313.57 --377.89,313.65 --377.98,313.74 --378.06,313.82 --378.15,313.91 --378.23,314 --378.32,314.08 --378.41,314.17 --378.49,314.26 --378.58,314.34 --378.66,314.43 --378.75,314.52 --378.83,314.6 --378.92,314.69 --379,314.78 --379.09,314.86 --379.17,314.95 --379.26,315.04 --379.34,315.13 --379.43,315.21 --379.51,315.3 --379.6,315.39 --379.68,315.47 --379.77,315.56 --379.85,315.65 --379.94,315.74 --380.02,315.82 --380.11,315.91 --380.19,316 --380.27,316.09 --380.36,316.17 --380.44,316.26 --380.53,316.35 --380.61,316.44 --380.69,316.52 --380.78,316.61 --380.86,316.7 --380.95,316.79 --381.03,316.88 --381.11,316.96 --381.2,317.05 --381.28,317.14 --381.36,317.23 --381.45,317.32 --381.53,317.4 --381.62,317.49 --381.7,317.58 --381.78,317.67 --381.87,317.76 --381.95,317.84 --382.03,317.93 --382.11,318.02 --382.2,318.11 --382.28,318.2 --382.36,318.29 --382.45,318.37 --382.53,318.46 --382.61,318.55 --382.69,318.64 --382.78,318.73 --382.86,318.82 --382.94,318.9 --383.03,318.99 --383.11,319.08 --383.19,319.17 --383.27,319.26 --383.36,319.35 --383.44,319.43 --383.52,319.52 --383.6,319.61 --383.69,319.7 --383.77,319.79 --383.85,319.88 --383.93,319.97 --384.02,320.05 --384.1,320.14 --384.18,320.23 --384.26,320.32 --384.34,320.41 --384.43,320.5 --384.51,320.59 --384.59,320.68 --384.67,320.77 --384.75,320.86 --384.84,320.95 --384.92,321.03 --385,321.12 --385.08,321.21 --385.16,321.3 --385.24,321.39 --385.33,321.48 --385.41,321.57 --385.49,321.66 --385.57,321.75 --385.65,321.84 --385.73,321.93 --385.81,322.01 --385.9,322.1 --385.98,322.19 --386.06,322.28 --386.14,322.37 --386.22,322.46 --386.3,322.55 --386.38,322.64 --386.46,322.73 --386.54,322.82 --386.63,322.91 --386.71,322.99 --386.79,323.08 --386.87,323.17 --386.95,323.26 --387.03,323.35 --387.11,323.44 --387.19,323.53 --387.27,323.62 --387.35,323.71 --387.43,323.8 --387.51,323.89 --387.59,323.98 --387.67,324.07 --387.75,324.16 --387.83,324.25 --387.92,324.33 --388,324.42 --388.08,324.51 --388.16,324.6 --388.24,324.69 --388.32,324.78 --388.4,324.87 --388.48,324.96 --388.56,325.05 --388.64,325.14 --388.72,325.23 --388.8,325.32 --388.88,325.41 --388.96,325.49 --389.04,325.58 --389.12,325.67 --389.2,325.76 --389.28,325.85 --389.36,325.94 --389.44,326.03 --389.52,326.12 --389.6,326.21 --389.68,326.3 --389.76,326.39 --389.84,326.48 --389.92,326.57 --390,326.66 --390.08,326.75 --390.16,326.83 --390.24,326.92 --390.32,327.01 --390.4,327.1 --390.48,327.19 --390.56,327.28 --390.64,327.37 --390.72,327.46 --390.8,327.55 --390.88,327.64 --390.96,327.73 --391.04,327.82 --391.11,327.91 --391.19,328 --391.27,328.09 --391.35,328.18 --391.43,328.26 --391.51,328.35 --391.59,328.44 --391.67,328.53 --391.75,328.62 --391.83,328.71 --391.91,328.8 --391.99,328.89 --392.07,328.98 --392.14,329.07 --392.22,329.16 --392.3,329.25 --392.38,329.34 --392.46,329.43 --392.54,329.52 --392.62,329.61 --392.7,329.7 --392.77,329.79 --392.85,329.88 --392.93,329.97 --393.01,330.05 --393.09,330.14 --393.17,330.23 --393.24,330.32 --393.32,330.41 --393.4,330.5 --393.48,330.59 --393.56,330.68 --393.63,330.77 --393.71,330.86 --393.79,330.95 --393.87,331.04 --393.94,331.13 --394.02,331.22 --394.1,331.31 --394.18,331.4 --394.26,331.49 --394.33,331.58 --394.41,331.67 --394.49,331.76 --394.56,331.85 --394.64,331.94 --394.72,332.03 --394.8,332.12 --394.87,332.21 --394.95,332.3 --395.03,332.39 --395.1,332.48 --395.18,332.57 --395.26,332.66 --395.33,332.75 --395.41,332.84 --395.49,332.93 --395.56,333.02 --395.64,333.12 --395.72,333.21 --395.79,333.3 --395.87,333.39 --395.95,333.48 --396.02,333.57 --396.1,333.66 --396.17,333.75 --396.25,333.84 --396.33,333.93 --396.4,334.02 --396.48,334.11 --396.55,334.2 --396.63,334.29 --396.71,334.38 --396.78,334.47 --396.86,334.56 --396.93,334.65 --397.01,334.74 --397.09,334.83 --397.16,334.92 --397.24,335.01 --397.31,335.1 --397.39,335.19 --397.47,335.28 --397.54,335.37 --397.62,335.46 --397.69,335.55 --397.77,335.64 --397.84,335.74 --397.92,335.83 --398,335.92 --398.07,336.01 --398.15,336.1 --398.22,336.19 --398.3,336.28 --398.37,336.37 --398.45,336.46 --398.52,336.55 --398.6,336.64 --398.68,336.73 --398.75,336.82 --398.83,336.92 --398.9,337.01 --398.98,337.1 --399.05,337.19 --399.13,337.28 --399.2,337.37 --399.28,337.46 --399.35,337.55 --399.43,337.64 --399.5,337.74 --399.58,337.83 --399.65,337.92 --399.73,338.01 --399.81,338.1 --399.88,338.19 --399.96,338.28 --400.03,338.38 --400.11,338.47 --400.18,338.56 --400.26,338.65 --400.33,338.74 --400.41,338.83 --400.48,338.92 --400.56,339.02 --400.63,339.11 --400.71,339.2 --400.78,339.29 --400.86,339.38 --400.93,339.47 --401.01,339.57 --401.08,339.66 --401.16,339.75 --401.23,339.84 --401.31,339.93 --401.38,340.03 --401.46,340.12 --401.53,340.21 --401.6,340.3 --401.48,339.8 --401.55,339.89 --401.63,339.98 --401.7,340.07 --401.78,340.17 --401.85,340.26 --401.93,340.35 --402,340.44 --402.08,340.53 --402.15,340.62 --402.22,340.72 --402.3,340.81 --402.37,340.9 --402.45,340.99 --402.52,341.08 --402.59,341.17 --402.67,341.27 --402.74,341.36 --402.81,341.45 --402.89,341.54 --402.96,341.63 --403.04,341.72 --403.11,341.82 --403.18,341.91 --403.26,342 --403.33,342.09 --403.4,342.18 --403.48,342.28 --403.55,342.37 --403.62,342.46 --403.7,342.55 --403.77,342.65 --403.84,342.74 --403.92,342.83 --403.99,342.92 --404.06,343.02 --404.14,343.11 --404.21,343.2 --404.28,343.29 --404.35,343.38 --404.43,343.48 --404.5,343.57 --404.57,343.66 --404.65,343.75 --404.72,343.85 --404.79,343.94 --404.87,344.03 --404.94,344.12 --405.01,344.22 --405.09,344.31 --405.16,344.4 --405.23,344.49 --405.3,344.59 --405.38,344.68 --405.45,344.77 --405.52,344.87 --405.6,344.96 --405.67,345.05 --405.74,345.14 --405.81,345.24 --405.89,345.33 --405.96,345.42 --406.03,345.51 --406.1,345.61 --406.18,345.7 --406.25,345.79 --406.32,345.89 --406.39,345.98 --406.47,346.07 --406.54,346.16 --406.61,346.26 --406.68,346.35 --406.76,346.44 --406.83,346.54 --406.9,346.63 --406.97,346.72 --407.04,346.81 --407.12,346.91 --407.19,347 --407.26,347.09 --407.33,347.19 --407.4,347.28 --407.47,347.37 --407.55,347.46 --407.62,347.56 --407.69,347.65 --407.76,347.74 --407.83,347.84 --407.9,347.93 --407.98,348.02 --408.05,348.12 --408.12,348.21 --408.19,348.3 --408.26,348.39 --408.33,348.49 --408.4,348.58 --408.47,348.67 --408.55,348.77 --408.62,348.86 --408.69,348.95 --408.76,349.05 --408.83,349.14 --408.9,349.23 --408.97,349.33 --409.04,349.42 --409.11,349.51 --409.19,349.6 --409.26,349.7 --409.33,349.79 --409.4,349.88 --409.47,349.98 --409.54,350.07 --409.61,350.16 --409.68,350.25 --409.75,350.35 --409.82,350.44 --409.89,350.53 --409.97,350.63 --410.04,350.72 --410.11,350.81 --410.18,350.91 --410.25,351 --410.32,351.09 --410.39,351.18 --410.46,351.28 --410.53,351.37 --410.6,351.46 --410.67,351.56 --410.74,351.65 --410.81,351.74 --410.88,351.84 --410.95,351.93 --411.02,352.02 --411.09,352.12 --411.16,352.21 --411.23,352.3 --411.3,352.39 --411.37,352.49 --411.44,352.58 --411.51,352.67 --411.58,352.77 --411.65,352.86 --411.72,352.95 --411.79,353.05 --411.86,353.14 --411.93,353.23 --412,353.33 --412.07,353.42 --412.14,353.51 --412.21,353.61 --412.28,353.7 --412.35,353.79 --412.42,353.89 --412.49,353.98 --412.56,354.07 --412.63,354.17 --412.7,354.26 --412.77,354.35 --412.84,354.45 --412.91,354.54 --412.97,354.63 --413.04,354.73 --413.11,354.82 --413.18,354.91 --413.25,355.01 --413.32,355.1 --413.39,355.19 --413.46,355.29 --413.52,355.38 --413.59,355.47 --413.66,355.57 --413.73,355.66 --413.8,355.75 --413.87,355.85 --413.93,355.94 --414,356.04 --414.07,356.13 --414.14,356.22 --414.21,356.32 --414.28,356.41 --414.34,356.5 --414.41,356.6 --414.48,356.69 --414.55,356.79 --414.61,356.88 --414.68,356.97 --414.75,357.07 --414.82,357.16 --414.88,357.25 --414.95,357.35 --415.02,357.44 --415.09,357.54 --415.15,357.63 --415.22,357.72 --415.29,357.82 --415.36,357.91 --415.42,358.01 --415.49,358.1 --415.56,358.19 --415.62,358.29 --415.69,358.38 --415.76,358.48 --415.83,358.57 --415.89,358.66 --415.96,358.76 --416.03,358.85 --416.09,358.95 --416.16,359.04 --416.23,359.13 --416.29,359.23 --416.36,359.32 --416.43,359.42 --416.49,359.51 --416.56,359.61 --416.63,359.7 --416.69,359.8 --416.76,359.89 --416.82,359.99 --416.89,360.08 --416.96,360.18 --417.02,360.27 --417.09,360.37 --417.15,360.46 --417.22,360.56 --417.28,360.65 --417.35,360.75 --417.41,360.84 --417.48,360.94 --417.54,361.03 --417.61,361.13 --417.67,361.22 --417.74,361.32 --417.8,361.42 --417.87,361.51 --417.93,361.61 --418,361.7 --418.06,361.8 --418.12,361.9 --418.19,361.99 --418.25,362.09 --418.32,362.19 --418.38,362.28 --418.44,362.38 --418.51,362.48 --418.57,362.57 --418.64,362.67 --418.7,362.77 --418.76,362.86 --418.83,362.96 --418.89,363.06 --418.95,363.15 --419.02,363.25 --419.08,363.35 --419.15,363.44 --419.21,363.54 --419.27,363.64 --419.34,363.73 --419.4,363.83 --419.46,363.93 --419.53,364.03 --419.59,364.12 --419.65,364.22 --419.71,364.32 --419.78,364.41 --419.84,364.51 --419.9,364.61 --419.97,364.71 --420.03,364.8 --420.09,364.9 --420.15,365 --420.22,365.1 --420.28,365.19 --420.34,365.29 --420.41,365.39 --420.47,365.49 --420.53,365.58 --420.59,365.68 --420.66,365.78 --420.72,365.88 --420.78,365.97 --420.84,366.07 --420.91,366.17 --420.97,366.27 --421.03,366.37 --421.09,366.46 --421.16,366.56 --421.22,366.66 --421.28,366.76 --421.34,366.86 --421.4,366.95 --421.47,367.05 --421.53,367.15 --421.59,367.25 --421.65,367.35 --421.71,367.45 --421.78,367.54 --421.84,367.64 --421.9,367.74 --421.96,367.84 --422.02,367.94 --421.85,367.74 --421.91,367.84 --421.97,367.93 --422.03,368.03 --422.09,368.13 --422.15,368.23 --422.21,368.33 --422.28,368.43 --422.34,368.53 --422.4,368.62 --422.46,368.72 --422.52,368.82 --422.58,368.92 --422.64,369.02 --422.7,369.12 --422.77,369.22 --422.83,369.32 --422.89,369.42 --422.95,369.52 --423.01,369.62 --423.07,369.71 --423.13,369.81 --423.19,369.91 --423.25,370.01 --423.31,370.11 --423.37,370.21 --423.43,370.31 --423.49,370.41 --423.55,370.51 --423.62,370.61 --423.68,370.71 --423.74,370.81 --423.8,370.91 --423.86,371.01 --423.92,371.11 --423.98,371.21 --424.04,371.31 --424.1,371.41 --424.16,371.51 --424.21,371.62 --424.27,371.72 --424.33,371.82 --424.39,371.92 --424.45,372.02 --424.51,372.12 --424.57,372.22 --424.63,372.32 --424.69,372.42 --424.75,372.52 --424.81,372.62 --424.87,372.73 --424.93,372.83 --424.99,372.93 --425.05,373.03 --425.11,373.13 --425.17,373.23 --425.22,373.33 --425.28,373.44 --425.34,373.54 --425.4,373.64 --425.46,373.74 --425.52,373.84 --425.57,373.94 --425.63,374.05 --425.69,374.15 --425.75,374.25 --425.81,374.35 --425.87,374.45 --425.92,374.56 --425.98,374.66 --426.04,374.76 --426.1,374.86 --426.16,374.97 --426.21,375.07 --426.27,375.17 --426.33,375.27 --426.39,375.38 --426.44,375.48 --426.5,375.58 --426.56,375.69 --426.62,375.79 --426.67,375.89 --426.73,375.99 --426.79,376.1 --426.84,376.2 --426.9,376.3 --426.96,376.41 --427.01,376.51 --427.07,376.61 --427.13,376.72 --427.18,376.82 --427.24,376.92 --427.3,377.03 --427.35,377.13 --427.41,377.24 --427.47,377.34 --427.52,377.44 --427.58,377.55 --427.63,377.65 --427.69,377.75 --427.74,377.86 --427.8,377.96 --427.86,378.07 --427.91,378.17 --427.97,378.27 --428.02,378.38 --428.08,378.48 --428.13,378.59 --428.19,378.69 --428.24,378.79 --428.3,378.9 --428.35,379 --428.41,379.11 --428.46,379.21 --428.51,379.32 --428.57,379.42 --428.62,379.52 --428.68,379.63 --428.73,379.73 --428.78,379.84 --428.84,379.94 --428.89,380.05 --428.95,380.15 --429,380.26 --429.05,380.36 --429.11,380.47 --429.16,380.57 --429.21,380.67 --429.27,380.78 --429.32,380.88 --429.37,380.99 --429.43,381.09 --429.48,381.2 --429.53,381.3 --429.58,381.41 --429.64,381.51 --429.69,381.62 --429.74,381.72 --429.8,381.83 --429.85,381.93 --429.9,382.04 --429.95,382.14 --430,382.25 --430.06,382.35 --430.11,382.46 --430.16,382.56 --430.21,382.67 --430.26,382.77 --430.31,382.88 --430.36,382.98 --430.42,383.09 --430.47,383.19 --430.52,383.3 --430.57,383.4 --430.62,383.51 --430.67,383.62 --430.72,383.72 --430.77,383.83 --430.82,383.93 --430.87,384.04 --430.92,384.14 --430.97,384.25 --431.02,384.35 --431.07,384.46 --431.12,384.56 --431.17,384.67 --431.22,384.77 --431.27,384.88 --431.32,384.99 --431.37,385.09 --431.42,385.2 --431.47,385.3 --431.52,385.41 --431.57,385.51 --431.62,385.62 --431.67,385.73 --431.72,385.83 --431.77,385.94 --431.82,386.04 --431.87,386.15 --431.92,386.26 --431.96,386.36 --432.01,386.47 --432.06,386.57 --432.11,386.68 --432.16,386.78 --432.21,386.89 --432.26,387 --432.31,387.1 --432.35,387.21 --432.4,387.31 --432.45,387.42 --432.5,387.53 --432.54,387.63 --432.59,387.74 --432.64,387.84 --432.69,387.95 --432.73,388.06 --432.78,388.16 --432.83,388.27 --432.88,388.37 --432.92,388.48 --432.97,388.59 --433.02,388.69 --433.07,388.8 --433.11,388.9 --433.16,389.01 --433.21,389.12 --433.25,389.22 --433.3,389.33 --433.34,389.44 --433.39,389.54 --433.44,389.65 --433.48,389.75 --433.53,389.86 --433.58,389.97 --433.62,390.07 --433.67,390.18 --433.72,390.29 --433.76,390.39 --433.81,390.5 --433.85,390.6 --433.9,390.71 --433.94,390.82 --433.99,390.92 --434.04,391.03 --434.08,391.14 --434.13,391.24 --434.17,391.35 --434.22,391.46 --434.26,391.56 --434.31,391.67 --434.35,391.78 --434.4,391.88 --434.44,391.99 --434.49,392.1 --434.53,392.2 --434.57,392.31 --434.62,392.42 --434.66,392.52 --434.71,392.63 --434.75,392.74 --434.8,392.84 --434.84,392.95 --434.88,393.06 --434.93,393.16 --434.97,393.27 --435.01,393.38 --435.06,393.48 --435.1,393.59 --435.14,393.7 --435.19,393.8 --435.23,393.91 --435.27,394.02 --435.31,394.13 --435.36,394.23 --435.4,394.34 --435.44,394.45 --435.48,394.55 --435.52,394.66 --435.57,394.77 --435.61,394.87 --435.65,394.98 --435.69,395.09 --435.73,395.19 --435.77,395.3 --435.82,395.41 --435.86,395.52 --435.9,395.62 --435.94,395.73 --435.98,395.84 --436.02,395.94 --436.06,396.05 --436.1,396.16 --436.14,396.26 --436.18,396.37 --436.22,396.48 --436.26,396.59 --436.3,396.69 --436.34,396.8 --436.38,396.91 --436.42,397.02 --436.46,397.12 --436.5,397.23 --436.54,397.34 --436.58,397.44 --436.62,397.55 --436.66,397.66 --436.69,397.77 --436.73,397.87 --436.77,397.98 --436.81,398.09 --436.85,398.2 --436.89,398.3 --436.92,398.41 --436.96,398.52 --437,398.63 --437.04,398.73 --437.07,398.84 --437.11,398.95 --437.18,399.25 --437.22,399.36 --437.26,399.47 --437.29,399.57 --437.33,399.68 --437.37,399.79 --437.4,399.9 --437.44,400.01 --437.48,400.11 --437.51,400.22 --437.55,400.33 --437.59,400.44 --437.62,400.55 --437.66,400.66 --437.69,400.76 --437.73,400.87 --437.77,400.98 --437.8,401.09 --437.84,401.2 --437.87,401.31 --437.91,401.41 --437.94,401.52 --437.98,401.63 --438.01,401.74 --438.05,401.85 --438.08,401.96 --438.11,402.06 --438.15,402.17 --438.18,402.28 --438.22,402.39 --438.25,402.5 --438.28,402.61 --438.32,402.72 --438.35,402.82 --438.38,402.93 --438.42,403.04 --438.45,403.15 --438.48,403.26 --438.52,403.37 --438.55,403.48 --438.58,403.58 --438.61,403.69 --438.65,403.8 --438.68,403.91 --438.71,404.02 --438.74,404.13 --438.78,404.24 --438.81,404.35 --438.84,404.45 --438.87,404.56 --438.9,404.67 --438.94,404.78 --438.97,404.89 --439,405 --439.03,405.11 --439.06,405.22 --439.09,405.33 --439.12,405.43 --439.15,405.54 --439.18,405.65 --439.21,405.76 --439.24,405.87 --439.27,405.98 --439.3,406.09 --439.33,406.2 --439.36,406.31 --439.39,406.42 --439.42,406.53 --439.45,406.64 --439.48,406.75 --439.51,406.86 --439.54,406.97 --439.56,407.08 --439.59,407.19 --439.62,407.29 --439.65,407.4 --439.68,407.51 --439.7,407.62 --439.73,407.73 --439.76,407.84 --439.78,407.95 --439.81,408.06 --439.84,408.17 --439.86,408.28 --439.89,408.39 --439.92,408.5 --439.94,408.61 --439.97,408.72 --439.99,408.83 --440.02,408.95 --440.04,409.06 --440.07,409.17 --440.09,409.28 --440.12,409.39 --440.14,409.5 --440.17,409.61 --440.19,409.72 --440.21,409.83 --440.24,409.94 --440.26,410.05 --440.28,410.16 --440.31,410.27 --440.33,410.38 --440.35,410.49 --440.37,410.6 --440.4,410.71 --440.42,410.82 --440.44,410.94 --440.46,411.05 --440.48,411.16 --440.51,411.27 --440.53,411.38 --440.55,411.49 --440.57,411.6 --440.59,411.71 --440.61,411.82 --440.63,411.93 --440.66,412.04 --440.68,412.15 --440.7,412.27 --440.72,412.38 --440.74,412.49 --440.76,412.6 --440.78,412.71 --440.8,412.82 --440.82,412.93 --440.83,413.04 --440.85,413.15 --440.87,413.27 --440.89,413.38 --440.91,413.49 --440.93,413.6 --440.95,413.71 --440.96,413.82 --440.98,413.93 --441,414.05 --441.02,414.16 --441.04,414.27 --441.05,414.38 --441.07,414.49 --441.09,414.6 --441.1,414.72 --441.12,414.83 --441.14,414.94 --441.15,415.05 --441.17,415.16 --441.18,415.28 --441.2,415.39 --441.21,415.5 --441.23,415.61 --441.24,415.72 --441.26,415.84 --441.27,415.95 --441.29,416.06 --441.3,416.17 --441.31,416.29 --441.33,416.4 --441.34,416.51 --441.36,416.62 --441.37,416.74 --441.38,416.85 --441.39,416.96 --441.41,417.07 --441.42,417.18 --441.43,417.3 --441.44,417.41 --441.46,417.52 --441.47,417.63 --441.48,417.75 --441.49,417.86 --441.5,417.97 --441.51,418.09 --441.53,418.2 --441.54,418.31 --441.55,418.42 --441.56,418.54 --441.57,418.65 --441.58,418.76 --441.59,418.87 --441.6,418.99 --441.61,419.1 --441.62,419.21 --441.63,419.33 --441.64,419.44 --441.65,419.55 --441.65,419.66 --441.66,419.78 --441.67,419.89 --441.68,420 --441.69,420.11 --441.7,420.23 --441.7,420.34 --441.71,420.45 --441.72,420.57 --441.73,420.68 --441.73,420.79 --441.74,420.9 --441.75,421.02 --441.75,421.13 --441.76,421.24 --441.77,421.36 --441.77,421.47 --441.78,421.58 --441.79,421.69 --441.79,421.81 --441.8,421.92 --441.8,422.03 --441.81,422.15 --441.81,422.26 --441.82,422.37 --441.82,422.49 --441.83,422.6 --441.83,422.71 --441.84,422.83 --441.84,422.94 --441.84,423.05 --441.85,423.17 --441.85,423.28 --441.85,423.39 --441.86,423.5 --441.86,423.62 --441.86,423.73 --441.87,423.84 --441.87,423.96 --441.87,424.07 --441.87,424.18 --441.87,424.3 --441.88,424.41 --441.88,424.52 --441.88,424.64 --441.88,424.75 --441.88,424.86 --441.88,424.98 --441.88,425.09 --441.88,425.2 --441.88,425.32 --441.88,425.43 --441.88,425.54 --441.88,425.66 --441.88,425.77 --441.88,425.88 --441.88,426 --441.88,426.11 --441.88,426.22 --441.88,426.34 --441.88,426.45 --441.88,426.56 --441.88,426.68 --441.87,426.79 --441.87,426.9 --441.87,427.02 --441.87,427.13 --441.86,427.24 --441.86,427.36 --441.86,427.47 --441.85,427.58 --441.85,427.7 --441.84,427.81 --441.84,427.92 --441.84,428.04 --441.83,428.15 --441.83,428.26 --441.82,428.38 --441.82,428.49 --441.81,428.6 --441.81,428.72 --441.8,428.83 --441.79,428.94 --441.79,429.05 --441.78,429.17 --441.78,429.28 --441.77,429.39 --441.76,429.51 --441.75,429.62 --441.75,429.73 --441.74,429.85 --441.73,429.96 --441.72,430.07 --441.72,430.19 --441.71,430.3 --441.7,430.41 --441.69,430.53 --441.68,430.64 --441.67,430.76 --441.66,430.87 --441.65,430.98 --441.64,431.1 --441.63,431.21 --441.62,431.32 --441.61,431.44 --441.6,431.55 --441.59,431.66 --441.58,431.78 --441.57,431.89 --441.56,432 --441.55,432.12 --441.54,432.23 --441.53,432.34 --441.51,432.46 --441.5,432.57 --441.49,432.69 --441.48,432.8 --441.46,432.91 --441.45,433.03 --441.44,433.14 --441.43,433.25 --441.41,433.37 --441.4,433.48 --441.38,433.59 --441.37,433.71 --441.36,433.82 --441.34,433.93 --441.33,434.05 --441.31,434.16 --441.3,434.27 --441.28,434.39 --441.27,434.5 --441.25,434.61 --441.24,434.73 --441.22,434.84 --441.2,434.95 --441.19,435.07 --441.17,435.18 --441.15,435.29 --441.14,435.41 --441.12,435.52 --441.11,435.63 --441.09,435.75 --441.07,435.86 --441.05,435.97 --441.04,436.09 --441.02,436.2 --441,436.31 --440.98,436.43 --440.97,436.54 --440.95,436.65 --440.93,436.77 --440.91,436.88 --440.89,436.99 --440.87,437.11 --440.85,437.22 --440.83,437.33 --440.81,437.45 --440.79,437.56 --440.77,437.68 --440.75,437.79 --440.73,437.9 --440.71,438.02 --440.69,438.13 --440.67,438.24 --440.65,438.36 --440.63,438.47 --440.61,438.59 --440.59,438.7 --440.57,438.81 --440.54,438.93 --440.52,439.04 --440.5,439.16 --440.48,439.27 --440.46,439.38 --440.43,439.5 --440.41,439.61 --440.39,439.73 --440.37,439.84 --440.34,439.95 --440.32,440.07 --440.3,440.18 --440.27,440.29 --440.25,440.41 --440.23,440.52 --440.2,440.64 --440.18,440.75 --440.15,440.86 --440.13,440.98 --440.1,441.09 --440.08,441.2 --440.06,441.32 --440.03,441.43 --440.01,441.55 --439.98,441.66 --439.96,441.77 --439.93,441.89 --439.91,442 --439.88,442.11 --439.86,442.23 --439.83,442.34 --439.81,442.46 --439.78,442.57 --439.76,442.68 --439.73,442.8 --439.7,442.91 --439.68,443.03 --439.65,443.14 --439.63,443.25 --439.6,443.37 --439.57,443.48 --439.55,443.6 --439.52,443.71 --439.49,443.82 --439.46,443.94 --439.57,445.14 --439.54,445.25 --439.52,445.37 --439.49,445.49 --439.46,445.6 --439.43,445.72 --439.4,445.83 --439.38,445.95 --439.35,446.07 --439.32,446.18 --439.29,446.3 --439.26,446.42 --439.23,446.53 --439.21,446.65 --439.18,446.77 --439.15,446.88 --439.12,447 --439.09,447.12 --439.06,447.23 --439.03,447.35 --439,447.47 --438.97,447.58 --438.94,447.7 --438.91,447.82 --438.88,447.93 --438.85,448.05 --438.82,448.17 --438.79,448.28 --438.76,448.4 --438.73,448.52 --438.7,448.63 --438.66,448.75 --438.63,448.87 --438.6,448.98 --438.57,449.1 --438.54,449.22 --438.51,449.33 --438.48,449.45 --438.44,449.57 --438.41,449.68 --438.38,449.8 --438.35,449.92 --438.31,450.03 --438.28,450.15 --438.25,450.27 --438.22,450.38 --438.18,450.5 --438.15,450.62 --438.12,450.73 --438.09,450.85 --438.05,450.97 --438.02,451.08 --437.99,451.2 --437.95,451.32 --437.92,451.43 --437.88,451.55 --437.85,451.66 --437.82,451.78 --437.78,451.9 --437.75,452.01 --437.72,452.13 --437.68,452.25 --437.65,452.36 --437.61,452.48 --437.58,452.6 --437.55,452.71 --437.51,452.83 --437.48,452.95 --437.44,453.06 --437.41,453.18 --437.37,453.3 --437.34,453.41 --437.3,453.53 --437.27,453.65 --437.23,453.76 --437.2,453.88 --437.16,453.99 --437.13,454.11 --437.09,454.23 --437.06,454.34 --437.02,454.46 --436.99,454.58 --436.95,454.69 --436.92,454.81 --436.88,454.93 --436.85,455.04 --436.81,455.16 --436.78,455.28 --436.74,455.39 --436.71,455.51 --436.67,455.63 --436.64,455.74 --436.6,455.86 --436.56,455.98 --436.53,456.1 --436.49,456.21 --436.46,456.33 --436.42,456.45 --436.39,456.56 --436.35,456.68 --436.32,456.8 --436.28,456.91 --436.24,457.03 --436.21,457.15 --436.17,457.27 --436.14,457.38 --436.1,457.5 --436.06,457.62 --436.03,457.73 --435.99,457.85 --435.96,457.97 --435.92,458.08 --435.88,458.2 --435.85,458.32 --435.81,458.43 --435.78,458.55 --435.74,458.67 --435.7,458.79 --435.67,458.9 --435.63,459.02 --435.6,459.14 --435.56,459.25 --435.52,459.37 --435.49,459.49 --435.45,459.6 --435.41,459.72 --435.38,459.84 --435.34,459.95 --435.31,460.07 --435.27,460.19 --435.23,460.31 --435.2,460.42 --435.16,460.54 --435.12,460.66 --435.09,460.77 --435.05,460.89 --435.02,461.01 --434.98,461.13 --434.94,461.24 --434.91,461.36 --434.87,461.48 --434.84,461.6 --434.8,461.71 --434.76,461.83 --434.73,461.95 --434.69,462.07 --434.65,462.18 --434.62,462.3 --434.58,462.42 --434.55,462.54 --434.51,462.66 --434.47,462.77 --434.44,462.89 --434.4,463.01 --434.36,463.13 --434.33,463.25 --434.29,463.36 --434.25,463.48 --434.22,463.6 --434.18,463.72 --434.14,463.84 --434.11,463.96 --434.07,464.07 --434.04,464.19 --434,464.31 --433.96,464.43 --433.93,464.55 --433.89,464.66 --433.85,464.78 --433.82,464.9 --433.78,465.02 --433.74,465.14 --433.71,465.25 --433.67,465.37 --433.63,465.49 --433.6,465.61 --433.56,465.73 --433.53,465.85 --433.49,465.96 --433.45,466.08 --433.42,466.2 --433.38,466.32 --433.34,466.44 --433.31,466.55 --433.27,466.67 --433.23,466.79 --433.2,466.91 --433.16,467.03 --433.12,467.15 --433.09,467.26 --433.05,467.38 --433.01,467.5 --432.98,467.62 --432.94,467.74 --432.91,467.86 --432.87,467.98 --432.83,468.1 --432.8,468.21 --432.76,468.33 --432.72,468.45 --432.97,469.92 --432.93,470.04 --432.9,470.16 --432.86,470.28 --432.82,470.4 --432.79,470.52 --432.75,470.64 --432.71,470.76 --432.68,470.88 --432.64,471 --432.61,471.13 --432.57,471.25 --432.53,471.37 --432.5,471.49 --432.46,471.61 --432.42,471.73 --432.39,471.85 --432.35,471.97 --432.32,472.09 --432.28,472.22 --432.24,472.34 --432.21,472.46 --432.17,472.58 --432.13,472.7 --432.1,472.82 --432.06,472.94 --432.02,473.06 --431.99,473.18 --431.95,473.31 --431.92,473.43 --431.88,473.55 --431.84,473.67 --431.81,473.79 --431.77,473.91 --431.73,474.03 --431.7,474.15 --431.66,474.27 --431.62,474.4 --431.59,474.52 --431.55,474.64 --431.51,474.76 --431.47,474.88 --431.44,475 --431.4,475.12 --431.36,475.24 --431.33,475.36 --431.29,475.49 --431.25,475.61 --431.22,475.73 --431.18,475.85 --431.14,475.97 --431.11,476.09 --431.07,476.21 --431.03,476.34 --431,476.46 --430.96,476.58 --430.92,476.7 --430.89,476.82 --430.85,476.94 --430.81,477.07 --430.77,477.19 --430.74,477.31 --430.7,477.43 --430.66,477.55 --430.62,477.67 --430.59,477.79 --430.55,477.92 --430.51,478.04 --430.47,478.16 --430.44,478.28 --430.4,478.4 --430.36,478.52 --430.32,478.64 --430.29,478.77 --430.25,478.89 --430.21,479.01 --430.17,479.13 --430.14,479.25 --430.1,479.37 --430.06,479.49 --430.02,479.62 --429.99,479.74 --429.95,479.86 --429.91,479.98 --429.87,480.1 --429.83,480.22 --429.8,480.34 --429.76,480.47 --429.72,480.59 --429.68,480.71 --429.64,480.83 --429.61,480.95 --429.57,481.07 --429.53,481.19 --429.49,481.31 --429.46,481.44 --429.42,481.56 --429.38,481.68 --429.34,481.8 --429.3,481.92 --429.27,482.04 --429.23,482.16 --429.19,482.29 --429.15,482.41 --429.12,482.53 --429.08,482.65 --429.04,482.77 --429,482.89 --428.97,483.02 --428.93,483.14 --428.89,483.26 --428.86,483.38 --428.82,483.5 --428.78,483.63 --428.74,483.75 --428.71,483.87 --428.67,483.99 --428.63,484.11 --428.6,484.23 --428.56,484.36 --428.53,484.48 --428.49,484.6 --428.45,484.72 --428.42,484.84 --428.38,484.96 --428.34,485.09 --428.31,485.21 --428.27,485.33 --428.24,485.45 --428.2,485.57 --428.16,485.69 --428.13,485.81 --428.09,485.94 --428.06,486.06 --428.02,486.18 --427.99,486.3 --427.95,486.42 --427.91,486.54 --427.88,486.66 --427.84,486.79 --427.81,486.91 --427.77,487.03 --427.74,487.15 --427.7,487.27 --427.66,487.39 --427.63,487.51 --427.59,487.63 --427.56,487.75 --427.52,487.88 --427.49,488 --427.45,488.12 --427.42,488.24 --427.38,488.36 --427.35,488.48 --427.31,488.6 --427.27,488.72 --427.24,488.84 --427.2,488.96 --427.17,489.08 --427.13,489.2 --427.1,489.33 --427.06,489.45 --427.03,489.57 --426.99,489.69 --426.96,489.81 --426.92,489.93 --426.89,490.05 --426.85,490.17 --426.82,490.29 --426.78,490.41 --426.75,490.53 --426.71,490.65 --426.68,490.77 --426.64,490.89 --426.61,491.01 --426.58,491.13 --426.54,491.25 --426.51,491.37 --426.47,491.49 --426.44,491.61 --426.4,491.73 --426.37,491.85 --426.33,491.97 --426.3,492.09 --426.26,492.21 --426.23,492.33 --426.2,492.45 --426.16,492.57 --426.13,492.69 --426.09,492.81 --426.06,492.93 --426.03,493.05 --425.99,493.17 --425.96,493.29 --425.92,493.41 --425.89,493.53 --425.86,493.65 --425.82,493.77 --425.79,493.89 --425.75,494.01 --425.72,494.13 --425.69,494.24 --425.65,494.36 --425.62,494.48 --425.59,494.6 --425.55,494.72 --425.52,494.84 --425.49,494.96 --425.45,495.08 --425.42,495.19 --425.38,495.31 --425.35,495.43 --425.32,495.55 --425.28,495.67 --425.25,495.78 --425.22,495.9 --425.18,496.02 --425.15,496.14 --425.12,496.26 --425.08,496.37 --425.05,496.49 --425.01,496.61 --424.98,496.73 --424.95,496.85 --424.91,496.96 --424.88,497.08 --424.85,497.2 --424.81,497.31 --424.78,497.43 --424.74,497.55 --424.71,497.67 --424.68,497.78 --424.64,497.9 --424.61,498.02 --424.58,498.14 --424.54,498.25 --424.51,498.37 --424.48,498.49 --424.44,498.6 --424.41,498.72 --424.38,498.84 --424.34,498.95 --424.31,499.07 --424.27,499.19 --424.24,499.31 --424.21,499.42 --424.17,499.54 --424.14,499.65 --424.11,499.77 --424.07,499.89 --424.04,500 --424.01,500.12 --423.97,500.24 --423.94,500.35 --423.9,500.47 --423.87,500.58 --423.84,500.7 --423.8,500.82 --423.77,500.93 --423.74,501.05 --423.7,501.16 --423.67,501.28 --423.64,501.39 --423.6,501.51 --423.57,501.62 --423.53,501.74 --423.5,501.85 --423.47,501.97 --423.43,502.08 --423.4,502.2 --423.36,502.31 --423.33,502.43 --423.3,502.54 --423.26,502.66 --423.23,502.77 --423.19,502.88 --423.16,503 --423.12,503.11 --423.09,503.23 --423.06,503.34 --423.02,503.45 --422.99,503.57 --422.95,503.68 --422.92,503.8 --422.89,503.91 --422.85,504.02 --422.82,504.14 --422.78,504.25 --422.75,504.36 --422.72,504.47 --422.68,504.59 --422.65,504.7 --422.61,504.81 --422.58,504.93 --422.54,505.04 --422.51,505.15 --422.48,505.26 --422.44,505.38 --422.41,505.49 --422.37,505.6 --422.61,506.98 --422.57,507.09 --422.54,507.2 --422.5,507.32 --422.47,507.43 --422.44,507.54 --422.4,507.66 --422.37,507.77 --422.33,507.88 --422.3,508 --422.27,508.11 --422.23,508.22 --422.2,508.33 --422.16,508.44 --422.13,508.56 --422.1,508.67 --422.06,508.78 --422.03,508.89 --421.99,509 --421.96,509.12 --421.93,509.23 --421.89,509.34 --421.86,509.45 --421.82,509.56 --421.79,509.67 --421.76,509.78 --421.72,509.89 --421.69,510 --421.65,510.11 --421.62,510.22 --421.58,510.33 --421.55,510.44 --421.52,510.55 --421.48,510.66 --421.45,510.77 --421.41,510.88 --421.38,510.99 --421.34,511.1 --421.31,511.21 --421.28,511.32 --421.24,511.42 --421.21,511.53 --421.17,511.64 --421.14,511.75 --421.11,511.86 --421.07,511.97 --421.04,512.07 --421,512.18 --420.97,512.29 --420.93,512.4 --420.9,512.51 --420.87,512.61 --420.83,512.72 --420.8,512.83 --420.76,512.94 --420.73,513.04 --420.7,513.15 --420.66,513.26 --420.63,513.37 --420.6,513.47 --420.56,513.58 --420.53,513.69 --420.49,513.79 --420.46,513.9 --420.43,514 --420.39,514.11 --420.36,514.22 --420.33,514.32 --420.29,514.43 --420.26,514.53 --420.23,514.64 --420.19,514.75 --420.16,514.85 --420.13,514.96 --420.1,515.06 --420.06,515.17 --420.03,515.27 --420,515.38 --419.96,515.48 --419.93,515.59 --419.9,515.69 --419.87,515.8 --419.84,515.9 --419.8,516 --419.77,516.11 --419.74,516.21 --419.71,516.32 --419.68,516.42 --419.65,516.52 --419.62,516.63 --419.59,516.73 --419.55,516.83 --419.52,516.94 --419.49,517.04 --419.46,517.14 --419.43,517.25 --419.4,517.35 --419.37,517.45 --419.34,517.56 --419.31,517.66 --419.28,517.76 --419.26,517.86 --419.23,517.97 --419.2,518.07 --419.17,518.17 --419.14,518.27 --419.11,518.38 --419.08,518.48 --419.05,518.58 --419.02,518.68 --419,518.78 --418.97,518.88 --418.94,518.99 --418.91,519.09 --418.88,519.19 --418.86,519.29 --418.83,519.39 --418.8,519.49 --418.77,519.59 --418.74,519.69 --418.72,519.79 --418.69,519.9 --418.66,520 --418.64,520.1 --418.61,520.2 --418.58,520.3 --418.56,520.4 --418.53,520.5 --418.5,520.6 --418.48,520.7 --418.45,520.8 --418.43,520.9 --418.4,521 --418.38,521.1 --418.35,521.2 --418.33,521.3 --418.3,521.4 --418.28,521.5 --418.25,521.6 --418.23,521.7 --418.21,521.8 --418.18,521.9 --418.16,522 --418.14,522.1 --418.12,522.2 --418.09,522.3 --418.07,522.4 --418.05,522.5 --418.03,522.6 --418,522.7 --417.98,522.8 --417.96,522.9 --417.94,523 --417.92,523.1 --417.9,523.19 --417.88,523.29 --417.86,523.39 --417.84,523.49 --417.82,523.59 --417.8,523.69 --417.78,523.79 --417.76,523.89 --417.74,523.99 --417.72,524.08 --417.7,524.18 --417.68,524.28 --417.66,524.38 --417.64,524.48 --417.63,524.58 --417.61,524.68 --417.59,524.77 --417.57,524.87 --417.55,524.97 --417.54,525.07 --417.52,525.17 --417.5,525.26 --417.49,525.36 --417.47,525.46 --417.45,525.56 --417.44,525.66 --417.42,525.75 --417.41,525.85 --417.39,525.95 --417.38,526.05 --417.36,526.15 --417.34,526.24 --417.33,526.34 --417.32,526.44 --417.3,526.54 --417.29,526.64 --417.27,526.73 --417.26,526.83 --417.24,526.93 --417.23,527.03 --417.22,527.12 --417.21,527.22 --417.19,527.32 --417.18,527.42 --417.17,527.52 --417.15,527.62 --417.14,527.71 --417.13,527.81 --417.12,527.91 --417.11,528.01 --417.1,528.11 --417.09,528.21 --417.07,528.3 --417.06,528.4 --417.05,528.5 --417.04,528.6 --417.03,528.7 --417.02,528.8 --417.01,528.9 --417,529 --417,529.1 --416.99,529.19 --416.98,529.29 --416.97,529.39 --416.96,529.49 --416.95,529.59 --416.95,529.69 --416.94,529.79 --416.93,529.89 --416.92,529.99 --416.92,530.09 --416.91,530.19 --416.9,530.29 --416.9,530.39 --416.89,530.49 --416.89,530.59 --416.88,530.7 --416.88,530.8 --416.87,530.9 --416.87,531 --416.86,531.1 --416.86,531.2 --416.85,531.3 --416.85,531.4 --416.84,531.5 --416.84,531.6 --416.84,531.7 --416.84,531.81 --416.83,531.91 --416.83,532.01 --416.83,532.11 --416.83,532.21 --416.82,532.31 --416.82,532.41 --416.82,532.52 --416.82,532.62 --416.82,532.72 --416.82,532.82 --416.82,532.92 --416.82,533.03 --416.82,533.13 --416.82,533.23 --416.82,533.33 --416.82,533.43 --416.82,533.54 --416.82,533.64 --416.82,533.74 --416.82,533.84 --416.82,533.94 --416.82,534.05 --416.83,534.15 --416.83,534.25 --416.83,534.35 --416.83,534.46 --416.84,534.56 --416.84,534.66 --416.84,534.76 --416.85,534.87 --416.85,534.97 --416.85,535.07 --416.86,535.17 --416.86,535.28 --416.87,535.38 --416.87,535.48 --416.88,535.58 --416.88,535.69 --416.89,535.79 --416.89,535.89 --416.9,535.99 --416.9,536.1 --416.91,536.2 --416.91,536.3 --416.92,536.4 --416.93,536.51 --416.93,536.61 --416.94,536.71 --416.94,536.81 --416.95,536.92 --416.96,537.02 --416.97,537.12 --416.97,537.22 --416.98,537.33 --416.99,537.43 --416.99,537.53 --417,537.63 --417.01,537.74 --416.71,538.53 --416.72,538.63 --416.73,538.74 --416.74,538.84 --416.74,538.94 --416.75,539.05 --416.76,539.15 --416.77,539.25 --416.78,539.36 --416.79,539.46 --416.79,539.56 --416.8,539.67 --416.81,539.77 --416.82,539.87 --416.83,539.98 --416.84,540.08 --416.85,540.18 --416.86,540.29 --416.87,540.39 --416.88,540.49 --416.88,540.6 --416.89,540.7 --416.9,540.8 --416.91,540.91 --416.92,541.01 --416.93,541.11 --416.94,541.22 --416.95,541.32 --416.96,541.42 --416.97,541.53 --416.98,541.63 --416.99,541.73 --417,541.83 --417.01,541.94 --417.02,542.04 --417.03,542.14 --417.04,542.25 --417.05,542.35 --417.06,542.45 --417.07,542.55 --417.08,542.66 --417.09,542.76 --417.1,542.86 --417.11,542.97 --417.12,543.07 --417.13,543.17 --417.14,543.27 --417.15,543.38 --417.16,543.48 --417.17,543.58 --417.18,543.68 --417.2,543.79 --417.21,543.89 --417.22,543.99 --417.23,544.09 --417.24,544.2 --417.25,544.3 --417.26,544.4 --417.27,544.5 --417.29,544.6 --417.3,544.71 --417.31,544.81 --417.32,544.91 --417.33,545.01 --417.35,545.11 --417.36,545.22 --417.37,545.32 --417.38,545.42 --417.39,545.52 --417.41,545.62 --417.42,545.72 --417.43,545.82 --417.45,545.93 --417.46,546.03 --417.47,546.13 --417.49,546.23 --417.5,546.33 --417.51,546.43 --417.53,546.53 --417.54,546.63 --417.55,546.73 --417.57,546.84 --417.58,546.94 --417.59,547.04 --417.61,547.14 --417.62,547.24 --417.64,547.34 --417.65,547.44 --417.66,547.54 --417.68,547.64 --417.69,547.74 --417.71,547.84 --417.72,547.94 --417.74,548.04 --417.75,548.14 --417.77,548.24 --417.78,548.34 --417.8,548.44 --417.81,548.54 --417.83,548.64 --417.84,548.74 --417.86,548.84 --417.87,548.94 --417.89,549.04 --417.9,549.14 --417.92,549.23 --417.93,549.33 --417.95,549.43 --417.96,549.53 --417.98,549.63 --417.99,549.73 --418.01,549.83 --418.02,549.93 --418.04,550.03 --418.06,550.13 --418.07,550.22 --418.09,550.32 --418.1,550.42 --418.12,550.52 --418.14,550.62 --418.15,550.72 --418.17,550.81 --418.18,550.91 --418.2,551.01 --418.22,551.11 --418.23,551.21 --418.25,551.31 --418.27,551.4 --418.29,551.5 --418.3,551.6 --418.32,551.7 --418.34,551.79 --418.35,551.89 --418.37,551.99 --418.39,552.09 --418.41,552.18 --418.42,552.28 --418.44,552.38 --418.46,552.48 --418.48,552.57 --418.5,552.67 --418.52,552.77 --418.53,552.87 --418.55,552.96 --418.57,553.06 --418.59,553.16 --418.61,553.26 --418.63,553.35 --418.65,553.45 --418.67,553.55 --418.68,553.65 --418.7,553.74 --418.72,553.84 --418.74,553.94 --418.76,554.03 --418.78,554.13 --418.8,554.23 --418.82,554.33 --418.84,554.42 --418.86,554.52 --418.88,554.62 --418.9,554.72 --418.92,554.81 --418.94,554.91 --418.96,555.01 --418.98,555.1 --419,555.2 --419.02,555.3 --419.04,555.39 --419.06,555.49 --419.08,555.59 --419.1,555.68 --419.12,555.78 --419.14,555.88 --419.16,555.97 --419.18,556.07 --419.2,556.17 --419.22,556.26 --419.24,556.36 --419.26,556.46 --419.28,556.55 --419.3,556.65 --419.32,556.75 --419.34,556.84 --419.36,556.94 --419.38,557.04 --419.4,557.13 --419.42,557.23 --419.44,557.33 --419.46,557.42 --419.48,557.52 --419.5,557.62 --419.52,557.71 --419.54,557.81 --419.56,557.91 --419.58,558.01 --419.6,558.1 --419.62,558.2 --419.64,558.3 --419.66,558.39 --419.68,558.49 --419.7,558.59 --419.71,558.69 --419.73,558.78 --419.75,558.88 --419.77,558.98 --419.79,559.08 --419.81,559.17 --419.83,559.27 --419.85,559.37 --419.87,559.47 --419.89,559.57 --419.91,559.66 --419.93,559.76 --419.95,559.86 --419.96,559.96 --419.98,560.06 --420,560.15 --420.02,560.25 --420.04,560.35 --420.06,560.45 --420.08,560.55 --420.1,560.65 --420.12,560.75 --420.14,560.84 --420.16,560.94 --420.18,561.04 --420.2,561.14 --420.22,561.24 --420.24,561.34 --420.25,561.44 --420.27,561.54 --420.29,561.64 --420.31,561.74 --420.33,561.84 --420.35,561.94 --420.37,562.04 --420.39,562.14 --420.41,562.24 --420.43,562.34 --420.45,562.44 --420.47,562.54 --420.49,562.64 --420.51,562.74 --420.53,562.85 --420.55,562.95 --420.57,563.05 --420.59,563.15 --420.61,563.25 --420.63,563.35 --420.65,563.45 --420.66,563.55 --420.68,563.65 --420.7,563.75 --420.72,563.85 --420.74,563.95 --420.76,564.05 --420.78,564.15 --420.8,564.25 --420.82,564.34 --420.84,564.44 --420.86,564.54 --420.88,564.64 --420.9,564.74 --420.92,564.84 --420.94,564.94 --420.96,565.04 --420.98,565.14 --421,565.24 --421.01,565.34 --421.03,565.44 --421.05,565.54 --421.07,565.64 --421.09,565.74 --421.11,565.84 --421.13,565.94 --421.15,566.04 --421.17,566.14 --421.19,566.24 --421.21,566.34 --421.23,566.45 --421.25,566.55 --421.27,566.65 --421.29,566.75 --421.31,566.85 --421.33,566.95 --421.35,567.06 --421.37,567.16 --421.39,567.26 --421.41,567.36 --421.43,567.46 --421.45,567.57 --421.46,567.67 --421.48,567.77 --421.5,567.87 --421.52,567.98 --421.54,568.08 --421.56,568.18 --421.58,568.28 --421.6,568.38 --421.76,569.22 --421.78,569.32 --421.8,569.42 --421.82,569.53 --421.84,569.63 --421.86,569.73 --421.88,569.84 --421.9,569.94 --421.92,570.05 --421.94,570.15 --421.96,570.25 --421.98,570.36 --422,570.46 --422.02,570.57 --422.04,570.67 --422.05,570.77 --422.07,570.88 --422.09,570.98 --422.11,571.09 --422.13,571.19 --422.15,571.3 --422.17,571.4 --422.19,571.5 --422.21,571.61 --422.23,571.71 --422.25,571.82 --422.27,571.92 --422.29,572.03 --422.31,572.13 --422.33,572.24 --422.35,572.34 --422.37,572.45 --422.38,572.55 --422.4,572.66 --422.42,572.76 --422.44,572.87 --422.46,572.97 --422.48,573.08 --422.5,573.18 --422.52,573.29 --422.54,573.4 --422.56,573.5 --422.58,573.61 --422.6,573.71 --422.62,573.82 --422.63,573.92 --422.65,574.03 --422.67,574.13 --422.69,574.24 --422.71,574.35 --422.73,574.45 --422.75,574.56 --422.77,574.66 --422.79,574.77 --422.81,574.88 --422.83,574.98 --422.85,575.09 --422.87,575.19 --422.89,575.3 --422.91,575.41 --422.93,575.51 --422.95,575.62 --422.97,575.73 --422.98,575.83 --423,575.94 --423.02,576.05 --423.04,576.15 --423.06,576.26 --423.08,576.37 --423.1,576.47 --423.12,576.58 --423.14,576.69 --423.16,576.79 --423.18,576.9 --423.2,577.01 --423.22,577.11 --423.24,577.22 --423.26,577.33 --423.29,577.44 --423.31,577.54 --423.33,577.65 --423.35,577.76 --423.37,577.87 --423.39,577.97 --423.41,578.08 --423.43,578.19 --423.45,578.3 --423.47,578.4 --423.49,578.51 --423.51,578.62 --423.53,578.73 --423.55,578.83 --423.57,578.94 --423.59,579.05 --423.62,579.16 --423.64,579.26 --423.66,579.37 --423.68,579.48 --423.7,579.59 --423.72,579.7 --423.74,579.8 --423.76,579.91 --423.78,580.02 --423.8,580.13 --423.82,580.24 --423.85,580.34 --423.87,580.45 --423.89,580.56 --423.91,580.67 --423.93,580.78 --423.95,580.89 --423.97,580.99 --423.99,581.1 --424.01,581.21 --424.03,581.32 --424.06,581.43 --424.08,581.54 --424.1,581.64 --424.12,581.75 --424.14,581.86 --424.16,581.97 --424.18,582.08 --424.2,582.19 --424.23,582.3 --424.25,582.4 --424.27,582.51 --424.29,582.62 --424.31,582.73 --424.33,582.84 --424.35,582.95 --424.37,583.06 --424.39,583.17 --424.42,583.27 --424.44,583.38 --424.46,583.49 --424.48,583.6 --424.5,583.71 --424.52,583.82 --424.55,583.93 --424.57,584.04 --424.59,584.15 --424.61,584.25 --424.63,584.36 --424.65,584.47 --424.67,584.58 --424.7,584.69 --424.72,584.8 --424.74,584.91 --424.76,585.02 --424.78,585.13 --424.8,585.23 --424.82,585.34 --424.84,585.45 --424.87,585.56 --424.89,585.67 --424.91,585.78 --424.93,585.89 --424.95,586 --424.97,586.1 --424.99,586.21 --425.02,586.32 --425.04,586.43 --425.06,586.54 --425.08,586.65 --425.1,586.76 --425.12,586.87 --425.14,586.97 --425.17,587.08 --425.19,587.19 --425.21,587.3 --425.23,587.41 --425.25,587.52 --425.27,587.62 --425.29,587.73 --425.32,587.84 --425.34,587.95 --425.36,588.06 --425.38,588.17 --425.4,588.27 --425.42,588.38 --425.44,588.49 --425.46,588.6 --425.49,588.71 --425.51,588.82 --425.53,588.92 --425.55,589.03 --425.57,589.14 --425.59,589.25 --425.62,589.36 --425.64,589.46 --425.66,589.57 --425.68,589.68 --425.7,589.79 --425.72,589.89 --425.74,590 --425.77,590.11 --425.79,590.22 --425.81,590.33 --425.83,590.43 --425.85,590.54 --425.87,590.65 --425.9,590.76 --425.92,590.86 --425.94,590.97 --425.96,591.08 --425.98,591.19 --426,591.29 --426.02,591.4 --426.05,591.51 --426.07,591.62 --426.09,591.72 --426.11,591.83 --426.13,591.94 --426.15,592.04 --426.17,592.15 --426.2,592.26 --426.22,592.37 --426.24,592.47 --426.26,592.58 --426.28,592.69 --426.3,592.79 --426.32,592.9 --426.34,593.01 --426.37,593.11 --426.39,593.22 --426.41,593.33 --426.43,593.44 --426.45,593.54 --426.47,593.65 --426.49,593.76 --426.51,593.86 --426.53,593.97 --426.55,594.08 --426.58,594.18 --426.6,594.29 --426.62,594.4 --426.64,594.5 --426.66,594.61 --426.68,594.72 --426.7,594.82 --426.72,594.93 --426.74,595.03 --426.76,595.14 --426.78,595.25 --426.8,595.35 --426.82,595.46 --426.84,595.57 --426.86,595.67 --426.88,595.78 --426.9,595.88 --426.92,595.99 --426.94,596.1 --426.96,596.2 --426.98,596.31 --427,596.41 --427.02,596.52 --427.04,596.62 --427.06,596.73 --427.08,596.83 --427.1,596.94 --427.12,597.04 --427.14,597.15 --427.16,597.26 --427.18,597.36 --427.2,597.47 --427.22,597.57 --427.24,597.68 --427.26,597.78 --427.28,597.89 --427.3,597.99 --427.32,598.1 --427.34,598.2 --427.36,598.31 --427.38,598.41 --427.4,598.51 --427.42,598.62 --427.44,598.72 --427.46,598.83 --427.48,598.93 --427.5,599.04 --427.51,599.14 --427.53,599.25 --427.55,599.35 --427.57,599.45 --427.59,599.56 --427.61,599.66 --427.63,599.76 --427.65,599.87 --427.67,599.97 --427.69,600.07 --427.71,600.18 --427.72,600.28 --427.74,600.38 --427.76,600.49 --427.78,600.59 --427.8,600.69 --427.82,600.8 --427.84,600.9 --427.86,601 --427.88,601.1 --428.99,600.77 --429.01,600.87 --429.03,600.98 --429.05,601.08 --429.07,601.18 --429.09,601.28 --429.11,601.38 --429.13,601.48 --429.15,601.58 --429.17,601.68 --429.19,601.79 --429.21,601.89 --429.23,601.99 --429.25,602.09 --429.27,602.19 --429.28,602.29 --429.3,602.39 --429.32,602.49 --429.34,602.59 --429.36,602.69 --429.38,602.79 --429.4,602.89 --429.42,602.99 --429.44,603.09 --429.46,603.19 --429.48,603.29 --429.49,603.39 --429.51,603.48 --429.53,603.58 --429.55,603.68 --429.57,603.78 --429.59,603.88 --429.61,603.98 --429.62,604.08 --429.64,604.18 --429.66,604.27 --429.68,604.37 --429.7,604.47 --429.72,604.57 --429.74,604.67 --429.75,604.77 --429.77,604.86 --429.79,604.96 --429.81,605.06 --429.83,605.16 --429.85,605.25 --429.87,605.35 --429.88,605.45 --429.9,605.54 --429.92,605.64 --429.94,605.74 --429.96,605.83 --429.97,605.93 --429.99,606.03 --430.01,606.12 --430.03,606.22 --430.05,606.32 --430.06,606.41 --430.08,606.51 --430.1,606.6 --430.12,606.7 --430.13,606.79 --430.15,606.89 --430.17,606.98 --430.19,607.08 --430.21,607.17 --430.22,607.27 --430.24,607.36 --430.26,607.46 --430.27,607.55 --430.29,607.65 --430.31,607.74 --430.33,607.84 --430.34,607.93 --430.36,608.03 --430.38,608.12 --430.4,608.21 --430.41,608.31 --430.43,608.4 --430.45,608.5 --430.47,608.59 --430.48,608.68 --430.5,608.78 --430.52,608.87 --430.53,608.96 --430.55,609.06 --430.57,609.15 --430.58,609.24 --430.6,609.34 --430.62,609.43 --430.63,609.52 --430.65,609.61 --430.67,609.71 --430.68,609.8 --430.7,609.89 --430.71,609.98 --430.73,610.07 --430.75,610.17 --430.76,610.26 --430.78,610.35 --430.79,610.44 --430.81,610.53 --430.83,610.62 --430.84,610.71 --430.86,610.81 --430.87,610.9 --430.89,610.99 --430.91,611.08 --430.92,611.17 --430.94,611.26 --430.95,611.35 --430.97,611.44 --430.98,611.53 --431,611.62 --431.01,611.71 --431.03,611.8 --431.04,611.89 --431.06,611.98 --431.07,612.07 --431.09,612.16 --431.11,612.25 --431.12,612.34 --431.14,612.43 --431.15,612.51 --431.17,612.6 --431.18,612.69 --431.2,612.78 --431.21,612.87 --431.22,612.96 --431.24,613.05 --431.25,613.13 --431.27,613.22 --431.28,613.31 --431.3,613.4 --431.31,613.49 --431.33,613.57 --431.34,613.66 --431.36,613.75 --431.37,613.84 --431.38,613.92 --431.4,614.01 --431.41,614.1 --431.43,614.18 --431.44,614.27 --431.46,614.36 --431.47,614.44 --431.48,614.53 --431.5,614.62 --431.51,614.7 --431.53,614.79 --431.54,614.88 --431.55,614.96 --431.57,615.05 --431.58,615.13 --431.59,615.22 --431.61,615.3 --431.62,615.39 --431.64,615.47 --431.65,615.56 --431.66,615.64 --431.68,615.73 --431.69,615.81 --431.7,615.9 --431.72,615.98 --431.73,616.07 --431.74,616.15 --431.76,616.23 --431.77,616.32 --431.78,616.4 --431.8,616.49 --431.81,616.57 --431.82,616.65 --431.84,616.74 --431.85,616.82 --431.86,616.9 --431.88,616.99 --431.89,617.07 --431.9,617.15 --431.91,617.23 --431.93,617.32 --431.94,617.4 --431.95,617.48 --431.97,617.56 --431.98,617.65 --431.99,617.73 --432,617.81 --432.02,617.89 --432.03,617.97 --432.04,618.05 --432.05,618.14 --432.06,618.22 --432.08,618.3 --432.09,618.38 --432.1,618.46 --432.11,618.54 --432.13,618.62 --432.14,618.7 --432.15,618.78 --432.16,618.86 --432.17,618.94 --432.19,619.02 --432.2,619.1 --432.21,619.18 --432.22,619.26 --432.23,619.34 --432.25,619.42 --432.26,619.5 --432.27,619.58 --432.28,619.65 --432.29,619.73 --432.3,619.81 --432.32,619.89 --432.33,619.97 --432.34,620.05 --432.35,620.12 --432.36,620.2 --432.37,620.28 --432.38,620.35 --432.39,620.43 --432.4,620.51 --432.41,620.59 --432.42,620.66 --432.43,620.74 --432.44,620.81 --432.45,620.89 --432.46,620.97 --432.47,621.04 --432.48,621.12 --432.49,621.19 --432.5,621.27 --432.51,621.34 --432.52,621.42 --432.53,621.49 --432.54,621.56 --432.55,621.64 --432.56,621.71 --432.57,621.78 --432.57,621.86 --432.58,621.93 --432.59,622 --432.6,622.08 --432.61,622.15 --432.61,622.22 --432.62,622.29 --432.63,622.37 --432.64,622.44 --432.64,622.51 --432.65,622.58 --432.66,622.65 --432.66,622.72 --432.67,622.79 --432.68,622.87 --432.68,622.94 --432.69,623.01 --432.7,623.08 --432.7,623.15 --432.71,623.22 --432.71,623.29 --432.72,623.36 --432.72,623.43 --432.73,623.49 --432.74,623.56 --432.74,623.63 --432.75,623.7 --432.75,623.77 --432.76,623.84 --432.76,623.9 --432.77,623.97 --432.77,624.04 --432.78,624.11 --432.78,624.17 --432.79,624.24 --432.79,624.31 --432.8,624.37 --432.8,624.44 --432.8,624.51 --432.81,624.57 --432.81,624.64 --432.82,624.7 --432.82,624.77 --432.82,624.83 --432.83,624.9 --432.83,624.96 --432.84,625.03 --432.84,625.09 --432.84,625.16 --432.85,625.22 --432.85,625.28 --432.85,625.35 --432.85,625.41 --432.86,625.47 --432.86,625.54 --432.86,625.6 --432.86,625.66 --432.87,625.72 --432.87,625.78 --432.87,625.85 --432.87,625.91 --432.88,625.97 --432.88,626.03 --434.32,625.5 --434.32,625.56 --434.33,625.62 --434.33,625.68 --434.33,625.74 --434.34,625.79 --434.34,625.85 --434.34,625.91 --434.35,625.97 --434.35,626.03 --434.35,626.09 --434.36,626.15 --434.36,626.2 --434.36,626.26 --434.36,626.32 --434.37,626.38 --434.37,626.43 --434.37,626.49 --434.37,626.55 --434.37,626.6 --434.38,626.66 --434.38,626.72 --434.38,626.77 --434.38,626.83 --434.38,626.89 --434.38,626.94 --434.38,627 --434.38,627.05 --434.39,627.11 --434.39,627.17 --434.39,627.22 --434.39,627.28 --434.39,627.33 --434.39,627.39 --434.39,627.44 --434.39,627.5 --434.39,627.55 --434.39,627.61 --434.39,627.66 --434.39,627.72 --434.39,627.77 --434.38,627.83 --434.38,627.88 --434.38,627.94 --434.38,627.99 --434.38,628.05 --434.38,628.1 --434.38,628.16 --434.37,628.21 --434.37,628.26 --434.37,628.32 --434.37,628.37 --434.37,628.43 --434.36,628.48 --434.36,628.54 --434.36,628.59 --434.36,628.64 --434.35,628.7 --434.35,628.75 --434.35,628.81 --434.34,628.86 --434.34,628.91 --434.34,628.97 --434.33,629.02 --434.33,629.07 --434.32,629.13 --434.32,629.18 --434.32,629.23 --434.31,629.29 --434.31,629.34 --434.3,629.39 --434.3,629.45 --434.29,629.5 --434.29,629.56 --434.28,629.61 --434.28,629.66 --434.27,629.72 --434.27,629.77 --434.26,629.82 --434.26,629.88 --434.25,629.93 --434.24,629.98 --434.24,630.04 --434.23,630.09 --434.23,630.15 --434.22,630.2 --434.21,630.25 --434.21,630.31 --434.2,630.36 --434.19,630.41 --434.19,630.47 --434.18,630.52 --434.17,630.58 --434.17,630.63 --434.16,630.68 --434.15,630.74 --434.15,630.79 --434.14,630.85 --434.13,630.9 --434.12,630.96 --434.11,631.01 --434.11,631.06 --434.1,631.12 --434.09,631.17 --434.08,631.23 --434.07,631.28 --434.06,631.33 --434.05,631.39 --434.04,631.44 --434.03,631.5 --434.02,631.55 --434.01,631.6 --434,631.66 --433.99,631.71 --433.98,631.77 --433.97,631.82 --433.96,631.87 --433.95,631.93 --433.94,631.98 --433.93,632.03 --433.92,632.09 --433.91,632.14 --433.9,632.2 --433.88,632.25 --433.87,632.3 --433.86,632.36 --433.85,632.41 --433.84,632.46 --433.83,632.52 --433.81,632.57 --433.8,632.62 --433.79,632.68 --433.78,632.73 --433.76,632.78 --433.75,632.84 --433.74,632.89 --433.73,632.94 --433.71,633 --433.7,633.05 --433.68,633.1 --433.67,633.16 --433.66,633.21 --433.64,633.27 --433.63,633.32 --433.61,633.37 --433.6,633.43 --433.58,633.48 --433.56,633.54 --433.55,633.59 --433.53,633.65 --433.51,633.7 --433.5,633.76 --433.48,633.82 --433.46,633.87 --433.44,633.93 --433.42,633.98 --433.41,634.04 --433.39,634.1 --433.37,634.15 --433.35,634.21 --433.33,634.27 --433.31,634.33 --433.29,634.38 --433.27,634.44 --433.25,634.5 --433.23,634.56 --433.2,634.61 --433.18,634.67 --433.16,634.73 --433.14,634.79 --433.12,634.85 --433.09,634.9 --433.07,634.96 --433.05,635.02 --433.02,635.08 --433,635.14 --432.97,635.19 --432.95,635.25 --432.92,635.31 --432.9,635.37 --432.87,635.43 --432.85,635.49 --432.82,635.54 --432.79,635.6 --432.77,635.66 --432.74,635.72 --432.71,635.78 --432.68,635.84 --432.66,635.9 --432.63,635.96 --432.6,636.01 --432.57,636.07 --432.54,636.13 --432.51,636.19 --432.48,636.25 --432.45,636.31 --432.42,636.37 --432.39,636.42 --432.36,636.48 --432.33,636.54 --432.3,636.6 --432.27,636.66 --432.23,636.72 --432.2,636.78 --432.17,636.83 --432.14,636.89 --432.1,636.95 --432.07,637.01 --432.04,637.07 --432,637.12 --431.97,637.18 --431.93,637.24 --431.9,637.3 --431.86,637.36 --431.83,637.41 --431.79,637.47 --431.75,637.53 --431.72,637.59 --431.68,637.64 --431.64,637.7 --431.6,637.76 --431.57,637.82 --431.53,637.87 --431.49,637.93 --431.45,637.99 --431.41,638.04 --431.37,638.1 --431.33,638.16 --431.29,638.21 --431.24,638.27 --431.2,638.33 --431.16,638.38 --431.12,638.44 --431.07,638.49 --431.03,638.55 --430.99,638.6 --430.94,638.66 --430.9,638.71 --430.85,638.77 --430.81,638.82 --430.76,638.88 --430.72,638.93 --430.67,638.99 --430.62,639.04 --430.58,639.1 --430.53,639.15 --430.48,639.21 --430.43,639.26 --430.39,639.32 --430.34,639.37 --430.29,639.42 --430.24,639.48 --430.19,639.53 --430.14,639.58 --430.09,639.64 --430.04,639.69 --429.99,639.74 --429.94,639.8 --429.89,639.85 --429.84,639.9 --429.78,639.96 --429.73,640.01 --429.68,640.06 --429.63,640.11 --429.57,640.17 --429.52,640.22 --429.46,640.27 --429.41,640.32 --429.36,640.37 --429.3,640.42 --429.25,640.48 --429.19,640.53 --429.13,640.58 --429.08,640.63 --429.02,640.68 --428.96,640.73 --428.91,640.78 --428.85,640.83 --428.79,640.88 --428.73,640.93 --428.68,640.97 --428.62,641.02 --428.56,641.07 --428.5,641.12 --428.44,641.17 --428.38,641.22 --428.32,641.26 --428.26,641.31 --428.2,641.36 --428.14,641.4 --428.08,641.45 --428.02,641.5 --427.96,641.54 --427.9,641.59 --427.84,641.63 --427.77,641.68 --427.71,641.73 --427.65,641.77 --427.59,641.82 --427.52,641.86 --429.42,641.04 --429.36,641.08 --429.3,641.13 --429.24,641.17 --429.18,641.21 --429.12,641.25 --429.05,641.3 --428.99,641.34 --428.93,641.38 --428.87,641.42 --428.8,641.46 --428.74,641.5 --428.68,641.54 --428.61,641.58 --428.55,641.62 --428.48,641.66 --428.42,641.7 --428.35,641.74 --428.29,641.78 --428.22,641.82 --428.15,641.86 --428.09,641.9 --428.02,641.93 --427.96,641.97 --427.89,642.01 --427.82,642.05 --427.75,642.08 --427.69,642.12 --427.62,642.16 --427.55,642.19 --427.48,642.23 --427.42,642.26 --427.35,642.3 --427.28,642.33 --427.21,642.37 --427.14,642.4 --427.07,642.44 --427,642.47 --426.93,642.51 --426.87,642.54 --426.8,642.57 --426.73,642.61 --426.66,642.64 --426.59,642.67 --426.52,642.71 --426.44,642.74 --426.37,642.77 --426.3,642.8 --426.23,642.83 --426.16,642.87 --426.09,642.9 --426.02,642.93 --425.95,642.96 --425.87,642.99 --425.8,643.02 --425.73,643.05 --425.66,643.08 --425.58,643.11 --425.51,643.14 --425.44,643.17 --425.37,643.2 --425.29,643.23 --425.22,643.25 --425.14,643.28 --425.07,643.31 --425,643.34 --424.92,643.37 --424.85,643.39 --424.77,643.42 --424.7,643.45 --424.62,643.47 --424.55,643.5 --424.47,643.53 --424.4,643.55 --424.32,643.58 --424.24,643.6 --424.17,643.63 --424.09,643.65 --424.01,643.68 --423.94,643.7 --423.86,643.73 --423.78,643.75 --423.71,643.78 --423.63,643.8 --423.55,643.82 --423.48,643.84 --423.4,643.87 --423.32,643.89 --423.24,643.91 --423.17,643.93 --423.09,643.96 --423.01,643.98 --422.93,644 --422.85,644.02 --422.78,644.04 --422.7,644.06 --422.62,644.09 --422.54,644.11 --422.46,644.13 --422.38,644.15 --422.3,644.17 --422.23,644.19 --422.15,644.21 --422.07,644.23 --421.99,644.25 --421.91,644.27 --421.83,644.29 --421.75,644.31 --421.67,644.33 --421.59,644.35 --421.51,644.37 --421.44,644.39 --421.36,644.41 --421.28,644.43 --421.2,644.45 --421.12,644.47 --421.04,644.49 --420.96,644.51 --420.88,644.53 --420.8,644.55 --420.72,644.56 --420.63,644.58 --420.55,644.6 --420.47,644.62 --420.39,644.64 --420.31,644.66 --420.23,644.68 --420.15,644.7 --420.07,644.72 --419.99,644.74 --419.91,644.76 --419.83,644.78 --419.75,644.8 --419.67,644.81 --419.58,644.83 --419.5,644.85 --419.42,644.87 --419.34,644.89 --419.26,644.91 --419.18,644.93 --419.1,644.95 --419.02,644.97 --418.93,644.99 --418.85,645 --418.77,645.02 --418.69,645.04 --418.61,645.06 --418.53,645.08 --418.45,645.1 --418.37,645.12 --418.29,645.14 --418.21,645.15 --418.12,645.17 --418.04,645.19 --417.96,645.21 --417.88,645.23 --417.8,645.25 --417.72,645.26 --417.64,645.28 --417.56,645.3 --417.48,645.32 --417.4,645.33 --417.31,645.35 --417.23,645.37 --417.15,645.39 --417.07,645.4 --416.99,645.42 --416.91,645.44 --416.83,645.46 --416.75,645.47 --416.67,645.49 --416.59,645.51 --416.51,645.53 --416.43,645.54 --416.34,645.56 --416.26,645.58 --416.18,645.59 --416.1,645.61 --416.02,645.63 --415.94,645.64 --415.86,645.66 --415.78,645.68 --415.7,645.69 --415.62,645.71 --415.54,645.73 --415.46,645.74 --415.37,645.76 --415.29,645.77 --415.21,645.79 --415.13,645.81 --415.05,645.82 --414.97,645.84 --414.89,645.85 --414.81,645.87 --414.73,645.89 --414.65,645.9 --414.57,645.92 --414.49,645.93 --414.41,645.95 --414.33,645.97 --414.25,645.98 --414.17,646 --414.09,646.01 --414.01,646.03 --413.93,646.04 --413.85,646.06 --413.77,646.08 --413.69,646.09 --413.61,646.11 --413.53,646.12 --413.45,646.14 --413.37,646.16 --413.29,646.17 --413.21,646.19 --413.13,646.2 --413.05,646.22 --412.97,646.23 --412.89,646.25 --412.81,646.27 --412.73,646.28 --412.65,646.3 --412.57,646.31 --412.49,646.33 --412.41,646.34 --412.33,646.36 --412.25,646.38 --412.17,646.39 --412.09,646.41 --412.01,646.42 --411.93,646.44 --411.85,646.45 --411.77,646.47 --411.69,646.48 --411.61,646.5 --411.53,646.51 --411.45,646.53 --411.38,646.54 --411.3,646.56 --411.22,646.57 --411.14,646.59 --411.06,646.6 --410.98,646.62 --410.9,646.63 --410.82,646.65 --410.74,646.66 --410.66,646.68 --410.58,646.69 --410.5,646.71 --410.42,646.72 --410.34,646.74 --410.26,646.75 --410.18,646.77 --410.1,646.78 --410.02,646.8 --409.94,646.81 --409.86,646.82 --409.79,646.84 --409.71,646.85 --409.63,646.87 --409.55,646.88 --409.47,646.9 --409.39,646.91 --409.31,646.92 --409.23,646.94 --409.15,646.95 --409.07,646.96 --408.99,646.98 --408.91,646.99 --408.84,647.01 --408.76,647.02 --408.68,647.03 --408.6,647.05 --408.52,647.06 --408.44,647.08 --408.36,647.09 --408.28,647.1 --408.2,647.12 --408.13,647.13 --408.05,647.15 --407.97,647.16 --407.89,647.17 --407.81,647.19 --407.73,647.2 --407.65,647.21 --407.57,647.23 --407.49,647.24 --407.42,647.26 --407.34,647.27 --407.26,647.28 --407.18,647.3 --407.1,647.31 --407.02,647.32 --406.94,647.34 --406.86,647.35 --406.78,647.36 --406.7,647.38 --406.62,647.39 --406.54,647.4 --406.47,647.42 --406.39,647.43 --407.85,647.45 --407.77,647.46 --407.69,647.48 --407.62,647.49 --407.54,647.5 --407.46,647.52 --407.39,647.53 --407.31,647.54 --407.23,647.55 --407.16,647.57 --407.08,647.58 --407,647.59 --406.93,647.61 --406.85,647.62 --406.77,647.63 --406.7,647.65 --406.62,647.66 --406.54,647.67 --406.47,647.69 --406.39,647.7 --406.31,647.71 --406.24,647.73 --406.16,647.74 --406.08,647.75 --406.01,647.77 --405.93,647.78 --405.85,647.8 --405.78,647.81 --405.7,647.82 --405.62,647.84 --405.54,647.85 --405.47,647.87 --405.39,647.88 --405.31,647.89 --405.24,647.91 --405.16,647.92 --405.08,647.94 --405.01,647.95 --404.93,647.97 --404.85,647.98 --404.78,647.99 --404.7,648.01 --404.62,648.02 --404.55,648.04 --404.47,648.05 --404.39,648.07 --404.32,648.08 --404.24,648.1 --404.16,648.11 --404.08,648.13 --404.01,648.14 --403.93,648.16 --403.85,648.17 --403.78,648.19 --403.7,648.2 --403.63,648.22 --403.55,648.23 --403.47,648.25 --403.4,648.26 --403.32,648.28 --403.25,648.29 --403.17,648.31 --403.1,648.32 --403.02,648.34 --402.95,648.36 --402.87,648.37 --402.8,648.39 --402.72,648.4 --402.64,648.42 --402.57,648.43 --402.49,648.45 --402.42,648.46 --402.34,648.48 --402.27,648.5 --402.19,648.51 --402.12,648.53 --402.04,648.54 --401.97,648.56 --401.89,648.58 --401.82,648.59 --401.74,648.61 --401.67,648.62 --401.59,648.64 --401.52,648.66 --401.44,648.67 --401.37,648.69 --401.29,648.7 --401.22,648.72 --401.14,648.73 --401.07,648.75 --400.99,648.77 --400.92,648.78 --400.84,648.8 --400.77,648.81 --400.69,648.83 --400.62,648.85 --400.54,648.86 --400.47,648.88 --400.39,648.89 --400.32,648.91 --400.24,648.93 --400.17,648.94 --400.09,648.96 --400.02,648.97 --399.94,648.99 --399.87,649.01 --399.79,649.02 --399.72,649.04 --399.65,649.05 --399.57,649.07 --399.5,649.09 --399.42,649.1 --399.35,649.12 --399.27,649.14 --399.2,649.15 --399.12,649.17 --399.05,649.18 --398.98,649.2 --398.9,649.22 --398.83,649.23 --398.75,649.25 --398.68,649.27 --398.61,649.28 --398.53,649.3 --398.46,649.31 --398.38,649.33 --398.31,649.35 --398.24,649.36 --398.16,649.38 --398.09,649.39 --398.02,649.41 --397.94,649.43 --397.87,649.44 --397.8,649.46 --397.72,649.48 --397.65,649.49 --397.58,649.51 --397.5,649.52 --397.43,649.54 --397.36,649.56 --397.29,649.57 --397.21,649.59 --397.14,649.61 --397.07,649.62 --397,649.64 --396.92,649.65 --396.85,649.67 --396.78,649.69 --396.71,649.7 --396.63,649.72 --396.56,649.74 --396.49,649.75 --396.42,649.77 --396.35,649.78 --396.27,649.8 --396.2,649.82 --396.13,649.83 --396.06,649.85 --395.99,649.87 --395.92,649.88 --395.84,649.9 --395.77,649.92 --395.7,649.93 --395.63,649.95 --395.56,649.97 --395.49,649.98 --395.42,650 --395.35,650.02 --395.28,650.03 --395.2,650.05 --395.13,650.07 --395.06,650.08 --394.99,650.1 --394.92,650.12 --394.85,650.13 --394.78,650.15 --394.71,650.17 --394.64,650.18 --394.57,650.2 --394.5,650.22 --394.43,650.23 --394.36,650.25 --394.29,650.27 --394.22,650.28 --394.15,650.3 --394.08,650.32 --394.01,650.33 --393.94,650.35 --393.88,650.37 --393.81,650.38 --393.74,650.4 --393.67,650.42 --393.6,650.43 --393.53,650.45 --393.46,650.47 --393.39,650.49 --393.33,650.5 --393.26,650.52 --393.19,650.54 --393.12,650.55 --393.64,650.41 --393.57,650.43 --393.5,650.44 --393.43,650.46 --393.37,650.48 --393.3,650.49 --393.23,650.51 --393.17,650.53 --393.1,650.54 --393.03,650.56 --392.97,650.58 --392.9,650.59 --392.84,650.61 --392.77,650.63 --392.7,650.64 --392.64,650.66 --392.57,650.68 --392.51,650.69 --392.44,650.71 --392.38,650.73 --392.31,650.74 --392.25,650.76 --392.18,650.78 --392.11,650.8 --392.05,650.81 --391.98,650.83 --391.92,650.85 --391.85,650.86 --391.79,650.88 --391.72,650.9 --391.66,650.91 --391.59,650.93 --391.53,650.95 --391.47,650.96 --391.4,650.98 --391.34,651 --391.27,651.01 --391.21,651.03 --391.14,651.05 --391.08,651.06 --391.01,651.08 --390.95,651.1 --390.89,651.11 --390.82,651.13 --390.76,651.15 --390.69,651.16 --390.63,651.18 --390.57,651.2 --390.5,651.21 --390.44,651.23 --390.37,651.25 --390.31,651.27 --390.25,651.28 --390.18,651.3 --390.12,651.32 --390.06,651.33 --389.99,651.35 --389.93,651.37 --389.87,651.38 --389.81,651.4 --389.74,651.42 --389.68,651.44 --389.62,651.45 --389.55,651.47 --389.49,651.49 --389.43,651.51 --389.37,651.52 --389.3,651.54 --389.24,651.56 --389.18,651.58 --389.12,651.59 --389.05,651.61 --388.99,651.63 --388.93,651.65 --388.86,651.67 --388.8,651.68 --388.74,651.7 --388.67,651.72 --388.61,651.74 --388.55,651.75 --388.49,651.77 --388.42,651.79 --388.36,651.81 --388.3,651.82 --388.23,651.84 --388.17,651.86 --388.11,651.88 --388.04,651.89 --387.98,651.91 --387.92,651.93 --387.85,651.95 --387.79,651.96 --387.72,651.98 --387.66,652 --387.6,652.02 --387.53,652.04 --387.47,652.05 --387.4,652.07 --387.34,652.09 --387.28,652.11 --387.21,652.13 --387.15,652.14 --387.08,652.16 --387.02,652.18 --386.95,652.2 --386.89,652.22 --386.83,652.24 --386.76,652.25 --386.7,652.27 --386.63,652.29 --386.57,652.31 --386.5,652.33 --386.44,652.35 --386.37,652.37 --386.31,652.39 --386.24,652.4 --386.18,652.42 --386.12,652.44 --386.05,652.46 --385.99,652.48 --385.92,652.5 --385.86,652.52 --385.79,652.53 --385.73,652.55 --385.66,652.57 --385.6,652.59 --385.53,652.61 --385.47,652.63 --385.41,652.65 --385.34,652.67 --385.28,652.68 --385.21,652.7 --385.15,652.72 --385.08,652.74 --385.02,652.76 --384.95,652.78 --384.89,652.8 --384.82,652.82 --384.76,652.83 --384.69,652.85 --384.62,652.87 --384.56,652.89 --384.49,652.91 --384.43,652.93 --384.36,652.95 --384.3,652.97 --384.23,652.99 --384.17,653.01 --384.1,653.03 --384.03,653.04 --383.97,653.06 --383.9,653.08 --383.84,653.1 --383.77,653.12 --383.7,653.14 --383.64,653.16 --383.57,653.18 --383.51,653.2 --383.44,653.22 --383.37,653.24 --383.31,653.26 --383.24,653.28 --383.17,653.3 --383.11,653.32 --383.04,653.34 --382.98,653.36 --382.91,653.38 --382.84,653.4 --382.78,653.42 --382.71,653.44 --382.64,653.46 --382.58,653.48 --382.51,653.5 --382.44,653.52 --382.38,653.54 --382.31,653.56 --382.24,653.58 --382.18,653.6 --382.11,653.62 --382.04,653.64 --381.98,653.66 --381.91,653.68 --381.84,653.7 --381.78,653.72 --381.71,653.74 --381.64,653.77 --381.58,653.79 --381.51,653.81 --381.44,653.83 --381.38,653.85 --381.31,653.87 --381.24,653.89 --381.18,653.91 --381.11,653.93 --381.04,653.95 --380.98,653.97 --380.91,653.99 --380.84,654.01 --380.77,654.03 --380.71,654.06 --380.64,654.08 --380.57,654.1 --380.5,654.12 --380.44,654.14 --380.37,654.16 --380.3,654.18 --380.23,654.2 --380.16,654.22 --380.09,654.24 --380.03,654.26 --379.96,654.28 --379.89,654.3 --379.82,654.32 --379.75,654.35 --379.68,654.37 --379.61,654.39 --379.54,654.41 --379.47,654.43 --379.4,654.45 --379.33,654.47 --379.26,654.49 --379.2,654.51 --379.13,654.53 --379.06,654.55 --378.99,654.57 --378.92,654.59 --378.85,654.61 --378.77,654.64 --378.7,654.66 --378.63,654.68 --378.56,654.7 --378.49,654.72 --378.42,654.74 --378.35,654.76 --378.28,654.78 --378.21,654.8 --378.14,654.82 --378.07,654.84 --378,654.86 --377.92,654.88 --377.85,654.9 --377.78,654.92 --377.71,654.94 --377.64,654.96 --377.57,654.98 --377.49,655 --377.42,655.02 --377.35,655.04 --377.28,655.06 --377.21,655.08 --377.14,655.1 --377.06,655.12 --376.99,655.14 --376.92,655.16 --376.85,655.18 --376.77,655.2 --376.7,655.22 --376.63,655.24 --376.56,655.26 --376.48,655.28 --376.41,655.3 --376.34,655.32 --376.26,655.34 --376.19,655.36 --376.12,655.38 --376.04,655.4 --375.97,655.42 --375.9,655.44 --375.82,655.46 --375.75,655.48 --375.68,655.5 --375.6,655.52 --375.53,655.54 --375.45,655.56 --375.38,655.58 --375.31,655.6 --375.23,655.61 --375.16,655.63 --375.08,655.65 --375.01,655.67 --374.93,655.69 --374.86,655.71 --374.78,655.73 --374.71,655.75 --374.63,655.77 --374.56,655.79 --374.48,655.81 --374.41,655.82 --374.33,655.84 --374.26,655.86 --374.18,655.88 --374.11,655.9 --374.03,655.92 --373.96,655.94 --373.88,655.96 --373.81,655.98 --373.73,656 --373.66,656.01 --373.58,656.03 --373.51,656.05 --374.29,655.49 --374.22,655.51 --374.14,655.53 --374.07,655.55 --374,655.57 --373.92,655.59 --373.85,655.61 --373.77,655.62 --373.7,655.64 --373.62,655.66 --373.55,655.68 --373.47,655.7 --373.4,655.72 --373.33,655.74 --373.25,655.75 --373.18,655.77 --373.1,655.79 --373.03,655.81 --372.95,655.83 --372.88,655.85 --372.81,655.86 --372.73,655.88 --372.66,655.9 --372.58,655.92 --372.51,655.94 --372.44,655.96 --372.36,655.97 --372.29,655.99 --372.21,656.01 --372.14,656.03 --372.07,656.05 --371.99,656.07 --371.92,656.09 --371.84,656.1 --371.77,656.12 --371.7,656.14 --371.62,656.16 --371.55,656.18 --371.48,656.2 --371.4,656.22 --371.33,656.24 --371.26,656.26 --371.18,656.28 --371.11,656.29 --371.04,656.31 --370.96,656.33 --370.89,656.35 --370.82,656.37 --370.75,656.39 --370.67,656.41 --370.6,656.43 --370.53,656.44 --370.46,656.46 --370.38,656.48 --370.31,656.5 --370.24,656.52 --370.17,656.54 --370.1,656.56 --370.02,656.57 --369.95,656.59 --369.88,656.61 --369.81,656.63 --369.74,656.65 --369.67,656.67 --369.6,656.68 --369.53,656.7 --369.46,656.72 --369.39,656.74 --369.32,656.76 --369.25,656.78 --369.18,656.8 --369.11,656.81 --369.04,656.83 --368.97,656.85 --368.9,656.87 --368.83,656.89 --368.76,656.91 --368.69,656.93 --368.62,656.95 --368.55,656.97 --368.48,656.99 --368.42,657 --368.35,657.02 --368.28,657.04 --368.21,657.06 --368.14,657.08 --368.08,657.1 --368.01,657.12 --367.94,657.14 --367.87,657.16 --367.81,657.18 --367.74,657.19 --367.67,657.21 --367.61,657.23 --367.54,657.25 --367.48,657.27 --367.41,657.29 --367.34,657.31 --367.28,657.33 --367.21,657.35 --367.15,657.37 --367.08,657.39 --367.02,657.41 --366.95,657.43 --366.89,657.45 --366.82,657.46 --366.76,657.48 --366.69,657.5 --366.63,657.52 --366.56,657.54 --366.5,657.56 --366.43,657.58 --366.37,657.6 --366.31,657.62 --366.24,657.64 --366.18,657.66 --366.12,657.68 --366.05,657.7 --365.99,657.71 --365.93,657.73 --365.86,657.75 --365.8,657.77 --365.74,657.79 --365.68,657.81 --365.62,657.83 --365.55,657.85 --365.49,657.87 --365.43,657.89 --365.37,657.91 --365.31,657.93 --365.25,657.95 --365.18,657.97 --365.12,657.99 --365.06,658.01 --365,658.03 --364.94,658.05 --364.88,658.06 --364.82,658.08 --364.76,658.1 --364.7,658.12 --364.64,658.14 --364.58,658.16 --364.51,658.18 --364.45,658.2 --364.39,658.22 --364.33,658.24 --364.27,658.26 --364.21,658.28 --364.15,658.3 --364.09,658.32 --364.03,658.34 --363.97,658.36 --363.91,658.38 --363.85,658.4 --363.79,658.42 --363.73,658.44 --363.67,658.45 --363.61,658.47 --363.55,658.49 --363.49,658.51 --363.43,658.53 --363.37,658.55 --363.31,658.57 --363.25,658.59 --363.2,658.61 --363.14,658.63 --363.08,658.65 --363.02,658.67 --362.96,658.7 --362.91,658.72 --362.85,658.74 --362.79,658.76 --362.74,658.78 --362.68,658.8 --362.63,658.82 --362.57,658.84 --362.51,658.86 --362.46,658.88 --362.4,658.9 --362.35,658.91 --362.29,658.93 --362.24,658.95 --362.18,658.97 --362.12,658.99 --362.07,659.01 --362.01,659.03 --361.95,659.05 --361.9,659.07 --361.84,659.09 --361.78,659.1 --361.73,659.12 --361.67,659.14 --361.61,659.16 --361.55,659.18 --361.5,659.2 --361.44,659.22 --361.38,659.24 --361.32,659.26 --361.27,659.28 --361.21,659.3 --361.15,659.32 --361.09,659.34 --361.03,659.36 --360.97,659.38 --360.92,659.4 --360.86,659.42 --360.8,659.44 --360.74,659.46 --360.68,659.48 --360.62,659.5 --360.56,659.52 --360.51,659.55 --360.45,659.57 --360.39,659.59 --360.33,659.61 --360.27,659.63 --360.21,659.65 --360.15,659.67 --360.09,659.69 --360.03,659.71 --359.97,659.74 --359.91,659.76 --359.85,659.78 --359.79,659.8 --359.73,659.82 --359.66,659.84 --359.6,659.86 --359.54,659.88 --359.48,659.9 --359.42,659.92 --359.35,659.94 --359.29,659.96 --359.23,659.98 --359.17,660 --359.11,660.02 --359.04,660.04 --358.98,660.06 --358.92,660.08 --358.86,660.1 --358.8,660.13 --358.74,660.15 --358.67,660.17 --358.61,660.19 --358.55,660.21 --358.49,660.23 --358.43,660.25 --358.37,660.27 --358.31,660.29 --358.25,660.31 --358.19,660.33 --358.13,660.36 --358.07,660.38 --358.01,660.4 --357.95,660.42 --357.89,660.44 --357.83,660.46 --357.77,660.49 --357.71,660.51 --357.66,660.53 --357.6,660.55 --357.54,660.57 --357.48,660.59 --357.42,660.62 --357.36,660.64 --357.3,660.66 --357.24,660.68 --357.18,660.71 --357.12,660.73 --357.06,660.75 --357,660.77 --356.93,660.79 --356.87,660.81 --356.81,660.84 --356.75,660.86 --356.68,660.88 --356.62,660.9 --356.56,660.92 --356.49,660.94 --356.43,660.96 --356.36,660.99 --356.3,661.01 --356.23,661.03 --356.17,661.05 --356.11,661.07 --356.04,661.1 --355.98,661.12 --355.91,661.14 --355.85,661.16 --355.78,661.19 --355.72,661.21 --355.65,661.23 --355.59,661.25 --355.52,661.27 --355.45,661.3 --355.38,661.32 --355.31,661.34 --355.24,661.37 --355.17,661.39 --355.1,661.41 --355.03,661.44 --356.38,659.73 --356.31,659.75 --356.24,659.78 --356.17,659.8 --356.1,659.82 --356.03,659.84 --355.96,659.86 --355.89,659.89 --355.81,659.91 --355.74,659.93 --355.67,659.95 --355.6,659.98 --355.52,660 --355.45,660.02 --355.38,660.04 --355.31,660.07 --355.24,660.09 --355.16,660.11 --355.09,660.13 --355.02,660.16 --354.95,660.18 --354.87,660.2 --354.8,660.22 --354.73,660.24 --354.66,660.27 --354.58,660.29 --354.51,660.31 --354.44,660.33 --354.37,660.36 --354.29,660.38 --354.22,660.4 --354.15,660.42 --354.07,660.44 --354,660.47 --353.92,660.49 --353.85,660.51 --353.78,660.53 --353.7,660.55 --353.63,660.58 --353.55,660.6 --353.47,660.62 --353.4,660.64 --353.32,660.66 --353.25,660.69 --353.17,660.71 --353.09,660.73 --353.01,660.76 --352.94,660.78 --352.86,660.8 --352.78,660.82 --352.7,660.85 --352.62,660.87 --352.54,660.89 --352.47,660.91 --352.39,660.94 --352.31,660.96 --352.23,660.98 --352.15,661.01 --352.07,661.03 --351.99,661.05 --351.91,661.08 --351.82,661.1 --351.74,661.12 --351.66,661.15 --351.58,661.17 --351.5,661.19 --351.42,661.22 --351.33,661.24 --351.25,661.27 --351.17,661.29 --351.09,661.31 --351,661.34 --350.92,661.36 --350.84,661.38 --350.75,661.41 --350.67,661.43 --350.58,661.45 --350.5,661.48 --350.42,661.5 --350.33,661.53 --350.25,661.55 --350.16,661.57 --350.08,661.6 --349.99,661.62 --349.9,661.65 --349.82,661.67 --349.73,661.69 --349.64,661.72 --349.56,661.74 --349.47,661.76 --349.38,661.79 --349.3,661.81 --349.21,661.84 --349.12,661.86 --349.03,661.89 --348.95,661.91 --348.86,661.93 --348.77,661.96 --348.68,661.98 --348.59,662.01 --348.5,662.03 --348.41,662.06 --348.32,662.08 --348.23,662.1 --348.14,662.13 --348.05,662.15 --347.96,662.18 --347.87,662.2 --347.78,662.23 --347.69,662.25 --347.6,662.28 --347.51,662.3 --347.42,662.33 --347.33,662.35 --347.23,662.38 --347.14,662.4 --347.05,662.43 --346.96,662.45 --346.86,662.48 --346.77,662.5 --346.68,662.53 --346.58,662.56 --346.49,662.58 --346.4,662.61 --346.3,662.63 --346.21,662.66 --346.11,662.68 --346.02,662.71 --345.93,662.73 --345.83,662.76 --345.74,662.79 --345.64,662.81 --345.54,662.84 --345.45,662.86 --345.35,662.89 --345.26,662.91 --345.16,662.94 --345.06,662.97 --344.97,662.99 --344.87,663.02 --344.78,663.04 --344.68,663.07 --344.58,663.1 --344.48,663.12 --344.39,663.15 --344.29,663.18 --344.19,663.2 --344.09,663.23 --344,663.26 --343.9,663.28 --343.8,663.31 --343.7,663.33 --343.6,663.36 --343.51,663.39 --343.41,663.41 --343.31,663.44 --343.21,663.47 --343.11,663.5 --343.01,663.52 --342.91,663.55 --342.81,663.58 --342.71,663.6 --342.61,663.63 --342.51,663.66 --342.41,663.68 --342.32,663.71 --342.22,663.74 --342.12,663.77 --342.01,663.79 --341.91,663.82 --341.81,663.85 --341.71,663.88 --341.61,663.9 --341.51,663.93 --341.41,663.96 --341.31,663.98 --341.21,664.01 --341.11,664.04 --341.01,664.07 --340.91,664.09 --340.8,664.12 --340.7,664.15 --340.6,664.18 --340.5,664.21 --340.4,664.23 --340.3,664.26 --340.19,664.29 --340.09,664.32 --339.99,664.34 --339.89,664.37 --339.78,664.4 --339.68,664.43 --339.58,664.45 --339.48,664.48 --339.37,664.51 --339.27,664.54 --339.17,664.57 --339.06,664.59 --338.96,664.62 --338.86,664.65 --338.75,664.68 --338.65,664.71 --338.55,664.73 --338.44,664.76 --338.34,664.79 --338.24,664.82 --338.13,664.85 --338.03,664.87 --337.92,664.9 --337.82,664.93 --337.72,664.96 --337.61,664.99 --337.51,665.02 --337.4,665.04 --337.3,665.07 --337.19,665.1 --337.09,665.13 --336.98,665.16 --336.88,665.19 --336.77,665.22 --336.67,665.24 --336.57,665.27 --336.46,665.3 --336.35,665.33 --336.25,665.36 --336.14,665.39 --336.04,665.42 --335.93,665.45 --335.83,665.48 --335.72,665.51 --335.62,665.54 --335.51,665.56 --335.41,665.59 --335.3,665.62 --335.19,665.65 --335.09,665.68 --334.98,665.71 --334.88,665.74 --334.77,665.77 --334.66,665.8 --334.56,665.83 --334.45,665.86 --334.34,665.89 --334.24,665.92 --334.13,665.95 --334.02,665.98 --333.92,666.01 --333.81,666.04 --333.7,666.07 --333.6,666.1 --333.49,666.13 --333.38,666.16 --333.28,666.19 --333.17,666.22 --333.06,666.25 --332.95,666.28 --332.85,666.31 --332.74,666.34 --332.63,666.37 --332.52,666.4 --332.42,666.43 --332.31,666.46 --332.2,666.49 --332.09,666.52 --331.99,666.55 --331.88,666.58 --331.77,666.61 --331.66,666.64 --331.55,666.67 --331.45,666.7 --331.34,666.73 --331.23,666.76 --331.12,666.79 --331.01,666.82 --330.91,666.85 --330.8,666.89 --330.69,666.92 --330.58,666.95 --330.47,666.98 --330.36,667.01 --330.26,667.04 --330.15,667.07 --330.04,667.1 --329.93,667.13 --329.82,667.16 --329.71,667.19 --329.6,667.22 --329.49,667.25 --329.39,667.28 --329.28,667.32 --329.17,667.35 --329.06,667.38 --328.95,667.41 --328.84,667.44 --328.73,667.47 --328.62,667.5 --328.51,667.53 --328.4,667.56 --328.3,667.6 --328.19,667.63 --330.09,665.4 --329.98,665.43 --329.87,665.45 --329.77,665.48 --329.66,665.51 --329.55,665.54 --329.44,665.57 --329.34,665.6 --329.23,665.63 --329.12,665.66 --329.01,665.69 --328.91,665.72 --328.8,665.74 --328.69,665.77 --328.58,665.8 --328.48,665.83 --328.37,665.86 --328.26,665.89 --328.15,665.92 --328.04,665.95 --327.94,665.98 --327.83,666.01 --327.72,666.04 --327.61,666.06 --327.51,666.09 --327.4,666.12 --327.29,666.15 --327.18,666.18 --327.08,666.21 --326.97,666.24 --326.86,666.27 --326.75,666.3 --326.65,666.32 --326.54,666.35 --326.43,666.38 --326.32,666.41 --326.22,666.44 --326.11,666.47 --326,666.5 --325.89,666.52 --325.79,666.55 --325.68,666.58 --325.57,666.61 --325.46,666.64 --325.36,666.67 --325.25,666.69 --325.14,666.72 --325.04,666.75 --324.93,666.78 --324.82,666.81 --324.71,666.84 --324.61,666.86 --324.5,666.89 --324.39,666.92 --324.29,666.95 --324.18,666.98 --324.07,667 --323.96,667.03 --323.86,667.06 --323.75,667.09 --323.64,667.12 --323.54,667.15 --323.43,667.17 --323.32,667.2 --323.22,667.23 --323.11,667.26 --323,667.29 --322.9,667.32 --322.79,667.34 --322.68,667.37 --322.58,667.4 --322.47,667.43 --322.36,667.46 --322.26,667.49 --322.15,667.52 --322.04,667.54 --321.94,667.57 --321.83,667.6 --321.72,667.63 --321.62,667.66 --321.51,667.69 --321.41,667.72 --321.3,667.74 --321.19,667.77 --321.09,667.8 --320.98,667.83 --320.87,667.86 --320.77,667.89 --320.66,667.92 --320.55,667.95 --320.45,667.97 --320.34,668 --320.24,668.03 --320.13,668.06 --320.02,668.09 --319.92,668.12 --319.81,668.15 --319.7,668.18 --319.6,668.21 --319.49,668.23 --319.39,668.26 --319.28,668.29 --319.17,668.32 --319.07,668.35 --318.96,668.38 --318.86,668.41 --318.75,668.44 --318.64,668.46 --318.54,668.49 --318.43,668.52 --318.33,668.55 --318.22,668.58 --318.12,668.61 --318.01,668.64 --317.9,668.66 --317.8,668.69 --317.69,668.72 --317.59,668.75 --317.48,668.78 --317.38,668.81 --317.27,668.84 --317.17,668.87 --317.06,668.89 --316.95,668.92 --316.85,668.95 --316.74,668.98 --316.64,669.01 --316.53,669.04 --316.43,669.07 --316.32,669.09 --316.22,669.12 --316.11,669.15 --316.01,669.18 --315.9,669.21 --315.8,669.24 --315.69,669.27 --315.59,669.29 --315.48,669.32 --315.38,669.35 --315.27,669.38 --315.17,669.41 --315.07,669.44 --314.96,669.47 --314.86,669.5 --314.75,669.52 --314.65,669.55 --314.54,669.58 --314.44,669.61 --314.33,669.64 --314.23,669.67 --314.12,669.7 --314.02,669.73 --313.92,669.75 --313.81,669.78 --313.71,669.81 --313.6,669.84 --313.5,669.87 --313.4,669.9 --313.29,669.93 --313.19,669.96 --313.08,669.98 --312.98,670.01 --312.88,670.04 --312.77,670.07 --312.67,670.1 --312.57,670.13 --312.46,670.16 --312.36,670.19 --312.26,670.22 --312.15,670.24 --312.05,670.27 --311.95,670.3 --311.84,670.33 --311.74,670.36 --311.64,670.39 --311.53,670.42 --311.43,670.45 --311.33,670.48 --311.22,670.51 --311.12,670.54 --311.02,670.56 --310.92,670.59 --310.81,670.62 --310.71,670.65 --310.61,670.68 --310.5,670.71 --310.4,670.74 --310.3,670.77 --310.2,670.8 --310.09,670.83 --309.99,670.86 --309.89,670.89 --309.79,670.92 --309.69,670.94 --309.58,670.97 --309.48,671 --309.38,671.03 --309.28,671.06 --309.18,671.09 --309.07,671.12 --308.97,671.15 --308.87,671.18 --308.77,671.21 --308.67,671.24 --308.57,671.27 --308.46,671.3 --308.36,671.33 --308.26,671.35 --308.16,671.38 --308.06,671.41 --307.96,671.44 --307.86,671.47 --307.76,671.5 --307.66,671.53 --307.56,671.56 --307.46,671.59 --307.35,671.62 --307.25,671.65 --307.15,671.68 --307.05,671.71 --306.95,671.74 --306.85,671.77 --306.75,671.8 --306.65,671.83 --306.55,671.86 --306.45,671.89 --306.35,671.92 --306.25,671.94 --306.16,671.97 --306.06,672 --305.96,672.03 --305.86,672.06 --305.76,672.09 --305.66,672.12 --305.56,672.15 --305.46,672.18 --305.36,672.21 --305.26,672.24 --305.16,672.27 --305.07,672.3 --304.97,672.33 --304.87,672.36 --304.77,672.39 --304.67,672.42 --304.57,672.45 --304.48,672.48 --304.38,672.51 --304.28,672.54 --304.18,672.57 --304.08,672.6 --303.99,672.63 --303.89,672.66 --303.79,672.69 --303.69,672.72 --303.6,672.75 --303.5,672.78 --303.4,672.81 --303.31,672.84 --303.21,672.87 --303.11,672.9 --303.01,672.93 --302.92,672.96 --302.82,672.99 --302.73,673.02 --302.63,673.05 --302.53,673.08 --302.44,673.11 --302.34,673.14 --302.24,673.17 --302.15,673.2 --302.05,673.23 --301.96,673.26 --301.86,673.29 --301.77,673.32 --301.67,673.35 --301.58,673.38 --301.48,673.41 --301.38,673.45 --301.29,673.48 --301.19,673.51 --301.1,673.54 --301.01,673.57 --300.91,673.6 --300.82,673.63 --300.72,673.66 --300.63,673.69 --300.53,673.72 --300.44,673.75 --300.35,673.78 --300.25,673.81 --300.16,673.84 --300.06,673.87 --299.97,673.91 --299.88,673.94 --299.78,673.97 --299.69,674 --299.6,674.03 --299.5,674.06 --299.41,674.09 --299.32,674.12 --301.35,671.34 --301.26,671.37 --301.17,671.39 --301.08,671.42 --300.99,671.45 --300.9,671.48 --300.81,671.51 --300.72,671.53 --300.63,671.56 --300.55,671.59 --300.46,671.62 --300.37,671.65 --300.28,671.68 --300.19,671.7 --300.1,671.73 --300.01,671.76 --299.92,671.79 --299.83,671.82 --299.74,671.85 --299.66,671.87 --299.57,671.9 --299.48,671.93 --299.39,671.96 --299.3,671.99 --299.21,672.02 --299.13,672.04 --299.04,672.07 --298.95,672.1 --298.86,672.13 --298.78,672.16 --298.69,672.19 --298.6,672.22 --298.51,672.24 --298.43,672.27 --298.34,672.3 --298.25,672.33 --298.17,672.36 --298.08,672.39 --297.99,672.42 --297.91,672.45 --297.82,672.47 --297.73,672.5 --297.65,672.53 --297.56,672.56 --297.48,672.59 --297.39,672.62 --297.3,672.65 --297.22,672.67 --297.13,672.7 --297.05,672.73 --296.96,672.76 --296.88,672.79 --296.79,672.82 --296.71,672.85 --296.62,672.88 --296.54,672.91 --296.45,672.94 --296.37,672.96 --296.28,672.99 --296.2,673.02 --296.11,673.05 --296.03,673.08 --295.94,673.11 --295.86,673.14 --295.78,673.17 --295.69,673.2 --295.61,673.23 --295.52,673.26 --295.44,673.28 --295.36,673.31 --295.27,673.34 --295.19,673.37 --295.11,673.4 --295.02,673.43 --294.94,673.46 --294.86,673.49 --294.77,673.52 --294.69,673.54 --294.61,673.57 --294.52,673.6 --294.44,673.63 --294.36,673.66 --294.28,673.69 --294.19,673.72 --294.11,673.75 --294.03,673.78 --293.95,673.81 --293.86,673.83 --293.78,673.86 --293.7,673.89 --293.62,673.92 --293.54,673.95 --293.46,673.98 --293.38,674.01 --293.3,674.04 --293.21,674.06 --293.13,674.09 --293.05,674.12 --292.97,674.15 --292.89,674.18 --292.81,674.21 --292.73,674.23 --292.65,674.26 --292.57,674.29 --292.49,674.32 --292.41,674.35 --292.33,674.38 --292.25,674.4 --292.17,674.43 --292.1,674.46 --292.02,674.49 --291.94,674.52 --291.86,674.55 --291.78,674.57 --291.7,674.6 --291.62,674.63 --291.55,674.66 --291.47,674.69 --291.39,674.72 --291.31,674.75 --291.24,674.77 --291.16,674.8 --291.08,674.83 --291,674.86 --290.93,674.89 --290.85,674.92 --290.77,674.95 --290.7,674.97 --290.62,675 --290.54,675.03 --290.47,675.06 --290.39,675.09 --290.31,675.12 --290.24,675.15 --290.16,675.17 --290.09,675.2 --290.01,675.23 --289.93,675.26 --289.86,675.29 --289.78,675.32 --289.71,675.35 --289.63,675.38 --289.56,675.4 --289.48,675.43 --289.41,675.46 --289.34,675.49 --289.26,675.52 --289.19,675.55 --289.11,675.58 --289.04,675.61 --288.97,675.64 --288.89,675.67 --288.82,675.7 --288.75,675.73 --288.67,675.76 --288.6,675.79 --288.53,675.82 --288.45,675.85 --288.38,675.88 --288.31,675.91 --288.24,675.94 --288.17,675.97 --288.09,676 --288.02,676.03 --287.95,676.06 --287.88,676.09 --287.81,676.13 --287.74,676.16 --287.67,676.19 --287.6,676.22 --287.52,676.25 --287.45,676.28 --287.38,676.31 --287.31,676.34 --287.24,676.38 --287.17,676.41 --287.1,676.44 --287.03,676.47 --286.96,676.5 --286.89,676.53 --286.83,676.57 --286.76,676.6 --286.69,676.63 --286.62,676.66 --286.55,676.69 --286.48,676.73 --286.41,676.76 --286.34,676.79 --286.28,676.82 --286.21,676.85 --286.14,676.89 --286.07,676.92 --286,676.95 --285.94,676.98 --285.87,677.02 --285.8,677.05 --285.73,677.08 --285.67,677.11 --285.6,677.15 --285.53,677.18 --285.47,677.21 --285.4,677.24 --285.34,677.28 --285.27,677.31 --285.2,677.34 --285.14,677.38 --285.07,677.41 --285.01,677.45 --284.94,677.48 --284.88,677.51 --284.81,677.55 --284.75,677.58 --284.68,677.62 --284.62,677.65 --284.55,677.68 --284.49,677.72 --284.43,677.75 --284.36,677.79 --284.3,677.82 --284.24,677.85 --284.17,677.89 --284.11,677.92 --284.05,677.96 --283.99,677.99 --283.92,678.03 --283.86,678.06 --283.8,678.1 --283.74,678.13 --283.68,678.16 --283.61,678.2 --283.55,678.23 --283.49,678.27 --283.43,678.3 --283.37,678.34 --283.31,678.38 --283.25,678.41 --283.19,678.45 --283.13,678.48 --283.07,678.52 --283.01,678.55 --282.95,678.59 --282.89,678.62 --282.83,678.66 --282.77,678.69 --282.71,678.73 --282.65,678.77 --282.59,678.8 --282.53,678.84 --282.47,678.87 --282.41,678.91 --282.35,678.94 --282.29,678.98 --282.24,679.02 --282.18,679.05 --282.12,679.09 --282.06,679.12 --282,679.16 --281.94,679.2 --281.89,679.23 --281.83,679.27 --281.77,679.3 --281.71,679.34 --281.66,679.38 --281.6,679.41 --281.54,679.45 --281.48,679.49 --281.43,679.52 --281.37,679.56 --281.31,679.6 --281.26,679.63 --281.2,679.67 --281.14,679.71 --281.09,679.74 --281.03,679.78 --280.97,679.82 --280.92,679.86 --280.86,679.89 --280.81,679.93 --280.75,679.97 --280.7,680.01 --280.64,680.04 --280.59,680.08 --280.53,680.12 --280.48,680.16 --280.42,680.2 --280.37,680.24 --280.31,680.27 --280.26,680.31 --280.21,680.35 --280.15,680.39 --280.1,680.43 --280.05,680.47 --280,680.51 --279.94,680.55 --279.89,680.59 --279.84,680.63 --279.79,680.67 --279.73,680.71 --279.68,680.75 --279.63,680.79 --282.32,677.77 --282.27,677.8 --282.22,677.84 --282.18,677.88 --282.13,677.91 --282.08,677.95 --282.03,677.99 --281.99,678.02 --281.94,678.06 --281.89,678.1 --281.85,678.13 --281.8,678.17 --281.75,678.21 --281.71,678.25 --281.66,678.28 --281.61,678.32 --281.57,678.36 --281.52,678.4 --281.47,678.44 --281.43,678.47 --281.38,678.51 --281.34,678.55 --281.29,678.59 --281.25,678.63 --281.2,678.67 --281.16,678.71 --281.11,678.75 --281.07,678.79 --281.02,678.82 --280.98,678.86 --280.93,678.9 --280.89,678.94 --280.84,678.99 --280.8,679.03 --280.76,679.07 --280.71,679.11 --280.67,679.15 --280.62,679.19 --280.58,679.23 --280.54,679.27 --280.49,679.31 --280.45,679.36 --280.41,679.4 --280.37,679.44 --280.32,679.48 --280.28,679.52 --280.24,679.57 --280.2,679.61 --280.16,679.65 --280.11,679.69 --280.07,679.74 --280.03,679.78 --279.99,679.82 --279.95,679.87 --279.91,679.91 --279.87,679.95 --279.82,680 --279.78,680.04 --279.74,680.08 --279.7,680.13 --279.66,680.17 --279.62,680.21 --279.58,680.26 --279.54,680.3 --279.5,680.35 --279.46,680.39 --279.42,680.43 --279.38,680.48 --279.34,680.52 --279.31,680.57 --279.27,680.61 --279.23,680.66 --279.19,680.7 --279.15,680.75 --279.11,680.79 --279.07,680.84 --279.04,680.88 --279,680.93 --278.96,680.97 --278.92,681.02 --278.89,681.06 --278.85,681.11 --278.81,681.16 --278.78,681.2 --278.74,681.25 --278.7,681.29 --278.67,681.34 --278.63,681.39 --278.59,681.43 --278.56,681.48 --278.52,681.53 --278.49,681.57 --278.45,681.62 --278.42,681.67 --278.38,681.72 --278.35,681.76 --278.31,681.81 --278.28,681.86 --278.24,681.9 --278.21,681.95 --278.18,682 --278.14,682.04 --278.11,682.09 --278.07,682.14 --278.04,682.19 --278.01,682.23 --277.97,682.28 --277.94,682.33 --277.91,682.38 --277.87,682.42 --277.84,682.47 --277.81,682.52 --277.77,682.57 --277.74,682.62 --277.71,682.66 --277.68,682.71 --277.65,682.76 --277.61,682.81 --277.58,682.86 --277.55,682.9 --277.52,682.95 --277.49,683 --277.45,683.05 --277.42,683.1 --277.39,683.15 --277.36,683.19 --277.33,683.24 --277.3,683.29 --277.27,683.34 --277.24,683.39 --277.21,683.44 --277.18,683.49 --277.15,683.53 --277.12,683.58 --277.09,683.63 --277.06,683.68 --277.04,683.73 --277.01,683.78 --276.98,683.83 --276.95,683.87 --276.92,683.92 --276.89,683.97 --276.87,684.02 --276.84,684.07 --276.81,684.12 --276.78,684.17 --276.76,684.21 --276.73,684.26 --276.7,684.31 --276.68,684.36 --276.65,684.41 --276.62,684.46 --276.6,684.5 --276.57,684.55 --276.54,684.6 --276.52,684.65 --276.49,684.7 --276.47,684.74 --276.44,684.79 --276.42,684.84 --276.39,684.89 --276.37,684.94 --276.34,684.98 --276.32,685.03 --276.29,685.08 --276.27,685.13 --276.25,685.18 --276.22,685.22 --276.2,685.27 --276.17,685.32 --276.15,685.37 --276.13,685.41 --276.1,685.46 --276.08,685.51 --276.06,685.56 --276.04,685.6 --276.01,685.65 --275.99,685.7 --275.97,685.75 --275.95,685.79 --275.92,685.84 --275.9,685.89 --275.88,685.94 --275.86,685.98 --275.84,686.03 --275.82,686.08 --275.8,686.12 --275.78,686.17 --275.76,686.22 --275.74,686.26 --275.72,686.31 --275.7,686.36 --275.68,686.4 --275.66,686.45 --275.64,686.5 --275.62,686.54 --275.6,686.59 --275.58,686.63 --275.56,686.68 --275.54,686.73 --275.52,686.77 --275.51,686.82 --275.49,686.86 --275.47,686.91 --275.45,686.95 --275.43,687 --275.41,687.04 --275.4,687.09 --275.38,687.13 --275.36,687.18 --275.34,687.22 --275.33,687.27 --275.31,687.31 --275.29,687.36 --275.27,687.4 --275.26,687.45 --275.24,687.49 --275.22,687.54 --275.21,687.58 --275.19,687.62 --275.17,687.67 --275.16,687.71 --275.14,687.75 --275.12,687.8 --275.11,687.84 --275.09,687.88 --275.07,687.93 --275.06,687.97 --275.04,688.01 --275.02,688.06 --275.01,688.1 --274.99,688.14 --274.98,688.19 --274.96,688.23 --274.94,688.27 --274.93,688.31 --274.91,688.36 --274.89,688.4 --274.88,688.44 --274.86,688.49 --274.85,688.53 --274.83,688.57 --274.82,688.61 --274.8,688.66 --274.78,688.7 --274.77,688.74 --274.75,688.78 --274.74,688.83 --274.72,688.87 --274.71,688.91 --274.69,688.95 --274.67,689 --274.66,689.04 --274.64,689.08 --274.63,689.12 --274.61,689.17 --274.6,689.21 --274.58,689.25 --274.57,689.29 --274.55,689.33 --274.54,689.38 --274.52,689.42 --274.51,689.46 --274.49,689.5 --274.48,689.55 --274.46,689.59 --274.45,689.63 --274.43,689.67 --274.42,689.72 --274.4,689.76 --274.39,689.8 --274.37,689.84 --274.36,689.88 --274.34,689.93 --274.33,689.97 --274.32,690.01 --274.3,690.05 --274.29,690.1 --274.27,690.14 --274.26,690.18 --274.24,690.22 --274.23,690.26 --274.21,690.31 --274.2,690.35 --274.19,690.39 --274.17,690.43 --274.16,690.48 --274.14,690.52 --274.13,690.56 --274.12,690.6 --274.1,690.64 --274.09,690.69 --274.08,690.73 --274.06,690.77 --274.05,690.81 --274.03,690.86 --274.02,690.9 --274.01,690.94 --273.99,690.98 --273.98,691.02 --277.34,686.42 --277.33,686.45 --277.32,686.49 --277.32,686.52 --277.31,686.56 --277.3,686.59 --277.29,686.63 --277.29,686.66 --277.28,686.7 --277.27,686.73 --277.26,686.76 --277.25,686.8 --277.25,686.83 --277.24,686.87 --277.23,686.9 --277.22,686.94 --277.22,686.97 --277.21,687.01 --277.2,687.04 --277.19,687.08 --277.19,687.11 --277.18,687.15 --277.17,687.18 --277.17,687.22 --277.16,687.25 --277.15,687.29 --277.14,687.32 --277.14,687.36 --277.13,687.39 --277.12,687.42 --277.12,687.46 --277.11,687.49 --277.1,687.53 --277.09,687.56 --277.09,687.6 --277.08,687.63 --277.07,687.67 --277.07,687.7 --277.06,687.73 --277.05,687.77 --277.05,687.8 --277.04,687.84 --277.03,687.87 --277.03,687.9 --277.02,687.94 --277.01,687.97 --277.01,688.01 --277,688.04 --276.99,688.07 --276.99,688.11 --276.98,688.14 --276.97,688.17 --276.97,688.21 --276.96,688.24 --276.95,688.28 --276.95,688.31 --276.94,688.34 --276.94,688.38 --276.93,688.41 --276.92,688.44 --276.92,688.48 --276.91,688.51 --276.9,688.54 --276.9,688.58 --276.89,688.61 --276.89,688.64 --276.88,688.68 --276.87,688.71 --276.87,688.74 --276.86,688.77 --276.86,688.81 --276.85,688.84 --276.85,688.87 --276.84,688.91 --276.83,688.94 --276.83,688.97 --276.82,689 --276.82,689.04 --276.81,689.07 --276.81,689.1 --276.8,689.13 --276.8,689.17 --276.79,689.2 --276.78,689.23 --276.78,689.26 --276.77,689.29 --276.77,689.33 --276.76,689.36 --276.76,689.39 --276.75,689.42 --276.75,689.45 --276.74,689.48 --276.74,689.52 --276.73,689.55 --276.72,689.58 --276.72,689.61 --276.71,689.64 --276.71,689.67 --276.7,689.7 --276.7,689.73 --276.69,689.76 --276.69,689.8 --276.68,689.83 --276.68,689.86 --276.67,689.89 --276.67,689.92 --276.66,689.95 --276.66,689.98 --276.65,690.01 --276.65,690.04 --276.64,690.07 --276.64,690.1 --276.63,690.13 --276.63,690.16 --276.62,690.19 --276.62,690.22 --276.61,690.25 --276.61,690.28 --276.6,690.31 --276.6,690.34 --276.59,690.36 --276.59,690.39 --276.58,690.42 --276.58,690.45 --276.57,690.48 --276.57,690.51 --276.56,690.54 --276.56,690.57 --276.55,690.59 --276.55,690.62 --276.54,690.65 --276.54,690.68 --276.53,690.71 --276.53,690.74 --276.52,690.76 --276.52,690.79 --276.52,690.82 --276.51,690.85 --276.51,690.87 --276.5,690.9 --276.5,690.93 --276.49,690.96 --276.49,690.98 --276.48,691.01 --276.48,691.04 --276.47,691.07 --276.47,691.09 --276.46,691.12 --276.46,691.15 --276.46,691.17 --276.45,691.2 --276.45,691.23 --276.44,691.25 --276.44,691.28 --276.43,691.31 --276.43,691.33 --276.42,691.36 --276.42,691.38 --276.41,691.41 --276.41,691.44 --276.41,691.46 --276.4,691.49 --276.4,691.51 --276.39,691.54 --276.39,691.56 --276.38,691.59 --276.38,691.61 --276.37,691.64 --276.37,691.66 --276.37,691.69 --276.36,691.72 --276.36,691.74 --276.35,691.77 --276.35,691.79 --276.34,691.82 --276.34,691.84 --276.33,691.87 --276.33,691.89 --276.33,691.92 --276.32,691.94 --276.32,691.97 --276.31,691.99 --276.31,692.02 --276.3,692.04 --276.3,692.07 --276.29,692.09 --276.29,692.12 --276.29,692.14 --276.28,692.17 --276.28,692.19 --276.27,692.22 --276.27,692.24 --276.26,692.27 --276.26,692.29 --276.25,692.32 --276.25,692.34 --276.25,692.37 --276.24,692.39 --276.24,692.41 --276.23,692.44 --276.23,692.46 --276.22,692.49 --276.22,692.51 --276.21,692.54 --276.21,692.56 --276.21,692.59 --276.2,692.61 --276.2,692.64 --276.19,692.66 --276.19,692.69 --276.18,692.71 --276.18,692.74 --276.18,692.76 --276.17,692.78 --276.17,692.81 --276.16,692.83 --276.16,692.86 --276.15,692.88 --276.15,692.91 --276.15,692.93 --276.14,692.96 --276.14,692.98 --276.13,693 --276.13,693.03 --276.12,693.05 --276.12,693.08 --276.11,693.1 --276.11,693.13 --276.11,693.15 --276.1,693.17 --276.1,693.2 --276.09,693.22 --276.09,693.25 --276.08,693.27 --276.08,693.29 --276.08,693.32 --276.07,693.34 --276.07,693.37 --276.06,693.39 --276.06,693.42 --276.05,693.44 --276.05,693.46 --276.05,693.49 --276.04,693.51 --276.04,693.53 --276.03,693.56 --276.03,693.58 --276.02,693.61 --276.02,693.63 --276.01,693.65 --276.01,693.68 --276.01,693.7 --276,693.73 --276,693.75 --275.99,693.77 --275.99,693.8 --275.98,693.82 --275.98,693.84 --275.98,693.87 --275.97,693.89 --275.97,693.92 --275.96,693.94 --275.96,693.96 --275.95,693.99 --275.95,694.01 --275.95,694.03 --275.94,694.06 --275.94,694.08 --275.93,694.1 --275.93,694.13 --275.92,694.15 --275.92,694.17 --275.92,694.2 --275.91,694.22 --275.91,694.24 --275.9,694.27 --275.9,694.29 --275.89,694.31 --275.89,694.34 --275.89,694.36 --275.88,694.38 --275.88,694.41 --275.87,694.43 --275.87,694.45 --275.86,694.48 --275.86,694.5 --275.85,694.52 --275.85,694.55 --275.85,694.57 --275.84,694.59 --275.84,694.62 --275.83,694.64 --275.83,694.66 --275.82,694.69 --275.82,694.71 --275.82,694.73 --275.81,694.76 --275.81,694.78 --275.8,694.8 --275.8,694.83 --275.79,694.85 --275.79,694.87 --275.79,694.89 --275.78,694.92 --275.78,694.94 --275.77,694.96 --275.77,694.99 --275.76,695.01 --275.76,695.03 --275.76,695.06 --275.75,695.08 --275.75,695.1 --275.74,695.12 --275.74,695.15 --275.73,695.17 --275.73,695.19 --275.73,695.22 --275.72,695.24 --275.72,695.26 --275.71,695.29 --275.71,695.31 --275.7,695.33 --275.7,695.35 --275.7,695.38 --275.69,695.4 --275.69,695.42 --275.68,695.45 --275.68,695.47 --275.67,695.49 --275.67,695.51 --275.67,695.54 --275.66,695.56 --275.66,695.58 --275.65,695.61 --275.65,695.63 --275.64,695.65 --275.64,695.67 --275.63,695.7 --275.63,695.72 --275.63,695.74 --275.62,695.77 --275.62,695.79 --275.61,695.81 --275.61,695.83 --275.6,695.86 --275.6,695.88 --275.6,695.9 --275.59,695.93 --275.59,695.95 --275.58,695.97 --275.58,695.99 --275.57,696.02 --275.57,696.04 --275.57,696.06 --275.56,696.09 --275.56,696.11 --275.55,696.13 --275.55,696.16 --275.54,696.18 --275.54,696.2 --275.54,696.23 --275.53,696.25 --275.53,696.27 --275.52,696.29 --275.52,696.32 --275.52,696.34 --275.51,696.37 --275.51,696.39 --275.5,696.41 --275.5,696.44 --275.49,696.46 --275.49,696.48 --275.49,696.51 --275.48,696.53 --275.48,696.56 --275.47,696.58 --275.47,696.6 --275.47,696.63 --275.46,696.65 --275.46,696.68 --275.45,696.7 --275.45,696.73 --275.45,696.75 --275.44,696.78 --275.44,696.8 --275.43,696.83 --275.43,696.86 --275.43,696.88 --275.42,696.91 --275.42,696.94 --275.41,696.96 --275.41,696.99 --275.41,697.02 --275.4,697.05 --275.4,697.07 --275.4,697.1 --275.39,697.13 --275.39,697.16 --275.38,697.19 --275.38,697.22 --278.99,689.53 --279,689.55 --279,689.57 --279,689.59 --279,689.61 --279,689.63 --279.01,689.65 --279.01,689.67 --279.01,689.69 --279.01,689.71 --279.02,689.73 --279.02,689.75 --279.02,689.77 --279.02,689.8 --279.03,689.82 --279.03,689.84 --279.03,689.86 --279.04,689.88 --279.04,689.91 --279.04,689.93 --279.04,689.95 --279.05,689.97 --279.05,690 --279.05,690.02 --279.06,690.04 --279.06,690.07 --279.07,690.09 --279.07,690.12 --279.07,690.14 --279.08,690.17 --279.08,690.19 --279.09,690.22 --279.09,690.24 --279.1,690.27 --279.1,690.29 --279.11,690.32 --279.11,690.34 --279.12,690.37 --279.12,690.4 --279.13,690.42 --279.13,690.45 --279.14,690.48 --279.14,690.5 --279.15,690.53 --279.15,690.56 --279.16,690.59 --279.17,690.62 --279.17,690.64 --279.18,690.67 --279.19,690.7 --279.19,690.73 --279.2,690.76 --279.21,690.79 --279.21,690.82 --279.22,690.85 --279.23,690.88 --279.24,690.91 --279.24,690.94 --279.25,690.97 --279.26,691 --279.27,691.03 --279.28,691.06 --279.29,691.09 --279.29,691.12 --279.3,691.15 --279.31,691.19 --279.32,691.22 --279.33,691.25 --279.34,691.28 --279.35,691.31 --279.36,691.34 --279.37,691.38 --279.38,691.41 --279.39,691.44 --279.4,691.47 --279.41,691.51 --279.42,691.54 --279.44,691.57 --279.45,691.6 --279.46,691.64 --279.47,691.67 --279.48,691.7 --279.49,691.73 --279.51,691.77 --279.52,691.8 --279.53,691.83 --279.54,691.87 --279.56,691.9 --279.57,691.93 --279.58,691.97 --279.6,692 --279.61,692.03 --279.62,692.07 --279.64,692.1 --279.65,692.13 --279.67,692.17 --279.68,692.2 --279.7,692.24 --279.71,692.27 --279.73,692.3 --279.74,692.34 --279.76,692.37 --279.77,692.4 --279.79,692.44 --279.8,692.47 --279.82,692.51 --279.84,692.54 --279.85,692.57 --279.87,692.61 --279.89,692.64 --279.9,692.68 --279.92,692.71 --279.94,692.74 --279.96,692.78 --279.97,692.81 --279.99,692.84 --280.01,692.88 --280.03,692.91 --280.04,692.95 --280.06,692.98 --280.08,693.01 --280.1,693.05 --280.12,693.08 --280.14,693.11 --280.16,693.14 --280.18,693.18 --280.2,693.21 --280.22,693.24 --280.23,693.27 --280.25,693.31 --280.27,693.34 --280.29,693.37 --280.31,693.4 --280.33,693.43 --280.36,693.47 --280.38,693.5 --280.4,693.53 --280.42,693.56 --280.44,693.59 --280.46,693.62 --280.48,693.65 --280.5,693.69 --280.52,693.72 --280.54,693.75 --280.57,693.78 --280.59,693.81 --280.61,693.84 --280.63,693.87 --280.65,693.9 --280.67,693.93 --280.7,693.96 --280.72,693.99 --280.74,694.02 --280.76,694.05 --280.79,694.08 --280.81,694.11 --280.83,694.14 --280.85,694.17 --280.88,694.19 --280.9,694.22 --280.92,694.25 --280.95,694.28 --280.97,694.31 --280.99,694.34 --281.02,694.37 --281.04,694.39 --281.06,694.42 --281.09,694.45 --281.11,694.48 --281.13,694.5 --281.16,694.53 --281.18,694.56 --281.2,694.59 --281.23,694.61 --281.25,694.64 --281.28,694.67 --281.3,694.69 --281.33,694.72 --281.35,694.75 --281.37,694.77 --281.4,694.8 --281.42,694.83 --281.45,694.85 --281.47,694.88 --281.5,694.9 --281.52,694.93 --281.55,694.96 --281.57,694.98 --281.6,695.01 --281.62,695.03 --281.65,695.06 --281.67,695.08 --281.7,695.1 --281.72,695.13 --281.75,695.15 --281.77,695.18 --281.8,695.2 --281.82,695.22 --281.85,695.25 --281.87,695.27 --282.56,691.47 --282.58,691.49 --282.61,691.51 --282.64,691.52 --282.66,691.54 --282.69,691.56 --282.72,691.58 --282.75,691.59 --282.77,691.61 --282.8,691.63 --282.83,691.64 --282.85,691.66 --282.88,691.67 --282.91,691.69 --282.94,691.71 --282.96,691.72 --282.99,691.74 --283.02,691.75 --283.05,691.77 --283.07,691.78 --283.1,691.8 --283.13,691.81 --283.16,691.83 --283.18,691.84 --283.21,691.86 --283.24,691.87 --283.27,691.89 --283.29,691.9 --283.32,691.92 --283.35,691.93 --283.38,691.94 --283.41,691.96 --283.43,691.97 --283.46,691.98 --283.49,692 --283.52,692.01 --283.54,692.02 --283.57,692.04 --283.6,692.05 --283.63,692.06 --283.66,692.08 --283.68,692.09 --283.71,692.1 --283.74,692.11 --283.77,692.12 --283.79,692.14 --283.82,692.15 --283.85,692.16 --283.88,692.17 --283.91,692.18 --283.93,692.19 --283.96,692.2 --283.99,692.21 --284.02,692.22 --284.05,692.23 --284.07,692.24 --284.1,692.25 --284.13,692.26 --284.16,692.27 --284.18,692.28 --284.21,692.29 --284.24,692.3 --284.27,692.31 --284.3,692.32 --284.32,692.33 --284.35,692.34 --284.38,692.35 --284.41,692.36 --284.43,692.37 --284.46,692.38 --284.49,692.39 --284.52,692.39 --284.55,692.4 --284.57,692.41 --284.6,692.42 --284.63,692.43 --284.66,692.44 --284.69,692.44 --284.71,692.45 --284.74,692.46 --284.77,692.47 --284.8,692.48 --284.83,692.49 --284.86,692.49 --284.88,692.5 --284.91,692.51 --284.94,692.51 --284.97,692.52 --285,692.53 --285.02,692.54 --285.05,692.54 --285.08,692.55 --285.11,692.55 --285.14,692.56 --285.16,692.57 --285.19,692.57 --285.22,692.58 --285.24,692.58 --285.27,692.59 --285.3,692.59 --285.32,692.6 --285.35,692.6 --285.37,692.61 --285.4,692.61 --285.43,692.62 --285.45,692.62 --285.48,692.62 --285.5,692.63 --285.53,692.63 --285.55,692.64 --285.57,692.64 --285.6,692.64 --285.62,692.65 --285.65,692.65 --285.67,692.65 --285.69,692.66 --285.72,692.66 --285.74,692.66 --285.76,692.67 --285.79,692.67 --285.81,692.67 --285.83,692.68 --285.86,692.68 --285.88,692.69 --285.9,692.69 --285.92,692.69 --285.95,692.7 --285.97,692.7 --285.99,692.7 --286.02,692.71 --286.04,692.71 --286.06,692.71 --286.08,692.72 --286.11,692.72 --286.13,692.72 --286.15,692.73 --286.17,692.73 --286.19,692.73 --286.22,692.74 --286.24,692.74 --286.26,692.74 --286.28,692.75 --286.3,692.75 --286.32,692.75 --286.35,692.76 --286.37,692.76 --286.39,692.76 --286.41,692.76 --286.43,692.77 --286.45,692.77 --286.47,692.77 --286.49,692.77 --286.51,692.78 --286.53,692.78 --286.55,692.78 --286.57,692.78 --286.59,692.78 --286.61,692.79 --286.63,692.79 --286.65,692.79 --286.67,692.79 --286.69,692.79 --286.71,692.79 --286.73,692.79 --286.75,692.8 --286.77,692.8 --286.79,692.8 --286.81,692.8 --286.82,692.8 --286.84,692.8 --286.86,692.8 --286.88,692.81 --286.9,692.81 --286.91,692.81 --286.93,692.81 --286.95,692.81 --286.97,692.82 --286.98,692.82 --287,692.82 --287.02,692.82 --287.04,692.82 --287.05,692.83 --287.07,692.83 --287.09,692.83 --287.1,692.83 --287.12,692.84 --287.14,692.84 --287.15,692.84 --287.17,692.85 --287.19,692.85 --287.2,692.85 --287.22,692.85 --287.23,692.86 --287.25,692.86 --287.26,692.86 --287.28,692.86 --287.29,692.87 --287.31,692.87 --287.32,692.87 --287.34,692.87 --287.35,692.88 --287.37,692.88 --287.38,692.88 --287.39,692.88 --287.41,692.89 --287.42,692.89 --287.44,692.89 --287.45,692.89 --287.46,692.9 --287.48,692.9 --287.49,692.9 --287.5,692.9 --287.51,692.91 --287.53,692.91 --287.54,692.91 --287.55,692.92 --287.56,692.92 --287.57,692.92 --287.59,692.93 --287.6,692.93 --287.61,692.93 --287.62,692.94 --287.63,692.94 --287.64,692.94 --287.65,692.95 --287.66,692.95 --287.67,692.96 --287.68,692.96 --287.69,692.97 --287.7,692.97 --287.71,692.98 --287.72,692.98 --287.73,692.99 --287.74,692.99 --287.75,693 --287.76,693 --287.77,693.01 --287.78,693.01 --287.79,693.02 --287.8,693.03 --287.81,693.03 --287.82,693.04 --287.82,693.05 --287.83,693.05 --287.84,693.06 --287.85,693.07 --287.86,693.07 --287.86,693.08 --287.87,693.09 --287.88,693.09 --287.89,693.1 --287.89,693.11 --287.9,693.11 --287.91,693.12 --287.91,693.13 --287.92,693.13 --287.93,693.14 --287.93,693.15 --287.94,693.15 --287.95,693.16 --287.95,693.17 --287.96,693.18 --287.96,693.18 --287.97,693.19 --287.97,693.2 --287.98,693.21 --287.98,693.22 --287.99,693.22 --287.99,693.23 --288,693.24 --288,693.25 --288.01,693.26 --288.01,693.27 --288.02,693.27 --288.03,693.28 --288.03,693.29 --288.04,693.3 --288.04,693.31 --288.05,693.32 --288.05,693.33 --288.06,693.33 --288.07,693.34 --288.07,693.35 --288.08,693.36 --288.08,693.37 --288.09,693.37 --288.09,693.38 --288.1,693.39 --288.11,693.4 --288.11,693.41 --288.12,693.41 --288.12,693.42 --288.13,693.43 --288.14,693.44 --288.14,693.44 --288.15,693.45 --288.15,693.46 --288.16,693.47 --288.17,693.47 --288.17,693.48 --288.18,693.49 --288.18,693.5 --288.19,693.51 --288.2,693.51 --288.2,693.52 --288.21,693.53 --288.21,693.54 --288.22,693.54 --288.22,693.55 --288.23,693.56 --288.24,693.57 --288.24,693.58 --288.25,693.58 --288.25,693.59 --288.26,693.6 --288.27,693.61 --288.27,693.61 --288.28,693.62 --288.28,693.63 --288.29,693.64 --288.3,693.65 --288.3,693.65 --288.31,693.66 --288.32,693.67 --288.32,693.68 --288.33,693.68 --288.33,693.69 --288.34,693.7 --288.35,693.71 --288.35,693.72 --288.36,693.72 --288.36,693.73 --288.37,693.74 --288.38,693.75 --288.38,693.76 --288.39,693.76 --288.39,693.77 --288.4,693.78 --288.41,693.79 --288.41,693.8 --288.42,693.8 --288.42,693.81 --288.43,693.82 --288.44,693.83 --288.44,693.84 --288.45,693.84 --288.45,693.85 --288.46,693.86 --288.47,693.87 --288.47,693.87 --288.48,693.88 --288.48,693.89 --288.49,693.9 --288.5,693.91 --288.5,693.91 --288.51,693.92 --288.51,693.93 --288.52,693.94 --288.53,693.95 --288.53,693.95 --288.54,693.96 --288.54,693.97 --288.55,693.98 --288.55,693.99 --288.56,694 --288.57,694 --288.57,694.01 --288.58,694.02 --288.58,694.03 --288.59,694.04 --288.59,694.05 --288.6,694.05 --288.6,694.06 --288.61,694.07 --288.62,694.08 --288.62,694.09 --288.63,694.1 --288.63,694.1 --288.64,694.11 --288.64,694.12 --288.65,694.13 --288.65,694.14 --288.66,694.15 --288.66,694.16 --288.67,694.16 --288.67,694.17 --288.68,694.18 --288.68,694.19 --288.69,694.2 --288.69,694.21 --288.69,694.22 --288.7,694.23 --288.7,694.23 --288.71,694.24 --288.71,694.25 --288.72,694.26 --288.72,694.27 --288.72,694.28 --288.73,694.29 --288.73,694.3 --288.01,690.45 --288.01,690.45 --288.02,690.45 --288.02,690.46 --288.02,690.46 --288.02,690.47 --288.02,690.47 --288.03,690.48 --288.03,690.48 --288.03,690.49 --288.03,690.49 --288.03,690.5 --288.03,690.5 --288.03,690.5 --288.03,690.51 --288.03,690.51 --288.03,690.52 --288.03,690.52 --288.03,690.53 --288.03,690.53 --288.03,690.54 --288.03,690.54 --288.03,690.55 --288.03,690.55 --288.03,690.56 --288.03,690.57 --288.03,690.57 --288.03,690.58 --288.03,690.58 --288.03,690.59 --288.03,690.59 --288.03,690.6 --288.03,690.6 --288.03,690.61 --288.03,690.62 --288.03,690.62 --288.02,690.63 --288.02,690.63 --288.02,690.64 --288.02,690.64 --288.02,690.65 --288.02,690.66 --288.01,690.66 --288.01,690.67 --288.01,690.67 --288.01,690.68 --288.01,690.68 --288,690.69 --288,690.7 --288,690.7 --288,690.71 --287.99,690.71 --287.99,690.72 --287.99,690.72 --287.99,690.73 --287.98,690.74 --287.98,690.74 --287.98,690.75 --287.97,690.75 --287.97,690.76 --287.97,690.77 --287.96,690.77 --287.96,690.78 --287.96,690.78 --287.95,690.79 --287.95,690.79 --287.94,690.8 --287.94,690.81 --287.94,690.81 --287.93,690.82 --287.93,690.82 --287.92,690.83 --287.92,690.84 --287.91,690.84 --287.91,690.85 --287.91,690.85 --287.9,690.86 --287.9,690.86 --287.89,690.87 --287.89,690.88 --287.88,690.88 --287.88,690.89 --287.87,690.89 --287.86,690.9 --287.86,690.9 --287.85,690.91 --287.85,690.92 --287.84,690.92 --287.84,690.93 --287.83,690.93 --287.82,690.94 --287.82,690.94 --287.81,690.95 --287.8,690.96 --287.8,690.96 --287.79,690.97 --287.78,690.97 --287.78,690.98 --287.77,690.98 --287.76,690.99 --287.76,691 --287.75,691 --287.74,691.01 --287.74,691.01 --287.73,691.02 --287.72,691.02 --287.71,691.03 --287.71,691.04 --287.7,691.04 --287.69,691.05 --287.68,691.05 --287.67,691.06 --287.67,691.07 --287.66,691.07 --287.65,691.08 --287.64,691.09 --287.63,691.09 --287.63,691.1 --287.62,691.1 --287.61,691.11 --287.6,691.12 --287.59,691.12 --287.58,691.13 --287.57,691.14 --287.57,691.14 --287.56,691.15 --287.55,691.16 --287.54,691.16 --287.53,691.17 --287.52,691.18 --287.51,691.18 --287.5,691.19 --287.49,691.2 --287.48,691.2 --287.47,691.21 --287.47,691.22 --287.46,691.22 --287.45,691.23 --287.44,691.23 --287.43,691.24 --287.42,691.25 --287.41,691.25 --287.4,691.26 --287.39,691.27 --287.38,691.28 --287.37,691.28 --287.36,691.29 --287.35,691.3 --287.35,691.3 --287.34,691.31 --287.33,691.32 --287.32,691.32 --287.31,691.33 --287.3,691.34 --287.29,691.35 --287.28,691.35 --287.27,691.36 --287.26,691.37 --287.25,691.37 --287.24,691.38 --287.23,691.39 --287.22,691.4 --287.22,691.4 --287.21,691.41 --287.2,691.42 --287.19,691.42 --287.18,691.43 --287.17,691.44 --287.16,691.44 --287.15,691.45 --287.14,691.46 --287.13,691.46 --287.12,691.47 --287.11,691.48 --287.1,691.48 --287.09,691.49 --287.09,691.5 --287.08,691.5 --287.07,691.51 --287.06,691.52 --287.05,691.52 --287.04,691.53 --287.03,691.54 --287.02,691.54 --287.01,691.55 --287,691.56 --286.99,691.56 --286.98,691.57 --286.97,691.57 --286.96,691.58 --286.95,691.59 --286.95,691.59 --286.94,691.6 --286.93,691.6 --286.92,691.61 --286.91,691.62 --286.9,691.62 --286.89,691.63 --286.88,691.63 --286.87,691.64 --286.86,691.65 --286.85,691.65 --286.84,691.66 --286.83,691.67 --286.83,691.67 --286.82,691.68 --286.81,691.69 --286.8,691.69 --286.79,691.7 --286.78,691.71 --286.78,691.71 --286.77,691.72 --286.76,691.73 --286.75,691.74 --286.74,691.74 --286.74,691.75 --286.73,691.76 --286.72,691.77 --286.71,691.78 --286.71,691.78 --286.7,691.79 --286.69,691.8 --286.68,691.81 --286.68,691.82 --286.67,691.82 --286.66,691.83 --286.66,691.84 --286.65,691.85 --286.64,691.86 --286.63,691.86 --286.63,691.87 --286.62,691.88 --286.61,691.89 --286.61,691.9 --286.6,691.9 --286.59,691.91 --286.58,691.92 --286.58,691.93 --286.57,691.94 --286.56,691.94 --286.56,691.95 --286.55,691.96 --286.54,691.97 --286.54,691.98 --286.53,691.98 --286.53,691.99 --286.52,692 --286.51,692.01 --286.51,692.02 --286.5,692.03 --286.49,692.03 --286.49,692.04 --286.48,692.05 --286.48,692.06 --286.47,692.07 --286.46,692.08 --286.46,692.08 --286.45,692.09 --286.45,692.1 --286.44,692.11 --286.44,692.12 --286.43,692.13 --286.42,692.13 --286.42,692.14 --286.41,692.15 --286.41,692.16 --286.4,692.17 --286.4,692.18 --286.39,692.18 --286.39,692.19 --286.38,692.2 --286.38,692.21 --286.37,692.22 --286.37,692.23 --286.36,692.24 --286.36,692.24 --286.35,692.25 --286.35,692.26 --286.34,692.27 --286.34,692.28 --286.33,692.29 --286.33,692.3 --286.32,692.3 --286.32,692.31 --286.32,692.32 --286.31,692.33 --286.31,692.34 --286.3,692.35 --286.3,692.36 --286.3,692.36 --286.29,692.37 --286.29,692.38 --286.28,692.39 --286.28,692.4 --286.28,692.41 --286.27,692.42 --286.27,692.42 --286.27,692.43 --286.27,692.44 --286.26,692.45 --284.7,690.62 --284.7,690.63 --284.69,690.64 --284.69,690.64 --284.68,690.65 --284.68,690.66 --284.67,690.66 --284.67,690.67 --284.66,690.67 --284.66,690.68 --284.66,690.69 --284.65,690.69 --284.65,690.7 --284.64,690.7 --284.64,690.71 --284.64,690.72 --284.63,690.72 --284.63,690.73 --284.63,690.73 --284.62,690.74 --284.62,690.74 --284.62,690.75 --284.62,690.76 --284.61,690.76 --284.61,690.77 --284.61,690.77 --284.61,690.78 --284.6,690.78 --284.6,690.79 --284.6,690.79 --284.6,690.8 --284.6,690.8 --284.59,690.81 --284.59,690.81 --284.59,690.82 --284.59,690.82 --284.59,690.82 --284.59,690.83 --284.59,690.83 --284.59,690.84 --284.58,690.84 --284.58,690.85 --284.58,690.85 --284.58,690.85 --284.58,690.86 --284.58,690.86 --284.58,690.86 --284.58,690.87 --284.58,690.87 --284.58,690.87 --284.58,690.88 --284.58,690.88 --284.58,690.88 --284.59,690.89 --284.59,690.89 --284.59,690.89 --284.59,690.9 --284.59,690.9 --284.59,690.9 --284.59,690.9 --284.59,690.91 --284.6,690.91 --284.6,690.91 --284.6,690.91 --284.6,690.91 --284.6,690.92 --284.61,690.92 --284.61,690.92 --284.61,690.92 --284.61,690.92 --284.62,690.92 --284.62,690.92 --284.62,690.93 --284.62,690.93 --284.63,690.93 --284.63,690.93 --284.63,690.93 --284.64,690.93 --284.64,690.93 --284.64,690.93 --284.65,690.93 --284.65,690.93 --284.66,690.93 --284.66,690.93 --284.67,690.93 --284.67,690.93 --284.67,690.93 --284.68,690.93 --284.68,690.93 --284.69,690.93 --284.69,690.92 --284.7,690.92 --284.7,690.92 --284.71,690.92 --284.71,690.92 --284.72,690.92 --284.72,690.92 --284.73,690.92 --284.73,690.91 --284.74,690.91 --284.74,690.91 --284.75,690.91 --284.75,690.91 --284.76,690.91 --284.76,690.91 --284.77,690.9 --284.78,690.9 --284.78,690.9 --284.79,690.9 --284.79,690.9 --284.8,690.9 --284.8,690.89 --284.81,690.89 --284.81,690.89 --284.82,690.89 --284.83,690.89 --284.83,690.89 --284.84,690.88 --284.84,690.88 --284.85,690.88 --284.85,690.88 --284.86,690.88 --284.86,690.87 --284.87,690.87 --284.88,690.87 --284.88,690.87 --284.89,690.87 --284.89,690.86 --284.9,690.86 --284.9,690.86 --284.91,690.86 --284.92,690.86 --284.92,690.85 --284.93,690.85 --284.93,690.85 --284.94,690.85 --284.94,690.84 --284.95,690.84 --284.96,690.84 --284.96,690.83 --284.97,690.83 --284.98,690.83 --284.98,690.82 --284.99,690.82 --285,690.82 --285,690.81 --285.01,690.81 --285.02,690.81 --285.02,690.8 --285.03,690.8 --285.04,690.8 --285.05,690.79 --285.05,690.79 --285.06,690.78 --285.07,690.78 --285.08,690.77 --285.08,690.77 --285.09,690.76 --285.1,690.76 --285.11,690.75 --285.12,690.75 --285.13,690.74 --285.13,690.74 --285.14,690.73 --285.15,690.72 --285.16,690.72 --285.17,690.71 --285.18,690.7 --285.19,690.7 --285.2,690.69 --285.21,690.68 --285.22,690.67 --285.23,690.67 --285.24,690.66 --285.25,690.65 --285.26,690.64 --285.27,690.63 --285.28,690.62 --285.29,690.61 --285.3,690.6 --285.31,690.59 --285.32,690.58 --285.34,690.57 --285.35,690.56 --285.36,690.55 --285.37,690.54 --285.38,690.53 --285.39,690.52 --285.41,690.51 --285.42,690.5 --285.43,690.48 --285.44,690.47 --285.46,690.46 --285.47,690.45 --285.48,690.44 --285.5,690.42 --285.51,690.41 --285.52,690.4 --285.54,690.38 --285.55,690.37 --285.57,690.35 --285.58,690.34 --285.59,690.33 --285.61,690.31 --285.62,690.3 --285.64,690.28 --285.65,690.27 --285.67,690.25 --285.68,690.24 --285.7,690.22 --285.71,690.2 --285.73,690.19 --285.74,690.17 --285.76,690.15 --285.78,690.14 --285.79,690.12 --285.81,690.1 --285.82,690.08 --285.84,690.07 --285.86,690.05 --285.87,690.03 --285.89,690.01 --285.91,689.99 --285.92,689.97 --285.94,689.96 --285.96,689.94 --285.98,689.92 --285.99,689.9 --286.01,689.88 --286.03,689.86 --286.05,689.84 --286.06,689.82 --286.08,689.79 --286.1,689.77 --286.12,689.75 --286.14,689.73 --286.15,689.71 --286.17,689.69 --286.19,689.67 --286.21,689.64 --286.23,689.62 --286.25,689.6 --286.27,689.57 --286.29,689.55 --286.31,689.53 --286.33,689.5 --286.34,689.48 --286.36,689.46 --286.38,689.43 --286.4,689.41 --286.42,689.38 --286.44,689.36 --286.47,689.33 --286.49,689.31 --286.51,689.28 --286.53,689.26 --286.55,689.23 --286.57,689.2 --286.59,689.18 --286.61,689.15 --286.63,689.12 --286.65,689.1 --286.67,689.07 --286.7,689.04 --286.72,689.01 --286.74,688.98 --286.76,688.96 --286.78,688.93 --286.8,688.9 --286.83,688.87 --286.85,688.84 --286.87,688.81 --286.89,688.78 --286.92,688.75 --286.94,688.72 --286.96,688.69 --286.99,688.66 --287.01,688.63 --287.03,688.59 --287.06,688.56 --287.08,688.53 --287.1,688.5 --287.13,688.47 --287.15,688.43 --287.17,688.4 --287.2,688.37 --287.22,688.33 --287.25,688.3 --287.27,688.26 --287.3,688.23 --287.32,688.19 --287.35,688.16 --287.37,688.12 --287.4,688.09 --287.42,688.05 --287.45,688.01 --287.47,687.98 --287.5,687.94 --287.52,687.9 --287.55,687.87 --287.57,687.83 --287.6,687.79 --287.62,687.75 --287.65,687.71 --287.67,687.67 --287.7,687.64 --287.72,687.6 --287.75,687.56 --287.77,687.52 --287.8,687.48 --287.82,687.44 --287.85,687.4 --287.87,687.36 --287.9,687.32 --287.92,687.28 --287.95,687.25 --287.97,687.21 --288,687.17 --288.02,687.13 --288.05,687.09 --288.07,687.05 --288.1,687.01 --288.12,686.97 --288.15,686.93 --288.17,686.89 --288.2,686.84 --288.22,686.8 --288.25,686.76 --288.27,686.72 --288.3,686.68 --288.32,686.64 --288.35,686.6 --288.37,686.55 --288.4,686.51 --288.42,686.47 --288.45,686.43 --288.48,686.38 --288.5,686.34 --288.53,686.3 --288.55,686.25 --288.58,686.21 --288.6,686.17 --288.63,686.12 --288.65,686.08 --288.68,686.04 --288.71,685.99 --288.73,685.95 --288.76,685.9 --288.78,685.86 --288.81,685.82 --288.83,685.77 --288.86,685.73 --288.89,685.68 --288.91,685.64 --288.94,685.59 --288.96,685.55 --288.99,685.5 --289.02,685.46 --289.04,685.41 --289.07,685.36 --289.09,685.32 --289.12,685.27 --289.15,685.23 --289.17,685.18 --289.2,685.13 --289.22,685.09 --289.25,685.04 --289.28,684.99 --289.3,684.95 --289.33,684.9 --289.36,684.85 --289.38,684.81 --289.41,684.76 --289.44,684.71 --289.46,684.66 --289.49,684.62 --289.52,684.57 --289.54,684.52 --289.57,684.47 --289.6,684.42 --289.62,684.38 --289.65,684.33 --289.68,684.28 --289.7,684.23 --289.73,684.18 --289.76,684.14 --289.79,684.09 --289.81,684.04 --289.84,683.99 --289.87,683.94 --289.9,683.89 --289.93,683.85 --289.95,683.8 --289.98,683.75 --291.58,681.13 --291.61,681.07 --291.64,681.02 --291.67,680.97 --288.9,680.97 --288.93,680.92 --288.96,680.87 --288.99,680.82 --289.02,680.77 --289.05,680.72 --289.08,680.67 --289.11,680.62 --289.14,680.57 --289.17,680.52 --289.2,680.47 --289.23,680.42 --289.26,680.37 --289.29,680.32 --289.32,680.27 --289.35,680.22 --289.38,680.17 --289.41,680.12 --289.44,680.07 --289.47,680.02 --289.5,679.97 --289.53,679.92 --289.57,679.87 --289.6,679.82 --289.63,679.77 --289.66,679.72 --289.69,679.67 --289.73,679.62 --289.76,679.57 --289.79,679.52 --289.83,679.47 --289.86,679.42 --289.89,679.37 --289.93,679.32 --289.96,679.27 --289.99,679.22 --290.03,679.17 --290.06,679.12 --290.1,679.08 --290.13,679.03 --290.16,678.98 --290.2,678.93 --290.23,678.88 --290.27,678.83 --290.3,678.78 --290.34,678.73 --290.38,678.68 --290.41,678.63 --290.45,678.58 --290.48,678.53 --290.52,678.48 --290.56,678.43 --290.59,678.38 --290.63,678.33 --290.67,678.28 --290.7,678.24 --290.74,678.19 --290.78,678.14 --290.82,678.09 --290.85,678.04 --290.89,677.99 --290.93,677.94 --290.97,677.89 --291.01,677.84 --291.05,677.79 --291.09,677.74 --291.13,677.69 --291.16,677.64 --291.2,677.6 --291.24,677.55 --291.28,677.5 --291.33,677.45 --291.37,677.4 --291.41,677.35 --291.45,677.3 --291.49,677.25 --291.53,677.2 --291.57,677.15 --291.61,677.11 --291.66,677.06 --291.7,677.01 --291.74,676.96 --291.78,676.91 --291.82,676.86 --291.87,676.81 --291.91,676.76 --291.95,676.71 --292,676.67 --292.04,676.62 --292.08,676.57 --292.13,676.52 --292.17,676.47 --292.22,676.42 --292.26,676.37 --292.31,676.33 --292.35,676.28 --292.4,676.23 --292.44,676.18 --292.49,676.13 --292.53,676.08 --292.58,676.04 --292.63,675.99 --292.67,675.94 --292.72,675.89 --292.77,675.84 --292.81,675.8 --292.86,675.75 --292.91,675.7 --292.96,675.65 --293.01,675.61 --293.05,675.56 --293.1,675.51 --293.15,675.47 --293.2,675.42 --293.25,675.37 --293.3,675.32 --293.35,675.28 --293.4,675.23 --293.45,675.18 --293.5,675.14 --293.55,675.09 --293.6,675.04 --293.65,675 --293.7,674.95 --293.75,674.91 --293.8,674.86 --293.85,674.81 --293.91,674.77 --293.96,674.72 --294.01,674.68 --294.06,674.63 --294.12,674.58 --294.17,674.54 --294.22,674.49 --294.27,674.45 --294.33,674.4 --294.38,674.36 --294.43,674.31 --294.49,674.27 --294.54,674.22 --294.6,674.18 --294.65,674.13 --294.71,674.09 --294.76,674.04 --294.82,674 --294.87,673.95 --294.93,673.91 --294.98,673.86 --295.04,673.82 --295.1,673.78 --295.15,673.73 --295.21,673.69 --295.27,673.65 --295.32,673.6 --295.38,673.56 --295.44,673.51 --295.5,673.47 --295.55,673.43 --295.61,673.39 --295.67,673.34 --295.73,673.3 --295.79,673.26 --295.85,673.21 --295.9,673.17 --295.96,673.13 --296.02,673.09 --296.08,673.04 --296.14,673 --296.2,672.96 --296.26,672.92 --296.32,672.88 --296.38,672.83 --296.44,672.79 --296.51,672.75 --296.57,672.71 --296.63,672.67 --296.69,672.63 --296.75,672.59 --296.81,672.54 --296.88,672.5 --296.94,672.46 --297,672.42 --297.06,672.38 --297.13,672.34 --297.19,672.3 --297.25,672.26 --297.32,672.22 --297.38,672.18 --297.44,672.14 --297.51,672.1 --297.57,672.06 --297.64,672.02 --297.7,671.98 --297.77,671.95 --297.83,671.91 --297.9,671.87 --297.96,671.83 --298.03,671.79 --298.09,671.75 --298.16,671.71 --297.12,672.27 --297.18,672.23 --297.25,672.19 --297.32,672.16 --297.38,672.12 --297.45,672.09 --297.51,672.05 --297.58,672.01 --297.65,671.98 --297.71,671.94 --297.78,671.91 --297.85,671.87 --297.91,671.84 --297.98,671.8 --298.05,671.77 --298.12,671.73 --298.18,671.7 --298.25,671.66 --298.32,671.63 --298.39,671.6 --298.46,671.56 --298.52,671.53 --298.59,671.49 --298.66,671.46 --298.73,671.43 --298.8,671.39 --298.87,671.36 --298.94,671.33 --299.01,671.29 --299.08,671.26 --299.15,671.23 --299.22,671.2 --299.29,671.16 --299.36,671.13 --299.43,671.1 --299.5,671.07 --299.57,671.04 --299.65,671 --299.72,670.97 --299.79,670.94 --299.86,670.91 --299.93,670.88 --300.01,670.85 --300.08,670.82 --300.15,670.79 --300.22,670.76 --300.3,670.73 --300.37,670.7 --300.44,670.67 --300.52,670.64 --300.59,670.61 --300.67,670.58 --300.74,670.55 --300.81,670.52 --300.89,670.49 --300.96,670.46 --301.04,670.43 --301.11,670.4 --301.19,670.37 --301.26,670.34 --301.34,670.31 --301.41,670.28 --301.49,670.26 --301.56,670.23 --301.64,670.2 --301.71,670.17 --301.79,670.14 --301.86,670.11 --301.94,670.08 --302.02,670.05 --302.09,670.03 --302.17,670 --302.25,669.97 --302.32,669.94 --302.4,669.91 --302.48,669.89 --302.55,669.86 --302.63,669.83 --302.71,669.8 --302.78,669.78 --302.86,669.75 --302.94,669.72 --303.02,669.69 --303.09,669.67 --303.17,669.64 --303.25,669.61 --303.33,669.59 --303.4,669.56 --303.48,669.53 --303.56,669.51 --303.64,669.48 --303.71,669.45 --303.79,669.43 --303.87,669.4 --303.95,669.38 --304.02,669.35 --304.1,669.32 --304.18,669.3 --304.26,669.27 --304.33,669.25 --304.41,669.22 --304.49,669.2 --304.57,669.17 --304.64,669.14 --304.72,669.12 --304.8,669.09 --304.88,669.07 --304.95,669.04 --305.03,669.02 --305.11,668.99 --305.19,668.97 --305.26,668.94 --305.34,668.92 --305.42,668.89 --305.5,668.87 --305.57,668.85 --305.65,668.82 --305.73,668.8 --305.81,668.77 --305.88,668.75 --305.96,668.73 --306.04,668.7 --306.12,668.68 --306.19,668.65 --306.27,668.63 --306.35,668.61 --306.43,668.58 --306.5,668.56 --306.58,668.54 --306.66,668.51 --306.74,668.49 --306.81,668.47 --306.89,668.45 --306.97,668.42 --307.05,668.4 --307.12,668.38 --307.2,668.36 --307.28,668.33 --307.35,668.31 --307.43,668.29 --307.51,668.27 --307.59,668.25 --307.66,668.22 --307.74,668.2 --307.82,668.18 --307.9,668.16 --307.97,668.14 --308.05,668.11 --308.13,668.09 --308.2,668.07 --308.28,668.05 --308.36,668.03 --308.44,668.01 --308.51,667.99 --308.59,667.96 --308.67,667.94 --308.74,667.92 --308.82,667.9 --308.9,667.88 --308.97,667.86 --309.05,667.84 --309.13,667.82 --309.21,667.8 --309.28,667.78 --309.36,667.76 --309.44,667.73 --309.52,667.71 --309.59,667.69 --309.67,667.67 --309.75,667.65 --309.83,667.63 --309.9,667.61 --309.98,667.59 --310.06,667.57 --310.14,667.55 --310.22,667.53 --310.3,667.51 --310.37,667.49 --310.45,667.47 --310.53,667.45 --310.61,667.43 --310.69,667.41 --310.77,667.39 --310.85,667.37 --310.93,667.35 --311.01,667.33 --311.09,667.31 --311.17,667.29 --311.25,667.27 --311.34,667.25 --311.42,667.23 --311.5,667.21 --311.58,667.19 --311.66,667.17 --311.74,667.15 --311.82,667.13 --311.91,667.11 --311.99,667.09 --312.07,667.07 --312.15,667.05 --312.23,667.03 --312.32,667.01 --312.4,667 --312.48,666.98 --312.56,666.96 --312.64,666.94 --312.73,666.92 --312.81,666.9 --312.89,666.88 --312.97,666.86 --313.06,666.84 --313.14,666.82 --313.22,666.8 --313.31,666.78 --313.39,666.76 --313.47,666.75 --313.56,666.73 --313.64,666.71 --313.73,666.69 --313.81,666.67 --313.89,666.65 --313.98,666.63 --314.06,666.61 --314.15,666.59 --314.23,666.57 --314.32,666.56 --314.4,666.54 --314.49,666.52 --314.57,666.5 --314.66,666.48 --314.74,666.46 --314.83,666.44 --314.92,666.42 --315,666.41 --315.09,666.39 --315.18,666.37 --315.26,666.35 --315.35,666.33 --315.44,666.31 --315.52,666.29 --315.61,666.28 --315.7,666.26 --315.79,666.24 --315.87,666.22 --315.96,666.2 --316.05,666.19 --316.14,666.17 --316.22,666.15 --316.31,666.13 --316.4,666.11 --316.49,666.09 --316.58,666.08 --316.67,666.06 --316.76,666.04 --316.85,666.02 --316.93,666 --317.02,665.99 --317.11,665.97 --317.2,665.95 --317.29,665.93 --317.38,665.92 --317.47,665.9 --317.56,665.88 --317.65,665.86 --317.74,665.85 --317.84,665.83 --317.93,665.81 --318.02,665.79 --318.11,665.78 --318.2,665.76 --318.29,665.74 --318.38,665.72 --318.47,665.71 --318.56,665.69 --318.66,665.67 --318.75,665.66 --318.84,665.64 --318.93,665.62 --319.03,665.6 --319.12,665.59 --319.21,665.57 --319.3,665.55 --319.4,665.54 --319.49,665.52 --319.58,665.5 --319.68,665.49 --319.77,665.47 --319.86,665.45 --319.96,665.44 --320.05,665.42 --320.15,665.4 --320.24,665.39 --320.33,665.37 --320.43,665.35 --320.52,665.34 --320.62,665.32 --320.71,665.3 --320.81,665.29 --320.9,665.27 --320.99,665.25 --320.04,665.78 --320.14,665.77 --320.23,665.75 --320.33,665.74 --320.42,665.72 --320.51,665.71 --320.61,665.69 --320.7,665.68 --320.79,665.66 --320.89,665.65 --320.98,665.63 --321.08,665.62 --321.17,665.6 --321.26,665.59 --321.36,665.57 --321.45,665.56 --321.55,665.54 --321.64,665.52 --321.74,665.51 --321.83,665.49 --321.92,665.48 --322.02,665.46 --322.11,665.45 --322.21,665.44 --322.3,665.42 --322.4,665.41 --322.49,665.39 --322.59,665.38 --322.68,665.36 --322.77,665.35 --322.87,665.33 --322.96,665.32 --323.06,665.3 --323.15,665.29 --323.25,665.27 --323.34,665.26 --323.44,665.24 --323.53,665.23 --323.63,665.22 --323.72,665.2 --323.82,665.19 --323.91,665.17 --324.01,665.16 --324.1,665.14 --324.19,665.13 --324.29,665.12 --324.38,665.1 --324.48,665.09 --324.57,665.07 --324.67,665.06 --324.76,665.05 --324.86,665.03 --324.95,665.02 --325.05,665 --325.14,664.99 --325.24,664.98 --325.33,664.96 --325.43,664.95 --325.52,664.93 --325.62,664.92 --325.71,664.91 --325.81,664.89 --325.9,664.88 --326,664.87 --326.09,664.85 --326.19,664.84 --326.28,664.83 --326.38,664.81 --326.47,664.8 --326.57,664.79 --326.66,664.77 --326.76,664.76 --326.85,664.75 --326.95,664.73 --327.04,664.72 --327.14,664.71 --327.23,664.69 --327.33,664.68 --327.42,664.67 --327.52,664.65 --327.61,664.64 --327.71,664.63 --327.8,664.61 --327.9,664.6 --327.99,664.59 --328.09,664.57 --328.18,664.56 --328.28,664.55 --328.37,664.53 --328.47,664.52 --328.56,664.51 --328.66,664.5 --328.75,664.48 --328.85,664.47 --328.94,664.46 --329.04,664.44 --329.13,664.43 --329.23,664.42 --329.33,664.41 --329.42,664.39 --329.52,664.38 --329.61,664.37 --329.71,664.35 --329.8,664.34 --329.9,664.33 --329.99,664.32 --330.09,664.3 --330.18,664.29 --330.28,664.28 --330.37,664.26 --330.47,664.25 --330.56,664.24 --330.66,664.23 --330.76,664.21 --330.85,664.2 --330.95,664.19 --331.04,664.18 --331.14,664.16 --331.23,664.15 --331.33,664.14 --331.42,664.13 --331.52,664.11 --331.61,664.1 --331.71,664.09 --331.8,664.07 --331.9,664.06 --331.99,664.05 --332.09,664.04 --332.19,664.02 --332.28,664.01 --332.38,664 --332.47,663.98 --332.57,663.97 --332.66,663.96 --332.76,663.95 --332.85,663.93 --332.95,663.92 --333.04,663.91 --333.14,663.9 --333.24,663.88 --333.33,663.87 --333.43,663.86 --333.52,663.85 --333.62,663.84 --333.72,663.82 --333.81,663.81 --333.91,663.8 --334,663.79 --334.1,663.77 --334.19,663.76 --334.29,663.75 --334.39,663.74 --334.48,663.72 --334.58,663.71 --334.67,663.7 --334.77,663.69 --334.86,663.67 --334.96,663.66 --335.05,663.65 --335.15,663.64 --335.24,663.63 --335.34,663.61 --335.43,663.6 --335.53,663.59 --335.62,663.58 --335.72,663.56 --335.81,663.55 --335.91,663.54 --336,663.53 --336.1,663.52 --336.19,663.5 --336.29,663.49 --336.38,663.48 --336.47,663.47 --336.57,663.46 --336.66,663.45 --336.76,663.43 --336.85,663.42 --336.94,663.41 --337.04,663.4 --337.13,663.39 --337.22,663.37 --337.32,663.36 --337.41,663.35 --337.5,663.34 --337.6,663.33 --337.69,663.32 --337.78,663.3 --337.87,663.29 --337.97,663.28 --338.06,663.27 --338.15,663.26 --338.24,663.25 --338.34,663.23 --338.43,663.22 --338.52,663.21 --338.61,663.2 --338.7,663.19 --338.79,663.17 --338.89,663.16 --338.98,663.15 --339.07,663.14 --339.16,663.13 --339.25,663.11 --339.34,663.1 --339.43,663.09 --339.52,663.08 --339.61,663.06 --339.7,663.05 --339.79,663.04 --339.88,663.03 --339.97,663.01 --340.06,663 --340.15,662.99 --340.24,662.98 --340.33,662.96 --340.42,662.95 --340.51,662.94 --340.6,662.93 --340.69,662.91 --340.78,662.9 --340.87,662.89 --340.96,662.88 --341.05,662.86 --341.14,662.85 --341.23,662.84 --341.32,662.82 --341.4,662.81 --341.49,662.8 --341.58,662.79 --341.67,662.77 --341.76,662.76 --341.85,662.75 --341.93,662.74 --342.02,662.72 --342.11,662.71 --342.2,662.7 --342.29,662.68 --342.37,662.67 --342.46,662.66 --342.55,662.65 --342.64,662.63 --342.72,662.62 --342.81,662.61 --342.9,662.59 --342.98,662.58 --343.07,662.57 --343.16,662.56 --343.24,662.54 --343.33,662.53 --343.41,662.52 --343.5,662.5 --343.59,662.49 --343.67,662.48 --343.76,662.47 --343.84,662.45 --343.93,662.44 --344.02,662.43 --344.1,662.41 --344.19,662.4 --344.27,662.39 --344.36,662.37 --344.44,662.36 --344.53,662.35 --344.61,662.34 --344.69,662.32 --344.78,662.31 --344.86,662.3 --344.95,662.28 --345.03,662.27 --345.11,662.26 --345.2,662.25 --345.28,662.23 --345.36,662.22 --345.45,662.21 --345.53,662.19 --345.61,662.18 --345.7,662.17 --345.78,662.16 --345.86,662.14 --345.94,662.13 --346.03,662.12 --346.11,662.1 --346.19,662.09 --346.27,662.08 --346.35,662.07 --346.44,662.05 --346.52,662.04 --346.6,662.03 --346.68,662.02 --346.76,662 --346.84,661.99 --346.92,661.98 --347.01,661.97 --347.09,661.95 --347.17,661.94 --347.25,661.93 --347.33,661.92 --347.41,661.9 --347.49,661.89 --347.57,661.88 --347.65,661.87 --347.73,661.85 --347.81,661.84 --347.89,661.83 --347.97,661.82 --348.05,661.8 --348.13,661.79 --348.21,661.78 --348.29,661.77 --348.36,661.75 --348.44,661.74 --348.52,661.73 --348.6,661.72 --348.68,661.7 --348.76,661.69 --348.84,661.68 --348.92,661.67 --348.99,661.66 --349.07,661.64 --349.15,661.63 --349.23,661.62 --349.31,661.61 --349.38,661.59 --349.46,661.58 --349.54,661.57 --349.62,661.56 --349.69,661.54 --349.77,661.53 --349.85,661.52 --349.92,661.51 --350,661.5 --350.08,661.48 --350.15,661.47 --350.23,661.46 --350.31,661.45 --350.38,661.43 --350.46,661.42 --350.53,661.41 --350.61,661.4 --350.69,661.39 --350.76,661.37 --350.84,661.36 --350.91,661.35 --350.99,661.34 --351.06,661.33 --351.14,661.31 --351.21,661.3 --351.29,661.29 --351.36,661.28 --351.43,661.27 --351.51,661.26 --351.58,661.24 --351.66,661.23 --351.73,661.22 --351.8,661.21 --351.88,661.2 --351.95,661.19 --352.02,661.18 --352.1,661.16 --352.17,661.15 --352.24,661.14 --352.31,661.13 --352.39,661.12 --352.46,661.11 --352.53,661.1 --352.6,661.08 --352.68,661.07 --352.75,661.06 --352.82,661.05 --352.89,661.04 --352.96,661.03 --353.03,661.02 --353.11,661.01 --353.18,661 --353.25,660.98 --353.32,660.97 --353.39,660.96 --353.46,660.95 --353.53,660.94 --353.6,660.93 --353.67,660.92 --353.74,660.91 --353.81,660.9 --353.88,660.89 --353.95,660.88 --354.02,660.87 --354.09,660.85 --354.16,660.84 --354.23,660.83 --354.3,660.82 --354.37,660.81 --354.44,660.8 --354.51,660.79 --354.57,660.78 --354.64,660.77 --354.71,660.76 --354.78,660.75 --354.85,660.74 --354.92,660.73 --353.75,660.41 --353.82,660.4 --353.88,660.39 --353.95,660.38 --354.02,660.37 --354.08,660.36 --354.15,660.35 --354.21,660.33 --354.28,660.32 --354.34,660.31 --354.41,660.3 --354.47,660.29 --354.54,660.28 --354.6,660.27 --354.67,660.26 --354.73,660.25 --354.79,660.24 --354.86,660.23 --354.92,660.22 --354.99,660.21 --355.05,660.2 --355.11,660.19 --355.17,660.18 --355.24,660.17 --355.3,660.16 --355.36,660.15 --355.42,660.14 --355.49,660.13 --355.55,660.12 --355.61,660.11 --355.67,660.1 --355.73,660.09 --355.79,660.09 --355.86,660.08 --355.92,660.07 --355.98,660.06 --356.04,660.05 --356.1,660.04 --356.16,660.03 --356.22,660.02 --356.28,660.01 --356.34,660 --356.4,659.99 --356.45,659.98 --356.51,659.97 --356.57,659.97 --356.63,659.96 --356.69,659.95 --356.75,659.94 --356.81,659.93 --356.86,659.92 --356.92,659.91 --356.98,659.9 --357.03,659.89 --357.09,659.88 --357.15,659.87 --357.21,659.87 --357.26,659.86 --357.32,659.85 --357.37,659.84 --357.43,659.83 --357.49,659.82 --357.54,659.81 --357.6,659.8 --357.65,659.8 --357.71,659.79 --357.76,659.78 --357.82,659.77 --357.87,659.76 --357.93,659.75 --357.98,659.75 --358.03,659.74 --358.09,659.73 --358.14,659.72 --358.2,659.71 --358.25,659.71 --358.3,659.7 --358.36,659.69 --358.41,659.68 --358.46,659.67 --358.51,659.67 --358.57,659.66 --358.62,659.65 --358.67,659.64 --358.72,659.64 --358.77,659.63 --358.83,659.62 --358.88,659.61 --358.93,659.61 --358.98,659.6 --359.03,659.59 --359.08,659.58 --359.13,659.58 --359.18,659.57 --359.23,659.56 --359.28,659.56 --359.33,659.55 --359.38,659.54 --359.43,659.53 --359.48,659.53 --359.53,659.52 --359.58,659.51 --359.63,659.5 --359.68,659.5 --359.73,659.49 --359.78,659.48 --359.83,659.48 --359.88,659.47 --359.93,659.46 --359.97,659.46 --360.02,659.45 --360.07,659.44 --360.12,659.43 --360.17,659.43 --360.22,659.42 --360.27,659.41 --360.31,659.4 --360.36,659.4 --360.41,659.39 --360.46,659.38 --360.51,659.37 --360.55,659.37 --360.6,659.36 --360.65,659.35 --360.69,659.34 --360.74,659.34 --360.78,659.33 --360.83,659.32 --360.87,659.32 --360.92,659.31 --360.96,659.31 --361.01,659.3 --361.05,659.3 --361.1,659.3 --361.14,659.29 --361.19,659.29 --361.23,659.28 --361.28,659.28 --361.32,659.27 --361.36,659.27 --361.41,659.26 --361.45,659.26 --361.5,659.25 --361.54,659.25 --361.59,659.24 --361.63,659.24 --361.68,659.23 --361.72,659.23 --361.77,659.22 --361.81,659.22 --361.86,659.21 --361.9,659.2 --361.95,659.2 --361.99,659.19 --362.04,659.18 --362.08,659.18 --362.13,659.17 --362.17,659.16 --362.22,659.16 --362.26,659.15 --362.31,659.14 --362.35,659.14 --362.4,659.13 --362.44,659.12 --362.49,659.12 --362.53,659.11 --362.58,659.1 --362.62,659.1 --362.67,659.09 --362.71,659.08 --362.76,659.07 --362.8,659.07 --362.84,659.06 --362.89,659.05 --362.93,659.05 --362.98,659.04 --363.02,659.03 --363.07,659.03 --363.11,659.02 --363.15,659.02 --363.2,659.01 --363.24,659 --363.29,659 --363.33,658.99 --363.38,658.98 --363.42,658.98 --363.46,658.97 --363.51,658.97 --363.55,658.96 --363.6,658.96 --363.64,658.95 --363.69,658.95 --363.73,658.94 --363.78,658.94 --363.82,658.94 --363.87,658.93 --363.91,658.93 --363.96,658.93 --364.01,658.92 --364.05,658.92 --364.1,658.92 --364.14,658.91 --364.19,658.91 --364.23,658.9 --364.28,658.9 --364.32,658.9 --364.37,658.89 --364.41,658.89 --364.46,658.88 --364.5,658.87 --364.55,658.87 --364.59,658.86 --364.63,658.86 --364.68,658.85 --364.72,658.84 --364.76,658.84 --364.81,658.83 --364.85,658.82 --364.89,658.82 --364.94,658.81 --364.98,658.8 --365.02,658.79 --365.06,658.79 --365.1,658.78 --365.15,658.77 --365.19,658.77 --365.23,658.76 --365.27,658.75 --365.32,658.75 --365.36,658.74 --365.4,658.74 --365.44,658.73 --365.49,658.73 --365.53,658.72 --365.57,658.72 --365.62,658.71 --365.66,658.71 --365.71,658.7 --365.75,658.7 --365.8,658.69 --365.84,658.69 --365.89,658.68 --365.93,658.68 --365.98,658.68 --366.02,658.67 --366.07,658.67 --366.11,658.66 --366.16,658.66 --366.21,658.65 --366.25,658.65 --366.3,658.65 --366.34,658.64 --366.39,658.64 --366.44,658.63 --366.48,658.63 --366.53,658.62 --366.58,658.62 --366.62,658.61 --366.67,658.61 --366.72,658.61 --366.76,658.6 --366.81,658.6 --366.86,658.59 --366.9,658.59 --366.95,658.59 --367,658.58 --367.04,658.58 --367.09,658.57 --367.14,658.57 --367.18,658.56 --367.23,658.56 --367.28,658.55 --367.33,658.55 --367.37,658.54 --367.42,658.54 --367.47,658.53 --367.52,658.53 --367.57,658.52 --367.62,658.52 --367.67,658.51 --367.72,658.5 --367.77,658.5 --367.82,658.49 --367.87,658.49 --367.92,658.48 --367.97,658.47 --368.02,658.47 --368.08,658.46 --368.13,658.45 --368.18,658.45 --368.24,658.44 --368.29,658.44 --368.35,658.43 --368.4,658.42 --368.46,658.42 --368.51,658.41 --368.56,658.41 --368.62,658.4 --368.67,658.39 --368.73,658.39 --367.34,658.18 --367.39,658.18 --367.44,658.17 --367.49,658.17 --367.55,658.16 --367.6,658.15 --367.65,658.15 --367.7,658.14 --367.75,658.14 --367.8,658.13 --367.86,658.13 --367.91,658.12 --367.96,658.11 --368.01,658.11 --368.07,658.1 --368.12,658.1 --368.17,658.09 --368.23,658.09 --368.28,658.08 --368.33,658.07 --368.39,658.07 --368.44,658.06 --368.5,658.06 --368.55,658.05 --368.6,658.04 --368.66,658.04 --368.71,658.03 --368.77,658.03 --368.82,658.02 --368.88,658.01 --368.93,658.01 --368.99,658 --369.04,658 --369.09,657.99 --369.15,657.98 --369.2,657.98 --369.26,657.97 --369.31,657.97 --369.37,657.96 --369.42,657.95 --369.48,657.95 --369.53,657.94 --369.59,657.93 --369.65,657.93 --369.7,657.92 --369.76,657.91 --369.82,657.91 --369.87,657.9 --369.93,657.89 --369.99,657.89 --370.04,657.88 --370.1,657.87 --370.16,657.87 --370.22,657.86 --370.28,657.85 --370.33,657.85 --370.39,657.84 --370.45,657.83 --370.51,657.83 --370.57,657.82 --370.63,657.81 --370.69,657.81 --370.74,657.8 --370.8,657.79 --370.86,657.79 --370.92,657.78 --370.98,657.77 --371.04,657.77 --371.1,657.76 --371.16,657.75 --371.22,657.75 --371.28,657.74 --371.34,657.73 --371.4,657.73 --371.46,657.72 --371.52,657.71 --371.58,657.7 --371.64,657.7 --371.71,657.69 --371.77,657.68 --371.83,657.68 --371.89,657.67 --371.95,657.66 --372.01,657.65 --372.08,657.65 --372.14,657.64 --372.2,657.63 --372.26,657.62 --372.33,657.61 --372.39,657.61 --372.45,657.6 --372.52,657.59 --372.58,657.58 --372.65,657.58 --372.71,657.57 --372.77,657.56 --372.84,657.55 --372.9,657.55 --372.97,657.54 --373.03,657.53 --373.1,657.52 --373.16,657.52 --373.22,657.51 --373.29,657.5 --373.35,657.49 --373.42,657.48 --373.48,657.48 --373.55,657.47 --373.61,657.46 --373.68,657.45 --373.75,657.45 --373.81,657.44 --373.88,657.43 --373.94,657.42 --374.01,657.41 --374.07,657.41 --374.14,657.4 --374.21,657.39 --374.27,657.38 --374.34,657.37 --374.4,657.37 --374.47,657.36 --374.54,657.35 --374.6,657.34 --374.67,657.33 --374.74,657.32 --374.8,657.32 --374.87,657.31 --374.94,657.3 --375,657.29 --375.07,657.28 --375.14,657.27 --375.21,657.26 --375.27,657.26 --375.34,657.25 --375.41,657.24 --375.48,657.23 --375.54,657.22 --375.61,657.21 --375.68,657.21 --375.75,657.2 --375.82,657.19 --375.89,657.18 --375.95,657.17 --376.02,657.16 --376.09,657.15 --376.16,657.14 --376.23,657.14 --376.3,657.13 --376.38,657.12 --376.45,657.11 --376.52,657.1 --376.59,657.09 --376.66,657.08 --376.73,657.07 --376.8,657.06 --376.87,657.05 --376.95,657.04 --377.02,657.04 --377.09,657.03 --377.16,657.02 --377.24,657.01 --377.31,657 --377.38,656.99 --377.46,656.98 --377.53,656.97 --377.61,656.96 --377.68,656.95 --377.75,656.94 --377.83,656.93 --377.9,656.92 --377.98,656.91 --378.05,656.9 --378.13,656.89 --378.21,656.88 --378.28,656.87 --378.36,656.86 --378.43,656.85 --378.51,656.84 --378.59,656.83 --378.66,656.82 --378.74,656.81 --378.82,656.8 --378.89,656.79 --378.97,656.78 --379.05,656.77 --379.13,656.76 --379.2,656.75 --379.28,656.74 --379.36,656.73 --379.44,656.72 --379.52,656.71 --379.6,656.7 --379.67,656.69 --379.75,656.68 --379.83,656.67 --379.91,656.66 --379.99,656.65 --380.07,656.64 --380.15,656.63 --380.23,656.62 --380.31,656.61 --380.39,656.6 --380.47,656.59 --380.55,656.58 --380.63,656.57 --380.71,656.56 --380.79,656.55 --380.87,656.54 --380.95,656.53 --381.03,656.52 --381.12,656.51 --381.2,656.5 --381.28,656.49 --381.36,656.48 --381.44,656.47 --381.53,656.45 --381.61,656.44 --381.69,656.43 --381.77,656.42 --381.86,656.41 --381.94,656.4 --382.02,656.39 --382.11,656.38 --382.19,656.37 --382.28,656.36 --382.36,656.35 --382.45,656.34 --382.53,656.32 --382.62,656.31 --382.7,656.3 --382.79,656.29 --382.87,656.28 --382.96,656.27 --383.04,656.26 --383.13,656.25 --383.22,656.24 --383.3,656.23 --383.39,656.22 --383.48,656.2 --383.56,656.19 --383.65,656.18 --383.74,656.17 --383.82,656.16 --383.91,656.15 --384,656.14 --384.09,656.13 --384.18,656.12 --384.26,656.11 --384.35,656.1 --384.44,656.08 --384.53,656.07 --384.62,656.06 --384.71,656.05 --384.8,656.04 --384.88,656.03 --384.97,656.02 --385.06,656.01 --385.15,656 --385.24,655.99 --385.33,655.98 --385.42,655.97 --385.51,655.96 --385.6,655.95 --385.69,655.93 --385.78,655.92 --385.88,655.91 --385.97,655.9 --386.06,655.89 --386.15,655.88 --386.24,655.87 --386.33,655.86 --386.42,655.85 --386.52,655.84 --386.61,655.83 --386.7,655.82 --386.79,655.81 --386.89,655.8 --386.98,655.79 --387.07,655.78 --387.16,655.77 --387.26,655.76 --387.35,655.75 --387.44,655.74 --387.54,655.73 --387.63,655.72 --387.73,655.71 --387.82,655.7 --387.91,655.69 --388.01,655.68 --388.1,655.67 --388.2,655.66 --388.29,655.65 --388.39,655.64 --388.48,655.63 --388.58,655.62 --388.67,655.61 --388.77,655.6 --388.86,655.59 --388.96,655.58 --387.51,654.02 --387.6,654.01 --387.69,654 --387.79,653.99 --387.88,653.98 --387.97,653.97 --388.07,653.95 --388.16,653.94 --388.26,653.93 --388.35,653.92 --388.45,653.91 --388.54,653.9 --388.64,653.89 --388.73,653.88 --388.83,653.87 --388.92,653.86 --389.02,653.85 --389.11,653.83 --389.21,653.82 --389.3,653.81 --389.4,653.8 --389.49,653.79 --389.59,653.78 --389.69,653.77 --389.78,653.76 --389.88,653.75 --389.97,653.74 --390.07,653.73 --390.17,653.72 --390.26,653.71 --390.36,653.7 --390.46,653.69 --390.55,653.67 --390.65,653.66 --390.75,653.65 --390.84,653.64 --390.94,653.63 --391.04,653.62 --391.13,653.61 --391.23,653.6 --391.33,653.59 --391.43,653.58 --391.52,653.57 --391.62,653.56 --391.72,653.55 --391.82,653.54 --391.91,653.53 --392.01,653.52 --392.11,653.51 --392.21,653.5 --392.31,653.48 --392.4,653.47 --392.5,653.46 --392.6,653.45 --392.7,653.44 --392.8,653.43 --392.9,653.42 --392.99,653.41 --393.09,653.4 --393.19,653.39 --393.29,653.38 --393.39,653.37 --393.49,653.36 --393.59,653.35 --393.68,653.34 --393.78,653.33 --393.88,653.32 --393.98,653.31 --394.08,653.3 --394.18,653.3 --394.28,653.29 --394.38,653.28 --394.48,653.27 --394.58,653.26 --394.67,653.25 --394.77,653.24 --394.87,653.23 --394.97,653.22 --395.07,653.21 --395.17,653.2 --395.27,653.19 --395.37,653.18 --395.47,653.17 --395.57,653.16 --395.67,653.15 --395.77,653.15 --395.87,653.14 --395.97,653.13 --396.07,653.12 --396.17,653.11 --396.27,653.1 --396.37,653.09 --396.47,653.08 --396.57,653.07 --396.67,653.06 --396.77,653.05 --396.87,653.04 --396.97,653.03 --397.07,653.02 --397.17,653.01 --397.27,653 --397.37,653 --397.47,652.99 --397.57,652.98 --397.67,652.97 --397.77,652.96 --397.87,652.95 --397.97,652.94 --398.07,652.93 --398.17,652.92 --398.27,652.91 --398.37,652.9 --398.47,652.89 --398.57,652.88 --398.67,652.87 --398.77,652.87 --398.87,652.86 --398.97,652.85 --399.07,652.84 --399.17,652.83 --399.27,652.82 --399.37,652.81 --399.47,652.8 --399.57,652.79 --399.67,652.79 --399.77,652.78 --399.87,652.77 --399.97,652.76 --400.07,652.75 --400.17,652.74 --400.27,652.73 --400.37,652.72 --400.47,652.72 --400.57,652.71 --400.67,652.7 --400.77,652.69 --400.87,652.68 --400.97,652.67 --401.06,652.66 --401.16,652.65 --401.26,652.65 --401.36,652.64 --401.46,652.63 --401.56,652.62 --401.66,652.61 --401.76,652.6 --401.86,652.59 --401.96,652.59 --402.06,652.58 --402.16,652.57 --402.26,652.56 --402.36,652.55 --402.46,652.54 --402.56,652.54 --402.66,652.53 --402.76,652.52 --402.86,652.51 --402.96,652.5 --403.05,652.49 --403.15,652.49 --403.25,652.48 --403.35,652.47 --403.45,652.46 --403.55,652.45 --403.65,652.44 --403.75,652.44 --403.85,652.43 --403.95,652.42 --404.05,652.41 --404.14,652.4 --404.24,652.4 --404.34,652.39 --404.44,652.38 --404.54,652.37 --404.64,652.36 --404.73,652.36 --404.83,652.35 --404.93,652.34 --405.03,652.33 --405.13,652.32 --405.22,652.32 --405.32,652.31 --405.42,652.3 --405.52,652.29 --405.61,652.28 --405.71,652.28 --405.81,652.27 --405.91,652.26 --406,652.25 --406.1,652.24 --406.2,652.23 --406.3,652.23 --406.39,652.22 --406.49,652.21 --406.59,652.2 --406.68,652.19 --406.78,652.18 --406.88,652.17 --406.97,652.16 --407.07,652.16 --407.17,652.15 --407.26,652.14 --407.36,652.13 --407.46,652.12 --407.55,652.11 --407.65,652.1 --407.74,652.09 --407.84,652.08 --407.94,652.08 --408.03,652.07 --408.13,652.06 --408.22,652.05 --408.32,652.04 --408.41,652.03 --408.51,652.03 --408.6,652.02 --408.7,652.01 --408.79,652 --408.88,651.99 --408.98,651.98 --409.07,651.98 --409.17,651.97 --409.26,651.96 --409.35,651.95 --409.44,651.94 --409.54,651.94 --409.63,651.93 --409.72,651.92 --409.82,651.91 --409.91,651.9 --410,651.9 --410.09,651.89 --410.19,651.88 --410.28,651.87 --410.37,651.86 --410.46,651.86 --410.56,651.85 --410.65,651.84 --410.74,651.83 --410.83,651.83 --410.92,651.82 --411.02,651.81 --411.11,651.81 --411.2,651.8 --411.29,651.79 --411.39,651.78 --411.48,651.78 --411.57,651.77 --411.66,651.76 --411.75,651.76 --411.84,651.75 --411.94,651.74 --412.03,651.74 --412.12,651.73 --412.21,651.72 --412.3,651.72 --412.39,651.71 --412.48,651.7 --412.57,651.7 --412.66,651.69 --412.75,651.68 --412.84,651.68 --412.93,651.67 --413.02,651.66 --413.11,651.66 --413.2,651.65 --413.29,651.65 --413.38,651.64 --413.47,651.63 --413.56,651.63 --413.65,651.62 --413.74,651.61 --413.83,651.61 --413.91,651.6 --414,651.59 --414.09,651.59 --414.18,651.58 --414.27,651.57 --414.35,651.57 --414.44,651.56 --414.53,651.56 --414.62,651.55 --414.7,651.54 --414.79,651.54 --414.88,651.53 --414.96,651.52 --415.05,651.52 --415.14,651.51 --415.22,651.51 --415.31,651.5 --415.4,651.49 --415.48,651.49 --415.57,651.48 --415.65,651.47 --415.74,651.47 --415.82,651.46 --415.91,651.46 --415.99,651.45 --416.08,651.44 --416.16,651.44 --415.45,650.19 --415.53,650.18 --415.61,650.17 --415.7,650.17 --415.78,650.16 --415.86,650.15 --415.94,650.14 --416.03,650.14 --416.11,650.13 --416.19,650.12 --416.27,650.11 --416.35,650.11 --416.43,650.1 --416.52,650.09 --416.6,650.08 --416.68,650.07 --416.76,650.07 --416.84,650.06 --416.92,650.05 --417,650.04 --417.08,650.04 --417.16,650.03 --417.24,650.02 --417.32,650.01 --417.39,650 --417.47,650 --417.55,649.99 --417.63,649.98 --417.71,649.97 --417.79,649.96 --417.86,649.96 --417.94,649.95 --418.02,649.94 --418.1,649.93 --418.17,649.92 --418.25,649.92 --418.33,649.91 --418.4,649.9 --418.48,649.89 --418.56,649.88 --418.63,649.88 --418.71,649.87 --418.79,649.86 --418.86,649.85 --418.94,649.84 --419.01,649.84 --419.09,649.83 --419.16,649.82 --419.24,649.81 --419.31,649.81 --419.39,649.8 --419.46,649.79 --419.54,649.78 --419.61,649.78 --419.68,649.77 --419.76,649.76 --419.83,649.75 --419.9,649.75 --419.98,649.74 --420.05,649.73 --420.12,649.72 --420.2,649.71 --420.27,649.71 --420.34,649.7 --420.41,649.69 --420.48,649.68 --420.56,649.67 --420.63,649.67 --420.7,649.66 --420.77,649.65 --420.84,649.64 --420.91,649.64 --420.98,649.63 --421.05,649.62 --421.12,649.61 --421.19,649.61 --421.26,649.6 --421.33,649.59 --421.4,649.58 --421.47,649.58 --421.54,649.57 --421.61,649.56 --421.68,649.55 --421.75,649.55 --421.82,649.54 --421.89,649.53 --421.95,649.52 --422.02,649.52 --422.09,649.51 --422.16,649.5 --422.23,649.5 --422.29,649.49 --422.36,649.48 --422.43,649.47 --422.5,649.47 --422.56,649.46 --422.63,649.45 --422.7,649.44 --422.76,649.44 --422.83,649.43 --422.9,649.42 --422.96,649.42 --423.03,649.41 --423.09,649.4 --423.16,649.39 --423.22,649.39 --423.29,649.38 --423.35,649.37 --423.42,649.37 --423.48,649.36 --423.55,649.35 --423.61,649.34 --423.68,649.34 --423.74,649.33 --423.81,649.32 --423.87,649.32 --423.93,649.31 --424,649.3 --424.06,649.3 --424.12,649.29 --424.19,649.28 --424.25,649.28 --424.31,649.27 --424.38,649.26 --424.44,649.26 --424.5,649.25 --424.56,649.24 --424.63,649.23 --424.69,649.23 --424.75,649.22 --424.81,649.21 --424.87,649.21 --424.93,649.2 --425,649.19 --425.06,649.19 --425.12,649.18 --425.18,649.17 --425.24,649.17 --425.3,649.16 --425.36,649.16 --425.42,649.15 --425.48,649.14 --425.54,649.14 --425.6,649.13 --425.66,649.12 --425.72,649.12 --425.78,649.11 --425.84,649.1 --425.9,649.1 --425.95,649.09 --426.01,649.08 --426.07,649.08 --426.13,649.07 --426.19,649.07 --426.25,649.06 --426.3,649.05 --426.36,649.05 --426.42,649.04 --426.48,649.04 --426.53,649.03 --426.59,649.02 --426.65,649.02 --426.7,649.01 --426.76,649.01 --426.81,649 --426.87,648.99 --426.93,648.99 --426.98,648.98 --427.04,648.98 --427.09,648.97 --427.15,648.97 --427.2,648.96 --427.26,648.95 --427.31,648.95 --427.37,648.94 --427.42,648.94 --427.48,648.93 --427.53,648.93 --427.59,648.92 --427.64,648.92 --427.7,648.91 --427.75,648.9 --427.8,648.9 --427.86,648.89 --427.91,648.89 --427.96,648.88 --428.02,648.88 --428.07,648.87 --428.12,648.87 --428.17,648.86 --428.23,648.86 --428.28,648.85 --428.33,648.85 --428.38,648.84 --428.44,648.84 --428.49,648.83 --428.54,648.83 --428.59,648.82 --428.64,648.82 --428.69,648.81 --428.74,648.81 --428.79,648.8 --428.85,648.8 --428.9,648.79 --428.95,648.79 --429,648.78 --429.05,648.78 --429.1,648.77 --429.15,648.77 --429.2,648.77 --429.25,648.76 --429.3,648.76 --429.34,648.75 --429.39,648.75 --429.44,648.74 --429.49,648.74 --429.54,648.73 --429.59,648.73 --429.64,648.72 --429.69,648.72 --429.73,648.71 --429.78,648.71 --429.83,648.71 --429.88,648.7 --429.92,648.7 --429.97,648.69 --430.02,648.69 --430.06,648.68 --430.11,648.68 --430.16,648.67 --430.2,648.67 --430.25,648.67 --430.29,648.66 --430.34,648.66 --430.38,648.65 --430.43,648.65 --430.47,648.64 --430.52,648.64 --430.56,648.64 --430.61,648.63 --430.65,648.63 --430.69,648.62 --430.74,648.62 --430.78,648.62 --430.82,648.61 --430.87,648.61 --430.91,648.61 --430.95,648.6 --431,648.6 --431.04,648.6 --431.08,648.59 --431.12,648.59 --431.17,648.58 --431.21,648.58 --431.25,648.58 --431.29,648.57 --431.33,648.57 --431.37,648.57 --431.41,648.56 --431.45,648.56 --431.49,648.56 --431.53,648.55 --431.57,648.55 --431.61,648.55 --431.65,648.54 --431.69,648.54 --431.73,648.54 --431.77,648.53 --431.81,648.53 --431.85,648.53 --431.89,648.53 --431.92,648.52 --431.96,648.52 --432,648.52 --432.04,648.51 --432.07,648.51 --432.11,648.51 --432.15,648.51 --432.18,648.5 --432.22,648.5 --432.26,648.5 --432.29,648.49 --432.33,648.49 --432.36,648.49 --432.4,648.49 --432.43,648.48 --432.47,648.48 --432.5,648.48 --432.54,648.48 --432.57,648.47 --432.61,648.47 --432.64,648.47 --432.68,648.47 --432.71,648.46 --432.74,648.46 --432.78,648.46 --432.81,648.46 --432.84,648.46 --432.88,648.45 --432.91,648.45 --431.78,646.57 --431.81,646.56 --431.84,646.56 --431.87,646.55 --431.9,646.55 --431.93,646.54 --431.96,646.54 --431.99,646.53 --432.02,646.53 --432.05,646.52 --432.08,646.52 --432.11,646.52 --432.13,646.51 --432.16,646.51 --432.19,646.5 --432.22,646.5 --432.25,646.49 --432.27,646.49 --432.3,646.48 --432.33,646.48 --432.35,646.48 --432.38,646.47 --432.41,646.47 --432.43,646.46 --432.46,646.46 --432.48,646.46 --432.51,646.45 --432.54,646.45 --432.56,646.45 --432.59,646.44 --432.61,646.44 --432.63,646.44 --432.66,646.43 --432.68,646.43 --432.71,646.43 --432.73,646.43 --432.76,646.42 --432.78,646.42 --432.8,646.42 --432.83,646.41 --432.85,646.41 --432.87,646.41 --432.9,646.41 --432.92,646.4 --432.94,646.4 --432.97,646.4 --432.99,646.39 --433.01,646.39 --433.03,646.39 --433.06,646.39 --433.08,646.38 --433.1,646.38 --433.12,646.38 --433.15,646.38 --433.17,646.37 --433.19,646.37 --433.21,646.37 --433.23,646.37 --433.26,646.36 --433.28,646.36 --433.3,646.36 --433.32,646.36 --433.34,646.35 --433.36,646.35 --433.38,646.35 --433.4,646.35 --433.43,646.35 --433.45,646.34 --433.47,646.34 --433.49,646.34 --433.51,646.34 --433.53,646.33 --433.55,646.33 --433.57,646.33 --433.59,646.33 --433.61,646.33 --433.63,646.32 --433.65,646.32 --433.67,646.32 --433.69,646.32 --433.71,646.32 --433.73,646.32 --433.74,646.31 --433.76,646.31 --433.78,646.31 --433.8,646.31 --433.82,646.31 --433.84,646.31 --433.86,646.31 --433.87,646.3 --433.89,646.3 --433.91,646.3 --433.93,646.3 --433.95,646.3 --433.96,646.3 --433.98,646.3 --434,646.3 --434.02,646.29 --434.03,646.29 --434.05,646.29 --434.07,646.29 --434.08,646.29 --434.1,646.29 --434.12,646.29 --434.13,646.29 --434.15,646.29 --434.16,646.29 --434.18,646.29 --434.2,646.29 --434.21,646.29 --434.23,646.28 --434.24,646.28 --434.26,646.28 --434.27,646.28 --434.29,646.28 --434.3,646.28 --434.32,646.28 --434.33,646.28 --434.34,646.28 --434.36,646.28 --434.37,646.28 --434.39,646.28 --434.4,646.28 --434.41,646.28 --434.43,646.28 --434.44,646.28 --434.45,646.28 --434.47,646.28 --434.48,646.28 --434.49,646.28 --434.51,646.29 --434.52,646.29 --434.53,646.29 --434.54,646.29 --434.56,646.29 --434.57,646.29 --434.58,646.29 --434.59,646.29 --434.6,646.29 --434.62,646.29 --434.63,646.29 --434.64,646.29 --434.65,646.3 --434.66,646.3 --434.67,646.3 --434.68,646.3 --434.69,646.3 --434.7,646.3 --434.71,646.3 --434.73,646.3 --434.74,646.31 --434.75,646.31 --434.76,646.31 --434.77,646.31 --434.78,646.31 --434.79,646.31 --434.8,646.31 --434.81,646.32 --434.82,646.32 --434.83,646.32 --434.84,646.32 --434.84,646.32 --434.85,646.32 --434.86,646.33 --434.87,646.33 --434.88,646.33 --434.89,646.33 --434.9,646.33 --434.91,646.34 --434.92,646.34 --434.93,646.34 --434.94,646.34 --434.95,646.34 --434.96,646.34 --434.97,646.35 --434.97,646.35 --434.98,646.35 --434.99,646.35 --435,646.36 --435.01,646.36 --435.02,646.36 --435.03,646.36 --435.04,646.36 --435.04,646.37 --435.05,646.37 --435.06,646.37 --435.07,646.37 --435.08,646.38 --435.09,646.38 --435.1,646.38 --435.1,646.38 --435.11,646.39 --435.12,646.39 --435.13,646.39 --435.14,646.39 --435.14,646.4 --435.15,646.4 --435.16,646.4 --435.17,646.4 --435.18,646.41 --434.84,644.99 --434.84,644.99 --434.85,644.99 --434.86,644.99 --434.86,645 --434.87,645 --434.88,645 --434.88,645 --434.89,645 --434.9,645 --434.9,645 --434.91,645 --434.92,645 --434.92,645 --434.93,645 --434.94,645 --434.94,645 --434.95,645 --434.96,645 --434.96,645.01 --434.97,645.01 --434.97,645.01 --434.98,645.01 --434.99,645.01 --434.99,645.01 --435,645.01 --435,645.01 --435.01,645.01 --435.01,645.01 --435.02,645.01 --435.03,645.02 --435.03,645.02 --435.04,645.02 --435.04,645.02 --435.05,645.02 --435.05,645.02 --435.06,645.02 --435.06,645.02 --435.07,645.03 --435.08,645.03 --435.08,645.03 --435.09,645.03 --435.09,645.03 --435.1,645.03 --435.1,645.03 --435.11,645.03 --435.11,645.04 --435.12,645.04 --435.12,645.04 --435.13,645.04 --435.13,645.04 --435.14,645.04 --435.14,645.04 --435.15,645.05 --435.15,645.05 --435.16,645.05 --435.16,645.05 --435.17,645.05 --435.17,645.05 --435.17,645.05 --435.18,645.06 --435.18,645.06 --435.19,645.06 --435.19,645.06 --435.2,645.06 --435.2,645.06 --435.21,645.07 --435.21,645.07 --435.21,645.07 --435.22,645.07 --435.22,645.07 --435.23,645.07 --435.23,645.08 --435.24,645.08 --435.24,645.08 --435.24,645.08 --435.25,645.08 --435.25,645.08 --435.26,645.09 --435.26,645.09 --435.26,645.09 --435.27,645.09 --435.27,645.09 --435.28,645.09 --435.28,645.1 --435.28,645.1 --435.29,645.1 --435.29,645.1 --435.29,645.1 --435.3,645.11 --435.3,645.11 --435.31,645.11 --435.31,645.11 --435.31,645.11 --435.32,645.12 --435.32,645.12 --435.32,645.12 --435.33,645.12 --435.33,645.12 --435.33,645.13 --435.34,645.13 --435.34,645.13 --435.34,645.13 --435.35,645.14 --435.35,645.14 --435.35,645.14 --435.36,645.14 --435.36,645.14 --435.36,645.15 --435.36,645.15 --435.37,645.15 --435.37,645.15 --435.37,645.15 --435.38,645.16 --435.38,645.16 --435.38,645.16 --435.39,645.16 --435.39,645.17 --435.39,645.17 --435.39,645.17 --435.4,645.17 --435.4,645.18 --435.4,645.18 --435.41,645.18 --435.41,645.18 --435.41,645.18 --435.42,645.19 --435.42,645.19 --435.42,645.19 --435.42,645.19 --435.43,645.2 --435.43,645.2 --435.43,645.2 --435.44,645.2 --435.44,645.2 --435.44,645.21 --435.45,645.21 --435.45,645.21 --435.45,645.21 --435.46,645.22 --435.46,645.22 --435.46,645.22 --435.47,645.22 --435.47,645.22 --435.47,645.23 --435.48,645.23 --435.48,645.23 --435.49,645.23 --435.49,645.23 --435.49,645.24 --435.5,645.24 --435.5,645.24 --435.51,645.24 --435.51,645.24 --435.52,645.24 --435.52,645.25 --435.52,645.25 --435.53,645.25 --435.53,645.25 --435.54,645.25 --435.54,645.25 --435.55,645.26 --435.55,645.26 --435.56,645.26 --435.56,645.26 --435.57,645.26 --435.58,645.26 --435.58,645.26 --435.59,645.27 --435.59,645.27 --435.6,645.27 --435.6,645.27 --435.61,645.27 --435.62,645.27 --435.62,645.27 --435.63,645.27 --435.63,645.27 --435.64,645.28 --435.65,645.28 --435.65,645.28 --435.66,645.28 --435.67,645.28 --435.67,645.28 --435.68,645.28 --435.69,645.28 --435.69,645.28 --435.7,645.28 --435.71,645.28 --435.72,645.28 --435.72,645.29 --435.73,645.29 --435.74,645.29 --435.75,645.29 --435.75,645.29 --435.76,645.29 --435.77,645.29 --435.78,645.29 --435.79,645.29 --435.79,645.29 --435.8,645.29 --435.81,645.29 --435.82,645.29 --435.83,645.29 --435.84,645.29 --435.85,645.29 --435.86,645.29 --435.87,645.29 --435.88,645.29 --435.89,645.29 --435.9,645.29 --435.91,645.29 --435.92,645.29 --435.93,645.28 --435.94,645.28 --435.95,645.28 --435.96,645.28 --435.97,645.28 --435.98,645.28 --436,645.28 --436.01,645.28 --436.02,645.28 --436.03,645.27 --436.05,645.27 --436.06,645.27 --436.07,645.27 --436.09,645.27 --436.1,645.27 --436.11,645.26 --436.13,645.26 --436.14,645.26 --436.16,645.26 --436.17,645.25 --436.19,645.25 --436.2,645.25 --436.22,645.25 --436.23,645.24 --436.25,645.24 --436.26,645.24 --436.28,645.23 --436.3,645.23 --436.31,645.23 --436.33,645.22 --436.35,645.22 --436.36,645.21 --436.38,645.21 --436.4,645.21 --436.42,645.2 --436.44,645.2 --436.45,645.19 --436.47,645.19 --436.49,645.18 --436.51,645.18 --436.53,645.17 --436.55,645.17 --436.57,645.16 --436.59,645.16 --436.61,645.15 --436.63,645.14 --436.65,645.14 --436.67,645.13 --436.69,645.13 --436.71,645.12 --436.73,645.11 --436.75,645.11 --436.78,645.1 --436.8,645.09 --436.82,645.09 --436.84,645.08 --436.87,645.07 --436.89,645.06 --436.91,645.05 --436.93,645.05 --436.96,645.04 --436.98,645.03 --437.01,645.02 --437.03,645.01 --437.05,645 --437.08,644.99 --437.1,644.99 --437.13,644.98 --437.15,644.97 --437.18,644.96 --437.2,644.95 --437.23,644.94 --437.26,644.93 --437.28,644.92 --437.31,644.9 --437.34,644.89 --437.36,644.88 --437.39,644.87 --437.42,644.86 --437.44,644.85 --437.47,644.84 --437.5,644.82 --437.53,644.81 --437.56,644.8 --437.58,644.79 --437.61,644.77 --437.64,644.76 --437.67,644.75 --437.32,643.7 --437.35,643.68 --437.38,643.66 --437.41,643.65 --437.44,643.63 --437.47,643.62 --437.5,643.6 --437.53,643.58 --437.56,643.56 --437.59,643.55 --437.62,643.53 --437.65,643.51 --437.68,643.49 --437.71,643.47 --437.74,643.45 --437.77,643.43 --437.8,643.41 --437.83,643.39 --437.86,643.37 --437.89,643.35 --437.92,643.33 --437.96,643.31 --437.99,643.29 --438.02,643.27 --438.05,643.25 --438.08,643.23 --438.11,643.2 --438.14,643.18 --438.17,643.16 --438.2,643.14 --438.23,643.12 --438.26,643.09 --438.29,643.07 --438.32,643.05 --438.35,643.03 --438.38,643 --438.41,642.98 --438.44,642.96 --438.46,642.93 --438.49,642.91 --438.52,642.88 --438.55,642.86 --438.58,642.84 --438.61,642.81 --438.64,642.79 --438.67,642.76 --438.7,642.74 --438.73,642.71 --438.76,642.68 --438.79,642.66 --438.82,642.63 --438.84,642.6 --438.87,642.58 --438.9,642.55 --438.93,642.52 --438.96,642.5 --438.99,642.47 --439.02,642.44 --439.05,642.41 --439.08,642.38 --439.11,642.35 --439.14,642.33 --439.16,642.3 --439.19,642.27 --439.22,642.24 --439.25,642.21 --439.28,642.18 --439.31,642.15 --439.33,642.12 --439.36,642.09 --439.39,642.06 --439.42,642.03 --439.45,641.99 --439.47,641.96 --439.5,641.93 --439.53,641.9 --439.56,641.87 --439.58,641.84 --439.61,641.8 --439.64,641.77 --439.66,641.74 --439.69,641.7 --439.72,641.67 --439.74,641.64 --439.77,641.6 --439.8,641.57 --439.82,641.54 --439.85,641.5 --439.87,641.47 --439.9,641.43 --439.92,641.4 --439.95,641.36 --439.97,641.32 --440,641.29 --440.02,641.25 --440.05,641.22 --440.07,641.18 --440.1,641.14 --440.12,641.1 --440.14,641.07 --440.17,641.03 --440.19,640.99 --440.22,640.95 --440.24,640.92 --440.26,640.88 --440.28,640.84 --440.31,640.8 --440.33,640.76 --440.35,640.72 --440.37,640.68 --440.39,640.64 --440.42,640.6 --440.44,640.56 --440.46,640.52 --440.48,640.48 --440.5,640.44 --440.52,640.4 --440.54,640.36 --440.56,640.32 --440.58,640.28 --440.61,640.24 --440.63,640.2 --440.65,640.15 --440.67,640.11 --440.69,640.07 --440.7,640.03 --440.72,639.99 --440.74,639.94 --440.76,639.9 --440.78,639.86 --440.8,639.81 --440.82,639.77 --440.84,639.73 --440.85,639.68 --440.87,639.64 --440.89,639.6 --440.91,639.55 --440.92,639.51 --440.94,639.46 --440.95,639.42 --440.97,639.37 --440.99,639.33 --441,639.28 --441.02,639.24 --441.03,639.19 --441.05,639.14 --441.06,639.1 --441.08,639.05 --441.09,639.01 --441.1,638.96 --441.12,638.91 --441.13,638.87 --441.14,638.82 --441.16,638.77 --441.17,638.73 --441.18,638.68 --441.19,638.63 --441.21,638.58 --441.22,638.54 --441.23,638.49 --441.24,638.44 --441.25,638.39 --441.26,638.35 --441.27,638.3 --441.28,638.25 --441.29,638.2 --441.3,638.15 --441.31,638.1 --441.32,638.05 --441.33,638 --441.34,637.96 --441.35,637.91 --441.36,637.86 --441.37,637.81 --441.38,637.76 --441.39,637.71 --441.39,637.66 --441.4,637.61 --441.41,637.56 --441.42,637.51 --441.42,637.46 --441.43,637.41 --441.43,637.36 --441.44,637.3 --441.45,637.25 --441.45,637.2 --441.46,637.15 --441.46,637.1 --441.46,637.05 --441.47,637 --441.47,636.95 --441.48,636.89 --441.48,636.84 --441.48,636.79 --441.48,636.74 --441.49,636.69 --441.49,636.63 --441.49,636.58 --441.49,636.53 --441.49,636.48 --441.49,636.42 --441.49,636.37 --441.49,636.32 --441.49,636.26 --441.49,636.21 --441.49,636.16 --441.49,636.1 --441.49,636.05 --441.48,636 --441.48,635.94 --441.48,635.89 --441.48,635.84 --441.47,635.78 --441.47,635.73 --441.47,635.67 --441.46,635.62 --441.46,635.57 --441.45,635.51 --441.45,635.46 --441.44,635.4 --441.44,635.35 --441.43,635.29 --441.43,635.24 --441.42,635.19 --441.42,635.13 --441.41,635.08 --441.4,635.02 --441.4,634.97 --441.39,634.91 --441.38,634.86 --441.38,634.8 --441.37,634.75 --441.36,634.69 --441.35,634.64 --441.35,634.58 --441.34,634.53 --441.33,634.47 --441.32,634.42 --441.31,634.36 --441.31,634.3 --441.3,634.25 --441.29,634.19 --441.28,634.14 --441.27,634.08 --441.26,634.03 --441.25,633.97 --441.24,633.91 --441.23,633.86 --441.22,633.8 --441.21,633.74 --441.2,633.69 --441.19,633.63 --441.19,633.57 --441.18,633.52 --441.17,633.46 --441.16,633.4 --441.15,633.35 --441.14,633.29 --441.12,633.23 --441.11,633.17 --441.1,633.12 --441.09,633.06 --441.08,633 --441.07,632.95 --441.06,632.89 --441.05,632.83 --441.04,632.77 --441.03,632.71 --441.02,632.66 --441,632.6 --440.99,632.54 --440.98,632.48 --440.97,632.42 --440.96,632.37 --440.94,632.31 --440.93,632.25 --440.92,632.19 --440.91,632.13 --440.89,632.07 --440.88,632.01 --440.87,631.95 --440.86,631.89 --440.84,631.83 --440.83,631.77 --440.82,631.71 --440.8,631.65 --440.79,631.59 --440.77,631.53 --440.76,631.47 --440.75,631.41 --440.73,631.35 --440.72,631.29 --440.7,631.23 --440.69,631.17 --440.67,631.11 --440.66,631.05 --440.64,630.99 --440.63,630.93 --440.61,630.86 --440.6,630.8 --440.54,629.7 --440.52,629.63 --440.51,629.57 --440.49,629.51 --440.48,629.44 --440.46,629.38 --440.44,629.31 --440.43,629.25 --440.41,629.18 --440.4,629.12 --440.38,629.05 --440.36,628.99 --440.35,628.92 --440.33,628.86 --440.31,628.79 --440.3,628.72 --440.28,628.66 --440.26,628.59 --440.25,628.52 --440.23,628.46 --440.22,628.39 --440.2,628.32 --440.18,628.26 --440.17,628.19 --440.15,628.12 --440.13,628.05 --440.11,627.99 --440.1,627.92 --440.08,627.85 --440.06,627.78 --440.05,627.71 --440.03,627.64 --440.01,627.58 --439.99,627.51 --439.98,627.44 --439.96,627.37 --439.94,627.3 --439.92,627.23 --439.91,627.16 --439.89,627.09 --439.87,627.02 --439.85,626.95 --439.84,626.88 --439.82,626.81 --439.8,626.74 --439.78,626.67 --439.76,626.6 --439.74,626.53 --439.73,626.46 --439.71,626.39 --439.69,626.32 --439.67,626.24 --439.65,626.17 --439.63,626.1 --439.61,626.03 --439.59,625.96 --439.57,625.89 --439.55,625.81 --439.54,625.74 --439.52,625.67 --439.5,625.6 --439.48,625.52 --439.46,625.45 --439.44,625.38 --439.42,625.3 --439.4,625.23 --439.38,625.16 --439.36,625.08 --439.34,625.01 --439.32,624.93 --439.3,624.86 --439.28,624.79 --439.26,624.71 --439.24,624.64 --439.22,624.56 --439.2,624.49 --439.18,624.41 --439.16,624.34 --439.14,624.27 --439.12,624.19 --439.1,624.12 --439.08,624.04 --439.06,623.97 --439.04,623.89 --439.02,623.82 --439,623.74 --438.98,623.67 --438.96,623.6 --438.94,623.52 --438.92,623.45 --438.9,623.37 --438.88,623.3 --438.86,623.23 --438.84,623.15 --438.82,623.08 --438.8,623.01 --438.78,622.93 --438.76,622.86 --438.74,622.79 --438.72,622.71 --438.7,622.64 --438.68,622.57 --438.66,622.5 --438.64,622.42 --438.62,622.35 --438.6,622.28 --438.58,622.21 --438.56,622.13 --438.54,622.06 --438.53,621.99 --438.51,621.92 --438.49,621.84 --438.47,621.77 --438.45,621.7 --438.43,621.63 --438.41,621.56 --438.39,621.48 --438.37,621.41 --438.36,621.34 --438.34,621.27 --438.32,621.2 --438.3,621.13 --438.28,621.06 --438.26,620.99 --438.24,620.91 --438.23,620.84 --438.21,620.77 --438.19,620.7 --438.17,620.63 --438.15,620.56 --438.13,620.49 --438.11,620.42 --438.1,620.35 --438.08,620.28 --438.06,620.21 --438.04,620.14 --438.02,620.07 --438,620 --437.99,619.93 --437.97,619.86 --437.95,619.79 --437.93,619.72 --437.91,619.65 --437.89,619.58 --437.88,619.51 --437.86,619.44 --437.84,619.37 --437.82,619.3 --437.8,619.23 --437.79,619.16 --437.77,619.09 --437.75,619.02 --437.73,618.95 --437.71,618.89 --437.7,618.82 --437.68,618.75 --437.66,618.68 --437.64,618.61 --437.62,618.54 --437.61,618.47 --437.59,618.4 --437.57,618.34 --437.55,618.27 --437.53,618.2 --437.52,618.13 --437.5,618.06 --437.48,617.99 --437.46,617.92 --437.45,617.86 --437.43,617.79 --437.41,617.72 --437.39,617.65 --437.37,617.58 --437.36,617.51 --437.34,617.44 --437.32,617.37 --437.3,617.31 --437.28,617.24 --437.27,617.17 --437.25,617.1 --437.23,617.03 --437.21,616.96 --437.19,616.89 --437.18,616.82 --437.16,616.75 --437.14,616.68 --437.12,616.61 --437.1,616.54 --437.08,616.47 --437.07,616.39 --437.05,616.32 --437.03,616.25 --437.01,616.18 --436.99,616.11 --436.97,616.04 --436.96,615.97 --436.94,615.89 --436.92,615.82 --436.9,615.75 --436.88,615.68 --436.82,615.05 --436.8,614.97 --436.79,614.9 --436.77,614.82 --436.75,614.75 --436.73,614.68 --436.71,614.6 --436.69,614.53 --436.67,614.45 --436.65,614.38 --436.63,614.3 --436.62,614.23 --436.6,614.15 --436.58,614.08 --436.56,614 --436.54,613.92 --436.52,613.85 --436.5,613.77 --436.48,613.69 --436.46,613.62 --436.44,613.54 --436.42,613.46 --436.4,613.39 --436.38,613.31 --436.36,613.23 --436.35,613.15 --436.33,613.08 --436.31,613 --436.29,612.92 --436.27,612.84 --436.25,612.76 --436.23,612.68 --436.21,612.6 --436.19,612.52 --436.17,612.44 --436.15,612.36 --436.13,612.28 --436.11,612.2 --436.09,612.12 --436.07,612.04 --436.05,611.96 --436.03,611.88 --436.01,611.8 --435.99,611.72 --435.97,611.63 --435.96,611.55 --435.94,611.47 --435.92,611.39 --435.9,611.3 --435.88,611.22 --435.86,611.14 --435.84,611.06 --435.82,610.97 --435.8,610.89 --435.78,610.81 --435.76,610.72 --435.74,610.64 --435.72,610.56 --435.7,610.47 --435.68,610.39 --435.66,610.31 --435.64,610.22 --435.62,610.14 --435.6,610.05 --435.58,609.97 --435.56,609.88 --435.54,609.8 --435.52,609.72 --435.5,609.63 --435.48,609.55 --435.46,609.46 --435.44,609.37 --435.42,609.29 --435.4,609.2 --435.38,609.12 --435.36,609.03 --435.34,608.95 --435.33,608.86 --435.31,608.78 --435.29,608.69 --435.27,608.6 --435.25,608.52 --435.23,608.43 --435.21,608.34 --435.19,608.26 --435.17,608.17 --435.15,608.08 --435.13,608 --435.11,607.91 --435.09,607.82 --435.07,607.74 --435.05,607.65 --435.03,607.56 --435.01,607.47 --434.99,607.38 --434.97,607.3 --434.95,607.21 --434.93,607.12 --434.91,607.03 --434.89,606.94 --434.87,606.86 --434.85,606.77 --434.83,606.68 --434.81,606.59 --434.79,606.5 --434.77,606.41 --434.75,606.32 --434.73,606.23 --434.71,606.14 --434.69,606.05 --434.67,605.97 --434.64,605.88 --434.62,605.79 --434.6,605.7 --434.58,605.61 --434.56,605.52 --434.54,605.42 --434.52,605.33 --434.5,605.24 --434.48,605.15 --434.46,605.06 --434.44,604.97 --434.42,604.88 --434.4,604.79 --434.38,604.7 --434.35,604.61 --434.33,604.51 --434.31,604.42 --434.29,604.33 --434.27,604.24 --434.25,604.15 --434.22,604.05 --434.2,603.96 --434.18,603.87 --434.16,603.78 --434.14,603.68 --434.11,603.59 --434.09,603.5 --434.07,603.41 --434.05,603.31 --434.02,603.22 --434,603.13 --433.98,603.03 --433.95,602.94 --433.93,602.85 --433.91,602.75 --433.88,602.66 --433.86,602.56 --433.84,602.47 --433.81,602.38 --433.79,602.28 --433.77,602.19 --433.74,602.09 --433.72,602 --433.7,601.9 --433.67,601.81 --433.65,601.71 --433.62,601.62 --433.6,601.52 --433.58,601.43 --433.55,601.33 --433.53,601.24 --433.5,601.14 --433.48,601.05 --433.46,600.95 --433.43,600.86 --433.41,600.76 --433.38,600.67 --433.36,600.57 --433.33,600.47 --433.31,600.38 --433.28,600.28 --433.26,600.18 --433.23,600.09 --433.21,599.99 --433.18,599.89 --433.16,599.8 --433.13,599.7 --433.11,599.6 --433.08,599.51 --433.05,599.41 --433.03,599.31 --433,599.22 --432.98,599.12 --432.95,599.02 --432.93,598.92 --432.9,598.83 --432.87,598.73 --432.85,598.63 --432.82,598.53 --432.8,598.43 --432.77,598.33 --432.75,598.24 --432.72,598.14 --432.69,598.04 --432.67,597.94 --432.64,597.84 --432.61,597.74 --432.59,597.64 --432.56,597.55 --432.53,597.45 --432.51,597.35 --432.48,597.25 --432.46,597.15 --432.43,597.05 --432.4,596.95 --432.38,596.85 --432.35,596.75 --432.32,596.65 --432.29,596.55 --432.27,596.45 --432.24,596.35 --432.21,596.25 --432.19,596.15 --432.16,596.05 --432.13,595.95 --432.11,595.85 --432.08,595.75 --432.05,595.65 --432.03,595.55 --432,595.45 --431.97,595.35 --431.94,595.25 --431.92,595.15 --431.89,595.05 --431.86,594.94 --431.84,594.84 --431.81,594.74 --431.78,594.64 --431.75,594.54 --431.73,594.44 --431.7,594.34 --431.67,594.24 --431.64,594.14 --431.62,594.04 --431.59,593.93 --431.56,593.83 --431.53,593.73 --431.5,593.63 --431.48,593.53 --431.45,593.43 --431.42,593.33 --431.39,593.22 --431.36,593.12 --431.34,593.02 --431.31,592.92 --431.28,592.82 --431.25,592.72 --431.23,592.62 --431.2,592.51 --431.17,592.41 --431.14,592.31 --431.11,592.21 --431.09,592.11 --431.06,592 --431.03,591.9 --431,591.8 --430.97,591.7 --430.95,591.6 --430.92,591.5 --430.89,591.4 --430.86,591.29 --430.84,591.19 --430.81,591.09 --430.78,590.99 --430.75,590.89 --430.72,590.79 --430.7,590.69 --430.67,590.58 --430.64,590.48 --430.61,590.38 --430.59,590.28 --430.56,590.18 --430.53,590.08 --430.5,589.98 --430.48,589.88 --430.45,589.77 --430.42,589.67 --430.39,589.57 --430.36,589.47 --430.34,589.37 --430.31,589.27 --430.28,589.17 --430.25,589.07 --430.23,588.96 --430.2,588.86 --430.17,588.76 --430.14,588.66 --430.12,588.56 --430.09,588.46 --430.06,588.36 --430.03,588.26 --430,588.16 --429.98,588.06 --429.95,587.95 --429.92,587.85 --429.89,587.75 --429.87,587.65 --429.84,587.55 --429.81,587.45 --429.79,586.64 --429.77,586.54 --429.74,586.44 --429.71,586.34 --429.68,586.24 --429.65,586.13 --429.63,586.03 --429.6,585.93 --429.57,585.83 --429.54,585.73 --429.52,585.63 --429.49,585.53 --429.46,585.42 --429.43,585.32 --429.4,585.22 --429.38,585.12 --429.35,585.02 --429.32,584.92 --429.29,584.82 --429.26,584.72 --429.24,584.61 --429.21,584.51 --429.18,584.41 --429.15,584.31 --429.12,584.21 --429.1,584.11 --429.07,584.01 --429.04,583.91 --429.01,583.81 --428.98,583.7 --428.96,583.6 --428.93,583.5 --428.9,583.4 --428.87,583.3 --428.85,583.2 --428.82,583.1 --428.79,583 --428.76,582.9 --428.73,582.8 --428.71,582.7 --428.68,582.6 --428.65,582.49 --428.62,582.39 --428.59,582.29 --428.57,582.19 --428.54,582.09 --428.51,581.99 --428.48,581.89 --428.45,581.79 --428.43,581.69 --428.4,581.59 --428.37,581.49 --428.34,581.39 --428.32,581.29 --428.29,581.19 --428.26,581.09 --428.23,580.99 --428.2,580.89 --428.18,580.79 --428.15,580.69 --428.12,580.59 --428.09,580.49 --428.06,580.39 --428.04,580.29 --428.01,580.19 --427.98,580.09 --427.95,579.99 --427.92,579.89 --427.9,579.79 --427.87,579.69 --427.84,579.59 --427.81,579.49 --427.78,579.39 --427.76,579.29 --427.73,579.19 --427.7,579.09 --427.67,578.99 --427.65,578.89 --427.62,578.79 --427.59,578.69 --427.56,578.59 --427.53,578.49 --427.51,578.39 --427.48,578.3 --427.45,578.2 --427.42,578.1 --427.39,578 --427.37,577.9 --427.34,577.8 --427.31,577.7 --427.28,577.6 --427.26,577.5 --427.23,577.4 --427.2,577.3 --427.17,577.21 --427.14,577.11 --427.12,577.01 --427.09,576.91 --427.06,576.81 --427.03,576.71 --427,576.61 --426.98,576.51 --426.95,576.41 --426.92,576.32 --426.89,576.22 --426.86,576.12 --426.84,576.02 --426.81,575.92 --426.78,575.82 --426.75,575.72 --426.73,575.62 --426.7,575.52 --426.67,575.43 --426.64,575.33 --426.62,575.23 --426.59,575.13 --426.56,575.03 --426.54,574.93 --426.51,574.83 --426.48,574.74 --426.45,574.64 --426.43,574.54 --426.4,574.44 --426.37,574.34 --426.35,574.24 --426.32,574.14 --426.29,574.05 --426.27,573.95 --426.24,573.85 --426.21,573.75 --426.19,573.65 --426.16,573.56 --426.14,573.46 --426.11,573.36 --426.08,573.26 --426.06,573.16 --426.03,573.07 --426.01,572.97 --425.98,572.87 --425.95,572.77 --425.93,572.67 --425.9,572.58 --425.88,572.48 --425.85,572.38 --425.83,572.28 --425.8,572.19 --425.77,572.09 --425.75,571.99 --425.72,571.89 --425.7,571.79 --425.67,571.7 --425.65,571.6 --425.62,571.5 --425.6,571.4 --425.57,571.31 --425.55,571.21 --425.52,571.11 --425.49,571.01 --425.47,570.92 --425.44,570.82 --425.42,570.72 --425.39,570.62 --425.37,570.52 --425.34,570.43 --425.32,570.33 --425.29,570.23 --425.27,570.13 --425.24,570.04 --425.22,569.94 --425.19,569.84 --425.17,569.74 --425.14,569.64 --425.12,569.55 --425.09,569.45 --425.07,569.35 --425.04,569.25 --425.02,569.16 --424.99,569.06 --424.97,568.96 --424.94,568.86 --424.92,568.77 --424.89,568.67 --424.87,568.57 --424.84,568.47 --424.82,568.38 --424.79,568.28 --424.77,568.18 --424.75,568.08 --424.72,567.98 --424.7,567.89 --424.67,567.79 --424.65,567.69 --424.62,567.59 --424.6,567.5 --424.58,567.4 --424.55,567.3 --424.53,567.2 --424.5,567.11 --424.48,567.01 --424.45,566.91 --424.43,566.81 --424.41,566.72 --424.38,566.62 --424.36,566.52 --424.33,566.42 --424.31,566.33 --424.29,566.23 --424.26,566.13 --424.24,566.03 --424.21,565.94 --424.19,565.84 --424.17,565.74 --424.14,565.64 --424.12,565.55 --424.1,565.45 --424.07,565.35 --424.05,565.25 --424.03,565.16 --424,565.06 --423.98,564.96 --423.96,564.86 --423.93,564.77 --423.91,564.67 --423.88,564.57 --423.86,564.47 --423.84,564.38 --423.81,564.28 --423.79,564.18 --423.77,564.08 --423.74,563.99 --423.72,563.89 --423.7,563.79 --423.68,563.69 --423.65,563.6 --423.63,563.5 --423.61,563.4 --423.58,563.3 --423.56,563.2 --423.54,563.11 --423.51,563.01 --423.49,562.91 --423.47,562.81 --423.44,562.71 --423.42,562.62 --423.4,562.52 --423.37,562.42 --423.35,562.32 --423.32,562.22 --423.3,562.12 --423.28,562.02 --423.25,561.92 --423.23,561.82 --423.21,561.72 --423.18,561.63 --423.16,561.53 --423.13,561.43 --423.11,561.33 --423.09,561.23 --423.06,561.13 --423.04,561.03 --423.02,560.93 --422.99,560.83 --422.97,560.73 --422.95,560.63 --422.92,560.53 --422.9,560.43 --422.88,560.33 --422.85,560.23 --422.83,560.13 --422.8,560.04 --422.78,559.94 --422.76,559.84 --422.73,559.74 --422.71,559.64 --422.69,559.54 --422.66,559.44 --422.64,559.34 --422.62,559.25 --422.59,559.15 --422.57,559.05 --422.55,558.95 --422.52,558.85 --422.5,558.75 --422.48,558.65 --422.45,558.56 --422.43,558.46 --422.41,558.36 --422.39,558.26 --422.36,558.16 --422.34,558.06 --422.32,557.96 --422.29,557.87 --422.27,557.77 --422.25,557.67 --422.23,557.57 --422.2,557.47 --422.18,557.37 --422.16,557.27 --422.13,557.17 --422.11,557.07 --422.22,556.92 --422.2,556.82 --422.18,556.72 --422.16,556.62 --422.13,556.52 --422.11,556.42 --422.09,556.32 --422.07,556.22 --422.04,556.12 --422.02,556.01 --422,555.91 --421.98,555.81 --421.96,555.71 --421.93,555.61 --421.91,555.51 --421.89,555.41 --421.87,555.31 --421.85,555.21 --421.82,555.1 --421.8,555 --421.78,554.9 --421.76,554.8 --421.74,554.7 --421.72,554.6 --421.69,554.5 --421.67,554.39 --421.65,554.29 --421.63,554.19 --421.61,554.09 --421.59,553.99 --421.56,553.89 --421.54,553.78 --421.52,553.68 --421.5,553.58 --421.48,553.48 --421.46,553.38 --421.44,553.27 --421.41,553.17 --421.39,553.07 --421.37,552.97 --421.35,552.87 --421.33,552.76 --421.31,552.66 --421.29,552.56 --421.27,552.46 --421.25,552.35 --421.22,552.25 --421.2,552.15 --421.18,552.04 --421.16,551.94 --421.14,551.84 --421.12,551.74 --421.1,551.63 --421.08,551.53 --421.06,551.43 --421.04,551.33 --421.02,551.22 --421,551.12 --420.98,551.02 --420.96,550.92 --420.94,550.81 --420.92,550.71 --420.9,550.61 --420.88,550.5 --420.86,550.4 --420.84,550.3 --420.82,550.2 --420.8,550.09 --420.78,549.99 --420.76,549.89 --420.74,549.79 --420.72,549.68 --420.7,549.58 --420.68,549.48 --420.66,549.38 --420.64,549.27 --420.62,549.17 --420.6,549.07 --420.58,548.97 --420.56,548.86 --420.55,548.76 --420.53,548.66 --420.51,548.55 --420.49,548.45 --420.47,548.35 --420.45,548.25 --420.44,548.14 --420.42,548.04 --420.4,547.94 --420.38,547.83 --420.36,547.73 --420.35,547.63 --420.33,547.52 --420.31,547.42 --420.29,547.32 --420.28,547.21 --420.26,547.11 --420.24,547.01 --420.22,546.9 --420.21,546.8 --420.19,546.69 --420.17,546.59 --420.16,546.49 --420.14,546.38 --420.12,546.28 --420.11,546.17 --420.09,546.07 --420.07,545.96 --420.06,545.86 --420.04,545.76 --420.02,545.65 --420.01,545.55 --419.99,545.44 --419.98,545.34 --419.96,545.23 --419.94,545.13 --419.93,545.02 --419.91,544.92 --419.9,544.81 --419.88,544.71 --419.87,544.6 --419.85,544.5 --419.84,544.4 --419.82,544.29 --419.81,544.19 --419.79,544.08 --419.78,543.98 --419.76,543.87 --419.75,543.76 --419.73,543.66 --419.72,543.55 --419.7,543.45 --419.69,543.34 --419.67,543.24 --419.66,543.13 --419.65,543.03 --419.63,542.92 --419.62,542.81 --419.61,542.71 --419.59,542.6 --419.58,542.5 --419.57,542.39 --419.55,542.28 --419.54,542.18 --419.53,542.07 --419.51,541.96 --419.5,541.86 --419.49,541.75 --419.47,541.64 --419.46,541.54 --419.45,541.43 --419.44,541.33 --419.42,541.22 --419.41,541.11 --419.4,541.01 --419.39,540.9 --419.37,540.79 --419.36,540.69 --419.35,540.58 --419.34,540.47 --419.33,540.37 --419.32,540.26 --419.31,540.15 --419.29,540.04 --419.28,539.94 --419.27,539.83 --419.26,539.72 --419.25,539.62 --419.24,539.51 --419.23,539.4 --419.22,539.29 --419.21,539.19 --419.2,539.08 --419.19,538.97 --419.18,538.86 --419.17,538.76 --419.16,538.65 --419.15,538.54 --419.15,538.43 --419.14,538.32 --419.13,538.22 --419.12,538.11 --419.11,538 --419.1,537.89 --419.09,537.78 --419.09,537.68 --419.08,537.57 --419.07,537.46 --419.06,537.35 --419.05,537.24 --419.05,537.13 --419.04,537.03 --419.03,536.92 --419.03,536.81 --419.02,536.7 --419.01,536.59 --419,536.48 --419,536.37 --418.99,536.27 --418.99,536.16 --418.98,536.05 --418.97,535.94 --418.97,535.83 --418.96,535.72 --418.96,535.61 --418.95,535.5 --418.95,535.4 --418.94,535.29 --418.94,535.18 --418.93,535.07 --418.93,534.96 --418.92,534.85 --418.92,534.74 --418.91,534.63 --418.91,534.52 --418.9,534.41 --418.9,534.3 --418.9,534.19 --418.89,534.08 --418.89,533.97 --418.89,533.86 --418.88,533.75 --418.88,533.64 --418.88,533.53 --418.87,533.42 --418.87,533.31 --418.87,533.2 --418.86,533.09 --418.86,532.98 --418.86,532.87 --418.86,532.75 --418.86,532.64 --418.85,532.53 --418.85,532.42 --418.85,532.31 --418.85,532.2 --418.85,532.09 --418.85,531.97 --418.84,531.86 --418.84,531.75 --418.84,531.64 --418.84,531.53 --418.84,531.41 --418.84,531.3 --418.84,531.19 --418.84,531.08 --418.84,530.96 --418.84,530.85 --418.84,530.74 --418.84,530.63 --418.84,530.51 --418.84,530.4 --418.84,530.29 --418.85,530.17 --418.85,530.06 --418.85,529.95 --418.85,529.83 --418.85,529.72 --418.85,529.61 --418.86,529.49 --418.86,529.38 --418.86,529.26 --418.86,529.15 --418.87,529.04 --418.87,528.92 --418.87,528.81 --418.87,528.69 --418.88,528.58 --418.88,528.46 --418.88,528.35 --418.89,528.24 --418.89,528.12 --418.9,528.01 --418.9,527.89 --418.9,527.78 --418.91,527.66 --418.91,527.55 --418.92,527.43 --418.92,527.32 --418.93,527.2 --418.93,527.09 --418.94,526.97 --418.94,526.85 --418.95,526.74 --418.95,526.62 --418.96,526.51 --418.97,526.39 --418.97,526.28 --418.98,526.16 --418.98,526.05 --418.99,525.93 --419,525.81 --419,525.7 --419.01,525.58 --419.02,525.47 --419.03,525.35 --419.03,525.23 --419.04,525.12 --419.05,525 --419.06,524.88 --419.43,525.7 --419.43,525.59 --419.44,525.47 --419.45,525.36 --419.46,525.24 --419.47,525.12 --419.48,525.01 --419.49,524.89 --419.5,524.78 --419.51,524.66 --419.52,524.55 --419.53,524.43 --419.54,524.31 --419.55,524.2 --419.56,524.08 --419.57,523.97 --419.58,523.85 --419.59,523.73 --419.6,523.62 --419.61,523.5 --419.62,523.38 --419.63,523.27 --419.64,523.15 --419.66,523.03 --419.67,522.92 --419.68,522.8 --419.69,522.69 --419.7,522.57 --419.71,522.45 --419.73,522.33 --419.74,522.22 --419.75,522.1 --419.76,521.98 --419.78,521.87 --419.79,521.75 --419.8,521.63 --419.82,521.52 --419.83,521.4 --419.84,521.28 --419.86,521.17 --419.87,521.05 --419.88,520.93 --419.9,520.81 --419.91,520.7 --419.92,520.58 --419.94,520.46 --419.95,520.35 --419.97,520.23 --419.98,520.11 --420,519.99 --420.01,519.88 --420.03,519.76 --420.04,519.64 --420.06,519.53 --420.07,519.41 --420.09,519.29 --420.1,519.17 --420.12,519.06 --420.13,518.94 --420.15,518.82 --420.16,518.7 --420.18,518.59 --420.2,518.47 --420.21,518.35 --420.23,518.23 --420.25,518.12 --420.26,518 --420.28,517.88 --420.3,517.76 --420.31,517.65 --420.33,517.53 --420.35,517.41 --420.36,517.29 --420.38,517.18 --420.4,517.06 --420.42,516.94 --420.43,516.82 --420.45,516.7 --420.47,516.59 --420.49,516.47 --420.5,516.35 --420.52,516.23 --420.54,516.11 --420.56,516 --420.58,515.88 --420.6,515.76 --420.61,515.64 --420.63,515.52 --420.65,515.41 --420.67,515.29 --420.69,515.17 --420.71,515.05 --420.73,514.93 --420.74,514.82 --420.76,514.7 --420.78,514.58 --420.8,514.46 --420.82,514.34 --420.84,514.22 --420.86,514.11 --420.88,513.99 --420.9,513.87 --420.92,513.75 --420.94,513.63 --420.96,513.52 --420.98,513.4 --421,513.28 --421.02,513.16 --421.04,513.04 --421.06,512.92 --421.08,512.81 --421.1,512.69 --421.12,512.57 --421.14,512.45 --421.17,512.33 --421.19,512.22 --421.21,512.1 --421.23,511.98 --421.25,511.86 --421.27,511.75 --421.29,511.63 --421.32,511.51 --421.34,511.39 --421.36,511.27 --421.38,511.16 --421.4,511.04 --421.42,510.92 --421.45,510.8 --421.47,510.68 --421.49,510.57 --421.51,510.45 --421.54,510.33 --421.56,510.21 --421.58,510.1 --421.6,509.98 --421.63,509.86 --421.65,509.74 --421.68,509.62 --421.7,509.51 --421.72,509.39 --421.75,509.27 --421.77,509.15 --421.8,509.03 --421.82,508.92 --421.84,508.8 --421.87,508.68 --421.89,508.56 --421.92,508.45 --421.94,508.33 --421.97,508.21 --421.99,508.09 --422.02,507.97 --422.04,507.86 --422.07,507.74 --422.09,507.62 --422.12,507.5 --422.15,507.39 --422.17,507.27 --422.2,507.15 --422.22,507.03 --422.25,506.92 --422.27,506.8 --422.3,506.68 --422.32,506.56 --422.35,506.45 --422.38,506.33 --422.4,506.21 --422.43,506.09 --422.45,505.98 --422.48,505.86 --422.51,505.74 --422.53,505.62 --422.56,505.51 --422.59,505.39 --422.61,505.27 --422.64,505.16 --422.67,505.04 --422.69,504.92 --422.72,504.8 --422.74,504.68 --422.77,504.57 --422.8,504.45 --422.82,504.33 --422.85,504.21 --422.88,504.1 --422.91,503.98 --422.93,503.86 --422.96,503.74 --422.99,503.63 --423.01,503.51 --423.04,503.39 --423.07,503.27 --423.1,503.16 --423.13,503.04 --423.15,502.92 --423.18,502.81 --423.21,502.69 --423.24,502.57 --423.27,502.45 --423.29,502.34 --423.32,502.22 --423.35,502.1 --423.38,501.99 --423.41,501.87 --423.44,501.75 --423.47,501.64 --423.49,501.52 --423.52,501.4 --423.55,501.29 --423.58,501.17 --423.61,501.06 --423.64,500.94 --423.67,500.82 --423.7,500.71 --423.73,500.59 --423.76,500.47 --423.79,500.36 --423.81,500.24 --423.84,500.13 --423.87,500.01 --423.9,499.9 --423.93,499.78 --423.96,499.66 --423.99,499.55 --424.02,499.43 --424.05,499.32 --424.08,499.2 --424.11,499.09 --424.14,498.97 --424.17,498.86 --424.2,498.74 --424.23,498.63 --424.26,498.51 --424.29,498.4 --424.32,498.28 --424.35,498.17 --424.38,498.05 --424.41,497.94 --424.44,497.82 --424.47,497.71 --424.5,497.59 --424.53,497.48 --424.56,497.36 --424.59,497.25 --424.62,497.14 --424.65,497.02 --424.67,496.91 --424.7,496.79 --424.73,496.68 --424.76,496.56 --424.79,496.45 --424.82,496.34 --424.85,496.22 --424.88,496.11 --424.91,495.99 --424.94,495.88 --424.97,495.77 --425,495.65 --425.03,495.54 --425.06,495.43 --425.09,495.31 --425.12,495.2 --425.15,495.08 --425.18,494.97 --425.21,494.86 --425.25,494.74 --425.28,494.63 --425.31,494.52 --425.34,494.4 --425.37,494.29 --425.4,494.18 --425.43,494.06 --425.46,493.95 --425.49,493.84 --425.52,493.72 --425.55,493.61 --425.58,493.5 --425.61,493.39 --425.64,493.27 --425.67,493.16 --425.7,493.05 --425.73,492.94 --425.76,492.82 --425.79,492.71 --425.82,492.6 --425.85,492.49 --425.88,492.37 --425.91,492.26 --425.94,492.15 --425.97,492.04 --426,491.93 --426.03,491.81 --426.06,491.7 --426.09,491.59 --426.12,491.48 --426.15,491.37 --426.18,491.26 --426.22,491.14 --426.25,491.03 --426.28,490.92 --426.77,491.24 --426.8,491.13 --426.83,491.02 --426.86,490.9 --426.89,490.79 --426.93,490.68 --426.96,490.57 --426.99,490.46 --427.02,490.35 --427.05,490.24 --427.08,490.13 --427.11,490.01 --427.15,489.9 --427.18,489.79 --427.21,489.68 --427.24,489.57 --427.27,489.46 --427.3,489.35 --427.34,489.23 --427.37,489.12 --427.4,489.01 --427.43,488.9 --427.46,488.79 --427.49,488.68 --427.53,488.56 --427.56,488.45 --427.59,488.34 --427.62,488.23 --427.65,488.12 --427.69,488 --427.72,487.89 --427.75,487.78 --427.78,487.67 --427.81,487.56 --427.85,487.44 --427.88,487.33 --427.91,487.22 --427.94,487.11 --427.97,486.99 --428.01,486.88 --428.04,486.77 --428.07,486.66 --428.1,486.54 --428.13,486.43 --428.17,486.32 --428.2,486.2 --428.23,486.09 --428.26,485.98 --428.29,485.87 --428.33,485.75 --428.36,485.64 --428.39,485.52 --428.42,485.41 --428.45,485.3 --428.48,485.18 --428.52,485.07 --428.55,484.96 --428.58,484.84 --428.61,484.73 --428.64,484.61 --428.68,484.5 --428.71,484.39 --428.74,484.27 --428.77,484.16 --428.8,484.04 --428.83,483.93 --428.87,483.81 --428.9,483.7 --428.93,483.58 --428.96,483.47 --428.99,483.35 --429.02,483.24 --429.06,483.12 --429.09,483.01 --429.12,482.89 --429.15,482.78 --429.18,482.66 --429.21,482.55 --429.25,482.43 --429.28,482.32 --429.31,482.2 --429.34,482.09 --429.37,481.97 --429.4,481.85 --429.43,481.74 --429.46,481.62 --429.5,481.51 --429.53,481.39 --429.56,481.28 --429.59,481.16 --429.62,481.04 --429.65,480.93 --429.68,480.81 --429.71,480.7 --429.74,480.58 --429.78,480.46 --429.81,480.35 --429.84,480.23 --429.87,480.12 --429.9,480 --429.93,479.88 --429.96,479.77 --429.99,479.65 --430.02,479.53 --430.06,479.42 --430.09,479.3 --430.12,479.18 --430.15,479.07 --430.18,478.95 --430.21,478.83 --430.24,478.72 --430.27,478.6 --430.3,478.48 --430.33,478.37 --430.36,478.25 --430.39,478.13 --430.42,478.01 --430.45,477.9 --430.48,477.78 --430.51,477.66 --430.54,477.55 --430.57,477.43 --430.6,477.31 --430.64,477.19 --430.67,477.08 --430.7,476.96 --430.73,476.84 --430.76,476.72 --430.79,476.61 --430.82,476.49 --430.85,476.37 --430.88,476.25 --430.91,476.14 --430.94,476.02 --430.97,475.9 --431,475.79 --431.03,475.67 --431.06,475.55 --431.09,475.43 --431.12,475.32 --431.15,475.2 --431.18,475.08 --431.21,474.96 --431.24,474.85 --431.27,474.73 --431.3,474.61 --431.33,474.49 --431.36,474.38 --431.39,474.26 --431.42,474.14 --431.44,474.03 --431.47,473.91 --431.5,473.79 --431.53,473.67 --431.56,473.56 --431.59,473.44 --431.62,473.32 --431.65,473.2 --431.68,473.08 --431.71,472.97 --431.74,472.85 --431.77,472.73 --431.8,472.62 --431.83,472.5 --431.86,472.38 --431.89,472.26 --431.92,472.15 --431.95,472.03 --431.98,471.91 --432,471.79 --432.03,471.68 --432.06,471.56 --432.09,471.44 --432.12,471.32 --432.15,471.21 --432.18,471.09 --432.2,470.97 --432.23,470.85 --432.26,470.74 --432.29,470.62 --432.32,470.5 --432.35,470.39 --432.38,470.27 --432.4,470.15 --432.43,470.03 --432.46,469.92 --432.49,469.8 --432.52,469.68 --432.54,469.57 --432.57,469.45 --432.6,469.33 --432.63,469.21 --432.65,469.1 --432.68,468.98 --432.71,468.86 --432.74,468.75 --432.76,468.63 --432.79,468.51 --432.82,468.39 --432.84,468.28 --432.87,468.16 --432.9,468.04 --432.93,467.93 --432.95,467.81 --432.98,467.69 --433.01,467.58 --433.03,467.46 --433.06,467.34 --433.09,467.23 --433.12,467.11 --433.14,466.99 --433.17,466.87 --433.2,466.76 --433.22,466.64 --433.25,466.52 --433.27,466.41 --433.3,466.29 --433.33,466.17 --433.35,466.06 --433.38,465.94 --433.41,465.82 --433.43,465.71 --433.46,465.59 --433.48,465.47 --433.51,465.36 --433.54,465.24 --433.56,465.13 --433.59,465.01 --433.62,464.89 --433.64,464.78 --433.67,464.66 --433.69,464.54 --433.72,464.43 --433.75,464.31 --433.77,464.19 --433.8,464.08 --433.83,463.96 --433.85,463.85 --433.88,463.73 --433.9,463.61 --433.93,463.5 --433.96,463.38 --433.98,463.27 --434.01,463.15 --434.04,463.04 --434.06,462.92 --434.09,462.8 --434.12,462.69 --434.14,462.57 --434.17,462.46 --434.2,462.34 --434.22,462.23 --434.25,462.11 --434.28,462 --434.3,461.88 --434.33,461.77 --434.35,461.65 --434.38,461.54 --434.41,461.42 --434.43,461.31 --434.46,461.19 --434.49,461.08 --434.51,460.96 --434.54,460.85 --434.57,460.73 --434.59,460.62 --434.62,460.51 --434.65,460.39 --434.67,460.28 --434.7,460.16 --434.73,460.05 --434.75,459.93 --434.78,459.82 --434.81,459.71 --434.83,459.59 --434.86,459.48 --434.89,459.36 --434.91,459.25 --434.94,459.14 --434.97,459.02 --434.99,458.91 --435.02,458.79 --435.05,458.68 --435.07,458.57 --435.1,458.45 --435.12,458.34 --435.15,458.23 --435.18,458.11 --435.2,458 --435.23,457.88 --435.26,457.77 --435.28,457.66 --435.31,457.54 --435.34,457.43 --435.36,457.31 --435.39,457.2 --435.41,457.09 --435.44,456.97 --435.47,456.86 --435.49,456.75 --435.52,456.63 --435.54,456.52 --435.57,456.41 --435.59,456.29 --435.62,456.18 --435.64,456.07 --435.67,455.95 --435.7,455.84 --435.72,455.73 --435.75,455.61 --435.77,455.5 --435.8,455.39 --435.82,455.28 --435.84,455.16 --435.87,455.05 --435.89,454.94 --435.92,454.82 --435.94,454.71 --435.97,454.6 --435.99,454.49 --436.01,454.37 --436.04,454.26 --436.06,454.15 --436.08,454.04 --436.11,453.92 --436.13,453.81 --436.16,453.7 --436.18,453.59 --436.2,453.47 --436.23,453.36 --436.25,453.25 --436.27,453.14 --436.3,453.02 --436.32,452.91 --436.34,452.8 --436.37,452.69 --436.39,452.57 --436.41,452.46 --436.43,452.35 --436.46,452.24 --436.48,452.12 --436.5,452.01 --436.53,451.9 --436.55,451.79 --436.57,451.68 --436.59,451.56 --436.62,451.45 --436.64,451.34 --436.66,451.23 --436.68,451.12 --436.71,451 --436.73,450.89 --436.75,450.78 --436.77,450.67 --436.79,450.56 --436.82,450.44 --436.84,450.33 --436.86,450.22 --436.88,450.11 --436.9,450 --436.93,449.89 --436.95,449.78 --436.97,449.67 --436.99,449.55 --437.01,449.44 --437.03,449.33 --437.05,449.22 --437.08,449.11 --437.1,449 --437.12,448.89 --437.14,448.77 --437.16,448.66 --437.18,448.55 --437.2,448.44 --437.22,448.33 --437.24,448.22 --437.26,448.11 --437.28,448 --437.3,447.89 --437.32,447.77 --437.34,447.66 --437.36,447.55 --437.38,447.44 --437.4,447.33 --437.42,447.22 --437.44,447.11 --437.46,447 --437.48,446.89 --437.5,446.77 --437.52,446.66 --437.54,446.55 --437.55,446.44 --437.57,446.33 --437.59,446.22 --437.61,446.11 --437.63,446 --437.65,445.89 --437.66,445.78 --437.68,445.67 --437.7,445.56 --439.57,445.2 --439.59,445.09 --439.61,444.98 --439.63,444.87 --439.65,444.76 --439.66,444.65 --439.68,444.54 --439.7,444.43 --439.72,444.32 --439.74,444.21 --439.76,444.1 --439.78,443.98 --439.79,443.87 --439.81,443.76 --439.83,443.65 --439.85,443.54 --439.87,443.43 --439.88,443.32 --439.9,443.21 --439.92,443.1 --439.94,442.99 --439.95,442.88 --439.97,442.77 --439.99,442.66 --440,442.54 --440.02,442.43 --440.04,442.32 --440.05,442.21 --440.07,442.1 --440.09,441.99 --440.1,441.88 --440.12,441.77 --440.13,441.65 --440.15,441.54 --440.17,441.43 --440.18,441.32 --440.2,441.21 --440.21,441.1 --440.23,440.99 --440.24,440.87 --440.26,440.76 --440.27,440.65 --440.29,440.54 --440.3,440.43 --440.32,440.32 --440.33,440.2 --440.35,440.09 --440.36,439.98 --440.38,439.87 --440.39,439.76 --440.4,439.64 --440.42,439.53 --440.43,439.42 --440.45,439.31 --440.46,439.19 --440.47,439.08 --440.49,438.97 --440.5,438.86 --440.51,438.75 --440.53,438.63 --440.54,438.52 --440.55,438.41 --440.56,438.3 --440.58,438.18 --440.59,438.07 --440.6,437.96 --440.61,437.85 --440.62,437.73 --440.64,437.62 --440.65,437.51 --440.66,437.39 --440.67,437.28 --440.68,437.17 --440.69,437.05 --440.7,436.94 --440.72,436.83 --440.73,436.72 --440.74,436.6 --440.75,436.49 --440.76,436.38 --440.77,436.26 --440.78,436.15 --440.79,436.04 --440.8,435.92 --440.81,435.81 --440.82,435.69 --440.83,435.58 --440.84,435.47 --440.85,435.35 --440.86,435.24 --440.86,435.13 --440.87,435.01 --440.88,434.9 --440.89,434.78 --440.9,434.67 --440.91,434.56 --440.91,434.44 --440.92,434.33 --440.93,434.21 --440.94,434.1 --440.95,433.99 --440.95,433.87 --440.96,433.76 --440.97,433.64 --440.97,433.53 --440.98,433.41 --440.99,433.3 --440.99,433.18 --441,433.07 --441.01,432.95 --441.01,432.84 --441.02,432.72 --441.02,432.61 --441.03,432.49 --441.03,432.38 --441.04,432.26 --441.04,432.15 --441.05,432.03 --441.05,431.92 --441.06,431.8 --441.06,431.69 --441.06,431.57 --441.07,431.46 --441.07,431.34 --441.07,431.23 --441.08,431.11 --441.08,431 --441.08,430.88 --441.09,430.76 --441.09,430.65 --441.09,430.53 --441.09,430.42 --441.1,430.3 --441.1,430.18 --441.1,430.07 --441.1,429.95 --441.1,429.84 --441.1,429.72 --441.11,429.6 --441.11,429.49 --441.11,429.37 --441.11,429.26 --441.11,429.14 --441.11,429.02 --441.11,428.91 --441.11,428.79 --441.11,428.67 --441.11,428.56 --441.11,428.44 --441.11,428.32 --441.11,428.21 --441.1,428.09 --441.1,427.97 --441.1,427.86 --441.1,427.74 --441.1,427.62 --441.1,427.51 --441.09,427.39 --441.09,427.27 --441.09,427.16 --441.09,427.04 --441.08,426.92 --441.08,426.8 --441.08,426.69 --441.07,426.57 --441.07,426.45 --441.06,426.33 --441.06,426.22 --441.06,426.1 --441.05,425.98 --441.05,425.86 --441.04,425.75 --441.04,425.63 --441.03,425.51 --441.03,425.39 --441.02,425.28 --441.01,425.16 --441.01,425.04 --441,424.92 --440.99,424.81 --440.99,424.69 --440.98,424.57 --440.97,424.45 --440.97,424.33 --440.96,424.22 --440.95,424.1 --440.94,423.98 --440.94,423.86 --440.93,423.74 --440.92,423.63 --440.91,423.51 --440.9,423.39 --440.89,423.27 --440.88,423.15 --440.88,423.03 --440.87,422.92 --440.86,422.8 --440.85,422.68 --440.84,422.56 --440.83,422.44 --441.62,422.58 --441.61,422.46 --441.6,422.34 --441.59,422.22 --441.58,422.1 --441.57,421.99 --441.56,421.87 --441.55,421.75 --441.54,421.63 --441.53,421.51 --441.52,421.39 --441.5,421.27 --441.49,421.16 --441.48,421.04 --441.47,420.92 --441.46,420.8 --441.45,420.68 --441.43,420.56 --441.42,420.44 --441.41,420.32 --441.4,420.21 --441.38,420.09 --441.37,419.97 --441.36,419.85 --441.34,419.73 --441.33,419.61 --441.32,419.49 --441.3,419.37 --441.29,419.25 --441.27,419.13 --441.26,419.01 --441.24,418.9 --441.23,418.78 --441.21,418.66 --441.2,418.54 --441.18,418.42 --441.17,418.3 --441.15,418.18 --441.14,418.06 --441.12,417.94 --441.1,417.82 --441.09,417.7 --441.07,417.58 --441.05,417.46 --441.04,417.34 --441.02,417.22 --441,417.1 --440.99,416.98 --440.97,416.86 --440.95,416.74 --440.93,416.62 --440.91,416.5 --440.9,416.38 --440.88,416.26 --440.86,416.14 --440.84,416.02 --440.82,415.9 --440.8,415.78 --440.78,415.66 --440.76,415.54 --440.74,415.42 --440.72,415.3 --440.7,415.18 --440.68,415.06 --440.66,414.94 --440.64,414.82 --440.62,414.7 --440.6,414.59 --440.58,414.47 --440.56,414.35 --440.54,414.23 --440.52,414.11 --440.5,413.99 --440.47,413.87 --440.45,413.75 --440.43,413.63 --440.41,413.51 --440.38,413.39 --440.36,413.27 --440.34,413.15 --440.32,413.03 --440.29,412.91 --440.27,412.79 --440.25,412.67 --440.22,412.55 --440.2,412.43 --440.18,412.31 --440.15,412.19 --440.13,412.07 --440.11,411.95 --440.08,411.83 --440.06,411.71 --440.03,411.59 --440.01,411.47 --439.98,411.35 --439.96,411.23 --439.93,411.11 --439.91,410.99 --439.88,410.87 --439.86,410.75 --439.83,410.63 --439.81,410.51 --439.78,410.39 --439.76,410.27 --439.73,410.15 --439.7,410.03 --439.68,409.91 --439.65,409.79 --439.62,409.67 --439.6,409.55 --439.57,409.43 --439.54,409.32 --439.51,409.2 --439.49,409.08 --439.46,408.96 --439.43,408.84 --439.4,408.72 --439.37,408.6 --439.35,408.48 --439.32,408.36 --439.29,408.24 --439.26,408.12 --439.23,408 --439.2,407.88 --439.17,407.76 --439.14,407.65 --439.11,407.53 --439.08,407.41 --439.05,407.29 --439.02,407.17 --438.99,407.05 --438.96,406.93 --438.93,406.81 --438.9,406.7 --438.87,406.58 --438.84,406.46 --438.81,406.34 --438.78,406.22 --438.75,406.1 --438.72,405.99 --438.68,405.87 --438.65,405.75 --438.62,405.63 --438.59,405.51 --438.56,405.39 --438.52,405.28 --438.49,405.16 --438.46,405.04 --438.43,404.92 --438.39,404.8 --438.36,404.68 --438.33,404.57 --438.3,404.45 --438.26,404.33 --438.23,404.21 --438.19,404.09 --438.16,403.98 --438.13,403.86 --438.09,403.74 --438.06,403.62 --438.03,403.51 --437.99,403.39 --437.96,403.27 --437.92,403.15 --437.89,403.03 --437.85,402.92 --437.82,402.8 --437.78,402.68 --437.75,402.56 --437.71,402.45 --437.67,402.33 --437.64,402.21 --437.6,402.1 --437.57,401.98 --437.53,401.86 --437.49,401.74 --437.46,401.63 --437.42,401.51 --437.38,401.39 --437.34,401.28 --437.31,401.16 --437.27,401.04 --437.23,400.93 --437.19,400.81 --437.16,400.69 --437.12,400.58 --437.08,400.46 --437.04,400.35 --437,400.23 --436.96,400.11 --436.93,400 --436.89,399.88 --436.85,399.77 --436.81,399.65 --436.77,399.53 --436.73,399.42 --436.69,399.3 --436.65,399.19 --436.61,399.07 --436.57,398.96 --436.53,398.84 --436.49,398.73 --436.45,398.61 --436.41,398.49 --436.37,398.38 --436.33,398.26 --436.29,398.15 --436.25,398.03 --436.21,397.92 --436.16,397.8 --436.12,397.69 --436.08,397.57 --436.04,397.46 --436,397.34 --435.96,397.23 --435.91,397.11 --435.87,397 --435.83,396.88 --435.79,396.77 --435.74,396.65 --435.7,396.54 --435.66,396.43 --435.62,396.31 --435.57,396.2 --435.53,396.08 --435.49,395.97 --435.44,395.85 --435.4,395.74 --435.36,395.63 --435.31,395.51 --435.27,395.4 --435.23,395.29 --435.18,395.17 --435.14,395.06 --435.09,394.95 --435.05,394.83 --435.01,394.72 --434.96,394.61 --434.92,394.49 --434.87,394.38 --434.83,394.27 --434.78,394.15 --434.74,394.04 --434.69,393.93 --434.65,393.82 --434.6,393.7 --434.56,393.59 --434.51,393.48 --434.47,393.36 --434.42,393.25 --434.37,393.14 --434.33,393.03 --434.28,392.91 --434.24,392.8 --434.19,392.69 --434.14,392.58 --434.1,392.47 --434.05,392.35 --434,392.24 --433.96,392.13 --433.91,392.02 --433.86,391.91 --433.81,391.79 --433.77,391.68 --433.72,391.57 --433.67,391.46 --433.62,391.35 --433.57,391.23 --433.53,391.12 --433.48,391.01 --433.43,390.9 --433.38,390.79 --433.33,390.68 --433.28,390.57 --433.23,390.45 --433.18,390.34 --433.14,390.23 --433.09,390.12 --433.04,390.01 --432.99,389.9 --432.94,389.78 --432.89,389.67 --432.84,389.56 --432.79,389.45 --432.73,389.34 --432.68,389.23 --432.63,389.12 --432.58,389.01 --432.53,388.89 --432.48,388.78 --432.43,388.67 --432.38,388.56 --432.33,388.45 --432.27,388.34 --432.22,388.23 --432.17,388.12 --432.12,388 --432.07,387.89 --432.01,387.78 --431.96,387.67 --433.18,387.39 --433.13,387.28 --433.08,387.17 --433.03,387.06 --432.98,386.95 --432.93,386.84 --432.87,386.73 --432.82,386.62 --432.77,386.51 --432.72,386.4 --432.67,386.28 --432.62,386.17 --432.57,386.06 --432.51,385.95 --432.46,385.84 --432.41,385.73 --432.36,385.62 --432.3,385.51 --432.25,385.4 --432.2,385.28 --432.15,385.17 --432.09,385.06 --432.04,384.95 --431.99,384.84 --431.94,384.73 --431.88,384.62 --431.83,384.51 --431.78,384.39 --431.72,384.28 --431.67,384.17 --431.62,384.06 --431.56,383.95 --431.51,383.84 --431.46,383.73 --431.4,383.61 --431.35,383.5 --431.3,383.39 --431.24,383.28 --431.19,383.17 --431.13,383.06 --431.08,382.95 --431.03,382.83 --430.97,382.72 --430.92,382.61 --430.86,382.5 --430.81,382.39 --430.75,382.28 --430.7,382.17 --430.65,382.06 --430.59,381.94 --430.54,381.83 --430.48,381.72 --430.43,381.61 --430.37,381.5 --430.32,381.39 --430.26,381.28 --430.21,381.17 --430.15,381.06 --430.1,380.95 --430.04,380.84 --429.99,380.73 --429.93,380.61 --429.87,380.5 --429.82,380.39 --429.76,380.28 --429.71,380.17 --429.65,380.06 --429.59,379.95 --429.54,379.84 --429.48,379.73 --429.43,379.62 --429.37,379.51 --429.31,379.4 --429.26,379.29 --429.2,379.18 --429.14,379.07 --429.08,378.96 --429.03,378.85 --428.97,378.74 --428.91,378.63 --428.86,378.52 --428.8,378.41 --428.74,378.3 --428.68,378.19 --428.63,378.08 --428.57,377.97 --428.51,377.86 --428.45,377.75 --428.39,377.64 --428.34,377.53 --428.28,377.42 --428.22,377.31 --428.16,377.2 --428.1,377.09 --428.04,376.99 --427.98,376.88 --427.92,376.77 --427.86,376.66 --427.81,376.55 --427.75,376.44 --427.69,376.33 --427.63,376.22 --427.57,376.11 --427.51,376.01 --427.45,375.9 --427.39,375.79 --427.33,375.68 --427.27,375.57 --427.21,375.47 --427.14,375.36 --427.08,375.25 --427.02,375.14 --426.96,375.04 --426.9,374.93 --426.84,374.82 --426.78,374.71 --426.72,374.61 --426.66,374.5 --426.6,374.39 --426.53,374.29 --426.47,374.18 --426.41,374.07 --426.35,373.97 --426.29,373.86 --426.23,373.76 --426.16,373.65 --426.1,373.54 --426.04,373.44 --425.98,373.33 --425.92,373.22 --425.85,373.12 --425.79,373.01 --425.73,372.91 --425.66,372.8 --425.6,372.69 --425.54,372.59 --425.48,372.48 --425.41,372.38 --425.35,372.27 --425.29,372.17 --425.22,372.06 --425.16,371.95 --425.1,371.85 --425.03,371.74 --424.97,371.64 --424.91,371.53 --424.84,371.43 --424.78,371.32 --424.71,371.22 --424.65,371.11 --424.59,371.01 --424.52,370.9 --424.46,370.8 --424.4,370.7 --424.33,370.59 --424.27,370.49 --424.2,370.38 --424.14,370.28 --424.07,370.18 --424.01,370.07 --423.95,369.97 --423.88,369.87 --423.82,369.76 --423.75,369.66 --423.69,369.56 --423.62,369.45 --423.56,369.35 --423.49,369.25 --423.43,369.15 --423.36,369.04 --423.3,368.94 --423.23,368.84 --423.17,368.74 --423.1,368.64 --423.04,368.53 --422.97,368.43 --422.91,368.33 --422.84,368.23 --422.78,368.13 --422.71,368.03 --422.65,367.93 --422.58,367.83 --422.52,367.73 --422.45,367.62 --422.39,367.52 --422.32,367.42 --422.26,367.32 --422.19,367.22 --422.12,367.12 --422.06,367.02 --421.99,366.92 --421.93,366.82 --421.86,366.73 --421.8,366.63 --421.73,366.53 --421.67,366.43 --421.6,366.33 --421.53,366.23 --421.47,366.13 --421.4,366.03 --421.34,365.93 --421.27,365.83 --421.21,365.74 --421.14,365.64 --421.07,365.54 --421.01,365.44 --420.94,365.34 --420.88,365.25 --420.81,365.15 --420.74,365.05 --420.68,364.95 --420.61,364.85 --420.55,364.76 --420.48,364.66 --420.41,364.56 --420.35,364.46 --420.28,364.37 --420.21,364.27 --420.15,364.17 --420.08,364.07 --420.02,363.98 --419.95,363.88 --419.88,363.78 --419.82,363.69 --419.75,363.59 --419.68,363.49 --419.62,363.4 --419.55,363.3 --419.48,363.2 --419.42,363.11 --419.35,363.01 --419.28,362.91 --419.22,362.82 --419.15,362.72 --419.08,362.62 --419.02,362.53 --418.95,362.43 --418.88,362.33 --418.82,362.24 --418.75,362.14 --418.68,362.05 --418.62,361.95 --418.55,361.85 --418.48,361.76 --418.42,361.66 --418.35,361.56 --418.28,361.47 --418.21,361.37 --418.15,361.28 --418.08,361.18 --418.01,361.08 --417.95,360.99 --417.88,360.89 --417.81,360.8 --417.74,360.7 --417.67,360.61 --417.61,360.51 --417.54,360.42 --417.47,360.32 --417.4,360.23 --417.34,360.13 --417.27,360.04 --417.2,359.94 --417.13,359.85 --417.06,359.75 --417,359.66 --416.93,359.56 --416.86,359.47 --416.79,359.37 --416.72,359.28 --416.66,359.18 --416.59,359.09 --416.52,358.99 --416.45,358.9 --416.38,358.8 --416.31,358.71 --416.24,358.62 --416.17,358.52 --416.11,358.43 --416.04,358.33 --415.97,358.24 --415.9,358.15 --415.83,358.05 --415.76,357.96 --415.69,357.86 --415.62,357.77 --415.55,357.67 --415.48,357.58 --415.41,357.49 --415.34,357.39 --415.27,357.3 --415.2,357.2 --415.12,357.11 --415.05,357.02 --414.98,356.92 --414.91,356.83 --414.84,356.73 --414.77,356.64 --414.7,356.54 --414.63,356.45 --414.56,356.35 --414.48,356.26 --414.41,356.17 --414.34,356.07 --414.27,355.98 --414.2,355.88 --414.12,355.79 --414.05,355.69 --413.98,355.6 --413.91,355.5 --413.84,355.41 --413.76,355.32 --413.69,355.22 --413.62,355.13 --413.55,355.03 --413.47,354.94 --413.4,354.84 --413.33,354.75 --413.26,354.65 --413.18,354.56 --413.11,354.46 --413.04,354.37 --412.96,354.27 --412.89,354.18 --412.82,354.09 --412.74,353.99 --412.67,353.9 --412.6,353.8 --412.52,353.71 --412.45,353.61 --412.38,353.52 --412.3,353.42 --412.23,353.33 --412.16,353.23 --412.08,353.13 --412.01,353.04 --411.94,352.94 --411.86,352.85 --411.79,352.75 --411.71,352.66 --411.64,352.56 --411.57,352.47 --411.49,352.37 --411.42,352.28 --411.34,352.18 --411.27,352.09 --411.19,351.99 --411.12,351.9 --411.05,351.8 --410.97,351.7 --410.9,351.61 --410.82,351.51 --410.75,351.42 --410.67,351.32 --410.6,351.23 --410.52,351.13 --410.45,351.03 --410.37,350.94 --410.3,350.84 --410.22,350.75 --410.15,350.65 --410.07,350.55 --409.99,350.46 --409.92,350.36 --409.84,350.27 --409.77,350.17 --409.69,350.08 --409.61,349.98 --409.54,349.88 --409.46,349.79 --409.38,349.69 --409.31,349.6 --409.23,349.5 --409.15,349.4 --409.08,349.31 --409,349.21 --408.92,349.12 --408.85,349.02 --408.77,348.92 --408.69,348.83 --408.62,348.73 --408.54,348.64 --408.46,348.54 --408.38,348.44 --408.31,348.35 --408.23,348.25 --408.15,348.15 --408.07,348.06 --408,347.96 --407.92,347.87 --407.84,347.77 --407.76,347.67 --407.68,347.58 --407.6,347.48 --407.53,347.38 --407.45,347.29 --407.37,347.19 --407.29,347.1 --407.21,347 --407.13,346.9 --408.53,346.57 --408.46,346.47 --408.38,346.38 --408.3,346.28 --408.22,346.18 --408.15,346.09 --408.07,345.99 --407.99,345.89 --407.91,345.8 --407.84,345.7 --407.76,345.6 --407.68,345.5 --407.6,345.41 --407.52,345.31 --407.45,345.21 --407.37,345.12 --407.29,345.02 --407.21,344.92 --407.13,344.82 --407.05,344.73 --406.97,344.63 --406.89,344.53 --406.82,344.44 --406.74,344.34 --406.66,344.24 --406.58,344.14 --406.5,344.05 --406.42,343.95 --406.34,343.85 --406.26,343.75 --406.18,343.66 --406.1,343.56 --406.02,343.46 --405.94,343.36 --405.86,343.27 --405.79,343.17 --405.71,343.07 --405.63,342.97 --405.55,342.88 --405.47,342.78 --405.39,342.68 --405.31,342.59 --405.23,342.49 --405.15,342.39 --405.07,342.29 --404.98,342.2 --404.9,342.1 --404.82,342 --404.74,341.9 --404.66,341.81 --404.58,341.71 --404.5,341.61 --404.42,341.51 --404.34,341.42 --404.26,341.32 --404.18,341.22 --404.09,341.12 --404.01,341.02 --403.93,340.93 --403.85,340.83 --403.77,340.73 --403.69,340.63 --403.61,340.54 --403.52,340.44 --403.44,340.34 --403.36,340.24 --403.28,340.15 --403.2,340.05 --403.11,339.95 --403.03,339.85 --402.95,339.76 --402.87,339.66 --402.79,339.56 --402.7,339.47 --402.62,339.37 --402.54,339.27 --402.46,339.17 --402.37,339.08 --402.29,338.98 --402.21,338.88 --402.13,338.79 --402.05,338.69 --401.96,338.59 --401.88,338.5 --401.8,338.4 --401.72,338.3 --401.63,338.21 --401.55,338.11 --401.47,338.01 --401.39,337.92 --401.3,337.82 --401.22,337.72 --401.14,337.62 --401.06,337.53 --400.97,337.43 --400.89,337.33 --400.81,337.24 --400.73,337.14 --400.64,337.04 --400.56,336.95 --400.48,336.85 --400.39,336.75 --400.31,336.65 --400.23,336.56 --400.15,336.46 --400.06,336.36 --399.98,336.26 --399.9,336.17 --399.82,336.07 --399.73,335.97 --399.65,335.88 --399.57,335.78 --399.48,335.68 --399.4,335.58 --399.32,335.49 --399.24,335.39 --399.15,335.29 --399.07,335.2 --398.99,335.1 --398.91,335 --398.82,334.91 --398.74,334.81 --398.66,334.71 --398.58,334.62 --398.49,334.52 --398.41,334.42 --398.33,334.33 --398.25,334.23 --398.16,334.13 --398.08,334.04 --398,333.94 --397.91,333.84 --397.83,333.75 --397.75,333.65 --397.67,333.55 --397.58,333.46 --397.5,333.36 --397.42,333.26 --397.34,333.17 --397.25,333.07 --397.17,332.97 --397.09,332.88 --397.01,332.78 --396.92,332.69 --396.84,332.59 --396.76,332.49 --396.67,332.4 --396.59,332.3 --396.51,332.2 --396.43,332.11 --396.34,332.01 --396.26,331.91 --396.18,331.82 --396.1,331.72 --396.01,331.63 --395.93,331.53 --395.85,331.43 --395.76,331.34 --395.68,331.24 --395.6,331.14 --395.52,331.05 --395.43,330.95 --395.35,330.86 --395.27,330.76 --395.19,330.66 --395.1,330.57 --395.02,330.47 --394.94,330.38 --394.85,330.28 --394.77,330.19 --394.69,330.09 --394.61,329.99 --394.52,329.9 --394.44,329.8 --394.36,329.71 --394.27,329.61 --394.19,329.52 --394.11,329.42 --394.02,329.33 --393.94,329.23 --393.86,329.14 --393.77,329.04 --393.69,328.95 --393.61,328.85 --393.53,328.75 --393.44,328.66 --393.36,328.56 --393.28,328.47 --393.19,328.37 --393.11,328.28 --393.02,328.19 --392.94,328.09 --392.86,328 --392.77,327.9 --392.69,327.81 --392.61,327.71 --392.52,327.62 --392.44,327.52 --392.35,327.43 --392.27,327.33 --392.19,327.24 --392.1,327.15 --392.02,327.05 --391.93,326.96 --391.85,326.86 --391.77,326.77 --391.68,326.67 --391.6,326.58 --391.51,326.49 --391.43,326.39 --391.35,326.3 --391.26,326.2 --391.18,326.11 --391.09,326.02 --391.01,325.92 --390.92,325.83 --390.84,325.74 --390.76,325.64 --390.67,325.55 --390.59,325.46 --390.5,325.36 --390.42,325.27 --390.33,325.18 --390.25,325.08 --390.16,324.99 --390.08,324.9 --389.99,324.8 --389.91,324.71 --389.82,324.62 --389.74,324.53 --389.65,324.43 --389.57,324.34 --389.48,324.25 --389.4,324.15 --389.31,324.06 --389.23,323.97 --389.14,323.88 --389.06,323.79 --388.97,323.69 --388.88,323.6 --388.8,323.51 --388.71,323.42 --388.63,323.33 --388.54,323.23 --388.46,323.14 --388.37,323.05 --388.28,322.96 --388.2,322.87 --388.11,322.78 --388.02,322.68 --387.94,322.59 --387.85,322.5 --387.77,322.41 --387.68,322.32 --387.59,322.23 --387.51,322.14 --387.42,322.05 --387.33,321.96 --387.25,321.87 --387.16,321.78 --387.07,321.69 --386.99,321.6 --386.9,321.51 --386.81,321.42 --386.73,321.33 --386.64,321.24 --386.55,321.15 --386.47,321.06 --386.38,320.97 --386.29,320.88 --386.2,320.79 --386.12,320.7 --386.03,320.61 --385.94,320.52 --385.85,320.43 --385.77,320.34 --385.68,320.25 --385.59,320.16 --385.5,320.08 --385.42,319.99 --385.33,319.9 --385.24,319.81 --385.15,319.72 --385.07,319.63 --384.98,319.54 --384.89,319.45 --384.8,319.36 --384.71,319.28 --384.63,319.19 --384.54,319.1 --384.45,319.01 --384.36,318.92 --384.27,318.83 --384.18,318.75 --384.1,318.66 --384.01,318.57 --383.92,318.48 --383.83,318.39 --383.74,318.31 --383.65,318.22 --384.54,317.54 --384.45,317.45 --384.36,317.36 --384.27,317.27 --384.19,317.18 --384.1,317.1 --384.01,317.01 --383.92,316.92 --383.83,316.83 --383.75,316.75 --383.66,316.66 --383.57,316.57 --383.48,316.48 --383.39,316.4 --383.3,316.31 --383.21,316.22 --383.13,316.13 --383.04,316.05 --382.95,315.96 --382.86,315.87 --382.77,315.79 --382.68,315.7 --382.59,315.61 --382.5,315.53 --382.42,315.44 --382.33,315.35 --382.24,315.27 --382.15,315.18 --382.06,315.1 --381.97,315.01 --381.88,314.92 --381.79,314.84 --381.7,314.75 --381.61,314.66 --381.52,314.58 --381.43,314.49 --381.34,314.41 --381.25,314.32 --381.16,314.23 --381.07,314.15 --380.99,314.06 --380.9,313.98 --380.81,313.89 --380.72,313.8 --380.63,313.72 --380.54,313.63 --380.45,313.55 --380.36,313.46 --380.27,313.37 --380.18,313.29 --380.09,313.2 --380,313.12 --379.91,313.03 --379.82,312.95 --379.73,312.86 --379.64,312.78 --379.55,312.69 --379.46,312.61 --379.37,312.52 --379.28,312.44 --379.19,312.35 --379.1,312.27 --379.01,312.18 --378.92,312.1 --378.83,312.01 --378.74,311.93 --378.65,311.84 --378.56,311.76 --378.47,311.68 --378.38,311.59 --378.28,311.51 --378.19,311.42 --378.1,311.34 --378.01,311.25 --377.92,311.17 --377.83,311.09 --377.74,311 --377.65,310.92 --377.56,310.83 --377.47,310.75 --377.37,310.67 --377.28,310.58 --377.19,310.5 --377.1,310.42 --377.01,310.33 --376.92,310.25 --376.82,310.17 --376.73,310.08 --376.64,310 --376.55,309.92 --376.46,309.84 --376.37,309.75 --376.27,309.67 --376.18,309.59 --376.09,309.51 --376,309.42 --375.91,309.34 --375.81,309.26 --375.72,309.18 --375.63,309.09 --375.54,309.01 --375.44,308.93 --375.35,308.85 --375.26,308.77 --375.16,308.68 --375.07,308.6 --374.98,308.52 --374.89,308.44 --374.79,308.36 --374.7,308.28 --374.61,308.19 --374.51,308.11 --374.42,308.03 --374.33,307.95 --374.23,307.87 --374.14,307.79 --374.05,307.7 --373.95,307.62 --373.86,307.54 --373.76,307.46 --373.67,307.38 --373.58,307.3 --373.48,307.22 --373.39,307.14 --373.29,307.06 --373.2,306.98 --373.11,306.9 --373.01,306.82 --372.92,306.74 --372.82,306.66 --372.73,306.58 --372.63,306.5 --372.54,306.42 --372.45,306.34 --372.35,306.26 --372.26,306.18 --372.16,306.1 --372.07,306.02 --371.97,305.94 --371.88,305.86 --371.78,305.78 --371.69,305.7 --371.59,305.62 --371.5,305.54 --371.4,305.46 --371.31,305.39 --371.21,305.31 --371.12,305.23 --371.02,305.15 --370.93,305.07 --370.83,304.99 --370.73,304.91 --370.64,304.84 --370.54,304.76 --370.45,304.68 --370.35,304.6 --370.26,304.52 --370.16,304.44 --370.06,304.37 --369.97,304.29 --369.87,304.21 --369.77,304.13 --369.68,304.06 --369.58,303.98 --369.48,303.9 --369.39,303.82 --369.29,303.75 --369.19,303.67 --369.1,303.59 --369,303.51 --368.9,303.44 --368.81,303.36 --368.71,303.28 --368.61,303.21 --368.51,303.13 --368.42,303.05 --368.32,302.98 --368.22,302.9 --368.12,302.83 --368.02,302.75 --367.93,302.67 --367.83,302.6 --367.73,302.52 --367.63,302.45 --367.53,302.37 --367.44,302.3 --367.34,302.22 --367.24,302.15 --367.14,302.07 --367.04,302 --366.94,301.92 --366.84,301.85 --366.74,301.77 --366.65,301.7 --366.55,301.63 --366.45,301.55 --366.35,301.48 --366.25,301.4 --366.15,301.33 --366.05,301.26 --365.95,301.18 --365.85,301.11 --365.75,301.04 --365.65,300.96 --365.55,300.89 --365.45,300.82 --365.35,300.74 --365.25,300.67 --365.15,300.6 --365.05,300.53 --364.95,300.45 --364.85,300.38 --364.75,300.31 --364.65,300.24 --364.55,300.16 --364.45,300.09 --364.35,300.02 --364.25,299.95 --364.15,299.88 --364.04,299.81 --363.94,299.73 --363.84,299.66 --363.74,299.59 --363.64,299.52 --363.54,299.45 --363.44,299.38 --363.33,299.31 --363.23,299.24 --363.13,299.17 --363.03,299.09 --362.93,299.02 --362.82,298.95 --362.72,298.88 --362.62,298.81 --362.52,298.74 --362.42,298.67 --362.31,298.61 --362.21,298.54 --362.11,298.47 --362.01,298.4 --361.9,298.33 --361.8,298.26 --361.7,298.19 --361.59,298.12 --361.49,298.05 --361.39,297.99 --361.29,297.92 --361.18,297.85 --361.08,297.78 --360.98,297.71 --360.87,297.64 --360.77,297.58 --360.66,297.51 --360.56,297.44 --360.46,297.37 --360.35,297.3 --360.25,297.24 --360.14,297.17 --360.04,297.1 --359.94,297.04 --359.83,296.97 --359.73,296.9 --359.62,296.83 --359.52,296.77 --359.41,296.7 --359.31,296.63 --359.2,296.57 --359.1,296.5 --359,296.44 --358.89,296.37 --358.79,296.3 --358.68,296.24 --358.58,296.17 --358.47,296.11 --358.37,296.04 --358.26,295.98 --358.16,295.91 --358.05,295.84 --357.95,295.78 --357.84,295.71 --357.74,295.65 --357.63,295.58 --357.53,295.52 --357.42,295.45 --357.31,295.39 --357.21,295.33 --357.1,295.26 --357,295.2 --356.89,295.13 --356.79,295.07 --356.68,295 --356.57,294.94 --356.47,294.88 --356.36,294.81 --356.25,294.75 --356.15,294.68 --356.04,294.62 --355.94,294.56 --355.83,294.49 --355.72,294.43 --356.39,293.17 --356.28,293.1 --356.18,293.04 --356.07,292.97 --355.96,292.91 --355.86,292.84 --355.75,292.78 --355.65,292.71 --355.54,292.65 --355.44,292.59 --355.33,292.52 --355.22,292.46 --355.12,292.39 --355.01,292.33 --354.91,292.27 --354.8,292.2 --354.69,292.14 --354.59,292.08 --354.48,292.01 --354.38,291.95 --354.27,291.89 --354.17,291.82 --354.06,291.76 --353.95,291.7 --353.85,291.63 --353.74,291.57 --353.64,291.51 --353.53,291.44 --353.42,291.38 --353.32,291.32 --353.21,291.25 --353.1,291.19 --353,291.13 --352.89,291.06 --352.79,291 --352.68,290.94 --352.57,290.88 --352.47,290.81 --352.36,290.75 --352.25,290.69 --352.15,290.62 --352.04,290.56 --351.94,290.5 --351.83,290.44 --351.72,290.37 --351.62,290.31 --351.51,290.25 --351.4,290.19 --351.3,290.12 --351.19,290.06 --351.09,290 --350.98,289.94 --350.87,289.87 --350.77,289.81 --350.66,289.75 --350.56,289.69 --350.45,289.63 --350.34,289.56 --350.24,289.5 --350.13,289.44 --350.03,289.38 --349.92,289.32 --349.82,289.26 --349.71,289.19 --349.6,289.13 --349.5,289.07 --349.39,289.01 --349.29,288.95 --349.18,288.89 --349.08,288.83 --348.97,288.77 --348.87,288.71 --348.76,288.64 --348.66,288.58 --348.55,288.52 --348.45,288.46 --348.34,288.4 --348.24,288.34 --348.13,288.28 --348.03,288.22 --347.92,288.16 --347.82,288.1 --347.72,288.04 --347.61,287.98 --347.51,287.92 --347.4,287.86 --347.3,287.8 --347.19,287.73 --347.09,287.67 --346.99,287.61 --346.88,287.55 --346.78,287.49 --346.67,287.43 --346.57,287.37 --346.47,287.31 --346.36,287.25 --346.26,287.19 --346.16,287.13 --346.05,287.07 --345.95,287.01 --345.85,286.95 --345.74,286.89 --345.64,286.83 --345.54,286.77 --345.43,286.71 --345.33,286.65 --345.23,286.59 --345.13,286.53 --345.02,286.47 --344.92,286.41 --344.82,286.35 --344.71,286.29 --344.61,286.23 --344.51,286.18 --344.41,286.12 --344.3,286.06 --344.2,286 --344.1,285.94 --343.99,285.88 --343.89,285.82 --343.79,285.76 --343.69,285.7 --343.58,285.65 --343.48,285.59 --343.38,285.53 --343.27,285.47 --343.17,285.41 --343.07,285.35 --342.96,285.29 --342.86,285.24 --342.76,285.18 --342.65,285.12 --342.55,285.06 --342.45,285 --342.34,284.94 --342.24,284.88 --342.14,284.83 --342.03,284.77 --341.93,284.71 --341.82,284.65 --341.72,284.59 --341.62,284.54 --341.51,284.48 --341.41,284.42 --341.3,284.36 --341.2,284.3 --341.1,284.24 --340.99,284.19 --340.89,284.13 --340.78,284.07 --340.68,284.01 --340.57,283.95 --340.47,283.9 --340.36,283.84 --340.26,283.78 --340.15,283.72 --340.05,283.66 --339.94,283.6 --339.84,283.55 --339.73,283.49 --339.63,283.43 --339.52,283.37 --339.42,283.31 --339.31,283.26 --339.21,283.2 --339.1,283.14 --338.99,283.08 --338.89,283.02 --338.78,282.97 --338.68,282.91 --338.57,282.85 --338.47,282.79 --338.36,282.73 --338.26,282.68 --338.15,282.62 --338.04,282.56 --337.94,282.5 --337.83,282.44 --337.73,282.39 --337.62,282.33 --337.51,282.27 --337.41,282.21 --337.3,282.16 --337.19,282.1 --337.09,282.04 --336.98,281.98 --336.87,281.93 --336.77,281.87 --336.66,281.81 --336.55,281.75 --336.45,281.7 --336.34,281.64 --336.23,281.58 --336.13,281.52 --336.02,281.46 --335.91,281.41 --335.81,281.35 --335.7,281.29 --335.59,281.23 --335.49,281.17 --335.38,281.11 --335.27,281.06 --335.17,281 --335.06,280.94 --334.95,280.88 --334.84,280.82 --334.74,280.77 --334.63,280.71 --334.52,280.65 --334.42,280.59 --334.31,280.53 --334.2,280.47 --334.09,280.42 --333.99,280.36 --333.88,280.3 --333.77,280.24 --333.67,280.18 --333.56,280.12 --333.45,280.06 --333.35,280.01 --333.24,279.95 --333.13,279.89 --333.02,279.83 --332.92,279.77 --332.81,279.71 --332.7,279.66 --332.6,279.6 --332.49,279.54 --332.38,279.48 --332.28,279.42 --332.17,279.36 --332.06,279.3 --331.96,279.25 --331.85,279.19 --331.74,279.13 --331.63,279.07 --331.53,279.01 --331.42,278.96 --331.31,278.9 --331.21,278.84 --331.1,278.78 --330.99,278.72 --330.88,278.66 --330.78,278.61 --330.67,278.55 --330.56,278.49 --330.45,278.43 --330.35,278.37 --330.24,278.32 --330.13,278.26 --330.03,278.2 --329.92,278.14 --329.81,278.09 --329.7,278.03 --329.6,277.97 --329.49,277.91 --329.38,277.86 --329.27,277.8 --329.17,277.74 --329.06,277.68 --328.95,277.63 --328.85,277.57 --328.74,277.51 --328.63,277.45 --328.53,277.4 --328.42,277.34 --328.31,277.28 --328.2,277.22 --328.1,277.17 --327.99,277.11 --327.88,277.05 --327.78,277 --327.67,276.94 --327.56,276.88 --327.46,276.82 --327.35,276.77 --327.24,276.71 --327.13,276.65 --327.03,276.59 --326.92,276.54 --326.81,276.48 --326.7,276.42 --326.6,276.36 --326.49,276.31 --326.38,276.25 --326.28,276.19 --326.17,276.13 --326.06,276.08 --325.95,276.02 --325.85,275.96 --325.74,275.9 --325.63,275.85 --325.53,275.79 --325.42,275.73 --325.31,275.67 --325.2,275.62 --325.1,275.56 --324.99,275.5 --324.88,275.45 --324.77,275.39 --325.17,273.78 --325.06,273.72 --324.96,273.66 --324.85,273.6 --324.74,273.54 --324.64,273.48 --324.53,273.43 --324.42,273.37 --324.32,273.31 --324.21,273.25 --324.1,273.19 --324,273.13 --323.89,273.07 --323.78,273.01 --323.68,272.95 --323.57,272.9 --323.46,272.84 --323.36,272.78 --323.25,272.72 --323.14,272.66 --323.04,272.6 --322.93,272.54 --322.82,272.49 --322.72,272.43 --322.61,272.37 --322.5,272.31 --322.4,272.25 --322.29,272.19 --322.18,272.14 --322.08,272.08 --321.97,272.02 --321.86,271.96 --321.76,271.9 --321.65,271.84 --321.54,271.79 --321.43,271.73 --321.33,271.67 --321.22,271.61 --321.11,271.55 --321.01,271.49 --320.9,271.44 --320.79,271.38 --320.68,271.32 --320.58,271.26 --320.47,271.2 --320.36,271.15 --320.25,271.09 --320.15,271.03 --320.04,270.97 --319.93,270.91 --319.83,270.86 --319.72,270.8 --319.61,270.74 --319.5,270.68 --319.4,270.62 --319.29,270.57 --319.18,270.51 --319.07,270.45 --318.97,270.39 --318.86,270.34 --318.75,270.28 --318.64,270.22 --318.53,270.16 --318.43,270.1 --318.32,270.05 --318.21,269.99 --318.1,269.93 --318,269.87 --317.89,269.82 --317.78,269.76 --317.67,269.7 --317.56,269.64 --317.46,269.59 --317.35,269.53 --317.24,269.47 --317.13,269.41 --317.02,269.36 --316.91,269.3 --316.81,269.24 --316.7,269.18 --316.59,269.13 --316.48,269.07 --316.37,269.01 --316.26,268.95 --316.16,268.9 --316.05,268.84 --315.94,268.78 --315.83,268.72 --315.72,268.67 --315.61,268.61 --315.5,268.55 --315.4,268.49 --315.29,268.44 --315.18,268.38 --315.07,268.32 --314.96,268.27 --314.85,268.21 --314.74,268.15 --314.64,268.09 --314.53,268.04 --314.42,267.98 --314.31,267.92 --314.2,267.86 --314.09,267.81 --313.98,267.75 --313.88,267.69 --313.77,267.64 --313.66,267.58 --313.55,267.52 --313.44,267.46 --313.33,267.41 --313.22,267.35 --313.11,267.29 --313.01,267.24 --312.9,267.18 --312.79,267.12 --312.68,267.07 --312.57,267.01 --312.46,266.95 --312.35,266.9 --312.25,266.84 --312.14,266.78 --312.03,266.73 --311.92,266.67 --311.81,266.61 --311.7,266.56 --311.59,266.5 --311.49,266.44 --311.38,266.39 --311.27,266.33 --311.16,266.27 --311.05,266.22 --310.94,266.16 --310.84,266.11 --310.73,266.05 --310.62,265.99 --310.51,265.94 --310.4,265.88 --310.29,265.82 --310.19,265.77 --310.08,265.71 --309.97,265.66 --309.86,265.6 --309.75,265.54 --309.65,265.49 --309.54,265.43 --309.43,265.38 --309.32,265.32 --309.21,265.27 --309.11,265.21 --309,265.16 --308.89,265.1 --308.78,265.04 --308.67,264.99 --308.57,264.93 --308.46,264.88 --308.35,264.82 --308.24,264.77 --308.13,264.71 --308.03,264.66 --307.92,264.6 --307.81,264.55 --307.7,264.49 --307.6,264.44 --307.49,264.38 --307.38,264.33 --307.27,264.28 --307.16,264.22 --307.06,264.17 --306.95,264.11 --306.84,264.06 --306.74,264 --306.63,263.95 --306.52,263.89 --306.41,263.84 --306.31,263.79 --306.2,263.73 --306.09,263.68 --305.98,263.62 --305.88,263.57 --305.77,263.52 --305.66,263.46 --305.56,263.41 --305.45,263.36 --305.34,263.3 --305.24,263.25 --305.13,263.19 --305.02,263.14 --304.92,263.09 --304.81,263.03 --304.7,262.98 --304.6,262.93 --304.49,262.87 --304.38,262.82 --304.28,262.77 --304.17,262.71 --304.06,262.66 --303.96,262.61 --303.85,262.55 --303.74,262.5 --303.64,262.45 --303.53,262.39 --303.42,262.34 --303.32,262.29 --303.21,262.23 --303.1,262.18 --303,262.13 --302.89,262.07 --302.78,262.02 --302.68,261.97 --302.57,261.91 --302.47,261.86 --302.36,261.81 --302.25,261.75 --302.15,261.7 --302.04,261.65 --301.93,261.6 --301.83,261.54 --301.72,261.49 --301.62,261.44 --301.51,261.38 --301.41,261.33 --301.3,261.28 --301.19,261.23 --301.09,261.17 --300.98,261.12 --300.88,261.07 --300.77,261.02 --300.67,260.96 --300.56,260.91 --300.45,260.86 --300.35,260.81 --300.24,260.75 --300.14,260.7 --300.03,260.65 --299.93,260.6 --299.82,260.55 --299.72,260.49 --299.61,260.44 --299.51,260.39 --299.4,260.34 --299.3,260.28 --299.19,260.23 --299.09,260.18 --298.98,260.13 --298.88,260.08 --298.77,260.02 --298.67,259.97 --298.56,259.92 --298.46,259.87 --298.35,259.82 --298.25,259.77 --298.14,259.71 --298.04,259.66 --297.93,259.61 --297.83,259.56 --297.72,259.51 --297.62,259.46 --297.51,259.4 --297.41,259.35 --297.31,259.3 --297.2,259.25 --297.1,259.2 --296.99,259.15 --296.89,259.1 --296.78,259.04 --296.68,258.99 --296.57,258.94 --296.47,258.89 --296.37,258.84 --296.26,258.79 --296.16,258.74 --296.05,258.69 --295.95,258.64 --295.85,258.58 --295.74,258.53 --295.64,258.48 --295.53,258.43 --295.43,258.38 --295.33,258.33 --295.22,258.28 --295.12,258.23 --295.02,258.18 --294.91,258.13 --294.81,258.08 --294.7,258.03 --294.6,257.98 --294.5,257.92 --294.4,257.87 --294.29,257.82 --294.19,257.77 --294.09,257.72 --293.98,257.67 --293.88,257.62 --293.78,257.57 --293.67,257.52 --293.57,257.47 --293.47,257.42 --293.37,257.37 --293.26,257.32 --293.16,257.27 --293.06,257.22 --292.96,257.17 --292.86,257.12 --292.75,257.08 --292.65,257.03 --292.55,256.98 --292.45,256.93 --292.35,256.88 --292.24,256.83 --292.14,256.78 --292.04,256.73 --291.94,256.68 --291.84,256.63 --291.74,256.58 --291.63,256.53 --291.53,256.48 --291.43,256.44 --291.33,256.39 --291.23,256.34 --291.13,256.29 --291.02,256.24 --290.92,256.19 --290.82,256.14 --290.72,256.1 --290.62,256.05 --290.52,256 --290.42,255.95 --290.32,255.9 --290.22,255.85 --290.11,255.81 --290.01,255.76 --289.91,255.71 --289.81,255.66 --289.71,255.61 --289.61,255.57 --289.51,255.52 --289.41,255.47 --289.31,255.42 --289.21,255.38 --289.11,255.33 --289.01,255.28 --288.91,255.23 --288.81,255.19 --288.71,255.14 --288.61,255.09 --288.51,255.04 --288.41,255 --288.31,254.95 --288.21,254.9 --288.11,254.85 --288.01,254.81 --287.91,254.76 --287.81,254.71 --287.7,254.67 --287.6,254.62 --287.5,254.57 --287.4,254.52 --287.3,254.48 --287.2,254.43 --287.1,254.38 --287,254.33 --286.9,254.29 --286.8,254.24 --286.7,254.19 --286.6,254.15 --286.5,254.1 --286.4,254.05 --286.3,254 --286.2,253.96 --286.1,253.91 --286,253.86 --285.9,253.82 --285.8,253.77 --285.7,253.72 --285.6,253.68 --285.5,253.63 --285.4,253.58 --285.3,253.54 --285.2,253.49 --285.1,253.44 --285,253.4 --284.9,253.35 --284.8,253.3 --284.7,253.26 --284.6,253.21 --284.5,253.17 --284.4,253.12 --284.3,253.07 --284.2,253.03 --284.1,252.98 --284,252.94 --283.9,252.89 --283.8,252.84 --283.7,252.8 --283.6,252.75 --283.5,252.71 --283.4,252.66 --283.31,252.62 --283.21,252.57 --283.63,249.92 --283.53,249.87 --283.43,249.82 --283.33,249.78 --283.23,249.73 --283.13,249.68 --283.03,249.63 --282.94,249.59 --282.84,249.54 --282.74,249.49 --282.64,249.44 --282.54,249.4 --282.44,249.35 --282.34,249.3 --282.24,249.25 --282.14,249.21 --282.04,249.16 --281.95,249.11 --281.85,249.06 --281.75,249.02 --281.65,248.97 --281.55,248.92 --281.45,248.87 --281.35,248.83 --281.25,248.78 --281.15,248.73 --281.05,248.68 --280.95,248.64 --280.86,248.59 --280.76,248.54 --280.66,248.5 --280.56,248.45 --280.46,248.4 --280.36,248.35 --280.26,248.31 --280.16,248.26 --280.06,248.21 --279.96,248.17 --279.86,248.12 --279.77,248.07 --279.67,248.03 --279.57,247.98 --279.47,247.93 --279.37,247.88 --279.27,247.84 --279.17,247.79 --279.07,247.75 --278.97,247.7 --278.88,247.65 --278.78,247.61 --278.68,247.56 --278.58,247.51 --278.48,247.47 --278.38,247.42 --278.28,247.37 --278.19,247.33 --278.09,247.28 --277.99,247.24 --277.89,247.19 --277.79,247.14 --277.69,247.1 --277.59,247.05 --277.5,247.01 --277.4,246.96 --277.3,246.91 --277.2,246.87 --277.1,246.82 --277,246.78 --276.91,246.73 --276.81,246.69 --276.71,246.64 --276.61,246.59 --276.51,246.55 --276.41,246.5 --276.32,246.46 --276.22,246.41 --276.12,246.37 --276.02,246.32 --275.92,246.28 --275.83,246.23 --275.73,246.18 --275.63,246.14 --275.53,246.09 --275.43,246.05 --275.34,246 --275.24,245.96 --275.14,245.91 --275.04,245.87 --274.94,245.82 --274.84,245.78 --274.75,245.73 --274.65,245.69 --274.55,245.64 --274.45,245.6 --274.36,245.55 --274.26,245.51 --274.16,245.46 --274.06,245.42 --273.96,245.37 --273.87,245.33 --273.77,245.28 --273.67,245.24 --273.57,245.2 --273.48,245.15 --273.38,245.11 --273.28,245.06 --273.18,245.02 --273.09,244.97 --272.99,244.93 --272.89,244.89 --272.79,244.84 --272.7,244.8 --272.6,244.75 --272.5,244.71 --272.4,244.67 --272.31,244.62 --272.21,244.58 --272.11,244.54 --272.02,244.49 --271.92,244.45 --271.82,244.4 --271.72,244.36 --271.63,244.32 --271.53,244.27 --271.43,244.23 --271.33,244.19 --271.24,244.14 --271.14,244.1 --271.04,244.06 --270.95,244.01 --270.85,243.97 --270.75,243.93 --270.65,243.89 --270.56,243.84 --270.46,243.8 --270.36,243.76 --270.27,243.71 --270.17,243.67 --270.07,243.63 --269.97,243.58 --269.88,243.54 --269.78,243.5 --269.68,243.46 --269.59,243.41 --269.49,243.37 --269.39,243.33 --269.3,243.29 --269.2,243.24 --269.1,243.2 --269.01,243.16 --268.91,243.12 --268.81,243.08 --268.72,243.03 --268.62,242.99 --268.52,242.95 --268.43,242.91 --268.33,242.86 --268.23,242.82 --268.14,242.78 --268.04,242.74 --267.94,242.7 --267.85,242.66 --267.75,242.61 --267.65,242.57 --267.56,242.53 --267.46,242.49 --267.36,242.45 --267.27,242.41 --267.17,242.36 --267.08,242.32 --266.98,242.28 --266.88,242.24 --266.79,242.2 --266.69,242.16 --266.6,242.12 --266.5,242.08 --266.4,242.03 --266.31,241.99 --266.21,241.95 --266.12,241.91 --266.02,241.87 --265.93,241.83 --265.83,241.79 --265.73,241.75 --265.64,241.71 --265.54,241.67 --265.45,241.63 --265.35,241.58 --265.26,241.54 --265.16,241.5 --265.06,241.46 --264.97,241.42 --264.87,241.38 --264.78,241.34 --264.68,241.3 --264.59,241.26 --264.49,241.22 --264.4,241.18 --264.3,241.14 --264.2,241.1 --264.11,241.06 --264.01,241.01 --263.92,240.97 --263.82,240.93 --263.73,240.89 --263.63,240.85 --263.53,240.81 --263.44,240.77 --263.34,240.73 --263.25,240.69 --263.15,240.65 --263.06,240.61 --262.96,240.57 --262.87,240.53 --262.77,240.49 --262.68,240.45 --262.58,240.41 --262.49,240.37 --262.39,240.33 --262.3,240.29 --262.2,240.26 --262.11,240.22 --262.01,240.18 --261.92,240.14 --261.82,240.1 --261.73,240.06 --261.63,240.02 --261.54,239.98 --261.44,239.94 --261.35,239.9 --261.25,239.86 --261.16,239.83 --261.07,239.79 --260.97,239.75 --260.88,239.71 --260.78,239.67 --260.69,239.63 --260.59,239.59 --260.5,239.55 --260.4,239.51 --260.31,239.47 --260.22,239.43 --260.12,239.39 --260.03,239.35 --259.93,239.31 --259.84,239.27 --259.74,239.23 --259.65,239.2 --259.55,239.16 --259.46,239.12 --259.37,239.08 --259.27,239.04 --259.18,239 --259.09,238.96 --258.99,238.93 --258.9,238.89 --258.81,238.85 --258.71,238.81 --258.62,238.77 --258.53,238.73 --258.44,238.7 --258.34,238.66 --258.25,238.62 --258.16,238.58 --258.07,238.54 --257.98,238.51 --257.89,238.47 --257.8,238.43 --257.7,238.39 --257.61,238.36 --257.52,238.32 --257.43,238.28 --257.34,238.24 --257.25,238.21 --257.16,238.17 --257.07,238.13 --256.98,238.09 --256.89,238.06 --256.8,238.02 --256.7,237.98 --256.61,237.94 --256.52,237.91 --256.43,237.87 --256.34,237.83 --256.25,237.79 --256.16,237.76 --256.07,237.72 --255.98,237.68 --255.89,237.65 --255.8,237.61 --255.71,237.57 --255.62,237.53 --255.53,237.5 --255.44,237.46 --255.35,237.42 --255.26,237.39 --255.17,237.35 --255.08,237.31 --254.99,237.28 --254.9,237.24 --254.75,235.26 --254.66,235.22 --254.57,235.18 --254.48,235.14 --254.39,235.1 --254.3,235.07 --254.21,235.03 --254.12,234.99 --254.04,234.95 --253.95,234.92 --253.86,234.88 --253.77,234.84 --253.68,234.8 --253.6,234.76 --253.51,234.73 --253.42,234.69 --253.34,234.65 --253.25,234.61 --253.16,234.58 --253.08,234.54 --252.99,234.5 --252.91,234.47 --252.82,234.43 --252.73,234.39 --252.65,234.36 --252.56,234.32 --252.48,234.28 --252.39,234.24 --252.31,234.21 --252.22,234.17 --252.14,234.14 --252.06,234.1 --251.97,234.06 --251.89,234.03 --251.8,233.99 --251.72,233.95 --251.64,233.92 --251.56,233.88 --251.47,233.85 --251.39,233.81 --251.31,233.77 --251.22,233.74 --251.14,233.7 --251.06,233.67 --250.98,233.63 --250.9,233.6 --250.82,233.56 --250.73,233.53 --250.65,233.49 --250.57,233.46 --250.49,233.42 --250.41,233.39 --250.33,233.35 --250.25,233.32 --250.17,233.28 --250.09,233.25 --250.01,233.22 --249.93,233.18 --249.85,233.15 --249.77,233.11 --249.7,233.08 --249.62,233.05 --249.54,233.01 --249.46,232.98 --249.38,232.94 --249.31,232.91 --249.23,232.88 --249.15,232.84 --249.07,232.81 --249,232.78 --248.92,232.74 --248.84,232.71 --248.77,232.68 --248.69,232.65 --248.61,232.61 --248.54,232.58 --248.46,232.55 --248.39,232.51 --248.31,232.48 --248.24,232.45 --248.16,232.42 --248.09,232.39 --248.01,232.35 --247.94,232.32 --247.86,232.29 --247.79,232.26 --247.72,232.23 --247.64,232.2 --247.57,232.17 --247.49,232.13 --247.42,232.1 --247.35,232.07 --247.28,232.04 --247.2,232.01 --247.13,231.98 --247.06,231.95 --246.99,231.92 --246.91,231.89 --246.84,231.86 --246.77,231.83 --246.7,231.8 --246.63,231.77 --246.56,231.74 --246.48,231.71 --246.41,231.68 --246.34,231.65 --246.27,231.62 --246.2,231.59 --246.13,231.56 --246.06,231.54 --245.99,231.51 --245.92,231.48 --245.85,231.45 --245.78,231.42 --245.71,231.39 --245.64,231.36 --245.57,231.34 --245.5,231.31 --245.43,231.28 --245.36,231.25 --245.29,231.23 --245.23,231.2 --245.16,231.17 --245.09,231.14 --245.02,231.12 --244.95,231.09 --244.88,231.06 --244.82,231.04 --244.75,231.01 --244.68,230.98 --244.61,230.96 --244.54,230.93 --244.48,230.91 --244.41,230.88 --244.34,230.85 --244.27,230.83 --244.21,230.8 --244.14,230.78 --244.07,230.75 --244.01,230.73 --243.94,230.7 --243.87,230.68 --243.81,230.65 --243.74,230.63 --243.67,230.6 --243.61,230.58 --243.54,230.55 --243.47,230.53 --243.41,230.51 --243.34,230.48 --243.28,230.46 --243.21,230.43 --243.14,230.41 --243.08,230.39 --243.01,230.37 --242.94,230.34 --242.88,230.32 --242.81,230.3 --242.75,230.27 --242.68,230.25 --242.62,230.23 --242.55,230.21 --242.48,230.19 --242.42,230.16 --242.35,230.14 --242.29,230.12 --242.22,230.1 --242.16,230.08 --242.09,230.06 --242.03,230.04 --241.96,230.02 --241.9,229.99 --241.83,229.97 --241.77,229.95 --241.7,229.93 --241.64,229.91 --241.57,229.89 --241.51,229.87 --241.44,229.85 --241.38,229.83 --241.31,229.82 --241.25,229.8 --241.18,229.78 --241.12,229.76 --241.06,229.74 --240.99,229.72 --240.93,229.7 --240.86,229.68 --240.8,229.67 --240.73,229.65 --240.67,229.63 --240.61,229.61 --240.54,229.6 --240.48,229.58 --240.41,229.56 --240.35,229.55 --240.29,229.53 --240.22,229.51 --240.16,229.5 --240.1,229.48 --240.03,229.47 --239.97,229.45 --239.91,229.44 --239.84,229.42 --239.78,229.41 --239.72,229.39 --239.65,229.38 --239.59,229.36 --239.53,229.35 --239.46,229.33 --239.4,229.32 --239.34,229.31 --239.28,229.29 --239.21,229.28 --239.15,229.27 --239.09,229.25 --239.03,229.24 --238.97,229.23 --238.9,229.22 --238.84,229.2 --238.78,229.19 --238.72,229.18 --238.66,229.17 --238.6,229.16 --238.53,229.15 --238.47,229.14 --238.41,229.13 --238.35,229.12 --238.29,229.11 --238.23,229.1 --238.17,229.09 --238.11,229.08 --238.04,229.07 --237.98,229.06 --237.92,229.06 --237.86,229.05 --237.8,229.04 --237.74,229.03 --237.68,229.03 --237.62,229.02 --237.56,229.02 --237.5,229.01 --237.44,229 --237.38,229 --237.32,228.99 --237.26,228.99 --237.2,228.98 --237.14,228.98 --237.08,228.98 --237.02,228.97 --236.96,228.97 --236.91,228.97 --236.85,228.96 --236.79,228.96 --236.73,228.96 --236.67,228.96 --236.61,228.96 --236.55,228.96 --236.5,228.95 --236.44,228.95 --236.38,228.95 --236.32,228.95 --236.27,228.95 --236.21,228.96 --236.15,228.96 --236.09,228.96 --236.04,228.96 --235.98,228.96 --235.92,228.96 --235.86,228.97 --235.81,228.97 --235.75,228.97 --235.7,228.98 --235.64,228.98 --235.58,228.99 --235.53,228.99 --235.47,229 --235.42,229 --235.36,229.01 --235.31,229.01 --235.25,229.02 --235.2,229.03 --235.14,229.03 --235.09,229.04 --235.03,229.05 --234.98,229.06 --234.93,229.07 --234.87,229.07 --234.82,229.08 --234.77,229.09 --234.71,229.1 --234.66,229.11 --234.61,229.12 --234.55,229.13 --234.5,229.14 --234.45,229.15 --234.4,229.17 --234.35,229.18 --234.29,229.19 --234.24,229.2 --234.07,227.3 --234.02,227.32 --233.97,227.33 --233.92,227.34 --233.87,227.35 --233.82,227.36 --233.77,227.37 --233.72,227.39 --233.67,227.4 --233.62,227.41 --233.57,227.43 --233.52,227.44 --233.47,227.45 --233.42,227.47 --233.37,227.48 --233.33,227.5 --233.28,227.51 --233.23,227.53 --233.18,227.55 --233.14,227.56 --233.09,227.58 --233.04,227.6 --233,227.61 --232.95,227.63 --232.9,227.65 --232.86,227.66 --232.81,227.68 --232.77,227.7 --232.72,227.72 --232.68,227.74 --232.63,227.76 --232.59,227.78 --232.54,227.8 --232.5,227.82 --232.45,227.84 --232.41,227.86 --232.36,227.88 --232.32,227.9 --232.28,227.92 --232.23,227.94 --232.19,227.96 --232.15,227.98 --232.1,228.01 --232.06,228.03 --232.02,228.05 --231.98,228.08 --231.94,228.1 --231.89,228.12 --231.85,228.15 --231.81,228.17 --231.77,228.2 --231.73,228.22 --231.69,228.25 --231.65,228.27 --231.61,228.3 --231.56,228.32 --231.52,228.35 --231.48,228.38 --231.44,228.4 --231.4,228.43 --231.37,228.46 --231.33,228.49 --231.29,228.51 --231.25,228.54 --231.21,228.57 --231.17,228.6 --231.13,228.63 --231.09,228.66 --231.06,228.69 --231.02,228.72 --230.98,228.75 --230.94,228.78 --230.91,228.81 --230.87,228.84 --230.83,228.87 --230.8,228.9 --230.76,228.93 --230.73,228.97 --230.69,229 --230.66,229.03 --230.62,229.06 --230.59,229.1 --230.55,229.13 --230.52,229.16 --230.48,229.2 --230.45,229.23 --230.41,229.26 --230.38,229.3 --230.35,229.33 --230.31,229.36 --230.28,229.4 --230.25,229.43 --230.21,229.47 --230.18,229.5 --230.15,229.54 --230.12,229.57 --230.08,229.61 --230.05,229.64 --230.02,229.68 --229.99,229.71 --229.96,229.75 --229.93,229.78 --229.9,229.82 --229.87,229.85 --229.83,229.89 --229.8,229.93 --229.77,229.96 --229.74,230 --229.71,230.03 --229.69,230.07 --229.66,230.11 --229.63,230.14 --229.6,230.18 --229.57,230.22 --229.54,230.26 --229.51,230.29 --229.49,230.33 --229.46,230.37 --229.43,230.41 --229.4,230.45 --229.38,230.49 --229.35,230.52 --229.32,230.56 --229.3,230.6 --229.27,230.64 --229.25,230.68 --229.22,230.72 --229.2,230.76 --229.17,230.8 --229.15,230.84 --229.12,230.88 --229.1,230.92 --229.08,230.96 --229.05,231 --229.03,231.04 --229.01,231.08 --228.99,231.13 --228.96,231.17 --228.94,231.21 --228.92,231.25 --228.9,231.29 --228.88,231.33 --228.86,231.37 --228.83,231.42 --228.81,231.46 --228.79,231.5 --228.77,231.54 --228.75,231.59 --228.73,231.63 --228.71,231.67 --228.69,231.71 --228.67,231.76 --228.65,231.8 --228.63,231.84 --228.62,231.89 --228.6,231.93 --228.58,231.97 --228.56,232.02 --228.54,232.06 --228.53,232.11 --228.51,232.15 --228.49,232.19 --228.47,232.24 --228.46,232.28 --228.44,232.33 --228.42,232.37 --228.41,232.42 --228.39,232.46 --228.37,232.5 --228.36,232.55 --228.34,232.59 --228.33,232.64 --228.31,232.69 --228.3,232.73 --228.28,232.78 --228.27,232.82 --228.26,232.87 --228.24,232.91 --228.23,232.96 --228.22,233 --228.2,233.05 --228.19,233.1 --228.18,233.14 --228.16,233.19 --228.15,233.23 --228.14,233.28 --228.13,233.33 --228.12,233.37 --228.1,233.42 --228.09,233.47 --228.08,233.51 --228.07,233.56 --228.06,233.61 --228.05,233.65 --228.04,233.7 --228.03,233.75 --228.02,233.79 --228.01,233.84 --228,233.89 --227.99,233.94 --227.98,233.98 --227.97,234.03 --227.97,234.08 --227.96,234.12 --227.95,234.17 --227.94,234.22 --227.93,234.27 --227.93,234.32 --227.92,234.36 --227.91,234.41 --227.9,234.46 --227.9,234.51 --227.89,234.56 --227.88,234.6 --227.88,234.65 --227.87,234.7 --227.87,234.75 --227.86,234.8 --227.85,234.85 --227.85,234.9 --227.84,234.95 --227.84,235 --227.83,235.05 --227.83,235.1 --227.82,235.15 --227.81,235.2 --227.81,235.25 --227.8,235.3 --227.8,235.35 --227.8,235.4 --227.79,235.45 --227.79,235.5 --227.78,235.55 --227.78,235.6 --227.77,235.65 --227.77,235.7 --227.77,235.76 --227.76,235.81 --227.76,235.86 --227.76,235.91 --227.76,235.96 --227.76,236.02 --227.76,236.07 --227.75,236.12 --227.75,236.18 --227.75,236.23 --227.75,236.28 --227.75,236.34 --227.75,236.39 --227.75,236.44 --227.75,236.5 --227.75,236.55 --227.75,236.61 --227.75,236.66 --227.76,236.72 --227.76,236.77 --227.76,236.83 --227.76,236.88 --227.76,236.94 --227.76,236.99 --227.76,237.05 --227.77,237.11 --227.77,237.16 --227.77,237.22 --227.77,237.28 --227.77,237.33 --227.78,237.39 --227.78,237.45 --227.78,237.5 --227.79,237.56 --227.79,237.62 --227.79,237.67 --227.8,237.73 --227.8,237.79 --227.81,237.85 --227.81,237.9 --227.82,237.96 --227.82,238.02 --227.83,238.08 --227.83,238.13 --227.84,238.19 --227.85,238.25 --227.85,238.31 --227.86,238.37 --227.87,238.42 --227.87,238.48 --227.88,238.54 --227.89,238.6 --227.9,238.66 --227.9,238.71 --227.91,238.77 --227.92,238.83 --227.93,238.89 --227.94,238.95 --227.94,239 --227.95,239.06 --227.96,239.12 --227.97,239.18 --227.98,239.24 --227.99,239.3 --227.7,236.66 --227.7,236.72 --227.71,236.77 --227.72,236.83 --227.73,236.88 --227.74,236.93 --227.75,236.99 --227.76,237.04 --227.77,237.1 --227.78,237.15 --227.79,237.21 --227.8,237.26 --227.81,237.32 --227.81,237.37 --227.82,237.42 --227.83,237.48 --227.84,237.53 --227.85,237.59 --227.86,237.64 --227.87,237.7 --227.88,237.75 --227.88,237.81 --227.89,237.86 --227.9,237.92 --227.91,237.97 --227.92,238.03 --227.93,238.08 --227.94,238.14 --227.95,238.2 --227.96,238.25 --227.97,238.31 --227.98,238.36 --227.99,238.42 --228,238.47 --228.02,238.53 --228.03,238.58 --228.04,238.64 --228.05,238.69 --228.06,238.74 --228.08,238.8 --228.09,238.85 --228.1,238.91 --228.11,238.96 --228.13,239.02 --228.14,239.07 --228.15,239.13 --228.17,239.18 --228.18,239.24 --228.19,239.29 --228.21,239.34 --228.22,239.4 --228.24,239.45 --228.25,239.51 --228.27,239.56 --228.28,239.62 --228.29,239.67 --228.31,239.73 --228.32,239.78 --228.34,239.83 --228.35,239.89 --228.37,239.94 --228.38,240 --228.4,240.05 --228.41,240.1 --228.43,240.16 --228.44,240.21 --228.46,240.27 --228.47,240.32 --228.49,240.38 --228.5,240.43 --228.52,240.49 --228.53,240.54 --228.55,240.59 --228.56,240.65 --228.58,240.7 --228.59,240.76 --228.61,240.81 --228.62,240.87 --228.64,240.92 --228.65,240.98 --228.67,241.03 --228.68,241.09 --228.7,241.14 --228.72,241.2 --228.73,241.25 --228.75,241.3 --228.77,241.36 --228.78,241.41 --228.8,241.47 --228.82,241.52 --228.83,241.57 --228.85,241.63 --228.87,241.68 --228.89,241.74 --228.9,241.79 --228.92,241.84 --228.94,241.9 --228.96,241.95 --228.97,242 --228.99,242.06 --229.01,242.11 --229.03,242.16 --229.05,242.22 --229.07,242.27 --229.09,242.32 --229.1,242.38 --229.12,242.43 --229.14,242.48 --229.16,242.54 --229.18,242.59 --229.2,242.64 --229.22,242.69 --229.24,242.75 --229.26,242.8 --229.28,242.85 --229.3,242.91 --229.32,242.96 --229.34,243.01 --229.36,243.06 --229.38,243.12 --229.4,243.17 --229.42,243.22 --229.44,243.27 --229.46,243.32 --229.48,243.38 --229.5,243.43 --229.52,243.48 --229.54,243.53 --229.57,243.58 --229.59,243.63 --229.61,243.69 --229.63,243.74 --229.65,243.79 --229.67,243.84 --229.69,243.89 --229.72,243.94 --229.74,243.99 --229.76,244.04 --229.78,244.1 --229.8,244.15 --229.83,244.2 --229.85,244.25 --229.87,244.3 --229.89,244.35 --229.92,244.4 --229.94,244.45 --229.96,244.5 --229.98,244.55 --230.01,244.6 --230.03,244.65 --230.05,244.7 --230.08,244.75 --230.1,244.8 --230.12,244.85 --230.15,244.9 --230.17,244.95 --230.19,245 --230.22,245.05 --230.24,245.1 --230.26,245.15 --230.29,245.2 --230.31,245.24 --230.34,245.29 --230.36,245.34 --230.38,245.39 --230.41,245.44 --230.43,245.49 --230.46,245.54 --230.48,245.58 --230.51,245.63 --230.53,245.68 --230.55,245.73 --230.58,245.78 --230.6,245.82 --230.63,245.87 --230.65,245.92 --230.68,245.97 --230.7,246.02 --230.73,246.06 --230.75,246.11 --230.78,246.16 --230.81,246.21 --230.83,246.25 --230.86,246.3 --230.88,246.35 --230.91,246.39 --230.93,246.44 --230.96,246.49 --230.98,246.53 --231.01,246.58 --231.03,246.63 --231.06,246.67 --231.09,246.72 --231.11,246.76 --231.14,246.81 --231.16,246.86 --231.19,246.9 --231.22,246.95 --231.24,246.99 --231.27,247.04 --231.29,247.08 --231.32,247.13 --231.35,247.17 --231.37,247.22 --231.4,247.26 --231.43,247.31 --231.45,247.35 --231.48,247.4 --231.51,247.44 --231.53,247.49 --231.56,247.53 --231.59,247.58 --231.61,247.62 --231.64,247.66 --231.67,247.71 --231.69,247.75 --231.72,247.8 --231.75,247.84 --231.77,247.88 --231.8,247.93 --231.83,247.97 --231.86,248.01 --231.88,248.06 --231.91,248.1 --231.94,248.14 --231.97,248.19 --231.99,248.23 --232.02,248.27 --232.05,248.31 --232.08,248.36 --232.1,248.4 --232.13,248.44 --232.16,248.48 --232.19,248.52 --232.22,248.57 --232.25,248.61 --232.27,248.65 --232.3,248.69 --232.33,248.73 --232.36,248.77 --232.39,248.81 --232.42,248.85 --232.44,248.89 --232.47,248.94 --232.5,248.98 --232.53,249.02 --232.56,249.06 --232.59,249.1 --232.62,249.14 --232.65,249.18 --232.68,249.22 --232.71,249.26 --232.74,249.3 --232.77,249.34 --232.8,249.38 --232.83,249.41 --232.86,249.45 --232.89,249.49 --232.92,249.53 --232.95,249.57 --232.98,249.61 --233.01,249.65 --233.04,249.69 --233.07,249.72 --233.1,249.76 --233.13,249.8 --233.16,249.84 --233.19,249.88 --233.22,249.91 --233.26,249.95 --233.29,249.99 --233.32,250.03 --233.35,250.06 --233.38,250.1 --233.41,250.14 --233.44,250.18 --233.47,250.21 --233.51,250.25 --233.54,250.29 --233.57,250.32 --233.6,250.36 --233.63,250.4 --233.66,250.43 --233.7,250.47 --233.73,250.5 --233.76,250.54 --233.79,250.58 --233.82,250.61 --233.86,250.65 --233.89,250.68 --233.92,250.72 --233.95,250.75 --233.99,250.79 --234.02,250.82 --234.05,250.86 --234.09,250.89 --234.12,250.93 --234.15,250.96 --234.18,250.99 --234.22,251.03 --234.17,248.91 --234.2,248.94 --234.24,248.97 --234.27,249 --234.3,249.03 --234.33,249.06 --234.37,249.09 --234.4,249.12 --234.43,249.15 --234.47,249.18 --234.5,249.21 --234.53,249.23 --234.57,249.26 --234.6,249.29 --234.64,249.32 --234.67,249.35 --234.7,249.38 --234.74,249.41 --234.77,249.43 --234.81,249.46 --234.84,249.49 --234.87,249.52 --234.91,249.55 --234.94,249.57 --234.98,249.6 --235.01,249.63 --235.05,249.65 --235.08,249.68 --235.12,249.71 --235.15,249.73 --235.19,249.76 --235.22,249.79 --235.26,249.81 --235.29,249.84 --235.33,249.86 --235.36,249.89 --235.4,249.91 --235.43,249.94 --235.47,249.96 --235.51,249.99 --235.54,250.01 --235.58,250.04 --235.61,250.06 --235.65,250.08 --235.68,250.11 --235.72,250.13 --235.76,250.16 --235.79,250.18 --235.83,250.2 --235.86,250.23 --235.9,250.25 --235.94,250.27 --235.97,250.29 --236.01,250.32 --236.04,250.34 --236.08,250.36 --236.12,250.38 --236.15,250.4 --236.19,250.43 --236.23,250.45 --236.26,250.47 --236.3,250.49 --236.34,250.51 --236.37,250.53 --236.41,250.55 --236.44,250.57 --236.48,250.59 --236.52,250.61 --236.55,250.63 --236.59,250.65 --236.63,250.67 --236.67,250.69 --236.7,250.71 --236.74,250.73 --236.78,250.75 --236.81,250.77 --236.85,250.79 --236.89,250.81 --236.92,250.83 --236.96,250.84 --237,250.86 --237.03,250.88 --237.07,250.9 --237.11,250.91 --237.15,250.93 --237.18,250.95 --237.22,250.96 --237.26,250.98 --237.29,251 --237.33,251.01 --237.37,251.03 --237.41,251.04 --237.44,251.06 --237.48,251.07 --237.52,251.09 --237.55,251.1 --237.59,251.12 --237.63,251.13 --237.67,251.15 --237.7,251.16 --237.74,251.17 --237.78,251.19 --237.82,251.2 --237.85,251.21 --237.89,251.23 --237.93,251.24 --237.97,251.25 --238,251.26 --238.04,251.27 --238.08,251.29 --238.12,251.3 --238.15,251.31 --238.19,251.32 --238.23,251.33 --238.27,251.34 --238.3,251.35 --238.34,251.36 --238.38,251.37 --238.42,251.38 --238.45,251.39 --238.49,251.4 --238.53,251.41 --238.57,251.42 --238.6,251.43 --238.64,251.44 --238.68,251.45 --238.72,251.46 --238.75,251.46 --238.79,251.47 --238.83,251.48 --238.86,251.49 --238.9,251.5 --238.94,251.5 --238.98,251.51 --239.01,251.52 --239.05,251.52 --239.09,251.53 --239.13,251.54 --239.16,251.54 --239.2,251.55 --239.24,251.56 --239.27,251.56 --239.31,251.57 --239.35,251.57 --239.38,251.58 --239.42,251.58 --239.46,251.59 --239.5,251.59 --239.53,251.6 --239.57,251.6 --239.61,251.6 --239.64,251.61 --239.68,251.61 --239.72,251.62 --239.76,251.62 --239.79,251.62 --239.83,251.63 --239.87,251.63 --239.9,251.63 --239.94,251.63 --239.98,251.64 --240.01,251.64 --240.05,251.64 --240.09,251.64 --240.13,251.64 --240.16,251.65 --240.2,251.65 --240.24,251.65 --240.27,251.65 --240.31,251.65 --240.35,251.65 --240.38,251.65 --240.42,251.65 --240.46,251.65 --240.49,251.65 --240.53,251.65 --240.57,251.65 --240.6,251.65 --240.64,251.65 --240.68,251.65 --240.71,251.65 --240.75,251.65 --240.79,251.65 --240.82,251.65 --240.86,251.64 --240.9,251.64 --240.93,251.64 --240.97,251.64 --241,251.64 --241.04,251.63 --241.08,251.63 --241.11,251.63 --241.15,251.62 --241.19,251.62 --241.22,251.62 --241.26,251.61 --241.29,251.61 --241.33,251.6 --241.37,251.6 --241.4,251.6 --241.44,251.59 --241.47,251.59 --241.51,251.58 --241.55,251.57 --241.58,251.57 --241.62,251.56 --241.65,251.56 --241.69,251.55 --241.72,251.54 --241.76,251.54 --241.79,251.53 --241.83,251.52 --241.86,251.52 --241.9,251.51 --241.93,251.5 --241.97,251.5 --242,251.49 --242.04,251.48 --242.07,251.47 --242.11,251.46 --242.14,251.46 --242.18,251.45 --242.21,251.44 --242.25,251.43 --242.28,251.42 --242.32,251.41 --242.35,251.4 --242.38,251.39 --242.42,251.38 --242.45,251.37 --242.49,251.37 --242.52,251.36 --242.56,251.35 --242.59,251.34 --242.62,251.32 --242.66,251.31 --242.69,251.3 --242.72,251.29 --242.76,251.28 --242.79,251.27 --242.82,251.26 --242.86,251.25 --242.89,251.24 --242.92,251.22 --242.96,251.21 --242.99,251.2 --243.02,251.19 --243.06,251.18 --243.09,251.16 --243.12,251.15 --243.16,251.14 --243.19,251.13 --243.22,251.11 --243.25,251.1 --243.29,251.09 --243.32,251.07 --243.35,251.06 --243.39,251.05 --243.42,251.03 --243.45,251.02 --243.48,251 --243.52,250.99 --243.55,250.98 --243.58,250.96 --243.61,250.95 --243.64,250.93 --243.68,250.92 --243.71,250.9 --243.74,250.89 --243.77,250.87 --243.8,250.86 --243.84,250.84 --243.87,250.83 --243.9,250.81 --243.93,250.79 --243.96,250.78 --243.99,250.76 --244.02,250.75 --244.06,250.73 --244.09,250.71 --244.12,250.7 --244.15,250.68 --244.18,250.66 --244.21,250.65 --244.24,250.63 --244.27,250.61 --244.3,250.6 --244.33,250.58 --244.37,250.56 --244.4,250.54 --244.43,250.53 --244.46,250.51 --244.49,250.49 --244.52,250.47 --244.55,250.46 --244.58,250.44 --244.61,250.42 --244.64,250.4 --244.67,250.39 --244.7,250.37 --244.34,249.1 --244.37,249.08 --244.4,249.06 --244.43,249.04 --244.46,249.02 --244.49,249 --244.52,248.98 --244.55,248.96 --244.58,248.94 --244.61,248.92 --244.63,248.9 --244.66,248.88 --244.69,248.85 --244.72,248.83 --244.75,248.81 --244.78,248.79 --244.81,248.77 --244.84,248.75 --244.87,248.73 --244.89,248.71 --244.92,248.69 --244.95,248.66 --244.98,248.64 --245.01,248.62 --245.04,248.6 --245.07,248.58 --245.09,248.55 --245.12,248.53 --245.15,248.51 --245.18,248.49 --245.21,248.46 --245.23,248.44 --245.26,248.42 --245.29,248.39 --245.32,248.37 --245.34,248.35 --245.37,248.32 --245.4,248.3 --245.42,248.27 --245.45,248.25 --245.48,248.22 --245.5,248.2 --245.53,248.17 --245.56,248.15 --245.58,248.12 --245.61,248.1 --245.64,248.07 --245.66,248.05 --245.69,248.02 --245.72,248 --245.74,247.97 --245.77,247.95 --245.8,247.92 --245.82,247.9 --245.85,247.87 --245.88,247.84 --245.9,247.82 --245.93,247.79 --245.96,247.77 --245.99,247.74 --246.01,247.71 --246.04,247.69 --246.07,247.66 --246.1,247.64 --246.12,247.61 --246.15,247.58 --246.18,247.56 --246.2,247.53 --246.23,247.5 --246.26,247.47 --246.29,247.45 --246.31,247.42 --246.34,247.39 --246.37,247.36 --246.39,247.34 --246.42,247.31 --246.45,247.28 --246.47,247.25 --246.5,247.22 --246.53,247.19 --246.56,247.17 --246.58,247.14 --246.61,247.11 --246.64,247.08 --246.66,247.05 --246.69,247.02 --246.72,247 --246.74,246.97 --246.77,246.94 --246.8,246.91 --246.82,246.88 --246.85,246.85 --246.87,246.82 --246.9,246.79 --246.93,246.76 --246.95,246.73 --246.98,246.71 --247,246.68 --247.03,246.65 --247.05,246.62 --247.08,246.59 --247.11,246.56 --247.13,246.53 --247.16,246.5 --247.18,246.47 --247.21,246.44 --247.23,246.41 --247.26,246.38 --247.28,246.35 --247.31,246.32 --247.33,246.29 --247.36,246.26 --247.38,246.23 --247.4,246.2 --247.43,246.17 --247.45,246.14 --247.48,246.11 --247.5,246.08 --247.52,246.05 --247.55,246.02 --247.57,245.99 --247.6,245.96 --247.62,245.93 --247.64,245.9 --247.67,245.87 --247.69,245.84 --247.71,245.81 --247.73,245.78 --247.76,245.74 --247.78,245.71 --247.8,245.68 --247.82,245.65 --247.85,245.62 --247.87,245.59 --247.89,245.56 --247.91,245.53 --247.94,245.49 --247.96,245.46 --247.98,245.43 --248,245.4 --248.02,245.37 --248.04,245.34 --248.07,245.3 --248.09,245.27 --248.11,245.24 --248.13,245.21 --248.15,245.18 --248.17,245.14 --248.19,245.11 --248.22,245.08 --248.24,245.05 --248.26,245.01 --248.28,244.98 --248.3,244.95 --248.32,244.92 --248.34,244.88 --248.36,244.85 --248.39,244.82 --248.41,244.78 --248.43,244.75 --248.45,244.72 --248.47,244.68 --248.49,244.65 --248.51,244.62 --248.53,244.58 --248.55,244.55 --248.57,244.52 --248.59,244.48 --248.61,244.45 --248.63,244.42 --248.65,244.38 --248.67,244.35 --248.69,244.32 --248.71,244.28 --248.73,244.25 --248.75,244.21 --248.77,244.18 --248.79,244.14 --248.81,244.11 --248.82,244.08 --248.84,244.04 --248.86,244.01 --248.88,243.97 --248.9,243.94 --248.92,243.9 --248.93,243.87 --248.95,243.83 --248.97,243.8 --248.99,243.76 --249.01,243.73 --249.02,243.69 --249.04,243.66 --249.06,243.62 --249.07,243.59 --249.09,243.55 --249.11,243.51 --249.12,243.48 --249.14,243.44 --249.16,243.41 --249.17,243.37 --249.19,243.33 --249.21,243.3 --249.22,243.26 --249.24,243.22 --249.25,243.19 --249.27,243.15 --249.28,243.11 --249.3,243.08 --249.31,243.04 --249.33,243 --249.34,242.96 --249.36,242.93 --249.37,242.89 --249.39,242.85 --249.4,242.81 --249.41,242.77 --249.43,242.73 --249.44,242.7 --249.46,242.66 --249.47,242.62 --249.49,242.58 --249.5,242.54 --249.51,242.5 --249.53,242.46 --249.54,242.42 --249.55,242.38 --249.57,242.34 --249.58,242.3 --249.59,242.25 --249.6,242.21 --249.61,242.17 --249.62,242.13 --249.64,242.09 --249.65,242.04 --249.66,242 --249.67,241.96 --249.68,241.91 --249.69,241.87 --249.69,241.83 --249.7,241.78 --249.71,241.74 --249.72,241.7 --249.73,241.65 --249.74,241.61 --249.74,241.56 --249.75,241.52 --249.76,241.48 --249.77,241.43 --249.77,241.39 --249.78,241.34 --249.79,241.3 --249.79,241.25 --249.8,241.21 --249.8,241.16 --249.81,241.12 --249.82,241.07 --249.82,241.03 --249.83,240.98 --249.83,240.93 --249.83,240.89 --249.84,240.84 --249.84,240.8 --249.85,240.75 --249.85,240.7 --249.85,240.65 --249.86,240.61 --249.86,240.56 --249.86,240.51 --249.86,240.46 --249.87,240.41 --249.87,240.37 --249.87,240.32 --249.87,240.27 --249.87,240.22 --249.87,240.17 --249.87,240.12 --249.87,240.07 --249.87,240.02 --249.87,239.97 --249.87,239.92 --249.87,239.87 --249.87,239.82 --249.86,239.77 --249.86,239.72 --249.86,239.67 --249.86,239.62 --249.85,239.57 --249.85,239.52 --249.84,239.47 --249.84,239.41 --249.84,239.36 --249.83,239.31 --249.83,239.26 --249.82,239.21 --249.82,239.15 --249.81,239.1 --249.8,239.05 --249.8,239 --249.79,238.94 --249.78,238.89 --250.02,238.14 --250.02,238.09 --250.01,238.03 --250,237.98 --249.99,237.93 --249.98,237.87 --249.97,237.82 --249.96,237.76 --249.95,237.71 --249.94,237.65 --249.93,237.6 --249.92,237.54 --249.91,237.48 --249.89,237.43 --249.88,237.37 --249.87,237.32 --249.85,237.26 --249.84,237.2 --249.82,237.15 --249.81,237.09 --249.79,237.04 --249.78,236.98 --249.76,236.92 --249.74,236.87 --249.73,236.81 --249.71,236.75 --249.69,236.7 --249.67,236.64 --249.66,236.58 --249.64,236.53 --249.62,236.47 --249.6,236.41 --249.58,236.36 --249.56,236.3 --249.54,236.24 --249.51,236.18 --249.49,236.13 --249.47,236.07 --249.45,236.01 --249.43,235.96 --249.4,235.9 --249.38,235.84 --249.36,235.78 --249.33,235.73 --249.31,235.67 --249.28,235.61 --249.26,235.56 --249.23,235.5 --249.2,235.44 --249.18,235.38 --249.15,235.33 --249.12,235.27 --249.09,235.21 --249.06,235.16 --249.04,235.1 --249.01,235.04 --248.98,234.98 --248.95,234.93 --248.91,234.87 --248.88,234.81 --248.85,234.75 --248.82,234.7 --248.79,234.64 --248.75,234.58 --248.72,234.53 --248.69,234.47 --248.65,234.41 --248.62,234.35 --248.58,234.3 --248.54,234.24 --248.51,234.18 --248.47,234.12 --248.44,234.07 --248.4,234.01 --248.36,233.95 --248.32,233.9 --248.28,233.84 --248.24,233.78 --248.21,233.73 --248.17,233.67 --248.13,233.61 --248.09,233.56 --248.04,233.5 --248,233.45 --247.96,233.39 --247.92,233.33 --247.88,233.28 --247.83,233.22 --247.79,233.17 --247.75,233.11 --247.7,233.06 --247.66,233 --247.61,232.94 --247.56,232.89 --247.52,232.83 --247.47,232.78 --247.42,232.72 --247.38,232.67 --247.33,232.62 --247.28,232.56 --247.23,232.51 --247.18,232.45 --247.13,232.4 --247.08,232.35 --247.03,232.29 --246.98,232.24 --246.93,232.18 --246.88,232.13 --246.82,232.08 --246.77,232.03 --246.72,231.97 --246.66,231.92 --246.61,231.87 --246.55,231.82 --246.5,231.77 --246.44,231.71 --246.39,231.66 --246.33,231.61 --246.27,231.56 --246.22,231.51 --246.16,231.46 --246.1,231.41 --246.04,231.36 --245.98,231.31 --245.92,231.26 --245.86,231.21 --245.8,231.16 --245.74,231.11 --245.68,231.06 --245.62,231.01 --245.56,230.96 --245.5,230.91 --245.44,230.86 --245.37,230.81 --245.31,230.76 --245.25,230.72 --245.19,230.67 --245.12,230.62 --245.06,230.57 --244.99,230.52 --244.93,230.48 --244.86,230.43 --244.8,230.38 --244.73,230.33 --244.67,230.29 --244.6,230.24 --244.54,230.19 --244.47,230.15 --244.4,230.1 --244.34,230.05 --244.27,230.01 --244.2,229.96 --244.13,229.91 --244.07,229.87 --244,229.82 --243.93,229.78 --243.86,229.73 --243.79,229.69 --243.72,229.64 --243.65,229.6 --243.58,229.55 --243.51,229.51 --243.44,229.46 --243.37,229.42 --243.3,229.37 --243.23,229.33 --243.16,229.28 --243.09,229.24 --243.02,229.19 --242.95,229.15 --242.87,229.11 --242.8,229.06 --242.73,229.02 --242.66,228.97 --242.58,228.93 --242.51,228.89 --242.44,228.84 --242.36,228.8 --242.29,228.76 --242.22,228.71 --242.14,228.67 --242.07,228.63 --241.99,228.58 --241.92,228.54 --241.84,228.5 --241.77,228.46 --241.69,228.41 --241.62,228.37 --241.54,228.33 --241.47,228.28 --241.39,228.24 --241.32,228.2 --241.24,228.15 --241.17,228.11 --241.09,228.07 --241.01,228.03 --240.94,227.98 --240.86,227.94 --240.78,227.9 --240.71,227.85 --240.63,227.81 --240.55,227.77 --240.47,227.73 --240.4,227.68 --240.32,227.64 --240.24,227.6 --240.16,227.56 --240.08,227.51 --240.01,227.47 --239.93,227.43 --239.85,227.39 --239.77,227.35 --239.69,227.3 --239.61,227.26 --239.53,227.22 --239.45,227.18 --239.37,227.14 --239.29,227.1 --239.21,227.05 --239.13,227.01 --239.05,226.97 --238.97,226.93 --238.88,226.89 --238.8,226.85 --238.72,226.81 --238.64,226.77 --238.56,226.72 --238.47,226.68 --238.39,226.64 --238.31,226.6 --238.23,226.56 --238.14,226.52 --238.06,226.48 --237.98,226.44 --237.89,226.4 --237.81,226.36 --237.73,226.32 --237.64,226.28 --237.56,226.24 --237.48,226.19 --237.39,226.15 --237.31,226.11 --237.22,226.07 --237.14,226.03 --237.05,225.99 --236.97,225.95 --236.89,225.91 --236.8,225.87 --236.72,225.83 --236.63,225.79 --236.55,225.75 --236.46,225.71 --236.37,225.66 --236.29,225.62 --236.2,225.58 --236.12,225.54 --236.03,225.5 --235.95,225.46 --235.86,225.42 --235.78,225.38 --235.69,225.34 --235.6,225.29 --235.52,225.25 --235.43,225.21 --235.35,225.17 --235.26,225.13 --235.17,225.09 --235.09,225.04 --235,225 --234.92,224.96 --234.83,224.92 --234.74,224.88 --234.66,224.83 --234.57,224.79 --234.48,224.75 --234.4,224.71 --234.31,224.66 --234.22,224.62 --234.13,224.58 --234.05,224.54 --233.96,224.49 --233.87,224.45 --233.79,224.41 --233.7,224.37 --233.61,224.32 --233.52,224.28 --233.43,224.24 --233.35,224.2 --233.26,224.15 --233.17,224.11 --233.08,224.07 --232.99,224.02 --232.91,223.98 --232.82,223.94 --232.73,223.9 --232.64,223.85 --232.55,223.81 --232.46,223.77 --232.37,223.72 --232.28,223.68 --232.2,223.64 --232.11,223.59 --232.02,223.55 --231.93,223.5 --231.84,223.46 --231.75,223.42 --231.66,223.37 --231.57,223.33 --231.48,223.28 --231.39,223.24 --231.3,223.19 --231.21,223.15 --231.12,223.11 --231.03,223.06 --230.94,223.02 --230.85,222.97 --230.76,222.93 --230.67,222.88 --230.58,222.84 --230.49,222.79 --230.4,222.75 --230.31,222.7 --230.22,222.65 --230.13,222.61 --230.04,222.56 --229.95,222.52 --229.86,222.47 --229.77,222.43 --229.68,222.38 --229.59,222.33 --229.5,222.29 --229.41,222.24 --229.32,222.19 --229.23,222.15 --229.14,222.1 --229.05,222.05 --228.96,222.01 --228.87,221.96 --228.78,221.91 --228.69,221.87 --228.6,221.82 --228.51,221.77 --228.42,221.72 --228.33,221.68 --228.24,221.63 --228.15,221.58 --228.06,221.54 --227.97,221.49 --227.88,221.44 --227.79,221.39 --227.69,221.34 --227.6,221.3 --227.51,221.25 --227.42,221.2 --227.33,221.15 --227.24,221.1 --227.15,221.05 --227.06,221.01 --226.97,220.96 --226.88,220.91 --226.78,220.86 --226.69,220.81 --226.6,220.76 --226.51,220.71 --226.42,220.66 --226.33,220.61 --226.24,220.57 --226.14,220.52 --226.05,220.47 --225.96,220.42 --225.87,220.37 --225.78,220.32 --225.69,220.27 --225.59,220.22 --225.5,220.17 --225.41,220.12 --225.32,220.07 --225.23,220.02 --225.14,219.97 --225.04,219.92 --224.95,219.87 --224.86,219.82 --224.77,219.77 --224.68,219.72 --224.58,219.67 --224.49,219.62 --224.4,219.57 --224.31,219.52 --224.22,219.46 --224.12,219.41 --224.03,219.36 --223.94,219.31 --223.85,219.26 --223.75,219.21 --223.66,219.16 --223.57,219.11 --223.48,219.06 --223.38,219 --223.29,218.95 --223.2,218.9 --224.89,218.34 --224.8,218.28 --224.71,218.23 --224.62,218.18 --224.53,218.12 --224.44,218.07 --224.35,218.02 --224.26,217.96 --224.17,217.91 --224.07,217.86 --223.98,217.8 --223.89,217.75 --223.8,217.7 --223.71,217.64 --223.62,217.59 --223.53,217.54 --223.44,217.48 --223.34,217.43 --223.25,217.37 --223.16,217.32 --223.07,217.27 --222.98,217.21 --222.89,217.16 --222.79,217.1 --222.7,217.05 --222.61,217 --222.52,216.94 --222.43,216.89 --222.34,216.83 --222.24,216.78 --222.15,216.72 --222.06,216.67 --221.97,216.62 --221.88,216.56 --221.79,216.51 --221.69,216.45 --221.6,216.4 --221.51,216.34 --221.42,216.29 --221.33,216.24 --221.23,216.18 --221.14,216.13 --221.05,216.07 --220.96,216.02 --220.87,215.96 --220.78,215.91 --220.69,215.85 --220.6,215.8 --220.5,215.75 --220.41,215.69 --220.32,215.64 --220.23,215.58 --220.14,215.53 --220.05,215.47 --219.96,215.42 --219.87,215.36 --219.77,215.31 --219.68,215.25 --219.59,215.2 --219.5,215.15 --219.41,215.09 --219.32,215.04 --219.23,214.98 --219.14,214.93 --219.05,214.87 --218.96,214.82 --218.86,214.76 --218.77,214.71 --218.68,214.65 --218.59,214.6 --218.5,214.54 --218.41,214.49 --218.32,214.44 --218.23,214.38 --218.14,214.33 --218.04,214.27 --217.95,214.22 --217.86,214.16 --217.77,214.11 --217.68,214.05 --217.59,214 --217.5,213.94 --217.41,213.89 --217.32,213.83 --217.23,213.78 --217.13,213.72 --217.04,213.67 --216.95,213.61 --216.86,213.56 --216.77,213.5 --216.68,213.45 --216.59,213.39 --216.5,213.34 --216.41,213.28 --216.32,213.23 --216.23,213.17 --216.13,213.12 --216.04,213.06 --215.95,213.01 --215.86,212.95 --215.77,212.9 --215.68,212.84 --215.59,212.79 --215.5,212.73 --215.41,212.68 --215.32,212.63 --215.23,212.57 --215.14,212.52 --215.05,212.46 --214.96,212.41 --214.87,212.35 --214.78,212.3 --214.69,212.24 --214.6,212.19 --214.51,212.13 --214.42,212.08 --214.33,212.02 --214.24,211.97 --214.15,211.91 --214.06,211.86 --213.97,211.8 --213.88,211.75 --213.79,211.7 --213.7,211.64 --213.61,211.59 --213.52,211.53 --213.43,211.48 --213.34,211.42 --213.25,211.37 --213.16,211.31 --213.07,211.26 --212.98,211.2 --212.89,211.15 --212.8,211.09 --212.71,211.04 --212.62,210.98 --212.53,210.93 --212.43,210.87 --212.34,210.82 --212.25,210.76 --212.16,210.71 --212.07,210.65 --211.98,210.6 --211.89,210.54 --211.8,210.49 --211.71,210.43 --211.62,210.37 --211.52,210.32 --211.43,210.26 --211.34,210.21 --211.25,210.15 --211.16,210.1 --211.06,210.04 --210.97,209.98 --210.88,209.93 --210.79,209.87 --210.7,209.82 --210.6,209.76 --210.51,209.7 --210.42,209.65 --210.33,209.59 --210.23,209.53 --210.14,209.48 --210.05,209.42 --209.95,209.36 --209.86,209.31 --209.77,209.25 --209.67,209.19 --209.58,209.14 --209.49,209.08 --209.39,209.02 --209.3,208.96 --209.21,208.91 --209.11,208.85 --209.02,208.79 --208.92,208.74 --208.83,208.68 --208.74,208.62 --208.64,208.56 --208.55,208.51 --208.45,208.45 --208.36,208.39 --208.26,208.33 --208.17,208.28 --208.07,208.22 --207.98,208.16 --207.88,208.1 --207.79,208.04 --207.69,207.99 --207.6,207.93 --207.5,207.87 --207.41,207.81 --207.31,207.75 --207.22,207.69 --207.12,207.63 --207.03,207.58 --206.93,207.52 --206.84,207.46 --206.74,207.4 --206.65,207.34 --206.55,207.28 --206.45,207.22 --206.36,207.16 --206.26,207.1 --206.16,207.04 --206.07,206.98 --205.97,206.92 --205.87,206.86 --205.78,206.8 --205.68,206.74 --205.58,206.68 --205.49,206.62 --205.39,206.56 --205.29,206.5 --205.2,206.44 --205.1,206.38 --205,206.32 --204.9,206.26 --204.81,206.2 --204.71,206.13 --204.61,206.07 --204.51,206.01 --204.42,205.95 --204.32,205.89 --204.22,205.83 --204.12,205.77 --204.03,205.7 --203.93,205.64 --203.83,205.58 --203.73,205.52 --203.63,205.46 --203.53,205.39 --203.44,205.33 --203.34,205.27 --203.24,205.21 --203.14,205.14 --203.04,205.08 --202.94,205.02 --202.84,204.96 --202.74,204.89 --202.64,204.83 --202.55,204.77 --202.45,204.7 --202.35,204.64 --202.25,204.58 --202.15,204.51 --202.05,204.45 --201.95,204.39 --201.85,204.32 --201.75,204.26 --201.65,204.2 --201.55,204.13 --201.45,204.07 --201.35,204.01 --201.25,203.94 --201.15,203.88 --201.04,203.81 --200.94,203.75 --200.84,203.69 --200.74,203.62 --200.64,203.56 --200.54,203.49 --200.44,203.43 --200.34,203.36 --200.24,203.3 --200.13,203.24 --200.03,203.17 --199.93,203.11 --199.83,203.04 --199.73,202.98 --199.62,202.91 --199.52,202.85 --199.42,202.78 --199.32,202.72 --199.21,202.65 --199.11,202.59 --199.01,202.52 --198.9,202.45 --198.8,202.39 --198.7,202.32 --198.59,202.26 --198.49,202.19 --198.39,202.12 --198.28,202.06 --198.18,201.99 --198.07,201.93 --197.97,201.86 --197.87,201.79 --197.76,201.73 --197.66,201.66 --197.55,201.59 --197.45,201.53 --197.34,201.46 --197.24,201.39 --197.14,201.33 --197.03,201.26 --196.93,201.19 --196.82,201.13 --196.71,201.06 --196.61,200.99 --196.5,200.93 --196.4,200.86 --196.29,200.79 --196.19,200.73 --196.08,200.66 --195.98,200.59 --195.87,200.52 --195.76,200.46 --195.66,200.39 --195.55,200.32 --195.45,200.25 --195.34,200.19 --195.23,200.12 --195.13,200.05 --195.02,199.98 --194.91,199.91 --194.81,199.85 --194.7,199.78 --194.59,199.71 --194.49,199.64 --194.38,199.58 --194.27,199.51 --194.16,199.44 --194.06,199.37 --193.95,199.3 --193.84,199.24 --193.74,199.17 --193.63,199.1 --193.52,199.03 --193.41,198.96 --193.3,198.89 --193.2,198.83 --193.09,198.76 --192.98,198.69 --192.87,198.62 --192.76,198.55 --192.66,198.48 --192.55,198.41 --192.44,198.34 --192.33,198.27 --192.22,198.21 --192.11,198.14 --192,198.07 --191.9,198 --191.79,197.93 --191.68,197.86 --191.57,197.79 --191.46,197.72 --191.35,197.65 --191.24,197.58 --191.13,197.51 --191.02,197.44 --190.92,197.37 --190.81,197.3 --190.7,197.23 --190.59,197.16 --190.48,197.09 --190.37,197.02 --190.26,196.95 --190.15,196.88 --190.04,196.81 --189.93,196.74 --189.82,196.67 --189.71,196.6 --189.6,196.53 --189.49,196.46 --189.38,196.39 --189.27,196.31 --189.16,196.24 --189.05,196.17 --188.94,196.1 --188.83,196.03 --188.72,195.96 --188.61,195.89 --188.5,195.81 --188.39,195.74 --188.28,195.67 --188.17,195.6 --188.05,195.53 --187.94,195.46 --187.83,195.38 --187.72,195.31 --187.61,195.24 --187.5,195.17 --187.39,195.09 --187.28,195.02 --187.17,194.95 --187.05,194.88 --186.94,194.8 --186.83,194.73 --186.72,194.66 --186.61,194.59 --186.5,194.51 --186.38,194.44 --186.27,194.37 --186.16,194.3 --186.05,194.22 --185.94,194.15 --185.83,194.08 --185.71,194 --187.5,194.24 --187.39,194.17 --187.28,194.1 --187.17,194.02 --187.06,193.95 --186.95,193.88 --186.84,193.8 --186.73,193.73 --186.62,193.66 --186.51,193.58 --186.39,193.51 --186.28,193.44 --186.17,193.36 --186.06,193.29 --185.95,193.22 --185.84,193.14 --185.73,193.07 --185.62,193 --185.51,192.92 --185.4,192.85 --185.29,192.78 --185.17,192.7 --185.06,192.63 --184.95,192.55 --184.84,192.48 --184.73,192.41 --184.62,192.33 --184.5,192.26 --184.39,192.19 --184.28,192.11 --184.17,192.04 --184.05,191.97 --183.94,191.89 --183.83,191.82 --183.72,191.74 --183.6,191.67 --183.49,191.6 --183.38,191.52 --183.26,191.45 --183.15,191.38 --183.04,191.3 --182.92,191.23 --182.81,191.15 --182.7,191.08 --182.59,191 --182.47,190.93 --182.36,190.86 --182.24,190.78 --182.13,190.71 --182.02,190.63 --181.9,190.56 --181.79,190.48 --181.67,190.41 --181.56,190.33 --181.45,190.26 --181.33,190.18 --181.22,190.11 --181.1,190.03 --180.99,189.96 --180.88,189.88 --180.76,189.81 --180.65,189.73 --180.53,189.66 --180.42,189.58 --180.31,189.51 --180.19,189.43 --180.08,189.36 --179.96,189.28 --179.85,189.21 --179.74,189.13 --179.62,189.06 --179.51,188.98 --179.39,188.91 --179.28,188.83 --179.16,188.76 --179.05,188.68 --178.94,188.61 --178.82,188.53 --178.71,188.46 --178.59,188.38 --178.48,188.31 --178.36,188.23 --178.25,188.15 --178.14,188.08 --178.02,188 --177.91,187.93 --177.79,187.85 --177.68,187.77 --177.56,187.7 --177.45,187.62 --177.33,187.55 --177.22,187.47 --177.1,187.39 --176.99,187.32 --176.87,187.24 --176.76,187.17 --176.64,187.09 --176.53,187.01 --176.41,186.94 --176.3,186.86 --176.18,186.79 --176.07,186.71 --175.95,186.64 --175.84,186.56 --175.72,186.48 --175.61,186.41 --175.49,186.33 --175.37,186.26 --175.26,186.18 --175.14,186.11 --175.03,186.03 --174.91,185.95 --174.8,185.88 --174.68,185.8 --174.57,185.73 --174.45,185.65 --174.33,185.58 --174.22,185.5 --174.1,185.43 --173.99,185.35 --173.87,185.28 --173.75,185.2 --173.64,185.12 --173.52,185.05 --173.41,184.97 --173.29,184.9 --173.17,184.82 --173.06,184.75 --172.94,184.67 --172.82,184.6 --172.71,184.52 --172.59,184.44 --172.47,184.37 --172.36,184.29 --172.24,184.22 --172.12,184.14 --172.01,184.06 --171.89,183.99 --171.77,183.91 --171.66,183.84 --171.54,183.76 --171.42,183.68 --171.31,183.61 --171.19,183.53 --171.07,183.45 --170.96,183.38 --170.84,183.3 --170.73,183.22 --170.61,183.15 --170.49,183.07 --170.38,182.99 --170.26,182.92 --170.14,182.84 --170.03,182.76 --169.91,182.69 --169.79,182.61 --169.68,182.53 --169.56,182.46 --169.45,182.38 --169.33,182.3 --169.21,182.23 --169.1,182.15 --168.98,182.07 --168.86,182 --168.75,181.92 --168.63,181.84 --168.52,181.77 --168.4,181.69 --168.28,181.61 --168.17,181.54 --168.05,181.46 --167.94,181.38 --167.82,181.31 --167.7,181.23 --167.59,181.15 --167.47,181.07 --167.36,181 --167.24,180.92 --167.12,180.84 --167.01,180.77 --166.89,180.69 --166.77,180.61 --166.66,180.53 --166.54,180.46 --166.42,180.38 --166.31,180.3 --166.19,180.22 --166.07,180.15 --165.96,180.07 --165.84,179.99 --165.72,179.91 --165.61,179.84 --165.49,179.76 --165.37,179.68 --165.26,179.6 --165.14,179.52 --165.02,179.45 --164.91,179.37 --164.79,179.29 --164.67,179.21 --164.56,179.13 --164.44,179.06 --164.32,178.98 --164.21,178.9 --164.09,178.82 --163.97,178.74 --163.86,178.67 --163.74,178.59 --163.62,178.51 --163.51,178.43 --163.39,178.35 --163.27,178.28 --163.16,178.2 --163.04,178.12 --162.92,178.04 --162.81,177.96 --162.69,177.88 --162.57,177.81 --162.46,177.73 --162.34,177.65 --162.23,177.57 --162.11,177.49 --161.99,177.41 --161.88,177.33 --161.76,177.26 --161.64,177.18 --161.53,177.1 --161.41,177.02 --161.3,176.94 --161.18,176.86 --161.06,176.78 --160.95,176.71 --160.83,176.63 --160.71,176.55 --160.6,176.47 --160.48,176.39 --160.37,176.31 --160.25,176.23 --160.13,176.15 --160.02,176.07 --159.9,175.99 --159.78,175.92 --159.67,175.84 --159.55,175.76 --159.44,175.68 --159.32,175.6 --159.2,175.52 --159.09,175.44 --158.97,175.36 --158.85,175.28 --158.74,175.2 --158.62,175.13 --158.51,175.05 --158.39,174.97 --158.27,174.89 --158.16,174.81 --158.04,174.73 --157.92,174.65 --157.81,174.57 --157.69,174.49 --157.58,174.41 --157.46,174.34 --157.34,174.26 --157.23,174.18 --157.11,174.1 --156.99,174.02 --156.88,173.94 --156.76,173.86 --156.65,173.78 --156.53,173.7 --156.41,173.63 --156.3,173.55 --156.18,173.47 --156.06,173.39 --155.95,173.31 --155.83,173.23 --155.71,173.15 --155.6,173.07 --155.48,172.99 --155.36,172.92 --155.25,172.84 --155.13,172.76 --155.02,172.68 --154.9,172.6 --154.78,172.52 --154.67,172.45 --154.55,172.37 --154.43,172.29 --154.32,172.21 --154.2,172.13 --154.09,172.05 --153.97,171.97 --153.86,171.89 --153.74,171.82 --153.62,171.74 --153.51,171.66 --153.39,171.58 --153.28,171.5 --153.16,171.42 --153.04,171.35 --154.38,171.97 --154.26,171.89 --154.15,171.81 --154.03,171.73 --153.92,171.65 --153.8,171.57 --153.69,171.5 --153.57,171.42 --153.46,171.34 --153.35,171.26 --153.23,171.18 --153.12,171.1 --153,171.03 --152.89,170.95 --152.77,170.87 --152.66,170.79 --152.54,170.71 --152.43,170.63 --152.31,170.56 --152.2,170.48 --152.08,170.4 --151.97,170.32 --151.86,170.24 --151.74,170.16 --151.63,170.09 --151.51,170.01 --151.4,169.93 --151.28,169.85 --151.17,169.77 --151.05,169.7 --150.94,169.62 --150.82,169.54 --150.71,169.46 --150.6,169.38 --150.48,169.31 --150.37,169.23 --150.25,169.15 --150.14,169.07 --150.02,169 --149.91,168.92 --149.8,168.84 --149.68,168.76 --149.57,168.68 --149.45,168.61 --149.34,168.53 --149.22,168.45 --149.11,168.37 --148.99,168.3 --148.88,168.22 --148.77,168.14 --148.65,168.06 --148.54,167.99 --148.42,167.91 --148.31,167.83 --148.19,167.75 --148.08,167.68 --147.97,167.6 --147.85,167.52 --147.74,167.44 --147.62,167.37 --147.51,167.29 --147.4,167.21 --147.28,167.14 --147.17,167.06 --147.05,166.98 --146.94,166.9 --146.82,166.83 --146.71,166.75 --146.6,166.67 --146.48,166.6 --146.37,166.52 --146.25,166.44 --146.14,166.37 --146.03,166.29 --145.91,166.21 --145.8,166.13 --145.68,166.06 --145.57,165.98 --145.46,165.9 --145.34,165.83 --145.23,165.75 --145.12,165.67 --145,165.59 --144.89,165.52 --144.77,165.44 --144.66,165.36 --144.55,165.29 --144.43,165.21 --144.32,165.13 --144.2,165.05 --144.09,164.98 --143.98,164.9 --143.86,164.82 --143.75,164.75 --143.64,164.67 --143.52,164.59 --143.41,164.51 --143.29,164.44 --143.18,164.36 --143.07,164.28 --142.95,164.21 --142.84,164.13 --142.73,164.05 --142.61,163.97 --142.5,163.9 --142.39,163.82 --142.27,163.74 --142.16,163.67 --142.05,163.59 --141.93,163.51 --141.82,163.43 --141.71,163.36 --141.59,163.28 --141.48,163.2 --141.37,163.13 --141.25,163.05 --141.14,162.97 --141.03,162.9 --140.91,162.82 --140.8,162.74 --140.69,162.67 --140.58,162.59 --140.46,162.51 --140.35,162.43 --140.23,162.36 --140.12,162.28 --140.01,162.2 --139.89,162.13 --139.78,162.05 --139.67,161.97 --139.55,161.9 --139.44,161.82 --139.33,161.74 --139.21,161.66 --139.1,161.59 --138.99,161.51 --138.87,161.43 --138.76,161.36 --138.64,161.28 --138.53,161.2 --138.42,161.13 --138.3,161.05 --138.19,160.97 --138.07,160.89 --137.96,160.82 --137.85,160.74 --137.73,160.66 --137.62,160.59 --137.5,160.51 --137.39,160.43 --137.28,160.35 --137.16,160.28 --137.05,160.2 --136.93,160.12 --136.82,160.05 --136.71,159.97 --136.59,159.89 --136.48,159.81 --136.36,159.74 --136.25,159.66 --136.14,159.58 --136.02,159.51 --135.91,159.43 --135.8,159.35 --135.68,159.27 --135.57,159.2 --135.45,159.12 --135.34,159.04 --135.23,158.96 --135.11,158.89 --135,158.81 --134.89,158.73 --134.77,158.66 --134.66,158.58 --134.55,158.5 --134.43,158.42 --134.32,158.35 --134.21,158.27 --134.09,158.19 --133.98,158.11 --133.86,158.04 --133.75,157.96 --133.64,157.88 --133.53,157.8 --133.41,157.73 --133.3,157.65 --133.19,157.57 --133.07,157.49 --132.96,157.42 --132.85,157.34 --132.73,157.26 --132.62,157.18 --132.51,157.11 --132.39,157.03 --132.28,156.95 --132.17,156.87 --132.05,156.79 --131.94,156.71 --131.83,156.64 --131.72,156.56 --131.6,156.48 --131.49,156.4 --131.38,156.32 --131.27,156.24 --131.15,156.16 --131.04,156.08 --130.93,156 --130.82,155.93 --130.7,155.85 --130.59,155.77 --130.48,155.69 --130.37,155.61 --130.26,155.53 --130.14,155.45 --130.03,155.37 --129.92,155.29 --129.81,155.21 --129.7,155.13 --129.58,155.05 --129.47,154.97 --129.36,154.89 --129.25,154.81 --129.14,154.73 --129.03,154.65 --128.92,154.57 --128.81,154.49 --128.7,154.4 --128.58,154.32 --128.47,154.24 --128.36,154.16 --128.25,154.08 --128.14,154 --128.03,153.92 --127.92,153.84 --127.81,153.76 --127.7,153.68 --127.59,153.6 --127.48,153.52 --127.36,153.43 --127.25,153.35 --127.14,153.27 --127.03,153.19 --126.92,153.11 --126.81,153.03 --126.7,152.95 --126.59,152.87 --126.48,152.79 --126.37,152.71 --126.25,152.62 --126.14,152.54 --126.03,152.46 --125.92,152.38 --125.81,152.3 --125.7,152.22 --125.59,152.14 --125.48,152.06 --125.36,151.98 --125.25,151.9 --125.14,151.82 --125.03,151.74 --124.92,151.66 --124.81,151.58 --124.7,151.5 --124.59,151.42 --124.48,151.34 --124.36,151.26 --124.25,151.18 --124.14,151.1 --124.03,151.02 --123.92,150.94 --123.81,150.86 --123.7,150.78 --123.59,150.7 --123.48,150.62 --123.37,150.54 --123.25,150.45 --123.14,150.37 --123.03,150.29 --122.92,150.21 --122.81,150.13 --122.7,150.05 --122.59,149.97 --122.48,149.89 --122.37,149.81 --122.26,149.73 --122.15,149.65 --122.04,149.57 --121.93,149.49 --121.82,149.41 --121.7,149.33 --121.59,149.25 --121.48,149.17 --121.37,149.09 --121.26,149.01 --121.15,148.93 --121.04,148.85 --120.93,148.77 --120.82,148.69 --120.71,148.61 --120.6,148.54 --121.94,149.08 --121.83,149 --121.72,148.93 --121.61,148.85 --121.51,148.77 --121.4,148.69 --121.29,148.61 --121.18,148.53 --121.07,148.45 --120.96,148.37 --120.85,148.29 --120.74,148.22 --120.64,148.14 --120.53,148.06 --120.42,147.98 --120.31,147.9 --120.2,147.82 --120.09,147.74 --119.98,147.67 --119.88,147.59 --119.77,147.51 --119.66,147.43 --119.55,147.35 --119.44,147.27 --119.33,147.19 --119.22,147.12 --119.11,147.04 --119.01,146.96 --118.9,146.88 --118.79,146.8 --118.68,146.72 --118.57,146.64 --118.46,146.57 --118.35,146.49 --118.25,146.41 --118.14,146.33 --118.03,146.25 --117.92,146.17 --117.81,146.09 --117.71,146.02 --117.6,145.94 --117.49,145.86 --117.38,145.78 --117.27,145.7 --117.17,145.62 --117.06,145.55 --116.95,145.47 --116.84,145.39 --116.74,145.31 --116.63,145.23 --116.52,145.15 --116.41,145.08 --116.3,145 --116.2,144.92 --116.09,144.84 --115.98,144.76 --115.87,144.68 --115.77,144.6 --115.66,144.53 --115.55,144.45 --115.44,144.37 --115.33,144.29 --115.22,144.21 --115.12,144.13 --115.01,144.05 --114.9,143.97 --114.79,143.89 --114.68,143.81 --114.58,143.74 --114.47,143.66 --114.36,143.58 --114.25,143.5 --114.14,143.42 --114.04,143.34 --113.93,143.26 --113.82,143.18 --113.71,143.1 --113.6,143.02 --113.5,142.94 --113.39,142.86 --113.28,142.78 --113.17,142.7 --113.06,142.62 --112.96,142.54 --112.85,142.46 --112.74,142.38 --112.63,142.29 --112.52,142.21 --112.42,142.13 --112.31,142.05 --112.2,141.97 --112.09,141.89 --111.98,141.81 --111.88,141.73 --111.77,141.65 --111.66,141.57 --111.55,141.49 --111.44,141.4 --111.34,141.32 --111.23,141.24 --111.12,141.16 --111.01,141.08 --110.9,141 --110.8,140.92 --110.69,140.83 --110.58,140.75 --110.47,140.67 --110.36,140.59 --110.26,140.51 --110.15,140.43 --110.04,140.34 --109.93,140.26 --109.83,140.18 --109.72,140.1 --109.61,140.01 --109.5,139.93 --109.39,139.85 --109.29,139.77 --109.18,139.68 --109.07,139.6 --108.96,139.52 --108.86,139.43 --108.75,139.35 --108.64,139.27 --108.53,139.18 --108.42,139.1 --108.32,139.02 --108.21,138.93 --108.1,138.85 --107.99,138.76 --107.89,138.68 --107.78,138.59 --107.67,138.51 --107.56,138.43 --107.46,138.34 --107.35,138.26 --107.24,138.17 --107.14,138.08 --107.03,138 --106.92,137.91 --106.81,137.83 --106.71,137.74 --106.6,137.66 --106.49,137.57 --106.39,137.48 --106.28,137.4 --106.17,137.31 --106.07,137.23 --105.96,137.14 --105.85,137.05 --105.75,136.97 --105.64,136.88 --105.53,136.79 --105.43,136.71 --105.32,136.62 --105.22,136.53 --105.11,136.45 --105,136.36 --104.9,136.27 --104.79,136.18 --104.69,136.1 --104.58,136.01 --104.47,135.92 --104.37,135.83 --104.26,135.75 --104.16,135.66 --104.05,135.57 --103.95,135.48 --103.84,135.4 --103.74,135.31 --103.63,135.22 --103.53,135.13 --103.42,135.05 --103.32,134.96 --103.21,134.87 --103.11,134.78 --103,134.69 --102.9,134.61 --102.79,134.52 --102.69,134.43 --102.59,134.34 --102.48,134.25 --102.38,134.16 --102.27,134.08 --102.17,133.99 --102.07,133.9 --101.96,133.81 --101.86,133.72 --101.76,133.63 --101.65,133.54 --101.55,133.45 --101.45,133.37 --101.35,133.28 --101.24,133.19 --101.14,133.1 --101.04,133.01 --100.93,132.92 --100.83,132.83 --100.73,132.74 --100.63,132.65 --100.52,132.56 --100.42,132.47 --100.32,132.38 --100.22,132.29 --100.12,132.2 --100.02,132.11 --99.915,132.02 --99.814,131.93 --99.713,131.84 --99.613,131.75 --99.512,131.66 --99.412,131.57 --99.312,131.48 --99.212,131.39 --99.112,131.31 --99.012,131.22 --98.913,131.13 --98.813,131.04 --98.714,130.95 --98.615,130.86 --98.516,130.77 --98.417,130.68 --98.318,130.59 --98.219,130.5 --98.12,130.41 --98.021,130.32 --97.922,130.23 --97.823,130.14 --97.724,130.05 --97.626,129.95 --97.527,129.86 --97.429,129.77 --97.33,129.68 --97.232,129.59 --97.133,129.5 --97.035,129.41 --96.937,129.32 --96.838,129.22 --96.74,129.13 --96.642,129.04 --96.543,128.95 --96.445,128.86 --96.347,128.77 --96.249,128.67 --96.152,128.58 --96.054,128.49 --95.957,128.4 --95.861,128.31 --95.764,128.22 --95.668,128.13 --95.572,128.03 --95.476,127.94 --95.38,127.85 --95.285,127.76 --95.189,127.67 --95.094,127.58 --94.999,127.49 --94.904,127.39 --94.809,127.3 --94.714,127.21 --94.619,127.12 --94.524,127.03 --94.43,126.94 --94.335,126.84 --94.24,126.75 --94.146,126.66 --94.051,126.57 --93.956,126.48 --93.862,126.38 --93.767,126.29 --93.672,126.2 --93.578,126.11 --93.483,126.01 --93.389,125.92 --93.294,125.83 --93.2,125.73 --93.105,125.64 --93.01,125.55 --92.916,125.45 --92.821,125.36 --92.727,125.27 --92.632,125.17 --92.538,125.08 --92.444,124.99 --92.349,124.89 --92.255,124.8 --92.161,124.7 --92.066,124.61 --91.972,124.51 --91.878,124.42 --91.784,124.33 --91.689,124.23 --91.595,124.14 --91.501,124.04 --91.407,123.95 --91.314,123.85 --91.22,123.76 --91.126,123.66 --91.032,123.57 --90.939,123.47 --90.845,123.38 --90.752,123.28 --90.658,123.19 --90.565,123.09 --90.471,123 --90.378,122.9 --90.285,122.81 --90.191,122.71 --90.098,122.62 --90.005,122.52 --89.912,122.43 --89.819,122.33 --89.726,122.24 --89.633,122.14 --89.54,122.05 --89.447,121.95 --89.354,121.85 --89.262,121.76 --89.169,121.66 --89.076,121.57 --88.984,121.47 --88.891,121.37 --88.799,121.28 --88.707,121.18 --88.615,121.09 --88.522,120.99 --88.43,120.89 --88.338,120.8 --88.247,120.7 --88.155,120.6 --88.063,120.51 --87.971,120.41 --87.88,120.32 --87.788,120.22 --87.696,120.12 --87.605,120.03 --87.513,119.93 --87.422,119.83 --87.331,119.74 --87.24,119.64 --87.149,119.54 --87.058,119.44 --86.967,119.35 --86.876,119.25 --86.785,119.15 --86.694,119.06 --86.603,118.96 --86.513,118.86 --86.422,118.76 --86.332,118.67 --86.241,118.57 --86.151,118.47 --86.06,118.38 --85.97,118.28 --85.88,118.18 --85.79,118.08 --85.7,117.99 --85.61,117.89 --85.52,117.79 --85.43,117.69 --85.34,117.6 --85.25,117.5 --85.16,117.4 --85.071,117.3 --84.981,117.21 --84.892,117.11 --84.802,117.01 --84.713,116.91 --84.623,116.82 --84.534,116.72 --84.445,116.62 --84.356,116.52 --84.266,116.42 --84.177,116.33 --84.088,116.23 --83.999,116.13 --83.91,116.03 --83.822,115.94 --83.733,115.84 --83.644,115.74 --83.555,115.64 --83.466,115.54 --83.378,115.45 --83.289,115.35 --83.201,115.25 --83.112,115.15 --83.024,115.05 --82.935,114.96 --82.847,114.86 --82.759,114.76 --82.671,114.66 --82.583,114.56 --82.495,114.46 --82.407,114.37 --82.319,114.27 --82.231,114.17 --82.143,114.07 --82.055,113.97 --81.967,113.88 --81.879,113.78 --84.04,114.4 --83.955,114.31 --83.869,114.21 --83.784,114.11 --83.698,114.01 --83.613,113.92 --83.528,113.82 --83.443,113.72 --83.357,113.62 --83.272,113.53 --83.187,113.43 --83.102,113.33 --83.017,113.23 --82.932,113.14 --82.848,113.04 --82.763,112.94 --82.678,112.84 --82.593,112.75 --82.508,112.65 --82.424,112.55 --82.339,112.45 --82.254,112.36 --82.17,112.26 --82.085,112.16 --82.001,112.06 --81.916,111.97 --81.832,111.87 --81.747,111.77 --81.663,111.67 --81.579,111.58 --81.494,111.48 --81.41,111.38 --81.326,111.28 --81.242,111.19 --81.158,111.09 --81.074,110.99 --80.99,110.89 --80.906,110.8 --80.822,110.7 --80.738,110.6 --80.655,110.5 --80.571,110.41 --80.487,110.31 --80.404,110.21 --80.32,110.11 --80.237,110.02 --80.153,109.92 --80.07,109.82 --79.987,109.72 --79.903,109.63 --79.82,109.53 --79.737,109.43 --79.654,109.33 --79.571,109.24 --79.488,109.14 --79.405,109.04 --79.322,108.94 --79.239,108.85 --79.157,108.75 --79.074,108.65 --78.991,108.55 --78.909,108.46 --78.826,108.36 --78.743,108.26 --78.661,108.16 --78.578,108.07 --78.496,107.97 --78.413,107.87 --78.331,107.77 --78.248,107.68 --78.166,107.58 --78.083,107.48 --78.001,107.38 --77.919,107.29 --77.837,107.19 --77.754,107.09 --77.672,106.99 --77.59,106.9 --77.508,106.8 --77.427,106.7 --77.345,106.6 --77.263,106.51 --77.181,106.41 --77.1,106.31 --77.018,106.21 --76.937,106.12 --76.855,106.02 --76.774,105.92 --76.692,105.82 --76.611,105.73 --76.53,105.63 --76.449,105.53 --76.367,105.44 --76.286,105.34 --76.205,105.24 --76.124,105.14 --76.043,105.05 --75.962,104.95 --75.881,104.85 --75.8,104.75 --75.719,104.66 --75.638,104.56 --75.558,104.46 --75.477,104.36 --75.396,104.27 --75.316,104.17 --75.235,104.07 --75.155,103.97 --75.075,103.88 --74.994,103.78 --74.914,103.68 --74.834,103.58 --74.754,103.48 --74.674,103.39 --74.594,103.29 --74.514,103.19 --74.434,103.09 --74.354,103 --74.274,102.9 --74.195,102.8 --74.115,102.7 --74.035,102.61 --73.956,102.51 --73.876,102.41 --73.797,102.31 --73.717,102.22 --73.638,102.12 --73.558,102.02 --73.479,101.92 --73.4,101.83 --73.321,101.73 --73.242,101.63 --73.163,101.53 --73.084,101.43 --73.005,101.34 --72.926,101.24 --72.847,101.14 --72.768,101.04 --72.69,100.95 --72.611,100.85 --72.532,100.75 --72.454,100.65 --72.375,100.56 --72.297,100.46 --72.219,100.36 --72.14,100.26 --72.062,100.16 --71.984,100.07 --71.905,99.969 --71.827,99.871 --71.749,99.773 --71.671,99.675 --71.593,99.577 --71.515,99.479 --71.437,99.382 --71.359,99.284 --71.281,99.186 --71.203,99.088 --71.126,98.99 --71.048,98.892 --70.97,98.794 --70.893,98.696 --70.815,98.598 --70.737,98.5 --70.66,98.402 --70.582,98.304 --70.505,98.207 --70.428,98.109 --70.35,98.011 --70.273,97.913 --70.196,97.815 --70.118,97.717 --70.041,97.619 --69.964,97.521 --69.887,97.423 --69.81,97.326 --69.733,97.228 --69.657,97.13 --69.58,97.032 --69.503,96.934 --69.426,96.836 --69.35,96.738 --69.273,96.64 --69.196,96.542 --69.12,96.444 --69.043,96.346 --68.967,96.248 --68.89,96.15 --68.814,96.052 --68.737,95.954 --68.661,95.856 --68.584,95.758 --68.508,95.66 --68.432,95.562 --68.355,95.464 --68.279,95.366 --68.203,95.268 --68.127,95.17 --68.051,95.071 --67.976,94.973 --67.9,94.875 --67.824,94.777 --67.748,94.679 --67.673,94.581 --67.597,94.482 --67.522,94.384 --67.446,94.286 --67.371,94.188 --67.295,94.09 --67.22,93.992 --67.145,93.894 --67.07,93.796 --66.994,93.698 --66.919,93.6 --66.844,93.502 --66.769,93.404 --66.694,93.306 --66.619,93.208 --66.544,93.11 --66.469,93.012 --66.394,92.914 --66.319,92.815 --66.245,92.717 --66.17,92.619 --66.095,92.521 --66.02,92.423 --65.945,92.325 --65.871,92.227 --65.796,92.128 --65.721,92.03 --65.647,91.932 --65.572,91.834 --65.498,91.735 --65.423,91.637 --65.349,91.539 --65.274,91.441 --65.2,91.342 --65.126,91.244 --65.051,91.146 --64.977,91.047 --64.903,90.949 --64.828,90.851 --64.754,90.753 --64.68,90.654 --64.605,90.556 --64.531,90.458 --64.457,90.359 --64.383,90.261 --64.309,90.162 --64.235,90.064 --64.161,89.966 --64.086,89.867 --64.012,89.769 --63.937,89.671 --63.863,89.572 --63.788,89.474 --63.714,89.376 --63.639,89.277 --63.564,89.179 --63.49,89.081 --63.415,88.983 --63.34,88.884 --63.266,88.786 --63.191,88.688 --63.117,88.59 --63.042,88.492 --62.968,88.394 --62.894,88.296 --62.819,88.198 --62.745,88.1 --62.67,88.002 --62.596,87.904 --62.522,87.807 --62.447,87.709 --62.373,87.612 --62.298,87.515 --62.224,87.417 --62.15,87.32 --62.076,87.223 --62.002,87.126 --61.928,87.029 --61.854,86.932 --61.78,86.835 --61.706,86.738 --61.632,86.641 --61.558,86.545 --61.484,86.448 --61.41,86.351 --61.336,86.255 --61.261,86.159 --61.187,86.062 --61.112,85.966 --61.038,85.87 --60.964,85.774 --60.889,85.678 --60.815,85.581 --60.741,85.485 --60.666,85.389 --60.592,85.293 --60.518,85.197 --62.79,85.342 --62.718,85.246 --62.647,85.15 --62.575,85.054 --62.504,84.958 --62.432,84.862 --62.361,84.766 --62.289,84.67 --62.217,84.574 --62.146,84.478 --62.074,84.383 --62.002,84.287 --61.931,84.192 --61.859,84.096 --61.787,84 --61.716,83.905 --61.644,83.809 --61.572,83.714 --61.5,83.618 --61.429,83.523 --61.357,83.428 --61.285,83.332 --61.213,83.237 --61.142,83.142 --61.07,83.047 --60.998,82.952 --60.927,82.857 --60.855,82.762 --60.783,82.668 --60.712,82.573 --60.64,82.478 --60.569,82.383 --60.497,82.289 --60.425,82.194 --60.354,82.099 --60.282,82.005 --60.21,81.91 --60.138,81.816 --60.067,81.721 --59.995,81.627 --59.923,81.532 --59.852,81.438 --59.78,81.343 --59.709,81.249 --59.637,81.154 --59.566,81.06 --59.494,80.965 --59.422,80.871 --59.351,80.776 --59.279,80.682 --59.208,80.588 --59.136,80.494 --59.065,80.4 --58.993,80.305 --58.922,80.211 --58.85,80.117 --58.779,80.023 --58.707,79.929 --58.636,79.835 --58.564,79.742 --58.492,79.648 --58.42,79.554 --58.349,79.46 --58.277,79.366 --58.205,79.272 --58.133,79.179 --58.061,79.085 --57.99,78.991 --57.918,78.896 --57.846,78.802 --57.775,78.708 --57.703,78.614 --57.631,78.519 --57.559,78.425 --57.487,78.331 --57.415,78.238 --57.343,78.144 --57.271,78.05 --57.198,77.956 --57.126,77.862 --57.054,77.769 --56.981,77.675 --56.909,77.582 --56.836,77.488 --56.764,77.395 --56.691,77.302 --56.619,77.208 --56.546,77.115 --56.474,77.022 --56.401,76.929 --56.329,76.836 --56.257,76.743 --56.184,76.65 --56.112,76.557 --56.039,76.464 --55.967,76.371 --55.894,76.278 --55.822,76.185 --55.749,76.092 --55.676,76 --55.603,75.907 --55.531,75.814 --55.458,75.722 --55.385,75.629 --55.312,75.536 --55.239,75.444 --55.166,75.351 --55.093,75.258 --55.019,75.165 --54.946,75.072 --54.873,74.979 --54.799,74.887 --54.726,74.794 --54.652,74.701 --54.579,74.608 --54.505,74.515 --54.431,74.422 --54.358,74.33 --54.284,74.237 --54.21,74.144 --54.136,74.051 --54.063,73.958 --53.989,73.865 --53.915,73.772 --53.841,73.679 --53.767,73.587 --53.693,73.494 --53.619,73.401 --53.545,73.309 --53.471,73.216 --53.397,73.124 --53.323,73.031 --53.249,72.939 --53.175,72.847 --53.101,72.755 --53.027,72.663 --52.952,72.571 --52.878,72.479 --52.804,72.387 --52.73,72.296 --52.656,72.204 --52.581,72.112 --52.507,72.021 --52.433,71.929 --52.358,71.837 --52.284,71.746 --52.209,71.654 --52.135,71.563 --52.06,71.472 --51.986,71.38 --51.911,71.289 --51.837,71.197 --51.762,71.106 --51.688,71.014 --51.613,70.923 --51.538,70.831 --51.464,70.74 --51.389,70.649 --51.314,70.557 --51.24,70.466 --51.165,70.375 --51.09,70.283 --51.015,70.192 --50.94,70.101 --50.865,70.01 --50.79,69.919 --50.714,69.827 --50.639,69.736 --50.564,69.645 --50.489,69.554 --50.414,69.463 --50.338,69.372 --50.263,69.281 --50.188,69.19 --50.112,69.099 --50.037,69.008 --49.961,68.918 --49.886,68.827 --49.811,68.736 --49.735,68.645 --49.659,68.554 --49.584,68.464 --49.508,68.373 --49.432,68.282 --49.357,68.192 --49.281,68.101 --49.205,68.011 --49.13,67.92 --49.054,67.83 --48.978,67.74 --48.902,67.65 --48.826,67.559 --48.75,67.469 --48.674,67.379 --48.598,67.289 --48.522,67.199 --48.446,67.109 --48.37,67.019 --48.294,66.929 --48.218,66.839 --48.142,66.749 --48.066,66.659 --47.99,66.569 --47.914,66.48 --47.837,66.39 --47.761,66.3 --47.685,66.21 --47.609,66.12 --47.533,66.03 --47.456,65.941 --47.38,65.851 --47.303,65.761 --47.227,65.672 --47.15,65.582 --47.074,65.493 --46.997,65.403 --46.92,65.314 --46.844,65.225 --46.767,65.135 --46.691,65.046 --46.614,64.957 --46.537,64.867 --46.461,64.778 --46.384,64.689 --46.308,64.599 --46.231,64.51 --46.154,64.421 --46.078,64.332 --46.001,64.243 --45.924,64.154 --45.847,64.065 --45.771,63.976 --45.694,63.887 --45.617,63.799 --45.541,63.71 --45.464,63.621 --45.387,63.533 --45.31,63.444 --45.233,63.356 --45.157,63.267 --45.08,63.179 --45.003,63.091 --44.926,63.002 --44.849,62.914 --44.772,62.826 --44.695,62.738 --44.618,62.65 --44.54,62.562 --44.463,62.474 --44.386,62.386 --44.309,62.298 --44.232,62.21 --44.154,62.122 --44.077,62.035 --44,61.947 --43.922,61.859 --43.845,61.772 --43.768,61.684 --43.69,61.596 --43.613,61.509 --43.536,61.421 --43.458,61.334 --43.381,61.247 --43.304,61.159 --43.226,61.072 --43.149,60.985 --43.072,60.898 --42.994,60.811 --42.917,60.724 --42.839,60.637 --42.762,60.55 --42.684,60.463 --42.607,60.377 --42.529,60.291 --42.451,60.205 --42.373,60.119 --42.295,60.033 --42.217,59.947 --42.139,59.861 --42.062,59.775 --41.984,59.689 --41.907,59.603 --41.829,59.517 --41.752,59.432 --41.674,59.346 --41.597,59.26 --41.519,59.174 --41.441,59.088 --41.364,59.003 --41.286,58.917 --41.209,58.832 --41.131,58.746 --41.054,58.661 --40.976,58.575 --40.899,58.49 --40.821,58.405 --40.743,58.319 --40.666,58.234 --40.588,58.149 --40.51,58.064 --42.938,57.92 --42.863,57.835 --42.788,57.75 --42.714,57.665 --42.639,57.58 --42.565,57.495 --42.491,57.41 --42.416,57.325 --42.342,57.24 --42.268,57.156 --42.194,57.071 --42.119,56.986 --42.045,56.902 --41.971,56.817 --41.897,56.733 --41.823,56.648 --41.749,56.564 --41.674,56.48 --41.6,56.396 --41.526,56.312 --41.452,56.228 --41.377,56.144 --41.303,56.061 --41.229,55.977 --41.154,55.894 --41.08,55.81 --41.006,55.727 --40.932,55.643 --40.857,55.56 --40.783,55.477 --40.709,55.394 --40.635,55.311 --40.561,55.228 --40.487,55.145 --40.413,55.062 --40.339,54.979 --40.265,54.896 --40.191,54.813 --40.117,54.731 --40.043,54.648 --39.969,54.565 --39.895,54.483 --39.821,54.4 --39.747,54.318 --39.673,54.236 --39.599,54.153 --39.525,54.071 --39.451,53.989 --39.377,53.907 --39.302,53.825 --39.228,53.743 --39.154,53.661 --39.08,53.579 --39.006,53.498 --38.932,53.416 --38.858,53.334 --38.783,53.253 --38.709,53.171 --38.635,53.09 --38.561,53.008 --38.487,52.927 --38.414,52.846 --38.34,52.764 --38.266,52.683 --38.192,52.602 --38.119,52.521 --38.045,52.44 --37.971,52.359 --37.898,52.278 --37.824,52.197 --37.751,52.116 --37.677,52.035 --37.604,51.954 --37.53,51.874 --37.457,51.793 --37.383,51.712 --37.31,51.632 --37.236,51.551 --37.163,51.471 --37.09,51.391 --37.016,51.31 --36.943,51.23 --36.87,51.15 --36.797,51.07 --36.723,50.989 --36.65,50.909 --36.577,50.829 --36.504,50.749 --36.431,50.669 --36.358,50.589 --36.285,50.509 --36.212,50.429 --36.139,50.349 --36.067,50.269 --35.994,50.189 --35.921,50.11 --35.848,50.03 --35.776,49.95 --35.703,49.871 --35.631,49.791 --35.559,49.712 --35.486,49.633 --35.414,49.553 --35.342,49.474 --35.27,49.395 --35.198,49.315 --35.126,49.236 --35.055,49.157 --34.983,49.078 --34.911,48.999 --34.839,48.92 --34.768,48.842 --34.696,48.763 --34.625,48.684 --34.554,48.605 --34.483,48.527 --34.411,48.448 --34.34,48.37 --34.269,48.291 --34.198,48.212 --34.127,48.134 --34.057,48.055 --33.986,47.977 --33.916,47.898 --33.845,47.82 --33.775,47.742 --33.705,47.664 --33.634,47.586 --33.564,47.509 --33.494,47.431 --33.424,47.354 --33.354,47.276 --33.284,47.199 --33.214,47.122 --33.144,47.044 --33.075,46.967 --33.006,46.89 --32.936,46.813 --32.867,46.736 --32.798,46.659 --32.729,46.582 --32.661,46.505 --32.592,46.429 --32.524,46.352 --32.455,46.275 --32.387,46.199 --32.32,46.122 --32.252,46.046 --32.185,45.969 --32.118,45.893 --32.051,45.816 --31.984,45.74 --31.917,45.664 --31.85,45.587 --31.783,45.511 --31.716,45.435 --31.65,45.359 --31.583,45.283 --31.517,45.207 --31.451,45.132 --31.385,45.056 --31.319,44.98 --31.254,44.905 --31.188,44.829 --31.123,44.754 --31.058,44.679 --30.993,44.604 --30.928,44.529 --30.863,44.454 --30.798,44.379 --30.733,44.304 --30.669,44.229 --30.605,44.155 --30.541,44.08 --30.477,44.005 --30.413,43.931 --30.349,43.856 --30.286,43.782 --30.222,43.707 --30.159,43.633 --30.095,43.559 --30.032,43.485 --29.969,43.411 --29.906,43.337 --29.843,43.263 --29.781,43.189 --29.718,43.116 --29.656,43.042 --29.593,42.969 --29.531,42.896 --29.469,42.822 --29.407,42.749 --29.345,42.676 --29.283,42.603 --29.221,42.53 --29.16,42.457 --29.098,42.385 --29.037,42.312 --28.976,42.239 --28.914,42.167 --28.853,42.094 --28.792,42.022 --28.731,41.95 --28.67,41.878 --28.609,41.806 --28.548,41.734 --28.488,41.662 --28.427,41.59 --28.367,41.518 --28.307,41.447 --28.247,41.375 --28.187,41.303 --28.127,41.231 --28.067,41.16 --28.008,41.088 --27.948,41.017 --27.889,40.945 --27.83,40.874 --27.77,40.802 --27.711,40.731 --27.652,40.66 --27.593,40.589 --27.535,40.518 --27.476,40.446 --27.417,40.375 --27.359,40.305 --27.301,40.234 --27.242,40.163 --27.184,40.092 --27.126,40.021 --27.068,39.951 --27.01,39.88 --26.953,39.81 --26.895,39.739 --26.838,39.669 --26.78,39.598 --26.723,39.528 --26.666,39.458 --26.609,39.387 --26.552,39.317 --26.495,39.247 --26.438,39.177 --26.382,39.107 --26.325,39.037 --26.268,38.967 --26.212,38.897 --26.156,38.827 --26.099,38.758 --26.043,38.688 --25.987,38.618 --25.931,38.549 --25.875,38.479 --25.819,38.409 --25.764,38.34 --25.708,38.271 --25.653,38.201 --25.597,38.132 --25.542,38.063 --25.487,37.993 --25.432,37.924 --25.377,37.855 --25.322,37.786 --25.267,37.717 --25.212,37.648 --25.158,37.579 --25.103,37.51 --25.048,37.441 --24.994,37.372 --24.939,37.303 --24.885,37.235 --24.831,37.166 --24.777,37.097 --24.722,37.029 --24.668,36.96 --24.614,36.891 --24.561,36.823 --24.507,36.754 --24.453,36.686 --24.4,36.617 --24.346,36.549 --24.293,36.48 --24.24,36.412 --24.187,36.343 --24.134,36.275 --24.08,36.207 --24.027,36.139 --23.974,36.071 --23.921,36.003 --23.869,35.935 --23.816,35.867 --23.763,35.799 --23.71,35.731 --23.658,35.663 --23.605,35.595 --23.553,35.527 --23.5,35.459 --23.448,35.392 --23.396,35.324 --23.344,35.256 --23.291,35.189 --23.239,35.121 --23.187,35.054 --23.135,34.987 --23.083,34.92 --23.031,34.852 --22.979,34.785 --22.927,34.718 --22.875,34.651 --22.823,34.584 --22.772,34.517 --22.72,34.451 --22.668,34.384 --22.617,34.317 --22.565,34.251 --22.514,34.184 --22.463,34.118 --22.411,34.051 --22.36,33.985 --22.309,33.919 --22.258,33.853 --22.207,33.787 --22.156,33.721 --22.105,33.655 --22.054,33.59 --22.004,33.524 --21.953,33.459 --21.903,33.393 --21.852,33.328 --21.802,33.263 --21.751,33.198 --21.701,33.133 --21.65,33.068 --21.6,33.003 --21.55,32.938 --21.499,32.874 --21.449,32.809 --21.399,32.745 --21.349,32.681 --21.299,32.617 --21.248,32.553 --21.198,32.489 --21.148,32.425 --21.099,32.361 --21.049,32.297 --20.999,32.234 --20.95,32.17 --20.901,32.107 --20.851,32.043 --20.802,31.98 --20.753,31.917 --20.703,31.854 --20.654,31.791 --20.605,31.729 --20.556,31.666 --20.508,31.604 --20.459,31.541 --20.41,31.479 --20.362,31.417 --20.313,31.355 --20.265,31.293 --20.217,31.232 --20.169,31.17 --20.121,31.109 --20.073,31.048 --20.025,30.987 --19.977,30.926 --19.929,30.865 --19.881,30.804 --19.834,30.744 --19.786,30.683 --19.739,30.623 --19.691,30.564 --19.643,30.504 --19.596,30.445 --19.548,30.385 --19.501,30.326 --19.453,30.267 --19.406,30.208 --19.359,30.149 --19.312,30.091 --19.265,30.032 --19.219,29.974 --19.172,29.915 --19.125,29.857 --19.078,29.799 --19.031,29.741 --18.985,29.683 --18.938,29.626 --18.891,29.568 --18.845,29.511 --18.798,29.453 --18.752,29.396 --18.706,29.339 --18.659,29.282 --18.613,29.225 --18.567,29.168 --18.521,29.111 --18.475,29.055 --18.43,28.998 --18.384,28.942 --21.308,28.989 --21.266,28.933 --21.225,28.877 --21.183,28.822 --21.141,28.766 --21.1,28.711 --21.058,28.655 --21.016,28.6 --20.975,28.545 --20.934,28.49 --20.892,28.435 --20.851,28.381 --20.81,28.326 --20.768,28.271 --20.727,28.217 --20.687,28.163 --20.646,28.109 --20.605,28.054 --20.564,28 --20.523,27.947 --20.483,27.893 --20.442,27.839 --20.402,27.785 --20.361,27.732 --20.32,27.679 --20.28,27.625 --20.239,27.572 --20.199,27.519 --20.159,27.466 --20.118,27.413 --20.078,27.361 --20.037,27.308 --19.997,27.255 --19.957,27.203 --19.916,27.151 --19.876,27.098 --19.835,27.046 --19.795,26.994 --19.755,26.943 --19.714,26.891 --19.674,26.839 --19.634,26.787 --19.594,26.736 --19.553,26.685 --19.513,26.633 --19.473,26.582 --19.433,26.531 --19.392,26.48 --19.352,26.429 --19.312,26.378 --19.272,26.327 --19.231,26.277 --19.191,26.226 --19.151,26.176 --19.111,26.125 --19.071,26.075 --19.03,26.025 --18.99,25.975 --18.95,25.925 --18.91,25.875 --18.87,25.825 --18.83,25.775 --18.79,25.726 --18.75,25.676 --18.709,25.627 --18.669,25.578 --18.629,25.529 --18.589,25.48 --18.549,25.431 --18.51,25.382 --18.47,25.333 --18.43,25.284 --18.39,25.236 --18.35,25.187 --18.311,25.139 --18.271,25.09 --18.231,25.042 --18.192,24.994 --18.152,24.946 --18.113,24.898 --18.073,24.85 --18.034,24.803 --17.994,24.755 --17.955,24.708 --17.915,24.661 --17.876,24.613 --17.836,24.566 --17.797,24.52 --17.758,24.473 --17.718,24.426 --17.679,24.38 --17.639,24.333 --17.6,24.287 --17.56,24.241 --17.521,24.195 --17.481,24.15 --17.442,24.104 --17.402,24.058 --17.363,24.013 --17.323,23.967 --17.284,23.922 --17.244,23.877 --17.205,23.832 --17.165,23.787 --17.126,23.742 --17.087,23.697 --17.047,23.652 --17.008,23.607 --16.969,23.562 --16.929,23.518 --16.89,23.473 --16.851,23.428 --16.812,23.384 --16.772,23.339 --16.733,23.295 --16.694,23.251 --16.655,23.206 --16.615,23.162 --16.576,23.118 --16.537,23.073 --16.497,23.029 --16.458,22.985 --16.419,22.941 --16.379,22.897 --16.34,22.853 --16.3,22.809 --16.261,22.765 --16.222,22.722 --16.182,22.678 --16.143,22.634 --16.104,22.59 --16.064,22.547 --16.025,22.503 --15.986,22.46 --15.947,22.416 --15.907,22.373 --15.868,22.33 --15.829,22.286 --15.789,22.243 --15.75,22.2 --15.711,22.158 --15.671,22.115 --15.632,22.072 --15.593,22.03 --15.554,21.987 --15.514,21.945 --15.475,21.902 --15.436,21.86 --15.397,21.818 --15.358,21.776 --15.319,21.733 --15.28,21.691 --15.241,21.649 --15.202,21.607 --15.163,21.565 --15.124,21.523 --15.085,21.481 --15.046,21.439 --15.007,21.397 --14.968,21.356 --14.93,21.314 --14.891,21.272 --14.853,21.231 --14.814,21.189 --14.776,21.147 --14.737,21.106 --14.699,21.065 --14.661,21.023 --14.623,20.982 --14.584,20.941 --14.546,20.9 --14.508,20.858 --14.47,20.817 --14.432,20.776 --14.394,20.735 --14.356,20.694 --14.318,20.653 --14.28,20.612 --14.242,20.571 --14.204,20.53 --14.166,20.489 --14.128,20.448 --14.09,20.407 --14.052,20.366 --14.014,20.325 --13.975,20.284 --13.937,20.243 --13.899,20.202 --13.861,20.16 --13.822,20.119 --13.784,20.078 --13.745,20.036 --13.706,19.995 --13.668,19.954 --13.629,19.912 --13.59,19.871 --13.551,19.829 --13.512,19.787 --13.473,19.746 --13.434,19.704 --13.395,19.662 --13.356,19.62 --13.317,19.578 --13.277,19.536 --13.238,19.493 --13.199,19.451 --13.159,19.409 --13.119,19.367 --13.08,19.324 --13.04,19.282 --13,19.239 --12.96,19.197 --12.92,19.154 --12.88,19.111 --12.84,19.069 --12.799,19.026 --12.758,18.983 --12.718,18.94 --12.676,18.897 --12.635,18.854 --12.594,18.811 --12.552,18.767 --12.511,18.724 --12.469,18.681 --12.427,18.637 --12.385,18.594 --12.342,18.55 --12.3,18.507 --12.257,18.463 --12.215,18.419 --12.172,18.375 --12.129,18.331 --12.087,18.286 --12.044,18.242 --12.001,18.197 --11.958,18.153 --11.914,18.108 --11.871,18.063 --11.827,18.018 --11.784,17.973 --11.74,17.928 --11.697,17.883 --11.653,17.837 --11.609,17.792 --11.565,17.746 --11.521,17.701 --11.477,17.655 --11.432,17.609 --11.388,17.563 --11.344,17.517 --11.3,17.47 --11.255,17.424 --11.21,17.378 --11.165,17.331 --11.121,17.284 --11.076,17.237 --11.03,17.19 --10.985,17.143 --10.94,17.096 --10.894,17.049 --10.849,17.001 --10.803,16.954 --10.757,16.907 --10.711,16.859 --10.666,16.812 --10.62,16.764 --10.574,16.717 --10.528,16.669 --10.482,16.622 --10.435,16.574 --10.389,16.527 --10.343,16.479 --10.297,16.432 --10.251,16.384 --10.205,16.336 --10.159,16.289 --10.113,16.241 --10.067,16.193 --10.021,16.146 --9.9747,16.098 --9.9285,16.05 --9.8823,16.002 --9.8361,15.953 --9.7898,15.905 --9.7436,15.857 --9.6973,15.808 --9.651,15.76 --9.6048,15.711 --9.5585,15.662 --9.5122,15.613 --9.466,15.564 --9.4197,15.515 --9.3735,15.466 --9.3274,15.416 --9.2813,15.367 --9.2353,15.317 --9.1893,15.268 --9.1433,15.218 --9.0974,15.168 --9.0515,15.118 --11.739,14.67 --11.697,14.619 --11.655,14.568 --11.613,14.517 --11.571,14.466 --11.528,14.415 --11.486,14.364 --11.444,14.312 --11.402,14.261 --11.36,14.209 --11.318,14.157 --11.275,14.106 --11.233,14.054 --11.191,14.002 --11.148,13.95 --11.106,13.898 --11.064,13.846 --11.021,13.794 --10.979,13.742 --10.937,13.69 --10.894,13.638 --10.852,13.586 --10.81,13.535 --10.768,13.483 --10.726,13.431 --10.683,13.379 --10.641,13.327 --10.599,13.275 --10.558,13.223 --10.516,13.171 --10.474,13.119 --10.432,13.067 --10.39,13.015 --10.349,12.963 --10.307,12.911 --10.266,12.859 --10.224,12.807 --10.183,12.755 --10.142,12.703 --10.1,12.651 --10.059,12.599 --10.017,12.547 --9.976,12.496 --9.9347,12.444 --9.8934,12.392 --9.8521,12.34 --9.8109,12.288 --9.7696,12.236 --9.7284,12.184 --9.6871,12.132 --9.6458,12.08 --9.6044,12.028 --9.5631,11.976 --9.5218,11.924 --9.4805,11.873 --9.4391,11.821 --9.3976,11.769 --9.3563,11.717 --9.3149,11.665 --9.2736,11.613 --9.2323,11.561 --9.191,11.509 --9.1497,11.457 --9.1084,11.406 --9.0672,11.354 --9.026,11.302 --8.9849,11.25 --8.9438,11.198 --8.9027,11.146 --8.8616,11.095 --8.8206,11.043 --8.7796,10.991 --8.7387,10.939 --8.6978,10.887 --8.657,10.835 --8.6162,10.783 --8.5756,10.731 --8.5349,10.68 --8.4942,10.628 --8.4535,10.576 --8.4128,10.524 --8.3722,10.472 --8.3315,10.421 --8.2909,10.369 --8.2503,10.318 --8.2098,10.266 --8.1692,10.214 --8.1287,10.163 --8.0881,10.112 --8.0476,10.06 --8.0071,10.009 --7.9666,9.9575 --7.9262,9.9062 --7.8857,9.8549 --7.8452,9.8037 --7.8048,9.7524 --7.7644,9.7012 --7.7239,9.6499 --7.6835,9.5987 --7.6431,9.5474 --7.6026,9.4961 --7.5621,9.4449 --7.5216,9.3936 --7.4811,9.3422 --7.4406,9.2909 --7.4001,9.2395 --7.3597,9.188 --7.3192,9.1364 --7.2787,9.0849 --7.2382,9.0332 --7.1977,8.9815 --7.1572,8.9297 --7.1167,8.8779 --7.0761,8.826 --7.0356,8.774 --6.995,8.722 --6.9544,8.6699 --6.9138,8.6177 --6.8732,8.5655 --6.8326,8.5132 --6.7919,8.4609 --6.7513,8.4085 --6.7107,8.356 --6.6701,8.3035 --6.6294,8.2509 --6.5887,8.1983 --6.548,8.1456 --6.5072,8.0929 --6.4663,8.0402 --6.4254,7.9875 --6.3844,7.9347 --6.3434,7.8819 --6.3023,7.8291 --6.2613,7.7762 --6.2202,7.7232 --6.1791,7.6702 --6.1379,7.6172 --6.0967,7.5641 --6.0555,7.511 --6.0143,7.4578 --5.973,7.4046 --5.9317,7.3514 --5.8904,7.2981 --5.8491,7.2447 --5.8078,7.1913 --5.7665,7.1377 --5.7253,7.0842 --5.684,7.0305 --5.6428,6.9768 --5.6016,6.923 --5.5603,6.8691 --5.519,6.8152 --5.4777,6.7613 --5.4363,6.7073 --5.3949,6.6532 --5.3534,6.5991 --5.3119,6.545 --5.2704,6.4907 --5.2289,6.4365 --5.1873,6.3822 --5.1458,6.3278 --5.1042,6.2733 --5.0627,6.2188 --5.0211,6.1643 --4.9795,6.1096 --4.9379,6.055 --4.8962,6.0003 --4.8545,5.9457 --4.8127,5.891 --4.771,5.8362 --4.7293,5.7814 --4.6875,5.7266 --4.6458,5.6717 --4.6041,5.6168 --4.5624,5.5619 --4.5206,5.5069 --4.4788,5.4519 --4.437,5.3969 --4.3952,5.3418 --4.3533,5.2867 --4.3115,5.2316 --4.2696,5.1765 --4.2276,5.1213 --4.1857,5.0661 --4.1438,5.0109 --4.1018,4.9557 --4.0599,4.9004 --4.018,4.8451 --3.9761,4.7899 --3.9342,4.7346 --3.8923,4.6792 --3.8504,4.624 --3.8085,4.5687 --3.7666,4.5134 --3.7246,4.4582 --3.6827,4.403 --3.6408,4.3478 --3.5989,4.2926 --3.557,4.2374 --3.5151,4.1822 --3.4733,4.127 --3.4315,4.0719 --3.3897,4.0167 --3.3479,3.9616 --3.3061,3.9065 --3.2644,3.8514 --3.2227,3.7963 --3.181,3.7412 --3.1393,3.6861 --3.0976,3.6311 --3.0559,3.576 --3.0142,3.521 --2.9725,3.466 --2.9308,3.411 --2.8891,3.356 --2.8475,3.301 --2.8059,3.246 --2.7644,3.191 --2.7229,3.1361 --2.6814,3.0812 --2.6399,3.0263 --2.5983,2.9715 --2.5568,2.9167 --2.5152,2.8619 --2.4737,2.8072 --2.4322,2.7525 --2.3907,2.6978 --2.3492,2.6431 --2.3078,2.5884 --2.2664,2.5338 --2.225,2.4791 --2.1836,2.4245 --2.1422,2.3699 --2.1008,2.3152 --2.0595,2.2606 --2.0181,2.206 --1.9767,2.1514 --1.9353,2.0968 --1.8939,2.0422 --1.8525,1.9877 --1.8111,1.9332 --1.7696,1.8787 --1.7282,1.8241 --1.6869,1.7696 --1.6456,1.7151 --1.6043,1.6606 --1.5631,1.6061 --1.5219,1.5516 --1.4808,1.4972 --1.4396,1.4427 --1.3985,1.3883 --1.3574,1.334 --1.3163,1.2796 --1.2753,1.2252 --1.2344,1.1708 --1.1936,1.1164 --1.1529,1.062 --1.1122,1.0077 --1.0714,0.95338 --1.0307,0.89909 --0.99008,0.84484 --0.94948,0.7906 --0.90892,0.73639 --0.86838,0.6822 --0.82785,0.62802 --0.78732,0.57385 --0.74681,0.51971 --0.70633,0.46559 --0.6659,0.41149 --0.62552,0.3574 --0.58518,0.30334 --0.54486,0.24931 --0.50457,0.19528 --0.46432,0.14128 --0.42409,0.087302 --0.38389,0.03336 --0.3437,-0.02057 --0.30355,-0.074485 --0.26345,-0.12836 --0.22338,-0.18218 --0.18334,-0.23599 --0.14334,-0.28977 --0.10341,-0.34354 --0.063551,-0.39727 --0.023746,-0.45099 -0.016006,-0.50468 -0.055695,-0.55836 -0.095329,-0.61202 -0.13492,-0.66567 -0.17448,-0.71928 -0.21399,-0.7729 -0.25343,-0.82652 -0.29282,-0.88012 -0.33217,-0.9337 -0.37151,-0.98727 -0.41083,-1.0408 -0.45013,-1.0944 -0.48944,-1.1479 -0.52875,-1.2014 -0.56805,-1.2548 --1.4812,-1.7164 --1.4447,-1.7704 --1.4083,-1.8244 --1.3718,-1.8785 --1.3354,-1.9326 --1.2991,-1.9866 --1.2627,-2.0407 --1.2265,-2.0947 --1.1902,-2.1488 --1.154,-2.2028 --1.1178,-2.2569 --1.0816,-2.3109 --1.0454,-2.3649 --1.0093,-2.4189 --0.97317,-2.4729 --0.93711,-2.5268 --0.90112,-2.5808 --0.86519,-2.6347 --0.82934,-2.6887 --0.79354,-2.7427 --0.75779,-2.7967 --0.72206,-2.8506 --0.68634,-2.9046 --0.65063,-2.9585 --0.61495,-3.0124 --0.57926,-3.0663 --0.54358,-3.1202 --0.50795,-3.174 --0.47237,-3.2279 --0.43685,-3.2817 --0.40137,-3.3355 --0.36591,-3.3894 --0.33049,-3.4432 --0.29508,-3.497 --0.25968,-3.5508 --0.22429,-3.6045 --0.18891,-3.6582 --0.15353,-3.7118 --0.11816,-3.7654 --0.082835,-3.819 --0.047583,-3.8725 --0.012409,-3.9261 -0.022703,-3.9796 -0.057764,-4.033 -0.092761,-4.0865 -0.12769,-4.1399 -0.16255,-4.1932 -0.19737,-4.2466 -0.23216,-4.2999 -0.26692,-4.3532 -0.30164,-4.4065 -0.33632,-4.4597 -0.37098,-4.5128 -0.40561,-4.5659 -0.4402,-4.6189 -0.47476,-4.6719 -0.50927,-4.7249 -0.54372,-4.7778 -0.57812,-4.8307 -0.61247,-4.8836 -0.64677,-4.9365 -0.68102,-4.9893 -0.71523,-5.0421 -0.74944,-5.0949 -0.78364,-5.1476 -0.81784,-5.2003 -0.85204,-5.2529 -0.88625,-5.3056 -0.92045,-5.3582 -0.9546,-5.4108 -0.9887,-5.4633 -1.0228,-5.5159 -1.0568,-5.5684 -1.0908,-5.6209 -1.1247,-5.6734 -1.1585,-5.7258 -1.1923,-5.7782 -1.2261,-5.8305 -1.2598,-5.8829 -1.2935,-5.9351 -1.3272,-5.9873 -1.3608,-6.0395 -1.3944,-6.0916 -1.4279,-6.1437 -1.4614,-6.1957 -1.4948,-6.2476 -1.5282,-6.2995 -1.5615,-6.3513 -1.5948,-6.403 -1.6279,-6.4547 -1.661,-6.5063 -1.6941,-6.5579 -1.727,-6.6094 -1.7599,-6.6609 -1.7927,-6.7123 -1.8254,-6.7636 -1.8581,-6.8149 -1.8906,-6.8661 -1.9232,-6.9173 -1.9556,-6.9683 -1.988,-7.0193 -2.0203,-7.0702 -2.0525,-7.1211 -2.0847,-7.1718 -2.1169,-7.2224 -2.1489,-7.273 -2.181,-7.3235 -2.2129,-7.3739 -2.2449,-7.4242 -2.2767,-7.4745 -2.3085,-7.5246 -2.3403,-7.5745 -2.372,-7.6244 -2.4036,-7.6741 -2.4351,-7.7238 -2.4665,-7.7733 -2.4979,-7.8227 -2.5292,-7.8719 -2.5603,-7.9211 -2.5913,-7.9701 -2.6222,-8.019 -2.653,-8.0678 -2.6837,-8.1165 -2.7144,-8.165 -2.7449,-8.2133 -2.7752,-8.2616 -2.8055,-8.3097 -2.8357,-8.3576 -2.8658,-8.4054 -2.8957,-8.4531 -2.9255,-8.5007 -2.9552,-8.5481 -2.9847,-8.5954 -3.014,-8.6425 -3.0433,-8.6895 -3.0725,-8.7363 -3.1015,-8.783 -3.1303,-8.8295 -3.1591,-8.8759 -3.1876,-8.9221 -3.2161,-8.9683 -3.2444,-9.0143 -3.2726,-9.0601 -3.3007,-9.1058 -3.3287,-9.1514 -3.3565,-9.1968 -3.3842,-9.242 -3.4118,-9.2871 -3.4393,-9.332 -3.4667,-9.3768 -3.4939,-9.4214 -3.521,-9.4659 -3.5479,-9.5103 -3.5747,-9.5545 -3.6013,-9.5986 -3.6278,-9.6425 -3.6542,-9.6862 -3.6804,-9.7298 -3.7065,-9.7733 -3.7325,-9.8166 -3.7583,-9.8597 -3.784,-9.9026 -3.8095,-9.9454 -3.835,-9.988 -3.8603,-10.03 -3.8854,-10.073 -3.9104,-10.115 -3.9352,-10.157 -3.9598,-10.199 -3.9843,-10.24 -4.0086,-10.282 -4.0328,-10.323 -4.0569,-10.364 -4.0808,-10.405 -4.1045,-10.446 -4.1281,-10.487 -4.1515,-10.527 -4.1748,-10.568 -4.198,-10.608 -4.2211,-10.648 -4.244,-10.688 -4.2668,-10.727 -4.2895,-10.767 -4.312,-10.806 -4.3344,-10.846 -4.3567,-10.885 -4.3789,-10.924 -4.4009,-10.963 -4.4228,-11.001 -4.4446,-11.04 -4.4663,-11.078 -4.4878,-11.116 -4.5092,-11.154 -4.5305,-11.192 -4.5516,-11.23 -4.5726,-11.268 -4.5935,-11.305 -4.6143,-11.343 -4.6349,-11.38 -4.6553,-11.417 -4.6757,-11.454 -4.6959,-11.49 -4.716,-11.527 -4.7359,-11.563 -4.7556,-11.6 -4.7751,-11.636 -4.7945,-11.672 -4.8138,-11.708 -4.8328,-11.743 -4.8518,-11.779 -4.8706,-11.814 -4.8892,-11.849 -4.9076,-11.884 -4.9259,-11.919 -4.9441,-11.954 -4.9622,-11.988 -4.9801,-12.023 -4.9978,-12.057 -5.0155,-12.091 -5.033,-12.124 -5.0503,-12.158 -5.0675,-12.191 -5.0846,-12.225 -5.1015,-12.258 -5.1184,-12.291 -5.135,-12.324 -5.1516,-12.356 -5.168,-12.389 -5.1843,-12.422 -5.2005,-12.454 -5.2165,-12.486 -5.2324,-12.518 -5.2481,-12.55 -5.2637,-12.582 -5.2791,-12.613 -5.2944,-12.645 -5.3096,-12.676 -5.3246,-12.707 -5.3394,-12.738 -5.3542,-12.769 -5.3688,-12.8 -5.3832,-12.83 -5.3975,-12.861 -5.4116,-12.891 -5.4256,-12.921 -5.4394,-12.951 -5.453,-12.98 -5.4664,-13.01 -5.4797,-13.039 -5.4929,-13.068 -5.5058,-13.097 -5.5187,-13.126 -5.5313,-13.155 -5.5438,-13.183 -5.5561,-13.211 -5.5682,-13.24 -5.5802,-13.267 -5.592,-13.295 -5.6037,-13.323 -5.6151,-13.35 -5.6264,-13.377 -5.6376,-13.404 -5.6486,-13.431 -5.6594,-13.458 -5.6701,-13.484 -5.6806,-13.51 -5.6909,-13.537 -5.7012,-13.562 -5.7113,-13.588 -5.7212,-13.614 -5.731,-13.639 -5.7407,-13.665 -5.7503,-13.69 -5.7598,-13.715 -5.7691,-13.739 -5.7784,-13.764 -5.7875,-13.789 -5.7966,-13.813 -5.8056,-13.838 -5.8146,-13.862 -5.8234,-13.886 -5.8321,-13.911 -5.8408,-13.935 -5.8493,-13.959 -5.8577,-13.983 -5.8661,-14.007 -5.8744,-14.031 -5.8826,-14.055 -5.8907,-14.079 -5.8988,-14.103 -5.9068,-14.127 -5.9148,-14.151 -5.9227,-14.175 -5.9307,-14.198 -5.9386,-14.222 -5.9464,-14.246 -5.9543,-14.27 -5.9621,-14.293 -5.9699,-14.317 -5.9776,-14.34 -5.9853,-14.364 -5.993,-14.387 -6.0006,-14.411 -6.0081,-14.434 -6.0156,-14.458 -6.0231,-14.481 -6.0304,-14.504 -6.0377,-14.528 -6.0449,-14.551 -6.0521,-14.574 -6.0592,-14.597 -6.0663,-14.62 -6.0732,-14.643 -6.0802,-14.667 -6.087,-14.69 -6.0937,-14.713 -6.1003,-14.736 -6.1069,-14.759 -6.1133,-14.781 -6.1197,-14.804 -6.1259,-14.827 -6.1321,-14.85 -6.1383,-14.873 -6.1443,-14.896 -6.1502,-14.919 -6.1561,-14.941 -6.1619,-14.964 -6.1675,-14.987 -6.1731,-15.009 -6.1786,-15.032 -6.184,-15.054 -6.1892,-15.077 -6.1944,-15.099 -6.1995,-15.121 -6.2045,-15.144 -6.2094,-15.166 -6.2142,-15.188 -6.2189,-15.21 -6.2235,-15.232 -6.2281,-15.255 -6.2326,-15.277 -6.2371,-15.299 -6.2415,-15.321 -6.2459,-15.343 -6.2502,-15.364 -6.2546,-15.386 -6.2589,-15.408 -6.2632,-15.43 -6.2675,-15.452 -6.2718,-15.474 -6.2761,-15.496 -6.2803,-15.518 -6.2846,-15.539 -6.2888,-15.561 -6.293,-15.583 -6.2972,-15.605 -6.3014,-15.627 -6.3055,-15.649 -6.3097,-15.67 -6.3138,-15.692 -6.3179,-15.714 -6.322,-15.735 -6.3261,-15.757 -6.3301,-15.779 -6.3341,-15.8 -6.3381,-15.822 -6.3421,-15.843 -6.346,-15.865 -6.3499,-15.886 -6.3538,-15.908 -6.3576,-15.929 -6.3614,-15.951 -6.3652,-15.972 -6.3691,-15.993 -6.373,-16.014 -6.377,-16.035 -6.3811,-16.056 -6.3852,-16.076 -6.3895,-16.097 -6.3939,-16.117 -6.3985,-16.137 -6.4034,-16.157 -6.4086,-16.176 -6.414,-16.196 -6.4195,-16.215 -6.425,-16.234 -6.4304,-16.254 -6.4358,-16.273 -6.4409,-16.292 -6.4458,-16.311 -6.4504,-16.33 -6.4547,-16.349 -6.4587,-16.369 -6.4625,-16.388 -6.466,-16.407 -6.4694,-16.427 -6.4727,-16.446 -6.4759,-16.465 -6.479,-16.485 -6.4821,-16.504 -4.7491,-17.045 -4.7499,-17.065 -4.7507,-17.085 -4.7514,-17.105 -4.7519,-17.125 -4.7523,-17.146 -4.7526,-17.166 -4.7528,-17.186 -4.7528,-17.206 -4.7527,-17.226 -4.7524,-17.246 -4.7521,-17.266 -4.7517,-17.286 -4.7512,-17.305 -4.7506,-17.325 -4.7501,-17.345 -4.7494,-17.365 -4.7487,-17.385 -4.748,-17.404 -4.7472,-17.424 -4.7463,-17.444 -4.7454,-17.463 -4.7444,-17.483 -4.7433,-17.503 -4.7422,-17.523 -4.7409,-17.542 -4.7397,-17.562 -4.7384,-17.582 -4.737,-17.601 -4.7356,-17.621 -4.7342,-17.641 -4.7328,-17.661 -4.7314,-17.681 -4.73,-17.701 -4.7286,-17.721 -4.7273,-17.741 -4.726,-17.761 -4.7247,-17.781 -4.7234,-17.801 -4.7221,-17.822 -4.7209,-17.842 -4.7196,-17.863 -4.7184,-17.883 -4.7171,-17.904 -4.7157,-17.924 -4.7143,-17.945 -4.7128,-17.966 -4.7111,-17.986 -4.7094,-18.007 -4.7074,-18.028 -4.7052,-18.049 -4.7028,-18.069 -4.7,-18.09 -4.6968,-18.111 -4.6934,-18.131 -4.6896,-18.151 -4.6855,-18.171 -4.6811,-18.191 -4.6765,-18.211 -4.6717,-18.231 -4.667,-18.251 -4.6622,-18.271 -4.6574,-18.29 -4.6525,-18.31 -4.6477,-18.33 -4.6428,-18.35 -4.6378,-18.37 -4.6327,-18.39 -4.6275,-18.411 -4.6222,-18.431 -4.6168,-18.452 -4.6113,-18.472 -4.6056,-18.493 -4.5999,-18.514 -4.5941,-18.535 -4.5882,-18.557 -4.5823,-18.579 -4.5764,-18.601 -4.5704,-18.623 -4.5645,-18.645 -4.5586,-18.668 -4.5528,-18.691 -4.547,-18.714 -4.5414,-18.737 -4.5358,-18.761 -4.5303,-18.785 -4.5249,-18.809 -4.5197,-18.833 -4.5145,-18.858 -4.5093,-18.883 -4.504,-18.909 -4.4987,-18.934 -4.4931,-18.96 -4.4875,-18.986 -4.4816,-19.013 -4.4756,-19.039 -4.4693,-19.066 -4.4629,-19.093 -4.4563,-19.12 -4.4495,-19.147 -4.4425,-19.175 -4.4354,-19.202 -4.428,-19.229 -4.4205,-19.257 -4.4129,-19.284 -4.4051,-19.312 -4.3972,-19.34 -4.3891,-19.367 -4.3808,-19.395 -4.3723,-19.423 -4.3637,-19.451 -4.3548,-19.479 -4.3457,-19.507 -4.3363,-19.535 -4.3268,-19.562 -4.317,-19.59 -4.3069,-19.618 -4.2967,-19.646 -4.2862,-19.674 -4.2755,-19.702 -4.2647,-19.731 -4.2538,-19.759 -4.2428,-19.787 -4.2316,-19.815 -4.2203,-19.844 -4.2089,-19.872 -4.1973,-19.901 -4.1855,-19.929 -4.1735,-19.958 -4.1611,-19.986 -4.1482,-20.014 -4.1349,-20.043 -4.1211,-20.071 -4.1066,-20.1 -4.0917,-20.129 -4.0766,-20.157 -4.0614,-20.186 -4.046,-20.215 -4.0304,-20.244 -4.0146,-20.273 -3.9985,-20.302 -3.9823,-20.331 -3.966,-20.36 -3.9495,-20.389 -3.9327,-20.418 -3.9157,-20.447 -3.8985,-20.476 -3.8811,-20.505 -3.8634,-20.533 -3.8456,-20.562 -3.8277,-20.591 -3.8096,-20.62 -3.7915,-20.649 -3.7733,-20.677 -3.7551,-20.706 -3.7369,-20.735 -3.7185,-20.764 -3.7002,-20.794 -3.6817,-20.823 -3.6631,-20.852 -3.6444,-20.881 -3.6256,-20.911 -3.6067,-20.94 -3.5876,-20.97 -3.5685,-20.999 -3.5492,-21.029 -3.5297,-21.058 -3.5102,-21.088 -3.4906,-21.118 -3.4709,-21.148 -3.451,-21.178 -3.431,-21.208 -3.4109,-21.238 -3.3907,-21.268 -3.3703,-21.298 -3.3497,-21.328 -3.3289,-21.359 -3.308,-21.389 -3.2868,-21.419 -3.2654,-21.449 -3.2438,-21.479 -3.2219,-21.51 -3.1997,-21.54 -3.1773,-21.57 -3.1546,-21.6 -3.1317,-21.629 -3.1085,-21.659 -3.0852,-21.689 -3.0616,-21.719 -3.0377,-21.749 -3.0137,-21.778 -2.9895,-21.808 -2.9651,-21.838 -2.9406,-21.867 -2.916,-21.897 -2.8912,-21.927 -2.8662,-21.956 -2.8411,-21.986 -2.8158,-22.016 -2.7904,-22.046 -2.7649,-22.075 -2.7392,-22.105 -2.7134,-22.135 -2.6875,-22.165 -2.6615,-22.194 -2.6353,-22.224 -2.609,-22.254 -2.5826,-22.284 -2.5559,-22.313 -2.529,-22.343 -2.5019,-22.373 -2.4747,-22.403 -2.4472,-22.433 -2.4195,-22.463 -2.3916,-22.493 -2.3635,-22.522 -2.335,-22.552 -2.3064,-22.581 -2.2775,-22.611 -2.2486,-22.64 -2.2195,-22.669 -2.1904,-22.698 -2.1611,-22.728 -2.1317,-22.757 -2.102,-22.786 -2.0722,-22.815 -2.0422,-22.844 -2.0121,-22.873 -1.9817,-22.902 -1.9512,-22.931 -1.9206,-22.959 -1.8897,-22.988 -1.8586,-23.017 -1.8274,-23.046 -1.796,-23.074 -1.7643,-23.103 -1.7325,-23.132 -1.7003,-23.16 -1.6679,-23.189 -1.6353,-23.218 -1.6025,-23.246 -1.5695,-23.275 -1.5363,-23.304 -1.503,-23.333 -1.4695,-23.362 -1.4359,-23.391 -1.4021,-23.42 -1.3682,-23.449 -1.3341,-23.479 -1.3,-23.508 -1.2657,-23.538 -1.2313,-23.567 -1.1968,-23.597 -1.1622,-23.626 -1.1274,-23.656 -1.0926,-23.686 -1.0576,-23.716 -1.0225,-23.746 -0.98719,-23.776 -0.95175,-23.806 -0.91618,-23.837 -0.88053,-23.867 -0.84483,-23.898 -0.80908,-23.928 -0.7733,-23.959 -0.73745,-23.99 -0.7015,-24.021 -0.66539,-24.052 -0.62905,-24.082 -0.59247,-24.113 -0.55564,-24.144 -0.51858,-24.175 -0.48132,-24.206 -0.44388,-24.237 -0.40624,-24.267 -0.36832,-24.298 -0.33011,-24.329 -0.29163,-24.359 -0.2529,-24.39 -0.21396,-24.42 -0.17484,-24.451 -0.13552,-24.481 -0.096031,-24.511 -0.056403,-24.541 -0.016684,-24.572 --0.023103,-24.602 --0.062972,-24.632 --0.10297,-24.663 --0.14314,-24.693 --0.1835,-24.723 --0.22402,-24.754 --0.26471,-24.784 --0.30554,-24.814 --0.34652,-24.844 --0.38764,-24.875 --0.4289,-24.905 --0.47029,-24.936 --0.51181,-24.966 --0.55346,-24.997 --0.59525,-25.027 --1.3079,-25.149 --1.3506,-25.18 --1.3936,-25.211 --1.4366,-25.242 --1.4797,-25.273 --1.5229,-25.304 --1.5662,-25.335 --1.6095,-25.367 --1.653,-25.398 --1.6965,-25.43 --1.7401,-25.462 --1.7838,-25.493 --1.8276,-25.525 --1.8715,-25.557 --1.9155,-25.589 --1.9597,-25.621 --2.004,-25.653 --2.0483,-25.685 --2.0928,-25.717 --2.1374,-25.75 --2.1821,-25.782 --2.2269,-25.814 --2.2719,-25.847 --2.317,-25.88 --2.3622,-25.912 --2.4077,-25.945 --2.4534,-25.978 --2.4994,-26.01 --2.5455,-26.043 --2.5918,-26.076 --2.6382,-26.108 --2.6849,-26.141 --2.7317,-26.174 --2.7787,-26.207 --2.8259,-26.24 --2.8733,-26.273 --2.9209,-26.306 --2.9685,-26.338 --3.0163,-26.371 --3.0642,-26.404 --3.1122,-26.437 --3.1602,-26.47 --3.2083,-26.503 --3.2564,-26.536 --3.3046,-26.569 --3.3529,-26.602 --3.4013,-26.636 --3.4497,-26.669 --3.4982,-26.702 --3.5468,-26.735 --3.5954,-26.768 --3.6441,-26.801 --3.6928,-26.834 --3.7415,-26.868 --3.7902,-26.901 --3.839,-26.935 --3.8878,-26.969 --3.9366,-27.003 --3.9855,-27.036 --4.0346,-27.07 --4.0838,-27.104 --4.1333,-27.138 --4.1829,-27.172 --4.2327,-27.205 --4.2827,-27.239 --4.3328,-27.273 --4.383,-27.307 --4.4333,-27.341 --4.4837,-27.375 --4.534,-27.409 --4.5843,-27.443 --4.6346,-27.478 --4.6847,-27.512 --4.7348,-27.547 --4.7848,-27.582 --4.8348,-27.617 --4.8846,-27.652 --4.9345,-27.687 --4.9842,-27.723 --5.0339,-27.758 --5.0835,-27.794 --5.133,-27.83 --5.1824,-27.865 --5.2318,-27.902 --5.2812,-27.938 --5.3306,-27.974 --5.3798,-28.011 --5.429,-28.047 --5.4781,-28.084 --5.5272,-28.121 --5.5763,-28.158 --5.6253,-28.195 --5.6742,-28.232 --5.7231,-28.27 --5.772,-28.307 --5.8209,-28.345 --5.8699,-28.382 --5.9188,-28.42 --5.9679,-28.458 --6.0169,-28.496 --6.0659,-28.533 --6.1149,-28.571 --6.164,-28.609 --6.213,-28.647 --6.2621,-28.685 --6.3113,-28.723 --6.3606,-28.761 --6.4099,-28.798 --6.4592,-28.836 --6.5086,-28.874 --6.558,-28.912 --6.6073,-28.95 --6.6568,-28.988 --6.7062,-29.027 --6.7557,-29.065 --6.8052,-29.104 --6.8548,-29.143 --6.9043,-29.182 --6.9539,-29.221 --7.0033,-29.26 --7.0528,-29.3 --7.1022,-29.34 --7.1516,-29.38 --7.201,-29.42 --7.2504,-29.46 --7.2999,-29.501 --7.3496,-29.541 --7.3994,-29.581 --7.4493,-29.622 --7.4992,-29.662 --7.5493,-29.703 --7.5993,-29.743 --7.6492,-29.784 --7.6991,-29.826 --7.7489,-29.867 --7.7986,-29.909 --7.8483,-29.951 --7.8978,-29.993 --7.9472,-30.035 --7.9966,-30.077 --8.0459,-30.119 --8.0951,-30.162 --8.1443,-30.205 --8.1934,-30.248 --8.2424,-30.291 --8.2913,-30.334 --8.3402,-30.378 --8.389,-30.421 --8.4377,-30.465 --8.4865,-30.509 --8.5352,-30.553 --8.584,-30.597 --8.6327,-30.641 --8.6814,-30.686 --8.73,-30.73 --8.7786,-30.775 --8.8272,-30.819 --8.8758,-30.864 --8.9244,-30.909 --8.973,-30.954 --9.0216,-30.999 --9.0703,-31.044 --9.119,-31.089 --9.1678,-31.135 --9.2165,-31.18 --9.2652,-31.225 --9.314,-31.271 --9.3627,-31.316 --9.4114,-31.362 --9.4602,-31.407 --9.509,-31.453 --9.5578,-31.498 --9.6066,-31.544 --9.6553,-31.59 --9.704,-31.636 --9.7527,-31.682 --9.8013,-31.728 --9.8499,-31.775 --9.8985,-31.821 --9.9471,-31.868 --9.9956,-31.915 --10.044,-31.962 --10.093,-32.01 --10.141,-32.057 --10.189,-32.105 --10.238,-32.153 --10.286,-32.201 --10.334,-32.25 --10.382,-32.298 --10.43,-32.347 --10.478,-32.396 --10.525,-32.445 --10.573,-32.494 --10.621,-32.544 --10.668,-32.593 --10.716,-32.643 --10.763,-32.693 --10.811,-32.742 --10.858,-32.792 --10.906,-32.842 --10.954,-32.892 --11.001,-32.942 --11.049,-32.992 --11.097,-33.042 --11.144,-33.092 --11.192,-33.142 --11.239,-33.193 --11.286,-33.244 --11.333,-33.295 --11.38,-33.347 --11.427,-33.398 --11.474,-33.45 --11.521,-33.502 --11.568,-33.555 --11.614,-33.607 --11.661,-33.66 --11.707,-33.712 --11.753,-33.765 --11.799,-33.818 --11.845,-33.871 --11.891,-33.924 --11.937,-33.978 --11.983,-34.031 --12.029,-34.084 --12.075,-34.138 --12.12,-34.192 --12.166,-34.246 --12.211,-34.3 --12.257,-34.354 --12.302,-34.408 --12.347,-34.462 --12.392,-34.516 --12.437,-34.57 --12.482,-34.625 --12.527,-34.679 --12.572,-34.733 --12.617,-34.788 --12.662,-34.842 --12.707,-34.896 --12.752,-34.951 --12.797,-35.005 --12.842,-35.059 --12.887,-35.114 --12.932,-35.168 --12.977,-35.223 --13.022,-35.277 --13.066,-35.332 --13.11,-35.387 --13.154,-35.441 --13.198,-35.496 --13.242,-35.552 --13.285,-35.607 --13.329,-35.662 --13.372,-35.718 --13.415,-35.774 --13.457,-35.829 --13.5,-35.885 --13.543,-35.941 --13.586,-35.997 --13.628,-36.053 --13.671,-36.109 --13.713,-36.166 --13.756,-36.222 --13.798,-36.279 --13.84,-36.335 --13.882,-36.392 --13.924,-36.449 --13.966,-36.506 --14.008,-36.563 --14.05,-36.62 --14.092,-36.677 --14.134,-36.734 --14.176,-36.791 --14.218,-36.848 --14.26,-36.906 --14.301,-36.963 --14.343,-37.02 --14.384,-37.078 --14.426,-37.135 --14.467,-37.192 --14.508,-37.25 --14.549,-37.307 --14.591,-37.364 --14.632,-37.422 --14.672,-37.479 --14.713,-37.536 --14.754,-37.594 --14.795,-37.652 --14.835,-37.709 --14.876,-37.767 --14.916,-37.825 --14.956,-37.882 --14.996,-37.94 --15.036,-37.998 --15.075,-38.056 --15.115,-38.114 --15.154,-38.172 --15.194,-38.23 --15.233,-38.289 --15.272,-38.347 --15.311,-38.405 --15.35,-38.464 --15.388,-38.522 --15.427,-38.581 --15.465,-38.639 --15.504,-38.698 --15.542,-38.757 --15.581,-38.815 --15.619,-38.874 --15.657,-38.933 --15.695,-38.992 --15.733,-39.051 --15.771,-39.11 --15.809,-39.169 --15.847,-39.229 --15.885,-39.288 --15.922,-39.347 --15.96,-39.407 --15.997,-39.466 --16.034,-39.526 --16.071,-39.586 --16.108,-39.645 --16.146,-39.705 --16.182,-39.764 --16.219,-39.824 --16.256,-39.884 --16.293,-39.943 --16.33,-40.003 --16.366,-40.062 --16.403,-40.121 --16.439,-40.181 --16.476,-40.241 --16.512,-40.3 --16.548,-40.36 --16.584,-40.419 --16.619,-40.478 --16.655,-40.538 --16.691,-40.597 --16.727,-40.656 --16.762,-40.715 --16.798,-40.773 --16.833,-40.832 --16.868,-40.89 --16.904,-40.949 --16.939,-41.007 --16.974,-41.065 --17.009,-41.123 --17.044,-41.18 --17.079,-41.238 --17.114,-41.295 --17.149,-41.352 --17.184,-41.409 --17.218,-41.466 --17.253,-41.523 --17.288,-41.579 --17.322,-41.636 --17.356,-41.692 --17.39,-41.749 --17.424,-41.805 --17.458,-41.862 --17.492,-41.918 --17.525,-41.974 --17.559,-42.03 --17.592,-42.086 --17.626,-42.143 --17.659,-42.199 --17.692,-42.255 --17.725,-42.311 --17.758,-42.367 --17.792,-42.423 --17.825,-42.479 --17.858,-42.535 --17.89,-42.591 --17.923,-42.646 --17.956,-42.702 --17.988,-42.758 --18.021,-42.813 --18.053,-42.869 --18.085,-42.924 --18.118,-42.98 --18.15,-43.035 --18.182,-43.09 --18.215,-43.145 --18.247,-43.201 --18.279,-43.256 --18.311,-43.31 --18.344,-43.365 --18.376,-43.42 --18.408,-43.475 --18.44,-43.529 --18.472,-43.584 --18.504,-43.638 --18.536,-43.693 --18.568,-43.747 --18.6,-43.801 --18.632,-43.855 --18.664,-43.908 --18.696,-43.962 --18.728,-44.016 --18.76,-44.069 --19.225,-43.035 --19.257,-43.087 --19.289,-43.139 --19.32,-43.191 --19.352,-43.243 --19.383,-43.295 --19.414,-43.347 --19.446,-43.399 --19.476,-43.451 --19.507,-43.503 --19.537,-43.554 --19.568,-43.606 --19.598,-43.657 --19.629,-43.709 --19.659,-43.76 --19.689,-43.812 --19.719,-43.863 --19.75,-43.914 --19.78,-43.966 --19.81,-44.017 --19.84,-44.069 --19.87,-44.12 --19.9,-44.172 --19.93,-44.224 --19.96,-44.275 --19.99,-44.327 --20.02,-44.378 --20.05,-44.43 --20.08,-44.482 --20.11,-44.533 --20.14,-44.585 --20.17,-44.636 --20.2,-44.688 --20.231,-44.74 --20.261,-44.792 --20.291,-44.844 --20.322,-44.895 --20.352,-44.947 --20.383,-44.999 --20.414,-45.051 --20.444,-45.104 --20.475,-45.156 --20.506,-45.208 --20.537,-45.26 --20.568,-45.312 --20.599,-45.365 --20.63,-45.418 --20.661,-45.47 --20.693,-45.523 --20.724,-45.576 --20.755,-45.628 --20.786,-45.681 --20.818,-45.734 --20.849,-45.787 --20.88,-45.839 --20.911,-45.892 --20.943,-45.945 --20.974,-45.998 --21.005,-46.05 --21.036,-46.103 --21.067,-46.155 --21.099,-46.208 --21.13,-46.26 --21.161,-46.313 --21.192,-46.365 --21.223,-46.417 --21.254,-46.47 --21.285,-46.522 --21.317,-46.574 --21.348,-46.626 --21.379,-46.678 --21.411,-46.73 --21.442,-46.783 --21.474,-46.835 --21.505,-46.887 --21.537,-46.939 --21.569,-46.991 --21.601,-47.043 --21.633,-47.095 --21.665,-47.147 --21.697,-47.199 --21.73,-47.251 --21.762,-47.302 --21.795,-47.354 --21.827,-47.406 --21.86,-47.458 --21.892,-47.51 --21.925,-47.562 --21.958,-47.613 --21.991,-47.665 --22.024,-47.717 --22.057,-47.768 --22.091,-47.82 --22.124,-47.872 --22.158,-47.923 --22.192,-47.975 --22.226,-48.027 --22.26,-48.078 --22.294,-48.13 --22.329,-48.181 --22.363,-48.233 --22.398,-48.284 --22.433,-48.336 --22.468,-48.387 --22.503,-48.439 --22.539,-48.49 --22.574,-48.542 --22.61,-48.593 --22.646,-48.644 --22.682,-48.695 --22.718,-48.746 --22.754,-48.797 --22.79,-48.848 --22.827,-48.899 --22.863,-48.95 --22.9,-49.001 --22.936,-49.051 --22.973,-49.102 --23.01,-49.152 --23.047,-49.203 --23.084,-49.253 --23.121,-49.303 --23.158,-49.354 --23.196,-49.404 --23.233,-49.454 --23.27,-49.504 --23.308,-49.554 --23.345,-49.604 --23.383,-49.654 --23.421,-49.704 --23.458,-49.754 --23.496,-49.803 --23.534,-49.853 --23.572,-49.903 --23.609,-49.953 --23.647,-50.003 --23.685,-50.053 --23.723,-50.103 --23.761,-50.152 --23.8,-50.202 --23.838,-50.251 --23.877,-50.3 --23.915,-50.349 --23.954,-50.397 --23.993,-50.446 --24.032,-50.494 --24.071,-50.543 --24.11,-50.591 --24.149,-50.639 --24.188,-50.686 --24.227,-50.734 --24.267,-50.781 --24.306,-50.829 --24.346,-50.876 --24.385,-50.923 --24.425,-50.97 --24.465,-51.016 --24.505,-51.063 --24.544,-51.109 --24.584,-51.155 --24.624,-51.201 --24.664,-51.248 --24.704,-51.294 --24.744,-51.34 --24.784,-51.386 --24.824,-51.431 --24.865,-51.477 --24.905,-51.523 --24.945,-51.569 --24.985,-51.615 --25.025,-51.661 --25.065,-51.706 --25.106,-51.751 --25.146,-51.796 --25.187,-51.841 --25.227,-51.886 --25.268,-51.93 --25.309,-51.974 --25.35,-52.018 --25.391,-52.062 --25.432,-52.106 --25.473,-52.149 --25.514,-52.192 --25.555,-52.236 --25.596,-52.279 --25.637,-52.322 --25.679,-52.365 --25.72,-52.408 --25.762,-52.451 --25.803,-52.494 --25.845,-52.536 --25.886,-52.579 --25.928,-52.622 --25.97,-52.665 --26.011,-52.707 --26.053,-52.75 --26.095,-52.793 --26.137,-52.835 --26.178,-52.878 --26.22,-52.92 --26.262,-52.963 --26.304,-53.005 --26.346,-53.047 --26.388,-53.089 --26.43,-53.131 --26.472,-53.173 --26.513,-53.215 --26.555,-53.257 --26.597,-53.299 --26.638,-53.34 --26.68,-53.382 --26.721,-53.423 --26.763,-53.465 --26.805,-53.506 --26.846,-53.547 --26.888,-53.588 --26.929,-53.629 --26.971,-53.67 --27.013,-53.71 --27.055,-53.751 --27.097,-53.791 --27.139,-53.831 --27.181,-53.871 --27.223,-53.911 --27.266,-53.951 --27.308,-53.991 --27.35,-54.031 --27.393,-54.07 --27.435,-54.11 --27.478,-54.149 --27.52,-54.188 --27.563,-54.228 --27.606,-54.267 --27.648,-54.306 --27.691,-54.345 --27.733,-54.384 --27.776,-54.423 --27.819,-54.462 --27.861,-54.501 --27.903,-54.54 --27.946,-54.579 --27.989,-54.617 --28.031,-54.656 --28.074,-54.694 --28.116,-54.732 --28.159,-54.77 --28.202,-54.808 --28.244,-54.846 --28.287,-54.884 --28.33,-54.922 --28.373,-54.96 --28.415,-54.998 --28.458,-55.036 --28.501,-55.073 --28.544,-55.111 --28.587,-55.148 --28.631,-55.185 --28.674,-55.223 --28.717,-55.26 --28.76,-55.297 --28.804,-55.334 --28.847,-55.371 --28.89,-55.408 --28.934,-55.445 --28.977,-55.482 --29.021,-55.519 --29.065,-55.556 --29.108,-55.592 --29.152,-55.629 --29.195,-55.666 --29.238,-55.703 --29.282,-55.739 --29.325,-55.776 --29.368,-55.812 --29.411,-55.849 --29.455,-55.885 --29.498,-55.922 --29.541,-55.958 --29.584,-55.995 --29.626,-56.031 --29.669,-56.067 --29.712,-56.103 --29.754,-56.139 --29.797,-56.175 --29.839,-56.21 --29.881,-56.246 --29.923,-56.281 --29.966,-56.317 --30.008,-56.352 --30.05,-56.387 --30.092,-56.423 --30.134,-56.458 --30.176,-56.493 --30.219,-56.527 --30.261,-56.562 --30.303,-56.597 --30.345,-56.631 --30.387,-56.666 --30.429,-56.7 --30.472,-56.735 --30.34,-55.748 --30.382,-55.781 --30.424,-55.814 --30.467,-55.846 --30.509,-55.879 --30.551,-55.912 --30.593,-55.944 --30.635,-55.977 --30.677,-56.009 --30.719,-56.042 --30.762,-56.074 --30.804,-56.106 --30.846,-56.138 --30.888,-56.171 --30.93,-56.203 --30.972,-56.235 --31.014,-56.266 --31.055,-56.298 --31.097,-56.33 --31.139,-56.362 --31.181,-56.394 --31.222,-56.426 --31.264,-56.458 --31.305,-56.49 --31.347,-56.522 --31.388,-56.554 --31.43,-56.586 --31.471,-56.618 --31.512,-56.65 --31.554,-56.682 --31.595,-56.714 --31.636,-56.746 --31.677,-56.778 --31.718,-56.81 --31.759,-56.842 --31.8,-56.874 --31.841,-56.906 --31.882,-56.938 --31.923,-56.97 --31.964,-57.002 --32.005,-57.034 --32.046,-57.066 --32.086,-57.098 --32.127,-57.13 --32.168,-57.162 --32.208,-57.194 --32.249,-57.225 --32.289,-57.257 --32.33,-57.289 --32.37,-57.32 --32.41,-57.352 --32.451,-57.384 --32.491,-57.415 --32.531,-57.447 --32.571,-57.479 --32.611,-57.51 --32.651,-57.542 --32.691,-57.574 --32.73,-57.606 --32.77,-57.637 --32.81,-57.669 --32.849,-57.701 --32.889,-57.733 --32.928,-57.765 --32.967,-57.797 --33.007,-57.828 --33.046,-57.86 --33.085,-57.892 --33.124,-57.924 --33.164,-57.956 --33.203,-57.988 --33.242,-58.02 --33.28,-58.052 --33.319,-58.083 --33.358,-58.115 --33.396,-58.147 --33.435,-58.179 --33.473,-58.211 --33.512,-58.243 --33.55,-58.275 --33.588,-58.307 --33.626,-58.339 --33.665,-58.371 --33.703,-58.403 --33.741,-58.435 --33.779,-58.467 --33.817,-58.499 --33.854,-58.531 --33.892,-58.564 --33.93,-58.596 --33.967,-58.628 --34.005,-58.66 --34.042,-58.693 --34.08,-58.725 --34.117,-58.758 --34.154,-58.79 --34.192,-58.823 --34.229,-58.856 --34.266,-58.889 --34.303,-58.921 --34.34,-58.954 --34.378,-58.987 --34.415,-59.02 --34.452,-59.052 --34.49,-59.085 --34.527,-59.117 --34.564,-59.15 --34.602,-59.182 --34.639,-59.215 --34.676,-59.247 --34.713,-59.28 --34.75,-59.313 --34.787,-59.345 --34.824,-59.378 --34.86,-59.411 --34.896,-59.444 --34.933,-59.478 --34.969,-59.511 --35.004,-59.544 --35.04,-59.578 --35.075,-59.611 --35.111,-59.645 --35.146,-59.679 --35.181,-59.713 --35.215,-59.748 --35.249,-59.782 --35.284,-59.817 --35.317,-59.852 --35.351,-59.887 --35.385,-59.922 --35.418,-59.958 --35.451,-59.993 --35.484,-60.029 --35.517,-60.065 --35.55,-60.102 --35.583,-60.138 --35.615,-60.174 --35.648,-60.211 --35.681,-60.247 --35.714,-60.284 --35.746,-60.32 --35.779,-60.357 --35.812,-60.394 --35.845,-60.431 --35.878,-60.468 --35.911,-60.505 --35.943,-60.542 --35.976,-60.579 --36.009,-60.616 --36.042,-60.654 --36.075,-60.691 --36.107,-60.729 --36.14,-60.767 --36.172,-60.805 --36.204,-60.843 --36.237,-60.882 --36.269,-60.92 --36.301,-60.959 --36.333,-60.998 --36.365,-61.037 --36.397,-61.075 --36.429,-61.114 --36.461,-61.153 --36.492,-61.193 --36.524,-61.232 --36.556,-61.271 --36.587,-61.311 --36.619,-61.351 --36.65,-61.391 --36.682,-61.431 --36.713,-61.471 --36.744,-61.512 --36.775,-61.552 --36.806,-61.593 --36.837,-61.634 --36.867,-61.676 --36.898,-61.717 --36.928,-61.759 --36.958,-61.801 --36.988,-61.843 --37.018,-61.885 --37.048,-61.928 --37.077,-61.97 --37.107,-62.013 --37.136,-62.056 --37.165,-62.099 --37.195,-62.143 --37.224,-62.186 --37.253,-62.23 --37.282,-62.273 --37.311,-62.317 --37.34,-62.361 --37.369,-62.405 --37.398,-62.449 --37.427,-62.493 --37.456,-62.538 --37.485,-62.582 --37.513,-62.627 --37.541,-62.672 --37.57,-62.717 --37.598,-62.761 --37.626,-62.807 --37.654,-62.852 --37.682,-62.897 --37.71,-62.942 --37.737,-62.987 --37.765,-63.033 --37.793,-63.078 --37.82,-63.124 --37.847,-63.17 --37.874,-63.216 --37.901,-63.262 --37.928,-63.308 --37.955,-63.355 --37.981,-63.401 --38.008,-63.448 --38.034,-63.495 --38.06,-63.542 --38.087,-63.589 --38.112,-63.637 --38.138,-63.684 --38.164,-63.732 --38.19,-63.78 --38.215,-63.828 --38.24,-63.876 --38.266,-63.925 --38.291,-63.973 --38.315,-64.022 --38.34,-64.071 --38.365,-64.12 --38.389,-64.17 --38.414,-64.219 --38.438,-64.269 --38.462,-64.319 --38.486,-64.369 --38.51,-64.42 --38.533,-64.47 --38.557,-64.521 --38.58,-64.572 --38.603,-64.623 --38.626,-64.674 --38.649,-64.725 --38.671,-64.777 --38.693,-64.829 --38.715,-64.881 --38.737,-64.933 --38.758,-64.986 --38.779,-65.038 --38.8,-65.091 --38.82,-65.144 --38.841,-65.197 --38.861,-65.25 --38.881,-65.303 --38.9,-65.357 --38.92,-65.41 --38.939,-65.464 --38.958,-65.517 --38.977,-65.571 --38.996,-65.625 --39.014,-65.679 --39.033,-65.733 --39.051,-65.788 --39.069,-65.842 --39.086,-65.897 --39.104,-65.951 --39.121,-66.006 --39.138,-66.061 --39.155,-66.116 --39.171,-66.171 --39.187,-66.226 --39.203,-66.282 --39.218,-66.337 --39.233,-66.393 --39.248,-66.449 --39.262,-66.504 --39.276,-66.56 --39.291,-66.616 --39.305,-66.672 --39.319,-66.728 --39.332,-66.784 --39.346,-66.84 --39.359,-66.896 --39.372,-66.953 --39.385,-67.01 --39.398,-67.066 --39.41,-67.123 --39.422,-67.18 --39.434,-67.238 --39.446,-67.295 --39.458,-67.353 --39.469,-67.411 --39.481,-67.468 --39.491,-67.527 --39.502,-67.585 --39.512,-67.643 --39.522,-67.702 --39.532,-67.761 --39.542,-67.819 --39.551,-67.878 --39.56,-67.937 --39.569,-67.996 --39.577,-68.056 --39.585,-68.115 --39.593,-68.174 --39.601,-68.234 --39.608,-68.293 --39.616,-68.353 --39.623,-68.412 --39.63,-68.472 --39.636,-68.531 --39.642,-68.591 --39.648,-68.651 --39.654,-68.711 --39.659,-68.771 --39.665,-68.831 --39.669,-68.891 --39.674,-68.951 --39.678,-69.011 --39.682,-69.072 --39.686,-69.132 --39.689,-69.192 --39.692,-69.253 --39.695,-69.313 --39.697,-69.373 --39.7,-69.434 --39.702,-69.494 --39.703,-69.555 --39.705,-69.615 --39.706,-69.675 --39.707,-69.736 --39.708,-69.796 --39.709,-69.856 --39.709,-69.916 --39.71,-69.977 --39.71,-70.037 --39.71,-70.097 --39.71,-70.157 --39.709,-70.217 --39.709,-70.278 --39.708,-70.338 --39.708,-70.398 --39.707,-70.458 --39.705,-70.518 --39.704,-70.578 --39.702,-70.638 --39.7,-70.698 --39.698,-70.758 --39.696,-70.818 --39.694,-70.878 --39.692,-70.938 --39.689,-70.998 --39.686,-71.057 --39.684,-71.117 --39.681,-71.177 --39.678,-71.237 --39.674,-71.297 --39.671,-71.357 --39.668,-71.416 --39.664,-71.476 --39.661,-71.536 --39.657,-71.596 --39.652,-71.656 --39.648,-71.716 --39.643,-71.775 --39.638,-71.835 --39.633,-71.895 --39.628,-71.955 --39.622,-72.015 --39.617,-72.075 --39.611,-72.134 --39.604,-72.194 --39.598,-72.254 --39.592,-72.314 --39.585,-72.374 --39.578,-72.433 --39.571,-72.493 --39.564,-72.553 --39.557,-72.612 --39.549,-72.672 --39.542,-72.731 --39.534,-72.791 --39.526,-72.85 --39.518,-72.91 --39.51,-72.969 --39.502,-73.028 --39.493,-73.087 --39.485,-73.146 --39.476,-73.205 --39.467,-73.264 --39.457,-73.322 --39.448,-73.381 --39.438,-73.439 --39.429,-73.498 --39.419,-73.556 --39.409,-73.614 --39.399,-73.672 --39.388,-73.73 --39.378,-73.788 --39.368,-73.846 --39.358,-73.904 --38.673,-72.786 --38.662,-72.843 --38.651,-72.9 --38.64,-72.957 --38.629,-73.014 --38.618,-73.071 --38.606,-73.128 --38.595,-73.185 --38.584,-73.242 --38.573,-73.3 --38.562,-73.357 --38.55,-73.414 --38.539,-73.471 --38.528,-73.528 --38.517,-73.586 --38.506,-73.643 --38.494,-73.7 --38.483,-73.757 --38.472,-73.814 --38.46,-73.872 --38.448,-73.929 --38.437,-73.986 --38.425,-74.043 --38.413,-74.1 --38.401,-74.157 --38.389,-74.213 --38.377,-74.27 --38.365,-74.327 --38.353,-74.384 --38.34,-74.441 --38.328,-74.497 --38.315,-74.554 --38.303,-74.611 --38.29,-74.667 --38.277,-74.724 --38.264,-74.78 --38.251,-74.836 --38.238,-74.892 --38.224,-74.949 --38.211,-75.005 --38.197,-75.061 --38.184,-75.117 --38.17,-75.173 --38.157,-75.229 --38.143,-75.285 --38.13,-75.341 --38.117,-75.397 --38.103,-75.453 --38.09,-75.508 --38.077,-75.564 --38.064,-75.62 --38.051,-75.675 --38.038,-75.731 --38.025,-75.786 --38.013,-75.842 --38,-75.897 --37.987,-75.952 --37.974,-76.008 --37.962,-76.063 --37.949,-76.118 --37.937,-76.173 --37.924,-76.229 --37.911,-76.284 --37.899,-76.339 --37.886,-76.394 --37.873,-76.449 --37.86,-76.504 --37.847,-76.559 --37.834,-76.614 --37.821,-76.669 --37.808,-76.724 --37.794,-76.778 --37.781,-76.833 --37.767,-76.888 --37.754,-76.943 --37.74,-76.998 --37.726,-77.052 --37.712,-77.107 --37.698,-77.162 --37.684,-77.216 --37.669,-77.271 --37.655,-77.326 --37.64,-77.38 --37.625,-77.435 --37.611,-77.489 --37.596,-77.544 --37.581,-77.598 --37.566,-77.652 --37.551,-77.707 --37.535,-77.761 --37.52,-77.815 --37.504,-77.868 --37.489,-77.922 --37.473,-77.976 --37.457,-78.029 --37.441,-78.082 --37.424,-78.135 --37.408,-78.188 --37.391,-78.241 --37.375,-78.293 --37.358,-78.346 --37.341,-78.398 --37.325,-78.451 --37.308,-78.503 --37.291,-78.555 --37.274,-78.607 --37.257,-78.66 --37.241,-78.712 --37.224,-78.764 --37.207,-78.816 --37.19,-78.868 --37.173,-78.92 --37.156,-78.972 --37.139,-79.025 --37.123,-79.077 --37.106,-79.129 --37.089,-79.181 --37.072,-79.233 --37.055,-79.286 --37.038,-79.337 --37.021,-79.389 --37.003,-79.441 --36.986,-79.492 --36.968,-79.543 --36.95,-79.595 --36.932,-79.645 --36.914,-79.696 --36.895,-79.747 --36.877,-79.797 --36.858,-79.847 --36.839,-79.897 --36.82,-79.947 --36.802,-79.997 --36.783,-80.047 --36.763,-80.097 --36.744,-80.146 --36.725,-80.196 --36.706,-80.246 --36.687,-80.295 --36.668,-80.345 --36.649,-80.395 --36.629,-80.444 --36.61,-80.494 --36.591,-80.543 --36.571,-80.593 --36.552,-80.642 --36.532,-80.691 --36.513,-80.741 --36.493,-80.79 --36.474,-80.839 --36.454,-80.889 --36.435,-80.938 --36.415,-80.988 --36.396,-81.037 --36.376,-81.086 --36.357,-81.136 --36.338,-81.185 --36.318,-81.234 --36.299,-81.284 --36.279,-81.333 --36.259,-81.382 --36.24,-81.431 --36.22,-81.48 --36.2,-81.53 --36.18,-81.579 --36.16,-81.628 --36.14,-81.677 --36.12,-81.726 --36.1,-81.775 --36.08,-81.823 --36.06,-81.872 --36.039,-81.921 --36.019,-81.97 --35.999,-82.018 --35.978,-82.067 --35.957,-82.115 --35.936,-82.163 --35.915,-82.212 --35.894,-82.26 --35.872,-82.308 --35.85,-82.356 --35.828,-82.404 --35.806,-82.451 --35.784,-82.499 --35.762,-82.547 --35.74,-82.595 --35.718,-82.642 --35.695,-82.69 --35.673,-82.737 --35.651,-82.785 --35.628,-82.832 --35.606,-82.88 --35.584,-82.927 --35.562,-82.974 --35.54,-83.022 --35.517,-83.069 --35.495,-83.116 --35.472,-83.163 --35.45,-83.21 --35.427,-83.257 --35.405,-83.304 --35.382,-83.351 --35.359,-83.397 --35.337,-83.444 --35.314,-83.491 --35.292,-83.538 --35.269,-83.585 --35.247,-83.631 --35.224,-83.678 --35.202,-83.725 --35.179,-83.772 --35.157,-83.818 --35.134,-83.865 --35.112,-83.912 --35.089,-83.958 --35.067,-84.005 --35.044,-84.052 --35.022,-84.098 --34.999,-84.145 --34.977,-84.191 --34.954,-84.238 --34.931,-84.284 --34.909,-84.33 --34.886,-84.376 --34.863,-84.423 --34.84,-84.469 --34.817,-84.515 --34.794,-84.561 --34.771,-84.607 --34.747,-84.653 --34.724,-84.699 --34.701,-84.745 --34.678,-84.791 --34.655,-84.837 --34.631,-84.883 --34.608,-84.929 --34.584,-84.975 --34.561,-85.021 --34.538,-85.067 --34.514,-85.113 --34.491,-85.159 --34.467,-85.204 --34.444,-85.25 --34.421,-85.296 --34.397,-85.342 --34.374,-85.388 --34.35,-85.433 --34.327,-85.479 --34.304,-85.525 --34.28,-85.57 --34.257,-85.616 --34.233,-85.662 --34.21,-85.707 --34.186,-85.753 --34.163,-85.798 --34.139,-85.844 --34.116,-85.889 --34.092,-85.935 --34.068,-85.981 --34.045,-86.026 --34.021,-86.072 --33.998,-86.118 --33.974,-86.164 --33.95,-86.209 --33.927,-86.255 --33.903,-86.301 --33.879,-86.347 --33.856,-86.393 --33.832,-86.439 --33.808,-86.485 --33.785,-86.531 --33.761,-86.577 --33.737,-86.623 --33.714,-86.669 --33.69,-86.715 --33.667,-86.761 --33.643,-86.807 --33.619,-86.854 --33.596,-86.9 --33.572,-86.946 --33.549,-86.992 --33.525,-87.038 --33.502,-87.084 --33.478,-87.13 --33.455,-87.176 --33.431,-87.222 --33.407,-87.269 --33.384,-87.315 --33.36,-87.361 --33.337,-87.407 --33.313,-87.453 --33.29,-87.499 --33.266,-87.546 --33.243,-87.592 --33.22,-87.638 --33.196,-87.685 --33.173,-87.731 --33.149,-87.778 --33.126,-87.825 --33.103,-87.871 --32.693,-86.216 --32.669,-86.261 --32.645,-86.306 --32.621,-86.351 --32.597,-86.396 --32.573,-86.442 --32.549,-86.487 --32.525,-86.533 --32.501,-86.578 --32.478,-86.624 --32.454,-86.67 --32.43,-86.716 --32.406,-86.762 --32.382,-86.808 --32.359,-86.854 --32.335,-86.9 --32.311,-86.946 --32.287,-86.993 --32.264,-87.039 --32.24,-87.086 --32.217,-87.133 --32.193,-87.179 --32.17,-87.226 --32.147,-87.272 --32.124,-87.319 --32.1,-87.366 --32.077,-87.413 --32.054,-87.46 --32.031,-87.507 --32.008,-87.554 --31.985,-87.601 --31.962,-87.648 --31.939,-87.695 --31.916,-87.743 --31.893,-87.79 --31.87,-87.838 --31.847,-87.886 --31.824,-87.934 --31.801,-87.983 --31.778,-88.031 --31.755,-88.079 --31.732,-88.128 --31.709,-88.177 --31.686,-88.225 --31.663,-88.274 --31.641,-88.323 --31.618,-88.372 --31.595,-88.421 --31.573,-88.47 --31.55,-88.519 --31.528,-88.568 --31.505,-88.617 --31.483,-88.667 --31.461,-88.716 --31.438,-88.765 --31.416,-88.815 --31.394,-88.864 --31.372,-88.914 --31.35,-88.964 --31.328,-89.014 --31.306,-89.064 --31.285,-89.114 --31.263,-89.164 --31.241,-89.214 --31.22,-89.264 --31.198,-89.314 --31.177,-89.365 --31.155,-89.415 --31.134,-89.465 --31.113,-89.516 --31.092,-89.566 --31.07,-89.616 --31.049,-89.667 --31.029,-89.717 --31.008,-89.768 --30.987,-89.818 --30.966,-89.868 --30.946,-89.919 --30.926,-89.969 --30.905,-90.019 --30.885,-90.07 --30.865,-90.12 --30.845,-90.171 --30.824,-90.221 --30.804,-90.271 --30.784,-90.322 --30.764,-90.372 --30.744,-90.423 --30.724,-90.473 --30.704,-90.524 --30.684,-90.574 --30.664,-90.625 --30.644,-90.676 --30.624,-90.726 --30.604,-90.777 --30.584,-90.827 --30.565,-90.878 --30.545,-90.928 --30.525,-90.979 --30.506,-91.03 --30.487,-91.08 --30.467,-91.131 --30.448,-91.182 --30.429,-91.232 --30.41,-91.283 --30.391,-91.334 --30.372,-91.384 --30.353,-91.435 --30.334,-91.486 --30.315,-91.536 --30.297,-91.587 --30.278,-91.637 --30.259,-91.688 --30.241,-91.738 --30.222,-91.788 --30.204,-91.839 --30.186,-91.889 --30.168,-91.939 --30.149,-91.99 --30.131,-92.04 --30.113,-92.09 --30.095,-92.141 --30.078,-92.191 --30.06,-92.241 --30.042,-92.291 --30.025,-92.342 --30.007,-92.392 --29.99,-92.442 --29.973,-92.492 --29.955,-92.542 --29.938,-92.592 --29.921,-92.643 --29.904,-92.693 --29.888,-92.743 --29.871,-92.793 --29.854,-92.843 --29.838,-92.893 --29.821,-92.943 --29.805,-92.993 --29.788,-93.043 --29.772,-93.093 --29.756,-93.143 --29.74,-93.193 --29.724,-93.243 --29.708,-93.293 --29.692,-93.343 --29.676,-93.393 --29.66,-93.442 --29.645,-93.492 --29.629,-93.542 --29.614,-93.592 --29.598,-93.642 --29.583,-93.692 --29.568,-93.741 --29.553,-93.791 --29.538,-93.841 --29.523,-93.891 --29.509,-93.941 --29.494,-93.99 --29.479,-94.04 --29.464,-94.09 --29.45,-94.139 --29.435,-94.189 --29.42,-94.238 --29.406,-94.288 --29.391,-94.337 --29.377,-94.386 --29.362,-94.435 --29.348,-94.484 --29.333,-94.533 --29.319,-94.581 --29.305,-94.63 --29.291,-94.678 --29.276,-94.727 --29.262,-94.775 --29.248,-94.823 --29.234,-94.871 --29.22,-94.919 --29.205,-94.966 --29.191,-95.014 --29.177,-95.061 --29.163,-95.109 --29.149,-95.156 --29.135,-95.203 --29.122,-95.249 --29.108,-95.296 --29.095,-95.343 --29.082,-95.389 --29.069,-95.435 --29.057,-95.481 --29.045,-95.527 --29.033,-95.573 --29.021,-95.619 --29.009,-95.664 --28.998,-95.709 --28.986,-95.755 --28.975,-95.8 --28.964,-95.844 --28.954,-95.889 --28.943,-95.934 --28.933,-95.978 --28.922,-96.022 --28.912,-96.067 --28.902,-96.111 --28.893,-96.155 --28.883,-96.199 --28.873,-96.242 --28.864,-96.286 --28.855,-96.33 --28.845,-96.373 --28.836,-96.416 --28.827,-96.459 --28.818,-96.502 --28.809,-96.545 --28.799,-96.588 --28.79,-96.63 --28.781,-96.673 --28.772,-96.715 --28.763,-96.756 --28.754,-96.798 --28.745,-96.84 --28.736,-96.881 --28.727,-96.922 --28.718,-96.964 --28.709,-97.004 --28.701,-97.045 --28.692,-97.086 --28.683,-97.126 --28.674,-97.167 --28.665,-97.207 --28.657,-97.247 --28.648,-97.287 --28.639,-97.326 --28.631,-97.366 --28.622,-97.405 --28.613,-97.444 --28.605,-97.483 --28.596,-97.522 --28.588,-97.56 --28.58,-97.599 --28.571,-97.637 --28.563,-97.676 --28.555,-97.714 --28.547,-97.752 --28.539,-97.79 --28.531,-97.828 --28.523,-97.865 --28.516,-97.903 --28.508,-97.94 --28.5,-97.978 --28.493,-98.015 --28.485,-98.052 --28.478,-98.089 --28.471,-98.126 --28.464,-98.163 --28.457,-98.2 --28.45,-98.236 --28.443,-98.273 --28.436,-98.309 --28.43,-98.345 --28.423,-98.381 --28.416,-98.417 --28.41,-98.452 --28.403,-98.488 --28.396,-98.523 --28.389,-98.558 --28.383,-98.593 --28.376,-98.627 --28.37,-98.662 --28.363,-98.696 --28.357,-98.73 --28.35,-98.764 --28.344,-98.797 --28.338,-98.831 --28.331,-98.864 --28.325,-98.897 --28.319,-98.93 --28.313,-98.963 --28.307,-98.995 --28.301,-99.028 --28.295,-99.06 --28.289,-99.092 --28.283,-99.124 --28.277,-99.156 --28.272,-99.187 --28.266,-99.219 --28.26,-99.25 --28.255,-99.281 --28.249,-99.312 --28.244,-99.343 --28.238,-99.374 --28.233,-99.404 --28.228,-99.435 --28.223,-99.465 --28.217,-99.495 --28.212,-99.525 --28.207,-99.555 --28.202,-99.585 --28.197,-99.614 --28.193,-99.644 --27.544,-98.071 --27.538,-98.099 --27.533,-98.126 --27.528,-98.153 --27.523,-98.179 --27.518,-98.206 --27.513,-98.233 --27.508,-98.259 --27.503,-98.285 --27.498,-98.311 --27.493,-98.336 --27.489,-98.362 --27.484,-98.387 --27.48,-98.413 --27.475,-98.438 --27.47,-98.463 --27.466,-98.487 --27.462,-98.512 --27.457,-98.536 --27.453,-98.56 --27.449,-98.584 --27.444,-98.608 --27.44,-98.632 --27.436,-98.656 --27.432,-98.679 --27.428,-98.702 --27.423,-98.725 --27.419,-98.748 --27.415,-98.771 --27.412,-98.793 --27.408,-98.816 --27.404,-98.838 --27.4,-98.86 --27.397,-98.882 --27.393,-98.904 --27.389,-98.926 --27.386,-98.947 --27.382,-98.968 --27.379,-98.99 --27.376,-99.011 --27.372,-99.032 --27.369,-99.052 --27.366,-99.073 --27.363,-99.093 --27.36,-99.114 --27.357,-99.134 --27.354,-99.154 --27.351,-99.174 --27.348,-99.194 --27.345,-99.213 --27.343,-99.233 --27.34,-99.252 --27.337,-99.271 --27.335,-99.29 --27.332,-99.309 --27.33,-99.327 --27.328,-99.346 --27.325,-99.364 --27.323,-99.382 --27.321,-99.4 --27.319,-99.418 --27.317,-99.435 --27.315,-99.453 --27.313,-99.47 --27.311,-99.487 --27.309,-99.504 --27.307,-99.521 --27.305,-99.537 --27.304,-99.554 --27.302,-99.57 --27.3,-99.586 --27.299,-99.602 --27.297,-99.617 --27.296,-99.633 --27.295,-99.648 --27.293,-99.663 --27.292,-99.678 --27.291,-99.693 --27.29,-99.707 --27.289,-99.722 --27.288,-99.736 --27.288,-99.75 --27.287,-99.764 --27.286,-99.777 --27.286,-99.791 --27.285,-99.804 --27.285,-99.817 --27.284,-99.83 --27.284,-99.843 --27.284,-99.856 --27.283,-99.868 --27.283,-99.881 --27.283,-99.893 --27.283,-99.905 --27.283,-99.917 --27.283,-99.929 --27.283,-99.94 --27.283,-99.952 --27.284,-99.963 --27.284,-99.974 --27.284,-99.985 --27.284,-99.996 --27.285,-100.01 --27.285,-100.02 --27.286,-100.03 --27.287,-100.04 --27.287,-100.05 --27.288,-100.06 --27.289,-100.07 --27.29,-100.08 --27.291,-100.09 --27.292,-100.1 --27.293,-100.1 --27.294,-100.11 --27.295,-100.12 --27.296,-100.13 --27.298,-100.14 --27.299,-100.15 --27.3,-100.15 --27.302,-100.16 --27.303,-100.17 --27.305,-100.18 --27.307,-100.18 --27.308,-100.19 --27.31,-100.2 --27.312,-100.21 --27.314,-100.21 --27.316,-100.22 --27.318,-100.23 --27.32,-100.23 --27.322,-100.24 --27.324,-100.24 --27.326,-100.25 --27.329,-100.26 --27.331,-100.26 --27.333,-100.27 --27.336,-100.27 --27.338,-100.28 --27.341,-100.28 --27.343,-100.29 --27.346,-100.29 --27.349,-100.29 --27.352,-100.3 --27.354,-100.3 --27.357,-100.31 --27.36,-100.31 --27.364,-100.31 --27.367,-100.32 --27.37,-100.32 --27.373,-100.32 --27.376,-100.33 --27.38,-100.33 --27.383,-100.33 --27.387,-100.33 --27.39,-100.34 --27.394,-100.34 --27.398,-100.34 --27.401,-100.34 --27.405,-100.34 --27.408,-100.35 --27.412,-100.35 --27.415,-100.35 --27.419,-100.35 --27.423,-100.35 --27.426,-100.36 --27.43,-100.36 --27.433,-100.36 --27.437,-100.36 --27.44,-100.37 --27.444,-100.37 --27.447,-100.37 --27.45,-100.37 --27.454,-100.38 --27.457,-100.38 --27.46,-100.38 --27.464,-100.38 --27.467,-100.39 --27.47,-100.39 --27.473,-100.39 --27.477,-100.4 --27.48,-100.4 --27.483,-100.4 --27.487,-100.4 --27.49,-100.41 --27.494,-100.41 --27.497,-100.41 --27.501,-100.42 --27.504,-100.42 --27.508,-100.42 --27.511,-100.42 --27.515,-100.43 --27.518,-100.43 --27.522,-100.43 --27.525,-100.44 --27.529,-100.44 --27.532,-100.44 --27.536,-100.44 --27.539,-100.45 --27.543,-100.45 --27.547,-100.45 --27.55,-100.46 --27.554,-100.46 --27.557,-100.46 --27.561,-100.46 --27.564,-100.47 --27.568,-100.47 --27.571,-100.47 --27.575,-100.48 --27.578,-100.48 --27.582,-100.48 --27.586,-100.48 --27.589,-100.49 --27.593,-100.49 --27.596,-100.49 --27.6,-100.5 --27.603,-100.5 --27.607,-100.5 --27.61,-100.5 --27.614,-100.51 --27.617,-100.51 --27.621,-100.51 --27.624,-100.52 --27.628,-100.52 --27.632,-100.52 --27.635,-100.52 --27.639,-100.53 --27.642,-100.53 --27.646,-100.53 --27.649,-100.54 --27.653,-100.54 --27.657,-100.54 --27.66,-100.54 --27.664,-100.55 --27.668,-100.55 --27.671,-100.55 --27.675,-100.55 --27.679,-100.56 --27.682,-100.56 --27.686,-100.56 --27.69,-100.57 --27.693,-100.57 --27.697,-100.57 --27.701,-100.57 --27.704,-100.58 --27.708,-100.58 --27.712,-100.58 --27.715,-100.59 --27.719,-100.59 --27.723,-100.59 --27.726,-100.59 --27.73,-100.6 --27.734,-100.6 --27.738,-100.6 --27.741,-100.61 --27.745,-100.61 --27.749,-100.61 --27.752,-100.61 --27.756,-100.62 --27.76,-100.62 --27.764,-100.62 --27.767,-100.63 --27.771,-100.63 --27.775,-100.63 --27.779,-100.63 --27.782,-100.64 --27.786,-100.64 --27.79,-100.64 --27.794,-100.64 --27.797,-100.65 --27.801,-100.65 --27.805,-100.65 --27.809,-100.66 --27.813,-100.66 --27.816,-100.66 --27.82,-100.66 --27.824,-100.67 --27.828,-100.67 --27.832,-100.67 --27.835,-100.68 --27.839,-100.68 --27.843,-100.68 --27.847,-100.68 --27.851,-100.69 --27.855,-100.69 --27.858,-100.69 --27.862,-100.7 --27.866,-100.7 --27.87,-100.7 --27.874,-100.7 --27.877,-100.71 --27.881,-100.71 --27.885,-100.71 --27.889,-100.71 --27.893,-100.72 --27.897,-100.72 --27.9,-100.72 --27.904,-100.73 --27.908,-100.73 --27.912,-100.73 --27.916,-100.73 --27.92,-100.74 --27.924,-100.74 --27.928,-100.74 --27.931,-100.75 --27.935,-100.75 --27.939,-100.75 --27.943,-100.75 --27.947,-100.76 --27.951,-100.76 --27.955,-100.76 --27.959,-100.76 --27.963,-100.77 --27.967,-100.77 --27.971,-100.77 --27.974,-100.78 --27.978,-100.78 --27.982,-100.78 --27.986,-100.78 --27.99,-100.79 --27.994,-100.79 --27.998,-100.79 --28.002,-100.8 --28.006,-100.8 --28.01,-100.8 --28.014,-100.8 --28.018,-100.81 --28.022,-100.81 --28.026,-100.81 --28.03,-100.81 --28.034,-100.82 --28.038,-100.82 --28.042,-100.82 --28.046,-100.83 --28.05,-100.83 --28.054,-100.83 --28.058,-100.83 --28.062,-100.84 --28.066,-100.84 --28.07,-100.84 --28.074,-100.85 --28.078,-100.85 --28.082,-100.85 --28.086,-100.85 --28.09,-100.86 --28.094,-100.86 --28.098,-100.86 --28.102,-100.86 --28.106,-100.87 --28.11,-100.87 --28.114,-100.87 --28.118,-100.88 --28.122,-100.88 --28.126,-100.88 --28.13,-100.88 --28.135,-100.89 --28.139,-100.89 --28.143,-100.89 --28.147,-100.89 --28.151,-100.9 --28.155,-100.9 --28.159,-100.9 --28.163,-100.91 --28.167,-100.91 --28.171,-100.91 --28.175,-100.91 --28.18,-100.92 --28.184,-100.92 --28.188,-100.92 --28.192,-100.93 --28.196,-100.93 --28.2,-100.93 --28.204,-100.93 --28.209,-100.94 --28.213,-100.94 --28.217,-100.94 --28.221,-100.94 --28.225,-100.95 --28.229,-100.95 --28.234,-100.95 --28.238,-100.96 --28.242,-100.96 --28.246,-100.96 --28.25,-100.96 --28.254,-100.97 --28.259,-100.97 --28.263,-100.97 --28.267,-100.97 --28.271,-100.98 --28.276,-100.98 --28.28,-100.98 --28.284,-100.99 --28.288,-100.99 --28.292,-100.99 --28.297,-100.99 --28.301,-101 --28.305,-101 --28.309,-101 --28.314,-101 --28.318,-101.01 --28.322,-101.01 --27.224,-99.468 --27.227,-99.469 --27.23,-99.47 --27.234,-99.471 --27.237,-99.472 --27.24,-99.473 --27.243,-99.474 --27.246,-99.476 --27.249,-99.477 --27.253,-99.478 --27.256,-99.479 --27.259,-99.48 --27.262,-99.481 --27.265,-99.482 --27.269,-99.483 --27.272,-99.484 --27.275,-99.485 --27.278,-99.486 --27.281,-99.487 --27.285,-99.488 --27.288,-99.489 --27.291,-99.49 --27.294,-99.491 --27.298,-99.493 --27.301,-99.494 --27.304,-99.495 --27.307,-99.496 --27.311,-99.497 --27.314,-99.498 --27.317,-99.499 --27.32,-99.5 --27.324,-99.501 --27.327,-99.502 --27.33,-99.503 --27.333,-99.504 --27.337,-99.505 --27.34,-99.506 --27.343,-99.507 --27.347,-99.508 --27.35,-99.509 --27.353,-99.51 --27.356,-99.511 --27.36,-99.512 --27.363,-99.513 --27.366,-99.514 --27.37,-99.515 --27.373,-99.516 --27.376,-99.517 --27.38,-99.518 --27.383,-99.519 --27.386,-99.52 --27.389,-99.521 --27.393,-99.522 --27.396,-99.523 --27.399,-99.524 --27.403,-99.525 --27.406,-99.526 --27.41,-99.527 --27.413,-99.528 --27.416,-99.529 --27.42,-99.53 --27.423,-99.531 --27.426,-99.532 --27.43,-99.533 --27.433,-99.534 --27.436,-99.535 --27.44,-99.536 --27.443,-99.537 --27.447,-99.538 --27.45,-99.539 --27.453,-99.539 --27.457,-99.54 --27.46,-99.541 --27.463,-99.542 --27.467,-99.543 --27.47,-99.544 --27.474,-99.545 --27.477,-99.546 --27.48,-99.547 --27.484,-99.548 --27.487,-99.549 --27.49,-99.55 --27.494,-99.551 --27.497,-99.552 --27.501,-99.552 --27.504,-99.553 --27.508,-99.554 --27.511,-99.555 --27.514,-99.556 --27.518,-99.557 --27.521,-99.558 --27.525,-99.559 --27.528,-99.56 --27.532,-99.561 --27.535,-99.562 --27.539,-99.563 --27.542,-99.563 --27.546,-99.564 --27.549,-99.565 --27.553,-99.566 --27.556,-99.567 --27.56,-99.568 --27.563,-99.569 --27.567,-99.57 --27.57,-99.571 --27.573,-99.572 --27.577,-99.572 --27.58,-99.573 --27.584,-99.574 --27.587,-99.575 --27.591,-99.576 --27.594,-99.577 --27.598,-99.578 --27.601,-99.579 --27.605,-99.579 --27.608,-99.58 --27.612,-99.581 --27.615,-99.582 --27.619,-99.583 --27.622,-99.584 --27.626,-99.584 --27.629,-99.585 --27.633,-99.586 --27.637,-99.587 --27.64,-99.588 --27.644,-99.589 --27.647,-99.589 --27.651,-99.59 --27.654,-99.591 --27.658,-99.592 --27.661,-99.593 --27.665,-99.594 --27.668,-99.595 --27.672,-99.595 --27.676,-99.596 --27.679,-99.597 --27.683,-99.598 --27.686,-99.599 --27.69,-99.599 --27.694,-99.6 --27.697,-99.601 --27.701,-99.602 --27.704,-99.603 --27.708,-99.604 --27.712,-99.604 --27.715,-99.605 --27.719,-99.606 --27.722,-99.607 --27.726,-99.607 --27.73,-99.608 --27.733,-99.609 --27.737,-99.61 --27.741,-99.611 --27.744,-99.611 --27.748,-99.612 --27.752,-99.613 --27.755,-99.614 --27.759,-99.614 --27.762,-99.615 --27.766,-99.616 --27.77,-99.617 --27.773,-99.617 --27.777,-99.618 --27.781,-99.619 --27.784,-99.62 --27.788,-99.62 --27.792,-99.621 --27.795,-99.622 --27.799,-99.623 --27.803,-99.623 --27.806,-99.624 --27.81,-99.625 --27.814,-99.626 --27.818,-99.626 --27.821,-99.627 --27.825,-99.628 --27.829,-99.628 --27.832,-99.629 --27.836,-99.63 --27.84,-99.631 --27.844,-99.631 --27.847,-99.632 --27.851,-99.633 --27.855,-99.633 --27.859,-99.634 --27.862,-99.635 --27.866,-99.636 --27.87,-99.636 --27.874,-99.637 --27.877,-99.638 --27.881,-99.638 --27.885,-99.639 --27.889,-99.64 --27.893,-99.641 --27.896,-99.641 --27.9,-99.642 --27.904,-99.643 --27.908,-99.643 --27.911,-99.644 --27.915,-99.645 --27.919,-99.645 --27.923,-99.646 --27.927,-99.647 --27.931,-99.647 --27.934,-99.648 --27.938,-99.649 --27.942,-99.649 --27.946,-99.65 --27.95,-99.651 --27.954,-99.651 --27.958,-99.652 --27.962,-99.653 --27.965,-99.653 --27.969,-99.654 --27.973,-99.655 --27.977,-99.655 --27.981,-99.656 --27.985,-99.656 --27.989,-99.657 --27.993,-99.658 --27.996,-99.658 --28,-99.659 --28.004,-99.66 --28.008,-99.66 --28.012,-99.661 --28.016,-99.661 --28.02,-99.662 --28.024,-99.663 --28.028,-99.663 --28.032,-99.664 --28.036,-99.664 --28.04,-99.665 --28.044,-99.666 --28.048,-99.666 --28.052,-99.667 --28.055,-99.667 --28.059,-99.668 --28.063,-99.668 --28.067,-99.669 --28.071,-99.67 diff --git a/paper/data/exp_cartracePsat.csv b/paper/data/exp_cartracePsat.csv deleted file mode 100644 index b7538a168fb68830bc82d80eef163532bccdcdf5..0000000000000000000000000000000000000000 --- a/paper/data/exp_cartracePsat.csv +++ /dev/null @@ -1,29849 +0,0 @@ -0,0 --1.9152e-06,1.1292e-05 --1.4341e-05,2.3023e-05 --3.1707e-05,1.7606e-05 --3.6409e-05,1.7349e-05 --3.4147e-05,2.7323e-05 --3.7991e-05,2.251e-05 --4.1912e-05,8.9137e-06 --3.93e-05,1.5012e-05 --4.1743e-05,2.6959e-05 --5.1417e-05,1.8216e-05 --5.3359e-05,7.6141e-06 --4.8299e-05,1.3519e-05 --4.8513e-05,1.5314e-05 --5.1824e-05,5.6552e-06 --5.1577e-05,7.6712e-06 --5.669e-05,1.5453e-05 --6.8109e-05,6.1909e-06 --7.092e-05,-5.3058e-06 --6.4723e-05,2.0125e-07 --6.508e-05,1.9729e-06 --7.1672e-05,-1.2599e-05 --7.1332e-05,-1.5385e-05 --6.8456e-05,-3.3021e-06 --7.1372e-05,-5.8411e-06 --7.2395e-05,-1.8177e-05 --6.6617e-05,-1.3722e-05 --6.5022e-05,-6.1369e-06 --6.7813e-05,-1.526e-05 --6.1199e-05,-1.9399e-05 --4.8156e-05,-8.8417e-06 --3.8822e-05,-8.1432e-06 --2.589e-05,-1.8887e-05 --2.8397e-06,-1.5385e-05 -1.7273e-05,-6.5227e-06 -2.9788e-05,-1.4602e-05 -4.8494e-05,-2.156e-05 -7.4124e-05,-1.017e-05 -9.4621e-05,-3.5478e-06 -0.00011261,-1.494e-05 -0.0001381,-1.7953e-05 -0.00016326,-8.6058e-06 -0.00018153,-1.0737e-05 -0.00020414,-1.6222e-05 -0.00023349,-5.0831e-06 -0.00025655,3.5173e-06 -0.00027703,-3.8369e-06 -0.00030951,2.3702e-08 -0.0003453,1.7267e-05 -0.00037202,1.9059e-05 -0.00040012,1.1814e-05 -0.00043906,2.1956e-05 -0.00047781,3.4289e-05 -0.00051335,2.8078e-05 -0.00055878,2.5082e-05 -0.00061157,3.6297e-05 -0.00066036,3.9246e-05 -0.00071201,3.4791e-05 -0.0007746,4.8735e-05 -0.00083529,6.8761e-05 -0.00089073,7.0898e-05 -0.00095764,7.5772e-05 -0.0010343,9.5799e-05 -0.0011035,0.00010442 -0.0011703,0.00010118 -0.0012481,0.00011823 -0.0013246,0.00014505 -0.0013911,0.00015097 -0.001463,0.00015376 -0.0015455,0.00017308 -0.0016241,0.00018687 -0.0016993,0.00018753 -0.0017831,0.00020046 -0.0018662,0.00022104 -0.0019423,0.00022501 -0.0020273,0.0002281 -0.0021252,0.00024966 -0.0022189,0.00026592 -0.0023084,0.0002632 -0.0024108,0.00027161 -0.0025219,0.00029375 -0.0026305,0.00030005 -0.0027439,0.00029994 -0.002867,0.00031771 -0.0029875,0.00033545 -0.0031048,0.00033791 -0.0032342,0.00035111 -0.0033727,0.00037861 -0.0035098,0.00039446 -0.0036542,0.00040376 -0.0038116,0.00042931 -0.0039665,0.00045677 -0.0041148,0.00046812 -0.0042719,0.0004868 -0.0044379,0.00052261 -0.0045988,0.00054704 -0.0047589,0.00055604 -0.0049298,0.00057784 -0.0051011,0.00060422 -0.0052667,0.0006132 -0.0054401,0.00062566 -0.0056204,0.00065372 -0.0057938,0.00067093 -0.0059673,0.00067325 -0.0061554,0.00068756 -0.0063474,0.00070622 -0.0065344,0.00070517 -0.0067276,0.00070226 -0.0069299,0.00071716 -0.0071279,0.00072593 -0.0073238,0.00071435 -0.055784,-0.21779 -0.056102,-0.21826 -0.056415,-0.21874 -0.056735,-0.21922 -0.057063,-0.21967 -0.057387,-0.22014 -0.057711,-0.22061 -0.05805,-0.22108 -0.058398,-0.22153 -0.05874,-0.222 -0.059087,-0.22248 -0.059448,-0.22293 -0.059811,-0.22338 -0.060171,-0.22385 -0.060544,-0.22431 -0.060928,-0.22476 -0.061308,-0.22522 -0.061693,-0.22569 -0.062089,-0.22614 -0.062483,-0.2266 -0.062873,-0.22707 -0.063275,-0.22754 -0.063688,-0.22799 -0.064093,-0.22846 -0.064498,-0.22895 -0.064919,-0.22942 -0.065342,-0.22988 -0.065761,-0.23037 -0.066189,-0.23085 -0.066627,-0.23132 -0.067059,-0.23179 -0.067492,-0.23228 -0.067939,-0.23275 -0.068388,-0.23322 -0.068834,-0.2337 -0.069292,-0.23418 -0.069763,-0.23464 -0.070231,-0.23511 -0.070699,-0.2356 -0.071186,-0.23606 -0.07168,-0.23652 -0.07217,-0.23699 -0.072668,-0.23747 -0.073178,-0.23792 -0.073687,-0.23838 -0.074197,-0.23885 -0.074722,-0.23931 -0.075251,-0.23977 -0.075775,-0.24024 -0.07631,-0.2407 -0.07686,-0.24115 -0.077405,-0.2416 -0.077947,-0.24208 -0.078503,-0.24254 -0.079067,-0.24298 -0.079626,-0.24345 -0.080191,-0.24391 -0.080767,-0.24436 -0.081341,-0.24482 -0.081913,-0.24528 -0.082498,-0.24574 -0.083092,-0.24619 -0.083683,-0.24665 -0.084279,-0.24712 -0.084887,-0.24757 -0.085495,-0.24803 -0.0861,-0.24851 -0.086717,-0.24897 -0.087344,-0.24942 -0.087969,-0.24988 -0.088597,-0.25036 -0.08924,-0.25082 -0.089887,-0.25128 -0.090533,-0.25175 -0.09119,-0.25221 -0.091857,-0.25266 -0.092523,-0.25312 -0.093197,-0.25359 -0.09389,-0.25404 -0.094587,-0.25449 -0.09528,-0.25495 -0.09598,-0.25541 -0.096694,-0.25585 -0.097406,-0.2563 -0.09812,-0.25677 -0.098847,-0.25723 -0.099582,-0.25767 -0.10031,-0.25814 -0.10106,-0.2586 -0.10181,-0.25905 -0.10256,-0.25949 -0.10331,-0.25995 -0.10408,-0.26041 -0.10485,-0.26086 -0.10562,-0.26132 -0.10639,-0.26179 -0.10718,-0.26224 -0.10796,-0.26268 -0.10875,-0.26315 -0.10955,-0.26361 -0.012499,-0.42505 -0.012487,-0.42688 -0.01248,-0.42871 -0.012485,-0.43053 -0.012489,-0.43234 -0.01249,-0.43416 -0.012504,-0.43599 -0.012535,-0.43779 -0.012567,-0.4396 -0.012601,-0.44142 -0.012645,-0.44324 -0.012695,-0.44504 -0.012746,-0.44685 -0.012807,-0.44868 -0.012884,-0.45049 -0.012967,-0.45229 -0.013053,-0.45411 -0.013151,-0.45593 -0.013259,-0.45773 -0.013366,-0.45953 -0.013482,-0.46135 -0.013613,-0.46316 -0.013748,-0.46497 -0.013881,-0.46679 -0.014025,-0.46861 -0.01418,-0.47041 -0.014334,-0.47222 -0.01449,-0.47404 -0.014659,-0.47586 -0.014836,-0.47766 -0.015014,-0.47948 -0.015202,-0.4813 -0.015401,-0.4831 -0.015597,-0.4849 -0.015793,-0.48672 -0.016007,-0.48853 -0.016235,-0.49033 -0.016463,-0.49214 -0.016699,-0.49397 -0.016947,-0.49577 -0.017198,-0.49757 -0.017451,-0.49938 -0.017719,-0.5012 -0.018002,-0.503 -0.018288,-0.50481 -0.018581,-0.50663 -0.018889,-0.50844 -0.019201,-0.51023 -0.019513,-0.51204 -0.01984,-0.51385 -0.020183,-0.51565 -0.020528,-0.51745 -0.020876,-0.51927 -0.021238,-0.52108 -0.021608,-0.52287 -0.021977,-0.52468 -0.022354,-0.5265 -0.022744,-0.5283 -0.023139,-0.53011 -0.023537,-0.53193 -0.023949,-0.53375 -0.024369,-0.53555 -0.024788,-0.53736 -0.025214,-0.53918 -0.025657,-0.54099 -0.026107,-0.54278 -0.026556,-0.5446 -0.027015,-0.54641 -0.027486,-0.54821 -0.027962,-0.55001 -0.028445,-0.55183 -0.028942,-0.55365 -0.029448,-0.55545 -0.029959,-0.55726 -0.030481,-0.55908 -0.031018,-0.56089 -0.031564,-0.5627 -0.032118,-0.56451 -0.032686,-0.56634 -0.033266,-0.56815 -0.033852,-0.56995 -0.034447,-0.57177 -0.035054,-0.57359 -0.035674,-0.57539 -0.036303,-0.57719 -0.03694,-0.57901 -0.037584,-0.58082 -0.038236,-0.58262 -0.0389,-0.58442 -0.039573,-0.58624 -0.040253,-0.58805 -0.040943,-0.58985 -0.041646,-0.59168 -0.04236,-0.5935 -0.043082,-0.59532 -0.043811,-0.59713 -0.044548,-0.59897 -0.045292,-0.6008 -0.046046,-0.60262 -0.046811,-0.60445 -0.0098137,-0.56717 -0.010375,-0.56878 -0.01094,-0.57038 -0.011514,-0.57198 -0.012101,-0.57358 -0.012699,-0.57517 -0.013306,-0.57676 -0.013929,-0.57836 -0.01457,-0.57994 -0.015219,-0.58151 -0.015874,-0.58309 -0.016546,-0.58468 -0.017237,-0.58625 -0.017935,-0.58784 -0.018644,-0.58945 -0.01937,-0.59104 -0.020105,-0.59264 -0.020847,-0.59425 -0.021607,-0.59586 -0.022383,-0.59746 -0.023164,-0.59906 -0.023955,-0.60068 -0.024765,-0.60228 -0.025585,-0.60388 -0.026402,-0.60549 -0.02723,-0.6071 -0.028071,-0.60869 -0.028911,-0.61028 -0.029754,-0.61189 -0.030613,-0.6135 -0.031482,-0.61509 -0.032352,-0.6167 -0.033237,-0.61832 -0.034141,-0.61991 -0.035049,-0.62151 -0.035963,-0.62313 -0.036902,-0.62473 -0.037858,-0.62633 -0.038818,-0.62794 -0.039793,-0.62956 -0.040788,-0.63116 -0.041787,-0.63276 -0.042789,-0.63438 -0.043812,-0.636 -0.044854,-0.63761 -0.045902,-0.63923 -0.046965,-0.64086 -0.048046,-0.64246 -0.049129,-0.64406 -0.050217,-0.64568 -0.051329,-0.64728 -0.052457,-0.64887 -0.053587,-0.65048 -0.054727,-0.65209 -0.055884,-0.65368 -0.057046,-0.65527 -0.05821,-0.65688 -0.05939,-0.65848 -0.060586,-0.66008 -0.061787,-0.66169 -0.063,-0.66331 -0.064231,-0.66491 -0.06547,-0.66651 -0.066714,-0.66813 -0.067982,-0.66975 -0.069268,-0.67135 -0.070559,-0.67298 -0.071865,-0.67461 -0.073194,-0.67621 -0.074533,-0.67782 -0.075878,-0.67945 -0.077242,-0.68107 -0.078625,-0.68268 -0.080013,-0.6843 -0.08141,-0.68593 -0.082826,-0.68754 -0.084248,-0.68915 -0.085675,-0.69077 -0.087121,-0.69238 -0.088587,-0.69398 -0.090059,-0.69559 -0.091541,-0.69722 -0.093044,-0.69882 -0.094559,-0.70042 -0.09608,-0.70204 -0.097618,-0.70366 -0.099176,-0.70527 -0.10074,-0.70689 -0.10232,-0.70852 -0.10391,-0.71014 -0.10552,-0.71175 -0.10713,-0.71338 -0.10876,-0.71502 -0.11041,-0.71664 -0.11208,-0.71827 -0.11375,-0.71991 -0.11544,-0.72154 -0.11714,-0.72317 -0.11886,-0.7248 -0.12058,-0.72644 -0.038443,-0.76356 -0.039837,-0.76534 -0.04124,-0.76714 -0.04266,-0.76892 -0.044094,-0.77069 -0.045534,-0.77248 -0.046988,-0.77427 -0.048465,-0.77604 -0.049953,-0.77782 -0.051446,-0.77961 -0.052957,-0.7814 -0.054487,-0.78318 -0.056025,-0.78496 -0.057575,-0.78676 -0.059147,-0.78855 -0.060732,-0.79033 -0.062326,-0.79213 -0.063937,-0.79392 -0.065566,-0.7957 -0.067201,-0.79749 -0.068847,-0.79929 -0.070517,-0.80108 -0.072202,-0.80285 -0.073892,-0.80464 -0.075595,-0.80644 -0.077318,-0.80822 -0.079049,-0.80999 -0.080789,-0.81179 -0.082551,-0.81358 -0.084331,-0.81537 -0.086122,-0.81716 -0.087929,-0.81896 -0.089758,-0.82074 -0.091595,-0.82252 -0.093441,-0.82431 -0.09531,-0.8261 -0.097198,-0.82787 -0.099094,-0.82965 -0.101,-0.83145 -0.10293,-0.83323 -0.10486,-0.835 -0.10681,-0.83678 -0.10877,-0.83857 -0.11075,-0.84035 -0.11275,-0.84212 -0.11476,-0.84391 -0.11679,-0.84569 -0.11884,-0.84745 -0.12089,-0.84922 -0.12295,-0.85099 -0.12505,-0.85276 -0.12715,-0.85452 -0.12927,-0.85629 -0.1314,-0.85806 -0.13355,-0.85982 -0.13571,-0.86157 -0.13788,-0.86335 -0.14008,-0.86511 -0.1423,-0.86687 -0.14452,-0.86863 -0.14676,-0.8704 -0.14902,-0.87215 -0.15129,-0.8739 -0.15358,-0.87567 -0.15588,-0.87743 -0.15821,-0.87917 -0.16054,-0.88092 -0.16289,-0.88269 -0.16526,-0.88444 -0.16764,-0.88619 -0.17003,-0.88795 -0.17244,-0.88971 -0.17487,-0.89146 -0.17731,-0.89321 -0.17977,-0.89496 -0.18225,-0.89671 -0.18475,-0.89844 -0.18725,-0.90019 -0.18978,-0.90194 -0.19233,-0.90367 -0.19489,-0.90541 -0.19746,-0.90716 -0.20006,-0.9089 -0.20267,-0.91062 -0.2053,-0.91235 -0.20794,-0.9141 -0.21061,-0.91582 -0.21329,-0.91755 -0.216,-0.91928 -0.21872,-0.92101 -0.22147,-0.92272 -0.22422,-0.92444 -0.22698,-0.92617 -0.22978,-0.92788 -0.23259,-0.92959 -0.23541,-0.93131 -0.23825,-0.93304 -0.24111,-0.93474 -0.24399,-0.93644 -0.24688,-0.93815 -0.099354,-0.84338 -0.10175,-0.84473 -0.10415,-0.84609 -0.10658,-0.84745 -0.10903,-0.8488 -0.11149,-0.85014 -0.11396,-0.8515 -0.11646,-0.85284 -0.11898,-0.85418 -0.12151,-0.85551 -0.12405,-0.85686 -0.12661,-0.8582 -0.1292,-0.85952 -0.1318,-0.86086 -0.13442,-0.8622 -0.13706,-0.86353 -0.13971,-0.86485 -0.14237,-0.86619 -0.14506,-0.86752 -0.14777,-0.86883 -0.15049,-0.87016 -0.15323,-0.87149 -0.15599,-0.8728 -0.15877,-0.87411 -0.16155,-0.87544 -0.16437,-0.87677 -0.1672,-0.87808 -0.17004,-0.87939 -0.17291,-0.88072 -0.1758,-0.88203 -0.1787,-0.88333 -0.18162,-0.88465 -0.18456,-0.88596 -0.18753,-0.88725 -0.1905,-0.88854 -0.1935,-0.88985 -0.19652,-0.89115 -0.19956,-0.89244 -0.20261,-0.89373 -0.20568,-0.89503 -0.20878,-0.89632 -0.21189,-0.8976 -0.21502,-0.89889 -0.21817,-0.90019 -0.22134,-0.90148 -0.22452,-0.90276 -0.22772,-0.90406 -0.23094,-0.90534 -0.23418,-0.90662 -0.23743,-0.90791 -0.24071,-0.9092 -0.24401,-0.91048 -0.24732,-0.91175 -0.25065,-0.91304 -0.254,-0.91432 -0.25737,-0.91559 -0.26075,-0.91686 -0.26415,-0.91815 -0.26757,-0.91942 -0.27102,-0.92069 -0.27448,-0.92197 -0.27796,-0.92325 -0.28147,-0.92451 -0.28499,-0.92577 -0.28852,-0.92705 -0.29209,-0.92832 -0.29567,-0.92957 -0.29927,-0.93084 -0.30289,-0.93211 -0.30654,-0.93336 -0.31019,-0.9346 -0.31387,-0.93586 -0.31757,-0.93713 -0.32129,-0.93838 -0.32503,-0.93963 -0.32879,-0.94089 -0.33257,-0.94214 -0.33637,-0.94338 -0.34018,-0.94463 -0.34402,-0.94588 -0.34788,-0.94712 -0.35176,-0.94837 -0.35566,-0.94962 -0.35958,-0.95087 -0.36352,-0.9521 -0.36746,-0.95334 -0.37143,-0.95458 -0.37542,-0.95582 -0.37943,-0.95706 -0.38346,-0.95831 -0.38751,-0.95955 -0.39157,-0.96078 -0.39565,-0.96201 -0.39976,-0.96325 -0.40389,-0.96449 -0.40804,-0.96571 -0.41222,-0.96695 -0.41641,-0.9682 -0.42063,-0.96942 -0.42486,-0.97064 -0.19451,-0.86651 -0.19801,-0.86739 -0.20154,-0.86825 -0.20508,-0.86912 -0.20864,-0.86999 -0.21223,-0.87085 -0.21583,-0.8717 -0.21945,-0.87257 -0.2231,-0.87343 -0.22677,-0.87427 -0.23046,-0.87512 -0.23416,-0.87598 -0.23789,-0.87683 -0.24165,-0.87766 -0.24541,-0.87851 -0.2492,-0.87936 -0.25302,-0.8802 -0.25685,-0.88104 -0.26071,-0.8819 -0.26459,-0.88274 -0.26848,-0.88357 -0.27239,-0.88441 -0.27632,-0.88526 -0.28029,-0.88609 -0.28427,-0.88691 -0.28827,-0.88776 -0.29229,-0.88859 -0.29634,-0.88941 -0.3004,-0.89022 -0.30448,-0.89105 -0.30858,-0.89187 -0.31272,-0.89268 -0.31687,-0.89351 -0.32105,-0.89433 -0.32524,-0.89513 -0.32946,-0.89593 -0.33369,-0.89675 -0.33795,-0.89756 -0.34224,-0.89835 -0.34655,-0.89916 -0.35088,-0.89997 -0.35523,-0.90076 -0.3596,-0.90155 -0.36399,-0.90235 -0.36841,-0.90315 -0.37286,-0.90394 -0.37732,-0.90473 -0.3818,-0.90553 -0.38631,-0.90632 -0.39085,-0.90709 -0.39539,-0.90788 -0.39997,-0.90867 -0.40458,-0.90944 -0.40921,-0.91021 -0.41385,-0.911 -0.41852,-0.91177 -0.42322,-0.91253 -0.42792,-0.9133 -0.43266,-0.91408 -0.43742,-0.91484 -0.4422,-0.9156 -0.447,-0.91638 -0.45183,-0.91715 -0.45668,-0.9179 -0.46155,-0.91866 -0.46644,-0.91943 -0.47136,-0.92018 -0.47631,-0.92093 -0.48128,-0.9217 -0.48627,-0.92245 -0.49129,-0.92319 -0.49632,-0.92393 -0.50138,-0.92468 -0.50646,-0.92542 -0.51157,-0.92614 -0.5167,-0.92688 -0.52185,-0.92761 -0.52703,-0.92833 -0.53222,-0.92904 -0.53744,-0.92976 -0.54268,-0.93047 -0.54796,-0.93117 -0.55325,-0.93188 -0.55856,-0.9326 -0.5639,-0.93331 -0.56927,-0.934 -0.57464,-0.93471 -0.58005,-0.93541 -0.58549,-0.9361 -0.59094,-0.93679 -0.59642,-0.93749 -0.60193,-0.93818 -0.60747,-0.93887 -0.61302,-0.93956 -0.61861,-0.94026 -0.62422,-0.94094 -0.62985,-0.94162 -0.63551,-0.94232 -0.64119,-0.943 -0.6469,-0.94367 -0.31538,-0.8005 -0.32001,-0.80069 -0.32467,-0.80087 -0.32935,-0.80105 -0.33405,-0.80124 -0.33878,-0.80142 -0.34354,-0.80158 -0.3483,-0.80174 -0.3531,-0.80192 -0.35792,-0.80207 -0.36276,-0.80223 -0.36762,-0.8024 -0.37251,-0.80256 -0.37743,-0.8027 -0.38236,-0.80285 -0.38731,-0.80301 -0.3923,-0.80316 -0.39731,-0.8033 -0.40234,-0.80345 -0.4074,-0.8036 -0.41249,-0.80373 -0.41759,-0.80385 -0.42272,-0.80399 -0.42787,-0.80412 -0.43306,-0.80423 -0.43826,-0.80436 -0.44349,-0.80449 -0.44874,-0.8046 -0.45402,-0.80471 -0.45931,-0.80483 -0.46464,-0.80495 -0.46999,-0.80505 -0.47536,-0.80515 -0.48075,-0.80527 -0.48618,-0.80536 -0.49162,-0.80545 -0.49709,-0.80556 -0.50258,-0.80566 -0.50811,-0.80574 -0.51366,-0.80582 -0.51923,-0.80592 -0.52483,-0.806 -0.53045,-0.80606 -0.53609,-0.80614 -0.54176,-0.80622 -0.54746,-0.80628 -0.55318,-0.80635 -0.55893,-0.80642 -0.56471,-0.80649 -0.57051,-0.80654 -0.57634,-0.80661 -0.58219,-0.80667 -0.58808,-0.80672 -0.59399,-0.80677 -0.59992,-0.80683 -0.60588,-0.80688 -0.61187,-0.80691 -0.61788,-0.80696 -0.62391,-0.80701 -0.62998,-0.80705 -0.63607,-0.80708 -0.64218,-0.80712 -0.64833,-0.80716 -0.65451,-0.80718 -0.66071,-0.8072 -0.66693,-0.80723 -0.67318,-0.80725 -0.67947,-0.80726 -0.68577,-0.80729 -0.6921,-0.80732 -0.69847,-0.80732 -0.70485,-0.80733 -0.71126,-0.80735 -0.7177,-0.80735 -0.72417,-0.80735 -0.73066,-0.80736 -0.73718,-0.80737 -0.74374,-0.80736 -0.7503,-0.80735 -0.7569,-0.80735 -0.76353,-0.80734 -0.77019,-0.80732 -0.77687,-0.80731 -0.78357,-0.80731 -0.79031,-0.80728 -0.79706,-0.80725 -0.80383,-0.80724 -0.81064,-0.80722 -0.81748,-0.80718 -0.82434,-0.80716 -0.83123,-0.80714 -0.83815,-0.80709 -0.84509,-0.80705 -0.85206,-0.80703 -0.85907,-0.80699 -0.8661,-0.80694 -0.87315,-0.8069 -0.88023,-0.80687 -0.88735,-0.80681 -0.89448,-0.80674 -0.47411,-0.67804 -0.47983,-0.67752 -0.48557,-0.67698 -0.49133,-0.67646 -0.49712,-0.67593 -0.50294,-0.67538 -0.50878,-0.67482 -0.51463,-0.67428 -0.52052,-0.67372 -0.52644,-0.67315 -0.53238,-0.6726 -0.53834,-0.67205 -0.54433,-0.67147 -0.55034,-0.67089 -0.55636,-0.67033 -0.56242,-0.66976 -0.56851,-0.66917 -0.57461,-0.6686 -0.58075,-0.66803 -0.58691,-0.66744 -0.5931,-0.66684 -0.5993,-0.66626 -0.60554,-0.66567 -0.61181,-0.66506 -0.6181,-0.66446 -0.62441,-0.66386 -0.63075,-0.66324 -0.63712,-0.66262 -0.6435,-0.662 -0.64992,-0.66139 -0.65636,-0.66075 -0.66283,-0.66012 -0.66932,-0.6595 -0.67584,-0.65886 -0.68239,-0.65821 -0.68896,-0.65757 -0.69556,-0.65692 -0.70219,-0.65626 -0.70885,-0.6556 -0.71552,-0.65496 -0.72223,-0.6543 -0.72897,-0.65363 -0.73573,-0.65296 -0.74251,-0.65231 -0.74933,-0.65164 -0.75618,-0.65096 -0.76304,-0.6503 -0.76994,-0.64963 -0.77686,-0.64894 -0.7838,-0.64825 -0.79076,-0.64758 -0.79777,-0.64688 -0.8048,-0.64619 -0.81185,-0.6455 -0.81893,-0.64481 -0.82604,-0.6441 -0.83317,-0.64339 -0.84032,-0.64269 -0.84751,-0.64198 -0.85473,-0.64126 -0.86197,-0.64056 -0.86925,-0.63985 -0.87655,-0.63911 -0.88388,-0.63839 -0.89123,-0.63767 -0.89862,-0.63693 -0.90603,-0.63618 -0.91346,-0.63545 -0.92093,-0.63471 -0.92842,-0.63395 -0.93594,-0.63319 -0.94348,-0.63245 -0.95106,-0.63169 -0.95866,-0.63091 -0.96628,-0.63014 -0.97394,-0.62938 -0.98163,-0.62859 -0.98934,-0.62781 -0.99707,-0.62704 -1.0048,-0.62626 -1.0126,-0.62545 -1.0205,-0.62466 -1.0283,-0.62388 -1.0362,-0.62307 -1.0441,-0.62226 -1.052,-0.62146 -1.06,-0.62066 -1.068,-0.61983 -1.076,-0.61901 -1.084,-0.6182 -1.0921,-0.61736 -1.1002,-0.61652 -1.1083,-0.61569 -1.1165,-0.61485 -1.1247,-0.61399 -1.1329,-0.61313 -1.1411,-0.61229 -1.1494,-0.61143 -1.1577,-0.61056 -1.166,-0.6097 -0.6378,-0.5236 -0.6443,-0.52241 -0.65082,-0.52121 -0.65736,-0.52002 -0.66393,-0.51882 -0.67053,-0.5176 -0.67714,-0.51639 -0.68378,-0.51519 -0.69045,-0.51396 -0.69715,-0.51273 -0.70386,-0.51151 -0.71061,-0.51027 -0.71738,-0.50902 -0.72416,-0.50777 -0.73098,-0.50653 -0.73782,-0.50528 -0.74469,-0.50402 -0.75158,-0.50278 -0.7585,-0.50152 -0.76545,-0.50025 -0.77241,-0.49897 -0.77939,-0.49771 -0.78641,-0.49643 -0.79345,-0.49514 -0.80052,-0.49386 -0.80761,-0.49259 -0.81473,-0.49129 -0.82187,-0.48998 -0.82903,-0.48869 -0.83622,-0.4874 -0.84344,-0.48609 -0.85068,-0.48479 -0.85795,-0.48349 -0.86525,-0.48218 -0.87257,-0.48086 -0.87991,-0.47955 -0.88728,-0.47823 -0.89468,-0.47689 -0.9021,-0.47556 -0.90954,-0.47424 -0.91701,-0.47289 -0.92451,-0.47153 -0.93203,-0.47019 -0.93958,-0.46884 -0.94716,-0.46747 -0.95476,-0.4661 -0.96239,-0.46474 -0.97005,-0.46336 -0.97773,-0.46197 -0.98543,-0.4606 -0.99317,-0.45921 -1.0009,-0.45781 -1.0087,-0.4564 -1.0165,-0.45501 -1.0244,-0.45361 -1.0323,-0.45219 -1.0402,-0.45077 -1.0481,-0.44937 -1.056,-0.44794 -1.064,-0.44651 -1.072,-0.44509 -1.0801,-0.44365 -1.0881,-0.44221 -1.0962,-0.44077 -1.1043,-0.43934 -1.1125,-0.43788 -1.1207,-0.43642 -1.1288,-0.43498 -1.1371,-0.43353 -1.1453,-0.43205 -1.1536,-0.43059 -1.1619,-0.42913 -1.1702,-0.42766 -1.1786,-0.42619 -1.187,-0.42472 -1.1954,-0.42325 -1.2038,-0.42176 -1.2123,-0.42028 -1.2208,-0.4188 -1.2293,-0.4173 -1.2379,-0.4158 -1.2464,-0.41431 -1.255,-0.41282 -1.2637,-0.4113 -1.2723,-0.40978 -1.281,-0.40828 -1.2897,-0.40676 -1.2985,-0.40523 -1.3073,-0.40371 -1.3161,-0.40218 -1.3249,-0.40064 -1.3337,-0.39909 -1.3426,-0.39755 -1.3515,-0.396 -1.3605,-0.39444 -1.3695,-0.39289 -1.3785,-0.39134 -1.3875,-0.38976 -1.3966,-0.38818 -1.4056,-0.38662 -0.78393,-0.41489 -0.79087,-0.41341 -0.79783,-0.41193 -0.80481,-0.41045 -0.81183,-0.40896 -0.81886,-0.40745 -0.82591,-0.40597 -0.833,-0.40447 -0.84012,-0.40295 -0.84726,-0.40145 -0.85442,-0.39995 -0.86162,-0.39843 -0.86883,-0.3969 -0.87606,-0.39539 -0.88332,-0.39387 -0.89061,-0.39235 -0.89793,-0.39082 -0.90527,-0.38931 -0.91264,-0.38778 -0.92004,-0.38624 -0.92745,-0.38471 -0.93489,-0.38318 -0.94237,-0.38163 -0.94986,-0.38008 -0.95738,-0.37855 -0.96492,-0.37699 -0.97249,-0.37542 -0.98008,-0.37387 -0.9877,-0.37232 -0.99535,-0.37074 -1.003,-0.36917 -1.0107,-0.36761 -1.0184,-0.36602 -1.0262,-0.36443 -1.034,-0.36285 -1.0418,-0.36127 -1.0496,-0.35967 -1.0575,-0.35807 -1.0654,-0.35648 -1.0733,-0.35488 -1.0812,-0.35326 -1.0892,-0.35166 -1.0972,-0.35006 -1.1052,-0.34844 -1.1133,-0.34682 -1.1213,-0.34522 -1.1294,-0.34361 -1.1376,-0.34197 -1.1457,-0.34035 -1.1539,-0.33873 -1.1622,-0.33709 -1.1704,-0.33545 -1.1787,-0.33383 -1.187,-0.33219 -1.1953,-0.33053 -1.2037,-0.32888 -1.2121,-0.32725 -1.2205,-0.32559 -1.229,-0.32393 -1.2374,-0.32228 -1.246,-0.32062 -1.2545,-0.31894 -1.2631,-0.31727 -1.2716,-0.31561 -1.2803,-0.31391 -1.2889,-0.31223 -1.2976,-0.31055 -1.3063,-0.30886 -1.315,-0.30715 -1.3238,-0.30545 -1.3325,-0.30376 -1.3414,-0.30205 -1.3502,-0.30033 -1.3591,-0.29863 -1.3679,-0.29692 -1.3769,-0.2952 -1.3858,-0.29349 -1.3948,-0.29178 -1.4038,-0.29005 -1.4128,-0.28832 -1.4219,-0.28661 -1.431,-0.28488 -1.4401,-0.28313 -1.4492,-0.28139 -1.4584,-0.27966 -1.4676,-0.27791 -1.4768,-0.27616 -1.4861,-0.27442 -1.4954,-0.27267 -1.5047,-0.2709 -1.514,-0.26915 -1.5234,-0.26739 -1.5328,-0.26561 -1.5423,-0.26383 -1.5517,-0.26206 -1.5612,-0.26028 -1.5707,-0.25848 -1.5803,-0.25669 -1.5899,-0.25491 -1.5995,-0.25311 -0.94118,-0.40731 -0.94857,-0.40606 -0.95599,-0.40479 -0.96344,-0.40351 -0.9709,-0.40224 -0.97839,-0.40098 -0.98592,-0.39969 -0.99347,-0.39841 -1.001,-0.39715 -1.0086,-0.39587 -1.0163,-0.39457 -1.0239,-0.39328 -1.0316,-0.39201 -1.0393,-0.39071 -1.047,-0.38942 -1.0547,-0.38814 -1.0625,-0.38684 -1.0703,-0.38553 -1.0781,-0.38424 -1.086,-0.38294 -1.0939,-0.38163 -1.1018,-0.38031 -1.1097,-0.37901 -1.1176,-0.3777 -1.1256,-0.37636 -1.1336,-0.37504 -1.1417,-0.37372 -1.1497,-0.37239 -1.1578,-0.37105 -1.1659,-0.36972 -1.1741,-0.36838 -1.1822,-0.36703 -1.1904,-0.36569 -1.1986,-0.36435 -1.2069,-0.36299 -1.2152,-0.36164 -1.2235,-0.3603 -1.2318,-0.35894 -1.2401,-0.35756 -1.2485,-0.35621 -1.2569,-0.35485 -1.2654,-0.35347 -1.2738,-0.3521 -1.2823,-0.35074 -1.2908,-0.34936 -1.2993,-0.34797 -1.3079,-0.34659 -1.3165,-0.3452 -1.3251,-0.3438 -1.3337,-0.3424 -1.3424,-0.34101 -1.3511,-0.33961 -1.3598,-0.33819 -1.3686,-0.33679 -1.3773,-0.33539 -1.3862,-0.33397 -1.395,-0.33256 -1.4038,-0.33116 -1.4127,-0.32974 -1.4217,-0.32831 -1.4306,-0.32689 -1.4396,-0.32546 -1.4486,-0.32401 -1.4576,-0.32257 -1.4666,-0.32113 -1.4757,-0.31968 -1.4848,-0.31822 -1.4939,-0.31678 -1.5031,-0.31533 -1.5123,-0.31386 -1.5215,-0.3124 -1.5307,-0.31095 -1.54,-0.30947 -1.5493,-0.308 -1.5586,-0.30653 -1.568,-0.30507 -1.5774,-0.30358 -1.5868,-0.3021 -1.5962,-0.30063 -1.6057,-0.29913 -1.6151,-0.29763 -1.6247,-0.29615 -1.6342,-0.29466 -1.6438,-0.29316 -1.6534,-0.29166 -1.663,-0.29017 -1.6726,-0.28866 -1.6823,-0.28715 -1.692,-0.28565 -1.7018,-0.28413 -1.7115,-0.28261 -1.7213,-0.28109 -1.7311,-0.27958 -1.741,-0.27804 -1.7508,-0.2765 -1.7607,-0.27497 -1.7707,-0.27344 -1.7806,-0.27189 -1.7906,-0.27035 -1.8006,-0.26881 -1.1086,-0.41248 -1.1164,-0.41139 -1.1241,-0.41032 -1.132,-0.40923 -1.1398,-0.40813 -1.1477,-0.40705 -1.1556,-0.40597 -1.1635,-0.40487 -1.1715,-0.40376 -1.1794,-0.40267 -1.1874,-0.40158 -1.1955,-0.40046 -1.2035,-0.39936 -1.2116,-0.39826 -1.2197,-0.39715 -1.2278,-0.39603 -1.236,-0.39492 -1.2442,-0.3938 -1.2524,-0.39266 -1.2606,-0.39154 -1.2688,-0.39042 -1.2771,-0.38927 -1.2854,-0.38813 -1.2938,-0.387 -1.3021,-0.38586 -1.3105,-0.3847 -1.3189,-0.38356 -1.3273,-0.38241 -1.3358,-0.38125 -1.3443,-0.38008 -1.3528,-0.37893 -1.3613,-0.37777 -1.3699,-0.37659 -1.3785,-0.37543 -1.3871,-0.37427 -1.3958,-0.37308 -1.4045,-0.37189 -1.4131,-0.37071 -1.4219,-0.36952 -1.4306,-0.36832 -1.4394,-0.36712 -1.4482,-0.36593 -1.457,-0.36471 -1.4659,-0.3635 -1.4747,-0.36229 -1.4836,-0.36108 -1.4926,-0.35985 -1.5015,-0.35863 -1.5105,-0.35741 -1.5195,-0.35617 -1.5286,-0.35493 -1.5376,-0.3537 -1.5467,-0.35246 -1.5558,-0.35121 -1.565,-0.34996 -1.5741,-0.34872 -1.5833,-0.34746 -1.5926,-0.34619 -1.6018,-0.34494 -1.6111,-0.34368 -1.6204,-0.3424 -1.6297,-0.34112 -1.6391,-0.33985 -1.6485,-0.33857 -1.6579,-0.33727 -1.6673,-0.33598 -1.6768,-0.3347 -1.6863,-0.3334 -1.6958,-0.3321 -1.7054,-0.33081 -1.715,-0.32951 -1.7246,-0.32819 -1.7342,-0.32689 -1.7438,-0.32558 -1.7535,-0.32425 -1.7632,-0.32292 -1.773,-0.32161 -1.7827,-0.32028 -1.7925,-0.31893 -1.8023,-0.31759 -1.8122,-0.31626 -1.822,-0.31491 -1.8319,-0.31357 -1.8418,-0.31223 -1.8518,-0.31089 -1.8618,-0.30953 -1.8718,-0.30817 -1.8818,-0.30682 -1.8919,-0.30545 -1.902,-0.30407 -1.9121,-0.30271 -1.9222,-0.30135 -1.9324,-0.29996 -1.9426,-0.29857 -1.9529,-0.29719 -1.9631,-0.2958 -1.9734,-0.2944 -1.9838,-0.29302 -1.9941,-0.29162 -2.0045,-0.29021 -1.2851,-0.36432 -1.2933,-0.36315 -1.3014,-0.36197 -1.3097,-0.36078 -1.3179,-0.3596 -1.3262,-0.35842 -1.3344,-0.35723 -1.3427,-0.35603 -1.3511,-0.35485 -1.3594,-0.35365 -1.3678,-0.35244 -1.3762,-0.35124 -1.3847,-0.35003 -1.3931,-0.34881 -1.4016,-0.34759 -1.4102,-0.34637 -1.4187,-0.34516 -1.4273,-0.34392 -1.4359,-0.34269 -1.4445,-0.34148 -1.4531,-0.34024 -1.4618,-0.33899 -1.4705,-0.33775 -1.4792,-0.33651 -1.488,-0.33526 -1.4968,-0.33401 -1.5056,-0.33277 -1.5144,-0.33151 -1.5233,-0.33024 -1.5321,-0.32898 -1.541,-0.32772 -1.55,-0.32644 -1.559,-0.32516 -1.568,-0.3239 -1.577,-0.32262 -1.5861,-0.32132 -1.5951,-0.32003 -1.6042,-0.31874 -1.6133,-0.31744 -1.6225,-0.31613 -1.6317,-0.31484 -1.6409,-0.31354 -1.6501,-0.31221 -1.6594,-0.31089 -1.6687,-0.30958 -1.678,-0.30825 -1.6873,-0.30691 -1.6967,-0.30559 -1.7061,-0.30427 -1.7155,-0.30292 -1.7249,-0.30158 -1.7344,-0.30025 -1.7439,-0.29891 -1.7534,-0.29755 -1.7629,-0.29619 -1.7725,-0.29484 -1.7821,-0.29347 -1.7917,-0.2921 -1.8014,-0.29074 -1.8111,-0.28937 -1.8208,-0.28798 -1.8305,-0.2866 -1.8403,-0.28523 -1.8501,-0.28384 -1.8599,-0.28244 -1.8697,-0.28106 -1.8796,-0.27967 -1.8895,-0.27826 -1.8994,-0.27686 -1.9094,-0.27546 -1.9193,-0.27405 -1.9293,-0.27263 -1.9394,-0.27123 -1.9494,-0.26981 -1.9595,-0.26838 -1.9696,-0.26696 -1.9798,-0.26554 -1.9899,-0.26412 -2.0001,-0.26268 -2.0103,-0.26126 -2.0206,-0.25984 -2.0309,-0.2584 -2.0412,-0.25696 -2.0515,-0.25554 -2.0618,-0.2541 -2.0722,-0.25265 -2.0826,-0.25121 -2.0931,-0.24977 -2.1035,-0.24831 -2.114,-0.24685 -2.1245,-0.24541 -2.1351,-0.24395 -2.1457,-0.24248 -2.1563,-0.24103 -2.1669,-0.23958 -2.1776,-0.23811 -2.1883,-0.23664 -2.199,-0.23519 -2.2097,-0.23372 -2.2205,-0.23223 -1.4434,-0.33223 -1.4518,-0.33106 -1.4603,-0.32987 -1.4688,-0.32869 -1.4774,-0.32753 -1.486,-0.32635 -1.4946,-0.32515 -1.5032,-0.32397 -1.5118,-0.32278 -1.5205,-0.32159 -1.5292,-0.32039 -1.5379,-0.3192 -1.5467,-0.31801 -1.5554,-0.31679 -1.5642,-0.3156 -1.573,-0.3144 -1.5819,-0.31318 -1.5908,-0.31196 -1.5996,-0.31076 -1.6086,-0.30955 -1.6175,-0.30832 -1.6265,-0.3071 -1.6355,-0.3059 -1.6445,-0.30467 -1.6536,-0.30344 -1.6626,-0.30223 -1.6718,-0.301 -1.6809,-0.29976 -1.69,-0.29854 -1.6992,-0.29731 -1.7084,-0.29607 -1.7177,-0.29484 -1.727,-0.29362 -1.7363,-0.29238 -1.7456,-0.29113 -1.7549,-0.28989 -1.7643,-0.28866 -1.7737,-0.28741 -1.7831,-0.28617 -1.7925,-0.28494 -1.802,-0.2837 -1.8115,-0.28244 -1.821,-0.2812 -1.8305,-0.27995 -1.8401,-0.27869 -1.8497,-0.27743 -1.8594,-0.2762 -1.869,-0.27494 -1.8787,-0.27368 -1.8884,-0.27242 -1.8981,-0.27117 -1.9079,-0.2699 -1.9177,-0.26863 -1.9275,-0.26738 -1.9373,-0.2661 -1.9472,-0.26481 -1.9571,-0.26352 -1.967,-0.26224 -1.977,-0.26094 -1.987,-0.25964 -1.997,-0.25836 -2.007,-0.25706 -2.0171,-0.25574 -2.0272,-0.25442 -2.0373,-0.25311 -2.0475,-0.25179 -2.0577,-0.25046 -2.0679,-0.24916 -2.0781,-0.24784 -2.0884,-0.2465 -2.0987,-0.24517 -2.109,-0.24385 -2.1193,-0.24251 -2.1297,-0.24117 -2.1401,-0.23986 -2.1505,-0.23853 -2.161,-0.23719 -2.1715,-0.23585 -2.182,-0.23452 -2.1925,-0.23318 -2.2031,-0.23184 -2.2136,-0.23051 -2.2243,-0.22918 -2.2349,-0.22782 -2.2456,-0.22648 -2.2562,-0.22514 -2.267,-0.22378 -2.2777,-0.22242 -2.2885,-0.22107 -2.2993,-0.21971 -2.3101,-0.21833 -2.321,-0.21695 -2.3318,-0.21558 -2.3428,-0.21419 -2.3537,-0.2128 -2.3647,-0.21142 -2.3757,-0.21003 -2.3867,-0.20863 -2.3977,-0.20722 -2.4088,-0.20583 -1.5657,-0.26336 -1.5744,-0.2621 -1.5831,-0.26086 -1.5918,-0.25962 -1.6006,-0.25836 -1.6094,-0.2571 -1.6181,-0.25586 -1.627,-0.25461 -1.6358,-0.25334 -1.6447,-0.25209 -1.6535,-0.25084 -1.6625,-0.24956 -1.6714,-0.24829 -1.6803,-0.24704 -1.6893,-0.24577 -1.6983,-0.24448 -1.7074,-0.24321 -1.7164,-0.24194 -1.7255,-0.24065 -1.7346,-0.23935 -1.7437,-0.23807 -1.7528,-0.23679 -1.762,-0.23548 -1.7712,-0.23419 -1.7805,-0.2329 -1.7897,-0.2316 -1.799,-0.23029 -1.8083,-0.22899 -1.8176,-0.22769 -1.827,-0.22637 -1.8364,-0.22506 -1.8458,-0.22376 -1.8552,-0.22244 -1.8647,-0.2211 -1.8742,-0.21979 -1.8837,-0.21847 -1.8932,-0.21714 -1.9028,-0.21581 -1.9123,-0.2145 -1.9219,-0.21317 -1.9316,-0.21182 -1.9412,-0.21049 -1.9509,-0.20916 -1.9606,-0.20782 -1.9703,-0.20647 -1.9801,-0.20515 -1.9899,-0.20381 -1.9997,-0.20246 -2.0095,-0.20112 -2.0194,-0.19979 -2.0292,-0.19844 -2.0391,-0.19709 -2.0491,-0.19575 -2.059,-0.1944 -2.069,-0.19303 -2.079,-0.19167 -2.0891,-0.19031 -2.0991,-0.18894 -2.1092,-0.18756 -2.1193,-0.18619 -2.1295,-0.18482 -2.1396,-0.18343 -2.1498,-0.18203 -2.16,-0.18065 -2.1703,-0.17927 -2.1806,-0.17787 -2.1908,-0.17648 -2.2012,-0.17509 -2.2115,-0.17368 -2.2219,-0.17227 -2.2323,-0.17087 -2.2427,-0.16946 -2.2531,-0.16803 -2.2636,-0.16661 -2.2741,-0.1652 -2.2846,-0.16378 -2.2951,-0.16234 -2.3057,-0.16092 -2.3163,-0.15949 -2.3269,-0.15805 -2.3375,-0.15661 -2.3482,-0.15518 -2.3588,-0.15374 -2.3696,-0.15229 -2.3803,-0.15084 -2.391,-0.1494 -2.4018,-0.14795 -2.4127,-0.14649 -2.4235,-0.14505 -2.4344,-0.14359 -2.4452,-0.14211 -2.4562,-0.14064 -2.4671,-0.13918 -2.4781,-0.13771 -2.4891,-0.13623 -2.5001,-0.13477 -2.5112,-0.13329 -2.5222,-0.1318 -2.5333,-0.13031 -2.5445,-0.12882 -1.639,-0.16922 -1.6476,-0.16784 -1.6563,-0.16647 -1.665,-0.16509 -1.6737,-0.1637 -1.6824,-0.16231 -1.6912,-0.16093 -1.6999,-0.15954 -1.7087,-0.15814 -1.7175,-0.15675 -1.7264,-0.15536 -1.7352,-0.15396 -1.7441,-0.15255 -1.753,-0.15115 -1.762,-0.14975 -1.7709,-0.14833 -1.7799,-0.14693 -1.7889,-0.14554 -1.7979,-0.14413 -1.807,-0.14272 -1.8161,-0.14132 -1.8252,-0.13992 -1.8343,-0.1385 -1.8435,-0.13709 -1.8526,-0.13569 -1.8618,-0.13428 -1.8711,-0.13284 -1.8803,-0.13142 -1.8896,-0.12999 -1.8989,-0.12854 -1.9082,-0.12709 -1.9176,-0.12566 -1.9269,-0.12421 -1.9363,-0.12274 -1.9457,-0.12128 -1.9552,-0.11982 -1.9646,-0.11835 -1.9741,-0.11687 -1.9836,-0.11541 -1.9932,-0.11394 -2.0027,-0.11246 -2.0123,-0.11098 -2.0219,-0.10951 -2.0316,-0.10803 -2.0412,-0.10654 -2.0509,-0.10507 -2.0606,-0.1036 -2.0704,-0.10211 -2.0801,-0.10062 -2.0899,-0.099144 -2.0997,-0.097659 -2.1096,-0.096161 -2.1194,-0.094672 -2.1293,-0.093186 -2.1393,-0.091682 -2.1492,-0.090171 -2.1592,-0.088673 -2.1692,-0.087166 -2.1792,-0.085641 -2.1892,-0.084121 -2.1993,-0.082609 -2.2094,-0.081075 -2.2195,-0.079527 -2.2296,-0.077991 -2.2398,-0.076456 -2.25,-0.074902 -2.2602,-0.07335 -2.2705,-0.071812 -2.2807,-0.07026 -2.291,-0.068693 -2.3013,-0.067138 -2.3117,-0.065588 -2.3221,-0.06402 -2.3325,-0.062453 -2.3429,-0.060902 -2.3533,-0.05934 -2.3638,-0.057758 -2.3743,-0.056184 -2.3848,-0.054618 -2.3954,-0.053038 -2.4059,-0.051454 -2.4165,-0.049881 -2.4272,-0.0483 -2.4378,-0.046696 -2.4485,-0.045097 -2.4592,-0.043507 -2.4699,-0.041901 -2.4806,-0.040288 -2.4914,-0.038693 -2.5022,-0.037093 -2.513,-0.035469 -2.5239,-0.033845 -2.5348,-0.032238 -2.5457,-0.03062 -2.5566,-0.028994 -2.5675,-0.027381 -2.5785,-0.025769 -2.5895,-0.024136 -2.6006,-0.022501 -2.6116,-0.020877 -1.6753,-0.0589 -1.6839,-0.057356 -1.6925,-0.055828 -1.7011,-0.054303 -1.7097,-0.052753 -1.7183,-0.0512 -1.727,-0.049663 -1.7357,-0.048117 -1.7444,-0.046559 -1.7531,-0.045015 -1.7619,-0.043477 -1.7707,-0.041917 -1.7795,-0.040352 -1.7883,-0.038802 -1.7972,-0.037242 -1.806,-0.035667 -1.8149,-0.034107 -1.8238,-0.032557 -1.8328,-0.030984 -1.8418,-0.029402 -1.8507,-0.027836 -1.8597,-0.026265 -1.8688,-0.024678 -1.8778,-0.023101 -1.8869,-0.021533 -1.896,-0.019946 -1.9051,-0.018351 -1.9143,-0.016769 -1.9235,-0.015179 -1.9327,-0.013572 -1.9419,-0.011975 -1.9511,-0.010392 -1.9604,-0.0087905 -1.9697,-0.007178 -1.979,-0.0055827 -1.9883,-0.0039873 -1.9977,-0.0023721 -2.007,-0.00075956 -2.0164,0.00084164 -2.0259,0.0024606 -2.0353,0.0040938 -2.0448,0.0057153 -2.0543,0.0073378 -2.0638,0.00898 -2.0733,0.01062 -2.0829,0.012247 -2.0925,0.01389 -2.1021,0.015552 -2.1117,0.017203 -2.1213,0.018848 -2.131,0.020511 -2.1407,0.022177 -2.1504,0.023828 -2.1602,0.025489 -2.17,0.027168 -2.1798,0.028839 -2.1896,0.030503 -2.1994,0.032184 -2.2093,0.033871 -2.2192,0.035541 -2.2291,0.037217 -2.239,0.038916 -2.249,0.040612 -2.259,0.042294 -2.269,0.043988 -2.279,0.04569 -2.2891,0.047376 -2.2992,0.049065 -2.3093,0.050774 -2.3194,0.052483 -2.3296,0.054179 -2.3398,0.05589 -2.35,0.057612 -2.3602,0.059321 -2.3705,0.061028 -2.3808,0.062761 -2.3911,0.0645 -2.4014,0.066222 -2.4117,0.067951 -2.4221,0.069696 -2.4325,0.071434 -2.4429,0.073167 -2.4533,0.074922 -2.4638,0.076685 -2.4743,0.078435 -2.4848,0.080194 -2.4953,0.081969 -2.5059,0.083735 -2.5165,0.08549 -2.5271,0.087266 -2.5377,0.089055 -2.5484,0.090829 -2.5591,0.092604 -2.5698,0.0944 -2.5805,0.096193 -2.5913,0.097973 -2.6021,0.09977 -2.6129,0.10158 -2.6237,0.10338 -2.6346,0.10518 -1.684,0.013708 -1.6924,0.015278 -1.7008,0.016832 -1.7092,0.0184 -1.7176,0.019985 -1.7261,0.021558 -1.7345,0.023124 -1.743,0.024708 -1.7515,0.026298 -1.7601,0.027875 -1.7686,0.029463 -1.7772,0.03107 -1.7858,0.032667 -1.7944,0.034256 -1.803,0.035869 -1.8117,0.037488 -1.8203,0.039089 -1.829,0.040696 -1.8377,0.042326 -1.8465,0.043951 -1.8552,0.045561 -1.864,0.047183 -1.8728,0.048816 -1.8816,0.050433 -1.8905,0.052051 -1.8994,0.05369 -1.9082,0.055327 -1.9171,0.056951 -1.9261,0.058591 -1.935,0.060247 -1.944,0.061891 -1.953,0.063533 -1.962,0.065198 -1.971,0.066868 -1.98,0.06852 -1.9891,0.070179 -1.9982,0.071857 -2.0073,0.07353 -2.0164,0.075195 -2.0255,0.076879 -2.0347,0.07857 -2.0439,0.080246 -2.0531,0.081927 -2.0623,0.083626 -2.0716,0.08532 -2.0809,0.086999 -2.0902,0.088693 -2.0995,0.0904 -2.1088,0.09209 -2.1182,0.093775 -2.1276,0.095478 -2.137,0.097184 -2.1465,0.098878 -2.1559,0.10059 -2.1654,0.10232 -2.1749,0.10405 -2.1844,0.10577 -2.1939,0.10751 -2.2035,0.10927 -2.2131,0.11101 -2.2227,0.11276 -2.2323,0.11454 -2.242,0.11632 -2.2516,0.11809 -2.2613,0.11989 -2.271,0.1217 -2.2808,0.12351 -2.2905,0.12533 -2.3003,0.12718 -2.31,0.12905 -2.3198,0.1309 -2.3296,0.13277 -2.3395,0.13466 -2.3493,0.13655 -2.3592,0.13842 -2.369,0.14033 -2.3789,0.14225 -2.3888,0.14415 -2.3986,0.14606 -2.4085,0.148 -2.4184,0.14994 -2.4283,0.15187 -2.4382,0.15382 -2.4482,0.1558 -2.4581,0.15778 -2.4681,0.15976 -2.478,0.16178 -2.488,0.16383 -2.498,0.16588 -2.508,0.16794 -2.5181,0.17004 -2.5281,0.17217 -2.5382,0.17429 -2.5483,0.17643 -2.5583,0.1786 -2.5684,0.18077 -2.5785,0.18294 -2.5887,0.18514 -2.5988,0.18735 -2.6089,0.18956 -1.6857,0.11127 -1.6934,0.11328 -1.7012,0.11528 -1.7089,0.11728 -1.7167,0.11928 -1.7245,0.12131 -1.7322,0.12333 -1.74,0.12534 -1.7478,0.12737 -1.7556,0.12942 -1.7635,0.13146 -1.7713,0.1335 -1.7792,0.13558 -1.787,0.13767 -1.7949,0.13976 -1.8028,0.14187 -1.8108,0.144 -1.8187,0.14614 -1.8267,0.14829 -1.8347,0.15047 -1.8427,0.15267 -1.8507,0.15486 -1.8588,0.15707 -1.8668,0.15929 -1.8749,0.16151 -1.883,0.16374 -1.8911,0.16599 -1.8992,0.16823 -1.9073,0.17048 -1.9154,0.17274 -1.9236,0.17501 -1.9317,0.17726 -1.9399,0.17953 -1.9481,0.18182 -1.9562,0.18412 -1.9644,0.18642 -1.9726,0.18872 -1.9808,0.19099 -1.9891,0.19327 -1.9974,0.19556 -2.0057,0.19784 -2.014,0.20016 -2.0223,0.20252 -2.0306,0.20488 -2.039,0.20724 -2.0474,0.20961 -2.0558,0.21196 -2.0642,0.21433 -2.0726,0.21672 -2.0811,0.21913 -2.0895,0.22157 -2.098,0.22401 -2.1065,0.22646 -2.115,0.2289 -2.1235,0.23133 -2.1321,0.23378 -2.1406,0.23623 -2.1492,0.23869 -2.1578,0.24116 -2.1663,0.24364 -2.1749,0.24611 -2.1836,0.24859 -2.1922,0.25108 -2.2009,0.25357 -2.2095,0.25607 -2.2182,0.25858 -2.2269,0.2611 -2.2356,0.26364 -2.2443,0.26618 -2.253,0.26873 -2.2618,0.2713 -2.2705,0.27387 -2.2793,0.27645 -2.2881,0.27905 -2.2969,0.28165 -2.3058,0.28427 -2.3146,0.28691 -2.3234,0.28955 -2.3323,0.29221 -2.3412,0.29487 -2.3501,0.29754 -2.3591,0.30022 -2.368,0.30291 -2.377,0.3056 -2.3859,0.30831 -2.3949,0.31102 -2.4039,0.31373 -2.4129,0.31644 -2.422,0.31915 -2.431,0.32187 -2.44,0.3246 -2.4491,0.32734 -2.4582,0.33009 -2.4672,0.33284 -2.4763,0.33559 -2.4854,0.33835 -2.4945,0.34112 -2.5037,0.3439 -2.5128,0.34668 -2.522,0.34948 -1.5993,0.25219 -1.606,0.25475 -1.6128,0.25732 -1.6197,0.25989 -1.6265,0.26248 -1.6333,0.26508 -1.6402,0.26769 -1.6471,0.27031 -1.654,0.27294 -1.6609,0.27557 -1.6678,0.27821 -1.6747,0.28086 -1.6817,0.28352 -1.6887,0.28618 -1.6956,0.28886 -1.7026,0.29156 -1.7096,0.29427 -1.7167,0.29698 -1.7237,0.29971 -1.7307,0.30245 -1.7378,0.30519 -1.7449,0.30796 -1.752,0.31074 -1.7591,0.31353 -1.7662,0.31633 -1.7734,0.31914 -1.7805,0.32196 -1.7877,0.32479 -1.7949,0.32762 -1.8021,0.33045 -1.8092,0.3333 -1.8164,0.33615 -1.8237,0.33902 -1.8309,0.34189 -1.8381,0.34476 -1.8454,0.34764 -1.8526,0.35053 -1.8599,0.35342 -1.8671,0.35631 -1.8744,0.35921 -1.8817,0.36212 -1.889,0.36503 -1.8963,0.36795 -1.9036,0.3709 -1.9109,0.37386 -1.9183,0.37684 -1.9257,0.37983 -1.933,0.38283 -1.9404,0.38584 -1.9478,0.38888 -1.9552,0.39193 -1.9626,0.39501 -1.9701,0.3981 -1.9775,0.40119 -1.985,0.4043 -1.9924,0.40742 -1.9999,0.41055 -2.0074,0.41369 -2.0149,0.41684 -2.0224,0.42001 -2.03,0.42317 -2.0375,0.42634 -2.045,0.42953 -2.0526,0.43274 -2.0601,0.43596 -2.0676,0.43919 -2.0752,0.44243 -2.0827,0.44568 -2.0902,0.44895 -2.0977,0.45224 -2.1052,0.45555 -2.1128,0.45889 -2.1202,0.46225 -2.1277,0.46563 -2.1352,0.46904 -2.1428,0.47245 -2.1503,0.47587 -2.1578,0.47932 -2.1654,0.48281 -2.1729,0.48631 -2.1805,0.48982 -2.188,0.49333 -2.1956,0.49685 -2.2033,0.50036 -2.2109,0.50387 -2.2186,0.50741 -2.2263,0.51097 -2.234,0.51454 -2.2417,0.51811 -2.2494,0.52168 -2.2572,0.52523 -2.265,0.52879 -2.2728,0.53235 -2.2806,0.53594 -2.2884,0.53954 -2.2963,0.54316 -2.3041,0.54678 -2.312,0.55041 -2.3199,0.55404 -2.3278,0.55768 -1.3742,0.32815 -1.3796,0.3312 -1.385,0.33426 -1.3905,0.33733 -1.3959,0.34042 -1.4014,0.34352 -1.4068,0.34662 -1.4123,0.34972 -1.4177,0.35285 -1.4232,0.35599 -1.4287,0.35914 -1.4341,0.3623 -1.4396,0.36547 -1.4451,0.36865 -1.4506,0.37182 -1.4562,0.37501 -1.4617,0.37822 -1.4672,0.38144 -1.4728,0.38469 -1.4783,0.38792 -1.4839,0.39116 -1.4895,0.39439 -1.495,0.39762 -1.5006,0.40086 -1.5062,0.40411 -1.5118,0.40738 -1.5173,0.41069 -1.5229,0.41401 -1.5285,0.41733 -1.5341,0.42063 -1.5397,0.42395 -1.5454,0.4273 -1.551,0.43069 -1.5566,0.43413 -1.5621,0.4376 -1.5677,0.44109 -1.5732,0.44456 -1.5788,0.44804 -1.5844,0.45154 -1.5899,0.45509 -1.5954,0.45869 -1.6009,0.46233 -1.6063,0.46603 -1.6117,0.46976 -1.6171,0.47353 -1.6225,0.47734 -1.6278,0.48118 -1.6331,0.48506 -1.6383,0.48901 -1.6435,0.49301 -1.6486,0.49707 -1.6537,0.5012 -1.6587,0.50538 -1.6637,0.50962 -1.6685,0.51392 -1.6734,0.51828 -1.6781,0.5227 -1.6828,0.52719 -1.6873,0.53174 -1.6919,0.53637 -1.6963,0.54106 -1.7006,0.54582 -1.7049,0.55065 -1.7091,0.55555 -1.7132,0.56053 -1.7172,0.56559 -1.7211,0.57072 -1.725,0.57593 -1.7287,0.5812 -1.7324,0.58655 -1.736,0.59198 -1.7395,0.5975 -1.7429,0.6031 -1.7463,0.60879 -1.7495,0.61455 -1.7527,0.6204 -1.7557,0.62634 -1.7587,0.63236 -1.7615,0.63847 -1.7643,0.64467 -1.767,0.65095 -1.7695,0.65732 -1.772,0.66378 -1.7743,0.67033 -1.7765,0.67697 -1.7785,0.6837 -1.7805,0.69053 -1.7823,0.69744 -1.784,0.70446 -1.7856,0.71158 -1.787,0.71881 -1.7883,0.72613 -1.7894,0.73353 -1.7904,0.74104 -1.7913,0.74866 -1.792,0.75639 -1.7925,0.76423 -1.7929,0.77218 -1.7931,0.78025 -1.7932,0.78842 -0.96224,0.54955 -0.95972,0.55707 -0.95702,0.56471 -0.95415,0.57245 -0.9511,0.58031 -0.94788,0.58827 -0.94447,0.59633 -0.94089,0.60449 -0.93712,0.61275 -0.93315,0.62111 -0.92898,0.62958 -0.92462,0.63815 -0.92006,0.64683 -0.91532,0.65559 -0.91038,0.66445 -0.90525,0.6734 -0.8999,0.68246 -0.89435,0.69161 -0.8886,0.70086 -0.88266,0.7102 -0.87651,0.71964 -0.87016,0.72918 -0.8636,0.73882 -0.85683,0.74854 -0.84986,0.75836 -0.84271,0.76827 -0.83537,0.77829 -0.82785,0.78841 -0.82013,0.79862 -0.81219,0.80893 -0.80407,0.81932 -0.79575,0.82982 -0.78724,0.84041 -0.77853,0.85109 -0.76962,0.86188 -0.76051,0.87276 -0.75119,0.88372 -0.74167,0.89476 -0.73195,0.9059 -0.72201,0.91716 -0.71186,0.92852 -0.7015,0.93998 -0.69094,0.95152 -0.6802,0.96315 -0.66925,0.97489 -0.65808,0.98672 -0.64669,0.99865 -0.63507,1.0107 -0.62324,1.0228 -0.6112,1.035 -0.59894,1.0473 -0.58649,1.0597 -0.57381,1.0722 -0.56089,1.0848 -0.54774,1.0974 -0.53436,1.1102 -0.52075,1.123 -0.50693,1.1359 -0.49289,1.1489 -0.47863,1.162 -0.46411,1.1752 -0.44934,1.1884 -0.43433,1.2017 -0.41908,1.2151 -0.40359,1.2286 -0.38785,1.2421 -0.37188,1.2557 -0.35568,1.2694 -0.33926,1.2832 -0.32263,1.297 -0.3058,1.3109 -0.28878,1.3249 -0.27159,1.3389 -0.25423,1.353 -0.23672,1.3671 -0.21907,1.3813 -0.2013,1.3955 -0.18342,1.4096 -0.16547,1.4238 -0.14748,1.438 -0.12943,1.4522 -0.11135,1.4663 -0.093264,1.4805 -0.07515,1.4946 -0.057007,1.5086 -0.038849,1.5227 -0.020701,1.5367 -0.0025873,1.5507 --0.015506,1.5647 --0.033586,1.5786 --0.051651,1.5925 --0.069718,1.6064 --0.087804,1.6202 --0.10593,1.634 --0.12409,1.6479 --0.14226,1.6617 --0.16047,1.6755 --0.17874,1.6893 --0.19707,1.7031 --0.2155,1.7169 --0.80837,1.6541 --0.8288,1.667 --0.84937,1.68 --0.87009,1.693 --0.89094,1.7061 --0.91193,1.7192 --0.93307,1.7323 --0.95437,1.7455 --0.97581,1.7587 --0.99742,1.772 --1.0192,1.7854 --1.0411,1.7989 --1.0631,1.8124 --1.0853,1.8259 --1.1075,1.8396 --1.1299,1.8532 --1.1525,1.867 --1.1751,1.8807 --1.1978,1.8945 --1.2207,1.9083 --1.2436,1.9221 --1.2666,1.9359 --1.2897,1.9497 --1.3129,1.9635 --1.3361,1.9773 --1.3594,1.9911 --1.3828,2.0049 --1.4062,2.0187 --1.4298,2.0325 --1.4533,2.0463 --1.477,2.06 --1.5007,2.0738 --1.5245,2.0876 --1.5484,2.1014 --1.5724,2.1153 --1.5964,2.1292 --1.6205,2.1431 --1.6448,2.157 --1.6692,2.171 --1.6936,2.185 --1.7182,2.199 --1.7429,2.213 --1.7677,2.2271 --1.7927,2.2412 --1.8178,2.2554 --1.843,2.2696 --1.8684,2.2839 --1.8939,2.2982 --1.9195,2.3126 --1.9453,2.327 --1.9712,2.3415 --1.9972,2.356 --2.0233,2.3706 --2.0496,2.3852 --2.0759,2.3998 --2.1024,2.4145 --2.129,2.4293 --2.1557,2.444 --2.1824,2.4589 --2.2093,2.4737 --2.2363,2.4886 --2.2633,2.5035 --2.2905,2.5185 --2.3177,2.5335 --2.345,2.5485 --2.3724,2.5636 --2.3999,2.5787 --2.4275,2.5939 --2.4552,2.6091 --2.4829,2.6243 --2.5108,2.6396 --2.5387,2.6548 --2.5668,2.6702 --2.595,2.6855 --2.6233,2.7009 --2.6517,2.7163 --2.6803,2.7317 --2.7089,2.7472 --2.7377,2.7627 --2.7666,2.7783 --2.7957,2.7939 --2.8249,2.8096 --2.8542,2.8253 --2.8836,2.8412 --2.9131,2.857 --2.9428,2.873 --2.9726,2.8891 --3.0025,2.9053 --3.0324,2.9215 --3.0625,2.9378 --3.0927,2.9542 --3.123,2.9707 --3.1533,2.9873 --3.1838,3.004 --3.2143,3.0207 --3.2449,3.0375 --3.2756,3.0544 --3.3063,3.0714 --3.3371,3.0885 --3.3679,3.1056 --3.6952,3.5097 --3.7268,3.5286 --3.7583,3.5477 --3.79,3.5668 --3.8217,3.586 --3.8535,3.6053 --3.8854,3.6246 --3.9174,3.6439 --3.9495,3.6633 --3.9817,3.6828 --4.0139,3.7024 --4.0463,3.7221 --4.0788,3.7418 --4.1114,3.7616 --4.1441,3.7815 --4.177,3.8015 --4.21,3.8216 --4.2431,3.8417 --4.2763,3.8619 --4.3097,3.8822 --4.3432,3.9026 --4.3769,3.923 --4.4107,3.9435 --4.4446,3.964 --4.4787,3.9846 --4.5128,4.0053 --4.5471,4.026 --4.5815,4.0469 --4.616,4.0678 --4.6507,4.0888 --4.6854,4.1099 --4.7202,4.1311 --4.755,4.1524 --4.79,4.1739 --4.825,4.1954 --4.8601,4.217 --4.8953,4.2388 --4.9306,4.2606 --4.9659,4.2826 --5.0014,4.3046 --5.0368,4.3267 --5.0724,4.3489 --5.108,4.3712 --5.1438,4.3936 --5.1795,4.4161 --5.2154,4.4388 --5.2513,4.4615 --5.2873,4.4843 --5.3234,4.5073 --5.3596,4.5304 --5.3958,4.5536 --5.4322,4.5771 --5.4686,4.6006 --5.5051,4.6243 --5.5417,4.6482 --5.5784,4.6722 --5.6152,4.6963 --5.6521,4.7205 --5.6891,4.7449 --5.7262,4.7695 --5.7634,4.7942 --5.8006,4.819 --5.838,4.8439 --5.8754,4.8691 --5.9129,4.8944 --5.9504,4.9198 --5.988,4.9454 --6.0257,4.9712 --6.0634,4.9972 --6.1012,5.0233 --6.139,5.0495 --6.177,5.0759 --6.215,5.1024 --6.2532,5.1291 --6.2913,5.1558 --6.3296,5.1826 --6.3679,5.2096 --6.4063,5.2367 --6.4448,5.2639 --6.4834,5.2912 --6.522,5.3186 --6.5607,5.3462 --6.5995,5.3738 --6.6383,5.4016 --6.6772,5.4295 --6.7162,5.4576 --6.7552,5.4858 --6.7943,5.5141 --6.8335,5.5426 --6.8728,5.5712 --6.9122,5.5999 --6.9516,5.6288 --6.9912,5.6577 --7.0309,5.6869 --7.0707,5.7161 --7.1105,5.7455 --7.1503,5.7751 --7.1903,5.8049 --7.2302,5.835 --7.2702,5.8652 --7.4234,6.7274 --7.4629,6.7617 --7.5023,6.7962 --7.5418,6.8309 --7.5814,6.8658 --7.621,6.9009 --7.6606,6.9361 --7.7003,6.9716 --7.74,7.0072 --7.7797,7.043 --7.8195,7.079 --7.8593,7.1152 --7.8992,7.1515 --7.9391,7.1881 --7.979,7.2248 --8.019,7.2616 --8.059,7.2986 --8.0991,7.3357 --8.1391,7.373 --8.1793,7.4105 --8.2194,7.4482 --8.2596,7.4859 --8.2999,7.5237 --8.3402,7.5617 --8.3805,7.5998 --8.4209,7.638 --8.4613,7.6763 --8.5017,7.7147 --8.5421,7.7533 --8.5825,7.792 --8.6229,7.8309 --8.6632,7.8699 --8.7035,7.909 --8.7437,7.9481 --8.7839,7.9874 --8.8241,8.0268 --8.8642,8.0663 --8.9043,8.1059 --8.9443,8.1457 --8.9842,8.1856 --9.0241,8.2255 --9.0638,8.2655 --9.1035,8.3056 --9.1432,8.3458 --9.1827,8.386 --9.2222,8.4263 --9.2617,8.4667 --9.301,8.5072 --9.3403,8.5478 --9.3794,8.5885 --9.4184,8.6294 --9.4573,8.6703 --9.4962,8.7114 --9.535,8.7526 --9.5738,8.7938 --9.6125,8.835 --9.6511,8.8764 --9.6897,8.9179 --9.7282,8.9596 --9.7666,9.0014 --9.8049,9.0434 --9.8432,9.0856 --9.8815,9.1279 --9.9197,9.1702 --9.958,9.2126 --9.9962,9.2551 --10.035,9.2975 --10.073,9.3398 --10.111,9.3822 --10.15,9.4246 --10.188,9.4671 --10.227,9.5096 --10.265,9.5521 --10.303,9.5946 --10.342,9.6372 --10.38,9.6797 --10.419,9.7224 --10.457,9.765 --10.495,9.8077 --10.533,9.8504 --10.572,9.8932 --10.61,9.9361 --10.648,9.979 --10.686,10.022 --10.724,10.065 --10.762,10.108 --10.8,10.152 --10.838,10.195 --10.876,10.238 --10.914,10.282 --10.952,10.325 --10.99,10.369 --11.028,10.413 --11.065,10.457 --11.103,10.501 --11.14,10.545 --11.178,10.589 --11.215,10.633 --11.252,10.677 --11.289,10.722 --11.436,11.434 --11.472,11.481 --11.509,11.527 --11.545,11.574 --11.582,11.621 --11.618,11.667 --11.654,11.714 --11.691,11.761 --11.727,11.808 --11.763,11.855 --11.799,11.902 --11.835,11.949 --11.871,11.996 --11.908,12.043 --11.944,12.09 --11.98,12.137 --12.016,12.184 --12.052,12.231 --12.089,12.278 --12.125,12.326 --12.161,12.373 --12.198,12.421 --12.234,12.468 --12.27,12.516 --12.307,12.564 --12.343,12.612 --12.38,12.66 --12.416,12.709 --12.453,12.757 --12.49,12.806 --12.526,12.854 --12.563,12.903 --12.6,12.952 --12.637,13.001 --12.674,13.05 --12.711,13.099 --12.748,13.149 --12.785,13.198 --12.822,13.248 --12.859,13.298 --12.896,13.347 --12.934,13.397 --12.971,13.447 --13.008,13.497 --13.046,13.547 --13.083,13.597 --13.12,13.647 --13.158,13.697 --13.195,13.748 --13.232,13.799 --13.27,13.849 --13.307,13.9 --13.345,13.951 --13.382,14.002 --13.42,14.054 --13.457,14.105 --13.495,14.157 --13.533,14.208 --13.57,14.26 --13.608,14.312 --13.646,14.364 --13.684,14.417 --13.721,14.469 --13.759,14.521 --13.797,14.574 --13.835,14.627 --13.873,14.68 --13.911,14.733 --13.949,14.786 --13.987,14.839 --14.025,14.893 --14.063,14.946 --14.102,15 --14.14,15.054 --14.178,15.108 --14.216,15.162 --14.255,15.216 --14.293,15.27 --14.332,15.325 --14.371,15.379 --14.41,15.434 --14.448,15.489 --14.487,15.543 --14.527,15.598 --14.566,15.654 --14.605,15.709 --14.644,15.764 --14.684,15.819 --14.724,15.875 --14.763,15.93 --14.803,15.986 --14.843,16.042 --14.883,16.097 --14.924,16.153 --14.964,16.209 --15.004,16.266 --15.045,16.322 --15.085,16.378 --15.126,16.435 --15.166,16.491 --15.239,17.055 --15.279,17.114 --15.32,17.173 --15.36,17.231 --15.401,17.29 --15.442,17.349 --15.482,17.408 --15.523,17.468 --15.564,17.527 --15.605,17.587 --15.646,17.646 --15.687,17.706 --15.728,17.766 --15.769,17.827 --15.81,17.887 --15.851,17.948 --15.892,18.008 --15.933,18.069 --15.975,18.13 --16.016,18.192 --16.057,18.253 --16.099,18.314 --16.141,18.376 --16.182,18.437 --16.224,18.499 --16.266,18.56 --16.308,18.622 --16.35,18.684 --16.392,18.747 --16.434,18.809 --16.476,18.871 --16.519,18.933 --16.561,18.996 --16.604,19.058 --16.647,19.121 --16.689,19.184 --16.732,19.247 --16.775,19.31 --16.818,19.374 --16.861,19.437 --16.904,19.501 --16.947,19.564 --16.99,19.628 --17.033,19.692 --17.077,19.756 --17.12,19.82 --17.164,19.884 --17.208,19.948 --17.251,20.013 --17.295,20.077 --17.339,20.142 --17.383,20.206 --17.427,20.271 --17.471,20.336 --17.515,20.401 --17.559,20.466 --17.604,20.531 --17.648,20.596 --17.693,20.661 --17.737,20.727 --17.782,20.792 --17.827,20.858 --17.872,20.924 --17.917,20.989 --17.963,21.055 --18.008,21.121 --18.054,21.187 --18.099,21.253 --18.145,21.32 --18.19,21.386 --18.235,21.453 --18.281,21.519 --18.327,21.586 --18.372,21.653 --18.418,21.72 --18.464,21.787 --18.51,21.854 --18.555,21.921 --18.601,21.988 --18.648,22.055 --18.694,22.123 --18.74,22.19 --18.786,22.258 --18.832,22.325 --18.879,22.393 --18.925,22.46 --18.971,22.528 --19.018,22.596 --19.065,22.664 --19.111,22.732 --19.158,22.8 --19.205,22.868 --19.251,22.936 --19.298,23.004 --19.345,23.071 --19.393,23.139 --19.44,23.207 --19.487,23.275 --19.535,23.343 --19.582,23.411 --19.605,23.738 --19.652,23.807 --19.7,23.876 --19.747,23.945 --19.794,24.014 --19.842,24.083 --19.89,24.152 --19.938,24.221 --19.986,24.291 --20.034,24.36 --20.082,24.43 --20.13,24.499 --20.179,24.569 --20.227,24.639 --20.276,24.708 --20.324,24.778 --20.373,24.848 --20.422,24.918 --20.471,24.988 --20.52,25.058 --20.569,25.129 --20.618,25.199 --20.668,25.269 --20.717,25.34 --20.766,25.41 --20.816,25.48 --20.865,25.551 --20.915,25.621 --20.964,25.692 --21.014,25.763 --21.063,25.833 --21.113,25.904 --21.163,25.975 --21.212,26.046 --21.262,26.117 --21.312,26.188 --21.362,26.258 --21.412,26.329 --21.461,26.4 --21.511,26.471 --21.561,26.542 --21.611,26.614 --21.661,26.685 --21.711,26.756 --21.761,26.827 --21.811,26.898 --21.861,26.969 --21.911,27.04 --21.961,27.111 --22.011,27.182 --22.061,27.254 --22.112,27.325 --22.162,27.397 --22.213,27.468 --22.263,27.54 --22.314,27.611 --22.364,27.683 --22.415,27.755 --22.466,27.827 --22.516,27.899 --22.567,27.971 --22.618,28.043 --22.669,28.116 --22.72,28.188 --22.771,28.261 --22.823,28.333 --22.874,28.406 --22.925,28.479 --22.977,28.552 --23.028,28.625 --23.08,28.698 --23.132,28.771 --23.183,28.844 --23.235,28.917 --23.287,28.991 --23.338,29.064 --23.39,29.138 --23.442,29.211 --23.494,29.285 --23.546,29.359 --23.598,29.432 --23.65,29.506 --23.702,29.58 --23.754,29.654 --23.806,29.728 --23.858,29.802 --23.91,29.875 --23.963,29.949 --24.015,30.023 --24.067,30.098 --24.119,30.172 --24.171,30.246 --24.224,30.32 --24.276,30.395 --24.328,30.469 --24.381,30.544 --24.433,30.618 --24.486,30.693 --24.538,30.768 --24.591,30.842 --24.634,31.212 --24.687,31.288 --24.74,31.364 --24.793,31.44 --24.846,31.516 --24.899,31.592 --24.953,31.668 --25.006,31.744 --25.059,31.82 --25.113,31.896 --25.166,31.973 --25.22,32.049 --25.274,32.126 --25.328,32.203 --25.382,32.279 --25.436,32.356 --25.49,32.433 --25.544,32.51 --25.598,32.587 --25.652,32.665 --25.706,32.742 --25.761,32.819 --25.815,32.897 --25.869,32.974 --25.924,33.052 --25.978,33.13 --26.033,33.207 --26.087,33.285 --26.142,33.363 --26.197,33.441 --26.251,33.519 --26.306,33.597 --26.361,33.675 --26.415,33.753 --26.47,33.831 --26.525,33.909 --26.58,33.987 --26.635,34.066 --26.69,34.144 --26.745,34.223 --26.8,34.301 --26.856,34.38 --26.911,34.459 --26.967,34.537 --27.022,34.616 --27.078,34.695 --27.134,34.774 --27.189,34.853 --27.245,34.933 --27.3,35.012 --27.356,35.092 --27.412,35.171 --27.468,35.251 --27.524,35.33 --27.58,35.41 --27.636,35.49 --27.692,35.569 --27.748,35.649 --27.805,35.729 --27.861,35.809 --27.917,35.889 --27.974,35.969 --28.03,36.049 --28.087,36.129 --28.144,36.209 --28.2,36.288 --28.257,36.368 --28.314,36.448 --28.37,36.528 --28.427,36.608 --28.484,36.688 --28.54,36.768 --28.597,36.848 --28.653,36.928 --28.71,37.008 --28.766,37.088 --28.823,37.168 --28.879,37.248 --28.936,37.329 --28.993,37.409 --29.049,37.489 --29.106,37.569 --29.162,37.649 --29.219,37.729 --29.276,37.809 --29.332,37.889 --29.389,37.969 --29.445,38.05 --29.501,38.13 --29.558,38.21 --29.615,38.29 --29.671,38.37 --29.728,38.45 --29.785,38.53 --29.841,38.61 --29.898,38.69 --29.955,38.77 --30.011,38.851 --30.068,38.931 --30.124,39.011 --30.176,39.305 --30.232,39.385 --30.289,39.466 --30.346,39.547 --30.402,39.627 --30.458,39.708 --30.515,39.789 --30.571,39.869 --30.628,39.95 --30.684,40.031 --30.741,40.112 --30.797,40.193 --30.854,40.274 --30.91,40.354 --30.967,40.435 --31.023,40.516 --31.08,40.597 --31.136,40.678 --31.193,40.759 --31.25,40.84 --31.306,40.921 --31.363,41.002 --31.419,41.083 --31.476,41.164 --31.532,41.245 --31.589,41.326 --31.645,41.407 --31.702,41.488 --31.758,41.569 --31.815,41.651 --31.871,41.732 --31.928,41.813 --31.984,41.894 --32.041,41.975 --32.097,42.057 --32.153,42.138 --32.21,42.219 --32.266,42.3 --32.323,42.382 --32.379,42.463 --32.435,42.544 --32.491,42.625 --32.548,42.707 --32.604,42.788 --32.66,42.869 --32.716,42.951 --32.772,43.032 --32.828,43.114 --32.884,43.195 --32.941,43.277 --32.997,43.358 --33.053,43.44 --33.109,43.522 --33.165,43.603 --33.221,43.685 --33.277,43.766 --33.333,43.848 --33.389,43.93 --33.445,44.011 --33.501,44.093 --33.557,44.175 --33.613,44.257 --33.669,44.338 --33.725,44.42 --33.781,44.502 --33.837,44.584 --33.893,44.666 --33.948,44.748 --34.004,44.83 --34.06,44.912 --34.116,44.993 --34.171,45.075 --34.227,45.157 --34.283,45.239 --34.338,45.321 --34.393,45.403 --34.449,45.485 --34.504,45.567 --34.559,45.649 --34.615,45.731 --34.67,45.813 --34.726,45.895 --34.782,45.977 --34.837,46.059 --34.893,46.141 --34.949,46.223 --35.005,46.306 --35.061,46.388 --35.117,46.471 --35.173,46.553 --35.229,46.636 --35.285,46.719 --35.341,46.802 --35.397,46.885 --35.453,46.968 --35.509,47.052 --35.565,47.135 --35.621,47.219 --35.677,47.303 --35.733,47.387 --35.857,47.832 --35.913,47.917 --35.97,48.002 --36.026,48.087 --36.083,48.172 --36.139,48.258 --36.196,48.343 --36.253,48.428 --36.31,48.513 --36.367,48.599 --36.424,48.684 --36.481,48.77 --36.538,48.855 --36.595,48.941 --36.652,49.027 --36.709,49.113 --36.766,49.2 --36.823,49.286 --36.881,49.372 --36.938,49.459 --36.996,49.546 --37.053,49.633 --37.111,49.72 --37.168,49.807 --37.226,49.894 --37.284,49.981 --37.341,50.069 --37.399,50.156 --37.457,50.244 --37.515,50.332 --37.573,50.419 --37.631,50.507 --37.689,50.595 --37.747,50.683 --37.805,50.771 --37.863,50.86 --37.921,50.948 --37.979,51.037 --38.038,51.125 --38.096,51.214 --38.154,51.303 --38.213,51.391 --38.271,51.48 --38.33,51.569 --38.389,51.658 --38.447,51.747 --38.506,51.836 --38.564,51.926 --38.623,52.015 --38.682,52.105 --38.74,52.194 --38.799,52.284 --38.857,52.374 --38.916,52.464 --38.974,52.554 --39.033,52.644 --39.091,52.734 --39.15,52.824 --39.209,52.914 --39.267,53.004 --39.326,53.095 --39.384,53.185 --39.442,53.276 --39.501,53.366 --39.559,53.457 --39.617,53.547 --39.676,53.638 --39.734,53.729 --39.792,53.82 --39.851,53.91 --39.909,54.001 --39.967,54.092 --40.026,54.183 --40.084,54.274 --40.142,54.365 --40.201,54.456 --40.259,54.547 --40.317,54.638 --40.375,54.729 --40.434,54.82 --40.492,54.912 --40.55,55.004 --40.607,55.095 --40.665,55.187 --40.723,55.279 --40.781,55.37 --40.839,55.462 --40.897,55.554 --40.954,55.646 --41.012,55.738 --41.07,55.831 --41.128,55.923 --41.185,56.015 --41.243,56.107 --41.301,56.199 --41.358,56.292 --41.416,56.384 --41.473,56.476 --41.531,56.569 --41.588,56.661 --41.618,56.786 --41.675,56.878 --41.733,56.971 --41.79,57.064 --41.847,57.156 --41.904,57.249 --41.962,57.341 --42.019,57.434 --42.076,57.527 --42.133,57.62 --42.19,57.713 --42.247,57.805 --42.305,57.898 --42.362,57.991 --42.418,58.084 --42.475,58.177 --42.532,58.27 --42.589,58.363 --42.646,58.456 --42.703,58.549 --42.76,58.642 --42.816,58.735 --42.873,58.828 --42.93,58.922 --42.987,59.015 --43.044,59.108 --43.101,59.201 --43.157,59.294 --43.214,59.388 --43.271,59.481 --43.327,59.575 --43.384,59.668 --43.441,59.762 --43.497,59.855 --43.554,59.949 --43.61,60.043 --43.667,60.136 --43.723,60.23 --43.78,60.324 --43.836,60.418 --43.892,60.512 --43.949,60.606 --44.005,60.7 --44.061,60.794 --44.118,60.888 --44.174,60.982 --44.23,61.076 --44.286,61.17 --44.342,61.264 --44.398,61.358 --44.454,61.452 --44.51,61.547 --44.566,61.641 --44.622,61.735 --44.678,61.829 --44.734,61.923 --44.79,62.018 --44.846,62.112 --44.902,62.206 --44.958,62.301 --45.013,62.395 --45.069,62.489 --45.124,62.584 --45.18,62.678 --45.235,62.773 --45.291,62.867 --45.346,62.962 --45.402,63.057 --45.457,63.152 --45.512,63.246 --45.568,63.341 --45.623,63.436 --45.679,63.531 --45.734,63.626 --45.789,63.721 --45.845,63.816 --45.9,63.911 --45.956,64.006 --46.011,64.101 --46.066,64.197 --46.122,64.292 --46.177,64.387 --46.232,64.482 --46.288,64.577 --46.343,64.673 --46.398,64.768 --46.454,64.863 --46.509,64.959 --46.564,65.054 --46.62,65.149 --46.675,65.244 --46.731,65.34 --46.786,65.435 --46.842,65.53 --46.897,65.625 --46.952,65.721 --47.007,65.816 --47.062,65.911 --47.118,66.006 --47.173,66.102 --47.514,66.205 --47.57,66.3 --47.626,66.395 --47.682,66.49 --47.738,66.585 --47.794,66.681 --47.85,66.776 --47.906,66.871 --47.962,66.966 --48.018,67.061 --48.074,67.156 --48.131,67.251 --48.187,67.347 --48.243,67.442 --48.299,67.537 --48.355,67.632 --48.411,67.728 --48.468,67.823 --48.524,67.918 --48.58,68.014 --48.636,68.109 --48.692,68.204 --48.748,68.3 --48.805,68.395 --48.861,68.491 --48.917,68.586 --48.973,68.682 --49.029,68.777 --49.085,68.873 --49.142,68.969 --49.198,69.064 --49.254,69.16 --49.31,69.255 --49.366,69.351 --49.422,69.447 --49.479,69.542 --49.535,69.638 --49.591,69.733 --49.647,69.829 --49.704,69.925 --49.76,70.02 --49.816,70.116 --49.873,70.211 --49.929,70.307 --49.985,70.403 --50.042,70.499 --50.098,70.594 --50.154,70.69 --50.211,70.786 --50.267,70.882 --50.324,70.977 --50.38,71.073 --50.437,71.169 --50.493,71.265 --50.55,71.361 --50.607,71.457 --50.663,71.552 --50.72,71.648 --50.777,71.744 --50.833,71.84 --50.89,71.936 --50.947,72.032 --51.004,72.128 --51.06,72.224 --51.117,72.32 --51.174,72.416 --51.231,72.512 --51.288,72.608 --51.345,72.704 --51.402,72.8 --51.459,72.896 --51.516,72.993 --51.573,73.089 --51.63,73.185 --51.687,73.281 --51.744,73.378 --51.801,73.474 --51.858,73.571 --51.916,73.668 --51.973,73.764 --52.03,73.861 --52.087,73.958 --52.144,74.055 --52.201,74.151 --52.258,74.248 --52.316,74.345 --52.373,74.442 --52.43,74.539 --52.488,74.636 --52.545,74.732 --52.603,74.829 --52.661,74.926 --52.718,75.023 --52.776,75.12 --52.833,75.217 --52.891,75.314 --52.949,75.411 --53.006,75.508 --53.064,75.605 --53.122,75.702 --53.591,75.722 --53.65,75.819 --53.709,75.916 --53.768,76.014 --53.827,76.111 --53.886,76.208 --53.945,76.305 --54.004,76.402 --54.063,76.499 --54.122,76.597 --54.181,76.694 --54.24,76.791 --54.299,76.888 --54.359,76.986 --54.418,77.083 --54.478,77.18 --54.537,77.277 --54.597,77.374 --54.657,77.472 --54.717,77.569 --54.776,77.666 --54.836,77.763 --54.896,77.861 --54.956,77.958 --55.016,78.055 --55.076,78.152 --55.136,78.25 --55.196,78.347 --55.256,78.445 --55.316,78.542 --55.376,78.639 --55.436,78.737 --55.497,78.834 --55.557,78.932 --55.618,79.029 --55.678,79.126 --55.738,79.224 --55.799,79.322 --55.859,79.419 --55.919,79.517 --55.98,79.615 --56.04,79.713 --56.1,79.811 --56.161,79.909 --56.221,80.007 --56.282,80.105 --56.342,80.204 --56.402,80.302 --56.463,80.4 --56.524,80.499 --56.584,80.597 --56.645,80.695 --56.706,80.794 --56.767,80.892 --56.828,80.99 --56.889,81.089 --56.95,81.188 --57.012,81.286 --57.073,81.385 --57.134,81.484 --57.196,81.582 --57.257,81.681 --57.319,81.78 --57.38,81.879 --57.442,81.978 --57.504,82.077 --57.565,82.176 --57.627,82.275 --57.689,82.375 --57.75,82.474 --57.812,82.573 --57.874,82.673 --57.935,82.772 --57.997,82.872 --58.059,82.971 --58.121,83.071 --58.182,83.17 --58.244,83.27 --58.306,83.37 --58.368,83.469 --58.431,83.569 --58.493,83.668 --58.555,83.768 --58.617,83.868 --58.679,83.968 --58.742,84.067 --58.804,84.167 --58.867,84.267 --58.929,84.367 --58.992,84.467 --59.054,84.568 --59.117,84.668 --59.18,84.768 --59.243,84.868 --59.306,84.969 --59.369,85.069 --59.432,85.17 --59.495,85.27 --59.558,85.371 --59.621,85.471 --60.124,85.384 --60.188,85.484 --60.252,85.585 --60.316,85.685 --60.38,85.786 --60.444,85.886 --60.508,85.987 --60.573,86.088 --60.637,86.188 --60.701,86.289 --60.766,86.39 --60.83,86.491 --60.895,86.591 --60.959,86.692 --61.023,86.793 --61.088,86.894 --61.152,86.995 --61.216,87.096 --61.281,87.197 --61.345,87.299 --61.41,87.4 --61.474,87.501 --61.539,87.603 --61.604,87.704 --61.669,87.805 --61.734,87.906 --61.799,88.007 --61.865,88.108 --61.93,88.209 --61.996,88.31 --62.061,88.411 --62.127,88.512 --62.192,88.613 --62.258,88.714 --62.323,88.815 --62.389,88.917 --62.454,89.018 --62.519,89.12 --62.584,89.221 --62.65,89.323 --62.715,89.425 --62.78,89.526 --62.845,89.628 --62.909,89.73 --62.974,89.831 --63.039,89.933 --63.104,90.035 --63.169,90.136 --63.233,90.238 --63.298,90.339 --63.362,90.441 --63.426,90.542 --63.49,90.644 --63.554,90.746 --63.618,90.848 --63.682,90.95 --63.746,91.051 --63.809,91.153 --63.873,91.254 --63.937,91.356 --64.001,91.457 --64.065,91.559 --64.129,91.66 --64.192,91.762 --64.256,91.863 --64.32,91.965 --64.384,92.067 --64.448,92.168 --64.513,92.27 --64.577,92.372 --64.642,92.474 --64.706,92.576 --64.771,92.678 --64.835,92.78 --64.899,92.883 --64.964,92.985 --65.028,93.086 --65.093,93.189 --65.158,93.291 --65.223,93.393 --65.288,93.495 --65.353,93.597 --65.418,93.699 --65.483,93.801 --65.547,93.903 --65.612,94.004 --65.677,94.106 --65.741,94.208 --65.806,94.309 --65.87,94.41 --65.935,94.512 --66,94.613 --66.064,94.714 --66.129,94.814 --66.193,94.915 --66.258,95.016 --66.323,95.117 --66.387,95.218 --66.452,95.319 --66.516,95.419 --67.218,95.301 --67.284,95.401 --67.349,95.502 --67.415,95.602 --67.48,95.702 --67.545,95.802 --67.61,95.902 --67.675,96.002 --67.74,96.102 --67.805,96.202 --67.87,96.302 --67.935,96.402 --67.999,96.503 --68.064,96.603 --68.129,96.703 --68.193,96.803 --68.257,96.903 --68.322,97.003 --68.386,97.104 --68.45,97.204 --68.514,97.305 --68.578,97.405 --68.642,97.506 --68.706,97.606 --68.77,97.707 --68.834,97.807 --68.898,97.908 --68.962,98.008 --69.026,98.109 --69.09,98.209 --69.154,98.31 --69.218,98.41 --69.282,98.511 --69.346,98.611 --69.41,98.712 --69.474,98.812 --69.538,98.913 --69.602,99.013 --69.665,99.114 --69.729,99.214 --69.793,99.314 --69.857,99.415 --69.921,99.515 --69.985,99.615 --70.049,99.715 --70.112,99.815 --70.176,99.915 --70.24,100.01 --70.303,100.11 --70.367,100.21 --70.431,100.31 --70.494,100.41 --70.558,100.51 --70.621,100.61 --70.685,100.71 --70.748,100.81 --70.812,100.91 --70.875,101.01 --70.939,101.11 --71.003,101.21 --71.066,101.31 --71.13,101.41 --71.193,101.51 --71.257,101.61 --71.321,101.7 --71.384,101.8 --71.448,101.9 --71.511,102 --71.575,102.1 --71.639,102.2 --71.703,102.3 --71.766,102.4 --71.83,102.5 --71.894,102.59 --71.957,102.69 --72.021,102.79 --72.084,102.89 --72.147,102.99 --72.211,103.09 --72.274,103.19 --72.338,103.29 --72.401,103.38 --72.464,103.48 --72.528,103.58 --72.591,103.68 --72.654,103.78 --72.718,103.88 --72.781,103.97 --72.845,104.07 --72.908,104.17 --72.971,104.27 --73.035,104.37 --73.098,104.46 --73.161,104.56 --73.224,104.66 --73.287,104.76 --73.351,104.86 --73.414,104.95 --73.477,105.05 --73.54,105.15 --74.434,104.98 --74.5,105.08 --74.565,105.18 --74.63,105.27 --74.695,105.37 --74.761,105.47 --74.826,105.56 --74.891,105.66 --74.956,105.76 --75.021,105.86 --75.086,105.95 --75.152,106.05 --75.217,106.15 --75.282,106.24 --75.347,106.34 --75.412,106.44 --75.478,106.53 --75.543,106.63 --75.608,106.73 --75.673,106.82 --75.738,106.92 --75.803,107.02 --75.868,107.12 --75.933,107.21 --75.998,107.31 --76.064,107.41 --76.129,107.5 --76.194,107.6 --76.259,107.7 --76.324,107.8 --76.389,107.89 --76.455,107.99 --76.52,108.09 --76.585,108.18 --76.65,108.28 --76.715,108.38 --76.78,108.48 --76.845,108.57 --76.91,108.67 --76.975,108.77 --77.04,108.86 --77.105,108.96 --77.17,109.06 --77.235,109.16 --77.3,109.25 --77.365,109.35 --77.431,109.45 --77.496,109.54 --77.561,109.64 --77.626,109.74 --77.691,109.84 --77.756,109.93 --77.821,110.03 --77.886,110.13 --77.951,110.22 --78.016,110.32 --78.081,110.42 --78.146,110.52 --78.211,110.61 --78.276,110.71 --78.341,110.81 --78.406,110.91 --78.471,111 --78.536,111.1 --78.601,111.2 --78.666,111.3 --78.731,111.39 --78.796,111.49 --78.861,111.59 --78.926,111.68 --78.991,111.78 --79.056,111.88 --79.121,111.98 --79.186,112.07 --79.251,112.17 --79.316,112.27 --79.381,112.37 --79.447,112.46 --79.512,112.56 --79.577,112.66 --79.642,112.75 --79.707,112.85 --79.772,112.95 --79.837,113.05 --79.902,113.14 --79.968,113.24 --80.033,113.34 --80.098,113.44 --80.164,113.53 --80.229,113.63 --80.294,113.73 --80.36,113.83 --80.425,113.92 --80.491,114.02 --80.556,114.12 --80.622,114.22 --80.687,114.31 --80.752,114.41 --80.818,114.51 --80.883,114.61 --81.863,114.53 --81.931,114.62 --81.999,114.72 --82.067,114.82 --82.135,114.91 --82.203,115.01 --82.271,115.11 --82.339,115.2 --82.407,115.3 --82.475,115.4 --82.543,115.49 --82.611,115.59 --82.679,115.69 --82.747,115.78 --82.815,115.88 --82.883,115.98 --82.952,116.07 --83.02,116.17 --83.088,116.27 --83.157,116.36 --83.225,116.46 --83.293,116.56 --83.362,116.65 --83.43,116.75 --83.498,116.85 --83.567,116.95 --83.635,117.04 --83.703,117.14 --83.771,117.24 --83.839,117.33 --83.908,117.43 --83.976,117.53 --84.044,117.62 --84.112,117.72 --84.18,117.82 --84.248,117.92 --84.316,118.01 --84.384,118.11 --84.452,118.21 --84.52,118.3 --84.588,118.4 --84.656,118.5 --84.724,118.6 --84.792,118.69 --84.86,118.79 --84.928,118.89 --84.996,118.99 --85.064,119.08 --85.132,119.18 --85.2,119.28 --85.268,119.38 --85.336,119.47 --85.404,119.57 --85.472,119.67 --85.54,119.77 --85.608,119.86 --85.675,119.96 --85.743,120.06 --85.811,120.16 --85.879,120.26 --85.947,120.35 --86.015,120.45 --86.083,120.55 --86.151,120.65 --86.22,120.74 --86.288,120.84 --86.356,120.94 --86.424,121.04 --86.492,121.14 --86.56,121.23 --86.628,121.33 --86.697,121.43 --86.765,121.53 --86.833,121.62 --86.901,121.72 --86.97,121.82 --87.038,121.92 --87.106,122.01 --87.175,122.11 --87.243,122.21 --87.312,122.31 --87.38,122.41 --87.449,122.5 --87.517,122.6 --87.586,122.7 --87.654,122.8 --87.723,122.89 --87.792,122.99 --87.86,123.09 --87.929,123.19 --87.998,123.28 --88.067,123.38 --88.136,123.48 --88.205,123.58 --88.274,123.67 --88.342,123.77 --88.411,123.87 --88.48,123.97 --88.549,124.06 --88.618,124.16 --89.66,124.14 --89.732,124.24 --89.803,124.34 --89.875,124.43 --89.947,124.53 --90.019,124.63 --90.091,124.72 --90.163,124.82 --90.235,124.92 --90.307,125.01 --90.379,125.11 --90.451,125.21 --90.523,125.3 --90.595,125.4 --90.667,125.5 --90.739,125.59 --90.812,125.69 --90.884,125.78 --90.956,125.88 --91.029,125.98 --91.102,126.07 --91.174,126.17 --91.247,126.27 --91.32,126.36 --91.393,126.46 --91.466,126.55 --91.539,126.65 --91.612,126.74 --91.685,126.84 --91.759,126.94 --91.832,127.03 --91.905,127.13 --91.979,127.22 --92.052,127.32 --92.126,127.41 --92.2,127.51 --92.274,127.6 --92.348,127.7 --92.422,127.79 --92.497,127.89 --92.571,127.98 --92.645,128.08 --92.72,128.17 --92.794,128.27 --92.869,128.36 --92.944,128.45 --93.019,128.55 --93.094,128.64 --93.169,128.74 --93.245,128.83 --93.32,128.93 --93.395,129.02 --93.471,129.11 --93.546,129.21 --93.622,129.3 --93.698,129.39 --93.774,129.49 --93.85,129.58 --93.926,129.68 --94.002,129.77 --94.078,129.86 --94.154,129.96 --94.23,130.05 --94.307,130.14 --94.383,130.24 --94.46,130.33 --94.536,130.42 --94.613,130.52 --94.689,130.61 --94.766,130.7 --94.842,130.79 --94.919,130.89 --94.996,130.98 --95.073,131.07 --95.15,131.16 --95.227,131.25 --95.305,131.35 --95.382,131.44 --95.459,131.53 --95.536,131.62 --95.613,131.71 --95.691,131.8 --95.768,131.89 --95.846,131.99 --95.923,132.08 --96.001,132.17 --96.079,132.26 --96.157,132.35 --96.236,132.44 --96.314,132.53 --96.393,132.62 --96.472,132.72 --96.551,132.81 --96.631,132.9 --96.71,132.99 --96.79,133.08 --96.87,133.17 --96.95,133.26 --97.03,133.35 --97.11,133.44 --98.428,133.32 --98.512,133.41 --98.596,133.5 --98.68,133.59 --98.764,133.68 --98.848,133.77 --98.932,133.86 --99.015,133.95 --99.099,134.04 --99.183,134.13 --99.267,134.22 --99.351,134.31 --99.435,134.4 --99.518,134.49 --99.602,134.58 --99.686,134.66 --99.77,134.75 --99.855,134.84 --99.939,134.93 --100.02,135.02 --100.11,135.11 --100.19,135.19 --100.28,135.28 --100.36,135.37 --100.45,135.46 --100.53,135.55 --100.62,135.63 --100.7,135.72 --100.79,135.81 --100.87,135.9 --100.96,135.99 --101.04,136.07 --101.13,136.16 --101.21,136.25 --101.3,136.34 --101.38,136.43 --101.47,136.51 --101.56,136.6 --101.64,136.69 --101.73,136.78 --101.82,136.86 --101.9,136.95 --101.99,137.04 --102.08,137.13 --102.16,137.22 --102.25,137.3 --102.34,137.39 --102.42,137.48 --102.51,137.56 --102.6,137.65 --102.69,137.74 --102.77,137.82 --102.86,137.91 --102.95,138 --103.04,138.08 --103.12,138.17 --103.21,138.26 --103.3,138.34 --103.39,138.43 --103.48,138.51 --103.57,138.6 --103.65,138.69 --103.74,138.77 --103.83,138.86 --103.92,138.94 --104.01,139.03 --104.1,139.11 --104.18,139.2 --104.27,139.28 --104.36,139.37 --104.45,139.46 --104.54,139.54 --104.63,139.63 --104.72,139.71 --104.81,139.79 --104.9,139.88 --104.99,139.96 --105.07,140.05 --105.16,140.13 --105.25,140.22 --105.34,140.3 --105.43,140.39 --105.52,140.47 --105.61,140.56 --105.7,140.64 --105.79,140.73 --105.88,140.81 --105.97,140.89 --106.06,140.98 --106.15,141.06 --106.24,141.15 --106.33,141.23 --106.42,141.31 --106.51,141.4 --106.6,141.48 --106.69,141.57 --106.78,141.65 --106.87,141.73 --106.96,141.82 --107.05,141.9 --108.3,142.04 --108.4,142.12 --108.49,142.2 --108.58,142.29 --108.68,142.37 --108.77,142.45 --108.86,142.54 --108.95,142.62 --109.05,142.7 --109.14,142.79 --109.23,142.87 --109.32,142.95 --109.42,143.04 --109.51,143.12 --109.6,143.2 --109.69,143.28 --109.79,143.37 --109.88,143.45 --109.97,143.53 --110.07,143.62 --110.16,143.7 --110.25,143.78 --110.35,143.86 --110.44,143.95 --110.53,144.03 --110.63,144.11 --110.72,144.2 --110.81,144.28 --110.91,144.36 --111,144.44 --111.09,144.53 --111.19,144.61 --111.28,144.69 --111.37,144.77 --111.47,144.86 --111.56,144.94 --111.66,145.02 --111.75,145.1 --111.84,145.18 --111.94,145.27 --112.03,145.35 --112.13,145.43 --112.22,145.51 --112.31,145.59 --112.41,145.68 --112.5,145.76 --112.6,145.84 --112.69,145.92 --112.79,146 --112.88,146.08 --112.97,146.17 --113.07,146.25 --113.16,146.33 --113.26,146.41 --113.35,146.49 --113.45,146.57 --113.54,146.65 --113.64,146.73 --113.73,146.82 --113.83,146.9 --113.92,146.98 --114.02,147.06 --114.12,147.14 --114.21,147.22 --114.31,147.3 --114.4,147.38 --114.5,147.46 --114.59,147.54 --114.69,147.62 --114.79,147.7 --114.88,147.78 --114.98,147.86 --115.07,147.94 --115.17,148.02 --115.27,148.1 --115.36,148.18 --115.46,148.26 --115.55,148.34 --115.65,148.42 --115.75,148.5 --115.84,148.58 --115.94,148.66 --116.03,148.74 --116.13,148.82 --116.23,148.9 --116.32,148.98 --116.42,149.06 --116.51,149.14 --116.61,149.22 --116.71,149.3 --116.8,149.38 --116.9,149.45 --117,149.53 --117.09,149.61 --117.19,149.69 --117.29,149.77 --117.38,149.85 --117.48,149.93 --117.58,150.01 --117.67,150.09 --119.05,150.31 --119.15,150.38 --119.25,150.46 --119.35,150.54 --119.45,150.62 --119.55,150.7 --119.65,150.78 --119.75,150.85 --119.85,150.93 --119.95,151.01 --120.05,151.09 --120.15,151.16 --120.25,151.24 --120.35,151.32 --120.45,151.4 --120.55,151.47 --120.65,151.55 --120.75,151.63 --120.85,151.71 --120.95,151.78 --121.05,151.86 --121.15,151.94 --121.25,152.01 --121.35,152.09 --121.45,152.16 --121.55,152.24 --121.65,152.32 --121.75,152.39 --121.85,152.47 --121.96,152.55 --122.06,152.62 --122.16,152.7 --122.26,152.78 --122.36,152.85 --122.46,152.93 --122.56,153.01 --122.66,153.08 --122.76,153.16 --122.87,153.23 --122.97,153.31 --123.07,153.39 --123.17,153.46 --123.27,153.54 --123.37,153.61 --123.48,153.69 --123.58,153.77 --123.68,153.84 --123.78,153.92 --123.88,153.99 --123.98,154.07 --124.09,154.14 --124.19,154.22 --124.29,154.29 --124.39,154.37 --124.49,154.45 --124.6,154.52 --124.7,154.6 --124.8,154.67 --124.9,154.75 --125,154.82 --125.1,154.9 --125.21,154.97 --125.31,155.05 --125.41,155.12 --125.51,155.2 --125.61,155.27 --125.72,155.35 --125.82,155.43 --125.92,155.5 --126.02,155.58 --126.12,155.65 --126.22,155.73 --126.33,155.8 --126.43,155.88 --126.53,155.95 --126.63,156.03 --126.73,156.1 --126.84,156.18 --126.94,156.25 --127.04,156.32 --127.14,156.4 --127.25,156.47 --127.35,156.55 --127.45,156.62 --127.55,156.7 --127.65,156.77 --127.76,156.85 --127.86,156.92 --127.96,157 --128.06,157.07 --128.17,157.14 --128.27,157.22 --128.37,157.29 --128.47,157.37 --128.58,157.44 --128.68,157.52 --128.78,157.59 --128.88,157.66 --128.99,157.74 --129.09,157.81 --130.1,158.29 --130.21,158.36 --130.31,158.44 --130.42,158.51 --130.52,158.59 --130.63,158.66 --130.73,158.73 --130.84,158.81 --130.94,158.88 --131.05,158.96 --131.15,159.03 --131.26,159.11 --131.36,159.18 --131.47,159.25 --131.57,159.33 --131.68,159.4 --131.78,159.48 --131.89,159.55 --131.99,159.62 --132.1,159.7 --132.2,159.77 --132.31,159.85 --132.41,159.92 --132.52,159.99 --132.63,160.07 --132.73,160.14 --132.84,160.21 --132.94,160.29 --133.05,160.36 --133.15,160.44 --133.26,160.51 --133.36,160.58 --133.47,160.66 --133.57,160.73 --133.68,160.8 --133.78,160.88 --133.89,160.95 --133.99,161.03 --134.1,161.1 --134.2,161.17 --134.31,161.25 --134.41,161.32 --134.52,161.39 --134.62,161.47 --134.73,161.54 --134.83,161.62 --134.93,161.69 --135.04,161.76 --135.14,161.84 --135.25,161.91 --135.35,161.98 --135.46,162.06 --135.56,162.13 --135.67,162.21 --135.77,162.28 --135.88,162.35 --135.98,162.43 --136.09,162.5 --136.19,162.58 --136.3,162.65 --136.4,162.72 --136.5,162.8 --136.61,162.87 --136.71,162.94 --136.82,163.02 --136.92,163.09 --137.03,163.17 --137.13,163.24 --137.24,163.31 --137.34,163.39 --137.45,163.46 --137.55,163.53 --137.66,163.61 --137.76,163.68 --137.87,163.76 --137.97,163.83 --138.08,163.9 --138.18,163.98 --138.29,164.05 --138.39,164.12 --138.5,164.2 --138.6,164.27 --138.71,164.34 --138.81,164.42 --138.92,164.49 --139.02,164.56 --139.13,164.64 --139.23,164.71 --139.34,164.78 --139.44,164.86 --139.55,164.93 --139.65,165 --139.76,165.08 --139.86,165.15 --139.97,165.22 --140.07,165.3 --140.18,165.37 --140.28,165.44 --140.38,165.52 --140.49,165.59 --141.45,166 --141.56,166.08 --141.67,166.15 --141.77,166.22 --141.88,166.3 --141.99,166.37 --142.09,166.44 --142.2,166.52 --142.31,166.59 --142.41,166.67 --142.52,166.74 --142.62,166.81 --142.73,166.89 --142.84,166.96 --142.94,167.03 --143.05,167.11 --143.16,167.18 --143.26,167.25 --143.37,167.33 --143.48,167.4 --143.58,167.47 --143.69,167.55 --143.8,167.62 --143.9,167.69 --144.01,167.77 --144.12,167.84 --144.22,167.91 --144.33,167.99 --144.44,168.06 --144.54,168.13 --144.65,168.21 --144.75,168.28 --144.86,168.35 --144.97,168.43 --145.08,168.5 --145.18,168.57 --145.29,168.65 --145.4,168.72 --145.5,168.79 --145.61,168.87 --145.72,168.94 --145.82,169.01 --145.93,169.08 --146.04,169.16 --146.14,169.23 --146.25,169.3 --146.36,169.38 --146.47,169.45 --146.57,169.52 --146.68,169.59 --146.79,169.67 --146.89,169.74 --147,169.81 --147.11,169.88 --147.21,169.96 --147.32,170.03 --147.43,170.1 --147.53,170.18 --147.64,170.25 --147.75,170.32 --147.85,170.39 --147.96,170.47 --148.07,170.54 --148.17,170.61 --148.28,170.69 --148.39,170.76 --148.5,170.83 --148.6,170.91 --148.71,170.98 --148.82,171.05 --148.92,171.12 --149.03,171.2 --149.14,171.27 --149.24,171.34 --149.35,171.42 --149.46,171.49 --149.56,171.56 --149.67,171.64 --149.78,171.71 --149.88,171.78 --149.99,171.86 --150.1,171.93 --150.2,172 --150.31,172.07 --150.42,172.15 --150.52,172.22 --150.63,172.29 --150.74,172.37 --150.84,172.44 --150.95,172.51 --151.06,172.59 --151.16,172.66 --151.27,172.73 --151.38,172.8 --151.48,172.88 --151.59,172.95 --151.69,173.02 --151.8,173.09 --151.91,173.17 --152.01,173.24 --152.78,173.54 --152.89,173.61 --153,173.69 --153.11,173.76 --153.22,173.83 --153.32,173.9 --153.43,173.98 --153.54,174.05 --153.65,174.12 --153.76,174.19 --153.86,174.27 --153.97,174.34 --154.08,174.41 --154.19,174.48 --154.3,174.56 --154.4,174.63 --154.51,174.7 --154.62,174.77 --154.73,174.85 --154.83,174.92 --154.94,174.99 --155.05,175.06 --155.16,175.14 --155.26,175.21 --155.37,175.28 --155.48,175.35 --155.59,175.43 --155.69,175.5 --155.8,175.57 --155.91,175.64 --156.02,175.72 --156.12,175.79 --156.23,175.86 --156.34,175.93 --156.44,176.01 --156.55,176.08 --156.66,176.15 --156.77,176.22 --156.87,176.3 --156.98,176.37 --157.09,176.44 --157.19,176.52 --157.3,176.59 --157.41,176.66 --157.51,176.74 --157.62,176.81 --157.73,176.88 --157.83,176.95 --157.94,177.03 --158.05,177.1 --158.15,177.17 --158.26,177.25 --158.37,177.32 --158.47,177.39 --158.58,177.47 --158.69,177.54 --158.79,177.61 --158.9,177.69 --159.01,177.76 --159.11,177.83 --159.22,177.91 --159.33,177.98 --159.43,178.05 --159.54,178.13 --159.65,178.2 --159.75,178.27 --159.86,178.35 --159.97,178.42 --160.07,178.49 --160.18,178.56 --160.28,178.64 --160.39,178.71 --160.5,178.78 --160.6,178.86 --160.71,178.93 --160.82,179 --160.92,179.07 --161.03,179.15 --161.13,179.22 --161.24,179.29 --161.35,179.37 --161.45,179.44 --161.56,179.51 --161.66,179.58 --161.77,179.66 --161.88,179.73 --161.98,179.8 --162.09,179.88 --162.19,179.95 --162.3,180.02 --162.41,180.09 --162.51,180.17 --162.62,180.24 --162.72,180.31 --162.83,180.39 --162.94,180.46 --163.04,180.53 --163.15,180.6 --163.25,180.68 --163.36,180.75 --163.74,181.17 --163.84,181.25 --163.95,181.32 --164.06,181.39 --164.16,181.47 --164.27,181.54 --164.38,181.61 --164.48,181.69 --164.59,181.76 --164.7,181.83 --164.8,181.91 --164.91,181.98 --165.01,182.05 --165.12,182.13 --165.23,182.2 --165.33,182.27 --165.44,182.35 --165.54,182.42 --165.65,182.49 --165.76,182.57 --165.86,182.64 --165.97,182.71 --166.08,182.79 --166.18,182.86 --166.29,182.93 --166.39,183 --166.5,183.08 --166.61,183.15 --166.71,183.22 --166.82,183.3 --166.92,183.37 --167.03,183.44 --167.14,183.52 --167.24,183.59 --167.35,183.66 --167.45,183.73 --167.56,183.81 --167.67,183.88 --167.77,183.95 --167.88,184.03 --167.98,184.1 --168.09,184.17 --168.19,184.24 --168.3,184.32 --168.41,184.39 --168.51,184.46 --168.62,184.53 --168.72,184.61 --168.83,184.68 --168.93,184.75 --169.04,184.82 --169.14,184.89 --169.25,184.97 --169.36,185.04 --169.46,185.11 --169.57,185.18 --169.67,185.25 --169.78,185.33 --169.88,185.4 --169.99,185.47 --170.09,185.54 --170.2,185.62 --170.3,185.69 --170.41,185.76 --170.51,185.83 --170.62,185.9 --170.72,185.97 --170.83,186.05 --170.93,186.12 --171.04,186.19 --171.14,186.26 --171.25,186.33 --171.35,186.4 --171.46,186.48 --171.56,186.55 --171.67,186.62 --171.77,186.69 --171.88,186.76 --171.98,186.83 --172.09,186.9 --172.19,186.98 --172.3,187.05 --172.4,187.12 --172.51,187.19 --172.61,187.26 --172.72,187.33 --172.82,187.4 --172.93,187.47 --173.03,187.55 --173.14,187.62 --173.24,187.69 --173.35,187.76 --173.45,187.83 --173.56,187.9 --173.66,187.97 --173.76,188.04 --173.87,188.11 --173.97,188.18 --174.08,188.25 --174.18,188.32 --174.62,188.66 --174.73,188.73 --174.83,188.8 --174.93,188.87 --175.04,188.94 --175.14,189.01 --175.25,189.08 --175.35,189.15 --175.45,189.22 --175.56,189.29 --175.66,189.37 --175.77,189.44 --175.87,189.51 --175.97,189.58 --176.08,189.65 --176.18,189.72 --176.28,189.79 --176.39,189.86 --176.49,189.93 --176.59,190 --176.7,190.07 --176.8,190.14 --176.9,190.2 --177,190.27 --177.11,190.34 --177.21,190.41 --177.31,190.48 --177.41,190.55 --177.52,190.62 --177.62,190.69 --177.72,190.76 --177.82,190.83 --177.92,190.9 --178.03,190.97 --178.13,191.04 --178.23,191.11 --178.33,191.18 --178.43,191.24 --178.53,191.31 --178.64,191.38 --178.74,191.45 --178.84,191.52 --178.94,191.58 --179.05,191.65 --179.15,191.72 --179.25,191.79 --179.35,191.86 --179.45,191.92 --179.55,191.99 --179.66,192.06 --179.76,192.13 --179.86,192.19 --179.96,192.26 --180.06,192.33 --180.16,192.4 --180.26,192.46 --180.37,192.53 --180.47,192.6 --180.57,192.66 --180.67,192.73 --180.77,192.8 --180.87,192.86 --180.97,192.93 --181.07,193 --181.17,193.06 --181.27,193.13 --181.38,193.19 --181.48,193.26 --181.58,193.33 --181.68,193.39 --181.78,193.46 --181.88,193.53 --181.98,193.59 --182.08,193.66 --182.18,193.72 --182.28,193.79 --182.38,193.85 --182.48,193.92 --182.58,193.99 --182.68,194.05 --182.78,194.12 --182.88,194.18 --182.98,194.25 --183.08,194.31 --183.18,194.38 --183.28,194.45 --183.38,194.51 --183.48,194.58 --183.58,194.64 --183.68,194.71 --183.78,194.77 --183.88,194.84 --183.98,194.9 --184.07,194.97 --184.17,195.03 --184.27,195.1 --184.37,195.16 --184.47,195.23 --184.57,195.29 --184.67,195.36 --185.27,195.66 --185.37,195.73 --185.47,195.79 --185.57,195.85 --185.67,195.92 --185.77,195.98 --185.87,196.05 --185.97,196.11 --186.07,196.18 --186.16,196.24 --186.26,196.31 --186.36,196.37 --186.46,196.43 --186.56,196.5 --186.66,196.56 --186.75,196.63 --186.85,196.69 --186.95,196.75 --187.05,196.82 --187.15,196.88 --187.24,196.95 --187.34,197.01 --187.44,197.07 --187.54,197.14 --187.64,197.2 --187.73,197.27 --187.83,197.33 --187.93,197.39 --188.03,197.46 --188.12,197.52 --188.22,197.58 --188.32,197.65 --188.42,197.71 --188.51,197.78 --188.61,197.84 --188.71,197.9 --188.8,197.97 --188.9,198.03 --189,198.09 --189.1,198.15 --189.19,198.22 --189.29,198.28 --189.39,198.34 --189.48,198.41 --189.58,198.47 --189.68,198.53 --189.77,198.6 --189.87,198.66 --189.97,198.72 --190.06,198.78 --190.16,198.85 --190.26,198.91 --190.35,198.97 --190.45,199.03 --190.55,199.1 --190.64,199.16 --190.74,199.22 --190.83,199.28 --190.93,199.35 --191.03,199.41 --191.12,199.47 --191.22,199.53 --191.31,199.59 --191.41,199.66 --191.51,199.72 --191.6,199.78 --191.7,199.84 --191.79,199.9 --191.89,199.96 --191.98,200.03 --192.08,200.09 --192.17,200.15 --192.27,200.21 --192.36,200.27 --192.46,200.33 --192.55,200.39 --192.65,200.46 --192.74,200.52 --192.84,200.58 --192.93,200.64 --193.03,200.7 --193.12,200.76 --193.22,200.82 --193.31,200.88 --193.4,200.94 --193.5,201.01 --193.59,201.07 --193.69,201.13 --193.78,201.19 --193.87,201.25 --193.97,201.31 --194.06,201.37 --194.16,201.43 --194.25,201.49 --194.34,201.55 --194.44,201.61 --194.53,201.67 --194.62,201.73 --194.72,201.79 --194.81,201.85 --195.47,202.19 --195.56,202.25 --195.66,202.31 --195.75,202.37 --195.84,202.43 --195.94,202.49 --196.03,202.55 --196.13,202.61 --196.22,202.67 --196.31,202.73 --196.41,202.79 --196.5,202.85 --196.6,202.91 --196.69,202.97 --196.78,203.03 --196.88,203.09 --196.97,203.15 --197.06,203.21 --197.16,203.27 --197.25,203.33 --197.34,203.39 --197.44,203.45 --197.53,203.51 --197.62,203.57 --197.72,203.62 --197.81,203.68 --197.9,203.74 --198,203.8 --198.09,203.86 --198.18,203.92 --198.27,203.98 --198.37,204.04 --198.46,204.09 --198.55,204.15 --198.64,204.21 --198.74,204.27 --198.83,204.33 --198.92,204.39 --199.01,204.45 --199.1,204.5 --199.2,204.56 --199.29,204.62 --199.38,204.68 --199.47,204.74 --199.56,204.79 --199.65,204.85 --199.75,204.91 --199.84,204.97 --199.93,205.03 --200.02,205.09 --200.11,205.14 --200.2,205.2 --200.29,205.26 --200.38,205.32 --200.47,205.37 --200.56,205.43 --200.66,205.49 --200.75,205.55 --200.84,205.6 --200.93,205.66 --201.02,205.72 --201.11,205.78 --201.2,205.83 --201.29,205.89 --201.38,205.95 --201.47,206 --201.56,206.06 --201.65,206.12 --201.73,206.17 --201.82,206.23 --201.91,206.29 --202,206.34 --202.09,206.4 --202.18,206.46 --202.27,206.51 --202.35,206.57 --202.44,206.62 --202.53,206.68 --202.62,206.74 --202.71,206.79 --202.8,206.85 --202.88,206.9 --202.97,206.96 --203.06,207.01 --203.15,207.07 --203.23,207.12 --203.32,207.18 --203.41,207.23 --203.5,207.29 --203.58,207.34 --203.67,207.4 --203.76,207.45 --203.85,207.51 --203.93,207.56 --204.02,207.62 --204.11,207.67 --204.19,207.73 --204.28,207.78 --204.37,207.84 --204.45,207.89 --205.09,208.28 --205.17,208.33 --205.26,208.39 --205.35,208.44 --205.43,208.5 --205.52,208.55 --205.61,208.6 --205.69,208.66 --205.78,208.71 --205.86,208.76 --205.95,208.82 --206.04,208.87 --206.12,208.92 --206.21,208.98 --206.29,209.03 --206.38,209.08 --206.46,209.14 --206.55,209.19 --206.63,209.24 --206.72,209.29 --206.8,209.35 --206.89,209.4 --206.97,209.45 --207.06,209.5 --207.14,209.56 --207.23,209.61 --207.31,209.66 --207.39,209.71 --207.48,209.76 --207.56,209.82 --207.65,209.87 --207.73,209.92 --207.81,209.97 --207.9,210.02 --207.98,210.07 --208.06,210.12 --208.14,210.18 --208.23,210.23 --208.31,210.28 --208.39,210.33 --208.47,210.38 --208.55,210.43 --208.64,210.48 --208.72,210.53 --208.8,210.58 --208.88,210.63 --208.96,210.68 --209.04,210.73 --209.12,210.78 --209.21,210.83 --209.29,210.89 --209.37,210.94 --209.45,210.99 --209.53,211.04 --209.61,211.09 --209.69,211.14 --209.77,211.19 --209.85,211.24 --209.93,211.29 --210,211.34 --210.08,211.39 --210.16,211.44 --210.24,211.49 --210.32,211.54 --210.4,211.59 --210.48,211.64 --210.55,211.69 --210.63,211.74 --210.71,211.79 --210.79,211.84 --210.86,211.89 --210.94,211.94 --211.02,211.98 --211.09,212.03 --211.17,212.08 --211.25,212.13 --211.32,212.18 --211.4,212.23 --211.47,212.28 --211.55,212.33 --211.62,212.38 --211.7,212.43 --211.77,212.48 --211.85,212.53 --211.92,212.58 --211.99,212.63 --212.07,212.68 --212.14,212.73 --212.21,212.78 --212.29,212.83 --212.36,212.88 --212.43,212.93 --212.5,212.98 --212.58,213.03 --212.65,213.08 --212.72,213.13 --212.79,213.18 --212.86,213.23 --212.94,213.28 --213.01,213.33 --213.51,213.83 --213.58,213.88 --213.65,213.93 --213.72,213.98 --213.79,214.03 --213.86,214.08 --213.93,214.13 --214,214.18 --214.07,214.23 --214.14,214.28 --214.21,214.33 --214.28,214.38 --214.35,214.43 --214.42,214.48 --214.49,214.53 --214.55,214.58 --214.62,214.63 --214.69,214.68 --214.76,214.73 --214.82,214.78 --214.89,214.84 --214.96,214.89 --215.02,214.94 --215.09,214.99 --215.16,215.04 --215.22,215.09 --215.29,215.14 --215.35,215.19 --215.42,215.24 --215.48,215.29 --215.55,215.35 --215.61,215.4 --215.67,215.45 --215.74,215.5 --215.8,215.55 --215.87,215.6 --215.93,215.65 --215.99,215.71 --216.06,215.76 --216.12,215.81 --216.18,215.86 --216.24,215.91 --216.31,215.96 --216.37,216.02 --216.43,216.07 --216.49,216.12 --216.55,216.17 --216.61,216.23 --216.68,216.28 --216.74,216.33 --216.8,216.38 --216.86,216.44 --216.92,216.49 --216.98,216.54 --217.04,216.59 --217.1,216.65 --217.16,216.7 --217.22,216.75 --217.28,216.81 --217.33,216.86 --217.39,216.91 --217.45,216.97 --217.51,217.02 --217.57,217.07 --217.63,217.13 --217.68,217.18 --217.74,217.23 --217.8,217.29 --217.85,217.34 --217.91,217.4 --217.97,217.45 --218.02,217.5 --218.08,217.56 --218.14,217.61 --218.19,217.67 --218.25,217.72 --218.3,217.78 --218.36,217.83 --218.41,217.88 --218.47,217.94 --218.52,217.99 --218.58,218.05 --218.63,218.1 --218.68,218.16 --218.74,218.21 --218.79,218.27 --218.84,218.33 --218.9,218.38 --218.95,218.44 --219,218.49 --219.05,218.55 --219.11,218.6 --219.16,218.66 --219.21,218.72 --219.26,218.77 --219.31,218.83 --219.36,218.88 --219.41,218.94 --219.46,219 --219.51,219.05 --220,219.55 --220.05,219.6 --220.1,219.66 --220.15,219.72 --220.2,219.78 --220.25,219.83 --220.3,219.89 --220.35,219.95 --220.4,220.01 --220.45,220.07 --220.49,220.12 --220.54,220.18 --220.59,220.24 --220.64,220.3 --220.68,220.36 --220.73,220.41 --220.78,220.47 --220.82,220.53 --220.87,220.59 --220.91,220.65 --220.96,220.71 --221.01,220.77 --221.05,220.82 --221.09,220.88 --221.14,220.94 --221.18,221 --221.23,221.06 --221.27,221.12 --221.31,221.18 --221.36,221.24 --221.4,221.3 --221.44,221.36 --221.49,221.42 --221.53,221.48 --221.57,221.54 --221.61,221.59 --221.65,221.65 --221.7,221.71 --221.74,221.77 --221.78,221.83 --221.82,221.89 --221.86,221.95 --221.9,222.01 --221.94,222.07 --221.98,222.13 --222.02,222.19 --222.06,222.25 --222.1,222.31 --222.14,222.37 --222.18,222.43 --222.21,222.49 --222.25,222.55 --222.29,222.61 --222.33,222.67 --222.36,222.73 --222.4,222.79 --222.44,222.85 --222.47,222.91 --222.51,222.97 --222.55,223.02 --222.58,223.08 --222.62,223.14 --222.65,223.2 --222.69,223.26 --222.73,223.32 --222.76,223.38 --222.8,223.44 --222.83,223.5 --222.86,223.56 --222.9,223.62 --222.93,223.68 --222.97,223.74 --223,223.8 --223.03,223.86 --223.07,223.92 --223.1,223.98 --223.13,224.04 --223.17,224.09 --223.2,224.15 --223.23,224.21 --223.26,224.27 --223.3,224.33 --223.33,224.39 --223.36,224.45 --223.39,224.51 --223.42,224.57 --223.45,224.63 --223.48,224.69 --223.51,224.75 --223.54,224.81 --223.57,224.87 --223.6,224.92 --223.63,224.98 --223.66,225.04 --223.69,225.1 --223.72,225.16 --223.75,225.22 --223.78,225.28 --223.81,225.34 --223.84,225.4 --224.27,225.95 --224.3,226.01 --224.33,226.07 --224.36,226.13 --224.38,226.19 --224.41,226.25 --224.44,226.31 --224.47,226.37 --224.49,226.43 --224.52,226.49 --224.55,226.55 --224.58,226.61 --224.6,226.67 --224.63,226.73 --224.65,226.79 --224.68,226.85 --224.71,226.91 --224.73,226.96 --224.76,227.02 --224.78,227.08 --224.81,227.14 --224.83,227.2 --224.86,227.26 --224.88,227.32 --224.91,227.38 --224.93,227.44 --224.96,227.5 --224.98,227.55 --225.01,227.61 --225.03,227.67 --225.06,227.73 --225.08,227.79 --225.1,227.85 --225.13,227.91 --225.15,227.96 --225.18,228.02 --225.2,228.08 --225.23,228.14 --225.25,228.2 --225.28,228.26 --225.3,228.31 --225.33,228.37 --225.35,228.43 --225.38,228.49 --225.4,228.55 --225.43,228.61 --225.45,228.66 --225.48,228.72 --225.5,228.78 --225.53,228.84 --225.55,228.9 --225.58,228.96 --225.6,229.01 --225.62,229.07 --225.65,229.13 --225.67,229.19 --225.7,229.25 --225.72,229.31 --225.75,229.36 --225.77,229.42 --225.8,229.48 --225.82,229.54 --225.85,229.6 --225.87,229.66 --225.89,229.71 --225.92,229.77 --225.94,229.83 --225.97,229.89 --225.99,229.95 --226.02,230.01 --226.04,230.07 --226.06,230.12 --226.09,230.18 --226.11,230.24 --226.13,230.3 --226.16,230.36 --226.18,230.42 --226.2,230.48 --226.23,230.54 --226.25,230.6 --226.28,230.66 --226.3,230.72 --226.32,230.78 --226.35,230.83 --226.37,230.89 --226.39,230.95 --226.42,231.01 --226.44,231.07 --226.46,231.13 --226.48,231.19 --226.51,231.25 --226.53,231.31 --226.55,231.37 --226.58,231.43 --226.6,231.49 --226.62,231.55 --226.65,231.61 --226.67,231.66 --226.69,231.72 --226.72,231.78 --227.04,232.45 --227.06,232.51 --227.09,232.57 --227.11,232.63 --227.13,232.69 --227.16,232.75 --227.18,232.81 --227.2,232.87 --227.23,232.93 --227.25,232.99 --227.27,233.05 --227.3,233.11 --227.32,233.17 --227.34,233.23 --227.37,233.29 --227.39,233.34 --227.42,233.4 --227.44,233.46 --227.46,233.52 --227.49,233.58 --227.51,233.64 --227.53,233.7 --227.56,233.76 --227.58,233.82 --227.6,233.88 --227.63,233.94 --227.65,233.99 --227.68,234.05 --227.7,234.11 --227.72,234.17 --227.75,234.23 --227.77,234.29 --227.8,234.35 --227.82,234.4 --227.84,234.46 --227.87,234.52 --227.89,234.58 --227.92,234.64 --227.94,234.69 --227.97,234.75 --227.99,234.81 --228.01,234.87 --228.04,234.93 --228.06,234.98 --228.08,235.04 --228.11,235.1 --228.13,235.16 --228.15,235.22 --228.18,235.27 --228.2,235.33 --228.22,235.39 --228.25,235.45 --228.27,235.51 --228.3,235.56 --228.32,235.62 --228.34,235.68 --228.37,235.74 --228.39,235.8 --228.42,235.85 --228.44,235.91 --228.47,235.97 --228.49,236.03 --228.52,236.08 --228.55,236.14 --228.57,236.2 --228.6,236.25 --228.62,236.31 --228.65,236.37 --228.68,236.43 --228.7,236.48 --228.73,236.54 --228.76,236.6 --228.78,236.65 --228.81,236.71 --228.84,236.77 --228.86,236.82 --228.89,236.88 --228.92,236.93 --228.95,236.99 --228.97,237.05 --229,237.1 --229.03,237.16 --229.06,237.22 --229.08,237.27 --229.11,237.33 --229.14,237.38 --229.17,237.44 --229.2,237.49 --229.22,237.55 --229.25,237.6 --229.28,237.66 --229.31,237.71 --229.34,237.77 --229.37,237.82 --229.4,237.88 --229.43,237.93 --229.46,237.99 --229.49,238.04 --229.52,238.09 --229.55,238.15 --229.79,238.82 --229.82,238.88 --229.85,238.93 --229.88,238.98 --229.91,239.04 --229.94,239.09 --229.98,239.15 --230.01,239.2 --230.04,239.26 --230.07,239.31 --230.1,239.36 --230.13,239.42 --230.17,239.47 --230.2,239.52 --230.23,239.58 --230.26,239.63 --230.3,239.68 --230.33,239.74 --230.36,239.79 --230.39,239.84 --230.43,239.9 --230.46,239.95 --230.49,240 --230.53,240.05 --230.56,240.11 --230.6,240.16 --230.63,240.21 --230.66,240.26 --230.7,240.31 --230.73,240.37 --230.77,240.42 --230.8,240.47 --230.84,240.52 --230.87,240.57 --230.91,240.62 --230.94,240.67 --230.98,240.72 --231.01,240.77 --231.05,240.82 --231.09,240.88 --231.12,240.93 --231.16,240.98 --231.2,241.03 --231.23,241.07 --231.27,241.12 --231.31,241.17 --231.34,241.22 --231.38,241.27 --231.42,241.32 --231.46,241.37 --231.5,241.42 --231.53,241.47 --231.57,241.52 --231.61,241.56 --231.65,241.61 --231.69,241.66 --231.73,241.71 --231.77,241.76 --231.81,241.8 --231.85,241.85 --231.88,241.9 --231.92,241.95 --231.96,241.99 --232,242.04 --232.05,242.09 --232.09,242.13 --232.13,242.18 --232.17,242.22 --232.21,242.27 --232.25,242.32 --232.29,242.36 --232.33,242.41 --232.37,242.45 --232.42,242.5 --232.46,242.54 --232.5,242.59 --232.54,242.63 --232.58,242.68 --232.63,242.72 --232.67,242.76 --232.71,242.81 --232.75,242.85 --232.8,242.89 --232.84,242.94 --232.88,242.98 --232.93,243.02 --232.97,243.07 --233.02,243.11 --233.06,243.15 --233.1,243.19 --233.15,243.24 --233.19,243.28 --233.24,243.32 --233.28,243.36 --233.33,243.4 --233.37,243.44 --233.42,243.48 --233.46,243.52 --233.51,243.56 --233.56,243.6 --233.74,244.26 --233.79,244.3 --233.83,244.34 --233.88,244.38 --233.93,244.42 --233.97,244.46 --234.02,244.5 --234.07,244.54 --234.12,244.57 --234.16,244.61 --234.21,244.65 --234.26,244.69 --234.31,244.73 --234.36,244.77 --234.41,244.8 --234.45,244.84 --234.5,244.88 --234.55,244.91 --234.6,244.95 --234.65,244.99 --234.7,245.02 --234.75,245.06 --234.8,245.09 --234.85,245.13 --234.9,245.16 --234.95,245.2 --235,245.23 --235.05,245.27 --235.1,245.3 --235.15,245.34 --235.21,245.37 --235.26,245.4 --235.31,245.44 --235.36,245.47 --235.41,245.5 --235.46,245.54 --235.51,245.57 --235.57,245.6 --235.62,245.63 --235.67,245.67 --235.72,245.7 --235.77,245.73 --235.83,245.76 --235.88,245.79 --235.93,245.82 --235.98,245.86 --236.04,245.89 --236.09,245.92 --236.14,245.95 --236.19,245.98 --236.25,246.01 --236.3,246.04 --236.35,246.06 --236.41,246.09 --236.46,246.12 --236.51,246.15 --236.57,246.18 --236.62,246.21 --236.67,246.23 --236.73,246.26 --236.78,246.29 --236.83,246.31 --236.89,246.34 --236.94,246.37 --237,246.39 --237.05,246.42 --237.1,246.44 --237.16,246.47 --237.21,246.49 --237.27,246.52 --237.32,246.54 --237.38,246.56 --237.43,246.59 --237.49,246.61 --237.54,246.63 --237.59,246.65 --237.65,246.68 --237.7,246.7 --237.76,246.72 --237.81,246.74 --237.87,246.76 --237.92,246.78 --237.98,246.8 --238.03,246.82 --238.09,246.84 --238.15,246.86 --238.2,246.88 --238.26,246.9 --238.31,246.92 --238.37,246.94 --238.42,246.96 --238.48,246.97 --238.53,246.99 --238.59,247.01 --238.64,247.03 --238.7,247.04 --238.76,247.06 --238.81,247.08 --238.87,247.09 --238.92,247.11 --239.02,247.66 --239.08,247.68 --239.13,247.7 --239.19,247.71 --239.24,247.73 --239.3,247.74 --239.36,247.75 --239.41,247.77 --239.47,247.78 --239.52,247.79 --239.58,247.81 --239.64,247.82 --239.69,247.83 --239.75,247.84 --239.8,247.85 --239.86,247.86 --239.92,247.87 --239.97,247.88 --240.03,247.89 --240.08,247.9 --240.14,247.91 --240.2,247.92 --240.25,247.93 --240.31,247.94 --240.36,247.95 --240.42,247.95 --240.48,247.96 --240.53,247.97 --240.59,247.97 --240.64,247.98 --240.7,247.99 --240.76,247.99 --240.81,248 --240.87,248 --240.92,248.01 --240.98,248.01 --241.04,248.01 --241.09,248.02 --241.15,248.02 --241.21,248.02 --241.26,248.03 --241.32,248.03 --241.37,248.03 --241.43,248.03 --241.48,248.03 --241.54,248.03 --241.6,248.04 --241.65,248.04 --241.71,248.04 --241.76,248.04 --241.82,248.04 --241.87,248.03 --241.93,248.03 --241.98,248.03 --242.04,248.03 --242.09,248.03 --242.15,248.03 --242.2,248.02 --242.26,248.02 --242.31,248.02 --242.37,248.01 --242.42,248.01 --242.47,248.01 --242.53,248 --242.58,248 --242.64,247.99 --242.69,247.99 --242.75,247.98 --242.8,247.97 --242.85,247.97 --242.91,247.96 --242.96,247.95 --243.01,247.94 --243.07,247.94 --243.12,247.93 --243.17,247.92 --243.23,247.91 --243.28,247.9 --243.33,247.9 --243.39,247.89 --243.44,247.88 --243.49,247.87 --243.54,247.86 --243.6,247.85 --243.65,247.84 --243.7,247.83 --243.75,247.82 --243.8,247.8 --243.86,247.79 --243.91,247.78 --243.96,247.77 --244.01,247.76 --244.06,247.75 --244.11,247.73 --244.16,247.72 --244.21,247.71 --244.26,247.69 --244.31,247.68 --244.36,247.67 --244.41,247.65 --244.42,247.96 --244.47,247.95 --244.52,247.93 --244.57,247.92 --244.62,247.9 --244.67,247.89 --244.72,247.87 --244.77,247.85 --244.81,247.84 --244.86,247.82 --244.91,247.8 --244.96,247.79 --245.01,247.77 --245.05,247.75 --245.1,247.73 --245.15,247.71 --245.2,247.69 --245.24,247.68 --245.29,247.66 --245.34,247.64 --245.38,247.62 --245.43,247.6 --245.47,247.58 --245.52,247.56 --245.57,247.54 --245.61,247.52 --245.66,247.5 --245.7,247.48 --245.75,247.46 --245.79,247.43 --245.84,247.41 --245.88,247.39 --245.93,247.37 --245.97,247.35 --246.02,247.33 --246.06,247.3 --246.11,247.28 --246.15,247.26 --246.2,247.23 --246.24,247.21 --246.28,247.19 --246.33,247.16 --246.37,247.14 --246.42,247.12 --246.46,247.09 --246.5,247.07 --246.55,247.04 --246.59,247.02 --246.63,246.99 --246.67,246.97 --246.72,246.94 --246.76,246.92 --246.8,246.89 --246.84,246.87 --246.89,246.84 --246.93,246.82 --246.97,246.79 --247.01,246.76 --247.05,246.74 --247.09,246.71 --247.14,246.68 --247.18,246.66 --247.22,246.63 --247.26,246.6 --247.3,246.58 --247.34,246.55 --247.38,246.52 --247.42,246.5 --247.46,246.47 --247.5,246.44 --247.54,246.41 --247.58,246.39 --247.62,246.36 --247.66,246.33 --247.7,246.3 --247.74,246.27 --247.78,246.25 --247.82,246.22 --247.86,246.19 --247.89,246.16 --247.93,246.13 --247.97,246.1 --248.01,246.07 --248.04,246.04 --248.08,246.01 --248.12,245.98 --248.16,245.96 --248.19,245.93 --248.23,245.9 --248.27,245.87 --248.3,245.84 --248.34,245.81 --248.38,245.78 --248.41,245.75 --248.45,245.72 --248.48,245.69 --248.52,245.66 --248.55,245.63 --248.59,245.6 --248.62,245.57 --248.54,245.91 --248.57,245.88 --248.6,245.85 --248.64,245.82 --248.67,245.79 --248.71,245.76 --248.74,245.73 --248.77,245.71 --248.81,245.68 --248.84,245.65 --248.87,245.61 --248.91,245.58 --248.94,245.55 --248.97,245.52 --249.01,245.49 --249.04,245.46 --249.07,245.43 --249.11,245.4 --249.14,245.37 --249.17,245.34 --249.2,245.31 --249.24,245.28 --249.27,245.25 --249.3,245.22 --249.34,245.19 --249.37,245.16 --249.4,245.13 --249.43,245.1 --249.47,245.07 --249.5,245.04 --249.53,245.01 --249.56,244.98 --249.59,244.95 --249.63,244.92 --249.66,244.89 --249.69,244.85 --249.72,244.82 --249.75,244.79 --249.78,244.76 --249.82,244.73 --249.85,244.7 --249.88,244.67 --249.91,244.64 --249.94,244.61 --249.97,244.58 --250,244.54 --250.03,244.51 --250.07,244.48 --250.1,244.45 --250.13,244.42 --250.16,244.39 --250.19,244.36 --250.22,244.33 --250.25,244.3 --250.28,244.27 --250.31,244.24 --250.34,244.21 --250.37,244.18 --250.4,244.14 --250.43,244.11 --250.46,244.08 --250.5,244.05 --250.53,244.02 --250.56,243.99 --250.59,243.96 --250.62,243.93 --250.65,243.9 --250.68,243.87 --250.71,243.84 --250.74,243.81 --250.77,243.78 --250.8,243.75 --250.83,243.72 --250.86,243.69 --250.89,243.66 --250.92,243.63 --250.95,243.6 --250.98,243.57 --251.01,243.54 --251.05,243.51 --251.08,243.48 --251.11,243.46 --251.14,243.43 --251.17,243.4 --251.2,243.37 --251.23,243.34 --251.27,243.31 --251.3,243.28 --251.33,243.26 --251.36,243.23 --251.39,243.2 --251.43,243.17 --251.46,243.14 --251.49,243.11 --251.52,243.09 --251.56,243.06 --251.59,243.03 --251.62,243 --251.66,242.97 --251.69,242.94 --251.55,243.08 --251.59,243.05 --251.62,243.02 --251.65,242.99 --251.69,242.96 --251.72,242.93 --251.75,242.91 --251.79,242.88 --251.82,242.85 --251.85,242.82 --251.89,242.8 --251.92,242.77 --251.96,242.74 --251.99,242.71 --252.02,242.68 --252.06,242.66 --252.09,242.63 --252.13,242.6 --252.16,242.57 --252.2,242.54 --252.23,242.52 --252.26,242.49 --252.3,242.46 --252.33,242.43 --252.37,242.4 --252.4,242.38 --252.44,242.35 --252.47,242.32 --252.51,242.29 --252.55,242.27 --252.58,242.24 --252.62,242.21 --252.66,242.19 --252.69,242.16 --252.73,242.13 --252.77,242.11 --252.81,242.08 --252.84,242.06 --252.88,242.03 --252.92,242.01 --252.96,241.98 --253,241.95 --253.04,241.93 --253.08,241.91 --253.12,241.88 --253.16,241.86 --253.2,241.83 --253.24,241.81 --253.28,241.79 --253.32,241.76 --253.36,241.74 --253.4,241.72 --253.44,241.69 --253.48,241.67 --253.53,241.65 --253.57,241.63 --253.61,241.6 --253.65,241.58 --253.7,241.56 --253.74,241.54 --253.78,241.51 --253.82,241.49 --253.87,241.47 --253.91,241.45 --253.95,241.43 --254,241.41 --254.04,241.39 --254.09,241.37 --254.13,241.35 --254.18,241.32 --254.22,241.3 --254.26,241.28 --254.31,241.26 --254.35,241.24 --254.4,241.22 --254.44,241.2 --254.49,241.18 --254.53,241.16 --254.58,241.14 --254.62,241.13 --254.67,241.11 --254.72,241.09 --254.76,241.07 --254.81,241.05 --254.86,241.03 --254.9,241.02 --254.95,241 --255,240.98 --255.05,240.96 --255.1,240.94 --255.14,240.93 --255.19,240.91 --255.24,240.89 --255.29,240.88 --255.34,240.86 --255.39,240.84 --255.44,240.83 --255.49,240.81 --255.54,240.8 --255.59,240.78 --255.48,240.95 --255.53,240.93 --255.58,240.92 --255.63,240.91 --255.68,240.89 --255.73,240.88 --255.78,240.87 --255.83,240.85 --255.88,240.84 --255.94,240.83 --255.99,240.82 --256.04,240.8 --256.09,240.79 --256.14,240.78 --256.2,240.77 --256.25,240.76 --256.3,240.75 --256.36,240.74 --256.41,240.73 --256.46,240.72 --256.52,240.71 --256.57,240.7 --256.62,240.69 --256.68,240.68 --256.73,240.67 --256.79,240.66 --256.84,240.65 --256.9,240.65 --256.95,240.64 --257.01,240.63 --257.06,240.62 --257.12,240.62 --257.17,240.61 --257.23,240.6 --257.28,240.59 --257.34,240.59 --257.4,240.58 --257.45,240.58 --257.51,240.57 --257.56,240.57 --257.62,240.56 --257.68,240.56 --257.73,240.55 --257.79,240.55 --257.85,240.55 --257.91,240.54 --257.96,240.54 --258.02,240.54 --258.08,240.54 --258.14,240.54 --258.2,240.53 --258.25,240.53 --258.31,240.53 --258.37,240.53 --258.43,240.53 --258.49,240.53 --258.55,240.53 --258.61,240.54 --258.67,240.54 --258.73,240.54 --258.79,240.54 --258.85,240.54 --258.91,240.54 --258.97,240.55 --259.03,240.55 --259.09,240.55 --259.15,240.56 --259.21,240.56 --259.27,240.57 --259.33,240.57 --259.39,240.58 --259.45,240.58 --259.51,240.59 --259.57,240.6 --259.63,240.6 --259.69,240.61 --259.76,240.62 --259.82,240.63 --259.88,240.64 --259.94,240.65 --260,240.65 --260.06,240.66 --260.13,240.67 --260.19,240.68 --260.25,240.69 --260.31,240.71 --260.37,240.72 --260.44,240.73 --260.5,240.74 --260.56,240.75 --260.63,240.76 --260.69,240.77 --260.75,240.79 --260.82,240.8 --260.88,240.81 --260.94,240.82 --261.01,240.84 --261.07,240.85 --261.14,240.86 --261.2,240.88 --261.19,241.03 --261.26,241.05 --261.32,241.06 --261.39,241.08 --261.45,241.09 --261.52,241.11 --261.58,241.12 --261.65,241.14 --261.71,241.16 --261.78,241.17 --261.85,241.19 --261.91,241.21 --261.98,241.23 --262.04,241.24 --262.11,241.26 --262.18,241.28 --262.24,241.3 --262.31,241.32 --262.38,241.34 --262.45,241.36 --262.51,241.38 --262.58,241.4 --262.65,241.42 --262.72,241.44 --262.78,241.46 --262.85,241.48 --262.92,241.5 --262.99,241.52 --263.06,241.54 --263.12,241.57 --263.19,241.59 --263.26,241.61 --263.33,241.63 --263.4,241.66 --263.47,241.68 --263.54,241.7 --263.61,241.73 --263.68,241.75 --263.75,241.78 --263.82,241.8 --263.88,241.83 --263.95,241.85 --264.03,241.88 --264.1,241.9 --264.17,241.93 --264.24,241.95 --264.31,241.98 --264.38,242.01 --264.45,242.03 --264.52,242.06 --264.59,242.09 --264.66,242.12 --264.73,242.14 --264.8,242.17 --264.88,242.2 --264.95,242.23 --265.02,242.26 --265.09,242.29 --265.16,242.32 --265.24,242.34 --265.31,242.37 --265.38,242.4 --265.45,242.43 --265.53,242.46 --265.6,242.49 --265.67,242.52 --265.75,242.55 --265.82,242.58 --265.89,242.61 --265.97,242.64 --266.04,242.68 --266.12,242.71 --266.19,242.74 --266.27,242.77 --266.34,242.8 --266.41,242.83 --266.49,242.86 --266.56,242.9 --266.64,242.93 --266.71,242.96 --266.79,242.99 --266.87,243.03 --266.94,243.06 --267.02,243.09 --267.09,243.13 --267.17,243.16 --267.24,243.2 --267.32,243.23 --267.4,243.26 --267.47,243.3 --267.55,243.33 --267.63,243.37 --267.7,243.4 --267.78,243.44 --267.86,243.47 --267.93,243.51 --268.01,243.55 --268.09,243.58 --268.17,243.62 --268.24,243.66 --268.23,243.72 --268.31,243.75 --268.39,243.79 --268.47,243.83 --268.54,243.86 --268.62,243.9 --268.7,243.94 --268.78,243.98 --268.86,244.02 --268.94,244.06 --269.01,244.1 --269.09,244.13 --269.17,244.17 --269.25,244.21 --269.33,244.25 --269.41,244.29 --269.49,244.33 --269.57,244.37 --269.65,244.41 --269.73,244.45 --269.81,244.49 --269.89,244.53 --269.97,244.58 --270.05,244.62 --270.13,244.66 --270.21,244.7 --270.29,244.74 --270.37,244.78 --270.45,244.83 --270.53,244.87 --270.62,244.91 --270.7,244.95 --270.78,245 --270.86,245.04 --270.94,245.08 --271.02,245.13 --271.11,245.17 --271.19,245.21 --271.27,245.26 --271.35,245.3 --271.43,245.35 --271.52,245.39 --271.6,245.43 --271.68,245.48 --271.77,245.52 --271.85,245.57 --271.93,245.61 --272.01,245.66 --272.1,245.71 --272.18,245.75 --272.26,245.8 --272.35,245.84 --272.43,245.89 --272.52,245.94 --272.6,245.98 --272.68,246.03 --272.77,246.07 --272.85,246.12 --272.94,246.17 --273.02,246.22 --273.11,246.26 --273.19,246.31 --273.28,246.36 --273.36,246.4 --273.45,246.45 --273.53,246.5 --273.62,246.55 --273.7,246.6 --273.79,246.64 --273.87,246.69 --273.96,246.74 --274.05,246.79 --274.13,246.84 --274.22,246.89 --274.3,246.94 --274.39,246.99 --274.48,247.03 --274.56,247.08 --274.65,247.13 --274.74,247.18 --274.83,247.23 --274.91,247.28 --275,247.33 --275.09,247.38 --275.17,247.43 --275.26,247.48 --275.35,247.53 --275.44,247.58 --275.53,247.63 --275.61,247.68 --275.7,247.74 --275.79,247.79 --275.88,247.84 --275.97,247.89 --276.05,247.94 --276.14,247.99 --276.23,248.04 --276.32,248.09 --276.41,248.14 --276.5,248.2 --276.5,248.14 --276.59,248.19 --276.68,248.24 --276.77,248.29 --276.86,248.34 --276.95,248.4 --277.04,248.45 --277.13,248.5 --277.22,248.55 --277.31,248.6 --277.4,248.65 --277.49,248.71 --277.58,248.76 --277.67,248.81 --277.76,248.86 --277.85,248.91 --277.95,248.96 --278.04,249.02 --278.13,249.07 --278.22,249.12 --278.31,249.17 --278.4,249.23 --278.49,249.28 --278.59,249.33 --278.68,249.38 --278.77,249.43 --278.86,249.49 --278.95,249.54 --279.05,249.59 --279.14,249.64 --279.23,249.7 --279.32,249.75 --279.42,249.8 --279.51,249.85 --279.6,249.91 --279.69,249.96 --279.78,250.01 --279.88,250.07 --279.97,250.12 --280.06,250.17 --280.16,250.22 --280.25,250.28 --280.34,250.33 --280.43,250.38 --280.53,250.44 --280.62,250.49 --280.71,250.54 --280.81,250.6 --280.9,250.65 --280.99,250.7 --281.09,250.76 --281.18,250.81 --281.27,250.86 --281.37,250.92 --281.46,250.97 --281.55,251.02 --281.65,251.08 --281.74,251.13 --281.83,251.18 --281.93,251.24 --282.02,251.29 --282.11,251.35 --282.21,251.4 --282.3,251.45 --282.4,251.5 --282.49,251.56 --282.58,251.61 --282.68,251.66 --282.77,251.72 --282.86,251.77 --282.96,251.82 --283.05,251.88 --283.14,251.93 --283.24,251.98 --283.33,252.04 --283.42,252.09 --283.51,252.14 --283.61,252.2 --283.7,252.25 --283.79,252.31 --283.89,252.36 --283.98,252.41 --284.07,252.47 --284.16,252.52 --284.26,252.58 --284.35,252.63 --284.44,252.68 --284.54,252.74 --284.63,252.79 --284.73,252.84 --284.82,252.89 --284.91,252.95 --285,253 --285.1,253.05 --285.19,253.11 --285.28,253.16 --285.38,253.21 --285.47,253.27 --285.56,253.32 --285.65,253.37 --285.7,253.54 --285.8,253.6 --285.89,253.65 --285.98,253.7 --286.07,253.76 --286.17,253.81 --286.26,253.86 --286.35,253.92 --286.44,253.97 --286.54,254.02 --286.63,254.08 --286.72,254.13 --286.81,254.18 --286.91,254.24 --287,254.29 --287.09,254.34 --287.18,254.39 --287.28,254.45 --287.37,254.5 --287.46,254.55 --287.56,254.6 --287.65,254.66 --287.74,254.71 --287.83,254.76 --287.93,254.82 --288.02,254.87 --288.11,254.92 --288.21,254.97 --288.3,255.03 --288.39,255.08 --288.48,255.13 --288.58,255.19 --288.67,255.24 --288.76,255.29 --288.85,255.34 --288.95,255.4 --289.04,255.45 --289.13,255.5 --289.23,255.55 --289.32,255.6 --289.41,255.66 --289.5,255.71 --289.6,255.76 --289.69,255.81 --289.78,255.87 --289.87,255.92 --289.97,255.97 --290.06,256.02 --290.15,256.07 --290.25,256.13 --290.34,256.18 --290.43,256.23 --290.53,256.28 --290.62,256.34 --290.71,256.39 --290.81,256.44 --290.9,256.49 --291,256.55 --291.09,256.6 --291.18,256.65 --291.28,256.7 --291.37,256.76 --291.46,256.81 --291.56,256.86 --291.65,256.91 --291.75,256.97 --291.84,257.02 --291.94,257.07 --292.03,257.12 --292.12,257.18 --292.22,257.23 --292.31,257.28 --292.41,257.34 --292.5,257.39 --292.6,257.44 --292.69,257.49 --292.79,257.55 --292.88,257.6 --292.98,257.65 --293.07,257.71 --293.17,257.76 --293.26,257.81 --293.36,257.87 --293.45,257.92 --293.55,257.98 --293.64,258.03 --293.74,258.08 --293.83,258.14 --293.93,258.19 --294.02,258.25 --294.12,258.3 --294.22,258.35 --294.31,258.41 --294.41,258.46 --294.5,258.52 --294.6,258.57 --294.7,258.63 --294.79,258.68 --294.89,258.74 --294.99,258.79 --295.05,259.02 --295.14,259.08 --295.24,259.13 --295.34,259.19 --295.44,259.24 --295.53,259.3 --295.63,259.35 --295.73,259.41 --295.83,259.47 --295.92,259.52 --296.02,259.58 --296.12,259.63 --296.22,259.69 --296.32,259.75 --296.41,259.8 --296.51,259.86 --296.61,259.92 --296.71,259.97 --296.81,260.03 --296.9,260.08 --297,260.14 --297.1,260.2 --297.2,260.25 --297.3,260.31 --297.4,260.37 --297.5,260.42 --297.6,260.48 --297.7,260.54 --297.79,260.6 --297.89,260.65 --297.99,260.71 --298.09,260.77 --298.19,260.82 --298.29,260.88 --298.39,260.94 --298.49,261 --298.59,261.05 --298.69,261.11 --298.79,261.17 --298.89,261.23 --298.99,261.29 --299.09,261.34 --299.19,261.4 --299.29,261.46 --299.39,261.52 --299.49,261.58 --299.6,261.63 --299.7,261.69 --299.8,261.75 --299.9,261.81 --300,261.87 --300.1,261.93 --300.2,261.99 --300.3,262.05 --300.4,262.1 --300.5,262.16 --300.61,262.22 --300.71,262.28 --300.81,262.34 --300.91,262.4 --301.01,262.46 --301.11,262.52 --301.21,262.58 --301.32,262.64 --301.42,262.7 --301.52,262.75 --301.62,262.81 --301.72,262.87 --301.83,262.93 --301.93,262.99 --302.03,263.05 --302.13,263.11 --302.23,263.17 --302.34,263.23 --302.44,263.29 --302.54,263.35 --302.65,263.41 --302.75,263.47 --302.85,263.53 --302.95,263.59 --303.06,263.65 --303.16,263.71 --303.26,263.77 --303.37,263.84 --303.47,263.9 --303.57,263.96 --303.67,264.02 --303.78,264.08 --303.88,264.14 --303.98,264.2 --304.09,264.26 --304.19,264.32 --304.3,264.38 --304.4,264.44 --304.5,264.5 --304.61,264.57 --304.71,264.63 --304.81,264.69 --304.92,264.75 --305.02,264.81 --305.32,265.12 --305.42,265.19 --305.53,265.25 --305.63,265.31 --305.74,265.37 --305.84,265.43 --305.95,265.5 --306.05,265.56 --306.16,265.62 --306.26,265.68 --306.37,265.75 --306.47,265.81 --306.58,265.87 --306.68,265.93 --306.79,266 --306.89,266.06 --307,266.12 --307.1,266.19 --307.21,266.25 --307.31,266.31 --307.42,266.37 --307.53,266.44 --307.63,266.5 --307.74,266.56 --307.84,266.62 --307.95,266.69 --308.06,266.75 --308.16,266.81 --308.27,266.88 --308.38,266.94 --308.48,267 --308.59,267.06 --308.7,267.13 --308.8,267.19 --308.91,267.25 --309.02,267.32 --309.13,267.38 --309.23,267.44 --309.34,267.51 --309.45,267.57 --309.56,267.63 --309.66,267.69 --309.77,267.76 --309.88,267.82 --309.99,267.88 --310.1,267.95 --310.2,268.01 --310.31,268.07 --310.42,268.13 --310.53,268.2 --310.64,268.26 --310.74,268.32 --310.85,268.39 --310.96,268.45 --311.07,268.51 --311.18,268.58 --311.29,268.64 --311.39,268.7 --311.5,268.77 --311.61,268.83 --311.72,268.89 --311.83,268.96 --311.93,269.02 --312.04,269.08 --312.15,269.15 --312.26,269.21 --312.37,269.27 --312.47,269.34 --312.58,269.4 --312.69,269.47 --312.8,269.53 --312.91,269.59 --313.01,269.66 --313.12,269.72 --313.23,269.78 --313.34,269.85 --313.45,269.91 --313.56,269.98 --313.66,270.04 --313.77,270.1 --313.88,270.17 --313.99,270.23 --314.1,270.3 --314.21,270.36 --314.31,270.43 --314.42,270.49 --314.53,270.55 --314.64,270.62 --314.75,270.68 --314.86,270.75 --314.97,270.81 --315.07,270.87 --315.18,270.94 --315.29,271 --315.4,271.07 --315.51,271.13 --315.62,271.19 --315.73,271.26 --315.84,271.32 --315.95,271.39 --316.27,271.86 --316.38,271.93 --316.49,271.99 --316.6,272.05 --316.71,272.12 --316.82,272.18 --316.93,272.25 --317.04,272.31 --317.15,272.38 --317.26,272.44 --317.37,272.51 --317.48,272.57 --317.59,272.64 --317.69,272.7 --317.8,272.76 --317.91,272.83 --318.02,272.89 --318.13,272.96 --318.24,273.02 --318.35,273.08 --318.46,273.15 --318.57,273.21 --318.68,273.28 --318.79,273.34 --318.9,273.41 --319.01,273.47 --319.12,273.53 --319.23,273.6 --319.34,273.66 --319.45,273.73 --319.56,273.79 --319.67,273.85 --319.78,273.92 --319.89,273.98 --320,274.05 --320.11,274.11 --320.22,274.18 --320.33,274.24 --320.44,274.3 --320.55,274.37 --320.66,274.43 --320.77,274.5 --320.88,274.56 --320.99,274.62 --321.11,274.69 --321.22,274.75 --321.33,274.82 --321.44,274.88 --321.55,274.94 --321.66,275.01 --321.77,275.07 --321.88,275.14 --321.99,275.2 --322.1,275.27 --322.21,275.33 --322.32,275.39 --322.43,275.46 --322.54,275.52 --322.65,275.59 --322.76,275.65 --322.87,275.71 --322.98,275.78 --323.1,275.84 --323.21,275.9 --323.32,275.97 --323.43,276.03 --323.54,276.1 --323.65,276.16 --323.76,276.22 --323.87,276.29 --323.98,276.35 --324.09,276.42 --324.2,276.48 --324.31,276.54 --324.42,276.61 --324.53,276.67 --324.65,276.73 --324.76,276.8 --324.87,276.86 --324.98,276.93 --325.09,276.99 --325.2,277.06 --325.31,277.12 --325.42,277.18 --325.53,277.25 --325.64,277.31 --325.75,277.38 --325.87,277.44 --325.98,277.5 --326.09,277.57 --326.2,277.63 --326.31,277.7 --326.42,277.76 --326.53,277.82 --326.64,277.89 --326.75,277.95 --326.87,278.02 --326.98,278.08 --327.09,278.15 --327.2,278.21 --327.48,278.6 --327.59,278.66 --327.7,278.73 --327.81,278.79 --327.92,278.85 --328.03,278.92 --328.15,278.98 --328.26,279.05 --328.37,279.11 --328.48,279.18 --328.59,279.24 --328.7,279.31 --328.81,279.37 --328.92,279.44 --329.03,279.5 --329.14,279.57 --329.26,279.63 --329.37,279.7 --329.48,279.76 --329.59,279.82 --329.7,279.89 --329.81,279.95 --329.92,280.02 --330.03,280.08 --330.14,280.15 --330.25,280.21 --330.36,280.28 --330.47,280.35 --330.58,280.41 --330.7,280.48 --330.81,280.54 --330.92,280.61 --331.03,280.67 --331.14,280.74 --331.25,280.8 --331.36,280.87 --331.47,280.93 --331.58,281 --331.69,281.06 --331.81,281.13 --331.92,281.19 --332.03,281.25 --332.14,281.32 --332.25,281.38 --332.36,281.45 --332.47,281.51 --332.58,281.58 --332.69,281.64 --332.8,281.71 --332.91,281.77 --333.02,281.84 --333.13,281.9 --333.24,281.97 --333.35,282.03 --333.46,282.1 --333.57,282.17 --333.68,282.23 --333.79,282.3 --333.9,282.36 --334.01,282.42 --334.12,282.49 --334.23,282.55 --334.34,282.62 --334.45,282.68 --334.56,282.75 --334.67,282.81 --334.78,282.88 --334.89,282.94 --335,283.01 --335.1,283.07 --335.21,283.14 --335.32,283.2 --335.43,283.27 --335.54,283.33 --335.65,283.4 --335.76,283.46 --335.86,283.53 --335.97,283.59 --336.08,283.66 --336.19,283.72 --336.3,283.79 --336.41,283.85 --336.52,283.92 --336.62,283.99 --336.73,284.05 --336.84,284.12 --336.95,284.18 --337.06,284.25 --337.17,284.31 --337.27,284.38 --337.38,284.44 --337.49,284.51 --337.6,284.57 --337.71,284.64 --337.82,284.7 --337.92,284.77 --338.03,284.83 --338.14,284.9 --338.25,284.96 --338.36,285.03 --338.58,284.95 --338.69,285.02 --338.79,285.08 --338.9,285.15 --339.01,285.21 --339.12,285.28 --339.22,285.34 --339.33,285.41 --339.44,285.47 --339.55,285.54 --339.65,285.6 --339.76,285.67 --339.87,285.73 --339.98,285.8 --340.08,285.86 --340.19,285.93 --340.3,285.99 --340.4,286.05 --340.51,286.12 --340.62,286.18 --340.73,286.25 --340.83,286.31 --340.94,286.38 --341.05,286.44 --341.15,286.51 --341.26,286.57 --341.37,286.64 --341.47,286.7 --341.58,286.77 --341.69,286.83 --341.79,286.9 --341.9,286.96 --342.01,287.03 --342.11,287.09 --342.22,287.16 --342.32,287.22 --342.43,287.29 --342.54,287.35 --342.64,287.42 --342.75,287.48 --342.85,287.55 --342.96,287.61 --343.07,287.68 --343.17,287.74 --343.28,287.81 --343.38,287.87 --343.49,287.94 --343.59,288 --343.7,288.07 --343.8,288.13 --343.91,288.2 --344.02,288.26 --344.12,288.33 --344.23,288.39 --344.33,288.46 --344.44,288.52 --344.54,288.59 --344.65,288.65 --344.75,288.72 --344.86,288.78 --344.96,288.85 --345.06,288.91 --345.17,288.98 --345.27,289.05 --345.38,289.11 --345.48,289.18 --345.59,289.24 --345.69,289.31 --345.8,289.37 --345.9,289.44 --346.01,289.5 --346.11,289.57 --346.22,289.63 --346.32,289.7 --346.42,289.76 --346.53,289.83 --346.63,289.89 --346.74,289.96 --346.84,290.03 --346.95,290.09 --347.05,290.16 --347.15,290.22 --347.26,290.29 --347.36,290.35 --347.46,290.42 --347.57,290.48 --347.67,290.55 --347.77,290.61 --347.88,290.68 --347.98,290.74 --348.08,290.81 --348.19,290.87 --348.29,290.94 --348.39,291 --348.49,291.07 --348.6,291.13 --348.7,291.2 --348.8,291.26 --348.91,291.33 --349.01,291.39 --349.1,291.46 --349.21,291.53 --349.31,291.59 --349.41,291.66 --349.51,291.73 --349.62,291.79 --349.72,291.86 --349.82,291.92 --349.92,291.99 --350.03,292.05 --350.13,292.12 --350.23,292.19 --350.34,292.25 --350.44,292.32 --350.54,292.38 --350.64,292.45 --350.75,292.52 --350.85,292.58 --350.95,292.65 --351.05,292.71 --351.16,292.78 --351.26,292.85 --351.36,292.91 --351.46,292.98 --351.57,293.04 --351.67,293.11 --351.77,293.18 --351.87,293.24 --351.97,293.31 --352.08,293.37 --352.18,293.44 --352.28,293.51 --352.38,293.57 --352.48,293.64 --352.58,293.7 --352.68,293.77 --352.79,293.84 --352.89,293.9 --352.99,293.97 --353.09,294.04 --353.19,294.1 --353.29,294.17 --353.39,294.24 --353.5,294.3 --353.6,294.37 --353.7,294.44 --353.8,294.5 --353.9,294.57 --354,294.64 --354.1,294.7 --354.2,294.77 --354.31,294.84 --354.41,294.9 --354.51,294.97 --354.61,295.04 --354.71,295.11 --354.81,295.18 --354.91,295.24 --355.01,295.31 --355.11,295.38 --355.22,295.45 --355.32,295.52 --355.42,295.58 --355.52,295.65 --355.62,295.72 --355.72,295.79 --355.82,295.86 --355.92,295.93 --356.02,295.99 --356.12,296.06 --356.22,296.13 --356.33,296.2 --356.43,296.27 --356.53,296.34 --356.63,296.41 --356.73,296.48 --356.83,296.55 --356.93,296.62 --357.03,296.68 --357.13,296.75 --357.23,296.82 --357.33,296.89 --357.44,296.96 --357.54,297.03 --357.64,297.1 --357.74,297.17 --357.84,297.24 --357.94,297.31 --358.04,297.38 --358.14,297.45 --358.24,297.52 --358.34,297.59 --358.44,297.67 --358.54,297.74 --358.64,297.81 --358.74,297.88 --358.85,297.95 --358.95,298.02 --359.05,298.09 --359.15,298.16 --359.16,298.14 --359.26,298.21 --359.36,298.28 --359.46,298.35 --359.56,298.42 --359.66,298.49 --359.76,298.56 --359.86,298.63 --359.96,298.7 --360.06,298.78 --360.16,298.85 --360.26,298.92 --360.36,298.99 --360.46,299.06 --360.56,299.13 --360.65,299.21 --360.75,299.28 --360.85,299.35 --360.95,299.42 --361.05,299.49 --361.15,299.57 --361.25,299.64 --361.35,299.71 --361.45,299.78 --361.55,299.86 --361.65,299.93 --361.75,300 --361.85,300.07 --361.95,300.15 --362.05,300.22 --362.15,300.29 --362.24,300.37 --362.34,300.44 --362.44,300.51 --362.54,300.59 --362.64,300.66 --362.74,300.73 --362.84,300.81 --362.94,300.88 --363.04,300.95 --363.14,301.03 --363.23,301.1 --363.33,301.18 --363.43,301.25 --363.53,301.32 --363.63,301.4 --363.73,301.47 --363.83,301.54 --363.92,301.62 --364.02,301.69 --364.12,301.77 --364.22,301.84 --364.32,301.92 --364.41,301.99 --364.51,302.06 --364.61,302.14 --364.71,302.21 --364.81,302.29 --364.9,302.36 --365,302.44 --365.1,302.51 --365.2,302.59 --365.29,302.66 --365.39,302.74 --365.49,302.81 --365.58,302.89 --365.68,302.96 --365.78,303.04 --365.88,303.12 --365.97,303.19 --366.07,303.27 --366.17,303.34 --366.26,303.42 --366.36,303.5 --366.46,303.57 --366.55,303.65 --366.65,303.72 --366.74,303.8 --366.84,303.88 --366.94,303.96 --367.03,304.03 --367.13,304.11 --367.22,304.19 --367.32,304.26 --367.42,304.34 --367.51,304.42 --367.61,304.5 --367.7,304.57 --367.8,304.65 --367.89,304.73 --367.99,304.81 --368.08,304.89 --368.18,304.96 --368.27,305.04 --368.37,305.12 --368.46,305.2 --368.56,305.28 --368.65,305.36 --368.75,305.43 --368.84,305.51 --368.89,305.38 --368.98,305.46 --369.08,305.54 --369.17,305.62 --369.27,305.69 --369.36,305.77 --369.45,305.85 --369.55,305.93 --369.64,306.01 --369.74,306.09 --369.83,306.17 --369.92,306.25 --370.02,306.33 --370.11,306.41 --370.21,306.49 --370.3,306.57 --370.39,306.65 --370.49,306.73 --370.58,306.81 --370.67,306.89 --370.77,306.97 --370.86,307.05 --370.95,307.13 --371.04,307.21 --371.14,307.29 --371.23,307.37 --371.32,307.45 --371.41,307.53 --371.51,307.61 --371.6,307.7 --371.69,307.78 --371.78,307.86 --371.87,307.94 --371.97,308.02 --372.06,308.1 --372.15,308.19 --372.24,308.27 --372.33,308.35 --372.42,308.43 --372.51,308.51 --372.6,308.6 --372.7,308.68 --372.79,308.76 --372.88,308.84 --372.97,308.93 --373.06,309.01 --373.15,309.09 --373.24,309.17 --373.33,309.26 --373.42,309.34 --373.51,309.42 --373.6,309.51 --373.69,309.59 --373.78,309.68 --373.87,309.76 --373.96,309.84 --374.05,309.93 --374.14,310.01 --374.23,310.09 --374.31,310.18 --374.4,310.26 --374.49,310.35 --374.58,310.43 --374.67,310.52 --374.76,310.6 --374.85,310.68 --374.94,310.77 --375.03,310.85 --375.11,310.94 --375.2,311.02 --375.29,311.11 --375.38,311.19 --375.47,311.28 --375.55,311.36 --375.64,311.45 --375.73,311.53 --375.82,311.62 --375.91,311.7 --375.99,311.79 --376.08,311.87 --376.17,311.96 --376.25,312.04 --376.34,312.13 --376.43,312.22 --376.51,312.3 --376.6,312.39 --376.69,312.47 --376.77,312.56 --376.86,312.64 --376.95,312.73 --377.03,312.82 --377.12,312.9 --377.21,312.99 --377.29,313.07 --377.38,313.16 --377.47,313.24 --377.55,313.33 --377.64,313.42 --377.73,313.5 --377.81,313.59 --377.88,313.4 --377.96,313.48 --378.05,313.57 --378.13,313.66 --378.22,313.74 --378.31,313.83 --378.39,313.91 --378.48,314 --378.56,314.09 --378.65,314.17 --378.73,314.26 --378.82,314.35 --378.9,314.43 --378.99,314.52 --379.08,314.61 --379.16,314.69 --379.25,314.78 --379.33,314.87 --379.42,314.95 --379.5,315.04 --379.59,315.13 --379.67,315.21 --379.76,315.3 --379.84,315.39 --379.93,315.47 --380.01,315.56 --380.1,315.65 --380.18,315.74 --380.27,315.82 --380.35,315.91 --380.44,316 --380.52,316.09 --380.6,316.17 --380.69,316.26 --380.77,316.35 --380.86,316.44 --380.94,316.52 --381.03,316.61 --381.11,316.7 --381.19,316.79 --381.28,316.87 --381.36,316.96 --381.44,317.05 --381.53,317.14 --381.61,317.23 --381.7,317.31 --381.78,317.4 --381.86,317.49 --381.95,317.58 --382.03,317.66 --382.11,317.75 --382.2,317.84 --382.28,317.93 --382.36,318.02 --382.45,318.1 --382.53,318.19 --382.61,318.28 --382.69,318.37 --382.78,318.46 --382.86,318.55 --382.94,318.63 --383.03,318.72 --383.11,318.81 --383.19,318.9 --383.27,318.99 --383.36,319.07 --383.44,319.16 --383.52,319.25 --383.61,319.34 --383.69,319.43 --383.77,319.52 --383.85,319.6 --383.94,319.69 --384.02,319.78 --384.1,319.87 --384.18,319.96 --384.27,320.05 --384.35,320.14 --384.43,320.23 --384.51,320.31 --384.6,320.4 --384.68,320.49 --384.76,320.58 --384.84,320.67 --384.92,320.76 --385.01,320.85 --385.09,320.94 --385.17,321.03 --385.25,321.12 --385.33,321.2 --385.42,321.29 --385.5,321.38 --385.58,321.47 --385.66,321.56 --385.74,321.65 --385.82,321.74 --385.91,321.83 --385.99,321.91 --386.07,322 --386.15,322.09 --386.16,321.96 --386.24,322.05 --386.32,322.14 --386.4,322.23 --386.48,322.32 --386.57,322.4 --386.65,322.49 --386.73,322.58 --386.81,322.67 --386.89,322.76 --386.97,322.85 --387.05,322.94 --387.13,323.03 --387.21,323.12 --387.29,323.2 --387.37,323.29 --387.45,323.38 --387.54,323.47 --387.62,323.56 --387.7,323.65 --387.78,323.74 --387.86,323.83 --387.94,323.92 --388.02,324 --388.1,324.09 --388.18,324.18 --388.26,324.27 --388.34,324.36 --388.42,324.45 --388.5,324.54 --388.58,324.63 --388.66,324.72 --388.74,324.8 --388.82,324.89 --388.9,324.98 --388.98,325.07 --389.06,325.16 --389.15,325.25 --389.23,325.34 --389.31,325.43 --389.39,325.52 --389.47,325.6 --389.55,325.69 --389.63,325.78 --389.71,325.87 --389.79,325.96 --389.87,326.05 --389.95,326.14 --390.03,326.23 --390.11,326.32 --390.19,326.4 --390.27,326.49 --390.35,326.58 --390.43,326.67 --390.51,326.76 --390.59,326.85 --390.67,326.94 --390.75,327.03 --390.83,327.12 --390.9,327.21 --390.98,327.29 --391.06,327.38 --391.14,327.47 --391.22,327.56 --391.3,327.65 --391.38,327.74 --391.46,327.83 --391.54,327.92 --391.62,328.01 --391.7,328.1 --391.78,328.19 --391.86,328.27 --391.94,328.36 --392.02,328.45 --392.1,328.54 --392.18,328.63 --392.25,328.72 --392.33,328.81 --392.41,328.9 --392.49,328.99 --392.57,329.08 --392.65,329.17 --392.73,329.25 --392.81,329.34 --392.89,329.43 --392.96,329.52 --393.04,329.61 --393.12,329.7 --393.2,329.79 --393.28,329.88 --393.36,329.97 --393.43,330.06 --393.51,330.15 --393.59,330.24 --393.67,330.33 --393.75,330.42 --393.82,330.51 --393.9,330.6 --393.98,330.68 --394.06,330.77 --394.04,330.68 --394.12,330.77 --394.19,330.86 --394.27,330.94 --394.35,331.03 --394.43,331.12 --394.5,331.21 --394.58,331.3 --394.66,331.39 --394.73,331.48 --394.81,331.57 --394.89,331.66 --394.97,331.75 --395.04,331.84 --395.12,331.93 --395.2,332.02 --395.27,332.11 --395.35,332.2 --395.43,332.29 --395.5,332.38 --395.58,332.47 --395.66,332.56 --395.73,332.65 --395.81,332.74 --395.89,332.83 --395.96,332.92 --396.04,333.01 --396.11,333.1 --396.19,333.19 --396.27,333.28 --396.34,333.36 --396.42,333.45 --396.49,333.54 --396.57,333.63 --396.65,333.72 --396.72,333.81 --396.8,333.9 --396.87,333.99 --396.95,334.08 --397.03,334.17 --397.1,334.26 --397.18,334.35 --397.25,334.44 --397.33,334.53 --397.41,334.62 --397.48,334.71 --397.56,334.8 --397.63,334.89 --397.71,334.98 --397.78,335.07 --397.86,335.16 --397.94,335.25 --398.01,335.34 --398.09,335.43 --398.16,335.52 --398.24,335.61 --398.31,335.7 --398.39,335.79 --398.46,335.88 --398.54,335.97 --398.62,336.06 --398.69,336.16 --398.77,336.25 --398.84,336.34 --398.92,336.43 --398.99,336.52 --399.07,336.61 --399.14,336.7 --399.22,336.79 --399.29,336.88 --399.37,336.97 --399.44,337.06 --399.52,337.15 --399.59,337.24 --399.67,337.33 --399.75,337.42 --399.82,337.51 --399.9,337.61 --399.97,337.7 --400.05,337.79 --400.12,337.88 --400.2,337.97 --400.27,338.06 --400.35,338.15 --400.42,338.24 --400.5,338.33 --400.57,338.43 --400.65,338.52 --400.72,338.61 --400.8,338.7 --400.87,338.79 --400.95,338.88 --401.02,338.97 --401.1,339.06 --401.17,339.16 --401.25,339.25 --401.32,339.34 --401.4,339.43 --401.47,339.52 --401.55,339.61 --401.53,339.56 --401.6,339.65 --401.67,339.74 --401.75,339.84 --401.82,339.93 --401.9,340.02 --401.97,340.11 --402.05,340.2 --402.12,340.29 --402.2,340.39 --402.27,340.48 --402.34,340.57 --402.42,340.66 --402.49,340.75 --402.57,340.84 --402.64,340.94 --402.71,341.03 --402.79,341.12 --402.86,341.21 --402.93,341.3 --403.01,341.39 --403.08,341.49 --403.16,341.58 --403.23,341.67 --403.3,341.76 --403.38,341.85 --403.45,341.95 --403.52,342.04 --403.6,342.13 --403.67,342.22 --403.74,342.32 --403.82,342.41 --403.89,342.5 --403.96,342.59 --404.04,342.68 --404.11,342.78 --404.18,342.87 --404.26,342.96 --404.33,343.05 --404.4,343.15 --404.48,343.24 --404.55,343.33 --404.62,343.42 --404.7,343.52 --404.77,343.61 --404.84,343.7 --404.91,343.79 --404.99,343.89 --405.06,343.98 --405.13,344.07 --405.21,344.16 --405.28,344.26 --405.35,344.35 --405.43,344.44 --405.5,344.53 --405.57,344.63 --405.64,344.72 --405.72,344.81 --405.79,344.9 --405.86,345 --405.94,345.09 --406.01,345.18 --406.08,345.28 --406.15,345.37 --406.23,345.46 --406.3,345.55 --406.37,345.65 --406.44,345.74 --406.52,345.83 --406.59,345.92 --406.66,346.02 --406.73,346.11 --406.8,346.2 --406.88,346.3 --406.95,346.39 --407.02,346.48 --407.09,346.57 --407.17,346.67 --407.24,346.76 --407.31,346.85 --407.38,346.95 --407.45,347.04 --407.53,347.13 --407.6,347.23 --407.67,347.32 --407.74,347.41 --407.81,347.5 --407.88,347.6 --407.95,347.69 --408.03,347.78 --408.1,347.88 --408.17,347.97 --408.24,348.06 --408.31,348.16 --408.38,348.25 --408.45,348.34 --408.53,348.44 --408.6,348.53 --408.67,348.62 --408.74,348.72 --408.74,348.7 --408.81,348.79 --408.88,348.88 --408.95,348.98 --409.02,349.07 --409.09,349.16 --409.16,349.26 --409.23,349.35 --409.3,349.44 --409.37,349.53 --409.45,349.63 --409.52,349.72 --409.59,349.81 --409.66,349.91 --409.73,350 --409.8,350.09 --409.87,350.18 --409.94,350.28 --410.01,350.37 --410.08,350.46 --410.15,350.56 --410.22,350.65 --410.29,350.74 --410.36,350.83 --410.43,350.93 --410.51,351.02 --410.58,351.11 --410.65,351.21 --410.72,351.3 --410.79,351.39 --410.86,351.49 --410.93,351.58 --411,351.67 --411.07,351.76 --411.14,351.86 --411.21,351.95 --411.28,352.04 --411.35,352.14 --411.42,352.23 --411.49,352.32 --411.56,352.42 --411.63,352.51 --411.7,352.6 --411.77,352.7 --411.84,352.79 --411.91,352.88 --411.98,352.97 --412.05,353.07 --412.12,353.16 --412.19,353.25 --412.26,353.35 --412.33,353.44 --412.4,353.53 --412.47,353.63 --412.53,353.72 --412.6,353.81 --412.67,353.91 --412.74,354 --412.81,354.09 --412.88,354.19 --412.95,354.28 --413.02,354.37 --413.09,354.47 --413.15,354.56 --413.22,354.65 --413.29,354.75 --413.36,354.84 --413.43,354.93 --413.5,355.03 --413.57,355.12 --413.63,355.21 --413.7,355.31 --413.77,355.4 --413.84,355.5 --413.91,355.59 --413.98,355.68 --414.04,355.78 --414.11,355.87 --414.18,355.96 --414.25,356.06 --414.32,356.15 --414.38,356.24 --414.45,356.34 --414.52,356.43 --414.59,356.53 --414.65,356.62 --414.72,356.71 --414.79,356.81 --414.86,356.9 --414.92,357 --414.99,357.09 --415.06,357.18 --415.13,357.28 --415.19,357.37 --415.26,357.46 --415.33,357.56 --415.39,357.65 --415.46,357.75 --415.53,357.84 --415.6,357.93 --415.58,357.95 --415.65,358.04 --415.71,358.14 --415.78,358.23 --415.85,358.33 --415.91,358.42 --415.98,358.51 --416.05,358.61 --416.11,358.7 --416.18,358.8 --416.25,358.89 --416.31,358.98 --416.38,359.08 --416.44,359.17 --416.51,359.27 --416.58,359.36 --416.64,359.46 --416.71,359.55 --416.77,359.65 --416.84,359.74 --416.9,359.84 --416.97,359.93 --417.04,360.03 --417.1,360.12 --417.17,360.22 --417.23,360.31 --417.3,360.41 --417.36,360.5 --417.43,360.6 --417.49,360.69 --417.55,360.79 --417.62,360.89 --417.68,360.98 --417.75,361.08 --417.81,361.17 --417.88,361.27 --417.94,361.37 --418,361.46 --418.07,361.56 --418.13,361.65 --418.2,361.75 --418.26,361.85 --418.32,361.94 --418.39,362.04 --418.45,362.14 --418.51,362.23 --418.58,362.33 --418.64,362.43 --418.71,362.52 --418.77,362.62 --418.83,362.72 --418.9,362.81 --418.96,362.91 --419.02,363.01 --419.09,363.1 --419.15,363.2 --419.21,363.3 --419.28,363.39 --419.34,363.49 --419.4,363.59 --419.46,363.69 --419.53,363.78 --419.59,363.88 --419.65,363.98 --419.72,364.07 --419.78,364.17 --419.84,364.27 --419.9,364.37 --419.97,364.46 --420.03,364.56 --420.09,364.66 --420.15,364.76 --420.22,364.85 --420.28,364.95 --420.34,365.05 --420.4,365.15 --420.47,365.24 --420.53,365.34 --420.59,365.44 --420.65,365.54 --420.72,365.64 --420.78,365.73 --420.84,365.83 --420.9,365.93 --420.96,366.03 --421.03,366.13 --421.09,366.22 --421.15,366.32 --421.21,366.42 --421.27,366.52 --421.34,366.62 --421.4,366.71 --421.46,366.81 --421.52,366.91 --421.58,367.01 --421.64,367.11 --421.71,367.21 --421.77,367.3 --421.83,367.4 --421.89,367.5 --421.87,367.55 --421.93,367.64 --421.99,367.74 --422.06,367.84 --422.12,367.94 --422.18,368.04 --422.24,368.14 --422.3,368.24 --422.36,368.34 --422.42,368.44 --422.48,368.53 --422.54,368.63 --422.61,368.73 --422.67,368.83 --422.73,368.93 --422.79,369.03 --422.85,369.13 --422.91,369.23 --422.97,369.33 --423.03,369.43 --423.09,369.53 --423.15,369.63 --423.22,369.73 --423.28,369.83 --423.34,369.93 --423.4,370.03 --423.46,370.13 --423.52,370.23 --423.58,370.33 --423.64,370.43 --423.7,370.53 --423.76,370.63 --423.82,370.73 --423.88,370.83 --423.94,370.93 --424,371.03 --424.06,371.13 --424.12,371.23 --424.18,371.33 --424.24,371.44 --424.3,371.54 --424.36,371.64 --424.42,371.74 --424.48,371.84 --424.54,371.94 --424.6,372.04 --424.66,372.14 --424.71,372.24 --424.77,372.35 --424.83,372.45 --424.89,372.55 --424.95,372.65 --425.01,372.75 --425.07,372.85 --425.13,372.96 --425.19,373.06 --425.25,373.16 --425.3,373.26 --425.36,373.36 --425.42,373.47 --425.48,373.57 --425.54,373.67 --425.6,373.77 --425.65,373.87 --425.71,373.98 --425.77,374.08 --425.83,374.18 --425.89,374.28 --425.94,374.39 --426,374.49 --426.06,374.59 --426.12,374.69 --426.18,374.8 --426.23,374.9 --426.29,375 --426.35,375.11 --426.41,375.21 --426.46,375.31 --426.52,375.41 --426.58,375.52 --426.64,375.62 --426.69,375.72 --426.75,375.83 --426.81,375.93 --426.86,376.04 --426.92,376.14 --426.98,376.24 --427.03,376.35 --427.09,376.45 --427.15,376.55 --427.2,376.66 --427.26,376.76 --427.32,376.87 --427.37,376.97 --427.43,377.07 --427.48,377.18 --427.54,377.28 --427.6,377.39 --427.65,377.49 --427.71,377.59 --427.71,377.67 --427.76,377.78 --427.82,377.88 --427.87,377.99 --427.93,378.09 --427.98,378.2 --428.04,378.3 --428.09,378.4 --428.15,378.51 --428.2,378.61 --428.26,378.72 --428.31,378.82 --428.37,378.93 --428.42,379.03 --428.48,379.14 --428.53,379.24 --428.58,379.35 --428.64,379.45 --428.69,379.56 --428.75,379.66 --428.8,379.77 --428.85,379.87 --428.91,379.98 --428.96,380.08 --429.01,380.19 --429.07,380.29 --429.12,380.4 --429.17,380.5 --429.23,380.61 --429.28,380.71 --429.33,380.82 --429.38,380.92 --429.44,381.03 --429.49,381.13 --429.54,381.24 --429.6,381.34 --429.65,381.45 --429.7,381.55 --429.75,381.66 --429.8,381.76 --429.86,381.87 --429.91,381.97 --429.96,382.08 --430.01,382.19 --430.06,382.29 --430.11,382.4 --430.17,382.5 --430.22,382.61 --430.27,382.71 --430.32,382.82 --430.37,382.92 --430.42,383.03 --430.47,383.14 --430.52,383.24 --430.57,383.35 --430.62,383.45 --430.67,383.56 --430.72,383.66 --430.77,383.77 --430.82,383.88 --430.88,383.98 --430.93,384.09 --430.98,384.19 --431.03,384.3 --431.08,384.4 --431.13,384.51 --431.18,384.62 --431.22,384.72 --431.27,384.83 --431.32,384.93 --431.37,385.04 --431.42,385.15 --431.47,385.25 --431.52,385.36 --431.57,385.47 --431.62,385.57 --431.67,385.68 --431.72,385.78 --431.77,385.89 --431.82,386 --431.86,386.1 --431.91,386.21 --431.96,386.32 --432.01,386.42 --432.06,386.53 --432.11,386.64 --432.16,386.74 --432.2,386.85 --432.25,386.95 --432.3,387.06 --432.35,387.17 --432.39,387.27 --432.44,387.38 --432.49,387.49 --432.54,387.59 --432.58,387.7 --432.63,387.81 --432.68,387.91 --432.73,388.02 --432.77,388.13 --432.84,388.24 --432.89,388.35 --432.93,388.46 --432.98,388.56 --433.03,388.67 --433.07,388.78 --433.12,388.88 --433.17,388.99 --433.21,389.1 --433.26,389.2 --433.31,389.31 --433.35,389.42 --433.4,389.53 --433.44,389.63 --433.49,389.74 --433.54,389.85 --433.58,389.95 --433.63,390.06 --433.68,390.17 --433.72,390.27 --433.77,390.38 --433.81,390.49 --433.86,390.59 --433.9,390.7 --433.95,390.81 --433.99,390.92 --434.04,391.02 --434.08,391.13 --434.13,391.24 --434.17,391.34 --434.22,391.45 --434.26,391.56 --434.31,391.67 --434.35,391.77 --434.4,391.88 --434.44,391.99 --434.49,392.09 --434.53,392.2 --434.57,392.31 --434.62,392.42 --434.66,392.52 --434.71,392.63 --434.75,392.74 --434.79,392.85 --434.84,392.95 --434.88,393.06 --434.92,393.17 --434.97,393.28 --435.01,393.38 --435.05,393.49 --435.1,393.6 --435.14,393.71 --435.18,393.81 --435.22,393.92 --435.27,394.03 --435.31,394.14 --435.35,394.24 --435.39,394.35 --435.43,394.46 --435.48,394.57 --435.52,394.67 --435.56,394.78 --435.6,394.89 --435.64,395 --435.68,395.1 --435.72,395.21 --435.76,395.32 --435.81,395.43 --435.85,395.53 --435.89,395.64 --435.93,395.75 --435.97,395.86 --436.01,395.96 --436.05,396.07 --436.09,396.18 --436.13,396.29 --436.17,396.4 --436.21,396.5 --436.25,396.61 --436.29,396.72 --436.33,396.83 --436.37,396.93 --436.4,397.04 --436.44,397.15 --436.48,397.26 --436.52,397.37 --436.56,397.47 --436.6,397.58 --436.64,397.69 --436.68,397.8 --436.71,397.91 --436.75,398.01 --436.79,398.12 --436.83,398.23 --436.87,398.34 --436.9,398.45 --436.94,398.56 --436.98,398.66 --437.01,398.77 --437.05,398.88 --437.12,399.09 --437.16,399.2 --437.2,399.31 --437.23,399.42 --437.27,399.53 --437.31,399.64 --437.34,399.74 --437.38,399.85 --437.41,399.96 --437.45,400.07 --437.49,400.18 --437.52,400.29 --437.56,400.4 --437.59,400.51 --437.63,400.62 --437.66,400.72 --437.7,400.83 --437.73,400.94 --437.77,401.05 --437.8,401.16 --437.84,401.27 --437.87,401.38 --437.91,401.49 --437.94,401.6 --437.98,401.7 --438.01,401.81 --438.04,401.92 --438.08,402.03 --438.11,402.14 --438.15,402.25 --438.18,402.36 --438.21,402.47 --438.25,402.58 --438.28,402.69 --438.31,402.8 --438.34,402.91 --438.38,403.02 --438.41,403.12 --438.44,403.23 --438.48,403.34 --438.51,403.45 --438.54,403.56 --438.57,403.67 --438.6,403.78 --438.64,403.89 --438.67,404 --438.7,404.11 --438.73,404.22 --438.76,404.33 --438.8,404.44 --438.83,404.55 --438.86,404.66 --438.89,404.77 --438.92,404.88 --438.95,404.99 --438.98,405.09 --439.01,405.2 --439.04,405.31 --439.07,405.42 --439.1,405.53 --439.13,405.64 --439.16,405.75 --439.19,405.86 --439.22,405.97 --439.25,406.08 --439.28,406.19 --439.31,406.3 --439.34,406.41 --439.37,406.52 --439.4,406.63 --439.42,406.74 --439.45,406.86 --439.48,406.97 --439.51,407.08 --439.54,407.19 --439.56,407.3 --439.59,407.41 --439.62,407.52 --439.64,407.63 --439.67,407.74 --439.7,407.85 --439.72,407.96 --439.75,408.07 --439.78,408.18 --439.8,408.29 --439.83,408.4 --439.85,408.51 --439.88,408.63 --439.9,408.74 --439.93,408.85 --439.95,408.96 --439.98,409.07 --440,409.18 --440.02,409.29 --440.05,409.4 --440.07,409.52 --440.1,409.63 --440.12,409.74 --440.14,409.85 --440.16,409.96 --440.15,410.21 --440.18,410.32 --440.2,410.44 --440.22,410.55 --440.24,410.66 --440.27,410.77 --440.29,410.88 --440.31,410.99 --440.33,411.11 --440.35,411.22 --440.37,411.33 --440.39,411.44 --440.42,411.55 --440.44,411.66 --440.46,411.78 --440.48,411.89 --440.5,412 --440.52,412.11 --440.54,412.22 --440.56,412.34 --440.58,412.45 --440.6,412.56 --440.62,412.67 --440.64,412.78 --440.66,412.9 --440.68,413.01 --440.69,413.12 --440.71,413.23 --440.73,413.35 --440.75,413.46 --440.77,413.57 --440.78,413.68 --440.8,413.8 --440.82,413.91 --440.84,414.02 --440.86,414.13 --440.87,414.25 --440.89,414.36 --440.91,414.47 --440.92,414.58 --440.94,414.7 --440.95,414.81 --440.97,414.92 --440.99,415.04 --441,415.15 --441.02,415.26 --441.03,415.38 --441.05,415.49 --441.06,415.6 --441.08,415.71 --441.09,415.83 --441.1,415.94 --441.12,416.05 --441.13,416.17 --441.15,416.28 --441.16,416.4 --441.17,416.51 --441.19,416.62 --441.2,416.74 --441.21,416.85 --441.22,416.96 --441.24,417.08 --441.25,417.19 --441.26,417.3 --441.27,417.42 --441.28,417.53 --441.3,417.64 --441.31,417.76 --441.32,417.87 --441.33,417.99 --441.34,418.1 --441.35,418.21 --441.36,418.33 --441.37,418.44 --441.38,418.55 --441.39,418.67 --441.4,418.78 --441.41,418.9 --441.42,419.01 --441.43,419.12 --441.44,419.24 --441.45,419.35 --441.46,419.47 --441.46,419.58 --441.47,419.69 --441.48,419.81 --441.49,419.92 --441.5,420.04 --441.51,420.15 --441.51,420.26 --441.52,420.38 --441.53,420.49 --441.53,420.61 --441.54,420.72 --441.55,420.83 --441.56,420.95 --441.56,421.06 --441.57,421.18 --441.57,421.29 --441.58,421.4 --441.6,421.66 --441.61,421.78 --441.62,421.89 --441.62,422.01 --441.63,422.12 --441.63,422.24 --441.64,422.35 --441.64,422.47 --441.65,422.58 --441.65,422.7 --441.65,422.81 --441.66,422.92 --441.66,423.04 --441.67,423.15 --441.67,423.27 --441.67,423.38 --441.67,423.5 --441.68,423.61 --441.68,423.73 --441.68,423.84 --441.69,423.96 --441.69,424.07 --441.69,424.19 --441.69,424.3 --441.69,424.42 --441.69,424.53 --441.7,424.64 --441.7,424.76 --441.7,424.87 --441.7,424.99 --441.7,425.1 --441.7,425.22 --441.7,425.33 --441.7,425.45 --441.7,425.56 --441.7,425.68 --441.7,425.79 --441.7,425.91 --441.7,426.02 --441.7,426.14 --441.7,426.25 --441.69,426.37 --441.69,426.48 --441.69,426.6 --441.69,426.71 --441.69,426.83 --441.68,426.94 --441.68,427.06 --441.68,427.17 --441.68,427.29 --441.67,427.4 --441.67,427.52 --441.67,427.63 --441.66,427.75 --441.66,427.86 --441.65,427.98 --441.65,428.09 --441.64,428.21 --441.64,428.32 --441.63,428.44 --441.63,428.55 --441.62,428.67 --441.62,428.78 --441.61,428.9 --441.61,429.01 --441.6,429.13 --441.59,429.24 --441.59,429.36 --441.58,429.47 --441.57,429.59 --441.57,429.7 --441.56,429.81 --441.55,429.93 --441.54,430.04 --441.54,430.16 --441.53,430.27 --441.52,430.39 --441.51,430.5 --441.5,430.62 --441.49,430.74 --441.48,430.85 --441.47,430.97 --441.46,431.08 --441.45,431.2 --441.44,431.31 --441.43,431.43 --441.42,431.54 --441.41,431.66 --441.4,431.77 --441.39,431.89 --441.38,432 --441.37,432.12 --441.36,432.23 --441.35,432.35 --441.33,432.46 --441.32,432.58 --441.31,432.69 --441.3,432.81 --441.28,432.92 --441.27,433.04 --441.37,433.42 --441.35,433.53 --441.34,433.65 --441.33,433.76 --441.31,433.88 --441.3,433.99 --441.28,434.11 --441.27,434.23 --441.26,434.34 --441.24,434.46 --441.23,434.57 --441.21,434.69 --441.2,434.8 --441.18,434.92 --441.16,435.04 --441.15,435.15 --441.13,435.27 --441.12,435.38 --441.1,435.5 --441.08,435.61 --441.07,435.73 --441.05,435.84 --441.03,435.96 --441.02,436.08 --441,436.19 --440.98,436.31 --440.96,436.42 --440.95,436.54 --440.93,436.65 --440.91,436.77 --440.89,436.89 --440.87,437 --440.86,437.12 --440.84,437.23 --440.82,437.35 --440.8,437.46 --440.78,437.58 --440.76,437.69 --440.74,437.81 --440.72,437.93 --440.7,438.04 --440.68,438.16 --440.66,438.27 --440.64,438.39 --440.62,438.51 --440.6,438.62 --440.58,438.74 --440.56,438.86 --440.53,438.97 --440.51,439.09 --440.49,439.2 --440.47,439.32 --440.45,439.44 --440.43,439.55 --440.4,439.67 --440.38,439.79 --440.36,439.9 --440.34,440.02 --440.31,440.14 --440.29,440.25 --440.27,440.37 --440.24,440.48 --440.22,440.6 --440.2,440.72 --440.17,440.83 --440.15,440.95 --440.12,441.07 --440.1,441.18 --440.07,441.3 --440.05,441.41 --440.03,441.53 --440,441.65 --439.98,441.76 --439.95,441.88 --439.93,442 --439.9,442.11 --439.88,442.23 --439.85,442.34 --439.83,442.46 --439.8,442.58 --439.77,442.69 --439.75,442.81 --439.72,442.93 --439.7,443.04 --439.67,443.16 --439.64,443.27 --439.62,443.39 --439.59,443.51 --439.56,443.62 --439.54,443.74 --439.51,443.86 --439.48,443.97 --439.46,444.09 --439.43,444.21 --439.4,444.32 --439.38,444.44 --439.35,444.56 --439.32,444.67 --439.29,444.79 --439.26,444.91 --439.34,445.24 --439.31,445.36 --439.28,445.47 --439.26,445.59 --439.23,445.71 --439.2,445.83 --439.17,445.94 --439.14,446.06 --439.11,446.18 --439.08,446.3 --439.05,446.41 --439.02,446.53 --438.99,446.65 --438.96,446.77 --438.93,446.89 --438.9,447 --438.87,447.12 --438.84,447.24 --438.81,447.36 --438.78,447.48 --438.75,447.6 --438.72,447.71 --438.69,447.83 --438.66,447.95 --438.63,448.07 --438.6,448.19 --438.57,448.3 --438.54,448.42 --438.5,448.54 --438.47,448.66 --438.44,448.78 --438.41,448.89 --438.38,449.01 --438.34,449.13 --438.31,449.25 --438.28,449.36 --438.25,449.48 --438.21,449.6 --438.18,449.72 --438.15,449.84 --438.12,449.95 --438.08,450.07 --438.05,450.19 --438.02,450.31 --437.98,450.43 --437.95,450.54 --437.91,450.66 --437.88,450.78 --437.85,450.9 --437.81,451.02 --437.78,451.13 --437.75,451.25 --437.71,451.37 --437.68,451.49 --437.64,451.61 --437.61,451.72 --437.57,451.84 --437.54,451.96 --437.5,452.08 --437.47,452.2 --437.43,452.31 --437.4,452.43 --437.36,452.55 --437.33,452.67 --437.29,452.79 --437.26,452.9 --437.22,453.02 --437.19,453.14 --437.15,453.26 --437.12,453.38 --437.08,453.49 --437.05,453.61 --437.01,453.73 --436.97,453.85 --436.94,453.97 --436.9,454.08 --436.87,454.2 --436.83,454.32 --436.79,454.44 --436.76,454.55 --436.72,454.67 --436.69,454.79 --436.65,454.91 --436.61,455.03 --436.58,455.14 --436.54,455.26 --436.51,455.38 --436.47,455.5 --436.43,455.62 --436.4,455.74 --436.36,455.85 --436.32,455.97 --436.29,456.09 --436.25,456.21 --436.21,456.33 --436.18,456.45 --436.14,456.57 --436.1,456.68 --436.07,456.8 --436.03,456.92 --436.19,457.36 --436.16,457.48 --436.12,457.6 --436.08,457.72 --436.05,457.84 --436.01,457.96 --435.97,458.08 --435.94,458.2 --435.9,458.31 --435.86,458.43 --435.83,458.55 --435.79,458.67 --435.75,458.79 --435.72,458.91 --435.68,459.03 --435.64,459.15 --435.61,459.27 --435.57,459.39 --435.53,459.51 --435.5,459.62 --435.46,459.74 --435.42,459.86 --435.38,459.98 --435.35,460.1 --435.31,460.22 --435.27,460.34 --435.24,460.46 --435.2,460.58 --435.16,460.7 --435.12,460.82 --435.09,460.94 --435.05,461.05 --435.01,461.17 --434.98,461.29 --434.94,461.41 --434.9,461.53 --434.87,461.65 --434.83,461.77 --434.79,461.89 --434.75,462.01 --434.72,462.13 --434.68,462.25 --434.64,462.37 --434.61,462.49 --434.57,462.61 --434.53,462.73 --434.5,462.85 --434.46,462.97 --434.42,463.09 --434.38,463.21 --434.35,463.33 --434.31,463.45 --434.27,463.57 --434.23,463.69 --434.2,463.81 --434.16,463.93 --434.12,464.05 --434.09,464.17 --434.05,464.29 --434.01,464.41 --433.97,464.53 --433.94,464.65 --433.9,464.77 --433.86,464.89 --433.83,465.02 --433.79,465.14 --433.75,465.26 --433.71,465.38 --433.68,465.5 --433.64,465.62 --433.6,465.74 --433.56,465.86 --433.53,465.98 --433.49,466.1 --433.45,466.22 --433.41,466.34 --433.38,466.46 --433.34,466.58 --433.3,466.7 --433.26,466.82 --433.23,466.94 --433.19,467.06 --433.15,467.18 --433.11,467.3 --433.08,467.42 --433.04,467.54 --433,467.66 --432.96,467.79 --432.93,467.91 --432.89,468.03 --432.85,468.15 --432.81,468.27 --432.78,468.39 --432.74,468.51 --432.7,468.63 --432.67,468.75 --432.63,468.87 --432.59,468.99 --432.55,469.12 --432.52,469.24 --432.68,469.86 --432.64,469.98 --432.61,470.1 --432.57,470.23 --432.53,470.35 --432.5,470.47 --432.46,470.59 --432.42,470.71 --432.39,470.84 --432.35,470.96 --432.31,471.08 --432.27,471.2 --432.24,471.32 --432.2,471.45 --432.16,471.57 --432.13,471.69 --432.09,471.81 --432.05,471.94 --432.01,472.06 --431.98,472.18 --431.94,472.3 --431.9,472.43 --431.86,472.55 --431.83,472.67 --431.79,472.79 --431.75,472.91 --431.72,473.04 --431.68,473.16 --431.64,473.28 --431.6,473.4 --431.57,473.53 --431.53,473.65 --431.49,473.77 --431.45,473.89 --431.42,474.02 --431.38,474.14 --431.34,474.26 --431.3,474.38 --431.26,474.5 --431.23,474.63 --431.19,474.75 --431.15,474.87 --431.11,474.99 --431.08,475.12 --431.04,475.24 --431,475.36 --430.96,475.48 --430.92,475.61 --430.89,475.73 --430.85,475.85 --430.81,475.97 --430.77,476.1 --430.74,476.22 --430.7,476.34 --430.66,476.47 --430.62,476.59 --430.58,476.71 --430.55,476.83 --430.51,476.96 --430.47,477.08 --430.43,477.2 --430.39,477.33 --430.35,477.45 --430.32,477.57 --430.28,477.69 --430.24,477.82 --430.2,477.94 --430.16,478.06 --430.12,478.18 --430.08,478.31 --430.05,478.43 --430.01,478.55 --429.97,478.68 --429.93,478.8 --429.89,478.92 --429.85,479.04 --429.82,479.17 --429.78,479.29 --429.74,479.41 --429.7,479.53 --429.66,479.66 --429.62,479.78 --429.58,479.9 --429.54,480.03 --429.51,480.15 --429.47,480.27 --429.43,480.39 --429.39,480.52 --429.35,480.64 --429.31,480.76 --429.27,480.88 --429.23,481.01 --429.19,481.13 --429.15,481.25 --429.12,481.37 --429.08,481.5 --429.04,481.62 --429,481.74 --428.96,481.86 --428.92,481.99 --429.1,482.65 --429.06,482.77 --429.02,482.89 --428.98,483.02 --428.94,483.14 --428.9,483.27 --428.87,483.39 --428.83,483.51 --428.79,483.64 --428.75,483.76 --428.71,483.89 --428.68,484.01 --428.64,484.13 --428.6,484.26 --428.56,484.38 --428.53,484.51 --428.49,484.63 --428.45,484.75 --428.41,484.88 --428.38,485 --428.34,485.13 --428.3,485.25 --428.26,485.37 --428.23,485.5 --428.19,485.62 --428.15,485.74 --428.12,485.87 --428.08,485.99 --428.04,486.12 --428.01,486.24 --427.97,486.36 --427.93,486.49 --427.9,486.61 --427.86,486.73 --427.82,486.86 --427.79,486.98 --427.75,487.1 --427.71,487.23 --427.68,487.35 --427.64,487.48 --427.6,487.6 --427.57,487.72 --427.53,487.85 --427.49,487.97 --427.46,488.09 --427.42,488.22 --427.38,488.34 --427.35,488.46 --427.31,488.59 --427.27,488.71 --427.24,488.83 --427.2,488.96 --427.17,489.08 --427.13,489.2 --427.09,489.33 --427.06,489.45 --427.02,489.57 --426.98,489.69 --426.95,489.82 --426.91,489.94 --426.88,490.06 --426.84,490.19 --426.8,490.31 --426.77,490.43 --426.73,490.55 --426.7,490.68 --426.66,490.8 --426.62,490.92 --426.59,491.05 --426.55,491.17 --426.52,491.29 --426.48,491.41 --426.45,491.54 --426.41,491.66 --426.38,491.78 --426.34,491.9 --426.3,492.03 --426.27,492.15 --426.23,492.27 --426.2,492.39 --426.16,492.52 --426.13,492.64 --426.09,492.76 --426.06,492.88 --426.02,493.01 --425.98,493.13 --425.95,493.25 --425.91,493.37 --425.88,493.5 --425.84,493.62 --425.81,493.74 --425.77,493.86 --425.74,493.98 --425.7,494.11 --425.67,494.23 --425.63,494.35 --425.6,494.47 --425.57,494.59 --425.53,494.71 --425.5,494.84 --425.68,495.4 --425.64,495.52 --425.61,495.65 --425.58,495.77 --425.54,495.89 --425.51,496.01 --425.47,496.13 --425.44,496.25 --425.4,496.38 --425.37,496.5 --425.34,496.62 --425.3,496.74 --425.27,496.86 --425.23,496.98 --425.2,497.1 --425.16,497.23 --425.13,497.35 --425.09,497.47 --425.06,497.59 --425.03,497.71 --424.99,497.83 --424.96,497.95 --424.92,498.07 --424.89,498.19 --424.85,498.31 --424.82,498.43 --424.78,498.55 --424.75,498.67 --424.72,498.79 --424.68,498.91 --424.65,499.04 --424.61,499.16 --424.58,499.28 --424.54,499.4 --424.51,499.52 --424.47,499.64 --424.44,499.76 --424.41,499.88 --424.37,500 --424.34,500.12 --424.3,500.24 --424.27,500.36 --424.23,500.48 --424.2,500.6 --424.16,500.72 --424.13,500.84 --424.1,500.96 --424.06,501.08 --424.03,501.19 --423.99,501.31 --423.96,501.43 --423.92,501.55 --423.89,501.67 --423.86,501.79 --423.82,501.91 --423.79,502.03 --423.75,502.15 --423.72,502.27 --423.68,502.39 --423.65,502.5 --423.61,502.62 --423.58,502.74 --423.54,502.86 --423.51,502.98 --423.47,503.1 --423.44,503.22 --423.41,503.33 --423.37,503.45 --423.34,503.57 --423.3,503.69 --423.27,503.81 --423.23,503.92 --423.2,504.04 --423.16,504.16 --423.13,504.28 --423.09,504.39 --423.06,504.51 --423.02,504.63 --422.99,504.75 --422.95,504.86 --422.92,504.98 --422.88,505.1 --422.85,505.21 --422.81,505.33 --422.78,505.45 --422.74,505.56 --422.71,505.68 --422.67,505.8 --422.64,505.91 --422.6,506.03 --422.56,506.14 --422.53,506.26 --422.49,506.38 --422.46,506.49 --422.42,506.61 --422.39,506.72 --422.35,506.84 --422.32,506.95 --422.28,507.07 --422.25,507.19 --422.39,507.47 --422.36,507.59 --422.32,507.7 --422.29,507.82 --422.25,507.93 --422.22,508.05 --422.18,508.16 --422.15,508.28 --422.11,508.39 --422.08,508.51 --422.04,508.62 --422.01,508.74 --421.97,508.85 --421.94,508.97 --421.9,509.08 --421.87,509.19 --421.83,509.31 --421.8,509.42 --421.76,509.53 --421.73,509.65 --421.7,509.76 --421.66,509.87 --421.63,509.99 --421.59,510.1 --421.56,510.21 --421.52,510.32 --421.49,510.44 --421.45,510.55 --421.42,510.66 --421.38,510.77 --421.35,510.88 --421.31,511 --421.28,511.11 --421.24,511.22 --421.21,511.33 --421.17,511.44 --421.13,511.55 --421.1,511.66 --421.06,511.77 --421.03,511.88 --420.99,511.99 --420.96,512.11 --420.92,512.22 --420.89,512.33 --420.85,512.44 --420.82,512.55 --420.78,512.66 --420.75,512.77 --420.71,512.88 --420.68,512.99 --420.64,513.1 --420.61,513.21 --420.57,513.31 --420.54,513.42 --420.5,513.53 --420.47,513.64 --420.43,513.75 --420.4,513.86 --420.37,513.97 --420.33,514.08 --420.3,514.19 --420.26,514.3 --420.23,514.4 --420.19,514.51 --420.16,514.62 --420.12,514.73 --420.09,514.84 --420.06,514.94 --420.02,515.05 --419.99,515.16 --419.95,515.27 --419.92,515.38 --419.88,515.48 --419.85,515.59 --419.82,515.7 --419.78,515.8 --419.75,515.91 --419.72,516.02 --419.68,516.12 --419.65,516.23 --419.62,516.34 --419.58,516.44 --419.55,516.55 --419.52,516.66 --419.48,516.76 --419.45,516.87 --419.42,516.97 --419.39,517.08 --419.36,517.19 --419.32,517.29 --419.29,517.4 --419.26,517.5 --419.23,517.61 --419.2,517.71 --419.17,517.82 --419.14,517.92 --419.1,518.03 --419.07,518.13 --419.04,518.24 --419.01,518.34 --419.19,518.7 --419.16,518.8 --419.13,518.9 --419.1,519.01 --419.07,519.11 --419.04,519.22 --419.01,519.32 --418.98,519.43 --418.95,519.53 --418.92,519.64 --418.9,519.74 --418.87,519.84 --418.84,519.95 --418.81,520.05 --418.78,520.15 --418.75,520.26 --418.72,520.36 --418.69,520.47 --418.67,520.57 --418.64,520.67 --418.61,520.77 --418.58,520.88 --418.55,520.98 --418.53,521.08 --418.5,521.19 --418.47,521.29 --418.45,521.39 --418.42,521.5 --418.39,521.6 --418.37,521.7 --418.34,521.8 --418.31,521.91 --418.29,522.01 --418.26,522.11 --418.23,522.21 --418.21,522.32 --418.18,522.42 --418.16,522.52 --418.13,522.62 --418.11,522.73 --418.09,522.83 --418.06,522.93 --418.04,523.03 --418.01,523.14 --417.99,523.24 --417.97,523.34 --417.94,523.44 --417.92,523.54 --417.9,523.65 --417.87,523.75 --417.85,523.85 --417.83,523.95 --417.81,524.05 --417.79,524.15 --417.76,524.26 --417.74,524.36 --417.72,524.46 --417.7,524.56 --417.68,524.66 --417.66,524.76 --417.64,524.86 --417.62,524.97 --417.6,525.07 --417.58,525.17 --417.56,525.27 --417.54,525.37 --417.52,525.47 --417.5,525.57 --417.48,525.67 --417.46,525.77 --417.44,525.87 --417.43,525.97 --417.41,526.07 --417.39,526.18 --417.37,526.28 --417.35,526.38 --417.34,526.48 --417.32,526.58 --417.3,526.68 --417.28,526.78 --417.27,526.88 --417.25,526.98 --417.24,527.08 --417.22,527.18 --417.2,527.28 --417.19,527.38 --417.17,527.48 --417.16,527.58 --417.14,527.68 --417.13,527.78 --417.11,527.88 --417.1,527.98 --417.08,528.08 --417.07,528.18 --417.05,528.28 --417.04,528.38 --417.03,528.48 --417.01,528.58 --417,528.69 --416.99,528.79 --416.99,528.91 --416.98,529.01 --416.97,529.12 --416.95,529.22 --416.94,529.32 --416.93,529.42 --416.92,529.52 --416.91,529.62 --416.9,529.72 --416.89,529.82 --416.87,529.92 --416.86,530.03 --416.85,530.13 --416.84,530.23 --416.83,530.33 --416.82,530.43 --416.81,530.53 --416.81,530.64 --416.8,530.74 --416.79,530.84 --416.78,530.94 --416.77,531.05 --416.76,531.15 --416.75,531.25 --416.75,531.35 --416.74,531.46 --416.73,531.56 --416.72,531.66 --416.72,531.76 --416.71,531.87 --416.71,531.97 --416.7,532.07 --416.69,532.18 --416.69,532.28 --416.68,532.38 --416.68,532.49 --416.67,532.59 --416.67,532.69 --416.66,532.8 --416.66,532.9 --416.66,533.01 --416.65,533.11 --416.65,533.21 --416.64,533.32 --416.64,533.42 --416.64,533.53 --416.64,533.63 --416.63,533.73 --416.63,533.84 --416.63,533.94 --416.63,534.05 --416.63,534.15 --416.62,534.26 --416.62,534.36 --416.62,534.46 --416.62,534.57 --416.62,534.67 --416.62,534.78 --416.62,534.88 --416.62,534.99 --416.62,535.09 --416.62,535.2 --416.62,535.3 --416.62,535.41 --416.62,535.51 --416.63,535.62 --416.63,535.72 --416.63,535.83 --416.63,535.93 --416.63,536.04 --416.64,536.14 --416.64,536.25 --416.64,536.35 --416.64,536.46 --416.65,536.56 --416.65,536.67 --416.65,536.77 --416.66,536.88 --416.66,536.98 --416.66,537.09 --416.67,537.19 --416.67,537.3 --416.68,537.4 --416.68,537.51 --416.69,537.61 --416.69,537.72 --416.7,537.82 --416.7,537.93 --416.71,538.03 --416.71,538.14 --416.72,538.24 --416.73,538.35 --416.73,538.45 --416.74,538.56 --416.74,538.66 --416.75,538.77 --416.76,538.87 --416.76,538.98 --416.77,539.08 --416.78,539.19 --416.7,539.24 --416.71,539.34 --416.72,539.45 --416.73,539.55 --416.73,539.66 --416.74,539.76 --416.75,539.87 --416.76,539.97 --416.77,540.08 --416.77,540.18 --416.78,540.29 --416.79,540.39 --416.8,540.5 --416.81,540.6 --416.82,540.71 --416.82,540.81 --416.83,540.92 --416.84,541.02 --416.85,541.13 --416.86,541.23 --416.87,541.34 --416.88,541.44 --416.89,541.55 --416.89,541.65 --416.9,541.76 --416.91,541.86 --416.92,541.97 --416.93,542.07 --416.94,542.18 --416.95,542.28 --416.96,542.39 --416.97,542.49 --416.98,542.6 --416.99,542.7 --417,542.81 --417.01,542.91 --417.02,543.02 --417.02,543.12 --417.03,543.22 --417.04,543.33 --417.05,543.43 --417.06,543.54 --417.07,543.64 --417.08,543.75 --417.09,543.85 --417.1,543.96 --417.11,544.06 --417.12,544.16 --417.13,544.27 --417.14,544.37 --417.15,544.48 --417.16,544.58 --417.18,544.69 --417.19,544.79 --417.2,544.89 --417.21,545 --417.22,545.1 --417.23,545.21 --417.24,545.31 --417.25,545.41 --417.26,545.52 --417.27,545.62 --417.29,545.72 --417.3,545.83 --417.31,545.93 --417.32,546.04 --417.33,546.14 --417.34,546.24 --417.36,546.35 --417.37,546.45 --417.38,546.55 --417.39,546.66 --417.4,546.76 --417.42,546.86 --417.43,546.96 --417.44,547.07 --417.46,547.17 --417.47,547.27 --417.48,547.38 --417.49,547.48 --417.51,547.58 --417.52,547.68 --417.53,547.79 --417.55,547.89 --417.56,547.99 --417.58,548.09 --417.59,548.2 --417.6,548.3 --417.62,548.4 --417.63,548.5 --417.64,548.6 --417.66,548.71 --417.67,548.81 --417.69,548.91 --417.7,549.01 --417.71,549.11 --417.73,549.21 --417.74,549.32 --417.76,549.42 --417.77,549.52 --417.73,549.67 --417.74,549.77 --417.75,549.87 --417.77,549.97 --417.78,550.07 --417.8,550.17 --417.81,550.27 --417.83,550.38 --417.84,550.48 --417.86,550.58 --417.87,550.68 --417.89,550.78 --417.9,550.88 --417.92,550.98 --417.93,551.08 --417.95,551.18 --417.96,551.28 --417.98,551.38 --417.99,551.48 --418.01,551.58 --418.02,551.68 --418.04,551.78 --418.06,551.88 --418.07,551.98 --418.09,552.08 --418.1,552.18 --418.12,552.28 --418.14,552.38 --418.15,552.48 --418.17,552.58 --418.19,552.68 --418.2,552.78 --418.22,552.88 --418.24,552.98 --418.25,553.08 --418.27,553.18 --418.29,553.28 --418.31,553.38 --418.32,553.48 --418.34,553.58 --418.36,553.68 --418.38,553.78 --418.39,553.88 --418.41,553.98 --418.43,554.08 --418.45,554.17 --418.47,554.27 --418.48,554.37 --418.5,554.47 --418.52,554.57 --418.54,554.67 --418.56,554.77 --418.58,554.87 --418.59,554.97 --418.61,555.07 --418.63,555.17 --418.65,555.27 --418.67,555.37 --418.69,555.47 --418.71,555.57 --418.73,555.66 --418.75,555.76 --418.77,555.86 --418.78,555.96 --418.8,556.06 --418.82,556.16 --418.84,556.26 --418.86,556.36 --418.88,556.46 --418.9,556.55 --418.92,556.65 --418.94,556.75 --418.96,556.85 --418.98,556.95 --419,557.05 --419.02,557.15 --419.04,557.24 --419.06,557.34 --419.08,557.44 --419.1,557.54 --419.12,557.64 --419.14,557.74 --419.16,557.84 --419.17,557.93 --419.19,558.03 --419.21,558.13 --419.23,558.23 --419.25,558.33 --419.27,558.43 --419.29,558.53 --419.31,558.63 --419.33,558.73 --419.35,558.82 --419.37,558.92 --419.39,559.02 --419.41,559.12 --419.43,559.22 --419.44,559.32 --419.46,559.42 --419.48,559.52 --419.5,559.67 --419.52,559.77 --419.54,559.87 --419.56,559.97 --419.58,560.07 --419.59,560.17 --419.61,560.27 --419.63,560.37 --419.65,560.47 --419.67,560.57 --419.69,560.67 --419.71,560.77 --419.73,560.87 --419.74,560.97 --419.76,561.07 --419.78,561.17 --419.8,561.27 --419.82,561.37 --419.84,561.47 --419.85,561.57 --419.87,561.67 --419.89,561.77 --419.91,561.87 --419.93,561.98 --419.95,562.08 --419.97,562.18 --419.99,562.28 --420,562.38 --420.02,562.48 --420.04,562.58 --420.06,562.69 --420.08,562.79 --420.1,562.89 --420.12,562.99 --420.14,563.09 --420.16,563.2 --420.18,563.3 --420.2,563.4 --420.21,563.5 --420.23,563.61 --420.25,563.71 --420.27,563.81 --420.29,563.92 --420.31,564.02 --420.33,564.12 --420.35,564.22 --420.37,564.33 --420.38,564.43 --420.4,564.53 --420.42,564.63 --420.44,564.74 --420.46,564.84 --420.48,564.94 --420.5,565.04 --420.52,565.15 --420.54,565.25 --420.55,565.35 --420.57,565.45 --420.59,565.55 --420.61,565.65 --420.63,565.75 --420.65,565.86 --420.67,565.96 --420.69,566.06 --420.71,566.16 --420.72,566.26 --420.74,566.36 --420.76,566.47 --420.78,566.57 --420.8,566.67 --420.82,566.77 --420.84,566.87 --420.86,566.98 --420.87,567.08 --420.89,567.18 --420.91,567.29 --420.93,567.39 --420.95,567.49 --420.97,567.59 --420.99,567.7 --421.01,567.8 --421.03,567.91 --421.05,568.01 --421.06,568.11 --421.08,568.22 --421.1,568.32 --421.12,568.43 --421.14,568.53 --421.16,568.63 --421.18,568.74 --421.2,568.84 --421.22,568.95 --421.24,569.05 --421.25,569.16 --421.27,569.26 --421.29,569.37 --421.31,569.47 --421.33,569.57 --421.35,569.68 --421.37,569.78 --421.51,569.86 --421.53,569.97 --421.55,570.07 --421.57,570.18 --421.59,570.28 --421.61,570.39 --421.62,570.49 --421.64,570.6 --421.66,570.7 --421.68,570.81 --421.7,570.91 --421.72,571.02 --421.74,571.12 --421.76,571.23 --421.78,571.33 --421.8,571.44 --421.82,571.54 --421.84,571.65 --421.85,571.75 --421.87,571.86 --421.89,571.96 --421.91,572.07 --421.93,572.18 --421.95,572.28 --421.97,572.39 --421.99,572.49 --422.01,572.6 --422.02,572.71 --422.04,572.81 --422.06,572.92 --422.08,573.02 --422.1,573.13 --422.12,573.24 --422.14,573.34 --422.15,573.45 --422.17,573.56 --422.19,573.66 --422.21,573.77 --422.23,573.88 --422.25,573.98 --422.27,574.09 --422.28,574.2 --422.3,574.3 --422.32,574.41 --422.34,574.52 --422.36,574.62 --422.38,574.73 --422.4,574.84 --422.42,574.94 --422.43,575.05 --422.45,575.16 --422.47,575.27 --422.49,575.37 --422.51,575.48 --422.53,575.59 --422.55,575.69 --422.57,575.8 --422.58,575.91 --422.6,576.02 --422.62,576.12 --422.64,576.23 --422.66,576.34 --422.68,576.45 --422.7,576.56 --422.72,576.66 --422.74,576.77 --422.76,576.88 --422.78,576.99 --422.8,577.09 --422.81,577.2 --422.83,577.31 --422.85,577.42 --422.87,577.53 --422.89,577.64 --422.91,577.74 --422.93,577.85 --422.95,577.96 --422.97,578.07 --422.99,578.18 --423.01,578.29 --423.03,578.39 --423.05,578.5 --423.07,578.61 --423.09,578.72 --423.11,578.83 --423.13,578.94 --423.15,579.05 --423.17,579.15 --423.19,579.26 --423.21,579.37 --423.23,579.48 --423.25,579.59 --423.27,579.7 --423.29,579.81 --423.31,579.92 --423.33,580.03 --423.35,580.14 --423.37,580.24 --423.39,580.35 --423.41,580.46 --423.68,580.38 --423.7,580.49 --423.72,580.6 --423.74,580.71 --423.77,580.82 --423.79,580.93 --423.81,581.04 --423.83,581.15 --423.85,581.25 --423.87,581.36 --423.89,581.47 --423.91,581.58 --423.93,581.69 --423.95,581.8 --423.97,581.91 --423.99,582.02 --424.01,582.13 --424.04,582.24 --424.06,582.35 --424.08,582.46 --424.1,582.57 --424.12,582.68 --424.14,582.79 --424.16,582.89 --424.18,583 --424.2,583.11 --424.22,583.22 --424.25,583.33 --424.27,583.44 --424.29,583.55 --424.31,583.66 --424.33,583.77 --424.35,583.88 --424.37,583.99 --424.39,584.1 --424.41,584.21 --424.44,584.32 --424.46,584.43 --424.48,584.54 --424.5,584.65 --424.52,584.76 --424.54,584.87 --424.56,584.98 --424.58,585.09 --424.61,585.2 --424.63,585.31 --424.65,585.42 --424.67,585.53 --424.69,585.64 --424.71,585.75 --424.73,585.86 --424.75,585.97 --424.77,586.08 --424.8,586.19 --424.82,586.3 --424.84,586.41 --424.86,586.52 --424.88,586.63 --424.9,586.74 --424.92,586.85 --424.94,586.96 --424.96,587.07 --424.99,587.18 --425.01,587.29 --425.03,587.4 --425.05,587.51 --425.07,587.61 --425.09,587.72 --425.11,587.83 --425.13,587.94 --425.16,588.05 --425.18,588.16 --425.2,588.27 --425.22,588.38 --425.24,588.49 --425.26,588.6 --425.28,588.71 --425.3,588.82 --425.32,588.93 --425.35,589.04 --425.37,589.15 --425.39,589.25 --425.41,589.36 --425.43,589.47 --425.45,589.58 --425.47,589.69 --425.49,589.8 --425.52,589.91 --425.54,590.02 --425.56,590.13 --425.58,590.24 --425.6,590.34 --425.62,590.45 --425.64,590.56 --425.66,590.67 --425.69,590.78 --425.71,590.89 --425.73,591 --425.75,591.11 --425.77,591.21 --426.17,591.01 --426.19,591.12 --426.21,591.23 --426.24,591.34 --426.26,591.45 --426.28,591.55 --426.3,591.66 --426.32,591.77 --426.34,591.88 --426.37,591.99 --426.39,592.09 --426.41,592.2 --426.43,592.31 --426.45,592.42 --426.47,592.52 --426.5,592.63 --426.52,592.74 --426.54,592.85 --426.56,592.95 --426.58,593.06 --426.6,593.17 --426.63,593.28 --426.65,593.38 --426.67,593.49 --426.69,593.6 --426.71,593.71 --426.73,593.81 --426.75,593.92 --426.77,594.03 --426.8,594.14 --426.82,594.24 --426.84,594.35 --426.86,594.46 --426.88,594.56 --426.9,594.67 --426.92,594.78 --426.94,594.89 --426.96,594.99 --426.98,595.1 --427,595.21 --427.03,595.31 --427.05,595.42 --427.07,595.53 --427.09,595.63 --427.11,595.74 --427.13,595.85 --427.15,595.95 --427.17,596.06 --427.19,596.17 --427.21,596.27 --427.23,596.38 --427.25,596.49 --427.27,596.59 --427.29,596.7 --427.31,596.81 --427.33,596.91 --427.35,597.02 --427.37,597.12 --427.39,597.23 --427.41,597.34 --427.43,597.44 --427.45,597.55 --427.47,597.65 --427.5,597.76 --427.52,597.86 --427.54,597.97 --427.56,598.08 --427.58,598.18 --427.6,598.29 --427.62,598.39 --427.64,598.5 --427.66,598.6 --427.67,598.71 --427.69,598.81 --427.71,598.92 --427.73,599.02 --427.75,599.13 --427.77,599.23 --427.79,599.34 --427.81,599.44 --427.83,599.55 --427.85,599.65 --427.87,599.76 --427.89,599.86 --427.91,599.97 --427.93,600.07 --427.95,600.17 --427.97,600.28 --427.99,600.38 --428.01,600.49 --428.03,600.59 --428.04,600.69 --428.06,600.8 --428.08,600.9 --428.1,601 --428.12,601.11 --428.14,601.21 --428.16,601.31 --428.18,601.42 --428.2,601.52 --428.63,601.26 --428.65,601.37 --428.67,601.47 --428.69,601.57 --428.71,601.67 --428.73,601.77 --428.75,601.88 --428.77,601.98 --428.79,602.08 --428.81,602.18 --428.82,602.28 --428.84,602.38 --428.86,602.48 --428.88,602.58 --428.9,602.69 --428.92,602.79 --428.94,602.89 --428.95,602.99 --428.97,603.09 --428.99,603.19 --429.01,603.29 --429.03,603.39 --429.05,603.49 --429.07,603.59 --429.08,603.69 --429.1,603.79 --429.12,603.89 --429.14,603.99 --429.16,604.09 --429.17,604.19 --429.19,604.29 --429.21,604.39 --429.23,604.48 --429.25,604.58 --429.27,604.68 --429.28,604.78 --429.3,604.88 --429.32,604.98 --429.34,605.08 --429.36,605.18 --429.37,605.27 --429.39,605.37 --429.41,605.47 --429.43,605.57 --429.45,605.67 --429.46,605.76 --429.48,605.86 --429.5,605.96 --429.52,606.06 --429.53,606.15 --429.55,606.25 --429.57,606.35 --429.59,606.44 --429.6,606.54 --429.62,606.64 --429.64,606.73 --429.65,606.83 --429.67,606.93 --429.69,607.02 --429.71,607.12 --429.72,607.22 --429.74,607.31 --429.76,607.41 --429.77,607.5 --429.79,607.6 --429.81,607.69 --429.83,607.79 --429.84,607.89 --429.86,607.98 --429.88,608.08 --429.89,608.17 --429.91,608.27 --429.93,608.36 --429.94,608.46 --429.96,608.55 --429.98,608.64 --429.99,608.74 --430.01,608.83 --430.03,608.93 --430.04,609.02 --430.06,609.12 --430.08,609.21 --430.09,609.3 --430.11,609.4 --430.12,609.49 --430.14,609.59 --430.16,609.68 --430.17,609.77 --430.19,609.87 --430.21,609.96 --430.22,610.05 --430.24,610.15 --430.25,610.24 --430.27,610.33 --430.28,610.42 --430.3,610.52 --430.31,610.61 --430.33,610.7 --430.35,610.79 --430.36,610.89 --430.88,610.63 --430.9,610.73 --430.92,610.82 --430.93,610.91 --430.95,611 --430.96,611.09 --430.98,611.18 --430.99,611.27 --431.01,611.36 --431.02,611.45 --431.04,611.54 --431.06,611.63 --431.07,611.72 --431.09,611.81 --431.1,611.9 --431.12,611.99 --431.13,612.08 --431.15,612.17 --431.16,612.26 --431.18,612.35 --431.19,612.44 --431.21,612.53 --431.22,612.62 --431.24,612.71 --431.25,612.8 --431.27,612.89 --431.28,612.97 --431.3,613.06 --431.31,613.15 --431.33,613.24 --431.34,613.33 --431.36,613.42 --431.37,613.5 --431.38,613.59 --431.4,613.68 --431.41,613.77 --431.43,613.85 --431.44,613.94 --431.46,614.03 --431.47,614.12 --431.48,614.2 --431.5,614.29 --431.51,614.38 --431.53,614.46 --431.54,614.55 --431.55,614.64 --431.57,614.72 --431.58,614.81 --431.6,614.9 --431.61,614.98 --431.62,615.07 --431.64,615.15 --431.65,615.24 --431.66,615.33 --431.68,615.41 --431.69,615.5 --431.71,615.58 --431.72,615.67 --431.73,615.75 --431.75,615.84 --431.76,615.92 --431.77,616.01 --431.79,616.09 --431.8,616.18 --431.81,616.26 --431.83,616.34 --431.84,616.43 --431.85,616.51 --431.87,616.6 --431.88,616.68 --431.89,616.76 --431.9,616.85 --431.92,616.93 --431.93,617.01 --431.94,617.1 --431.96,617.18 --431.97,617.26 --431.98,617.35 --431.99,617.43 --432.01,617.51 --432.02,617.59 --432.03,617.68 --432.05,617.76 --432.06,617.84 --432.07,617.92 --432.08,618 --432.09,618.09 --432.11,618.17 --432.12,618.25 --432.13,618.33 --432.14,618.41 --432.16,618.49 --432.17,618.57 --432.18,618.65 --432.19,618.73 --432.2,618.81 --432.21,618.9 --432.23,618.98 --432.24,619.06 --432.25,619.14 --432.79,618.93 --432.8,619 --432.82,619.08 --432.83,619.16 --432.84,619.24 --432.85,619.32 --432.86,619.4 --432.88,619.48 --432.89,619.56 --432.9,619.63 --432.91,619.71 --432.92,619.79 --432.94,619.87 --432.95,619.94 --432.96,620.02 --432.97,620.1 --432.98,620.18 --432.99,620.25 --433,620.33 --433.01,620.41 --433.03,620.48 --433.04,620.56 --433.05,620.63 --433.06,620.71 --433.07,620.79 --433.08,620.86 --433.09,620.94 --433.1,621.01 --433.11,621.09 --433.12,621.16 --433.13,621.23 --433.14,621.31 --433.15,621.38 --433.16,621.46 --433.17,621.53 --433.18,621.6 --433.18,621.68 --433.19,621.75 --433.2,621.82 --433.21,621.9 --433.22,621.97 --433.23,622.04 --433.23,622.11 --433.24,622.18 --433.25,622.26 --433.26,622.33 --433.27,622.4 --433.27,622.47 --433.28,622.54 --433.29,622.61 --433.29,622.68 --433.3,622.75 --433.31,622.82 --433.31,622.89 --433.32,622.96 --433.33,623.03 --433.33,623.1 --433.34,623.17 --433.35,623.24 --433.35,623.31 --433.36,623.38 --433.36,623.45 --433.37,623.52 --433.37,623.58 --433.38,623.65 --433.38,623.72 --433.39,623.79 --433.4,623.86 --433.4,623.92 --433.41,623.99 --433.41,624.06 --433.42,624.12 --433.42,624.19 --433.43,624.26 --433.43,624.32 --433.44,624.39 --433.44,624.45 --433.44,624.52 --433.45,624.58 --433.45,624.65 --433.46,624.71 --433.46,624.78 --433.46,624.84 --433.47,624.91 --433.47,624.97 --433.48,625.03 --433.48,625.1 --433.48,625.16 --433.49,625.22 --433.49,625.29 --433.49,625.35 --433.49,625.41 --433.5,625.48 --433.5,625.54 --433.5,625.6 --433.5,625.66 --433.51,625.72 --433.51,625.78 --433.51,625.84 --433.51,625.9 --434.01,625.71 --434.02,625.77 --434.02,625.83 --434.02,625.89 --434.02,625.94 --434.03,626 --434.03,626.06 --434.03,626.12 --434.03,626.18 --434.03,626.24 --434.04,626.3 --434.04,626.36 --434.04,626.41 --434.04,626.47 --434.04,626.53 --434.04,626.59 --434.05,626.64 --434.05,626.7 --434.05,626.76 --434.05,626.81 --434.05,626.87 --434.05,626.93 --434.05,626.98 --434.05,627.04 --434.05,627.1 --434.05,627.15 --434.05,627.21 --434.05,627.27 --434.05,627.32 --434.05,627.38 --434.05,627.43 --434.05,627.49 --434.05,627.54 --434.05,627.6 --434.05,627.65 --434.05,627.71 --434.05,627.76 --434.04,627.82 --434.04,627.87 --434.04,627.93 --434.04,627.98 --434.04,628.04 --434.04,628.09 --434.03,628.15 --434.03,628.2 --434.03,628.26 --434.03,628.31 --434.02,628.37 --434.02,628.42 --434.02,628.48 --434.01,628.53 --434.01,628.59 --434.01,628.64 --434.01,628.69 --434,628.75 --434,628.8 --433.99,628.86 --433.99,628.91 --433.99,628.97 --433.98,629.02 --433.98,629.07 --433.97,629.13 --433.97,629.18 --433.96,629.23 --433.96,629.29 --433.95,629.34 --433.95,629.4 --433.94,629.45 --433.94,629.5 --433.93,629.56 --433.93,629.61 --433.92,629.66 --433.91,629.72 --433.91,629.77 --433.9,629.83 --433.9,629.88 --433.89,629.93 --433.88,629.99 --433.88,630.04 --433.87,630.09 --433.86,630.15 --433.86,630.2 --433.85,630.26 --433.84,630.31 --433.84,630.36 --433.83,630.42 --433.82,630.47 --433.81,630.53 --433.81,630.58 --433.8,630.63 --433.79,630.69 --433.78,630.74 --433.78,630.8 --433.77,630.85 --433.76,630.91 --433.75,630.96 --433.74,631.01 --433.73,631.07 --433.73,631.12 --433.72,631.18 --434.26,630.96 --434.25,631.01 --434.24,631.07 --434.23,631.12 --434.22,631.17 --434.21,631.23 --434.2,631.28 --434.19,631.34 --434.18,631.39 --434.18,631.44 --434.16,631.5 --434.15,631.55 --434.14,631.61 --434.13,631.66 --434.12,631.71 --434.11,631.77 --434.1,631.82 --434.09,631.88 --434.08,631.93 --434.07,631.98 --434.06,632.04 --434.05,632.09 --434.03,632.14 --434.02,632.2 --434.01,632.25 --434,632.3 --433.99,632.36 --433.97,632.41 --433.96,632.46 --433.95,632.52 --433.94,632.57 --433.92,632.62 --433.91,632.68 --433.9,632.73 --433.89,632.78 --433.87,632.84 --433.86,632.89 --433.85,632.94 --433.83,633 --433.82,633.05 --433.8,633.11 --433.79,633.16 --433.77,633.21 --433.76,633.27 --433.74,633.32 --433.73,633.38 --433.71,633.43 --433.69,633.49 --433.68,633.54 --433.66,633.6 --433.64,633.65 --433.63,633.71 --433.61,633.76 --433.59,633.82 --433.57,633.88 --433.55,633.93 --433.53,633.99 --433.52,634.05 --433.5,634.1 --433.48,634.16 --433.46,634.22 --433.44,634.28 --433.42,634.33 --433.4,634.39 --433.37,634.45 --433.35,634.51 --433.33,634.56 --433.31,634.62 --433.29,634.68 --433.26,634.74 --433.24,634.8 --433.22,634.85 --433.19,634.91 --433.17,634.97 --433.15,635.03 --433.12,635.09 --433.1,635.15 --433.07,635.2 --433.05,635.26 --433.02,635.32 --433,635.38 --432.97,635.44 --432.94,635.5 --432.92,635.56 --432.89,635.61 --432.86,635.67 --432.84,635.73 --432.81,635.79 --432.78,635.85 --432.75,635.91 --432.72,635.97 --432.69,636.03 --432.66,636.09 --432.63,636.15 --432.6,636.2 --432.57,636.26 --432.54,636.32 --432.51,636.38 --432.48,636.44 --432.45,636.5 --433.09,636.17 --433.06,636.23 --433.03,636.29 --432.99,636.34 --432.96,636.4 --432.93,636.46 --432.9,636.52 --432.87,636.58 --432.83,636.63 --432.8,636.69 --432.77,636.75 --432.73,636.81 --432.7,636.87 --432.66,636.92 --432.63,636.98 --432.59,637.04 --432.56,637.1 --432.52,637.15 --432.48,637.21 --432.45,637.27 --432.41,637.32 --432.37,637.38 --432.33,637.44 --432.3,637.5 --432.26,637.55 --432.22,637.61 --432.18,637.67 --432.14,637.72 --432.1,637.78 --432.06,637.84 --432.02,637.89 --431.97,637.95 --431.93,638 --431.89,638.06 --431.85,638.12 --431.8,638.17 --431.76,638.23 --431.72,638.28 --431.67,638.34 --431.63,638.39 --431.58,638.45 --431.54,638.5 --431.49,638.56 --431.45,638.61 --431.4,638.66 --431.35,638.72 --431.31,638.77 --431.26,638.83 --431.21,638.88 --431.16,638.94 --431.12,638.99 --431.07,639.04 --431.02,639.1 --430.97,639.15 --430.92,639.21 --430.87,639.26 --430.82,639.31 --430.77,639.37 --430.72,639.42 --430.67,639.47 --430.62,639.52 --430.57,639.58 --430.52,639.63 --430.46,639.68 --430.41,639.74 --430.36,639.79 --430.3,639.84 --430.25,639.89 --430.2,639.94 --430.14,640 --430.09,640.05 --430.03,640.1 --429.98,640.15 --429.92,640.2 --429.87,640.25 --429.81,640.3 --429.75,640.35 --429.7,640.4 --429.64,640.45 --429.58,640.5 --429.53,640.55 --429.47,640.6 --429.41,640.64 --429.35,640.69 --429.29,640.74 --429.24,640.79 --429.18,640.84 --429.12,640.88 --429.06,640.93 --429,640.98 --428.94,641.03 --428.88,641.07 --428.82,641.12 --428.76,641.17 --428.7,641.21 --428.63,641.26 --428.57,641.3 --428.51,641.35 --428.45,641.39 --428.39,641.44 --429.02,641.18 --428.95,641.22 --428.89,641.27 --428.83,641.31 --428.77,641.36 --428.7,641.4 --428.64,641.44 --428.58,641.49 --428.51,641.53 --428.45,641.57 --428.39,641.61 --428.32,641.65 --428.26,641.7 --428.19,641.74 --428.12,641.78 --428.06,641.82 --427.99,641.86 --427.93,641.9 --427.86,641.94 --427.79,641.98 --427.73,642.02 --427.66,642.06 --427.59,642.1 --427.52,642.14 --427.46,642.17 --427.39,642.21 --427.32,642.25 --427.25,642.29 --427.18,642.33 --427.11,642.36 --427.04,642.4 --426.98,642.44 --426.91,642.47 --426.84,642.51 --426.77,642.55 --426.7,642.58 --426.63,642.62 --426.56,642.65 --426.49,642.69 --426.42,642.73 --426.35,642.76 --426.27,642.79 --426.2,642.83 --426.13,642.86 --426.06,642.9 --425.99,642.93 --425.92,642.96 --425.85,643 --425.77,643.03 --425.7,643.06 --425.63,643.1 --425.56,643.13 --425.48,643.16 --425.41,643.19 --425.34,643.22 --425.26,643.25 --425.19,643.29 --425.11,643.32 --425.04,643.35 --424.97,643.38 --424.89,643.41 --424.82,643.44 --424.74,643.47 --424.67,643.5 --424.59,643.53 --424.52,643.56 --424.44,643.58 --424.36,643.61 --424.29,643.64 --424.21,643.67 --424.13,643.7 --424.06,643.73 --423.98,643.75 --423.9,643.78 --423.83,643.81 --423.75,643.83 --423.67,643.86 --423.59,643.89 --423.52,643.91 --423.44,643.94 --423.36,643.96 --423.28,643.99 --423.2,644.01 --423.13,644.04 --423.05,644.06 --422.97,644.09 --422.89,644.11 --422.81,644.14 --422.73,644.16 --422.65,644.18 --422.57,644.21 --422.49,644.23 --422.41,644.25 --422.34,644.28 --422.26,644.3 --422.18,644.32 --422.1,644.34 --422.02,644.37 --421.94,644.39 --421.86,644.41 --422.52,644.23 --422.44,644.26 --422.36,644.28 --422.28,644.3 --422.2,644.32 --422.12,644.34 --422.04,644.36 --421.96,644.38 --421.88,644.4 --421.8,644.42 --421.72,644.44 --421.64,644.47 --421.56,644.49 --421.48,644.51 --421.4,644.53 --421.32,644.55 --421.24,644.57 --421.16,644.59 --421.08,644.61 --421,644.63 --420.92,644.65 --420.84,644.67 --420.76,644.69 --420.68,644.71 --420.6,644.73 --420.52,644.75 --420.44,644.77 --420.36,644.79 --420.27,644.81 --420.19,644.83 --420.11,644.85 --420.03,644.87 --419.95,644.89 --419.87,644.91 --419.79,644.93 --419.7,644.95 --419.62,644.97 --419.54,644.99 --419.46,645.01 --419.38,645.03 --419.3,645.05 --419.22,645.07 --419.13,645.09 --419.05,645.11 --418.97,645.13 --418.89,645.15 --418.81,645.17 --418.73,645.19 --418.65,645.21 --418.57,645.23 --418.48,645.25 --418.4,645.26 --418.32,645.28 --418.24,645.3 --418.16,645.32 --418.08,645.34 --418,645.36 --417.92,645.38 --417.83,645.4 --417.75,645.42 --417.67,645.43 --417.59,645.45 --417.51,645.47 --417.43,645.49 --417.35,645.51 --417.27,645.53 --417.18,645.55 --417.1,645.56 --417.02,645.58 --416.94,645.6 --416.86,645.62 --416.78,645.64 --416.7,645.65 --416.62,645.67 --416.54,645.69 --416.45,645.71 --416.37,645.72 --416.29,645.74 --416.21,645.76 --416.13,645.78 --416.05,645.79 --415.97,645.81 --415.89,645.83 --415.81,645.85 --415.72,645.86 --415.64,645.88 --415.56,645.9 --415.48,645.91 --415.4,645.93 --415.32,645.95 --415.24,645.96 --415.16,645.98 --415.08,646 --415,646.02 --414.92,646.03 --414.84,646.05 --414.75,646.07 --414.67,646.08 --414.59,646.1 --414.51,646.12 --415.03,646.19 --414.95,646.21 --414.87,646.23 --414.79,646.24 --414.71,646.26 --414.63,646.28 --414.56,646.29 --414.48,646.31 --414.4,646.33 --414.32,646.34 --414.24,646.36 --414.16,646.38 --414.08,646.39 --414,646.41 --413.92,646.43 --413.84,646.44 --413.76,646.46 --413.68,646.48 --413.61,646.49 --413.53,646.51 --413.45,646.52 --413.37,646.54 --413.29,646.56 --413.21,646.57 --413.13,646.59 --413.05,646.61 --412.97,646.62 --412.89,646.64 --412.82,646.65 --412.74,646.67 --412.66,646.69 --412.58,646.7 --412.5,646.72 --412.42,646.73 --412.34,646.75 --412.26,646.77 --412.18,646.78 --412.11,646.8 --412.03,646.81 --411.95,646.83 --411.87,646.84 --411.79,646.86 --411.71,646.88 --411.63,646.89 --411.55,646.91 --411.48,646.92 --411.4,646.94 --411.32,646.95 --411.24,646.97 --411.16,646.98 --411.08,647 --411,647.02 --410.92,647.03 --410.84,647.05 --410.77,647.06 --410.69,647.07 --410.61,647.09 --410.53,647.1 --410.45,647.12 --410.37,647.13 --410.29,647.15 --410.22,647.16 --410.14,647.18 --410.06,647.19 --409.98,647.21 --409.9,647.22 --409.82,647.24 --409.75,647.25 --409.67,647.26 --409.59,647.28 --409.51,647.29 --409.43,647.31 --409.36,647.32 --409.28,647.34 --409.2,647.35 --409.12,647.37 --409.04,647.38 --408.96,647.4 --408.89,647.41 --408.81,647.42 --408.73,647.44 --408.65,647.45 --408.57,647.47 --408.5,647.48 --408.42,647.5 --408.34,647.51 --408.26,647.52 --408.18,647.54 --408.1,647.55 --408.03,647.57 --407.95,647.58 --407.87,647.6 --407.79,647.61 --407.71,647.62 --407.63,647.64 --407.56,647.65 --407.48,647.67 --407.4,647.68 --407.32,647.69 --407.24,647.71 --407.66,647.65 --407.58,647.66 --407.51,647.68 --407.43,647.69 --407.35,647.7 --407.27,647.72 --407.2,647.73 --407.12,647.75 --407.04,647.76 --406.96,647.77 --406.89,647.79 --406.81,647.8 --406.73,647.82 --406.65,647.83 --406.58,647.84 --406.5,647.86 --406.42,647.87 --406.34,647.88 --406.27,647.9 --406.19,647.91 --406.11,647.93 --406.04,647.94 --405.96,647.95 --405.88,647.97 --405.8,647.98 --405.73,648 --405.65,648.01 --405.57,648.03 --405.49,648.04 --405.42,648.06 --405.34,648.07 --405.26,648.09 --405.18,648.1 --405.11,648.12 --405.03,648.13 --404.95,648.14 --404.87,648.16 --404.8,648.17 --404.72,648.19 --404.64,648.21 --404.57,648.22 --404.49,648.24 --404.41,648.25 --404.33,648.27 --404.26,648.28 --404.18,648.3 --404.1,648.31 --404.02,648.33 --403.95,648.34 --403.87,648.36 --403.79,648.37 --403.71,648.39 --403.64,648.4 --403.56,648.42 --403.48,648.44 --403.41,648.45 --403.33,648.47 --403.25,648.48 --403.18,648.5 --403.1,648.52 --403.03,648.53 --402.95,648.55 --402.87,648.56 --402.8,648.58 --402.72,648.6 --402.65,648.61 --402.57,648.63 --402.49,648.64 --402.42,648.66 --402.34,648.68 --402.27,648.69 --402.19,648.71 --402.12,648.73 --402.04,648.74 --401.96,648.76 --401.89,648.77 --401.81,648.79 --401.74,648.81 --401.66,648.82 --401.59,648.84 --401.51,648.86 --401.44,648.87 --401.36,648.89 --401.28,648.91 --401.21,648.92 --401.13,648.94 --401.06,648.96 --400.98,648.97 --400.91,648.99 --400.83,649 --400.76,649.02 --400.68,649.04 --400.6,649.05 --400.53,649.07 --400.45,649.09 --400.38,649.1 --400.3,649.12 --400.23,649.13 --400.15,649.15 --400.08,649.17 --400.41,649.07 --400.33,649.09 --400.26,649.11 --400.18,649.12 --400.11,649.14 --400.03,649.16 --399.96,649.17 --399.88,649.19 --399.81,649.21 --399.74,649.22 --399.66,649.24 --399.59,649.25 --399.51,649.27 --399.44,649.29 --399.36,649.3 --399.29,649.32 --399.22,649.34 --399.14,649.35 --399.07,649.37 --398.99,649.39 --398.92,649.4 --398.85,649.42 --398.77,649.44 --398.7,649.45 --398.62,649.47 --398.55,649.48 --398.48,649.5 --398.4,649.52 --398.33,649.53 --398.26,649.55 --398.18,649.57 --398.11,649.58 --398.04,649.6 --397.96,649.62 --397.89,649.63 --397.82,649.65 --397.75,649.66 --397.67,649.68 --397.6,649.7 --397.53,649.71 --397.45,649.73 --397.38,649.75 --397.31,649.76 --397.24,649.78 --397.16,649.8 --397.09,649.81 --397.02,649.83 --396.95,649.85 --396.88,649.86 --396.8,649.88 --396.73,649.89 --396.66,649.91 --396.59,649.93 --396.52,649.94 --396.44,649.96 --396.37,649.98 --396.3,649.99 --396.23,650.01 --396.16,650.03 --396.09,650.04 --396.02,650.06 --395.95,650.08 --395.87,650.09 --395.8,650.11 --395.73,650.13 --395.66,650.14 --395.59,650.16 --395.52,650.18 --395.45,650.19 --395.38,650.21 --395.31,650.23 --395.24,650.25 --395.17,650.26 --395.1,650.28 --395.03,650.3 --394.96,650.31 --394.89,650.33 --394.82,650.35 --394.75,650.36 --394.68,650.38 --394.61,650.4 --394.54,650.41 --394.47,650.43 --394.4,650.45 --394.33,650.46 --394.26,650.48 --394.19,650.5 --394.12,650.51 --394.05,650.53 --393.98,650.55 --393.92,650.56 --393.85,650.58 --393.78,650.6 --393.71,650.62 --393.64,650.63 --393.57,650.65 --393.5,650.67 --393.44,650.68 --393.37,650.7 --393.3,650.72 --393.5,650.6 --393.43,650.62 --393.37,650.64 --393.3,650.65 --393.23,650.67 --393.16,650.69 --393.1,650.7 --393.03,650.72 --392.96,650.73 --392.9,650.75 --392.83,650.77 --392.76,650.78 --392.7,650.8 --392.63,650.82 --392.57,650.83 --392.5,650.85 --392.43,650.87 --392.37,650.89 --392.3,650.9 --392.24,650.92 --392.17,650.94 --392.11,650.95 --392.04,650.97 --391.98,650.99 --391.91,651 --391.85,651.02 --391.78,651.04 --391.71,651.05 --391.65,651.07 --391.58,651.09 --391.52,651.1 --391.45,651.12 --391.39,651.14 --391.33,651.15 --391.26,651.17 --391.2,651.19 --391.13,651.2 --391.07,651.22 --391,651.24 --390.94,651.25 --390.87,651.27 --390.81,651.29 --390.74,651.3 --390.68,651.32 --390.62,651.34 --390.55,651.35 --390.49,651.37 --390.42,651.39 --390.36,651.4 --390.3,651.42 --390.23,651.44 --390.17,651.45 --390.11,651.47 --390.04,651.49 --389.98,651.5 --389.92,651.52 --389.85,651.54 --389.79,651.56 --389.73,651.57 --389.66,651.59 --389.6,651.61 --389.54,651.62 --389.47,651.64 --389.41,651.66 --389.35,651.68 --389.29,651.69 --389.22,651.71 --389.16,651.73 --389.1,651.75 --389.04,651.76 --388.97,651.78 --388.91,651.8 --388.85,651.82 --388.78,651.83 --388.72,651.85 --388.66,651.87 --388.59,651.89 --388.53,651.9 --388.47,651.92 --388.41,651.94 --388.34,651.96 --388.28,651.97 --388.22,651.99 --388.15,652.01 --388.09,652.03 --388.03,652.04 --387.96,652.06 --387.9,652.08 --387.84,652.1 --387.77,652.11 --387.71,652.13 --387.65,652.15 --387.58,652.17 --387.52,652.18 --387.45,652.2 --387.39,652.22 --387.33,652.24 --387.26,652.25 --387.2,652.27 --387.13,652.29 --387.33,652.37 --387.26,652.39 --387.2,652.41 --387.13,652.43 --387.07,652.45 --387.01,652.47 --386.94,652.48 --386.88,652.5 --386.81,652.52 --386.75,652.54 --386.69,652.56 --386.62,652.58 --386.56,652.6 --386.49,652.61 --386.43,652.63 --386.37,652.65 --386.3,652.67 --386.24,652.69 --386.17,652.71 --386.11,652.73 --386.04,652.74 --385.98,652.76 --385.92,652.78 --385.85,652.8 --385.79,652.82 --385.72,652.84 --385.66,652.86 --385.59,652.88 --385.53,652.89 --385.47,652.91 --385.4,652.93 --385.34,652.95 --385.27,652.97 --385.21,652.99 --385.14,653.01 --385.08,653.02 --385.01,653.04 --384.95,653.06 --384.88,653.08 --384.82,653.1 --384.75,653.12 --384.69,653.14 --384.62,653.16 --384.56,653.18 --384.49,653.19 --384.43,653.21 --384.36,653.23 --384.3,653.25 --384.23,653.27 --384.17,653.29 --384.1,653.31 --384.04,653.33 --383.97,653.35 --383.91,653.37 --383.84,653.39 --383.77,653.41 --383.71,653.43 --383.64,653.45 --383.58,653.47 --383.51,653.49 --383.45,653.5 --383.38,653.52 --383.31,653.54 --383.25,653.56 --383.18,653.58 --383.12,653.6 --383.05,653.62 --382.98,653.64 --382.92,653.66 --382.85,653.68 --382.79,653.7 --382.72,653.72 --382.65,653.74 --382.59,653.76 --382.52,653.78 --382.46,653.8 --382.39,653.82 --382.32,653.84 --382.26,653.86 --382.19,653.89 --382.13,653.91 --382.06,653.93 --381.99,653.95 --381.93,653.97 --381.86,653.99 --381.8,654.01 --381.73,654.03 --381.66,654.05 --381.6,654.07 --381.53,654.09 --381.47,654.11 --381.4,654.13 --381.33,654.15 --381.27,654.17 --381.2,654.19 --381.13,654.21 --381.07,654.24 --381,654.26 --380.93,654.28 --380.87,654.3 --381.08,654.19 --381.01,654.21 --380.94,654.23 --380.87,654.25 --380.81,654.27 --380.74,654.29 --380.67,654.31 --380.61,654.33 --380.54,654.35 --380.47,654.37 --380.4,654.39 --380.33,654.41 --380.27,654.43 --380.2,654.45 --380.13,654.47 --380.06,654.49 --379.99,654.52 --379.92,654.54 --379.86,654.56 --379.79,654.58 --379.72,654.6 --379.65,654.62 --379.58,654.64 --379.51,654.66 --379.44,654.68 --379.37,654.7 --379.3,654.72 --379.24,654.74 --379.17,654.76 --379.1,654.78 --379.03,654.8 --378.96,654.82 --378.89,654.84 --378.82,654.86 --378.75,654.88 --378.68,654.9 --378.61,654.92 --378.54,654.94 --378.47,654.96 --378.4,654.98 --378.33,655 --378.25,655.02 --378.18,655.04 --378.11,655.06 --378.04,655.08 --377.97,655.1 --377.9,655.12 --377.83,655.14 --377.76,655.16 --377.69,655.18 --377.62,655.2 --377.55,655.22 --377.47,655.24 --377.4,655.26 --377.33,655.28 --377.26,655.3 --377.19,655.32 --377.12,655.34 --377.04,655.36 --376.97,655.38 --376.9,655.4 --376.83,655.42 --376.76,655.44 --376.68,655.46 --376.61,655.48 --376.54,655.5 --376.47,655.52 --376.39,655.54 --376.32,655.56 --376.25,655.58 --376.18,655.6 --376.1,655.62 --376.03,655.63 --375.96,655.65 --375.88,655.67 --375.81,655.69 --375.74,655.71 --375.67,655.73 --375.59,655.75 --375.52,655.77 --375.44,655.79 --375.37,655.8 --375.3,655.82 --375.22,655.84 --375.15,655.86 --375.08,655.88 --375,655.9 --374.93,655.92 --374.85,655.94 --374.78,655.96 --374.71,655.97 --374.63,655.99 --374.56,656.01 --374.48,656.03 --374.41,656.05 --374.33,656.07 --374.26,656.09 --374.19,656.11 --374.11,656.12 --374.04,656.14 --374.25,655.85 --374.18,655.87 --374.1,655.89 --374.03,655.91 --373.96,655.92 --373.88,655.94 --373.81,655.96 --373.73,655.98 --373.66,656 --373.59,656.02 --373.51,656.04 --373.44,656.05 --373.36,656.07 --373.29,656.09 --373.22,656.11 --373.14,656.13 --373.07,656.15 --372.99,656.16 --372.92,656.18 --372.85,656.2 --372.77,656.22 --372.7,656.24 --372.63,656.26 --372.55,656.28 --372.48,656.29 --372.41,656.31 --372.33,656.33 --372.26,656.35 --372.19,656.37 --372.11,656.39 --372.04,656.41 --371.96,656.42 --371.89,656.44 --371.82,656.46 --371.74,656.48 --371.67,656.5 --371.6,656.52 --371.53,656.54 --371.45,656.56 --371.38,656.58 --371.31,656.59 --371.23,656.61 --371.16,656.63 --371.09,656.65 --371.02,656.67 --370.94,656.69 --370.87,656.71 --370.8,656.73 --370.73,656.74 --370.65,656.76 --370.58,656.78 --370.51,656.8 --370.44,656.82 --370.37,656.84 --370.29,656.86 --370.22,656.87 --370.15,656.89 --370.08,656.91 --370.01,656.93 --369.94,656.95 --369.87,656.97 --369.8,656.99 --369.73,657 --369.65,657.02 --369.58,657.04 --369.51,657.06 --369.44,657.08 --369.37,657.1 --369.3,657.11 --369.24,657.13 --369.17,657.15 --369.1,657.17 --369.03,657.19 --368.96,657.21 --368.89,657.23 --368.82,657.25 --368.75,657.26 --368.68,657.28 --368.62,657.3 --368.55,657.32 --368.48,657.34 --368.41,657.36 --368.34,657.38 --368.28,657.4 --368.21,657.42 --368.14,657.43 --368.08,657.45 --368.01,657.47 --367.94,657.49 --367.87,657.51 --367.81,657.53 --367.74,657.55 --367.68,657.57 --367.61,657.59 --367.54,657.6 --367.48,657.62 --367.41,657.64 --367.35,657.66 --367.28,657.68 --367.22,657.7 --367.44,657.24 --367.38,657.26 --367.32,657.28 --367.25,657.29 --367.19,657.31 --367.12,657.33 --367.06,657.35 --367,657.37 --366.93,657.39 --366.87,657.4 --366.81,657.42 --366.74,657.44 --366.68,657.46 --366.62,657.48 --366.55,657.5 --366.49,657.51 --366.43,657.53 --366.37,657.55 --366.3,657.57 --366.24,657.59 --366.18,657.61 --366.12,657.62 --366.06,657.64 --366,657.66 --365.94,657.68 --365.87,657.7 --365.81,657.72 --365.75,657.74 --365.69,657.75 --365.63,657.77 --365.57,657.79 --365.51,657.81 --365.45,657.83 --365.39,657.85 --365.33,657.87 --365.27,657.88 --365.21,657.9 --365.15,657.92 --365.09,657.94 --365.03,657.96 --364.97,657.98 --364.91,657.99 --364.85,658.01 --364.79,658.03 --364.73,658.05 --364.67,658.07 --364.61,658.09 --364.55,658.11 --364.5,658.12 --364.44,658.14 --364.38,658.16 --364.32,658.18 --364.26,658.2 --364.2,658.22 --364.14,658.23 --364.08,658.25 --364.02,658.27 --363.96,658.29 --363.91,658.31 --363.85,658.33 --363.79,658.35 --363.73,658.36 --363.67,658.38 --363.61,658.4 --363.55,658.42 --363.5,658.44 --363.44,658.46 --363.38,658.48 --363.33,658.5 --363.27,658.52 --363.21,658.54 --363.16,658.56 --363.1,658.58 --363.05,658.6 --362.99,658.62 --362.94,658.63 --362.88,658.65 --362.83,658.67 --362.78,658.69 --362.72,658.71 --362.67,658.72 --362.61,658.74 --362.56,658.76 --362.5,658.78 --362.45,658.79 --362.39,658.81 --362.33,658.83 --362.28,658.85 --362.22,658.87 --362.17,658.88 --362.11,658.9 --362.05,658.92 --362,658.94 --361.94,658.96 --361.89,658.98 --361.83,658.99 --361.77,659.01 --361.72,659.03 --361.66,659.05 --361.6,659.07 --361.83,658.44 --361.78,658.46 --361.72,658.48 --361.66,658.49 --361.6,658.51 --361.55,658.53 --361.49,658.55 --361.43,658.57 --361.38,658.59 --361.32,658.6 --361.26,658.62 --361.2,658.64 --361.15,658.66 --361.09,658.68 --361.03,658.7 --360.97,658.72 --360.92,658.74 --360.86,658.76 --360.8,658.78 --360.74,658.79 --360.68,658.81 --360.62,658.83 --360.56,658.85 --360.5,658.87 --360.44,658.89 --360.38,658.91 --360.32,658.93 --360.26,658.94 --360.2,658.96 --360.14,658.98 --360.08,659 --360.02,659.02 --359.96,659.03 --359.9,659.05 --359.84,659.07 --359.78,659.09 --359.72,659.11 --359.66,659.13 --359.6,659.15 --359.54,659.17 --359.48,659.18 --359.42,659.2 --359.36,659.22 --359.3,659.24 --359.24,659.26 --359.18,659.28 --359.12,659.3 --359.06,659.32 --359,659.34 --358.94,659.35 --358.88,659.37 --358.83,659.39 --358.77,659.41 --358.71,659.43 --358.65,659.45 --358.59,659.47 --358.54,659.49 --358.48,659.51 --358.42,659.53 --358.37,659.55 --358.31,659.57 --358.25,659.59 --358.19,659.61 --358.14,659.63 --358.08,659.65 --358.02,659.67 --357.96,659.69 --357.9,659.71 --357.84,659.73 --357.78,659.75 --357.72,659.77 --357.66,659.79 --357.6,659.81 --357.54,659.83 --357.47,659.85 --357.41,659.87 --357.35,659.89 --357.29,659.91 --357.23,659.93 --357.16,659.95 --357.1,659.97 --357.04,659.99 --356.98,660.01 --356.91,660.03 --356.85,660.05 --356.79,660.07 --356.72,660.09 --356.66,660.11 --356.6,660.13 --356.53,660.15 --356.47,660.17 --356.4,660.19 --356.34,660.21 --356.27,660.23 --356.21,660.25 --356.14,660.27 --356.07,660.29 --356,660.31 --355.93,660.34 --355.87,660.36 --356.27,659.81 --356.2,659.83 --356.13,659.85 --356.06,659.87 --355.99,659.89 --355.92,659.92 --355.85,659.94 --355.78,659.96 --355.71,659.98 --355.64,660 --355.56,660.02 --355.49,660.05 --355.42,660.07 --355.35,660.09 --355.28,660.11 --355.21,660.13 --355.13,660.15 --355.06,660.18 --354.99,660.2 --354.92,660.22 --354.85,660.24 --354.78,660.26 --354.71,660.28 --354.63,660.31 --354.56,660.33 --354.49,660.35 --354.42,660.37 --354.35,660.39 --354.27,660.41 --354.2,660.43 --354.13,660.46 --354.06,660.48 --353.98,660.5 --353.91,660.52 --353.84,660.54 --353.76,660.56 --353.69,660.58 --353.62,660.61 --353.54,660.63 --353.47,660.65 --353.39,660.67 --353.32,660.69 --353.24,660.71 --353.16,660.74 --353.09,660.76 --353.01,660.78 --352.94,660.8 --352.86,660.82 --352.78,660.85 --352.71,660.87 --352.63,660.89 --352.55,660.91 --352.47,660.94 --352.39,660.96 --352.31,660.98 --352.24,661 --352.16,661.03 --352.08,661.05 --352,661.07 --351.92,661.09 --351.84,661.12 --351.76,661.14 --351.68,661.16 --351.6,661.19 --351.52,661.21 --351.44,661.23 --351.36,661.25 --351.27,661.28 --351.19,661.3 --351.11,661.32 --351.03,661.35 --350.95,661.37 --350.86,661.39 --350.78,661.42 --350.7,661.44 --350.61,661.46 --350.53,661.49 --350.45,661.51 --350.36,661.53 --350.28,661.56 --350.2,661.58 --350.11,661.6 --350.03,661.63 --349.94,661.65 --349.86,661.67 --349.77,661.7 --349.69,661.72 --349.6,661.74 --349.52,661.77 --349.43,661.79 --349.34,661.82 --349.26,661.84 --349.17,661.86 --349.08,661.89 --349,661.91 --348.91,661.93 --348.82,661.96 --348.73,661.98 --348.65,662.01 --348.56,662.03 --349.03,661.38 --348.95,661.4 --348.86,661.42 --348.77,661.45 --348.68,661.47 --348.59,661.49 --348.51,661.52 --348.42,661.54 --348.33,661.56 --348.24,661.59 --348.15,661.61 --348.06,661.63 --347.97,661.66 --347.88,661.68 --347.79,661.71 --347.7,661.73 --347.61,661.75 --347.52,661.78 --347.43,661.8 --347.34,661.83 --347.24,661.85 --347.15,661.87 --347.06,661.9 --346.97,661.92 --346.88,661.95 --346.78,661.97 --346.69,662 --346.6,662.02 --346.51,662.05 --346.41,662.07 --346.32,662.09 --346.23,662.12 --346.13,662.14 --346.04,662.17 --345.94,662.19 --345.85,662.22 --345.76,662.24 --345.66,662.27 --345.57,662.29 --345.47,662.32 --345.38,662.34 --345.28,662.37 --345.19,662.39 --345.09,662.42 --345,662.44 --344.9,662.47 --344.8,662.49 --344.71,662.52 --344.61,662.54 --344.52,662.57 --344.42,662.59 --344.32,662.62 --344.23,662.64 --344.13,662.67 --344.03,662.7 --343.94,662.72 --343.84,662.75 --343.74,662.77 --343.65,662.8 --343.55,662.82 --343.45,662.85 --343.35,662.88 --343.26,662.9 --343.16,662.93 --343.06,662.95 --342.96,662.98 --342.86,663.01 --342.77,663.03 --342.67,663.06 --342.57,663.08 --342.47,663.11 --342.37,663.14 --342.27,663.16 --342.18,663.19 --342.08,663.22 --341.98,663.24 --341.88,663.27 --341.78,663.29 --341.68,663.32 --341.58,663.35 --341.48,663.37 --341.38,663.4 --341.28,663.43 --341.18,663.45 --341.08,663.48 --340.98,663.51 --340.88,663.53 --340.78,663.56 --340.68,663.59 --340.58,663.61 --340.48,663.64 --340.38,663.67 --340.28,663.69 --340.18,663.72 --340.08,663.75 --339.97,663.77 --339.87,663.8 --339.77,663.83 --339.67,663.85 --339.57,663.88 --340.22,663.18 --340.12,663.21 --340.02,663.23 --339.91,663.26 --339.81,663.28 --339.71,663.31 --339.61,663.34 --339.51,663.36 --339.41,663.39 --339.31,663.41 --339.21,663.44 --339.11,663.47 --339.01,663.49 --338.9,663.52 --338.8,663.55 --338.7,663.57 --338.6,663.6 --338.5,663.63 --338.4,663.65 --338.29,663.68 --338.19,663.7 --338.09,663.73 --337.99,663.76 --337.89,663.79 --337.78,663.81 --337.68,663.84 --337.58,663.87 --337.48,663.89 --337.38,663.92 --337.27,663.95 --337.17,663.97 --337.07,664 --336.97,664.03 --336.86,664.06 --336.76,664.08 --336.66,664.11 --336.55,664.14 --336.45,664.17 --336.35,664.19 --336.24,664.22 --336.14,664.25 --336.04,664.28 --335.93,664.3 --335.83,664.33 --335.73,664.36 --335.62,664.39 --335.52,664.42 --335.42,664.44 --335.31,664.47 --335.21,664.5 --335.11,664.53 --335,664.55 --334.9,664.58 --334.79,664.61 --334.69,664.64 --334.59,664.67 --334.48,664.69 --334.38,664.72 --334.27,664.75 --334.17,664.78 --334.07,664.81 --333.96,664.83 --333.86,664.86 --333.75,664.89 --333.65,664.92 --333.54,664.95 --333.44,664.97 --333.33,665 --333.23,665.03 --333.12,665.06 --333.02,665.09 --332.91,665.12 --332.81,665.14 --332.7,665.17 --332.6,665.2 --332.49,665.23 --332.39,665.26 --332.28,665.29 --332.18,665.32 --332.07,665.34 --331.97,665.37 --331.86,665.4 --331.76,665.43 --331.65,665.46 --331.55,665.49 --331.44,665.52 --331.34,665.54 --331.23,665.57 --331.12,665.6 --331.02,665.63 --330.91,665.66 --330.81,665.69 --330.7,665.72 --330.6,665.75 --330.49,665.77 --330.39,665.8 --330.28,665.83 --330.17,665.86 --330.07,665.89 --329.96,665.92 --330.4,665.29 --330.3,665.32 --330.19,665.35 --330.09,665.38 --329.98,665.41 --329.87,665.44 --329.77,665.47 --329.66,665.49 --329.56,665.52 --329.45,665.55 --329.35,665.58 --329.24,665.61 --329.14,665.64 --329.03,665.67 --328.92,665.7 --328.82,665.72 --328.71,665.75 --328.61,665.78 --328.5,665.81 --328.4,665.84 --328.29,665.87 --328.18,665.9 --328.08,665.93 --327.97,665.95 --327.87,665.98 --327.76,666.01 --327.66,666.04 --327.55,666.07 --327.44,666.1 --327.34,666.13 --327.23,666.15 --327.13,666.18 --327.02,666.21 --326.92,666.24 --326.81,666.27 --326.71,666.3 --326.6,666.32 --326.49,666.35 --326.39,666.38 --326.28,666.41 --326.18,666.44 --326.07,666.46 --325.97,666.49 --325.86,666.52 --325.76,666.55 --325.65,666.58 --325.55,666.6 --325.44,666.63 --325.34,666.66 --325.23,666.69 --325.13,666.72 --325.02,666.74 --324.92,666.77 --324.81,666.8 --324.71,666.83 --324.6,666.86 --324.5,666.88 --324.39,666.91 --324.29,666.94 --324.18,666.97 --324.08,666.99 --323.97,667.02 --323.87,667.05 --323.76,667.08 --323.66,667.11 --323.55,667.13 --323.45,667.16 --323.34,667.19 --323.24,667.22 --323.13,667.25 --323.03,667.27 --322.93,667.3 --322.82,667.33 --322.72,667.36 --322.61,667.39 --322.51,667.42 --322.4,667.44 --322.3,667.47 --322.19,667.5 --322.09,667.53 --321.99,667.56 --321.88,667.58 --321.78,667.61 --321.67,667.64 --321.57,667.67 --321.46,667.7 --321.36,667.73 --321.26,667.75 --321.15,667.78 --321.05,667.81 --320.94,667.84 --320.84,667.87 --320.74,667.9 --320.63,667.92 --320.53,667.95 --320.42,667.98 --320.32,668.01 --320.22,668.04 --320.11,668.07 --320.01,668.09 --320.41,667.43 --320.31,667.46 --320.2,667.48 --320.1,667.51 --320,667.54 --319.9,667.57 --319.79,667.59 --319.69,667.62 --319.59,667.65 --319.48,667.68 --319.38,667.7 --319.28,667.73 --319.17,667.76 --319.07,667.79 --318.97,667.81 --318.87,667.84 --318.76,667.87 --318.66,667.89 --318.56,667.92 --318.46,667.95 --318.35,667.98 --318.25,668 --318.15,668.03 --318.05,668.06 --317.94,668.08 --317.84,668.11 --317.74,668.14 --317.64,668.17 --317.53,668.19 --317.43,668.22 --317.33,668.25 --317.23,668.27 --317.13,668.3 --317.02,668.33 --316.92,668.36 --316.82,668.38 --316.72,668.41 --316.62,668.44 --316.51,668.46 --316.41,668.49 --316.31,668.52 --316.21,668.55 --316.11,668.57 --316.01,668.6 --315.9,668.63 --315.8,668.65 --315.7,668.68 --315.6,668.71 --315.5,668.74 --315.4,668.76 --315.3,668.79 --315.19,668.82 --315.09,668.85 --314.99,668.87 --314.89,668.9 --314.79,668.93 --314.69,668.95 --314.59,668.98 --314.49,669.01 --314.39,669.04 --314.29,669.06 --314.19,669.09 --314.08,669.12 --313.98,669.15 --313.88,669.17 --313.78,669.2 --313.68,669.23 --313.58,669.25 --313.48,669.28 --313.38,669.31 --313.28,669.34 --313.18,669.36 --313.08,669.39 --312.98,669.42 --312.88,669.45 --312.78,669.47 --312.68,669.5 --312.58,669.53 --312.48,669.56 --312.38,669.58 --312.28,669.61 --312.18,669.64 --312.08,669.67 --311.98,669.7 --311.88,669.72 --311.78,669.75 --311.68,669.78 --311.58,669.81 --311.49,669.83 --311.39,669.86 --311.29,669.89 --311.19,669.92 --311.09,669.94 --310.99,669.97 --310.89,670 --310.79,670.03 --310.69,670.05 --310.59,670.08 --310.5,670.11 --310.4,670.14 --310.86,669.36 --310.76,669.39 --310.66,669.41 --310.57,669.44 --310.47,669.46 --310.37,669.49 --310.27,669.52 --310.18,669.54 --310.08,669.57 --309.98,669.6 --309.89,669.62 --309.79,669.65 --309.69,669.68 --309.6,669.7 --309.5,669.73 --309.4,669.76 --309.31,669.78 --309.21,669.81 --309.11,669.84 --309.02,669.87 --308.92,669.89 --308.83,669.92 --308.73,669.95 --308.63,669.97 --308.54,670 --308.44,670.03 --308.35,670.05 --308.25,670.08 --308.16,670.11 --308.06,670.13 --307.97,670.16 --307.87,670.19 --307.77,670.21 --307.68,670.24 --307.58,670.27 --307.49,670.29 --307.4,670.32 --307.3,670.35 --307.21,670.37 --307.11,670.4 --307.02,670.43 --306.92,670.45 --306.83,670.48 --306.73,670.51 --306.64,670.54 --306.55,670.56 --306.45,670.59 --306.36,670.62 --306.27,670.64 --306.17,670.67 --306.08,670.7 --305.98,670.72 --305.89,670.75 --305.8,670.78 --305.71,670.81 --305.61,670.83 --305.52,670.86 --305.43,670.89 --305.33,670.91 --305.24,670.94 --305.15,670.97 --305.06,671 --304.96,671.02 --304.87,671.05 --304.78,671.08 --304.69,671.1 --304.6,671.13 --304.5,671.16 --304.41,671.19 --304.32,671.21 --304.23,671.24 --304.14,671.27 --304.05,671.29 --303.96,671.32 --303.86,671.35 --303.77,671.38 --303.68,671.4 --303.59,671.43 --303.5,671.46 --303.41,671.49 --303.32,671.51 --303.23,671.54 --303.14,671.57 --303.05,671.6 --302.96,671.62 --302.87,671.65 --302.78,671.68 --302.69,671.71 --302.6,671.73 --302.51,671.76 --302.42,671.79 --302.33,671.82 --302.24,671.84 --302.15,671.87 --302.06,671.9 --301.97,671.93 --301.89,671.95 --301.8,671.98 --301.71,672.01 --301.62,672.04 --302.02,671.24 --301.93,671.26 --301.84,671.29 --301.76,671.32 --301.67,671.34 --301.58,671.37 --301.49,671.4 --301.41,671.43 --301.32,671.45 --301.23,671.48 --301.15,671.51 --301.06,671.53 --300.97,671.56 --300.89,671.59 --300.8,671.61 --300.71,671.64 --300.63,671.67 --300.54,671.7 --300.46,671.72 --300.37,671.75 --300.28,671.78 --300.2,671.8 --300.11,671.83 --300.03,671.86 --299.94,671.89 --299.86,671.91 --299.77,671.94 --299.69,671.97 --299.6,671.99 --299.52,672.02 --299.43,672.05 --299.35,672.08 --299.26,672.1 --299.18,672.13 --299.1,672.16 --299.01,672.18 --298.93,672.21 --298.84,672.24 --298.76,672.27 --298.68,672.29 --298.59,672.32 --298.51,672.35 --298.43,672.38 --298.34,672.4 --298.26,672.43 --298.18,672.46 --298.09,672.48 --298.01,672.51 --297.93,672.54 --297.84,672.57 --297.76,672.59 --297.68,672.62 --297.6,672.65 --297.52,672.68 --297.43,672.7 --297.35,672.73 --297.27,672.76 --297.19,672.79 --297.11,672.81 --297.02,672.84 --296.94,672.87 --296.86,672.9 --296.78,672.93 --296.7,672.95 --296.62,672.98 --296.54,673.01 --296.45,673.04 --296.37,673.06 --296.29,673.09 --296.21,673.12 --296.13,673.15 --296.05,673.17 --295.97,673.2 --295.89,673.23 --295.81,673.26 --295.73,673.28 --295.65,673.31 --295.57,673.34 --295.49,673.37 --295.41,673.39 --295.33,673.42 --295.25,673.45 --295.17,673.47 --295.09,673.5 --295.01,673.53 --294.93,673.56 --294.85,673.58 --294.77,673.61 --294.69,673.64 --294.61,673.67 --294.54,673.69 --294.46,673.72 --294.38,673.75 --294.3,673.77 --294.22,673.8 --294.14,673.83 --294.07,673.85 --293.99,673.88 --293.91,673.91 --293.83,673.94 --294.32,673.39 --294.25,673.41 --294.17,673.44 --294.09,673.47 --294.02,673.49 --293.94,673.52 --293.87,673.54 --293.79,673.57 --293.72,673.59 --293.64,673.62 --293.57,673.65 --293.49,673.67 --293.42,673.7 --293.34,673.72 --293.27,673.75 --293.19,673.78 --293.12,673.8 --293.04,673.83 --292.97,673.85 --292.9,673.88 --292.82,673.91 --292.75,673.93 --292.68,673.96 --292.6,673.98 --292.53,674.01 --292.46,674.04 --292.38,674.06 --292.31,674.09 --292.24,674.11 --292.16,674.14 --292.09,674.16 --292.02,674.19 --291.95,674.22 --291.88,674.24 --291.8,674.27 --291.73,674.29 --291.66,674.32 --291.59,674.35 --291.52,674.37 --291.45,674.4 --291.37,674.42 --291.3,674.45 --291.23,674.48 --291.16,674.5 --291.09,674.53 --291.02,674.56 --290.95,674.58 --290.88,674.61 --290.81,674.64 --290.74,674.66 --290.67,674.69 --290.6,674.72 --290.53,674.74 --290.46,674.77 --290.39,674.8 --290.33,674.82 --290.26,674.85 --290.19,674.88 --290.12,674.91 --290.05,674.93 --289.98,674.96 --289.92,674.99 --289.85,675.02 --289.78,675.05 --289.71,675.07 --289.65,675.1 --289.58,675.13 --289.51,675.16 --289.45,675.19 --289.38,675.22 --289.31,675.24 --289.25,675.27 --289.18,675.3 --289.11,675.33 --289.05,675.36 --288.98,675.39 --288.92,675.42 --288.85,675.44 --288.79,675.47 --288.72,675.5 --288.66,675.53 --288.59,675.56 --288.53,675.59 --288.46,675.62 --288.4,675.65 --288.33,675.68 --288.27,675.71 --288.2,675.73 --288.14,675.76 --288.08,675.79 --288.01,675.82 --287.95,675.85 --287.88,675.88 --287.82,675.91 --287.76,675.94 --287.7,675.97 --287.63,676 --287.57,676.03 --287.51,676.06 --287.45,676.09 --287.95,675.34 --287.89,675.37 --287.83,675.4 --287.77,675.43 --287.71,675.46 --287.65,675.49 --287.59,675.52 --287.53,675.55 --287.47,675.58 --287.41,675.61 --287.35,675.64 --287.29,675.67 --287.23,675.7 --287.17,675.73 --287.11,675.76 --287.05,675.79 --286.99,675.82 --286.94,675.85 --286.88,675.88 --286.82,675.91 --286.76,675.94 --286.7,675.97 --286.65,676 --286.59,676.03 --286.53,676.06 --286.48,676.09 --286.42,676.12 --286.36,676.15 --286.31,676.18 --286.25,676.21 --286.2,676.24 --286.14,676.27 --286.08,676.3 --286.03,676.33 --285.97,676.36 --285.92,676.39 --285.86,676.42 --285.81,676.45 --285.75,676.48 --285.7,676.52 --285.64,676.55 --285.59,676.58 --285.54,676.61 --285.48,676.64 --285.43,676.67 --285.37,676.7 --285.32,676.73 --285.27,676.76 --285.21,676.8 --285.16,676.83 --285.11,676.86 --285.05,676.89 --285,676.92 --284.95,676.95 --284.89,676.98 --284.84,677.01 --284.79,677.05 --284.74,677.08 --284.68,677.11 --284.63,677.14 --284.58,677.17 --284.53,677.2 --284.48,677.24 --284.42,677.27 --284.37,677.3 --284.32,677.33 --284.27,677.36 --284.22,677.4 --284.17,677.43 --284.12,677.46 --284.06,677.49 --284.01,677.52 --283.96,677.56 --283.91,677.59 --283.86,677.62 --283.81,677.65 --283.76,677.69 --283.71,677.72 --283.66,677.75 --283.61,677.78 --283.56,677.82 --283.51,677.85 --283.46,677.88 --283.42,677.92 --283.37,677.95 --283.32,677.98 --283.27,678.02 --283.22,678.05 --283.18,678.09 --283.13,678.12 --283.08,678.15 --283.03,678.19 --282.99,678.22 --282.94,678.26 --282.89,678.29 --282.85,678.33 --282.8,678.36 --282.76,678.4 --282.71,678.43 --282.66,678.47 --283.22,677.58 --283.17,677.62 --283.13,677.65 --283.08,677.68 --283.04,677.72 --282.99,677.75 --282.95,677.79 --282.91,677.82 --282.86,677.86 --282.82,677.89 --282.78,677.92 --282.73,677.96 --282.69,677.99 --282.64,678.03 --282.6,678.06 --282.56,678.1 --282.51,678.13 --282.47,678.17 --282.43,678.2 --282.39,678.24 --282.34,678.27 --282.3,678.31 --282.26,678.35 --282.22,678.38 --282.17,678.42 --282.13,678.45 --282.09,678.49 --282.05,678.53 --282.01,678.57 --281.97,678.6 --281.93,678.64 --281.88,678.68 --281.84,678.71 --281.8,678.75 --281.76,678.79 --281.72,678.83 --281.68,678.87 --281.64,678.91 --281.6,678.94 --281.56,678.98 --281.52,679.02 --281.48,679.06 --281.44,679.1 --281.4,679.14 --281.37,679.18 --281.33,679.22 --281.29,679.26 --281.25,679.3 --281.21,679.34 --281.17,679.38 --281.13,679.42 --281.1,679.46 --281.06,679.5 --281.02,679.54 --280.98,679.58 --280.95,679.62 --280.91,679.66 --280.87,679.7 --280.83,679.74 --280.8,679.78 --280.76,679.82 --280.72,679.86 --280.69,679.9 --280.65,679.94 --280.61,679.98 --280.58,680.02 --280.54,680.07 --280.51,680.11 --280.47,680.15 --280.44,680.19 --280.4,680.23 --280.36,680.27 --280.33,680.31 --280.29,680.36 --280.26,680.4 --280.23,680.44 --280.19,680.48 --280.16,680.53 --280.12,680.57 --280.09,680.61 --280.06,680.65 --280.02,680.7 --279.99,680.74 --279.96,680.78 --279.92,680.83 --279.89,680.87 --279.86,680.91 --279.83,680.96 --279.79,681 --279.76,681.04 --279.73,681.09 --279.7,681.13 --279.67,681.17 --279.64,681.22 --279.6,681.26 --279.57,681.31 --279.54,681.35 --279.51,681.39 --279.48,681.44 --279.45,681.48 --280.1,680.47 --280.07,680.51 --280.04,680.55 --280.01,680.59 --279.98,680.64 --279.95,680.68 --279.93,680.72 --279.9,680.76 --279.87,680.81 --279.84,680.85 --279.81,680.89 --279.79,680.93 --279.76,680.98 --279.73,681.02 --279.7,681.06 --279.68,681.11 --279.65,681.15 --279.62,681.19 --279.6,681.24 --279.57,681.28 --279.54,681.32 --279.52,681.36 --279.49,681.41 --279.46,681.45 --279.44,681.49 --279.41,681.54 --279.39,681.58 --279.36,681.63 --279.34,681.67 --279.31,681.71 --279.29,681.76 --279.26,681.8 --279.24,681.84 --279.22,681.89 --279.19,681.93 --279.17,681.97 --279.14,682.02 --279.12,682.06 --279.1,682.1 --279.07,682.15 --279.05,682.19 --279.03,682.23 --279.01,682.28 --278.98,682.32 --278.96,682.36 --278.94,682.41 --278.92,682.45 --278.9,682.49 --278.87,682.54 --278.85,682.58 --278.83,682.62 --278.81,682.67 --278.79,682.71 --278.77,682.75 --278.75,682.79 --278.73,682.84 --278.71,682.88 --278.69,682.92 --278.67,682.97 --278.65,683.01 --278.63,683.05 --278.61,683.09 --278.59,683.14 --278.57,683.18 --278.55,683.22 --278.53,683.26 --278.51,683.31 --278.5,683.35 --278.48,683.39 --278.46,683.43 --278.44,683.48 --278.42,683.52 --278.4,683.56 --278.39,683.6 --278.37,683.64 --278.35,683.69 --278.34,683.73 --278.32,683.77 --278.3,683.81 --278.28,683.85 --278.27,683.89 --278.25,683.94 --278.24,683.98 --278.22,684.02 --278.2,684.06 --278.19,684.1 --278.17,684.14 --278.16,684.19 --278.14,684.23 --278.13,684.27 --278.11,684.31 --278.1,684.35 --278.09,684.39 --278.07,684.43 --278.06,684.47 --278.04,684.51 --278.03,684.55 --278.02,684.59 --278,684.63 --277.99,684.67 --278.59,683.58 --278.58,683.61 --278.57,683.65 --278.55,683.69 --278.54,683.73 --278.53,683.77 --278.52,683.8 --278.51,683.84 --278.5,683.88 --278.49,683.91 --278.48,683.95 --278.46,683.99 --278.45,684.03 --278.44,684.06 --278.43,684.1 --278.42,684.14 --278.41,684.17 --278.4,684.21 --278.39,684.24 --278.38,684.28 --278.37,684.32 --278.36,684.35 --278.35,684.39 --278.34,684.42 --278.33,684.46 --278.32,684.5 --278.31,684.53 --278.3,684.57 --278.29,684.6 --278.28,684.64 --278.27,684.67 --278.26,684.71 --278.25,684.74 --278.24,684.78 --278.23,684.81 --278.22,684.85 --278.21,684.88 --278.21,684.92 --278.2,684.95 --278.19,684.99 --278.18,685.02 --278.17,685.06 --278.16,685.09 --278.15,685.13 --278.14,685.16 --278.13,685.19 --278.12,685.23 --278.11,685.26 --278.11,685.3 --278.1,685.33 --278.09,685.37 --278.08,685.4 --278.07,685.44 --278.06,685.47 --278.05,685.51 --278.04,685.54 --278.04,685.57 --278.03,685.61 --278.02,685.64 --278.01,685.68 --278,685.71 --277.99,685.75 --277.99,685.78 --277.98,685.82 --277.97,685.85 --277.96,685.88 --277.95,685.92 --277.95,685.95 --277.94,685.99 --277.93,686.02 --277.92,686.06 --277.91,686.09 --277.91,686.12 --277.9,686.16 --277.89,686.19 --277.88,686.23 --277.87,686.26 --277.87,686.3 --277.86,686.33 --277.85,686.36 --277.84,686.4 --277.84,686.43 --277.83,686.47 --277.82,686.5 --277.81,686.53 --277.81,686.57 --277.8,686.6 --277.79,686.64 --277.79,686.67 --277.78,686.71 --277.77,686.74 --277.77,686.77 --277.76,686.81 --277.75,686.84 --277.75,686.88 --277.74,686.91 --277.73,686.94 --277.73,686.98 --277.72,687.01 --277.71,687.05 --278.34,685.8 --278.34,685.84 --278.33,685.87 --278.33,685.9 --278.32,685.93 --278.32,685.96 --278.31,685.99 --278.31,686.03 --278.3,686.06 --278.3,686.09 --278.29,686.12 --278.29,686.15 --278.28,686.18 --278.28,686.22 --278.27,686.25 --278.27,686.28 --278.26,686.31 --278.26,686.34 --278.25,686.37 --278.25,686.4 --278.24,686.44 --278.24,686.47 --278.24,686.5 --278.23,686.53 --278.23,686.56 --278.22,686.59 --278.22,686.63 --278.21,686.66 --278.21,686.69 --278.21,686.72 --278.2,686.75 --278.2,686.78 --278.19,686.81 --278.19,686.84 --278.18,686.88 --278.18,686.91 --278.18,686.94 --278.17,686.97 --278.17,687 --278.16,687.03 --278.16,687.06 --278.16,687.09 --278.15,687.12 --278.15,687.15 --278.14,687.18 --278.14,687.22 --278.14,687.25 --278.13,687.28 --278.13,687.31 --278.13,687.34 --278.12,687.37 --278.12,687.4 --278.12,687.43 --278.11,687.46 --278.11,687.49 --278.1,687.52 --278.1,687.55 --278.1,687.58 --278.09,687.61 --278.09,687.64 --278.09,687.67 --278.08,687.7 --278.08,687.73 --278.08,687.76 --278.08,687.79 --278.07,687.82 --278.07,687.85 --278.07,687.88 --278.06,687.91 --278.06,687.94 --278.06,687.97 --278.05,688 --278.05,688.03 --278.05,688.06 --278.05,688.09 --278.04,688.12 --278.04,688.15 --278.04,688.18 --278.04,688.2 --278.03,688.23 --278.03,688.26 --278.03,688.29 --278.03,688.32 --278.02,688.35 --278.02,688.38 --278.02,688.41 --278.02,688.44 --278.01,688.46 --278.01,688.49 --278.01,688.52 --278.01,688.55 --278,688.58 --278,688.61 --278,688.63 --278,688.66 --277.99,688.69 --277.99,688.72 --277.99,688.75 --277.99,688.77 --277.99,688.8 --278.53,687.47 --278.53,687.5 --278.53,687.52 --278.53,687.55 --278.53,687.57 --278.53,687.6 --278.53,687.62 --278.53,687.65 --278.53,687.67 --278.52,687.7 --278.52,687.72 --278.52,687.75 --278.52,687.77 --278.52,687.79 --278.52,687.82 --278.52,687.84 --278.52,687.87 --278.52,687.89 --278.52,687.91 --278.51,687.94 --278.51,687.96 --278.51,687.98 --278.51,688.01 --278.51,688.03 --278.51,688.05 --278.51,688.08 --278.51,688.1 --278.51,688.12 --278.51,688.14 --278.51,688.17 --278.51,688.19 --278.5,688.21 --278.5,688.24 --278.5,688.26 --278.5,688.28 --278.5,688.3 --278.5,688.32 --278.5,688.35 --278.5,688.37 --278.5,688.39 --278.5,688.41 --278.5,688.43 --278.5,688.45 --278.5,688.48 --278.5,688.5 --278.5,688.52 --278.5,688.54 --278.49,688.56 --278.49,688.58 --278.49,688.6 --278.49,688.62 --278.49,688.65 --278.49,688.67 --278.49,688.69 --278.49,688.71 --278.49,688.73 --278.49,688.75 --278.49,688.77 --278.49,688.79 --278.49,688.81 --278.49,688.83 --278.49,688.85 --278.49,688.87 --278.49,688.89 --278.49,688.91 --278.49,688.93 --278.49,688.95 --278.49,688.97 --278.49,688.99 --278.49,689.01 --278.48,689.03 --278.48,689.04 --278.48,689.06 --278.48,689.08 --278.48,689.1 --278.48,689.12 --278.48,689.14 --278.48,689.16 --278.48,689.18 --278.48,689.2 --278.48,689.22 --278.48,689.24 --278.48,689.26 --278.48,689.28 --278.48,689.3 --278.48,689.32 --278.48,689.33 --278.48,689.35 --278.48,689.37 --278.48,689.39 --278.48,689.41 --278.48,689.43 --278.48,689.45 --278.48,689.47 --278.48,689.49 --278.48,689.51 --278.48,689.53 --278.48,689.54 --278.48,689.56 --278.48,689.58 --279.06,688.19 --279.06,688.2 --279.06,688.22 --279.06,688.24 --279.06,688.25 --279.07,688.27 --279.07,688.29 --279.07,688.3 --279.07,688.32 --279.07,688.34 --279.07,688.35 --279.07,688.37 --279.07,688.38 --279.07,688.4 --279.07,688.42 --279.07,688.43 --279.07,688.45 --279.08,688.47 --279.08,688.48 --279.08,688.5 --279.08,688.51 --279.08,688.53 --279.08,688.55 --279.08,688.56 --279.08,688.58 --279.08,688.59 --279.08,688.61 --279.08,688.63 --279.09,688.64 --279.09,688.66 --279.09,688.67 --279.09,688.69 --279.09,688.71 --279.09,688.72 --279.09,688.74 --279.09,688.75 --279.09,688.77 --279.09,688.79 --279.09,688.8 --279.1,688.82 --279.1,688.83 --279.1,688.85 --279.1,688.86 --279.1,688.88 --279.1,688.9 --279.1,688.91 --279.1,688.93 --279.1,688.94 --279.11,688.96 --279.11,688.97 --279.11,688.99 --279.11,689 --279.11,689.02 --279.11,689.04 --279.11,689.05 --279.11,689.07 --279.11,689.08 --279.11,689.1 --279.12,689.11 --279.12,689.13 --279.12,689.14 --279.12,689.16 --279.12,689.17 --279.12,689.19 --279.12,689.2 --279.12,689.22 --279.12,689.23 --279.13,689.25 --279.13,689.26 --279.13,689.28 --279.13,689.29 --279.13,689.31 --279.13,689.32 --279.13,689.34 --279.13,689.35 --279.13,689.37 --279.14,689.38 --279.14,689.4 --279.14,689.41 --279.14,689.43 --279.14,689.44 --279.14,689.46 --279.14,689.47 --279.14,689.49 --279.15,689.5 --279.15,689.52 --279.15,689.53 --279.15,689.55 --279.15,689.56 --279.15,689.58 --279.15,689.59 --279.15,689.61 --279.16,689.62 --279.16,689.64 --279.16,689.65 --279.16,689.67 --279.16,689.68 --279.16,689.7 --279.16,689.71 --279.16,689.72 --279.56,688.36 --279.56,688.37 --279.56,688.38 --279.56,688.4 --279.56,688.41 --279.57,688.42 --279.57,688.43 --279.57,688.44 --279.57,688.46 --279.57,688.47 --279.58,688.48 --279.58,688.49 --279.58,688.51 --279.58,688.52 --279.58,688.53 --279.59,688.54 --279.59,688.55 --279.59,688.57 --279.59,688.58 --279.59,688.59 --279.6,688.6 --279.6,688.62 --279.6,688.63 --279.6,688.64 --279.6,688.65 --279.61,688.66 --279.61,688.68 --279.61,688.69 --279.61,688.7 --279.61,688.71 --279.62,688.72 --279.62,688.74 --279.62,688.75 --279.62,688.76 --279.62,688.77 --279.63,688.78 --279.63,688.8 --279.63,688.81 --279.63,688.82 --279.63,688.83 --279.64,688.84 --279.64,688.86 --279.64,688.87 --279.64,688.88 --279.65,688.89 --279.65,688.9 --279.65,688.92 --279.65,688.93 --279.65,688.94 --279.66,688.95 --279.66,688.96 --279.66,688.98 --279.66,688.99 --279.67,689 --279.67,689.01 --279.67,689.02 --279.67,689.04 --279.67,689.05 --279.68,689.06 --279.68,689.07 --279.68,689.08 --279.68,689.1 --279.69,689.11 --279.69,689.12 --279.69,689.13 --279.69,689.15 --279.7,689.16 --279.7,689.17 --279.7,689.18 --279.7,689.2 --279.71,689.21 --279.71,689.22 --279.71,689.23 --279.71,689.25 --279.72,689.26 --279.72,689.27 --279.72,689.29 --279.72,689.3 --279.73,689.31 --279.73,689.33 --279.73,689.34 --279.73,689.36 --279.74,689.37 --279.74,689.39 --279.74,689.4 --279.75,689.41 --279.75,689.43 --279.75,689.44 --279.75,689.46 --279.76,689.48 --279.76,689.49 --279.76,689.51 --279.77,689.52 --279.77,689.54 --279.77,689.56 --279.78,689.57 --279.78,689.59 --279.78,689.61 --279.79,689.63 --279.79,689.64 --280.04,688.34 --280.04,688.36 --280.04,688.38 --280.05,688.39 --280.05,688.41 --280.06,688.43 --280.06,688.44 --280.07,688.46 --280.07,688.48 --280.08,688.5 --280.08,688.51 --280.08,688.53 --280.09,688.55 --280.09,688.57 --280.1,688.59 --280.1,688.61 --280.11,688.63 --280.11,688.65 --280.12,688.67 --280.13,688.69 --280.13,688.71 --280.14,688.73 --280.14,688.75 --280.15,688.77 --280.15,688.79 --280.16,688.81 --280.17,688.83 --280.17,688.85 --280.18,688.88 --280.19,688.9 --280.19,688.92 --280.2,688.94 --280.21,688.96 --280.21,688.99 --280.22,689.01 --280.23,689.03 --280.23,689.06 --280.24,689.08 --280.25,689.1 --280.26,689.13 --280.26,689.15 --280.27,689.18 --280.28,689.2 --280.29,689.23 --280.3,689.25 --280.31,689.28 --280.31,689.3 --280.32,689.33 --280.33,689.35 --280.34,689.38 --280.35,689.41 --280.36,689.43 --280.37,689.46 --280.38,689.49 --280.39,689.51 --280.4,689.54 --280.41,689.57 --280.42,689.6 --280.43,689.62 --280.44,689.65 --280.45,689.68 --280.46,689.71 --280.47,689.74 --280.48,689.76 --280.5,689.79 --280.51,689.82 --280.52,689.85 --280.53,689.88 --280.54,689.91 --280.56,689.94 --280.57,689.97 --280.58,690 --280.6,690.03 --280.61,690.06 --280.62,690.08 --280.64,690.11 --280.65,690.14 --280.66,690.17 --280.68,690.2 --280.69,690.23 --280.7,690.26 --280.72,690.29 --280.73,690.32 --280.75,690.35 --280.76,690.39 --280.78,690.42 --280.79,690.45 --280.81,690.48 --280.83,690.51 --280.84,690.54 --280.86,690.57 --280.87,690.6 --280.89,690.63 --280.91,690.66 --280.92,690.69 --280.94,690.72 --280.96,690.75 --280.98,690.78 --280.99,690.82 --281.01,690.85 --281.06,689.6 --281.08,689.63 --281.1,689.66 --281.12,689.69 --281.14,689.72 --281.16,689.75 --281.18,689.78 --281.2,689.81 --281.22,689.84 --281.24,689.87 --281.26,689.89 --281.28,689.92 --281.3,689.95 --281.32,689.98 --281.34,690.01 --281.36,690.04 --281.38,690.07 --281.4,690.1 --281.42,690.12 --281.44,690.15 --281.47,690.18 --281.49,690.21 --281.51,690.24 --281.53,690.26 --281.55,690.29 --281.58,690.32 --281.6,690.35 --281.62,690.38 --281.64,690.4 --281.67,690.43 --281.69,690.46 --281.71,690.48 --281.73,690.51 --281.76,690.54 --281.78,690.57 --281.8,690.59 --281.83,690.62 --281.85,690.64 --281.88,690.67 --281.9,690.7 --281.92,690.72 --281.95,690.75 --281.97,690.77 --282,690.8 --282.02,690.83 --282.05,690.85 --282.07,690.88 --282.1,690.9 --282.12,690.93 --282.15,690.95 --282.17,690.98 --282.2,691 --282.22,691.03 --282.25,691.05 --282.27,691.08 --282.3,691.1 --282.32,691.12 --282.35,691.15 --282.38,691.17 --282.4,691.2 --282.43,691.22 --282.45,691.24 --282.48,691.27 --282.51,691.29 --282.53,691.31 --282.56,691.34 --282.59,691.36 --282.61,691.38 --282.64,691.4 --282.67,691.43 --282.69,691.45 --282.72,691.47 --282.75,691.49 --282.77,691.51 --282.8,691.54 --282.83,691.56 --282.85,691.58 --282.88,691.6 --282.91,691.62 --282.94,691.64 --282.96,691.66 --282.99,691.69 --283.02,691.71 --283.05,691.73 --283.08,691.75 --283.1,691.77 --283.13,691.79 --283.16,691.81 --283.19,691.83 --283.21,691.85 --283.24,691.87 --283.27,691.89 --283.3,691.91 --283.33,691.93 --283.36,691.94 --283.38,691.96 --283.41,691.98 --283.44,692 --283.47,692.02 --283.5,692.04 --283.39,690.92 --283.41,690.93 --283.44,690.95 --283.47,690.96 --283.5,690.98 --283.53,690.99 --283.56,691.01 --283.59,691.03 --283.62,691.04 --283.64,691.06 --283.67,691.07 --283.7,691.09 --283.73,691.1 --283.76,691.11 --283.79,691.13 --283.82,691.14 --283.85,691.16 --283.88,691.17 --283.9,691.18 --283.93,691.2 --283.96,691.21 --283.99,691.23 --284.02,691.24 --284.05,691.25 --284.08,691.26 --284.11,691.28 --284.14,691.29 --284.17,691.3 --284.2,691.32 --284.23,691.33 --284.26,691.34 --284.29,691.35 --284.32,691.36 --284.35,691.38 --284.38,691.39 --284.41,691.4 --284.43,691.41 --284.46,691.42 --284.49,691.43 --284.52,691.45 --284.55,691.46 --284.58,691.47 --284.61,691.48 --284.64,691.49 --284.67,691.5 --284.7,691.51 --284.73,691.52 --284.76,691.53 --284.79,691.54 --284.82,691.55 --284.85,691.56 --284.88,691.57 --284.91,691.58 --284.94,691.59 --284.97,691.59 --285,691.6 --285.03,691.61 --285.06,691.62 --285.09,691.63 --285.12,691.64 --285.15,691.64 --285.18,691.65 --285.2,691.66 --285.23,691.67 --285.26,691.68 --285.29,691.68 --285.32,691.69 --285.35,691.7 --285.38,691.71 --285.41,691.71 --285.44,691.72 --285.47,691.73 --285.5,691.73 --285.53,691.74 --285.56,691.75 --285.59,691.75 --285.62,691.76 --285.65,691.77 --285.68,691.77 --285.71,691.78 --285.74,691.79 --285.77,691.79 --285.8,691.8 --285.83,691.81 --285.86,691.81 --285.89,691.82 --285.92,691.82 --285.95,691.83 --285.98,691.83 --286.01,691.84 --286.04,691.84 --286.07,691.85 --286.1,691.85 --286.13,691.86 --286.16,691.86 --286.19,691.87 --286.22,691.87 --286.25,691.87 --286.28,691.88 --286.31,691.88 --286.06,690.91 --286.08,690.91 --286.11,690.91 --286.14,690.91 --286.17,690.92 --286.19,690.92 --286.22,690.92 --286.25,690.92 --286.27,690.92 --286.3,690.92 --286.32,690.92 --286.35,690.92 --286.38,690.92 --286.4,690.92 --286.43,690.92 --286.45,690.92 --286.48,690.92 --286.5,690.92 --286.53,690.92 --286.55,690.93 --286.57,690.93 --286.6,690.93 --286.62,690.93 --286.65,690.93 --286.67,690.93 --286.7,690.93 --286.72,690.93 --286.75,690.93 --286.77,690.93 --286.79,690.93 --286.82,690.93 --286.84,690.93 --286.87,690.93 --286.89,690.93 --286.91,690.93 --286.94,690.93 --286.96,690.93 --286.99,690.93 --287.01,690.93 --287.03,690.93 --287.06,690.93 --287.08,690.93 --287.1,690.93 --287.13,690.93 --287.15,690.93 --287.17,690.93 --287.19,690.93 --287.22,690.93 --287.24,690.93 --287.26,690.93 --287.28,690.93 --287.31,690.93 --287.33,690.93 --287.35,690.93 --287.37,690.93 --287.39,690.92 --287.42,690.92 --287.44,690.92 --287.46,690.92 --287.48,690.92 --287.5,690.92 --287.52,690.91 --287.54,690.91 --287.56,690.91 --287.58,690.91 --287.61,690.91 --287.63,690.91 --287.65,690.9 --287.67,690.9 --287.69,690.9 --287.71,690.9 --287.73,690.9 --287.75,690.9 --287.76,690.9 --287.78,690.89 --287.8,690.89 --287.82,690.89 --287.84,690.89 --287.86,690.89 --287.88,690.89 --287.9,690.89 --287.92,690.89 --287.94,690.89 --287.96,690.89 --287.97,690.89 --287.99,690.89 --288.01,690.89 --288.03,690.88 --288.05,690.88 --288.06,690.88 --288.08,690.88 --288.1,690.88 --288.12,690.88 --288.13,690.88 --288.15,690.88 --288.17,690.88 --288.19,690.88 --288.2,690.88 --288.22,690.88 --288.23,690.88 --287.89,690.06 --287.91,690.06 --287.93,690.05 --287.94,690.05 --287.96,690.05 --287.97,690.05 --287.98,690.05 --288,690.05 --288.01,690.04 --288.03,690.04 --288.04,690.04 --288.06,690.04 --288.07,690.04 --288.08,690.04 --288.1,690.03 --288.11,690.03 --288.12,690.03 --288.14,690.03 --288.15,690.03 --288.16,690.03 --288.18,690.03 --288.19,690.03 --288.2,690.03 --288.21,690.03 --288.22,690.03 --288.24,690.03 --288.25,690.03 --288.26,690.03 --288.27,690.03 --288.28,690.03 --288.29,690.03 --288.31,690.03 --288.32,690.03 --288.33,690.03 --288.34,690.03 --288.35,690.03 --288.36,690.03 --288.37,690.04 --288.38,690.04 --288.39,690.04 --288.4,690.04 --288.41,690.04 --288.42,690.05 --288.43,690.05 --288.44,690.05 --288.45,690.05 --288.46,690.05 --288.47,690.06 --288.48,690.06 --288.48,690.06 --288.49,690.06 --288.5,690.07 --288.51,690.07 --288.52,690.07 --288.53,690.07 --288.53,690.08 --288.54,690.08 --288.55,690.08 --288.56,690.08 --288.56,690.09 --288.57,690.09 --288.58,690.09 --288.59,690.1 --288.59,690.1 --288.6,690.1 --288.61,690.11 --288.61,690.11 --288.62,690.12 --288.63,690.12 --288.63,690.12 --288.64,690.13 --288.65,690.13 --288.65,690.14 --288.66,690.14 --288.67,690.14 --288.67,690.15 --288.68,690.15 --288.69,690.16 --288.69,690.16 --288.7,690.16 --288.71,690.17 --288.72,690.17 --288.72,690.18 --288.73,690.18 --288.74,690.18 --288.75,690.19 --288.75,690.19 --288.76,690.19 --288.77,690.2 --288.78,690.2 --288.78,690.2 --288.79,690.21 --288.8,690.21 --288.81,690.21 --288.81,690.22 --288.82,690.22 --288.83,690.22 --288.83,690.23 --288.84,690.23 --288.85,690.23 --288.45,689.54 --288.45,689.54 --288.46,689.54 --288.47,689.55 --288.47,689.55 --288.48,689.55 --288.49,689.55 --288.49,689.55 --288.5,689.56 --288.51,689.56 --288.52,689.56 --288.52,689.56 --288.53,689.57 --288.54,689.57 --288.54,689.57 --288.55,689.57 --288.56,689.58 --288.56,689.58 --288.57,689.58 --288.58,689.58 --288.58,689.58 --288.59,689.59 --288.6,689.59 --288.6,689.59 --288.61,689.59 --288.62,689.6 --288.63,689.6 --288.63,689.6 --288.64,689.6 --288.65,689.61 --288.65,689.61 --288.66,689.61 --288.67,689.61 --288.67,689.62 --288.68,689.62 --288.69,689.62 --288.7,689.62 --288.7,689.63 --288.71,689.63 --288.72,689.63 --288.72,689.63 --288.73,689.63 --288.74,689.64 --288.74,689.64 --288.75,689.64 --288.76,689.64 --288.77,689.65 --288.77,689.65 --288.78,689.65 --288.79,689.65 --288.79,689.66 --288.8,689.66 --288.81,689.66 --288.81,689.66 --288.82,689.67 --288.83,689.67 --288.83,689.67 --288.84,689.67 --288.85,689.68 --288.85,689.68 --288.86,689.68 --288.87,689.68 --288.87,689.69 --288.88,689.69 --288.89,689.69 --288.89,689.69 --288.9,689.7 --288.91,689.7 --288.91,689.7 --288.92,689.7 --288.93,689.71 --288.93,689.71 --288.94,689.71 --288.95,689.71 --288.95,689.72 --288.96,689.72 --288.97,689.72 --288.97,689.73 --288.98,689.73 --288.99,689.73 --288.99,689.73 --289,689.74 --289,689.74 --289.01,689.74 --289.02,689.75 --289.02,689.75 --289.03,689.75 --289.03,689.76 --289.04,689.76 --289.04,689.76 --289.05,689.76 --289.05,689.77 --289.06,689.77 --289.06,689.77 --289.07,689.78 --289.07,689.78 --289.08,689.78 --289.08,689.79 --289.09,689.79 --289.09,689.79 --288.6,689.28 --288.6,689.29 --288.61,689.29 --288.61,689.29 --288.61,689.29 --288.62,689.3 --288.62,689.3 --288.62,689.3 --288.62,689.31 --288.63,689.31 --288.63,689.31 --288.63,689.31 --288.63,689.32 --288.64,689.32 --288.64,689.32 --288.64,689.33 --288.64,689.33 --288.64,689.33 --288.65,689.34 --288.65,689.34 --288.65,689.34 --288.65,689.35 --288.65,689.35 --288.65,689.36 --288.65,689.36 --288.66,689.36 --288.66,689.37 --288.66,689.37 --288.66,689.37 --288.66,689.38 --288.66,689.38 --288.66,689.39 --288.66,689.39 --288.66,689.39 --288.66,689.4 --288.66,689.4 --288.66,689.41 --288.66,689.41 --288.66,689.42 --288.66,689.42 --288.66,689.42 --288.66,689.43 --288.66,689.43 --288.66,689.44 --288.66,689.44 --288.66,689.44 --288.66,689.45 --288.66,689.45 --288.66,689.46 --288.66,689.46 --288.66,689.46 --288.66,689.47 --288.65,689.47 --288.65,689.48 --288.65,689.48 --288.65,689.49 --288.65,689.49 --288.65,689.49 --288.65,689.5 --288.64,689.5 --288.64,689.51 --288.64,689.51 --288.64,689.52 --288.64,689.52 --288.63,689.52 --288.63,689.53 --288.63,689.53 --288.63,689.54 --288.63,689.54 --288.62,689.54 --288.62,689.55 --288.62,689.55 --288.61,689.56 --288.61,689.56 --288.61,689.57 --288.61,689.57 --288.6,689.57 --288.6,689.58 --288.6,689.58 --288.59,689.59 --288.59,689.59 --288.59,689.6 --288.58,689.6 --288.58,689.6 --288.57,689.61 --288.57,689.61 --288.57,689.62 --288.56,689.62 --288.56,689.62 --288.55,689.63 --288.55,689.63 --288.54,689.64 --288.54,689.64 --288.54,689.64 --288.53,689.65 --288.53,689.65 --288.52,689.66 --288.52,689.66 --288.51,689.67 --288.51,689.67 --287.94,689.28 --287.93,689.28 --287.93,689.29 --287.92,689.29 --287.91,689.29 --287.91,689.3 --287.9,689.3 --287.89,689.31 --287.89,689.31 --287.88,689.31 --287.87,689.32 --287.86,689.32 --287.86,689.33 --287.85,689.33 --287.84,689.33 --287.84,689.34 --287.83,689.34 --287.82,689.35 --287.81,689.35 --287.81,689.36 --287.8,689.36 --287.79,689.36 --287.78,689.37 --287.77,689.37 --287.77,689.38 --287.76,689.38 --287.75,689.39 --287.74,689.39 --287.73,689.39 --287.73,689.4 --287.72,689.4 --287.71,689.41 --287.7,689.41 --287.69,689.42 --287.68,689.42 --287.68,689.43 --287.67,689.43 --287.66,689.43 --287.65,689.44 --287.64,689.44 --287.63,689.45 --287.63,689.45 --287.62,689.46 --287.61,689.46 --287.6,689.47 --287.59,689.47 --287.59,689.48 --287.58,689.48 --287.57,689.49 --287.56,689.49 --287.55,689.5 --287.54,689.5 --287.54,689.51 --287.53,689.51 --287.52,689.52 --287.51,689.52 --287.5,689.53 --287.49,689.53 --287.49,689.54 --287.48,689.54 --287.47,689.55 --287.46,689.55 --287.45,689.55 --287.44,689.56 --287.44,689.56 --287.43,689.57 --287.42,689.57 --287.41,689.58 --287.4,689.58 --287.39,689.59 --287.39,689.59 --287.38,689.6 --287.37,689.6 --287.36,689.61 --287.35,689.61 --287.34,689.62 --287.34,689.62 --287.33,689.62 --287.32,689.63 --287.31,689.63 --287.3,689.64 --287.29,689.64 --287.29,689.65 --287.28,689.65 --287.27,689.65 --287.26,689.66 --287.25,689.66 --287.25,689.67 --287.24,689.67 --287.23,689.67 --287.22,689.68 --287.21,689.68 --287.2,689.69 --287.2,689.69 --287.19,689.69 --287.18,689.7 --287.17,689.7 --287.16,689.7 --287.15,689.71 --287.15,689.71 --286.52,689.43 --286.51,689.43 --286.51,689.43 --286.5,689.44 --286.49,689.44 --286.48,689.45 --286.47,689.45 --286.46,689.46 --286.45,689.46 --286.45,689.46 --286.44,689.47 --286.43,689.47 --286.42,689.48 --286.42,689.48 --286.41,689.49 --286.4,689.49 --286.39,689.5 --286.39,689.5 --286.38,689.51 --286.37,689.52 --286.36,689.52 --286.36,689.53 --286.35,689.53 --286.34,689.54 --286.34,689.54 --286.33,689.55 --286.32,689.55 --286.31,689.56 --286.31,689.56 --286.3,689.57 --286.29,689.57 --286.29,689.58 --286.28,689.59 --286.27,689.59 --286.27,689.6 --286.26,689.6 --286.25,689.61 --286.25,689.61 --286.24,689.62 --286.23,689.62 --286.23,689.63 --286.22,689.63 --286.21,689.64 --286.21,689.65 --286.2,689.65 --286.19,689.66 --286.19,689.66 --286.18,689.67 --286.18,689.67 --286.17,689.68 --286.16,689.69 --286.16,689.69 --286.15,689.7 --286.15,689.7 --286.14,689.71 --286.14,689.71 --286.13,689.72 --286.12,689.73 --286.12,689.73 --286.11,689.74 --286.11,689.74 --286.1,689.75 --286.1,689.75 --286.09,689.76 --286.09,689.77 --286.08,689.77 --286.08,689.78 --286.07,689.78 --286.07,689.79 --286.06,689.8 --286.06,689.8 --286.05,689.81 --286.05,689.81 --286.04,689.82 --286.04,689.83 --286.03,689.83 --286.03,689.84 --286.02,689.84 --286.02,689.85 --286.02,689.85 --286.01,689.86 --286.01,689.87 --286,689.87 --286,689.88 --285.99,689.88 --285.99,689.89 --285.99,689.9 --285.98,689.9 --285.98,689.91 --285.98,689.91 --285.97,689.92 --285.97,689.93 --285.97,689.93 --285.96,689.94 --285.96,689.94 --285.96,689.95 --285.95,689.96 --285.95,689.96 --285.95,689.97 --285.94,689.97 --285.26,689.76 --285.26,689.77 --285.25,689.77 --285.25,689.78 --285.25,689.78 --285.25,689.79 --285.24,689.79 --285.24,689.8 --285.24,689.8 --285.23,689.81 --285.23,689.82 --285.23,689.82 --285.23,689.83 --285.22,689.83 --285.22,689.84 --285.22,689.84 --285.22,689.85 --285.22,689.85 --285.21,689.86 --285.21,689.86 --285.21,689.87 --285.21,689.87 --285.21,689.88 --285.21,689.88 --285.21,689.89 --285.2,689.89 --285.2,689.89 --285.2,689.9 --285.2,689.9 --285.2,689.91 --285.2,689.91 --285.2,689.92 --285.2,689.92 --285.2,689.92 --285.2,689.93 --285.2,689.93 --285.2,689.93 --285.2,689.94 --285.2,689.94 --285.2,689.95 --285.2,689.95 --285.2,689.95 --285.21,689.96 --285.21,689.96 --285.21,689.96 --285.21,689.96 --285.21,689.97 --285.21,689.97 --285.21,689.97 --285.22,689.98 --285.22,689.98 --285.22,689.98 --285.22,689.98 --285.22,689.99 --285.23,689.99 --285.23,689.99 --285.23,689.99 --285.23,689.99 --285.24,690 --285.24,690 --285.24,690 --285.25,690 --285.25,690 --285.25,690 --285.26,690 --285.26,690 --285.26,690.01 --285.27,690.01 --285.27,690.01 --285.28,690.01 --285.28,690.01 --285.29,690.01 --285.29,690.01 --285.29,690.01 --285.3,690.01 --285.3,690.01 --285.31,690.01 --285.31,690.01 --285.32,690.01 --285.32,690.01 --285.33,690.01 --285.34,690.01 --285.34,690.01 --285.35,690 --285.35,690 --285.36,690 --285.37,690 --285.37,690 --285.38,690 --285.38,690 --285.39,689.99 --285.4,689.99 --285.4,689.99 --285.41,689.99 --285.42,689.99 --285.42,689.98 --285.43,689.98 --285.44,689.98 --285.44,689.98 --285.45,689.98 --284.74,689.84 --284.75,689.84 --284.75,689.84 --284.76,689.83 --284.76,689.83 --284.77,689.83 --284.78,689.83 --284.78,689.83 --284.79,689.82 --284.79,689.82 --284.8,689.82 --284.81,689.82 --284.81,689.81 --284.82,689.81 --284.83,689.81 --284.83,689.81 --284.84,689.8 --284.84,689.8 --284.85,689.8 --284.86,689.8 --284.86,689.79 --284.87,689.79 --284.87,689.79 --284.88,689.78 --284.89,689.78 --284.89,689.78 --284.9,689.78 --284.91,689.77 --284.91,689.77 --284.92,689.77 --284.93,689.76 --284.93,689.76 --284.94,689.76 --284.95,689.75 --284.95,689.75 --284.96,689.75 --284.97,689.74 --284.97,689.74 --284.98,689.74 --284.99,689.73 --284.99,689.73 --285,689.72 --285.01,689.72 --285.01,689.72 --285.02,689.71 --285.03,689.71 --285.04,689.7 --285.04,689.7 --285.05,689.69 --285.06,689.69 --285.07,689.68 --285.08,689.68 --285.08,689.67 --285.09,689.67 --285.1,689.66 --285.11,689.66 --285.12,689.65 --285.13,689.65 --285.14,689.64 --285.15,689.63 --285.15,689.63 --285.16,689.62 --285.17,689.61 --285.18,689.61 --285.19,689.6 --285.2,689.59 --285.21,689.59 --285.22,689.58 --285.23,689.57 --285.24,689.56 --285.25,689.55 --285.26,689.54 --285.27,689.54 --285.29,689.53 --285.3,689.52 --285.31,689.51 --285.32,689.5 --285.33,689.49 --285.34,689.48 --285.35,689.47 --285.37,689.46 --285.38,689.45 --285.39,689.44 --285.4,689.42 --285.42,689.41 --285.43,689.4 --285.44,689.39 --285.45,689.38 --285.47,689.37 --285.48,689.35 --285.49,689.34 --285.51,689.33 --285.52,689.31 --285.53,689.3 --285.55,689.29 --285.56,689.27 --285.58,689.26 --285.59,689.25 --285.61,689.23 --285.62,689.22 --284.89,689.18 --284.91,689.17 --284.92,689.15 --284.93,689.14 --284.95,689.12 --284.96,689.11 --284.98,689.09 --284.99,689.08 --285.01,689.06 --285.02,689.04 --285.04,689.03 --285.05,689.01 --285.07,688.99 --285.08,688.98 --285.1,688.96 --285.12,688.94 --285.13,688.92 --285.15,688.9 --285.16,688.88 --285.18,688.87 --285.2,688.85 --285.21,688.83 --285.23,688.81 --285.25,688.79 --285.26,688.77 --285.28,688.75 --285.3,688.73 --285.31,688.71 --285.33,688.69 --285.35,688.67 --285.37,688.65 --285.38,688.62 --285.4,688.6 --285.42,688.58 --285.44,688.56 --285.46,688.54 --285.47,688.51 --285.49,688.49 --285.51,688.47 --285.53,688.45 --285.55,688.42 --285.57,688.4 --285.59,688.38 --285.61,688.35 --285.63,688.33 --285.65,688.3 --285.66,688.28 --285.68,688.25 --285.7,688.23 --285.72,688.2 --285.74,688.18 --285.76,688.15 --285.78,688.13 --285.8,688.1 --285.83,688.07 --285.85,688.05 --285.87,688.02 --285.89,687.99 --285.91,687.97 --285.93,687.94 --285.95,687.91 --285.97,687.88 --285.99,687.86 --286.01,687.83 --286.04,687.8 --286.06,687.77 --286.08,687.74 --286.1,687.71 --286.12,687.68 --286.14,687.65 --286.17,687.62 --286.19,687.59 --286.21,687.56 --286.23,687.53 --286.26,687.5 --286.28,687.47 --286.3,687.44 --286.33,687.4 --286.35,687.37 --286.37,687.34 --286.4,687.31 --286.42,687.27 --286.44,687.24 --286.47,687.21 --286.49,687.17 --286.52,687.14 --286.54,687.1 --286.57,687.07 --286.59,687.03 --286.61,687 --286.64,686.96 --286.66,686.93 --286.69,686.89 --286.71,686.85 --286.74,686.82 --286.76,686.78 --286.79,686.74 --286.81,686.7 --286.84,686.67 --286.86,686.63 --286.17,686.73 --286.19,686.69 --286.22,686.66 --286.24,686.62 --286.26,686.58 --286.29,686.54 --286.31,686.5 --286.34,686.46 --286.36,686.42 --286.39,686.38 --286.41,686.34 --286.43,686.3 --286.46,686.26 --286.48,686.22 --286.51,686.18 --286.53,686.15 --286.55,686.11 --286.58,686.07 --286.6,686.03 --286.63,685.99 --286.65,685.95 --286.67,685.9 --286.7,685.86 --286.72,685.82 --286.75,685.78 --286.77,685.74 --286.8,685.7 --286.82,685.66 --286.84,685.62 --286.87,685.58 --286.89,685.53 --286.92,685.49 --286.94,685.45 --286.97,685.41 --286.99,685.36 --287.02,685.32 --287.04,685.28 --287.06,685.23 --287.09,685.19 --287.11,685.15 --287.14,685.1 --287.16,685.06 --287.19,685.02 --287.21,684.97 --287.24,684.93 --287.26,684.88 --287.29,684.84 --287.31,684.8 --287.34,684.75 --287.36,684.71 --287.39,684.66 --287.41,684.62 --287.44,684.57 --287.46,684.53 --287.49,684.48 --287.51,684.44 --287.54,684.39 --287.56,684.34 --287.59,684.3 --287.61,684.25 --287.64,684.21 --287.66,684.16 --287.69,684.11 --287.71,684.07 --287.74,684.02 --287.76,683.97 --287.79,683.93 --287.82,683.88 --287.84,683.83 --287.87,683.78 --287.89,683.74 --287.92,683.69 --287.94,683.64 --287.97,683.6 --288,683.55 --288.02,683.5 --288.05,683.45 --288.07,683.4 --288.1,683.35 --288.12,683.31 --288.15,683.26 --288.18,683.21 --288.2,683.16 --288.23,683.11 --288.26,683.06 --288.28,683.02 --288.31,682.97 --288.34,682.92 --288.36,682.87 --288.39,682.82 --288.42,682.77 --288.44,682.72 --288.47,682.68 --288.5,682.63 --290.06,679.99 --290.09,679.94 --290.12,679.89 --290.15,679.84 --289.34,680.14 --289.37,680.09 --289.4,680.04 --289.43,679.99 --289.46,679.94 --289.49,679.89 --289.52,679.84 --289.55,679.79 --289.59,679.74 --289.62,679.69 --289.65,679.64 --289.68,679.59 --289.71,679.54 --289.74,679.49 --289.78,679.44 --289.81,679.39 --289.84,679.34 --289.87,679.29 --289.9,679.24 --289.94,679.19 --289.97,679.14 --290,679.09 --290.04,679.04 --290.07,678.99 --290.1,678.94 --290.14,678.89 --290.17,678.84 --290.21,678.79 --290.24,678.74 --290.27,678.69 --290.31,678.64 --290.34,678.59 --290.38,678.54 --290.41,678.49 --290.45,678.44 --290.48,678.39 --290.52,678.34 --290.55,678.29 --290.59,678.24 --290.63,678.19 --290.66,678.14 --290.7,678.09 --290.74,678.04 --290.77,677.99 --290.81,677.94 --290.85,677.9 --290.88,677.85 --290.92,677.8 --290.96,677.75 --291,677.7 --291.03,677.65 --291.07,677.6 --291.11,677.55 --291.15,677.5 --291.19,677.45 --291.22,677.4 --291.26,677.35 --291.3,677.3 --291.34,677.25 --291.38,677.2 --291.42,677.15 --291.46,677.11 --291.5,677.06 --291.54,677.01 --291.58,676.96 --291.62,676.91 --291.66,676.86 --291.71,676.81 --291.75,676.76 --291.79,676.71 --291.83,676.66 --291.87,676.61 --291.91,676.57 --291.96,676.52 --292,676.47 --292.04,676.42 --292.09,676.37 --292.13,676.32 --292.17,676.27 --292.22,676.22 --292.26,676.17 --292.3,676.12 --292.35,676.07 --292.39,676.03 --292.44,675.98 --292.48,675.93 --292.53,675.88 --292.57,675.83 --292.62,675.78 --292.66,675.73 --292.71,675.68 --292.75,675.64 --292.8,675.59 --292.85,675.54 --292.89,675.49 --292.94,675.44 --292.99,675.39 --293.03,675.35 --293.08,675.3 --293.13,675.25 --292.51,675.6 --292.56,675.55 --292.61,675.5 --292.66,675.46 --292.7,675.41 --292.75,675.36 --292.8,675.31 --292.85,675.27 --292.9,675.22 --292.95,675.17 --293,675.13 --293.05,675.08 --293.1,675.03 --293.15,674.99 --293.2,674.94 --293.25,674.9 --293.3,674.85 --293.35,674.8 --293.4,674.76 --293.45,674.71 --293.5,674.67 --293.55,674.62 --293.6,674.57 --293.65,674.53 --293.71,674.48 --293.76,674.44 --293.81,674.39 --293.86,674.35 --293.92,674.3 --293.97,674.26 --294.02,674.21 --294.08,674.17 --294.13,674.12 --294.18,674.08 --294.24,674.03 --294.29,673.99 --294.35,673.94 --294.4,673.9 --294.46,673.85 --294.51,673.81 --294.57,673.77 --294.62,673.72 --294.68,673.68 --294.74,673.63 --294.79,673.59 --294.85,673.54 --294.9,673.5 --294.96,673.46 --295.02,673.41 --295.08,673.37 --295.13,673.33 --295.19,673.28 --295.25,673.24 --295.31,673.2 --295.37,673.16 --295.42,673.11 --295.48,673.07 --295.54,673.03 --295.6,672.99 --295.66,672.94 --295.72,672.9 --295.78,672.86 --295.84,672.82 --295.9,672.78 --295.96,672.73 --296.02,672.69 --296.08,672.65 --296.14,672.61 --296.2,672.57 --296.26,672.53 --296.32,672.49 --296.39,672.44 --296.45,672.4 --296.51,672.36 --296.57,672.32 --296.63,672.28 --296.7,672.24 --296.76,672.2 --296.82,672.16 --296.89,672.12 --296.95,672.08 --297.01,672.04 --297.08,672 --297.14,671.96 --297.21,671.92 --297.27,671.88 --297.33,671.84 --297.4,671.8 --297.46,671.76 --297.53,671.73 --297.59,671.69 --297.66,671.65 --297.73,671.61 --297.79,671.57 --297.86,671.53 --297.92,671.5 --297.99,671.46 --298.06,671.42 --298.12,671.38 --298.19,671.35 --297.66,671.72 --297.72,671.68 --297.79,671.64 --297.86,671.61 --297.92,671.57 --297.99,671.54 --298.06,671.5 --298.13,671.47 --298.2,671.43 --298.26,671.4 --298.33,671.36 --298.4,671.33 --298.47,671.29 --298.54,671.26 --298.61,671.22 --298.68,671.19 --298.75,671.16 --298.81,671.12 --298.88,671.09 --298.95,671.06 --299.02,671.02 --299.09,670.99 --299.16,670.96 --299.24,670.92 --299.31,670.89 --299.38,670.86 --299.45,670.82 --299.52,670.79 --299.59,670.76 --299.66,670.73 --299.73,670.7 --299.81,670.66 --299.88,670.63 --299.95,670.6 --300.02,670.57 --300.1,670.54 --300.17,670.51 --300.24,670.48 --300.31,670.45 --300.39,670.42 --300.46,670.39 --300.54,670.36 --300.61,670.33 --300.68,670.3 --300.76,670.27 --300.83,670.24 --300.91,670.21 --300.98,670.18 --301.06,670.15 --301.13,670.12 --301.21,670.09 --301.28,670.06 --301.36,670.03 --301.44,670 --301.51,669.97 --301.59,669.94 --301.66,669.92 --301.74,669.89 --301.82,669.86 --301.89,669.83 --301.97,669.8 --302.05,669.77 --302.12,669.74 --302.2,669.72 --302.28,669.69 --302.35,669.66 --302.43,669.63 --302.51,669.6 --302.59,669.58 --302.66,669.55 --302.74,669.52 --302.82,669.49 --302.9,669.47 --302.98,669.44 --303.06,669.41 --303.13,669.38 --303.21,669.36 --303.29,669.33 --303.37,669.3 --303.45,669.28 --303.53,669.25 --303.61,669.22 --303.69,669.2 --303.77,669.17 --303.85,669.15 --303.92,669.12 --304,669.09 --304.08,669.07 --304.16,669.04 --304.24,669.02 --304.32,668.99 --304.4,668.97 --304.48,668.94 --304.56,668.91 --304.64,668.89 --304.72,668.86 --304.8,668.84 --304.88,668.81 --304.96,668.79 --305.03,668.76 --304.57,669.11 --304.64,669.09 --304.72,669.06 --304.8,669.04 --304.88,669.02 --304.96,668.99 --305.04,668.97 --305.12,668.94 --305.19,668.92 --305.27,668.9 --305.35,668.87 --305.43,668.85 --305.51,668.83 --305.59,668.8 --305.67,668.78 --305.74,668.76 --305.82,668.74 --305.9,668.71 --305.98,668.69 --306.06,668.67 --306.14,668.64 --306.22,668.62 --306.29,668.6 --306.37,668.58 --306.45,668.56 --306.53,668.53 --306.61,668.51 --306.69,668.49 --306.77,668.47 --306.85,668.45 --306.92,668.43 --307,668.4 --307.08,668.38 --307.16,668.36 --307.24,668.34 --307.32,668.32 --307.39,668.3 --307.47,668.28 --307.55,668.26 --307.63,668.24 --307.71,668.22 --307.79,668.2 --307.87,668.17 --307.94,668.15 --308.02,668.13 --308.1,668.11 --308.18,668.09 --308.26,668.07 --308.34,668.05 --308.41,668.03 --308.49,668.01 --308.57,667.99 --308.65,667.97 --308.73,667.95 --308.81,667.93 --308.88,667.91 --308.96,667.89 --309.04,667.88 --309.12,667.86 --309.2,667.84 --309.28,667.82 --309.35,667.8 --309.43,667.78 --309.51,667.76 --309.59,667.74 --309.67,667.72 --309.75,667.7 --309.83,667.68 --309.9,667.66 --309.98,667.65 --310.06,667.63 --310.14,667.61 --310.22,667.59 --310.3,667.57 --310.38,667.55 --310.46,667.53 --310.54,667.52 --310.62,667.5 --310.7,667.48 --310.78,667.46 --310.86,667.44 --310.94,667.42 --311.02,667.41 --311.1,667.39 --311.18,667.37 --311.27,667.35 --311.35,667.33 --311.43,667.31 --311.51,667.29 --311.6,667.28 --311.68,667.26 --311.76,667.24 --311.84,667.22 --311.93,667.2 --312.01,667.18 --312.09,667.17 --312.18,667.15 --312.26,667.13 --312.34,667.11 --312.42,667.09 --311.96,667.39 --312.04,667.38 --312.12,667.36 --312.21,667.34 --312.29,667.32 --312.37,667.31 --312.46,667.29 --312.54,667.27 --312.62,667.26 --312.71,667.24 --312.79,667.22 --312.87,667.2 --312.96,667.19 --313.04,667.17 --313.13,667.15 --313.21,667.14 --313.29,667.12 --313.38,667.1 --313.46,667.09 --313.55,667.07 --313.63,667.05 --313.72,667.04 --313.8,667.02 --313.89,667 --313.97,666.99 --314.06,666.97 --314.15,666.95 --314.23,666.94 --314.32,666.92 --314.4,666.9 --314.49,666.89 --314.58,666.87 --314.66,666.85 --314.75,666.84 --314.84,666.82 --314.92,666.8 --315.01,666.79 --315.1,666.77 --315.19,666.76 --315.27,666.74 --315.36,666.72 --315.45,666.71 --315.54,666.69 --315.63,666.68 --315.72,666.66 --315.8,666.64 --315.89,666.63 --315.98,666.61 --316.07,666.6 --316.16,666.58 --316.25,666.57 --316.34,666.55 --316.43,666.53 --316.52,666.52 --316.61,666.5 --316.7,666.49 --316.79,666.47 --316.88,666.46 --316.97,666.44 --317.06,666.43 --317.15,666.41 --317.24,666.4 --317.33,666.38 --317.42,666.36 --317.51,666.35 --317.6,666.33 --317.7,666.32 --317.79,666.3 --317.88,666.29 --317.97,666.27 --318.06,666.26 --318.15,666.25 --318.25,666.23 --318.34,666.22 --318.43,666.2 --318.52,666.19 --318.62,666.17 --318.71,666.16 --318.8,666.14 --318.9,666.13 --318.99,666.11 --319.08,666.1 --319.18,666.08 --319.27,666.07 --319.37,666.06 --319.46,666.04 --319.55,666.03 --319.65,666.01 --319.74,666 --319.84,665.98 --319.93,665.97 --320.03,665.96 --320.12,665.94 --320.22,665.93 --320.31,665.91 --320.41,665.9 --320.5,665.89 --320.6,665.87 --320.69,665.86 --320.79,665.84 --320.41,665.96 --320.51,665.94 --320.6,665.93 --320.7,665.92 --320.79,665.9 --320.89,665.89 --320.98,665.88 --321.08,665.86 --321.17,665.85 --321.27,665.84 --321.36,665.82 --321.46,665.81 --321.55,665.8 --321.65,665.78 --321.74,665.77 --321.84,665.76 --321.94,665.74 --322.03,665.73 --322.13,665.72 --322.22,665.71 --322.32,665.69 --322.41,665.68 --322.51,665.67 --322.6,665.65 --322.7,665.64 --322.8,665.63 --322.89,665.62 --322.99,665.6 --323.08,665.59 --323.18,665.58 --323.28,665.56 --323.37,665.55 --323.47,665.54 --323.56,665.53 --323.66,665.51 --323.76,665.5 --323.85,665.49 --323.95,665.48 --324.04,665.46 --324.14,665.45 --324.24,665.44 --324.33,665.43 --324.43,665.41 --324.52,665.4 --324.62,665.39 --324.72,665.38 --324.81,665.37 --324.91,665.35 --325,665.34 --325.1,665.33 --325.2,665.32 --325.29,665.31 --325.39,665.29 --325.49,665.28 --325.58,665.27 --325.68,665.26 --325.77,665.25 --325.87,665.24 --325.97,665.22 --326.06,665.21 --326.16,665.2 --326.26,665.19 --326.35,665.18 --326.45,665.17 --326.54,665.16 --326.64,665.14 --326.74,665.13 --326.83,665.12 --326.93,665.11 --327.03,665.1 --327.12,665.09 --327.22,665.08 --327.32,665.06 --327.41,665.05 --327.51,665.04 --327.6,665.03 --327.7,665.02 --327.8,665.01 --327.89,665 --327.99,664.99 --328.09,664.98 --328.18,664.97 --328.28,664.95 --328.38,664.94 --328.47,664.93 --328.57,664.92 --328.67,664.91 --328.76,664.9 --328.86,664.89 --328.96,664.88 --329.05,664.87 --329.15,664.86 --329.25,664.85 --329.34,664.84 --329.44,664.82 --329.54,664.81 --329.63,664.8 --329.73,664.79 --329.83,664.78 --329.92,664.77 --329.54,664.71 --329.63,664.69 --329.73,664.68 --329.82,664.67 --329.92,664.66 --330.02,664.65 --330.11,664.64 --330.21,664.63 --330.31,664.62 --330.4,664.61 --330.5,664.6 --330.59,664.59 --330.69,664.58 --330.79,664.57 --330.88,664.56 --330.98,664.55 --331.08,664.54 --331.17,664.53 --331.27,664.52 --331.36,664.51 --331.46,664.5 --331.56,664.49 --331.65,664.48 --331.75,664.47 --331.84,664.45 --331.94,664.44 --332.04,664.43 --332.13,664.42 --332.23,664.41 --332.33,664.4 --332.42,664.39 --332.52,664.38 --332.61,664.37 --332.71,664.36 --332.81,664.35 --332.9,664.34 --333,664.33 --333.1,664.32 --333.19,664.31 --333.29,664.3 --333.39,664.29 --333.48,664.28 --333.58,664.27 --333.68,664.26 --333.77,664.25 --333.87,664.24 --333.97,664.23 --334.06,664.22 --334.16,664.21 --334.26,664.2 --334.35,664.19 --334.45,664.18 --334.55,664.17 --334.64,664.16 --334.74,664.15 --334.83,664.14 --334.93,664.13 --335.03,664.12 --335.12,664.11 --335.22,664.1 --335.32,664.09 --335.41,664.08 --335.51,664.07 --335.6,664.06 --335.7,664.05 --335.79,664.04 --335.89,664.03 --335.99,664.02 --336.08,664.01 --336.18,664 --336.27,663.99 --336.37,663.98 --336.46,663.97 --336.56,663.96 --336.65,663.96 --336.75,663.95 --336.84,663.94 --336.94,663.93 --337.03,663.92 --337.13,663.91 --337.22,663.9 --337.31,663.89 --337.41,663.88 --337.5,663.87 --337.6,663.86 --337.69,663.85 --337.78,663.84 --337.88,663.83 --337.97,663.83 --338.06,663.82 --338.16,663.81 --338.25,663.8 --338.34,663.79 --338.44,663.78 --338.53,663.77 --338.62,663.76 --338.71,663.75 --338.81,663.74 --338.9,663.73 --338.99,663.72 --338.66,663.59 --338.75,663.58 --338.85,663.57 --338.94,663.56 --339.03,663.55 --339.12,663.54 --339.21,663.53 --339.3,663.52 --339.39,663.51 --339.48,663.5 --339.57,663.49 --339.66,663.48 --339.76,663.47 --339.85,663.46 --339.94,663.45 --340.03,663.44 --340.12,663.43 --340.21,663.42 --340.3,663.41 --340.39,663.4 --340.48,663.39 --340.56,663.38 --340.65,663.37 --340.74,663.36 --340.83,663.35 --340.92,663.34 --341.01,663.32 --341.1,663.31 --341.19,663.3 --341.28,663.29 --341.37,663.28 --341.46,663.27 --341.54,663.26 --341.63,663.25 --341.72,663.24 --341.81,663.23 --341.9,663.22 --341.99,663.21 --342.07,663.2 --342.16,663.19 --342.25,663.18 --342.34,663.17 --342.42,663.16 --342.51,663.15 --342.6,663.14 --342.69,663.13 --342.77,663.12 --342.86,663.11 --342.95,663.1 --343.03,663.09 --343.12,663.08 --343.21,663.07 --343.29,663.06 --343.38,663.05 --343.47,663.04 --343.55,663.03 --343.64,663.02 --343.72,663 --343.81,662.99 --343.9,662.98 --343.98,662.97 --344.07,662.96 --344.15,662.95 --344.24,662.94 --344.32,662.93 --344.41,662.92 --344.49,662.91 --344.58,662.9 --344.66,662.89 --344.74,662.88 --344.83,662.87 --344.91,662.86 --345,662.85 --345.08,662.84 --345.16,662.83 --345.25,662.82 --345.33,662.81 --345.41,662.8 --345.5,662.79 --345.58,662.78 --345.66,662.77 --345.75,662.76 --345.83,662.75 --345.91,662.74 --345.99,662.73 --346.08,662.72 --346.16,662.71 --346.24,662.7 --346.32,662.69 --346.4,662.68 --346.49,662.67 --346.57,662.66 --346.65,662.65 --346.73,662.64 --346.81,662.63 --346.89,662.62 --346.97,662.61 --347.05,662.6 --347.14,662.59 --347.22,662.58 --347.06,662.3 --347.14,662.29 --347.22,662.28 --347.3,662.27 --347.38,662.26 --347.46,662.25 --347.54,662.24 --347.61,662.23 --347.69,662.22 --347.77,662.21 --347.85,662.2 --347.93,662.19 --348.01,662.18 --348.09,662.17 --348.17,662.16 --348.25,662.15 --348.33,662.14 --348.4,662.13 --348.48,662.12 --348.56,662.11 --348.64,662.1 --348.72,662.09 --348.8,662.08 --348.87,662.07 --348.95,662.06 --349.03,662.05 --349.11,662.04 --349.18,662.03 --349.26,662.02 --349.34,662.02 --349.42,662.01 --349.49,662 --349.57,661.99 --349.65,661.98 --349.72,661.97 --349.8,661.96 --349.88,661.95 --349.95,661.94 --350.03,661.93 --350.1,661.92 --350.18,661.91 --350.25,661.9 --350.33,661.89 --350.41,661.88 --350.48,661.87 --350.56,661.86 --350.63,661.85 --350.71,661.84 --350.78,661.83 --350.86,661.82 --350.93,661.82 --351,661.81 --351.08,661.8 --351.15,661.79 --351.23,661.78 --351.3,661.77 --351.37,661.76 --351.45,661.75 --351.52,661.74 --351.59,661.73 --351.67,661.73 --351.74,661.72 --351.81,661.71 --351.89,661.7 --351.96,661.69 --352.03,661.68 --352.1,661.67 --352.18,661.66 --352.25,661.66 --352.32,661.65 --352.39,661.64 --352.46,661.63 --352.53,661.62 --352.61,661.61 --352.68,661.6 --352.75,661.6 --352.82,661.59 --352.89,661.58 --352.96,661.57 --353.03,661.56 --353.1,661.55 --353.17,661.55 --353.24,661.54 --353.31,661.53 --353.38,661.52 --353.45,661.51 --353.52,661.51 --353.59,661.5 --353.66,661.49 --353.73,661.48 --353.8,661.47 --353.87,661.47 --353.94,661.46 --354.01,661.45 --354.08,661.44 --354.15,661.44 --354.22,661.43 --354.28,661.42 --354.35,661.41 --354.42,661.4 --354.07,661.1 --354.14,661.09 --354.21,661.09 --354.28,661.08 --354.34,661.07 --354.41,661.06 --354.48,661.05 --354.54,661.05 --354.61,661.04 --354.68,661.03 --354.74,661.02 --354.81,661.02 --354.87,661.01 --354.94,661 --355,660.99 --355.07,660.98 --355.13,660.98 --355.2,660.97 --355.26,660.96 --355.33,660.95 --355.39,660.95 --355.46,660.94 --355.52,660.93 --355.59,660.93 --355.65,660.92 --355.71,660.91 --355.78,660.9 --355.84,660.9 --355.9,660.89 --355.96,660.88 --356.03,660.88 --356.09,660.87 --356.15,660.86 --356.21,660.86 --356.28,660.85 --356.34,660.84 --356.4,660.84 --356.46,660.83 --356.52,660.82 --356.58,660.82 --356.64,660.81 --356.7,660.8 --356.76,660.8 --356.82,660.79 --356.88,660.78 --356.94,660.78 --357,660.77 --357.06,660.76 --357.12,660.76 --357.18,660.75 --357.24,660.75 --357.3,660.74 --357.36,660.73 --357.42,660.73 --357.47,660.72 --357.53,660.71 --357.59,660.71 --357.65,660.7 --357.7,660.7 --357.76,660.69 --357.82,660.68 --357.88,660.68 --357.93,660.67 --357.99,660.67 --358.05,660.66 --358.1,660.65 --358.16,660.65 --358.21,660.64 --358.27,660.64 --358.32,660.63 --358.38,660.63 --358.44,660.62 --358.49,660.62 --358.55,660.61 --358.6,660.61 --358.66,660.6 --358.71,660.6 --358.76,660.59 --358.82,660.58 --358.87,660.58 --358.93,660.58 --358.98,660.57 --359.03,660.57 --359.09,660.56 --359.14,660.56 --359.19,660.55 --359.25,660.55 --359.3,660.54 --359.35,660.54 --359.4,660.53 --359.45,660.53 --359.51,660.52 --359.56,660.52 --359.61,660.52 --359.66,660.51 --359.71,660.51 --359.76,660.5 --359.82,660.5 --359.87,660.49 --359.92,660.49 --359.58,660.32 --359.63,660.31 --359.68,660.31 --359.73,660.31 --359.78,660.3 --359.83,660.3 --359.88,660.29 --359.93,660.29 --359.98,660.28 --360.03,660.28 --360.08,660.27 --360.13,660.27 --360.18,660.27 --360.22,660.26 --360.27,660.26 --360.32,660.25 --360.37,660.25 --360.42,660.24 --360.47,660.24 --360.52,660.23 --360.57,660.23 --360.61,660.22 --360.66,660.22 --360.71,660.21 --360.76,660.21 --360.8,660.21 --360.85,660.2 --360.89,660.2 --360.94,660.2 --360.98,660.19 --361.03,660.19 --361.08,660.19 --361.12,660.19 --361.17,660.19 --361.21,660.18 --361.26,660.18 --361.3,660.18 --361.35,660.18 --361.39,660.18 --361.44,660.18 --361.48,660.17 --361.53,660.17 --361.57,660.17 --361.62,660.17 --361.66,660.16 --361.71,660.16 --361.75,660.16 --361.8,660.16 --361.85,660.15 --361.89,660.15 --361.94,660.15 --361.98,660.14 --362.03,660.14 --362.07,660.14 --362.12,660.13 --362.16,660.13 --362.21,660.13 --362.26,660.12 --362.3,660.12 --362.35,660.11 --362.39,660.11 --362.44,660.1 --362.48,660.1 --362.53,660.1 --362.58,660.09 --362.62,660.09 --362.67,660.08 --362.71,660.08 --362.76,660.08 --362.8,660.07 --362.85,660.07 --362.89,660.06 --362.94,660.06 --362.98,660.06 --363.03,660.05 --363.07,660.05 --363.12,660.05 --363.16,660.04 --363.21,660.04 --363.25,660.04 --363.3,660.03 --363.34,660.03 --363.39,660.03 --363.43,660.02 --363.48,660.02 --363.52,660.02 --363.57,660.01 --363.61,660.01 --363.66,660.01 --363.7,660.01 --363.75,660 --363.8,660 --363.84,660 --363.89,660 --363.93,660 --363.98,660 --364.03,660 --364.07,660 --364.12,660 --364.16,660 --363.73,659.73 --363.78,659.73 --363.82,659.73 --363.87,659.73 --363.91,659.72 --363.96,659.72 --364,659.72 --364.05,659.72 --364.09,659.71 --364.14,659.71 --364.18,659.71 --364.22,659.7 --364.27,659.7 --364.31,659.7 --364.36,659.69 --364.4,659.69 --364.44,659.69 --364.48,659.68 --364.53,659.68 --364.57,659.67 --364.61,659.67 --364.65,659.66 --364.7,659.66 --364.74,659.65 --364.78,659.65 --364.82,659.65 --364.87,659.64 --364.91,659.64 --364.95,659.64 --364.99,659.63 --365.04,659.63 --365.08,659.63 --365.12,659.62 --365.16,659.62 --365.21,659.62 --365.25,659.62 --365.3,659.61 --365.34,659.61 --365.38,659.61 --365.43,659.61 --365.47,659.61 --365.52,659.61 --365.56,659.6 --365.61,659.6 --365.65,659.6 --365.7,659.6 --365.75,659.6 --365.79,659.6 --365.84,659.59 --365.89,659.59 --365.93,659.59 --365.98,659.59 --366.02,659.59 --366.07,659.59 --366.12,659.58 --366.16,659.58 --366.21,659.58 --366.26,659.58 --366.3,659.58 --366.35,659.58 --366.4,659.57 --366.44,659.57 --366.49,659.57 --366.54,659.57 --366.58,659.57 --366.63,659.57 --366.68,659.57 --366.72,659.56 --366.77,659.56 --366.82,659.56 --366.86,659.56 --366.91,659.55 --366.96,659.55 --367.01,659.55 --367.05,659.55 --367.1,659.54 --367.15,659.54 --367.2,659.54 --367.25,659.54 --367.3,659.53 --367.35,659.53 --367.4,659.53 --367.45,659.52 --367.5,659.52 --367.55,659.52 --367.6,659.51 --367.66,659.51 --367.71,659.51 --367.76,659.5 --367.82,659.5 --367.87,659.5 --367.92,659.49 --367.98,659.49 --368.03,659.49 --368.09,659.48 --368.14,659.48 --368.2,659.48 --368.25,659.47 --368.3,659.47 --368.36,659.47 --367.82,659.1 --367.87,659.1 --367.92,659.1 --367.98,659.09 --368.03,659.09 --368.08,659.09 --368.14,659.08 --368.19,659.08 --368.24,659.08 --368.29,659.07 --368.35,659.07 --368.4,659.07 --368.45,659.06 --368.51,659.06 --368.56,659.06 --368.61,659.05 --368.67,659.05 --368.72,659.05 --368.78,659.04 --368.83,659.04 --368.89,659.04 --368.94,659.03 --369,659.03 --369.05,659.03 --369.11,659.02 --369.16,659.02 --369.22,659.01 --369.27,659.01 --369.33,659.01 --369.38,659 --369.44,659 --369.49,659 --369.55,658.99 --369.6,658.99 --369.66,658.99 --369.71,658.98 --369.77,658.98 --369.83,658.97 --369.88,658.97 --369.94,658.97 --369.99,658.96 --370.05,658.96 --370.11,658.96 --370.16,658.95 --370.22,658.95 --370.28,658.94 --370.34,658.94 --370.39,658.94 --370.45,658.93 --370.51,658.93 --370.57,658.92 --370.63,658.92 --370.69,658.92 --370.74,658.91 --370.8,658.91 --370.86,658.9 --370.92,658.9 --370.98,658.89 --371.04,658.89 --371.1,658.89 --371.16,658.88 --371.22,658.88 --371.28,658.87 --371.34,658.87 --371.4,658.86 --371.46,658.86 --371.52,658.86 --371.58,658.85 --371.64,658.85 --371.7,658.84 --371.76,658.84 --371.82,658.83 --371.88,658.83 --371.94,658.83 --372.01,658.82 --372.07,658.82 --372.13,658.81 --372.19,658.81 --372.25,658.8 --372.32,658.8 --372.38,658.79 --372.44,658.79 --372.5,658.78 --372.57,658.78 --372.63,658.77 --372.69,658.77 --372.76,658.76 --372.82,658.76 --372.88,658.75 --372.95,658.75 --373.01,658.74 --373.08,658.74 --373.14,658.73 --373.21,658.73 --373.27,658.72 --373.34,658.72 --373.4,658.71 --373.47,658.71 --373.53,658.7 --373.6,658.7 --373.14,658.09 --373.2,658.08 --373.27,658.08 --373.33,658.07 --373.4,658.07 --373.46,658.06 --373.53,658.05 --373.59,658.05 --373.66,658.04 --373.72,658.04 --373.79,658.03 --373.85,658.02 --373.92,658.02 --373.99,658.01 --374.05,658.01 --374.12,658 --374.18,657.99 --374.25,657.99 --374.32,657.98 --374.38,657.97 --374.45,657.97 --374.52,657.96 --374.58,657.95 --374.65,657.95 --374.72,657.94 --374.78,657.93 --374.85,657.93 --374.92,657.92 --374.98,657.91 --375.05,657.91 --375.12,657.9 --375.18,657.89 --375.25,657.89 --375.32,657.88 --375.39,657.87 --375.45,657.87 --375.52,657.86 --375.59,657.85 --375.66,657.85 --375.72,657.84 --375.79,657.83 --375.86,657.83 --375.93,657.82 --376,657.81 --376.07,657.81 --376.14,657.8 --376.21,657.79 --376.28,657.78 --376.35,657.78 --376.42,657.77 --376.49,657.76 --376.56,657.75 --376.63,657.75 --376.7,657.74 --376.78,657.73 --376.85,657.73 --376.92,657.72 --376.99,657.71 --377.07,657.7 --377.14,657.7 --377.21,657.69 --377.28,657.68 --377.36,657.67 --377.43,657.67 --377.5,657.66 --377.58,657.65 --377.65,657.64 --377.73,657.64 --377.8,657.63 --377.88,657.62 --377.95,657.61 --378.03,657.6 --378.1,657.59 --378.18,657.59 --378.25,657.58 --378.33,657.57 --378.4,657.56 --378.48,657.55 --378.56,657.54 --378.63,657.54 --378.71,657.53 --378.79,657.52 --378.86,657.51 --378.94,657.5 --379.02,657.5 --379.1,657.49 --379.17,657.48 --379.25,657.47 --379.33,657.46 --379.41,657.45 --379.49,657.45 --379.56,657.44 --379.64,657.43 --379.72,657.42 --379.8,657.41 --379.88,657.41 --379.96,657.4 --380.04,657.39 --380.12,657.38 --380.2,657.37 --379.73,656.58 --379.81,656.57 --379.88,656.56 --379.96,656.55 --380.04,656.54 --380.12,656.53 --380.2,656.52 --380.28,656.51 --380.36,656.5 --380.44,656.49 --380.52,656.48 --380.6,656.47 --380.68,656.47 --380.77,656.46 --380.85,656.45 --380.93,656.44 --381.01,656.43 --381.09,656.42 --381.17,656.41 --381.26,656.4 --381.34,656.39 --381.42,656.38 --381.5,656.37 --381.59,656.36 --381.67,656.35 --381.75,656.34 --381.84,656.32 --381.92,656.31 --382,656.3 --382.09,656.29 --382.17,656.28 --382.26,656.27 --382.34,656.26 --382.43,656.25 --382.51,656.24 --382.6,656.23 --382.68,656.22 --382.77,656.21 --382.85,656.2 --382.94,656.19 --383.03,656.18 --383.11,656.17 --383.2,656.16 --383.28,656.15 --383.37,656.14 --383.46,656.13 --383.54,656.12 --383.63,656.11 --383.72,656.1 --383.81,656.09 --383.89,656.08 --383.98,656.07 --384.07,656.06 --384.16,656.05 --384.25,656.04 --384.33,656.03 --384.42,656.02 --384.51,656.01 --384.6,656 --384.69,655.99 --384.78,655.98 --384.87,655.97 --384.96,655.96 --385.04,655.95 --385.13,655.94 --385.22,655.93 --385.31,655.92 --385.4,655.91 --385.49,655.9 --385.59,655.89 --385.68,655.88 --385.77,655.87 --385.86,655.86 --385.95,655.85 --386.04,655.84 --386.13,655.83 --386.22,655.82 --386.32,655.81 --386.41,655.8 --386.5,655.79 --386.59,655.78 --386.68,655.77 --386.78,655.76 --386.87,655.75 --386.96,655.74 --387.05,655.74 --387.15,655.73 --387.24,655.72 --387.33,655.71 --387.43,655.7 --387.52,655.69 --387.61,655.68 --387.71,655.67 --387.8,655.67 --387.89,655.66 --387.99,655.65 --388.08,655.64 --388.18,655.63 --388.27,655.62 --388.36,655.62 --387.85,654.84 --387.94,654.84 --388.04,654.83 --388.13,654.82 --388.23,654.81 --388.32,654.8 --388.42,654.79 --388.51,654.78 --388.6,654.77 --388.7,654.76 --388.79,654.75 --388.89,654.74 --388.98,654.73 --389.08,654.72 --389.17,654.71 --389.27,654.7 --389.36,654.69 --389.46,654.69 --389.56,654.68 --389.65,654.67 --389.75,654.66 --389.84,654.65 --389.94,654.64 --390.03,654.63 --390.13,654.62 --390.23,654.61 --390.32,654.6 --390.42,654.59 --390.52,654.58 --390.61,654.57 --390.71,654.56 --390.8,654.56 --390.9,654.55 --391,654.54 --391.1,654.53 --391.19,654.52 --391.29,654.51 --391.39,654.5 --391.48,654.49 --391.58,654.48 --391.68,654.47 --391.78,654.46 --391.87,654.46 --391.97,654.45 --392.07,654.44 --392.17,654.43 --392.27,654.42 --392.36,654.41 --392.46,654.4 --392.56,654.39 --392.66,654.38 --392.76,654.37 --392.85,654.37 --392.95,654.36 --393.05,654.35 --393.15,654.34 --393.25,654.33 --393.35,654.32 --393.45,654.31 --393.54,654.31 --393.64,654.3 --393.74,654.29 --393.84,654.28 --393.94,654.27 --394.04,654.26 --394.14,654.25 --394.24,654.25 --394.33,654.24 --394.43,654.23 --394.53,654.22 --394.63,654.21 --394.73,654.21 --394.83,654.2 --394.93,654.19 --395.03,654.18 --395.13,654.17 --395.23,654.17 --395.33,654.16 --395.43,654.15 --395.52,654.14 --395.62,654.13 --395.72,654.13 --395.82,654.12 --395.92,654.11 --396.02,654.1 --396.12,654.1 --396.22,654.09 --396.32,654.08 --396.42,654.07 --396.52,654.06 --396.62,654.06 --396.72,654.05 --396.82,654.04 --396.92,654.03 --397.02,654.03 --397.12,654.02 --397.22,654.01 --397.32,654 --397.42,653.99 --397.52,653.99 --397.17,653.41 --397.27,653.4 --397.37,653.39 --397.47,653.38 --397.57,653.37 --397.67,653.36 --397.77,653.35 --397.87,653.35 --397.97,653.34 --398.07,653.33 --398.17,653.32 --398.27,653.31 --398.37,653.3 --398.47,653.29 --398.57,653.29 --398.67,653.28 --398.77,653.27 --398.87,653.26 --398.97,653.25 --399.07,653.24 --399.16,653.24 --399.26,653.23 --399.36,653.22 --399.46,653.21 --399.56,653.2 --399.66,653.2 --399.76,653.19 --399.86,653.18 --399.96,653.17 --400.06,653.16 --400.16,653.15 --400.25,653.15 --400.35,653.14 --400.45,653.13 --400.55,653.12 --400.65,653.11 --400.75,653.11 --400.85,653.1 --400.95,653.09 --401.05,653.08 --401.14,653.07 --401.24,653.07 --401.34,653.06 --401.44,653.05 --401.54,653.04 --401.64,653.03 --401.74,653.03 --401.84,653.02 --401.93,653.01 --402.03,653 --402.13,652.99 --402.23,652.99 --402.33,652.98 --402.43,652.97 --402.53,652.96 --402.63,652.96 --402.72,652.95 --402.82,652.94 --402.92,652.93 --403.02,652.93 --403.12,652.92 --403.22,652.91 --403.32,652.9 --403.41,652.9 --403.51,652.89 --403.61,652.88 --403.71,652.87 --403.81,652.87 --403.91,652.86 --404,652.85 --404.1,652.84 --404.2,652.84 --404.3,652.83 --404.39,652.82 --404.49,652.81 --404.59,652.81 --404.69,652.8 --404.78,652.79 --404.88,652.78 --404.98,652.78 --405.08,652.77 --405.17,652.76 --405.27,652.75 --405.37,652.75 --405.46,652.74 --405.56,652.73 --405.66,652.72 --405.75,652.72 --405.85,652.71 --405.95,652.7 --406.04,652.69 --406.14,652.69 --406.24,652.68 --406.33,652.67 --406.43,652.66 --406.52,652.65 --406.62,652.64 --406.72,652.64 --406.81,652.63 --406.91,652.62 --406.67,652.01 --406.77,652 --406.86,651.99 --406.96,651.98 --407.05,651.98 --407.15,651.97 --407.24,651.96 --407.34,651.95 --407.43,651.94 --407.53,651.93 --407.62,651.92 --407.71,651.91 --407.81,651.9 --407.9,651.9 --408,651.89 --408.09,651.88 --408.18,651.87 --408.28,651.86 --408.37,651.85 --408.46,651.84 --408.55,651.84 --408.65,651.83 --408.74,651.82 --408.83,651.81 --408.92,651.8 --409.01,651.79 --409.1,651.78 --409.2,651.78 --409.29,651.77 --409.38,651.76 --409.47,651.75 --409.56,651.74 --409.65,651.73 --409.74,651.73 --409.83,651.72 --409.92,651.71 --410.02,651.7 --410.11,651.7 --410.2,651.69 --410.29,651.68 --410.38,651.67 --410.47,651.66 --410.56,651.66 --410.65,651.65 --410.74,651.64 --410.83,651.63 --410.92,651.63 --411.02,651.62 --411.11,651.61 --411.2,651.61 --411.29,651.6 --411.38,651.59 --411.47,651.58 --411.56,651.58 --411.65,651.57 --411.74,651.56 --411.83,651.55 --411.92,651.55 --412,651.54 --412.09,651.53 --412.18,651.53 --412.27,651.52 --412.36,651.51 --412.45,651.51 --412.54,651.5 --412.62,651.49 --412.71,651.49 --412.8,651.48 --412.89,651.47 --412.98,651.47 --413.06,651.46 --413.15,651.45 --413.24,651.45 --413.32,651.44 --413.41,651.43 --413.5,651.42 --413.58,651.42 --413.67,651.41 --413.76,651.4 --413.84,651.4 --413.93,651.39 --414.01,651.38 --414.1,651.38 --414.19,651.37 --414.27,651.36 --414.36,651.36 --414.44,651.35 --414.53,651.34 --414.61,651.34 --414.7,651.33 --414.78,651.32 --414.87,651.32 --414.95,651.31 --415.03,651.3 --415.12,651.3 --415.2,651.29 --415.29,651.28 --415.37,651.28 --415.45,651.27 --415.54,651.26 --415.38,650.69 --415.47,650.68 --415.55,650.67 --415.63,650.66 --415.71,650.66 --415.79,650.65 --415.88,650.64 --415.96,650.63 --416.04,650.63 --416.12,650.62 --416.2,650.61 --416.28,650.6 --416.36,650.6 --416.44,650.59 --416.52,650.58 --416.6,650.57 --416.68,650.57 --416.76,650.56 --416.84,650.55 --416.92,650.54 --417,650.53 --417.08,650.53 --417.16,650.52 --417.23,650.51 --417.31,650.5 --417.39,650.5 --417.47,650.49 --417.55,650.48 --417.62,650.47 --417.7,650.46 --417.78,650.46 --417.86,650.45 --417.93,650.44 --418.01,650.43 --418.09,650.42 --418.16,650.42 --418.24,650.41 --418.31,650.4 --418.39,650.39 --418.47,650.39 --418.54,650.38 --418.62,650.37 --418.69,650.36 --418.77,650.35 --418.84,650.35 --418.92,650.34 --418.99,650.33 --419.06,650.32 --419.14,650.32 --419.21,650.31 --419.29,650.3 --419.36,650.29 --419.43,650.29 --419.51,650.28 --419.58,650.27 --419.65,650.26 --419.72,650.26 --419.8,650.25 --419.87,650.24 --419.94,650.23 --420.01,650.22 --420.09,650.22 --420.16,650.21 --420.23,650.2 --420.3,650.19 --420.37,650.19 --420.44,650.18 --420.51,650.17 --420.58,650.16 --420.65,650.16 --420.72,650.15 --420.79,650.14 --420.86,650.13 --420.93,650.12 --421,650.12 --421.07,650.11 --421.14,650.1 --421.21,650.09 --421.28,650.09 --421.35,650.08 --421.42,650.07 --421.49,650.07 --421.55,650.06 --421.62,650.05 --421.69,650.04 --421.76,650.04 --421.83,650.03 --421.89,650.02 --421.96,650.01 --422.03,650.01 --422.09,650 --422.16,649.99 --422.23,649.99 --422.29,649.98 --422.36,649.97 --422.43,649.96 --422.49,649.96 --422.56,649.95 --422.62,649.94 --422.69,649.93 --422.46,649.23 --422.53,649.23 --422.59,649.22 --422.66,649.21 --422.72,649.2 --422.78,649.19 --422.85,649.18 --422.91,649.18 --422.98,649.17 --423.04,649.16 --423.1,649.15 --423.17,649.14 --423.23,649.14 --423.29,649.13 --423.35,649.12 --423.42,649.11 --423.48,649.1 --423.54,649.1 --423.6,649.09 --423.67,649.08 --423.73,649.07 --423.79,649.06 --423.85,649.06 --423.91,649.05 --423.97,649.04 --424.03,649.03 --424.1,649.02 --424.16,649.02 --424.22,649.01 --424.28,649 --424.34,648.99 --424.4,648.98 --424.46,648.98 --424.52,648.97 --424.58,648.96 --424.64,648.95 --424.7,648.95 --424.76,648.94 --424.81,648.93 --424.87,648.92 --424.93,648.91 --424.99,648.91 --425.05,648.9 --425.11,648.89 --425.17,648.88 --425.22,648.88 --425.28,648.87 --425.34,648.86 --425.4,648.85 --425.45,648.85 --425.51,648.84 --425.57,648.83 --425.63,648.82 --425.68,648.82 --425.74,648.81 --425.79,648.8 --425.85,648.79 --425.91,648.79 --425.96,648.78 --426.02,648.77 --426.07,648.77 --426.13,648.76 --426.18,648.75 --426.24,648.74 --426.29,648.74 --426.35,648.73 --426.4,648.72 --426.46,648.72 --426.51,648.71 --426.57,648.7 --426.62,648.7 --426.67,648.69 --426.73,648.68 --426.78,648.67 --426.83,648.67 --426.89,648.66 --426.94,648.65 --426.99,648.65 --427.05,648.64 --427.1,648.63 --427.15,648.63 --427.2,648.62 --427.26,648.61 --427.31,648.61 --427.36,648.6 --427.41,648.59 --427.46,648.59 --427.52,648.58 --427.57,648.57 --427.62,648.57 --427.67,648.56 --427.72,648.55 --427.77,648.55 --427.82,648.54 --427.87,648.54 --427.92,648.53 --427.97,648.52 --428.02,648.52 --428.07,648.51 --428.12,648.5 --427.85,647.86 --427.9,647.85 --427.95,647.84 --428,647.84 --428.04,647.83 --428.09,647.82 --428.14,647.81 --428.19,647.81 --428.24,647.8 --428.28,647.79 --428.33,647.79 --428.38,647.78 --428.43,647.77 --428.47,647.76 --428.52,647.76 --428.57,647.75 --428.61,647.74 --428.66,647.74 --428.71,647.73 --428.75,647.72 --428.8,647.71 --428.84,647.71 --428.89,647.7 --428.94,647.69 --428.98,647.69 --429.03,647.68 --429.07,647.67 --429.11,647.67 --429.16,647.66 --429.2,647.65 --429.25,647.65 --429.29,647.64 --429.33,647.63 --429.38,647.63 --429.42,647.62 --429.46,647.61 --429.51,647.61 --429.55,647.6 --429.59,647.59 --429.63,647.59 --429.68,647.58 --429.72,647.57 --429.76,647.57 --429.8,647.56 --429.84,647.55 --429.88,647.55 --429.92,647.54 --429.96,647.54 --430.01,647.53 --430.05,647.52 --430.09,647.52 --430.13,647.51 --430.17,647.5 --430.21,647.5 --430.25,647.49 --430.28,647.49 --430.32,647.48 --430.36,647.47 --430.4,647.47 --430.44,647.46 --430.48,647.46 --430.52,647.45 --430.55,647.45 --430.59,647.44 --430.63,647.43 --430.67,647.43 --430.7,647.42 --430.74,647.42 --430.78,647.41 --430.81,647.4 --430.85,647.4 --430.89,647.39 --430.92,647.39 --430.96,647.38 --430.99,647.38 --431.03,647.37 --431.06,647.37 --431.1,647.36 --431.13,647.36 --431.16,647.35 --431.2,647.34 --431.23,647.34 --431.27,647.33 --431.3,647.33 --431.33,647.32 --431.37,647.32 --431.4,647.31 --431.43,647.31 --431.46,647.3 --431.5,647.3 --431.53,647.29 --431.56,647.29 --431.59,647.28 --431.62,647.28 --431.66,647.27 --431.69,647.27 --431.72,647.26 --431.75,647.26 --431.78,647.25 --431.81,647.25 --431.56,646.63 --431.59,646.62 --431.62,646.62 --431.65,646.61 --431.68,646.61 --431.71,646.6 --431.74,646.59 --431.76,646.59 --431.79,646.58 --431.82,646.58 --431.85,646.57 --431.88,646.57 --431.9,646.56 --431.93,646.55 --431.96,646.55 --431.98,646.54 --432.01,646.54 --432.04,646.53 --432.06,646.53 --432.09,646.52 --432.11,646.52 --432.14,646.51 --432.17,646.51 --432.19,646.5 --432.22,646.5 --432.24,646.49 --432.27,646.49 --432.29,646.48 --432.31,646.48 --432.34,646.47 --432.36,646.47 --432.39,646.46 --432.41,646.46 --432.43,646.45 --432.46,646.45 --432.48,646.45 --432.5,646.44 --432.52,646.44 --432.55,646.43 --432.57,646.43 --432.59,646.43 --432.61,646.42 --432.64,646.42 --432.66,646.41 --432.68,646.41 --432.7,646.41 --432.72,646.4 --432.75,646.4 --432.77,646.39 --432.79,646.39 --432.81,646.39 --432.83,646.38 --432.85,646.38 --432.87,646.37 --432.9,646.37 --432.92,646.37 --432.94,646.36 --432.96,646.36 --432.98,646.35 --433,646.35 --433.02,646.35 --433.04,646.34 --433.06,646.34 --433.08,646.34 --433.1,646.33 --433.12,646.33 --433.14,646.33 --433.16,646.32 --433.18,646.32 --433.2,646.31 --433.22,646.31 --433.24,646.31 --433.26,646.3 --433.28,646.3 --433.29,646.3 --433.31,646.29 --433.33,646.29 --433.35,646.29 --433.37,646.28 --433.39,646.28 --433.41,646.28 --433.42,646.28 --433.44,646.27 --433.46,646.27 --433.48,646.27 --433.5,646.26 --433.51,646.26 --433.53,646.26 --433.55,646.26 --433.56,646.25 --433.58,646.25 --433.6,646.25 --433.62,646.24 --433.63,646.24 --433.65,646.24 --433.67,646.24 --433.68,646.23 --433.7,646.23 --433.71,646.23 --433.73,646.23 --433.65,645.76 --433.66,645.76 --433.68,645.75 --433.69,645.75 --433.71,645.75 --433.72,645.74 --433.74,645.74 --433.75,645.74 --433.77,645.74 --433.78,645.73 --433.8,645.73 --433.81,645.73 --433.82,645.72 --433.84,645.72 --433.85,645.72 --433.86,645.72 --433.88,645.71 --433.89,645.71 --433.9,645.71 --433.92,645.71 --433.93,645.71 --433.94,645.7 --433.95,645.7 --433.97,645.7 --433.98,645.7 --433.99,645.69 --434,645.69 --434.02,645.69 --434.03,645.69 --434.04,645.69 --434.05,645.68 --434.06,645.68 --434.07,645.68 --434.08,645.68 --434.09,645.68 --434.11,645.68 --434.12,645.67 --434.13,645.67 --434.14,645.67 --434.15,645.67 --434.16,645.67 --434.17,645.67 --434.18,645.67 --434.19,645.66 --434.2,645.66 --434.21,645.66 --434.22,645.66 --434.23,645.66 --434.23,645.66 --434.24,645.66 --434.25,645.66 --434.26,645.66 --434.27,645.66 --434.28,645.65 --434.29,645.65 --434.3,645.65 --434.31,645.65 --434.31,645.65 --434.32,645.65 --434.33,645.65 --434.34,645.65 --434.35,645.65 --434.36,645.65 --434.36,645.65 --434.37,645.65 --434.38,645.64 --434.39,645.64 --434.4,645.64 --434.4,645.64 --434.41,645.64 --434.42,645.64 --434.43,645.64 --434.44,645.64 --434.44,645.64 --434.45,645.64 --434.46,645.64 --434.47,645.64 --434.47,645.64 --434.48,645.64 --434.49,645.64 --434.5,645.64 --434.5,645.64 --434.51,645.64 --434.52,645.64 --434.53,645.64 --434.53,645.64 --434.54,645.64 --434.55,645.64 --434.55,645.64 --434.56,645.64 --434.57,645.64 --434.57,645.64 --434.58,645.64 --434.59,645.64 --434.59,645.64 --434.6,645.64 --434.61,645.64 --434.61,645.63 --434.62,645.63 --434.63,645.63 --434.59,645.04 --434.6,645.04 --434.61,645.04 --434.61,645.04 --434.62,645.04 --434.62,645.04 --434.63,645.04 --434.64,645.04 --434.64,645.04 --434.65,645.03 --434.65,645.03 --434.66,645.03 --434.67,645.03 --434.67,645.03 --434.68,645.03 --434.68,645.03 --434.69,645.03 --434.69,645.03 --434.7,645.03 --434.7,645.03 --434.71,645.03 --434.71,645.03 --434.72,645.03 --434.73,645.02 --434.73,645.02 --434.74,645.02 --434.74,645.02 --434.75,645.02 --434.75,645.02 --434.75,645.02 --434.76,645.02 --434.76,645.02 --434.77,645.02 --434.77,645.02 --434.78,645.02 --434.78,645.02 --434.79,645.02 --434.79,645.02 --434.8,645.02 --434.8,645.02 --434.81,645.02 --434.81,645.02 --434.81,645.02 --434.82,645.02 --434.82,645.02 --434.83,645.02 --434.83,645.02 --434.84,645.02 --434.84,645.02 --434.84,645.02 --434.85,645.01 --434.85,645.01 --434.86,645.01 --434.86,645.01 --434.86,645.01 --434.87,645.01 --434.87,645.01 --434.88,645.01 --434.88,645.01 --434.88,645.01 --434.89,645.01 --434.89,645.01 --434.89,645.01 --434.9,645.01 --434.9,645.01 --434.9,645.01 --434.91,645.01 --434.91,645.01 --434.92,645.01 --434.92,645.01 --434.92,645.01 --434.93,645.01 --434.93,645.01 --434.93,645.01 --434.94,645.01 --434.94,645.01 --434.94,645.01 --434.95,645.01 --434.95,645.01 --434.95,645.01 --434.95,645.01 --434.96,645.02 --434.96,645.02 --434.96,645.02 --434.97,645.02 --434.97,645.02 --434.97,645.02 --434.97,645.02 --434.98,645.02 --434.98,645.02 --434.98,645.02 --434.99,645.02 --434.99,645.02 --434.99,645.02 --434.99,645.02 --435,645.02 --435,645.02 --435,645.02 --435,645.02 --435.01,645.02 --434.93,644.5 --434.93,644.49 --434.93,644.49 --434.93,644.49 --434.93,644.49 --434.94,644.49 --434.94,644.49 --434.94,644.49 --434.94,644.49 --434.95,644.49 --434.95,644.49 --434.95,644.49 --434.95,644.49 --434.95,644.49 --434.95,644.49 --434.96,644.49 --434.96,644.49 --434.96,644.49 --434.96,644.49 --434.96,644.49 --434.97,644.49 --434.97,644.49 --434.97,644.48 --434.97,644.48 --434.97,644.48 --434.98,644.48 --434.98,644.48 --434.98,644.48 --434.98,644.48 --434.98,644.48 --434.99,644.48 --434.99,644.48 --434.99,644.48 --434.99,644.48 --434.99,644.48 --435,644.48 --435,644.48 --435,644.48 --435,644.48 --435,644.48 --435.01,644.48 --435.01,644.48 --435.01,644.47 --435.01,644.47 --435.02,644.47 --435.02,644.47 --435.02,644.47 --435.03,644.47 --435.03,644.47 --435.03,644.47 --435.03,644.47 --435.04,644.47 --435.04,644.47 --435.04,644.46 --435.05,644.46 --435.05,644.46 --435.05,644.46 --435.06,644.46 --435.06,644.46 --435.07,644.46 --435.07,644.46 --435.07,644.45 --435.08,644.45 --435.08,644.45 --435.09,644.45 --435.09,644.45 --435.09,644.45 --435.1,644.45 --435.1,644.44 --435.11,644.44 --435.11,644.44 --435.12,644.44 --435.12,644.44 --435.13,644.44 --435.13,644.43 --435.14,644.43 --435.14,644.43 --435.15,644.43 --435.15,644.43 --435.16,644.43 --435.16,644.42 --435.17,644.42 --435.17,644.42 --435.18,644.42 --435.19,644.42 --435.19,644.41 --435.2,644.41 --435.2,644.41 --435.21,644.41 --435.22,644.4 --435.22,644.4 --435.23,644.4 --435.24,644.4 --435.24,644.39 --435.25,644.39 --435.26,644.39 --435.26,644.39 --435.27,644.38 --435.28,644.38 --435.29,644.38 --435.27,644.06 --435.28,644.06 --435.29,644.06 --435.3,644.05 --435.31,644.05 --435.31,644.05 --435.32,644.04 --435.33,644.04 --435.34,644.03 --435.35,644.03 --435.36,644.03 --435.37,644.02 --435.38,644.02 --435.39,644.01 --435.4,644.01 --435.41,644 --435.42,644 --435.43,643.99 --435.44,643.99 --435.45,643.99 --435.46,643.98 --435.47,643.98 --435.48,643.97 --435.5,643.96 --435.51,643.96 --435.52,643.95 --435.53,643.95 --435.55,643.94 --435.56,643.94 --435.57,643.93 --435.58,643.93 --435.6,643.92 --435.61,643.91 --435.63,643.91 --435.64,643.9 --435.65,643.89 --435.67,643.89 --435.68,643.88 --435.7,643.87 --435.71,643.87 --435.73,643.86 --435.75,643.85 --435.76,643.84 --435.78,643.84 --435.79,643.83 --435.81,643.82 --435.83,643.81 --435.84,643.81 --435.86,643.8 --435.88,643.79 --435.9,643.78 --435.91,643.77 --435.93,643.76 --435.95,643.75 --435.97,643.75 --435.99,643.74 --436.01,643.73 --436.03,643.72 --436.04,643.71 --436.06,643.7 --436.08,643.69 --436.1,643.68 --436.12,643.67 --436.14,643.66 --436.17,643.65 --436.19,643.64 --436.21,643.63 --436.23,643.61 --436.25,643.6 --436.27,643.59 --436.29,643.58 --436.32,643.57 --436.34,643.56 --436.36,643.55 --436.38,643.53 --436.41,643.52 --436.43,643.51 --436.45,643.5 --436.48,643.48 --436.5,643.47 --436.52,643.46 --436.55,643.44 --436.57,643.43 --436.6,643.42 --436.62,643.4 --436.65,643.39 --436.67,643.37 --436.7,643.36 --436.72,643.34 --436.75,643.33 --436.78,643.31 --436.8,643.3 --436.83,643.28 --436.86,643.27 --436.88,643.25 --436.91,643.23 --436.94,643.22 --436.96,643.2 --436.99,643.18 --437.02,643.17 --437.05,643.06 --437.08,643.04 --437.11,643.03 --437.14,643.01 --437.17,642.99 --437.2,642.97 --437.22,642.95 --437.25,642.93 --437.28,642.91 --437.31,642.89 --437.34,642.87 --437.37,642.85 --437.4,642.83 --437.43,642.81 --437.46,642.79 --437.49,642.76 --437.52,642.74 --437.55,642.72 --437.58,642.7 --437.61,642.67 --437.64,642.65 --437.67,642.63 --437.7,642.6 --437.73,642.58 --437.76,642.56 --437.79,642.53 --437.82,642.51 --437.85,642.48 --437.88,642.46 --437.91,642.43 --437.94,642.41 --437.97,642.39 --438,642.36 --438.03,642.33 --438.06,642.31 --438.09,642.28 --438.12,642.26 --438.14,642.23 --438.17,642.21 --438.2,642.18 --438.23,642.15 --438.26,642.13 --438.29,642.1 --438.32,642.07 --438.35,642.04 --438.37,642.02 --438.4,641.99 --438.43,641.96 --438.46,641.93 --438.49,641.9 --438.52,641.87 --438.55,641.84 --438.57,641.82 --438.6,641.79 --438.63,641.76 --438.66,641.73 --438.69,641.7 --438.72,641.66 --438.75,641.63 --438.77,641.6 --438.8,641.57 --438.83,641.54 --438.86,641.51 --438.89,641.48 --438.92,641.44 --438.94,641.41 --438.97,641.38 --439,641.35 --439.03,641.31 --439.05,641.28 --439.08,641.25 --439.11,641.21 --439.14,641.18 --439.16,641.15 --439.19,641.11 --439.22,641.08 --439.24,641.04 --439.27,641.01 --439.3,640.97 --439.32,640.94 --439.35,640.9 --439.38,640.87 --439.4,640.83 --439.43,640.8 --439.45,640.76 --439.48,640.72 --439.5,640.68 --439.53,640.65 --439.55,640.61 --439.58,640.57 --439.6,640.53 --439.63,640.5 --439.65,640.46 --439.68,640.42 --439.7,640.38 --439.73,640.34 --439.75,640.3 --439.77,640.26 --439.8,640.22 --439.82,640.18 --439.86,640.11 --439.89,640.07 --439.91,640.03 --439.93,639.99 --439.95,639.95 --439.98,639.91 --440,639.87 --440.02,639.83 --440.04,639.78 --440.06,639.74 --440.08,639.7 --440.1,639.66 --440.13,639.61 --440.15,639.57 --440.17,639.53 --440.19,639.48 --440.21,639.44 --440.23,639.4 --440.25,639.35 --440.27,639.31 --440.29,639.27 --440.31,639.22 --440.33,639.18 --440.35,639.13 --440.37,639.09 --440.39,639.04 --440.4,639 --440.42,638.95 --440.44,638.91 --440.46,638.86 --440.48,638.81 --440.5,638.77 --440.51,638.72 --440.53,638.68 --440.55,638.63 --440.56,638.58 --440.58,638.53 --440.6,638.49 --440.61,638.44 --440.63,638.39 --440.64,638.34 --440.66,638.3 --440.68,638.25 --440.69,638.2 --440.7,638.15 --440.72,638.1 --440.73,638.05 --440.75,638 --440.76,637.95 --440.77,637.9 --440.79,637.86 --440.8,637.81 --440.81,637.76 --440.83,637.71 --440.84,637.66 --440.85,637.61 --440.86,637.56 --440.87,637.5 --440.88,637.45 --440.9,637.4 --440.91,637.35 --440.92,637.3 --440.93,637.25 --440.94,637.2 --440.95,637.15 --440.96,637.1 --440.97,637.04 --440.98,636.99 --440.99,636.94 --440.99,636.89 --441,636.84 --441.01,636.78 --441.02,636.73 --441.03,636.68 --441.04,636.63 --441.04,636.57 --441.05,636.52 --441.06,636.47 --441.06,636.41 --441.07,636.36 --441.08,636.31 --441.08,636.25 --441.09,636.2 --441.09,636.14 --441.1,636.09 --441.1,636.04 --441.11,635.98 --441.11,635.93 --441.12,635.87 --441.12,635.82 --441.12,635.76 --441.13,635.71 --441.13,635.65 --441.13,635.6 --441.13,635.54 --441.13,635.49 --441.14,635.43 --441.14,635.38 --441.14,635.32 --441.14,635.27 --441.16,635.13 --441.16,635.07 --441.16,635.01 --441.16,634.96 --441.16,634.9 --441.15,634.84 --441.15,634.79 --441.15,634.73 --441.15,634.67 --441.15,634.62 --441.14,634.56 --441.14,634.5 --441.14,634.44 --441.13,634.39 --441.13,634.33 --441.13,634.27 --441.12,634.21 --441.12,634.16 --441.11,634.1 --441.11,634.04 --441.1,633.98 --441.09,633.93 --441.09,633.87 --441.08,633.81 --441.08,633.75 --441.07,633.69 --441.06,633.64 --441.06,633.58 --441.05,633.52 --441.04,633.46 --441.03,633.4 --441.03,633.34 --441.02,633.29 --441.01,633.23 --441,633.17 --440.99,633.11 --440.98,633.05 --440.98,632.99 --440.97,632.93 --440.96,632.87 --440.95,632.81 --440.94,632.75 --440.93,632.69 --440.92,632.63 --440.91,632.58 --440.9,632.52 --440.89,632.46 --440.88,632.4 --440.87,632.34 --440.86,632.28 --440.85,632.22 --440.84,632.16 --440.83,632.1 --440.82,632.03 --440.81,631.97 --440.8,631.91 --440.79,631.85 --440.78,631.79 --440.77,631.73 --440.76,631.67 --440.75,631.61 --440.74,631.55 --440.73,631.49 --440.72,631.43 --440.7,631.37 --440.69,631.3 --440.68,631.24 --440.67,631.18 --440.66,631.12 --440.65,631.06 --440.63,631 --440.62,630.93 --440.61,630.87 --440.6,630.81 --440.58,630.75 --440.57,630.69 --440.56,630.62 --440.55,630.56 --440.53,630.5 --440.52,630.43 --440.51,630.37 --440.49,630.31 --440.48,630.24 --440.47,630.18 --440.45,630.12 --440.44,630.05 --440.42,629.99 --440.41,629.93 --440.39,629.86 --440.38,629.8 --440.37,629.73 --440.35,629.67 --440.34,629.6 --440.32,629.54 --440.31,629.47 --440.29,629.41 --440.27,629.34 --440.26,629.28 --440.24,629.21 --440.23,629.15 --440.3,629.02 --440.29,628.96 --440.27,628.89 --440.25,628.82 --440.24,628.76 --440.22,628.69 --440.21,628.62 --440.19,628.55 --440.17,628.49 --440.16,628.42 --440.14,628.35 --440.12,628.28 --440.11,628.22 --440.09,628.15 --440.07,628.08 --440.06,628.01 --440.04,627.94 --440.02,627.87 --440.01,627.8 --439.99,627.73 --439.97,627.66 --439.96,627.59 --439.94,627.52 --439.92,627.46 --439.91,627.38 --439.89,627.31 --439.87,627.24 --439.85,627.17 --439.84,627.1 --439.82,627.03 --439.8,626.96 --439.78,626.89 --439.77,626.82 --439.75,626.75 --439.73,626.68 --439.71,626.6 --439.7,626.53 --439.68,626.46 --439.66,626.39 --439.64,626.32 --439.63,626.24 --439.61,626.17 --439.59,626.1 --439.57,626.03 --439.55,625.95 --439.53,625.88 --439.51,625.81 --439.5,625.73 --439.48,625.66 --439.46,625.59 --439.44,625.51 --439.42,625.44 --439.4,625.36 --439.38,625.29 --439.36,625.21 --439.34,625.14 --439.32,625.07 --439.31,624.99 --439.29,624.92 --439.27,624.84 --439.25,624.76 --439.23,624.69 --439.21,624.61 --439.19,624.54 --439.17,624.46 --439.15,624.39 --439.13,624.31 --439.11,624.23 --439.09,624.16 --439.07,624.08 --439.05,624 --439.03,623.93 --439.01,623.85 --438.99,623.77 --438.97,623.7 --438.95,623.62 --438.93,623.54 --438.91,623.46 --438.89,623.39 --438.87,623.31 --438.85,623.23 --438.83,623.15 --438.81,623.08 --438.79,623 --438.77,622.92 --438.75,622.85 --438.73,622.77 --438.71,622.69 --438.69,622.61 --438.67,622.54 --438.65,622.46 --438.63,622.38 --438.61,622.31 --438.59,622.23 --438.57,622.16 --438.55,622.08 --438.52,622 --438.5,621.93 --438.48,621.85 --438.46,621.78 --438.51,621.77 --438.49,621.69 --438.47,621.62 --438.45,621.54 --438.43,621.47 --438.41,621.39 --438.39,621.31 --438.37,621.24 --438.35,621.16 --438.33,621.09 --438.32,621.01 --438.3,620.94 --438.28,620.86 --438.26,620.79 --438.24,620.72 --438.22,620.64 --438.2,620.57 --438.18,620.49 --438.16,620.42 --438.15,620.34 --438.13,620.27 --438.11,620.2 --438.09,620.12 --438.07,620.05 --438.05,619.97 --438.03,619.9 --438.02,619.83 --438,619.75 --437.98,619.68 --437.96,619.6 --437.94,619.53 --437.92,619.46 --437.9,619.38 --437.89,619.31 --437.87,619.24 --437.85,619.16 --437.83,619.09 --437.81,619.02 --437.79,618.95 --437.78,618.87 --437.76,618.8 --437.74,618.73 --437.72,618.65 --437.7,618.58 --437.68,618.51 --437.67,618.44 --437.65,618.36 --437.63,618.29 --437.61,618.22 --437.59,618.15 --437.57,618.08 --437.56,618 --437.54,617.93 --437.52,617.86 --437.5,617.79 --437.48,617.72 --437.47,617.64 --437.45,617.57 --437.43,617.5 --437.41,617.43 --437.4,617.36 --437.38,617.29 --437.36,617.22 --437.34,617.14 --437.32,617.07 --437.31,617 --437.29,616.93 --437.27,616.86 --437.25,616.79 --437.23,616.71 --437.22,616.64 --437.2,616.57 --437.18,616.5 --437.16,616.43 --437.14,616.36 --437.13,616.28 --437.11,616.21 --437.09,616.14 --437.07,616.07 --437.05,615.99 --437.04,615.92 --437.02,615.85 --437,615.78 --436.98,615.7 --436.96,615.63 --436.94,615.56 --436.93,615.48 --436.91,615.41 --436.89,615.33 --436.87,615.26 --436.85,615.19 --436.83,615.11 --436.82,615.04 --436.8,614.96 --436.78,614.89 --436.76,614.81 --436.74,614.74 --436.72,614.66 --436.71,614.59 --436.69,614.51 --436.7,614.44 --436.69,614.37 --436.67,614.29 --436.65,614.21 --436.63,614.14 --436.61,614.06 --436.59,613.99 --436.57,613.91 --436.55,613.83 --436.53,613.75 --436.52,613.68 --436.5,613.6 --436.48,613.52 --436.46,613.44 --436.44,613.36 --436.42,613.29 --436.4,613.21 --436.38,613.13 --436.36,613.05 --436.34,612.97 --436.32,612.89 --436.31,612.81 --436.29,612.73 --436.27,612.65 --436.25,612.57 --436.23,612.49 --436.21,612.41 --436.19,612.33 --436.17,612.25 --436.15,612.17 --436.13,612.09 --436.11,612.01 --436.09,611.92 --436.07,611.84 --436.05,611.76 --436.04,611.68 --436.02,611.6 --436,611.51 --435.98,611.43 --435.96,611.35 --435.94,611.26 --435.92,611.18 --435.9,611.09 --435.88,611.01 --435.86,610.93 --435.84,610.84 --435.82,610.76 --435.8,610.67 --435.78,610.59 --435.76,610.5 --435.74,610.42 --435.72,610.33 --435.7,610.25 --435.68,610.16 --435.66,610.07 --435.65,609.99 --435.63,609.9 --435.61,609.82 --435.59,609.73 --435.57,609.65 --435.55,609.56 --435.53,609.47 --435.51,609.39 --435.49,609.3 --435.47,609.21 --435.45,609.12 --435.43,609.04 --435.41,608.95 --435.39,608.86 --435.37,608.78 --435.35,608.69 --435.33,608.6 --435.31,608.51 --435.29,608.42 --435.27,608.34 --435.25,608.25 --435.24,608.16 --435.22,608.07 --435.2,607.98 --435.18,607.89 --435.16,607.8 --435.14,607.72 --435.12,607.63 --435.1,607.54 --435.08,607.45 --435.06,607.36 --435.04,607.27 --435.02,607.18 --435,607.09 --434.98,607 --434.96,606.91 --434.94,606.82 --434.92,606.73 --434.9,606.64 --434.88,606.55 --434.86,606.46 --434.84,606.37 --434.82,606.28 --434.8,606.19 --434.78,606.1 --434.8,605.93 --434.78,605.84 --434.76,605.75 --434.74,605.66 --434.72,605.57 --434.7,605.48 --434.68,605.38 --434.66,605.29 --434.64,605.2 --434.62,605.11 --434.6,605.02 --434.58,604.92 --434.56,604.83 --434.54,604.74 --434.52,604.64 --434.5,604.55 --434.48,604.46 --434.46,604.36 --434.44,604.27 --434.42,604.18 --434.4,604.08 --434.38,603.99 --434.36,603.9 --434.34,603.8 --434.31,603.71 --434.29,603.61 --434.27,603.52 --434.25,603.42 --434.23,603.33 --434.21,603.23 --434.19,603.14 --434.17,603.04 --434.14,602.95 --434.12,602.85 --434.1,602.76 --434.08,602.66 --434.06,602.57 --434.03,602.47 --434.01,602.38 --433.99,602.28 --433.97,602.18 --433.94,602.09 --433.92,601.99 --433.9,601.89 --433.87,601.8 --433.85,601.7 --433.83,601.6 --433.81,601.51 --433.78,601.41 --433.76,601.31 --433.74,601.22 --433.71,601.12 --433.69,601.02 --433.67,600.92 --433.64,600.83 --433.62,600.73 --433.59,600.63 --433.57,600.53 --433.55,600.43 --433.52,600.34 --433.5,600.24 --433.48,600.14 --433.45,600.04 --433.43,599.94 --433.4,599.84 --433.38,599.75 --433.36,599.65 --433.33,599.55 --433.31,599.45 --433.28,599.35 --433.26,599.25 --433.23,599.15 --433.21,599.05 --433.18,598.95 --433.16,598.85 --433.13,598.75 --433.11,598.65 --433.08,598.55 --433.06,598.45 --433.03,598.35 --433.01,598.25 --432.98,598.15 --432.96,598.05 --432.93,597.95 --432.9,597.85 --432.88,597.75 --432.85,597.65 --432.83,597.55 --432.8,597.45 --432.78,597.35 --432.75,597.25 --432.73,597.14 --432.7,597.04 --432.67,596.94 --432.65,596.84 --432.62,596.74 --432.6,596.64 --432.57,596.53 --432.54,596.43 --432.52,596.33 --432.53,596.22 --432.5,596.12 --432.47,596.02 --432.45,595.92 --432.42,595.81 --432.39,595.71 --432.37,595.61 --432.34,595.5 --432.31,595.4 --432.29,595.3 --432.26,595.19 --432.23,595.09 --432.21,594.99 --432.18,594.88 --432.15,594.78 --432.13,594.68 --432.1,594.57 --432.07,594.47 --432.05,594.37 --432.02,594.26 --431.99,594.16 --431.97,594.05 --431.94,593.95 --431.91,593.85 --431.89,593.74 --431.86,593.64 --431.83,593.54 --431.81,593.43 --431.78,593.33 --431.75,593.22 --431.72,593.12 --431.7,593.01 --431.67,592.91 --431.64,592.8 --431.61,592.7 --431.59,592.6 --431.56,592.49 --431.53,592.39 --431.5,592.28 --431.48,592.18 --431.45,592.07 --431.42,591.97 --431.39,591.86 --431.37,591.76 --431.34,591.65 --431.31,591.55 --431.28,591.44 --431.26,591.34 --431.23,591.23 --431.2,591.13 --431.17,591.02 --431.14,590.92 --431.12,590.81 --431.09,590.71 --431.06,590.6 --431.03,590.5 --431.01,590.39 --430.98,590.29 --430.95,590.18 --430.92,590.08 --430.9,589.97 --430.87,589.87 --430.84,589.76 --430.81,589.66 --430.79,589.55 --430.76,589.45 --430.73,589.34 --430.7,589.24 --430.68,589.13 --430.65,589.03 --430.62,588.92 --430.6,588.82 --430.57,588.71 --430.54,588.61 --430.51,588.5 --430.49,588.4 --430.46,588.3 --430.43,588.19 --430.4,588.09 --430.38,587.98 --430.35,587.88 --430.32,587.77 --430.29,587.67 --430.27,587.56 --430.24,587.46 --430.21,587.35 --430.18,587.25 --430.16,587.14 --430.13,587.04 --430.1,586.93 --430.07,586.83 --430.05,586.73 --430.02,586.62 --429.99,586.52 --429.96,586.41 --429.94,586.31 --429.91,586.2 --429.88,586.1 --429.85,585.99 --429.83,585.89 --429.8,585.84 --429.78,585.74 --429.75,585.63 --429.72,585.53 --429.69,585.42 --429.67,585.32 --429.64,585.22 --429.61,585.11 --429.58,585.01 --429.56,584.9 --429.53,584.8 --429.5,584.7 --429.47,584.59 --429.45,584.49 --429.42,584.39 --429.39,584.28 --429.36,584.18 --429.34,584.07 --429.31,583.97 --429.28,583.87 --429.25,583.76 --429.23,583.66 --429.2,583.56 --429.17,583.45 --429.14,583.35 --429.12,583.25 --429.09,583.14 --429.06,583.04 --429.03,582.94 --429.01,582.83 --428.98,582.73 --428.95,582.63 --428.92,582.52 --428.9,582.42 --428.87,582.32 --428.84,582.21 --428.81,582.11 --428.79,582.01 --428.76,581.9 --428.73,581.8 --428.7,581.7 --428.68,581.59 --428.65,581.49 --428.62,581.39 --428.59,581.28 --428.57,581.18 --428.54,581.08 --428.51,580.97 --428.48,580.87 --428.46,580.77 --428.43,580.66 --428.4,580.56 --428.37,580.46 --428.35,580.36 --428.32,580.25 --428.29,580.15 --428.26,580.05 --428.24,579.94 --428.21,579.84 --428.18,579.74 --428.15,579.64 --428.13,579.53 --428.1,579.43 --428.07,579.33 --428.04,579.23 --428.02,579.12 --427.99,579.02 --427.96,578.92 --427.93,578.82 --427.91,578.71 --427.88,578.61 --427.85,578.51 --427.82,578.41 --427.8,578.3 --427.77,578.2 --427.74,578.1 --427.71,578 --427.69,577.9 --427.66,577.79 --427.63,577.69 --427.6,577.59 --427.58,577.49 --427.55,577.39 --427.52,577.28 --427.49,577.18 --427.47,577.08 --427.44,576.98 --427.41,576.88 --427.38,576.78 --427.36,576.67 --427.33,576.57 --427.3,576.47 --427.28,576.37 --427.25,576.27 --427.22,576.17 --427.19,576.06 --427.17,575.96 --427.14,575.86 --427.11,575.76 --427.08,575.66 --427.07,575.64 --427.04,575.54 --427.01,575.44 --426.99,575.34 --426.96,575.24 --426.93,575.14 --426.9,575.03 --426.88,574.93 --426.85,574.83 --426.82,574.73 --426.8,574.63 --426.77,574.53 --426.74,574.42 --426.71,574.32 --426.69,574.22 --426.66,574.12 --426.63,574.02 --426.61,573.92 --426.58,573.82 --426.55,573.71 --426.53,573.61 --426.5,573.51 --426.48,573.41 --426.45,573.31 --426.42,573.21 --426.4,573.11 --426.37,573.01 --426.34,572.91 --426.32,572.8 --426.29,572.7 --426.27,572.6 --426.24,572.5 --426.22,572.4 --426.19,572.3 --426.16,572.2 --426.14,572.1 --426.11,572 --426.09,571.9 --426.06,571.8 --426.04,571.7 --426.01,571.6 --425.99,571.49 --425.96,571.39 --425.94,571.29 --425.91,571.19 --425.89,571.09 --425.86,570.99 --425.84,570.89 --425.81,570.79 --425.79,570.69 --425.76,570.59 --425.74,570.49 --425.71,570.39 --425.69,570.29 --425.66,570.19 --425.64,570.09 --425.61,569.99 --425.59,569.89 --425.56,569.79 --425.54,569.68 --425.51,569.58 --425.49,569.48 --425.46,569.38 --425.44,569.28 --425.41,569.18 --425.39,569.08 --425.36,568.98 --425.34,568.88 --425.31,568.78 --425.29,568.68 --425.26,568.58 --425.24,568.48 --425.21,568.38 --425.19,568.28 --425.16,568.18 --425.14,568.07 --425.12,567.97 --425.09,567.87 --425.07,567.77 --425.04,567.67 --425.02,567.57 --424.99,567.47 --424.97,567.37 --424.95,567.27 --424.92,567.17 --424.9,567.07 --424.87,566.97 --424.85,566.87 --424.83,566.77 --424.8,566.67 --424.78,566.57 --424.75,566.47 --424.73,566.37 --424.71,566.27 --424.68,566.16 --424.66,566.06 --424.64,565.96 --424.61,565.86 --424.59,565.76 --424.56,565.66 --424.56,565.74 --424.53,565.64 --424.51,565.54 --424.49,565.44 --424.46,565.34 --424.44,565.24 --424.42,565.13 --424.39,565.03 --424.37,564.93 --424.35,564.83 --424.32,564.73 --424.3,564.63 --424.28,564.53 --424.25,564.43 --424.23,564.33 --424.21,564.23 --424.18,564.13 --424.16,564.03 --424.14,563.93 --424.11,563.83 --424.09,563.73 --424.07,563.63 --424.05,563.53 --424.02,563.43 --424,563.33 --423.98,563.23 --423.95,563.12 --423.93,563.02 --423.91,562.92 --423.88,562.82 --423.86,562.72 --423.84,562.62 --423.82,562.52 --423.79,562.42 --423.77,562.32 --423.75,562.22 --423.73,562.12 --423.7,562.02 --423.68,561.92 --423.66,561.82 --423.64,561.71 --423.61,561.61 --423.59,561.51 --423.57,561.41 --423.54,561.31 --423.52,561.21 --423.5,561.11 --423.47,561 --423.45,560.9 --423.43,560.8 --423.4,560.7 --423.38,560.6 --423.36,560.49 --423.33,560.39 --423.31,560.29 --423.29,560.19 --423.26,560.08 --423.24,559.98 --423.22,559.88 --423.2,559.78 --423.17,559.67 --423.15,559.57 --423.13,559.47 --423.1,559.37 --423.08,559.26 --423.06,559.16 --423.03,559.06 --423.01,558.96 --422.99,558.85 --422.96,558.75 --422.94,558.65 --422.92,558.55 --422.9,558.45 --422.87,558.34 --422.85,558.24 --422.83,558.14 --422.8,558.04 --422.78,557.94 --422.76,557.84 --422.74,557.73 --422.71,557.63 --422.69,557.53 --422.67,557.43 --422.65,557.33 --422.62,557.23 --422.6,557.12 --422.58,557.02 --422.56,556.92 --422.53,556.82 --422.51,556.72 --422.49,556.61 --422.47,556.51 --422.44,556.41 --422.42,556.31 --422.4,556.21 --422.38,556.1 --422.35,556 --422.33,555.9 --422.31,555.8 --422.29,555.69 --422.32,555.92 --422.29,555.82 --422.27,555.72 --422.25,555.62 --422.23,555.51 --422.21,555.41 --422.19,555.31 --422.16,555.2 --422.14,555.1 --422.12,555 --422.1,554.89 --422.08,554.79 --422.06,554.69 --422.03,554.58 --422.01,554.48 --421.99,554.38 --421.97,554.27 --421.95,554.17 --421.93,554.07 --421.91,553.96 --421.89,553.86 --421.86,553.75 --421.84,553.65 --421.82,553.55 --421.8,553.44 --421.78,553.34 --421.76,553.24 --421.74,553.13 --421.72,553.03 --421.7,552.92 --421.67,552.82 --421.65,552.71 --421.63,552.61 --421.61,552.51 --421.59,552.4 --421.57,552.3 --421.55,552.19 --421.53,552.09 --421.51,551.98 --421.49,551.88 --421.47,551.77 --421.45,551.67 --421.43,551.56 --421.4,551.46 --421.38,551.35 --421.36,551.25 --421.34,551.14 --421.32,551.04 --421.3,550.93 --421.28,550.83 --421.26,550.72 --421.24,550.62 --421.22,550.51 --421.2,550.41 --421.18,550.3 --421.16,550.2 --421.14,550.09 --421.12,549.99 --421.1,549.88 --421.08,549.78 --421.06,549.67 --421.04,549.57 --421.02,549.46 --421,549.36 --420.99,549.25 --420.97,549.15 --420.95,549.04 --420.93,548.94 --420.91,548.83 --420.89,548.73 --420.87,548.62 --420.85,548.52 --420.83,548.41 --420.81,548.31 --420.8,548.2 --420.78,548.1 --420.76,547.99 --420.74,547.89 --420.72,547.78 --420.7,547.68 --420.69,547.57 --420.67,547.47 --420.65,547.36 --420.63,547.25 --420.61,547.15 --420.6,547.04 --420.58,546.94 --420.56,546.83 --420.54,546.73 --420.53,546.62 --420.51,546.52 --420.49,546.41 --420.47,546.3 --420.46,546.2 --420.44,546.09 --420.42,545.98 --420.41,545.88 --420.39,545.77 --420.37,545.67 --420.36,545.56 --420.44,545.89 --420.42,545.78 --420.4,545.68 --420.39,545.57 --420.37,545.46 --420.36,545.36 --420.34,545.25 --420.32,545.14 --420.31,545.04 --420.29,544.93 --420.28,544.83 --420.26,544.72 --420.25,544.61 --420.23,544.51 --420.22,544.4 --420.2,544.29 --420.19,544.19 --420.17,544.08 --420.16,543.97 --420.14,543.87 --420.13,543.76 --420.11,543.65 --420.1,543.55 --420.09,543.44 --420.07,543.33 --420.06,543.22 --420.04,543.12 --420.03,543.01 --420.02,542.9 --420,542.79 --419.99,542.69 --419.97,542.58 --419.96,542.47 --419.95,542.36 --419.93,542.26 --419.92,542.15 --419.91,542.04 --419.89,541.93 --419.88,541.82 --419.87,541.72 --419.86,541.61 --419.84,541.5 --419.83,541.39 --419.82,541.28 --419.81,541.17 --419.79,541.07 --419.78,540.96 --419.77,540.85 --419.76,540.74 --419.75,540.63 --419.73,540.52 --419.72,540.41 --419.71,540.31 --419.7,540.2 --419.69,540.09 --419.68,539.98 --419.66,539.87 --419.65,539.76 --419.64,539.65 --419.63,539.54 --419.62,539.43 --419.61,539.33 --419.6,539.22 --419.59,539.11 --419.58,539 --419.57,538.89 --419.56,538.78 --419.55,538.67 --419.54,538.56 --419.53,538.45 --419.52,538.34 --419.51,538.23 --419.51,538.12 --419.5,538.01 --419.49,537.9 --419.48,537.79 --419.47,537.68 --419.46,537.57 --419.45,537.46 --419.45,537.35 --419.44,537.24 --419.43,537.13 --419.42,537.02 --419.41,536.91 --419.41,536.8 --419.4,536.69 --419.39,536.58 --419.39,536.47 --419.38,536.36 --419.37,536.25 --419.37,536.14 --419.36,536.03 --419.35,535.92 --419.35,535.81 --419.34,535.7 --419.33,535.59 --419.33,535.47 --419.32,535.36 --419.32,535.25 --419.31,535.14 --419.41,535.59 --419.4,535.48 --419.4,535.37 --419.39,535.26 --419.39,535.15 --419.38,535.04 --419.38,534.93 --419.38,534.82 --419.37,534.71 --419.37,534.6 --419.36,534.49 --419.36,534.38 --419.36,534.26 --419.35,534.15 --419.35,534.04 --419.35,533.93 --419.34,533.82 --419.34,533.71 --419.34,533.6 --419.34,533.49 --419.33,533.37 --419.33,533.26 --419.33,533.15 --419.33,533.04 --419.33,532.93 --419.32,532.82 --419.32,532.7 --419.32,532.59 --419.32,532.48 --419.32,532.37 --419.32,532.25 --419.32,532.14 --419.32,532.03 --419.31,531.92 --419.31,531.8 --419.31,531.69 --419.31,531.58 --419.31,531.46 --419.31,531.35 --419.31,531.24 --419.31,531.12 --419.31,531.01 --419.31,530.9 --419.31,530.78 --419.32,530.67 --419.32,530.55 --419.32,530.44 --419.32,530.33 --419.32,530.21 --419.32,530.1 --419.32,529.98 --419.33,529.87 --419.33,529.75 --419.33,529.64 --419.33,529.52 --419.34,529.41 --419.34,529.29 --419.34,529.18 --419.34,529.06 --419.35,528.95 --419.35,528.83 --419.35,528.72 --419.36,528.6 --419.36,528.49 --419.37,528.37 --419.37,528.25 --419.37,528.14 --419.38,528.02 --419.38,527.91 --419.39,527.79 --419.39,527.67 --419.4,527.56 --419.4,527.44 --419.41,527.33 --419.41,527.21 --419.42,527.09 --419.42,526.98 --419.43,526.86 --419.44,526.74 --419.44,526.63 --419.45,526.51 --419.45,526.39 --419.46,526.27 --419.47,526.16 --419.47,526.04 --419.48,525.92 --419.49,525.81 --419.5,525.69 --419.5,525.57 --419.51,525.45 --419.52,525.34 --419.53,525.22 --419.53,525.1 --419.54,524.98 --419.55,524.87 --419.56,524.75 --419.57,524.63 --419.57,524.51 --419.58,524.4 --419.59,524.28 --419.68,524.79 --419.69,524.68 --419.7,524.56 --419.71,524.44 --419.72,524.32 --419.73,524.21 --419.74,524.09 --419.75,523.97 --419.76,523.86 --419.77,523.74 --419.78,523.62 --419.79,523.5 --419.8,523.39 --419.81,523.27 --419.82,523.15 --419.84,523.03 --419.85,522.91 --419.86,522.8 --419.87,522.68 --419.88,522.56 --419.89,522.44 --419.91,522.33 --419.92,522.21 --419.93,522.09 --419.94,521.97 --419.96,521.85 --419.97,521.73 --419.98,521.62 --419.99,521.5 --420.01,521.38 --420.02,521.26 --420.03,521.14 --420.05,521.02 --420.06,520.91 --420.07,520.79 --420.09,520.67 --420.1,520.55 --420.11,520.43 --420.13,520.31 --420.14,520.19 --420.16,520.08 --420.17,519.96 --420.19,519.84 --420.2,519.72 --420.22,519.6 --420.23,519.48 --420.25,519.36 --420.26,519.24 --420.28,519.13 --420.29,519.01 --420.31,518.89 --420.32,518.77 --420.34,518.65 --420.36,518.53 --420.37,518.41 --420.39,518.29 --420.4,518.18 --420.42,518.06 --420.44,517.94 --420.45,517.82 --420.47,517.7 --420.49,517.58 --420.5,517.46 --420.52,517.34 --420.54,517.22 --420.56,517.1 --420.57,516.98 --420.59,516.87 --420.61,516.75 --420.63,516.63 --420.64,516.51 --420.66,516.39 --420.68,516.27 --420.7,516.15 --420.72,516.03 --420.73,515.91 --420.75,515.79 --420.77,515.67 --420.79,515.55 --420.81,515.43 --420.83,515.31 --420.85,515.19 --420.86,515.07 --420.88,514.95 --420.9,514.83 --420.92,514.71 --420.94,514.59 --420.96,514.47 --420.98,514.35 --421,514.24 --421.02,514.12 --421.04,514 --421.06,513.88 --421.08,513.76 --421.1,513.64 --421.12,513.52 --421.14,513.4 --421.16,513.28 --421.18,513.16 --421.2,513.04 --421.19,513.37 --421.21,513.25 --421.24,513.13 --421.26,513.01 --421.28,512.89 --421.3,512.77 --421.32,512.65 --421.34,512.53 --421.36,512.42 --421.38,512.3 --421.4,512.18 --421.43,512.06 --421.45,511.94 --421.47,511.82 --421.49,511.7 --421.51,511.58 --421.54,511.46 --421.56,511.35 --421.58,511.23 --421.6,511.11 --421.63,510.99 --421.65,510.87 --421.67,510.75 --421.69,510.63 --421.72,510.51 --421.74,510.39 --421.76,510.28 --421.78,510.16 --421.81,510.04 --421.83,509.92 --421.85,509.8 --421.88,509.68 --421.9,509.56 --421.93,509.44 --421.95,509.33 --421.97,509.21 --422,509.09 --422.02,508.97 --422.05,508.85 --422.07,508.73 --422.1,508.61 --422.12,508.49 --422.15,508.38 --422.17,508.26 --422.2,508.14 --422.22,508.02 --422.25,507.9 --422.28,507.78 --422.3,507.66 --422.33,507.54 --422.35,507.43 --422.38,507.31 --422.41,507.19 --422.43,507.07 --422.46,506.95 --422.48,506.83 --422.51,506.71 --422.54,506.6 --422.56,506.48 --422.59,506.36 --422.62,506.24 --422.64,506.12 --422.67,506 --422.7,505.89 --422.72,505.77 --422.75,505.65 --422.78,505.53 --422.8,505.41 --422.83,505.29 --422.86,505.18 --422.89,505.06 --422.91,504.94 --422.94,504.82 --422.97,504.7 --423,504.58 --423.02,504.47 --423.05,504.35 --423.08,504.23 --423.1,504.11 --423.13,503.99 --423.16,503.87 --423.19,503.76 --423.22,503.64 --423.24,503.52 --423.27,503.4 --423.3,503.28 --423.33,503.16 --423.36,503.04 --423.38,502.93 --423.41,502.81 --423.44,502.69 --423.47,502.57 --423.5,502.45 --423.53,502.33 --423.56,502.22 --423.58,502.1 --423.61,501.98 --423.64,501.86 --423.67,501.74 --423.7,501.63 --423.79,501.92 --423.82,501.8 --423.85,501.68 --423.88,501.56 --423.91,501.45 --423.94,501.33 --423.97,501.21 --424,501.1 --424.03,500.98 --424.06,500.86 --424.09,500.75 --424.12,500.63 --424.15,500.52 --424.18,500.4 --424.21,500.28 --424.24,500.17 --424.27,500.05 --424.3,499.93 --424.33,499.82 --424.37,499.7 --424.4,499.59 --424.43,499.47 --424.46,499.36 --424.49,499.24 --424.52,499.12 --424.55,499.01 --424.58,498.89 --424.61,498.78 --424.64,498.66 --424.67,498.55 --424.7,498.43 --424.73,498.32 --424.76,498.2 --424.8,498.09 --424.83,497.97 --424.86,497.86 --424.89,497.74 --424.92,497.63 --424.95,497.51 --424.98,497.4 --425.01,497.28 --425.04,497.17 --425.07,497.05 --425.1,496.94 --425.14,496.82 --425.17,496.71 --425.2,496.59 --425.23,496.48 --425.26,496.37 --425.29,496.25 --425.32,496.14 --425.35,496.02 --425.38,495.91 --425.42,495.79 --425.45,495.68 --425.48,495.57 --425.51,495.45 --425.54,495.34 --425.57,495.22 --425.6,495.11 --425.63,495 --425.66,494.88 --425.7,494.77 --425.73,494.66 --425.76,494.54 --425.79,494.43 --425.82,494.32 --425.85,494.2 --425.88,494.09 --425.91,493.97 --425.95,493.86 --425.98,493.75 --426.01,493.63 --426.04,493.52 --426.07,493.41 --426.1,493.3 --426.13,493.18 --426.17,493.07 --426.2,492.96 --426.23,492.84 --426.26,492.73 --426.29,492.62 --426.32,492.51 --426.35,492.39 --426.39,492.28 --426.42,492.17 --426.45,492.06 --426.48,491.94 --426.51,491.83 --426.54,491.72 --426.58,491.61 --426.61,491.5 --426.64,491.38 --426.67,491.27 --426.7,491.16 --426.73,491.05 --426.77,490.94 --426.8,490.82 --426.83,490.71 --426.86,490.6 --426.98,490.82 --427.01,490.71 --427.05,490.6 --427.08,490.49 --427.11,490.38 --427.14,490.27 --427.17,490.15 --427.21,490.04 --427.24,489.93 --427.27,489.82 --427.3,489.71 --427.33,489.6 --427.37,489.49 --427.4,489.37 --427.43,489.26 --427.46,489.15 --427.5,489.04 --427.53,488.93 --427.56,488.82 --427.59,488.7 --427.63,488.59 --427.66,488.48 --427.69,488.37 --427.72,488.26 --427.76,488.15 --427.79,488.03 --427.82,487.92 --427.85,487.81 --427.89,487.7 --427.92,487.59 --427.95,487.47 --427.98,487.36 --428.02,487.25 --428.05,487.14 --428.08,487.02 --428.12,486.91 --428.15,486.8 --428.18,486.69 --428.21,486.57 --428.25,486.46 --428.28,486.35 --428.31,486.24 --428.34,486.12 --428.38,486.01 --428.41,485.9 --428.44,485.78 --428.47,485.67 --428.51,485.56 --428.54,485.44 --428.57,485.33 --428.6,485.22 --428.64,485.1 --428.67,484.99 --428.7,484.88 --428.74,484.76 --428.77,484.65 --428.8,484.53 --428.83,484.42 --428.87,484.31 --428.9,484.19 --428.93,484.08 --428.96,483.96 --429,483.85 --429.03,483.73 --429.06,483.62 --429.09,483.5 --429.13,483.39 --429.16,483.27 --429.19,483.16 --429.22,483.04 --429.26,482.93 --429.29,482.81 --429.32,482.7 --429.35,482.58 --429.38,482.47 --429.42,482.35 --429.45,482.24 --429.48,482.12 --429.51,482.01 --429.55,481.89 --429.58,481.78 --429.61,481.66 --429.64,481.55 --429.67,481.43 --429.71,481.31 --429.74,481.2 --429.77,481.08 --429.8,480.97 --429.83,480.85 --429.87,480.73 --429.9,480.62 --429.93,480.5 --429.96,480.39 --429.99,480.27 --430.03,480.15 --430.06,480.04 --430.09,479.92 --430.12,479.81 --430.15,479.69 --430.19,479.57 --430.43,479.72 --430.46,479.6 --430.49,479.48 --430.52,479.37 --430.56,479.25 --430.59,479.14 --430.62,479.02 --430.65,478.9 --430.68,478.79 --430.71,478.67 --430.75,478.55 --430.78,478.44 --430.81,478.32 --430.84,478.2 --430.87,478.09 --430.9,477.97 --430.94,477.85 --430.97,477.74 --431,477.62 --431.03,477.5 --431.06,477.39 --431.09,477.27 --431.13,477.15 --431.16,477.04 --431.19,476.92 --431.22,476.8 --431.25,476.68 --431.28,476.57 --431.31,476.45 --431.34,476.33 --431.38,476.22 --431.41,476.1 --431.44,475.98 --431.47,475.87 --431.5,475.75 --431.53,475.63 --431.56,475.52 --431.59,475.4 --431.62,475.28 --431.65,475.17 --431.69,475.05 --431.72,474.93 --431.75,474.81 --431.78,474.7 --431.81,474.58 --431.84,474.46 --431.87,474.35 --431.9,474.23 --431.93,474.11 --431.97,474 --432,473.88 --432.03,473.76 --432.06,473.65 --432.09,473.53 --432.12,473.41 --432.15,473.29 --432.18,473.18 --432.21,473.06 --432.24,472.94 --432.27,472.83 --432.3,472.71 --432.33,472.59 --432.36,472.47 --432.4,472.36 --432.43,472.24 --432.46,472.12 --432.49,472.01 --432.52,471.89 --432.55,471.77 --432.58,471.66 --432.61,471.54 --432.64,471.42 --432.67,471.31 --432.7,471.19 --432.73,471.07 --432.76,470.96 --432.79,470.84 --432.81,470.72 --432.84,470.6 --432.87,470.49 --432.9,470.37 --432.93,470.25 --432.96,470.14 --432.99,470.02 --433.02,469.9 --433.05,469.79 --433.08,469.67 --433.11,469.55 --433.14,469.44 --433.17,469.32 --433.19,469.2 --433.22,469.09 --433.25,468.97 --433.28,468.85 --433.31,468.74 --433.34,468.62 --433.37,468.5 --433.39,468.39 --433.42,468.27 --433.45,468.15 --433.84,468.29 --433.87,468.18 --433.9,468.06 --433.93,467.95 --433.96,467.83 --433.99,467.71 --434.02,467.6 --434.04,467.48 --434.07,467.37 --434.1,467.25 --434.13,467.13 --434.16,467.02 --434.19,466.9 --434.21,466.79 --434.24,466.67 --434.27,466.56 --434.3,466.44 --434.33,466.32 --434.35,466.21 --434.38,466.09 --434.41,465.98 --434.44,465.86 --434.47,465.75 --434.49,465.63 --434.52,465.51 --434.55,465.4 --434.58,465.28 --434.61,465.17 --434.63,465.05 --434.66,464.94 --434.69,464.82 --434.72,464.71 --434.74,464.59 --434.77,464.48 --434.8,464.36 --434.83,464.25 --434.86,464.13 --434.88,464.01 --434.91,463.9 --434.94,463.78 --434.97,463.67 --435,463.56 --435.02,463.44 --435.05,463.33 --435.08,463.21 --435.11,463.1 --435.14,462.98 --435.17,462.87 --435.19,462.75 --435.22,462.64 --435.25,462.52 --435.28,462.41 --435.31,462.3 --435.33,462.18 --435.36,462.07 --435.39,461.95 --435.42,461.84 --435.45,461.73 --435.47,461.61 --435.5,461.5 --435.53,461.38 --435.56,461.27 --435.59,461.16 --435.62,461.04 --435.64,460.93 --435.67,460.82 --435.7,460.7 --435.73,460.59 --435.76,460.48 --435.79,460.36 --435.81,460.25 --435.84,460.14 --435.87,460.02 --435.9,459.91 --435.93,459.8 --435.95,459.68 --435.98,459.57 --436.01,459.46 --436.04,459.35 --436.07,459.23 --436.1,459.12 --436.12,459.01 --436.15,458.89 --436.18,458.78 --436.21,458.67 --436.24,458.56 --436.27,458.44 --436.29,458.33 --436.32,458.22 --436.35,458.1 --436.38,457.99 --436.41,457.88 --436.43,457.77 --436.46,457.65 --436.49,457.54 --436.52,457.43 --436.54,457.32 --436.57,457.2 --436.6,457.09 --436.63,456.98 --436.96,456.91 --436.99,456.79 --437.01,456.68 --437.04,456.57 --437.07,456.46 --437.1,456.35 --437.12,456.23 --437.15,456.12 --437.18,456.01 --437.21,455.9 --437.23,455.79 --437.26,455.67 --437.29,455.56 --437.31,455.45 --437.34,455.34 --437.37,455.23 --437.39,455.12 --437.42,455 --437.45,454.89 --437.47,454.78 --437.5,454.67 --437.52,454.56 --437.55,454.45 --437.57,454.34 --437.6,454.22 --437.63,454.11 --437.65,454 --437.68,453.89 --437.7,453.78 --437.73,453.67 --437.75,453.56 --437.78,453.44 --437.8,453.33 --437.83,453.22 --437.86,453.11 --437.88,453 --437.91,452.89 --437.93,452.78 --437.96,452.67 --437.98,452.55 --438.01,452.44 --438.03,452.33 --438.06,452.22 --438.08,452.11 --438.11,452 --438.13,451.89 --438.15,451.78 --438.18,451.67 --438.2,451.56 --438.23,451.44 --438.25,451.33 --438.28,451.22 --438.3,451.11 --438.33,451 --438.35,450.89 --438.37,450.78 --438.4,450.67 --438.42,450.56 --438.45,450.45 --438.47,450.34 --438.49,450.23 --438.52,450.12 --438.54,450.01 --438.57,449.9 --438.59,449.79 --438.61,449.68 --438.64,449.57 --438.66,449.46 --438.68,449.35 --438.7,449.24 --438.73,449.13 --438.75,449.02 --438.77,448.91 --438.8,448.8 --438.82,448.69 --438.84,448.58 --438.86,448.47 --438.89,448.36 --438.91,448.25 --438.93,448.14 --438.95,448.03 --438.97,447.92 --439,447.81 --439.02,447.7 --439.04,447.59 --439.06,447.48 --439.08,447.37 --439.1,447.26 --439.13,447.15 --439.15,447.04 --439.17,446.93 --439.19,446.82 --439.21,446.71 --439.23,446.6 --439.25,446.49 --439.27,446.38 --439.29,446.27 --439.31,446.16 --439.33,446.05 --439.35,445.94 --439.73,445.63 --439.75,445.52 --439.77,445.41 --439.79,445.3 --439.81,445.19 --439.83,445.08 --439.85,444.97 --439.87,444.86 --439.89,444.75 --439.91,444.64 --439.93,444.53 --439.95,444.42 --439.96,444.31 --439.98,444.2 --440,444.09 --440.02,443.99 --440.04,443.88 --440.06,443.77 --440.07,443.66 --440.09,443.55 --440.11,443.44 --440.13,443.33 --440.15,443.22 --440.16,443.11 --440.18,443 --440.2,442.89 --440.22,442.78 --440.23,442.67 --440.25,442.56 --440.27,442.45 --440.28,442.34 --440.3,442.23 --440.32,442.12 --440.33,442.01 --440.35,441.9 --440.37,441.79 --440.38,441.68 --440.4,441.57 --440.41,441.46 --440.43,441.35 --440.45,441.24 --440.46,441.12 --440.48,441.01 --440.49,440.9 --440.51,440.79 --440.52,440.68 --440.54,440.57 --440.55,440.46 --440.57,440.35 --440.58,440.24 --440.6,440.13 --440.61,440.02 --440.63,439.91 --440.64,439.8 --440.66,439.68 --440.67,439.57 --440.68,439.46 --440.7,439.35 --440.71,439.24 --440.72,439.13 --440.74,439.02 --440.75,438.91 --440.76,438.8 --440.78,438.68 --440.79,438.57 --440.8,438.46 --440.82,438.35 --440.83,438.24 --440.84,438.13 --440.85,438.01 --440.87,437.9 --440.88,437.79 --440.89,437.68 --440.9,437.57 --440.91,437.46 --440.93,437.34 --440.94,437.23 --440.95,437.12 --440.96,437.01 --440.97,436.9 --440.98,436.78 --440.99,436.67 --441,436.56 --441.01,436.45 --441.02,436.33 --441.03,436.22 --441.05,436.11 --441.06,436 --441.07,435.88 --441.08,435.77 --441.08,435.66 --441.09,435.55 --441.1,435.43 --441.11,435.32 --441.12,435.21 --441.13,435.1 --441.14,434.98 --441.15,434.87 --441.16,434.76 --441.17,434.64 --441.4,434.44 --441.41,434.33 --441.42,434.21 --441.43,434.1 --441.43,433.99 --441.44,433.87 --441.45,433.76 --441.46,433.65 --441.46,433.53 --441.47,433.42 --441.48,433.3 --441.48,433.19 --441.49,433.08 --441.5,432.96 --441.5,432.85 --441.51,432.73 --441.51,432.62 --441.52,432.51 --441.52,432.39 --441.53,432.28 --441.54,432.16 --441.54,432.05 --441.55,431.94 --441.55,431.82 --441.55,431.71 --441.56,431.59 --441.56,431.48 --441.57,431.36 --441.57,431.25 --441.57,431.13 --441.58,431.02 --441.58,430.9 --441.58,430.79 --441.59,430.67 --441.59,430.56 --441.59,430.44 --441.59,430.33 --441.6,430.21 --441.6,430.1 --441.6,429.98 --441.6,429.87 --441.6,429.75 --441.61,429.64 --441.61,429.52 --441.61,429.41 --441.61,429.29 --441.61,429.18 --441.61,429.06 --441.61,428.95 --441.61,428.83 --441.61,428.72 --441.61,428.6 --441.61,428.48 --441.61,428.37 --441.61,428.25 --441.61,428.14 --441.61,428.02 --441.61,427.9 --441.61,427.79 --441.6,427.67 --441.6,427.56 --441.6,427.44 --441.6,427.32 --441.6,427.21 --441.59,427.09 --441.59,426.98 --441.59,426.86 --441.59,426.74 --441.58,426.63 --441.58,426.51 --441.58,426.39 --441.57,426.28 --441.57,426.16 --441.56,426.04 --441.56,425.93 --441.55,425.81 --441.55,425.69 --441.54,425.58 --441.54,425.46 --441.53,425.34 --441.53,425.23 --441.52,425.11 --441.52,424.99 --441.51,424.88 --441.5,424.76 --441.5,424.64 --441.49,424.52 --441.48,424.41 --441.48,424.29 --441.47,424.17 --441.46,424.06 --441.45,423.94 --441.45,423.82 --441.44,423.7 --441.43,423.59 --441.42,423.47 --441.41,423.35 --441.4,423.24 --441.4,423.12 --441.39,423 --441.63,422.88 --441.62,422.76 --441.62,422.65 --441.61,422.53 --441.6,422.41 --441.59,422.29 --441.58,422.17 --441.57,422.06 --441.56,421.94 --441.55,421.82 --441.54,421.7 --441.53,421.59 --441.51,421.47 --441.5,421.35 --441.49,421.23 --441.48,421.11 --441.47,421 --441.46,420.88 --441.45,420.76 --441.43,420.64 --441.42,420.52 --441.41,420.4 --441.4,420.29 --441.38,420.17 --441.37,420.05 --441.36,419.93 --441.35,419.81 --441.33,419.69 --441.32,419.58 --441.3,419.46 --441.29,419.34 --441.28,419.22 --441.26,419.1 --441.25,418.98 --441.23,418.86 --441.22,418.75 --441.2,418.63 --441.19,418.51 --441.17,418.39 --441.16,418.27 --441.14,418.15 --441.13,418.03 --441.11,417.91 --441.09,417.79 --441.08,417.68 --441.06,417.56 --441.04,417.44 --441.03,417.32 --441.01,417.2 --440.99,417.08 --440.98,416.96 --440.96,416.84 --440.94,416.72 --440.92,416.6 --440.91,416.49 --440.89,416.37 --440.87,416.25 --440.85,416.13 --440.83,416.01 --440.81,415.89 --440.79,415.77 --440.77,415.65 --440.76,415.53 --440.74,415.41 --440.72,415.29 --440.7,415.18 --440.68,415.06 --440.66,414.94 --440.64,414.82 --440.62,414.7 --440.59,414.58 --440.57,414.46 --440.55,414.34 --440.53,414.22 --440.51,414.1 --440.49,413.98 --440.47,413.87 --440.45,413.75 --440.42,413.63 --440.4,413.51 --440.38,413.39 --440.36,413.27 --440.33,413.15 --440.31,413.03 --440.29,412.91 --440.27,412.79 --440.24,412.68 --440.22,412.56 --440.2,412.44 --440.17,412.32 --440.15,412.2 --440.13,412.08 --440.1,411.96 --440.08,411.84 --440.05,411.72 --440.03,411.6 --440.01,411.48 --439.98,411.36 --439.96,411.25 --439.93,411.13 --440.27,410.96 --440.25,410.84 --440.22,410.72 --440.2,410.6 --440.17,410.48 --440.15,410.36 --440.12,410.24 --440.1,410.12 --440.07,410.01 --440.05,409.89 --440.02,409.77 --439.99,409.65 --439.97,409.53 --439.94,409.41 --439.91,409.29 --439.89,409.17 --439.86,409.06 --439.83,408.94 --439.81,408.82 --439.78,408.7 --439.75,408.58 --439.72,408.46 --439.7,408.34 --439.67,408.23 --439.64,408.11 --439.61,407.99 --439.58,407.87 --439.55,407.75 --439.53,407.63 --439.5,407.52 --439.47,407.4 --439.44,407.28 --439.41,407.16 --439.38,407.04 --439.35,406.93 --439.32,406.81 --439.29,406.69 --439.26,406.57 --439.23,406.45 --439.2,406.34 --439.17,406.22 --439.14,406.1 --439.11,405.98 --439.08,405.87 --439.05,405.75 --439.02,405.63 --438.98,405.51 --438.95,405.4 --438.92,405.28 --438.89,405.16 --438.86,405.04 --438.83,404.93 --438.79,404.81 --438.76,404.69 --438.73,404.57 --438.7,404.46 --438.67,404.34 --438.63,404.22 --438.6,404.1 --438.57,403.99 --438.53,403.87 --438.5,403.75 --438.47,403.64 --438.43,403.52 --438.4,403.4 --438.37,403.29 --438.33,403.17 --438.3,403.05 --438.26,402.94 --438.23,402.82 --438.19,402.7 --438.16,402.59 --438.12,402.47 --438.09,402.35 --438.05,402.24 --438.02,402.12 --437.98,402 --437.95,401.89 --437.91,401.77 --437.88,401.65 --437.84,401.54 --437.8,401.42 --437.77,401.31 --437.73,401.19 --437.69,401.08 --437.66,400.96 --437.62,400.84 --437.58,400.73 --437.54,400.61 --437.51,400.5 --437.47,400.38 --437.43,400.27 --437.39,400.15 --437.36,400.04 --437.32,399.92 --437.28,399.81 --437.24,399.69 --437.2,399.58 --437.16,399.46 --437.13,399.35 --437.5,399.09 --437.46,398.98 --437.43,398.86 --437.39,398.75 --437.35,398.63 --437.31,398.52 --437.27,398.4 --437.23,398.29 --437.19,398.17 --437.15,398.06 --437.11,397.94 --437.07,397.83 --437.03,397.71 --436.99,397.6 --436.95,397.48 --436.91,397.37 --436.87,397.26 --436.83,397.14 --436.79,397.03 --436.75,396.91 --436.71,396.8 --436.67,396.68 --436.63,396.57 --436.59,396.46 --436.54,396.34 --436.5,396.23 --436.46,396.12 --436.42,396 --436.38,395.89 --436.34,395.78 --436.29,395.66 --436.25,395.55 --436.21,395.44 --436.17,395.32 --436.13,395.21 --436.08,395.1 --436.04,394.99 --436,394.87 --435.96,394.76 --435.91,394.65 --435.87,394.53 --435.83,394.42 --435.78,394.31 --435.74,394.2 --435.7,394.08 --435.65,393.97 --435.61,393.86 --435.57,393.75 --435.52,393.64 --435.48,393.52 --435.44,393.41 --435.39,393.3 --435.35,393.19 --435.3,393.08 --435.26,392.96 --435.21,392.85 --435.17,392.74 --435.12,392.63 --435.08,392.52 --435.03,392.41 --434.99,392.29 --434.94,392.18 --434.9,392.07 --434.85,391.96 --434.8,391.85 --434.76,391.74 --434.71,391.63 --434.67,391.51 --434.62,391.4 --434.57,391.29 --434.53,391.18 --434.48,391.07 --434.43,390.96 --434.39,390.85 --434.34,390.74 --434.29,390.63 --434.24,390.51 --434.2,390.4 --434.15,390.29 --434.1,390.18 --434.05,390.07 --434,389.96 --433.96,389.85 --433.91,389.74 --433.86,389.63 --433.81,389.52 --433.76,389.41 --433.71,389.29 --433.66,389.18 --433.61,389.07 --433.56,388.96 --433.51,388.85 --433.46,388.74 --433.41,388.63 --433.36,388.52 --433.31,388.41 --433.26,388.3 --433.21,388.19 --433.16,388.08 --433.11,387.97 --433.41,387.72 --433.36,387.61 --433.31,387.5 --433.26,387.39 --433.21,387.28 --433.16,387.17 --433.11,387.05 --433.06,386.94 --433.01,386.83 --432.96,386.72 --432.91,386.61 --432.85,386.5 --432.8,386.39 --432.75,386.28 --432.7,386.17 --432.65,386.06 --432.6,385.95 --432.55,385.84 --432.5,385.73 --432.44,385.62 --432.39,385.51 --432.34,385.4 --432.29,385.28 --432.24,385.17 --432.19,385.06 --432.13,384.95 --432.08,384.84 --432.03,384.73 --431.98,384.62 --431.92,384.51 --431.87,384.4 --431.82,384.29 --431.77,384.18 --431.71,384.06 --431.66,383.95 --431.61,383.84 --431.56,383.73 --431.5,383.62 --431.45,383.51 --431.4,383.4 --431.34,383.29 --431.29,383.18 --431.24,383.07 --431.18,382.95 --431.13,382.84 --431.08,382.73 --431.02,382.62 --430.97,382.51 --430.92,382.4 --430.86,382.29 --430.81,382.18 --430.76,382.07 --430.7,381.96 --430.65,381.85 --430.59,381.74 --430.54,381.63 --430.49,381.52 --430.43,381.41 --430.38,381.3 --430.32,381.19 --430.27,381.08 --430.21,380.97 --430.16,380.86 --430.1,380.74 --430.05,380.63 --429.99,380.52 --429.94,380.41 --429.88,380.3 --429.83,380.19 --429.77,380.08 --429.72,379.97 --429.66,379.86 --429.61,379.75 --429.55,379.64 --429.49,379.54 --429.44,379.43 --429.38,379.32 --429.33,379.21 --429.27,379.1 --429.21,378.99 --429.16,378.88 --429.1,378.77 --429.04,378.66 --428.99,378.55 --428.93,378.44 --428.87,378.33 --428.82,378.22 --428.76,378.11 --428.7,378 --428.65,377.89 --428.59,377.79 --428.53,377.68 --428.47,377.57 --428.41,377.46 --428.36,377.35 --428.3,377.24 --428.24,377.13 --428.18,377.02 --428.12,376.92 --428.06,376.81 --428.34,376.59 --428.28,376.49 --428.22,376.38 --428.17,376.27 --428.11,376.16 --428.05,376.05 --427.99,375.95 --427.93,375.84 --427.87,375.73 --427.81,375.62 --427.75,375.52 --427.69,375.41 --427.64,375.3 --427.58,375.2 --427.52,375.09 --427.46,374.98 --427.4,374.88 --427.34,374.77 --427.28,374.66 --427.22,374.56 --427.16,374.45 --427.1,374.34 --427.04,374.24 --426.98,374.13 --426.92,374.03 --426.86,373.92 --426.79,373.81 --426.73,373.71 --426.67,373.6 --426.61,373.5 --426.55,373.39 --426.49,373.29 --426.43,373.18 --426.37,373.07 --426.31,372.97 --426.24,372.86 --426.18,372.76 --426.12,372.65 --426.06,372.55 --426,372.44 --425.94,372.34 --425.87,372.23 --425.81,372.13 --425.75,372.02 --425.69,371.92 --425.63,371.81 --425.56,371.71 --425.5,371.6 --425.44,371.5 --425.38,371.39 --425.31,371.29 --425.25,371.18 --425.19,371.08 --425.13,370.98 --425.06,370.87 --425,370.77 --424.94,370.66 --424.88,370.56 --424.81,370.46 --424.75,370.35 --424.69,370.25 --424.62,370.15 --424.56,370.04 --424.5,369.94 --424.44,369.84 --424.37,369.74 --424.31,369.63 --424.25,369.53 --424.18,369.43 --424.12,369.33 --424.06,369.23 --423.99,369.12 --423.93,369.02 --423.87,368.92 --423.8,368.82 --423.74,368.72 --423.67,368.62 --423.61,368.52 --423.55,368.42 --423.48,368.32 --423.42,368.22 --423.36,368.12 --423.29,368.01 --423.23,367.91 --423.16,367.81 --423.1,367.71 --423.04,367.61 --422.97,367.52 --422.91,367.42 --422.84,367.32 --422.78,367.22 --422.72,367.12 --422.65,367.02 --422.59,366.92 --422.52,366.82 --422.46,366.72 --422.39,366.62 --422.33,366.52 --422.27,366.43 --422.2,366.33 --422.41,366.1 --422.34,366 --422.28,365.9 --422.21,365.8 --422.15,365.7 --422.09,365.61 --422.02,365.51 --421.96,365.41 --421.89,365.31 --421.83,365.21 --421.76,365.12 --421.7,365.02 --421.64,364.92 --421.57,364.82 --421.51,364.73 --421.44,364.63 --421.38,364.53 --421.31,364.44 --421.25,364.34 --421.19,364.24 --421.12,364.15 --421.06,364.05 --420.99,363.95 --420.93,363.85 --420.86,363.76 --420.8,363.66 --420.73,363.57 --420.67,363.47 --420.61,363.37 --420.54,363.28 --420.48,363.18 --420.41,363.08 --420.35,362.99 --420.28,362.89 --420.22,362.79 --420.15,362.7 --420.09,362.6 --420.02,362.51 --419.96,362.41 --419.89,362.31 --419.83,362.22 --419.76,362.12 --419.7,362.03 --419.63,361.93 --419.57,361.83 --419.5,361.74 --419.44,361.64 --419.37,361.55 --419.31,361.45 --419.24,361.35 --419.18,361.26 --419.11,361.16 --419.04,361.07 --418.98,360.97 --418.91,360.88 --418.85,360.78 --418.78,360.69 --418.72,360.59 --418.65,360.5 --418.58,360.4 --418.52,360.31 --418.45,360.21 --418.39,360.12 --418.32,360.02 --418.25,359.93 --418.19,359.83 --418.12,359.74 --418.06,359.64 --417.99,359.55 --417.92,359.45 --417.86,359.36 --417.79,359.27 --417.72,359.17 --417.66,359.08 --417.59,358.98 --417.52,358.89 --417.46,358.8 --417.39,358.7 --417.32,358.61 --417.25,358.51 --417.19,358.42 --417.12,358.33 --417.05,358.23 --416.98,358.14 --416.92,358.04 --416.85,357.95 --416.78,357.86 --416.71,357.76 --416.64,357.67 --416.57,357.57 --416.51,357.48 --416.44,357.39 --416.37,357.29 --416.3,357.2 --416.23,357.1 --416.16,357.01 --416.09,356.92 --416.02,356.82 --415.95,356.73 --415.88,356.63 --416.06,356.41 --415.99,356.31 --415.92,356.22 --415.85,356.12 --415.78,356.03 --415.71,355.94 --415.64,355.84 --415.57,355.75 --415.5,355.65 --415.43,355.56 --415.36,355.46 --415.29,355.37 --415.22,355.27 --415.15,355.18 --415.08,355.09 --415.01,354.99 --414.94,354.9 --414.87,354.8 --414.8,354.71 --414.73,354.61 --414.66,354.52 --414.59,354.42 --414.52,354.33 --414.45,354.23 --414.38,354.14 --414.3,354.05 --414.23,353.95 --414.16,353.86 --414.09,353.76 --414.02,353.67 --413.95,353.57 --413.88,353.48 --413.81,353.38 --413.74,353.29 --413.67,353.19 --413.59,353.1 --413.52,353 --413.45,352.9 --413.38,352.81 --413.31,352.71 --413.24,352.62 --413.16,352.52 --413.09,352.43 --413.02,352.33 --412.95,352.24 --412.88,352.14 --412.8,352.05 --412.73,351.95 --412.66,351.86 --412.59,351.76 --412.52,351.66 --412.44,351.57 --412.37,351.47 --412.3,351.38 --412.23,351.28 --412.15,351.19 --412.08,351.09 --412.01,350.99 --411.94,350.9 --411.86,350.8 --411.79,350.71 --411.72,350.61 --411.64,350.52 --411.57,350.42 --411.5,350.32 --411.42,350.23 --411.35,350.13 --411.27,350.04 --411.2,349.94 --411.13,349.84 --411.05,349.75 --410.98,349.65 --410.9,349.56 --410.83,349.46 --410.76,349.36 --410.68,349.27 --410.61,349.17 --410.53,349.08 --410.46,348.98 --410.38,348.88 --410.31,348.79 --410.23,348.69 --410.16,348.6 --410.08,348.5 --410.01,348.4 --409.93,348.31 --409.86,348.21 --409.78,348.12 --409.71,348.02 --409.63,347.92 --409.56,347.83 --409.48,347.73 --409.41,347.63 --409.33,347.54 --409.25,347.44 --409.18,347.35 --409.1,347.25 --409.02,347.15 --408.95,347.06 --408.87,346.96 --409.02,346.76 --408.94,346.66 --408.86,346.56 --408.79,346.47 --408.71,346.37 --408.63,346.27 --408.56,346.18 --408.48,346.08 --408.4,345.98 --408.33,345.89 --408.25,345.79 --408.17,345.69 --408.1,345.6 --408.02,345.5 --407.94,345.4 --407.86,345.3 --407.79,345.21 --407.71,345.11 --407.63,345.01 --407.55,344.91 --407.48,344.82 --407.4,344.72 --407.32,344.62 --407.24,344.53 --407.16,344.43 --407.09,344.33 --407.01,344.23 --406.93,344.14 --406.85,344.04 --406.77,343.94 --406.7,343.84 --406.62,343.75 --406.54,343.65 --406.46,343.55 --406.38,343.45 --406.3,343.36 --406.23,343.26 --406.15,343.16 --406.07,343.07 --405.99,342.97 --405.91,342.87 --405.83,342.77 --405.75,342.68 --405.67,342.58 --405.59,342.48 --405.51,342.38 --405.44,342.29 --405.36,342.19 --405.28,342.09 --405.2,341.99 --405.12,341.9 --405.04,341.8 --404.96,341.7 --404.88,341.6 --404.8,341.51 --404.72,341.41 --404.64,341.31 --404.56,341.21 --404.48,341.12 --404.4,341.02 --404.31,340.92 --404.23,340.82 --404.15,340.73 --404.07,340.63 --403.99,340.53 --403.91,340.43 --403.83,340.33 --403.75,340.24 --403.67,340.14 --403.59,340.04 --403.51,339.95 --403.43,339.85 --403.35,339.75 --403.26,339.65 --403.18,339.56 --403.1,339.46 --403.02,339.36 --402.94,339.27 --402.86,339.17 --402.78,339.07 --402.7,338.98 --402.62,338.88 --402.53,338.78 --402.45,338.68 --402.37,338.59 --402.29,338.49 --402.21,338.39 --402.13,338.3 --402.05,338.2 --401.97,338.1 --401.88,338.01 --401.8,337.91 --401.72,337.81 --401.64,337.72 --401.56,337.62 --401.48,337.52 --401.4,337.43 --401.31,337.33 --401.23,337.23 --401.15,337.13 --401.26,336.93 --401.18,336.84 --401.1,336.74 --401.02,336.64 --400.93,336.55 --400.85,336.45 --400.77,336.35 --400.69,336.25 --400.61,336.16 --400.53,336.06 --400.45,335.96 --400.37,335.86 --400.28,335.77 --400.2,335.67 --400.12,335.57 --400.04,335.48 --399.96,335.38 --399.88,335.28 --399.8,335.19 --399.72,335.09 --399.63,334.99 --399.55,334.89 --399.47,334.8 --399.39,334.7 --399.31,334.6 --399.23,334.51 --399.15,334.41 --399.07,334.31 --398.98,334.22 --398.9,334.12 --398.82,334.02 --398.74,333.93 --398.66,333.83 --398.58,333.73 --398.5,333.64 --398.42,333.54 --398.33,333.44 --398.25,333.35 --398.17,333.25 --398.09,333.15 --398.01,333.06 --397.93,332.96 --397.85,332.86 --397.77,332.77 --397.69,332.67 --397.6,332.57 --397.52,332.48 --397.44,332.38 --397.36,332.29 --397.28,332.19 --397.2,332.09 --397.12,332 --397.04,331.9 --396.95,331.8 --396.87,331.71 --396.79,331.61 --396.71,331.51 --396.63,331.42 --396.55,331.32 --396.47,331.23 --396.38,331.13 --396.3,331.03 --396.22,330.94 --396.14,330.84 --396.06,330.75 --395.98,330.65 --395.9,330.55 --395.82,330.46 --395.73,330.36 --395.65,330.27 --395.57,330.17 --395.49,330.07 --395.41,329.98 --395.33,329.88 --395.25,329.79 --395.16,329.69 --395.08,329.6 --395,329.5 --394.92,329.41 --394.84,329.31 --394.76,329.21 --394.68,329.12 --394.59,329.02 --394.51,328.93 --394.43,328.83 --394.35,328.74 --394.27,328.64 --394.18,328.55 --394.1,328.45 --394.02,328.36 --393.94,328.26 --393.86,328.17 --393.77,328.07 --393.69,327.98 --393.61,327.88 --393.53,327.79 --393.45,327.69 --393.36,327.6 --393.28,327.51 --393.2,327.41 --393.26,327.16 --393.18,327.07 --393.1,326.97 --393.01,326.88 --392.93,326.78 --392.85,326.69 --392.77,326.59 --392.68,326.5 --392.6,326.41 --392.52,326.31 --392.44,326.22 --392.35,326.12 --392.27,326.03 --392.19,325.93 --392.11,325.84 --392.02,325.75 --391.94,325.65 --391.86,325.56 --391.77,325.46 --391.69,325.37 --391.61,325.28 --391.53,325.18 --391.44,325.09 --391.36,325 --391.28,324.9 --391.19,324.81 --391.11,324.72 --391.03,324.62 --390.94,324.53 --390.86,324.44 --390.78,324.34 --390.69,324.25 --390.61,324.16 --390.53,324.07 --390.44,323.97 --390.36,323.88 --390.28,323.79 --390.19,323.7 --390.11,323.6 --390.02,323.51 --389.94,323.42 --389.86,323.33 --389.77,323.23 --389.69,323.14 --389.6,323.05 --389.52,322.96 --389.44,322.87 --389.35,322.77 --389.27,322.68 --389.18,322.59 --389.1,322.5 --389.01,322.41 --388.93,322.32 --388.84,322.22 --388.76,322.13 --388.67,322.04 --388.59,321.95 --388.5,321.86 --388.42,321.77 --388.34,321.68 --388.25,321.59 --388.17,321.5 --388.08,321.41 --388,321.32 --387.91,321.23 --387.83,321.14 --387.74,321.05 --387.65,320.96 --387.57,320.87 --387.48,320.78 --387.4,320.69 --387.31,320.6 --387.23,320.51 --387.14,320.42 --387.06,320.33 --386.97,320.24 --386.88,320.15 --386.8,320.06 --386.71,319.97 --386.63,319.88 --386.54,319.79 --386.45,319.7 --386.37,319.61 --386.28,319.53 --386.2,319.44 --386.11,319.35 --386.02,319.26 --385.94,319.17 --385.85,319.08 --385.76,318.99 --385.68,318.9 --385.59,318.81 --385.5,318.73 --385.42,318.64 --385.33,318.55 --385.24,318.46 --385.16,318.37 --385.07,318.28 --384.98,318.2 --384.9,318.11 --384.95,317.76 --384.86,317.68 --384.78,317.59 --384.69,317.5 --384.6,317.41 --384.51,317.32 --384.43,317.24 --384.34,317.15 --384.25,317.06 --384.17,316.97 --384.08,316.88 --383.99,316.8 --383.9,316.71 --383.81,316.62 --383.73,316.53 --383.64,316.45 --383.55,316.36 --383.46,316.27 --383.38,316.19 --383.29,316.1 --383.2,316.01 --383.11,315.93 --383.02,315.84 --382.94,315.75 --382.85,315.67 --382.76,315.58 --382.67,315.49 --382.58,315.41 --382.49,315.32 --382.41,315.23 --382.32,315.15 --382.23,315.06 --382.14,314.98 --382.05,314.89 --381.96,314.8 --381.87,314.72 --381.79,314.63 --381.7,314.54 --381.61,314.46 --381.52,314.37 --381.43,314.28 --381.34,314.2 --381.25,314.11 --381.17,314.03 --381.08,313.94 --380.99,313.85 --380.9,313.77 --380.81,313.68 --380.72,313.6 --380.63,313.51 --380.54,313.43 --380.45,313.34 --380.36,313.25 --380.28,313.17 --380.19,313.08 --380.1,313 --380.01,312.91 --379.92,312.83 --379.83,312.74 --379.74,312.66 --379.65,312.57 --379.56,312.49 --379.47,312.4 --379.38,312.32 --379.29,312.23 --379.2,312.15 --379.12,312.07 --379.03,311.98 --378.94,311.9 --378.85,311.81 --378.76,311.73 --378.67,311.64 --378.58,311.56 --378.49,311.47 --378.4,311.39 --378.31,311.31 --378.22,311.22 --378.13,311.14 --378.04,311.05 --377.95,310.97 --377.86,310.89 --377.76,310.8 --377.67,310.72 --377.58,310.64 --377.49,310.55 --377.4,310.47 --377.31,310.39 --377.22,310.3 --377.13,310.22 --377.04,310.14 --376.95,310.05 --376.86,309.97 --376.76,309.89 --376.67,309.81 --376.58,309.72 --376.49,309.64 --376.4,309.56 --376.31,309.48 --376.22,309.39 --376.13,309.31 --376.16,308.91 --376.07,308.83 --375.98,308.75 --375.89,308.67 --375.8,308.58 --375.7,308.5 --375.61,308.42 --375.52,308.34 --375.43,308.25 --375.34,308.17 --375.24,308.09 --375.15,308.01 --375.06,307.92 --374.97,307.84 --374.87,307.76 --374.78,307.68 --374.69,307.6 --374.6,307.51 --374.5,307.43 --374.41,307.35 --374.32,307.27 --374.22,307.19 --374.13,307.11 --374.04,307.03 --373.95,306.94 --373.85,306.86 --373.76,306.78 --373.67,306.7 --373.57,306.62 --373.48,306.54 --373.39,306.46 --373.29,306.38 --373.2,306.3 --373.11,306.22 --373.01,306.14 --372.92,306.06 --372.82,305.98 --372.73,305.9 --372.64,305.82 --372.54,305.74 --372.45,305.66 --372.36,305.58 --372.26,305.5 --372.17,305.42 --372.07,305.34 --371.98,305.26 --371.88,305.18 --371.79,305.1 --371.7,305.02 --371.6,304.94 --371.51,304.86 --371.41,304.78 --371.32,304.71 --371.22,304.63 --371.13,304.55 --371.03,304.47 --370.94,304.39 --370.84,304.31 --370.75,304.23 --370.65,304.15 --370.56,304.08 --370.46,304 --370.37,303.92 --370.27,303.84 --370.18,303.76 --370.08,303.69 --369.98,303.61 --369.89,303.53 --369.79,303.45 --369.7,303.37 --369.6,303.3 --369.5,303.22 --369.41,303.14 --369.31,303.06 --369.21,302.99 --369.12,302.91 --369.02,302.83 --368.92,302.76 --368.83,302.68 --368.73,302.6 --368.63,302.53 --368.54,302.45 --368.44,302.37 --368.34,302.3 --368.25,302.22 --368.15,302.15 --368.05,302.07 --367.95,301.99 --367.86,301.92 --367.76,301.84 --367.66,301.77 --367.56,301.69 --367.46,301.62 --367.37,301.54 --367.27,301.47 --367.17,301.39 --367.07,301.32 --366.97,301.25 --366.88,301.17 --366.78,301.1 --366.8,300.64 --366.7,300.57 --366.6,300.49 --366.5,300.42 --366.4,300.34 --366.31,300.27 --366.21,300.19 --366.11,300.12 --366.01,300.05 --365.91,299.97 --365.81,299.9 --365.71,299.82 --365.61,299.75 --365.51,299.68 --365.41,299.6 --365.31,299.53 --365.21,299.46 --365.11,299.38 --365.01,299.31 --364.91,299.24 --364.81,299.17 --364.71,299.09 --364.61,299.02 --364.51,298.95 --364.41,298.88 --364.31,298.8 --364.21,298.73 --364.11,298.66 --364.01,298.59 --363.91,298.52 --363.81,298.44 --363.71,298.37 --363.61,298.3 --363.51,298.23 --363.4,298.16 --363.3,298.09 --363.2,298.02 --363.1,297.95 --363,297.88 --362.9,297.81 --362.8,297.74 --362.69,297.67 --362.59,297.59 --362.49,297.52 --362.39,297.46 --362.29,297.39 --362.18,297.32 --362.08,297.25 --361.98,297.18 --361.88,297.11 --361.78,297.04 --361.67,296.97 --361.57,296.9 --361.47,296.83 --361.36,296.76 --361.26,296.69 --361.16,296.62 --361.06,296.55 --360.95,296.49 --360.85,296.42 --360.75,296.35 --360.64,296.28 --360.54,296.21 --360.44,296.14 --360.33,296.08 --360.23,296.01 --360.13,295.94 --360.02,295.87 --359.92,295.81 --359.81,295.74 --359.71,295.67 --359.61,295.6 --359.5,295.54 --359.4,295.47 --359.3,295.4 --359.19,295.34 --359.09,295.27 --358.98,295.2 --358.88,295.14 --358.78,295.07 --358.67,295 --358.57,294.94 --358.46,294.87 --358.36,294.8 --358.25,294.74 --358.15,294.67 --358.05,294.61 --357.94,294.54 --357.84,294.48 --357.73,294.41 --357.63,294.34 --357.52,294.28 --357.42,294.21 --357.31,294.15 --357.21,294.08 --357.1,294.02 --357,293.95 --356.89,293.89 --356.78,293.82 --356.68,293.76 --356.71,293.28 --356.6,293.21 --356.49,293.15 --356.39,293.08 --356.28,293.02 --356.18,292.95 --356.07,292.89 --355.97,292.82 --355.86,292.76 --355.76,292.69 --355.65,292.63 --355.55,292.56 --355.44,292.5 --355.34,292.43 --355.23,292.37 --355.12,292.31 --355.02,292.24 --354.91,292.18 --354.81,292.11 --354.7,292.05 --354.6,291.99 --354.49,291.92 --354.39,291.86 --354.28,291.79 --354.18,291.73 --354.07,291.67 --353.96,291.6 --353.86,291.54 --353.75,291.47 --353.65,291.41 --353.54,291.35 --353.44,291.28 --353.33,291.22 --353.22,291.16 --353.12,291.09 --353.01,291.03 --352.91,290.97 --352.8,290.9 --352.69,290.84 --352.59,290.78 --352.48,290.71 --352.38,290.65 --352.27,290.59 --352.17,290.52 --352.06,290.46 --351.95,290.4 --351.85,290.33 --351.74,290.27 --351.64,290.21 --351.53,290.14 --351.43,290.08 --351.32,290.02 --351.21,289.96 --351.11,289.89 --351,289.83 --350.9,289.77 --350.79,289.71 --350.69,289.64 --350.58,289.58 --350.48,289.52 --350.37,289.46 --350.27,289.39 --350.16,289.33 --350.06,289.27 --349.95,289.21 --349.85,289.15 --349.74,289.08 --349.64,289.02 --349.53,288.96 --349.43,288.9 --349.32,288.84 --349.22,288.78 --349.11,288.72 --349.01,288.65 --348.9,288.59 --348.8,288.53 --348.7,288.47 --348.59,288.41 --348.49,288.35 --348.38,288.29 --348.28,288.22 --348.17,288.16 --348.07,288.1 --347.97,288.04 --347.86,287.98 --347.76,287.92 --347.65,287.86 --347.55,287.8 --347.45,287.74 --347.34,287.67 --347.24,287.61 --347.14,287.55 --347.03,287.49 --346.93,287.43 --346.83,287.37 --346.72,287.31 --346.62,287.25 --346.52,287.19 --346.41,287.13 --346.31,287.07 --346.32,286.56 --346.21,286.5 --346.11,286.44 --346.01,286.38 --345.91,286.32 --345.8,286.26 --345.7,286.2 --345.6,286.13 --345.5,286.07 --345.39,286.01 --345.29,285.95 --345.19,285.89 --345.09,285.83 --344.99,285.77 --344.88,285.71 --344.78,285.65 --344.68,285.59 --344.58,285.53 --344.47,285.47 --344.37,285.41 --344.27,285.35 --344.17,285.29 --344.07,285.23 --343.96,285.17 --343.86,285.11 --343.76,285.05 --343.66,284.99 --343.55,284.93 --343.45,284.87 --343.35,284.81 --343.24,284.75 --343.14,284.69 --343.04,284.63 --342.94,284.57 --342.83,284.51 --342.73,284.46 --342.63,284.4 --342.52,284.34 --342.42,284.28 --342.32,284.22 --342.21,284.16 --342.11,284.1 --342.01,284.04 --341.9,283.98 --341.8,283.92 --341.69,283.86 --341.59,283.8 --341.49,283.74 --341.38,283.68 --341.28,283.62 --341.17,283.56 --341.07,283.5 --340.97,283.45 --340.86,283.39 --340.76,283.33 --340.65,283.27 --340.55,283.21 --340.44,283.15 --340.34,283.09 --340.24,283.03 --340.13,282.97 --340.03,282.91 --339.92,282.85 --339.82,282.79 --339.71,282.73 --339.61,282.67 --339.5,282.61 --339.4,282.56 --339.29,282.5 --339.19,282.44 --339.08,282.38 --338.98,282.32 --338.87,282.26 --338.77,282.2 --338.66,282.14 --338.56,282.08 --338.45,282.02 --338.34,281.96 --338.24,281.91 --338.13,281.85 --338.03,281.79 --337.92,281.73 --337.82,281.67 --337.71,281.61 --337.6,281.55 --337.5,281.49 --337.39,281.43 --337.29,281.38 --337.18,281.32 --337.07,281.26 --336.97,281.2 --336.86,281.14 --336.76,281.08 --336.65,281.02 --336.54,280.96 --336.44,280.9 --336.33,280.84 --336.23,280.78 --336.12,280.72 --336.01,280.67 --336,280.15 --335.9,280.09 --335.79,280.03 --335.69,279.97 --335.58,279.91 --335.47,279.85 --335.37,279.79 --335.26,279.73 --335.15,279.67 --335.05,279.61 --334.94,279.55 --334.83,279.49 --334.73,279.43 --334.62,279.37 --334.51,279.3 --334.41,279.24 --334.3,279.18 --334.2,279.12 --334.09,279.06 --333.98,279 --333.88,278.94 --333.77,278.88 --333.67,278.82 --333.56,278.76 --333.45,278.7 --333.35,278.64 --333.24,278.58 --333.13,278.52 --333.03,278.46 --332.92,278.4 --332.82,278.34 --332.71,278.28 --332.6,278.22 --332.5,278.16 --332.39,278.1 --332.29,278.04 --332.18,277.98 --332.07,277.92 --331.97,277.86 --331.86,277.8 --331.75,277.74 --331.65,277.68 --331.54,277.62 --331.43,277.56 --331.33,277.5 --331.22,277.44 --331.11,277.38 --331.01,277.32 --330.9,277.26 --330.79,277.2 --330.69,277.14 --330.58,277.08 --330.47,277.02 --330.37,276.96 --330.26,276.9 --330.15,276.84 --330.05,276.78 --329.94,276.72 --329.84,276.66 --329.73,276.6 --329.62,276.54 --329.52,276.48 --329.41,276.42 --329.3,276.37 --329.2,276.31 --329.09,276.25 --328.99,276.19 --328.88,276.13 --328.77,276.07 --328.67,276.01 --328.56,275.95 --328.45,275.89 --328.35,275.83 --328.24,275.77 --328.13,275.71 --328.03,275.65 --327.92,275.59 --327.82,275.53 --327.71,275.48 --327.6,275.42 --327.5,275.36 --327.39,275.3 --327.28,275.24 --327.18,275.18 --327.07,275.12 --326.96,275.06 --326.86,275 --326.75,274.94 --326.64,274.88 --326.54,274.82 --326.43,274.76 --326.33,274.7 --326.22,274.64 --326.11,274.58 --326.01,274.52 --325.9,274.47 --325.79,274.41 --325.69,274.35 --325.58,274.29 --325.47,274.23 --325.45,273.71 --325.34,273.65 --325.23,273.59 --325.13,273.53 --325.02,273.47 --324.91,273.41 --324.81,273.35 --324.7,273.29 --324.6,273.23 --324.49,273.17 --324.38,273.11 --324.28,273.05 --324.17,272.99 --324.07,272.93 --323.96,272.87 --323.85,272.81 --323.75,272.75 --323.64,272.69 --323.53,272.63 --323.43,272.57 --323.32,272.51 --323.22,272.45 --323.11,272.4 --323,272.34 --322.9,272.28 --322.79,272.22 --322.68,272.16 --322.58,272.1 --322.47,272.04 --322.37,271.98 --322.26,271.92 --322.15,271.86 --322.05,271.8 --321.94,271.74 --321.83,271.68 --321.73,271.63 --321.62,271.57 --321.51,271.51 --321.41,271.45 --321.3,271.39 --321.19,271.33 --321.09,271.27 --320.98,271.21 --320.87,271.15 --320.77,271.09 --320.66,271.04 --320.55,270.98 --320.45,270.92 --320.34,270.86 --320.23,270.8 --320.13,270.74 --320.02,270.68 --319.91,270.62 --319.8,270.57 --319.7,270.51 --319.59,270.45 --319.48,270.39 --319.38,270.33 --319.27,270.27 --319.16,270.21 --319.05,270.16 --318.95,270.1 --318.84,270.04 --318.73,269.98 --318.63,269.92 --318.52,269.86 --318.41,269.8 --318.3,269.75 --318.2,269.69 --318.09,269.63 --317.98,269.57 --317.87,269.51 --317.77,269.45 --317.66,269.4 --317.55,269.34 --317.44,269.28 --317.33,269.22 --317.23,269.16 --317.12,269.1 --317.01,269.05 --316.9,268.99 --316.8,268.93 --316.69,268.87 --316.58,268.81 --316.47,268.75 --316.36,268.7 --316.26,268.64 --316.15,268.58 --316.04,268.52 --315.93,268.46 --315.82,268.4 --315.72,268.35 --315.61,268.29 --315.5,268.23 --315.39,268.17 --315.28,268.11 --315.18,268.06 --315.07,268 --314.96,267.94 --314.85,267.88 --314.8,267.33 --314.69,267.27 --314.58,267.21 --314.47,267.16 --314.36,267.1 --314.26,267.04 --314.15,266.98 --314.04,266.92 --313.93,266.86 --313.82,266.8 --313.72,266.74 --313.61,266.69 --313.5,266.63 --313.39,266.57 --313.28,266.51 --313.17,266.45 --313.07,266.39 --312.96,266.34 --312.85,266.28 --312.74,266.22 --312.63,266.16 --312.53,266.1 --312.42,266.04 --312.31,265.99 --312.2,265.93 --312.09,265.87 --311.99,265.81 --311.88,265.75 --311.77,265.7 --311.66,265.64 --311.56,265.58 --311.45,265.52 --311.34,265.46 --311.23,265.41 --311.12,265.35 --311.02,265.29 --310.91,265.23 --310.8,265.18 --310.69,265.12 --310.59,265.06 --310.48,265 --310.37,264.95 --310.26,264.89 --310.16,264.83 --310.05,264.77 --309.94,264.72 --309.83,264.66 --309.73,264.6 --309.62,264.54 --309.51,264.49 --309.4,264.43 --309.3,264.37 --309.19,264.32 --309.08,264.26 --308.97,264.2 --308.87,264.15 --308.76,264.09 --308.65,264.03 --308.54,263.98 --308.44,263.92 --308.33,263.86 --308.22,263.81 --308.12,263.75 --308.01,263.69 --307.9,263.64 --307.79,263.58 --307.69,263.52 --307.58,263.47 --307.47,263.41 --307.37,263.36 --307.26,263.3 --307.15,263.25 --307.05,263.19 --306.94,263.13 --306.83,263.08 --306.73,263.02 --306.62,262.97 --306.51,262.91 --306.41,262.86 --306.3,262.8 --306.19,262.74 --306.09,262.69 --305.98,262.63 --305.88,262.58 --305.77,262.52 --305.66,262.47 --305.56,262.41 --305.45,262.36 --305.34,262.3 --305.24,262.25 --305.13,262.19 --305.03,262.14 --304.92,262.08 --304.81,262.03 --304.71,261.97 --304.6,261.92 --304.5,261.86 --304.39,261.81 --304.28,261.75 --304.18,261.7 --304.03,261.14 --303.92,261.08 --303.82,261.02 --303.71,260.97 --303.6,260.91 --303.5,260.86 --303.39,260.8 --303.29,260.75 --303.18,260.69 --303.07,260.64 --302.97,260.58 --302.86,260.53 --302.76,260.47 --302.65,260.41 --302.54,260.36 --302.44,260.3 --302.33,260.25 --302.23,260.19 --302.12,260.14 --302.02,260.08 --301.91,260.03 --301.81,259.97 --301.7,259.92 --301.6,259.86 --301.49,259.81 --301.39,259.75 --301.28,259.7 --301.18,259.64 --301.07,259.59 --300.97,259.54 --300.86,259.48 --300.76,259.43 --300.65,259.37 --300.55,259.32 --300.44,259.26 --300.34,259.21 --300.23,259.15 --300.13,259.1 --300.02,259.04 --299.92,258.99 --299.81,258.94 --299.71,258.88 --299.6,258.83 --299.5,258.77 --299.39,258.72 --299.29,258.66 --299.18,258.61 --299.08,258.56 --298.98,258.5 --298.87,258.45 --298.77,258.39 --298.66,258.34 --298.56,258.29 --298.45,258.23 --298.35,258.18 --298.25,258.12 --298.14,258.07 --298.04,258.02 --297.93,257.96 --297.83,257.91 --297.73,257.85 --297.62,257.8 --297.52,257.75 --297.42,257.69 --297.31,257.64 --297.21,257.59 --297.1,257.53 --297,257.48 --296.9,257.43 --296.79,257.37 --296.69,257.32 --296.59,257.27 --296.48,257.21 --296.38,257.16 --296.28,257.11 --296.17,257.05 --296.07,257 --295.96,256.95 --295.86,256.89 --295.76,256.84 --295.65,256.79 --295.55,256.73 --295.45,256.68 --295.35,256.63 --295.24,256.57 --295.14,256.52 --295.04,256.47 --294.93,256.42 --294.83,256.36 --294.73,256.31 --294.63,256.26 --294.52,256.21 --294.42,256.15 --294.32,256.1 --294.22,256.05 --294.12,256 --294.01,255.94 --293.91,255.89 --293.81,255.84 --293.71,255.79 --293.61,255.24 --293.51,255.19 --293.41,255.14 --293.31,255.08 --293.21,255.03 --293.1,254.98 --293,254.93 --292.9,254.87 --292.8,254.82 --292.7,254.77 --292.6,254.72 --292.5,254.66 --292.39,254.61 --292.29,254.56 --292.19,254.51 --292.09,254.46 --291.99,254.4 --291.89,254.35 --291.79,254.3 --291.69,254.25 --291.59,254.2 --291.49,254.15 --291.38,254.09 --291.28,254.04 --291.18,253.99 --291.08,253.94 --290.98,253.89 --290.88,253.84 --290.78,253.79 --290.68,253.73 --290.58,253.68 --290.48,253.63 --290.38,253.58 --290.28,253.53 --290.18,253.48 --290.08,253.43 --289.98,253.38 --289.88,253.33 --289.78,253.28 --289.68,253.23 --289.58,253.18 --289.48,253.13 --289.38,253.08 --289.28,253.03 --289.18,252.98 --289.08,252.93 --288.98,252.88 --288.88,252.82 --288.78,252.77 --288.68,252.72 --288.58,252.67 --288.48,252.62 --288.38,252.57 --288.28,252.52 --288.18,252.47 --288.08,252.42 --287.98,252.37 --287.88,252.32 --287.78,252.27 --287.68,252.22 --287.58,252.17 --287.48,252.12 --287.38,252.07 --287.28,252.02 --287.19,251.97 --287.09,251.92 --286.99,251.87 --286.89,251.82 --286.79,251.77 --286.69,251.72 --286.59,251.67 --286.49,251.62 --286.39,251.57 --286.29,251.52 --286.19,251.47 --286.09,251.42 --285.99,251.37 --285.89,251.32 --285.79,251.27 --285.69,251.22 --285.59,251.17 --285.5,251.12 --285.4,251.07 --285.3,251.02 --285.2,250.97 --285.1,250.92 --285,250.87 --284.9,250.83 --284.8,250.78 --284.7,250.73 --284.6,250.68 --284.5,250.63 --284.4,250.58 --284.3,250.53 --284.2,250.48 --284.1,250.44 --284,250.39 --283.9,250.34 --283.8,250.29 --283.71,250.24 --283.72,249.65 --283.62,249.6 --283.52,249.55 --283.42,249.5 --283.32,249.45 --283.23,249.4 --283.13,249.35 --283.03,249.31 --282.93,249.26 --282.83,249.21 --282.73,249.16 --282.63,249.11 --282.53,249.06 --282.44,249.02 --282.34,248.97 --282.24,248.92 --282.14,248.87 --282.04,248.82 --281.94,248.78 --281.84,248.73 --281.74,248.68 --281.65,248.63 --281.55,248.58 --281.45,248.53 --281.35,248.49 --281.25,248.44 --281.15,248.39 --281.05,248.34 --280.95,248.29 --280.85,248.24 --280.76,248.2 --280.66,248.15 --280.56,248.1 --280.46,248.05 --280.36,248 --280.26,247.96 --280.16,247.91 --280.06,247.86 --279.97,247.81 --279.87,247.76 --279.77,247.72 --279.67,247.67 --279.57,247.62 --279.47,247.57 --279.37,247.53 --279.28,247.48 --279.18,247.43 --279.08,247.38 --278.98,247.34 --278.88,247.29 --278.78,247.24 --278.68,247.2 --278.59,247.15 --278.49,247.1 --278.39,247.05 --278.29,247.01 --278.19,246.96 --278.09,246.91 --278,246.87 --277.9,246.82 --277.8,246.77 --277.7,246.73 --277.6,246.68 --277.51,246.63 --277.41,246.59 --277.31,246.54 --277.21,246.49 --277.11,246.45 --277.02,246.4 --276.92,246.35 --276.82,246.31 --276.72,246.26 --276.62,246.21 --276.53,246.17 --276.43,246.12 --276.33,246.07 --276.23,246.03 --276.13,245.98 --276.04,245.93 --275.94,245.89 --275.84,245.84 --275.74,245.8 --275.64,245.75 --275.55,245.7 --275.45,245.66 --275.35,245.61 --275.25,245.57 --275.16,245.52 --275.06,245.47 --274.96,245.43 --274.86,245.38 --274.77,245.34 --274.67,245.29 --274.57,245.24 --274.47,245.2 --274.37,245.15 --274.28,245.11 --274.18,245.06 --274.08,245.02 --273.99,244.97 --273.88,244.47 --273.78,244.42 --273.68,244.38 --273.59,244.33 --273.49,244.28 --273.39,244.24 --273.29,244.19 --273.2,244.15 --273.1,244.1 --273,244.06 --272.91,244.01 --272.81,243.96 --272.71,243.92 --272.61,243.87 --272.52,243.83 --272.42,243.78 --272.32,243.74 --272.23,243.69 --272.13,243.65 --272.03,243.6 --271.93,243.56 --271.84,243.51 --271.74,243.47 --271.64,243.42 --271.55,243.38 --271.45,243.33 --271.35,243.29 --271.26,243.24 --271.16,243.2 --271.06,243.15 --270.96,243.11 --270.87,243.06 --270.77,243.02 --270.67,242.98 --270.58,242.93 --270.48,242.89 --270.38,242.84 --270.29,242.8 --270.19,242.75 --270.09,242.71 --270,242.66 --269.9,242.62 --269.8,242.58 --269.71,242.53 --269.61,242.49 --269.51,242.44 --269.42,242.4 --269.32,242.36 --269.22,242.31 --269.13,242.27 --269.03,242.23 --268.93,242.18 --268.84,242.14 --268.74,242.09 --268.64,242.05 --268.55,242.01 --268.45,241.96 --268.36,241.92 --268.26,241.88 --268.16,241.83 --268.07,241.79 --267.97,241.75 --267.87,241.7 --267.78,241.66 --267.68,241.62 --267.59,241.57 --267.49,241.53 --267.39,241.49 --267.3,241.44 --267.2,241.4 --267.11,241.36 --267.01,241.32 --266.92,241.27 --266.82,241.23 --266.72,241.19 --266.63,241.15 --266.53,241.1 --266.44,241.06 --266.34,241.02 --266.25,240.98 --266.15,240.93 --266.05,240.89 --265.96,240.85 --265.86,240.81 --265.77,240.76 --265.67,240.72 --265.58,240.68 --265.48,240.64 --265.39,240.59 --265.29,240.55 --265.2,240.51 --265.1,240.47 --265.01,240.42 --264.91,240.38 --264.82,240.34 --264.72,240.3 --264.62,240.26 --264.53,240.21 --264.43,240.17 --264.34,240.13 --264.25,239.59 --264.15,239.54 --264.05,239.5 --263.96,239.46 --263.86,239.41 --263.77,239.37 --263.67,239.33 --263.58,239.29 --263.48,239.24 --263.39,239.2 --263.29,239.16 --263.2,239.12 --263.1,239.08 --263.01,239.03 --262.91,238.99 --262.82,238.95 --262.72,238.91 --262.63,238.87 --262.53,238.82 --262.44,238.78 --262.34,238.74 --262.25,238.7 --262.15,238.66 --262.06,238.62 --261.97,238.58 --261.87,238.53 --261.78,238.49 --261.68,238.45 --261.59,238.41 --261.49,238.37 --261.4,238.33 --261.3,238.29 --261.21,238.25 --261.12,238.2 --261.02,238.16 --260.93,238.12 --260.83,238.08 --260.74,238.04 --260.64,237.99 --260.55,237.95 --260.46,237.91 --260.36,237.87 --260.27,237.83 --260.17,237.79 --260.08,237.74 --259.98,237.7 --259.89,237.66 --259.8,237.62 --259.7,237.58 --259.61,237.54 --259.51,237.5 --259.42,237.46 --259.33,237.42 --259.23,237.38 --259.14,237.34 --259.05,237.29 --258.96,237.25 --258.86,237.21 --258.77,237.17 --258.68,237.13 --258.59,237.09 --258.49,237.05 --258.4,237.01 --258.31,236.97 --258.22,236.93 --258.13,236.89 --258.04,236.85 --257.95,236.81 --257.86,236.77 --257.77,236.73 --257.67,236.69 --257.58,236.65 --257.49,236.61 --257.4,236.57 --257.31,236.53 --257.22,236.49 --257.13,236.45 --257.04,236.41 --256.95,236.37 --256.86,236.33 --256.77,236.3 --256.68,236.26 --256.59,236.22 --256.5,236.18 --256.41,236.14 --256.32,236.1 --256.23,236.06 --256.14,236.02 --256.05,235.98 --255.96,235.94 --255.87,235.9 --255.78,235.86 --255.69,235.82 --255.6,235.78 --255.51,235.74 --255.42,235.7 --255.33,235.67 --255.24,235.63 --255.15,235.59 --255.06,235.55 --254.91,235.04 --254.82,235 --254.73,234.96 --254.64,234.92 --254.55,234.88 --254.47,234.84 --254.38,234.8 --254.29,234.76 --254.2,234.73 --254.11,234.69 --254.03,234.65 --253.94,234.61 --253.85,234.57 --253.77,234.53 --253.68,234.5 --253.59,234.46 --253.51,234.42 --253.42,234.38 --253.33,234.34 --253.25,234.31 --253.16,234.27 --253.08,234.23 --252.99,234.19 --252.91,234.16 --252.82,234.12 --252.74,234.08 --252.65,234.04 --252.57,234.01 --252.48,233.97 --252.4,233.93 --252.31,233.89 --252.23,233.86 --252.15,233.82 --252.06,233.78 --251.98,233.75 --251.9,233.71 --251.81,233.67 --251.73,233.64 --251.65,233.6 --251.57,233.56 --251.48,233.53 --251.4,233.49 --251.32,233.46 --251.24,233.42 --251.16,233.38 --251.08,233.35 --250.99,233.31 --250.91,233.28 --250.83,233.24 --250.75,233.21 --250.67,233.17 --250.59,233.13 --250.51,233.1 --250.43,233.06 --250.35,233.03 --250.27,232.99 --250.19,232.96 --250.11,232.93 --250.04,232.89 --249.96,232.86 --249.88,232.82 --249.8,232.79 --249.72,232.75 --249.65,232.72 --249.57,232.68 --249.49,232.65 --249.41,232.62 --249.34,232.58 --249.26,232.55 --249.18,232.52 --249.11,232.48 --249.03,232.45 --248.95,232.41 --248.88,232.38 --248.8,232.35 --248.73,232.31 --248.65,232.28 --248.58,232.25 --248.5,232.22 --248.43,232.18 --248.35,232.15 --248.28,232.12 --248.2,232.09 --248.13,232.05 --248.05,232.02 --247.98,231.99 --247.91,231.96 --247.83,231.93 --247.76,231.89 --247.69,231.86 --247.61,231.83 --247.54,231.8 --247.47,231.77 --247.4,231.74 --247.32,231.71 --247.25,231.68 --247.18,231.65 --247.11,231.62 --247.04,231.58 --246.96,231.55 --246.84,231.07 --246.77,231.04 --246.7,231.01 --246.63,230.98 --246.56,230.94 --246.49,230.91 --246.42,230.88 --246.35,230.85 --246.28,230.82 --246.21,230.79 --246.14,230.76 --246.07,230.73 --246,230.7 --245.93,230.68 --245.86,230.65 --245.79,230.62 --245.72,230.59 --245.65,230.56 --245.58,230.53 --245.51,230.5 --245.44,230.47 --245.37,230.44 --245.31,230.42 --245.24,230.39 --245.17,230.36 --245.1,230.33 --245.03,230.3 --244.96,230.28 --244.9,230.25 --244.83,230.22 --244.76,230.19 --244.69,230.17 --244.63,230.14 --244.56,230.11 --244.49,230.09 --244.42,230.06 --244.36,230.03 --244.29,230.01 --244.22,229.98 --244.16,229.95 --244.09,229.93 --244.02,229.9 --243.96,229.88 --243.89,229.85 --243.82,229.83 --243.76,229.8 --243.69,229.78 --243.63,229.75 --243.56,229.73 --243.49,229.7 --243.43,229.68 --243.36,229.65 --243.29,229.63 --243.23,229.6 --243.16,229.58 --243.1,229.55 --243.03,229.53 --242.97,229.51 --242.9,229.48 --242.83,229.46 --242.77,229.44 --242.7,229.41 --242.64,229.39 --242.57,229.37 --242.51,229.35 --242.44,229.32 --242.38,229.3 --242.31,229.28 --242.25,229.26 --242.18,229.23 --242.11,229.21 --242.05,229.19 --241.98,229.17 --241.92,229.15 --241.85,229.13 --241.79,229.11 --241.73,229.09 --241.66,229.06 --241.6,229.04 --241.53,229.02 --241.47,229 --241.4,228.98 --241.34,228.96 --241.27,228.94 --241.21,228.92 --241.14,228.9 --241.08,228.88 --241.02,228.87 --240.95,228.85 --240.89,228.83 --240.82,228.81 --240.76,228.79 --240.7,228.77 --240.63,228.75 --240.57,228.74 --240.5,228.72 --240.44,228.7 --240.38,228.68 --240.31,228.67 --240.25,228.65 --240.08,228.13 --240.02,228.12 --239.96,228.1 --239.89,228.08 --239.83,228.06 --239.77,228.05 --239.7,228.03 --239.64,228.02 --239.58,228 --239.52,227.98 --239.45,227.97 --239.39,227.95 --239.33,227.94 --239.26,227.92 --239.2,227.91 --239.14,227.89 --239.08,227.88 --239.01,227.87 --238.95,227.85 --238.89,227.84 --238.83,227.82 --238.77,227.81 --238.7,227.8 --238.64,227.79 --238.58,227.77 --238.52,227.76 --238.46,227.75 --238.4,227.74 --238.33,227.73 --238.27,227.71 --238.21,227.7 --238.15,227.69 --238.09,227.68 --238.03,227.67 --237.97,227.66 --237.9,227.65 --237.84,227.65 --237.78,227.64 --237.72,227.63 --237.66,227.62 --237.6,227.61 --237.54,227.6 --237.48,227.6 --237.42,227.59 --237.36,227.58 --237.3,227.58 --237.24,227.57 --237.18,227.56 --237.12,227.56 --237.06,227.55 --237,227.55 --236.94,227.54 --236.88,227.54 --236.82,227.54 --236.76,227.53 --236.71,227.53 --236.65,227.52 --236.59,227.52 --236.53,227.52 --236.47,227.52 --236.41,227.52 --236.35,227.51 --236.3,227.51 --236.24,227.51 --236.18,227.51 --236.12,227.51 --236.06,227.51 --236.01,227.51 --235.95,227.51 --235.89,227.51 --235.84,227.51 --235.78,227.52 --235.72,227.52 --235.66,227.52 --235.61,227.52 --235.55,227.53 --235.5,227.53 --235.44,227.53 --235.38,227.54 --235.33,227.54 --235.27,227.55 --235.22,227.55 --235.16,227.56 --235.11,227.56 --235.05,227.57 --235,227.58 --234.94,227.58 --234.89,227.59 --234.83,227.6 --234.78,227.6 --234.73,227.61 --234.67,227.62 --234.62,227.63 --234.57,227.64 --234.51,227.65 --234.46,227.66 --234.41,227.66 --234.36,227.67 --234.3,227.69 --234.25,227.7 --234.13,227.18 --234.08,227.19 --234.03,227.2 --233.97,227.21 --233.92,227.22 --233.87,227.23 --233.82,227.25 --233.77,227.26 --233.72,227.27 --233.67,227.29 --233.62,227.3 --233.57,227.31 --233.52,227.33 --233.47,227.34 --233.42,227.36 --233.38,227.37 --233.33,227.39 --233.28,227.4 --233.23,227.42 --233.18,227.43 --233.13,227.45 --233.09,227.47 --233.04,227.48 --232.99,227.5 --232.95,227.52 --232.9,227.54 --232.85,227.56 --232.81,227.57 --232.76,227.59 --232.71,227.61 --232.67,227.63 --232.62,227.65 --232.58,227.67 --232.53,227.69 --232.49,227.71 --232.44,227.73 --232.4,227.75 --232.35,227.77 --232.31,227.79 --232.26,227.81 --232.22,227.84 --232.17,227.86 --232.13,227.88 --232.09,227.9 --232.04,227.93 --232,227.95 --231.96,227.97 --231.91,228 --231.87,228.02 --231.83,228.05 --231.79,228.07 --231.74,228.1 --231.7,228.12 --231.66,228.15 --231.62,228.17 --231.58,228.2 --231.54,228.23 --231.49,228.25 --231.45,228.28 --231.41,228.31 --231.37,228.33 --231.33,228.36 --231.29,228.39 --231.25,228.42 --231.21,228.45 --231.17,228.48 --231.13,228.51 --231.09,228.54 --231.05,228.56 --231.02,228.6 --230.98,228.63 --230.94,228.66 --230.9,228.69 --230.86,228.72 --230.83,228.75 --230.79,228.78 --230.75,228.81 --230.71,228.85 --230.68,228.88 --230.64,228.91 --230.6,228.94 --230.57,228.98 --230.53,229.01 --230.5,229.04 --230.46,229.08 --230.43,229.11 --230.39,229.14 --230.36,229.18 --230.32,229.21 --230.29,229.25 --230.25,229.28 --230.22,229.32 --230.18,229.35 --230.15,229.39 --230.12,229.42 --230.08,229.46 --230.05,229.49 --230.02,229.53 --229.98,229.56 --229.95,229.6 --229.86,228.9 --229.83,228.93 --229.8,228.97 --229.77,229 --229.74,229.03 --229.7,229.07 --229.67,229.1 --229.64,229.14 --229.61,229.18 --229.58,229.21 --229.55,229.25 --229.52,229.28 --229.49,229.32 --229.46,229.35 --229.43,229.39 --229.4,229.43 --229.37,229.47 --229.34,229.5 --229.31,229.54 --229.29,229.58 --229.26,229.62 --229.23,229.65 --229.2,229.69 --229.18,229.73 --229.15,229.77 --229.12,229.81 --229.1,229.85 --229.07,229.89 --229.04,229.92 --229.02,229.96 --228.99,230 --228.97,230.04 --228.94,230.08 --228.92,230.12 --228.89,230.16 --228.87,230.2 --228.85,230.24 --228.82,230.28 --228.8,230.32 --228.77,230.37 --228.75,230.41 --228.73,230.45 --228.71,230.49 --228.68,230.53 --228.66,230.57 --228.64,230.61 --228.62,230.65 --228.6,230.7 --228.58,230.74 --228.55,230.78 --228.53,230.82 --228.51,230.86 --228.49,230.91 --228.47,230.95 --228.45,230.99 --228.43,231.03 --228.41,231.08 --228.39,231.12 --228.37,231.16 --228.35,231.21 --228.33,231.25 --228.32,231.29 --228.3,231.34 --228.28,231.38 --228.26,231.42 --228.24,231.47 --228.23,231.51 --228.21,231.55 --228.19,231.6 --228.17,231.64 --228.16,231.69 --228.14,231.73 --228.12,231.78 --228.11,231.82 --228.09,231.87 --228.08,231.91 --228.06,231.96 --228.04,232 --228.03,232.05 --228.01,232.09 --228,232.14 --227.99,232.18 --227.97,232.23 --227.96,232.27 --227.94,232.32 --227.93,232.36 --227.92,232.41 --227.9,232.45 --227.89,232.5 --227.88,232.55 --227.86,232.59 --227.85,232.64 --227.84,232.68 --227.83,232.73 --227.82,232.78 --227.81,232.82 --227.79,232.87 --227.78,232.92 --227.77,232.96 --227.76,233.01 --227.63,232.36 --227.62,232.4 --227.61,232.45 --227.6,232.5 --227.6,232.54 --227.59,232.59 --227.58,232.63 --227.57,232.68 --227.56,232.73 --227.55,232.77 --227.54,232.82 --227.53,232.86 --227.52,232.91 --227.52,232.96 --227.51,233 --227.5,233.05 --227.49,233.1 --227.48,233.14 --227.48,233.19 --227.47,233.24 --227.46,233.29 --227.46,233.33 --227.45,233.38 --227.44,233.43 --227.43,233.48 --227.43,233.53 --227.42,233.57 --227.41,233.62 --227.41,233.67 --227.4,233.72 --227.4,233.77 --227.39,233.82 --227.38,233.87 --227.38,233.92 --227.37,233.97 --227.37,234.02 --227.36,234.07 --227.36,234.12 --227.35,234.17 --227.35,234.22 --227.35,234.27 --227.34,234.32 --227.34,234.37 --227.34,234.42 --227.33,234.47 --227.33,234.52 --227.33,234.58 --227.33,234.63 --227.33,234.68 --227.33,234.73 --227.32,234.78 --227.32,234.84 --227.32,234.89 --227.32,234.94 --227.32,235 --227.32,235.05 --227.32,235.1 --227.32,235.16 --227.32,235.21 --227.32,235.26 --227.32,235.32 --227.32,235.37 --227.32,235.43 --227.32,235.48 --227.32,235.54 --227.32,235.59 --227.32,235.65 --227.32,235.7 --227.32,235.76 --227.32,235.81 --227.33,235.87 --227.33,235.92 --227.33,235.98 --227.33,236.03 --227.33,236.09 --227.34,236.15 --227.34,236.2 --227.35,236.26 --227.35,236.31 --227.35,236.37 --227.36,236.43 --227.36,236.48 --227.37,236.54 --227.37,236.59 --227.38,236.65 --227.38,236.71 --227.39,236.76 --227.4,236.82 --227.4,236.87 --227.41,236.93 --227.41,236.99 --227.42,237.04 --227.43,237.1 --227.43,237.16 --227.44,237.21 --227.44,237.27 --227.45,237.33 --227.46,237.38 --227.46,237.44 --227.47,237.5 --227.42,236.71 --227.43,236.76 --227.44,236.82 --227.44,236.87 --227.45,236.93 --227.46,236.98 --227.47,237.04 --227.48,237.09 --227.48,237.15 --227.49,237.21 --227.5,237.26 --227.51,237.32 --227.51,237.37 --227.52,237.43 --227.53,237.48 --227.53,237.54 --227.54,237.59 --227.55,237.65 --227.55,237.71 --227.56,237.76 --227.57,237.82 --227.58,237.87 --227.58,237.93 --227.59,237.98 --227.6,238.04 --227.61,238.1 --227.61,238.15 --227.62,238.21 --227.63,238.27 --227.64,238.32 --227.65,238.38 --227.66,238.43 --227.67,238.49 --227.67,238.55 --227.68,238.6 --227.69,238.66 --227.7,238.71 --227.71,238.77 --227.73,238.82 --227.74,238.88 --227.75,238.94 --227.76,238.99 --227.77,239.05 --227.78,239.1 --227.79,239.16 --227.8,239.21 --227.82,239.27 --227.83,239.32 --227.84,239.38 --227.85,239.43 --227.86,239.49 --227.88,239.55 --227.89,239.6 --227.9,239.66 --227.91,239.71 --227.93,239.77 --227.94,239.82 --227.95,239.88 --227.97,239.93 --227.98,239.99 --227.99,240.04 --228.01,240.1 --228.02,240.15 --228.03,240.21 --228.04,240.26 --228.06,240.32 --228.07,240.37 --228.08,240.43 --228.1,240.48 --228.11,240.54 --228.12,240.6 --228.14,240.65 --228.15,240.71 --228.16,240.76 --228.18,240.82 --228.19,240.87 --228.2,240.93 --228.22,240.98 --228.23,241.04 --228.25,241.1 --228.26,241.15 --228.27,241.21 --228.29,241.26 --228.3,241.32 --228.32,241.37 --228.33,241.43 --228.35,241.48 --228.36,241.54 --228.38,241.59 --228.39,241.65 --228.41,241.7 --228.42,241.76 --228.44,241.81 --228.45,241.87 --228.47,241.92 --228.49,241.98 --228.5,242.03 --228.52,242.09 --228.54,242.14 --228.55,242.2 --228.58,241.42 --228.59,241.48 --228.61,241.53 --228.63,241.58 --228.65,241.63 --228.66,241.69 --228.68,241.74 --228.7,241.79 --228.72,241.84 --228.73,241.9 --228.75,241.95 --228.77,242 --228.79,242.05 --228.81,242.11 --228.82,242.16 --228.84,242.21 --228.86,242.26 --228.88,242.31 --228.9,242.37 --228.91,242.42 --228.93,242.47 --228.95,242.52 --228.97,242.57 --228.99,242.62 --229.01,242.68 --229.03,242.73 --229.05,242.78 --229.07,242.83 --229.09,242.88 --229.11,242.93 --229.13,242.98 --229.15,243.03 --229.17,243.08 --229.19,243.14 --229.21,243.19 --229.23,243.24 --229.25,243.29 --229.27,243.34 --229.29,243.39 --229.31,243.44 --229.33,243.49 --229.35,243.54 --229.37,243.59 --229.39,243.64 --229.41,243.69 --229.43,243.74 --229.45,243.79 --229.48,243.84 --229.5,243.89 --229.52,243.94 --229.54,243.99 --229.56,244.04 --229.58,244.09 --229.61,244.14 --229.63,244.18 --229.65,244.23 --229.67,244.28 --229.69,244.33 --229.71,244.38 --229.74,244.43 --229.76,244.48 --229.78,244.53 --229.8,244.57 --229.83,244.62 --229.85,244.67 --229.87,244.72 --229.89,244.77 --229.92,244.81 --229.94,244.86 --229.96,244.91 --229.99,244.96 --230.01,245.01 --230.03,245.05 --230.05,245.1 --230.08,245.15 --230.1,245.2 --230.12,245.24 --230.15,245.29 --230.17,245.34 --230.2,245.38 --230.22,245.43 --230.24,245.48 --230.27,245.52 --230.29,245.57 --230.32,245.62 --230.34,245.66 --230.36,245.71 --230.39,245.76 --230.41,245.8 --230.44,245.85 --230.46,245.89 --230.48,245.94 --230.51,245.98 --230.53,246.03 --230.56,246.08 --230.58,246.12 --230.6,246.17 --230.63,246.21 --230.65,246.26 --230.68,246.3 --230.73,245.59 --230.75,245.64 --230.78,245.68 --230.8,245.72 --230.83,245.76 --230.85,245.81 --230.88,245.85 --230.9,245.89 --230.93,245.94 --230.95,245.98 --230.98,246.02 --231,246.06 --231.03,246.11 --231.05,246.15 --231.08,246.19 --231.1,246.23 --231.13,246.27 --231.16,246.32 --231.18,246.36 --231.21,246.4 --231.23,246.44 --231.26,246.48 --231.28,246.52 --231.31,246.56 --231.34,246.6 --231.36,246.65 --231.39,246.69 --231.41,246.73 --231.44,246.77 --231.47,246.81 --231.49,246.85 --231.52,246.89 --231.55,246.93 --231.57,246.97 --231.6,247.01 --231.63,247.05 --231.65,247.09 --231.68,247.13 --231.71,247.17 --231.73,247.21 --231.76,247.24 --231.79,247.28 --231.81,247.32 --231.84,247.36 --231.87,247.4 --231.9,247.44 --231.92,247.48 --231.95,247.51 --231.98,247.55 --232.01,247.59 --232.04,247.63 --232.06,247.67 --232.09,247.7 --232.12,247.74 --232.15,247.78 --232.18,247.82 --232.21,247.85 --232.23,247.89 --232.26,247.93 --232.29,247.96 --232.32,248 --232.35,248.04 --232.38,248.07 --232.41,248.11 --232.44,248.15 --232.47,248.18 --232.5,248.22 --232.53,248.26 --232.55,248.29 --232.58,248.33 --232.61,248.36 --232.64,248.4 --232.67,248.43 --232.7,248.47 --232.73,248.5 --232.76,248.54 --232.79,248.57 --232.82,248.61 --232.85,248.64 --232.88,248.68 --232.91,248.71 --232.94,248.75 --232.97,248.78 --233,248.82 --233.03,248.85 --233.06,248.88 --233.09,248.92 --233.13,248.95 --233.16,248.98 --233.19,249.02 --233.22,249.05 --233.25,249.08 --233.28,249.12 --233.31,249.15 --233.34,249.18 --233.37,249.22 --233.41,249.25 --233.44,249.28 --233.47,249.31 --233.5,249.35 --233.61,248.79 --233.64,248.82 --233.68,248.85 --233.71,248.88 --233.74,248.91 --233.77,248.94 --233.8,248.97 --233.84,249 --233.87,249.03 --233.9,249.06 --233.93,249.09 --233.97,249.12 --234,249.15 --234.03,249.18 --234.06,249.21 --234.1,249.24 --234.13,249.27 --234.16,249.3 --234.2,249.32 --234.23,249.35 --234.26,249.38 --234.3,249.41 --234.33,249.44 --234.36,249.46 --234.4,249.49 --234.43,249.52 --234.46,249.55 --234.5,249.57 --234.53,249.6 --234.56,249.63 --234.6,249.65 --234.63,249.68 --234.67,249.71 --234.7,249.73 --234.73,249.76 --234.77,249.78 --234.8,249.81 --234.84,249.83 --234.87,249.86 --234.91,249.88 --234.94,249.91 --234.98,249.93 --235.01,249.96 --235.04,249.98 --235.08,250.01 --235.11,250.03 --235.15,250.06 --235.18,250.08 --235.22,250.1 --235.25,250.13 --235.29,250.15 --235.32,250.17 --235.36,250.2 --235.4,250.22 --235.43,250.24 --235.47,250.26 --235.5,250.29 --235.54,250.31 --235.57,250.33 --235.61,250.35 --235.64,250.37 --235.68,250.4 --235.71,250.42 --235.75,250.44 --235.78,250.46 --235.82,250.48 --235.86,250.5 --235.89,250.52 --235.93,250.54 --235.96,250.56 --236,250.58 --236.03,250.6 --236.07,250.62 --236.11,250.64 --236.14,250.66 --236.18,250.68 --236.21,250.7 --236.25,250.72 --236.29,250.74 --236.32,250.75 --236.36,250.77 --236.39,250.79 --236.43,250.81 --236.47,250.83 --236.5,250.84 --236.54,250.86 --236.58,250.88 --236.61,250.89 --236.65,250.91 --236.68,250.93 --236.72,250.94 --236.76,250.96 --236.79,250.98 --236.83,250.99 --236.87,251.01 --236.9,251.02 --236.94,251.04 --236.98,251.05 --237.01,251.07 --237.05,251.08 --237.12,250.55 --237.15,250.56 --237.19,250.58 --237.23,250.59 --237.26,250.6 --237.3,250.61 --237.34,250.62 --237.37,250.64 --237.41,250.65 --237.45,250.66 --237.48,250.67 --237.52,250.68 --237.56,250.69 --237.59,250.7 --237.63,250.71 --237.67,250.72 --237.7,250.73 --237.74,250.74 --237.78,250.75 --237.81,250.76 --237.85,250.77 --237.88,250.78 --237.92,250.78 --237.96,250.79 --237.99,250.8 --238.03,250.81 --238.07,250.82 --238.1,250.82 --238.14,250.83 --238.18,250.84 --238.21,250.85 --238.25,250.85 --238.29,250.86 --238.32,250.87 --238.36,250.87 --238.39,250.88 --238.43,250.88 --238.47,250.89 --238.5,250.9 --238.54,250.9 --238.58,250.91 --238.61,250.91 --238.65,250.92 --238.68,250.92 --238.72,250.93 --238.76,250.93 --238.79,250.94 --238.83,250.94 --238.86,250.94 --238.9,250.95 --238.94,250.95 --238.97,250.95 --239.01,250.96 --239.05,250.96 --239.08,250.96 --239.12,250.96 --239.15,250.97 --239.19,250.97 --239.23,250.97 --239.26,250.97 --239.3,250.97 --239.34,250.98 --239.37,250.98 --239.41,250.98 --239.44,250.98 --239.48,250.98 --239.52,250.98 --239.55,250.98 --239.59,250.98 --239.62,250.98 --239.66,250.98 --239.7,250.98 --239.73,250.98 --239.77,250.98 --239.8,250.98 --239.84,250.98 --239.88,250.98 --239.91,250.98 --239.95,250.98 --239.98,250.98 --240.02,250.97 --240.05,250.97 --240.09,250.97 --240.13,250.97 --240.16,250.97 --240.2,250.96 --240.23,250.96 --240.27,250.96 --240.3,250.95 --240.34,250.95 --240.38,250.95 --240.41,250.94 --240.45,250.94 --240.48,250.94 --240.52,250.93 --240.55,250.93 --240.59,250.92 --240.62,250.92 --240.66,250.91 --240.69,250.91 --240.69,250.53 --240.72,250.53 --240.76,250.52 --240.79,250.51 --240.83,250.51 --240.86,250.5 --240.9,250.49 --240.93,250.48 --240.97,250.48 --241,250.47 --241.03,250.46 --241.07,250.45 --241.1,250.44 --241.14,250.44 --241.17,250.43 --241.21,250.42 --241.24,250.41 --241.27,250.4 --241.31,250.39 --241.34,250.38 --241.37,250.37 --241.41,250.36 --241.44,250.35 --241.48,250.34 --241.51,250.33 --241.54,250.32 --241.58,250.31 --241.61,250.3 --241.64,250.29 --241.68,250.28 --241.71,250.27 --241.74,250.25 --241.78,250.24 --241.81,250.23 --241.84,250.22 --241.88,250.21 --241.91,250.19 --241.94,250.18 --241.97,250.17 --242.01,250.16 --242.04,250.14 --242.07,250.13 --242.1,250.12 --242.14,250.11 --242.17,250.09 --242.2,250.08 --242.23,250.06 --242.27,250.05 --242.3,250.04 --242.33,250.02 --242.36,250.01 --242.39,249.99 --242.43,249.98 --242.46,249.96 --242.49,249.95 --242.52,249.94 --242.55,249.92 --242.59,249.9 --242.62,249.89 --242.65,249.87 --242.68,249.86 --242.71,249.84 --242.74,249.83 --242.77,249.81 --242.81,249.79 --242.84,249.78 --242.87,249.76 --242.9,249.75 --242.93,249.73 --242.96,249.71 --242.99,249.7 --243.02,249.68 --243.05,249.66 --243.09,249.64 --243.12,249.63 --243.15,249.61 --243.18,249.59 --243.21,249.57 --243.24,249.56 --243.27,249.54 --243.3,249.52 --243.33,249.5 --243.36,249.48 --243.39,249.47 --243.42,249.45 --243.45,249.43 --243.48,249.41 --243.51,249.39 --243.54,249.37 --243.57,249.35 --243.6,249.33 --243.63,249.31 --243.66,249.3 --243.69,249.28 --243.72,249.26 --243.75,249.24 --243.78,249.22 --243.81,249.2 --243.84,249.18 --243.87,249.16 --243.87,248.88 --243.9,248.86 --243.93,248.84 --243.96,248.82 --243.99,248.8 --244.02,248.78 --244.05,248.76 --244.08,248.74 --244.11,248.72 --244.14,248.7 --244.17,248.68 --244.2,248.66 --244.22,248.63 --244.25,248.61 --244.28,248.59 --244.31,248.57 --244.34,248.55 --244.37,248.53 --244.4,248.51 --244.43,248.48 --244.46,248.46 --244.48,248.44 --244.51,248.42 --244.54,248.4 --244.57,248.37 --244.6,248.35 --244.63,248.33 --244.65,248.31 --244.68,248.28 --244.71,248.26 --244.74,248.24 --244.76,248.21 --244.79,248.19 --244.82,248.17 --244.85,248.14 --244.87,248.12 --244.9,248.09 --244.93,248.07 --244.96,248.04 --244.98,248.02 --245.01,247.99 --245.04,247.97 --245.06,247.94 --245.09,247.92 --245.12,247.89 --245.14,247.87 --245.17,247.84 --245.2,247.82 --245.22,247.79 --245.25,247.77 --245.28,247.74 --245.3,247.71 --245.33,247.69 --245.36,247.66 --245.38,247.63 --245.41,247.61 --245.44,247.58 --245.46,247.56 --245.49,247.53 --245.52,247.5 --245.55,247.48 --245.57,247.45 --245.6,247.42 --245.63,247.4 --245.65,247.37 --245.68,247.34 --245.71,247.32 --245.74,247.29 --245.76,247.26 --245.79,247.23 --245.82,247.21 --245.85,247.18 --245.87,247.15 --245.9,247.12 --245.93,247.09 --245.95,247.06 --245.98,247.04 --246.01,247.01 --246.04,246.98 --246.06,246.95 --246.09,246.92 --246.12,246.89 --246.14,246.86 --246.17,246.84 --246.2,246.81 --246.22,246.78 --246.25,246.75 --246.28,246.72 --246.3,246.69 --246.33,246.66 --246.36,246.63 --246.38,246.6 --246.41,246.57 --246.44,246.54 --246.46,246.51 --246.49,246.48 --246.51,246.45 --246.54,246.42 --246.57,246.39 --246.59,246.36 --246.6,246.09 --246.63,246.06 --246.65,246.03 --246.68,246 --246.7,245.97 --246.73,245.94 --246.75,245.91 --246.78,245.88 --246.8,245.85 --246.83,245.82 --246.85,245.79 --246.88,245.75 --246.9,245.72 --246.93,245.69 --246.95,245.66 --246.97,245.63 --247,245.6 --247.02,245.57 --247.05,245.54 --247.07,245.51 --247.09,245.48 --247.12,245.44 --247.14,245.41 --247.16,245.38 --247.19,245.35 --247.21,245.32 --247.23,245.29 --247.25,245.26 --247.28,245.22 --247.3,245.19 --247.32,245.16 --247.35,245.13 --247.37,245.09 --247.39,245.06 --247.41,245.03 --247.43,245 --247.46,244.97 --247.48,244.93 --247.5,244.9 --247.52,244.87 --247.54,244.83 --247.57,244.8 --247.59,244.77 --247.61,244.74 --247.63,244.7 --247.65,244.67 --247.67,244.64 --247.69,244.6 --247.72,244.57 --247.74,244.54 --247.76,244.5 --247.78,244.47 --247.8,244.44 --247.82,244.4 --247.84,244.37 --247.86,244.33 --247.88,244.3 --247.91,244.27 --247.93,244.23 --247.95,244.2 --247.97,244.16 --247.99,244.13 --248.01,244.1 --248.03,244.06 --248.05,244.03 --248.07,243.99 --248.09,243.96 --248.11,243.92 --248.13,243.89 --248.15,243.85 --248.17,243.82 --248.19,243.78 --248.21,243.75 --248.23,243.71 --248.25,243.68 --248.27,243.64 --248.29,243.61 --248.31,243.57 --248.33,243.54 --248.35,243.5 --248.37,243.47 --248.38,243.43 --248.4,243.39 --248.42,243.36 --248.44,243.32 --248.46,243.29 --248.48,243.25 --248.49,243.21 --248.51,243.18 --248.53,243.14 --248.55,243.11 --248.56,243.07 --248.58,243.03 --248.6,243 --248.61,242.96 --248.63,242.92 --248.65,242.89 --248.66,242.85 --248.68,242.81 --248.7,242.77 --248.81,242.64 --248.83,242.6 --248.84,242.56 --248.86,242.52 --248.88,242.48 --248.89,242.45 --248.91,242.41 --248.92,242.37 --248.94,242.33 --248.95,242.29 --248.97,242.25 --248.98,242.21 --249,242.17 --249.01,242.13 --249.03,242.09 --249.04,242.05 --249.05,242.01 --249.07,241.97 --249.08,241.93 --249.1,241.89 --249.11,241.85 --249.13,241.81 --249.14,241.77 --249.15,241.73 --249.17,241.68 --249.18,241.64 --249.19,241.6 --249.21,241.56 --249.22,241.51 --249.23,241.47 --249.24,241.43 --249.25,241.38 --249.27,241.34 --249.28,241.3 --249.29,241.25 --249.3,241.21 --249.31,241.16 --249.32,241.12 --249.33,241.07 --249.34,241.03 --249.34,240.98 --249.35,240.94 --249.36,240.89 --249.37,240.85 --249.38,240.8 --249.39,240.75 --249.39,240.71 --249.4,240.66 --249.41,240.62 --249.42,240.57 --249.42,240.52 --249.43,240.48 --249.43,240.43 --249.44,240.38 --249.45,240.34 --249.45,240.29 --249.46,240.24 --249.46,240.19 --249.47,240.15 --249.47,240.1 --249.48,240.05 --249.48,240 --249.49,239.95 --249.49,239.9 --249.49,239.86 --249.5,239.81 --249.5,239.76 --249.5,239.71 --249.51,239.66 --249.51,239.61 --249.51,239.56 --249.51,239.51 --249.51,239.46 --249.51,239.41 --249.52,239.35 --249.52,239.3 --249.52,239.25 --249.52,239.2 --249.52,239.15 --249.52,239.1 --249.52,239.05 --249.51,238.99 --249.51,238.94 --249.51,238.89 --249.51,238.84 --249.5,238.78 --249.5,238.73 --249.5,238.68 --249.49,238.62 --249.49,238.57 --249.49,238.52 --249.48,238.46 --249.48,238.41 --249.47,238.35 --249.47,238.3 --249.46,238.24 --249.46,238.19 --249.45,238.14 --249.45,238.08 --249.44,238.03 --249.63,237.89 --249.62,237.83 --249.61,237.78 --249.6,237.72 --249.59,237.66 --249.59,237.61 --249.58,237.55 --249.57,237.5 --249.56,237.44 --249.55,237.38 --249.54,237.33 --249.53,237.27 --249.51,237.21 --249.5,237.16 --249.49,237.1 --249.48,237.04 --249.46,236.98 --249.45,236.93 --249.44,236.87 --249.42,236.81 --249.41,236.75 --249.39,236.7 --249.38,236.64 --249.36,236.58 --249.34,236.52 --249.33,236.46 --249.31,236.41 --249.29,236.35 --249.27,236.29 --249.26,236.23 --249.24,236.17 --249.22,236.11 --249.2,236.06 --249.18,236 --249.16,235.94 --249.14,235.88 --249.12,235.82 --249.1,235.76 --249.08,235.71 --249.05,235.65 --249.03,235.59 --249.01,235.53 --248.99,235.47 --248.96,235.41 --248.94,235.35 --248.91,235.3 --248.89,235.24 --248.86,235.18 --248.84,235.12 --248.81,235.06 --248.78,235 --248.76,234.94 --248.73,234.88 --248.7,234.82 --248.67,234.77 --248.65,234.71 --248.62,234.65 --248.59,234.59 --248.56,234.53 --248.53,234.47 --248.49,234.41 --248.46,234.35 --248.43,234.29 --248.4,234.23 --248.37,234.18 --248.33,234.12 --248.3,234.06 --248.26,234 --248.23,233.94 --248.19,233.88 --248.16,233.82 --248.12,233.76 --248.09,233.7 --248.05,233.65 --248.01,233.59 --247.98,233.53 --247.94,233.47 --247.9,233.41 --247.86,233.35 --247.82,233.29 --247.78,233.24 --247.74,233.18 --247.7,233.12 --247.66,233.06 --247.62,233 --247.58,232.95 --247.54,232.89 --247.5,232.83 --247.45,232.77 --247.41,232.71 --247.37,232.66 --247.32,232.6 --247.28,232.54 --247.23,232.49 --247.19,232.43 --247.14,232.37 --247.09,232.31 --247.05,232.26 --247,232.2 --246.95,232.15 --247.27,232.07 --247.23,232.01 --247.18,231.95 --247.13,231.9 --247.08,231.84 --247.03,231.79 --246.98,231.73 --246.93,231.68 --246.88,231.62 --246.83,231.57 --246.77,231.51 --246.72,231.46 --246.67,231.4 --246.61,231.35 --246.56,231.29 --246.51,231.24 --246.45,231.18 --246.4,231.13 --246.34,231.08 --246.28,231.02 --246.23,230.97 --246.17,230.92 --246.11,230.86 --246.05,230.81 --246,230.76 --245.94,230.7 --245.88,230.65 --245.82,230.6 --245.76,230.55 --245.7,230.5 --245.64,230.44 --245.58,230.39 --245.52,230.34 --245.46,230.29 --245.4,230.24 --245.33,230.19 --245.27,230.14 --245.21,230.09 --245.15,230.03 --245.08,229.98 --245.02,229.93 --244.96,229.88 --244.89,229.83 --244.83,229.78 --244.76,229.73 --244.7,229.68 --244.63,229.63 --244.57,229.58 --244.5,229.54 --244.44,229.49 --244.37,229.44 --244.3,229.39 --244.24,229.34 --244.17,229.29 --244.1,229.24 --244.04,229.19 --243.97,229.15 --243.9,229.1 --243.83,229.05 --243.76,229 --243.7,228.95 --243.63,228.9 --243.56,228.86 --243.49,228.81 --243.42,228.76 --243.35,228.71 --243.28,228.67 --243.21,228.62 --243.14,228.57 --243.07,228.53 --243,228.48 --242.93,228.43 --242.86,228.39 --242.78,228.34 --242.71,228.29 --242.64,228.25 --242.57,228.2 --242.5,228.15 --242.42,228.11 --242.35,228.06 --242.28,228.01 --242.2,227.97 --242.13,227.92 --242.06,227.88 --241.98,227.83 --241.91,227.78 --241.84,227.74 --241.76,227.69 --241.69,227.65 --241.61,227.6 --241.54,227.55 --241.46,227.51 --241.39,227.46 --241.31,227.42 --241.24,227.37 --241.16,227.32 --241.09,227.28 --241.01,227.23 --240.94,227.19 --240.86,227.14 --241.3,227.03 --241.22,226.99 --241.15,226.94 --241.07,226.89 --240.99,226.85 --240.92,226.8 --240.84,226.76 --240.76,226.71 --240.69,226.66 --240.61,226.62 --240.53,226.57 --240.45,226.53 --240.38,226.48 --240.3,226.44 --240.22,226.39 --240.14,226.35 --240.06,226.3 --239.99,226.26 --239.91,226.21 --239.83,226.17 --239.75,226.12 --239.67,226.08 --239.59,226.03 --239.51,225.99 --239.43,225.94 --239.35,225.9 --239.27,225.85 --239.19,225.81 --239.11,225.76 --239.03,225.72 --238.95,225.67 --238.87,225.63 --238.78,225.59 --238.7,225.54 --238.62,225.5 --238.54,225.45 --238.46,225.41 --238.38,225.36 --238.29,225.32 --238.21,225.27 --238.13,225.23 --238.05,225.19 --237.96,225.14 --237.88,225.1 --237.8,225.05 --237.72,225.01 --237.63,224.96 --237.55,224.92 --237.47,224.87 --237.38,224.83 --237.3,224.78 --237.22,224.74 --237.13,224.7 --237.05,224.65 --236.97,224.61 --236.88,224.56 --236.8,224.52 --236.71,224.47 --236.63,224.43 --236.55,224.38 --236.46,224.34 --236.38,224.29 --236.29,224.24 --236.21,224.2 --236.13,224.15 --236.04,224.11 --235.96,224.06 --235.87,224.02 --235.79,223.97 --235.7,223.92 --235.62,223.88 --235.53,223.83 --235.45,223.79 --235.36,223.74 --235.28,223.69 --235.19,223.65 --235.11,223.6 --235.02,223.56 --234.94,223.51 --234.85,223.46 --234.77,223.42 --234.68,223.37 --234.6,223.32 --234.51,223.28 --234.43,223.23 --234.34,223.18 --234.25,223.14 --234.17,223.09 --234.08,223.04 --233.99,223 --233.91,222.95 --233.82,222.9 --233.74,222.86 --233.65,222.81 --233.56,222.76 --233.47,222.72 --233.39,222.67 --233.3,222.62 --233.21,222.57 --233.13,222.53 --233.5,222.5 --233.41,222.45 --233.33,222.41 --233.24,222.36 --233.15,222.31 --233.07,222.26 --232.98,222.21 --232.89,222.16 --232.81,222.12 --232.72,222.07 --232.63,222.02 --232.54,221.97 --232.46,221.92 --232.37,221.87 --232.28,221.82 --232.2,221.77 --232.11,221.72 --232.02,221.67 --231.93,221.63 --231.85,221.58 --231.76,221.53 --231.67,221.48 --231.58,221.43 --231.5,221.38 --231.41,221.33 --231.32,221.28 --231.23,221.23 --231.15,221.18 --231.06,221.12 --230.97,221.07 --230.88,221.02 --230.8,220.97 --230.71,220.92 --230.62,220.87 --230.53,220.82 --230.45,220.77 --230.36,220.72 --230.27,220.67 --230.18,220.62 --230.09,220.56 --230.01,220.51 --229.92,220.46 --229.83,220.41 --229.74,220.36 --229.65,220.31 --229.57,220.25 --229.48,220.2 --229.39,220.15 --229.3,220.1 --229.21,220.04 --229.13,219.99 --229.04,219.94 --228.95,219.89 --228.86,219.83 --228.77,219.78 --228.68,219.73 --228.6,219.68 --228.51,219.62 --228.42,219.57 --228.33,219.52 --228.24,219.46 --228.15,219.41 --228.06,219.36 --227.98,219.3 --227.89,219.25 --227.8,219.2 --227.71,219.14 --227.62,219.09 --227.53,219.04 --227.44,218.98 --227.35,218.93 --227.26,218.87 --227.18,218.82 --227.09,218.77 --227,218.71 --226.91,218.66 --226.82,218.6 --226.73,218.55 --226.64,218.49 --226.55,218.44 --226.46,218.38 --226.37,218.33 --226.28,218.27 --226.2,218.22 --226.11,218.16 --226.02,218.11 --225.93,218.05 --225.84,218 --225.75,217.94 --225.66,217.89 --225.57,217.83 --225.48,217.78 --225.39,217.72 --225.3,217.66 --225.21,217.61 --225.12,217.55 --225.03,217.5 --224.94,217.44 --224.85,217.38 --224.76,217.33 --225.03,217.42 --224.94,217.37 --224.85,217.31 --224.76,217.26 --224.67,217.2 --224.58,217.14 --224.49,217.09 --224.4,217.03 --224.31,216.97 --224.22,216.92 --224.13,216.86 --224.04,216.8 --223.95,216.75 --223.86,216.69 --223.77,216.63 --223.68,216.58 --223.59,216.52 --223.5,216.46 --223.41,216.41 --223.32,216.35 --223.23,216.29 --223.14,216.23 --223.05,216.18 --222.96,216.12 --222.87,216.06 --222.78,216.01 --222.68,215.95 --222.59,215.89 --222.5,215.83 --222.41,215.78 --222.32,215.72 --222.23,215.66 --222.14,215.6 --222.05,215.55 --221.96,215.49 --221.87,215.43 --221.78,215.37 --221.69,215.32 --221.6,215.26 --221.51,215.2 --221.42,215.14 --221.33,215.09 --221.24,215.03 --221.15,214.97 --221.06,214.91 --220.97,214.85 --220.88,214.8 --220.79,214.74 --220.7,214.68 --220.61,214.62 --220.52,214.57 --220.43,214.51 --220.33,214.45 --220.24,214.39 --220.15,214.34 --220.06,214.28 --219.97,214.22 --219.88,214.16 --219.8,214.1 --219.71,214.05 --219.62,213.99 --219.53,213.93 --219.44,213.87 --219.35,213.82 --219.26,213.76 --219.17,213.7 --219.08,213.64 --218.99,213.58 --218.9,213.53 --218.81,213.47 --218.72,213.41 --218.63,213.35 --218.54,213.29 --218.45,213.24 --218.36,213.18 --218.27,213.12 --218.18,213.06 --218.09,213.01 --218,212.95 --217.91,212.89 --217.82,212.83 --217.73,212.77 --217.64,212.72 --217.55,212.66 --217.46,212.6 --217.37,212.54 --217.28,212.48 --217.19,212.42 --217.1,212.37 --217.01,212.31 --216.92,212.25 --216.83,212.19 --216.74,212.13 --216.65,212.07 --216.56,212.02 --216.47,211.96 --216.38,211.9 --216.29,211.84 --216.2,211.78 --216.11,211.73 --216.32,211.93 --216.23,211.87 --216.15,211.81 --216.06,211.76 --215.97,211.7 --215.88,211.64 --215.79,211.58 --215.7,211.52 --215.61,211.47 --215.52,211.41 --215.44,211.35 --215.35,211.29 --215.26,211.23 --215.17,211.18 --215.08,211.12 --214.99,211.06 --214.9,211 --214.82,210.95 --214.73,210.89 --214.64,210.83 --214.55,210.77 --214.46,210.71 --214.37,210.66 --214.29,210.6 --214.2,210.54 --214.11,210.48 --214.02,210.42 --213.93,210.37 --213.84,210.31 --213.75,210.25 --213.67,210.19 --213.58,210.13 --213.49,210.08 --213.4,210.02 --213.31,209.96 --213.22,209.9 --213.13,209.84 --213.04,209.79 --212.96,209.73 --212.87,209.67 --212.78,209.61 --212.69,209.55 --212.6,209.49 --212.51,209.43 --212.42,209.38 --212.33,209.32 --212.24,209.26 --212.15,209.2 --212.06,209.14 --211.97,209.08 --211.88,209.02 --211.79,208.96 --211.7,208.91 --211.61,208.85 --211.52,208.79 --211.43,208.73 --211.34,208.67 --211.25,208.61 --211.15,208.55 --211.06,208.49 --210.97,208.43 --210.88,208.37 --210.79,208.31 --210.7,208.25 --210.61,208.19 --210.52,208.13 --210.42,208.07 --210.33,208.01 --210.24,207.95 --210.15,207.89 --210.06,207.83 --209.96,207.77 --209.87,207.71 --209.78,207.65 --209.69,207.59 --209.6,207.53 --209.5,207.46 --209.41,207.4 --209.32,207.34 --209.23,207.28 --209.13,207.22 --209.04,207.16 --208.95,207.1 --208.85,207.04 --208.76,206.98 --208.67,206.92 --208.57,206.85 --208.48,206.79 --208.39,206.73 --208.29,206.67 --208.2,206.61 --208.11,206.55 --208.01,206.48 --207.92,206.42 --207.83,206.36 --207.73,206.3 --207.64,206.24 --207.55,206.17 --207.45,206.11 --207.36,206.05 --207.53,206.36 --207.44,206.3 --207.34,206.23 --207.25,206.17 --207.15,206.11 --207.06,206.04 --206.97,205.98 --206.87,205.92 --206.78,205.85 --206.68,205.79 --206.59,205.73 --206.49,205.66 --206.4,205.6 --206.3,205.54 --206.21,205.47 --206.11,205.41 --206.02,205.35 --205.92,205.28 --205.83,205.22 --205.73,205.15 --205.63,205.09 --205.54,205.02 --205.44,204.96 --205.35,204.89 --205.25,204.83 --205.16,204.76 --205.06,204.7 --204.96,204.63 --204.87,204.57 --204.77,204.5 --204.67,204.44 --204.58,204.37 --204.48,204.31 --204.39,204.24 --204.29,204.18 --204.19,204.11 --204.1,204.05 --204,203.98 --203.9,203.91 --203.8,203.85 --203.71,203.78 --203.61,203.71 --203.51,203.65 --203.42,203.58 --203.32,203.52 --203.22,203.45 --203.12,203.38 --203.03,203.32 --202.93,203.25 --202.83,203.18 --202.73,203.12 --202.63,203.05 --202.54,202.98 --202.44,202.92 --202.34,202.85 --202.24,202.78 --202.14,202.71 --202.04,202.65 --201.94,202.58 --201.85,202.51 --201.75,202.44 --201.65,202.38 --201.55,202.31 --201.45,202.24 --201.35,202.17 --201.25,202.11 --201.15,202.04 --201.05,201.97 --200.95,201.9 --200.85,201.83 --200.75,201.77 --200.65,201.7 --200.55,201.63 --200.45,201.56 --200.35,201.49 --200.25,201.42 --200.15,201.35 --200.04,201.28 --199.94,201.22 --199.84,201.15 --199.74,201.08 --199.64,201.01 --199.54,200.94 --199.44,200.87 --199.33,200.8 --199.23,200.73 --199.13,200.66 --199.03,200.59 --198.93,200.52 --198.82,200.45 --198.72,200.38 --198.62,200.31 --198.52,200.24 --198.42,200.17 --198.31,200.1 --198.21,200.03 --198.11,199.96 --198,199.89 --197.9,199.82 --197.8,199.75 --197.98,200.1 --197.88,200.03 --197.78,199.96 --197.67,199.89 --197.57,199.82 --197.47,199.75 --197.36,199.68 --197.26,199.61 --197.16,199.54 --197.05,199.47 --196.95,199.4 --196.85,199.33 --196.74,199.26 --196.64,199.19 --196.53,199.12 --196.43,199.04 --196.33,198.97 --196.22,198.9 --196.12,198.83 --196.01,198.76 --195.91,198.69 --195.8,198.62 --195.7,198.55 --195.59,198.48 --195.49,198.41 --195.38,198.34 --195.28,198.26 --195.17,198.19 --195.07,198.12 --194.96,198.05 --194.86,197.98 --194.75,197.91 --194.65,197.84 --194.54,197.76 --194.44,197.69 --194.33,197.62 --194.23,197.55 --194.12,197.48 --194.01,197.4 --193.91,197.33 --193.8,197.26 --193.7,197.19 --193.59,197.11 --193.48,197.04 --193.38,196.97 --193.27,196.9 --193.16,196.82 --193.06,196.75 --192.95,196.68 --192.84,196.61 --192.74,196.53 --192.63,196.46 --192.53,196.39 --192.42,196.31 --192.31,196.24 --192.2,196.17 --192.1,196.09 --191.99,196.02 --191.88,195.95 --191.78,195.87 --191.67,195.8 --191.56,195.73 --191.46,195.65 --191.35,195.58 --191.24,195.5 --191.13,195.43 --191.03,195.36 --190.92,195.28 --190.81,195.21 --190.7,195.13 --190.6,195.06 --190.49,194.98 --190.38,194.91 --190.27,194.84 --190.16,194.76 --190.06,194.69 --189.95,194.61 --189.84,194.54 --189.73,194.46 --189.62,194.39 --189.51,194.31 --189.41,194.23 --189.3,194.16 --189.19,194.08 --189.08,194.01 --188.97,193.93 --188.86,193.86 --188.75,193.78 --188.65,193.71 --188.54,193.63 --188.43,193.55 --188.32,193.48 --188.21,193.4 --188.1,193.33 --187.99,193.25 --187.88,193.17 --187.77,193.1 --187.66,193.02 --187.56,192.95 --187.45,192.87 --187.63,193.27 --187.52,193.2 --187.41,193.12 --187.3,193.05 --187.19,192.97 --187.08,192.89 --186.97,192.82 --186.87,192.74 --186.76,192.67 --186.65,192.59 --186.54,192.52 --186.43,192.44 --186.32,192.36 --186.21,192.29 --186.1,192.21 --185.99,192.14 --185.88,192.06 --185.77,191.99 --185.66,191.91 --185.55,191.83 --185.44,191.76 --185.33,191.68 --185.22,191.61 --185.11,191.53 --184.99,191.45 --184.88,191.38 --184.77,191.3 --184.66,191.23 --184.55,191.15 --184.44,191.07 --184.33,191 --184.21,190.92 --184.1,190.85 --183.99,190.77 --183.88,190.69 --183.77,190.62 --183.66,190.54 --183.54,190.47 --183.43,190.39 --183.32,190.31 --183.21,190.24 --183.09,190.16 --182.98,190.08 --182.87,190.01 --182.76,189.93 --182.65,189.85 --182.53,189.78 --182.42,189.7 --182.31,189.62 --182.19,189.55 --182.08,189.47 --181.97,189.39 --181.86,189.32 --181.74,189.24 --181.63,189.16 --181.52,189.08 --181.4,189.01 --181.29,188.93 --181.18,188.85 --181.06,188.77 --180.95,188.7 --180.84,188.62 --180.72,188.54 --180.61,188.46 --180.5,188.39 --180.39,188.31 --180.27,188.23 --180.16,188.15 --180.05,188.08 --179.93,188 --179.82,187.92 --179.71,187.84 --179.59,187.77 --179.48,187.69 --179.37,187.61 --179.25,187.53 --179.14,187.46 --179.03,187.38 --178.91,187.3 --178.8,187.22 --178.69,187.14 --178.57,187.07 --178.46,186.99 --178.35,186.91 --178.23,186.83 --178.12,186.75 --178.01,186.67 --177.89,186.6 --177.78,186.52 --177.67,186.44 --177.55,186.36 --177.44,186.28 --177.32,186.2 --177.21,186.13 --177.1,186.05 --176.98,185.97 --176.87,185.89 --176.75,185.81 --176.64,185.73 --176.53,185.66 --176.7,186.07 --176.59,185.99 --176.48,185.91 --176.36,185.83 --176.25,185.75 --176.13,185.68 --176.02,185.6 --175.9,185.52 --175.79,185.44 --175.67,185.37 --175.56,185.29 --175.45,185.21 --175.33,185.13 --175.22,185.06 --175.1,184.98 --174.99,184.9 --174.87,184.82 --174.76,184.75 --174.64,184.67 --174.53,184.59 --174.41,184.52 --174.3,184.44 --174.18,184.36 --174.07,184.28 --173.95,184.21 --173.84,184.13 --173.72,184.05 --173.61,183.97 --173.49,183.9 --173.38,183.82 --173.26,183.74 --173.15,183.66 --173.03,183.58 --172.92,183.51 --172.8,183.43 --172.69,183.35 --172.57,183.27 --172.46,183.19 --172.34,183.12 --172.22,183.04 --172.11,182.96 --171.99,182.88 --171.88,182.8 --171.76,182.72 --171.65,182.65 --171.53,182.57 --171.42,182.49 --171.3,182.41 --171.19,182.33 --171.07,182.25 --170.96,182.17 --170.84,182.09 --170.73,182.02 --170.61,181.94 --170.5,181.86 --170.38,181.78 --170.27,181.7 --170.15,181.62 --170.04,181.54 --169.92,181.47 --169.81,181.39 --169.69,181.31 --169.58,181.23 --169.46,181.15 --169.35,181.07 --169.23,180.99 --169.12,180.91 --169,180.84 --168.89,180.76 --168.77,180.68 --168.66,180.6 --168.54,180.52 --168.43,180.44 --168.31,180.36 --168.2,180.28 --168.08,180.2 --167.97,180.13 --167.85,180.05 --167.74,179.97 --167.62,179.89 --167.51,179.81 --167.39,179.73 --167.28,179.65 --167.16,179.57 --167.05,179.49 --166.93,179.41 --166.82,179.33 --166.7,179.25 --166.59,179.17 --166.47,179.09 --166.36,179.01 --166.24,178.93 --166.12,178.85 --166.01,178.77 --165.89,178.69 --165.78,178.61 --165.66,178.53 --165.55,178.45 --165.43,178.37 --165.32,178.29 --165.5,178.74 --165.39,178.66 --165.27,178.58 --165.16,178.5 --165.04,178.42 --164.93,178.34 --164.81,178.26 --164.7,178.18 --164.58,178.1 --164.47,178.02 --164.35,177.94 --164.24,177.86 --164.12,177.78 --164.01,177.7 --163.89,177.63 --163.78,177.55 --163.66,177.47 --163.55,177.39 --163.43,177.31 --163.32,177.23 --163.2,177.15 --163.09,177.07 --162.97,176.99 --162.86,176.91 --162.75,176.83 --162.63,176.75 --162.52,176.67 --162.4,176.59 --162.29,176.51 --162.17,176.43 --162.06,176.35 --161.94,176.26 --161.83,176.18 --161.71,176.1 --161.6,176.02 --161.48,175.94 --161.37,175.86 --161.25,175.78 --161.14,175.7 --161.03,175.62 --160.91,175.54 --160.8,175.46 --160.68,175.38 --160.57,175.3 --160.45,175.22 --160.34,175.14 --160.22,175.06 --160.11,174.98 --159.99,174.9 --159.88,174.82 --159.76,174.74 --159.65,174.66 --159.54,174.57 --159.42,174.49 --159.31,174.41 --159.19,174.33 --159.08,174.25 --158.96,174.17 --158.85,174.09 --158.73,174.01 --158.62,173.93 --158.5,173.85 --158.39,173.77 --158.27,173.69 --158.16,173.61 --158.04,173.53 --157.93,173.45 --157.81,173.37 --157.7,173.29 --157.58,173.21 --157.47,173.13 --157.35,173.04 --157.24,172.96 --157.13,172.88 --157.01,172.8 --156.9,172.72 --156.78,172.64 --156.67,172.56 --156.55,172.48 --156.44,172.4 --156.32,172.32 --156.21,172.24 --156.09,172.16 --155.98,172.08 --155.86,172 --155.75,171.92 --155.63,171.84 --155.52,171.76 --155.41,171.68 --155.29,171.6 --155.18,171.52 --155.06,171.44 --154.95,171.36 --154.83,171.28 --154.72,171.2 --154.61,171.12 --154.49,171.04 --154.38,170.96 --154.26,170.88 --154.15,170.8 --154.37,171.23 --154.26,171.15 --154.14,171.07 --154.03,170.99 --153.92,170.91 --153.8,170.83 --153.69,170.75 --153.57,170.67 --153.46,170.59 --153.35,170.51 --153.23,170.43 --153.12,170.35 --153,170.27 --152.89,170.19 --152.78,170.12 --152.66,170.04 --152.55,169.96 --152.43,169.88 --152.32,169.8 --152.21,169.72 --152.09,169.64 --151.98,169.56 --151.86,169.48 --151.75,169.4 --151.64,169.32 --151.52,169.24 --151.41,169.16 --151.29,169.08 --151.18,169 --151.07,168.92 --150.95,168.84 --150.84,168.76 --150.72,168.68 --150.61,168.61 --150.5,168.53 --150.38,168.45 --150.27,168.37 --150.16,168.29 --150.04,168.21 --149.93,168.13 --149.81,168.05 --149.7,167.97 --149.59,167.89 --149.47,167.81 --149.36,167.73 --149.25,167.66 --149.13,167.58 --149.02,167.5 --148.9,167.42 --148.79,167.34 --148.68,167.26 --148.56,167.18 --148.45,167.1 --148.34,167.03 --148.22,166.95 --148.11,166.87 --147.99,166.79 --147.88,166.71 --147.77,166.63 --147.65,166.55 --147.54,166.47 --147.43,166.4 --147.31,166.32 --147.2,166.24 --147.09,166.16 --146.97,166.08 --146.86,166 --146.75,165.92 --146.63,165.85 --146.52,165.77 --146.41,165.69 --146.29,165.61 --146.18,165.53 --146.07,165.45 --145.95,165.38 --145.84,165.3 --145.73,165.22 --145.61,165.14 --145.5,165.06 --145.39,164.98 --145.27,164.9 --145.16,164.83 --145.05,164.75 --144.93,164.67 --144.82,164.59 --144.71,164.51 --144.59,164.43 --144.48,164.35 --144.37,164.28 --144.25,164.2 --144.14,164.12 --144.03,164.04 --143.91,163.96 --143.8,163.88 --143.69,163.8 --143.58,163.72 --143.46,163.65 --143.35,163.57 --143.24,163.49 --143.12,163.41 --143.37,163.8 --143.26,163.73 --143.14,163.65 --143.03,163.57 --142.92,163.49 --142.81,163.41 --142.7,163.34 --142.58,163.26 --142.47,163.18 --142.36,163.1 --142.25,163.03 --142.13,162.95 --142.02,162.87 --141.91,162.79 --141.8,162.71 --141.69,162.64 --141.57,162.56 --141.46,162.48 --141.35,162.4 --141.24,162.32 --141.12,162.25 --141.01,162.17 --140.9,162.09 --140.79,162.01 --140.67,161.94 --140.56,161.86 --140.45,161.78 --140.34,161.7 --140.22,161.62 --140.11,161.55 --140,161.47 --139.89,161.39 --139.77,161.31 --139.66,161.23 --139.55,161.16 --139.44,161.08 --139.32,161 --139.21,160.92 --139.1,160.84 --138.98,160.77 --138.87,160.69 --138.76,160.61 --138.65,160.53 --138.53,160.45 --138.42,160.38 --138.31,160.3 --138.19,160.22 --138.08,160.14 --137.97,160.06 --137.86,159.98 --137.74,159.91 --137.63,159.83 --137.52,159.75 --137.4,159.67 --137.29,159.59 --137.18,159.52 --137.06,159.44 --136.95,159.36 --136.84,159.28 --136.73,159.2 --136.61,159.13 --136.5,159.05 --136.39,158.97 --136.27,158.89 --136.16,158.81 --136.05,158.73 --135.94,158.66 --135.82,158.58 --135.71,158.5 --135.6,158.42 --135.49,158.34 --135.37,158.26 --135.26,158.19 --135.15,158.11 --135.04,158.03 --134.92,157.95 --134.81,157.87 --134.7,157.79 --134.59,157.72 --134.47,157.64 --134.36,157.56 --134.25,157.48 --134.14,157.4 --134.02,157.32 --133.91,157.25 --133.8,157.17 --133.69,157.09 --133.58,157.01 --133.46,156.93 --133.35,156.85 --133.24,156.77 --133.13,156.7 --133.02,156.62 --132.9,156.54 --132.79,156.46 --132.68,156.38 --132.57,156.3 --132.46,156.22 --132.34,156.14 --132.23,156.06 --132.51,156.38 --132.4,156.3 --132.29,156.22 --132.18,156.14 --132.07,156.06 --131.96,155.98 --131.85,155.9 --131.73,155.82 --131.62,155.74 --131.51,155.66 --131.4,155.58 --131.29,155.5 --131.18,155.42 --131.07,155.34 --130.96,155.26 --130.85,155.18 --130.74,155.1 --130.63,155.02 --130.52,154.94 --130.41,154.86 --130.3,154.78 --130.19,154.7 --130.08,154.61 --129.97,154.53 --129.86,154.45 --129.75,154.37 --129.64,154.29 --129.53,154.21 --129.42,154.13 --129.31,154.05 --129.2,153.96 --129.1,153.88 --128.99,153.8 --128.88,153.72 --128.77,153.64 --128.66,153.56 --128.55,153.48 --128.44,153.39 --128.33,153.31 --128.22,153.23 --128.11,153.15 --128,153.07 --127.89,152.99 --127.78,152.9 --127.67,152.82 --127.56,152.74 --127.45,152.66 --127.34,152.58 --127.23,152.5 --127.12,152.42 --127.02,152.33 --126.91,152.25 --126.8,152.17 --126.69,152.09 --126.58,152.01 --126.47,151.93 --126.36,151.85 --126.25,151.77 --126.14,151.68 --126.03,151.6 --125.92,151.52 --125.81,151.44 --125.7,151.36 --125.59,151.28 --125.48,151.2 --125.37,151.12 --125.26,151.04 --125.15,150.96 --125.04,150.88 --124.93,150.79 --124.82,150.71 --124.71,150.63 --124.6,150.55 --124.49,150.47 --124.39,150.39 --124.28,150.31 --124.17,150.23 --124.06,150.15 --123.95,150.07 --123.84,149.99 --123.73,149.91 --123.62,149.83 --123.51,149.74 --123.4,149.66 --123.29,149.58 --123.18,149.5 --123.07,149.42 --122.97,149.34 --122.86,149.26 --122.75,149.18 --122.64,149.1 --122.53,149.02 --122.42,148.94 --122.31,148.86 --122.2,148.78 --122.09,148.7 --121.99,148.62 --121.88,148.53 --121.77,148.45 --121.66,148.37 --121.96,148.67 --121.85,148.59 --121.74,148.51 --121.63,148.43 --121.53,148.35 --121.42,148.27 --121.31,148.19 --121.2,148.11 --121.09,148.03 --120.99,147.95 --120.88,147.87 --120.77,147.79 --120.66,147.71 --120.55,147.64 --120.45,147.56 --120.34,147.48 --120.23,147.4 --120.12,147.32 --120.01,147.24 --119.91,147.16 --119.8,147.08 --119.69,147 --119.58,146.92 --119.47,146.84 --119.37,146.76 --119.26,146.68 --119.15,146.61 --119.04,146.53 --118.93,146.45 --118.83,146.37 --118.72,146.29 --118.61,146.21 --118.5,146.13 --118.4,146.05 --118.29,145.97 --118.18,145.89 --118.07,145.81 --117.97,145.73 --117.86,145.65 --117.75,145.57 --117.64,145.5 --117.54,145.42 --117.43,145.34 --117.32,145.26 --117.21,145.18 --117.11,145.1 --117,145.02 --116.89,144.94 --116.79,144.86 --116.68,144.78 --116.57,144.7 --116.47,144.63 --116.36,144.55 --116.25,144.47 --116.14,144.39 --116.04,144.31 --115.93,144.23 --115.82,144.15 --115.71,144.07 --115.61,143.99 --115.5,143.91 --115.39,143.83 --115.29,143.75 --115.18,143.67 --115.07,143.59 --114.96,143.51 --114.86,143.43 --114.75,143.35 --114.64,143.27 --114.53,143.19 --114.43,143.11 --114.32,143.03 --114.21,142.95 --114.1,142.87 --114,142.79 --113.89,142.71 --113.78,142.63 --113.68,142.55 --113.57,142.47 --113.46,142.39 --113.35,142.31 --113.25,142.23 --113.14,142.15 --113.03,142.06 --112.92,141.98 --112.82,141.9 --112.71,141.82 --112.6,141.74 --112.5,141.66 --112.39,141.57 --112.28,141.49 --112.17,141.41 --112.07,141.33 --111.96,141.25 --111.85,141.17 --111.74,141.08 --111.64,141 --111.53,140.92 --111.42,140.84 --111.31,140.76 --111.63,141.04 --111.53,140.96 --111.42,140.87 --111.31,140.79 --111.21,140.71 --111.1,140.63 --110.99,140.55 --110.89,140.46 --110.78,140.38 --110.67,140.3 --110.57,140.22 --110.46,140.13 --110.35,140.05 --110.25,139.97 --110.14,139.89 --110.03,139.8 --109.93,139.72 --109.82,139.64 --109.71,139.55 --109.61,139.47 --109.5,139.39 --109.39,139.3 --109.29,139.22 --109.18,139.14 --109.07,139.05 --108.97,138.97 --108.86,138.88 --108.75,138.8 --108.65,138.72 --108.54,138.63 --108.44,138.55 --108.33,138.46 --108.22,138.38 --108.12,138.29 --108.01,138.2 --107.91,138.12 --107.8,138.03 --107.69,137.95 --107.59,137.86 --107.48,137.78 --107.38,137.69 --107.27,137.6 --107.17,137.52 --107.06,137.43 --106.95,137.34 --106.85,137.26 --106.74,137.17 --106.64,137.08 --106.53,137 --106.43,136.91 --106.32,136.82 --106.22,136.74 --106.11,136.65 --106.01,136.56 --105.9,136.48 --105.8,136.39 --105.69,136.3 --105.59,136.21 --105.48,136.13 --105.38,136.04 --105.27,135.95 --105.17,135.86 --105.06,135.78 --104.96,135.69 --104.86,135.6 --104.75,135.51 --104.65,135.42 --104.54,135.34 --104.44,135.25 --104.34,135.16 --104.23,135.07 --104.13,134.98 --104.02,134.9 --103.92,134.81 --103.82,134.72 --103.71,134.63 --103.61,134.54 --103.51,134.45 --103.4,134.37 --103.3,134.28 --103.2,134.19 --103.1,134.1 --102.99,134.01 --102.89,133.92 --102.79,133.83 --102.69,133.74 --102.58,133.65 --102.48,133.56 --102.38,133.48 --102.28,133.39 --102.18,133.3 --102.08,133.21 --101.97,133.12 --101.87,133.03 --101.77,132.94 --101.67,132.85 --101.57,132.76 --101.47,132.67 --101.37,132.58 --101.26,132.49 --101.62,132.72 --101.52,132.63 --101.42,132.54 --101.32,132.45 --101.22,132.36 --101.12,132.27 --101.02,132.18 --100.92,132.09 --100.82,132 --100.72,131.91 --100.63,131.82 --100.53,131.73 --100.43,131.64 --100.33,131.55 --100.23,131.46 --100.13,131.37 --100.04,131.28 --99.94,131.19 --99.842,131.11 --99.745,131.02 --99.648,130.93 --99.551,130.84 --99.454,130.75 --99.356,130.66 --99.259,130.57 --99.162,130.48 --99.065,130.38 --98.968,130.29 --98.871,130.2 --98.775,130.11 --98.678,130.02 --98.581,129.93 --98.485,129.84 --98.388,129.75 --98.292,129.66 --98.195,129.56 --98.099,129.47 --98.002,129.38 --97.906,129.29 --97.809,129.2 --97.713,129.11 --97.617,129.01 --97.521,128.92 --97.425,128.83 --97.329,128.74 --97.234,128.65 --97.139,128.56 --97.044,128.47 --96.949,128.37 --96.855,128.28 --96.761,128.19 --96.667,128.1 --96.573,128.01 --96.48,127.92 --96.386,127.82 --96.293,127.73 --96.199,127.64 --96.106,127.55 --96.013,127.46 --95.92,127.37 --95.827,127.27 --95.734,127.18 --95.642,127.09 --95.549,127 --95.456,126.91 --95.363,126.82 --95.271,126.72 --95.178,126.63 --95.085,126.54 --94.993,126.45 --94.9,126.35 --94.807,126.26 --94.715,126.17 --94.622,126.07 --94.529,125.98 --94.437,125.89 --94.344,125.79 --94.252,125.7 --94.159,125.61 --94.067,125.51 --93.974,125.42 --93.881,125.33 --93.789,125.23 --93.697,125.14 --93.604,125.04 --93.512,124.95 --93.419,124.86 --93.327,124.76 --93.235,124.67 --93.143,124.57 --93.05,124.48 --92.958,124.38 --92.866,124.29 --92.774,124.19 --92.682,124.1 --92.59,124.01 --92.498,123.91 --92.407,123.82 --92.315,123.72 --92.223,123.63 --92.608,123.82 --92.517,123.73 --92.426,123.63 --92.335,123.54 --92.244,123.44 --92.154,123.35 --92.063,123.25 --91.972,123.16 --91.882,123.06 --91.791,122.97 --91.701,122.87 --91.61,122.78 --91.52,122.68 --91.429,122.59 --91.339,122.49 --91.249,122.39 --91.159,122.3 --91.069,122.2 --90.979,122.11 --90.889,122.01 --90.799,121.92 --90.709,121.82 --90.619,121.72 --90.53,121.63 --90.44,121.53 --90.351,121.44 --90.261,121.34 --90.172,121.25 --90.083,121.15 --89.993,121.05 --89.904,120.96 --89.815,120.86 --89.726,120.76 --89.637,120.67 --89.548,120.57 --89.459,120.47 --89.371,120.38 --89.282,120.28 --89.193,120.19 --89.105,120.09 --89.016,119.99 --88.928,119.9 --88.84,119.8 --88.752,119.7 --88.664,119.6 --88.575,119.51 --88.487,119.41 --88.399,119.31 --88.312,119.22 --88.224,119.12 --88.136,119.02 --88.048,118.93 --87.96,118.83 --87.873,118.73 --87.785,118.63 --87.698,118.54 --87.611,118.44 --87.523,118.34 --87.436,118.25 --87.349,118.15 --87.262,118.05 --87.175,117.95 --87.088,117.86 --87.001,117.76 --86.914,117.66 --86.827,117.56 --86.74,117.47 --86.653,117.37 --86.567,117.27 --86.48,117.17 --86.394,117.08 --86.307,116.98 --86.221,116.88 --86.134,116.78 --86.048,116.69 --85.962,116.59 --85.876,116.49 --85.789,116.39 --85.703,116.3 --85.617,116.2 --85.531,116.1 --85.445,116 --85.359,115.91 --85.273,115.81 --85.188,115.71 --85.102,115.61 --85.016,115.51 --84.931,115.42 --84.845,115.32 --84.76,115.22 --84.674,115.12 --84.589,115.02 --84.504,114.93 --84.418,114.83 --84.333,114.73 --84.248,114.63 --84.163,114.53 --84.078,114.44 --83.993,114.34 --83.908,114.24 --84.325,114.39 --84.24,114.3 --84.156,114.2 --84.072,114.1 --83.988,114 --83.903,113.91 --83.819,113.81 --83.735,113.71 --83.651,113.61 --83.567,113.52 --83.483,113.42 --83.399,113.32 --83.316,113.22 --83.232,113.13 --83.148,113.03 --83.064,112.93 --82.981,112.83 --82.897,112.74 --82.813,112.64 --82.73,112.54 --82.646,112.44 --82.563,112.34 --82.479,112.25 --82.396,112.15 --82.312,112.05 --82.229,111.95 --82.146,111.86 --82.063,111.76 --81.979,111.66 --81.896,111.56 --81.813,111.47 --81.73,111.37 --81.647,111.27 --81.564,111.17 --81.481,111.07 --81.398,110.98 --81.316,110.88 --81.233,110.78 --81.15,110.68 --81.068,110.59 --80.985,110.49 --80.902,110.39 --80.82,110.29 --80.738,110.2 --80.655,110.1 --80.573,110 --80.491,109.9 --80.408,109.8 --80.326,109.71 --80.244,109.61 --80.162,109.51 --80.08,109.41 --79.998,109.32 --79.916,109.22 --79.835,109.12 --79.753,109.02 --79.671,108.93 --79.59,108.83 --79.508,108.73 --79.426,108.63 --79.345,108.54 --79.263,108.44 --79.182,108.34 --79.101,108.24 --79.019,108.15 --78.938,108.05 --78.856,107.95 --78.775,107.85 --78.694,107.76 --78.612,107.66 --78.531,107.56 --78.45,107.46 --78.369,107.36 --78.288,107.27 --78.207,107.17 --78.126,107.07 --78.045,106.97 --77.964,106.88 --77.883,106.78 --77.803,106.68 --77.722,106.58 --77.642,106.49 --77.561,106.39 --77.481,106.29 --77.4,106.19 --77.32,106.1 --77.24,106 --77.159,105.9 --77.079,105.8 --76.999,105.7 --76.919,105.61 --76.839,105.51 --76.759,105.41 --76.679,105.31 --76.599,105.22 --76.519,105.12 --76.44,105.02 --76.36,104.92 --76.28,104.83 --76.2,104.73 --76.655,104.82 --76.576,104.73 --76.497,104.63 --76.419,104.53 --76.34,104.43 --76.261,104.34 --76.183,104.24 --76.104,104.14 --76.026,104.04 --75.948,103.95 --75.87,103.85 --75.791,103.75 --75.713,103.65 --75.635,103.56 --75.557,103.46 --75.479,103.36 --75.401,103.26 --75.323,103.17 --75.246,103.07 --75.168,102.97 --75.09,102.87 --75.012,102.78 --74.935,102.68 --74.857,102.58 --74.78,102.48 --74.702,102.39 --74.625,102.29 --74.548,102.19 --74.47,102.09 --74.393,102 --74.316,101.9 --74.239,101.8 --74.162,101.7 --74.085,101.61 --74.008,101.51 --73.931,101.41 --73.854,101.31 --73.778,101.22 --73.701,101.12 --73.624,101.02 --73.548,100.92 --73.471,100.82 --73.395,100.73 --73.318,100.63 --73.242,100.53 --73.166,100.43 --73.089,100.34 --73.013,100.24 --72.937,100.14 --72.861,100.04 --72.785,99.945 --72.709,99.848 --72.633,99.75 --72.557,99.652 --72.481,99.554 --72.405,99.456 --72.329,99.358 --72.253,99.261 --72.178,99.163 --72.102,99.065 --72.026,98.967 --71.951,98.869 --71.875,98.771 --71.8,98.673 --71.724,98.576 --71.649,98.478 --71.573,98.38 --71.498,98.282 --71.423,98.184 --71.347,98.087 --71.272,97.989 --71.197,97.891 --71.122,97.793 --71.047,97.695 --70.972,97.597 --70.897,97.499 --70.823,97.401 --70.748,97.304 --70.673,97.206 --70.599,97.108 --70.524,97.01 --70.449,96.912 --70.375,96.814 --70.3,96.716 --70.225,96.618 --70.151,96.52 --70.077,96.423 --70.002,96.325 --69.928,96.227 --69.853,96.129 --69.779,96.031 --69.705,95.933 --69.63,95.835 --69.556,95.737 --69.482,95.639 --69.408,95.541 --69.334,95.443 --69.26,95.345 --69.187,95.246 --69.113,95.148 --69.674,95.125 --69.602,95.027 --69.529,94.929 --69.457,94.831 --69.384,94.733 --69.311,94.635 --69.239,94.538 --69.167,94.44 --69.094,94.342 --69.022,94.244 --68.95,94.146 --68.878,94.048 --68.805,93.95 --68.733,93.853 --68.661,93.755 --68.589,93.657 --68.517,93.559 --68.445,93.461 --68.374,93.363 --68.302,93.265 --68.23,93.167 --68.158,93.069 --68.086,92.971 --68.015,92.874 --67.943,92.776 --67.871,92.678 --67.799,92.58 --67.728,92.482 --67.656,92.384 --67.585,92.286 --67.513,92.187 --67.442,92.089 --67.37,91.991 --67.299,91.893 --67.228,91.795 --67.156,91.697 --67.085,91.599 --67.014,91.501 --66.943,91.403 --66.871,91.305 --66.8,91.206 --66.729,91.108 --66.658,91.01 --66.586,90.912 --66.515,90.814 --66.444,90.716 --66.373,90.618 --66.302,90.519 --66.231,90.421 --66.16,90.323 --66.089,90.225 --66.018,90.126 --65.947,90.028 --65.876,89.93 --65.804,89.832 --65.733,89.734 --65.661,89.636 --65.59,89.538 --65.518,89.44 --65.447,89.341 --65.375,89.243 --65.304,89.145 --65.232,89.047 --65.161,88.949 --65.09,88.851 --65.018,88.753 --64.947,88.655 --64.876,88.558 --64.805,88.46 --64.734,88.362 --64.662,88.264 --64.591,88.167 --64.52,88.069 --64.449,87.972 --64.377,87.875 --64.306,87.778 --64.235,87.681 --64.164,87.584 --64.093,87.487 --64.023,87.39 --63.952,87.293 --63.882,87.196 --63.811,87.099 --63.74,87.003 --63.669,86.906 --63.598,86.81 --63.527,86.713 --63.456,86.617 --63.385,86.521 --63.314,86.424 --63.243,86.328 --63.172,86.232 --63.101,86.136 --63.03,86.04 --62.958,85.944 --62.887,85.848 --62.816,85.752 --62.745,85.656 --62.674,85.56 --62.604,85.464 --63.133,85.449 --63.064,85.353 --62.994,85.257 --62.924,85.16 --62.854,85.065 --62.784,84.969 --62.714,84.873 --62.644,84.777 --62.574,84.681 --62.504,84.585 --62.434,84.49 --62.363,84.394 --62.293,84.298 --62.223,84.203 --62.153,84.107 --62.083,84.012 --62.013,83.916 --61.943,83.821 --61.873,83.725 --61.802,83.63 --61.732,83.534 --61.662,83.439 --61.592,83.344 --61.522,83.249 --61.452,83.154 --61.382,83.059 --61.312,82.964 --61.242,82.869 --61.172,82.774 --61.102,82.68 --61.032,82.585 --60.962,82.49 --60.891,82.396 --60.821,82.301 --60.751,82.206 --60.681,82.112 --60.611,82.017 --60.541,81.923 --60.471,81.828 --60.401,81.733 --60.331,81.639 --60.261,81.544 --60.191,81.45 --60.121,81.355 --60.051,81.261 --59.981,81.166 --59.911,81.072 --59.841,80.978 --59.772,80.883 --59.702,80.789 --59.632,80.695 --59.562,80.601 --59.492,80.506 --59.422,80.412 --59.352,80.318 --59.282,80.224 --59.212,80.13 --59.143,80.036 --59.073,79.942 --59.003,79.848 --58.933,79.754 --58.863,79.661 --58.792,79.567 --58.722,79.473 --58.652,79.379 --58.582,79.285 --58.512,79.191 --58.442,79.097 --58.372,79.003 --58.302,78.909 --58.232,78.815 --58.162,78.72 --58.092,78.626 --58.021,78.532 --57.951,78.438 --57.881,78.344 --57.81,78.25 --57.74,78.156 --57.669,78.063 --57.598,77.969 --57.528,77.875 --57.457,77.782 --57.386,77.688 --57.316,77.595 --57.245,77.502 --57.174,77.408 --57.103,77.315 --57.032,77.222 --56.961,77.129 --56.891,77.035 --56.82,76.942 --56.749,76.849 --56.679,76.756 --56.608,76.663 --56.537,76.57 --56.467,76.477 --56.396,76.384 --56.325,76.292 --56.254,76.199 --56.183,76.106 --56.711,76.098 --56.64,76.006 --56.57,75.913 --56.5,75.821 --56.43,75.728 --56.359,75.636 --56.289,75.543 --56.218,75.45 --56.148,75.358 --56.077,75.265 --56.006,75.172 --55.936,75.079 --55.865,74.987 --55.794,74.894 --55.723,74.801 --55.652,74.709 --55.581,74.616 --55.51,74.523 --55.439,74.431 --55.368,74.338 --55.297,74.245 --55.225,74.152 --55.154,74.06 --55.083,73.967 --55.012,73.874 --54.941,73.782 --54.869,73.689 --54.798,73.597 --54.727,73.504 --54.656,73.412 --54.584,73.319 --54.513,73.227 --54.442,73.135 --54.37,73.043 --54.299,72.951 --54.227,72.859 --54.156,72.768 --54.084,72.676 --54.013,72.584 --53.941,72.493 --53.87,72.401 --53.798,72.309 --53.727,72.218 --53.655,72.127 --53.583,72.035 --53.511,71.944 --53.44,71.852 --53.368,71.761 --53.296,71.67 --53.224,71.579 --53.153,71.487 --53.081,71.396 --53.009,71.305 --52.937,71.214 --52.865,71.122 --52.794,71.031 --52.722,70.94 --52.65,70.848 --52.578,70.757 --52.506,70.666 --52.434,70.575 --52.362,70.484 --52.289,70.393 --52.217,70.301 --52.145,70.21 --52.073,70.119 --52,70.029 --51.928,69.938 --51.855,69.847 --51.783,69.756 --51.71,69.665 --51.638,69.574 --51.565,69.483 --51.493,69.392 --51.42,69.302 --51.348,69.211 --51.275,69.12 --51.203,69.029 --51.13,68.939 --51.057,68.848 --50.984,68.758 --50.912,68.667 --50.839,68.577 --50.766,68.486 --50.693,68.396 --50.62,68.305 --50.547,68.215 --50.474,68.125 --50.401,68.035 --50.328,67.945 --50.255,67.854 --50.182,67.764 --50.109,67.674 --50.036,67.584 --49.963,67.494 --49.89,67.405 --49.816,67.315 --49.743,67.225 --49.67,67.135 --49.597,67.045 --50.188,66.899 --50.116,66.809 --50.043,66.719 --49.971,66.629 --49.899,66.539 --49.827,66.45 --49.754,66.36 --49.682,66.27 --49.61,66.181 --49.537,66.091 --49.465,66.002 --49.392,65.912 --49.32,65.823 --49.247,65.733 --49.174,65.644 --49.102,65.555 --49.029,65.465 --48.956,65.376 --48.884,65.287 --48.811,65.198 --48.738,65.108 --48.666,65.019 --48.593,64.93 --48.52,64.841 --48.448,64.752 --48.375,64.662 --48.302,64.573 --48.229,64.484 --48.157,64.396 --48.084,64.307 --48.011,64.218 --47.939,64.129 --47.866,64.04 --47.793,63.952 --47.72,63.863 --47.648,63.775 --47.575,63.686 --47.502,63.598 --47.429,63.509 --47.356,63.421 --47.284,63.333 --47.211,63.245 --47.138,63.157 --47.065,63.068 --46.992,62.98 --46.919,62.892 --46.846,62.804 --46.772,62.716 --46.699,62.629 --46.626,62.541 --46.553,62.453 --46.48,62.365 --46.407,62.278 --46.333,62.19 --46.26,62.102 --46.187,62.015 --46.114,61.927 --46.04,61.84 --45.967,61.752 --45.894,61.665 --45.821,61.578 --45.747,61.49 --45.674,61.403 --45.601,61.316 --45.528,61.229 --45.454,61.142 --45.381,61.055 --45.308,60.968 --45.235,60.881 --45.161,60.794 --45.088,60.707 --45.014,60.621 --44.941,60.535 --44.867,60.449 --44.793,60.363 --44.72,60.277 --44.646,60.191 --44.572,60.105 --44.498,60.019 --44.425,59.934 --44.351,59.848 --44.278,59.762 --44.205,59.676 --44.131,59.591 --44.058,59.505 --43.985,59.419 --43.911,59.333 --43.838,59.248 --43.765,59.162 --43.691,59.077 --43.618,58.991 --43.544,58.906 --43.471,58.821 --43.398,58.735 --43.325,58.65 --43.251,58.565 --43.178,58.48 --43.104,58.395 --43.031,58.31 --42.957,58.225 --43.515,58.088 --43.442,58.003 --43.37,57.918 --43.298,57.833 --43.226,57.748 --43.154,57.663 --43.081,57.578 --43.009,57.493 --42.938,57.408 --42.866,57.324 --42.794,57.239 --42.722,57.154 --42.65,57.07 --42.578,56.986 --42.506,56.901 --42.434,56.817 --42.363,56.733 --42.291,56.649 --42.219,56.565 --42.147,56.481 --42.075,56.397 --42.003,56.313 --41.931,56.23 --41.859,56.146 --41.787,56.063 --41.715,55.98 --41.643,55.896 --41.571,55.813 --41.5,55.73 --41.428,55.647 --41.356,55.564 --41.284,55.481 --41.213,55.398 --41.141,55.315 --41.069,55.232 --40.998,55.149 --40.926,55.067 --40.855,54.984 --40.783,54.901 --40.711,54.819 --40.64,54.736 --40.568,54.654 --40.496,54.571 --40.425,54.489 --40.353,54.407 --40.281,54.325 --40.21,54.242 --40.138,54.16 --40.066,54.078 --39.995,53.996 --39.923,53.915 --39.851,53.833 --39.78,53.751 --39.708,53.669 --39.636,53.588 --39.564,53.506 --39.493,53.425 --39.421,53.343 --39.35,53.262 --39.278,53.18 --39.206,53.099 --39.135,53.018 --39.064,52.937 --38.992,52.856 --38.921,52.775 --38.85,52.694 --38.779,52.613 --38.708,52.532 --38.637,52.451 --38.565,52.37 --38.494,52.289 --38.423,52.208 --38.352,52.128 --38.281,52.047 --38.21,51.966 --38.139,51.886 --38.068,51.806 --37.997,51.725 --37.927,51.645 --37.856,51.565 --37.785,51.484 --37.714,51.404 --37.643,51.324 --37.573,51.244 --37.502,51.164 --37.431,51.084 --37.361,51.004 --37.29,50.923 --37.22,50.843 --37.149,50.763 --37.079,50.684 --37.008,50.604 --36.938,50.524 --36.868,50.444 --36.798,50.364 --36.727,50.285 --36.657,50.205 --36.587,50.126 --36.517,50.046 --36.447,49.967 --36.984,49.838 --36.915,49.759 --36.847,49.68 --36.778,49.6 --36.709,49.521 --36.641,49.442 --36.573,49.363 --36.504,49.284 --36.436,49.205 --36.368,49.126 --36.3,49.047 --36.232,48.968 --36.164,48.89 --36.096,48.811 --36.028,48.732 --35.961,48.654 --35.893,48.575 --35.825,48.497 --35.758,48.418 --35.691,48.339 --35.623,48.261 --35.556,48.182 --35.489,48.104 --35.422,48.025 --35.356,47.947 --35.289,47.869 --35.222,47.791 --35.155,47.713 --35.089,47.636 --35.022,47.558 --34.956,47.481 --34.889,47.403 --34.823,47.326 --34.757,47.249 --34.691,47.172 --34.625,47.094 --34.559,47.017 --34.494,46.94 --34.428,46.863 --34.363,46.786 --34.298,46.709 --34.233,46.632 --34.168,46.556 --34.103,46.479 --34.038,46.403 --33.974,46.326 --33.91,46.249 --33.846,46.173 --33.782,46.096 --33.719,46.02 --33.656,45.943 --33.592,45.867 --33.529,45.791 --33.466,45.714 --33.403,45.638 --33.34,45.562 --33.277,45.486 --33.214,45.41 --33.151,45.334 --33.089,45.259 --33.027,45.183 --32.965,45.107 --32.903,45.032 --32.841,44.956 --32.78,44.881 --32.718,44.806 --32.657,44.731 --32.596,44.656 --32.534,44.581 --32.473,44.506 --32.413,44.431 --32.352,44.356 --32.291,44.281 --32.231,44.207 --32.171,44.132 --32.111,44.057 --32.051,43.983 --31.991,43.908 --31.931,43.834 --31.872,43.76 --31.812,43.685 --31.753,43.611 --31.694,43.537 --31.635,43.463 --31.576,43.389 --31.517,43.316 --31.458,43.242 --31.399,43.168 --31.341,43.095 --31.282,43.022 --31.224,42.948 --31.166,42.875 --31.108,42.802 --31.05,42.729 --30.992,42.656 --30.934,42.583 --30.876,42.51 --30.819,42.438 --30.761,42.365 --30.704,42.293 --31.233,42.195 --31.176,42.122 --31.12,42.05 --31.064,41.978 --31.008,41.906 --30.952,41.834 --30.896,41.762 --30.841,41.69 --30.785,41.618 --30.73,41.546 --30.675,41.475 --30.619,41.403 --30.564,41.331 --30.51,41.259 --30.455,41.188 --30.4,41.116 --30.346,41.045 --30.291,40.973 --30.237,40.902 --30.183,40.83 --30.129,40.759 --30.075,40.688 --30.021,40.616 --29.967,40.545 --29.914,40.474 --29.86,40.403 --29.807,40.332 --29.753,40.261 --29.7,40.19 --29.647,40.12 --29.594,40.049 --29.541,39.978 --29.488,39.908 --29.436,39.837 --29.383,39.767 --29.331,39.696 --29.279,39.626 --29.226,39.555 --29.174,39.485 --29.122,39.415 --29.07,39.344 --29.019,39.274 --28.967,39.204 --28.915,39.134 --28.864,39.064 --28.812,38.994 --28.761,38.924 --28.71,38.854 --28.659,38.785 --28.607,38.715 --28.557,38.645 --28.506,38.575 --28.455,38.506 --28.404,38.436 --28.354,38.367 --28.303,38.297 --28.253,38.228 --28.203,38.159 --28.153,38.089 --28.103,38.02 --28.053,37.951 --28.003,37.882 --27.953,37.812 --27.903,37.743 --27.854,37.674 --27.804,37.605 --27.755,37.536 --27.705,37.467 --27.656,37.398 --27.607,37.329 --27.558,37.261 --27.509,37.192 --27.46,37.123 --27.411,37.054 --27.362,36.986 --27.313,36.917 --27.265,36.848 --27.216,36.78 --27.168,36.711 --27.12,36.642 --27.071,36.574 --27.023,36.505 --26.975,36.437 --26.927,36.368 --26.879,36.3 --26.832,36.232 --26.784,36.164 --26.736,36.095 --26.688,36.027 --26.641,35.959 --26.593,35.891 --26.546,35.823 --26.498,35.755 --26.451,35.687 --26.404,35.619 --26.357,35.551 --26.31,35.484 --26.263,35.416 --26.216,35.348 --26.169,35.28 --26.608,35.241 --26.562,35.174 --26.516,35.106 --26.47,35.039 --26.424,34.972 --26.378,34.905 --26.332,34.838 --26.287,34.771 --26.241,34.704 --26.195,34.637 --26.15,34.57 --26.104,34.503 --26.059,34.436 --26.013,34.37 --25.968,34.303 --25.923,34.237 --25.878,34.17 --25.833,34.104 --25.788,34.038 --25.743,33.972 --25.698,33.906 --25.653,33.84 --25.608,33.774 --25.564,33.708 --25.519,33.643 --25.475,33.577 --25.43,33.512 --25.386,33.446 --25.342,33.381 --25.298,33.316 --25.253,33.251 --25.209,33.186 --25.165,33.121 --25.121,33.056 --25.077,32.992 --25.033,32.927 --24.989,32.863 --24.945,32.799 --24.901,32.735 --24.857,32.671 --24.813,32.607 --24.77,32.543 --24.726,32.479 --24.683,32.415 --24.639,32.351 --24.596,32.288 --24.553,32.224 --24.51,32.161 --24.467,32.098 --24.424,32.035 --24.381,31.972 --24.339,31.909 --24.296,31.846 --24.253,31.784 --24.211,31.721 --24.169,31.659 --24.126,31.596 --24.084,31.534 --24.042,31.472 --24,31.41 --23.958,31.349 --23.917,31.287 --23.875,31.226 --23.833,31.164 --23.792,31.103 --23.75,31.042 --23.709,30.982 --23.668,30.921 --23.627,30.86 --23.585,30.8 --23.544,30.74 --23.503,30.68 --23.462,30.62 --23.421,30.561 --23.38,30.502 --23.339,30.442 --23.298,30.383 --23.257,30.324 --23.217,30.265 --23.176,30.207 --23.136,30.148 --23.096,30.09 --23.055,30.031 --23.015,29.973 --22.975,29.915 --22.934,29.857 --22.894,29.799 --22.854,29.741 --22.814,29.684 --22.774,29.626 --22.734,29.569 --22.694,29.511 --22.655,29.454 --22.615,29.397 --22.576,29.34 --22.536,29.283 --22.497,29.226 --22.457,29.17 --22.418,29.113 --22.379,29.057 --22.668,29.026 --22.63,28.97 --22.591,28.914 --22.553,28.858 --22.515,28.802 --22.477,28.747 --22.439,28.691 --22.401,28.636 --22.363,28.581 --22.325,28.525 --22.287,28.47 --22.249,28.416 --22.212,28.361 --22.174,28.306 --22.137,28.252 --22.099,28.197 --22.062,28.143 --22.025,28.088 --21.987,28.034 --21.95,27.98 --21.913,27.926 --21.876,27.872 --21.839,27.819 --21.802,27.765 --21.765,27.711 --21.728,27.658 --21.691,27.605 --21.654,27.551 --21.617,27.498 --21.581,27.445 --21.544,27.392 --21.507,27.34 --21.47,27.287 --21.433,27.234 --21.397,27.182 --21.36,27.13 --21.323,27.077 --21.286,27.025 --21.25,26.973 --21.213,26.921 --21.176,26.869 --21.14,26.818 --21.103,26.766 --21.067,26.714 --21.03,26.663 --20.993,26.612 --20.957,26.56 --20.92,26.509 --20.884,26.458 --20.847,26.407 --20.81,26.356 --20.774,26.305 --20.737,26.255 --20.701,26.204 --20.664,26.153 --20.628,26.103 --20.591,26.053 --20.555,26.002 --20.518,25.952 --20.482,25.902 --20.445,25.852 --20.409,25.802 --20.373,25.753 --20.336,25.703 --20.3,25.653 --20.264,25.604 --20.227,25.555 --20.191,25.505 --20.155,25.456 --20.119,25.407 --20.083,25.358 --20.046,25.309 --20.01,25.261 --19.974,25.212 --19.938,25.163 --19.902,25.115 --19.867,25.067 --19.831,25.018 --19.795,24.97 --19.759,24.922 --19.724,24.874 --19.688,24.826 --19.652,24.779 --19.616,24.731 --19.581,24.684 --19.545,24.636 --19.51,24.589 --19.474,24.542 --19.438,24.495 --19.403,24.449 --19.367,24.402 --19.332,24.356 --19.296,24.309 --19.26,24.263 --19.224,24.217 --19.189,24.171 --19.153,24.125 --19.117,24.08 --19.082,24.034 --19.046,23.988 --19.365,23.841 --19.33,23.795 --19.295,23.75 --19.261,23.704 --19.226,23.659 --19.191,23.614 --19.156,23.569 --19.121,23.524 --19.086,23.479 --19.051,23.434 --19.017,23.389 --18.982,23.344 --18.947,23.299 --18.912,23.254 --18.878,23.21 --18.843,23.165 --18.808,23.12 --18.773,23.076 --18.739,23.031 --18.704,22.987 --18.669,22.942 --18.634,22.898 --18.599,22.853 --18.565,22.809 --18.53,22.765 --18.495,22.721 --18.46,22.677 --18.425,22.633 --18.391,22.589 --18.356,22.545 --18.321,22.501 --18.286,22.457 --18.252,22.413 --18.217,22.369 --18.182,22.325 --18.148,22.282 --18.113,22.238 --18.078,22.195 --18.044,22.151 --18.009,22.108 --17.974,22.065 --17.94,22.022 --17.905,21.979 --17.87,21.936 --17.836,21.894 --17.801,21.851 --17.766,21.808 --17.732,21.766 --17.698,21.723 --17.663,21.681 --17.629,21.638 --17.594,21.596 --17.56,21.553 --17.525,21.511 --17.491,21.469 --17.457,21.426 --17.423,21.384 --17.389,21.342 --17.354,21.3 --17.32,21.258 --17.286,21.216 --17.253,21.174 --17.219,21.132 --17.185,21.09 --17.151,21.048 --17.118,21.007 --17.084,20.965 --17.051,20.923 --17.017,20.882 --16.984,20.84 --16.95,20.799 --16.917,20.758 --16.883,20.716 --16.85,20.675 --16.817,20.634 --16.783,20.592 --16.75,20.551 --16.717,20.51 --16.684,20.468 --16.65,20.427 --16.617,20.386 --16.584,20.345 --16.551,20.303 --16.518,20.262 --16.484,20.22 --16.451,20.179 --16.418,20.138 --16.384,20.096 --16.351,20.055 --16.317,20.013 --16.283,19.972 --16.249,19.93 --16.215,19.888 --16.182,19.847 --16.148,19.805 --16.114,19.763 --16.079,19.721 --16.045,19.68 --16.011,19.638 --15.977,19.596 --16.296,19.433 --16.262,19.39 --16.229,19.348 --16.195,19.305 --16.161,19.263 --16.127,19.22 --16.093,19.177 --16.059,19.135 --16.025,19.092 --15.99,19.049 --15.956,19.006 --15.921,18.963 --15.887,18.92 --15.852,18.877 --15.817,18.834 --15.782,18.791 --15.747,18.747 --15.712,18.704 --15.676,18.661 --15.64,18.617 --15.604,18.574 --15.568,18.53 --15.532,18.486 --15.496,18.443 --15.459,18.399 --15.423,18.355 --15.386,18.311 --15.349,18.267 --15.312,18.223 --15.275,18.179 --15.238,18.134 --15.201,18.089 --15.163,18.045 --15.126,18 --15.089,17.955 --15.051,17.91 --15.013,17.865 --14.975,17.82 --14.938,17.774 --14.9,17.729 --14.861,17.683 --14.823,17.638 --14.785,17.592 --14.747,17.546 --14.708,17.5 --14.67,17.454 --14.631,17.408 --14.593,17.362 --14.554,17.316 --14.515,17.269 --14.477,17.223 --14.437,17.176 --14.398,17.129 --14.359,17.082 --14.32,17.035 --14.28,16.988 --14.241,16.94 --14.201,16.893 --14.161,16.845 --14.121,16.798 --14.081,16.75 --14.041,16.703 --14.001,16.655 --13.961,16.607 --13.921,16.56 --13.881,16.512 --13.84,16.464 --13.8,16.416 --13.759,16.368 --13.719,16.32 --13.678,16.272 --13.638,16.225 --13.598,16.177 --13.557,16.129 --13.517,16.081 --13.477,16.033 --13.436,15.985 --13.396,15.937 --13.355,15.889 --13.315,15.841 --13.274,15.792 --13.234,15.744 --13.193,15.695 --13.153,15.647 --13.112,15.598 --13.072,15.549 --13.031,15.5 --12.99,15.451 --12.95,15.402 --12.909,15.353 --12.869,15.304 --12.828,15.254 --12.788,15.205 --12.747,15.155 --12.707,15.105 --12.667,15.055 --12.626,15.005 --12.586,14.955 --12.546,14.905 --12.506,14.855 --12.88,14.7 --12.84,14.65 --12.801,14.599 --12.762,14.548 --12.722,14.497 --12.683,14.446 --12.644,14.395 --12.605,14.343 --12.566,14.292 --12.526,14.24 --12.487,14.189 --12.447,14.137 --12.408,14.085 --12.368,14.034 --12.329,13.982 --12.29,13.93 --12.25,13.878 --12.211,13.826 --12.171,13.774 --12.132,13.722 --12.092,13.67 --12.053,13.619 --12.014,13.567 --11.974,13.515 --11.935,13.463 --11.896,13.411 --11.857,13.359 --11.818,13.307 --11.779,13.255 --11.74,13.204 --11.701,13.152 --11.662,13.1 --11.623,13.048 --11.585,12.996 --11.546,12.944 --11.507,12.892 --11.469,12.841 --11.431,12.789 --11.392,12.737 --11.354,12.685 --11.315,12.633 --11.277,12.581 --11.238,12.529 --11.2,12.477 --11.161,12.425 --11.123,12.374 --11.085,12.322 --11.047,12.27 --11.008,12.218 --10.97,12.166 --10.932,12.114 --10.893,12.062 --10.855,12.011 --10.816,11.959 --10.778,11.907 --10.74,11.855 --10.701,11.804 --10.663,11.752 --10.624,11.7 --10.586,11.648 --10.548,11.596 --10.509,11.545 --10.471,11.493 --10.433,11.441 --10.395,11.389 --10.356,11.337 --10.318,11.286 --10.28,11.234 --10.242,11.182 --10.204,11.13 --10.166,11.079 --10.128,11.027 --10.09,10.975 --10.052,10.923 --10.014,10.872 --9.9765,10.82 --9.9388,10.768 --9.9012,10.716 --9.8635,10.664 --9.8258,10.613 --9.7882,10.561 --9.7505,10.509 --9.7129,10.458 --9.6753,10.406 --9.6377,10.355 --9.6002,10.303 --9.5627,10.252 --9.5252,10.2 --9.4877,10.149 --9.4502,10.098 --9.4128,10.046 --9.3753,9.9952 --9.3379,9.9441 --9.3004,9.8929 --9.263,9.8417 --9.2256,9.7905 --9.1883,9.7394 --9.1509,9.6882 --9.1135,9.6371 --9.0762,9.5859 --9.4359,9.4954 --9.3991,9.4442 --9.3623,9.393 --9.3255,9.3417 --9.2887,9.2904 --9.2519,9.2391 --9.2152,9.1876 --9.1784,9.1362 --9.1416,9.0847 --9.1048,9.0331 --9.068,8.9814 --9.0312,8.9297 --8.9944,8.878 --8.9576,8.8262 --8.9208,8.7743 --8.8839,8.7223 --8.847,8.6703 --8.8102,8.6182 --8.7733,8.566 --8.7364,8.5138 --8.6995,8.4616 --8.6626,8.4092 --8.6257,8.3568 --8.5888,8.3044 --8.5519,8.2519 --8.5149,8.1994 --8.4779,8.1468 --8.4409,8.0941 --8.4037,8.0415 --8.3665,7.9889 --8.3293,7.9362 --8.2921,7.8835 --8.2548,7.8307 --8.2175,7.7779 --8.1802,7.725 --8.1428,7.6721 --8.1054,7.6192 --8.068,7.5662 --8.0306,7.5132 --7.9931,7.4601 --7.9556,7.407 --7.918,7.3538 --7.8805,7.3006 --7.843,7.2474 --7.8055,7.194 --7.768,7.1406 --7.7305,7.0871 --7.6931,7.0336 --7.6556,6.9799 --7.6182,6.9262 --7.5807,6.8725 --7.5432,6.8187 --7.5057,6.7648 --7.4681,6.7109 --7.4305,6.657 --7.3928,6.603 --7.3551,6.5489 --7.3174,6.4948 --7.2797,6.4406 --7.242,6.3864 --7.2042,6.3322 --7.1665,6.2778 --7.1288,6.2234 --7.091,6.1689 --7.0533,6.1144 --7.0154,6.0599 --6.9775,6.0053 --6.9397,5.9508 --6.9018,5.8962 --6.8639,5.8416 --6.826,5.7869 --6.7881,5.7322 --6.7502,5.6774 --6.7123,5.6226 --6.6744,5.5678 --6.6365,5.5129 --6.5985,5.4581 --6.5606,5.4031 --6.5226,5.3482 --6.4847,5.2932 --6.4467,5.2383 --6.4086,5.1832 --6.3705,5.1282 --6.3325,5.0731 --6.2944,5.0181 --6.2563,4.9629 --6.2183,4.9078 --6.1802,4.8526 --6.1422,4.7975 --6.1042,4.7423 --6.0662,4.6871 --6.0282,4.632 --5.9901,4.5768 --5.9521,4.5217 --5.9141,4.4666 --5.8761,4.4115 --5.8381,4.3564 --5.8,4.3014 --5.762,4.2463 --5.7241,4.1913 --5.9695,3.9953 --5.932,3.9401 --5.8946,3.8849 --5.8571,3.8297 --5.8197,3.7746 --5.7823,3.7194 --5.745,3.6643 --5.7076,3.6091 --5.6703,3.554 --5.633,3.4989 --5.5957,3.4438 --5.5583,3.3887 --5.521,3.3337 --5.4837,3.2786 --5.4465,3.2236 --5.4093,3.1686 --5.3721,3.1135 --5.335,3.0585 --5.2979,3.0035 --5.2608,2.9485 --5.2236,2.8936 --5.1865,2.8387 --5.1494,2.7839 --5.1123,2.7291 --5.0752,2.6743 --5.0381,2.6196 --5.001,2.5649 --4.964,2.5101 --4.927,2.4554 --4.89,2.4007 --4.853,2.346 --4.8161,2.2913 --4.7792,2.2367 --4.7423,2.182 --4.7053,2.1273 --4.6684,2.0727 --4.6315,2.018 --4.5945,1.9634 --4.5576,1.9088 --4.5207,1.8542 --4.4837,1.7997 --4.4468,1.7451 --4.4099,1.6906 --4.373,1.636 --4.3362,1.5815 --4.2995,1.5269 --4.2627,1.4724 --4.226,1.4179 --4.1894,1.3634 --4.1527,1.3089 --4.1161,1.2545 --4.0795,1.2001 --4.043,1.1456 --4.0065,1.0912 --3.9701,1.0368 --3.9338,0.9824 --3.8976,0.92799 --3.8614,0.8736 --3.8252,0.81924 --3.789,0.76492 --3.7529,0.71063 --3.7169,0.65636 --3.6809,0.60212 --3.6449,0.54789 --3.6089,0.49367 --3.5729,0.43947 --3.537,0.38529 --3.501,0.33114 --3.4652,0.277 --3.4294,0.22288 --3.3936,0.16879 --3.3578,0.11472 --3.3221,0.060665 --3.2865,0.0066243 --3.2508,-0.047385 --3.2152,-0.10136 --3.1796,-0.15532 --3.144,-0.20927 --3.1085,-0.26318 --3.0731,-0.31704 --3.0376,-0.37087 --3.0022,-0.42469 --2.9669,-0.47849 --2.9317,-0.53226 --2.8965,-0.586 --2.8613,-0.63974 --2.8263,-0.69345 --2.7913,-0.74714 --2.7563,-0.80082 --2.7214,-0.85447 --2.6865,-0.90812 --2.6517,-0.96177 --2.617,-1.0154 --2.5823,-1.069 --2.5476,-1.1226 --2.5129,-1.1762 --2.4782,-1.2298 --2.4436,-1.2834 --2.409,-1.3369 --2.3743,-1.3903 --2.5843,-1.583 --2.5501,-1.6367 --2.516,-1.6904 --2.482,-1.7442 --2.4479,-1.7979 --2.4139,-1.8517 --2.38,-1.9054 --2.3461,-1.9592 --2.3122,-2.0129 --2.2783,-2.0666 --2.2445,-2.1204 --2.2107,-2.1741 --2.1769,-2.2278 --2.1432,-2.2815 --2.1094,-2.3351 --2.0757,-2.3888 --2.0421,-2.4424 --2.0086,-2.4961 --1.9751,-2.5497 --1.9417,-2.6034 --1.9084,-2.6571 --1.875,-2.7107 --1.8417,-2.7643 --1.8084,-2.8179 --1.7751,-2.8715 --1.7418,-2.9251 --1.7086,-2.9786 --1.6753,-3.0322 --1.6422,-3.0857 --1.609,-3.1392 --1.576,-3.1927 --1.5429,-3.2463 --1.5099,-3.2998 --1.4769,-3.3532 --1.4439,-3.4067 --1.411,-3.4601 --1.378,-3.5135 --1.345,-3.5668 --1.3121,-3.62 --1.2792,-3.6733 --1.2464,-3.7265 --1.2136,-3.7797 --1.1809,-3.8329 --1.1483,-3.886 --1.1157,-3.9392 --1.0833,-3.9922 --1.0508,-4.0453 --1.0184,-4.0983 --0.9861,-4.1513 --0.95378,-4.2043 --0.9215,-4.2572 --0.88927,-4.3101 --0.85706,-4.3629 --0.82488,-4.4157 --0.79273,-4.4684 --0.76063,-4.521 --0.72857,-4.5737 --0.69658,-4.6263 --0.66464,-4.6788 --0.63274,-4.7314 --0.6009,-4.784 --0.56912,-4.8365 --0.53738,-4.8889 --0.50564,-4.9414 --0.4739,-4.9938 --0.44217,-5.0461 --0.41044,-5.0984 --0.37871,-5.1507 --0.34698,-5.203 --0.31531,-5.2553 --0.28369,-5.3075 --0.25211,-5.3597 --0.22057,-5.4119 --0.18907,-5.464 --0.15763,-5.5162 --0.12626,-5.5683 --0.094954,-5.6203 --0.06369,-5.6723 --0.032449,-5.7243 --0.0012382,-5.7763 -0.029934,-5.8281 -0.061059,-5.88 -0.092124,-5.9317 -0.12313,-5.9835 -0.1541,-6.0351 -0.18503,-6.0867 -0.21592,-6.1382 -0.24672,-6.1897 -0.27744,-6.2411 -0.30809,-6.2925 -0.33868,-6.3437 -0.3692,-6.395 -0.39962,-6.4461 -0.42996,-6.4973 -0.46024,-6.5483 -0.49045,-6.5994 -0.52058,-6.6503 -0.55062,-6.7012 -0.58061,-6.752 -0.61053,-6.8027 -0.44044,-6.978 -0.4699,-7.0287 -0.49929,-7.0794 -0.52863,-7.1299 -0.55793,-7.1804 -0.58717,-7.2308 -0.61634,-7.2812 -0.64546,-7.3314 -0.67453,-7.3816 -0.70354,-7.4316 -0.7325,-7.4815 -0.76138,-7.5313 -0.79019,-7.581 -0.81891,-7.6306 -0.84757,-7.68 -0.87615,-7.7294 -0.90463,-7.7786 -0.93302,-7.8277 -0.96127,-7.8767 -0.98938,-7.9255 -1.0174,-7.9743 -1.0453,-8.0229 -1.0731,-8.0714 -1.1009,-8.1197 -1.1285,-8.1679 -1.156,-8.216 -1.1833,-8.2639 -1.2106,-8.3117 -1.2377,-8.3593 -1.2648,-8.4068 -1.2916,-8.4542 -1.3184,-8.5015 -1.345,-8.5486 -1.3714,-8.5956 -1.3978,-8.6424 -1.424,-8.689 -1.45,-8.7355 -1.476,-8.7819 -1.5018,-8.8281 -1.5274,-8.8742 -1.5529,-8.9202 -1.5783,-8.966 -1.6035,-9.0117 -1.6286,-9.0573 -1.6536,-9.1026 -1.6785,-9.1479 -1.7032,-9.193 -1.7279,-9.2379 -1.7524,-9.2827 -1.7768,-9.3273 -1.8011,-9.3718 -1.8252,-9.4161 -1.8491,-9.4603 -1.8729,-9.5044 -1.8965,-9.5483 -1.92,-9.5921 -1.9434,-9.6357 -1.9666,-9.6791 -1.9897,-9.7224 -2.0127,-9.7656 -2.0355,-9.8085 -2.0581,-9.8513 -2.0807,-9.8939 -2.1031,-9.9364 -2.1254,-9.9787 -2.1475,-10.021 -2.1695,-10.063 -2.1913,-10.105 -2.2129,-10.146 -2.2343,-10.188 -2.2556,-10.229 -2.2767,-10.27 -2.2977,-10.311 -2.3186,-10.352 -2.3392,-10.393 -2.3597,-10.433 -2.3801,-10.474 -2.4004,-10.514 -2.4205,-10.554 -2.4405,-10.594 -2.4604,-10.634 -2.4801,-10.673 -2.4997,-10.713 -2.5191,-10.752 -2.5385,-10.791 -2.5576,-10.83 -2.5767,-10.869 -2.5957,-10.908 -2.6145,-10.946 -2.6332,-10.985 -2.6517,-11.023 -2.6701,-11.061 -2.6884,-11.099 -2.7066,-11.137 -2.7246,-11.174 -2.7425,-11.212 -2.7603,-11.249 -2.7779,-11.286 -2.7954,-11.323 -2.8127,-11.36 -2.7038,-11.56 -2.7207,-11.596 -2.7374,-11.633 -2.754,-11.67 -2.7704,-11.706 -2.7866,-11.742 -2.8027,-11.778 -2.8186,-11.814 -2.8343,-11.85 -2.8499,-11.886 -2.8653,-11.921 -2.8805,-11.956 -2.8956,-11.991 -2.9106,-12.026 -2.9254,-12.061 -2.9401,-12.096 -2.9546,-12.13 -2.969,-12.164 -2.9832,-12.198 -2.9973,-12.232 -3.0113,-12.266 -3.0251,-12.3 -3.0388,-12.333 -3.0523,-12.366 -3.0657,-12.4 -3.079,-12.433 -3.0922,-12.465 -3.1052,-12.498 -3.118,-12.531 -3.1308,-12.563 -3.1434,-12.596 -3.1558,-12.628 -3.1681,-12.66 -3.1803,-12.692 -3.1923,-12.723 -3.2041,-12.755 -3.2158,-12.787 -3.2274,-12.818 -3.2388,-12.849 -3.2501,-12.88 -3.2612,-12.911 -3.2722,-12.941 -3.283,-12.972 -3.2937,-13.002 -3.3042,-13.032 -3.3145,-13.062 -3.3246,-13.092 -3.3346,-13.122 -3.3444,-13.151 -3.3541,-13.18 -3.3635,-13.21 -3.3729,-13.239 -3.382,-13.267 -3.391,-13.296 -3.3998,-13.324 -3.4084,-13.353 -3.4169,-13.381 -3.4252,-13.409 -3.4333,-13.436 -3.4413,-13.464 -3.449,-13.491 -3.4566,-13.518 -3.4641,-13.545 -3.4714,-13.572 -3.4785,-13.599 -3.4854,-13.625 -3.4923,-13.651 -3.4989,-13.677 -3.5055,-13.703 -3.5119,-13.729 -3.5181,-13.755 -3.5243,-13.78 -3.5303,-13.806 -3.5361,-13.831 -3.5419,-13.856 -3.5476,-13.881 -3.5532,-13.905 -3.5587,-13.93 -3.5641,-13.955 -3.5694,-13.979 -3.5747,-14.004 -3.5798,-14.028 -3.5849,-14.053 -3.5898,-14.077 -3.5946,-14.101 -3.5994,-14.125 -3.604,-14.15 -3.6086,-14.174 -3.6131,-14.198 -3.6176,-14.222 -3.622,-14.246 -3.6264,-14.27 -3.6307,-14.294 -3.635,-14.318 -3.6393,-14.342 -3.6435,-14.366 -3.6477,-14.39 -3.6519,-14.413 -3.6561,-14.437 -3.6602,-14.461 -3.6071,-14.631 -3.611,-14.655 -3.6149,-14.679 -3.6187,-14.702 -3.6225,-14.726 -3.6262,-14.75 -3.6298,-14.774 -3.6333,-14.797 -3.6368,-14.821 -3.6403,-14.845 -3.6436,-14.868 -3.6469,-14.892 -3.6501,-14.915 -3.6533,-14.939 -3.6564,-14.962 -3.6593,-14.985 -3.6622,-15.009 -3.665,-15.032 -3.6676,-15.056 -3.6702,-15.079 -3.6727,-15.102 -3.6752,-15.125 -3.6775,-15.149 -3.6797,-15.172 -3.6819,-15.195 -3.684,-15.218 -3.686,-15.241 -3.6878,-15.264 -3.6896,-15.287 -3.6913,-15.31 -3.6929,-15.333 -3.6943,-15.356 -3.6957,-15.379 -3.697,-15.401 -3.6982,-15.424 -3.6993,-15.447 -3.7003,-15.469 -3.7012,-15.492 -3.702,-15.514 -3.7028,-15.537 -3.7035,-15.559 -3.7041,-15.582 -3.7047,-15.604 -3.7052,-15.627 -3.7058,-15.649 -3.7063,-15.671 -3.7068,-15.693 -3.7072,-15.716 -3.7077,-15.738 -3.7081,-15.76 -3.7085,-15.783 -3.709,-15.805 -3.7094,-15.827 -3.7097,-15.849 -3.7101,-15.871 -3.7104,-15.894 -3.7107,-15.916 -3.711,-15.938 -3.7113,-15.96 -3.7116,-15.982 -3.7119,-16.004 -3.7121,-16.027 -3.7123,-16.049 -3.7124,-16.071 -3.7126,-16.093 -3.7127,-16.115 -3.7128,-16.137 -3.7128,-16.158 -3.7129,-16.18 -3.7129,-16.202 -3.7128,-16.224 -3.7127,-16.246 -3.7126,-16.267 -3.7125,-16.289 -3.7125,-16.31 -3.7126,-16.332 -3.7128,-16.353 -3.7131,-16.374 -3.7134,-16.395 -3.7139,-16.415 -3.7146,-16.435 -3.7156,-16.456 -3.7168,-16.476 -3.7183,-16.495 -3.7198,-16.515 -3.7214,-16.535 -3.7229,-16.554 -3.7243,-16.574 -3.7255,-16.593 -3.7264,-16.613 -3.727,-16.632 -3.7273,-16.652 -3.7274,-16.671 -3.7272,-16.691 -3.7269,-16.711 -3.7263,-16.731 -3.7256,-16.75 -3.7248,-16.77 -3.724,-16.79 -3.7231,-16.81 -3.6844,-16.951 -3.6834,-16.971 -3.6823,-16.991 -3.6811,-17.011 -3.6798,-17.031 -3.6784,-17.051 -3.6769,-17.071 -3.6752,-17.091 -3.6733,-17.111 -3.6714,-17.131 -3.6693,-17.151 -3.6671,-17.17 -3.6649,-17.19 -3.6625,-17.21 -3.6601,-17.229 -3.6577,-17.249 -3.6552,-17.268 -3.6527,-17.288 -3.6501,-17.308 -3.6474,-17.327 -3.6447,-17.347 -3.6419,-17.366 -3.6391,-17.386 -3.6361,-17.405 -3.6331,-17.425 -3.6301,-17.444 -3.6269,-17.464 -3.6238,-17.483 -3.6205,-17.503 -3.6173,-17.522 -3.614,-17.542 -3.6107,-17.562 -3.6075,-17.581 -3.6042,-17.601 -3.601,-17.621 -3.5978,-17.641 -3.5946,-17.661 -3.5915,-17.681 -3.5884,-17.701 -3.5853,-17.721 -3.5821,-17.741 -3.579,-17.762 -3.5759,-17.782 -3.5727,-17.802 -3.5695,-17.823 -3.5662,-17.843 -3.5629,-17.864 -3.5594,-17.884 -3.5557,-17.905 -3.5519,-17.925 -3.5479,-17.946 -3.5435,-17.966 -3.5389,-17.987 -3.5339,-18.007 -3.5286,-18.027 -3.5229,-18.047 -3.5169,-18.067 -3.5106,-18.087 -3.5041,-18.106 -3.4975,-18.126 -3.4909,-18.146 -3.4843,-18.165 -3.4776,-18.185 -3.4708,-18.205 -3.4641,-18.224 -3.4573,-18.244 -3.4505,-18.264 -3.4435,-18.284 -3.4365,-18.304 -3.4293,-18.324 -3.422,-18.345 -3.4146,-18.365 -3.4071,-18.386 -3.3994,-18.407 -3.3918,-18.428 -3.384,-18.449 -3.3762,-18.47 -3.3684,-18.492 -3.3606,-18.514 -3.3528,-18.536 -3.345,-18.559 -3.3373,-18.581 -3.3297,-18.604 -3.3222,-18.627 -3.3148,-18.651 -3.3074,-18.674 -3.3002,-18.698 -3.2931,-18.723 -3.286,-18.747 -3.279,-18.772 -3.2719,-18.798 -3.2646,-18.823 -3.2573,-18.849 -3.2497,-18.875 -3.242,-18.901 -3.2341,-18.927 -3.2261,-18.954 -3.2178,-18.98 -3.2094,-19.007 -3.2007,-19.034 -3.1671,-19.162 -3.1581,-19.189 -3.1489,-19.216 -3.1395,-19.244 -3.13,-19.271 -3.1204,-19.299 -3.1105,-19.327 -3.1006,-19.354 -3.0904,-19.382 -3.0801,-19.41 -3.0695,-19.437 -3.0588,-19.465 -3.0478,-19.493 -3.0366,-19.521 -3.0252,-19.549 -3.0135,-19.577 -3.0016,-19.605 -2.9894,-19.633 -2.9771,-19.661 -2.9645,-19.689 -2.9519,-19.717 -2.9391,-19.745 -2.9262,-19.773 -2.9131,-19.801 -2.8999,-19.83 -2.8866,-19.858 -2.8732,-19.887 -2.8595,-19.915 -2.8456,-19.944 -2.8313,-19.972 -2.8166,-20 -2.8014,-20.028 -2.7857,-20.057 -2.7693,-20.085 -2.7525,-20.114 -2.7355,-20.143 -2.7184,-20.172 -2.7012,-20.201 -2.6837,-20.229 -2.666,-20.258 -2.648,-20.287 -2.6299,-20.316 -2.6117,-20.345 -2.5933,-20.374 -2.5747,-20.403 -2.5558,-20.432 -2.5367,-20.461 -2.5174,-20.49 -2.4979,-20.519 -2.4782,-20.547 -2.4584,-20.576 -2.4384,-20.605 -2.4184,-20.634 -2.3984,-20.662 -2.3782,-20.691 -2.3581,-20.72 -2.3379,-20.749 -2.3176,-20.778 -2.2973,-20.808 -2.2768,-20.837 -2.2562,-20.866 -2.2355,-20.895 -2.2147,-20.925 -2.1938,-20.954 -2.1727,-20.984 -2.1515,-21.013 -2.1302,-21.043 -2.1088,-21.073 -2.0873,-21.102 -2.0657,-21.132 -2.0439,-21.162 -2.0221,-21.192 -2.0001,-21.222 -1.9779,-21.252 -1.9556,-21.282 -1.9331,-21.313 -1.9105,-21.343 -1.8876,-21.373 -1.8646,-21.403 -1.8413,-21.433 -1.8178,-21.463 -1.794,-21.494 -1.7699,-21.524 -1.7456,-21.553 -1.7211,-21.583 -1.6962,-21.613 -1.6712,-21.643 -1.6459,-21.673 -1.6204,-21.703 -1.5947,-21.732 -1.5688,-21.762 -1.5427,-21.792 -1.5164,-21.821 -1.49,-21.851 -1.4635,-21.881 -1.4367,-21.91 -1.4099,-21.94 -1.3828,-21.97 -1.3557,-21.999 -1.3284,-22.029 -1.3449,-22.139 -1.3174,-22.169 -1.2898,-22.199 -1.2621,-22.229 -1.2342,-22.259 -1.2062,-22.289 -1.1781,-22.319 -1.1498,-22.349 -1.1213,-22.378 -1.0926,-22.408 -1.0637,-22.438 -1.0346,-22.468 -1.0053,-22.498 -0.97584,-22.528 -0.94611,-22.558 -0.91612,-22.588 -0.88585,-22.618 -0.85537,-22.647 -0.82472,-22.677 -0.79394,-22.706 -0.76307,-22.736 -0.73209,-22.765 -0.70098,-22.794 -0.66969,-22.824 -0.63821,-22.853 -0.60656,-22.882 -0.57474,-22.911 -0.54276,-22.94 -0.5106,-22.969 -0.47827,-22.998 -0.44575,-23.027 -0.41304,-23.056 -0.38016,-23.085 -0.3471,-23.114 -0.31383,-23.142 -0.28034,-23.171 -0.24662,-23.2 -0.21266,-23.229 -0.17844,-23.258 -0.14398,-23.286 -0.1093,-23.315 -0.074446,-23.344 -0.039446,-23.373 -0.0043071,-23.402 --0.031009,-23.431 --0.066503,-23.461 --0.10213,-23.49 --0.13788,-23.519 --0.17375,-23.549 --0.20975,-23.578 --0.24588,-23.608 --0.28211,-23.637 --0.31844,-23.667 --0.35488,-23.697 --0.39144,-23.727 --0.42813,-23.757 --0.46495,-23.787 --0.50191,-23.817 --0.53902,-23.848 --0.57629,-23.878 --0.61369,-23.908 --0.65117,-23.939 --0.68871,-23.969 --0.72628,-24 --0.76389,-24.031 --0.80157,-24.062 --0.83934,-24.093 --0.87729,-24.124 --0.91544,-24.155 --0.95385,-24.186 --0.99251,-24.217 --1.0314,-24.248 --1.0705,-24.279 --1.1098,-24.31 --1.1492,-24.341 --1.189,-24.371 --1.229,-24.402 --1.2693,-24.433 --1.3099,-24.464 --1.3507,-24.494 --1.3916,-24.524 --1.4328,-24.555 --1.4741,-24.585 --1.5155,-24.616 --1.5571,-24.646 --1.5987,-24.676 --1.6404,-24.707 --1.6823,-24.737 --1.7243,-24.768 --1.7664,-24.798 --1.8088,-24.829 --1.8513,-24.859 --1.894,-24.89 --1.9368,-24.92 --1.9798,-24.951 --2.0229,-24.981 --2.0661,-25.012 --2.1094,-25.042 --2.1529,-25.073 --2.1965,-25.104 --2.1517,-25.14 --2.1954,-25.171 --2.2393,-25.201 --2.2833,-25.232 --2.3274,-25.264 --2.3715,-25.295 --2.4157,-25.326 --2.46,-25.357 --2.5044,-25.389 --2.5488,-25.42 --2.5934,-25.452 --2.638,-25.483 --2.6828,-25.515 --2.7276,-25.547 --2.7726,-25.579 --2.8177,-25.611 --2.8629,-25.643 --2.9082,-25.675 --2.9536,-25.707 --2.9992,-25.739 --3.0448,-25.771 --3.0905,-25.804 --3.1364,-25.836 --3.1824,-25.869 --3.2286,-25.901 --3.275,-25.934 --3.3217,-25.966 --3.3685,-25.999 --3.4156,-26.031 --3.4628,-26.064 --3.5102,-26.097 --3.5577,-26.129 --3.6054,-26.162 --3.6534,-26.195 --3.7015,-26.228 --3.7498,-26.261 --3.7983,-26.293 --3.8469,-26.326 --3.8956,-26.359 --3.9444,-26.392 --3.9933,-26.425 --4.0422,-26.458 --4.0913,-26.491 --4.1403,-26.524 --4.1894,-26.557 --4.2386,-26.589 --4.2879,-26.622 --4.3373,-26.655 --4.3867,-26.688 --4.4362,-26.721 --4.4857,-26.754 --4.5353,-26.788 --4.5849,-26.821 --4.6345,-26.854 --4.6841,-26.888 --4.7338,-26.921 --4.7835,-26.955 --4.8332,-26.988 --4.883,-27.022 --4.933,-27.056 --4.9832,-27.09 --5.0335,-27.123 --5.0841,-27.157 --5.1348,-27.19 --5.1857,-27.224 --5.2367,-27.258 --5.2878,-27.291 --5.339,-27.325 --5.3902,-27.359 --5.4415,-27.393 --5.4927,-27.428 --5.5438,-27.462 --5.5949,-27.496 --5.6458,-27.531 --5.6967,-27.566 --5.7476,-27.601 --5.7983,-27.636 --5.849,-27.671 --5.8997,-27.706 --5.9503,-27.742 --6.0007,-27.777 --6.0511,-27.813 --6.1014,-27.848 --6.1517,-27.884 --6.202,-27.92 --6.2522,-27.957 --6.3023,-27.993 --6.3523,-28.03 --6.4023,-28.066 --6.4523,-28.103 --6.5022,-28.14 --6.5521,-28.177 --6.6019,-28.214 --6.6517,-28.251 --6.7014,-28.289 --6.7512,-28.326 --6.801,-28.363 --6.8508,-28.401 --6.9007,-28.439 --6.9506,-28.476 --6.9214,-28.422 --6.9711,-28.46 --7.0209,-28.497 --7.0707,-28.535 --7.1205,-28.573 --7.1704,-28.61 --7.2204,-28.648 --7.2705,-28.685 --7.3206,-28.723 --7.3707,-28.76 --7.4208,-28.798 --7.4709,-28.836 --7.521,-28.874 --7.5712,-28.912 --7.6214,-28.95 --7.6716,-28.989 --7.7219,-29.027 --7.7722,-29.066 --7.8224,-29.105 --7.8726,-29.144 --7.9228,-29.183 --7.9729,-29.223 --8.023,-29.263 --8.0731,-29.302 --8.1232,-29.342 --8.1735,-29.382 --8.2238,-29.423 --8.2743,-29.463 --8.3249,-29.503 --8.3756,-29.543 --8.4263,-29.583 --8.477,-29.624 --8.5277,-29.664 --8.5783,-29.705 --8.6288,-29.746 --8.6792,-29.788 --8.7295,-29.829 --8.7797,-29.871 --8.8298,-29.913 --8.8799,-29.955 --8.9299,-29.997 --8.9798,-30.039 --9.0296,-30.082 --9.0794,-30.124 --9.1291,-30.167 --9.1787,-30.21 --9.2282,-30.253 --9.2777,-30.297 --9.3271,-30.34 --9.3766,-30.384 --9.426,-30.427 --9.4754,-30.471 --9.5248,-30.515 --9.5741,-30.559 --9.6234,-30.603 --9.6726,-30.648 --9.7219,-30.692 --9.7712,-30.736 --9.8204,-30.781 --9.8697,-30.826 --9.919,-30.87 --9.9683,-30.915 --10.018,-30.96 --10.067,-31.005 --10.117,-31.05 --10.166,-31.095 --10.215,-31.14 --10.265,-31.185 --10.314,-31.23 --10.363,-31.275 --10.413,-31.321 --10.462,-31.366 --10.512,-31.411 --10.561,-31.457 --10.611,-31.502 --10.66,-31.548 --10.709,-31.594 --10.758,-31.64 --10.808,-31.687 --10.857,-31.733 --10.906,-31.78 --10.955,-31.827 --11.004,-31.874 --11.053,-31.921 --11.102,-31.968 --11.151,-32.016 --11.2,-32.064 --11.249,-32.112 --11.297,-32.16 --11.346,-32.208 --11.394,-32.257 --11.443,-32.306 --11.491,-32.354 --11.539,-32.403 --11.587,-32.453 --11.635,-32.502 --11.684,-32.551 --11.732,-32.601 --11.78,-32.65 --11.828,-32.7 --11.824,-32.542 --11.872,-32.591 --11.92,-32.64 --11.968,-32.69 --12.016,-32.739 --12.064,-32.789 --12.112,-32.839 --12.16,-32.889 --12.207,-32.94 --12.255,-32.991 --12.303,-33.042 --12.35,-33.093 --12.397,-33.144 --12.444,-33.196 --12.491,-33.248 --12.538,-33.3 --12.585,-33.352 --12.632,-33.404 --12.679,-33.456 --12.725,-33.509 --12.772,-33.561 --12.818,-33.614 --12.865,-33.666 --12.911,-33.719 --12.957,-33.772 --13.003,-33.825 --13.049,-33.878 --13.095,-33.931 --13.141,-33.985 --13.187,-34.038 --13.233,-34.092 --13.278,-34.145 --13.324,-34.199 --13.369,-34.252 --13.415,-34.306 --13.46,-34.36 --13.506,-34.413 --13.551,-34.467 --13.597,-34.52 --13.642,-34.574 --13.687,-34.628 --13.733,-34.681 --13.778,-34.735 --13.824,-34.789 --13.869,-34.843 --13.914,-34.896 --13.96,-34.95 --14.004,-35.004 --14.049,-35.058 --14.093,-35.113 --14.137,-35.167 --14.181,-35.222 --14.225,-35.276 --14.268,-35.331 --14.312,-35.386 --14.355,-35.441 --14.398,-35.496 --14.442,-35.552 --14.485,-35.607 --14.528,-35.662 --14.571,-35.717 --14.614,-35.773 --14.657,-35.829 --14.7,-35.885 --14.742,-35.941 --14.785,-35.997 --14.827,-36.053 --14.87,-36.109 --14.912,-36.165 --14.955,-36.221 --14.997,-36.278 --15.039,-36.334 --15.082,-36.39 --15.124,-36.447 --15.166,-36.503 --15.208,-36.56 --15.25,-36.616 --15.292,-36.673 --15.334,-36.729 --15.376,-36.786 --15.418,-36.843 --15.459,-36.899 --15.501,-36.956 --15.542,-37.012 --15.584,-37.069 --15.625,-37.125 --15.666,-37.182 --15.707,-37.239 --15.748,-37.296 --15.789,-37.353 --15.83,-37.41 --15.87,-37.467 --15.911,-37.524 --15.951,-37.581 --15.991,-37.638 --16.031,-37.695 --16.071,-37.753 --16.111,-37.81 --16.151,-37.867 --16.19,-37.925 --16.205,-37.719 --16.244,-37.776 --16.283,-37.834 --16.322,-37.891 --16.361,-37.948 --16.4,-38.006 --16.439,-38.063 --16.478,-38.121 --16.516,-38.179 --16.555,-38.236 --16.593,-38.294 --16.632,-38.352 --16.67,-38.41 --16.709,-38.468 --16.747,-38.526 --16.785,-38.584 --16.823,-38.642 --16.861,-38.701 --16.898,-38.759 --16.936,-38.818 --16.974,-38.876 --17.011,-38.934 --17.049,-38.993 --17.086,-39.051 --17.123,-39.11 --17.161,-39.168 --17.198,-39.226 --17.235,-39.284 --17.272,-39.343 --17.309,-39.401 --17.346,-39.459 --17.383,-39.518 --17.419,-39.576 --17.455,-39.634 --17.492,-39.692 --17.528,-39.751 --17.564,-39.809 --17.6,-39.867 --17.636,-39.924 --17.672,-39.982 --17.708,-40.039 --17.744,-40.097 --17.78,-40.154 --17.815,-40.211 --17.851,-40.268 --17.887,-40.325 --17.922,-40.381 --17.957,-40.438 --17.993,-40.494 --18.028,-40.55 --18.063,-40.606 --18.099,-40.662 --18.134,-40.717 --18.169,-40.773 --18.204,-40.828 --18.238,-40.884 --18.273,-40.939 --18.307,-40.994 --18.342,-41.049 --18.376,-41.104 --18.41,-41.159 --18.444,-41.214 --18.478,-41.269 --18.512,-41.324 --18.546,-41.379 --18.579,-41.434 --18.613,-41.489 --18.646,-41.544 --18.68,-41.599 --18.714,-41.653 --18.747,-41.708 --18.781,-41.762 --18.814,-41.817 --18.847,-41.871 --18.88,-41.926 --18.913,-41.98 --18.945,-42.034 --18.978,-42.089 --19.011,-42.143 --19.044,-42.197 --19.077,-42.251 --19.109,-42.305 --19.142,-42.359 --19.175,-42.413 --19.207,-42.466 --19.24,-42.52 --19.272,-42.574 --19.305,-42.627 --19.338,-42.68 --19.37,-42.734 --19.402,-42.787 --19.435,-42.84 --19.468,-42.893 --19.5,-42.946 --19.533,-42.998 --19.565,-43.051 --19.597,-43.104 --19.63,-43.156 --19.662,-43.208 --19.694,-43.26 --19.701,-43.054 --19.732,-43.106 --19.764,-43.157 --19.796,-43.209 --19.827,-43.26 --19.858,-43.312 --19.889,-43.363 --19.92,-43.415 --19.951,-43.466 --19.982,-43.517 --20.012,-43.569 --20.042,-43.62 --20.073,-43.671 --20.103,-43.722 --20.133,-43.773 --20.163,-43.824 --20.194,-43.875 --20.224,-43.925 --20.254,-43.976 --20.284,-44.027 --20.314,-44.078 --20.343,-44.129 --20.373,-44.181 --20.403,-44.232 --20.433,-44.283 --20.463,-44.334 --20.493,-44.385 --20.523,-44.436 --20.553,-44.487 --20.583,-44.538 --20.613,-44.59 --20.643,-44.641 --20.673,-44.692 --20.703,-44.743 --20.733,-44.795 --20.764,-44.846 --20.794,-44.897 --20.824,-44.949 --20.855,-45 --20.886,-45.052 --20.916,-45.103 --20.947,-45.155 --20.978,-45.207 --21.009,-45.258 --21.039,-45.31 --21.07,-45.362 --21.101,-45.414 --21.132,-45.467 --21.163,-45.519 --21.194,-45.571 --21.226,-45.623 --21.257,-45.676 --21.288,-45.728 --21.319,-45.78 --21.35,-45.832 --21.381,-45.885 --21.413,-45.937 --21.444,-45.989 --21.475,-46.041 --21.506,-46.093 --21.537,-46.145 --21.568,-46.197 --21.599,-46.249 --21.63,-46.301 --21.661,-46.353 --21.692,-46.405 --21.723,-46.457 --21.754,-46.508 --21.785,-46.56 --21.816,-46.612 --21.847,-46.663 --21.878,-46.715 --21.91,-46.767 --21.941,-46.818 --21.973,-46.87 --22.004,-46.921 --22.036,-46.973 --22.068,-47.024 --22.1,-47.076 --22.132,-47.127 --22.164,-47.179 --22.196,-47.23 --22.228,-47.281 --22.261,-47.333 --22.293,-47.384 --22.326,-47.435 --22.358,-47.487 --22.391,-47.538 --22.424,-47.589 --22.456,-47.64 --22.489,-47.692 --22.522,-47.743 --22.556,-47.794 --22.589,-47.845 --22.622,-47.896 --22.656,-47.947 --22.69,-47.998 --22.724,-48.05 --22.758,-48.101 --22.793,-48.152 --22.828,-47.842 --22.863,-47.892 --22.898,-47.943 --22.933,-47.993 --22.968,-48.044 --23.003,-48.094 --23.038,-48.145 --23.074,-48.195 --23.109,-48.245 --23.145,-48.295 --23.181,-48.345 --23.217,-48.396 --23.253,-48.445 --23.29,-48.495 --23.326,-48.545 --23.362,-48.595 --23.399,-48.645 --23.436,-48.694 --23.472,-48.744 --23.509,-48.793 --23.546,-48.842 --23.583,-48.892 --23.62,-48.941 --23.657,-48.99 --23.694,-49.039 --23.731,-49.088 --23.769,-49.137 --23.806,-49.186 --23.844,-49.235 --23.881,-49.284 --23.919,-49.333 --23.956,-49.382 --23.994,-49.431 --24.031,-49.48 --24.069,-49.529 --24.107,-49.578 --24.145,-49.626 --24.183,-49.675 --24.221,-49.724 --24.259,-49.772 --24.297,-49.82 --24.335,-49.868 --24.374,-49.916 --24.412,-49.964 --24.451,-50.012 --24.49,-50.059 --24.528,-50.106 --24.567,-50.153 --24.606,-50.2 --24.645,-50.247 --24.685,-50.294 --24.724,-50.34 --24.763,-50.386 --24.802,-50.433 --24.842,-50.479 --24.881,-50.524 --24.921,-50.57 --24.961,-50.615 --25,-50.661 --25.04,-50.706 --25.08,-50.751 --25.12,-50.796 --25.16,-50.841 --25.199,-50.886 --25.239,-50.931 --25.279,-50.976 --25.319,-51.021 --25.359,-51.066 --25.399,-51.111 --25.439,-51.155 --25.479,-51.2 --25.519,-51.244 --25.559,-51.289 --25.6,-51.333 --25.64,-51.376 --25.681,-51.42 --25.721,-51.463 --25.762,-51.507 --25.802,-51.549 --25.843,-51.592 --25.884,-51.635 --25.925,-51.677 --25.966,-51.72 --26.007,-51.762 --26.048,-51.804 --26.089,-51.846 --26.13,-51.888 --26.171,-51.93 --26.213,-51.972 --26.254,-52.014 --26.295,-52.055 --26.337,-52.097 --26.378,-52.139 --26.42,-52.18 --26.461,-52.222 --26.503,-52.264 --26.545,-52.305 --26.586,-52.347 --26.628,-52.389 --26.67,-52.43 --26.639,-52.159 --26.68,-52.2 --26.722,-52.241 --26.764,-52.281 --26.805,-52.322 --26.847,-52.362 --26.888,-52.403 --26.929,-52.443 --26.971,-52.484 --27.012,-52.524 --27.053,-52.564 --27.095,-52.604 --27.136,-52.644 --27.177,-52.684 --27.219,-52.723 --27.26,-52.763 --27.301,-52.802 --27.343,-52.841 --27.384,-52.881 --27.426,-52.92 --27.468,-52.958 --27.509,-52.997 --27.551,-53.036 --27.593,-53.074 --27.635,-53.113 --27.677,-53.151 --27.719,-53.189 --27.762,-53.227 --27.804,-53.265 --27.846,-53.303 --27.888,-53.341 --27.931,-53.379 --27.973,-53.417 --28.015,-53.454 --28.058,-53.492 --28.1,-53.53 --28.142,-53.567 --28.184,-53.605 --28.227,-53.642 --28.269,-53.68 --28.311,-53.717 --28.353,-53.754 --28.396,-53.791 --28.438,-53.828 --28.48,-53.864 --28.523,-53.901 --28.565,-53.937 --28.607,-53.974 --28.65,-54.01 --28.692,-54.047 --28.735,-54.083 --28.777,-54.119 --28.82,-54.156 --28.862,-54.192 --28.905,-54.228 --28.948,-54.264 --28.991,-54.299 --29.034,-54.335 --29.077,-54.371 --29.119,-54.407 --29.163,-54.442 --29.206,-54.478 --29.249,-54.513 --29.292,-54.549 --29.335,-54.584 --29.378,-54.619 --29.422,-54.655 --29.465,-54.69 --29.508,-54.725 --29.551,-54.76 --29.594,-54.795 --29.637,-54.83 --29.68,-54.866 --29.723,-54.901 --29.766,-54.936 --29.809,-54.971 --29.852,-55.006 --29.894,-55.04 --29.937,-55.075 --29.979,-55.11 --30.022,-55.144 --30.064,-55.179 --30.106,-55.213 --30.148,-55.247 --30.19,-55.282 --30.232,-55.316 --30.274,-55.35 --30.316,-55.383 --30.358,-55.417 --30.4,-55.451 --30.442,-55.484 --30.483,-55.518 --30.525,-55.551 --30.567,-55.585 --30.609,-55.618 --30.651,-55.651 --30.692,-55.684 --30.734,-55.717 --30.776,-55.75 --30.818,-55.782 --30.714,-55.586 --30.756,-55.618 --30.798,-55.65 --30.84,-55.682 --30.882,-55.714 --30.924,-55.746 --30.966,-55.778 --31.008,-55.809 --31.049,-55.841 --31.091,-55.873 --31.133,-55.904 --31.175,-55.936 --31.216,-55.967 --31.258,-55.998 --31.3,-56.03 --31.342,-56.061 --31.383,-56.092 --31.425,-56.123 --31.466,-56.154 --31.508,-56.185 --31.549,-56.216 --31.591,-56.248 --31.632,-56.279 --31.673,-56.31 --31.714,-56.341 --31.755,-56.372 --31.797,-56.403 --31.838,-56.434 --31.879,-56.465 --31.92,-56.497 --31.96,-56.528 --32.001,-56.559 --32.042,-56.59 --32.083,-56.622 --32.124,-56.653 --32.164,-56.684 --32.205,-56.715 --32.246,-56.746 --32.286,-56.778 --32.327,-56.809 --32.367,-56.84 --32.408,-56.871 --32.448,-56.902 --32.489,-56.933 --32.529,-56.964 --32.569,-56.995 --32.609,-57.026 --32.649,-57.057 --32.69,-57.088 --32.73,-57.119 --32.77,-57.149 --32.809,-57.18 --32.849,-57.211 --32.889,-57.242 --32.929,-57.273 --32.969,-57.304 --33.008,-57.334 --33.048,-57.365 --33.087,-57.396 --33.126,-57.427 --33.166,-57.458 --33.205,-57.489 --33.244,-57.52 --33.283,-57.551 --33.322,-57.582 --33.361,-57.613 --33.4,-57.644 --33.439,-57.675 --33.478,-57.706 --33.517,-57.737 --33.555,-57.768 --33.594,-57.799 --33.632,-57.83 --33.671,-57.861 --33.709,-57.892 --33.747,-57.923 --33.785,-57.954 --33.824,-57.985 --33.862,-58.016 --33.899,-58.047 --33.937,-58.078 --33.975,-58.109 --34.013,-58.14 --34.051,-58.172 --34.088,-58.203 --34.126,-58.234 --34.163,-58.265 --34.201,-58.296 --34.238,-58.327 --34.276,-58.359 --34.313,-58.39 --34.35,-58.421 --34.387,-58.453 --34.424,-58.484 --34.461,-58.516 --34.498,-58.548 --34.535,-58.58 --34.571,-58.611 --34.608,-58.643 --34.645,-58.675 --34.472,-58.588 --34.509,-58.62 --34.545,-58.651 --34.582,-58.683 --34.619,-58.714 --34.655,-58.746 --34.692,-58.777 --34.729,-58.808 --34.765,-58.84 --34.802,-58.871 --34.838,-58.903 --34.874,-58.935 --34.91,-58.966 --34.946,-58.998 --34.982,-59.03 --35.018,-59.062 --35.053,-59.094 --35.089,-59.127 --35.124,-59.159 --35.159,-59.191 --35.193,-59.224 --35.228,-59.256 --35.262,-59.289 --35.296,-59.322 --35.33,-59.356 --35.364,-59.389 --35.397,-59.423 --35.43,-59.456 --35.463,-59.49 --35.496,-59.525 --35.529,-59.559 --35.561,-59.594 --35.593,-59.628 --35.625,-59.663 --35.658,-59.698 --35.69,-59.733 --35.722,-59.769 --35.754,-59.804 --35.786,-59.839 --35.818,-59.875 --35.85,-59.91 --35.882,-59.946 --35.914,-59.982 --35.946,-60.017 --35.978,-60.053 --36.01,-60.089 --36.042,-60.125 --36.074,-60.161 --36.106,-60.197 --36.138,-60.233 --36.17,-60.27 --36.202,-60.306 --36.233,-60.343 --36.265,-60.38 --36.297,-60.417 --36.328,-60.455 --36.359,-60.492 --36.391,-60.53 --36.422,-60.567 --36.453,-60.605 --36.484,-60.643 --36.515,-60.68 --36.546,-60.718 --36.578,-60.756 --36.608,-60.794 --36.639,-60.833 --36.67,-60.871 --36.701,-60.91 --36.731,-60.948 --36.762,-60.987 --36.792,-61.027 --36.823,-61.066 --36.853,-61.105 --36.883,-61.145 --36.913,-61.185 --36.942,-61.225 --36.972,-61.265 --37.002,-61.306 --37.031,-61.347 --37.06,-61.388 --37.089,-61.429 --37.118,-61.47 --37.147,-61.511 --37.175,-61.553 --37.204,-61.595 --37.232,-61.637 --37.261,-61.679 --37.289,-61.721 --37.317,-61.763 --37.345,-61.806 --37.374,-61.849 --37.402,-61.891 --37.43,-61.934 --37.458,-61.977 --37.486,-62.02 --37.514,-62.063 --37.542,-62.106 --37.569,-62.15 --37.597,-62.193 --37.624,-62.237 --37.324,-62.318 --37.351,-62.362 --37.377,-62.406 --37.404,-62.45 --37.431,-62.494 --37.457,-62.538 --37.483,-62.583 --37.509,-62.627 --37.535,-62.672 --37.561,-62.716 --37.587,-62.761 --37.613,-62.806 --37.638,-62.851 --37.663,-62.896 --37.689,-62.942 --37.714,-62.987 --37.739,-63.033 --37.764,-63.079 --37.788,-63.125 --37.813,-63.171 --37.837,-63.218 --37.862,-63.264 --37.886,-63.311 --37.91,-63.358 --37.934,-63.405 --37.958,-63.452 --37.981,-63.5 --38.005,-63.547 --38.028,-63.595 --38.051,-63.643 --38.074,-63.691 --38.097,-63.74 --38.12,-63.788 --38.143,-63.837 --38.165,-63.886 --38.188,-63.935 --38.21,-63.984 --38.232,-64.034 --38.254,-64.084 --38.275,-64.133 --38.297,-64.183 --38.318,-64.234 --38.339,-64.284 --38.36,-64.335 --38.38,-64.385 --38.4,-64.437 --38.42,-64.488 --38.44,-64.539 --38.459,-64.591 --38.478,-64.642 --38.497,-64.694 --38.516,-64.746 --38.534,-64.798 --38.552,-64.85 --38.57,-64.902 --38.588,-64.954 --38.605,-65.007 --38.623,-65.059 --38.64,-65.112 --38.657,-65.165 --38.674,-65.218 --38.691,-65.271 --38.707,-65.324 --38.723,-65.377 --38.739,-65.43 --38.755,-65.484 --38.77,-65.538 --38.785,-65.591 --38.8,-65.645 --38.815,-65.699 --38.829,-65.753 --38.843,-65.807 --38.856,-65.862 --38.869,-65.916 --38.882,-65.97 --38.895,-66.025 --38.908,-66.079 --38.92,-66.134 --38.933,-66.189 --38.945,-66.243 --38.957,-66.298 --38.969,-66.353 --38.98,-66.408 --38.991,-66.464 --39.003,-66.519 --39.014,-66.575 --39.024,-66.631 --39.035,-66.687 --39.045,-66.743 --39.055,-66.799 --39.065,-66.855 --39.075,-66.912 --39.084,-66.969 --39.093,-67.026 --39.102,-67.083 --39.11,-67.14 --39.118,-67.197 --39.126,-67.255 --39.134,-67.312 --39.141,-67.37 --38.953,-67.304 --38.96,-67.362 --38.966,-67.419 --38.972,-67.477 --38.978,-67.535 --38.984,-67.593 --38.989,-67.651 --38.994,-67.709 --38.999,-67.767 --39.004,-67.825 --39.008,-67.883 --39.012,-67.941 --39.016,-68 --39.02,-68.058 --39.023,-68.117 --39.026,-68.175 --39.029,-68.234 --39.031,-68.292 --39.033,-68.351 --39.035,-68.41 --39.036,-68.468 --39.037,-68.527 --39.038,-68.586 --39.038,-68.645 --39.039,-68.704 --39.039,-68.762 --39.039,-68.821 --39.039,-68.88 --39.038,-68.939 --39.037,-68.997 --39.036,-69.056 --39.035,-69.115 --39.033,-69.173 --39.032,-69.232 --39.03,-69.29 --39.028,-69.349 --39.026,-69.408 --39.024,-69.466 --39.022,-69.525 --39.019,-69.583 --39.016,-69.642 --39.013,-69.7 --39.01,-69.759 --39.007,-69.817 --39.003,-69.875 --39,-69.934 --38.996,-69.992 --38.992,-70.05 --38.987,-70.109 --38.983,-70.167 --38.978,-70.225 --38.974,-70.283 --38.969,-70.341 --38.964,-70.4 --38.959,-70.458 --38.954,-70.516 --38.949,-70.574 --38.944,-70.632 --38.938,-70.69 --38.933,-70.748 --38.927,-70.807 --38.921,-70.865 --38.914,-70.923 --38.908,-70.981 --38.901,-71.039 --38.894,-71.097 --38.886,-71.156 --38.879,-71.214 --38.871,-71.272 --38.863,-71.33 --38.855,-71.388 --38.847,-71.446 --38.838,-71.504 --38.83,-71.562 --38.821,-71.62 --38.812,-71.678 --38.803,-71.736 --38.794,-71.794 --38.784,-71.852 --38.775,-71.91 --38.765,-71.968 --38.755,-72.026 --38.745,-72.083 --38.735,-72.141 --38.725,-72.198 --38.714,-72.255 --38.704,-72.313 --38.693,-72.37 --38.682,-72.427 --38.671,-72.484 --38.659,-72.54 --38.648,-72.597 --38.636,-72.654 --38.624,-72.71 --38.612,-72.767 --38.6,-72.823 --38.588,-72.88 --38.576,-72.936 --38.563,-72.992 --38.551,-73.049 --38.46,-72.8 --38.448,-72.856 --38.435,-72.912 --38.423,-72.968 --38.41,-73.024 --38.398,-73.08 --38.386,-73.136 --38.373,-73.192 --38.36,-73.248 --38.348,-73.304 --38.335,-73.36 --38.323,-73.416 --38.31,-73.473 --38.298,-73.529 --38.285,-73.585 --38.273,-73.641 --38.26,-73.697 --38.248,-73.753 --38.235,-73.81 --38.222,-73.866 --38.209,-73.922 --38.196,-73.978 --38.183,-74.034 --38.17,-74.09 --38.157,-74.146 --38.143,-74.202 --38.13,-74.257 --38.116,-74.313 --38.103,-74.369 --38.089,-74.425 --38.076,-74.48 --38.062,-74.536 --38.048,-74.591 --38.033,-74.647 --38.019,-74.702 --38.005,-74.758 --37.99,-74.813 --37.976,-74.868 --37.961,-74.923 --37.946,-74.979 --37.932,-75.034 --37.917,-75.089 --37.902,-75.144 --37.887,-75.199 --37.872,-75.254 --37.858,-75.308 --37.843,-75.363 --37.828,-75.418 --37.814,-75.473 --37.799,-75.527 --37.785,-75.582 --37.771,-75.637 --37.756,-75.691 --37.742,-75.745 --37.728,-75.8 --37.714,-75.854 --37.7,-75.908 --37.686,-75.963 --37.672,-76.017 --37.658,-76.071 --37.644,-76.125 --37.63,-76.18 --37.616,-76.234 --37.602,-76.288 --37.588,-76.342 --37.574,-76.396 --37.56,-76.45 --37.546,-76.504 --37.531,-76.558 --37.517,-76.611 --37.502,-76.665 --37.487,-76.719 --37.472,-76.773 --37.458,-76.827 --37.443,-76.88 --37.427,-76.934 --37.412,-76.988 --37.397,-77.041 --37.381,-77.095 --37.366,-77.149 --37.35,-77.202 --37.334,-77.256 --37.318,-77.309 --37.302,-77.363 --37.286,-77.416 --37.27,-77.47 --37.254,-77.523 --37.237,-77.577 --37.221,-77.63 --37.204,-77.683 --37.187,-77.736 --37.171,-77.788 --37.153,-77.841 --37.136,-77.893 --37.119,-77.946 --37.101,-77.998 --37.084,-78.05 --37.066,-78.102 --37.048,-78.153 --37.03,-78.205 --36.971,-77.836 --36.952,-77.887 --36.934,-77.937 --36.916,-77.988 --36.898,-78.039 --36.879,-78.089 --36.861,-78.14 --36.843,-78.19 --36.825,-78.241 --36.806,-78.291 --36.788,-78.342 --36.77,-78.392 --36.751,-78.443 --36.733,-78.493 --36.715,-78.544 --36.696,-78.594 --36.678,-78.645 --36.66,-78.695 --36.641,-78.746 --36.623,-78.796 --36.604,-78.846 --36.585,-78.896 --36.566,-78.946 --36.547,-78.995 --36.528,-79.045 --36.508,-79.094 --36.488,-79.143 --36.469,-79.192 --36.449,-79.241 --36.429,-79.289 --36.408,-79.338 --36.388,-79.386 --36.368,-79.434 --36.347,-79.482 --36.327,-79.53 --36.306,-79.578 --36.286,-79.626 --36.265,-79.674 --36.244,-79.722 --36.224,-79.77 --36.203,-79.818 --36.182,-79.866 --36.162,-79.914 --36.141,-79.962 --36.12,-80.009 --36.099,-80.057 --36.078,-80.105 --36.057,-80.152 --36.036,-80.2 --36.015,-80.248 --35.994,-80.295 --35.973,-80.343 --35.952,-80.391 --35.931,-80.438 --35.911,-80.486 --35.89,-80.534 --35.869,-80.581 --35.848,-80.629 --35.827,-80.677 --35.806,-80.724 --35.785,-80.772 --35.763,-80.819 --35.742,-80.867 --35.721,-80.914 --35.699,-80.962 --35.678,-81.009 --35.656,-81.056 --35.635,-81.104 --35.613,-81.151 --35.592,-81.198 --35.57,-81.245 --35.548,-81.292 --35.527,-81.339 --35.505,-81.386 --35.483,-81.433 --35.46,-81.479 --35.438,-81.526 --35.415,-81.572 --35.392,-81.619 --35.369,-81.665 --35.346,-81.711 --35.323,-81.758 --35.299,-81.804 --35.276,-81.85 --35.252,-81.896 --35.228,-81.942 --35.205,-81.988 --35.181,-82.033 --35.157,-82.079 --35.133,-82.125 --35.11,-82.171 --35.086,-82.217 --35.062,-82.262 --35.038,-82.308 --35.015,-82.353 --34.991,-82.399 --34.967,-82.444 --34.943,-82.49 --34.919,-82.535 --34.895,-82.58 --34.851,-82.165 --34.827,-82.21 --34.803,-82.254 --34.779,-82.298 --34.755,-82.343 --34.731,-82.387 --34.707,-82.432 --34.683,-82.476 --34.658,-82.52 --34.634,-82.565 --34.61,-82.609 --34.586,-82.653 --34.562,-82.698 --34.538,-82.742 --34.514,-82.786 --34.49,-82.831 --34.466,-82.875 --34.442,-82.919 --34.418,-82.963 --34.394,-83.007 --34.37,-83.051 --34.345,-83.095 --34.321,-83.139 --34.296,-83.183 --34.272,-83.226 --34.247,-83.27 --34.223,-83.314 --34.198,-83.358 --34.174,-83.401 --34.149,-83.445 --34.124,-83.489 --34.099,-83.532 --34.075,-83.576 --34.05,-83.619 --34.025,-83.663 --34,-83.706 --33.975,-83.75 --33.95,-83.793 --33.925,-83.837 --33.9,-83.88 --33.875,-83.924 --33.85,-83.967 --33.825,-84.011 --33.8,-84.054 --33.775,-84.098 --33.75,-84.141 --33.725,-84.184 --33.7,-84.228 --33.675,-84.271 --33.65,-84.314 --33.625,-84.357 --33.6,-84.4 --33.575,-84.443 --33.55,-84.487 --33.524,-84.53 --33.499,-84.573 --33.474,-84.616 --33.449,-84.659 --33.424,-84.702 --33.399,-84.746 --33.373,-84.789 --33.348,-84.832 --33.323,-84.876 --33.298,-84.919 --33.272,-84.962 --33.247,-85.006 --33.222,-85.049 --33.196,-85.093 --33.171,-85.136 --33.146,-85.18 --33.121,-85.223 --33.095,-85.267 --33.07,-85.311 --33.045,-85.354 --33.02,-85.398 --32.995,-85.442 --32.969,-85.485 --32.944,-85.529 --32.919,-85.573 --32.894,-85.616 --32.868,-85.66 --32.843,-85.704 --32.818,-85.747 --32.793,-85.791 --32.768,-85.835 --32.743,-85.878 --32.717,-85.922 --32.692,-85.966 --32.667,-86.01 --32.642,-86.053 --32.617,-86.097 --32.592,-86.141 --32.567,-86.185 --32.541,-86.229 --32.516,-86.272 --32.491,-86.316 --32.466,-86.361 --32.441,-86.405 --32.416,-86.449 --32.391,-86.493 --32.362,-86.067 --32.337,-86.111 --32.312,-86.155 --32.286,-86.199 --32.261,-86.243 --32.236,-86.287 --32.211,-86.331 --32.186,-86.376 --32.161,-86.42 --32.136,-86.465 --32.111,-86.509 --32.086,-86.554 --32.061,-86.599 --32.036,-86.644 --32.011,-86.688 --31.986,-86.733 --31.961,-86.779 --31.936,-86.824 --31.912,-86.869 --31.887,-86.914 --31.862,-86.96 --31.838,-87.005 --31.813,-87.05 --31.789,-87.096 --31.764,-87.141 --31.74,-87.187 --31.716,-87.233 --31.691,-87.278 --31.667,-87.324 --31.643,-87.37 --31.618,-87.416 --31.594,-87.462 --31.57,-87.508 --31.546,-87.554 --31.522,-87.6 --31.497,-87.647 --31.473,-87.694 --31.449,-87.741 --31.425,-87.788 --31.401,-87.835 --31.376,-87.882 --31.352,-87.929 --31.328,-87.977 --31.304,-88.024 --31.28,-88.072 --31.256,-88.119 --31.232,-88.167 --31.208,-88.215 --31.184,-88.263 --31.16,-88.311 --31.137,-88.358 --31.113,-88.406 --31.09,-88.455 --31.066,-88.503 --31.043,-88.551 --31.019,-88.599 --30.996,-88.648 --30.973,-88.696 --30.949,-88.745 --30.926,-88.793 --30.903,-88.842 --30.88,-88.891 --30.857,-88.939 --30.834,-88.988 --30.811,-89.037 --30.788,-89.086 --30.766,-89.136 --30.743,-89.185 --30.72,-89.234 --30.698,-89.283 --30.676,-89.332 --30.653,-89.381 --30.631,-89.431 --30.609,-89.48 --30.587,-89.529 --30.565,-89.578 --30.543,-89.627 --30.521,-89.677 --30.499,-89.726 --30.478,-89.775 --30.456,-89.824 --30.435,-89.873 --30.413,-89.923 --30.392,-89.972 --30.37,-90.021 --30.349,-90.07 --30.328,-90.12 --30.306,-90.169 --30.285,-90.218 --30.264,-90.268 --30.242,-90.317 --30.221,-90.366 --30.2,-90.416 --30.179,-90.465 --30.158,-90.514 --30.136,-90.564 --30.115,-90.613 --30.094,-90.663 --30.074,-90.712 --30.053,-90.762 --29.977,-90.322 --29.956,-90.371 --29.935,-90.42 --29.915,-90.468 --29.894,-90.517 --29.874,-90.566 --29.853,-90.615 --29.833,-90.664 --29.813,-90.712 --29.793,-90.761 --29.773,-90.81 --29.753,-90.858 --29.733,-90.907 --29.713,-90.955 --29.693,-91.004 --29.673,-91.052 --29.653,-91.101 --29.634,-91.149 --29.614,-91.198 --29.595,-91.246 --29.575,-91.294 --29.556,-91.343 --29.537,-91.391 --29.518,-91.44 --29.499,-91.488 --29.48,-91.536 --29.461,-91.585 --29.442,-91.633 --29.423,-91.681 --29.405,-91.73 --29.386,-91.778 --29.368,-91.826 --29.349,-91.874 --29.331,-91.923 --29.313,-91.971 --29.295,-92.019 --29.277,-92.067 --29.259,-92.115 --29.241,-92.164 --29.223,-92.212 --29.205,-92.26 --29.188,-92.308 --29.17,-92.356 --29.153,-92.404 --29.135,-92.452 --29.118,-92.5 --29.101,-92.548 --29.083,-92.596 --29.066,-92.644 --29.05,-92.692 --29.033,-92.74 --29.016,-92.788 --28.999,-92.836 --28.983,-92.884 --28.966,-92.932 --28.95,-92.98 --28.934,-93.028 --28.917,-93.076 --28.901,-93.124 --28.885,-93.171 --28.869,-93.219 --28.853,-93.267 --28.837,-93.315 --28.821,-93.362 --28.804,-93.41 --28.788,-93.457 --28.772,-93.504 --28.756,-93.551 --28.741,-93.598 --28.725,-93.645 --28.709,-93.692 --28.693,-93.739 --28.678,-93.786 --28.662,-93.832 --28.647,-93.878 --28.631,-93.925 --28.615,-93.971 --28.6,-94.017 --28.584,-94.063 --28.568,-94.108 --28.553,-94.154 --28.537,-94.199 --28.522,-94.244 --28.507,-94.289 --28.492,-94.334 --28.477,-94.379 --28.462,-94.424 --28.448,-94.468 --28.434,-94.513 --28.42,-94.557 --28.406,-94.601 --28.393,-94.645 --28.38,-94.689 --28.366,-94.733 --28.354,-94.776 --28.341,-94.819 --28.328,-94.862 --28.316,-94.905 --28.304,-94.948 --28.292,-94.991 --28.2,-94.57 --28.188,-94.612 --28.177,-94.654 --28.165,-94.696 --28.154,-94.737 --28.143,-94.779 --28.132,-94.82 --28.121,-94.861 --28.11,-94.902 --28.099,-94.943 --28.088,-94.984 --28.077,-95.025 --28.067,-95.065 --28.056,-95.105 --28.045,-95.146 --28.035,-95.186 --28.024,-95.225 --28.014,-95.265 --28.003,-95.304 --27.992,-95.344 --27.982,-95.383 --27.972,-95.422 --27.961,-95.46 --27.951,-95.499 --27.94,-95.537 --27.93,-95.576 --27.92,-95.614 --27.909,-95.652 --27.899,-95.69 --27.889,-95.727 --27.879,-95.765 --27.868,-95.802 --27.858,-95.839 --27.848,-95.876 --27.838,-95.913 --27.828,-95.95 --27.818,-95.986 --27.808,-96.023 --27.798,-96.059 --27.788,-96.095 --27.779,-96.131 --27.769,-96.167 --27.759,-96.202 --27.75,-96.238 --27.74,-96.273 --27.731,-96.309 --27.722,-96.344 --27.713,-96.379 --27.703,-96.414 --27.694,-96.449 --27.685,-96.484 --27.677,-96.518 --27.668,-96.553 --27.659,-96.587 --27.651,-96.622 --27.642,-96.656 --27.634,-96.69 --27.626,-96.724 --27.617,-96.758 --27.609,-96.792 --27.601,-96.825 --27.593,-96.858 --27.585,-96.891 --27.576,-96.924 --27.568,-96.957 --27.56,-96.989 --27.552,-97.022 --27.544,-97.054 --27.536,-97.086 --27.528,-97.117 --27.52,-97.149 --27.512,-97.18 --27.505,-97.212 --27.497,-97.243 --27.489,-97.273 --27.481,-97.304 --27.474,-97.334 --27.466,-97.365 --27.459,-97.395 --27.451,-97.424 --27.444,-97.454 --27.437,-97.484 --27.43,-97.513 --27.422,-97.543 --27.415,-97.572 --27.408,-97.601 --27.401,-97.629 --27.394,-97.658 --27.387,-97.687 --27.38,-97.715 --27.374,-97.743 --27.367,-97.771 --27.36,-97.799 --27.354,-97.827 --27.347,-97.855 --27.341,-97.882 --27.334,-97.909 --27.328,-97.937 --27.322,-97.964 --27.315,-97.991 --27.226,-97.644 --27.22,-97.67 --27.214,-97.696 --27.208,-97.721 --27.202,-97.747 --27.196,-97.772 --27.19,-97.798 --27.185,-97.823 --27.179,-97.848 --27.174,-97.872 --27.168,-97.897 --27.163,-97.921 --27.157,-97.945 --27.152,-97.969 --27.147,-97.993 --27.142,-98.017 --27.137,-98.04 --27.131,-98.064 --27.126,-98.087 --27.121,-98.11 --27.116,-98.133 --27.111,-98.155 --27.106,-98.178 --27.101,-98.2 --27.096,-98.222 --27.092,-98.244 --27.087,-98.266 --27.082,-98.288 --27.077,-98.309 --27.073,-98.331 --27.068,-98.352 --27.064,-98.373 --27.059,-98.394 --27.055,-98.415 --27.051,-98.435 --27.047,-98.456 --27.042,-98.476 --27.038,-98.496 --27.034,-98.516 --27.03,-98.536 --27.026,-98.556 --27.022,-98.575 --27.018,-98.595 --27.015,-98.614 --27.011,-98.633 --27.007,-98.652 --27.003,-98.671 --27,-98.69 --26.996,-98.708 --26.993,-98.727 --26.99,-98.745 --26.986,-98.763 --26.983,-98.781 --26.98,-98.799 --26.977,-98.816 --26.974,-98.834 --26.971,-98.851 --26.968,-98.868 --26.965,-98.885 --26.962,-98.902 --26.959,-98.918 --26.957,-98.934 --26.954,-98.951 --26.951,-98.967 --26.949,-98.983 --26.946,-98.998 --26.944,-99.014 --26.941,-99.029 --26.939,-99.044 --26.937,-99.06 --26.934,-99.074 --26.932,-99.089 --26.93,-99.104 --26.928,-99.118 --26.926,-99.132 --26.924,-99.146 --26.922,-99.16 --26.921,-99.173 --26.919,-99.187 --26.918,-99.2 --26.916,-99.213 --26.915,-99.226 --26.913,-99.238 --26.912,-99.251 --26.911,-99.263 --26.91,-99.275 --26.909,-99.287 --26.908,-99.299 --26.907,-99.311 --26.906,-99.322 --26.905,-99.333 --26.904,-99.345 --26.904,-99.356 --26.903,-99.366 --26.902,-99.377 --26.902,-99.388 --26.901,-99.398 --26.901,-99.408 --26.9,-99.419 --26.9,-99.429 --26.801,-99.13 --26.801,-99.139 --26.8,-99.148 --26.8,-99.157 --26.8,-99.166 --26.8,-99.175 --26.8,-99.183 --26.8,-99.191 --26.8,-99.2 --26.801,-99.207 --26.801,-99.215 --26.801,-99.223 --26.802,-99.23 --26.802,-99.237 --26.803,-99.245 --26.803,-99.251 --26.804,-99.258 --26.805,-99.265 --26.806,-99.271 --26.806,-99.277 --26.807,-99.284 --26.808,-99.29 --26.809,-99.295 --26.81,-99.301 --26.812,-99.306 --26.813,-99.312 --26.814,-99.317 --26.815,-99.322 --26.817,-99.327 --26.818,-99.331 --26.82,-99.336 --26.821,-99.34 --26.823,-99.344 --26.824,-99.349 --26.826,-99.352 --26.828,-99.356 --26.83,-99.36 --26.832,-99.363 --26.834,-99.366 --26.836,-99.37 --26.838,-99.373 --26.84,-99.375 --26.842,-99.378 --26.844,-99.38 --26.847,-99.383 --26.849,-99.385 --26.852,-99.387 --26.854,-99.388 --26.857,-99.39 --26.859,-99.391 --26.862,-99.393 --26.865,-99.394 --26.868,-99.395 --26.871,-99.395 --26.874,-99.396 --26.877,-99.397 --26.88,-99.397 --26.883,-99.398 --26.886,-99.398 --26.889,-99.399 --26.892,-99.399 --26.895,-99.4 --26.898,-99.4 --26.901,-99.401 --26.904,-99.401 --26.907,-99.402 --26.91,-99.403 --26.913,-99.403 --26.916,-99.404 --26.918,-99.405 --26.921,-99.406 --26.924,-99.407 --26.927,-99.408 --26.929,-99.409 --26.932,-99.41 --26.935,-99.411 --26.938,-99.413 --26.94,-99.414 --26.943,-99.415 --26.946,-99.416 --26.948,-99.418 --26.951,-99.419 --26.954,-99.42 --26.957,-99.422 --26.96,-99.423 --26.962,-99.424 --26.965,-99.425 --26.968,-99.427 --26.971,-99.428 --26.974,-99.429 --26.977,-99.43 --26.98,-99.432 --26.983,-99.433 --26.986,-99.434 --26.989,-99.435 --26.992,-99.437 --26.995,-99.438 --26.998,-99.439 --27,-99.441 --27.003,-99.442 --26.877,-99.195 --26.88,-99.196 --26.883,-99.197 --26.886,-99.198 --26.888,-99.199 --26.891,-99.2 --26.894,-99.2 --26.897,-99.201 --26.9,-99.202 --26.902,-99.203 --26.905,-99.204 --26.908,-99.205 --26.911,-99.206 --26.914,-99.207 --26.916,-99.207 --26.919,-99.208 --26.922,-99.209 --26.925,-99.21 --26.928,-99.211 --26.93,-99.212 --26.933,-99.213 --26.936,-99.214 --26.939,-99.215 --26.942,-99.216 --26.945,-99.216 --26.947,-99.217 --26.95,-99.218 --26.953,-99.219 --26.956,-99.22 --26.959,-99.221 --26.962,-99.222 --26.965,-99.223 --26.968,-99.224 --26.971,-99.225 --26.973,-99.225 --26.976,-99.226 --26.979,-99.227 --26.982,-99.228 --26.985,-99.229 --26.988,-99.23 --26.991,-99.231 --26.994,-99.232 --26.997,-99.232 --27,-99.233 --27.003,-99.234 --27.006,-99.235 --27.009,-99.236 --27.012,-99.237 --27.014,-99.238 --27.017,-99.238 --27.02,-99.239 --27.023,-99.24 --27.026,-99.241 --27.029,-99.242 --27.032,-99.243 --27.035,-99.244 --27.038,-99.244 --27.041,-99.245 --27.044,-99.246 --27.047,-99.247 --27.05,-99.248 --27.053,-99.249 --27.056,-99.25 --27.059,-99.25 --27.062,-99.251 --27.065,-99.252 --27.068,-99.253 --27.071,-99.254 --27.074,-99.255 --27.077,-99.255 --27.08,-99.256 --27.083,-99.257 --27.086,-99.258 --27.089,-99.259 --27.092,-99.26 --27.095,-99.26 --27.098,-99.261 --27.101,-99.262 --27.104,-99.263 --27.107,-99.264 --27.111,-99.265 --27.114,-99.265 --27.117,-99.266 --27.12,-99.267 --27.123,-99.268 --27.126,-99.269 --27.129,-99.269 --27.132,-99.27 --27.135,-99.271 --27.138,-99.272 --27.141,-99.273 --27.144,-99.274 --27.147,-99.274 --27.15,-99.275 --27.153,-99.276 --27.156,-99.277 --27.159,-99.278 --27.162,-99.278 --27.166,-99.279 --27.169,-99.28 --27.008,-99.076 --27.011,-99.077 --27.014,-99.077 --27.017,-99.078 --27.02,-99.078 --27.023,-99.079 --27.026,-99.079 --27.029,-99.08 --27.032,-99.081 --27.035,-99.081 --27.037,-99.082 --27.04,-99.082 --27.043,-99.083 --27.046,-99.083 --27.049,-99.084 --27.052,-99.084 --27.055,-99.085 --27.058,-99.085 --27.061,-99.086 --27.064,-99.086 --27.067,-99.087 --27.07,-99.087 --27.073,-99.088 --27.076,-99.088 --27.079,-99.089 --27.082,-99.089 --27.085,-99.09 --27.088,-99.09 --27.091,-99.091 --27.094,-99.091 --27.097,-99.092 --27.1,-99.092 --27.103,-99.093 --27.106,-99.093 --27.109,-99.094 --27.112,-99.094 --27.115,-99.095 --27.118,-99.095 --27.121,-99.096 --27.124,-99.096 --27.128,-99.097 --27.131,-99.097 --27.134,-99.098 --27.137,-99.098 --27.14,-99.099 --27.143,-99.099 --27.146,-99.1 --27.149,-99.1 --27.152,-99.101 --27.155,-99.101 --27.158,-99.102 --27.161,-99.102 --27.164,-99.103 --27.168,-99.103 --27.171,-99.104 --27.174,-99.104 --27.177,-99.105 --27.18,-99.105 --27.183,-99.106 --27.186,-99.106 --27.189,-99.106 --27.192,-99.107 --27.195,-99.107 --27.199,-99.108 --27.202,-99.108 --27.205,-99.109 --27.208,-99.109 --27.211,-99.11 --27.214,-99.11 --27.217,-99.11 --27.221,-99.111 --27.224,-99.111 --27.227,-99.112 --27.23,-99.112 --27.233,-99.113 --27.236,-99.113 --27.24,-99.114 --27.243,-99.114 --27.246,-99.115 --27.249,-99.115 --27.252,-99.115 --27.255,-99.116 --27.259,-99.116 --27.262,-99.117 --27.265,-99.117 --27.268,-99.118 --27.271,-99.118 --27.275,-99.118 --27.278,-99.119 --27.281,-99.119 --27.284,-99.12 --27.287,-99.12 --27.291,-99.12 --27.294,-99.121 --27.297,-99.121 --27.3,-99.122 --27.304,-99.122 --27.307,-99.122 --27.31,-99.123 --27.313,-99.123 --27.095,-98.907 --27.098,-98.907 --27.101,-98.907 --27.104,-98.907 --27.107,-98.907 --27.11,-98.908 --27.113,-98.908 --27.116,-98.908 --27.119,-98.908 --27.122,-98.908 --27.125,-98.908 --27.128,-98.908 --27.131,-98.908 --27.134,-98.908 --27.137,-98.909 --27.14,-98.909 --27.143,-98.909 --27.147,-98.909 --27.15,-98.909 --27.153,-98.909 --27.156,-98.909 --27.159,-98.909 --27.162,-98.909 --27.165,-98.909 --27.168,-98.91 --27.171,-98.91 --27.174,-98.91 --27.177,-98.91 --27.18,-98.91 --27.184,-98.91 --27.187,-98.91 --27.19,-98.91 --27.193,-98.91 --27.196,-98.91 --27.199,-98.91 --27.202,-98.91 --27.205,-98.91 --27.208,-98.911 --27.212,-98.911 --27.215,-98.911 --27.218,-98.911 --27.221,-98.911 --27.224,-98.911 --27.227,-98.911 --27.23,-98.911 --27.233,-98.911 --27.237,-98.911 --27.24,-98.911 --27.243,-98.911 --27.246,-98.911 --27.249,-98.911 --27.252,-98.911 --27.255,-98.911 --27.259,-98.911 --27.262,-98.911 --27.265,-98.911 --27.268,-98.911 --27.271,-98.911 --27.275,-98.911 --27.278,-98.911 --27.281,-98.911 --27.284,-98.911 --27.287,-98.911 --27.291,-98.911 --27.294,-98.911 --27.297,-98.911 --27.3,-98.911 --27.303,-98.911 --27.307,-98.911 --27.31,-98.911 --27.313,-98.911 --27.316,-98.911 --27.319,-98.911 --27.323,-98.911 --27.326,-98.911 --27.329,-98.911 --27.332,-98.911 --27.335,-98.91 --27.339,-98.91 --27.342,-98.91 --27.345,-98.91 --27.348,-98.91 --27.352,-98.91 --27.355,-98.91 --27.358,-98.91 --27.361,-98.91 --27.365,-98.91 --27.368,-98.91 --27.371,-98.91 --27.374,-98.91 --27.378,-98.91 --27.381,-98.91 --27.384,-98.91 --27.388,-98.91 --27.391,-98.91 --27.394,-98.909 --27.397,-98.909 --27.401,-98.909 --27.404,-98.909 --27.407,-98.909 --27.129,-98.721 --27.132,-98.721 --27.135,-98.72 --27.138,-98.72 --27.141,-98.72 --27.144,-98.719 --27.147,-98.719 --27.15,-98.719 --27.153,-98.718 --27.156,-98.718 --27.159,-98.718 --27.162,-98.717 --27.165,-98.717 --27.168,-98.717 --27.171,-98.716 --27.174,-98.716 --27.177,-98.716 --27.18,-98.715 --27.183,-98.715 --27.186,-98.714 --27.189,-98.714 --27.192,-98.714 --27.195,-98.713 --27.198,-98.713 --27.201,-98.713 --27.204,-98.712 --27.207,-98.712 --27.21,-98.712 --27.213,-98.711 --27.216,-98.711 --27.219,-98.71 --27.222,-98.71 --27.225,-98.71 --27.228,-98.709 --27.231,-98.709 --27.234,-98.708 --27.237,-98.708 --27.24,-98.708 --27.243,-98.707 --27.246,-98.707 --27.249,-98.707 --27.252,-98.706 --27.255,-98.706 --27.259,-98.705 --27.262,-98.705 --27.265,-98.704 --27.268,-98.704 --27.271,-98.704 --27.274,-98.703 --27.277,-98.703 --27.28,-98.702 --27.283,-98.702 --27.286,-98.701 --27.29,-98.701 --27.293,-98.701 --27.296,-98.7 --27.299,-98.7 --27.302,-98.699 --27.305,-98.699 --27.308,-98.698 --27.311,-98.698 --27.315,-98.697 --27.318,-98.697 --27.321,-98.696 --27.324,-98.696 --27.327,-98.695 --27.33,-98.695 --27.333,-98.694 --27.336,-98.694 --27.34,-98.693 --27.343,-98.693 --27.346,-98.692 --27.349,-98.692 --27.352,-98.691 --27.355,-98.691 --27.359,-98.69 --27.362,-98.69 --27.365,-98.689 --27.368,-98.689 --27.371,-98.688 --27.375,-98.688 --27.378,-98.687 --27.381,-98.687 --27.384,-98.686 --27.387,-98.686 --27.391,-98.685 --27.394,-98.685 --27.397,-98.684 --27.4,-98.684 --27.404,-98.683 --27.407,-98.683 --27.41,-98.682 --27.413,-98.682 --27.416,-98.681 --27.42,-98.681 --27.423,-98.68 --27.426,-98.68 --27.429,-98.679 --27.433,-98.679 --27.436,-98.678 --27.136,-98.521 --27.139,-98.52 --27.142,-98.52 --27.145,-98.519 --27.148,-98.518 --27.151,-98.517 --27.154,-98.516 --27.157,-98.516 --27.16,-98.515 --27.163,-98.514 --27.166,-98.513 --27.169,-98.513 --27.171,-98.512 --27.174,-98.511 --27.177,-98.51 --27.18,-98.51 --27.183,-98.509 --27.186,-98.508 --27.189,-98.507 --27.192,-98.506 --27.195,-98.506 --27.198,-98.505 --27.201,-98.504 --27.204,-98.503 --27.207,-98.502 --27.21,-98.502 --27.213,-98.501 --27.216,-98.5 --27.219,-98.499 --27.222,-98.498 --27.225,-98.497 --27.228,-98.497 --27.231,-98.496 --27.234,-98.495 --27.237,-98.494 --27.24,-98.493 --27.243,-98.492 --27.246,-98.491 --27.249,-98.491 --27.252,-98.49 diff --git a/paper/data/exp_ephemerisacquisition.csv b/paper/data/exp_ephemerisacquisition.csv deleted file mode 100644 index cfbe2bd190789396c4c14fc99479fd8a055f8e4d..0000000000000000000000000000000000000000 --- a/paper/data/exp_ephemerisacquisition.csv +++ /dev/null @@ -1,3334 +0,0 @@ -0.0006,0,0 -0.0606,0,0 -0.1206,0,0 -0.1806,0,0 -0.2406,0,0 -0.3006,0,0 -0.3606,0,0 -0.4206,0,0 -0.4806,0,0 -0.5406,0,0 -0.6006,0,0 -0.6606,0,0 -0.7206,0,0 -0.7806,0,0 -0.8406,0,0 -0.9006,0,0 -0.9606,0,0 -1.0206,0,0 -1.0806,0,0 -1.1406,0,0 -1.2006,0,0 -1.2606,0,0 -1.3206,0,0 -1.3806,0,0 -1.4406,0,0 -1.5006,0,0 -1.5606,0,0 -1.6206,0,0 -1.6806,0,0 -1.7406,0,0 -1.8006,0,0 -1.8606,0,0 -1.9206,0,0 -1.9806,0,0 -2.0406,0,0 -2.1006,0,0 -2.1606,0,0 -2.2206,0,0 -2.2806,0,0 -2.3406,0,0 -2.4006,0,0 -2.4606,0,0 -2.5206,0,0 -2.5806,0,0 -2.6406,0,0 -2.7006,0,0 -2.7606,0,0 -2.8206,0,0 -2.8806,0,0 -2.9406,0,0 -3.0006,0,0 -3.0606,0,0 -3.1206,0,0 -3.1806,0,0 -3.2406,0,0 -3.3006,0,0 -3.3606,0,0 -3.4206,0,0 -3.4806,0,0 -3.5406,0,0 -3.6006,0,0 -3.6606,0,0 -3.7206,0,0 -3.7806,0,0 -3.8406,0,0 -3.9006,0,0 -3.9606,0,0 -4.0206,0,0 -4.0806,0,0 -4.1406,0,0 -4.2006,0,0 -4.2606,0,0 -4.3206,0,0 -4.3806,0,0 -4.4406,0,0 -4.5006,0,0 -4.5606,0,0 -4.6206,0,0 -4.6806,0,0 -4.7406,0,0 -4.8006,0,0 -4.8606,0,0 -4.9206,0,0 -4.9806,0,0 -5.0394,0,0 -5.0994,0,0 -5.1594,0,0 -5.2194,0,0 -5.2794,0,0 -5.3394,0,0 -5.3994,0,0 -5.4594,0,0 -5.5194,0,0 -5.5794,0,0 -5.6394,0,0 -5.6994,0,0 -5.7594,0,0 -5.8194,0,0 -5.8794,0,0 -5.9394,0,0 -5.9994,0,0 -6.0594,0,0 -6.1194,0,0 -6.1794,0,0 -6.2394,0,0 -6.2994,0,0 -6.3594,0,0 -6.4194,0,0 -6.4794,0,0 -6.5394,0,0 -6.5994,0,0 -6.6594,0,0 -6.7194,0,0 -6.7794,0,0 -6.8394,0,0 -6.8994,0,0 -6.9594,0,0 -7.0194,0,0 -7.0794,0,0 -7.1394,0,0 -7.1994,0,0 -7.2594,0,0 -7.3194,0,0 -7.3794,0,0 -7.4394,0,0 -7.4994,0,0 -7.5594,0,0 -7.6194,0,0 -7.6794,0,0 -7.7394,0,0 -7.7994,0,0 -7.8594,0,0 -7.9194,0,0 -7.9794,0,0 -8.0394,0,0 -8.0994,0,0 -8.1594,0,0 -8.2194,0,0 -8.2794,0,0 -8.3394,0,0 -8.3994,0,0 -8.4594,0,0 -8.5194,0,0 -8.5794,0,0 -8.6394,0,0 -8.6994,0,0 -8.7594,0,0 -8.8194,0,0 -8.8794,0,0 -8.9394,0,0 -8.9994,0,0 -9.0594,0,0 -9.1194,0,0 -9.1794,0,0 -9.2394,0,0 -9.2994,0,0 -9.3594,0,0 -9.4194,0,0 -9.4794,0,0 -9.5394,0,0 -9.5994,0,0 -9.6594,0,0 -9.7194,0,0 -9.7794,0,0 -9.8394,0,0 -9.8994,0,0 -9.9594,0,0 -10.018,1,0 -10.077,1,0 -10.137,1,0 -10.197,1,0 -10.257,1,0 -10.317,1,0 -10.377,1,0 -10.437,1,0 -10.497,1,0 -10.557,1,0 -10.617,1,0 -10.677,1,0 -10.737,1,0 -10.797,1,0 -10.857,1,0 -10.917,1,0 -10.977,1,0 -11.037,1,0 -11.097,1,0 -11.157,1,0 -11.217,1,0 -11.277,1,0 -11.337,1,0 -11.397,1,0 -11.457,1,0 -11.517,1,0 -11.577,1,0 -11.637,1,0 -11.697,1,0 -11.757,1,0 -11.817,1,0 -11.877,1,0 -11.937,1,0 -11.997,1,0 -12.057,1,0 -12.117,1,0 -12.177,1,0 -12.237,1,0 -12.297,1,0 -12.357,1,0 -12.417,1,0 -12.477,1,0 -12.537,1,0 -12.597,1,0 -12.657,1,0 -12.717,1,0 -12.777,1,0 -12.837,1,0 -12.897,1,0 -12.957,1,0 -13.017,1,0 -13.077,1,0 -13.137,1,0 -13.197,1,0 -13.257,1,0 -13.317,1,0 -13.377,1,0 -13.437,1,0 -13.497,1,0 -13.557,1,0 -13.617,1,0 -13.677,1,0 -13.737,1,0 -13.797,1,0 -13.857,1,0 -13.917,1,0 -13.977,1,0 -14.037,1,0 -14.097,1,0 -14.157,1,0 -14.217,1,0 -14.277,1,0 -14.337,1,0 -14.397,1,0 -14.457,1,0 -14.517,1,0 -14.577,1,0 -14.637,1,0 -14.697,1,0 -14.757,1,0 -14.817,1,0 -14.877,1,0 -14.937,1,0 -14.997,1,0 -15.057,1,0 -15.117,1,0 -15.177,1,0 -15.237,1,0 -15.297,1,0 -15.357,1,0 -15.417,1,0 -15.477,1,0 -15.537,1,0 -15.597,1,0 -15.657,1,0 -15.717,1,0 -15.777,1,0 -15.837,1,0 -15.897,1,0 -15.957,1,0 -16.017,1,0 -16.077,1,0 -16.137,1,0 -16.197,1,0 -16.257,1,0 -16.317,1,0 -16.377,1,0 -16.437,1,0 -16.497,1,0 -16.557,1,0 -16.617,1,0 -16.677,1,0 -16.737,1,0 -16.797,1,0 -16.857,1,0 -16.917,1,0 -16.977,1,0 -17.037,1,0 -17.097,1,0 -17.157,1,0 -17.217,1,0 -17.277,1,0 -17.337,1,0 -17.397,1,0 -17.457,1,0 -17.517,1,0 -17.577,1,0 -17.637,1,0 -17.697,1,0 -17.757,1,0 -17.817,1,0 -17.877,1,0 -17.937,1,0 -17.997,1,0 -18.057,1,0 -18.117,1,0 -18.177,1,0 -18.237,1,0 -18.297,1,0 -18.357,1,0 -18.417,1,0 -18.477,1,0 -18.537,1,0 -18.597,1,0 -18.657,1,0 -18.717,1,0 -18.777,1,0 -18.837,1,0 -18.897,1,0 -18.957,1,0 -19.017,1,0 -19.077,1,0 -19.137,1,0 -19.197,1,0 -19.257,1,0 -19.317,1,0 -19.377,1,0 -19.437,1,0 -19.497,1,0 -19.557,1,0 -19.617,1,0 -19.677,1,0 -19.737,1,0 -19.797,1,0 -19.857,1,0 -19.917,1,0 -19.977,1,0 -20.037,1,0 -20.097,1,0 -20.157,1,0 -20.217,1,0 -20.277,1,0 -20.337,1,0 -20.397,1,0 -20.457,1,0 -20.517,1,0 -20.577,1,0 -20.637,1,0 -20.697,1,0 -20.757,1,0 -20.817,1,0 -20.877,1,0 -20.937,1,0 -20.997,1,0 -21.057,1,0 -21.117,1,0 -21.177,1,0 -21.237,1,0 -21.297,1,0 -21.357,1,0 -21.417,1,0 -21.477,1,0 -21.537,1,0 -21.597,1,0 -21.657,1,0 -21.717,1,0 -21.777,1,0 -21.837,1,0 -21.897,1,0 -21.957,1,0 -22.017,1,0 -22.077,1,0 -22.137,1,0 -22.197,1,0 -22.257,1,0 -22.317,1,0 -22.377,1,0 -22.437,1,0 -22.497,1,0 -22.557,1,0 -22.617,1,0 -22.677,1,0 -22.737,1,0 -22.797,1,0 -22.857,1,0 -22.917,1,0 -22.977,1,0 -23.037,1,0 -23.097,1,0 -23.157,1,0 -23.217,1,0 -23.277,1,0 -23.337,1,0 -23.397,1,0 -23.457,1,0 -23.517,1,0 -23.577,1,0 -23.637,1,0 -23.697,1,0 -23.757,1,0 -23.817,1,0 -23.877,1,0 -23.937,1,0 -23.997,1,0 -24.057,1,0 -24.117,1,0 -24.177,1,0 -24.237,1,0 -24.297,1,0 -24.357,1,0 -24.417,1,0 -24.477,1,0 -24.537,1,0 -24.597,1,0 -24.657,1,0 -24.717,1,0 -24.777,1,0 -24.837,1,0 -24.897,1,0 -24.957,1,0 -25.017,1,0 -25.077,1,0 -25.137,1,0 -25.197,1,0 -25.257,1,0 -25.317,1,0 -25.377,1,0 -25.437,1,0 -25.497,1,0 -25.557,1,0 -25.617,1,0 -25.677,1,0 -25.737,1,0 -25.797,1,0 -25.857,1,0 -25.917,1,0 -25.977,1,0 -26.037,1,0 -26.097,1,0 -26.157,1,0 -26.217,1,0 -26.277,1,0 -26.337,1,0 -26.397,1,0 -26.457,1,0 -26.517,1,0 -26.577,1,0 -26.637,1,0 -26.697,1,0 -26.757,1,0 -26.817,1,0 -26.877,1,0 -26.937,1,0 -26.997,1,0 -27.057,1,0 -27.117,1,0 -27.177,1,0 -27.237,1,0 -27.297,1,0 -27.357,1,0 -27.417,1,0 -27.477,1,0 -27.537,1,0 -27.597,1,0 -27.657,1,0 -27.717,1,0 -27.777,1,0 -27.837,1,0 -27.897,1,0 -27.957,1,0 -28.017,1,0 -28.077,1,0 -28.137,1,0 -28.197,1,0 -28.257,1,0 -28.317,1,0 -28.377,1,0 -28.437,1,0 -28.497,1,0 -28.557,1,0 -28.617,1,0 -28.677,1,0 -28.737,1,0 -28.797,1,0 -28.857,1,0 -28.917,1,0 -28.977,1,0 -29.037,1,0 -29.097,1,0 -29.157,1,0 -29.217,1,0 -29.277,1,0 -29.337,1,0 -29.397,1,0 -29.457,1,0 -29.517,1,0 -29.577,1,0 -29.637,1,0 -29.697,1,0 -29.757,1,0 -29.817,1,0 -29.877,1,0 -29.937,1,0 -29.997,1,0 -30.057,1,0 -30.117,1,0 -30.177,1,0 -30.237,1,0 -30.297,1,0 -30.357,1,0 -30.417,1,0 -30.477,1,0 -30.537,1,0 -30.597,1,0 -30.657,1,0 -30.717,1,0 -30.777,1,0 -30.837,1,0 -30.897,1,0 -30.957,1,0 -31.017,1,0 -31.077,1,0 -31.137,1,0 -31.197,1,0 -31.257,1,0 -31.317,1,0 -31.377,1,0 -31.437,1,0 -31.497,1,0 -31.557,1,0 -31.617,1,0 -31.677,1,0 -31.737,1,0 -31.797,1,0 -31.857,1,0 -31.917,1,0 -31.977,1,0 -32.037,1,0 -32.097,1,0 -32.157,1,0 -32.217,1,0 -32.277,1,0 -32.337,1,0 -32.397,1,0 -32.457,1,0 -32.517,1,0 -32.577,1,0 -32.637,1,0 -32.697,1,0 -32.757,1,0 -32.817,1,0 -32.877,1,0 -32.937,1,0 -32.997,1,0 -33.057,1,0 -33.117,1,0 -33.177,1,0 -33.237,1,0 -33.297,1,0 -33.357,1,0 -33.417,1,0 -33.477,1,0 -33.537,1,0 -33.597,1,0 -33.657,1,0 -33.717,1,0 -33.777,1,0 -33.837,1,0 -33.897,1,0 -33.957,1,0 -34.017,1,0 -34.077,1,0 -34.137,1,0 -34.197,1,0 -34.257,1,0 -34.317,1,0 -34.377,1,0 -34.437,1,0 -34.497,1,0 -34.557,1,0 -34.617,1,0 -34.677,1,0 -34.737,1,0 -34.797,1,0 -34.857,1,0 -34.917,1,0 -34.977,1,0 -35.037,1,0 -35.097,1,0 -35.157,1,0 -35.217,1,0 -35.277,1,0 -35.337,1,0 -35.397,1,0 -35.457,1,0 -35.517,1,0 -35.577,1,0 -35.637,1,0 -35.697,1,0 -35.757,1,0 -35.817,1,0 -35.877,1,0 -35.937,1,0 -35.997,1,0 -36.057,1,0 -36.117,1,0 -36.177,1,0 -36.237,1,0 -36.297,1,0 -36.357,1,0 -36.417,1,0 -36.477,1,0 -36.537,1,0 -36.597,1,0 -36.657,1,0 -36.717,1,0 -36.777,1,0 -36.837,1,0 -36.897,1,0 -36.957,1,0 -37.017,1,0 -37.077,1,0 -37.137,1,0 -37.197,1,0 -37.257,1,0 -37.317,1,0 -37.377,1,0 -37.437,1,0 -37.497,1,0 -37.557,1,0 -37.617,1,0 -37.677,1,0 -37.737,1,0 -37.797,1,0 -37.857,1,0 -37.917,1,0 -37.977,1,0 -38.037,1,0 -38.097,1,0 -38.157,1,0 -38.217,1,0 -38.277,1,0 -38.337,1,0 -38.397,1,0 -38.457,1,0 -38.517,1,0 -38.577,1,0 -38.637,1,0 -38.697,1,0 -38.757,1,0 -38.817,1,0 -38.877,1,0 -38.937,1,0 -38.997,1,0 -39.057,1,0 -39.117,1,0 -39.177,1,0 -39.237,1,0 -39.297,1,0 -39.357,1,0 -39.417,1,0 -39.477,1,0 -39.537,1,0 -39.597,1,0 -39.657,1,0 -39.717,1,0 -39.777,1,0 -39.837,1,0 -39.897,1,0 -39.957,1,0 -40.017,1,0 -40.077,1,0 -40.137,1,0 -40.197,1,0 -40.257,1,0 -40.317,1,0 -40.377,1,0 -40.437,1,0 -40.497,1,0 -40.557,1,0 -40.617,1,0 -40.677,1,0 -40.737,1,0 -40.797,1,0 -40.857,1,0 -40.917,1,0 -40.977,1,0 -41.037,1,0 -41.097,1,0 -41.157,1,0 -41.217,1,0 -41.277,1,0 -41.337,1,0 -41.397,1,0 -41.457,1,0 -41.517,1,0 -41.577,1,0 -41.637,1,0 -41.697,1,0 -41.757,1,0 -41.817,1,0 -41.877,1,0 -41.937,1,0 -41.997,1,0 -42.057,1,0 -42.117,1,0 -42.177,1,0 -42.237,1,0 -42.297,1,0 -42.357,1,0 -42.417,1,0 -42.477,1,0 -42.537,1,0 -42.597,1,0 -42.657,1,0 -42.717,1,0 -42.777,1,0 -42.837,1,0 -42.897,1,0 -42.957,1,0 -43.017,1,0 -43.077,1,0 -43.137,1,0 -43.197,1,0 -43.257,1,0 -43.317,1,0 -43.377,1,0 -43.437,1,0 -43.497,1,0 -43.557,1,0 -43.617,1,0 -43.677,1,0 -43.737,1,0 -43.797,1,0 -43.857,1,0 -43.917,1,0 -43.977,1,0 -44.037,1,0 -44.097,1,0 -44.157,1,0 -44.217,1,0 -44.277,1,0 -44.337,1,0 -44.397,1,0 -44.457,1,0 -44.517,1,0 -44.577,1,0 -44.637,1,0 -44.697,1,0 -44.757,1,0 -44.817,1,0 -44.877,1,0 -44.937,1,0 -44.997,1,0 -45.057,1,0 -45.117,1,0 -45.177,1,0 -45.237,1,0 -45.297,1,0 -45.357,1,0 -45.417,1,0 -45.477,1,0 -45.537,1,0 -45.597,1,0 -45.657,1,0 -45.717,1,0 -45.777,1,0 -45.837,1,0 -45.897,1,0 -45.957,1,0 -46.017,1,0 -46.077,1,0 -46.137,1,0 -46.197,1,0 -46.257,1,0 -46.317,1,0 -46.377,1,0 -46.437,1,0 -46.497,1,0 -46.557,1,0 -46.617,1,0 -46.677,1,0 -46.737,1,0 -46.797,1,0 -46.857,1,0 -46.917,1,0 -46.977,1,0 -47.037,1,0 -47.097,1,0 -47.157,1,0 -47.217,1,0 -47.277,1,0 -47.337,1,0 -47.397,1,0 -47.457,1,0 -47.517,1,0 -47.577,1,0 -47.637,1,0 -47.697,1,0 -47.757,1,0 -47.817,1,0 -47.877,1,0 -47.937,1,0 -47.997,1,0 -48.057,1,0 -48.117,1,0 -48.177,1,0 -48.237,1,0 -48.297,1,0 -48.357,1,0 -48.417,1,0 -48.477,1,0 -48.537,1,0 -48.597,1,0 -48.657,1,0 -48.717,1,0 -48.777,1,0 -48.837,1,0 -48.897,1,0 -48.957,1,0 -49.017,1,0 -49.077,1,0 -49.137,1,0 -49.197,1,0 -49.257,1,0 -49.317,1,0 -49.377,1,0 -49.437,1,0 -49.497,1,0 -49.557,1,0 -49.617,1,0 -49.677,1,0 -49.737,1,0 -49.797,1,0 -49.857,1,0 -49.917,1,0 -49.977,1,0 -50.037,1,0 -50.097,1,0 -50.157,1,0 -50.217,1,0 -50.277,1,0 -50.337,1,0 -50.397,1,0 -50.457,1,0 -50.517,1,0 -50.577,1,0 -50.637,1,0 -50.697,1,0 -50.757,1,0 -50.817,1,0 -50.877,1,0 -50.937,1,0 -50.997,1,0 -51.057,1,0 -51.117,1,0 -51.177,1,0 -51.237,1,0 -51.297,1,0 -51.357,1,0 -51.417,1,0 -51.477,1,0 -51.537,1,0 -51.597,1,0 -51.657,1,0 -51.717,1,0 -51.777,1,0 -51.837,1,0 -51.897,1,0 -51.957,1,0 -52.017,1,0 -52.077,1,0 -52.137,1,0 -52.197,1,0 -52.257,1,0 -52.317,1,0 -52.377,1,0 -52.437,1,0 -52.497,1,0 -52.557,1,0 -52.617,1,0 -52.677,1,0 -52.737,1,0 -52.797,1,0 -52.857,1,0 -52.917,1,0 -52.977,1,0 -53.037,1,0 -53.097,1,0 -53.157,1,0 -53.217,1,0 -53.277,1,0 -53.337,1,0 -53.397,1,0 -53.457,1,0 -53.517,1,0 -53.577,1,0 -53.637,1,0 -53.697,1,0 -53.757,1,0 -53.817,1,0 -53.877,1,0 -53.937,1,0 -53.997,1,0 -54.057,1,0 -54.117,1,0 -54.177,1,0 -54.237,1,0 -54.297,1,0 -54.357,1,0 -54.417,1,0 -54.477,1,0 -54.537,1,0 -54.597,1,0 -54.657,1,0 -54.717,1,0 -54.777,1,0 -54.837,1,0 -54.897,1,0 -54.957,1,0 -55.017,1,0 -55.077,1,0 -55.137,1,0 -55.197,1,0 -55.257,1,0 -55.317,1,0 -55.377,1,0 -55.437,1,0 -55.497,1,0 -55.557,1,0 -55.617,1,0 -55.677,1,0 -55.737,1,0 -55.797,1,0 -55.857,1,0 -55.917,1,0 -55.977,1,0 -56.037,1,0 -56.097,1,0 -56.157,1,0 -56.217,1,0 -56.277,1,0 -56.337,1,0 -56.397,1,0 -56.457,1,0 -56.517,1,0 -56.577,1,0 -56.637,1,0 -56.697,1,0 -56.757,1,0 -56.817,1,0 -56.877,1,0 -56.937,1,0 -56.997,1,0 -57.057,1,0 -57.117,1,0 -57.177,1,0 -57.237,1,0 -57.297,1,0 -57.357,1,0 -57.417,1,0 -57.477,1,0 -57.537,1,0 -57.597,1,0 -57.657,1,0 -57.717,1,0 -57.777,1,0 -57.837,1,0 -57.897,1,0 -57.957,1,0 -58.017,1,0 -58.077,1,0 -58.137,1,0 -58.197,1,0 -58.257,1,0 -58.317,1,0 -58.377,1,0 -58.437,1,0 -58.497,1,0 -58.557,1,0 -58.617,1,0 -58.677,1,0 -58.737,1,0 -58.797,1,0 -58.857,1,0 -58.917,1,0 -58.977,1,0 -59.037,1,0 -59.097,1,0 -59.157,1,0 -59.217,1,0 -59.277,1,0 -59.337,1,0 -59.397,1,0 -59.457,1,0 -59.517,1,0 -59.577,1,0 -59.637,1,0 -59.697,1,0 -59.757,1,0 -59.817,1,0 -59.877,1,0 -59.937,1,0 -59.997,1,0 -60.057,1,0 -60.117,1,0 -60.177,1,0 -60.237,1,0 -60.297,1,0 -60.357,1,0 -60.417,1,0 -60.477,1,0 -60.537,1,0 -60.597,1,0 -60.657,1,0 -60.717,1,0 -60.777,1,0 -60.837,1,0 -60.897,1,0 -60.957,1,0 -61.017,1,0 -61.077,1,0 -61.137,1,0 -61.197,1,0 -61.257,1,0 -61.317,1,0 -61.377,1,0 -61.437,1,0 -61.497,1,0 -61.557,1,0 -61.617,1,0 -61.677,1,0 -61.737,1,0 -61.797,1,0 -61.857,1,0 -61.917,1,0 -61.977,1,0 -62.037,1,0 -62.097,1,0 -62.157,1,0 -62.217,1,0 -62.277,1,0 -62.337,1,0 -62.397,1,0 -62.457,1,0 -62.517,1,0 -62.577,1,0 -62.637,1,0 -62.697,1,0 -62.757,1,0 -62.817,1,0 -62.877,1,0 -62.937,1,0 -62.997,1,0 -63.057,1,0 -63.117,1,0 -63.177,1,0 -63.237,1,0 -63.297,1,0 -63.357,1,0 -63.417,1,0 -63.477,1,0 -63.537,1,0 -63.597,1,0 -63.657,1,0 -63.717,1,0 -63.777,1,0 -63.837,1,0 -63.897,1,0 -63.957,1,0 -64.017,1,0 -64.077,1,0 -64.137,1,0 -64.197,1,0 -64.257,1,0 -64.317,1,0 -64.377,1,0 -64.437,1,0 -64.497,1,0 -64.557,1,0 -64.617,1,0 -64.677,1,0 -64.737,1,0 -64.797,1,0 -64.857,1,0 -64.917,1,0 -64.977,1,0 -65.037,1,0 -65.097,1,0 -65.157,1,0 -65.217,1,0 -65.277,1,0 -65.337,1,0 -65.397,1,0 -65.457,1,0 -65.517,1,0 -65.577,1,0 -65.637,1,0 -65.697,1,0 -65.757,1,0 -65.817,1,0 -65.877,1,0 -65.937,1,0 -65.997,1,0 -66.057,1,0 -66.117,1,0 -66.177,1,0 -66.237,1,0 -66.297,1,0 -66.357,1,0 -66.417,1,0 -66.477,1,0 -66.537,1,0 -66.597,1,0 -66.657,1,0 -66.717,1,0 -66.777,1,0 -66.837,1,0 -66.897,1,0 -66.957,1,0 -67.017,1,0 -67.077,1,0 -67.137,1,0 -67.197,1,0 -67.257,1,0 -67.317,1,0 -67.377,1,0 -67.437,1,0 -67.497,1,0 -67.557,1,0 -67.617,1,0 -67.677,1,0 -67.737,1,0 -67.797,1,0 -67.857,1,0 -67.917,1,0 -67.977,1,0 -68.037,1,0 -68.097,1,0 -68.157,1,0 -68.217,1,0 -68.277,1,0 -68.337,1,0 -68.397,1,0 -68.457,1,0 -68.517,1,0 -68.577,1,0 -68.637,1,0 -68.697,1,0 -68.757,1,0 -68.817,1,0 -68.877,1,0 -68.937,1,0 -68.997,1,0 -69.056,1,1 -69.116,1,1 -69.176,1,1 -69.236,1,1 -69.296,1,1 -69.356,1,1 -69.416,1,1 -69.476,1,1 -69.536,1,1 -69.596,1,1 -69.656,1,1 -69.716,1,1 -69.776,1,1 -69.836,1,1 -69.896,1,1 -69.956,1,1 -70.015,0,0 -70.075,0,0 -70.135,0,0 -70.195,0,0 -70.255,0,0 -70.315,0,0 -70.375,0,0 -70.435,0,0 -70.495,0,0 -70.555,0,0 -70.615,0,0 -70.675,0,0 -70.735,0,0 -70.795,0,0 -70.855,0,0 -70.915,0,0 -70.975,0,0 -71.033,0,0 -71.093,0,0 -71.153,0,0 -71.213,0,0 -71.273,0,0 -71.333,0,0 -71.393,0,0 -71.453,0,0 -71.513,0,0 -71.573,0,0 -71.633,0,0 -71.693,0,0 -71.753,0,0 -71.813,0,0 -71.873,0,0 -71.933,0,0 -71.993,0,0 -72.053,0,0 -72.113,0,0 -72.173,0,0 -72.233,0,0 -72.293,0,0 -72.353,0,0 -72.413,0,0 -72.473,0,0 -72.533,0,0 -72.593,0,0 -72.653,0,0 -72.713,0,0 -72.773,0,0 -72.833,0,0 -72.893,0,0 -72.953,0,0 -73.013,0,0 -73.073,0,0 -73.133,0,0 -73.193,0,0 -73.253,0,0 -73.313,0,0 -73.373,0,0 -73.433,0,0 -73.493,0,0 -73.553,0,0 -73.613,0,0 -73.673,0,0 -73.733,0,0 -73.793,0,0 -73.853,0,0 -73.913,0,0 -73.973,0,0 -74.033,0,0 -74.093,0,0 -74.153,0,0 -74.213,0,0 -74.273,0,0 -74.333,0,0 -74.393,0,0 -74.453,0,0 -74.513,0,0 -74.573,0,0 -74.633,0,0 -74.693,0,0 -74.753,0,0 -74.813,0,0 -74.873,0,0 -74.933,0,0 -74.993,0,0 -75.053,0,0 -75.113,0,0 -75.173,0,0 -75.233,0,0 -75.293,0,0 -75.353,0,0 -75.413,0,0 -75.473,0,0 -75.533,0,0 -75.593,0,0 -75.653,0,0 -75.713,0,0 -75.773,0,0 -75.833,0,0 -75.893,0,0 -75.953,0,0 -76.013,0,0 -76.073,0,0 -76.133,0,0 -76.193,0,0 -76.253,0,0 -76.313,0,0 -76.373,0,0 -76.433,0,0 -76.493,0,0 -76.553,0,0 -76.613,0,0 -76.673,0,0 -76.733,0,0 -76.793,0,0 -76.853,0,0 -76.913,0,0 -76.973,0,0 -77.033,0,0 -77.093,0,0 -77.153,0,0 -77.213,0,0 -77.273,0,0 -77.333,0,0 -77.393,0,0 -77.453,0,0 -77.513,0,0 -77.573,0,0 -77.633,0,0 -77.693,0,0 -77.753,0,0 -77.813,0,0 -77.873,0,0 -77.933,0,0 -77.993,0,0 -78.053,0,0 -78.113,0,0 -78.173,0,0 -78.233,0,0 -78.293,0,0 -78.353,0,0 -78.413,0,0 -78.473,0,0 -78.533,0,0 -78.593,0,0 -78.653,0,0 -78.713,0,0 -78.773,0,0 -78.833,0,0 -78.893,0,0 -78.953,0,0 -79.013,0,0 -79.073,0,0 -79.133,0,0 -79.193,0,0 -79.253,0,0 -79.313,0,0 -79.373,0,0 -79.433,0,0 -79.493,0,0 -79.553,0,0 -79.613,0,0 -79.673,0,0 -79.733,0,0 -79.793,0,0 -79.853,0,0 -79.913,0,0 -79.973,0,0 -80.032,0,0 -80.092,0,0 -80.152,0,0 -80.212,0,0 -80.272,0,0 -80.332,0,0 -80.392,0,0 -80.452,0,0 -80.512,0,0 -80.572,0,0 -80.632,0,0 -80.692,0,0 -80.752,0,0 -80.812,0,0 -80.872,0,0 -80.932,0,0 -80.992,0,0 -81.051,0,0 -81.111,0,0 -81.171,0,0 -81.231,0,0 -81.291,0,0 -81.351,0,0 -81.411,0,0 -81.471,0,0 -81.531,0,0 -81.591,0,0 -81.651,0,0 -81.711,0,0 -81.771,0,0 -81.831,0,0 -81.891,0,0 -81.951,0,0 -82.011,0,0 -82.071,0,0 -82.131,0,0 -82.191,0,0 -82.251,0,0 -82.311,0,0 -82.371,0,0 -82.431,0,0 -82.491,0,0 -82.551,0,0 -82.611,0,0 -82.671,0,0 -82.731,0,0 -82.791,0,0 -82.851,0,0 -82.911,0,0 -82.971,0,0 -83.031,0,0 -83.091,0,0 -83.151,0,0 -83.211,0,0 -83.271,0,0 -83.331,0,0 -83.391,0,0 -83.451,0,0 -83.511,0,0 -83.571,0,0 -83.631,0,0 -83.691,0,0 -83.751,0,0 -83.811,0,0 -83.871,0,0 -83.931,0,0 -83.991,0,0 -84.051,0,0 -84.111,0,0 -84.171,0,0 -84.231,0,0 -84.291,0,0 -84.351,0,0 -84.411,0,0 -84.471,0,0 -84.531,0,0 -84.591,0,0 -84.651,0,0 -84.711,0,0 -84.771,0,0 -84.831,0,0 -84.891,0,0 -84.951,0,0 -85.011,0,0 -85.071,0,0 -85.131,0,0 -85.191,0,0 -85.251,0,0 -85.311,0,0 -85.371,0,0 -85.431,0,0 -85.491,0,0 -85.551,0,0 -85.611,0,0 -85.671,0,0 -85.731,0,0 -85.791,0,0 -85.851,0,0 -85.911,0,0 -85.971,0,0 -86.031,0,0 -86.091,0,0 -86.151,0,0 -86.211,0,0 -86.271,0,0 -86.331,0,0 -86.391,0,0 -86.451,0,0 -86.511,0,0 -86.571,0,0 -86.631,0,0 -86.691,0,0 -86.751,0,0 -86.811,0,0 -86.871,0,0 -86.931,0,0 -86.991,0,0 -87.051,0,0 -87.111,0,0 -87.171,0,0 -87.231,0,0 -87.291,0,0 -87.351,0,0 -87.411,0,0 -87.471,0,0 -87.531,0,0 -87.591,0,0 -87.651,0,0 -87.711,0,0 -87.771,0,0 -87.831,0,0 -87.891,0,0 -87.951,0,0 -88.011,0,0 -88.071,0,0 -88.131,0,0 -88.191,0,0 -88.251,0,0 -88.311,0,0 -88.371,0,0 -88.431,0,0 -88.491,0,0 -88.551,0,0 -88.611,0,0 -88.671,0,0 -88.731,0,0 -88.791,0,0 -88.851,0,0 -88.911,0,0 -88.971,0,0 -89.031,0,0 -89.091,0,0 -89.151,0,0 -89.211,0,0 -89.271,0,0 -89.331,0,0 -89.391,0,0 -89.451,0,0 -89.511,0,0 -89.571,0,0 -89.631,0,0 -89.691,0,0 -89.751,0,0 -89.811,0,0 -89.871,0,0 -89.931,0,0 -89.991,0,0 -90.05,1,0 -90.109,1,1 -90.169,1,1 -90.229,1,1 -90.289,1,1 -90.349,1,1 -90.409,1,1 -90.469,1,1 -90.529,1,1 -90.589,1,1 -90.649,1,1 -90.709,1,1 -90.769,1,1 -90.829,1,1 -90.889,1,1 -90.949,1,1 -91.007,0,0 -91.067,0,0 -91.127,0,0 -91.187,0,0 -91.247,0,0 -91.307,0,0 -91.367,0,0 -91.427,0,0 -91.487,0,0 -91.547,0,0 -91.607,0,0 -91.667,0,0 -91.727,0,0 -91.787,0,0 -91.847,0,0 -91.907,0,0 -91.967,0,0 -92.027,0,0 -92.087,0,0 -92.147,0,0 -92.207,0,0 -92.267,0,0 -92.327,0,0 -92.387,0,0 -92.447,0,0 -92.507,0,0 -92.567,0,0 -92.627,0,0 -92.687,0,0 -92.747,0,0 -92.807,0,0 -92.867,0,0 -92.927,0,0 -92.987,0,0 -93.047,0,0 -93.107,0,0 -93.167,0,0 -93.227,0,0 -93.287,0,0 -93.347,0,0 -93.407,0,0 -93.467,0,0 -93.527,0,0 -93.587,0,0 -93.647,0,0 -93.707,0,0 -93.767,0,0 -93.827,0,0 -93.887,0,0 -93.947,0,0 -94.007,0,0 -94.067,0,0 -94.127,0,0 -94.187,0,0 -94.247,0,0 -94.307,0,0 -94.367,0,0 -94.427,0,0 -94.487,0,0 -94.547,0,0 -94.607,0,0 -94.667,0,0 -94.727,0,0 -94.787,0,0 -94.847,0,0 -94.907,0,0 -94.967,0,0 -95.027,0,0 -95.087,0,0 -95.147,0,0 -95.207,0,0 -95.267,0,0 -95.327,0,0 -95.387,0,0 -95.447,0,0 -95.507,0,0 -95.567,0,0 -95.627,0,0 -95.687,0,0 -95.747,0,0 -95.807,0,0 -95.867,0,0 -95.927,0,0 -95.987,0,0 -96.047,0,0 -96.107,0,0 -96.167,0,0 -96.227,0,0 -96.287,0,0 -96.347,0,0 -96.407,0,0 -96.467,0,0 -96.527,0,0 -96.587,0,0 -96.647,0,0 -96.707,0,0 -96.767,0,0 -96.827,0,0 -96.887,0,0 -96.947,0,0 -97.007,0,0 -97.067,0,0 -97.127,0,0 -97.187,0,0 -97.247,0,0 -97.307,0,0 -97.367,0,0 -97.427,0,0 -97.487,0,0 -97.547,0,0 -97.607,0,0 -97.667,0,0 -97.727,0,0 -97.787,0,0 -97.847,0,0 -97.907,0,0 -97.967,0,0 -98.027,0,0 -98.087,0,0 -98.147,0,0 -98.207,0,0 -98.267,0,0 -98.327,0,0 -98.387,0,0 -98.447,0,0 -98.507,0,0 -98.567,0,0 -98.627,0,0 -98.687,0,0 -98.747,0,0 -98.807,0,0 -98.867,0,0 -98.927,0,0 -98.987,0,0 -99.047,0,0 -99.107,0,0 -99.167,0,0 -99.227,0,0 -99.287,0,0 -99.347,0,0 -99.407,0,0 -99.467,0,0 -99.527,0,0 -99.587,0,0 -99.647,0,0 -99.707,0,0 -99.767,0,0 -99.827,0,0 -99.887,0,0 -99.947,0,0 -100.01,0,0 -100.07,0,0 -100.13,0,0 -100.19,0,0 -100.25,0,0 -100.31,0,0 -100.37,0,0 -100.43,0,0 -100.49,0,0 -100.55,0,0 -100.61,0,0 -100.67,0,0 -100.73,0,0 -100.79,0,0 -100.85,0,0 -100.91,0,0 -100.97,0,0 -101.03,0,0 -101.08,0,0 -101.14,0,0 -101.2,0,0 -101.27,0,0 -101.33,0,0 -101.39,0,0 -101.44,0,0 -101.5,0,0 -101.56,0,0 -101.62,0,0 -101.69,0,0 -101.75,0,0 -101.81,0,0 -101.86,0,0 -101.92,0,0 -101.98,0,0 -102.05,0,0 -102.11,0,0 -102.17,0,0 -102.22,0,0 -102.28,0,0 -102.34,0,0 -102.41,0,0 -102.47,0,0 -102.53,0,0 -102.58,0,0 -102.64,0,0 -102.7,0,0 -102.77,0,0 -102.83,0,0 -102.89,0,0 -102.94,0,0 -103,0,0 -103.06,0,0 -103.12,0,0 -103.19,0,0 -103.25,0,0 -103.31,0,0 -103.36,0,0 -103.42,0,0 -103.48,0,0 -103.55,0,0 -103.61,0,0 -103.67,0,0 -103.72,0,0 -103.78,0,0 -103.84,0,0 -103.91,0,0 -103.97,0,0 -104.03,0,0 -104.08,0,0 -104.14,0,0 -104.2,0,0 -104.27,0,0 -104.33,0,0 -104.39,0,0 -104.44,0,0 -104.5,0,0 -104.56,0,0 -104.62,0,0 -104.69,0,0 -104.75,0,0 -104.81,0,0 -104.86,0,0 -104.92,0,0 -104.98,0,0 -105.05,0,0 -105.11,0,0 -105.17,0,0 -105.22,0,0 -105.28,0,0 -105.34,0,0 -105.41,0,0 -105.47,0,0 -105.53,0,0 -105.58,0,0 -105.64,0,0 -105.7,0,0 -105.77,0,0 -105.83,0,0 -105.89,0,0 -105.94,0,0 -106,0,0 -106.06,0,0 -106.12,0,0 -106.19,0,0 -106.25,0,0 -106.31,0,0 -106.36,0,0 -106.42,0,0 -106.48,0,0 -106.55,0,0 -106.61,0,0 -106.67,0,0 -106.72,0,0 -106.78,0,0 -106.84,0,0 -106.91,0,0 -106.97,0,0 -107.03,0,0 -107.08,0,0 -107.14,0,0 -107.2,0,0 -107.27,0,0 -107.33,0,0 -107.39,0,0 -107.44,0,0 -107.5,0,0 -107.56,0,0 -107.62,0,0 -107.69,0,0 -107.75,0,0 -107.81,0,0 -107.86,0,0 -107.92,0,0 -107.98,0,0 -108.05,0,0 -108.11,0,0 -108.17,0,0 -108.22,0,0 -108.28,0,0 -108.34,0,0 -108.41,0,0 -108.47,0,0 -108.53,0,0 -108.58,0,0 -108.64,0,0 -108.7,0,0 -108.77,0,0 -108.83,0,0 -108.89,0,0 -108.94,0,0 -109,0,0 -109.06,0,0 -109.12,0,0 -109.19,0,0 -109.25,0,0 -109.31,0,0 -109.36,0,0 -109.42,0,0 -109.48,0,0 -109.55,0,0 -109.61,0,0 -109.67,0,0 -109.72,0,0 -109.78,0,0 -109.84,0,0 -109.91,0,0 -109.97,0,0 -110.02,1,0 -110.08,1,1 -110.14,1,1 -110.2,1,1 -110.26,1,1 -110.32,1,1 -110.38,1,1 -110.44,1,1 -110.5,1,1 -110.56,1,1 -110.62,1,1 -110.68,1,1 -110.74,1,1 -110.8,1,1 -110.86,1,1 -110.92,1,1 -110.98,1,1 -111.04,0,0 -111.1,0,0 -111.16,0,0 -111.22,0,0 -111.28,0,0 -111.34,0,0 -111.4,0,0 -111.46,0,0 -111.52,0,0 -111.58,0,0 -111.64,0,0 -111.7,0,0 -111.76,0,0 -111.82,0,0 -111.88,0,0 -111.94,0,0 -112,0,0 -112.06,0,0 -112.12,0,0 -112.18,0,0 -112.24,0,0 -112.3,0,0 -112.36,0,0 -112.42,0,0 -112.48,0,0 -112.54,0,0 -112.6,0,0 -112.66,0,0 -112.72,0,0 -112.78,0,0 -112.84,0,0 -112.9,0,0 -112.96,0,0 -113.02,0,0 -113.08,0,0 -113.14,0,0 -113.2,0,0 -113.26,0,0 -113.32,0,0 -113.38,0,0 -113.44,0,0 -113.5,0,0 -113.56,0,0 -113.62,0,0 -113.68,0,0 -113.74,0,0 -113.8,0,0 -113.86,0,0 -113.92,0,0 -113.98,0,0 -114.04,0,0 -114.1,0,0 -114.16,0,0 -114.22,0,0 -114.28,0,0 -114.34,0,0 -114.4,0,0 -114.46,0,0 -114.52,0,0 -114.58,0,0 -114.64,0,0 -114.7,0,0 -114.76,0,0 -114.82,0,0 -114.88,0,0 -114.94,0,0 -115,0,0 -115.06,0,0 -115.12,0,0 -115.18,0,0 -115.24,0,0 -115.3,0,0 -115.36,0,0 -115.42,0,0 -115.48,0,0 -115.54,0,0 -115.6,0,0 -115.66,0,0 -115.72,0,0 -115.78,0,0 -115.84,0,0 -115.9,0,0 -115.96,0,0 -116.02,0,0 -116.08,0,0 -116.14,0,0 -116.2,0,0 -116.26,0,0 -116.32,0,0 -116.38,0,0 -116.44,0,0 -116.5,0,0 -116.56,0,0 -116.62,0,0 -116.68,0,0 -116.74,0,0 -116.8,0,0 -116.86,0,0 -116.92,0,0 -116.98,0,0 -117.04,0,0 -117.1,0,0 -117.16,0,0 -117.22,0,0 -117.28,0,0 -117.34,0,0 -117.4,0,0 -117.46,0,0 -117.52,0,0 -117.58,0,0 -117.64,0,0 -117.7,0,0 -117.76,0,0 -117.82,0,0 -117.88,0,0 -117.94,0,0 -118,0,0 -118.06,0,0 -118.12,0,0 -118.18,0,0 -118.24,0,0 -118.3,0,0 -118.36,0,0 -118.42,0,0 -118.48,0,0 -118.54,0,0 -118.6,0,0 -118.66,0,0 -118.72,0,0 -118.78,0,0 -118.84,0,0 -118.9,0,0 -118.96,0,0 -119.02,0,0 -119.08,0,0 -119.14,0,0 -119.2,0,0 -119.26,0,0 -119.32,0,0 -119.38,0,0 -119.44,0,0 -119.5,0,0 -119.56,0,0 -119.62,0,0 -119.68,0,0 -119.74,0,0 -119.8,0,0 -119.86,0,0 -119.92,0,0 -119.98,0,0 -120.04,0,0 -120.1,0,0 -120.16,0,0 -120.22,0,0 -120.28,0,0 -120.34,0,0 -120.4,0,0 -120.46,0,0 -120.52,0,0 -120.58,0,0 -120.64,0,0 -120.7,0,0 -120.76,0,0 -120.82,0,0 -120.88,0,0 -120.94,0,0 -121,0,0 -121.06,0,0 -121.12,0,0 -121.18,0,0 -121.24,0,0 -121.3,0,0 -121.36,0,0 -121.42,0,0 -121.48,0,0 -121.54,0,0 -121.6,0,0 -121.66,0,0 -121.72,0,0 -121.78,0,0 -121.84,0,0 -121.9,0,0 -121.96,0,0 -122.02,0,0 -122.08,0,0 -122.14,0,0 -122.2,0,0 -122.26,0,0 -122.32,0,0 -122.38,0,0 -122.44,0,0 -122.5,0,0 -122.56,0,0 -122.62,0,0 -122.68,0,0 -122.74,0,0 -122.8,0,0 -122.86,0,0 -122.92,0,0 -122.98,0,0 -123.04,0,0 -123.1,0,0 -123.16,0,0 -123.22,0,0 -123.28,0,0 -123.34,0,0 -123.4,0,0 -123.46,0,0 -123.52,0,0 -123.58,0,0 -123.64,0,0 -123.7,0,0 -123.76,0,0 -123.82,0,0 -123.88,0,0 -123.94,0,0 -124,0,0 -124.06,0,0 -124.12,0,0 -124.18,0,0 -124.24,0,0 -124.3,0,0 -124.36,0,0 -124.42,0,0 -124.48,0,0 -124.54,0,0 -124.6,0,0 -124.66,0,0 -124.72,0,0 -124.78,0,0 -124.84,0,0 -124.9,0,0 -124.96,0,0 -125.02,0,0 -125.08,0,0 -125.14,0,0 -125.2,0,0 -125.26,0,0 -125.32,0,0 -125.38,0,0 -125.44,0,0 -125.5,0,0 -125.56,0,0 -125.62,0,0 -125.68,0,0 -125.74,0,0 -125.8,0,0 -125.86,0,0 -125.92,0,0 -125.98,0,0 -126.04,0,0 -126.1,0,0 -126.16,0,0 -126.22,0,0 -126.28,0,0 -126.34,0,0 -126.4,0,0 -126.46,0,0 -126.52,0,0 -126.58,0,0 -126.64,0,0 -126.7,0,0 -126.76,0,0 -126.82,0,0 -126.88,0,0 -126.94,0,0 -127,0,0 -127.06,0,0 -127.12,0,0 -127.18,0,0 -127.24,0,0 -127.3,0,0 -127.36,0,0 -127.42,0,0 -127.48,0,0 -127.54,0,0 -127.6,0,0 -127.66,0,0 -127.72,0,0 -127.78,0,0 -127.84,0,0 -127.9,0,0 -127.96,0,0 -128.02,0,0 -128.08,0,0 -128.14,0,0 -128.2,0,0 -128.26,0,0 -128.32,0,0 -128.38,0,0 -128.44,0,0 -128.5,0,0 -128.56,0,0 -128.62,0,0 -128.68,0,0 -128.74,0,0 -128.8,0,0 -128.86,0,0 -128.92,0,0 -128.98,0,0 -129.04,0,0 -129.1,0,0 -129.16,0,0 -129.22,0,0 -129.28,0,0 -129.34,0,0 -129.4,0,0 -129.46,0,0 -129.52,0,0 -129.58,0,0 -129.64,0,0 -129.7,0,0 -129.76,0,0 -129.82,0,0 -129.88,0,0 -129.94,0,0 -130,0,0 -130.06,1,1 -130.12,1,1 -130.18,1,1 -130.24,1,1 -130.3,1,1 -130.36,1,1 -130.42,1,1 -130.48,1,1 -130.54,1,1 -130.6,1,1 -130.66,1,1 -130.72,1,1 -130.78,1,1 -130.84,1,1 -130.9,1,1 -130.96,1,1 -131.02,0,0 -131.08,0,0 -131.14,0,0 -131.2,0,0 -131.26,0,0 -131.32,0,0 -131.38,0,0 -131.44,0,0 -131.5,0,0 -131.56,0,0 -131.62,0,0 -131.68,0,0 -131.74,0,0 -131.8,0,0 -131.86,0,0 -131.92,0,0 -131.98,0,0 -132.04,0,0 -132.1,0,0 -132.16,0,0 -132.22,0,0 -132.28,0,0 -132.34,0,0 -132.4,0,0 -132.46,0,0 -132.52,0,0 -132.58,0,0 -132.64,0,0 -132.7,0,0 -132.76,0,0 -132.82,0,0 -132.88,0,0 -132.94,0,0 -133,0,0 -133.06,0,0 -133.12,0,0 -133.18,0,0 -133.24,0,0 -133.3,0,0 -133.36,0,0 -133.42,0,0 -133.48,0,0 -133.54,0,0 -133.6,0,0 -133.66,0,0 -133.72,0,0 -133.78,0,0 -133.84,0,0 -133.9,0,0 -133.96,0,0 -134.02,0,0 -134.08,0,0 -134.14,0,0 -134.2,0,0 -134.26,0,0 -134.32,0,0 -134.38,0,0 -134.44,0,0 -134.5,0,0 -134.56,0,0 -134.62,0,0 -134.68,0,0 -134.74,0,0 -134.8,0,0 -134.86,0,0 -134.92,0,0 -134.98,0,0 -135.04,0,0 -135.1,0,0 -135.16,0,0 -135.22,0,0 -135.28,0,0 -135.34,0,0 -135.4,0,0 -135.46,0,0 -135.52,0,0 -135.58,0,0 -135.64,0,0 -135.7,0,0 -135.76,0,0 -135.82,0,0 -135.88,0,0 -135.94,0,0 -136,0,0 -136.06,0,0 -136.12,0,0 -136.18,0,0 -136.24,0,0 -136.3,0,0 -136.36,0,0 -136.42,0,0 -136.48,0,0 -136.54,0,0 -136.6,0,0 -136.66,0,0 -136.72,0,0 -136.78,0,0 -136.84,0,0 -136.9,0,0 -136.96,0,0 -137.02,0,0 -137.08,0,0 -137.14,0,0 -137.2,0,0 -137.26,0,0 -137.32,0,0 -137.38,0,0 -137.44,0,0 -137.5,0,0 -137.56,0,0 -137.62,0,0 -137.68,0,0 -137.74,0,0 -137.8,0,0 -137.86,0,0 -137.92,0,0 -137.98,0,0 -138.04,0,0 -138.1,0,0 -138.16,0,0 -138.22,0,0 -138.28,0,0 -138.34,0,0 -138.4,0,0 -138.46,0,0 -138.52,0,0 -138.58,0,0 -138.64,0,0 -138.7,0,0 -138.76,0,0 -138.82,0,0 -138.88,0,0 -138.94,0,0 -139,0,0 -139.06,0,0 -139.12,0,0 -139.18,0,0 -139.24,0,0 -139.3,0,0 -139.36,0,0 -139.42,0,0 -139.48,0,0 -139.54,0,0 -139.6,0,0 -139.66,0,0 -139.72,0,0 -139.78,0,0 -139.84,0,0 -139.9,0,0 -139.96,0,0 -140.02,0,0 -140.08,0,0 -140.14,0,0 -140.2,0,0 -140.26,0,0 -140.32,0,0 -140.38,0,0 -140.44,0,0 -140.5,0,0 -140.56,0,0 -140.62,0,0 -140.68,0,0 -140.74,0,0 -140.8,0,0 -140.86,0,0 -140.92,0,0 -140.98,0,0 -141.04,0,0 -141.1,0,0 -141.16,0,0 -141.22,0,0 -141.28,0,0 -141.34,0,0 -141.4,0,0 -141.46,0,0 -141.52,0,0 -141.58,0,0 -141.64,0,0 -141.7,0,0 -141.76,0,0 -141.82,0,0 -141.88,0,0 -141.94,0,0 -142,0,0 -142.06,0,0 -142.12,0,0 -142.18,0,0 -142.24,0,0 -142.3,0,0 -142.36,0,0 -142.42,0,0 -142.48,0,0 -142.54,0,0 -142.6,0,0 -142.66,0,0 -142.72,0,0 -142.78,0,0 -142.84,0,0 -142.9,0,0 -142.96,0,0 -143.02,0,0 -143.08,0,0 -143.14,0,0 -143.2,0,0 -143.26,0,0 -143.32,0,0 -143.38,0,0 -143.44,0,0 -143.5,0,0 -143.56,0,0 -143.62,0,0 -143.68,0,0 -143.74,0,0 -143.8,0,0 -143.86,0,0 -143.92,0,0 -143.98,0,0 -144.04,0,0 -144.1,0,0 -144.16,0,0 -144.22,0,0 -144.28,0,0 -144.34,0,0 -144.4,0,0 -144.46,0,0 -144.52,0,0 -144.58,0,0 -144.64,0,0 -144.7,0,0 -144.76,0,0 -144.82,0,0 -144.88,0,0 -144.94,0,0 -145,0,0 -145.06,0,0 -145.12,0,0 -145.18,0,0 -145.24,0,0 -145.3,0,0 -145.36,0,0 -145.42,0,0 -145.48,0,0 -145.54,0,0 -145.6,0,0 -145.66,0,0 -145.72,0,0 -145.78,0,0 -145.84,0,0 -145.9,0,0 -145.96,0,0 -146.02,0,0 -146.08,0,0 -146.14,0,0 -146.2,0,0 -146.26,0,0 -146.32,0,0 -146.38,0,0 -146.44,0,0 -146.5,0,0 -146.56,0,0 -146.62,0,0 -146.68,0,0 -146.74,0,0 -146.8,0,0 -146.86,0,0 -146.92,0,0 -146.98,0,0 -147.04,0,0 -147.1,0,0 -147.16,0,0 -147.22,0,0 -147.28,0,0 -147.34,0,0 -147.4,0,0 -147.46,0,0 -147.52,0,0 -147.58,0,0 -147.64,0,0 -147.7,0,0 -147.76,0,0 -147.82,0,0 -147.88,0,0 -147.94,0,0 -148,0,0 -148.06,0,0 -148.12,0,0 -148.18,0,0 -148.24,0,0 -148.3,0,0 -148.36,0,0 -148.42,0,0 -148.48,0,0 -148.54,0,0 -148.6,0,0 -148.66,0,0 -148.72,0,0 -148.78,0,0 -148.84,0,0 -148.9,0,0 -148.96,0,0 -149.02,0,0 -149.08,0,0 -149.14,0,0 -149.2,0,0 -149.26,0,0 -149.32,0,0 -149.38,0,0 -149.44,0,0 -149.5,0,0 -149.56,0,0 -149.62,0,0 -149.68,0,0 -149.74,0,0 -149.8,0,0 -149.86,0,0 -149.92,0,0 -149.98,0,0 -150.03,1,0 -150.09,1,1 -150.15,1,1 -150.21,1,1 -150.27,1,1 -150.33,1,1 -150.39,1,1 -150.45,1,1 -150.51,1,1 -150.57,1,1 -150.63,1,1 -150.69,1,1 -150.75,1,1 -150.81,1,1 -150.87,1,1 -150.93,1,1 -150.99,1,1 -151.05,0,0 -151.11,0,0 -151.17,0,0 -151.23,0,0 -151.29,0,0 -151.35,0,0 -151.41,0,0 -151.47,0,0 -151.53,0,0 -151.59,0,0 -151.65,0,0 -151.71,0,0 -151.77,0,0 -151.83,0,0 -151.89,0,0 -151.95,0,0 -152.01,0,0 -152.07,0,0 -152.13,0,0 -152.19,0,0 -152.25,0,0 -152.31,0,0 -152.37,0,0 -152.43,0,0 -152.49,0,0 -152.55,0,0 -152.61,0,0 -152.67,0,0 -152.73,0,0 -152.79,0,0 -152.85,0,0 -152.91,0,0 -152.97,0,0 -153.03,0,0 -153.09,0,0 -153.15,0,0 -153.21,0,0 -153.27,0,0 -153.33,0,0 -153.39,0,0 -153.45,0,0 -153.51,0,0 -153.57,0,0 -153.63,0,0 -153.69,0,0 -153.75,0,0 -153.81,0,0 -153.87,0,0 -153.93,0,0 -153.99,0,0 -154.05,0,0 -154.11,0,0 -154.17,0,0 -154.23,0,0 -154.29,0,0 -154.35,0,0 -154.41,0,0 -154.47,0,0 -154.53,0,0 -154.59,0,0 -154.65,0,0 -154.71,0,0 -154.77,0,0 -154.83,0,0 -154.89,0,0 -154.95,0,0 -155.01,0,0 -155.07,0,0 -155.13,0,0 -155.19,0,0 -155.25,0,0 -155.31,0,0 -155.37,0,0 -155.43,0,0 -155.49,0,0 -155.55,0,0 -155.61,0,0 -155.67,0,0 -155.73,0,0 -155.79,0,0 -155.85,0,0 -155.91,0,0 -155.97,0,0 -156.03,0,0 -156.09,0,0 -156.15,0,0 -156.21,0,0 -156.27,0,0 -156.33,0,0 -156.39,0,0 -156.45,0,0 -156.51,0,0 -156.57,0,0 -156.63,0,0 -156.69,0,0 -156.75,0,0 -156.81,0,0 -156.87,0,0 -156.93,0,0 -156.99,0,0 -157.05,0,0 -157.11,0,0 -157.17,0,0 -157.23,0,0 -157.29,0,0 -157.35,0,0 -157.41,0,0 -157.47,0,0 -157.53,0,0 -157.59,0,0 -157.65,0,0 -157.71,0,0 -157.77,0,0 -157.83,0,0 -157.89,0,0 -157.95,0,0 -158.01,0,0 -158.07,0,0 -158.13,0,0 -158.19,0,0 -158.25,0,0 -158.31,0,0 -158.37,0,0 -158.43,0,0 -158.49,0,0 -158.55,0,0 -158.61,0,0 -158.67,0,0 -158.73,0,0 -158.79,0,0 -158.85,0,0 -158.91,0,0 -158.97,0,0 -159.03,0,0 -159.09,0,0 -159.15,0,0 -159.21,0,0 -159.27,0,0 -159.33,0,0 -159.39,0,0 -159.45,0,0 -159.51,0,0 -159.57,0,0 -159.63,0,0 -159.69,0,0 -159.75,0,0 -159.81,0,0 -159.87,0,0 -159.93,0,0 -159.99,0,0 -160.05,0,0 -160.11,0,0 -160.17,0,0 -160.23,0,0 -160.29,0,0 -160.35,0,0 -160.41,0,0 -160.47,0,0 -160.53,0,0 -160.59,0,0 -160.65,0,0 -160.71,0,0 -160.77,0,0 -160.83,0,0 -160.89,0,0 -160.95,0,0 -161.01,0,0 -161.07,0,0 -161.13,0,0 -161.19,0,0 -161.25,0,0 -161.31,0,0 -161.37,0,0 -161.43,0,0 -161.49,0,0 -161.55,0,0 -161.61,0,0 -161.67,0,0 -161.73,0,0 -161.79,0,0 -161.85,0,0 -161.91,0,0 -161.97,0,0 -162.03,0,0 -162.09,0,0 -162.15,0,0 -162.21,0,0 -162.27,0,0 -162.33,0,0 -162.39,0,0 -162.45,0,0 -162.51,0,0 -162.57,0,0 -162.63,0,0 -162.69,0,0 -162.75,0,0 -162.81,0,0 -162.87,0,0 -162.93,0,0 -162.99,0,0 -163.05,0,0 -163.11,0,0 -163.17,0,0 -163.23,0,0 -163.29,0,0 -163.35,0,0 -163.41,0,0 -163.47,0,0 -163.53,0,0 -163.59,0,0 -163.65,0,0 -163.71,0,0 -163.77,0,0 -163.83,0,0 -163.89,0,0 -163.95,0,0 -164.01,0,0 -164.07,0,0 -164.13,0,0 -164.19,0,0 -164.25,0,0 -164.31,0,0 -164.37,0,0 -164.43,0,0 -164.49,0,0 -164.55,0,0 -164.61,0,0 -164.67,0,0 -164.73,0,0 -164.79,0,0 -164.85,0,0 -164.91,0,0 -164.97,0,0 -165.03,0,0 -165.09,0,0 -165.15,0,0 -165.21,0,0 -165.27,0,0 -165.33,0,0 -165.39,0,0 -165.45,0,0 -165.51,0,0 -165.57,0,0 -165.63,0,0 -165.69,0,0 -165.75,0,0 -165.81,0,0 -165.87,0,0 -165.93,0,0 -165.99,0,0 -166.05,0,0 -166.11,0,0 -166.17,0,0 -166.23,0,0 -166.29,0,0 -166.35,0,0 -166.41,0,0 -166.47,0,0 -166.53,0,0 -166.59,0,0 -166.65,0,0 -166.71,0,0 -166.77,0,0 -166.83,0,0 -166.89,0,0 -166.95,0,0 -167.01,0,0 -167.07,0,0 -167.13,0,0 -167.19,0,0 -167.25,0,0 -167.31,0,0 -167.37,0,0 -167.43,0,0 -167.49,0,0 -167.55,0,0 -167.61,0,0 -167.67,0,0 -167.73,0,0 -167.79,0,0 -167.85,0,0 -167.91,0,0 -167.97,0,0 -168.03,0,0 -168.09,0,0 -168.15,0,0 -168.21,0,0 -168.27,0,0 -168.33,0,0 -168.39,0,0 -168.45,0,0 -168.51,0,0 -168.57,0,0 -168.63,0,0 -168.69,0,0 -168.75,0,0 -168.81,0,0 -168.87,0,0 -168.93,0,0 -168.99,0,0 -169.05,0,0 -169.11,0,0 -169.17,0,0 -169.23,0,0 -169.29,0,0 -169.35,0,0 -169.41,0,0 -169.47,0,0 -169.53,0,0 -169.59,0,0 -169.65,0,0 -169.71,0,0 -169.77,0,0 -169.83,0,0 -169.89,0,0 -169.95,0,0 -170.01,0,0 -170.07,0,0 -170.13,0,0 -170.19,0,0 -170.25,0,0 -170.31,0,0 -170.37,0,0 -170.43,0,0 -170.49,0,0 -170.55,0,0 -170.61,0,0 -170.67,0,0 -170.73,0,0 -170.79,0,0 -170.85,0,0 -170.91,0,0 -170.97,0,0 -171.03,0,0 -171.09,0,0 -171.15,0,0 -171.21,0,0 -171.27,0,0 -171.33,0,0 -171.39,0,0 -171.45,0,0 -171.51,0,0 -171.57,0,0 -171.63,0,0 -171.69,0,0 -171.75,0,0 -171.81,0,0 -171.87,0,0 -171.93,0,0 -171.99,0,0 -172.05,0,0 -172.11,0,0 -172.17,0,0 -172.23,0,0 -172.29,0,0 -172.35,0,0 -172.41,0,0 -172.47,0,0 -172.53,0,0 -172.59,0,0 -172.65,0,0 -172.71,0,0 -172.77,0,0 -172.83,0,0 -172.89,0,0 -172.95,0,0 -173.01,0,0 -173.07,0,0 -173.13,0,0 -173.19,0,0 -173.25,0,0 -173.31,0,0 -173.37,0,0 -173.43,0,0 -173.49,0,0 -173.55,0,0 -173.61,0,0 -173.67,0,0 -173.73,0,0 -173.79,0,0 -173.85,0,0 -173.91,0,0 -173.97,0,0 -174.03,0,0 -174.09,0,0 -174.15,0,0 -174.21,0,0 -174.27,0,0 -174.33,0,0 -174.39,0,0 -174.45,0,0 -174.51,0,0 -174.57,0,0 -174.63,0,0 -174.69,0,0 -174.75,0,0 -174.81,0,0 -174.87,0,0 -174.93,0,0 -174.99,0,0 -175.05,0,0 -175.11,0,0 -175.17,0,0 -175.23,0,0 -175.29,0,0 -175.35,0,0 -175.41,0,0 -175.47,0,0 -175.53,0,0 -175.59,0,0 -175.65,0,0 -175.71,0,0 -175.77,0,0 -175.83,0,0 -175.89,0,0 -175.95,0,0 -176.01,0,0 -176.07,0,0 -176.13,0,0 -176.19,0,0 -176.25,0,0 -176.31,0,0 -176.37,0,0 -176.43,0,0 -176.49,0,0 -176.55,0,0 -176.61,0,0 -176.67,0,0 -176.73,0,0 -176.79,0,0 -176.85,0,0 -176.91,0,0 -176.97,0,0 -177.03,0,0 -177.09,0,0 -177.15,0,0 -177.21,0,0 -177.27,0,0 -177.33,0,0 -177.39,0,0 -177.45,0,0 -177.51,0,0 -177.57,0,0 -177.63,0,0 -177.69,0,0 -177.75,0,0 -177.81,0,0 -177.87,0,0 -177.93,0,0 -177.99,0,0 -178.05,0,0 -178.11,0,0 -178.17,0,0 -178.23,0,0 -178.29,0,0 -178.35,0,0 -178.41,0,0 -178.47,0,0 -178.53,0,0 -178.59,0,0 -178.65,0,0 -178.71,0,0 -178.77,0,0 -178.83,0,0 -178.89,0,0 -178.95,0,0 -179.01,0,0 -179.07,0,0 -179.13,0,0 -179.19,0,0 -179.25,0,0 -179.31,0,0 -179.37,0,0 -179.43,0,0 -179.49,0,0 -179.55,0,0 -179.61,0,0 -179.67,0,0 -179.73,0,0 -179.79,0,0 -179.85,0,0 -179.91,0,0 -179.97,0,0 -180.03,0,0 -180.09,0,0 -180.15,0,0 -180.21,0,0 -180.27,0,0 -180.33,0,0 -180.39,0,0 -180.45,0,0 -180.51,0,0 -180.57,0,0 -180.63,0,0 -180.69,0,0 -180.75,0,0 -180.81,0,0 -180.87,0,0 -180.93,0,0 -180.99,0,0 -181.05,0,0 -181.11,0,0 -181.17,0,0 -181.23,0,0 -181.29,0,0 -181.35,0,0 -181.41,0,0 -181.47,0,0 -181.53,0,0 -181.59,0,0 -181.65,0,0 -181.71,0,0 -181.77,0,0 -181.83,0,0 -181.89,0,0 -181.95,0,0 -182.01,0,0 -182.07,0,0 -182.13,0,0 -182.19,0,0 -182.25,0,0 -182.31,0,0 -182.37,0,0 -182.43,0,0 -182.49,0,0 -182.55,0,0 -182.61,0,0 -182.67,0,0 -182.73,0,0 -182.79,0,0 -182.85,0,0 -182.91,0,0 -182.97,0,0 -183.03,0,0 -183.09,0,0 -183.15,0,0 -183.21,0,0 -183.27,0,0 -183.33,0,0 -183.39,0,0 -183.45,0,0 -183.51,0,0 -183.57,0,0 -183.63,0,0 -183.69,0,0 -183.75,0,0 -183.81,0,0 -183.87,0,0 -183.93,0,0 -183.99,0,0 -184.05,0,0 -184.11,0,0 -184.17,0,0 -184.23,0,0 -184.29,0,0 -184.35,0,0 -184.41,0,0 -184.47,0,0 -184.53,0,0 -184.59,0,0 -184.65,0,0 -184.71,0,0 -184.77,0,0 -184.83,0,0 -184.89,0,0 -184.95,0,0 -185.01,0,0 -185.07,0,0 -185.13,0,0 -185.19,0,0 -185.25,0,0 -185.31,0,0 -185.37,0,0 -185.43,0,0 -185.49,0,0 -185.55,0,0 -185.61,0,0 -185.67,0,0 -185.73,0,0 -185.79,0,0 -185.85,0,0 -185.91,0,0 -185.97,0,0 -186.03,0,0 -186.09,0,0 -186.15,0,0 -186.21,0,0 -186.27,0,0 -186.33,0,0 -186.39,0,0 -186.45,0,0 -186.51,0,0 -186.57,0,0 -186.63,0,0 -186.69,0,0 -186.75,0,0 -186.81,0,0 -186.87,0,0 -186.93,0,0 -186.99,0,0 -187.05,0,0 -187.11,0,0 -187.17,0,0 -187.23,0,0 -187.29,0,0 -187.35,0,0 -187.41,0,0 -187.47,0,0 -187.53,0,0 -187.59,0,0 -187.65,0,0 -187.71,0,0 -187.77,0,0 -187.83,0,0 -187.89,0,0 -187.95,0,0 -188.01,0,0 -188.07,0,0 -188.13,0,0 -188.19,0,0 -188.25,0,0 -188.31,0,0 -188.37,0,0 -188.43,0,0 -188.49,0,0 -188.55,0,0 -188.61,0,0 -188.67,0,0 -188.73,0,0 -188.79,0,0 -188.85,0,0 -188.91,0,0 -188.97,0,0 -189.03,0,0 -189.09,0,0 -189.15,0,0 -189.21,0,0 -189.27,0,0 -189.33,0,0 -189.39,0,0 -189.45,0,0 -189.51,0,0 -189.57,0,0 -189.63,0,0 -189.69,0,0 -189.75,0,0 -189.81,0,0 -189.87,0,0 -189.93,0,0 -189.99,0,0 -190.05,0,0 -190.11,0,0 -190.17,0,0 -190.23,0,0 -190.29,0,0 -190.35,0,0 -190.41,0,0 -190.47,0,0 -190.53,0,0 -190.59,0,0 -190.65,0,0 -190.71,0,0 -190.77,0,0 -190.83,0,0 -190.89,0,0 -190.95,0,0 -191.01,0,0 -191.07,0,0 -191.13,0,0 -191.19,0,0 -191.25,0,0 -191.31,0,0 -191.37,0,0 -191.43,0,0 -191.49,0,0 -191.55,0,0 -191.61,0,0 -191.67,0,0 -191.73,0,0 -191.79,0,0 -191.85,0,0 -191.91,0,0 -191.97,0,0 -192.03,0,0 -192.09,0,0 -192.15,0,0 -192.21,0,0 -192.27,0,0 -192.33,0,0 -192.39,0,0 -192.45,0,0 -192.51,0,0 -192.57,0,0 -192.63,0,0 -192.69,0,0 -192.75,0,0 -192.81,0,0 -192.87,0,0 -192.93,0,0 -192.99,0,0 -193.05,0,0 -193.11,0,0 -193.17,0,0 -193.23,0,0 -193.29,0,0 -193.35,0,0 -193.41,0,0 -193.47,0,0 -193.53,0,0 -193.59,0,0 -193.65,0,0 -193.71,0,0 -193.77,0,0 -193.83,0,0 -193.89,0,0 -193.95,0,0 -194.01,0,0 -194.07,0,0 -194.13,0,0 -194.19,0,0 -194.25,0,0 -194.31,0,0 -194.37,0,0 -194.43,0,0 -194.49,0,0 -194.55,0,0 -194.61,0,0 -194.67,0,0 -194.73,0,0 -194.79,0,0 -194.85,0,0 -194.91,0,0 -194.97,0,0 -195.03,0,0 -195.09,0,0 -195.15,0,0 -195.21,0,0 -195.27,0,0 -195.33,0,0 -195.39,0,0 -195.45,0,0 -195.51,0,0 -195.57,0,0 -195.63,0,0 -195.69,0,0 -195.75,0,0 -195.81,0,0 -195.87,0,0 -195.93,0,0 -195.99,0,0 -196.05,0,0 -196.11,0,0 -196.17,0,0 -196.23,0,0 -196.29,0,0 -196.35,0,0 -196.41,0,0 -196.47,0,0 -196.53,0,0 -196.59,0,0 -196.65,0,0 -196.71,0,0 -196.77,0,0 -196.83,0,0 -196.89,0,0 -196.95,0,0 -197.01,0,0 -197.07,0,0 -197.13,0,0 -197.19,0,0 -197.25,0,0 -197.31,0,0 -197.37,0,0 -197.43,0,0 -197.49,0,0 -197.55,0,0 -197.61,0,0 -197.67,0,0 -197.73,0,0 -197.79,0,0 -197.85,0,0 -197.91,0,0 -197.97,0,0 -198.03,0,0 -198.09,0,0 -198.15,0,0 -198.21,0,0 -198.27,0,0 -198.33,0,0 -198.39,0,0 -198.45,0,0 -198.51,0,0 -198.57,0,0 -198.63,0,0 -198.69,0,0 -198.75,0,0 -198.81,0,0 -198.87,0,0 -198.93,0,0 -198.99,0,0 -199.05,0,0 -199.11,0,0 -199.17,0,0 -199.23,0,0 -199.29,0,0 -199.35,0,0 -199.41,0,0 -199.47,0,0 -199.53,0,0 -199.59,0,0 -199.65,0,0 -199.71,0,0 -199.77,0,0 -199.83,0,0 -199.89,0,0 -199.95,0,0 diff --git a/paper/data/exp_ephemerisexpire.csv b/paper/data/exp_ephemerisexpire.csv deleted file mode 100644 index c07ac8388cd421629a9e25cf49d4db890d7ca68e..0000000000000000000000000000000000000000 --- a/paper/data/exp_ephemerisexpire.csv +++ /dev/null @@ -1,3335 +0,0 @@ -1800,0,0 -1800.1,0,0 -1800.1,0,0 -1800.2,0,0 -1800.2,0,0 -1800.3,0,0 -1800.4,0,0 -1800.4,0,0 -1800.5,0,0 -1800.5,0,0 -1800.6,0,0 -1800.7,0,0 -1800.7,0,0 -1800.8,0,0 -1800.8,0,0 -1800.9,0,0 -1801,0,0 -1801,0,0 -1801.1,0,0 -1801.1,0,0 -1801.2,0,0 -1801.3,0,0 -1801.3,0,0 -1801.4,0,0 -1801.4,0,0 -1801.5,0,0 -1801.6,0,0 -1801.6,0,0 -1801.7,0,0 -1801.7,0,0 -1801.8,0,0 -1801.9,0,0 -1801.9,0,0 -1802,0,0 -1802,0,0 -1802.1,0,0 -1802.2,0,0 -1802.2,0,0 -1802.3,0,0 -1802.3,0,0 -1802.4,0,0 -1802.5,0,0 -1802.5,0,0 -1802.6,0,0 -1802.6,0,0 -1802.7,0,0 -1802.8,0,0 -1802.8,0,0 -1802.9,0,0 -1802.9,0,0 -1803,0,0 -1803.1,0,0 -1803.1,0,0 -1803.2,0,0 -1803.2,0,0 -1803.3,0,0 -1803.4,0,0 -1803.4,0,0 -1803.5,0,0 -1803.5,0,0 -1803.6,0,0 -1803.7,0,0 -1803.7,0,0 -1803.8,0,0 -1803.8,0,0 -1803.9,0,0 -1804,0,0 -1804,0,0 -1804.1,0,0 -1804.1,0,0 -1804.2,0,0 -1804.3,0,0 -1804.3,0,0 -1804.4,0,0 -1804.4,0,0 -1804.5,0,0 -1804.6,0,0 -1804.6,0,0 -1804.7,0,0 -1804.7,0,0 -1804.8,0,0 -1804.9,0,0 -1804.9,0,0 -1805,0,0 -1805,0,0 -1805.1,0,0 -1805.2,0,0 -1805.2,0,0 -1805.3,0,0 -1805.3,0,0 -1805.4,0,0 -1805.5,0,0 -1805.5,0,0 -1805.6,0,0 -1805.6,0,0 -1805.7,0,0 -1805.8,0,0 -1805.8,0,0 -1805.9,0,0 -1805.9,0,0 -1806,0,0 -1806.1,0,0 -1806.1,0,0 -1806.2,0,0 -1806.2,0,0 -1806.3,0,0 -1806.4,0,0 -1806.4,0,0 -1806.5,0,0 -1806.5,0,0 -1806.6,0,0 -1806.7,0,0 -1806.7,0,0 -1806.8,0,0 -1806.8,0,0 -1806.9,0,0 -1807,0,0 -1807,0,0 -1807.1,0,0 -1807.1,0,0 -1807.2,0,0 -1807.3,0,0 -1807.3,0,0 -1807.4,0,0 -1807.4,0,0 -1807.5,0,0 -1807.6,0,0 -1807.6,0,0 -1807.7,0,0 -1807.7,0,0 -1807.8,0,0 -1807.9,0,0 -1807.9,0,0 -1808,0,0 -1808,0,0 -1808.1,0,0 -1808.2,0,0 -1808.2,0,0 -1808.3,0,0 -1808.3,0,0 -1808.4,0,0 -1808.5,0,0 -1808.5,0,0 -1808.6,0,0 -1808.6,0,0 -1808.7,0,0 -1808.8,0,0 -1808.8,0,0 -1808.9,0,0 -1808.9,0,0 -1809,0,0 -1809.1,0,0 -1809.1,0,0 -1809.2,0,0 -1809.2,0,0 -1809.3,0,0 -1809.4,0,0 -1809.4,0,0 -1809.5,0,0 -1809.5,0,0 -1809.6,0,0 -1809.7,0,0 -1809.7,0,0 -1809.8,0,0 -1809.8,0,0 -1809.9,0,0 -1810,0,0 -1810,0,0 -1810.1,0,0 -1810.1,0,0 -1810.2,0,0 -1810.3,0,0 -1810.3,0,0 -1810.4,0,0 -1810.4,0,0 -1810.5,0,0 -1810.6,0,0 -1810.6,0,0 -1810.7,0,0 -1810.7,0,0 -1810.8,0,0 -1810.9,0,0 -1810.9,0,0 -1811,0,0 -1811,0,0 -1811.1,0,0 -1811.2,0,0 -1811.2,0,0 -1811.3,0,0 -1811.3,0,0 -1811.4,0,0 -1811.5,0,0 -1811.5,0,0 -1811.6,0,0 -1811.6,0,0 -1811.7,0,0 -1811.8,0,0 -1811.8,0,0 -1811.9,0,0 -1811.9,0,0 -1812,0,0 -1812.1,0,0 -1812.1,0,0 -1812.2,0,0 -1812.2,0,0 -1812.3,0,0 -1812.4,0,0 -1812.4,0,0 -1812.5,0,0 -1812.5,0,0 -1812.6,0,0 -1812.7,0,0 -1812.7,0,0 -1812.8,0,0 -1812.8,0,0 -1812.9,0,0 -1813,0,0 -1813,0,0 -1813.1,0,0 -1813.1,0,0 -1813.2,0,0 -1813.3,0,0 -1813.3,0,0 -1813.4,0,0 -1813.4,0,0 -1813.5,0,0 -1813.6,0,0 -1813.6,0,0 -1813.7,0,0 -1813.7,0,0 -1813.8,0,0 -1813.9,0,0 -1813.9,0,0 -1814,0,0 -1814,0,0 -1814.1,0,0 -1814.2,0,0 -1814.2,0,0 -1814.3,0,0 -1814.3,0,0 -1814.4,0,0 -1814.5,0,0 -1814.5,0,0 -1814.6,0,0 -1814.6,0,0 -1814.7,0,0 -1814.8,0,0 -1814.8,0,0 -1814.9,0,0 -1814.9,0,0 -1815,0,0 -1815.1,0,0 -1815.1,0,0 -1815.2,0,0 -1815.2,0,0 -1815.3,0,0 -1815.4,0,0 -1815.4,0,0 -1815.5,0,0 -1815.5,0,0 -1815.6,0,0 -1815.7,0,0 -1815.7,0,0 -1815.8,0,0 -1815.8,0,0 -1815.9,0,0 -1816,0,0 -1816,0,0 -1816.1,0,0 -1816.1,0,0 -1816.2,0,0 -1816.3,0,0 -1816.3,0,0 -1816.4,0,0 -1816.4,0,0 -1816.5,0,0 -1816.6,0,0 -1816.6,0,0 -1816.7,0,0 -1816.7,0,0 -1816.8,0,0 -1816.9,0,0 -1816.9,0,0 -1817,0,0 -1817,0,0 -1817.1,0,0 -1817.2,0,0 -1817.2,0,0 -1817.3,0,0 -1817.3,0,0 -1817.4,0,0 -1817.5,0,0 -1817.5,0,0 -1817.6,0,0 -1817.6,0,0 -1817.7,0,0 -1817.8,0,0 -1817.8,0,0 -1817.9,0,0 -1817.9,0,0 -1818,0,0 -1818.1,0,0 -1818.1,0,0 -1818.2,0,0 -1818.2,0,0 -1818.3,0,0 -1818.4,0,0 -1818.4,0,0 -1818.5,0,0 -1818.5,0,0 -1818.6,0,0 -1818.7,0,0 -1818.7,0,0 -1818.8,0,0 -1818.8,0,0 -1818.9,0,0 -1819,0,0 -1819,0,0 -1819.1,0,0 -1819.1,0,0 -1819.2,0,0 -1819.3,0,0 -1819.3,0,0 -1819.4,0,0 -1819.4,0,0 -1819.5,0,0 -1819.6,0,0 -1819.6,0,0 -1819.7,0,0 -1819.7,0,0 -1819.8,0,0 -1819.9,0,0 -1819.9,0,0 -1820,0,0 -1820,0,0 -1820.1,0,0 -1820.2,0,0 -1820.2,0,0 -1820.3,0,0 -1820.3,0,0 -1820.4,0,0 -1820.5,0,0 -1820.5,0,0 -1820.6,0,0 -1820.6,0,0 -1820.7,0,0 -1820.8,0,0 -1820.8,0,0 -1820.9,0,0 -1820.9,0,0 -1821,0,0 -1821.1,0,0 -1821.1,0,0 -1821.2,0,0 -1821.2,0,0 -1821.3,0,0 -1821.4,0,0 -1821.4,0,0 -1821.5,0,0 -1821.5,0,0 -1821.6,0,0 -1821.7,0,0 -1821.7,0,0 -1821.8,0,0 -1821.8,0,0 -1821.9,0,0 -1822,0,0 -1822,0,0 -1822.1,0,0 -1822.1,0,0 -1822.2,0,0 -1822.3,0,0 -1822.3,0,0 -1822.4,0,0 -1822.4,0,0 -1822.5,0,0 -1822.6,0,0 -1822.6,0,0 -1822.7,0,0 -1822.7,0,0 -1822.8,0,0 -1822.9,0,0 -1822.9,0,0 -1823,0,0 -1823,0,0 -1823.1,0,0 -1823.2,0,0 -1823.2,0,0 -1823.3,0,0 -1823.3,0,0 -1823.4,0,0 -1823.5,0,0 -1823.5,0,0 -1823.6,0,0 -1823.6,0,0 -1823.7,0,0 -1823.8,0,0 -1823.8,0,0 -1823.9,0,0 -1823.9,0,0 -1824,0,0 -1824.1,0,0 -1824.1,0,0 -1824.2,0,0 -1824.2,0,0 -1824.3,0,0 -1824.4,0,0 -1824.4,0,0 -1824.5,0,0 -1824.5,0,0 -1824.6,0,0 -1824.7,0,0 -1824.7,0,0 -1824.8,0,0 -1824.8,0,0 -1824.9,0,0 -1825,0,0 -1825,0,0 -1825.1,0,0 -1825.1,0,0 -1825.2,0,0 -1825.3,0,0 -1825.3,0,0 -1825.4,0,0 -1825.4,0,0 -1825.5,0,0 -1825.6,0,0 -1825.6,0,0 -1825.7,0,0 -1825.7,0,0 -1825.8,0,0 -1825.9,0,0 -1825.9,0,0 -1826,0,0 -1826,0,0 -1826.1,0,0 -1826.2,0,0 -1826.2,0,0 -1826.3,0,0 -1826.3,0,0 -1826.4,0,0 -1826.5,0,0 -1826.5,0,0 -1826.6,0,0 -1826.6,0,0 -1826.7,0,0 -1826.8,0,0 -1826.8,0,0 -1826.9,0,0 -1826.9,0,0 -1827,0,0 -1827.1,0,0 -1827.1,0,0 -1827.2,0,0 -1827.2,0,0 -1827.3,0,0 -1827.4,0,0 -1827.4,0,0 -1827.5,0,0 -1827.5,0,0 -1827.6,0,0 -1827.7,0,0 -1827.7,0,0 -1827.8,0,0 -1827.8,0,0 -1827.9,0,0 -1828,0,0 -1828,0,0 -1828.1,0,0 -1828.1,0,0 -1828.2,0,0 -1828.3,0,0 -1828.3,0,0 -1828.4,0,0 -1828.4,0,0 -1828.5,0,0 -1828.6,0,0 -1828.6,0,0 -1828.7,0,0 -1828.7,0,0 -1828.8,0,0 -1828.9,0,0 -1828.9,0,0 -1829,0,0 -1829,0,0 -1829.1,0,0 -1829.2,0,0 -1829.2,0,0 -1829.3,0,0 -1829.3,0,0 -1829.4,0,0 -1829.5,0,0 -1829.5,0,0 -1829.6,0,0 -1829.6,0,0 -1829.7,0,0 -1829.8,0,0 -1829.8,0,0 -1829.9,0,0 -1829.9,0,0 -1830,0,0 -1830.1,0,0 -1830.1,0,0 -1830.2,0,0 -1830.2,0,0 -1830.3,0,0 -1830.4,0,0 -1830.4,0,0 -1830.5,0,0 -1830.5,0,0 -1830.6,0,0 -1830.7,0,0 -1830.7,0,0 -1830.8,0,0 -1830.8,0,0 -1830.9,0,0 -1831,0,0 -1831,0,0 -1831.1,0,0 -1831.1,0,0 -1831.2,0,0 -1831.3,0,0 -1831.3,0,0 -1831.4,0,0 -1831.4,0,0 -1831.5,0,0 -1831.6,0,0 -1831.6,0,0 -1831.7,0,0 -1831.7,0,0 -1831.8,0,0 -1831.9,0,0 -1831.9,0,0 -1832,0,0 -1832,0,0 -1832.1,0,0 -1832.2,0,0 -1832.2,0,0 -1832.3,0,0 -1832.3,0,0 -1832.4,0,0 -1832.5,0,0 -1832.5,0,0 -1832.6,0,0 -1832.6,0,0 -1832.7,0,0 -1832.8,0,0 -1832.8,0,0 -1832.9,0,0 -1832.9,0,0 -1833,0,0 -1833.1,0,0 -1833.1,0,0 -1833.2,0,0 -1833.2,0,0 -1833.3,0,0 -1833.4,0,0 -1833.4,0,0 -1833.5,0,0 -1833.5,0,0 -1833.6,0,0 -1833.7,0,0 -1833.7,0,0 -1833.8,0,0 -1833.8,0,0 -1833.9,0,0 -1834,0,0 -1834,0,0 -1834.1,0,0 -1834.1,0,0 -1834.2,0,0 -1834.3,0,0 -1834.3,0,0 -1834.4,0,0 -1834.4,0,0 -1834.5,0,0 -1834.6,0,0 -1834.6,0,0 -1834.7,0,0 -1834.7,0,0 -1834.8,0,0 -1834.9,0,0 -1834.9,0,0 -1835,0,0 -1835,0,0 -1835.1,0,0 -1835.2,0,0 -1835.2,0,0 -1835.3,0,0 -1835.3,0,0 -1835.4,0,0 -1835.5,0,0 -1835.5,0,0 -1835.6,0,0 -1835.6,0,0 -1835.7,0,0 -1835.8,0,0 -1835.8,0,0 -1835.9,0,0 -1835.9,0,0 -1836,0,0 -1836.1,0,0 -1836.1,0,0 -1836.2,0,0 -1836.2,0,0 -1836.3,0,0 -1836.4,0,0 -1836.4,0,0 -1836.5,0,0 -1836.5,0,0 -1836.6,0,0 -1836.7,0,0 -1836.7,0,0 -1836.8,0,0 -1836.8,0,0 -1836.9,0,0 -1837,0,0 -1837,0,0 -1837.1,0,0 -1837.1,0,0 -1837.2,0,0 -1837.3,0,0 -1837.3,0,0 -1837.4,0,0 -1837.4,0,0 -1837.5,0,0 -1837.6,0,0 -1837.6,0,0 -1837.7,0,0 -1837.7,0,0 -1837.8,0,0 -1837.9,0,0 -1837.9,0,0 -1838,0,0 -1838,0,0 -1838.1,0,0 -1838.2,0,0 -1838.2,0,0 -1838.3,0,0 -1838.3,0,0 -1838.4,0,0 -1838.5,0,0 -1838.5,0,0 -1838.6,0,0 -1838.6,0,0 -1838.7,0,0 -1838.8,0,0 -1838.8,0,0 -1838.9,0,0 -1838.9,0,0 -1839,0,0 -1839.1,0,0 -1839.1,0,0 -1839.2,0,0 -1839.2,0,0 -1839.3,0,0 -1839.4,0,0 -1839.4,0,0 -1839.5,0,0 -1839.5,0,0 -1839.6,0,0 -1839.7,0,0 -1839.7,0,0 -1839.8,0,0 -1839.8,0,0 -1839.9,0,0 -1840,0,0 -1840,1,0 -1840.1,1,1 -1840.1,1,1 -1840.2,1,1 -1840.2,1,1 -1840.3,1,1 -1840.4,1,1 -1840.4,1,1 -1840.5,1,1 -1840.5,1,1 -1840.6,1,1 -1840.7,1,1 -1840.7,1,1 -1840.8,1,1 -1840.8,1,1 -1840.9,1,1 -1841,1,1 -1841,0,0 -1841.1,0,0 -1841.2,0,0 -1841.2,0,0 -1841.3,0,0 -1841.3,0,0 -1841.4,0,0 -1841.5,0,0 -1841.5,0,0 -1841.6,0,0 -1841.6,0,0 -1841.7,0,0 -1841.8,0,0 -1841.8,0,0 -1841.9,0,0 -1841.9,0,0 -1842,0,0 -1842,0,0 -1842.1,0,0 -1842.2,0,0 -1842.2,0,0 -1842.3,0,0 -1842.3,0,0 -1842.4,0,0 -1842.5,0,0 -1842.5,0,0 -1842.6,0,0 -1842.7,0,0 -1842.7,0,0 -1842.8,0,0 -1842.8,0,0 -1842.9,0,0 -1843,0,0 -1843,0,0 -1843.1,0,0 -1843.1,0,0 -1843.2,0,0 -1843.2,0,0 -1843.3,0,0 -1843.4,0,0 -1843.4,0,0 -1843.5,0,0 -1843.5,0,0 -1843.6,0,0 -1843.7,0,0 -1843.7,0,0 -1843.8,0,0 -1843.8,0,0 -1843.9,0,0 -1844,0,0 -1844,0,0 -1844.1,0,0 -1844.2,0,0 -1844.2,0,0 -1844.3,0,0 -1844.3,0,0 -1844.4,0,0 -1844.5,0,0 -1844.5,0,0 -1844.6,0,0 -1844.6,0,0 -1844.7,0,0 -1844.8,0,0 -1844.8,0,0 -1844.9,0,0 -1844.9,0,0 -1845,0,0 -1845,0,0 -1845.1,0,0 -1845.2,0,0 -1845.2,0,0 -1845.3,0,0 -1845.3,0,0 -1845.4,0,0 -1845.5,0,0 -1845.5,0,0 -1845.6,0,0 -1845.7,0,0 -1845.7,0,0 -1845.8,0,0 -1845.8,0,0 -1845.9,0,0 -1846,0,0 -1846,0,0 -1846.1,0,0 -1846.1,0,0 -1846.2,0,0 -1846.2,0,0 -1846.3,0,0 -1846.4,0,0 -1846.4,0,0 -1846.5,0,0 -1846.5,0,0 -1846.6,0,0 -1846.7,0,0 -1846.7,0,0 -1846.8,0,0 -1846.8,0,0 -1846.9,0,0 -1847,0,0 -1847,0,0 -1847.1,0,0 -1847.2,0,0 -1847.2,0,0 -1847.3,0,0 -1847.3,0,0 -1847.4,0,0 -1847.5,0,0 -1847.5,0,0 -1847.6,0,0 -1847.6,0,0 -1847.7,0,0 -1847.8,0,0 -1847.8,0,0 -1847.9,0,0 -1847.9,0,0 -1848,0,0 -1848,0,0 -1848.1,0,0 -1848.2,0,0 -1848.2,0,0 -1848.3,0,0 -1848.3,0,0 -1848.4,0,0 -1848.5,0,0 -1848.5,0,0 -1848.6,0,0 -1848.7,0,0 -1848.7,0,0 -1848.8,0,0 -1848.8,0,0 -1848.9,0,0 -1849,0,0 -1849,0,0 -1849.1,0,0 -1849.1,0,0 -1849.2,0,0 -1849.2,0,0 -1849.3,0,0 -1849.4,0,0 -1849.4,0,0 -1849.5,0,0 -1849.5,0,0 -1849.6,0,0 -1849.7,0,0 -1849.7,0,0 -1849.8,0,0 -1849.8,0,0 -1849.9,0,0 -1850,0,0 -1850,1,0 -1850.1,1,1 -1850.2,1,1 -1850.2,1,1 -1850.3,1,1 -1850.3,1,1 -1850.4,1,1 -1850.5,1,1 -1850.5,1,1 -1850.6,1,1 -1850.6,1,1 -1850.7,1,1 -1850.8,1,1 -1850.8,1,1 -1850.9,1,1 -1850.9,1,1 -1851,1,1 -1851,0,0 -1851.1,0,0 -1851.2,0,0 -1851.2,0,0 -1851.3,0,0 -1851.3,0,0 -1851.4,0,0 -1851.5,0,0 -1851.5,0,0 -1851.6,0,0 -1851.7,0,0 -1851.7,0,0 -1851.8,0,0 -1851.8,0,0 -1851.9,0,0 -1852,0,0 -1852,0,0 -1852.1,0,0 -1852.1,0,0 -1852.2,0,0 -1852.2,0,0 -1852.3,0,0 -1852.4,0,0 -1852.4,0,0 -1852.5,0,0 -1852.5,0,0 -1852.6,0,0 -1852.7,0,0 -1852.7,0,0 -1852.8,0,0 -1852.8,0,0 -1852.9,0,0 -1853,0,0 -1853,0,0 -1853.1,0,0 -1853.2,0,0 -1853.2,0,0 -1853.3,0,0 -1853.3,0,0 -1853.4,0,0 -1853.5,0,0 -1853.5,0,0 -1853.6,0,0 -1853.6,0,0 -1853.7,0,0 -1853.8,0,0 -1853.8,0,0 -1853.9,0,0 -1853.9,0,0 -1854,0,0 -1854,0,0 -1854.1,0,0 -1854.2,0,0 -1854.2,0,0 -1854.3,0,0 -1854.3,0,0 -1854.4,0,0 -1854.5,0,0 -1854.5,0,0 -1854.6,0,0 -1854.7,0,0 -1854.7,0,0 -1854.8,0,0 -1854.8,0,0 -1854.9,0,0 -1855,0,0 -1855,0,0 -1855.1,0,0 -1855.1,0,0 -1855.2,0,0 -1855.2,0,0 -1855.3,0,0 -1855.4,0,0 -1855.4,0,0 -1855.5,0,0 -1855.5,0,0 -1855.6,0,0 -1855.7,0,0 -1855.7,0,0 -1855.8,0,0 -1855.8,0,0 -1855.9,0,0 -1856,0,0 -1856,0,0 -1856.1,0,0 -1856.2,0,0 -1856.2,0,0 -1856.3,0,0 -1856.3,0,0 -1856.4,0,0 -1856.5,0,0 -1856.5,0,0 -1856.6,0,0 -1856.6,0,0 -1856.7,0,0 -1856.8,0,0 -1856.8,0,0 -1856.9,0,0 -1856.9,0,0 -1857,0,0 -1857,0,0 -1857.1,0,0 -1857.2,0,0 -1857.2,0,0 -1857.3,0,0 -1857.3,0,0 -1857.4,0,0 -1857.5,0,0 -1857.5,0,0 -1857.6,0,0 -1857.7,0,0 -1857.7,0,0 -1857.8,0,0 -1857.8,0,0 -1857.9,0,0 -1858,0,0 -1858,0,0 -1858.1,0,0 -1858.1,0,0 -1858.2,0,0 -1858.2,0,0 -1858.3,0,0 -1858.4,0,0 -1858.4,0,0 -1858.5,0,0 -1858.5,0,0 -1858.6,0,0 -1858.7,0,0 -1858.7,0,0 -1858.8,0,0 -1858.8,0,0 -1858.9,0,0 -1859,0,0 -1859,0,0 -1859.1,0,0 -1859.2,0,0 -1859.2,0,0 -1859.3,0,0 -1859.3,0,0 -1859.4,0,0 -1859.5,0,0 -1859.5,0,0 -1859.6,0,0 -1859.6,0,0 -1859.7,0,0 -1859.8,0,0 -1859.8,0,0 -1859.9,0,0 -1859.9,0,0 -1860,0,0 -1860,1,0 -1860.1,1,1 -1860.2,1,1 -1860.2,1,1 -1860.3,1,1 -1860.3,1,1 -1860.4,1,1 -1860.5,1,1 -1860.5,1,1 -1860.6,1,1 -1860.7,1,1 -1860.7,1,1 -1860.8,1,1 -1860.8,1,1 -1860.9,1,1 -1861,1,1 -1861,0,0 -1861.1,0,0 -1861.1,0,0 -1861.2,0,0 -1861.2,0,0 -1861.3,0,0 -1861.4,0,0 -1861.4,0,0 -1861.5,0,0 -1861.5,0,0 -1861.6,0,0 -1861.7,0,0 -1861.7,0,0 -1861.8,0,0 -1861.8,0,0 -1861.9,0,0 -1862,0,0 -1862,0,0 -1862.1,0,0 -1862.1,0,0 -1862.2,0,0 -1862.3,0,0 -1862.3,0,0 -1862.4,0,0 -1862.4,0,0 -1862.5,0,0 -1862.6,0,0 -1862.6,0,0 -1862.7,0,0 -1862.7,0,0 -1862.8,0,0 -1862.9,0,0 -1862.9,0,0 -1863,0,0 -1863,0,0 -1863.1,0,0 -1863.2,0,0 -1863.2,0,0 -1863.3,0,0 -1863.3,0,0 -1863.4,0,0 -1863.5,0,0 -1863.5,0,0 -1863.6,0,0 -1863.6,0,0 -1863.7,0,0 -1863.8,0,0 -1863.8,0,0 -1863.9,0,0 -1863.9,0,0 -1864,0,0 -1864.1,0,0 -1864.1,0,0 -1864.2,0,0 -1864.2,0,0 -1864.3,0,0 -1864.4,0,0 -1864.4,0,0 -1864.5,0,0 -1864.5,0,0 -1864.6,0,0 -1864.7,0,0 -1864.7,0,0 -1864.8,0,0 -1864.8,0,0 -1864.9,0,0 -1865,0,0 -1865,0,0 -1865.1,0,0 -1865.1,0,0 -1865.2,0,0 -1865.3,0,0 -1865.3,0,0 -1865.4,0,0 -1865.4,0,0 -1865.5,0,0 -1865.6,0,0 -1865.6,0,0 -1865.7,0,0 -1865.7,0,0 -1865.8,0,0 -1865.9,0,0 -1865.9,0,0 -1866,0,0 -1866,0,0 -1866.1,0,0 -1866.2,0,0 -1866.2,0,0 -1866.3,0,0 -1866.3,0,0 -1866.4,0,0 -1866.5,0,0 -1866.5,0,0 -1866.6,0,0 -1866.6,0,0 -1866.7,0,0 -1866.8,0,0 -1866.8,0,0 -1866.9,0,0 -1866.9,0,0 -1867,0,0 -1867.1,0,0 -1867.1,0,0 -1867.2,0,0 -1867.2,0,0 -1867.3,0,0 -1867.4,0,0 -1867.4,0,0 -1867.5,0,0 -1867.5,0,0 -1867.6,0,0 -1867.7,0,0 -1867.7,0,0 -1867.8,0,0 -1867.8,0,0 -1867.9,0,0 -1868,0,0 -1868,0,0 -1868.1,0,0 -1868.1,0,0 -1868.2,0,0 -1868.3,0,0 -1868.3,0,0 -1868.4,0,0 -1868.4,0,0 -1868.5,0,0 -1868.6,0,0 -1868.6,0,0 -1868.7,0,0 -1868.7,0,0 -1868.8,0,0 -1868.9,0,0 -1868.9,0,0 -1869,0,0 -1869,0,0 -1869.1,0,0 -1869.2,0,0 -1869.2,0,0 -1869.3,0,0 -1869.3,0,0 -1869.4,0,0 -1869.5,0,0 -1869.5,0,0 -1869.6,0,0 -1869.6,0,0 -1869.7,0,0 -1869.8,0,0 -1869.8,0,0 -1869.9,0,0 -1869.9,0,0 -1870,1,0 -1870.1,1,0 -1870.1,1,0 -1870.2,1,0 -1870.2,1,0 -1870.3,1,0 -1870.4,1,0 -1870.4,1,0 -1870.5,1,0 -1870.5,1,0 -1870.6,1,0 -1870.7,1,0 -1870.7,1,0 -1870.8,1,0 -1870.8,1,0 -1870.9,1,0 -1871,1,0 -1871,0,0 -1871.1,0,0 -1871.1,0,0 -1871.2,0,0 -1871.3,0,0 -1871.3,0,0 -1871.4,0,0 -1871.4,0,0 -1871.5,0,0 -1871.6,0,0 -1871.6,0,0 -1871.7,0,0 -1871.7,0,0 -1871.8,0,0 -1871.9,0,0 -1871.9,0,0 -1872,0,0 -1872,0,0 -1872.1,0,0 -1872.2,0,0 -1872.2,0,0 -1872.3,0,0 -1872.3,0,0 -1872.4,0,0 -1872.5,0,0 -1872.5,0,0 -1872.6,0,0 -1872.6,0,0 -1872.7,0,0 -1872.8,0,0 -1872.8,0,0 -1872.9,0,0 -1872.9,0,0 -1873,0,0 -1873.1,0,0 -1873.1,0,0 -1873.2,0,0 -1873.2,0,0 -1873.3,0,0 -1873.4,0,0 -1873.4,0,0 -1873.5,0,0 -1873.5,0,0 -1873.6,0,0 -1873.7,0,0 -1873.7,0,0 -1873.8,0,0 -1873.8,0,0 -1873.9,0,0 -1874,0,0 -1874,0,0 -1874.1,0,0 -1874.1,0,0 -1874.2,0,0 -1874.3,0,0 -1874.3,0,0 -1874.4,0,0 -1874.4,0,0 -1874.5,0,0 -1874.6,0,0 -1874.6,0,0 -1874.7,0,0 -1874.7,0,0 -1874.8,0,0 -1874.9,0,0 -1874.9,0,0 -1875,0,0 -1875,0,0 -1875.1,0,0 -1875.2,0,0 -1875.2,0,0 -1875.3,0,0 -1875.3,0,0 -1875.4,0,0 -1875.5,0,0 -1875.5,0,0 -1875.6,0,0 -1875.6,0,0 -1875.7,0,0 -1875.8,0,0 -1875.8,0,0 -1875.9,0,0 -1875.9,0,0 -1876,0,0 -1876.1,0,0 -1876.1,0,0 -1876.2,0,0 -1876.2,0,0 -1876.3,0,0 -1876.4,0,0 -1876.4,0,0 -1876.5,0,0 -1876.5,0,0 -1876.6,0,0 -1876.7,0,0 -1876.7,0,0 -1876.8,0,0 -1876.8,0,0 -1876.9,0,0 -1877,0,0 -1877,0,0 -1877.1,0,0 -1877.1,0,0 -1877.2,0,0 -1877.3,0,0 -1877.3,0,0 -1877.4,0,0 -1877.4,0,0 -1877.5,0,0 -1877.6,0,0 -1877.6,0,0 -1877.7,0,0 -1877.7,0,0 -1877.8,0,0 -1877.9,0,0 -1877.9,0,0 -1878,0,0 -1878,0,0 -1878.1,0,0 -1878.2,0,0 -1878.2,0,0 -1878.3,0,0 -1878.3,0,0 -1878.4,0,0 -1878.5,0,0 -1878.5,0,0 -1878.6,0,0 -1878.6,0,0 -1878.7,0,0 -1878.8,0,0 -1878.8,0,0 -1878.9,0,0 -1878.9,0,0 -1879,0,0 -1879.1,0,0 -1879.1,0,0 -1879.2,0,0 -1879.2,0,0 -1879.3,0,0 -1879.4,0,0 -1879.4,0,0 -1879.5,0,0 -1879.5,0,0 -1879.6,0,0 -1879.7,0,0 -1879.7,0,0 -1879.8,0,0 -1879.8,0,0 -1879.9,0,0 -1880,0,0 -1880,1,0 -1880.1,1,0 -1880.1,1,0 -1880.2,1,0 -1880.3,1,0 -1880.3,1,0 -1880.4,1,0 -1880.4,1,0 -1880.5,1,0 -1880.6,1,0 -1880.6,1,0 -1880.7,1,0 -1880.7,1,0 -1880.8,1,0 -1880.9,1,0 -1880.9,1,0 -1881,1,0 -1881,0,0 -1881.1,0,0 -1881.2,0,0 -1881.2,0,0 -1881.3,0,0 -1881.3,0,0 -1881.4,0,0 -1881.5,0,0 -1881.5,0,0 -1881.6,0,0 -1881.6,0,0 -1881.7,0,0 -1881.8,0,0 -1881.8,0,0 -1881.9,0,0 -1881.9,0,0 -1882,0,0 -1882.1,0,0 -1882.1,0,0 -1882.2,0,0 -1882.2,0,0 -1882.3,0,0 -1882.4,0,0 -1882.4,0,0 -1882.5,0,0 -1882.5,0,0 -1882.6,0,0 -1882.7,0,0 -1882.7,0,0 -1882.8,0,0 -1882.8,0,0 -1882.9,0,0 -1883,0,0 -1883,0,0 -1883.1,0,0 -1883.1,0,0 -1883.2,0,0 -1883.3,0,0 -1883.3,0,0 -1883.4,0,0 -1883.4,0,0 -1883.5,0,0 -1883.6,0,0 -1883.6,0,0 -1883.7,0,0 -1883.7,0,0 -1883.8,0,0 -1883.9,0,0 -1883.9,0,0 -1884,0,0 -1884,0,0 -1884.1,0,0 -1884.2,0,0 -1884.2,0,0 -1884.3,0,0 -1884.3,0,0 -1884.4,0,0 -1884.5,0,0 -1884.5,0,0 -1884.6,0,0 -1884.6,0,0 -1884.7,0,0 -1884.8,0,0 -1884.8,0,0 -1884.9,0,0 -1884.9,0,0 -1885,0,0 -1885.1,0,0 -1885.1,0,0 -1885.2,0,0 -1885.2,0,0 -1885.3,0,0 -1885.4,0,0 -1885.4,0,0 -1885.5,0,0 -1885.5,0,0 -1885.6,0,0 -1885.7,0,0 -1885.7,0,0 -1885.8,0,0 -1885.8,0,0 -1885.9,0,0 -1886,0,0 -1886,0,0 -1886.1,0,0 -1886.1,0,0 -1886.2,0,0 -1886.3,0,0 -1886.3,0,0 -1886.4,0,0 -1886.4,0,0 -1886.5,0,0 -1886.6,0,0 -1886.6,0,0 -1886.7,0,0 -1886.7,0,0 -1886.8,0,0 -1886.9,0,0 -1886.9,0,0 -1887,0,0 -1887,0,0 -1887.1,0,0 -1887.2,0,0 -1887.2,0,0 -1887.3,0,0 -1887.3,0,0 -1887.4,0,0 -1887.5,0,0 -1887.5,0,0 -1887.6,0,0 -1887.6,0,0 -1887.7,0,0 -1887.8,0,0 -1887.8,0,0 -1887.9,0,0 -1887.9,0,0 -1888,0,0 -1888.1,0,0 -1888.1,0,0 -1888.2,0,0 -1888.2,0,0 -1888.3,0,0 -1888.4,0,0 -1888.4,0,0 -1888.5,0,0 -1888.5,0,0 -1888.6,0,0 -1888.7,0,0 -1888.7,0,0 -1888.8,0,0 -1888.8,0,0 -1888.9,0,0 -1889,0,0 -1889,0,0 -1889.1,0,0 -1889.1,0,0 -1889.2,0,0 -1889.3,0,0 -1889.3,0,0 -1889.4,0,0 -1889.4,0,0 -1889.5,0,0 -1889.6,0,0 -1889.6,0,0 -1889.7,0,0 -1889.7,0,0 -1889.8,0,0 -1889.9,0,0 -1889.9,0,0 -1890,0,0 -1890,1,0 -1890.1,1,0 -1890.2,1,0 -1890.2,1,0 -1890.3,1,0 -1890.3,1,0 -1890.4,1,0 -1890.5,1,0 -1890.5,1,0 -1890.6,1,0 -1890.6,1,0 -1890.7,1,0 -1890.8,1,0 -1890.8,1,0 -1890.9,1,0 -1890.9,1,0 -1891,1,0 -1891,0,0 -1891.1,0,0 -1891.2,0,0 -1891.2,0,0 -1891.3,0,0 -1891.3,0,0 -1891.4,0,0 -1891.5,0,0 -1891.5,0,0 -1891.6,0,0 -1891.7,0,0 -1891.7,0,0 -1891.8,0,0 -1891.8,0,0 -1891.9,0,0 -1892,0,0 -1892,0,0 -1892.1,0,0 -1892.1,0,0 -1892.2,0,0 -1892.2,0,0 -1892.3,0,0 -1892.4,0,0 -1892.4,0,0 -1892.5,0,0 -1892.5,0,0 -1892.6,0,0 -1892.7,0,0 -1892.7,0,0 -1892.8,0,0 -1892.8,0,0 -1892.9,0,0 -1893,0,0 -1893,0,0 -1893.1,0,0 -1893.2,0,0 -1893.2,0,0 -1893.3,0,0 -1893.3,0,0 -1893.4,0,0 -1893.5,0,0 -1893.5,0,0 -1893.6,0,0 -1893.6,0,0 -1893.7,0,0 -1893.8,0,0 -1893.8,0,0 -1893.9,0,0 -1893.9,0,0 -1894,0,0 -1894,0,0 -1894.1,0,0 -1894.2,0,0 -1894.2,0,0 -1894.3,0,0 -1894.3,0,0 -1894.4,0,0 -1894.5,0,0 -1894.5,0,0 -1894.6,0,0 -1894.7,0,0 -1894.7,0,0 -1894.8,0,0 -1894.8,0,0 -1894.9,0,0 -1895,0,0 -1895,0,0 -1895.1,0,0 -1895.1,0,0 -1895.2,0,0 -1895.2,0,0 -1895.3,0,0 -1895.4,0,0 -1895.4,0,0 -1895.5,0,0 -1895.5,0,0 -1895.6,0,0 -1895.7,0,0 -1895.7,0,0 -1895.8,0,0 -1895.8,0,0 -1895.9,0,0 -1896,0,0 -1896,0,0 -1896.1,0,0 -1896.2,0,0 -1896.2,0,0 -1896.3,0,0 -1896.3,0,0 -1896.4,0,0 -1896.5,0,0 -1896.5,0,0 -1896.6,0,0 -1896.6,0,0 -1896.7,0,0 -1896.8,0,0 -1896.8,0,0 -1896.9,0,0 -1896.9,0,0 -1897,0,0 -1897,0,0 -1897.1,0,0 -1897.2,0,0 -1897.2,0,0 -1897.3,0,0 -1897.3,0,0 -1897.4,0,0 -1897.5,0,0 -1897.5,0,0 -1897.6,0,0 -1897.7,0,0 -1897.7,0,0 -1897.8,0,0 -1897.8,0,0 -1897.9,0,0 -1898,0,0 -1898,0,0 -1898.1,0,0 -1898.1,0,0 -1898.2,0,0 -1898.2,0,0 -1898.3,0,0 -1898.4,0,0 -1898.4,0,0 -1898.5,0,0 -1898.5,0,0 -1898.6,0,0 -1898.7,0,0 -1898.7,0,0 -1898.8,0,0 -1898.8,0,0 -1898.9,0,0 -1899,0,0 -1899,0,0 -1899.1,0,0 -1899.2,0,0 -1899.2,0,0 -1899.3,0,0 -1899.3,0,0 -1899.4,0,0 -1899.5,0,0 -1899.5,0,0 -1899.6,0,0 -1899.6,0,0 -1899.7,0,0 -1899.8,0,0 -1899.8,0,0 -1899.9,0,0 -1899.9,0,0 -1900,0,0 -1900,1,0 -1900.1,1,0 -1900.2,1,0 -1900.2,1,0 -1900.3,1,0 -1900.3,1,0 -1900.4,1,0 -1900.5,1,0 -1900.5,1,0 -1900.6,1,0 -1900.7,1,0 -1900.7,1,0 -1900.8,1,0 -1900.8,1,0 -1900.9,1,0 -1901,1,0 -1901,1,0 -1901.1,1,0 -1901.1,1,0 -1901.2,1,0 -1901.2,1,0 -1901.3,1,0 -1901.4,1,0 -1901.4,1,0 -1901.5,1,0 -1901.5,1,0 -1901.6,1,0 -1901.7,1,0 -1901.7,1,0 -1901.8,1,0 -1901.8,1,0 -1901.9,1,0 -1902,1,0 -1902,1,0 -1902.1,1,0 -1902.2,1,0 -1902.2,1,0 -1902.3,1,0 -1902.3,1,0 -1902.4,1,0 -1902.5,1,0 -1902.5,1,0 -1902.6,1,0 -1902.6,1,0 -1902.7,1,0 -1902.8,1,0 -1902.8,1,0 -1902.9,1,0 -1902.9,1,0 -1903,1,0 -1903,1,0 -1903.1,1,0 -1903.2,1,0 -1903.2,1,0 -1903.3,1,0 -1903.3,1,0 -1903.4,1,0 -1903.5,1,0 -1903.5,1,0 -1903.6,1,0 -1903.7,1,0 -1903.7,1,0 -1903.8,1,0 -1903.8,1,0 -1903.9,1,0 -1904,1,0 -1904,1,0 -1904.1,1,0 -1904.1,1,0 -1904.2,1,0 -1904.2,1,0 -1904.3,1,0 -1904.4,1,0 -1904.4,1,0 -1904.5,1,0 -1904.5,1,0 -1904.6,1,0 -1904.7,1,0 -1904.7,1,0 -1904.8,1,0 -1904.8,1,0 -1904.9,1,0 -1905,1,0 -1905,1,0 -1905.1,1,0 -1905.2,1,0 -1905.2,1,0 -1905.3,1,0 -1905.3,1,0 -1905.4,1,0 -1905.5,1,0 -1905.5,1,0 -1905.6,1,0 -1905.6,1,0 -1905.7,1,0 -1905.8,1,0 -1905.8,1,0 -1905.9,1,0 -1905.9,1,0 -1906,1,0 -1906,1,0 -1906.1,1,0 -1906.2,1,0 -1906.2,1,0 -1906.3,1,0 -1906.3,1,0 -1906.4,1,0 -1906.5,1,0 -1906.5,1,0 -1906.6,1,0 -1906.7,1,0 -1906.7,1,0 -1906.8,1,0 -1906.8,1,0 -1906.9,1,0 -1907,1,0 -1907,1,0 -1907.1,1,0 -1907.1,1,0 -1907.2,1,0 -1907.2,1,0 -1907.3,1,0 -1907.4,1,0 -1907.4,1,0 -1907.5,1,0 -1907.5,1,0 -1907.6,1,0 -1907.7,1,0 -1907.7,1,0 -1907.8,1,0 -1907.8,1,0 -1907.9,1,0 -1908,1,0 -1908,1,0 -1908.1,1,0 -1908.2,1,0 -1908.2,1,0 -1908.3,1,0 -1908.3,1,0 -1908.4,1,0 -1908.5,1,0 -1908.5,1,0 -1908.6,1,0 -1908.6,1,0 -1908.7,1,0 -1908.8,1,0 -1908.8,1,0 -1908.9,1,0 -1908.9,1,0 -1909,1,0 -1909,1,0 -1909.1,1,0 -1909.2,1,0 -1909.2,1,0 -1909.3,1,0 -1909.3,1,0 -1909.4,1,0 -1909.5,1,0 -1909.5,1,0 -1909.6,1,0 -1909.7,1,0 -1909.7,1,0 -1909.8,1,0 -1909.8,1,0 -1909.9,1,0 -1910,1,0 -1910,1,0 -1910.1,1,0 -1910.1,1,0 -1910.2,1,0 -1910.2,1,0 -1910.3,1,0 -1910.4,1,0 -1910.4,1,0 -1910.5,1,0 -1910.5,1,0 -1910.6,1,0 -1910.7,1,0 -1910.7,1,0 -1910.8,1,0 -1910.8,1,0 -1910.9,1,0 -1911,1,0 -1911,1,0 -1911.1,1,0 -1911.2,1,0 -1911.2,1,0 -1911.3,1,0 -1911.3,1,0 -1911.4,1,0 -1911.5,1,0 -1911.5,1,0 -1911.6,1,0 -1911.6,1,0 -1911.7,1,0 -1911.8,1,0 -1911.8,1,0 -1911.9,1,0 -1911.9,1,0 -1912,1,0 -1912,1,0 -1912.1,1,0 -1912.2,1,0 -1912.2,1,0 -1912.3,1,0 -1912.3,1,0 -1912.4,1,0 -1912.5,1,0 -1912.5,1,0 -1912.6,1,0 -1912.7,1,0 -1912.7,1,0 -1912.8,1,0 -1912.8,1,0 -1912.9,1,0 -1913,1,0 -1913,1,0 -1913.1,1,0 -1913.1,1,0 -1913.2,1,0 -1913.2,1,0 -1913.3,1,0 -1913.4,1,0 -1913.4,1,0 -1913.5,1,0 -1913.5,1,0 -1913.6,1,0 -1913.7,1,0 -1913.7,1,0 -1913.8,1,0 -1913.8,1,0 -1913.9,1,0 -1914,1,0 -1914,1,0 -1914.1,1,0 -1914.2,1,0 -1914.2,1,0 -1914.3,1,0 -1914.3,1,0 -1914.4,1,0 -1914.5,1,0 -1914.5,1,0 -1914.6,1,0 -1914.6,1,0 -1914.7,1,0 -1914.8,1,0 -1914.8,1,0 -1914.9,1,0 -1914.9,1,0 -1915,1,0 -1915,1,0 -1915.1,1,0 -1915.2,1,0 -1915.2,1,0 -1915.3,1,0 -1915.3,1,0 -1915.4,1,0 -1915.5,1,0 -1915.5,1,0 -1915.6,1,0 -1915.7,1,0 -1915.7,1,0 -1915.8,1,0 -1915.8,1,0 -1915.9,1,0 -1916,1,0 -1916,1,0 -1916.1,1,0 -1916.1,1,0 -1916.2,1,0 -1916.2,1,0 -1916.3,1,0 -1916.4,1,0 -1916.4,1,0 -1916.5,1,0 -1916.5,1,0 -1916.6,1,0 -1916.7,1,0 -1916.7,1,0 -1916.8,1,0 -1916.8,1,0 -1916.9,1,0 -1917,1,0 -1917,1,0 -1917.1,1,0 -1917.2,1,0 -1917.2,1,0 -1917.3,1,0 -1917.3,1,0 -1917.4,1,0 -1917.5,1,0 -1917.5,1,0 -1917.6,1,0 -1917.6,1,0 -1917.7,1,0 -1917.8,1,0 -1917.8,1,0 -1917.9,1,0 -1917.9,1,0 -1918,1,0 -1918,1,0 -1918.1,1,0 -1918.2,1,0 -1918.2,1,0 -1918.3,1,0 -1918.3,1,0 -1918.4,1,0 -1918.5,1,0 -1918.5,1,0 -1918.6,1,0 -1918.7,1,0 -1918.7,1,0 -1918.8,1,0 -1918.8,1,0 -1918.9,1,0 -1919,1,0 -1919,1,0 -1919.1,1,0 -1919.1,1,0 -1919.2,1,0 -1919.2,1,0 -1919.3,1,0 -1919.4,1,0 -1919.4,1,0 -1919.5,1,0 -1919.5,1,0 -1919.6,1,0 -1919.7,1,0 -1919.7,1,0 -1919.8,1,0 -1919.8,1,0 -1919.9,1,0 -1920,1,0 -1920,1,0 -1920.1,1,0 -1920.2,1,0 -1920.2,1,0 -1920.3,1,0 -1920.3,1,0 -1920.4,1,0 -1920.5,1,0 -1920.5,1,0 -1920.6,1,0 -1920.6,1,0 -1920.7,1,0 -1920.8,1,0 -1920.8,1,0 -1920.9,1,0 -1920.9,1,0 -1921,1,0 -1921,1,0 -1921.1,1,0 -1921.2,1,0 -1921.2,1,0 -1921.3,1,0 -1921.3,1,0 -1921.4,1,0 -1921.5,1,0 -1921.5,1,0 -1921.6,1,0 -1921.7,1,0 -1921.7,1,0 -1921.8,1,0 -1921.8,1,0 -1921.9,1,0 -1922,1,0 -1922,1,0 -1922.1,1,0 -1922.1,1,0 -1922.2,1,0 -1922.2,1,0 -1922.3,1,0 -1922.4,1,0 -1922.4,1,0 -1922.5,1,0 -1922.5,1,0 -1922.6,1,0 -1922.7,1,0 -1922.7,1,0 -1922.8,1,0 -1922.8,1,0 -1922.9,1,0 -1923,1,0 -1923,1,0 -1923.1,1,0 -1923.2,1,0 -1923.2,1,0 -1923.3,1,0 -1923.3,1,0 -1923.4,1,0 -1923.5,1,0 -1923.5,1,0 -1923.6,1,0 -1923.6,1,0 -1923.7,1,0 -1923.8,1,0 -1923.8,1,0 -1923.9,1,0 -1923.9,1,0 -1924,1,0 -1924,1,0 -1924.1,1,0 -1924.2,1,0 -1924.2,1,0 -1924.3,1,0 -1924.3,1,0 -1924.4,1,0 -1924.5,1,0 -1924.5,1,0 -1924.6,1,0 -1924.7,1,0 -1924.7,1,0 -1924.8,1,0 -1924.8,1,0 -1924.9,1,0 -1925,1,0 -1925,1,0 -1925.1,1,0 -1925.1,1,0 -1925.2,1,0 -1925.2,1,0 -1925.3,1,0 -1925.4,1,0 -1925.4,1,0 -1925.5,1,0 -1925.5,1,0 -1925.6,1,0 -1925.7,1,0 -1925.7,1,0 -1925.8,1,0 -1925.8,1,0 -1925.9,1,0 -1926,1,0 -1926,1,0 -1926.1,1,0 -1926.2,1,0 -1926.2,1,0 -1926.3,1,0 -1926.3,1,0 -1926.4,1,0 -1926.5,1,0 -1926.5,1,0 -1926.6,1,0 -1926.6,1,0 -1926.7,1,0 -1926.8,1,0 -1926.8,1,0 -1926.9,1,0 -1926.9,1,0 -1927,1,0 -1927,1,0 -1927.1,1,0 -1927.2,1,0 -1927.2,1,0 -1927.3,1,0 -1927.3,1,0 -1927.4,1,0 -1927.5,1,0 -1927.5,1,0 -1927.6,1,0 -1927.7,1,0 -1927.7,1,0 -1927.8,1,0 -1927.8,1,0 -1927.9,1,0 -1928,1,0 -1928,1,0 -1928.1,1,0 -1928.1,1,0 -1928.2,1,0 -1928.2,1,0 -1928.3,1,0 -1928.4,1,0 -1928.4,1,0 -1928.5,1,0 -1928.5,1,0 -1928.6,1,0 -1928.7,1,0 -1928.7,1,0 -1928.8,1,0 -1928.8,1,0 -1928.9,1,0 -1929,1,0 -1929,1,0 -1929.1,1,0 -1929.2,1,0 -1929.2,1,0 -1929.3,1,0 -1929.3,1,0 -1929.4,1,0 -1929.5,1,0 -1929.5,1,0 -1929.6,1,0 -1929.6,1,0 -1929.7,1,0 -1929.8,1,0 -1929.8,1,0 -1929.9,1,0 -1929.9,1,0 -1930,1,0 -1930,1,0 -1930.1,1,0 -1930.2,1,0 -1930.2,1,0 -1930.3,1,0 -1930.3,1,0 -1930.4,1,0 -1930.5,1,0 -1930.5,1,0 -1930.6,1,0 -1930.7,1,0 -1930.7,1,0 -1930.8,1,0 -1930.8,1,0 -1930.9,1,0 -1931,1,0 -1931,1,0 -1931.1,1,0 -1931.1,1,0 -1931.2,1,0 -1931.2,1,0 -1931.3,1,0 -1931.4,1,0 -1931.4,1,0 -1931.5,1,0 -1931.5,1,0 -1931.6,1,0 -1931.7,1,0 -1931.7,1,0 -1931.8,1,0 -1931.8,1,0 -1931.9,1,0 -1932,1,0 -1932,1,0 -1932.1,1,0 -1932.2,1,0 -1932.2,1,0 -1932.3,1,0 -1932.3,1,0 -1932.4,1,0 -1932.5,1,0 -1932.5,1,0 -1932.6,1,0 -1932.6,1,0 -1932.7,1,0 -1932.8,1,0 -1932.8,1,0 -1932.9,1,0 -1932.9,1,0 -1933,1,0 -1933,1,0 -1933.1,1,0 -1933.2,1,0 -1933.2,1,0 -1933.3,1,0 -1933.3,1,0 -1933.4,1,0 -1933.5,1,0 -1933.5,1,0 -1933.6,1,0 -1933.7,1,0 -1933.7,1,0 -1933.8,1,0 -1933.8,1,0 -1933.9,1,0 -1934,1,0 -1934,1,0 -1934.1,1,0 -1934.1,1,0 -1934.2,1,0 -1934.2,1,0 -1934.3,1,0 -1934.4,1,0 -1934.4,1,0 -1934.5,1,0 -1934.5,1,0 -1934.6,1,0 -1934.7,1,0 -1934.7,1,0 -1934.8,1,0 -1934.8,1,0 -1934.9,1,0 -1935,1,0 -1935,1,0 -1935.1,1,0 -1935.2,1,0 -1935.2,1,0 -1935.3,1,0 -1935.3,1,0 -1935.4,1,0 -1935.5,1,0 -1935.5,1,0 -1935.6,1,0 -1935.6,1,0 -1935.7,1,0 -1935.8,1,0 -1935.8,1,0 -1935.9,1,0 -1935.9,1,0 -1936,1,0 -1936,1,0 -1936.1,1,0 -1936.2,1,0 -1936.2,1,0 -1936.3,1,0 -1936.3,1,0 -1936.4,1,0 -1936.5,1,0 -1936.5,1,0 -1936.6,1,0 -1936.7,1,0 -1936.7,1,0 -1936.8,1,0 -1936.8,1,0 -1936.9,1,0 -1937,1,0 -1937,1,0 -1937.1,1,0 -1937.1,1,0 -1937.2,1,0 -1937.2,1,0 -1937.3,1,0 -1937.4,1,0 -1937.4,1,0 -1937.5,1,0 -1937.5,1,0 -1937.6,1,0 -1937.7,1,0 -1937.7,1,0 -1937.8,1,0 -1937.8,1,0 -1937.9,1,0 -1938,1,0 -1938,1,0 -1938.1,1,0 -1938.2,1,0 -1938.2,1,0 -1938.3,1,0 -1938.3,1,0 -1938.4,1,0 -1938.5,1,0 -1938.5,1,0 -1938.6,1,0 -1938.6,1,0 -1938.7,1,0 -1938.8,1,0 -1938.8,1,0 -1938.9,1,0 -1938.9,1,0 -1939,1,0 -1939,1,0 -1939.1,1,0 -1939.2,1,0 -1939.2,1,0 -1939.3,1,0 -1939.3,1,0 -1939.4,1,0 -1939.5,1,0 -1939.5,1,0 -1939.6,1,0 -1939.7,1,0 -1939.7,1,0 -1939.8,1,0 -1939.8,1,0 -1939.9,1,0 -1940,1,0 -1940,1,0 -1940.1,1,0 -1940.1,1,0 -1940.2,1,0 -1940.2,1,0 -1940.3,1,0 -1940.4,1,0 -1940.4,1,0 -1940.5,1,0 -1940.5,1,0 -1940.6,1,0 -1940.7,1,0 -1940.7,1,0 -1940.8,1,0 -1940.8,1,0 -1940.9,1,0 -1941,1,0 -1941,1,0 -1941.1,1,0 -1941.2,1,0 -1941.2,1,0 -1941.3,1,0 -1941.3,1,0 -1941.4,1,0 -1941.5,1,0 -1941.5,1,0 -1941.6,1,0 -1941.6,1,0 -1941.7,1,0 -1941.8,1,0 -1941.8,1,0 -1941.9,1,0 -1941.9,1,0 -1942,1,0 -1942,1,0 -1942.1,1,0 -1942.2,1,0 -1942.2,1,0 -1942.3,1,0 -1942.3,1,0 -1942.4,1,0 -1942.5,1,0 -1942.5,1,0 -1942.6,1,0 -1942.7,1,0 -1942.7,1,0 -1942.8,1,0 -1942.8,1,0 -1942.9,1,0 -1943,1,0 -1943,1,0 -1943.1,1,0 -1943.1,1,0 -1943.2,1,0 -1943.2,1,0 -1943.3,1,0 -1943.4,1,0 -1943.4,1,0 -1943.5,1,0 -1943.5,1,0 -1943.6,1,0 -1943.7,1,0 -1943.7,1,0 -1943.8,1,0 -1943.8,1,0 -1943.9,1,0 -1944,1,0 -1944,1,0 -1944.1,1,0 -1944.2,1,0 -1944.2,1,0 -1944.3,1,0 -1944.3,1,0 -1944.4,1,0 -1944.5,1,0 -1944.5,1,0 -1944.6,1,0 -1944.6,1,0 -1944.7,1,0 -1944.8,1,0 -1944.8,1,0 -1944.9,1,0 -1944.9,1,0 -1945,1,0 -1945,1,0 -1945.1,1,0 -1945.2,1,0 -1945.2,1,0 -1945.3,1,0 -1945.3,1,0 -1945.4,1,0 -1945.5,1,0 -1945.5,1,0 -1945.6,1,0 -1945.7,1,0 -1945.7,1,0 -1945.8,1,0 -1945.8,1,0 -1945.9,1,0 -1946,1,0 -1946,1,0 -1946.1,1,0 -1946.1,1,0 -1946.2,1,0 -1946.2,1,0 -1946.3,1,0 -1946.4,1,0 -1946.4,1,0 -1946.5,1,0 -1946.5,1,0 -1946.6,1,0 -1946.7,1,0 -1946.7,1,0 -1946.8,1,0 -1946.8,1,0 -1946.9,1,0 -1947,1,0 -1947,1,0 -1947.1,1,0 -1947.2,1,0 -1947.2,1,0 -1947.3,1,0 -1947.3,1,0 -1947.4,1,0 -1947.5,1,0 -1947.5,1,0 -1947.6,1,0 -1947.6,1,0 -1947.7,1,0 -1947.8,1,0 -1947.8,1,0 -1947.9,1,0 -1947.9,1,0 -1948,1,0 -1948,1,0 -1948.1,1,0 -1948.2,1,0 -1948.2,1,0 -1948.3,1,0 -1948.3,1,0 -1948.4,1,0 -1948.5,1,0 -1948.5,1,0 -1948.6,1,0 -1948.7,1,0 -1948.7,1,0 -1948.8,1,0 -1948.8,1,0 -1948.9,1,0 -1949,1,0 -1949,1,0 -1949.1,1,0 -1949.1,1,0 -1949.2,1,0 -1949.2,1,0 -1949.3,1,0 -1949.4,1,0 -1949.4,1,0 -1949.5,1,0 -1949.5,1,0 -1949.6,1,0 -1949.7,1,0 -1949.7,1,0 -1949.8,1,0 -1949.8,1,0 -1949.9,1,0 -1950,1,0 -1950,1,0 -1950.1,1,0 -1950.2,1,0 -1950.2,1,0 -1950.3,1,0 -1950.3,1,0 -1950.4,1,0 -1950.5,1,0 -1950.5,1,0 -1950.6,1,0 -1950.6,1,0 -1950.7,1,0 -1950.8,1,0 -1950.8,1,0 -1950.9,1,0 -1950.9,1,0 -1951,1,0 -1951,1,0 -1951.1,1,0 -1951.2,1,0 -1951.2,1,0 -1951.3,1,0 -1951.3,1,0 -1951.4,1,0 -1951.5,1,0 -1951.5,1,0 -1951.6,1,0 -1951.7,1,0 -1951.7,1,0 -1951.8,1,0 -1951.8,1,0 -1951.9,1,0 -1952,1,0 -1952,1,0 -1952.1,1,0 -1952.1,1,0 -1952.2,1,0 -1952.2,1,0 -1952.3,1,0 -1952.4,1,0 -1952.4,1,0 -1952.5,1,0 -1952.5,1,0 -1952.6,1,0 -1952.7,1,0 -1952.7,1,0 -1952.8,1,0 -1952.8,1,0 -1952.9,1,0 -1953,1,0 -1953,1,0 -1953.1,1,0 -1953.2,1,0 -1953.2,1,0 -1953.3,1,0 -1953.3,1,0 -1953.4,1,0 -1953.5,1,0 -1953.5,1,0 -1953.6,1,0 -1953.6,1,0 -1953.7,1,0 -1953.8,1,0 -1953.8,1,0 -1953.9,1,0 -1953.9,1,0 -1954,1,0 -1954,1,0 -1954.1,1,0 -1954.2,1,0 -1954.2,1,0 -1954.3,1,0 -1954.3,1,0 -1954.4,1,0 -1954.5,1,0 -1954.5,1,0 -1954.6,1,0 -1954.7,1,0 -1954.7,1,0 -1954.8,1,0 -1954.8,1,0 -1954.9,1,0 -1955,1,0 -1955,1,0 -1955.1,1,0 -1955.1,1,0 -1955.2,1,0 -1955.2,1,0 -1955.3,1,0 -1955.4,1,0 -1955.4,1,0 -1955.5,1,0 -1955.5,1,0 -1955.6,1,0 -1955.7,1,0 -1955.7,1,0 -1955.8,1,0 -1955.8,1,0 -1955.9,1,0 -1956,1,0 -1956,1,0 -1956.1,1,0 -1956.2,1,0 -1956.2,1,0 -1956.3,1,0 -1956.3,1,0 -1956.4,1,0 -1956.5,1,0 -1956.5,1,0 -1956.6,1,0 -1956.6,1,0 -1956.7,1,0 -1956.8,1,0 -1956.8,1,0 -1956.9,1,0 -1956.9,1,0 -1957,1,0 -1957,1,0 -1957.1,1,0 -1957.2,1,0 -1957.2,1,0 -1957.3,1,0 -1957.3,1,0 -1957.4,1,0 -1957.5,1,0 -1957.5,1,0 -1957.6,1,0 -1957.7,1,0 -1957.7,1,0 -1957.8,1,0 -1957.8,1,0 -1957.9,1,0 -1958,1,0 -1958,1,0 -1958.1,1,0 -1958.1,1,0 -1958.2,1,0 -1958.2,1,0 -1958.3,1,0 -1958.4,1,0 -1958.4,1,0 -1958.5,1,0 -1958.5,1,0 -1958.6,1,0 -1958.7,1,0 -1958.7,1,0 -1958.8,1,0 -1958.8,1,0 -1958.9,1,0 -1959,1,0 -1959,1,0 -1959.1,1,1 -1959.2,1,1 -1959.2,1,1 -1959.3,1,1 -1959.3,1,1 -1959.4,1,1 -1959.5,1,1 -1959.5,1,1 -1959.6,1,1 -1959.6,1,1 -1959.7,1,1 -1959.8,1,1 -1959.8,1,1 -1959.9,1,1 -1959.9,1,1 -1960,1,1 -1960,1,1 -1960.1,1,1 -1960.2,1,1 -1960.2,1,1 -1960.3,1,1 -1960.3,1,1 -1960.4,1,1 -1960.5,1,1 -1960.5,1,1 -1960.6,1,1 -1960.7,1,1 -1960.7,1,1 -1960.8,1,1 -1960.8,1,1 -1960.9,1,1 -1961,1,1 -1961,1,1 -1961.1,1,1 -1961.1,1,1 -1961.2,1,1 -1961.2,1,1 -1961.3,1,1 -1961.4,1,1 -1961.4,1,1 -1961.5,1,1 -1961.5,1,1 -1961.6,1,1 -1961.7,1,1 -1961.7,1,1 -1961.8,1,1 -1961.8,1,1 -1961.9,1,1 -1962,1,1 -1962,1,1 -1962.1,1,1 -1962.2,1,1 -1962.2,1,1 -1962.3,1,1 -1962.3,1,1 -1962.4,1,1 -1962.5,1,1 -1962.5,1,1 -1962.6,1,1 -1962.6,1,1 -1962.7,1,1 -1962.8,1,1 -1962.8,1,1 -1962.9,1,1 -1962.9,1,1 -1963,1,1 -1963,1,1 -1963.1,1,1 -1963.2,1,1 -1963.2,1,1 -1963.3,1,1 -1963.3,1,1 -1963.4,1,1 -1963.5,1,1 -1963.5,1,1 -1963.6,1,1 -1963.7,1,1 -1963.7,1,1 -1963.8,1,1 -1963.8,1,1 -1963.9,1,1 -1964,1,1 -1964,1,1 -1964.1,1,1 -1964.1,1,1 -1964.2,1,1 -1964.2,1,1 -1964.3,1,1 -1964.4,1,1 -1964.4,1,1 -1964.5,1,1 -1964.5,1,1 -1964.6,1,1 -1964.7,1,1 -1964.7,1,1 -1964.8,1,1 -1964.8,1,1 -1964.9,1,1 -1965,1,1 -1965,1,1 -1965.1,1,1 -1965.2,1,1 -1965.2,1,1 -1965.3,1,1 -1965.3,1,1 -1965.4,1,1 -1965.5,1,1 -1965.5,1,1 -1965.6,1,1 -1965.6,1,1 -1965.7,1,1 -1965.8,1,1 -1965.8,1,1 -1965.9,1,1 -1965.9,1,1 -1966,1,1 -1966,1,1 -1966.1,1,1 -1966.2,1,1 -1966.2,1,1 -1966.3,1,1 -1966.3,1,1 -1966.4,1,1 -1966.5,1,1 -1966.5,1,1 -1966.6,1,1 -1966.7,1,1 -1966.7,1,1 -1966.8,1,1 -1966.8,1,1 -1966.9,1,1 -1967,1,1 -1967,1,1 -1967.1,1,1 -1967.1,1,1 -1967.2,1,1 -1967.2,1,1 -1967.3,1,1 -1967.4,1,1 -1967.4,1,1 -1967.5,1,1 -1967.5,1,1 -1967.6,1,1 -1967.7,1,1 -1967.7,1,1 -1967.8,1,1 -1967.8,1,1 -1967.9,1,1 -1968,1,1 -1968,1,1 -1968.1,1,1 -1968.2,1,1 -1968.2,1,1 -1968.3,1,1 -1968.3,1,1 -1968.4,1,1 -1968.5,1,1 -1968.5,1,1 -1968.6,1,1 -1968.6,1,1 -1968.7,1,1 -1968.8,1,1 -1968.8,1,1 -1968.9,1,1 -1968.9,1,1 -1969,1,1 -1969,1,1 -1969.1,1,1 -1969.2,1,1 -1969.2,1,1 -1969.3,1,1 -1969.3,1,1 -1969.4,1,1 -1969.5,1,1 -1969.5,1,1 -1969.6,1,1 -1969.7,1,1 -1969.7,1,1 -1969.8,1,1 -1969.8,1,1 -1969.9,1,1 -1970,1,1 -1970,1,1 -1970.1,1,1 -1970.1,1,1 -1970.2,1,1 -1970.2,1,1 -1970.3,1,1 -1970.4,1,1 -1970.4,1,1 -1970.5,1,1 -1970.5,1,1 -1970.6,1,1 -1970.7,1,1 -1970.7,1,1 -1970.8,1,1 -1970.8,1,1 -1970.9,1,1 -1971,1,1 -1971,0,0 -1971.1,0,0 -1971.2,0,0 -1971.2,0,0 -1971.3,0,0 -1971.3,0,0 -1971.4,0,0 -1971.5,0,0 -1971.5,0,0 -1971.6,0,0 -1971.6,0,0 -1971.7,0,0 -1971.8,0,0 -1971.8,0,0 -1971.9,0,0 -1971.9,0,0 -1972,0,0 -1972,0,0 -1972.1,0,0 -1972.2,0,0 -1972.2,0,0 -1972.3,0,0 -1972.3,0,0 -1972.4,0,0 -1972.5,0,0 -1972.5,0,0 -1972.6,0,0 -1972.7,0,0 -1972.7,0,0 -1972.8,0,0 -1972.8,0,0 -1972.9,0,0 -1973,0,0 -1973,0,0 -1973.1,0,0 -1973.1,0,0 -1973.2,0,0 -1973.2,0,0 -1973.3,0,0 -1973.4,0,0 -1973.4,0,0 -1973.5,0,0 -1973.5,0,0 -1973.6,0,0 -1973.7,0,0 -1973.7,0,0 -1973.8,0,0 -1973.8,0,0 -1973.9,0,0 -1974,0,0 -1974,0,0 -1974.1,0,0 -1974.2,0,0 -1974.2,0,0 -1974.3,0,0 -1974.3,0,0 -1974.4,0,0 -1974.5,0,0 -1974.5,0,0 -1974.6,0,0 -1974.6,0,0 -1974.7,0,0 -1974.8,0,0 -1974.8,0,0 -1974.9,0,0 -1974.9,0,0 -1975,0,0 -1975,0,0 -1975.1,0,0 -1975.2,0,0 -1975.2,0,0 -1975.3,0,0 -1975.3,0,0 -1975.4,0,0 -1975.5,0,0 -1975.5,0,0 -1975.6,0,0 -1975.7,0,0 -1975.7,0,0 -1975.8,0,0 -1975.8,0,0 -1975.9,0,0 -1976,0,0 -1976,0,0 -1976.1,0,0 -1976.1,0,0 -1976.2,0,0 -1976.2,0,0 -1976.3,0,0 -1976.4,0,0 -1976.4,0,0 -1976.5,0,0 -1976.5,0,0 -1976.6,0,0 -1976.7,0,0 -1976.7,0,0 -1976.8,0,0 -1976.8,0,0 -1976.9,0,0 -1977,0,0 -1977,0,0 -1977.1,0,0 -1977.2,0,0 -1977.2,0,0 -1977.3,0,0 -1977.3,0,0 -1977.4,0,0 -1977.5,0,0 -1977.5,0,0 -1977.6,0,0 -1977.6,0,0 -1977.7,0,0 -1977.8,0,0 -1977.8,0,0 -1977.9,0,0 -1977.9,0,0 -1978,0,0 -1978,0,0 -1978.1,0,0 -1978.2,0,0 -1978.2,0,0 -1978.3,0,0 -1978.3,0,0 -1978.4,0,0 -1978.5,0,0 -1978.5,0,0 -1978.6,0,0 -1978.7,0,0 -1978.7,0,0 -1978.8,0,0 -1978.8,0,0 -1978.9,0,0 -1979,0,0 -1979,0,0 -1979.1,0,0 -1979.1,0,0 -1979.2,0,0 -1979.2,0,0 -1979.3,0,0 -1979.4,0,0 -1979.4,0,0 -1979.5,0,0 -1979.5,0,0 -1979.6,0,0 -1979.7,0,0 -1979.7,0,0 -1979.8,0,0 -1979.8,0,0 -1979.9,0,0 -1980,0,0 -1980,1,0 -1980.1,1,1 -1980.2,1,1 -1980.2,1,1 -1980.3,1,1 -1980.3,1,1 -1980.4,1,1 -1980.5,1,1 -1980.5,1,1 -1980.6,1,1 -1980.6,1,1 -1980.7,1,1 -1980.8,1,1 -1980.8,1,1 -1980.9,1,1 -1980.9,1,1 -1981,1,1 -1981,0,0 -1981.1,0,0 -1981.2,0,0 -1981.2,0,0 -1981.3,0,0 -1981.3,0,0 -1981.4,0,0 -1981.5,0,0 -1981.5,0,0 -1981.6,0,0 -1981.6,0,0 -1981.7,0,0 -1981.8,0,0 -1981.8,0,0 -1981.9,0,0 -1981.9,0,0 -1982,0,0 -1982.1,0,0 -1982.1,0,0 -1982.2,0,0 -1982.2,0,0 -1982.3,0,0 -1982.4,0,0 -1982.4,0,0 -1982.5,0,0 -1982.5,0,0 -1982.6,0,0 -1982.7,0,0 -1982.7,0,0 -1982.8,0,0 -1982.8,0,0 -1982.9,0,0 -1983,0,0 -1983,0,0 -1983.1,0,0 -1983.1,0,0 -1983.2,0,0 -1983.3,0,0 -1983.3,0,0 -1983.4,0,0 -1983.4,0,0 -1983.5,0,0 -1983.6,0,0 -1983.6,0,0 -1983.7,0,0 -1983.7,0,0 -1983.8,0,0 -1983.9,0,0 -1983.9,0,0 -1984,0,0 -1984,0,0 -1984.1,0,0 -1984.2,0,0 -1984.2,0,0 -1984.3,0,0 -1984.3,0,0 -1984.4,0,0 -1984.5,0,0 -1984.5,0,0 -1984.6,0,0 -1984.6,0,0 -1984.7,0,0 -1984.8,0,0 -1984.8,0,0 -1984.9,0,0 -1984.9,0,0 -1985,0,0 -1985.1,0,0 -1985.1,0,0 -1985.2,0,0 -1985.2,0,0 -1985.3,0,0 -1985.4,0,0 -1985.4,0,0 -1985.5,0,0 -1985.5,0,0 -1985.6,0,0 -1985.7,0,0 -1985.7,0,0 -1985.8,0,0 -1985.8,0,0 -1985.9,0,0 -1986,0,0 -1986,0,0 -1986.1,0,0 -1986.1,0,0 -1986.2,0,0 -1986.3,0,0 -1986.3,0,0 -1986.4,0,0 -1986.4,0,0 -1986.5,0,0 -1986.6,0,0 -1986.6,0,0 -1986.7,0,0 -1986.7,0,0 -1986.8,0,0 -1986.9,0,0 -1986.9,0,0 -1987,0,0 -1987,0,0 -1987.1,0,0 -1987.2,0,0 -1987.2,0,0 -1987.3,0,0 -1987.3,0,0 -1987.4,0,0 -1987.5,0,0 -1987.5,0,0 -1987.6,0,0 -1987.6,0,0 -1987.7,0,0 -1987.8,0,0 -1987.8,0,0 -1987.9,0,0 -1987.9,0,0 -1988,0,0 -1988.1,0,0 -1988.1,0,0 -1988.2,0,0 -1988.2,0,0 -1988.3,0,0 -1988.4,0,0 -1988.4,0,0 -1988.5,0,0 -1988.5,0,0 -1988.6,0,0 -1988.7,0,0 -1988.7,0,0 -1988.8,0,0 -1988.8,0,0 -1988.9,0,0 -1989,0,0 -1989,0,0 -1989.1,0,0 -1989.1,0,0 -1989.2,0,0 -1989.3,0,0 -1989.3,0,0 -1989.4,0,0 -1989.4,0,0 -1989.5,0,0 -1989.6,0,0 -1989.6,0,0 -1989.7,0,0 -1989.7,0,0 -1989.8,0,0 -1989.9,0,0 -1989.9,0,0 -1990,0,0 -1990,1,0 -1990.1,1,1 -1990.2,1,1 -1990.2,1,1 -1990.3,1,1 -1990.3,1,1 -1990.4,1,1 -1990.5,1,1 -1990.5,1,1 -1990.6,1,1 -1990.6,1,1 -1990.7,1,1 -1990.8,1,1 -1990.8,1,1 -1990.9,1,1 -1990.9,1,1 -1991,0,0 -1991.1,0,0 -1991.1,0,0 -1991.2,0,0 -1991.2,0,0 -1991.3,0,0 -1991.4,0,0 -1991.4,0,0 -1991.5,0,0 -1991.5,0,0 -1991.6,0,0 -1991.7,0,0 -1991.7,0,0 -1991.8,0,0 -1991.8,0,0 -1991.9,0,0 -1992,0,0 -1992,0,0 -1992.1,0,0 -1992.1,0,0 -1992.2,0,0 -1992.3,0,0 -1992.3,0,0 -1992.4,0,0 -1992.4,0,0 -1992.5,0,0 -1992.6,0,0 -1992.6,0,0 -1992.7,0,0 -1992.7,0,0 -1992.8,0,0 -1992.9,0,0 -1992.9,0,0 -1993,0,0 -1993,0,0 -1993.1,0,0 -1993.2,0,0 -1993.2,0,0 -1993.3,0,0 -1993.3,0,0 -1993.4,0,0 -1993.5,0,0 -1993.5,0,0 -1993.6,0,0 -1993.6,0,0 -1993.7,0,0 -1993.8,0,0 -1993.8,0,0 -1993.9,0,0 -1993.9,0,0 -1994,0,0 -1994.1,0,0 -1994.1,0,0 -1994.2,0,0 -1994.2,0,0 -1994.3,0,0 -1994.4,0,0 -1994.4,0,0 -1994.5,0,0 -1994.5,0,0 -1994.6,0,0 -1994.7,0,0 -1994.7,0,0 -1994.8,0,0 -1994.8,0,0 -1994.9,0,0 -1995,0,0 -1995,0,0 -1995.1,0,0 -1995.1,0,0 -1995.2,0,0 -1995.3,0,0 -1995.3,0,0 -1995.4,0,0 -1995.4,0,0 -1995.5,0,0 -1995.6,0,0 -1995.6,0,0 -1995.7,0,0 -1995.7,0,0 -1995.8,0,0 -1995.9,0,0 -1995.9,0,0 -1996,0,0 -1996,0,0 -1996.1,0,0 -1996.2,0,0 -1996.2,0,0 -1996.3,0,0 -1996.3,0,0 -1996.4,0,0 -1996.5,0,0 -1996.5,0,0 -1996.6,0,0 -1996.6,0,0 -1996.7,0,0 -1996.8,0,0 -1996.8,0,0 -1996.9,0,0 -1996.9,0,0 -1997,0,0 -1997.1,0,0 -1997.1,0,0 -1997.2,0,0 -1997.2,0,0 -1997.3,0,0 -1997.4,0,0 -1997.4,0,0 -1997.5,0,0 -1997.5,0,0 -1997.6,0,0 -1997.7,0,0 -1997.7,0,0 -1997.8,0,0 -1997.8,0,0 -1997.9,0,0 -1998,0,0 -1998,0,0 -1998.1,0,0 -1998.1,0,0 -1998.2,0,0 -1998.3,0,0 -1998.3,0,0 -1998.4,0,0 -1998.4,0,0 -1998.5,0,0 -1998.6,0,0 -1998.6,0,0 -1998.7,0,0 -1998.7,0,0 -1998.8,0,0 -1998.9,0,0 -1998.9,0,0 -1999,0,0 -1999,0,0 -1999.1,0,0 -1999.2,0,0 -1999.2,0,0 -1999.3,0,0 -1999.3,0,0 -1999.4,0,0 -1999.5,0,0 -1999.5,0,0 -1999.6,0,0 -1999.6,0,0 -1999.7,0,0 -1999.8,0,0 -1999.8,0,0 -1999.9,0,0 -1999.9,0,0 -2000,0,0 diff --git a/paper/data/exp_sb1.csv b/paper/data/exp_sb1.csv deleted file mode 100644 index 54321d138621683d8f1ae4fb9b41babacb8d7972..0000000000000000000000000000000000000000 --- a/paper/data/exp_sb1.csv +++ /dev/null @@ -1,30 +0,0 @@ -14928,55.93 -14624,52.981 -14584,63.653 -14472,61.59 -14772,173.21 -14268,56.248 -15360,63.679 -14516,59.844 -15348,58.912 -15284,63.978 -15236,64.541 -14916,63.82 -14336,54.763 -14476,61.361 -14344,57.605 -14728,60.507 -14836,55.08 -15068,63.897 -15308,55.972 -13936,53.726 -14592,63.341 -14136,56.288 -15236,64.541 -15284,57.775 -14568,59.359 -14372,104.04 -15256,56.337 -15064,59.353 -15260,58.433 -15236,56.677 diff --git a/paper/data/exp_sb2.csv b/paper/data/exp_sb2.csv deleted file mode 100644 index fb4201a7114991d4e7e2d2cac1964258c0de71a8..0000000000000000000000000000000000000000 --- a/paper/data/exp_sb2.csv +++ /dev/null @@ -1,30 +0,0 @@ -11572,64.093 -11380,78.234 -12140,67.823 -12844,73.226 -12140,67.823 -11596,64.13 -11608,68.841 -11980,70.315 -11596,64.13 -11560,64.316 -12072,68.186 -11788,66.36 -11936,72.733 -11752,64.103 -11888,64.87 -11432,65.192 -12328,68.274 -11748,68.469 -13192,75.026 -11204,68.129 -11996,83.069 -11180,66.818 -11040,68.324 -11216,67.535 -10908,69.695 -11492,67.355 -11700,67.048 -11632,64.554 -12140,67.823 -12412,68.581 diff --git a/paper/data/exp_sb3.csv b/paper/data/exp_sb3.csv deleted file mode 100644 index 57aa682586a72392c598ffce5c156c05cbe67519..0000000000000000000000000000000000000000 --- a/paper/data/exp_sb3.csv +++ /dev/null @@ -1,30 +0,0 @@ -10752,94.276 -9412,118.97 -10316,122.87 -10276,110.33 -9904,106.62 -10184,87.97 -10464,97.567 -9712,108.6 -10284,157.44 -10444,97.304 -11012,103.23 -10308,109.96 -10112,100.86 -10188,113.9 -11088,99.91 -10424,101.28 -9612,98.834 -10184,87.97 -10588,101.56 -9792,107.54 -10116,112.98 -10348,89.613 -9400,96.93 -10632,113.64 -9788,111.83 -10228,93.275 -9864,95.438 -10592,102.83 -10296,95.543 -9328,97.678 diff --git a/paper/data/exp_sb4.csv b/paper/data/exp_sb4.csv deleted file mode 100644 index c4d457a80b0f2ad4ab3b0985b834e09631a922d8..0000000000000000000000000000000000000000 --- a/paper/data/exp_sb4.csv +++ /dev/null @@ -1,30 +0,0 @@ -8880,139.37 -8884,132.94 -8884,132.94 -9284,135.44 -9352,132.95 -8864,139.24 -9008,135.29 -8884,132.94 -9380,134.89 -9684,134.51 -8884,132.94 -8052,137.54 -9328,140.32 -8096,136.72 -8876,137.15 -9232,126.78 -8884,132.94 -9916,133.83 -8540,134.92 -9348,165.28 -8880,139.37 -7044,262.77 -9348,165.28 -9228,136.25 -8872,139.5 -8540,134.92 -8540,134.92 -9716,134.15 -8540,134.92 -8884,132.94 diff --git a/paper/data/exp_sb5.csv b/paper/data/exp_sb5.csv deleted file mode 100644 index a79d0197f86d0ebf35629c5413acbb267eaab625..0000000000000000000000000000000000000000 --- a/paper/data/exp_sb5.csv +++ /dev/null @@ -1,30 +0,0 @@ -6696,262.8 -6376,281.98 -7072,314.01 -5464,226.02 -6972,364.1 -6620,408.51 -7464,272.26 -6272,262.4 -7236,364.68 -7056,158.27 -7000,264.05 -6604,266.14 -5544,227.18 -6176,276.87 -6176,306.2 -5464,226.02 -6220,245.33 -6588,259.81 -6468,377.13 -6144,393.56 -6468,253.25 -6940,375.69 -5928,247.24 -5700,243.45 -7368,265.52 -6296,289.08 -6512,237.44 -7760,166.91 -6932,286.44 -6084,219.09 diff --git a/paper/data/exp_sb6.csv b/paper/data/exp_sb6.csv deleted file mode 100644 index 7bdf65c2432415d5d55dcdf162c9b6fdb25a7eac..0000000000000000000000000000000000000000 --- a/paper/data/exp_sb6.csv +++ /dev/null @@ -1,30 +0,0 @@ -6032,352.95 -6760,279.03 -6032,352.95 -5672,446.95 -5472,412.57 -6316,376.32 -5920,399.8 -6032,352.95 -5920,399.8 -6512,375.59 -5640,408.59 -6032,352.95 -5872,410.77 -5124,364.95 -4624,513.64 -5920,399.8 -5516,420.32 -7660,237.13 -6864,280.34 -5112,511.36 -6032,352.95 -5620,492.19 -5008,513.96 -6436,278.45 -5336,576.69 -6044,229.11 -6032,352.95 -5112,511.36 -6032,352.95 -4624,513.64 diff --git a/paper/data/exp_sc1.csv b/paper/data/exp_sc1.csv deleted file mode 100644 index b4cddbe4f182b8ce16082d528be9173d6b3e4e9e..0000000000000000000000000000000000000000 --- a/paper/data/exp_sc1.csv +++ /dev/null @@ -1,30 +0,0 @@ -54352,2.6867 -57672,2.7019 -64156,55.459 -57588,2.668 -66588,137.52 -82760,67.647 -67480,32.949 -57120,2.6567 -56192,2.6552 -56124,2.6515 -56988,2.6795 -64400,78.196 -67964,36.089 -57476,2.6413 -55792,2.6477 -56176,2.634 -57508,2.6791 -65836,16.949 -70492,14.08 -54104,2.6807 -65536,27.568 -56772,2.6417 -55356,2.6317 -56356,2.7347 -71240,7.7559 -55844,2.6336 -63072,2.6759 -54492,2.6481 -70072,19.349 -54776,2.5778 diff --git a/paper/data/exp_sc2.csv b/paper/data/exp_sc2.csv deleted file mode 100644 index b8a9ebfac4d3a61d2de4ec1afe92c9c14ec2f84c..0000000000000000000000000000000000000000 --- a/paper/data/exp_sc2.csv +++ /dev/null @@ -1,30 +0,0 @@ -55436,33.365 -57100,49.289 -51308,23.685 -40448,3.0513 -39656,3.1043 -77920,22.013 -39016,3.0094 -40472,3.0946 -41440,3.077 -40096,3.1688 -40612,3.0154 -40444,3.0988 -37728,3.1247 -43736,3.0635 -54760,21.194 -37760,3.1037 -40564,3.1473 -39688,3.0956 -55600,32.181 -39924,3.1186 -39548,3.165 -38772,3.0759 -51748,151.77 -40784,3.144 -40980,3.0557 -51108,14.376 -39080,3.0656 -53744,139.52 -40524,3.1006 -51644,14.352 diff --git a/paper/data/exp_sc3.csv b/paper/data/exp_sc3.csv deleted file mode 100644 index 492f7fefda5c65892868e1d51edc235f138b6c57..0000000000000000000000000000000000000000 --- a/paper/data/exp_sc3.csv +++ /dev/null @@ -1,30 +0,0 @@ -43732,67.078 -30124,3.5619 -41100,12.781 -30992,3.5363 -30400,3.5304 -31872,3.6099 -31784,3.5232 -29368,3.543 -66248,11.79 -30592,3.6491 -31532,3.5381 -32308,3.4796 -49792,8.0753 -30544,3.4527 -32832,3.4881 -45852,82.877 -30836,3.4251 -31812,3.5396 -31216,3.6248 -31500,3.4822 -30636,3.4773 -55964,47.543 -32860,3.5795 -30336,3.5414 -66036,58.453 -31536,3.4775 -41060,10.072 -31224,3.5645 -59488,77.73 -64756,152.42 diff --git a/paper/data/exp_sc4.csv b/paper/data/exp_sc4.csv deleted file mode 100644 index 93329e976705d2d371b755acaefbe5098bf8cbe6..0000000000000000000000000000000000000000 --- a/paper/data/exp_sc4.csv +++ /dev/null @@ -1,30 +0,0 @@ -22240,4.5425 -21080,4.4533 -22768,4.3782 -22620,4.5782 -22368,4.4342 -39272,115.04 -22488,4.4428 -22212,4.3874 -37480,16.999 -48236,26.413 -22272,4.3593 -22996,4.4973 -38940,131.35 -23740,4.7058 -36540,19.065 -22100,4.67 -23232,4.7003 -22268,4.3563 -21696,4.455 -23324,4.5184 -40260,18.257 -21492,4.3899 -42720,43.741 -32840,14.679 -21304,4.5087 -62112,71.559 -23356,4.6479 -21928,4.3705 -20912,4.5039 -21404,4.6108 diff --git a/paper/data/exp_sc5.csv b/paper/data/exp_sc5.csv deleted file mode 100644 index b3873415f0c25a61e6240036380d37e5cf3a948c..0000000000000000000000000000000000000000 --- a/paper/data/exp_sc5.csv +++ /dev/null @@ -1,30 +0,0 @@ -30328,38.487 -17524,5.4786 -17020,5.3378 -36536,74.732 -33800,34.337 -37832,33.68 -39876,244.48 -18332,5.5196 -33900,9.5844 -18280,5.4908 -16912,5.5461 -18360,5.6099 -19568,5.6249 -17764,5.3327 -53140,111.68 -19508,5.9305 -29316,25.749 -19288,6.0449 -36856,101.14 -18456,5.8569 -52488,28.007 -34256,6.1039 -18888,5.6484 -31240,69.642 -17224,5.921 -15144,5.2966 -24088,6.3127 -38676,55.248 -19092,5.781 -19324,5.9647 diff --git a/paper/data/exp_sc6.csv b/paper/data/exp_sc6.csv deleted file mode 100644 index a173a618441cc30e2532a1afbc4533e0814fdaeb..0000000000000000000000000000000000000000 --- a/paper/data/exp_sc6.csv +++ /dev/null @@ -1,30 +0,0 @@ -14812,6.7223 -31052,22.287 -13928,6.5938 -15320,6.9217 -14860,7.1368 -15692,7.1171 -16712,7.151 -15872,7.1037 -56516,199.77 -16224,7.2795 -31788,13.518 -15852,7.5062 -15096,7.0275 -34356,14.049 -34720,70.951 -14680,6.7033 -14064,6.766 -26828,14.877 -16000,6.6479 -16388,7.248 -15628,6.5352 -31916,24.381 -15584,7.2182 -26812,18.67 -30436,24.411 -30032,19.888 -15920,7.0443 -27972,14.669 -16028,7.5061 -14968,6.7159 diff --git a/paper/data/exp_visibility.csv b/paper/data/exp_visibility.csv deleted file mode 100644 index d68bf65527c9914c8dff8cfb7397265584aa22b4..0000000000000000000000000000000000000000 --- a/paper/data/exp_visibility.csv +++ /dev/null @@ -1,3337 +0,0 @@ -0,0,0,5 -0.09009,0,0,5 -0.18009,0,0,5 -0.27009,0,0,5 -0.36009,0,0,5 -0.45009,0,0,5 -0.54009,0,0,5 -0.63009,0,0,5 -0.72009,0,0,5 -0.81009,0,0,5 -0.90009,0,0,5 -0.99009,0,0,5 -1.0801,0,0,5 -1.1701,0,0,5 -1.2601,0,0,5 -1.3501,0,0,5 -1.4401,0,0,5 -1.5301,0,0,5 -1.6201,0,0,5 -1.7101,0,0,5 -1.8001,0,0,5 -1.8901,0,0,5 -1.9801,0,0,5 -2.0701,0,0,5 -2.1601,0,0,5 -2.2501,0,0,5 -2.3401,0,0,5 -2.4301,0,0,5 -2.5201,0,0,5 -2.6101,0,0,5 -2.7001,0,0,5 -2.7901,0,0,5 -2.8801,0,0,5 -2.9701,0,0,5 -3.0601,0,0,5 -3.1501,0,0,5 -3.2401,0,0,5 -3.3301,0,0,5 -3.4201,0,0,5 -3.5101,0,0,5 -3.6001,0,0,5 -3.6901,0,0,5 -3.7801,0,0,5 -3.8701,0,0,5 -3.9601,0,0,5 -4.0501,0,0,5 -4.1401,0,0,5 -4.2301,0,0,5 -4.3201,0,0,5 -4.4101,0,0,5 -4.5001,0,0,5 -4.5901,0,0,5 -4.6801,0,0,5 -4.7701,0,0,5 -4.8601,0,0,5 -4.9501,0,0,5 -5.0399,0,1,5 -5.1297,0,1,5 -5.2197,0,1,5 -5.3097,0,1,5 -5.3997,0,1,5 -5.4897,0,1,5 -5.5797,0,1,5 -5.6697,0,1,5 -5.7597,0,1,5 -5.8497,0,1,5 -5.9397,0,1,5 -6.0297,0,1,5 -6.1197,0,1,5 -6.2097,0,1,5 -6.2997,0,1,5 -6.3897,0,1,5 -6.4797,0,1,5 -6.5697,0,1,5 -6.6597,0,1,5 -6.7497,0,1,5 -6.8397,0,1,5 -6.9297,0,1,5 -7.0197,0,1,5 -7.1097,0,1,5 -7.1997,0,1,5 -7.2897,0,1,5 -7.3797,0,1,5 -7.4697,0,1,5 -7.5597,0,1,5 -7.6497,0,1,5 -7.7397,0,1,5 -7.8297,0,1,5 -7.9197,0,1,5 -8.0097,0,1,5 -8.0997,0,1,5 -8.1897,0,1,5 -8.2797,0,1,5 -8.3697,0,1,5 -8.4597,0,1,5 -8.5497,0,1,5 -8.6397,0,1,5 -8.7297,0,1,5 -8.8197,0,1,5 -8.9097,0,1,5 -8.9997,0,1,5 -9.0897,0,1,5 -9.1797,0,1,5 -9.2697,0,1,5 -9.3597,0,1,5 -9.4497,0,1,5 -9.5397,0,1,5 -9.6297,0,1,5 -9.7197,0,1,5 -9.8097,0,1,5 -9.8997,0,1,5 -9.9897,0,1,5 -10.08,0,1,5 -10.17,0,1,5 -10.26,0,1,5 -10.35,0,1,5 -10.44,0,1,5 -10.53,0,1,5 -10.62,0,1,5 -10.71,0,1,5 -10.8,0,1,5 -10.89,0,1,5 -10.98,0,1,5 -11.07,0,1,5 -11.16,0,1,5 -11.25,0,1,5 -11.34,0,1,5 -11.43,0,1,5 -11.52,0,1,5 -11.61,0,1,5 -11.7,0,1,5 -11.79,0,1,5 -11.88,0,1,5 -11.97,0,1,5 -12.06,0,1,5 -12.15,0,1,5 -12.24,0,1,5 -12.33,0,1,5 -12.42,0,1,5 -12.51,0,1,5 -12.6,0,1,5 -12.69,0,1,5 -12.78,0,1,5 -12.87,0,1,5 -12.96,0,1,5 -13.05,0,1,5 -13.14,0,1,5 -13.23,0,1,5 -13.32,0,1,5 -13.41,0,1,5 -13.5,0,1,5 -13.59,0,1,5 -13.68,0,1,5 -13.77,0,1,5 -13.86,0,1,5 -13.95,0,1,5 -14.04,0,1,5 -14.13,0,1,5 -14.22,0,1,5 -14.31,0,1,5 -14.4,0,1,5 -14.49,0,1,5 -14.58,0,1,5 -14.67,0,1,5 -14.76,0,1,5 -14.85,0,1,5 -14.94,0,1,5 -15.03,0,1,5 -15.12,0,1,5 -15.21,0,1,5 -15.3,0,1,5 -15.39,0,1,5 -15.48,0,1,5 -15.57,0,1,5 -15.66,0,1,5 -15.75,0,1,5 -15.84,0,1,5 -15.93,0,1,5 -16.02,0,1,5 -16.11,0,1,5 -16.2,0,1,5 -16.29,0,1,5 -16.38,0,1,5 -16.47,0,1,5 -16.56,0,1,5 -16.65,0,1,5 -16.74,0,1,5 -16.83,0,1,5 -16.92,0,1,5 -17.01,0,1,5 -17.1,0,1,5 -17.19,0,1,5 -17.28,0,1,5 -17.37,0,1,5 -17.46,0,1,5 -17.55,0,1,5 -17.64,0,1,5 -17.73,0,1,5 -17.82,0,1,5 -17.91,0,1,5 -18,0,1,5 -18.09,0,1,5 -18.18,0,1,5 -18.27,0,1,5 -18.36,0,1,5 -18.45,0,1,5 -18.54,0,1,5 -18.63,0,1,5 -18.72,0,1,5 -18.81,0,1,5 -18.9,0,1,5 -18.99,0,1,5 -19.08,0,1,5 -19.17,0,1,5 -19.26,0,1,5 -19.35,0,1,5 -19.44,0,1,5 -19.53,0,1,5 -19.62,0,1,5 -19.71,0,1,5 -19.8,0,1,5 -19.89,0,1,5 -19.98,0,1,5 -20.07,0,1,5 -20.16,0,1,5 -20.25,0,1,5 -20.34,0,1,5 -20.43,0,1,5 -20.52,0,1,5 -20.61,0,1,5 -20.7,0,1,5 -20.79,0,1,5 -20.88,0,1,5 -20.97,0,1,5 -21.06,0,1,5 -21.15,0,1,5 -21.24,0,1,5 -21.33,0,1,5 -21.42,0,1,5 -21.51,0,1,5 -21.6,0,1,5 -21.69,0,1,5 -21.78,0,1,5 -21.87,0,1,5 -21.96,0,1,5 -22.05,0,1,5 -22.14,0,1,5 -22.23,0,1,5 -22.32,0,1,5 -22.41,0,1,5 -22.5,0,1,5 -22.59,0,1,5 -22.68,0,1,5 -22.77,0,1,5 -22.86,0,1,5 -22.95,0,1,5 -23.04,0,1,5 -23.13,0,1,5 -23.22,0,1,5 -23.31,0,1,5 -23.4,0,1,5 -23.49,0,1,5 -23.58,0,1,5 -23.67,0,1,5 -23.76,0,1,5 -23.85,0,1,5 -23.94,0,1,5 -24.03,0,1,5 -24.12,0,1,5 -24.21,0,1,5 -24.3,0,1,5 -24.39,0,1,5 -24.48,0,1,5 -24.57,0,1,5 -24.66,0,1,5 -24.75,0,1,5 -24.84,0,1,5 -24.93,0,1,5 -25.02,0,1,5 -25.11,0,1,5 -25.2,0,1,5 -25.29,0,1,5 -25.38,0,1,5 -25.47,0,1,5 -25.56,0,1,5 -25.65,0,1,5 -25.74,0,1,5 -25.83,0,1,5 -25.92,0,1,5 -26.01,0,1,5 -26.1,0,1,5 -26.19,0,1,5 -26.28,0,1,5 -26.37,0,1,5 -26.46,0,1,5 -26.55,0,1,5 -26.64,0,1,5 -26.73,0,1,5 -26.82,0,1,5 -26.91,0,1,5 -27,0,1,5 -27.09,0,1,5 -27.18,0,1,5 -27.27,0,1,5 -27.36,0,1,5 -27.45,0,1,5 -27.54,0,1,5 -27.63,0,1,5 -27.72,0,1,5 -27.81,0,1,5 -27.9,0,1,5 -27.99,0,1,5 -28.08,0,1,5 -28.17,0,1,5 -28.26,0,1,5 -28.35,0,1,5 -28.44,0,1,5 -28.53,0,1,5 -28.62,0,1,5 -28.71,0,1,5 -28.8,0,1,5 -28.89,0,1,5 -28.98,0,1,5 -29.07,0,1,5 -29.16,0,1,5 -29.25,0,1,5 -29.34,0,1,5 -29.43,0,1,5 -29.52,0,1,5 -29.61,0,1,5 -29.7,0,1,5 -29.79,0,1,5 -29.88,0,1,5 -29.97,0,1,5 -30.06,0,1,5 -30.15,0,1,5 -30.24,0,1,5 -30.33,0,1,5 -30.42,0,1,5 -30.51,0,1,5 -30.6,0,1,5 -30.69,0,1,5 -30.78,0,1,5 -30.87,0,1,5 -30.96,0,1,5 -31.05,0,1,5 -31.14,0,1,5 -31.23,0,1,5 -31.32,0,1,5 -31.41,0,1,5 -31.5,0,1,5 -31.59,0,1,5 -31.68,0,1,5 -31.77,0,1,5 -31.86,0,1,5 -31.95,0,1,5 -32.04,0,1,5 -32.13,0,1,5 -32.22,0,1,5 -32.31,0,1,5 -32.4,0,1,5 -32.49,0,1,5 -32.58,0,1,5 -32.67,0,1,5 -32.76,0,1,5 -32.85,0,1,5 -32.94,0,1,5 -33.03,0,1,5 -33.12,0,1,5 -33.21,0,1,5 -33.3,0,1,5 -33.39,0,1,5 -33.48,0,1,5 -33.57,0,1,5 -33.66,0,1,5 -33.75,0,1,5 -33.84,0,1,5 -33.93,0,1,5 -34.02,0,1,5 -34.11,0,1,5 -34.2,0,1,5 -34.29,0,1,5 -34.38,0,1,5 -34.47,0,1,5 -34.56,0,1,5 -34.65,0,1,5 -34.74,0,1,5 -34.83,0,1,5 -34.92,0,1,5 -35.01,0,1,5 -35.1,0,1,5 -35.19,0,1,5 -35.28,0,1,5 -35.37,0,1,5 -35.46,0,1,5 -35.55,0,1,5 -35.64,0,1,5 -35.73,0,1,5 -35.82,0,1,5 -35.91,0,1,5 -36,0,1,5 -36.09,0,1,5 -36.18,0,1,5 -36.27,0,1,5 -36.36,0,1,5 -36.45,0,1,5 -36.54,0,1,5 -36.63,0,1,5 -36.72,0,1,5 -36.81,0,1,5 -36.9,0,1,5 -36.99,0,1,5 -37.08,0,1,5 -37.17,0,1,5 -37.26,0,1,5 -37.35,0,1,5 -37.44,0,1,5 -37.53,0,1,5 -37.62,0,1,5 -37.71,0,1,5 -37.8,0,1,5 -37.89,0,1,5 -37.98,0,1,5 -38.07,0,1,5 -38.16,0,1,5 -38.25,0,1,5 -38.34,0,1,5 -38.43,0,1,5 -38.52,0,1,5 -38.61,0,1,5 -38.7,0,1,5 -38.79,0,1,5 -38.88,0,1,5 -38.97,0,1,5 -39.06,0,1,5 -39.15,0,1,5 -39.24,0,1,5 -39.33,0,1,5 -39.42,0,1,5 -39.51,0,1,5 -39.6,0,1,5 -39.69,0,1,5 -39.78,0,1,5 -39.87,0,1,5 -39.96,0,1,5 -40.05,0,1,5 -40.14,0,1,5 -40.23,0,1,5 -40.32,0,1,5 -40.41,0,1,5 -40.5,0,1,5 -40.59,0,1,5 -40.68,0,1,5 -40.77,0,1,5 -40.86,0,1,5 -40.95,0,1,5 -41.04,0,1,5 -41.13,0,1,5 -41.22,0,1,5 -41.31,0,1,5 -41.4,0,1,5 -41.49,0,1,5 -41.58,0,1,5 -41.67,0,1,5 -41.76,0,1,5 -41.85,0,1,5 -41.94,0,1,5 -42.03,0,1,5 -42.12,0,1,5 -42.21,0,1,5 -42.3,0,1,5 -42.39,0,1,5 -42.48,0,1,5 -42.57,0,1,5 -42.66,0,1,5 -42.75,0,1,5 -42.84,0,1,5 -42.93,0,1,5 -43.02,0,1,5 -43.11,0,1,5 -43.2,0,1,5 -43.29,0,1,5 -43.38,0,1,5 -43.47,0,1,5 -43.56,0,1,5 -43.65,0,1,5 -43.74,0,1,5 -43.83,0,1,5 -43.92,0,1,5 -44.01,0,1,5 -44.1,0,1,5 -44.19,0,1,5 -44.28,0,1,5 -44.37,0,1,5 -44.46,0,1,5 -44.55,0,1,5 -44.64,0,1,5 -44.73,0,1,5 -44.82,0,1,5 -44.91,0,1,5 -45,0,1,5 -45.09,0,1,5 -45.18,0,1,5 -45.27,0,1,5 -45.36,0,1,5 -45.45,0,1,5 -45.54,0,1,5 -45.63,0,1,5 -45.72,0,1,5 -45.81,0,1,5 -45.9,0,1,5 -45.99,0,1,5 -46.08,0,1,5 -46.17,0,1,5 -46.26,0,1,5 -46.35,0,1,5 -46.44,0,1,5 -46.53,0,1,5 -46.62,0,1,5 -46.71,0,1,5 -46.8,0,1,5 -46.89,0,1,5 -46.98,0,1,5 -47.07,0,1,5 -47.16,0,1,5 -47.25,0,1,5 -47.34,0,1,5 -47.43,0,1,5 -47.52,0,1,5 -47.61,0,1,5 -47.7,0,1,5 -47.79,0,1,5 -47.88,0,1,5 -47.97,0,1,5 -48.06,0,1,5 -48.15,0,1,5 -48.24,0,1,5 -48.33,0,1,5 -48.42,0,1,5 -48.51,0,1,5 -48.6,0,1,5 -48.69,0,1,5 -48.78,0,1,5 -48.87,0,1,5 -48.96,0,1,5 -49.05,0,1,5 -49.14,0,1,5 -49.23,0,1,5 -49.32,0,1,5 -49.41,0,1,5 -49.5,0,1,5 -49.59,0,1,5 -49.68,0,1,5 -49.77,0,1,5 -49.86,0,1,5 -49.95,0,1,5 -50.04,0,1,5 -50.13,0,1,5 -50.22,0,1,5 -50.31,0,1,5 -50.4,0,1,5 -50.49,0,1,5 -50.58,0,1,5 -50.67,0,1,5 -50.76,0,1,5 -50.85,0,1,5 -50.94,0,1,5 -51.03,0,1,5 -51.12,0,1,5 -51.21,0,1,5 -51.3,0,1,5 -51.39,0,1,5 -51.48,0,1,5 -51.57,0,1,5 -51.66,0,1,5 -51.75,0,1,5 -51.84,0,1,5 -51.93,0,1,5 -52.02,0,1,5 -52.11,0,1,5 -52.2,0,1,5 -52.29,0,1,5 -52.38,0,1,5 -52.47,0,1,5 -52.56,0,1,5 -52.65,0,1,5 -52.74,0,1,5 -52.83,0,1,5 -52.92,0,1,5 -53.01,0,1,5 -53.1,0,1,5 -53.19,0,1,5 -53.28,0,1,5 -53.37,0,1,5 -53.46,0,1,5 -53.55,0,1,5 -53.64,0,1,5 -53.73,0,1,5 -53.82,0,1,5 -53.91,0,1,5 -54,0,1,5 -54.09,0,1,5 -54.18,0,1,5 -54.27,0,1,5 -54.36,0,1,5 -54.45,0,1,5 -54.54,0,1,5 -54.63,0,1,5 -54.72,0,1,5 -54.81,0,1,5 -54.9,0,1,5 -54.99,0,1,5 -55.08,0,1,5 -55.17,0,1,5 -55.26,0,1,5 -55.35,0,1,5 -55.44,0,1,5 -55.53,0,1,5 -55.62,0,1,5 -55.71,0,1,5 -55.8,0,1,5 -55.89,0,1,5 -55.98,0,1,5 -56.07,0,1,5 -56.16,0,1,5 -56.25,0,1,5 -56.34,0,1,5 -56.43,0,1,5 -56.52,0,1,5 -56.61,0,1,5 -56.7,0,1,5 -56.79,0,1,5 -56.88,0,1,5 -56.97,0,1,5 -57.06,0,1,5 -57.15,0,1,5 -57.24,0,1,5 -57.33,0,1,5 -57.42,0,1,5 -57.51,0,1,5 -57.6,0,1,5 -57.69,0,1,5 -57.78,0,1,5 -57.87,0,1,5 -57.96,0,1,5 -58.05,0,1,5 -58.14,0,1,5 -58.23,0,1,5 -58.32,0,1,5 -58.41,0,1,5 -58.5,0,1,5 -58.59,0,1,5 -58.68,0,1,5 -58.77,0,1,5 -58.86,0,1,5 -58.95,0,1,5 -59.04,0,1,5 -59.13,0,1,5 -59.22,0,1,5 -59.31,0,1,5 -59.4,0,1,5 -59.49,0,1,5 -59.58,0,1,5 -59.67,0,1,5 -59.76,0,1,5 -59.85,0,1,5 -59.94,0,1,5 -60.03,0,1,5 -60.12,0,1,5 -60.21,0,1,5 -60.3,0,1,5 -60.39,0,1,5 -60.48,0,1,5 -60.57,0,1,5 -60.66,0,1,5 -60.75,0,1,5 -60.84,0,1,5 -60.93,0,1,5 -61.02,0,1,5 -61.11,0,1,5 -61.2,0,1,5 -61.29,0,1,5 -61.38,0,1,5 -61.47,0,1,5 -61.56,0,1,5 -61.65,0,1,5 -61.74,0,1,5 -61.83,0,1,5 -61.92,0,1,5 -62.01,0,1,5 -62.1,0,1,5 -62.19,0,1,5 -62.28,0,1,5 -62.37,0,1,5 -62.46,0,1,5 -62.55,0,1,5 -62.64,0,1,5 -62.73,0,1,5 -62.82,0,1,5 -62.91,0,1,5 -63,0,1,5 -63.09,0,1,5 -63.18,0,1,5 -63.27,0,1,5 -63.36,0,1,5 -63.45,0,1,5 -63.54,0,1,5 -63.63,0,1,5 -63.72,0,1,5 -63.81,0,1,5 -63.9,0,1,5 -63.99,0,1,5 -64.079,1,1,5 -64.169,1,1,5 -64.259,1,1,5 -64.349,1,1,5 -64.439,1,1,5 -64.529,1,1,5 -64.619,1,1,5 -64.709,1,1,5 -64.799,1,1,5 -64.889,1,1,5 -64.979,1,1,5 -65.069,1,1,5 -65.159,1,1,5 -65.249,1,1,5 -65.339,1,1,5 -65.429,1,1,5 -65.519,1,1,5 -65.609,1,1,5 -65.699,1,1,5 -65.789,1,1,5 -65.879,1,1,5 -65.969,1,1,5 -66.059,1,1,5 -66.149,1,1,5 -66.239,1,1,5 -66.329,1,1,5 -66.419,1,1,5 -66.509,1,1,5 -66.599,1,1,5 -66.689,1,1,5 -66.779,1,1,5 -66.869,1,1,5 -66.959,1,1,5 -67.049,1,1,5 -67.139,1,1,5 -67.229,1,1,5 -67.319,1,1,5 -67.409,1,1,5 -67.499,1,1,5 -67.589,1,1,5 -67.679,1,1,5 -67.769,1,1,5 -67.859,1,1,5 -67.949,1,1,5 -68.039,1,1,5 -68.129,1,1,5 -68.219,1,1,5 -68.309,1,1,5 -68.399,1,1,5 -68.489,1,1,5 -68.579,1,1,5 -68.669,1,1,5 -68.759,1,1,5 -68.849,1,1,5 -68.939,1,1,5 -69.029,1,1,5 -69.119,1,1,5 -69.209,1,1,5 -69.299,1,1,5 -69.389,1,1,5 -69.479,1,1,5 -69.569,1,1,5 -69.659,1,1,5 -69.749,1,1,5 -69.839,1,1,5 -69.929,1,1,5 -70.019,1,1,5 -70.109,1,1,5 -70.199,1,1,5 -70.289,1,1,5 -70.379,1,1,5 -70.469,1,1,5 -70.559,1,1,5 -70.649,1,1,5 -70.739,1,1,5 -70.829,1,1,5 -70.919,1,1,5 -71.009,0,0,5 -71.099,0,0,5 -71.189,0,0,5 -71.279,0,0,5 -71.369,0,0,5 -71.459,0,0,5 -71.549,0,0,5 -71.639,0,0,5 -71.729,0,0,5 -71.819,0,0,5 -71.909,0,0,5 -71.999,0,0,5 -72.089,0,0,5 -72.179,0,0,5 -72.269,0,0,5 -72.359,0,0,5 -72.449,0,0,5 -72.539,0,0,5 -72.629,0,0,5 -72.719,0,0,5 -72.809,0,0,5 -72.899,0,0,5 -72.989,0,0,5 -73.079,0,0,5 -73.169,0,0,5 -73.259,0,0,5 -73.349,0,0,5 -73.439,0,0,5 -73.529,0,0,5 -73.619,0,0,5 -73.709,0,0,5 -73.799,0,0,5 -73.889,0,0,5 -73.979,0,0,5 -74.069,0,0,5 -74.159,0,0,5 -74.249,0,0,5 -74.339,0,0,5 -74.429,0,0,5 -74.519,0,0,5 -74.609,0,0,5 -74.699,0,0,5 -74.789,0,0,5 -74.879,0,0,5 -74.969,0,0,5 -75.059,0,0,5 -75.149,0,0,5 -75.239,0,0,5 -75.329,0,0,5 -75.419,0,0,5 -75.509,0,0,5 -75.599,0,0,5 -75.689,0,0,5 -75.779,0,0,5 -75.869,0,0,5 -75.959,0,0,5 -76.049,0,0,5 -76.139,0,0,5 -76.229,0,0,5 -76.319,0,0,5 -76.409,0,0,5 -76.499,0,0,5 -76.589,0,0,5 -76.679,0,0,5 -76.769,0,0,5 -76.859,0,0,5 -76.949,0,0,5 -77.039,0,0,5 -77.129,0,0,5 -77.219,0,0,5 -77.309,0,0,5 -77.399,0,0,5 -77.489,0,0,5 -77.579,0,0,5 -77.669,0,0,5 -77.759,0,0,5 -77.849,0,0,5 -77.939,0,0,5 -78.029,0,0,5 -78.119,0,0,5 -78.209,0,0,5 -78.299,0,0,5 -78.389,0,0,5 -78.479,0,0,5 -78.569,0,0,5 -78.659,0,0,5 -78.749,0,0,5 -78.839,0,0,5 -78.929,0,0,5 -79.019,0,0,5 -79.109,0,0,5 -79.199,0,0,5 -79.289,0,0,5 -79.379,0,0,5 -79.469,0,0,5 -79.559,0,0,5 -79.649,0,0,5 -79.739,0,0,5 -79.829,0,0,5 -79.919,0,0,5 -80.009,0,1,5 -80.099,1,1,5 -80.189,1,1,5 -80.279,1,1,5 -80.369,1,1,5 -80.459,1,1,5 -80.549,1,1,5 -80.639,1,1,5 -80.729,1,1,5 -80.819,1,1,5 -80.909,1,1,5 -80.999,1,1,5 -81.088,0,0,5 -81.178,0,0,5 -81.269,0,0,5 -81.359,0,0,5 -81.448,0,0,5 -81.538,0,0,5 -81.629,0,0,5 -81.719,0,0,5 -81.808,0,0,5 -81.898,0,0,5 -81.989,0,0,5 -82.079,0,0,5 -82.168,0,0,5 -82.258,0,0,5 -82.349,0,0,5 -82.439,0,0,5 -82.528,0,0,5 -82.618,0,0,5 -82.709,0,0,5 -82.799,0,0,5 -82.888,0,0,5 -82.978,0,0,5 -83.069,0,0,5 -83.159,0,0,5 -83.249,0,0,5 -83.338,0,0,5 -83.428,0,0,5 -83.519,0,0,5 -83.609,0,0,5 -83.698,0,0,5 -83.788,0,0,5 -83.879,0,0,5 -83.969,0,0,5 -84.058,0,0,5 -84.148,0,0,5 -84.239,0,0,5 -84.329,0,0,5 -84.418,0,0,5 -84.508,0,0,5 -84.599,0,0,5 -84.689,0,0,5 -84.778,0,0,5 -84.868,0,0,5 -84.959,0,0,5 -85.049,0,0,5 -85.138,0,0,5 -85.228,0,0,5 -85.319,0,0,5 -85.409,0,0,5 -85.499,0,0,5 -85.588,0,0,5 -85.678,0,0,5 -85.769,0,0,5 -85.859,0,0,5 -85.948,0,0,5 -86.038,0,0,5 -86.129,0,0,5 -86.219,0,0,5 -86.308,0,0,5 -86.398,0,0,5 -86.489,0,0,5 -86.579,0,0,5 -86.668,0,0,5 -86.758,0,0,5 -86.849,0,0,5 -86.939,0,0,5 -87.028,0,0,5 -87.118,0,0,5 -87.209,0,0,5 -87.299,0,0,5 -87.388,0,0,5 -87.478,0,0,5 -87.569,0,0,5 -87.659,0,0,5 -87.749,0,0,5 -87.838,0,0,5 -87.928,0,0,5 -88.019,0,0,5 -88.109,0,0,5 -88.198,0,0,5 -88.288,0,0,5 -88.379,0,0,5 -88.469,0,0,5 -88.558,0,0,5 -88.648,0,0,5 -88.739,0,0,5 -88.829,0,0,5 -88.918,0,0,5 -89.008,0,0,5 -89.099,0,0,5 -89.189,0,0,5 -89.278,0,0,5 -89.368,0,0,5 -89.459,0,0,5 -89.549,0,0,5 -89.638,0,0,5 -89.728,0,0,5 -89.819,0,0,5 -89.909,0,0,5 -89.999,0,0,5 -90.088,1,1,5 -90.178,1,1,5 -90.268,1,1,5 -90.358,1,1,5 -90.448,1,1,5 -90.538,1,1,5 -90.628,1,1,5 -90.718,1,1,5 -90.808,1,1,5 -90.898,1,1,5 -90.988,1,1,5 -91.078,0,0,5 -91.168,0,0,5 -91.258,0,0,5 -91.348,0,0,5 -91.438,0,0,5 -91.528,0,0,5 -91.618,0,0,5 -91.708,0,0,5 -91.798,0,0,5 -91.888,0,0,5 -91.978,0,0,5 -92.068,0,0,5 -92.158,0,0,5 -92.248,0,0,5 -92.338,0,0,5 -92.428,0,0,5 -92.518,0,0,5 -92.608,0,0,5 -92.698,0,0,5 -92.788,0,0,5 -92.878,0,0,5 -92.968,0,0,5 -93.058,0,0,5 -93.148,0,0,5 -93.238,0,0,5 -93.328,0,0,5 -93.418,0,0,5 -93.508,0,0,5 -93.598,0,0,5 -93.688,0,0,5 -93.778,0,0,5 -93.868,0,0,5 -93.958,0,0,5 -94.048,0,0,5 -94.138,0,0,5 -94.228,0,0,5 -94.318,0,0,5 -94.408,0,0,5 -94.498,0,0,5 -94.588,0,0,5 -94.678,0,0,5 -94.768,0,0,5 -94.858,0,0,5 -94.948,0,0,5 -95.038,0,0,5 -95.128,0,0,5 -95.218,0,0,5 -95.308,0,0,5 -95.398,0,0,5 -95.488,0,0,5 -95.578,0,0,5 -95.668,0,0,5 -95.758,0,0,5 -95.848,0,0,5 -95.938,0,0,5 -96.028,0,0,5 -96.118,0,0,5 -96.208,0,0,5 -96.298,0,0,5 -96.388,0,0,5 -96.478,0,0,5 -96.568,0,0,5 -96.658,0,0,5 -96.748,0,0,5 -96.838,0,0,5 -96.928,0,0,5 -97.018,0,0,5 -97.108,0,0,5 -97.198,0,0,5 -97.288,0,0,5 -97.378,0,0,5 -97.468,0,0,5 -97.558,0,0,5 -97.648,0,0,5 -97.738,0,0,5 -97.828,0,0,5 -97.918,0,0,5 -98.008,0,0,5 -98.098,0,0,5 -98.188,0,0,5 -98.278,0,0,5 -98.368,0,0,5 -98.458,0,0,5 -98.548,0,0,5 -98.638,0,0,5 -98.728,0,0,5 -98.818,0,0,5 -98.908,0,0,5 -98.998,0,0,5 -99.088,0,0,5 -99.178,0,0,5 -99.268,0,0,5 -99.358,0,0,5 -99.448,0,0,5 -99.538,0,0,5 -99.628,0,0,5 -99.718,0,0,5 -99.808,0,0,5 -99.898,0,0,5 -99.988,0,0,5 -100.08,0,1,3 -100.17,0,1,3 -100.26,0,1,3 -100.35,0,1,3 -100.44,0,1,3 -100.53,0,1,3 -100.62,0,1,3 -100.7,0,1,3 -100.8,0,1,3 -100.89,0,1,3 -100.97,0,1,3 -101.06,0,0,3 -101.15,0,0,3 -101.24,0,0,3 -101.33,0,0,3 -101.42,0,0,3 -101.51,0,0,3 -101.6,0,0,3 -101.69,0,0,3 -101.78,0,0,3 -101.87,0,0,3 -101.96,0,0,3 -102.05,0,0,3 -102.14,0,0,3 -102.23,0,0,3 -102.32,0,0,3 -102.41,0,0,3 -102.5,0,0,3 -102.59,0,0,3 -102.68,0,0,3 -102.77,0,0,3 -102.86,0,0,3 -102.95,0,0,3 -103.04,0,0,3 -103.13,0,0,3 -103.22,0,0,3 -103.31,0,0,3 -103.4,0,0,3 -103.49,0,0,3 -103.58,0,0,3 -103.67,0,0,3 -103.76,0,0,3 -103.85,0,0,3 -103.94,0,0,3 -104.03,0,0,3 -104.12,0,0,3 -104.21,0,0,3 -104.3,0,0,3 -104.39,0,0,3 -104.48,0,0,3 -104.57,0,0,3 -104.66,0,0,3 -104.75,0,0,3 -104.84,0,0,3 -104.93,0,0,3 -105.02,0,0,3 -105.11,0,0,3 -105.2,0,0,3 -105.29,0,0,3 -105.38,0,0,3 -105.47,0,0,3 -105.56,0,0,3 -105.65,0,0,3 -105.74,0,0,3 -105.83,0,0,3 -105.92,0,0,3 -106.01,0,0,3 -106.1,0,0,3 -106.19,0,0,3 -106.28,0,0,3 -106.37,0,0,3 -106.46,0,0,3 -106.55,0,0,3 -106.64,0,0,3 -106.73,0,0,3 -106.82,0,0,3 -106.91,0,0,3 -107,0,0,3 -107.09,0,0,3 -107.18,0,0,3 -107.27,0,0,3 -107.36,0,0,3 -107.45,0,0,3 -107.54,0,0,3 -107.63,0,0,3 -107.72,0,0,3 -107.81,0,0,3 -107.9,0,0,3 -107.99,0,0,3 -108.08,0,0,3 -108.17,0,0,3 -108.26,0,0,3 -108.35,0,0,3 -108.44,0,0,3 -108.53,0,0,3 -108.62,0,0,3 -108.71,0,0,3 -108.8,0,0,3 -108.89,0,0,3 -108.98,0,0,3 -109.07,0,0,3 -109.16,0,0,3 -109.25,0,0,3 -109.34,0,0,3 -109.43,0,0,3 -109.52,0,0,3 -109.61,0,0,3 -109.7,0,0,3 -109.79,0,0,3 -109.88,0,0,3 -109.97,0,0,3 -110.06,0,1,3 -110.15,0,1,3 -110.24,0,1,3 -110.33,0,1,3 -110.42,0,1,3 -110.51,0,1,3 -110.6,0,1,3 -110.69,0,1,3 -110.78,0,1,3 -110.87,0,1,3 -110.96,0,1,3 -111.05,0,0,3 -111.14,0,0,3 -111.23,0,0,3 -111.32,0,0,3 -111.41,0,0,3 -111.5,0,0,3 -111.59,0,0,3 -111.68,0,0,3 -111.77,0,0,3 -111.86,0,0,3 -111.95,0,0,3 -112.04,0,0,3 -112.13,0,0,3 -112.22,0,0,3 -112.31,0,0,3 -112.4,0,0,3 -112.49,0,0,3 -112.58,0,0,3 -112.67,0,0,3 -112.76,0,0,3 -112.85,0,0,3 -112.94,0,0,3 -113.03,0,0,3 -113.12,0,0,3 -113.21,0,0,3 -113.3,0,0,3 -113.39,0,0,3 -113.48,0,0,3 -113.57,0,0,3 -113.66,0,0,3 -113.75,0,0,3 -113.84,0,0,3 -113.93,0,0,3 -114.02,0,0,3 -114.11,0,0,3 -114.2,0,0,3 -114.29,0,0,3 -114.38,0,0,3 -114.47,0,0,3 -114.56,0,0,3 -114.65,0,0,3 -114.74,0,0,3 -114.83,0,0,3 -114.92,0,0,3 -115.01,0,0,3 -115.1,0,0,3 -115.19,0,0,3 -115.28,0,0,3 -115.37,0,0,3 -115.46,0,0,3 -115.55,0,0,3 -115.64,0,0,3 -115.73,0,0,3 -115.82,0,0,3 -115.91,0,0,3 -116,0,0,3 -116.09,0,0,3 -116.18,0,0,3 -116.27,0,0,3 -116.36,0,0,3 -116.45,0,0,3 -116.54,0,0,3 -116.63,0,0,3 -116.72,0,0,3 -116.81,0,0,3 -116.9,0,0,3 -116.99,0,0,3 -117.08,0,0,3 -117.17,0,0,3 -117.26,0,0,3 -117.35,0,0,3 -117.44,0,0,3 -117.53,0,0,3 -117.62,0,0,3 -117.71,0,0,3 -117.8,0,0,3 -117.89,0,0,3 -117.98,0,0,3 -118.07,0,0,3 -118.16,0,0,3 -118.25,0,0,3 -118.34,0,0,3 -118.43,0,0,3 -118.52,0,0,3 -118.61,0,0,3 -118.7,0,0,3 -118.79,0,0,3 -118.88,0,0,3 -118.97,0,0,3 -119.06,0,0,3 -119.15,0,0,3 -119.24,0,0,3 -119.33,0,0,3 -119.42,0,0,3 -119.51,0,0,3 -119.6,0,0,3 -119.69,0,0,3 -119.78,0,0,3 -119.87,0,0,3 -119.96,0,0,3 -120.05,0,1,3 -120.14,0,1,3 -120.23,0,1,3 -120.32,0,1,3 -120.41,0,1,3 -120.5,0,1,3 -120.59,0,1,3 -120.68,0,1,3 -120.77,0,1,3 -120.86,0,1,3 -120.95,0,1,3 -121.04,0,1,3 -121.13,0,1,3 -121.22,0,1,3 -121.31,0,1,3 -121.39,0,1,3 -121.48,0,1,3 -121.58,0,1,3 -121.66,0,1,3 -121.75,0,1,3 -121.84,0,1,3 -121.93,0,1,3 -122.02,0,1,3 -122.11,0,1,3 -122.2,0,1,3 -122.29,0,1,3 -122.38,0,1,3 -122.47,0,1,3 -122.56,0,1,3 -122.65,0,1,3 -122.74,0,1,3 -122.83,0,1,3 -122.92,0,1,3 -123.01,0,1,3 -123.1,0,1,3 -123.19,0,1,3 -123.28,0,1,3 -123.37,0,1,3 -123.46,0,1,3 -123.55,0,1,3 -123.64,0,1,3 -123.73,0,1,3 -123.82,0,1,3 -123.91,0,1,3 -124,0,1,3 -124.09,0,1,3 -124.17,0,1,3 -124.27,0,1,3 -124.36,0,1,3 -124.44,0,1,3 -124.53,0,1,3 -124.62,0,1,3 -124.71,0,1,3 -124.8,0,1,3 -124.89,0,1,3 -124.98,0,1,3 -125.07,0,1,3 -125.16,0,1,3 -125.25,0,1,3 -125.34,0,1,3 -125.43,0,1,3 -125.52,0,1,3 -125.61,0,1,3 -125.7,0,1,3 -125.79,0,1,3 -125.88,0,1,3 -125.97,0,1,3 -126.06,0,1,3 -126.15,0,1,3 -126.24,0,1,3 -126.33,0,1,3 -126.42,0,1,3 -126.51,0,1,3 -126.6,0,1,3 -126.69,0,1,3 -126.78,0,1,3 -126.87,0,1,3 -126.95,0,1,3 -127.05,0,1,3 -127.14,0,1,3 -127.22,0,1,3 -127.31,0,1,3 -127.4,0,1,3 -127.49,0,1,3 -127.58,0,1,3 -127.67,0,1,3 -127.76,0,1,3 -127.85,0,1,3 -127.94,0,1,3 -128.03,0,1,3 -128.12,0,1,3 -128.21,0,1,3 -128.3,0,1,3 -128.39,0,1,3 -128.48,0,1,3 -128.57,0,1,3 -128.66,0,1,3 -128.75,0,1,3 -128.84,0,1,3 -128.93,0,1,3 -129.02,0,1,3 -129.11,0,1,3 -129.2,0,1,3 -129.29,0,1,3 -129.38,0,1,3 -129.47,0,1,3 -129.56,0,1,3 -129.65,0,1,3 -129.74,0,1,3 -129.82,0,1,3 -129.91,0,1,3 -130,0,1,3 -130.09,0,1,3 -130.18,0,1,3 -130.27,0,1,3 -130.36,0,1,3 -130.45,0,1,3 -130.54,0,1,3 -130.63,0,1,3 -130.72,0,1,3 -130.81,0,1,3 -130.9,0,1,3 -130.99,0,1,3 -131.08,0,1,3 -131.17,0,1,3 -131.26,0,1,3 -131.35,0,1,3 -131.44,0,1,3 -131.53,0,1,3 -131.62,0,1,3 -131.71,0,1,3 -131.8,0,1,3 -131.89,0,1,3 -131.98,0,1,3 -132.07,0,1,3 -132.16,0,1,3 -132.25,0,1,3 -132.34,0,1,3 -132.43,0,1,3 -132.51,0,1,3 -132.6,0,1,3 -132.69,0,1,3 -132.78,0,1,3 -132.87,0,1,3 -132.96,0,1,3 -133.05,0,1,3 -133.14,0,1,3 -133.23,0,1,3 -133.32,0,1,3 -133.41,0,1,3 -133.5,0,1,3 -133.59,0,1,3 -133.68,0,1,3 -133.77,0,1,3 -133.86,0,1,3 -133.95,0,1,3 -134.04,0,1,3 -134.13,0,1,3 -134.22,0,1,3 -134.31,0,1,3 -134.4,0,1,3 -134.49,0,1,3 -134.58,0,1,3 -134.67,0,1,3 -134.76,0,1,3 -134.85,0,1,3 -134.94,0,1,3 -135.03,0,1,3 -135.12,0,1,3 -135.21,0,1,3 -135.29,0,1,3 -135.38,0,1,3 -135.47,0,1,3 -135.56,0,1,3 -135.65,0,1,3 -135.74,0,1,3 -135.83,0,1,3 -135.92,0,1,3 -136.01,0,1,3 -136.1,0,1,3 -136.19,0,1,3 -136.28,0,1,3 -136.37,0,1,3 -136.46,0,1,3 -136.55,0,1,3 -136.64,0,1,3 -136.73,0,1,3 -136.82,0,1,3 -136.91,0,1,3 -137,0,1,3 -137.09,0,1,3 -137.18,0,1,3 -137.27,0,1,3 -137.36,0,1,3 -137.45,0,1,3 -137.54,0,1,3 -137.63,0,1,3 -137.72,0,1,3 -137.81,0,1,3 -137.9,0,1,3 -137.99,0,1,3 -138.07,0,1,3 -138.16,0,1,3 -138.25,0,1,3 -138.34,0,1,3 -138.43,0,1,3 -138.52,0,1,3 -138.61,0,1,3 -138.7,0,1,3 -138.79,0,1,3 -138.88,0,1,3 -138.97,0,1,3 -139.06,0,1,3 -139.15,0,1,3 -139.24,0,1,3 -139.33,0,1,3 -139.42,0,1,3 -139.51,0,1,3 -139.6,0,1,3 -139.69,0,1,3 -139.78,0,1,3 -139.87,0,1,3 -139.96,0,1,3 -140.05,0,1,3 -140.14,0,1,3 -140.23,0,1,3 -140.32,0,1,3 -140.41,0,1,3 -140.5,0,1,3 -140.59,0,1,3 -140.68,0,1,3 -140.76,0,1,3 -140.85,0,1,3 -140.94,0,1,3 -141.03,0,1,3 -141.12,0,1,3 -141.21,0,1,3 -141.3,0,1,3 -141.39,0,1,3 -141.48,0,1,3 -141.57,0,1,3 -141.66,0,1,3 -141.75,0,1,3 -141.84,0,1,3 -141.93,0,1,3 -142.02,0,1,3 -142.11,0,1,3 -142.2,0,1,3 -142.29,0,1,3 -142.38,0,1,3 -142.47,0,1,3 -142.56,0,1,3 -142.65,0,1,3 -142.74,0,1,3 -142.83,0,1,3 -142.92,0,1,3 -143.01,0,1,3 -143.1,0,1,3 -143.19,0,1,3 -143.28,0,1,3 -143.37,0,1,3 -143.46,0,1,3 -143.54,0,1,3 -143.63,0,1,3 -143.72,0,1,3 -143.81,0,1,3 -143.9,0,1,3 -143.99,0,1,3 -144.08,0,1,3 -144.17,0,1,3 -144.26,0,1,3 -144.35,0,1,3 -144.44,0,1,3 -144.53,0,1,3 -144.62,0,1,3 -144.71,0,1,3 -144.8,0,1,3 -144.89,0,1,3 -144.98,0,1,3 -145.07,0,1,3 -145.16,0,1,3 -145.25,0,1,3 -145.34,0,1,3 -145.43,0,1,3 -145.52,0,1,3 -145.61,0,1,3 -145.7,0,1,3 -145.79,0,1,3 -145.88,0,1,3 -145.97,0,1,3 -146.06,0,1,3 -146.15,0,1,3 -146.24,0,1,3 -146.32,0,1,3 -146.41,0,1,3 -146.5,0,1,3 -146.59,0,1,3 -146.68,0,1,3 -146.77,0,1,3 -146.86,0,1,3 -146.95,0,1,3 -147.04,0,1,3 -147.13,0,1,3 -147.22,0,1,3 -147.31,0,1,3 -147.4,0,1,3 -147.49,0,1,3 -147.58,0,1,3 -147.67,0,1,3 -147.76,0,1,3 -147.85,0,1,3 -147.94,0,1,3 -148.03,0,1,3 -148.12,0,1,3 -148.21,0,1,3 -148.3,0,1,3 -148.39,0,1,3 -148.48,0,1,3 -148.57,0,1,3 -148.66,0,1,3 -148.75,0,1,3 -148.84,0,1,3 -148.93,0,1,3 -149.01,0,1,3 -149.1,0,1,3 -149.19,0,1,3 -149.28,0,1,3 -149.37,0,1,3 -149.46,0,1,3 -149.55,0,1,3 -149.64,0,1,3 -149.73,0,1,3 -149.82,0,1,3 -149.91,0,1,3 -150,0,1,3 -150.09,0,1,3 -150.18,0,1,3 -150.27,0,1,3 -150.36,0,1,3 -150.45,0,1,3 -150.54,0,1,3 -150.63,0,1,3 -150.72,0,1,3 -150.81,0,1,3 -150.9,0,1,3 -150.99,0,1,3 -151.08,0,1,3 -151.17,0,1,3 -151.26,0,1,3 -151.35,0,1,3 -151.44,0,1,3 -151.53,0,1,3 -151.62,0,1,3 -151.71,0,1,3 -151.79,0,1,3 -151.88,0,1,3 -151.97,0,1,3 -152.06,0,1,3 -152.15,0,1,3 -152.24,0,1,3 -152.33,0,1,3 -152.42,0,1,3 -152.51,0,1,3 -152.6,0,1,3 -152.69,0,1,3 -152.78,0,1,3 -152.87,0,1,3 -152.96,0,1,3 -153.05,0,1,3 -153.14,0,1,3 -153.23,0,1,3 -153.32,0,1,3 -153.41,0,1,3 -153.5,0,1,3 -153.59,0,1,3 -153.68,0,1,3 -153.77,0,1,3 -153.86,0,1,3 -153.95,0,1,3 -154.04,0,1,3 -154.13,0,1,3 -154.22,0,1,3 -154.31,0,1,3 -154.4,0,1,3 -154.49,0,1,3 -154.57,0,1,3 -154.66,0,1,3 -154.75,0,1,3 -154.84,0,1,3 -154.93,0,1,3 -155.02,0,1,3 -155.11,0,1,3 -155.2,0,1,3 -155.29,0,1,3 -155.38,0,1,3 -155.47,0,1,3 -155.56,0,1,3 -155.65,0,1,3 -155.74,0,1,3 -155.83,0,1,3 -155.92,0,1,3 -156.01,0,1,3 -156.1,0,1,3 -156.19,0,1,3 -156.28,0,1,3 -156.37,0,1,3 -156.46,0,1,3 -156.55,0,1,3 -156.64,0,1,3 -156.73,0,1,3 -156.82,0,1,3 -156.91,0,1,3 -157,0,1,3 -157.09,0,1,3 -157.18,0,1,3 -157.26,0,1,3 -157.35,0,1,3 -157.44,0,1,3 -157.53,0,1,3 -157.62,0,1,3 -157.71,0,1,3 -157.8,0,1,3 -157.89,0,1,3 -157.98,0,1,3 -158.07,0,1,3 -158.16,0,1,3 -158.25,0,1,3 -158.34,0,1,3 -158.43,0,1,3 -158.52,0,1,3 -158.61,0,1,3 -158.7,0,1,3 -158.79,0,1,3 -158.88,0,1,3 -158.97,0,1,3 -159.06,0,1,3 -159.15,0,1,3 -159.24,0,1,3 -159.33,0,1,3 -159.42,0,1,3 -159.51,0,1,3 -159.6,0,1,3 -159.69,0,1,3 -159.78,0,1,3 -159.87,0,1,3 -159.96,0,1,3 -160.04,0,1,3 -160.13,0,1,3 -160.22,0,1,3 -160.31,0,1,3 -160.4,0,1,3 -160.49,0,1,3 -160.58,0,1,3 -160.67,0,1,3 -160.76,0,1,3 -160.85,0,1,3 -160.94,0,1,3 -161.03,0,1,3 -161.12,0,1,3 -161.21,0,1,3 -161.3,0,1,3 -161.39,0,1,3 -161.48,0,1,3 -161.57,0,1,3 -161.66,0,1,3 -161.75,0,1,3 -161.84,0,1,3 -161.93,0,1,3 -162.02,0,1,3 -162.11,0,1,3 -162.2,0,1,3 -162.29,0,1,3 -162.38,0,1,3 -162.47,0,1,3 -162.56,0,1,3 -162.65,0,1,3 -162.74,0,1,3 -162.82,0,1,3 -162.91,0,1,3 -163,0,1,3 -163.09,0,1,3 -163.18,0,1,3 -163.27,0,1,3 -163.36,0,1,3 -163.45,0,1,3 -163.54,0,1,3 -163.63,0,1,3 -163.72,0,1,3 -163.81,0,1,3 -163.9,0,1,3 -163.99,0,1,3 -164.08,0,1,3 -164.17,0,1,3 -164.26,0,1,3 -164.35,0,1,3 -164.44,0,1,3 -164.53,0,1,3 -164.62,0,1,3 -164.71,0,1,3 -164.8,0,1,3 -164.89,0,1,3 -164.98,0,1,3 -165.07,0,1,3 -165.16,0,1,3 -165.25,0,1,3 -165.34,0,1,3 -165.43,0,1,3 -165.52,0,1,3 -165.6,0,1,3 -165.69,0,1,3 -165.78,0,1,3 -165.87,0,1,3 -165.96,0,1,3 -166.05,0,1,3 -166.14,0,1,3 -166.23,0,1,3 -166.32,0,1,3 -166.41,0,1,3 -166.5,0,1,3 -166.59,0,1,3 -166.68,0,1,3 -166.77,0,1,3 -166.86,0,1,3 -166.95,0,1,3 -167.04,0,1,3 -167.13,0,1,3 -167.22,0,1,3 -167.31,0,1,3 -167.4,0,1,3 -167.49,0,1,3 -167.58,0,1,3 -167.67,0,1,3 -167.76,0,1,3 -167.85,0,1,3 -167.94,0,1,3 -168.03,0,1,3 -168.12,0,1,3 -168.21,0,1,3 -168.3,0,1,3 -168.38,0,1,3 -168.47,0,1,3 -168.56,0,1,3 -168.65,0,1,3 -168.74,0,1,3 -168.83,0,1,3 -168.92,0,1,3 -169.01,0,1,3 -169.1,0,1,3 -169.19,0,1,3 -169.28,0,1,3 -169.37,0,1,3 -169.46,0,1,3 -169.55,0,1,3 -169.64,0,1,3 -169.73,0,1,3 -169.82,0,1,3 -169.91,0,1,3 -170,0,1,3 -170.09,0,1,3 -170.18,0,1,3 -170.27,0,1,3 -170.36,0,1,3 -170.45,0,1,3 -170.54,0,1,3 -170.63,0,1,3 -170.72,0,1,3 -170.81,0,1,3 -170.9,0,1,3 -170.99,0,1,3 -171.08,0,1,3 -171.16,0,1,3 -171.25,0,1,3 -171.34,0,1,3 -171.43,0,1,3 -171.52,0,1,3 -171.61,0,1,3 -171.7,0,1,3 -171.79,0,1,3 -171.88,0,1,3 -171.97,0,1,3 -172.06,0,1,3 -172.15,0,1,3 -172.24,0,1,3 -172.33,0,1,3 -172.42,0,1,3 -172.51,0,1,3 -172.6,0,1,3 -172.69,0,1,3 -172.78,0,1,3 -172.87,0,1,3 -172.96,0,1,3 -173.05,0,1,3 -173.14,0,1,3 -173.23,0,1,3 -173.32,0,1,3 -173.41,0,1,3 -173.5,0,1,3 -173.59,0,1,3 -173.68,0,1,3 -173.77,0,1,3 -173.86,0,1,3 -173.94,0,1,3 -174.03,0,1,3 -174.12,0,1,3 -174.21,0,1,3 -174.3,0,1,3 -174.39,0,1,3 -174.48,0,1,3 -174.57,0,1,3 -174.66,0,1,3 -174.75,0,1,3 -174.84,0,1,3 -174.93,0,1,3 -175.02,0,1,3 -175.11,0,1,3 -175.2,0,1,3 -175.29,0,1,3 -175.38,0,1,3 -175.47,0,1,3 -175.56,0,1,3 -175.65,0,1,3 -175.74,0,1,3 -175.83,0,1,3 -175.92,0,1,3 -176.01,0,1,3 -176.1,0,1,3 -176.19,0,1,3 -176.28,0,1,3 -176.37,0,1,3 -176.46,0,1,3 -176.55,0,1,3 -176.64,0,1,3 -176.72,0,1,3 -176.81,0,1,3 -176.91,0,1,3 -176.99,0,1,3 -177.08,0,1,3 -177.17,0,1,3 -177.26,0,1,3 -177.35,0,1,3 -177.44,0,1,3 -177.53,0,1,3 -177.62,0,1,3 -177.71,0,1,3 -177.8,0,1,3 -177.89,0,1,3 -177.98,0,1,3 -178.07,0,1,3 -178.16,0,1,3 -178.25,0,1,3 -178.34,0,1,3 -178.43,0,1,3 -178.52,0,1,3 -178.61,0,1,3 -178.7,0,1,3 -178.79,0,1,3 -178.88,0,1,3 -178.97,0,1,3 -179.06,0,1,3 -179.15,0,1,3 -179.24,0,1,3 -179.33,0,1,3 -179.42,0,1,3 -179.5,0,1,3 -179.59,0,1,3 -179.69,0,1,3 -179.77,0,1,3 -179.86,0,1,3 -179.95,0,1,3 -180.04,0,1,3 -180.13,0,1,3 -180.22,0,1,3 -180.31,0,1,3 -180.4,0,1,3 -180.49,0,1,3 -180.58,0,1,3 -180.67,0,1,3 -180.76,0,1,3 -180.85,0,1,3 -180.94,0,1,3 -181.03,0,1,3 -181.12,0,1,3 -181.21,0,1,3 -181.3,0,1,3 -181.39,0,1,3 -181.48,0,1,3 -181.57,0,1,3 -181.66,0,1,3 -181.75,0,1,3 -181.84,0,1,3 -181.93,0,1,3 -182.02,0,1,3 -182.11,0,1,3 -182.2,0,1,3 -182.28,0,1,3 -182.38,0,1,3 -182.47,0,1,3 -182.55,0,1,3 -182.64,0,1,3 -182.73,0,1,3 -182.82,0,1,3 -182.91,0,1,3 -183,0,1,3 -183.09,0,1,3 -183.18,0,1,3 -183.27,0,1,3 -183.36,0,1,3 -183.45,0,1,3 -183.54,0,1,3 -183.63,0,1,3 -183.72,0,1,3 -183.81,0,1,3 -183.9,0,1,3 -183.99,0,1,3 -184.08,0,1,3 -184.17,0,1,3 -184.26,0,1,3 -184.35,0,1,3 -184.44,0,1,3 -184.53,0,1,3 -184.62,0,1,3 -184.71,0,1,3 -184.8,0,1,3 -184.89,0,1,3 -184.98,0,1,3 -185.06,0,1,3 -185.16,0,1,3 -185.25,0,1,3 -185.33,0,1,3 -185.42,0,1,3 -185.51,0,1,3 -185.6,0,1,3 -185.69,0,1,3 -185.78,0,1,3 -185.87,0,1,3 -185.96,0,1,3 -186.05,0,1,3 -186.14,0,1,3 -186.23,0,1,3 -186.32,0,1,3 -186.41,0,1,3 -186.5,0,1,3 -186.59,0,1,3 -186.68,0,1,3 -186.77,0,1,3 -186.86,0,1,3 -186.95,0,1,3 -187.04,0,1,3 -187.13,0,1,3 -187.22,0,1,3 -187.31,0,1,3 -187.4,0,1,3 -187.49,0,1,3 -187.58,0,1,3 -187.67,0,1,3 -187.76,0,1,3 -187.84,0,1,3 -187.94,0,1,3 -188.03,0,1,3 -188.11,0,1,3 -188.2,0,1,3 -188.29,0,1,3 -188.38,0,1,3 -188.47,0,1,3 -188.56,0,1,3 -188.65,0,1,3 -188.74,0,1,3 -188.83,0,1,3 -188.92,0,1,3 -189.01,0,1,3 -189.1,0,1,3 -189.19,0,1,3 -189.28,0,1,3 -189.37,0,1,3 -189.46,0,1,3 -189.55,0,1,3 -189.64,0,1,3 -189.73,0,1,3 -189.82,0,1,3 -189.91,0,1,3 -190,0,1,3 -190.09,0,1,3 -190.18,0,1,3 -190.27,0,1,3 -190.36,0,1,3 -190.45,0,1,3 -190.54,0,1,3 -190.62,0,1,3 -190.72,0,1,3 -190.81,0,1,3 -190.89,0,1,3 -190.98,0,1,3 -191.07,0,1,3 -191.16,0,1,3 -191.25,0,1,3 -191.34,0,1,3 -191.43,0,1,3 -191.52,0,1,3 -191.61,0,1,3 -191.7,0,1,3 -191.79,0,1,3 -191.88,0,1,3 -191.97,0,1,3 -192.06,0,1,3 -192.15,0,1,3 -192.24,0,1,3 -192.33,0,1,3 -192.42,0,1,3 -192.51,0,1,3 -192.6,0,1,3 -192.69,0,1,3 -192.78,0,1,3 -192.87,0,1,3 -192.96,0,1,3 -193.05,0,1,3 -193.14,0,1,3 -193.23,0,1,3 -193.32,0,1,3 -193.41,0,1,3 -193.5,0,1,3 -193.59,0,1,3 -193.67,0,1,3 -193.76,0,1,3 -193.85,0,1,3 -193.94,0,1,3 -194.03,0,1,3 -194.12,0,1,3 -194.21,0,1,3 -194.3,0,1,3 -194.39,0,1,3 -194.48,0,1,3 -194.57,0,1,3 -194.66,0,1,3 -194.75,0,1,3 -194.84,0,1,3 -194.93,0,1,3 -195.02,0,1,3 -195.11,0,1,3 -195.2,0,1,3 -195.29,0,1,3 -195.38,0,1,3 -195.47,0,1,3 -195.56,0,1,3 -195.65,0,1,3 -195.74,0,1,3 -195.83,0,1,3 -195.92,0,1,3 -196.01,0,1,3 -196.1,0,1,3 -196.19,0,1,3 -196.28,0,1,3 -196.37,0,1,3 -196.45,0,1,3 -196.54,0,1,3 -196.63,0,1,3 -196.72,0,1,3 -196.81,0,1,3 -196.9,0,1,3 -196.99,0,1,3 -197.08,0,1,3 -197.17,0,1,3 -197.26,0,1,3 -197.35,0,1,3 -197.44,0,1,3 -197.53,0,1,3 -197.62,0,1,3 -197.71,0,1,3 -197.8,0,1,3 -197.89,0,1,3 -197.98,0,1,3 -198.07,0,1,3 -198.16,0,1,3 -198.25,0,1,3 -198.34,0,1,3 -198.43,0,1,3 -198.52,0,1,3 -198.61,0,1,3 -198.7,0,1,3 -198.79,0,1,3 -198.88,0,1,3 -198.97,0,1,3 -199.06,0,1,3 -199.15,0,1,3 -199.23,0,1,3 -199.32,0,1,3 -199.41,0,1,3 -199.5,0,1,3 -199.59,0,1,3 -199.68,0,1,3 -199.77,0,1,3 -199.86,0,1,3 -199.95,0,1,3 -200.04,0,1,4 -200.13,0,1,4 -200.22,0,1,4 -200.31,0,1,4 -200.4,0,1,4 -200.49,0,1,4 -200.58,0,1,4 -200.67,0,1,4 -200.76,0,1,4 -200.85,0,1,4 -200.94,0,1,4 -201.03,0,1,4 -201.12,0,1,4 -201.21,0,1,4 -201.3,0,1,4 -201.39,0,1,4 -201.48,0,1,4 -201.57,0,1,4 -201.66,0,1,4 -201.75,0,1,4 -201.84,0,1,4 -201.93,0,1,4 -202.02,0,1,4 -202.11,0,1,4 -202.2,0,1,4 -202.29,0,1,4 -202.38,0,1,4 -202.47,0,1,4 -202.56,0,1,4 -202.65,0,1,4 -202.74,0,1,4 -202.83,0,1,4 -202.92,0,1,4 -203.01,0,1,4 -203.1,0,1,4 -203.19,0,1,4 -203.28,0,1,4 -203.37,0,1,4 -203.46,0,1,4 -203.55,0,1,4 -203.64,0,1,4 -203.73,0,1,4 -203.82,0,1,4 -203.91,0,1,4 -204,0,1,4 -204.09,0,1,4 -204.18,0,1,4 -204.27,0,1,4 -204.36,0,1,4 -204.45,0,1,4 -204.54,0,1,4 -204.63,0,1,4 -204.72,0,1,4 -204.81,0,1,4 -204.9,0,1,4 -204.99,0,1,4 -205.08,0,1,4 -205.17,0,1,4 -205.26,0,1,4 -205.35,0,1,4 -205.44,0,1,4 -205.53,0,1,4 -205.62,0,1,4 -205.71,0,1,4 -205.8,0,1,4 -205.89,0,1,4 -205.98,0,1,4 -206.07,0,1,4 -206.16,0,1,4 -206.25,0,1,4 -206.34,0,1,4 -206.43,0,1,4 -206.52,0,1,4 -206.61,0,1,4 -206.7,0,1,4 -206.79,0,1,4 -206.88,0,1,4 -206.97,0,1,4 -207.06,0,1,4 -207.15,0,1,4 -207.24,0,1,4 -207.33,0,1,4 -207.42,0,1,4 -207.51,0,1,4 -207.6,0,1,4 -207.69,0,1,4 -207.78,0,1,4 -207.87,0,1,4 -207.96,0,1,4 -208.05,0,1,4 -208.14,0,1,4 -208.23,0,1,4 -208.32,0,1,4 -208.41,0,1,4 -208.5,0,1,4 -208.59,0,1,4 -208.68,0,1,4 -208.77,0,1,4 -208.86,0,1,4 -208.95,0,1,4 -209.04,0,1,4 -209.13,0,1,4 -209.22,0,1,4 -209.31,0,1,4 -209.4,0,1,4 -209.49,0,1,4 -209.58,0,1,4 -209.67,0,1,4 -209.76,0,1,4 -209.85,0,1,4 -209.94,0,1,4 -210.03,0,1,4 -210.12,0,1,4 -210.21,0,1,4 -210.3,0,1,4 -210.39,0,1,4 -210.48,0,1,4 -210.57,0,1,4 -210.66,0,1,4 -210.75,0,1,4 -210.84,0,1,4 -210.93,0,1,4 -211.02,0,1,4 -211.11,0,1,4 -211.2,0,1,4 -211.29,0,1,4 -211.38,0,1,4 -211.47,0,1,4 -211.56,0,1,4 -211.65,0,1,4 -211.74,0,1,4 -211.83,0,1,4 -211.92,0,1,4 -212.01,0,1,4 -212.1,0,1,4 -212.19,0,1,4 -212.28,0,1,4 -212.37,0,1,4 -212.46,0,1,4 -212.55,0,1,4 -212.64,0,1,4 -212.73,0,1,4 -212.82,0,1,4 -212.91,0,1,4 -213,0,1,4 -213.09,0,1,4 -213.18,0,1,4 -213.27,0,1,4 -213.36,0,1,4 -213.45,0,1,4 -213.54,0,1,4 -213.63,0,1,4 -213.72,0,1,4 -213.81,0,1,4 -213.9,0,1,4 -213.99,0,1,4 -214.08,0,1,4 -214.17,0,1,4 -214.26,0,1,4 -214.35,0,1,4 -214.44,0,1,4 -214.53,0,1,4 -214.62,0,1,4 -214.71,0,1,4 -214.8,0,1,4 -214.89,0,1,4 -214.98,0,1,4 -215.07,0,1,4 -215.16,0,1,4 -215.25,0,1,4 -215.34,0,1,4 -215.43,0,1,4 -215.52,0,1,4 -215.61,0,1,4 -215.7,0,1,4 -215.79,0,1,4 -215.88,0,1,4 -215.97,0,1,4 -216.06,0,1,4 -216.15,0,1,4 -216.24,0,1,4 -216.33,0,1,4 -216.42,0,1,4 -216.51,0,1,4 -216.6,0,1,4 -216.69,0,1,4 -216.78,0,1,4 -216.87,0,1,4 -216.96,0,1,4 -217.05,0,1,4 -217.14,0,1,4 -217.23,0,1,4 -217.32,0,1,4 -217.41,0,1,4 -217.5,0,1,4 -217.59,0,1,4 -217.68,0,1,4 -217.77,0,1,4 -217.86,0,1,4 -217.95,0,1,4 -218.04,0,1,4 -218.13,0,1,4 -218.22,0,1,4 -218.31,0,1,4 -218.4,0,1,4 -218.49,0,1,4 -218.58,0,1,4 -218.67,0,1,4 -218.76,0,1,4 -218.85,0,1,4 -218.94,0,1,4 -219.03,0,1,4 -219.12,0,1,4 -219.21,0,1,4 -219.3,0,1,4 -219.39,0,1,4 -219.48,0,1,4 -219.57,0,1,4 -219.66,0,1,4 -219.75,0,1,4 -219.84,0,1,4 -219.93,0,1,4 -220.02,0,1,4 -220.11,0,1,4 -220.2,0,1,4 -220.29,0,1,4 -220.38,0,1,4 -220.47,0,1,4 -220.56,0,1,4 -220.65,0,1,4 -220.74,0,1,4 -220.83,0,1,4 -220.92,0,1,4 -221.01,0,1,4 -221.1,0,1,4 -221.19,0,1,4 -221.28,0,1,4 -221.37,0,1,4 -221.46,0,1,4 -221.55,0,1,4 -221.64,0,1,4 -221.73,0,1,4 -221.82,0,1,4 -221.91,0,1,4 -222,0,1,4 -222.09,0,1,4 -222.18,0,1,4 -222.27,0,1,4 -222.36,0,1,4 -222.45,0,1,4 -222.54,0,1,4 -222.63,0,1,4 -222.72,0,1,4 -222.81,0,1,4 -222.9,0,1,4 -222.99,0,1,4 -223.08,0,1,4 -223.17,0,1,4 -223.26,0,1,4 -223.35,0,1,4 -223.44,0,1,4 -223.53,0,1,4 -223.62,0,1,4 -223.71,0,1,4 -223.8,0,1,4 -223.89,0,1,4 -223.98,0,1,4 -224.07,0,1,4 -224.16,0,1,4 -224.25,0,1,4 -224.34,0,1,4 -224.43,0,1,4 -224.52,0,1,4 -224.61,0,1,4 -224.7,0,1,4 -224.79,0,1,4 -224.88,0,1,4 -224.97,0,1,4 -225.06,0,1,4 -225.15,0,1,4 -225.24,0,1,4 -225.33,0,1,4 -225.42,0,1,4 -225.51,0,1,4 -225.6,0,1,4 -225.69,0,1,4 -225.78,0,1,4 -225.87,0,1,4 -225.96,0,1,4 -226.05,0,1,4 -226.14,0,1,4 -226.23,0,1,4 -226.32,0,1,4 -226.41,0,1,4 -226.5,0,1,4 -226.59,0,1,4 -226.68,0,1,4 -226.77,0,1,4 -226.86,0,1,4 -226.95,0,1,4 -227.04,0,1,4 -227.13,0,1,4 -227.22,0,1,4 -227.31,0,1,4 -227.4,0,1,4 -227.49,0,1,4 -227.58,0,1,4 -227.67,0,1,4 -227.76,0,1,4 -227.85,0,1,4 -227.94,0,1,4 -228.03,0,1,4 -228.12,0,1,4 -228.21,0,1,4 -228.3,0,1,4 -228.39,0,1,4 -228.48,0,1,4 -228.57,0,1,4 -228.66,0,1,4 -228.75,0,1,4 -228.84,0,1,4 -228.93,0,1,4 -229.02,0,1,4 -229.11,0,1,4 -229.2,0,1,4 -229.29,0,1,4 -229.38,0,1,4 -229.47,0,1,4 -229.56,0,1,4 -229.65,0,1,4 -229.74,0,1,4 -229.83,0,1,4 -229.92,0,1,4 -230.01,0,1,4 -230.1,0,1,4 -230.19,0,1,4 -230.28,0,1,4 -230.37,0,1,4 -230.46,0,1,4 -230.55,0,1,4 -230.64,0,1,4 -230.73,0,1,4 -230.82,0,1,4 -230.91,0,1,4 -231,0,1,4 -231.09,0,1,4 -231.18,0,1,4 -231.27,0,1,4 -231.36,0,1,4 -231.45,0,1,4 -231.54,0,1,4 -231.63,0,1,4 -231.72,0,1,4 -231.81,0,1,4 -231.9,0,1,4 -231.99,0,1,4 -232.08,0,1,4 -232.17,0,1,4 -232.26,0,1,4 -232.35,0,1,4 -232.44,0,1,4 -232.53,0,1,4 -232.62,0,1,4 -232.71,0,1,4 -232.8,0,1,4 -232.89,0,1,4 -232.98,0,1,4 -233.07,0,1,4 -233.16,0,1,4 -233.25,0,1,4 -233.34,0,1,4 -233.43,0,1,4 -233.52,0,1,4 -233.61,0,1,4 -233.7,0,1,4 -233.79,0,1,4 -233.88,0,1,4 -233.97,0,1,4 -234.06,0,1,4 -234.15,0,1,4 -234.24,0,1,4 -234.33,0,1,4 -234.42,0,1,4 -234.51,0,1,4 -234.6,0,1,4 -234.69,0,1,4 -234.78,0,1,4 -234.87,0,1,4 -234.96,0,1,4 -235.05,0,1,4 -235.14,0,1,4 -235.23,0,1,4 -235.32,0,1,4 -235.41,0,1,4 -235.5,0,1,4 -235.59,0,1,4 -235.68,0,1,4 -235.77,0,1,4 -235.86,0,1,4 -235.95,0,1,4 -236.04,0,1,4 -236.13,0,1,4 -236.22,0,1,4 -236.31,0,1,4 -236.4,0,1,4 -236.49,0,1,4 -236.58,0,1,4 -236.67,0,1,4 -236.76,0,1,4 -236.85,0,1,4 -236.94,0,1,4 -237.03,0,1,4 -237.12,0,1,4 -237.21,0,1,4 -237.3,0,1,4 -237.39,0,1,4 -237.48,0,1,4 -237.57,0,1,4 -237.66,0,1,4 -237.75,0,1,4 -237.84,0,1,4 -237.93,0,1,4 -238.02,0,1,4 -238.11,0,1,4 -238.2,0,1,4 -238.29,0,1,4 -238.38,0,1,4 -238.47,0,1,4 -238.56,0,1,4 -238.65,0,1,4 -238.74,0,1,4 -238.83,0,1,4 -238.92,0,1,4 -239.01,0,1,4 -239.1,0,1,4 -239.19,0,1,4 -239.28,0,1,4 -239.37,0,1,4 -239.46,0,1,4 -239.55,0,1,4 -239.64,0,1,4 -239.73,0,1,4 -239.82,0,1,4 -239.91,0,1,4 -240,0,1,4 -240.09,0,1,4 -240.18,0,1,4 -240.27,0,1,4 -240.36,0,1,4 -240.45,0,1,4 -240.54,0,1,4 -240.63,0,1,4 -240.72,0,1,4 -240.81,0,1,4 -240.9,0,1,4 -240.99,0,1,4 -241.08,0,1,4 -241.17,0,1,4 -241.26,0,1,4 -241.35,0,1,4 -241.44,0,1,4 -241.53,0,1,4 -241.62,0,1,4 -241.71,0,1,4 -241.8,0,1,4 -241.89,0,1,4 -241.98,0,1,4 -242.07,0,1,4 -242.16,0,1,4 -242.25,0,1,4 -242.34,0,1,4 -242.43,0,1,4 -242.52,0,1,4 -242.61,0,1,4 -242.7,0,1,4 -242.79,0,1,4 -242.88,0,1,4 -242.97,0,1,4 -243.06,0,1,4 -243.15,0,1,4 -243.24,0,1,4 -243.33,0,1,4 -243.42,0,1,4 -243.51,0,1,4 -243.6,0,1,4 -243.69,0,1,4 -243.78,0,1,4 -243.87,0,1,4 -243.96,0,1,4 -244.05,0,1,4 -244.14,0,1,4 -244.23,0,1,4 -244.32,0,1,4 -244.41,0,1,4 -244.5,0,1,4 -244.59,0,1,4 -244.68,0,1,4 -244.77,0,1,4 -244.86,0,1,4 -244.95,0,1,4 -245.04,0,1,4 -245.13,0,1,4 -245.22,0,1,4 -245.31,0,1,4 -245.4,0,1,4 -245.49,0,1,4 -245.58,0,1,4 -245.67,0,1,4 -245.76,0,1,4 -245.85,0,1,4 -245.94,0,1,4 -246.03,0,1,4 -246.12,0,1,4 -246.21,0,1,4 -246.3,0,1,4 -246.39,0,1,4 -246.48,0,1,4 -246.57,0,1,4 -246.66,0,1,4 -246.75,0,1,4 -246.84,0,1,4 -246.93,0,1,4 -247.02,0,1,4 -247.11,0,1,4 -247.2,0,1,4 -247.29,0,1,4 -247.38,0,1,4 -247.47,0,1,4 -247.56,0,1,4 -247.65,0,1,4 -247.74,0,1,4 -247.83,0,1,4 -247.92,0,1,4 -248.01,0,1,4 -248.1,0,1,4 -248.19,0,1,4 -248.28,0,1,4 -248.37,0,1,4 -248.46,0,1,4 -248.55,0,1,4 -248.64,0,1,4 -248.73,0,1,4 -248.82,0,1,4 -248.91,0,1,4 -249,0,1,4 -249.09,0,1,4 -249.18,0,1,4 -249.27,0,1,4 -249.36,0,1,4 -249.45,0,1,4 -249.54,0,1,4 -249.63,0,1,4 -249.72,0,1,4 -249.81,0,1,4 -249.9,0,1,4 -249.99,0,1,4 -250.08,0,1,4 -250.17,0,1,4 -250.26,0,1,4 -250.35,0,1,4 -250.44,0,1,4 -250.53,0,1,4 -250.62,0,1,4 -250.71,0,1,4 -250.8,0,1,4 -250.89,0,1,4 -250.98,0,1,4 -251.07,0,1,4 -251.16,0,1,4 -251.25,0,1,4 -251.34,0,1,4 -251.43,0,1,4 -251.52,0,1,4 -251.61,0,1,4 -251.7,0,1,4 -251.79,0,1,4 -251.88,0,1,4 -251.97,0,1,4 -252.06,0,1,4 -252.15,0,1,4 -252.24,0,1,4 -252.33,0,1,4 -252.42,0,1,4 -252.51,0,1,4 -252.6,0,1,4 -252.69,0,1,4 -252.78,0,1,4 -252.87,0,1,4 -252.96,0,1,4 -253.05,0,1,4 -253.14,0,1,4 -253.23,0,1,4 -253.32,0,1,4 -253.41,0,1,4 -253.5,0,1,4 -253.59,0,1,4 -253.68,0,1,4 -253.77,0,1,4 -253.86,0,1,4 -253.95,0,1,4 -254.04,0,1,4 -254.13,0,1,4 -254.22,0,1,4 -254.31,0,1,4 -254.4,0,1,4 -254.49,0,1,4 -254.58,0,1,4 -254.67,0,1,4 -254.76,0,1,4 -254.85,0,1,4 -254.94,0,1,4 -255.03,0,1,4 -255.12,0,1,4 -255.21,0,1,4 -255.3,0,1,4 -255.39,0,1,4 -255.48,0,1,4 -255.57,0,1,4 -255.66,0,1,4 -255.75,0,1,4 -255.84,0,1,4 -255.93,0,1,4 -256.02,0,1,4 -256.11,0,1,4 -256.2,0,1,4 -256.29,0,1,4 -256.38,0,1,4 -256.47,0,1,4 -256.56,0,1,4 -256.65,0,1,4 -256.74,0,1,4 -256.83,0,1,4 -256.92,0,1,4 -257.01,0,1,4 -257.1,0,1,4 -257.19,0,1,4 -257.28,0,1,4 -257.37,0,1,4 -257.46,0,1,4 -257.55,0,1,4 -257.64,0,1,4 -257.73,0,1,4 -257.82,0,1,4 -257.91,0,1,4 -258,0,1,4 -258.09,0,1,4 -258.18,0,1,4 -258.27,0,1,4 -258.36,0,1,4 -258.45,0,1,4 -258.54,0,1,4 -258.63,0,1,4 -258.72,0,1,4 -258.81,0,1,4 -258.9,0,1,4 -258.99,0,1,4 -259.08,1,1,4 -259.17,1,1,4 -259.26,1,1,4 -259.35,1,1,4 -259.44,1,1,4 -259.53,1,1,4 -259.62,1,1,4 -259.71,1,1,4 -259.8,1,1,4 -259.89,1,1,4 -259.98,1,1,4 -260.07,1,1,4 -260.16,1,1,4 -260.25,1,1,4 -260.34,1,1,4 -260.43,1,1,4 -260.52,1,1,4 -260.61,1,1,4 -260.7,1,1,4 -260.79,1,1,4 -260.88,1,1,4 -260.97,1,1,4 -261.06,0,0,4 -261.15,0,0,4 -261.24,0,0,4 -261.33,0,0,4 -261.42,0,0,4 -261.51,0,0,4 -261.6,0,0,4 -261.69,0,0,4 -261.78,0,0,4 -261.87,0,0,4 -261.96,0,0,4 -262.05,0,0,4 -262.14,0,0,4 -262.23,0,0,4 -262.32,0,0,4 -262.41,0,0,4 -262.5,0,0,4 -262.59,0,0,4 -262.68,0,0,4 -262.77,0,0,4 -262.86,0,0,4 -262.95,0,0,4 -263.04,0,0,4 -263.13,0,0,4 -263.22,0,0,4 -263.31,0,0,4 -263.4,0,0,4 -263.49,0,0,4 -263.58,0,0,4 -263.67,0,0,4 -263.76,0,0,4 -263.85,0,0,4 -263.94,0,0,4 -264.03,0,0,4 -264.12,0,0,4 -264.21,0,0,4 -264.3,0,0,4 -264.39,0,0,4 -264.48,0,0,4 -264.57,0,0,4 -264.66,0,0,4 -264.75,0,0,4 -264.84,0,0,4 -264.93,0,0,4 -265.02,0,0,4 -265.11,0,0,4 -265.2,0,0,4 -265.29,0,0,4 -265.38,0,0,4 -265.47,0,0,4 -265.56,0,0,4 -265.65,0,0,4 -265.74,0,0,4 -265.83,0,0,4 -265.92,0,0,4 -266.01,0,0,4 -266.1,0,0,4 -266.19,0,0,4 -266.28,0,0,4 -266.37,0,0,4 -266.46,0,0,4 -266.55,0,0,4 -266.64,0,0,4 -266.73,0,0,4 -266.82,0,0,4 -266.91,0,0,4 -267,0,0,4 -267.09,0,0,4 -267.18,0,0,4 -267.27,0,0,4 -267.36,0,0,4 -267.45,0,0,4 -267.54,0,0,4 -267.63,0,0,4 -267.72,0,0,4 -267.81,0,0,4 -267.9,0,0,4 -267.99,0,0,4 -268.08,0,0,4 -268.17,0,0,4 -268.26,0,0,4 -268.35,0,0,4 -268.44,0,0,4 -268.53,0,0,4 -268.62,0,0,4 -268.71,0,0,4 -268.8,0,0,4 -268.89,0,0,4 -268.98,0,0,4 -269.07,0,0,4 -269.16,0,0,4 -269.25,0,0,4 -269.34,0,0,4 -269.43,0,0,4 -269.52,0,0,4 -269.61,0,0,4 -269.7,0,0,4 -269.79,0,0,4 -269.88,0,0,4 -269.97,0,0,4 -270.06,1,1,4 -270.15,1,1,4 -270.24,1,1,4 -270.33,1,1,4 -270.42,1,1,4 -270.51,1,1,4 -270.6,1,1,4 -270.69,1,1,4 -270.78,1,1,4 -270.87,1,1,4 -270.96,1,1,4 -271.05,0,0,4 -271.14,0,0,4 -271.23,0,0,4 -271.32,0,0,4 -271.41,0,0,4 -271.5,0,0,4 -271.59,0,0,4 -271.68,0,0,4 -271.77,0,0,4 -271.86,0,0,4 -271.95,0,0,4 -272.04,0,0,4 -272.13,0,0,4 -272.22,0,0,4 -272.31,0,0,4 -272.4,0,0,4 -272.49,0,0,4 -272.58,0,0,4 -272.67,0,0,4 -272.76,0,0,4 -272.85,0,0,4 -272.94,0,0,4 -273.03,0,0,4 -273.12,0,0,4 -273.21,0,0,4 -273.3,0,0,4 -273.39,0,0,4 -273.48,0,0,4 -273.57,0,0,4 -273.66,0,0,4 -273.75,0,0,4 -273.84,0,0,4 -273.93,0,0,4 -274.02,0,0,4 -274.11,0,0,4 -274.2,0,0,4 -274.29,0,0,4 -274.38,0,0,4 -274.47,0,0,4 -274.56,0,0,4 -274.65,0,0,4 -274.74,0,0,4 -274.83,0,0,4 -274.92,0,0,4 -275.01,0,0,4 -275.1,0,0,4 -275.19,0,0,4 -275.28,0,0,4 -275.37,0,0,4 -275.46,0,0,4 -275.55,0,0,4 -275.64,0,0,4 -275.73,0,0,4 -275.82,0,0,4 -275.91,0,0,4 -276,0,0,4 -276.09,0,0,4 -276.18,0,0,4 -276.27,0,0,4 -276.36,0,0,4 -276.45,0,0,4 -276.54,0,0,4 -276.63,0,0,4 -276.72,0,0,4 -276.81,0,0,4 -276.9,0,0,4 -276.99,0,0,4 -277.08,0,0,4 -277.17,0,0,4 -277.26,0,0,4 -277.35,0,0,4 -277.44,0,0,4 -277.53,0,0,4 -277.62,0,0,4 -277.71,0,0,4 -277.8,0,0,4 -277.89,0,0,4 -277.98,0,0,4 -278.07,0,0,4 -278.16,0,0,4 -278.25,0,0,4 -278.34,0,0,4 -278.43,0,0,4 -278.52,0,0,4 -278.61,0,0,4 -278.7,0,0,4 -278.79,0,0,4 -278.88,0,0,4 -278.97,0,0,4 -279.06,0,0,4 -279.15,0,0,4 -279.24,0,0,4 -279.33,0,0,4 -279.42,0,0,4 -279.51,0,0,4 -279.6,0,0,4 -279.69,0,0,4 -279.78,0,0,4 -279.87,0,0,4 -279.96,0,0,4 -280.05,1,1,4 -280.14,1,1,4 -280.23,1,1,4 -280.32,1,1,4 -280.41,1,1,4 -280.5,1,1,4 -280.59,1,1,4 -280.68,1,1,4 -280.77,1,1,4 -280.86,1,1,4 -280.95,1,1,4 -281.04,0,0,4 -281.13,0,0,4 -281.22,0,0,4 -281.31,0,0,4 -281.4,0,0,4 -281.49,0,0,4 -281.58,0,0,4 -281.67,0,0,4 -281.76,0,0,4 -281.85,0,0,4 -281.94,0,0,4 -282.03,0,0,4 -282.12,0,0,4 -282.21,0,0,4 -282.3,0,0,4 -282.39,0,0,4 -282.48,0,0,4 -282.57,0,0,4 -282.66,0,0,4 -282.75,0,0,4 -282.84,0,0,4 -282.93,0,0,4 -283.02,0,0,4 -283.11,0,0,4 -283.2,0,0,4 -283.29,0,0,4 -283.38,0,0,4 -283.47,0,0,4 -283.56,0,0,4 -283.65,0,0,4 -283.74,0,0,4 -283.83,0,0,4 -283.92,0,0,4 -284.01,0,0,4 -284.1,0,0,4 -284.19,0,0,4 -284.28,0,0,4 -284.37,0,0,4 -284.46,0,0,4 -284.55,0,0,4 -284.64,0,0,4 -284.73,0,0,4 -284.82,0,0,4 -284.91,0,0,4 -285,0,0,4 -285.09,0,0,4 -285.18,0,0,4 -285.27,0,0,4 -285.36,0,0,4 -285.45,0,0,4 -285.54,0,0,4 -285.63,0,0,4 -285.72,0,0,4 -285.81,0,0,4 -285.9,0,0,4 -285.99,0,0,4 -286.08,0,0,4 -286.17,0,0,4 -286.26,0,0,4 -286.35,0,0,4 -286.44,0,0,4 -286.53,0,0,4 -286.62,0,0,4 -286.71,0,0,4 -286.8,0,0,4 -286.89,0,0,4 -286.98,0,0,4 -287.07,0,0,4 -287.16,0,0,4 -287.25,0,0,4 -287.34,0,0,4 -287.43,0,0,4 -287.52,0,0,4 -287.61,0,0,4 -287.7,0,0,4 -287.79,0,0,4 -287.88,0,0,4 -287.97,0,0,4 -288.06,0,0,4 -288.15,0,0,4 -288.24,0,0,4 -288.33,0,0,4 -288.42,0,0,4 -288.51,0,0,4 -288.6,0,0,4 -288.69,0,0,4 -288.78,0,0,4 -288.87,0,0,4 -288.96,0,0,4 -289.05,0,0,4 -289.14,0,0,4 -289.23,0,0,4 -289.32,0,0,4 -289.41,0,0,4 -289.5,0,0,4 -289.59,0,0,4 -289.68,0,0,4 -289.77,0,0,4 -289.86,0,0,4 -289.95,0,0,4 -290.04,0,1,4 -290.13,1,1,4 -290.22,1,1,4 -290.31,1,1,4 -290.4,1,1,4 -290.49,1,1,4 -290.58,1,1,4 -290.67,1,1,4 -290.76,1,1,4 -290.85,1,1,4 -290.94,1,1,4 -291.03,0,0,4 -291.12,0,0,4 -291.21,0,0,4 -291.3,0,0,4 -291.39,0,0,4 -291.48,0,0,4 -291.57,0,0,4 -291.66,0,0,4 -291.75,0,0,4 -291.84,0,0,4 -291.93,0,0,4 -292.02,0,0,4 -292.11,0,0,4 -292.2,0,0,4 -292.29,0,0,4 -292.38,0,0,4 -292.47,0,0,4 -292.56,0,0,4 -292.65,0,0,4 -292.74,0,0,4 -292.83,0,0,4 -292.92,0,0,4 -293.01,0,0,4 -293.1,0,0,4 -293.19,0,0,4 -293.28,0,0,4 -293.37,0,0,4 -293.46,0,0,4 -293.55,0,0,4 -293.64,0,0,4 -293.73,0,0,4 -293.82,0,0,4 -293.91,0,0,4 -294,0,0,4 -294.09,0,0,4 -294.18,0,0,4 -294.27,0,0,4 -294.36,0,0,4 -294.45,0,0,4 -294.54,0,0,4 -294.63,0,0,4 -294.72,0,0,4 -294.81,0,0,4 -294.9,0,0,4 -294.99,0,0,4 -295.08,0,0,4 -295.17,0,0,4 -295.26,0,0,4 -295.35,0,0,4 -295.44,0,0,4 -295.53,0,0,4 -295.62,0,0,4 -295.71,0,0,4 -295.8,0,0,4 -295.89,0,0,4 -295.98,0,0,4 -296.07,0,0,4 -296.16,0,0,4 -296.25,0,0,4 -296.34,0,0,4 -296.43,0,0,4 -296.52,0,0,4 -296.61,0,0,4 -296.7,0,0,4 -296.79,0,0,4 -296.88,0,0,4 -296.97,0,0,4 -297.06,0,0,4 -297.15,0,0,4 -297.24,0,0,4 -297.33,0,0,4 -297.42,0,0,4 -297.51,0,0,4 -297.6,0,0,4 -297.69,0,0,4 -297.78,0,0,4 -297.87,0,0,4 -297.96,0,0,4 -298.05,0,0,4 -298.14,0,0,4 -298.23,0,0,4 -298.32,0,0,4 -298.41,0,0,4 -298.5,0,0,4 -298.59,0,0,4 -298.68,0,0,4 -298.77,0,0,4 -298.86,0,0,4 -298.95,0,0,4 -299.04,0,0,4 -299.13,0,0,4 -299.22,0,0,4 -299.31,0,0,4 -299.4,0,0,4 -299.49,0,0,4 -299.58,0,0,4 -299.67,0,0,4 -299.76,0,0,4 -299.85,0,0,4 -299.94,0,0,4 diff --git a/paper/images/gps.pdf b/paper/images/gps.pdf deleted file mode 100644 index 7b0014496bb65a35c81977e8656a6dd94055daa0..0000000000000000000000000000000000000000 Binary files a/paper/images/gps.pdf and /dev/null differ diff --git a/paper/images/gps.tex b/paper/images/gps.tex deleted file mode 100644 index c2ec294c631b3a0f2ff0103edce867f4d9cd5628..0000000000000000000000000000000000000000 --- a/paper/images/gps.tex +++ /dev/null @@ -1,43 +0,0 @@ -\documentclass{standalone} - -\usepackage{fontspec} -\usepackage{pst-geo} -\usepackage{graphicx} - -\begin{document} - -\scalebox{0.6}{% -\begin{pspicture}(-5,-4)(6,6) -\psset{RotX=-23, RotZ=30, PHI=46.5833, THETA=0.3333, - visibility=false, Decran=15, - path=/usr/share/texlive/texmf-dist/tex/generic/pst-geo/data} -% map -\WorldMapThreeD[circles=false, blueEarth=false] -\WorldMapThreeD[circles=false, visibility=true, opacity=0.8] -% s1 -\pscircle[linecolor=red, fillcolor=red, fillstyle=solid](-3,5){0.1} -\psline[linecolor=red, linewidth=0.1](0.8,0.8)(-3,5) -\rput[tl](-2.75,5.2){\fontsize{16pt}{16pt}\selectfont\textcolor{red}{$s_1$}} -% s2 -\pscircle[linecolor=red, fillcolor=red, fillstyle=solid](5.5,5.5){0.1} -\psline[linecolor=red, linewidth=0.1](0.78,0.83)(5.5,5.5) -\rput[tl](5.5,5.3){\fontsize{16pt}{16pt}\selectfont\textcolor{red}{$s_2$}} -% s3 -\pscircle[linecolor=red, fillcolor=red, fillstyle=solid](5,3){0.1} -\psline[linecolor=red, linewidth=0.1](0.75,0.82)(5,3) -\rput[tl](4.8,2.8){\fontsize{16pt}{16pt}\selectfont\textcolor{red}{$s_3$}} -% s4 -\pscircle[linecolor=red, fillcolor=red, fillstyle=solid](1.25,5){0.1} -\psline[linecolor=red, linewidth=0.1](0.78,0.82)(1.25,5) -\rput[tl](1.45,5.15){\fontsize{16pt}{16pt}\selectfont\textcolor{red}{$s_4$}} -% s5 -\pscircle[linecolor=red, fillcolor=red, fillstyle=solid](0.5,4.5){0.1} -\psline[linecolor=red, linestyle=dashed, linewidth=0.1](0.8,0.82)(0.5,4.5) -\rput[tl](-0.1,4.5){\fontsize{16pt}{16pt}\selectfont\textcolor{red}{$s_5$}} -% curve for satelite s3 -\pscurve[linecolor=red, linestyle=dotted]{->}(5,3)(5.75,3.2)(4,1.5) -% delay and distance for s1 -\rput[tl](-4.4,4.3){\fontsize{16pt}{16pt}\selectfont\textcolor{red}{$\{\Delta_1, d_1\}$}} -\end{pspicture}} - -\end{document} diff --git a/paper/images/sensor-fusion-scheme.png b/paper/images/sensor-fusion-scheme.png deleted file mode 100644 index bd5442d8711cc89671968b49c32a5a3776ff783e..0000000000000000000000000000000000000000 Binary files a/paper/images/sensor-fusion-scheme.png and /dev/null differ diff --git a/paper/main.bib b/paper/main.bib deleted file mode 100644 index ef7899b2ae36511e5b7c18c17e180c823c0efe3b..0000000000000000000000000000000000000000 --- a/paper/main.bib +++ /dev/null @@ -1,362 +0,0 @@ -@INPROCEEDINGS{7528057, -author={D. {\:O}rn and M. Szilassy and B. Dil and F. Gustafsson}, -booktitle={2016 19th International Conference on Information Fusion (FUSION)}, -title={A novel multi-step algorithm for low-energy positioning using GPS}, -year={2016}, -volume={}, -number={}, -removed_pages={1469-1476}, -month={July},} - -@ARTICLE{4770175, -author={I. Skog and P. Handel}, -journal={IEEE Tran. on Intelligent Transportation Systems}, -title={In-Car Positioning and Navigation Technologies?A Survey}, -year={2009}, -volume={10}, -number={1}, -removed_pages={4-21}, -mask_doi={10.1109/TITS.2008.2011712}, -ISSN={1524-9050}, -month={March},} - -@book{Liggins:2008, - author = {Liggins, Martin E. and Llinas, James and Hall, David L.}, - title = {Multisensor Data Fusion}, - year = {2008}, - isbn = {9781420053067}, - removed_edition= {2nd}, - removed_publisher= {CRC Press, Inc.}, - removed_address= {Boca Raton, FL, USA}, -} - -@article{EKF, - author = "Rudolph E. Kalman", - title = "A New Approach to Linear Filtering And Prediction - Problems", - journal = "ASME Journal of Basic Engineering", - year = 1960 -} - -%libro con tutto sulla tecnologia gps -@book{bib:gps-book, - title={Understanding GPS: Principles and Applications}, - author={Kaplan, E.D.}, - isbn={9780890067932}, - lccn={95049984}, - removed_series={Artech House telecommunications library}, - mask_url={https://books.google.it/books?id=5OYInwEACAAJ}, - year={1996}, - removed_publisher={Artech House} -} -%lavoro di microsoft in cui discutono la possibilità di usare i dati precedenti di fase e frequenza per velocizzzare il fetching -@inproceedings{bib:microsoft-leap, - author = {Ramos, Heitor S. and Zhang, Tao and Liu, Jie and Priyantha, Nissanka B. and Kansal, Aman}, - title = {LEAP: A Low Energy Assisted GPS for Trajectory-based Services}, - booktitle = {Proceedings of the 13th International Conference on Ubiquitous Computing}, - removed_series= {UbiComp '11}, - year = {2011}, - isbn = {978-1-4503-0630-0}, - location = {Beijing, China}, - removed_pages= {335--344}, - numremoved_pages= {10}, - mask_url= {http://doi.acm.org/10.1145/2030112.2030158}, - mask_doi= {10.1145/2030112.2030158}, - acmid = {2030158}, - removed_publisher= {ACM}, - removed_address= {New York, NY, USA}, - keywords = {gps, low energy, mobile location}, -} -%studio di fattibilità del downsampling per ricostruire la traiettoria -@inproceedings{bib:feasibility-duty-cycling, -author={Xiaohan Li and Fengpeng Yuan and J. Lindqvist}, -booktitle={2016 13th IEEE Annual Consumer Communications Networking Conference (CCNC)}, -title={Feasibility of software-based duty cycling of GPS for trajectory-based services}, -year={2016}, -volume={}, -number={}, -removed_pages={18-26}, -keywords={Global Positioning System;smart phones;software based duty cycling;trajectory based services;smartphone apps;route accuracy;map matching;path construction algorithm;smartphone GPS receiver;Global Positioning System;Roads;Databases;Energy consumption;Conferences;Google;Image color analysis}, -mask_doi={10.1109/CCNC.2016.7444725}, -ISSN={2331-9860}, -month={Jan},} - -%design principles per applicazioni smartphone:design principles of the proposed framework in-volve substitution, suppression, piggybacking, and adaptation ofapplications’ location-sensing requests to conserve energy -%% esperimenti sul consumo: 400 e 600 mW non troppo chiaro ma l'ordine di grandezza e' quello. -@inproceedings{bib:desing-principles-for-energy-efficiency, - author = {Zhuang, Zhenyun and Kim, Kyu-Han and Singh, Jatinder Pal}, - title = {Improving Energy Efficiency of Location Sensing on Smartphones}, - booktitle = {Proceedings of the 8th International Conference on Mobile Systems, Applications, and Services}, - removed_series= {MobiSys '10}, - year = {2010}, - isbn = {978-1-60558-985-5}, - location = {San Francisco, California, USA}, - removed_pages= {315--330}, - numremoved_pages= {16}, - mask_url= {http://doi.acm.org/10.1145/1814433.1814464}, - mask_doi= {10.1145/1814433.1814464}, - acmid = {1814464}, - removed_publisher= {ACM}, - removed_address= {New York, NY, USA}, - keywords = {energy efficiency, location sensing, location-based applications, smartphone}, -} - -%energy accuracy trade off -%data showing that GPS precision is related to number of tracked satellites -@inproceedings{bib:accuracy-adaptation, - author = {Lin, Kaisen and Kansal, Aman and Lymberopoulos, Dimitrios and Zhao, Feng}, - title = {Energy-accuracy Trade-off for Continuous Mobile Device Location}, - booktitle = {Proceedings of the 8th International Conference on Mobile Systems, Applications, and Services}, - removed_series= {MobiSys '10}, - year = {2010}, - isbn = {978-1-60558-985-5}, - location = {San Francisco, California, USA}, - removed_pages= {285--298}, - numremoved_pages= {14}, - mask_url= {http://doi.acm.org/10.1145/1814433.1814462}, - mask_doi= {10.1145/1814433.1814462}, - acmid = {1814462}, - removed_publisher= {ACM}, - removed_address= {New York, NY, USA}, - keywords = {GPS energy, continuous location, location-based applications}, -} - -%usage of smartphones for traffic detections, different sampling policies of gps and wifi are considered in order to save energy -@inproceedings{bib:traffic-delay, - author = {Thiagarajan, Arvind and Ravindranath, Lenin and LaCurts, Katrina and Madden, Samuel and Balakrishnan, Hari and Toledo, Sivan and Eriksson, Jakob}, - title = {VTrack: Accurate, Energy-aware Road Traffic Delay Estimation Using Mobile Phones}, - booktitle = {Proceedings of the 7th ACM Conference on Embedded Networked Sensor Systems}, - removed_series= {SenSys '09}, - year = {2009}, - isbn = {978-1-60558-519-2}, - location = {Berkeley, California}, - removed_pages= {85--98}, - numremoved_pages= {14}, - mask_url= {http://doi.acm.org/10.1145/1644038.1644048}, - mask_doi= {10.1145/1644038.1644048}, - acmid = {1644048}, - removed_publisher= {ACM}, - removed_address= {New York, NY, USA}, - keywords = {GPS, car, congestion, energy, localization, location, mobile, phone, sensor, traffic, transportation}, -} - -%data driven modeling of power consumption -@inproceedings{bib:entracked-datadriven-modeling, - author = {Kj{\ae}rgaard, Mikkel Baun and Langdal, Jakob and Godsk, Torben and Toftkj{\ae}r, Thomas}, - title = {EnTracked: Energy-efficient Robust Position Tracking for Mobile Devices}, - booktitle = {Proceedings of the 7th International Conference on Mobile Systems, Applications, and Services}, - removed_series= {MobiSys '09}, - year = {2009}, - isbn = {978-1-60558-566-6}, - location = {Krak\&\#243;w, Poland}, - removed_pages= {221--234}, - numremoved_pages= {14}, - mask_url= {http://doi.acm.org/10.1145/1555816.1555839}, - mask_doi= {10.1145/1555816.1555839}, - acmid = {1555839}, - removed_publisher= {ACM}, - removed_address= {New York, NY, USA}, - keywords = {energy-efficient, gps, positioning, tracking}, -} - -%usage of various sensor foruser state recognition and triggering of different positioning sensors -@inproceedings{bib:framework-for-energy-efficiency, - author = {Wang, Yi and Lin, Jialiu and Annavaram, Murali and Jacobson, Quinn A. and Hong, Jason and Krishnamachari, Bhaskar and Sadeh, Norman}, - title = {A Framework of Energy Efficient Mobile Sensing for Automatic User State Recognition}, - booktitle = {Proceedings of the 7th International Conference on Mobile Systems, Applications, and Services}, - removed_series= {MobiSys '09}, - year = {2009}, - isbn = {978-1-60558-566-6}, - location = {Krak\&\#243;w, Poland}, - removed_pages= {179--192}, - numremoved_pages= {14}, - mask_url= {http://doi.acm.org/10.1145/1555816.1555835}, - mask_doi= {10.1145/1555816.1555835}, - acmid = {1555835}, - removed_publisher= {ACM}, - removed_address= {New York, NY, USA}, - keywords = {eemss, energy efficiency, human state recognition, mobile sensing}, -} - -@inproceedings{bib:modeldriven-pw-consumption-smartphones, -author="Thompson, Chris -and White, Jules -and Dougherty, Brian -and Schmidt, Douglas C.", -editor="Lee, Sunggu -and Narasimhan, Priya", -title="Optimizing Mobile Application Performance with Model--Driven Engineering", -booktitle="Software Technologies for Embedded and Ubiquitous Systems", -year="2009", -removed_publisher="Springer Berlin Heidelberg", -removed_address="Berlin, Heidelberg", -removed_pages="36--46", -abstract="Future embedded and ubiquitous computing systems will operate continuously on mobile devices, such as smartphones, with limited processing capabilities, memory, and power. A critical aspect of developing future applications for mobile devices will be ensuring that the application provides sufficient performance while maximizing battery life. Determining how a software architecture will affect power consumption is hard because the impact of software design on power consumption is not well understood. Typically, the power consumption of a mobile software architecture can only be determined after the architecture is implemented, which is late in the development cycle when design changes are costly.", -isbn="978-3-642-10265-3" -} - -@inproceedings{bib:YinEtAl-2011a, - author = {C. Yin and W. Qiang and M. Chang and A. Terzis}, - title = {Ultra-low power time synchronization using passive radio receivers}, - booktitle = {Information Processing in Sensor Networks (IPSN), 2011 10th International Conference on}, - address = {???}, - pages = {235--245}, -} - -%euristics for chosing the right positioning sensor according to some energy-accuracy traqde off. also has experiments that show that the GPs consumes power constant when turned on -@inproceedings{bib:enloc-smartphones, -author={I. Constandache and S. Gaonkar and M. Sayler and R. R. Choudhury and L. Cox}, -booktitle={IEEE INFOCOM 2009}, -title={EnLoc: Energy-Efficient Localization for Mobile Phones}, -year={2009}, -volume={}, -number={}, -removed_pages={2716-2720}, -keywords={Global Positioning System;mobile computing;wireless LAN;EnLoc;energy-efficient localization;mobile phones;location-based applications;GPS;WiFi;GSM;Energy efficiency;Mobile handsets;Global Positioning System;GSM;Batteries;Energy measurement;Wireless sensor networks;Costs;Poles and towers;Communications Society}, -mask_doi={10.1109/INFCOM.2009.5062218}, -ISSN={0743-166X}, -month={April},} - -%eneesimo lavor su come scegliere quale sensore usare per il posizionamento su uno smartphone -@inproceedings{bib:virtualGPS, - author = {Thokala, Sravan Kumar and Koundinyaa, Pranav and Mishra, Shivakant and Shi, Larry}, - title = {Virtual GPS: A Middleware for Power Efficient Localization of Smartphones Using Cross Layer Approach}, - booktitle = {Proceedings of the Middleware Industry Track}, - removed_series= {Industry papers}, - year = {2014}, - isbn = {978-1-4503-3219-4}, - location = {Bordeaux, France}, - removed_pages= {2:1--2:7}, - articleno = {2}, - numremoved_pages= {7}, - mask_url= {http://doi.acm.org/10.1145/2676727.2676729}, - mask_doi= {10.1145/2676727.2676729}, - acmid = {2676729}, - removed_publisher= {ACM}, - removed_address= {New York, NY, USA}, - keywords = {GPS abstraction, location based services, power efficient localization, virtual GPS}, -} - -%accelerometer to detect movement and therefore trigger the usage of GPS -@inproceedings{bib:senseLess, - author = {Ben Abdesslem, Fehmi and Phillips, Andrew and Henderson, Tristan}, - title = {Less is More: Energy-efficient Mobile Sensing with Senseless}, - booktitle = {Proceedings of the 1st ACM Workshop on Networking, Systems, and Applications for Mobile Handhelds}, - removed_series= {MobiHeld '09}, - year = {2009}, - isbn = {978-1-60558-444-7}, - location = {Barcelona, Spain}, - removed_pages= {61--62}, - numremoved_pages= {2}, - mask_url= {http://doi.acm.org/10.1145/1592606.1592621}, - mask_doi= {10.1145/1592606.1592621}, - acmid = {1592621}, - removed_publisher= {ACM}, - removed_address= {New York, NY, USA}, - keywords = {energy, sensing, wireless}, -} - -% -@inproceedings{bib:computation-offloading, -author={P. Misra and W. Hu and Y. Jin and J. Liu and A. S. de Paula and N. Wirström and T. Voigt}, -booktitle={IPSN-14 Proceedings of the 13th International Symposium on Information Processing in Sensor Networks}, -title={Energy efficient GPS acquisition with Sparse-GPS}, -year={2014}, -volume={}, -number={}, -removed_pages={155-166}, -keywords={compressed sensing;Global Positioning System;radio receivers;synchronisation;compressed sensing;visible satellites;sparse acquisition information;sparse approximation;data offloading operation;energy cost;delay-tolerant applications;energy efficient GPS sensing;low-cost receivers;sparse-GPS;energy efficient GPS acquisition;Global Positioning System;Satellites;Dictionaries;Sensors;Receivers;Satellite broadcasting;Approximation methods;GPS;synchronization;location sensing;energy efficiency;sparse approximation;compressed sensing}, -mask_doi={10.1109/IPSN.2014.6846749}, -ISSN={}, -month={April},} - -%sparse fourier transform for speeding signal acquisition -@inproceedings{bib:sparse-fourier, - author = {Hassanieh, Haitham and Adib, Fadel and Katabi, Dina and Indyk, Piotr}, - title = {Faster GPS via the Sparse Fourier Transform}, - booktitle = {Proceedings of the 18th Annual International Conference on Mobile Computing and Networking}, - removed_series= {Mobicom '12}, - year = {2012}, - isbn = {978-1-4503-1159-5}, - location = {Istanbul, Turkey}, - removed_pages= {353--364}, - numremoved_pages= {12}, - mask_url= {http://doi.acm.org/10.1145/2348543.2348587}, - mask_doi= {10.1145/2348543.2348587}, - acmid = {2348587}, - removed_publisher= {ACM}, - removed_address= {New York, NY, USA}, - keywords = {GPS, sparse fourier transform, synchronization}, -} - -%possiblie applicazione in piccoli ricevitori gps che devono durare a lungo -@inproceedings{bib:application-zoo, - author = {Windihastuty, Wiwin and Irsan, Muhammad}, - title = {Explorers Zoo: An Application Model of Global Positioning System A Case Study in Ragunan Zoo}, - booktitle = {Proceedings of the 5th International Conference on Information and Education Technology}, - removed_series= {ICIET '17}, - year = {2017}, - isbn = {978-1-4503-4803-4}, - location = {Tokyo, Japan}, - removed_pages= {182--186}, - numremoved_pages= {5}, - mask_url= {http://doi.acm.org/10.1145/3029387.3029408}, - mask_doi= {10.1145/3029387.3029408}, - acmid = {3029408}, - removed_publisher= {ACM}, - removed_address= {New York, NY, USA}, - keywords = {Android, GPS, Google Maps, Zoo}, -} - -%space weather impact on ionospherif delay -@inproceedings{bib:space-weather-ionospheric, -author={T. Kos and R. Filjar and I. Markezic}, -booktitle={ELMAR 2007}, -title={Theoretical model of space weather impact on GPS ionospheric delay}, -year={2007}, -volume={}, -number={}, -removed_pages={75-78}, -keywords={Global Positioning System;ionospheric disturbances;ionospheric electromagnetic wave propagation;radiowave propagation;space weather impact;GPS ionospheric delay;physical-chemical processes;magnetic-ionospheric conditions;electromagnetic waves propagation;satellite positioning systems;solar activity;Global Positioning System;Delay;Sun;Earth;Ionosphere;Geomagnetism;Satellite broadcasting;Wind;Electronic mail;Chemical processes;space weather;ionospheric disturbances;GPS ionospheric delay}, -mask_doi={10.1109/ELMAR.2007.4418803}, -ISSN={1334-2630}, -month={Sept},} - -%modeling of how the different components of the sensor consume power(not dynamic, just linear model wrt to time), try to reduce connsumpion tracking less satellites -@article{bib:selective-tracking, - title={Improving the Energy-Efficiency of GPS Based Location Sensing Smartphone Applications}, - author={Thomas Olutoyin Oshin and Stefan Poslad and Athen Ma}, - journal={2012 IEEE 11th International Conference on Trust, Security and Privacy in Computing and Communications}, - year={2012}, - removed_pages={1698-1705} -} - -%libro su GPS+inertial navigation -@book{bib:gps-imu, - author = {Grewal, Mohinder S. and Weill, Lawrence R. and Andrews, Angus P.}, - title = {Global Positioning Systems, Inertial Navigation, and Integration}, - year = {2007}, - isbn = {0470041900}, - removed_publisher= {Wiley-Interscience}, - removed_address= {New York, NY, USA}, -} - -@incollection{bib:A, - title={Inertial Sensing, GPS and Odometry}, - author={Dudek, Gregory and Jenkin, Michael}, - booktitle={Springer Handbook of Robotics}, - removed_pages={737--752}, - year={2016}, - removed_publisher={Springer} -} - -@inproceedings{bib:B, - title={An introduction to event-triggered and self-triggered control}, - author={Heemels, WPMH and Johansson, Karl Henrik and Tabuada, Paulo}, - booktitle={Decision and Control (CDC), 2012 IEEE 51st Annual Conference on}, - removed_pages={3270--3285}, - year={2012}, - organization={IEEE} -} - - diff --git a/paper/main.tex b/paper/main.tex deleted file mode 100644 index e0ba0d20a5c21c0bcc0951d797107de04a74323c..0000000000000000000000000000000000000000 --- a/paper/main.tex +++ /dev/null @@ -1,128 +0,0 @@ -\documentclass[sigconf]{acmart} - -\copyrightyear{2019} -\acmYear{2019} -\setcopyright{acmcopyright} -\acmConference[ICCPS '19]{10th ACM/IEEE International Conference on Cyber-Physical Systems (with CPS-IoT Week 2019)}{April 16--18, 2019}{Montreal, QC, Canada} -\acmBooktitle{10th ACM/IEEE International Conference on Cyber-Physical Systems (with CPS-IoT Week 2019) (ICCPS '19), April 16--18, 2019, Montreal, QC, Canada} -\acmPrice{15.00} -\acmDOI{10.1145/3302509.3311043} -\acmISBN{978-1-4503-6285-6/19/04} - -\input{sections/00-header} -\begin{document} - -\title[Energy Consumption in GPS Power-Aware Receivers]{Modeling of Energy Consumption in GPS Receivers for Power Aware Localization Systems} -\author{Claudio Mandrioli} -\affiliation{% - \institution{Department of Automatic Control,\\Lund University} -} -\email{claudio.mandrioli@control.lth.se} -\author{Alberto Leva} -\affiliation{% - \institution{Dipartimento di Elettronica, Informazione e Bioingegneria, -Politecnico di Milano, Italy} -} -\email{alberto.leva@polimi.it} -\author{Bo Bernhardsson} -\affiliation{% - \institution{Department of Automatic Control,\\Lund University} -} -\email{bo.bernhardsson@control.lth.se} - -\author{Martina Maggio} -\affiliation{% - \institution{Department of Automatic Control,\\Lund University} -} -\email{martina.maggio@control.lth.se} - -\renewcommand{\shortauthors}{C. Mandrioli et al.} - -\begin{abstract} - This paper proposes a first-principle model of GPS receivers, that - allows us to exploit the trade-off between battery consumption and - positioning accuracy. We present the model and propose a GPS - sampling strategy that uses both the current positioning confidence, - and information about the GPS status. We complement the GPS sensor - with internal measurement units and show how the given model exposes - the battery-accuracy trade-off in the context of sensor fusion. We - demonstrate the usefulness of the proposed sampling strategy using - both simulation and real data. -\end{abstract} - -% -% The code below should be generated by the tool at -% http://dl.acm.org/ccs.cfm -% Please copy and paste the code instead of the example below. -% -\begin{CCSXML} -<ccs2012> -<concept> -<concept_id>10010520.10010553</concept_id> -<concept_desc>Computer systems organization~Embedded and cyber-physical systems</concept_desc> -<concept_significance>500</concept_significance> -</concept> -<concept> -<concept_id>10010520.10010553.10010559</concept_id> -<concept_desc>Computer systems organization~Sensors and actuators</concept_desc> -<concept_significance>500</concept_significance> -</concept> -<concept> -<concept_id>10010520.10010553.10010562.10010564</concept_id> -<concept_desc>Computer systems organization~Embedded software</concept_desc> -<concept_significance>300</concept_significance> -</concept> -</ccs2012> -\end{CCSXML} - -\ccsdesc[500]{Computer systems organization~Embedded and cyber-physical systems} -\ccsdesc[500]{Computer systems organization~Sensors and actuators} -\ccsdesc[300]{Computer systems organization~Embedded software} - -\keywords{GPS Receiver, Power-Aware Computing, Cyber-Physical Modeling, Localization Systems.} - - -\maketitle - -\section{Introduction} -\label{sec:intro} -\input{sections/01-intro} - -\section{Related Work} -\label{sec:related} -\input{sections/02-related-work} - -\section{GPS receiver model} -\label{sec:gps} -\input{sections/03-model} - -\section{Sensor fusion} -\label{sec:fusion} -\input{sections/04-fusion} - -\section{Analysis and Sampling Strategy} -\label{sec:control} -\input{sections/05-control} - -\section{Evaluation} -\label{sec:experiments} -\input{sections/06-results} - -\section{Conclusion} -\label{sec:concl} -\input{sections/07-concl} - -\vspace{2mm} -\noindent\textbf{Acknowledgements}:\\ -% -We would like to thank Isaac Skog (Link{\"o}ping University) that -allowed us to reuse and build on his code for the Matlab model. This -work was partially supported by the ELLIIT Strategic Research Area, -by the Wallenberg Artificial Intelligence, Autonomous Systems and -Software Program (WASP) funded by Knut and Alice Wallenberg -Foundation, and by the Nordforsk Nordic Hub on Industrial IoT (HI2OT). - -\bibliographystyle{ACM-Reference-Format} -\bibliography{main} - -\end{document} diff --git a/paper/sections/00-header.tex b/paper/sections/00-header.tex deleted file mode 100644 index dfd45fc51900657fb5decdd951778d2c7975576a..0000000000000000000000000000000000000000 --- a/paper/sections/00-header.tex +++ /dev/null @@ -1,47 +0,0 @@ -\usepackage{soul} -\usepackage{xcolor} -\usepackage[english]{babel} -\usepackage{amsmath} -\usepackage{amssymb} -\usepackage{xfrac} -\usepackage{amsfonts} -\usepackage{listings} -\DeclareMathOperator{\Tr}{Tr} -\usepackage{tikz,xstring,siunitx,pgfplots,psfrag} -\usepackage{pgfplotstable} -\usepackage{ifthen} -\pgfplotsset{compat=newest} -\usetikzlibrary{shapes,arrows,spy} -\usetikzlibrary{calc,patterns,decorations.pathmorphing,decorations.markings} -\usetikzlibrary{positioning,automata} -\usetikzlibrary{pgfplots.groupplots} -\usetikzlibrary{shapes.geometric,shapes.arrows,decorations.pathmorphing} -\usetikzlibrary{matrix,chains,scopes,positioning,arrows,fit,backgrounds} -\tikzstyle{block} = [draw, rectangle, minimum height=2.5em, minimum width=2.8em] -\tikzstyle{sum} = [draw, circle, node distance=0] -\tikzstyle{input} = [coordinate] -\tikzstyle{output} = [coordinate] -\lstset{numbers=left,numberstyle=\tiny} -\sloppy -\setlength{\abovecaptionskip}{2pt plus 1pt minus 2pt} -\setlength{\belowcaptionskip}{2pt plus 1pt minus 10pt} -\setlength{\textfloatsep}{2pt plus 1pt minus 2pt} -\setlength{\dbltextfloatsep}{2pt plus 1pt minus 0pt} -\makeatletter -\let\origsection\section -\renewcommand\section{\@ifstar{\starsection}{\nostarsection}} -\newcommand\nostarsection[1] -{\sectionprelude\origsection{#1}\sectionpostlude} -\newcommand\starsection[1] -{\sectionprelude\origsection*{#1}\sectionpostlude} -\newcommand\sectionprelude{\vspace{-1pt}} -\newcommand\sectionpostlude{\vspace{-1pt}} -\let\origsubsection\subsection -\renewcommand\subsection{\@ifstar{\starsubsection}{\nostarsubsection}} -\newcommand\nostarsubsection[1] -{\subsectionprelude\origsubsection{#1}\subsectionpostlude} -\newcommand\starsubsection[1] -{\subsectionprelude\origsubsection*{#1}\subsectionpostlude} -\newcommand\subsectionprelude{\vspace{-2pt}} -\newcommand\subsectionpostlude{\vspace{-2pt}} -\makeatother \ No newline at end of file diff --git a/paper/sections/01-intro.tex b/paper/sections/01-intro.tex deleted file mode 100644 index 4792fbe532b6be32b9de43d208046d3191c36bfb..0000000000000000000000000000000000000000 --- a/paper/sections/01-intro.tex +++ /dev/null @@ -1,84 +0,0 @@ -Global Positioning System (GPS) receivers are well known to be -power-hungry with respect to the power consumed by a small electronic -device~\cite{7528057, - bib:microsoft-leap, bib:enloc-smartphones, - bib:virtualGPS, bib:accuracy-adaptation, - bib:feasibility-duty-cycling, bib:traffic-delay, - bib:entracked-datadriven-modeling, bib:senseLess, - bib:desing-principles-for-energy-efficiency}. This is probably the -main reason that motivates research on the optimization of the GPS -stack and on multi-sensor data merging, for example via sensor -fusion~\cite{Liggins:2008}. In fact, combining the information -provided by more than one sensor type could allow one to exploit the -sensor benefits and to limit their drawbacks. - -One alternative is merging data from GPS sensors with data provided by -inertial measurements sensors~\cite{bib:gps-imu}. While the GPS is -power-hungry but provides very precise information, inertial -measurements sensors are less energy-demanding, but also -less precise. In the literature, optimizations of this type are -accompanied by experimental data~\cite{bib:microsoft-leap, - bib:enloc-smartphones, bib:virtualGPS, bib:accuracy-adaptation, -bib:feasibility-duty-cycling, bib:traffic-delay, -bib:entracked-datadriven-modeling, bib:senseLess, -bib:framework-for-energy-efficiency}, that are time-consuming to -retrieve and only valid for the specific testing setup. - -This paper follows a different approach to tackle the problem of -optimizing power consumption for localization in GPS devices. We -propose a first-principle model of the GPS receiver. This model -captures the physical \emph{phenomena} that determine the sensor -behavior. The main advantage of using such a model is its independence -from its specific hardware and software. We capture the behavior of a -\emph{generic} GPS receiver and its dynamics. This allows us to test -strategies for power optimization and to obtain insights on its -effectiveness before implementing them on a real device. We envision -our work to provide contributions in the design of GPS-assisted -navigation strategies for devices with battery constraints, from -activity trackers to tracking systems mounted on drones. - -Specifically, this paper makes the following contributions: -% -\begin{itemize} -\item \textbf{Modeling:} It provides a \emph{first-principle} model -of the GPS behavior, identifying the dynamics that regulate it. A -first-principle model is a model that captures the technological -design choices that are behind the GPS system. These choices greatly -influence what can be achieved with any GPS sensor, as they introduce -basic limitations and characteristics of the technology. In this -specific context, we highlight how a dynamical model is necessary to -capture the involved \emph{phenomena}. In fact, GPS sensors that -receive the same \emph{stimula} can behave differently, depending on -their internal state. -\item \textbf{Design:} It identifies opportunities for battery -savings. Specifically, modeling the GPS-related \emph{phenomena} -allows us to devise a sampling strategy that exploits the technology -characteristics. -\item \textbf{Integration:} It integrates the GPS with an ecosystem -of inertial measurement sensors. While this is not a new idea, thanks -to our model we are able to capture the trade-offs (of the different -merging algorithms) programmatically and to expose the characteristics -of each solution. -\end{itemize} - -Even though the notions used to build the presented model are known in -the litterature, their systematic study and integration has not been -seen elsewhere by the authors. The development of this first-principle -and simulable model enables the possiblity of (i) performing at design -phase a quantitative evaluaion of the energy cost of different sampling -strategies, (ii) comparing different sampling strategies without -depending on the specific testing conditions. - -% -This paper is organized as follows. As much research has been done on -the topic of GPS optimization, Section~\ref{sec:related} describes -related work. Section~\ref{sec:gps} describes the physical principles -behind the GPS receiver and shows how we capture these principles with -our model. Section~\ref{sec:fusion} discusses a sensor fusion -algorithm that merges the information obtained by Inertial -Measurement Units (IMUs) with the GPS data. The sampling strategy that -is derived using the given models is described in -Section~\ref{sec:control}. We evaluate our proposal with data from -real GPS and IMU devices and simulated traces in -Section~\ref{sec:experiments}. Finally, Section~\ref{sec:concl} -concludes the paper. diff --git a/paper/sections/02-related-work.tex b/paper/sections/02-related-work.tex deleted file mode 100644 index 352d1c54bc2944c16ea420c55fa2f738ad4209fd..0000000000000000000000000000000000000000 --- a/paper/sections/02-related-work.tex +++ /dev/null @@ -1,131 +0,0 @@ -Battery drain is a serious problem when GPS sensors are used in small -devices. This is well testified by the number and variety of works -that try to mitigate it. Previous work mainly apply to smartphones and -can be categorized in two classes, depending on the type of approach -that is used for battery optimization: (i) work on the GPS stack -- -i.e., work optimizing the behavior of the sensor, (ii) work that reduce the usage of the GPS sensor -- i.e., work that tries to -sample less frequently or only when needed. - -The first class includes results like~\cite{7528057, -bib:computation-offloading, bib:selective-tracking, -bib:microsoft-leap, bib:sparse-fourier}. The authors of -\cite{bib:computation-offloading} aim at outsourcing the device -computation (once the data has been retrieved) to some server, using a -network connection. \cite{bib:selective-tracking} improves the GPS -receiver power-efficiency selecting only a subset of visible -satellites to be tracked. Other works aim at improving the speed of -the signal acquisition, either using information from previous -acquisitions~\cite{bib:microsoft-leap}, or using different algorithms -for the decoding of the signal~\cite{bib:sparse-fourier, 7528057}. - -The second class includes several attempts to build an -\emph{adaptation} layer that controls the usage of positioning -sensors, keeping the receiver off for as much time as -possible~\cite{bib:enloc-smartphones, bib:virtualGPS, - bib:accuracy-adaptation}. Usually, this is achieved implementing a -trade-off controller, that trades accuracy for energy consumption. In -the same class we can include works that exploit other sensors. When -the adaptation layer detects that the user state does not need high -accuracy, it minimizes the GPS receiver usage by turning it off and -enabling it again only on demand or eventually switching to other -positioning techniques~\cite{bib:feasibility-duty-cycling, - bib:traffic-delay, bib:entracked-datadriven-modeling, bib:senseLess, - bib:framework-for-energy-efficiency}. Among the works on this -additional adaptation -layer,~\cite{bib:desing-principles-for-energy-efficiency} proposes a -set of design principles for smartphone applications, to improve the -smartphone battery efficiency. - -This work has a complementary role with respect to the ones mentioned -above. We propose here a modeling approach based only on how the GPS -receiver is designed. This is therefore transversal with respect to -the implementation details of the specific sensor. We argue that we -can study the trade-off between accuracy and battery consumption in a -first principled way, using this model. We can also determine how -different factors (including satellite visibility, and timing -behaviors) affect the receiver. - -Modeling GPS sensors is not a new research area, see for -example~\cite{bib:selective-tracking, - bib:entracked-datadriven-modeling}. These prior efforts are mainly -data-driven, i.e., they collect data for a specific receiver with a -given hardware and software platform and try to infer the behavior of -the sensor from this data (and not having any notion of state). This -paper represents an attempt of deriving a generic \emph{dynamic} -model. We argue that this is needed, since the GPS receiver can behave -differently in response to the same input, depending on its internal -state. - -To end this brief review, we would like to notice that this work -combines, in a purpose-specific manner, problems and ideas from -different domains. To quote just a couple, there is a vast literature -on correcting drift in accelerometer-based odometry, see -e.g.~\cite{bib:A}, and the idea of taking action -- in our case, -accessing the GPS -- only when performance is deemed unsatisfactory, -is shared by the more general domain of event-triggered -sampling~\cite{bib:B}. However, the addressed problem has specific -characteristics, detailed in the following, that make our solution -effective despite -- and in some sense thanks to -- its simplicity. - -% \begin{itemize} -% \item many works discuss the problem of power consumption in GPS -% devices from different points of view. those are: -% \item improving of computation efficiency(?): either not using all -% the satellites (with was meaningful for harware based gps -% receivers, now I don't see what you could gain in sw based -% receivers), 'outsourcing' the computations transferring them to -% servers~\cite{bib:computation-offloading},tracking only a subset -% of the visible satllites~\cite{bib:selective-tracking}(modeling of -% how the different components of the sensor consume power(not -% dynamic, just linear model wrt to time), try to reduce connsumpion -% tracking less satellites) -% \item improving speed of signal -% acquisition~\cite{bib:microsoft-leap}(also has experiments showing -% constant power consumption when -% on),~\cite{bib:sparse-fourier}(faster furies transform to improve -% speed of signa acquisiiton), -% \item shifting other positioning techniques like wifi trilateration -% or network cells trilateration called GSM(which is necessary when -% in comes to indoor -% applications)~\cite{bib:enloc-smartphones}(euristics for chosing -% the right positioning sensor according to some energy-accuracy -% traqde off. also has experiments that show that the GPs consumes -% power constant when turned on which is around -% 400mW)~\cite{bib:virtualGPS}(eneesimo lavor su come scegliere -% quale sensore usare per il posizionamento su uno smartphone, -% ottimizzazioni inter diverse -% applicazioni),~\cite{bib:accuracy-adaptation}(chose the right -% sensor according to required accuracy), -% \item sensor fusion techniques -% \item duty cycling~\cite{bib:feasibility-duty-cycling}(studio di -% fattibilità del downsampling per ricostruire la -% traiettoria)~\cite{bib:traffic-delay}(traffic jam detection, -% different smpling policies for energy -% saving),~\cite{bib:entracked-datadriven-modeling}sampling -% triggered with some form of optimization trigered by a a data -% driven model, or imu-triggered -% sampling~\cite{bib:senseLess}(accelerometer to detect movement and -% therefore trigger the usage of -% GPS),~\cite{bib:framework-for-energy-efficiency}(usage of various -% sensor foruser state recognition and triggering of different -% positioning sensors) -% \item usage of specific design principles when designing location -% based -% applications~\cite{bib:desing-principles-for-energy-efficiency} -% \item https://www.developerfusion.com/article/4652/ [cut] -% [cut] writing-your-own-gps-applications-part-2/2/ the number of -% satellites can improve accuracy, see -% also~\cite{bib:accuracy-adaptation} -% \item few works present modeling of how GPS sensors consume -% power~\cite{bib:entracked-datadriven-modeling}, none of them -% dynamical -% \item where is this work placed with respect to the others -- no -% dynamical modeling of it has ever been done before, it would be -% useful for understainding why and how the sensr consumes power -% (sometimes deelays are encoutnered but no one discusses where -% those deelays come from) -% \item one other possible application of this model is: tracking of -% animals~\cite{bib:application-zoo} -% \item work that show the complexity of modeling the -% accuracy~\cite{bib:space-weather-ionospheric} -% \end{itemize} diff --git a/paper/sections/03-model.tex b/paper/sections/03-model.tex deleted file mode 100644 index 3ea483803d125c7c7bf6a76d56b384338a381a88..0000000000000000000000000000000000000000 --- a/paper/sections/03-model.tex +++ /dev/null @@ -1,332 +0,0 @@ -This section introduces the receiver model used in the rest of the -paper. Specifically, Section~\ref{sec:gps:phy} describes the physics -behind the model and Section~\ref{sec:gps:mod} discusses our modelling -choices. - -\begin{figure} -\centering -\includegraphics{images/gps.pdf} -\caption{Trilateration: GPS receiver and satellites.} -\label{fig:globe} -\end{figure} - -% -------------------------------------------------------------------- -\begin{table*}[t] -\caption{Combinations of Ephemeris Data, Ranging Data and Antenna Status.} -\label{fig:states} -\centering -\begin{tabular}{lcccc} -\hline\hline -\textbf{State Name} & \textbf{Ephemeris Data} & \textbf{Ranging Data} & \textbf{Antenna} & \textbf{State Number} \\ \hline\hline -Position Available & Available & Available & On & \textcircled{\scriptsize 4} \\ \hline ---- & \st{Available} & \st{Available} & \st{Off} & \\ \hline -Warm Start & Available & Not Available & On & \textcircled{\scriptsize 5} \\ \hline -Warm Start Available & Available & Not Available & Off & \textcircled{\scriptsize 6} \\ \hline -Read Ephemeris Data & Not Available & Available & On & \textcircled{\scriptsize 3} \\ \hline ---- & \st{Not Available} & \st{Available} & \st{Off} & \\ \hline -Cold Start & Not Available & Not Available & On & \textcircled{\scriptsize 2} \\ \hline -Not Available Info & Not Available & Not Available & Off & \textcircled{\scriptsize 1} \\ \hline\hline -\end{tabular} -\end{table*} -% -------------------------------------------------------------------- - -\subsection{GPS physics} -\label{sec:gps:phy} - -GPS sensors locate themselves through a process called -\emph{trilateration}~\cite{bib:gps-book}. This process consists of -measuring the distance from 4 or more points in space (satellites), -whose positions are known. Given the distance measurements, the GPS -sensor then performs a least square estimation to determine its -current position. Figure~\ref{fig:globe} shows an example with five -satellites. To correctly estimate the current position, the GPS -receiver must measure the distance from $s_1, s_2, s_3$ and $s_4$. -Additionally, measuring the distance from $s_5$ is not necessary, but -improves the position accuracy. - -The GPS framework includes (circa) 30 satellites. These satellites -orbit around the Earth following known trajectories. While orbiting, -they broadcast periodic signals that encode a set of parameters, -called \emph{ephemeris data}. The ephemeris data describe the -satellites' orbits (see for example the trajectory of satellite $s_3$ -in Figure~\ref{fig:globe}), and therefore allow the GPS receiver to -accurately determine their position in time. The satellite -trajectories change over time, due to uncertainties and -disturbances, like corrections for collision avoidance. - -The ephemeris data are considered valid for a time span of 30 -minutes. To correctly estimate the current position, the receiver -should ensure that the ephemeris data are up to date. The -transmission of the ephemeris data has a duration of 30 seconds, -and the satellites continuously broadcast new data. In order to ensure -the correct acquisition of one data point, the receiver then has to -fetch and decode the signal for a time that is in the interval -$[30,60)$ seconds (in the worst case, the receiver starts reading the -message right after the start of a new message transmission). - -All the satellites transmit on the same frequency and the -different signals are multiplexed using the Code Division Multiple -Access (CDMA) technique. Using CDMA, the signal has three components: -(i) the carrier wave, (ii) the data waveform, and (iii) a spreading -waveform. The spreading waveform is a deterministic signal, different -for each satellite\footnote{Each satellite's spreading waveform is - unique and has been chosen to be a \emph{golden code}, i.e., it - looks like white noise and it does not correlate with any other - satellite sequence.}, transmitted at much higher frequency with -respect the data waveform. The spreading waveform is then used to -recognize the satellite the received message belongs to. - -The spreading waveform is also used for determining the distance -between the satellite and the receiver. Assuming the satellite and the -receiver share a time reference, the receiver can measure the delay it -takes to receive the signal from the satellite. In -Figure~\ref{fig:globe} the delay to receive the message from satellite -$s_1$ is denoted by $\Delta_1$. Multiplying this quantity by the -speed of light $C$, the receiver can determine how far the signal has -been travelling, i.e., the distance from the satellite, indicated in -Figure~\ref{fig:globe} with $d_1$. For a generic satellite $x$, this -can be written as $d_{x} = \Delta_{x} \cdot C$. The set of the -distances the receiver measures from the visible satellites is called -\emph{ranging data}. - -The hypothesis that the clocks of the receiver and the satellites are -synchronized is not valid, so one extra satellite must be tracked and -used for the trilateration procedure. The fourth satellite allows the -receiver to compensate its time reference offset. - -Due to the satellites' and the receiver's movements, the doppler -effect will distort the signal reception. The effect is a shift in the -frequency spectrum of the signal. To fetch the signal, the receiver -must then perform a two-dimensional search in phase and frequency -shift. As a consequence, the process of fetching the signal directly -includes the measurement of the ranging data\footnote{Additionally, - the receiver can estimate its own speed from the measured doppler - effect and compensate for the satellite speed retrieved with the - ephemeris data.}. This process takes some milliseconds (usually in -the range from $2ms$ to $10ms$), depending mainly on signal strength. - -\subsection{GPS modeling} -\label{sec:gps:mod} - -We plan to use a model of the GPS receiver behavior to optimize -battery consumption subject to position data availability. Our -receiver model needs to capture two relevant \emph{phenomena}: GPS -position availability and power consumption. - -\begin{table*}[t] -\caption{Transitions, summary table with name, conditions and eventual updates.} -\label{fig:transitions} -\centering -\begin{tabular}{lcc} -\hline\hline -\textbf{Transition} & \textbf{Triggering Condition} & \textbf{Effects (Updates)} \\ \hline\hline -\texttt{turn\_on} & User Controlled & --- \\ \hline -\texttt{turn\_off} & User Controlled & --- \\ \hline -\texttt{fetch\_freq\&phase} & Time Delay, usually in the interval [2ms, 10ms] & \texttt{sat\_tracked\_freq\&phase := visible\_satellites} \\ \hline -\texttt{get\_ephemeris} & Time Delay, in the interval [30s, 60s) & \texttt{sat\_tracked\_ephemeris := visible\_satellites} \\ - & & \texttt{expiry\_time\_ephemeris := time + 30minutes} \\ \hline -\texttt{lose\_visibility} & \texttt{sat\_tracked\_freq\&phase < required\_satellites} & --- \\ \hline -\texttt{ephemeris\_expire} & \texttt{time > expiry\_time\_ephemeris or} & --- \\ - & \texttt{sat\_tracked\_ephemeris < required\_satellites} & --- \\ \hline\hline -\end{tabular} -\end{table*} -% -------------------------------------------------------------------- -\begin{figure*}[t] -\centering -\begin{tikzpicture}[% -p_off/.style = {circle, draw=black, inner sep=3mm}, -p_on/.style = {circle, draw=black, fill=black!40!green, inner sep=3mm}, -arr/.style = {->, solid, black!60}, ->=triangle 60, -font=\footnotesize] - -\node[thick] (ni) at ( 0, 0) [p_off, label={No Info}] {1}; -\node[thick] (cs) at ( 4, 0) [p_on, label={Cold Start}] {2}; -\node[thick] (re) at ( 8, 0) [p_on, label={Read Ephemeris}] {3}; -\node[thick] (pa) at (12, 0) [p_on, label={Position Available}] {4}; -\node[thick] (ws) at (10, -3) [p_on, label={Warm Start}] {5}; -\node[thick] (wsa) at ( 6, -3) [p_off, label={Warm Start Available}] {6}; -\node[thick] (zero) at (-1.5, 1) [circle, draw=black!60, fill=black!60, inner sep=0.75mm] {}; - -\begin{pgfonlayer}{background} -% yellow: ephemeris data available -\draw[draw={rgb:red,205;green,205;blue,15;black,5}, dashed, fill=yellow!10, rounded corners] - (4.25,-4.15) -- (13.5,-4.15) -- (13.5,1.35) -- (10.5,1.35) -- (10.5,-1.95) -- (4.25,-1.95) -- (4.25,-4.15); -\draw[draw=yellow!10,-] (10.5,-1.95) -- (13.5,-1.95); -\node (eda) at (6.35, -3.9) {\textcolor{rgb:red,205;green,205;blue,15;black,5}{\textbf{Ephemeris Data Available}}}; -% pink: ranging data available -\draw[draw=none, fill=red, opacity=0.1, rounded corners] (6.65,-1.15) rectangle (13.35,1.15); % fill -\draw[draw={rgb:red,155;green,10;blue,10;black,5}, dashed, rounded corners] (6.65,-1.15) rectangle (13.35,1.15); % border -\node (eda) at (8.55, -0.9) {\textcolor{rgb:red,155;green,10;blue,10;black,5}{\textbf{Ranging Data Available}}}; -\end{pgfonlayer} - -% arrows from beginning node -\draw [arr, bend right] (zero) to (ni); - -% arrows from 1 -\draw [arr] (ni) to node [above] {\texttt{turn\_on}} (cs); - -% arrows from 2 -\draw [arr] (cs) to node [above] {\texttt{fetch\_freq\&phase}} (re); -\draw [arr, in=60, out=120] (cs) to node [above, xshift=1mm] {\texttt{turn\_off}} (ni); -%\draw [arr, in=210, out=240] (cs) edge[loop] node [below, xshift=-6mm] {\texttt{lose\_visibility}} (cs); - -% arrows from 3 -\draw [arr] (re) to node [above] {\texttt{get\_ephemeris}} (pa); -\draw [arr, in=60, out=120] (re) to node [above] {\texttt{turn\_off}} (ni); -\draw [arr, in=60, out=120] (re) to node [above] {\texttt{lose\_visibility}} (cs); - -% arrows from 4 - position available -\draw [arr, in=60, out=120] (pa) to node [above] - {\texttt{ephemeris\_expire}} (re); -\draw [arr, in=45, out=210] (pa) to node - [left, at start, yshift=-3mm, xshift=-6mm] {\texttt{turn\_off}} (wsa); -\draw [arr] (pa) edge[loop right] node {\texttt{get\_ephemeris}} (pa); -\draw [arr, in=45, out=-90] (pa) to node [right, above, xshift=-11mm] - {\texttt{lose\_visibility}} (ws); - -% arrows from 5 - warm start -\draw [arr, in=-45, out=0] (ws) to node [right, near start, xshift=1mm] {\texttt{fetch\_freq\&phase}} (pa); -\draw [arr, in=285, out=135] (ws) to node [near end, above, xshift=13mm, yshift=-2mm] {\texttt{ephemeris\_expire}} (cs); -\draw [arr, in=-10, out=190] (ws) to node [above] {\texttt{turn\_off}} (wsa); -%\draw [arr, in=-60, out=-30] (ws) edge[loop] node [below] {\texttt{lose\_visibility}} (ws); - -% arrows from 6 - warm start available -\draw [arr, in=170, out=10] (wsa) to node [above] {\texttt{turn\_on}} (ws); -\draw [arr, in=-90, out=180] (wsa) to node [left, xshift=-1mm] {\texttt{ephemeris\_expire}} (ni); - -\end{tikzpicture} -\caption{State machine representing the \emph{cyber} dynamics.} -\label{fig:cyberDynamics} -\end{figure*} -% -------------------------------------------------------------------- - -The GPS receiver provides a position estimate when it has collected -both the ephemeris and the ranging data for at least 4 satellites. -Detecting data from more than 4 satellites can improve the positioning -accuracy. This depents on many factors which are hard to model, like the -relative position of the stellites in sapce and the geography of the -environment around the sensor. Therefore, for the sake of keeping the -model at a reasonable complexity, it is only required to set a minimum -number of satellites to be tracked, depending on the specific application. -This number has to be equal to or greater than 4 and it being higher -represents the the constraint of higher accuracy in the given application. -As for power consumption, the receiver always consumes a -(negligible) idle power. On top of that, the sensor consumes -additional power when its radio is turned on, which is precisely the -cause of battery draining. This power has been experimentally shown to -be constant in time~\cite{bib:enloc-smartphones, bib:microsoft-leap} -%<<<<<<< HEAD -%and usually around 400mW\footnote{This quantity apparently depends on the specific device. It can of course be changed according to the given use-case. Moreover for the simple evaluation of the trade-off it is not strictly relevant since we would be interested in the differential values. If instead is required an absolute estimation of the consumed energy, then a precise evaluation of this quantity is required.}. Our model needs to capture whether: -%======= -and usually between 20mW and 400mW. We use the latter for our model, -but this is just a constant that can be changed depending on the -device. - -The important states that our model needs to capture are: -\begin{enumerate} - \item \emph{ephemeris data} are available or not; - \item \emph{ranging data} are available or not; - \item the radio \emph{antenna} is turned on or off. -\end{enumerate} -The discrete nature of these phenomena can be well captured using a -finite state machine. For our purposes, a \emph{timed automaton} is -sufficient. In the following, we describe the states and transitions -of the resulting timed automaton. We use the variable -\texttt{visible\_satellites} to represent the number of (different) -satellites' signals that reach the receiver. - -\textbf{States:} The model \emph{states} are the combination of the -three above configurations. Table~\ref{fig:states} reports all of -them. However, the availability of the ranging data is incompatible -with the radio being turned off, so we remove the two corresponding -states from the list. The discrete states are also augmented with -variables representing the number of satellites being tracked. These -are: (i) the number of satellites for which the ephemeris data are -available (\texttt{sat\_tracked\_ephemeris}), (ii) the number of -satellites for which the ranging data are available -(\texttt{sat\_tracked\_freq\&phase}), and (iii) the expiration time of -the ephemeris data (\texttt{expiry\_time\_ephemeris}). - -\textbf{Transitions:} Analogously, the model \emph{transitions} -represent the events that alter the information availability or the -antenna state changes. As described in Section~\ref{sec:gps:phy}, the -ephemeris data become available when the receiver listens -consecutively to the satellites' signal for long enough (transition -\texttt{get\_ephemeris}). Their loss of availability happens either at -the expiration of the ephemeris data, or when the tracked satellites -disappear from the visible sky. In theory, the second event does not -necessarily force an update of the ephemeris data. For instance, a -satellite may disappear for a limited time interval and appear again -before its ephemeris data expiration. For simplicity (and without -loss of information with respect to our model usage) we do not include -the specific tracking of different satellites in the model and, -consequently, we do not distinguish between these two cases. The -transition \texttt{ephemeris\_expire} implements both. The ranging -data instead become available as soon as the satellites' signals are -fetched. We refer to this transition as -\texttt{fetch\_freq\&phase}. The loss of ranging data can have two -causes: (i) the antenna is turned off (transition \texttt{turn\_off}), -(ii) the number of visible satellites is less than the required -one\footnote{Generally 4. Different applications may require a higher - number of satellites to improve positioning accuracy - (\url{https://www.developerfusion.com/article/4652/writing-your-own-gps-applications-part-2/2/}).} -(transition \texttt{lose\_visibility}). Lastly the antenna's state is -controlled by the user with the events \texttt{turn\_on} and -\texttt{turn\_off}. - -The transitions can be divided in three categories: \emph{inputs}, -\emph{delays}, and \emph{disturbances}. The two transitions -\texttt{turn\_on} and \texttt{turn\_off} are arbitrarily controlled by -the user, and can be seen as inputs of the system. The second -category, delays, includes transitions that represent the end of data -aquisition procedures and can be seen as delays in the system's -dynamics: \texttt{fetch\_freq\&phase} and -\texttt{get\_ephemeris}. When fired, these transitions cause the -update of the state variables \texttt{sat\_tracked\_ephemeris} and -\texttt{sat\_tracked\_freq\&phase}, that are set to the number of -\texttt{visible\_satellites}. In addition, when the -\texttt{get\_ephemeris} transition is fired, the expiration time of -the ephemeris data is also updated, according to -\texttt{expiry\_time\_ephemeris = time + 30minutes}. The -\emph{disturbance} class of transitions includes -\texttt{ephemeris\_expire} and \texttt{lose\_visibility}. Both the -transitions are triggered when the number of visible satellites is -less than the required number. Moreover, the -\texttt{ephemeris\_expire} transition is triggered also when the -current time exceeds \texttt{expiry\_time\_ephemeris}. - -The different transitions, their triggering conditions, and their -effects (updates) are summarized in Table~\ref{fig:transitions}. - -\textbf{Dynamics:} After defining states and transitions, we need to -specify which transitions can fire in each state and the resulting -system state. The resulting \emph{automaton} is shown in -Figure~\ref{fig:cyberDynamics}. In each of the states, the three -properties shown in Table~\ref{fig:states} can change, e.g., the -ephemeris data can become unavailable if they were available. The -states drawn in green are states in which the antenna is on. The pink -rectangle encloses the states in which the ranging data are available. -The yellow polygon shows the states in which the ephemeris data are -available. - -In general, each state accepts only the transitions that change the -properties that define it. For instance, if the antenna is off (states -No Info \textcircled{\scriptsize 1} and Warm Start Available -\textcircled{\scriptsize 6}), the automaton can accept the transition -\texttt{turn\_on} and move to a different state, but cannot accept the -transition \texttt{turn\_off}. There is one exception, corresponding -to the self-loop in Figure~\ref{fig:cyberDynamics}. In state Position -Available \textcircled{\scriptsize 4} the transition -\texttt{get\_ephemeris} can be fired to indicate an update of the -ephemeris data before their expiration. - -Finally, two (discrete) equations complement the model dynamics. They -saturate the number of tracked satellites (both in terms of ephemeris -and ranging data) to the number of visible satellites, implementing -the fact that the receiver can only track visible satellites. These -are, respectively, \texttt{sat\_tracked\_ephemeris := - min\{sat\_tracked\_ephemeris, visible\_satellites\}} and -\texttt{sat\_tracked\_freq\&phase := min\{sat\_tracked\_freq\&phase, - visible\_satellites\}}. - diff --git a/paper/sections/04-fusion.tex b/paper/sections/04-fusion.tex deleted file mode 100644 index f2c901b529fd827958568b7c67a5c2e811c713b2..0000000000000000000000000000000000000000 --- a/paper/sections/04-fusion.tex +++ /dev/null @@ -1,317 +0,0 @@ -The proposed model is general and can be used for many different -purposes. The abstraction offered by the model devised in this paper -allows for analysis and synthesis of control strategies. This section -introduces its use in the context of sensor fusion. Sensor -fusion~\cite{Liggins:2008} refers to a set of techniques for merging -measurements that come from different sensors with the aim of -enhancing the advantages of the specific sensors while compensating -for the disadvantages. For our specific case, we would like to limit -battery consumption without penalizing accuracy, using Inertial -Measurement Units (IMUs) in conjunction with the GPS receiver. - -IMUs are sensors that usually include an accelerometer and a -gyroscope. The accelerometer measures the acceleration along the three -axes while the gyroscope measures the angular velocity of the -orientation changes. IMUs can be considered complementary to the -GPS. In fact, they provide a relative measurement (while the GPS -position is absolute), and are characterized by low power consumption, -since they do not consume the extra power needed to use an -antenna. Their measurements are also continuously available, since -they do not rely on other devices. A navigation system only based on -IMUs is referred to as an Inertial Navigation System (INS). - -The main weakness of an INS is that, given the differential nature of -the sensors, their measurements must be integrated. This exposes the -estimation to significant low frequency errors introduced by the -biases. As a rule of thumb, those errors are usually considered grow -cubically in time. IMUs are therefore considered reliable only for -short time intervals. The idea of \emph{GPS-IMU} sensor fusion -algorithm is to exploit the IMUs to provide continuous low-power -positioning. At the same time, the GPS can be sampled at lower rate to -compensate for the low frequency errors. - -The GPS model devised in this paper captures the delays introduced by -the GPS receiver and its power consumption. This allows us to -rigorously study an optimal sampling method for the GPS sensor, with -respect to a given accuracy and power consumption target. On the -contrary, the model used for the sensor fusion algorithm is -well-known, and we base our results on~\cite{4770175}. - -\subsection{The Sensor Fusion Algorithm} -\label{sec:fusion:algo} - -This section describes the proposed sensor fusion algorithm. The -algorithm integrates the IMU measurements to obtain a trajectory -profile. GPS positioning is triggered irregularly, and when the GPS -position is received an \emph{Extended Kalman Filter}~\cite{EKF} -estimates and compensates the IMU biases. - -We want to estimate the following quantities: the tridimensional -position, the tridimensional velocity and the orientation (attitude) -using its quaternion representation. We define the state -$x(k) = [p(k), v(k), q(k)]'$, where we denote with $p(k)$ the position -at time $k$ and measure it in meters with respect to a reference -point, i.e., $p(k) \in \mathbb{R}^3 [m]$. We use $v(k)$ to indicate -the velocity at time $k$ measuring it in meters per seconds, i.e., -$v(k) \in \mathbb{R}^3 [m/s]$. Finally, we denote with $q(k)$ the -attitude at time $k$, using its (dimensionless) quaternion -representation, i.e., $q(k)\in \mathbb{R}^4 [-]$. - -The IMU provides the following measurements at time $k$: the -acceleration and the angular rates. Both the acceleration $s(k)$ and -the angular rates are provided along the three axis, i.e., -$s(k) \in \mathbb{R}^3 [m/s^2]$, and -$\omega(k)\in \mathbb{R}^3 [rad/s]$. Equation~\eqref{eq:integration} -shows the integration of the IMU measurements $s$ and $\omega$ to -obtain $p$, $v$, and $q$. In the equation, $T_s$ represents the IMU -sampling time, $R_b^n$ denotes the directional cosine matrix that -rotates a vector from the body coordinate frame $b$ to the body -coordinate frame $n$ and $g$ is the gravitational force, $I_{4}$ is -the identity matrix of order 4, - -\begin{equation} -\begin{array}{rcl} - p(k) & = & p(k-1) + T_s \cdot v(k-1) +\\ - & & ( R_b^n(q(k-1)) \cdot s(k) - g ) \cdot \sfrac{T_s^2}{2} \\ - v(k) & = & v(k-1) + ( R_b^n(q(k-1)) \cdot s(k) - g ) \cdot T_s \\ - q(k) & = & ( \cos ( 0.5 \cdot T_s \cdot \|\omega(k)\| ) \cdot I_4 +\\ - & & \sin ( 0.5 \cdot T_s \cdot \|\omega(k)\| ) \cdot - \sfrac{\Omega(k)}{\|\omega(k)\|} ) \cdot q(k-1) \\ -\end{array}. -\label{eq:integration} -\end{equation} -% -Finally, $\Omega$ is defined as -% -\begin{equation} -\Omega(k) = -\begin{bmatrix} - 0 & \textcolor{white}{-}[\omega(k)]_z & -[\omega(k)]_y & [\omega(k)]_x \\ - -[\omega(k)]_z & 0 & \textcolor{white}{-}[\omega(k)]_x & [\omega(k)]_y \\ - \textcolor{white}{-}[\omega(k)]_y & -[\omega(k)]_x & 0 & [\omega(k)]_z \\ - -[\omega(k)]_x & -[\omega(k)]_z & -[\omega(k)]_z & 0 \\ -\end{bmatrix}. -\label{eq:Omega} -\end{equation} - -Equation~\eqref{eq:integration} can also be seen in the form of a -discrete-time dynamical system $x(k) = f(x(k-1), u(k))$. This -representation highlights that $x(k) = [p(k), v(k), q(k)]'$ is the -system state and output, i.e., the position estimation, and -$u(k) = [s(k),\omega(k)]'$ is the system input, i.e., the data read by -the IMU. The corresponding block diagram is shown in -Figure~\ref{fig:sensorfusionscheme}. - -\begin{figure} -\includegraphics[scale=0.4]{images/sensor-fusion-scheme.png} -\caption{Block Diagram for the Inertial Navigation System.} -\label{fig:sensorfusionscheme} -\end{figure} - -Our aim is to correct the estimation made by the INS using the more -reliable measurements obtained using the GPS receiver. We denote with -$u(k)$ the actual acceleration and with $\tilde{u}(k)$ the output of -the IMU that we will feed in the integration equation (after -compensating it for the estimated bias). - -We assume the following about the disturbances that affect sensor -measurements. Two different disturbances affect the IMU measurements: -a slowly varying bias $\delta u(k)$, and an additive white noise -$w_1(k)$, with covariance matrix $Q_1$, as shown in -Equation~\eqref{eq:sensorerror}. The dynamics of the slowly varying -bias $\delta u(k)$ is a \emph{random walk}, shown in -equation~\ref{eq:bias}, where $w_2(k)$ is a white noise with -covariance matrix $Q_2$. -\begin{eqnarray} -\tilde{u}(k) & = & u(k)-\delta u(k) + w_1(k) -\label{eq:sensorerror} \\ -\delta u(k) & = & \delta u(k-1) + w_2(k) -\label{eq:bias} -\end{eqnarray} -The GPS sensor provides a measurement of the position that only -affected by an additive white noise $e(k)$ with covariance $R$. -\begin{equation} -\tilde{p}_{\text{GPS}}(k) = p(k) + e(k) -\end{equation} - -The Kalman filter measures the discrepancy between the output of the -INS and the GPS and uses it to correct the position and biases -estimation. The correction is based on the \emph{Kalman gain}, -computed online. This technique was proved to be optimal in case of -Gaussian disturbances and noises. In fact, the Kalman gain is computed -according to the uncertainty of the quantities to be estimated, -formally defined as their covariance matrix, usually denoted with -$\mathbf{P}$. The covariance matrix is also updated -online\footnote{If the system was linear, the covariance matrix would - be updated at every step with the same system dynamics and - covariances of disturbances and noises. This would apparently make - the evolution of the covariance matrix deterministic. On the - contrary, this is not the case here and at every time step the - system needs to be newly linearized. As a conclusion, the evolution - of the covariance matrix is not deterministic.}, its evolution is -based on the linearized model of the system dynamics (i.e., how the -\emph{past} estimation uncertainty propagates to the following one), -and on the disturbances and noise models (i.e., their variance). - -We now provide details about how the Kalman filter is implemented, and -how it corrects the estimates. We would like to obtain an estimate -$\hat{x}(k)$ of $x(k)$\footnote{In general, we use $\hat{\cdot}$ to - indicate the estimate of the variable represented by $\cdot$.}. We -therefore need to estimate the following quantities: the position -error $\delta x(k)$ (used to correct the position estimation) and the -biases of the sensors $\delta u(k)$ (to compensate the estimate -obtained using Equation~\eqref{eq:integration} for future -measurements), -\begin{equation} -\delta x(k) = x(k) - \hat{x}(k) = -\begin{bmatrix} -\delta p(k) \\ -\delta v(k) \\ -\epsilon (k) \\ -\end{bmatrix} -= -\begin{bmatrix} -p(k)-\hat{p}(k) \\ -v(k)-\hat{v}(k) \\ -\epsilon (k) -\end{bmatrix}. -\end{equation} -Here, the attitude error vector $\epsilon(k) \in \mathbb{R}^3$ is -defined as the the small (Euler) angle sequence that rotates the -attitude vector $\hat{q}(k)$ into -$q(k)$\footnote{$q(k) = \Gamma(\hat{q}(k), \epsilon(k))$, where - $\Gamma(\hat{q}(k),\epsilon (k)) \triangleq \{ q \in \mathbb{S}^3 | - R_b^n (q(k)) = (I_3 - \left[\epsilon(k)\right]_{\times}) R_b^n - (\hat{q}(k)) \}$ and $\left[a\right]_{\times}$ defines the - antisymmetric matrix representation of $a$ for which - $\left[a\right]_{\times} \cdot b = a \cdot b$.}. We can then define -the vector collecting all the quantities to be estimated and the -vector that collects the disturbances as, -\begin{equation} -\delta z(k) = -\begin{bmatrix} -\delta x(k) \\ -\delta u(k) -\end{bmatrix} -\in \mathbb{R}^{15} , -\,\,\, -w(k) = -\begin{bmatrix} -w_1(k) \\ -w_2(k) -\end{bmatrix} -\in \mathbb{R}^{12} . -\end{equation} - -The linearized state space model, describing the evolution of $z(k)$, -needed to define how the covariance matrix of the estimation changes -in time, is -\begin{equation} - z(k) = \mathbf{F}(x(k),u(k)) \cdot z(k-1) + - \mathbf{G}(x(k)) \cdot w(k) , -\end{equation} -where the state transition matrix $\mathbf{F}(x(k),u(k))$ and the -noise gain matrix $\mathbf{G}(x(k))$ are defined as follows. $\mathbf{F}(x(k),u(k)) =$ -\begin{equation*} -\begin{array}{l} -\begin{bmatrix} - I_3 & T_sI_3 & 0_{3,3} & 0_{3,3} & 0_{3,3} \\ - 0_{3,3} & I_3 & \left[T_sR_b^n (q(k))\right]_\times & -T_sR_b^n (q(k)) & 0_{3,3} \\ - 0_{3,3} & 0_{3,3} & I_3 & 0_{3,3} & -T_sR_b^n (q(k)) \\ - 0_{3,3} & 0_{3,3} & 0_{3,3} & I_3 & 0_{3,3} \\ - 0_{3,3} & 0_{3,3} & 0_{3,3} & 0_{3,3} & I_3 \\ -\end{bmatrix},\\ -\qquad\\ -\mathbf{G}(x(k)) = -\begin{bmatrix} - 0_{3,3} & 0_{3,3} & 0_{3,3} & 0_{3,3} \\ - T_sR_b^n (q(k)) & 0_{3,3} & 0_{3,3} & 0_{3,3} \\ - 0_{3,3} & T_sR_b^n (q(k)) & 0_{3,3} & 0_{3,3} \\ - 0_{3,3} & 0_{3,3} & I_3 & 0_{3,3} \\ - 0_{3,3} & 0_{3,3} & 0_{3,3} & I_3 \\ -\end{bmatrix}. -\end{array} -\end{equation*} - -At every sampling step $k$, the inertial measurements $\tilde{u}(k)$ -are compensated with respect to the estimated biases $\delta u(k)$, -according to -\begin{equation} - \tilde{u}(k) \leftarrow \tilde{u}(k) + \delta u(k). - \label{eq:deltauuse} -\end{equation} -The new value of $\tilde{u}$ is then integrated according to -Equation~\eqref{eq:integration}, obtaining a first estimation -$\hat{x}(k)$. The covariance matrix $\mathbf{P}$ as specified in -Equation~\eqref{eq:covarianceupdate}, including both the propagation -of the uncertainty coming from the previous estimations (first part of -the sum) and the contribution of the new disturbances affecting the -process (second part of the sum). -\begin{equation} - \mathbf{P} \leftarrow \mathbf{F}(\hat{x}, \hat{u}) - \mathbf{P} \mathbf{F}^{\top}(\hat{x},\hat{u}) + \mathbf{G}(\hat{x}) - \begin{bmatrix} Q_1 & 0_{3,3} \\ 0_{3,3} & Q_2 \end{bmatrix} - \mathbf{G}^{\top}(\hat{x}) -\label{eq:covarianceupdate} -\end{equation} -In absence of GPS measurements, the obtained estimate $\hat{x}$ is -used as the position estimate. On the contrary, when GPS measurements -are available, the Kalman gain $\mathbf{K}$ is computed according to -the following equation, -\begin{equation} - \mathbf{K} \leftarrow \mathbf{P}\left[ I_3 , 0_{3,3}\right]^\top - (\left[ I_3 , 0_{3,3}\right]\mathbf{P}\left[ I_3 , 0_{3,3}\right]^\top - + R )^{-1} , -\end{equation} -which can be interpreted as a weighted sum of: (i) our confidence in -the current estimations, defined by $\mathbf{P}$; (ii) how noisy are -the new measurement, encoded in the covariance of the additive noise -$R$. This is used to estimate the perturbation state $\hat{z}(k)$: -\begin{equation} -\delta \hat{z}(k) = -\begin{bmatrix} -0_{9,1} \\ -\delta \hat{u}(k) -\end{bmatrix} + -\mathbf{K} -(\tilde{p}_{GPS}(k)-\hat{p}). -\end{equation} -Given the availability of the GPS measurements, the quantity -$\delta \hat{x}(k)$ is considered zero (i.e., $0_{9,1}$). On the -contrary, the sensor bias $\delta \hat{u}(k)$ is propagated and will -then be used also when the GPS measurements are not available, in -Equation~\eqref{eq:deltauuse}. - -When the GPS is turned on, the computation of the new error vector -allows us to finally update the state estimation as -\begin{equation} -\hat{p} \leftarrow \hat{p} + \delta \hat{p}, \qquad -\hat{v} \leftarrow \hat{v} + \delta \hat{v}, \qquad -\hat{q} \leftarrow \Gamma(\hat{q},\hat{\epsilon}). -\end{equation} - -%--------------------------------- -% -% The resulting algorithm for GPS-IMU navigation is showed in the -% following listing: -% -% \begin{lstlisting}[frame=single,mathescape=true,columns=fullflexible] -% $\hat{x}\leftarrow$ initialize state estimation -% $\delta\hat{u}\leftarrow$ initialize bias estimate -% $P\leftarrow$ initialize kalman filter covariance matrix -% loop -% % compensate sensor measurements according to estimated biases -% $\hat{u} \leftarrow \tilde{u} + \delta \hat{u}$ -% % integrate IMU measurements -% $\hat{x} = f(\hat{x},\hat{u})$ -% -% end loop -% \end{lstlisting} -% -%--------------------------------- - -With the sensor fusion algorithm just described, and the sensor model -specified in Section~\ref{sec:gps}, we can now describe the dynamical -limitations that the GPS sensor imposes and the opportunities -available for optimizing its sampling. - diff --git a/paper/sections/05-control.tex b/paper/sections/05-control.tex deleted file mode 100644 index 3eb9709c5ae7c343cf4ed011a2daeeafbfeb47f6..0000000000000000000000000000000000000000 --- a/paper/sections/05-control.tex +++ /dev/null @@ -1,90 +0,0 @@ -This section discusses the general features that characterize an -effective sampling strategy and describes the one we advocate using. - -%------------------------------------------ -\begin{figure}[t] -\centering -\begin{tikzpicture}[% -p_off/.style = {circle, draw=black, inner sep=3mm}, -p_on/.style = {circle, draw=black, fill=black!40!green, inner sep=3mm}, -arr/.style = {->, solid, black!60}, ->=triangle 60, -font=\footnotesize] - -%states -\node[thick] (ni) at ( 0, 0) [p_off, label={[yshift=-0.75cm, xshift=-1cm]No Info}] {1}; -\node[thick] (re) at ( 0, -2) [p_on, label={[yshift=-0.75cm, xshift=-1.4cm]Read Ephemeris}] {2}; -\node[thick] (gp) at ( 4, -2) [p_on, label={[yshift=-0.75cm, xshift=1.25cm]Get Position}] {3}; -\node[thick] (wst) at ( 4, 0) [p_off, label={[yshift=-0.75cm, xshift=1cm]Wait}] {4}; -\node[thick] (zero) at ( 0, 1) [circle, draw=black!60, fill=black!60, inner sep=0.75mm] {}; - -%transitions -\draw [arr] (zero) to (ni); -%arrow from 1 -\draw [arr] (ni) to node [left, at start, yshift=-2mm] {\textcolor{red}{\texttt{turn\_on}}} (re); -%arrow from 2 -\draw [arr, bend right] (re) to node [below] {\texttt{get\_ephemeris}} (gp); -\draw [arr, in=210, out=240] (re) edge[loop] node[below, align=right] {\texttt{sensor in}\\\texttt{position\_available}} (re); -%arrows from 3 -\draw [arr, bend left] (gp) to node [near start, left, yshift=4mm, align=right] {\texttt{sensor in}\\\texttt{position\_available} \\ \textcolor{red}{\texttt{turn\_off}}} (wst); -\draw [arr, bend right] (gp) to node [below, align=center, yshift=-1mm] {\texttt{lost\_visibility} \textbf{\texttt{or}} \\ \texttt{ephemeris\_expiring}} (re); -%arrows from 4 -\draw [arr, bend left] (wst) to node [right, align=left, xshift=2mm, yshift=-3mm, at start] {\texttt{$\Tr(P)>th$} \\ \texttt{\textcolor{red}{\texttt{turn\_on}}}} (gp); -\draw [arr, bend right] (wst) to node [left, at start, yshift=4mm, align=right] {\texttt{ephemeris\_expiring} \\ \textcolor{red}{\texttt{turn\_on}}} (re); -\end{tikzpicture} -\caption{State Machine of the Sampling Strategy Controller.} -\label{fig:controller} -\end{figure} -%------------------------------------------- - -\subsection{The dynamics} - -The model presented in Section~\ref{sec:gps} highlights two dynamics -that characterize the sensor. The first one is the availability of the -ephemeris data and the second one is the availability of ranging -data. The two occur at very different time scales, both in terms of -acquisition time and in terms of data validity. - -\textbf{Ephemeris data:} The ephemeris data live in the time scale of -\emph{minutes}, requiring between 30 and 59 seconds to be acquired and -having a validity of 30 minutes from the acquisition. There are two -implications of these facts. First, this induces a start-up delay -equivalent to the acquisition time of the ephemeris data. This is -referred to as \emph{Time To First Fix} (TTFF). Second, an effective -sampling strategy refreshes the ephemeris data at least every 30 -minutes. This requires the antenna to be turned on for enough time to -capture the data and affects the sensor battery consumption. - -\textbf{Ranging data:} The ranging data are characterized by a time -scale of the order of milliseconds. They require from 2 to 10 -milliseconds to be acquired. This could be critical for real-time -applications. The data validity is instantaneous, since they are used -as soon as they are received to compute the current position (and -moving will invalidate them). The time scale allows us to derive a -bound in the sensor sampling period. Sampling as frequently as -this (lower) bound is equivalent to keeping the sensor always on. - -Another important consequence of the sampling policy is the -observability of the event \texttt{lost\_visibility}. The occurrence -event is in fact detectable only when the antenna is turned on and the -sensor is listening to the visible satellites. When a satellite -disappears, if the antenna is -turned off, the device cannot detect it. At the next sampling, the receiver needs then to acquire -new ephemeris data before being capable to provide positioning -information. - -\subsection{Sampling Strategy Controller} - -With these considerations in mind, we designed a sampling strategy that -aims at keeping the ephemeris data updated, and sampling the GPS -sensor according to the uncertainty of the position estimation (in the -Kalman filter). We use the trace of the covariance matrix $P$, which -represents the estimation variance of the position. When the trace -overcomes a predefined threshold $th$, we consider the position too -uncertain and request the GPS intervention. This is formally encoded -in the state machine shown in Figure~\ref{fig:controller}. - -The logical controller sends a \textcolor{red}{\texttt{turn\_on}} signal when the system is starting, to collect the ephemeris data (State \textcircled{\scriptsize 2} in Figure~\ref{fig:controller}). Then, once the ephemeris data are available (which is defined by the very same transition of the sensor model), it starts cycling between states \textcircled{\scriptsize 3} and \textcircled{\scriptsize 4}, alternatively triggering the \textcolor{red}{\texttt{turn\_off}} and \textcolor{red}{\texttt{turn\_on}} signals. For readability, and consistently with the sensor model shown in Figure~\ref{fig:cyberDynamics}, the states in which the antenna is turned on are filled in green. - -When the ephemeris data are about to expire (intuitively defined as $time>expiry\_time\_ephemeris-60$), or the sensor loses visibility of the tracked satellites, the controller goes back to State \textcircled{\scriptsize 2} and keeps the antenna on, to refresh the ephemeris data. If the former ephemeris data are valid the sensor can actually still be sampled, represented by taking the self-loop transition \texttt{sensor in position\_avaialable}. - diff --git a/paper/sections/06-results.tex b/paper/sections/06-results.tex deleted file mode 100644 index 5efbd6c48502717948a1ce0814f03fd526a826fc..0000000000000000000000000000000000000000 --- a/paper/sections/06-results.tex +++ /dev/null @@ -1,572 +0,0 @@ -\begin{figure}[tb] -\begin{tikzpicture} -\begin{groupplot}[% - group style = {group size = 1 by 2, vertical sep = 0.2cm, - xlabels at=edge bottom,xticklabels at=edge bottom,}, - height = 2.7cm, - grid style = {black!30, dashed}, - grid = major, - width = 0.9\columnwidth, - scaled x ticks = false, - scaled y ticks = false, - xmin = 0, - xmax = 200, - ytick = {0,1}, - ylabel style = {align=center}, -] -\nextgroupplot[ylabel={Turn On\\Signal}] -\addplot[thick, black!40!green, solid] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_ephemerisacquisition.csv}; -\nextgroupplot[ylabel={Position\\Availability}, - xlabel={Time [s]}] -\addplot[thick, blue, solid] - table[x index = {0}, y index = {2}, col sep=comma] - {data/exp_ephemerisacquisition.csv}; -\end{groupplot} -\end{tikzpicture} -\caption{TTFF simulation.} -\label{fig:TTFF} -\end{figure} - -This section describes the results obtained the model proposed in -Section~\ref{sec:gps:mod} and two different -implementations\footnote{The code for both the implementation will be - released in case the paper is accepted.}. The first one is written -in Modelica\footnote{http://www.modelica.org}, while the second one is -written in -Matlab\footnote{http://www.mathworks.com/products/matlab.html}\footnote{The code and the data used for the simulations are available at: https://gitlab.control.lth.se/mmaggio/gps-modeling/}. - -The purpose of the Modelica code is to obtain a powerful simulation -tool. The nature of Modelica -- in terms of composability and -object-orientation -- makes the implementation easy to embed. We use -the Modelica implementation to show how the model captures the -relevant dynamics of the GPS receivers, comparing the results obtained -with data obtained on real hardware. The implementation in Matlab is -used for data analysis of real GPS traces and in combination with -sensor fusion algorithm as described in Section~\ref{sec:fusion}, to -experiment with the accuracy-battery trade-off. - -\subsection{GPS sensor dynamics} -\label{sec:res:gps} - -\begin{figure}[t] -\begin{tikzpicture} -\begin{groupplot}[% - group style = {group size = 1 by 2, vertical sep = 0.2cm, - xlabels at=edge bottom,xticklabels at=edge bottom,}, - height = 2.7cm, - grid style = {black!30, dashed}, - grid = major, - width = 0.9\columnwidth, - scaled x ticks = false, - scaled y ticks = false, - xmin = 1800, - xmax = 2000, - ytick={0,1}, - ylabel style = {align=center}, -] -\pgfkeys{/pgf/number format/.cd,1000 sep={}} -\nextgroupplot[ylabel={Turn On\\Signal}] -\addplot[thick, black!40!green, solid] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_ephemerisexpire.csv}; -\nextgroupplot[ylabel={Position\\Availability}, xlabel={Time [s]}] -\addplot[thick, blue, solid] - table[x index = {0}, y index = {2}, col sep=comma] - {data/exp_ephemerisexpire.csv}; -\end{groupplot} -\end{tikzpicture} -\caption{Ephemeris expiration simulation.} -\label{fig:ephexpire} -\end{figure} -\begin{figure}[t] -\begin{tikzpicture} -\begin{groupplot}[% - group style = {group size = 1 by 3, vertical sep = 0.2cm, - xlabels at=edge bottom,xticklabels at=edge bottom,}, - height = 2.7cm, - grid style = {black!30, dashed}, - grid = major, - width = 0.9\columnwidth, - scaled x ticks = false, - scaled y ticks = false, - xmin = 0, - xmax = 300, - ylabel style = {align=center}, -] -\pgfkeys{/pgf/number format/.cd,1000 sep={}} -\nextgroupplot[ylabel={Visible\\Satellites},ytick={3,4,5},] -\addplot[thick, red, solid] - table[x index = {0}, y index = {3}, col sep=comma] - {data/exp_visibility.csv}; -\nextgroupplot[ylabel={Turn On\\Signal},ytick={0,1}] -\addplot[thick, black!40!green, solid] - table[x index = {0}, y index = {2}, col sep=comma] - {data/exp_visibility.csv}; -\nextgroupplot[ylabel={Position\\Availability}, xlabel={Time [s]}, ytick={0,1}] -\addplot[thick, blue, solid] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_visibility.csv}; -\end{groupplot} -\end{tikzpicture} -\caption{Loss Visibility Simulation.} -\label{fig:visibility} -\end{figure} - -In this section we want to show how our model captures the dynamics of -the receiver. We start with the Time To First Fix (TTFF), the loss of -ephemeris data, and the loss of visibility. We use our Modelica model -to obtain simulation data. - -Figure~\ref{fig:TTFF} shows the results of a simulation aimed at -determining the TTFF. At time $t=10s$ the GPS receiver is turned on, -and we simulate how it fetches the position. The top row shows the -command signal. The GPS antenna has to be on for a minute before the -position becomes available. The position availability is shown in the -second row of the figure. As soon as the ranging data are received, a -position reading is taken. Then the sensor can be sampled at regular -intervals. - -As anticipated in Section~\ref{sec:related}, previous work discuss the -TTFF, e.g.,~\cite{bib:entracked-datadriven-modeling, - bib:feasibility-duty-cycling, bib:accuracy-adaptation}. However, no -contribution combines the TTFF with a model of the GPS technology. In -previous literature, the performances of GPS receivers in smartphones -are evaluated by looking at how much time it takes for a generic -application to get a position measure after the request is sent to the -GPS module. GPS sensors in smartphones implement an -\emph{Assisted-GPS} function, that allows the retrieval of the -ephemeris data from the internet instead of listening to the -satellites\footnote{The model presented in this paper can be adapted - to represent this allowing for an external input that possibly - triggers the transition \texttt{get\_ephemeris} before the delay - that instead represents the action of listening to the - satellites. The modeling of how much time the device requires for - fetching this information from the internet and how much power - this procedure can take is non trivial because of the many different - (and often difficult to predict) involved components.}. - -Up to the (limited) extent to which they are comparable -- due to the -fact that are used Assisted-GPS sensors and the extra software layers -included in the experiments -- the results presented in these works -are coherent with the model presented here. Our model on the other -side achieves more generality, not being dependent on the specific -implementation and on the given device. Moreover, our model allows one -to look directly at what are the theoretical performances one can -expect from a GPS sensor, without the overhead that is introduced by -the operative system of a smartphone. - -Figure~\ref{fig:ephexpire} shows how our model captures the expiration -of the ephemeris data. The figure is organized as the previous one, -showing the turn on signal in the top row and the position -availability in the bottom row. It displays a duty cycling of the -sensor for quickly acquiring position -- i.e. a series of warm -starts. At time $t = 1861s$ the ephemeris data expire, making the duty -cycling ineffective. The sensor detects the loss of ephemeris data -after a few failed attempts and turns on the antenna. When the device -receives an update of the ephemeris data, the position becomes -available again as well as the possibility of performing warm starts. - -Figure~\ref{fig:visibility} shows how the model captures the loss of -visibility of the satellites. The top row shows the number of visible -satellites, while the second and third row respectively depict the -turn on signal and the position availability. As an input to the -model, we provide 5 visible satellites in the interval between $t=0s$ -and $t=100s$, 3 visible satellites in the interval between $t=100s$ -and $t=200s$ and 4 satellites from $t=200s$ to $t=300s$. During the -first 100 seconds, the GPS receiver is able to acquire the ephemeris -data. When 2 satellites disappear from the visible sky, the 3 visible -ones are not sufficient for the device to position itself. The -position then stops being available, despite the duty cycling. Then -the position becomes available again when a new satellite appears in -the visible sky, and after the device acquires its ephemeris data. - -This last simulation points out both the realism and one limitation of -the proposed model. Theoretically, if the satellite that appears again -after the loss of visibility was one of the two that previously -disappeared, the device would not need to re-acquire the ephemeris -data (provided that it kept in memory the ones acquired at the start -up and that those were still valid). To capture this -\emph{phenomenon}, we would need to describe separately the -acquisition of the signal and ephemeris data of the different -satellites, together with their visibility. Apparently, this would -increase the complexity of the model and decrease it usability. An -extension of the model to include also this phenomenon would not be -very difficult to obtain. It is enough to have parallel state machines -similar to the one shown in Figure~\ref{fig:cyberDynamics}, that -independently capture the tracking of individual satellites but are -synchronized in the antenna's state. - -\subsection{Positioning Accuracy} -\label{sec:res:accuracy} - -\begin{figure*}[t] -\centering -\begin{minipage}{0.95\columnwidth} -\begin{tikzpicture} -\begin{axis}[% - height = 0.7\textwidth, - grid style = {black!30, dashed}, - grid = major, - width = 0.95\textwidth, - scaled x ticks = false, - scaled y ticks = false, - ylabel style = {align=center}, - xtick = {55000, 55500, 56000}, - legend pos = {north west}, - xlabel = {East [m]}, - ylabel = {North [m]}, -] -\pgfplotsset{filter discard warning=false} -\pgfkeys{/pgf/number format/.cd,1000 sep={}} -\addplot[thick, blue, solid] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_biketrace.csv}; -\addlegendentry{GPS trace} -\addplot[thick, red, dotted] - table[x index = {0}, y index = {1}, col sep=comma, each nth point=10] - {data/exp_biketracePsat.csv}; -\addlegendentry{Sensor Fusion $th = 0.1$} -\addplot[thick, black!70!green, dashed] - table[x index = {0}, y index = {1}, col sep=comma, each nth point=10] - {data/exp_biketraceP25.csv}; -\addlegendentry{Sensor Fusion $th = 2.5$} -\end{axis} -\end{tikzpicture} -\caption{Trace tracked when cycling. GPS measurements and sensor fusion algorithm with different thresholds.} -\label{fig:cycling-trace} -\end{minipage} -\hspace{1mm} -\begin{minipage}{0.95\columnwidth} -\vspace{-2mm} -\begin{tikzpicture}[spy using outlines={rounded rectangle, width=3.5cm, height=3.5cm, magnification=2.5, connect spies}] -\begin{axis}[% - height = 0.7\textwidth, - grid style = {black!30, dashed}, - grid = major, - width = 0.95\textwidth, - scaled x ticks = false, - scaled y ticks = false, - ylabel style = {align=center}, - legend pos = {north west}, - xlabel = {East [m]}, - ylabel = {North [m]}, - xmax = -200, - xmin = -300, - ymax = 400, - ymin = 200, -] -\pgfplotsset{filter discard warning=false} -\pgfkeys{/pgf/number format/.cd,1000 sep={}} -\addplot[thick, blue, solid] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_cartrace.csv}; -\addlegendentry{GPS trace} -\addplot[thick, red, dotted] - table[x index = {0}, y index = {1}, col sep=comma, each nth point=10] - {data/exp_cartracePsat.csv}; -\addlegendentry{Sensor Fusion $th = 0.1$} -\addplot[thick, black!70!green, dashed] - table[x index = {0}, y index = {1}, col sep=comma, each nth point=10] - {data/exp_cartraceP41.csv}; -\addlegendentry{Sensor Fusion $th = 4.1$} -\coordinate (spypoint) at (axis cs:-240,250); -\coordinate (magnifyglass) at (axis cs:-200,310); -\spy [blue] on (spypoint) in node[fill=white] at (magnifyglass); -\end{axis} -\end{tikzpicture} -\caption{Trace tracked when driving. GPS measurements and sensor fusion algorithm with different thresholds.} -\label{fig:car-trace} -\end{minipage} -\end{figure*} -\begin{figure*} -\centering -\hspace{2mm} \vspace{0.1cm} -\begin{minipage}{0.95\columnwidth} -\begin{tikzpicture} -\begin{axis}[% - height = 0.5\textwidth, - grid style = {black!30, dashed}, - grid = major, - width = 0.95\textwidth, - scaled x ticks = false, - scaled y ticks = false, - ylabel style = {align=center}, - legend style={at={(1.3,1.1)},anchor=south}, - legend columns=2, - xlabel = {Time [s]}, - ylabel = {Trace \\ Turn On Signal}, - xmin=500,xmax=3500, -] -\pgfplotsset{filter discard warning=false} -\pgfkeys{/pgf/number format/.cd,1000 sep={}} -\addplot[thick, red, solid] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_biketraceCtl.csv}; -\addlegendentry{Sensor Fusion $th=0.1$, Sampling On} -\addplot[thick, black!70!green, solid] - table[x index = {0}, y index = {3}, col sep=comma] - {data/exp_biketraceCtl.csv}; -\addlegendentry{Sensor Fusion $th=4.1$, Sampling On} -\addplot[thick, red, dashed] - table[x index = {0}, y index = {2}, col sep=comma] - {data/exp_biketraceCtl.csv}; -\addlegendentry{Sensor Fusion $th = 0.1$, $Tr(P)$} -\addplot[thick, black!70!green, dashed] - table[x index = {0}, y index = {4}, col sep=comma] - {data/exp_biketraceCtl.csv}; -\addlegendentry{Sensor Fusion $th = 4.1$, $Tr(P)$} -\end{axis} -\end{tikzpicture} -\caption{Control Signal and Sampling when cycling.} -\label{fig:bike-trace-ctl} -\end{minipage} -\hspace{1mm} -\begin{minipage}{0.95\columnwidth} - \vspace{1.1cm} -\begin{tikzpicture} -\begin{axis}[% - height = 0.5\textwidth, - grid style = {black!30, dashed}, - grid = major, - width = 0.95\textwidth, - scaled x ticks = false, - scaled y ticks = false, - ylabel style = {align=center}, - xlabel = {Time [s]}, - ylabel = {Trace \\ Turn On Signal}, - xmin=500,xmax=3500, -] -\pgfplotsset{filter discard warning=false} -\pgfkeys{/pgf/number format/.cd,1000 sep={}} -\addplot[thick, black!70!green, solid] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_cartraceCtl.csv}; -\addplot[thick, black!70!green, dashed] - table[x index = {0}, y index = {2}, col sep=comma] - {data/exp_cartraceCtl.csv}; -\addplot[thick, red, solid] - table[x index = {0}, y index = {3}, col sep=comma] - {data/exp_cartraceCtl.csv}; -\addplot[thick, red, dashed] - table[x index = {0}, y index = {4}, col sep=comma] - {data/exp_cartraceCtl.csv}; -\end{axis} -\end{tikzpicture} -\caption{Control Signal and Sampling when driving.} -\label{fig:car-trace-ctl} -\end{minipage} -\end{figure*} - -Here we use real traces, recorded from a GPS receiver and an IMU -sensor that includes accelerometer and gyroscope. We recorded data in -two different conditions: a car and a bicycle ride. We recorded traces -with continuous GPS sampling and simulated different GPS sensor -dynamics on top of that, to compare different sampling policies. We -show what the tracking would have been when the sensor fusion -algorithm was live, compared to the continuous sampling of the GPS. We -then use simulations to further analyze the trade-off between power -(and therefore battery) consumption and performance (positioning -accuracy). The sampling rate of the used traces is $1Hz$ but the -localization information is of course made available only when the -model is in the correct state. - -Figures~\ref{fig:cycling-trace} and~\ref{fig:car-trace} respectively -show traces for the tracking of the bike and the car. In each -figure, the GPS trace is represented using solid blue lines, while -two different executions of the sensor fusion algorithm (with -different values of the threshold $th$) are shown in red dotted lines -and green dashed lines. The red dotted lines correspond to the use of -a threshold $th=0.1$, which in turn means leaving the GPS receiver -always on, but using the sensor fusion algorithm to incorporate also -the IMU data. In general, the cycling trace exposes more complex -dynamics, that are harder to track for the sensor fusion algorithm. -Low frequency GPS sampling can still guarantee some form of tracking, -depending on the precision needed for the given application. In the -car trace, the movements of the GPS receiver are reduced and the IMU -sensors are able to much better allow for low frequency sampling of -the GPS signal. Notice that our implementation of the sensor fusion -algorithm is very basic and more advanced versions could improve the -tracking performance also in the biking case. For the same -simulations, we also show in Figures~\ref{fig:bike-trace-ctl} -and~\ref{fig:car-trace-ctl} the signal used for the GPS triggering -(i.e., the trace of $P$) and the state of the GPS antenna. -The figures show how the sampling strategy is able to keep the -variance of the estimation bounded, while reducing the on time. - -\subsection{Tracking the Trade-Off between Performance and Power - Consumption} -\label{sec:res:tradeoff} - -Finally, we would like to expose the trade-off between performance -(accuracy) and power (battery) consumption. For both the driving and -the biking scenario, we run 30 simulations with different triggering -thresholds for the sensor fusion algorithm (specifically, we use -$th \in \{ 4, 5, 6, 8, 10, 12 \}$). In principle, higher values of -the threshold guarantee a lower power consumption, at the price of -larger position estimate errors (and \emph{viceversa}). - -The acquisition of satellites signals is modeled as a random variable, -uniformly distributed in the intervals specified for the model. In the -biking simulation, the number of visible satellites is a constant. In -the driving simulation (more realistically), the value of the visible -satellites is also a random variable. More in detail, for each time -step in the simulation, there is a probability of increasing or -decreasing the number of visible satellites (in a realistic bound -between 3 and 6). The overall error of a trace is defined as the -root-mean-square of the distance between the trace and the pure GPS -signal. - -\begin{figure*} -\centering -\begin{minipage}{0.95\columnwidth} -\begin{tikzpicture} -\begin{axis}[% - height = 0.6\textwidth, - grid style = {black!30, dashed}, - grid = major, - width = 0.95\textwidth, - scaled x ticks = false, - scaled y ticks = false, - y tick label style={/pgf/number format/fixed}, - xlabel = {Energy [mJ]}, - ylabel = {Error [m]}, - legend style={at={(1.3,1.1)},anchor=south}, - legend columns=3, -] -\pgfkeys{/pgf/number format/.cd,1000 sep={}} -\addplot[thick, only marks, mark=*, blue] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sb1.csv}; -\addlegendentry{Sensor Fusion $th=4$} -\addplot[thick, only marks, mark=*, red] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sb2.csv}; -\addlegendentry{Sensor Fusion $th=5$} -\addplot[thick, only marks, mark=*, green] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sb3.csv}; -\addlegendentry{Sensor Fusion $th=6$} -\addplot[thick, only marks, mark=*, purple] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sb4.csv}; -\addlegendentry{Sensor Fusion $th=8$} -\addplot[thick, only marks, mark=*, yellow] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sb5.csv}; -\addlegendentry{Sensor Fusion $th=10$} -\addplot[thick, only marks, mark=*, orange] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sb6.csv}; -\addlegendentry{Sensor Fusion $th=12$} -\end{axis} -\end{tikzpicture} -\caption{Trade-Off between Energy and Error when cycling.} -\label{fig:bike-tradeoff} -\end{minipage} -\hfill -\begin{minipage}{0.95\columnwidth} -\vspace{1.1cm} -\begin{tikzpicture}[spy using outlines={rectangle, width=7.5cm, height=1cm, magnification=2.5, connect spies}] -\begin{axis}[% - height = 0.6\textwidth, - grid style = {black!30, dashed}, - grid = major, - width = 0.95\textwidth, - scaled x ticks = false, - scaled y ticks = false, - xlabel = {Energy [mJ]}, - ylabel = {Error [m]}, - ymax = 400, -] -\pgfkeys{/pgf/number format/.cd,1000 sep={}} -\addplot[thick, only marks, mark=*, blue] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sc1.csv}; -\addplot[thick, only marks, mark=*, red] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sc2.csv}; -\addplot[thick, only marks, mark=*, green] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sc3.csv}; -\addplot[thick, only marks, mark=*, purple] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sc4.csv}; -\addplot[thick, only marks, mark=*, yellow] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sc5.csv}; -\addplot[thick, only marks, mark=*, orange] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sc6.csv}; -\coordinate (spypoint) at (axis cs:40000,3); -\end{axis} -\node[pin={[pin distance=0.9cm]65:{% - \begin{tikzpicture}[baseline, trim axis left, trim axis right] - \vspace{-1cm} - \begin{axis}[height=3cm, width=5cm, - every axis plot post/.append style={thick}, - xtick = {}, xticklabels = {}, - ymin=0,ymax=10, - scaled x ticks = false, - grid style = {black!10, dotted}, - grid = major, - ] -\addplot[thick, only marks, mark=*, blue] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sc1.csv}; -\addplot[thick, only marks, mark=*, red] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sc2.csv}; -\addplot[thick, only marks, mark=*, green] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sc3.csv}; -\addplot[thick, only marks, mark=*, purple] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sc4.csv}; -\addplot[thick, only marks, mark=*, yellow] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sc5.csv}; -\addplot[thick, only marks, mark=*, orange] - table[x index = {0}, y index = {1}, col sep=comma] - {data/exp_sc6.csv}; - \end{axis}\end{tikzpicture}% - }},draw, rectangle, minimum width=4.3cm] at (spypoint) {}; -\end{tikzpicture} -\caption{Trade-Off between Energy and Error when driving -(with signal loss).} -\label{fig:car-tradeoff} -\end{minipage} -\end{figure*} -% -Figure~\ref{fig:bike-tradeoff} shows the simulation results for the -cycling tracking. Different colors for the marks correspond to -different threshold values. The figure highlights the trade-off and -show that it is controllable using the choice of the threshold. -Furthermore two other interesting phenomena are pointed out by this -simulation. First, for low triggering values (blue, red, and green -points) the variance of the error is lower, since the simulation is -converging to always-on scenario, saturating the achievable tracking -precision. At the same time, the energy consumption variance -increases due to frequent changes in sensor state (with the receiver -being affected by the time it takes to fetch satellites' signals). -Second, higher triggering values instead (purple, yellow, and orange -points) the opposite behavior is experienced. The variance in terms -of energy consumption is smaller, since the antenna is turned on less -frequently (implying that there will be less uncertainty on the time -spent fetching signals). The error here becomes lager and with higher -variance, due to the need to exploit more often (less reliable) IMU -data. - -Finally, Figure~\ref{fig:car-tradeoff} shows the simulations -performed using the car data. Given the introduction of a varying -number of visible satellites and therefore the possibility of losing -GPS availability, the behavior of the system becomes much more -diverse. Specifically, points spread radially away from the origin. -This is reasonable, since the loss of visibility will negatively -affect both the accuracy (as the GPS data wont be available until a -sufficient number of satellites become visible again) and the energy -consumption (as the sensor will have to be turned on for relatively -long time to reacquire the ephemeris data). Still, the same behavior -is detectable looking only at the simulations where no satellite -visibility loss event happens. diff --git a/paper/sections/07-concl.tex b/paper/sections/07-concl.tex deleted file mode 100644 index a05a9d609c95b554f1a4f3df83629aa0310b99eb..0000000000000000000000000000000000000000 --- a/paper/sections/07-concl.tex +++ /dev/null @@ -1,7 +0,0 @@ -This paper presented a first-principle model of a GPS receiver, able -to capture the dynamics of the data acquisition. We used the model to -enhance a sensor fusion algorithm that merges data from inertial -measurement sensors with the GPS trace, to improve the GPS battery -consumption. The paper presented the model, simulation results, and -experiments obtained with real GPS traces, and exposes the trade-off -between Energy consumption and Positioning Accuracy.