diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml new file mode 100644 index 0000000..a0eb5a7 --- /dev/null +++ b/.github/workflows/publish.yml @@ -0,0 +1,29 @@ +on: + workflow_dispatch: + push: + branches: main + +name: Quarto Publish + +jobs: + build-deploy: + runs-on: ubuntu-latest + permissions: + contents: write + steps: + - name: Check out repository + uses: actions/checkout@v4 + + - name: Set up Quarto + uses: quarto-dev/quarto-actions/setup@v2 + with: + version: pre-release + tinytex: true + + + - name: Render and Publish + uses: quarto-dev/quarto-actions/publish@v2 + with: + target: gh-pages + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..21036de --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +.ipynb_checkpoints +*/.ipynb_checkpoints/* + +/.quarto/ +/_manuscript + +/agujournal2019.cls +/trackchanges.sty +.Rproj.user +.Rhistory +.Rdata +.httr-oauth +.DS_Store diff --git a/README.md b/README.md new file mode 100644 index 0000000..ce39cd1 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +## A Quarto Manuscript Template + +This is a template repo for generating a manuscript from Quarto that accompanies the tutorial at: [Quarto Manuscripts: RStudio](https://quarto.org/docs/manuscripts/authoring/rstudio.html) + diff --git a/_extensions/quarto-journals/agu/_extension.yml b/_extensions/quarto-journals/agu/_extension.yml new file mode 100644 index 0000000..e9e01be --- /dev/null +++ b/_extensions/quarto-journals/agu/_extension.yml @@ -0,0 +1,33 @@ +title: AGU Journals Template +author: Charles Teague +version: 0.1.0 +contributes: + formats: + common: + knitr: + opts_chunk: + echo: false + number-sections: true + csl: american-geophysical-union.csl + filters: + - agu.lua + pdf: + documentclass: agujournal2019 + classoptions: draft + header-includes: | + \usepackage{url} %this package should fix any errors with URLs in refs. + \usepackage{lineno} + \usepackage[inline]{trackchanges} %for better track changes. finalnew option will compile document with changes incorporated. + \usepackage{soul} + \linenumbers + template-partials: + - "partials/title.tex" + - "partials/_authors.tex" + - "partials/before-body.tex" + - "partials/_affiliations.tex" + - "partials/_corresponding-author.tex" + format-resources: + - agujournal2019.cls + - trackchanges.sty + html: + toc: true diff --git a/_extensions/quarto-journals/agu/agu.lua b/_extensions/quarto-journals/agu/agu.lua new file mode 100644 index 0000000..7f238cc --- /dev/null +++ b/_extensions/quarto-journals/agu/agu.lua @@ -0,0 +1,14 @@ + + +if quarto.doc.is_format("pdf") then +return { + { + Div = function(div) + if div.identifier == 'refs' then + div.content:insert(pandoc.RawBlock('latex', '\\vspace{1em}')) + return div + end + end + } +} +end \ No newline at end of file diff --git a/_extensions/quarto-journals/agu/agujournal2019.cls b/_extensions/quarto-journals/agu/agujournal2019.cls new file mode 100644 index 0000000..e26435d --- /dev/null +++ b/_extensions/quarto-journals/agu/agujournal2019.cls @@ -0,0 +1,1312 @@ +\def\currversion{April 16, 2019} + + %****************************************************************% + %* *% + %* AGU Class File for all AGU Journals *% + %* *% + %* Written by Amy Hendrickson *% + %* TeXnology Inc.: 617 738-8029 *% + %* amyh@texnology.com *% + %* http://www.texnology.com *% + %* *% + %****************************************************************% + +%%% Updates by Dangerous Curve typesetting@dangerouscurve.org +%%% +%%% 2017-07-14 +%%% (Changes marked DC) +%%% +%%% Use BibLaTeX for change to APA style. +%%% Removed tracking-changes code. +%%% +%%% +%%% 2017-12-16 +%%% +%%% Remove biblatex. +%%% Use apacite instead of agufull08, + +%%% 2018-07-17 / NRV +%%% thanks to John Haiducek for help with citep error + +%%% 2019-01-14 / NRV +%%% Removed natbib, changed instructions for cite commands, added Appendix heading + +%%% 2019-4-16 / NRV +%%% Removed ulem to facilitate trackchanges +%%% Gave user more control over trackchanges options +%%% fixed typo in example citations + +\ProvidesClass{agujournal2019} + [01/14/2019] + +%% SEARCH BELOW FOR THE NUMBER TO FIND PARTICULAR MACRO GROUP + + %% Macro Contents: + %% 0) Usepackage graphicx, colorx, other .sty files which we'll need to have available. + + %% 1) Setting Default Dimensions + + %% 2) Global Parameters + + %% 3) Setting and Using Options + + %% 4) Font Family declarations + + %% 5) Running heads, Footnotes + + %% 6) Title Page: Journal Name, + %% Title, Authors, Affils, Corresponding Authors, Author Notes, Key Points; abstract + + %% 7) Section Commands + + %% 8) Figure and Table Captions + + %% 9) Listing + + %% 10) Etc.: Hyphenation Library, Quote, Extract + + %% 11) End Article: Appendix, Glossary, Acronyms, Notation, Acknowledgments + + %% 12) Bibliography, References + + %% 13) Track Changes + + %% 14) Supporting Information + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% 0) Bringing in packages that we will need: + +%% Nicer font choice than Computer Modern: +%\RequirePackage{newtxtext,newtxmath} + +%% always will want this available +\RequirePackage{graphicx} + +%% to get illustrations to print, in spite of being in Draft mode: +\setkeys{Gin}{draft=false} + +%% xcolor.sty +\RequirePackage{xcolor} +\RequirePackage{url} + +%% for better track changes +%\RequirePackage{trackchanges} + +%% used for running head which is in light gray + +\definecolor{ltgray}{cmyk}{.12,0,0,.3} + +%% Line numbering +\RequirePackage{lineno} +%% add more space between text and number: +\advance\linenumbersep 12pt + +%% this package makes paragraphs indent after section heads +\RequirePackage{indentfirst} + + +%% \RaggedRight makes the right margin go in and out; if this is commented out +%% the default will be a right justified margin. +\RequirePackage{ragged2e} +\RaggedRightParindent=24pt +\advance\RaggedRightRightskip 24pt +\RaggedRight + +%% Defines \sidewaystable and \sidewaysfigure, preferred by AGU +\RequirePackage{rotating} +\newif\ifturnofflinenums +\let\savesidewaystable\sidewaystable +\let\savesidewaysfigure\sidewaysfigure +%% turns off line numbers in rotated tables and figures, aesthetic consideration, +%% not necessary. +\def\sidewaystable{\turnofflinenumstrue\savesidewaystable\centering} +\def\sidewaysfigure{\turnofflinenumstrue\savesidewaysfigure\centering} + +%%xx Use apacite. DC +%% Formats bibliography, this .sty file needs to be entered later +% \RequirePackage{natbib} + +%\PassOptionsToPackage{normalem}{ulem} +%\RequirePackage{ulem} + +%% <== End Bringing in Packages + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% 1) Setting Default Dimensions + + %% Comment + %% parindent= indentation for every new paragraph + %% parskip= distance between paragraphs. Giving `plus .1pt' allows + %% a little stretch between paragraphs. If you don't like this stretch + %% you can set \parskip=0pt + +\parindent=24pt +\parskip=8pt % plus .1pt + + %% Comment + %% \textheight is distance from bottom of text, exclusive of running + %% foot, to top of text, exclusive of running head. + +\textheight = 9.25in + %% Comment + %% \textwidth= Width of text in normal page. Can change this width locally + %% with either \leftskip/\rightskip or change in \hsize, but will + %% still be able to return to the normal width by setting \hsize=\textwidth + %% Running head normally uses \textwidth as its width so that a change + %% in \hsize in text will not change width of running head or feet. + +\textwidth 5.5in + + %% Comment + %% \voffset moves the printed page up or down on the physical page. +\advance\voffset-.25in + + %% Comment + %% \hoffset moves the printed page left or right on the physical page. +\advance\hoffset.35in + + %% Comment + %% Setting page dimensions + %% See p. 84-- 85 in LaTeX Companion, Goosins, Mittlebach and Samarin + %% or p. 555--556 in A Guide to LaTeX, Kopka and Daly, both Addison Wesley + %% books. + + %% \topmargin space between top of page and running head + + %% \headheight height of running head + + %% \headsep space between running head and text + + %% \topskip space between top of text and baseline of first line + %% of text + + %% \footskip space between text and baseline of page number + + %% \columnsep space between two column text + + %% \columnseprule width of optional rule between columns, usually set to 0pt + + %% \footnotesep Distance between two footnotes + + %% \skip\footins Distance between text and footnote + + %% \floatsep Distance between float and another + %% float for single col floats. + + %% \textfloatsep Distance between float and text at top + %% or bottom of page. + + %% \intextsep Distance between float and text if float is mid page + %% or mid column + + %% \dblfloatsep For float spanning both columns in two column text, + %% above or below both columns, space between float and and float. + + +\topmargin0pt +\headheight 8pt +\headsep 6pt +\topskip 10pt +\footskip 36pt + +\columnsep 10pt +\columnseprule 0pt + +\footnotesep 6.65pt +\skip\footins 24pt plus .1pt minus .1pt + +\floatsep 12pt plus 2pt minus 2pt +\textfloatsep 36pt plus 2pt minus 4pt +\intextsep 24pt plus 2pt minus 2pt + +\dblfloatsep 12pt plus 2pt minus 2pt +\dbltextfloatsep 20pt plus 2pt minus 4pt + +%% float placement, used by output routine +\@fptop 0pt plus 1fil +\@fpsep 8pt plus 2fil +\@fpbot 0pt plus 1fil +\@dblfptop 0pt plus 1fil +\@dblfpsep 8pt plus 2fil +\@dblfpbot 0pt plus 1fil + + %% When using \marginpar, how wide can marginal note be? + +\marginparwidth .75in + + %% When using \marginpar, how much horizontal space between marginal + %% note and text + + \setlength\marginparsep{40\p@} + + %% When to push marginal note on to next page, minimum vertical space between + %% two marginal notes + +\setlength\marginparpush{5\p@} + + %% space added before trivlist, which is used in many other + %% macros, (for instance, verbatim environment) + %% if macro is called in vertical mode, otherwise only parskip + %% is added. Can set this without stretch if you don't like + %% the stretchy space added. + +\setlength\partopsep{2\p@ \@plus 1\p@ \@minus 1\p@} + + %% Comment + %% Setting parameters that control float placement + %% + %% \topnumber counter holds the maximum number of + %% floats that can appear on the top of a text page. + %% + %% \topfraction indicates the maximum part of a text page that can be + %% occupied by floats at the top. + %% + %% \bottomnumber counter holds the maximum number of + %% floats that can appear on the bottom of a text page. + %% + %% \bottomfraction indicates the maximum part of a text page that can be + %% occupied by floats at the bottom. + %% + %% \totalnumber indicates the maximum number of floats that can appear on + %% any text page. + %% + %% \textfraction indicates the minimum part of a text page that has to be + %% occupied by text. + %% + %% \floatpagefraction indicates the minimum part of a page that has to be + %% occupied by floating objects before a `float page' is produced. + %% + %% \dbltopnumber counter holds the maximum number of + %% two column floats that can appear on the top of a two column text + %% page. + %% + %% \dbltopfraction indicates the maximum part of a two column text page that + %% can be occupied by two column floats at the top. + %% + %% \dblfloatpagefraction indicates the minimum part of a page that has to be + %% occupied by two column wide floating objects before a `float + %% page' is produced. + %%% + +\setcounter{topnumber}{10} +\def\topfraction{.9} +\setcounter{bottomnumber}{10} +\def\bottomfraction{.1} +\setcounter{totalnumber}{10} +\def\textfraction{.2} +\def\floatpagefraction{.5} +\setcounter{dbltopnumber}{2} +\def\dbltopfraction{.7} +\def\dblfloatpagefraction{.5} + + %% Setting Array and Table Spacing + %% distance between columns in array +\setlength\arraycolsep{5\p@} + + %% distance between columns in tabular +\tabcolsep 6pt + + %% width of lines in array +\setlength\arrayrulewidth{.4\p@} + + %% horizontal space between two lines in array +\setlength\doublerulesep{2\p@} + + %% space between two lines in tabular +\setlength\tabbingsep{\labelsep} + + %% Minipage + %% minipage space +\skip\@mpfootins = \skip\footins + + %% Framebox \fbox{} or \framebox{} + %% space between line in framebox and text within it +\setlength\fboxsep{3\p@} + + %% width of ruled line in framebox +\setlength\fboxrule{.4\p@} + + +%%%%%%%%%%%%%%% <<== end dimensions + +% 2) %%% Global parameters ==>> + + %% Makes sure that there will not be any widow or club lines, + %% smaller numbers allow them occassionally, but you probably need + %% these set to 10000 so that there are never any + +\widowpenalty10000 +\clubpenalty10000 + + %% How many levels deep do you want sections to be numbered-- higher number + %% means more levels will be numbered. Here was are asking only for + %% sections to be numbered, not subsections, or subsubsection etc. +\setcounter{secnumdepth}{4} + + + %% To make left and right page position differently, and have + %% running heads be different on even and odd pages +\@twosidetrue + + %% Marginal notes should be on the left on even numbered pages; on + %% right on odd numbered pages. +\@mparswitchtrue + + %% Starting with one column text +\@twocolumnfalse + + %% openbib will allow separate lines for parts of bibliography + %% entries, default is to run different parts of bib entry into a + %% paragraph form. + +\newif\if@openbib +\@openbibfalse + + %% Conditionals that we can set and use later +\newif\if@openright +\newif\if@mainmatter +\newif\if@restonecol +\newif\if@titlepage +\newif\ifdraft +\newif\ifnumlines + + %% Comment + %% Set Names, to be used later, usually in more than one + %% macro. +\newcommand{\bibname}{Bibliography} +\newcommand{\figurename}{Figure} +\newcommand{\tablename}{Table} +\newcommand{\appendixname}{Appendix} + +%%% <== end global parameters + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% 3) Declare Options and Use Default Options +\DeclareOption{draft}{\global\drafttrue} +\DeclareOption{linenumbers}{\global\numlinestrue} +\DeclareOption{final}{\setlength\overfullrule{0pt}\global\draftfalse} + +\ExecuteOptions{letterpaper,10pt,onecolumn,final,openright} +\ProcessOptions + +\ifnumlines +\linenumbers*[1] +\fi + +%% <==== End Setting Options + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% 4) Font Family Info + +%% Comment +%% When \ifdraft is true it will make the baselineskip = \draftskip + +\newcount\draftskip +\draftskip=20 + +\newcommand{\@ptsize}{} + + %% Comment + %% Set font sizes, normal baselineskip, for the range of sizes, + %% changing baselineskip to be larger if draft option is true + %% \setfontsize takes the first arg as the size of the font and + %% the second as the size of the baselineskip + %% \abovedisplayskip and \belowdisplayskip is the space before and + %% after an equation, adjusted in some sizes. + + %% \Huge 25pt + %% \huge 20pt + %% \LARGE 17pt + %% \Large 14pt + %% \large 12pt + %% \normalsize 10 pt font + %% \small 9pt + %% \footnotesize 8pt + %% \scriptsize 7pt font + %% \tiny 5pt font + + +\renewcommand\normalsize{% +\ifdraft + \@setfontsize\normalsize\@xpt{\draftskip} +\else + \@setfontsize\normalsize\@xpt{12} +\fi + \abovedisplayskip 10\p@ \@plus2\p@ \@minus5\p@ + \abovedisplayshortskip \z@ \@plus3\p@ + \belowdisplayshortskip 6\p@ \@plus3\p@ \@minus3\p@ + \belowdisplayskip \abovedisplayskip + \let\@listi\@listI} +\normalsize + +\newcommand\bignormalsize{\@setfontsize\bignormalsize{10.5pt}{12}} + +\newcommand\small{% +\ifdraft + \@setfontsize\small\@ixpt{\draftskip}% +\else + \@setfontsize\small\@ixpt{14}% +\fi + \abovedisplayskip 8.5\p@ \@plus3\p@ \@minus4\p@ + \abovedisplayshortskip \z@ \@plus2\p@ + \belowdisplayshortskip 4\p@ \@plus2\p@ \@minus2\p@ + \def\@listi{\leftmargin\leftmargini + \topsep 4\p@ \@plus2\p@ \@minus2\p@ + \parsep 2\p@ \@plus\p@ \@minus\p@ + \itemsep \parsep}% + \belowdisplayskip \abovedisplayskip +} + +\newcommand\footnotesize{% +\ifdraft + \@setfontsize\footnotesize\@viiipt{\draftskip}% +\else + \@setfontsize\footnotesize\@viiipt{12}% +\fi + \abovedisplayskip 6\p@ \@plus2\p@ \@minus4\p@ + \abovedisplayshortskip \z@ \@plus\p@ + \belowdisplayshortskip 3\p@ \@plus\p@ \@minus2\p@ + \def\@listi{\leftmargin\leftmargini + \topsep 3\p@ \@plus\p@ \@minus\p@ + \parsep 2\p@ \@plus\p@ \@minus\p@ + \itemsep \parsep}% + \belowdisplayskip \abovedisplayskip +} + +\newcommand\scriptsize{\@setfontsize\scriptsize\@viipt\@viiipt} +\newcommand\tiny{\@setfontsize\tiny\@vpt\@vipt} +\newcommand\large{\ifdraft +\@setfontsize\large\@xiipt{\draftskip} +\else +\@setfontsize\large\@xiipt{14} +\fi +} + +\newcommand\Large{\ifdraft +\@setfontsize\Large\@xivpt{\draftskip} +\else +\@setfontsize\Large\@xivpt{18} +\fi} + +\newcommand\LARGE{\@setfontsize\LARGE\@xviipt{22}} +\newcommand\huge{\@setfontsize\huge\@xxpt{25}} +\newcommand\Huge{\@setfontsize\Huge\@xxvpt{30}} + +%%%%%%%%%%%%%%%%%%%%%%%%%% + +%% These definitions accomodate older font typeface commands, +%% that are still in use. + +\DeclareOldFontCommand{\rm}{\normalfont\rmfamily}{\mathrm} +\DeclareOldFontCommand{\sf}{\normalfont\sffamily}{\mathsf} +\DeclareOldFontCommand{\tt}{\normalfont\ttfamily}{\mathtt} +\DeclareOldFontCommand{\bf}{\normalfont\bfseries}{\mathbf} +\DeclareOldFontCommand{\it}{\normalfont\itshape}{\mathit} +\DeclareOldFontCommand{\sl}{\normalfont\slshape}{\@nomath\sl} +\DeclareOldFontCommand{\sc}{\normalfont\scshape}{\@nomath\sc} +\DeclareRobustCommand{\cal}{\@fontswitch{\relax}{\mathcal}} +\DeclareRobustCommand{\mit}{\@fontswitch{\relax}{\mathnormal}} + +%% end font family declarations +%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% 5) Running heads and footnotes + +%% Running heads ===>>> + + %% unless we need these, leave these uncommented + \let\@mkboth\@gobbletwo + \let\chaptermark\@gobble + \let\sectionmark\@gobble + %% + +\def\ps@headings{\def\@oddfoot{\centerline{\small --\the\c@page--}} +\let\@evenfoot\@oddfoot +%% \thejournalname set with \journalname{} command; if not you will get a request to set +%% the journal name with \journalname{} +\def\@oddhead{\vbox to 0pt{\vss\centerline{\color{ltgray}\small manuscript +submitted to {\it \thejournalname}}\vskip24pt}} +\let\@evenhead\@oddhead +} + + + +%% After ps@headings is defined, now we use it to activate the definitions +\ps@headings + +%%% Footnotes + + %% save these definitions so that we can use them if + %% we don't like the redefinition +\let\savefootnote\footnote +\let\savefootnotetext\footnotetext + + %%% ruled line above footnote + + \renewcommand{\footnoterule}{% + \kern-3\p@ + \hrule width .4\columnwidth + \kern 2.6\p@} + + \let\savefootnoterule\footnoterule + +% turn off footnote rule, line at bottom of page above footnotes + \let\footnoterule\relax + +% can turn it back on by uncommenting +\let\footnoterule\savefootnoterule + +% Making footnote indent 1em +\long\def\@makefntext#1{% +\noindent\hspace*{1em}\@makefnmark\,#1} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% 6) Title Page: + %% Journal Name, running heads; + %% Title, Authors, Affils, Corresponding Authors, Author Notes, Key Points; + %% Starting article with abstract. + +%% Set journal name: +\def\journalname#1{\def\thejournalname{#1}} +\journalname{Please set Journal Name by using {\tt\string\journalname}} + + +%% Article Title +\def\title#1{\global\c@footnote=0\relax% +{\centering \Large\bf #1 \vskip14pt} +\def\thetitle{#1}} + +\def\authors#1{{\centering \normalsize\bf #1\vskip12pt}} +\def\affil#1{$^{#1}$\ignorespaces} +\def\affiliation#1#2{\vskip-.5\parskip\relax{\centering{\footnotesize +$^{#1}$#2\relax}\vskip-\parskip}} + +\def\correspondingauthor#1#2{{\let\@thefnmark\relax\@footnotetext{\noindent\vrule +height 18pt width0pt\relax\hbox to-8pt{}{\small +Corresponding author: #1, +{\tt #2}}}}} + +%% Used to send footnote to bottom of page when entered in \authors{} field. +\def\thanks#1{{\renewcommand\thefootnote{\@fnsymbol\c@footnote}% + \def\@makefnmark{\rlap{\@textsuperscript{\normalfont\@thefnmark}}}% + \long\def\@makefntext##1{\noindent\hskip-9pt\hb@xt@1.8em{% + \hss\@textsuperscript{\normalfont\@thefnmark}}##1}\footnote{#1}\ + }} + +\def\keypoints{\vskip24pt\vskip1sp\subsection*{Key Points:} +\begin{itemize}} +\def\endkeypoints{\end{itemize}} + +\def\abstract{\newpage\noindent{\bf Abstract}\vskip-\parskip +\global\c@footnote=0\relax% +\noindent\ignorespaces} +\def\endabstract{\vskip18pt} + +%% <== End Title page and Abstract + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% 7) Section Commands + +% SectionCounters, Header Level Counters ===>> + + %% the argument in square brackets is for the command that will reset + %% counter to zero +\newcounter {section} +\newcounter {subsection}[section] +\newcounter {subsubsection}[subsection] +\newcounter {paragraph}[subsubsection] +\newcounter {subparagraph}[paragraph] + + + %% Header Level Counters ==>> + %% Change to any level will change the levels below + + +\renewcommand{\thesection} {\arabic{section}} +\renewcommand{\thesubsection} {\thesection.\arabic{subsection}} +\renewcommand{\thesubsubsection}{\thesubsection.\arabic{subsubsection}} +\renewcommand{\theparagraph} {\thesubsubsection.\arabic{paragraph}} +\renewcommand{\thesubparagraph} {\theparagraph.\arabic{subparagraph}} + +\newcommand{\@chapapp}{\chaptername} + + %%% <<== End Header Level Counters + + %% Definition printed here so that you can see what the various arguments are + %% when used for \section, \subsection, etc, below + %% \newcommand{\section}{\@startsection {section}{1}{\z@}...} + + +% \@startsection {NAME}{LEVEL}{INDENT}{BEFORESKIP}{AFTERSKIP}{STYLE} +% optional * [ALTHEADING]{HEADING} +% Generic command to start a section. +% NAME : e.g., 'subsection' +% LEVEL : a number, denoting depth of section -- e.g., chapter=1, +% section = 2, etc. +% INDENT : Indentation of heading from left margin +% BEFORESKIP : Absolute value = skip to leave above the heading. +% If negative, then paragraph indent of text following +% heading is suppressed. +% AFTERSKIP : if positive, then skip to leave below heading, else +% negative of skip to leave to right of run-in heading. +% STYLE : commands to set style +% If '*' missing, then increments the counter. If it is present, then +% there should be no [ALTHEADING] argument. +% Uses the counter 'secnumdepth' whose value is the highest section +% level that is to be numbered. + + %% Startsection calls \@sect, the engine that formats each section + + %% the minus dimensions are used to tell LaTeX not to indent + %% the text following the section head + %% (silly, isn't it? but built into LaTeX) + %% You can add things like underline or uppercase to the last arg + %% to get those effects in a section head + +%% adds a little space after the section number, before following text. +\def\@seccntformat#1{\csname the#1\endcsname\ \ } + +\newcommand\section{\@startsection {section}{1}{\z@}% + {\ifdraft18pt plus 1pt minus + 1pt\else 12pt plus 1pt minus 1pt\fi}% + {1sp}% + {\bignormalsize\bfseries\boldmath}} + +\newcommand\subsection{\@startsection{subsection}{2}{\parindent}% + {\ifdraft 12pt\else 8pt\fi}% + {1sp}% + {\normalfont\bf\boldmath}} + +\newcommand\subsubsection{\@startsection{subsubsection}{3}{\parindent}% + {\ifdraft 12pt\else 8pt\fi}% + {1sp}% + {\normalfont\itshape\bfseries}} + +\newcommand\paragraph{\@startsection{paragraph}{4}{\parindent}% + {3pt plus 1pt minus 1pt}% + {-1em}% + {\normalfont\normalsize\itshape}} + +\newcommand\subparagraph{\@startsection{subparagraph}{5}{\parindent}% + {3pt plus 1pt minus 1pt}% + {-1em}% + {\normalfont\normalsize\itshape}} + + %%% <<=== end section commands + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% 8) Figure and Table Captions ==>>> + +\long\def\@caption#1[#2]#3{% + \par + \begingroup + \@parboxrestore + \normalsize +\linenumbers + \@makecaption{\csname fnum@#1\endcsname}{\ignorespaces #3}\par + \endgroup} +\def\@float#1{% + \@ifnextchar[% + {\@xfloat{#1}}% + {\edef\reserved@a{\noexpand\@xfloat{#1}[\csname fps@#1\endcsname]}% + \reserved@a}} +\def\@dblfloat{% + \if@twocolumn\let\reserved@a\@dbflt\else\let\reserved@a\@float\fi + \reserved@a} + + %% Name of Figure or Table is set with \figurename or \tablename above + %% \@float is what puts the text at the top or bottom of the page + %% \@dblfloat is for floats in two column text + +\newcounter{figure} +\renewcommand{\thefigure}{\arabic{figure}} + +\def\fps@figure{tbp} % position figure at top, bottom, or on its own page +\def\ftype@figure{1} % used for placing float in page +\def\ext@figure{lof} % send info to .lof file +\def\fnum@figure{\figurename~~\thefigure} % \figurename, defined above, + %% and the current state of figure counter + + %% \begin{figure} calls up float and gives it the {figure} argument, + %% which is then used to call up the definitions above, by using + %% \csname fps@\captype\endcsname, for instance, to get \fps@figure; + %% adjusting the macro to do different things depending on whether + %% figure, table, environment, or other term is used. + +\newenvironment{figure} + {\@float{figure}} + {\end@float} + + %% figure in two column text +\newenvironment{figure*} + {\@dblfloat{figure}} + {\end@dblfloat} + + %% Similar as the sequence of definitions above used for figure +\newcounter{table} +\renewcommand{\thetable}{\@arabic\c@table} +\def\fps@table{tbp} +\def\ftype@table{2} +\def\ext@table{lot} +\def\fnum@table{\tablename~\thetable} +\newenvironment{table} + {\@float{table}} + {\end@float} +\newenvironment{table*} + {\@dblfloat{table}} + {\end@dblfloat} + + %%%%%%%%%%%%%%%% + %% Setting space between caption in table or figure and the + %% table or figure +\newlength\abovecaptionskip +\newlength\belowcaptionskip +\setlength\abovecaptionskip{10\p@} +\setlength\belowcaptionskip{10\p@} + + %% to test in caption to see whether it is a figure or table +\def\xfigure{figure} + + %% Variation on LaTeX code + %% Skips below caption + %% an extra 3pt if it is a table to give extra space between caption + %% and table, since caption for table goes above table. + + %% \sbox\@tempboxa sets a temporary box so that we can measure + %% the width of the caption; if width is greater than .9\hsize + %% then make it format in a paragraph, otherwise center it. + + %% Test to see if it a figure or table: \ifx\@captype\xfigure + %% If figure, \vskip\belowcaptionskip + +\long\def\@makecaption#1#2{% +{\small +\ifx\@captype\xfigure +\vskip\abovecaptionskip\fi +{\ifturnofflinenums\else\ifnumlines\internallinenumbers\fi\fi + \sbox\@tempboxa{\bf#1.\quad \rm #2}% + \ifdim \wd\@tempboxa >.9\hsize +\bf #1.\quad\rm\relax #2\par + \else +{\centering + \bf #1.\rm\quad #2 +\vskip1sp} + \fi} +%% +\ifx\@captype\xfigure\else + \vskip\belowcaptionskip\fi +}} + + + %% Code to get text in tables to extend all the way to left and right + %% of table. The LaTeX table macros are made to allow space to the + %% left and the right of tables to accomodate vertical ruled lines. But + %% most publishers don't want vertical ruled lines. If the authors + %% don't use the ruled lines there would be extra white space without + %% the changes below. This code is very complicated, but you can see + %% the changed part. + +\def\xtable{table} +\def\@array[#1]#2{\setbox\@arstrutbox=\hbox{\vrule + height\arraystretch \ht\strutbox + depth\arraystretch \dp\strutbox + width\z@}\@mkpream{#2}\edef\@preamble{\halign \noexpand\@halignto +\bgroup% +\tabskip\z@\@arstrut\@preamble +\ifx\@captype\xtable\hskip-\tabcolsep\fi %% <==== Changed +\tabskip\z@ \cr}% +\let\@startpbox\@@startpbox \let\@endpbox\@@endpbox% + \if #1t\vtop \else \if#1b\vbox \else \vcenter \fi\fi% + \bgroup\let\par\relax% + \let\@sharp##\let\protect\relax \lineskip\z@\baselineskip\z@\@preamble} + + + %% Variation on code found in Latex.tex +\def\new@tabacol{\edef\@preamble{\@preamble\hskip0pt}} + +\def\@tabclassz{\ifcase \@lastchclass\@acolampacol% +\or \@ampacol \or + \or \or \@addamp \or \@acolampacol\or \@firstampfalse +\ifx\@captype\xtable \new@tabacol\else\@tabacol \fi% +\fi% +\edef\@preamble{\@preamble% + \ifcase \@chnum% + \hfil\ignorespaces\@sharp\unskip\hfil% + \or \ignorespaces\@sharp\unskip\hfil% + \or \hfil\hskip\z@ \ignorespaces\@sharp\unskip\fi}} + + %% This puts extra space between horizontal lines in tables. + %% If you want to use vertical lines in tables, you should use + %% \savehline rather than \hline, otherwise the vertical and + %% horizontal lines will not abutt. + + %% \noalign is a command that allows the uses to put something + %% between lines in a table. +\let\savehline\hline +\def\hline{\noalign{\vskip3pt}\savehline\noalign{\vskip3pt}} + + %% Simple macro for table notes, that makes sure that there is + %% a little space between the table and the notes, and that they + %% print in footnotesize. +\def\tablenotes{\vskip2pt\footnotesize} +\let\endtablenotes\relax + + %%% <<=== end Figure and Table Captions + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% 9) Listing, ==>> +\def\@listI{\leftmargin\leftmargini + \parsep 0\p@ %\@plus2\p@ \@minus0\p@ + \topsep 4\p@ %\@plus2\p@ \@minus0\p@ + \itemsep1\p@ %\@plus2\p@ \@minus0\p@ +} +\let\@listi\@listI +\@listi + +\def\@listii {\leftmargin\leftmarginii + \labelwidth\leftmarginii + \advance\labelwidth-\labelsep + \topsep 4\p@ \@plus2\p@ \@minus\p@ + \parsep 2\p@ \@plus\p@ \@minus\p@ + \itemsep \parsep} +\def\@listiii{\leftmargin\leftmarginiii + \labelwidth\leftmarginiii + \advance\labelwidth-\labelsep + \topsep 2\p@ \@plus\p@\@minus\p@ + \parsep \z@ + \partopsep \p@ \@plus\z@ \@minus\p@ + \itemsep \topsep} +\def\@listiv {\leftmargin\leftmarginiv + \labelwidth\leftmarginiv + \advance\labelwidth-\labelsep} +\def\@listv {\leftmargin\leftmarginv + \labelwidth\leftmarginv + \advance\labelwidth-\labelsep} +\def\@listvi {\leftmargin\leftmarginvi + \labelwidth\leftmarginvi + \advance\labelwidth-\labelsep} + + %% amount left edge of text is indented relative to normal text + %% i is for first level in, ii is for second level in, etc. +\setlength\leftmargini {28pt} +\setlength\leftmarginii {11pt} +\setlength\leftmarginiii {1.87em} +\setlength\leftmarginiv {1.7em} +\setlength\leftmarginv {1em} +\setlength\leftmarginvi {1em} + + + %% default indentation for first level itemized lists +\setlength\leftmargin {\leftmargini} + + %% horizontal distance between item and following text +\setlength \labelsep {6pt} + + %% how wide should item be? +\setlength \labelwidth{\leftmargini} + + %% subtract width of label separation +\addtolength\labelwidth{-\labelsep} + + %% more listing defaults +\leftmargin\leftmargini +\labelwidth\leftmargini\advance\labelwidth-\labelsep + + +\@beginparpenalty -\@lowpenalty +\@endparpenalty -\@lowpenalty +\@itempenalty -\@lowpenalty + + %% defining listing markers for enumerate +\renewcommand{\theenumi}{\arabic{enumi}} +\renewcommand{\theenumii}{\alph{enumii}} +\renewcommand{\theenumiii}{\roman{enumiii}} +\renewcommand{\theenumiv}{\Alph{enumiv}} + + %% using listing markers for enumerate +\newcommand{\labelenumi}{\theenumi.\hskip-2pt} +\newcommand{\labelenumii}{(\theenumii)} +\newcommand{\labelenumiii}{\theenumiii.} +\newcommand{\labelenumiv}{\theenumiv.} + + %% crossreferencing for listing markers +\renewcommand{\p@enumii}{\theenumi} +\renewcommand{\p@enumiii}{\theenumi(\theenumii)} +\renewcommand{\p@enumiv}{\p@enumiii\theenumiii} + + %% listing markers for itemize (no crossreferencing needed) +\newcommand{\labelitemi}{\raise.4ex\hbox{\tiny$\bullet$}} +\newcommand{\labelitemii}{\normalfont\bfseries --} +\newcommand{\labelitemiii}{$\m@th\ast$} +\newcommand{\labelitemiv}{$\m@th\cdot$} + + %% Setting up description listing environment +\newenvironment{description} + {\list{}{\labelwidth\z@ \itemindent-\leftmargin + \let\makelabel\descriptionlabel}} + {\endlist} + +\newcommand*{\descriptionlabel}[1]{\hspace\labelsep + \normalfont\bfseries #1} + +%%% <<=== end of listing commands + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%% 10) ETC.: Month/year, Hyphenation Library, Quote, Quotation, Extract + +%% Month and Year + +% Nice example of \ifcase which takes a counter and activates +% the slot following the counter that matches the same number; +% \month expands to a number, so ifcase will activate the slot +% matching that number. Can use it for setting date in draft +% footnote if desired. Not activated at this time. + +\newcommand{\today}{\ifcase\month\or + January\or February\or March\or April\or May\or June\or + July\or August\or September\or October\or November\or December\fi + \space\number\day, \number\year} + +% Hyphenation Library +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Hyphenation Library, add to this +%% list if desired + +\hyphenation{ +dem-o-graph-ics +mi-cro-ec-o-nom-ic +or-gan-i-za-tion +or-gan-i-za-tions +ra-tion-ale +sys-tem-at-i-cal-ly +} + + +%%%% Quote, Quotation, Extract + %% \newenvironment produces a \begin{}..\end{} macro set. + %% \newenvironment{}{} + %% {} + + %% For long quotation which runs more than one paragraph, + %% uses list environment to indent text, supplies dummy + %% item, \item[], since one item is required for every listing + %% environment or you will get an error message. + + %% quotation indents new paragraphs, while quote does not. + +\newenvironment{quotation} + {\small +\list{}{\listparindent 1.5em% + \itemindent \listparindent + \rightmargin \leftmargin + \parsep \z@ \@plus\p@}% + \item[]} + {\endlist} +\newenvironment{quote} + {\small +\list{}{\rightmargin\leftmargin}% + \item[]} + {\endlist} + + %% If \begin{extract}...\end{extract} is used you will get the same + %% results as \begin{quotation}...\end{quotation} + +\let\extract\quotation +\let\endextract\endquotation + + %% <<== end ETC.: Month/year, Hyphenation Library, Quote, Quotation, Extract + +%%%%%%%%% +% 11) End Article: Appendix, Glossary, Acronyms, Notation, Acknowledgments + +% Appendix: +\newcounter{appendnum} + +\newif\ifappendon +\newif\ifupperappend + +\def\appendix{% +\def\@currentlabel{\Alph{section}:} %xx Doesn't do much. Missing trailing space. DC +\@addtoreset{equation}{section} +\@addtoreset{table}{section} +\@addtoreset{figure}{section} +%% +\renewcommand{\thesection}{Appendix \Alph{section}} %xx Redefined below (by orginal author, not DC). DC +\renewcommand{\theequation}{\Alph{section}\arabic{equation}} +\renewcommand{\thefigure}{\Alph{section}\arabic{figure}} +\renewcommand{\thetable}{\Alph{section}\arabic{table}} +\global\appendontrue\goodbreak +\global\c@section=0 +\global\c@equation=0 +\def\thesection{Appendix \Alph{section}} %xx What puts the : in \ref. Taken out now. DC +\def\thesubsection{\Alph{section}\@arabic{\c@subsection}} +\def\thesubsubsection{\thesubsection\@arabic{\c@subsubsection}} +\def\thesubsubsubsection{\thesubsubsection\@arabic{\c@subsubsection}} +} +%%%%% end appendix + +%% Glossary +\def\glossary{\bgroup +\section*{Glossary} +\description +\def\term##1{\item[##1]}} +\def\endglossary{\enddescription\vskip12pt\egroup} +%% + +%% Acronyms +\def\acronyms{\bgroup +\section*{Acronyms} +\description +\def\acro##1{\item[##1]}} +\def\endacronyms{\enddescription\vskip12pt\egroup} + +%% Notation +\def\notation{\bgroup +\section*{Notation} +\description +\def\notation##1{\item[\boldmath ##1]}} +\def\endnotation{\enddescription\vskip12pt\egroup} + +%% Acknowledgments +\def\acknowledgments{\vskip12pt\noindent{\bf +Acknowledgments\vrule depth 6pt +width0pt\relax}\\*\noindent\ignorespaces} + +%%% <<=== end Appendix, Glossary, Acronyms, Notation, Acknowledgments + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% 12) %% Bibliography, References ===>> + +%% Set bibliography style: This brings in agufull08.bst to format +%% bibliography when using BibTeX. +%\bibliographystyle{agufull08} +% +\bibliographystyle{apacite} + +%% In case you want to enter bib entries without using bibtex +\def\references{\thebibliography{}\item[]} +\let\endreferences\endthebibliography + +\def\@cite#1#2{{#1\if@tempswa , #2\fi}} + +\def\@citex[#1]#2{% + \let\@citea\@empty + \@cite{\@for\@citeb:=#2\do + {\@citea\def\@citea{,\penalty\@m\ }% + \edef\@citeb{\expandafter\@firstofone\@citeb}% + \if@filesw\immediate\write\@auxout{\string\citation{\@citeb}}\fi + \@ifundefined{b@\@citeb}{\mbox{\reset@font\bfseries ?}% + \G@refundefinedtrue + \@latex@warning + {Citation `\@citeb' on page \thepage \space undefined}}% + %% + %% This is changed from the default so that lengthy citations can + %% be broken across lines + {%\hbox{ +\csname b@\@citeb\endcsname%} +}}}{#1}} + +\newdimen\bibindent +\setlength\bibindent{1.5em} + +\def\refname{References} +\newenvironment{thebibliography}[1] + {\section*{\refname + \@mkboth{\MakeUppercase\refname}{\MakeUppercase\refname}}% + \list{\@biblabel{\@arabic\c@enumiv}}% + {\settowidth\labelwidth{\@biblabel{#1}}% + \leftmargin\labelwidth + \advance\leftmargin\labelsep + \@openbib@code + \usecounter{enumiv}% + \let\p@enumiv\@empty + \renewcommand\theenumiv{\@arabic\c@enumiv}}% + \sloppy + \clubpenalty4000 + \@clubpenalty \clubpenalty + \widowpenalty4000% + \sfcode`\.\@m} + {\def\@noitemerr + {\@latex@warning{Empty `thebibliography' environment}}% + \endlist} + +\def\newblock{\hskip .11em\@plus.33em\@minus.07em} + + + + +% Formats bibliography, this .sty file needs to be entered here + + % +% When using NatBib, this sets brackets for citations: +%\renewcommand\NAT@open{(} \renewcommand\NAT@close{)} %xx Parens by default, but not using anyways. DC + +\RequirePackage{apacite} +%\RequirePackage{natbib} +\let\cite\shortcite %xx So get et al. with three authors the first time. +%\let\citep\shortcite %xx A natbib command. +%\let\citet\shortcite %xx Ditto. +\let\citeA\shortciteA %xx Ditto. + + + +%% end Bibliography, and References + +%%%%%%%%%%%%%%%%%%%%%%%%%%xx Removed. DC + +%%% Track Changes +%%% Amy Hendrickson, Feb 2016 +% +%\providecolor{trackcolor}{rgb}{1,0,0} +%\providecolor{explain}{rgb}{.5,0,.5} +% +%\newcount\refchangenumber +% +%\def\added{\@ifnextchar[{\xadded}{\yadded}} +% +%\long\def\xadded[#1]#2{% +%\ifdraft{\global\advance\refchangenumber by 1\relax% +%\ifnumlines +%\xdef\doit{\noexpand\linelabel{\the\refchangenumber}}\doit\else% +%\xdef\doit{\noexpand\label{\the\refchangenumber}{}{}{}}\doit\fi% +%\color{trackcolor}(Added: #2)}%% +%\expandafter\gdef\csname +%changenum\the\refchangenumber\endcsname{Added: [#1] +%\textcolor{trackcolor}{#2}, }\else#2\fi} +% +%\long\def\yadded#1{% +%\ifdraft{\global\advance\refchangenumber by 1\relax% +%\ifnumlines +%\xdef\doit{\noexpand\linelabel{\the\refchangenumber}}\doit\else% +%\xdef\doit{\noexpand\label{\the\refchangenumber}{}{}{}}\doit\fi% +%\color{trackcolor}(Added: #1)}%% +%\expandafter\gdef\csname changenum\the\refchangenumber\endcsname{Added: +%\textcolor{trackcolor}{#1}, }\else#1\fi} +% +%\def\deleted{\@ifnextchar[{\xdeleted}{\ydeleted}} +% +%\long\def\xdeleted[#1]#2{% +%\ifdraft{\global\advance\refchangenumber by 1\relax% +%\ifnumlines +%\xdef\doit{\noexpand\linelabel{\the\refchangenumber}}\doit\else% +%\xdef\doit{\noexpand\label{\the\refchangenumber}{}{}{}}\doit\fi% +%\color{trackcolor}(Deleted: \sout{#2})}%% +%\expandafter\gdef\csname +%changenum\the\refchangenumber\endcsname{Deleted: [#1] +%\textcolor{trackcolor}{#2}, }\else#2\fi} +% +%\long\def\ydeleted#1{ +%\ifdraft +%\global\advance\refchangenumber by 1 +%\ifnumlines\xdef\doit{\noexpand\linelabel{\the\refchangenumber}}\doit\else% +%\xdef\doit{\noexpand\label{\the\refchangenumber}}\doit\fi% +%{\color{trackcolor}(Deleted: \sout{#1})}% +%\expandafter\def\csname changenum\the\refchangenumber\endcsname{Deleted: +%{\color{trackcolor}\sout{#1}}, }\fi} +% +%\def\replaced{\@ifnextchar[{\xreplaced}{\yreplaced}} +% +%\long\def\xreplaced[#1]#2#3{% +%\ifdraft +%\global\advance\refchangenumber by 1 +%\ifnumlines\xdef\doit{\noexpand\linelabel{\the\refchangenumber}}\doit\else% +%\xdef\doit{\noexpand\label{\the\refchangenumber}}\doit\fi% +%{\color{trackcolor}(Replaced: \sout{#2}} +%{\color{black}replaced with:} {\color{trackcolor} #3)}% +%\expandafter\gdef\csname +%changenum\the\refchangenumber\endcsname{Replaced: [#1] +%{\color{trackcolor}\sout{#2}} {\color{black} replaced with:} +%{\color{trackcolor}#3}, }\else#3\fi} +% +%\long\def\yreplaced#1#2{% +%\ifdraft +%\global\advance\refchangenumber by 1 +%\ifnumlines\xdef\doit{\noexpand\linelabel{\the\refchangenumber}}\doit\else% +%\xdef\doit{\noexpand\label{\the\refchangenumber}}\doit\fi% +%{\color{trackcolor}(Replaced: \sout{#1}} +%{\color{black}replaced with:} {\color{trackcolor} #2)}% +%\expandafter\gdef\csname changenum\the\refchangenumber\endcsname{Replaced: +%{\color{trackcolor}\sout{#1}} {\color{black} replaced with:} +%{\color{trackcolor}#2}, }\else#2\fi} +% +%\global\@mparswitchfalse +%\def\explain{\@ifnextchar[{\xexplain}{\yexplain}} +% +%%% +%\def\xexplain[#1]#2{\ifdraft\marginpar{\noindent{\color{red}\llap{\boldmath$\leftarrow$}\draftfalse\normalsize +%\baselineskip=11pt\relax[#1] #2\vskip1sp}}\fi} +% +%\def\yexplain#1{\ifdraft\marginpar{\noindent{\color{red}\llap{\boldmath$\leftarrow$}\draftfalse\normalsize +%\baselineskip=11pt\relax#1\vskip1sp}}\fi} +% +% +%\newcount\listchangenum +% +%\def\listofchanges{ +%\clearpage +%\ifdraft +%\ifnum\refchangenumber>0 +%\ifnumlines\nolinenumbers\fi +%\vskip36pt +%\vtop{\hrule +%\noindent{\vrule height 9pt width0pt depth 6pt\large\bf List of Changes} +%\hrule +%\vskip18pt} +%\nobreak +%{\parskip=4pt \parindent-18pt \leftskip=18pt +%\loop +%\vskip-1pt\relax +%\global\advance\listchangenum by 1\relax +%\expandafter\ifx\csname changenum\the\listchangenum\endcsname\relax +%\else +%\csname changenum\the\listchangenum\endcsname\ on page +%\pageref{\the\listchangenum}% +%\ifnumlines +%\setbox0=\hbox{\lineref{\the\listchangenum}}% +%\ifdim\wd0>20pt% +%\else% +%, line\ +%\lineref{\the\listchangenum}% +%\fi\fi. +%\repeat} +%\fi\fi +%\thispagestyle{empty} +%} +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% 14) Supporting Information +\def\supportinginfo#1{\newpage +{\large\bf\noindent Supporting Information for\vskip-6pt\noindent``#1''} +\vskip12pt} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%% Start page numbering, formatting + +\pagenumbering{arabic} +\widowpenalty=10000 +\clubpenalty=10000 +\ifdraft +\RaggedRight +\fi +\endinput + + + + + + + + + + + + + + diff --git a/_extensions/quarto-journals/agu/american-geophysical-union.csl b/_extensions/quarto-journals/agu/american-geophysical-union.csl new file mode 100644 index 0000000..3a6bf50 --- /dev/null +++ b/_extensions/quarto-journals/agu/american-geophysical-union.csl @@ -0,0 +1,703 @@ + + diff --git a/_extensions/quarto-journals/agu/partials/_affiliations.tex b/_extensions/quarto-journals/agu/partials/_affiliations.tex new file mode 100644 index 0000000..a45ecb8 --- /dev/null +++ b/_extensions/quarto-journals/agu/partials/_affiliations.tex @@ -0,0 +1 @@ +\affiliation{$it.number$}{$if(it.department)$$it.department$, $endif$$if(it.name)$$it.name$, $endif$$if(it.city)$$it.city$, $endif$$if(it.region)$$it.region$, $endif$$if(it.country)$$it.country$$endif$} diff --git a/_extensions/quarto-journals/agu/partials/_authors.tex b/_extensions/quarto-journals/agu/partials/_authors.tex new file mode 100644 index 0000000..8e7c332 --- /dev/null +++ b/_extensions/quarto-journals/agu/partials/_authors.tex @@ -0,0 +1 @@ +$it.name.literal$\affil{$for(it.affiliations)$$it.number$$sep$,$endfor$$if(it.acknowledgements)$,$endif$}$if(it.acknowledgements)$\thanks{$it.acknowledgements$}$endif$ \ No newline at end of file diff --git a/_extensions/quarto-journals/agu/partials/_corresponding-author.tex b/_extensions/quarto-journals/agu/partials/_corresponding-author.tex new file mode 100644 index 0000000..4e41988 --- /dev/null +++ b/_extensions/quarto-journals/agu/partials/_corresponding-author.tex @@ -0,0 +1 @@ +$if(it.attributes.corresponding)$\correspondingauthor{$it.name.literal$}{$it.email$}$endif$ \ No newline at end of file diff --git a/_extensions/quarto-journals/agu/partials/before-body.tex b/_extensions/quarto-journals/agu/partials/before-body.tex new file mode 100644 index 0000000..80535c4 --- /dev/null +++ b/_extensions/quarto-journals/agu/partials/before-body.tex @@ -0,0 +1,27 @@ +$if(title)$ +\title{$title$} +$endif$ + +\authors{${ by-author:_authors.tex()[, ] }} +$by-affiliation:_affiliations.tex()$ +$by-author:_corresponding-author.tex()$ + +$if(keypoints)$ +\begin{keypoints} +$for(keypoints)$\item $keypoints$ $endfor$ +\end{keypoints} +$endif$ + +$if(abstract)$ +\begin{abstract} +$abstract$ +\end{abstract} +$endif$ + +$if(plain-language-summary)$ +\section*{Plain Language Summary} +$plain-language-summary$ +$endif$ + + + diff --git a/_extensions/quarto-journals/agu/partials/title.tex b/_extensions/quarto-journals/agu/partials/title.tex new file mode 100644 index 0000000..bf77f04 --- /dev/null +++ b/_extensions/quarto-journals/agu/partials/title.tex @@ -0,0 +1,28 @@ +$--% JGR: Atmospheres +$--% JGR: Biogeosciences +$--% JGR: Earth Surface +$--% JGR: Oceans +$--% JGR: Planets +$--% JGR: Solid Earth +$--% JGR: Space Physics +$--% Global Biogeochemical Cycles +$--% Geophysical Research Letters +$--% Paleoceanography and Paleoclimatology +$--% Radio Science +$--% Reviews of Geophysics +$--% Tectonics +$--% Space Weather +$--% Water Resources Research +$--% Geochemistry, Geophysics, Geosystems +$--% Journal of Advances in Modeling Earth Systems (JAMES) +$--% Earth's Future +$--% Earth and Space Science +$--% Geohealth +$if(citation.container-title)$ +\journalname{$citation.container-title$} +$endif$ + +$if(draft)$ +$else$ +\draftfalse +$endif$ \ No newline at end of file diff --git a/_extensions/quarto-journals/agu/trackchanges.sty b/_extensions/quarto-journals/agu/trackchanges.sty new file mode 100644 index 0000000..3eb0f56 --- /dev/null +++ b/_extensions/quarto-journals/agu/trackchanges.sty @@ -0,0 +1,922 @@ +%% +%% This file is part of TrackChanges +%% Copyright 2006-2009 +%% Novimir Antoniuk Pablant +%% Felix Salfner +%% +%% http://trackchanges.sourceforge.net/ +%% +%% Portions of this code adapted from the 'soul' package. +%% Copyright (C) 1998-2003 Melchior FRANZ +%% +%% TrackChanges is free software: you can redistribute it and/or modify +%% it under the terms of the GNU General Public License as published by +%% the Free Software Foundation, either version 2 of the License, or +%% (at your option) any later version. +%% +%% TrackChanges is distributed in the hope that it will be useful, +%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +%% GNU General Public License for more details. +%% +%% You should have received a copy of the GNU General Public License +%% along with TrackChanges. If not, see . +%% +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% trackchanges.sty +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% A graphical interface has been written to allow the changes made +%% using this style file to be interactively accepted, rejected +%% or changed. +%% trackchanges.py +%% +%% To find the latest versions this latex style file and the +%% associated files file go to: +%% http://trackchanges.sourceforge.net/ +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Usage: +%% +%% Help files are included as part of this package: +%% ./documentation/web/html_css/help.html +%% +%% TrackChanges adds the following 5 commands to allow for collaborative +%% editing of LaTeX documents. +%% +%% \add[editor]{text to add} +%% \remove[editor]{text to remove} +%% \change[editor]{text to remove}{text to add} +%% \annote[editor]{text to annotate}{note} +%% \note[editor]{note} +%% +%% In all cases 'editor' is optional. +%% +%% In order to have comments color coded by editor, the editors must +%% be added in the preamble. +%% +%% \addeditor{editor} +%% +%% +%% Options +%% +%% There are 5 display options. These are specified with the +%% \usepackage[options]{trackchanges) +%% +%% finalold +%% Ignore all of the edits. +%% The document will look as if the edits had not been added. +%% finalnew +%% Accept all of the edits. +%% Notes will not be shown in the final output. +%% footnotes +%% Added text will be shown inline. Removed text and notes +%% will be shown as footnotes. +%% This is the default option. +%% margins +%% Added text will be shown inline. Removed text and notes +%% will be shown in the margin. +%% Margin notes will be aligned with the edits when possible. +%% inline +%% All edits will be shown inline. +%% +%% The following two options are to be used with the 'margins' +%% display style. They are used to make more space for the margin +%% notes. By default the margins are left as in the original +%% document. +%% +%% movemargins +%% Move the text over to the left hand side. +%% The textwidth will stay the same. +%% adjustmargins +%% Reduce the textwidth and move the text over to the left +%% hand side.This option will produced the most space for +%% the margin notes. +%% +%% +%% Advanced Usage +%% +%% Certain types of commands cannot be used inside of the TrackChanges +%% edit commands without special handling. For more details see +%% the limitations section. +%% +%% This option can be used to deal with incompatible commands. +%% +%% ignoremode +%% +%% Additional commands can be added to the ignore list with the +%% following command. +%% +%% \tcignore{}{}{} +%% +%% The last argument specifies which, if any, arguments to pass +%% as plain text when the command is ignored. If the last +%% argument is zero, then all of the arguments will be ignored. +%% If \color and \textcolor were not already on the ignore +%% list then the following commands could be used to add them: +%% +%% \tcignore{\textcolor}{2}{2} +%% \tcignore{\color}{1}{0} +%% +%% +%% TrackChanges also requires special handling for font changing +%% commands. These type of commands may have to be registered +%% with track changes to be dealt with properly. To register a +%% new command use the following command. +%% +%% \tcregister{}{} +%% +%% All of the standard font switching command are registered by +%% default. If \bf and \emph were not already registered then +%% the following commands could be used to add them: +%% +%% \tcregister{\bf}{0} +%% \tcregister{\emph}{1} +%% +%% While register commands is primarily for font changing it may +%% work for other types of commands that are causing problems. +%% +%% +%% +%% Limitations +%% +%% - If another package is used that adjusts the margins, it +%% can take precedence over the TrackChanges handling. +%% To make sure TrackChanges has the last word, load it +%% after all other margin related packages. +%% +%% - Incompatable with the package 'ulem' +%% Use the package 'soul' instead for underlining/strikeout. +%% +%% - TrackChanges cannot handle certain kinds of commands inside +%% the edit commands. In particular \color, \textcolor and +%% any commands from the underlining package 'soul' will not work. +%% There are two ways to get around these issues. +%% 1. The 'ignoremode' option can be used. +%% This will tell TrackChanges to ignore certain commands +%% (Including the ones mentioned above). +%% Additional commands can be added to the ignore list with +%% the \tcignore command. +%% 2. Sometimes the problematic commands can be preceded by +%% \protect. This however can have strange behavior. +%% +%% - TrackChanges requires special handling for certain kinds of +%% commands inside of edit commands. These problematic commands +%% are generally font switching commands. All of the common +%% font switching commands (such as \emph, \textbf, etc.) +%% are already handled. If you run into an issue you can try +%% using \tcregister to register the problematic command. +%% +%% - No easy way to tell TrackChanges not to split footnotes +%% across multiple pages. +%% +%% - Some other packages that take over footnote handling may be +%% incompatible with TrackChanges. Using a footnote package +%% such as footmisc may fix these problems. +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% trackchanges version 0.6, 2007-06-13 +%% written by Felix Salfner +%% +%% trackchanges version 0.7, 2009-03-09 +%% rewritten by Novimir Pablant +%% +%% version 0.7.0, 2009-04-22 - Novimir Pablant +%% Overhauled how the editors are set up. Now each editor can be +%% added simply by using the /addeditor{name} command. +%% Color system completely overhauled, now uses the 'soul' package. +%% Added margin commands 'movemargins' and 'adjustmargins'. +%% Added an option ignoremode and a reimplementation of portions +%% of 'soul' to allow commands to be ignored inside edits. +%% Commands \tcignore and \tcregister were added. +%% Added depreciation warnings for TrackChanges v0.6 commands. +%% Numerous other internal changes. +%% +%% +%% --------------------------------------------------------------------- +%% To do: +%% - Add ability to set custom colors. +%% +%% - Create a better way of adding editors that does not have a +%% five editor limit. +%% +%% - Check if the package 'ulem' is loaded, and issue an error. +%% Right now I am checking if the \ulem command exists. +%% and issuing a warning. +%% +%% - Better error handling, error messages. +%% +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\NeedsTeXFormat{LaTeX2e}[1995/12/01] +\ProvidesPackage{trackchanges} + [2009/04/22 v0.7.0 TrackChanges file ] + +% Setup the required packages. +\RequirePackage{color} +\RequirePackage{ifthen} +\RequirePackage{calc} +\RequirePackage{soul} +\RequirePackage{morefloats} + +% I ran into some conflicts with other packages that deal +% with footnotes. Adding footmisc solved those problems for me. +%\RequirePackage{footmisc} +%\RequirePackage{manyfoot} + +%% +%% -------------- Setup the options +\newif\if@trackchanges +\@trackchangestrue +\newif\if@trackinmargins +\@trackinmarginsfalse +\newif\if@trackinline +\@trackinlinefalse +\newif\if@keepnew +\@keepnewfalse +\newif\if@movemargins +\@movemarginsfalse +\newif\if@adjustmargins +\@adjustmarginsfalse +\newif\if@TCignoremode +\@TCignoremodefalse + +\DeclareOption{finalold}{\@trackchangesfalse\@keepnewfalse} +\DeclareOption{finalnew}{\@trackchangesfalse\@keepnewtrue} +\DeclareOption{margins}{\@trackchangestrue\@trackinmarginstrue\@trackinlinefalse} +\DeclareOption{inline}{\@trackchangestrue\@trackinlinetrue\@trackinmarginsfalse} +\DeclareOption{footnotes}{\@trackchangestrue\@trackinmarginsfalse\@trackinlinefalse} + +\DeclareOption{movemargins}{\@movemarginstrue\@adjustmarginsfalse} +\DeclareOption{adjustmargins}{\@adjustmarginstrue\@movemarginstrue} + +\DeclareOption{ignoremode}{\@TCignoremodetrue} +\DeclareOption{ignoremodeoff}{\@TCignoremodefalse} + +%% This option exists for backwards compatibility with v0.6. +%% A depreciated warning will be displayed. +\DeclareOption{final}{\@trackchangesfalse\@keepnewfalse + \PackageWarningNoLine{trackchanges}{% + Option 'final' is depreciated.\MessageBreak% + Use 'finalold' instead% + }% +} + +\ProcessOptions + + +%% +%% -------------- Inhibit footnotes getting split across pages +%% This will inhibit splitting completely. +%% LaTeX will complain about `Underfull \vbox' unless +%% \raggedbottom is also used. +% +%\interfootnotelinepenalty=10000 +% +%% Default value is 100. + + +%% +%% -------------- Set options for the soul package +\setstcolor{red} +\setuloverlap{0pt} + +%% +%% -------------- Make an alias to the 'soulregister' command. +\let\tcregister\soulregister + +%% -------------- Setup new macros for the soul package. +%% Here we setup two new commands using soul package macros. +%% These will allow strikeout, and underline with colored +%% text. These are important as they ensure that color is +%% maintained even in situations such as a footnote getting +%% split across pages. + +%% This is where the color is actually added. +\def\SOUL@coloreverysyllable{% + \SOUL@textcolor{\the\SOUL@syllable% + \SOUL@setkern\SOUL@charkern% + }% +} + +%% This is where the color is actually added. +\def\SOUL@ulcoloreverysyllable{% + \SOUL@textcolor{\SOUL@uleverysyllable}% +} + +%% Here we define a new command with the text color. +\def\SOUL@settextcolor#1{% + \def\SOUL@textcolor{\textcolor{#1}}% +} + +%% This is the setup command for colored text. +\def\SOUL@colorsetup#1{% + \SOUL@settextcolor{#1}% + \SOUL@setup% + \let\SOUL@everysyllable\SOUL@coloreverysyllable% +} + +%% This is the setup command for strikeout with colored text. +\def\SOUL@stcolorsetup#1{% + \SOUL@settextcolor{#1}% + \SOUL@stsetup% + \let\SOUL@everysyllable\SOUL@ulcoloreverysyllable% +} + +%% This is the setup command for underline with colored text. +\def\SOUL@ulcolorsetup#1{% + \SOUL@settextcolor{#1}% + \SOUL@ulsetup% + \let\SOUL@everysyllable\SOUL@ulcoloreverysyllable% +} + +%% Here I define the new callables. + +%% Color with strikeout +\DeclareRobustCommand*{\stcolor}[1]{% + \SOUL@stcolorsetup{#1}% + \SOUL@% +} + +%% Color with underline +\DeclareRobustCommand*{\ulcolor}[1]{% + \SOUL@ulcolorsetup{#1}% + \SOUL@% +} + +%% Colored text +\DeclareRobustCommand*{\soulcolor}[1]{% + \SOUL@colorsetup{#1}% + \SOUL@% +} + +%% +%% -------------- Setup counters +\newcounter{userid} +\setcounter{userid}{-1} +\newcounter{changenumber}[page] +\setcounter{changenumber}{0} +\newcounter{storefootnote} +\newcounter{numeditors} +\setcounter{numeditors}{0} +\newcounter{maxeditors} +\setcounter{maxeditors}{5} + + +%% +%% ----------- Create commands for five users +\newcommand{\TC@editorOne}{n/n} +\newcommand{\TC@editorTwo}{n/n} +\newcommand{\TC@editorThree}{n/n} +\newcommand{\TC@editorFour}{n/n} +\newcommand{\TC@editorFive}{n/n} + + +%% +%% ----------- create commands to add an editor. +\newcommand{\addeditor}[1]{ + \matchuser{#1} + \ifthenelse{\value{userid} = -1} + {\addNewEditor{#1}}{} +} +\newcommand{\addNewEditor}[1]{ + \stepcounter{numeditors} + \setcounter{userid}{\value{numeditors}} + % Check the number of authors. + \ifthenelse{\value{numeditors} > \value{maxeditors}} + {\TC@WarningTooManyEditors} + {} + \ifthenelse{\value{userid} = 1} + {\renewcommand{\TC@editorOne}{#1}} + {\ifthenelse{\value{userid} = 2} + {\renewcommand{\TC@editorTwo}{#1}} + {\ifthenelse{\value{userid} = 3} + {\renewcommand{\TC@editorThree}{#1}} + {\ifthenelse{\value{userid} = 4} + {\renewcommand{\TC@editorFour}{#1}} + {\ifthenelse{\value{userid} = 5}% + {\renewcommand{\TC@editorFive}{#1}} + {} + } + } + } + } +} + + +%% +%% --------------- define text colors for different users +\newcommand{\usercolor}{% + \ifthenelse{\value{userid} = 0}% + {\definecolor{UserColor}{rgb}{0.33,0.11,0.46}}% Purple + {\ifthenelse{\value{userid} = 1}% + {\definecolor{UserColor}{rgb}{0.1,0.1,0.8}}% Blue + {\ifthenelse{\value{userid} = 2}% + {\definecolor{UserColor}{rgb}{0.0,0.6,0.0}}% Green + {\ifthenelse{\value{userid} = 3}% + {\definecolor{UserColor}{rgb}{0.68,0.17,0.5}}% Magenta + {\ifthenelse{\value{userid} = 4}% + {\definecolor{UserColor}{rgb}{0.13,0.60,0.65}}% Cyan + {\ifthenelse{\value{userid} = 5}% + {\definecolor{UserColor}{rgb}{0.86,0.50,0.12}}% Orange + {\definecolor{UserColor}{rgb}{0.13,0.70,0.50}}% Teal + }% + }% + }% + }% + }% +} + + +%% +%% -------------- set counter userid according to editor +\newcommand{\matchuser}[1]{% + \ifthenelse{\equal{#1}{}}% + {\setcounter{userid}{0}}% + {\ifthenelse{\equal{#1}{\TC@editorOne}}% + {\setcounter{userid}{1}}% + {\ifthenelse{\equal{#1}{\TC@editorTwo}}% + {\setcounter{userid}{2}}% + {\ifthenelse{\equal{#1}{\TC@editorThree}}% + {\setcounter{userid}{3}}% + {\ifthenelse{\equal{#1}{\TC@editorFour}}% + {\setcounter{userid}{4}}% + {\ifthenelse{\equal{#1}{\TC@editorFive}}% + {\setcounter{userid}{5}}% + {\setcounter{userid}{-1}}% + }% + }% + }% + }% + }% + \usercolor% +} + +%% --------------- Setup a command for the user label. +\newcommand{\UserLabel}{} +%% +\newcommand{\GetUserLabel}[1]{% + \ifthenelse{\equal{#1}{}}% + {}% + {\userco{\textit{#1}:}}% +} + + +%% +%% --------------- define commands to color text. +%% The first command works properly across paragraphs. +%% The second works well with the footnote. +%% +%% The last two use the soul package. +\newcommand{\usertext}[1]{\color{UserColor}{#1}\normalcolor} +\newcommand{\usertextfoot}[1]{\textcolor{UserColor}{#1}} +\newcommand{\userco}[1]{\soulcolor{UserColor}{#1}} +\newcommand{\userst}[1]{\stcolor{UserColor}{#1}} +\newcommand{\userul}[1]{\ulcolor{UserColor}{#1}} + + +%% +%% --------------- define command for margin text. +\newcommand{\marginText}[2]{% + \renewcommand{\baselinestretch}{0.8}% + \marginpar{\raggedright% + \footnotesize% + \textsuperscript{\thefootnote}% + \UserLabel~#2% + }% +} + + +%% +%% --------------- This need to be called at the beginning of every command. +\newcommand{\trackingstart}[1]{% + % Set the ignores if the 'ignore' option was set. + \if@TCignoremode% + \TC@SetIgnores% + \fi% + \setcounter{storefootnote}{\value{footnote}}% + \refstepcounter{changenumber}% + \matchuser{#1}% + \ifthenelse{\value{userid} = -1}% + {\TC@WarningUnknownEditor{#1}}% + {}% + \renewcommand{\thefootnote}{\usertextfoot{c\arabic{changenumber}}}% + \setulcolor{UserColor}% + \renewcommand{\UserLabel}{\GetUserLabel{#1}}% +} + + +%% +%% --------------- This need to be called at the end of every command. +\newcommand{\trackingend}{% + \setcounter{footnote}{\value{storefootnote}}% + % Reset the ignores if the 'ignore' option was set. + \if@TCignoremode% + \TC@ResetIgnores% + \fi% +} + + +%% +%% --------------- Define the frontend command: \add +%% usage: \add[Editor]{new text} +\newcommand{\add}[2][]{% + \if@trackchanges% + \trackingstart{#1}% + \if@trackinmargins% + \textsuperscript{\thefootnote}% + \marginText{#1}{\userco{\textit{Text added.}}}% + \else% + \if@trackinline% + {\footnotesize\textsuperscript{\UserLabel}}% + \else% + \footnote{\UserLabel~\userco{\textit{Text added.}}}% + \fi% + \fi% + \usertext{\ul{#2}}% + \trackingend% + \else% + %% if trackchanges is false ... + \if@keepnew% + %% Keep the new text. + #2% + \fi% + %% if keepnew is false do nothing. + \fi% +} + + +%% +%% --------------- Define the frontend command: \remove +%% usage: \remove[Editor]{original text} +\newcommand{\remove}[2][]{% + \if@trackchanges% + \trackingstart{#1}% + \if@trackinmargins% + \textsuperscript{\thefootnote}% + \marginText{#1}{\userst{#2}}% + \else% + \if@trackinline% + {\footnotesize\textsuperscript{\UserLabel}\usertext{\st{#2}}}% + \else% + \footnote{\UserLabel~\userst{#2}}% + \fi% + \fi% + \trackingend% + \else% + %% if trackchanges is false ... + \if@keepnew% + %% Remove the old text. + \else + %% Keep the old text. + #2% + \fi% + \fi% +} + + +%% +%% --------------- Define the frontend command: \change +%% usage: \change[Editor]{original text}{new text} +\newcommand{\change}[3][]{% + \if@trackchanges% + \trackingstart{#1}% + \if@trackinmargins% + \textsuperscript{\thefootnote}% + \marginText{#1}{\userst{#2}}% + \else% + \if@trackinline% + {\footnotesize\textsuperscript{\UserLabel}\usertext{\st{#2}}}% + \else% + \footnote{\UserLabel~\userst{#2}}% + \fi% + \fi% + \usertext{\ul{#3}}% + \trackingend% + \else% + %% if trackchanges is false ... + \if@keepnew% + %% Keep the new text. + #3% + \else + %% Keep the old text. + #2% + \fi% + \fi% +} + + +%% +%% --------------- Define frontend command: \annonte +%% usage: \annote[Editor]{highlighted text}{note text} +\newcommand{\annote}[3][]{% + % Make the underlining thicker and higher. + \setul{1pt}{0.3ex}% + \if@trackchanges% + \trackingstart{#1}% + \if@trackinmargins% + \textsuperscript{\thefootnote}% + \marginText{#1}{\userco{#3}}% + \ul{#2}% + \else% + \if@trackinline% + {\footnotesize\textsuperscript{\UserLabel}}% + \ul{#2}% + {\footnotesize\usertext{~[#3]}}% + \else% + \footnote{\UserLabel~\userco{#3}}% + \ul{#2}% + \fi% + \fi% + \trackingend% + \else% + %% if trackchanges is false ... just print text. + #2% + \fi% + % Reset the underlineing + \resetul% +} + + +%% +%% --------------- Define frontend command: \note +%% usage: \note[Editor]{note text} +\newcommand{\note}[2][]{% + \if@trackchanges% + \trackingstart{#1}% + \if@trackinmargins% + \textsuperscript{\thefootnote}% + \marginText{#1}{\userco{#2}}% + \else% + \if@trackinline% + {\footnotesize\textsuperscript{\UserLabel}}% + {\footnotesize\usertext{~[#2]}}% + \else% + \footnote{\UserLabel~\userco{#2}}% + \fi% + \fi% + \trackingend% + \else% + %% if trackchanges is false ... do not print notes + \fi% +} + + +%% +%% --------------- Define frontend command: \refneeded +%% usage: \refneeded[Editor]{note text} +\newcommand{\refneeded}[2][]{% + \if@trackchanges% + \trackingstart{#1}% + \if@trackinmargins% + \textsuperscript{\thefootnote}% + \marginText{#1}{\userco{REFERENCE NEEDED #2}}% + \else% + \if@trackinline% + {\footnotesize\textsuperscript{\UserLabel}}% + \ifthenelse{\equal{#2}{}}% + {{\footnotesize\usertext{~[REFERENCE NEEDED]}}}% + {{\footnotesize\usertext{~[REFERENCE NEEDED #2]}}}% + \else% + \footnote{\UserLabel~\userco{REFERENCE NEEDED #2}}% + \fi% + \fi% + \trackingend% + \else% + %% if trackchanges is false ... do not print notes + \fi% +} + + +%% +%% -------------- Setup for margin notes. +\newcommand{\setupMarginpar}{ + \setlength{\marginparwidth}{\paperwidth} + \addtolength{\marginparwidth}{-1in} + \addtolength{\marginparwidth}{-\oddsidemargin} + \addtolength{\marginparwidth}{-\hoffset} + \addtolength{\marginparwidth}{-\textwidth} + \addtolength{\marginparwidth}{-\marginparsep} + \addtolength{\marginparwidth}{-5mm} +} +\newcommand{\setupMoveMargins}{ + \setlength{\oddsidemargin}{-1in} + \addtolength{\oddsidemargin}{0.5in} +} +\newcommand{\setupAdjustMargins}{ + \setlength{\textwidth}{0.5\paperwidth} +} +\newcommand{\setupMargins}{ + \if@movemargins + \setupMoveMargins{} + \fi + \if@adjustmargins + \setupAdjustMargins{} + \fi + % The Margins are setup using \AtBeginDocument. +} + +%% --------------- Check that conflicting packages are not loaded. +\def\TC@checkCompatibility{ + \ifx\uline\undefined + \else + \TC@WarningUlem + \fi +} + +%% ---------------- Setup for actions to be taken after the style file has been read. +\AtEndOfPackage{ + \if@trackchanges + \if@trackinmargins + \setupMargins{} + \else + \fi + \fi +} + +%% ---------------- Setup for actions to be taken after the preamble. +\AtBeginDocument{ + \TC@checkCompatibility + \TC@checkDepreciated + \if@trackchanges + \if@trackinmargins + \setupMarginpar + \else + \fi + \fi +} + +%% +%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% --------------- Setup for backwards compatibility with v0.6 +\newcommand{\initialsOne}{} +\newcommand{\initialsTwo}{} +\newcommand{\initialsThree}{} +\newcommand{\initialsFour}{} +\newcommand{\initialsFive}{} + +%% --------------- Check for depreciated options +\def\TC@checkDepreciated{ + \ifthenelse{\equal{\initialsOne}{}} + {}{\TC@WarningDepreciatedInitials + \addeditor{\initialsOne}} + \ifthenelse{\equal{\initialsTwo}{}} + {}{\TC@WarningDepreciatedInitials + \addeditor{\initialsTwo}} + \ifthenelse{\equal{\initialsThree}{}} + {}{\TC@WarningDepreciatedInitials + \addeditor{\initialsThree}} + \ifthenelse{\equal{\initialsFour}{}} + {}{\TC@WarningDepreciatedInitials + \addeditor{\initialsFour}} + \ifthenelse{\equal{\initialsFive}{}} + {}{\TC@WarningDepreciatedInitials + \addeditor{\initialsFive}} +} + +%% +%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% --------------- Setup warnings. +\newcommand{\TC@WarningTooManyEditors}{% + \PackageWarningNoLine{trackchanges}{% + A maximum of \arabic{maxeditors} editors are supported.\MessageBreak% + Changes made by additional editors will all have\MessageBreak% + the same color coding% + }% +} +\newcommand{\TC@WarningUnknownEditor}[1]{% + \PackageWarning{trackchanges}{% + Editor '#1' unknown.\MessageBreak% + }% +} +\newcommand{\TC@WarningUlem}{% + \PackageWarningNoLine{trackchanges}{% + TrackChanges is not compatable with the \MessageBreak% + 'ulem' package.\MessageBreak% + Use the 'soul' package instead% + }% +} +\newcommand{\TC@WarningDepreciatedInitials}{% + \PackageWarningNoLine{trackchanges}{% + The '\noexpand\renewcommand{\noexpand\initialsNum}{name}' commands\MessageBreak% + are depreciated.\MessageBreak% + Use '\noexpand\addeditor{name}' instead.'% + }% +} + + +%% +%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Below are a set of definitions to add an ignore list to the soul +%% package. +%% +%% This is not a default as it reimplements some of the internals of +%% the soul package. If a new version of soul were to come out +%% this stuff might break. +\if@TCignoremode + + +%% These two function allow us to turn on and off the ignore list. +%% This is so we don't mess up soul for anyone else. +\def\TC@SetIgnores{% + \let\SOUL@ignores\TC@ignores% +} +\def\TC@ResetIgnores{% + \let\SOUL@ignores\TC@emptyignores% +} + +\newtoks\TC@ignores +\newtoks\TC@emptyignores + +%% The commands are separated by \\. The first number is the +%% number of inputs for the command. The command name +%% is given next. The last number specifies which input to +%% pass through. If the last number is zero nothing will be +%% passed. + +\TC@ignores={% + \\2\textcolor{2}% + \\1\color{0}% + \\1\ul{1}% + \\1\st{1}% + \\1\hl{1}% + \\1\caps{1}% + \\1\so{1}% +} +\TC@emptyignores={} + +%% Initialize soul not to use the ignore list. +\let\SOUL@ignores\TC@emptyignores + +%% This is a way to register new ignores. +\def\tcignore#1#2#3{{% + \edef\x{\global\TC@ignores={\the\TC@ignores + \noexpand\\#2\noexpand#1#3}}\x +}} + + +%% Here I redefine \SOUL@dotoken. +%% The new version also checks for ignores. +\def\SOUL@dotoken#1{% + \def\SOUL@@{\SOUL@addtoken{#1}}% + \def\\##1##2{% + \edef\SOUL@x{\string#1}% + \edef\SOUL@n{\string##2}% + \ifx\SOUL@x\SOUL@n + \def\SOUL@@{\SOUL@docmd{##1}{#1}}% + \else + \edef\SOUL@n{\string##2\space}% + \ifx\SOUL@x\SOUL@n + \def\SOUL@@{\SOUL@docmd{##1}{#1}}% + \fi + \fi + }% + \the\SOUL@cmds + \def\\##1##2##3{% + \edef\SOUL@x{\string#1}% + \edef\SOUL@n{\string##2}% + \ifx\SOUL@x\SOUL@n + \def\SOUL@@{\SOUL@doignore{##1}{#1}{##3}}% + \else + \edef\SOUL@n{\string##2\space}% + \ifx\SOUL@x\SOUL@n + \def\SOUL@@{\SOUL@doignore{##1}{#1}{##3}}% + \fi + \fi + }% + \the\SOUL@ignores% + \SOUL@@ +} + +%% This is where the actual ignoring is done. +\def\SOUL@doignore#1#2#3{% + \ifx2#1% + \SOUL@doword% + \def\SOUL@@##1##2{% + \ifx1#3% + \SOUL@do{##1}% + \else\ifx2#3% + \SOUL@do{##2}% + \fi\fi% + \SOUL@scan% + }% + \else\ifx1#1% + \SOUL@doword% + \def\SOUL@@##1{% + \ifx1#3% + \SOUL@do{##1}% + \fi% + \SOUL@scan% + }% + \else + \SOUL@doword + \let\SOUL@@\SOUL@scan + \fi\fi + \SOUL@@ +} + +\fi + +%% +%% +%% End of file trackchanges.sty diff --git a/_freeze/index/execute-results/docx.json b/_freeze/index/execute-results/docx.json new file mode 100644 index 0000000..2c19fb4 --- /dev/null +++ b/_freeze/index/execute-results/docx.json @@ -0,0 +1,16 @@ +{ + "hash": "495a88a39f8524ef7fcceeead8f29b7c", + "result": { + "markdown": "---\ntitle: La Palma Earthquakes\nauthor:\n - name: Steve Purves\n orcid: 0000-0002-0760-5497\n corresponding: true\n email: steve@curvenote.com\n roles:\n - Investigation\n - Project administration\n - Software\n - Visualization\n affiliations:\n - Curvenote\n - name: Rowan Cockett\n orcid: 0000-0002-7859-8394\n corresponding: false\n roles: []\n affiliations:\n - Curvenote\nkeywords:\n - La Palma\n - Earthquakes\nabstract: |\n In September 2021, a significant jump in seismic activity on the island of La Palma (Canary Islands, Spain) signaled the start of a volcanic crisis that still continues at the time of writing. Earthquake data is continually collected and published by the Instituto Geográphico Nacional (IGN). ...\nplain-language-summary: |\n Earthquake data for the island of La Palma from the September 2021 eruption is found ...\nkey-points:\n - A web scraping script was developed to pull data from the Instituto Geogràphico Nacional into a machine-readable form for analysis\n - Earthquake events on La Palma are consistent with the presence of both mantle and crustal reservoirs.\ndate: last-modified\nbibliography: references.bib\ncitation:\n container-title: Earth and Space Science\nnumber-sections: true\n---\n\n\n\n## Introduction\n\n\n\n::: {.cell warning.hidden='true' message.hidden='true'}\n\n```{.r .cell-code .hidden}\neruptions <- c(1492, 1585, 1646, 1677, 1712, 1949, 1971, 2021)\nn_eruptions <- length(eruptions)\n```\n:::\n\n::: {#cell-fig-timeline .cell warning.hidden='true' message.hidden='true'}\n\n```{.r .cell-code .hidden}\npar(mar = c(3, 1, 1, 1) + 0.1)\nplot(eruptions, rep(0, n_eruptions), \n pch = \"|\", axes = FALSE)\naxis(1)\nbox()\n```\n\n::: {.cell-output-display}\n![Timeline of recent earthquakes on La Palma](index_files/figure-docx/fig-timeline-1.png){#fig-timeline fig-alt='An event plot of the years of the last 8 eruptions on La Palma.'}\n:::\n:::\n\n::: {.cell warning.hidden='true' message.hidden='true'}\n\n```{.r .cell-code .hidden}\navg_years_between_eruptions <- mean(diff(eruptions[-n_eruptions]))\navg_years_between_eruptions\n```\n\n::: {.cell-output .cell-output-stdout .hidden}\n\n```\n[1] 79.83333\n```\n\n\n:::\n:::\n\n\n\nBased on data up to and including 1971, eruptions on La Palma happen every 79.8 years on average.\n\nStudies of the magma systems feeding the volcano, such as @marrero2019, have proposed that there are two main magma reservoirs feeding the Cumbre Vieja volcano; one in the mantle (30-40km depth) which charges and in turn feeds a shallower crustal reservoir (10-20km depth).\n\nEight eruptions have been recorded since the late 1400s (@fig-timeline).\n\nData and methods are discussed in @sec-data-methods.\n\nLet $x$ denote the number of eruptions in a year. Then, $x$ can be modeled by a Poisson distribution\n\n$$\np(x) = \\frac{e^{-\\lambda} \\lambda^{x}}{x !}\n$$ {#eq-poisson}\n\nwhere $\\lambda$ is the rate of eruptions per year. Using @eq-poisson, the probability of an eruption in the next $t$ years can be calculated.\n\n| Name | Year |\n| -------------------- | ------ |\n| Current | 2021 |\n| Teneguía | 1971 |\n| Nambroque | 1949 |\n| El Charco | 1712 |\n| Volcán San Antonio | 1677 |\n| Volcán San Martin | 1646 |\n| Tajuya near El Paso | 1585 |\n| Montaña Quemada | 1492 |\n\n: Recent historic eruptions on La Palma {#tbl-history}\n\n@tbl-history summarises the eruptions recorded since the colonization of the islands by Europeans in the late 1400s.\n\n![Map of La Palma](images/la-palma-map.png){#fig-map}\n\nLa Palma is one of the west most islands in the Volcanic Archipelago of the Canary Islands (@fig-map). \n\n\n\n{{< embed notebooks/explore-earthquakes.qmd#fig-spatial-plot >}}\n\n\n\n\n\n@fig-spatial-plot shows the location of recent Earthquakes on La Palma.\n\n## Data & Methods {#sec-data-methods}\n\n## Conclusion\n\n## References {.unnumbered}\n\n:::{#refs}\n\n:::", + "supporting": [ + "index_files/figure-docx" + ], + "filters": [ + "rmarkdown/pagebreak.lua" + ], + "includes": {}, + "engineDependencies": {}, + "preserve": null, + "postProcess": false + } +} \ No newline at end of file diff --git a/_freeze/index/execute-results/html.json b/_freeze/index/execute-results/html.json new file mode 100644 index 0000000..46cf628 --- /dev/null +++ b/_freeze/index/execute-results/html.json @@ -0,0 +1,16 @@ +{ + "hash": "495a88a39f8524ef7fcceeead8f29b7c", + "result": { + "markdown": "---\ntitle: La Palma Earthquakes\nauthor:\n - name: Steve Purves\n orcid: 0000-0002-0760-5497\n corresponding: true\n email: steve@curvenote.com\n roles:\n - Investigation\n - Project administration\n - Software\n - Visualization\n affiliations:\n - Curvenote\n - name: Rowan Cockett\n orcid: 0000-0002-7859-8394\n corresponding: false\n roles: []\n affiliations:\n - Curvenote\nkeywords:\n - La Palma\n - Earthquakes\nabstract: |\n In September 2021, a significant jump in seismic activity on the island of La Palma (Canary Islands, Spain) signaled the start of a volcanic crisis that still continues at the time of writing. Earthquake data is continually collected and published by the Instituto Geográphico Nacional (IGN). ...\nplain-language-summary: |\n Earthquake data for the island of La Palma from the September 2021 eruption is found ...\nkey-points:\n - A web scraping script was developed to pull data from the Instituto Geogràphico Nacional into a machine-readable form for analysis\n - Earthquake events on La Palma are consistent with the presence of both mantle and crustal reservoirs.\ndate: last-modified\nbibliography: references.bib\ncitation:\n container-title: Earth and Space Science\nnumber-sections: true\n---\n\n\n## Introduction\n\n\n::: {.cell warning.hidden='true' message.hidden='true'}\n\n```{.r .cell-code .hidden}\neruptions <- c(1492, 1585, 1646, 1677, 1712, 1949, 1971, 2021)\nn_eruptions <- length(eruptions)\n```\n:::\n\n::: {#cell-fig-timeline .cell warning.hidden='true' message.hidden='true'}\n\n```{.r .cell-code .hidden}\npar(mar = c(3, 1, 1, 1) + 0.1)\nplot(eruptions, rep(0, n_eruptions), \n pch = \"|\", axes = FALSE)\naxis(1)\nbox()\n```\n\n::: {.cell-output-display}\n![Timeline of recent earthquakes on La Palma](index_files/figure-html/fig-timeline-1.png){#fig-timeline fig-alt='An event plot of the years of the last 8 eruptions on La Palma.' width=576}\n:::\n:::\n\n::: {.cell warning.hidden='true' message.hidden='true'}\n\n```{.r .cell-code .hidden}\navg_years_between_eruptions <- mean(diff(eruptions[-n_eruptions]))\navg_years_between_eruptions\n```\n\n::: {.cell-output .cell-output-stdout .hidden}\n\n```\n[1] 79.83333\n```\n\n\n:::\n:::\n\n\nBased on data up to and including 1971, eruptions on La Palma happen every 79.8 years on average.\n\nStudies of the magma systems feeding the volcano, such as @marrero2019, have proposed that there are two main magma reservoirs feeding the Cumbre Vieja volcano; one in the mantle (30-40km depth) which charges and in turn feeds a shallower crustal reservoir (10-20km depth).\n\nEight eruptions have been recorded since the late 1400s (@fig-timeline).\n\nData and methods are discussed in @sec-data-methods.\n\nLet $x$ denote the number of eruptions in a year. Then, $x$ can be modeled by a Poisson distribution\n\n$$\np(x) = \\frac{e^{-\\lambda} \\lambda^{x}}{x !}\n$$ {#eq-poisson}\n\nwhere $\\lambda$ is the rate of eruptions per year. Using @eq-poisson, the probability of an eruption in the next $t$ years can be calculated.\n\n| Name | Year |\n| -------------------- | ------ |\n| Current | 2021 |\n| Teneguía | 1971 |\n| Nambroque | 1949 |\n| El Charco | 1712 |\n| Volcán San Antonio | 1677 |\n| Volcán San Martin | 1646 |\n| Tajuya near El Paso | 1585 |\n| Montaña Quemada | 1492 |\n\n: Recent historic eruptions on La Palma {#tbl-history}\n\n@tbl-history summarises the eruptions recorded since the colonization of the islands by Europeans in the late 1400s.\n\n![Map of La Palma](images/la-palma-map.png){#fig-map}\n\nLa Palma is one of the west most islands in the Volcanic Archipelago of the Canary Islands (@fig-map). \n\n\n{{< embed notebooks/explore-earthquakes.qmd#fig-spatial-plot >}}\n\n\n\n@fig-spatial-plot shows the location of recent Earthquakes on La Palma.\n\n## Data & Methods {#sec-data-methods}\n\n## Conclusion\n\n## References {.unnumbered}\n\n:::{#refs}\n\n:::", + "supporting": [ + "index_files" + ], + "filters": [ + "rmarkdown/pagebreak.lua" + ], + "includes": {}, + "engineDependencies": {}, + "preserve": {}, + "postProcess": true + } +} \ No newline at end of file diff --git a/_freeze/index/execute-results/tex.json b/_freeze/index/execute-results/tex.json new file mode 100644 index 0000000..eb88351 --- /dev/null +++ b/_freeze/index/execute-results/tex.json @@ -0,0 +1,16 @@ +{ + "hash": "495a88a39f8524ef7fcceeead8f29b7c", + "result": { + "markdown": "---\ntitle: La Palma Earthquakes\nauthor:\n - name: Steve Purves\n orcid: 0000-0002-0760-5497\n corresponding: true\n email: steve@curvenote.com\n roles:\n - Investigation\n - Project administration\n - Software\n - Visualization\n affiliations:\n - Curvenote\n - name: Rowan Cockett\n orcid: 0000-0002-7859-8394\n corresponding: false\n roles: []\n affiliations:\n - Curvenote\nkeywords:\n - La Palma\n - Earthquakes\nabstract: |\n In September 2021, a significant jump in seismic activity on the island of La Palma (Canary Islands, Spain) signaled the start of a volcanic crisis that still continues at the time of writing. Earthquake data is continually collected and published by the Instituto Geográphico Nacional (IGN). ...\nplain-language-summary: |\n Earthquake data for the island of La Palma from the September 2021 eruption is found ...\nkey-points:\n - A web scraping script was developed to pull data from the Instituto Geogràphico Nacional into a machine-readable form for analysis\n - Earthquake events on La Palma are consistent with the presence of both mantle and crustal reservoirs.\ndate: last-modified\nbibliography: references.bib\ncitation:\n container-title: Earth and Space Science\nnumber-sections: true\n---\n\n\n\n\n\n## Introduction\n\n\n\n\n\n::: {.cell warning.hidden='true' message.hidden='true'}\n\n```{.r .cell-code .hidden}\neruptions <- c(1492, 1585, 1646, 1677, 1712, 1949, 1971, 2021)\nn_eruptions <- length(eruptions)\n```\n:::\n\n::: {#cell-fig-timeline .cell warning.hidden='true' message.hidden='true'}\n\n```{.r .cell-code .hidden}\npar(mar = c(3, 1, 1, 1) + 0.1)\nplot(eruptions, rep(0, n_eruptions), \n pch = \"|\", axes = FALSE)\naxis(1)\nbox()\n```\n\n::: {.cell-output-display}\n![Timeline of recent earthquakes on La Palma](index_files/figure-pdf/fig-timeline-1.pdf){#fig-timeline fig-pos='H' fig-alt='An event plot of the years of the last 8 eruptions on La Palma.'}\n:::\n:::\n\n::: {.cell warning.hidden='true' message.hidden='true'}\n\n```{.r .cell-code .hidden}\navg_years_between_eruptions <- mean(diff(eruptions[-n_eruptions]))\navg_years_between_eruptions\n```\n\n::: {.cell-output .cell-output-stdout .hidden}\n\n```\n[1] 79.83333\n```\n\n\n:::\n:::\n\n\n\n\n\nBased on data up to and including 1971, eruptions on La Palma happen every 79.8 years on average.\n\nStudies of the magma systems feeding the volcano, such as @marrero2019, have proposed that there are two main magma reservoirs feeding the Cumbre Vieja volcano; one in the mantle (30-40km depth) which charges and in turn feeds a shallower crustal reservoir (10-20km depth).\n\nEight eruptions have been recorded since the late 1400s (@fig-timeline).\n\nData and methods are discussed in @sec-data-methods.\n\nLet $x$ denote the number of eruptions in a year. Then, $x$ can be modeled by a Poisson distribution\n\n$$\np(x) = \\frac{e^{-\\lambda} \\lambda^{x}}{x !}\n$$ {#eq-poisson}\n\nwhere $\\lambda$ is the rate of eruptions per year. Using @eq-poisson, the probability of an eruption in the next $t$ years can be calculated.\n\n| Name | Year |\n| -------------------- | ------ |\n| Current | 2021 |\n| Teneguía | 1971 |\n| Nambroque | 1949 |\n| El Charco | 1712 |\n| Volcán San Antonio | 1677 |\n| Volcán San Martin | 1646 |\n| Tajuya near El Paso | 1585 |\n| Montaña Quemada | 1492 |\n\n: Recent historic eruptions on La Palma {#tbl-history}\n\n@tbl-history summarises the eruptions recorded since the colonization of the islands by Europeans in the late 1400s.\n\n![Map of La Palma](images/la-palma-map.png){#fig-map}\n\nLa Palma is one of the west most islands in the Volcanic Archipelago of the Canary Islands (@fig-map). \n\n\n\n\n\n{{< embed notebooks/explore-earthquakes.qmd#fig-spatial-plot >}}\n\n\n\n\n\n\n\n\n\n@fig-spatial-plot shows the location of recent Earthquakes on La Palma.\n\n## Data & Methods {#sec-data-methods}\n\n## Conclusion\n\n## References {.unnumbered}\n\n:::{#refs}\n\n:::", + "supporting": [ + "index_files/figure-pdf" + ], + "filters": [ + "rmarkdown/pagebreak.lua" + ], + "includes": {}, + "engineDependencies": {}, + "preserve": null, + "postProcess": false + } +} \ No newline at end of file diff --git a/_freeze/index/execute-results/xml.json b/_freeze/index/execute-results/xml.json new file mode 100644 index 0000000..38b93f6 --- /dev/null +++ b/_freeze/index/execute-results/xml.json @@ -0,0 +1,16 @@ +{ + "hash": "495a88a39f8524ef7fcceeead8f29b7c", + "result": { + "markdown": "---\ntitle: La Palma Earthquakes\nauthor:\n - name: Steve Purves\n orcid: 0000-0002-0760-5497\n corresponding: true\n email: steve@curvenote.com\n roles:\n - Investigation\n - Project administration\n - Software\n - Visualization\n affiliations:\n - Curvenote\n - name: Rowan Cockett\n orcid: 0000-0002-7859-8394\n corresponding: false\n roles: []\n affiliations:\n - Curvenote\nkeywords:\n - La Palma\n - Earthquakes\nabstract: |\n In September 2021, a significant jump in seismic activity on the island of La Palma (Canary Islands, Spain) signaled the start of a volcanic crisis that still continues at the time of writing. Earthquake data is continually collected and published by the Instituto Geográphico Nacional (IGN). ...\nplain-language-summary: |\n Earthquake data for the island of La Palma from the September 2021 eruption is found ...\nkey-points:\n - A web scraping script was developed to pull data from the Instituto Geogràphico Nacional into a machine-readable form for analysis\n - Earthquake events on La Palma are consistent with the presence of both mantle and crustal reservoirs.\ndate: last-modified\nbibliography: references.bib\ncitation:\n container-title: Earth and Space Science\nnumber-sections: true\n---\n\n\n\n\n## Introduction\n\n\n\n\n::: {.cell warning.hidden='true' message.hidden='true'}\n\n```{.r .cell-code .hidden}\neruptions <- c(1492, 1585, 1646, 1677, 1712, 1949, 1971, 2021)\nn_eruptions <- length(eruptions)\n```\n:::\n\n::: {#cell-fig-timeline .cell warning.hidden='true' message.hidden='true'}\n\n```{.r .cell-code .hidden}\npar(mar = c(3, 1, 1, 1) + 0.1)\nplot(eruptions, rep(0, n_eruptions), \n pch = \"|\", axes = FALSE)\naxis(1)\nbox()\n```\n\n::: {.cell-output-display}\n![Timeline of recent earthquakes on La Palma](index_files/figure-jats/fig-timeline-1.png){#fig-timeline fig-alt='An event plot of the years of the last 8 eruptions on La Palma.'}\n:::\n:::\n\n::: {.cell warning.hidden='true' message.hidden='true'}\n\n```{.r .cell-code .hidden}\navg_years_between_eruptions <- mean(diff(eruptions[-n_eruptions]))\navg_years_between_eruptions\n```\n\n::: {.cell-output .cell-output-stdout .hidden}\n\n```\n[1] 79.83333\n```\n\n\n:::\n:::\n\n\n\n\nBased on data up to and including 1971, eruptions on La Palma happen every 79.8 years on average.\n\nStudies of the magma systems feeding the volcano, such as @marrero2019, have proposed that there are two main magma reservoirs feeding the Cumbre Vieja volcano; one in the mantle (30-40km depth) which charges and in turn feeds a shallower crustal reservoir (10-20km depth).\n\nEight eruptions have been recorded since the late 1400s (@fig-timeline).\n\nData and methods are discussed in @sec-data-methods.\n\nLet $x$ denote the number of eruptions in a year. Then, $x$ can be modeled by a Poisson distribution\n\n$$\np(x) = \\frac{e^{-\\lambda} \\lambda^{x}}{x !}\n$$ {#eq-poisson}\n\nwhere $\\lambda$ is the rate of eruptions per year. Using @eq-poisson, the probability of an eruption in the next $t$ years can be calculated.\n\n| Name | Year |\n| -------------------- | ------ |\n| Current | 2021 |\n| Teneguía | 1971 |\n| Nambroque | 1949 |\n| El Charco | 1712 |\n| Volcán San Antonio | 1677 |\n| Volcán San Martin | 1646 |\n| Tajuya near El Paso | 1585 |\n| Montaña Quemada | 1492 |\n\n: Recent historic eruptions on La Palma {#tbl-history}\n\n@tbl-history summarises the eruptions recorded since the colonization of the islands by Europeans in the late 1400s.\n\n![Map of La Palma](images/la-palma-map.png){#fig-map}\n\nLa Palma is one of the west most islands in the Volcanic Archipelago of the Canary Islands (@fig-map). \n\n\n\n\n{{< embed notebooks/explore-earthquakes.qmd#fig-spatial-plot >}}\n\n\n\n\n\n\n\n@fig-spatial-plot shows the location of recent Earthquakes on La Palma.\n\n## Data & Methods {#sec-data-methods}\n\n## Conclusion\n\n## References {.unnumbered}\n\n:::{#refs}\n\n:::", + "supporting": [ + "index_files/figure-jats" + ], + "filters": [ + "rmarkdown/pagebreak.lua" + ], + "includes": {}, + "engineDependencies": {}, + "preserve": null, + "postProcess": false + } +} \ No newline at end of file diff --git a/_freeze/index/figure-docx/fig-spatial-plot-output-1.png b/_freeze/index/figure-docx/fig-spatial-plot-output-1.png new file mode 100644 index 0000000..633be63 Binary files /dev/null and b/_freeze/index/figure-docx/fig-spatial-plot-output-1.png differ diff --git a/_freeze/index/figure-docx/fig-timeline-1.png b/_freeze/index/figure-docx/fig-timeline-1.png new file mode 100644 index 0000000..4ddf4f7 Binary files /dev/null and b/_freeze/index/figure-docx/fig-timeline-1.png differ diff --git a/_freeze/index/figure-html/fig-spatial-plot-output-1.png b/_freeze/index/figure-html/fig-spatial-plot-output-1.png new file mode 100644 index 0000000..633be63 Binary files /dev/null and b/_freeze/index/figure-html/fig-spatial-plot-output-1.png differ diff --git a/_freeze/index/figure-html/fig-timeline-1.png b/_freeze/index/figure-html/fig-timeline-1.png new file mode 100644 index 0000000..82baced Binary files /dev/null and b/_freeze/index/figure-html/fig-timeline-1.png differ diff --git a/_freeze/index/figure-ipynb/fig-spatial-plot-output-1.png b/_freeze/index/figure-ipynb/fig-spatial-plot-output-1.png new file mode 100644 index 0000000..633be63 Binary files /dev/null and b/_freeze/index/figure-ipynb/fig-spatial-plot-output-1.png differ diff --git a/_freeze/index/figure-jats/fig-spatial-plot-output-1.png b/_freeze/index/figure-jats/fig-spatial-plot-output-1.png new file mode 100644 index 0000000..633be63 Binary files /dev/null and b/_freeze/index/figure-jats/fig-spatial-plot-output-1.png differ diff --git a/_freeze/index/figure-jats/fig-timeline-1.png b/_freeze/index/figure-jats/fig-timeline-1.png new file mode 100644 index 0000000..4ddf4f7 Binary files /dev/null and b/_freeze/index/figure-jats/fig-timeline-1.png differ diff --git a/_freeze/index/figure-pdf/fig-timeline-1.pdf b/_freeze/index/figure-pdf/fig-timeline-1.pdf new file mode 100644 index 0000000..b9431d8 Binary files /dev/null and b/_freeze/index/figure-pdf/fig-timeline-1.pdf differ diff --git a/_freeze/notebooks/explore-earthquakes/execute-results/html.json b/_freeze/notebooks/explore-earthquakes/execute-results/html.json new file mode 100644 index 0000000..618a775 --- /dev/null +++ b/_freeze/notebooks/explore-earthquakes/execute-results/html.json @@ -0,0 +1,16 @@ +{ + "hash": "bf2dd7dd143e10c09c8bbd562f84cac2", + "result": { + "markdown": "---\ntitle: Explore Earthquakes\nauthor: Charlotte Wickham\n---\n\n::: {.cell warning.hidden='true' message.hidden='true'}\n\n```{.r .cell-code .hidden}\nlibrary(tidyverse)\n```\n\n::: {.cell-output .cell-output-stderr .hidden}\n\n```\n── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──\n✔ dplyr 1.1.3 ✔ readr 2.1.4\n✔ forcats 1.0.0 ✔ stringr 1.5.0\n✔ ggplot2 3.4.3 ✔ tibble 3.2.1\n✔ lubridate 1.9.2 ✔ tidyr 1.3.0\n✔ purrr 1.0.2 \n── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──\n✖ dplyr::filter() masks stats::filter()\n✖ dplyr::lag() masks stats::lag()\nℹ Use the conflicted package () to force all conflicts to become errors\n```\n\n\n:::\n:::\n\n\n\nRead a clean version of data:\n\n\n::: {.cell warning.hidden='true' message.hidden='true'}\n\n```{.r .cell-code .hidden}\nla_palma <- read_csv(\"la-palma.csv\")\n```\n\n::: {.cell-output .cell-output-stderr .hidden}\n\n```\nRows: 11347 Columns: 5\n── Column specification ────────────────────────────────────────────────────────\nDelimiter: \",\"\ndbl (4): Longitude, Latitude, Depth(km), Magnitude\ndttm (1): DateTime\n\nℹ Use `spec()` to retrieve the full column specification for this data.\nℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.\n```\n\n\n:::\n:::\n\n\nCreate spatial plot:\n\n\n::: {#cell-fig-spatial-plot .cell warning.hidden='true' message.hidden='true'}\n\n```{.r .cell-code .hidden}\n#| label: fig-spatial-plot\n#| fig-cap: \"Locations of earthquakes on La Palma since 2017\"\n#| fig-alt: \"A scatterplot of earthquake locations plotting latitude\n#| against longitude.\"\nla_palma |> \n ggplot(aes(Longitude, Latitude)) +\n geom_point(aes(color = Magnitude, size = 40-`Depth(km)`)) +\n scale_color_viridis_c(direction = -1) + \n scale_size(range = c(0.5, 2), guide = \"none\") +\n theme_bw()\n```\n\n::: {.cell-output-display}\n![Locations of earthquakes on La Palma since 2017](explore-earthquakes_files/figure-html/fig-spatial-plot-1.png){#fig-spatial-plot fig-alt='A scatterplot of earthquake locations plotting latitude against longitude.' width=672}\n:::\n:::\n", + "supporting": [ + "explore-earthquakes_files" + ], + "filters": [ + "rmarkdown/pagebreak.lua" + ], + "includes": {}, + "engineDependencies": {}, + "preserve": {}, + "postProcess": true + } +} \ No newline at end of file diff --git a/_freeze/notebooks/explore-earthquakes/execute-results/xml.json b/_freeze/notebooks/explore-earthquakes/execute-results/xml.json new file mode 100644 index 0000000..e838920 --- /dev/null +++ b/_freeze/notebooks/explore-earthquakes/execute-results/xml.json @@ -0,0 +1,16 @@ +{ + "hash": "bf2dd7dd143e10c09c8bbd562f84cac2", + "result": { + "markdown": "---\ntitle: Explore Earthquakes\nauthor: Charlotte Wickham\n---\n\n::: {.cell warning.hidden='true' message.hidden='true'}\n\n```{.r .cell-code .hidden}\nlibrary(tidyverse)\n```\n\n::: {.cell-output .cell-output-stderr .hidden}\n\n```\n── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──\n✔ dplyr 1.1.3 ✔ readr 2.1.4\n✔ forcats 1.0.0 ✔ stringr 1.5.0\n✔ ggplot2 3.4.3 ✔ tibble 3.2.1\n✔ lubridate 1.9.2 ✔ tidyr 1.3.0\n✔ purrr 1.0.2 \n── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──\n✖ dplyr::filter() masks stats::filter()\n✖ dplyr::lag() masks stats::lag()\nℹ Use the conflicted package () to force all conflicts to become errors\n```\n\n\n:::\n:::\n\n\n\n\n\nRead a clean version of data:\n\n\n\n\n::: {.cell warning.hidden='true' message.hidden='true'}\n\n```{.r .cell-code .hidden}\nla_palma <- read_csv(\"la-palma.csv\")\n```\n\n::: {.cell-output .cell-output-stderr .hidden}\n\n```\nRows: 11347 Columns: 5\n── Column specification ────────────────────────────────────────────────────────\nDelimiter: \",\"\ndbl (4): Longitude, Latitude, Depth(km), Magnitude\ndttm (1): DateTime\n\nℹ Use `spec()` to retrieve the full column specification for this data.\nℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.\n```\n\n\n:::\n:::\n\n\n\n\nCreate spatial plot:\n\n\n\n\n::: {#cell-fig-spatial-plot .cell warning.hidden='true' message.hidden='true'}\n\n```{.r .cell-code .hidden}\n#| label: fig-spatial-plot\n#| fig-cap: \"Locations of earthquakes on La Palma since 2017\"\n#| fig-alt: \"A scatterplot of earthquake locations plotting latitude\n#| against longitude.\"\nla_palma |> \n ggplot(aes(Longitude, Latitude)) +\n geom_point(aes(color = Magnitude, size = 40-`Depth(km)`)) +\n scale_color_viridis_c(direction = -1) + \n scale_size(range = c(0.5, 2), guide = \"none\") +\n theme_bw()\n```\n\n::: {.cell-output-display}\n![Locations of earthquakes on La Palma since 2017](explore-earthquakes_files/figure-jats/fig-spatial-plot-1.png){#fig-spatial-plot fig-alt='A scatterplot of earthquake locations plotting latitude against longitude.'}\n:::\n:::\n", + "supporting": [ + "explore-earthquakes_files/figure-jats" + ], + "filters": [ + "rmarkdown/pagebreak.lua" + ], + "includes": {}, + "engineDependencies": {}, + "preserve": null, + "postProcess": false + } +} \ No newline at end of file diff --git a/_freeze/notebooks/explore-earthquakes/figure-html/fig-spatial-plot-1.png b/_freeze/notebooks/explore-earthquakes/figure-html/fig-spatial-plot-1.png new file mode 100644 index 0000000..633be63 Binary files /dev/null and b/_freeze/notebooks/explore-earthquakes/figure-html/fig-spatial-plot-1.png differ diff --git a/_freeze/notebooks/explore-earthquakes/figure-jats/fig-spatial-plot-1.png b/_freeze/notebooks/explore-earthquakes/figure-jats/fig-spatial-plot-1.png new file mode 100644 index 0000000..7072d3b Binary files /dev/null and b/_freeze/notebooks/explore-earthquakes/figure-jats/fig-spatial-plot-1.png differ diff --git a/_freeze/site_libs/bootstrap/bootstrap-icons.css b/_freeze/site_libs/bootstrap/bootstrap-icons.css new file mode 100644 index 0000000..285e444 --- /dev/null +++ b/_freeze/site_libs/bootstrap/bootstrap-icons.css @@ -0,0 +1,2078 @@ +/*! + * Bootstrap Icons v1.11.1 (https://icons.getbootstrap.com/) + * Copyright 2019-2023 The Bootstrap Authors + * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE) + */ + +@font-face { + font-display: block; + font-family: "bootstrap-icons"; + src: +url("./bootstrap-icons.woff?2820a3852bdb9a5832199cc61cec4e65") format("woff"); +} + +.bi::before, +[class^="bi-"]::before, +[class*=" bi-"]::before { + display: inline-block; + font-family: bootstrap-icons !important; + font-style: normal; + font-weight: normal !important; + font-variant: normal; + text-transform: none; + line-height: 1; + vertical-align: -.125em; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.bi-123::before { content: "\f67f"; } +.bi-alarm-fill::before { content: "\f101"; } +.bi-alarm::before { content: "\f102"; } +.bi-align-bottom::before { content: "\f103"; } +.bi-align-center::before { content: "\f104"; } +.bi-align-end::before { content: "\f105"; } +.bi-align-middle::before { content: "\f106"; } +.bi-align-start::before { content: "\f107"; } +.bi-align-top::before { content: "\f108"; } +.bi-alt::before { content: "\f109"; } +.bi-app-indicator::before { content: "\f10a"; } +.bi-app::before { content: "\f10b"; } +.bi-archive-fill::before { content: "\f10c"; } +.bi-archive::before { content: "\f10d"; } +.bi-arrow-90deg-down::before { content: "\f10e"; } +.bi-arrow-90deg-left::before { content: "\f10f"; } +.bi-arrow-90deg-right::before { content: "\f110"; } +.bi-arrow-90deg-up::before { content: "\f111"; } +.bi-arrow-bar-down::before { content: "\f112"; } +.bi-arrow-bar-left::before { content: "\f113"; } +.bi-arrow-bar-right::before { content: "\f114"; } +.bi-arrow-bar-up::before { content: "\f115"; } +.bi-arrow-clockwise::before { content: "\f116"; } +.bi-arrow-counterclockwise::before { content: "\f117"; } +.bi-arrow-down-circle-fill::before { content: "\f118"; } +.bi-arrow-down-circle::before { content: "\f119"; } +.bi-arrow-down-left-circle-fill::before { content: "\f11a"; } +.bi-arrow-down-left-circle::before { content: "\f11b"; } +.bi-arrow-down-left-square-fill::before { content: "\f11c"; } +.bi-arrow-down-left-square::before { content: "\f11d"; } +.bi-arrow-down-left::before { content: "\f11e"; } +.bi-arrow-down-right-circle-fill::before { content: "\f11f"; } +.bi-arrow-down-right-circle::before { content: "\f120"; } +.bi-arrow-down-right-square-fill::before { content: "\f121"; } +.bi-arrow-down-right-square::before { content: "\f122"; } +.bi-arrow-down-right::before { content: "\f123"; } +.bi-arrow-down-short::before { content: "\f124"; } +.bi-arrow-down-square-fill::before { content: "\f125"; } +.bi-arrow-down-square::before { content: "\f126"; } +.bi-arrow-down-up::before { content: "\f127"; } +.bi-arrow-down::before { content: "\f128"; } +.bi-arrow-left-circle-fill::before { content: "\f129"; } +.bi-arrow-left-circle::before { content: "\f12a"; } +.bi-arrow-left-right::before { content: "\f12b"; } +.bi-arrow-left-short::before { content: "\f12c"; } +.bi-arrow-left-square-fill::before { content: "\f12d"; } +.bi-arrow-left-square::before { content: "\f12e"; } +.bi-arrow-left::before { content: "\f12f"; } +.bi-arrow-repeat::before { content: "\f130"; } +.bi-arrow-return-left::before { content: "\f131"; } +.bi-arrow-return-right::before { content: "\f132"; } +.bi-arrow-right-circle-fill::before { content: "\f133"; } +.bi-arrow-right-circle::before { content: "\f134"; } +.bi-arrow-right-short::before { content: "\f135"; } +.bi-arrow-right-square-fill::before { content: "\f136"; } +.bi-arrow-right-square::before { content: "\f137"; } +.bi-arrow-right::before { content: "\f138"; } +.bi-arrow-up-circle-fill::before { content: "\f139"; } +.bi-arrow-up-circle::before { content: "\f13a"; } +.bi-arrow-up-left-circle-fill::before { content: "\f13b"; } +.bi-arrow-up-left-circle::before { content: "\f13c"; } +.bi-arrow-up-left-square-fill::before { content: "\f13d"; } +.bi-arrow-up-left-square::before { content: "\f13e"; } +.bi-arrow-up-left::before { content: "\f13f"; } +.bi-arrow-up-right-circle-fill::before { content: "\f140"; } +.bi-arrow-up-right-circle::before { content: "\f141"; } +.bi-arrow-up-right-square-fill::before { content: "\f142"; } +.bi-arrow-up-right-square::before { content: "\f143"; } +.bi-arrow-up-right::before { content: "\f144"; } +.bi-arrow-up-short::before { content: "\f145"; } +.bi-arrow-up-square-fill::before { content: "\f146"; } +.bi-arrow-up-square::before { content: "\f147"; } +.bi-arrow-up::before { content: "\f148"; } +.bi-arrows-angle-contract::before { content: "\f149"; } +.bi-arrows-angle-expand::before { content: "\f14a"; } +.bi-arrows-collapse::before { content: "\f14b"; } +.bi-arrows-expand::before { content: "\f14c"; } +.bi-arrows-fullscreen::before { content: "\f14d"; } +.bi-arrows-move::before { content: "\f14e"; } +.bi-aspect-ratio-fill::before { content: "\f14f"; } +.bi-aspect-ratio::before { content: "\f150"; } +.bi-asterisk::before { content: "\f151"; } +.bi-at::before { content: "\f152"; } +.bi-award-fill::before { content: "\f153"; } +.bi-award::before { content: "\f154"; } +.bi-back::before { content: "\f155"; } +.bi-backspace-fill::before { content: "\f156"; } +.bi-backspace-reverse-fill::before { content: "\f157"; } +.bi-backspace-reverse::before { content: "\f158"; } +.bi-backspace::before { content: "\f159"; } +.bi-badge-3d-fill::before { content: "\f15a"; } +.bi-badge-3d::before { content: "\f15b"; } +.bi-badge-4k-fill::before { content: "\f15c"; } +.bi-badge-4k::before { content: "\f15d"; } +.bi-badge-8k-fill::before { content: "\f15e"; } +.bi-badge-8k::before { content: "\f15f"; } +.bi-badge-ad-fill::before { content: "\f160"; } +.bi-badge-ad::before { content: "\f161"; } +.bi-badge-ar-fill::before { content: "\f162"; } +.bi-badge-ar::before { content: "\f163"; } +.bi-badge-cc-fill::before { content: "\f164"; } +.bi-badge-cc::before { content: "\f165"; } +.bi-badge-hd-fill::before { content: "\f166"; } +.bi-badge-hd::before { content: "\f167"; } +.bi-badge-tm-fill::before { content: "\f168"; } +.bi-badge-tm::before { content: "\f169"; } +.bi-badge-vo-fill::before { content: "\f16a"; } +.bi-badge-vo::before { content: "\f16b"; } +.bi-badge-vr-fill::before { content: "\f16c"; } +.bi-badge-vr::before { content: "\f16d"; } +.bi-badge-wc-fill::before { content: "\f16e"; } +.bi-badge-wc::before { content: "\f16f"; } +.bi-bag-check-fill::before { content: "\f170"; } +.bi-bag-check::before { content: "\f171"; } +.bi-bag-dash-fill::before { content: "\f172"; } +.bi-bag-dash::before { content: "\f173"; } +.bi-bag-fill::before { content: "\f174"; } +.bi-bag-plus-fill::before { content: "\f175"; } +.bi-bag-plus::before { content: "\f176"; } +.bi-bag-x-fill::before { content: "\f177"; } +.bi-bag-x::before { content: "\f178"; } +.bi-bag::before { content: "\f179"; } +.bi-bar-chart-fill::before { content: "\f17a"; } +.bi-bar-chart-line-fill::before { content: "\f17b"; } +.bi-bar-chart-line::before { content: "\f17c"; } +.bi-bar-chart-steps::before { content: "\f17d"; } +.bi-bar-chart::before { content: "\f17e"; } +.bi-basket-fill::before { content: "\f17f"; } +.bi-basket::before { content: "\f180"; } +.bi-basket2-fill::before { content: "\f181"; } +.bi-basket2::before { content: "\f182"; } +.bi-basket3-fill::before { content: "\f183"; } +.bi-basket3::before { content: "\f184"; } +.bi-battery-charging::before { content: "\f185"; } +.bi-battery-full::before { content: "\f186"; } +.bi-battery-half::before { content: "\f187"; } +.bi-battery::before { content: "\f188"; } +.bi-bell-fill::before { content: "\f189"; } +.bi-bell::before { content: "\f18a"; } +.bi-bezier::before { content: "\f18b"; } +.bi-bezier2::before { content: "\f18c"; } +.bi-bicycle::before { content: "\f18d"; } +.bi-binoculars-fill::before { content: "\f18e"; } +.bi-binoculars::before { content: "\f18f"; } +.bi-blockquote-left::before { content: "\f190"; } +.bi-blockquote-right::before { content: "\f191"; } +.bi-book-fill::before { content: "\f192"; } +.bi-book-half::before { content: "\f193"; } +.bi-book::before { content: "\f194"; } +.bi-bookmark-check-fill::before { content: "\f195"; } +.bi-bookmark-check::before { content: "\f196"; } +.bi-bookmark-dash-fill::before { content: "\f197"; } +.bi-bookmark-dash::before { content: "\f198"; } +.bi-bookmark-fill::before { content: "\f199"; } +.bi-bookmark-heart-fill::before { content: "\f19a"; } +.bi-bookmark-heart::before { content: "\f19b"; } +.bi-bookmark-plus-fill::before { content: "\f19c"; } +.bi-bookmark-plus::before { content: "\f19d"; } +.bi-bookmark-star-fill::before { content: "\f19e"; } +.bi-bookmark-star::before { content: "\f19f"; } +.bi-bookmark-x-fill::before { content: "\f1a0"; } +.bi-bookmark-x::before { content: "\f1a1"; } +.bi-bookmark::before { content: "\f1a2"; } +.bi-bookmarks-fill::before { content: "\f1a3"; } +.bi-bookmarks::before { content: "\f1a4"; } +.bi-bookshelf::before { content: "\f1a5"; } +.bi-bootstrap-fill::before { content: "\f1a6"; } +.bi-bootstrap-reboot::before { content: "\f1a7"; } +.bi-bootstrap::before { content: "\f1a8"; } +.bi-border-all::before { content: "\f1a9"; } +.bi-border-bottom::before { content: "\f1aa"; } +.bi-border-center::before { content: "\f1ab"; } +.bi-border-inner::before { content: "\f1ac"; } +.bi-border-left::before { content: "\f1ad"; } +.bi-border-middle::before { content: "\f1ae"; } +.bi-border-outer::before { content: "\f1af"; } +.bi-border-right::before { content: "\f1b0"; } +.bi-border-style::before { content: "\f1b1"; } +.bi-border-top::before { content: "\f1b2"; } +.bi-border-width::before { content: "\f1b3"; } +.bi-border::before { content: "\f1b4"; } +.bi-bounding-box-circles::before { content: "\f1b5"; } +.bi-bounding-box::before { content: "\f1b6"; } +.bi-box-arrow-down-left::before { content: "\f1b7"; } +.bi-box-arrow-down-right::before { content: "\f1b8"; } +.bi-box-arrow-down::before { content: "\f1b9"; } +.bi-box-arrow-in-down-left::before { content: "\f1ba"; } +.bi-box-arrow-in-down-right::before { content: "\f1bb"; } +.bi-box-arrow-in-down::before { content: "\f1bc"; } +.bi-box-arrow-in-left::before { content: "\f1bd"; } +.bi-box-arrow-in-right::before { content: "\f1be"; } +.bi-box-arrow-in-up-left::before { content: "\f1bf"; } +.bi-box-arrow-in-up-right::before { content: "\f1c0"; } +.bi-box-arrow-in-up::before { content: "\f1c1"; } +.bi-box-arrow-left::before { content: "\f1c2"; } +.bi-box-arrow-right::before { content: "\f1c3"; } +.bi-box-arrow-up-left::before { content: "\f1c4"; } +.bi-box-arrow-up-right::before { content: "\f1c5"; } +.bi-box-arrow-up::before { content: "\f1c6"; } +.bi-box-seam::before { content: "\f1c7"; } +.bi-box::before { content: "\f1c8"; } +.bi-braces::before { content: "\f1c9"; } +.bi-bricks::before { content: "\f1ca"; } +.bi-briefcase-fill::before { content: "\f1cb"; } +.bi-briefcase::before { content: "\f1cc"; } +.bi-brightness-alt-high-fill::before { content: "\f1cd"; } +.bi-brightness-alt-high::before { content: "\f1ce"; } +.bi-brightness-alt-low-fill::before { content: "\f1cf"; } +.bi-brightness-alt-low::before { content: "\f1d0"; } +.bi-brightness-high-fill::before { content: "\f1d1"; } +.bi-brightness-high::before { content: "\f1d2"; } +.bi-brightness-low-fill::before { content: "\f1d3"; } +.bi-brightness-low::before { content: "\f1d4"; } +.bi-broadcast-pin::before { content: "\f1d5"; } +.bi-broadcast::before { content: "\f1d6"; } +.bi-brush-fill::before { content: "\f1d7"; } +.bi-brush::before { content: "\f1d8"; } +.bi-bucket-fill::before { content: "\f1d9"; } +.bi-bucket::before { content: "\f1da"; } +.bi-bug-fill::before { content: "\f1db"; } +.bi-bug::before { content: "\f1dc"; } +.bi-building::before { content: "\f1dd"; } +.bi-bullseye::before { content: "\f1de"; } +.bi-calculator-fill::before { content: "\f1df"; } +.bi-calculator::before { content: "\f1e0"; } +.bi-calendar-check-fill::before { content: "\f1e1"; } +.bi-calendar-check::before { content: "\f1e2"; } +.bi-calendar-date-fill::before { content: "\f1e3"; } +.bi-calendar-date::before { content: "\f1e4"; } +.bi-calendar-day-fill::before { content: "\f1e5"; } +.bi-calendar-day::before { content: "\f1e6"; } +.bi-calendar-event-fill::before { content: "\f1e7"; } +.bi-calendar-event::before { content: "\f1e8"; } +.bi-calendar-fill::before { content: "\f1e9"; } +.bi-calendar-minus-fill::before { content: "\f1ea"; } +.bi-calendar-minus::before { content: "\f1eb"; } +.bi-calendar-month-fill::before { content: "\f1ec"; } +.bi-calendar-month::before { content: "\f1ed"; } +.bi-calendar-plus-fill::before { content: "\f1ee"; } +.bi-calendar-plus::before { content: "\f1ef"; } +.bi-calendar-range-fill::before { content: "\f1f0"; } +.bi-calendar-range::before { content: "\f1f1"; } +.bi-calendar-week-fill::before { content: "\f1f2"; } +.bi-calendar-week::before { content: "\f1f3"; } +.bi-calendar-x-fill::before { content: "\f1f4"; } +.bi-calendar-x::before { content: "\f1f5"; } +.bi-calendar::before { content: "\f1f6"; } +.bi-calendar2-check-fill::before { content: "\f1f7"; } +.bi-calendar2-check::before { content: "\f1f8"; } +.bi-calendar2-date-fill::before { content: "\f1f9"; } +.bi-calendar2-date::before { content: "\f1fa"; } +.bi-calendar2-day-fill::before { content: "\f1fb"; } +.bi-calendar2-day::before { content: "\f1fc"; } +.bi-calendar2-event-fill::before { content: "\f1fd"; } +.bi-calendar2-event::before { content: "\f1fe"; } +.bi-calendar2-fill::before { content: "\f1ff"; } +.bi-calendar2-minus-fill::before { content: "\f200"; } +.bi-calendar2-minus::before { content: "\f201"; } +.bi-calendar2-month-fill::before { content: "\f202"; } +.bi-calendar2-month::before { content: "\f203"; } +.bi-calendar2-plus-fill::before { content: "\f204"; } +.bi-calendar2-plus::before { content: "\f205"; } +.bi-calendar2-range-fill::before { content: "\f206"; } +.bi-calendar2-range::before { content: "\f207"; } +.bi-calendar2-week-fill::before { content: "\f208"; } +.bi-calendar2-week::before { content: "\f209"; } +.bi-calendar2-x-fill::before { content: "\f20a"; } +.bi-calendar2-x::before { content: "\f20b"; } +.bi-calendar2::before { content: "\f20c"; } +.bi-calendar3-event-fill::before { content: "\f20d"; } +.bi-calendar3-event::before { content: "\f20e"; } +.bi-calendar3-fill::before { content: "\f20f"; } +.bi-calendar3-range-fill::before { content: "\f210"; } +.bi-calendar3-range::before { content: "\f211"; } +.bi-calendar3-week-fill::before { content: "\f212"; } +.bi-calendar3-week::before { content: "\f213"; } +.bi-calendar3::before { content: "\f214"; } +.bi-calendar4-event::before { content: "\f215"; } +.bi-calendar4-range::before { content: "\f216"; } +.bi-calendar4-week::before { content: "\f217"; } +.bi-calendar4::before { content: "\f218"; } +.bi-camera-fill::before { content: "\f219"; } +.bi-camera-reels-fill::before { content: "\f21a"; } +.bi-camera-reels::before { content: "\f21b"; } +.bi-camera-video-fill::before { content: "\f21c"; } +.bi-camera-video-off-fill::before { content: "\f21d"; } +.bi-camera-video-off::before { content: "\f21e"; } +.bi-camera-video::before { content: "\f21f"; } +.bi-camera::before { content: "\f220"; } +.bi-camera2::before { content: "\f221"; } +.bi-capslock-fill::before { content: "\f222"; } +.bi-capslock::before { content: "\f223"; } +.bi-card-checklist::before { content: "\f224"; } +.bi-card-heading::before { content: "\f225"; } +.bi-card-image::before { content: "\f226"; } +.bi-card-list::before { content: "\f227"; } +.bi-card-text::before { content: "\f228"; } +.bi-caret-down-fill::before { content: "\f229"; } +.bi-caret-down-square-fill::before { content: "\f22a"; } +.bi-caret-down-square::before { content: "\f22b"; } +.bi-caret-down::before { content: "\f22c"; } +.bi-caret-left-fill::before { content: "\f22d"; } +.bi-caret-left-square-fill::before { content: "\f22e"; } +.bi-caret-left-square::before { content: "\f22f"; } +.bi-caret-left::before { content: "\f230"; } +.bi-caret-right-fill::before { content: "\f231"; } +.bi-caret-right-square-fill::before { content: "\f232"; } +.bi-caret-right-square::before { content: "\f233"; } +.bi-caret-right::before { content: "\f234"; } +.bi-caret-up-fill::before { content: "\f235"; } +.bi-caret-up-square-fill::before { content: "\f236"; } +.bi-caret-up-square::before { content: "\f237"; } +.bi-caret-up::before { content: "\f238"; } +.bi-cart-check-fill::before { content: "\f239"; } +.bi-cart-check::before { content: "\f23a"; } +.bi-cart-dash-fill::before { content: "\f23b"; } +.bi-cart-dash::before { content: "\f23c"; } +.bi-cart-fill::before { content: "\f23d"; } +.bi-cart-plus-fill::before { content: "\f23e"; } +.bi-cart-plus::before { content: "\f23f"; } +.bi-cart-x-fill::before { content: "\f240"; } +.bi-cart-x::before { content: "\f241"; } +.bi-cart::before { content: "\f242"; } +.bi-cart2::before { content: "\f243"; } +.bi-cart3::before { content: "\f244"; } +.bi-cart4::before { content: "\f245"; } +.bi-cash-stack::before { content: "\f246"; } +.bi-cash::before { content: "\f247"; } +.bi-cast::before { content: "\f248"; } +.bi-chat-dots-fill::before { content: "\f249"; } +.bi-chat-dots::before { content: "\f24a"; } +.bi-chat-fill::before { content: "\f24b"; } +.bi-chat-left-dots-fill::before { content: "\f24c"; } +.bi-chat-left-dots::before { content: "\f24d"; } +.bi-chat-left-fill::before { content: "\f24e"; } +.bi-chat-left-quote-fill::before { content: "\f24f"; } +.bi-chat-left-quote::before { content: "\f250"; } +.bi-chat-left-text-fill::before { content: "\f251"; } +.bi-chat-left-text::before { content: "\f252"; } +.bi-chat-left::before { content: "\f253"; } +.bi-chat-quote-fill::before { content: "\f254"; } +.bi-chat-quote::before { content: "\f255"; } +.bi-chat-right-dots-fill::before { content: "\f256"; } +.bi-chat-right-dots::before { content: "\f257"; } +.bi-chat-right-fill::before { content: "\f258"; } +.bi-chat-right-quote-fill::before { content: "\f259"; } +.bi-chat-right-quote::before { content: "\f25a"; } +.bi-chat-right-text-fill::before { content: "\f25b"; } +.bi-chat-right-text::before { content: "\f25c"; } +.bi-chat-right::before { content: "\f25d"; } +.bi-chat-square-dots-fill::before { content: "\f25e"; } +.bi-chat-square-dots::before { content: "\f25f"; } +.bi-chat-square-fill::before { content: "\f260"; } +.bi-chat-square-quote-fill::before { content: "\f261"; } +.bi-chat-square-quote::before { content: "\f262"; } +.bi-chat-square-text-fill::before { content: "\f263"; } +.bi-chat-square-text::before { content: "\f264"; } +.bi-chat-square::before { content: "\f265"; } +.bi-chat-text-fill::before { content: "\f266"; } +.bi-chat-text::before { content: "\f267"; } +.bi-chat::before { content: "\f268"; } +.bi-check-all::before { content: "\f269"; } +.bi-check-circle-fill::before { content: "\f26a"; } +.bi-check-circle::before { content: "\f26b"; } +.bi-check-square-fill::before { content: "\f26c"; } +.bi-check-square::before { content: "\f26d"; } +.bi-check::before { content: "\f26e"; } +.bi-check2-all::before { content: "\f26f"; } +.bi-check2-circle::before { content: "\f270"; } +.bi-check2-square::before { content: "\f271"; } +.bi-check2::before { content: "\f272"; } +.bi-chevron-bar-contract::before { content: "\f273"; } +.bi-chevron-bar-down::before { content: "\f274"; } +.bi-chevron-bar-expand::before { content: "\f275"; } +.bi-chevron-bar-left::before { content: "\f276"; } +.bi-chevron-bar-right::before { content: "\f277"; } +.bi-chevron-bar-up::before { content: "\f278"; } +.bi-chevron-compact-down::before { content: "\f279"; } +.bi-chevron-compact-left::before { content: "\f27a"; } +.bi-chevron-compact-right::before { content: "\f27b"; } +.bi-chevron-compact-up::before { content: "\f27c"; } +.bi-chevron-contract::before { content: "\f27d"; } +.bi-chevron-double-down::before { content: "\f27e"; } +.bi-chevron-double-left::before { content: "\f27f"; } +.bi-chevron-double-right::before { content: "\f280"; } +.bi-chevron-double-up::before { content: "\f281"; } +.bi-chevron-down::before { content: "\f282"; } +.bi-chevron-expand::before { content: "\f283"; } +.bi-chevron-left::before { content: "\f284"; } +.bi-chevron-right::before { content: "\f285"; } +.bi-chevron-up::before { content: "\f286"; } +.bi-circle-fill::before { content: "\f287"; } +.bi-circle-half::before { content: "\f288"; } +.bi-circle-square::before { content: "\f289"; } +.bi-circle::before { content: "\f28a"; } +.bi-clipboard-check::before { content: "\f28b"; } +.bi-clipboard-data::before { content: "\f28c"; } +.bi-clipboard-minus::before { content: "\f28d"; } +.bi-clipboard-plus::before { content: "\f28e"; } +.bi-clipboard-x::before { content: "\f28f"; } +.bi-clipboard::before { content: "\f290"; } +.bi-clock-fill::before { content: "\f291"; } +.bi-clock-history::before { content: "\f292"; } +.bi-clock::before { content: "\f293"; } +.bi-cloud-arrow-down-fill::before { content: "\f294"; } +.bi-cloud-arrow-down::before { content: "\f295"; } +.bi-cloud-arrow-up-fill::before { content: "\f296"; } +.bi-cloud-arrow-up::before { content: "\f297"; } +.bi-cloud-check-fill::before { content: "\f298"; } +.bi-cloud-check::before { content: "\f299"; } +.bi-cloud-download-fill::before { content: "\f29a"; } +.bi-cloud-download::before { content: "\f29b"; } +.bi-cloud-drizzle-fill::before { content: "\f29c"; } +.bi-cloud-drizzle::before { content: "\f29d"; } +.bi-cloud-fill::before { content: "\f29e"; } +.bi-cloud-fog-fill::before { content: "\f29f"; } +.bi-cloud-fog::before { content: "\f2a0"; } +.bi-cloud-fog2-fill::before { content: "\f2a1"; } +.bi-cloud-fog2::before { content: "\f2a2"; } +.bi-cloud-hail-fill::before { content: "\f2a3"; } +.bi-cloud-hail::before { content: "\f2a4"; } +.bi-cloud-haze-fill::before { content: "\f2a6"; } +.bi-cloud-haze::before { content: "\f2a7"; } +.bi-cloud-haze2-fill::before { content: "\f2a8"; } +.bi-cloud-lightning-fill::before { content: "\f2a9"; } +.bi-cloud-lightning-rain-fill::before { content: "\f2aa"; } +.bi-cloud-lightning-rain::before { content: "\f2ab"; } +.bi-cloud-lightning::before { content: "\f2ac"; } +.bi-cloud-minus-fill::before { content: "\f2ad"; } +.bi-cloud-minus::before { content: "\f2ae"; } +.bi-cloud-moon-fill::before { content: "\f2af"; } +.bi-cloud-moon::before { content: "\f2b0"; } +.bi-cloud-plus-fill::before { content: "\f2b1"; } +.bi-cloud-plus::before { content: "\f2b2"; } +.bi-cloud-rain-fill::before { content: "\f2b3"; } +.bi-cloud-rain-heavy-fill::before { content: "\f2b4"; } +.bi-cloud-rain-heavy::before { content: "\f2b5"; } +.bi-cloud-rain::before { content: "\f2b6"; } +.bi-cloud-slash-fill::before { content: "\f2b7"; } +.bi-cloud-slash::before { content: "\f2b8"; } +.bi-cloud-sleet-fill::before { content: "\f2b9"; } +.bi-cloud-sleet::before { content: "\f2ba"; } +.bi-cloud-snow-fill::before { content: "\f2bb"; } +.bi-cloud-snow::before { content: "\f2bc"; } +.bi-cloud-sun-fill::before { content: "\f2bd"; } +.bi-cloud-sun::before { content: "\f2be"; } +.bi-cloud-upload-fill::before { content: "\f2bf"; } +.bi-cloud-upload::before { content: "\f2c0"; } +.bi-cloud::before { content: "\f2c1"; } +.bi-clouds-fill::before { content: "\f2c2"; } +.bi-clouds::before { content: "\f2c3"; } +.bi-cloudy-fill::before { content: "\f2c4"; } +.bi-cloudy::before { content: "\f2c5"; } +.bi-code-slash::before { content: "\f2c6"; } +.bi-code-square::before { content: "\f2c7"; } +.bi-code::before { content: "\f2c8"; } +.bi-collection-fill::before { content: "\f2c9"; } +.bi-collection-play-fill::before { content: "\f2ca"; } +.bi-collection-play::before { content: "\f2cb"; } +.bi-collection::before { content: "\f2cc"; } +.bi-columns-gap::before { content: "\f2cd"; } +.bi-columns::before { content: "\f2ce"; } +.bi-command::before { content: "\f2cf"; } +.bi-compass-fill::before { content: "\f2d0"; } +.bi-compass::before { content: "\f2d1"; } +.bi-cone-striped::before { content: "\f2d2"; } +.bi-cone::before { content: "\f2d3"; } +.bi-controller::before { content: "\f2d4"; } +.bi-cpu-fill::before { content: "\f2d5"; } +.bi-cpu::before { content: "\f2d6"; } +.bi-credit-card-2-back-fill::before { content: "\f2d7"; } +.bi-credit-card-2-back::before { content: "\f2d8"; } +.bi-credit-card-2-front-fill::before { content: "\f2d9"; } +.bi-credit-card-2-front::before { content: "\f2da"; } +.bi-credit-card-fill::before { content: "\f2db"; } +.bi-credit-card::before { content: "\f2dc"; } +.bi-crop::before { content: "\f2dd"; } +.bi-cup-fill::before { content: "\f2de"; } +.bi-cup-straw::before { content: "\f2df"; } +.bi-cup::before { content: "\f2e0"; } +.bi-cursor-fill::before { content: "\f2e1"; } +.bi-cursor-text::before { content: "\f2e2"; } +.bi-cursor::before { content: "\f2e3"; } +.bi-dash-circle-dotted::before { content: "\f2e4"; } +.bi-dash-circle-fill::before { content: "\f2e5"; } +.bi-dash-circle::before { content: "\f2e6"; } +.bi-dash-square-dotted::before { content: "\f2e7"; } +.bi-dash-square-fill::before { content: "\f2e8"; } +.bi-dash-square::before { content: "\f2e9"; } +.bi-dash::before { content: "\f2ea"; } +.bi-diagram-2-fill::before { content: "\f2eb"; } +.bi-diagram-2::before { content: "\f2ec"; } +.bi-diagram-3-fill::before { content: "\f2ed"; } +.bi-diagram-3::before { content: "\f2ee"; } +.bi-diamond-fill::before { content: "\f2ef"; } +.bi-diamond-half::before { content: "\f2f0"; } +.bi-diamond::before { content: "\f2f1"; } +.bi-dice-1-fill::before { content: "\f2f2"; } +.bi-dice-1::before { content: "\f2f3"; } +.bi-dice-2-fill::before { content: "\f2f4"; } +.bi-dice-2::before { content: "\f2f5"; } +.bi-dice-3-fill::before { content: "\f2f6"; } +.bi-dice-3::before { content: "\f2f7"; } +.bi-dice-4-fill::before { content: "\f2f8"; } +.bi-dice-4::before { content: "\f2f9"; } +.bi-dice-5-fill::before { content: "\f2fa"; } +.bi-dice-5::before { content: "\f2fb"; } +.bi-dice-6-fill::before { content: "\f2fc"; } +.bi-dice-6::before { content: "\f2fd"; } +.bi-disc-fill::before { content: "\f2fe"; } +.bi-disc::before { content: "\f2ff"; } +.bi-discord::before { content: "\f300"; } +.bi-display-fill::before { content: "\f301"; } +.bi-display::before { content: "\f302"; } +.bi-distribute-horizontal::before { content: "\f303"; } +.bi-distribute-vertical::before { content: "\f304"; } +.bi-door-closed-fill::before { content: "\f305"; } +.bi-door-closed::before { content: "\f306"; } +.bi-door-open-fill::before { content: "\f307"; } +.bi-door-open::before { content: "\f308"; } +.bi-dot::before { content: "\f309"; } +.bi-download::before { content: "\f30a"; } +.bi-droplet-fill::before { content: "\f30b"; } +.bi-droplet-half::before { content: "\f30c"; } +.bi-droplet::before { content: "\f30d"; } +.bi-earbuds::before { content: "\f30e"; } +.bi-easel-fill::before { content: "\f30f"; } +.bi-easel::before { content: "\f310"; } +.bi-egg-fill::before { content: "\f311"; } +.bi-egg-fried::before { content: "\f312"; } +.bi-egg::before { content: "\f313"; } +.bi-eject-fill::before { content: "\f314"; } +.bi-eject::before { content: "\f315"; } +.bi-emoji-angry-fill::before { content: "\f316"; } +.bi-emoji-angry::before { content: "\f317"; } +.bi-emoji-dizzy-fill::before { content: "\f318"; } +.bi-emoji-dizzy::before { content: "\f319"; } +.bi-emoji-expressionless-fill::before { content: "\f31a"; } +.bi-emoji-expressionless::before { content: "\f31b"; } +.bi-emoji-frown-fill::before { content: "\f31c"; } +.bi-emoji-frown::before { content: "\f31d"; } +.bi-emoji-heart-eyes-fill::before { content: "\f31e"; } +.bi-emoji-heart-eyes::before { content: "\f31f"; } +.bi-emoji-laughing-fill::before { content: "\f320"; } +.bi-emoji-laughing::before { content: "\f321"; } +.bi-emoji-neutral-fill::before { content: "\f322"; } +.bi-emoji-neutral::before { content: "\f323"; } +.bi-emoji-smile-fill::before { content: "\f324"; } +.bi-emoji-smile-upside-down-fill::before { content: "\f325"; } +.bi-emoji-smile-upside-down::before { content: "\f326"; } +.bi-emoji-smile::before { content: "\f327"; } +.bi-emoji-sunglasses-fill::before { content: "\f328"; } +.bi-emoji-sunglasses::before { content: "\f329"; } +.bi-emoji-wink-fill::before { content: "\f32a"; } +.bi-emoji-wink::before { content: "\f32b"; } +.bi-envelope-fill::before { content: "\f32c"; } +.bi-envelope-open-fill::before { content: "\f32d"; } +.bi-envelope-open::before { content: "\f32e"; } +.bi-envelope::before { content: "\f32f"; } +.bi-eraser-fill::before { content: "\f330"; } +.bi-eraser::before { content: "\f331"; } +.bi-exclamation-circle-fill::before { content: "\f332"; } +.bi-exclamation-circle::before { content: "\f333"; } +.bi-exclamation-diamond-fill::before { content: "\f334"; } +.bi-exclamation-diamond::before { content: "\f335"; } +.bi-exclamation-octagon-fill::before { content: "\f336"; } +.bi-exclamation-octagon::before { content: "\f337"; } +.bi-exclamation-square-fill::before { content: "\f338"; } +.bi-exclamation-square::before { content: "\f339"; } +.bi-exclamation-triangle-fill::before { content: "\f33a"; } +.bi-exclamation-triangle::before { content: "\f33b"; } +.bi-exclamation::before { content: "\f33c"; } +.bi-exclude::before { content: "\f33d"; } +.bi-eye-fill::before { content: "\f33e"; } +.bi-eye-slash-fill::before { content: "\f33f"; } +.bi-eye-slash::before { content: "\f340"; } +.bi-eye::before { content: "\f341"; } +.bi-eyedropper::before { content: "\f342"; } +.bi-eyeglasses::before { content: "\f343"; } +.bi-facebook::before { content: "\f344"; } +.bi-file-arrow-down-fill::before { content: "\f345"; } +.bi-file-arrow-down::before { content: "\f346"; } +.bi-file-arrow-up-fill::before { content: "\f347"; } +.bi-file-arrow-up::before { content: "\f348"; } +.bi-file-bar-graph-fill::before { content: "\f349"; } +.bi-file-bar-graph::before { content: "\f34a"; } +.bi-file-binary-fill::before { content: "\f34b"; } +.bi-file-binary::before { content: "\f34c"; } +.bi-file-break-fill::before { content: "\f34d"; } +.bi-file-break::before { content: "\f34e"; } +.bi-file-check-fill::before { content: "\f34f"; } +.bi-file-check::before { content: "\f350"; } +.bi-file-code-fill::before { content: "\f351"; } +.bi-file-code::before { content: "\f352"; } +.bi-file-diff-fill::before { content: "\f353"; } +.bi-file-diff::before { content: "\f354"; } +.bi-file-earmark-arrow-down-fill::before { content: "\f355"; } +.bi-file-earmark-arrow-down::before { content: "\f356"; } +.bi-file-earmark-arrow-up-fill::before { content: "\f357"; } +.bi-file-earmark-arrow-up::before { content: "\f358"; } +.bi-file-earmark-bar-graph-fill::before { content: "\f359"; } +.bi-file-earmark-bar-graph::before { content: "\f35a"; } +.bi-file-earmark-binary-fill::before { content: "\f35b"; } +.bi-file-earmark-binary::before { content: "\f35c"; } +.bi-file-earmark-break-fill::before { content: "\f35d"; } +.bi-file-earmark-break::before { content: "\f35e"; } +.bi-file-earmark-check-fill::before { content: "\f35f"; } +.bi-file-earmark-check::before { content: "\f360"; } +.bi-file-earmark-code-fill::before { content: "\f361"; } +.bi-file-earmark-code::before { content: "\f362"; } +.bi-file-earmark-diff-fill::before { content: "\f363"; } +.bi-file-earmark-diff::before { content: "\f364"; } +.bi-file-earmark-easel-fill::before { content: "\f365"; } +.bi-file-earmark-easel::before { content: "\f366"; } +.bi-file-earmark-excel-fill::before { content: "\f367"; } +.bi-file-earmark-excel::before { content: "\f368"; } +.bi-file-earmark-fill::before { content: "\f369"; } +.bi-file-earmark-font-fill::before { content: "\f36a"; } +.bi-file-earmark-font::before { content: "\f36b"; } +.bi-file-earmark-image-fill::before { content: "\f36c"; } +.bi-file-earmark-image::before { content: "\f36d"; } +.bi-file-earmark-lock-fill::before { content: "\f36e"; } +.bi-file-earmark-lock::before { content: "\f36f"; } +.bi-file-earmark-lock2-fill::before { content: "\f370"; } +.bi-file-earmark-lock2::before { content: "\f371"; } +.bi-file-earmark-medical-fill::before { content: "\f372"; } +.bi-file-earmark-medical::before { content: "\f373"; } +.bi-file-earmark-minus-fill::before { content: "\f374"; } +.bi-file-earmark-minus::before { content: "\f375"; } +.bi-file-earmark-music-fill::before { content: "\f376"; } +.bi-file-earmark-music::before { content: "\f377"; } +.bi-file-earmark-person-fill::before { content: "\f378"; } +.bi-file-earmark-person::before { content: "\f379"; } +.bi-file-earmark-play-fill::before { content: "\f37a"; } +.bi-file-earmark-play::before { content: "\f37b"; } +.bi-file-earmark-plus-fill::before { content: "\f37c"; } +.bi-file-earmark-plus::before { content: "\f37d"; } +.bi-file-earmark-post-fill::before { content: "\f37e"; } +.bi-file-earmark-post::before { content: "\f37f"; } +.bi-file-earmark-ppt-fill::before { content: "\f380"; } +.bi-file-earmark-ppt::before { content: "\f381"; } +.bi-file-earmark-richtext-fill::before { content: "\f382"; } +.bi-file-earmark-richtext::before { content: "\f383"; } +.bi-file-earmark-ruled-fill::before { content: "\f384"; } +.bi-file-earmark-ruled::before { content: "\f385"; } +.bi-file-earmark-slides-fill::before { content: "\f386"; } +.bi-file-earmark-slides::before { content: "\f387"; } +.bi-file-earmark-spreadsheet-fill::before { content: "\f388"; } +.bi-file-earmark-spreadsheet::before { content: "\f389"; } +.bi-file-earmark-text-fill::before { content: "\f38a"; } +.bi-file-earmark-text::before { content: "\f38b"; } +.bi-file-earmark-word-fill::before { content: "\f38c"; } +.bi-file-earmark-word::before { content: "\f38d"; } +.bi-file-earmark-x-fill::before { content: "\f38e"; } +.bi-file-earmark-x::before { content: "\f38f"; } +.bi-file-earmark-zip-fill::before { content: "\f390"; } +.bi-file-earmark-zip::before { content: "\f391"; } +.bi-file-earmark::before { content: "\f392"; } +.bi-file-easel-fill::before { content: "\f393"; } +.bi-file-easel::before { content: "\f394"; } +.bi-file-excel-fill::before { content: "\f395"; } +.bi-file-excel::before { content: "\f396"; } +.bi-file-fill::before { content: "\f397"; } +.bi-file-font-fill::before { content: "\f398"; } +.bi-file-font::before { content: "\f399"; } +.bi-file-image-fill::before { content: "\f39a"; } +.bi-file-image::before { content: "\f39b"; } +.bi-file-lock-fill::before { content: "\f39c"; } +.bi-file-lock::before { content: "\f39d"; } +.bi-file-lock2-fill::before { content: "\f39e"; } +.bi-file-lock2::before { content: "\f39f"; } +.bi-file-medical-fill::before { content: "\f3a0"; } +.bi-file-medical::before { content: "\f3a1"; } +.bi-file-minus-fill::before { content: "\f3a2"; } +.bi-file-minus::before { content: "\f3a3"; } +.bi-file-music-fill::before { content: "\f3a4"; } +.bi-file-music::before { content: "\f3a5"; } +.bi-file-person-fill::before { content: "\f3a6"; } +.bi-file-person::before { content: "\f3a7"; } +.bi-file-play-fill::before { content: "\f3a8"; } +.bi-file-play::before { content: "\f3a9"; } +.bi-file-plus-fill::before { content: "\f3aa"; } +.bi-file-plus::before { content: "\f3ab"; } +.bi-file-post-fill::before { content: "\f3ac"; } +.bi-file-post::before { content: "\f3ad"; } +.bi-file-ppt-fill::before { content: "\f3ae"; } +.bi-file-ppt::before { content: "\f3af"; } +.bi-file-richtext-fill::before { content: "\f3b0"; } +.bi-file-richtext::before { content: "\f3b1"; } +.bi-file-ruled-fill::before { content: "\f3b2"; } +.bi-file-ruled::before { content: "\f3b3"; } +.bi-file-slides-fill::before { content: "\f3b4"; } +.bi-file-slides::before { content: "\f3b5"; } +.bi-file-spreadsheet-fill::before { content: "\f3b6"; } +.bi-file-spreadsheet::before { content: "\f3b7"; } +.bi-file-text-fill::before { content: "\f3b8"; } +.bi-file-text::before { content: "\f3b9"; } +.bi-file-word-fill::before { content: "\f3ba"; } +.bi-file-word::before { content: "\f3bb"; } +.bi-file-x-fill::before { content: "\f3bc"; } +.bi-file-x::before { content: "\f3bd"; } +.bi-file-zip-fill::before { content: "\f3be"; } +.bi-file-zip::before { content: "\f3bf"; } +.bi-file::before { content: "\f3c0"; } +.bi-files-alt::before { content: "\f3c1"; } +.bi-files::before { content: "\f3c2"; } +.bi-film::before { content: "\f3c3"; } +.bi-filter-circle-fill::before { content: "\f3c4"; } +.bi-filter-circle::before { content: "\f3c5"; } +.bi-filter-left::before { content: "\f3c6"; } +.bi-filter-right::before { content: "\f3c7"; } +.bi-filter-square-fill::before { content: "\f3c8"; } +.bi-filter-square::before { content: "\f3c9"; } +.bi-filter::before { content: "\f3ca"; } +.bi-flag-fill::before { content: "\f3cb"; } +.bi-flag::before { content: "\f3cc"; } +.bi-flower1::before { content: "\f3cd"; } +.bi-flower2::before { content: "\f3ce"; } +.bi-flower3::before { content: "\f3cf"; } +.bi-folder-check::before { content: "\f3d0"; } +.bi-folder-fill::before { content: "\f3d1"; } +.bi-folder-minus::before { content: "\f3d2"; } +.bi-folder-plus::before { content: "\f3d3"; } +.bi-folder-symlink-fill::before { content: "\f3d4"; } +.bi-folder-symlink::before { content: "\f3d5"; } +.bi-folder-x::before { content: "\f3d6"; } +.bi-folder::before { content: "\f3d7"; } +.bi-folder2-open::before { content: "\f3d8"; } +.bi-folder2::before { content: "\f3d9"; } +.bi-fonts::before { content: "\f3da"; } +.bi-forward-fill::before { content: "\f3db"; } +.bi-forward::before { content: "\f3dc"; } +.bi-front::before { content: "\f3dd"; } +.bi-fullscreen-exit::before { content: "\f3de"; } +.bi-fullscreen::before { content: "\f3df"; } +.bi-funnel-fill::before { content: "\f3e0"; } +.bi-funnel::before { content: "\f3e1"; } +.bi-gear-fill::before { content: "\f3e2"; } +.bi-gear-wide-connected::before { content: "\f3e3"; } +.bi-gear-wide::before { content: "\f3e4"; } +.bi-gear::before { content: "\f3e5"; } +.bi-gem::before { content: "\f3e6"; } +.bi-geo-alt-fill::before { content: "\f3e7"; } +.bi-geo-alt::before { content: "\f3e8"; } +.bi-geo-fill::before { content: "\f3e9"; } +.bi-geo::before { content: "\f3ea"; } +.bi-gift-fill::before { content: "\f3eb"; } +.bi-gift::before { content: "\f3ec"; } +.bi-github::before { content: "\f3ed"; } +.bi-globe::before { content: "\f3ee"; } +.bi-globe2::before { content: "\f3ef"; } +.bi-google::before { content: "\f3f0"; } +.bi-graph-down::before { content: "\f3f1"; } +.bi-graph-up::before { content: "\f3f2"; } +.bi-grid-1x2-fill::before { content: "\f3f3"; } +.bi-grid-1x2::before { content: "\f3f4"; } +.bi-grid-3x2-gap-fill::before { content: "\f3f5"; } +.bi-grid-3x2-gap::before { content: "\f3f6"; } +.bi-grid-3x2::before { content: "\f3f7"; } +.bi-grid-3x3-gap-fill::before { content: "\f3f8"; } +.bi-grid-3x3-gap::before { content: "\f3f9"; } +.bi-grid-3x3::before { content: "\f3fa"; } +.bi-grid-fill::before { content: "\f3fb"; } +.bi-grid::before { content: "\f3fc"; } +.bi-grip-horizontal::before { content: "\f3fd"; } +.bi-grip-vertical::before { content: "\f3fe"; } +.bi-hammer::before { content: "\f3ff"; } +.bi-hand-index-fill::before { content: "\f400"; } +.bi-hand-index-thumb-fill::before { content: "\f401"; } +.bi-hand-index-thumb::before { content: "\f402"; } +.bi-hand-index::before { content: "\f403"; } +.bi-hand-thumbs-down-fill::before { content: "\f404"; } +.bi-hand-thumbs-down::before { content: "\f405"; } +.bi-hand-thumbs-up-fill::before { content: "\f406"; } +.bi-hand-thumbs-up::before { content: "\f407"; } +.bi-handbag-fill::before { content: "\f408"; } +.bi-handbag::before { content: "\f409"; } +.bi-hash::before { content: "\f40a"; } +.bi-hdd-fill::before { content: "\f40b"; } +.bi-hdd-network-fill::before { content: "\f40c"; } +.bi-hdd-network::before { content: "\f40d"; } +.bi-hdd-rack-fill::before { content: "\f40e"; } +.bi-hdd-rack::before { content: "\f40f"; } +.bi-hdd-stack-fill::before { content: "\f410"; } +.bi-hdd-stack::before { content: "\f411"; } +.bi-hdd::before { content: "\f412"; } +.bi-headphones::before { content: "\f413"; } +.bi-headset::before { content: "\f414"; } +.bi-heart-fill::before { content: "\f415"; } +.bi-heart-half::before { content: "\f416"; } +.bi-heart::before { content: "\f417"; } +.bi-heptagon-fill::before { content: "\f418"; } +.bi-heptagon-half::before { content: "\f419"; } +.bi-heptagon::before { content: "\f41a"; } +.bi-hexagon-fill::before { content: "\f41b"; } +.bi-hexagon-half::before { content: "\f41c"; } +.bi-hexagon::before { content: "\f41d"; } +.bi-hourglass-bottom::before { content: "\f41e"; } +.bi-hourglass-split::before { content: "\f41f"; } +.bi-hourglass-top::before { content: "\f420"; } +.bi-hourglass::before { content: "\f421"; } +.bi-house-door-fill::before { content: "\f422"; } +.bi-house-door::before { content: "\f423"; } +.bi-house-fill::before { content: "\f424"; } +.bi-house::before { content: "\f425"; } +.bi-hr::before { content: "\f426"; } +.bi-hurricane::before { content: "\f427"; } +.bi-image-alt::before { content: "\f428"; } +.bi-image-fill::before { content: "\f429"; } +.bi-image::before { content: "\f42a"; } +.bi-images::before { content: "\f42b"; } +.bi-inbox-fill::before { content: "\f42c"; } +.bi-inbox::before { content: "\f42d"; } +.bi-inboxes-fill::before { content: "\f42e"; } +.bi-inboxes::before { content: "\f42f"; } +.bi-info-circle-fill::before { content: "\f430"; } +.bi-info-circle::before { content: "\f431"; } +.bi-info-square-fill::before { content: "\f432"; } +.bi-info-square::before { content: "\f433"; } +.bi-info::before { content: "\f434"; } +.bi-input-cursor-text::before { content: "\f435"; } +.bi-input-cursor::before { content: "\f436"; } +.bi-instagram::before { content: "\f437"; } +.bi-intersect::before { content: "\f438"; } +.bi-journal-album::before { content: "\f439"; } +.bi-journal-arrow-down::before { content: "\f43a"; } +.bi-journal-arrow-up::before { content: "\f43b"; } +.bi-journal-bookmark-fill::before { content: "\f43c"; } +.bi-journal-bookmark::before { content: "\f43d"; } +.bi-journal-check::before { content: "\f43e"; } +.bi-journal-code::before { content: "\f43f"; } +.bi-journal-medical::before { content: "\f440"; } +.bi-journal-minus::before { content: "\f441"; } +.bi-journal-plus::before { content: "\f442"; } +.bi-journal-richtext::before { content: "\f443"; } +.bi-journal-text::before { content: "\f444"; } +.bi-journal-x::before { content: "\f445"; } +.bi-journal::before { content: "\f446"; } +.bi-journals::before { content: "\f447"; } +.bi-joystick::before { content: "\f448"; } +.bi-justify-left::before { content: "\f449"; } +.bi-justify-right::before { content: "\f44a"; } +.bi-justify::before { content: "\f44b"; } +.bi-kanban-fill::before { content: "\f44c"; } +.bi-kanban::before { content: "\f44d"; } +.bi-key-fill::before { content: "\f44e"; } +.bi-key::before { content: "\f44f"; } +.bi-keyboard-fill::before { content: "\f450"; } +.bi-keyboard::before { content: "\f451"; } +.bi-ladder::before { content: "\f452"; } +.bi-lamp-fill::before { content: "\f453"; } +.bi-lamp::before { content: "\f454"; } +.bi-laptop-fill::before { content: "\f455"; } +.bi-laptop::before { content: "\f456"; } +.bi-layer-backward::before { content: "\f457"; } +.bi-layer-forward::before { content: "\f458"; } +.bi-layers-fill::before { content: "\f459"; } +.bi-layers-half::before { content: "\f45a"; } +.bi-layers::before { content: "\f45b"; } +.bi-layout-sidebar-inset-reverse::before { content: "\f45c"; } +.bi-layout-sidebar-inset::before { content: "\f45d"; } +.bi-layout-sidebar-reverse::before { content: "\f45e"; } +.bi-layout-sidebar::before { content: "\f45f"; } +.bi-layout-split::before { content: "\f460"; } +.bi-layout-text-sidebar-reverse::before { content: "\f461"; } +.bi-layout-text-sidebar::before { content: "\f462"; } +.bi-layout-text-window-reverse::before { content: "\f463"; } +.bi-layout-text-window::before { content: "\f464"; } +.bi-layout-three-columns::before { content: "\f465"; } +.bi-layout-wtf::before { content: "\f466"; } +.bi-life-preserver::before { content: "\f467"; } +.bi-lightbulb-fill::before { content: "\f468"; } +.bi-lightbulb-off-fill::before { content: "\f469"; } +.bi-lightbulb-off::before { content: "\f46a"; } +.bi-lightbulb::before { content: "\f46b"; } +.bi-lightning-charge-fill::before { content: "\f46c"; } +.bi-lightning-charge::before { content: "\f46d"; } +.bi-lightning-fill::before { content: "\f46e"; } +.bi-lightning::before { content: "\f46f"; } +.bi-link-45deg::before { content: "\f470"; } +.bi-link::before { content: "\f471"; } +.bi-linkedin::before { content: "\f472"; } +.bi-list-check::before { content: "\f473"; } +.bi-list-nested::before { content: "\f474"; } +.bi-list-ol::before { content: "\f475"; } +.bi-list-stars::before { content: "\f476"; } +.bi-list-task::before { content: "\f477"; } +.bi-list-ul::before { content: "\f478"; } +.bi-list::before { content: "\f479"; } +.bi-lock-fill::before { content: "\f47a"; } +.bi-lock::before { content: "\f47b"; } +.bi-mailbox::before { content: "\f47c"; } +.bi-mailbox2::before { content: "\f47d"; } +.bi-map-fill::before { content: "\f47e"; } +.bi-map::before { content: "\f47f"; } +.bi-markdown-fill::before { content: "\f480"; } +.bi-markdown::before { content: "\f481"; } +.bi-mask::before { content: "\f482"; } +.bi-megaphone-fill::before { content: "\f483"; } +.bi-megaphone::before { content: "\f484"; } +.bi-menu-app-fill::before { content: "\f485"; } +.bi-menu-app::before { content: "\f486"; } +.bi-menu-button-fill::before { content: "\f487"; } +.bi-menu-button-wide-fill::before { content: "\f488"; } +.bi-menu-button-wide::before { content: "\f489"; } +.bi-menu-button::before { content: "\f48a"; } +.bi-menu-down::before { content: "\f48b"; } +.bi-menu-up::before { content: "\f48c"; } +.bi-mic-fill::before { content: "\f48d"; } +.bi-mic-mute-fill::before { content: "\f48e"; } +.bi-mic-mute::before { content: "\f48f"; } +.bi-mic::before { content: "\f490"; } +.bi-minecart-loaded::before { content: "\f491"; } +.bi-minecart::before { content: "\f492"; } +.bi-moisture::before { content: "\f493"; } +.bi-moon-fill::before { content: "\f494"; } +.bi-moon-stars-fill::before { content: "\f495"; } +.bi-moon-stars::before { content: "\f496"; } +.bi-moon::before { content: "\f497"; } +.bi-mouse-fill::before { content: "\f498"; } +.bi-mouse::before { content: "\f499"; } +.bi-mouse2-fill::before { content: "\f49a"; } +.bi-mouse2::before { content: "\f49b"; } +.bi-mouse3-fill::before { content: "\f49c"; } +.bi-mouse3::before { content: "\f49d"; } +.bi-music-note-beamed::before { content: "\f49e"; } +.bi-music-note-list::before { content: "\f49f"; } +.bi-music-note::before { content: "\f4a0"; } +.bi-music-player-fill::before { content: "\f4a1"; } +.bi-music-player::before { content: "\f4a2"; } +.bi-newspaper::before { content: "\f4a3"; } +.bi-node-minus-fill::before { content: "\f4a4"; } +.bi-node-minus::before { content: "\f4a5"; } +.bi-node-plus-fill::before { content: "\f4a6"; } +.bi-node-plus::before { content: "\f4a7"; } +.bi-nut-fill::before { content: "\f4a8"; } +.bi-nut::before { content: "\f4a9"; } +.bi-octagon-fill::before { content: "\f4aa"; } +.bi-octagon-half::before { content: "\f4ab"; } +.bi-octagon::before { content: "\f4ac"; } +.bi-option::before { content: "\f4ad"; } +.bi-outlet::before { content: "\f4ae"; } +.bi-paint-bucket::before { content: "\f4af"; } +.bi-palette-fill::before { content: "\f4b0"; } +.bi-palette::before { content: "\f4b1"; } +.bi-palette2::before { content: "\f4b2"; } +.bi-paperclip::before { content: "\f4b3"; } +.bi-paragraph::before { content: "\f4b4"; } +.bi-patch-check-fill::before { content: "\f4b5"; } +.bi-patch-check::before { content: "\f4b6"; } +.bi-patch-exclamation-fill::before { content: "\f4b7"; } +.bi-patch-exclamation::before { content: "\f4b8"; } +.bi-patch-minus-fill::before { content: "\f4b9"; } +.bi-patch-minus::before { content: "\f4ba"; } +.bi-patch-plus-fill::before { content: "\f4bb"; } +.bi-patch-plus::before { content: "\f4bc"; } +.bi-patch-question-fill::before { content: "\f4bd"; } +.bi-patch-question::before { content: "\f4be"; } +.bi-pause-btn-fill::before { content: "\f4bf"; } +.bi-pause-btn::before { content: "\f4c0"; } +.bi-pause-circle-fill::before { content: "\f4c1"; } +.bi-pause-circle::before { content: "\f4c2"; } +.bi-pause-fill::before { content: "\f4c3"; } +.bi-pause::before { content: "\f4c4"; } +.bi-peace-fill::before { content: "\f4c5"; } +.bi-peace::before { content: "\f4c6"; } +.bi-pen-fill::before { content: "\f4c7"; } +.bi-pen::before { content: "\f4c8"; } +.bi-pencil-fill::before { content: "\f4c9"; } +.bi-pencil-square::before { content: "\f4ca"; } +.bi-pencil::before { content: "\f4cb"; } +.bi-pentagon-fill::before { content: "\f4cc"; } +.bi-pentagon-half::before { content: "\f4cd"; } +.bi-pentagon::before { content: "\f4ce"; } +.bi-people-fill::before { content: "\f4cf"; } +.bi-people::before { content: "\f4d0"; } +.bi-percent::before { content: "\f4d1"; } +.bi-person-badge-fill::before { content: "\f4d2"; } +.bi-person-badge::before { content: "\f4d3"; } +.bi-person-bounding-box::before { content: "\f4d4"; } +.bi-person-check-fill::before { content: "\f4d5"; } +.bi-person-check::before { content: "\f4d6"; } +.bi-person-circle::before { content: "\f4d7"; } +.bi-person-dash-fill::before { content: "\f4d8"; } +.bi-person-dash::before { content: "\f4d9"; } +.bi-person-fill::before { content: "\f4da"; } +.bi-person-lines-fill::before { content: "\f4db"; } +.bi-person-plus-fill::before { content: "\f4dc"; } +.bi-person-plus::before { content: "\f4dd"; } +.bi-person-square::before { content: "\f4de"; } +.bi-person-x-fill::before { content: "\f4df"; } +.bi-person-x::before { content: "\f4e0"; } +.bi-person::before { content: "\f4e1"; } +.bi-phone-fill::before { content: "\f4e2"; } +.bi-phone-landscape-fill::before { content: "\f4e3"; } +.bi-phone-landscape::before { content: "\f4e4"; } +.bi-phone-vibrate-fill::before { content: "\f4e5"; } +.bi-phone-vibrate::before { content: "\f4e6"; } +.bi-phone::before { content: "\f4e7"; } +.bi-pie-chart-fill::before { content: "\f4e8"; } +.bi-pie-chart::before { content: "\f4e9"; } +.bi-pin-angle-fill::before { content: "\f4ea"; } +.bi-pin-angle::before { content: "\f4eb"; } +.bi-pin-fill::before { content: "\f4ec"; } +.bi-pin::before { content: "\f4ed"; } +.bi-pip-fill::before { content: "\f4ee"; } +.bi-pip::before { content: "\f4ef"; } +.bi-play-btn-fill::before { content: "\f4f0"; } +.bi-play-btn::before { content: "\f4f1"; } +.bi-play-circle-fill::before { content: "\f4f2"; } +.bi-play-circle::before { content: "\f4f3"; } +.bi-play-fill::before { content: "\f4f4"; } +.bi-play::before { content: "\f4f5"; } +.bi-plug-fill::before { content: "\f4f6"; } +.bi-plug::before { content: "\f4f7"; } +.bi-plus-circle-dotted::before { content: "\f4f8"; } +.bi-plus-circle-fill::before { content: "\f4f9"; } +.bi-plus-circle::before { content: "\f4fa"; } +.bi-plus-square-dotted::before { content: "\f4fb"; } +.bi-plus-square-fill::before { content: "\f4fc"; } +.bi-plus-square::before { content: "\f4fd"; } +.bi-plus::before { content: "\f4fe"; } +.bi-power::before { content: "\f4ff"; } +.bi-printer-fill::before { content: "\f500"; } +.bi-printer::before { content: "\f501"; } +.bi-puzzle-fill::before { content: "\f502"; } +.bi-puzzle::before { content: "\f503"; } +.bi-question-circle-fill::before { content: "\f504"; } +.bi-question-circle::before { content: "\f505"; } +.bi-question-diamond-fill::before { content: "\f506"; } +.bi-question-diamond::before { content: "\f507"; } +.bi-question-octagon-fill::before { content: "\f508"; } +.bi-question-octagon::before { content: "\f509"; } +.bi-question-square-fill::before { content: "\f50a"; } +.bi-question-square::before { content: "\f50b"; } +.bi-question::before { content: "\f50c"; } +.bi-rainbow::before { content: "\f50d"; } +.bi-receipt-cutoff::before { content: "\f50e"; } +.bi-receipt::before { content: "\f50f"; } +.bi-reception-0::before { content: "\f510"; } +.bi-reception-1::before { content: "\f511"; } +.bi-reception-2::before { content: "\f512"; } +.bi-reception-3::before { content: "\f513"; } +.bi-reception-4::before { content: "\f514"; } +.bi-record-btn-fill::before { content: "\f515"; } +.bi-record-btn::before { content: "\f516"; } +.bi-record-circle-fill::before { content: "\f517"; } +.bi-record-circle::before { content: "\f518"; } +.bi-record-fill::before { content: "\f519"; } +.bi-record::before { content: "\f51a"; } +.bi-record2-fill::before { content: "\f51b"; } +.bi-record2::before { content: "\f51c"; } +.bi-reply-all-fill::before { content: "\f51d"; } +.bi-reply-all::before { content: "\f51e"; } +.bi-reply-fill::before { content: "\f51f"; } +.bi-reply::before { content: "\f520"; } +.bi-rss-fill::before { content: "\f521"; } +.bi-rss::before { content: "\f522"; } +.bi-rulers::before { content: "\f523"; } +.bi-save-fill::before { content: "\f524"; } +.bi-save::before { content: "\f525"; } +.bi-save2-fill::before { content: "\f526"; } +.bi-save2::before { content: "\f527"; } +.bi-scissors::before { content: "\f528"; } +.bi-screwdriver::before { content: "\f529"; } +.bi-search::before { content: "\f52a"; } +.bi-segmented-nav::before { content: "\f52b"; } +.bi-server::before { content: "\f52c"; } +.bi-share-fill::before { content: "\f52d"; } +.bi-share::before { content: "\f52e"; } +.bi-shield-check::before { content: "\f52f"; } +.bi-shield-exclamation::before { content: "\f530"; } +.bi-shield-fill-check::before { content: "\f531"; } +.bi-shield-fill-exclamation::before { content: "\f532"; } +.bi-shield-fill-minus::before { content: "\f533"; } +.bi-shield-fill-plus::before { content: "\f534"; } +.bi-shield-fill-x::before { content: "\f535"; } +.bi-shield-fill::before { content: "\f536"; } +.bi-shield-lock-fill::before { content: "\f537"; } +.bi-shield-lock::before { content: "\f538"; } +.bi-shield-minus::before { content: "\f539"; } +.bi-shield-plus::before { content: "\f53a"; } +.bi-shield-shaded::before { content: "\f53b"; } +.bi-shield-slash-fill::before { content: "\f53c"; } +.bi-shield-slash::before { content: "\f53d"; } +.bi-shield-x::before { content: "\f53e"; } +.bi-shield::before { content: "\f53f"; } +.bi-shift-fill::before { content: "\f540"; } +.bi-shift::before { content: "\f541"; } +.bi-shop-window::before { content: "\f542"; } +.bi-shop::before { content: "\f543"; } +.bi-shuffle::before { content: "\f544"; } +.bi-signpost-2-fill::before { content: "\f545"; } +.bi-signpost-2::before { content: "\f546"; } +.bi-signpost-fill::before { content: "\f547"; } +.bi-signpost-split-fill::before { content: "\f548"; } +.bi-signpost-split::before { content: "\f549"; } +.bi-signpost::before { content: "\f54a"; } +.bi-sim-fill::before { content: "\f54b"; } +.bi-sim::before { content: "\f54c"; } +.bi-skip-backward-btn-fill::before { content: "\f54d"; } +.bi-skip-backward-btn::before { content: "\f54e"; } +.bi-skip-backward-circle-fill::before { content: "\f54f"; } +.bi-skip-backward-circle::before { content: "\f550"; } +.bi-skip-backward-fill::before { content: "\f551"; } +.bi-skip-backward::before { content: "\f552"; } +.bi-skip-end-btn-fill::before { content: "\f553"; } +.bi-skip-end-btn::before { content: "\f554"; } +.bi-skip-end-circle-fill::before { content: "\f555"; } +.bi-skip-end-circle::before { content: "\f556"; } +.bi-skip-end-fill::before { content: "\f557"; } +.bi-skip-end::before { content: "\f558"; } +.bi-skip-forward-btn-fill::before { content: "\f559"; } +.bi-skip-forward-btn::before { content: "\f55a"; } +.bi-skip-forward-circle-fill::before { content: "\f55b"; } +.bi-skip-forward-circle::before { content: "\f55c"; } +.bi-skip-forward-fill::before { content: "\f55d"; } +.bi-skip-forward::before { content: "\f55e"; } +.bi-skip-start-btn-fill::before { content: "\f55f"; } +.bi-skip-start-btn::before { content: "\f560"; } +.bi-skip-start-circle-fill::before { content: "\f561"; } +.bi-skip-start-circle::before { content: "\f562"; } +.bi-skip-start-fill::before { content: "\f563"; } +.bi-skip-start::before { content: "\f564"; } +.bi-slack::before { content: "\f565"; } +.bi-slash-circle-fill::before { content: "\f566"; } +.bi-slash-circle::before { content: "\f567"; } +.bi-slash-square-fill::before { content: "\f568"; } +.bi-slash-square::before { content: "\f569"; } +.bi-slash::before { content: "\f56a"; } +.bi-sliders::before { content: "\f56b"; } +.bi-smartwatch::before { content: "\f56c"; } +.bi-snow::before { content: "\f56d"; } +.bi-snow2::before { content: "\f56e"; } +.bi-snow3::before { content: "\f56f"; } +.bi-sort-alpha-down-alt::before { content: "\f570"; } +.bi-sort-alpha-down::before { content: "\f571"; } +.bi-sort-alpha-up-alt::before { content: "\f572"; } +.bi-sort-alpha-up::before { content: "\f573"; } +.bi-sort-down-alt::before { content: "\f574"; } +.bi-sort-down::before { content: "\f575"; } +.bi-sort-numeric-down-alt::before { content: "\f576"; } +.bi-sort-numeric-down::before { content: "\f577"; } +.bi-sort-numeric-up-alt::before { content: "\f578"; } +.bi-sort-numeric-up::before { content: "\f579"; } +.bi-sort-up-alt::before { content: "\f57a"; } +.bi-sort-up::before { content: "\f57b"; } +.bi-soundwave::before { content: "\f57c"; } +.bi-speaker-fill::before { content: "\f57d"; } +.bi-speaker::before { content: "\f57e"; } +.bi-speedometer::before { content: "\f57f"; } +.bi-speedometer2::before { content: "\f580"; } +.bi-spellcheck::before { content: "\f581"; } +.bi-square-fill::before { content: "\f582"; } +.bi-square-half::before { content: "\f583"; } +.bi-square::before { content: "\f584"; } +.bi-stack::before { content: "\f585"; } +.bi-star-fill::before { content: "\f586"; } +.bi-star-half::before { content: "\f587"; } +.bi-star::before { content: "\f588"; } +.bi-stars::before { content: "\f589"; } +.bi-stickies-fill::before { content: "\f58a"; } +.bi-stickies::before { content: "\f58b"; } +.bi-sticky-fill::before { content: "\f58c"; } +.bi-sticky::before { content: "\f58d"; } +.bi-stop-btn-fill::before { content: "\f58e"; } +.bi-stop-btn::before { content: "\f58f"; } +.bi-stop-circle-fill::before { content: "\f590"; } +.bi-stop-circle::before { content: "\f591"; } +.bi-stop-fill::before { content: "\f592"; } +.bi-stop::before { content: "\f593"; } +.bi-stoplights-fill::before { content: "\f594"; } +.bi-stoplights::before { content: "\f595"; } +.bi-stopwatch-fill::before { content: "\f596"; } +.bi-stopwatch::before { content: "\f597"; } +.bi-subtract::before { content: "\f598"; } +.bi-suit-club-fill::before { content: "\f599"; } +.bi-suit-club::before { content: "\f59a"; } +.bi-suit-diamond-fill::before { content: "\f59b"; } +.bi-suit-diamond::before { content: "\f59c"; } +.bi-suit-heart-fill::before { content: "\f59d"; } +.bi-suit-heart::before { content: "\f59e"; } +.bi-suit-spade-fill::before { content: "\f59f"; } +.bi-suit-spade::before { content: "\f5a0"; } +.bi-sun-fill::before { content: "\f5a1"; } +.bi-sun::before { content: "\f5a2"; } +.bi-sunglasses::before { content: "\f5a3"; } +.bi-sunrise-fill::before { content: "\f5a4"; } +.bi-sunrise::before { content: "\f5a5"; } +.bi-sunset-fill::before { content: "\f5a6"; } +.bi-sunset::before { content: "\f5a7"; } +.bi-symmetry-horizontal::before { content: "\f5a8"; } +.bi-symmetry-vertical::before { content: "\f5a9"; } +.bi-table::before { content: "\f5aa"; } +.bi-tablet-fill::before { content: "\f5ab"; } +.bi-tablet-landscape-fill::before { content: "\f5ac"; } +.bi-tablet-landscape::before { content: "\f5ad"; } +.bi-tablet::before { content: "\f5ae"; } +.bi-tag-fill::before { content: "\f5af"; } +.bi-tag::before { content: "\f5b0"; } +.bi-tags-fill::before { content: "\f5b1"; } +.bi-tags::before { content: "\f5b2"; } +.bi-telegram::before { content: "\f5b3"; } +.bi-telephone-fill::before { content: "\f5b4"; } +.bi-telephone-forward-fill::before { content: "\f5b5"; } +.bi-telephone-forward::before { content: "\f5b6"; } +.bi-telephone-inbound-fill::before { content: "\f5b7"; } +.bi-telephone-inbound::before { content: "\f5b8"; } +.bi-telephone-minus-fill::before { content: "\f5b9"; } +.bi-telephone-minus::before { content: "\f5ba"; } +.bi-telephone-outbound-fill::before { content: "\f5bb"; } +.bi-telephone-outbound::before { content: "\f5bc"; } +.bi-telephone-plus-fill::before { content: "\f5bd"; } +.bi-telephone-plus::before { content: "\f5be"; } +.bi-telephone-x-fill::before { content: "\f5bf"; } +.bi-telephone-x::before { content: "\f5c0"; } +.bi-telephone::before { content: "\f5c1"; } +.bi-terminal-fill::before { content: "\f5c2"; } +.bi-terminal::before { content: "\f5c3"; } +.bi-text-center::before { content: "\f5c4"; } +.bi-text-indent-left::before { content: "\f5c5"; } +.bi-text-indent-right::before { content: "\f5c6"; } +.bi-text-left::before { content: "\f5c7"; } +.bi-text-paragraph::before { content: "\f5c8"; } +.bi-text-right::before { content: "\f5c9"; } +.bi-textarea-resize::before { content: "\f5ca"; } +.bi-textarea-t::before { content: "\f5cb"; } +.bi-textarea::before { content: "\f5cc"; } +.bi-thermometer-half::before { content: "\f5cd"; } +.bi-thermometer-high::before { content: "\f5ce"; } +.bi-thermometer-low::before { content: "\f5cf"; } +.bi-thermometer-snow::before { content: "\f5d0"; } +.bi-thermometer-sun::before { content: "\f5d1"; } +.bi-thermometer::before { content: "\f5d2"; } +.bi-three-dots-vertical::before { content: "\f5d3"; } +.bi-three-dots::before { content: "\f5d4"; } +.bi-toggle-off::before { content: "\f5d5"; } +.bi-toggle-on::before { content: "\f5d6"; } +.bi-toggle2-off::before { content: "\f5d7"; } +.bi-toggle2-on::before { content: "\f5d8"; } +.bi-toggles::before { content: "\f5d9"; } +.bi-toggles2::before { content: "\f5da"; } +.bi-tools::before { content: "\f5db"; } +.bi-tornado::before { content: "\f5dc"; } +.bi-trash-fill::before { content: "\f5dd"; } +.bi-trash::before { content: "\f5de"; } +.bi-trash2-fill::before { content: "\f5df"; } +.bi-trash2::before { content: "\f5e0"; } +.bi-tree-fill::before { content: "\f5e1"; } +.bi-tree::before { content: "\f5e2"; } +.bi-triangle-fill::before { content: "\f5e3"; } +.bi-triangle-half::before { content: "\f5e4"; } +.bi-triangle::before { content: "\f5e5"; } +.bi-trophy-fill::before { content: "\f5e6"; } +.bi-trophy::before { content: "\f5e7"; } +.bi-tropical-storm::before { content: "\f5e8"; } +.bi-truck-flatbed::before { content: "\f5e9"; } +.bi-truck::before { content: "\f5ea"; } +.bi-tsunami::before { content: "\f5eb"; } +.bi-tv-fill::before { content: "\f5ec"; } +.bi-tv::before { content: "\f5ed"; } +.bi-twitch::before { content: "\f5ee"; } +.bi-twitter::before { content: "\f5ef"; } +.bi-type-bold::before { content: "\f5f0"; } +.bi-type-h1::before { content: "\f5f1"; } +.bi-type-h2::before { content: "\f5f2"; } +.bi-type-h3::before { content: "\f5f3"; } +.bi-type-italic::before { content: "\f5f4"; } +.bi-type-strikethrough::before { content: "\f5f5"; } +.bi-type-underline::before { content: "\f5f6"; } +.bi-type::before { content: "\f5f7"; } +.bi-ui-checks-grid::before { content: "\f5f8"; } +.bi-ui-checks::before { content: "\f5f9"; } +.bi-ui-radios-grid::before { content: "\f5fa"; } +.bi-ui-radios::before { content: "\f5fb"; } +.bi-umbrella-fill::before { content: "\f5fc"; } +.bi-umbrella::before { content: "\f5fd"; } +.bi-union::before { content: "\f5fe"; } +.bi-unlock-fill::before { content: "\f5ff"; } +.bi-unlock::before { content: "\f600"; } +.bi-upc-scan::before { content: "\f601"; } +.bi-upc::before { content: "\f602"; } +.bi-upload::before { content: "\f603"; } +.bi-vector-pen::before { content: "\f604"; } +.bi-view-list::before { content: "\f605"; } +.bi-view-stacked::before { content: "\f606"; } +.bi-vinyl-fill::before { content: "\f607"; } +.bi-vinyl::before { content: "\f608"; } +.bi-voicemail::before { content: "\f609"; } +.bi-volume-down-fill::before { content: "\f60a"; } +.bi-volume-down::before { content: "\f60b"; } +.bi-volume-mute-fill::before { content: "\f60c"; } +.bi-volume-mute::before { content: "\f60d"; } +.bi-volume-off-fill::before { content: "\f60e"; } +.bi-volume-off::before { content: "\f60f"; } +.bi-volume-up-fill::before { content: "\f610"; } +.bi-volume-up::before { content: "\f611"; } +.bi-vr::before { content: "\f612"; } +.bi-wallet-fill::before { content: "\f613"; } +.bi-wallet::before { content: "\f614"; } +.bi-wallet2::before { content: "\f615"; } +.bi-watch::before { content: "\f616"; } +.bi-water::before { content: "\f617"; } +.bi-whatsapp::before { content: "\f618"; } +.bi-wifi-1::before { content: "\f619"; } +.bi-wifi-2::before { content: "\f61a"; } +.bi-wifi-off::before { content: "\f61b"; } +.bi-wifi::before { content: "\f61c"; } +.bi-wind::before { content: "\f61d"; } +.bi-window-dock::before { content: "\f61e"; } +.bi-window-sidebar::before { content: "\f61f"; } +.bi-window::before { content: "\f620"; } +.bi-wrench::before { content: "\f621"; } +.bi-x-circle-fill::before { content: "\f622"; } +.bi-x-circle::before { content: "\f623"; } +.bi-x-diamond-fill::before { content: "\f624"; } +.bi-x-diamond::before { content: "\f625"; } +.bi-x-octagon-fill::before { content: "\f626"; } +.bi-x-octagon::before { content: "\f627"; } +.bi-x-square-fill::before { content: "\f628"; } +.bi-x-square::before { content: "\f629"; } +.bi-x::before { content: "\f62a"; } +.bi-youtube::before { content: "\f62b"; } +.bi-zoom-in::before { content: "\f62c"; } +.bi-zoom-out::before { content: "\f62d"; } +.bi-bank::before { content: "\f62e"; } +.bi-bank2::before { content: "\f62f"; } +.bi-bell-slash-fill::before { content: "\f630"; } +.bi-bell-slash::before { content: "\f631"; } +.bi-cash-coin::before { content: "\f632"; } +.bi-check-lg::before { content: "\f633"; } +.bi-coin::before { content: "\f634"; } +.bi-currency-bitcoin::before { content: "\f635"; } +.bi-currency-dollar::before { content: "\f636"; } +.bi-currency-euro::before { content: "\f637"; } +.bi-currency-exchange::before { content: "\f638"; } +.bi-currency-pound::before { content: "\f639"; } +.bi-currency-yen::before { content: "\f63a"; } +.bi-dash-lg::before { content: "\f63b"; } +.bi-exclamation-lg::before { content: "\f63c"; } +.bi-file-earmark-pdf-fill::before { content: "\f63d"; } +.bi-file-earmark-pdf::before { content: "\f63e"; } +.bi-file-pdf-fill::before { content: "\f63f"; } +.bi-file-pdf::before { content: "\f640"; } +.bi-gender-ambiguous::before { content: "\f641"; } +.bi-gender-female::before { content: "\f642"; } +.bi-gender-male::before { content: "\f643"; } +.bi-gender-trans::before { content: "\f644"; } +.bi-headset-vr::before { content: "\f645"; } +.bi-info-lg::before { content: "\f646"; } +.bi-mastodon::before { content: "\f647"; } +.bi-messenger::before { content: "\f648"; } +.bi-piggy-bank-fill::before { content: "\f649"; } +.bi-piggy-bank::before { content: "\f64a"; } +.bi-pin-map-fill::before { content: "\f64b"; } +.bi-pin-map::before { content: "\f64c"; } +.bi-plus-lg::before { content: "\f64d"; } +.bi-question-lg::before { content: "\f64e"; } +.bi-recycle::before { content: "\f64f"; } +.bi-reddit::before { content: "\f650"; } +.bi-safe-fill::before { content: "\f651"; } +.bi-safe2-fill::before { content: "\f652"; } +.bi-safe2::before { content: "\f653"; } +.bi-sd-card-fill::before { content: "\f654"; } +.bi-sd-card::before { content: "\f655"; } +.bi-skype::before { content: "\f656"; } +.bi-slash-lg::before { content: "\f657"; } +.bi-translate::before { content: "\f658"; } +.bi-x-lg::before { content: "\f659"; } +.bi-safe::before { content: "\f65a"; } +.bi-apple::before { content: "\f65b"; } +.bi-microsoft::before { content: "\f65d"; } +.bi-windows::before { content: "\f65e"; } +.bi-behance::before { content: "\f65c"; } +.bi-dribbble::before { content: "\f65f"; } +.bi-line::before { content: "\f660"; } +.bi-medium::before { content: "\f661"; } +.bi-paypal::before { content: "\f662"; } +.bi-pinterest::before { content: "\f663"; } +.bi-signal::before { content: "\f664"; } +.bi-snapchat::before { content: "\f665"; } +.bi-spotify::before { content: "\f666"; } +.bi-stack-overflow::before { content: "\f667"; } +.bi-strava::before { content: "\f668"; } +.bi-wordpress::before { content: "\f669"; } +.bi-vimeo::before { content: "\f66a"; } +.bi-activity::before { content: "\f66b"; } +.bi-easel2-fill::before { content: "\f66c"; } +.bi-easel2::before { content: "\f66d"; } +.bi-easel3-fill::before { content: "\f66e"; } +.bi-easel3::before { content: "\f66f"; } +.bi-fan::before { content: "\f670"; } +.bi-fingerprint::before { content: "\f671"; } +.bi-graph-down-arrow::before { content: "\f672"; } +.bi-graph-up-arrow::before { content: "\f673"; } +.bi-hypnotize::before { content: "\f674"; } +.bi-magic::before { content: "\f675"; } +.bi-person-rolodex::before { content: "\f676"; } +.bi-person-video::before { content: "\f677"; } +.bi-person-video2::before { content: "\f678"; } +.bi-person-video3::before { content: "\f679"; } +.bi-person-workspace::before { content: "\f67a"; } +.bi-radioactive::before { content: "\f67b"; } +.bi-webcam-fill::before { content: "\f67c"; } +.bi-webcam::before { content: "\f67d"; } +.bi-yin-yang::before { content: "\f67e"; } +.bi-bandaid-fill::before { content: "\f680"; } +.bi-bandaid::before { content: "\f681"; } +.bi-bluetooth::before { content: "\f682"; } +.bi-body-text::before { content: "\f683"; } +.bi-boombox::before { content: "\f684"; } +.bi-boxes::before { content: "\f685"; } +.bi-dpad-fill::before { content: "\f686"; } +.bi-dpad::before { content: "\f687"; } +.bi-ear-fill::before { content: "\f688"; } +.bi-ear::before { content: "\f689"; } +.bi-envelope-check-fill::before { content: "\f68b"; } +.bi-envelope-check::before { content: "\f68c"; } +.bi-envelope-dash-fill::before { content: "\f68e"; } +.bi-envelope-dash::before { content: "\f68f"; } +.bi-envelope-exclamation-fill::before { content: "\f691"; } +.bi-envelope-exclamation::before { content: "\f692"; } +.bi-envelope-plus-fill::before { content: "\f693"; } +.bi-envelope-plus::before { content: "\f694"; } +.bi-envelope-slash-fill::before { content: "\f696"; } +.bi-envelope-slash::before { content: "\f697"; } +.bi-envelope-x-fill::before { content: "\f699"; } +.bi-envelope-x::before { content: "\f69a"; } +.bi-explicit-fill::before { content: "\f69b"; } +.bi-explicit::before { content: "\f69c"; } +.bi-git::before { content: "\f69d"; } +.bi-infinity::before { content: "\f69e"; } +.bi-list-columns-reverse::before { content: "\f69f"; } +.bi-list-columns::before { content: "\f6a0"; } +.bi-meta::before { content: "\f6a1"; } +.bi-nintendo-switch::before { content: "\f6a4"; } +.bi-pc-display-horizontal::before { content: "\f6a5"; } +.bi-pc-display::before { content: "\f6a6"; } +.bi-pc-horizontal::before { content: "\f6a7"; } +.bi-pc::before { content: "\f6a8"; } +.bi-playstation::before { content: "\f6a9"; } +.bi-plus-slash-minus::before { content: "\f6aa"; } +.bi-projector-fill::before { content: "\f6ab"; } +.bi-projector::before { content: "\f6ac"; } +.bi-qr-code-scan::before { content: "\f6ad"; } +.bi-qr-code::before { content: "\f6ae"; } +.bi-quora::before { content: "\f6af"; } +.bi-quote::before { content: "\f6b0"; } +.bi-robot::before { content: "\f6b1"; } +.bi-send-check-fill::before { content: "\f6b2"; } +.bi-send-check::before { content: "\f6b3"; } +.bi-send-dash-fill::before { content: "\f6b4"; } +.bi-send-dash::before { content: "\f6b5"; } +.bi-send-exclamation-fill::before { content: "\f6b7"; } +.bi-send-exclamation::before { content: "\f6b8"; } +.bi-send-fill::before { content: "\f6b9"; } +.bi-send-plus-fill::before { content: "\f6ba"; } +.bi-send-plus::before { content: "\f6bb"; } +.bi-send-slash-fill::before { content: "\f6bc"; } +.bi-send-slash::before { content: "\f6bd"; } +.bi-send-x-fill::before { content: "\f6be"; } +.bi-send-x::before { content: "\f6bf"; } +.bi-send::before { content: "\f6c0"; } +.bi-steam::before { content: "\f6c1"; } +.bi-terminal-dash::before { content: "\f6c3"; } +.bi-terminal-plus::before { content: "\f6c4"; } +.bi-terminal-split::before { content: "\f6c5"; } +.bi-ticket-detailed-fill::before { content: "\f6c6"; } +.bi-ticket-detailed::before { content: "\f6c7"; } +.bi-ticket-fill::before { content: "\f6c8"; } +.bi-ticket-perforated-fill::before { content: "\f6c9"; } +.bi-ticket-perforated::before { content: "\f6ca"; } +.bi-ticket::before { content: "\f6cb"; } +.bi-tiktok::before { content: "\f6cc"; } +.bi-window-dash::before { content: "\f6cd"; } +.bi-window-desktop::before { content: "\f6ce"; } +.bi-window-fullscreen::before { content: "\f6cf"; } +.bi-window-plus::before { content: "\f6d0"; } +.bi-window-split::before { content: "\f6d1"; } +.bi-window-stack::before { content: "\f6d2"; } +.bi-window-x::before { content: "\f6d3"; } +.bi-xbox::before { content: "\f6d4"; } +.bi-ethernet::before { content: "\f6d5"; } +.bi-hdmi-fill::before { content: "\f6d6"; } +.bi-hdmi::before { content: "\f6d7"; } +.bi-usb-c-fill::before { content: "\f6d8"; } +.bi-usb-c::before { content: "\f6d9"; } +.bi-usb-fill::before { content: "\f6da"; } +.bi-usb-plug-fill::before { content: "\f6db"; } +.bi-usb-plug::before { content: "\f6dc"; } +.bi-usb-symbol::before { content: "\f6dd"; } +.bi-usb::before { content: "\f6de"; } +.bi-boombox-fill::before { content: "\f6df"; } +.bi-displayport::before { content: "\f6e1"; } +.bi-gpu-card::before { content: "\f6e2"; } +.bi-memory::before { content: "\f6e3"; } +.bi-modem-fill::before { content: "\f6e4"; } +.bi-modem::before { content: "\f6e5"; } +.bi-motherboard-fill::before { content: "\f6e6"; } +.bi-motherboard::before { content: "\f6e7"; } +.bi-optical-audio-fill::before { content: "\f6e8"; } +.bi-optical-audio::before { content: "\f6e9"; } +.bi-pci-card::before { content: "\f6ea"; } +.bi-router-fill::before { content: "\f6eb"; } +.bi-router::before { content: "\f6ec"; } +.bi-thunderbolt-fill::before { content: "\f6ef"; } +.bi-thunderbolt::before { content: "\f6f0"; } +.bi-usb-drive-fill::before { content: "\f6f1"; } +.bi-usb-drive::before { content: "\f6f2"; } +.bi-usb-micro-fill::before { content: "\f6f3"; } +.bi-usb-micro::before { content: "\f6f4"; } +.bi-usb-mini-fill::before { content: "\f6f5"; } +.bi-usb-mini::before { content: "\f6f6"; } +.bi-cloud-haze2::before { content: "\f6f7"; } +.bi-device-hdd-fill::before { content: "\f6f8"; } +.bi-device-hdd::before { content: "\f6f9"; } +.bi-device-ssd-fill::before { content: "\f6fa"; } +.bi-device-ssd::before { content: "\f6fb"; } +.bi-displayport-fill::before { content: "\f6fc"; } +.bi-mortarboard-fill::before { content: "\f6fd"; } +.bi-mortarboard::before { content: "\f6fe"; } +.bi-terminal-x::before { content: "\f6ff"; } +.bi-arrow-through-heart-fill::before { content: "\f700"; } +.bi-arrow-through-heart::before { content: "\f701"; } +.bi-badge-sd-fill::before { content: "\f702"; } +.bi-badge-sd::before { content: "\f703"; } +.bi-bag-heart-fill::before { content: "\f704"; } +.bi-bag-heart::before { content: "\f705"; } +.bi-balloon-fill::before { content: "\f706"; } +.bi-balloon-heart-fill::before { content: "\f707"; } +.bi-balloon-heart::before { content: "\f708"; } +.bi-balloon::before { content: "\f709"; } +.bi-box2-fill::before { content: "\f70a"; } +.bi-box2-heart-fill::before { content: "\f70b"; } +.bi-box2-heart::before { content: "\f70c"; } +.bi-box2::before { content: "\f70d"; } +.bi-braces-asterisk::before { content: "\f70e"; } +.bi-calendar-heart-fill::before { content: "\f70f"; } +.bi-calendar-heart::before { content: "\f710"; } +.bi-calendar2-heart-fill::before { content: "\f711"; } +.bi-calendar2-heart::before { content: "\f712"; } +.bi-chat-heart-fill::before { content: "\f713"; } +.bi-chat-heart::before { content: "\f714"; } +.bi-chat-left-heart-fill::before { content: "\f715"; } +.bi-chat-left-heart::before { content: "\f716"; } +.bi-chat-right-heart-fill::before { content: "\f717"; } +.bi-chat-right-heart::before { content: "\f718"; } +.bi-chat-square-heart-fill::before { content: "\f719"; } +.bi-chat-square-heart::before { content: "\f71a"; } +.bi-clipboard-check-fill::before { content: "\f71b"; } +.bi-clipboard-data-fill::before { content: "\f71c"; } +.bi-clipboard-fill::before { content: "\f71d"; } +.bi-clipboard-heart-fill::before { content: "\f71e"; } +.bi-clipboard-heart::before { content: "\f71f"; } +.bi-clipboard-minus-fill::before { content: "\f720"; } +.bi-clipboard-plus-fill::before { content: "\f721"; } +.bi-clipboard-pulse::before { content: "\f722"; } +.bi-clipboard-x-fill::before { content: "\f723"; } +.bi-clipboard2-check-fill::before { content: "\f724"; } +.bi-clipboard2-check::before { content: "\f725"; } +.bi-clipboard2-data-fill::before { content: "\f726"; } +.bi-clipboard2-data::before { content: "\f727"; } +.bi-clipboard2-fill::before { content: "\f728"; } +.bi-clipboard2-heart-fill::before { content: "\f729"; } +.bi-clipboard2-heart::before { content: "\f72a"; } +.bi-clipboard2-minus-fill::before { content: "\f72b"; } +.bi-clipboard2-minus::before { content: "\f72c"; } +.bi-clipboard2-plus-fill::before { content: "\f72d"; } +.bi-clipboard2-plus::before { content: "\f72e"; } +.bi-clipboard2-pulse-fill::before { content: "\f72f"; } +.bi-clipboard2-pulse::before { content: "\f730"; } +.bi-clipboard2-x-fill::before { content: "\f731"; } +.bi-clipboard2-x::before { content: "\f732"; } +.bi-clipboard2::before { content: "\f733"; } +.bi-emoji-kiss-fill::before { content: "\f734"; } +.bi-emoji-kiss::before { content: "\f735"; } +.bi-envelope-heart-fill::before { content: "\f736"; } +.bi-envelope-heart::before { content: "\f737"; } +.bi-envelope-open-heart-fill::before { content: "\f738"; } +.bi-envelope-open-heart::before { content: "\f739"; } +.bi-envelope-paper-fill::before { content: "\f73a"; } +.bi-envelope-paper-heart-fill::before { content: "\f73b"; } +.bi-envelope-paper-heart::before { content: "\f73c"; } +.bi-envelope-paper::before { content: "\f73d"; } +.bi-filetype-aac::before { content: "\f73e"; } +.bi-filetype-ai::before { content: "\f73f"; } +.bi-filetype-bmp::before { content: "\f740"; } +.bi-filetype-cs::before { content: "\f741"; } +.bi-filetype-css::before { content: "\f742"; } +.bi-filetype-csv::before { content: "\f743"; } +.bi-filetype-doc::before { content: "\f744"; } +.bi-filetype-docx::before { content: "\f745"; } +.bi-filetype-exe::before { content: "\f746"; } +.bi-filetype-gif::before { content: "\f747"; } +.bi-filetype-heic::before { content: "\f748"; } +.bi-filetype-html::before { content: "\f749"; } +.bi-filetype-java::before { content: "\f74a"; } +.bi-filetype-jpg::before { content: "\f74b"; } +.bi-filetype-js::before { content: "\f74c"; } +.bi-filetype-jsx::before { content: "\f74d"; } +.bi-filetype-key::before { content: "\f74e"; } +.bi-filetype-m4p::before { content: "\f74f"; } +.bi-filetype-md::before { content: "\f750"; } +.bi-filetype-mdx::before { content: "\f751"; } +.bi-filetype-mov::before { content: "\f752"; } +.bi-filetype-mp3::before { content: "\f753"; } +.bi-filetype-mp4::before { content: "\f754"; } +.bi-filetype-otf::before { content: "\f755"; } +.bi-filetype-pdf::before { content: "\f756"; } +.bi-filetype-php::before { content: "\f757"; } +.bi-filetype-png::before { content: "\f758"; } +.bi-filetype-ppt::before { content: "\f75a"; } +.bi-filetype-psd::before { content: "\f75b"; } +.bi-filetype-py::before { content: "\f75c"; } +.bi-filetype-raw::before { content: "\f75d"; } +.bi-filetype-rb::before { content: "\f75e"; } +.bi-filetype-sass::before { content: "\f75f"; } +.bi-filetype-scss::before { content: "\f760"; } +.bi-filetype-sh::before { content: "\f761"; } +.bi-filetype-svg::before { content: "\f762"; } +.bi-filetype-tiff::before { content: "\f763"; } +.bi-filetype-tsx::before { content: "\f764"; } +.bi-filetype-ttf::before { content: "\f765"; } +.bi-filetype-txt::before { content: "\f766"; } +.bi-filetype-wav::before { content: "\f767"; } +.bi-filetype-woff::before { content: "\f768"; } +.bi-filetype-xls::before { content: "\f76a"; } +.bi-filetype-xml::before { content: "\f76b"; } +.bi-filetype-yml::before { content: "\f76c"; } +.bi-heart-arrow::before { content: "\f76d"; } +.bi-heart-pulse-fill::before { content: "\f76e"; } +.bi-heart-pulse::before { content: "\f76f"; } +.bi-heartbreak-fill::before { content: "\f770"; } +.bi-heartbreak::before { content: "\f771"; } +.bi-hearts::before { content: "\f772"; } +.bi-hospital-fill::before { content: "\f773"; } +.bi-hospital::before { content: "\f774"; } +.bi-house-heart-fill::before { content: "\f775"; } +.bi-house-heart::before { content: "\f776"; } +.bi-incognito::before { content: "\f777"; } +.bi-magnet-fill::before { content: "\f778"; } +.bi-magnet::before { content: "\f779"; } +.bi-person-heart::before { content: "\f77a"; } +.bi-person-hearts::before { content: "\f77b"; } +.bi-phone-flip::before { content: "\f77c"; } +.bi-plugin::before { content: "\f77d"; } +.bi-postage-fill::before { content: "\f77e"; } +.bi-postage-heart-fill::before { content: "\f77f"; } +.bi-postage-heart::before { content: "\f780"; } +.bi-postage::before { content: "\f781"; } +.bi-postcard-fill::before { content: "\f782"; } +.bi-postcard-heart-fill::before { content: "\f783"; } +.bi-postcard-heart::before { content: "\f784"; } +.bi-postcard::before { content: "\f785"; } +.bi-search-heart-fill::before { content: "\f786"; } +.bi-search-heart::before { content: "\f787"; } +.bi-sliders2-vertical::before { content: "\f788"; } +.bi-sliders2::before { content: "\f789"; } +.bi-trash3-fill::before { content: "\f78a"; } +.bi-trash3::before { content: "\f78b"; } +.bi-valentine::before { content: "\f78c"; } +.bi-valentine2::before { content: "\f78d"; } +.bi-wrench-adjustable-circle-fill::before { content: "\f78e"; } +.bi-wrench-adjustable-circle::before { content: "\f78f"; } +.bi-wrench-adjustable::before { content: "\f790"; } +.bi-filetype-json::before { content: "\f791"; } +.bi-filetype-pptx::before { content: "\f792"; } +.bi-filetype-xlsx::before { content: "\f793"; } +.bi-1-circle-fill::before { content: "\f796"; } +.bi-1-circle::before { content: "\f797"; } +.bi-1-square-fill::before { content: "\f798"; } +.bi-1-square::before { content: "\f799"; } +.bi-2-circle-fill::before { content: "\f79c"; } +.bi-2-circle::before { content: "\f79d"; } +.bi-2-square-fill::before { content: "\f79e"; } +.bi-2-square::before { content: "\f79f"; } +.bi-3-circle-fill::before { content: "\f7a2"; } +.bi-3-circle::before { content: "\f7a3"; } +.bi-3-square-fill::before { content: "\f7a4"; } +.bi-3-square::before { content: "\f7a5"; } +.bi-4-circle-fill::before { content: "\f7a8"; } +.bi-4-circle::before { content: "\f7a9"; } +.bi-4-square-fill::before { content: "\f7aa"; } +.bi-4-square::before { content: "\f7ab"; } +.bi-5-circle-fill::before { content: "\f7ae"; } +.bi-5-circle::before { content: "\f7af"; } +.bi-5-square-fill::before { content: "\f7b0"; } +.bi-5-square::before { content: "\f7b1"; } +.bi-6-circle-fill::before { content: "\f7b4"; } +.bi-6-circle::before { content: "\f7b5"; } +.bi-6-square-fill::before { content: "\f7b6"; } +.bi-6-square::before { content: "\f7b7"; } +.bi-7-circle-fill::before { content: "\f7ba"; } +.bi-7-circle::before { content: "\f7bb"; } +.bi-7-square-fill::before { content: "\f7bc"; } +.bi-7-square::before { content: "\f7bd"; } +.bi-8-circle-fill::before { content: "\f7c0"; } +.bi-8-circle::before { content: "\f7c1"; } +.bi-8-square-fill::before { content: "\f7c2"; } +.bi-8-square::before { content: "\f7c3"; } +.bi-9-circle-fill::before { content: "\f7c6"; } +.bi-9-circle::before { content: "\f7c7"; } +.bi-9-square-fill::before { content: "\f7c8"; } +.bi-9-square::before { content: "\f7c9"; } +.bi-airplane-engines-fill::before { content: "\f7ca"; } +.bi-airplane-engines::before { content: "\f7cb"; } +.bi-airplane-fill::before { content: "\f7cc"; } +.bi-airplane::before { content: "\f7cd"; } +.bi-alexa::before { content: "\f7ce"; } +.bi-alipay::before { content: "\f7cf"; } +.bi-android::before { content: "\f7d0"; } +.bi-android2::before { content: "\f7d1"; } +.bi-box-fill::before { content: "\f7d2"; } +.bi-box-seam-fill::before { content: "\f7d3"; } +.bi-browser-chrome::before { content: "\f7d4"; } +.bi-browser-edge::before { content: "\f7d5"; } +.bi-browser-firefox::before { content: "\f7d6"; } +.bi-browser-safari::before { content: "\f7d7"; } +.bi-c-circle-fill::before { content: "\f7da"; } +.bi-c-circle::before { content: "\f7db"; } +.bi-c-square-fill::before { content: "\f7dc"; } +.bi-c-square::before { content: "\f7dd"; } +.bi-capsule-pill::before { content: "\f7de"; } +.bi-capsule::before { content: "\f7df"; } +.bi-car-front-fill::before { content: "\f7e0"; } +.bi-car-front::before { content: "\f7e1"; } +.bi-cassette-fill::before { content: "\f7e2"; } +.bi-cassette::before { content: "\f7e3"; } +.bi-cc-circle-fill::before { content: "\f7e6"; } +.bi-cc-circle::before { content: "\f7e7"; } +.bi-cc-square-fill::before { content: "\f7e8"; } +.bi-cc-square::before { content: "\f7e9"; } +.bi-cup-hot-fill::before { content: "\f7ea"; } +.bi-cup-hot::before { content: "\f7eb"; } +.bi-currency-rupee::before { content: "\f7ec"; } +.bi-dropbox::before { content: "\f7ed"; } +.bi-escape::before { content: "\f7ee"; } +.bi-fast-forward-btn-fill::before { content: "\f7ef"; } +.bi-fast-forward-btn::before { content: "\f7f0"; } +.bi-fast-forward-circle-fill::before { content: "\f7f1"; } +.bi-fast-forward-circle::before { content: "\f7f2"; } +.bi-fast-forward-fill::before { content: "\f7f3"; } +.bi-fast-forward::before { content: "\f7f4"; } +.bi-filetype-sql::before { content: "\f7f5"; } +.bi-fire::before { content: "\f7f6"; } +.bi-google-play::before { content: "\f7f7"; } +.bi-h-circle-fill::before { content: "\f7fa"; } +.bi-h-circle::before { content: "\f7fb"; } +.bi-h-square-fill::before { content: "\f7fc"; } +.bi-h-square::before { content: "\f7fd"; } +.bi-indent::before { content: "\f7fe"; } +.bi-lungs-fill::before { content: "\f7ff"; } +.bi-lungs::before { content: "\f800"; } +.bi-microsoft-teams::before { content: "\f801"; } +.bi-p-circle-fill::before { content: "\f804"; } +.bi-p-circle::before { content: "\f805"; } +.bi-p-square-fill::before { content: "\f806"; } +.bi-p-square::before { content: "\f807"; } +.bi-pass-fill::before { content: "\f808"; } +.bi-pass::before { content: "\f809"; } +.bi-prescription::before { content: "\f80a"; } +.bi-prescription2::before { content: "\f80b"; } +.bi-r-circle-fill::before { content: "\f80e"; } +.bi-r-circle::before { content: "\f80f"; } +.bi-r-square-fill::before { content: "\f810"; } +.bi-r-square::before { content: "\f811"; } +.bi-repeat-1::before { content: "\f812"; } +.bi-repeat::before { content: "\f813"; } +.bi-rewind-btn-fill::before { content: "\f814"; } +.bi-rewind-btn::before { content: "\f815"; } +.bi-rewind-circle-fill::before { content: "\f816"; } +.bi-rewind-circle::before { content: "\f817"; } +.bi-rewind-fill::before { content: "\f818"; } +.bi-rewind::before { content: "\f819"; } +.bi-train-freight-front-fill::before { content: "\f81a"; } +.bi-train-freight-front::before { content: "\f81b"; } +.bi-train-front-fill::before { content: "\f81c"; } +.bi-train-front::before { content: "\f81d"; } +.bi-train-lightrail-front-fill::before { content: "\f81e"; } +.bi-train-lightrail-front::before { content: "\f81f"; } +.bi-truck-front-fill::before { content: "\f820"; } +.bi-truck-front::before { content: "\f821"; } +.bi-ubuntu::before { content: "\f822"; } +.bi-unindent::before { content: "\f823"; } +.bi-unity::before { content: "\f824"; } +.bi-universal-access-circle::before { content: "\f825"; } +.bi-universal-access::before { content: "\f826"; } +.bi-virus::before { content: "\f827"; } +.bi-virus2::before { content: "\f828"; } +.bi-wechat::before { content: "\f829"; } +.bi-yelp::before { content: "\f82a"; } +.bi-sign-stop-fill::before { content: "\f82b"; } +.bi-sign-stop-lights-fill::before { content: "\f82c"; } +.bi-sign-stop-lights::before { content: "\f82d"; } +.bi-sign-stop::before { content: "\f82e"; } +.bi-sign-turn-left-fill::before { content: "\f82f"; } +.bi-sign-turn-left::before { content: "\f830"; } +.bi-sign-turn-right-fill::before { content: "\f831"; } +.bi-sign-turn-right::before { content: "\f832"; } +.bi-sign-turn-slight-left-fill::before { content: "\f833"; } +.bi-sign-turn-slight-left::before { content: "\f834"; } +.bi-sign-turn-slight-right-fill::before { content: "\f835"; } +.bi-sign-turn-slight-right::before { content: "\f836"; } +.bi-sign-yield-fill::before { content: "\f837"; } +.bi-sign-yield::before { content: "\f838"; } +.bi-ev-station-fill::before { content: "\f839"; } +.bi-ev-station::before { content: "\f83a"; } +.bi-fuel-pump-diesel-fill::before { content: "\f83b"; } +.bi-fuel-pump-diesel::before { content: "\f83c"; } +.bi-fuel-pump-fill::before { content: "\f83d"; } +.bi-fuel-pump::before { content: "\f83e"; } +.bi-0-circle-fill::before { content: "\f83f"; } +.bi-0-circle::before { content: "\f840"; } +.bi-0-square-fill::before { content: "\f841"; } +.bi-0-square::before { content: "\f842"; } +.bi-rocket-fill::before { content: "\f843"; } +.bi-rocket-takeoff-fill::before { content: "\f844"; } +.bi-rocket-takeoff::before { content: "\f845"; } +.bi-rocket::before { content: "\f846"; } +.bi-stripe::before { content: "\f847"; } +.bi-subscript::before { content: "\f848"; } +.bi-superscript::before { content: "\f849"; } +.bi-trello::before { content: "\f84a"; } +.bi-envelope-at-fill::before { content: "\f84b"; } +.bi-envelope-at::before { content: "\f84c"; } +.bi-regex::before { content: "\f84d"; } +.bi-text-wrap::before { content: "\f84e"; } +.bi-sign-dead-end-fill::before { content: "\f84f"; } +.bi-sign-dead-end::before { content: "\f850"; } +.bi-sign-do-not-enter-fill::before { content: "\f851"; } +.bi-sign-do-not-enter::before { content: "\f852"; } +.bi-sign-intersection-fill::before { content: "\f853"; } +.bi-sign-intersection-side-fill::before { content: "\f854"; } +.bi-sign-intersection-side::before { content: "\f855"; } +.bi-sign-intersection-t-fill::before { content: "\f856"; } +.bi-sign-intersection-t::before { content: "\f857"; } +.bi-sign-intersection-y-fill::before { content: "\f858"; } +.bi-sign-intersection-y::before { content: "\f859"; } +.bi-sign-intersection::before { content: "\f85a"; } +.bi-sign-merge-left-fill::before { content: "\f85b"; } +.bi-sign-merge-left::before { content: "\f85c"; } +.bi-sign-merge-right-fill::before { content: "\f85d"; } +.bi-sign-merge-right::before { content: "\f85e"; } +.bi-sign-no-left-turn-fill::before { content: "\f85f"; } +.bi-sign-no-left-turn::before { content: "\f860"; } +.bi-sign-no-parking-fill::before { content: "\f861"; } +.bi-sign-no-parking::before { content: "\f862"; } +.bi-sign-no-right-turn-fill::before { content: "\f863"; } +.bi-sign-no-right-turn::before { content: "\f864"; } +.bi-sign-railroad-fill::before { content: "\f865"; } +.bi-sign-railroad::before { content: "\f866"; } +.bi-building-add::before { content: "\f867"; } +.bi-building-check::before { content: "\f868"; } +.bi-building-dash::before { content: "\f869"; } +.bi-building-down::before { content: "\f86a"; } +.bi-building-exclamation::before { content: "\f86b"; } +.bi-building-fill-add::before { content: "\f86c"; } +.bi-building-fill-check::before { content: "\f86d"; } +.bi-building-fill-dash::before { content: "\f86e"; } +.bi-building-fill-down::before { content: "\f86f"; } +.bi-building-fill-exclamation::before { content: "\f870"; } +.bi-building-fill-gear::before { content: "\f871"; } +.bi-building-fill-lock::before { content: "\f872"; } +.bi-building-fill-slash::before { content: "\f873"; } +.bi-building-fill-up::before { content: "\f874"; } +.bi-building-fill-x::before { content: "\f875"; } +.bi-building-fill::before { content: "\f876"; } +.bi-building-gear::before { content: "\f877"; } +.bi-building-lock::before { content: "\f878"; } +.bi-building-slash::before { content: "\f879"; } +.bi-building-up::before { content: "\f87a"; } +.bi-building-x::before { content: "\f87b"; } +.bi-buildings-fill::before { content: "\f87c"; } +.bi-buildings::before { content: "\f87d"; } +.bi-bus-front-fill::before { content: "\f87e"; } +.bi-bus-front::before { content: "\f87f"; } +.bi-ev-front-fill::before { content: "\f880"; } +.bi-ev-front::before { content: "\f881"; } +.bi-globe-americas::before { content: "\f882"; } +.bi-globe-asia-australia::before { content: "\f883"; } +.bi-globe-central-south-asia::before { content: "\f884"; } +.bi-globe-europe-africa::before { content: "\f885"; } +.bi-house-add-fill::before { content: "\f886"; } +.bi-house-add::before { content: "\f887"; } +.bi-house-check-fill::before { content: "\f888"; } +.bi-house-check::before { content: "\f889"; } +.bi-house-dash-fill::before { content: "\f88a"; } +.bi-house-dash::before { content: "\f88b"; } +.bi-house-down-fill::before { content: "\f88c"; } +.bi-house-down::before { content: "\f88d"; } +.bi-house-exclamation-fill::before { content: "\f88e"; } +.bi-house-exclamation::before { content: "\f88f"; } +.bi-house-gear-fill::before { content: "\f890"; } +.bi-house-gear::before { content: "\f891"; } +.bi-house-lock-fill::before { content: "\f892"; } +.bi-house-lock::before { content: "\f893"; } +.bi-house-slash-fill::before { content: "\f894"; } +.bi-house-slash::before { content: "\f895"; } +.bi-house-up-fill::before { content: "\f896"; } +.bi-house-up::before { content: "\f897"; } +.bi-house-x-fill::before { content: "\f898"; } +.bi-house-x::before { content: "\f899"; } +.bi-person-add::before { content: "\f89a"; } +.bi-person-down::before { content: "\f89b"; } +.bi-person-exclamation::before { content: "\f89c"; } +.bi-person-fill-add::before { content: "\f89d"; } +.bi-person-fill-check::before { content: "\f89e"; } +.bi-person-fill-dash::before { content: "\f89f"; } +.bi-person-fill-down::before { content: "\f8a0"; } +.bi-person-fill-exclamation::before { content: "\f8a1"; } +.bi-person-fill-gear::before { content: "\f8a2"; } +.bi-person-fill-lock::before { content: "\f8a3"; } +.bi-person-fill-slash::before { content: "\f8a4"; } +.bi-person-fill-up::before { content: "\f8a5"; } +.bi-person-fill-x::before { content: "\f8a6"; } +.bi-person-gear::before { content: "\f8a7"; } +.bi-person-lock::before { content: "\f8a8"; } +.bi-person-slash::before { content: "\f8a9"; } +.bi-person-up::before { content: "\f8aa"; } +.bi-scooter::before { content: "\f8ab"; } +.bi-taxi-front-fill::before { content: "\f8ac"; } +.bi-taxi-front::before { content: "\f8ad"; } +.bi-amd::before { content: "\f8ae"; } +.bi-database-add::before { content: "\f8af"; } +.bi-database-check::before { content: "\f8b0"; } +.bi-database-dash::before { content: "\f8b1"; } +.bi-database-down::before { content: "\f8b2"; } +.bi-database-exclamation::before { content: "\f8b3"; } +.bi-database-fill-add::before { content: "\f8b4"; } +.bi-database-fill-check::before { content: "\f8b5"; } +.bi-database-fill-dash::before { content: "\f8b6"; } +.bi-database-fill-down::before { content: "\f8b7"; } +.bi-database-fill-exclamation::before { content: "\f8b8"; } +.bi-database-fill-gear::before { content: "\f8b9"; } +.bi-database-fill-lock::before { content: "\f8ba"; } +.bi-database-fill-slash::before { content: "\f8bb"; } +.bi-database-fill-up::before { content: "\f8bc"; } +.bi-database-fill-x::before { content: "\f8bd"; } +.bi-database-fill::before { content: "\f8be"; } +.bi-database-gear::before { content: "\f8bf"; } +.bi-database-lock::before { content: "\f8c0"; } +.bi-database-slash::before { content: "\f8c1"; } +.bi-database-up::before { content: "\f8c2"; } +.bi-database-x::before { content: "\f8c3"; } +.bi-database::before { content: "\f8c4"; } +.bi-houses-fill::before { content: "\f8c5"; } +.bi-houses::before { content: "\f8c6"; } +.bi-nvidia::before { content: "\f8c7"; } +.bi-person-vcard-fill::before { content: "\f8c8"; } +.bi-person-vcard::before { content: "\f8c9"; } +.bi-sina-weibo::before { content: "\f8ca"; } +.bi-tencent-qq::before { content: "\f8cb"; } +.bi-wikipedia::before { content: "\f8cc"; } +.bi-alphabet-uppercase::before { content: "\f2a5"; } +.bi-alphabet::before { content: "\f68a"; } +.bi-amazon::before { content: "\f68d"; } +.bi-arrows-collapse-vertical::before { content: "\f690"; } +.bi-arrows-expand-vertical::before { content: "\f695"; } +.bi-arrows-vertical::before { content: "\f698"; } +.bi-arrows::before { content: "\f6a2"; } +.bi-ban-fill::before { content: "\f6a3"; } +.bi-ban::before { content: "\f6b6"; } +.bi-bing::before { content: "\f6c2"; } +.bi-cake::before { content: "\f6e0"; } +.bi-cake2::before { content: "\f6ed"; } +.bi-cookie::before { content: "\f6ee"; } +.bi-copy::before { content: "\f759"; } +.bi-crosshair::before { content: "\f769"; } +.bi-crosshair2::before { content: "\f794"; } +.bi-emoji-astonished-fill::before { content: "\f795"; } +.bi-emoji-astonished::before { content: "\f79a"; } +.bi-emoji-grimace-fill::before { content: "\f79b"; } +.bi-emoji-grimace::before { content: "\f7a0"; } +.bi-emoji-grin-fill::before { content: "\f7a1"; } +.bi-emoji-grin::before { content: "\f7a6"; } +.bi-emoji-surprise-fill::before { content: "\f7a7"; } +.bi-emoji-surprise::before { content: "\f7ac"; } +.bi-emoji-tear-fill::before { content: "\f7ad"; } +.bi-emoji-tear::before { content: "\f7b2"; } +.bi-envelope-arrow-down-fill::before { content: "\f7b3"; } +.bi-envelope-arrow-down::before { content: "\f7b8"; } +.bi-envelope-arrow-up-fill::before { content: "\f7b9"; } +.bi-envelope-arrow-up::before { content: "\f7be"; } +.bi-feather::before { content: "\f7bf"; } +.bi-feather2::before { content: "\f7c4"; } +.bi-floppy-fill::before { content: "\f7c5"; } +.bi-floppy::before { content: "\f7d8"; } +.bi-floppy2-fill::before { content: "\f7d9"; } +.bi-floppy2::before { content: "\f7e4"; } +.bi-gitlab::before { content: "\f7e5"; } +.bi-highlighter::before { content: "\f7f8"; } +.bi-marker-tip::before { content: "\f802"; } +.bi-nvme-fill::before { content: "\f803"; } +.bi-nvme::before { content: "\f80c"; } +.bi-opencollective::before { content: "\f80d"; } +.bi-pci-card-network::before { content: "\f8cd"; } +.bi-pci-card-sound::before { content: "\f8ce"; } +.bi-radar::before { content: "\f8cf"; } +.bi-send-arrow-down-fill::before { content: "\f8d0"; } +.bi-send-arrow-down::before { content: "\f8d1"; } +.bi-send-arrow-up-fill::before { content: "\f8d2"; } +.bi-send-arrow-up::before { content: "\f8d3"; } +.bi-sim-slash-fill::before { content: "\f8d4"; } +.bi-sim-slash::before { content: "\f8d5"; } +.bi-sourceforge::before { content: "\f8d6"; } +.bi-substack::before { content: "\f8d7"; } +.bi-threads-fill::before { content: "\f8d8"; } +.bi-threads::before { content: "\f8d9"; } +.bi-transparency::before { content: "\f8da"; } +.bi-twitter-x::before { content: "\f8db"; } +.bi-type-h4::before { content: "\f8dc"; } +.bi-type-h5::before { content: "\f8dd"; } +.bi-type-h6::before { content: "\f8de"; } +.bi-backpack-fill::before { content: "\f8df"; } +.bi-backpack::before { content: "\f8e0"; } +.bi-backpack2-fill::before { content: "\f8e1"; } +.bi-backpack2::before { content: "\f8e2"; } +.bi-backpack3-fill::before { content: "\f8e3"; } +.bi-backpack3::before { content: "\f8e4"; } +.bi-backpack4-fill::before { content: "\f8e5"; } +.bi-backpack4::before { content: "\f8e6"; } +.bi-brilliance::before { content: "\f8e7"; } +.bi-cake-fill::before { content: "\f8e8"; } +.bi-cake2-fill::before { content: "\f8e9"; } +.bi-duffle-fill::before { content: "\f8ea"; } +.bi-duffle::before { content: "\f8eb"; } +.bi-exposure::before { content: "\f8ec"; } +.bi-gender-neuter::before { content: "\f8ed"; } +.bi-highlights::before { content: "\f8ee"; } +.bi-luggage-fill::before { content: "\f8ef"; } +.bi-luggage::before { content: "\f8f0"; } +.bi-mailbox-flag::before { content: "\f8f1"; } +.bi-mailbox2-flag::before { content: "\f8f2"; } +.bi-noise-reduction::before { content: "\f8f3"; } +.bi-passport-fill::before { content: "\f8f4"; } +.bi-passport::before { content: "\f8f5"; } +.bi-person-arms-up::before { content: "\f8f6"; } +.bi-person-raised-hand::before { content: "\f8f7"; } +.bi-person-standing-dress::before { content: "\f8f8"; } +.bi-person-standing::before { content: "\f8f9"; } +.bi-person-walking::before { content: "\f8fa"; } +.bi-person-wheelchair::before { content: "\f8fb"; } +.bi-shadows::before { content: "\f8fc"; } +.bi-suitcase-fill::before { content: "\f8fd"; } +.bi-suitcase-lg-fill::before { content: "\f8fe"; } +.bi-suitcase-lg::before { content: "\f8ff"; } +.bi-suitcase::before { content: "\f900"; } +.bi-suitcase2-fill::before { content: "\f901"; } +.bi-suitcase2::before { content: "\f902"; } +.bi-vignette::before { content: "\f903"; } diff --git a/_freeze/site_libs/bootstrap/bootstrap-icons.woff b/_freeze/site_libs/bootstrap/bootstrap-icons.woff new file mode 100644 index 0000000..dbeeb05 Binary files /dev/null and b/_freeze/site_libs/bootstrap/bootstrap-icons.woff differ diff --git a/_freeze/site_libs/bootstrap/bootstrap.min.css b/_freeze/site_libs/bootstrap/bootstrap.min.css new file mode 100644 index 0000000..8dc8fb4 --- /dev/null +++ b/_freeze/site_libs/bootstrap/bootstrap.min.css @@ -0,0 +1,10 @@ +/*! + * Bootstrap v5.2.2 (https://getbootstrap.com/) + * Copyright 2011-2022 The Bootstrap Authors + * Copyright 2011-2022 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + */@import"https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700&display=swap";:root{--bs-blue: #2780e3;--bs-indigo: #6610f2;--bs-purple: #613d7c;--bs-pink: #e83e8c;--bs-red: #ff0039;--bs-orange: #f0ad4e;--bs-yellow: #ff7518;--bs-green: #3fb618;--bs-teal: #20c997;--bs-cyan: #9954bb;--bs-black: #000;--bs-white: #fff;--bs-gray: #868e96;--bs-gray-dark: #373a3c;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #868e96;--bs-gray-700: #495057;--bs-gray-800: #373a3c;--bs-gray-900: #212529;--bs-default: #373a3c;--bs-primary: #2780e3;--bs-secondary: #373a3c;--bs-success: #3fb618;--bs-info: #9954bb;--bs-warning: #ff7518;--bs-danger: #ff0039;--bs-light: #f8f9fa;--bs-dark: #373a3c;--bs-default-rgb: 55, 58, 60;--bs-primary-rgb: 39, 128, 227;--bs-secondary-rgb: 55, 58, 60;--bs-success-rgb: 63, 182, 24;--bs-info-rgb: 153, 84, 187;--bs-warning-rgb: 255, 117, 24;--bs-danger-rgb: 255, 0, 57;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 55, 58, 60;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-body-color-rgb: 55, 58, 60;--bs-body-bg-rgb: 255, 255, 255;--bs-font-sans-serif: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-root-font-size: 17px;--bs-body-font-family: Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;--bs-body-font-size:1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #373a3c;--bs-body-bg: #fff;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, 0.175);--bs-border-radius: 0.375rem;--bs-border-radius-sm: 0.25rem;--bs-border-radius-lg: 0.5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-2xl: 2rem;--bs-border-radius-pill: 50rem;--bs-link-color: #2780e3;--bs-link-hover-color: #1f66b6;--bs-code-color: #7d12ba;--bs-highlight-bg: #ffe3d1}*,*::before,*::after{box-sizing:border-box}:root{font-size:var(--bs-root-font-size)}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:1px solid;opacity:.25}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-weight:400;line-height:1.2}h1,.h1{font-size:calc(1.325rem + 0.9vw)}@media(min-width: 1200px){h1,.h1{font-size:2rem}}h2,.h2{font-size:calc(1.29rem + 0.48vw)}@media(min-width: 1200px){h2,.h2{font-size:1.65rem}}h3,.h3{font-size:calc(1.27rem + 0.24vw)}@media(min-width: 1200px){h3,.h3{font-size:1.45rem}}h4,.h4{font-size:1.25rem}h5,.h5{font-size:1.1rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{text-decoration:underline dotted;-webkit-text-decoration:underline dotted;-moz-text-decoration:underline dotted;-ms-text-decoration:underline dotted;-o-text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem;padding:.625rem 1.25rem;border-left:.25rem solid #e9ecef}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}b,strong{font-weight:bolder}small,.small{font-size:0.875em}mark,.mark{padding:.1875em;background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:var(--bs-link-color);text-decoration:underline;-webkit-text-decoration:underline;-moz-text-decoration:underline;-ms-text-decoration:underline;-o-text-decoration:underline}a:hover{color:var(--bs-link-hover-color)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em;color:#000;background-color:#f7f7f7;padding:.5rem;border:1px solid #dee2e6}pre code{background-color:rgba(0,0,0,0);font-size:inherit;color:inherit;word-break:normal}code{font-size:0.875em;color:var(--bs-code-color);background-color:#f7f7f7;padding:.125rem .25rem;word-wrap:break-word}a>code{color:inherit}kbd{padding:.4rem .4rem;font-size:0.875em;color:#fff;background-color:#373a3c}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#868e96;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none !important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + 0.3vw);line-height:inherit}@media(min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:0.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:0.875em;color:#868e96}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:0.875em;color:#868e96}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container{max-width:540px}}@media(min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media(min-width: 1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}.grid{display:grid;grid-template-rows:repeat(var(--bs-rows, 1), 1fr);grid-template-columns:repeat(var(--bs-columns, 12), 1fr);gap:var(--bs-gap, 1.5rem)}.grid .g-col-1{grid-column:auto/span 1}.grid .g-col-2{grid-column:auto/span 2}.grid .g-col-3{grid-column:auto/span 3}.grid .g-col-4{grid-column:auto/span 4}.grid .g-col-5{grid-column:auto/span 5}.grid .g-col-6{grid-column:auto/span 6}.grid .g-col-7{grid-column:auto/span 7}.grid .g-col-8{grid-column:auto/span 8}.grid .g-col-9{grid-column:auto/span 9}.grid .g-col-10{grid-column:auto/span 10}.grid .g-col-11{grid-column:auto/span 11}.grid .g-col-12{grid-column:auto/span 12}.grid .g-start-1{grid-column-start:1}.grid .g-start-2{grid-column-start:2}.grid .g-start-3{grid-column-start:3}.grid .g-start-4{grid-column-start:4}.grid .g-start-5{grid-column-start:5}.grid .g-start-6{grid-column-start:6}.grid .g-start-7{grid-column-start:7}.grid .g-start-8{grid-column-start:8}.grid .g-start-9{grid-column-start:9}.grid .g-start-10{grid-column-start:10}.grid .g-start-11{grid-column-start:11}@media(min-width: 576px){.grid .g-col-sm-1{grid-column:auto/span 1}.grid .g-col-sm-2{grid-column:auto/span 2}.grid .g-col-sm-3{grid-column:auto/span 3}.grid .g-col-sm-4{grid-column:auto/span 4}.grid .g-col-sm-5{grid-column:auto/span 5}.grid .g-col-sm-6{grid-column:auto/span 6}.grid .g-col-sm-7{grid-column:auto/span 7}.grid .g-col-sm-8{grid-column:auto/span 8}.grid .g-col-sm-9{grid-column:auto/span 9}.grid .g-col-sm-10{grid-column:auto/span 10}.grid .g-col-sm-11{grid-column:auto/span 11}.grid .g-col-sm-12{grid-column:auto/span 12}.grid .g-start-sm-1{grid-column-start:1}.grid .g-start-sm-2{grid-column-start:2}.grid .g-start-sm-3{grid-column-start:3}.grid .g-start-sm-4{grid-column-start:4}.grid .g-start-sm-5{grid-column-start:5}.grid .g-start-sm-6{grid-column-start:6}.grid .g-start-sm-7{grid-column-start:7}.grid .g-start-sm-8{grid-column-start:8}.grid .g-start-sm-9{grid-column-start:9}.grid .g-start-sm-10{grid-column-start:10}.grid .g-start-sm-11{grid-column-start:11}}@media(min-width: 768px){.grid .g-col-md-1{grid-column:auto/span 1}.grid .g-col-md-2{grid-column:auto/span 2}.grid .g-col-md-3{grid-column:auto/span 3}.grid .g-col-md-4{grid-column:auto/span 4}.grid .g-col-md-5{grid-column:auto/span 5}.grid .g-col-md-6{grid-column:auto/span 6}.grid .g-col-md-7{grid-column:auto/span 7}.grid .g-col-md-8{grid-column:auto/span 8}.grid .g-col-md-9{grid-column:auto/span 9}.grid .g-col-md-10{grid-column:auto/span 10}.grid .g-col-md-11{grid-column:auto/span 11}.grid .g-col-md-12{grid-column:auto/span 12}.grid .g-start-md-1{grid-column-start:1}.grid .g-start-md-2{grid-column-start:2}.grid .g-start-md-3{grid-column-start:3}.grid .g-start-md-4{grid-column-start:4}.grid .g-start-md-5{grid-column-start:5}.grid .g-start-md-6{grid-column-start:6}.grid .g-start-md-7{grid-column-start:7}.grid .g-start-md-8{grid-column-start:8}.grid .g-start-md-9{grid-column-start:9}.grid .g-start-md-10{grid-column-start:10}.grid .g-start-md-11{grid-column-start:11}}@media(min-width: 992px){.grid .g-col-lg-1{grid-column:auto/span 1}.grid .g-col-lg-2{grid-column:auto/span 2}.grid .g-col-lg-3{grid-column:auto/span 3}.grid .g-col-lg-4{grid-column:auto/span 4}.grid .g-col-lg-5{grid-column:auto/span 5}.grid .g-col-lg-6{grid-column:auto/span 6}.grid .g-col-lg-7{grid-column:auto/span 7}.grid .g-col-lg-8{grid-column:auto/span 8}.grid .g-col-lg-9{grid-column:auto/span 9}.grid .g-col-lg-10{grid-column:auto/span 10}.grid .g-col-lg-11{grid-column:auto/span 11}.grid .g-col-lg-12{grid-column:auto/span 12}.grid .g-start-lg-1{grid-column-start:1}.grid .g-start-lg-2{grid-column-start:2}.grid .g-start-lg-3{grid-column-start:3}.grid .g-start-lg-4{grid-column-start:4}.grid .g-start-lg-5{grid-column-start:5}.grid .g-start-lg-6{grid-column-start:6}.grid .g-start-lg-7{grid-column-start:7}.grid .g-start-lg-8{grid-column-start:8}.grid .g-start-lg-9{grid-column-start:9}.grid .g-start-lg-10{grid-column-start:10}.grid .g-start-lg-11{grid-column-start:11}}@media(min-width: 1200px){.grid .g-col-xl-1{grid-column:auto/span 1}.grid .g-col-xl-2{grid-column:auto/span 2}.grid .g-col-xl-3{grid-column:auto/span 3}.grid .g-col-xl-4{grid-column:auto/span 4}.grid .g-col-xl-5{grid-column:auto/span 5}.grid .g-col-xl-6{grid-column:auto/span 6}.grid .g-col-xl-7{grid-column:auto/span 7}.grid .g-col-xl-8{grid-column:auto/span 8}.grid .g-col-xl-9{grid-column:auto/span 9}.grid .g-col-xl-10{grid-column:auto/span 10}.grid .g-col-xl-11{grid-column:auto/span 11}.grid .g-col-xl-12{grid-column:auto/span 12}.grid .g-start-xl-1{grid-column-start:1}.grid .g-start-xl-2{grid-column-start:2}.grid .g-start-xl-3{grid-column-start:3}.grid .g-start-xl-4{grid-column-start:4}.grid .g-start-xl-5{grid-column-start:5}.grid .g-start-xl-6{grid-column-start:6}.grid .g-start-xl-7{grid-column-start:7}.grid .g-start-xl-8{grid-column-start:8}.grid .g-start-xl-9{grid-column-start:9}.grid .g-start-xl-10{grid-column-start:10}.grid .g-start-xl-11{grid-column-start:11}}@media(min-width: 1400px){.grid .g-col-xxl-1{grid-column:auto/span 1}.grid .g-col-xxl-2{grid-column:auto/span 2}.grid .g-col-xxl-3{grid-column:auto/span 3}.grid .g-col-xxl-4{grid-column:auto/span 4}.grid .g-col-xxl-5{grid-column:auto/span 5}.grid .g-col-xxl-6{grid-column:auto/span 6}.grid .g-col-xxl-7{grid-column:auto/span 7}.grid .g-col-xxl-8{grid-column:auto/span 8}.grid .g-col-xxl-9{grid-column:auto/span 9}.grid .g-col-xxl-10{grid-column:auto/span 10}.grid .g-col-xxl-11{grid-column:auto/span 11}.grid .g-col-xxl-12{grid-column:auto/span 12}.grid .g-start-xxl-1{grid-column-start:1}.grid .g-start-xxl-2{grid-column-start:2}.grid .g-start-xxl-3{grid-column-start:3}.grid .g-start-xxl-4{grid-column-start:4}.grid .g-start-xxl-5{grid-column-start:5}.grid .g-start-xxl-6{grid-column-start:6}.grid .g-start-xxl-7{grid-column-start:7}.grid .g-start-xxl-8{grid-column-start:8}.grid .g-start-xxl-9{grid-column-start:9}.grid .g-start-xxl-10{grid-column-start:10}.grid .g-start-xxl-11{grid-column-start:11}}.table{--bs-table-color: #373a3c;--bs-table-bg: transparent;--bs-table-border-color: #dee2e6;--bs-table-accent-bg: transparent;--bs-table-striped-color: #373a3c;--bs-table-striped-bg: rgba(0, 0, 0, 0.05);--bs-table-active-color: #373a3c;--bs-table-active-bg: rgba(0, 0, 0, 0.1);--bs-table-hover-color: #373a3c;--bs-table-hover-bg: rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:var(--bs-table-color);vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:2px solid #b6babc}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg: var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-striped-columns>:not(caption)>tr>:nth-child(even){--bs-table-accent-bg: var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg: var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg: var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-color: #000;--bs-table-bg: #d4e6f9;--bs-table-border-color: #bfcfe0;--bs-table-striped-bg: #c9dbed;--bs-table-striped-color: #000;--bs-table-active-bg: #bfcfe0;--bs-table-active-color: #000;--bs-table-hover-bg: #c4d5e6;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color: #000;--bs-table-bg: #d7d8d8;--bs-table-border-color: #c2c2c2;--bs-table-striped-bg: #cccdcd;--bs-table-striped-color: #000;--bs-table-active-bg: #c2c2c2;--bs-table-active-color: #000;--bs-table-hover-bg: #c7c8c8;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color: #000;--bs-table-bg: #d9f0d1;--bs-table-border-color: #c3d8bc;--bs-table-striped-bg: #cee4c7;--bs-table-striped-color: #000;--bs-table-active-bg: #c3d8bc;--bs-table-active-color: #000;--bs-table-hover-bg: #c9dec1;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color: #000;--bs-table-bg: #ebddf1;--bs-table-border-color: #d4c7d9;--bs-table-striped-bg: #dfd2e5;--bs-table-striped-color: #000;--bs-table-active-bg: #d4c7d9;--bs-table-active-color: #000;--bs-table-hover-bg: #d9ccdf;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color: #000;--bs-table-bg: #ffe3d1;--bs-table-border-color: #e6ccbc;--bs-table-striped-bg: #f2d8c7;--bs-table-striped-color: #000;--bs-table-active-bg: #e6ccbc;--bs-table-active-color: #000;--bs-table-hover-bg: #ecd2c1;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color: #000;--bs-table-bg: #ffccd7;--bs-table-border-color: #e6b8c2;--bs-table-striped-bg: #f2c2cc;--bs-table-striped-color: #000;--bs-table-active-bg: #e6b8c2;--bs-table-active-color: #000;--bs-table-hover-bg: #ecbdc7;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color: #000;--bs-table-bg: #f8f9fa;--bs-table-border-color: #dfe0e1;--bs-table-striped-bg: #ecedee;--bs-table-striped-color: #000;--bs-table-active-bg: #dfe0e1;--bs-table-active-color: #000;--bs-table-hover-bg: #e5e6e7;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color: #fff;--bs-table-bg: #373a3c;--bs-table-border-color: #4b4e50;--bs-table-striped-bg: #414446;--bs-table-striped-color: #fff;--bs-table-active-bg: #4b4e50;--bs-table-active-color: #fff;--bs-table-hover-bg: #46494b;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width: 575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label,.shiny-input-container .control-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(0.375rem + 1px);padding-bottom:calc(0.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:0.875rem}.form-text{margin-top:.25rem;font-size:0.875em;color:#868e96}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#373a3c;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;border-radius:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#373a3c;background-color:#fff;border-color:#93c0f1;outline:0;box-shadow:0 0 0 .25rem rgba(39,128,227,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::placeholder{color:#868e96;opacity:1}.form-control:disabled{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-0.375rem -0.75rem;margin-inline-end:.75rem;color:#373a3c;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#373a3c;background-color:rgba(0,0,0,0);border:solid rgba(0,0,0,0);border-width:1px 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + 0.5rem + 2px);padding:.25rem .5rem;font-size:0.875rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-0.25rem -0.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + 0.75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + 0.5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{width:3rem;height:calc(1.5em + 0.75rem + 2px);padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0 !important}.form-control-color.form-control-sm{height:calc(1.5em + 0.5rem + 2px)}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + 2px)}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#373a3c;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23373a3c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none}@media(prefers-reduced-motion: reduce){.form-select{transition:none}}.form-select:focus{border-color:#93c0f1;outline:0;box-shadow:0 0 0 .25rem rgba(39,128,227,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #373a3c}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:0.875rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.form-check,.shiny-input-container .checkbox,.shiny-input-container .radio{display:block;min-height:1.5rem;padding-left:0;margin-bottom:.125rem}.form-check .form-check-input,.form-check .shiny-input-container .checkbox input,.form-check .shiny-input-container .radio input,.shiny-input-container .checkbox .form-check-input,.shiny-input-container .checkbox .shiny-input-container .checkbox input,.shiny-input-container .checkbox .shiny-input-container .radio input,.shiny-input-container .radio .form-check-input,.shiny-input-container .radio .shiny-input-container .checkbox input,.shiny-input-container .radio .shiny-input-container .radio input{float:left;margin-left:0}.form-check-reverse{padding-right:0;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:0;margin-left:0}.form-check-input,.shiny-input-container .checkbox input,.shiny-input-container .checkbox-inline input,.shiny-input-container .radio input,.shiny-input-container .radio-inline input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;print-color-adjust:exact}.form-check-input[type=radio],.shiny-input-container .checkbox input[type=radio],.shiny-input-container .checkbox-inline input[type=radio],.shiny-input-container .radio input[type=radio],.shiny-input-container .radio-inline input[type=radio]{border-radius:50%}.form-check-input:active,.shiny-input-container .checkbox input:active,.shiny-input-container .checkbox-inline input:active,.shiny-input-container .radio input:active,.shiny-input-container .radio-inline input:active{filter:brightness(90%)}.form-check-input:focus,.shiny-input-container .checkbox input:focus,.shiny-input-container .checkbox-inline input:focus,.shiny-input-container .radio input:focus,.shiny-input-container .radio-inline input:focus{border-color:#93c0f1;outline:0;box-shadow:0 0 0 .25rem rgba(39,128,227,.25)}.form-check-input:checked,.shiny-input-container .checkbox input:checked,.shiny-input-container .checkbox-inline input:checked,.shiny-input-container .radio input:checked,.shiny-input-container .radio-inline input:checked{background-color:#2780e3;border-color:#2780e3}.form-check-input:checked[type=checkbox],.shiny-input-container .checkbox input:checked[type=checkbox],.shiny-input-container .checkbox-inline input:checked[type=checkbox],.shiny-input-container .radio input:checked[type=checkbox],.shiny-input-container .radio-inline input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio],.shiny-input-container .checkbox input:checked[type=radio],.shiny-input-container .checkbox-inline input:checked[type=radio],.shiny-input-container .radio input:checked[type=radio],.shiny-input-container .radio-inline input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate,.shiny-input-container .checkbox input[type=checkbox]:indeterminate,.shiny-input-container .checkbox-inline input[type=checkbox]:indeterminate,.shiny-input-container .radio input[type=checkbox]:indeterminate,.shiny-input-container .radio-inline input[type=checkbox]:indeterminate{background-color:#2780e3;border-color:#2780e3;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled,.shiny-input-container .checkbox input:disabled,.shiny-input-container .checkbox-inline input:disabled,.shiny-input-container .radio input:disabled,.shiny-input-container .radio-inline input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input[disabled]~.form-check-label,.form-check-input[disabled]~span,.form-check-input:disabled~.form-check-label,.form-check-input:disabled~span,.shiny-input-container .checkbox input[disabled]~.form-check-label,.shiny-input-container .checkbox input[disabled]~span,.shiny-input-container .checkbox input:disabled~.form-check-label,.shiny-input-container .checkbox input:disabled~span,.shiny-input-container .checkbox-inline input[disabled]~.form-check-label,.shiny-input-container .checkbox-inline input[disabled]~span,.shiny-input-container .checkbox-inline input:disabled~.form-check-label,.shiny-input-container .checkbox-inline input:disabled~span,.shiny-input-container .radio input[disabled]~.form-check-label,.shiny-input-container .radio input[disabled]~span,.shiny-input-container .radio input:disabled~.form-check-label,.shiny-input-container .radio input:disabled~span,.shiny-input-container .radio-inline input[disabled]~.form-check-label,.shiny-input-container .radio-inline input[disabled]~span,.shiny-input-container .radio-inline input:disabled~.form-check-label,.shiny-input-container .radio-inline input:disabled~span{cursor:default;opacity:.5}.form-check-label,.shiny-input-container .checkbox label,.shiny-input-container .checkbox-inline label,.shiny-input-container .radio label,.shiny-input-container .radio-inline label{cursor:pointer}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;transition:background-position .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2393c0f1'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:rgba(0,0,0,0);appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(39,128,227,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(39,128,227,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;background-color:#2780e3;border:0;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none}@media(prefers-reduced-motion: reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#bed9f7}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#dee2e6;border-color:rgba(0,0,0,0)}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#2780e3;border:0;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none}@media(prefers-reduced-motion: reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#bed9f7}.form-range::-moz-range-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#dee2e6;border-color:rgba(0,0,0,0)}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;width:100%;height:100%;padding:1rem .75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:1px solid rgba(0,0,0,0);transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media(prefers-reduced-motion: reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder{color:rgba(0,0,0,0)}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control-plaintext~label{border-width:1px 0}.input-group{position:relative;display:flex;display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;align-items:stretch;-webkit-align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating{position:relative;flex:1 1 auto;-webkit-flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#373a3c;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:.25rem .5rem;font-size:0.875rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#3fb618}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;color:#fff;background-color:rgba(63,182,24,.9)}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#3fb618;padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233fb618' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#3fb618;box-shadow:0 0 0 .25rem rgba(63,182,24,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:#3fb618}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23373a3c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233fb618' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:#3fb618;box-shadow:0 0 0 .25rem rgba(63,182,24,.25)}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(3rem + calc(1.5em + 0.75rem))}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:#3fb618}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:#3fb618}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(63,182,24,.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#3fb618}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.input-group>.form-floating:not(:focus-within).is-valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#ff0039}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;color:#fff;background-color:rgba(255,0,57,.9)}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#ff0039;padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff0039'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff0039' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#ff0039;box-shadow:0 0 0 .25rem rgba(255,0,57,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:#ff0039}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23373a3c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff0039'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff0039' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:#ff0039;box-shadow:0 0 0 .25rem rgba(255,0,57,.25)}.was-validated .form-control-color:invalid,.form-control-color.is-invalid{width:calc(3rem + calc(1.5em + 0.75rem))}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:#ff0039}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:#ff0039}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(255,0,57,.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#ff0039}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.input-group>.form-floating:not(:focus-within).is-invalid{z-index:4}.btn{--bs-btn-padding-x: 0.75rem;--bs-btn-padding-y: 0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight: 400;--bs-btn-line-height: 1.5;--bs-btn-color: #373a3c;--bs-btn-bg: transparent;--bs-btn-border-width: 1px;--bs-btn-border-color: transparent;--bs-btn-border-radius: 0.375rem;--bs-btn-hover-border-color: transparent;--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity: 0.65;--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;-webkit-text-decoration:none;-moz-text-decoration:none;-ms-text-decoration:none;-o-text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.btn:first-child:active:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.btn.disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-default{--bs-btn-color: #fff;--bs-btn-bg: #373a3c;--bs-btn-border-color: #373a3c;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #2f3133;--bs-btn-hover-border-color: #2c2e30;--bs-btn-focus-shadow-rgb: 85, 88, 89;--bs-btn-active-color: #fff;--bs-btn-active-bg: #2c2e30;--bs-btn-active-border-color: #292c2d;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #373a3c;--bs-btn-disabled-border-color: #373a3c}.btn-primary{--bs-btn-color: #fff;--bs-btn-bg: #2780e3;--bs-btn-border-color: #2780e3;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #216dc1;--bs-btn-hover-border-color: #1f66b6;--bs-btn-focus-shadow-rgb: 71, 147, 231;--bs-btn-active-color: #fff;--bs-btn-active-bg: #1f66b6;--bs-btn-active-border-color: #1d60aa;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #2780e3;--bs-btn-disabled-border-color: #2780e3}.btn-secondary{--bs-btn-color: #fff;--bs-btn-bg: #373a3c;--bs-btn-border-color: #373a3c;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #2f3133;--bs-btn-hover-border-color: #2c2e30;--bs-btn-focus-shadow-rgb: 85, 88, 89;--bs-btn-active-color: #fff;--bs-btn-active-bg: #2c2e30;--bs-btn-active-border-color: #292c2d;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #373a3c;--bs-btn-disabled-border-color: #373a3c}.btn-success{--bs-btn-color: #fff;--bs-btn-bg: #3fb618;--bs-btn-border-color: #3fb618;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #369b14;--bs-btn-hover-border-color: #329213;--bs-btn-focus-shadow-rgb: 92, 193, 59;--bs-btn-active-color: #fff;--bs-btn-active-bg: #329213;--bs-btn-active-border-color: #2f8912;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #3fb618;--bs-btn-disabled-border-color: #3fb618}.btn-info{--bs-btn-color: #fff;--bs-btn-bg: #9954bb;--bs-btn-border-color: #9954bb;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #82479f;--bs-btn-hover-border-color: #7a4396;--bs-btn-focus-shadow-rgb: 168, 110, 197;--bs-btn-active-color: #fff;--bs-btn-active-bg: #7a4396;--bs-btn-active-border-color: #733f8c;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #9954bb;--bs-btn-disabled-border-color: #9954bb}.btn-warning{--bs-btn-color: #fff;--bs-btn-bg: #ff7518;--bs-btn-border-color: #ff7518;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #d96314;--bs-btn-hover-border-color: #cc5e13;--bs-btn-focus-shadow-rgb: 255, 138, 59;--bs-btn-active-color: #fff;--bs-btn-active-bg: #cc5e13;--bs-btn-active-border-color: #bf5812;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #ff7518;--bs-btn-disabled-border-color: #ff7518}.btn-danger{--bs-btn-color: #fff;--bs-btn-bg: #ff0039;--bs-btn-border-color: #ff0039;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #d90030;--bs-btn-hover-border-color: #cc002e;--bs-btn-focus-shadow-rgb: 255, 38, 87;--bs-btn-active-color: #fff;--bs-btn-active-bg: #cc002e;--bs-btn-active-border-color: #bf002b;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #ff0039;--bs-btn-disabled-border-color: #ff0039}.btn-light{--bs-btn-color: #000;--bs-btn-bg: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #d3d4d5;--bs-btn-hover-border-color: #c6c7c8;--bs-btn-focus-shadow-rgb: 211, 212, 213;--bs-btn-active-color: #000;--bs-btn-active-bg: #c6c7c8;--bs-btn-active-border-color: #babbbc;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #f8f9fa;--bs-btn-disabled-border-color: #f8f9fa}.btn-dark{--bs-btn-color: #fff;--bs-btn-bg: #373a3c;--bs-btn-border-color: #373a3c;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #555859;--bs-btn-hover-border-color: #4b4e50;--bs-btn-focus-shadow-rgb: 85, 88, 89;--bs-btn-active-color: #fff;--bs-btn-active-bg: #5f6163;--bs-btn-active-border-color: #4b4e50;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #373a3c;--bs-btn-disabled-border-color: #373a3c}.btn-outline-default{--bs-btn-color: #373a3c;--bs-btn-border-color: #373a3c;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #373a3c;--bs-btn-hover-border-color: #373a3c;--bs-btn-focus-shadow-rgb: 55, 58, 60;--bs-btn-active-color: #fff;--bs-btn-active-bg: #373a3c;--bs-btn-active-border-color: #373a3c;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #373a3c;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #373a3c;--bs-btn-bg: transparent;--bs-gradient: none}.btn-outline-primary{--bs-btn-color: #2780e3;--bs-btn-border-color: #2780e3;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #2780e3;--bs-btn-hover-border-color: #2780e3;--bs-btn-focus-shadow-rgb: 39, 128, 227;--bs-btn-active-color: #fff;--bs-btn-active-bg: #2780e3;--bs-btn-active-border-color: #2780e3;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #2780e3;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #2780e3;--bs-btn-bg: transparent;--bs-gradient: none}.btn-outline-secondary{--bs-btn-color: #373a3c;--bs-btn-border-color: #373a3c;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #373a3c;--bs-btn-hover-border-color: #373a3c;--bs-btn-focus-shadow-rgb: 55, 58, 60;--bs-btn-active-color: #fff;--bs-btn-active-bg: #373a3c;--bs-btn-active-border-color: #373a3c;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #373a3c;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #373a3c;--bs-btn-bg: transparent;--bs-gradient: none}.btn-outline-success{--bs-btn-color: #3fb618;--bs-btn-border-color: #3fb618;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #3fb618;--bs-btn-hover-border-color: #3fb618;--bs-btn-focus-shadow-rgb: 63, 182, 24;--bs-btn-active-color: #fff;--bs-btn-active-bg: #3fb618;--bs-btn-active-border-color: #3fb618;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #3fb618;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #3fb618;--bs-btn-bg: transparent;--bs-gradient: none}.btn-outline-info{--bs-btn-color: #9954bb;--bs-btn-border-color: #9954bb;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #9954bb;--bs-btn-hover-border-color: #9954bb;--bs-btn-focus-shadow-rgb: 153, 84, 187;--bs-btn-active-color: #fff;--bs-btn-active-bg: #9954bb;--bs-btn-active-border-color: #9954bb;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #9954bb;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #9954bb;--bs-btn-bg: transparent;--bs-gradient: none}.btn-outline-warning{--bs-btn-color: #ff7518;--bs-btn-border-color: #ff7518;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #ff7518;--bs-btn-hover-border-color: #ff7518;--bs-btn-focus-shadow-rgb: 255, 117, 24;--bs-btn-active-color: #fff;--bs-btn-active-bg: #ff7518;--bs-btn-active-border-color: #ff7518;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #ff7518;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #ff7518;--bs-btn-bg: transparent;--bs-gradient: none}.btn-outline-danger{--bs-btn-color: #ff0039;--bs-btn-border-color: #ff0039;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #ff0039;--bs-btn-hover-border-color: #ff0039;--bs-btn-focus-shadow-rgb: 255, 0, 57;--bs-btn-active-color: #fff;--bs-btn-active-bg: #ff0039;--bs-btn-active-border-color: #ff0039;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #ff0039;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #ff0039;--bs-btn-bg: transparent;--bs-gradient: none}.btn-outline-light{--bs-btn-color: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f8f9fa;--bs-btn-hover-border-color: #f8f9fa;--bs-btn-focus-shadow-rgb: 248, 249, 250;--bs-btn-active-color: #000;--bs-btn-active-bg: #f8f9fa;--bs-btn-active-border-color: #f8f9fa;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #f8f9fa;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #f8f9fa;--bs-btn-bg: transparent;--bs-gradient: none}.btn-outline-dark{--bs-btn-color: #373a3c;--bs-btn-border-color: #373a3c;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #373a3c;--bs-btn-hover-border-color: #373a3c;--bs-btn-focus-shadow-rgb: 55, 58, 60;--bs-btn-active-color: #fff;--bs-btn-active-bg: #373a3c;--bs-btn-active-border-color: #373a3c;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #373a3c;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #373a3c;--bs-btn-bg: transparent;--bs-gradient: none}.btn-link{--bs-btn-font-weight: 400;--bs-btn-color: #2780e3;--bs-btn-bg: transparent;--bs-btn-border-color: transparent;--bs-btn-hover-color: #1f66b6;--bs-btn-hover-border-color: transparent;--bs-btn-active-color: #1f66b6;--bs-btn-active-border-color: transparent;--bs-btn-disabled-color: #868e96;--bs-btn-disabled-border-color: transparent;--bs-btn-box-shadow: none;--bs-btn-focus-shadow-rgb: 71, 147, 231;text-decoration:underline;-webkit-text-decoration:underline;-moz-text-decoration:underline;-ms-text-decoration:underline;-o-text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg,.btn-group-lg>.btn{--bs-btn-padding-y: 0.5rem;--bs-btn-padding-x: 1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius: 0.5rem}.btn-sm,.btn-group-sm>.btn{--bs-btn-padding-y: 0.25rem;--bs-btn-padding-x: 0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius: 0.25rem}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .2s ease}@media(prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion: reduce){.collapsing.collapse-horizontal{transition:none}}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid rgba(0,0,0,0);border-bottom:0;border-left:.3em solid rgba(0,0,0,0)}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex: 1000;--bs-dropdown-min-width: 10rem;--bs-dropdown-padding-x: 0;--bs-dropdown-padding-y: 0.5rem;--bs-dropdown-spacer: 0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color: #373a3c;--bs-dropdown-bg: #fff;--bs-dropdown-border-color: rgba(0, 0, 0, 0.175);--bs-dropdown-border-radius: 0.375rem;--bs-dropdown-border-width: 1px;--bs-dropdown-inner-border-radius: calc(0.375rem - 1px);--bs-dropdown-divider-bg: rgba(0, 0, 0, 0.175);--bs-dropdown-divider-margin-y: 0.5rem;--bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-dropdown-link-color: #212529;--bs-dropdown-link-hover-color: #1e2125;--bs-dropdown-link-hover-bg: #e9ecef;--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #2780e3;--bs-dropdown-link-disabled-color: #adb5bd;--bs-dropdown-item-padding-x: 1rem;--bs-dropdown-item-padding-y: 0.25rem;--bs-dropdown-header-color: #868e96;--bs-dropdown-header-padding-x: 1rem;--bs-dropdown-header-padding-y: 0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position: start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position: end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media(min-width: 576px){.dropdown-menu-sm-start{--bs-position: start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position: end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 768px){.dropdown-menu-md-start{--bs-position: start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position: end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 992px){.dropdown-menu-lg-start{--bs-position: start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position: end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 1200px){.dropdown-menu-xl-start{--bs-position: start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position: end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 1400px){.dropdown-menu-xxl-start{--bs-position: start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position: end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid rgba(0,0,0,0);border-bottom:.3em solid;border-left:.3em solid rgba(0,0,0,0)}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:0;border-bottom:.3em solid rgba(0,0,0,0);border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:.3em solid;border-bottom:.3em solid rgba(0,0,0,0)}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;-webkit-text-decoration:none;-moz-text-decoration:none;-ms-text-decoration:none;-o-text-decoration:none;white-space:nowrap;background-color:rgba(0,0,0,0);border:0}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:rgba(0,0,0,0)}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:0.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color: #dee2e6;--bs-dropdown-bg: #373a3c;--bs-dropdown-border-color: rgba(0, 0, 0, 0.175);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color: #dee2e6;--bs-dropdown-link-hover-color: #fff;--bs-dropdown-divider-bg: rgba(0, 0, 0, 0.175);--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #2780e3;--bs-dropdown-link-disabled-color: #adb5bd;--bs-dropdown-header-color: #adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto;-webkit-flex:1 1 auto}.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;justify-content:flex-start;-webkit-justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>:not(.btn-check:first-child)+.btn,.btn-group>.btn-group:not(:first-child){margin-left:-1px}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;-webkit-flex-direction:column;align-items:flex-start;-webkit-align-items:flex-start;justify-content:center;-webkit-justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.nav{--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: #2780e3;--bs-nav-link-hover-color: #1f66b6;--bs-nav-link-disabled-color: #868e96;display:flex;display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;-webkit-text-decoration:none;-moz-text-decoration:none;-ms-text-decoration:none;-o-text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion: reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:var(--bs-nav-link-hover-color)}.nav-link.disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width: 1px;--bs-nav-tabs-border-color: #dee2e6;--bs-nav-tabs-border-radius: 0.375rem;--bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;--bs-nav-tabs-link-active-color: #495057;--bs-nav-tabs-link-active-bg: #fff;--bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1*var(--bs-nav-tabs-border-width));background:none;border:var(--bs-nav-tabs-border-width) solid rgba(0,0,0,0)}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.disabled,.nav-tabs .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1*var(--bs-nav-tabs-border-width))}.nav-pills{--bs-nav-pills-border-radius: 0.375rem;--bs-nav-pills-link-active-color: #fff;--bs-nav-pills-link-active-bg: #2780e3}.nav-pills .nav-link{background:none;border:0}.nav-pills .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;-webkit-flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;-webkit-flex-basis:0;flex-grow:1;-webkit-flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x: 0;--bs-navbar-padding-y: 0.5rem;--bs-navbar-color: #545555;--bs-navbar-hover-color: rgba(26, 86, 152, 0.8);--bs-navbar-disabled-color: rgba(84, 85, 85, 0.75);--bs-navbar-active-color: #1a5698;--bs-navbar-brand-padding-y: 0.3125rem;--bs-navbar-brand-margin-end: 1rem;--bs-navbar-brand-font-size: 1.25rem;--bs-navbar-brand-color: #545555;--bs-navbar-brand-hover-color: #1a5698;--bs-navbar-nav-link-padding-x: 0.5rem;--bs-navbar-toggler-padding-y: 0.25;--bs-navbar-toggler-padding-x: 0;--bs-navbar-toggler-font-size: 1.25rem;--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23545555' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color: rgba(84, 85, 85, 0);--bs-navbar-toggler-border-radius: 0.375rem;--bs-navbar-toggler-focus-width: 0.25rem;--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;position:relative;display:flex;display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;align-items:center;-webkit-align-items:center;justify-content:space-between;-webkit-justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl{display:flex;display:-webkit-flex;flex-wrap:inherit;-webkit-flex-wrap:inherit;align-items:center;-webkit-align-items:center;justify-content:space-between;-webkit-justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;-webkit-text-decoration:none;-moz-text-decoration:none;-ms-text-decoration:none;-o-text-decoration:none;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x: 0;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-navbar-color);--bs-nav-link-hover-color: var(--bs-navbar-hover-color);--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .show>.nav-link,.navbar-nav .active>.nav-link,.navbar-nav .nav-link.active{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:hover,.navbar-text a:focus{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;-webkit-flex-basis:100%;flex-grow:1;-webkit-flex-grow:1;align-items:center;-webkit-align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:rgba(0,0,0,0);border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);transition:var(--bs-navbar-toggler-transition)}@media(prefers-reduced-motion: reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height, 75vh);overflow-y:auto}@media(min-width: 576px){.navbar-expand-sm{flex-wrap:nowrap;-webkit-flex-wrap:nowrap;justify-content:flex-start;-webkit-justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row;-webkit-flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex !important;display:-webkit-flex !important;flex-basis:auto;-webkit-flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;-webkit-flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 768px){.navbar-expand-md{flex-wrap:nowrap;-webkit-flex-wrap:nowrap;justify-content:flex-start;-webkit-justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row;-webkit-flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex !important;display:-webkit-flex !important;flex-basis:auto;-webkit-flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;-webkit-flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 992px){.navbar-expand-lg{flex-wrap:nowrap;-webkit-flex-wrap:nowrap;justify-content:flex-start;-webkit-justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row;-webkit-flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex !important;display:-webkit-flex !important;flex-basis:auto;-webkit-flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;-webkit-flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 1200px){.navbar-expand-xl{flex-wrap:nowrap;-webkit-flex-wrap:nowrap;justify-content:flex-start;-webkit-justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row;-webkit-flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex !important;display:-webkit-flex !important;flex-basis:auto;-webkit-flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;-webkit-flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 1400px){.navbar-expand-xxl{flex-wrap:nowrap;-webkit-flex-wrap:nowrap;justify-content:flex-start;-webkit-justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row;-webkit-flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex !important;display:-webkit-flex !important;flex-basis:auto;-webkit-flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;-webkit-flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;-webkit-flex-wrap:nowrap;justify-content:flex-start;-webkit-justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row;-webkit-flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex !important;display:-webkit-flex !important;flex-basis:auto;-webkit-flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;-webkit-flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible}.navbar-light{background-color:#f8f9fa}.navbar-dark{background-color:#f8f9fa;--bs-navbar-color: #545555;--bs-navbar-hover-color: rgba(26, 86, 152, 0.8);--bs-navbar-disabled-color: rgba(84, 85, 85, 0.75);--bs-navbar-active-color: #1a5698;--bs-navbar-brand-color: #545555;--bs-navbar-brand-hover-color: #1a5698;--bs-navbar-toggler-border-color: rgba(84, 85, 85, 0);--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23545555' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y: 1rem;--bs-card-spacer-x: 1rem;--bs-card-title-spacer-y: 0.5rem;--bs-card-border-width: 1px;--bs-card-border-color: rgba(0, 0, 0, 0.175);--bs-card-border-radius: 0.375rem;--bs-card-box-shadow: ;--bs-card-inner-border-radius: calc(0.375rem - 1px);--bs-card-cap-padding-y: 0.5rem;--bs-card-cap-padding-x: 1rem;--bs-card-cap-bg: rgba(0, 0, 0, 0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg: #fff;--bs-card-img-overlay-padding: 1rem;--bs-card-group-margin: 0.75rem;position:relative;display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;min-width:0;height:var(--bs-card-height);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0}.card>.list-group:last-child{border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;-webkit-flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y)}.card-subtitle{margin-top:calc(-0.5*var(--bs-card-title-spacer-y));margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header-tabs{margin-right:calc(-0.5*var(--bs-card-cap-padding-x));margin-bottom:calc(-1*var(--bs-card-cap-padding-y));margin-left:calc(-0.5*var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-0.5*var(--bs-card-cap-padding-x));margin-left:calc(-0.5*var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media(min-width: 576px){.card-group{display:flex;display:-webkit-flex;flex-flow:row wrap;-webkit-flex-flow:row wrap}.card-group>.card{flex:1 0 0%;-webkit-flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}}.accordion{--bs-accordion-color: #373a3c;--bs-accordion-bg: #fff;--bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;--bs-accordion-border-color: #dee2e6;--bs-accordion-border-width: 1px;--bs-accordion-border-radius: 0.375rem;--bs-accordion-inner-border-radius: calc(0.375rem - 1px);--bs-accordion-btn-padding-x: 1.25rem;--bs-accordion-btn-padding-y: 1rem;--bs-accordion-btn-color: #373a3c;--bs-accordion-btn-bg: #fff;--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23373a3c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width: 1.25rem;--bs-accordion-btn-icon-transform: rotate(-180deg);--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill=''%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-focus-border-color: #93c0f1;--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(39, 128, 227, 0.25);--bs-accordion-body-padding-x: 1.25rem;--bs-accordion-body-padding-y: 1rem;--bs-accordion-active-color: ;--bs-accordion-active-bg: }.accordion-button{position:relative;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media(prefers-reduced-motion: reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1*var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;-webkit-flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media(prefers-reduced-motion: reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:var(--bs-accordion-btn-focus-border-color);outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:not(:first-of-type){border-top:0}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.breadcrumb{--bs-breadcrumb-padding-x: 0;--bs-breadcrumb-padding-y: 0;--bs-breadcrumb-margin-bottom: 1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color: #868e96;--bs-breadcrumb-item-padding-x: 0.5rem;--bs-breadcrumb-item-active-color: #868e96;display:flex;display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, ">") /* rtl: var(--bs-breadcrumb-divider, ">") */}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x: 0.75rem;--bs-pagination-padding-y: 0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color: #2780e3;--bs-pagination-bg: #fff;--bs-pagination-border-width: 1px;--bs-pagination-border-color: #dee2e6;--bs-pagination-border-radius: 0.375rem;--bs-pagination-hover-color: #1f66b6;--bs-pagination-hover-bg: #e9ecef;--bs-pagination-hover-border-color: #dee2e6;--bs-pagination-focus-color: #1f66b6;--bs-pagination-focus-bg: #e9ecef;--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(39, 128, 227, 0.25);--bs-pagination-active-color: #fff;--bs-pagination-active-bg: #2780e3;--bs-pagination-active-border-color: #2780e3;--bs-pagination-disabled-color: #868e96;--bs-pagination-disabled-bg: #fff;--bs-pagination-disabled-border-color: #dee2e6;display:flex;display:-webkit-flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;-webkit-text-decoration:none;-moz-text-decoration:none;-ms-text-decoration:none;-o-text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.page-link.active,.active>.page-link{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.page-link.disabled,.disabled>.page-link{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:-1px}.pagination-lg{--bs-pagination-padding-x: 1.5rem;--bs-pagination-padding-y: 0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius: 0.5rem}.pagination-sm{--bs-pagination-padding-x: 0.5rem;--bs-pagination-padding-y: 0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius: 0.25rem}.badge{--bs-badge-padding-x: 0.65em;--bs-badge-padding-y: 0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight: 700;--bs-badge-color: #fff;--bs-badge-border-radius: 0.375rem;display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg: transparent;--bs-alert-padding-x: 1rem;--bs-alert-padding-y: 1rem;--bs-alert-margin-bottom: 1rem;--bs-alert-color: inherit;--bs-alert-border-color: transparent;--bs-alert-border: 0 solid var(--bs-alert-border-color);--bs-alert-border-radius: 0.375rem;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border)}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-default{--bs-alert-color: #212324;--bs-alert-bg: #d7d8d8;--bs-alert-border-color: #c3c4c5}.alert-default .alert-link{color:#1a1c1d}.alert-primary{--bs-alert-color: #174d88;--bs-alert-bg: #d4e6f9;--bs-alert-border-color: #bed9f7}.alert-primary .alert-link{color:#123e6d}.alert-secondary{--bs-alert-color: #212324;--bs-alert-bg: #d7d8d8;--bs-alert-border-color: #c3c4c5}.alert-secondary .alert-link{color:#1a1c1d}.alert-success{--bs-alert-color: #266d0e;--bs-alert-bg: #d9f0d1;--bs-alert-border-color: #c5e9ba}.alert-success .alert-link{color:#1e570b}.alert-info{--bs-alert-color: #5c3270;--bs-alert-bg: #ebddf1;--bs-alert-border-color: #e0cceb}.alert-info .alert-link{color:#4a285a}.alert-warning{--bs-alert-color: #99460e;--bs-alert-bg: #ffe3d1;--bs-alert-border-color: #ffd6ba}.alert-warning .alert-link{color:#7a380b}.alert-danger{--bs-alert-color: #990022;--bs-alert-bg: #ffccd7;--bs-alert-border-color: #ffb3c4}.alert-danger .alert-link{color:#7a001b}.alert-light{--bs-alert-color: #959596;--bs-alert-bg: #fefefe;--bs-alert-border-color: #fdfdfe}.alert-light .alert-link{color:#777778}.alert-dark{--bs-alert-color: #212324;--bs-alert-bg: #d7d8d8;--bs-alert-border-color: #c3c4c5}.alert-dark .alert-link{color:#1a1c1d}@keyframes progress-bar-stripes{0%{background-position-x:.5rem}}.progress{--bs-progress-height: 0.5rem;--bs-progress-font-size:0.75rem;--bs-progress-bg: #e9ecef;--bs-progress-border-radius: 0.375rem;--bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-progress-bar-color: #fff;--bs-progress-bar-bg: #2780e3;--bs-progress-bar-transition: width 0.6s ease;display:flex;display:-webkit-flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg)}.progress-bar{display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;justify-content:center;-webkit-justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media(prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media(prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color: #212529;--bs-list-group-bg: #fff;--bs-list-group-border-color: rgba(0, 0, 0, 0.125);--bs-list-group-border-width: 1px;--bs-list-group-border-radius: 0.375rem;--bs-list-group-item-padding-x: 1rem;--bs-list-group-item-padding-y: 0.5rem;--bs-list-group-action-color: #495057;--bs-list-group-action-hover-color: #495057;--bs-list-group-action-hover-bg: #f8f9fa;--bs-list-group-action-active-color: #373a3c;--bs-list-group-action-active-bg: #e9ecef;--bs-list-group-disabled-color: #868e96;--bs-list-group-disabled-bg: #fff;--bs-list-group-active-color: #fff;--bs-list-group-active-bg: #2780e3;--bs-list-group-active-border-color: #2780e3;display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;padding-left:0;margin-bottom:0}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;-webkit-text-decoration:none;-moz-text-decoration:none;-ms-text-decoration:none;-o-text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1*var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row;-webkit-flex-direction:row}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media(min-width: 576px){.list-group-horizontal-sm{flex-direction:row;-webkit-flex-direction:row}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 768px){.list-group-horizontal-md{flex-direction:row;-webkit-flex-direction:row}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 992px){.list-group-horizontal-lg{flex-direction:row;-webkit-flex-direction:row}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 1200px){.list-group-horizontal-xl{flex-direction:row;-webkit-flex-direction:row}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 1400px){.list-group-horizontal-xxl{flex-direction:row;-webkit-flex-direction:row}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-default{color:#212324;background-color:#d7d8d8}.list-group-item-default.list-group-item-action:hover,.list-group-item-default.list-group-item-action:focus{color:#212324;background-color:#c2c2c2}.list-group-item-default.list-group-item-action.active{color:#fff;background-color:#212324;border-color:#212324}.list-group-item-primary{color:#174d88;background-color:#d4e6f9}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#174d88;background-color:#bfcfe0}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#174d88;border-color:#174d88}.list-group-item-secondary{color:#212324;background-color:#d7d8d8}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#212324;background-color:#c2c2c2}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#212324;border-color:#212324}.list-group-item-success{color:#266d0e;background-color:#d9f0d1}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#266d0e;background-color:#c3d8bc}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#266d0e;border-color:#266d0e}.list-group-item-info{color:#5c3270;background-color:#ebddf1}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#5c3270;background-color:#d4c7d9}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#5c3270;border-color:#5c3270}.list-group-item-warning{color:#99460e;background-color:#ffe3d1}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#99460e;background-color:#e6ccbc}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#99460e;border-color:#99460e}.list-group-item-danger{color:#902;background-color:#ffccd7}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#902;background-color:#e6b8c2}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#902;border-color:#902}.list-group-item-light{color:#959596;background-color:#fefefe}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#959596;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#959596;border-color:#959596}.list-group-item-dark{color:#212324;background-color:#d7d8d8}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#212324;background-color:#c2c2c2}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#212324;border-color:#212324}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:rgba(0,0,0,0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(39,128,227,.25);opacity:1}.btn-close:disabled,.btn-close.disabled{pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{--bs-toast-zindex: 1090;--bs-toast-padding-x: 0.75rem;--bs-toast-padding-y: 0.5rem;--bs-toast-spacing: 1.5rem;--bs-toast-max-width: 350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg: rgba(255, 255, 255, 0.85);--bs-toast-border-width: 1px;--bs-toast-border-color: rgba(0, 0, 0, 0.175);--bs-toast-border-radius: 0.375rem;--bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-toast-header-color: #868e96;--bs-toast-header-bg: rgba(255, 255, 255, 0.85);--bs-toast-header-border-color: rgba(0, 0, 0, 0.05);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex: 1090;position:absolute;z-index:var(--bs-toast-zindex);width:max-content;width:-webkit-max-content;width:-moz-max-content;width:-ms-max-content;width:-o-max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color)}.toast-header .btn-close{margin-right:calc(-0.5*var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex: 1055;--bs-modal-width: 500px;--bs-modal-padding: 1rem;--bs-modal-margin: 0.5rem;--bs-modal-color: ;--bs-modal-bg: #fff;--bs-modal-border-color: rgba(0, 0, 0, 0.175);--bs-modal-border-width: 1px;--bs-modal-border-radius: 0.5rem;--bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-modal-inner-border-radius: calc(0.5rem - 1px);--bs-modal-header-padding-x: 1rem;--bs-modal-header-padding-y: 1rem;--bs-modal-header-padding: 1rem 1rem;--bs-modal-header-border-color: #dee2e6;--bs-modal-header-border-width: 1px;--bs-modal-title-line-height: 1.5;--bs-modal-footer-gap: 0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color: #dee2e6;--bs-modal-footer-border-width: 1px;position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0, -50px)}@media(prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin)*2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;min-height:calc(100% - var(--bs-modal-margin)*2)}.modal-content{position:relative;display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);outline:0}.modal-backdrop{--bs-backdrop-zindex: 1050;--bs-backdrop-bg: #000;--bs-backdrop-opacity: 0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;display:-webkit-flex;flex-shrink:0;-webkit-flex-shrink:0;align-items:center;-webkit-align-items:center;justify-content:space-between;-webkit-justify-content:space-between;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);margin:calc(-0.5*var(--bs-modal-header-padding-y)) calc(-0.5*var(--bs-modal-header-padding-x)) calc(-0.5*var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;-webkit-flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;display:-webkit-flex;flex-shrink:0;-webkit-flex-shrink:0;flex-wrap:wrap;-webkit-flex-wrap:wrap;align-items:center;-webkit-align-items:center;justify-content:flex-end;-webkit-justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap)*.5)}@media(min-width: 576px){.modal{--bs-modal-margin: 1.75rem;--bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width: 300px}}@media(min-width: 992px){.modal-lg,.modal-xl{--bs-modal-width: 800px}}@media(min-width: 1200px){.modal-xl{--bs-modal-width: 1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0}.modal-fullscreen .modal-body{overflow-y:auto}@media(max-width: 575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media(max-width: 767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media(max-width: 991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media(max-width: 1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media(max-width: 1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex: 1080;--bs-tooltip-max-width: 200px;--bs-tooltip-padding-x: 0.5rem;--bs-tooltip-padding-y: 0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color: #fff;--bs-tooltip-bg: #000;--bs-tooltip-border-radius: 0.375rem;--bs-tooltip-opacity: 0.9;--bs-tooltip-arrow-width: 0.8rem;--bs-tooltip-arrow-height: 0.4rem;z-index:var(--bs-tooltip-zindex);display:block;padding:var(--bs-tooltip-arrow-height);margin:var(--bs-tooltip-margin);font-family:"Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:rgba(0,0,0,0);border-style:solid}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:0}.bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:0;width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-end .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:0}.bs-tooltip-bottom .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:0;width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-start .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg)}.popover{--bs-popover-zindex: 1070;--bs-popover-max-width: 276px;--bs-popover-font-size:0.875rem;--bs-popover-bg: #fff;--bs-popover-border-width: 1px;--bs-popover-border-color: rgba(0, 0, 0, 0.175);--bs-popover-border-radius: 0.5rem;--bs-popover-inner-border-radius: calc(0.5rem - 1px);--bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-popover-header-padding-x: 1rem;--bs-popover-header-padding-y: 0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color: ;--bs-popover-header-bg: #f0f0f0;--bs-popover-body-padding-x: 1rem;--bs-popover-body-padding-y: 1rem;--bs-popover-body-color: #373a3c;--bs-popover-arrow-width: 1rem;--bs-popover-arrow-height: 0.5rem;--bs-popover-arrow-border: var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:"Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow::before,.popover .popover-arrow::after{position:absolute;display:block;content:"";border-color:rgba(0,0,0,0);border-style:solid;border-width:0}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow{bottom:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow{left:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after{border-width:calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow{top:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after{border-width:0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-bottom .popover-header::before,.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-0.5*var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow{right:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after{border-width:calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y;-webkit-touch-action:pan-y;-moz-touch-action:pan-y;-ms-touch-action:pan-y;-o-touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;display:-webkit-flex;justify-content:center;-webkit-justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;-webkit-flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion: reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}.spinner-grow,.spinner-border{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg) /* rtl:ignore */}}.spinner-border{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -0.125em;--bs-spinner-border-width: 0.25em;--bs-spinner-animation-speed: 0.75s;--bs-spinner-animation-name: spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:rgba(0,0,0,0)}.spinner-border-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem;--bs-spinner-border-width: 0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -0.125em;--bs-spinner-animation-speed: 0.75s;--bs-spinner-animation-name: spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem}@media(prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed: 1.5s}}.offcanvas,.offcanvas-xxl,.offcanvas-xl,.offcanvas-lg,.offcanvas-md,.offcanvas-sm{--bs-offcanvas-zindex: 1045;--bs-offcanvas-width: 400px;--bs-offcanvas-height: 30vh;--bs-offcanvas-padding-x: 1rem;--bs-offcanvas-padding-y: 1rem;--bs-offcanvas-color: ;--bs-offcanvas-bg: #fff;--bs-offcanvas-border-width: 1px;--bs-offcanvas-border-color: rgba(0, 0, 0, 0.175);--bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075)}@media(max-width: 575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media(max-width: 575.98px)and (prefers-reduced-motion: reduce){.offcanvas-sm{transition:none}}@media(max-width: 575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media(max-width: 575.98px){.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media(max-width: 575.98px){.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media(max-width: 575.98px){.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media(max-width: 575.98px){.offcanvas-sm.showing,.offcanvas-sm.show:not(.hiding){transform:none}}@media(max-width: 575.98px){.offcanvas-sm.showing,.offcanvas-sm.hiding,.offcanvas-sm.show{visibility:visible}}@media(min-width: 576px){.offcanvas-sm{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media(max-width: 767.98px)and (prefers-reduced-motion: reduce){.offcanvas-md{transition:none}}@media(max-width: 767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media(max-width: 767.98px){.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media(max-width: 767.98px){.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media(max-width: 767.98px){.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media(max-width: 767.98px){.offcanvas-md.showing,.offcanvas-md.show:not(.hiding){transform:none}}@media(max-width: 767.98px){.offcanvas-md.showing,.offcanvas-md.hiding,.offcanvas-md.show{visibility:visible}}@media(min-width: 768px){.offcanvas-md{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media(max-width: 991.98px)and (prefers-reduced-motion: reduce){.offcanvas-lg{transition:none}}@media(max-width: 991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media(max-width: 991.98px){.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media(max-width: 991.98px){.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media(max-width: 991.98px){.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media(max-width: 991.98px){.offcanvas-lg.showing,.offcanvas-lg.show:not(.hiding){transform:none}}@media(max-width: 991.98px){.offcanvas-lg.showing,.offcanvas-lg.hiding,.offcanvas-lg.show{visibility:visible}}@media(min-width: 992px){.offcanvas-lg{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media(max-width: 1199.98px)and (prefers-reduced-motion: reduce){.offcanvas-xl{transition:none}}@media(max-width: 1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media(max-width: 1199.98px){.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media(max-width: 1199.98px){.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media(max-width: 1199.98px){.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media(max-width: 1199.98px){.offcanvas-xl.showing,.offcanvas-xl.show:not(.hiding){transform:none}}@media(max-width: 1199.98px){.offcanvas-xl.showing,.offcanvas-xl.hiding,.offcanvas-xl.show{visibility:visible}}@media(min-width: 1200px){.offcanvas-xl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media(max-width: 1399.98px)and (prefers-reduced-motion: reduce){.offcanvas-xxl{transition:none}}@media(max-width: 1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media(max-width: 1399.98px){.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media(max-width: 1399.98px){.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media(max-width: 1399.98px){.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media(max-width: 1399.98px){.offcanvas-xxl.showing,.offcanvas-xxl.show:not(.hiding){transform:none}}@media(max-width: 1399.98px){.offcanvas-xxl.showing,.offcanvas-xxl.hiding,.offcanvas-xxl.show{visibility:visible}}@media(min-width: 1400px){.offcanvas-xxl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media(prefers-reduced-motion: reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.showing,.offcanvas.show:not(.hiding){transform:none}.offcanvas.showing,.offcanvas.hiding,.offcanvas.show{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:space-between;-webkit-justify-content:space-between;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5);margin-top:calc(-0.5*var(--bs-offcanvas-padding-y));margin-right:calc(-0.5*var(--bs-offcanvas-padding-x));margin-bottom:calc(-0.5*var(--bs-offcanvas-padding-y))}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;-webkit-flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{mask-image:linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);-webkit-mask-image:linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);mask-size:200% 100%;-webkit-mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{mask-position:-200% 0%;-webkit-mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.text-bg-default{color:#fff !important;background-color:RGBA(55, 58, 60, var(--bs-bg-opacity, 1)) !important}.text-bg-primary{color:#fff !important;background-color:RGBA(39, 128, 227, var(--bs-bg-opacity, 1)) !important}.text-bg-secondary{color:#fff !important;background-color:RGBA(55, 58, 60, var(--bs-bg-opacity, 1)) !important}.text-bg-success{color:#fff !important;background-color:RGBA(63, 182, 24, var(--bs-bg-opacity, 1)) !important}.text-bg-info{color:#fff !important;background-color:RGBA(153, 84, 187, var(--bs-bg-opacity, 1)) !important}.text-bg-warning{color:#fff !important;background-color:RGBA(255, 117, 24, var(--bs-bg-opacity, 1)) !important}.text-bg-danger{color:#fff !important;background-color:RGBA(255, 0, 57, var(--bs-bg-opacity, 1)) !important}.text-bg-light{color:#000 !important;background-color:RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important}.text-bg-dark{color:#fff !important;background-color:RGBA(55, 58, 60, var(--bs-bg-opacity, 1)) !important}.link-default{color:#373a3c !important}.link-default:hover,.link-default:focus{color:#2c2e30 !important}.link-primary{color:#2780e3 !important}.link-primary:hover,.link-primary:focus{color:#1f66b6 !important}.link-secondary{color:#373a3c !important}.link-secondary:hover,.link-secondary:focus{color:#2c2e30 !important}.link-success{color:#3fb618 !important}.link-success:hover,.link-success:focus{color:#329213 !important}.link-info{color:#9954bb !important}.link-info:hover,.link-info:focus{color:#7a4396 !important}.link-warning{color:#ff7518 !important}.link-warning:hover,.link-warning:focus{color:#cc5e13 !important}.link-danger{color:#ff0039 !important}.link-danger:hover,.link-danger:focus{color:#cc002e !important}.link-light{color:#f8f9fa !important}.link-light:hover,.link-light:focus{color:#f9fafb !important}.link-dark{color:#373a3c !important}.link-dark:hover,.link-dark:focus{color:#2c2e30 !important}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media(min-width: 576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;display:-webkit-flex;flex-direction:row;-webkit-flex-direction:row;align-items:center;-webkit-align-items:center;align-self:stretch;-webkit-align-self:stretch}.vstack{display:flex;display:-webkit-flex;flex:1 1 auto;-webkit-flex:1 1 auto;flex-direction:column;-webkit-flex-direction:column;align-self:stretch;-webkit-align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;-webkit-align-self:stretch;width:1px;min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:.25 !important}.opacity-50{opacity:.5 !important}.opacity-75{opacity:.75 !important}.opacity-100{opacity:1 !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175) !important}.shadow-none{box-shadow:none !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-0{border:0 !important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-top-0{border-top:0 !important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-start-0{border-left:0 !important}.border-default{--bs-border-opacity: 1;border-color:rgba(var(--bs-default-rgb), var(--bs-border-opacity)) !important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important}.border-1{--bs-border-width: 1px}.border-2{--bs-border-width: 2px}.border-3{--bs-border-width: 3px}.border-4{--bs-border-width: 4px}.border-5{--bs-border-width: 5px}.border-opacity-10{--bs-border-opacity: 0.1}.border-opacity-25{--bs-border-opacity: 0.25}.border-opacity-50{--bs-border-opacity: 0.5}.border-opacity-75{--bs-border-opacity: 0.75}.border-opacity-100{--bs-border-opacity: 1}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2{margin-top:.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:.25rem !important}.me-2{margin-right:.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:.25rem !important}.ms-2{margin-left:.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.25rem !important}.pe-2{padding-right:.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:.25rem !important}.ps-2{padding-left:.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}.gap-0{gap:0 !important}.gap-1{gap:.25rem !important}.gap-2{gap:.5rem !important}.gap-3{gap:1rem !important}.gap-4{gap:1.5rem !important}.gap-5{gap:3rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:calc(1.325rem + 0.9vw) !important}.fs-2{font-size:calc(1.29rem + 0.48vw) !important}.fs-3{font-size:calc(1.27rem + 0.24vw) !important}.fs-4{font-size:1.25rem !important}.fs-5{font-size:1.1rem !important}.fs-6{font-size:1rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-light{font-weight:300 !important}.fw-lighter{font-weight:lighter !important}.fw-normal{font-weight:400 !important}.fw-bold{font-weight:700 !important}.fw-semibold{font-weight:600 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-default{--bs-text-opacity: 1;color:rgba(var(--bs-default-rgb), var(--bs-text-opacity)) !important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity: 1;color:#868e96 !important}.text-black-50{--bs-text-opacity: 1;color:rgba(0,0,0,.5) !important}.text-white-50{--bs-text-opacity: 1;color:rgba(255,255,255,.5) !important}.text-reset{--bs-text-opacity: 1;color:inherit !important}.text-opacity-25{--bs-text-opacity: 0.25}.text-opacity-50{--bs-text-opacity: 0.5}.text-opacity-75{--bs-text-opacity: 0.75}.text-opacity-100{--bs-text-opacity: 1}.bg-default{--bs-bg-opacity: 1;background-color:rgba(var(--bs-default-rgb), var(--bs-bg-opacity)) !important}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important}.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important}.bg-transparent{--bs-bg-opacity: 1;background-color:rgba(0,0,0,0) !important}.bg-opacity-10{--bs-bg-opacity: 0.1}.bg-opacity-25{--bs-bg-opacity: 0.25}.bg-opacity-50{--bs-bg-opacity: 0.5}.bg-opacity-75{--bs-bg-opacity: 0.75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:var(--bs-border-radius) !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:var(--bs-border-radius-sm) !important}.rounded-2{border-radius:var(--bs-border-radius) !important}.rounded-3{border-radius:var(--bs-border-radius-lg) !important}.rounded-4{border-radius:var(--bs-border-radius-xl) !important}.rounded-5{border-radius:var(--bs-border-radius-2xl) !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:var(--bs-border-radius-pill) !important}.rounded-top{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media(min-width: 576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:.25rem !important}.gap-sm-2{gap:.5rem !important}.gap-sm-3{gap:1rem !important}.gap-sm-4{gap:1.5rem !important}.gap-sm-5{gap:3rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:.25rem !important}.gap-md-2{gap:.5rem !important}.gap-md-3{gap:1rem !important}.gap-md-4{gap:1.5rem !important}.gap-md-5{gap:3rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 992px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:.25rem !important}.gap-lg-2{gap:.5rem !important}.gap-lg-3{gap:1rem !important}.gap-lg-4{gap:1.5rem !important}.gap-lg-5{gap:3rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1200px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.25rem !important}.m-xl-2{margin:.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.25rem !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.25rem !important}.me-xl-2{margin-right:.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.25rem !important}.ms-xl-2{margin-left:.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.25rem !important}.pe-xl-2{padding-right:.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.25rem !important}.ps-xl-2{padding-left:.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}.gap-xl-0{gap:0 !important}.gap-xl-1{gap:.25rem !important}.gap-xl-2{gap:.5rem !important}.gap-xl-3{gap:1rem !important}.gap-xl-4{gap:1.5rem !important}.gap-xl-5{gap:3rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}}@media(min-width: 1400px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.25rem !important}.m-xxl-2{margin:.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.25rem !important}.mt-xxl-2{margin-top:.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.25rem !important}.me-xxl-2{margin-right:.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.25rem !important}.mb-xxl-2{margin-bottom:.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.25rem !important}.ms-xxl-2{margin-left:.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.25rem !important}.p-xxl-2{padding:.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.25rem !important}.pt-xxl-2{padding-top:.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.25rem !important}.pe-xxl-2{padding-right:.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.25rem !important}.pb-xxl-2{padding-bottom:.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.25rem !important}.ps-xxl-2{padding-left:.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}.gap-xxl-0{gap:0 !important}.gap-xxl-1{gap:.25rem !important}.gap-xxl-2{gap:.5rem !important}.gap-xxl-3{gap:1rem !important}.gap-xxl-4{gap:1.5rem !important}.gap-xxl-5{gap:3rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}}.bg-default{color:#fff}.bg-primary{color:#fff}.bg-secondary{color:#fff}.bg-success{color:#fff}.bg-info{color:#fff}.bg-warning{color:#fff}.bg-danger{color:#fff}.bg-light{color:#000}.bg-dark{color:#fff}@media(min-width: 1200px){.fs-1{font-size:2rem !important}.fs-2{font-size:1.65rem !important}.fs-3{font-size:1.45rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}.tippy-box[data-theme~=quarto]{background-color:#fff;border:solid 1px #dee2e6;border-radius:.375rem;color:#373a3c;font-size:.875rem}.tippy-box[data-theme~=quarto]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=quarto]>.tippy-arrow:after,.tippy-box[data-theme~=quarto]>.tippy-svg-arrow:after{content:"";position:absolute;z-index:-1}.tippy-box[data-theme~=quarto]>.tippy-arrow:after{border-color:rgba(0,0,0,0);border-style:solid}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-6px}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-6px}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-6px}.tippy-box[data-placement^=left]>.tippy-arrow:before{right:-6px}.tippy-box[data-theme~=quarto][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=quarto][data-placement^=top]>.tippy-arrow:after{border-top-color:#dee2e6;border-width:7px 7px 0;top:17px;left:1px}.tippy-box[data-theme~=quarto][data-placement^=top]>.tippy-svg-arrow>svg{top:16px}.tippy-box[data-theme~=quarto][data-placement^=top]>.tippy-svg-arrow:after{top:17px}.tippy-box[data-theme~=quarto][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff;bottom:16px}.tippy-box[data-theme~=quarto][data-placement^=bottom]>.tippy-arrow:after{border-bottom-color:#dee2e6;border-width:0 7px 7px;bottom:17px;left:1px}.tippy-box[data-theme~=quarto][data-placement^=bottom]>.tippy-svg-arrow>svg{bottom:15px}.tippy-box[data-theme~=quarto][data-placement^=bottom]>.tippy-svg-arrow:after{bottom:17px}.tippy-box[data-theme~=quarto][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=quarto][data-placement^=left]>.tippy-arrow:after{border-left-color:#dee2e6;border-width:7px 0 7px 7px;left:17px;top:1px}.tippy-box[data-theme~=quarto][data-placement^=left]>.tippy-svg-arrow>svg{left:11px}.tippy-box[data-theme~=quarto][data-placement^=left]>.tippy-svg-arrow:after{left:12px}.tippy-box[data-theme~=quarto][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff;right:16px}.tippy-box[data-theme~=quarto][data-placement^=right]>.tippy-arrow:after{border-width:7px 7px 7px 0;right:17px;top:1px;border-right-color:#dee2e6}.tippy-box[data-theme~=quarto][data-placement^=right]>.tippy-svg-arrow>svg{right:11px}.tippy-box[data-theme~=quarto][data-placement^=right]>.tippy-svg-arrow:after{right:12px}.tippy-box[data-theme~=quarto]>.tippy-svg-arrow{fill:#373a3c}.tippy-box[data-theme~=quarto]>.tippy-svg-arrow:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA2czEuNzk2LS4wMTMgNC42Ny0zLjYxNUM1Ljg1MS45IDYuOTMuMDA2IDggMGMxLjA3LS4wMDYgMi4xNDguODg3IDMuMzQzIDIuMzg1QzE0LjIzMyA2LjAwNSAxNiA2IDE2IDZIMHoiIGZpbGw9InJnYmEoMCwgOCwgMTYsIDAuMikiLz48L3N2Zz4=);background-size:16px 6px;width:16px;height:6px}.top-right{position:absolute;top:1em;right:1em}.hidden{display:none !important}.zindex-bottom{z-index:-1 !important}figure.figure{display:block}.quarto-layout-panel{margin-bottom:1em}.quarto-layout-panel>figure{width:100%}.quarto-layout-panel>figure>figcaption,.quarto-layout-panel>.panel-caption{margin-top:10pt}.quarto-layout-panel>.table-caption{margin-top:0px}.table-caption p{margin-bottom:.5em}.quarto-layout-row{display:flex;flex-direction:row;align-items:flex-start}.quarto-layout-valign-top{align-items:flex-start}.quarto-layout-valign-bottom{align-items:flex-end}.quarto-layout-valign-center{align-items:center}.quarto-layout-cell{position:relative;margin-right:20px}.quarto-layout-cell:last-child{margin-right:0}.quarto-layout-cell figure,.quarto-layout-cell>p{margin:.2em}.quarto-layout-cell img{max-width:100%}.quarto-layout-cell .html-widget{width:100% !important}.quarto-layout-cell div figure p{margin:0}.quarto-layout-cell figure{display:block;margin-inline-start:0;margin-inline-end:0}.quarto-layout-cell table{display:inline-table}.quarto-layout-cell-subref figcaption,figure .quarto-layout-row figure figcaption{text-align:center;font-style:italic}.quarto-figure{position:relative;margin-bottom:1em}.quarto-figure>figure{width:100%;margin-bottom:0}.quarto-figure-left>figure>p,.quarto-figure-left>figure>div{text-align:left}.quarto-figure-center>figure>p,.quarto-figure-center>figure>div{text-align:center}.quarto-figure-right>figure>p,.quarto-figure-right>figure>div{text-align:right}.quarto-figure>figure>div.cell-annotation,.quarto-figure>figure>div code{text-align:left}figure>p:empty{display:none}figure>p:first-child{margin-top:0;margin-bottom:0}figure>figcaption{margin-top:.5em}figure.quarto-float-lst>figcaption{margin-bottom:.5em}div[id^=tbl-]{position:relative}.quarto-figure>.anchorjs-link{position:absolute;top:.6em;right:.5em}div[id^=tbl-]>.anchorjs-link{position:absolute;top:.7em;right:.3em}.quarto-figure:hover>.anchorjs-link,div[id^=tbl-]:hover>.anchorjs-link,h2:hover>.anchorjs-link,.h2:hover>.anchorjs-link,h3:hover>.anchorjs-link,.h3:hover>.anchorjs-link,h4:hover>.anchorjs-link,.h4:hover>.anchorjs-link,h5:hover>.anchorjs-link,.h5:hover>.anchorjs-link,h6:hover>.anchorjs-link,.h6:hover>.anchorjs-link,.reveal-anchorjs-link>.anchorjs-link{opacity:1}#title-block-header{margin-block-end:1rem;position:relative;margin-top:-1px}#title-block-header .abstract{margin-block-start:1rem}#title-block-header .abstract .abstract-title{font-weight:600}#title-block-header a{text-decoration:none}#title-block-header .author,#title-block-header .date,#title-block-header .doi{margin-block-end:.2rem}#title-block-header .quarto-title-block>div{display:flex}#title-block-header .quarto-title-block>div>h1,#title-block-header .quarto-title-block>div>.h1{flex-grow:1}#title-block-header .quarto-title-block>div>button{flex-shrink:0;height:2.25rem;margin-top:0}@media(min-width: 992px){#title-block-header .quarto-title-block>div>button{margin-top:5px}}tr.header>th>p:last-of-type{margin-bottom:0px}table,.table{caption-side:top;margin-bottom:1.5rem}figure.quarto-float-tbl figcaption,caption,.table-caption{padding-top:.5rem;padding-bottom:.5rem;text-align:center}.utterances{max-width:none;margin-left:-8px}iframe{margin-bottom:1em}details{margin-bottom:1em}details[show]{margin-bottom:0}details>summary{color:#868e96}details>summary>p:only-child{display:inline}pre.sourceCode,code.sourceCode{position:relative}p code:not(.sourceCode){white-space:pre-wrap}code{white-space:pre}@media print{code{white-space:pre-wrap}}pre>code{display:block}pre>code.sourceCode{white-space:pre}pre>code.sourceCode>span>a:first-child::before{text-decoration:none}pre.code-overflow-wrap>code.sourceCode{white-space:pre-wrap}pre.code-overflow-scroll>code.sourceCode{white-space:pre}code a:any-link{color:inherit;text-decoration:none}code a:hover{color:inherit;text-decoration:underline}ul.task-list{padding-left:1em}[data-tippy-root]{display:inline-block}.tippy-content .footnote-back{display:none}.tippy-content{overflow-x:scroll}.quarto-embedded-source-code{display:none}.quarto-unresolved-ref{font-weight:600}.quarto-cover-image{max-width:35%;float:right;margin-left:30px}.cell-output-display .widget-subarea{margin-bottom:1em}.cell-output-display:not(.no-overflow-x),.knitsql-table:not(.no-overflow-x){overflow-x:auto}.panel-input{margin-bottom:1em}.panel-input>div,.panel-input>div>div{display:inline-block;vertical-align:top;padding-right:12px}.panel-input>p:last-child{margin-bottom:0}.layout-sidebar{margin-bottom:1em}.layout-sidebar .tab-content{border:none}.tab-content>.page-columns.active{display:grid}div.sourceCode>iframe{width:100%;height:300px;margin-bottom:-0.5em}a{text-underline-offset:3px}div.ansi-escaped-output{font-family:monospace;display:block}/*! +* +* ansi colors from IPython notebook's +* +*/.ansi-black-fg{color:#3e424d}.ansi-black-bg{background-color:#3e424d}.ansi-black-intense-fg{color:#282c36}.ansi-black-intense-bg{background-color:#282c36}.ansi-red-fg{color:#e75c58}.ansi-red-bg{background-color:#e75c58}.ansi-red-intense-fg{color:#b22b31}.ansi-red-intense-bg{background-color:#b22b31}.ansi-green-fg{color:#00a250}.ansi-green-bg{background-color:#00a250}.ansi-green-intense-fg{color:#007427}.ansi-green-intense-bg{background-color:#007427}.ansi-yellow-fg{color:#ddb62b}.ansi-yellow-bg{background-color:#ddb62b}.ansi-yellow-intense-fg{color:#b27d12}.ansi-yellow-intense-bg{background-color:#b27d12}.ansi-blue-fg{color:#208ffb}.ansi-blue-bg{background-color:#208ffb}.ansi-blue-intense-fg{color:#0065ca}.ansi-blue-intense-bg{background-color:#0065ca}.ansi-magenta-fg{color:#d160c4}.ansi-magenta-bg{background-color:#d160c4}.ansi-magenta-intense-fg{color:#a03196}.ansi-magenta-intense-bg{background-color:#a03196}.ansi-cyan-fg{color:#60c6c8}.ansi-cyan-bg{background-color:#60c6c8}.ansi-cyan-intense-fg{color:#258f8f}.ansi-cyan-intense-bg{background-color:#258f8f}.ansi-white-fg{color:#c5c1b4}.ansi-white-bg{background-color:#c5c1b4}.ansi-white-intense-fg{color:#a1a6b2}.ansi-white-intense-bg{background-color:#a1a6b2}.ansi-default-inverse-fg{color:#fff}.ansi-default-inverse-bg{background-color:#000}.ansi-bold{font-weight:bold}.ansi-underline{text-decoration:underline}:root{--quarto-body-bg: #fff;--quarto-body-color: #373a3c;--quarto-text-muted: #868e96;--quarto-border-color: #dee2e6;--quarto-border-width: 1px;--quarto-border-radius: 0.375rem}table.gt_table{color:var(--quarto-body-color);font-size:1em;width:100%;background-color:rgba(0,0,0,0);border-top-width:inherit;border-bottom-width:inherit;border-color:var(--quarto-border-color)}table.gt_table th.gt_column_spanner_outer{color:var(--quarto-body-color);background-color:rgba(0,0,0,0);border-top-width:inherit;border-bottom-width:inherit;border-color:var(--quarto-border-color)}table.gt_table th.gt_col_heading{color:var(--quarto-body-color);font-weight:bold;background-color:rgba(0,0,0,0)}table.gt_table thead.gt_col_headings{border-bottom:1px solid currentColor;border-top-width:inherit;border-top-color:var(--quarto-border-color)}table.gt_table thead.gt_col_headings:not(:first-child){border-top-width:1px;border-top-color:var(--quarto-border-color)}table.gt_table td.gt_row{border-bottom-width:1px;border-bottom-color:var(--quarto-border-color);border-top-width:0px}table.gt_table tbody.gt_table_body{border-top-width:1px;border-bottom-width:1px;border-bottom-color:var(--quarto-border-color);border-top-color:currentColor}div.columns{display:initial;gap:initial}div.column{display:inline-block;overflow-x:initial;vertical-align:top;width:50%}.code-annotation-tip-content{word-wrap:break-word}.code-annotation-container-hidden{display:none !important}dl.code-annotation-container-grid{display:grid;grid-template-columns:min-content auto}dl.code-annotation-container-grid dt{grid-column:1}dl.code-annotation-container-grid dd{grid-column:2}pre.sourceCode.code-annotation-code{padding-right:0}code.sourceCode .code-annotation-anchor{z-index:100;position:absolute;right:.5em;left:inherit;background-color:rgba(0,0,0,0)}:root{--mermaid-bg-color: #fff;--mermaid-edge-color: #373a3c;--mermaid-node-fg-color: #373a3c;--mermaid-fg-color: #373a3c;--mermaid-fg-color--lighter: #4f5457;--mermaid-fg-color--lightest: #686d71;--mermaid-font-family: Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;--mermaid-label-bg-color: #fff;--mermaid-label-fg-color: #2780e3;--mermaid-node-bg-color: rgba(39, 128, 227, 0.1);--mermaid-node-fg-color: #373a3c}@media print{:root{font-size:11pt}#quarto-sidebar,#TOC,.nav-page{display:none}.page-columns .content{grid-column-start:page-start}.fixed-top{position:relative}.panel-caption,.figure-caption,figcaption{color:#666}}.code-copy-button{position:absolute;top:0;right:0;border:0;margin-top:5px;margin-right:5px;background-color:rgba(0,0,0,0);z-index:3}.code-copy-button:focus{outline:none}.code-copy-button-tooltip{font-size:.75em}pre.sourceCode:hover>.code-copy-button>.bi::before{display:inline-block;height:1rem;width:1rem;content:"";vertical-align:-0.125em;background-image:url('data:image/svg+xml,');background-repeat:no-repeat;background-size:1rem 1rem}pre.sourceCode:hover>.code-copy-button-checked>.bi::before{background-image:url('data:image/svg+xml,')}pre.sourceCode:hover>.code-copy-button:hover>.bi::before{background-image:url('data:image/svg+xml,')}pre.sourceCode:hover>.code-copy-button-checked:hover>.bi::before{background-image:url('data:image/svg+xml,')}main ol ol,main ul ul,main ol ul,main ul ol{margin-bottom:1em}ul>li:not(:has(>p))>ul,ol>li:not(:has(>p))>ul,ul>li:not(:has(>p))>ol,ol>li:not(:has(>p))>ol{margin-bottom:0}ul>li:not(:has(>p))>ul>li:has(>p),ol>li:not(:has(>p))>ul>li:has(>p),ul>li:not(:has(>p))>ol>li:has(>p),ol>li:not(:has(>p))>ol>li:has(>p){margin-top:1rem}body{margin:0}main.page-columns>header>h1.title,main.page-columns>header>.title.h1{margin-bottom:0}@media(min-width: 992px){body .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start page-start-inset] 35px [body-start-outset] 35px [body-start] 1.5em [body-content-start] minmax(500px, calc( 850px - 3em )) [body-content-end] 1.5em [body-end] 35px [body-end-outset] minmax(75px, 145px) [page-end-inset] 35px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.fullcontent:not(.floating):not(.docked) .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start page-start-inset] 35px [body-start-outset] 35px [body-start] 1.5em [body-content-start] minmax(500px, calc( 850px - 3em )) [body-content-end] 1.5em [body-end] 35px [body-end-outset] 35px [page-end-inset page-end] 5fr [screen-end-inset] 1.5em}body.slimcontent:not(.floating):not(.docked) .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start page-start-inset] 35px [body-start-outset] 35px [body-start] 1.5em [body-content-start] minmax(500px, calc( 850px - 3em )) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(0px, 200px) [page-end-inset] 35px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.listing:not(.floating):not(.docked) .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start] minmax(50px, 100px) [page-start-inset] 50px [body-start-outset] 50px [body-start] 1.5em [body-content-start] minmax(500px, calc( 850px - 3em )) [body-content-end] 3em [body-end] 50px [body-end-outset] minmax(0px, 250px) [page-end-inset] minmax(50px, 100px) [page-end] 1fr [screen-end-inset] 1.5em [screen-end]}body:not(.floating):not(.docked) .page-columns.toc-left{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start] 35px [page-start-inset] minmax(0px, 175px) [body-start-outset] 35px [body-start] 1.5em [body-content-start] minmax(450px, calc( 800px - 3em )) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(0px, 200px) [page-end-inset] 50px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body:not(.floating):not(.docked) .page-columns.toc-left .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start] 35px [page-start-inset] minmax(0px, 175px) [body-start-outset] 35px [body-start] 1.5em [body-content-start] minmax(450px, calc( 800px - 3em )) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(0px, 200px) [page-end-inset] 50px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.floating .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start] minmax(25px, 50px) [page-start-inset] minmax(50px, 150px) [body-start-outset] minmax(25px, 50px) [body-start] 1.5em [body-content-start] minmax(500px, calc( 800px - 3em )) [body-content-end] 1.5em [body-end] minmax(25px, 50px) [body-end-outset] minmax(50px, 150px) [page-end-inset] minmax(25px, 50px) [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.docked .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start] minmax(50px, 100px) [page-start-inset] 50px [body-start-outset] 50px [body-start] 1.5em [body-content-start] minmax(500px, calc( 1000px - 3em )) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(50px, 100px) [page-end-inset] 50px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.docked.fullcontent .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start] minmax(50px, 100px) [page-start-inset] 50px [body-start-outset] 50px [body-start] 1.5em [body-content-start] minmax(500px, calc( 1000px - 3em )) [body-content-end] 1.5em [body-end body-end-outset page-end-inset page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.floating.fullcontent .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start] 50px [page-start-inset] minmax(50px, 150px) [body-start-outset] 50px [body-start] 1.5em [body-content-start] minmax(500px, calc( 800px - 3em )) [body-content-end] 1.5em [body-end body-end-outset page-end-inset page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.docked.slimcontent .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start] minmax(50px, 100px) [page-start-inset] 50px [body-start-outset] 50px [body-start] 1.5em [body-content-start] minmax(450px, calc( 750px - 3em )) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(0px, 200px) [page-end-inset] 50px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.docked.listing .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start] minmax(50px, 100px) [page-start-inset] 50px [body-start-outset] 50px [body-start] 1.5em [body-content-start] minmax(500px, calc( 1000px - 3em )) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(0px, 200px) [page-end-inset] 50px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.floating.slimcontent .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start] 50px [page-start-inset] minmax(50px, 150px) [body-start-outset] 50px [body-start] 1.5em [body-content-start] minmax(450px, calc( 750px - 3em )) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(50px, 150px) [page-end-inset] 50px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.floating.listing .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start] minmax(25px, 50px) [page-start-inset] minmax(50px, 150px) [body-start-outset] minmax(25px, 50px) [body-start] 1.5em [body-content-start] minmax(500px, calc( 800px - 3em )) [body-content-end] 1.5em [body-end] minmax(25px, 50px) [body-end-outset] minmax(50px, 150px) [page-end-inset] minmax(25px, 50px) [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}}@media(max-width: 991.98px){body .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset] 5fr [body-start] 1.5em [body-content-start] minmax(500px, calc( 800px - 3em )) [body-content-end] 1.5em [body-end] 35px [body-end-outset] minmax(75px, 145px) [page-end-inset] 35px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.fullcontent:not(.floating):not(.docked) .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset] 5fr [body-start] 1.5em [body-content-start] minmax(500px, calc( 800px - 3em )) [body-content-end] 1.5em [body-end body-end-outset page-end-inset page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.slimcontent:not(.floating):not(.docked) .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset] 5fr [body-start] 1.5em [body-content-start] minmax(500px, calc( 800px - 3em )) [body-content-end] 1.5em [body-end] 35px [body-end-outset] minmax(75px, 145px) [page-end-inset] 35px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.listing:not(.floating):not(.docked) .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset] 5fr [body-start] 1.5em [body-content-start] minmax(500px, calc( 1250px - 3em )) [body-content-end body-end body-end-outset page-end-inset page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body:not(.floating):not(.docked) .page-columns.toc-left{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start] 35px [page-start-inset] minmax(0px, 145px) [body-start-outset] 35px [body-start] 1.5em [body-content-start] minmax(450px, calc( 800px - 3em )) [body-content-end] 1.5em [body-end body-end-outset page-end-inset page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body:not(.floating):not(.docked) .page-columns.toc-left .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start] 35px [page-start-inset] minmax(0px, 145px) [body-start-outset] 35px [body-start] 1.5em [body-content-start] minmax(450px, calc( 800px - 3em )) [body-content-end] 1.5em [body-end body-end-outset page-end-inset page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.floating .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start page-start-inset body-start-outset body-start] 1.5em [body-content-start] minmax(500px, calc( 750px - 3em )) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(75px, 150px) [page-end-inset] 25px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.docked .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset body-start body-content-start] minmax(500px, calc( 750px - 3em )) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(25px, 50px) [page-end-inset] 50px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.docked.fullcontent .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset body-start body-content-start] minmax(500px, calc( 1000px - 3em )) [body-content-end] 1.5em [body-end body-end-outset page-end-inset page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.floating.fullcontent .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start page-start-inset body-start-outset body-start] 1em [body-content-start] minmax(500px, calc( 800px - 3em )) [body-content-end] 1.5em [body-end body-end-outset page-end-inset page-end] 4fr [screen-end-inset] 1.5em [screen-end]}body.docked.slimcontent .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset body-start body-content-start] minmax(500px, calc( 750px - 3em )) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(25px, 50px) [page-end-inset] 50px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.docked.listing .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset body-start body-content-start] minmax(500px, calc( 750px - 3em )) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(25px, 50px) [page-end-inset] 50px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.floating.slimcontent .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start page-start-inset body-start-outset body-start] 1em [body-content-start] minmax(500px, calc( 750px - 3em )) [body-content-end] 1.5em [body-end] 35px [body-end-outset] minmax(75px, 145px) [page-end-inset] 35px [page-end] 4fr [screen-end-inset] 1.5em [screen-end]}body.floating.listing .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start page-start-inset body-start-outset body-start] 1em [body-content-start] minmax(500px, calc( 750px - 3em )) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(75px, 150px) [page-end-inset] 25px [page-end] 4fr [screen-end-inset] 1.5em [screen-end]}}@media(max-width: 767.98px){body .page-columns,body.fullcontent:not(.floating):not(.docked) .page-columns,body.slimcontent:not(.floating):not(.docked) .page-columns,body.docked .page-columns,body.docked.slimcontent .page-columns,body.docked.fullcontent .page-columns,body.floating .page-columns,body.floating.slimcontent .page-columns,body.floating.fullcontent .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset body-start body-content-start] minmax(0px, 1fr) [body-content-end body-end body-end-outset page-end-inset page-end screen-end-inset] 1.5em [screen-end]}body:not(.floating):not(.docked) .page-columns.toc-left{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset body-start body-content-start] minmax(0px, 1fr) [body-content-end body-end body-end-outset page-end-inset page-end screen-end-inset] 1.5em [screen-end]}body:not(.floating):not(.docked) .page-columns.toc-left .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset body-start body-content-start] minmax(0px, 1fr) [body-content-end body-end body-end-outset page-end-inset page-end screen-end-inset] 1.5em [screen-end]}nav[role=doc-toc]{display:none}}body,.page-row-navigation{grid-template-rows:[page-top] max-content [contents-top] max-content [contents-bottom] max-content [page-bottom]}.page-rows-contents{grid-template-rows:[content-top] minmax(max-content, 1fr) [content-bottom] minmax(60px, max-content) [page-bottom]}.page-full{grid-column:screen-start/screen-end !important}.page-columns>*{grid-column:body-content-start/body-content-end}.page-columns.column-page>*{grid-column:page-start/page-end}.page-columns.column-page-left>*{grid-column:page-start/body-content-end}.page-columns.column-page-right>*{grid-column:body-content-start/page-end}.page-rows{grid-auto-rows:auto}.header{grid-column:screen-start/screen-end;grid-row:page-top/contents-top}#quarto-content{padding:0;grid-column:screen-start/screen-end;grid-row:contents-top/contents-bottom}body.floating .sidebar.sidebar-navigation{grid-column:page-start/body-start;grid-row:content-top/page-bottom}body.docked .sidebar.sidebar-navigation{grid-column:screen-start/body-start;grid-row:content-top/page-bottom}.sidebar.toc-left{grid-column:page-start/body-start;grid-row:content-top/page-bottom}.sidebar.margin-sidebar{grid-column:body-end/page-end;grid-row:content-top/page-bottom}.page-columns .content{grid-column:body-content-start/body-content-end;grid-row:content-top/content-bottom;align-content:flex-start}.page-columns .page-navigation{grid-column:body-content-start/body-content-end;grid-row:content-bottom/page-bottom}.page-columns .footer{grid-column:screen-start/screen-end;grid-row:contents-bottom/page-bottom}.page-columns .column-body{grid-column:body-content-start/body-content-end}.page-columns .column-body-fullbleed{grid-column:body-start/body-end}.page-columns .column-body-outset{grid-column:body-start-outset/body-end-outset;z-index:998;transform:translate3d(0, 0, 0)}.page-columns .column-body-outset table{background:#fff}.page-columns .column-body-outset-left{grid-column:body-start-outset/body-content-end;z-index:998;transform:translate3d(0, 0, 0)}.page-columns .column-body-outset-left table{background:#fff}.page-columns .column-body-outset-right{grid-column:body-content-start/body-end-outset;z-index:998;transform:translate3d(0, 0, 0)}.page-columns .column-body-outset-right table{background:#fff}.page-columns .column-page{grid-column:page-start/page-end;z-index:998;transform:translate3d(0, 0, 0)}.page-columns .column-page table{background:#fff}.page-columns .column-page-inset{grid-column:page-start-inset/page-end-inset;z-index:998;transform:translate3d(0, 0, 0)}.page-columns .column-page-inset table{background:#fff}.page-columns .column-page-inset-left{grid-column:page-start-inset/body-content-end;z-index:998;transform:translate3d(0, 0, 0)}.page-columns .column-page-inset-left table{background:#fff}.page-columns .column-page-inset-right{grid-column:body-content-start/page-end-inset;z-index:998;transform:translate3d(0, 0, 0)}.page-columns .column-page-inset-right figcaption table{background:#fff}.page-columns .column-page-left{grid-column:page-start/body-content-end;z-index:998;transform:translate3d(0, 0, 0)}.page-columns .column-page-left table{background:#fff}.page-columns .column-page-right{grid-column:body-content-start/page-end;z-index:998;transform:translate3d(0, 0, 0)}.page-columns .column-page-right figcaption table{background:#fff}#quarto-content.page-columns #quarto-margin-sidebar,#quarto-content.page-columns #quarto-sidebar{z-index:1}@media(max-width: 991.98px){#quarto-content.page-columns #quarto-margin-sidebar.collapse,#quarto-content.page-columns #quarto-sidebar.collapse,#quarto-content.page-columns #quarto-margin-sidebar.collapsing,#quarto-content.page-columns #quarto-sidebar.collapsing{z-index:1055}}#quarto-content.page-columns main.column-page,#quarto-content.page-columns main.column-page-right,#quarto-content.page-columns main.column-page-left{z-index:0}.page-columns .column-screen-inset{grid-column:screen-start-inset/screen-end-inset;z-index:998;transform:translate3d(0, 0, 0)}.page-columns .column-screen-inset table{background:#fff}.page-columns .column-screen-inset-left{grid-column:screen-start-inset/body-content-end;z-index:998;transform:translate3d(0, 0, 0)}.page-columns .column-screen-inset-left table{background:#fff}.page-columns .column-screen-inset-right{grid-column:body-content-start/screen-end-inset;z-index:998;transform:translate3d(0, 0, 0)}.page-columns .column-screen-inset-right table{background:#fff}.page-columns .column-screen{grid-column:screen-start/screen-end;z-index:998;transform:translate3d(0, 0, 0)}.page-columns .column-screen table{background:#fff}.page-columns .column-screen-left{grid-column:screen-start/body-content-end;z-index:998;transform:translate3d(0, 0, 0)}.page-columns .column-screen-left table{background:#fff}.page-columns .column-screen-right{grid-column:body-content-start/screen-end;z-index:998;transform:translate3d(0, 0, 0)}.page-columns .column-screen-right table{background:#fff}.page-columns .column-screen-inset-shaded{grid-column:screen-start/screen-end;padding:1em;background:#f8f9fa;z-index:998;transform:translate3d(0, 0, 0);margin-bottom:1em}.zindex-content{z-index:998;transform:translate3d(0, 0, 0)}.zindex-modal{z-index:1055;transform:translate3d(0, 0, 0)}.zindex-over-content{z-index:999;transform:translate3d(0, 0, 0)}img.img-fluid.column-screen,img.img-fluid.column-screen-inset-shaded,img.img-fluid.column-screen-inset,img.img-fluid.column-screen-inset-left,img.img-fluid.column-screen-inset-right,img.img-fluid.column-screen-left,img.img-fluid.column-screen-right{width:100%}@media(min-width: 992px){.margin-caption,div.aside,aside:not(.footnotes),.column-margin{grid-column:body-end/page-end !important;z-index:998}.column-sidebar{grid-column:page-start/body-start !important;z-index:998}.column-leftmargin{grid-column:screen-start-inset/body-start !important;z-index:998}.no-row-height{height:1em;overflow:visible}}@media(max-width: 991.98px){.margin-caption,div.aside,aside:not(.footnotes),.column-margin{grid-column:body-end/page-end !important;z-index:998}.no-row-height{height:1em;overflow:visible}.page-columns.page-full{overflow:visible}.page-columns.toc-left .margin-caption,.page-columns.toc-left div.aside,.page-columns.toc-left aside:not(.footnotes),.page-columns.toc-left .column-margin{grid-column:body-content-start/body-content-end !important;z-index:998;transform:translate3d(0, 0, 0)}.page-columns.toc-left .no-row-height{height:initial;overflow:initial}}@media(max-width: 767.98px){.margin-caption,div.aside,aside:not(.footnotes),.column-margin{grid-column:body-content-start/body-content-end !important;z-index:998;transform:translate3d(0, 0, 0)}.no-row-height{height:initial;overflow:initial}#quarto-margin-sidebar{display:none}#quarto-sidebar-toc-left{display:none}.hidden-sm{display:none}}.panel-grid{display:grid;grid-template-rows:repeat(1, 1fr);grid-template-columns:repeat(24, 1fr);gap:1em}.panel-grid .g-col-1{grid-column:auto/span 1}.panel-grid .g-col-2{grid-column:auto/span 2}.panel-grid .g-col-3{grid-column:auto/span 3}.panel-grid .g-col-4{grid-column:auto/span 4}.panel-grid .g-col-5{grid-column:auto/span 5}.panel-grid .g-col-6{grid-column:auto/span 6}.panel-grid .g-col-7{grid-column:auto/span 7}.panel-grid .g-col-8{grid-column:auto/span 8}.panel-grid .g-col-9{grid-column:auto/span 9}.panel-grid .g-col-10{grid-column:auto/span 10}.panel-grid .g-col-11{grid-column:auto/span 11}.panel-grid .g-col-12{grid-column:auto/span 12}.panel-grid .g-col-13{grid-column:auto/span 13}.panel-grid .g-col-14{grid-column:auto/span 14}.panel-grid .g-col-15{grid-column:auto/span 15}.panel-grid .g-col-16{grid-column:auto/span 16}.panel-grid .g-col-17{grid-column:auto/span 17}.panel-grid .g-col-18{grid-column:auto/span 18}.panel-grid .g-col-19{grid-column:auto/span 19}.panel-grid .g-col-20{grid-column:auto/span 20}.panel-grid .g-col-21{grid-column:auto/span 21}.panel-grid .g-col-22{grid-column:auto/span 22}.panel-grid .g-col-23{grid-column:auto/span 23}.panel-grid .g-col-24{grid-column:auto/span 24}.panel-grid .g-start-1{grid-column-start:1}.panel-grid .g-start-2{grid-column-start:2}.panel-grid .g-start-3{grid-column-start:3}.panel-grid .g-start-4{grid-column-start:4}.panel-grid .g-start-5{grid-column-start:5}.panel-grid .g-start-6{grid-column-start:6}.panel-grid .g-start-7{grid-column-start:7}.panel-grid .g-start-8{grid-column-start:8}.panel-grid .g-start-9{grid-column-start:9}.panel-grid .g-start-10{grid-column-start:10}.panel-grid .g-start-11{grid-column-start:11}.panel-grid .g-start-12{grid-column-start:12}.panel-grid .g-start-13{grid-column-start:13}.panel-grid .g-start-14{grid-column-start:14}.panel-grid .g-start-15{grid-column-start:15}.panel-grid .g-start-16{grid-column-start:16}.panel-grid .g-start-17{grid-column-start:17}.panel-grid .g-start-18{grid-column-start:18}.panel-grid .g-start-19{grid-column-start:19}.panel-grid .g-start-20{grid-column-start:20}.panel-grid .g-start-21{grid-column-start:21}.panel-grid .g-start-22{grid-column-start:22}.panel-grid .g-start-23{grid-column-start:23}@media(min-width: 576px){.panel-grid .g-col-sm-1{grid-column:auto/span 1}.panel-grid .g-col-sm-2{grid-column:auto/span 2}.panel-grid .g-col-sm-3{grid-column:auto/span 3}.panel-grid .g-col-sm-4{grid-column:auto/span 4}.panel-grid .g-col-sm-5{grid-column:auto/span 5}.panel-grid .g-col-sm-6{grid-column:auto/span 6}.panel-grid .g-col-sm-7{grid-column:auto/span 7}.panel-grid .g-col-sm-8{grid-column:auto/span 8}.panel-grid .g-col-sm-9{grid-column:auto/span 9}.panel-grid .g-col-sm-10{grid-column:auto/span 10}.panel-grid .g-col-sm-11{grid-column:auto/span 11}.panel-grid .g-col-sm-12{grid-column:auto/span 12}.panel-grid .g-col-sm-13{grid-column:auto/span 13}.panel-grid .g-col-sm-14{grid-column:auto/span 14}.panel-grid .g-col-sm-15{grid-column:auto/span 15}.panel-grid .g-col-sm-16{grid-column:auto/span 16}.panel-grid .g-col-sm-17{grid-column:auto/span 17}.panel-grid .g-col-sm-18{grid-column:auto/span 18}.panel-grid .g-col-sm-19{grid-column:auto/span 19}.panel-grid .g-col-sm-20{grid-column:auto/span 20}.panel-grid .g-col-sm-21{grid-column:auto/span 21}.panel-grid .g-col-sm-22{grid-column:auto/span 22}.panel-grid .g-col-sm-23{grid-column:auto/span 23}.panel-grid .g-col-sm-24{grid-column:auto/span 24}.panel-grid .g-start-sm-1{grid-column-start:1}.panel-grid .g-start-sm-2{grid-column-start:2}.panel-grid .g-start-sm-3{grid-column-start:3}.panel-grid .g-start-sm-4{grid-column-start:4}.panel-grid .g-start-sm-5{grid-column-start:5}.panel-grid .g-start-sm-6{grid-column-start:6}.panel-grid .g-start-sm-7{grid-column-start:7}.panel-grid .g-start-sm-8{grid-column-start:8}.panel-grid .g-start-sm-9{grid-column-start:9}.panel-grid .g-start-sm-10{grid-column-start:10}.panel-grid .g-start-sm-11{grid-column-start:11}.panel-grid .g-start-sm-12{grid-column-start:12}.panel-grid .g-start-sm-13{grid-column-start:13}.panel-grid .g-start-sm-14{grid-column-start:14}.panel-grid .g-start-sm-15{grid-column-start:15}.panel-grid .g-start-sm-16{grid-column-start:16}.panel-grid .g-start-sm-17{grid-column-start:17}.panel-grid .g-start-sm-18{grid-column-start:18}.panel-grid .g-start-sm-19{grid-column-start:19}.panel-grid .g-start-sm-20{grid-column-start:20}.panel-grid .g-start-sm-21{grid-column-start:21}.panel-grid .g-start-sm-22{grid-column-start:22}.panel-grid .g-start-sm-23{grid-column-start:23}}@media(min-width: 768px){.panel-grid .g-col-md-1{grid-column:auto/span 1}.panel-grid .g-col-md-2{grid-column:auto/span 2}.panel-grid .g-col-md-3{grid-column:auto/span 3}.panel-grid .g-col-md-4{grid-column:auto/span 4}.panel-grid .g-col-md-5{grid-column:auto/span 5}.panel-grid .g-col-md-6{grid-column:auto/span 6}.panel-grid .g-col-md-7{grid-column:auto/span 7}.panel-grid .g-col-md-8{grid-column:auto/span 8}.panel-grid .g-col-md-9{grid-column:auto/span 9}.panel-grid .g-col-md-10{grid-column:auto/span 10}.panel-grid .g-col-md-11{grid-column:auto/span 11}.panel-grid .g-col-md-12{grid-column:auto/span 12}.panel-grid .g-col-md-13{grid-column:auto/span 13}.panel-grid .g-col-md-14{grid-column:auto/span 14}.panel-grid .g-col-md-15{grid-column:auto/span 15}.panel-grid .g-col-md-16{grid-column:auto/span 16}.panel-grid .g-col-md-17{grid-column:auto/span 17}.panel-grid .g-col-md-18{grid-column:auto/span 18}.panel-grid .g-col-md-19{grid-column:auto/span 19}.panel-grid .g-col-md-20{grid-column:auto/span 20}.panel-grid .g-col-md-21{grid-column:auto/span 21}.panel-grid .g-col-md-22{grid-column:auto/span 22}.panel-grid .g-col-md-23{grid-column:auto/span 23}.panel-grid .g-col-md-24{grid-column:auto/span 24}.panel-grid .g-start-md-1{grid-column-start:1}.panel-grid .g-start-md-2{grid-column-start:2}.panel-grid .g-start-md-3{grid-column-start:3}.panel-grid .g-start-md-4{grid-column-start:4}.panel-grid .g-start-md-5{grid-column-start:5}.panel-grid .g-start-md-6{grid-column-start:6}.panel-grid .g-start-md-7{grid-column-start:7}.panel-grid .g-start-md-8{grid-column-start:8}.panel-grid .g-start-md-9{grid-column-start:9}.panel-grid .g-start-md-10{grid-column-start:10}.panel-grid .g-start-md-11{grid-column-start:11}.panel-grid .g-start-md-12{grid-column-start:12}.panel-grid .g-start-md-13{grid-column-start:13}.panel-grid .g-start-md-14{grid-column-start:14}.panel-grid .g-start-md-15{grid-column-start:15}.panel-grid .g-start-md-16{grid-column-start:16}.panel-grid .g-start-md-17{grid-column-start:17}.panel-grid .g-start-md-18{grid-column-start:18}.panel-grid .g-start-md-19{grid-column-start:19}.panel-grid .g-start-md-20{grid-column-start:20}.panel-grid .g-start-md-21{grid-column-start:21}.panel-grid .g-start-md-22{grid-column-start:22}.panel-grid .g-start-md-23{grid-column-start:23}}@media(min-width: 992px){.panel-grid .g-col-lg-1{grid-column:auto/span 1}.panel-grid .g-col-lg-2{grid-column:auto/span 2}.panel-grid .g-col-lg-3{grid-column:auto/span 3}.panel-grid .g-col-lg-4{grid-column:auto/span 4}.panel-grid .g-col-lg-5{grid-column:auto/span 5}.panel-grid .g-col-lg-6{grid-column:auto/span 6}.panel-grid .g-col-lg-7{grid-column:auto/span 7}.panel-grid .g-col-lg-8{grid-column:auto/span 8}.panel-grid .g-col-lg-9{grid-column:auto/span 9}.panel-grid .g-col-lg-10{grid-column:auto/span 10}.panel-grid .g-col-lg-11{grid-column:auto/span 11}.panel-grid .g-col-lg-12{grid-column:auto/span 12}.panel-grid .g-col-lg-13{grid-column:auto/span 13}.panel-grid .g-col-lg-14{grid-column:auto/span 14}.panel-grid .g-col-lg-15{grid-column:auto/span 15}.panel-grid .g-col-lg-16{grid-column:auto/span 16}.panel-grid .g-col-lg-17{grid-column:auto/span 17}.panel-grid .g-col-lg-18{grid-column:auto/span 18}.panel-grid .g-col-lg-19{grid-column:auto/span 19}.panel-grid .g-col-lg-20{grid-column:auto/span 20}.panel-grid .g-col-lg-21{grid-column:auto/span 21}.panel-grid .g-col-lg-22{grid-column:auto/span 22}.panel-grid .g-col-lg-23{grid-column:auto/span 23}.panel-grid .g-col-lg-24{grid-column:auto/span 24}.panel-grid .g-start-lg-1{grid-column-start:1}.panel-grid .g-start-lg-2{grid-column-start:2}.panel-grid .g-start-lg-3{grid-column-start:3}.panel-grid .g-start-lg-4{grid-column-start:4}.panel-grid .g-start-lg-5{grid-column-start:5}.panel-grid .g-start-lg-6{grid-column-start:6}.panel-grid .g-start-lg-7{grid-column-start:7}.panel-grid .g-start-lg-8{grid-column-start:8}.panel-grid .g-start-lg-9{grid-column-start:9}.panel-grid .g-start-lg-10{grid-column-start:10}.panel-grid .g-start-lg-11{grid-column-start:11}.panel-grid .g-start-lg-12{grid-column-start:12}.panel-grid .g-start-lg-13{grid-column-start:13}.panel-grid .g-start-lg-14{grid-column-start:14}.panel-grid .g-start-lg-15{grid-column-start:15}.panel-grid .g-start-lg-16{grid-column-start:16}.panel-grid .g-start-lg-17{grid-column-start:17}.panel-grid .g-start-lg-18{grid-column-start:18}.panel-grid .g-start-lg-19{grid-column-start:19}.panel-grid .g-start-lg-20{grid-column-start:20}.panel-grid .g-start-lg-21{grid-column-start:21}.panel-grid .g-start-lg-22{grid-column-start:22}.panel-grid .g-start-lg-23{grid-column-start:23}}@media(min-width: 1200px){.panel-grid .g-col-xl-1{grid-column:auto/span 1}.panel-grid .g-col-xl-2{grid-column:auto/span 2}.panel-grid .g-col-xl-3{grid-column:auto/span 3}.panel-grid .g-col-xl-4{grid-column:auto/span 4}.panel-grid .g-col-xl-5{grid-column:auto/span 5}.panel-grid .g-col-xl-6{grid-column:auto/span 6}.panel-grid .g-col-xl-7{grid-column:auto/span 7}.panel-grid .g-col-xl-8{grid-column:auto/span 8}.panel-grid .g-col-xl-9{grid-column:auto/span 9}.panel-grid .g-col-xl-10{grid-column:auto/span 10}.panel-grid .g-col-xl-11{grid-column:auto/span 11}.panel-grid .g-col-xl-12{grid-column:auto/span 12}.panel-grid .g-col-xl-13{grid-column:auto/span 13}.panel-grid .g-col-xl-14{grid-column:auto/span 14}.panel-grid .g-col-xl-15{grid-column:auto/span 15}.panel-grid .g-col-xl-16{grid-column:auto/span 16}.panel-grid .g-col-xl-17{grid-column:auto/span 17}.panel-grid .g-col-xl-18{grid-column:auto/span 18}.panel-grid .g-col-xl-19{grid-column:auto/span 19}.panel-grid .g-col-xl-20{grid-column:auto/span 20}.panel-grid .g-col-xl-21{grid-column:auto/span 21}.panel-grid .g-col-xl-22{grid-column:auto/span 22}.panel-grid .g-col-xl-23{grid-column:auto/span 23}.panel-grid .g-col-xl-24{grid-column:auto/span 24}.panel-grid .g-start-xl-1{grid-column-start:1}.panel-grid .g-start-xl-2{grid-column-start:2}.panel-grid .g-start-xl-3{grid-column-start:3}.panel-grid .g-start-xl-4{grid-column-start:4}.panel-grid .g-start-xl-5{grid-column-start:5}.panel-grid .g-start-xl-6{grid-column-start:6}.panel-grid .g-start-xl-7{grid-column-start:7}.panel-grid .g-start-xl-8{grid-column-start:8}.panel-grid .g-start-xl-9{grid-column-start:9}.panel-grid .g-start-xl-10{grid-column-start:10}.panel-grid .g-start-xl-11{grid-column-start:11}.panel-grid .g-start-xl-12{grid-column-start:12}.panel-grid .g-start-xl-13{grid-column-start:13}.panel-grid .g-start-xl-14{grid-column-start:14}.panel-grid .g-start-xl-15{grid-column-start:15}.panel-grid .g-start-xl-16{grid-column-start:16}.panel-grid .g-start-xl-17{grid-column-start:17}.panel-grid .g-start-xl-18{grid-column-start:18}.panel-grid .g-start-xl-19{grid-column-start:19}.panel-grid .g-start-xl-20{grid-column-start:20}.panel-grid .g-start-xl-21{grid-column-start:21}.panel-grid .g-start-xl-22{grid-column-start:22}.panel-grid .g-start-xl-23{grid-column-start:23}}@media(min-width: 1400px){.panel-grid .g-col-xxl-1{grid-column:auto/span 1}.panel-grid .g-col-xxl-2{grid-column:auto/span 2}.panel-grid .g-col-xxl-3{grid-column:auto/span 3}.panel-grid .g-col-xxl-4{grid-column:auto/span 4}.panel-grid .g-col-xxl-5{grid-column:auto/span 5}.panel-grid .g-col-xxl-6{grid-column:auto/span 6}.panel-grid .g-col-xxl-7{grid-column:auto/span 7}.panel-grid .g-col-xxl-8{grid-column:auto/span 8}.panel-grid .g-col-xxl-9{grid-column:auto/span 9}.panel-grid .g-col-xxl-10{grid-column:auto/span 10}.panel-grid .g-col-xxl-11{grid-column:auto/span 11}.panel-grid .g-col-xxl-12{grid-column:auto/span 12}.panel-grid .g-col-xxl-13{grid-column:auto/span 13}.panel-grid .g-col-xxl-14{grid-column:auto/span 14}.panel-grid .g-col-xxl-15{grid-column:auto/span 15}.panel-grid .g-col-xxl-16{grid-column:auto/span 16}.panel-grid .g-col-xxl-17{grid-column:auto/span 17}.panel-grid .g-col-xxl-18{grid-column:auto/span 18}.panel-grid .g-col-xxl-19{grid-column:auto/span 19}.panel-grid .g-col-xxl-20{grid-column:auto/span 20}.panel-grid .g-col-xxl-21{grid-column:auto/span 21}.panel-grid .g-col-xxl-22{grid-column:auto/span 22}.panel-grid .g-col-xxl-23{grid-column:auto/span 23}.panel-grid .g-col-xxl-24{grid-column:auto/span 24}.panel-grid .g-start-xxl-1{grid-column-start:1}.panel-grid .g-start-xxl-2{grid-column-start:2}.panel-grid .g-start-xxl-3{grid-column-start:3}.panel-grid .g-start-xxl-4{grid-column-start:4}.panel-grid .g-start-xxl-5{grid-column-start:5}.panel-grid .g-start-xxl-6{grid-column-start:6}.panel-grid .g-start-xxl-7{grid-column-start:7}.panel-grid .g-start-xxl-8{grid-column-start:8}.panel-grid .g-start-xxl-9{grid-column-start:9}.panel-grid .g-start-xxl-10{grid-column-start:10}.panel-grid .g-start-xxl-11{grid-column-start:11}.panel-grid .g-start-xxl-12{grid-column-start:12}.panel-grid .g-start-xxl-13{grid-column-start:13}.panel-grid .g-start-xxl-14{grid-column-start:14}.panel-grid .g-start-xxl-15{grid-column-start:15}.panel-grid .g-start-xxl-16{grid-column-start:16}.panel-grid .g-start-xxl-17{grid-column-start:17}.panel-grid .g-start-xxl-18{grid-column-start:18}.panel-grid .g-start-xxl-19{grid-column-start:19}.panel-grid .g-start-xxl-20{grid-column-start:20}.panel-grid .g-start-xxl-21{grid-column-start:21}.panel-grid .g-start-xxl-22{grid-column-start:22}.panel-grid .g-start-xxl-23{grid-column-start:23}}main{margin-top:1em;margin-bottom:1em}h1,.h1,h2,.h2{color:#4b4f51;margin-top:2rem;margin-bottom:1rem;font-weight:600}h1.title,.title.h1{margin-top:0}main.content>section:first-of-type>h2:first-child,main.content>section:first-of-type>.h2:first-child{margin-top:0}h2,.h2{border-bottom:1px solid #dee2e6;padding-bottom:.5rem}h3,.h3{font-weight:600}h3,.h3,h4,.h4{opacity:.9;margin-top:1.5rem}h5,.h5,h6,.h6{opacity:.9}.header-section-number{color:#747a7f}.nav-link.active .header-section-number{color:inherit}mark,.mark{padding:0em}.panel-caption,.figure-caption,.subfigure-caption,.table-caption,figcaption.quarto-float-caption,caption{font-size:.9rem;color:#747a7f}.quarto-layout-cell[data-ref-parent] caption{color:#747a7f}.column-margin figcaption,.margin-caption,div.aside,aside,.column-margin{color:#747a7f;font-size:.825rem}.panel-caption.margin-caption{text-align:inherit}.column-margin.column-container p{margin-bottom:0}.column-margin.column-container>*:not(.collapse):first-child{padding-bottom:.5em;display:block}.column-margin.column-container>*:not(.collapse):not(:first-child){padding-top:.5em;padding-bottom:.5em;display:block}.column-margin.column-container>*.collapse:not(.show){display:none}@media(min-width: 768px){.column-margin.column-container .callout-margin-content:first-child{margin-top:4.5em}.column-margin.column-container .callout-margin-content-simple:first-child{margin-top:3.5em}}.margin-caption>*{padding-top:.5em;padding-bottom:.5em}@media(max-width: 767.98px){.quarto-layout-row{flex-direction:column}}.nav-tabs .nav-item{margin-top:1px;cursor:pointer}.tab-content{margin-top:0px;border-left:#dee2e6 1px solid;border-right:#dee2e6 1px solid;border-bottom:#dee2e6 1px solid;margin-left:0;padding:1em;margin-bottom:1em}@media(max-width: 767.98px){.layout-sidebar{margin-left:0;margin-right:0}}.panel-sidebar,.panel-sidebar .form-control,.panel-input,.panel-input .form-control,.selectize-dropdown{font-size:.9rem}.panel-sidebar .form-control,.panel-input .form-control{padding-top:.1rem}.tab-pane div.sourceCode{margin-top:0px}.tab-pane>p{padding-top:0}.tab-pane>p:nth-child(1){padding-top:0}.tab-pane>p:last-child{margin-bottom:0}.tab-pane>pre:last-child{margin-bottom:0}.tab-content>.tab-pane:not(.active){display:none !important}div.sourceCode{background-color:rgba(233,236,239,.65);border:1px solid rgba(233,236,239,.65);border-radius:.375rem}pre.sourceCode{background-color:rgba(0,0,0,0)}pre.sourceCode{border:none;font-size:.875em;overflow:visible !important;padding:.4em}.callout pre.sourceCode{padding-left:0}div.sourceCode{overflow-y:hidden}.callout div.sourceCode{margin-left:initial}.blockquote{font-size:inherit;padding-left:1rem;padding-right:1.5rem;color:#747a7f}.blockquote h1:first-child,.blockquote .h1:first-child,.blockquote h2:first-child,.blockquote .h2:first-child,.blockquote h3:first-child,.blockquote .h3:first-child,.blockquote h4:first-child,.blockquote .h4:first-child,.blockquote h5:first-child,.blockquote .h5:first-child{margin-top:0}pre{background-color:initial;padding:initial;border:initial}p code:not(.sourceCode),li code:not(.sourceCode),td code:not(.sourceCode){background-color:#f7f7f7;padding:.2em}nav p code:not(.sourceCode),nav li code:not(.sourceCode),nav td code:not(.sourceCode){background-color:rgba(0,0,0,0);padding:0}td code:not(.sourceCode){white-space:pre-wrap}#quarto-embedded-source-code-modal>.modal-dialog{max-width:1000px;padding-left:1.75rem;padding-right:1.75rem}#quarto-embedded-source-code-modal>.modal-dialog>.modal-content>.modal-body{padding:0}#quarto-embedded-source-code-modal>.modal-dialog>.modal-content>.modal-body div.sourceCode{margin:0;padding:.2rem .2rem;border-radius:0px;border:none}#quarto-embedded-source-code-modal>.modal-dialog>.modal-content>.modal-header{padding:.7rem}.code-tools-button{font-size:1rem;padding:.15rem .15rem;margin-left:5px;color:#868e96;background-color:rgba(0,0,0,0);transition:initial;cursor:pointer}.code-tools-button>.bi::before{display:inline-block;height:1rem;width:1rem;content:"";vertical-align:-0.125em;background-image:url('data:image/svg+xml,');background-repeat:no-repeat;background-size:1rem 1rem}.code-tools-button:hover>.bi::before{background-image:url('data:image/svg+xml,')}#quarto-embedded-source-code-modal .code-copy-button>.bi::before{background-image:url('data:image/svg+xml,')}#quarto-embedded-source-code-modal .code-copy-button-checked>.bi::before{background-image:url('data:image/svg+xml,')}.sidebar{will-change:top;transition:top 200ms linear;position:sticky;overflow-y:auto;padding-top:1.2em;max-height:100vh}.sidebar.toc-left,.sidebar.margin-sidebar{top:0px;padding-top:1em}.sidebar.quarto-banner-title-block-sidebar>*{padding-top:1.65em}figure .quarto-notebook-link{margin-top:.5em}.quarto-notebook-link{font-size:.75em;color:#868e96;margin-bottom:1em;text-decoration:none;display:block}.quarto-notebook-link:hover{text-decoration:underline;color:#2780e3}.quarto-notebook-link::before{display:inline-block;height:.75rem;width:.75rem;margin-bottom:0em;margin-right:.25em;content:"";vertical-align:-0.125em;background-image:url('data:image/svg+xml,');background-repeat:no-repeat;background-size:.75rem .75rem}.toc-actions i.bi,.quarto-code-links i.bi,.quarto-other-links i.bi,.quarto-alternate-notebooks i.bi,.quarto-alternate-formats i.bi{margin-right:.4em;font-size:.8rem}.quarto-other-links-text-target .quarto-code-links i.bi,.quarto-other-links-text-target .quarto-other-links i.bi{margin-right:.2em}.quarto-other-formats-text-target .quarto-alternate-formats i.bi{margin-right:.1em}.toc-actions i.bi.empty,.quarto-code-links i.bi.empty,.quarto-other-links i.bi.empty,.quarto-alternate-notebooks i.bi.empty,.quarto-alternate-formats i.bi.empty{padding-left:1em}.quarto-notebook .cell-container{display:flex}.quarto-notebook .cell-container .cell{flex-grow:4}.quarto-notebook .cell-container .cell-decorator{padding-top:1.5em;padding-right:1em;text-align:right}.quarto-notebook .cell-code code{white-space:pre-wrap}.quarto-notebook h2,.quarto-notebook .h2{border-bottom:none}.toc-actions,.quarto-alternate-formats,.quarto-other-links,.quarto-code-links,.quarto-alternate-notebooks{padding-left:0em}.sidebar .toc-actions a,.sidebar .quarto-alternate-formats a,.sidebar .quarto-other-links a,.sidebar .quarto-code-links a,.sidebar .quarto-alternate-notebooks a,.sidebar nav[role=doc-toc] a{text-decoration:none}.sidebar .toc-actions a:hover,.sidebar .quarto-other-links a:hover,.sidebar .quarto-code-links a:hover,.sidebar .quarto-alternate-formats a:hover,.sidebar .quarto-alternate-notebooks a:hover{color:#2780e3}.sidebar .toc-actions h2,.sidebar .toc-actions .h2,.sidebar .quarto-code-links h2,.sidebar .quarto-code-links .h2,.sidebar .quarto-other-links h2,.sidebar .quarto-other-links .h2,.sidebar .quarto-alternate-notebooks h2,.sidebar .quarto-alternate-notebooks .h2,.sidebar .quarto-alternate-formats h2,.sidebar .quarto-alternate-formats .h2,.sidebar nav[role=doc-toc]>h2,.sidebar nav[role=doc-toc]>.h2{font-weight:500;margin-bottom:.2rem;margin-top:.3rem;font-family:inherit;border-bottom:0;padding-bottom:0;padding-top:0px}.sidebar .toc-actions>h2,.sidebar .toc-actions>.h2,.sidebar .quarto-code-links>h2,.sidebar .quarto-code-links>.h2,.sidebar .quarto-other-links>h2,.sidebar .quarto-other-links>.h2,.sidebar .quarto-alternate-notebooks>h2,.sidebar .quarto-alternate-notebooks>.h2,.sidebar .quarto-alternate-formats>h2,.sidebar .quarto-alternate-formats>.h2{font-size:.8rem}.sidebar nav[role=doc-toc]>h2,.sidebar nav[role=doc-toc]>.h2{font-size:.875rem}.sidebar nav[role=doc-toc]>ul a{border-left:1px solid #e9ecef;padding-left:.6rem}.sidebar .toc-actions h2>ul a,.sidebar .toc-actions .h2>ul a,.sidebar .quarto-code-links h2>ul a,.sidebar .quarto-code-links .h2>ul a,.sidebar .quarto-other-links h2>ul a,.sidebar .quarto-other-links .h2>ul a,.sidebar .quarto-alternate-notebooks h2>ul a,.sidebar .quarto-alternate-notebooks .h2>ul a,.sidebar .quarto-alternate-formats h2>ul a,.sidebar .quarto-alternate-formats .h2>ul a{border-left:none;padding-left:.6rem}.sidebar .toc-actions ul a:empty,.sidebar .quarto-code-links ul a:empty,.sidebar .quarto-other-links ul a:empty,.sidebar .quarto-alternate-notebooks ul a:empty,.sidebar .quarto-alternate-formats ul a:empty,.sidebar nav[role=doc-toc]>ul a:empty{display:none}.sidebar .toc-actions ul,.sidebar .quarto-code-links ul,.sidebar .quarto-other-links ul,.sidebar .quarto-alternate-notebooks ul,.sidebar .quarto-alternate-formats ul{padding-left:0;list-style:none}.sidebar nav[role=doc-toc] ul{list-style:none;padding-left:0;list-style:none}.sidebar nav[role=doc-toc]>ul{margin-left:.45em}.quarto-margin-sidebar nav[role=doc-toc]{padding-left:.5em}.sidebar .toc-actions>ul,.sidebar .quarto-code-links>ul,.sidebar .quarto-other-links>ul,.sidebar .quarto-alternate-notebooks>ul,.sidebar .quarto-alternate-formats>ul{font-size:.8rem}.sidebar nav[role=doc-toc]>ul{font-size:.875rem}.sidebar .toc-actions ul li a,.sidebar .quarto-code-links ul li a,.sidebar .quarto-other-links ul li a,.sidebar .quarto-alternate-notebooks ul li a,.sidebar .quarto-alternate-formats ul li a,.sidebar nav[role=doc-toc]>ul li a{line-height:1.1rem;padding-bottom:.2rem;padding-top:.2rem;color:inherit}.sidebar nav[role=doc-toc] ul>li>ul>li>a{padding-left:1.2em}.sidebar nav[role=doc-toc] ul>li>ul>li>ul>li>a{padding-left:2.4em}.sidebar nav[role=doc-toc] ul>li>ul>li>ul>li>ul>li>a{padding-left:3.6em}.sidebar nav[role=doc-toc] ul>li>ul>li>ul>li>ul>li>ul>li>a{padding-left:4.8em}.sidebar nav[role=doc-toc] ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>a{padding-left:6em}.sidebar nav[role=doc-toc] ul>li>a.active,.sidebar nav[role=doc-toc] ul>li>ul>li>a.active{border-left:1px solid #2780e3;color:#2780e3 !important}.sidebar nav[role=doc-toc] ul>li>a:hover,.sidebar nav[role=doc-toc] ul>li>ul>li>a:hover{color:#2780e3 !important}kbd,.kbd{color:#373a3c;background-color:#f8f9fa;border:1px solid;border-radius:5px;border-color:#dee2e6}.quarto-appendix-contents div.hanging-indent{margin-left:0em}.quarto-appendix-contents div.hanging-indent div.csl-entry{margin-left:1em;text-indent:-1em}.citation a,.footnote-ref{text-decoration:none}.footnotes ol{padding-left:1em}.tippy-content>*{margin-bottom:.7em}.tippy-content>*:last-child{margin-bottom:0}.table a{word-break:break-word}.table>thead{border-top-width:1px;border-top-color:#dee2e6;border-bottom:1px solid #b6babc}.callout{margin-top:1.25rem;margin-bottom:1.25rem;border-radius:.375rem;overflow-wrap:break-word}.callout .callout-title-container{overflow-wrap:anywhere}.callout.callout-style-simple{padding:.4em .7em;border-left:5px solid;border-right:1px solid #dee2e6;border-top:1px solid #dee2e6;border-bottom:1px solid #dee2e6}.callout.callout-style-default{border-left:5px solid;border-right:1px solid #dee2e6;border-top:1px solid #dee2e6;border-bottom:1px solid #dee2e6}.callout .callout-body-container{flex-grow:1}.callout.callout-style-simple .callout-body{font-size:.9rem;font-weight:400}.callout.callout-style-default .callout-body{font-size:.9rem;font-weight:400}.callout:not(.no-icon).callout-titled.callout-style-simple .callout-body{padding-left:1.6em}.callout.callout-titled>.callout-header{padding-top:.2em;margin-bottom:-0.2em}.callout.callout-style-simple>div.callout-header{border-bottom:none;font-size:.9rem;font-weight:600;opacity:75%}.callout.callout-style-default>div.callout-header{border-bottom:none;font-weight:600;opacity:85%;font-size:.9rem;padding-left:.5em;padding-right:.5em}.callout.callout-style-default div.callout-body{padding-left:.5em;padding-right:.5em}.callout.callout-style-default div.callout-body>:first-child{padding-top:.5rem;margin-top:0}.callout>div.callout-header[data-bs-toggle=collapse]{cursor:pointer}.callout.callout-style-default .callout-header[aria-expanded=false],.callout.callout-style-default .callout-header[aria-expanded=true]{padding-top:0px;margin-bottom:0px;align-items:center}.callout.callout-titled .callout-body>:last-child:not(.sourceCode),.callout.callout-titled .callout-body>div>:last-child:not(.sourceCode){padding-bottom:.5rem;margin-bottom:0}.callout:not(.callout-titled) .callout-body>:first-child,.callout:not(.callout-titled) .callout-body>div>:first-child{margin-top:.25rem}.callout:not(.callout-titled) .callout-body>:last-child,.callout:not(.callout-titled) .callout-body>div>:last-child{margin-bottom:.2rem}.callout.callout-style-simple .callout-icon::before,.callout.callout-style-simple .callout-toggle::before{height:1rem;width:1rem;display:inline-block;content:"";background-repeat:no-repeat;background-size:1rem 1rem}.callout.callout-style-default .callout-icon::before,.callout.callout-style-default .callout-toggle::before{height:.9rem;width:.9rem;display:inline-block;content:"";background-repeat:no-repeat;background-size:.9rem .9rem}.callout.callout-style-default .callout-toggle::before{margin-top:5px}.callout .callout-btn-toggle .callout-toggle::before{transition:transform .2s linear}.callout .callout-header[aria-expanded=false] .callout-toggle::before{transform:rotate(-90deg)}.callout .callout-header[aria-expanded=true] .callout-toggle::before{transform:none}.callout.callout-style-simple:not(.no-icon) div.callout-icon-container{padding-top:.2em;padding-right:.55em}.callout.callout-style-default:not(.no-icon) div.callout-icon-container{padding-top:.1em;padding-right:.35em}.callout.callout-style-default:not(.no-icon) div.callout-title-container{margin-top:-1px}.callout.callout-style-default.callout-caution:not(.no-icon) div.callout-icon-container{padding-top:.3em;padding-right:.35em}.callout>.callout-body>.callout-icon-container>.no-icon,.callout>.callout-header>.callout-icon-container>.no-icon{display:none}div.callout.callout{border-left-color:#868e96}div.callout.callout-style-default>.callout-header{background-color:#868e96}div.callout-note.callout{border-left-color:#2780e3}div.callout-note.callout-style-default>.callout-header{background-color:#e9f2fc}div.callout-note:not(.callout-titled) .callout-icon::before{background-image:url('data:image/svg+xml,');}div.callout-note.callout-titled .callout-icon::before{background-image:url('data:image/svg+xml,');}div.callout-note .callout-toggle::before{background-image:url('data:image/svg+xml,')}div.callout-tip.callout{border-left-color:#3fb618}div.callout-tip.callout-style-default>.callout-header{background-color:#ecf8e8}div.callout-tip:not(.callout-titled) .callout-icon::before{background-image:url('data:image/svg+xml,');}div.callout-tip.callout-titled .callout-icon::before{background-image:url('data:image/svg+xml,');}div.callout-tip .callout-toggle::before{background-image:url('data:image/svg+xml,')}div.callout-warning.callout{border-left-color:#ff7518}div.callout-warning.callout-style-default>.callout-header{background-color:#fff1e8}div.callout-warning:not(.callout-titled) .callout-icon::before{background-image:url('data:image/svg+xml,');}div.callout-warning.callout-titled .callout-icon::before{background-image:url('data:image/svg+xml,');}div.callout-warning .callout-toggle::before{background-image:url('data:image/svg+xml,')}div.callout-caution.callout{border-left-color:#f0ad4e}div.callout-caution.callout-style-default>.callout-header{background-color:#fef7ed}div.callout-caution:not(.callout-titled) .callout-icon::before{background-image:url('data:image/svg+xml,');}div.callout-caution.callout-titled .callout-icon::before{background-image:url('data:image/svg+xml,');}div.callout-caution .callout-toggle::before{background-image:url('data:image/svg+xml,')}div.callout-important.callout{border-left-color:#ff0039}div.callout-important.callout-style-default>.callout-header{background-color:#ffe6eb}div.callout-important:not(.callout-titled) .callout-icon::before{background-image:url('data:image/svg+xml,');}div.callout-important.callout-titled .callout-icon::before{background-image:url('data:image/svg+xml,');}div.callout-important .callout-toggle::before{background-image:url('data:image/svg+xml,')}.quarto-toggle-container{display:flex;align-items:center}.quarto-reader-toggle .bi::before,.quarto-color-scheme-toggle .bi::before{display:inline-block;height:1rem;width:1rem;content:"";background-repeat:no-repeat;background-size:1rem 1rem}.sidebar-navigation{padding-left:20px}.navbar .quarto-color-scheme-toggle:not(.alternate) .bi::before{background-image:url('data:image/svg+xml,')}.navbar .quarto-color-scheme-toggle.alternate .bi::before{background-image:url('data:image/svg+xml,')}.sidebar-navigation .quarto-color-scheme-toggle:not(.alternate) .bi::before{background-image:url('data:image/svg+xml,')}.sidebar-navigation .quarto-color-scheme-toggle.alternate .bi::before{background-image:url('data:image/svg+xml,')}.quarto-sidebar-toggle{border-color:#dee2e6;border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem;border-style:solid;border-width:1px;overflow:hidden;border-top-width:0px;padding-top:0px !important}.quarto-sidebar-toggle-title{cursor:pointer;padding-bottom:2px;margin-left:.25em;text-align:center;font-weight:400;font-size:.775em}#quarto-content .quarto-sidebar-toggle{background:#fafafa}#quarto-content .quarto-sidebar-toggle-title{color:#373a3c}.quarto-sidebar-toggle-icon{color:#dee2e6;margin-right:.5em;float:right;transition:transform .2s ease}.quarto-sidebar-toggle-icon::before{padding-top:5px}.quarto-sidebar-toggle.expanded .quarto-sidebar-toggle-icon{transform:rotate(-180deg)}.quarto-sidebar-toggle.expanded .quarto-sidebar-toggle-title{border-bottom:solid #dee2e6 1px}.quarto-sidebar-toggle-contents{background-color:#fff;padding-right:10px;padding-left:10px;margin-top:0px !important;transition:max-height .5s ease}.quarto-sidebar-toggle.expanded .quarto-sidebar-toggle-contents{padding-top:1em;padding-bottom:10px}.quarto-sidebar-toggle:not(.expanded) .quarto-sidebar-toggle-contents{padding-top:0px !important;padding-bottom:0px}nav[role=doc-toc]{z-index:1020}#quarto-sidebar>*,nav[role=doc-toc]>*{transition:opacity .1s ease,border .1s ease}#quarto-sidebar.slow>*,nav[role=doc-toc].slow>*{transition:opacity .4s ease,border .4s ease}.quarto-color-scheme-toggle:not(.alternate).top-right .bi::before{background-image:url('data:image/svg+xml,')}.quarto-color-scheme-toggle.alternate.top-right .bi::before{background-image:url('data:image/svg+xml,')}#quarto-appendix.default{border-top:1px solid #dee2e6}#quarto-appendix.default{background-color:#fff;padding-top:1.5em;margin-top:2em;z-index:998}#quarto-appendix.default .quarto-appendix-heading{margin-top:0;line-height:1.4em;font-weight:600;opacity:.9;border-bottom:none;margin-bottom:0}#quarto-appendix.default .footnotes ol,#quarto-appendix.default .footnotes ol li>p:last-of-type,#quarto-appendix.default .quarto-appendix-contents>p:last-of-type{margin-bottom:0}#quarto-appendix.default .quarto-appendix-secondary-label{margin-bottom:.4em}#quarto-appendix.default .quarto-appendix-bibtex{font-size:.7em;padding:1em;border:solid 1px #dee2e6;margin-bottom:1em}#quarto-appendix.default .quarto-appendix-bibtex code.sourceCode{white-space:pre-wrap}#quarto-appendix.default .quarto-appendix-citeas{font-size:.9em;padding:1em;border:solid 1px #dee2e6;margin-bottom:1em}#quarto-appendix.default .quarto-appendix-heading{font-size:1em !important}#quarto-appendix.default *[role=doc-endnotes]>ol,#quarto-appendix.default .quarto-appendix-contents>*:not(h2):not(.h2){font-size:.9em}#quarto-appendix.default section{padding-bottom:1.5em}#quarto-appendix.default section *[role=doc-endnotes],#quarto-appendix.default section>*:not(a){opacity:.9;word-wrap:break-word}.btn.btn-quarto,div.cell-output-display .btn-quarto{--bs-btn-color: #cbcccc;--bs-btn-bg: #373a3c;--bs-btn-border-color: #373a3c;--bs-btn-hover-color: #cbcccc;--bs-btn-hover-bg: #555859;--bs-btn-hover-border-color: #4b4e50;--bs-btn-focus-shadow-rgb: 77, 80, 82;--bs-btn-active-color: #fff;--bs-btn-active-bg: #5f6163;--bs-btn-active-border-color: #4b4e50;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #373a3c;--bs-btn-disabled-border-color: #373a3c}nav.quarto-secondary-nav.color-navbar{background-color:#f8f9fa;color:#545555}nav.quarto-secondary-nav.color-navbar h1,nav.quarto-secondary-nav.color-navbar .h1,nav.quarto-secondary-nav.color-navbar .quarto-btn-toggle{color:#545555}@media(max-width: 991.98px){body.nav-sidebar .quarto-title-banner{margin-bottom:0;padding-bottom:0}body.nav-sidebar #title-block-header{margin-block-end:0}}p.subtitle{margin-top:.25em;margin-bottom:.5em}code a:any-link{color:inherit;text-decoration-color:#868e96}/*! light */div.observablehq table thead tr th{background-color:var(--bs-body-bg)}input,button,select,optgroup,textarea{background-color:var(--bs-body-bg)}.code-annotated .code-copy-button{margin-right:1.25em;margin-top:0;padding-bottom:0;padding-top:3px}.code-annotation-gutter-bg{background-color:#fff}.code-annotation-gutter{background-color:rgba(233,236,239,.65)}.code-annotation-gutter,.code-annotation-gutter-bg{height:100%;width:calc(20px + .5em);position:absolute;top:0;right:0}dl.code-annotation-container-grid dt{margin-right:1em;margin-top:.25rem}dl.code-annotation-container-grid dt{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;color:#4f5457;border:solid #4f5457 1px;border-radius:50%;height:22px;width:22px;line-height:22px;font-size:11px;text-align:center;vertical-align:middle;text-decoration:none}dl.code-annotation-container-grid dt[data-target-cell]{cursor:pointer}dl.code-annotation-container-grid dt[data-target-cell].code-annotation-active{color:#fff;border:solid #aaa 1px;background-color:#aaa}pre.code-annotation-code{padding-top:0;padding-bottom:0}pre.code-annotation-code code{z-index:3}#code-annotation-line-highlight-gutter{width:100%;border-top:solid rgba(170,170,170,.2666666667) 1px;border-bottom:solid rgba(170,170,170,.2666666667) 1px;z-index:2;background-color:rgba(170,170,170,.1333333333)}#code-annotation-line-highlight{margin-left:-4em;width:calc(100% + 4em);border-top:solid rgba(170,170,170,.2666666667) 1px;border-bottom:solid rgba(170,170,170,.2666666667) 1px;z-index:2;background-color:rgba(170,170,170,.1333333333)}code.sourceCode .code-annotation-anchor.code-annotation-active{background-color:var(--quarto-hl-normal-color, #aaaaaa);border:solid var(--quarto-hl-normal-color, #aaaaaa) 1px;color:#e9ecef;font-weight:bolder}code.sourceCode .code-annotation-anchor{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;color:var(--quarto-hl-co-color);border:solid var(--quarto-hl-co-color) 1px;border-radius:50%;height:18px;width:18px;font-size:9px;margin-top:2px}code.sourceCode button.code-annotation-anchor{padding:2px}code.sourceCode a.code-annotation-anchor{line-height:18px;text-align:center;vertical-align:middle;cursor:default;text-decoration:none}@media print{.page-columns .column-screen-inset{grid-column:page-start-inset/page-end-inset;z-index:998;transform:translate3d(0, 0, 0)}.page-columns .column-screen-inset table{background:#fff}.page-columns .column-screen-inset-left{grid-column:page-start-inset/body-content-end;z-index:998;transform:translate3d(0, 0, 0)}.page-columns .column-screen-inset-left table{background:#fff}.page-columns .column-screen-inset-right{grid-column:body-content-start/page-end-inset;z-index:998;transform:translate3d(0, 0, 0)}.page-columns .column-screen-inset-right table{background:#fff}.page-columns .column-screen{grid-column:page-start/page-end;z-index:998;transform:translate3d(0, 0, 0)}.page-columns .column-screen table{background:#fff}.page-columns .column-screen-left{grid-column:page-start/body-content-end;z-index:998;transform:translate3d(0, 0, 0)}.page-columns .column-screen-left table{background:#fff}.page-columns .column-screen-right{grid-column:body-content-start/page-end;z-index:998;transform:translate3d(0, 0, 0)}.page-columns .column-screen-right table{background:#fff}.page-columns .column-screen-inset-shaded{grid-column:page-start-inset/page-end-inset;padding:1em;background:#f8f9fa;z-index:998;transform:translate3d(0, 0, 0);margin-bottom:1em}}.quarto-video{margin-bottom:1em}.table>thead{border-top-width:0}.table>:not(caption)>*:not(:last-child)>*{border-bottom-color:#ebeced;border-bottom-style:solid;border-bottom-width:1px}.table>:not(:first-child){border-top:1px solid #b6babc;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:inherit}.table tbody{border-bottom-color:#b6babc}a.external:after{content:"";background-image:url('data:image/svg+xml,');background-size:contain;background-repeat:no-repeat;background-position:center center;margin-left:.2em;padding-right:.75em}div.sourceCode code a.external:after{content:none}a.external:after:hover{cursor:pointer}.quarto-ext-icon{display:inline-block;font-size:.75em;padding-left:.3em}.code-with-filename .code-with-filename-file{margin-bottom:0;padding-bottom:2px;padding-top:2px;padding-left:.7em;border:var(--quarto-border-width) solid var(--quarto-border-color);border-radius:var(--quarto-border-radius);border-bottom:0;border-bottom-left-radius:0%;border-bottom-right-radius:0%}.code-with-filename div.sourceCode,.reveal .code-with-filename div.sourceCode{margin-top:0;border-top-left-radius:0%;border-top-right-radius:0%}.code-with-filename .code-with-filename-file pre{margin-bottom:0}.code-with-filename .code-with-filename-file,.code-with-filename .code-with-filename-file pre{background-color:rgba(219,219,219,.8)}.quarto-dark .code-with-filename .code-with-filename-file,.quarto-dark .code-with-filename .code-with-filename-file pre{background-color:#555}.code-with-filename .code-with-filename-file strong{font-weight:400}.quarto-title-banner{margin-bottom:1em;color:#545555;background:#f8f9fa}.quarto-title-banner a{color:#545555}.quarto-title-banner h1,.quarto-title-banner .h1,.quarto-title-banner h2,.quarto-title-banner .h2{color:#545555}.quarto-title-banner .code-tools-button{color:#878888}.quarto-title-banner .code-tools-button:hover{color:#545555}.quarto-title-banner .code-tools-button>.bi::before{background-image:url('data:image/svg+xml,')}.quarto-title-banner .code-tools-button:hover>.bi::before{background-image:url('data:image/svg+xml,')}.quarto-title-banner .quarto-title .title{font-weight:600}.quarto-title-banner .quarto-categories{margin-top:.75em}@media(min-width: 992px){.quarto-title-banner{padding-top:2.5em;padding-bottom:2.5em}}@media(max-width: 991.98px){.quarto-title-banner{padding-top:1em;padding-bottom:1em}}@media(max-width: 767.98px){body.hypothesis-enabled #title-block-header>*{padding-right:20px}}main.quarto-banner-title-block>section:first-child>h2,main.quarto-banner-title-block>section:first-child>.h2,main.quarto-banner-title-block>section:first-child>h3,main.quarto-banner-title-block>section:first-child>.h3,main.quarto-banner-title-block>section:first-child>h4,main.quarto-banner-title-block>section:first-child>.h4{margin-top:0}.quarto-title .quarto-categories{display:flex;flex-wrap:wrap;row-gap:.5em;column-gap:.4em;padding-bottom:.5em;margin-top:.75em}.quarto-title .quarto-categories .quarto-category{padding:.25em .75em;font-size:.65em;text-transform:uppercase;border:solid 1px;border-radius:.375rem;opacity:.6}.quarto-title .quarto-categories .quarto-category a{color:inherit}.quarto-title-meta-container{display:grid;grid-template-columns:1fr auto}.quarto-title-meta-column-end{display:flex;flex-direction:column;padding-left:1em}.quarto-title-meta-column-end a .bi{margin-right:.3em}#title-block-header.quarto-title-block.default .quarto-title-meta{display:grid;grid-template-columns:minmax(max-content, 1fr) 1fr;grid-column-gap:1em}#title-block-header.quarto-title-block.default .quarto-title .title{margin-bottom:0}#title-block-header.quarto-title-block.default .quarto-title-author-orcid img{margin-top:-0.2em;height:.8em;width:.8em}#title-block-header.quarto-title-block.default .quarto-title-author-email{opacity:.7}#title-block-header.quarto-title-block.default .quarto-description p:last-of-type{margin-bottom:0}#title-block-header.quarto-title-block.default .quarto-title-meta-contents p,#title-block-header.quarto-title-block.default .quarto-title-authors p,#title-block-header.quarto-title-block.default .quarto-title-affiliations p{margin-bottom:.1em}#title-block-header.quarto-title-block.default .quarto-title-meta-heading{text-transform:uppercase;margin-top:1em;font-size:.8em;opacity:.8;font-weight:400}#title-block-header.quarto-title-block.default .quarto-title-meta-contents{font-size:.9em}#title-block-header.quarto-title-block.default .quarto-title-meta-contents p.affiliation:last-of-type{margin-bottom:.1em}#title-block-header.quarto-title-block.default p.affiliation{margin-bottom:.1em}#title-block-header.quarto-title-block.default .keywords,#title-block-header.quarto-title-block.default .description,#title-block-header.quarto-title-block.default .abstract{margin-top:0}#title-block-header.quarto-title-block.default .keywords>p,#title-block-header.quarto-title-block.default .description>p,#title-block-header.quarto-title-block.default .abstract>p{font-size:.9em}#title-block-header.quarto-title-block.default .keywords>p:last-of-type,#title-block-header.quarto-title-block.default .description>p:last-of-type,#title-block-header.quarto-title-block.default .abstract>p:last-of-type{margin-bottom:0}#title-block-header.quarto-title-block.default .keywords .block-title,#title-block-header.quarto-title-block.default .description .block-title,#title-block-header.quarto-title-block.default .abstract .block-title{margin-top:1em;text-transform:uppercase;font-size:.8em;opacity:.8;font-weight:400}#title-block-header.quarto-title-block.default .quarto-title-meta-author{display:grid;grid-template-columns:minmax(max-content, 1fr) 1fr;grid-column-gap:1em}.quarto-title-tools-only{display:flex;justify-content:right}:root{color-scheme:light}body{-webkit-font-smoothing:antialiased}.badge.bg-light{color:#373a3c}.progress .progress-bar{font-size:8px;line-height:8px} diff --git a/_freeze/site_libs/bootstrap/bootstrap.min.js b/_freeze/site_libs/bootstrap/bootstrap.min.js new file mode 100644 index 0000000..1d13886 --- /dev/null +++ b/_freeze/site_libs/bootstrap/bootstrap.min.js @@ -0,0 +1,7 @@ +/*! + * Bootstrap v5.2.2 (https://getbootstrap.com/) + * Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + */ +!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t="undefined"!=typeof globalThis?globalThis:t||self).bootstrap=e()}(this,(function(){"use strict";const t="transitionend",e=t=>{let e=t.getAttribute("data-bs-target");if(!e||"#"===e){let i=t.getAttribute("href");if(!i||!i.includes("#")&&!i.startsWith("."))return null;i.includes("#")&&!i.startsWith("#")&&(i=`#${i.split("#")[1]}`),e=i&&"#"!==i?i.trim():null}return e},i=t=>{const i=e(t);return i&&document.querySelector(i)?i:null},n=t=>{const i=e(t);return i?document.querySelector(i):null},s=e=>{e.dispatchEvent(new Event(t))},o=t=>!(!t||"object"!=typeof t)&&(void 0!==t.jquery&&(t=t[0]),void 0!==t.nodeType),r=t=>o(t)?t.jquery?t[0]:t:"string"==typeof t&&t.length>0?document.querySelector(t):null,a=t=>{if(!o(t)||0===t.getClientRects().length)return!1;const e="visible"===getComputedStyle(t).getPropertyValue("visibility"),i=t.closest("details:not([open])");if(!i)return e;if(i!==t){const e=t.closest("summary");if(e&&e.parentNode!==i)return!1;if(null===e)return!1}return e},l=t=>!t||t.nodeType!==Node.ELEMENT_NODE||!!t.classList.contains("disabled")||(void 0!==t.disabled?t.disabled:t.hasAttribute("disabled")&&"false"!==t.getAttribute("disabled")),c=t=>{if(!document.documentElement.attachShadow)return null;if("function"==typeof t.getRootNode){const e=t.getRootNode();return e instanceof ShadowRoot?e:null}return t instanceof ShadowRoot?t:t.parentNode?c(t.parentNode):null},h=()=>{},d=t=>{t.offsetHeight},u=()=>window.jQuery&&!document.body.hasAttribute("data-bs-no-jquery")?window.jQuery:null,f=[],p=()=>"rtl"===document.documentElement.dir,g=t=>{var e;e=()=>{const e=u();if(e){const i=t.NAME,n=e.fn[i];e.fn[i]=t.jQueryInterface,e.fn[i].Constructor=t,e.fn[i].noConflict=()=>(e.fn[i]=n,t.jQueryInterface)}},"loading"===document.readyState?(f.length||document.addEventListener("DOMContentLoaded",(()=>{for(const t of f)t()})),f.push(e)):e()},m=t=>{"function"==typeof t&&t()},_=(e,i,n=!0)=>{if(!n)return void m(e);const o=(t=>{if(!t)return 0;let{transitionDuration:e,transitionDelay:i}=window.getComputedStyle(t);const n=Number.parseFloat(e),s=Number.parseFloat(i);return n||s?(e=e.split(",")[0],i=i.split(",")[0],1e3*(Number.parseFloat(e)+Number.parseFloat(i))):0})(i)+5;let r=!1;const a=({target:n})=>{n===i&&(r=!0,i.removeEventListener(t,a),m(e))};i.addEventListener(t,a),setTimeout((()=>{r||s(i)}),o)},b=(t,e,i,n)=>{const s=t.length;let o=t.indexOf(e);return-1===o?!i&&n?t[s-1]:t[0]:(o+=i?1:-1,n&&(o=(o+s)%s),t[Math.max(0,Math.min(o,s-1))])},v=/[^.]*(?=\..*)\.|.*/,y=/\..*/,w=/::\d+$/,A={};let E=1;const T={mouseenter:"mouseover",mouseleave:"mouseout"},C=new Set(["click","dblclick","mouseup","mousedown","contextmenu","mousewheel","DOMMouseScroll","mouseover","mouseout","mousemove","selectstart","selectend","keydown","keypress","keyup","orientationchange","touchstart","touchmove","touchend","touchcancel","pointerdown","pointermove","pointerup","pointerleave","pointercancel","gesturestart","gesturechange","gestureend","focus","blur","change","reset","select","submit","focusin","focusout","load","unload","beforeunload","resize","move","DOMContentLoaded","readystatechange","error","abort","scroll"]);function O(t,e){return e&&`${e}::${E++}`||t.uidEvent||E++}function x(t){const e=O(t);return t.uidEvent=e,A[e]=A[e]||{},A[e]}function k(t,e,i=null){return Object.values(t).find((t=>t.callable===e&&t.delegationSelector===i))}function L(t,e,i){const n="string"==typeof e,s=n?i:e||i;let o=N(t);return C.has(o)||(o=t),[n,s,o]}function D(t,e,i,n,s){if("string"!=typeof e||!t)return;let[o,r,a]=L(e,i,n);if(e in T){const t=t=>function(e){if(!e.relatedTarget||e.relatedTarget!==e.delegateTarget&&!e.delegateTarget.contains(e.relatedTarget))return t.call(this,e)};r=t(r)}const l=x(t),c=l[a]||(l[a]={}),h=k(c,r,o?i:null);if(h)return void(h.oneOff=h.oneOff&&s);const d=O(r,e.replace(v,"")),u=o?function(t,e,i){return function n(s){const o=t.querySelectorAll(e);for(let{target:r}=s;r&&r!==this;r=r.parentNode)for(const a of o)if(a===r)return j(s,{delegateTarget:r}),n.oneOff&&P.off(t,s.type,e,i),i.apply(r,[s])}}(t,i,r):function(t,e){return function i(n){return j(n,{delegateTarget:t}),i.oneOff&&P.off(t,n.type,e),e.apply(t,[n])}}(t,r);u.delegationSelector=o?i:null,u.callable=r,u.oneOff=s,u.uidEvent=d,c[d]=u,t.addEventListener(a,u,o)}function S(t,e,i,n,s){const o=k(e[i],n,s);o&&(t.removeEventListener(i,o,Boolean(s)),delete e[i][o.uidEvent])}function I(t,e,i,n){const s=e[i]||{};for(const o of Object.keys(s))if(o.includes(n)){const n=s[o];S(t,e,i,n.callable,n.delegationSelector)}}function N(t){return t=t.replace(y,""),T[t]||t}const P={on(t,e,i,n){D(t,e,i,n,!1)},one(t,e,i,n){D(t,e,i,n,!0)},off(t,e,i,n){if("string"!=typeof e||!t)return;const[s,o,r]=L(e,i,n),a=r!==e,l=x(t),c=l[r]||{},h=e.startsWith(".");if(void 0===o){if(h)for(const i of Object.keys(l))I(t,l,i,e.slice(1));for(const i of Object.keys(c)){const n=i.replace(w,"");if(!a||e.includes(n)){const e=c[i];S(t,l,r,e.callable,e.delegationSelector)}}}else{if(!Object.keys(c).length)return;S(t,l,r,o,s?i:null)}},trigger(t,e,i){if("string"!=typeof e||!t)return null;const n=u();let s=null,o=!0,r=!0,a=!1;e!==N(e)&&n&&(s=n.Event(e,i),n(t).trigger(s),o=!s.isPropagationStopped(),r=!s.isImmediatePropagationStopped(),a=s.isDefaultPrevented());let l=new Event(e,{bubbles:o,cancelable:!0});return l=j(l,i),a&&l.preventDefault(),r&&t.dispatchEvent(l),l.defaultPrevented&&s&&s.preventDefault(),l}};function j(t,e){for(const[i,n]of Object.entries(e||{}))try{t[i]=n}catch(e){Object.defineProperty(t,i,{configurable:!0,get:()=>n})}return t}const M=new Map,H={set(t,e,i){M.has(t)||M.set(t,new Map);const n=M.get(t);n.has(e)||0===n.size?n.set(e,i):console.error(`Bootstrap doesn't allow more than one instance per element. Bound instance: ${Array.from(n.keys())[0]}.`)},get:(t,e)=>M.has(t)&&M.get(t).get(e)||null,remove(t,e){if(!M.has(t))return;const i=M.get(t);i.delete(e),0===i.size&&M.delete(t)}};function $(t){if("true"===t)return!0;if("false"===t)return!1;if(t===Number(t).toString())return Number(t);if(""===t||"null"===t)return null;if("string"!=typeof t)return t;try{return JSON.parse(decodeURIComponent(t))}catch(e){return t}}function W(t){return t.replace(/[A-Z]/g,(t=>`-${t.toLowerCase()}`))}const B={setDataAttribute(t,e,i){t.setAttribute(`data-bs-${W(e)}`,i)},removeDataAttribute(t,e){t.removeAttribute(`data-bs-${W(e)}`)},getDataAttributes(t){if(!t)return{};const e={},i=Object.keys(t.dataset).filter((t=>t.startsWith("bs")&&!t.startsWith("bsConfig")));for(const n of i){let i=n.replace(/^bs/,"");i=i.charAt(0).toLowerCase()+i.slice(1,i.length),e[i]=$(t.dataset[n])}return e},getDataAttribute:(t,e)=>$(t.getAttribute(`data-bs-${W(e)}`))};class F{static get Default(){return{}}static get DefaultType(){return{}}static get NAME(){throw new Error('You have to implement the static method "NAME", for each component!')}_getConfig(t){return t=this._mergeConfigObj(t),t=this._configAfterMerge(t),this._typeCheckConfig(t),t}_configAfterMerge(t){return t}_mergeConfigObj(t,e){const i=o(e)?B.getDataAttribute(e,"config"):{};return{...this.constructor.Default,..."object"==typeof i?i:{},...o(e)?B.getDataAttributes(e):{},..."object"==typeof t?t:{}}}_typeCheckConfig(t,e=this.constructor.DefaultType){for(const n of Object.keys(e)){const s=e[n],r=t[n],a=o(r)?"element":null==(i=r)?`${i}`:Object.prototype.toString.call(i).match(/\s([a-z]+)/i)[1].toLowerCase();if(!new RegExp(s).test(a))throw new TypeError(`${this.constructor.NAME.toUpperCase()}: Option "${n}" provided type "${a}" but expected type "${s}".`)}var i}}class z extends F{constructor(t,e){super(),(t=r(t))&&(this._element=t,this._config=this._getConfig(e),H.set(this._element,this.constructor.DATA_KEY,this))}dispose(){H.remove(this._element,this.constructor.DATA_KEY),P.off(this._element,this.constructor.EVENT_KEY);for(const t of Object.getOwnPropertyNames(this))this[t]=null}_queueCallback(t,e,i=!0){_(t,e,i)}_getConfig(t){return t=this._mergeConfigObj(t,this._element),t=this._configAfterMerge(t),this._typeCheckConfig(t),t}static getInstance(t){return H.get(r(t),this.DATA_KEY)}static getOrCreateInstance(t,e={}){return this.getInstance(t)||new this(t,"object"==typeof e?e:null)}static get VERSION(){return"5.2.2"}static get DATA_KEY(){return`bs.${this.NAME}`}static get EVENT_KEY(){return`.${this.DATA_KEY}`}static eventName(t){return`${t}${this.EVENT_KEY}`}}const q=(t,e="hide")=>{const i=`click.dismiss${t.EVENT_KEY}`,s=t.NAME;P.on(document,i,`[data-bs-dismiss="${s}"]`,(function(i){if(["A","AREA"].includes(this.tagName)&&i.preventDefault(),l(this))return;const o=n(this)||this.closest(`.${s}`);t.getOrCreateInstance(o)[e]()}))};class R extends z{static get NAME(){return"alert"}close(){if(P.trigger(this._element,"close.bs.alert").defaultPrevented)return;this._element.classList.remove("show");const t=this._element.classList.contains("fade");this._queueCallback((()=>this._destroyElement()),this._element,t)}_destroyElement(){this._element.remove(),P.trigger(this._element,"closed.bs.alert"),this.dispose()}static jQueryInterface(t){return this.each((function(){const e=R.getOrCreateInstance(this);if("string"==typeof t){if(void 0===e[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);e[t](this)}}))}}q(R,"close"),g(R);const V='[data-bs-toggle="button"]';class K extends z{static get NAME(){return"button"}toggle(){this._element.setAttribute("aria-pressed",this._element.classList.toggle("active"))}static jQueryInterface(t){return this.each((function(){const e=K.getOrCreateInstance(this);"toggle"===t&&e[t]()}))}}P.on(document,"click.bs.button.data-api",V,(t=>{t.preventDefault();const e=t.target.closest(V);K.getOrCreateInstance(e).toggle()})),g(K);const Q={find:(t,e=document.documentElement)=>[].concat(...Element.prototype.querySelectorAll.call(e,t)),findOne:(t,e=document.documentElement)=>Element.prototype.querySelector.call(e,t),children:(t,e)=>[].concat(...t.children).filter((t=>t.matches(e))),parents(t,e){const i=[];let n=t.parentNode.closest(e);for(;n;)i.push(n),n=n.parentNode.closest(e);return i},prev(t,e){let i=t.previousElementSibling;for(;i;){if(i.matches(e))return[i];i=i.previousElementSibling}return[]},next(t,e){let i=t.nextElementSibling;for(;i;){if(i.matches(e))return[i];i=i.nextElementSibling}return[]},focusableChildren(t){const e=["a","button","input","textarea","select","details","[tabindex]",'[contenteditable="true"]'].map((t=>`${t}:not([tabindex^="-"])`)).join(",");return this.find(e,t).filter((t=>!l(t)&&a(t)))}},X={endCallback:null,leftCallback:null,rightCallback:null},Y={endCallback:"(function|null)",leftCallback:"(function|null)",rightCallback:"(function|null)"};class U extends F{constructor(t,e){super(),this._element=t,t&&U.isSupported()&&(this._config=this._getConfig(e),this._deltaX=0,this._supportPointerEvents=Boolean(window.PointerEvent),this._initEvents())}static get Default(){return X}static get DefaultType(){return Y}static get NAME(){return"swipe"}dispose(){P.off(this._element,".bs.swipe")}_start(t){this._supportPointerEvents?this._eventIsPointerPenTouch(t)&&(this._deltaX=t.clientX):this._deltaX=t.touches[0].clientX}_end(t){this._eventIsPointerPenTouch(t)&&(this._deltaX=t.clientX-this._deltaX),this._handleSwipe(),m(this._config.endCallback)}_move(t){this._deltaX=t.touches&&t.touches.length>1?0:t.touches[0].clientX-this._deltaX}_handleSwipe(){const t=Math.abs(this._deltaX);if(t<=40)return;const e=t/this._deltaX;this._deltaX=0,e&&m(e>0?this._config.rightCallback:this._config.leftCallback)}_initEvents(){this._supportPointerEvents?(P.on(this._element,"pointerdown.bs.swipe",(t=>this._start(t))),P.on(this._element,"pointerup.bs.swipe",(t=>this._end(t))),this._element.classList.add("pointer-event")):(P.on(this._element,"touchstart.bs.swipe",(t=>this._start(t))),P.on(this._element,"touchmove.bs.swipe",(t=>this._move(t))),P.on(this._element,"touchend.bs.swipe",(t=>this._end(t))))}_eventIsPointerPenTouch(t){return this._supportPointerEvents&&("pen"===t.pointerType||"touch"===t.pointerType)}static isSupported(){return"ontouchstart"in document.documentElement||navigator.maxTouchPoints>0}}const G="next",J="prev",Z="left",tt="right",et="slid.bs.carousel",it="carousel",nt="active",st={ArrowLeft:tt,ArrowRight:Z},ot={interval:5e3,keyboard:!0,pause:"hover",ride:!1,touch:!0,wrap:!0},rt={interval:"(number|boolean)",keyboard:"boolean",pause:"(string|boolean)",ride:"(boolean|string)",touch:"boolean",wrap:"boolean"};class at extends z{constructor(t,e){super(t,e),this._interval=null,this._activeElement=null,this._isSliding=!1,this.touchTimeout=null,this._swipeHelper=null,this._indicatorsElement=Q.findOne(".carousel-indicators",this._element),this._addEventListeners(),this._config.ride===it&&this.cycle()}static get Default(){return ot}static get DefaultType(){return rt}static get NAME(){return"carousel"}next(){this._slide(G)}nextWhenVisible(){!document.hidden&&a(this._element)&&this.next()}prev(){this._slide(J)}pause(){this._isSliding&&s(this._element),this._clearInterval()}cycle(){this._clearInterval(),this._updateInterval(),this._interval=setInterval((()=>this.nextWhenVisible()),this._config.interval)}_maybeEnableCycle(){this._config.ride&&(this._isSliding?P.one(this._element,et,(()=>this.cycle())):this.cycle())}to(t){const e=this._getItems();if(t>e.length-1||t<0)return;if(this._isSliding)return void P.one(this._element,et,(()=>this.to(t)));const i=this._getItemIndex(this._getActive());if(i===t)return;const n=t>i?G:J;this._slide(n,e[t])}dispose(){this._swipeHelper&&this._swipeHelper.dispose(),super.dispose()}_configAfterMerge(t){return t.defaultInterval=t.interval,t}_addEventListeners(){this._config.keyboard&&P.on(this._element,"keydown.bs.carousel",(t=>this._keydown(t))),"hover"===this._config.pause&&(P.on(this._element,"mouseenter.bs.carousel",(()=>this.pause())),P.on(this._element,"mouseleave.bs.carousel",(()=>this._maybeEnableCycle()))),this._config.touch&&U.isSupported()&&this._addTouchEventListeners()}_addTouchEventListeners(){for(const t of Q.find(".carousel-item img",this._element))P.on(t,"dragstart.bs.carousel",(t=>t.preventDefault()));const t={leftCallback:()=>this._slide(this._directionToOrder(Z)),rightCallback:()=>this._slide(this._directionToOrder(tt)),endCallback:()=>{"hover"===this._config.pause&&(this.pause(),this.touchTimeout&&clearTimeout(this.touchTimeout),this.touchTimeout=setTimeout((()=>this._maybeEnableCycle()),500+this._config.interval))}};this._swipeHelper=new U(this._element,t)}_keydown(t){if(/input|textarea/i.test(t.target.tagName))return;const e=st[t.key];e&&(t.preventDefault(),this._slide(this._directionToOrder(e)))}_getItemIndex(t){return this._getItems().indexOf(t)}_setActiveIndicatorElement(t){if(!this._indicatorsElement)return;const e=Q.findOne(".active",this._indicatorsElement);e.classList.remove(nt),e.removeAttribute("aria-current");const i=Q.findOne(`[data-bs-slide-to="${t}"]`,this._indicatorsElement);i&&(i.classList.add(nt),i.setAttribute("aria-current","true"))}_updateInterval(){const t=this._activeElement||this._getActive();if(!t)return;const e=Number.parseInt(t.getAttribute("data-bs-interval"),10);this._config.interval=e||this._config.defaultInterval}_slide(t,e=null){if(this._isSliding)return;const i=this._getActive(),n=t===G,s=e||b(this._getItems(),i,n,this._config.wrap);if(s===i)return;const o=this._getItemIndex(s),r=e=>P.trigger(this._element,e,{relatedTarget:s,direction:this._orderToDirection(t),from:this._getItemIndex(i),to:o});if(r("slide.bs.carousel").defaultPrevented)return;if(!i||!s)return;const a=Boolean(this._interval);this.pause(),this._isSliding=!0,this._setActiveIndicatorElement(o),this._activeElement=s;const l=n?"carousel-item-start":"carousel-item-end",c=n?"carousel-item-next":"carousel-item-prev";s.classList.add(c),d(s),i.classList.add(l),s.classList.add(l),this._queueCallback((()=>{s.classList.remove(l,c),s.classList.add(nt),i.classList.remove(nt,c,l),this._isSliding=!1,r(et)}),i,this._isAnimated()),a&&this.cycle()}_isAnimated(){return this._element.classList.contains("slide")}_getActive(){return Q.findOne(".active.carousel-item",this._element)}_getItems(){return Q.find(".carousel-item",this._element)}_clearInterval(){this._interval&&(clearInterval(this._interval),this._interval=null)}_directionToOrder(t){return p()?t===Z?J:G:t===Z?G:J}_orderToDirection(t){return p()?t===J?Z:tt:t===J?tt:Z}static jQueryInterface(t){return this.each((function(){const e=at.getOrCreateInstance(this,t);if("number"!=typeof t){if("string"==typeof t){if(void 0===e[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);e[t]()}}else e.to(t)}))}}P.on(document,"click.bs.carousel.data-api","[data-bs-slide], [data-bs-slide-to]",(function(t){const e=n(this);if(!e||!e.classList.contains(it))return;t.preventDefault();const i=at.getOrCreateInstance(e),s=this.getAttribute("data-bs-slide-to");return s?(i.to(s),void i._maybeEnableCycle()):"next"===B.getDataAttribute(this,"slide")?(i.next(),void i._maybeEnableCycle()):(i.prev(),void i._maybeEnableCycle())})),P.on(window,"load.bs.carousel.data-api",(()=>{const t=Q.find('[data-bs-ride="carousel"]');for(const e of t)at.getOrCreateInstance(e)})),g(at);const lt="show",ct="collapse",ht="collapsing",dt='[data-bs-toggle="collapse"]',ut={parent:null,toggle:!0},ft={parent:"(null|element)",toggle:"boolean"};class pt extends z{constructor(t,e){super(t,e),this._isTransitioning=!1,this._triggerArray=[];const n=Q.find(dt);for(const t of n){const e=i(t),n=Q.find(e).filter((t=>t===this._element));null!==e&&n.length&&this._triggerArray.push(t)}this._initializeChildren(),this._config.parent||this._addAriaAndCollapsedClass(this._triggerArray,this._isShown()),this._config.toggle&&this.toggle()}static get Default(){return ut}static get DefaultType(){return ft}static get NAME(){return"collapse"}toggle(){this._isShown()?this.hide():this.show()}show(){if(this._isTransitioning||this._isShown())return;let t=[];if(this._config.parent&&(t=this._getFirstLevelChildren(".collapse.show, .collapse.collapsing").filter((t=>t!==this._element)).map((t=>pt.getOrCreateInstance(t,{toggle:!1})))),t.length&&t[0]._isTransitioning)return;if(P.trigger(this._element,"show.bs.collapse").defaultPrevented)return;for(const e of t)e.hide();const e=this._getDimension();this._element.classList.remove(ct),this._element.classList.add(ht),this._element.style[e]=0,this._addAriaAndCollapsedClass(this._triggerArray,!0),this._isTransitioning=!0;const i=`scroll${e[0].toUpperCase()+e.slice(1)}`;this._queueCallback((()=>{this._isTransitioning=!1,this._element.classList.remove(ht),this._element.classList.add(ct,lt),this._element.style[e]="",P.trigger(this._element,"shown.bs.collapse")}),this._element,!0),this._element.style[e]=`${this._element[i]}px`}hide(){if(this._isTransitioning||!this._isShown())return;if(P.trigger(this._element,"hide.bs.collapse").defaultPrevented)return;const t=this._getDimension();this._element.style[t]=`${this._element.getBoundingClientRect()[t]}px`,d(this._element),this._element.classList.add(ht),this._element.classList.remove(ct,lt);for(const t of this._triggerArray){const e=n(t);e&&!this._isShown(e)&&this._addAriaAndCollapsedClass([t],!1)}this._isTransitioning=!0,this._element.style[t]="",this._queueCallback((()=>{this._isTransitioning=!1,this._element.classList.remove(ht),this._element.classList.add(ct),P.trigger(this._element,"hidden.bs.collapse")}),this._element,!0)}_isShown(t=this._element){return t.classList.contains(lt)}_configAfterMerge(t){return t.toggle=Boolean(t.toggle),t.parent=r(t.parent),t}_getDimension(){return this._element.classList.contains("collapse-horizontal")?"width":"height"}_initializeChildren(){if(!this._config.parent)return;const t=this._getFirstLevelChildren(dt);for(const e of t){const t=n(e);t&&this._addAriaAndCollapsedClass([e],this._isShown(t))}}_getFirstLevelChildren(t){const e=Q.find(":scope .collapse .collapse",this._config.parent);return Q.find(t,this._config.parent).filter((t=>!e.includes(t)))}_addAriaAndCollapsedClass(t,e){if(t.length)for(const i of t)i.classList.toggle("collapsed",!e),i.setAttribute("aria-expanded",e)}static jQueryInterface(t){const e={};return"string"==typeof t&&/show|hide/.test(t)&&(e.toggle=!1),this.each((function(){const i=pt.getOrCreateInstance(this,e);if("string"==typeof t){if(void 0===i[t])throw new TypeError(`No method named "${t}"`);i[t]()}}))}}P.on(document,"click.bs.collapse.data-api",dt,(function(t){("A"===t.target.tagName||t.delegateTarget&&"A"===t.delegateTarget.tagName)&&t.preventDefault();const e=i(this),n=Q.find(e);for(const t of n)pt.getOrCreateInstance(t,{toggle:!1}).toggle()})),g(pt);var gt="top",mt="bottom",_t="right",bt="left",vt="auto",yt=[gt,mt,_t,bt],wt="start",At="end",Et="clippingParents",Tt="viewport",Ct="popper",Ot="reference",xt=yt.reduce((function(t,e){return t.concat([e+"-"+wt,e+"-"+At])}),[]),kt=[].concat(yt,[vt]).reduce((function(t,e){return t.concat([e,e+"-"+wt,e+"-"+At])}),[]),Lt="beforeRead",Dt="read",St="afterRead",It="beforeMain",Nt="main",Pt="afterMain",jt="beforeWrite",Mt="write",Ht="afterWrite",$t=[Lt,Dt,St,It,Nt,Pt,jt,Mt,Ht];function Wt(t){return t?(t.nodeName||"").toLowerCase():null}function Bt(t){if(null==t)return window;if("[object Window]"!==t.toString()){var e=t.ownerDocument;return e&&e.defaultView||window}return t}function Ft(t){return t instanceof Bt(t).Element||t instanceof Element}function zt(t){return t instanceof Bt(t).HTMLElement||t instanceof HTMLElement}function qt(t){return"undefined"!=typeof ShadowRoot&&(t instanceof Bt(t).ShadowRoot||t instanceof ShadowRoot)}const Rt={name:"applyStyles",enabled:!0,phase:"write",fn:function(t){var e=t.state;Object.keys(e.elements).forEach((function(t){var i=e.styles[t]||{},n=e.attributes[t]||{},s=e.elements[t];zt(s)&&Wt(s)&&(Object.assign(s.style,i),Object.keys(n).forEach((function(t){var e=n[t];!1===e?s.removeAttribute(t):s.setAttribute(t,!0===e?"":e)})))}))},effect:function(t){var e=t.state,i={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(e.elements.popper.style,i.popper),e.styles=i,e.elements.arrow&&Object.assign(e.elements.arrow.style,i.arrow),function(){Object.keys(e.elements).forEach((function(t){var n=e.elements[t],s=e.attributes[t]||{},o=Object.keys(e.styles.hasOwnProperty(t)?e.styles[t]:i[t]).reduce((function(t,e){return t[e]="",t}),{});zt(n)&&Wt(n)&&(Object.assign(n.style,o),Object.keys(s).forEach((function(t){n.removeAttribute(t)})))}))}},requires:["computeStyles"]};function Vt(t){return t.split("-")[0]}var Kt=Math.max,Qt=Math.min,Xt=Math.round;function Yt(){var t=navigator.userAgentData;return null!=t&&t.brands?t.brands.map((function(t){return t.brand+"/"+t.version})).join(" "):navigator.userAgent}function Ut(){return!/^((?!chrome|android).)*safari/i.test(Yt())}function Gt(t,e,i){void 0===e&&(e=!1),void 0===i&&(i=!1);var n=t.getBoundingClientRect(),s=1,o=1;e&&zt(t)&&(s=t.offsetWidth>0&&Xt(n.width)/t.offsetWidth||1,o=t.offsetHeight>0&&Xt(n.height)/t.offsetHeight||1);var r=(Ft(t)?Bt(t):window).visualViewport,a=!Ut()&&i,l=(n.left+(a&&r?r.offsetLeft:0))/s,c=(n.top+(a&&r?r.offsetTop:0))/o,h=n.width/s,d=n.height/o;return{width:h,height:d,top:c,right:l+h,bottom:c+d,left:l,x:l,y:c}}function Jt(t){var e=Gt(t),i=t.offsetWidth,n=t.offsetHeight;return Math.abs(e.width-i)<=1&&(i=e.width),Math.abs(e.height-n)<=1&&(n=e.height),{x:t.offsetLeft,y:t.offsetTop,width:i,height:n}}function Zt(t,e){var i=e.getRootNode&&e.getRootNode();if(t.contains(e))return!0;if(i&&qt(i)){var n=e;do{if(n&&t.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}function te(t){return Bt(t).getComputedStyle(t)}function ee(t){return["table","td","th"].indexOf(Wt(t))>=0}function ie(t){return((Ft(t)?t.ownerDocument:t.document)||window.document).documentElement}function ne(t){return"html"===Wt(t)?t:t.assignedSlot||t.parentNode||(qt(t)?t.host:null)||ie(t)}function se(t){return zt(t)&&"fixed"!==te(t).position?t.offsetParent:null}function oe(t){for(var e=Bt(t),i=se(t);i&&ee(i)&&"static"===te(i).position;)i=se(i);return i&&("html"===Wt(i)||"body"===Wt(i)&&"static"===te(i).position)?e:i||function(t){var e=/firefox/i.test(Yt());if(/Trident/i.test(Yt())&&zt(t)&&"fixed"===te(t).position)return null;var i=ne(t);for(qt(i)&&(i=i.host);zt(i)&&["html","body"].indexOf(Wt(i))<0;){var n=te(i);if("none"!==n.transform||"none"!==n.perspective||"paint"===n.contain||-1!==["transform","perspective"].indexOf(n.willChange)||e&&"filter"===n.willChange||e&&n.filter&&"none"!==n.filter)return i;i=i.parentNode}return null}(t)||e}function re(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}function ae(t,e,i){return Kt(t,Qt(e,i))}function le(t){return Object.assign({},{top:0,right:0,bottom:0,left:0},t)}function ce(t,e){return e.reduce((function(e,i){return e[i]=t,e}),{})}const he={name:"arrow",enabled:!0,phase:"main",fn:function(t){var e,i=t.state,n=t.name,s=t.options,o=i.elements.arrow,r=i.modifiersData.popperOffsets,a=Vt(i.placement),l=re(a),c=[bt,_t].indexOf(a)>=0?"height":"width";if(o&&r){var h=function(t,e){return le("number"!=typeof(t="function"==typeof t?t(Object.assign({},e.rects,{placement:e.placement})):t)?t:ce(t,yt))}(s.padding,i),d=Jt(o),u="y"===l?gt:bt,f="y"===l?mt:_t,p=i.rects.reference[c]+i.rects.reference[l]-r[l]-i.rects.popper[c],g=r[l]-i.rects.reference[l],m=oe(o),_=m?"y"===l?m.clientHeight||0:m.clientWidth||0:0,b=p/2-g/2,v=h[u],y=_-d[c]-h[f],w=_/2-d[c]/2+b,A=ae(v,w,y),E=l;i.modifiersData[n]=((e={})[E]=A,e.centerOffset=A-w,e)}},effect:function(t){var e=t.state,i=t.options.element,n=void 0===i?"[data-popper-arrow]":i;null!=n&&("string"!=typeof n||(n=e.elements.popper.querySelector(n)))&&Zt(e.elements.popper,n)&&(e.elements.arrow=n)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function de(t){return t.split("-")[1]}var ue={top:"auto",right:"auto",bottom:"auto",left:"auto"};function fe(t){var e,i=t.popper,n=t.popperRect,s=t.placement,o=t.variation,r=t.offsets,a=t.position,l=t.gpuAcceleration,c=t.adaptive,h=t.roundOffsets,d=t.isFixed,u=r.x,f=void 0===u?0:u,p=r.y,g=void 0===p?0:p,m="function"==typeof h?h({x:f,y:g}):{x:f,y:g};f=m.x,g=m.y;var _=r.hasOwnProperty("x"),b=r.hasOwnProperty("y"),v=bt,y=gt,w=window;if(c){var A=oe(i),E="clientHeight",T="clientWidth";A===Bt(i)&&"static"!==te(A=ie(i)).position&&"absolute"===a&&(E="scrollHeight",T="scrollWidth"),(s===gt||(s===bt||s===_t)&&o===At)&&(y=mt,g-=(d&&A===w&&w.visualViewport?w.visualViewport.height:A[E])-n.height,g*=l?1:-1),s!==bt&&(s!==gt&&s!==mt||o!==At)||(v=_t,f-=(d&&A===w&&w.visualViewport?w.visualViewport.width:A[T])-n.width,f*=l?1:-1)}var C,O=Object.assign({position:a},c&&ue),x=!0===h?function(t){var e=t.x,i=t.y,n=window.devicePixelRatio||1;return{x:Xt(e*n)/n||0,y:Xt(i*n)/n||0}}({x:f,y:g}):{x:f,y:g};return f=x.x,g=x.y,l?Object.assign({},O,((C={})[y]=b?"0":"",C[v]=_?"0":"",C.transform=(w.devicePixelRatio||1)<=1?"translate("+f+"px, "+g+"px)":"translate3d("+f+"px, "+g+"px, 0)",C)):Object.assign({},O,((e={})[y]=b?g+"px":"",e[v]=_?f+"px":"",e.transform="",e))}const pe={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(t){var e=t.state,i=t.options,n=i.gpuAcceleration,s=void 0===n||n,o=i.adaptive,r=void 0===o||o,a=i.roundOffsets,l=void 0===a||a,c={placement:Vt(e.placement),variation:de(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:s,isFixed:"fixed"===e.options.strategy};null!=e.modifiersData.popperOffsets&&(e.styles.popper=Object.assign({},e.styles.popper,fe(Object.assign({},c,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:r,roundOffsets:l})))),null!=e.modifiersData.arrow&&(e.styles.arrow=Object.assign({},e.styles.arrow,fe(Object.assign({},c,{offsets:e.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:l})))),e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-placement":e.placement})},data:{}};var ge={passive:!0};const me={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(t){var e=t.state,i=t.instance,n=t.options,s=n.scroll,o=void 0===s||s,r=n.resize,a=void 0===r||r,l=Bt(e.elements.popper),c=[].concat(e.scrollParents.reference,e.scrollParents.popper);return o&&c.forEach((function(t){t.addEventListener("scroll",i.update,ge)})),a&&l.addEventListener("resize",i.update,ge),function(){o&&c.forEach((function(t){t.removeEventListener("scroll",i.update,ge)})),a&&l.removeEventListener("resize",i.update,ge)}},data:{}};var _e={left:"right",right:"left",bottom:"top",top:"bottom"};function be(t){return t.replace(/left|right|bottom|top/g,(function(t){return _e[t]}))}var ve={start:"end",end:"start"};function ye(t){return t.replace(/start|end/g,(function(t){return ve[t]}))}function we(t){var e=Bt(t);return{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Ae(t){return Gt(ie(t)).left+we(t).scrollLeft}function Ee(t){var e=te(t),i=e.overflow,n=e.overflowX,s=e.overflowY;return/auto|scroll|overlay|hidden/.test(i+s+n)}function Te(t){return["html","body","#document"].indexOf(Wt(t))>=0?t.ownerDocument.body:zt(t)&&Ee(t)?t:Te(ne(t))}function Ce(t,e){var i;void 0===e&&(e=[]);var n=Te(t),s=n===(null==(i=t.ownerDocument)?void 0:i.body),o=Bt(n),r=s?[o].concat(o.visualViewport||[],Ee(n)?n:[]):n,a=e.concat(r);return s?a:a.concat(Ce(ne(r)))}function Oe(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function xe(t,e,i){return e===Tt?Oe(function(t,e){var i=Bt(t),n=ie(t),s=i.visualViewport,o=n.clientWidth,r=n.clientHeight,a=0,l=0;if(s){o=s.width,r=s.height;var c=Ut();(c||!c&&"fixed"===e)&&(a=s.offsetLeft,l=s.offsetTop)}return{width:o,height:r,x:a+Ae(t),y:l}}(t,i)):Ft(e)?function(t,e){var i=Gt(t,!1,"fixed"===e);return i.top=i.top+t.clientTop,i.left=i.left+t.clientLeft,i.bottom=i.top+t.clientHeight,i.right=i.left+t.clientWidth,i.width=t.clientWidth,i.height=t.clientHeight,i.x=i.left,i.y=i.top,i}(e,i):Oe(function(t){var e,i=ie(t),n=we(t),s=null==(e=t.ownerDocument)?void 0:e.body,o=Kt(i.scrollWidth,i.clientWidth,s?s.scrollWidth:0,s?s.clientWidth:0),r=Kt(i.scrollHeight,i.clientHeight,s?s.scrollHeight:0,s?s.clientHeight:0),a=-n.scrollLeft+Ae(t),l=-n.scrollTop;return"rtl"===te(s||i).direction&&(a+=Kt(i.clientWidth,s?s.clientWidth:0)-o),{width:o,height:r,x:a,y:l}}(ie(t)))}function ke(t){var e,i=t.reference,n=t.element,s=t.placement,o=s?Vt(s):null,r=s?de(s):null,a=i.x+i.width/2-n.width/2,l=i.y+i.height/2-n.height/2;switch(o){case gt:e={x:a,y:i.y-n.height};break;case mt:e={x:a,y:i.y+i.height};break;case _t:e={x:i.x+i.width,y:l};break;case bt:e={x:i.x-n.width,y:l};break;default:e={x:i.x,y:i.y}}var c=o?re(o):null;if(null!=c){var h="y"===c?"height":"width";switch(r){case wt:e[c]=e[c]-(i[h]/2-n[h]/2);break;case At:e[c]=e[c]+(i[h]/2-n[h]/2)}}return e}function Le(t,e){void 0===e&&(e={});var i=e,n=i.placement,s=void 0===n?t.placement:n,o=i.strategy,r=void 0===o?t.strategy:o,a=i.boundary,l=void 0===a?Et:a,c=i.rootBoundary,h=void 0===c?Tt:c,d=i.elementContext,u=void 0===d?Ct:d,f=i.altBoundary,p=void 0!==f&&f,g=i.padding,m=void 0===g?0:g,_=le("number"!=typeof m?m:ce(m,yt)),b=u===Ct?Ot:Ct,v=t.rects.popper,y=t.elements[p?b:u],w=function(t,e,i,n){var s="clippingParents"===e?function(t){var e=Ce(ne(t)),i=["absolute","fixed"].indexOf(te(t).position)>=0&&zt(t)?oe(t):t;return Ft(i)?e.filter((function(t){return Ft(t)&&Zt(t,i)&&"body"!==Wt(t)})):[]}(t):[].concat(e),o=[].concat(s,[i]),r=o[0],a=o.reduce((function(e,i){var s=xe(t,i,n);return e.top=Kt(s.top,e.top),e.right=Qt(s.right,e.right),e.bottom=Qt(s.bottom,e.bottom),e.left=Kt(s.left,e.left),e}),xe(t,r,n));return a.width=a.right-a.left,a.height=a.bottom-a.top,a.x=a.left,a.y=a.top,a}(Ft(y)?y:y.contextElement||ie(t.elements.popper),l,h,r),A=Gt(t.elements.reference),E=ke({reference:A,element:v,strategy:"absolute",placement:s}),T=Oe(Object.assign({},v,E)),C=u===Ct?T:A,O={top:w.top-C.top+_.top,bottom:C.bottom-w.bottom+_.bottom,left:w.left-C.left+_.left,right:C.right-w.right+_.right},x=t.modifiersData.offset;if(u===Ct&&x){var k=x[s];Object.keys(O).forEach((function(t){var e=[_t,mt].indexOf(t)>=0?1:-1,i=[gt,mt].indexOf(t)>=0?"y":"x";O[t]+=k[i]*e}))}return O}function De(t,e){void 0===e&&(e={});var i=e,n=i.placement,s=i.boundary,o=i.rootBoundary,r=i.padding,a=i.flipVariations,l=i.allowedAutoPlacements,c=void 0===l?kt:l,h=de(n),d=h?a?xt:xt.filter((function(t){return de(t)===h})):yt,u=d.filter((function(t){return c.indexOf(t)>=0}));0===u.length&&(u=d);var f=u.reduce((function(e,i){return e[i]=Le(t,{placement:i,boundary:s,rootBoundary:o,padding:r})[Vt(i)],e}),{});return Object.keys(f).sort((function(t,e){return f[t]-f[e]}))}const Se={name:"flip",enabled:!0,phase:"main",fn:function(t){var e=t.state,i=t.options,n=t.name;if(!e.modifiersData[n]._skip){for(var s=i.mainAxis,o=void 0===s||s,r=i.altAxis,a=void 0===r||r,l=i.fallbackPlacements,c=i.padding,h=i.boundary,d=i.rootBoundary,u=i.altBoundary,f=i.flipVariations,p=void 0===f||f,g=i.allowedAutoPlacements,m=e.options.placement,_=Vt(m),b=l||(_!==m&&p?function(t){if(Vt(t)===vt)return[];var e=be(t);return[ye(t),e,ye(e)]}(m):[be(m)]),v=[m].concat(b).reduce((function(t,i){return t.concat(Vt(i)===vt?De(e,{placement:i,boundary:h,rootBoundary:d,padding:c,flipVariations:p,allowedAutoPlacements:g}):i)}),[]),y=e.rects.reference,w=e.rects.popper,A=new Map,E=!0,T=v[0],C=0;C=0,D=L?"width":"height",S=Le(e,{placement:O,boundary:h,rootBoundary:d,altBoundary:u,padding:c}),I=L?k?_t:bt:k?mt:gt;y[D]>w[D]&&(I=be(I));var N=be(I),P=[];if(o&&P.push(S[x]<=0),a&&P.push(S[I]<=0,S[N]<=0),P.every((function(t){return t}))){T=O,E=!1;break}A.set(O,P)}if(E)for(var j=function(t){var e=v.find((function(e){var i=A.get(e);if(i)return i.slice(0,t).every((function(t){return t}))}));if(e)return T=e,"break"},M=p?3:1;M>0&&"break"!==j(M);M--);e.placement!==T&&(e.modifiersData[n]._skip=!0,e.placement=T,e.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}};function Ie(t,e,i){return void 0===i&&(i={x:0,y:0}),{top:t.top-e.height-i.y,right:t.right-e.width+i.x,bottom:t.bottom-e.height+i.y,left:t.left-e.width-i.x}}function Ne(t){return[gt,_t,mt,bt].some((function(e){return t[e]>=0}))}const Pe={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(t){var e=t.state,i=t.name,n=e.rects.reference,s=e.rects.popper,o=e.modifiersData.preventOverflow,r=Le(e,{elementContext:"reference"}),a=Le(e,{altBoundary:!0}),l=Ie(r,n),c=Ie(a,s,o),h=Ne(l),d=Ne(c);e.modifiersData[i]={referenceClippingOffsets:l,popperEscapeOffsets:c,isReferenceHidden:h,hasPopperEscaped:d},e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-reference-hidden":h,"data-popper-escaped":d})}},je={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(t){var e=t.state,i=t.options,n=t.name,s=i.offset,o=void 0===s?[0,0]:s,r=kt.reduce((function(t,i){return t[i]=function(t,e,i){var n=Vt(t),s=[bt,gt].indexOf(n)>=0?-1:1,o="function"==typeof i?i(Object.assign({},e,{placement:t})):i,r=o[0],a=o[1];return r=r||0,a=(a||0)*s,[bt,_t].indexOf(n)>=0?{x:a,y:r}:{x:r,y:a}}(i,e.rects,o),t}),{}),a=r[e.placement],l=a.x,c=a.y;null!=e.modifiersData.popperOffsets&&(e.modifiersData.popperOffsets.x+=l,e.modifiersData.popperOffsets.y+=c),e.modifiersData[n]=r}},Me={name:"popperOffsets",enabled:!0,phase:"read",fn:function(t){var e=t.state,i=t.name;e.modifiersData[i]=ke({reference:e.rects.reference,element:e.rects.popper,strategy:"absolute",placement:e.placement})},data:{}},He={name:"preventOverflow",enabled:!0,phase:"main",fn:function(t){var e=t.state,i=t.options,n=t.name,s=i.mainAxis,o=void 0===s||s,r=i.altAxis,a=void 0!==r&&r,l=i.boundary,c=i.rootBoundary,h=i.altBoundary,d=i.padding,u=i.tether,f=void 0===u||u,p=i.tetherOffset,g=void 0===p?0:p,m=Le(e,{boundary:l,rootBoundary:c,padding:d,altBoundary:h}),_=Vt(e.placement),b=de(e.placement),v=!b,y=re(_),w="x"===y?"y":"x",A=e.modifiersData.popperOffsets,E=e.rects.reference,T=e.rects.popper,C="function"==typeof g?g(Object.assign({},e.rects,{placement:e.placement})):g,O="number"==typeof C?{mainAxis:C,altAxis:C}:Object.assign({mainAxis:0,altAxis:0},C),x=e.modifiersData.offset?e.modifiersData.offset[e.placement]:null,k={x:0,y:0};if(A){if(o){var L,D="y"===y?gt:bt,S="y"===y?mt:_t,I="y"===y?"height":"width",N=A[y],P=N+m[D],j=N-m[S],M=f?-T[I]/2:0,H=b===wt?E[I]:T[I],$=b===wt?-T[I]:-E[I],W=e.elements.arrow,B=f&&W?Jt(W):{width:0,height:0},F=e.modifiersData["arrow#persistent"]?e.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},z=F[D],q=F[S],R=ae(0,E[I],B[I]),V=v?E[I]/2-M-R-z-O.mainAxis:H-R-z-O.mainAxis,K=v?-E[I]/2+M+R+q+O.mainAxis:$+R+q+O.mainAxis,Q=e.elements.arrow&&oe(e.elements.arrow),X=Q?"y"===y?Q.clientTop||0:Q.clientLeft||0:0,Y=null!=(L=null==x?void 0:x[y])?L:0,U=N+K-Y,G=ae(f?Qt(P,N+V-Y-X):P,N,f?Kt(j,U):j);A[y]=G,k[y]=G-N}if(a){var J,Z="x"===y?gt:bt,tt="x"===y?mt:_t,et=A[w],it="y"===w?"height":"width",nt=et+m[Z],st=et-m[tt],ot=-1!==[gt,bt].indexOf(_),rt=null!=(J=null==x?void 0:x[w])?J:0,at=ot?nt:et-E[it]-T[it]-rt+O.altAxis,lt=ot?et+E[it]+T[it]-rt-O.altAxis:st,ct=f&&ot?function(t,e,i){var n=ae(t,e,i);return n>i?i:n}(at,et,lt):ae(f?at:nt,et,f?lt:st);A[w]=ct,k[w]=ct-et}e.modifiersData[n]=k}},requiresIfExists:["offset"]};function $e(t,e,i){void 0===i&&(i=!1);var n,s,o=zt(e),r=zt(e)&&function(t){var e=t.getBoundingClientRect(),i=Xt(e.width)/t.offsetWidth||1,n=Xt(e.height)/t.offsetHeight||1;return 1!==i||1!==n}(e),a=ie(e),l=Gt(t,r,i),c={scrollLeft:0,scrollTop:0},h={x:0,y:0};return(o||!o&&!i)&&(("body"!==Wt(e)||Ee(a))&&(c=(n=e)!==Bt(n)&&zt(n)?{scrollLeft:(s=n).scrollLeft,scrollTop:s.scrollTop}:we(n)),zt(e)?((h=Gt(e,!0)).x+=e.clientLeft,h.y+=e.clientTop):a&&(h.x=Ae(a))),{x:l.left+c.scrollLeft-h.x,y:l.top+c.scrollTop-h.y,width:l.width,height:l.height}}function We(t){var e=new Map,i=new Set,n=[];function s(t){i.add(t.name),[].concat(t.requires||[],t.requiresIfExists||[]).forEach((function(t){if(!i.has(t)){var n=e.get(t);n&&s(n)}})),n.push(t)}return t.forEach((function(t){e.set(t.name,t)})),t.forEach((function(t){i.has(t.name)||s(t)})),n}var Be={placement:"bottom",modifiers:[],strategy:"absolute"};function Fe(){for(var t=arguments.length,e=new Array(t),i=0;iNumber.parseInt(t,10))):"function"==typeof t?e=>t(e,this._element):t}_getPopperConfig(){const t={placement:this._getPlacement(),modifiers:[{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"offset",options:{offset:this._getOffset()}}]};return(this._inNavbar||"static"===this._config.display)&&(B.setDataAttribute(this._menu,"popper","static"),t.modifiers=[{name:"applyStyles",enabled:!1}]),{...t,..."function"==typeof this._config.popperConfig?this._config.popperConfig(t):this._config.popperConfig}}_selectMenuItem({key:t,target:e}){const i=Q.find(".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)",this._menu).filter((t=>a(t)));i.length&&b(i,e,t===Ye,!i.includes(e)).focus()}static jQueryInterface(t){return this.each((function(){const e=hi.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t]()}}))}static clearMenus(t){if(2===t.button||"keyup"===t.type&&"Tab"!==t.key)return;const e=Q.find(ti);for(const i of e){const e=hi.getInstance(i);if(!e||!1===e._config.autoClose)continue;const n=t.composedPath(),s=n.includes(e._menu);if(n.includes(e._element)||"inside"===e._config.autoClose&&!s||"outside"===e._config.autoClose&&s)continue;if(e._menu.contains(t.target)&&("keyup"===t.type&&"Tab"===t.key||/input|select|option|textarea|form/i.test(t.target.tagName)))continue;const o={relatedTarget:e._element};"click"===t.type&&(o.clickEvent=t),e._completeHide(o)}}static dataApiKeydownHandler(t){const e=/input|textarea/i.test(t.target.tagName),i="Escape"===t.key,n=[Xe,Ye].includes(t.key);if(!n&&!i)return;if(e&&!i)return;t.preventDefault();const s=this.matches(Ze)?this:Q.prev(this,Ze)[0]||Q.next(this,Ze)[0]||Q.findOne(Ze,t.delegateTarget.parentNode),o=hi.getOrCreateInstance(s);if(n)return t.stopPropagation(),o.show(),void o._selectMenuItem(t);o._isShown()&&(t.stopPropagation(),o.hide(),s.focus())}}P.on(document,Ge,Ze,hi.dataApiKeydownHandler),P.on(document,Ge,ei,hi.dataApiKeydownHandler),P.on(document,Ue,hi.clearMenus),P.on(document,"keyup.bs.dropdown.data-api",hi.clearMenus),P.on(document,Ue,Ze,(function(t){t.preventDefault(),hi.getOrCreateInstance(this).toggle()})),g(hi);const di=".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",ui=".sticky-top",fi="padding-right",pi="margin-right";class gi{constructor(){this._element=document.body}getWidth(){const t=document.documentElement.clientWidth;return Math.abs(window.innerWidth-t)}hide(){const t=this.getWidth();this._disableOverFlow(),this._setElementAttributes(this._element,fi,(e=>e+t)),this._setElementAttributes(di,fi,(e=>e+t)),this._setElementAttributes(ui,pi,(e=>e-t))}reset(){this._resetElementAttributes(this._element,"overflow"),this._resetElementAttributes(this._element,fi),this._resetElementAttributes(di,fi),this._resetElementAttributes(ui,pi)}isOverflowing(){return this.getWidth()>0}_disableOverFlow(){this._saveInitialAttribute(this._element,"overflow"),this._element.style.overflow="hidden"}_setElementAttributes(t,e,i){const n=this.getWidth();this._applyManipulationCallback(t,(t=>{if(t!==this._element&&window.innerWidth>t.clientWidth+n)return;this._saveInitialAttribute(t,e);const s=window.getComputedStyle(t).getPropertyValue(e);t.style.setProperty(e,`${i(Number.parseFloat(s))}px`)}))}_saveInitialAttribute(t,e){const i=t.style.getPropertyValue(e);i&&B.setDataAttribute(t,e,i)}_resetElementAttributes(t,e){this._applyManipulationCallback(t,(t=>{const i=B.getDataAttribute(t,e);null!==i?(B.removeDataAttribute(t,e),t.style.setProperty(e,i)):t.style.removeProperty(e)}))}_applyManipulationCallback(t,e){if(o(t))e(t);else for(const i of Q.find(t,this._element))e(i)}}const mi="show",_i="mousedown.bs.backdrop",bi={className:"modal-backdrop",clickCallback:null,isAnimated:!1,isVisible:!0,rootElement:"body"},vi={className:"string",clickCallback:"(function|null)",isAnimated:"boolean",isVisible:"boolean",rootElement:"(element|string)"};class yi extends F{constructor(t){super(),this._config=this._getConfig(t),this._isAppended=!1,this._element=null}static get Default(){return bi}static get DefaultType(){return vi}static get NAME(){return"backdrop"}show(t){if(!this._config.isVisible)return void m(t);this._append();const e=this._getElement();this._config.isAnimated&&d(e),e.classList.add(mi),this._emulateAnimation((()=>{m(t)}))}hide(t){this._config.isVisible?(this._getElement().classList.remove(mi),this._emulateAnimation((()=>{this.dispose(),m(t)}))):m(t)}dispose(){this._isAppended&&(P.off(this._element,_i),this._element.remove(),this._isAppended=!1)}_getElement(){if(!this._element){const t=document.createElement("div");t.className=this._config.className,this._config.isAnimated&&t.classList.add("fade"),this._element=t}return this._element}_configAfterMerge(t){return t.rootElement=r(t.rootElement),t}_append(){if(this._isAppended)return;const t=this._getElement();this._config.rootElement.append(t),P.on(t,_i,(()=>{m(this._config.clickCallback)})),this._isAppended=!0}_emulateAnimation(t){_(t,this._getElement(),this._config.isAnimated)}}const wi=".bs.focustrap",Ai="backward",Ei={autofocus:!0,trapElement:null},Ti={autofocus:"boolean",trapElement:"element"};class Ci extends F{constructor(t){super(),this._config=this._getConfig(t),this._isActive=!1,this._lastTabNavDirection=null}static get Default(){return Ei}static get DefaultType(){return Ti}static get NAME(){return"focustrap"}activate(){this._isActive||(this._config.autofocus&&this._config.trapElement.focus(),P.off(document,wi),P.on(document,"focusin.bs.focustrap",(t=>this._handleFocusin(t))),P.on(document,"keydown.tab.bs.focustrap",(t=>this._handleKeydown(t))),this._isActive=!0)}deactivate(){this._isActive&&(this._isActive=!1,P.off(document,wi))}_handleFocusin(t){const{trapElement:e}=this._config;if(t.target===document||t.target===e||e.contains(t.target))return;const i=Q.focusableChildren(e);0===i.length?e.focus():this._lastTabNavDirection===Ai?i[i.length-1].focus():i[0].focus()}_handleKeydown(t){"Tab"===t.key&&(this._lastTabNavDirection=t.shiftKey?Ai:"forward")}}const Oi="hidden.bs.modal",xi="show.bs.modal",ki="modal-open",Li="show",Di="modal-static",Si={backdrop:!0,focus:!0,keyboard:!0},Ii={backdrop:"(boolean|string)",focus:"boolean",keyboard:"boolean"};class Ni extends z{constructor(t,e){super(t,e),this._dialog=Q.findOne(".modal-dialog",this._element),this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._isShown=!1,this._isTransitioning=!1,this._scrollBar=new gi,this._addEventListeners()}static get Default(){return Si}static get DefaultType(){return Ii}static get NAME(){return"modal"}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){this._isShown||this._isTransitioning||P.trigger(this._element,xi,{relatedTarget:t}).defaultPrevented||(this._isShown=!0,this._isTransitioning=!0,this._scrollBar.hide(),document.body.classList.add(ki),this._adjustDialog(),this._backdrop.show((()=>this._showElement(t))))}hide(){this._isShown&&!this._isTransitioning&&(P.trigger(this._element,"hide.bs.modal").defaultPrevented||(this._isShown=!1,this._isTransitioning=!0,this._focustrap.deactivate(),this._element.classList.remove(Li),this._queueCallback((()=>this._hideModal()),this._element,this._isAnimated())))}dispose(){for(const t of[window,this._dialog])P.off(t,".bs.modal");this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}handleUpdate(){this._adjustDialog()}_initializeBackDrop(){return new yi({isVisible:Boolean(this._config.backdrop),isAnimated:this._isAnimated()})}_initializeFocusTrap(){return new Ci({trapElement:this._element})}_showElement(t){document.body.contains(this._element)||document.body.append(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.scrollTop=0;const e=Q.findOne(".modal-body",this._dialog);e&&(e.scrollTop=0),d(this._element),this._element.classList.add(Li),this._queueCallback((()=>{this._config.focus&&this._focustrap.activate(),this._isTransitioning=!1,P.trigger(this._element,"shown.bs.modal",{relatedTarget:t})}),this._dialog,this._isAnimated())}_addEventListeners(){P.on(this._element,"keydown.dismiss.bs.modal",(t=>{if("Escape"===t.key)return this._config.keyboard?(t.preventDefault(),void this.hide()):void this._triggerBackdropTransition()})),P.on(window,"resize.bs.modal",(()=>{this._isShown&&!this._isTransitioning&&this._adjustDialog()})),P.on(this._element,"mousedown.dismiss.bs.modal",(t=>{P.one(this._element,"click.dismiss.bs.modal",(e=>{this._element===t.target&&this._element===e.target&&("static"!==this._config.backdrop?this._config.backdrop&&this.hide():this._triggerBackdropTransition())}))}))}_hideModal(){this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._backdrop.hide((()=>{document.body.classList.remove(ki),this._resetAdjustments(),this._scrollBar.reset(),P.trigger(this._element,Oi)}))}_isAnimated(){return this._element.classList.contains("fade")}_triggerBackdropTransition(){if(P.trigger(this._element,"hidePrevented.bs.modal").defaultPrevented)return;const t=this._element.scrollHeight>document.documentElement.clientHeight,e=this._element.style.overflowY;"hidden"===e||this._element.classList.contains(Di)||(t||(this._element.style.overflowY="hidden"),this._element.classList.add(Di),this._queueCallback((()=>{this._element.classList.remove(Di),this._queueCallback((()=>{this._element.style.overflowY=e}),this._dialog)}),this._dialog),this._element.focus())}_adjustDialog(){const t=this._element.scrollHeight>document.documentElement.clientHeight,e=this._scrollBar.getWidth(),i=e>0;if(i&&!t){const t=p()?"paddingLeft":"paddingRight";this._element.style[t]=`${e}px`}if(!i&&t){const t=p()?"paddingRight":"paddingLeft";this._element.style[t]=`${e}px`}}_resetAdjustments(){this._element.style.paddingLeft="",this._element.style.paddingRight=""}static jQueryInterface(t,e){return this.each((function(){const i=Ni.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===i[t])throw new TypeError(`No method named "${t}"`);i[t](e)}}))}}P.on(document,"click.bs.modal.data-api",'[data-bs-toggle="modal"]',(function(t){const e=n(this);["A","AREA"].includes(this.tagName)&&t.preventDefault(),P.one(e,xi,(t=>{t.defaultPrevented||P.one(e,Oi,(()=>{a(this)&&this.focus()}))}));const i=Q.findOne(".modal.show");i&&Ni.getInstance(i).hide(),Ni.getOrCreateInstance(e).toggle(this)})),q(Ni),g(Ni);const Pi="show",ji="showing",Mi="hiding",Hi=".offcanvas.show",$i="hidePrevented.bs.offcanvas",Wi="hidden.bs.offcanvas",Bi={backdrop:!0,keyboard:!0,scroll:!1},Fi={backdrop:"(boolean|string)",keyboard:"boolean",scroll:"boolean"};class zi extends z{constructor(t,e){super(t,e),this._isShown=!1,this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._addEventListeners()}static get Default(){return Bi}static get DefaultType(){return Fi}static get NAME(){return"offcanvas"}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){this._isShown||P.trigger(this._element,"show.bs.offcanvas",{relatedTarget:t}).defaultPrevented||(this._isShown=!0,this._backdrop.show(),this._config.scroll||(new gi).hide(),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.classList.add(ji),this._queueCallback((()=>{this._config.scroll&&!this._config.backdrop||this._focustrap.activate(),this._element.classList.add(Pi),this._element.classList.remove(ji),P.trigger(this._element,"shown.bs.offcanvas",{relatedTarget:t})}),this._element,!0))}hide(){this._isShown&&(P.trigger(this._element,"hide.bs.offcanvas").defaultPrevented||(this._focustrap.deactivate(),this._element.blur(),this._isShown=!1,this._element.classList.add(Mi),this._backdrop.hide(),this._queueCallback((()=>{this._element.classList.remove(Pi,Mi),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._config.scroll||(new gi).reset(),P.trigger(this._element,Wi)}),this._element,!0)))}dispose(){this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}_initializeBackDrop(){const t=Boolean(this._config.backdrop);return new yi({className:"offcanvas-backdrop",isVisible:t,isAnimated:!0,rootElement:this._element.parentNode,clickCallback:t?()=>{"static"!==this._config.backdrop?this.hide():P.trigger(this._element,$i)}:null})}_initializeFocusTrap(){return new Ci({trapElement:this._element})}_addEventListeners(){P.on(this._element,"keydown.dismiss.bs.offcanvas",(t=>{"Escape"===t.key&&(this._config.keyboard?this.hide():P.trigger(this._element,$i))}))}static jQueryInterface(t){return this.each((function(){const e=zi.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===e[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);e[t](this)}}))}}P.on(document,"click.bs.offcanvas.data-api",'[data-bs-toggle="offcanvas"]',(function(t){const e=n(this);if(["A","AREA"].includes(this.tagName)&&t.preventDefault(),l(this))return;P.one(e,Wi,(()=>{a(this)&&this.focus()}));const i=Q.findOne(Hi);i&&i!==e&&zi.getInstance(i).hide(),zi.getOrCreateInstance(e).toggle(this)})),P.on(window,"load.bs.offcanvas.data-api",(()=>{for(const t of Q.find(Hi))zi.getOrCreateInstance(t).show()})),P.on(window,"resize.bs.offcanvas",(()=>{for(const t of Q.find("[aria-modal][class*=show][class*=offcanvas-]"))"fixed"!==getComputedStyle(t).position&&zi.getOrCreateInstance(t).hide()})),q(zi),g(zi);const qi=new Set(["background","cite","href","itemtype","longdesc","poster","src","xlink:href"]),Ri=/^(?:(?:https?|mailto|ftp|tel|file|sms):|[^#&/:?]*(?:[#/?]|$))/i,Vi=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[\d+/a-z]+=*$/i,Ki=(t,e)=>{const i=t.nodeName.toLowerCase();return e.includes(i)?!qi.has(i)||Boolean(Ri.test(t.nodeValue)||Vi.test(t.nodeValue)):e.filter((t=>t instanceof RegExp)).some((t=>t.test(i)))},Qi={"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","srcset","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},Xi={allowList:Qi,content:{},extraClass:"",html:!1,sanitize:!0,sanitizeFn:null,template:"
"},Yi={allowList:"object",content:"object",extraClass:"(string|function)",html:"boolean",sanitize:"boolean",sanitizeFn:"(null|function)",template:"string"},Ui={entry:"(string|element|function|null)",selector:"(string|element)"};class Gi extends F{constructor(t){super(),this._config=this._getConfig(t)}static get Default(){return Xi}static get DefaultType(){return Yi}static get NAME(){return"TemplateFactory"}getContent(){return Object.values(this._config.content).map((t=>this._resolvePossibleFunction(t))).filter(Boolean)}hasContent(){return this.getContent().length>0}changeContent(t){return this._checkContent(t),this._config.content={...this._config.content,...t},this}toHtml(){const t=document.createElement("div");t.innerHTML=this._maybeSanitize(this._config.template);for(const[e,i]of Object.entries(this._config.content))this._setContent(t,i,e);const e=t.children[0],i=this._resolvePossibleFunction(this._config.extraClass);return i&&e.classList.add(...i.split(" ")),e}_typeCheckConfig(t){super._typeCheckConfig(t),this._checkContent(t.content)}_checkContent(t){for(const[e,i]of Object.entries(t))super._typeCheckConfig({selector:e,entry:i},Ui)}_setContent(t,e,i){const n=Q.findOne(i,t);n&&((e=this._resolvePossibleFunction(e))?o(e)?this._putElementInTemplate(r(e),n):this._config.html?n.innerHTML=this._maybeSanitize(e):n.textContent=e:n.remove())}_maybeSanitize(t){return this._config.sanitize?function(t,e,i){if(!t.length)return t;if(i&&"function"==typeof i)return i(t);const n=(new window.DOMParser).parseFromString(t,"text/html"),s=[].concat(...n.body.querySelectorAll("*"));for(const t of s){const i=t.nodeName.toLowerCase();if(!Object.keys(e).includes(i)){t.remove();continue}const n=[].concat(...t.attributes),s=[].concat(e["*"]||[],e[i]||[]);for(const e of n)Ki(e,s)||t.removeAttribute(e.nodeName)}return n.body.innerHTML}(t,this._config.allowList,this._config.sanitizeFn):t}_resolvePossibleFunction(t){return"function"==typeof t?t(this):t}_putElementInTemplate(t,e){if(this._config.html)return e.innerHTML="",void e.append(t);e.textContent=t.textContent}}const Ji=new Set(["sanitize","allowList","sanitizeFn"]),Zi="fade",tn="show",en=".modal",nn="hide.bs.modal",sn="hover",on="focus",rn={AUTO:"auto",TOP:"top",RIGHT:p()?"left":"right",BOTTOM:"bottom",LEFT:p()?"right":"left"},an={allowList:Qi,animation:!0,boundary:"clippingParents",container:!1,customClass:"",delay:0,fallbackPlacements:["top","right","bottom","left"],html:!1,offset:[0,0],placement:"top",popperConfig:null,sanitize:!0,sanitizeFn:null,selector:!1,template:'',title:"",trigger:"hover focus"},ln={allowList:"object",animation:"boolean",boundary:"(string|element)",container:"(string|element|boolean)",customClass:"(string|function)",delay:"(number|object)",fallbackPlacements:"array",html:"boolean",offset:"(array|string|function)",placement:"(string|function)",popperConfig:"(null|object|function)",sanitize:"boolean",sanitizeFn:"(null|function)",selector:"(string|boolean)",template:"string",title:"(string|element|function)",trigger:"string"};class cn extends z{constructor(t,e){if(void 0===Ke)throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");super(t,e),this._isEnabled=!0,this._timeout=0,this._isHovered=null,this._activeTrigger={},this._popper=null,this._templateFactory=null,this._newContent=null,this.tip=null,this._setListeners(),this._config.selector||this._fixTitle()}static get Default(){return an}static get DefaultType(){return ln}static get NAME(){return"tooltip"}enable(){this._isEnabled=!0}disable(){this._isEnabled=!1}toggleEnabled(){this._isEnabled=!this._isEnabled}toggle(){this._isEnabled&&(this._activeTrigger.click=!this._activeTrigger.click,this._isShown()?this._leave():this._enter())}dispose(){clearTimeout(this._timeout),P.off(this._element.closest(en),nn,this._hideModalHandler),this.tip&&this.tip.remove(),this._element.getAttribute("data-bs-original-title")&&this._element.setAttribute("title",this._element.getAttribute("data-bs-original-title")),this._disposePopper(),super.dispose()}show(){if("none"===this._element.style.display)throw new Error("Please use show on visible elements");if(!this._isWithContent()||!this._isEnabled)return;const t=P.trigger(this._element,this.constructor.eventName("show")),e=(c(this._element)||this._element.ownerDocument.documentElement).contains(this._element);if(t.defaultPrevented||!e)return;this.tip&&(this.tip.remove(),this.tip=null);const i=this._getTipElement();this._element.setAttribute("aria-describedby",i.getAttribute("id"));const{container:n}=this._config;if(this._element.ownerDocument.documentElement.contains(this.tip)||(n.append(i),P.trigger(this._element,this.constructor.eventName("inserted"))),this._popper?this._popper.update():this._popper=this._createPopper(i),i.classList.add(tn),"ontouchstart"in document.documentElement)for(const t of[].concat(...document.body.children))P.on(t,"mouseover",h);this._queueCallback((()=>{P.trigger(this._element,this.constructor.eventName("shown")),!1===this._isHovered&&this._leave(),this._isHovered=!1}),this.tip,this._isAnimated())}hide(){if(!this._isShown())return;if(P.trigger(this._element,this.constructor.eventName("hide")).defaultPrevented)return;const t=this._getTipElement();if(t.classList.remove(tn),"ontouchstart"in document.documentElement)for(const t of[].concat(...document.body.children))P.off(t,"mouseover",h);this._activeTrigger.click=!1,this._activeTrigger.focus=!1,this._activeTrigger.hover=!1,this._isHovered=null,this._queueCallback((()=>{this._isWithActiveTrigger()||(this._isHovered||t.remove(),this._element.removeAttribute("aria-describedby"),P.trigger(this._element,this.constructor.eventName("hidden")),this._disposePopper())}),this.tip,this._isAnimated())}update(){this._popper&&this._popper.update()}_isWithContent(){return Boolean(this._getTitle())}_getTipElement(){return this.tip||(this.tip=this._createTipElement(this._newContent||this._getContentForTemplate())),this.tip}_createTipElement(t){const e=this._getTemplateFactory(t).toHtml();if(!e)return null;e.classList.remove(Zi,tn),e.classList.add(`bs-${this.constructor.NAME}-auto`);const i=(t=>{do{t+=Math.floor(1e6*Math.random())}while(document.getElementById(t));return t})(this.constructor.NAME).toString();return e.setAttribute("id",i),this._isAnimated()&&e.classList.add(Zi),e}setContent(t){this._newContent=t,this._isShown()&&(this._disposePopper(),this.show())}_getTemplateFactory(t){return this._templateFactory?this._templateFactory.changeContent(t):this._templateFactory=new Gi({...this._config,content:t,extraClass:this._resolvePossibleFunction(this._config.customClass)}),this._templateFactory}_getContentForTemplate(){return{".tooltip-inner":this._getTitle()}}_getTitle(){return this._resolvePossibleFunction(this._config.title)||this._element.getAttribute("data-bs-original-title")}_initializeOnDelegatedTarget(t){return this.constructor.getOrCreateInstance(t.delegateTarget,this._getDelegateConfig())}_isAnimated(){return this._config.animation||this.tip&&this.tip.classList.contains(Zi)}_isShown(){return this.tip&&this.tip.classList.contains(tn)}_createPopper(t){const e="function"==typeof this._config.placement?this._config.placement.call(this,t,this._element):this._config.placement,i=rn[e.toUpperCase()];return Ve(this._element,t,this._getPopperConfig(i))}_getOffset(){const{offset:t}=this._config;return"string"==typeof t?t.split(",").map((t=>Number.parseInt(t,10))):"function"==typeof t?e=>t(e,this._element):t}_resolvePossibleFunction(t){return"function"==typeof t?t.call(this._element):t}_getPopperConfig(t){const e={placement:t,modifiers:[{name:"flip",options:{fallbackPlacements:this._config.fallbackPlacements}},{name:"offset",options:{offset:this._getOffset()}},{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"arrow",options:{element:`.${this.constructor.NAME}-arrow`}},{name:"preSetPlacement",enabled:!0,phase:"beforeMain",fn:t=>{this._getTipElement().setAttribute("data-popper-placement",t.state.placement)}}]};return{...e,..."function"==typeof this._config.popperConfig?this._config.popperConfig(e):this._config.popperConfig}}_setListeners(){const t=this._config.trigger.split(" ");for(const e of t)if("click"===e)P.on(this._element,this.constructor.eventName("click"),this._config.selector,(t=>{this._initializeOnDelegatedTarget(t).toggle()}));else if("manual"!==e){const t=e===sn?this.constructor.eventName("mouseenter"):this.constructor.eventName("focusin"),i=e===sn?this.constructor.eventName("mouseleave"):this.constructor.eventName("focusout");P.on(this._element,t,this._config.selector,(t=>{const e=this._initializeOnDelegatedTarget(t);e._activeTrigger["focusin"===t.type?on:sn]=!0,e._enter()})),P.on(this._element,i,this._config.selector,(t=>{const e=this._initializeOnDelegatedTarget(t);e._activeTrigger["focusout"===t.type?on:sn]=e._element.contains(t.relatedTarget),e._leave()}))}this._hideModalHandler=()=>{this._element&&this.hide()},P.on(this._element.closest(en),nn,this._hideModalHandler)}_fixTitle(){const t=this._element.getAttribute("title");t&&(this._element.getAttribute("aria-label")||this._element.textContent.trim()||this._element.setAttribute("aria-label",t),this._element.setAttribute("data-bs-original-title",t),this._element.removeAttribute("title"))}_enter(){this._isShown()||this._isHovered?this._isHovered=!0:(this._isHovered=!0,this._setTimeout((()=>{this._isHovered&&this.show()}),this._config.delay.show))}_leave(){this._isWithActiveTrigger()||(this._isHovered=!1,this._setTimeout((()=>{this._isHovered||this.hide()}),this._config.delay.hide))}_setTimeout(t,e){clearTimeout(this._timeout),this._timeout=setTimeout(t,e)}_isWithActiveTrigger(){return Object.values(this._activeTrigger).includes(!0)}_getConfig(t){const e=B.getDataAttributes(this._element);for(const t of Object.keys(e))Ji.has(t)&&delete e[t];return t={...e,..."object"==typeof t&&t?t:{}},t=this._mergeConfigObj(t),t=this._configAfterMerge(t),this._typeCheckConfig(t),t}_configAfterMerge(t){return t.container=!1===t.container?document.body:r(t.container),"number"==typeof t.delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),t}_getDelegateConfig(){const t={};for(const e in this._config)this.constructor.Default[e]!==this._config[e]&&(t[e]=this._config[e]);return t.selector=!1,t.trigger="manual",t}_disposePopper(){this._popper&&(this._popper.destroy(),this._popper=null)}static jQueryInterface(t){return this.each((function(){const e=cn.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t]()}}))}}g(cn);const hn={...cn.Default,content:"",offset:[0,8],placement:"right",template:'',trigger:"click"},dn={...cn.DefaultType,content:"(null|string|element|function)"};class un extends cn{static get Default(){return hn}static get DefaultType(){return dn}static get NAME(){return"popover"}_isWithContent(){return this._getTitle()||this._getContent()}_getContentForTemplate(){return{".popover-header":this._getTitle(),".popover-body":this._getContent()}}_getContent(){return this._resolvePossibleFunction(this._config.content)}static jQueryInterface(t){return this.each((function(){const e=un.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t]()}}))}}g(un);const fn="click.bs.scrollspy",pn="active",gn="[href]",mn={offset:null,rootMargin:"0px 0px -25%",smoothScroll:!1,target:null,threshold:[.1,.5,1]},_n={offset:"(number|null)",rootMargin:"string",smoothScroll:"boolean",target:"element",threshold:"array"};class bn extends z{constructor(t,e){super(t,e),this._targetLinks=new Map,this._observableSections=new Map,this._rootElement="visible"===getComputedStyle(this._element).overflowY?null:this._element,this._activeTarget=null,this._observer=null,this._previousScrollData={visibleEntryTop:0,parentScrollTop:0},this.refresh()}static get Default(){return mn}static get DefaultType(){return _n}static get NAME(){return"scrollspy"}refresh(){this._initializeTargetsAndObservables(),this._maybeEnableSmoothScroll(),this._observer?this._observer.disconnect():this._observer=this._getNewObserver();for(const t of this._observableSections.values())this._observer.observe(t)}dispose(){this._observer.disconnect(),super.dispose()}_configAfterMerge(t){return t.target=r(t.target)||document.body,t.rootMargin=t.offset?`${t.offset}px 0px -30%`:t.rootMargin,"string"==typeof t.threshold&&(t.threshold=t.threshold.split(",").map((t=>Number.parseFloat(t)))),t}_maybeEnableSmoothScroll(){this._config.smoothScroll&&(P.off(this._config.target,fn),P.on(this._config.target,fn,gn,(t=>{const e=this._observableSections.get(t.target.hash);if(e){t.preventDefault();const i=this._rootElement||window,n=e.offsetTop-this._element.offsetTop;if(i.scrollTo)return void i.scrollTo({top:n,behavior:"smooth"});i.scrollTop=n}})))}_getNewObserver(){const t={root:this._rootElement,threshold:this._config.threshold,rootMargin:this._config.rootMargin};return new IntersectionObserver((t=>this._observerCallback(t)),t)}_observerCallback(t){const e=t=>this._targetLinks.get(`#${t.target.id}`),i=t=>{this._previousScrollData.visibleEntryTop=t.target.offsetTop,this._process(e(t))},n=(this._rootElement||document.documentElement).scrollTop,s=n>=this._previousScrollData.parentScrollTop;this._previousScrollData.parentScrollTop=n;for(const o of t){if(!o.isIntersecting){this._activeTarget=null,this._clearActiveClass(e(o));continue}const t=o.target.offsetTop>=this._previousScrollData.visibleEntryTop;if(s&&t){if(i(o),!n)return}else s||t||i(o)}}_initializeTargetsAndObservables(){this._targetLinks=new Map,this._observableSections=new Map;const t=Q.find(gn,this._config.target);for(const e of t){if(!e.hash||l(e))continue;const t=Q.findOne(e.hash,this._element);a(t)&&(this._targetLinks.set(e.hash,e),this._observableSections.set(e.hash,t))}}_process(t){this._activeTarget!==t&&(this._clearActiveClass(this._config.target),this._activeTarget=t,t.classList.add(pn),this._activateParents(t),P.trigger(this._element,"activate.bs.scrollspy",{relatedTarget:t}))}_activateParents(t){if(t.classList.contains("dropdown-item"))Q.findOne(".dropdown-toggle",t.closest(".dropdown")).classList.add(pn);else for(const e of Q.parents(t,".nav, .list-group"))for(const t of Q.prev(e,".nav-link, .nav-item > .nav-link, .list-group-item"))t.classList.add(pn)}_clearActiveClass(t){t.classList.remove(pn);const e=Q.find("[href].active",t);for(const t of e)t.classList.remove(pn)}static jQueryInterface(t){return this.each((function(){const e=bn.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===e[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);e[t]()}}))}}P.on(window,"load.bs.scrollspy.data-api",(()=>{for(const t of Q.find('[data-bs-spy="scroll"]'))bn.getOrCreateInstance(t)})),g(bn);const vn="ArrowLeft",yn="ArrowRight",wn="ArrowUp",An="ArrowDown",En="active",Tn="fade",Cn="show",On='[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]',xn=`.nav-link:not(.dropdown-toggle), .list-group-item:not(.dropdown-toggle), [role="tab"]:not(.dropdown-toggle), ${On}`;class kn extends z{constructor(t){super(t),this._parent=this._element.closest('.list-group, .nav, [role="tablist"]'),this._parent&&(this._setInitialAttributes(this._parent,this._getChildren()),P.on(this._element,"keydown.bs.tab",(t=>this._keydown(t))))}static get NAME(){return"tab"}show(){const t=this._element;if(this._elemIsActive(t))return;const e=this._getActiveElem(),i=e?P.trigger(e,"hide.bs.tab",{relatedTarget:t}):null;P.trigger(t,"show.bs.tab",{relatedTarget:e}).defaultPrevented||i&&i.defaultPrevented||(this._deactivate(e,t),this._activate(t,e))}_activate(t,e){t&&(t.classList.add(En),this._activate(n(t)),this._queueCallback((()=>{"tab"===t.getAttribute("role")?(t.removeAttribute("tabindex"),t.setAttribute("aria-selected",!0),this._toggleDropDown(t,!0),P.trigger(t,"shown.bs.tab",{relatedTarget:e})):t.classList.add(Cn)}),t,t.classList.contains(Tn)))}_deactivate(t,e){t&&(t.classList.remove(En),t.blur(),this._deactivate(n(t)),this._queueCallback((()=>{"tab"===t.getAttribute("role")?(t.setAttribute("aria-selected",!1),t.setAttribute("tabindex","-1"),this._toggleDropDown(t,!1),P.trigger(t,"hidden.bs.tab",{relatedTarget:e})):t.classList.remove(Cn)}),t,t.classList.contains(Tn)))}_keydown(t){if(![vn,yn,wn,An].includes(t.key))return;t.stopPropagation(),t.preventDefault();const e=[yn,An].includes(t.key),i=b(this._getChildren().filter((t=>!l(t))),t.target,e,!0);i&&(i.focus({preventScroll:!0}),kn.getOrCreateInstance(i).show())}_getChildren(){return Q.find(xn,this._parent)}_getActiveElem(){return this._getChildren().find((t=>this._elemIsActive(t)))||null}_setInitialAttributes(t,e){this._setAttributeIfNotExists(t,"role","tablist");for(const t of e)this._setInitialAttributesOnChild(t)}_setInitialAttributesOnChild(t){t=this._getInnerElement(t);const e=this._elemIsActive(t),i=this._getOuterElement(t);t.setAttribute("aria-selected",e),i!==t&&this._setAttributeIfNotExists(i,"role","presentation"),e||t.setAttribute("tabindex","-1"),this._setAttributeIfNotExists(t,"role","tab"),this._setInitialAttributesOnTargetPanel(t)}_setInitialAttributesOnTargetPanel(t){const e=n(t);e&&(this._setAttributeIfNotExists(e,"role","tabpanel"),t.id&&this._setAttributeIfNotExists(e,"aria-labelledby",`#${t.id}`))}_toggleDropDown(t,e){const i=this._getOuterElement(t);if(!i.classList.contains("dropdown"))return;const n=(t,n)=>{const s=Q.findOne(t,i);s&&s.classList.toggle(n,e)};n(".dropdown-toggle",En),n(".dropdown-menu",Cn),i.setAttribute("aria-expanded",e)}_setAttributeIfNotExists(t,e,i){t.hasAttribute(e)||t.setAttribute(e,i)}_elemIsActive(t){return t.classList.contains(En)}_getInnerElement(t){return t.matches(xn)?t:Q.findOne(xn,t)}_getOuterElement(t){return t.closest(".nav-item, .list-group-item")||t}static jQueryInterface(t){return this.each((function(){const e=kn.getOrCreateInstance(this);if("string"==typeof t){if(void 0===e[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);e[t]()}}))}}P.on(document,"click.bs.tab",On,(function(t){["A","AREA"].includes(this.tagName)&&t.preventDefault(),l(this)||kn.getOrCreateInstance(this).show()})),P.on(window,"load.bs.tab",(()=>{for(const t of Q.find('.active[data-bs-toggle="tab"], .active[data-bs-toggle="pill"], .active[data-bs-toggle="list"]'))kn.getOrCreateInstance(t)})),g(kn);const Ln="hide",Dn="show",Sn="showing",In={animation:"boolean",autohide:"boolean",delay:"number"},Nn={animation:!0,autohide:!0,delay:5e3};class Pn extends z{constructor(t,e){super(t,e),this._timeout=null,this._hasMouseInteraction=!1,this._hasKeyboardInteraction=!1,this._setListeners()}static get Default(){return Nn}static get DefaultType(){return In}static get NAME(){return"toast"}show(){P.trigger(this._element,"show.bs.toast").defaultPrevented||(this._clearTimeout(),this._config.animation&&this._element.classList.add("fade"),this._element.classList.remove(Ln),d(this._element),this._element.classList.add(Dn,Sn),this._queueCallback((()=>{this._element.classList.remove(Sn),P.trigger(this._element,"shown.bs.toast"),this._maybeScheduleHide()}),this._element,this._config.animation))}hide(){this.isShown()&&(P.trigger(this._element,"hide.bs.toast").defaultPrevented||(this._element.classList.add(Sn),this._queueCallback((()=>{this._element.classList.add(Ln),this._element.classList.remove(Sn,Dn),P.trigger(this._element,"hidden.bs.toast")}),this._element,this._config.animation)))}dispose(){this._clearTimeout(),this.isShown()&&this._element.classList.remove(Dn),super.dispose()}isShown(){return this._element.classList.contains(Dn)}_maybeScheduleHide(){this._config.autohide&&(this._hasMouseInteraction||this._hasKeyboardInteraction||(this._timeout=setTimeout((()=>{this.hide()}),this._config.delay)))}_onInteraction(t,e){switch(t.type){case"mouseover":case"mouseout":this._hasMouseInteraction=e;break;case"focusin":case"focusout":this._hasKeyboardInteraction=e}if(e)return void this._clearTimeout();const i=t.relatedTarget;this._element===i||this._element.contains(i)||this._maybeScheduleHide()}_setListeners(){P.on(this._element,"mouseover.bs.toast",(t=>this._onInteraction(t,!0))),P.on(this._element,"mouseout.bs.toast",(t=>this._onInteraction(t,!1))),P.on(this._element,"focusin.bs.toast",(t=>this._onInteraction(t,!0))),P.on(this._element,"focusout.bs.toast",(t=>this._onInteraction(t,!1)))}_clearTimeout(){clearTimeout(this._timeout),this._timeout=null}static jQueryInterface(t){return this.each((function(){const e=Pn.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t](this)}}))}}return q(Pn),g(Pn),{Alert:R,Button:K,Carousel:at,Collapse:pt,Dropdown:hi,Modal:Ni,Offcanvas:zi,Popover:un,ScrollSpy:bn,Tab:kn,Toast:Pn,Tooltip:cn}})); +//# sourceMappingURL=bootstrap.bundle.min.js.map \ No newline at end of file diff --git a/_freeze/site_libs/clipboard/clipboard.min.js b/_freeze/site_libs/clipboard/clipboard.min.js new file mode 100644 index 0000000..1103f81 --- /dev/null +++ b/_freeze/site_libs/clipboard/clipboard.min.js @@ -0,0 +1,7 @@ +/*! + * clipboard.js v2.0.11 + * https://clipboardjs.com/ + * + * Licensed MIT © Zeno Rocha + */ +!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.ClipboardJS=e():t.ClipboardJS=e()}(this,function(){return n={686:function(t,e,n){"use strict";n.d(e,{default:function(){return b}});var e=n(279),i=n.n(e),e=n(370),u=n.n(e),e=n(817),r=n.n(e);function c(t){try{return document.execCommand(t)}catch(t){return}}var a=function(t){t=r()(t);return c("cut"),t};function o(t,e){var n,o,t=(n=t,o="rtl"===document.documentElement.getAttribute("dir"),(t=document.createElement("textarea")).style.fontSize="12pt",t.style.border="0",t.style.padding="0",t.style.margin="0",t.style.position="absolute",t.style[o?"right":"left"]="-9999px",o=window.pageYOffset||document.documentElement.scrollTop,t.style.top="".concat(o,"px"),t.setAttribute("readonly",""),t.value=n,t);return e.container.appendChild(t),e=r()(t),c("copy"),t.remove(),e}var f=function(t){var e=1s.tolerance[a.direction],e(a),l=t,i=!1}function h(){i||(i=!0,n=requestAnimationFrame(c))}var u=!!o&&{passive:!0,capture:!1};return t.addEventListener("scroll",h,u),c(),{destroy:function(){cancelAnimationFrame(n),t.removeEventListener("scroll",h,u)}}}function o(t){return t===Object(t)?t:{down:t,up:t}}function s(t,n){n=n||{},Object.assign(this,s.options,n),this.classes=Object.assign({},s.options.classes,n.classes),this.elem=t,this.tolerance=o(this.tolerance),this.offset=o(this.offset),this.initialised=!1,this.frozen=!1}return s.prototype={constructor:s,init:function(){return s.cutsTheMustard&&!this.initialised&&(this.addClass("initial"),this.initialised=!0,setTimeout(function(t){t.scrollTracker=n(t.scroller,{offset:t.offset,tolerance:t.tolerance},t.update.bind(t))},100,this)),this},destroy:function(){this.initialised=!1,Object.keys(this.classes).forEach(this.removeClass,this),this.scrollTracker.destroy()},unpin:function(){!this.hasClass("pinned")&&this.hasClass("unpinned")||(this.addClass("unpinned"),this.removeClass("pinned"),this.onUnpin&&this.onUnpin.call(this))},pin:function(){this.hasClass("unpinned")&&(this.addClass("pinned"),this.removeClass("unpinned"),this.onPin&&this.onPin.call(this))},freeze:function(){this.frozen=!0,this.addClass("frozen")},unfreeze:function(){this.frozen=!1,this.removeClass("frozen")},top:function(){this.hasClass("top")||(this.addClass("top"),this.removeClass("notTop"),this.onTop&&this.onTop.call(this))},notTop:function(){this.hasClass("notTop")||(this.addClass("notTop"),this.removeClass("top"),this.onNotTop&&this.onNotTop.call(this))},bottom:function(){this.hasClass("bottom")||(this.addClass("bottom"),this.removeClass("notBottom"),this.onBottom&&this.onBottom.call(this))},notBottom:function(){this.hasClass("notBottom")||(this.addClass("notBottom"),this.removeClass("bottom"),this.onNotBottom&&this.onNotBottom.call(this))},shouldUnpin:function(t){return"down"===t.direction&&!t.top&&t.toleranceExceeded},shouldPin:function(t){return"up"===t.direction&&t.toleranceExceeded||t.top},addClass:function(t){this.elem.classList.add.apply(this.elem.classList,this.classes[t].split(" "))},removeClass:function(t){this.elem.classList.remove.apply(this.elem.classList,this.classes[t].split(" "))},hasClass:function(t){return this.classes[t].split(" ").every(function(t){return this.classList.contains(t)},this.elem)},update:function(t){t.isOutOfBounds||!0!==this.frozen&&(t.top?this.top():this.notTop(),t.bottom?this.bottom():this.notBottom(),this.shouldUnpin(t)?this.unpin():this.shouldPin(t)&&this.pin())}},s.options={tolerance:{up:0,down:0},offset:0,scroller:t()?window:null,classes:{frozen:"headroom--frozen",pinned:"headroom--pinned",unpinned:"headroom--unpinned",top:"headroom--top",notTop:"headroom--not-top",bottom:"headroom--bottom",notBottom:"headroom--not-bottom",initial:"headroom"}},s.cutsTheMustard=!!(t()&&function(){}.bind&&"classList"in document.documentElement&&Object.assign&&Object.keys&&requestAnimationFrame),s}); diff --git a/_freeze/site_libs/quarto-contrib/glightbox/glightbox.min.css b/_freeze/site_libs/quarto-contrib/glightbox/glightbox.min.css new file mode 100644 index 0000000..3c9ff87 --- /dev/null +++ b/_freeze/site_libs/quarto-contrib/glightbox/glightbox.min.css @@ -0,0 +1 @@ +.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);-webkit-transition:opacity .3s linear;transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0,0,0,.65);box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}} \ No newline at end of file diff --git a/_freeze/site_libs/quarto-contrib/glightbox/glightbox.min.js b/_freeze/site_libs/quarto-contrib/glightbox/glightbox.min.js new file mode 100644 index 0000000..997908b --- /dev/null +++ b/_freeze/site_libs/quarto-contrib/glightbox/glightbox.min.js @@ -0,0 +1 @@ +!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e=e||self).GLightbox=t()}(this,(function(){"use strict";function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(t)}function t(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var i=0;i1&&void 0!==arguments[1]?arguments[1]:null,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,n=e[s]=e[s]||[],l={all:n,evt:null,found:null};return t&&i&&P(n)>0&&o(n,(function(e,n){if(e.eventName==t&&e.fn.toString()==i.toString())return l.found=!0,l.evt=n,!1})),l}function a(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=t.onElement,n=t.withCallback,s=t.avoidDuplicate,l=void 0===s||s,a=t.once,h=void 0!==a&&a,d=t.useCapture,c=void 0!==d&&d,u=arguments.length>2?arguments[2]:void 0,g=i||[];function v(e){T(n)&&n.call(u,e,this),h&&v.destroy()}return C(g)&&(g=document.querySelectorAll(g)),v.destroy=function(){o(g,(function(t){var i=r(t,e,v);i.found&&i.all.splice(i.evt,1),t.removeEventListener&&t.removeEventListener(e,v,c)}))},o(g,(function(t){var i=r(t,e,v);(t.addEventListener&&l&&!i.found||!l)&&(t.addEventListener(e,v,c),i.all.push({eventName:e,fn:v}))})),v}function h(e,t){o(t.split(" "),(function(t){return e.classList.add(t)}))}function d(e,t){o(t.split(" "),(function(t){return e.classList.remove(t)}))}function c(e,t){return e.classList.contains(t)}function u(e,t){for(;e!==document.body;){if(!(e=e.parentElement))return!1;if("function"==typeof e.matches?e.matches(t):e.msMatchesSelector(t))return e}}function g(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",i=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(!e||""===t)return!1;if("none"===t)return T(i)&&i(),!1;var n=x(),s=t.split(" ");o(s,(function(t){h(e,"g"+t)})),a(n,{onElement:e,avoidDuplicate:!1,once:!0,withCallback:function(e,t){o(s,(function(e){d(t,"g"+e)})),T(i)&&i()}})}function v(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";if(""===t)return e.style.webkitTransform="",e.style.MozTransform="",e.style.msTransform="",e.style.OTransform="",e.style.transform="",!1;e.style.webkitTransform=t,e.style.MozTransform=t,e.style.msTransform=t,e.style.OTransform=t,e.style.transform=t}function f(e){e.style.display="block"}function p(e){e.style.display="none"}function m(e){var t=document.createDocumentFragment(),i=document.createElement("div");for(i.innerHTML=e;i.firstChild;)t.appendChild(i.firstChild);return t}function y(){return{width:window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth,height:window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight}}function x(){var e,t=document.createElement("fakeelement"),i={animation:"animationend",OAnimation:"oAnimationEnd",MozAnimation:"animationend",WebkitAnimation:"webkitAnimationEnd"};for(e in i)if(void 0!==t.style[e])return i[e]}function b(e,t,i,n){if(e())t();else{var s;i||(i=100);var l=setInterval((function(){e()&&(clearInterval(l),s&&clearTimeout(s),t())}),i);n&&(s=setTimeout((function(){clearInterval(l)}),n))}}function S(e,t,i){if(I(e))console.error("Inject assets error");else if(T(t)&&(i=t,t=!1),C(t)&&t in window)T(i)&&i();else{var n;if(-1!==e.indexOf(".css")){if((n=document.querySelectorAll('link[href="'+e+'"]'))&&n.length>0)return void(T(i)&&i());var s=document.getElementsByTagName("head")[0],l=s.querySelectorAll('link[rel="stylesheet"]'),o=document.createElement("link");return o.rel="stylesheet",o.type="text/css",o.href=e,o.media="all",l?s.insertBefore(o,l[0]):s.appendChild(o),void(T(i)&&i())}if((n=document.querySelectorAll('script[src="'+e+'"]'))&&n.length>0){if(T(i)){if(C(t))return b((function(){return void 0!==window[t]}),(function(){i()})),!1;i()}}else{var r=document.createElement("script");r.type="text/javascript",r.src=e,r.onload=function(){if(T(i)){if(C(t))return b((function(){return void 0!==window[t]}),(function(){i()})),!1;i()}},document.body.appendChild(r)}}}function w(){return"navigator"in window&&window.navigator.userAgent.match(/(iPad)|(iPhone)|(iPod)|(Android)|(PlayBook)|(BB10)|(BlackBerry)|(Opera Mini)|(IEMobile)|(webOS)|(MeeGo)/i)}function T(e){return"function"==typeof e}function C(e){return"string"==typeof e}function k(e){return!(!e||!e.nodeType||1!=e.nodeType)}function E(e){return Array.isArray(e)}function A(e){return e&&e.length&&isFinite(e.length)}function L(t){return"object"===e(t)&&null!=t&&!T(t)&&!E(t)}function I(e){return null==e}function O(e,t){return null!==e&&hasOwnProperty.call(e,t)}function P(e){if(L(e)){if(e.keys)return e.keys().length;var t=0;for(var i in e)O(e,i)&&t++;return t}return e.length}function M(e){return!isNaN(parseFloat(e))&&isFinite(e)}function z(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:-1,t=document.querySelectorAll(".gbtn[data-taborder]:not(.disabled)");if(!t.length)return!1;if(1==t.length)return t[0];"string"==typeof e&&(e=parseInt(e));var i=[];o(t,(function(e){i.push(e.getAttribute("data-taborder"))}));var n=Math.max.apply(Math,i.map((function(e){return parseInt(e)}))),s=e<0?1:e+1;s>n&&(s="1");var l=i.filter((function(e){return e>=parseInt(s)})),r=l.sort()[0];return document.querySelector('.gbtn[data-taborder="'.concat(r,'"]'))}function X(e){if(e.events.hasOwnProperty("keyboard"))return!1;e.events.keyboard=a("keydown",{onElement:window,withCallback:function(t,i){var n=(t=t||window.event).keyCode;if(9==n){var s=document.querySelector(".gbtn.focused");if(!s){var l=!(!document.activeElement||!document.activeElement.nodeName)&&document.activeElement.nodeName.toLocaleLowerCase();if("input"==l||"textarea"==l||"button"==l)return}t.preventDefault();var o=document.querySelectorAll(".gbtn[data-taborder]");if(!o||o.length<=0)return;if(!s){var r=z();return void(r&&(r.focus(),h(r,"focused")))}var a=z(s.getAttribute("data-taborder"));d(s,"focused"),a&&(a.focus(),h(a,"focused"))}39==n&&e.nextSlide(),37==n&&e.prevSlide(),27==n&&e.close()}})}function Y(e){return Math.sqrt(e.x*e.x+e.y*e.y)}function q(e,t){var i=function(e,t){var i=Y(e)*Y(t);if(0===i)return 0;var n=function(e,t){return e.x*t.x+e.y*t.y}(e,t)/i;return n>1&&(n=1),Math.acos(n)}(e,t);return function(e,t){return e.x*t.y-t.x*e.y}(e,t)>0&&(i*=-1),180*i/Math.PI}var N=function(){function e(i){t(this,e),this.handlers=[],this.el=i}return n(e,[{key:"add",value:function(e){this.handlers.push(e)}},{key:"del",value:function(e){e||(this.handlers=[]);for(var t=this.handlers.length;t>=0;t--)this.handlers[t]===e&&this.handlers.splice(t,1)}},{key:"dispatch",value:function(){for(var e=0,t=this.handlers.length;e=0)console.log("ignore drag for this touched element",e.target.nodeName.toLowerCase());else{this.now=Date.now(),this.x1=e.touches[0].pageX,this.y1=e.touches[0].pageY,this.delta=this.now-(this.last||this.now),this.touchStart.dispatch(e,this.element),null!==this.preTapPosition.x&&(this.isDoubleTap=this.delta>0&&this.delta<=250&&Math.abs(this.preTapPosition.x-this.x1)<30&&Math.abs(this.preTapPosition.y-this.y1)<30,this.isDoubleTap&&clearTimeout(this.singleTapTimeout)),this.preTapPosition.x=this.x1,this.preTapPosition.y=this.y1,this.last=this.now;var t=this.preV;if(e.touches.length>1){this._cancelLongTap(),this._cancelSingleTap();var i={x:e.touches[1].pageX-this.x1,y:e.touches[1].pageY-this.y1};t.x=i.x,t.y=i.y,this.pinchStartLen=Y(t),this.multipointStart.dispatch(e,this.element)}this._preventTap=!1,this.longTapTimeout=setTimeout(function(){this.longTap.dispatch(e,this.element),this._preventTap=!0}.bind(this),750)}}}},{key:"move",value:function(e){if(e.touches){var t=this.preV,i=e.touches.length,n=e.touches[0].pageX,s=e.touches[0].pageY;if(this.isDoubleTap=!1,i>1){var l=e.touches[1].pageX,o=e.touches[1].pageY,r={x:e.touches[1].pageX-n,y:e.touches[1].pageY-s};null!==t.x&&(this.pinchStartLen>0&&(e.zoom=Y(r)/this.pinchStartLen,this.pinch.dispatch(e,this.element)),e.angle=q(r,t),this.rotate.dispatch(e,this.element)),t.x=r.x,t.y=r.y,null!==this.x2&&null!==this.sx2?(e.deltaX=(n-this.x2+l-this.sx2)/2,e.deltaY=(s-this.y2+o-this.sy2)/2):(e.deltaX=0,e.deltaY=0),this.twoFingerPressMove.dispatch(e,this.element),this.sx2=l,this.sy2=o}else{if(null!==this.x2){e.deltaX=n-this.x2,e.deltaY=s-this.y2;var a=Math.abs(this.x1-this.x2),h=Math.abs(this.y1-this.y2);(a>10||h>10)&&(this._preventTap=!0)}else e.deltaX=0,e.deltaY=0;this.pressMove.dispatch(e,this.element)}this.touchMove.dispatch(e,this.element),this._cancelLongTap(),this.x2=n,this.y2=s,i>1&&e.preventDefault()}}},{key:"end",value:function(e){if(e.changedTouches){this._cancelLongTap();var t=this;e.touches.length<2&&(this.multipointEnd.dispatch(e,this.element),this.sx2=this.sy2=null),this.x2&&Math.abs(this.x1-this.x2)>30||this.y2&&Math.abs(this.y1-this.y2)>30?(e.direction=this._swipeDirection(this.x1,this.x2,this.y1,this.y2),this.swipeTimeout=setTimeout((function(){t.swipe.dispatch(e,t.element)}),0)):(this.tapTimeout=setTimeout((function(){t._preventTap||t.tap.dispatch(e,t.element),t.isDoubleTap&&(t.doubleTap.dispatch(e,t.element),t.isDoubleTap=!1)}),0),t.isDoubleTap||(t.singleTapTimeout=setTimeout((function(){t.singleTap.dispatch(e,t.element)}),250))),this.touchEnd.dispatch(e,this.element),this.preV.x=0,this.preV.y=0,this.zoom=1,this.pinchStartLen=null,this.x1=this.x2=this.y1=this.y2=null}}},{key:"cancelAll",value:function(){this._preventTap=!0,clearTimeout(this.singleTapTimeout),clearTimeout(this.tapTimeout),clearTimeout(this.longTapTimeout),clearTimeout(this.swipeTimeout)}},{key:"cancel",value:function(e){this.cancelAll(),this.touchCancel.dispatch(e,this.element)}},{key:"_cancelLongTap",value:function(){clearTimeout(this.longTapTimeout)}},{key:"_cancelSingleTap",value:function(){clearTimeout(this.singleTapTimeout)}},{key:"_swipeDirection",value:function(e,t,i,n){return Math.abs(e-t)>=Math.abs(i-n)?e-t>0?"Left":"Right":i-n>0?"Up":"Down"}},{key:"on",value:function(e,t){this[e]&&this[e].add(t)}},{key:"off",value:function(e,t){this[e]&&this[e].del(t)}},{key:"destroy",value:function(){return this.singleTapTimeout&&clearTimeout(this.singleTapTimeout),this.tapTimeout&&clearTimeout(this.tapTimeout),this.longTapTimeout&&clearTimeout(this.longTapTimeout),this.swipeTimeout&&clearTimeout(this.swipeTimeout),this.element.removeEventListener("touchstart",this.start),this.element.removeEventListener("touchmove",this.move),this.element.removeEventListener("touchend",this.end),this.element.removeEventListener("touchcancel",this.cancel),this.rotate.del(),this.touchStart.del(),this.multipointStart.del(),this.multipointEnd.del(),this.pinch.del(),this.swipe.del(),this.tap.del(),this.doubleTap.del(),this.longTap.del(),this.singleTap.del(),this.pressMove.del(),this.twoFingerPressMove.del(),this.touchMove.del(),this.touchEnd.del(),this.touchCancel.del(),this.preV=this.pinchStartLen=this.zoom=this.isDoubleTap=this.delta=this.last=this.now=this.tapTimeout=this.singleTapTimeout=this.longTapTimeout=this.swipeTimeout=this.x1=this.x2=this.y1=this.y2=this.preTapPosition=this.rotate=this.touchStart=this.multipointStart=this.multipointEnd=this.pinch=this.swipe=this.tap=this.doubleTap=this.longTap=this.singleTap=this.pressMove=this.touchMove=this.touchEnd=this.touchCancel=this.twoFingerPressMove=null,window.removeEventListener("scroll",this._cancelAllHandler),null}}]),e}();function W(e){var t=function(){var e,t=document.createElement("fakeelement"),i={transition:"transitionend",OTransition:"oTransitionEnd",MozTransition:"transitionend",WebkitTransition:"webkitTransitionEnd"};for(e in i)if(void 0!==t.style[e])return i[e]}(),i=window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth,n=c(e,"gslide-media")?e:e.querySelector(".gslide-media"),s=u(n,".ginner-container"),l=e.querySelector(".gslide-description");i>769&&(n=s),h(n,"greset"),v(n,"translate3d(0, 0, 0)"),a(t,{onElement:n,once:!0,withCallback:function(e,t){d(n,"greset")}}),n.style.opacity="",l&&(l.style.opacity="")}function B(e){if(e.events.hasOwnProperty("touch"))return!1;var t,i,n,s=y(),l=s.width,o=s.height,r=!1,a=null,g=null,f=null,p=!1,m=1,x=1,b=!1,S=!1,w=null,T=null,C=null,k=null,E=0,A=0,L=!1,I=!1,O={},P={},M=0,z=0,X=document.getElementById("glightbox-slider"),Y=document.querySelector(".goverlay"),q=new _(X,{touchStart:function(t){if(r=!0,(c(t.targetTouches[0].target,"ginner-container")||u(t.targetTouches[0].target,".gslide-desc")||"a"==t.targetTouches[0].target.nodeName.toLowerCase())&&(r=!1),u(t.targetTouches[0].target,".gslide-inline")&&!c(t.targetTouches[0].target.parentNode,"gslide-inline")&&(r=!1),r){if(P=t.targetTouches[0],O.pageX=t.targetTouches[0].pageX,O.pageY=t.targetTouches[0].pageY,M=t.targetTouches[0].clientX,z=t.targetTouches[0].clientY,a=e.activeSlide,g=a.querySelector(".gslide-media"),n=a.querySelector(".gslide-inline"),f=null,c(g,"gslide-image")&&(f=g.querySelector("img")),(window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth)>769&&(g=a.querySelector(".ginner-container")),d(Y,"greset"),t.pageX>20&&t.pageXo){var a=O.pageX-P.pageX;if(Math.abs(a)<=13)return!1}p=!0;var h,d=s.targetTouches[0].clientX,c=s.targetTouches[0].clientY,u=M-d,m=z-c;if(Math.abs(u)>Math.abs(m)?(L=!1,I=!0):(I=!1,L=!0),t=P.pageX-O.pageX,E=100*t/l,i=P.pageY-O.pageY,A=100*i/o,L&&f&&(h=1-Math.abs(i)/o,Y.style.opacity=h,e.settings.touchFollowAxis&&(E=0)),I&&(h=1-Math.abs(t)/l,g.style.opacity=h,e.settings.touchFollowAxis&&(A=0)),!f)return v(g,"translate3d(".concat(E,"%, 0, 0)"));v(g,"translate3d(".concat(E,"%, ").concat(A,"%, 0)"))}},touchEnd:function(){if(r){if(p=!1,S||b)return C=w,void(k=T);var t=Math.abs(parseInt(A)),i=Math.abs(parseInt(E));if(!(t>29&&f))return t<29&&i<25?(h(Y,"greset"),Y.style.opacity=1,W(g)):void 0;e.close()}},multipointEnd:function(){setTimeout((function(){b=!1}),50)},multipointStart:function(){b=!0,m=x||1},pinch:function(e){if(!f||p)return!1;b=!0,f.scaleX=f.scaleY=m*e.zoom;var t=m*e.zoom;if(S=!0,t<=1)return S=!1,t=1,k=null,C=null,w=null,T=null,void f.setAttribute("style","");t>4.5&&(t=4.5),f.style.transform="scale3d(".concat(t,", ").concat(t,", 1)"),x=t},pressMove:function(e){if(S&&!b){var t=P.pageX-O.pageX,i=P.pageY-O.pageY;C&&(t+=C),k&&(i+=k),w=t,T=i;var n="translate3d(".concat(t,"px, ").concat(i,"px, 0)");x&&(n+=" scale3d(".concat(x,", ").concat(x,", 1)")),v(f,n)}},swipe:function(t){if(!S)if(b)b=!1;else{if("Left"==t.direction){if(e.index==e.elements.length-1)return W(g);e.nextSlide()}if("Right"==t.direction){if(0==e.index)return W(g);e.prevSlide()}}}});e.events.touch=q}var H=function(){function e(i,n){var s=this,l=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;if(t(this,e),this.img=i,this.slide=n,this.onclose=l,this.img.setZoomEvents)return!1;this.active=!1,this.zoomedIn=!1,this.dragging=!1,this.currentX=null,this.currentY=null,this.initialX=null,this.initialY=null,this.xOffset=0,this.yOffset=0,this.img.addEventListener("mousedown",(function(e){return s.dragStart(e)}),!1),this.img.addEventListener("mouseup",(function(e){return s.dragEnd(e)}),!1),this.img.addEventListener("mousemove",(function(e){return s.drag(e)}),!1),this.img.addEventListener("click",(function(e){return s.slide.classList.contains("dragging-nav")?(s.zoomOut(),!1):s.zoomedIn?void(s.zoomedIn&&!s.dragging&&s.zoomOut()):s.zoomIn()}),!1),this.img.setZoomEvents=!0}return n(e,[{key:"zoomIn",value:function(){var e=this.widowWidth();if(!(this.zoomedIn||e<=768)){var t=this.img;if(t.setAttribute("data-style",t.getAttribute("style")),t.style.maxWidth=t.naturalWidth+"px",t.style.maxHeight=t.naturalHeight+"px",t.naturalWidth>e){var i=e/2-t.naturalWidth/2;this.setTranslate(this.img.parentNode,i,0)}this.slide.classList.add("zoomed"),this.zoomedIn=!0}}},{key:"zoomOut",value:function(){this.img.parentNode.setAttribute("style",""),this.img.setAttribute("style",this.img.getAttribute("data-style")),this.slide.classList.remove("zoomed"),this.zoomedIn=!1,this.currentX=null,this.currentY=null,this.initialX=null,this.initialY=null,this.xOffset=0,this.yOffset=0,this.onclose&&"function"==typeof this.onclose&&this.onclose()}},{key:"dragStart",value:function(e){e.preventDefault(),this.zoomedIn?("touchstart"===e.type?(this.initialX=e.touches[0].clientX-this.xOffset,this.initialY=e.touches[0].clientY-this.yOffset):(this.initialX=e.clientX-this.xOffset,this.initialY=e.clientY-this.yOffset),e.target===this.img&&(this.active=!0,this.img.classList.add("dragging"))):this.active=!1}},{key:"dragEnd",value:function(e){var t=this;e.preventDefault(),this.initialX=this.currentX,this.initialY=this.currentY,this.active=!1,setTimeout((function(){t.dragging=!1,t.img.isDragging=!1,t.img.classList.remove("dragging")}),100)}},{key:"drag",value:function(e){this.active&&(e.preventDefault(),"touchmove"===e.type?(this.currentX=e.touches[0].clientX-this.initialX,this.currentY=e.touches[0].clientY-this.initialY):(this.currentX=e.clientX-this.initialX,this.currentY=e.clientY-this.initialY),this.xOffset=this.currentX,this.yOffset=this.currentY,this.img.isDragging=!0,this.dragging=!0,this.setTranslate(this.img,this.currentX,this.currentY))}},{key:"onMove",value:function(e){if(this.zoomedIn){var t=e.clientX-this.img.naturalWidth/2,i=e.clientY-this.img.naturalHeight/2;this.setTranslate(this.img,t,i)}}},{key:"setTranslate",value:function(e,t,i){e.style.transform="translate3d("+t+"px, "+i+"px, 0)"}},{key:"widowWidth",value:function(){return window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth}}]),e}(),V=function(){function e(){var i=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};t(this,e);var s=n.dragEl,l=n.toleranceX,o=void 0===l?40:l,r=n.toleranceY,a=void 0===r?65:r,h=n.slide,d=void 0===h?null:h,c=n.instance,u=void 0===c?null:c;this.el=s,this.active=!1,this.dragging=!1,this.currentX=null,this.currentY=null,this.initialX=null,this.initialY=null,this.xOffset=0,this.yOffset=0,this.direction=null,this.lastDirection=null,this.toleranceX=o,this.toleranceY=a,this.toleranceReached=!1,this.dragContainer=this.el,this.slide=d,this.instance=u,this.el.addEventListener("mousedown",(function(e){return i.dragStart(e)}),!1),this.el.addEventListener("mouseup",(function(e){return i.dragEnd(e)}),!1),this.el.addEventListener("mousemove",(function(e){return i.drag(e)}),!1)}return n(e,[{key:"dragStart",value:function(e){if(this.slide.classList.contains("zoomed"))this.active=!1;else{"touchstart"===e.type?(this.initialX=e.touches[0].clientX-this.xOffset,this.initialY=e.touches[0].clientY-this.yOffset):(this.initialX=e.clientX-this.xOffset,this.initialY=e.clientY-this.yOffset);var t=e.target.nodeName.toLowerCase();e.target.classList.contains("nodrag")||u(e.target,".nodrag")||-1!==["input","select","textarea","button","a"].indexOf(t)?this.active=!1:(e.preventDefault(),(e.target===this.el||"img"!==t&&u(e.target,".gslide-inline"))&&(this.active=!0,this.el.classList.add("dragging"),this.dragContainer=u(e.target,".ginner-container")))}}},{key:"dragEnd",value:function(e){var t=this;e&&e.preventDefault(),this.initialX=0,this.initialY=0,this.currentX=null,this.currentY=null,this.initialX=null,this.initialY=null,this.xOffset=0,this.yOffset=0,this.active=!1,this.doSlideChange&&(this.instance.preventOutsideClick=!0,"right"==this.doSlideChange&&this.instance.prevSlide(),"left"==this.doSlideChange&&this.instance.nextSlide()),this.doSlideClose&&this.instance.close(),this.toleranceReached||this.setTranslate(this.dragContainer,0,0,!0),setTimeout((function(){t.instance.preventOutsideClick=!1,t.toleranceReached=!1,t.lastDirection=null,t.dragging=!1,t.el.isDragging=!1,t.el.classList.remove("dragging"),t.slide.classList.remove("dragging-nav"),t.dragContainer.style.transform="",t.dragContainer.style.transition=""}),100)}},{key:"drag",value:function(e){if(this.active){e.preventDefault(),this.slide.classList.add("dragging-nav"),"touchmove"===e.type?(this.currentX=e.touches[0].clientX-this.initialX,this.currentY=e.touches[0].clientY-this.initialY):(this.currentX=e.clientX-this.initialX,this.currentY=e.clientY-this.initialY),this.xOffset=this.currentX,this.yOffset=this.currentY,this.el.isDragging=!0,this.dragging=!0,this.doSlideChange=!1,this.doSlideClose=!1;var t=Math.abs(this.currentX),i=Math.abs(this.currentY);if(t>0&&t>=Math.abs(this.currentY)&&(!this.lastDirection||"x"==this.lastDirection)){this.yOffset=0,this.lastDirection="x",this.setTranslate(this.dragContainer,this.currentX,0);var n=this.shouldChange();if(!this.instance.settings.dragAutoSnap&&n&&(this.doSlideChange=n),this.instance.settings.dragAutoSnap&&n)return this.instance.preventOutsideClick=!0,this.toleranceReached=!0,this.active=!1,this.instance.preventOutsideClick=!0,this.dragEnd(null),"right"==n&&this.instance.prevSlide(),void("left"==n&&this.instance.nextSlide())}if(this.toleranceY>0&&i>0&&i>=t&&(!this.lastDirection||"y"==this.lastDirection)){this.xOffset=0,this.lastDirection="y",this.setTranslate(this.dragContainer,0,this.currentY);var s=this.shouldClose();return!this.instance.settings.dragAutoSnap&&s&&(this.doSlideClose=!0),void(this.instance.settings.dragAutoSnap&&s&&this.instance.close())}}}},{key:"shouldChange",value:function(){var e=!1;if(Math.abs(this.currentX)>=this.toleranceX){var t=this.currentX>0?"right":"left";("left"==t&&this.slide!==this.slide.parentNode.lastChild||"right"==t&&this.slide!==this.slide.parentNode.firstChild)&&(e=t)}return e}},{key:"shouldClose",value:function(){var e=!1;return Math.abs(this.currentY)>=this.toleranceY&&(e=!0),e}},{key:"setTranslate",value:function(e,t,i){var n=arguments.length>3&&void 0!==arguments[3]&&arguments[3];e.style.transition=n?"all .2s ease":"",e.style.transform="translate3d(".concat(t,"px, ").concat(i,"px, 0)")}}]),e}();function j(e,t,i,n){var s=e.querySelector(".gslide-media"),l=new Image,o="gSlideTitle_"+i,r="gSlideDesc_"+i;l.addEventListener("load",(function(){T(n)&&n()}),!1),l.src=t.href,""!=t.sizes&&""!=t.srcset&&(l.sizes=t.sizes,l.srcset=t.srcset),l.alt="",I(t.alt)||""===t.alt||(l.alt=t.alt),""!==t.title&&l.setAttribute("aria-labelledby",o),""!==t.description&&l.setAttribute("aria-describedby",r),t.hasOwnProperty("_hasCustomWidth")&&t._hasCustomWidth&&(l.style.width=t.width),t.hasOwnProperty("_hasCustomHeight")&&t._hasCustomHeight&&(l.style.height=t.height),s.insertBefore(l,s.firstChild)}function F(e,t,i,n){var s=this,l=e.querySelector(".ginner-container"),o="gvideo"+i,r=e.querySelector(".gslide-media"),a=this.getAllPlayers();h(l,"gvideo-container"),r.insertBefore(m('
'),r.firstChild);var d=e.querySelector(".gvideo-wrapper");S(this.settings.plyr.css,"Plyr");var c=t.href,u=null==t?void 0:t.videoProvider,g=!1;r.style.maxWidth=t.width,S(this.settings.plyr.js,"Plyr",(function(){if(!u&&c.match(/vimeo\.com\/([0-9]*)/)&&(u="vimeo"),!u&&(c.match(/(youtube\.com|youtube-nocookie\.com)\/watch\?v=([a-zA-Z0-9\-_]+)/)||c.match(/youtu\.be\/([a-zA-Z0-9\-_]+)/)||c.match(/(youtube\.com|youtube-nocookie\.com)\/embed\/([a-zA-Z0-9\-_]+)/))&&(u="youtube"),"local"===u||!u){u="local";var l='")}var r=g||m('
'));h(d,"".concat(u,"-video gvideo")),d.appendChild(r),d.setAttribute("data-id",o),d.setAttribute("data-index",i);var v=O(s.settings.plyr,"config")?s.settings.plyr.config:{},f=new Plyr("#"+o,v);f.on("ready",(function(e){a[o]=e.detail.plyr,T(n)&&n()})),b((function(){return e.querySelector("iframe")&&"true"==e.querySelector("iframe").dataset.ready}),(function(){s.resize(e)})),f.on("enterfullscreen",R),f.on("exitfullscreen",R)}))}function R(e){var t=u(e.target,".gslide-media");"enterfullscreen"===e.type&&h(t,"fullscreen"),"exitfullscreen"===e.type&&d(t,"fullscreen")}function G(e,t,i,n){var s,l=this,o=e.querySelector(".gslide-media"),r=!(!O(t,"href")||!t.href)&&t.href.split("#").pop().trim(),d=!(!O(t,"content")||!t.content)&&t.content;if(d&&(C(d)&&(s=m('
'.concat(d,"
"))),k(d))){"none"==d.style.display&&(d.style.display="block");var c=document.createElement("div");c.className="ginlined-content",c.appendChild(d),s=c}if(r){var u=document.getElementById(r);if(!u)return!1;var g=u.cloneNode(!0);g.style.height=t.height,g.style.maxWidth=t.width,h(g,"ginlined-content"),s=g}if(!s)return console.error("Unable to append inline slide content",t),!1;o.style.height=t.height,o.style.width=t.width,o.appendChild(s),this.events["inlineclose"+r]=a("click",{onElement:o.querySelectorAll(".gtrigger-close"),withCallback:function(e){e.preventDefault(),l.close()}}),T(n)&&n()}function Z(e,t,i,n){var s=e.querySelector(".gslide-media"),l=function(e){var t=e.url,i=e.allow,n=e.callback,s=e.appendTo,l=document.createElement("iframe");return l.className="vimeo-video gvideo",l.src=t,l.style.width="100%",l.style.height="100%",i&&l.setAttribute("allow",i),l.onload=function(){l.onload=null,h(l,"node-ready"),T(n)&&n()},s&&s.appendChild(l),l}({url:t.href,callback:n});s.parentNode.style.maxWidth=t.width,s.parentNode.style.height=t.height,s.appendChild(l)}var U=function(){function e(){var i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};t(this,e),this.defaults={href:"",sizes:"",srcset:"",title:"",type:"",videoProvider:"",description:"",alt:"",descPosition:"bottom",effect:"",width:"",height:"",content:!1,zoomable:!0,draggable:!0},L(i)&&(this.defaults=l(this.defaults,i))}return n(e,[{key:"sourceType",value:function(e){var t=e;if(null!==(e=e.toLowerCase()).match(/\.(jpeg|jpg|jpe|gif|png|apn|webp|avif|svg)/))return"image";if(e.match(/(youtube\.com|youtube-nocookie\.com)\/watch\?v=([a-zA-Z0-9\-_]+)/)||e.match(/youtu\.be\/([a-zA-Z0-9\-_]+)/)||e.match(/(youtube\.com|youtube-nocookie\.com)\/embed\/([a-zA-Z0-9\-_]+)/))return"video";if(e.match(/vimeo\.com\/([0-9]*)/))return"video";if(null!==e.match(/\.(mp4|ogg|webm|mov)/))return"video";if(null!==e.match(/\.(mp3|wav|wma|aac|ogg)/))return"audio";if(e.indexOf("#")>-1&&""!==t.split("#").pop().trim())return"inline";return e.indexOf("goajax=true")>-1?"ajax":"external"}},{key:"parseConfig",value:function(e,t){var i=this,n=l({descPosition:t.descPosition},this.defaults);if(L(e)&&!k(e)){O(e,"type")||(O(e,"content")&&e.content?e.type="inline":O(e,"href")&&(e.type=this.sourceType(e.href)));var s=l(n,e);return this.setSize(s,t),s}var r="",a=e.getAttribute("data-glightbox"),h=e.nodeName.toLowerCase();if("a"===h&&(r=e.href),"img"===h&&(r=e.src,n.alt=e.alt),n.href=r,o(n,(function(s,l){O(t,l)&&"width"!==l&&(n[l]=t[l]);var o=e.dataset[l];I(o)||(n[l]=i.sanitizeValue(o))})),n.content&&(n.type="inline"),!n.type&&r&&(n.type=this.sourceType(r)),I(a)){if(!n.title&&"a"==h){var d=e.title;I(d)||""===d||(n.title=d)}if(!n.title&&"img"==h){var c=e.alt;I(c)||""===c||(n.title=c)}}else{var u=[];o(n,(function(e,t){u.push(";\\s?"+t)})),u=u.join("\\s?:|"),""!==a.trim()&&o(n,(function(e,t){var s=a,l=new RegExp("s?"+t+"s?:s?(.*?)("+u+"s?:|$)"),o=s.match(l);if(o&&o.length&&o[1]){var r=o[1].trim().replace(/;\s*$/,"");n[t]=i.sanitizeValue(r)}}))}if(n.description&&"."===n.description.substring(0,1)){var g;try{g=document.querySelector(n.description).innerHTML}catch(e){if(!(e instanceof DOMException))throw e}g&&(n.description=g)}if(!n.description){var v=e.querySelector(".glightbox-desc");v&&(n.description=v.innerHTML)}return this.setSize(n,t,e),this.slideConfig=n,n}},{key:"setSize",value:function(e,t){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,n="video"==e.type?this.checkSize(t.videosWidth):this.checkSize(t.width),s=this.checkSize(t.height);return e.width=O(e,"width")&&""!==e.width?this.checkSize(e.width):n,e.height=O(e,"height")&&""!==e.height?this.checkSize(e.height):s,i&&"image"==e.type&&(e._hasCustomWidth=!!i.dataset.width,e._hasCustomHeight=!!i.dataset.height),e}},{key:"checkSize",value:function(e){return M(e)?"".concat(e,"px"):e}},{key:"sanitizeValue",value:function(e){return"true"!==e&&"false"!==e?e:"true"===e}}]),e}(),$=function(){function e(i,n,s){t(this,e),this.element=i,this.instance=n,this.index=s}return n(e,[{key:"setContent",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,i=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(c(t,"loaded"))return!1;var n=this.instance.settings,s=this.slideConfig,l=w();T(n.beforeSlideLoad)&&n.beforeSlideLoad({index:this.index,slide:t,player:!1});var o=s.type,r=s.descPosition,a=t.querySelector(".gslide-media"),d=t.querySelector(".gslide-title"),u=t.querySelector(".gslide-desc"),g=t.querySelector(".gdesc-inner"),v=i,f="gSlideTitle_"+this.index,p="gSlideDesc_"+this.index;if(T(n.afterSlideLoad)&&(v=function(){T(i)&&i(),n.afterSlideLoad({index:e.index,slide:t,player:e.instance.getSlidePlayerInstance(e.index)})}),""==s.title&&""==s.description?g&&g.parentNode.parentNode.removeChild(g.parentNode):(d&&""!==s.title?(d.id=f,d.innerHTML=s.title):d.parentNode.removeChild(d),u&&""!==s.description?(u.id=p,l&&n.moreLength>0?(s.smallDescription=this.slideShortDesc(s.description,n.moreLength,n.moreText),u.innerHTML=s.smallDescription,this.descriptionEvents(u,s)):u.innerHTML=s.description):u.parentNode.removeChild(u),h(a.parentNode,"desc-".concat(r)),h(g.parentNode,"description-".concat(r))),h(a,"gslide-".concat(o)),h(t,"loaded"),"video"!==o){if("external"!==o)return"inline"===o?(G.apply(this.instance,[t,s,this.index,v]),void(s.draggable&&new V({dragEl:t.querySelector(".gslide-inline"),toleranceX:n.dragToleranceX,toleranceY:n.dragToleranceY,slide:t,instance:this.instance}))):void("image"!==o?T(v)&&v():j(t,s,this.index,(function(){var i=t.querySelector("img");s.draggable&&new V({dragEl:i,toleranceX:n.dragToleranceX,toleranceY:n.dragToleranceY,slide:t,instance:e.instance}),s.zoomable&&i.naturalWidth>i.offsetWidth&&(h(i,"zoomable"),new H(i,t,(function(){e.instance.resize()}))),T(v)&&v()})));Z.apply(this,[t,s,this.index,v])}else F.apply(this.instance,[t,s,this.index,v])}},{key:"slideShortDesc",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:50,i=arguments.length>2&&void 0!==arguments[2]&&arguments[2],n=document.createElement("div");n.innerHTML=e;var s=n.innerText,l=i;if((e=s.trim()).length<=t)return e;var o=e.substr(0,t-1);return l?(n=null,o+'... '+i+""):o}},{key:"descriptionEvents",value:function(e,t){var i=this,n=e.querySelector(".desc-more");if(!n)return!1;a("click",{onElement:n,withCallback:function(e,n){e.preventDefault();var s=document.body,l=u(n,".gslide-desc");if(!l)return!1;l.innerHTML=t.description,h(s,"gdesc-open");var o=a("click",{onElement:[s,u(l,".gslide-description")],withCallback:function(e,n){"a"!==e.target.nodeName.toLowerCase()&&(d(s,"gdesc-open"),h(s,"gdesc-closed"),l.innerHTML=t.smallDescription,i.descriptionEvents(l,t),setTimeout((function(){d(s,"gdesc-closed")}),400),o.destroy())}})}})}},{key:"create",value:function(){return m(this.instance.settings.slideHTML)}},{key:"getConfig",value:function(){k(this.element)||this.element.hasOwnProperty("draggable")||(this.element.draggable=this.instance.settings.draggable);var e=new U(this.instance.settings.slideExtraAttributes);return this.slideConfig=e.parseConfig(this.element,this.instance.settings),this.slideConfig}}]),e}(),J=w(),K=null!==w()||void 0!==document.createTouch||"ontouchstart"in window||"onmsgesturechange"in window||navigator.msMaxTouchPoints,Q=document.getElementsByTagName("html")[0],ee={selector:".glightbox",elements:null,skin:"clean",theme:"clean",closeButton:!0,startAt:null,autoplayVideos:!0,autofocusVideos:!0,descPosition:"bottom",width:"900px",height:"506px",videosWidth:"960px",beforeSlideChange:null,afterSlideChange:null,beforeSlideLoad:null,afterSlideLoad:null,slideInserted:null,slideRemoved:null,slideExtraAttributes:null,onOpen:null,onClose:null,loop:!1,zoomable:!0,draggable:!0,dragAutoSnap:!1,dragToleranceX:40,dragToleranceY:65,preload:!0,oneSlidePerOpen:!1,touchNavigation:!0,touchFollowAxis:!0,keyboardNavigation:!0,closeOnOutsideClick:!0,plugins:!1,plyr:{css:"https://cdn.plyr.io/3.6.12/plyr.css",js:"https://cdn.plyr.io/3.6.12/plyr.js",config:{ratio:"16:9",fullscreen:{enabled:!0,iosNative:!0},youtube:{noCookie:!0,rel:0,showinfo:0,iv_load_policy:3},vimeo:{byline:!1,portrait:!1,title:!1,transparent:!1}}},openEffect:"zoom",closeEffect:"zoom",slideEffect:"slide",moreText:"See more",moreLength:60,cssEfects:{fade:{in:"fadeIn",out:"fadeOut"},zoom:{in:"zoomIn",out:"zoomOut"},slide:{in:"slideInRight",out:"slideOutLeft"},slideBack:{in:"slideInLeft",out:"slideOutRight"},none:{in:"none",out:"none"}},svg:{close:'',next:' ',prev:''},slideHTML:'
\n
\n
\n
\n
\n
\n
\n

\n
\n
\n
\n
\n
\n
',lightboxHTML:''},te=function(){function e(){var i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};t(this,e),this.customOptions=i,this.settings=l(ee,i),this.effectsClasses=this.getAnimationClasses(),this.videoPlayers={},this.apiEvents=[],this.fullElementsList=!1}return n(e,[{key:"init",value:function(){var e=this,t=this.getSelector();t&&(this.baseEvents=a("click",{onElement:t,withCallback:function(t,i){t.preventDefault(),e.open(i)}})),this.elements=this.getElements()}},{key:"open",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(0===this.elements.length)return!1;this.activeSlide=null,this.prevActiveSlideIndex=null,this.prevActiveSlide=null;var i=M(t)?t:this.settings.startAt;if(k(e)){var n=e.getAttribute("data-gallery");n&&(this.fullElementsList=this.elements,this.elements=this.getGalleryElements(this.elements,n)),I(i)&&(i=this.getElementIndex(e))<0&&(i=0)}M(i)||(i=0),this.build(),g(this.overlay,"none"===this.settings.openEffect?"none":this.settings.cssEfects.fade.in);var s=document.body,l=window.innerWidth-document.documentElement.clientWidth;if(l>0){var o=document.createElement("style");o.type="text/css",o.className="gcss-styles",o.innerText=".gscrollbar-fixer {margin-right: ".concat(l,"px}"),document.head.appendChild(o),h(s,"gscrollbar-fixer")}h(s,"glightbox-open"),h(Q,"glightbox-open"),J&&(h(document.body,"glightbox-mobile"),this.settings.slideEffect="slide"),this.showSlide(i,!0),1===this.elements.length?(h(this.prevButton,"glightbox-button-hidden"),h(this.nextButton,"glightbox-button-hidden")):(d(this.prevButton,"glightbox-button-hidden"),d(this.nextButton,"glightbox-button-hidden")),this.lightboxOpen=!0,this.trigger("open"),T(this.settings.onOpen)&&this.settings.onOpen(),K&&this.settings.touchNavigation&&B(this),this.settings.keyboardNavigation&&X(this)}},{key:"openAt",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;this.open(null,e)}},{key:"showSlide",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,i=arguments.length>1&&void 0!==arguments[1]&&arguments[1];f(this.loader),this.index=parseInt(t);var n=this.slidesContainer.querySelector(".current");n&&d(n,"current"),this.slideAnimateOut();var s=this.slidesContainer.querySelectorAll(".gslide")[t];if(c(s,"loaded"))this.slideAnimateIn(s,i),p(this.loader);else{f(this.loader);var l=this.elements[t],o={index:this.index,slide:s,slideNode:s,slideConfig:l.slideConfig,slideIndex:this.index,trigger:l.node,player:null};this.trigger("slide_before_load",o),l.instance.setContent(s,(function(){p(e.loader),e.resize(),e.slideAnimateIn(s,i),e.trigger("slide_after_load",o)}))}this.slideDescription=s.querySelector(".gslide-description"),this.slideDescriptionContained=this.slideDescription&&c(this.slideDescription.parentNode,"gslide-media"),this.settings.preload&&(this.preloadSlide(t+1),this.preloadSlide(t-1)),this.updateNavigationClasses(),this.activeSlide=s}},{key:"preloadSlide",value:function(e){var t=this;if(e<0||e>this.elements.length-1)return!1;if(I(this.elements[e]))return!1;var i=this.slidesContainer.querySelectorAll(".gslide")[e];if(c(i,"loaded"))return!1;var n=this.elements[e],s=n.type,l={index:e,slide:i,slideNode:i,slideConfig:n.slideConfig,slideIndex:e,trigger:n.node,player:null};this.trigger("slide_before_load",l),"video"===s||"external"===s?setTimeout((function(){n.instance.setContent(i,(function(){t.trigger("slide_after_load",l)}))}),200):n.instance.setContent(i,(function(){t.trigger("slide_after_load",l)}))}},{key:"prevSlide",value:function(){this.goToSlide(this.index-1)}},{key:"nextSlide",value:function(){this.goToSlide(this.index+1)}},{key:"goToSlide",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(this.prevActiveSlide=this.activeSlide,this.prevActiveSlideIndex=this.index,!this.loop()&&(e<0||e>this.elements.length-1))return!1;e<0?e=this.elements.length-1:e>=this.elements.length&&(e=0),this.showSlide(e)}},{key:"insertSlide",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:-1;t<0&&(t=this.elements.length);var i=new $(e,this,t),n=i.getConfig(),s=l({},n),o=i.create(),r=this.elements.length-1;s.index=t,s.node=!1,s.instance=i,s.slideConfig=n,this.elements.splice(t,0,s);var a=null,h=null;if(this.slidesContainer){if(t>r)this.slidesContainer.appendChild(o);else{var d=this.slidesContainer.querySelectorAll(".gslide")[t];this.slidesContainer.insertBefore(o,d)}(this.settings.preload&&0==this.index&&0==t||this.index-1==t||this.index+1==t)&&this.preloadSlide(t),0===this.index&&0===t&&(this.index=1),this.updateNavigationClasses(),a=this.slidesContainer.querySelectorAll(".gslide")[t],h=this.getSlidePlayerInstance(t),s.slideNode=a}this.trigger("slide_inserted",{index:t,slide:a,slideNode:a,slideConfig:n,slideIndex:t,trigger:null,player:h}),T(this.settings.slideInserted)&&this.settings.slideInserted({index:t,slide:a,player:h})}},{key:"removeSlide",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:-1;if(e<0||e>this.elements.length-1)return!1;var t=this.slidesContainer&&this.slidesContainer.querySelectorAll(".gslide")[e];t&&(this.getActiveSlideIndex()==e&&(e==this.elements.length-1?this.prevSlide():this.nextSlide()),t.parentNode.removeChild(t)),this.elements.splice(e,1),this.trigger("slide_removed",e),T(this.settings.slideRemoved)&&this.settings.slideRemoved(e)}},{key:"slideAnimateIn",value:function(e,t){var i=this,n=e.querySelector(".gslide-media"),s=e.querySelector(".gslide-description"),l={index:this.prevActiveSlideIndex,slide:this.prevActiveSlide,slideNode:this.prevActiveSlide,slideIndex:this.prevActiveSlide,slideConfig:I(this.prevActiveSlideIndex)?null:this.elements[this.prevActiveSlideIndex].slideConfig,trigger:I(this.prevActiveSlideIndex)?null:this.elements[this.prevActiveSlideIndex].node,player:this.getSlidePlayerInstance(this.prevActiveSlideIndex)},o={index:this.index,slide:this.activeSlide,slideNode:this.activeSlide,slideConfig:this.elements[this.index].slideConfig,slideIndex:this.index,trigger:this.elements[this.index].node,player:this.getSlidePlayerInstance(this.index)};if(n.offsetWidth>0&&s&&(p(s),s.style.display=""),d(e,this.effectsClasses),t)g(e,this.settings.cssEfects[this.settings.openEffect].in,(function(){i.settings.autoplayVideos&&i.slidePlayerPlay(e),i.trigger("slide_changed",{prev:l,current:o}),T(i.settings.afterSlideChange)&&i.settings.afterSlideChange.apply(i,[l,o])}));else{var r=this.settings.slideEffect,a="none"!==r?this.settings.cssEfects[r].in:r;this.prevActiveSlideIndex>this.index&&"slide"==this.settings.slideEffect&&(a=this.settings.cssEfects.slideBack.in),g(e,a,(function(){i.settings.autoplayVideos&&i.slidePlayerPlay(e),i.trigger("slide_changed",{prev:l,current:o}),T(i.settings.afterSlideChange)&&i.settings.afterSlideChange.apply(i,[l,o])}))}setTimeout((function(){i.resize(e)}),100),h(e,"current")}},{key:"slideAnimateOut",value:function(){if(!this.prevActiveSlide)return!1;var e=this.prevActiveSlide;d(e,this.effectsClasses),h(e,"prev");var t=this.settings.slideEffect,i="none"!==t?this.settings.cssEfects[t].out:t;this.slidePlayerPause(e),this.trigger("slide_before_change",{prev:{index:this.prevActiveSlideIndex,slide:this.prevActiveSlide,slideNode:this.prevActiveSlide,slideIndex:this.prevActiveSlideIndex,slideConfig:I(this.prevActiveSlideIndex)?null:this.elements[this.prevActiveSlideIndex].slideConfig,trigger:I(this.prevActiveSlideIndex)?null:this.elements[this.prevActiveSlideIndex].node,player:this.getSlidePlayerInstance(this.prevActiveSlideIndex)},current:{index:this.index,slide:this.activeSlide,slideNode:this.activeSlide,slideIndex:this.index,slideConfig:this.elements[this.index].slideConfig,trigger:this.elements[this.index].node,player:this.getSlidePlayerInstance(this.index)}}),T(this.settings.beforeSlideChange)&&this.settings.beforeSlideChange.apply(this,[{index:this.prevActiveSlideIndex,slide:this.prevActiveSlide,player:this.getSlidePlayerInstance(this.prevActiveSlideIndex)},{index:this.index,slide:this.activeSlide,player:this.getSlidePlayerInstance(this.index)}]),this.prevActiveSlideIndex>this.index&&"slide"==this.settings.slideEffect&&(i=this.settings.cssEfects.slideBack.out),g(e,i,(function(){var t=e.querySelector(".ginner-container"),i=e.querySelector(".gslide-media"),n=e.querySelector(".gslide-description");t.style.transform="",i.style.transform="",d(i,"greset"),i.style.opacity="",n&&(n.style.opacity=""),d(e,"prev")}))}},{key:"getAllPlayers",value:function(){return this.videoPlayers}},{key:"getSlidePlayerInstance",value:function(e){var t="gvideo"+e,i=this.getAllPlayers();return!(!O(i,t)||!i[t])&&i[t]}},{key:"stopSlideVideo",value:function(e){if(k(e)){var t=e.querySelector(".gvideo-wrapper");t&&(e=t.getAttribute("data-index"))}console.log("stopSlideVideo is deprecated, use slidePlayerPause");var i=this.getSlidePlayerInstance(e);i&&i.playing&&i.pause()}},{key:"slidePlayerPause",value:function(e){if(k(e)){var t=e.querySelector(".gvideo-wrapper");t&&(e=t.getAttribute("data-index"))}var i=this.getSlidePlayerInstance(e);i&&i.playing&&i.pause()}},{key:"playSlideVideo",value:function(e){if(k(e)){var t=e.querySelector(".gvideo-wrapper");t&&(e=t.getAttribute("data-index"))}console.log("playSlideVideo is deprecated, use slidePlayerPlay");var i=this.getSlidePlayerInstance(e);i&&!i.playing&&i.play()}},{key:"slidePlayerPlay",value:function(e){var t;if(!J||null!==(t=this.settings.plyr.config)&&void 0!==t&&t.muted){if(k(e)){var i=e.querySelector(".gvideo-wrapper");i&&(e=i.getAttribute("data-index"))}var n=this.getSlidePlayerInstance(e);n&&!n.playing&&(n.play(),this.settings.autofocusVideos&&n.elements.container.focus())}}},{key:"setElements",value:function(e){var t=this;this.settings.elements=!1;var i=[];e&&e.length&&o(e,(function(e,n){var s=new $(e,t,n),o=s.getConfig(),r=l({},o);r.slideConfig=o,r.instance=s,r.index=n,i.push(r)})),this.elements=i,this.lightboxOpen&&(this.slidesContainer.innerHTML="",this.elements.length&&(o(this.elements,(function(){var e=m(t.settings.slideHTML);t.slidesContainer.appendChild(e)})),this.showSlide(0,!0)))}},{key:"getElementIndex",value:function(e){var t=!1;return o(this.elements,(function(i,n){if(O(i,"node")&&i.node==e)return t=n,!0})),t}},{key:"getElements",value:function(){var e=this,t=[];this.elements=this.elements?this.elements:[],!I(this.settings.elements)&&E(this.settings.elements)&&this.settings.elements.length&&o(this.settings.elements,(function(i,n){var s=new $(i,e,n),o=s.getConfig(),r=l({},o);r.node=!1,r.index=n,r.instance=s,r.slideConfig=o,t.push(r)}));var i=!1;return this.getSelector()&&(i=document.querySelectorAll(this.getSelector())),i?(o(i,(function(i,n){var s=new $(i,e,n),o=s.getConfig(),r=l({},o);r.node=i,r.index=n,r.instance=s,r.slideConfig=o,r.gallery=i.getAttribute("data-gallery"),t.push(r)})),t):t}},{key:"getGalleryElements",value:function(e,t){return e.filter((function(e){return e.gallery==t}))}},{key:"getSelector",value:function(){return!this.settings.elements&&(this.settings.selector&&"data-"==this.settings.selector.substring(0,5)?"*[".concat(this.settings.selector,"]"):this.settings.selector)}},{key:"getActiveSlide",value:function(){return this.slidesContainer.querySelectorAll(".gslide")[this.index]}},{key:"getActiveSlideIndex",value:function(){return this.index}},{key:"getAnimationClasses",value:function(){var e=[];for(var t in this.settings.cssEfects)if(this.settings.cssEfects.hasOwnProperty(t)){var i=this.settings.cssEfects[t];e.push("g".concat(i.in)),e.push("g".concat(i.out))}return e.join(" ")}},{key:"build",value:function(){var e=this;if(this.built)return!1;var t=document.body.childNodes,i=[];o(t,(function(e){e.parentNode==document.body&&"#"!==e.nodeName.charAt(0)&&e.hasAttribute&&!e.hasAttribute("aria-hidden")&&(i.push(e),e.setAttribute("aria-hidden","true"))}));var n=O(this.settings.svg,"next")?this.settings.svg.next:"",s=O(this.settings.svg,"prev")?this.settings.svg.prev:"",l=O(this.settings.svg,"close")?this.settings.svg.close:"",r=this.settings.lightboxHTML;r=m(r=(r=(r=r.replace(/{nextSVG}/g,n)).replace(/{prevSVG}/g,s)).replace(/{closeSVG}/g,l)),document.body.appendChild(r);var d=document.getElementById("glightbox-body");this.modal=d;var g=d.querySelector(".gclose");this.prevButton=d.querySelector(".gprev"),this.nextButton=d.querySelector(".gnext"),this.overlay=d.querySelector(".goverlay"),this.loader=d.querySelector(".gloader"),this.slidesContainer=document.getElementById("glightbox-slider"),this.bodyHiddenChildElms=i,this.events={},h(this.modal,"glightbox-"+this.settings.skin),this.settings.closeButton&&g&&(this.events.close=a("click",{onElement:g,withCallback:function(t,i){t.preventDefault(),e.close()}})),g&&!this.settings.closeButton&&g.parentNode.removeChild(g),this.nextButton&&(this.events.next=a("click",{onElement:this.nextButton,withCallback:function(t,i){t.preventDefault(),e.nextSlide()}})),this.prevButton&&(this.events.prev=a("click",{onElement:this.prevButton,withCallback:function(t,i){t.preventDefault(),e.prevSlide()}})),this.settings.closeOnOutsideClick&&(this.events.outClose=a("click",{onElement:d,withCallback:function(t,i){e.preventOutsideClick||c(document.body,"glightbox-mobile")||u(t.target,".ginner-container")||u(t.target,".gbtn")||c(t.target,"gnext")||c(t.target,"gprev")||e.close()}})),o(this.elements,(function(t,i){e.slidesContainer.appendChild(t.instance.create()),t.slideNode=e.slidesContainer.querySelectorAll(".gslide")[i]})),K&&h(document.body,"glightbox-touch"),this.events.resize=a("resize",{onElement:window,withCallback:function(){e.resize()}}),this.built=!0}},{key:"resize",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;if((e=e||this.activeSlide)&&!c(e,"zoomed")){var t=y(),i=e.querySelector(".gvideo-wrapper"),n=e.querySelector(".gslide-image"),s=this.slideDescription,l=t.width,o=t.height;if(l<=768?h(document.body,"glightbox-mobile"):d(document.body,"glightbox-mobile"),i||n){var r=!1;if(s&&(c(s,"description-bottom")||c(s,"description-top"))&&!c(s,"gabsolute")&&(r=!0),n)if(l<=768)n.querySelector("img");else if(r){var a=s.offsetHeight,u=n.querySelector("img");u.setAttribute("style","max-height: calc(100vh - ".concat(a,"px)")),s.setAttribute("style","max-width: ".concat(u.offsetWidth,"px;"))}if(i){var g=O(this.settings.plyr.config,"ratio")?this.settings.plyr.config.ratio:"";if(!g){var v=i.clientWidth,f=i.clientHeight,p=v/f;g="".concat(v/p,":").concat(f/p)}var m=g.split(":"),x=this.settings.videosWidth,b=this.settings.videosWidth,S=(b=M(x)||-1!==x.indexOf("px")?parseInt(x):-1!==x.indexOf("vw")?l*parseInt(x)/100:-1!==x.indexOf("vh")?o*parseInt(x)/100:-1!==x.indexOf("%")?l*parseInt(x)/100:parseInt(i.clientWidth))/(parseInt(m[0])/parseInt(m[1]));if(S=Math.floor(S),r&&(o-=s.offsetHeight),b>l||S>o||ob){var w=i.offsetWidth,T=i.offsetHeight,C=o/T,k={width:w*C,height:T*C};i.parentNode.setAttribute("style","max-width: ".concat(k.width,"px")),r&&s.setAttribute("style","max-width: ".concat(k.width,"px;"))}else i.parentNode.style.maxWidth="".concat(x),r&&s.setAttribute("style","max-width: ".concat(x,";"))}}}}},{key:"reload",value:function(){this.init()}},{key:"updateNavigationClasses",value:function(){var e=this.loop();d(this.nextButton,"disabled"),d(this.prevButton,"disabled"),0==this.index&&this.elements.length-1==0?(h(this.prevButton,"disabled"),h(this.nextButton,"disabled")):0!==this.index||e?this.index!==this.elements.length-1||e||h(this.nextButton,"disabled"):h(this.prevButton,"disabled")}},{key:"loop",value:function(){var e=O(this.settings,"loopAtEnd")?this.settings.loopAtEnd:null;return e=O(this.settings,"loop")?this.settings.loop:e,e}},{key:"close",value:function(){var e=this;if(!this.lightboxOpen){if(this.events){for(var t in this.events)this.events.hasOwnProperty(t)&&this.events[t].destroy();this.events=null}return!1}if(this.closing)return!1;this.closing=!0,this.slidePlayerPause(this.activeSlide),this.fullElementsList&&(this.elements=this.fullElementsList),this.bodyHiddenChildElms.length&&o(this.bodyHiddenChildElms,(function(e){e.removeAttribute("aria-hidden")})),h(this.modal,"glightbox-closing"),g(this.overlay,"none"==this.settings.openEffect?"none":this.settings.cssEfects.fade.out),g(this.activeSlide,this.settings.cssEfects[this.settings.closeEffect].out,(function(){if(e.activeSlide=null,e.prevActiveSlideIndex=null,e.prevActiveSlide=null,e.built=!1,e.events){for(var t in e.events)e.events.hasOwnProperty(t)&&e.events[t].destroy();e.events=null}var i=document.body;d(Q,"glightbox-open"),d(i,"glightbox-open touching gdesc-open glightbox-touch glightbox-mobile gscrollbar-fixer"),e.modal.parentNode.removeChild(e.modal),e.trigger("close"),T(e.settings.onClose)&&e.settings.onClose();var n=document.querySelector(".gcss-styles");n&&n.parentNode.removeChild(n),e.lightboxOpen=!1,e.closing=null}))}},{key:"destroy",value:function(){this.close(),this.clearAllEvents(),this.baseEvents&&this.baseEvents.destroy()}},{key:"on",value:function(e,t){var i=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(!e||!T(t))throw new TypeError("Event name and callback must be defined");this.apiEvents.push({evt:e,once:i,callback:t})}},{key:"once",value:function(e,t){this.on(e,t,!0)}},{key:"trigger",value:function(e){var t=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=[];o(this.apiEvents,(function(t,s){var l=t.evt,o=t.once,r=t.callback;l==e&&(r(i),o&&n.push(s))})),n.length&&o(n,(function(e){return t.apiEvents.splice(e,1)}))}},{key:"clearAllEvents",value:function(){this.apiEvents.splice(0,this.apiEvents.length)}},{key:"version",value:function(){return"3.1.0"}}]),e}();return function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=new te(e);return t.init(),t}})); \ No newline at end of file diff --git a/_freeze/site_libs/quarto-contrib/glightbox/lightbox.css b/_freeze/site_libs/quarto-contrib/glightbox/lightbox.css new file mode 100644 index 0000000..2c29fe1 --- /dev/null +++ b/_freeze/site_libs/quarto-contrib/glightbox/lightbox.css @@ -0,0 +1,22 @@ +body:not(.glightbox-mobile) div.gslide div.gslide-description, +body:not(.glightbox-mobile) div.gslide-description .gslide-title, +body:not(.glightbox-mobile) div.gslide-description .gslide-desc { + color: var(--quarto-body-color); + background-color: var(--quarto-body-bg); +} + +.goverlay { + background: rgba(0, 0, 0, 0.7); +} + +div.gslide-description .gslide-title { + margin-top: 0.25em; + margin-bottom: 0.25em; + font-weight: 500; + font-family: inherit; +} + +div.gslide-description .gslide-desc { + padding-bottom: 0.5em; + font-family: inherit; +} diff --git a/_freeze/site_libs/quarto-html/anchor.min.js b/_freeze/site_libs/quarto-html/anchor.min.js new file mode 100644 index 0000000..5ac814d --- /dev/null +++ b/_freeze/site_libs/quarto-html/anchor.min.js @@ -0,0 +1,9 @@ +// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat +// +// AnchorJS - v5.0.0 - 2023-01-18 +// https://www.bryanbraun.com/anchorjs/ +// Copyright (c) 2023 Bryan Braun; Licensed MIT +// +// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat +!function(A,e){"use strict";"function"==typeof define&&define.amd?define([],e):"object"==typeof module&&module.exports?module.exports=e():(A.AnchorJS=e(),A.anchors=new A.AnchorJS)}(globalThis,function(){"use strict";return function(A){function u(A){A.icon=Object.prototype.hasOwnProperty.call(A,"icon")?A.icon:"",A.visible=Object.prototype.hasOwnProperty.call(A,"visible")?A.visible:"hover",A.placement=Object.prototype.hasOwnProperty.call(A,"placement")?A.placement:"right",A.ariaLabel=Object.prototype.hasOwnProperty.call(A,"ariaLabel")?A.ariaLabel:"Anchor",A.class=Object.prototype.hasOwnProperty.call(A,"class")?A.class:"",A.base=Object.prototype.hasOwnProperty.call(A,"base")?A.base:"",A.truncate=Object.prototype.hasOwnProperty.call(A,"truncate")?Math.floor(A.truncate):64,A.titleText=Object.prototype.hasOwnProperty.call(A,"titleText")?A.titleText:""}function d(A){var e;if("string"==typeof A||A instanceof String)e=[].slice.call(document.querySelectorAll(A));else{if(!(Array.isArray(A)||A instanceof NodeList))throw new TypeError("The selector provided to AnchorJS was invalid.");e=[].slice.call(A)}return e}this.options=A||{},this.elements=[],u(this.options),this.add=function(A){var e,t,o,i,n,s,a,r,l,c,h,p=[];if(u(this.options),0!==(e=d(A=A||"h2, h3, h4, h5, h6")).length){for(null===document.head.querySelector("style.anchorjs")&&((A=document.createElement("style")).className="anchorjs",A.appendChild(document.createTextNode("")),void 0===(h=document.head.querySelector('[rel="stylesheet"],style'))?document.head.appendChild(A):document.head.insertBefore(A,h),A.sheet.insertRule(".anchorjs-link{opacity:0;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}",A.sheet.cssRules.length),A.sheet.insertRule(":hover>.anchorjs-link,.anchorjs-link:focus{opacity:1}",A.sheet.cssRules.length),A.sheet.insertRule("[data-anchorjs-icon]::after{content:attr(data-anchorjs-icon)}",A.sheet.cssRules.length),A.sheet.insertRule('@font-face{font-family:anchorjs-icons;src:url(data:n/a;base64,AAEAAAALAIAAAwAwT1MvMg8yG2cAAAE4AAAAYGNtYXDp3gC3AAABpAAAAExnYXNwAAAAEAAAA9wAAAAIZ2x5ZlQCcfwAAAH4AAABCGhlYWQHFvHyAAAAvAAAADZoaGVhBnACFwAAAPQAAAAkaG10eASAADEAAAGYAAAADGxvY2EACACEAAAB8AAAAAhtYXhwAAYAVwAAARgAAAAgbmFtZQGOH9cAAAMAAAAAunBvc3QAAwAAAAADvAAAACAAAQAAAAEAAHzE2p9fDzz1AAkEAAAAAADRecUWAAAAANQA6R8AAAAAAoACwAAAAAgAAgAAAAAAAAABAAADwP/AAAACgAAA/9MCrQABAAAAAAAAAAAAAAAAAAAAAwABAAAAAwBVAAIAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAMCQAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAg//0DwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAAIAAAACgAAxAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADAAAAAIAAgAAgAAACDpy//9//8AAAAg6cv//f///+EWNwADAAEAAAAAAAAAAAAAAAAACACEAAEAAAAAAAAAAAAAAAAxAAACAAQARAKAAsAAKwBUAAABIiYnJjQ3NzY2MzIWFxYUBwcGIicmNDc3NjQnJiYjIgYHBwYUFxYUBwYGIwciJicmNDc3NjIXFhQHBwYUFxYWMzI2Nzc2NCcmNDc2MhcWFAcHBgYjARQGDAUtLXoWOR8fORYtLTgKGwoKCjgaGg0gEhIgDXoaGgkJBQwHdR85Fi0tOAobCgoKOBoaDSASEiANehoaCQkKGwotLXoWOR8BMwUFLYEuehYXFxYugC44CQkKGwo4GkoaDQ0NDXoaShoKGwoFBe8XFi6ALjgJCQobCjgaShoNDQ0NehpKGgobCgoKLYEuehYXAAAADACWAAEAAAAAAAEACAAAAAEAAAAAAAIAAwAIAAEAAAAAAAMACAAAAAEAAAAAAAQACAAAAAEAAAAAAAUAAQALAAEAAAAAAAYACAAAAAMAAQQJAAEAEAAMAAMAAQQJAAIABgAcAAMAAQQJAAMAEAAMAAMAAQQJAAQAEAAMAAMAAQQJAAUAAgAiAAMAAQQJAAYAEAAMYW5jaG9yanM0MDBAAGEAbgBjAGgAbwByAGoAcwA0ADAAMABAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAP) format("truetype")}',A.sheet.cssRules.length)),h=document.querySelectorAll("[id]"),t=[].map.call(h,function(A){return A.id}),i=0;i\]./()*\\\n\t\b\v\u00A0]/g,"-").replace(/-{2,}/g,"-").substring(0,this.options.truncate).replace(/^-+|-+$/gm,"").toLowerCase()},this.hasAnchorJSLink=function(A){var e=A.firstChild&&-1<(" "+A.firstChild.className+" ").indexOf(" anchorjs-link "),A=A.lastChild&&-1<(" "+A.lastChild.className+" ").indexOf(" anchorjs-link ");return e||A||!1}}}); +// @license-end \ No newline at end of file diff --git a/_freeze/site_libs/quarto-html/popper.min.js b/_freeze/site_libs/quarto-html/popper.min.js new file mode 100644 index 0000000..e3726d7 --- /dev/null +++ b/_freeze/site_libs/quarto-html/popper.min.js @@ -0,0 +1,6 @@ +/** + * @popperjs/core v2.11.7 - MIT License + */ + +!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).Popper={})}(this,(function(e){"use strict";function t(e){if(null==e)return window;if("[object Window]"!==e.toString()){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function n(e){return e instanceof t(e).Element||e instanceof Element}function r(e){return e instanceof t(e).HTMLElement||e instanceof HTMLElement}function o(e){return"undefined"!=typeof ShadowRoot&&(e instanceof t(e).ShadowRoot||e instanceof ShadowRoot)}var i=Math.max,a=Math.min,s=Math.round;function f(){var e=navigator.userAgentData;return null!=e&&e.brands&&Array.isArray(e.brands)?e.brands.map((function(e){return e.brand+"/"+e.version})).join(" "):navigator.userAgent}function c(){return!/^((?!chrome|android).)*safari/i.test(f())}function p(e,o,i){void 0===o&&(o=!1),void 0===i&&(i=!1);var a=e.getBoundingClientRect(),f=1,p=1;o&&r(e)&&(f=e.offsetWidth>0&&s(a.width)/e.offsetWidth||1,p=e.offsetHeight>0&&s(a.height)/e.offsetHeight||1);var u=(n(e)?t(e):window).visualViewport,l=!c()&&i,d=(a.left+(l&&u?u.offsetLeft:0))/f,h=(a.top+(l&&u?u.offsetTop:0))/p,m=a.width/f,v=a.height/p;return{width:m,height:v,top:h,right:d+m,bottom:h+v,left:d,x:d,y:h}}function u(e){var n=t(e);return{scrollLeft:n.pageXOffset,scrollTop:n.pageYOffset}}function l(e){return e?(e.nodeName||"").toLowerCase():null}function d(e){return((n(e)?e.ownerDocument:e.document)||window.document).documentElement}function h(e){return p(d(e)).left+u(e).scrollLeft}function m(e){return t(e).getComputedStyle(e)}function v(e){var t=m(e),n=t.overflow,r=t.overflowX,o=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+o+r)}function y(e,n,o){void 0===o&&(o=!1);var i,a,f=r(n),c=r(n)&&function(e){var t=e.getBoundingClientRect(),n=s(t.width)/e.offsetWidth||1,r=s(t.height)/e.offsetHeight||1;return 1!==n||1!==r}(n),m=d(n),y=p(e,c,o),g={scrollLeft:0,scrollTop:0},b={x:0,y:0};return(f||!f&&!o)&&(("body"!==l(n)||v(m))&&(g=(i=n)!==t(i)&&r(i)?{scrollLeft:(a=i).scrollLeft,scrollTop:a.scrollTop}:u(i)),r(n)?((b=p(n,!0)).x+=n.clientLeft,b.y+=n.clientTop):m&&(b.x=h(m))),{x:y.left+g.scrollLeft-b.x,y:y.top+g.scrollTop-b.y,width:y.width,height:y.height}}function g(e){var t=p(e),n=e.offsetWidth,r=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-r)<=1&&(r=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:r}}function b(e){return"html"===l(e)?e:e.assignedSlot||e.parentNode||(o(e)?e.host:null)||d(e)}function x(e){return["html","body","#document"].indexOf(l(e))>=0?e.ownerDocument.body:r(e)&&v(e)?e:x(b(e))}function w(e,n){var r;void 0===n&&(n=[]);var o=x(e),i=o===(null==(r=e.ownerDocument)?void 0:r.body),a=t(o),s=i?[a].concat(a.visualViewport||[],v(o)?o:[]):o,f=n.concat(s);return i?f:f.concat(w(b(s)))}function O(e){return["table","td","th"].indexOf(l(e))>=0}function j(e){return r(e)&&"fixed"!==m(e).position?e.offsetParent:null}function E(e){for(var n=t(e),i=j(e);i&&O(i)&&"static"===m(i).position;)i=j(i);return i&&("html"===l(i)||"body"===l(i)&&"static"===m(i).position)?n:i||function(e){var t=/firefox/i.test(f());if(/Trident/i.test(f())&&r(e)&&"fixed"===m(e).position)return null;var n=b(e);for(o(n)&&(n=n.host);r(n)&&["html","body"].indexOf(l(n))<0;){var i=m(n);if("none"!==i.transform||"none"!==i.perspective||"paint"===i.contain||-1!==["transform","perspective"].indexOf(i.willChange)||t&&"filter"===i.willChange||t&&i.filter&&"none"!==i.filter)return n;n=n.parentNode}return null}(e)||n}var D="top",A="bottom",L="right",P="left",M="auto",k=[D,A,L,P],W="start",B="end",H="viewport",T="popper",R=k.reduce((function(e,t){return e.concat([t+"-"+W,t+"-"+B])}),[]),S=[].concat(k,[M]).reduce((function(e,t){return e.concat([t,t+"-"+W,t+"-"+B])}),[]),V=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function q(e){var t=new Map,n=new Set,r=[];function o(e){n.add(e.name),[].concat(e.requires||[],e.requiresIfExists||[]).forEach((function(e){if(!n.has(e)){var r=t.get(e);r&&o(r)}})),r.push(e)}return e.forEach((function(e){t.set(e.name,e)})),e.forEach((function(e){n.has(e.name)||o(e)})),r}function C(e){return e.split("-")[0]}function N(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&o(n)){var r=t;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function I(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function _(e,r,o){return r===H?I(function(e,n){var r=t(e),o=d(e),i=r.visualViewport,a=o.clientWidth,s=o.clientHeight,f=0,p=0;if(i){a=i.width,s=i.height;var u=c();(u||!u&&"fixed"===n)&&(f=i.offsetLeft,p=i.offsetTop)}return{width:a,height:s,x:f+h(e),y:p}}(e,o)):n(r)?function(e,t){var n=p(e,!1,"fixed"===t);return n.top=n.top+e.clientTop,n.left=n.left+e.clientLeft,n.bottom=n.top+e.clientHeight,n.right=n.left+e.clientWidth,n.width=e.clientWidth,n.height=e.clientHeight,n.x=n.left,n.y=n.top,n}(r,o):I(function(e){var t,n=d(e),r=u(e),o=null==(t=e.ownerDocument)?void 0:t.body,a=i(n.scrollWidth,n.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),s=i(n.scrollHeight,n.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),f=-r.scrollLeft+h(e),c=-r.scrollTop;return"rtl"===m(o||n).direction&&(f+=i(n.clientWidth,o?o.clientWidth:0)-a),{width:a,height:s,x:f,y:c}}(d(e)))}function F(e,t,o,s){var f="clippingParents"===t?function(e){var t=w(b(e)),o=["absolute","fixed"].indexOf(m(e).position)>=0&&r(e)?E(e):e;return n(o)?t.filter((function(e){return n(e)&&N(e,o)&&"body"!==l(e)})):[]}(e):[].concat(t),c=[].concat(f,[o]),p=c[0],u=c.reduce((function(t,n){var r=_(e,n,s);return t.top=i(r.top,t.top),t.right=a(r.right,t.right),t.bottom=a(r.bottom,t.bottom),t.left=i(r.left,t.left),t}),_(e,p,s));return u.width=u.right-u.left,u.height=u.bottom-u.top,u.x=u.left,u.y=u.top,u}function U(e){return e.split("-")[1]}function z(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function X(e){var t,n=e.reference,r=e.element,o=e.placement,i=o?C(o):null,a=o?U(o):null,s=n.x+n.width/2-r.width/2,f=n.y+n.height/2-r.height/2;switch(i){case D:t={x:s,y:n.y-r.height};break;case A:t={x:s,y:n.y+n.height};break;case L:t={x:n.x+n.width,y:f};break;case P:t={x:n.x-r.width,y:f};break;default:t={x:n.x,y:n.y}}var c=i?z(i):null;if(null!=c){var p="y"===c?"height":"width";switch(a){case W:t[c]=t[c]-(n[p]/2-r[p]/2);break;case B:t[c]=t[c]+(n[p]/2-r[p]/2)}}return t}function Y(e){return Object.assign({},{top:0,right:0,bottom:0,left:0},e)}function G(e,t){return t.reduce((function(t,n){return t[n]=e,t}),{})}function J(e,t){void 0===t&&(t={});var r=t,o=r.placement,i=void 0===o?e.placement:o,a=r.strategy,s=void 0===a?e.strategy:a,f=r.boundary,c=void 0===f?"clippingParents":f,u=r.rootBoundary,l=void 0===u?H:u,h=r.elementContext,m=void 0===h?T:h,v=r.altBoundary,y=void 0!==v&&v,g=r.padding,b=void 0===g?0:g,x=Y("number"!=typeof b?b:G(b,k)),w=m===T?"reference":T,O=e.rects.popper,j=e.elements[y?w:m],E=F(n(j)?j:j.contextElement||d(e.elements.popper),c,l,s),P=p(e.elements.reference),M=X({reference:P,element:O,strategy:"absolute",placement:i}),W=I(Object.assign({},O,M)),B=m===T?W:P,R={top:E.top-B.top+x.top,bottom:B.bottom-E.bottom+x.bottom,left:E.left-B.left+x.left,right:B.right-E.right+x.right},S=e.modifiersData.offset;if(m===T&&S){var V=S[i];Object.keys(R).forEach((function(e){var t=[L,A].indexOf(e)>=0?1:-1,n=[D,A].indexOf(e)>=0?"y":"x";R[e]+=V[n]*t}))}return R}var K={placement:"bottom",modifiers:[],strategy:"absolute"};function Q(){for(var e=arguments.length,t=new Array(e),n=0;n=0?-1:1,i="function"==typeof n?n(Object.assign({},t,{placement:e})):n,a=i[0],s=i[1];return a=a||0,s=(s||0)*o,[P,L].indexOf(r)>=0?{x:s,y:a}:{x:a,y:s}}(n,t.rects,i),e}),{}),s=a[t.placement],f=s.x,c=s.y;null!=t.modifiersData.popperOffsets&&(t.modifiersData.popperOffsets.x+=f,t.modifiersData.popperOffsets.y+=c),t.modifiersData[r]=a}},se={left:"right",right:"left",bottom:"top",top:"bottom"};function fe(e){return e.replace(/left|right|bottom|top/g,(function(e){return se[e]}))}var ce={start:"end",end:"start"};function pe(e){return e.replace(/start|end/g,(function(e){return ce[e]}))}function ue(e,t){void 0===t&&(t={});var n=t,r=n.placement,o=n.boundary,i=n.rootBoundary,a=n.padding,s=n.flipVariations,f=n.allowedAutoPlacements,c=void 0===f?S:f,p=U(r),u=p?s?R:R.filter((function(e){return U(e)===p})):k,l=u.filter((function(e){return c.indexOf(e)>=0}));0===l.length&&(l=u);var d=l.reduce((function(t,n){return t[n]=J(e,{placement:n,boundary:o,rootBoundary:i,padding:a})[C(n)],t}),{});return Object.keys(d).sort((function(e,t){return d[e]-d[t]}))}var le={name:"flip",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,r=e.name;if(!t.modifiersData[r]._skip){for(var o=n.mainAxis,i=void 0===o||o,a=n.altAxis,s=void 0===a||a,f=n.fallbackPlacements,c=n.padding,p=n.boundary,u=n.rootBoundary,l=n.altBoundary,d=n.flipVariations,h=void 0===d||d,m=n.allowedAutoPlacements,v=t.options.placement,y=C(v),g=f||(y===v||!h?[fe(v)]:function(e){if(C(e)===M)return[];var t=fe(e);return[pe(e),t,pe(t)]}(v)),b=[v].concat(g).reduce((function(e,n){return e.concat(C(n)===M?ue(t,{placement:n,boundary:p,rootBoundary:u,padding:c,flipVariations:h,allowedAutoPlacements:m}):n)}),[]),x=t.rects.reference,w=t.rects.popper,O=new Map,j=!0,E=b[0],k=0;k=0,S=R?"width":"height",V=J(t,{placement:B,boundary:p,rootBoundary:u,altBoundary:l,padding:c}),q=R?T?L:P:T?A:D;x[S]>w[S]&&(q=fe(q));var N=fe(q),I=[];if(i&&I.push(V[H]<=0),s&&I.push(V[q]<=0,V[N]<=0),I.every((function(e){return e}))){E=B,j=!1;break}O.set(B,I)}if(j)for(var _=function(e){var t=b.find((function(t){var n=O.get(t);if(n)return n.slice(0,e).every((function(e){return e}))}));if(t)return E=t,"break"},F=h?3:1;F>0;F--){if("break"===_(F))break}t.placement!==E&&(t.modifiersData[r]._skip=!0,t.placement=E,t.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}};function de(e,t,n){return i(e,a(t,n))}var he={name:"preventOverflow",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,r=e.name,o=n.mainAxis,s=void 0===o||o,f=n.altAxis,c=void 0!==f&&f,p=n.boundary,u=n.rootBoundary,l=n.altBoundary,d=n.padding,h=n.tether,m=void 0===h||h,v=n.tetherOffset,y=void 0===v?0:v,b=J(t,{boundary:p,rootBoundary:u,padding:d,altBoundary:l}),x=C(t.placement),w=U(t.placement),O=!w,j=z(x),M="x"===j?"y":"x",k=t.modifiersData.popperOffsets,B=t.rects.reference,H=t.rects.popper,T="function"==typeof y?y(Object.assign({},t.rects,{placement:t.placement})):y,R="number"==typeof T?{mainAxis:T,altAxis:T}:Object.assign({mainAxis:0,altAxis:0},T),S=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,V={x:0,y:0};if(k){if(s){var q,N="y"===j?D:P,I="y"===j?A:L,_="y"===j?"height":"width",F=k[j],X=F+b[N],Y=F-b[I],G=m?-H[_]/2:0,K=w===W?B[_]:H[_],Q=w===W?-H[_]:-B[_],Z=t.elements.arrow,$=m&&Z?g(Z):{width:0,height:0},ee=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},te=ee[N],ne=ee[I],re=de(0,B[_],$[_]),oe=O?B[_]/2-G-re-te-R.mainAxis:K-re-te-R.mainAxis,ie=O?-B[_]/2+G+re+ne+R.mainAxis:Q+re+ne+R.mainAxis,ae=t.elements.arrow&&E(t.elements.arrow),se=ae?"y"===j?ae.clientTop||0:ae.clientLeft||0:0,fe=null!=(q=null==S?void 0:S[j])?q:0,ce=F+ie-fe,pe=de(m?a(X,F+oe-fe-se):X,F,m?i(Y,ce):Y);k[j]=pe,V[j]=pe-F}if(c){var ue,le="x"===j?D:P,he="x"===j?A:L,me=k[M],ve="y"===M?"height":"width",ye=me+b[le],ge=me-b[he],be=-1!==[D,P].indexOf(x),xe=null!=(ue=null==S?void 0:S[M])?ue:0,we=be?ye:me-B[ve]-H[ve]-xe+R.altAxis,Oe=be?me+B[ve]+H[ve]-xe-R.altAxis:ge,je=m&&be?function(e,t,n){var r=de(e,t,n);return r>n?n:r}(we,me,Oe):de(m?we:ye,me,m?Oe:ge);k[M]=je,V[M]=je-me}t.modifiersData[r]=V}},requiresIfExists:["offset"]};var me={name:"arrow",enabled:!0,phase:"main",fn:function(e){var t,n=e.state,r=e.name,o=e.options,i=n.elements.arrow,a=n.modifiersData.popperOffsets,s=C(n.placement),f=z(s),c=[P,L].indexOf(s)>=0?"height":"width";if(i&&a){var p=function(e,t){return Y("number"!=typeof(e="function"==typeof e?e(Object.assign({},t.rects,{placement:t.placement})):e)?e:G(e,k))}(o.padding,n),u=g(i),l="y"===f?D:P,d="y"===f?A:L,h=n.rects.reference[c]+n.rects.reference[f]-a[f]-n.rects.popper[c],m=a[f]-n.rects.reference[f],v=E(i),y=v?"y"===f?v.clientHeight||0:v.clientWidth||0:0,b=h/2-m/2,x=p[l],w=y-u[c]-p[d],O=y/2-u[c]/2+b,j=de(x,O,w),M=f;n.modifiersData[r]=((t={})[M]=j,t.centerOffset=j-O,t)}},effect:function(e){var t=e.state,n=e.options.element,r=void 0===n?"[data-popper-arrow]":n;null!=r&&("string"!=typeof r||(r=t.elements.popper.querySelector(r)))&&N(t.elements.popper,r)&&(t.elements.arrow=r)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function ve(e,t,n){return void 0===n&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function ye(e){return[D,L,A,P].some((function(t){return e[t]>=0}))}var ge={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(e){var t=e.state,n=e.name,r=t.rects.reference,o=t.rects.popper,i=t.modifiersData.preventOverflow,a=J(t,{elementContext:"reference"}),s=J(t,{altBoundary:!0}),f=ve(a,r),c=ve(s,o,i),p=ye(f),u=ye(c);t.modifiersData[n]={referenceClippingOffsets:f,popperEscapeOffsets:c,isReferenceHidden:p,hasPopperEscaped:u},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":p,"data-popper-escaped":u})}},be=Z({defaultModifiers:[ee,te,oe,ie]}),xe=[ee,te,oe,ie,ae,le,he,me,ge],we=Z({defaultModifiers:xe});e.applyStyles=ie,e.arrow=me,e.computeStyles=oe,e.createPopper=we,e.createPopperLite=be,e.defaultModifiers=xe,e.detectOverflow=J,e.eventListeners=ee,e.flip=le,e.hide=ge,e.offset=ae,e.popperGenerator=Z,e.popperOffsets=te,e.preventOverflow=he,Object.defineProperty(e,"__esModule",{value:!0})})); + diff --git a/_freeze/site_libs/quarto-html/quarto-syntax-highlighting.css b/_freeze/site_libs/quarto-html/quarto-syntax-highlighting.css new file mode 100644 index 0000000..d9fd98f --- /dev/null +++ b/_freeze/site_libs/quarto-html/quarto-syntax-highlighting.css @@ -0,0 +1,203 @@ +/* quarto syntax highlight colors */ +:root { + --quarto-hl-ot-color: #003B4F; + --quarto-hl-at-color: #657422; + --quarto-hl-ss-color: #20794D; + --quarto-hl-an-color: #5E5E5E; + --quarto-hl-fu-color: #4758AB; + --quarto-hl-st-color: #20794D; + --quarto-hl-cf-color: #003B4F; + --quarto-hl-op-color: #5E5E5E; + --quarto-hl-er-color: #AD0000; + --quarto-hl-bn-color: #AD0000; + --quarto-hl-al-color: #AD0000; + --quarto-hl-va-color: #111111; + --quarto-hl-bu-color: inherit; + --quarto-hl-ex-color: inherit; + --quarto-hl-pp-color: #AD0000; + --quarto-hl-in-color: #5E5E5E; + --quarto-hl-vs-color: #20794D; + --quarto-hl-wa-color: #5E5E5E; + --quarto-hl-do-color: #5E5E5E; + --quarto-hl-im-color: #00769E; + --quarto-hl-ch-color: #20794D; + --quarto-hl-dt-color: #AD0000; + --quarto-hl-fl-color: #AD0000; + --quarto-hl-co-color: #5E5E5E; + --quarto-hl-cv-color: #5E5E5E; + --quarto-hl-cn-color: #8f5902; + --quarto-hl-sc-color: #5E5E5E; + --quarto-hl-dv-color: #AD0000; + --quarto-hl-kw-color: #003B4F; +} + +/* other quarto variables */ +:root { + --quarto-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; +} + +pre > code.sourceCode > span { + color: #003B4F; +} + +code span { + color: #003B4F; +} + +code.sourceCode > span { + color: #003B4F; +} + +div.sourceCode, +div.sourceCode pre.sourceCode { + color: #003B4F; +} + +code span.ot { + color: #003B4F; + font-style: inherit; +} + +code span.at { + color: #657422; + font-style: inherit; +} + +code span.ss { + color: #20794D; + font-style: inherit; +} + +code span.an { + color: #5E5E5E; + font-style: inherit; +} + +code span.fu { + color: #4758AB; + font-style: inherit; +} + +code span.st { + color: #20794D; + font-style: inherit; +} + +code span.cf { + color: #003B4F; + font-style: inherit; +} + +code span.op { + color: #5E5E5E; + font-style: inherit; +} + +code span.er { + color: #AD0000; + font-style: inherit; +} + +code span.bn { + color: #AD0000; + font-style: inherit; +} + +code span.al { + color: #AD0000; + font-style: inherit; +} + +code span.va { + color: #111111; + font-style: inherit; +} + +code span.bu { + font-style: inherit; +} + +code span.ex { + font-style: inherit; +} + +code span.pp { + color: #AD0000; + font-style: inherit; +} + +code span.in { + color: #5E5E5E; + font-style: inherit; +} + +code span.vs { + color: #20794D; + font-style: inherit; +} + +code span.wa { + color: #5E5E5E; + font-style: italic; +} + +code span.do { + color: #5E5E5E; + font-style: italic; +} + +code span.im { + color: #00769E; + font-style: inherit; +} + +code span.ch { + color: #20794D; + font-style: inherit; +} + +code span.dt { + color: #AD0000; + font-style: inherit; +} + +code span.fl { + color: #AD0000; + font-style: inherit; +} + +code span.co { + color: #5E5E5E; + font-style: inherit; +} + +code span.cv { + color: #5E5E5E; + font-style: italic; +} + +code span.cn { + color: #8f5902; + font-style: inherit; +} + +code span.sc { + color: #5E5E5E; + font-style: inherit; +} + +code span.dv { + color: #AD0000; + font-style: inherit; +} + +code span.kw { + color: #003B4F; + font-style: inherit; +} + +.prevent-inlining { + content: " { + // Find any conflicting margin elements and add margins to the + // top to prevent overlap + const marginChildren = window.document.querySelectorAll( + ".column-margin.column-container > * " + ); + + let lastBottom = 0; + for (const marginChild of marginChildren) { + if (marginChild.offsetParent !== null) { + // clear the top margin so we recompute it + marginChild.style.marginTop = null; + const top = marginChild.getBoundingClientRect().top + window.scrollY; + if (top < lastBottom) { + const margin = lastBottom - top; + marginChild.style.marginTop = `${margin}px`; + } + const styles = window.getComputedStyle(marginChild); + const marginTop = parseFloat(styles["marginTop"]); + lastBottom = top + marginChild.getBoundingClientRect().height + marginTop; + } + } +}; + +window.document.addEventListener("DOMContentLoaded", function (_event) { + // Recompute the position of margin elements anytime the body size changes + if (window.ResizeObserver) { + const resizeObserver = new window.ResizeObserver( + throttle(layoutMarginEls, 50) + ); + resizeObserver.observe(window.document.body); + } + + const tocEl = window.document.querySelector('nav.toc-active[role="doc-toc"]'); + const sidebarEl = window.document.getElementById("quarto-sidebar"); + const leftTocEl = window.document.getElementById("quarto-sidebar-toc-left"); + const marginSidebarEl = window.document.getElementById( + "quarto-margin-sidebar" + ); + // function to determine whether the element has a previous sibling that is active + const prevSiblingIsActiveLink = (el) => { + const sibling = el.previousElementSibling; + if (sibling && sibling.tagName === "A") { + return sibling.classList.contains("active"); + } else { + return false; + } + }; + + // fire slideEnter for bootstrap tab activations (for htmlwidget resize behavior) + function fireSlideEnter(e) { + const event = window.document.createEvent("Event"); + event.initEvent("slideenter", true, true); + window.document.dispatchEvent(event); + } + const tabs = window.document.querySelectorAll('a[data-bs-toggle="tab"]'); + tabs.forEach((tab) => { + tab.addEventListener("shown.bs.tab", fireSlideEnter); + }); + + // fire slideEnter for tabby tab activations (for htmlwidget resize behavior) + document.addEventListener("tabby", fireSlideEnter, false); + + // Track scrolling and mark TOC links as active + // get table of contents and sidebar (bail if we don't have at least one) + const tocLinks = tocEl + ? [...tocEl.querySelectorAll("a[data-scroll-target]")] + : []; + const makeActive = (link) => tocLinks[link].classList.add("active"); + const removeActive = (link) => tocLinks[link].classList.remove("active"); + const removeAllActive = () => + [...Array(tocLinks.length).keys()].forEach((link) => removeActive(link)); + + // activate the anchor for a section associated with this TOC entry + tocLinks.forEach((link) => { + link.addEventListener("click", () => { + if (link.href.indexOf("#") !== -1) { + const anchor = link.href.split("#")[1]; + const heading = window.document.querySelector( + `[data-anchor-id=${anchor}]` + ); + if (heading) { + // Add the class + heading.classList.add("reveal-anchorjs-link"); + + // function to show the anchor + const handleMouseout = () => { + heading.classList.remove("reveal-anchorjs-link"); + heading.removeEventListener("mouseout", handleMouseout); + }; + + // add a function to clear the anchor when the user mouses out of it + heading.addEventListener("mouseout", handleMouseout); + } + } + }); + }); + + const sections = tocLinks.map((link) => { + const target = link.getAttribute("data-scroll-target"); + if (target.startsWith("#")) { + return window.document.getElementById(decodeURI(`${target.slice(1)}`)); + } else { + return window.document.querySelector(decodeURI(`${target}`)); + } + }); + + const sectionMargin = 200; + let currentActive = 0; + // track whether we've initialized state the first time + let init = false; + + const updateActiveLink = () => { + // The index from bottom to top (e.g. reversed list) + let sectionIndex = -1; + if ( + window.innerHeight + window.pageYOffset >= + window.document.body.offsetHeight + ) { + sectionIndex = 0; + } else { + sectionIndex = [...sections].reverse().findIndex((section) => { + if (section) { + return window.pageYOffset >= section.offsetTop - sectionMargin; + } else { + return false; + } + }); + } + if (sectionIndex > -1) { + const current = sections.length - sectionIndex - 1; + if (current !== currentActive) { + removeAllActive(); + currentActive = current; + makeActive(current); + if (init) { + window.dispatchEvent(sectionChanged); + } + init = true; + } + } + }; + + const inHiddenRegion = (top, bottom, hiddenRegions) => { + for (const region of hiddenRegions) { + if (top <= region.bottom && bottom >= region.top) { + return true; + } + } + return false; + }; + + const categorySelector = "header.quarto-title-block .quarto-category"; + const activateCategories = (href) => { + // Find any categories + // Surround them with a link pointing back to: + // #category=Authoring + try { + const categoryEls = window.document.querySelectorAll(categorySelector); + for (const categoryEl of categoryEls) { + const categoryText = categoryEl.textContent; + if (categoryText) { + const link = `${href}#category=${encodeURIComponent(categoryText)}`; + const linkEl = window.document.createElement("a"); + linkEl.setAttribute("href", link); + for (const child of categoryEl.childNodes) { + linkEl.append(child); + } + categoryEl.appendChild(linkEl); + } + } + } catch { + // Ignore errors + } + }; + function hasTitleCategories() { + return window.document.querySelector(categorySelector) !== null; + } + + function offsetRelativeUrl(url) { + const offset = getMeta("quarto:offset"); + return offset ? offset + url : url; + } + + function offsetAbsoluteUrl(url) { + const offset = getMeta("quarto:offset"); + const baseUrl = new URL(offset, window.location); + + const projRelativeUrl = url.replace(baseUrl, ""); + if (projRelativeUrl.startsWith("/")) { + return projRelativeUrl; + } else { + return "/" + projRelativeUrl; + } + } + + // read a meta tag value + function getMeta(metaName) { + const metas = window.document.getElementsByTagName("meta"); + for (let i = 0; i < metas.length; i++) { + if (metas[i].getAttribute("name") === metaName) { + return metas[i].getAttribute("content"); + } + } + return ""; + } + + async function findAndActivateCategories() { + const currentPagePath = offsetAbsoluteUrl(window.location.href); + const response = await fetch(offsetRelativeUrl("listings.json")); + if (response.status == 200) { + return response.json().then(function (listingPaths) { + const listingHrefs = []; + for (const listingPath of listingPaths) { + const pathWithoutLeadingSlash = listingPath.listing.substring(1); + for (const item of listingPath.items) { + if ( + item === currentPagePath || + item === currentPagePath + "index.html" + ) { + // Resolve this path against the offset to be sure + // we already are using the correct path to the listing + // (this adjusts the listing urls to be rooted against + // whatever root the page is actually running against) + const relative = offsetRelativeUrl(pathWithoutLeadingSlash); + const baseUrl = window.location; + const resolvedPath = new URL(relative, baseUrl); + listingHrefs.push(resolvedPath.pathname); + break; + } + } + } + + // Look up the tree for a nearby linting and use that if we find one + const nearestListing = findNearestParentListing( + offsetAbsoluteUrl(window.location.pathname), + listingHrefs + ); + if (nearestListing) { + activateCategories(nearestListing); + } else { + // See if the referrer is a listing page for this item + const referredRelativePath = offsetAbsoluteUrl(document.referrer); + const referrerListing = listingHrefs.find((listingHref) => { + const isListingReferrer = + listingHref === referredRelativePath || + listingHref === referredRelativePath + "index.html"; + return isListingReferrer; + }); + + if (referrerListing) { + // Try to use the referrer if possible + activateCategories(referrerListing); + } else if (listingHrefs.length > 0) { + // Otherwise, just fall back to the first listing + activateCategories(listingHrefs[0]); + } + } + }); + } + } + if (hasTitleCategories()) { + findAndActivateCategories(); + } + + const findNearestParentListing = (href, listingHrefs) => { + if (!href || !listingHrefs) { + return undefined; + } + // Look up the tree for a nearby linting and use that if we find one + const relativeParts = href.substring(1).split("/"); + while (relativeParts.length > 0) { + const path = relativeParts.join("/"); + for (const listingHref of listingHrefs) { + if (listingHref.startsWith(path)) { + return listingHref; + } + } + relativeParts.pop(); + } + + return undefined; + }; + + const manageSidebarVisiblity = (el, placeholderDescriptor) => { + let isVisible = true; + let elRect; + + return (hiddenRegions) => { + if (el === null) { + return; + } + + // Find the last element of the TOC + const lastChildEl = el.lastElementChild; + + if (lastChildEl) { + // Converts the sidebar to a menu + const convertToMenu = () => { + for (const child of el.children) { + child.style.opacity = 0; + child.style.overflow = "hidden"; + } + + nexttick(() => { + const toggleContainer = window.document.createElement("div"); + toggleContainer.style.width = "100%"; + toggleContainer.classList.add("zindex-over-content"); + toggleContainer.classList.add("quarto-sidebar-toggle"); + toggleContainer.classList.add("headroom-target"); // Marks this to be managed by headeroom + toggleContainer.id = placeholderDescriptor.id; + toggleContainer.style.position = "fixed"; + + const toggleIcon = window.document.createElement("i"); + toggleIcon.classList.add("quarto-sidebar-toggle-icon"); + toggleIcon.classList.add("bi"); + toggleIcon.classList.add("bi-caret-down-fill"); + + const toggleTitle = window.document.createElement("div"); + const titleEl = window.document.body.querySelector( + placeholderDescriptor.titleSelector + ); + if (titleEl) { + toggleTitle.append( + titleEl.textContent || titleEl.innerText, + toggleIcon + ); + } + toggleTitle.classList.add("zindex-over-content"); + toggleTitle.classList.add("quarto-sidebar-toggle-title"); + toggleContainer.append(toggleTitle); + + const toggleContents = window.document.createElement("div"); + toggleContents.classList = el.classList; + toggleContents.classList.add("zindex-over-content"); + toggleContents.classList.add("quarto-sidebar-toggle-contents"); + for (const child of el.children) { + if (child.id === "toc-title") { + continue; + } + + const clone = child.cloneNode(true); + clone.style.opacity = 1; + clone.style.display = null; + toggleContents.append(clone); + } + toggleContents.style.height = "0px"; + const positionToggle = () => { + // position the element (top left of parent, same width as parent) + if (!elRect) { + elRect = el.getBoundingClientRect(); + } + toggleContainer.style.left = `${elRect.left}px`; + toggleContainer.style.top = `${elRect.top}px`; + toggleContainer.style.width = `${elRect.width}px`; + }; + positionToggle(); + + toggleContainer.append(toggleContents); + el.parentElement.prepend(toggleContainer); + + // Process clicks + let tocShowing = false; + // Allow the caller to control whether this is dismissed + // when it is clicked (e.g. sidebar navigation supports + // opening and closing the nav tree, so don't dismiss on click) + const clickEl = placeholderDescriptor.dismissOnClick + ? toggleContainer + : toggleTitle; + + const closeToggle = () => { + if (tocShowing) { + toggleContainer.classList.remove("expanded"); + toggleContents.style.height = "0px"; + tocShowing = false; + } + }; + + // Get rid of any expanded toggle if the user scrolls + window.document.addEventListener( + "scroll", + throttle(() => { + closeToggle(); + }, 50) + ); + + // Handle positioning of the toggle + window.addEventListener( + "resize", + throttle(() => { + elRect = undefined; + positionToggle(); + }, 50) + ); + + window.addEventListener("quarto-hrChanged", () => { + elRect = undefined; + }); + + // Process the click + clickEl.onclick = () => { + if (!tocShowing) { + toggleContainer.classList.add("expanded"); + toggleContents.style.height = null; + tocShowing = true; + } else { + closeToggle(); + } + }; + }); + }; + + // Converts a sidebar from a menu back to a sidebar + const convertToSidebar = () => { + for (const child of el.children) { + child.style.opacity = 1; + child.style.overflow = null; + } + + const placeholderEl = window.document.getElementById( + placeholderDescriptor.id + ); + if (placeholderEl) { + placeholderEl.remove(); + } + + el.classList.remove("rollup"); + }; + + if (isReaderMode()) { + convertToMenu(); + isVisible = false; + } else { + // Find the top and bottom o the element that is being managed + const elTop = el.offsetTop; + const elBottom = + elTop + lastChildEl.offsetTop + lastChildEl.offsetHeight; + + if (!isVisible) { + // If the element is current not visible reveal if there are + // no conflicts with overlay regions + if (!inHiddenRegion(elTop, elBottom, hiddenRegions)) { + convertToSidebar(); + isVisible = true; + } + } else { + // If the element is visible, hide it if it conflicts with overlay regions + // and insert a placeholder toggle (or if we're in reader mode) + if (inHiddenRegion(elTop, elBottom, hiddenRegions)) { + convertToMenu(); + isVisible = false; + } + } + } + } + }; + }; + + const tabEls = document.querySelectorAll('a[data-bs-toggle="tab"]'); + for (const tabEl of tabEls) { + const id = tabEl.getAttribute("data-bs-target"); + if (id) { + const columnEl = document.querySelector( + `${id} .column-margin, .tabset-margin-content` + ); + if (columnEl) + tabEl.addEventListener("shown.bs.tab", function (event) { + const el = event.srcElement; + if (el) { + const visibleCls = `${el.id}-margin-content`; + // walk up until we find a parent tabset + let panelTabsetEl = el.parentElement; + while (panelTabsetEl) { + if (panelTabsetEl.classList.contains("panel-tabset")) { + break; + } + panelTabsetEl = panelTabsetEl.parentElement; + } + + if (panelTabsetEl) { + const prevSib = panelTabsetEl.previousElementSibling; + if ( + prevSib && + prevSib.classList.contains("tabset-margin-container") + ) { + const childNodes = prevSib.querySelectorAll( + ".tabset-margin-content" + ); + for (const childEl of childNodes) { + if (childEl.classList.contains(visibleCls)) { + childEl.classList.remove("collapse"); + } else { + childEl.classList.add("collapse"); + } + } + } + } + } + + layoutMarginEls(); + }); + } + } + + // Manage the visibility of the toc and the sidebar + const marginScrollVisibility = manageSidebarVisiblity(marginSidebarEl, { + id: "quarto-toc-toggle", + titleSelector: "#toc-title", + dismissOnClick: true, + }); + const sidebarScrollVisiblity = manageSidebarVisiblity(sidebarEl, { + id: "quarto-sidebarnav-toggle", + titleSelector: ".title", + dismissOnClick: false, + }); + let tocLeftScrollVisibility; + if (leftTocEl) { + tocLeftScrollVisibility = manageSidebarVisiblity(leftTocEl, { + id: "quarto-lefttoc-toggle", + titleSelector: "#toc-title", + dismissOnClick: true, + }); + } + + // Find the first element that uses formatting in special columns + const conflictingEls = window.document.body.querySelectorAll( + '[class^="column-"], [class*=" column-"], aside, [class*="margin-caption"], [class*=" margin-caption"], [class*="margin-ref"], [class*=" margin-ref"]' + ); + + // Filter all the possibly conflicting elements into ones + // the do conflict on the left or ride side + const arrConflictingEls = Array.from(conflictingEls); + const leftSideConflictEls = arrConflictingEls.filter((el) => { + if (el.tagName === "ASIDE") { + return false; + } + return Array.from(el.classList).find((className) => { + return ( + className !== "column-body" && + className.startsWith("column-") && + !className.endsWith("right") && + !className.endsWith("container") && + className !== "column-margin" + ); + }); + }); + const rightSideConflictEls = arrConflictingEls.filter((el) => { + if (el.tagName === "ASIDE") { + return true; + } + + const hasMarginCaption = Array.from(el.classList).find((className) => { + return className == "margin-caption"; + }); + if (hasMarginCaption) { + return true; + } + + return Array.from(el.classList).find((className) => { + return ( + className !== "column-body" && + !className.endsWith("container") && + className.startsWith("column-") && + !className.endsWith("left") + ); + }); + }); + + const kOverlapPaddingSize = 10; + function toRegions(els) { + return els.map((el) => { + const boundRect = el.getBoundingClientRect(); + const top = + boundRect.top + + document.documentElement.scrollTop - + kOverlapPaddingSize; + return { + top, + bottom: top + el.scrollHeight + 2 * kOverlapPaddingSize, + }; + }); + } + + let hasObserved = false; + const visibleItemObserver = (els) => { + let visibleElements = [...els]; + const intersectionObserver = new IntersectionObserver( + (entries, _observer) => { + entries.forEach((entry) => { + if (entry.isIntersecting) { + if (visibleElements.indexOf(entry.target) === -1) { + visibleElements.push(entry.target); + } + } else { + visibleElements = visibleElements.filter((visibleEntry) => { + return visibleEntry !== entry; + }); + } + }); + + if (!hasObserved) { + hideOverlappedSidebars(); + } + hasObserved = true; + }, + {} + ); + els.forEach((el) => { + intersectionObserver.observe(el); + }); + + return { + getVisibleEntries: () => { + return visibleElements; + }, + }; + }; + + const rightElementObserver = visibleItemObserver(rightSideConflictEls); + const leftElementObserver = visibleItemObserver(leftSideConflictEls); + + const hideOverlappedSidebars = () => { + marginScrollVisibility(toRegions(rightElementObserver.getVisibleEntries())); + sidebarScrollVisiblity(toRegions(leftElementObserver.getVisibleEntries())); + if (tocLeftScrollVisibility) { + tocLeftScrollVisibility( + toRegions(leftElementObserver.getVisibleEntries()) + ); + } + }; + + window.quartoToggleReader = () => { + // Applies a slow class (or removes it) + // to update the transition speed + const slowTransition = (slow) => { + const manageTransition = (id, slow) => { + const el = document.getElementById(id); + if (el) { + if (slow) { + el.classList.add("slow"); + } else { + el.classList.remove("slow"); + } + } + }; + + manageTransition("TOC", slow); + manageTransition("quarto-sidebar", slow); + }; + const readerMode = !isReaderMode(); + setReaderModeValue(readerMode); + + // If we're entering reader mode, slow the transition + if (readerMode) { + slowTransition(readerMode); + } + highlightReaderToggle(readerMode); + hideOverlappedSidebars(); + + // If we're exiting reader mode, restore the non-slow transition + if (!readerMode) { + slowTransition(!readerMode); + } + }; + + const highlightReaderToggle = (readerMode) => { + const els = document.querySelectorAll(".quarto-reader-toggle"); + if (els) { + els.forEach((el) => { + if (readerMode) { + el.classList.add("reader"); + } else { + el.classList.remove("reader"); + } + }); + } + }; + + const setReaderModeValue = (val) => { + if (window.location.protocol !== "file:") { + window.localStorage.setItem("quarto-reader-mode", val); + } else { + localReaderMode = val; + } + }; + + const isReaderMode = () => { + if (window.location.protocol !== "file:") { + return window.localStorage.getItem("quarto-reader-mode") === "true"; + } else { + return localReaderMode; + } + }; + let localReaderMode = null; + + const tocOpenDepthStr = tocEl?.getAttribute("data-toc-expanded"); + const tocOpenDepth = tocOpenDepthStr ? Number(tocOpenDepthStr) : 1; + + // Walk the TOC and collapse/expand nodes + // Nodes are expanded if: + // - they are top level + // - they have children that are 'active' links + // - they are directly below an link that is 'active' + const walk = (el, depth) => { + // Tick depth when we enter a UL + if (el.tagName === "UL") { + depth = depth + 1; + } + + // It this is active link + let isActiveNode = false; + if (el.tagName === "A" && el.classList.contains("active")) { + isActiveNode = true; + } + + // See if there is an active child to this element + let hasActiveChild = false; + for (child of el.children) { + hasActiveChild = walk(child, depth) || hasActiveChild; + } + + // Process the collapse state if this is an UL + if (el.tagName === "UL") { + if (tocOpenDepth === -1 && depth > 1) { + el.classList.add("collapse"); + } else if ( + depth <= tocOpenDepth || + hasActiveChild || + prevSiblingIsActiveLink(el) + ) { + el.classList.remove("collapse"); + } else { + el.classList.add("collapse"); + } + + // untick depth when we leave a UL + depth = depth - 1; + } + return hasActiveChild || isActiveNode; + }; + + // walk the TOC and expand / collapse any items that should be shown + + if (tocEl) { + walk(tocEl, 0); + updateActiveLink(); + } + + // Throttle the scroll event and walk peridiocally + window.document.addEventListener( + "scroll", + throttle(() => { + if (tocEl) { + updateActiveLink(); + walk(tocEl, 0); + } + if (!isReaderMode()) { + hideOverlappedSidebars(); + } + }, 5) + ); + window.addEventListener( + "resize", + throttle(() => { + if (!isReaderMode()) { + hideOverlappedSidebars(); + } + }, 10) + ); + hideOverlappedSidebars(); + highlightReaderToggle(isReaderMode()); +}); + +// grouped tabsets +window.addEventListener("pageshow", (_event) => { + function getTabSettings() { + const data = localStorage.getItem("quarto-persistent-tabsets-data"); + if (!data) { + localStorage.setItem("quarto-persistent-tabsets-data", "{}"); + return {}; + } + if (data) { + return JSON.parse(data); + } + } + + function setTabSettings(data) { + localStorage.setItem( + "quarto-persistent-tabsets-data", + JSON.stringify(data) + ); + } + + function setTabState(groupName, groupValue) { + const data = getTabSettings(); + data[groupName] = groupValue; + setTabSettings(data); + } + + function toggleTab(tab, active) { + const tabPanelId = tab.getAttribute("aria-controls"); + const tabPanel = document.getElementById(tabPanelId); + if (active) { + tab.classList.add("active"); + tabPanel.classList.add("active"); + } else { + tab.classList.remove("active"); + tabPanel.classList.remove("active"); + } + } + + function toggleAll(selectedGroup, selectorsToSync) { + for (const [thisGroup, tabs] of Object.entries(selectorsToSync)) { + const active = selectedGroup === thisGroup; + for (const tab of tabs) { + toggleTab(tab, active); + } + } + } + + function findSelectorsToSyncByLanguage() { + const result = {}; + const tabs = Array.from( + document.querySelectorAll(`div[data-group] a[id^='tabset-']`) + ); + for (const item of tabs) { + const div = item.parentElement.parentElement.parentElement; + const group = div.getAttribute("data-group"); + if (!result[group]) { + result[group] = {}; + } + const selectorsToSync = result[group]; + const value = item.innerHTML; + if (!selectorsToSync[value]) { + selectorsToSync[value] = []; + } + selectorsToSync[value].push(item); + } + return result; + } + + function setupSelectorSync() { + const selectorsToSync = findSelectorsToSyncByLanguage(); + Object.entries(selectorsToSync).forEach(([group, tabSetsByValue]) => { + Object.entries(tabSetsByValue).forEach(([value, items]) => { + items.forEach((item) => { + item.addEventListener("click", (_event) => { + setTabState(group, value); + toggleAll(value, selectorsToSync[group]); + }); + }); + }); + }); + return selectorsToSync; + } + + const selectorsToSync = setupSelectorSync(); + for (const [group, selectedName] of Object.entries(getTabSettings())) { + const selectors = selectorsToSync[group]; + // it's possible that stale state gives us empty selections, so we explicitly check here. + if (selectors) { + toggleAll(selectedName, selectors); + } + } +}); + +function throttle(func, wait) { + let waiting = false; + return function () { + if (!waiting) { + func.apply(this, arguments); + waiting = true; + setTimeout(function () { + waiting = false; + }, wait); + } + }; +} + +function nexttick(func) { + return setTimeout(func, 0); +} diff --git a/_freeze/site_libs/quarto-html/tippy.css b/_freeze/site_libs/quarto-html/tippy.css new file mode 100644 index 0000000..e6ae635 --- /dev/null +++ b/_freeze/site_libs/quarto-html/tippy.css @@ -0,0 +1 @@ +.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1} \ No newline at end of file diff --git a/_freeze/site_libs/quarto-html/tippy.umd.min.js b/_freeze/site_libs/quarto-html/tippy.umd.min.js new file mode 100644 index 0000000..ca292be --- /dev/null +++ b/_freeze/site_libs/quarto-html/tippy.umd.min.js @@ -0,0 +1,2 @@ +!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t(require("@popperjs/core")):"function"==typeof define&&define.amd?define(["@popperjs/core"],t):(e=e||self).tippy=t(e.Popper)}(this,(function(e){"use strict";var t={passive:!0,capture:!0},n=function(){return document.body};function r(e,t,n){if(Array.isArray(e)){var r=e[t];return null==r?Array.isArray(n)?n[t]:n:r}return e}function o(e,t){var n={}.toString.call(e);return 0===n.indexOf("[object")&&n.indexOf(t+"]")>-1}function i(e,t){return"function"==typeof e?e.apply(void 0,t):e}function a(e,t){return 0===t?e:function(r){clearTimeout(n),n=setTimeout((function(){e(r)}),t)};var n}function s(e,t){var n=Object.assign({},e);return t.forEach((function(e){delete n[e]})),n}function u(e){return[].concat(e)}function c(e,t){-1===e.indexOf(t)&&e.push(t)}function p(e){return e.split("-")[0]}function f(e){return[].slice.call(e)}function l(e){return Object.keys(e).reduce((function(t,n){return void 0!==e[n]&&(t[n]=e[n]),t}),{})}function d(){return document.createElement("div")}function v(e){return["Element","Fragment"].some((function(t){return o(e,t)}))}function m(e){return o(e,"MouseEvent")}function g(e){return!(!e||!e._tippy||e._tippy.reference!==e)}function h(e){return v(e)?[e]:function(e){return o(e,"NodeList")}(e)?f(e):Array.isArray(e)?e:f(document.querySelectorAll(e))}function b(e,t){e.forEach((function(e){e&&(e.style.transitionDuration=t+"ms")}))}function y(e,t){e.forEach((function(e){e&&e.setAttribute("data-state",t)}))}function w(e){var t,n=u(e)[0];return null!=n&&null!=(t=n.ownerDocument)&&t.body?n.ownerDocument:document}function E(e,t,n){var r=t+"EventListener";["transitionend","webkitTransitionEnd"].forEach((function(t){e[r](t,n)}))}function O(e,t){for(var n=t;n;){var r;if(e.contains(n))return!0;n=null==n.getRootNode||null==(r=n.getRootNode())?void 0:r.host}return!1}var x={isTouch:!1},C=0;function T(){x.isTouch||(x.isTouch=!0,window.performance&&document.addEventListener("mousemove",A))}function A(){var e=performance.now();e-C<20&&(x.isTouch=!1,document.removeEventListener("mousemove",A)),C=e}function L(){var e=document.activeElement;if(g(e)){var t=e._tippy;e.blur&&!t.state.isVisible&&e.blur()}}var D=!!("undefined"!=typeof window&&"undefined"!=typeof document)&&!!window.msCrypto,R=Object.assign({appendTo:n,aria:{content:"auto",expanded:"auto"},delay:0,duration:[300,250],getReferenceClientRect:null,hideOnClick:!0,ignoreAttributes:!1,interactive:!1,interactiveBorder:2,interactiveDebounce:0,moveTransition:"",offset:[0,10],onAfterUpdate:function(){},onBeforeUpdate:function(){},onCreate:function(){},onDestroy:function(){},onHidden:function(){},onHide:function(){},onMount:function(){},onShow:function(){},onShown:function(){},onTrigger:function(){},onUntrigger:function(){},onClickOutside:function(){},placement:"top",plugins:[],popperOptions:{},render:null,showOnCreate:!1,touch:!0,trigger:"mouseenter focus",triggerTarget:null},{animateFill:!1,followCursor:!1,inlinePositioning:!1,sticky:!1},{allowHTML:!1,animation:"fade",arrow:!0,content:"",inertia:!1,maxWidth:350,role:"tooltip",theme:"",zIndex:9999}),k=Object.keys(R);function P(e){var t=(e.plugins||[]).reduce((function(t,n){var r,o=n.name,i=n.defaultValue;o&&(t[o]=void 0!==e[o]?e[o]:null!=(r=R[o])?r:i);return t}),{});return Object.assign({},e,t)}function j(e,t){var n=Object.assign({},t,{content:i(t.content,[e])},t.ignoreAttributes?{}:function(e,t){return(t?Object.keys(P(Object.assign({},R,{plugins:t}))):k).reduce((function(t,n){var r=(e.getAttribute("data-tippy-"+n)||"").trim();if(!r)return t;if("content"===n)t[n]=r;else try{t[n]=JSON.parse(r)}catch(e){t[n]=r}return t}),{})}(e,t.plugins));return n.aria=Object.assign({},R.aria,n.aria),n.aria={expanded:"auto"===n.aria.expanded?t.interactive:n.aria.expanded,content:"auto"===n.aria.content?t.interactive?null:"describedby":n.aria.content},n}function M(e,t){e.innerHTML=t}function V(e){var t=d();return!0===e?t.className="tippy-arrow":(t.className="tippy-svg-arrow",v(e)?t.appendChild(e):M(t,e)),t}function I(e,t){v(t.content)?(M(e,""),e.appendChild(t.content)):"function"!=typeof t.content&&(t.allowHTML?M(e,t.content):e.textContent=t.content)}function S(e){var t=e.firstElementChild,n=f(t.children);return{box:t,content:n.find((function(e){return e.classList.contains("tippy-content")})),arrow:n.find((function(e){return e.classList.contains("tippy-arrow")||e.classList.contains("tippy-svg-arrow")})),backdrop:n.find((function(e){return e.classList.contains("tippy-backdrop")}))}}function N(e){var t=d(),n=d();n.className="tippy-box",n.setAttribute("data-state","hidden"),n.setAttribute("tabindex","-1");var r=d();function o(n,r){var o=S(t),i=o.box,a=o.content,s=o.arrow;r.theme?i.setAttribute("data-theme",r.theme):i.removeAttribute("data-theme"),"string"==typeof r.animation?i.setAttribute("data-animation",r.animation):i.removeAttribute("data-animation"),r.inertia?i.setAttribute("data-inertia",""):i.removeAttribute("data-inertia"),i.style.maxWidth="number"==typeof r.maxWidth?r.maxWidth+"px":r.maxWidth,r.role?i.setAttribute("role",r.role):i.removeAttribute("role"),n.content===r.content&&n.allowHTML===r.allowHTML||I(a,e.props),r.arrow?s?n.arrow!==r.arrow&&(i.removeChild(s),i.appendChild(V(r.arrow))):i.appendChild(V(r.arrow)):s&&i.removeChild(s)}return r.className="tippy-content",r.setAttribute("data-state","hidden"),I(r,e.props),t.appendChild(n),n.appendChild(r),o(e.props,e.props),{popper:t,onUpdate:o}}N.$$tippy=!0;var B=1,H=[],U=[];function _(o,s){var v,g,h,C,T,A,L,k,M=j(o,Object.assign({},R,P(l(s)))),V=!1,I=!1,N=!1,_=!1,F=[],W=a(we,M.interactiveDebounce),X=B++,Y=(k=M.plugins).filter((function(e,t){return k.indexOf(e)===t})),$={id:X,reference:o,popper:d(),popperInstance:null,props:M,state:{isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},plugins:Y,clearDelayTimeouts:function(){clearTimeout(v),clearTimeout(g),cancelAnimationFrame(h)},setProps:function(e){if($.state.isDestroyed)return;ae("onBeforeUpdate",[$,e]),be();var t=$.props,n=j(o,Object.assign({},t,l(e),{ignoreAttributes:!0}));$.props=n,he(),t.interactiveDebounce!==n.interactiveDebounce&&(ce(),W=a(we,n.interactiveDebounce));t.triggerTarget&&!n.triggerTarget?u(t.triggerTarget).forEach((function(e){e.removeAttribute("aria-expanded")})):n.triggerTarget&&o.removeAttribute("aria-expanded");ue(),ie(),J&&J(t,n);$.popperInstance&&(Ce(),Ae().forEach((function(e){requestAnimationFrame(e._tippy.popperInstance.forceUpdate)})));ae("onAfterUpdate",[$,e])},setContent:function(e){$.setProps({content:e})},show:function(){var e=$.state.isVisible,t=$.state.isDestroyed,o=!$.state.isEnabled,a=x.isTouch&&!$.props.touch,s=r($.props.duration,0,R.duration);if(e||t||o||a)return;if(te().hasAttribute("disabled"))return;if(ae("onShow",[$],!1),!1===$.props.onShow($))return;$.state.isVisible=!0,ee()&&(z.style.visibility="visible");ie(),de(),$.state.isMounted||(z.style.transition="none");if(ee()){var u=re(),p=u.box,f=u.content;b([p,f],0)}A=function(){var e;if($.state.isVisible&&!_){if(_=!0,z.offsetHeight,z.style.transition=$.props.moveTransition,ee()&&$.props.animation){var t=re(),n=t.box,r=t.content;b([n,r],s),y([n,r],"visible")}se(),ue(),c(U,$),null==(e=$.popperInstance)||e.forceUpdate(),ae("onMount",[$]),$.props.animation&&ee()&&function(e,t){me(e,t)}(s,(function(){$.state.isShown=!0,ae("onShown",[$])}))}},function(){var e,t=$.props.appendTo,r=te();e=$.props.interactive&&t===n||"parent"===t?r.parentNode:i(t,[r]);e.contains(z)||e.appendChild(z);$.state.isMounted=!0,Ce()}()},hide:function(){var e=!$.state.isVisible,t=$.state.isDestroyed,n=!$.state.isEnabled,o=r($.props.duration,1,R.duration);if(e||t||n)return;if(ae("onHide",[$],!1),!1===$.props.onHide($))return;$.state.isVisible=!1,$.state.isShown=!1,_=!1,V=!1,ee()&&(z.style.visibility="hidden");if(ce(),ve(),ie(!0),ee()){var i=re(),a=i.box,s=i.content;$.props.animation&&(b([a,s],o),y([a,s],"hidden"))}se(),ue(),$.props.animation?ee()&&function(e,t){me(e,(function(){!$.state.isVisible&&z.parentNode&&z.parentNode.contains(z)&&t()}))}(o,$.unmount):$.unmount()},hideWithInteractivity:function(e){ne().addEventListener("mousemove",W),c(H,W),W(e)},enable:function(){$.state.isEnabled=!0},disable:function(){$.hide(),$.state.isEnabled=!1},unmount:function(){$.state.isVisible&&$.hide();if(!$.state.isMounted)return;Te(),Ae().forEach((function(e){e._tippy.unmount()})),z.parentNode&&z.parentNode.removeChild(z);U=U.filter((function(e){return e!==$})),$.state.isMounted=!1,ae("onHidden",[$])},destroy:function(){if($.state.isDestroyed)return;$.clearDelayTimeouts(),$.unmount(),be(),delete o._tippy,$.state.isDestroyed=!0,ae("onDestroy",[$])}};if(!M.render)return $;var q=M.render($),z=q.popper,J=q.onUpdate;z.setAttribute("data-tippy-root",""),z.id="tippy-"+$.id,$.popper=z,o._tippy=$,z._tippy=$;var G=Y.map((function(e){return e.fn($)})),K=o.hasAttribute("aria-expanded");return he(),ue(),ie(),ae("onCreate",[$]),M.showOnCreate&&Le(),z.addEventListener("mouseenter",(function(){$.props.interactive&&$.state.isVisible&&$.clearDelayTimeouts()})),z.addEventListener("mouseleave",(function(){$.props.interactive&&$.props.trigger.indexOf("mouseenter")>=0&&ne().addEventListener("mousemove",W)})),$;function Q(){var e=$.props.touch;return Array.isArray(e)?e:[e,0]}function Z(){return"hold"===Q()[0]}function ee(){var e;return!(null==(e=$.props.render)||!e.$$tippy)}function te(){return L||o}function ne(){var e=te().parentNode;return e?w(e):document}function re(){return S(z)}function oe(e){return $.state.isMounted&&!$.state.isVisible||x.isTouch||C&&"focus"===C.type?0:r($.props.delay,e?0:1,R.delay)}function ie(e){void 0===e&&(e=!1),z.style.pointerEvents=$.props.interactive&&!e?"":"none",z.style.zIndex=""+$.props.zIndex}function ae(e,t,n){var r;(void 0===n&&(n=!0),G.forEach((function(n){n[e]&&n[e].apply(n,t)})),n)&&(r=$.props)[e].apply(r,t)}function se(){var e=$.props.aria;if(e.content){var t="aria-"+e.content,n=z.id;u($.props.triggerTarget||o).forEach((function(e){var r=e.getAttribute(t);if($.state.isVisible)e.setAttribute(t,r?r+" "+n:n);else{var o=r&&r.replace(n,"").trim();o?e.setAttribute(t,o):e.removeAttribute(t)}}))}}function ue(){!K&&$.props.aria.expanded&&u($.props.triggerTarget||o).forEach((function(e){$.props.interactive?e.setAttribute("aria-expanded",$.state.isVisible&&e===te()?"true":"false"):e.removeAttribute("aria-expanded")}))}function ce(){ne().removeEventListener("mousemove",W),H=H.filter((function(e){return e!==W}))}function pe(e){if(!x.isTouch||!N&&"mousedown"!==e.type){var t=e.composedPath&&e.composedPath()[0]||e.target;if(!$.props.interactive||!O(z,t)){if(u($.props.triggerTarget||o).some((function(e){return O(e,t)}))){if(x.isTouch)return;if($.state.isVisible&&$.props.trigger.indexOf("click")>=0)return}else ae("onClickOutside",[$,e]);!0===$.props.hideOnClick&&($.clearDelayTimeouts(),$.hide(),I=!0,setTimeout((function(){I=!1})),$.state.isMounted||ve())}}}function fe(){N=!0}function le(){N=!1}function de(){var e=ne();e.addEventListener("mousedown",pe,!0),e.addEventListener("touchend",pe,t),e.addEventListener("touchstart",le,t),e.addEventListener("touchmove",fe,t)}function ve(){var e=ne();e.removeEventListener("mousedown",pe,!0),e.removeEventListener("touchend",pe,t),e.removeEventListener("touchstart",le,t),e.removeEventListener("touchmove",fe,t)}function me(e,t){var n=re().box;function r(e){e.target===n&&(E(n,"remove",r),t())}if(0===e)return t();E(n,"remove",T),E(n,"add",r),T=r}function ge(e,t,n){void 0===n&&(n=!1),u($.props.triggerTarget||o).forEach((function(r){r.addEventListener(e,t,n),F.push({node:r,eventType:e,handler:t,options:n})}))}function he(){var e;Z()&&(ge("touchstart",ye,{passive:!0}),ge("touchend",Ee,{passive:!0})),(e=$.props.trigger,e.split(/\s+/).filter(Boolean)).forEach((function(e){if("manual"!==e)switch(ge(e,ye),e){case"mouseenter":ge("mouseleave",Ee);break;case"focus":ge(D?"focusout":"blur",Oe);break;case"focusin":ge("focusout",Oe)}}))}function be(){F.forEach((function(e){var t=e.node,n=e.eventType,r=e.handler,o=e.options;t.removeEventListener(n,r,o)})),F=[]}function ye(e){var t,n=!1;if($.state.isEnabled&&!xe(e)&&!I){var r="focus"===(null==(t=C)?void 0:t.type);C=e,L=e.currentTarget,ue(),!$.state.isVisible&&m(e)&&H.forEach((function(t){return t(e)})),"click"===e.type&&($.props.trigger.indexOf("mouseenter")<0||V)&&!1!==$.props.hideOnClick&&$.state.isVisible?n=!0:Le(e),"click"===e.type&&(V=!n),n&&!r&&De(e)}}function we(e){var t=e.target,n=te().contains(t)||z.contains(t);"mousemove"===e.type&&n||function(e,t){var n=t.clientX,r=t.clientY;return e.every((function(e){var t=e.popperRect,o=e.popperState,i=e.props.interactiveBorder,a=p(o.placement),s=o.modifiersData.offset;if(!s)return!0;var u="bottom"===a?s.top.y:0,c="top"===a?s.bottom.y:0,f="right"===a?s.left.x:0,l="left"===a?s.right.x:0,d=t.top-r+u>i,v=r-t.bottom-c>i,m=t.left-n+f>i,g=n-t.right-l>i;return d||v||m||g}))}(Ae().concat(z).map((function(e){var t,n=null==(t=e._tippy.popperInstance)?void 0:t.state;return n?{popperRect:e.getBoundingClientRect(),popperState:n,props:M}:null})).filter(Boolean),e)&&(ce(),De(e))}function Ee(e){xe(e)||$.props.trigger.indexOf("click")>=0&&V||($.props.interactive?$.hideWithInteractivity(e):De(e))}function Oe(e){$.props.trigger.indexOf("focusin")<0&&e.target!==te()||$.props.interactive&&e.relatedTarget&&z.contains(e.relatedTarget)||De(e)}function xe(e){return!!x.isTouch&&Z()!==e.type.indexOf("touch")>=0}function Ce(){Te();var t=$.props,n=t.popperOptions,r=t.placement,i=t.offset,a=t.getReferenceClientRect,s=t.moveTransition,u=ee()?S(z).arrow:null,c=a?{getBoundingClientRect:a,contextElement:a.contextElement||te()}:o,p=[{name:"offset",options:{offset:i}},{name:"preventOverflow",options:{padding:{top:2,bottom:2,left:5,right:5}}},{name:"flip",options:{padding:5}},{name:"computeStyles",options:{adaptive:!s}},{name:"$$tippy",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:function(e){var t=e.state;if(ee()){var n=re().box;["placement","reference-hidden","escaped"].forEach((function(e){"placement"===e?n.setAttribute("data-placement",t.placement):t.attributes.popper["data-popper-"+e]?n.setAttribute("data-"+e,""):n.removeAttribute("data-"+e)})),t.attributes.popper={}}}}];ee()&&u&&p.push({name:"arrow",options:{element:u,padding:3}}),p.push.apply(p,(null==n?void 0:n.modifiers)||[]),$.popperInstance=e.createPopper(c,z,Object.assign({},n,{placement:r,onFirstUpdate:A,modifiers:p}))}function Te(){$.popperInstance&&($.popperInstance.destroy(),$.popperInstance=null)}function Ae(){return f(z.querySelectorAll("[data-tippy-root]"))}function Le(e){$.clearDelayTimeouts(),e&&ae("onTrigger",[$,e]),de();var t=oe(!0),n=Q(),r=n[0],o=n[1];x.isTouch&&"hold"===r&&o&&(t=o),t?v=setTimeout((function(){$.show()}),t):$.show()}function De(e){if($.clearDelayTimeouts(),ae("onUntrigger",[$,e]),$.state.isVisible){if(!($.props.trigger.indexOf("mouseenter")>=0&&$.props.trigger.indexOf("click")>=0&&["mouseleave","mousemove"].indexOf(e.type)>=0&&V)){var t=oe(!1);t?g=setTimeout((function(){$.state.isVisible&&$.hide()}),t):h=requestAnimationFrame((function(){$.hide()}))}}else ve()}}function F(e,n){void 0===n&&(n={});var r=R.plugins.concat(n.plugins||[]);document.addEventListener("touchstart",T,t),window.addEventListener("blur",L);var o=Object.assign({},n,{plugins:r}),i=h(e).reduce((function(e,t){var n=t&&_(t,o);return n&&e.push(n),e}),[]);return v(e)?i[0]:i}F.defaultProps=R,F.setDefaultProps=function(e){Object.keys(e).forEach((function(t){R[t]=e[t]}))},F.currentInput=x;var W=Object.assign({},e.applyStyles,{effect:function(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow)}}),X={mouseover:"mouseenter",focusin:"focus",click:"click"};var Y={name:"animateFill",defaultValue:!1,fn:function(e){var t;if(null==(t=e.props.render)||!t.$$tippy)return{};var n=S(e.popper),r=n.box,o=n.content,i=e.props.animateFill?function(){var e=d();return e.className="tippy-backdrop",y([e],"hidden"),e}():null;return{onCreate:function(){i&&(r.insertBefore(i,r.firstElementChild),r.setAttribute("data-animatefill",""),r.style.overflow="hidden",e.setProps({arrow:!1,animation:"shift-away"}))},onMount:function(){if(i){var e=r.style.transitionDuration,t=Number(e.replace("ms",""));o.style.transitionDelay=Math.round(t/10)+"ms",i.style.transitionDuration=e,y([i],"visible")}},onShow:function(){i&&(i.style.transitionDuration="0ms")},onHide:function(){i&&y([i],"hidden")}}}};var $={clientX:0,clientY:0},q=[];function z(e){var t=e.clientX,n=e.clientY;$={clientX:t,clientY:n}}var J={name:"followCursor",defaultValue:!1,fn:function(e){var t=e.reference,n=w(e.props.triggerTarget||t),r=!1,o=!1,i=!0,a=e.props;function s(){return"initial"===e.props.followCursor&&e.state.isVisible}function u(){n.addEventListener("mousemove",f)}function c(){n.removeEventListener("mousemove",f)}function p(){r=!0,e.setProps({getReferenceClientRect:null}),r=!1}function f(n){var r=!n.target||t.contains(n.target),o=e.props.followCursor,i=n.clientX,a=n.clientY,s=t.getBoundingClientRect(),u=i-s.left,c=a-s.top;!r&&e.props.interactive||e.setProps({getReferenceClientRect:function(){var e=t.getBoundingClientRect(),n=i,r=a;"initial"===o&&(n=e.left+u,r=e.top+c);var s="horizontal"===o?e.top:r,p="vertical"===o?e.right:n,f="horizontal"===o?e.bottom:r,l="vertical"===o?e.left:n;return{width:p-l,height:f-s,top:s,right:p,bottom:f,left:l}}})}function l(){e.props.followCursor&&(q.push({instance:e,doc:n}),function(e){e.addEventListener("mousemove",z)}(n))}function d(){0===(q=q.filter((function(t){return t.instance!==e}))).filter((function(e){return e.doc===n})).length&&function(e){e.removeEventListener("mousemove",z)}(n)}return{onCreate:l,onDestroy:d,onBeforeUpdate:function(){a=e.props},onAfterUpdate:function(t,n){var i=n.followCursor;r||void 0!==i&&a.followCursor!==i&&(d(),i?(l(),!e.state.isMounted||o||s()||u()):(c(),p()))},onMount:function(){e.props.followCursor&&!o&&(i&&(f($),i=!1),s()||u())},onTrigger:function(e,t){m(t)&&($={clientX:t.clientX,clientY:t.clientY}),o="focus"===t.type},onHidden:function(){e.props.followCursor&&(p(),c(),i=!0)}}}};var G={name:"inlinePositioning",defaultValue:!1,fn:function(e){var t,n=e.reference;var r=-1,o=!1,i=[],a={name:"tippyInlinePositioning",enabled:!0,phase:"afterWrite",fn:function(o){var a=o.state;e.props.inlinePositioning&&(-1!==i.indexOf(a.placement)&&(i=[]),t!==a.placement&&-1===i.indexOf(a.placement)&&(i.push(a.placement),e.setProps({getReferenceClientRect:function(){return function(e){return function(e,t,n,r){if(n.length<2||null===e)return t;if(2===n.length&&r>=0&&n[0].left>n[1].right)return n[r]||t;switch(e){case"top":case"bottom":var o=n[0],i=n[n.length-1],a="top"===e,s=o.top,u=i.bottom,c=a?o.left:i.left,p=a?o.right:i.right;return{top:s,bottom:u,left:c,right:p,width:p-c,height:u-s};case"left":case"right":var f=Math.min.apply(Math,n.map((function(e){return e.left}))),l=Math.max.apply(Math,n.map((function(e){return e.right}))),d=n.filter((function(t){return"left"===e?t.left===f:t.right===l})),v=d[0].top,m=d[d.length-1].bottom;return{top:v,bottom:m,left:f,right:l,width:l-f,height:m-v};default:return t}}(p(e),n.getBoundingClientRect(),f(n.getClientRects()),r)}(a.placement)}})),t=a.placement)}};function s(){var t;o||(t=function(e,t){var n;return{popperOptions:Object.assign({},e.popperOptions,{modifiers:[].concat(((null==(n=e.popperOptions)?void 0:n.modifiers)||[]).filter((function(e){return e.name!==t.name})),[t])})}}(e.props,a),o=!0,e.setProps(t),o=!1)}return{onCreate:s,onAfterUpdate:s,onTrigger:function(t,n){if(m(n)){var o=f(e.reference.getClientRects()),i=o.find((function(e){return e.left-2<=n.clientX&&e.right+2>=n.clientX&&e.top-2<=n.clientY&&e.bottom+2>=n.clientY})),a=o.indexOf(i);r=a>-1?a:r}},onHidden:function(){r=-1}}}};var K={name:"sticky",defaultValue:!1,fn:function(e){var t=e.reference,n=e.popper;function r(t){return!0===e.props.sticky||e.props.sticky===t}var o=null,i=null;function a(){var s=r("reference")?(e.popperInstance?e.popperInstance.state.elements.reference:t).getBoundingClientRect():null,u=r("popper")?n.getBoundingClientRect():null;(s&&Q(o,s)||u&&Q(i,u))&&e.popperInstance&&e.popperInstance.update(),o=s,i=u,e.state.isMounted&&requestAnimationFrame(a)}return{onMount:function(){e.props.sticky&&a()}}}};function Q(e,t){return!e||!t||(e.top!==t.top||e.right!==t.right||e.bottom!==t.bottom||e.left!==t.left)}return F.setDefaultProps({plugins:[Y,J,G,K],render:N}),F.createSingleton=function(e,t){var n;void 0===t&&(t={});var r,o=e,i=[],a=[],c=t.overrides,p=[],f=!1;function l(){a=o.map((function(e){return u(e.props.triggerTarget||e.reference)})).reduce((function(e,t){return e.concat(t)}),[])}function v(){i=o.map((function(e){return e.reference}))}function m(e){o.forEach((function(t){e?t.enable():t.disable()}))}function g(e){return o.map((function(t){var n=t.setProps;return t.setProps=function(o){n(o),t.reference===r&&e.setProps(o)},function(){t.setProps=n}}))}function h(e,t){var n=a.indexOf(t);if(t!==r){r=t;var s=(c||[]).concat("content").reduce((function(e,t){return e[t]=o[n].props[t],e}),{});e.setProps(Object.assign({},s,{getReferenceClientRect:"function"==typeof s.getReferenceClientRect?s.getReferenceClientRect:function(){var e;return null==(e=i[n])?void 0:e.getBoundingClientRect()}}))}}m(!1),v(),l();var b={fn:function(){return{onDestroy:function(){m(!0)},onHidden:function(){r=null},onClickOutside:function(e){e.props.showOnCreate&&!f&&(f=!0,r=null)},onShow:function(e){e.props.showOnCreate&&!f&&(f=!0,h(e,i[0]))},onTrigger:function(e,t){h(e,t.currentTarget)}}}},y=F(d(),Object.assign({},s(t,["overrides"]),{plugins:[b].concat(t.plugins||[]),triggerTarget:a,popperOptions:Object.assign({},t.popperOptions,{modifiers:[].concat((null==(n=t.popperOptions)?void 0:n.modifiers)||[],[W])})})),w=y.show;y.show=function(e){if(w(),!r&&null==e)return h(y,i[0]);if(!r||null!=e){if("number"==typeof e)return i[e]&&h(y,i[e]);if(o.indexOf(e)>=0){var t=e.reference;return h(y,t)}return i.indexOf(e)>=0?h(y,e):void 0}},y.showNext=function(){var e=i[0];if(!r)return y.show(0);var t=i.indexOf(r);y.show(i[t+1]||e)},y.showPrevious=function(){var e=i[i.length-1];if(!r)return y.show(e);var t=i.indexOf(r),n=i[t-1]||e;y.show(n)};var E=y.setProps;return y.setProps=function(e){c=e.overrides||c,E(e)},y.setInstances=function(e){m(!0),p.forEach((function(e){return e()})),o=e,m(!1),v(),l(),p=g(y),y.setProps({triggerTarget:a})},p=g(y),y},F.delegate=function(e,n){var r=[],o=[],i=!1,a=n.target,c=s(n,["target"]),p=Object.assign({},c,{trigger:"manual",touch:!1}),f=Object.assign({touch:R.touch},c,{showOnCreate:!0}),l=F(e,p);function d(e){if(e.target&&!i){var t=e.target.closest(a);if(t){var r=t.getAttribute("data-tippy-trigger")||n.trigger||R.trigger;if(!t._tippy&&!("touchstart"===e.type&&"boolean"==typeof f.touch||"touchstart"!==e.type&&r.indexOf(X[e.type])<0)){var s=F(t,f);s&&(o=o.concat(s))}}}}function v(e,t,n,o){void 0===o&&(o=!1),e.addEventListener(t,n,o),r.push({node:e,eventType:t,handler:n,options:o})}return u(l).forEach((function(e){var n=e.destroy,a=e.enable,s=e.disable;e.destroy=function(e){void 0===e&&(e=!0),e&&o.forEach((function(e){e.destroy()})),o=[],r.forEach((function(e){var t=e.node,n=e.eventType,r=e.handler,o=e.options;t.removeEventListener(n,r,o)})),r=[],n()},e.enable=function(){a(),o.forEach((function(e){return e.enable()})),i=!1},e.disable=function(){s(),o.forEach((function(e){return e.disable()})),i=!0},function(e){var n=e.reference;v(n,"touchstart",d,t),v(n,"mouseover",d),v(n,"focusin",d),v(n,"click",d)}(e)})),l},F.hideAll=function(e){var t=void 0===e?{}:e,n=t.exclude,r=t.duration;U.forEach((function(e){var t=!1;if(n&&(t=g(n)?e.reference===n:e.popper===n.popper),!t){var o=e.props.duration;e.setProps({duration:r}),e.hide(),e.state.isDestroyed||e.setProps({duration:o})}}))},F.roundArrow='',F})); + diff --git a/_quarto.yml b/_quarto.yml new file mode 100644 index 0000000..81e6938 --- /dev/null +++ b/_quarto.yml @@ -0,0 +1,17 @@ +project: + type: manuscript + +execute: + freeze: auto + +format: + html: + toc: true + comments: + hypothesis: true + docx: default + jats: default + agu-pdf: default + + + diff --git a/images/la-palma-map.png b/images/la-palma-map.png new file mode 100644 index 0000000..8c8045e Binary files /dev/null and b/images/la-palma-map.png differ diff --git a/index.qmd b/index.qmd new file mode 100644 index 0000000..4276107 --- /dev/null +++ b/index.qmd @@ -0,0 +1,111 @@ +--- +title: La Palma Earthquakes +author: + - name: Steve Purves + orcid: 0000-0002-0760-5497 + corresponding: true + email: steve@curvenote.com + roles: + - Investigation + - Project administration + - Software + - Visualization + affiliations: + - Curvenote + - name: Rowan Cockett + orcid: 0000-0002-7859-8394 + corresponding: false + roles: [] + affiliations: + - Curvenote +keywords: + - La Palma + - Earthquakes +abstract: | + In September 2021, a significant jump in seismic activity on the island of La Palma (Canary Islands, Spain) signaled the start of a volcanic crisis that still continues at the time of writing. Earthquake data is continually collected and published by the Instituto Geográphico Nacional (IGN). ... +plain-language-summary: | + Earthquake data for the island of La Palma from the September 2021 eruption is found ... +key-points: + - A web scraping script was developed to pull data from the Instituto Geogràphico Nacional into a machine-readable form for analysis + - Earthquake events on La Palma are consistent with the presence of both mantle and crustal reservoirs. +date: last-modified +bibliography: references.bib +citation: + container-title: Earth and Space Science +number-sections: true +--- + +## Introduction + +```{r} +eruptions <- c(1492, 1585, 1646, 1677, 1712, 1949, 1971, 2021) +n_eruptions <- length(eruptions) +``` + +```{r} +#| label: fig-timeline +#| fig-cap: Timeline of recent earthquakes on La Palma +#| fig-alt: An event plot of the years of the last 8 eruptions on La Palma. +#| fig-height: 1.5 +#| fig-width: 6 +par(mar = c(3, 1, 1, 1) + 0.1) +plot(eruptions, rep(0, n_eruptions), + pch = "|", axes = FALSE) +axis(1) +box() +``` + +```{r} +#| output: false +avg_years_between_eruptions <- mean(diff(eruptions[-n_eruptions])) +avg_years_between_eruptions +``` + +Based on data up to and including 1971, eruptions on La Palma happen every `r round(avg_years_between_eruptions, 1)` years on average. + +Studies of the magma systems feeding the volcano, such as @marrero2019, have proposed that there are two main magma reservoirs feeding the Cumbre Vieja volcano; one in the mantle (30-40km depth) which charges and in turn feeds a shallower crustal reservoir (10-20km depth). + +Eight eruptions have been recorded since the late 1400s (@fig-timeline). + +Data and methods are discussed in @sec-data-methods. + +Let $x$ denote the number of eruptions in a year. Then, $x$ can be modeled by a Poisson distribution + +$$ +p(x) = \frac{e^{-\lambda} \lambda^{x}}{x !} +$$ {#eq-poisson} + +where $\lambda$ is the rate of eruptions per year. Using @eq-poisson, the probability of an eruption in the next $t$ years can be calculated. + +| Name | Year | +| -------------------- | ------ | +| Current | 2021 | +| Teneguía | 1971 | +| Nambroque | 1949 | +| El Charco | 1712 | +| Volcán San Antonio | 1677 | +| Volcán San Martin | 1646 | +| Tajuya near El Paso | 1585 | +| Montaña Quemada | 1492 | + +: Recent historic eruptions on La Palma {#tbl-history} + +@tbl-history summarises the eruptions recorded since the colonization of the islands by Europeans in the late 1400s. + +![Map of La Palma](images/la-palma-map.png){#fig-map} + +La Palma is one of the west most islands in the Volcanic Archipelago of the Canary Islands (@fig-map). + +{{< embed notebooks/explore-earthquakes.qmd#fig-spatial-plot >}} + +@fig-spatial-plot shows the location of recent Earthquakes on La Palma. + +## Data & Methods {#sec-data-methods} + +## Conclusion + +## References {.unnumbered} + +:::{#refs} + +::: \ No newline at end of file diff --git a/manuscript-template-rstudio.Rproj b/manuscript-template-rstudio.Rproj new file mode 100644 index 0000000..d063e8b --- /dev/null +++ b/manuscript-template-rstudio.Rproj @@ -0,0 +1,13 @@ +Version: 1.0 + +RestoreWorkspace: Default +SaveWorkspace: Default +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: knitr +LaTeX: pdfLaTeX diff --git a/notebooks/explore-earthquakes.qmd b/notebooks/explore-earthquakes.qmd new file mode 100644 index 0000000..bb2f750 --- /dev/null +++ b/notebooks/explore-earthquakes.qmd @@ -0,0 +1,31 @@ +--- +title: Explore Earthquakes +author: Charlotte Wickham +--- + +```{r} +library(tidyverse) +``` + + +Read a clean version of data: + +```{r} +la_palma <- read_csv("la-palma.csv") +``` + +Create spatial plot: + +```{r} +#| label: fig-spatial-plot +#| fig-cap: "Locations of earthquakes on La Palma since 2017" +#| fig-alt: "A scatterplot of earthquake locations plotting latitude +#| against longitude." +la_palma |> + ggplot(aes(Longitude, Latitude)) + + geom_point(aes(color = Magnitude, size = 40-`Depth(km)`)) + + scale_color_viridis_c(direction = -1) + + scale_size(range = c(0.5, 2), guide = "none") + + theme_bw() +``` + diff --git a/notebooks/la-palma.csv b/notebooks/la-palma.csv new file mode 100644 index 0000000..dd5c16d --- /dev/null +++ b/notebooks/la-palma.csv @@ -0,0 +1,11348 @@ +Longitude,Latitude,Depth(km),Magnitude,DateTime +-17.9022,28.5863,9,1,2022-09-14T00:09:50Z +-17.88,28.5638,10,1,2022-09-14T00:20:51Z +-17.8699,28.5749,13,0.9,2022-09-14T01:40:30Z +-17.846,28.5624,14,2,2022-09-14T01:44:52Z +-17.8763,28.5421,11,1.1,2022-09-14T02:03:08Z +-17.877,28.5415,13,1.1,2022-09-14T03:58:59Z +-17.879,28.5974,11,1.2,2022-09-13T01:05:08Z +-17.8885,28.6185,3,1.2,2022-09-13T01:14:15Z +-17.8251,28.5625,14,1.3,2022-09-13T01:15:56Z +-17.8679,28.6365,3,0.9,2022-09-13T03:17:06Z +-17.8531,28.5538,13,1.1,2022-09-13T03:32:51Z +-17.8867,28.554,12,1.1,2022-09-13T03:33:05Z +-17.9002,28.5933,9,1.4,2022-09-13T04:30:02Z +-17.803,28.5901,11,1.2,2022-09-13T09:07:01Z +-17.8296,28.5587,15,1.3,2022-09-13T09:07:36Z +-17.8532,28.5935,11,0.9,2022-09-13T20:58:45Z +-17.8627,28.5606,11,0.8,2022-09-13T21:49:54Z +-17.814,28.5939,14,1.7,2022-09-12T09:54:51Z +-17.8873,28.6203,4,1.4,2022-09-12T20:18:20Z +-17.8964,28.6036,9,1,2022-09-12T21:48:08Z +-17.8147,28.5887,12,0.6,2022-09-11T01:35:41Z +-17.8838,28.6263,0,1.3,2022-09-11T03:39:01Z +-17.8792,28.617,0,1.8,2022-09-11T08:54:02Z +-17.9169,28.5751,10,1.3,2022-09-11T12:36:26Z +-17.8556,28.559,11,1.1,2022-09-11T18:51:24Z +-17.8748,28.5505,13,0.9,2022-09-11T22:51:45Z +-17.8835,28.5903,10,0.9,2022-09-10T03:24:03Z +-17.8888,28.6143,11,1.1,2022-09-10T06:21:32Z +-17.8686,28.5663,17,1.4,2022-09-10T07:44:05Z +-17.8098,28.5552,15,1.6,2022-09-10T17:57:23Z +-17.9071,28.5715,10,0.9,2022-09-10T23:24:01Z +-17.8622,28.5953,14,1.4,2022-09-09T22:24:59Z +-17.9149,28.578,17,1.2,2022-09-08T03:45:57Z +-17.8856,28.5352,13,1.6,2022-09-08T04:18:02Z +-17.874,28.5487,13,1.7,2022-09-08T04:19:01Z +-17.8729,28.5636,11,0.8,2022-09-08T04:21:07Z +-17.8474,28.5619,9,0.7,2022-09-08T04:21:30Z +-17.8692,28.5531,13,1.6,2022-09-08T21:17:00Z +-17.8654,28.5924,11,1.1,2022-09-07T02:03:42Z +-17.7908,28.5179,11,1.8,2022-09-07T17:09:57Z +-17.8633,28.6138,4,1.1,2022-09-07T18:53:56Z +-17.9269,28.5946,10,1.9,2022-09-07T22:20:21Z +-17.8443,28.5486,13,0.8,2022-09-06T02:10:35Z +-17.8888,28.6069,12,0.7,2022-09-06T02:13:59Z +-17.8879,28.5397,11,0.9,2022-09-06T03:35:56Z +-17.8752,28.5538,12,1.1,2022-09-06T03:45:34Z +-17.8599,28.5889,18,1.4,2022-09-06T06:25:38Z +-17.8846,28.5556,12,1.1,2022-09-06T23:58:43Z +-17.8702,28.5365,13,0.9,2022-09-05T00:57:05Z +-17.8976,28.5319,10,0.7,2022-09-05T01:00:15Z +-17.8679,28.5517,12,0.7,2022-09-05T01:03:18Z +-17.868,28.5578,13,0.7,2022-09-05T01:19:24Z +-17.9126,28.5036,11,1.1,2022-09-05T01:52:08Z +-17.8918,28.5926,8,1.2,2022-09-05T02:20:06Z +-17.8823,28.5842,11,0.5,2022-09-05T02:36:59Z +-17.8623,28.5712,9,1.7,2022-09-05T03:13:08Z +-17.8478,28.5579,10,0.7,2022-09-05T03:16:16Z +-17.867,28.4775,17,0.9,2022-09-05T03:16:58Z +-17.8615,28.5612,9,1.9,2022-09-05T03:19:35Z +-17.8539,28.5533,10,1.2,2022-09-05T03:20:08Z +-17.8766,28.5419,10,1,2022-09-05T03:23:04Z +-17.8424,28.5624,14,0.9,2022-09-05T03:24:30Z +-17.8507,28.594,7,0.7,2022-09-05T03:44:21Z +-17.865,28.5473,15,0.8,2022-09-05T03:57:36Z +-17.8097,28.5494,12,1.4,2022-09-05T04:14:31Z +-17.8518,28.5482,12,1,2022-09-05T22:26:26Z +-17.8517,28.5742,9,1.9,2022-09-05T22:36:15Z +-17.8643,28.549,10,1.4,2022-09-05T22:37:25Z +-17.8831,28.5546,10,1.1,2022-09-05T22:39:00Z +-17.8872,28.5256,10,1.4,2022-09-05T22:39:05Z +-17.8544,28.5556,12,1.1,2022-09-04T01:24:25Z +-17.8891,28.5998,15,1.4,2022-09-04T04:37:59Z +-17.8776,28.5394,11,1.6,2022-09-04T09:16:45Z +-17.8577,28.6017,10,1.1,2022-09-04T21:03:02Z +-17.8581,28.6164,4,0.7,2022-09-04T21:50:49Z +-17.8318,28.571,14,1.4,2022-09-04T23:16:06Z +-17.8587,28.4899,17,1.3,2022-09-03T00:34:17Z +-17.8802,28.5424,11,0.9,2022-09-03T00:34:36Z +-17.8612,28.5179,14,1.5,2022-09-03T00:35:40Z +-17.8798,28.5998,9,0.8,2022-09-03T02:01:55Z +-17.8566,28.5251,16,1.2,2022-09-03T02:34:00Z +-17.866,28.5281,11,1.2,2022-09-03T03:52:42Z +-17.9049,28.5303,10,1.1,2022-09-03T05:49:45Z +-17.8717,28.6035,6,0.8,2022-09-03T15:12:15Z +-17.8092,28.6109,4,0.6,2022-09-02T02:03:17Z +-17.8504,28.557,11,1.1,2022-09-02T02:30:39Z +-17.875,28.5406,11,1.3,2022-09-02T02:33:50Z +-17.8508,28.558,11,1.1,2022-09-02T02:34:29Z +-17.8693,28.5444,12,1,2022-09-02T02:34:52Z +-17.8584,28.5483,13,0.8,2022-09-02T02:35:48Z +-17.8619,28.5535,13,1,2022-09-02T02:38:07Z +-17.8524,28.5572,10,1.6,2022-09-02T02:38:55Z +-17.8406,28.5775,7,1.1,2022-09-02T02:55:33Z +-17.8358,28.577,7,1.4,2022-09-02T02:55:49Z +-17.8439,28.5803,7,1.2,2022-09-02T02:56:20Z +-17.884,28.5701,8,1.6,2022-09-01T01:59:06Z +-17.9042,28.5548,12,0.9,2022-09-01T02:28:11Z +-17.8615,28.6306,3,1,2022-09-01T03:52:01Z +-17.9005,28.5927,5,1.6,2022-09-01T06:02:20Z +-17.8758,28.542,13,1.5,2022-09-01T20:47:28Z +-17.9085,28.5465,12,1.3,2022-09-01T20:49:08Z +-17.8486,28.5637,11,0.9,2022-09-01T20:55:58Z +-17.8871,28.6222,0,1.1,2022-09-01T22:15:48Z +-17.9051,28.5519,13,1.1,2022-08-31T22:16:57Z +-17.8567,28.544,12,0.7,2022-08-31T22:19:10Z +-17.8591,28.5536,12,1.1,2022-08-31T22:19:56Z +-17.8537,28.5335,14,1.2,2022-08-31T22:20:55Z +-17.8679,28.5471,13,1.5,2022-08-31T22:21:10Z +-17.8764,28.535,14,1.3,2022-08-31T22:21:34Z +-17.8843,28.5364,13,1.3,2022-08-31T22:21:46Z +-17.8654,28.5434,13,0.9,2022-08-31T22:22:23Z +-17.8804,28.541,12,1.2,2022-08-31T22:22:32Z +-17.8712,28.5434,12,1.6,2022-08-31T22:23:09Z +-17.8459,28.577,11,1.4,2022-08-30T00:58:18Z +-17.8881,28.5509,14,1.2,2022-08-30T01:14:10Z +-17.8637,28.5219,9,1.4,2022-08-30T01:20:13Z +-17.896,28.6659,12,1.1,2022-08-30T01:45:22Z +-17.9007,28.6357,11,1.3,2022-08-30T04:33:29Z +-17.8976,28.5601,10,0.7,2022-08-30T04:37:15Z +-17.9152,28.562,9,2.1,2022-08-30T04:41:04Z +-17.9188,28.5501,8,2,2022-08-30T04:41:33Z +-17.8528,28.5488,11,1.1,2022-08-30T05:42:47Z +-17.9076,28.5864,12,1.5,2022-08-30T09:24:54Z +-17.8584,28.6071,9,1.4,2022-08-30T17:25:13Z +-17.8815,28.4978,16,1.4,2022-08-30T21:46:41Z +-17.866,28.5399,14,0.9,2022-08-30T21:47:07Z +-17.8625,28.6306,8,1.2,2022-08-30T22:34:43Z +-17.892,28.556,9,1.4,2022-08-30T23:31:43Z +-17.891,28.5978,8,1.8,2022-08-29T01:34:45Z +-17.8672,28.5576,10,1.9,2022-08-29T06:04:12Z +-17.8861,28.6168,3,1.6,2022-08-29T16:50:46Z +-17.8588,28.5816,12,1.1,2022-08-29T22:14:26Z +-17.7746,28.6352,14,1.5,2022-08-28T14:23:50Z +-17.8669,28.5535,13,1.4,2022-08-28T21:29:21Z +-17.8552,28.5578,11,1.1,2022-08-28T21:33:45Z +-17.8752,28.5466,11,1.1,2022-08-28T21:35:25Z +-17.8817,28.5396,14,1.5,2022-08-28T21:37:24Z +-17.8574,28.5626,15,1.3,2022-08-28T21:38:12Z +-17.8764,28.5509,12,1.4,2022-08-28T21:38:46Z +-17.8446,28.5361,17,1.4,2022-08-28T21:53:51Z +-17.8874,28.5338,10,1.3,2022-08-27T01:42:33Z +-17.8635,28.6129,5,1,2022-08-27T04:01:16Z +-17.8729,28.5767,10,1.7,2022-08-27T18:17:22Z +-17.926,28.5575,10,1.3,2022-08-26T02:18:57Z +-17.8328,28.5614,11,1.4,2022-08-26T21:57:02Z +-17.8841,28.5319,12,1.3,2022-08-26T21:57:35Z +-17.862,28.5461,13,0.8,2022-08-25T02:31:57Z +-17.8713,28.5385,12,1.3,2022-08-25T03:40:46Z +-17.8826,28.6249,2,1,2022-08-25T04:07:40Z +-17.8594,28.5986,9,1.7,2022-08-25T11:38:08Z +-17.856,28.5689,14,1.8,2022-08-25T19:30:38Z +-17.882,28.5411,13,1.4,2022-08-25T21:43:38Z +-17.8707,28.5408,10,1.5,2022-08-24T00:19:18Z +-17.8669,28.5506,11,1.7,2022-08-24T00:20:43Z +-17.8846,28.5758,11,1,2022-08-24T00:23:25Z +-17.8338,28.5649,13,1,2022-08-24T04:29:27Z +-17.87,28.598,9,1.1,2022-08-24T17:44:25Z +-17.9196,28.5683,10,1.4,2022-08-23T10:45:38Z +-17.8566,28.6203,8,1.4,2022-08-23T15:59:37Z +-17.8458,28.5667,11,1.3,2022-08-23T20:06:16Z +-17.8709,28.5503,13,1.4,2022-08-23T20:06:47Z +-17.8654,28.5489,13,1.3,2022-08-23T20:06:55Z +-17.8668,28.5464,13,1.3,2022-08-23T20:07:37Z +-17.8568,28.5692,11,1.2,2022-08-23T20:14:19Z +-17.8558,28.5555,11,1.1,2022-08-23T20:18:28Z +-17.8628,28.5542,12,0.9,2022-08-23T20:19:36Z +-17.8853,28.6267,10,1,2022-08-23T23:11:51Z +-17.8331,28.5756,13,1.4,2022-08-23T23:49:36Z +-17.7506,28.6172,13,1.4,2022-08-21T03:49:08Z +-17.8314,28.5511,14,0.9,2022-08-21T05:03:29Z +-17.8491,28.5688,11,0.9,2022-08-21T05:03:41Z +-17.8491,28.5623,12,1.1,2022-08-21T05:04:06Z +-17.8735,28.5801,9,1.1,2022-08-21T05:05:01Z +-17.864,28.5541,12,1.1,2022-08-21T05:08:35Z +-17.9038,28.5886,12,1.5,2022-08-21T05:26:00Z +-17.8545,28.5642,11,1.1,2022-08-21T05:31:57Z +-17.8337,28.5888,15,1.2,2022-08-21T06:15:10Z +-17.8902,28.6284,0,0.8,2022-08-21T06:51:37Z +-17.9418,28.6411,14,1.8,2022-08-21T13:57:04Z +-17.9849,28.6028,10,1.5,2022-08-21T14:13:14Z +-17.8762,28.5686,11,0.7,2022-08-20T01:12:11Z +-17.8505,28.5443,14,1.6,2022-08-20T10:49:01Z +-17.8725,28.613,2,1.2,2022-08-20T12:49:26Z +-17.8767,28.5506,11,1.4,2022-08-20T18:45:38Z +-17.8948,28.5356,12,1.4,2022-08-20T23:33:56Z +-17.8403,28.5652,11,1.1,2022-08-19T05:39:29Z +-17.8597,28.5402,14,1.4,2022-08-19T05:58:08Z +-17.8931,28.5654,11,2.1,2022-08-18T00:10:01Z +-17.8979,28.5803,11,1.5,2022-08-18T01:36:11Z +-17.9069,28.5673,10,1.4,2022-08-18T01:36:54Z +-17.9001,28.5768,11,1.1,2022-08-18T01:43:59Z +-17.8898,28.5725,11,1.5,2022-08-18T01:52:16Z +-17.894,28.5744,11,1.1,2022-08-18T02:08:35Z +-17.8939,28.5892,7,0.9,2022-08-18T03:41:56Z +-17.8753,28.6144,9,1.2,2022-08-18T04:10:13Z +-17.8192,28.6166,10,1.2,2022-08-18T06:09:18Z +-17.8586,28.5948,12,1.4,2022-08-18T16:22:08Z +-17.8339,28.5627,12,1.8,2022-08-18T18:27:44Z +-17.8374,28.5579,12,1.4,2022-08-18T21:19:23Z +-17.9012,28.5896,10,1.6,2022-08-18T23:09:28Z +-17.8638,28.5307,13,1.3,2022-08-18T23:36:06Z +-17.8747,28.5819,12,1,2022-08-18T23:36:20Z +-17.8578,28.5594,11,0.7,2022-08-17T00:29:36Z +-17.8805,28.6048,11,1,2022-08-17T01:21:36Z +-17.8466,28.5612,14,1.2,2022-08-16T02:11:46Z +-17.8793,28.5442,11,1.5,2022-08-16T03:05:28Z +-17.8399,28.5993,11,1.6,2022-08-16T10:35:59Z +-17.8747,28.5827,11,0.9,2022-08-16T19:46:34Z +-17.8683,28.5781,12,0.8,2022-08-15T00:34:23Z +-17.9189,28.544,12,1.1,2022-08-15T00:55:06Z +-17.8606,28.5554,12,0.8,2022-08-15T03:57:59Z +-17.8499,28.5587,12,1,2022-08-15T04:13:13Z +-17.8602,28.5494,13,0.6,2022-08-15T04:13:40Z +-17.866,28.6019,11,1,2022-08-15T21:02:13Z +-17.8681,28.5554,12,1.2,2022-08-15T21:03:34Z +-17.8571,28.5573,12,1.1,2022-08-15T21:04:38Z +-17.8544,28.5547,12,0.9,2022-08-15T22:50:36Z +-17.8769,28.547,11,1,2022-08-15T22:51:27Z +-17.8739,28.5547,10,1.1,2022-08-15T22:51:43Z +-17.8506,28.563,12,0.9,2022-08-14T00:11:56Z +-17.809,28.5465,10,0.9,2022-08-14T00:12:26Z +-17.8639,28.5459,13,1,2022-08-14T00:13:11Z +-17.809,28.5671,8,0.8,2022-08-14T00:13:45Z +-17.8725,28.5374,12,1.2,2022-08-14T00:14:18Z +-17.8627,28.5531,13,0.9,2022-08-14T00:37:27Z +-17.8333,28.5693,13,1.6,2022-08-14T00:40:34Z +-17.8755,28.6149,3,1,2022-08-14T02:47:19Z +-17.8513,28.5536,13,1.2,2022-08-14T18:31:11Z +-17.8633,28.5547,14,1.6,2022-08-14T18:34:46Z +-17.8698,28.5523,12,0.7,2022-08-13T03:08:00Z +-17.8595,28.5592,11,0.8,2022-08-13T03:08:11Z +-17.8534,28.5579,11,1.1,2022-08-13T03:08:20Z +-17.8724,28.5538,13,0.8,2022-08-13T03:25:23Z +-17.852,28.5618,13,1.2,2022-08-13T03:27:25Z +-17.829,28.5767,16,1.5,2022-08-13T06:39:28Z +-17.8548,28.556,12,1.1,2022-08-13T10:46:28Z +-17.871,28.5485,11,1.2,2022-08-13T10:46:54Z +-17.8537,28.5595,12,1.5,2022-08-13T14:59:07Z +-17.8144,28.5612,11,1,2022-08-13T23:46:48Z +-17.8484,28.5454,14,1,2022-08-13T23:48:18Z +-17.8322,28.5566,13,1.3,2022-08-13T23:51:23Z +-17.8496,28.562,10,1,2022-08-13T23:54:33Z +-17.818,28.6228,25,1.8,2022-08-13T23:54:47Z +-17.8442,28.5698,11,1,2022-08-13T23:56:22Z +-17.8484,28.5626,11,1,2022-08-13T23:57:19Z +-17.8776,28.5908,8,0.5,2022-08-12T00:27:28Z +-17.8405,28.5443,14,1.5,2022-08-12T06:03:48Z +-17.8639,28.6195,3,1.1,2022-08-12T11:13:07Z +-17.8505,28.5952,11,1.8,2022-08-12T21:11:01Z +-17.8655,28.5472,11,1,2022-08-11T02:16:45Z +-17.8797,28.5426,11,1,2022-08-11T02:25:36Z +-17.8609,28.5517,13,0.4,2022-08-11T02:27:08Z +-17.8764,28.5445,11,0.7,2022-08-11T02:27:40Z +-17.8737,28.5504,11,0.7,2022-08-11T02:28:18Z +-17.8951,28.5654,10,0.5,2022-08-11T02:38:03Z +-17.8786,28.5443,12,0.8,2022-08-11T02:40:51Z +-17.8455,28.55,12,0.9,2022-08-11T02:41:01Z +-17.866,28.5555,12,1.4,2022-08-11T02:41:07Z +-17.8708,28.5578,12,1.7,2022-08-11T02:48:53Z +-17.8392,28.5695,16,0.9,2022-08-11T03:07:52Z +-17.8633,28.5392,16,1.2,2022-08-11T03:09:08Z +-17.8675,28.5636,11,0.7,2022-08-11T03:10:01Z +-17.8305,28.5667,13,1.2,2022-08-11T05:16:09Z +-17.8438,28.6268,4,1.4,2022-08-10T02:30:44Z +-17.8075,28.5612,14,1.2,2022-08-10T05:38:26Z +-17.9114,28.5774,9,1.6,2022-08-10T08:52:19Z +-17.8883,28.5936,7,1.7,2022-08-10T09:03:40Z +-17.956,28.6012,10,1.6,2022-08-10T16:31:18Z +-17.8445,28.5955,6,1.5,2022-08-10T18:51:41Z +-17.8743,28.5506,11,1,2022-08-10T23:33:41Z +-17.8743,28.5506,11,1,2022-08-10T23:33:41Z +-17.8486,28.5596,12,1,2022-08-09T02:42:09Z +-17.8828,28.5443,11,1.3,2022-08-09T03:30:25Z +-17.8892,28.5836,9,1.7,2022-08-09T04:52:32Z +-17.9174,28.5673,10,1.2,2022-08-09T17:20:33Z +-17.8754,28.6548,3,0.5,2022-08-08T03:10:49Z +-17.8123,28.5843,11,1.2,2022-08-08T21:40:02Z +-17.8657,28.5454,11,0.8,2022-08-07T00:30:42Z +-17.8332,28.5675,11,1.3,2022-08-07T01:38:26Z +-17.8268,28.6008,14,1.2,2022-08-07T05:30:56Z +-17.8693,28.5523,12,1.4,2022-08-07T06:09:16Z +-17.8761,28.5455,12,1.7,2022-08-07T06:09:38Z +-17.8871,28.5274,12,1.4,2022-08-07T06:14:39Z +-17.8772,28.5781,12,1.1,2022-08-07T09:29:34Z +-17.8291,28.5544,13,1.3,2022-08-07T11:30:45Z +-17.8548,28.5386,13,1.3,2022-08-07T11:42:15Z +-17.8648,28.5759,9,1,2022-08-07T17:00:12Z +-17.8685,28.5605,12,1.3,2022-08-07T19:10:17Z +-17.8737,28.5946,9,1.1,2022-08-07T22:54:57Z +-17.847,28.5604,11,1,2022-08-06T02:50:44Z +-17.8196,28.5604,14,0.6,2022-08-06T03:14:46Z +-17.8716,28.5475,12,1,2022-08-06T03:17:29Z +-17.831,28.5587,10,1.7,2022-08-06T03:21:34Z +-17.8355,28.551,14,1.1,2022-08-06T03:23:25Z +-17.796,28.5864,14,1.1,2022-08-06T22:32:11Z +-17.8313,28.5543,14,1,2022-08-05T01:05:32Z +-17.8168,28.5634,13,0.9,2022-08-05T01:06:09Z +-17.8484,28.5574,10,1.2,2022-08-05T01:06:49Z +-17.8355,28.5522,12,1.4,2022-08-05T01:07:25Z +-17.8308,28.5628,15,1.4,2022-08-05T01:08:03Z +-17.9132,28.614,15,1.3,2022-08-05T15:26:14Z +-17.8389,28.5575,11,1.4,2022-08-05T19:06:47Z +-17.937,28.599,8,1.1,2022-08-05T23:47:17Z +-17.9351,28.6374,13,1.6,2022-08-04T03:08:39Z +-17.8887,28.6173,10,1.6,2022-08-04T08:11:07Z +-17.8086,28.5918,16,1.1,2022-08-04T18:54:16Z +-17.8627,28.5843,19,1.2,2022-08-04T23:11:01Z +-17.8733,28.5433,12,0.9,2022-08-04T23:12:49Z +-17.8762,28.5393,13,1.1,2022-08-04T23:28:03Z +-17.8789,28.5391,12,1.6,2022-08-04T23:29:36Z +-17.8076,28.5796,11,1.1,2022-08-03T23:42:07Z +-17.8882,28.6174,3,1.1,2022-08-01T18:16:02Z +-17.8742,28.6217,1,1.8,2022-07-31T05:39:24Z +-17.8847,28.6191,1,1.6,2022-07-31T12:01:27Z +-17.8854,28.6499,4,1.2,2022-07-31T15:19:22Z +-17.8548,28.6037,5,0.8,2022-07-31T22:57:07Z +-17.8868,28.5425,11,1.4,2022-07-30T14:37:44Z +-17.8613,28.5521,11,1.1,2022-07-30T14:39:16Z +-17.878,28.5386,13,1.4,2022-07-30T14:52:43Z +-17.8424,28.6389,1,0.8,2022-07-30T22:42:07Z +-17.8759,28.6122,7,1.4,2022-07-30T22:57:18Z +-17.8619,28.5993,8,2.2,2022-07-29T17:15:00Z +-17.8651,28.6133,6,1.6,2022-07-29T21:21:16Z +-17.868,28.608,5,1.6,2022-07-28T10:58:05Z +-17.831,28.6465,11,1.8,2022-07-28T16:53:15Z +-17.8922,28.6235,2,2.2,2022-07-27T08:04:24Z +-17.8618,28.6037,7,1.3,2022-07-27T17:14:42Z +-17.9028,28.6039,10,1.6,2022-07-27T17:17:01Z +-17.9014,28.608,13,1.1,2022-07-27T20:29:52Z +-17.8926,28.6314,1,1,2022-07-24T00:26:55Z +-17.879,28.623,3,1,2022-07-24T22:31:39Z +-17.8567,28.6363,12,1.1,2022-07-21T02:30:45Z +-17.868,28.6351,11,1.2,2022-07-21T04:09:07Z +-17.8542,28.6168,8,1.8,2022-07-21T12:50:27Z +-17.8358,28.6216,6,1.5,2022-07-21T15:34:57Z +-17.8752,28.6216,10,0.7,2022-07-20T00:21:12Z +-17.9662,28.6004,33,1.5,2022-07-20T02:17:59Z +-17.8994,28.6294,13,1.1,2022-07-20T02:58:03Z +-17.9265,28.6308,13,1.5,2022-07-20T18:54:37Z +-17.9117,28.6123,7,2,2022-07-19T08:14:27Z +-17.9083,28.6122,7,1.2,2022-07-18T01:57:39Z +-17.9522,28.5786,6,1.4,2022-07-18T02:28:45Z +-17.8701,28.5559,0,1.1,2022-07-18T05:32:26Z +-17.891,28.6423,9,1.3,2022-07-17T05:08:01Z +-17.8644,28.5964,0,0.3,2022-07-17T05:58:11Z +-17.8466,28.6039,8,1.1,2022-07-17T08:49:18Z +-17.8692,28.6136,3,1.5,2022-07-17T11:54:36Z +-17.8712,28.6219,3,0.9,2022-07-17T16:39:09Z +-17.8612,28.5963,12,1.6,2022-07-17T18:53:00Z +-17.914,28.6232,10,1.1,2022-07-16T03:56:32Z +-17.8777,28.6237,2,1.6,2022-07-16T04:59:44Z +-17.901,28.578,7,1.1,2022-07-15T02:34:59Z +-17.8488,28.6384,4,1.1,2022-07-14T05:59:42Z +-17.9248,28.6332,2,1.1,2022-07-14T23:04:16Z +-17.9083,28.6169,7,1.4,2022-07-13T03:38:44Z +-17.9449,28.6156,8,1.4,2022-07-13T12:52:14Z +-17.8926,28.618,5,1.2,2022-07-13T16:04:30Z +-17.8426,28.574,9,1.1,2022-07-12T18:45:13Z +-17.8708,28.5487,12,1.1,2022-07-11T01:54:07Z +-17.872,28.5434,13,1.1,2022-07-11T02:14:16Z +-17.8463,28.5525,13,1.2,2022-07-11T02:59:14Z +-17.8418,28.6222,7,0.8,2022-07-10T00:08:17Z +-17.8781,28.6057,5,1.1,2022-07-10T01:03:06Z +-17.8816,28.6199,1,1.5,2022-07-09T00:06:11Z +-17.8815,28.6424,0,1.5,2022-07-09T01:44:10Z +-17.8493,28.6544,7,1.3,2022-07-09T14:02:55Z +-17.8686,28.6199,2,1.2,2022-07-08T00:43:00Z +-17.8692,28.6252,2,0.2,2022-07-08T00:48:55Z +-17.8703,28.6176,2,1.6,2022-07-08T03:25:45Z +-17.8772,28.6105,5,1.1,2022-07-08T17:09:48Z +-17.871,28.6295,0,0.4,2022-07-08T21:10:39Z +-17.8808,28.5285,13,1.6,2022-07-07T20:02:58Z +-17.8958,28.5972,10,1.1,2022-07-04T05:26:28Z +-17.8553,28.6243,8,1.6,2022-07-04T13:24:04Z +-17.8514,28.6088,7,1.1,2022-07-04T18:14:51Z +-17.8449,28.6146,4,1.4,2022-07-04T19:33:26Z +-17.8734,28.5955,8,1.1,2022-07-03T03:12:40Z +-17.9356,28.5981,13,1.6,2022-07-03T17:26:00Z +-17.9461,28.6105,12,1.1,2022-07-02T01:06:31Z +-17.984,28.6018,6,0.9,2022-07-02T02:00:09Z +-17.8615,28.558,10,1.1,2022-07-02T03:17:00Z +-17.9332,28.577,9,1.6,2022-07-02T03:58:40Z +-17.852,28.5654,11,1.1,2022-07-02T04:36:56Z +-17.8672,28.5426,13,1.4,2022-07-02T04:46:43Z +-17.9102,28.5844,11,0.9,2022-07-02T20:05:40Z +-17.8582,28.6151,3,1.4,2022-07-01T12:24:13Z +-17.8719,28.623,5,1.5,2022-07-01T22:19:55Z +-17.855,28.6314,12,1.4,2022-06-27T02:43:42Z +-17.8709,28.5966,10,1.4,2022-06-26T02:33:12Z +-17.9284,28.5726,10,1.2,2022-06-26T15:53:17Z +-17.8983,28.6037,13,1.7,2022-06-25T00:55:23Z +-17.9009,28.5976,10,1.7,2022-06-25T01:25:58Z +-17.9006,28.6073,4,1.1,2022-06-25T05:19:15Z +-17.8873,28.5997,6,1.7,2022-06-25T10:58:33Z +-17.8762,28.6157,0,1.5,2022-06-25T20:26:06Z +-17.9594,28.6267,13,1.2,2022-06-24T00:14:48Z +-17.8779,28.5605,8,0.8,2022-06-24T01:15:23Z +-17.8546,28.5573,12,0.5,2022-06-23T01:19:13Z +-17.872,28.542,13,0.7,2022-06-23T01:20:22Z +-17.8571,28.5541,13,0.8,2022-06-23T01:22:48Z +-17.8617,28.5564,12,0.6,2022-06-23T01:25:46Z +-17.8732,28.5482,12,0.6,2022-06-23T01:25:56Z +-17.8696,28.5471,12,0.6,2022-06-23T01:28:01Z +-17.8493,28.56,12,0.5,2022-06-23T01:30:09Z +-17.9002,28.6356,2,0.6,2022-06-23T02:40:33Z +-17.8686,28.583,12,0.9,2022-06-23T04:19:46Z +-17.8888,28.6033,9,0.7,2022-06-23T05:06:46Z +-17.8715,28.5458,14,1.3,2022-06-23T21:19:53Z +-17.9182,28.5393,13,1,2022-06-23T22:04:41Z +-17.8758,28.6178,4,0.5,2022-06-22T01:30:31Z +-17.8798,28.5751,8,1.5,2022-06-21T00:41:08Z +-17.8654,28.6123,4,1.3,2022-06-21T01:23:24Z +-17.8373,28.6248,18,1.8,2022-06-21T05:16:56Z +-17.8061,28.6388,8,1.2,2022-06-21T05:17:40Z +-17.8905,28.5876,6,1.8,2022-06-21T09:04:41Z +-17.8738,28.6044,9,1.4,2022-06-21T13:41:42Z +-17.9111,28.6076,3,1.6,2022-06-21T23:31:10Z +-17.9054,28.5809,10,1.6,2022-06-20T20:55:08Z +-17.9133,28.6467,11,1.3,2022-06-20T23:07:06Z +-17.8787,28.628,2,0.7,2022-06-18T01:26:58Z +-17.9213,28.5721,10,1.2,2022-06-17T03:59:16Z +-17.8647,28.6202,2,1.4,2022-06-16T02:03:50Z +-17.8429,28.4603,22,2,2022-06-16T18:53:07Z +-17.879,28.6115,5,0.9,2022-06-16T23:04:00Z +-17.9148,28.6337,15,1,2022-06-15T00:57:23Z +-17.8789,28.6362,4,0.6,2022-06-15T01:12:04Z +-17.872,28.5649,9,0.8,2022-06-15T01:14:02Z +-17.8681,28.6215,3,0.7,2022-06-15T03:13:48Z +-17.8951,28.6315,5,0.9,2022-06-14T01:38:39Z +-17.8643,28.6064,7,0.9,2022-06-14T03:16:04Z +-17.8549,28.616,9,1,2022-06-14T04:24:30Z +-17.8989,28.6379,5,0.8,2022-06-13T00:05:44Z +-17.8693,28.6282,12,0.8,2022-06-13T01:01:39Z +-17.8668,28.6033,8,0.8,2022-06-13T01:34:10Z +-17.8675,28.6191,1,1.1,2022-06-13T01:36:45Z +-17.8915,28.6062,3,1.9,2022-06-13T02:22:01Z +-17.8724,28.6217,3,1.4,2022-06-13T02:52:54Z +-17.8998,28.5732,11,1.2,2022-06-13T05:07:52Z +-17.8394,28.6364,5,0.8,2022-06-13T06:02:14Z +-17.8657,28.6216,1,1.7,2022-06-13T18:33:35Z +-17.8719,28.6231,1,1.9,2022-06-12T03:15:37Z +-17.8673,28.6245,4,0.9,2022-06-12T04:21:37Z +-17.8608,28.6274,2,0.8,2022-06-12T04:52:14Z +-17.8913,28.6386,0,0.8,2022-06-11T04:26:58Z +-17.8857,28.5254,17,1.9,2022-06-11T16:10:39Z +-17.8796,28.6288,5,1.2,2022-06-11T17:46:12Z +-17.8775,28.6268,3,0.6,2022-06-10T04:12:46Z +-17.9662,28.5843,6,1.2,2022-06-08T02:38:18Z +-17.9065,28.6167,19,1.5,2022-06-07T02:07:15Z +-17.8967,28.6179,0,1.6,2022-06-04T12:06:18Z +-17.8686,28.6211,4,0.9,2022-06-04T23:58:16Z +-17.8761,28.6217,2,1.1,2022-06-03T12:56:03Z +-17.8669,28.6202,21,1.9,2022-06-03T18:27:57Z +-17.8282,28.6082,7,0.3,2022-06-03T20:47:25Z +-17.8907,28.6407,0,0.8,2022-06-02T03:04:18Z +-17.9026,28.6111,1,1.7,2022-06-02T06:54:39Z +-17.9036,28.6227,3,1.2,2022-06-02T22:59:37Z +-17.9337,28.6118,12,1.3,2022-05-31T03:44:34Z +-17.8743,28.6408,16,1.6,2022-05-30T17:30:29Z +-17.8822,28.5936,6,0.9,2022-05-30T23:47:13Z +-17.8816,28.6149,4,0.3,2022-05-29T01:57:57Z +-17.8826,28.5911,6,1.3,2022-05-29T11:17:24Z +-17.8324,28.6045,14,1.4,2022-05-29T13:23:09Z +-17.8704,28.6291,9,1.2,2022-05-29T21:24:09Z +-17.882,28.6317,1,2,2022-05-28T07:07:19Z +-17.8951,28.6339,3,0.8,2022-05-27T03:27:21Z +-17.9183,28.6323,17,1.5,2022-05-27T04:52:18Z +-17.8367,28.5514,11,1.8,2022-05-27T20:52:03Z +-17.8988,28.6164,3,1.1,2022-05-27T22:46:21Z +-17.8693,28.6313,2,1,2022-05-26T02:17:49Z +-17.8503,28.6065,12,1.4,2022-05-26T22:25:20Z +-17.8183,28.5375,15,1.7,2022-05-25T21:21:29Z +-17.8715,28.6358,2,0.8,2022-05-25T22:25:01Z +-17.8657,28.6183,6,1.3,2022-05-24T01:25:33Z +-17.8663,28.5703,8,1,2022-05-24T04:41:57Z +-17.882,28.6234,0,1.4,2022-05-24T22:41:24Z +-17.8987,28.5903,12,1.8,2022-05-22T05:53:06Z +-17.9605,28.6623,21,1.8,2022-05-22T21:10:30Z +-17.875,28.6328,12,1.2,2022-05-21T02:02:53Z +-17.8939,28.6074,4,1.5,2022-05-20T22:13:05Z +-17.9355,28.6225,2,1.4,2022-05-19T18:51:49Z +-17.8403,28.5571,12,1.2,2022-05-17T01:12:49Z +-17.9185,28.5885,10,1,2022-05-17T01:58:47Z +-17.8179,28.5371,15,1.9,2022-05-17T02:44:47Z +-17.9459,28.4502,18,2.2,2022-05-17T03:08:41Z +-17.8557,28.6657,12,0.9,2022-05-16T00:59:06Z +-17.8848,28.6301,3,0.5,2022-05-16T04:16:28Z +-17.8478,28.5262,17,2,2022-05-16T13:57:02Z +-17.8676,28.6028,17,1.1,2022-05-16T22:29:37Z +-17.8614,28.5801,4,1.3,2022-05-15T23:19:44Z +-17.8494,28.6458,13,0.8,2022-05-15T23:25:48Z +-17.8745,28.6296,5,0.8,2022-05-14T06:45:52Z +-17.903,28.5836,9,1.3,2022-05-13T00:48:51Z +-17.9043,28.5925,11,1.6,2022-05-13T00:48:58Z +-17.8752,28.5967,8,1.4,2022-05-13T00:53:49Z +-17.8704,28.621,2,0.8,2022-05-12T04:58:20Z +-17.866,28.6041,4,2,2022-05-12T18:44:13Z +-17.8581,28.6055,7,0.8,2022-05-11T05:16:43Z +-17.8306,28.5569,12,1.5,2022-05-11T05:27:22Z +-17.9009,28.6333,7,1.3,2022-05-11T08:57:33Z +-17.8862,28.6292,4,1.3,2022-05-11T16:39:04Z +-17.829,28.6331,16,1.8,2022-05-10T00:27:50Z +-17.9426,28.6361,32,2.5,2022-05-10T16:43:05Z +-17.8853,28.6073,4,1.5,2022-05-10T23:13:14Z +-17.8477,28.63,5,1,2022-05-09T00:19:20Z +-17.8869,28.6224,2,1.3,2022-05-09T08:30:04Z +-17.853,28.5935,7,1.7,2022-05-08T10:14:08Z +-17.8566,28.6148,5,0.5,2022-05-07T00:41:49Z +-17.8913,28.5889,25,1.6,2022-05-07T03:38:02Z +-17.8965,28.5531,12,1.9,2022-05-07T12:56:20Z +-17.9498,28.5781,3,1.4,2022-05-07T15:12:21Z +-17.9043,28.6839,16,0.5,2022-05-06T00:32:45Z +-17.8376,28.6148,9,0.7,2022-05-06T23:47:45Z +-17.8948,28.6041,8,1.5,2022-05-05T04:25:40Z +-17.8568,28.6136,11,1.2,2022-05-04T03:05:32Z +-17.8949,28.5945,5,1.4,2022-05-04T21:46:19Z +-17.9215,28.6484,8,0.9,2022-05-03T04:41:26Z +-17.8726,28.6104,0,0.6,2022-05-03T20:17:26Z +-17.9117,28.5933,3,1.7,2022-05-02T12:38:45Z +-17.8963,28.6215,2,0.9,2022-05-02T20:18:02Z +-17.9039,28.6122,3,0.7,2022-05-02T20:50:41Z +-17.8759,28.5579,3,1.2,2022-05-01T00:23:49Z +-17.8785,28.5679,3,1.3,2022-05-01T00:54:57Z +-17.8752,28.6246,4,1.2,2022-05-01T10:29:50Z +-17.9261,28.646,8,1.1,2022-05-01T10:35:54Z +-17.8962,28.5725,9,1.8,2022-05-01T13:11:00Z +-17.9037,28.6283,1,1.1,2022-05-01T15:22:18Z +-17.8622,28.5724,11,1.7,2022-05-01T21:26:00Z +-17.8734,28.626,11,1.5,2022-04-29T05:29:32Z +-17.8647,28.5682,4,1.3,2022-04-29T05:39:26Z +-17.8635,28.612,3,1.1,2022-04-28T00:27:06Z +-17.8938,28.6223,4,1.4,2022-04-28T06:30:00Z +-17.8644,28.638,9,1.1,2022-04-28T21:55:42Z +-17.8425,28.6303,5,0.8,2022-04-27T01:47:40Z +-17.8886,28.6337,17,1.2,2022-04-27T02:35:30Z +-17.8512,28.5996,10,0.9,2022-04-27T02:58:10Z +-17.888,28.64,1,0.8,2022-04-27T03:14:22Z +-17.9404,28.6078,19,1.6,2022-04-27T04:05:08Z +-17.888,28.6535,14,1.5,2022-04-27T19:28:27Z +-17.8712,28.6276,2,1,2022-04-26T01:26:38Z +-17.951,28.6599,15,1.2,2022-04-26T01:33:34Z +-17.8851,28.6308,2,1.1,2022-04-26T01:54:30Z +-17.9059,28.5667,14,1.1,2022-04-26T02:17:26Z +-17.9773,28.5998,0,1.4,2022-04-26T03:57:32Z +-17.8936,28.6262,3,1.5,2022-04-26T06:43:03Z +-17.9108,28.622,9,1.1,2022-04-26T20:26:34Z +-17.873,28.614,7,0.9,2022-04-26T20:34:33Z +-17.8455,28.6522,5,1.1,2022-04-26T23:52:07Z +-17.8745,28.5817,9,1.1,2022-04-25T00:15:36Z +-17.8769,28.6316,12,1.3,2022-04-25T01:42:35Z +-17.882,28.6456,0,0.7,2022-04-25T02:41:46Z +-17.9048,28.6529,2,0.7,2022-04-25T04:03:31Z +-17.9101,28.6466,3,0.8,2022-04-25T04:40:54Z +-17.9733,28.6246,1,1.1,2022-04-25T04:46:57Z +-17.8931,28.6007,7,1.5,2022-04-25T05:17:32Z +-17.8595,28.6245,3,1.6,2022-04-24T00:13:44Z +-17.8689,28.6231,3,1.1,2022-04-24T01:55:37Z +-17.725,28.5491,24,1.8,2022-04-24T12:18:59Z +-17.8861,28.5851,8,1.5,2022-04-24T23:35:19Z +-17.921,28.5733,12,1.2,2022-04-24T23:36:25Z +-17.9107,28.5793,10,1.6,2022-04-23T03:04:14Z +-17.834,28.567,12,1.7,2022-04-23T10:07:13Z +-17.8917,28.5512,8,0.7,2022-04-22T02:59:48Z +-17.8893,28.6233,2,1.6,2022-04-22T17:50:29Z +-17.8914,28.5951,19,1.7,2022-04-22T22:49:27Z +-17.8975,28.5951,11,1.3,2022-04-21T06:36:07Z +-17.8966,28.5842,8,1.8,2022-04-21T09:16:29Z +-17.8996,28.5942,9,1.6,2022-04-21T09:18:07Z +-17.8799,28.6143,2,1.9,2022-04-21T21:20:04Z +-17.8395,28.5587,13,1.7,2022-04-19T03:05:44Z +-17.9133,28.6063,10,1.7,2022-04-19T14:20:37Z +-17.8724,28.6199,3,1.5,2022-04-17T03:33:17Z +-17.8981,28.6269,2,0.5,2022-04-17T14:43:53Z +-17.8614,28.6121,3,1.5,2022-04-17T16:17:42Z +-17.9079,28.6057,1,1.3,2022-04-16T20:54:07Z +-17.8663,28.6048,11,1.5,2022-04-16T22:47:57Z +-17.9492,28.6715,20,2,2022-04-15T06:07:37Z +-17.8743,28.5683,9,1.6,2022-04-14T02:05:49Z +-17.835,28.6165,4,1.4,2022-04-14T02:41:46Z +-17.8618,28.6083,6,1.6,2022-04-14T02:45:10Z +-17.8729,28.6133,3,1.6,2022-04-12T15:37:07Z +-17.9643,28.6073,10,1.5,2022-04-11T00:26:16Z +-17.88,28.545,9,1.5,2022-04-11T08:05:18Z +-17.9106,28.6017,10,1.9,2022-04-10T00:59:25Z +-17.8161,28.5539,11,1.2,2022-04-10T04:38:04Z +-17.8528,28.6288,8,1.1,2022-04-10T05:15:51Z +-17.8653,28.6335,5,1,2022-04-10T05:33:26Z +-17.9121,28.6292,0,0.8,2022-04-10T06:51:24Z +-17.8359,28.5765,7,1.2,2022-04-10T07:56:00Z +-17.8727,28.6076,3,1.1,2022-04-10T09:32:22Z +-17.8742,28.6262,3,1,2022-04-09T02:45:49Z +-17.8522,28.6187,5,1.1,2022-04-09T05:41:57Z +-17.8234,28.6223,8,1.2,2022-04-09T21:25:24Z +-17.8428,28.5657,11,1.3,2022-04-08T01:29:42Z +-17.9038,28.5928,14,1.5,2022-04-08T04:59:39Z +-17.8699,28.6107,12,1.4,2022-04-08T04:59:59Z +-17.8232,28.5464,14,1.6,2022-04-08T18:09:44Z +-17.8399,28.5423,14,1.4,2022-04-08T18:16:25Z +-17.8427,28.5652,11,0.9,2022-04-07T01:16:07Z +-17.8703,28.5355,9,1.3,2022-04-07T01:17:12Z +-17.8258,28.5434,11,1.1,2022-04-07T01:18:28Z +-17.8517,28.5469,14,1.1,2022-04-07T01:19:52Z +-17.8939,28.5335,11,1.9,2022-04-07T03:02:03Z +-17.8162,28.6407,9,1.8,2022-04-07T12:51:22Z +-17.8746,28.5903,8,1.1,2022-04-06T02:32:55Z +-17.8683,28.6092,12,1.3,2022-04-06T02:56:32Z +-17.8288,28.5594,12,1.9,2022-04-06T05:05:32Z +-17.8687,28.5593,12,1.5,2022-04-06T15:58:43Z +-17.8595,28.6021,10,0.8,2022-04-06T22:43:08Z +-17.8932,28.6065,8,1.5,2022-04-05T01:58:35Z +-17.8587,28.5991,13,1.5,2022-04-05T03:46:38Z +-17.8423,28.5822,9,1.6,2022-04-05T04:05:22Z +-17.8502,28.6269,11,1.2,2022-04-05T21:33:11Z +-17.8523,28.6328,6,1.5,2022-04-04T03:17:00Z +-17.8446,28.5552,10,1.8,2022-04-03T00:11:57Z +-17.8722,28.5313,2,1.2,2022-04-03T00:20:30Z +-17.8083,28.566,4,1.2,2022-04-03T00:26:20Z +-17.8179,28.5641,11,1.4,2022-04-03T00:27:21Z +-17.8449,28.5692,12,1.3,2022-04-03T00:28:34Z +-17.8457,28.5255,5,1.5,2022-04-03T00:32:02Z +-17.833,28.556,13,0.7,2022-04-03T00:35:03Z +-17.8956,28.579,15,1.6,2022-04-03T01:22:42Z +-17.8698,28.6282,11,1.9,2022-04-03T02:03:51Z +-17.8078,28.6019,22,2.5,2022-04-03T02:04:59Z +-17.8168,28.5515,8,1.2,2022-04-03T02:15:00Z +-17.7909,28.602,16,1.4,2022-04-03T02:15:24Z +-17.8796,28.6333,3,0.9,2022-04-03T04:41:34Z +-17.8009,28.5922,5,1,2022-04-03T05:27:00Z +-17.8974,28.5878,9,2.2,2022-04-03T23:33:41Z +-17.8989,28.6096,20,1.3,2022-04-02T03:43:23Z +-17.9404,28.6601,12,1.2,2022-04-02T03:44:48Z +-17.795,28.602,17,1.2,2022-04-02T03:52:19Z +-17.8778,28.5991,14,0.9,2022-04-02T05:08:42Z +-17.882,28.5881,14,1.5,2022-04-02T07:41:51Z +-17.8621,28.5958,9,1.2,2022-04-02T15:39:59Z +-17.8575,28.5709,13,1,2022-04-02T20:55:00Z +-17.9502,28.6054,1,1.2,2022-04-02T20:59:49Z +-17.912,28.5682,9,1.2,2022-04-02T21:01:28Z +-17.8177,28.5755,13,1,2022-04-02T21:03:02Z +-17.7498,28.607,7,1.3,2022-04-02T21:03:47Z +-17.9033,28.5785,8,1,2022-04-02T23:03:46Z +-17.8528,28.5428,13,1.2,2022-04-01T00:44:25Z +-17.915,28.5868,10,0.7,2022-04-01T02:32:06Z +-17.8929,28.5867,10,0.9,2022-04-01T03:51:42Z +-17.8892,28.6338,0,1,2022-04-01T09:19:19Z +-17.8957,28.636,4,1.2,2022-04-01T15:33:06Z +-17.8438,28.6158,10,0.7,2022-04-01T21:57:12Z +-17.9179,28.5762,9,1.3,2022-04-01T23:18:29Z +-17.8805,28.6358,1,1.8,2022-03-31T00:00:51Z +-17.8649,28.5456,14,1.6,2022-03-31T16:19:04Z +-17.9436,28.6311,13,1.1,2022-03-31T19:43:18Z +-17.8653,28.62,4,1.2,2022-03-30T01:49:07Z +-17.8512,28.6259,7,1.5,2022-03-30T07:47:45Z +-17.7952,28.5819,17,1.9,2022-03-30T15:59:09Z +-17.9282,28.5727,9,1.3,2022-03-30T19:47:49Z +-17.895,28.5997,11,1.5,2022-03-29T00:07:46Z +-17.8889,28.5872,7,1.5,2022-03-29T01:41:39Z +-17.9541,28.5952,8,1.6,2022-03-29T01:44:02Z +-17.8732,28.6193,1,1.4,2022-03-29T03:55:24Z +-17.8491,28.5666,12,2,2022-03-29T15:01:51Z +-17.8785,28.595,11,1.8,2022-03-29T16:20:59Z +-17.8773,28.6366,0,1.1,2022-03-28T01:35:05Z +-17.8557,28.5296,15,1.6,2022-03-28T21:56:33Z +-17.8482,28.5607,14,1.4,2022-03-26T01:36:46Z +-17.8792,28.5917,5,0.7,2022-03-26T03:58:44Z +-17.9099,28.5933,5,0.8,2022-03-26T04:05:36Z +-17.834,28.5653,11,1.8,2022-03-25T00:02:38Z +-17.8393,28.5671,9,2.2,2022-03-25T00:05:17Z +-17.8412,28.5624,8,1.4,2022-03-25T00:09:24Z +-17.839,28.5604,10,1.5,2022-03-25T00:35:22Z +-17.8419,28.5614,12,1.6,2022-03-25T01:29:41Z +-17.8283,28.5677,11,1.9,2022-03-25T01:36:20Z +-17.8504,28.5588,10,1.3,2022-03-25T01:49:18Z +-17.7901,28.5609,10,1.6,2022-03-25T02:02:46Z +-17.8169,28.5593,9,1.6,2022-03-25T02:04:48Z +-17.8353,28.5723,7,1.4,2022-03-25T02:33:11Z +-17.8549,28.5501,11,2,2022-03-25T03:12:35Z +-17.8762,28.5411,30,2.4,2022-03-25T04:30:30Z +-17.8525,28.5447,4,2.1,2022-03-25T04:42:16Z +-17.8187,28.5659,11,1.2,2022-03-25T05:00:00Z +-17.8422,28.5629,11,1.9,2022-03-25T05:09:45Z +-17.8497,28.5569,13,1.6,2022-03-25T05:12:06Z +-17.8427,28.5632,13,0.9,2022-03-25T05:44:29Z +-17.8371,28.5441,13,1.2,2022-03-25T05:55:04Z +-17.88,28.5439,12,1.9,2022-03-25T06:00:22Z +-17.8523,28.5697,11,1.4,2022-03-25T06:07:54Z +-17.834,28.5816,11,1.7,2022-03-25T06:33:43Z +-17.844,28.5694,13,1.7,2022-03-25T06:35:00Z +-17.8375,28.5547,12,1.7,2022-03-25T06:41:41Z +-17.8337,28.552,11,1.9,2022-03-25T06:50:58Z +-17.8392,28.5761,10,1.5,2022-03-25T07:50:10Z +-17.8433,28.5564,10,2.6,2022-03-25T07:53:28Z +-17.8523,28.5517,11,1.3,2022-03-25T08:03:29Z +-17.8546,28.5549,11,2,2022-03-25T08:07:34Z +-17.8275,28.5617,11,1.7,2022-03-25T08:17:04Z +-17.8167,28.5809,21,2.5,2022-03-25T08:35:05Z +-17.8384,28.5587,9,2,2022-03-25T08:44:01Z +-17.8324,28.5712,13,2.1,2022-03-25T08:53:11Z +-17.8154,28.5673,12,1.9,2022-03-25T09:29:43Z +-17.8482,28.5614,10,1.8,2022-03-25T09:31:52Z +-17.8549,28.5359,11,1.8,2022-03-25T09:34:09Z +-17.8757,28.5346,16,1.8,2022-03-25T11:50:16Z +-17.8497,28.5622,11,1.8,2022-03-25T12:48:40Z +-17.8837,28.5724,10,1.4,2022-03-25T17:52:21Z +-17.8668,28.5525,13,1.6,2022-03-25T22:16:27Z +-17.8543,28.545,13,1.8,2022-03-25T23:57:19Z +-17.8467,28.5542,14,2,2022-03-24T01:02:14Z +-17.8689,28.5636,13,1.9,2022-03-24T17:33:41Z +-17.8628,28.5566,13,1.8,2022-03-24T17:34:45Z +-17.8573,28.532,13,2.1,2022-03-24T19:07:46Z +-17.8133,28.5826,10,2,2022-03-24T19:08:02Z +-17.8386,28.5592,13,2,2022-03-24T19:18:50Z +-17.8512,28.4846,22,2.1,2022-03-24T19:20:58Z +-17.8109,28.5266,28,2.9,2022-03-24T19:21:19Z +-17.8408,28.5642,12,1.8,2022-03-24T19:30:28Z +-17.9313,28.5489,0,2.3,2022-03-24T19:43:36Z +-17.8729,28.5485,13,1.8,2022-03-24T19:57:18Z +-17.8453,28.5435,13,1.8,2022-03-24T19:59:05Z +-17.8717,28.5346,7,2.2,2022-03-24T20:02:24Z +-17.8609,28.5619,9,2.3,2022-03-24T20:06:42Z +-17.8452,28.5631,12,1.7,2022-03-24T20:12:39Z +-17.8495,28.5191,13,2.2,2022-03-24T20:26:07Z +-17.8405,28.5348,14,2.3,2022-03-24T20:55:06Z +-17.8312,28.5581,12,2,2022-03-24T21:02:25Z +-17.8402,28.5682,16,2,2022-03-24T21:05:53Z +-17.8455,28.5575,9,2.1,2022-03-24T21:06:57Z +-17.8235,28.5715,14,2.1,2022-03-24T21:08:23Z +-17.7933,28.5589,8,3,2022-03-24T21:22:05Z +-17.8259,28.5185,14,2.3,2022-03-24T21:24:35Z +-17.8186,28.5378,10,2.2,2022-03-24T21:26:05Z +-17.8617,28.5527,11,2,2022-03-24T21:34:05Z +-17.8134,28.573,11,1.9,2022-03-24T21:35:15Z +-17.8312,28.545,12,2.5,2022-03-24T21:36:39Z +-17.85,28.5651,11,2.4,2022-03-24T21:39:11Z +-17.8566,28.5568,14,2.2,2022-03-24T21:41:11Z +-17.8488,28.5517,14,2.4,2022-03-24T21:43:37Z +-17.8141,28.5528,14,1.6,2022-03-24T21:46:48Z +-17.8329,28.5584,10,2.5,2022-03-24T22:10:31Z +-17.8316,28.5735,10,2.4,2022-03-24T22:19:18Z +-17.8338,28.5629,12,2,2022-03-24T23:49:01Z +-17.9274,28.6243,0,0.6,2022-03-23T03:10:05Z +-17.8564,28.5519,11,1.8,2022-03-23T11:31:38Z +-17.8682,28.6299,4,1.2,2022-03-23T21:25:04Z +-17.869,28.5449,20,2.1,2022-03-22T00:58:25Z +-17.9216,28.5814,8,1.3,2022-03-22T04:59:49Z +-17.8364,28.5509,15,1.6,2022-03-22T05:02:33Z +-17.842,28.6482,2,1.2,2022-03-22T06:08:23Z +-17.82,28.5222,14,2.2,2022-03-22T10:03:07Z +-17.8442,28.6099,12,1.9,2022-03-22T10:16:40Z +-17.8948,28.6006,9,1.1,2022-03-22T18:56:01Z +-17.8739,28.6306,4,1.5,2022-03-21T03:04:49Z +-17.9127,28.5604,10,1.2,2022-03-21T06:28:10Z +-17.8393,28.5456,12,1.5,2022-03-21T13:30:30Z +-17.8674,28.5541,10,2.2,2022-03-21T13:37:40Z +-17.8895,28.5591,11,1.3,2022-03-21T13:51:55Z +-17.8974,28.5911,8,1.5,2022-03-21T15:11:02Z +-17.8903,28.5862,11,1.7,2022-03-21T15:22:39Z +-17.884,28.6021,15,1.3,2022-03-21T21:06:22Z +-17.873,28.6166,1,1.7,2022-03-20T03:33:21Z +-17.8503,28.6199,4,1,2022-03-20T05:54:46Z +-17.851,28.6229,3,0.9,2022-03-20T06:30:59Z +-17.9187,28.5991,7,1.5,2022-03-20T21:49:21Z +-17.8867,28.6259,0,1.7,2022-03-20T22:27:19Z +-17.8828,28.6204,0,0.4,2022-03-20T23:05:45Z +-17.8379,28.5715,12,1.2,2022-03-19T02:57:54Z +-17.868,28.6189,2,1,2022-03-19T04:55:42Z +-17.8405,28.5615,10,1.2,2022-03-19T04:58:14Z +-17.8261,28.5676,14,1.2,2022-03-19T05:24:26Z +-17.7326,28.5774,9,1.4,2022-03-19T05:30:33Z +-17.83,28.5695,11,1.1,2022-03-19T06:25:56Z +-17.8213,28.5713,11,0.8,2022-03-19T06:33:41Z +-17.8855,28.605,5,0.8,2022-03-19T08:57:38Z +-17.9418,28.6176,0,0.8,2022-03-19T20:28:15Z +-17.8184,28.5492,13,1.3,2022-03-19T21:51:57Z +-17.8557,28.6175,3,1.2,2022-03-19T22:00:47Z +-17.867,28.6171,3,0.6,2022-03-19T23:20:50Z +-17.8296,28.5678,11,2.3,2022-03-18T21:06:35Z +-17.7317,28.5662,11,1.9,2022-03-18T22:56:30Z +-17.8529,28.616,5,1.8,2022-03-17T16:32:06Z +-17.8144,28.5534,13,1.5,2022-03-16T02:58:42Z +-17.8774,28.6331,9,1.5,2022-03-16T04:14:36Z +-17.8593,28.6075,9,2,2022-03-16T18:39:15Z +-17.8221,28.5693,13,1.4,2022-03-15T01:02:50Z +-17.8875,28.5664,10,2.1,2022-03-15T07:19:50Z +-17.8915,28.6309,2,1.5,2022-03-15T17:56:10Z +-17.9118,28.5846,9,1.5,2022-03-15T20:07:18Z +-17.8292,28.5518,16,1.6,2022-03-15T21:09:03Z +-17.8876,28.6114,3,1.5,2022-03-15T23:50:10Z +-17.9108,28.5824,8,1.6,2022-03-14T01:29:11Z +-17.8971,28.5861,10,1.6,2022-03-14T01:31:55Z +-17.8835,28.5945,9,2,2022-03-14T01:31:58Z +-17.9364,28.6069,0,1.8,2022-03-14T05:55:38Z +-17.8825,28.6259,5,1.5,2022-03-13T01:05:09Z +-17.8841,28.6069,5,1.6,2022-03-13T05:32:47Z +-17.8788,28.6067,6,0.9,2022-03-13T17:09:51Z +-17.8975,28.6238,3,1.4,2022-03-13T17:39:46Z +-17.9089,28.6258,1,0.9,2022-03-13T19:27:18Z +-17.8783,28.6162,3,1.6,2022-03-12T05:52:09Z +-17.9958,28.6372,0,1.4,2022-03-11T02:31:55Z +-17.8753,28.6196,3,1.1,2022-03-11T05:06:31Z +-17.8768,28.6152,3,1.6,2022-03-11T07:26:12Z +-17.9383,28.3284,10,2.1,2022-03-11T20:46:53Z +-17.8887,28.6423,9,2.3,2022-03-11T21:26:23Z +-17.9209,28.5777,10,1,2022-03-10T03:17:14Z +-17.9073,28.6353,0,0.9,2022-03-09T00:24:38Z +-17.9035,28.6199,0,0.9,2022-03-09T00:24:51Z +-17.8854,28.629,3,1.2,2022-03-09T02:05:30Z +-17.8182,28.5784,16,1.1,2022-03-09T04:34:36Z +-17.8666,28.5896,6,2.1,2022-03-09T05:35:46Z +-17.9039,28.5859,11,1,2022-03-08T03:05:39Z +-17.8649,28.4665,30,1.5,2022-03-08T04:51:47Z +-17.8631,28.6044,5,1.1,2022-03-08T06:09:59Z +-17.868,28.6259,9,1.8,2022-03-08T14:56:41Z +-17.8989,28.5923,8,1.6,2022-03-08T20:53:15Z +-17.8986,28.5852,10,2,2022-03-08T20:54:06Z +-17.874,28.5716,11,1.2,2022-03-08T22:20:02Z +-17.8991,28.6428,0,0.9,2022-03-07T01:04:53Z +-17.8967,28.6559,14,2.1,2022-03-07T01:49:15Z +-17.8816,28.6203,2,1.4,2022-03-07T03:11:59Z +-17.8703,28.6213,3,1.2,2022-03-07T04:13:55Z +-17.8918,28.6183,0,0.8,2022-03-07T04:21:13Z +-17.9858,28.5623,0,1.6,2022-03-07T04:43:51Z +-17.825,28.5649,9,2.1,2022-03-07T06:17:41Z +-17.8946,28.6298,3,1.3,2022-03-07T21:23:52Z +-17.8877,28.5933,6,0.7,2022-03-07T21:39:20Z +-17.8788,28.5477,12,1.5,2022-03-07T22:20:36Z +-17.8718,28.5406,12,1.4,2022-03-07T23:40:07Z +-17.8416,28.5562,18,1.6,2022-03-06T01:09:31Z +-17.8424,28.5478,13,1.2,2022-03-06T01:43:40Z +-17.8749,28.6206,3,1,2022-03-06T02:24:12Z +-17.9014,28.6138,0,1.2,2022-03-06T02:26:13Z +-17.8453,28.572,14,1.6,2022-03-06T03:04:29Z +-17.8449,28.5433,14,1.5,2022-03-06T03:47:45Z +-17.8258,28.5769,14,1.5,2022-03-06T05:03:23Z +-17.8283,28.5769,15,1.6,2022-03-06T07:05:33Z +-17.9248,28.6171,0,1.1,2022-03-06T09:18:55Z +-17.8302,28.5574,13,1.4,2022-03-06T09:24:51Z +-17.8237,28.6479,24,1.9,2022-03-06T11:06:37Z +-17.8247,28.5858,10,1.7,2022-03-06T11:08:40Z +-17.8355,28.5839,11,1.6,2022-03-06T11:18:52Z +-17.8341,28.5537,13,1.9,2022-03-06T15:53:53Z +-17.8606,28.6159,3,1.3,2022-03-06T18:16:10Z +-17.9313,28.6093,0,1.1,2022-03-06T21:48:22Z +-17.8728,28.6069,7,1.3,2022-03-05T02:35:36Z +-17.7529,28.562,4,1.3,2022-03-05T03:29:32Z +-17.8405,28.5688,10,2.2,2022-03-05T05:55:36Z +-17.8308,28.5555,15,2.4,2022-03-05T06:01:01Z +-17.8684,28.5473,11,1.5,2022-03-05T06:24:01Z +-17.8483,28.5586,11,1.6,2022-03-05T06:24:39Z +-17.8355,28.5415,14,2.1,2022-03-05T06:48:27Z +-17.8421,28.5572,13,2.3,2022-03-05T06:49:56Z +-17.8586,28.5382,12,2.5,2022-03-05T06:50:09Z +-17.8574,28.563,11,1.7,2022-03-05T07:36:10Z +-17.8514,28.5758,13,1.8,2022-03-05T08:00:11Z +-17.8427,28.5629,11,2.3,2022-03-05T08:04:56Z +-17.8429,28.567,12,1.6,2022-03-05T09:51:26Z +-17.8636,28.5587,11,1.7,2022-03-05T23:03:30Z +-17.8724,28.5955,11,1.5,2022-03-04T02:57:49Z +-17.9132,28.6319,2,1.2,2022-03-04T04:04:14Z +-17.9215,28.5963,3,1.2,2022-03-04T06:07:23Z +-17.9025,28.6073,6,0.9,2022-03-04T06:29:55Z +-17.8637,28.5233,18,1.9,2022-03-04T14:43:09Z +-17.8556,28.4731,11,1.9,2022-03-04T16:08:32Z +-17.784300000000002,28.5434,10,1.6,2022-03-04T16:17:09Z +-17.82,28.561,13,2,2022-03-04T16:29:27Z +-17.7744,28.5178,17,2.3,2022-03-04T16:31:05Z +-17.8493,28.561,12,2.2,2022-03-04T16:50:59Z +-17.8157,28.5642,12,1.6,2022-03-04T18:57:43Z +-17.9396,28.6191,3,1.8,2022-03-04T21:42:05Z +-17.8892,28.621,3,1.6,2022-03-03T00:10:53Z +-17.8951,28.62,4,0.7,2022-03-03T05:11:24Z +-17.8956,28.5921,8,2.3,2022-03-03T08:51:53Z +-17.9079,28.5951,4,2,2022-03-03T14:33:47Z +-17.8828,28.6171,2,1.7,2022-03-03T15:44:27Z +-17.892,28.6127,3,0.8,2022-03-03T22:35:50Z +-17.8871,28.6207,3,1.4,2022-03-02T02:36:21Z +-17.8861,28.6353,0,0.9,2022-03-02T06:05:02Z +-17.9086,28.6262,2,1.6,2022-03-01T03:59:16Z +-17.8303,28.5554,14,1.8,2022-02-28T02:49:13Z +-17.9144,28.5199,34,2.5,2022-02-28T02:58:15Z +-17.8838,28.629,2,2,2022-02-27T00:53:27Z +-17.8718,28.5911,1,1.8,2022-02-27T03:51:33Z +-17.8688,28.5881,2,1,2022-02-27T04:05:37Z +-17.8675,28.6152,4,1.5,2022-02-27T06:38:33Z +-17.896,28.5538,0,0.9,2022-02-26T01:11:42Z +-17.8992,28.6281,3,0.7,2022-02-26T01:36:31Z +-17.8826,28.5775,10,1.1,2022-02-26T01:44:09Z +-17.8684,28.6284,3,2.2,2022-02-26T14:14:35Z +-17.8251,28.5594,13,1.3,2022-02-25T02:19:49Z +-17.9096,28.6258,4,1.5,2022-02-25T07:02:10Z +-17.8922,28.6023,3,1.2,2022-02-25T18:00:29Z +-17.8824,28.6207,2,1.3,2022-02-24T04:13:43Z +-17.88,28.5632,10,1.9,2022-02-24T07:28:29Z +-17.8764,28.6157,3,1.8,2022-02-24T17:56:02Z +-17.9009,28.6148,1,1.1,2022-02-24T21:12:39Z +-17.8471,28.5487,14,1.5,2022-02-23T04:17:36Z +-17.8424,28.6326,17,1.4,2022-02-23T06:50:01Z +-17.9116,28.6021,0,0.8,2022-02-23T07:52:21Z +-17.8549,28.6052,11,1.2,2022-02-23T10:05:09Z +-17.8975,28.642,3,1.1,2022-02-23T21:54:00Z +-17.8088,28.5537,13,1.9,2022-02-22T04:13:17Z +-17.8406,28.5596,11,2.1,2022-02-22T04:54:14Z +-17.8717,28.6138,3,1.7,2022-02-22T12:58:56Z +-17.9302,28.621,0,1.8,2022-02-21T00:20:21Z +-17.9687,28.61,3,1.5,2022-02-21T00:23:12Z +-17.8401,28.5364,15,1.9,2022-02-21T23:26:41Z +-17.8701,28.6201,5,1.1,2022-02-20T12:06:03Z +-17.8704,28.6221,3,1.2,2022-02-20T13:40:59Z +-17.8584,28.6166,4,1.4,2022-02-19T18:06:25Z +-17.8063,28.5652,16,1.8,2022-02-18T01:01:11Z +-17.8704,28.5501,11,1.5,2022-02-18T01:57:14Z +-17.9951,28.6143,8,1.5,2022-02-18T03:37:15Z +-17.905,28.6197,3,0.8,2022-02-18T04:25:27Z +-17.8458,28.5501,12,1.6,2022-02-18T05:57:42Z +-17.8707,28.6197,3,1.6,2022-02-18T08:44:36Z +-17.8627,28.6145,11,1.6,2022-02-18T09:54:50Z +-17.8298,28.5614,15,1.7,2022-02-17T02:42:39Z +-17.8221,28.5765,14,1.4,2022-02-17T06:10:56Z +-17.9041,28.5567,9,2.1,2022-02-16T08:57:04Z +-17.8704,28.5519,11,1.1,2022-02-15T00:00:21Z +-17.8351,28.63,10,1,2022-02-15T00:56:22Z +-17.8989,28.6219,3,0.7,2022-02-15T01:04:46Z +-17.9126,28.6119,2,1,2022-02-15T01:11:19Z +-17.8317,28.5596,12,1.3,2022-02-15T05:36:55Z +-17.9238,28.6111,1,1.7,2022-02-15T07:19:45Z +-17.8588,28.5508,14,1.9,2022-02-15T07:29:16Z +-17.8664,28.5818,9,1.7,2022-02-15T07:33:17Z +-17.8822,28.6759,11,0.9,2022-02-15T23:01:19Z +-17.8049,28.5632,13,1.5,2022-02-14T00:37:07Z +-17.8258,28.537,13,1.3,2022-02-14T00:37:13Z +-17.8948,28.5736,11,1.3,2022-02-14T03:32:43Z +-17.8787,28.6322,0,0.7,2022-02-14T20:30:52Z +-17.848,28.5521,12,1.5,2022-02-14T22:20:58Z +-17.8462,28.5879,6,1.1,2022-02-13T01:38:57Z +-17.8735,28.5457,11,1.1,2022-02-13T05:33:31Z +-17.9044,28.6225,3,0.9,2022-02-13T05:35:37Z +-17.8728,28.5432,10,1,2022-02-13T05:51:24Z +-17.8672,28.5491,12,0.9,2022-02-13T05:52:09Z +-17.8752,28.6212,1,1.6,2022-02-13T10:31:42Z +-17.8478,28.5434,14,1.3,2022-02-13T20:31:50Z +-17.8324,28.5496,14,1.1,2022-02-13T20:49:58Z +-17.8365,28.5599,15,1.6,2022-02-12T00:20:38Z +-17.8723,28.6132,2,0.5,2022-02-12T01:57:13Z +-17.8608,28.6041,9,0.9,2022-02-12T05:28:39Z +-17.8942,28.6182,3,1.5,2022-02-12T07:43:42Z +-17.8869,28.6217,3,1,2022-02-12T08:36:12Z +-17.8884,28.6291,2,1.4,2022-02-12T21:29:31Z +-17.8384,28.5421,14,1.7,2022-02-12T21:31:57Z +-17.8194,28.5702,12,1.7,2022-02-11T02:02:19Z +-17.8278,28.5952,7,0.8,2022-02-11T04:20:54Z +-17.8759,28.6193,3,2,2022-02-11T17:15:55Z +-17.8605,28.5502,10,1.2,2022-02-11T19:57:31Z +-17.8114,28.5624,14,1.4,2022-02-11T22:47:10Z +-17.8295,28.5547,13,1.5,2022-02-10T00:58:32Z +-17.8964,28.6391,2,1.2,2022-02-10T01:17:41Z +-17.9004,28.6046,4,1,2022-02-10T02:13:24Z +-17.8804,28.619,2,0.9,2022-02-10T02:48:10Z +-17.8667,28.6218,2,0.2,2022-02-10T03:00:37Z +-17.8725,28.607,3,0.7,2022-02-10T03:19:04Z +-17.8451,28.5525,14,1.4,2022-02-10T04:26:19Z +-17.9003,28.6054,3,0.9,2022-02-10T04:29:03Z +-17.8498,28.6409,2,0.8,2022-02-10T04:33:23Z +-17.8845,28.6263,1,0.8,2022-02-10T05:12:46Z +-17.8634,28.5679,16,1.2,2022-02-10T06:05:20Z +-17.8484,28.6006,8,1.9,2022-02-10T10:53:40Z +-17.8341,28.5738,12,1.2,2022-02-09T01:57:52Z +-17.8242,28.6414,12,1.4,2022-02-09T02:24:27Z +-17.8731,28.5689,16,1.2,2022-02-09T02:28:51Z +-17.8704,28.5807,10,1.2,2022-02-09T03:11:11Z +-17.8577,28.5676,16,1.6,2022-02-09T03:30:39Z +-17.865,28.6158,2,0.6,2022-02-09T04:45:16Z +-17.8799,28.6009,4,0.5,2022-02-09T05:27:41Z +-17.8926,28.6162,2,1,2022-02-09T14:46:18Z +-17.879,28.6223,1,0.5,2022-02-09T18:10:33Z +-17.8853,28.5893,6,0.7,2022-02-09T20:28:48Z +-17.8108,28.6041,12,1.5,2022-02-09T23:50:54Z +-17.8941,28.6345,2,1.2,2022-02-08T06:03:03Z +-17.8791,28.6223,1,0.9,2022-02-08T06:25:05Z +-17.8874,28.6154,2,0.9,2022-02-08T06:48:16Z +-17.8954,28.612,0,1,2022-02-08T10:03:08Z +-17.8973,28.6236,0,1,2022-02-08T22:12:00Z +-17.8731,28.6354,2,1.2,2022-02-08T22:36:41Z +-17.8231,28.5772,11,1,2022-02-08T22:59:11Z +-17.8637,28.5498,10,1.5,2022-02-08T23:34:18Z +-17.8626,28.5583,10,1.4,2022-02-08T23:36:58Z +-17.8751,28.6244,2,1.3,2022-02-08T23:41:23Z +-17.8772,28.5255,14,1.2,2022-02-08T23:42:40Z +-17.8368,28.539,13,1.6,2022-02-07T02:04:05Z +-17.853,28.6113,12,1.7,2022-02-07T05:44:03Z +-17.9327,28.6196,0,1.4,2022-02-07T16:05:53Z +-17.8638,28.5503,11,1.4,2022-02-07T20:49:00Z +-17.8859,28.5659,10,2.5,2022-02-07T20:54:34Z +-17.8318,28.5517,13,1.6,2022-02-07T22:05:37Z +-17.8893,28.5522,11,1.1,2022-02-07T23:27:01Z +-17.8401,28.5586,11,1.1,2022-02-07T23:27:55Z +-17.8832,28.5506,0,1.1,2022-02-06T00:22:46Z +-17.9218,28.6445,4,1.4,2022-02-06T02:19:41Z +-17.9245,28.6117,3,1,2022-02-06T03:06:27Z +-17.8557,28.5458,14,1.8,2022-02-06T07:08:28Z +-17.8339,28.5275,9,1.9,2022-02-06T07:17:33Z +-17.8441,28.5536,11,1.5,2022-02-06T09:38:30Z +-17.8832,28.614,20,1.8,2022-02-06T12:03:50Z +-17.8792,28.5407,10,1.5,2022-02-06T22:13:07Z +-17.8748,28.5446,10,1.7,2022-02-06T22:14:19Z +-17.8416,28.5615,14,1.3,2022-02-05T01:56:34Z +-17.8475,28.5194,13,0.9,2022-02-05T03:04:53Z +-17.8369,28.54,24,1.6,2022-02-05T04:08:51Z +-17.8395,28.5543,13,1.4,2022-02-05T04:11:27Z +-17.9062,28.612,3,0.9,2022-02-05T04:48:42Z +-17.9401,28.6081,0,0.9,2022-02-05T06:03:37Z +-17.9211,28.6211,1,1.5,2022-02-05T13:59:37Z +-17.9654,28.5882,3,1.5,2022-02-05T15:23:45Z +-17.8773,28.6456,13,1.4,2022-02-05T15:32:05Z +-17.8789,28.5579,11,1.5,2022-02-05T19:06:23Z +-17.9286,28.6158,0,1.1,2022-02-05T22:23:30Z +-17.8479,28.54,15,1.7,2022-02-05T23:33:24Z +-17.8399,28.5651,13,1.2,2022-02-05T23:35:36Z +-17.8619,28.5326,13,1.6,2022-02-05T23:36:00Z +-17.8405,28.5421,12,1.3,2022-02-05T23:53:37Z +-17.8324,28.559,11,1.5,2022-02-04T00:25:26Z +-17.8843,28.6364,1,1.7,2022-02-04T22:51:23Z +-17.8797,28.6122,3,1,2022-02-04T22:59:57Z +-17.8537,28.5155,8,1,2022-02-04T23:43:48Z +-17.8485,28.5639,9,1.9,2022-02-03T01:51:11Z +-17.806,28.5614,10,1.7,2022-02-03T02:01:49Z +-17.8615,28.5478,11,1.8,2022-02-03T05:14:32Z +-17.8809,28.6006,10,1.3,2022-02-02T07:06:10Z +-17.8707,28.6036,7,1.3,2022-02-02T07:14:18Z +-17.8586,28.5381,34,2.2,2022-02-02T09:24:25Z +-17.9083,28.6245,2,1.1,2022-02-02T10:12:52Z +-17.9208,28.6224,0,1.7,2022-02-02T17:31:41Z +-17.8973,28.6034,4,1.6,2022-02-02T23:59:34Z +-17.782,28.5003,8,1.7,2022-02-01T00:57:18Z +-17.8117,28.5433,37,1.9,2022-02-01T01:03:43Z +-17.8171,28.5453,15,1.4,2022-02-01T01:05:55Z +-17.8111,28.5834,4,1,2022-02-01T01:13:09Z +-17.9087,28.6248,2,1.4,2022-02-01T01:57:19Z +-17.9535,28.5866,8,1.8,2022-02-01T02:57:48Z +-17.8853,28.5655,9,2.2,2022-02-01T04:42:34Z +-17.846800000000002,28.5515,11,1.6,2022-02-01T07:10:21Z +-17.9191,28.6157,12,1.3,2022-02-01T07:19:36Z +-17.8503,28.5561,12,1.5,2022-01-31T01:29:25Z +-17.839,28.5654,11,1.3,2022-01-31T03:46:28Z +-17.8434,28.5581,13,1.6,2022-01-31T06:16:32Z +-17.8238,28.5593,12,1.8,2022-01-31T06:18:33Z +-17.8403,28.5603,13,1.3,2022-01-31T06:21:50Z +-17.8746,28.5411,16,1.7,2022-01-31T06:42:41Z +-17.8631,28.5569,13,1.1,2022-01-31T07:34:19Z +-17.819,28.5612,13,1.9,2022-01-31T07:48:05Z +-17.8884,28.6082,2,1.5,2022-01-31T11:46:20Z +-17.8321,28.5764,8,1.3,2022-01-31T13:33:13Z +-17.8526,28.5685,11,1.9,2022-01-31T14:25:54Z +-17.8519,28.5638,10,1.9,2022-01-31T16:42:34Z +-17.8377,28.5654,14,1.6,2022-01-31T16:57:26Z +-17.8517,28.5518,13,1.3,2022-01-31T20:04:33Z +-17.8378,28.534,13,1.3,2022-01-31T21:17:15Z +-17.8429,28.5691,11,1.8,2022-01-31T21:26:16Z +-17.8972,28.6172,2,1.8,2022-01-31T21:28:13Z +-17.898,28.619,2,1.4,2022-01-31T21:32:17Z +-17.8369,28.6091,9,1.3,2022-01-31T21:51:09Z +-17.8415,28.6118,7,1.1,2022-01-31T21:54:01Z +-17.8461,28.5623,13,1.3,2022-01-31T23:05:24Z +-17.8395,28.5641,12,1.2,2022-01-31T23:05:56Z +-17.98,28.5287,16,1.3,2022-01-31T23:34:28Z +-17.8382,28.5575,14,1.6,2022-01-31T23:40:12Z +-17.8657,28.5581,10,1.8,2022-01-31T23:41:05Z +-17.878,28.6174,9,1.3,2022-01-30T00:19:15Z +-17.8324,28.5673,13,1.8,2022-01-30T04:06:58Z +-17.9091,28.5966,7,1.2,2022-01-30T05:32:36Z +-17.8121,28.5473,11,1.6,2022-01-30T08:02:58Z +-17.8512,28.5399,15,1.5,2022-01-30T10:08:26Z +-17.9582,28.6471,11,1.6,2022-01-30T16:19:57Z +-17.9032,28.6087,13,1.9,2022-01-30T16:27:18Z +-17.9427,28.6007,10,1.4,2022-01-30T18:08:14Z +-17.8431,28.634,6,1.1,2022-01-30T21:11:25Z +-17.8969,28.6191,3,1.1,2022-01-30T22:27:52Z +-17.8825,28.6376,2,0.8,2022-01-30T22:32:05Z +-17.8277,28.5613,11,1.4,2022-01-29T00:20:07Z +-17.8176,28.6054,21,1.4,2022-01-29T00:23:10Z +-17.8401,28.5659,10,1,2022-01-29T03:26:19Z +-17.8768,28.554,15,1,2022-01-29T03:28:04Z +-17.9158,28.6219,2,0.8,2022-01-29T03:32:35Z +-17.8278,28.5377,14,1.4,2022-01-29T04:48:50Z +-17.8302,28.5579,11,1.9,2022-01-29T05:41:21Z +-17.8494,28.5513,13,1.6,2022-01-29T05:46:01Z +-17.8173,28.5575,9,1.1,2022-01-29T06:09:09Z +-17.816,28.5629,8,1.4,2022-01-29T09:01:05Z +-17.8685,28.6208,11,1.5,2022-01-29T19:34:06Z +-17.8938,28.6278,3,1.2,2022-01-29T19:40:11Z +-17.8303,28.5137,14,1.8,2022-01-29T20:10:47Z +-17.8241,28.5635,13,1.6,2022-01-29T20:13:22Z +-17.832,28.5541,11,1.8,2022-01-29T20:59:32Z +-17.8294,28.564,14,1.7,2022-01-29T21:45:08Z +-17.8256,28.5523,14,1.6,2022-01-29T21:47:01Z +-17.8166,28.5567,13,2.1,2022-01-29T22:31:37Z +-17.7994,28.5649,14,1.8,2022-01-29T22:34:43Z +-17.8705,28.5388,12,1.4,2022-01-29T23:03:54Z +-17.8807,28.6188,0,1.2,2022-01-28T00:16:38Z +-17.8096,28.5493,15,1.5,2022-01-28T00:42:26Z +-17.9048,28.623,3,0.8,2022-01-28T02:06:07Z +-17.8368,28.565,11,1.3,2022-01-28T03:31:46Z +-17.826,28.5618,12,1.4,2022-01-28T03:32:54Z +-17.8737,28.6155,1,1.6,2022-01-28T03:34:30Z +-17.9049,28.6217,3,1.1,2022-01-28T05:31:11Z +-17.8168,28.5605,11,2,2022-01-28T13:57:18Z +-17.8548,28.5581,11,1.9,2022-01-28T15:50:44Z +-17.8536,28.5529,13,1.8,2022-01-28T16:44:14Z +-17.8207,28.559,13,1.5,2022-01-28T18:48:05Z +-17.8237,28.5778,10,1.5,2022-01-28T19:11:09Z +-17.842,28.5568,11,1.9,2022-01-28T19:42:01Z +-17.8326,28.5687,10,1.8,2022-01-28T19:42:21Z +-17.8397,28.5583,12,1.2,2022-01-28T19:57:53Z +-17.8288,28.5777,15,1.7,2022-01-28T20:10:20Z +-17.8317,28.5523,11,1.6,2022-01-28T20:24:40Z +-17.8921,28.5713,15,1.7,2022-01-28T21:24:51Z +-17.8313,28.5634,11,1.7,2022-01-28T21:28:21Z +-17.8711,28.5154,13,2.2,2022-01-28T21:31:03Z +-17.8327,28.556,12,1.2,2022-01-28T22:44:41Z +-17.7883,28.5602,13,1.2,2022-01-28T22:46:13Z +-17.899,28.6087,11,1.7,2022-01-28T22:47:10Z +-17.8829,28.609,6,1,2022-01-27T03:26:28Z +-17.8204,28.5585,10,2,2022-01-27T05:29:46Z +-17.8421,28.5604,9,1.9,2022-01-27T06:12:36Z +-17.8593,28.5762,24,1.9,2022-01-27T06:21:25Z +-17.8114,28.586,6,1.5,2022-01-27T06:21:50Z +-17.8548,28.6093,9,1.1,2022-01-27T06:36:47Z +-17.9153,28.64,7,1.6,2022-01-27T15:09:17Z +-17.839,28.6425,5,1.2,2022-01-27T15:11:20Z +-17.9171,28.5953,10,1.4,2022-01-27T19:02:44Z +-17.8829,28.5974,5,1.7,2022-01-27T21:36:29Z +-17.8747,28.6198,2,1.2,2022-01-27T22:25:54Z +-17.8324,28.5514,14,1.4,2022-01-27T22:51:08Z +-17.8934,28.6407,2,0.9,2022-01-27T22:55:33Z +-17.8453,28.5523,11,1.8,2022-01-26T00:22:01Z +-17.9092,28.597,7,1.1,2022-01-26T02:32:13Z +-17.8359,28.5639,11,1.6,2022-01-25T00:00:09Z +-17.8764,28.6104,4,1.1,2022-01-25T00:07:53Z +-17.8776,28.5707,12,1.2,2022-01-25T00:18:48Z +-17.8516,28.5532,14,1.6,2022-01-25T00:28:17Z +-17.8804,28.6003,5,1.3,2022-01-25T00:55:57Z +-17.8673,28.6172,2,0.8,2022-01-25T02:22:48Z +-17.8702,28.6072,5,1,2022-01-25T03:13:02Z +-17.893,28.641,7,1,2022-01-25T04:25:37Z +-17.8479,28.5643,12,1.8,2022-01-25T06:41:07Z +-17.8459,28.5604,11,1.5,2022-01-25T07:01:41Z +-17.8356,28.5381,19,2,2022-01-25T07:04:03Z +-17.9165,28.614,2,1.1,2022-01-24T00:17:23Z +-17.871,28.6205,3,1.2,2022-01-24T01:19:31Z +-17.893,28.6233,3,1.3,2022-01-24T02:02:05Z +-17.9633,28.6108,6,0.9,2022-01-24T04:22:37Z +-17.8649,28.5932,3,1,2022-01-24T04:58:04Z +-17.875,28.6253,0,1.6,2022-01-24T06:17:37Z +-17.9463,28.6258,0,1.5,2022-01-24T08:18:45Z +-17.8311,28.5755,11,1.7,2022-01-24T09:02:28Z +-17.8752,28.6218,0,1.6,2022-01-24T11:35:58Z +-17.9291,28.6149,1,1.1,2022-01-24T12:08:14Z +-17.8523,28.5516,10,1.7,2022-01-24T12:20:14Z +-17.8515,28.5546,11,1.6,2022-01-24T21:39:00Z +-17.8302,28.5491,11,2,2022-01-24T23:11:54Z +-17.8781,28.5561,14,0.9,2022-01-24T23:19:47Z +-17.8449,28.5657,11,1.7,2022-01-23T00:40:52Z +-17.8302,28.5735,14,1.7,2022-01-23T01:39:54Z +-17.8327,28.606,9,1.4,2022-01-23T01:41:44Z +-17.8476,28.5541,14,1.9,2022-01-23T01:41:52Z +-17.8781,28.6221,3,0.9,2022-01-23T03:15:33Z +-17.7701,28.5649,19,1.7,2022-01-23T05:46:38Z +-17.8948,28.6011,3,1,2022-01-23T06:08:55Z +-17.736,28.5832,12,1.7,2022-01-23T06:22:22Z +-17.7118,28.5769,11,2.4,2022-01-23T06:23:13Z +-17.9083,28.612,2,0.8,2022-01-23T08:06:34Z +-17.8455,28.565,10,1.2,2022-01-23T08:55:35Z +-17.7735,28.5649,17,1.6,2022-01-23T09:51:18Z +-17.829,28.5727,13,1.7,2022-01-22T01:50:39Z +-17.8672,28.6033,3,1.7,2022-01-22T03:57:27Z +-17.8572,28.5659,14,1.4,2022-01-22T05:22:21Z +-17.8613,28.6698,15,1.2,2022-01-22T05:50:15Z +-17.8881,28.6283,4,1,2022-01-22T06:32:18Z +-17.8789,28.5944,7,0.8,2022-01-22T06:59:12Z +-17.8444,28.6069,10,1.1,2022-01-22T08:07:59Z +-17.8544,28.5503,13,1.3,2022-01-22T09:08:22Z +-17.8977,28.6697,18,1.8,2022-01-22T09:12:21Z +-17.8306,28.5579,13,1.9,2022-01-22T09:26:44Z +-17.8445,28.5604,11,1.2,2022-01-22T09:38:14Z +-17.837,28.5575,15,1.5,2022-01-22T12:46:53Z +-17.8299,28.554,11,1.7,2022-01-22T13:06:32Z +-17.8152,28.5565,14,1.8,2022-01-22T13:57:59Z +-17.842,28.532,15,2.3,2022-01-22T14:01:44Z +-17.8411,28.574,11,2,2022-01-22T14:08:15Z +-17.8426,28.5591,9,1.9,2022-01-22T19:23:11Z +-17.8845,28.6225,3,1.1,2022-01-22T23:04:36Z +-17.8346,28.554,10,1.1,2022-01-21T05:04:11Z +-17.8783,28.6211,2,0.9,2022-01-21T05:55:56Z +-17.7992,28.5714,12,1.6,2022-01-21T06:09:11Z +-17.8368,28.5533,11,2.3,2022-01-21T10:09:19Z +-17.8837,28.6031,4,1.3,2022-01-21T10:12:34Z +-17.8176,28.558,11,1.9,2022-01-21T17:26:21Z +-17.8893,28.6108,4,1.3,2022-01-21T23:14:34Z +-17.8207,28.5626,11,2.5,2022-01-20T01:31:55Z +-17.7986,28.523,8,1.9,2022-01-20T03:23:40Z +-17.8276,28.5693,12,2.2,2022-01-20T06:54:42Z +-17.8363,28.5516,13,1.6,2022-01-20T07:00:30Z +-17.8322,28.572,11,2.1,2022-01-20T07:04:42Z +-17.8601,28.5766,18,1.7,2022-01-20T23:46:12Z +-17.8513,28.612,15,1.7,2022-01-20T23:48:09Z +-17.8313,28.5818,11,1.5,2022-01-19T00:52:36Z +-17.9295,28.612,4,1.8,2022-01-19T04:43:09Z +-17.7057,28.6448,14,2.2,2022-01-19T18:41:50Z +-17.8113,28.5823,11,2,2022-01-19T21:28:37Z +-17.8449,28.5509,13,1.9,2022-01-19T21:51:07Z +-17.8362,28.5773,15,1.9,2022-01-19T22:38:08Z +-17.8343,28.5441,15,1.9,2022-01-19T22:42:20Z +-17.8708,28.6215,2,1.4,2022-01-18T02:59:10Z +-17.9067,28.6209,2,1.4,2022-01-18T05:47:43Z +-17.8649,28.5669,13,2.2,2022-01-18T11:34:43Z +-17.8316,28.564,10,2.2,2022-01-18T21:45:44Z +-17.825,28.5655,11,1.9,2022-01-18T21:49:06Z +-17.823,28.5629,11,1.6,2022-01-17T00:43:20Z +-17.8265,28.5662,11,1.9,2022-01-17T01:31:42Z +-17.9256,28.6201,3,1.1,2022-01-17T21:02:35Z +-17.8369,28.5613,13,1.7,2022-01-17T21:38:56Z +-17.8573,28.5545,12,1.6,2022-01-17T22:18:00Z +-17.8461,28.5598,10,1.5,2022-01-17T23:18:54Z +-17.9226,28.6253,3,1.6,2022-01-17T23:41:05Z +-17.8223,28.608,12,1.3,2022-01-16T00:55:02Z +-17.8257,28.5617,11,2,2022-01-16T02:23:30Z +-17.8404,28.5658,11,1.4,2022-01-16T06:17:55Z +-17.8173,28.571,9,2.4,2022-01-16T14:58:51Z +-17.8377,28.5559,13,1.5,2022-01-15T00:18:07Z +-17.8291,28.5753,11,1.4,2022-01-15T01:08:45Z +-17.8336,28.5684,11,1.8,2022-01-15T01:41:01Z +-17.9007,28.6192,11,1.7,2022-01-15T02:30:56Z +-17.8363,28.5597,10,1.4,2022-01-15T04:52:21Z +-17.8086,28.5826,11,1.9,2022-01-15T04:55:34Z +-17.8816,28.5995,8,1.6,2022-01-15T05:56:37Z +-17.8374,28.5625,13,2.3,2022-01-15T08:31:35Z +-17.9471,28.5931,0,1.7,2022-01-15T09:46:42Z +-17.8142,28.5602,14,2.4,2022-01-15T10:20:17Z +-17.8376,28.565,15,1.9,2022-01-15T11:28:52Z +-17.8333,28.5585,11,2,2022-01-15T15:18:09Z +-17.8115,28.5601,11,1.3,2022-01-15T19:15:32Z +-17.8499,28.5645,13,1.5,2022-01-15T20:13:47Z +-17.8466,28.5228,12,1.7,2022-01-15T23:29:40Z +-17.8267,28.5605,11,1.8,2022-01-15T23:46:44Z +-17.8832,28.6348,11,1.8,2022-01-14T01:40:08Z +-17.9252,28.6148,2,1.1,2022-01-14T02:11:09Z +-17.8256,28.565,11,1.6,2022-01-14T02:19:03Z +-17.8341,28.5616,11,1,2022-01-14T03:25:56Z +-17.8309,28.5576,11,2.1,2022-01-14T04:06:33Z +-17.8297,28.5615,10,2,2022-01-14T04:56:55Z +-17.8219,28.5743,12,1.1,2022-01-14T05:19:47Z +-17.8414,28.5736,10,1.9,2022-01-14T14:29:57Z +-17.8731,28.542,9,1.9,2022-01-14T17:40:44Z +-17.8886,28.6207,1,1.4,2022-01-14T18:33:19Z +-17.8483,28.5626,10,2.1,2022-01-14T19:34:44Z +-17.8662,28.5422,10,1.4,2022-01-14T23:29:31Z +-17.9065,28.6299,0,0.9,2022-01-13T01:10:25Z +-17.8311,28.5626,10,2,2022-01-13T01:35:17Z +-17.8715,28.5599,3,1.1,2022-01-13T01:48:17Z +-17.8676,28.5382,13,1.1,2022-01-13T02:46:20Z +-17.8316,28.5689,10,1.8,2022-01-13T03:43:42Z +-17.8855,28.6086,6,1,2022-01-13T05:00:29Z +-17.9008,28.6438,2,1,2022-01-13T05:02:35Z +-17.8672,28.6182,3,1.4,2022-01-13T10:02:06Z +-17.8294,28.572,12,2,2022-01-13T15:51:37Z +-17.8231,28.5726,14,1.9,2022-01-13T16:00:20Z +-17.852,28.5641,10,1.2,2022-01-13T18:11:37Z +-17.8206,28.5745,12,1.3,2022-01-13T18:46:46Z +-17.8566,28.5567,11,1.4,2022-01-13T18:51:24Z +-17.8215,28.5625,13,1.4,2022-01-13T19:08:37Z +-17.8343,28.5622,11,2.2,2022-01-13T19:10:37Z +-17.8323,28.5703,11,1.4,2022-01-13T20:17:52Z +-17.8864,28.6055,10,1.4,2022-01-13T21:27:38Z +-17.8374,28.5575,11,1.6,2022-01-13T23:09:24Z +-17.8239,28.5541,14,1.3,2022-01-12T01:09:13Z +-17.8207,28.5679,11,1.4,2022-01-12T02:06:59Z +-17.9002,28.6225,2,1,2022-01-12T02:10:49Z +-17.8273,28.5724,10,1.7,2022-01-12T02:15:46Z +-17.9263,28.6466,0,0.9,2022-01-12T04:26:48Z +-17.8502,28.5615,13,1.4,2022-01-12T04:36:00Z +-17.8388,28.5598,13,1.2,2022-01-12T04:51:00Z +-17.8757,28.6248,2,1.6,2022-01-12T05:27:06Z +-17.8718,28.6081,3,0.9,2022-01-12T05:42:33Z +-17.8252,28.5467,12,1.6,2022-01-12T11:10:10Z +-17.833,28.5606,12,2.1,2022-01-12T11:57:41Z +-17.8777,28.5886,8,1.4,2022-01-12T14:12:51Z +-17.8529,28.5928,12,1.7,2022-01-12T18:01:58Z +-17.8493,28.5677,15,1.5,2022-01-12T19:16:59Z +-17.8272,28.5636,12,1.6,2022-01-12T19:52:14Z +-17.8263,28.5633,13,1.4,2022-01-12T20:17:02Z +-17.8689,28.621,2,0.6,2022-01-12T20:20:10Z +-17.823,28.5728,14,1.7,2022-01-12T20:38:43Z +-17.8901,28.5667,8,1.4,2022-01-12T21:36:48Z +-17.839,28.5711,11,2,2022-01-12T21:38:09Z +-17.8323,28.575,14,1.4,2022-01-12T22:32:40Z +-17.8389,28.5633,13,1.5,2022-01-12T23:15:38Z +-17.7673,28.587,12,1.7,2022-01-12T23:43:27Z +-17.8067,28.5559,13,1.2,2022-01-11T00:59:03Z +-17.8859,28.5959,5,0.7,2022-01-11T02:03:29Z +-17.8339,28.5582,16,1.7,2022-01-11T02:09:42Z +-17.8321,28.5695,13,1,2022-01-11T03:18:29Z +-17.8497,28.5664,13,1.9,2022-01-11T03:46:08Z +-17.8562,28.534,10,1.3,2022-01-11T03:59:12Z +-17.8176,28.5922,11,1.2,2022-01-11T04:51:40Z +-17.8883,28.6101,2,1,2022-01-11T05:00:48Z +-17.9236,28.6112,0,1.1,2022-01-11T05:21:13Z +-17.8342,28.5615,11,1.9,2022-01-11T06:31:04Z +-17.8709,28.617,5,0.8,2022-01-11T07:19:19Z +-17.8761,28.5787,9,1.2,2022-01-11T10:20:23Z +-17.8711,28.5667,10,1.6,2022-01-11T16:56:16Z +-17.8873,28.6104,4,1.2,2022-01-11T17:29:49Z +-17.8258,28.5728,14,2,2022-01-11T18:20:46Z +-17.8638,28.5587,12,1.9,2022-01-11T19:07:39Z +-17.8499,28.5662,12,1.9,2022-01-11T19:26:07Z +-17.8329,28.581,13,1.4,2022-01-11T20:00:49Z +-17.8892,28.6206,2,1.4,2022-01-11T22:43:49Z +-17.8265,28.5596,13,1.6,2022-01-10T03:55:12Z +-17.8294,28.5601,12,2,2022-01-10T05:08:31Z +-17.8996,28.6317,1,1.4,2022-01-10T05:11:27Z +-17.8303,28.5735,8,1.6,2022-01-10T05:30:06Z +-17.8895,28.6233,3,1.8,2022-01-10T05:41:42Z +-17.8081,28.5858,9,1.7,2022-01-10T06:30:54Z +-17.886,28.5596,12,1.8,2022-01-10T06:45:40Z +-17.8309,28.5571,12,1.5,2022-01-10T17:41:52Z +-17.8943,28.6281,1,1.1,2022-01-10T19:40:46Z +-17.8355,28.5914,7,1.4,2022-01-10T21:33:37Z +-17.8347,28.558,13,1.8,2022-01-10T22:48:13Z +-17.8682,28.6113,3,1.4,2022-01-10T23:03:03Z +-17.8658,28.6099,5,1.5,2022-01-09T05:25:50Z +-17.87,28.6033,5,1.6,2022-01-09T06:41:38Z +-17.8766,28.6085,3,1.2,2022-01-09T11:57:31Z +-17.9075,28.6085,0,1.1,2022-01-09T12:32:17Z +-17.8707,28.5679,34,2.5,2022-01-09T16:29:47Z +-17.8264,28.5712,11,1.5,2022-01-09T20:34:21Z +-17.8393,28.5579,13,2.2,2022-01-09T22:37:00Z +-17.8405,28.564,10,1.8,2022-01-08T02:19:36Z +-17.8296,28.5674,9,1.8,2022-01-08T02:54:00Z +-17.8349,28.5698,11,1.9,2022-01-08T03:37:45Z +-17.8997,28.615,4,1.9,2022-01-08T08:02:01Z +-17.8243,28.592,10,2,2022-01-08T11:20:31Z +-17.8517,28.5511,14,2.2,2022-01-08T14:16:32Z +-17.9313,28.5956,35,2.5,2022-01-08T21:16:07Z +-17.8267,28.5677,11,2.2,2022-01-07T23:14:21Z +-17.893,28.6448,0,0.8,2022-01-06T01:52:33Z +-17.943,28.6026,0,1.4,2022-01-06T06:47:43Z +-17.8438,28.5602,13,2.2,2022-01-06T11:03:30Z +-17.8391,28.5531,10,1.6,2022-01-06T22:20:21Z +-17.8393,28.5561,13,2,2022-01-05T15:13:24Z +-17.8751,28.6246,2,1.5,2022-01-05T17:41:31Z +-17.8956,28.615,3,1.2,2022-01-05T22:26:54Z +-17.9042,28.6273,3,1,2022-01-04T01:18:00Z +-17.8407,28.5542,13,1.6,2022-01-04T02:57:05Z +-17.9111,28.6102,2,1.9,2022-01-04T13:57:42Z +-17.8637,28.6129,5,1.4,2022-01-04T21:27:41Z +-17.8303,28.5549,13,2,2022-01-03T12:59:04Z +-17.9074,28.6258,2,1.1,2022-01-03T20:27:21Z +-17.83,28.5529,13,1.7,2022-01-02T07:15:27Z +-17.9021,28.612,2,1.5,2022-01-02T09:44:52Z +-17.8796,28.6237,4,1,2022-01-02T09:46:27Z +-17.8753,28.5737,9,1.4,2022-01-02T19:31:01Z +-17.8413,28.5578,11,1.9,2022-01-02T19:37:30Z +-17.8691,28.5537,13,1.3,2022-01-01T00:13:49Z +-17.8426,28.5847,10,1.5,2022-01-01T00:52:24Z +-17.7974,28.6251,3,1.1,2022-01-01T01:36:31Z +-17.7603,28.6133,33,1.5,2022-01-01T02:55:08Z +-17.8419,28.5804,10,1.5,2022-01-01T03:09:33Z +-17.9055,28.6094,4,1.6,2022-01-01T13:19:36Z +-17.8776,28.6173,3,1.7,2022-01-01T14:28:36Z +-17.8374,28.5774,33,2.7,2022-01-01T19:15:10Z +-17.9118,28.5923,34,2.2,2022-01-01T19:56:23Z +-17.9188,28.6128,0,0.9,2021-12-31T01:21:53Z +-17.8435,28.5567,11,1.2,2021-12-31T04:49:57Z +-17.8065,28.5606,11,2,2021-12-31T15:02:57Z +-17.8643,28.6109,3,1,2021-12-31T18:54:35Z +-17.881,28.6258,2,1.5,2021-12-31T22:55:23Z +-17.8957,28.6243,0,1.1,2021-12-30T00:50:12Z +-17.8329,28.5649,10,1.9,2021-12-30T02:39:26Z +-17.9013,28.622,1,1.3,2021-12-30T09:32:16Z +-17.8588,28.5645,14,1.7,2021-12-30T18:23:38Z +-17.8544,28.5573,16,1.6,2021-12-30T18:25:33Z +-17.8758,28.6204,2,1.6,2021-12-30T19:19:58Z +-17.8825,28.6234,3,1.7,2021-12-30T21:36:32Z +-17.8368,28.5582,12,2.5,2021-12-30T23:24:18Z +-17.8367,28.5637,12,2,2021-12-29T00:45:26Z +-17.8363,28.5581,12,1.8,2021-12-29T03:01:57Z +-17.905,28.6037,3,1.1,2021-12-29T03:27:55Z +-17.8672,28.5953,3,1.2,2021-12-29T04:18:53Z +-17.916,28.6232,2,1.4,2021-12-29T04:42:52Z +-17.9085,28.6177,1,2,2021-12-29T11:21:11Z +-17.8425,28.5638,11,1.9,2021-12-29T19:21:58Z +-17.8539,28.556,12,1.9,2021-12-29T19:30:16Z +-17.9101,28.6325,2,0.9,2021-12-28T00:55:56Z +-17.8842,28.6061,4,0.8,2021-12-28T02:00:50Z +-17.9277,28.6235,2,1.3,2021-12-28T03:44:32Z +-17.8587,28.5658,15,1.6,2021-12-28T17:49:19Z +-17.8473,28.5449,16,2,2021-12-28T17:49:39Z +-17.8494,28.5612,12,1.9,2021-12-28T22:08:41Z +-17.8905,28.6391,1,1,2021-12-28T22:33:50Z +-17.8458,28.5571,11,2.3,2021-12-28T23:10:25Z +-17.8623,28.5711,11,1.9,2021-12-28T23:17:52Z +-17.8698,28.5643,0.2,0.9,2021-12-27T00:43:20Z +-17.9072,28.6312,12,1.2,2021-12-27T00:47:51Z +-17.9067,28.6057,2.1,0.9,2021-12-27T01:23:36Z +-17.9256,28.613,0.3,1.2,2021-12-27T01:33:38Z +-17.892,28.6209,1.5,1.6,2021-12-27T01:40:40Z +-17.8268,28.5824,6,0.8,2021-12-27T01:56:08Z +-17.8501,28.5527,11.4,1.7,2021-12-27T03:11:24Z +-17.8733,28.5863,14.9,1.6,2021-12-27T03:18:00Z +-17.8265,28.5599,14.1,1.2,2021-12-27T03:24:56Z +-17.859,28.5535,13.7,1.4,2021-12-27T03:27:26Z +-17.8472,28.5528,12.2,1.8,2021-12-27T03:30:49Z +-17.8697,28.5452,14.4,1.4,2021-12-27T03:37:49Z +-17.8593,28.5337,19,1.4,2021-12-27T03:40:15Z +-17.8606,28.5068,13.4,1.5,2021-12-27T03:41:25Z +-17.8887,28.6035,17,1.2,2021-12-27T03:43:02Z +-17.8839,28.5708,17.6,1.3,2021-12-27T03:43:53Z +-17.8555,28.5586,17,1.3,2021-12-27T03:45:33Z +-17.8245,28.5619,17.4,1.7,2021-12-27T03:47:12Z +-17.8404,28.5596,17.5,1.9,2021-12-27T03:51:06Z +-17.8604,28.5627,17,1.4,2021-12-27T03:51:54Z +-17.8461,28.5482,17.7,1.7,2021-12-27T03:55:47Z +-17.8454,28.5664,15.8,1.4,2021-12-27T04:07:17Z +-17.9006,28.617,7,0.6,2021-12-27T04:19:01Z +-17.8397,28.5461,16.5,1.7,2021-12-27T06:10:05Z +-17.8964,28.5969,13.3,1.5,2021-12-27T06:22:13Z +-17.8478,28.568,11.9,1.7,2021-12-27T06:45:35Z +-17.8423,28.5578,11,2.3,2021-12-27T06:50:13Z +-17.908,28.6083,2,1.6,2021-12-27T12:58:18Z +-17.8781,28.6193,2,1.9,2021-12-27T16:06:22Z +-17.837,28.5586,13,1.9,2021-12-27T18:19:25Z +-17.9175,28.629,0,1.1,2021-12-27T21:43:21Z +-17.9016,28.6147,12,1.5,2021-12-27T23:09:41Z +-17.8859,28.5961,5,1,2021-12-27T23:42:33Z +-17.9146,28.6146,1.3,1.4,2021-12-26T02:16:40Z +-17.8228,28.6152,37.2,2.2,2021-12-26T05:19:37Z +-17.847,28.5629,12.2,2.2,2021-12-26T07:05:32Z +-17.9323,28.6093,3,1.4,2021-12-26T08:03:33Z +-17.9359,28.6104,0.6,1.2,2021-12-26T08:09:54Z +-17.9112,28.6433,2.2,1.2,2021-12-26T08:14:39Z +-17.8817,28.6465,2.6,0.9,2021-12-26T08:18:34Z +-17.8327,28.5559,13.3,2.1,2021-12-26T08:59:51Z +-17.9327,28.6343,2.8,1.3,2021-12-26T09:13:24Z +-17.8343,28.5696,15.4,2.2,2021-12-26T09:46:49Z +-17.892,28.6149,10.7,1.3,2021-12-26T13:10:28Z +-17.9146,28.6228,1.8,1.4,2021-12-26T14:10:27Z +-17.8424,28.569,11.4,1.6,2021-12-26T15:12:24Z +-17.8435,28.5559,11.5,1.8,2021-12-26T15:29:01Z +-17.886,28.6186,1.2,1.4,2021-12-26T17:26:49Z +-17.8354,28.5498,12.6,1.5,2021-12-26T18:02:04Z +-17.7695,28.6192,39.5,2.8,2021-12-26T19:22:47Z +-17.8512,28.5524,11.4,1.5,2021-12-26T19:58:46Z +-17.8664,28.5688,4,1.2,2021-12-26T21:33:27Z +-17.901,28.5879,9.8,1.5,2021-12-26T21:43:05Z +-17.8438,28.5574,11.4,1.6,2021-12-26T22:40:38Z +-17.8839,28.5636,18.5,1.5,2021-12-26T22:44:47Z +-17.8574,28.5618,11.8,1.6,2021-12-26T22:50:56Z +-17.8822,28.6288,1.6,1.2,2021-12-25T00:15:28Z +-17.8372,28.5668,11.2,1.6,2021-12-25T03:58:59Z +-17.8328,28.5607,12.8,2,2021-12-25T06:30:29Z +-17.8337,28.5718,11.2,1.5,2021-12-25T06:33:37Z +-17.8493,28.5627,10.7,2.5,2021-12-25T10:31:04Z +-17.946,28.5936,3,1.6,2021-12-25T11:45:22Z +-17.8394,28.5512,10.2,2.5,2021-12-25T16:16:29Z +-17.8422,28.5176,14.7,1.7,2021-12-25T16:23:11Z +-17.8641,28.5582,15.9,1.7,2021-12-25T16:28:21Z +-17.9227,28.6208,7.9,1.6,2021-12-24T00:43:38Z +-17.8315,28.577,13.8,1.9,2021-12-24T00:56:11Z +-17.8225,28.5633,9.3,1.9,2021-12-24T01:38:10Z +-17.8548,28.55,13.5,2.1,2021-12-24T02:09:02Z +-17.8744,28.6161,34.2,2.5,2021-12-24T06:14:52Z +-17.8325,28.5632,10.8,2.5,2021-12-24T09:51:57Z +-17.8248,28.5768,35.7,3,2021-12-24T10:43:06Z +-17.8824,28.6077,2.2,1.7,2021-12-24T16:49:08Z +-17.8291,28.562,13.4,2.6,2021-12-24T17:50:29Z +-17.8899,28.6261,1.5,2.6,2021-12-24T18:36:41Z +-17.895,28.6301,3.5,1.5,2021-12-24T19:05:11Z +-17.8757,28.5604,13.6,1.6,2021-12-24T19:52:28Z +-17.8477,28.5589,11.5,1.8,2021-12-24T20:44:33Z +-17.8446,28.5552,11.7,1.9,2021-12-24T22:11:59Z +-17.8255,28.5573,11.9,1.8,2021-12-24T22:17:45Z +-17.8357,28.55,14.3,1.8,2021-12-24T22:45:11Z +-17.8389,28.5481,13.4,2.1,2021-12-23T04:08:49Z +-17.8449,28.5573,9.6,2.2,2021-12-23T04:22:35Z +-17.8262,28.5574,10.7,2.4,2021-12-23T06:49:58Z +-17.8775,28.6353,39.1,2.2,2021-12-23T10:58:01Z +-17.8483,28.5621,11.6,2.1,2021-12-23T12:43:13Z +-17.8219,28.5719,10.8,1.4,2021-12-23T13:11:36Z +-17.8461,28.5556,12.8,1.8,2021-12-23T13:32:01Z +-17.7954,28.5649,21.3,2,2021-12-23T14:49:45Z +-17.855,28.5757,8.6,2,2021-12-23T15:08:28Z +-17.7965,28.5528,12.2,1.8,2021-12-23T19:02:17Z +-17.8359,28.5677,8.5,1.7,2021-12-23T19:07:12Z +-17.7898,28.5644,14.3,1.6,2021-12-22T00:49:09Z +-17.9557,28.5832,2,1.5,2021-12-22T01:46:02Z +-17.8739,28.5574,14.8,1.7,2021-12-22T01:47:09Z +-17.8321,28.5619,11.5,1.9,2021-12-22T02:22:58Z +-17.8458,28.5576,13.7,2.1,2021-12-22T03:59:31Z +-17.792,28.5644,13.8,1.6,2021-12-22T05:06:27Z +-17.8548,28.5596,12.4,2.1,2021-12-22T08:24:08Z +-17.8571,28.5612,11.4,2.4,2021-12-22T08:43:01Z +-17.8624,28.6116,12.4,2.1,2021-12-22T14:07:15Z +-17.8233,28.5744,14.7,1.9,2021-12-22T14:37:12Z +-17.8359,28.5669,11.7,2.2,2021-12-22T18:29:35Z +-17.8494,28.564,8.9,1.5,2021-12-22T18:43:36Z +-17.8825,28.6113,4,1.9,2021-12-22T18:58:54Z +-17.9007,28.6168,35.1,2,2021-12-22T20:00:09Z +-17.8003,28.5948,37.9,2.5,2021-12-22T20:33:23Z +-17.8914,28.5704,11.1,1.4,2021-12-22T21:31:35Z +-17.8495,28.5767,8.9,1.5,2021-12-22T21:45:49Z +-17.8614,28.6146,5.1,1.3,2021-12-22T22:12:40Z +-17.8483,28.5655,11.4,1.8,2021-12-22T22:21:52Z +-17.9028,28.5982,3.7,1.4,2021-12-22T22:50:21Z +-17.8859,28.6032,5.9,1.4,2021-12-22T22:51:47Z +-17.8992,28.6057,6.9,1.1,2021-12-22T22:53:12Z +-17.844,28.5703,9.7,1.5,2021-12-22T23:00:47Z +-17.8851,28.6266,0.3,1.3,2021-12-22T23:54:00Z +-17.8417,28.5612,11.2,1.9,2021-12-21T04:48:33Z +-17.8836,28.5938,38.2,2.1,2021-12-21T05:37:04Z +-17.868,28.5698,7.7,1.9,2021-12-21T07:04:36Z +-17.8268,28.5635,8.7,2.4,2021-12-21T13:01:59Z +-17.8397,28.5549,13,3,2021-12-21T14:15:41Z +-17.8467,28.5871,13.5,2,2021-12-21T14:57:50Z +-17.8508,28.5718,13.8,1.8,2021-12-21T15:22:27Z +-17.8439,28.5619,14.6,2.2,2021-12-21T15:25:18Z +-17.8373,28.5592,12.9,2.7,2021-12-21T16:28:40Z +-17.8614,28.5687,12.3,2,2021-12-21T16:36:09Z +-17.8381,28.5774,13,2,2021-12-21T16:41:35Z +-17.8567,28.5602,13.8,2.1,2021-12-21T17:30:32Z +-17.8422,28.555,13.9,2.2,2021-12-21T17:32:02Z +-17.8909,28.6117,5,1.9,2021-12-21T18:21:24Z +-17.8889,28.6226,1,1.4,2021-12-21T22:25:26Z +-17.8242,28.5666,13.1,2,2021-12-21T22:59:09Z +-17.8903,28.5598,35.6,2.3,2021-12-20T00:53:00Z +-17.8536,28.5496,11.3,1.7,2021-12-20T01:04:12Z +-17.8429,28.5545,12.2,1.8,2021-12-20T03:13:52Z +-17.8534,28.5473,11.6,1.7,2021-12-20T03:59:23Z +-17.8214,28.5395,11.1,1.7,2021-12-20T05:57:35Z +-17.8603,28.5551,13.7,2,2021-12-20T06:02:27Z +-17.8404,28.5606,9.7,2,2021-12-20T19:00:14Z +-17.8306,28.6051,11.9,2.1,2021-12-20T19:16:00Z +-17.8503,28.5558,12.2,1.9,2021-12-20T21:11:45Z +-17.8502,28.5599,10.9,1.9,2021-12-20T22:15:40Z +-17.9025,28.583,5.8,1.7,2021-12-20T23:12:03Z +-17.8359,28.561,13.5,2.3,2021-12-20T23:57:13Z +-17.8808,28.6243,1.1,1.6,2021-12-19T00:40:18Z +-17.8202,28.5877,40,3.2,2021-12-19T03:21:40Z +-17.847,28.5674,35.6,2.5,2021-12-19T04:55:42Z +-17.9076,28.6196,2.1,1.6,2021-12-19T05:31:55Z +-17.8473,28.5814,15.1,1.9,2021-12-19T08:21:06Z +-17.8788,28.6197,2.3,2.3,2021-12-19T08:41:22Z +-17.8317,28.5755,11.1,1.7,2021-12-19T08:58:15Z +-17.8356,28.5552,11.4,2.2,2021-12-19T10:41:58Z +-17.81,28.5655,9,1.7,2021-12-19T11:19:58Z +-17.8254,28.5627,10.5,2,2021-12-19T13:01:58Z +-17.888,28.6067,3.8,1.6,2021-12-19T13:05:37Z +-17.8153,28.619,33.9,2.4,2021-12-19T15:32:48Z +-17.8607,28.545,11.4,1.8,2021-12-19T15:43:13Z +-17.836,28.5539,10.8,1.8,2021-12-19T15:57:55Z +-17.9143,28.6225,12.5,1.8,2021-12-19T16:10:09Z +-17.8426,28.5542,13.9,2,2021-12-19T16:35:33Z +-17.8454,28.5915,8,1.4,2021-12-19T16:48:31Z +-17.8501,28.6137,4,1.5,2021-12-19T16:54:14Z +-17.8602,28.6106,3,0.8,2021-12-19T17:18:38Z +-17.8793,28.6182,1.6,1.3,2021-12-19T18:06:27Z +-17.8457,28.563,13,1.7,2021-12-19T18:21:50Z +-17.8667,28.5698,12.8,1.9,2021-12-19T18:38:07Z +-17.8301,28.5425,35,2,2021-12-19T18:59:11Z +-17.8859,28.618,4,1.4,2021-12-19T19:04:34Z +-17.8044,28.6287,37.4,2.5,2021-12-19T19:56:28Z +-17.8449,28.5628,10.4,2.1,2021-12-19T20:10:38Z +-17.9255,28.5731,33.7,2.2,2021-12-19T20:13:15Z +-17.8594,28.5788,16,1.9,2021-12-19T20:16:36Z +-17.8418,28.5574,10.7,1.9,2021-12-19T21:19:58Z +-17.8719,28.5976,34.3,2.3,2021-12-19T21:36:45Z +-17.9036,28.5773,35,2.1,2021-12-19T21:57:14Z +-17.9094,28.5692,36,2.1,2021-12-19T22:02:02Z +-17.8474,28.538,36,2,2021-12-19T22:16:01Z +-17.8584,28.5429,39,2,2021-12-19T22:27:27Z +-17.8659,28.5484,11.7,1.7,2021-12-19T22:51:11Z +-17.902,28.6029,36.1,2.3,2021-12-19T23:04:42Z +-17.8374,28.5577,11.7,2,2021-12-19T23:54:31Z +-17.8465,28.5556,13.1,1.7,2021-12-19T23:59:21Z +-17.8374,28.549,10,2.6,2021-12-18T01:17:05Z +-17.8381,28.5528,11.4,1,2021-12-18T02:16:04Z +-17.8241,28.5939,3.7,0.9,2021-12-18T03:26:38Z +-17.8108,28.6322,38,2,2021-12-18T03:37:03Z +-17.8195,28.5569,10.1,1.9,2021-12-18T03:43:14Z +-17.8714,28.5922,36.9,1.7,2021-12-18T03:52:53Z +-17.8547,28.5641,10.9,1.1,2021-12-18T04:06:14Z +-17.8416,28.6282,12.7,1.6,2021-12-18T04:07:57Z +-17.8894,28.5791,15.5,1.5,2021-12-18T04:20:22Z +-17.8272,28.5634,15.6,1.5,2021-12-18T04:21:42Z +-17.8457,28.5561,13,1.9,2021-12-18T04:23:11Z +-17.8356,28.616,11.6,1.5,2021-12-18T05:06:57Z +-17.9165,28.6116,10.7,1.6,2021-12-18T05:14:59Z +-17.8359,28.5588,8.8,1.9,2021-12-18T06:26:25Z +-17.8492,28.5653,10.3,1.5,2021-12-18T06:32:18Z +-17.8809,28.5947,7.3,1.2,2021-12-18T06:33:28Z +-17.8412,28.5539,8.7,2,2021-12-18T06:41:28Z +-17.8278,28.6032,33.2,2.1,2021-12-18T06:43:39Z +-17.8551,28.5683,9.5,1.4,2021-12-18T07:37:58Z +-17.8612,28.614,34.4,2.4,2021-12-18T20:36:39Z +-17.8994,28.5825,35.9,2.3,2021-12-18T20:38:39Z +-17.844,28.5578,10.6,2.3,2021-12-18T21:03:42Z +-17.8352,28.5438,12.8,1.2,2021-12-17T00:11:44Z +-17.832,28.6454,38.7,1.8,2021-12-17T00:15:45Z +-17.8532,28.5486,13.2,1.6,2021-12-17T00:33:56Z +-17.8043,28.5868,36,2.3,2021-12-17T00:46:15Z +-17.8536,28.6292,40.7,1.9,2021-12-17T01:12:10Z +-17.8407,28.5504,10.8,1.6,2021-12-17T01:17:57Z +-17.8362,28.5779,13,1.2,2021-12-17T01:49:43Z +-17.8204,28.5617,10.7,1.8,2021-12-17T03:23:27Z +-17.8631,28.5576,10.1,1.3,2021-12-17T03:25:12Z +-17.8409,28.548,16.4,1.4,2021-12-17T03:27:49Z +-17.8357,28.5888,36.2,2,2021-12-17T03:32:27Z +-17.8249,28.5843,38.3,2.4,2021-12-17T03:49:27Z +-17.8385,28.5525,11.5,1.1,2021-12-17T04:17:49Z +-17.8404,28.5929,38,2.4,2021-12-17T04:25:38Z +-17.8448,28.5548,11.7,1.1,2021-12-17T04:36:06Z +-17.8688,28.5615,14.1,1.1,2021-12-17T04:38:07Z +-17.887,28.631,0.1,1.7,2021-12-17T04:48:50Z +-17.8383,28.5693,11.9,1.4,2021-12-17T05:29:32Z +-17.8419,28.5913,38.2,1.9,2021-12-17T05:43:20Z +-17.8301,28.6566,39.5,2.1,2021-12-17T05:50:53Z +-17.8632,28.6068,34.3,1.9,2021-12-17T05:51:50Z +-17.8682,28.5572,12.7,1.6,2021-12-17T06:19:48Z +-17.8501,28.5655,10.5,1.5,2021-12-17T07:07:47Z +-17.8462,28.559,10.7,1.6,2021-12-17T07:53:18Z +-17.8559,28.5692,10.8,1.8,2021-12-17T07:57:12Z +-17.9069,28.58,7.6,1.6,2021-12-17T08:02:38Z +-17.9042,28.5989,8.7,1.6,2021-12-17T08:06:43Z +-17.8245,28.6096,11.4,1.5,2021-12-17T08:25:23Z +-17.8657,28.6081,4,1.9,2021-12-17T09:14:36Z +-17.824,28.5935,34.5,2.5,2021-12-17T11:20:01Z +-17.8451,28.5915,33.8,2.4,2021-12-17T11:24:05Z +-17.8481,28.5973,33.5,2.8,2021-12-17T11:31:52Z +-17.8038,28.6177,32.7,2.5,2021-12-17T12:19:54Z +-17.824,28.6041,34.4,2.6,2021-12-17T13:12:34Z +-17.846,28.5595,14.3,2.8,2021-12-17T14:54:59Z +-17.8708,28.6238,2,1.5,2021-12-17T15:06:30Z +-17.8552,28.5704,12.3,1.9,2021-12-17T15:45:09Z +-17.8149,28.5963,36.1,2.4,2021-12-17T15:49:42Z +-17.8379,28.583,34.5,2.4,2021-12-17T16:25:04Z +-17.8217,28.5611,14.6,1.9,2021-12-17T16:32:05Z +-17.8546,28.5952,36.4,2.7,2021-12-17T16:36:12Z +-17.8216,28.594,38.2,2.2,2021-12-17T18:16:24Z +-17.8213,28.5955,32.5,2.2,2021-12-17T19:19:49Z +-17.8348,28.5579,14.4,1.7,2021-12-17T20:00:21Z +-17.8366,28.5582,13.1,1.8,2021-12-17T21:02:25Z +-17.8864,28.5762,32.5,1.7,2021-12-17T21:17:48Z +-17.896,28.6067,3.9,1.1,2021-12-17T21:23:43Z +-17.8236,28.5882,33.3,1.8,2021-12-17T21:47:48Z +-17.8411,28.5908,33.1,2.7,2021-12-17T22:13:00Z +-17.8438,28.5764,13.2,1.5,2021-12-17T22:35:22Z +-17.8538,28.5621,12.8,1.3,2021-12-17T23:40:07Z +-17.9121,28.6457,39.5,2.2,2021-12-16T00:35:19Z +-17.9646,28.6015,0.1,1.7,2021-12-16T00:47:46Z +-17.868,28.5643,10.8,1.7,2021-12-16T01:06:51Z +-17.8958,28.6217,1.7,1.3,2021-12-16T01:07:57Z +-17.8869,28.5934,37.8,1.4,2021-12-16T02:00:13Z +-17.8425,28.5538,11.3,1.3,2021-12-16T02:07:05Z +-17.8709,28.625,3.1,1.2,2021-12-16T02:13:11Z +-17.855,28.5509,9.3,0.8,2021-12-16T02:16:34Z +-17.8713,28.544,9.2,0.9,2021-12-16T02:23:56Z +-17.817,28.5627,13,1.5,2021-12-16T02:51:15Z +-17.8335,28.5695,14.1,1.2,2021-12-16T03:15:52Z +-17.8369,28.5553,10.8,1.4,2021-12-16T03:32:22Z +-17.8724,28.5674,8.7,1.2,2021-12-16T03:49:26Z +-17.8483,28.6043,37.7,2,2021-12-16T04:11:24Z +-17.8269,28.5987,38.9,2.2,2021-12-16T04:11:35Z +-17.8299,28.5579,14.5,1.3,2021-12-16T04:14:44Z +-17.8204,28.5827,13.8,1.6,2021-12-16T04:26:38Z +-17.8388,28.5701,13.9,1.6,2021-12-16T04:35:03Z +-17.8224,28.5668,15.6,1.1,2021-12-16T04:40:09Z +-17.8159,28.572,12.1,1.4,2021-12-16T05:11:26Z +-17.8311,28.5788,11.4,1.4,2021-12-16T05:22:02Z +-17.8469,28.5536,14.5,1.3,2021-12-16T05:25:29Z +-17.8743,28.553,12.8,1.6,2021-12-16T05:32:06Z +-17.8374,28.556,9.6,1.6,2021-12-16T05:40:00Z +-17.8298,28.5579,11.3,1.5,2021-12-16T05:49:31Z +-17.8243,28.5702,35,2.5,2021-12-16T06:05:40Z +-17.8847,28.6091,35.1,2.1,2021-12-16T06:27:12Z +-17.8432,28.5711,36.1,3.1,2021-12-16T06:42:39Z +-17.8636,28.5916,36.7,2.2,2021-12-16T07:01:49Z +-17.8225,28.5943,35.2,2.4,2021-12-16T07:14:37Z +-17.8366,28.5834,35.6,2.1,2021-12-16T07:25:12Z +-17.8716,28.5879,35.8,2.2,2021-12-16T07:35:30Z +-17.8466,28.5973,33.5,2.1,2021-12-16T07:43:31Z +-17.8555,28.614,37.7,2,2021-12-16T07:50:09Z +-17.8209,28.5677,35.1,2.4,2021-12-16T08:06:30Z +-17.8308,28.5717,35,2.5,2021-12-16T08:40:35Z +-17.8139,28.6173,35.2,2.1,2021-12-16T08:48:28Z +-17.8047,28.6184,35.4,2,2021-12-16T08:50:35Z +-17.8376,28.5783,36.1,2.6,2021-12-16T09:08:49Z +-17.8245,28.6111,37.4,2.3,2021-12-16T09:26:53Z +-17.8294,28.6572,36,2.5,2021-12-16T09:38:04Z +-17.8053,28.5852,34.6,2.4,2021-12-16T10:02:00Z +-17.8325,28.6117,35.8,1.8,2021-12-16T10:13:24Z +-17.8001,28.5886,35.4,1.9,2021-12-16T10:25:41Z +-17.846,28.5714,35.3,2,2021-12-16T10:28:55Z +-17.8352,28.596800000000002,38.7,2.6,2021-12-16T10:41:37Z +-17.8356,28.5593,10.2,2.2,2021-12-16T10:42:59Z +-17.8289,28.6482,36.2,2.8,2021-12-16T10:50:27Z +-17.8525,28.6248,37.4,2.4,2021-12-16T11:00:34Z +-17.8325,28.587,37.3,2.9,2021-12-16T11:11:08Z +-17.8201,28.5848,32.3,2.7,2021-12-16T11:20:45Z +-17.8169,28.5842,34.4,2.5,2021-12-16T11:48:39Z +-17.8344,28.5534,10,1.9,2021-12-16T12:02:12Z +-17.8229,28.6482,29.6,1.7,2021-12-16T12:31:51Z +-17.8301,28.5887,35.2,2.8,2021-12-16T12:47:39Z +-17.8284,28.5731,34.2,2.6,2021-12-16T13:01:36Z +-17.8658,28.5852,36.8,2.8,2021-12-16T13:20:06Z +-17.847,28.58,37.3,3.2,2021-12-16T13:24:56Z +-17.8407,28.5681,36.8,3.3,2021-12-16T13:35:16Z +-17.8126,28.5978,33.8,2.5,2021-12-16T13:57:32Z +-17.8151,28.5543,35.1,2,2021-12-16T14:06:28Z +-17.8414,28.5634,10.1,1.6,2021-12-16T14:18:11Z +-17.7915,28.5946,34.9,2.3,2021-12-16T14:40:31Z +-17.8287,28.5615,13.4,2.3,2021-12-16T14:50:44Z +-17.8256,28.5901,35.7,2.7,2021-12-16T15:13:46Z +-17.8173,28.5576,14.1,2.3,2021-12-16T15:20:35Z +-17.808,28.5956,36.4,3.4,2021-12-16T15:32:20Z +-17.8254,28.5566,15.4,2,2021-12-16T15:42:19Z +-17.8253,28.557,13.9,2.5,2021-12-16T15:43:38Z +-17.8418,28.5634,10.6,2,2021-12-16T16:04:09Z +-17.8291,28.5622,15.5,1.8,2021-12-16T16:06:44Z +-17.8439,28.556,11.1,2,2021-12-16T16:21:20Z +-17.8339,28.599,35.7,2.6,2021-12-16T16:30:07Z +-17.8359,28.5764,35.7,3.4,2021-12-16T16:47:09Z +-17.832,28.5847,34.7,2.6,2021-12-16T16:51:21Z +-17.8252,28.5903,36.7,2.7,2021-12-16T17:23:50Z +-17.8118,28.5913,32.4,2,2021-12-16T17:58:33Z +-17.8485,28.5413,11.2,1.4,2021-12-16T18:05:15Z +-17.8599,28.5505,13.9,1.6,2021-12-16T18:09:07Z +-17.8134,28.5776,35,2.4,2021-12-16T18:29:58Z +-17.8362,28.5699,12.4,1.5,2021-12-16T18:37:07Z +-17.8417,28.5796,37.1,2.4,2021-12-16T18:43:11Z +-17.8301,28.5776,35.2,3.3,2021-12-16T18:45:29Z +-17.8676,28.5664,9.8,1.7,2021-12-16T18:47:48Z +-17.8292,28.5603,13,1.8,2021-12-16T18:57:57Z +-17.8308,28.5591,9.3,1.6,2021-12-16T19:03:15Z +-17.8952,28.5909,8,1.2,2021-12-16T19:20:51Z +-17.7813,28.6269,11.8,1.5,2021-12-16T19:21:51Z +-17.8274,28.5432,12.8,1.3,2021-12-16T19:24:01Z +-17.8337,28.5536,10.7,1.3,2021-12-16T19:34:06Z +-17.8365,28.5582,10.7,1.6,2021-12-16T19:48:30Z +-17.9069,28.6095,0.6,1.4,2021-12-16T20:02:37Z +-17.8326,28.5473,11.3,1.3,2021-12-16T20:17:02Z +-17.8373,28.5552,13.2,1.5,2021-12-16T20:19:36Z +-17.8321,28.5859,35.1,2.2,2021-12-16T20:23:48Z +-17.8405,28.5484,11.3,1.4,2021-12-16T20:30:03Z +-17.8917,28.6213,2.5,1.2,2021-12-16T21:17:55Z +-17.8002,28.5895,38.6,2.3,2021-12-16T21:41:37Z +-17.8353,28.5891,38,2.4,2021-12-16T22:12:11Z +-17.8447,28.5945,33.2,1.8,2021-12-16T22:15:11Z +-17.8227,28.5739,36.3,3.5,2021-12-16T22:29:06Z +-17.8219,28.5655,10.4,1.5,2021-12-16T23:04:23Z +-17.8174,28.5834,35,1.9,2021-12-16T23:06:07Z +-17.8393,28.5642,9.9,1.5,2021-12-16T23:23:47Z +-17.8499,28.5579,10.7,1.3,2021-12-16T23:48:47Z +-17.8119,28.5467,15,2,2021-12-16T23:50:58Z +-17.8601,28.5661,11.5,1.7,2021-12-15T00:39:16Z +-17.8672,28.6242,3.1,1.5,2021-12-15T01:39:59Z +-17.8284,28.547,13.2,1.5,2021-12-15T01:53:20Z +-17.8181,28.5767,11.6,2.1,2021-12-15T01:59:20Z +-17.8368,28.575,13.1,1.5,2021-12-15T02:12:14Z +-17.8046,28.5929,35.6,2.4,2021-12-15T02:14:09Z +-17.831,28.6235,39,2.5,2021-12-15T02:24:52Z +-17.8858,28.6162,2.3,1.2,2021-12-15T02:29:11Z +-17.8409,28.5642,12.4,1.8,2021-12-15T03:06:09Z +-17.856,28.5224,11.8,1.5,2021-12-15T03:19:38Z +-17.7977,28.5886,8.8,1.3,2021-12-15T03:41:07Z +-17.892,28.6239,2,1,2021-12-15T04:42:36Z +-17.8876,28.6164,0.7,2,2021-12-15T06:14:18Z +-17.8182,28.554,11,1.6,2021-12-15T07:19:50Z +-17.8649,28.5812,40,2.6,2021-12-15T12:23:38Z +-17.8261,28.5704,12,2,2021-12-15T13:15:12Z +-17.8095,28.5602,15,2.1,2021-12-15T14:39:47Z +-17.8426,28.5522,14.3,2.4,2021-12-15T14:46:33Z +-17.8327,28.5622,14.9,2,2021-12-15T14:50:30Z +-17.8525,28.5636,12.3,2.1,2021-12-15T15:04:04Z +-17.8117,28.5591,15.1,2.1,2021-12-15T15:06:18Z +-17.8486,28.5584,14.1,3.4,2021-12-15T15:09:59Z +-17.851,28.5556,13.8,2.3,2021-12-15T15:12:05Z +-17.8439,28.5566,14.4,2.8,2021-12-15T15:19:39Z +-17.8445,28.5567,14.1,2.5,2021-12-15T15:21:44Z +-17.8467,28.5532,14.8,2.5,2021-12-15T15:35:00Z +-17.8567,28.5527,14.3,2.4,2021-12-15T15:50:59Z +-17.8925,28.6218,2.2,1.3,2021-12-15T20:08:17Z +-17.8326,28.552,15.2,2.1,2021-12-15T21:25:57Z +-17.8498,28.5563,14.6,2.4,2021-12-15T21:38:02Z +-17.8338,28.5585,9.5,1.6,2021-12-15T22:02:06Z +-17.8501,28.5535,14,2.5,2021-12-15T22:18:31Z +-17.8821,28.6261,0.9,1.7,2021-12-15T22:20:48Z +-17.9042,28.6254,2,1.5,2021-12-15T22:23:23Z +-17.833,28.5659,12,1.6,2021-12-15T22:31:35Z +-17.8451,28.5564,15,1.6,2021-12-15T22:32:09Z +-17.9137,28.5986,0,1.1,2021-12-15T22:33:10Z +-17.8355,28.5601,10.1,2.1,2021-12-15T22:39:52Z +-17.8582,28.5602,11.3,1.6,2021-12-15T22:47:15Z +-17.8745,28.596,34,1.6,2021-12-15T22:48:43Z +-17.8273,28.5595,9.6,1.4,2021-12-15T22:52:15Z +-17.9366,28.612,0,1.4,2021-12-15T22:52:38Z +-17.8296,28.5635,11,1.7,2021-12-15T22:54:13Z +-17.8552,28.5568,12.3,1.9,2021-12-15T22:58:27Z +-17.848,28.554,12.9,2,2021-12-15T23:06:41Z +-17.8336,28.5593,13,1.8,2021-12-15T23:07:48Z +-17.8678,28.5626,14.1,1.8,2021-12-15T23:24:58Z +-17.8469,28.6157,9,1.3,2021-12-15T23:28:00Z +-17.8154,28.5599,10,1.6,2021-12-14T00:08:15Z +-17.8517,28.5538,14.4,2,2021-12-14T00:24:22Z +-17.8429,28.5613,9.7,2.1,2021-12-14T00:31:34Z +-17.9191,28.6125,10,1.7,2021-12-14T00:33:06Z +-17.8381,28.5611,8.6,1.8,2021-12-14T00:40:43Z +-17.8387,28.5589,10,1.7,2021-12-14T00:42:04Z +-17.849,28.5822,10,1.7,2021-12-14T00:58:35Z +-17.8407,28.5562,9.7,1.8,2021-12-14T01:04:19Z +-17.8449,28.5533,11.3,1.2,2021-12-14T01:05:36Z +-17.838,28.5555,10.5,1.3,2021-12-14T01:08:04Z +-17.8176,28.538,10.1,1.5,2021-12-14T01:08:59Z +-17.8284,28.5644,9.7,2.4,2021-12-14T01:21:53Z +-17.8759,28.5944,8.8,1.7,2021-12-14T01:39:23Z +-17.8321,28.5555,9.7,2.1,2021-12-14T01:50:37Z +-17.8353,28.5646,8,1.9,2021-12-14T02:00:21Z +-17.8424,28.6483,9.7,1.8,2021-12-14T02:03:03Z +-17.8526,28.5407,9.5,1.4,2021-12-14T02:05:01Z +-17.8297,28.5598,10,1.5,2021-12-14T02:17:18Z +-17.8229,28.6774,14.1,2,2021-12-14T02:22:58Z +-17.8482,28.5576,9.9,1.7,2021-12-14T02:39:45Z +-17.8359,28.5694,13.7,1.6,2021-12-14T02:44:00Z +-17.8415,28.5599,9.8,2.1,2021-12-14T02:50:36Z +-17.8223,28.5664,9.1,1.9,2021-12-14T02:53:36Z +-17.9078,28.6147,3.5,1.4,2021-12-14T03:03:34Z +-17.9259,28.5506,8,1.9,2021-12-14T03:21:52Z +-17.8384,28.561,8.8,2.1,2021-12-14T03:23:51Z +-17.829,28.5563,10.6,1.7,2021-12-14T03:33:35Z +-17.8349,28.5611,9.6,2.4,2021-12-14T03:34:48Z +-17.8376,28.5599,8.4,1.3,2021-12-14T03:38:23Z +-17.9066,28.6718,12.3,1.7,2021-12-14T03:43:09Z +-17.8317,28.5646,11.3,1.6,2021-12-14T03:45:57Z +-17.8544,28.5665,14.3,1.5,2021-12-14T03:48:22Z +-17.8462,28.5616,15.4,1.6,2021-12-14T03:59:19Z +-17.8243,28.5639,10.3,1.7,2021-12-14T04:01:05Z +-17.83,28.5524,11.6,1.6,2021-12-14T04:13:33Z +-17.8715,28.5211,16.2,1.8,2021-12-14T04:19:59Z +-17.8308,28.5677,10.9,1.8,2021-12-14T04:23:57Z +-17.8264,28.5516,10.4,1.8,2021-12-14T04:35:22Z +-17.8427,28.5521,10.3,1.7,2021-12-14T04:37:16Z +-17.8423,28.5589,11.2,2.2,2021-12-14T04:49:25Z +-17.8354,28.5693,11.3,1.6,2021-12-14T04:51:06Z +-17.8347,28.5526,10.7,1.7,2021-12-14T04:58:10Z +-17.8099,28.583,11.1,1.6,2021-12-14T04:59:27Z +-17.8475,28.5605,8.8,1.9,2021-12-14T05:18:21Z +-17.8314,28.5558,10.6,1.5,2021-12-14T05:21:18Z +-17.8361,28.5576,9.2,2.1,2021-12-14T05:29:33Z +-17.8316,28.5619,11.7,2.8,2021-12-14T05:29:47Z +-17.8417,28.5623,9.7,1.7,2021-12-14T05:31:32Z +-17.8413,28.561,10.8,2.8,2021-12-14T05:34:49Z +-17.8372,28.5587,9.2,2.4,2021-12-14T05:36:21Z +-17.8273,28.5718,12.5,1.7,2021-12-14T05:37:52Z +-17.841,28.5564,10.1,1.9,2021-12-14T05:50:23Z +-17.8361,28.5557,9.3,2,2021-12-14T05:51:56Z +-17.8377,28.5613,10.3,1.8,2021-12-14T05:53:12Z +-17.8384,28.5581,11,1.5,2021-12-14T06:16:45Z +-17.8366,28.5629,11.7,1.6,2021-12-14T06:22:11Z +-17.8579,28.5461,11.6,1.6,2021-12-14T06:24:58Z +-17.841,28.5636,11.4,3.1,2021-12-14T06:39:39Z +-17.8377,28.5588,12.5,2.2,2021-12-14T06:46:10Z +-17.8168,28.559,13,2.1,2021-12-14T07:20:16Z +-17.847,28.555,11.6,1.7,2021-12-14T07:28:04Z +-17.8507,28.5432,11,1.6,2021-12-14T07:32:24Z +-17.829,28.5881,38.9,2.9,2021-12-14T08:14:00Z +-17.8476,28.5404,12.8,1.9,2021-12-14T08:26:46Z +-17.8382,28.5681,13,1.7,2021-12-14T09:27:14Z +-17.8466,28.5548,10.3,2.1,2021-12-14T09:35:09Z +-17.8435,28.5606,12.6,3.2,2021-12-14T10:15:11Z +-17.8322,28.5581,10.7,2.4,2021-12-14T10:32:01Z +-17.8359,28.5512,10.3,2.1,2021-12-14T10:52:59Z +-17.8518,28.5433,11.9,1.7,2021-12-14T11:01:38Z +-17.8321,28.5595,9.7,2.7,2021-12-14T11:15:03Z +-17.8316,28.5573,9.6,2.2,2021-12-14T11:24:07Z +-17.8366,28.5527,10,2.1,2021-12-14T11:41:49Z +-17.8435,28.5494,11.1,2.2,2021-12-14T11:51:05Z +-17.8222,28.5558,10.8,2,2021-12-14T12:05:26Z +-17.834,28.5518,14.2,3.2,2021-12-14T12:19:36Z +-17.8272,28.56,14.9,2.2,2021-12-14T12:55:06Z +-17.8446,28.5557,10,2,2021-12-14T14:31:02Z +-17.8336,28.5589,9.5,2.2,2021-12-14T14:38:37Z +-17.8436,28.5557,13.7,2.4,2021-12-14T15:25:32Z +-17.8361,28.5597,11.6,1.9,2021-12-14T16:34:03Z +-17.842,28.5539,11.1,2,2021-12-14T16:57:05Z +-17.8916,28.6031,9.5,1.9,2021-12-14T17:55:15Z +-17.8289,28.5568,10.4,2.2,2021-12-14T18:06:24Z +-17.8435,28.5531,13.6,1.8,2021-12-14T18:23:21Z +-17.8297,28.559,15.6,1.6,2021-12-14T18:50:11Z +-17.8466,28.5522,12.5,1.6,2021-12-14T18:57:26Z +-17.8173,28.5784,36.9,2.4,2021-12-14T19:17:12Z +-17.8509,28.5461,14,1.8,2021-12-14T21:39:51Z +-17.8302,28.5586,9.9,2,2021-12-14T22:03:06Z +-17.8362,28.5629,11.5,1.6,2021-12-14T22:36:50Z +-17.8281,28.5683,10.5,2.5,2021-12-13T02:02:07Z +-17.8631,28.6269,37.9,2.3,2021-12-13T03:38:47Z +-17.8259,28.5884,36.9,3,2021-12-13T06:22:09Z +-17.8516,28.5611,11.1,3.1,2021-12-13T08:29:55Z +-17.8149,28.56,13.9,2.2,2021-12-13T09:24:06Z +-17.8156,28.562,12.7,2.3,2021-12-13T09:53:22Z +-17.8431,28.5638,10.6,2.8,2021-12-13T10:14:49Z +-17.8377,28.5654,11.1,3.4,2021-12-13T10:58:27Z +-17.8483,28.5491,10.3,2.3,2021-12-13T11:03:40Z +-17.8318,28.5635,10.2,2.5,2021-12-13T11:55:02Z +-17.8396,28.5544,10.3,2.4,2021-12-13T12:26:41Z +-17.8304,28.562,9.4,2.5,2021-12-13T12:28:40Z +-17.833,28.552,10.4,2.3,2021-12-13T13:03:27Z +-17.8291,28.5568,10.5,2.2,2021-12-13T13:10:32Z +-17.839,28.5497,11,2.4,2021-12-13T13:16:15Z +-17.8392,28.5631,10.2,2.3,2021-12-13T13:18:51Z +-17.8585,28.5641,8.5,2.7,2021-12-13T14:04:02Z +-17.8461,28.5648,46.9,2.9,2021-12-13T14:05:57Z +-17.8381,28.5641,10.1,2.6,2021-12-13T14:06:24Z +-17.8459,28.5668,9,2.3,2021-12-13T14:08:19Z +-17.8299,28.559,10.7,2.4,2021-12-13T14:15:09Z +-17.8341,28.5678,9.6,2.7,2021-12-13T14:41:27Z +-17.8366,28.5715,8.4,2.7,2021-12-13T15:06:03Z +-17.815,28.5672,9.4,2.4,2021-12-13T15:22:04Z +-17.749,28.6106,8.9,2.2,2021-12-13T15:33:35Z +-17.8298,28.5561,9.5,2.9,2021-12-13T16:23:10Z +-17.8375,28.5673,9.1,2.3,2021-12-13T17:14:29Z +-17.8341,28.563,9.9,2.1,2021-12-13T17:16:52Z +-17.86,28.5621,9.3,2.3,2021-12-13T17:20:21Z +-17.8294,28.5664,10.5,2.7,2021-12-13T17:22:58Z +-17.8314,28.5786,10.3,2.3,2021-12-13T17:29:46Z +-17.8288,28.5666,9.8,2.5,2021-12-13T17:58:56Z +-17.8592,28.5717,9.4,2.5,2021-12-13T18:04:23Z +-17.8088,28.5263,13.2,2.4,2021-12-13T18:05:40Z +-17.83,28.565,9.7,2.7,2021-12-13T18:17:34Z +-17.837,28.5734,9.1,2.6,2021-12-13T18:20:08Z +-17.8335,28.5691,10.7,2.7,2021-12-13T19:40:35Z +-17.8351,28.5666,10,2.9,2021-12-13T19:46:16Z +-17.8517,28.552,10.1,2.4,2021-12-13T20:24:21Z +-17.8331,28.5628,8.1,3,2021-12-13T20:33:28Z +-17.8357,28.5508,9.3,2.2,2021-12-13T20:35:26Z +-17.8346,28.5612,8.6,2.5,2021-12-13T20:39:50Z +-17.8391,28.5605,9.4,2,2021-12-13T20:44:09Z +-17.8322,28.5616,10.3,1.9,2021-12-13T20:51:02Z +-17.8311,28.5605,9,2.4,2021-12-13T20:51:37Z +-17.8395,28.553,9.2,2.4,2021-12-13T21:04:46Z +-17.8352,28.5612,8.4,2.3,2021-12-13T21:06:13Z +-17.8336,28.6152,37.7,2.6,2021-12-13T21:12:55Z +-17.8265,28.56,8.8,2.6,2021-12-13T21:16:15Z +-17.8413,28.555,10.1,2,2021-12-13T21:24:50Z +-17.8507,28.5587,9.7,1.8,2021-12-13T21:31:42Z +-17.85,28.5487,10.5,1.8,2021-12-13T21:38:44Z +-17.8266,28.5619,8.8,2.1,2021-12-13T21:40:00Z +-17.848,28.5724,8.7,1.9,2021-12-13T21:41:27Z +-17.8407,28.5608,10.2,1.6,2021-12-13T21:57:43Z +-17.8246,28.5594,10.4,1.8,2021-12-13T22:03:28Z +-17.8394,28.5839,10,1.7,2021-12-13T22:09:25Z +-17.8548,28.5508,10.1,1.6,2021-12-13T22:16:38Z +-17.8387,28.5551,10.4,1.7,2021-12-13T22:25:36Z +-17.858,28.5755,9,1.7,2021-12-13T22:31:05Z +-17.8267,28.5638,10.8,2.2,2021-12-13T22:51:32Z +-17.872,28.5725,9.7,1.6,2021-12-13T23:01:28Z +-17.8457,28.5565,8.1,1.9,2021-12-13T23:02:51Z +-17.8311,28.5602,12.7,2.8,2021-12-13T23:07:22Z +-17.8486,28.5583,9.4,2,2021-12-13T23:16:39Z +-17.8335,28.653,38,2,2021-12-13T23:21:43Z +-17.8202,28.6042,11,1.8,2021-12-13T23:37:45Z +-17.8638,28.5668,10.3,1.6,2021-12-13T23:39:39Z +-17.8387,28.5521,11.7,1.8,2021-12-13T23:40:20Z +-17.8629,28.5598,9,1.1,2021-12-13T23:56:47Z +-17.8377,28.5559,8.5,2.3,2021-12-13T23:57:33Z +-17.8396,28.5578,11,2.6,2021-12-12T00:07:50Z +-17.8351,28.5622,11,2.3,2021-12-12T00:53:12Z +-17.8216,28.5674,12,3.1,2021-12-12T03:33:55Z +-17.8231,28.5647,11,2.4,2021-12-12T04:02:53Z +-17.8347,28.5605,12.8,2.4,2021-12-12T04:06:21Z +-17.8296,28.562,14.2,2.3,2021-12-12T05:00:03Z +-17.8178,28.5708,35.9,3.2,2021-12-12T05:21:52Z +-17.8411,28.556,10.9,2.3,2021-12-12T06:01:54Z +-17.8313,28.5576,10.5,2.1,2021-12-12T08:23:45Z +-17.8376,28.5561,9.6,2.4,2021-12-12T09:25:15Z +-17.8307,28.5583,9.9,2.4,2021-12-12T09:59:09Z +-17.8301,28.5595,9.2,2.2,2021-12-12T10:01:35Z +-17.8162,28.5619,9.8,2.3,2021-12-12T10:26:51Z +-17.8475,28.5573,8.2,2.3,2021-12-12T11:02:15Z +-17.8268,28.5581,13.7,2.7,2021-12-12T12:59:34Z +-17.8124,28.5629,13.6,2.6,2021-12-12T13:18:54Z +-17.8263,28.5679,12.2,2.1,2021-12-12T13:30:07Z +-17.8472,28.5571,13.6,2.3,2021-12-12T14:13:34Z +-17.8393,28.5546,14.5,2.3,2021-12-12T14:55:30Z +-17.8326,28.5573,10.5,2.4,2021-12-12T16:24:09Z +-17.8382,28.5622,11.5,2.2,2021-12-12T18:37:45Z +-17.8162,28.6046,36,2.7,2021-12-12T23:47:18Z +-17.836,28.5868,38.2,2.8,2021-12-11T03:48:10Z +-17.8245,28.5501,13.6,2.7,2021-12-11T04:22:44Z +-17.8228,28.5703,10,2.3,2021-12-11T05:26:08Z +-17.833,28.5678,10.1,2.8,2021-12-11T05:51:07Z +-17.8228,28.5809,10.1,2.2,2021-12-11T07:16:05Z +-17.8261,28.5719,11.5,2.9,2021-12-11T09:10:37Z +-17.846800000000002,28.5624,11.1,2.6,2021-12-11T09:12:48Z +-17.8289,28.5624,11.5,2.8,2021-12-11T09:35:06Z +-17.8225,28.569,10.2,2.6,2021-12-11T10:02:32Z +-17.8343,28.5553,16.3,2.5,2021-12-11T11:01:40Z +-17.8761,28.5592,10.1,2.4,2021-12-11T16:06:18Z +-17.8324,28.575,41.7,2.8,2021-12-11T16:51:10Z +-17.7864,28.5695,15.8,2.4,2021-12-11T17:22:21Z +-17.8431,28.5585,10.4,2.9,2021-12-11T17:26:30Z +-17.8539,28.5407,15,2.6,2021-12-11T17:41:18Z +-17.8424,28.5637,12.6,2.7,2021-12-11T17:57:27Z +-17.8414,28.5649,11.5,2.7,2021-12-11T21:57:00Z +-17.8391,28.5591,10.5,2.4,2021-12-11T22:09:21Z +-17.793,28.5616,35.2,2.7,2021-12-11T22:28:01Z +-17.8365,28.5637,11.7,2.4,2021-12-11T22:33:39Z +-17.847,28.5584,13.4,2.3,2021-12-11T22:35:15Z +-17.8397,28.5506,15.4,3,2021-12-10T00:21:35Z +-17.8787,28.6315,1.3,1.9,2021-12-10T01:14:26Z +-17.83,28.5629,10.2,2.7,2021-12-10T04:53:21Z +-17.7987,28.6026,33.5,2.9,2021-12-10T05:44:19Z +-17.8254,28.565,10.7,2.9,2021-12-10T07:03:33Z +-17.8041,28.6008,40.2,3.3,2021-12-10T07:04:05Z +-17.8345,28.5728,10,3.6,2021-12-10T11:08:22Z +-17.8318,28.5777,11.5,2.4,2021-12-10T11:29:15Z +-17.8329,28.5736,10.4,2.9,2021-12-10T11:58:48Z +-17.8423,28.5674,15.3,2.8,2021-12-10T12:21:23Z +-17.8369,28.5638,12.7,2.2,2021-12-10T12:26:08Z +-17.8305,28.5606,14,2.7,2021-12-10T12:56:01Z +-17.7476,28.6119,32.9,3,2021-12-10T13:41:27Z +-17.8325,28.5615,11.6,2,2021-12-10T15:27:13Z +-17.8448,28.5635,10.7,3.1,2021-12-10T17:50:10Z +-17.8447,28.5481,13,2.9,2021-12-10T18:24:56Z +-17.8515,28.5544,11.2,3.1,2021-12-10T18:55:10Z +-17.8271,28.5467,14.9,2.5,2021-12-10T20:49:04Z +-17.834,28.5612,12.1,2.9,2021-12-10T20:56:27Z +-17.8333,28.5632,11.1,3.2,2021-12-10T20:59:57Z +-17.8442,28.5493,15.6,2.6,2021-12-10T21:16:40Z +-17.824,28.5649,11.3,2.6,2021-12-10T21:23:35Z +-17.8333,28.5671,14.9,2.4,2021-12-10T21:37:56Z +-17.8339,28.5633,13.8,2.6,2021-12-10T21:39:29Z +-17.8186,28.556,15,2.6,2021-12-10T21:48:05Z +-17.8279,28.5609,15.1,2.7,2021-12-10T21:53:01Z +-17.8136,28.5881,13.9,2.5,2021-12-10T21:55:53Z +-17.8251,28.5473,16.6,3.7,2021-12-10T21:57:53Z +-17.829,28.5621,13.7,2.9,2021-12-10T22:01:45Z +-17.8169,28.5664,14.2,2.6,2021-12-10T22:04:14Z +-17.8517,28.5762,14.2,2.4,2021-12-10T22:09:11Z +-17.8214,28.5626,14.6,2.7,2021-12-10T22:24:29Z +-17.8264,28.5493,15.9,3,2021-12-10T22:36:39Z +-17.829,28.5671,12.1,2.9,2021-12-10T22:45:12Z +-17.83,28.5709,13.2,2.6,2021-12-10T22:59:08Z +-17.8214,28.5618,15.4,3.2,2021-12-10T23:05:58Z +-17.8146,28.5657,13.9,3.1,2021-12-10T23:08:04Z +-17.8218,28.5647,14.5,2.8,2021-12-10T23:10:02Z +-17.8185,28.5597,14.8,3,2021-12-10T23:14:12Z +-17.8293,28.5515,14.8,2.2,2021-12-10T23:22:55Z +-17.8187,28.573,14.8,2.6,2021-12-10T23:27:40Z +-17.8005,28.5412,16.8,2.5,2021-12-10T23:32:33Z +-17.8608,28.563,11.1,2.1,2021-12-10T23:35:19Z +-17.8245,28.5576,15.7,3.5,2021-12-10T23:52:01Z +-17.8272,28.5601,13.8,2.4,2021-12-09T02:03:19Z +-17.8235,28.5694,10.9,2.2,2021-12-09T03:24:26Z +-17.8343,28.5588,13.5,2.9,2021-12-09T05:03:58Z +-17.8517,28.567,10.4,2.1,2021-12-09T05:32:58Z +-17.7577,28.6345,31.8,2.7,2021-12-09T06:19:51Z +-17.8406,28.5719,11.8,2.4,2021-12-09T06:46:25Z +-17.8511,28.5524,9.9,2.2,2021-12-09T07:08:27Z +-17.8362,28.5606,10.8,2.2,2021-12-09T07:33:17Z +-17.8311,28.5668,10,2.1,2021-12-09T08:17:23Z +-17.8341,28.5632,8.7,2.5,2021-12-09T08:27:55Z +-17.8592,28.5613,13.9,2.6,2021-12-09T12:11:35Z +-17.8312,28.5729,9,2.5,2021-12-09T12:26:08Z +-17.8443,28.5578,11.2,2.6,2021-12-09T13:38:00Z +-17.8334,28.5515,10.3,2.8,2021-12-09T14:56:07Z +-17.764,28.592,29.4,2.7,2021-12-09T15:19:04Z +-17.8068,28.5735,13.2,2.6,2021-12-09T16:33:14Z +-17.8557,28.561,11.9,2.5,2021-12-09T16:37:16Z +-17.8401,28.5672,10.8,2.4,2021-12-09T16:46:14Z +-17.823,28.5618,11.5,3,2021-12-09T18:35:10Z +-17.8431,28.564,11.6,2.7,2021-12-09T21:00:27Z +-17.8341,28.554,13.7,2,2021-12-08T01:39:56Z +-17.8287,28.6375,21.7,2,2021-12-08T03:02:30Z +-17.793,28.5847,31.6,2.3,2021-12-08T04:05:38Z +-17.8462,28.5683,34.5,2.4,2021-12-08T04:54:00Z +-17.7624,28.6299,29.7,2.4,2021-12-08T05:07:43Z +-17.8359,28.5586,11.3,3.3,2021-12-08T05:13:27Z +-17.8273,28.5597,9.6,2.1,2021-12-08T05:26:34Z +-17.8323,28.5593,9.1,2.5,2021-12-08T06:35:37Z +-17.8373,28.5633,12.5,3,2021-12-08T07:08:58Z +-17.8254,28.5578,10.7,2.3,2021-12-08T07:12:15Z +-17.8022,28.5667,34.5,2.8,2021-12-08T07:20:56Z +-17.8389,28.5071,30.2,2.8,2021-12-08T08:15:35Z +-17.8491,28.5627,11.3,2.6,2021-12-08T08:36:10Z +-17.8255,28.5483,13.9,2.5,2021-12-08T08:39:36Z +-17.7936,28.5929,36,3,2021-12-08T09:10:25Z +-17.8257,28.5575,33.4,3.3,2021-12-08T09:15:21Z +-17.8121,28.5676,12.2,2.6,2021-12-08T09:37:23Z +-17.8259,28.5667,10,2.5,2021-12-08T09:43:25Z +-17.8256,28.5995,34.9,2.6,2021-12-08T10:25:29Z +-17.8111,28.6043,35.9,2.8,2021-12-08T10:42:57Z +-17.8149,28.5797,34.7,3.3,2021-12-08T10:51:15Z +-17.8298,28.5676,11,2.7,2021-12-08T10:58:58Z +-17.811,28.5732,34.8,3.1,2021-12-08T11:42:36Z +-17.84,28.5814,37.4,3.6,2021-12-08T12:09:07Z +-17.8416,28.5623,10.7,3,2021-12-08T12:14:03Z +-17.8094,28.5587,33.6,3.5,2021-12-08T13:11:26Z +-17.8275,28.5496,14.9,2.4,2021-12-08T13:17:40Z +-17.8257,28.5803,10.7,2.3,2021-12-08T13:17:41Z +-17.8663,28.5668,15,2.3,2021-12-08T13:19:42Z +-17.8517,28.5714,10,2,2021-12-08T13:26:13Z +-17.8311,28.552,32.4,2.5,2021-12-08T13:26:51Z +-17.8555,28.5493,12.6,2.4,2021-12-08T14:26:08Z +-17.8177,28.5607,34.4,2.8,2021-12-08T14:42:48Z +-17.839,28.5586,13.9,2.9,2021-12-08T14:52:33Z +-17.8149,28.5598,33.8,3.1,2021-12-08T16:24:14Z +-17.8341,28.5513,13.8,2.9,2021-12-08T17:44:12Z +-17.8172,28.5607,14.4,2.9,2021-12-08T17:57:21Z +-17.8235,28.5678,35.8,2.8,2021-12-08T18:10:30Z +-17.8214,28.6059,9.6,2.3,2021-12-08T19:32:21Z +-17.8225,28.5721,9.7,2.2,2021-12-08T20:13:45Z +-17.7781,28.6082,21.7,2.5,2021-12-08T20:29:49Z +-17.8208,28.6125,30.9,2.4,2021-12-07T00:25:44Z +-17.8465,28.5485,13.7,2.3,2021-12-07T00:33:35Z +-17.8393,28.5707,10.4,2.1,2021-12-07T00:52:08Z +-17.8448,28.5796,35.4,2.6,2021-12-07T02:21:52Z +-17.839,28.557,12.8,3.4,2021-12-07T02:32:57Z +-17.8296,28.5731,11.8,2.4,2021-12-07T02:45:47Z +-17.8262,28.5569,12.4,2.2,2021-12-07T03:32:21Z +-17.8057,28.573,9.5,2.3,2021-12-07T04:34:02Z +-17.8235,28.5633,12.3,3.3,2021-12-07T05:17:25Z +-17.8384,28.555,14.2,2.3,2021-12-07T05:26:55Z +-17.8342,28.5589,13.1,2.5,2021-12-07T05:36:08Z +-17.8381,28.5485,14.8,2.7,2021-12-07T06:24:15Z +-17.84,28.56,10.2,2.5,2021-12-07T06:39:30Z +-17.8494,28.5601,11.3,2.3,2021-12-07T07:02:39Z +-17.8111,28.6129,30.5,2.6,2021-12-07T07:19:39Z +-17.8466,28.5655,9.9,2.5,2021-12-07T08:29:29Z +-17.8382,28.5588,13.9,2.7,2021-12-07T09:58:49Z +-17.8369,28.5893,41.4,3.5,2021-12-07T10:35:46Z +-17.8329,28.5644,11.1,2.8,2021-12-07T10:43:03Z +-17.8345,28.5311,12.6,2.4,2021-12-07T11:16:56Z +-17.8268,28.5861,11.9,2.8,2021-12-07T12:43:46Z +-17.8447,28.5554,13.9,4,2021-12-07T13:29:46Z +-17.7788,28.6111,35.8,2.8,2021-12-07T13:37:01Z +-17.8446,28.5694,11.7,2.5,2021-12-07T14:07:22Z +-17.8267,28.5522,15.5,2.4,2021-12-07T14:49:53Z +-17.8317,28.5837,11.3,2.4,2021-12-07T16:31:17Z +-17.8458,28.5729,12.4,3.6,2021-12-07T16:56:26Z +-17.8353,28.5704,10.8,3,2021-12-07T18:59:07Z +-17.8358,28.599,38,2.7,2021-12-07T19:27:56Z +-17.8441,28.5867,10.2,3.2,2021-12-07T19:59:49Z +-17.7793,28.6289,36.4,2.6,2021-12-07T20:47:02Z +-17.8371,28.5456,15.5,2.2,2021-12-07T22:49:32Z +-17.8307,28.5546,13,2.6,2021-12-07T22:58:30Z +-17.8301,28.5463,14.1,2.6,2021-12-07T23:37:35Z +-17.8401,28.5555,10.3,2.4,2021-12-06T00:48:08Z +-17.8309,28.5704,34.7,2.9,2021-12-06T03:04:24Z +-17.8344,28.5643,13.3,3.1,2021-12-06T03:09:29Z +-17.8451,28.5657,11.7,2.6,2021-12-06T03:15:55Z +-17.8465,28.5481,10.2,2.5,2021-12-06T03:32:22Z +-17.8253,28.5692,13.9,2.6,2021-12-06T03:41:24Z +-17.8336,28.5564,13.1,3,2021-12-06T04:15:55Z +-17.8294,28.5579,12.5,2.5,2021-12-06T04:26:27Z +-17.855,28.5775,12.6,2.3,2021-12-06T05:41:56Z +-17.837,28.56,12.6,2.3,2021-12-06T06:16:25Z +-17.8895,28.6076,6,2.1,2021-12-06T06:26:08Z +-17.8382,28.5581,9.7,2.5,2021-12-06T07:13:10Z +-17.8503,28.5682,32.6,2.6,2021-12-06T08:02:23Z +-17.8311,28.5624,13.8,3.5,2021-12-06T08:23:33Z +-17.8371,28.5635,13.7,3,2021-12-06T09:29:22Z +-17.8574,28.5578,11.1,2.5,2021-12-06T09:29:51Z +-17.8181,28.5452,13.8,2.6,2021-12-06T10:29:28Z +-17.84,28.5603,10.1,2.5,2021-12-06T11:21:44Z +-17.8244,28.5652,10.2,3.5,2021-12-06T11:41:49Z +-17.8477,28.5361,14.2,2.5,2021-12-06T11:46:11Z +-17.8255,28.5598,10.2,2.1,2021-12-06T12:13:22Z +-17.8356,28.5611,12.4,2.7,2021-12-06T12:20:39Z +-17.8441,28.5614,9.2,2.6,2021-12-06T14:10:43Z +-17.8079,28.5925,34,3.4,2021-12-06T14:46:02Z +-17.8317,28.5808,10.4,2.2,2021-12-06T16:19:50Z +-17.8957,28.6159,0.6,2,2021-12-06T16:48:36Z +-17.775,28.5676,35.4,2.6,2021-12-06T17:20:19Z +-17.8365,28.5682,11.8,2.9,2021-12-06T18:54:31Z +-17.8456,28.5563,10.1,2,2021-12-06T19:12:26Z +-17.8524,28.5538,13.9,2.1,2021-12-06T19:52:50Z +-17.8413,28.5501,13.9,2.2,2021-12-06T20:02:23Z +-17.83,28.5573,10.6,2.7,2021-12-06T20:06:04Z +-17.8234,28.5702,10.5,2.6,2021-12-06T20:22:28Z +-17.8437,28.5491,14.1,2.2,2021-12-06T20:45:02Z +-17.8858,28.6177,2.6,2.2,2021-12-06T21:17:11Z +-17.8,28.6126,38.6,2.5,2021-12-06T22:39:03Z +-17.8256,28.5674,11.1,2.3,2021-12-06T23:57:43Z +-17.8389,28.5439,13.2,2.5,2021-12-05T00:33:00Z +-17.8361,28.5586,10.1,2.7,2021-12-05T01:10:52Z +-17.8307,28.5688,10.5,2.5,2021-12-05T01:36:37Z +-17.8288,28.5612,13.2,3.1,2021-12-05T05:13:53Z +-17.8421,28.5651,10.9,2.9,2021-12-05T05:18:54Z +-17.8433,28.5732,13.1,2.9,2021-12-05T05:35:04Z +-17.8454,28.5528,9.6,2.3,2021-12-05T06:51:31Z +-17.8405,28.5649,12.9,2.4,2021-12-05T08:31:06Z +-17.8344,28.5651,10.4,2.4,2021-12-05T08:56:45Z +-17.8354,28.5549,10,2.6,2021-12-05T11:33:35Z +-17.8434,28.5577,10.2,2.4,2021-12-05T11:42:23Z +-17.8283,28.5566,10,2.4,2021-12-05T11:44:21Z +-17.8397,28.5541,12.2,2.7,2021-12-05T12:39:19Z +-17.8243,28.5521,10.5,2.4,2021-12-05T14:11:25Z +-17.8438,28.5757,7.9,2.2,2021-12-05T15:34:46Z +-17.8457,28.5681,9.8,2.9,2021-12-05T16:12:24Z +-17.8389,28.5745,12.1,3.2,2021-12-05T16:14:33Z +-17.8421,28.5697,8.7,2.5,2021-12-05T16:51:53Z +-17.8316,28.5697,11.1,2.6,2021-12-05T17:56:51Z +-17.836,28.5781,10.1,3.3,2021-12-05T19:14:39Z +-17.8384,28.579,13.1,2.6,2021-12-05T19:19:35Z +-17.8408,28.57,13.2,2.9,2021-12-05T23:46:44Z +-17.8355,28.5582,14.1,3.9,2021-12-05T23:57:01Z +-17.8178,28.5946,37.5,2.5,2021-12-04T00:39:12Z +-17.8584,28.5543,25.8,3.4,2021-12-04T01:23:51Z +-17.8365,28.5514,26.6,3.3,2021-12-04T02:33:58Z +-17.8211,28.5763,14.2,2.5,2021-12-04T03:02:29Z +-17.8395,28.5655,12.7,3,2021-12-04T03:06:01Z +-17.8439,28.5646,11.4,3.2,2021-12-04T04:49:09Z +-17.8306,28.5451,9.8,2.5,2021-12-04T06:30:12Z +-17.8205,28.5739,11.1,2.6,2021-12-04T07:30:44Z +-17.841,28.5511,9.1,2.4,2021-12-04T07:37:27Z +-17.8267,28.5587,10.2,2.3,2021-12-04T07:50:06Z +-17.8343,28.5448,12.2,2.3,2021-12-04T08:10:33Z +-17.8308,28.5655,10.7,2.9,2021-12-04T08:17:16Z +-17.8349,28.562,10.1,2.5,2021-12-04T10:02:38Z +-17.8139,28.5675,12.3,2.6,2021-12-04T11:01:50Z +-17.8116,28.5519,12.2,2.5,2021-12-04T11:53:12Z +-17.8282,28.5686,9.9,3.2,2021-12-04T11:56:18Z +-17.8354,28.5499,14.3,2.6,2021-12-04T12:17:31Z +-17.8155,28.5966,36.1,3.4,2021-12-04T12:19:39Z +-17.8251,28.5574,13,3.1,2021-12-04T12:30:10Z +-17.8291,28.5686,10.5,2.2,2021-12-04T12:42:24Z +-17.8463,28.575,12.7,3.4,2021-12-04T14:48:27Z +-17.8281,28.5633,11.1,2.5,2021-12-04T15:01:38Z +-17.8192,28.5548,11.1,2.3,2021-12-04T15:24:18Z +-17.8401,28.5783,11.2,2.5,2021-12-04T16:00:37Z +-17.8375,28.569,11.5,2.4,2021-12-04T16:20:47Z +-17.8176,28.5643,13.8,2.8,2021-12-04T16:32:55Z +-17.8402,28.5613,9.1,2.9,2021-12-04T18:08:12Z +-17.8508,28.5814,36,3.2,2021-12-04T18:38:38Z +-17.8457,28.5706,9,2.9,2021-12-04T19:07:03Z +-17.8291,28.5628,9.4,2.8,2021-12-04T19:15:03Z +-17.8433,28.5646,8.8,2.7,2021-12-04T19:21:09Z +-17.8189,28.5788,34.4,2.6,2021-12-04T20:20:46Z +-17.829,28.5713,10.5,2.6,2021-12-04T20:35:49Z +-17.8375,28.5633,11.3,2.5,2021-12-04T20:49:07Z +-17.8325,28.5746,12.5,2.8,2021-12-04T20:55:26Z +-17.826,28.5704,13,2.6,2021-12-04T21:45:25Z +-17.8199,28.5058,17.2,2.5,2021-12-04T22:42:16Z +-17.838,28.5653,10.1,2.5,2021-12-04T22:46:35Z +-17.8258,28.5586,10.3,2.8,2021-12-04T23:36:12Z +-17.846800000000002,28.581,11.4,2.5,2021-12-04T23:47:43Z +-17.8411,28.5642,10,3,2021-12-03T01:40:54Z +-17.8279,28.5713,10.2,2.7,2021-12-03T01:56:59Z +-17.8347,28.5574,9.8,2.7,2021-12-03T02:14:22Z +-17.8313,28.558,14.7,2.8,2021-12-03T03:11:57Z +-17.8421,28.5643,10.3,2.5,2021-12-03T03:17:00Z +-17.826,28.5547,10.1,2.7,2021-12-03T04:37:37Z +-17.8376,28.5644,10.5,2.2,2021-12-03T06:23:16Z +-17.8306,28.54,16.3,2.6,2021-12-03T07:34:09Z +-17.8165,28.5391,16.9,3,2021-12-03T07:53:32Z +-17.8321,28.5492,16,2.5,2021-12-03T07:58:52Z +-17.8147,28.5479,14.8,2.5,2021-12-03T08:05:29Z +-17.8196,28.5687,10.6,2.6,2021-12-03T08:07:26Z +-17.8214,28.5432,15.4,3.1,2021-12-03T08:18:46Z +-17.8082,28.5431,15.5,3,2021-12-03T08:29:43Z +-17.8325,28.566,10.1,2.5,2021-12-03T08:33:12Z +-17.8166,28.5452,14.6,3,2021-12-03T08:35:49Z +-17.8214,28.5636,14.8,2.5,2021-12-03T08:40:43Z +-17.8176,28.554,15.9,3.1,2021-12-03T08:44:28Z +-17.8053,28.5497,14.8,2.6,2021-12-03T08:46:30Z +-17.8188,28.5475,15.5,3.1,2021-12-03T08:47:41Z +-17.8279,28.5431,15.3,3.1,2021-12-03T08:51:15Z +-17.8141,28.5511,16,3.1,2021-12-03T08:54:23Z +-17.806,28.552,16,3.4,2021-12-03T08:59:00Z +-17.8212,28.5516,15.7,3.1,2021-12-03T09:01:23Z +-17.8188,28.5519,14.3,2.4,2021-12-03T09:09:18Z +-17.8207,28.5575,14.4,3,2021-12-03T09:20:12Z +-17.8151,28.5555,14.9,3.4,2021-12-03T09:26:24Z +-17.8142,28.552,13.9,2.8,2021-12-03T09:42:43Z +-17.8618,28.5805,14.4,2.3,2021-12-03T09:47:58Z +-17.824,28.5807,40.1,3.3,2021-12-03T09:50:47Z +-17.8211,28.5633,12.4,2.6,2021-12-03T10:18:29Z +-17.8329,28.5653,12.4,2.7,2021-12-03T10:23:41Z +-17.8237,28.5815,34.8,3.3,2021-12-03T10:33:14Z +-17.8231,28.5611,13.1,3.2,2021-12-03T12:50:43Z +-17.8392,28.5575,12.1,2.5,2021-12-03T13:19:01Z +-17.852,28.5494,14.9,2.9,2021-12-03T13:54:05Z +-17.824,28.5521,12.5,2.7,2021-12-03T13:57:16Z +-17.8438,28.5792,11.4,2.6,2021-12-03T13:59:25Z +-17.85,28.5673,10.4,2.7,2021-12-03T14:08:00Z +-17.8353,28.559,12.2,3.2,2021-12-03T14:43:52Z +-17.817,28.5626,10.9,3.3,2021-12-03T15:18:54Z +-17.8454,28.5555,14,3.2,2021-12-03T15:35:00Z +-17.8463,28.5596,14.7,2.9,2021-12-03T15:37:42Z +-17.8402,28.5632,10.2,2.7,2021-12-03T18:09:36Z +-17.8262,28.5663,10,2.9,2021-12-03T19:02:38Z +-17.8409,28.5646,10.4,2.6,2021-12-03T21:35:32Z +-17.8451,28.582,33.2,2.8,2021-12-03T23:28:56Z +-17.8233,28.5776,10.5,2.4,2021-12-02T00:06:50Z +-17.8407,28.5702,10.9,2.5,2021-12-02T00:36:21Z +-17.8204,28.5612,15.2,2.6,2021-12-02T00:45:51Z +-17.84,28.5605,10.4,2.7,2021-12-02T01:00:46Z +-17.8255,28.5611,12.6,2.9,2021-12-02T01:48:30Z +-17.844,28.5627,12.7,2.7,2021-12-02T01:52:24Z +-17.8657,28.5635,10.4,2.6,2021-12-02T02:11:40Z +-17.8499,28.5575,13.8,3,2021-12-02T03:20:34Z +-17.8383,28.57,10,2.6,2021-12-02T03:28:12Z +-17.854,28.5626,12.2,2.6,2021-12-02T03:40:01Z +-17.8483,28.5731,10.3,2.5,2021-12-02T04:43:12Z +-17.8346,28.5625,11,4.2,2021-12-02T05:14:14Z +-17.8348,28.5597,12.8,2.8,2021-12-02T05:18:23Z +-17.8312,28.563,10,2.8,2021-12-02T05:31:18Z +-17.8278,28.5541,14.4,3,2021-12-02T06:10:11Z +-17.835,28.5555,13.7,2.7,2021-12-02T06:20:44Z +-17.8129,28.5613,23.9,2.8,2021-12-02T06:23:25Z +-17.8476,28.554,10.2,2.4,2021-12-02T07:25:43Z +-17.8346,28.5313,11.2,2.6,2021-12-02T07:38:23Z +-17.8292,28.5576,11.3,2.5,2021-12-02T07:52:06Z +-17.8303,28.552,14.4,2.5,2021-12-02T07:54:27Z +-17.8364,28.5578,12,2.8,2021-12-02T08:04:41Z +-17.8193,28.5616,10.2,2.5,2021-12-02T08:10:32Z +-17.8448,28.5566,11,2.6,2021-12-02T08:12:32Z +-17.8366,28.559,10.4,2.5,2021-12-02T08:33:28Z +-17.831,28.5622,10.9,3,2021-12-02T08:48:11Z +-17.8375,28.5609,10.4,2.5,2021-12-02T08:50:06Z +-17.833,28.5662,10.1,2.7,2021-12-02T09:05:05Z +-17.8407,28.5669,10.9,2.7,2021-12-02T09:10:52Z +-17.8358,28.5587,11.1,2.8,2021-12-02T09:29:33Z +-17.8288,28.5659,10.3,2.7,2021-12-02T09:31:33Z +-17.8364,28.5593,12.3,3.4,2021-12-02T09:32:50Z +-17.8264,28.566,11.1,3.3,2021-12-02T09:39:27Z +-17.8076,28.5665,10.5,2.5,2021-12-02T09:51:51Z +-17.8247,28.568,11.2,2.6,2021-12-02T09:55:51Z +-17.8375,28.5633,10.7,2.7,2021-12-02T10:01:22Z +-17.8323,28.5648,9.9,2.5,2021-12-02T10:02:16Z +-17.8169,28.5567,13.6,2.6,2021-12-02T10:07:54Z +-17.8315,28.5555,11.2,3,2021-12-02T10:13:22Z +-17.8308,28.5474,14,2.8,2021-12-02T10:14:53Z +-17.8219,28.5623,10.9,2.8,2021-12-02T10:21:09Z +-17.8504,28.5501,10.7,2.8,2021-12-02T10:24:05Z +-17.8507,28.5673,10.9,2.6,2021-12-02T10:25:16Z +-17.8485,28.5582,10.2,2.6,2021-12-02T10:32:11Z +-17.8365,28.5587,10.5,2.8,2021-12-02T10:34:46Z +-17.8302,28.5518,13.3,2.8,2021-12-02T10:40:27Z +-17.8358,28.5638,11.3,2.7,2021-12-02T10:44:41Z +-17.83,28.5547,11.3,2.9,2021-12-02T10:48:17Z +-17.8321,28.5602,10.1,2.5,2021-12-02T10:59:12Z +-17.8408,28.5569,9.4,2.9,2021-12-02T11:02:10Z +-17.8473,28.5668,9.5,2.7,2021-12-02T11:10:41Z +-17.8326,28.5659,10.3,3,2021-12-02T11:16:20Z +-17.8362,28.5612,12.7,2.8,2021-12-02T11:21:00Z +-17.8279,28.5635,12.7,3.2,2021-12-02T11:37:12Z +-17.8347,28.5654,11.3,2.6,2021-12-02T11:39:03Z +-17.8376,28.5669,10.9,3.2,2021-12-02T11:42:09Z +-17.8299,28.5559,10.1,3.2,2021-12-02T11:47:59Z +-17.8285,28.5599,10.9,2.7,2021-12-02T12:02:01Z +-17.8423,28.5585,10.4,2.8,2021-12-02T12:03:41Z +-17.8256,28.5664,11.4,3.1,2021-12-02T12:17:27Z +-17.8303,28.5696,13.6,2.7,2021-12-02T12:21:28Z +-17.8331,28.5607,10.3,2.5,2021-12-02T12:35:02Z +-17.8158,28.5658,11,3.3,2021-12-02T12:40:53Z +-17.8239,28.5565,13.2,2.7,2021-12-02T12:43:54Z +-17.8324,28.5489,14.2,3.5,2021-12-02T12:47:19Z +-17.8359,28.5652,11.1,2.9,2021-12-02T12:53:47Z +-17.8405,28.5625,13.3,3.1,2021-12-02T12:57:05Z +-17.8401,28.5642,11.3,2.9,2021-12-02T13:05:15Z +-17.8354,28.5626,10.7,3.4,2021-12-02T13:38:41Z +-17.8315,28.5669,10.5,2.8,2021-12-02T13:42:11Z +-17.8231,28.5634,11,3.2,2021-12-02T13:44:49Z +-17.8352,28.5726,10.3,2.8,2021-12-02T14:00:59Z +-17.8486,28.5653,10.2,2.8,2021-12-02T14:11:04Z +-17.8345,28.5588,11.3,2.9,2021-12-02T14:19:55Z +-17.8312,28.5801,10.2,2.7,2021-12-02T14:59:59Z +-17.8333,28.5614,10.3,3.2,2021-12-02T15:03:10Z +-17.8396,28.5478,10.3,2.9,2021-12-02T16:06:08Z +-17.8448,28.5647,10.8,3.1,2021-12-02T16:36:11Z +-17.8444,28.5649,10.8,2.8,2021-12-02T16:41:44Z +-17.8323,28.5636,12.5,3.4,2021-12-02T16:47:21Z +-17.8293,28.558,10.5,3,2021-12-02T16:52:19Z +-17.8439,28.564,10.3,2.8,2021-12-02T16:57:12Z +-17.8433,28.5617,10.2,3.4,2021-12-02T17:12:23Z +-17.8255,28.5961,37.5,2.9,2021-12-02T17:40:17Z +-17.8494,28.5638,10.3,2.8,2021-12-02T18:32:28Z +-17.8341,28.554,10.2,2.8,2021-12-02T18:53:54Z +-17.8427,28.5631,11.1,2.8,2021-12-02T19:30:25Z +-17.8328,28.5612,14,2.9,2021-12-02T19:36:27Z +-17.8241,28.5359,13.2,2.9,2021-12-02T19:53:39Z +-17.8499,28.5725,10,2.6,2021-12-02T20:14:14Z +-17.8432,28.5599,11.7,2.7,2021-12-02T20:54:52Z +-17.8278,28.5957,10.9,2.7,2021-12-02T20:56:40Z +-17.8558,28.5431,30.9,2.9,2021-12-02T21:09:35Z +-17.8286,28.5657,11.3,4.2,2021-12-02T21:11:44Z +-17.8396,28.5629,10.6,2.9,2021-12-02T21:19:18Z +-17.8371,28.5675,10.6,3.2,2021-12-02T22:00:31Z +-17.8278,28.5656,12.6,2.9,2021-12-02T22:10:53Z +-17.815,28.5754,11.3,3,2021-12-02T22:12:36Z +-17.8358,28.5531,14.1,2.7,2021-12-02T22:53:33Z +-17.8369,28.5635,10.9,3.3,2021-12-01T00:03:10Z +-17.8421,28.5604,10.9,2.8,2021-12-01T00:06:40Z +-17.7986,28.5719,9.8,2.7,2021-12-01T00:11:42Z +-17.8545,28.5605,14.1,3.3,2021-12-01T00:14:14Z +-17.8221,28.5678,9.5,2.4,2021-12-01T00:16:08Z +-17.8374,28.5603,11.2,4,2021-12-01T00:24:39Z +-17.8343,28.5632,11.3,2.8,2021-12-01T00:26:58Z +-17.8258,28.5676,12.1,2.9,2021-12-01T00:28:04Z +-17.8317,28.5585,9.9,2.4,2021-12-01T00:29:56Z +-17.8366,28.5639,11.1,2.9,2021-12-01T00:32:43Z +-17.8387,28.5604,11.2,2.9,2021-12-01T00:42:48Z +-17.8462,28.5678,9.7,2.2,2021-12-01T00:50:36Z +-17.8347,28.5619,10.6,2.9,2021-12-01T00:56:23Z +-17.8266,28.5626,10.5,2.5,2021-12-01T00:57:21Z +-17.8115,28.5712,11.1,2.4,2021-12-01T00:59:10Z +-17.8347,28.5647,11.4,2.6,2021-12-01T01:02:10Z +-17.8361,28.5525,13.5,2.7,2021-12-01T01:10:56Z +-17.8241,28.5661,11.3,3.5,2021-12-01T01:14:51Z +-17.8251,28.5698,10.4,2.4,2021-12-01T01:20:05Z +-17.8348,28.5639,10.7,2.5,2021-12-01T01:25:30Z +-17.8354,28.5617,11.1,3,2021-12-01T01:30:43Z +-17.8384,28.5739,10,2.3,2021-12-01T01:32:48Z +-17.8253,28.5625,11.7,3,2021-12-01T01:33:57Z +-17.8348,28.5612,12.6,2.7,2021-12-01T01:43:14Z +-17.8472,28.5596,10.5,3.1,2021-12-01T01:52:50Z +-17.8406,28.583,11.4,2.5,2021-12-01T01:56:05Z +-17.8289,28.5653,11.2,2.7,2021-12-01T01:57:26Z +-17.8411,28.5628,11.1,3.1,2021-12-01T01:59:20Z +-17.8432,28.5619,10.8,2.6,2021-12-01T02:07:12Z +-17.8426,28.5605,12.9,2.5,2021-12-01T02:10:55Z +-17.8327,28.5666,11.1,2.9,2021-12-01T02:17:14Z +-17.8424,28.565,12.4,2.7,2021-12-01T02:22:05Z +-17.7734,28.6082,14,2.7,2021-12-01T02:23:56Z +-17.816,28.5725,9.7,2.3,2021-12-01T02:43:40Z +-17.8452,28.5666,10.5,2.6,2021-12-01T02:52:14Z +-17.8296,28.5633,13.1,3.2,2021-12-01T03:01:13Z +-17.8338,28.5619,12.3,3.2,2021-12-01T03:09:24Z +-17.8274,28.5709,10.2,3.1,2021-12-01T03:16:34Z +-17.8279,28.564,10.4,2.5,2021-12-01T03:18:38Z +-17.8234,28.5693,11,3.2,2021-12-01T03:21:50Z +-17.8272,28.5689,14.6,2.6,2021-12-01T03:25:24Z +-17.8424,28.553,11.3,3,2021-12-01T03:29:26Z +-17.8227,28.5575,13.9,3,2021-12-01T03:35:38Z +-17.83,28.5638,12.7,3,2021-12-01T03:42:30Z +-17.8384,28.5679,14,3.3,2021-12-01T03:46:00Z +-17.8463,28.5709,10.7,2.5,2021-12-01T03:50:03Z +-17.8367,28.5627,10.9,2.5,2021-12-01T03:57:02Z +-17.8425,28.5581,10.8,2.4,2021-12-01T04:00:35Z +-17.8339,28.5722,10.9,2.4,2021-12-01T04:02:49Z +-17.8306,28.5682,10.8,2.5,2021-12-01T04:04:17Z +-17.8323,28.5686,11.1,2.5,2021-12-01T04:08:30Z +-17.8308,28.5652,10.9,2.5,2021-12-01T04:09:28Z +-17.8392,28.5732,10,2.5,2021-12-01T04:13:56Z +-17.842,28.5629,10.1,2.7,2021-12-01T04:16:05Z +-17.8391,28.5594,10.1,3,2021-12-01T04:22:23Z +-17.8319,28.5606,13.1,3.5,2021-12-01T04:24:29Z +-17.8339,28.5689,12,2.7,2021-12-01T04:25:56Z +-17.8312,28.5637,11.3,2.8,2021-12-01T04:29:11Z +-17.8405,28.5637,13.6,2.7,2021-12-01T04:31:27Z +-17.8269,28.5754,9.8,2.4,2021-12-01T04:34:13Z +-17.875,28.5653,10.9,2.5,2021-12-01T04:40:17Z +-17.8396,28.5676,10.8,2.4,2021-12-01T04:43:34Z +-17.8389,28.5631,10.9,3,2021-12-01T04:46:06Z +-17.8116,28.5744,12.1,2.6,2021-12-01T04:47:34Z +-17.8454,28.5685,11.6,3,2021-12-01T04:51:32Z +-17.8306,28.5648,10.2,2.6,2021-12-01T04:55:00Z +-17.8338,28.5678,10.7,2.5,2021-12-01T04:56:08Z +-17.8323,28.5603,9.8,2.5,2021-12-01T05:04:14Z +-17.8336,28.5658,9.4,2.6,2021-12-01T05:06:14Z +-17.8388,28.5656,10.1,2.5,2021-12-01T05:12:16Z +-17.8358,28.5643,12.4,2.5,2021-12-01T05:16:27Z +-17.8324,28.5712,11.6,2.6,2021-12-01T05:19:12Z +-17.8359,28.564,11.4,2.8,2021-12-01T05:22:29Z +-17.8292,28.5735,10,2.8,2021-12-01T05:23:50Z +-17.8568,28.5504,10.4,2.4,2021-12-01T05:28:16Z +-17.8278,28.5597,12.6,3.3,2021-12-01T05:32:05Z +-17.8299,28.5657,13.5,2.5,2021-12-01T05:34:47Z +-17.8387,28.5586,11.2,2.9,2021-12-01T05:38:44Z +-17.8278,28.5691,10.5,2.9,2021-12-01T05:49:07Z +-17.8504,28.5648,10.2,2.4,2021-12-01T05:54:11Z +-17.8341,28.5626,12,3.3,2021-12-01T06:00:10Z +-17.8416,28.5615,10.6,2.6,2021-12-01T06:03:57Z +-17.8374,28.5643,11,3.4,2021-12-01T06:06:20Z +-17.8081,28.5708,10.7,2.5,2021-12-01T06:07:47Z +-17.8319,28.5753,10.8,2.7,2021-12-01T06:08:59Z +-17.8243,28.5665,12.1,3.1,2021-12-01T06:13:17Z +-17.8774,28.5511,31,2.6,2021-12-01T06:17:37Z +-17.8214,28.5665,12.5,2.8,2021-12-01T06:22:11Z +-17.8293,28.5581,11.6,3.1,2021-12-01T06:22:45Z +-17.8339,28.5651,12,3.8,2021-12-01T06:25:29Z +-17.8292,28.5663,10.6,2.8,2021-12-01T06:29:30Z +-17.8402,28.5672,10.5,2.5,2021-12-01T06:33:36Z +-17.8481,28.5699,12.7,2.5,2021-12-01T06:36:29Z +-17.8453,28.5639,11.8,3,2021-12-01T06:38:25Z +-17.8331,28.5616,11.5,3.5,2021-12-01T06:40:52Z +-17.8209,28.5815,13.4,2.5,2021-12-01T06:43:43Z +-17.8277,28.5696,9.8,2.8,2021-12-01T06:45:29Z +-17.8372,28.5795,11.5,2.7,2021-12-01T06:46:47Z +-17.8309,28.5587,12.2,2.6,2021-12-01T06:50:45Z +-17.8293,28.5684,11.1,2.4,2021-12-01T06:53:58Z +-17.8383,28.5616,11.2,3.3,2021-12-01T06:56:04Z +-17.8505,28.5771,11.1,2.6,2021-12-01T06:59:55Z +-17.8471,28.5583,12.7,3.6,2021-12-01T07:02:15Z +-17.8334,28.566,10.6,2.8,2021-12-01T07:04:39Z +-17.8298,28.5717,12.5,2.8,2021-12-01T07:06:50Z +-17.8337,28.5622,13.5,3.1,2021-12-01T07:11:21Z +-17.8395,28.566,11.4,3.2,2021-12-01T07:12:39Z +-17.8383,28.5638,10.8,2.5,2021-12-01T07:15:01Z +-17.8376,28.5624,12.8,2.7,2021-12-01T07:16:09Z +-17.8261,28.5592,11,2.6,2021-12-01T07:22:46Z +-17.8336,28.5624,10.4,3.3,2021-12-01T07:27:38Z +-17.8378,28.5698,11.5,2.7,2021-12-01T07:32:36Z +-17.8333,28.5709,13.9,2.7,2021-12-01T07:32:36Z +-17.8432,28.5636,10.1,2.6,2021-12-01T07:38:12Z +-17.8467,28.5653,11,3,2021-12-01T07:41:35Z +-17.8408,28.5568,10,2.8,2021-12-01T07:47:29Z +-17.8365,28.5488,13.8,2.6,2021-12-01T07:49:32Z +-17.8327,28.5687,10.6,3.2,2021-12-01T07:52:01Z +-17.8331,28.5622,12.6,3.2,2021-12-01T07:54:38Z +-17.8319,28.5648,9.9,2.5,2021-12-01T07:57:46Z +-17.8357,28.5695,13.5,2.9,2021-12-01T08:02:16Z +-17.843,28.5589,10.1,2.4,2021-12-01T08:02:45Z +-17.8407,28.5584,12.5,3.1,2021-12-01T08:06:27Z +-17.8342,28.5649,10.6,2.9,2021-12-01T08:10:44Z +-17.8346,28.5644,11.5,3.2,2021-12-01T08:11:40Z +-17.8334,28.5525,10.9,2.6,2021-12-01T08:16:16Z +-17.8709,28.5596,11.5,2.4,2021-12-01T08:25:27Z +-17.8236,28.5648,10.3,2.1,2021-12-01T08:28:10Z +-17.8438,28.5654,10.7,3,2021-12-01T08:32:21Z +-17.8354,28.5715,10.1,2.6,2021-12-01T08:34:31Z +-17.8317,28.5689,12.6,3,2021-12-01T08:37:28Z +-17.8277,28.569,10.9,2.8,2021-12-01T08:41:18Z +-17.8145,28.5514,11.7,2.7,2021-12-01T08:43:32Z +-17.8275,28.5601,13.1,2.7,2021-12-01T08:47:50Z +-17.8649,28.5636,11.5,2.9,2021-12-01T09:07:03Z +-17.828,28.5522,13.2,3.2,2021-12-01T09:08:21Z +-17.8422,28.5665,10.2,3.1,2021-12-01T09:09:30Z +-17.8273,28.5707,11.1,2.4,2021-12-01T09:13:46Z +-17.8261,28.5674,10.9,2.4,2021-12-01T09:16:04Z +-17.8349,28.5627,10.7,2.5,2021-12-01T09:18:57Z +-17.8287,28.5639,10.9,3.1,2021-12-01T09:19:16Z +-17.8237,28.5645,12.1,2.8,2021-12-01T09:20:39Z +-17.8247,28.5652,12.2,2.5,2021-12-01T09:21:45Z +-17.826,28.5641,10.3,2.6,2021-12-01T09:23:25Z +-17.8084,28.572,10.6,3,2021-12-01T09:23:43Z +-17.8269,28.5743,10.3,2.5,2021-12-01T09:29:29Z +-17.8352,28.5625,12.1,2.9,2021-12-01T09:31:29Z +-17.8262,28.5676,10.5,3.2,2021-12-01T09:35:25Z +-17.8368,28.5504,14.3,2.6,2021-12-01T09:39:23Z +-17.8382,28.56,10.5,3.5,2021-12-01T09:43:13Z +-17.8238,28.5813,13,2.7,2021-12-01T09:45:20Z +-17.8226,28.563,12.1,3.2,2021-12-01T09:47:42Z +-17.8293,28.5594,11.2,2.8,2021-12-01T09:50:42Z +-17.8321,28.563,9.7,2.7,2021-12-01T09:51:10Z +-17.8241,28.5588,12.6,3.1,2021-12-01T09:53:08Z +-17.8507,28.5517,12.8,2.6,2021-12-01T09:54:04Z +-17.8504,28.5446,11,2.5,2021-12-01T09:55:04Z +-17.8321,28.5566,10.4,3.1,2021-12-01T09:57:18Z +-17.8236,28.5673,10.9,3.4,2021-12-01T09:59:11Z +-17.8421,28.5596,9.7,2.8,2021-12-01T10:01:35Z +-17.8406,28.5592,11.1,3.4,2021-12-01T10:03:58Z +-17.8247,28.565,11,3.5,2021-12-01T10:05:28Z +-17.8349,28.5633,11.3,3.6,2021-12-01T10:07:15Z +-17.8285,28.5608,10.7,2.9,2021-12-01T10:10:24Z +-17.8211,28.5713,11,2.9,2021-12-01T10:10:50Z +-17.8294,28.5691,10.3,2.5,2021-12-01T10:13:20Z +-17.8329,28.5696,11.2,2.7,2021-12-01T10:14:42Z +-17.8446,28.5624,12.3,2.9,2021-12-01T10:16:07Z +-17.846,28.552,15.1,3.4,2021-12-01T10:17:29Z +-17.8464,28.5598,12.1,3.4,2021-12-01T10:19:14Z +-17.8316,28.5662,11,3,2021-12-01T10:21:06Z +-17.8332,28.5568,11,3.2,2021-12-01T10:25:15Z +-17.8376,28.5653,11.9,2.8,2021-12-01T10:29:12Z +-17.8378,28.5608,11,3.4,2021-12-01T10:31:00Z +-17.809,28.5251,15.5,3.2,2021-12-01T10:38:18Z +-17.8425,28.5618,13,3,2021-12-01T10:38:36Z +-17.8391,28.5585,11.1,2.5,2021-12-01T10:41:34Z +-17.828,28.5591,10.2,2.8,2021-12-01T10:43:51Z +-17.8222,28.5694,10.7,3.1,2021-12-01T10:46:01Z +-17.837,28.5581,11.6,3.1,2021-12-01T10:48:44Z +-17.8358,28.5544,12.2,3.8,2021-12-01T10:49:48Z +-17.8288,28.5625,11.2,3.4,2021-12-01T10:52:17Z +-17.8434,28.5689,10.5,2.9,2021-12-01T10:54:18Z +-17.8524,28.5492,14.3,3,2021-12-01T10:55:32Z +-17.8475,28.5634,10.8,3,2021-12-01T10:58:16Z +-17.8512,28.5554,11.3,3.2,2021-12-01T11:01:26Z +-17.8363,28.5541,10.5,3,2021-12-01T11:03:09Z +-17.8319,28.5687,11,2.8,2021-12-01T11:04:48Z +-17.8343,28.5622,10.9,3.6,2021-12-01T11:08:30Z +-17.8435,28.565,11.1,3.1,2021-12-01T11:11:21Z +-17.8392,28.5657,10.7,2.9,2021-12-01T11:13:15Z +-17.8226,28.5652,9.9,2.9,2021-12-01T11:18:06Z +-17.83,28.5613,11,2.6,2021-12-01T11:27:20Z +-17.8527,28.5721,11.1,2.8,2021-12-01T11:31:29Z +-17.8349,28.5676,10.9,3.8,2021-12-01T11:36:15Z +-17.8399,28.5636,12.4,2.9,2021-12-01T11:38:31Z +-17.85,28.5519,10.1,2.7,2021-12-01T11:40:34Z +-17.8317,28.5619,11.3,2.9,2021-12-01T11:42:09Z +-17.863,28.568,9,2.4,2021-12-01T11:43:23Z +-17.8292,28.56,10.9,2.9,2021-12-01T11:52:18Z +-17.8678,28.5463,11.8,2.9,2021-12-01T11:55:29Z +-17.8381,28.5678,11.1,3.4,2021-12-01T11:59:21Z +-17.8341,28.558,10.8,3.3,2021-12-01T12:02:42Z +-17.8493,28.5617,12.5,2.6,2021-12-01T12:07:15Z +-17.8191,28.5708,10.3,3.3,2021-12-01T12:10:55Z +-17.8174,28.5709,8.8,2.2,2021-12-01T12:12:07Z +-17.8325,28.5614,10,3,2021-12-01T12:20:25Z +-17.836,28.5625,10.6,3.1,2021-12-01T12:26:16Z +-17.8395,28.5526,10.1,3.5,2021-12-01T12:27:04Z +-17.8381,28.5763,12.2,2.7,2021-12-01T12:28:28Z +-17.8344,28.561,9.4,2.8,2021-12-01T12:43:40Z +-17.8531,28.5559,12.9,2.9,2021-12-01T12:47:04Z +-17.8144,28.5759,10.4,2.7,2021-12-01T12:48:38Z +-17.8175,28.5601,10.5,2.7,2021-12-01T12:51:11Z +-17.8259,28.5662,10,2.8,2021-12-01T12:53:01Z +-17.8689,28.561,13,2.6,2021-12-01T12:54:58Z +-17.8525,28.5733,10.7,2.5,2021-12-01T12:59:42Z +-17.8454,28.5598,9.9,3,2021-12-01T13:01:42Z +-17.8351,28.5661,10.9,2.5,2021-12-01T13:04:22Z +-17.8365,28.563,10.9,2.7,2021-12-01T13:09:43Z +-17.8429,28.5581,10.5,2.6,2021-12-01T13:16:00Z +-17.8412,28.5601,13.4,2.6,2021-12-01T13:21:25Z +-17.8467,28.5664,11.1,2.6,2021-12-01T13:26:01Z +-17.8484,28.5602,12.6,2.9,2021-12-01T13:33:35Z +-17.8358,28.5628,10.1,2.8,2021-12-01T13:36:10Z +-17.8373,28.5623,11.2,3.4,2021-12-01T13:43:29Z +-17.8326,28.5678,11,3,2021-12-01T13:50:31Z +-17.8326,28.5525,10.8,2.5,2021-12-01T13:51:57Z +-17.8374,28.5629,10.6,2.9,2021-12-01T13:58:15Z +-17.8524,28.5661,10.3,2.4,2021-12-01T14:03:48Z +-17.8394,28.5613,10.1,3,2021-12-01T14:10:08Z +-17.8536,28.561,10.8,2.8,2021-12-01T14:18:12Z +-17.8178,28.5753,11.6,3.3,2021-12-01T14:18:22Z +-17.839,28.5659,11.1,2.8,2021-12-01T14:21:46Z +-17.8327,28.5647,10.7,2.9,2021-12-01T14:25:57Z +-17.848,28.5654,11.6,2.6,2021-12-01T14:32:46Z +-17.825,28.56,10.7,2.9,2021-12-01T14:45:31Z +-17.8399,28.5597,12,3.2,2021-12-01T14:46:14Z +-17.8446,28.5142,9,2.8,2021-12-01T14:49:22Z +-17.8265,28.5606,10.6,2.6,2021-12-01T14:53:29Z +-17.8292,28.5613,10.9,2.7,2021-12-01T14:58:05Z +-17.837,28.5587,12.9,3.3,2021-12-01T14:59:19Z +-17.8313,28.56,10,2.5,2021-12-01T15:01:06Z +-17.8228,28.5553,14.2,2.6,2021-12-01T15:04:08Z +-17.8317,28.5678,10.3,2.9,2021-12-01T15:07:37Z +-17.8308,28.5691,10.7,2.8,2021-12-01T15:09:12Z +-17.8365,28.5573,10.5,2.5,2021-12-01T15:11:05Z +-17.8338,28.5602,9.8,2.7,2021-12-01T15:13:45Z +-17.8416,28.5661,10.8,3.8,2021-12-01T15:15:02Z +-17.8415,28.5685,12.8,2.6,2021-12-01T15:20:25Z +-17.8243,28.5768,11.2,2.8,2021-12-01T15:22:10Z +-17.8177,28.5657,10.1,2.7,2021-12-01T15:29:03Z +-17.8378,28.5658,9.4,2.7,2021-12-01T15:32:19Z +-17.847,28.5635,10.8,3.3,2021-12-01T15:35:26Z +-17.8393,28.5434,15,2.9,2021-12-01T15:36:41Z +-17.832,28.5658,11.8,2.8,2021-12-01T15:48:13Z +-17.8352,28.5596,10.4,2.9,2021-12-01T15:50:17Z +-17.8438,28.562,9.7,2.4,2021-12-01T15:55:32Z +-17.846,28.553,10.4,2.5,2021-12-01T15:59:00Z +-17.8453,28.5594,12.1,3,2021-12-01T16:03:02Z +-17.8639,28.5599,37.6,3.2,2021-12-01T16:07:16Z +-17.8143,28.5702,10.6,2.5,2021-12-01T16:12:16Z +-17.8518,28.5614,10.4,2.6,2021-12-01T16:14:27Z +-17.8408,28.5688,10.7,2.9,2021-12-01T16:21:24Z +-17.8338,28.5547,9.6,2.9,2021-12-01T16:24:07Z +-17.821,28.5558,11.7,2.6,2021-12-01T16:26:50Z +-17.8362,28.5567,10.2,3,2021-12-01T16:31:45Z +-17.8365,28.5596,9.9,2.6,2021-12-01T16:33:03Z +-17.8303,28.5623,9.1,3.3,2021-12-01T16:34:26Z +-17.8323,28.5539,10.2,2.7,2021-12-01T16:37:35Z +-17.8095,28.5618,10.2,2.4,2021-12-01T16:45:20Z +-17.8338,28.5682,10,3.2,2021-12-01T16:47:39Z +-17.832,28.5639,11.4,2.7,2021-12-01T16:50:08Z +-17.8376,28.556,10,2.6,2021-12-01T16:52:57Z +-17.8572,28.5582,9.5,2.4,2021-12-01T16:55:26Z +-17.8398,28.5467,13.9,2.9,2021-12-01T17:09:35Z +-17.8219,28.5621,12.2,2.8,2021-12-01T17:12:10Z +-17.8417,28.5692,10.1,2.8,2021-12-01T17:16:18Z +-17.8375,28.5582,11,2.9,2021-12-01T17:24:03Z +-17.8194,28.5556,13.2,2.6,2021-12-01T17:28:22Z +-17.8571,28.5846,13,2.7,2021-12-01T17:29:54Z +-17.8457,28.5634,10.1,2.8,2021-12-01T17:35:31Z +-17.8483,28.5542,10.6,2.6,2021-12-01T17:37:48Z +-17.8372,28.5805,14.2,2.7,2021-12-01T17:38:47Z +-17.8386,28.5782,11.6,2.8,2021-12-01T17:40:40Z +-17.8379,28.5703,9.6,3.6,2021-12-01T17:43:24Z +-17.8346,28.5637,10.3,3.1,2021-12-01T17:46:08Z +-17.8371,28.5519,9.9,2.6,2021-12-01T17:50:25Z +-17.8302,28.568,10.5,2.5,2021-12-01T17:51:34Z +-17.8164,28.5641,12.4,2.9,2021-12-01T17:53:51Z +-17.8256,28.5709,10.8,2.7,2021-12-01T17:56:40Z +-17.8433,28.5633,12.7,3,2021-12-01T17:58:29Z +-17.828,28.5546,9.8,3.1,2021-12-01T18:06:10Z +-17.8256,28.5706,10.8,3,2021-12-01T18:11:43Z +-17.8082,28.56,12.3,2.9,2021-12-01T18:17:30Z +-17.823,28.6178,31.2,2.6,2021-12-01T18:31:43Z +-17.8288,28.5507,10,2.6,2021-12-01T18:48:02Z +-17.8309,28.5695,10.8,2.8,2021-12-01T18:50:07Z +-17.7572,28.6194,34.5,2.8,2021-12-01T18:52:26Z +-17.8321,28.5736,10.2,2.5,2021-12-01T18:57:00Z +-17.8486,28.5694,10,2.8,2021-12-01T19:03:31Z +-17.8183,28.6157,34.7,2.9,2021-12-01T19:20:15Z +-17.8423,28.5614,10.2,2.8,2021-12-01T19:28:49Z +-17.8319,28.5541,11.3,2.7,2021-12-01T19:35:46Z +-17.8275,28.5558,10,2.6,2021-12-01T19:38:51Z +-17.8485,28.5649,10.2,3.9,2021-12-01T19:43:25Z +-17.8172,28.565,8.8,2.6,2021-12-01T19:44:47Z +-17.812,28.5611,14,2.7,2021-12-01T19:49:09Z +-17.8305,28.5769,10.7,2.7,2021-12-01T19:52:21Z +-17.8393,28.5636,12.6,2.5,2021-12-01T19:56:34Z +-17.8312,28.5569,9,2.5,2021-12-01T20:05:56Z +-17.8496,28.5714,9.9,2.9,2021-12-01T20:15:28Z +-17.8272,28.5625,9.9,2.7,2021-12-01T20:20:53Z +-17.8343,28.5645,11,2.5,2021-12-01T20:22:45Z +-17.8431,28.5703,10.3,2.5,2021-12-01T20:24:37Z +-17.8506,28.5727,11,2.7,2021-12-01T20:26:11Z +-17.8248,28.566,10.4,2.6,2021-12-01T20:30:55Z +-17.8153,28.5695,14.5,2.5,2021-12-01T20:50:47Z +-17.8527,28.5654,9.7,3,2021-12-01T20:59:27Z +-17.8148,28.5622,10.6,3.1,2021-12-01T21:08:24Z +-17.8453,28.5671,12,2.7,2021-12-01T21:15:43Z +-17.839,28.561,10,2.3,2021-12-01T21:18:08Z +-17.8346,28.5613,11,2.5,2021-12-01T21:26:36Z +-17.8406,28.5642,10,2.8,2021-12-01T22:02:46Z +-17.8409,28.561,12.2,2.7,2021-12-01T22:04:02Z +-17.8354,28.561,10.1,2.6,2021-12-01T22:06:01Z +-17.8481,28.5572,14.3,2.4,2021-12-01T22:09:27Z +-17.8322,28.5625,12.7,3,2021-12-01T22:20:08Z +-17.8259,28.5636,10.2,2.5,2021-12-01T23:08:31Z +-17.8321,28.5677,10.6,2.6,2021-12-01T23:22:20Z +-17.8313,28.5571,10.2,2.8,2021-12-01T23:25:38Z +-17.8266,28.5673,13.2,2.6,2021-12-01T23:26:59Z +-17.8309,28.5611,10.7,3.1,2021-12-01T23:43:55Z +-17.8275,28.5688,11,3.2,2021-12-01T23:46:27Z +-17.852,28.5517,11.7,3.1,2021-12-01T23:48:36Z +-17.8339,28.5654,10.6,2.8,2021-12-01T23:50:34Z +-17.8559,28.5591,12.9,2.4,2021-11-30T00:04:07Z +-17.8402,28.5594,11,3.1,2021-11-30T00:07:41Z +-17.8061,28.5457,36.7,2.6,2021-11-30T00:30:13Z +-17.824,28.5628,10.3,2.5,2021-11-30T00:31:30Z +-17.8324,28.561,12.1,3.8,2021-11-30T00:37:35Z +-17.8356,28.5669,11.4,2.5,2021-11-30T00:51:06Z +-17.8259,28.5634,12.4,2.4,2021-11-30T00:58:16Z +-17.8265,28.5643,10.7,2.5,2021-11-30T01:02:01Z +-17.8384,28.5572,13,2.8,2021-11-30T01:03:17Z +-17.8384,28.5583,12.3,2.6,2021-11-30T01:04:12Z +-17.8324,28.564,10.7,2.6,2021-11-30T01:05:29Z +-17.8363,28.5633,12.3,2.7,2021-11-30T01:09:05Z +-17.8268,28.5638,9.7,2.5,2021-11-30T01:12:33Z +-17.8451,28.56,12.5,3.3,2021-11-30T01:13:41Z +-17.8329,28.5644,11.5,2.6,2021-11-30T01:23:34Z +-17.8387,28.5699,12,2.7,2021-11-30T01:27:15Z +-17.8359,28.5647,11,2.6,2021-11-30T01:29:50Z +-17.8154,28.5732,36.5,3.5,2021-11-30T01:34:39Z +-17.8356,28.5608,11.2,2.7,2021-11-30T01:37:31Z +-17.8354,28.5715,10.8,2.7,2021-11-30T01:40:29Z +-17.8402,28.5655,11.4,2.9,2021-11-30T01:44:17Z +-17.8314,28.5616,13.4,2.7,2021-11-30T01:50:00Z +-17.8344,28.5676,10.6,2.4,2021-11-30T01:54:06Z +-17.8538,28.5591,12.7,2.3,2021-11-30T01:54:59Z +-17.8405,28.5677,10.4,3.1,2021-11-30T01:59:22Z +-17.8308,28.5602,9.8,3.2,2021-11-30T02:01:42Z +-17.8428,28.5573,10,2.2,2021-11-30T02:02:41Z +-17.8347,28.5601,9.7,2.6,2021-11-30T02:04:58Z +-17.8152,28.5665,11,2.5,2021-11-30T02:07:13Z +-17.8422,28.5557,9.5,2.4,2021-11-30T02:11:31Z +-17.8374,28.5634,12.3,3.2,2021-11-30T02:13:31Z +-17.8188,28.5653,12.6,2.4,2021-11-30T02:18:20Z +-17.8448,28.5681,12.3,2.5,2021-11-30T02:28:14Z +-17.8284,28.5599,12.6,2.6,2021-11-30T02:31:51Z +-17.8431,28.5638,10.8,2.8,2021-11-30T02:38:25Z +-17.8434,28.5651,10.6,2.6,2021-11-30T02:50:57Z +-17.8373,28.5621,9.8,2.5,2021-11-30T02:54:29Z +-17.8444,28.5619,11.4,2.7,2021-11-30T02:59:57Z +-17.8406,28.5566,11.2,3.3,2021-11-30T03:04:39Z +-17.8431,28.5684,10.6,2.3,2021-11-30T03:09:22Z +-17.8267,28.5676,12,2.8,2021-11-30T03:13:08Z +-17.8393,28.5578,11.4,3.3,2021-11-30T03:14:18Z +-17.84,28.5667,11.3,3,2021-11-30T03:35:42Z +-17.8339,28.5721,12.3,2.4,2021-11-30T03:36:49Z +-17.8414,28.5583,10.5,2.4,2021-11-30T03:38:35Z +-17.8422,28.5554,13,3.2,2021-11-30T03:41:32Z +-17.8399,28.5623,11.4,3.2,2021-11-30T03:44:46Z +-17.8353,28.5579,13.4,2.8,2021-11-30T03:48:10Z +-17.8371,28.5703,10,2.5,2021-11-30T03:50:35Z +-17.8347,28.5604,36.2,2.9,2021-11-30T03:54:36Z +-17.8335,28.5652,12.8,2.6,2021-11-30T03:58:25Z +-17.8336,28.5632,12.9,3.5,2021-11-30T04:03:43Z +-17.8442,28.5586,12.3,2.9,2021-11-30T04:05:40Z +-17.8417,28.5486,14.1,2.5,2021-11-30T04:07:36Z +-17.834,28.5542,13.3,3.4,2021-11-30T04:09:53Z +-17.8294,28.565,9.4,2.2,2021-11-30T04:11:42Z +-17.8323,28.5618,11.3,2.7,2021-11-30T04:14:25Z +-17.837,28.5609,13.7,2.5,2021-11-30T04:15:57Z +-17.8337,28.5692,10.4,2.2,2021-11-30T04:19:03Z +-17.8391,28.5523,13.9,2.6,2021-11-30T04:20:41Z +-17.8236,28.5669,10.5,3,2021-11-30T04:22:53Z +-17.8415,28.5521,13.8,2.6,2021-11-30T04:24:06Z +-17.8235,28.5618,11.6,2.7,2021-11-30T04:25:48Z +-17.8304,28.566,11.6,2.8,2021-11-30T04:29:32Z +-17.8293,28.5653,10.8,2.3,2021-11-30T04:34:55Z +-17.8499,28.5588,13.3,2.4,2021-11-30T04:36:28Z +-17.8349,28.5585,12.9,3.2,2021-11-30T04:42:55Z +-17.8515,28.5555,13.3,2.5,2021-11-30T04:45:42Z +-17.8309,28.5633,12.7,2.3,2021-11-30T04:47:44Z +-17.8329,28.574,12,2.6,2021-11-30T04:51:03Z +-17.8348,28.5668,11.1,3.1,2021-11-30T04:56:43Z +-17.8338,28.5672,11.5,3.2,2021-11-30T05:00:12Z +-17.8321,28.5741,10.9,2.5,2021-11-30T05:02:17Z +-17.8287,28.5516,14,2.9,2021-11-30T05:04:42Z +-17.831,28.5533,14.2,2.9,2021-11-30T05:06:45Z +-17.8414,28.5615,11.6,2.5,2021-11-30T05:11:07Z +-17.8298,28.5604,11.6,3.2,2021-11-30T05:12:41Z +-17.8413,28.558,11.5,2.6,2021-11-30T05:14:42Z +-17.8455,28.5652,11.4,3,2021-11-30T05:15:51Z +-17.8534,28.5531,13,2.3,2021-11-30T05:20:22Z +-17.8532,28.5499,13.4,2.1,2021-11-30T05:22:45Z +-17.84,28.5561,10.4,2.6,2021-11-30T05:26:31Z +-17.8434,28.5685,11,2.7,2021-11-30T05:33:41Z +-17.829,28.5699,9.6,2.5,2021-11-30T05:34:56Z +-17.837,28.5624,13.1,2.7,2021-11-30T05:41:44Z +-17.8322,28.5587,13,2.7,2021-11-30T05:44:54Z +-17.8418,28.5672,11.3,2.3,2021-11-30T05:48:08Z +-17.8428,28.5716,12.4,2.5,2021-11-30T05:49:31Z +-17.8247,28.5742,9.8,2.1,2021-11-30T05:51:29Z +-17.846800000000002,28.5512,14,2.7,2021-11-30T06:00:54Z +-17.8416,28.5654,10.2,3.2,2021-11-30T06:03:16Z +-17.8327,28.561,13,3.6,2021-11-30T06:08:13Z +-17.8549,28.5254,15.6,3,2021-11-30T06:10:25Z +-17.805,28.5698,9.4,3,2021-11-30T06:12:50Z +-17.8355,28.5551,13.2,3.2,2021-11-30T06:15:06Z +-17.835,28.5699,10.2,2.5,2021-11-30T06:16:31Z +-17.8613,28.562,10.9,2.9,2021-11-30T06:18:07Z +-17.8309,28.5648,10.8,2.3,2021-11-30T06:24:20Z +-17.8209,28.5568,15.5,2.1,2021-11-30T06:24:56Z +-17.8229,28.5331,14.2,2.6,2021-11-30T06:26:46Z +-17.8275,28.6021,40.1,2.9,2021-11-30T06:30:01Z +-17.8227,28.5703,10.2,2.5,2021-11-30T06:31:58Z +-17.847,28.5634,12.6,3.1,2021-11-30T06:35:14Z +-17.8294,28.5756,10.9,2.7,2021-11-30T06:36:38Z +-17.8453,28.5633,11.9,3.6,2021-11-30T06:39:35Z +-17.8593,28.5787,38.5,4.1,2021-11-30T06:42:49Z +-17.8334,28.571,11.3,2.6,2021-11-30T06:44:16Z +-17.8279,28.5658,10.7,2.6,2021-11-30T06:45:21Z +-17.8474,28.5586,13.7,2.5,2021-11-30T06:50:03Z +-17.8382,28.5643,10.2,3.2,2021-11-30T06:51:56Z +-17.856,28.558,13,3.2,2021-11-30T06:53:35Z +-17.8351,28.5651,10,2.4,2021-11-30T06:54:53Z +-17.8256,28.567,11.3,3.3,2021-11-30T06:56:28Z +-17.8263,28.5605,13.7,3.4,2021-11-30T06:59:52Z +-17.8399,28.5592,13.3,3,2021-11-30T07:01:27Z +-17.8282,28.5505,14,3.7,2021-11-30T07:02:33Z +-17.838,28.563,10.3,3.4,2021-11-30T07:04:15Z +-17.8404,28.5528,13.8,2.8,2021-11-30T07:04:57Z +-17.8395,28.5529,13.9,2.6,2021-11-30T07:06:30Z +-17.8296,28.562,10.2,2.6,2021-11-30T07:06:55Z +-17.8252,28.5648,13.6,2.5,2021-11-30T07:07:24Z +-17.8357,28.559,13.4,2.7,2021-11-30T07:09:40Z +-17.8443,28.5516,13.4,3,2021-11-30T07:10:10Z +-17.8342,28.5564,13.2,3,2021-11-30T07:11:55Z +-17.8269,28.5646,12.3,2.8,2021-11-30T07:16:30Z +-17.8411,28.5517,14.4,2.9,2021-11-30T07:21:27Z +-17.8389,28.5585,12.6,2.7,2021-11-30T07:23:29Z +-17.8366,28.5718,11.3,2.7,2021-11-30T07:25:06Z +-17.8374,28.5539,13.7,3.4,2021-11-30T07:28:34Z +-17.8448,28.565,13.5,2.6,2021-11-30T07:29:49Z +-17.8272,28.5737,36.1,2.9,2021-11-30T07:33:51Z +-17.8326,28.5569,14.3,3.1,2021-11-30T07:38:17Z +-17.8472,28.57,10.3,2.1,2021-11-30T07:40:08Z +-17.8417,28.562,13.3,3.3,2021-11-30T07:42:48Z +-17.8328,28.5651,10.9,2.3,2021-11-30T07:46:17Z +-17.8394,28.5571,12.5,2.9,2021-11-30T07:47:40Z +-17.8431,28.5553,13.8,3.1,2021-11-30T07:48:59Z +-17.8446,28.5668,14.1,2.6,2021-11-30T07:51:24Z +-17.8369,28.5651,12.4,2.6,2021-11-30T07:54:17Z +-17.8194,28.5616,10.4,2.6,2021-11-30T07:58:16Z +-17.8245,28.5582,15.1,2.6,2021-11-30T07:59:29Z +-17.8326,28.5611,13.1,3.4,2021-11-30T08:04:13Z +-17.8147,28.562,15.1,2.5,2021-11-30T08:08:54Z +-17.8281,28.5547,13.2,3,2021-11-30T08:14:06Z +-17.8273,28.5515,12.7,3,2021-11-30T08:17:22Z +-17.8577,28.5672,12.5,2.7,2021-11-30T08:20:00Z +-17.8476,28.5588,10.8,2.7,2021-11-30T08:21:45Z +-17.8333,28.5593,12.8,2.8,2021-11-30T08:24:01Z +-17.8403,28.5639,11,2.5,2021-11-30T08:26:20Z +-17.8398,28.5669,11.4,2.9,2021-11-30T08:32:47Z +-17.8322,28.5583,14,3.1,2021-11-30T08:36:22Z +-17.8452,28.5572,13.1,3,2021-11-30T08:40:47Z +-17.8377,28.5588,13,3.3,2021-11-30T08:42:07Z +-17.8434,28.5529,13,3.4,2021-11-30T08:49:35Z +-17.8472,28.5543,13.7,2.5,2021-11-30T08:52:57Z +-17.839,28.5617,13.2,2.7,2021-11-30T08:57:51Z +-17.8297,28.567,14.1,3,2021-11-30T08:59:08Z +-17.8421,28.5896,34.3,3,2021-11-30T08:59:52Z +-17.8346,28.5615,12.7,2.8,2021-11-30T09:03:29Z +-17.8291,28.5612,13.4,2.7,2021-11-30T09:06:55Z +-17.8401,28.5538,12.8,3.3,2021-11-30T09:11:08Z +-17.8344,28.5524,13.4,3.2,2021-11-30T09:12:46Z +-17.8552,28.5668,10,2.4,2021-11-30T09:15:43Z +-17.8406,28.5596,12.5,2.6,2021-11-30T09:17:36Z +-17.8353,28.5637,11.1,2.4,2021-11-30T09:25:50Z +-17.8176,28.5595,11.9,2.8,2021-11-30T09:27:43Z +-17.8527,28.5719,11.2,2.8,2021-11-30T09:31:34Z +-17.8784,28.537,14.7,2.7,2021-11-30T09:33:19Z +-17.8352,28.555,12.7,2.9,2021-11-30T09:34:49Z +-17.8486,28.5629,15.6,3.1,2021-11-30T09:46:01Z +-17.814,28.5731,10.6,2.5,2021-11-30T09:49:55Z +-17.8366,28.5615,11,3.4,2021-11-30T09:51:45Z +-17.8277,28.5722,8.8,2.2,2021-11-30T09:53:46Z +-17.8327,28.5648,10.7,3.3,2021-11-30T09:57:01Z +-17.8464,28.557,14.4,3.5,2021-11-30T10:00:05Z +-17.8538,28.5626,10.6,3,2021-11-30T10:02:44Z +-17.8411,28.5609,10.9,2.4,2021-11-30T10:07:58Z +-17.8252,28.5693,10.6,2.3,2021-11-30T10:11:02Z +-17.8469,28.568,11,2.9,2021-11-30T10:14:56Z +-17.843,28.5637,10,2.4,2021-11-30T10:18:38Z +-17.8412,28.5626,11,2.8,2021-11-30T10:18:45Z +-17.8272,28.5627,12.5,3.1,2021-11-30T10:20:30Z +-17.8143,28.5698,36.3,3,2021-11-30T10:25:19Z +-17.7891,28.5866,31.5,2.9,2021-11-30T10:27:55Z +-17.8557,28.5595,12.5,3.2,2021-11-30T10:31:09Z +-17.8593,28.5336,15.6,2.4,2021-11-30T10:33:00Z +-17.8458,28.5577,12.2,2.7,2021-11-30T10:36:08Z +-17.8459,28.5623,11.1,3.6,2021-11-30T10:41:36Z +-17.8377,28.559,12.9,4.2,2021-11-30T10:54:27Z +-17.8384,28.5587,13,3,2021-11-30T10:55:45Z +-17.8488,28.5626,11,2.9,2021-11-30T11:00:22Z +-17.8452,28.5617,12.9,2.6,2021-11-30T11:05:34Z +-17.8438,28.5588,12.3,2.7,2021-11-30T11:07:03Z +-17.8403,28.5491,13.6,3.1,2021-11-30T11:13:56Z +-17.8311,28.5709,10.6,2.5,2021-11-30T11:17:33Z +-17.815,28.5678,35.6,2.9,2021-11-30T11:18:34Z +-17.8364,28.5611,11.7,2.5,2021-11-30T11:20:10Z +-17.8288,28.5681,11.5,3.2,2021-11-30T11:22:05Z +-17.8325,28.5439,21.2,3.1,2021-11-30T11:25:55Z +-17.8349,28.567,11.8,2.7,2021-11-30T11:33:57Z +-17.8162,28.5662,14.6,2.7,2021-11-30T11:36:15Z +-17.8387,28.5668,10.9,3.3,2021-11-30T11:42:45Z +-17.8461,28.5647,10.3,2.6,2021-11-30T11:59:22Z +-17.8634,28.5516,15.8,2.6,2021-11-30T12:02:46Z +-17.8435,28.5668,11.6,3.2,2021-11-30T12:08:14Z +-17.8332,28.5788,10,2.4,2021-11-30T12:09:44Z +-17.8312,28.5661,12.6,2.7,2021-11-30T12:12:55Z +-17.834,28.5716,11,3.1,2021-11-30T12:26:43Z +-17.8328,28.5593,12.3,2.8,2021-11-30T12:29:40Z +-17.8302,28.5557,13,3,2021-11-30T12:34:23Z +-17.8402,28.5637,10.9,2.9,2021-11-30T12:37:29Z +-17.8355,28.5658,10.5,2.3,2021-11-30T12:42:59Z +-17.8351,28.5591,12.4,2.9,2021-11-30T12:48:28Z +-17.8203,28.5618,11.3,2.7,2021-11-30T12:49:29Z +-17.8274,28.559,12.4,3,2021-11-30T12:57:21Z +-17.835,28.5708,10.4,2.9,2021-11-30T12:59:26Z +-17.8324,28.568,36.9,4.8,2021-11-30T13:04:29Z +-17.875,28.5667,13.6,2.9,2021-11-30T13:09:30Z +-17.8319,28.571,10.3,2.6,2021-11-30T13:10:38Z +-17.8278,28.5608,14.3,2.8,2021-11-30T13:16:30Z +-17.8406,28.5578,13.1,2.9,2021-11-30T13:18:13Z +-17.8292,28.5551,13.4,2.8,2021-11-30T13:19:25Z +-17.8453,28.568,10.1,3,2021-11-30T13:28:58Z +-17.8284,28.5722,11,3.1,2021-11-30T13:32:36Z +-17.8232,28.5634,10.7,2.3,2021-11-30T13:40:20Z +-17.8398,28.541,14.5,2.5,2021-11-30T13:52:47Z +-17.8312,28.5701,10.7,2.9,2021-11-30T13:54:44Z +-17.8404,28.5698,10.6,2.3,2021-11-30T14:10:40Z +-17.8342,28.5702,11,3.3,2021-11-30T14:13:41Z +-17.8523,28.5514,14.9,2.7,2021-11-30T14:15:53Z +-17.8396,28.5746,9.1,2.1,2021-11-30T14:25:47Z +-17.8203,28.5681,9.6,2.2,2021-11-30T14:31:32Z +-17.8472,28.5712,9.2,2.2,2021-11-30T14:32:41Z +-17.8425,28.5652,9.6,2.4,2021-11-30T14:33:51Z +-17.8271,28.5456,13.1,2.3,2021-11-30T14:37:59Z +-17.8446,28.543,13.9,2.9,2021-11-30T14:40:46Z +-17.8429,28.5611,10.8,2.7,2021-11-30T14:40:47Z +-17.8271,28.5607,13,2.9,2021-11-30T14:41:42Z +-17.8339,28.5668,10.6,3.8,2021-11-30T14:42:59Z +-17.8422,28.5548,10.6,3.6,2021-11-30T14:44:42Z +-17.8453,28.5674,10.8,2,2021-11-30T14:49:06Z +-17.8442,28.5704,10.9,2.5,2021-11-30T14:50:42Z +-17.7764,28.5574,9.9,2.9,2021-11-30T14:59:59Z +-17.8357,28.5566,9.7,3.1,2021-11-30T15:02:50Z +-17.8282,28.5664,9.2,2.4,2021-11-30T15:07:40Z +-17.8298,28.5707,10.3,2.4,2021-11-30T15:08:57Z +-17.8344,28.5697,10.1,2.5,2021-11-30T15:13:34Z +-17.8298,28.5484,14,2.3,2021-11-30T15:17:05Z +-17.8534,28.5699,10.6,2.4,2021-11-30T15:19:47Z +-17.856,28.5645,12.7,2.9,2021-11-30T15:21:58Z +-17.8323,28.5402,13.6,2.6,2021-11-30T15:23:10Z +-17.8368,28.5737,10.3,2.6,2021-11-30T15:28:29Z +-17.8388,28.5692,9.8,3.1,2021-11-30T15:31:38Z +-17.8332,28.5648,10.3,3.3,2021-11-30T15:39:13Z +-17.8512,28.5628,12.7,2.5,2021-11-30T15:49:13Z +-17.8554,28.5658,10.1,2.7,2021-11-30T15:50:48Z +-17.8273,28.5685,10.9,2.6,2021-11-30T16:01:37Z +-17.8521,28.5576,10.8,2.4,2021-11-30T16:03:33Z +-17.8366,28.5653,11,3.9,2021-11-30T16:04:48Z +-17.8489,28.5644,11.1,2.5,2021-11-30T16:20:50Z +-17.8323,28.5594,13,2.6,2021-11-30T16:22:44Z +-17.8552,28.5533,11.5,2.4,2021-11-30T16:25:54Z +-17.7991,28.5925,33.9,2.9,2021-11-30T16:28:36Z +-17.8377,28.5601,10.2,2.7,2021-11-30T16:42:33Z +-17.8314,28.5637,11.4,3,2021-11-30T16:44:42Z +-17.8547,28.5573,11,2.7,2021-11-30T16:48:55Z +-17.8416,28.5674,11.3,2.4,2021-11-30T17:07:24Z +-17.822,28.5652,10.5,2.7,2021-11-30T17:09:13Z +-17.8461,28.5778,11.9,2.4,2021-11-30T17:11:53Z +-17.8443,28.5544,10.4,2.8,2021-11-30T17:26:20Z +-17.8424,28.5614,10.5,2.5,2021-11-30T17:27:50Z +-17.8393,28.5508,10.4,2.7,2021-11-30T17:30:12Z +-17.8109,28.5718,12.2,2.4,2021-11-30T17:31:24Z +-17.8341,28.5649,10.1,3,2021-11-30T17:33:28Z +-17.8321,28.5642,10.3,2.6,2021-11-30T17:41:13Z +-17.8353,28.5545,12.5,3.4,2021-11-30T17:49:06Z +-17.8232,28.5695,11,2.9,2021-11-30T17:51:44Z +-17.8288,28.5578,10.4,2.6,2021-11-30T17:56:51Z +-17.8411,28.5587,11.1,2.4,2021-11-30T18:02:05Z +-17.8236,28.5594,11.4,2.3,2021-11-30T18:05:54Z +-17.8527,28.5603,10.5,2.7,2021-11-30T18:09:29Z +-17.8429,28.5535,12.5,3.5,2021-11-30T18:13:26Z +-17.8139,28.5695,10.7,2.9,2021-11-30T18:19:35Z +-17.8487,28.5506,13,2.5,2021-11-30T18:29:23Z +-17.8507,28.5606,10.7,2.5,2021-11-30T18:32:32Z +-17.8442,28.5584,10.3,2.8,2021-11-30T18:34:00Z +-17.8252,28.567,10.6,2.6,2021-11-30T18:37:00Z +-17.8226,28.583,11.2,2.6,2021-11-30T18:38:47Z +-17.8527,28.5643,9.4,2.5,2021-11-30T18:44:45Z +-17.8306,28.5642,11.1,2.5,2021-11-30T18:48:38Z +-17.8645,28.5575,14,2.8,2021-11-30T18:49:18Z +-17.7579,28.5312,16.6,2.7,2021-11-30T18:50:48Z +-17.8354,28.5512,15,2.9,2021-11-30T18:56:59Z +-17.7975,28.5418,12.9,2.5,2021-11-30T18:59:51Z +-17.8456,28.5619,10.7,3.4,2021-11-30T19:02:00Z +-17.8184,28.5679,11.2,3.1,2021-11-30T19:05:20Z +-17.8309,28.5745,10.8,2.9,2021-11-30T19:08:48Z +-17.8569,28.5635,10.3,2.5,2021-11-30T19:10:11Z +-17.8328,28.5634,12,2.7,2021-11-30T19:11:57Z +-17.8579,28.5658,10.4,3.5,2021-11-30T19:13:38Z +-17.8474,28.5654,9,2.6,2021-11-30T19:15:38Z +-17.8269,28.566,14.8,2.8,2021-11-30T19:16:54Z +-17.8552,28.5514,13.2,3.3,2021-11-30T19:20:04Z +-17.8556,28.5674,9,2.7,2021-11-30T19:24:29Z +-17.8096,28.5804,13.4,2.9,2021-11-30T19:34:28Z +-17.8214,28.565,9.9,2.7,2021-11-30T19:37:25Z +-17.8333,28.5573,10.4,3.1,2021-11-30T19:40:05Z +-17.8282,28.5732,9.7,2.6,2021-11-30T19:43:20Z +-17.8367,28.5688,13.4,2.7,2021-11-30T19:50:33Z +-17.8502,28.6067,11.6,2.8,2021-11-30T19:55:31Z +-17.8719,28.5575,10,2.6,2021-11-30T19:59:01Z +-17.8384,28.5622,10.1,3.9,2021-11-30T20:03:35Z +-17.8277,28.5577,12.6,2.5,2021-11-30T20:06:18Z +-17.7566,28.54,9.7,3.1,2021-11-30T20:07:33Z +-17.8255,28.5707,10.5,2.6,2021-11-30T20:14:40Z +-17.815,28.5536,10.5,3,2021-11-30T20:18:50Z +-17.834,28.5854,10.7,2.8,2021-11-30T20:20:51Z +-17.8318,28.5503,13.1,3.1,2021-11-30T20:22:51Z +-17.8103,28.5582,9.9,2.8,2021-11-30T20:25:45Z +-17.8242,28.5661,13,3.2,2021-11-30T20:33:23Z +-17.8499,28.5603,10.3,3.5,2021-11-30T20:41:22Z +-17.8417,28.5645,10.4,3.6,2021-11-30T20:46:10Z +-17.8807,28.5622,12.1,2.8,2021-11-30T20:48:48Z +-17.8213,28.5682,10.1,3.3,2021-11-30T20:52:14Z +-17.8326,28.5683,12.1,2.7,2021-11-30T20:56:31Z +-17.8347,28.5637,12.1,2.7,2021-11-30T20:58:51Z +-17.82,28.5614,12,2.8,2021-11-30T21:01:07Z +-17.8479,28.5684,10,2.7,2021-11-30T21:03:04Z +-17.8219,28.5668,11.7,2.9,2021-11-30T21:05:05Z +-17.8294,28.5803,10.9,3.2,2021-11-30T21:07:18Z +-17.8202,28.5848,38.5,3.3,2021-11-30T21:10:14Z +-17.808,28.5636,9.9,2.8,2021-11-30T21:14:07Z +-17.8169,28.5721,12.6,3,2021-11-30T21:15:14Z +-17.8277,28.5552,11.2,2.8,2021-11-30T21:17:14Z +-17.8633,28.5638,10.3,2.6,2021-11-30T21:18:20Z +-17.8375,28.5618,10.3,2.5,2021-11-30T21:21:16Z +-17.8243,28.5521,15.1,2.7,2021-11-30T21:28:35Z +-17.8226,28.5716,10.3,3,2021-11-30T21:36:08Z +-17.8329,28.5632,10,3,2021-11-30T21:43:51Z +-17.8395,28.5691,10.2,3,2021-11-30T21:45:10Z +-17.8216,28.5766,10,2.5,2021-11-30T21:46:33Z +-17.832,28.5604,10.9,3.4,2021-11-30T21:53:30Z +-17.8497,28.5598,10.6,2.4,2021-11-30T21:57:27Z +-17.8298,28.5641,10.6,3.4,2021-11-30T22:01:08Z +-17.8286,28.5689,11,2.7,2021-11-30T22:02:19Z +-17.8411,28.5578,12.5,2.9,2021-11-30T22:07:03Z +-17.8365,28.5608,10.2,3.2,2021-11-30T22:12:25Z +-17.8276,28.5623,12.4,2.8,2021-11-30T22:13:45Z +-17.8353,28.563,12.6,3.2,2021-11-30T22:15:00Z +-17.8119,28.5735,10.9,2.4,2021-11-30T22:18:47Z +-17.8204,28.5737,10,2.3,2021-11-30T22:21:29Z +-17.8408,28.5613,11.3,3.1,2021-11-30T22:26:16Z +-17.8536,28.5527,13,2.5,2021-11-30T22:28:20Z +-17.8524,28.5618,13,3.2,2021-11-30T22:29:06Z +-17.8427,28.5565,13.9,3.1,2021-11-30T22:33:09Z +-17.8199,28.6054,11.8,2.5,2021-11-30T22:36:25Z +-17.8307,28.5688,10.1,2.7,2021-11-30T22:37:55Z +-17.8169,28.5752,9.8,2.4,2021-11-30T22:40:01Z +-17.8248,28.5728,11.1,3.1,2021-11-30T22:42:04Z +-17.8321,28.5539,13.3,2.7,2021-11-30T22:44:47Z +-17.8346,28.5615,9.2,2.6,2021-11-30T22:46:03Z +-17.8239,28.5611,10.6,2.5,2021-11-30T22:47:31Z +-17.8312,28.5702,10.6,3.4,2021-11-30T22:51:22Z +-17.8657,28.5656,10.6,2.4,2021-11-30T23:03:10Z +-17.8338,28.5686,10.8,2.5,2021-11-30T23:04:22Z +-17.8238,28.5696,11.4,3.1,2021-11-30T23:14:12Z +-17.8481,28.5642,10.6,2.4,2021-11-30T23:19:25Z +-17.8425,28.5616,10.7,2.8,2021-11-30T23:22:24Z +-17.8326,28.5632,11.5,2.5,2021-11-30T23:24:09Z +-17.8406,28.5725,11.3,2.5,2021-11-30T23:27:23Z +-17.8362,28.5574,11.7,3.4,2021-11-30T23:31:54Z +-17.8236,28.5637,10.2,3,2021-11-30T23:39:48Z +-17.8317,28.5653,11.4,2.5,2021-11-30T23:41:30Z +-17.8376,28.5692,10.1,2.6,2021-11-30T23:46:06Z +-17.8356,28.5695,9.3,2.5,2021-11-30T23:48:23Z +-17.8372,28.572,11.6,2.4,2021-11-30T23:50:28Z +-17.8022,28.5729,36.8,2.6,2021-11-29T00:48:36Z +-17.8392,28.5585,13,2.9,2021-11-29T00:53:40Z +-17.8255,28.5498,26.6,3,2021-11-29T01:11:04Z +-17.8378,28.5552,12.7,2.6,2021-11-29T01:14:03Z +-17.8092,28.5548,34.1,3.3,2021-11-29T01:29:39Z +-17.7994,28.6159,37.4,2.7,2021-11-29T01:42:14Z +-17.8439,28.5626,12.2,2.4,2021-11-29T01:53:56Z +-17.8343,28.5582,13.6,2.9,2021-11-29T01:55:25Z +-17.8374,28.5647,11.1,2.8,2021-11-29T01:55:46Z +-17.8067,28.6224,34.3,2.7,2021-11-29T02:00:07Z +-17.8451,28.5669,13.8,2.6,2021-11-29T02:05:14Z +-17.8374,28.562,10.9,2.7,2021-11-29T02:33:54Z +-17.8421,28.5488,22.1,3.4,2021-11-29T02:44:15Z +-17.837,28.5609,14,2.8,2021-11-29T02:50:45Z +-17.8359,28.5633,12.2,2.8,2021-11-29T02:51:46Z +-17.8274,28.5633,11,2.4,2021-11-29T02:55:07Z +-17.8305,28.5654,12.4,3.2,2021-11-29T03:09:24Z +-17.8394,28.5642,10.3,2.7,2021-11-29T03:22:45Z +-17.836,28.5644,10.9,2.7,2021-11-29T03:38:21Z +-17.826,28.5635,23.2,3,2021-11-29T03:41:59Z +-17.8446,28.5673,33.5,3.3,2021-11-29T03:52:19Z +-17.835,28.5635,11.2,3.5,2021-11-29T03:57:33Z +-17.8355,28.5638,11.3,2.7,2021-11-29T04:02:52Z +-17.8347,28.5594,12.3,3.3,2021-11-29T04:05:10Z +-17.8425,28.5647,10.9,2.6,2021-11-29T04:14:15Z +-17.8311,28.558,12.5,2.4,2021-11-29T04:49:46Z +-17.8363,28.5622,11.2,2.7,2021-11-29T04:55:38Z +-17.8473,28.5599,12.6,2.6,2021-11-29T04:59:18Z +-17.8426,28.5608,10.4,3.3,2021-11-29T05:05:43Z +-17.8447,28.5667,10.6,2.5,2021-11-29T05:10:07Z +-17.8398,28.5629,11,2.8,2021-11-29T05:17:14Z +-17.8237,28.5798,37.2,2.8,2021-11-29T05:35:09Z +-17.8115,28.5956,37.7,2.8,2021-11-29T05:38:21Z +-17.818,28.5765,11.1,2.3,2021-11-29T06:02:11Z +-17.8517,28.5632,12.9,2.3,2021-11-29T06:23:26Z +-17.8372,28.5641,11.8,2.4,2021-11-29T06:28:25Z +-17.8323,28.5785,11.2,2.8,2021-11-29T06:59:36Z +-17.8273,28.5688,11.5,2.8,2021-11-29T07:15:38Z +-17.8382,28.5726,12.6,2.6,2021-11-29T07:36:27Z +-17.8202,28.5836,12.4,2.3,2021-11-29T07:38:20Z +-17.8406,28.5618,10.8,3.4,2021-11-29T07:54:10Z +-17.8361,28.5667,10.7,3.4,2021-11-29T08:13:37Z +-17.8276,28.5583,13.1,3.5,2021-11-29T08:17:16Z +-17.8195,28.5639,34.8,5,2021-11-29T08:35:27Z +-17.8442,28.5617,11.3,2.8,2021-11-29T08:49:12Z +-17.8418,28.5679,11.3,3.4,2021-11-29T09:01:51Z +-17.8415,28.572,10.8,2.4,2021-11-29T09:23:57Z +-17.8327,28.5665,10.2,2.7,2021-11-29T09:48:03Z +-17.8037,28.567,10.5,2.8,2021-11-29T09:51:51Z +-17.8346,28.5911,10.7,2.7,2021-11-29T10:02:47Z +-17.8445,28.5803,9,2.6,2021-11-29T10:07:25Z +-17.8492,28.5885,10.7,2.6,2021-11-29T10:20:58Z +-17.8349,28.5583,13.8,2.8,2021-11-29T10:39:54Z +-17.8577,28.5871,11.7,2.5,2021-11-29T11:12:37Z +-17.7929,28.5878,32.7,3.1,2021-11-29T11:23:05Z +-17.8467,28.5609,9.8,2.9,2021-11-29T11:28:40Z +-17.8473,28.5634,10,3,2021-11-29T11:34:24Z +-17.8099,28.5657,10.1,3,2021-11-29T11:38:51Z +-17.8392,28.5662,9.6,2.4,2021-11-29T11:52:50Z +-17.8492,28.5648,10.2,3.4,2021-11-29T11:58:05Z +-17.8389,28.5639,15,2.4,2021-11-29T12:02:38Z +-17.8539,28.5651,10.1,2.5,2021-11-29T12:04:01Z +-17.839,28.5761,8.8,2.4,2021-11-29T12:07:06Z +-17.8213,28.5639,10.3,2.9,2021-11-29T12:11:57Z +-17.8236,28.5499,13.1,2.2,2021-11-29T12:16:32Z +-17.8302,28.5624,11.1,2.7,2021-11-29T12:19:02Z +-17.8594,28.5666,12.9,2.5,2021-11-29T12:26:42Z +-17.8226,28.5669,10.6,3.5,2021-11-29T12:42:55Z +-17.8587,28.5728,33.9,3.3,2021-11-29T12:47:31Z +-17.8054,28.5553,10.2,2.7,2021-11-29T12:52:50Z +-17.8352,28.5618,10.9,2.6,2021-11-29T12:57:45Z +-17.8284,28.5659,12.4,2.8,2021-11-29T13:03:15Z +-17.8088,28.5609,14.1,2.8,2021-11-29T13:05:29Z +-17.8329,28.5636,12.5,3.7,2021-11-29T13:14:54Z +-17.8257,28.5792,10,2.6,2021-11-29T13:17:49Z +-17.8244,28.5685,11,2.6,2021-11-29T13:19:20Z +-17.8364,28.5624,10.6,2.9,2021-11-29T13:23:16Z +-17.8339,28.5725,10.9,3,2021-11-29T13:26:44Z +-17.8445,28.5628,12.4,2.5,2021-11-29T13:31:37Z +-17.8342,28.56,31.7,2.7,2021-11-29T13:31:46Z +-17.8313,28.5605,12.1,2.8,2021-11-29T13:33:09Z +-17.8304,28.5858,9.4,2.5,2021-11-29T13:40:41Z +-17.8425,28.5622,11.2,3.1,2021-11-29T13:59:03Z +-17.8282,28.5696,12.1,3,2021-11-29T14:02:31Z +-17.8371,28.5579,12.6,2.9,2021-11-29T14:08:38Z +-17.8445,28.5619,10.1,2.4,2021-11-29T14:21:13Z +-17.8361,28.5614,11,2.9,2021-11-29T14:25:36Z +-17.826,28.5714,11.1,2.5,2021-11-29T14:30:41Z +-17.8423,28.6043,10.2,2.5,2021-11-29T14:36:35Z +-17.833,28.5667,10.7,3,2021-11-29T14:38:24Z +-17.8238,28.5651,11.4,3.7,2021-11-29T14:42:34Z +-17.84,28.5598,13.1,2.8,2021-11-29T14:45:25Z +-17.8274,28.5599,12.8,3.4,2021-11-29T14:54:53Z +-17.8304,28.5571,12.8,2.7,2021-11-29T15:04:12Z +-17.864,28.5373,14.1,2.5,2021-11-29T15:11:45Z +-17.8191,28.5532,14,3,2021-11-29T15:13:32Z +-17.8191,28.5653,9.8,2.4,2021-11-29T15:18:12Z +-17.8291,28.5602,9.9,2.5,2021-11-29T15:24:39Z +-17.8343,28.5624,12.1,3.1,2021-11-29T15:26:20Z +-17.8481,28.5557,12.2,2.5,2021-11-29T15:28:52Z +-17.8113,28.5662,13.8,2.5,2021-11-29T15:33:26Z +-17.8356,28.5723,10,2.4,2021-11-29T15:34:56Z +-17.8284,28.5678,11.3,2.4,2021-11-29T15:39:38Z +-17.8367,28.5668,9.9,2.3,2021-11-29T15:43:08Z +-17.8327,28.5792,12,2.4,2021-11-29T15:44:08Z +-17.8193,28.5685,10.1,2.5,2021-11-29T15:46:49Z +-17.8254,28.556,12.4,2.5,2021-11-29T15:48:25Z +-17.8423,28.5599,11.1,2.7,2021-11-29T15:54:37Z +-17.8374,28.5586,11.5,3.5,2021-11-29T16:24:00Z +-17.8411,28.5708,10.5,2.5,2021-11-29T16:32:44Z +-17.8414,28.5663,13.8,3.3,2021-11-29T16:42:02Z +-17.8131,28.594,35.4,2.9,2021-11-29T16:44:28Z +-17.8381,28.5614,11.4,3,2021-11-29T16:46:06Z +-17.8384,28.5603,10.8,3.1,2021-11-29T16:49:36Z +-17.8367,28.5613,10.8,2.6,2021-11-29T16:58:09Z +-17.8461,28.5571,10.4,2.4,2021-11-29T17:03:55Z +-17.8363,28.5547,12.6,3.1,2021-11-29T17:06:09Z +-17.8482,28.5564,12.2,2.5,2021-11-29T17:08:39Z +-17.8188,28.5707,14.2,2.7,2021-11-29T17:13:49Z +-17.8465,28.5598,10.7,2.6,2021-11-29T17:16:19Z +-17.8263,28.567,11.4,3.3,2021-11-29T17:19:00Z +-17.8368,28.5646,10.7,2.5,2021-11-29T17:21:54Z +-17.8507,28.5431,13.2,2.8,2021-11-29T17:36:04Z +-17.8149,28.568,13.5,2.5,2021-11-29T17:43:57Z +-17.8562,28.5605,12.9,2.5,2021-11-29T17:49:39Z +-17.8333,28.559,12.6,2.6,2021-11-29T17:55:49Z +-17.8316,28.5638,10.5,2.5,2021-11-29T17:57:25Z +-17.8419,28.5571,10,2.3,2021-11-29T18:03:27Z +-17.8481,28.5678,33.5,2.9,2021-11-29T18:05:22Z +-17.8325,28.554,10.2,2.7,2021-11-29T18:34:35Z +-17.8306,28.5608,11.1,3.6,2021-11-29T18:35:36Z +-17.8257,28.5776,29.6,2.6,2021-11-29T18:44:45Z +-17.8451,28.5807,9.4,2.4,2021-11-29T18:55:37Z +-17.8279,28.5535,12.6,2.4,2021-11-29T19:12:01Z +-17.8387,28.549,14.6,2.7,2021-11-29T19:24:40Z +-17.827,28.55,14,2.9,2021-11-29T19:25:45Z +-17.8266,28.5617,10.7,2.5,2021-11-29T19:28:00Z +-17.8384,28.5605,11.3,3.5,2021-11-29T19:36:13Z +-17.8264,28.5605,11,2.7,2021-11-29T19:42:04Z +-17.8362,28.5482,13.6,2.6,2021-11-29T19:44:04Z +-17.8348,28.573,10.5,3.3,2021-11-29T20:14:10Z +-17.8447,28.5484,13.9,3.3,2021-11-29T20:14:55Z +-17.8324,28.5607,11.2,2.8,2021-11-29T20:24:58Z +-17.8461,28.5481,33.1,2.7,2021-11-29T20:34:58Z +-17.8462,28.5793,11.7,2.6,2021-11-29T20:38:28Z +-17.8287,28.5715,10.2,2.6,2021-11-29T20:42:58Z +-17.8288,28.5541,14.2,2.6,2021-11-29T20:55:27Z +-17.8369,28.5599,12.8,2.9,2021-11-29T21:00:29Z +-17.8136,28.5908,15.8,2.5,2021-11-29T21:07:47Z +-17.8555,28.5539,11.1,2.9,2021-11-29T21:11:14Z +-17.8267,28.5572,11.1,3.5,2021-11-29T21:23:49Z +-17.8379,28.5487,13.4,3.1,2021-11-29T21:31:41Z +-17.8402,28.5596,13.8,2.6,2021-11-29T21:33:48Z +-17.8414,28.5558,14.3,2.7,2021-11-29T21:35:31Z +-17.8328,28.564,10.7,2.5,2021-11-29T21:50:05Z +-17.8377,28.5616,10.1,2.6,2021-11-29T22:24:37Z +-17.8273,28.5624,11.1,3.2,2021-11-29T22:35:15Z +-17.8199,28.5688,11.1,2.6,2021-11-29T22:41:13Z +-17.8599,28.5564,10.6,2.4,2021-11-29T22:43:30Z +-17.8428,28.5576,13.6,2.9,2021-11-29T22:49:08Z +-17.8353,28.555,10.3,2.7,2021-11-29T22:53:18Z +-17.8475,28.5578,11.2,2.5,2021-11-29T22:56:39Z +-17.8562,28.5673,12.7,2.2,2021-11-29T23:01:47Z +-17.8387,28.5615,10.4,2.2,2021-11-29T23:09:24Z +-17.8356,28.5657,10.9,2.6,2021-11-29T23:10:49Z +-17.8357,28.5644,10.7,2.4,2021-11-29T23:12:34Z +-17.8422,28.5632,11.1,2.9,2021-11-29T23:14:44Z +-17.8451,28.5611,12.2,2.9,2021-11-29T23:21:40Z +-17.8402,28.5527,10.9,2.8,2021-11-29T23:23:09Z +-17.8326,28.5643,11.3,2.9,2021-11-29T23:29:41Z +-17.8338,28.564,10,2.8,2021-11-29T23:33:07Z +-17.8323,28.5606,13.5,3.1,2021-11-29T23:35:41Z +-17.8433,28.5669,11.1,2.2,2021-11-29T23:40:29Z +-17.8198,28.5707,10,2.2,2021-11-29T23:49:23Z +-17.8388,28.5643,10.3,2.5,2021-11-29T23:50:50Z +-17.8288,28.5661,10.5,2.4,2021-11-29T23:54:58Z +-17.8371,28.5561,10.4,2.2,2021-11-29T23:56:38Z +-17.8351,28.5515,13.1,2.4,2021-11-28T00:15:19Z +-17.8265,28.5605,12.9,3,2021-11-28T00:24:45Z +-17.7996,28.6007,35.7,2.8,2021-11-28T01:27:03Z +-17.8138,28.5615,12,2.7,2021-11-28T01:35:58Z +-17.8278,28.5569,12,2.5,2021-11-28T01:41:26Z +-17.8288,28.5583,12.1,2.8,2021-11-28T01:52:34Z +-17.8295,28.5648,10.4,2.5,2021-11-28T01:55:51Z +-17.8344,28.5648,11.3,2.4,2021-11-28T02:07:02Z +-17.8294,28.5596,12,2.6,2021-11-28T02:11:05Z +-17.836,28.5623,10.7,2.8,2021-11-28T02:17:09Z +-17.8156,28.5609,12,2.5,2021-11-28T02:24:58Z +-17.8581,28.5917,36.5,2.5,2021-11-28T02:36:13Z +-17.8261,28.5502,13.9,2.6,2021-11-28T02:41:12Z +-17.8357,28.5624,11,2.4,2021-11-28T02:45:21Z +-17.8391,28.5626,12.5,2.9,2021-11-28T03:17:13Z +-17.8442,28.5562,15.2,2.7,2021-11-28T03:30:18Z +-17.8345,28.5683,36.2,3.3,2021-11-28T03:42:48Z +-17.8421,28.5565,11.1,2.6,2021-11-28T04:03:47Z +-17.8107,28.5764,37.6,3.1,2021-11-28T04:12:24Z +-17.8294,28.5616,10.9,2.9,2021-11-28T04:48:44Z +-17.8377,28.5571,12.3,3.1,2021-11-28T04:55:37Z +-17.8284,28.5457,15.4,3,2021-11-28T04:58:02Z +-17.8389,28.5425,12.6,2.7,2021-11-28T05:00:16Z +-17.837,28.5552,12.4,3,2021-11-28T05:15:08Z +-17.8479,28.555,10.8,2.5,2021-11-28T05:18:15Z +-17.838,28.5727,11.2,2.5,2021-11-28T05:33:51Z +-17.8384,28.5544,12.7,3.3,2021-11-28T05:36:51Z +-17.8372,28.5603,12.2,3.3,2021-11-28T05:41:10Z +-17.8297,28.5695,10.8,2.3,2021-11-28T05:49:39Z +-17.8319,28.5646,10.1,2.7,2021-11-28T05:57:03Z +-17.8443,28.5626,11.3,2.6,2021-11-28T05:58:21Z +-17.8381,28.5497,13.2,2.4,2021-11-28T06:02:51Z +-17.8093,28.5928,10.1,2.3,2021-11-28T06:03:40Z +-17.8226,28.5684,13,2.7,2021-11-28T06:19:28Z +-17.8233,28.5735,15.7,2.7,2021-11-28T06:22:12Z +-17.8223,28.5581,13.3,2.9,2021-11-28T06:23:59Z +-17.8247,28.5729,13.2,2.7,2021-11-28T06:25:43Z +-17.8259,28.5626,13.7,3.3,2021-11-28T06:28:41Z +-17.8483,28.5669,10.4,3.4,2021-11-28T06:37:01Z +-17.8414,28.576,11.1,2.5,2021-11-28T06:40:20Z +-17.8431,28.5717,11.2,2.9,2021-11-28T06:44:36Z +-17.8265,28.5753,31,3.5,2021-11-28T06:56:27Z +-17.8083,28.5727,13.9,2.7,2021-11-28T06:59:56Z +-17.8465,28.5677,11,3.5,2021-11-28T07:00:58Z +-17.8404,28.5641,12.8,3.5,2021-11-28T07:02:44Z +-17.8462,28.5511,13.1,2.9,2021-11-28T07:04:19Z +-17.8433,28.555,12.6,3.1,2021-11-28T07:04:27Z +-17.824,28.5681,11.8,2.7,2021-11-28T07:08:27Z +-17.8488,28.5671,10.3,3.2,2021-11-28T07:11:09Z +-17.8529,28.5593,11.6,2.8,2021-11-28T07:41:38Z +-17.8594,28.5606,12.3,2.6,2021-11-28T08:13:27Z +-17.8253,28.5592,14.2,2.9,2021-11-28T08:29:12Z +-17.8153,28.5674,11.1,2.7,2021-11-28T08:39:19Z +-17.8221,28.6017,35.5,3.3,2021-11-28T09:12:09Z +-17.8219,28.5597,11.4,2.8,2021-11-28T09:24:55Z +-17.8254,28.5565,22.8,3.1,2021-11-28T09:27:22Z +-17.8297,28.5654,12.1,2.8,2021-11-28T09:29:19Z +-17.8279,28.5501,14.1,2.5,2021-11-28T09:45:36Z +-17.8324,28.5621,10.4,2.4,2021-11-28T09:47:00Z +-17.8077,28.5591,16.4,2.6,2021-11-28T09:47:29Z +-17.8345,28.5593,12.7,2.7,2021-11-28T09:49:37Z +-17.831,28.5714,10.9,2.9,2021-11-28T09:54:43Z +-17.8466,28.5606,11.3,2.8,2021-11-28T09:54:54Z +-17.837,28.559,12.3,2.5,2021-11-28T10:01:15Z +-17.8392,28.5526,13.3,2.8,2021-11-28T10:04:22Z +-17.8279,28.5669,12.8,2.9,2021-11-28T10:06:47Z +-17.8638,28.5634,10.8,2.6,2021-11-28T10:14:56Z +-17.8395,28.5591,10.6,2.5,2021-11-28T10:16:19Z +-17.8342,28.558,13.7,2.5,2021-11-28T10:16:42Z +-17.8007,28.5911,33.3,3,2021-11-28T10:22:03Z +-17.8135,28.5756,12.3,2.4,2021-11-28T10:26:08Z +-17.8538,28.5694,11,2.9,2021-11-28T10:39:16Z +-17.8515,28.5709,10.5,2.5,2021-11-28T11:39:22Z +-17.8291,28.5676,31.2,3.4,2021-11-28T11:41:00Z +-17.8532,28.5376,16.5,2.5,2021-11-28T11:42:05Z +-17.8344,28.5567,13.6,2.5,2021-11-28T11:42:49Z +-17.8355,28.5507,15.2,2.5,2021-11-28T11:44:10Z +-17.8409,28.5674,31.5,2.3,2021-11-28T11:44:33Z +-17.8399,28.5511,14.2,2.8,2021-11-28T11:58:52Z +-17.7959,28.5946,33.4,3.3,2021-11-28T12:43:42Z +-17.8309,28.5664,33.4,3.5,2021-11-28T13:03:26Z +-17.837,28.5661,10.4,2.5,2021-11-28T13:17:03Z +-17.8347,28.5812,34.1,3.7,2021-11-28T13:27:25Z +-17.8284,28.5654,11.3,3.3,2021-11-28T14:02:13Z +-17.8343,28.5618,10.5,3.2,2021-11-28T14:20:59Z +-17.8431,28.5521,13.9,2.8,2021-11-28T15:04:57Z +-17.8343,28.5695,11.2,2.7,2021-11-28T15:25:53Z +-17.828,28.5641,11,3,2021-11-28T15:31:26Z +-17.8381,28.5656,10.7,3,2021-11-28T16:03:13Z +-17.8265,28.5639,11,3.3,2021-11-28T16:14:21Z +-17.829,28.5506,14.3,2.7,2021-11-28T16:31:40Z +-17.8342,28.5593,9.6,3.2,2021-11-28T16:34:09Z +-17.8262,28.5697,10,2.4,2021-11-28T16:36:30Z +-17.8271,28.5731,10.6,2.8,2021-11-28T16:42:37Z +-17.8416,28.5789,10.7,2.6,2021-11-28T16:53:13Z +-17.8297,28.5663,12.5,3.3,2021-11-28T17:02:16Z +-17.8258,28.5639,11.1,2.6,2021-11-28T17:27:52Z +-17.8403,28.5632,13.5,2.9,2021-11-28T17:32:36Z +-17.8347,28.5653,10.5,2.6,2021-11-28T17:37:38Z +-17.8369,28.579,13.4,2.5,2021-11-28T17:43:50Z +-17.8068,28.5793,31.9,2.6,2021-11-28T17:49:23Z +-17.8393,28.5648,10,2.8,2021-11-28T17:50:44Z +-17.829,28.5636,10.6,3.1,2021-11-28T17:52:11Z +-17.8408,28.5565,14.3,3.3,2021-11-28T17:56:43Z +-17.8483,28.5536,14.2,2.9,2021-11-28T18:06:17Z +-17.809,28.5842,33.1,3.4,2021-11-28T18:19:42Z +-17.8273,28.5645,12.8,2.8,2021-11-28T18:22:35Z +-17.8353,28.5656,10.5,2.8,2021-11-28T18:53:41Z +-17.8286,28.5634,11.3,2.8,2021-11-28T19:00:51Z +-17.8088,28.5747,32.6,4.3,2021-11-28T19:05:49Z +-17.8087,28.5558,31.1,2.9,2021-11-28T19:11:18Z +-17.8417,28.5609,10.5,3,2021-11-28T19:34:23Z +-17.8294,28.5659,9.8,2.7,2021-11-28T19:46:57Z +-17.8559,28.5496,14.7,2.7,2021-11-28T19:54:07Z +-17.8477,28.5589,11.2,2.6,2021-11-28T19:56:43Z +-17.839,28.5566,13.9,3.4,2021-11-28T20:05:49Z +-17.8398,28.5646,13.5,3.3,2021-11-28T20:21:13Z +-17.8404,28.5577,13.7,3,2021-11-28T20:27:42Z +-17.8251,28.567,13.5,3.4,2021-11-28T20:35:46Z +-17.8134,28.5678,33,3.5,2021-11-28T20:37:21Z +-17.8222,28.5711,10.6,2.5,2021-11-28T21:10:59Z +-17.8262,28.5816,15,2.6,2021-11-28T21:15:37Z +-17.8383,28.5651,11.2,3.5,2021-11-28T21:24:19Z +-17.846800000000002,28.5572,12.8,3,2021-11-28T21:54:29Z +-17.8322,28.5654,10.7,3.1,2021-11-28T22:00:28Z +-17.8447,28.551,13.2,2.8,2021-11-28T22:05:50Z +-17.8133,28.5734,34.2,3.6,2021-11-28T22:07:06Z +-17.8404,28.5626,13.3,2.7,2021-11-28T22:19:50Z +-17.8415,28.5628,11.4,2.8,2021-11-28T22:42:44Z +-17.8218,28.5621,22.7,3,2021-11-28T22:49:25Z +-17.8378,28.5627,11.3,3.1,2021-11-28T22:56:03Z +-17.8337,28.5463,11.6,2.9,2021-11-28T22:57:42Z +-17.8419,28.5474,13.6,2.7,2021-11-28T23:24:31Z +-17.804,28.5758,38,3,2021-11-28T23:31:30Z +-17.8371,28.5663,11.1,2.8,2021-11-28T23:37:18Z +-17.8368,28.562,11,3.4,2021-11-28T23:42:02Z +-17.7953,28.5991,33.2,2.3,2021-11-27T00:09:10Z +-17.8046,28.578,33,2.4,2021-11-27T00:23:43Z +-17.8357,28.6195,39.4,3.2,2021-11-27T00:26:58Z +-17.8275,28.575,33.5,2.5,2021-11-27T00:31:03Z +-17.811,28.5772,32.5,2.4,2021-11-27T00:39:40Z +-17.8253,28.5919,32.4,2.5,2021-11-27T00:43:48Z +-17.833,28.5825,36.1,2.7,2021-11-27T01:07:27Z +-17.8466,28.6052,35.5,2.9,2021-11-27T01:53:01Z +-17.8248,28.563,10.1,2.3,2021-11-27T01:54:38Z +-17.8065,28.5744,35.2,2.6,2021-11-27T02:02:29Z +-17.8356,28.5686,11.2,2.3,2021-11-27T02:08:56Z +-17.8305,28.5628,14.2,2.1,2021-11-27T02:21:34Z +-17.8439,28.584,35.1,2.5,2021-11-27T02:54:12Z +-17.8225,28.5842,35.8,2.7,2021-11-27T03:03:49Z +-17.8486,28.5963,37.5,2.6,2021-11-27T03:25:14Z +-17.8138,28.6074,34.6,2.5,2021-11-27T03:42:10Z +-17.8081,28.5477,22.6,2.7,2021-11-27T03:42:27Z +-17.8169,28.5778,36,3.1,2021-11-27T03:56:25Z +-17.8231,28.5984,35.8,3,2021-11-27T03:56:25Z +-17.8322,28.6325,38.4,2.6,2021-11-27T04:39:54Z +-17.8348,28.6441,35.1,2.4,2021-11-27T04:51:25Z +-17.7975,28.5773,33.8,2.6,2021-11-27T04:55:55Z +-17.8586,28.62,35,2.5,2021-11-27T05:20:53Z +-17.8188,28.5759,34.6,2.6,2021-11-27T05:23:53Z +-17.8098,28.5726,10.2,2.1,2021-11-27T05:40:22Z +-17.8257,28.557,22.2,2.8,2021-11-27T05:47:19Z +-17.8718,28.5536,35.5,2.7,2021-11-27T06:14:06Z +-17.8287,28.5791,34.8,2.8,2021-11-27T06:43:15Z +-17.8399,28.5611,12.5,2.4,2021-11-27T07:11:50Z +-17.8382,28.558,13.1,2.9,2021-11-27T07:54:25Z +-17.8394,28.5514,13.9,2.8,2021-11-27T08:26:47Z +-17.8332,28.5577,12.8,2.5,2021-11-27T08:32:45Z +-17.8367,28.5538,13.8,2.8,2021-11-27T08:33:01Z +-17.8378,28.5628,12.1,3.1,2021-11-27T08:34:10Z +-17.8393,28.5545,13.2,2.5,2021-11-27T08:40:50Z +-17.8364,28.5539,13.9,3.5,2021-11-27T08:44:53Z +-17.8361,28.5577,12.8,2.6,2021-11-27T09:04:40Z +-17.8349,28.5564,13.2,3.5,2021-11-27T09:06:56Z +-17.8277,28.5585,13.2,3.4,2021-11-27T09:50:27Z +-17.8236,28.573,36.2,3.5,2021-11-27T10:16:18Z +-17.846800000000002,28.5585,13.5,2.9,2021-11-27T10:19:15Z +-17.8391,28.5506,22.4,3.1,2021-11-27T10:30:34Z +-17.8124,28.5901,34.4,2.7,2021-11-27T10:37:31Z +-17.83,28.5549,14.7,3,2021-11-27T10:53:51Z +-17.8454,28.559,13.9,2.5,2021-11-27T11:17:02Z +-17.8275,28.5674,21.5,2.5,2021-11-27T11:19:32Z +-17.8337,28.5549,13.6,3,2021-11-27T11:26:54Z +-17.8112,28.5895,33.9,2.9,2021-11-27T11:46:12Z +-17.8322,28.5597,13.4,2.8,2021-11-27T11:53:45Z +-17.8319,28.5564,13.6,3.1,2021-11-27T11:56:18Z +-17.8048,28.5857,33.8,2.9,2021-11-27T12:21:38Z +-17.8291,28.5529,13.9,3.1,2021-11-27T12:59:28Z +-17.8232,28.5916,32.7,2.8,2021-11-27T13:26:29Z +-17.8184,28.5879,36.1,3.6,2021-11-27T13:53:27Z +-17.8357,28.5612,11.2,3.2,2021-11-27T14:05:41Z +-17.8366,28.5606,11.1,2.5,2021-11-27T14:26:23Z +-17.8115,28.5687,34.9,3.2,2021-11-27T16:01:16Z +-17.8306,28.5639,10.6,2.5,2021-11-27T16:18:53Z +-17.8408,28.5628,9.9,2.5,2021-11-27T16:31:35Z +-17.8157,28.5778,31.8,2.6,2021-11-27T16:32:51Z +-17.8378,28.5527,11.1,2.5,2021-11-27T16:51:49Z +-17.8335,28.5564,13.1,2.8,2021-11-27T16:54:24Z +-17.8399,28.5706,34.9,3.2,2021-11-27T17:30:52Z +-17.8421,28.5595,12.7,3.4,2021-11-27T18:09:31Z +-17.821,28.5314,26.2,2.9,2021-11-27T18:17:51Z +-17.8344,28.5642,10.3,2.5,2021-11-27T19:00:44Z +-17.8383,28.5592,13.2,3.2,2021-11-27T19:59:26Z +-17.815,28.5739,35.7,3.2,2021-11-27T21:12:05Z +-17.8449,28.5544,14.5,2.9,2021-11-27T21:36:18Z +-17.8059,28.5776,35.2,3.2,2021-11-27T22:09:41Z +-17.8222,28.5669,36.2,3.4,2021-11-27T22:27:28Z +-17.8149,28.6009,40.6,3.3,2021-11-27T22:51:36Z +-17.8399,28.5626,12.5,2.6,2021-11-27T22:52:51Z +-17.8495,28.5601,11,2.2,2021-11-27T22:55:50Z +-17.8379,28.5872,36.4,2.8,2021-11-27T23:56:20Z +-17.8384,28.5742,12.5,2.4,2021-11-26T00:21:57Z +-17.8409,28.5616,13.6,3.2,2021-11-26T00:41:02Z +-17.8382,28.5695,10.3,2.8,2021-11-26T00:47:46Z +-17.8383,28.5618,13.3,2.8,2021-11-26T01:05:05Z +-17.8109,28.5685,10.3,2.4,2021-11-26T02:12:38Z +-17.8296,28.5654,13.8,2.8,2021-11-26T02:24:37Z +-17.8403,28.5609,13.1,3,2021-11-26T02:34:41Z +-17.8529,28.5742,11.3,2.4,2021-11-26T02:43:35Z +-17.8383,28.5588,12.7,3.4,2021-11-26T02:46:09Z +-17.834,28.5553,14.1,3.5,2021-11-26T02:50:20Z +-17.8312,28.5642,15.9,2.4,2021-11-26T02:57:58Z +-17.8455,28.5617,10.8,2.4,2021-11-26T04:10:25Z +-17.8411,28.5631,12.4,2.5,2021-11-26T05:31:38Z +-17.8312,28.5702,33.8,2.9,2021-11-26T11:12:31Z +-17.8331,28.5618,12.8,2.5,2021-11-26T11:17:52Z +-17.8101,28.5988,34,2.8,2021-11-26T11:43:34Z +-17.8118,28.5711,32.2,2.3,2021-11-26T12:23:40Z +-17.8299,28.5846,38.5,3,2021-11-26T12:39:59Z +-17.7921,28.5921,34.7,2.8,2021-11-26T12:46:38Z +-17.8315,28.5736,35.6,3.3,2021-11-26T13:07:15Z +-17.8272,28.5582,14,2.6,2021-11-26T13:42:18Z +-17.8192,28.5161,27.8,2.8,2021-11-26T14:01:09Z +-17.8471,28.5608,13.4,2.4,2021-11-26T14:03:52Z +-17.8189,28.5768,33.8,3.1,2021-11-26T14:14:51Z +-17.8479,28.5594,33.1,2.9,2021-11-26T14:27:50Z +-17.8533,28.5611,36.1,3.4,2021-11-26T15:27:36Z +-17.8311,28.5701,35.2,2.7,2021-11-26T16:42:24Z +-17.8025,28.5771,33.8,2.9,2021-11-26T17:37:53Z +-17.8425,28.5485,27.4,3.5,2021-11-26T17:51:27Z +-17.822,28.5751,34.4,2.9,2021-11-26T17:54:35Z +-17.8042,28.5899,33.2,2.7,2021-11-26T17:59:56Z +-17.7944,28.5673,36.8,2.7,2021-11-26T18:08:04Z +-17.8232,28.5713,33,2.8,2021-11-26T18:11:37Z +-17.8145,28.5712,36.2,3,2021-11-26T18:25:19Z +-17.795,28.6247,39.8,2.7,2021-11-26T18:29:28Z +-17.802,28.5792,34.5,3.1,2021-11-26T18:49:11Z +-17.8137,28.5561,15.3,2.5,2021-11-26T19:05:14Z +-17.8309,28.5547,14.9,2.5,2021-11-26T19:12:48Z +-17.8287,28.5563,15.1,2.5,2021-11-26T19:15:21Z +-17.8135,28.5896,34.9,3.1,2021-11-26T19:19:52Z +-17.8144,28.555,14.8,2.4,2021-11-26T19:22:49Z +-17.8136,28.548,34.4,2.6,2021-11-26T19:40:46Z +-17.7962,28.5781,33.3,2.7,2021-11-26T19:49:53Z +-17.8419,28.5777,35.8,3.5,2021-11-26T19:56:19Z +-17.8145,28.5954,35.1,3.2,2021-11-26T20:09:39Z +-17.8101,28.5808,37.5,2.6,2021-11-26T20:42:45Z +-17.7863,28.5759,33,2.6,2021-11-26T20:45:19Z +-17.832,28.5614,11.1,3.1,2021-11-26T20:55:14Z +-17.8061,28.5884,35.1,2.9,2021-11-26T21:03:54Z +-17.8321,28.5913,36.7,2.8,2021-11-26T21:17:10Z +-17.8192,28.5827,35.1,2.7,2021-11-26T21:35:04Z +-17.8133,28.5883,33.1,2.7,2021-11-26T21:57:15Z +-17.7988,28.587,32.9,2.6,2021-11-26T22:26:40Z +-17.8254,28.6023,32.5,2.5,2021-11-26T22:52:21Z +-17.8028,28.5934,34.2,3.3,2021-11-26T23:00:15Z +-17.8163,28.5893,35.3,3,2021-11-26T23:56:42Z +-17.8368,28.5668,10.3,2.6,2021-11-25T00:54:14Z +-17.8336,28.6379,30.7,2.6,2021-11-25T02:25:49Z +-17.8488,28.5756,42.4,3.4,2021-11-25T03:34:05Z +-17.837,28.6096,38.2,2.6,2021-11-25T03:57:36Z +-17.8092,28.5455,35.2,2.7,2021-11-25T05:30:29Z +-17.8311,28.5677,13.9,2.4,2021-11-25T05:55:40Z +-17.811,28.5507,15.6,2.5,2021-11-25T07:19:29Z +-17.8324,28.5631,11.2,3.9,2021-11-25T07:53:08Z +-17.8228,28.5615,12.5,3.2,2021-11-25T07:57:06Z +-17.8328,28.5682,11.2,2.7,2021-11-25T08:18:31Z +-17.8417,28.5521,12.4,2.7,2021-11-25T09:08:55Z +-17.8319,28.5554,12.6,2.9,2021-11-25T09:53:10Z +-17.7961,28.5888,35.4,3.1,2021-11-25T09:55:08Z +-17.8428,28.561,33.6,3.7,2021-11-25T10:31:27Z +-17.8414,28.5553,13.2,3.1,2021-11-25T11:27:06Z +-17.8365,28.555,12.9,3,2021-11-25T11:46:16Z +-17.872,28.5939,32.8,2.5,2021-11-25T12:02:00Z +-17.8269,28.5558,13.6,3.3,2021-11-25T12:04:57Z +-17.8263,28.564,11.1,2.4,2021-11-25T12:18:01Z +-17.8348,28.5513,13.9,3.4,2021-11-25T12:50:46Z +-17.8332,28.5616,13.7,2.4,2021-11-25T12:57:44Z +-17.8303,28.5599,12.8,3.3,2021-11-25T13:04:16Z +-17.8357,28.5639,13.1,3,2021-11-25T13:21:37Z +-17.8185,28.5731,13.8,2.5,2021-11-25T15:14:32Z +-17.8376,28.5566,13.2,3.2,2021-11-25T15:21:54Z +-17.8372,28.5607,12.5,2.7,2021-11-25T16:59:16Z +-17.8206,28.5782,39.6,3.4,2021-11-25T18:46:18Z +-17.8417,28.5516,14.2,3.9,2021-11-25T18:57:17Z +-17.8263,28.5582,33.9,3.4,2021-11-25T19:24:44Z +-17.8466,28.5658,10.9,2.4,2021-11-25T19:39:55Z +-17.826,28.5561,16.1,2.8,2021-11-25T21:03:57Z +-17.8153,28.5722,35.5,2.9,2021-11-25T21:39:39Z +-17.8386,28.5704,11.6,3.1,2021-11-25T22:02:04Z +-17.8402,28.5625,12.3,3.5,2021-11-25T22:03:30Z +-17.8169,28.57,35,4.8,2021-11-25T22:40:18Z +-17.8154,28.5757,17.1,2.9,2021-11-25T22:43:28Z +-17.8118,28.5706,14.5,2.8,2021-11-25T22:46:23Z +-17.8551,28.5619,12.3,2.9,2021-11-25T23:14:14Z +-17.8597,28.5648,12.7,2.5,2021-11-25T23:19:53Z +-17.8259,28.5775,12.1,2.5,2021-11-25T23:42:58Z +-17.8288,28.5803,14.7,2.4,2021-11-25T23:48:15Z +-17.8491,28.5585,15.2,2.7,2021-11-24T00:07:57Z +-17.841,28.5666,35.7,2.6,2021-11-24T00:37:05Z +-17.8235,28.5844,36.1,2.9,2021-11-24T00:53:19Z +-17.8254,28.5543,28.1,2.9,2021-11-24T00:59:32Z +-17.794,28.5859,32.3,2.6,2021-11-24T01:17:03Z +-17.8403,28.5491,26.3,2.7,2021-11-24T01:25:40Z +-17.8314,28.5761,12.4,2.3,2021-11-24T01:29:55Z +-17.8393,28.5653,9.3,2.6,2021-11-24T01:33:57Z +-17.8728,28.5961,37.5,2.6,2021-11-24T02:05:07Z +-17.8196,28.5607,14,2.7,2021-11-24T02:37:13Z +-17.8312,28.5796,35.4,2.7,2021-11-24T03:24:18Z +-17.8353,28.5683,11.3,2.6,2021-11-24T03:28:43Z +-17.8243,28.5733,35.3,3.8,2021-11-24T04:44:39Z +-17.8324,28.5621,30.3,2.7,2021-11-24T04:59:16Z +-17.8415,28.5466,14.4,2.5,2021-11-24T05:00:38Z +-17.8181,28.5717,32.8,2.5,2021-11-24T05:13:10Z +-17.8386,28.561,12,2.7,2021-11-24T05:24:01Z +-17.8274,28.6009,32.2,2.8,2021-11-24T05:33:14Z +-17.8413,28.5753,35.9,3.5,2021-11-24T05:33:30Z +-17.8258,28.5742,33.4,3.1,2021-11-24T05:38:31Z +-17.8297,28.5585,13.2,2.9,2021-11-24T06:02:36Z +-17.8456,28.5595,12.3,2,2021-11-24T06:43:12Z +-17.8232,28.5679,36.1,2.8,2021-11-24T06:50:17Z +-17.8206,28.5835,33.8,3.1,2021-11-24T06:54:37Z +-17.8351,28.5633,13.1,3.4,2021-11-24T07:09:42Z +-17.8324,28.5644,12.8,2.8,2021-11-24T07:16:09Z +-17.8338,28.5637,10.9,3.1,2021-11-24T08:06:26Z +-17.8186,28.5576,13.7,2.8,2021-11-24T08:16:32Z +-17.8278,28.5694,12.5,2.6,2021-11-24T08:18:35Z +-17.8458,28.5518,14.2,3,2021-11-24T08:31:51Z +-17.8292,28.5592,12.3,2.5,2021-11-24T09:32:12Z +-17.8324,28.5621,11.2,2.6,2021-11-24T11:21:26Z +-17.8355,28.553,10.4,2.4,2021-11-24T11:31:45Z +-17.8477,28.5556,9.5,2.3,2021-11-24T11:42:40Z +-17.8283,28.5919,35,2.7,2021-11-24T13:06:32Z +-17.8375,28.5651,13.6,2.5,2021-11-24T14:16:23Z +-17.8311,28.561,12.8,3.4,2021-11-24T14:23:39Z +-17.8215,28.5822,33.3,2.8,2021-11-24T14:56:56Z +-17.8322,28.5683,13.5,2.7,2021-11-24T15:42:59Z +-17.8399,28.5701,13.3,2.7,2021-11-24T16:37:30Z +-17.8283,28.5622,14.1,2.4,2021-11-24T19:55:21Z +-17.8296,28.5661,10.1,2.4,2021-11-24T21:06:11Z +-17.8325,28.5645,11.3,2.5,2021-11-24T21:15:15Z +-17.8228,28.5626,13.3,2.3,2021-11-24T21:56:05Z +-17.813,28.5387,32,2,2021-11-24T22:21:08Z +-17.7791,28.6274,10.2,2.4,2021-11-24T23:38:47Z +-17.8223,28.599,36.7,2.9,2021-11-23T00:13:34Z +-17.794,28.6123,39.1,3.1,2021-11-23T00:19:51Z +-17.8131,28.5857,39,3.4,2021-11-23T00:19:55Z +-17.8425,28.5553,34.8,2.6,2021-11-23T00:21:28Z +-17.8412,28.578,35.7,3,2021-11-23T00:32:38Z +-17.8177,28.5942,35.4,2.6,2021-11-23T00:33:24Z +-17.8313,28.6155,32.7,2.5,2021-11-23T00:39:24Z +-17.8214,28.5725,34.4,4.4,2021-11-23T00:48:09Z +-17.8218,28.5475,35.1,2.7,2021-11-23T00:53:44Z +-17.8057,28.5846,34.7,2.5,2021-11-23T00:59:08Z +-17.8358,28.5904,38.9,4.8,2021-11-23T01:03:27Z +-17.8193,28.6093,38,4.7,2021-11-23T01:03:48Z +-17.7999,28.5547,33,2.5,2021-11-23T01:08:01Z +-17.8043,28.5997,34.2,2.6,2021-11-23T01:12:52Z +-17.8567,28.5618,34,3.5,2021-11-23T02:09:16Z +-17.8464,28.5809,38.7,2.8,2021-11-23T02:10:15Z +-17.8177,28.5842,36.4,3.7,2021-11-23T02:14:12Z +-17.8812,28.5156,31.9,2.6,2021-11-23T02:32:58Z +-17.7944,28.5757,35.7,3.3,2021-11-23T03:03:51Z +-17.8316,28.5783,37.2,2.6,2021-11-23T03:05:12Z +-17.8323,28.5587,34.2,2.8,2021-11-23T03:12:38Z +-17.8546,28.5754,35.6,2.4,2021-11-23T03:20:23Z +-17.8493,28.596800000000002,38.1,2.6,2021-11-23T03:20:30Z +-17.8265,28.5704,35.2,3.1,2021-11-23T03:42:27Z +-17.8117,28.5798,35.6,2.6,2021-11-23T03:54:09Z +-17.8436,28.5923,38.3,2.7,2021-11-23T04:01:02Z +-17.8336,28.5889,35.2,2.8,2021-11-23T04:25:55Z +-17.7968,28.5661,32.9,3.5,2021-11-23T04:42:18Z +-17.8341,28.5556,14.3,2.5,2021-11-23T04:49:58Z +-17.8263,28.5662,31.9,2.4,2021-11-23T04:53:49Z +-17.8396,28.5659,10.5,2.3,2021-11-23T04:55:25Z +-17.8516,28.5502,14.4,2.5,2021-11-23T05:00:27Z +-17.8176,28.5701,34.2,3.5,2021-11-23T05:24:46Z +-17.8366,28.5577,13.2,3,2021-11-23T05:27:30Z +-17.8287,28.5944,37.2,2.8,2021-11-23T05:33:17Z +-17.8749,28.5699,35.1,2.3,2021-11-23T05:34:43Z +-17.8352,28.5914,35.6,2.9,2021-11-23T05:44:46Z +-17.8414,28.5598,12.8,2.5,2021-11-23T05:51:07Z +-17.8446,28.5526,15.3,3,2021-11-23T06:04:55Z +-17.8512,28.5636,34.5,2.5,2021-11-23T06:10:35Z +-17.8466,28.5909,37.1,3.2,2021-11-23T06:12:37Z +-17.8244,28.5831,35.7,2.6,2021-11-23T06:17:12Z +-17.8473,28.5794,33.9,2.5,2021-11-23T07:08:54Z +-17.8437,28.5706,36.4,2.8,2021-11-23T07:18:08Z +-17.8012,28.567,15.2,2.5,2021-11-23T07:37:10Z +-17.8046,28.5914,35.5,2.6,2021-11-23T08:23:04Z +-17.8206,28.5704,37.5,2.8,2021-11-23T08:36:32Z +-17.85,28.5768,35.2,3.3,2021-11-23T08:57:21Z +-17.8638,28.5433,36,3.3,2021-11-23T09:15:16Z +-17.823,28.5743,9.8,2.4,2021-11-23T09:35:50Z +-17.8067,28.5571,36.3,2.9,2021-11-23T09:39:11Z +-17.8259,28.5866,38.8,3.2,2021-11-23T10:01:21Z +-17.8298,28.5374,33,2.8,2021-11-23T11:04:52Z +-17.8146,28.585,36.8,3.4,2021-11-23T11:11:11Z +-17.8611,28.5562,35.9,3,2021-11-23T11:22:06Z +-17.8302,28.5702,31.8,2.5,2021-11-23T12:03:57Z +-17.8235,28.5732,37.9,2.6,2021-11-23T12:54:07Z +-17.7706,28.5955,34,3,2021-11-23T13:05:35Z +-17.8177,28.5745,34.6,2.5,2021-11-23T13:55:06Z +-17.8196,28.5451,30.7,2.5,2021-11-23T14:22:00Z +-17.8026,28.5814,31.7,2.4,2021-11-23T14:44:01Z +-17.8436,28.5779,9,3.3,2021-11-23T14:48:54Z +-17.8264,28.5716,11.1,2.8,2021-11-23T15:02:24Z +-17.8038,28.5455,31.7,3.3,2021-11-23T15:04:40Z +-17.8318,28.5757,11.9,2.4,2021-11-23T15:08:44Z +-17.7938,28.5905,36.4,2.9,2021-11-23T16:07:20Z +-17.7851,28.5573,33.1,2.7,2021-11-23T16:29:06Z +-17.8289,28.5467,32.2,2.6,2021-11-23T16:41:00Z +-17.8441,28.5515,26.5,2.7,2021-11-23T17:09:16Z +-17.8253,28.5672,31.8,2.4,2021-11-23T17:15:06Z +-17.8416,28.5262,35.3,2.8,2021-11-23T17:45:15Z +-17.8156,28.5638,33.2,3,2021-11-23T18:43:27Z +-17.8267,28.5631,12.5,3.3,2021-11-23T18:46:27Z +-17.8363,28.5643,12.1,2.9,2021-11-23T18:48:38Z +-17.8166,28.5899,36.7,2.6,2021-11-23T18:51:27Z +-17.8618,28.5137,31.2,2.6,2021-11-23T18:57:50Z +-17.8358,28.5892,35,3,2021-11-23T19:15:44Z +-17.8238,28.5805,35,3.7,2021-11-23T19:50:27Z +-17.813,28.5256,30.3,2.6,2021-11-23T20:10:48Z +-17.8256,28.5624,33,2.3,2021-11-23T20:33:00Z +-17.8132,28.5745,10.7,2.2,2021-11-23T20:53:32Z +-17.8261,28.5858,34.6,2.8,2021-11-23T20:58:07Z +-17.8337,28.5557,33.6,2.7,2021-11-23T21:00:53Z +-17.8449,28.5242,34.8,2.8,2021-11-23T21:24:10Z +-17.8368,28.5616,10.1,2.9,2021-11-23T21:45:30Z +-17.8365,28.5728,8.6,2.5,2021-11-23T22:21:11Z +-17.8061,28.5715,36.2,2.5,2021-11-23T22:45:57Z +-17.8065,28.5891,35.8,2.8,2021-11-23T22:58:23Z +-17.8421,28.5611,33.8,2.6,2021-11-23T23:00:35Z +-17.8386,28.558,13.9,2.8,2021-11-23T23:03:17Z +-17.7825,28.5747,36.9,3.1,2021-11-23T23:14:46Z +-17.8264,28.5737,10.4,2.3,2021-11-23T23:30:46Z +-17.7903,28.5448,32.5,2.5,2021-11-23T23:36:14Z +-17.8153,28.5498,32.4,2.9,2021-11-22T00:03:29Z +-17.8041,28.5744,34.5,3.1,2021-11-22T00:22:37Z +-17.8312,28.5574,9.1,2.4,2021-11-22T00:34:45Z +-17.7914,28.5711,32.3,2.6,2021-11-22T00:37:16Z +-17.7875,28.5937,35.8,2.5,2021-11-22T00:39:47Z +-17.7871,28.612,32.6,2.5,2021-11-22T00:53:47Z +-17.8201,28.5862,34,3.1,2021-11-22T00:57:50Z +-17.805,28.5771,33.6,3.2,2021-11-22T01:33:23Z +-17.8129,28.5505,32.8,2.7,2021-11-22T01:46:49Z +-17.8185,28.5605,33.4,2.7,2021-11-22T02:00:36Z +-17.8008,28.5827,34.8,3.3,2021-11-22T02:14:24Z +-17.7837,28.5824,31.3,2.6,2021-11-22T02:34:57Z +-17.8001,28.5704,34.3,2.9,2021-11-22T02:36:03Z +-17.8007,28.6269,32.7,2.5,2021-11-22T02:50:37Z +-17.8048,28.5955,32.5,2.3,2021-11-22T02:54:13Z +-17.8084,28.5869,34.3,2.5,2021-11-22T03:03:19Z +-17.8058,28.5677,34.3,2.3,2021-11-22T03:07:33Z +-17.8164,28.5674,34.2,4.3,2021-11-22T03:13:30Z +-17.8091,28.5721,33.8,2.4,2021-11-22T03:25:02Z +-17.833,28.5719,31,2.7,2021-11-22T03:35:23Z +-17.8471,28.5679,33.5,2.8,2021-11-22T03:39:23Z +-17.8114,28.5601,29.1,2.4,2021-11-22T03:46:46Z +-17.8018,28.5701,32.7,2.9,2021-11-22T03:51:22Z +-17.7743,28.5868,33,2.6,2021-11-22T04:01:57Z +-17.821,28.5651,10.2,2.2,2021-11-22T04:08:55Z +-17.815,28.5688,34.1,2.6,2021-11-22T04:09:14Z +-17.7807,28.6061,33.2,2.5,2021-11-22T04:18:20Z +-17.8129,28.5636,34.1,2.9,2021-11-22T04:20:45Z +-17.7866,28.6055,34.4,2.6,2021-11-22T04:31:55Z +-17.7974,28.571,33.5,2.8,2021-11-22T04:42:54Z +-17.8381,28.6234,37.8,2.5,2021-11-22T05:01:58Z +-17.7949,28.5628,33.2,3.6,2021-11-22T05:09:54Z +-17.8497,28.5765,33.9,2.5,2021-11-22T05:51:43Z +-17.8075,28.5853,34.7,2.5,2021-11-22T06:09:58Z +-17.8215,28.563,37.4,2.9,2021-11-22T06:36:50Z +-17.8079,28.5834,36.7,2.6,2021-11-22T06:39:57Z +-17.8231,28.5704,10.2,2.9,2021-11-22T06:44:18Z +-17.8153,28.5675,35.9,3.8,2021-11-22T07:36:15Z +-17.8243,28.5596,36.4,4.8,2021-11-22T08:09:04Z +-17.8132,28.5793,37,2.9,2021-11-22T08:49:24Z +-17.7778,28.6063,37.2,2.8,2021-11-22T09:16:37Z +-17.8223,28.5488,35.3,2.6,2021-11-22T09:27:07Z +-17.8021,28.567,37.1,3.4,2021-11-22T09:35:32Z +-17.8001,28.589,37.6,3.2,2021-11-22T10:17:19Z +-17.8187,28.5733,35.5,3,2021-11-22T10:27:49Z +-17.8089,28.5618,35.7,3.6,2021-11-22T10:53:16Z +-17.8238,28.539,33.6,2.7,2021-11-22T12:07:56Z +-17.823,28.5691,35.4,3.1,2021-11-22T12:34:49Z +-17.8124,28.5751,34.6,2.8,2021-11-22T12:38:28Z +-17.8128,28.5708,37.4,3.1,2021-11-22T12:59:52Z +-17.8199,28.5574,35.8,3.9,2021-11-22T13:56:50Z +-17.834,28.562,12.8,2.5,2021-11-22T14:18:30Z +-17.8109,28.5941,36,2.8,2021-11-22T14:54:39Z +-17.8206,28.5628,34.1,3,2021-11-22T15:37:57Z +-17.8227,28.5684,36.3,3.4,2021-11-22T16:38:21Z +-17.7984,28.5855,39,3.4,2021-11-22T16:46:18Z +-17.8489,28.53,14.1,2.6,2021-11-22T16:49:50Z +-17.8359,28.5699,38.3,4.3,2021-11-22T18:27:32Z +-17.8373,28.569,10.8,2.4,2021-11-22T18:41:30Z +-17.8416,28.5616,14.1,2.5,2021-11-22T19:09:57Z +-17.8598,28.5459,30.3,2.5,2021-11-22T19:20:11Z +-17.8255,28.4966,34.5,2.5,2021-11-22T19:32:40Z +-17.8009,28.5718,35,3,2021-11-22T19:38:48Z +-17.8137,28.5701,36.2,2.6,2021-11-22T19:40:52Z +-17.799,28.5668,35,2.6,2021-11-22T19:52:37Z +-17.8418,28.5744,35.2,2.7,2021-11-22T20:00:26Z +-17.8029,28.5626,31.2,2.6,2021-11-22T20:03:20Z +-17.8643,28.5554,34.8,2.9,2021-11-22T20:07:50Z +-17.8439,28.5604,34,2.3,2021-11-22T20:13:24Z +-17.8115,28.5672,34.7,3.3,2021-11-22T20:32:05Z +-17.8404,28.562,34.4,3,2021-11-22T20:42:27Z +-17.8506,28.5569,32.4,2.7,2021-11-22T21:19:56Z +-17.8313,28.5661,32.6,2.8,2021-11-22T21:20:56Z +-17.8461,28.5543,33.7,2.6,2021-11-22T21:24:55Z +-17.7981,28.5862,34.9,2.9,2021-11-22T21:40:48Z +-17.8299,28.5699,35.5,2.7,2021-11-22T21:46:48Z +-17.8349,28.558,32.6,2.2,2021-11-22T21:54:28Z +-17.8286,28.5647,32.5,3.1,2021-11-22T22:10:01Z +-17.8516,28.5562,9.7,2.4,2021-11-22T22:16:13Z +-17.8178,28.5784,34.9,2.6,2021-11-22T22:17:27Z +-17.8184,28.5475,12.7,2.2,2021-11-22T22:20:23Z +-17.8062,28.5734,34,3.1,2021-11-22T22:21:44Z +-17.8007,28.5802,32.4,2.5,2021-11-22T22:30:51Z +-17.8434,28.5597,10.3,2.4,2021-11-22T22:40:38Z +-17.818,28.5887,36.3,2.7,2021-11-22T22:44:23Z +-17.8179,28.5504,34.3,2.6,2021-11-22T22:45:03Z +-17.8276,28.5528,33.9,3,2021-11-22T22:52:00Z +-17.8341,28.5584,37.4,3.8,2021-11-22T23:09:17Z +-17.8081,28.5668,31,2.9,2021-11-22T23:27:14Z +-17.8367,28.5835,33.7,2.7,2021-11-22T23:32:47Z +-17.8665,28.5625,36.2,2.9,2021-11-22T23:33:23Z +-17.8284,28.5588,12.4,2.6,2021-11-22T23:45:21Z +-17.8476,28.5459,38.3,2.5,2021-11-22T23:46:27Z +-17.8221,28.6249,34.4,2.4,2021-11-22T23:56:18Z +-17.8852,28.5421,30.9,2.5,2021-11-22T23:58:33Z +-17.7716,28.5588,29.9,2.6,2021-11-21T00:17:34Z +-17.8336,28.5607,13.2,3.5,2021-11-21T00:37:23Z +-17.8328,28.5668,11.5,2.5,2021-11-21T01:02:55Z +-17.8459,28.5605,10.3,2.1,2021-11-21T01:07:42Z +-17.7987,28.5687,34.2,2.6,2021-11-21T01:42:16Z +-17.8161,28.5809,35.4,3.4,2021-11-21T01:51:57Z +-17.8248,28.5664,37.8,3.5,2021-11-21T02:42:17Z +-17.8133,28.5707,13.7,2.7,2021-11-21T03:34:51Z +-17.8505,28.5718,36.1,2.8,2021-11-21T03:39:27Z +-17.8402,28.5548,12.2,3.5,2021-11-21T04:14:47Z +-17.8182,28.5685,35,2.9,2021-11-21T04:30:41Z +-17.8254,28.5659,38,3.2,2021-11-21T05:27:55Z +-17.8286,28.564,10.7,2.5,2021-11-21T05:50:36Z +-17.81,28.5736,34.1,2.7,2021-11-21T06:05:38Z +-17.8558,28.5757,35,2.5,2021-11-21T06:46:20Z +-17.8263,28.5631,11.1,2.2,2021-11-21T06:52:48Z +-17.8264,28.5568,13.5,2.6,2021-11-21T08:08:44Z +-17.8517,28.5508,15.3,2.4,2021-11-21T08:34:14Z +-17.86,28.6545,14.3,2.2,2021-11-21T09:01:50Z +-17.8339,28.5568,10.8,2.2,2021-11-21T10:06:40Z +-17.8477,28.5615,10.9,2.2,2021-11-21T10:55:23Z +-17.8452,28.5861,36.4,2.6,2021-11-21T10:57:52Z +-17.8361,28.5557,10.2,2.5,2021-11-21T11:06:25Z +-17.8315,28.5543,10.3,2.2,2021-11-21T11:48:09Z +-17.8302,28.5528,10,2.2,2021-11-21T12:12:54Z +-17.8201,28.5685,36.5,3,2021-11-21T12:16:28Z +-17.8377,28.5537,10.1,2.3,2021-11-21T12:22:22Z +-17.8402,28.5655,13.6,2.6,2021-11-21T14:06:12Z +-17.8329,28.5648,37.3,3.4,2021-11-21T14:29:05Z +-17.8379,28.5535,35.7,4.3,2021-11-21T15:20:15Z +-17.8049,28.5915,38.3,4,2021-11-21T15:54:38Z +-17.8218,28.5726,33.9,2.9,2021-11-21T16:24:53Z +-17.8331,28.5748,11.4,2.4,2021-11-21T17:03:56Z +-17.8315,28.5668,14.3,2.8,2021-11-21T17:16:30Z +-17.8347,28.5645,12.6,2.6,2021-11-21T17:25:49Z +-17.8498,28.5642,11.2,2.5,2021-11-21T17:28:14Z +-17.8443,28.5581,13.7,2.9,2021-11-21T17:33:30Z +-17.8366,28.5555,13.8,2.5,2021-11-21T17:48:14Z +-17.8458,28.5641,10.8,2.5,2021-11-21T17:56:20Z +-17.818,28.5624,10.7,3,2021-11-21T18:37:21Z +-17.8214,28.5673,10.7,2.5,2021-11-21T19:12:13Z +-17.8242,28.5679,10.4,2.8,2021-11-21T19:21:11Z +-17.8366,28.5707,10.9,2.6,2021-11-21T20:47:13Z +-17.8312,28.5573,10.3,2.7,2021-11-21T21:01:26Z +-17.8112,28.6087,33.7,2.4,2021-11-21T21:22:43Z +-17.8421,28.5132,34.6,2.7,2021-11-21T22:05:05Z +-17.8239,28.5879,35.9,2.8,2021-11-21T22:06:53Z +-17.8189,28.5726,35.8,3.3,2021-11-21T22:15:21Z +-17.8075,28.52,28.9,2.6,2021-11-21T22:19:29Z +-17.8354,28.5627,11.5,2.9,2021-11-21T22:25:14Z +-17.8061,28.579,34.4,2.7,2021-11-21T22:49:19Z +-17.8076,28.5721,34.9,3.1,2021-11-21T23:25:58Z +-17.8058,28.5866,35,2.5,2021-11-21T23:46:22Z +-17.7656,28.6323,34.1,2.6,2021-11-21T23:56:04Z +-17.8491,28.5621,9.4,2.4,2021-11-20T00:35:44Z +-17.8349,28.5607,9.8,2.8,2021-11-20T01:34:14Z +-17.8185,28.5895,34.6,2.7,2021-11-20T01:37:26Z +-17.8422,28.5581,12.1,2.4,2021-11-20T01:51:59Z +-17.8346,28.5641,10.8,2.8,2021-11-20T02:35:19Z +-17.8459,28.561,11.1,2.4,2021-11-20T02:38:26Z +-17.8395,28.5637,10.6,2.4,2021-11-20T02:52:16Z +-17.8487,28.5631,9.8,2.3,2021-11-20T02:55:58Z +-17.8404,28.5634,11.2,2.5,2021-11-20T02:57:49Z +-17.8263,28.5608,36.6,4.6,2021-11-20T03:07:00Z +-17.8227,28.5798,34.7,2.8,2021-11-20T03:10:25Z +-17.8363,28.5634,10.5,3.1,2021-11-20T03:25:34Z +-17.8282,28.5642,11,2.5,2021-11-20T03:26:51Z +-17.8147,28.557,34.6,2.7,2021-11-20T03:48:47Z +-17.8217,28.5414,35.3,2.8,2021-11-20T04:09:05Z +-17.8343,28.5502,14.5,2.5,2021-11-20T04:26:37Z +-17.8215,28.5959,33.8,2.5,2021-11-20T04:27:20Z +-17.7906,28.5698,34.9,2.6,2021-11-20T04:44:10Z +-17.8171,28.5676,10.4,2.2,2021-11-20T04:55:38Z +-17.8284,28.5497,14.9,2.4,2021-11-20T04:57:40Z +-17.7996,28.5982,32.6,2.6,2021-11-20T05:03:33Z +-17.8309,28.5553,14.1,2.4,2021-11-20T05:19:59Z +-17.8391,28.5707,11.4,2.3,2021-11-20T05:25:14Z +-17.8349,28.5533,13.7,2.4,2021-11-20T05:35:35Z +-17.8192,28.5616,36.3,3.1,2021-11-20T05:37:01Z +-17.841,28.5682,11.5,2.3,2021-11-20T05:47:08Z +-17.7875,28.5928,35.1,3.3,2021-11-20T06:11:19Z +-17.8164,28.6016,33.8,2.9,2021-11-20T06:13:52Z +-17.8059,28.6027,36,3,2021-11-20T06:22:17Z +-17.8232,28.5777,33.8,2.9,2021-11-20T06:22:32Z +-17.8362,28.5627,10.3,4,2021-11-20T06:42:48Z +-17.8336,28.568,11,2.7,2021-11-20T06:43:57Z +-17.8265,28.561,9.9,2.6,2021-11-20T06:53:01Z +-17.8359,28.5463,12.7,2.2,2021-11-20T06:54:47Z +-17.828,28.5767,10.4,2.4,2021-11-20T07:01:52Z +-17.8054,28.5715,31.2,2.8,2021-11-20T07:10:10Z +-17.8047,28.6033,35.6,3,2021-11-20T07:38:13Z +-17.8282,28.5676,10.1,3.3,2021-11-20T07:44:47Z +-17.8508,28.5598,9.3,3.5,2021-11-20T08:02:26Z +-17.8333,28.5705,10.2,3.6,2021-11-20T08:25:26Z +-17.8145,28.5624,33.2,3.6,2021-11-20T08:26:42Z +-17.8385,28.5698,9.8,2.5,2021-11-20T08:31:57Z +-17.8446,28.5645,10.6,3.2,2021-11-20T09:15:31Z +-17.8266,28.572,11,3.1,2021-11-20T09:54:17Z +-17.7677,28.5768,31.6,2.7,2021-11-20T10:05:35Z +-17.8225,28.5599,12.9,2.7,2021-11-20T10:13:28Z +-17.8228,28.5857,36.5,4.6,2021-11-20T10:19:36Z +-17.8306,28.5681,11.5,2.5,2021-11-20T13:50:44Z +-17.8496,28.5589,13.4,2.8,2021-11-20T15:14:47Z +-17.8351,28.5665,11.5,2.8,2021-11-20T15:20:27Z +-17.8356,28.5647,13.8,2.6,2021-11-20T15:25:41Z +-17.85,28.5538,14.3,2.7,2021-11-20T15:35:45Z +-17.8248,28.5623,34.8,4.2,2021-11-20T19:20:06Z +-17.8348,28.5645,13.2,2.6,2021-11-20T19:33:19Z +-17.7776,28.641,31.2,2.4,2021-11-20T19:51:41Z +-17.8153,28.6182,29.5,2.5,2021-11-20T19:52:29Z +-17.8515,28.5573,33.7,2.6,2021-11-20T19:56:17Z +-17.8403,28.5578,31.4,2.8,2021-11-20T19:58:45Z +-17.8087,28.5669,31,2.7,2021-11-20T20:14:11Z +-17.7842,28.6122,37.3,2.9,2021-11-20T20:15:02Z +-17.8341,28.6432,30.1,2.6,2021-11-20T20:16:32Z +-17.8112,28.5489,31,2.7,2021-11-20T20:28:24Z +-17.8198,28.5855,33.8,2.9,2021-11-20T20:36:40Z +-17.7955,28.5877,41.2,2.7,2021-11-20T20:50:03Z +-17.8226,28.5642,31.1,2.9,2021-11-20T20:51:33Z +-17.805,28.5791,34,2.6,2021-11-20T20:55:07Z +-17.8111,28.5677,10.3,2.3,2021-11-20T21:21:02Z +-17.8274,28.5463,29.7,2.7,2021-11-20T21:29:43Z +-17.8223,28.5428,36,3.1,2021-11-20T21:35:32Z +-17.8419,28.567,15.9,2.7,2021-11-20T21:39:52Z +-17.7677,28.5769,38,2.7,2021-11-20T21:45:17Z +-17.833,28.5619,9.8,2.5,2021-11-20T22:10:52Z +-17.8261,28.5592,34.7,3.4,2021-11-20T22:28:07Z +-17.8434,28.5666,9.7,2.4,2021-11-20T22:47:26Z +-17.8338,28.5677,36.2,3,2021-11-20T23:13:12Z +-17.8526,28.5742,9.6,2.4,2021-11-20T23:53:36Z +-17.8234,28.573,36,5.1,2021-11-19T01:08:47Z +-17.8366,28.5598,34.1,2.7,2021-11-19T01:14:49Z +-17.825,28.5702,34.8,2.9,2021-11-19T01:18:45Z +-17.8298,28.5638,33.4,3.1,2021-11-19T01:33:58Z +-17.788,28.5777,36.4,2.7,2021-11-19T01:36:07Z +-17.8523,28.5493,34.4,4,2021-11-19T01:39:51Z +-17.8463,28.5786,33.5,2.7,2021-11-19T01:50:07Z +-17.792,28.5628,34.1,2.8,2021-11-19T01:55:00Z +-17.8141,28.5757,35.3,3.3,2021-11-19T01:56:54Z +-17.8275,28.5818,32.5,2.6,2021-11-19T02:02:49Z +-17.8074,28.5984,34.4,2.6,2021-11-19T02:18:31Z +-17.8232,28.5836,36.1,3.2,2021-11-19T02:32:09Z +-17.8228,28.5535,34.8,2.8,2021-11-19T02:34:36Z +-17.836,28.5651,12.5,2.5,2021-11-19T02:45:45Z +-17.809,28.5742,35.7,2.7,2021-11-19T02:49:04Z +-17.8339,28.5862,33.3,2.7,2021-11-19T03:09:25Z +-17.8258,28.5618,34.7,2.8,2021-11-19T04:21:04Z +-17.8421,28.5546,10.8,2.5,2021-11-19T06:46:10Z +-17.8162,28.5603,15.2,2.7,2021-11-19T06:48:33Z +-17.8289,28.5815,39.6,3.6,2021-11-19T06:50:58Z +-17.8542,28.5623,10.8,2.3,2021-11-19T07:48:30Z +-17.8416,28.559,10.8,3.1,2021-11-19T09:08:09Z +-17.8467,28.5505,14.5,2.5,2021-11-19T09:36:07Z +-17.8299,28.5718,10.8,2.1,2021-11-19T09:53:22Z +-17.8454,28.5659,9.3,2.1,2021-11-19T09:54:40Z +-17.8425,28.5624,14,2.3,2021-11-19T09:59:51Z +-17.8333,28.5628,12.2,3.6,2021-11-19T10:50:26Z +-17.8482,28.5574,10.7,2.5,2021-11-19T11:53:41Z +-17.8391,28.5665,9,3.6,2021-11-19T12:02:11Z +-17.7912,28.6158,32.1,4.3,2021-11-19T12:02:25Z +-17.8236,28.5575,32.3,3.2,2021-11-19T13:10:55Z +-17.8446,28.5706,11.7,2.5,2021-11-19T13:17:15Z +-17.8537,28.5634,12.5,2.7,2021-11-19T13:24:42Z +-17.8451,28.5685,10.3,2.4,2021-11-19T13:48:26Z +-17.8401,28.5643,10.2,2.7,2021-11-19T15:08:09Z +-17.8311,28.5627,10.9,2.7,2021-11-19T15:16:04Z +-17.8323,28.5575,12,2.7,2021-11-19T15:57:21Z +-17.8375,28.5698,11.6,2.4,2021-11-19T16:12:32Z +-17.8462,28.5598,10.3,2.2,2021-11-19T16:57:29Z +-17.8419,28.5573,10.4,2.5,2021-11-19T17:34:06Z +-17.8387,28.5687,12,2.4,2021-11-19T18:20:01Z +-17.8693,28.5549,31.9,2.7,2021-11-19T18:28:28Z +-17.8207,28.6232,34.4,2.5,2021-11-19T18:31:19Z +-17.809,28.5972,33.6,2.7,2021-11-19T19:11:12Z +-17.8216,28.5853,32.7,2.8,2021-11-19T19:30:47Z +-17.8077,28.5925,38.6,2.9,2021-11-19T21:20:43Z +-17.843,28.5418,13.9,3,2021-11-19T22:16:48Z +-17.8323,28.5536,13.1,2.9,2021-11-19T23:37:17Z +-17.8473,28.5598,12.3,2.4,2021-11-19T23:48:00Z +-17.8401,28.5662,37.4,3.4,2021-11-19T23:54:43Z +-17.8499,28.5383,34.4,3.5,2021-11-19T23:59:24Z +-17.8394,28.6164,37.9,2.6,2021-11-18T00:00:19Z +-17.8295,28.5591,10.5,2.6,2021-11-18T00:12:25Z +-17.7969,28.5807,34.6,3,2021-11-18T00:14:41Z +-17.8357,28.5529,10.7,2.6,2021-11-18T00:24:07Z +-17.8382,28.5545,10.9,3.8,2021-11-18T00:30:20Z +-17.8446,28.5542,11.1,2.9,2021-11-18T00:36:53Z +-17.8353,28.5639,11,3.2,2021-11-18T00:52:52Z +-17.8297,28.5657,10.1,2.6,2021-11-18T01:03:03Z +-17.8337,28.5628,10.9,2.5,2021-11-18T01:06:03Z +-17.8354,28.5555,10.4,2.8,2021-11-18T01:18:35Z +-17.8293,28.5519,12.7,2.2,2021-11-18T01:20:51Z +-17.836,28.5615,10.3,2.6,2021-11-18T01:27:52Z +-17.8487,28.5549,10.6,2.4,2021-11-18T01:30:12Z +-17.851,28.573,36.1,2.9,2021-11-18T01:31:59Z +-17.8323,28.5662,11.4,2.8,2021-11-18T01:38:46Z +-17.8341,28.5524,12.2,3.4,2021-11-18T01:41:33Z +-17.8312,28.5657,36.1,3.3,2021-11-18T01:45:10Z +-17.8379,28.5532,34.1,4.4,2021-11-18T01:51:14Z +-17.8376,28.5637,11.2,2.9,2021-11-18T01:54:28Z +-17.8674,28.5749,30.6,2,2021-11-18T01:56:28Z +-17.8354,28.5568,11,2.2,2021-11-18T01:58:37Z +-17.8284,28.5658,11.3,3.6,2021-11-18T02:04:17Z +-17.8274,28.5672,33.7,2.5,2021-11-18T02:14:13Z +-17.8258,28.5671,11.2,2.5,2021-11-18T02:18:18Z +-17.8307,28.5624,11.3,2.7,2021-11-18T02:24:31Z +-17.8343,28.5583,12.2,3.2,2021-11-18T02:28:19Z +-17.8683,28.5663,36.5,2.6,2021-11-18T02:30:30Z +-17.846,28.5599,10.9,2.4,2021-11-18T02:37:42Z +-17.8324,28.564,10.7,2.5,2021-11-18T02:41:37Z +-17.8338,28.5542,12.5,3,2021-11-18T02:48:02Z +-17.8344,28.6184,34.3,2.5,2021-11-18T02:54:04Z +-17.8309,28.5579,12.6,2.6,2021-11-18T03:01:26Z +-17.8427,28.5553,36.3,2.9,2021-11-18T03:03:20Z +-17.8267,28.5647,11.2,2.7,2021-11-18T03:11:15Z +-17.8372,28.557,11.1,2.3,2021-11-18T03:15:25Z +-17.8191,28.5586,34.6,2.6,2021-11-18T03:19:58Z +-17.8337,28.562,12.4,2.9,2021-11-18T03:23:44Z +-17.8336,28.5583,12,3.2,2021-11-18T03:27:50Z +-17.8338,28.5553,12.7,2.9,2021-11-18T03:28:55Z +-17.8718,28.552,36.7,2.4,2021-11-18T03:30:00Z +-17.8739,28.5852,34.2,2.4,2021-11-18T03:32:15Z +-17.8692,28.5674,38.1,3.3,2021-11-18T03:34:33Z +-17.8104,28.5744,38.3,3.3,2021-11-18T04:01:49Z +-17.8393,28.5573,13,2.5,2021-11-18T04:10:17Z +-17.8601,28.5921,35.5,2.6,2021-11-18T04:11:54Z +-17.8314,28.5632,13.4,3.4,2021-11-18T04:22:23Z +-17.8338,28.5577,10.1,2.7,2021-11-18T04:25:24Z +-17.8408,28.5515,10.1,2.9,2021-11-18T04:29:02Z +-17.8389,28.5518,12.6,2.3,2021-11-18T04:32:36Z +-17.869,28.5704,36.3,2.7,2021-11-18T04:46:15Z +-17.8792,28.5401,30.8,2.3,2021-11-18T04:55:17Z +-17.8299,28.559,12,2.6,2021-11-18T05:13:10Z +-17.8478,28.5758,10.1,2.2,2021-11-18T05:17:50Z +-17.7933,28.6096,32,2.9,2021-11-18T05:26:28Z +-17.8489,28.5718,36.7,3.3,2021-11-18T05:46:41Z +-17.7826,28.6075,35,3.4,2021-11-18T05:50:36Z +-17.8531,28.5178,34.7,2.8,2021-11-18T05:58:46Z +-17.8354,28.5676,9.5,2.5,2021-11-18T06:02:17Z +-17.8377,28.5632,10.7,2.6,2021-11-18T06:07:02Z +-17.8431,28.5692,10.4,2.9,2021-11-18T06:10:30Z +-17.8273,28.5741,32.3,2.4,2021-11-18T06:13:16Z +-17.8302,28.5586,9.2,2.6,2021-11-18T06:39:09Z +-17.8314,28.5647,11.3,3.3,2021-11-18T06:49:25Z +-17.8119,28.5708,12.1,2.8,2021-11-18T06:59:21Z +-17.8864,28.547,30.1,2.9,2021-11-18T07:01:37Z +-17.8341,28.5582,33.1,3.7,2021-11-18T07:05:21Z +-17.82,28.5683,9.7,2.9,2021-11-18T07:50:54Z +-17.8217,28.5661,9.8,2.9,2021-11-18T08:04:12Z +-17.8408,28.5537,12.8,2.4,2021-11-18T08:10:29Z +-17.8179,28.6008,40.4,3.7,2021-11-18T08:16:39Z +-17.7709,28.5985,32.5,2.8,2021-11-18T08:22:20Z +-17.8434,28.5585,11.1,3,2021-11-18T08:28:22Z +-17.7842,28.5646,31.2,3.9,2021-11-18T08:35:31Z +-17.8373,28.5554,12.1,3,2021-11-18T08:40:42Z +-17.8378,28.5555,13.7,3.2,2021-11-18T10:51:51Z +-17.8387,28.5563,10.3,2.8,2021-11-18T11:12:24Z +-17.8449,28.5639,10.6,3.1,2021-11-18T11:41:48Z +-17.8418,28.5606,9.5,2.9,2021-11-18T11:52:05Z +-17.8096,28.6067,38.2,2.9,2021-11-18T11:58:11Z +-17.8121,28.6009,31.1,2.7,2021-11-18T12:01:33Z +-17.8714,28.5761,35.7,3.5,2021-11-18T12:25:19Z +-17.8313,28.5655,11.5,3,2021-11-18T12:55:15Z +-17.836,28.5615,12.9,2.9,2021-11-18T13:18:45Z +-17.8312,28.5555,9.7,2.6,2021-11-18T13:22:26Z +-17.8289,28.5508,10.9,2.7,2021-11-18T13:29:15Z +-17.8283,28.5635,12.9,2.7,2021-11-18T15:47:54Z +-17.8431,28.577,14.2,2.6,2021-11-18T17:01:52Z +-17.8351,28.5587,13.1,3.6,2021-11-18T19:35:20Z +-17.8061,28.5666,11.3,2.7,2021-11-18T20:41:03Z +-17.844,28.5555,13.6,2.6,2021-11-18T21:06:33Z +-17.8466,28.5588,34.2,3.4,2021-11-18T22:37:46Z +-17.8662,28.5722,33.6,2.8,2021-11-18T22:55:52Z +-17.8323,28.5624,11,3,2021-11-17T00:01:50Z +-17.8353,28.5562,12.5,2.7,2021-11-17T00:09:18Z +-17.8346,28.5608,10.8,3.2,2021-11-17T00:12:18Z +-17.8381,28.5595,10.2,2.9,2021-11-17T00:19:38Z +-17.847,28.564,11.9,2.5,2021-11-17T00:22:02Z +-17.8163,28.5698,10.5,2.6,2021-11-17T00:23:36Z +-17.8373,28.5635,10.8,2.7,2021-11-17T00:24:07Z +-17.8322,28.5666,10.9,2.9,2021-11-17T00:28:09Z +-17.842,28.5605,10.6,2.6,2021-11-17T00:29:10Z +-17.8324,28.563,11.2,3,2021-11-17T00:31:10Z +-17.8244,28.5506,13.6,2.7,2021-11-17T00:33:32Z +-17.874,28.5602,36.3,3,2021-11-17T00:36:19Z +-17.8364,28.5638,10.4,2.5,2021-11-17T00:39:40Z +-17.8358,28.5679,10.6,2.4,2021-11-17T00:53:43Z +-17.8341,28.5597,10.8,2.3,2021-11-17T00:58:33Z +-17.8363,28.5561,12.4,3.1,2021-11-17T01:03:30Z +-17.8281,28.5616,9.7,2.5,2021-11-17T01:06:58Z +-17.8294,28.5562,12.2,3.1,2021-11-17T01:10:56Z +-17.8329,28.5592,11.3,3.3,2021-11-17T01:18:27Z +-17.8638,28.573,34.3,3,2021-11-17T01:27:45Z +-17.837,28.5592,11.1,3,2021-11-17T01:31:15Z +-17.84,28.5609,11.2,3,2021-11-17T01:36:55Z +-17.8251,28.5846,34.3,2.8,2021-11-17T01:41:46Z +-17.8322,28.5681,10.8,3.1,2021-11-17T01:48:53Z +-17.8455,28.5574,11,2.5,2021-11-17T01:50:30Z +-17.8463,28.5797,37.4,3.3,2021-11-17T01:52:26Z +-17.8331,28.5519,13.2,2.6,2021-11-17T01:57:01Z +-17.8251,28.5699,10.3,2.5,2021-11-17T02:02:26Z +-17.8342,28.5558,12.1,2.8,2021-11-17T02:10:03Z +-17.8329,28.5637,10,2.6,2021-11-17T02:16:57Z +-17.8431,28.5587,10.6,2.5,2021-11-17T02:18:02Z +-17.8184,28.5571,13.3,2.6,2021-11-17T02:19:07Z +-17.828,28.5663,10.9,2.8,2021-11-17T02:22:31Z +-17.8395,28.5648,11.7,2.6,2021-11-17T02:24:14Z +-17.8308,28.5588,12.4,3.4,2021-11-17T02:27:04Z +-17.8256,28.5653,10.8,2.8,2021-11-17T02:30:22Z +-17.8432,28.5543,12,2.5,2021-11-17T02:32:48Z +-17.8327,28.563,11.1,2.7,2021-11-17T02:41:05Z +-17.8691,28.5545,36.6,2.9,2021-11-17T02:53:48Z +-17.8443,28.5666,10.2,2.3,2021-11-17T02:57:14Z +-17.8383,28.5639,13.1,2.9,2021-11-17T02:59:16Z +-17.8327,28.5497,14.5,2.4,2021-11-17T03:05:48Z +-17.8427,28.5598,10,2.7,2021-11-17T03:07:56Z +-17.8479,28.5682,36.5,3.6,2021-11-17T03:10:18Z +-17.8294,28.5654,10.9,3.2,2021-11-17T03:14:19Z +-17.8368,28.563,10.5,3.1,2021-11-17T03:16:40Z +-17.8293,28.5581,11.2,2.9,2021-11-17T03:18:28Z +-17.8357,28.5529,14.1,3.1,2021-11-17T03:21:09Z +-17.8239,28.5572,13.3,2.8,2021-11-17T03:26:32Z +-17.8601,28.5532,11.2,2.5,2021-11-17T03:30:02Z +-17.8278,28.5547,12.7,3.2,2021-11-17T03:32:49Z +-17.8397,28.5602,11.1,2.7,2021-11-17T03:33:52Z +-17.834,28.5672,9.8,2.7,2021-11-17T03:35:21Z +-17.8328,28.5579,12.4,2.6,2021-11-17T03:37:26Z +-17.8214,28.5697,10.3,3,2021-11-17T03:42:22Z +-17.8288,28.5586,11.1,2.6,2021-11-17T03:43:37Z +-17.8288,28.5569,10.9,2.7,2021-11-17T03:49:15Z +-17.8397,28.5553,11.2,3.4,2021-11-17T03:54:56Z +-17.8227,28.5629,11.1,2.7,2021-11-17T03:57:15Z +-17.8589,28.582,9.1,2.5,2021-11-17T03:59:41Z +-17.8353,28.5639,10.5,3.2,2021-11-17T04:02:35Z +-17.8348,28.5509,14.6,3.8,2021-11-17T04:10:35Z +-17.8292,28.5713,10.2,2.9,2021-11-17T04:14:22Z +-17.8275,28.5584,12.1,2.7,2021-11-17T04:21:59Z +-17.8353,28.5565,12.2,2.8,2021-11-17T04:24:02Z +-17.8279,28.5708,10.6,2.6,2021-11-17T04:26:06Z +-17.8366,28.5606,12.8,2.9,2021-11-17T04:28:49Z +-17.8379,28.5616,10.5,2.6,2021-11-17T04:30:00Z +-17.8437,28.563,12.7,2.7,2021-11-17T04:32:08Z +-17.8347,28.5608,10.4,2.9,2021-11-17T04:33:58Z +-17.8663,28.5475,33.8,2.7,2021-11-17T04:38:21Z +-17.8309,28.5596,10.5,3.1,2021-11-17T04:41:01Z +-17.8366,28.562,10.8,3,2021-11-17T04:41:23Z +-17.8326,28.5512,11.1,3.2,2021-11-17T04:43:00Z +-17.8265,28.5629,11.1,2.8,2021-11-17T04:45:02Z +-17.8313,28.5648,11.3,3.1,2021-11-17T04:49:23Z +-17.8229,28.5595,11,2.9,2021-11-17T04:50:54Z +-17.8505,28.5587,10.7,2.5,2021-11-17T04:53:10Z +-17.8411,28.5442,13.2,2.8,2021-11-17T04:54:30Z +-17.8391,28.5632,10.6,2.6,2021-11-17T04:57:05Z +-17.82,28.5664,10.3,2.3,2021-11-17T04:59:33Z +-17.833,28.565,10.6,3.4,2021-11-17T05:02:33Z +-17.8317,28.5578,11,2.8,2021-11-17T05:04:07Z +-17.844,28.5607,10.4,2.8,2021-11-17T05:05:23Z +-17.8394,28.5494,11.9,2.9,2021-11-17T05:06:50Z +-17.8367,28.59,9.2,2.3,2021-11-17T05:08:50Z +-17.8296,28.5557,11.2,2.8,2021-11-17T05:12:44Z +-17.8313,28.5632,13.2,3.2,2021-11-17T05:14:48Z +-17.8354,28.5672,10.9,3.2,2021-11-17T05:18:07Z +-17.8421,28.5791,34.7,2.8,2021-11-17T05:20:50Z +-17.8372,28.5533,12.8,2.7,2021-11-17T05:26:03Z +-17.854,28.5514,10.5,2.7,2021-11-17T05:30:32Z +-17.8252,28.5643,10.1,2.8,2021-11-17T05:33:42Z +-17.8447,28.5574,11.3,3.2,2021-11-17T05:33:49Z +-17.833,28.5571,12.2,2.9,2021-11-17T05:38:42Z +-17.8402,28.5591,10.4,2.9,2021-11-17T05:51:52Z +-17.8327,28.5635,9.9,3.6,2021-11-17T05:53:30Z +-17.8172,28.5713,15.2,2.6,2021-11-17T06:18:15Z +-17.832,28.5557,13.3,2.8,2021-11-17T06:21:06Z +-17.8364,28.5659,11.1,3,2021-11-17T06:23:50Z +-17.8355,28.5713,11,2.6,2021-11-17T06:25:36Z +-17.8516,28.5617,9.8,2.5,2021-11-17T06:28:23Z +-17.8371,28.5601,12.6,2.6,2021-11-17T06:31:19Z +-17.8402,28.5646,11,3.3,2021-11-17T06:34:47Z +-17.8326,28.5723,10.6,2.8,2021-11-17T06:39:16Z +-17.8277,28.5656,11.6,3,2021-11-17T06:45:01Z +-17.8318,28.6057,39.5,3.1,2021-11-17T06:51:58Z +-17.8313,28.5672,12.6,3,2021-11-17T06:58:39Z +-17.8334,28.5647,12.6,3.3,2021-11-17T07:00:44Z +-17.8346,28.5625,11.2,3,2021-11-17T07:07:23Z +-17.8384,28.5611,11,3.2,2021-11-17T07:10:01Z +-17.8478,28.5612,11.1,2.9,2021-11-17T07:15:10Z +-17.8434,28.563,9.9,2.9,2021-11-17T07:16:23Z +-17.8309,28.5646,11,2.8,2021-11-17T07:17:13Z +-17.8255,28.5658,35.4,4.7,2021-11-17T07:17:43Z +-17.837,28.5665,10.1,3,2021-11-17T07:23:03Z +-17.8351,28.5599,10.6,3.3,2021-11-17T07:29:46Z +-17.8366,28.5635,9.7,2.6,2021-11-17T07:34:32Z +-17.8282,28.5637,11,2.8,2021-11-17T07:39:08Z +-17.8451,28.5646,10.8,3.1,2021-11-17T07:43:40Z +-17.8382,28.5592,11.4,3.6,2021-11-17T07:50:25Z +-17.8332,28.5624,10.4,2.8,2021-11-17T07:53:19Z +-17.8386,28.5684,11.2,2.9,2021-11-17T07:55:28Z +-17.8323,28.5575,13.5,3,2021-11-17T07:57:16Z +-17.8629,28.5667,10.3,2.1,2021-11-17T07:59:00Z +-17.8328,28.5648,10.1,2.6,2021-11-17T08:00:45Z +-17.835,28.5771,11.7,2.4,2021-11-17T08:02:19Z +-17.8334,28.5672,12.1,2.8,2021-11-17T08:14:01Z +-17.8542,28.5673,9.9,2.6,2021-11-17T08:24:05Z +-17.8443,28.5559,10.4,2.6,2021-11-17T08:31:51Z +-17.8278,28.5688,12.1,2.8,2021-11-17T08:34:56Z +-17.7896,28.652,36.4,2.9,2021-11-17T08:41:56Z +-17.838,28.5665,10.3,2.8,2021-11-17T08:42:57Z +-17.8316,28.5655,10.4,2.6,2021-11-17T08:47:12Z +-17.8677,28.5498,33.6,3.5,2021-11-17T08:47:53Z +-17.8423,28.5625,11.3,2.5,2021-11-17T08:51:28Z +-17.8329,28.562,11.4,3.6,2021-11-17T09:02:01Z +-17.8375,28.5618,11.1,2.6,2021-11-17T09:08:42Z +-17.83,28.5633,11.3,2.9,2021-11-17T09:10:28Z +-17.8424,28.5493,13.3,2.8,2021-11-17T09:18:51Z +-17.8278,28.5631,11,2.7,2021-11-17T09:25:56Z +-17.8315,28.5622,12.1,3.3,2021-11-17T09:26:21Z +-17.8071,28.5727,11.7,2.8,2021-11-17T09:32:47Z +-17.8523,28.5541,10.3,3,2021-11-17T09:35:58Z +-17.8225,28.5647,11.1,3.2,2021-11-17T09:39:30Z +-17.8362,28.565,11.3,3.1,2021-11-17T09:41:04Z +-17.83,28.5704,10.6,3.2,2021-11-17T09:42:07Z +-17.8373,28.5636,10.3,2.8,2021-11-17T09:43:17Z +-17.8394,28.5675,11.2,2.8,2021-11-17T09:45:19Z +-17.8437,28.5574,12.2,3.2,2021-11-17T09:49:14Z +-17.8377,28.5651,10.5,2.8,2021-11-17T09:51:15Z +-17.8349,28.5617,11.2,2.9,2021-11-17T10:00:08Z +-17.8406,28.5619,10.3,3.2,2021-11-17T10:03:58Z +-17.8372,28.5579,13.4,2.9,2021-11-17T10:11:54Z +-17.8373,28.5638,10.1,2.9,2021-11-17T10:15:08Z +-17.8228,28.5675,11.2,3.4,2021-11-17T10:19:41Z +-17.8319,28.5577,13.4,2.8,2021-11-17T10:24:25Z +-17.8322,28.563,10.4,2.8,2021-11-17T10:26:36Z +-17.8236,28.5653,10.4,2.8,2021-11-17T10:29:22Z +-17.8228,28.543,9.6,3,2021-11-17T10:32:00Z +-17.8594,28.5531,13.8,2.6,2021-11-17T10:34:21Z +-17.8456,28.5665,11.2,2.5,2021-11-17T10:35:53Z +-17.8433,28.5779,14.8,2.8,2021-11-17T10:38:44Z +-17.8515,28.5454,13.3,2.7,2021-11-17T10:40:27Z +-17.8337,28.5616,10.8,3.3,2021-11-17T10:47:21Z +-17.8297,28.5576,13.1,3.1,2021-11-17T10:55:59Z +-17.8305,28.5593,9.2,2.8,2021-11-17T11:02:53Z +-17.8393,28.5638,10.7,3,2021-11-17T11:04:56Z +-17.8459,28.5623,11.1,2.9,2021-11-17T11:09:20Z +-17.8433,28.5636,10.8,3,2021-11-17T11:14:27Z +-17.8368,28.5647,9.5,2.9,2021-11-17T11:15:39Z +-17.8336,28.5596,12,2.8,2021-11-17T11:20:10Z +-17.8362,28.5563,11.4,2.8,2021-11-17T11:21:36Z +-17.8333,28.5656,11.5,3.1,2021-11-17T11:22:39Z +-17.8354,28.564,11.1,3.1,2021-11-17T11:29:44Z +-17.8189,28.5665,9.7,2.5,2021-11-17T11:31:35Z +-17.8435,28.5654,12.9,2.8,2021-11-17T11:34:58Z +-17.8279,28.564,11.3,3.2,2021-11-17T11:36:17Z +-17.8324,28.5642,12.4,3.1,2021-11-17T11:39:36Z +-17.8563,28.5587,11.1,2.5,2021-11-17T11:40:33Z +-17.8319,28.5559,12.9,3.1,2021-11-17T11:49:41Z +-17.8253,28.562,10.2,3.3,2021-11-17T11:51:10Z +-17.8245,28.5571,13.2,3.1,2021-11-17T11:51:58Z +-17.8385,28.5645,11.1,2.8,2021-11-17T11:53:47Z +-17.8227,28.5792,14,2.9,2021-11-17T11:56:35Z +-17.8298,28.5697,10.8,3.2,2021-11-17T12:12:04Z +-17.8305,28.5684,10.5,3,2021-11-17T12:17:23Z +-17.8437,28.5612,11,2.7,2021-11-17T12:21:58Z +-17.8422,28.5551,10.8,2.8,2021-11-17T12:22:56Z +-17.8311,28.5678,9.9,2.5,2021-11-17T12:23:46Z +-17.8456,28.5587,9.1,2.8,2021-11-17T12:26:35Z +-17.8385,28.5649,10.1,3.1,2021-11-17T12:29:24Z +-17.8065,28.5854,36.5,4.7,2021-11-17T12:33:35Z +-17.8322,28.5954,35.4,4.8,2021-11-17T12:33:54Z +-17.8386,28.5678,10.8,2.6,2021-11-17T12:36:18Z +-17.8389,28.5619,11.4,2.9,2021-11-17T12:39:03Z +-17.8511,28.5572,10.8,3.2,2021-11-17T12:39:33Z +-17.836,28.5555,14.2,3.4,2021-11-17T12:42:20Z +-17.8406,28.5568,12.7,3.1,2021-11-17T12:50:20Z +-17.8308,28.5594,10.9,2.9,2021-11-17T13:05:56Z +-17.8281,28.5624,13.4,3,2021-11-17T13:15:20Z +-17.8357,28.5643,10.3,2.9,2021-11-17T13:19:21Z +-17.8455,28.563,10.2,2.6,2021-11-17T13:32:39Z +-17.8006,28.5807,11,2.7,2021-11-17T13:39:12Z +-17.8349,28.5614,10.3,3.1,2021-11-17T13:42:21Z +-17.8389,28.5599,10.9,3.7,2021-11-17T13:42:58Z +-17.8523,28.5571,10.1,2.7,2021-11-17T13:45:47Z +-17.8477,28.5589,10.5,3,2021-11-17T13:47:49Z +-17.8449,28.5668,10.5,2.9,2021-11-17T13:49:05Z +-17.8392,28.5574,12,2.8,2021-11-17T13:54:40Z +-17.8343,28.5571,9.8,3.1,2021-11-17T14:01:22Z +-17.8472,28.5546,12.5,2.5,2021-11-17T14:03:52Z +-17.8287,28.5632,10.1,2.4,2021-11-17T14:05:20Z +-17.841,28.5636,10.2,2.9,2021-11-17T14:07:14Z +-17.8367,28.5596,12.7,3.2,2021-11-17T14:17:23Z +-17.8431,28.5687,10.4,2.5,2021-11-17T14:19:26Z +-17.8389,28.5612,10.8,2.8,2021-11-17T14:29:32Z +-17.8293,28.5632,10.3,2.4,2021-11-17T14:31:03Z +-17.8365,28.5622,10.5,2.7,2021-11-17T14:34:13Z +-17.8432,28.5746,10.8,2.6,2021-11-17T14:39:50Z +-17.835,28.5626,11.3,3.1,2021-11-17T14:41:01Z +-17.847,28.5648,10.7,2.7,2021-11-17T14:47:20Z +-17.8401,28.5636,11.5,2.7,2021-11-17T14:56:05Z +-17.8353,28.57,10,2.7,2021-11-17T15:00:39Z +-17.8506,28.5666,10.8,2.6,2021-11-17T15:04:25Z +-17.8338,28.5664,11.3,3.4,2021-11-17T15:10:24Z +-17.8406,28.56,11,2.9,2021-11-17T15:11:03Z +-17.8411,28.5633,9.8,2.9,2021-11-17T15:11:25Z +-17.8401,28.5613,9.4,2.4,2021-11-17T15:12:56Z +-17.8393,28.5656,10.5,2.9,2021-11-17T15:14:28Z +-17.8408,28.5611,9.9,3,2021-11-17T15:15:35Z +-17.838,28.5686,34.4,3,2021-11-17T15:16:02Z +-17.8329,28.5629,12.3,3.2,2021-11-17T15:17:20Z +-17.8489,28.5584,10.7,3.6,2021-11-17T15:19:23Z +-17.8387,28.5665,11.1,2.8,2021-11-17T15:25:40Z +-17.8587,28.5631,11.8,2.5,2021-11-17T15:38:41Z +-17.8411,28.5597,12.4,2.8,2021-11-17T15:46:44Z +-17.8395,28.5613,10.4,3,2021-11-17T15:51:55Z +-17.8366,28.5575,10.5,3.1,2021-11-17T15:52:06Z +-17.8364,28.5602,10.2,3,2021-11-17T15:53:36Z +-17.843,28.5596,10.5,3.6,2021-11-17T15:54:22Z +-17.8451,28.5568,9.7,3.2,2021-11-17T15:58:35Z +-17.8438,28.5579,11.4,3,2021-11-17T16:03:06Z +-17.8271,28.5689,10.6,2.8,2021-11-17T16:08:44Z +-17.8395,28.5627,11.9,3.4,2021-11-17T16:11:52Z +-17.8432,28.5657,11.4,2.7,2021-11-17T16:16:57Z +-17.8386,28.5675,11.2,3.2,2021-11-17T16:22:34Z +-17.8313,28.5626,10.7,3.1,2021-11-17T16:25:11Z +-17.8358,28.5655,11,3.7,2021-11-17T16:26:12Z +-17.8407,28.5577,12.4,2.8,2021-11-17T16:28:08Z +-17.8353,28.5542,13.5,3,2021-11-17T16:32:05Z +-17.8386,28.558,12.7,3.1,2021-11-17T16:38:12Z +-17.8304,28.5619,12.2,2.8,2021-11-17T16:39:11Z +-17.8549,28.6058,36.8,2.9,2021-11-17T16:50:53Z +-17.8336,28.5661,10.7,3.1,2021-11-17T17:08:10Z +-17.8404,28.5622,12.3,2.7,2021-11-17T17:10:39Z +-17.8311,28.5637,11.1,3.2,2021-11-17T17:19:33Z +-17.8419,28.5531,13,3.4,2021-11-17T17:26:05Z +-17.8305,28.5655,10.7,2.9,2021-11-17T17:30:26Z +-17.8319,28.5713,9.9,2.6,2021-11-17T17:39:11Z +-17.8292,28.5672,10.9,2.9,2021-11-17T17:54:25Z +-17.8292,28.5637,10,2.8,2021-11-17T18:08:25Z +-17.8348,28.563,9.5,2.6,2021-11-17T18:14:28Z +-17.8288,28.5615,12.9,3.3,2021-11-17T18:17:26Z +-17.8497,28.5666,11,3.3,2021-11-17T18:17:27Z +-17.8374,28.568,11.3,2.7,2021-11-17T18:25:39Z +-17.8359,28.5346,14.4,2.6,2021-11-17T18:29:21Z +-17.8241,28.5696,12.9,3.2,2021-11-17T18:33:47Z +-17.8394,28.5469,13.6,2.6,2021-11-17T18:37:29Z +-17.8337,28.5624,10.9,2.7,2021-11-17T18:39:43Z +-17.8421,28.5625,11,2.6,2021-11-17T18:43:10Z +-17.8368,28.5673,11,2.6,2021-11-17T18:44:26Z +-17.835,28.5621,11.2,3,2021-11-17T18:45:51Z +-17.8362,28.5622,10.5,3,2021-11-17T18:55:17Z +-17.8358,28.5639,11.4,2.7,2021-11-17T19:14:52Z +-17.8362,28.5663,9.6,2.6,2021-11-17T19:17:00Z +-17.7991,28.565,13.2,2.3,2021-11-17T19:27:57Z +-17.8371,28.5594,9.9,2.3,2021-11-17T19:28:43Z +-17.8463,28.5721,11.5,2.6,2021-11-17T19:31:40Z +-17.8333,28.574,9.9,2.5,2021-11-17T19:33:02Z +-17.8399,28.5605,10.7,3.6,2021-11-17T19:35:51Z +-17.8428,28.572,10.2,2.5,2021-11-17T19:37:45Z +-17.8367,28.5709,11.5,2.5,2021-11-17T19:44:11Z +-17.8225,28.566,10.4,2.5,2021-11-17T19:50:36Z +-17.8383,28.5622,11,2.5,2021-11-17T19:57:29Z +-17.8355,28.5608,12.6,2.8,2021-11-17T20:00:07Z +-17.8438,28.5694,36.2,3.4,2021-11-17T20:06:32Z +-17.8461,28.5567,13.4,2.4,2021-11-17T20:34:14Z +-17.8473,28.5536,12.9,2.7,2021-11-17T20:46:26Z +-17.8479,28.5597,11.3,3.3,2021-11-17T20:56:22Z +-17.8333,28.5619,11.4,2.4,2021-11-17T20:58:01Z +-17.8292,28.5608,10.2,2.8,2021-11-17T21:00:43Z +-17.8389,28.5606,12.1,3.9,2021-11-17T21:04:07Z +-17.8338,28.5734,10.4,3,2021-11-17T21:06:45Z +-17.8318,28.5615,12.4,3,2021-11-17T21:16:27Z +-17.8378,28.5688,11.1,2.9,2021-11-17T21:17:58Z +-17.8175,28.5879,38.9,4.6,2021-11-17T21:19:49Z +-17.8389,28.5573,12.5,3.4,2021-11-17T21:24:55Z +-17.8405,28.5585,10.9,3.3,2021-11-17T21:32:05Z +-17.8444,28.5607,12.4,2.5,2021-11-17T21:48:16Z +-17.832,28.5632,12.1,2.5,2021-11-17T21:50:57Z +-17.8172,28.5784,33.3,2.6,2021-11-17T22:13:39Z +-17.8295,28.5599,12.1,2.8,2021-11-17T22:17:53Z +-17.844,28.5604,10.1,3.5,2021-11-17T22:19:54Z +-17.8375,28.5621,11.6,2.2,2021-11-17T22:34:11Z +-17.837,28.5527,10.6,2.4,2021-11-17T22:42:13Z +-17.8446,28.5582,10.3,2.3,2021-11-17T22:45:58Z +-17.8363,28.5519,10.3,2.1,2021-11-17T22:47:25Z +-17.879,28.5864,37.7,2.8,2021-11-17T22:57:50Z +-17.8299,28.5641,11,2.7,2021-11-17T23:01:51Z +-17.8282,28.5649,11.1,3,2021-11-17T23:14:57Z +-17.8391,28.5529,37,3.1,2021-11-17T23:27:08Z +-17.8347,28.5632,10.8,2.2,2021-11-17T23:31:48Z +-17.8316,28.5586,11.3,2.9,2021-11-17T23:33:30Z +-17.8318,28.5479,13,3.1,2021-11-17T23:36:17Z +-17.8337,28.5554,11.5,3.3,2021-11-17T23:42:18Z +-17.8383,28.5548,10.7,2.3,2021-11-17T23:44:32Z +-17.8287,28.5631,11.5,2.6,2021-11-17T23:46:45Z +-17.8194,28.5775,40.6,4.3,2021-11-17T23:48:36Z +-17.8223,28.5676,33.4,2.7,2021-11-16T00:02:30Z +-17.8244,28.5822,37.6,3.8,2021-11-16T01:01:43Z +-17.7842,28.6036,32.9,2.5,2021-11-16T01:23:37Z +-17.842,28.5685,10.2,2.5,2021-11-16T01:26:29Z +-17.8324,28.564,11.1,2.9,2021-11-16T01:37:38Z +-17.8319,28.5661,14.1,2.9,2021-11-16T02:00:09Z +-17.8318,28.5604,12.1,3.3,2021-11-16T02:41:11Z +-17.816,28.5707,34,2.9,2021-11-16T04:30:47Z +-17.8476,28.5494,10.8,2.5,2021-11-16T06:06:08Z +-17.834,28.5623,16.2,2.5,2021-11-16T06:08:49Z +-17.8185,28.6002,35.7,2.9,2021-11-16T06:34:26Z +-17.8082,28.5773,33.6,3.2,2021-11-16T07:51:19Z +-17.8354,28.5633,14.2,2.6,2021-11-16T10:03:17Z +-17.8554,28.5575,10.4,2.5,2021-11-16T10:36:40Z +-17.8667,28.5575,10,2.4,2021-11-16T10:37:34Z +-17.8663,28.5729,10.7,2.4,2021-11-16T10:40:54Z +-17.8467,28.524,25.7,2.9,2021-11-16T11:27:53Z +-17.8367,28.562,9.7,2.7,2021-11-16T12:16:27Z +-17.8172,28.5721,33.5,3.3,2021-11-16T12:32:35Z +-17.8103,28.5757,36,4.2,2021-11-16T13:27:38Z +-17.8352,28.5557,37.6,2.9,2021-11-16T14:07:47Z +-17.8446,28.5683,34.2,2.8,2021-11-16T14:29:01Z +-17.8143,28.566,11.5,2.5,2021-11-16T14:59:50Z +-17.8474,28.5711,10.4,3.1,2021-11-16T15:48:52Z +-17.8409,28.5549,10.3,2.6,2021-11-16T16:57:06Z +-17.8419,28.5614,9.5,2.6,2021-11-16T17:05:05Z +-17.8254,28.5655,9.8,2.4,2021-11-16T17:26:22Z +-17.8262,28.5734,9.7,2.8,2021-11-16T17:37:32Z +-17.8404,28.5634,11,2.8,2021-11-16T18:11:47Z +-17.819,28.5705,10.5,2.7,2021-11-16T18:28:41Z +-17.8321,28.5673,9.9,3.2,2021-11-16T18:31:49Z +-17.7969,28.641,34.4,2.6,2021-11-16T18:35:42Z +-17.8084,28.5615,10.4,2.5,2021-11-16T18:44:15Z +-17.8322,28.5675,11.4,3,2021-11-16T18:47:01Z +-17.823,28.563,9.6,2.4,2021-11-16T18:50:32Z +-17.7911,28.5837,35.3,3.3,2021-11-16T18:57:44Z +-17.8389,28.5576,10.4,2.7,2021-11-16T19:08:04Z +-17.8271,28.549,33.3,2.7,2021-11-16T19:22:26Z +-17.8142,28.5593,10.8,2.4,2021-11-16T19:25:24Z +-17.8133,28.5688,12.1,2.7,2021-11-16T19:36:37Z +-17.8441,28.5642,10.8,2.7,2021-11-16T19:40:58Z +-17.843,28.5615,10.1,2.7,2021-11-16T20:03:25Z +-17.8329,28.5577,10.9,3,2021-11-16T20:09:50Z +-17.8399,28.5733,12.5,2.6,2021-11-16T20:12:28Z +-17.834,28.5643,12.2,2.8,2021-11-16T20:29:39Z +-17.8403,28.5571,10.2,2.4,2021-11-16T20:39:31Z +-17.8089,28.5997,38.6,3.7,2021-11-16T20:44:42Z +-17.829,28.5666,10.1,3.1,2021-11-16T20:47:34Z +-17.8305,28.5748,10.8,2.7,2021-11-16T20:58:42Z +-17.84,28.5716,10.9,2.9,2021-11-16T21:14:45Z +-17.8232,28.5693,31.2,2.8,2021-11-16T21:16:46Z +-17.8332,28.5782,10.4,2.6,2021-11-16T21:18:09Z +-17.832,28.5692,11.3,2.4,2021-11-16T21:19:37Z +-17.8248,28.5578,13.4,2.6,2021-11-16T21:21:39Z +-17.8383,28.5672,9.9,2.6,2021-11-16T21:24:26Z +-17.8455,28.5692,9.2,2.6,2021-11-16T21:33:06Z +-17.8167,28.5711,12.2,2.9,2021-11-16T21:52:10Z +-17.8351,28.5561,12.8,3.1,2021-11-16T21:54:27Z +-17.8336,28.5721,9.9,2.4,2021-11-16T22:06:58Z +-17.8131,28.6292,32.9,2.5,2021-11-16T22:22:41Z +-17.8298,28.5663,10.5,2.4,2021-11-16T22:23:00Z +-17.8344,28.5567,12.2,3.3,2021-11-16T22:27:41Z +-17.8266,28.5566,12.1,2.8,2021-11-16T22:28:54Z +-17.8377,28.5635,11.2,2.8,2021-11-16T22:32:26Z +-17.855,28.5639,32.6,2.6,2021-11-16T22:41:25Z +-17.8394,28.5583,11.6,2.3,2021-11-16T22:44:49Z +-17.829,28.5631,10.7,2.5,2021-11-16T22:48:18Z +-17.8313,28.562,9.8,2.2,2021-11-16T22:50:53Z +-17.8364,28.5683,11.7,2.4,2021-11-16T22:54:10Z +-17.8318,28.5585,10.5,2.8,2021-11-16T22:58:18Z +-17.8308,28.56,12.4,2.9,2021-11-16T23:20:20Z +-17.8304,28.5665,10.2,2.5,2021-11-16T23:27:33Z +-17.8146,28.5908,36.7,3.2,2021-11-16T23:29:43Z +-17.8391,28.5664,11.2,2.6,2021-11-16T23:36:29Z +-17.8285,28.5575,13,3.4,2021-11-16T23:38:25Z +-17.8318,28.565,11,2.7,2021-11-16T23:41:37Z +-17.836,28.5615,10.5,2.6,2021-11-16T23:47:17Z +-17.8384,28.5407,11.3,2.5,2021-11-16T23:53:44Z +-17.8269,28.5582,12.6,2.6,2021-11-15T01:20:12Z +-17.8498,28.5569,13,2.6,2021-11-15T01:24:25Z +-17.8359,28.5484,14.2,2.8,2021-11-15T01:44:46Z +-17.8367,28.5708,10.2,2.3,2021-11-15T03:30:41Z +-17.8188,28.5799,37.6,4.4,2021-11-15T03:53:44Z +-17.8274,28.5535,14.5,2.9,2021-11-15T04:01:47Z +-17.834,28.5559,14.5,2.6,2021-11-15T04:04:53Z +-17.8347,28.5619,14.6,2.6,2021-11-15T04:11:23Z +-17.8237,28.5612,14,2.6,2021-11-15T04:22:43Z +-17.8245,28.5678,11.7,2.5,2021-11-15T04:31:55Z +-17.8262,28.5507,14.7,2.9,2021-11-15T04:34:07Z +-17.813,28.6011,37.6,3.5,2021-11-15T04:56:52Z +-17.8691,28.5466,33.3,2.7,2021-11-15T05:34:50Z +-17.8147,28.5706,10.7,2.2,2021-11-15T05:48:46Z +-17.826,28.5448,15.8,2.5,2021-11-15T06:13:16Z +-17.8551,28.6003,36.8,2.7,2021-11-15T06:15:47Z +-17.8237,28.5563,13.6,2.3,2021-11-15T06:44:01Z +-17.8398,28.5545,14.4,3,2021-11-15T07:06:41Z +-17.8389,28.553,14.3,3.4,2021-11-15T07:36:01Z +-17.8404,28.5692,12.3,2.3,2021-11-15T08:59:32Z +-17.8325,28.5671,13.7,2.4,2021-11-15T09:28:03Z +-17.8306,28.5589,11.3,3,2021-11-15T11:15:58Z +-17.8539,28.5756,37.5,2.8,2021-11-15T12:46:41Z +-17.812,28.5978,36.5,3,2021-11-15T13:12:59Z +-17.8374,28.5569,11.4,3.2,2021-11-15T13:36:44Z +-17.825,28.5633,12.7,2.9,2021-11-15T13:59:52Z +-17.8316,28.5591,14.4,3,2021-11-15T14:10:39Z +-17.8363,28.5671,13.8,2.4,2021-11-15T14:13:23Z +-17.8381,28.556,27.5,3.2,2021-11-15T16:12:21Z +-17.8031,28.5869,38.9,3.4,2021-11-15T16:16:12Z +-17.8115,28.5874,35.3,2.6,2021-11-15T19:25:51Z +-17.8088,28.6148,38.7,2.7,2021-11-15T19:34:41Z +-17.8295,28.5617,12.7,2.4,2021-11-15T20:58:45Z +-17.8396,28.5706,11,2.4,2021-11-15T21:10:13Z +-17.8225,28.5849,30.8,2.4,2021-11-15T21:11:21Z +-17.8204,28.5669,13.9,2.4,2021-11-15T21:12:37Z +-17.7871,28.595,31,2.6,2021-11-15T21:53:21Z +-17.8201,28.5648,34.6,2.6,2021-11-15T22:18:11Z +-17.8365,28.5633,14.1,2.7,2021-11-15T22:50:11Z +-17.8533,28.5747,35.1,3.3,2021-11-15T22:56:55Z +-17.8214,28.578,35.3,2.8,2021-11-15T23:18:50Z +-17.8076,28.5994,35.6,2.9,2021-11-15T23:49:43Z +-17.8532,28.5526,13.6,2.3,2021-11-14T00:25:24Z +-17.8415,28.5376,34.1,2.6,2021-11-14T00:49:12Z +-17.8879,28.5629,14.2,2.2,2021-11-14T01:08:04Z +-17.8325,28.6031,35.8,2.5,2021-11-14T01:16:12Z +-17.8084,28.5884,36.1,2.2,2021-11-14T01:27:49Z +-17.8131,28.5314,30.9,2.6,2021-11-14T01:37:46Z +-17.8591,28.5552,17.5,3.1,2021-11-14T02:58:11Z +-17.8295,28.6173,38.9,2.5,2021-11-14T03:06:43Z +-17.8546,28.5603,15.5,2.3,2021-11-14T04:06:54Z +-17.8431,28.5591,14.8,2.2,2021-11-14T04:24:28Z +-17.831,28.6084,39.8,2.6,2021-11-14T04:25:43Z +-17.829,28.5663,38.2,3.3,2021-11-14T04:36:06Z +-17.8524,28.5481,14.2,2.9,2021-11-14T04:41:02Z +-17.8425,28.5491,14.3,2.9,2021-11-14T04:57:59Z +-17.839,28.5855,40.1,3.4,2021-11-14T05:07:23Z +-17.8023,28.5623,37.2,3.8,2021-11-14T05:23:37Z +-17.8077,28.5896,37,4.7,2021-11-14T05:24:02Z +-17.8409,28.5502,14.1,2.5,2021-11-14T06:28:43Z +-17.8509,28.5531,13.4,2.5,2021-11-14T06:31:28Z +-17.8533,28.5589,13.6,2.3,2021-11-14T06:35:14Z +-17.8336,28.5634,12.9,2.1,2021-11-14T08:24:09Z +-17.8366,28.5576,37.1,4.5,2021-11-14T10:20:29Z +-17.8243,28.5568,13.1,2.7,2021-11-14T11:53:50Z +-17.8591,28.5824,35,2.7,2021-11-14T12:22:37Z +-17.8439,28.5781,36.4,3.1,2021-11-14T12:35:51Z +-17.8417,28.5485,14,2.5,2021-11-14T12:54:31Z +-17.8387,28.5645,35.9,3.1,2021-11-14T13:17:03Z +-17.8469,28.5667,34.6,3.2,2021-11-14T13:59:35Z +-17.8308,28.5629,35.2,3,2021-11-14T14:44:42Z +-17.8363,28.5523,14.2,2.6,2021-11-14T15:13:53Z +-17.8356,28.5507,13.5,2.4,2021-11-14T15:35:01Z +-17.7695,28.5861,37.5,2.8,2021-11-14T17:11:52Z +-17.8104,28.6328,40.6,2.9,2021-11-14T17:25:49Z +-17.8416,28.5717,12.5,2.4,2021-11-14T20:13:15Z +-17.846800000000002,28.552,13.8,2.5,2021-11-14T21:16:12Z +-17.8284,28.6124,39.2,2.5,2021-11-14T21:37:38Z +-17.8591,28.5694,35,2.7,2021-11-14T22:14:47Z +-17.8537,28.5628,9.4,2.1,2021-11-13T00:56:01Z +-17.8209,28.5766,38.3,5,2021-11-13T06:56:02Z +-17.8345,28.5916,38.1,2.6,2021-11-13T07:18:04Z +-17.8229,28.557,13.2,2.8,2021-11-13T07:34:26Z +-17.8304,28.5573,12.7,2.5,2021-11-13T07:35:58Z +-17.8361,28.5601,10.5,2.5,2021-11-13T08:22:03Z +-17.8708,28.5687,33.6,2.5,2021-11-13T11:48:02Z +-17.8211,28.5577,35.1,2.7,2021-11-13T16:15:38Z +-17.8174,28.5697,40.4,3.3,2021-11-13T17:08:07Z +-17.8398,28.5632,10.4,2.4,2021-11-13T17:13:23Z +-17.8189,28.5884,31.8,2.6,2021-11-13T17:31:44Z +-17.8277,28.5595,12.5,2.7,2021-11-13T19:58:57Z +-17.8366,28.562,10.1,2.7,2021-11-13T21:06:45Z +-17.8274,28.5637,10,2.4,2021-11-13T21:43:12Z +-17.8063,28.6096,40.1,2.6,2021-11-13T22:41:18Z +-17.8503,28.6104,34.2,2.5,2021-11-13T22:45:26Z +-17.8293,28.5649,12.4,2.4,2021-11-13T23:23:21Z +-17.8302,28.5607,10,2.4,2021-11-13T23:51:38Z +-17.8164,28.5545,36.6,2.9,2021-11-13T23:59:57Z +-17.8174,28.5699,14,2.5,2021-11-12T00:08:28Z +-17.8458,28.5654,13.9,2.8,2021-11-12T00:27:39Z +-17.8552,28.5573,8.6,2.4,2021-11-12T00:45:52Z +-17.8357,28.5509,13.7,2.3,2021-11-12T02:27:29Z +-17.8374,28.5616,9.6,2.5,2021-11-12T02:44:43Z +-17.8431,28.5831,36.5,2.5,2021-11-12T05:21:53Z +-17.8049,28.5909,38.1,3.3,2021-11-12T05:47:38Z +-17.8215,28.6006,35.7,2.7,2021-11-12T07:14:36Z +-17.8309,28.5836,37.7,2.8,2021-11-12T07:50:20Z +-17.8205,28.5811,37.7,4.3,2021-11-12T08:28:54Z +-17.8459,28.564,11.6,2.6,2021-11-12T09:11:17Z +-17.8523,28.5644,14.2,2.5,2021-11-12T09:54:00Z +-17.8175,28.6211,38.8,2.7,2021-11-12T10:35:39Z +-17.8503,28.5569,9.7,2.6,2021-11-12T13:54:35Z +-17.8693,28.5329,33.8,2.8,2021-11-12T15:04:45Z +-17.8595,28.5778,39.2,3.1,2021-11-12T16:49:05Z +-17.8323,28.5764,11.2,2.3,2021-11-12T17:19:16Z +-17.8062,28.5648,12.3,2.6,2021-11-12T17:46:27Z +-17.8215,28.5682,10.6,2.8,2021-11-12T17:48:10Z +-17.8118,28.5653,12.2,2.4,2021-11-12T17:50:22Z +-17.8023,28.5557,13.3,2.5,2021-11-12T18:01:05Z +-17.8209,28.5535,13.3,2.6,2021-11-12T18:50:28Z +-17.8407,28.5542,30.8,2.9,2021-11-12T22:02:23Z +-17.8326,28.5638,31.6,3.4,2021-11-12T22:08:23Z +-17.8309,28.5634,32.9,3.2,2021-11-12T22:09:11Z +-17.846800000000002,28.5855,34.1,3,2021-11-12T22:10:57Z +-17.8133,28.5662,32.9,3.3,2021-11-12T22:11:00Z +-17.8226,28.5655,30.3,3.3,2021-11-12T22:12:47Z +-17.8376,28.5689,26.4,2.7,2021-11-12T22:15:28Z +-17.8171,28.5752,33,3.1,2021-11-12T22:17:57Z +-17.8273,28.572,31.3,3.1,2021-11-12T22:19:15Z +-17.8308,28.569,33.1,3.3,2021-11-12T22:20:28Z +-17.8072,28.5499,32,2.6,2021-11-12T22:22:03Z +-17.863,28.561,33.2,2.8,2021-11-12T22:25:13Z +-17.8383,28.5682,34.9,2.6,2021-11-12T22:25:45Z +-17.8301,28.5777,32.9,2,2021-11-11T01:10:03Z +-17.8287,28.5627,13.7,3.4,2021-11-11T03:05:43Z +-17.8238,28.5684,35.9,5,2021-11-11T03:37:58Z +-17.824,28.5741,33.1,3.3,2021-11-11T03:47:30Z +-17.819,28.5587,33.6,3.1,2021-11-11T03:50:32Z +-17.7884,28.5953,32.7,2.9,2021-11-11T03:52:10Z +-17.8239,28.5947,34.3,2.9,2021-11-11T03:52:31Z +-17.8297,28.5685,34.4,2.7,2021-11-11T03:53:36Z +-17.8709,28.5468,31.2,2.8,2021-11-11T03:55:15Z +-17.8242,28.5688,32.6,2.8,2021-11-11T03:55:34Z +-17.866,28.5373,33.6,2.8,2021-11-11T03:56:23Z +-17.8379,28.5585,33.7,2.8,2021-11-11T03:56:57Z +-17.8523,28.5723,35.2,3,2021-11-11T03:57:27Z +-17.8333,28.5679,32.9,2.6,2021-11-11T03:58:26Z +-17.8477,28.5476,34.2,3,2021-11-11T03:58:50Z +-17.8584,28.5633,34.5,3,2021-11-11T03:59:31Z +-17.8645,28.5617,35.1,3.1,2021-11-11T04:01:10Z +-17.8445,28.5921,34.6,3,2021-11-11T04:03:35Z +-17.8313,28.5638,33.5,3,2021-11-11T04:06:09Z +-17.8278,28.5349,33.2,2.4,2021-11-11T04:46:15Z +-17.8133,28.5552,31.3,2.1,2021-11-11T04:51:20Z +-17.8089,28.5652,35.4,3.4,2021-11-11T04:54:27Z +-17.8403,28.5599,12.5,2.7,2021-11-11T05:52:44Z +-17.8268,28.573,10.6,2.6,2021-11-11T08:22:43Z +-17.8359,28.5583,13.1,3.5,2021-11-11T10:45:03Z +-17.8296,28.5654,11.5,2.6,2021-11-11T13:51:20Z +-17.851,28.5605,9.8,2.3,2021-11-11T14:57:17Z +-17.8366,28.5524,13.7,2.7,2021-11-11T15:34:57Z +-17.813,28.5785,38.8,3.5,2021-11-11T18:06:36Z +-17.8327,28.5497,33.2,3.3,2021-11-11T18:18:27Z +-17.8348,28.5649,9.8,3.5,2021-11-11T19:03:02Z +-17.7933,28.5855,35.6,2.6,2021-11-11T19:49:41Z +-17.8085,28.5708,10.4,2.5,2021-11-11T20:18:00Z +-17.8277,28.5651,10.2,2.5,2021-11-11T20:56:14Z +-17.8174,28.5561,15.3,2.3,2021-11-11T21:28:58Z +-17.8182,28.5602,14.9,2.4,2021-11-11T21:33:00Z +-17.8313,28.5509,15.4,2.8,2021-11-11T22:34:41Z +-17.8281,28.5467,15.2,2.7,2021-11-11T22:46:27Z +-17.8351,28.5533,13.3,3,2021-11-11T22:53:55Z +-17.8302,28.5536,15,3,2021-11-11T23:49:23Z +-17.8556,28.5602,10.4,2.5,2021-11-10T00:36:43Z +-17.8354,28.5617,13,2.8,2021-11-10T00:39:19Z +-17.837,28.5604,13.5,3.4,2021-11-10T00:40:43Z +-17.8388,28.5603,10.8,2.3,2021-11-10T00:52:30Z +-17.839,28.5653,10,2.2,2021-11-10T01:03:54Z +-17.8395,28.5592,10.3,2.7,2021-11-10T01:06:12Z +-17.846,28.5569,15.2,2.8,2021-11-10T01:08:43Z +-17.8298,28.563,10,2.4,2021-11-10T01:09:49Z +-17.8295,28.5608,11.2,3.2,2021-11-10T01:13:41Z +-17.8502,28.5627,10.3,2.9,2021-11-10T01:17:31Z +-17.834,28.5587,10.9,3.1,2021-11-10T01:24:17Z +-17.8424,28.5639,11.1,3.1,2021-11-10T01:30:11Z +-17.8374,28.5656,10.9,3.1,2021-11-10T01:42:29Z +-17.8274,28.5701,10,2.2,2021-11-10T01:44:08Z +-17.8472,28.5603,10.9,2.4,2021-11-10T02:07:24Z +-17.8595,28.5573,11.4,2.3,2021-11-10T02:10:44Z +-17.8383,28.5643,12.4,2.9,2021-11-10T02:12:25Z +-17.8286,28.5595,12.3,2.5,2021-11-10T02:20:17Z +-17.8391,28.5645,10.1,2.8,2021-11-10T02:23:26Z +-17.8418,28.5534,12.1,2.4,2021-11-10T02:51:09Z +-17.8466,28.5563,10.6,2.5,2021-11-10T02:53:57Z +-17.8336,28.5622,10.7,3.3,2021-11-10T03:02:59Z +-17.8335,28.5608,10.7,2.6,2021-11-10T03:06:09Z +-17.8295,28.5623,13,3.4,2021-11-10T03:11:06Z +-17.8383,28.56,10.7,3.1,2021-11-10T03:31:20Z +-17.828,28.5612,12.3,2.6,2021-11-10T03:36:07Z +-17.8357,28.5628,10.4,2.4,2021-11-10T03:52:24Z +-17.8318,28.5644,10.1,2.2,2021-11-10T03:55:19Z +-17.832,28.5611,10.7,2.4,2021-11-10T03:57:27Z +-17.8335,28.5618,10.9,2.5,2021-11-10T04:04:14Z +-17.836,28.563,10.8,2.4,2021-11-10T04:11:51Z +-17.8446,28.5545,10.8,2.7,2021-11-10T04:14:41Z +-17.836,28.5628,13.5,3.7,2021-11-10T04:24:29Z +-17.8392,28.5572,11.3,3.3,2021-11-10T04:36:25Z +-17.8313,28.555,12.2,2.6,2021-11-10T04:47:41Z +-17.8358,28.567,13.7,2.5,2021-11-10T05:08:22Z +-17.8448,28.5603,10.3,2.6,2021-11-10T05:16:44Z +-17.8375,28.561,11,2.7,2021-11-10T05:19:38Z +-17.8321,28.5639,11.2,3.4,2021-11-10T05:20:51Z +-17.8228,28.56,13.6,2.6,2021-11-10T05:25:45Z +-17.8353,28.5653,12.5,2.4,2021-11-10T05:31:17Z +-17.84,28.5588,10,2.3,2021-11-10T05:53:42Z +-17.8455,28.5577,9.4,3.2,2021-11-10T06:26:05Z +-17.8302,28.5652,9.6,2.4,2021-11-10T06:53:28Z +-17.8308,28.5616,10.7,2.4,2021-11-10T07:02:04Z +-17.8405,28.5497,12.3,2.9,2021-11-10T07:10:31Z +-17.8399,28.5636,10.6,2.5,2021-11-10T07:17:05Z +-17.8266,28.5586,10,2.5,2021-11-10T08:03:18Z +-17.8367,28.5507,12.2,2.6,2021-11-10T08:05:55Z +-17.8327,28.5592,10.9,3.4,2021-11-10T08:18:22Z +-17.8367,28.5569,12.6,2.9,2021-11-10T08:18:46Z +-17.8348,28.5545,15.2,3,2021-11-10T08:18:59Z +-17.8408,28.5575,11.2,3.5,2021-11-10T08:19:29Z +-17.8305,28.5649,10.6,2.6,2021-11-10T08:23:17Z +-17.8631,28.5402,30.6,2.7,2021-11-10T08:49:24Z +-17.8422,28.5307,28.5,3,2021-11-10T08:51:48Z +-17.8377,28.5626,10.1,3.1,2021-11-10T08:54:24Z +-17.8359,28.5576,13.4,3,2021-11-10T08:54:47Z +-17.7729,28.6039,31.1,2.7,2021-11-10T08:55:36Z +-17.8596,28.5436,29.9,2.7,2021-11-10T09:06:09Z +-17.8566,28.5693,33.4,2.8,2021-11-10T09:09:45Z +-17.8053,28.5743,32,2.9,2021-11-10T09:24:44Z +-17.8186,28.5557,32.7,3.1,2021-11-10T09:26:43Z +-17.8324,28.5717,34.1,2.9,2021-11-10T09:31:58Z +-17.8376,28.5721,36.4,3.4,2021-11-10T09:44:02Z +-17.8224,28.5824,33.1,3.5,2021-11-10T09:55:45Z +-17.7983,28.5855,34.8,3.3,2021-11-10T10:07:39Z +-17.8767,28.5375,31.4,3.3,2021-11-10T10:10:22Z +-17.839,28.5564,10.4,3.8,2021-11-10T10:18:58Z +-17.814,28.5631,32.6,2.9,2021-11-10T10:24:34Z +-17.8318,28.5423,32.3,2.9,2021-11-10T10:25:46Z +-17.8311,28.5604,10.7,2.9,2021-11-10T10:26:25Z +-17.86,28.5511,33.6,3,2021-11-10T10:26:45Z +-17.8248,28.5625,35,3.1,2021-11-10T10:28:37Z +-17.8228,28.572,10,2.8,2021-11-10T10:33:47Z +-17.8237,28.5475,32.1,3.3,2021-11-10T10:36:58Z +-17.8114,28.575,35.6,3.1,2021-11-10T10:39:24Z +-17.8226,28.5601,32.3,3,2021-11-10T10:46:55Z +-17.8381,28.5507,31.4,3.4,2021-11-10T10:49:18Z +-17.8072,28.5721,33.8,3.8,2021-11-10T10:49:55Z +-17.8528,28.5118,32.8,3.1,2021-11-10T10:52:03Z +-17.8377,28.5548,11,3.4,2021-11-10T10:56:07Z +-17.8446,28.5446,31.7,2.6,2021-11-10T10:59:14Z +-17.8338,28.56,32.7,3.2,2021-11-10T11:03:45Z +-17.8348,28.5765,33.4,3.5,2021-11-10T11:05:19Z +-17.8234,28.5729,34.5,4.8,2021-11-10T11:10:07Z +-17.836,28.5517,32.2,3.1,2021-11-10T11:11:56Z +-17.8307,28.5496,33.4,2.9,2021-11-10T11:16:10Z +-17.8209,28.5714,33.5,3.4,2021-11-10T11:19:04Z +-17.8502,28.5483,32.7,2.9,2021-11-10T11:20:57Z +-17.8378,28.5662,11.2,2.6,2021-11-10T11:27:14Z +-17.8434,28.5668,33.6,3.6,2021-11-10T11:47:23Z +-17.8344,28.5554,10.3,3.5,2021-11-10T11:51:23Z +-17.824,28.5579,32.7,3.6,2021-11-10T11:58:48Z +-17.8398,28.5488,12.7,2.5,2021-11-10T13:00:52Z +-17.8186,28.5566,13.5,2.9,2021-11-10T13:03:12Z +-17.8448,28.5493,13.6,3.9,2021-11-10T13:18:50Z +-17.8196,28.5524,29.9,2.8,2021-11-10T13:20:50Z +-17.8204,28.5809,36.3,4.4,2021-11-10T13:23:46Z +-17.8344,28.5561,33.4,3.3,2021-11-10T13:25:54Z +-17.8143,28.5808,31.6,2.9,2021-11-10T13:27:04Z +-17.8268,28.5549,14.3,3.4,2021-11-10T14:24:34Z +-17.8295,28.5541,27.6,2.7,2021-11-10T16:14:52Z +-17.8373,28.5769,34.1,3.2,2021-11-10T16:15:37Z +-17.826,28.5622,34.6,2.9,2021-11-10T16:18:16Z +-17.8283,28.5724,35.4,2.9,2021-11-10T16:22:35Z +-17.8351,28.5999,35.6,2.9,2021-11-10T16:57:38Z +-17.8315,28.5726,37.8,3.5,2021-11-10T17:47:12Z +-17.8705,28.5657,12.1,2.3,2021-11-10T18:15:13Z +-17.8562,28.5463,13.8,2.4,2021-11-10T18:42:57Z +-17.8134,28.5483,11.1,2.6,2021-11-10T19:29:30Z +-17.8484,28.5708,31,2.3,2021-11-10T20:58:24Z +-17.8531,28.5414,31.2,2.6,2021-11-10T21:03:39Z +-17.8524,28.5541,12.1,2.4,2021-11-10T22:23:08Z +-17.8467,28.5715,12.3,2.4,2021-11-10T22:47:06Z +-17.811,28.5703,16.4,3.2,2021-11-10T23:14:02Z +-17.8286,28.5848,38.8,2.7,2021-11-10T23:21:26Z +-17.8141,28.57,33.7,2.6,2021-11-10T23:45:30Z +-17.8331,28.5591,12.9,3.4,2021-11-09T00:07:47Z +-17.8385,28.5623,11.2,2.8,2021-11-09T00:31:14Z +-17.8413,28.5698,11.4,2.6,2021-11-09T00:59:19Z +-17.8595,28.5429,30.3,2.8,2021-11-09T01:01:24Z +-17.8337,28.5579,10.4,3,2021-11-09T01:15:01Z +-17.8375,28.5614,11,3.2,2021-11-09T01:29:41Z +-17.8254,28.562,13.1,3.7,2021-11-09T01:33:03Z +-17.8406,28.5571,14.1,2.5,2021-11-09T01:57:28Z +-17.8556,28.5127,30.9,2.5,2021-11-09T02:09:04Z +-17.8387,28.5556,13.5,3.4,2021-11-09T03:19:51Z +-17.8344,28.5595,11.8,2.4,2021-11-09T03:40:14Z +-17.8309,28.5619,10.7,2.7,2021-11-09T03:50:11Z +-17.8406,28.5597,12.2,2.7,2021-11-09T04:14:31Z +-17.8363,28.556,12.7,3.3,2021-11-09T04:50:26Z +-17.843,28.5583,10.9,2.4,2021-11-09T05:21:56Z +-17.8434,28.555,13.6,3,2021-11-09T05:35:42Z +-17.8583,28.5536,10.3,2.5,2021-11-09T05:37:40Z +-17.8334,28.5625,10.7,2.6,2021-11-09T05:51:20Z +-17.828,28.5614,10.9,2.6,2021-11-09T05:53:02Z +-17.8356,28.5591,12.8,3.3,2021-11-09T06:09:14Z +-17.8343,28.5608,10.1,2.6,2021-11-09T06:15:02Z +-17.8542,28.5486,13.1,3,2021-11-09T06:15:16Z +-17.8271,28.565,10.2,2.9,2021-11-09T06:15:40Z +-17.8316,28.546,13.1,2.9,2021-11-09T06:54:24Z +-17.8357,28.592,38.4,3.8,2021-11-09T06:55:22Z +-17.8413,28.5647,10.9,2.9,2021-11-09T07:02:05Z +-17.8664,28.5563,10.3,2.9,2021-11-09T07:09:40Z +-17.8426,28.5536,12,3.2,2021-11-09T07:10:28Z +-17.8365,28.5611,10.5,2.7,2021-11-09T07:12:35Z +-17.8306,28.5609,11.3,2.9,2021-11-09T07:20:40Z +-17.8404,28.5735,9.9,2.6,2021-11-09T07:24:18Z +-17.8294,28.5583,11.6,3,2021-11-09T07:35:40Z +-17.847,28.5645,9.1,2.3,2021-11-09T07:39:23Z +-17.825,28.5764,13.9,2.7,2021-11-09T07:57:36Z +-17.8387,28.5627,10.4,3.4,2021-11-09T07:59:30Z +-17.8431,28.5677,10.3,3.1,2021-11-09T07:59:59Z +-17.8617,28.5582,12.5,2.7,2021-11-09T08:13:03Z +-17.8406,28.591,10.4,2.8,2021-11-09T09:04:35Z +-17.8205,28.5703,9.7,2.2,2021-11-09T09:09:53Z +-17.8591,28.5501,11,2.3,2021-11-09T09:23:31Z +-17.8354,28.5673,10.4,3.5,2021-11-09T09:51:12Z +-17.8513,28.5458,13.2,3.4,2021-11-09T10:11:10Z +-17.8558,28.5574,11.5,2.7,2021-11-09T10:52:43Z +-17.8308,28.5562,11.1,2.9,2021-11-09T11:15:13Z +-17.8344,28.5585,12,3.1,2021-11-09T11:31:20Z +-17.8369,28.547,13.9,2.5,2021-11-09T11:41:09Z +-17.8383,28.5556,9.8,2.9,2021-11-09T11:56:47Z +-17.8623,28.5389,10.2,2.8,2021-11-09T12:08:03Z +-17.8337,28.5672,10.7,2.7,2021-11-09T12:10:12Z +-17.8293,28.565,13,2.7,2021-11-09T12:12:07Z +-17.8408,28.5592,10.7,2.8,2021-11-09T12:23:39Z +-17.8519,28.5554,11.2,3.3,2021-11-09T12:27:44Z +-17.8337,28.5645,10,2.5,2021-11-09T12:46:22Z +-17.8292,28.5665,10.8,2.6,2021-11-09T12:47:26Z +-17.8393,28.5653,10.2,2.7,2021-11-09T12:59:59Z +-17.8508,28.5561,13.1,2.4,2021-11-09T13:12:50Z +-17.8515,28.5601,10.6,2.4,2021-11-09T13:15:35Z +-17.8445,28.5659,10.8,2.6,2021-11-09T13:21:38Z +-17.854,28.5699,9.8,2.8,2021-11-09T13:25:56Z +-17.8204,28.5678,11.4,2.9,2021-11-09T13:27:58Z +-17.8469,28.5553,11.4,3,2021-11-09T13:33:53Z +-17.8208,28.5577,13.8,3,2021-11-09T14:04:43Z +-17.8408,28.5576,14.5,2.5,2021-11-09T14:06:09Z +-17.8721,28.5649,35.6,3,2021-11-09T14:06:50Z +-17.8293,28.5581,11.2,3.1,2021-11-09T14:10:16Z +-17.8292,28.5541,12.8,3,2021-11-09T14:33:26Z +-17.8519,28.5577,9.8,2.6,2021-11-09T14:37:48Z +-17.8434,28.6098,25.8,2.8,2021-11-09T15:07:11Z +-17.8397,28.558,12.2,2.7,2021-11-09T15:09:03Z +-17.8503,28.564,10.7,3,2021-11-09T15:09:15Z +-17.8349,28.5656,12.8,3,2021-11-09T15:38:30Z +-17.8413,28.5575,13.2,2.6,2021-11-09T15:44:28Z +-17.8756,28.5471,10.6,2.7,2021-11-09T15:56:29Z +-17.8329,28.5791,11.8,2.4,2021-11-09T16:14:41Z +-17.8256,28.5511,14,2.6,2021-11-09T16:19:33Z +-17.8369,28.5544,14.3,2.5,2021-11-09T16:50:02Z +-17.8275,28.5598,10,2.8,2021-11-09T17:19:51Z +-17.8682,28.5609,13.9,2.6,2021-11-09T17:40:12Z +-17.7861,28.5591,12.6,2.3,2021-11-09T18:23:47Z +-17.8282,28.5609,10.5,3,2021-11-09T19:04:54Z +-17.8389,28.5486,13.5,2.3,2021-11-09T19:41:03Z +-17.8368,28.5628,12.8,3.6,2021-11-09T19:52:10Z +-17.8516,28.5762,36.5,2.8,2021-11-09T20:10:00Z +-17.8391,28.5606,13.3,3.2,2021-11-09T20:42:22Z +-17.8432,28.5651,12.3,2.9,2021-11-09T21:11:07Z +-17.8551,28.5585,11.4,2.6,2021-11-09T22:16:39Z +-17.8641,28.5693,10,2.5,2021-11-09T22:17:57Z +-17.8365,28.5631,12.7,3,2021-11-09T22:56:12Z +-17.8359,28.5619,11,2.8,2021-11-09T23:06:47Z +-17.8314,28.5582,14,2.6,2021-11-09T23:09:42Z +-17.8138,28.5725,10.7,2.4,2021-11-09T23:11:56Z +-17.8395,28.5593,11.7,2.4,2021-11-09T23:16:26Z +-17.8346,28.56,11,2.9,2021-11-09T23:19:51Z +-17.849,28.5448,10.6,2.4,2021-11-09T23:23:01Z +-17.8368,28.5759,10.2,2.6,2021-11-09T23:26:25Z +-17.8404,28.5508,13.1,2.7,2021-11-09T23:34:56Z +-17.8446,28.5624,11,2.7,2021-11-09T23:38:51Z +-17.8519,28.56,12.3,2.5,2021-11-09T23:45:45Z +-17.8417,28.5628,12.5,3,2021-11-09T23:50:22Z +-17.8509,28.5603,10.8,2.4,2021-11-08T00:00:17Z +-17.8246,28.5579,31.4,3.1,2021-11-08T00:04:39Z +-17.849,28.555,11.1,2.4,2021-11-08T00:24:10Z +-17.8506,28.5525,11.9,2.4,2021-11-08T00:37:36Z +-17.8497,28.552,11.3,2.6,2021-11-08T00:48:42Z +-17.839,28.5533,10.4,2.6,2021-11-08T00:59:39Z +-17.8364,28.554,13.3,3.4,2021-11-08T01:02:39Z +-17.8434,28.552,12.5,2.4,2021-11-08T01:22:42Z +-17.8322,28.5603,12.7,3.3,2021-11-08T02:45:40Z +-17.8473,28.5961,36.9,2.6,2021-11-08T02:47:12Z +-17.8404,28.5569,12.3,2.9,2021-11-08T03:46:08Z +-17.8316,28.5481,14.8,3,2021-11-08T04:40:42Z +-17.8258,28.5546,15.7,3.1,2021-11-08T05:03:30Z +-17.829,28.5567,12.4,2.6,2021-11-08T05:11:02Z +-17.8304,28.5463,15,2.8,2021-11-08T05:16:43Z +-17.8279,28.5461,15.1,3.1,2021-11-08T05:38:27Z +-17.8159,28.6077,11.3,2.3,2021-11-08T06:01:39Z +-17.8286,28.565,11.3,2.6,2021-11-08T06:16:15Z +-17.8187,28.5511,14.2,3.2,2021-11-08T06:23:01Z +-17.8263,28.5658,8.5,2.4,2021-11-08T06:28:01Z +-17.786,28.5741,13.9,2.4,2021-11-08T06:35:07Z +-17.8416,28.56,9.9,2.9,2021-11-08T06:51:25Z +-17.8166,28.5489,14.9,3,2021-11-08T06:53:11Z +-17.8046,28.5639,12.8,2.5,2021-11-08T06:56:50Z +-17.8289,28.5713,12,2.4,2021-11-08T06:58:43Z +-17.824,28.5818,11,2.5,2021-11-08T07:08:36Z +-17.8276,28.5677,10,2.8,2021-11-08T07:52:17Z +-17.8358,28.5618,13.9,2.6,2021-11-08T08:20:02Z +-17.8433,28.5622,10.8,2.9,2021-11-08T08:36:11Z +-17.8488,28.5746,10.5,2.3,2021-11-08T08:44:04Z +-17.838,28.5647,11,2.9,2021-11-08T08:50:48Z +-17.8348,28.5606,10.9,2.8,2021-11-08T09:01:40Z +-17.8375,28.5578,10.9,2.6,2021-11-08T10:55:17Z +-17.8389,28.5842,14.5,2.6,2021-11-08T11:00:52Z +-17.8359,28.5639,11.1,3.6,2021-11-08T11:03:10Z +-17.8187,28.5608,13.8,3,2021-11-08T11:30:57Z +-17.8505,28.5606,11.1,3.2,2021-11-08T12:17:58Z +-17.8645,28.5661,9.2,2.4,2021-11-08T12:45:42Z +-17.8416,28.5664,10.8,2.5,2021-11-08T12:58:27Z +-17.8517,28.5625,11.4,2.4,2021-11-08T13:19:01Z +-17.8752,28.5551,10.4,2.6,2021-11-08T13:23:56Z +-17.8461,28.5358,15.2,2.4,2021-11-08T13:27:22Z +-17.8423,28.5727,9.4,2.4,2021-11-08T13:56:40Z +-17.8048,28.5727,13.7,2.4,2021-11-08T13:57:16Z +-17.841,28.5641,10.7,3.3,2021-11-08T14:26:24Z +-17.8401,28.5565,10.5,3,2021-11-08T14:39:07Z +-17.8445,28.5565,9.1,2.7,2021-11-08T14:48:28Z +-17.836,28.5567,14,3.5,2021-11-08T15:34:31Z +-17.8542,28.5574,13.7,2.7,2021-11-08T15:59:21Z +-17.8531,28.5587,9.1,2.4,2021-11-08T16:51:55Z +-17.8224,28.558,9.6,2.6,2021-11-08T16:54:58Z +-17.8465,28.5669,10.2,2.5,2021-11-08T17:14:29Z +-17.8427,28.5475,13.9,2.8,2021-11-08T17:24:04Z +-17.8396,28.5542,13.5,2.9,2021-11-08T17:29:53Z +-17.8365,28.5636,9,2.4,2021-11-08T17:36:10Z +-17.8378,28.5465,14.2,3.7,2021-11-08T17:51:41Z +-17.8529,28.5585,12.4,2.6,2021-11-08T18:00:49Z +-17.876,28.5541,36,3.5,2021-11-08T18:15:57Z +-17.8461,28.5602,13.5,2.5,2021-11-08T18:21:47Z +-17.841,28.5556,12.7,3.2,2021-11-08T18:58:03Z +-17.8348,28.5598,11.2,3,2021-11-08T19:11:14Z +-17.8279,28.5614,14,3.4,2021-11-08T19:20:45Z +-17.8493,28.549,14.9,3.5,2021-11-08T19:43:06Z +-17.835,28.57,12.3,2.7,2021-11-08T20:23:30Z +-17.8476,28.5744,10.8,2.4,2021-11-08T20:41:10Z +-17.8352,28.5626,10.9,2.7,2021-11-08T20:42:33Z +-17.8245,28.5556,13.8,3,2021-11-08T21:49:23Z +-17.8396,28.5543,13.8,3.1,2021-11-08T21:56:35Z +-17.8307,28.5551,14.1,2.9,2021-11-08T22:13:54Z +-17.8399,28.5576,12.3,3.5,2021-11-08T22:26:17Z +-17.835,28.5601,13.2,2.7,2021-11-08T23:08:34Z +-17.8373,28.5638,13,3,2021-11-08T23:19:15Z +-17.8387,28.5149,14.6,2.5,2021-11-08T23:46:44Z +-17.8502,28.5673,12.2,2.6,2021-11-08T23:54:10Z +-17.8541,28.5569,14.8,3.3,2021-11-08T23:55:41Z +-17.8177,28.5659,14.5,2.6,2021-11-07T00:14:47Z +-17.8207,28.5638,12.1,2.7,2021-11-07T00:21:07Z +-17.8453,28.5504,11.3,2.6,2021-11-07T00:23:44Z +-17.8337,28.5445,10.6,2.6,2021-11-07T02:01:02Z +-17.8382,28.5547,13,3.4,2021-11-07T02:06:34Z +-17.8313,28.5452,13.4,3,2021-11-07T02:52:45Z +-17.8358,28.5371,13.6,2.7,2021-11-07T03:54:07Z +-17.8127,28.5598,12.6,3.2,2021-11-07T03:56:04Z +-17.8145,28.5489,13.9,2.6,2021-11-07T04:05:33Z +-17.8452,28.5471,14.3,2.7,2021-11-07T04:14:55Z +-17.8266,28.5654,14.5,3.1,2021-11-07T04:22:21Z +-17.8295,28.5483,14.1,3.3,2021-11-07T05:20:01Z +-17.8352,28.564,12.5,2.6,2021-11-07T06:33:38Z +-17.8488,28.5565,10,2.6,2021-11-07T06:41:04Z +-17.8509,28.563,12.5,2.5,2021-11-07T06:46:47Z +-17.8385,28.5568,14,2.7,2021-11-07T06:51:09Z +-17.8417,28.5643,13.5,2.6,2021-11-07T07:12:04Z +-17.8045,28.577,11.3,2.3,2021-11-07T07:17:03Z +-17.8489,28.5545,12.2,2.7,2021-11-07T08:34:02Z +-17.8371,28.5594,13.9,3.5,2021-11-07T08:54:08Z +-17.8372,28.5496,13.8,2.9,2021-11-07T09:11:41Z +-17.8242,28.5573,13.6,3.1,2021-11-07T09:20:33Z +-17.8163,28.5591,10.2,3,2021-11-07T09:42:30Z +-17.8358,28.5546,14.3,3.1,2021-11-07T10:21:57Z +-17.8351,28.5815,11.6,2.7,2021-11-07T10:31:32Z +-17.8472,28.5606,13.2,3.5,2021-11-07T11:24:22Z +-17.8241,28.5746,12.4,2.7,2021-11-07T11:32:18Z +-17.8281,28.6069,11.3,2.6,2021-11-07T11:59:31Z +-17.8378,28.5674,10.6,3,2021-11-07T12:24:20Z +-17.8538,28.539,11.4,2.8,2021-11-07T13:56:03Z +-17.844,28.5581,11.4,2.6,2021-11-07T13:59:02Z +-17.8422,28.5525,13.9,3.5,2021-11-07T14:12:02Z +-17.8268,28.5596,10.8,2.8,2021-11-07T14:38:46Z +-17.8292,28.5573,12.1,3.2,2021-11-07T14:39:27Z +-17.8311,28.565,10.9,2.4,2021-11-07T15:05:46Z +-17.8284,28.5669,10.6,2.6,2021-11-07T15:17:10Z +-17.8303,28.5713,11.2,2.4,2021-11-07T15:21:57Z +-17.8319,28.563,12.9,3.2,2021-11-07T15:28:00Z +-17.8393,28.5542,14.2,3.1,2021-11-07T15:52:26Z +-17.8478,28.5524,13.5,2.6,2021-11-07T15:56:50Z +-17.8393,28.5544,13.1,3.2,2021-11-07T16:15:05Z +-17.8298,28.5632,10.2,2.6,2021-11-07T16:29:17Z +-17.8148,28.5692,35.7,3.3,2021-11-07T16:37:00Z +-17.8293,28.5516,13.4,3,2021-11-07T16:38:08Z +-17.8074,28.5858,37.3,4.6,2021-11-07T17:07:10Z +-17.8053,28.577,37.5,4.5,2021-11-07T17:07:18Z +-17.8401,28.5576,10.6,2.8,2021-11-07T17:55:49Z +-17.8297,28.5617,12.8,3.6,2021-11-07T18:11:17Z +-17.8409,28.5574,11,2.7,2021-11-07T19:07:25Z +-17.834,28.5606,13.3,3.4,2021-11-07T20:20:12Z +-17.8378,28.5603,12.5,3.5,2021-11-07T20:24:18Z +-17.845,28.5562,33,3.4,2021-11-07T21:03:04Z +-17.8362,28.5659,12.2,2.4,2021-11-07T23:27:31Z +-17.8389,28.5747,34.5,2.7,2021-11-07T23:38:31Z +-17.8427,28.5483,11,2.8,2021-11-06T00:37:17Z +-17.8347,28.568,11.1,2.8,2021-11-06T01:06:12Z +-17.8364,28.5493,13,3.4,2021-11-06T01:15:49Z +-17.8321,28.5598,11.4,4,2021-11-06T01:39:17Z +-17.8315,28.5595,10.9,3,2021-11-06T02:12:01Z +-17.8003,28.5904,37.3,3.7,2021-11-06T02:13:12Z +-17.844,28.5699,10.3,2.7,2021-11-06T03:14:14Z +-17.8462,28.5463,13.8,3.4,2021-11-06T03:38:10Z +-17.8556,28.5498,14.1,2.8,2021-11-06T05:55:40Z +-17.8375,28.5774,10.3,2.5,2021-11-06T07:34:02Z +-17.8231,28.5685,11.1,2.9,2021-11-06T07:34:54Z +-17.8544,28.5776,11.2,2.7,2021-11-06T09:13:10Z +-17.8284,28.5608,14.6,2.9,2021-11-06T09:37:25Z +-17.8527,28.5507,14.1,3.2,2021-11-06T11:28:51Z +-17.8312,28.5594,13,3.3,2021-11-06T11:37:21Z +-17.8438,28.5564,14,3,2021-11-06T12:24:44Z +-17.831,28.5633,10.1,2.5,2021-11-06T12:36:23Z +-17.832,28.5592,12.2,3.6,2021-11-06T12:57:04Z +-17.8385,28.5525,14.6,3.5,2021-11-06T13:06:37Z +-17.8459,28.5546,10.6,3,2021-11-06T13:51:55Z +-17.8436,28.5564,13.3,2.9,2021-11-06T14:02:11Z +-17.8273,28.5591,12.8,2.6,2021-11-06T15:43:22Z +-17.8466,28.553,14.1,2.7,2021-11-06T16:47:48Z +-17.8257,28.5588,13.7,3.2,2021-11-06T16:53:56Z +-17.8302,28.558,12.5,3.3,2021-11-06T16:56:30Z +-17.8235,28.564,12.1,3.2,2021-11-06T16:59:03Z +-17.8277,28.5572,12.3,2.9,2021-11-06T17:15:39Z +-17.8245,28.5536,13.3,2.8,2021-11-06T19:04:47Z +-17.8283,28.5614,13.9,2.7,2021-11-06T20:39:33Z +-17.8453,28.5464,35.6,4.5,2021-11-06T20:40:24Z +-17.8345,28.5566,10.6,2.7,2021-11-06T20:52:33Z +-17.8331,28.5681,10.1,2.8,2021-11-06T21:21:49Z +-17.8359,28.57,14.1,2.9,2021-11-06T22:28:04Z +-17.8257,28.5632,13.9,2.8,2021-11-06T23:10:23Z +-17.8442,28.55,11.3,2.8,2021-11-06T23:45:24Z +-17.8466,28.5555,10.6,2.6,2021-11-05T01:27:49Z +-17.8281,28.5623,10.3,3.4,2021-11-05T01:36:31Z +-17.8479,28.5541,10.4,2.7,2021-11-05T01:58:47Z +-17.841,28.5523,12.2,3.2,2021-11-05T02:17:42Z +-17.8342,28.5595,12.4,3.8,2021-11-05T02:53:16Z +-17.8352,28.5631,10.6,2.4,2021-11-05T03:00:33Z +-17.8265,28.5631,13.6,2.7,2021-11-05T03:03:34Z +-17.8221,28.5546,10.1,2.7,2021-11-05T03:18:27Z +-17.839,28.5595,12.5,3.1,2021-11-05T03:35:56Z +-17.8566,28.5575,10.5,2.5,2021-11-05T03:54:03Z +-17.8372,28.5601,12.7,3.5,2021-11-05T04:21:21Z +-17.8453,28.56,12.1,3.1,2021-11-05T04:44:49Z +-17.8443,28.5578,12.7,3,2021-11-05T04:45:55Z +-17.8449,28.5619,11.3,2.5,2021-11-05T05:19:52Z +-17.8467,28.5624,10.4,2.3,2021-11-05T05:42:34Z +-17.7988,28.6052,39,3.4,2021-11-05T05:55:43Z +-17.839,28.5534,12.9,2.7,2021-11-05T06:04:16Z +-17.8353,28.5554,13.9,3.4,2021-11-05T06:29:44Z +-17.8412,28.5648,11.1,2.6,2021-11-05T06:40:35Z +-17.8547,28.5513,10.1,2.4,2021-11-05T07:29:48Z +-17.8393,28.5465,14.1,2.9,2021-11-05T07:47:45Z +-17.8332,28.5495,14.1,2.8,2021-11-05T08:32:57Z +-17.8504,28.5502,13.6,3.2,2021-11-05T09:01:51Z +-17.8292,28.5591,10.5,2.6,2021-11-05T09:14:35Z +-17.8081,28.5583,12.8,2.8,2021-11-05T09:35:24Z +-17.8593,28.5617,9.7,2.8,2021-11-05T11:17:33Z +-17.8315,28.5523,13.7,3.4,2021-11-05T11:39:32Z +-17.848,28.5485,12.1,2.5,2021-11-05T12:54:28Z +-17.8757,28.5546,11.9,2.9,2021-11-05T13:00:59Z +-17.832,28.5496,12.6,2.8,2021-11-05T13:08:33Z +-17.8486,28.5592,10.7,2.9,2021-11-05T14:03:41Z +-17.8446,28.5599,10.4,3.2,2021-11-05T15:02:01Z +-17.8491,28.5611,33.9,3,2021-11-05T15:45:16Z +-17.8373,28.5647,10.1,2.6,2021-11-05T17:22:13Z +-17.8455,28.5605,10.6,2.6,2021-11-05T18:37:38Z +-17.8312,28.5641,9.8,2.8,2021-11-05T21:36:08Z +-17.8471,28.559,10.7,2.8,2021-11-05T21:50:33Z +-17.8375,28.5596,12.3,3.4,2021-11-04T00:00:34Z +-17.8185,28.5607,15.4,2.8,2021-11-04T00:05:52Z +-17.8403,28.567,9.4,3.5,2021-11-04T00:10:42Z +-17.8346,28.5598,14.6,2.5,2021-11-04T00:23:37Z +-17.8276,28.5674,9.7,2.4,2021-11-04T00:24:20Z +-17.8524,28.5739,11.4,2.8,2021-11-04T00:41:52Z +-17.8372,28.555,13.7,2.7,2021-11-04T00:44:04Z +-17.8483,28.5589,10.9,2.3,2021-11-04T00:48:51Z +-17.8429,28.5557,12.7,2.7,2021-11-04T00:49:54Z +-17.8506,28.5637,9.8,3.2,2021-11-04T00:58:06Z +-17.8264,28.5729,13.6,2.6,2021-11-04T00:59:20Z +-17.8522,28.5469,11.2,2.6,2021-11-04T01:31:58Z +-17.8252,28.582,9.4,2.5,2021-11-04T01:37:17Z +-17.8452,28.5668,11.4,2.9,2021-11-04T01:46:29Z +-17.8298,28.5744,10.2,2.7,2021-11-04T01:53:08Z +-17.839,28.5862,9.9,2.5,2021-11-04T02:02:20Z +-17.833,28.5609,10.5,3.6,2021-11-04T02:11:24Z +-17.8169,28.5722,13.9,2.9,2021-11-04T02:14:10Z +-17.8224,28.5576,10.9,3,2021-11-04T02:32:48Z +-17.8248,28.5667,10.6,2.6,2021-11-04T02:37:43Z +-17.8363,28.571,12.6,3.5,2021-11-04T02:39:21Z +-17.8359,28.5666,11.5,3,2021-11-04T02:40:46Z +-17.8281,28.5621,10.8,2.9,2021-11-04T02:41:49Z +-17.8439,28.5579,10.8,3.6,2021-11-04T02:52:05Z +-17.8275,28.5637,10.8,2.8,2021-11-04T02:53:12Z +-17.8352,28.5601,10,2.9,2021-11-04T02:56:14Z +-17.8348,28.5585,10.4,2.6,2021-11-04T03:04:38Z +-17.8263,28.558,11.2,3.4,2021-11-04T03:06:02Z +-17.8361,28.5623,11.7,3.4,2021-11-04T03:11:47Z +-17.8322,28.5584,9.4,2.4,2021-11-04T03:17:34Z +-17.8173,28.565,12.9,2.8,2021-11-04T03:25:43Z +-17.8395,28.5521,12.4,3.1,2021-11-04T03:40:00Z +-17.8393,28.5615,13.4,3.2,2021-11-04T03:42:54Z +-17.8344,28.5659,10.4,3.2,2021-11-04T03:46:44Z +-17.8446,28.5605,12.5,3,2021-11-04T04:12:59Z +-17.8402,28.5684,11.4,2.8,2021-11-04T04:15:25Z +-17.8315,28.5632,9.7,2.7,2021-11-04T04:38:08Z +-17.8333,28.559,12.5,3,2021-11-04T04:42:50Z +-17.8372,28.5503,14,2.5,2021-11-04T04:49:00Z +-17.8419,28.5611,10.8,2.5,2021-11-04T04:50:03Z +-17.8462,28.5544,27.9,3,2021-11-04T05:01:41Z +-17.8399,28.5597,12.1,3.3,2021-11-04T05:09:19Z +-17.8247,28.5628,13.2,3.4,2021-11-04T05:19:17Z +-17.8383,28.564,14,2.8,2021-11-04T05:40:09Z +-17.8299,28.564,11.8,3,2021-11-04T05:40:36Z +-17.8382,28.5512,13.6,3.4,2021-11-04T05:57:57Z +-17.8518,28.5797,34.7,2.7,2021-11-04T06:05:30Z +-17.8268,28.553,13.8,3.1,2021-11-04T06:20:58Z +-17.8451,28.5554,15,3.5,2021-11-04T06:30:41Z +-17.8401,28.5647,11.1,2.3,2021-11-04T09:14:45Z +-17.8383,28.5578,12.5,2.6,2021-11-04T09:53:15Z +-17.8235,28.5612,14,2.7,2021-11-04T10:01:04Z +-17.833,28.5638,12.3,2.7,2021-11-04T10:09:03Z +-17.8362,28.5457,13.4,2.9,2021-11-04T10:35:03Z +-17.8235,28.5716,11.1,2.9,2021-11-04T12:27:06Z +-17.8238,28.5643,12.9,3.1,2021-11-04T12:37:15Z +-17.8425,28.5839,36.6,3.3,2021-11-04T12:40:15Z +-17.8371,28.5622,12.7,2.8,2021-11-04T13:25:35Z +-17.8448,28.5581,11.7,3.1,2021-11-04T15:44:30Z +-17.844,28.5557,14.6,3.4,2021-11-04T15:51:44Z +-17.8299,28.595,33.2,2.8,2021-11-04T16:02:14Z +-17.8359,28.5532,13.3,3.2,2021-11-04T16:08:00Z +-17.8374,28.5544,10,2.7,2021-11-04T16:13:30Z +-17.8149,28.5674,10.2,2.8,2021-11-04T16:16:49Z +-17.8382,28.5576,12.7,2.6,2021-11-04T17:18:42Z +-17.8523,28.5593,12.4,2.5,2021-11-04T18:14:02Z +-17.829,28.5563,11.7,3,2021-11-04T18:58:01Z +-17.8392,28.5494,15.8,2.9,2021-11-04T19:21:01Z +-17.8327,28.5506,13.8,3,2021-11-04T19:22:56Z +-17.8353,28.5616,12.8,3.2,2021-11-04T19:37:24Z +-17.8358,28.5514,13.2,3.2,2021-11-04T19:42:55Z +-17.8291,28.5604,11,2.6,2021-11-04T19:48:33Z +-17.8417,28.5586,12.3,3.3,2021-11-04T20:12:33Z +-17.8437,28.5667,10.2,2.5,2021-11-04T20:19:29Z +-17.8377,28.5596,12.3,2.8,2021-11-04T21:01:14Z +-17.8387,28.5603,13.6,3.4,2021-11-04T21:03:46Z +-17.8424,28.5551,12.8,2.5,2021-11-04T21:13:25Z +-17.8347,28.5551,13.1,2.9,2021-11-04T21:23:21Z +-17.8269,28.5683,11.1,2.6,2021-11-04T22:07:52Z +-17.8361,28.5876,10,2.4,2021-11-04T22:22:20Z +-17.8316,28.5633,10.2,2.4,2021-11-04T23:01:24Z +-17.781,28.5844,35,4.5,2021-11-04T23:05:29Z +-17.832,28.5536,10.1,2.6,2021-11-04T23:39:39Z +-17.833,28.5584,10.1,2.4,2021-11-04T23:54:27Z +-17.8341,28.5647,13.5,2.9,2021-11-03T00:06:31Z +-17.8279,28.5674,10.5,2.8,2021-11-03T00:08:14Z +-17.8362,28.5548,14.1,3.1,2021-11-03T00:13:38Z +-17.8344,28.5654,10.7,2.9,2021-11-03T00:14:44Z +-17.8422,28.5643,10.4,3,2021-11-03T00:42:55Z +-17.8341,28.5563,10.2,2.7,2021-11-03T00:50:46Z +-17.8229,28.5708,11.6,2.6,2021-11-03T00:52:02Z +-17.8355,28.5622,12.3,3.4,2021-11-03T01:18:18Z +-17.8389,28.5562,11.4,3.4,2021-11-03T01:26:28Z +-17.8187,28.5571,11.8,3.4,2021-11-03T01:27:17Z +-17.8495,28.5635,10.1,2.6,2021-11-03T01:36:05Z +-17.8216,28.5565,14.2,2.8,2021-11-03T01:45:24Z +-17.8317,28.5612,10.4,3.4,2021-11-03T01:48:33Z +-17.8475,28.5618,14,2.7,2021-11-03T01:54:27Z +-17.8376,28.5661,10,2.8,2021-11-03T01:57:48Z +-17.839,28.562,10.6,3,2021-11-03T02:02:25Z +-17.841,28.5514,12.8,3,2021-11-03T02:08:13Z +-17.825,28.5539,13.3,2.7,2021-11-03T02:15:08Z +-17.8456,28.5588,11.4,2.3,2021-11-03T02:19:34Z +-17.8418,28.562,11.5,2.5,2021-11-03T02:31:13Z +-17.8346,28.5613,12.8,2.9,2021-11-03T02:43:37Z +-17.8044,28.5541,12.9,2.4,2021-11-03T02:48:19Z +-17.8358,28.5586,12.5,3.2,2021-11-03T02:53:58Z +-17.8226,28.5465,12.6,3.3,2021-11-03T02:57:46Z +-17.8474,28.5633,12.2,2.6,2021-11-03T03:01:29Z +-17.8363,28.5599,14,3.1,2021-11-03T03:31:57Z +-17.8469,28.565,11.8,2.6,2021-11-03T03:34:51Z +-17.8316,28.5714,12.7,2.5,2021-11-03T03:42:27Z +-17.8279,28.5666,10.1,2.6,2021-11-03T03:42:40Z +-17.8335,28.5629,11.3,2.7,2021-11-03T03:43:51Z +-17.8232,28.5638,10.7,2.4,2021-11-03T03:56:59Z +-17.8496,28.5665,11.5,2.4,2021-11-03T04:38:07Z +-17.8483,28.5529,15.6,2.8,2021-11-03T04:51:23Z +-17.8415,28.5633,10,2.5,2021-11-03T04:54:19Z +-17.7929,28.5652,35.9,4,2021-11-03T04:59:54Z +-17.8076,28.5621,13.1,2.7,2021-11-03T05:06:48Z +-17.8408,28.5635,12.4,3.4,2021-11-03T05:21:39Z +-17.8393,28.5592,13,3.4,2021-11-03T05:39:26Z +-17.8104,28.5657,12.4,2.4,2021-11-03T05:54:15Z +-17.8449,28.5563,12.6,2.5,2021-11-03T06:38:51Z +-17.8357,28.5546,11.2,2.9,2021-11-03T07:02:41Z +-17.839,28.549,12.8,2.7,2021-11-03T07:18:06Z +-17.7923,28.5746,35.6,4.8,2021-11-03T07:27:36Z +-17.8338,28.5704,34.6,5,2021-11-03T07:27:39Z +-17.8389,28.5581,10.5,2.6,2021-11-03T07:33:20Z +-17.829,28.5601,12.4,3.2,2021-11-03T07:58:45Z +-17.8242,28.5635,11,3.1,2021-11-03T08:14:47Z +-17.8319,28.5665,10.2,2.5,2021-11-03T08:19:57Z +-17.8303,28.5574,11,2.7,2021-11-03T08:23:44Z +-17.8469,28.5555,10.1,2.7,2021-11-03T08:46:39Z +-17.8393,28.5497,12.7,2.6,2021-11-03T09:01:50Z +-17.8519,28.5684,34.9,3.2,2021-11-03T09:12:23Z +-17.8554,28.5729,35.5,3.3,2021-11-03T09:15:02Z +-17.853,28.5654,36.7,3,2021-11-03T09:19:23Z +-17.8143,28.5888,34.5,3.3,2021-11-03T09:20:30Z +-17.8604,28.5776,36.2,3.4,2021-11-03T09:23:56Z +-17.8267,28.5908,35.7,3.1,2021-11-03T09:26:10Z +-17.8279,28.56,12.4,2.9,2021-11-03T09:36:20Z +-17.8437,28.556,10.8,2.5,2021-11-03T10:01:43Z +-17.8523,28.5545,13.6,2.8,2021-11-03T10:19:11Z +-17.833,28.5582,14.8,3.2,2021-11-03T10:37:59Z +-17.82,28.5871,12,3.2,2021-11-03T10:38:00Z +-17.8378,28.552,14.2,3.7,2021-11-03T10:43:37Z +-17.844,28.556,11.1,3.2,2021-11-03T10:53:52Z +-17.8381,28.5488,15,3.4,2021-11-03T11:18:17Z +-17.8335,28.5594,11.1,2.8,2021-11-03T11:19:25Z +-17.8255,28.5659,14.9,2.8,2021-11-03T11:44:04Z +-17.8457,28.5641,10.3,2.5,2021-11-03T11:52:31Z +-17.8428,28.5647,10.4,2.5,2021-11-03T12:09:43Z +-17.8368,28.553,14.3,2.9,2021-11-03T12:44:38Z +-17.8421,28.558,11.2,2.5,2021-11-03T12:55:57Z +-17.824,28.5618,10.2,2.5,2021-11-03T13:04:32Z +-17.8313,28.5531,13.3,3.5,2021-11-03T13:14:16Z +-17.8237,28.5488,14.3,3.1,2021-11-03T13:26:53Z +-17.8322,28.5524,13.3,2.9,2021-11-03T13:35:23Z +-17.829,28.5602,13.2,2.9,2021-11-03T13:55:16Z +-17.831,28.5663,11.6,3.6,2021-11-03T14:00:40Z +-17.8446,28.5635,11,2.7,2021-11-03T14:30:51Z +-17.8103,28.577,9.7,2.8,2021-11-03T14:41:14Z +-17.8451,28.5667,10.8,3.6,2021-11-03T15:12:43Z +-17.8368,28.5675,12.1,3.2,2021-11-03T15:29:38Z +-17.8304,28.5705,10.6,2.8,2021-11-03T15:49:39Z +-17.8337,28.5713,10.5,2.7,2021-11-03T16:39:46Z +-17.8143,28.5638,11.1,2.6,2021-11-03T16:51:42Z +-17.8361,28.555,10.9,2.5,2021-11-03T17:37:50Z +-17.8222,28.5672,11.2,2.6,2021-11-03T17:50:19Z +-17.8378,28.5583,10.1,2.6,2021-11-03T17:51:35Z +-17.8385,28.5601,11,3.2,2021-11-03T18:50:34Z +-17.8254,28.5653,9.8,2.7,2021-11-03T19:21:42Z +-17.8292,28.5658,11,3.1,2021-11-03T19:26:22Z +-17.8205,28.5724,11,2.7,2021-11-03T20:19:22Z +-17.8379,28.5587,11.4,2.8,2021-11-03T20:33:12Z +-17.8297,28.5698,10.1,2.7,2021-11-03T20:42:31Z +-17.8418,28.5594,10.3,2.8,2021-11-03T20:51:24Z +-17.834,28.5612,9.8,2.8,2021-11-03T20:57:10Z +-17.8331,28.5611,12.7,3.3,2021-11-03T20:58:25Z +-17.834,28.5654,11,2.8,2021-11-03T21:02:54Z +-17.8316,28.5618,11.5,3.1,2021-11-03T21:06:12Z +-17.8228,28.5738,10.4,2.6,2021-11-03T21:13:07Z +-17.8341,28.5665,9.8,2.7,2021-11-03T21:27:25Z +-17.8364,28.5684,10.4,3,2021-11-03T21:33:38Z +-17.8442,28.5607,11.5,3.1,2021-11-03T22:02:27Z +-17.8428,28.558,11,2.7,2021-11-03T22:03:32Z +-17.8279,28.5667,12.9,3.2,2021-11-03T22:05:20Z +-17.84,28.5659,10.2,2.7,2021-11-03T22:39:14Z +-17.8293,28.5714,11.9,2.6,2021-11-03T22:45:23Z +-17.8399,28.5622,9.9,3.1,2021-11-03T22:50:30Z +-17.8452,28.568,9.5,2.6,2021-11-03T22:53:28Z +-17.8489,28.5488,10.3,2.6,2021-11-03T22:54:56Z +-17.8492,28.567,10.7,3,2021-11-03T22:58:15Z +-17.8364,28.576,11.6,2.8,2021-11-03T22:58:56Z +-17.852,28.5588,10.8,2.6,2021-11-03T23:07:17Z +-17.8401,28.5602,12.6,3,2021-11-03T23:07:29Z +-17.8338,28.5656,10.1,2.7,2021-11-03T23:11:40Z +-17.8335,28.5642,11.6,2.8,2021-11-03T23:14:42Z +-17.8605,28.5636,10.6,2.7,2021-11-03T23:19:00Z +-17.8424,28.5644,13,2.7,2021-11-03T23:25:51Z +-17.833,28.5592,10.7,2.5,2021-11-03T23:37:53Z +-17.835,28.5622,11.6,3.1,2021-11-03T23:41:23Z +-17.8689,28.5478,13.6,2.6,2021-11-03T23:43:27Z +-17.8367,28.5674,9.9,2.5,2021-11-03T23:50:47Z +-17.8466,28.5594,12.3,2.6,2021-11-03T23:54:30Z +-17.8183,28.5556,13.7,2.8,2021-11-03T23:54:52Z +-17.7909,28.5642,15.7,2.7,2021-11-03T23:55:12Z +-17.8222,28.5588,12.5,2.7,2021-11-03T23:55:39Z +-17.8333,28.5662,11.2,3.1,2021-11-02T00:27:39Z +-17.8416,28.5517,12.8,3.2,2021-11-02T00:39:01Z +-17.8155,28.5485,14.8,2.7,2021-11-02T00:43:56Z +-17.8267,28.5653,10.2,2.8,2021-11-02T00:47:27Z +-17.8324,28.5462,13.1,3,2021-11-02T00:57:38Z +-17.8264,28.5558,13.2,2.9,2021-11-02T01:23:50Z +-17.8356,28.5635,12,3.3,2021-11-02T01:38:31Z +-17.8315,28.567,12.6,2.8,2021-11-02T01:43:43Z +-17.8439,28.565,11,3.1,2021-11-02T02:00:41Z +-17.8334,28.5627,11.4,3.5,2021-11-02T02:29:54Z +-17.8353,28.5677,11,2.8,2021-11-02T02:49:01Z +-17.8361,28.5593,13.1,3.4,2021-11-02T02:51:01Z +-17.8791,28.5579,10.4,2.7,2021-11-02T03:17:46Z +-17.8352,28.5664,12.7,2.9,2021-11-02T03:22:00Z +-17.8241,28.5597,9.7,2.8,2021-11-02T03:35:43Z +-17.8076,28.5608,10.6,3.3,2021-11-02T03:37:13Z +-17.8416,28.5567,10.9,3.5,2021-11-02T03:46:51Z +-17.8382,28.562,11.1,2.8,2021-11-02T04:12:29Z +-17.833,28.5538,13.9,3.6,2021-11-02T04:21:11Z +-17.8234,28.557,13.4,2.9,2021-11-02T04:23:50Z +-17.8583,28.5772,35.5,2.9,2021-11-02T04:42:36Z +-17.8416,28.5655,11.3,2.6,2021-11-02T04:56:48Z +-17.8457,28.5558,12.8,2.9,2021-11-02T05:21:23Z +-17.8294,28.5689,11.4,2.8,2021-11-02T05:34:13Z +-17.8425,28.5473,13.8,2.9,2021-11-02T05:35:27Z +-17.8355,28.5673,10.4,2.7,2021-11-02T05:43:16Z +-17.8429,28.5511,14.2,2.8,2021-11-02T05:52:22Z +-17.8363,28.5613,11.2,2.9,2021-11-02T06:07:46Z +-17.8257,28.5505,12.7,2.8,2021-11-02T06:21:33Z +-17.8381,28.55,14.3,3,2021-11-02T06:43:03Z +-17.8345,28.5476,12.6,2.8,2021-11-02T06:45:51Z +-17.8177,28.5723,37,3,2021-11-02T07:07:20Z +-17.8271,28.5458,14.2,3.1,2021-11-02T07:22:27Z +-17.8301,28.5567,12.8,3,2021-11-02T07:25:01Z +-17.8273,28.561,10,2.6,2021-11-02T07:51:07Z +-17.7744,28.5809,10.2,2.6,2021-11-02T07:55:00Z +-17.8338,28.5549,13.1,3,2021-11-02T08:54:38Z +-17.8258,28.5665,10,2.7,2021-11-02T08:59:17Z +-17.823,28.5501,10.2,3.1,2021-11-02T09:05:27Z +-17.8505,28.5566,11.2,2.9,2021-11-02T09:09:12Z +-17.8268,28.5624,14.5,3,2021-11-02T09:14:06Z +-17.8151,28.5574,10.6,2.8,2021-11-02T09:21:37Z +-17.8262,28.5626,10.5,2.6,2021-11-02T09:27:08Z +-17.8231,28.5551,13.5,2.8,2021-11-02T09:56:57Z +-17.8405,28.5708,13,3.3,2021-11-02T10:04:48Z +-17.8282,28.5602,12.3,3.5,2021-11-02T11:26:11Z +-17.8351,28.5625,11.4,2.8,2021-11-02T11:39:22Z +-17.8336,28.5612,11.2,3,2021-11-02T11:56:38Z +-17.8392,28.5563,10.7,3.4,2021-11-02T12:19:40Z +-17.8354,28.5548,11.1,2.4,2021-11-02T12:49:30Z +-17.8383,28.5622,11,2.5,2021-11-02T13:01:19Z +-17.8393,28.5646,11.4,2.6,2021-11-02T13:44:55Z +-17.8379,28.5519,12.1,2.7,2021-11-02T13:48:19Z +-17.829,28.5653,9.3,2.5,2021-11-02T14:01:37Z +-17.8379,28.564,10.2,2.8,2021-11-02T14:08:04Z +-17.8146,28.566,35.1,3.6,2021-11-02T14:15:52Z +-17.8297,28.5623,9.7,2.6,2021-11-02T14:30:59Z +-17.8295,28.5638,10,2.8,2021-11-02T14:34:16Z +-17.8328,28.5655,11.2,3.2,2021-11-02T14:53:53Z +-17.8409,28.5575,11.2,3,2021-11-02T15:05:07Z +-17.8194,28.5717,10.7,2.7,2021-11-02T15:17:30Z +-17.8426,28.5615,10.1,2.6,2021-11-02T15:19:40Z +-17.8364,28.5526,11.2,3.5,2021-11-02T15:55:33Z +-17.8303,28.5645,11.2,3.5,2021-11-02T16:16:49Z +-17.8255,28.5654,12.1,3.6,2021-11-02T16:26:11Z +-17.8372,28.5591,10.8,2.9,2021-11-02T16:27:57Z +-17.8511,28.5644,10.6,2.7,2021-11-02T16:33:21Z +-17.8567,28.5633,10.4,2.4,2021-11-02T16:49:16Z +-17.8291,28.5636,11.4,3,2021-11-02T16:54:35Z +-17.8475,28.5576,12.5,4.1,2021-11-02T17:15:55Z +-17.8383,28.5587,12.5,3.7,2021-11-02T17:26:21Z +-17.8483,28.5614,10.3,3,2021-11-02T17:42:45Z +-17.8293,28.5614,12.5,3.4,2021-11-02T18:00:52Z +-17.8262,28.5538,12.7,3.5,2021-11-02T18:15:05Z +-17.8306,28.5595,11.1,3.4,2021-11-02T18:37:05Z +-17.8355,28.5535,9.2,2.6,2021-11-02T18:42:27Z +-17.8332,28.568,10.1,2.8,2021-11-02T19:00:11Z +-17.8301,28.5711,10.3,2.4,2021-11-02T19:27:31Z +-17.8423,28.5602,10.7,3.4,2021-11-02T19:44:09Z +-17.8214,28.566,9.5,2.6,2021-11-02T19:55:38Z +-17.8401,28.5529,10.3,2.7,2021-11-02T19:57:40Z +-17.8448,28.5599,9.4,2.7,2021-11-02T20:03:55Z +-17.8311,28.5609,10.8,3,2021-11-02T20:09:09Z +-17.8288,28.5617,12.9,3,2021-11-02T20:18:58Z +-17.8112,28.5675,13.9,2.5,2021-11-02T20:25:45Z +-17.8426,28.5627,11.2,3.3,2021-11-02T21:02:50Z +-17.8414,28.5598,10.6,2.7,2021-11-02T21:26:06Z +-17.8119,28.5677,12.5,2.5,2021-11-02T21:34:22Z +-17.8439,28.5585,11.2,2.6,2021-11-02T21:40:23Z +-17.8633,28.5455,10.8,2.5,2021-11-02T21:50:32Z +-17.8426,28.5589,10.1,2.5,2021-11-02T21:56:24Z +-17.8389,28.5629,10.1,2.7,2021-11-02T21:58:41Z +-17.8387,28.5624,10,2.5,2021-11-02T22:00:36Z +-17.8475,28.5638,11.2,2.6,2021-11-02T22:01:39Z +-17.8321,28.566,11.7,2.7,2021-11-02T22:04:46Z +-17.8376,28.5593,10.6,2.5,2021-11-02T22:11:12Z +-17.7695,28.697,22.5,2.6,2021-11-02T22:17:21Z +-17.8176,28.5587,13.8,2.8,2021-11-02T22:20:00Z +-17.8444,28.5622,10.1,2.2,2021-11-02T22:34:34Z +-17.8377,28.5665,11.2,2.7,2021-11-02T22:36:04Z +-17.8536,28.5683,9.8,2.9,2021-11-02T22:39:51Z +-17.8392,28.5585,10.2,3.3,2021-11-02T22:45:46Z +-17.8322,28.5658,12.7,3.2,2021-11-02T22:46:01Z +-17.8169,28.5515,17.3,2.7,2021-11-02T22:47:04Z +-17.8407,28.5292,15.2,3,2021-11-02T22:52:32Z +-17.8489,28.5659,9.5,2.5,2021-11-02T22:57:46Z +-17.836,28.5631,11.2,3.2,2021-11-02T23:01:39Z +-17.846,28.5602,12.3,3.2,2021-11-02T23:03:55Z +-17.8377,28.5595,12.9,2.5,2021-11-02T23:09:14Z +-17.8288,28.5562,13.8,2.6,2021-11-02T23:15:47Z +-17.8665,28.5433,11,2.5,2021-11-02T23:18:58Z +-17.8217,28.5553,15,2.5,2021-11-02T23:22:54Z +-17.8227,28.5522,14,2.6,2021-11-02T23:26:41Z +-17.8284,28.5563,13.2,2.5,2021-11-02T23:32:08Z +-17.8417,28.5882,10.8,2.4,2021-11-02T23:32:42Z +-17.846,28.5648,11.6,2.6,2021-11-02T23:35:53Z +-17.848,28.5671,11.1,2.7,2021-11-02T23:44:26Z +-17.8371,28.5683,10.1,2.5,2021-11-02T23:55:25Z +-17.8313,28.5602,10.2,2.8,2021-11-01T00:15:35Z +-17.8144,28.5359,31.5,3,2021-11-01T00:21:28Z +-17.8343,28.5621,10.9,3.3,2021-11-01T01:22:34Z +-17.8387,28.563,10.5,3.2,2021-11-01T01:31:31Z +-17.8254,28.5416,14,2.6,2021-11-01T01:53:35Z +-17.84,28.5597,11.2,3.5,2021-11-01T01:57:46Z +-17.8282,28.5621,10.1,2.6,2021-11-01T02:15:32Z +-17.8331,28.5725,11,2.9,2021-11-01T02:17:40Z +-17.8417,28.5662,10.3,2.7,2021-11-01T02:27:26Z +-17.8432,28.5593,12.3,2.8,2021-11-01T02:36:23Z +-17.7913,28.6038,31.8,3,2021-11-01T02:39:45Z +-17.8351,28.5676,11.3,3.6,2021-11-01T02:44:17Z +-17.835,28.5675,10.1,2.6,2021-11-01T02:56:22Z +-17.8356,28.564,11.4,3.4,2021-11-01T03:00:57Z +-17.8414,28.5634,13.7,2.8,2021-11-01T03:26:45Z +-17.8352,28.5653,11.1,3.2,2021-11-01T03:28:25Z +-17.8234,28.5581,14.2,3.4,2021-11-01T03:34:25Z +-17.8405,28.5635,10.3,2.8,2021-11-01T03:36:19Z +-17.8428,28.5586,13.1,3.1,2021-11-01T03:41:10Z +-17.8413,28.5622,11.2,3.2,2021-11-01T03:53:33Z +-17.8342,28.5665,12.4,3.6,2021-11-01T04:00:28Z +-17.8253,28.5654,12.7,3.2,2021-11-01T04:03:59Z +-17.8419,28.5644,10.3,3,2021-11-01T04:12:26Z +-17.8237,28.5668,10.7,3.1,2021-11-01T04:21:58Z +-17.8297,28.5611,10,2.7,2021-11-01T04:36:26Z +-17.8198,28.5751,10,2.5,2021-11-01T04:53:03Z +-17.833,28.5616,9.6,2.7,2021-11-01T04:55:25Z +-17.8142,28.5771,10.5,2.5,2021-11-01T04:56:25Z +-17.8252,28.6022,34.9,2.9,2021-11-01T04:56:34Z +-17.8324,28.5617,10.7,2.9,2021-11-01T05:08:06Z +-17.8566,28.5748,9.7,2.4,2021-11-01T05:10:16Z +-17.8355,28.5581,11.3,3,2021-11-01T05:12:36Z +-17.8448,28.5601,10.5,3.2,2021-11-01T05:22:07Z +-17.8413,28.5629,10.5,2.6,2021-11-01T05:23:48Z +-17.8469,28.5696,10.4,2.6,2021-11-01T05:34:52Z +-17.8272,28.5788,10,2.4,2021-11-01T05:36:29Z +-17.8428,28.5667,11,2.9,2021-11-01T05:40:24Z +-17.8135,28.559,11.1,2.6,2021-11-01T05:43:30Z +-17.8437,28.5606,10.7,3.4,2021-11-01T05:46:33Z +-17.8357,28.5676,10.1,2.9,2021-11-01T05:50:23Z +-17.8312,28.5567,12.9,3,2021-11-01T05:51:17Z +-17.8512,28.5708,11,2.7,2021-11-01T05:54:52Z +-17.842,28.5582,11.4,3.6,2021-11-01T05:57:22Z +-17.8301,28.5636,10.6,2.9,2021-11-01T05:59:25Z +-17.8353,28.5644,10.8,2.6,2021-11-01T06:02:41Z +-17.8437,28.5627,9.9,2.4,2021-11-01T06:05:11Z +-17.8366,28.5659,10.2,3.3,2021-11-01T06:23:16Z +-17.8441,28.5652,10.2,3.1,2021-11-01T06:25:57Z +-17.8267,28.5634,10.4,2.8,2021-11-01T06:34:14Z +-17.8446,28.5649,10.4,3.5,2021-11-01T06:41:05Z +-17.8367,28.5574,12.4,2.7,2021-11-01T06:44:46Z +-17.8302,28.5657,9.8,2.4,2021-11-01T06:49:13Z +-17.846800000000002,28.5618,10.3,2.7,2021-11-01T07:02:53Z +-17.8319,28.562,10.4,3,2021-11-01T07:26:36Z +-17.8404,28.5578,11,3,2021-11-01T07:27:58Z +-17.8321,28.5571,9.7,2.7,2021-11-01T07:29:04Z +-17.8392,28.5585,10.3,3.3,2021-11-01T07:31:56Z +-17.8317,28.5631,10.2,2.6,2021-11-01T07:35:10Z +-17.8431,28.5611,10.9,3,2021-11-01T07:38:35Z +-17.8246,28.5653,9.8,3.1,2021-11-01T07:43:48Z +-17.8275,28.5632,11,3.2,2021-11-01T07:46:11Z +-17.85,28.5569,12.5,3.3,2021-11-01T07:58:10Z +-17.833,28.5595,10.5,2.7,2021-11-01T08:00:20Z +-17.8432,28.5668,9.9,3,2021-11-01T08:11:01Z +-17.8349,28.5648,9.9,2.8,2021-11-01T08:15:17Z +-17.8292,28.5663,10.5,2.6,2021-11-01T08:24:41Z +-17.8421,28.5616,9.1,2.4,2021-11-01T08:25:51Z +-17.8342,28.5515,12.5,3.1,2021-11-01T08:28:24Z +-17.8285,28.5637,10.3,3.2,2021-11-01T08:39:38Z +-17.8267,28.5614,10.6,2.8,2021-11-01T08:47:28Z +-17.8213,28.5735,10,2.7,2021-11-01T08:56:03Z +-17.8268,28.563,12,3.3,2021-11-01T09:03:34Z +-17.8329,28.56,12.1,3.4,2021-11-01T09:05:52Z +-17.8296,28.5461,12.2,3.3,2021-11-01T09:07:08Z +-17.8159,28.5614,10.8,2.9,2021-11-01T09:24:58Z +-17.8387,28.5608,10.1,2.9,2021-11-01T09:31:11Z +-17.8369,28.561,10.8,3.1,2021-11-01T09:42:00Z +-17.8396,28.5646,10.4,2.8,2021-11-01T09:44:51Z +-17.8223,28.5713,10.3,2.9,2021-11-01T09:48:57Z +-17.8359,28.5616,10.3,2.9,2021-11-01T09:53:25Z +-17.8317,28.5661,10.9,3.5,2021-11-01T09:55:45Z +-17.8357,28.5656,11,3.4,2021-11-01T10:09:41Z +-17.8407,28.5619,10.3,2.7,2021-11-01T10:11:23Z +-17.8354,28.5643,10.4,3,2021-11-01T10:13:44Z +-17.8224,28.5616,10.9,3.7,2021-11-01T10:17:26Z +-17.8352,28.5629,9.8,2.7,2021-11-01T10:27:02Z +-17.8374,28.5589,10.3,3.1,2021-11-01T10:28:15Z +-17.8364,28.5642,10,2.9,2021-11-01T10:35:41Z +-17.8344,28.5506,13.3,3.1,2021-11-01T10:40:05Z +-17.8304,28.5708,10.2,3,2021-11-01T10:43:46Z +-17.84,28.5641,10.6,3.5,2021-11-01T10:46:34Z +-17.8366,28.5602,10.6,3.9,2021-11-01T10:48:59Z +-17.8394,28.5586,10.6,3.4,2021-11-01T10:56:28Z +-17.8341,28.5622,10.6,2.7,2021-11-01T11:00:02Z +-17.8376,28.5628,11.2,3.4,2021-11-01T11:13:12Z +-17.8521,28.5604,11.2,2.8,2021-11-01T11:18:40Z +-17.8395,28.5694,9.9,2.9,2021-11-01T11:21:10Z +-17.8305,28.5619,10.6,3.1,2021-11-01T11:23:29Z +-17.8394,28.5604,10.4,2.4,2021-11-01T11:28:35Z +-17.8326,28.5697,10.3,2.4,2021-11-01T11:30:52Z +-17.8051,28.5576,11,3.2,2021-11-01T11:32:28Z +-17.8306,28.5716,10.2,2.9,2021-11-01T11:42:26Z +-17.8354,28.5634,12.1,3.1,2021-11-01T11:43:21Z +-17.8295,28.5596,11.3,3.2,2021-11-01T11:48:21Z +-17.8361,28.5606,12.2,2.7,2021-11-01T11:52:54Z +-17.8363,28.5595,10.8,3.3,2021-11-01T11:58:53Z +-17.8349,28.5608,10.7,3.6,2021-11-01T12:11:18Z +-17.8284,28.5643,10.7,3,2021-11-01T12:13:10Z +-17.8526,28.5627,10.7,3.3,2021-11-01T12:20:34Z +-17.8304,28.5612,11.4,2.6,2021-11-01T12:37:43Z +-17.8409,28.5607,10.1,2.7,2021-11-01T12:49:34Z +-17.8068,28.5757,10.1,2.7,2021-11-01T12:52:40Z +-17.8358,28.5577,10.3,4,2021-11-01T13:03:06Z +-17.8257,28.5667,10.4,2.9,2021-11-01T13:10:28Z +-17.8348,28.5633,11.3,3.4,2021-11-01T13:13:01Z +-17.8349,28.562,10.3,2.8,2021-11-01T13:18:10Z +-17.8421,28.5537,10.4,2.8,2021-11-01T13:22:46Z +-17.8445,28.5531,13.5,3.5,2021-11-01T13:30:46Z +-17.8268,28.5653,10.2,3.1,2021-11-01T13:34:36Z +-17.8527,28.5539,10,2.6,2021-11-01T13:42:26Z +-17.839,28.5595,11.1,2.9,2021-11-01T14:08:09Z +-17.7909,28.5947,39.1,3.3,2021-11-01T14:12:03Z +-17.8384,28.5689,10.4,2.6,2021-11-01T14:20:29Z +-17.8384,28.5639,10.6,2.7,2021-11-01T14:29:50Z +-17.7701,28.6153,24.6,2.9,2021-11-01T14:30:46Z +-17.8574,28.5694,11.8,2.6,2021-11-01T14:33:46Z +-17.837,28.5677,10,2.1,2021-11-01T14:34:20Z +-17.8203,28.5533,36.4,3.1,2021-11-01T14:49:04Z +-17.8327,28.5629,9.8,2.5,2021-11-01T14:51:30Z +-17.829,28.5669,10.9,3.2,2021-11-01T15:02:51Z +-17.7981,28.5504,14.2,2.7,2021-11-01T15:06:21Z +-17.8279,28.558,10.7,2.8,2021-11-01T15:06:49Z +-17.8129,28.5548,14.4,2.9,2021-11-01T15:15:56Z +-17.8325,28.5663,12.2,2.7,2021-11-01T15:29:22Z +-17.8067,28.5568,9.5,2.7,2021-11-01T15:42:01Z +-17.8338,28.5681,10.2,2.4,2021-11-01T16:21:18Z +-17.8329,28.5732,9.8,2.8,2021-11-01T16:33:08Z +-17.83,28.5696,11.4,2.9,2021-11-01T16:49:55Z +-17.8285,28.5773,10.1,2.6,2021-11-01T16:50:56Z +-17.8613,28.5706,10.3,2.6,2021-11-01T16:55:31Z +-17.8324,28.5625,10.6,2.9,2021-11-01T17:14:10Z +-17.8256,28.5693,10.4,2.7,2021-11-01T17:21:38Z +-17.8331,28.5821,10.4,2.5,2021-11-01T17:48:40Z +-17.8294,28.5627,12.7,2.8,2021-11-01T18:04:25Z +-17.8327,28.5605,9.7,3,2021-11-01T18:05:30Z +-17.8108,28.5872,9.7,2.5,2021-11-01T18:13:39Z +-17.8353,28.5639,10.4,3.1,2021-11-01T18:14:22Z +-17.8723,28.5558,11.2,2.6,2021-11-01T18:19:54Z +-17.8308,28.5611,11.2,2.7,2021-11-01T18:26:16Z +-17.8405,28.5625,10.5,3.1,2021-11-01T18:29:21Z +-17.8298,28.5625,9.5,3,2021-11-01T18:44:12Z +-17.8337,28.5605,10.6,3,2021-11-01T18:58:01Z +-17.8449,28.5619,10.6,3,2021-11-01T19:02:13Z +-17.8373,28.5657,10.1,3.2,2021-11-01T19:18:34Z +-17.8399,28.568,9.4,2.9,2021-11-01T19:24:40Z +-17.7994,28.561,14.3,2.6,2021-11-01T19:34:16Z +-17.848,28.5589,9.6,3.4,2021-11-01T19:38:42Z +-17.8289,28.5658,14.6,3.3,2021-11-01T19:39:38Z +-17.8444,28.5673,10.4,2.9,2021-11-01T19:41:22Z +-17.8248,28.565,12.7,3.4,2021-11-01T19:55:08Z +-17.8393,28.5785,10.5,2.8,2021-11-01T19:59:33Z +-17.8448,28.5583,10.6,2.5,2021-11-01T20:05:06Z +-17.8517,28.5642,9.9,3.1,2021-11-01T20:13:54Z +-17.833,28.5614,11.4,2.5,2021-11-01T20:21:01Z +-17.8137,28.5735,36,4.6,2021-11-01T20:24:11Z +-17.8307,28.5656,11.6,2.8,2021-11-01T20:38:27Z +-17.8371,28.558,9.5,3.1,2021-11-01T20:55:09Z +-17.836,28.5664,11.7,3.4,2021-11-01T21:00:19Z +-17.8414,28.5664,10.1,2.8,2021-11-01T21:06:39Z +-17.8254,28.5621,12.9,2.9,2021-11-01T21:09:49Z +-17.8411,28.5579,13.9,3,2021-11-01T21:16:56Z +-17.8365,28.5603,10,2.5,2021-11-01T21:26:02Z +-17.8314,28.5426,13.4,2.8,2021-11-01T21:27:40Z +-17.8405,28.5678,9.2,2.2,2021-11-01T21:30:20Z +-17.8278,28.5543,9.6,2.8,2021-11-01T21:41:01Z +-17.8121,28.5564,10.2,2.7,2021-11-01T21:44:16Z +-17.838,28.5562,11.8,2.8,2021-11-01T22:07:21Z +-17.825,28.5575,12,2.6,2021-11-01T22:11:06Z +-17.8383,28.5499,14,2.9,2021-11-01T22:13:09Z +-17.8715,28.5682,11.5,2.8,2021-11-01T22:21:37Z +-17.8488,28.5585,11,3,2021-11-01T22:39:38Z +-17.839,28.5509,12.7,2.8,2021-11-01T22:48:29Z +-17.8077,28.6178,40.8,3.1,2021-11-01T23:08:44Z +-17.8335,28.5605,13,3.2,2021-11-01T23:26:14Z +-17.8518,28.5611,10.9,2.9,2021-11-01T23:28:08Z +-17.8372,28.5384,32.7,2.5,2021-11-01T23:59:28Z +-17.8361,28.5609,12.2,2.7,2021-10-31T00:04:53Z +-17.8221,28.5866,31.8,2.7,2021-10-31T00:32:05Z +-17.8378,28.5505,15,3,2021-10-31T00:34:21Z +-17.8329,28.5614,13.2,3.1,2021-10-31T00:46:43Z +-17.829,28.5616,9.9,2.7,2021-10-31T01:23:33Z +-17.8353,28.5657,11.3,2.7,2021-10-31T01:25:42Z +-17.835,28.5658,13.8,2.7,2021-10-31T01:32:33Z +-17.8424,28.5603,11.1,2.8,2021-10-31T02:04:25Z +-17.8429,28.5639,12.5,2.7,2021-10-31T02:14:32Z +-17.8382,28.5548,13.5,2.9,2021-10-31T02:54:07Z +-17.8309,28.563,11,2.5,2021-10-31T03:08:21Z +-17.834,28.559,12.2,2.7,2021-10-31T03:14:18Z +-17.839,28.5556,12.6,2.9,2021-10-31T03:16:27Z +-17.8482,28.5525,14.5,3.1,2021-10-31T03:27:11Z +-17.8152,28.5696,35.3,3.3,2021-10-31T03:54:40Z +-17.8282,28.5587,13.7,3.1,2021-10-31T03:59:03Z +-17.8342,28.558,13,2.7,2021-10-31T04:51:16Z +-17.8368,28.5575,9.8,2.9,2021-10-31T05:15:39Z +-17.8423,28.5641,11,2.6,2021-10-31T06:15:40Z +-17.8309,28.5561,10.9,2.9,2021-10-31T06:26:09Z +-17.8369,28.5603,11.3,2.9,2021-10-31T06:29:43Z +-17.842,28.5646,11.2,2.8,2021-10-31T06:50:21Z +-17.8313,28.5614,12.4,3.1,2021-10-31T06:52:16Z +-17.8342,28.5526,13.3,3.2,2021-10-31T07:12:34Z +-17.8474,28.5611,11,3,2021-10-31T07:44:40Z +-17.8395,28.5668,10.3,2.8,2021-10-31T07:59:39Z +-17.824,28.5734,9.8,2.8,2021-10-31T08:32:45Z +-17.8369,28.5549,12.2,3.4,2021-10-31T08:35:14Z +-17.8257,28.5639,11.3,3.3,2021-10-31T09:11:35Z +-17.8466,28.5588,10.8,3.1,2021-10-31T09:20:56Z +-17.8376,28.556,12.8,3.4,2021-10-31T09:35:29Z +-17.8303,28.5655,10.3,2.7,2021-10-31T09:39:57Z +-17.8333,28.5754,10.6,2.7,2021-10-31T09:59:43Z +-17.8331,28.561,12.3,3.1,2021-10-31T10:28:16Z +-17.8152,28.5623,12.4,3,2021-10-31T10:48:55Z +-17.8436,28.563,11,3.1,2021-10-31T11:12:55Z +-17.8295,28.5621,11.2,2.8,2021-10-31T12:46:48Z +-17.8334,28.5666,10.1,2.8,2021-10-31T12:52:28Z +-17.8296,28.5686,11.7,2.7,2021-10-31T12:56:51Z +-17.839,28.5611,10.7,2.5,2021-10-31T13:00:27Z +-17.8344,28.5664,10.4,2.5,2021-10-31T13:07:11Z +-17.8335,28.5637,11,2.8,2021-10-31T13:08:14Z +-17.8747,28.574,10.1,2.6,2021-10-31T13:08:44Z +-17.8472,28.5787,11,2.5,2021-10-31T13:09:26Z +-17.8281,28.5659,11.3,2.8,2021-10-31T13:09:38Z +-17.8106,28.5611,10.9,2.9,2021-10-31T13:28:01Z +-17.8315,28.5552,11.3,3.1,2021-10-31T13:41:10Z +-17.8114,28.5762,10.7,2.6,2021-10-31T13:44:33Z +-17.8683,28.557,10.1,2.5,2021-10-31T13:46:00Z +-17.8251,28.5698,10,2.7,2021-10-31T13:49:30Z +-17.8303,28.5673,10,3.4,2021-10-31T13:57:47Z +-17.8415,28.5602,10.4,2.4,2021-10-31T14:34:04Z +-17.832,28.5702,11.5,2.9,2021-10-31T14:42:41Z +-17.8593,28.563,9.7,3.1,2021-10-31T14:43:44Z +-17.8655,28.5546,9.8,2.6,2021-10-31T14:57:45Z +-17.8349,28.5769,10.1,2.6,2021-10-31T15:00:17Z +-17.8624,28.5621,11.1,3.2,2021-10-31T15:09:40Z +-17.8376,28.5643,11.5,2.4,2021-10-31T15:12:34Z +-17.844,28.5693,10.2,2.5,2021-10-31T15:50:30Z +-17.8594,28.5661,9.7,2.6,2021-10-31T15:54:42Z +-17.8357,28.5652,11.2,2.7,2021-10-31T16:12:42Z +-17.8382,28.5598,12.6,3.1,2021-10-31T16:36:39Z +-17.8202,28.5612,12.7,3.1,2021-10-31T16:43:38Z +-17.8307,28.5654,10.5,3,2021-10-31T16:45:27Z +-17.8297,28.5558,11.6,2.7,2021-10-31T16:48:36Z +-17.8228,28.557,11.5,2.7,2021-10-31T16:59:20Z +-17.8061,28.5677,29.9,2.7,2021-10-31T17:01:11Z +-17.8539,28.5698,9.8,2.6,2021-10-31T17:04:34Z +-17.872,28.5447,13.4,2.6,2021-10-31T17:07:10Z +-17.8327,28.5594,10.3,2.7,2021-10-31T17:07:34Z +-17.8307,28.507,13,2.7,2021-10-31T17:20:28Z +-17.8372,28.559,9.6,2.5,2021-10-31T17:20:47Z +-17.8331,28.5619,9.6,2.8,2021-10-31T17:27:11Z +-17.817,28.5752,37.8,5,2021-10-31T17:52:51Z +-17.839,28.5747,12.5,2.8,2021-10-31T18:05:02Z +-17.8191,28.5608,10.1,2.2,2021-10-31T18:11:53Z +-17.8307,28.5501,13.7,2.7,2021-10-31T18:14:11Z +-17.8333,28.5681,11.3,2.9,2021-10-31T18:17:30Z +-17.8552,28.5726,9.6,3.3,2021-10-31T18:18:46Z +-17.8471,28.562,10.4,2.9,2021-10-31T18:19:58Z +-17.8352,28.5604,10.3,3,2021-10-31T18:32:59Z +-17.8379,28.5589,11.3,3,2021-10-31T18:41:37Z +-17.8239,28.5573,11,2.7,2021-10-31T18:52:11Z +-17.8359,28.56,9.6,3.1,2021-10-31T18:53:47Z +-17.8372,28.5652,11.2,2.6,2021-10-31T19:07:18Z +-17.8275,28.5736,10.3,2.5,2021-10-31T19:13:44Z +-17.8631,28.5649,9.5,2.6,2021-10-31T19:15:01Z +-17.8275,28.5713,12.2,2.8,2021-10-31T19:44:51Z +-17.8044,28.578,10.3,2.4,2021-10-31T19:52:52Z +-17.8446,28.5563,12.6,2.6,2021-10-31T19:59:59Z +-17.8545,28.5612,13.1,2.9,2021-10-31T20:17:30Z +-17.8389,28.5609,12.9,3.3,2021-10-31T21:11:50Z +-17.8204,28.5422,14.2,2.5,2021-10-31T22:19:23Z +-17.8409,28.5637,12.9,2.8,2021-10-31T22:31:15Z +-17.8418,28.5664,11.5,2.7,2021-10-31T22:52:49Z +-17.8045,28.5934,38.1,3.2,2021-10-31T23:04:55Z +-17.8414,28.5584,10.4,2.8,2021-10-31T23:36:30Z +-17.8365,28.5628,10.1,2.3,2021-10-31T23:43:10Z +-17.7733,28.6049,35.2,3.3,2021-10-31T23:48:45Z +-17.834,28.5661,10.5,2.6,2021-10-30T00:03:11Z +-17.8231,28.564,12.2,2.7,2021-10-30T00:09:19Z +-17.8315,28.5613,10.3,2.7,2021-10-30T00:24:46Z +-17.8357,28.5537,12.6,3.2,2021-10-30T00:51:09Z +-17.8335,28.563,10.4,3,2021-10-30T01:02:38Z +-17.8409,28.5573,13.9,3,2021-10-30T01:10:38Z +-17.8461,28.5729,10.3,2.6,2021-10-30T01:33:27Z +-17.8299,28.5717,10.9,2.7,2021-10-30T01:56:57Z +-17.8226,28.5622,11.9,2.8,2021-10-30T02:24:10Z +-17.8327,28.5604,12.1,3.3,2021-10-30T02:28:30Z +-17.8364,28.5584,13.6,3.2,2021-10-30T02:30:00Z +-17.8283,28.563,12.4,2.9,2021-10-30T02:32:01Z +-17.8396,28.5595,12.2,3,2021-10-30T02:46:53Z +-17.8313,28.5574,13.9,3.4,2021-10-30T02:54:04Z +-17.8409,28.5623,15,2.8,2021-10-30T02:56:43Z +-17.8343,28.5602,12.6,2.7,2021-10-30T03:10:48Z +-17.8334,28.5579,13.9,3.5,2021-10-30T03:17:34Z +-17.8301,28.576,36.9,4.1,2021-10-30T03:36:06Z +-17.8503,28.5646,10.1,2.7,2021-10-30T03:54:39Z +-17.8327,28.5689,11.2,2.6,2021-10-30T04:11:36Z +-17.8527,28.5551,12.9,2.8,2021-10-30T04:18:03Z +-17.8478,28.5578,14.2,2.8,2021-10-30T04:29:11Z +-17.8356,28.568,11.1,2.6,2021-10-30T04:30:33Z +-17.8382,28.5631,11.1,3,2021-10-30T04:32:17Z +-17.8349,28.5595,10.8,2.8,2021-10-30T04:43:37Z +-17.8465,28.5478,13.3,2.8,2021-10-30T04:48:33Z +-17.8256,28.5637,9.8,2.6,2021-10-30T04:59:20Z +-17.8053,28.5649,11.8,2.6,2021-10-30T05:15:10Z +-17.8527,28.5593,11.1,3.2,2021-10-30T05:16:04Z +-17.8262,28.5674,11.3,2.8,2021-10-30T05:32:24Z +-17.8486,28.5619,11.2,2.9,2021-10-30T05:33:31Z +-17.839,28.5635,11.3,2.8,2021-10-30T05:36:38Z +-17.8223,28.5606,12.1,3.2,2021-10-30T05:38:44Z +-17.8409,28.5598,9.8,3,2021-10-30T05:46:21Z +-17.8191,28.5683,13.3,2.9,2021-10-30T05:52:07Z +-17.8689,28.5628,12,2.7,2021-10-30T05:56:57Z +-17.8512,28.5637,9.8,3.7,2021-10-30T06:13:10Z +-17.8556,28.5701,12.6,2.6,2021-10-30T06:16:46Z +-17.8467,28.5455,13.8,2.8,2021-10-30T06:17:01Z +-17.8515,28.5623,9.8,3.3,2021-10-30T06:21:37Z +-17.8396,28.5707,34.7,5,2021-10-30T06:24:23Z +-17.8549,28.4876,31.9,2.4,2021-10-30T06:37:08Z +-17.8763,28.5574,11.4,2.6,2021-10-30T06:40:29Z +-17.8761,28.5762,10.1,2.5,2021-10-30T06:55:34Z +-17.8344,28.5567,11.4,3.1,2021-10-30T06:59:26Z +-17.8347,28.5781,10.5,3.1,2021-10-30T07:16:25Z +-17.8351,28.5607,10.2,3,2021-10-30T07:33:37Z +-17.8452,28.5671,9.9,2.9,2021-10-30T08:04:10Z +-17.8197,28.5698,10.9,2.7,2021-10-30T08:21:01Z +-17.8326,28.5599,10.2,3,2021-10-30T08:25:44Z +-17.8426,28.5774,10.4,2.7,2021-10-30T08:36:45Z +-17.8322,28.5657,12.8,2.9,2021-10-30T08:45:34Z +-17.8341,28.5582,10,3,2021-10-30T08:49:35Z +-17.8258,28.5718,12.5,2.9,2021-10-30T09:05:46Z +-17.84,28.5624,11.2,3,2021-10-30T09:23:39Z +-17.8419,28.5586,13.5,2.8,2021-10-30T09:57:57Z +-17.8516,28.5691,11.4,3.1,2021-10-30T10:01:14Z +-17.8462,28.556,12.1,2.9,2021-10-30T10:20:37Z +-17.8469,28.5551,12.1,2.8,2021-10-30T10:24:19Z +-17.8357,28.5665,11.5,3.1,2021-10-30T11:08:20Z +-17.8333,28.5706,9.8,3.2,2021-10-30T11:37:16Z +-17.8279,28.5615,14.8,3.1,2021-10-30T11:44:16Z +-17.8541,28.5655,13.9,2.8,2021-10-30T12:11:04Z +-17.8282,28.5653,11.6,3,2021-10-30T12:14:22Z +-17.84,28.5658,9.8,2.6,2021-10-30T12:24:30Z +-17.8004,28.5776,10.8,2.7,2021-10-30T12:38:35Z +-17.8311,28.5536,13.8,2.8,2021-10-30T13:15:10Z +-17.8288,28.5679,11.2,3.1,2021-10-30T13:17:38Z +-17.8384,28.5721,11.3,2.9,2021-10-30T13:27:58Z +-17.8401,28.5619,11.1,2.7,2021-10-30T13:32:15Z +-17.8325,28.5593,12.7,3.5,2021-10-30T13:39:00Z +-17.8434,28.5615,12.1,2.6,2021-10-30T13:59:21Z +-17.8375,28.5601,9.7,2.7,2021-10-30T14:02:57Z +-17.8559,28.5496,13.4,2.6,2021-10-30T14:36:52Z +-17.8439,28.5456,12.3,2.7,2021-10-30T14:44:09Z +-17.8028,28.5506,13.6,2.8,2021-10-30T14:54:11Z +-17.8494,28.5545,14.2,3,2021-10-30T14:55:26Z +-17.8143,28.5758,10.4,2.8,2021-10-30T15:38:17Z +-17.856,28.5558,13.8,3,2021-10-30T15:39:07Z +-17.8336,28.5628,11.2,2.8,2021-10-30T16:14:07Z +-17.8388,28.5627,10.9,2.9,2021-10-30T16:19:30Z +-17.832,28.5635,10.4,3,2021-10-30T16:25:47Z +-17.8236,28.5598,10.9,2.8,2021-10-30T16:44:27Z +-17.8506,28.5494,13.8,2.8,2021-10-30T16:47:19Z +-17.8427,28.5665,11.4,3,2021-10-30T16:52:20Z +-17.8366,28.5634,13,2.5,2021-10-30T17:04:43Z +-17.83,28.5506,12.2,2.6,2021-10-30T17:14:09Z +-17.8502,28.5573,10.9,2.7,2021-10-30T17:32:25Z +-17.8219,28.551,14.2,2.9,2021-10-30T18:04:55Z +-17.8484,28.5666,12.8,2.7,2021-10-30T18:08:56Z +-17.831,28.5632,10.9,2.4,2021-10-30T18:16:01Z +-17.8498,28.561,10.6,2.6,2021-10-30T18:25:12Z +-17.8425,28.5547,13.2,3.1,2021-10-30T18:40:05Z +-17.7925,28.6105,36.9,3.2,2021-10-30T19:11:19Z +-17.8271,28.5595,13.1,2.9,2021-10-30T19:21:05Z +-17.8336,28.5643,10.7,2.8,2021-10-30T19:24:46Z +-17.8572,28.5507,14.3,2.6,2021-10-30T19:33:03Z +-17.8242,28.5592,14.2,3.2,2021-10-30T19:47:06Z +-17.8268,28.5548,11,2.7,2021-10-30T20:19:26Z +-17.8346,28.5098,35.7,3,2021-10-30T20:52:53Z +-17.8458,28.5552,15.5,3,2021-10-30T20:55:22Z +-17.8289,28.5629,13,3.2,2021-10-30T21:03:18Z +-17.8345,28.5553,13.7,3.4,2021-10-30T22:24:58Z +-17.8382,28.5595,11.3,3,2021-10-30T22:47:04Z +-17.8288,28.5577,11.2,2.7,2021-10-29T00:12:09Z +-17.8281,28.563,11.2,3.1,2021-10-29T00:13:26Z +-17.8211,28.5612,12.3,2.8,2021-10-29T00:22:22Z +-17.8283,28.5631,11.1,2.8,2021-10-29T00:25:39Z +-17.8239,28.564,11.1,3.6,2021-10-29T00:31:00Z +-17.823,28.5726,13.4,2.7,2021-10-29T00:41:56Z +-17.8587,28.56,12,3.3,2021-10-29T00:46:30Z +-17.8318,28.5619,11.3,2.8,2021-10-29T00:49:05Z +-17.8413,28.5622,11.3,2.8,2021-10-29T00:53:42Z +-17.8217,28.5654,12.9,2.7,2021-10-29T00:56:46Z +-17.8343,28.5689,13.2,2.7,2021-10-29T01:06:14Z +-17.8469,28.5687,10.2,2.8,2021-10-29T01:10:04Z +-17.8404,28.5503,12.8,3.2,2021-10-29T01:13:37Z +-17.8434,28.5603,11.1,2.6,2021-10-29T01:17:59Z +-17.8218,28.5708,12.6,2.7,2021-10-29T01:20:55Z +-17.844,28.5596,14,2.9,2021-10-29T01:22:54Z +-17.825,28.5587,12,2.6,2021-10-29T01:32:05Z +-17.8236,28.5619,10,2.7,2021-10-29T01:37:12Z +-17.8446,28.5559,11.3,2.6,2021-10-29T01:39:58Z +-17.8391,28.5433,14.8,2.7,2021-10-29T02:00:44Z +-17.8281,28.5492,14.3,3.1,2021-10-29T02:07:07Z +-17.8235,28.5585,11.2,2.7,2021-10-29T02:09:41Z +-17.8152,28.5655,11.4,2.6,2021-10-29T02:11:48Z +-17.8348,28.5604,11.1,2.6,2021-10-29T02:15:58Z +-17.8537,28.5617,11,2.8,2021-10-29T02:17:07Z +-17.8295,28.567,13.2,2.8,2021-10-29T02:32:07Z +-17.8204,28.5625,11,2.7,2021-10-29T02:34:58Z +-17.8359,28.5507,14,2.8,2021-10-29T02:36:11Z +-17.8286,28.5604,11.4,2.4,2021-10-29T02:37:35Z +-17.8352,28.554,13.5,3.4,2021-10-29T02:47:55Z +-17.8261,28.5512,13.9,3.4,2021-10-29T02:50:45Z +-17.8346,28.5632,11.2,2.7,2021-10-29T03:02:25Z +-17.8462,28.559,14.2,3.3,2021-10-29T03:13:19Z +-17.8479,28.5641,11.2,2.6,2021-10-29T03:34:44Z +-17.812,28.5726,11.1,2.7,2021-10-29T03:54:59Z +-17.8331,28.5543,11.6,2.5,2021-10-29T04:10:31Z +-17.8963,28.5559,11.2,2.9,2021-10-29T04:17:11Z +-17.8298,28.567,12.1,2.7,2021-10-29T04:19:51Z +-17.837,28.5519,11.6,3,2021-10-29T04:21:58Z +-17.8539,28.5649,12.3,2.5,2021-10-29T04:28:04Z +-17.8347,28.5619,10.7,3.3,2021-10-29T04:42:53Z +-17.8066,28.578,12.3,2.5,2021-10-29T04:44:41Z +-17.8061,28.5617,13.9,2.8,2021-10-29T04:45:38Z +-17.8432,28.5606,12.9,3.3,2021-10-29T04:53:56Z +-17.8151,28.5575,15.5,2.5,2021-10-29T04:57:40Z +-17.8304,28.5627,10.4,3.1,2021-10-29T04:59:17Z +-17.8271,28.5697,13.9,3.2,2021-10-29T05:04:15Z +-17.8396,28.5428,15.8,2.7,2021-10-29T05:15:08Z +-17.8356,28.5636,10.2,2.7,2021-10-29T05:27:10Z +-17.8432,28.5604,9.7,2.6,2021-10-29T05:29:02Z +-17.8254,28.5583,13.5,3,2021-10-29T05:41:49Z +-17.8394,28.5591,13.7,2.7,2021-10-29T05:47:30Z +-17.809,28.56,11.1,2.5,2021-10-29T05:54:26Z +-17.8376,28.5637,10.3,3.4,2021-10-29T05:57:26Z +-17.8395,28.5582,9.6,2.4,2021-10-29T05:58:52Z +-17.8372,28.5785,10.8,2.6,2021-10-29T06:10:36Z +-17.8296,28.5671,11.1,2.9,2021-10-29T06:12:08Z +-17.8218,28.5655,12.5,2.8,2021-10-29T06:16:24Z +-17.8174,28.5548,14.9,2.8,2021-10-29T06:18:34Z +-17.8386,28.563,12.6,3.1,2021-10-29T06:32:28Z +-17.8417,28.5648,10.6,3.4,2021-10-29T06:34:01Z +-17.8441,28.5588,10.5,2.8,2021-10-29T06:36:08Z +-17.828,28.5581,11.1,2.3,2021-10-29T06:39:36Z +-17.8523,28.5646,10.2,2.4,2021-10-29T06:46:54Z +-17.8382,28.5645,10.5,2.7,2021-10-29T06:52:38Z +-17.8603,28.5643,10.1,2.6,2021-10-29T06:58:03Z +-17.8217,28.551,12.8,2.9,2021-10-29T07:03:09Z +-17.8499,28.564,10,2.8,2021-10-29T07:22:43Z +-17.8347,28.5616,9.5,2.9,2021-10-29T07:25:12Z +-17.8314,28.5757,10.3,2.7,2021-10-29T07:29:34Z +-17.8349,28.5581,11.9,2.4,2021-10-29T07:39:37Z +-17.8636,28.5303,13.4,3.4,2021-10-29T07:46:17Z +-17.8387,28.5692,10.7,2.9,2021-10-29T07:52:29Z +-17.8456,28.5534,14.9,2.9,2021-10-29T07:52:49Z +-17.8283,28.561,13.5,2.5,2021-10-29T07:53:08Z +-17.827,28.5634,13.6,2.7,2021-10-29T07:53:17Z +-17.8298,28.5557,9.8,2.6,2021-10-29T08:05:20Z +-17.8413,28.5583,9.8,2.5,2021-10-29T08:09:58Z +-17.8696,28.5528,15.5,2.8,2021-10-29T08:11:37Z +-17.8498,28.5743,13.2,2.7,2021-10-29T08:16:07Z +-17.8601,28.5658,9.9,2.7,2021-10-29T08:20:27Z +-17.8559,28.5754,9.7,3.3,2021-10-29T08:24:47Z +-17.8357,28.5668,9.9,2.8,2021-10-29T08:26:31Z +-17.8482,28.5798,10,2.7,2021-10-29T08:32:02Z +-17.8487,28.5656,10.1,3.4,2021-10-29T08:33:35Z +-17.8373,28.5726,9.8,3.7,2021-10-29T08:38:19Z +-17.8475,28.5703,9.5,3.2,2021-10-29T08:39:53Z +-17.8343,28.5634,10.6,3.3,2021-10-29T08:47:58Z +-17.8102,28.6521,12.6,2.5,2021-10-29T08:49:43Z +-17.8323,28.5556,12.6,3,2021-10-29T08:53:57Z +-17.8202,28.572,10.2,2.7,2021-10-29T09:05:42Z +-17.8342,28.5725,9.7,2.7,2021-10-29T09:14:20Z +-17.8397,28.5602,12.1,3,2021-10-29T09:16:19Z +-17.8297,28.5602,12.7,3,2021-10-29T09:23:40Z +-17.8327,28.5625,12.6,2.7,2021-10-29T09:28:40Z +-17.8392,28.5524,13.5,3.1,2021-10-29T09:33:27Z +-17.8465,28.5521,13.4,3.3,2021-10-29T09:35:36Z +-17.8467,28.5509,14.5,2.8,2021-10-29T09:39:36Z +-17.839,28.569,11.3,3.5,2021-10-29T09:43:14Z +-17.8515,28.5637,10.2,3.2,2021-10-29T09:57:11Z +-17.8315,28.5684,11.7,2.6,2021-10-29T10:09:14Z +-17.8518,28.5687,10.6,2.7,2021-10-29T10:22:02Z +-17.8412,28.5679,11,2.7,2021-10-29T10:28:09Z +-17.8253,28.5695,10.8,2.9,2021-10-29T10:37:43Z +-17.841,28.5677,10.8,3.1,2021-10-29T11:07:03Z +-17.8409,28.5606,9.6,3.2,2021-10-29T11:12:42Z +-17.8461,28.5799,10.2,2.8,2021-10-29T11:18:55Z +-17.818,28.5683,10.3,2.6,2021-10-29T11:31:00Z +-17.8284,28.5734,10.1,2.6,2021-10-29T11:53:47Z +-17.8406,28.5516,14.2,3,2021-10-29T11:56:15Z +-17.8451,28.5671,11.2,2.7,2021-10-29T12:00:35Z +-17.839,28.55,11.9,3.1,2021-10-29T12:19:29Z +-17.8303,28.563,14.4,2.9,2021-10-29T12:22:22Z +-17.8466,28.5609,11.2,3.1,2021-10-29T12:25:25Z +-17.8302,28.5647,10.3,3.1,2021-10-29T12:27:09Z +-17.8198,28.5612,11.1,2.8,2021-10-29T12:28:47Z +-17.8331,28.5644,9.7,2.6,2021-10-29T12:50:34Z +-17.8267,28.5662,13.3,2.9,2021-10-29T12:55:56Z +-17.8241,28.5699,10.5,2.8,2021-10-29T13:11:48Z +-17.8419,28.561,14.1,3,2021-10-29T13:13:20Z +-17.8274,28.565,12.1,3,2021-10-29T13:25:13Z +-17.8305,28.5673,11.3,3.1,2021-10-29T13:28:26Z +-17.8457,28.5664,9.8,2.9,2021-10-29T13:32:39Z +-17.8349,28.5696,10.7,2.8,2021-10-29T13:40:48Z +-17.8451,28.5546,10.6,3,2021-10-29T13:43:14Z +-17.8379,28.5624,12.2,3.1,2021-10-29T13:56:24Z +-17.8302,28.5673,11.1,3,2021-10-29T14:18:15Z +-17.8326,28.5652,10.7,3.2,2021-10-29T14:33:45Z +-17.848,28.5627,11,2.8,2021-10-29T14:36:10Z +-17.8312,28.5609,10.9,3.2,2021-10-29T14:42:13Z +-17.8267,28.5709,10.8,2.7,2021-10-29T14:51:40Z +-17.8411,28.5548,13.8,3.2,2021-10-29T15:12:05Z +-17.8344,28.5631,9.8,2.9,2021-10-29T15:15:29Z +-17.8363,28.5723,9.6,2.5,2021-10-29T15:24:26Z +-17.8395,28.556,13.1,3.3,2021-10-29T15:38:30Z +-17.8326,28.5628,10.8,2.7,2021-10-29T15:49:15Z +-17.8095,28.5693,14.6,2.8,2021-10-29T15:57:52Z +-17.8267,28.5627,11.3,3.5,2021-10-29T16:08:40Z +-17.8411,28.5647,14.5,2.7,2021-10-29T16:10:45Z +-17.8338,28.5564,12.9,3.4,2021-10-29T16:11:42Z +-17.8266,28.5562,11.4,2.6,2021-10-29T16:13:12Z +-17.8319,28.5619,12.7,3.6,2021-10-29T16:26:53Z +-17.8348,28.5631,37.7,3,2021-10-29T16:28:59Z +-17.7749,28.5791,10.2,2.8,2021-10-29T16:47:20Z +-17.8326,28.5582,13.8,3,2021-10-29T16:58:23Z +-17.8371,28.5594,10,2.8,2021-10-29T17:51:57Z +-17.8036,28.5818,11.4,2.9,2021-10-29T17:54:57Z +-17.8362,28.5649,11.6,3.5,2021-10-29T17:57:58Z +-17.8259,28.5741,11.3,2.8,2021-10-29T18:03:05Z +-17.8229,28.5743,10.2,2.6,2021-10-29T18:14:01Z +-17.845,28.562,10,2.6,2021-10-29T18:21:35Z +-17.8251,28.572,10.3,2.6,2021-10-29T18:31:04Z +-17.7886,28.6343,33.4,2.9,2021-10-29T18:34:25Z +-17.8361,28.5606,11.3,3.1,2021-10-29T18:48:24Z +-17.8369,28.5654,10.9,3.1,2021-10-29T19:15:33Z +-17.8442,28.5623,11.1,3.2,2021-10-29T19:25:36Z +-17.8299,28.5646,10.3,2.6,2021-10-29T19:35:24Z +-17.8133,28.554,13.6,2.7,2021-10-29T19:51:56Z +-17.8213,28.5584,12.9,2.8,2021-10-29T19:54:51Z +-17.8399,28.5576,12.1,2.9,2021-10-29T19:57:44Z +-17.8323,28.5585,12.6,3.1,2021-10-29T19:59:17Z +-17.8322,28.5685,11.1,3,2021-10-29T20:16:33Z +-17.8376,28.5761,12,2.8,2021-10-29T20:31:18Z +-17.8332,28.5929,31.2,2.9,2021-10-29T20:32:12Z +-17.8368,28.5619,11.2,2.7,2021-10-29T20:43:47Z +-17.8311,28.5677,10.9,3.2,2021-10-29T20:51:07Z +-17.8353,28.5567,12.5,3,2021-10-29T21:05:59Z +-17.8373,28.5589,12.9,3.1,2021-10-29T21:12:18Z +-17.8353,28.5622,10.6,2.8,2021-10-29T21:14:27Z +-17.835,28.5587,12.7,3.3,2021-10-29T21:19:27Z +-17.8357,28.5689,10.9,3,2021-10-29T21:24:27Z +-17.8223,28.5626,10.8,2.4,2021-10-29T21:29:53Z +-17.8377,28.5597,11,3.2,2021-10-29T21:54:27Z +-17.8347,28.5649,10.6,2.9,2021-10-29T22:01:35Z +-17.8358,28.5625,11.5,2.9,2021-10-29T22:11:04Z +-17.8453,28.5527,12.6,2.7,2021-10-29T22:15:37Z +-17.8097,28.5815,34.9,2.9,2021-10-29T22:41:14Z +-17.8351,28.5735,10.1,2.6,2021-10-29T22:50:44Z +-17.8537,28.5621,10.5,2.7,2021-10-29T23:07:56Z +-17.8373,28.5579,12.7,3.1,2021-10-29T23:11:04Z +-17.8303,28.5723,10.9,2.5,2021-10-29T23:35:30Z +-17.846800000000002,28.5654,13.9,3,2021-10-29T23:39:46Z +-17.8432,28.566,13,2.7,2021-10-29T23:42:19Z +-17.842,28.5636,10.7,2.7,2021-10-29T23:53:01Z +-17.8324,28.5599,13.4,3,2021-10-29T23:55:08Z +-17.8212,28.5618,12.1,3.5,2021-10-28T00:25:49Z +-17.8347,28.5655,10.3,2.5,2021-10-28T00:32:47Z +-17.8321,28.5584,10.2,2.8,2021-10-28T00:36:51Z +-17.8252,28.5609,10.1,2.7,2021-10-28T00:39:54Z +-17.8414,28.5603,10.4,3.1,2021-10-28T00:50:29Z +-17.8373,28.5616,10.1,2.5,2021-10-28T00:52:39Z +-17.833,28.5578,12.5,2.9,2021-10-28T00:54:28Z +-17.835,28.5473,14,3.2,2021-10-28T00:57:16Z +-17.8293,28.5497,12.4,2.9,2021-10-28T01:03:22Z +-17.8387,28.5579,10.8,2.7,2021-10-28T01:19:21Z +-17.8379,28.5594,12.7,3,2021-10-28T01:32:15Z +-17.8331,28.5604,10.9,2.9,2021-10-28T01:39:36Z +-17.8493,28.5501,12,2.9,2021-10-28T01:43:16Z +-17.8476,28.552,12.9,3.1,2021-10-28T01:44:48Z +-17.8193,28.5621,10.7,3.2,2021-10-28T01:58:47Z +-17.8316,28.5586,12.3,3.4,2021-10-28T02:10:27Z +-17.825,28.5579,13.3,3,2021-10-28T02:15:42Z +-17.817,28.562,14.6,2.9,2021-10-28T02:24:46Z +-17.8345,28.5575,11,3.1,2021-10-28T02:42:11Z +-17.8395,28.5633,11.2,2.6,2021-10-28T02:47:04Z +-17.8305,28.5541,12.8,3.5,2021-10-28T02:51:36Z +-17.8217,28.5635,11,2.8,2021-10-28T02:52:41Z +-17.8235,28.5694,11.2,2.8,2021-10-28T03:05:05Z +-17.8386,28.5602,10.8,3,2021-10-28T03:16:45Z +-17.8293,28.5607,10.2,2.7,2021-10-28T03:22:11Z +-17.8287,28.562,10.3,2.5,2021-10-28T03:33:22Z +-17.8365,28.558,11.3,3.1,2021-10-28T03:50:37Z +-17.8315,28.5562,12.8,3.6,2021-10-28T04:04:01Z +-17.8515,28.5577,11.4,3.2,2021-10-28T04:05:52Z +-17.8273,28.5539,12.6,3.4,2021-10-28T04:16:04Z +-17.8144,28.5634,11,3.1,2021-10-28T04:17:24Z +-17.8225,28.5661,10.2,2.4,2021-10-28T04:23:56Z +-17.8235,28.5625,11.2,3.4,2021-10-28T04:28:52Z +-17.839,28.5545,10.3,3.2,2021-10-28T04:51:44Z +-17.8212,28.5627,13.6,2.6,2021-10-28T04:55:41Z +-17.8396,28.5579,9.6,2.5,2021-10-28T05:00:37Z +-17.8476,28.5632,12.8,2.7,2021-10-28T05:16:49Z +-17.8236,28.5603,13.1,2.7,2021-10-28T05:18:48Z +-17.8355,28.5674,10.3,2.6,2021-10-28T05:20:15Z +-17.8368,28.5627,11.2,2.7,2021-10-28T05:34:53Z +-17.8519,28.5604,10.5,2.9,2021-10-28T05:47:54Z +-17.8233,28.5664,10.9,2.8,2021-10-28T06:02:38Z +-17.8547,28.5572,10.4,2.7,2021-10-28T06:20:49Z +-17.8437,28.5537,12.7,2.7,2021-10-28T06:23:55Z +-17.8359,28.5698,12.3,3.2,2021-10-28T06:28:04Z +-17.8544,28.5555,11.1,2.6,2021-10-28T06:35:27Z +-17.8257,28.5591,14.3,3,2021-10-28T06:37:15Z +-17.8474,28.5506,14.7,3.1,2021-10-28T06:43:54Z +-17.8226,28.5781,33.9,3.1,2021-10-28T06:50:09Z +-17.8292,28.5625,10.5,3.1,2021-10-28T06:51:37Z +-17.8155,28.5884,31.3,2.7,2021-10-28T06:53:49Z +-17.8186,28.5676,32.3,2.9,2021-10-28T06:59:11Z +-17.8426,28.5601,13.4,2.8,2021-10-28T07:05:01Z +-17.843,28.5473,15.2,3.5,2021-10-28T07:07:35Z +-17.8419,28.5626,10.9,2.9,2021-10-28T07:11:31Z +-17.8429,28.5614,10.8,2.9,2021-10-28T07:15:35Z +-17.8223,28.5695,10,2.9,2021-10-28T07:20:00Z +-17.8357,28.5593,10.2,3.6,2021-10-28T07:22:33Z +-17.8333,28.567,13.4,3.1,2021-10-28T07:28:21Z +-17.846800000000002,28.5661,10.7,2.6,2021-10-28T07:29:49Z +-17.8412,28.557,13.4,2.9,2021-10-28T07:37:36Z +-17.829,28.5602,13,3.3,2021-10-28T07:40:02Z +-17.8388,28.5534,13.5,3.1,2021-10-28T07:49:22Z +-17.8314,28.5668,11.6,3.6,2021-10-28T07:51:09Z +-17.8306,28.5591,12.2,3.3,2021-10-28T07:54:41Z +-17.8306,28.5652,11.5,3.2,2021-10-28T08:05:55Z +-17.8358,28.5633,12.3,2.9,2021-10-28T08:09:08Z +-17.8372,28.5628,11.2,3.3,2021-10-28T08:14:48Z +-17.8508,28.5886,10.4,2.6,2021-10-28T08:22:40Z +-17.8442,28.56,12.5,2.9,2021-10-28T08:25:16Z +-17.8373,28.5547,12.4,3.1,2021-10-28T08:31:49Z +-17.836,28.5576,12.9,3.2,2021-10-28T08:33:33Z +-17.8432,28.5708,10.1,2.6,2021-10-28T08:34:43Z +-17.8327,28.5537,14.1,2.9,2021-10-28T08:37:25Z +-17.8354,28.562,10.1,2.9,2021-10-28T08:40:28Z +-17.8308,28.5505,13.6,2.8,2021-10-28T08:43:03Z +-17.8224,28.5691,11.6,2.8,2021-10-28T08:44:55Z +-17.8298,28.5608,10.6,2.9,2021-10-28T08:49:30Z +-17.834,28.5506,14.1,3,2021-10-28T08:50:03Z +-17.8265,28.5549,12.5,2.8,2021-10-28T08:56:08Z +-17.8264,28.5762,11.8,2.7,2021-10-28T08:56:26Z +-17.8361,28.5656,13.5,3.2,2021-10-28T09:03:09Z +-17.823,28.5752,10.7,2.8,2021-10-28T09:07:11Z +-17.8307,28.5616,11.4,3.4,2021-10-28T09:13:20Z +-17.8407,28.5623,10.4,2.6,2021-10-28T09:14:55Z +-17.8343,28.5677,11.6,2.8,2021-10-28T09:17:07Z +-17.8457,28.5589,13.6,3.1,2021-10-28T09:22:16Z +-17.8349,28.5616,11.3,3,2021-10-28T09:24:02Z +-17.8167,28.5564,13,2.8,2021-10-28T09:25:54Z +-17.8419,28.5637,11.8,2.7,2021-10-28T09:30:23Z +-17.8418,28.5622,11.4,3.2,2021-10-28T09:33:48Z +-17.8268,28.5617,13.3,2.8,2021-10-28T09:43:34Z +-17.838,28.5585,12.9,3.5,2021-10-28T09:46:44Z +-17.8359,28.5611,13.9,3.6,2021-10-28T09:56:38Z +-17.8444,28.5577,13.1,2.8,2021-10-28T10:03:07Z +-17.8152,28.5672,13,2.9,2021-10-28T10:06:41Z +-17.8209,28.567,13.1,3,2021-10-28T10:09:14Z +-17.8424,28.5601,11.2,2.9,2021-10-28T10:11:12Z +-17.8296,28.5717,11.3,3,2021-10-28T10:20:48Z +-17.8339,28.5648,13.5,3.3,2021-10-28T10:28:32Z +-17.8288,28.5636,13.7,3,2021-10-28T10:32:53Z +-17.846800000000002,28.5718,14.3,2.9,2021-10-28T10:36:09Z +-17.821,28.5619,13.2,3.2,2021-10-28T11:11:59Z +-17.8332,28.5614,12.8,3.3,2021-10-28T11:20:24Z +-17.8452,28.5594,10.9,2.7,2021-10-28T11:32:46Z +-17.8401,28.5603,11,2.9,2021-10-28T11:37:39Z +-17.8305,28.561,11.6,3.2,2021-10-28T11:38:51Z +-17.8383,28.5786,9.7,2.9,2021-10-28T11:46:27Z +-17.8217,28.5738,12.8,3,2021-10-28T11:59:15Z +-17.8401,28.5667,11.8,3.5,2021-10-28T12:22:19Z +-17.8305,28.5714,10.9,3.4,2021-10-28T12:38:31Z +-17.8302,28.5711,11.8,2.7,2021-10-28T12:41:35Z +-17.8374,28.5676,12.2,2.6,2021-10-28T12:53:40Z +-17.8406,28.5688,12.6,3.3,2021-10-28T12:57:25Z +-17.8282,28.5622,13.8,2.7,2021-10-28T13:04:59Z +-17.8417,28.5549,14.3,2.9,2021-10-28T13:06:02Z +-17.8305,28.5749,9.9,2.6,2021-10-28T13:08:38Z +-17.8463,28.5496,13.8,3.1,2021-10-28T13:21:34Z +-17.8441,28.5658,11.6,3.6,2021-10-28T13:27:48Z +-17.8361,28.5555,13.3,2.8,2021-10-28T13:29:47Z +-17.8241,28.5504,13.9,2.6,2021-10-28T13:31:16Z +-17.8489,28.5625,11.6,2.7,2021-10-28T13:45:23Z +-17.821,28.5613,12.5,2.7,2021-10-28T13:46:38Z +-17.8411,28.5611,12.8,2.9,2021-10-28T13:47:33Z +-17.8288,28.5649,11,2.9,2021-10-28T13:49:22Z +-17.8409,28.5545,13.9,3.3,2021-10-28T14:03:40Z +-17.8431,28.566,11.1,2.8,2021-10-28T14:14:23Z +-17.8401,28.5502,14.1,3.3,2021-10-28T14:35:51Z +-17.8421,28.5593,13.2,3.1,2021-10-28T14:38:40Z +-17.8258,28.574,11.2,2.9,2021-10-28T14:40:09Z +-17.8268,28.5635,12.8,3.5,2021-10-28T14:43:06Z +-17.8309,28.5593,10.7,2.5,2021-10-28T14:44:52Z +-17.8214,28.5612,11.1,3,2021-10-28T14:47:59Z +-17.8231,28.5732,11.2,2.6,2021-10-28T14:55:07Z +-17.838,28.566,11.1,2.8,2021-10-28T15:18:39Z +-17.8386,28.5526,13.4,2.6,2021-10-28T15:20:47Z +-17.8405,28.5711,11.6,2.7,2021-10-28T15:43:38Z +-17.834,28.5665,10.8,3,2021-10-28T16:00:08Z +-17.8355,28.5633,13.6,3.4,2021-10-28T16:24:39Z +-17.8326,28.5547,14.2,2.8,2021-10-28T16:32:12Z +-17.8189,28.5655,12.8,2.8,2021-10-28T16:41:10Z +-17.8506,28.5645,11.3,2.7,2021-10-28T16:44:25Z +-17.8386,28.5567,13.1,3.5,2021-10-28T16:46:02Z +-17.8382,28.5545,13.4,2.9,2021-10-28T16:57:14Z +-17.8304,28.5682,10.4,3.1,2021-10-28T17:05:01Z +-17.8398,28.554,13.2,3.3,2021-10-28T17:26:37Z +-17.8406,28.5512,14.3,3.2,2021-10-28T17:41:11Z +-17.8546,28.5681,12.5,3.4,2021-10-28T17:42:58Z +-17.8394,28.5605,13.3,3.7,2021-10-28T17:51:12Z +-17.8455,28.5632,11.2,2.8,2021-10-28T18:06:05Z +-17.8327,28.5671,9.8,2.7,2021-10-28T18:10:02Z +-17.8371,28.5666,12.2,3.2,2021-10-28T18:14:32Z +-17.8391,28.5626,12.6,2.8,2021-10-28T18:16:40Z +-17.8357,28.5612,13.1,2.8,2021-10-28T18:25:44Z +-17.8377,28.5568,13.5,2.8,2021-10-28T18:32:22Z +-17.8311,28.555,13.2,3,2021-10-28T19:07:37Z +-17.8333,28.5581,13.3,3.4,2021-10-28T19:09:56Z +-17.8417,28.5596,13,2.7,2021-10-28T19:13:37Z +-17.8473,28.5555,11,2.9,2021-10-28T19:25:49Z +-17.8267,28.5624,13,3.1,2021-10-28T19:36:12Z +-17.8312,28.5656,11,2.9,2021-10-28T19:41:35Z +-17.8355,28.5514,14,2.9,2021-10-28T19:44:38Z +-17.8405,28.5708,12,3.1,2021-10-28T19:47:23Z +-17.8457,28.5594,11,2.9,2021-10-28T19:54:59Z +-17.8408,28.5563,14,2.9,2021-10-28T19:56:37Z +-17.8379,28.5648,11,2.8,2021-10-28T20:01:12Z +-17.815,28.5598,13,2.7,2021-10-28T20:05:17Z +-17.8311,28.564,14,3,2021-10-28T20:11:08Z +-17.8243,28.5844,38.1,4.2,2021-10-28T20:21:00Z +-17.8276,28.5762,12.3,2.6,2021-10-28T20:23:03Z +-17.7912,28.5708,32.4,2.7,2021-10-28T20:26:01Z +-17.7938,28.5868,32.2,2.8,2021-10-28T20:27:55Z +-17.8344,28.5562,13.8,3,2021-10-28T20:31:28Z +-17.7922,28.574,28.5,3,2021-10-28T20:37:34Z +-17.7973,28.5417,22.9,2.7,2021-10-28T20:40:38Z +-17.8306,28.5624,10,2.8,2021-10-28T20:44:36Z +-17.8257,28.5609,11.1,2.8,2021-10-28T20:47:08Z +-17.8294,28.5578,11.2,3,2021-10-28T20:56:22Z +-17.8102,28.586,36.6,2.9,2021-10-28T20:59:51Z +-17.8211,28.5787,12,2.6,2021-10-28T21:03:12Z +-17.8372,28.5556,14.4,2.9,2021-10-28T21:14:38Z +-17.8268,28.5609,13,3,2021-10-28T21:16:56Z +-17.835,28.5583,14,2.8,2021-10-28T21:25:51Z +-17.817,28.563,11.1,2.7,2021-10-28T21:31:04Z +-17.8353,28.5547,10.2,2.7,2021-10-28T21:34:41Z +-17.8246,28.558,10.3,2.6,2021-10-28T21:47:09Z +-17.836,28.5477,14.3,2.5,2021-10-28T21:54:10Z +-17.8218,28.5382,14.6,2.9,2021-10-28T22:01:33Z +-17.8059,28.5513,13.7,2.5,2021-10-28T22:04:11Z +-17.8299,28.5566,13,2.8,2021-10-28T22:11:45Z +-17.8088,28.5423,13.1,2.6,2021-10-28T22:14:42Z +-17.8224,28.5523,13.7,3.2,2021-10-28T22:21:06Z +-17.8364,28.5622,13,2.6,2021-10-28T22:32:21Z +-17.8292,28.5538,13.1,2.6,2021-10-28T22:33:27Z +-17.8285,28.5668,12.8,2.8,2021-10-28T22:37:04Z +-17.8364,28.5681,10.3,2.6,2021-10-28T22:39:43Z +-17.8311,28.5555,13.6,3.3,2021-10-28T23:04:52Z +-17.8366,28.5617,10.4,2.9,2021-10-28T23:14:40Z +-17.822,28.5741,33.3,3.2,2021-10-28T23:26:35Z +-17.851,28.5637,11,2.9,2021-10-28T23:28:36Z +-17.8183,28.5682,11.3,3.3,2021-10-28T23:32:47Z +-17.8342,28.5698,10.5,2.9,2021-10-28T23:38:29Z +-17.8092,28.5653,11.2,3.9,2021-10-28T23:42:58Z +-17.8413,28.5602,10.8,2.6,2021-10-28T23:45:00Z +-17.8562,28.5599,11.4,2.9,2021-10-28T23:46:13Z +-17.8383,28.5633,11.2,2.7,2021-10-28T23:57:20Z +-17.8101,28.5535,30.7,2.6,2021-10-27T00:05:05Z +-17.8348,28.5623,10.8,3,2021-10-27T00:13:53Z +-17.8368,28.5514,34.2,2.8,2021-10-27T00:18:01Z +-17.8267,28.5635,12.1,2.7,2021-10-27T00:25:59Z +-17.8323,28.5635,11.5,2.6,2021-10-27T00:28:27Z +-17.8041,28.5737,33.6,3.3,2021-10-27T00:33:19Z +-17.8311,28.565,11,2.7,2021-10-27T00:35:14Z +-17.8473,28.5575,10.8,3.4,2021-10-27T00:36:31Z +-17.7962,28.5444,32.2,2.4,2021-10-27T00:38:50Z +-17.8245,28.5583,11.1,3.3,2021-10-27T00:46:45Z +-17.8623,28.5531,10.5,2.3,2021-10-27T00:49:45Z +-17.8256,28.5561,13.9,3.2,2021-10-27T00:50:57Z +-17.8352,28.5636,10.9,2.7,2021-10-27T00:54:57Z +-17.8362,28.5776,33.9,2.9,2021-10-27T00:57:14Z +-17.8409,28.5585,10.5,3.5,2021-10-27T00:57:56Z +-17.8359,28.5556,10.2,3.2,2021-10-27T01:00:52Z +-17.8389,28.5638,10.1,2.7,2021-10-27T01:18:18Z +-17.8413,28.5611,11.2,2.3,2021-10-27T01:24:41Z +-17.8167,28.5646,11,3.3,2021-10-27T01:37:00Z +-17.8278,28.5621,10.4,2.9,2021-10-27T01:41:34Z +-17.8305,28.564,10.3,2.9,2021-10-27T01:43:44Z +-17.8411,28.5618,10.3,2.8,2021-10-27T01:46:48Z +-17.8352,28.5595,10.6,3,2021-10-27T01:49:51Z +-17.8259,28.5666,9.8,2.7,2021-10-27T01:52:26Z +-17.8274,28.5645,10.7,2.7,2021-10-27T02:11:06Z +-17.8273,28.5618,12.6,4,2021-10-27T02:16:33Z +-17.8296,28.5595,10.7,3.1,2021-10-27T02:20:09Z +-17.8246,28.5828,37.3,3.5,2021-10-27T02:24:21Z +-17.8424,28.563,10.8,2.7,2021-10-27T02:25:41Z +-17.837,28.5671,10.5,3.2,2021-10-27T02:27:07Z +-17.8521,28.5808,10.6,2.7,2021-10-27T02:44:29Z +-17.8552,28.559,10.2,2.8,2021-10-27T02:54:27Z +-17.8208,28.5646,10.3,3.2,2021-10-27T02:56:06Z +-17.8362,28.5642,10,3,2021-10-27T02:58:40Z +-17.8317,28.565,10.9,3.1,2021-10-27T03:21:29Z +-17.8174,28.57,10,2.9,2021-10-27T03:34:29Z +-17.8417,28.5547,10.6,2.7,2021-10-27T03:51:34Z +-17.8401,28.5619,9.5,2.5,2021-10-27T03:55:28Z +-17.8324,28.5668,10.7,2.9,2021-10-27T03:59:31Z +-17.8286,28.5605,10.7,3.8,2021-10-27T04:03:50Z +-17.8193,28.5707,10.8,2.7,2021-10-27T04:05:17Z +-17.8386,28.5639,10.3,3.1,2021-10-27T04:11:38Z +-17.821,28.5633,12,3.4,2021-10-27T04:19:12Z +-17.8233,28.5613,12.3,3,2021-10-27T04:20:43Z +-17.8416,28.5523,12.7,2.8,2021-10-27T04:22:42Z +-17.8348,28.5696,10.5,2.9,2021-10-27T04:24:32Z +-17.8408,28.5608,10.9,3,2021-10-27T04:38:05Z +-17.8378,28.5603,11,2.7,2021-10-27T04:41:03Z +-17.8273,28.5646,11,3.6,2021-10-27T04:55:28Z +-17.8318,28.5636,10.3,3.1,2021-10-27T04:56:30Z +-17.8424,28.5645,10.7,3,2021-10-27T05:02:56Z +-17.84,28.5603,11.7,2.9,2021-10-27T05:09:22Z +-17.8317,28.5667,11.1,3.4,2021-10-27T05:12:18Z +-17.843,28.5623,10.5,3,2021-10-27T05:14:42Z +-17.8512,28.5693,11,2.6,2021-10-27T05:20:44Z +-17.8243,28.563,11,3.5,2021-10-27T05:22:40Z +-17.8412,28.5629,10.3,2.9,2021-10-27T05:25:48Z +-17.8374,28.563,10.3,2.9,2021-10-27T05:30:04Z +-17.8407,28.5627,10.5,3.5,2021-10-27T05:31:18Z +-17.8302,28.5555,11,3.2,2021-10-27T05:42:10Z +-17.8365,28.5611,10.6,3.9,2021-10-27T05:45:10Z +-17.8625,28.5503,14.6,3.1,2021-10-27T05:47:47Z +-17.8405,28.564,13.3,3,2021-10-27T05:52:37Z +-17.8202,28.5795,36.9,4.2,2021-10-27T06:19:49Z +-17.8099,28.5854,37.5,4.6,2021-10-27T06:19:56Z +-17.8285,28.5631,13,3,2021-10-27T06:27:08Z +-17.8462,28.5649,32.3,3,2021-10-27T06:33:41Z +-17.8497,28.57,11.8,3.1,2021-10-27T07:06:23Z +-17.8357,28.5673,13.1,3.2,2021-10-27T07:12:32Z +-17.8176,28.5628,14.1,2.9,2021-10-27T07:30:26Z +-17.8309,28.5663,10.8,3.1,2021-10-27T07:41:58Z +-17.8173,28.5737,11.5,2.9,2021-10-27T07:46:31Z +-17.8387,28.566,10.5,2.9,2021-10-27T07:56:38Z +-17.8472,28.5622,10.3,3,2021-10-27T07:58:46Z +-17.8364,28.5671,13.6,2.9,2021-10-27T08:03:51Z +-17.8355,28.5528,10.4,2.8,2021-10-27T08:09:46Z +-17.8394,28.5579,12.2,3.5,2021-10-27T08:21:18Z +-17.8315,28.5647,11.6,3,2021-10-27T08:51:36Z +-17.8475,28.5598,13.8,3.1,2021-10-27T08:57:24Z +-17.8443,28.5617,10.9,3.5,2021-10-27T08:58:33Z +-17.839,28.5519,10.2,2.9,2021-10-27T09:08:03Z +-17.8399,28.5574,12.8,3.2,2021-10-27T09:17:38Z +-17.8281,28.5666,12.2,3.1,2021-10-27T09:25:56Z +-17.8359,28.5655,11.2,2.9,2021-10-27T09:30:18Z +-17.8139,28.5683,12.5,3.2,2021-10-27T09:41:29Z +-17.8792,28.5549,12.3,2.9,2021-10-27T09:53:35Z +-17.8311,28.566,10.2,3,2021-10-27T09:57:47Z +-17.8423,28.5588,12.1,3.2,2021-10-27T10:04:04Z +-17.8371,28.5485,14,3,2021-10-27T10:09:11Z +-17.834,28.5698,11.2,3.2,2021-10-27T10:12:56Z +-17.8269,28.5661,12.2,3.4,2021-10-27T10:48:46Z +-17.8629,28.5689,10.2,3.1,2021-10-27T10:53:24Z +-17.8303,28.5658,13,2.8,2021-10-27T10:57:26Z +-17.8298,28.5618,10.7,3.1,2021-10-27T11:02:38Z +-17.8419,28.5588,10.5,2.9,2021-10-27T11:12:16Z +-17.8405,28.5623,10.6,3,2021-10-27T11:16:31Z +-17.8394,28.5547,14.2,3.5,2021-10-27T11:18:55Z +-17.8528,28.5616,10.7,3.3,2021-10-27T11:31:57Z +-17.8335,28.5622,12.2,2.9,2021-10-27T11:35:52Z +-17.8354,28.5646,11.1,2.9,2021-10-27T11:42:06Z +-17.8357,28.5673,10.7,3.5,2021-10-27T12:00:26Z +-17.836,28.5703,12.7,2.8,2021-10-27T12:10:35Z +-17.8324,28.5668,12.1,2.7,2021-10-27T12:13:16Z +-17.8322,28.5708,11.8,3,2021-10-27T12:22:57Z +-17.8459,28.5627,10.3,2.7,2021-10-27T12:59:41Z +-17.8528,28.5652,13,2.6,2021-10-27T13:17:57Z +-17.8405,28.5572,13.4,3.3,2021-10-27T13:20:05Z +-17.8297,28.5721,9.8,2.6,2021-10-27T13:23:36Z +-17.833,28.5636,10.5,3.3,2021-10-27T13:28:53Z +-17.8473,28.5536,12.8,3.2,2021-10-27T13:31:10Z +-17.8563,28.5676,10.8,2.7,2021-10-27T13:39:21Z +-17.8501,28.5605,10.6,2.7,2021-10-27T13:41:29Z +-17.8436,28.5504,13.6,3.2,2021-10-27T13:46:24Z +-17.8177,28.5145,31.5,3,2021-10-27T13:47:57Z +-17.8266,28.5612,11.1,3.1,2021-10-27T14:03:03Z +-17.8418,28.5601,10.5,2.9,2021-10-27T14:16:04Z +-17.8429,28.5628,10.4,3.4,2021-10-27T14:20:05Z +-17.8176,28.5791,37.2,4.8,2021-10-27T14:21:11Z +-17.8303,28.5657,12.4,2.8,2021-10-27T14:28:37Z +-17.8477,28.5627,13.5,3.8,2021-10-27T14:30:01Z +-17.8321,28.5677,11.6,3.1,2021-10-27T14:32:29Z +-17.8436,28.5623,10.3,3.2,2021-10-27T14:45:20Z +-17.8337,28.5575,12.3,3.5,2021-10-27T14:53:54Z +-17.8356,28.566,11.4,3.3,2021-10-27T15:04:09Z +-17.8408,28.5563,12.9,3,2021-10-27T15:10:25Z +-17.8368,28.5607,11.3,3,2021-10-27T15:28:54Z +-17.8369,28.5609,10.4,3.2,2021-10-27T15:35:47Z +-17.8361,28.5628,10.8,2.8,2021-10-27T15:39:27Z +-17.8373,28.5646,11.3,3.1,2021-10-27T15:47:39Z +-17.8398,28.562,12.2,3.3,2021-10-27T15:48:55Z +-17.8391,28.5569,13.6,2.9,2021-10-27T15:52:06Z +-17.8337,28.5598,11.3,3,2021-10-27T15:53:32Z +-17.8389,28.5661,11.1,3.1,2021-10-27T15:54:56Z +-17.8432,28.5582,13.1,3.1,2021-10-27T16:06:47Z +-17.8383,28.5648,10.9,3.1,2021-10-27T16:12:53Z +-17.8395,28.5621,11.4,3.3,2021-10-27T16:45:25Z +-17.8311,28.5618,11.4,3.2,2021-10-27T16:48:38Z +-17.8391,28.5648,10.8,2.7,2021-10-27T17:06:56Z +-17.8353,28.5585,12.8,3,2021-10-27T17:19:35Z +-17.8401,28.5586,12.2,3.2,2021-10-27T17:21:08Z +-17.8353,28.5624,11.2,3.1,2021-10-27T17:25:23Z +-17.8392,28.5651,11.7,3.1,2021-10-27T17:38:25Z +-17.827,28.5714,11.8,3.1,2021-10-27T17:41:42Z +-17.8362,28.5537,12.2,4,2021-10-27T17:43:11Z +-17.8229,28.5661,10.1,3,2021-10-27T17:45:08Z +-17.8266,28.5664,11.3,2.8,2021-10-27T17:48:00Z +-17.8392,28.5657,10.4,2.9,2021-10-27T17:53:36Z +-17.8323,28.5595,13.7,3.8,2021-10-27T18:00:12Z +-17.8364,28.5504,13.4,3.4,2021-10-27T18:02:49Z +-17.8505,28.5508,10.2,2.9,2021-10-27T18:07:56Z +-17.8065,28.5967,30.5,2.8,2021-10-27T18:15:36Z +-17.8377,28.5614,10.7,3.2,2021-10-27T18:17:10Z +-17.8719,28.589,33.6,3.2,2021-10-27T18:22:08Z +-17.8214,28.5704,33.3,3.1,2021-10-27T18:24:13Z +-17.8493,28.5668,33.1,2.9,2021-10-27T18:26:09Z +-17.8387,28.5651,11.1,3,2021-10-27T18:49:15Z +-17.8233,28.5611,12.7,2.7,2021-10-27T19:01:01Z +-17.8386,28.5593,12,2.9,2021-10-27T19:04:09Z +-17.8439,28.5599,12.2,2.7,2021-10-27T19:06:07Z +-17.8517,28.5707,10.9,2.7,2021-10-27T19:07:34Z +-17.8265,28.5572,13.7,2.9,2021-10-27T19:11:31Z +-17.8413,28.5642,10.8,3.2,2021-10-27T19:12:54Z +-17.8355,28.5596,10.8,2.7,2021-10-27T19:24:16Z +-17.8331,28.5661,10.5,3.3,2021-10-27T19:27:53Z +-17.8527,28.558,13,3.9,2021-10-27T19:31:26Z +-17.8575,28.5506,12.8,2.7,2021-10-27T19:51:09Z +-17.8292,28.5526,13,2.7,2021-10-27T20:11:53Z +-17.8359,28.5747,36,3.5,2021-10-27T20:21:25Z +-17.8344,28.5615,11.2,3.6,2021-10-27T20:23:59Z +-17.837,28.5633,12.2,3.4,2021-10-27T20:28:16Z +-17.8372,28.5627,11.3,3.1,2021-10-27T20:38:39Z +-17.818,28.5595,12.6,2.9,2021-10-27T20:57:01Z +-17.8298,28.5584,11.4,3.4,2021-10-27T21:00:18Z +-17.841,28.5585,10.7,2.8,2021-10-27T21:04:13Z +-17.8385,28.5625,10.3,3.2,2021-10-27T21:09:26Z +-17.8314,28.5647,10.5,3,2021-10-27T21:12:36Z +-17.8264,28.5635,11.1,3,2021-10-27T21:19:30Z +-17.8236,28.562,10,3.4,2021-10-27T21:29:31Z +-17.8283,28.5545,12.6,3.4,2021-10-27T21:54:03Z +-17.8277,28.5726,11,2.5,2021-10-27T21:58:48Z +-17.8336,28.5584,12.6,2.7,2021-10-27T21:59:54Z +-17.8321,28.5511,13.8,2.7,2021-10-27T22:27:38Z +-17.8282,28.5535,14.1,3,2021-10-27T22:29:05Z +-17.8401,28.5636,11,2.6,2021-10-27T22:58:09Z +-17.8376,28.5588,12.7,3.1,2021-10-27T23:01:56Z +-17.8131,28.5656,12.4,2.8,2021-10-27T23:03:57Z +-17.8422,28.5617,10.1,2.7,2021-10-27T23:14:01Z +-17.8341,28.5604,11,2.9,2021-10-27T23:15:53Z +-17.8307,28.5581,12.3,2.6,2021-10-27T23:19:46Z +-17.8338,28.5606,10.7,2.9,2021-10-27T23:34:13Z +-17.8323,28.5509,13.7,3.2,2021-10-27T23:43:24Z +-17.8308,28.554,11,3.4,2021-10-27T23:53:30Z +-17.8519,28.5678,10.8,2.5,2021-10-26T00:06:14Z +-17.826,28.5602,12.5,3.7,2021-10-26T00:11:49Z +-17.835,28.5732,10.9,2.6,2021-10-26T00:36:57Z +-17.8311,28.5721,10.2,2.6,2021-10-26T00:40:01Z +-17.8382,28.5566,10.2,2.8,2021-10-26T00:51:54Z +-17.8212,28.5693,11,3.3,2021-10-26T00:57:10Z +-17.8405,28.5657,9.9,2.7,2021-10-26T01:10:07Z +-17.8439,28.5576,10.6,2.6,2021-10-26T01:45:36Z +-17.8287,28.561,10.6,2.5,2021-10-26T01:52:46Z +-17.8325,28.562,11.4,3.3,2021-10-26T02:15:36Z +-17.837,28.5607,10.1,3.6,2021-10-26T02:17:25Z +-17.8349,28.5576,11.1,2.7,2021-10-26T02:25:00Z +-17.8373,28.5597,10.3,3,2021-10-26T02:40:19Z +-17.8287,28.5665,10.6,3.1,2021-10-26T02:54:48Z +-17.827,28.563,11.3,2.6,2021-10-26T02:57:12Z +-17.8264,28.5493,13.3,3.3,2021-10-26T03:00:57Z +-17.8297,28.5568,10.6,3.3,2021-10-26T03:05:44Z +-17.8417,28.5597,10.3,2.8,2021-10-26T03:10:11Z +-17.8342,28.5564,10.9,2.9,2021-10-26T03:13:16Z +-17.8279,28.5574,11,2.8,2021-10-26T03:19:54Z +-17.8168,28.5708,10.2,2.6,2021-10-26T03:23:43Z +-17.8286,28.5586,11.2,3.2,2021-10-26T03:45:23Z +-17.8314,28.5621,9.9,3,2021-10-26T03:51:19Z +-17.83,28.5672,10.8,2.8,2021-10-26T03:54:32Z +-17.8353,28.5611,10.5,3.1,2021-10-26T04:15:00Z +-17.8515,28.5539,10.3,2.8,2021-10-26T04:26:23Z +-17.8288,28.5642,10.9,3,2021-10-26T04:53:44Z +-17.8405,28.5554,11.5,3.3,2021-10-26T04:55:59Z +-17.8557,28.5601,10.6,3.1,2021-10-26T05:25:06Z +-17.8368,28.563,10.5,3.1,2021-10-26T05:43:50Z +-17.8348,28.5524,13.6,3.5,2021-10-26T05:53:28Z +-17.8062,28.5782,35.6,4.2,2021-10-26T06:05:14Z +-17.8493,28.5567,12.5,2.9,2021-10-26T06:55:44Z +-17.8279,28.5617,12.7,2.7,2021-10-26T07:24:54Z +-17.8335,28.5626,10.7,2.5,2021-10-26T07:43:49Z +-17.833,28.5716,11,3,2021-10-26T08:06:14Z +-17.8408,28.5691,11.6,2.3,2021-10-26T09:40:46Z +-17.8251,28.5636,13.1,3.5,2021-10-26T10:21:24Z +-17.8297,28.5508,13.9,3,2021-10-26T10:52:54Z +-17.8427,28.5553,13.6,3.3,2021-10-26T11:27:08Z +-17.8423,28.554,13.6,3.3,2021-10-26T11:35:59Z +-17.8341,28.568,10.4,2.9,2021-10-26T12:17:19Z +-17.8306,28.561,12.4,3.2,2021-10-26T13:28:14Z +-17.8331,28.5632,13.1,3.4,2021-10-26T13:40:11Z +-17.8369,28.5748,10.4,2.9,2021-10-26T13:44:25Z +-17.8152,28.5833,34.5,2.9,2021-10-26T14:29:02Z +-17.8374,28.5564,13.7,2.7,2021-10-26T14:45:13Z +-17.8039,28.5675,31.6,3.6,2021-10-26T14:50:57Z +-17.8418,28.5531,13.9,2.8,2021-10-26T15:14:21Z +-17.821,28.6067,36.1,3,2021-10-26T15:52:46Z +-17.8223,28.5762,35.1,2.9,2021-10-26T16:13:37Z +-17.8065,28.5714,32.6,2.9,2021-10-26T16:19:41Z +-17.8213,28.5737,34.2,4.9,2021-10-26T16:25:37Z +-17.8205,28.6006,32.9,2.9,2021-10-26T16:29:32Z +-17.8135,28.5908,34.6,3.4,2021-10-26T16:34:51Z +-17.8187,28.6054,35.1,3.1,2021-10-26T16:41:44Z +-17.8384,28.5886,36.5,2.7,2021-10-26T16:52:46Z +-17.8381,28.5751,37.7,3.2,2021-10-26T16:59:35Z +-17.8238,28.5826,35.2,3.3,2021-10-26T17:00:47Z +-17.8336,28.5702,10.5,3,2021-10-26T17:05:02Z +-17.8261,28.587,34.2,3.3,2021-10-26T17:13:11Z +-17.832,28.5761,36.5,3.2,2021-10-26T17:17:59Z +-17.8375,28.5553,13.7,3,2021-10-26T17:32:32Z +-17.837,28.5574,13.7,2.5,2021-10-26T17:39:45Z +-17.8421,28.5563,13.2,2.6,2021-10-26T17:44:57Z +-17.8388,28.5562,13.4,2.7,2021-10-26T17:56:37Z +-17.8299,28.5746,35,3.1,2021-10-26T17:57:59Z +-17.8418,28.5577,14.5,2.8,2021-10-26T18:05:53Z +-17.8347,28.5624,12.2,3.1,2021-10-26T18:08:20Z +-17.856,28.5851,37,3.3,2021-10-26T18:26:45Z +-17.8417,28.5635,10.5,2.5,2021-10-26T19:12:29Z +-17.8291,28.5573,10.6,2.8,2021-10-26T19:17:27Z +-17.8082,28.5941,34,3,2021-10-26T19:26:47Z +-17.8306,28.5624,12.5,3.2,2021-10-26T19:31:00Z +-17.838,28.5752,11,3.1,2021-10-26T19:37:35Z +-17.8401,28.5664,10.6,2.6,2021-10-26T19:40:27Z +-17.8422,28.5599,9.8,2.6,2021-10-26T19:45:11Z +-17.8526,28.5581,11.2,2.7,2021-10-26T19:50:33Z +-17.8588,28.555,13.8,3,2021-10-26T20:12:54Z +-17.8397,28.5559,13.9,3.4,2021-10-26T20:33:25Z +-17.8421,28.5566,13.4,3.1,2021-10-26T20:44:09Z +-17.8484,28.5651,10.8,2.4,2021-10-26T20:51:10Z +-17.834,28.5562,12.7,3.9,2021-10-26T21:13:17Z +-17.8402,28.5635,11.2,2.9,2021-10-26T21:44:08Z +-17.8449,28.5565,9.9,3.1,2021-10-26T21:46:34Z +-17.8305,28.5618,10.9,3.2,2021-10-26T21:50:27Z +-17.8349,28.5513,13.4,3.4,2021-10-26T21:52:52Z +-17.8338,28.5634,10.1,2.8,2021-10-26T21:55:43Z +-17.8338,28.5613,11.5,2.5,2021-10-26T22:08:51Z +-17.8394,28.5569,12.8,3,2021-10-26T22:12:15Z +-17.8388,28.5657,11.5,2.8,2021-10-26T22:16:02Z +-17.829,28.5648,12,3.2,2021-10-26T22:27:02Z +-17.8338,28.5613,10.9,3,2021-10-26T22:29:23Z +-17.839,28.5702,11.2,2.5,2021-10-26T22:35:48Z +-17.8149,28.5758,10.9,2.8,2021-10-26T22:52:06Z +-17.8398,28.5665,9.8,2.8,2021-10-26T22:55:12Z +-17.8285,28.5641,10.4,2.9,2021-10-26T23:03:25Z +-17.8275,28.5663,10.3,3.2,2021-10-26T23:11:44Z +-17.8352,28.5653,9.8,3,2021-10-26T23:13:33Z +-17.8476,28.5496,14,2.9,2021-10-26T23:14:54Z +-17.8376,28.5634,10.5,2.6,2021-10-26T23:26:24Z +-17.8256,28.5714,11.3,3,2021-10-26T23:29:21Z +-17.8361,28.5628,10.8,2.9,2021-10-26T23:32:52Z +-17.8371,28.5834,10.1,2.8,2021-10-26T23:37:27Z +-17.8338,28.575,35.7,4.2,2021-10-26T23:53:01Z +-17.8224,28.577,34.8,4.8,2021-10-26T23:53:16Z +-17.8391,28.5591,9.9,2.9,2021-10-26T23:56:22Z +-17.8174,28.5289,34.9,2.8,2021-10-26T23:58:47Z +-17.8438,28.5627,10.3,3.5,2021-10-25T00:01:59Z +-17.8552,28.5607,10.3,2.5,2021-10-25T00:06:41Z +-17.8382,28.5608,9.9,3,2021-10-25T00:08:11Z +-17.8495,28.5751,9.2,2.5,2021-10-25T00:09:45Z +-17.8576,28.5501,10.7,2.6,2021-10-25T00:13:41Z +-17.8519,28.5588,11.3,2.9,2021-10-25T00:22:45Z +-17.8118,28.5601,10.6,2.6,2021-10-25T00:33:35Z +-17.8486,28.5666,8.7,3,2021-10-25T00:35:53Z +-17.8405,28.5571,12.5,3.4,2021-10-25T00:43:45Z +-17.8259,28.5702,12.4,2.9,2021-10-25T00:46:37Z +-17.8377,28.5484,11.4,2.9,2021-10-25T00:51:37Z +-17.8381,28.5665,10.6,2.6,2021-10-25T00:52:57Z +-17.8569,28.5631,10.7,2.6,2021-10-25T00:54:38Z +-17.8475,28.5597,11,3.4,2021-10-25T00:58:08Z +-17.849,28.5655,11.1,2.8,2021-10-25T01:00:50Z +-17.8264,28.5665,11.5,3.4,2021-10-25T01:02:44Z +-17.8443,28.5746,8.9,2.6,2021-10-25T01:04:21Z +-17.8509,28.5598,12.4,2.9,2021-10-25T01:05:25Z +-17.8254,28.5697,12.5,3.5,2021-10-25T01:11:24Z +-17.8383,28.5596,12.8,3.1,2021-10-25T01:12:54Z +-17.8373,28.5593,11,3.1,2021-10-25T01:20:48Z +-17.8424,28.5638,11.1,2.6,2021-10-25T01:23:04Z +-17.8373,28.563,11.3,3.2,2021-10-25T01:29:08Z +-17.8363,28.5623,11.2,2.6,2021-10-25T01:32:02Z +-17.8235,28.5626,12.6,2.6,2021-10-25T01:33:42Z +-17.839,28.5678,10.7,2.6,2021-10-25T01:43:57Z +-17.8313,28.5567,11.6,2.9,2021-10-25T01:56:24Z +-17.8494,28.5557,11,2.8,2021-10-25T01:57:59Z +-17.8293,28.5582,14.6,3,2021-10-25T02:00:07Z +-17.8403,28.5495,13.1,3,2021-10-25T02:03:38Z +-17.8392,28.5635,14.6,3.5,2021-10-25T02:05:41Z +-17.7771,28.635,36.7,2.7,2021-10-25T02:13:01Z +-17.8292,28.5509,12.6,3.3,2021-10-25T02:18:00Z +-17.8274,28.5606,13.7,3,2021-10-25T02:19:37Z +-17.8323,28.567,14,2.6,2021-10-25T02:25:48Z +-17.835,28.5724,10.2,2.6,2021-10-25T02:31:47Z +-17.8316,28.5777,10.4,2.6,2021-10-25T02:34:12Z +-17.8438,28.5547,13.6,3.1,2021-10-25T02:41:04Z +-17.8438,28.5613,11.3,3,2021-10-25T02:51:29Z +-17.8328,28.5652,11.1,3.2,2021-10-25T03:03:18Z +-17.8431,28.5648,13.6,3.2,2021-10-25T03:03:42Z +-17.8369,28.5581,11.2,3,2021-10-25T03:04:26Z +-17.8461,28.5704,7.8,2.9,2021-10-25T03:09:55Z +-17.8592,28.5713,13.7,2.7,2021-10-25T03:16:23Z +-17.8299,28.5636,9.8,2.6,2021-10-25T03:18:09Z +-17.8508,28.5653,9.7,2.8,2021-10-25T03:19:10Z +-17.8438,28.5548,11.5,2.9,2021-10-25T03:22:49Z +-17.8598,28.5553,11.1,3.2,2021-10-25T03:30:27Z +-17.8291,28.5634,13.2,2.5,2021-10-25T03:33:32Z +-17.852,28.5783,10.4,2.7,2021-10-25T03:38:49Z +-17.8272,28.5362,33.8,2.8,2021-10-25T03:41:21Z +-17.8478,28.5604,11.2,3,2021-10-25T03:43:42Z +-17.8399,28.55,14.3,2.7,2021-10-25T03:46:42Z +-17.8186,28.5773,10.3,2.5,2021-10-25T03:51:01Z +-17.8313,28.5612,11.1,2.9,2021-10-25T03:53:45Z +-17.8356,28.5623,10.2,2.7,2021-10-25T04:15:21Z +-17.8329,28.5552,13.8,2.9,2021-10-25T04:26:51Z +-17.8252,28.5568,11.4,3,2021-10-25T04:31:22Z +-17.8282,28.5686,10.2,2.5,2021-10-25T04:43:16Z +-17.8403,28.5699,12,2.4,2021-10-25T04:43:44Z +-17.8357,28.5537,10.4,2.8,2021-10-25T04:46:19Z +-17.8356,28.5655,9.3,2.5,2021-10-25T04:50:44Z +-17.8294,28.5686,11.7,2.6,2021-10-25T04:52:12Z +-17.8284,28.5646,13.2,2.8,2021-10-25T04:53:16Z +-17.8389,28.5598,10.5,2.4,2021-10-25T05:00:27Z +-17.8315,28.5569,13.3,2.6,2021-10-25T05:01:40Z +-17.837,28.5578,10.5,2.6,2021-10-25T05:03:56Z +-17.8394,28.565,11.1,2.5,2021-10-25T05:07:25Z +-17.8215,28.5572,13.1,2.5,2021-10-25T05:08:42Z +-17.8333,28.5467,14.3,2.9,2021-10-25T05:11:07Z +-17.8275,28.5472,13.6,3,2021-10-25T05:14:26Z +-17.8388,28.5521,12.3,2.7,2021-10-25T05:27:49Z +-17.8515,28.565,10,2.7,2021-10-25T05:33:21Z +-17.8362,28.5615,10.8,2.8,2021-10-25T05:52:02Z +-17.8332,28.551,14.2,3,2021-10-25T05:53:30Z +-17.8439,28.5506,13.9,2.8,2021-10-25T05:55:02Z +-17.8393,28.5541,10.2,2.6,2021-10-25T06:04:08Z +-17.8239,28.5643,13.1,2.8,2021-10-25T06:13:49Z +-17.8267,28.5661,10.9,2.6,2021-10-25T06:20:30Z +-17.837,28.5469,14.1,3,2021-10-25T06:28:06Z +-17.8457,28.5567,10.2,2.8,2021-10-25T06:43:46Z +-17.8302,28.5463,13.6,3.1,2021-10-25T06:45:02Z +-17.8359,28.562,13,3.6,2021-10-25T06:47:50Z +-17.8178,28.5558,13.7,2.5,2021-10-25T06:49:33Z +-17.8402,28.5633,10.3,2.5,2021-10-25T06:53:56Z +-17.861,28.5681,10.5,2.5,2021-10-25T06:59:01Z +-17.8287,28.5677,11.4,3,2021-10-25T07:05:36Z +-17.8161,28.5623,10.8,3.2,2021-10-25T07:12:40Z +-17.8387,28.5676,13.9,3.1,2021-10-25T07:21:32Z +-17.8367,28.5626,10.2,2.6,2021-10-25T07:28:16Z +-17.8419,28.548,12.6,3.4,2021-10-25T07:29:27Z +-17.8236,28.5679,12.4,3.7,2021-10-25T07:31:33Z +-17.8499,28.5596,10.4,3,2021-10-25T07:33:50Z +-17.8427,28.5451,14.2,3.4,2021-10-25T07:37:12Z +-17.846800000000002,28.5659,13.2,2.9,2021-10-25T07:43:40Z +-17.8417,28.5716,10.4,2.8,2021-10-25T07:53:43Z +-17.8348,28.5615,13.2,3.5,2021-10-25T07:57:09Z +-17.8373,28.5482,13.6,3.1,2021-10-25T07:59:11Z +-17.8382,28.5433,12.8,2.6,2021-10-25T08:03:11Z +-17.817,28.5682,10.5,2.4,2021-10-25T08:06:11Z +-17.8327,28.5536,14.2,2.8,2021-10-25T08:08:16Z +-17.8344,28.5529,12.4,3.2,2021-10-25T08:10:52Z +-17.8331,28.5602,13.3,2.6,2021-10-25T08:21:28Z +-17.8428,28.5665,12.1,3.1,2021-10-25T08:30:31Z +-17.8391,28.56,12.9,2.9,2021-10-25T08:32:08Z +-17.8248,28.5616,11.4,3.4,2021-10-25T08:48:23Z +-17.8348,28.5623,10.5,3.1,2021-10-25T08:52:53Z +-17.8391,28.5637,11.5,3.2,2021-10-25T08:54:32Z +-17.8292,28.5553,14.1,2.9,2021-10-25T08:57:12Z +-17.8337,28.5552,10.1,3.4,2021-10-25T09:10:51Z +-17.8435,28.5647,11,2.8,2021-10-25T09:16:48Z +-17.8414,28.5527,13.1,3.3,2021-10-25T09:22:05Z +-17.8391,28.5671,10.9,2.6,2021-10-25T09:24:59Z +-17.8488,28.5659,10.5,2.5,2021-10-25T09:26:45Z +-17.8572,28.5674,10.9,2.7,2021-10-25T09:28:16Z +-17.8381,28.5524,14,2.9,2021-10-25T09:31:04Z +-17.8184,28.5699,10.5,2.7,2021-10-25T09:32:59Z +-17.8378,28.5579,11.2,3.3,2021-10-25T09:35:38Z +-17.8329,28.565,11,3.2,2021-10-25T09:38:01Z +-17.8274,28.5628,10.4,3,2021-10-25T09:46:20Z +-17.8325,28.5581,10.2,3.4,2021-10-25T09:51:10Z +-17.8334,28.5544,12.4,2.9,2021-10-25T09:52:16Z +-17.8238,28.569,11.1,2.8,2021-10-25T09:53:25Z +-17.8407,28.5652,10.2,3,2021-10-25T10:06:26Z +-17.8448,28.5596,10.2,2.6,2021-10-25T10:09:55Z +-17.842,28.5602,10.8,3.2,2021-10-25T10:19:35Z +-17.8383,28.5672,10.2,2.8,2021-10-25T10:25:52Z +-17.8316,28.5619,10.7,2.7,2021-10-25T10:27:37Z +-17.8338,28.5612,10.8,3,2021-10-25T10:30:39Z +-17.8464,28.5687,10.7,2.7,2021-10-25T10:35:43Z +-17.8245,28.5625,13.1,2.8,2021-10-25T10:39:37Z +-17.8389,28.5504,10.1,2.7,2021-10-25T10:46:16Z +-17.8467,28.5553,10,2.5,2021-10-25T10:53:21Z +-17.8456,28.5595,10.8,2.7,2021-10-25T11:11:02Z +-17.8289,28.5615,10.3,3.1,2021-10-25T11:19:34Z +-17.8443,28.5586,11.2,2.5,2021-10-25T11:21:19Z +-17.8543,28.5385,10.8,2.6,2021-10-25T11:56:48Z +-17.8289,28.5654,11.2,2.7,2021-10-25T11:58:19Z +-17.8377,28.5508,12.4,3.1,2021-10-25T12:07:55Z +-17.8306,28.5563,13.5,3.3,2021-10-25T12:12:11Z +-17.864,28.594,10,2.4,2021-10-25T12:21:23Z +-17.8564,28.5654,10,2.9,2021-10-25T12:36:03Z +-17.8083,28.5698,32.1,3.3,2021-10-25T12:43:30Z +-17.8443,28.5799,9.2,3,2021-10-25T12:55:13Z +-17.8539,28.5695,10.2,3.2,2021-10-25T13:03:10Z +-17.8431,28.5595,10.9,3,2021-10-25T13:15:29Z +-17.8324,28.5536,14,3.1,2021-10-25T13:21:20Z +-17.8607,28.5448,13,2.7,2021-10-25T13:26:03Z +-17.8281,28.5584,12.8,3.2,2021-10-25T13:27:55Z +-17.8242,28.5864,27.8,2.9,2021-10-25T13:32:37Z +-17.8321,28.5686,13.9,3,2021-10-25T13:42:04Z +-17.8416,28.5639,11.2,2.9,2021-10-25T13:57:40Z +-17.8368,28.5521,14,3.1,2021-10-25T14:00:41Z +-17.863,28.5501,32.3,2.8,2021-10-25T14:08:02Z +-17.8333,28.5659,10.2,3,2021-10-25T14:16:07Z +-17.8398,28.562,11.1,3.5,2021-10-25T14:22:39Z +-17.8513,28.5799,11.9,2.7,2021-10-25T14:24:36Z +-17.8377,28.5572,12.8,3.4,2021-10-25T14:27:51Z +-17.8089,28.5736,34.9,3.2,2021-10-25T14:29:02Z +-17.8369,28.5815,9.2,2.9,2021-10-25T14:43:18Z +-17.8369,28.5656,11.4,3.1,2021-10-25T14:45:52Z +-17.8281,28.5602,12.2,2.9,2021-10-25T14:59:54Z +-17.8384,28.563,12.3,2.8,2021-10-25T15:04:12Z +-17.8252,28.5677,10.9,3.3,2021-10-25T15:07:51Z +-17.8517,28.5639,10.8,2.5,2021-10-25T15:22:12Z +-17.8453,28.571,10.7,2.6,2021-10-25T15:25:20Z +-17.8379,28.5553,12.8,2.9,2021-10-25T15:31:23Z +-17.8408,28.5532,11.2,2.8,2021-10-25T15:39:42Z +-17.8335,28.5607,13.5,3.5,2021-10-25T15:40:51Z +-17.8359,28.5669,10.4,2.6,2021-10-25T15:44:27Z +-17.8294,28.5628,13.8,3.3,2021-10-25T16:06:37Z +-17.8442,28.557,13.5,2.9,2021-10-25T16:17:03Z +-17.8401,28.5465,13.6,3,2021-10-25T16:23:41Z +-17.8518,28.5819,10.6,2.6,2021-10-25T16:25:12Z +-17.8474,28.5615,11.5,3.5,2021-10-25T16:29:29Z +-17.82,28.5717,12.9,2.9,2021-10-25T16:35:34Z +-17.8443,28.5695,12.3,3.3,2021-10-25T16:37:13Z +-17.8639,28.5656,12.5,2.6,2021-10-25T16:43:42Z +-17.8352,28.5579,12.3,3.4,2021-10-25T16:46:28Z +-17.8445,28.5577,12.2,2.5,2021-10-25T16:51:34Z +-17.846,28.5713,10.2,3,2021-10-25T16:55:16Z +-17.847,28.5611,12.9,3.4,2021-10-25T17:00:54Z +-17.8445,28.5603,10.6,3.1,2021-10-25T17:03:13Z +-17.8389,28.5691,9.5,2.5,2021-10-25T17:13:01Z +-17.8186,28.5703,10.1,2.7,2021-10-25T17:15:53Z +-17.8176,28.5587,12.8,2.5,2021-10-25T17:18:21Z +-17.8241,28.5652,12.8,2.6,2021-10-25T17:20:34Z +-17.8334,28.5608,13.2,3.4,2021-10-25T17:24:49Z +-17.8452,28.558,10.7,2.5,2021-10-25T17:26:03Z +-17.8363,28.5615,10.5,2.5,2021-10-25T17:38:10Z +-17.8373,28.5566,13,3.4,2021-10-25T17:41:55Z +-17.8389,28.5683,12.8,2.8,2021-10-25T17:51:49Z +-17.8414,28.5629,10.3,3.2,2021-10-25T17:54:47Z +-17.8304,28.5605,12.9,2.6,2021-10-25T17:55:54Z +-17.837,28.5501,13.9,3,2021-10-25T17:57:57Z +-17.828,28.5621,11.6,2.7,2021-10-25T18:00:35Z +-17.845,28.5631,12.4,2.7,2021-10-25T18:07:52Z +-17.8332,28.5636,12.1,2.7,2021-10-25T18:09:36Z +-17.857,28.57,11.3,3.2,2021-10-25T18:13:59Z +-17.8457,28.5499,14.6,3.4,2021-10-25T18:15:43Z +-17.8233,28.5591,12.3,2.8,2021-10-25T18:20:03Z +-17.8411,28.5631,12.8,2.9,2021-10-25T18:27:56Z +-17.842,28.5641,12,2.6,2021-10-25T18:31:07Z +-17.8279,28.5655,10.2,2.8,2021-10-25T18:32:09Z +-17.8542,28.5603,12.8,2.6,2021-10-25T18:33:18Z +-17.8552,28.5636,11.8,2.7,2021-10-25T18:35:24Z +-17.8271,28.5707,9.8,2.4,2021-10-25T18:39:13Z +-17.8311,28.5667,11.3,2.4,2021-10-25T18:45:19Z +-17.8498,28.5629,11.2,2.6,2021-10-25T18:53:10Z +-17.8146,28.5638,11.7,2.4,2021-10-25T18:54:13Z +-17.8361,28.5593,12.3,3.2,2021-10-25T18:57:17Z +-17.8376,28.5587,11.3,3.2,2021-10-25T19:15:57Z +-17.8325,28.5644,10.6,3.1,2021-10-25T19:22:49Z +-17.847,28.5572,13.2,3.4,2021-10-25T19:29:10Z +-17.8519,28.5711,11.5,2.9,2021-10-25T19:31:08Z +-17.8396,28.5576,11.3,3.1,2021-10-25T19:35:34Z +-17.839,28.5758,11,2.6,2021-10-25T19:45:12Z +-17.8356,28.562,11.1,3.1,2021-10-25T19:51:13Z +-17.8372,28.5628,10.3,2.9,2021-10-25T19:54:54Z +-17.8416,28.5583,12.2,3.3,2021-10-25T20:01:04Z +-17.8354,28.564,11.1,3.1,2021-10-25T20:14:09Z +-17.8476,28.5593,11.2,3,2021-10-25T20:20:29Z +-17.8414,28.554,13.2,2.9,2021-10-25T20:24:16Z +-17.8188,28.5686,10.5,2.7,2021-10-25T20:42:21Z +-17.8368,28.5587,13.8,3.1,2021-10-25T20:43:27Z +-17.8342,28.5643,12.2,2.8,2021-10-25T20:46:37Z +-17.846800000000002,28.5614,11.3,3.4,2021-10-25T20:51:12Z +-17.8289,28.5651,13.1,2.8,2021-10-25T20:55:41Z +-17.8338,28.5588,10.2,3,2021-10-25T21:00:55Z +-17.8326,28.5557,10.4,2.8,2021-10-25T21:17:40Z +-17.8313,28.5682,10.4,2.8,2021-10-25T21:25:32Z +-17.8373,28.5638,10.9,3.2,2021-10-25T21:28:46Z +-17.8346,28.5644,10.9,3.5,2021-10-25T21:31:22Z +-17.8363,28.565,10.8,2.9,2021-10-25T21:33:39Z +-17.8449,28.5607,11.6,2.7,2021-10-25T21:36:36Z +-17.8347,28.5575,10.7,3,2021-10-25T21:42:19Z +-17.8384,28.5587,10.9,2.8,2021-10-25T21:43:47Z +-17.8321,28.5604,10.1,3,2021-10-25T21:58:28Z +-17.8335,28.5584,12.2,2.5,2021-10-25T22:02:58Z +-17.8376,28.5668,10.9,2.6,2021-10-25T22:52:45Z +-17.821,28.5652,10.6,2.8,2021-10-25T22:54:04Z +-17.8276,28.5583,10.9,2.8,2021-10-25T23:11:33Z +-17.8141,28.5735,12,2.8,2021-10-25T23:14:55Z +-17.837,28.5643,11.2,2.8,2021-10-25T23:30:13Z +-17.8194,28.5672,12.2,2.9,2021-10-25T23:41:36Z +-17.8376,28.5685,11.6,3,2021-10-25T23:44:20Z +-17.8416,28.568,10.6,2.6,2021-10-25T23:47:37Z +-17.8456,28.5586,13.1,2.8,2021-10-24T00:01:08Z +-17.8407,28.5614,10.6,3,2021-10-24T01:01:35Z +-17.8437,28.5633,10.9,2.9,2021-10-24T01:48:19Z +-17.8437,28.5724,12.2,3.3,2021-10-24T01:55:20Z +-17.8487,28.5593,10.8,2.9,2021-10-24T01:57:39Z +-17.8321,28.5789,9.7,2.5,2021-10-24T02:03:10Z +-17.8367,28.5671,11.1,2.5,2021-10-24T02:15:30Z +-17.8314,28.5621,11.6,3.5,2021-10-24T02:25:00Z +-17.8444,28.5561,14.1,2.3,2021-10-24T02:46:03Z +-17.8142,28.5666,35.8,3.9,2021-10-24T02:54:50Z +-17.8303,28.5669,10.6,2.6,2021-10-24T03:07:47Z +-17.8325,28.5609,10.3,2.8,2021-10-24T03:13:18Z +-17.8482,28.5606,11.1,2.7,2021-10-24T03:15:19Z +-17.8052,28.553,14.3,2.6,2021-10-24T03:17:33Z +-17.8302,28.5594,13,3.3,2021-10-24T03:22:21Z +-17.8426,28.5668,10.6,2.9,2021-10-24T03:25:51Z +-17.8068,28.5612,14.7,2.7,2021-10-24T03:27:51Z +-17.8438,28.5577,11.1,3,2021-10-24T03:34:39Z +-17.8448,28.5651,10.4,2.7,2021-10-24T03:37:30Z +-17.842,28.577,9.8,2.6,2021-10-24T03:43:51Z +-17.8323,28.5597,13.8,2.8,2021-10-24T03:45:09Z +-17.806,28.546,11,2.8,2021-10-24T03:53:44Z +-17.8361,28.5817,10.1,2.6,2021-10-24T04:05:16Z +-17.86,28.5569,11,2.7,2021-10-24T04:10:06Z +-17.8236,28.5649,10.6,2.9,2021-10-24T04:13:09Z +-17.836,28.5629,10.7,2.6,2021-10-24T04:15:06Z +-17.8272,28.5659,10.5,2.4,2021-10-24T04:17:15Z +-17.833,28.5671,9.9,2.9,2021-10-24T04:19:37Z +-17.8391,28.5576,9.6,3.6,2021-10-24T04:25:16Z +-17.8304,28.5612,12.3,3.3,2021-10-24T04:28:08Z +-17.828,28.564,11.1,3.9,2021-10-24T04:34:01Z +-17.8541,28.5779,11.1,2.8,2021-10-24T04:36:19Z +-17.8492,28.562,10.3,3.3,2021-10-24T04:41:22Z +-17.8303,28.5663,11.4,3.5,2021-10-24T04:44:54Z +-17.8775,28.561,28.1,3,2021-10-24T04:46:28Z +-17.8557,28.5725,9.6,2.8,2021-10-24T04:48:18Z +-17.8497,28.5596,14.2,2.6,2021-10-24T04:50:22Z +-17.8302,28.5496,13.3,2.8,2021-10-24T04:58:56Z +-17.833,28.5573,11.7,2.9,2021-10-24T05:00:37Z +-17.8288,28.5644,9.8,2.6,2021-10-24T05:02:03Z +-17.836,28.5591,11.2,2.6,2021-10-24T05:03:44Z +-17.8335,28.5611,10.8,2.5,2021-10-24T05:08:24Z +-17.8228,28.5646,12.9,2.6,2021-10-24T05:09:37Z +-17.8221,28.5649,10.6,3.7,2021-10-24T05:14:12Z +-17.8423,28.5517,11.2,2.5,2021-10-24T05:16:25Z +-17.8347,28.5543,14.5,3.2,2021-10-24T05:24:18Z +-17.8349,28.5569,13,3.6,2021-10-24T05:26:08Z +-17.8145,28.5581,10.5,2.4,2021-10-24T05:28:05Z +-17.8298,28.555,10.4,3.5,2021-10-24T05:29:37Z +-17.8179,28.5615,10.7,2.7,2021-10-24T05:32:40Z +-17.8338,28.5637,10.8,2.6,2021-10-24T05:37:28Z +-17.8311,28.5579,10.7,2.7,2021-10-24T05:39:58Z +-17.8233,28.5586,13.3,2.9,2021-10-24T05:42:25Z +-17.8264,28.5679,10.2,2.3,2021-10-24T05:46:02Z +-17.8289,28.5629,11.4,3.1,2021-10-24T05:47:12Z +-17.8363,28.5634,11.1,2.5,2021-10-24T05:50:02Z +-17.8322,28.5562,11,3.2,2021-10-24T05:53:14Z +-17.8211,28.5623,10.8,2.6,2021-10-24T05:54:26Z +-17.8054,28.5794,35.9,3.6,2021-10-24T05:57:45Z +-17.8285,28.5586,10.5,2.8,2021-10-24T06:02:49Z +-17.8341,28.5648,10.2,3.5,2021-10-24T06:10:32Z +-17.8306,28.5535,13,2.7,2021-10-24T06:12:39Z +-17.8287,28.562,11.3,2.8,2021-10-24T06:24:44Z +-17.8373,28.565,10,2.1,2021-10-24T06:32:13Z +-17.8353,28.5672,11,3,2021-10-24T06:35:21Z +-17.8329,28.5506,13.1,2.5,2021-10-24T06:39:44Z +-17.8333,28.5548,11.5,2.8,2021-10-24T06:42:15Z +-17.8536,28.5635,10.1,2.1,2021-10-24T06:50:24Z +-17.8498,28.5502,11.3,2.7,2021-10-24T06:53:41Z +-17.8287,28.5501,14,2.5,2021-10-24T06:55:53Z +-17.8273,28.5631,10.8,3.4,2021-10-24T06:58:38Z +-17.8253,28.561,10.5,2.9,2021-10-24T07:03:15Z +-17.8366,28.5543,12.1,3.1,2021-10-24T07:10:46Z +-17.8382,28.5645,10.3,3.4,2021-10-24T07:13:35Z +-17.831,28.5559,11.4,2.7,2021-10-24T07:16:14Z +-17.8316,28.5646,11.4,2.5,2021-10-24T07:18:51Z +-17.8249,28.5619,11,2.9,2021-10-24T07:23:15Z +-17.8409,28.5523,12.8,2.7,2021-10-24T07:30:38Z +-17.8299,28.558,11.2,2.6,2021-10-24T07:36:30Z +-17.8293,28.5629,12.3,3,2021-10-24T07:37:38Z +-17.8271,28.5671,11.1,2.6,2021-10-24T07:38:47Z +-17.8306,28.5612,10.9,2.8,2021-10-24T07:42:20Z +-17.8375,28.5514,13.9,3.3,2021-10-24T07:45:32Z +-17.8338,28.5579,11,3.5,2021-10-24T07:56:07Z +-17.8289,28.5529,13.9,3.8,2021-10-24T08:00:12Z +-17.8478,28.5654,11.2,2.7,2021-10-24T08:01:39Z +-17.8288,28.5576,11.2,2.4,2021-10-24T08:04:30Z +-17.8434,28.5593,10.5,2.6,2021-10-24T08:06:11Z +-17.8434,28.5605,11.1,2.6,2021-10-24T08:11:43Z +-17.8293,28.5594,12.2,2.9,2021-10-24T08:16:42Z +-17.8311,28.5634,10.8,2.4,2021-10-24T08:20:56Z +-17.8243,28.5673,13.8,3.1,2021-10-24T08:26:30Z +-17.8399,28.556,11.2,2.8,2021-10-24T08:34:30Z +-17.8426,28.5562,10.4,2.5,2021-10-24T08:39:26Z +-17.8381,28.5465,14,2.8,2021-10-24T08:42:18Z +-17.8273,28.5557,12.3,2.7,2021-10-24T08:45:10Z +-17.8426,28.5568,10.9,2.5,2021-10-24T08:54:21Z +-17.8374,28.5485,15.1,3.5,2021-10-24T08:56:37Z +-17.8326,28.5547,12.1,3.2,2021-10-24T08:57:58Z +-17.8402,28.5417,13.7,2.4,2021-10-24T09:03:27Z +-17.8194,28.5578,13.9,2.8,2021-10-24T09:10:44Z +-17.8484,28.5577,10.8,2.8,2021-10-24T09:15:29Z +-17.8328,28.5653,13.5,2.9,2021-10-24T09:18:20Z +-17.8278,28.5581,13.1,2.8,2021-10-24T09:19:50Z +-17.8371,28.5532,14.1,2.8,2021-10-24T09:30:12Z +-17.8326,28.5508,14.1,2.9,2021-10-24T09:31:31Z +-17.8333,28.5663,10.6,3.1,2021-10-24T09:40:35Z +-17.8329,28.5638,11.1,2.5,2021-10-24T09:45:54Z +-17.8586,28.5543,10.3,2.3,2021-10-24T09:59:24Z +-17.8324,28.5624,10.2,2.6,2021-10-24T10:07:47Z +-17.8342,28.5553,12.3,3.4,2021-10-24T10:18:16Z +-17.8193,28.5538,13.5,3.1,2021-10-24T10:23:12Z +-17.8298,28.5503,13.1,2.8,2021-10-24T10:26:38Z +-17.8509,28.5582,13.1,3,2021-10-24T10:30:37Z +-17.8344,28.5537,13,3.2,2021-10-24T10:36:17Z +-17.8203,28.5635,11.1,2.8,2021-10-24T10:37:41Z +-17.8193,28.5552,13.4,2.8,2021-10-24T11:01:05Z +-17.8451,28.5481,13.8,2.9,2021-10-24T11:02:26Z +-17.8365,28.5639,11.1,3.2,2021-10-24T11:04:29Z +-17.843,28.5636,10.8,2.9,2021-10-24T11:05:33Z +-17.8257,28.561,11.4,2.9,2021-10-24T11:08:06Z +-17.8542,28.5552,12.9,3.3,2021-10-24T11:30:42Z +-17.8391,28.5542,13.2,2.7,2021-10-24T11:33:49Z +-17.8353,28.5531,13.2,3.1,2021-10-24T11:41:00Z +-17.8063,28.5653,12.8,2.4,2021-10-24T11:47:37Z +-17.8311,28.5607,12,3.4,2021-10-24T11:49:08Z +-17.8438,28.5732,9.4,2.4,2021-10-24T11:53:21Z +-17.8289,28.5671,9.4,2.3,2021-10-24T11:56:44Z +-17.8452,28.5465,10.9,3.1,2021-10-24T11:57:51Z +-17.8816,28.5526,10.9,3.3,2021-10-24T12:06:57Z +-17.833,28.5663,9.9,3.2,2021-10-24T12:10:46Z +-17.8285,28.5604,11.2,3.1,2021-10-24T12:11:49Z +-17.8326,28.566,9.7,2.9,2021-10-24T12:14:46Z +-17.8406,28.5644,10.5,3.3,2021-10-24T12:23:26Z +-17.8363,28.5609,11,3.2,2021-10-24T12:25:01Z +-17.8458,28.5638,10.5,3.3,2021-10-24T12:26:48Z +-17.8226,28.5673,11,2.8,2021-10-24T12:30:13Z +-17.8348,28.5672,9.6,2.7,2021-10-24T12:33:30Z +-17.8305,28.5679,11.4,3.6,2021-10-24T12:37:43Z +-17.8368,28.5627,10.8,2.9,2021-10-24T12:54:08Z +-17.8237,28.5666,10.8,3,2021-10-24T12:58:15Z +-17.835,28.56,12.3,2.6,2021-10-24T13:06:20Z +-17.8254,28.5606,14.5,3.4,2021-10-24T13:08:24Z +-17.8159,28.5695,13,3.4,2021-10-24T13:08:24Z +-17.8336,28.5581,14,2.6,2021-10-24T13:14:35Z +-17.8472,28.5535,13.9,2.8,2021-10-24T13:20:40Z +-17.8466,28.565,13.2,3,2021-10-24T13:25:49Z +-17.8289,28.5507,14,3,2021-10-24T13:32:38Z +-17.828,28.552,14,2.8,2021-10-24T13:34:26Z +-17.8472,28.5666,9.9,2.7,2021-10-24T13:37:37Z +-17.8287,28.5628,12.3,2.9,2021-10-24T13:38:40Z +-17.8498,28.5478,13.8,3.4,2021-10-24T13:47:06Z +-17.8535,28.5619,9.4,2.4,2021-10-24T13:50:09Z +-17.8391,28.5612,11.4,3.6,2021-10-24T13:51:17Z +-17.8332,28.5583,12.8,2.6,2021-10-24T13:54:15Z +-17.8323,28.5469,13.8,3.1,2021-10-24T13:59:11Z +-17.8374,28.5594,12.5,3.2,2021-10-24T14:03:12Z +-17.8402,28.5647,10.8,3.5,2021-10-24T14:08:28Z +-17.8353,28.5656,10.6,3.1,2021-10-24T14:09:47Z +-17.8332,28.5666,10.9,2.9,2021-10-24T14:14:15Z +-17.8252,28.5645,9,2.8,2021-10-24T14:15:39Z +-17.8436,28.5599,10.1,3,2021-10-24T14:23:46Z +-17.8568,28.5586,14.7,2.8,2021-10-24T14:27:40Z +-17.835,28.5614,10.2,2.8,2021-10-24T14:32:47Z +-17.8313,28.5676,8.6,2.7,2021-10-24T14:33:45Z +-17.8386,28.5587,10.6,3.2,2021-10-24T14:42:35Z +-17.8411,28.5601,11.2,3.1,2021-10-24T14:45:54Z +-17.8329,28.5564,12.3,3.5,2021-10-24T14:55:44Z +-17.8271,28.5579,9.9,2.7,2021-10-24T14:57:52Z +-17.8379,28.5622,13.6,3,2021-10-24T15:00:32Z +-17.8407,28.5739,11.3,3.1,2021-10-24T15:15:00Z +-17.8447,28.5633,10.9,3,2021-10-24T15:16:30Z +-17.8354,28.5681,9.5,2.8,2021-10-24T15:19:03Z +-17.8245,28.565,10.9,2.8,2021-10-24T15:22:15Z +-17.8344,28.5722,8.9,2.8,2021-10-24T15:25:19Z +-17.847,28.5703,10.4,2.2,2021-10-24T15:42:44Z +-17.8446,28.5636,11.4,2.6,2021-10-24T15:45:31Z +-17.8409,28.5503,12.6,3.3,2021-10-24T15:47:02Z +-17.8443,28.5557,13.4,2.8,2021-10-24T15:49:06Z +-17.8309,28.5625,10.2,3.6,2021-10-24T15:54:48Z +-17.8337,28.5597,13.1,2.5,2021-10-24T15:59:33Z +-17.8292,28.5594,11.6,3.4,2021-10-24T16:10:09Z +-17.8312,28.57,10.1,2.6,2021-10-24T16:16:09Z +-17.8408,28.5643,9.9,2.9,2021-10-24T16:23:19Z +-17.8219,28.5687,11.6,3,2021-10-24T16:38:06Z +-17.8459,28.5453,14.2,3.4,2021-10-24T16:40:01Z +-17.8315,28.5688,9.4,3.2,2021-10-24T16:47:59Z +-17.8426,28.5557,12.5,3.2,2021-10-24T16:49:01Z +-17.8406,28.5695,10.3,2.7,2021-10-24T16:53:21Z +-17.847,28.5646,10.1,3.2,2021-10-24T16:58:30Z +-17.8357,28.5652,10.2,2.6,2021-10-24T17:09:38Z +-17.8435,28.5677,10.5,3.1,2021-10-24T17:13:40Z +-17.8402,28.5563,10.3,4,2021-10-24T17:15:17Z +-17.8371,28.5645,12.5,2.5,2021-10-24T17:23:09Z +-17.8317,28.574,10,2.8,2021-10-24T17:25:00Z +-17.8161,28.5569,11.6,2.7,2021-10-24T17:28:07Z +-17.8176,28.569,9.8,2.8,2021-10-24T17:30:34Z +-17.836,28.5673,10.4,2.8,2021-10-24T17:32:27Z +-17.8364,28.5624,10.2,2.7,2021-10-24T17:36:59Z +-17.8376,28.5607,11.8,2.9,2021-10-24T17:44:24Z +-17.846,28.5612,11.4,3.4,2021-10-24T17:46:27Z +-17.8428,28.5657,9.9,2.8,2021-10-24T17:53:16Z +-17.823,28.5688,13.9,3.2,2021-10-24T18:13:08Z +-17.8428,28.569,12.1,2.8,2021-10-24T18:17:40Z +-17.8349,28.5532,12.5,3.5,2021-10-24T18:27:33Z +-17.8516,28.5525,11,3.9,2021-10-24T18:33:45Z +-17.8547,28.5604,10.7,2.8,2021-10-24T18:36:41Z +-17.832,28.5614,11,2.9,2021-10-24T18:42:11Z +-17.8524,28.5532,10.1,2.8,2021-10-24T18:44:20Z +-17.8311,28.5632,11.1,2.7,2021-10-24T18:47:37Z +-17.8405,28.5597,10.3,2.7,2021-10-24T18:49:13Z +-17.8509,28.5616,10.6,3.1,2021-10-24T18:52:35Z +-17.8349,28.5596,11,2.8,2021-10-24T18:54:49Z +-17.8235,28.5622,23.7,3,2021-10-24T19:00:26Z +-17.8251,28.5678,9,2.8,2021-10-24T19:03:52Z +-17.8341,28.5608,10.1,2.7,2021-10-24T19:09:42Z +-17.8619,28.5628,10.6,2.7,2021-10-24T19:29:03Z +-17.8426,28.5578,10.2,2.9,2021-10-24T19:37:24Z +-17.8487,28.5587,11.3,3.9,2021-10-24T19:44:13Z +-17.834,28.5595,12.3,2.8,2021-10-24T19:52:22Z +-17.8375,28.5514,11.7,3.2,2021-10-24T20:03:03Z +-17.8427,28.5621,11.5,3,2021-10-24T20:05:32Z +-17.8288,28.5593,10.5,3,2021-10-24T20:09:13Z +-17.8399,28.569,12.1,2.6,2021-10-24T20:10:28Z +-17.8419,28.5595,10.1,2.7,2021-10-24T20:16:10Z +-17.8266,28.5634,12.2,3,2021-10-24T20:30:44Z +-17.846800000000002,28.5802,8.2,2.6,2021-10-24T20:35:23Z +-17.8487,28.573,8.8,2.8,2021-10-24T20:39:24Z +-17.8534,28.5642,10.7,2.9,2021-10-24T20:40:27Z +-17.8598,28.572,8.8,3.4,2021-10-24T20:42:05Z +-17.8479,28.5554,13.4,3.3,2021-10-24T20:42:30Z +-17.8613,28.5661,9.2,3,2021-10-24T20:49:19Z +-17.837,28.5631,11.6,3,2021-10-24T20:54:13Z +-17.837,28.5596,11.6,3.1,2021-10-24T20:56:22Z +-17.8284,28.5615,9.8,2.9,2021-10-24T21:01:51Z +-17.8257,28.5611,11.5,3.1,2021-10-24T21:02:41Z +-17.8427,28.5486,10.5,3.3,2021-10-24T21:07:19Z +-17.8632,28.5553,10.4,2.9,2021-10-24T21:12:33Z +-17.8353,28.561,12.1,2.9,2021-10-24T21:16:08Z +-17.8365,28.5418,14.4,2.8,2021-10-24T21:17:17Z +-17.8256,28.5605,13.9,2.7,2021-10-24T21:20:44Z +-17.8442,28.5658,10.2,2.8,2021-10-24T21:21:43Z +-17.8291,28.5626,10.3,2.8,2021-10-24T21:22:58Z +-17.8332,28.5547,11.3,2.8,2021-10-24T21:25:10Z +-17.8189,28.5609,12.7,3,2021-10-24T21:26:35Z +-17.8528,28.5633,10,2.8,2021-10-24T21:29:29Z +-17.8469,28.5572,12.1,3.2,2021-10-24T21:31:43Z +-17.8318,28.5568,12.3,2.7,2021-10-24T21:45:01Z +-17.8539,28.5532,13.4,2.9,2021-10-24T21:45:05Z +-17.8423,28.5493,31.2,3.2,2021-10-24T21:55:16Z +-17.8419,28.5625,9.7,3.3,2021-10-24T21:59:25Z +-17.8477,28.564,12.5,2.7,2021-10-24T22:06:39Z +-17.8383,28.566,11.5,2.5,2021-10-24T22:21:21Z +-17.8425,28.5708,11.1,2.7,2021-10-24T22:23:24Z +-17.8391,28.5627,10.4,2.9,2021-10-24T22:30:19Z +-17.8483,28.5559,11.1,3,2021-10-24T22:32:34Z +-17.8144,28.5879,11.4,3,2021-10-24T22:32:46Z +-17.8345,28.5633,10.4,2.8,2021-10-24T22:34:40Z +-17.8426,28.5634,13.3,2.8,2021-10-24T22:40:33Z +-17.8426,28.5666,10.5,3.1,2021-10-24T22:43:33Z +-17.8557,28.5652,10.1,2.9,2021-10-24T22:52:25Z +-17.826,28.5656,10.2,3.4,2021-10-24T22:53:59Z +-17.8454,28.5644,9.7,2.9,2021-10-24T22:58:05Z +-17.8479,28.5693,10.7,2.7,2021-10-24T22:59:44Z +-17.8384,28.5617,8.9,2.5,2021-10-24T23:15:07Z +-17.8324,28.5685,11.4,2.5,2021-10-24T23:18:10Z +-17.8442,28.5637,13.3,3.2,2021-10-24T23:21:05Z +-17.8056,28.593,7.8,2.4,2021-10-24T23:28:13Z +-17.8601,28.5636,11.3,2.8,2021-10-24T23:39:22Z +-17.8614,28.5675,10.6,2.8,2021-10-24T23:42:08Z +-17.8225,28.5754,9.9,2.5,2021-10-24T23:47:14Z +-17.8353,28.5595,13,2.7,2021-10-23T00:00:20Z +-17.817,28.5587,14.4,2.9,2021-10-23T00:07:10Z +-17.8275,28.5627,10.5,2.8,2021-10-23T00:10:36Z +-17.8419,28.5495,14.5,2.7,2021-10-23T00:16:08Z +-17.8377,28.5579,12,3.1,2021-10-23T00:19:22Z +-17.8409,28.5634,11.5,3.2,2021-10-23T00:22:34Z +-17.8324,28.572,9.6,2.7,2021-10-23T00:31:39Z +-17.8296,28.561,11.4,3.9,2021-10-23T00:44:13Z +-17.8233,28.5685,10.1,2.7,2021-10-23T00:50:19Z +-17.8425,28.5577,13.1,3.3,2021-10-23T01:10:57Z +-17.8444,28.5687,10.8,2.9,2021-10-23T01:36:28Z +-17.8426,28.5785,10.9,2.7,2021-10-23T01:52:34Z +-17.8351,28.5695,11.8,3,2021-10-23T01:59:46Z +-17.8262,28.5626,10.3,2.6,2021-10-23T02:12:14Z +-17.8309,28.5759,35.3,3.9,2021-10-23T02:19:50Z +-17.8079,28.5584,13,2.5,2021-10-23T02:23:47Z +-17.8172,28.5681,13.7,2.7,2021-10-23T02:25:55Z +-17.8451,28.5597,11.5,3.2,2021-10-23T02:53:20Z +-17.8362,28.5602,13.9,3.2,2021-10-23T03:14:59Z +-17.8383,28.5609,10.5,2.7,2021-10-23T03:54:02Z +-17.829,28.5543,12.8,2.8,2021-10-23T03:59:23Z +-17.8241,28.5769,36.5,3.8,2021-10-23T04:00:54Z +-17.8165,28.5751,10.9,2.5,2021-10-23T04:05:54Z +-17.8346,28.5601,11.6,3.7,2021-10-23T04:07:38Z +-17.8338,28.5575,12.6,2.5,2021-10-23T04:17:57Z +-17.8282,28.5662,11.2,2.7,2021-10-23T04:26:37Z +-17.8382,28.5731,9.1,2.6,2021-10-23T04:28:39Z +-17.8387,28.5733,9,2.6,2021-10-23T04:40:49Z +-17.8308,28.5632,11,2.4,2021-10-23T05:11:42Z +-17.8359,28.5585,12.3,2.5,2021-10-23T05:17:00Z +-17.8214,28.5702,10.2,2.4,2021-10-23T05:33:01Z +-17.8302,28.5543,13.4,3.9,2021-10-23T05:58:39Z +-17.8229,28.5491,12.7,2.5,2021-10-23T06:00:43Z +-17.8315,28.5602,11.1,3.9,2021-10-23T06:07:00Z +-17.8327,28.5399,13.8,2.8,2021-10-23T06:10:37Z +-17.8209,28.5661,12.3,2.9,2021-10-23T06:18:51Z +-17.8309,28.5634,11,3.5,2021-10-23T06:32:20Z +-17.8455,28.5549,11.2,2.6,2021-10-23T07:13:38Z +-17.8083,28.5548,35.9,3.4,2021-10-23T07:21:24Z +-17.8232,28.5384,35.7,3.2,2021-10-23T07:22:29Z +-17.8342,28.5917,34,2.7,2021-10-23T07:24:03Z +-17.816,28.5754,36.4,4.3,2021-10-23T07:28:27Z +-17.817,28.6251,37.9,2.9,2021-10-23T07:35:33Z +-17.829,28.5661,11.6,3.1,2021-10-23T07:52:54Z +-17.7964,28.5466,13.8,2.9,2021-10-23T07:54:44Z +-17.8506,28.5469,11.1,2.8,2021-10-23T08:05:09Z +-17.8287,28.5531,13.6,3.1,2021-10-23T08:22:37Z +-17.8239,28.5516,13.9,3,2021-10-23T08:29:49Z +-17.8199,28.5618,10.9,2.8,2021-10-23T09:08:21Z +-17.8412,28.55,12.9,2.6,2021-10-23T09:27:24Z +-17.7844,28.625,39.3,3.2,2021-10-23T10:04:58Z +-17.8175,28.5674,13.8,2.8,2021-10-23T10:31:34Z +-17.817,28.5635,11.4,3.1,2021-10-23T10:36:35Z +-17.8244,28.5561,14,3,2021-10-23T10:49:56Z +-17.8081,28.5907,37,3.1,2021-10-23T10:55:59Z +-17.8259,28.5566,13.8,2.9,2021-10-23T11:05:03Z +-17.8224,28.5596,13.5,3,2021-10-23T11:18:20Z +-17.8303,28.5594,10.5,2.7,2021-10-23T11:23:59Z +-17.8332,28.5534,12.2,2.8,2021-10-23T12:02:12Z +-17.8299,28.5709,10.7,2.5,2021-10-23T13:00:07Z +-17.8383,28.5636,9.6,2.6,2021-10-23T13:05:48Z +-17.8289,28.5617,12.2,2.7,2021-10-23T13:09:19Z +-17.8277,28.5647,11.8,2.8,2021-10-23T13:18:42Z +-17.8569,28.5337,34.2,3.1,2021-10-23T13:42:41Z +-17.8301,28.5681,10.8,2.6,2021-10-23T13:47:18Z +-17.8456,28.5631,10.4,3.3,2021-10-23T13:52:48Z +-17.8319,28.5656,10.2,2.6,2021-10-23T14:03:41Z +-17.8512,28.5519,13.6,2.7,2021-10-23T14:31:11Z +-17.837,28.578,37.8,3.4,2021-10-23T14:35:14Z +-17.842,28.5499,11.3,3,2021-10-23T14:37:39Z +-17.8283,28.5614,10.8,2.5,2021-10-23T14:43:25Z +-17.8327,28.5577,13.2,3.1,2021-10-23T14:51:43Z +-17.8386,28.5608,12.1,3.4,2021-10-23T15:17:32Z +-17.7898,28.5951,38.1,4.9,2021-10-23T15:34:49Z +-17.8533,28.5605,11.4,2.8,2021-10-23T15:54:10Z +-17.8329,28.5637,10.6,2.7,2021-10-23T16:06:22Z +-17.8423,28.5599,38.7,3.1,2021-10-23T16:29:45Z +-17.8395,28.5685,10,3,2021-10-23T17:15:03Z +-17.8268,28.5674,10.3,2.7,2021-10-23T17:19:41Z +-17.8355,28.558,11.2,3.1,2021-10-23T17:23:32Z +-17.8103,28.5517,13.7,2.6,2021-10-23T17:45:15Z +-17.8297,28.5612,11.3,2.7,2021-10-23T18:28:48Z +-17.8317,28.566,12.5,3.5,2021-10-23T18:55:37Z +-17.8365,28.5703,12.4,3.3,2021-10-23T19:02:27Z +-17.8396,28.5761,9.9,2.4,2021-10-23T19:27:44Z +-17.8403,28.5559,13.3,3.1,2021-10-23T19:34:02Z +-17.8265,28.5637,8.4,2.4,2021-10-23T19:47:34Z +-17.8266,28.5579,13.4,3,2021-10-23T19:55:10Z +-17.8179,28.5717,10.3,2.7,2021-10-23T20:09:02Z +-17.8307,28.5602,10.6,2.9,2021-10-23T20:14:25Z +-17.8389,28.5583,12.3,2.9,2021-10-23T20:22:49Z +-17.8411,28.5572,13.7,2.6,2021-10-23T20:25:58Z +-17.8415,28.5679,10.3,2.6,2021-10-23T20:32:21Z +-17.8277,28.569,10.2,2.6,2021-10-23T20:36:51Z +-17.8428,28.5589,12.6,3.3,2021-10-23T20:40:53Z +-17.8324,28.5614,12.4,3,2021-10-23T20:49:48Z +-17.8516,28.5657,9.6,3.2,2021-10-23T20:59:46Z +-17.8275,28.572,9,2.8,2021-10-23T21:02:33Z +-17.8672,28.5639,10.8,3,2021-10-23T21:27:40Z +-17.8208,28.5602,18.9,2.9,2021-10-23T21:33:01Z +-17.8177,28.5529,12.4,2.5,2021-10-23T21:47:02Z +-17.8306,28.5489,19.8,2.9,2021-10-23T21:51:02Z +-17.8414,28.5646,11.2,3.6,2021-10-23T22:09:47Z +-17.8435,28.5592,13,2.8,2021-10-23T22:12:12Z +-17.833,28.565,13,3.4,2021-10-23T22:13:44Z +-17.8306,28.5576,14.2,2.6,2021-10-23T22:18:17Z +-17.8318,28.5671,10.5,2.5,2021-10-23T22:38:49Z +-17.8395,28.5641,10.1,2.9,2021-10-23T23:30:56Z +-17.841,28.5778,10.7,2.7,2021-10-23T23:36:26Z +-17.8437,28.5633,12.1,3.4,2021-10-23T23:39:46Z +-17.8467,28.5612,10.5,2.5,2021-10-23T23:57:04Z +-17.8368,28.5738,9,2.8,2021-10-22T00:03:01Z +-17.8383,28.561,10.6,2.7,2021-10-22T00:03:57Z +-17.8213,28.5709,11.5,3,2021-10-22T00:13:55Z +-17.8329,28.5673,10.4,2.5,2021-10-22T00:15:26Z +-17.846800000000002,28.5605,10.3,2.9,2021-10-22T00:25:03Z +-17.8324,28.5667,9.8,2.7,2021-10-22T00:26:41Z +-17.838,28.5625,12.3,2.6,2021-10-22T00:32:37Z +-17.8278,28.5687,11.1,2.6,2021-10-22T00:34:14Z +-17.8414,28.561,10.7,2.6,2021-10-22T00:42:03Z +-17.8228,28.5639,10.3,2.6,2021-10-22T00:56:50Z +-17.8421,28.5625,10.5,2.9,2021-10-22T01:07:52Z +-17.8393,28.5639,10.1,3.4,2021-10-22T01:10:19Z +-17.8361,28.5647,12.3,2.9,2021-10-22T01:13:51Z +-17.8399,28.5685,9.1,2.5,2021-10-22T01:16:04Z +-17.8299,28.5691,11.7,2.7,2021-10-22T01:39:14Z +-17.8206,28.5624,34.6,2.5,2021-10-22T01:51:58Z +-17.842,28.5591,10.2,3,2021-10-22T01:55:04Z +-17.757,28.5402,15.1,2.5,2021-10-22T01:56:40Z +-17.8387,28.572,10.8,3.1,2021-10-22T02:07:11Z +-17.8013,28.5821,14,2.8,2021-10-22T02:09:25Z +-17.834,28.5642,11.3,3,2021-10-22T02:11:43Z +-17.8422,28.568,10.3,3.2,2021-10-22T02:15:53Z +-17.8559,28.5563,11.9,2.9,2021-10-22T02:26:05Z +-17.839,28.562,10.7,3.2,2021-10-22T02:33:25Z +-17.8381,28.568,9.6,2.6,2021-10-22T02:50:07Z +-17.8281,28.5661,10.3,3.2,2021-10-22T03:03:32Z +-17.834,28.5588,10.7,3,2021-10-22T03:14:39Z +-17.8197,28.5576,13,2.6,2021-10-22T03:21:52Z +-17.8328,28.5694,10.6,2.8,2021-10-22T03:49:49Z +-17.839,28.5625,11.7,3.1,2021-10-22T04:18:33Z +-17.8372,28.5611,10.7,2.5,2021-10-22T04:20:03Z +-17.8439,28.5618,11.7,2.5,2021-10-22T04:28:43Z +-17.8419,28.5593,13.9,3.6,2021-10-22T05:09:46Z +-17.8351,28.5605,10.3,2.7,2021-10-22T05:11:54Z +-17.8353,28.5627,10.8,2.6,2021-10-22T05:27:34Z +-17.8355,28.5594,13.1,2.9,2021-10-22T06:17:21Z +-17.8331,28.5618,9.9,2.6,2021-10-22T06:18:29Z +-17.8178,28.5656,10.9,2.8,2021-10-22T06:24:24Z +-17.8361,28.5599,10.3,2.8,2021-10-22T06:40:10Z +-17.8281,28.5625,10.8,2.8,2021-10-22T06:43:54Z +-17.8409,28.5615,10.3,3,2021-10-22T06:52:01Z +-17.8245,28.5868,37.8,4.2,2021-10-22T06:54:49Z +-17.8302,28.5638,12.2,3,2021-10-22T07:05:48Z +-17.8361,28.5628,11,3.4,2021-10-22T07:31:40Z +-17.8405,28.5619,12.8,3,2021-10-22T07:33:54Z +-17.8403,28.5789,11.4,3.5,2021-10-22T07:53:11Z +-17.8429,28.5768,10.4,2.9,2021-10-22T08:04:36Z +-17.8498,28.5721,9.9,2.7,2021-10-22T08:17:57Z +-17.8487,28.5816,12.5,2.6,2021-10-22T08:30:39Z +-17.8475,28.5678,10.5,2.7,2021-10-22T08:40:30Z +-17.8346,28.5788,12.8,3,2021-10-22T08:51:47Z +-17.8431,28.5744,9.6,2.8,2021-10-22T08:55:18Z +-17.841,28.5686,10.9,2.9,2021-10-22T08:59:31Z +-17.8449,28.5773,14,3.2,2021-10-22T09:00:40Z +-17.8211,28.5724,9.8,3.1,2021-10-22T09:15:11Z +-17.8365,28.5822,10.6,2.6,2021-10-22T09:21:24Z +-17.8197,28.5731,10.6,2.6,2021-10-22T09:38:04Z +-17.8307,28.56,12.6,3.7,2021-10-22T09:49:06Z +-17.8406,28.5637,8.9,3,2021-10-22T09:54:19Z +-17.833,28.5759,9.8,2.4,2021-10-22T10:23:40Z +-17.8389,28.5655,10.7,2.6,2021-10-22T10:28:55Z +-17.8411,28.5523,10.6,3,2021-10-22T10:33:45Z +-17.833,28.5601,11.8,3.1,2021-10-22T10:45:40Z +-17.8434,28.5557,10.8,2.7,2021-10-22T11:04:53Z +-17.8422,28.5528,12.6,3.4,2021-10-22T11:11:07Z +-17.8111,28.5595,11.8,3.7,2021-10-22T11:34:19Z +-17.8362,28.5562,12.3,3.3,2021-10-22T11:56:28Z +-17.8317,28.5617,11.1,3.2,2021-10-22T12:09:04Z +-17.8395,28.5654,11.4,2.7,2021-10-22T12:33:03Z +-17.8383,28.565,11.5,3.3,2021-10-22T12:35:45Z +-17.8398,28.5577,13.4,3.1,2021-10-22T13:24:14Z +-17.8278,28.5622,11,2.9,2021-10-22T13:53:52Z +-17.8406,28.5553,13.8,3.2,2021-10-22T13:55:25Z +-17.8296,28.57,30.6,2.9,2021-10-22T14:12:24Z +-17.8248,28.5734,32.3,3.1,2021-10-22T14:13:27Z +-17.8361,28.5391,31.4,3,2021-10-22T14:15:06Z +-17.8194,28.5619,34,3.2,2021-10-22T14:18:00Z +-17.8406,28.5611,33.4,3,2021-10-22T14:24:10Z +-17.8312,28.5737,11.3,3.5,2021-10-22T14:28:47Z +-17.8364,28.5583,12.5,2.9,2021-10-22T14:31:11Z +-17.8496,28.5611,12.2,3,2021-10-22T14:34:45Z +-17.8288,28.5572,12.1,3,2021-10-22T14:38:25Z +-17.8635,28.5421,13.4,2.8,2021-10-22T14:40:35Z +-17.8384,28.5639,14,2.6,2021-10-22T14:42:33Z +-17.812,28.5544,13.6,2.6,2021-10-22T14:56:45Z +-17.8447,28.5611,12,3.7,2021-10-22T15:13:58Z +-17.8462,28.5625,10.1,2.5,2021-10-22T15:23:15Z +-17.8277,28.5729,12.1,2.7,2021-10-22T15:27:05Z +-17.8184,28.5923,37.4,3.9,2021-10-22T15:34:36Z +-17.8307,28.5553,13.2,3.3,2021-10-22T15:36:20Z +-17.8271,28.5598,11.7,3.2,2021-10-22T15:42:59Z +-17.844,28.5669,9.5,2.6,2021-10-22T16:12:19Z +-17.8419,28.5656,13.3,3.2,2021-10-22T16:29:10Z +-17.8341,28.5687,11.9,2.7,2021-10-22T17:21:59Z +-17.8286,28.5584,10.4,2.5,2021-10-22T17:51:19Z +-17.8375,28.5776,11.1,2.6,2021-10-22T17:56:24Z +-17.824,28.5608,14.1,3,2021-10-22T18:03:23Z +-17.8381,28.5604,10,2.5,2021-10-22T18:22:10Z +-17.8281,28.5598,12.2,3,2021-10-22T18:24:09Z +-17.8376,28.5592,10.6,3.7,2021-10-22T18:28:32Z +-17.8469,28.5619,11.8,3,2021-10-22T18:32:28Z +-17.843,28.5588,12.2,2.8,2021-10-22T18:34:24Z +-17.8365,28.5605,12.6,2.9,2021-10-22T18:54:32Z +-17.7938,28.607,36.7,2.9,2021-10-22T19:27:34Z +-17.7932,28.6122,38.8,2.9,2021-10-22T20:00:58Z +-17.836,28.5598,11.3,3.6,2021-10-22T20:05:55Z +-17.8145,28.5922,36.2,3.7,2021-10-22T20:28:18Z +-17.832,28.5526,11.9,2.6,2021-10-22T20:34:11Z +-17.8418,28.5666,9.8,2.7,2021-10-22T20:55:11Z +-17.8358,28.5694,9.8,3.3,2021-10-22T21:05:16Z +-17.8351,28.5601,10.9,3,2021-10-22T21:05:59Z +-17.832,28.5634,10.1,2.9,2021-10-22T21:09:42Z +-17.826,28.5696,10.1,3.2,2021-10-22T21:17:37Z +-17.834,28.5636,10.2,3.4,2021-10-22T21:18:10Z +-17.8505,28.5452,11.7,2.7,2021-10-22T21:21:02Z +-17.8444,28.5658,10.1,2.5,2021-10-22T21:23:14Z +-17.8389,28.5609,10.7,3.3,2021-10-22T21:26:15Z +-17.8431,28.5602,10.4,2.7,2021-10-22T21:29:46Z +-17.8363,28.559,10.5,2.7,2021-10-22T21:31:01Z +-17.8441,28.5628,10.7,2.9,2021-10-22T21:38:35Z +-17.8463,28.5736,10.2,2.6,2021-10-22T21:40:03Z +-17.8281,28.5684,10.4,3.1,2021-10-22T21:42:30Z +-17.839,28.5634,12.5,2.8,2021-10-22T21:53:39Z +-17.8329,28.5611,13.9,3,2021-10-22T22:12:59Z +-17.8387,28.5731,10.8,2.5,2021-10-22T22:22:03Z +-17.8341,28.5596,11.2,2.9,2021-10-22T22:27:49Z +-17.8381,28.5635,10.1,3,2021-10-22T22:44:54Z +-17.8269,28.5657,12,2.5,2021-10-22T22:50:20Z +-17.8359,28.5929,11.7,2.6,2021-10-22T22:54:58Z +-17.8304,28.5626,11.3,2.9,2021-10-22T22:56:16Z +-17.8344,28.5386,13.7,2.5,2021-10-22T23:05:05Z +-17.8325,28.5578,13.3,3.4,2021-10-22T23:06:13Z +-17.858,28.564,11.5,2.4,2021-10-22T23:14:30Z +-17.8381,28.5622,10.7,3.4,2021-10-22T23:19:31Z +-17.8298,28.5603,12.8,3,2021-10-22T23:28:58Z +-17.8308,28.5655,10.9,3.2,2021-10-22T23:36:38Z +-17.814,28.5639,11,2.5,2021-10-22T23:40:04Z +-17.852,28.5645,12,2.5,2021-10-22T23:42:49Z +-17.8345,28.5673,13.1,3.4,2021-10-22T23:48:24Z +-17.8428,28.5629,10.5,3.2,2021-10-22T23:57:26Z +-17.8476,28.5605,10.8,2.6,2021-10-21T00:01:09Z +-17.8401,28.5645,11.8,2.4,2021-10-21T00:06:11Z +-17.8331,28.5573,13.9,2.8,2021-10-21T00:34:30Z +-17.8349,28.5616,13.6,3.7,2021-10-21T00:45:47Z +-17.8377,28.5535,14.2,2.9,2021-10-21T00:56:44Z +-17.8367,28.563,12.5,2.7,2021-10-21T01:05:17Z +-17.8277,28.5625,11.1,2.7,2021-10-21T01:22:06Z +-17.8333,28.5607,13.3,3,2021-10-21T02:02:59Z +-17.8391,28.5727,37.1,4.3,2021-10-21T02:14:49Z +-17.8385,28.5564,12.5,3.3,2021-10-21T02:21:47Z +-17.7981,28.5134,9.2,2.5,2021-10-21T02:24:53Z +-17.8352,28.5548,12.9,2.9,2021-10-21T02:31:42Z +-17.8475,28.5499,14,3.4,2021-10-21T02:36:08Z +-17.8319,28.5644,13.2,2.8,2021-10-21T03:36:17Z +-17.8412,28.5568,13,2.7,2021-10-21T03:43:20Z +-17.8382,28.5569,13.9,2.8,2021-10-21T03:51:14Z +-17.8352,28.5636,12.2,2.9,2021-10-21T04:03:00Z +-17.8434,28.5681,14.4,2.5,2021-10-21T04:11:07Z +-17.8281,28.5525,14,2.6,2021-10-21T04:15:11Z +-17.8474,28.5524,14.4,3.2,2021-10-21T04:18:02Z +-17.8433,28.5587,13.1,3.1,2021-10-21T04:19:59Z +-17.8368,28.5531,14.1,2.6,2021-10-21T04:22:09Z +-17.8378,28.5499,13.2,3.1,2021-10-21T04:52:56Z +-17.8359,28.555,12.6,2.8,2021-10-21T04:57:05Z +-17.8355,28.5617,11.5,3.3,2021-10-21T05:00:21Z +-17.833,28.56,9.7,2.8,2021-10-21T05:12:43Z +-17.8403,28.5586,12.9,3.4,2021-10-21T05:15:34Z +-17.8279,28.5614,12.6,2.9,2021-10-21T05:25:03Z +-17.8384,28.5666,10.1,2.7,2021-10-21T05:31:37Z +-17.8399,28.556,12.9,3.4,2021-10-21T05:32:54Z +-17.8291,28.5611,11.1,2.5,2021-10-21T05:50:26Z +-17.8317,28.562,12.8,2.5,2021-10-21T05:52:16Z +-17.8381,28.5629,10.4,3,2021-10-21T06:02:41Z +-17.8421,28.5705,11.3,2.6,2021-10-21T06:16:11Z +-17.8391,28.5524,12.4,3.2,2021-10-21T06:22:57Z +-17.8344,28.5735,11.2,2.8,2021-10-21T06:25:47Z +-17.8274,28.5638,10.4,2.7,2021-10-21T06:27:30Z +-17.8396,28.5575,11.2,3.4,2021-10-21T06:56:35Z +-17.8436,28.5572,12.2,2.5,2021-10-21T06:59:12Z +-17.8395,28.5618,11.2,2.8,2021-10-21T07:13:26Z +-17.8391,28.5663,11.4,2.6,2021-10-21T07:17:04Z +-17.8295,28.563,10.5,3,2021-10-21T07:18:48Z +-17.8444,28.5678,11.4,2.8,2021-10-21T07:27:05Z +-17.8298,28.5627,13.3,3.3,2021-10-21T07:32:21Z +-17.8289,28.564,12.4,2.9,2021-10-21T07:45:28Z +-17.8351,28.5557,12.7,3.3,2021-10-21T07:47:05Z +-17.8294,28.5581,10.7,2.9,2021-10-21T07:55:16Z +-17.8418,28.553,12.8,2.8,2021-10-21T08:08:11Z +-17.842,28.5534,10.7,2.6,2021-10-21T08:19:26Z +-17.8259,28.5648,11.3,3,2021-10-21T09:02:45Z +-17.8303,28.5667,10.7,3,2021-10-21T09:39:33Z +-17.8304,28.5563,12.5,3.5,2021-10-21T09:48:04Z +-17.8296,28.5661,11.2,3.4,2021-10-21T09:55:36Z +-17.8269,28.5706,12.7,2.8,2021-10-21T10:17:01Z +-17.8366,28.5665,11,3.3,2021-10-21T10:30:48Z +-17.8289,28.5632,12.2,3,2021-10-21T10:43:25Z +-17.8352,28.5602,10.4,2.7,2021-10-21T10:45:22Z +-17.8073,28.5563,13.6,2.9,2021-10-21T10:51:14Z +-17.8328,28.5769,10.7,2.7,2021-10-21T12:31:10Z +-17.8408,28.5645,11.3,3.4,2021-10-21T12:46:06Z +-17.8443,28.5716,14.9,3,2021-10-21T13:07:33Z +-17.8354,28.5603,13.9,3.3,2021-10-21T13:07:41Z +-17.8237,28.5566,13.7,2.7,2021-10-21T13:08:51Z +-17.8559,28.5553,14,2.9,2021-10-21T13:19:02Z +-17.8605,28.5738,10.3,2.5,2021-10-21T13:19:37Z +-17.8249,28.5808,10.8,2.6,2021-10-21T14:07:26Z +-17.8635,28.5722,13.5,2.7,2021-10-21T14:07:40Z +-17.8375,28.5686,11.1,3.1,2021-10-21T14:08:02Z +-17.8479,28.5598,12.1,3.4,2021-10-21T14:15:09Z +-17.8311,28.5673,13.2,2.6,2021-10-21T14:19:06Z +-17.8087,28.5784,13.7,2.7,2021-10-21T14:23:36Z +-17.8344,28.5653,11.6,3.1,2021-10-21T14:30:51Z +-17.8464,28.5684,10.6,2.3,2021-10-21T14:42:20Z +-17.8221,28.5658,10.8,2.5,2021-10-21T14:46:16Z +-17.8323,28.5643,10.8,3.3,2021-10-21T14:51:11Z +-17.852,28.5609,13,3.4,2021-10-21T14:57:07Z +-17.8406,28.5598,11.6,3.8,2021-10-21T15:08:06Z +-17.843,28.5723,13.8,2.8,2021-10-21T15:11:53Z +-17.8332,28.5703,9.1,3.5,2021-10-21T15:26:14Z +-17.8356,28.5542,13.2,2.7,2021-10-21T15:42:31Z +-17.8332,28.5684,10.8,3.3,2021-10-21T15:45:40Z +-17.8278,28.5722,10.6,2.7,2021-10-21T15:48:43Z +-17.8231,28.5513,13.7,3.2,2021-10-21T16:06:27Z +-17.8644,28.5628,10.2,2.4,2021-10-21T17:12:08Z +-17.7932,28.5569,14.1,2.6,2021-10-21T17:42:22Z +-17.8259,28.5449,12.6,2.5,2021-10-21T17:59:15Z +-17.8273,28.577,10.3,2.4,2021-10-21T18:10:10Z +-17.846,28.5708,10.7,2.5,2021-10-21T18:24:28Z +-17.8146,28.5629,8.6,2.4,2021-10-21T18:36:02Z +-17.8244,28.5751,9.9,2.5,2021-10-21T18:40:14Z +-17.8397,28.5863,10.7,2.5,2021-10-21T18:40:31Z +-17.8109,28.5747,10.4,2.6,2021-10-21T18:43:17Z +-17.8351,28.5638,11,3,2021-10-21T18:46:03Z +-17.8098,28.5153,15.4,2.7,2021-10-21T18:49:42Z +-17.8421,28.5502,11.7,3.2,2021-10-21T19:03:36Z +-17.8316,28.5737,10.1,2.5,2021-10-21T19:13:25Z +-17.8401,28.5615,10.1,2.5,2021-10-21T19:17:01Z +-17.8416,28.5526,10.2,2.8,2021-10-21T19:19:01Z +-17.8254,28.5658,9.9,2.7,2021-10-21T19:24:04Z +-17.8388,28.5668,10.6,2.5,2021-10-21T19:27:15Z +-17.8401,28.565,9.7,2.7,2021-10-21T19:28:28Z +-17.8401,28.5679,9.1,2.5,2021-10-21T19:32:15Z +-17.8261,28.5669,9.2,2.8,2021-10-21T19:45:10Z +-17.8321,28.5747,9.3,2.5,2021-10-21T19:51:08Z +-17.8164,28.5602,9.8,2.6,2021-10-21T20:04:31Z +-17.8435,28.5673,10.3,2.5,2021-10-21T20:09:59Z +-17.8362,28.5691,9.9,2.7,2021-10-21T20:12:58Z +-17.8188,28.5743,10.1,2.5,2021-10-21T20:15:14Z +-17.8393,28.5612,11.3,3.4,2021-10-21T20:26:00Z +-17.8104,28.5955,10,2.4,2021-10-21T20:40:27Z +-17.8675,28.5647,9.8,2.6,2021-10-21T20:43:34Z +-17.8254,28.5593,10.1,3,2021-10-21T20:50:47Z +-17.8498,28.5604,10.9,2.5,2021-10-21T20:52:32Z +-17.836,28.5626,10.2,3.3,2021-10-21T20:59:17Z +-17.8303,28.5647,10.3,3.4,2021-10-21T21:02:44Z +-17.8259,28.57,10.5,3.8,2021-10-21T21:19:25Z +-17.8456,28.5647,9.8,2.7,2021-10-21T21:22:33Z +-17.8227,28.564,10.3,3.1,2021-10-21T21:28:52Z +-17.837,28.5665,10.6,2.5,2021-10-21T21:29:55Z +-17.8539,28.5683,10.4,2.5,2021-10-21T21:31:51Z +-17.8294,28.5604,13,2.6,2021-10-21T21:37:32Z +-17.8272,28.5763,11.9,2.6,2021-10-21T21:39:47Z +-17.8352,28.567,11.2,2.6,2021-10-21T21:49:07Z +-17.8572,28.5639,10.5,2.5,2021-10-21T21:52:44Z +-17.8402,28.565,10,2.9,2021-10-21T22:01:43Z +-17.837,28.5657,10,2.5,2021-10-21T22:05:45Z +-17.8337,28.5558,10.7,3.2,2021-10-21T22:12:18Z +-17.8366,28.561,12.2,2.6,2021-10-21T22:16:12Z +-17.7935,28.5753,11.2,2.6,2021-10-21T22:22:48Z +-17.8143,28.5492,27.5,3.1,2021-10-21T22:38:19Z +-17.8381,28.5667,10.9,2.8,2021-10-21T22:43:57Z +-17.8102,28.5749,11.3,2.8,2021-10-21T22:50:26Z +-17.8437,28.5667,13.4,2.7,2021-10-21T22:51:22Z +-17.826,28.5654,32.9,4.4,2021-10-21T22:54:03Z +-17.8193,28.5596,13.8,2.6,2021-10-21T23:08:05Z +-17.8413,28.566,11.5,2.9,2021-10-21T23:12:39Z +-17.8342,28.5656,11.2,3.4,2021-10-21T23:15:02Z +-17.8454,28.541,13.3,2.5,2021-10-21T23:21:13Z +-17.8362,28.5597,12.5,2.7,2021-10-21T23:30:33Z +-17.8268,28.5654,12,2.8,2021-10-21T23:31:49Z +-17.8206,28.5539,13.8,2.8,2021-10-21T23:32:46Z +-17.8434,28.5486,13.9,2.7,2021-10-20T00:24:09Z +-17.8336,28.5621,12.4,3.1,2021-10-20T00:55:38Z +-17.8272,28.5549,13.2,2.6,2021-10-20T01:06:13Z +-17.8436,28.5455,14,2.9,2021-10-20T01:38:01Z +-17.8333,28.5618,12.3,3.4,2021-10-20T01:54:30Z +-17.8374,28.5541,12.7,2.9,2021-10-20T02:32:03Z +-17.827,28.5616,11.5,2.9,2021-10-20T02:45:35Z +-17.8456,28.5626,12.9,3.3,2021-10-20T02:59:50Z +-17.8459,28.5512,13,2.9,2021-10-20T03:38:22Z +-17.8023,28.5504,40.4,2.5,2021-10-20T03:46:17Z +-17.8347,28.559,12.9,3.1,2021-10-20T04:05:48Z +-17.8386,28.5649,13.9,2.9,2021-10-20T04:07:06Z +-17.8364,28.587,35.9,2.7,2021-10-20T04:34:42Z +-17.8306,28.588,9.2,2.5,2021-10-20T05:08:40Z +-17.824,28.5831,10.4,2.4,2021-10-20T07:15:03Z +-17.838,28.5659,11.5,3.5,2021-10-20T07:45:38Z +-17.8346,28.5716,11.4,2.9,2021-10-20T07:53:38Z +-17.844,28.5721,8.7,2.8,2021-10-20T08:31:52Z +-17.8623,28.5582,10.4,2.7,2021-10-20T08:46:24Z +-17.8554,28.5667,7.7,2.8,2021-10-20T08:53:51Z +-17.8317,28.5693,9.4,3,2021-10-20T08:58:43Z +-17.8364,28.5578,11.3,2.8,2021-10-20T09:06:07Z +-17.8422,28.5464,15.5,2.8,2021-10-20T09:09:33Z +-17.8301,28.5677,13.3,2.9,2021-10-20T09:18:44Z +-17.8655,28.5596,11.9,2.6,2021-10-20T09:23:29Z +-17.8607,28.5563,10.6,2.5,2021-10-20T09:25:06Z +-17.8439,28.5515,14.8,2.5,2021-10-20T09:25:46Z +-17.8366,28.5828,12.7,2.5,2021-10-20T09:26:41Z +-17.8308,28.5581,13.8,3.2,2021-10-20T09:44:04Z +-17.8416,28.5608,11.2,3.2,2021-10-20T09:54:35Z +-17.848,28.5537,12.4,2.7,2021-10-20T09:55:37Z +-17.8298,28.5645,13,2.9,2021-10-20T09:58:49Z +-17.8467,28.5907,10.2,2.7,2021-10-20T10:00:45Z +-17.8351,28.5568,12.6,2.6,2021-10-20T10:12:38Z +-17.8355,28.5686,9.9,3,2021-10-20T10:19:15Z +-17.8386,28.5715,8.9,2.5,2021-10-20T10:21:35Z +-17.8197,28.5615,14.6,3.1,2021-10-20T10:24:07Z +-17.8276,28.5696,10,2.8,2021-10-20T10:29:11Z +-17.8174,28.5827,15.1,2.9,2021-10-20T10:32:37Z +-17.8341,28.553,11.3,3,2021-10-20T10:40:21Z +-17.8482,28.56,15,2.7,2021-10-20T10:45:57Z +-17.8496,28.5685,11,2.7,2021-10-20T10:59:32Z +-17.8462,28.5646,10,2.9,2021-10-20T11:01:56Z +-17.8479,28.5501,14,2.8,2021-10-20T11:03:52Z +-17.8368,28.5621,11,3.2,2021-10-20T11:07:26Z +-17.8349,28.5721,10,3.2,2021-10-20T11:44:25Z +-17.8458,28.5609,12.6,2.8,2021-10-20T11:46:01Z +-17.8232,28.5645,11,3.3,2021-10-20T11:57:47Z +-17.8433,28.579,11.9,2.8,2021-10-20T12:05:15Z +-17.8448,28.5602,13.1,2.7,2021-10-20T12:09:09Z +-17.8377,28.5692,10.5,3.4,2021-10-20T12:16:24Z +-17.8231,28.565,10.2,2.7,2021-10-20T13:00:14Z +-17.8597,28.5764,11.8,2.5,2021-10-20T13:03:55Z +-17.8373,28.5735,9.8,2.6,2021-10-20T13:22:30Z +-17.8425,28.5626,10.7,3.2,2021-10-20T13:36:49Z +-17.8133,28.5709,11.2,3.6,2021-10-20T13:43:56Z +-17.8346,28.5645,10.7,2.7,2021-10-20T13:57:27Z +-17.835,28.5668,10.1,2.7,2021-10-20T14:38:29Z +-17.8387,28.5581,11.2,2.8,2021-10-20T14:53:41Z +-17.8393,28.5603,12.1,3.2,2021-10-20T14:55:22Z +-17.8354,28.5557,10.1,3,2021-10-20T15:44:40Z +-17.8515,28.5607,11.3,3.1,2021-10-20T15:45:47Z +-17.8399,28.5641,10.5,2.6,2021-10-20T16:13:59Z +-17.8366,28.5575,11.4,2.6,2021-10-20T16:30:47Z +-17.8337,28.5608,10.3,2.9,2021-10-20T16:44:47Z +-17.8408,28.5597,8.9,2.5,2021-10-20T17:19:45Z +-17.8216,28.5631,8.9,2.6,2021-10-20T17:53:50Z +-17.8282,28.5673,10.2,2.7,2021-10-20T17:56:27Z +-17.8553,28.5663,10,2.4,2021-10-20T18:00:54Z +-17.837,28.5621,10.7,2.8,2021-10-20T18:15:01Z +-17.8376,28.5565,12,3.2,2021-10-20T18:19:26Z +-17.8299,28.5524,13.3,3,2021-10-20T18:22:53Z +-17.8367,28.5548,10.6,2.6,2021-10-20T18:29:40Z +-17.8527,28.5704,9.7,2.5,2021-10-20T18:32:55Z +-17.8323,28.5623,10.3,3.4,2021-10-20T18:51:07Z +-17.8028,28.5627,13,2.6,2021-10-20T18:54:47Z +-17.8333,28.5596,10.3,2.8,2021-10-20T19:04:34Z +-17.8314,28.5624,9.8,2.6,2021-10-20T19:06:54Z +-17.8371,28.5629,10.3,3,2021-10-20T19:15:36Z +-17.8437,28.5587,10.9,3.1,2021-10-20T19:18:25Z +-17.8399,28.5652,10.8,3.1,2021-10-20T19:21:08Z +-17.8469,28.5578,10.4,3.4,2021-10-20T19:24:18Z +-17.8355,28.5571,10.1,2.8,2021-10-20T19:25:36Z +-17.8383,28.5607,10.5,2.5,2021-10-20T19:30:19Z +-17.835,28.5644,10.4,3.4,2021-10-20T19:33:38Z +-17.8331,28.5621,10.2,3.4,2021-10-20T19:40:04Z +-17.8414,28.5564,14.1,3.2,2021-10-20T19:43:51Z +-17.8354,28.558,12.5,3.1,2021-10-20T19:56:59Z +-17.8396,28.5583,12.8,3.2,2021-10-20T20:09:22Z +-17.8314,28.5574,10.7,2.9,2021-10-20T20:22:49Z +-17.8387,28.564,9.6,2.8,2021-10-20T20:23:36Z +-17.8301,28.5622,10.2,3.5,2021-10-20T20:39:30Z +-17.8347,28.5595,12.1,2.9,2021-10-20T20:44:51Z +-17.8332,28.5612,10.3,2.8,2021-10-20T20:47:44Z +-17.8487,28.5638,9.4,2.5,2021-10-20T20:52:00Z +-17.8353,28.5518,11.4,3,2021-10-20T20:55:36Z +-17.8261,28.5513,14.5,2.8,2021-10-20T20:56:23Z +-17.8251,28.5652,13.3,2.8,2021-10-20T21:09:38Z +-17.8292,28.5602,10.8,2.9,2021-10-20T21:43:14Z +-17.8234,28.5625,12,2.6,2021-10-20T22:03:17Z +-17.8526,28.5647,12,2.6,2021-10-20T22:03:52Z +-17.8361,28.5547,12.8,2.7,2021-10-20T22:05:37Z +-17.8353,28.5638,11.2,2.6,2021-10-20T22:07:47Z +-17.8411,28.5649,10,2.4,2021-10-20T22:09:57Z +-17.8402,28.559,11.1,2.9,2021-10-20T23:16:44Z +-17.8483,28.568,11,2.5,2021-10-20T23:30:41Z +-17.835,28.5625,10.1,2.7,2021-10-20T23:39:08Z +-17.8366,28.5594,13.3,2.8,2021-10-20T23:44:16Z +-17.7683,28.6084,33.1,2.7,2021-10-19T01:21:33Z +-17.8581,28.5679,37.5,3.9,2021-10-19T01:29:37Z +-17.8301,28.55,13.5,2.7,2021-10-19T01:37:22Z +-17.8273,28.5564,12.3,2.6,2021-10-19T02:03:33Z +-17.8362,28.5523,13,2.6,2021-10-19T02:41:29Z +-17.8453,28.5422,14.1,2.8,2021-10-19T03:34:03Z +-17.8409,28.5424,14,2.8,2021-10-19T03:48:47Z +-17.8497,28.5423,13.9,2.8,2021-10-19T06:38:25Z +-17.819,28.5725,32.6,3.1,2021-10-19T08:32:42Z +-17.8268,28.5595,14.4,3.1,2021-10-19T08:35:18Z +-17.8134,28.5854,27.9,2.8,2021-10-19T08:37:57Z +-17.8061,28.5717,33.2,3.3,2021-10-19T08:41:10Z +-17.8506,28.5488,14,2.9,2021-10-19T09:03:13Z +-17.8337,28.5703,10.4,3,2021-10-19T09:50:40Z +-17.8374,28.5704,11.1,2.7,2021-10-19T10:08:20Z +-17.841,28.548,13.7,2.7,2021-10-19T10:16:51Z +-17.8394,28.5752,11.9,2.6,2021-10-19T11:08:17Z +-17.839,28.5623,13.6,2.8,2021-10-19T11:51:29Z +-17.8169,28.5632,13.2,3.3,2021-10-19T13:03:16Z +-17.8248,28.5596,15.3,3.1,2021-10-19T13:10:46Z +-17.8209,28.5598,13.8,3.3,2021-10-19T13:34:14Z +-17.8212,28.5828,35.8,4.5,2021-10-19T14:10:17Z +-17.8373,28.5546,14.2,3.4,2021-10-19T15:05:28Z +-17.8307,28.5741,36.5,3.4,2021-10-19T15:22:10Z +-17.8463,28.5596,10.6,2.7,2021-10-19T16:10:30Z +-17.837,28.5302,13.7,3.1,2021-10-19T16:17:49Z +-17.8904,28.5681,10.2,2.5,2021-10-19T16:18:57Z +-17.8375,28.5532,11,3,2021-10-19T16:33:01Z +-17.8261,28.5687,9.9,2.4,2021-10-19T16:53:51Z +-17.839,28.5595,12.2,3.2,2021-10-19T16:56:49Z +-17.8237,28.5715,12.4,2.6,2021-10-19T17:01:11Z +-17.8272,28.5656,10.9,2.7,2021-10-19T17:01:29Z +-17.8202,28.571,12.7,2.6,2021-10-19T17:05:37Z +-17.8315,28.5666,13.2,2.8,2021-10-19T17:07:38Z +-17.8203,28.5653,11.5,2.8,2021-10-19T17:36:12Z +-17.8549,28.5566,11.3,2.7,2021-10-19T17:37:34Z +-17.8379,28.562,17.5,2.7,2021-10-19T17:45:39Z +-17.8371,28.5619,10.3,2.5,2021-10-19T18:05:20Z +-17.8408,28.5568,14,3.2,2021-10-19T18:06:54Z +-17.8337,28.5549,13,3.3,2021-10-19T18:21:01Z +-17.8443,28.5559,13,3.2,2021-10-19T18:24:36Z +-17.8328,28.5582,13.5,2.9,2021-10-19T18:39:31Z +-17.8471,28.5591,12.9,2.8,2021-10-19T18:51:59Z +-17.8338,28.5539,12.5,2.9,2021-10-19T18:53:36Z +-17.842,28.5662,11.6,2.8,2021-10-19T19:10:49Z +-17.8437,28.5739,12.6,2.6,2021-10-19T19:12:02Z +-17.8654,28.5819,10.8,2.6,2021-10-19T19:15:23Z +-17.8409,28.5592,9.7,2.9,2021-10-19T19:18:32Z +-17.8398,28.5556,13.5,2.9,2021-10-19T19:34:11Z +-17.8427,28.5638,12.3,2.9,2021-10-19T19:35:52Z +-17.8347,28.5511,14.1,2.7,2021-10-19T19:38:42Z +-17.8037,28.5456,15.2,2.6,2021-10-19T19:43:56Z +-17.8447,28.5546,12.2,2.9,2021-10-19T19:46:52Z +-17.859,28.5386,12.3,2.6,2021-10-19T19:56:50Z +-17.8382,28.5594,11.2,3,2021-10-19T20:05:26Z +-17.8406,28.5588,11.2,3.4,2021-10-19T20:09:10Z +-17.8364,28.5621,12.7,3.2,2021-10-19T20:18:02Z +-17.8438,28.5582,11.2,3.2,2021-10-19T20:37:17Z +-17.838,28.5651,10.5,2.6,2021-10-19T20:42:43Z +-17.8441,28.5605,12.8,2.5,2021-10-19T20:56:34Z +-17.8322,28.5617,12.8,3.3,2021-10-19T21:19:44Z +-17.8417,28.5688,10.4,2.5,2021-10-19T21:39:09Z +-17.8192,28.5855,38.7,4.8,2021-10-19T21:48:00Z +-17.8313,28.5681,10.4,2.7,2021-10-19T22:08:09Z +-17.8445,28.5553,14.9,3.1,2021-10-19T22:17:32Z +-17.8229,28.564,14.2,2.8,2021-10-19T22:36:31Z +-17.8419,28.5629,13.4,3.1,2021-10-19T22:58:45Z +-17.8445,28.559,14.2,3.1,2021-10-19T23:12:55Z +-17.836,28.5578,12.3,3,2021-10-19T23:19:30Z +-17.7836,28.5867,10.7,2.4,2021-10-19T23:54:49Z +-17.8002,28.5498,37,3.3,2021-10-18T00:06:07Z +-17.8147,28.5777,36.4,3.3,2021-10-18T00:31:53Z +-17.8124,28.5665,14.3,2.3,2021-10-18T00:32:55Z +-17.7929,28.5509,21,2.6,2021-10-18T00:43:58Z +-17.838,28.5572,13.2,2.6,2021-10-18T01:09:32Z +-17.8117,28.5826,37.7,4.1,2021-10-18T01:40:35Z +-17.8344,28.5553,13.9,2.6,2021-10-18T02:54:57Z +-17.8442,28.561,10.7,2.4,2021-10-18T03:52:31Z +-17.7729,28.5693,10.3,2.5,2021-10-18T04:04:29Z +-17.813,28.5956,33.4,2.9,2021-10-18T04:14:26Z +-17.8136,28.588,35.2,2.9,2021-10-18T04:16:53Z +-17.8256,28.564,35.2,2.8,2021-10-18T04:19:27Z +-17.824,28.5689,34.8,3,2021-10-18T04:23:05Z +-17.8475,28.5607,33.3,2.8,2021-10-18T04:26:54Z +-17.799,28.5948,33.8,2.8,2021-10-18T04:29:11Z +-17.8296,28.5654,10.1,2.4,2021-10-18T05:21:33Z +-17.8101,28.5553,11.3,2.7,2021-10-18T05:23:30Z +-17.8458,28.5612,10.7,2.4,2021-10-18T05:32:00Z +-17.8302,28.5666,10.5,2.6,2021-10-18T05:42:02Z +-17.8382,28.5677,12.2,2.6,2021-10-18T05:52:31Z +-17.8413,28.5551,10.9,3.1,2021-10-18T05:53:25Z +-17.8624,28.5523,12.2,2.5,2021-10-18T05:54:34Z +-17.8326,28.5592,11,2.9,2021-10-18T06:00:20Z +-17.8071,28.5537,14.6,2.5,2021-10-18T06:04:37Z +-17.7945,28.5701,14.3,2.5,2021-10-18T06:19:48Z +-17.8361,28.5552,12.9,3.1,2021-10-18T06:27:44Z +-17.8344,28.5607,10.3,2.8,2021-10-18T06:40:19Z +-17.8283,28.5611,9.8,2.5,2021-10-18T06:47:53Z +-17.8293,28.5589,11.4,2.8,2021-10-18T06:55:25Z +-17.8423,28.5631,10.3,3.1,2021-10-18T07:02:42Z +-17.8341,28.5558,10.3,2.6,2021-10-18T07:05:44Z +-17.8169,28.5674,10.3,2.7,2021-10-18T07:09:31Z +-17.8337,28.5606,10.2,2.5,2021-10-18T07:23:59Z +-17.8385,28.5651,10.8,3.4,2021-10-18T07:25:38Z +-17.8412,28.5617,9.8,2.9,2021-10-18T07:26:37Z +-17.8334,28.5632,11.9,2.5,2021-10-18T07:29:27Z +-17.8381,28.5583,10.2,3.1,2021-10-18T07:36:45Z +-17.8498,28.5572,10.9,2.9,2021-10-18T07:41:26Z +-17.8456,28.5537,10.2,2.8,2021-10-18T07:44:39Z +-17.7975,28.5621,13.1,2.9,2021-10-18T07:46:25Z +-17.8447,28.5592,10.7,3.1,2021-10-18T07:54:41Z +-17.8342,28.5655,11.3,3.2,2021-10-18T07:57:10Z +-17.8356,28.5648,12.9,3.4,2021-10-18T08:08:41Z +-17.8515,28.5596,10.9,2.7,2021-10-18T08:10:32Z +-17.793,28.5843,10.6,2.5,2021-10-18T08:33:47Z +-17.8297,28.5671,11.3,2.9,2021-10-18T08:56:51Z +-17.8406,28.5636,10,3.2,2021-10-18T08:59:40Z +-17.8315,28.566,11,2.6,2021-10-18T09:24:37Z +-17.8303,28.562,10.1,3.5,2021-10-18T09:28:17Z +-17.842,28.5639,10.1,2.8,2021-10-18T09:30:29Z +-17.8282,28.5642,10.7,2.4,2021-10-18T09:49:55Z +-17.837,28.5676,9.7,2.6,2021-10-18T10:34:43Z +-17.8357,28.5699,11.5,3.3,2021-10-18T10:35:57Z +-17.8344,28.5704,13.3,3,2021-10-18T10:37:23Z +-17.8559,28.5631,10,2.6,2021-10-18T10:45:40Z +-17.8366,28.565,11.4,3.2,2021-10-18T10:48:38Z +-17.8297,28.5673,10.5,3.4,2021-10-18T10:57:11Z +-17.8462,28.5666,9.8,2.7,2021-10-18T11:05:48Z +-17.8251,28.5637,10.3,2.8,2021-10-18T11:23:47Z +-17.811,28.5891,37,4.3,2021-10-18T11:33:56Z +-17.8455,28.5596,10.5,2.4,2021-10-18T12:38:36Z +-17.8235,28.5686,11.1,2.6,2021-10-18T12:50:54Z +-17.8445,28.5568,13.1,2.7,2021-10-18T12:52:28Z +-17.8378,28.5667,11.1,2.6,2021-10-18T13:28:21Z +-17.8423,28.5472,14,2.8,2021-10-18T14:04:16Z +-17.8671,28.5552,13.2,3.3,2021-10-18T14:07:15Z +-17.8423,28.5544,12.9,2.9,2021-10-18T14:51:20Z +-17.8597,28.479,30.1,2.9,2021-10-18T14:53:41Z +-17.8398,28.5599,13.8,3.3,2021-10-18T15:11:15Z +-17.8426,28.5707,11.1,2.6,2021-10-18T15:13:07Z +-17.8396,28.5642,10.8,2.8,2021-10-18T15:58:03Z +-17.8358,28.5639,13.2,3.2,2021-10-18T16:40:45Z +-17.8387,28.5571,13.2,2.6,2021-10-18T16:44:31Z +-17.8507,28.557,13.5,2.7,2021-10-18T17:27:22Z +-17.8351,28.5632,36.8,3.6,2021-10-18T18:11:07Z +-17.8636,28.5827,35.3,3.1,2021-10-18T18:15:11Z +-17.8232,28.5936,35.2,3.2,2021-10-18T18:17:32Z +-17.8242,28.5866,33.8,2.7,2021-10-18T18:19:41Z +-17.8342,28.5547,13.7,3.1,2021-10-18T18:21:41Z +-17.829,28.5753,33.7,3.3,2021-10-18T18:22:12Z +-17.8379,28.5757,10.6,3.1,2021-10-18T18:39:06Z +-17.8343,28.5585,13,2.7,2021-10-18T18:58:31Z +-17.8322,28.5592,13.5,3.2,2021-10-18T19:07:06Z +-17.8398,28.5513,12.3,2.6,2021-10-18T19:34:14Z +-17.8351,28.5628,12.9,3.3,2021-10-18T19:44:12Z +-17.8214,28.559,12.6,3.8,2021-10-18T21:27:51Z +-17.8303,28.5666,10.8,2.6,2021-10-18T23:16:35Z +-17.8257,28.5619,12.7,3.4,2021-10-18T23:30:28Z +-17.8248,28.558,11.3,2.6,2021-10-18T23:55:15Z +-17.8332,28.5622,10.9,2.5,2021-10-18T23:59:11Z +-17.7926,28.5777,31.7,3.3,2021-10-17T00:10:32Z +-17.8259,28.573,10.4,2.5,2021-10-17T00:19:52Z +-17.8354,28.5608,11.4,3.4,2021-10-17T00:39:30Z +-17.8257,28.5602,11.5,3.2,2021-10-17T02:24:03Z +-17.8267,28.5709,10.4,2.2,2021-10-17T02:43:06Z +-17.8535,28.5652,9.9,2.7,2021-10-17T03:02:01Z +-17.8006,28.5857,35.3,4.3,2021-10-17T03:10:47Z +-17.8263,28.5664,10.9,3.2,2021-10-17T03:17:47Z +-17.8377,28.5674,12.1,2.6,2021-10-17T03:34:18Z +-17.8315,28.558,12.3,3.3,2021-10-17T03:55:33Z +-17.8485,28.5588,10.3,3.1,2021-10-17T04:08:57Z +-17.8043,28.5547,12.4,2.3,2021-10-17T04:29:11Z +-17.842,28.5656,11.1,2.4,2021-10-17T04:44:13Z +-17.8372,28.5599,10.1,3,2021-10-17T04:51:48Z +-17.8336,28.563,11.3,3.2,2021-10-17T04:56:35Z +-17.8384,28.5593,11.2,3.1,2021-10-17T04:59:35Z +-17.8247,28.5604,11.3,3.2,2021-10-17T05:01:09Z +-17.818,28.5725,10.3,2.4,2021-10-17T05:03:11Z +-17.84,28.5627,11.4,2.9,2021-10-17T05:09:13Z +-17.822,28.5529,13.9,2.5,2021-10-17T05:10:19Z +-17.8392,28.5548,11.2,3.3,2021-10-17T05:17:26Z +-17.8416,28.5622,11.2,2.7,2021-10-17T05:24:45Z +-17.8315,28.5703,9.7,2.8,2021-10-17T05:30:10Z +-17.8391,28.5653,10.5,2.9,2021-10-17T05:32:31Z +-17.8387,28.5661,10.5,2.6,2021-10-17T05:40:46Z +-17.8365,28.5654,10.6,2.6,2021-10-17T05:43:00Z +-17.8457,28.5639,10.4,2.6,2021-10-17T05:44:30Z +-17.8483,28.5473,13,2.9,2021-10-17T05:49:33Z +-17.8431,28.5607,11.6,2.7,2021-10-17T05:54:15Z +-17.8275,28.5621,10.6,2.8,2021-10-17T05:56:18Z +-17.8339,28.5623,13.1,2.5,2021-10-17T06:03:21Z +-17.8353,28.5637,11.3,2.7,2021-10-17T06:10:38Z +-17.8407,28.5616,10.6,2.5,2021-10-17T06:20:24Z +-17.8305,28.5666,10.7,2.7,2021-10-17T06:27:14Z +-17.8304,28.5674,11.5,2.3,2021-10-17T06:46:10Z +-17.8388,28.5603,10.8,2.6,2021-10-17T07:04:45Z +-17.8436,28.5601,10.7,2.8,2021-10-17T07:09:26Z +-17.826,28.564,12,3.4,2021-10-17T07:12:46Z +-17.8398,28.5642,12.1,2.9,2021-10-17T07:27:51Z +-17.8289,28.5699,10.8,3.2,2021-10-17T07:47:09Z +-17.8223,28.5737,9.9,2.5,2021-10-17T08:55:21Z +-17.8387,28.5724,11.7,2.6,2021-10-17T08:57:31Z +-17.8408,28.5608,11.7,3.2,2021-10-17T09:49:19Z +-17.833,28.5641,11,2.9,2021-10-17T09:59:06Z +-17.8238,28.5705,10.9,3.2,2021-10-17T10:40:12Z +-17.8481,28.5606,11.5,3,2021-10-17T10:56:59Z +-17.8114,28.5674,35.2,4,2021-10-17T11:06:12Z +-17.8321,28.5664,10.5,2.9,2021-10-17T11:12:06Z +-17.7763,28.556,14.9,2.6,2021-10-17T11:46:36Z +-17.7984,28.5448,34.8,3.4,2021-10-17T11:51:48Z +-17.8345,28.566,13.9,2.5,2021-10-17T12:17:31Z +-17.8391,28.5691,11.3,2.4,2021-10-17T12:37:49Z +-17.831,28.565,11,3.1,2021-10-17T12:48:05Z +-17.835,28.5676,11.3,2.4,2021-10-17T12:53:29Z +-17.8481,28.5471,14.1,2.8,2021-10-17T13:03:52Z +-17.8433,28.5507,13.6,2.9,2021-10-17T13:55:51Z +-17.8398,28.5602,11.1,2.9,2021-10-17T14:08:53Z +-17.7637,28.5818,34.7,2.7,2021-10-17T14:29:05Z +-17.847,28.5619,11,2.6,2021-10-17T14:43:09Z +-17.8106,28.5824,34.1,3.4,2021-10-17T15:19:43Z +-17.8078,28.586,34.3,2.7,2021-10-17T15:40:49Z +-17.8102,28.5836,34.4,3,2021-10-17T15:58:23Z +-17.7954,28.5944,33.8,2.8,2021-10-17T16:07:19Z +-17.8295,28.5555,12.8,2.9,2021-10-17T16:21:24Z +-17.851,28.5587,11.1,2.3,2021-10-17T16:31:18Z +-17.831,28.5616,12.4,2.4,2021-10-17T16:33:17Z +-17.836,28.5648,33.3,2.8,2021-10-17T16:35:38Z +-17.8409,28.5572,13.1,2.5,2021-10-17T16:39:33Z +-17.8321,28.5608,13,2.9,2021-10-17T16:41:56Z +-17.8325,28.5568,13.1,2.8,2021-10-17T16:49:27Z +-17.8302,28.5583,14.2,3,2021-10-17T16:59:18Z +-17.808,28.5804,33.8,2.7,2021-10-17T17:01:01Z +-17.8288,28.564,12.3,2.9,2021-10-17T17:25:07Z +-17.8328,28.5609,12.3,3.6,2021-10-17T17:38:35Z +-17.8203,28.5915,33,2.8,2021-10-17T18:24:21Z +-17.8365,28.5586,37.1,3.4,2021-10-17T18:30:15Z +-17.8184,28.5624,34.1,3.1,2021-10-17T18:36:19Z +-17.8332,28.5537,13,2.9,2021-10-17T18:47:23Z +-17.8308,28.5545,13.5,2.9,2021-10-17T18:54:22Z +-17.8229,28.5595,34.6,3.4,2021-10-17T19:24:25Z +-17.8298,28.57,34.6,2.9,2021-10-17T19:37:05Z +-17.8315,28.5672,35.6,3.6,2021-10-17T19:38:15Z +-17.8202,28.5592,13.2,2.6,2021-10-17T19:57:54Z +-17.8387,28.5506,15.4,3,2021-10-17T19:59:09Z +-17.8487,28.5404,14.1,2.9,2021-10-17T20:15:34Z +-17.8029,28.5831,33.8,2.1,2021-10-17T20:55:37Z +-17.8313,28.562,11.8,2.8,2021-10-17T20:58:22Z +-17.8069,28.5603,13.9,2.6,2021-10-17T21:09:03Z +-17.8423,28.5628,11.1,2.6,2021-10-17T21:16:35Z +-17.8053,28.5636,38.5,2.8,2021-10-17T21:26:44Z +-17.8128,28.5812,34.2,2.9,2021-10-17T21:27:43Z +-17.8148,28.6025,35.3,2.7,2021-10-17T21:46:32Z +-17.8332,28.5518,12.6,2.9,2021-10-17T21:55:16Z +-17.844,28.5898,38.4,3,2021-10-17T21:59:17Z +-17.8097,28.5691,37.8,3.1,2021-10-17T22:29:00Z +-17.8308,28.5606,11.3,3,2021-10-17T22:30:51Z +-17.8299,28.579,34.7,2.9,2021-10-17T22:36:25Z +-17.808,28.5376,37.1,3.4,2021-10-17T22:47:07Z +-17.8024,28.5731,34.1,2.7,2021-10-17T22:58:48Z +-17.8055,28.6041,38.1,2.8,2021-10-17T23:16:46Z +-17.8223,28.5713,35.8,4.6,2021-10-17T23:57:36Z +-17.8082,28.5513,30.9,2.5,2021-10-16T00:26:38Z +-17.8353,28.5551,10.4,2.7,2021-10-16T00:29:47Z +-17.8441,28.5601,10.6,2.6,2021-10-16T00:37:58Z +-17.8486,28.5657,10.3,2.5,2021-10-16T01:29:59Z +-17.8395,28.5552,3.3,2.6,2021-10-16T02:42:22Z +-17.8437,28.5592,12.3,2.6,2021-10-16T02:43:00Z +-17.8286,28.5551,10.5,2.8,2021-10-16T03:02:03Z +-17.8338,28.5465,13,2.7,2021-10-16T03:02:56Z +-17.8358,28.5552,9.7,2.3,2021-10-16T03:35:19Z +-17.8314,28.5593,9.5,2.8,2021-10-16T03:39:13Z +-17.8364,28.5653,10.1,2.3,2021-10-16T03:42:08Z +-17.8276,28.5736,10.3,2.8,2021-10-16T03:50:25Z +-17.8457,28.5789,14,2.9,2021-10-16T04:16:20Z +-17.8293,28.5613,10.3,2.6,2021-10-16T04:19:20Z +-17.8348,28.5649,10.7,2.5,2021-10-16T04:29:26Z +-17.8283,28.5623,37,4.6,2021-10-16T04:41:53Z +-17.838,28.5576,14,2.9,2021-10-16T04:48:35Z +-17.8241,28.5698,34.4,2.5,2021-10-16T04:54:40Z +-17.8338,28.5501,13.5,2.9,2021-10-16T04:55:30Z +-17.8326,28.6163,10,2.4,2021-10-16T05:00:49Z +-17.8544,28.5525,11.8,2.7,2021-10-16T05:03:03Z +-17.8353,28.5548,12.1,2.7,2021-10-16T05:30:56Z +-17.8378,28.5622,12.7,3.1,2021-10-16T05:36:39Z +-17.836,28.5547,12.9,2.7,2021-10-16T05:38:13Z +-17.844,28.5687,13.5,2.6,2021-10-16T05:39:38Z +-17.8443,28.5639,10.8,2.7,2021-10-16T06:02:10Z +-17.8296,28.5659,36.7,4.3,2021-10-16T06:07:00Z +-17.8175,28.5843,34.4,4.5,2021-10-16T06:07:02Z +-17.8293,28.5556,13.1,2.6,2021-10-16T06:12:24Z +-17.8133,28.5668,10.8,2.6,2021-10-16T06:14:43Z +-17.8096,28.5406,35.5,2.4,2021-10-16T06:18:40Z +-17.8333,28.5657,12.3,2.8,2021-10-16T06:21:00Z +-17.8328,28.5647,11.2,2.9,2021-10-16T06:25:51Z +-17.8371,28.5652,12.1,3,2021-10-16T06:27:08Z +-17.8216,28.5584,14,2.9,2021-10-16T06:43:53Z +-17.8289,28.5516,14,2.7,2021-10-16T06:45:10Z +-17.8301,28.5636,10.9,2.9,2021-10-16T06:50:52Z +-17.8273,28.563,11.7,2.5,2021-10-16T07:24:11Z +-17.8385,28.5649,11,2.9,2021-10-16T07:25:36Z +-17.8386,28.575,11.2,2.8,2021-10-16T07:34:07Z +-17.8096,28.568,10.3,3,2021-10-16T07:36:13Z +-17.8334,28.5303,11.2,3.1,2021-10-16T07:37:43Z +-17.842,28.5692,12.2,3,2021-10-16T07:39:15Z +-17.8496,28.5473,11.6,2.9,2021-10-16T07:42:36Z +-17.8322,28.547,11.5,2.9,2021-10-16T07:44:24Z +-17.8396,28.5528,12.8,3.2,2021-10-16T07:52:34Z +-17.8347,28.5665,10.2,3,2021-10-16T07:53:54Z +-17.8376,28.5594,10.2,2.6,2021-10-16T08:00:17Z +-17.8398,28.5709,10.9,2.7,2021-10-16T08:02:38Z +-17.8274,28.5652,12.1,2.9,2021-10-16T08:11:02Z +-17.8431,28.5536,13.9,2.6,2021-10-16T08:13:40Z +-17.837,28.5634,10.5,3,2021-10-16T08:28:38Z +-17.8255,28.5622,11.2,3.2,2021-10-16T08:33:46Z +-17.8258,28.561,11.1,2.9,2021-10-16T08:36:03Z +-17.8325,28.5606,11.2,2.7,2021-10-16T08:46:29Z +-17.826,28.5547,12.6,3.4,2021-10-16T08:57:51Z +-17.8361,28.5632,12.2,3.1,2021-10-16T09:02:34Z +-17.8438,28.5633,10.8,3,2021-10-16T09:25:07Z +-17.8343,28.546,13.8,2.9,2021-10-16T09:59:48Z +-17.8204,28.5655,12.8,3.2,2021-10-16T10:08:04Z +-17.8348,28.553,11.2,2.8,2021-10-16T10:27:08Z +-17.844,28.5564,13.9,3.2,2021-10-16T10:36:34Z +-17.8322,28.5614,11.1,3.5,2021-10-16T10:54:43Z +-17.8379,28.5563,13.4,2.7,2021-10-16T11:11:49Z +-17.7961,28.5835,13.9,2.7,2021-10-16T11:32:20Z +-17.8169,28.5594,11.4,3.1,2021-10-16T11:39:54Z +-17.8188,28.5522,12.4,2.3,2021-10-16T11:42:43Z +-17.8302,28.5746,11.1,2.5,2021-10-16T11:51:39Z +-17.8351,28.5488,12.3,3,2021-10-16T12:35:23Z +-17.8348,28.5633,32.1,3,2021-10-16T12:38:08Z +-17.8134,28.5898,33.9,3,2021-10-16T12:38:41Z +-17.8319,28.5674,35.6,2.8,2021-10-16T12:42:19Z +-17.84,28.548,35.3,3.6,2021-10-16T12:44:34Z +-17.836,28.5565,12.6,2.8,2021-10-16T13:06:59Z +-17.7758,28.5963,32.4,2.7,2021-10-16T14:03:51Z +-17.8347,28.5532,13.9,2.6,2021-10-16T14:26:05Z +-17.8391,28.5494,14.5,2.6,2021-10-16T14:54:23Z +-17.8506,28.5597,13.8,2.4,2021-10-16T15:08:47Z +-17.8368,28.5637,10.9,2.5,2021-10-16T15:14:20Z +-17.8431,28.5516,13.7,2.6,2021-10-16T16:22:36Z +-17.8285,28.5638,10.8,3.4,2021-10-16T17:20:32Z +-17.8479,28.5547,11.2,2.5,2021-10-16T18:08:02Z +-17.8126,28.5728,35.1,3,2021-10-16T19:35:06Z +-17.8231,28.5645,12.2,2.6,2021-10-16T19:44:43Z +-17.8311,28.5536,10.7,2.5,2021-10-16T19:46:50Z +-17.84,28.5688,13.1,2.6,2021-10-16T20:02:34Z +-17.8264,28.5895,34.3,3.4,2021-10-16T21:25:39Z +-17.8533,28.5619,10.4,2.6,2021-10-16T23:52:43Z +-17.8106,28.5502,32.9,2.5,2021-10-15T00:01:31Z +-17.8134,28.5477,29.5,2.2,2021-10-15T00:02:37Z +-17.8049,28.573,32.6,2.8,2021-10-15T00:08:11Z +-17.8167,28.5735,34.2,2.5,2021-10-15T00:08:48Z +-17.8189,28.5811,34.8,2.9,2021-10-15T00:11:58Z +-17.8388,28.5522,37.9,2.8,2021-10-15T00:12:08Z +-17.8149,28.5748,33.8,2.8,2021-10-15T00:17:52Z +-17.8444,28.5677,33.6,2.4,2021-10-15T00:19:52Z +-17.8223,28.5434,30.5,2.4,2021-10-15T00:20:45Z +-17.8325,28.5642,33,3,2021-10-15T00:22:03Z +-17.8415,28.5856,34.4,2.7,2021-10-15T00:23:52Z +-17.8078,28.5774,33,2.8,2021-10-15T00:25:08Z +-17.8343,28.561,9.8,2.8,2021-10-15T00:57:45Z +-17.8352,28.5549,13.8,2.9,2021-10-15T01:04:59Z +-17.8322,28.5656,35,4,2021-10-15T02:27:17Z +-17.8255,28.5817,34.7,2.8,2021-10-15T02:38:08Z +-17.8625,28.5514,14.9,2.9,2021-10-15T02:42:14Z +-17.8323,28.5625,12.4,2.9,2021-10-15T02:45:03Z +-17.832,28.5615,13.9,2.8,2021-10-15T02:54:43Z +-17.8312,28.569,10.1,2.7,2021-10-15T05:44:33Z +-17.8173,28.5656,12.5,2.5,2021-10-15T05:51:52Z +-17.8299,28.5681,11.3,2.9,2021-10-15T06:02:49Z +-17.8378,28.5496,14,2.5,2021-10-15T06:38:27Z +-17.831,28.5585,32.8,2.5,2021-10-15T06:39:14Z +-17.7932,28.5217,29.5,2.4,2021-10-15T06:46:50Z +-17.8228,28.576,35.8,4.5,2021-10-15T07:02:19Z +-17.8238,28.5645,12.8,2.8,2021-10-15T07:43:18Z +-17.8281,28.5508,13.8,3.1,2021-10-15T09:26:19Z +-17.8395,28.573,12.7,2.8,2021-10-15T10:43:12Z +-17.816,28.5808,37.2,4.1,2021-10-15T10:48:31Z +-17.8271,28.5606,12,2.6,2021-10-15T14:08:52Z +-17.8455,28.5557,12.4,3.2,2021-10-15T14:30:55Z +-17.8336,28.5581,13,2.6,2021-10-15T14:44:19Z +-17.838,28.5555,12.5,2.6,2021-10-15T14:51:37Z +-17.8388,28.5626,11.3,2.9,2021-10-15T15:07:26Z +-17.8368,28.5574,13,3.2,2021-10-15T15:09:00Z +-17.8308,28.5662,10.9,2.5,2021-10-15T15:14:40Z +-17.8138,28.5691,10.9,2.5,2021-10-15T15:17:20Z +-17.8413,28.5663,10.6,2.6,2021-10-15T15:22:26Z +-17.8396,28.5551,12.4,3.2,2021-10-15T15:32:31Z +-17.8394,28.5354,14.8,2.6,2021-10-15T15:35:40Z +-17.8497,28.555,13,2.8,2021-10-15T16:14:28Z +-17.8497,28.5686,11.2,2.5,2021-10-15T16:23:03Z +-17.8461,28.5599,13.5,2.6,2021-10-15T16:52:25Z +-17.8349,28.5625,12.4,2.6,2021-10-15T17:06:42Z +-17.8398,28.5615,13.3,4,2021-10-15T17:47:42Z +-17.8275,28.5811,35.7,3,2021-10-15T18:05:39Z +-17.8383,28.5571,13.7,3,2021-10-15T18:26:32Z +-17.8411,28.5619,10.7,2.6,2021-10-15T18:38:19Z +-17.8287,28.5578,12.6,3,2021-10-15T18:44:12Z +-17.8327,28.5556,10.3,2.6,2021-10-15T18:54:41Z +-17.8351,28.5639,12.2,2.8,2021-10-15T18:55:42Z +-17.8388,28.5593,12.5,2.8,2021-10-15T19:06:35Z +-17.7988,28.5576,37.1,3.2,2021-10-15T19:10:18Z +-17.7889,28.5984,39.1,2.7,2021-10-15T19:26:33Z +-17.8327,28.5608,12,2.7,2021-10-15T19:34:05Z +-17.804,28.5694,35.3,2.8,2021-10-15T19:35:19Z +-17.8424,28.5552,12.7,2.7,2021-10-15T19:36:39Z +-17.8281,28.5571,13.3,3,2021-10-15T19:43:31Z +-17.8064,28.5384,16.1,2.8,2021-10-15T19:46:04Z +-17.8443,28.5611,13.3,2.5,2021-10-15T19:53:51Z +-17.8363,28.569,10.8,2.6,2021-10-15T19:58:49Z +-17.8153,28.5587,36.8,3.4,2021-10-15T20:02:12Z +-17.8384,28.5552,12.9,4,2021-10-15T20:03:01Z +-17.8324,28.5652,11.2,3,2021-10-15T20:04:14Z +-17.8387,28.5585,11,2.8,2021-10-15T20:23:29Z +-17.83,28.5557,12.9,3.2,2021-10-15T20:44:22Z +-17.8314,28.558,13.5,2.6,2021-10-15T20:57:11Z +-17.8317,28.5571,12.5,3,2021-10-15T21:04:35Z +-17.8365,28.5651,10.5,2.5,2021-10-15T21:11:10Z +-17.8347,28.577,11.5,2.5,2021-10-15T21:21:30Z +-17.8371,28.5604,36.1,3.5,2021-10-15T21:30:26Z +-17.8447,28.5554,13.6,2.9,2021-10-15T21:40:29Z +-17.8325,28.5604,13,3,2021-10-15T21:51:44Z +-17.7846,28.5632,36.5,2.9,2021-10-15T22:06:40Z +-17.826,28.5655,11.5,3.3,2021-10-15T22:10:38Z +-17.8312,28.5599,12,2.6,2021-10-15T22:43:01Z +-17.8453,28.5568,10.8,2.5,2021-10-15T22:44:58Z +-17.7701,28.5871,31.9,2.9,2021-10-14T00:05:49Z +-17.824,28.4775,9.9,2.4,2021-10-14T00:08:51Z +-17.7793,28.5865,33.8,2.2,2021-10-14T00:15:10Z +-17.8403,28.58,42.2,3.4,2021-10-14T00:21:22Z +-17.8291,28.5739,38.7,3.4,2021-10-14T00:21:33Z +-17.8617,28.5668,13.6,2.6,2021-10-14T00:23:10Z +-17.8619,28.5512,13.3,2.6,2021-10-14T00:28:22Z +-17.8483,28.5684,12.9,2.7,2021-10-14T00:45:44Z +-17.8339,28.5665,10.1,2.9,2021-10-14T00:52:06Z +-17.8666,28.5766,32,2.5,2021-10-14T00:56:39Z +-17.8326,28.57,10.4,2.3,2021-10-14T01:04:07Z +-17.8401,28.5608,12.4,2.6,2021-10-14T01:13:34Z +-17.8496,28.5772,37.3,4.2,2021-10-14T01:27:56Z +-17.8131,28.5871,37.4,4.5,2021-10-14T01:27:59Z +-17.8628,28.5476,36.7,2.6,2021-10-14T01:43:23Z +-17.834,28.5607,11.3,2.8,2021-10-14T01:47:48Z +-17.8374,28.5675,12.3,3.1,2021-10-14T01:53:21Z +-17.8312,28.5648,12.8,2.5,2021-10-14T02:04:20Z +-17.8356,28.5714,12.7,2.7,2021-10-14T02:09:06Z +-17.8347,28.5631,12.1,2.4,2021-10-14T02:16:53Z +-17.8217,28.5483,14.4,2,2021-10-14T02:27:22Z +-17.8324,28.5355,15.1,2.5,2021-10-14T02:28:11Z +-17.8257,28.5668,10.3,3,2021-10-14T02:41:22Z +-17.8306,28.5595,10.6,3.1,2021-10-14T02:42:07Z +-17.8375,28.5605,10.4,3,2021-10-14T02:44:38Z +-17.8362,28.5591,11.5,2.4,2021-10-14T02:52:08Z +-17.8547,28.5527,13,2.4,2021-10-14T02:53:50Z +-17.8416,28.5657,11.6,2.8,2021-10-14T03:02:21Z +-17.8358,28.566,10.5,2.8,2021-10-14T03:04:51Z +-17.8309,28.5479,13.5,2.4,2021-10-14T03:14:55Z +-17.8509,28.5622,10.5,2.5,2021-10-14T03:20:37Z +-17.8329,28.5732,11.6,2.4,2021-10-14T03:23:32Z +-17.811,28.5671,12.4,2.5,2021-10-14T03:25:52Z +-17.8248,28.5665,13.8,2.6,2021-10-14T03:28:12Z +-17.8165,28.5684,14.1,2.6,2021-10-14T03:29:18Z +-17.8156,28.5608,12.6,2.5,2021-10-14T03:34:16Z +-17.8154,28.5528,15.1,2.5,2021-10-14T03:38:21Z +-17.8253,28.5621,14.6,2.5,2021-10-14T03:39:12Z +-17.8273,28.5681,9.4,2.4,2021-10-14T03:42:28Z +-17.8519,28.5528,14.8,2.5,2021-10-14T03:45:51Z +-17.8364,28.5536,12.7,2,2021-10-14T03:51:26Z +-17.854,28.5599,8.9,2.4,2021-10-14T03:57:30Z +-17.8449,28.5492,13.9,2.6,2021-10-14T04:00:40Z +-17.8344,28.5589,13.5,2.6,2021-10-14T04:05:55Z +-17.8285,28.5484,14.3,2.6,2021-10-14T04:14:07Z +-17.8328,28.566,10.2,2.5,2021-10-14T04:20:41Z +-17.8409,28.5612,9.9,2.7,2021-10-14T04:22:49Z +-17.8347,28.559,10.5,3.6,2021-10-14T04:32:51Z +-17.8477,28.5673,9.9,2.9,2021-10-14T04:39:17Z +-17.8343,28.5667,10.5,3.3,2021-10-14T04:46:04Z +-17.8296,28.5643,12.5,3.1,2021-10-14T04:49:52Z +-17.833,28.5642,10.4,2.4,2021-10-14T04:51:57Z +-17.8412,28.5578,10.9,2.5,2021-10-14T05:19:46Z +-17.8352,28.5626,31.9,2.7,2021-10-14T05:50:00Z +-17.8401,28.5604,10.2,2.4,2021-10-14T05:59:52Z +-17.8265,28.5689,10.2,2.6,2021-10-14T06:12:22Z +-17.8339,28.5585,10.8,2.6,2021-10-14T07:00:30Z +-17.8229,28.5623,11.2,2.9,2021-10-14T07:02:56Z +-17.8202,28.5651,12.6,3.2,2021-10-14T07:15:29Z +-17.828,28.562,10.3,3.4,2021-10-14T07:28:52Z +-17.8323,28.5629,11.5,3.5,2021-10-14T07:40:39Z +-17.8234,28.5593,11.1,3.1,2021-10-14T08:03:45Z +-17.8319,28.5585,10,3.3,2021-10-14T08:09:53Z +-17.8448,28.5554,10.3,2.5,2021-10-14T08:14:07Z +-17.8231,28.566,10.8,2.5,2021-10-14T08:20:37Z +-17.8352,28.5627,10,2.8,2021-10-14T08:24:06Z +-17.8235,28.5598,10.9,2.5,2021-10-14T08:32:55Z +-17.8331,28.5618,10.8,2.4,2021-10-14T08:34:38Z +-17.8237,28.5569,11.2,2.9,2021-10-14T08:44:16Z +-17.8343,28.5576,10.7,3,2021-10-14T08:50:52Z +-17.8195,28.5632,10.4,2.4,2021-10-14T08:53:10Z +-17.8227,28.5639,10.5,2.6,2021-10-14T09:21:17Z +-17.8268,28.5656,10.4,2.6,2021-10-14T09:25:34Z +-17.8233,28.5643,11.2,3.4,2021-10-14T10:09:27Z +-17.8286,28.5584,10.7,2.9,2021-10-14T10:37:01Z +-17.8407,28.5621,10,2.3,2021-10-14T10:46:32Z +-17.8044,28.5608,13,2.6,2021-10-14T10:56:02Z +-17.8361,28.5637,10.3,2.3,2021-10-14T10:58:24Z +-17.8229,28.5382,30,2.5,2021-10-14T12:30:08Z +-17.8295,28.5704,36.6,3.8,2021-10-14T12:38:59Z +-17.8306,28.5441,34.2,3,2021-10-14T13:01:14Z +-17.822,28.5603,32.2,3,2021-10-14T13:12:55Z +-17.843,28.5559,10.7,2.8,2021-10-14T13:25:30Z +-17.8472,28.5145,29.4,3.2,2021-10-14T13:48:39Z +-17.8496,28.5465,32.8,3.3,2021-10-14T14:10:39Z +-17.8154,28.5715,9.9,2.6,2021-10-14T14:13:32Z +-17.829,28.5757,10.1,2.4,2021-10-14T14:14:54Z +-17.8484,28.5652,32.2,3,2021-10-14T14:48:02Z +-17.8425,28.5508,6.9,2.4,2021-10-14T14:55:04Z +-17.8309,28.5649,12.1,2.8,2021-10-14T15:38:23Z +-17.8118,28.5831,11.6,2.6,2021-10-14T15:41:12Z +-17.8394,28.5722,13,2.7,2021-10-14T15:45:53Z +-17.8289,28.5797,10.5,2.5,2021-10-14T15:57:14Z +-17.8327,28.5707,9.6,2.6,2021-10-14T16:07:36Z +-17.8283,28.5435,12.7,2.8,2021-10-14T16:16:35Z +-17.8309,28.5683,8.9,2.5,2021-10-14T16:19:47Z +-17.8386,28.553,12.9,3.1,2021-10-14T16:31:34Z +-17.8391,28.5426,32.7,2.6,2021-10-14T16:35:26Z +-17.8422,28.5597,10.9,2.8,2021-10-14T16:54:52Z +-17.8457,28.5633,10.1,3.1,2021-10-14T17:11:59Z +-17.834,28.5629,10.1,2.5,2021-10-14T17:26:03Z +-17.8173,28.5586,34.4,2.9,2021-10-14T17:37:33Z +-17.822,28.5616,32.8,3.1,2021-10-14T17:46:11Z +-17.8312,28.5551,12.5,2.5,2021-10-14T18:18:25Z +-17.8561,28.5502,12.6,3.2,2021-10-14T20:10:11Z +-17.828,28.5624,12,2.7,2021-10-14T20:20:31Z +-17.828,28.5736,12.2,3.1,2021-10-14T20:58:06Z +-17.7695,28.5941,32.8,2.8,2021-10-14T22:28:20Z +-17.8331,28.573,9.5,2.4,2021-10-14T23:50:13Z +-17.8376,28.5807,33.5,2.6,2021-10-14T23:59:47Z +-17.8535,28.5583,13.5,2.6,2021-10-13T00:11:29Z +-17.8389,28.5537,14.2,3.2,2021-10-13T00:17:21Z +-17.8388,28.5635,9.8,2.5,2021-10-13T00:24:20Z +-17.833,28.559,13.9,2.9,2021-10-13T00:35:11Z +-17.829,28.5586,13.8,2.7,2021-10-13T01:26:37Z +-17.835,28.5616,14.1,2.8,2021-10-13T01:45:04Z +-17.8344,28.5597,13.7,2.9,2021-10-13T02:25:27Z +-17.8293,28.5553,14.3,2.8,2021-10-13T02:47:39Z +-17.8547,28.5645,11,2.5,2021-10-13T02:50:29Z +-17.826,28.5774,37.4,3.9,2021-10-13T03:22:09Z +-17.8304,28.5572,13.4,3.5,2021-10-13T03:35:49Z +-17.8365,28.5634,11.3,3.3,2021-10-13T03:54:05Z +-17.8338,28.5503,14.9,2.7,2021-10-13T04:08:55Z +-17.8452,28.558,12.4,2.6,2021-10-13T04:20:56Z +-17.8283,28.5605,12.9,2.9,2021-10-13T04:37:00Z +-17.8298,28.5632,10.7,2.5,2021-10-13T05:51:15Z +-17.833,28.5696,11.1,2.3,2021-10-13T06:42:05Z +-17.8436,28.5591,13,3.2,2021-10-13T06:49:40Z +-17.8563,28.5729,11.2,2.5,2021-10-13T06:57:06Z +-17.8266,28.5613,12.4,3.1,2021-10-13T07:07:48Z +-17.8275,28.5617,13.6,3,2021-10-13T08:03:10Z +-17.8263,28.5599,10.4,2.6,2021-10-13T08:31:57Z +-17.8214,28.5616,12.5,2.5,2021-10-13T08:44:48Z +-17.8363,28.5559,12.3,3.1,2021-10-13T08:52:41Z +-17.8526,28.5628,11.3,2.3,2021-10-13T09:13:42Z +-17.8251,28.5652,13.2,2.6,2021-10-13T09:16:18Z +-17.8258,28.5637,10.2,3,2021-10-13T09:25:47Z +-17.8358,28.5564,13.3,3.6,2021-10-13T09:37:01Z +-17.846,28.5595,12.2,2.6,2021-10-13T09:40:19Z +-17.8321,28.5505,13.5,2.9,2021-10-13T09:47:53Z +-17.8241,28.5616,10.8,2.9,2021-10-13T09:50:54Z +-17.8365,28.5607,10.9,2.5,2021-10-13T09:54:24Z +-17.8188,28.5636,11.4,2.7,2021-10-13T10:00:09Z +-17.8321,28.5565,10.2,2.5,2021-10-13T10:57:15Z +-17.8384,28.5633,10.7,2.6,2021-10-13T11:12:33Z +-17.8427,28.5579,12.6,3.3,2021-10-13T12:22:04Z +-17.8361,28.5592,13.8,3.3,2021-10-13T13:19:40Z +-17.8288,28.4979,28.8,2.6,2021-10-13T13:51:38Z +-17.8233,28.505,28,2.9,2021-10-13T14:30:15Z +-17.8192,28.5751,35.7,4.4,2021-10-13T14:33:48Z +-17.8104,28.5321,33.3,2.8,2021-10-13T15:04:23Z +-17.8241,28.5706,10.2,2.9,2021-10-13T15:47:13Z +-17.8323,28.5747,10.1,3.4,2021-10-13T16:17:14Z +-17.8598,28.5644,10.3,2.5,2021-10-13T17:10:32Z +-17.8267,28.5563,11.8,2.5,2021-10-13T17:46:14Z +-17.8461,28.5626,10.6,3.1,2021-10-13T19:46:00Z +-17.8254,28.5515,14.2,2.6,2021-10-13T20:14:37Z +-17.8268,28.5731,11.1,2.8,2021-10-13T20:38:21Z +-17.8319,28.5686,11.8,3.2,2021-10-13T20:54:16Z +-17.909,28.5611,12.7,2.4,2021-10-13T21:08:18Z +-17.8248,28.5613,14.6,2.5,2021-10-13T21:09:33Z +-17.8347,28.5611,12.4,3.1,2021-10-13T21:11:17Z +-17.833,28.5611,11.9,2.6,2021-10-13T21:11:53Z +-17.8281,28.5489,12.9,2.6,2021-10-13T21:58:26Z +-17.8405,28.5589,13.4,2.5,2021-10-13T22:02:27Z +-17.8429,28.5717,11.2,2.4,2021-10-13T22:05:53Z +-17.8152,28.5707,10.3,3.4,2021-10-13T22:15:43Z +-17.8188,28.5596,13,2.6,2021-10-13T22:20:19Z +-17.8429,28.5688,13.5,2.4,2021-10-13T22:50:36Z +-17.8207,28.5906,11.4,2.3,2021-10-13T22:51:10Z +-17.8251,28.5708,12.6,2.4,2021-10-13T22:54:35Z +-17.8356,28.5521,14.3,2.6,2021-10-13T22:57:07Z +-17.8355,28.5565,12.8,2.8,2021-10-13T22:59:20Z +-17.8248,28.5959,36.7,3.1,2021-10-13T23:14:50Z +-17.8383,28.568,10.8,3,2021-10-13T23:16:44Z +-17.8284,28.5647,12.3,2.7,2021-10-13T23:20:06Z +-17.8302,28.5758,12.5,2.5,2021-10-13T23:22:51Z +-17.8496,28.5568,13.7,2.5,2021-10-13T23:24:42Z +-17.8285,28.5694,11.2,2.9,2021-10-13T23:27:12Z +-17.8302,28.5638,13.6,2.8,2021-10-13T23:37:39Z +-17.8446,28.5521,14.2,2.8,2021-10-13T23:57:46Z +-17.8391,28.5671,11.2,2.8,2021-10-12T00:11:16Z +-17.8227,28.5643,12.8,2.6,2021-10-12T00:19:21Z +-17.8371,28.5455,13.9,3,2021-10-12T00:33:26Z +-17.8351,28.5914,36.2,3,2021-10-12T00:37:49Z +-17.8441,28.5574,14.6,3.3,2021-10-12T01:01:45Z +-17.8445,28.5658,12.5,2.5,2021-10-12T01:10:34Z +-17.8511,28.5642,11.4,2.3,2021-10-12T01:17:56Z +-17.8341,28.5555,13.3,3.7,2021-10-12T01:31:35Z +-17.8407,28.5537,14.3,3,2021-10-12T02:21:36Z +-17.841,28.5569,13.3,2.9,2021-10-12T02:39:49Z +-17.8168,28.5428,14.8,2.7,2021-10-12T03:05:52Z +-17.8349,28.5535,10.6,2.8,2021-10-12T03:25:31Z +-17.839,28.5584,11.4,3.2,2021-10-12T03:30:51Z +-17.8281,28.5652,12.2,3,2021-10-12T05:06:41Z +-17.8353,28.5603,9.7,2.7,2021-10-12T06:10:02Z +-17.8324,28.566,12.4,2.5,2021-10-12T06:39:42Z +-17.8365,28.5587,11.3,2.6,2021-10-12T07:02:59Z +-17.8351,28.5611,12.7,3.7,2021-10-12T07:16:50Z +-17.8228,28.5745,37.2,4.1,2021-10-12T07:25:05Z +-17.8355,28.5635,12.3,3,2021-10-12T08:04:23Z +-17.8403,28.5651,12.4,2.8,2021-10-12T08:08:10Z +-17.8295,28.5679,12.4,2.6,2021-10-12T09:03:36Z +-17.8397,28.5663,11,2.5,2021-10-12T09:12:30Z +-17.8337,28.5624,12.7,2.6,2021-10-12T09:24:48Z +-17.8184,28.565,11.3,2.7,2021-10-12T09:57:53Z +-17.8379,28.558,12.4,2.8,2021-10-12T10:14:19Z +-17.8338,28.5668,10.9,2.9,2021-10-12T10:31:40Z +-17.8474,28.5577,10.8,2.8,2021-10-12T10:32:45Z +-17.7928,28.5545,13.5,2.6,2021-10-12T10:34:36Z +-17.8339,28.5601,12.4,2.7,2021-10-12T10:49:25Z +-17.8141,28.5635,12.7,2.5,2021-10-12T10:55:35Z +-17.8428,28.5671,11.5,2.4,2021-10-12T11:47:37Z +-17.8345,28.5625,13.7,2.8,2021-10-12T12:08:29Z +-17.8337,28.5689,11.4,2.5,2021-10-12T12:21:58Z +-17.8155,28.5479,14.2,2.6,2021-10-12T12:51:07Z +-17.8456,28.5595,12.1,3.5,2021-10-12T12:57:10Z +-17.8411,28.5574,12.2,2.5,2021-10-12T13:18:14Z +-17.8336,28.5619,13.8,3.5,2021-10-12T13:41:53Z +-17.8398,28.5667,12.2,2.5,2021-10-12T13:59:29Z +-17.8275,28.5778,10.2,2.4,2021-10-12T14:06:31Z +-17.8423,28.5622,13.1,3.2,2021-10-12T14:19:24Z +-17.836,28.5577,11.1,2.5,2021-10-12T14:22:12Z +-17.8331,28.5563,13.4,2.5,2021-10-12T14:56:38Z +-17.8242,28.5719,38.1,3.8,2021-10-12T15:52:20Z +-17.8364,28.5635,11,2.6,2021-10-12T15:53:28Z +-17.8242,28.563,10.4,2.9,2021-10-12T16:03:21Z +-17.8326,28.5654,12.9,2.5,2021-10-12T16:17:37Z +-17.8301,28.5683,11.7,2.5,2021-10-12T16:40:39Z +-17.842,28.5689,11.2,2.9,2021-10-12T17:17:42Z +-17.8444,28.5617,10.8,2.8,2021-10-12T17:24:47Z +-17.8086,28.595,37.8,3.1,2021-10-12T17:34:15Z +-17.8463,28.5606,10.2,2.9,2021-10-12T17:40:01Z +-17.8441,28.567,10.2,2.2,2021-10-12T17:48:02Z +-17.8126,28.5528,13.7,2.6,2021-10-12T18:18:58Z +-17.8456,28.5575,11.1,2.8,2021-10-12T18:21:23Z +-17.8418,28.56,12.2,2.4,2021-10-12T18:27:25Z +-17.8407,28.5649,10.5,2.4,2021-10-12T18:38:36Z +-17.8245,28.5918,37.8,3.6,2021-10-12T19:45:08Z +-17.8344,28.5435,13.5,3,2021-10-12T19:52:57Z +-17.8562,28.5648,13,2.8,2021-10-12T20:08:53Z +-17.8182,28.5606,12.7,2.4,2021-10-12T20:15:57Z +-17.8484,28.5614,11,2.5,2021-10-12T21:06:23Z +-17.8385,28.563,11.2,2.9,2021-10-12T21:13:33Z +-17.8225,28.5547,33.2,2.8,2021-10-12T21:26:22Z +-17.8364,28.5616,10,2.9,2021-10-12T21:40:12Z +-17.8654,28.5623,11.4,2.6,2021-10-12T21:52:28Z +-17.8382,28.5589,11.2,3,2021-10-12T22:02:24Z +-17.8445,28.5609,10.3,3,2021-10-12T22:28:06Z +-17.8355,28.5591,8.5,2.3,2021-10-12T23:04:31Z +-17.8317,28.5586,12.9,3.5,2021-10-12T23:13:14Z +-17.8452,28.5435,14,2.7,2021-10-11T00:20:52Z +-17.8255,28.5683,14,2.9,2021-10-11T00:36:30Z +-17.8358,28.5569,12.5,3.3,2021-10-11T03:10:13Z +-17.8399,28.5607,12.1,2.5,2021-10-11T03:42:03Z +-17.8299,28.5535,14.2,2.9,2021-10-11T03:44:38Z +-17.8416,28.552,10.7,2.6,2021-10-11T04:49:34Z +-17.8281,28.5601,12.3,3.1,2021-10-11T04:57:23Z +-17.8186,28.5601,10.5,2.7,2021-10-11T04:59:31Z +-17.8421,28.5659,10.2,2.5,2021-10-11T05:07:23Z +-17.8418,28.5625,11.2,2.8,2021-10-11T05:16:38Z +-17.8291,28.5588,11.3,3,2021-10-11T05:26:28Z +-17.8294,28.5583,10.5,3.3,2021-10-11T05:31:36Z +-17.7924,28.5685,37.2,3.2,2021-10-11T05:40:31Z +-17.829,28.5632,10.5,2.4,2021-10-11T05:46:26Z +-17.8493,28.5652,9.8,2.6,2021-10-11T05:47:40Z +-17.8382,28.5622,10.7,2.7,2021-10-11T05:57:39Z +-17.8362,28.5684,11.1,2.9,2021-10-11T06:04:01Z +-17.8403,28.5618,11,2.6,2021-10-11T06:22:08Z +-17.8358,28.557,12.5,3.3,2021-10-11T06:26:43Z +-17.8434,28.566,10.8,2.6,2021-10-11T06:27:25Z +-17.8463,28.5588,10.5,2.7,2021-10-11T06:29:23Z +-17.8294,28.5602,10.9,2.9,2021-10-11T07:16:12Z +-17.834,28.5531,11.1,2.8,2021-10-11T07:31:13Z +-17.8392,28.5613,10.8,2.8,2021-10-11T08:05:29Z +-17.8271,28.5649,10.2,2.8,2021-10-11T08:21:27Z +-17.8272,28.564,10,3.2,2021-10-11T08:44:42Z +-17.8357,28.5603,10.3,2.9,2021-10-11T08:55:35Z +-17.8358,28.5539,10.4,3,2021-10-11T08:59:47Z +-17.8107,28.5867,11.3,2.6,2021-10-11T09:17:47Z +-17.8251,28.5552,11.2,3.3,2021-10-11T09:21:39Z +-17.8244,28.567,10.4,2.5,2021-10-11T09:44:26Z +-17.8243,28.568,9.8,2.7,2021-10-11T09:48:45Z +-17.8278,28.5581,10.4,2.7,2021-10-11T09:54:26Z +-17.8339,28.5641,10.2,3.4,2021-10-11T10:02:09Z +-17.836,28.5643,10.2,3.1,2021-10-11T10:03:59Z +-17.8373,28.5613,10.5,2.5,2021-10-11T10:14:55Z +-17.8328,28.5619,10.3,2.8,2021-10-11T10:22:52Z +-17.8348,28.5682,10.7,2.8,2021-10-11T10:24:59Z +-17.8371,28.5575,11.4,3.4,2021-10-11T10:41:39Z +-17.838,28.5582,12,3.4,2021-10-11T10:43:06Z +-17.826,28.5716,9.8,2.5,2021-10-11T10:46:06Z +-17.8392,28.556,13,2.7,2021-10-11T11:17:35Z +-17.838,28.5568,11,3,2021-10-11T11:39:46Z +-17.8114,28.5612,10.7,2.9,2021-10-11T11:53:25Z +-17.8279,28.5649,10.4,2.9,2021-10-11T12:08:43Z +-17.837,28.5599,10.6,2.9,2021-10-11T12:14:52Z +-17.8344,28.5625,13.7,3.6,2021-10-11T12:20:53Z +-17.852,28.5633,12.9,3.2,2021-10-11T13:07:20Z +-17.8101,28.5866,12.7,2.6,2021-10-11T14:59:09Z +-17.8361,28.5617,10.8,3,2021-10-11T15:04:04Z +-17.84,28.5646,11.1,2.7,2021-10-11T15:14:33Z +-17.8151,28.5502,14.3,2.6,2021-10-11T15:43:11Z +-17.8347,28.5586,12.7,3.3,2021-10-11T16:08:52Z +-17.8378,28.5667,10.4,2.7,2021-10-11T17:29:40Z +-17.8278,28.5588,10.9,2.8,2021-10-11T18:05:51Z +-17.8284,28.5477,13.7,3.3,2021-10-11T18:57:32Z +-17.816,28.5575,14,3.2,2021-10-11T19:06:34Z +-17.8551,28.561,10,2.5,2021-10-11T19:28:53Z +-17.8084,28.5771,10,2.4,2021-10-11T19:39:52Z +-17.8462,28.5533,13.3,3.4,2021-10-11T19:54:36Z +-17.8263,28.5509,14.1,2.7,2021-10-11T20:00:05Z +-17.7906,28.5567,14.7,2.2,2021-10-11T20:04:25Z +-17.8376,28.5596,10.9,2.6,2021-10-11T20:05:54Z +-17.816,28.5578,14.3,2.6,2021-10-11T20:35:24Z +-17.8207,28.561,14.3,3.3,2021-10-11T20:45:58Z +-17.8312,28.5515,13,2.8,2021-10-11T20:58:58Z +-17.7735,28.6032,31.4,2.8,2021-10-11T20:59:40Z +-17.8321,28.5543,13.7,2.6,2021-10-11T21:16:12Z +-17.8427,28.5615,13.6,2.8,2021-10-11T21:36:52Z +-17.8385,28.5559,13.2,3.6,2021-10-11T21:39:13Z +-17.8208,28.5897,33.3,2.7,2021-10-11T22:16:20Z +-17.8283,28.556,12.8,2.9,2021-10-11T22:18:11Z +-17.8435,28.5547,14.4,2.8,2021-10-11T22:26:00Z +-17.8455,28.5632,11.6,2.6,2021-10-11T22:55:55Z +-17.8356,28.5607,11.1,3.5,2021-10-11T23:02:22Z +-17.844,28.5593,13.7,2.6,2021-10-11T23:17:58Z +-17.8412,28.5737,10.4,2.8,2021-10-11T23:22:01Z +-17.8387,28.5533,14,3.4,2021-10-10T00:01:25Z +-17.8618,28.5679,10.3,2.5,2021-10-10T00:18:44Z +-17.84,28.567,10.6,2.5,2021-10-10T00:37:37Z +-17.8433,28.5544,12.7,3.1,2021-10-10T00:47:07Z +-17.8434,28.5664,10.9,2.9,2021-10-10T00:52:14Z +-17.8546,28.5632,12.5,2.2,2021-10-10T01:22:26Z +-17.8448,28.5565,13.6,3.2,2021-10-10T01:36:12Z +-17.8411,28.565,10.6,2.8,2021-10-10T01:46:42Z +-17.835,28.5571,13.1,3.2,2021-10-10T01:50:02Z +-17.8118,28.5603,33.8,3.8,2021-10-10T01:57:22Z +-17.8316,28.5611,14.4,3,2021-10-10T02:35:34Z +-17.8395,28.5599,12.9,3.2,2021-10-10T02:37:03Z +-17.845,28.5605,13.1,3.1,2021-10-10T02:46:39Z +-17.8308,28.5546,13.5,2.6,2021-10-10T03:06:52Z +-17.8409,28.5631,13.2,2.6,2021-10-10T04:15:42Z +-17.8307,28.559,12.1,3.3,2021-10-10T04:35:36Z +-17.8375,28.5637,13.9,3.5,2021-10-10T04:46:31Z +-17.8377,28.5624,13.2,2.5,2021-10-10T04:47:46Z +-17.8359,28.5564,13.1,2.5,2021-10-10T04:55:57Z +-17.7813,28.557,35,2.4,2021-10-10T04:56:51Z +-17.8224,28.5569,13.3,2.4,2021-10-10T04:59:27Z +-17.884,28.5675,12.2,2.4,2021-10-10T05:00:32Z +-17.8173,28.5663,13.8,2.3,2021-10-10T05:06:57Z +-17.868,28.5398,13.7,2.4,2021-10-10T05:09:14Z +-17.8174,28.5488,33.1,3.2,2021-10-10T05:12:14Z +-17.8292,28.5675,13.5,2.3,2021-10-10T05:33:15Z +-17.8593,28.5849,36.9,2.9,2021-10-10T05:41:58Z +-17.8424,28.5637,12.8,2.8,2021-10-10T06:11:31Z +-17.8426,28.5996,40.2,3.4,2021-10-10T06:39:46Z +-17.8226,28.5883,35.2,2.8,2021-10-10T06:52:47Z +-17.8159,28.6123,37.5,2.8,2021-10-10T07:02:51Z +-17.8339,28.5636,11.1,3.3,2021-10-10T07:04:52Z +-17.8353,28.5666,13.9,3,2021-10-10T07:17:16Z +-17.8302,28.5743,35.6,2.8,2021-10-10T07:22:22Z +-17.8219,28.5202,34.1,2.6,2021-10-10T07:28:22Z +-17.7836,28.5748,38.3,3.3,2021-10-10T07:32:23Z +-17.8493,28.5593,11.1,3.3,2021-10-10T07:35:55Z +-17.8125,28.5531,39.2,3,2021-10-10T07:37:03Z +-17.8384,28.5096,32.1,2.4,2021-10-10T07:38:03Z +-17.7988,28.5293,35.6,2.4,2021-10-10T07:46:50Z +-17.832,28.5118,35,2.4,2021-10-10T08:03:02Z +-17.8386,28.5649,11.7,2.9,2021-10-10T08:10:09Z +-17.8446,28.5573,12.7,2.8,2021-10-10T08:16:24Z +-17.8467,28.5587,14.2,2.8,2021-10-10T08:24:05Z +-17.8223,28.5293,31.5,2.5,2021-10-10T08:35:17Z +-17.8351,28.5516,15,2.6,2021-10-10T08:51:02Z +-17.8378,28.5461,13.6,3.1,2021-10-10T08:58:36Z +-17.8386,28.5731,10.1,2.5,2021-10-10T08:59:37Z +-17.8312,28.5668,12.2,2.3,2021-10-10T09:07:50Z +-17.8521,28.572,10.7,2.4,2021-10-10T09:16:04Z +-17.832,28.5487,36.6,2.7,2021-10-10T09:20:55Z +-17.8182,28.582,37.1,3.7,2021-10-10T09:26:27Z +-17.8607,28.5657,37.7,2.8,2021-10-10T09:55:06Z +-17.8267,28.5612,9.9,2.9,2021-10-10T09:56:59Z +-17.8191,28.5225,33.9,2.5,2021-10-10T10:00:39Z +-17.8427,28.5503,14.8,2.7,2021-10-10T10:27:26Z +-17.8642,28.5429,13.6,2.5,2021-10-10T10:33:37Z +-17.8489,28.5711,10.7,2.4,2021-10-10T10:34:34Z +-17.8193,28.5679,33.2,3.1,2021-10-10T10:41:33Z +-17.8284,28.5728,35.4,2.8,2021-10-10T10:54:57Z +-17.868,28.5608,13.2,2.6,2021-10-10T10:59:04Z +-17.8609,28.5494,14.1,2.7,2021-10-10T10:59:25Z +-17.8308,28.555,12.7,2.7,2021-10-10T11:00:26Z +-17.8449,28.5571,13.3,3.1,2021-10-10T11:02:05Z +-17.8559,28.5764,10.2,2.4,2021-10-10T11:10:53Z +-17.7952,28.5192,33.8,2.2,2021-10-10T11:15:52Z +-17.8409,28.5495,13.9,2.9,2021-10-10T11:29:39Z +-17.8367,28.5679,10.5,2.3,2021-10-10T11:39:24Z +-17.8203,28.5762,36.6,4.1,2021-10-10T11:54:46Z +-17.8098,28.5523,39.2,2.6,2021-10-10T11:58:58Z +-17.8224,28.5836,13.8,2.8,2021-10-10T12:15:40Z +-17.7935,28.6128,37.1,3,2021-10-10T12:27:20Z +-17.8457,28.5547,13.2,3.2,2021-10-10T12:35:12Z +-17.8399,28.5499,13.5,2.6,2021-10-10T12:42:56Z +-17.8216,28.5397,34.2,2.6,2021-10-10T12:47:36Z +-17.842,28.5639,37.5,4,2021-10-10T13:05:40Z +-17.7966,28.5987,34.8,3.1,2021-10-10T13:09:14Z +-17.8351,28.5672,13.4,3.3,2021-10-10T13:13:48Z +-17.8342,28.5631,9.4,2.5,2021-10-10T13:18:00Z +-17.8373,28.5588,10.5,2.6,2021-10-10T13:40:40Z +-17.8405,28.5542,11.4,3,2021-10-10T14:03:37Z +-17.8347,28.5606,10.2,2.3,2021-10-10T14:23:42Z +-17.8327,28.5629,10.7,2.8,2021-10-10T14:29:43Z +-17.8395,28.5643,10.4,2.2,2021-10-10T14:43:35Z +-17.8368,28.5563,10.5,3,2021-10-10T14:56:32Z +-17.8331,28.5625,10,3.3,2021-10-10T15:04:04Z +-17.8458,28.5689,10.2,2.5,2021-10-10T15:08:56Z +-17.819,28.5547,13.2,2.9,2021-10-10T15:16:03Z +-17.8548,28.5659,11,3,2021-10-10T15:17:39Z +-17.836,28.5592,10.8,2.8,2021-10-10T15:21:04Z +-17.7997,28.5973,34.5,3.4,2021-10-10T15:24:19Z +-17.8282,28.5688,9.8,2.3,2021-10-10T15:39:40Z +-17.8125,28.5909,31.6,2.6,2021-10-10T15:49:20Z +-17.8446,28.5677,10,2.7,2021-10-10T15:55:46Z +-17.8154,28.554,34.5,3,2021-10-10T15:57:40Z +-17.8392,28.5499,11.3,2.7,2021-10-10T15:59:57Z +-17.8394,28.5629,10.9,3.1,2021-10-10T16:10:53Z +-17.8292,28.5655,10.8,2.7,2021-10-10T16:22:41Z +-17.8263,28.5725,10,2.6,2021-10-10T16:29:04Z +-17.82,28.5468,12.5,2.7,2021-10-10T16:56:49Z +-17.8286,28.5643,10.6,3.2,2021-10-10T17:13:54Z +-17.8217,28.5636,12.2,2.5,2021-10-10T17:25:37Z +-17.8311,28.5638,11,2.1,2021-10-10T17:30:05Z +-17.8374,28.5647,11.3,2.3,2021-10-10T17:37:54Z +-17.8459,28.566,11.2,3.1,2021-10-10T17:38:19Z +-17.833,28.5549,13.1,2.5,2021-10-10T17:41:32Z +-17.8406,28.5618,10.5,2.3,2021-10-10T17:43:51Z +-17.8624,28.5448,13.8,2.6,2021-10-10T17:44:28Z +-17.8269,28.5574,13.9,2.5,2021-10-10T18:02:27Z +-17.8476,28.5697,9.4,2.5,2021-10-10T18:09:55Z +-17.8365,28.5617,13.7,2.8,2021-10-10T18:10:12Z +-17.8178,28.5529,14.8,2.8,2021-10-10T18:10:37Z +-17.832,28.5687,10.9,3,2021-10-10T18:22:03Z +-17.8476,28.5595,10.7,2.4,2021-10-10T18:29:10Z +-17.8441,28.563,10.6,2.4,2021-10-10T18:36:41Z +-17.808,28.5601,13.6,2.7,2021-10-10T18:49:36Z +-17.8518,28.5642,32.5,2.7,2021-10-10T18:58:53Z +-17.8383,28.5573,12.3,3,2021-10-10T19:02:36Z +-17.8098,28.554,13.5,2.9,2021-10-10T19:14:08Z +-17.8079,28.5747,13.4,3.1,2021-10-10T19:27:02Z +-17.839,28.5641,10.4,2.4,2021-10-10T19:36:21Z +-17.8374,28.5638,9.4,2.6,2021-10-10T19:43:00Z +-17.8534,28.5589,10.3,2.6,2021-10-10T19:48:25Z +-17.8564,28.5525,11.4,2.6,2021-10-10T20:04:57Z +-17.7919,28.5861,32.5,3.3,2021-10-10T20:09:21Z +-17.8382,28.5667,12.3,2.8,2021-10-10T20:11:23Z +-17.8409,28.5617,9.6,3,2021-10-10T20:45:41Z +-17.8456,28.5671,11.1,3,2021-10-10T20:51:39Z +-17.8518,28.5556,11.4,2.5,2021-10-10T21:00:07Z +-17.847,28.5678,10.2,2.4,2021-10-10T21:02:46Z +-17.8314,28.552,14.2,3.1,2021-10-10T21:15:17Z +-17.8256,28.5856,38.1,4.3,2021-10-10T21:46:27Z +-17.8386,28.561,13.7,3.1,2021-10-10T21:50:50Z +-17.7973,28.5607,35.9,2.6,2021-10-10T21:56:08Z +-17.8296,28.5543,13.8,2.8,2021-10-10T21:58:38Z +-17.7983,28.5354,31.3,2.3,2021-10-10T22:00:51Z +-17.8384,28.5542,12.1,2.8,2021-10-10T22:10:20Z +-17.8436,28.5644,11.9,2.8,2021-10-10T22:15:25Z +-17.8375,28.5508,13.7,3.1,2021-10-10T22:18:29Z +-17.8482,28.5534,12.3,3,2021-10-10T22:19:20Z +-17.8538,28.5543,11.3,2.5,2021-10-10T22:26:58Z +-17.8295,28.5621,10.2,2.8,2021-10-10T22:29:19Z +-17.817,28.5528,35.3,2.7,2021-10-10T22:37:43Z +-17.8314,28.58,11,2.6,2021-10-10T22:43:56Z +-17.8387,28.5548,13.3,2.3,2021-10-10T23:01:17Z +-17.8412,28.5501,13.3,2.8,2021-10-10T23:11:38Z +-17.8346,28.5554,13.7,3,2021-10-10T23:21:05Z +-17.8429,28.5572,12.8,2.3,2021-10-10T23:23:37Z +-17.865,28.5605,10.5,2.8,2021-10-10T23:29:34Z +-17.8295,28.5643,12.2,2.5,2021-10-10T23:44:21Z +-17.8215,28.5545,11,2.8,2021-10-09T00:03:43Z +-17.8242,28.5519,13.4,2.6,2021-10-09T00:11:47Z +-17.8299,28.5604,11.3,2.8,2021-10-09T00:14:49Z +-17.8403,28.5431,11.5,2.7,2021-10-09T00:37:29Z +-17.816,28.5749,11.3,2.4,2021-10-09T00:38:52Z +-17.8391,28.5623,11.3,2.4,2021-10-09T01:28:50Z +-17.8335,28.5694,11.1,3,2021-10-09T02:02:43Z +-17.8371,28.5539,14.2,2.9,2021-10-09T02:33:09Z +-17.8347,28.5614,13.1,2.9,2021-10-09T02:55:36Z +-17.8419,28.5556,10.9,2.7,2021-10-09T03:01:20Z +-17.8497,28.5622,12.2,2.5,2021-10-09T03:26:50Z +-17.8491,28.5582,12.3,2.5,2021-10-09T03:55:15Z +-17.8319,28.5703,12.5,3,2021-10-09T04:12:38Z +-17.8528,28.5601,12.4,2.5,2021-10-09T04:14:44Z +-17.843,28.5484,13.8,2.5,2021-10-09T04:21:24Z +-17.8441,28.5603,13.4,2.4,2021-10-09T04:21:55Z +-17.8585,28.5559,10.6,2.3,2021-10-09T04:23:26Z +-17.8427,28.562,11.2,2.4,2021-10-09T04:26:40Z +-17.8458,28.5623,16.1,2.6,2021-10-09T04:28:21Z +-17.8425,28.555,12.7,2.5,2021-10-09T04:29:22Z +-17.847,28.5599,14.2,3.2,2021-10-09T04:42:13Z +-17.8011,28.5763,15.8,2.8,2021-10-09T04:55:46Z +-17.8649,28.5451,11.7,2.3,2021-10-09T04:57:57Z +-17.8451,28.5708,11.9,2.4,2021-10-09T04:59:33Z +-17.8423,28.5566,13,2.6,2021-10-09T05:15:13Z +-17.8374,28.5579,13.5,3,2021-10-09T05:21:58Z +-17.8306,28.5564,10.3,2.7,2021-10-09T05:30:16Z +-17.8358,28.5585,12.2,2.6,2021-10-09T05:32:21Z +-17.8116,28.5849,35.4,3.3,2021-10-09T05:35:42Z +-17.8452,28.5601,13.3,3.3,2021-10-09T05:36:58Z +-17.819,28.5931,11.6,2.8,2021-10-09T05:49:14Z +-17.8353,28.5639,13.6,2.9,2021-10-09T05:50:21Z +-17.8359,28.5665,11.3,2.7,2021-10-09T06:07:55Z +-17.8568,28.5573,12.3,2.6,2021-10-09T06:08:30Z +-17.8501,28.5631,15.3,3.3,2021-10-09T06:23:34Z +-17.8577,28.5539,13.9,2.6,2021-10-09T06:25:53Z +-17.8426,28.5548,11.2,3.2,2021-10-09T06:28:20Z +-17.8555,28.5688,11.4,2.5,2021-10-09T06:49:48Z +-17.8408,28.5532,13.8,2.5,2021-10-09T06:54:43Z +-17.881,28.5884,11.8,2.5,2021-10-09T06:56:27Z +-17.8498,28.542,16.1,2.5,2021-10-09T07:00:27Z +-17.8375,28.5169,14.9,2.7,2021-10-09T07:04:29Z +-17.8036,28.5447,30,2.7,2021-10-09T07:12:26Z +-17.8386,28.5737,11.1,2.3,2021-10-09T07:16:07Z +-17.8539,28.5836,12.3,2.4,2021-10-09T07:30:50Z +-17.8313,28.5617,12.5,3.2,2021-10-09T07:51:48Z +-17.8251,28.5731,16.2,2.8,2021-10-09T08:02:14Z +-17.8316,28.5734,10.7,3.4,2021-10-09T08:10:48Z +-17.8367,28.5629,11.1,2.6,2021-10-09T08:13:41Z +-17.8118,28.5579,15.6,3.2,2021-10-09T08:15:45Z +-17.8555,28.573,10,2.1,2021-10-09T08:20:06Z +-17.7885,28.5402,33.4,2.7,2021-10-09T08:21:24Z +-17.8527,28.5588,12.2,2.9,2021-10-09T09:07:52Z +-17.844,28.565,12.7,3.2,2021-10-09T09:18:33Z +-17.7969,28.5872,30.8,3.8,2021-10-09T09:28:42Z +-17.8594,28.5572,14.2,2.7,2021-10-09T09:33:19Z +-17.8385,28.5572,14.6,3,2021-10-09T09:43:54Z +-17.8459,28.5534,14.6,2.9,2021-10-09T09:45:17Z +-17.8406,28.5689,12.7,2.5,2021-10-09T09:53:04Z +-17.8438,28.5712,10.4,2.5,2021-10-09T09:53:50Z +-17.8333,28.5706,13,2.6,2021-10-09T10:03:22Z +-17.8451,28.5635,10.8,2.5,2021-10-09T10:27:09Z +-17.8552,28.5658,10.4,2.4,2021-10-09T10:32:16Z +-17.837,28.5685,12.4,3.6,2021-10-09T10:33:36Z +-17.8626,28.5423,14.3,2.5,2021-10-09T11:17:33Z +-17.8393,28.5575,11.3,3.4,2021-10-09T11:25:53Z +-17.8597,28.5758,10.1,2.4,2021-10-09T11:53:09Z +-17.8173,28.5314,35,2.5,2021-10-09T12:06:56Z +-17.8234,28.5776,37.2,2.7,2021-10-09T12:14:57Z +-17.8473,28.5652,14.3,2.8,2021-10-09T12:17:10Z +-17.8271,28.52,32.3,2.4,2021-10-09T12:23:18Z +-17.8436,28.549,13.7,2.8,2021-10-09T12:49:28Z +-17.8244,28.5634,15.6,3.1,2021-10-09T13:02:04Z +-17.8058,28.5749,35.3,2.7,2021-10-09T13:11:36Z +-17.8371,28.5852,12.9,2.8,2021-10-09T13:17:28Z +-17.8458,28.5605,9.6,2.5,2021-10-09T13:33:00Z +-17.8164,28.6032,38.7,3,2021-10-09T13:36:17Z +-17.8526,28.5726,10.4,2.6,2021-10-09T13:37:31Z +-17.8421,28.5583,10.6,2.8,2021-10-09T13:46:30Z +-17.8117,28.5906,13.3,2.5,2021-10-09T13:56:56Z +-17.8426,28.5569,13.9,2.8,2021-10-09T13:59:11Z +-17.8394,28.5526,15.3,2.7,2021-10-09T14:01:53Z +-17.8025,28.5606,37.3,2.8,2021-10-09T14:08:37Z +-17.843,28.562,12.3,2.5,2021-10-09T14:13:23Z +-17.8271,28.5807,10.6,2.6,2021-10-09T14:19:00Z +-17.8346,28.5531,12.4,2.8,2021-10-09T14:20:40Z +-17.835,28.5622,13.1,2.8,2021-10-09T14:24:24Z +-17.8347,28.5549,11.4,2.9,2021-10-09T14:25:36Z +-17.8354,28.5632,11.5,2.5,2021-10-09T14:27:28Z +-17.8157,28.5866,36.9,3.5,2021-10-09T14:38:07Z +-17.834,28.5696,13.4,3.6,2021-10-09T14:39:49Z +-17.8329,28.5617,10.7,2.8,2021-10-09T14:41:58Z +-17.8301,28.5525,14.2,2.9,2021-10-09T15:06:35Z +-17.8155,28.5874,13.4,2.8,2021-10-09T15:20:13Z +-17.8159,28.6013,35.9,3.3,2021-10-09T15:21:51Z +-17.8335,28.5589,11.3,3.4,2021-10-09T15:22:49Z +-17.8417,28.5568,13.2,3.6,2021-10-09T15:31:28Z +-17.8281,28.5656,10.5,2.7,2021-10-09T15:39:12Z +-17.8073,28.6091,35.8,2.9,2021-10-09T15:42:49Z +-17.8509,28.5585,10.5,2.8,2021-10-09T15:47:15Z +-17.8376,28.553,13.5,2.7,2021-10-09T15:57:12Z +-17.8385,28.5668,11,3.2,2021-10-09T16:08:51Z +-17.8286,28.5875,38,3.6,2021-10-09T16:12:17Z +-17.8304,28.5728,10.5,2.9,2021-10-09T16:13:00Z +-17.8238,28.5652,13.6,2.8,2021-10-09T16:25:19Z +-17.8277,28.5632,13.2,2.5,2021-10-09T16:33:38Z +-17.8321,28.5582,11,2.5,2021-10-09T16:36:42Z +-17.8291,28.5769,12.5,2.5,2021-10-09T16:56:52Z +-17.8349,28.5503,14.4,3.1,2021-10-09T17:01:14Z +-17.8276,28.5733,36.4,3,2021-10-09T17:03:39Z +-17.853,28.5717,10.9,2.4,2021-10-09T17:14:31Z +-17.8404,28.5583,10.6,2.4,2021-10-09T17:20:21Z +-17.8455,28.5611,12.4,2.4,2021-10-09T17:23:26Z +-17.8331,28.5757,37.6,3,2021-10-09T17:29:39Z +-17.8428,28.568,11,3.5,2021-10-09T17:30:42Z +-17.8187,28.5908,35.5,3.3,2021-10-09T17:33:19Z +-17.8294,28.5618,15.3,2.5,2021-10-09T17:46:16Z +-17.8735,28.5423,12.7,2.6,2021-10-09T17:50:08Z +-17.8391,28.5643,12.7,3.1,2021-10-09T17:51:21Z +-17.8372,28.5645,11.3,3.1,2021-10-09T17:54:07Z +-17.828,28.5631,13.8,2.7,2021-10-09T17:54:57Z +-17.8306,28.5667,14.5,2.5,2021-10-09T18:11:13Z +-17.8203,28.581,10.4,2.4,2021-10-09T18:24:21Z +-17.834,28.5624,11.3,2.6,2021-10-09T18:24:59Z +-17.8033,28.5668,35.4,2.6,2021-10-09T18:31:38Z +-17.8374,28.5647,10.4,2.9,2021-10-09T18:46:02Z +-17.8413,28.555,14.3,3,2021-10-09T18:56:00Z +-17.8414,28.5663,36.3,3.1,2021-10-09T19:16:47Z +-17.8323,28.5665,14.3,2.6,2021-10-09T19:18:06Z +-17.8497,28.5737,10.9,2.8,2021-10-09T19:40:38Z +-17.8301,28.5585,12.6,2.8,2021-10-09T19:44:45Z +-17.8362,28.5791,35.6,3.9,2021-10-09T20:05:35Z +-17.8241,28.5576,14.4,3.4,2021-10-09T20:09:17Z +-17.8148,28.5592,36.1,2.8,2021-10-09T20:14:21Z +-17.8354,28.5685,10.5,3.3,2021-10-09T20:19:43Z +-17.821,28.5509,35.9,3.8,2021-10-09T20:27:30Z +-17.8001,28.5713,34.2,2.7,2021-10-09T20:31:46Z +-17.8083,28.5611,34.3,2.8,2021-10-09T20:36:50Z +-17.8222,28.5637,13.3,2.5,2021-10-09T20:39:42Z +-17.8359,28.5655,11.3,3.2,2021-10-09T20:41:20Z +-17.8103,28.5614,33.4,3,2021-10-09T20:50:37Z +-17.8565,28.5636,10.4,2.7,2021-10-09T20:53:32Z +-17.8332,28.5571,11.3,3.6,2021-10-09T20:54:45Z +-17.848,28.5299,13.2,3.1,2021-10-09T20:58:35Z +-17.8162,28.5809,32.9,2.6,2021-10-09T21:03:24Z +-17.8439,28.5541,12.9,2.6,2021-10-09T21:03:47Z +-17.8512,28.5623,11.8,2.9,2021-10-09T21:07:46Z +-17.8569,28.5629,11.3,2.7,2021-10-09T21:09:49Z +-17.843,28.5716,13,2.8,2021-10-09T21:11:40Z +-17.8346,28.5847,10.6,2.7,2021-10-09T21:13:28Z +-17.8485,28.5625,10.9,3.2,2021-10-09T21:32:11Z +-17.8113,28.5686,34.5,3.3,2021-10-09T21:40:44Z +-17.8463,28.5583,11,2.8,2021-10-09T22:16:04Z +-17.8533,28.5607,11,3.1,2021-10-09T23:32:33Z +-17.8518,28.5519,13.8,2.3,2021-10-08T00:08:29Z +-17.8322,28.5478,13.9,3.2,2021-10-08T00:13:49Z +-17.8326,28.5538,12.9,2.6,2021-10-08T00:17:41Z +-17.827,28.5488,14.7,2.5,2021-10-08T00:40:47Z +-17.8317,28.5552,12.5,3.3,2021-10-08T00:45:02Z +-17.847,28.5621,11.7,2.5,2021-10-08T01:05:19Z +-17.8291,28.5646,13.5,3.1,2021-10-08T01:39:48Z +-17.8309,28.5517,13.7,2.6,2021-10-08T01:57:34Z +-17.8277,28.5533,13.8,2.5,2021-10-08T02:06:53Z +-17.8337,28.55,14.3,2.6,2021-10-08T02:28:26Z +-17.8338,28.5603,13.9,2.8,2021-10-08T02:39:24Z +-17.83,28.581,37.7,3.8,2021-10-08T03:31:03Z +-17.8375,28.5452,14.4,3.3,2021-10-08T04:10:19Z +-17.8499,28.56,13,3.3,2021-10-08T04:12:10Z +-17.8345,28.5499,13.6,3.3,2021-10-08T04:26:00Z +-17.8443,28.5604,11.2,2.5,2021-10-08T04:30:15Z +-17.8446,28.5531,11.3,2.7,2021-10-08T04:31:52Z +-17.8395,28.5564,14.2,3.3,2021-10-08T04:47:39Z +-17.8362,28.564,11.3,2.3,2021-10-08T05:38:55Z +-17.8282,28.5747,10.2,2.2,2021-10-08T05:45:40Z +-17.8277,28.5667,12.8,2.6,2021-10-08T05:50:26Z +-17.822,28.5642,12.5,2.4,2021-10-08T05:52:25Z +-17.8249,28.5629,12.7,2.2,2021-10-08T06:05:06Z +-17.8311,28.5654,13.5,2.7,2021-10-08T06:17:08Z +-17.8469,28.5619,13.8,2.9,2021-10-08T06:25:28Z +-17.8439,28.5609,12.5,3.3,2021-10-08T06:29:26Z +-17.8459,28.5624,11.4,2.8,2021-10-08T06:37:33Z +-17.8371,28.5558,13.9,3.3,2021-10-08T06:49:01Z +-17.8382,28.5634,13,3.3,2021-10-08T07:03:22Z +-17.8461,28.5486,15.3,2.8,2021-10-08T08:42:56Z +-17.8423,28.5487,14,2.4,2021-10-08T09:09:40Z +-17.8471,28.5568,12.9,2.4,2021-10-08T09:23:56Z +-17.8333,28.5572,13.7,2.9,2021-10-08T09:26:38Z +-17.8382,28.5511,16.1,2.5,2021-10-08T10:05:03Z +-17.8516,28.5639,13.2,2.8,2021-10-08T10:26:26Z +-17.8274,28.5767,11.7,2.5,2021-10-08T10:44:08Z +-17.8459,28.5506,14.4,2.6,2021-10-08T10:55:36Z +-17.8367,28.5501,13.9,2.5,2021-10-08T11:05:32Z +-17.8251,28.564,13.7,2.9,2021-10-08T11:32:32Z +-17.839,28.5626,12.5,3.4,2021-10-08T12:02:22Z +-17.83,28.5603,13,2.5,2021-10-08T12:25:25Z +-17.843,28.5538,13.7,2.8,2021-10-08T12:37:08Z +-17.8458,28.5735,12.3,3.9,2021-10-08T12:46:00Z +-17.8299,28.5568,12.5,2.8,2021-10-08T12:53:34Z +-17.8332,28.5564,13.4,3.1,2021-10-08T12:58:16Z +-17.8444,28.5638,10.7,3.1,2021-10-08T13:19:30Z +-17.8039,28.5976,37.7,3.6,2021-10-08T13:20:56Z +-17.8515,28.5668,10.4,2.6,2021-10-08T13:24:33Z +-17.842,28.567,12.8,2.7,2021-10-08T15:44:39Z +-17.8338,28.5588,13.4,3.4,2021-10-08T16:09:44Z +-17.8434,28.5654,11.3,2.7,2021-10-08T16:26:03Z +-17.8417,28.5629,14.2,2.8,2021-10-08T17:30:02Z +-17.8401,28.5575,12.1,3.3,2021-10-08T18:59:57Z +-17.846,28.5588,11.1,2.6,2021-10-08T19:38:21Z +-17.8276,28.5552,13.4,2.6,2021-10-08T20:35:10Z +-17.8405,28.5549,14,3,2021-10-08T20:45:26Z +-17.8438,28.5476,13.6,3.1,2021-10-08T21:39:45Z +-17.808,28.5855,34.8,2.7,2021-10-08T22:29:41Z +-17.8408,28.5522,13.8,2.7,2021-10-08T23:36:40Z +-17.8229,28.5839,38.4,4.2,2021-10-08T23:55:06Z +-17.8484,28.5657,10.6,2.4,2021-10-07T00:01:00Z +-17.8297,28.5514,12.2,2.7,2021-10-07T00:10:42Z +-17.8329,28.562,12.4,2.4,2021-10-07T00:15:50Z +-17.8432,28.5561,10.2,3.3,2021-10-07T00:30:04Z +-17.8356,28.5657,10.4,3.5,2021-10-07T00:33:31Z +-17.8391,28.5698,34.8,3.4,2021-10-07T00:39:22Z +-17.8433,28.5635,11.1,2.4,2021-10-07T01:04:25Z +-17.8535,28.5655,14.1,2.3,2021-10-07T01:08:15Z +-17.8535,28.5376,11.4,2.5,2021-10-07T01:25:09Z +-17.8526,28.5484,13.6,2.4,2021-10-07T01:28:31Z +-17.8425,28.5621,11.2,2.6,2021-10-07T01:31:48Z +-17.8373,28.5625,10.8,3.3,2021-10-07T01:42:20Z +-17.8296,28.5656,13.3,2.9,2021-10-07T01:58:13Z +-17.837,28.5629,13.7,2.4,2021-10-07T02:05:17Z +-17.8662,28.5695,10.5,2.4,2021-10-07T02:47:54Z +-17.8365,28.5642,9.9,3.1,2021-10-07T02:51:53Z +-17.8321,28.565,14.3,2.5,2021-10-07T03:12:22Z +-17.8213,28.5702,11,2.7,2021-10-07T03:22:33Z +-17.8305,28.5722,12,2.3,2021-10-07T03:25:03Z +-17.8492,28.5466,10.7,2.4,2021-10-07T03:38:03Z +-17.8526,28.5714,10.4,2.4,2021-10-07T03:38:38Z +-17.8461,28.5668,10.2,2.6,2021-10-07T04:01:25Z +-17.8529,28.5672,13.8,2.7,2021-10-07T04:25:07Z +-17.8317,28.5632,10.3,2.9,2021-10-07T05:08:32Z +-17.8308,28.5532,13.3,2.8,2021-10-07T05:13:18Z +-17.8336,28.5574,13.1,2.9,2021-10-07T05:16:47Z +-17.8494,28.5603,11.3,2.7,2021-10-07T05:59:30Z +-17.819,28.556,13.1,2.6,2021-10-07T06:07:54Z +-17.8256,28.5648,11.9,2.5,2021-10-07T06:11:49Z +-17.8419,28.5546,12.6,2.5,2021-10-07T06:12:48Z +-17.8374,28.5601,11.6,3,2021-10-07T06:16:10Z +-17.8212,28.5535,13.3,2.7,2021-10-07T06:32:42Z +-17.8319,28.5708,10.1,2.9,2021-10-07T06:50:27Z +-17.8386,28.5666,12.7,2.8,2021-10-07T06:51:14Z +-17.8346,28.5536,12.8,2.7,2021-10-07T06:52:29Z +-17.8216,28.5665,11.4,2.6,2021-10-07T07:04:28Z +-17.8369,28.5604,11.5,2.9,2021-10-07T07:05:35Z +-17.8405,28.562,10.8,2.8,2021-10-07T07:14:45Z +-17.8341,28.5695,10.8,3.5,2021-10-07T07:18:45Z +-17.8427,28.564,11.3,2.7,2021-10-07T07:29:52Z +-17.8561,28.5457,13.2,2.6,2021-10-07T07:31:19Z +-17.8385,28.5644,12.8,2.7,2021-10-07T07:39:00Z +-17.8305,28.5703,12.8,2.9,2021-10-07T07:41:31Z +-17.8455,28.5524,7.6,2.4,2021-10-07T08:00:30Z +-17.7788,28.5673,18.9,2.8,2021-10-07T08:10:04Z +-17.8392,28.5571,13.6,2.7,2021-10-07T08:22:54Z +-17.8462,28.5448,13.9,2.9,2021-10-07T08:28:58Z +-17.8404,28.5474,14.3,3.3,2021-10-07T08:40:12Z +-17.874,28.5604,12.5,2.5,2021-10-07T08:53:14Z +-17.8376,28.5578,11.1,2.6,2021-10-07T09:30:16Z +-17.8399,28.5556,11.6,3.4,2021-10-07T10:41:04Z +-17.827,28.5564,13.5,3.3,2021-10-07T11:05:08Z +-17.7924,28.5761,34.8,4.3,2021-10-07T11:17:10Z +-17.785,28.5895,34.9,3,2021-10-07T12:51:17Z +-17.7979,28.5706,33.8,2.9,2021-10-07T13:04:31Z +-17.8379,28.5533,13.7,2.6,2021-10-07T13:14:20Z +-17.8304,28.5645,10.9,2.8,2021-10-07T13:18:26Z +-17.8529,28.5511,14.2,3.2,2021-10-07T13:24:32Z +-17.8323,28.5817,36.6,3.8,2021-10-07T14:26:04Z +-17.8446,28.5614,10.5,2.6,2021-10-07T15:23:14Z +-17.844,28.5753,10.5,3.6,2021-10-07T15:49:15Z +-17.838,28.5602,12.3,3.1,2021-10-07T15:52:54Z +-17.8463,28.5603,13.1,2.9,2021-10-07T16:13:42Z +-17.8391,28.5653,13.5,2.7,2021-10-07T16:19:28Z +-17.8472,28.5596,13.2,2.6,2021-10-07T16:47:20Z +-17.8395,28.5625,10.2,3.4,2021-10-07T16:52:59Z +-17.8207,28.5581,13.6,3.5,2021-10-07T17:14:38Z +-17.8496,28.5637,10.9,2.5,2021-10-07T17:21:50Z +-17.8403,28.5649,12.2,2.7,2021-10-07T18:24:31Z +-17.8428,28.569,10.5,3.1,2021-10-07T18:42:40Z +-17.8493,28.5671,10.3,2.5,2021-10-07T18:52:22Z +-17.8485,28.5628,12.8,3.4,2021-10-07T18:55:36Z +-17.8216,28.5666,10.7,2.4,2021-10-07T19:14:28Z +-17.8371,28.5637,10.3,2.4,2021-10-07T19:20:20Z +-17.8362,28.5612,11.3,2.8,2021-10-07T19:35:12Z +-17.8397,28.5597,13.6,2.9,2021-10-07T20:00:22Z +-17.841,28.5665,12.5,2.8,2021-10-07T20:06:03Z +-17.8408,28.556,13.2,3.4,2021-10-07T20:19:24Z +-17.8368,28.5708,10.1,2.5,2021-10-07T20:20:49Z +-17.8569,28.5716,10.5,2.5,2021-10-07T20:37:37Z +-17.8413,28.5508,13.5,2.7,2021-10-07T21:07:50Z +-17.8374,28.5516,13,2.5,2021-10-07T21:19:23Z +-17.8207,28.5642,11,3.1,2021-10-07T21:55:32Z +-17.8477,28.562,10.4,2.2,2021-10-07T22:07:17Z +-17.8298,28.5525,14.1,2.6,2021-10-07T22:09:00Z +-17.8477,28.5514,14,3,2021-10-07T22:18:22Z +-17.8357,28.5492,13.6,3,2021-10-07T22:30:12Z +-17.8311,28.5536,14,3.5,2021-10-07T22:47:16Z +-17.8288,28.5593,12.3,2.7,2021-10-07T22:48:34Z +-17.8429,28.5522,13.5,3.1,2021-10-07T22:52:49Z +-17.8326,28.5568,13.7,2.6,2021-10-07T22:57:02Z +-17.8409,28.5518,14.7,2.9,2021-10-07T23:06:20Z +-17.8383,28.5593,12.7,2.7,2021-10-07T23:11:47Z +-17.8431,28.5474,13.2,2.5,2021-10-07T23:24:32Z +-17.8425,28.5535,14.6,3,2021-10-07T23:31:23Z +-17.83,28.5579,13.3,2.7,2021-10-07T23:37:57Z +-17.8197,28.5566,14,2.5,2021-10-07T23:46:28Z +-17.8135,28.552,13.9,2.6,2021-10-07T23:48:59Z +-17.8034,28.5637,39.2,2.7,2021-10-07T23:52:50Z +-17.8325,28.562,12.5,2.7,2021-10-06T00:35:24Z +-17.833,28.5555,14.5,3.1,2021-10-06T00:44:27Z +-17.8376,28.5611,12.7,3.1,2021-10-06T01:08:21Z +-17.8405,28.5832,9.7,2.6,2021-10-06T01:23:38Z +-17.8306,28.5692,9.6,2.7,2021-10-06T02:01:45Z +-17.8383,28.5646,11.4,3.3,2021-10-06T02:06:17Z +-17.8271,28.5774,9,2.5,2021-10-06T02:07:03Z +-17.845,28.5597,10.1,2.7,2021-10-06T02:23:41Z +-17.8357,28.566,8.1,2.5,2021-10-06T02:25:55Z +-17.8347,28.552,13.8,3.3,2021-10-06T05:57:44Z +-17.8362,28.5583,36.9,3.6,2021-10-06T07:25:47Z +-17.8407,28.5563,12.6,2.5,2021-10-06T07:33:49Z +-17.8385,28.5583,13.2,3.2,2021-10-06T08:02:13Z +-17.7931,28.579,10.6,2.8,2021-10-06T08:12:50Z +-17.8146,28.586,37.3,3,2021-10-06T08:21:55Z +-17.8449,28.5941,9.4,2.8,2021-10-06T09:38:57Z +-17.8502,28.5492,12.1,2.6,2021-10-06T10:05:03Z +-17.8477,28.5596,12.1,2.8,2021-10-06T10:22:35Z +-17.8286,28.5842,40,3.4,2021-10-06T10:51:49Z +-17.838,28.5659,37.9,2.7,2021-10-06T11:21:48Z +-17.8336,28.5587,12.1,3.7,2021-10-06T11:39:40Z +-17.8295,28.5713,10.6,3,2021-10-06T12:30:39Z +-17.8268,28.5779,35.5,3.2,2021-10-06T12:42:31Z +-17.8356,28.5709,11.3,3.2,2021-10-06T12:48:19Z +-17.8389,28.5548,12.8,3.3,2021-10-06T13:43:08Z +-17.8263,28.5643,12.3,2.4,2021-10-06T13:53:27Z +-17.8415,28.5548,12.6,2.9,2021-10-06T13:58:31Z +-17.8333,28.5554,12.7,3.4,2021-10-06T14:17:58Z +-17.8236,28.552,35.7,3,2021-10-06T14:24:05Z +-17.8396,28.5625,11.1,3.2,2021-10-06T14:45:16Z +-17.8465,28.5746,11.9,2.8,2021-10-06T14:48:46Z +-17.8333,28.57,10.4,3.5,2021-10-06T15:12:00Z +-17.8386,28.5697,12.4,2.8,2021-10-06T16:08:53Z +-17.8315,28.5673,12.7,2.6,2021-10-06T16:15:12Z +-17.8458,28.5659,13.3,2.5,2021-10-06T17:19:30Z +-17.837,28.5567,13.7,2.9,2021-10-06T17:40:18Z +-17.8327,28.5642,12,2.7,2021-10-06T17:44:11Z +-17.8148,28.5988,36,2.6,2021-10-06T18:02:41Z +-17.8264,28.5141,32.3,2.5,2021-10-06T18:25:00Z +-17.8236,28.5824,36.5,3.7,2021-10-06T18:56:43Z +-17.8387,28.5548,13.9,3.4,2021-10-06T20:23:23Z +-17.8372,28.5586,12.2,2.8,2021-10-06T20:44:19Z +-17.8379,28.5691,10.7,2.6,2021-10-06T21:04:12Z +-17.8174,28.5813,9.5,2.5,2021-10-06T21:24:08Z +-17.8185,28.5555,13.1,3,2021-10-06T21:31:24Z +-17.8323,28.5577,13,3,2021-10-06T21:46:53Z +-17.836,28.5599,11.2,3.3,2021-10-06T22:00:27Z +-17.8322,28.5621,10.8,2.8,2021-10-06T22:10:41Z +-17.8387,28.5584,11.2,3.4,2021-10-06T22:11:56Z +-17.8383,28.5585,11.3,3.1,2021-10-06T22:37:01Z +-17.8325,28.551,13.2,3.9,2021-10-06T22:42:04Z +-17.8247,28.5663,11.3,3.4,2021-10-06T22:45:40Z +-17.8377,28.5616,11.4,3.7,2021-10-06T22:50:30Z +-17.8328,28.5554,12.4,3.5,2021-10-06T22:54:43Z +-17.843,28.5609,10.2,2.7,2021-10-06T23:11:59Z +-17.8301,28.565,11.2,2.7,2021-10-06T23:49:28Z +-17.8446,28.5208,11.3,3.1,2021-10-06T23:53:33Z +-17.833,28.5613,11,3,2021-10-05T00:57:04Z +-17.8621,28.5534,10.5,3.2,2021-10-05T01:02:06Z +-17.8411,28.5563,15.3,2.7,2021-10-05T01:22:24Z +-17.8284,28.5627,13.5,2.9,2021-10-05T02:22:49Z +-17.849,28.5637,12.5,2.7,2021-10-05T02:37:26Z +-17.8265,28.5651,14.2,2.9,2021-10-05T02:41:26Z +-17.8186,28.5568,14.4,3.1,2021-10-05T02:50:27Z +-17.8421,28.558,14.1,3.5,2021-10-05T03:05:27Z +-17.8616,28.5584,9.2,2.4,2021-10-05T03:26:12Z +-17.8204,28.5611,13.9,2.8,2021-10-05T03:32:28Z +-17.8083,28.6168,37.6,3.9,2021-10-05T03:36:38Z +-17.8427,28.5917,2.4,2.3,2021-10-05T03:46:47Z +-17.7808,28.637,34.6,2.8,2021-10-05T03:47:25Z +-17.7926,28.6068,36.7,3.4,2021-10-05T04:18:43Z +-17.8313,28.5529,15.2,2.5,2021-10-05T05:13:53Z +-17.7765,28.6442,36.8,3.3,2021-10-05T05:58:57Z +-17.8242,28.5642,11.2,3.2,2021-10-05T06:10:03Z +-17.8251,28.6207,39.9,3,2021-10-05T06:27:59Z +-17.8659,28.5806,34.3,3.1,2021-10-05T06:50:38Z +-17.8389,28.5586,13.8,3.4,2021-10-05T07:10:36Z +-17.8405,28.5667,13.6,3.5,2021-10-05T07:19:36Z +-17.8476,28.5685,11.6,3.6,2021-10-05T08:29:25Z +-17.8355,28.5539,13.3,3.3,2021-10-05T08:41:25Z +-17.835,28.5549,13.8,3.5,2021-10-05T09:31:09Z +-17.8373,28.5671,12.6,3.5,2021-10-05T12:14:47Z +-17.8257,28.5826,11.7,2.5,2021-10-05T13:09:30Z +-17.8367,28.5671,11.3,2.8,2021-10-05T13:44:59Z +-17.8284,28.5786,37.3,3.6,2021-10-05T13:57:06Z +-17.8564,28.5782,9.7,2.7,2021-10-05T14:06:01Z +-17.8345,28.5487,13,2.8,2021-10-05T15:50:55Z +-17.8334,28.5541,13.5,3.4,2021-10-05T16:37:03Z +-17.8394,28.5606,12.8,3,2021-10-05T17:31:24Z +-17.8192,28.5771,13.9,2.9,2021-10-05T17:36:02Z +-17.8357,28.5712,10.6,2.5,2021-10-05T17:52:27Z +-17.8453,28.5691,12,2.5,2021-10-05T18:17:17Z +-17.846800000000002,28.5799,10,2.8,2021-10-05T18:24:19Z +-17.7973,28.5869,38.7,3.5,2021-10-05T18:37:00Z +-17.8443,28.5551,14.1,2.8,2021-10-05T18:48:30Z +-17.8404,28.5543,14.2,2.8,2021-10-05T19:07:57Z +-17.8377,28.5672,12.7,2.7,2021-10-05T19:54:13Z +-17.8443,28.5487,14.4,3.3,2021-10-05T20:07:13Z +-17.8371,28.5618,10.9,3.4,2021-10-05T20:21:39Z +-17.8346,28.5519,13.7,2.9,2021-10-05T20:27:15Z +-17.8293,28.5563,11.4,2.4,2021-10-05T21:05:50Z +-17.8357,28.5688,12.6,2.4,2021-10-05T21:11:43Z +-17.8439,28.561,11.4,2.4,2021-10-05T21:15:34Z +-17.8378,28.5839,9.5,2.5,2021-10-05T22:01:29Z +-17.8431,28.5661,10.7,2.6,2021-10-05T23:05:06Z +-17.8479,28.5555,10.8,2.4,2021-10-04T00:24:46Z +-17.8551,28.5605,13.1,2.5,2021-10-04T00:25:53Z +-17.8441,28.5739,10.9,2.5,2021-10-04T00:34:10Z +-17.8327,28.5676,11.2,2.7,2021-10-04T00:36:09Z +-17.8149,28.5653,12,2.6,2021-10-04T01:00:31Z +-17.8499,28.5465,14,2.6,2021-10-04T01:02:57Z +-17.842,28.5631,11.4,2.9,2021-10-04T01:33:40Z +-17.8586,28.5634,11.5,2.5,2021-10-04T02:05:45Z +-17.8283,28.5665,10.6,2.4,2021-10-04T02:07:44Z +-17.8206,28.5645,11,2.9,2021-10-04T02:24:01Z +-17.8381,28.5691,13,2.5,2021-10-04T02:39:22Z +-17.8494,28.5429,13.4,2.9,2021-10-04T02:43:29Z +-17.8513,28.5626,11.4,2.9,2021-10-04T02:59:10Z +-17.8448,28.5725,12.7,2.6,2021-10-04T03:10:55Z +-17.8343,28.5866,10.9,2.6,2021-10-04T03:20:03Z +-17.8093,28.5631,14.9,3,2021-10-04T03:23:12Z +-17.8458,28.5564,13.8,2.8,2021-10-04T03:23:42Z +-17.8477,28.5323,13.9,2.5,2021-10-04T03:36:29Z +-17.8616,28.5098,14.2,2.5,2021-10-04T03:58:21Z +-17.8323,28.5531,13.9,3.1,2021-10-04T04:48:56Z +-17.8315,28.5528,14.4,2.6,2021-10-04T05:10:48Z +-17.8242,28.563,12.2,2.9,2021-10-04T05:12:21Z +-17.8324,28.5666,10.6,2.8,2021-10-04T05:21:55Z +-17.8494,28.5606,10.8,2.5,2021-10-04T05:31:44Z +-17.8302,28.5535,13.5,3.4,2021-10-04T05:36:08Z +-17.8393,28.564,12.1,3,2021-10-04T05:44:27Z +-17.8399,28.5528,10.8,2.5,2021-10-04T05:49:46Z +-17.8277,28.5605,12.8,3,2021-10-04T06:01:12Z +-17.8209,28.5736,12.3,3.2,2021-10-04T06:17:57Z +-17.8193,28.5595,11.1,3.4,2021-10-04T06:20:23Z +-17.8374,28.554,10.4,2.8,2021-10-04T06:33:42Z +-17.8216,28.5663,13.8,3.1,2021-10-04T06:44:11Z +-17.8406,28.5569,11.2,2.7,2021-10-04T06:51:19Z +-17.8371,28.5537,11.1,3.3,2021-10-04T07:33:59Z +-17.8288,28.5587,10.3,2.7,2021-10-04T07:38:05Z +-17.8321,28.5637,12.2,3.3,2021-10-04T07:46:32Z +-17.832,28.5624,10.1,2.6,2021-10-04T07:50:42Z +-17.841,28.5534,12.9,3.2,2021-10-04T07:59:57Z +-17.8421,28.5586,11.8,2.6,2021-10-04T08:12:42Z +-17.8161,28.5559,13.6,2.7,2021-10-04T08:34:45Z +-17.8313,28.5605,12.3,2.8,2021-10-04T08:58:08Z +-17.8179,28.5959,30,3.1,2021-10-04T09:37:49Z +-17.8367,28.5497,14.1,3.1,2021-10-04T09:55:46Z +-17.8341,28.5554,13.6,3.1,2021-10-04T10:43:10Z +-17.8286,28.5942,10.3,2.6,2021-10-04T10:47:31Z +-17.823,28.5644,12.2,3.4,2021-10-04T11:22:07Z +-17.8277,28.5512,13.4,2.8,2021-10-04T11:29:52Z +-17.8365,28.5505,14.7,3.3,2021-10-04T12:00:32Z +-17.8506,28.5318,11.5,2.5,2021-10-04T12:15:55Z +-17.8475,28.5528,14,2.5,2021-10-04T12:21:11Z +-17.8387,28.5869,10.7,2.2,2021-10-04T12:47:34Z +-17.8736,28.5678,9.5,2.5,2021-10-04T13:17:48Z +-17.8502,28.5601,9.3,2.5,2021-10-04T14:11:59Z +-17.829,28.5651,10.5,3.7,2021-10-04T14:30:59Z +-17.8412,28.556,14.2,3,2021-10-04T15:02:15Z +-17.8417,28.5518,12.1,3.3,2021-10-04T16:03:18Z +-17.8564,28.5644,10.1,2.4,2021-10-04T16:22:45Z +-17.8477,28.561,9.8,3,2021-10-04T16:48:49Z +-17.854,28.5574,12.5,2.3,2021-10-04T16:50:09Z +-17.8496,28.5661,9.6,2.9,2021-10-04T17:10:38Z +-17.8382,28.5676,10.2,2.6,2021-10-04T17:11:02Z +-17.8203,28.5643,12.4,3.4,2021-10-04T17:31:52Z +-17.827,28.5654,10.6,3,2021-10-04T17:39:57Z +-17.8297,28.5622,9.8,2.9,2021-10-04T17:52:58Z +-17.8315,28.5688,10.2,2.7,2021-10-04T17:55:06Z +-17.8319,28.5601,10.7,2.5,2021-10-04T18:10:39Z +-17.828,28.5641,13,2.8,2021-10-04T18:22:49Z +-17.8481,28.5735,9.8,2.6,2021-10-04T18:33:51Z +-17.8348,28.5649,10.2,3.2,2021-10-04T18:49:17Z +-17.7825,28.5645,34.9,3.2,2021-10-04T18:54:42Z +-17.8423,28.5679,10.5,3.7,2021-10-04T18:58:51Z +-17.8296,28.5651,10.6,2.6,2021-10-04T19:16:37Z +-17.8422,28.5637,13.4,2.8,2021-10-04T19:36:06Z +-17.8189,28.5592,16.2,3.1,2021-10-04T20:00:19Z +-17.8226,28.5574,10.2,2.6,2021-10-04T20:15:21Z +-17.8361,28.5568,15.8,2.8,2021-10-04T20:25:32Z +-17.8203,28.5462,15.6,2.6,2021-10-04T20:28:43Z +-17.8059,28.5766,15.2,2.6,2021-10-04T20:51:27Z +-17.8216,28.5608,14.2,2.5,2021-10-04T20:57:59Z +-17.8438,28.5617,11.3,2.9,2021-10-04T20:58:06Z +-17.8378,28.562,14.8,2.9,2021-10-04T21:18:37Z +-17.8321,28.569,13.1,2.8,2021-10-04T21:26:48Z +-17.8287,28.5656,15,2.7,2021-10-04T21:27:20Z +-17.8542,28.5624,12.8,2.9,2021-10-04T21:27:50Z +-17.8466,28.5863,6.7,2.3,2021-10-04T22:09:36Z +-17.8287,28.5651,10.5,3.4,2021-10-04T22:14:54Z +-17.8325,28.56,10.7,2.7,2021-10-04T22:25:50Z +-17.8354,28.5558,8.3,2.6,2021-10-04T22:33:13Z +-17.8393,28.5484,14.1,2.8,2021-10-04T22:37:47Z +-17.8289,28.5596,13.7,2.6,2021-10-04T22:39:13Z +-17.8233,28.5683,11.5,2.4,2021-10-04T22:43:10Z +-17.8489,28.5659,11.1,3.1,2021-10-04T22:46:12Z +-17.8394,28.5554,12.5,2.9,2021-10-04T23:15:11Z +-17.8298,28.5628,12.4,2.6,2021-10-04T23:16:31Z +-17.8546,28.5744,11.4,2.7,2021-10-04T23:35:12Z +-17.8251,28.5733,12.7,2.4,2021-10-04T23:41:58Z +-17.8284,28.5527,14.4,2.8,2021-10-04T23:43:46Z +-17.8226,28.5541,16.9,2.6,2021-10-04T23:45:22Z +-17.8515,28.5689,10.9,2.8,2021-10-03T01:15:09Z +-17.8342,28.5584,13.4,2.5,2021-10-03T02:47:55Z +-17.8526,28.5566,10.8,2.3,2021-10-03T02:55:17Z +-17.8306,28.5542,14.2,3.5,2021-10-03T03:16:08Z +-17.8016,28.5764,14.4,2.6,2021-10-03T03:52:53Z +-17.8399,28.5589,13.4,2.5,2021-10-03T04:13:20Z +-17.837,28.5616,13.9,3.2,2021-10-03T04:27:11Z +-17.8433,28.5566,13.5,3.1,2021-10-03T05:52:39Z +-17.8294,28.5487,13.9,2.4,2021-10-03T06:00:45Z +-17.8309,28.5534,10.3,2.6,2021-10-03T07:22:51Z +-17.8147,28.5721,11.8,3.2,2021-10-03T09:08:47Z +-17.8433,28.5562,12.2,2.5,2021-10-03T10:31:05Z +-17.8241,28.5488,13.9,3.1,2021-10-03T11:11:16Z +-17.8363,28.5522,14,2.6,2021-10-03T11:35:49Z +-17.8371,28.5618,10.5,3,2021-10-03T12:34:39Z +-17.8282,28.5632,12.1,2.7,2021-10-03T14:23:18Z +-17.8039,28.5207,30,2.7,2021-10-03T15:00:51Z +-17.8312,28.4987,30.6,2.6,2021-10-03T15:14:48Z +-17.8393,28.563,11.2,2.8,2021-10-03T15:35:20Z +-17.8053,28.5528,17.5,2.4,2021-10-03T17:29:47Z +-17.8279,28.5621,9.2,2.3,2021-10-03T17:42:37Z +-17.8359,28.5667,7.8,2.6,2021-10-03T17:55:21Z +-17.8545,28.5608,11.1,2.5,2021-10-03T17:58:50Z +-17.8396,28.5723,12.6,2.9,2021-10-03T18:13:02Z +-17.82,28.5688,9.8,2.6,2021-10-03T19:02:50Z +-17.8261,28.5629,12,3.7,2021-10-03T19:14:37Z +-17.8264,28.5592,12.1,3.5,2021-10-03T21:32:47Z +-17.8451,28.557,10.4,3.4,2021-10-03T22:06:59Z +-17.8287,28.5602,12.1,2.9,2021-10-03T22:45:28Z +-17.8407,28.5592,12,3.4,2021-10-03T22:58:26Z +-17.8463,28.5592,11.7,3.4,2021-10-03T23:07:22Z +-17.8141,28.5664,14.1,2.5,2021-10-03T23:15:33Z +-17.8577,28.5601,12.8,2.6,2021-10-03T23:15:49Z +-17.8402,28.5562,13.3,3.2,2021-10-03T23:17:34Z +-17.8249,28.5842,10,2.4,2021-10-03T23:29:22Z +-17.8423,28.5685,14.9,2.7,2021-10-02T01:01:22Z +-17.8452,28.5735,11.3,2.3,2021-10-02T05:03:01Z +-17.838,28.5634,11.4,2.6,2021-10-02T05:13:04Z +-17.8272,28.5618,13.2,2.9,2021-10-02T05:17:32Z +-17.8426,28.5617,11.8,2.3,2021-10-02T05:22:45Z +-17.8381,28.5696,13,2.5,2021-10-02T05:44:25Z +-17.8868,28.6154,0.7,2.1,2021-10-02T05:52:57Z +-17.8336,28.565,12.9,3,2021-10-02T05:56:01Z +-17.8422,28.541,11.8,2.4,2021-10-02T06:32:09Z +-17.8339,28.568,9.9,2.6,2021-10-02T06:56:11Z +-17.8199,28.5631,12.5,2.4,2021-10-02T07:10:43Z +-17.8381,28.5727,11.3,3,2021-10-02T07:12:30Z +-17.8599,28.5652,12,2.5,2021-10-02T08:01:08Z +-17.8306,28.5679,12.1,2.3,2021-10-02T08:40:00Z +-17.7989,28.6124,34.8,3,2021-10-02T08:53:36Z +-17.8486,28.5964,34.4,3,2021-10-02T08:57:59Z +-17.842,28.5599,12.5,3.5,2021-10-02T09:33:54Z +-17.8343,28.5583,13.7,3.4,2021-10-02T09:35:32Z +-17.8445,28.5625,11.1,2.1,2021-10-02T10:08:52Z +-17.8369,28.5568,13,3.1,2021-10-02T10:19:28Z +-17.8355,28.5897,9.2,2.2,2021-10-02T10:24:04Z +-17.8331,28.5564,14.5,2.7,2021-10-02T10:45:06Z +-17.8869,28.5754,9.7,2.5,2021-10-02T11:14:23Z +-17.8326,28.5783,10.7,2.3,2021-10-02T11:52:58Z +-17.8423,28.5611,11.3,3.6,2021-10-02T12:12:45Z +-17.8335,28.5621,13.8,2.7,2021-10-02T12:33:10Z +-17.8403,28.5668,14,2.6,2021-10-02T12:35:16Z +-17.8391,28.5691,10.3,2.7,2021-10-02T13:07:59Z +-17.833,28.5713,12.2,2.7,2021-10-02T13:47:58Z +-17.8505,28.5611,10.5,2.5,2021-10-02T14:24:10Z +-17.8318,28.5524,12.4,2.5,2021-10-02T14:31:42Z +-17.8212,28.5698,9.7,2.6,2021-10-02T14:40:03Z +-17.7889,28.5629,34.1,2.8,2021-10-02T15:02:03Z +-17.8353,28.5567,13.2,2.5,2021-10-02T15:07:36Z +-17.8281,28.5548,15,2.9,2021-10-02T16:56:49Z +-17.7975,28.5995,35.4,3,2021-10-02T17:21:23Z +-17.8386,28.5603,10.8,2.8,2021-10-02T17:31:46Z +-17.8381,28.5534,14.1,3.2,2021-10-02T18:12:39Z +-17.8326,28.5638,12.9,3,2021-10-02T18:29:10Z +-17.7653,28.54,25.8,2.4,2021-10-02T18:34:36Z +-17.8411,28.5591,13.4,3.1,2021-10-02T18:36:30Z +-17.8029,28.5046,22.6,2.4,2021-10-02T19:01:06Z +-17.8434,28.5608,12.2,3,2021-10-02T19:07:32Z +-17.7934,28.5684,35.7,3.1,2021-10-02T19:21:32Z +-17.8155,28.5038,29.5,2.5,2021-10-02T20:02:25Z +-17.8373,28.5585,14,3,2021-10-02T20:36:17Z +-17.843,28.5695,11.5,2.3,2021-10-01T04:20:14Z +-17.8439,28.5589,13.1,2.3,2021-10-01T04:51:46Z +-17.8224,28.5683,11,2.6,2021-10-01T05:28:37Z +-17.8413,28.5714,13.6,2.3,2021-10-01T06:15:33Z +-17.8356,28.5683,12.3,2.3,2021-10-01T06:38:39Z +-17.8294,28.5976,10.9,2.3,2021-10-01T06:50:08Z +-17.8331,28.5579,10.8,2.5,2021-10-01T08:20:17Z +-17.8254,28.5675,9.9,2.5,2021-10-01T09:13:14Z +-17.8469,28.5516,13.8,3.2,2021-10-01T10:56:05Z +-17.8406,28.5712,10.5,2.5,2021-10-01T13:09:35Z +-17.8587,28.5604,9.8,2.5,2021-10-01T13:22:50Z +-17.8347,28.5729,13.1,3.2,2021-10-01T14:05:34Z +-17.8409,28.5501,13.4,2.7,2021-10-01T14:06:10Z +-17.853,28.5621,10.4,3.6,2021-10-01T14:13:01Z +-17.8537,28.5424,30,2.8,2021-10-01T16:45:13Z +-17.8358,28.5589,12,3.4,2021-10-01T16:53:29Z +-17.8413,28.5681,11.1,2.8,2021-10-01T18:18:40Z +-17.8346,28.5739,11.2,3.4,2021-10-01T18:45:12Z +-17.8192,28.5357,28.7,2.5,2021-10-01T20:51:53Z +-17.822,28.6119,10.4,2.7,2021-09-30T00:50:47Z +-17.8496,28.5736,11.2,2.9,2021-09-30T02:42:01Z +-17.8098,28.5607,14.3,2.4,2021-09-30T04:28:54Z +-17.8293,28.5648,13.3,2.4,2021-09-30T04:49:38Z +-17.8392,28.5733,11.2,2.9,2021-09-30T06:54:08Z +-17.8444,28.5592,13.3,3.1,2021-09-30T08:23:57Z +-17.8522,28.5628,13.3,2.7,2021-09-30T08:48:03Z +-17.8337,28.572,11.6,2.8,2021-09-30T11:52:25Z +-17.838,28.5672,12,3,2021-09-30T18:49:48Z +-17.8302,28.5549,13.3,3.4,2021-09-30T18:50:29Z +-17.8483,28.579,12.6,3.5,2021-09-30T20:30:12Z +-17.8416,28.5792,10.6,2.1,2021-09-29T00:24:01Z +-17.8351,28.5566,13.6,2.5,2021-09-29T02:37:40Z +-17.8333,28.5446,13.5,3,2021-09-29T02:53:40Z +-17.8539,28.5354,12.3,2.3,2021-09-29T05:08:34Z +-17.8508,28.559,14.4,2.6,2021-09-29T06:21:42Z +-17.8355,28.5844,13.8,2.5,2021-09-29T06:38:04Z +-17.8566,28.5684,10.6,2.2,2021-09-29T06:55:47Z +-17.8198,28.5617,10,2.5,2021-09-29T08:22:52Z +-17.8424,28.5604,13.4,2.8,2021-09-29T08:48:59Z +-17.8416,28.579,11.3,2.1,2021-09-29T09:19:25Z +-17.8692,28.5467,10.3,2.4,2021-09-29T09:48:19Z +-17.8342,28.5603,12.2,3.2,2021-09-29T10:13:58Z +-17.7996,28.5503,11.6,2.3,2021-09-29T10:22:24Z +-17.8387,28.5567,13.7,2.7,2021-09-29T13:20:34Z +-17.9551,28.5571,0.1,2.4,2021-09-29T14:28:39Z +-17.8199,28.5834,12,2.4,2021-09-29T16:46:33Z +-17.8316,28.5553,12.9,2.4,2021-09-29T16:53:55Z +-17.8485,28.5649,12.2,2.6,2021-09-29T18:08:07Z +-17.8425,28.5587,14,3.3,2021-09-29T18:33:58Z +-17.8374,28.5528,13.3,3.3,2021-09-29T19:29:23Z +-17.8366,28.5842,10.5,2.6,2021-09-29T22:46:48Z +-17.8213,28.5604,12.6,2.5,2021-09-29T23:13:54Z +-17.832,28.5642,10.6,2.6,2021-09-29T23:21:35Z +-17.8696,28.5846,1.8,2.5,2021-09-28T05:37:38Z +-17.8288,28.5619,10.7,2.7,2021-09-28T07:52:21Z +-17.8361,28.5609,10.8,2.4,2021-09-28T07:56:03Z +-17.8419,28.5793,11.1,2.4,2021-09-28T08:11:31Z +-17.8443,28.5603,11,2.9,2021-09-28T08:35:31Z +-17.8384,28.5586,11,2.7,2021-09-28T09:00:19Z +-17.8342,28.5748,14.9,2.9,2021-09-28T11:42:38Z +-17.8222,28.5669,13.5,3.3,2021-09-28T15:51:48Z +-17.8323,28.5565,11,3.3,2021-09-28T16:23:28Z +-17.8465,28.5682,12.4,3.3,2021-09-28T17:15:46Z +-17.8346,28.5705,10.8,2.6,2021-09-28T19:43:21Z +-17.84,28.5679,11.2,2.8,2021-09-28T19:57:30Z +-17.8272,28.5646,13.5,3.3,2021-09-28T22:19:00Z +-17.8465,28.5581,13.6,2.3,2021-09-28T23:00:36Z +-17.8311,28.5603,11.1,2.9,2021-09-28T23:52:22Z +-17.8949,28.5512,12.5,2.5,2021-09-27T04:09:58Z +-17.8311,28.5553,10.3,2.6,2021-09-27T04:17:08Z +-17.842,28.564,10,2.1,2021-09-27T05:02:54Z +-17.841,28.5597,9.2,2.4,2021-09-27T05:05:23Z +-17.8425,28.5563,10.5,2.7,2021-09-27T05:09:52Z +-17.8621,28.5529,10.8,2.4,2021-09-27T05:10:14Z +-17.8564,28.5618,10.3,2.5,2021-09-27T05:12:58Z +-17.8572,28.556,10.4,2.4,2021-09-27T05:26:54Z +-17.8531,28.5601,10.5,2.2,2021-09-27T05:33:32Z +-17.8344,28.5636,10.9,2,2021-09-27T05:33:53Z +-17.8461,28.5656,10.9,2.3,2021-09-27T05:47:36Z +-17.8407,28.5443,9.6,2,2021-09-27T05:49:15Z +-17.8502,28.5597,10.2,2.5,2021-09-27T05:53:46Z +-17.8357,28.5612,10.8,2.5,2021-09-27T06:01:53Z +-17.8857,28.564,9.7,3.2,2021-09-27T06:05:55Z +-17.8428,28.5673,9,2.2,2021-09-27T06:58:06Z +-17.857,28.561,9.7,2.4,2021-09-26T00:36:04Z +-17.8375,28.5743,8.2,2.3,2021-09-26T00:38:08Z +-17.8447,28.5722,13.3,2.6,2021-09-26T01:46:49Z +-17.8354,28.5595,10.8,2.5,2021-09-26T21:03:34Z +-17.8586,28.5689,10.7,2.8,2021-09-25T01:42:31Z +-17.8556,28.5499,11.8,2.6,2021-09-25T05:22:11Z +-17.8412,28.56,13.3,2.4,2021-09-25T07:16:15Z +-17.8144,28.5473,10.3,2.3,2021-09-25T20:52:38Z +-17.8687,28.5775,1,2.2,2021-09-24T19:39:04Z +-17.8471,28.5686,10.7,2.7,2021-09-24T23:48:26Z +-17.8312,28.5505,13.3,2.6,2021-09-23T12:07:51Z +-17.87,28.5887,1,2.2,2021-09-23T12:22:08Z +-17.8772,28.5915,11.3,2,2021-09-22T04:19:45Z +-17.9231,28.6246,3.7,1.8,2021-09-22T11:59:23Z +-17.857,28.6436,2.9,2.1,2021-09-22T12:34:03Z +-17.9425,28.609,15.7,2.4,2021-09-22T15:17:12Z +-17.874,28.5623,9.9,2.5,2021-09-22T16:13:11Z +-17.8899,28.6292,0,1.8,2021-09-22T16:22:50Z +-17.8715,28.5767,0.4,3,2021-09-22T20:58:40Z +-17.8998,28.6262,0.6,3.2,2021-09-21T05:06:50Z +-17.8711,28.5916,0.9,2.6,2021-09-21T06:19:09Z +-17.8997,28.6178,0.7,3,2021-09-21T08:08:49Z +-17.8744,28.5973,2.4,2.1,2021-09-21T09:19:09Z +-17.8906,28.6551,9.6,2.1,2021-09-21T10:01:13Z +-17.88,28.6158,2.3,2.4,2021-09-21T10:53:11Z +-17.912,28.5842,4.2,2.1,2021-09-21T11:13:40Z +-17.8884,28.6395,11.5,2.3,2021-09-21T11:20:02Z +-17.8911,28.5893,0.2,2.3,2021-09-21T12:13:09Z +-17.8785,28.6228,5,2.2,2021-09-21T12:26:07Z +-17.8775,28.6322,0,2.1,2021-09-21T12:35:52Z +-17.8818,28.6205,1,1.9,2021-09-21T12:42:23Z +-17.8775,28.6237,0.6,2,2021-09-21T12:47:56Z +-17.8913,28.6115,3.5,2.2,2021-09-21T14:44:25Z +-17.9215,28.5774,9,2.5,2021-09-21T16:09:07Z +-17.8789,28.6259,0.9,2.3,2021-09-21T20:35:17Z +-17.8933,28.6198,0,2.4,2021-09-21T22:07:17Z +-17.8646,28.562,1.6,2.8,2021-09-20T03:50:55Z +-17.8827,28.5738,1.3,2.2,2021-09-20T04:47:26Z +-17.8924,28.6238,1.1,2,2021-09-20T05:08:52Z +-17.8651,28.6,0.9,3,2021-09-20T06:34:43Z +-17.8923,28.6116,0,2.4,2021-09-20T10:13:52Z +-17.8889,28.602,6.8,2.5,2021-09-20T13:10:20Z +-17.8977,28.5987,4.9,2.3,2021-09-20T13:52:52Z +-17.901,28.6148,0.3,3.8,2021-09-20T20:32:46Z +-17.8576,28.605,0.7,2.9,2021-09-20T22:53:30Z +-17.8794,28.616,1.7,2.2,2021-09-20T23:35:05Z +-17.8781,28.5911,4.5,1.6,2021-09-19T00:11:41Z +-17.8959,28.6011,4.2,1.4,2021-09-19T00:43:24Z +-17.8955,28.6011,4.6,1.8,2021-09-19T00:46:53Z +-17.9084,28.5993,4.3,1.6,2021-09-19T00:48:24Z +-17.8806,28.6122,3.1,1.3,2021-09-19T00:49:56Z +-17.9059,28.584,0,1.2,2021-09-19T01:10:49Z +-17.8819,28.5877,5.7,1.2,2021-09-19T01:16:21Z +-17.8735,28.6076,2.5,1,2021-09-19T01:38:39Z +-17.884,28.6093,2.8,1.5,2021-09-19T01:48:32Z +-17.8762,28.6051,3.8,2.1,2021-09-19T02:05:57Z +-17.8892,28.573,6.6,1.4,2021-09-19T02:16:39Z +-17.8712,28.5583,0,1.7,2021-09-19T02:18:18Z +-17.8858,28.6088,2.8,1.7,2021-09-19T02:26:23Z +-17.9008,28.5755,0.8,1.2,2021-09-19T02:31:49Z +-17.8551,28.5834,1.6,1.9,2021-09-19T02:33:59Z +-17.8822,28.5766,1.4,1.5,2021-09-19T02:44:47Z +-17.8832,28.5758,2.6,1.9,2021-09-19T02:54:59Z +-17.8916,28.5599,2.9,1.6,2021-09-19T03:20:50Z +-17.8745,28.591,0.8,1.2,2021-09-19T03:22:05Z +-17.8782,28.5791,5.6,1.9,2021-09-19T03:24:28Z +-17.8748,28.6111,2.4,1.6,2021-09-19T03:25:10Z +-17.8757,28.6089,2.8,2.1,2021-09-19T03:25:42Z +-17.8919,28.5919,5.8,1.9,2021-09-19T03:26:10Z +-17.8804,28.5941,4.7,1.7,2021-09-19T03:28:04Z +-17.8704,28.5847,4.7,1.8,2021-09-19T03:29:25Z +-17.8908,28.5941,0.5,1.6,2021-09-19T03:58:09Z +-17.8852,28.5697,1.1,2.4,2021-09-19T04:06:35Z +-17.8745,28.5939,0.9,1.8,2021-09-19T04:47:06Z +-17.8883,28.6001,5,1.4,2021-09-19T04:50:04Z +-17.8768,28.6294,4,1.7,2021-09-19T04:50:33Z +-17.8746,28.596,9.9,2,2021-09-19T04:52:25Z +-17.8848,28.634,0,1.2,2021-09-19T04:53:47Z +-17.8782,28.606,2.7,1.9,2021-09-19T04:56:35Z +-17.9026,28.6025,3.7,2,2021-09-19T04:58:43Z +-17.8724,28.6166,0.5,1.7,2021-09-19T05:00:03Z +-17.8821,28.6157,2.7,2.2,2021-09-19T05:04:08Z +-17.8761,28.6131,2.6,1.8,2021-09-19T05:05:58Z +-17.8971,28.6236,0.8,2.6,2021-09-19T05:07:01Z +-17.8883,28.6207,0.5,2.1,2021-09-19T05:09:33Z +-17.8717,28.6225,0,2.2,2021-09-19T05:10:38Z +-17.8423,28.6219,4.2,1.7,2021-09-19T05:11:17Z +-17.8837,28.6239,0,1.4,2021-09-19T05:11:55Z +-17.8812,28.605,7.3,2.1,2021-09-19T05:12:36Z +-17.8833,28.6216,0.7,2,2021-09-19T05:14:18Z +-17.8733,28.6279,0.7,2.7,2021-09-19T05:17:25Z +-17.8789,28.619,0.7,2.6,2021-09-19T05:20:04Z +-17.8822,28.6254,0,2.6,2021-09-19T05:22:18Z +-17.8573,28.609,5.4,2.1,2021-09-19T05:24:19Z +-17.8841,28.6238,0,2.3,2021-09-19T05:24:43Z +-17.8785,28.6169,0.3,1.9,2021-09-19T05:27:17Z +-17.8845,28.6199,0.1,2.1,2021-09-19T05:28:21Z +-17.8572,28.603,4.5,1.5,2021-09-19T05:31:39Z +-17.8799,28.6132,1.9,2.1,2021-09-19T05:31:47Z +-17.886,28.609,0.6,2.5,2021-09-19T05:33:08Z +-17.8717,28.6159,0.9,2.2,2021-09-19T05:39:36Z +-17.878,28.6058,3.9,1.7,2021-09-19T05:42:11Z +-17.8443,28.6032,4.8,1.5,2021-09-19T05:44:00Z +-17.8805,28.5719,0,1.6,2021-09-19T05:46:11Z +-17.882,28.6136,0.4,1.5,2021-09-19T05:48:52Z +-17.8762,28.599,3.9,1.6,2021-09-19T05:52:51Z +-17.873,28.6136,1.5,1.7,2021-09-19T05:55:37Z +-17.879,28.6166,0.4,1.7,2021-09-19T05:57:05Z +-17.8778,28.6183,2.3,2,2021-09-19T06:05:04Z +-17.8693,28.6223,0,1.5,2021-09-19T06:10:45Z +-17.8694,28.6224,1.3,1.6,2021-09-19T06:13:23Z +-17.8721,28.6107,1,2.1,2021-09-19T06:16:05Z +-17.8748,28.6268,0,2.5,2021-09-19T06:17:41Z +-17.8714,28.6141,0.9,1.8,2021-09-19T06:20:07Z +-17.8672,28.5855,5.9,2.1,2021-09-19T06:23:10Z +-17.8802,28.647,0,1.6,2021-09-19T06:25:37Z +-17.8753,28.6195,0.2,3.3,2021-09-19T06:28:35Z +-17.8835,28.6192,5.5,1.8,2021-09-19T06:31:03Z +-17.8765,28.6146,0.7,1.8,2021-09-19T06:33:41Z +-17.877,28.6248,2.1,1.5,2021-09-19T06:35:20Z +-17.8873,28.6202,0,1.5,2021-09-19T06:37:31Z +-17.8615,28.6116,0,1.7,2021-09-19T06:38:56Z +-17.8827,28.6087,0,1.8,2021-09-19T06:43:27Z +-17.8701,28.614,1,2.4,2021-09-19T06:49:58Z +-17.8616,28.6395,2,1.6,2021-09-19T07:04:32Z +-17.8796,28.6328,4.1,1.7,2021-09-19T07:06:20Z +-17.8707,28.6237,5.6,2.1,2021-09-19T07:11:00Z +-17.8694,28.6152,0.3,3.2,2021-09-19T07:12:27Z +-17.8788,28.625,0.6,2,2021-09-19T07:27:01Z +-17.8695,28.6274,2.4,2.2,2021-09-19T07:28:04Z +-17.8723,28.6113,0.2,1.7,2021-09-19T07:32:24Z +-17.8749,28.5887,0.5,2,2021-09-19T07:44:38Z +-17.8835,28.6154,5.2,1.7,2021-09-19T07:47:55Z +-17.8716,28.6255,0.6,2.3,2021-09-19T07:49:20Z +-17.8742,28.6264,0.9,1.7,2021-09-19T08:02:07Z +-17.8756,28.6279,1,1.9,2021-09-19T08:03:43Z +-17.8876,28.6153,0,1.6,2021-09-19T08:08:04Z +-17.8633,28.6111,0.7,2.6,2021-09-19T08:14:08Z +-17.8898,28.618,0.6,1.9,2021-09-19T08:16:35Z +-17.8751,28.6191,2.5,1.6,2021-09-19T08:24:00Z +-17.8781,28.6106,4.8,1.9,2021-09-19T08:25:30Z +-17.8626,28.6374,0,1.4,2021-09-19T08:27:21Z +-17.8771,28.6304,1,2.3,2021-09-19T08:32:14Z +-17.8717,28.6269,2.6,1.9,2021-09-19T08:33:15Z +-17.8871,28.6231,3.1,2.1,2021-09-19T08:35:46Z +-17.8559,28.5996,4.8,1.8,2021-09-19T08:40:45Z +-17.8508,28.6247,3.1,1.7,2021-09-19T08:50:32Z +-17.8829,28.628,3.8,1.9,2021-09-19T08:51:57Z +-17.8564,28.6345,2.1,1.8,2021-09-19T08:55:49Z +-17.8712,28.6177,1.6,1.9,2021-09-19T09:03:42Z +-17.8692,28.6364,1.4,2.1,2021-09-19T09:16:33Z +-17.8798,28.6315,2.8,1.8,2021-09-19T09:24:31Z +-17.8769,28.6176,2.2,2.4,2021-09-19T09:30:48Z +-17.8742,28.6164,1.2,2.6,2021-09-19T09:38:46Z +-17.8788,28.6172,0.9,2.2,2021-09-19T09:40:47Z +-17.8734,28.6218,4.5,1.9,2021-09-19T09:41:57Z +-17.8834,28.6106,0.7,2.7,2021-09-19T09:48:57Z +-17.8675,28.6125,0.7,3.2,2021-09-19T09:52:03Z +-17.8808,28.6151,1,2.3,2021-09-19T10:00:35Z +-17.902,28.6032,7.8,2.1,2021-09-19T10:10:12Z +-17.9008,28.6005,6.6,2.1,2021-09-19T10:13:01Z +-17.8695,28.6163,0.3,3.8,2021-09-19T10:16:45Z +-17.881,28.6195,1.1,2.2,2021-09-19T10:33:55Z +-17.8774,28.6188,2.2,1.9,2021-09-19T10:38:08Z +-17.8692,28.6095,5.5,2,2021-09-19T10:40:33Z +-17.8976,28.6206,6.4,1.9,2021-09-19T10:43:23Z +-17.9249,28.5969,1.2,2.2,2021-09-19T10:44:36Z +-17.8684,28.6107,0.7,2,2021-09-19T10:54:29Z +-17.8746,28.6296,1.1,2.5,2021-09-19T11:00:20Z +-17.8655,28.6106,1.2,3.1,2021-09-19T11:09:17Z +-17.8762,28.6207,2.1,1.9,2021-09-19T11:17:31Z +-17.8714,28.6185,0.9,2,2021-09-19T11:20:15Z +-17.8838,28.6218,0,2.7,2021-09-19T11:42:53Z +-17.8649,28.6235,0.1,1.9,2021-09-19T11:47:35Z +-17.8814,28.5907,5.7,2.3,2021-09-19T11:51:12Z +-17.8757,28.6127,0.6,2.2,2021-09-19T11:59:27Z +-17.8738,28.6379,0.1,1.8,2021-09-19T12:11:44Z +-17.8885,28.6201,1.1,1.9,2021-09-19T12:16:02Z +-17.8843,28.6197,3,2.3,2021-09-19T12:17:47Z +-17.9063,28.6061,2.7,2.2,2021-09-19T12:31:05Z +-17.8762,28.6349,1.6,1.9,2021-09-19T12:32:15Z +-17.8782,28.6107,1.3,2.1,2021-09-19T12:34:20Z +-17.8666,28.6378,2.9,2.6,2021-09-19T12:47:56Z +-17.8651,28.6104,1,2.7,2021-09-19T12:58:19Z +-17.8522,28.6214,3.5,1.9,2021-09-19T13:06:43Z +-17.8749,28.6087,0,2.6,2021-09-19T13:08:02Z +-17.9153,28.6061,8.5,2.3,2021-09-19T13:12:48Z +-17.8903,28.6192,2.7,2,2021-09-19T13:20:37Z +-17.8546,28.6053,2.5,2.1,2021-09-19T13:21:54Z +-17.9462,28.5807,1.7,2.3,2021-09-19T13:22:39Z +-17.9143,28.5861,4.9,2.3,2021-09-19T13:22:56Z +-17.9181,28.5953,8.5,2.2,2021-09-19T13:28:35Z +-17.9144,28.5072,24.8,2.7,2021-09-19T13:29:08Z +-17.9025,28.5923,1.6,2.2,2021-09-19T13:33:07Z +-17.8872,28.6163,6.1,2,2021-09-19T13:37:36Z +-17.8955,28.6046,1.3,2.1,2021-09-19T13:50:29Z +-17.9066,28.6143,4.1,2.3,2021-09-19T13:56:57Z +-17.9588,28.5865,6,1.9,2021-09-19T13:57:50Z +-17.8913,28.619,2.4,2.7,2021-09-19T13:59:54Z +-17.909,28.5893,7,2.4,2021-09-19T14:00:44Z +-17.9695,28.5896,0,2.4,2021-09-19T14:09:30Z +-17.8721,28.6433,0.3,2.2,2021-09-19T14:10:48Z +-17.8839,28.5851,2.3,2.4,2021-09-19T14:29:17Z +-17.8974,28.6125,3.6,2.3,2021-09-19T14:43:23Z +-17.934,28.6107,6.1,2.2,2021-09-19T15:48:11Z +-17.8789,28.5818,1.8,2.1,2021-09-19T16:04:13Z +-17.8855,28.6243,0,2.1,2021-09-19T16:21:11Z +-17.8802,28.6285,1.1,2,2021-09-19T17:18:21Z +-17.8638,28.6064,2.3,2.1,2021-09-19T17:21:02Z +-17.8807,28.6234,2.3,1.9,2021-09-19T18:08:27Z +-17.875,28.6207,1.3,2.4,2021-09-19T18:11:43Z +-17.8789,28.5654,6.4,2.2,2021-09-19T18:25:34Z +-17.912,28.6004,6.9,2.4,2021-09-19T18:29:48Z +-17.863,28.5661,6.5,2.5,2021-09-19T18:42:00Z +-17.9225,28.6109,8.4,2.5,2021-09-19T18:43:21Z +-17.8956,28.6138,0,2.6,2021-09-19T19:24:38Z +-17.8732,28.6045,5.3,2.3,2021-09-19T19:34:40Z +-17.8678,28.5699,6.1,1.4,2021-09-18T00:24:46Z +-17.8821,28.5839,6.8,1.5,2021-09-18T01:06:06Z +-17.8927,28.5775,5.5,2.1,2021-09-18T02:20:23Z +-17.8872,28.5608,0,1.2,2021-09-18T02:24:24Z +-17.8992,28.5831,7.3,1.3,2021-09-18T02:30:45Z +-17.8712,28.5726,0.6,1.9,2021-09-18T02:40:23Z +-17.8608,28.5679,9,1.4,2021-09-18T03:17:09Z +-17.9035,28.5871,0.3,2.3,2021-09-18T03:22:17Z +-17.9041,28.5807,0.1,3.2,2021-09-18T03:26:10Z +-17.8725,28.5693,9.6,1.2,2021-09-18T03:33:34Z +-17.8762,28.5724,9,1.2,2021-09-18T03:53:26Z +-17.8792,28.5702,8.4,1.2,2021-09-18T03:54:51Z +-17.8772,28.5761,8.4,1.3,2021-09-18T04:00:16Z +-17.8402,28.5609,10,1.6,2021-09-18T04:08:50Z +-17.8622,28.5729,7.8,1.4,2021-09-18T04:09:35Z +-17.8667,28.5708,8.2,1.6,2021-09-18T04:22:15Z +-17.8602,28.5672,8.4,1.7,2021-09-18T04:23:35Z +-17.8947,28.5623,0,1,2021-09-18T04:23:55Z +-17.8656,28.5657,8.2,1.6,2021-09-18T04:24:46Z +-17.8611,28.5697,8.7,1.6,2021-09-18T04:29:26Z +-17.8543,28.5888,10.3,1.5,2021-09-18T04:32:50Z +-17.899,28.5373,4,1.6,2021-09-18T04:35:22Z +-17.8894,28.559,0.5,0.9,2021-09-18T04:37:31Z +-17.8919,28.569,9.7,1.5,2021-09-18T04:41:54Z +-17.8695,28.5727,8,1.8,2021-09-18T04:45:47Z +-17.8725,28.5626,9.1,1.7,2021-09-18T04:46:45Z +-17.8858,28.5535,3.1,1.6,2021-09-18T04:49:55Z +-17.9081,28.5761,8.5,1.7,2021-09-18T04:52:38Z +-17.8741,28.579,7.1,2.1,2021-09-18T04:55:31Z +-17.8725,28.5768,8.7,1.4,2021-09-18T05:00:37Z +-17.8892,28.5627,2,0.9,2021-09-18T05:07:44Z +-17.8937,28.5558,6.3,1.6,2021-09-18T05:19:37Z +-17.8755,28.5716,8.7,1.8,2021-09-18T05:26:25Z +-17.8861,28.5741,9.7,1.7,2021-09-18T05:27:50Z +-17.8761,28.5251,3.9,1.9,2021-09-18T06:00:09Z +-17.8549,28.5783,6.2,1.6,2021-09-18T06:07:19Z +-17.8761,28.5781,6.9,1.5,2021-09-18T06:07:37Z +-17.865,28.5831,7.1,1.6,2021-09-18T06:08:05Z +-17.8604,28.5753,8.5,1.7,2021-09-18T06:19:45Z +-17.8702,28.5512,4.6,1.5,2021-09-18T06:24:04Z +-17.8741,28.5861,6.2,1.5,2021-09-18T06:33:14Z +-17.9021,28.5622,4.3,1.4,2021-09-18T06:37:27Z +-17.8778,28.5796,8.4,1.5,2021-09-18T06:41:22Z +-17.8725,28.5757,7.6,1.8,2021-09-18T06:51:00Z +-17.8677,28.5795,8.5,1.7,2021-09-18T06:51:23Z +-17.8701,28.5762,8.3,1.5,2021-09-18T06:51:38Z +-17.8752,28.5824,9.2,1.6,2021-09-18T06:55:42Z +-17.8424,28.5768,10.4,1.7,2021-09-18T07:01:54Z +-17.9022,28.568,8.3,1.6,2021-09-18T07:05:26Z +-17.8746,28.5849,7.4,1.6,2021-09-18T07:11:56Z +-17.8761,28.5778,4.7,1.6,2021-09-18T07:13:57Z +-17.8835,28.5736,7.7,2,2021-09-18T07:29:31Z +-17.8778,28.5468,3.9,1.8,2021-09-18T07:39:25Z +-17.8803,28.5581,4,2.1,2021-09-18T08:33:58Z +-17.8768,28.5615,3.4,2.2,2021-09-18T09:02:35Z +-17.881,28.5566,4.2,1.8,2021-09-18T09:24:20Z +-17.8363,28.5527,9.8,1.8,2021-09-18T09:28:55Z +-17.8714,28.516,1.5,1.6,2021-09-18T09:37:32Z +-17.8619,28.5694,7.4,1.4,2021-09-18T10:00:34Z +-17.8862,28.555,8.9,2,2021-09-18T10:12:06Z +-17.8773,28.5786,6.7,1.9,2021-09-18T10:14:38Z +-17.8597,28.5879,6,1.3,2021-09-18T10:20:37Z +-17.8686,28.5873,0,1.2,2021-09-18T10:22:50Z +-17.883,28.5722,8.4,1.9,2021-09-18T10:29:29Z +-17.8747,28.5771,6.5,1.8,2021-09-18T10:30:24Z +-17.8803,28.5648,0.6,1.4,2021-09-18T10:57:09Z +-17.8675,28.5645,7.4,1.9,2021-09-18T11:14:15Z +-17.8742,28.5524,7.2,2.1,2021-09-18T11:37:24Z +-17.961,28.5419,0.8,2.2,2021-09-18T11:58:46Z +-17.8732,28.5715,7.5,2,2021-09-18T12:19:04Z +-17.8786,28.5712,7,1.9,2021-09-18T12:32:06Z +-17.8794,28.5775,0,1.1,2021-09-18T12:43:45Z +-17.867,28.5805,7.6,2.5,2021-09-18T12:48:06Z +-17.8739,28.5833,6.6,2.2,2021-09-18T12:49:42Z +-17.8799,28.5958,7,1.7,2021-09-18T12:53:16Z +-17.869,28.5953,4.9,2.2,2021-09-18T12:57:46Z +-17.8706,28.5994,6.6,2,2021-09-18T12:59:35Z +-17.8828,28.5817,7.9,1.9,2021-09-18T13:03:30Z +-17.8649,28.5862,6.4,1.9,2021-09-18T13:07:00Z +-17.8765,28.5945,5.3,1.9,2021-09-18T13:09:57Z +-17.8751,28.6008,5.9,2.1,2021-09-18T13:12:51Z +-17.8787,28.5645,3.9,2,2021-09-18T13:14:59Z +-17.8813,28.5959,6.2,1.9,2021-09-18T13:24:49Z +-17.8741,28.5862,6.2,2.3,2021-09-18T13:27:24Z +-17.8774,28.585,6.2,2.1,2021-09-18T13:29:10Z +-17.8834,28.594,7.9,1.9,2021-09-18T13:34:46Z +-17.867,28.594,7,2.1,2021-09-18T13:36:13Z +-17.8823,28.5835,8.7,1.8,2021-09-18T13:43:03Z +-17.8733,28.5874,7.1,2.2,2021-09-18T13:44:47Z +-17.8709,28.592,6.5,1.9,2021-09-18T14:01:02Z +-17.8776,28.5559,6.1,2.3,2021-09-18T14:13:10Z +-17.8703,28.5838,2.9,1.6,2021-09-18T15:02:54Z +-17.8658,28.6039,4.9,1.9,2021-09-18T15:11:22Z +-17.8745,28.5708,2.3,1.9,2021-09-18T15:21:16Z +-17.8781,28.6106,3.1,1.7,2021-09-18T15:30:15Z +-17.8775,28.5976,5.4,1.6,2021-09-18T15:34:09Z +-17.8705,28.5992,5,1.7,2021-09-18T15:38:40Z +-17.8893,28.6088,5.3,1.8,2021-09-18T15:45:38Z +-17.8806,28.6105,2.6,1.7,2021-09-18T15:50:05Z +-17.8853,28.6016,5.1,1.9,2021-09-18T15:54:25Z +-17.8616,28.6145,3.4,1.5,2021-09-18T16:04:07Z +-17.8947,28.6018,5,2.2,2021-09-18T16:09:48Z +-17.8903,28.6047,6.6,2.5,2021-09-18T16:11:46Z +-17.8874,28.6005,5,1.9,2021-09-18T16:14:11Z +-17.8937,28.5525,3.7,2.2,2021-09-18T16:20:31Z +-17.8907,28.5645,0.1,1.9,2021-09-18T16:41:13Z +-17.868,28.577,1.4,1.4,2021-09-18T17:14:44Z +-17.8835,28.5957,5,1.7,2021-09-18T17:34:01Z +-17.8775,28.5903,1.5,1.6,2021-09-18T17:56:39Z +-17.8778,28.596,4.4,1.8,2021-09-18T17:58:18Z +-17.8756,28.6059,3.2,1.9,2021-09-18T18:01:13Z +-17.881,28.5925,4.9,1.9,2021-09-18T18:01:37Z +-17.8736,28.5949,4.2,2.1,2021-09-18T18:04:56Z +-17.8743,28.6022,4.3,2.6,2021-09-18T18:07:38Z +-17.8785,28.5866,5.7,1.7,2021-09-18T18:10:08Z +-17.8769,28.5971,4.8,2.2,2021-09-18T18:11:04Z +-17.8751,28.5964,4.3,1.9,2021-09-18T18:11:41Z +-17.8793,28.5947,5,1.7,2021-09-18T18:13:11Z +-17.874,28.5958,4.8,2.7,2021-09-18T18:16:57Z +-17.8778,28.5953,3.6,1.9,2021-09-18T18:21:12Z +-17.8779,28.6071,3.4,2,2021-09-18T18:21:43Z +-17.89,28.5983,4.3,1.8,2021-09-18T18:23:41Z +-17.8732,28.604,3.2,2.5,2021-09-18T18:24:01Z +-17.882,28.589,3.6,2.4,2021-09-18T18:26:00Z +-17.8759,28.5962,5,1.7,2021-09-18T18:26:49Z +-17.8841,28.5995,4.7,1.9,2021-09-18T18:27:49Z +-17.8775,28.5975,4.3,1.7,2021-09-18T18:30:57Z +-17.8855,28.5755,0,1.6,2021-09-18T18:36:57Z +-17.8809,28.5995,5.6,1.9,2021-09-18T18:39:04Z +-17.8955,28.5989,5.2,1.6,2021-09-18T18:39:46Z +-17.8899,28.6012,6.5,1.8,2021-09-18T18:40:04Z +-17.8796,28.5943,3.6,1.8,2021-09-18T18:41:35Z +-17.8792,28.6061,4.9,1.8,2021-09-18T18:48:42Z +-17.8821,28.6055,5,2.1,2021-09-18T18:51:21Z +-17.8828,28.6086,6.6,2,2021-09-18T18:53:57Z +-17.9009,28.6025,5.7,1.6,2021-09-18T19:05:14Z +-17.8919,28.5966,7.5,2,2021-09-18T19:06:21Z +-17.8961,28.5991,6.9,1.9,2021-09-18T19:12:35Z +-17.891,28.6034,5.2,1.9,2021-09-18T19:19:53Z +-17.9031,28.592,5,1.7,2021-09-18T19:36:26Z +-17.8778,28.5929,5.6,1.7,2021-09-18T19:37:45Z +-17.8916,28.5922,5.2,2.2,2021-09-18T19:39:32Z +-17.8779,28.5964,5.3,2,2021-09-18T20:02:46Z +-17.9027,28.6069,4.6,1.7,2021-09-18T20:12:03Z +-17.8754,28.6041,3.1,1.8,2021-09-18T20:59:25Z +-17.8749,28.57,0.6,2.6,2021-09-18T21:00:51Z +-17.8788,28.5947,5.3,1.2,2021-09-18T21:09:24Z +-17.8742,28.5961,2.3,1.4,2021-09-18T21:22:32Z +-17.8725,28.5952,4.7,1.8,2021-09-18T21:28:01Z +-17.8377,28.6091,6.5,0.8,2021-09-18T21:30:42Z +-17.8868,28.6008,6.3,1.9,2021-09-18T21:40:52Z +-17.8752,28.5965,4.1,2,2021-09-18T21:41:28Z +-17.8809,28.5586,0,1.2,2021-09-18T21:45:51Z +-17.885,28.5742,7.6,1.9,2021-09-18T21:47:52Z +-17.8897,28.5881,6.5,1.8,2021-09-18T21:48:26Z +-17.8765,28.5943,4.3,1.9,2021-09-18T21:49:42Z +-17.8662,28.5749,6.2,1.9,2021-09-18T21:52:46Z +-17.8696,28.5771,7.8,1.4,2021-09-18T21:55:22Z +-17.8753,28.5865,5.5,1.7,2021-09-18T22:06:02Z +-17.8717,28.5888,5,1.6,2021-09-18T22:15:07Z +-17.8743,28.5857,5.1,1.4,2021-09-18T22:22:43Z +-17.8755,28.5983,5.2,1.6,2021-09-18T22:28:05Z +-17.8725,28.5898,4.8,1.6,2021-09-18T22:34:57Z +-17.8664,28.5847,0.6,2.5,2021-09-18T22:46:09Z +-17.8746,28.5881,4.9,2,2021-09-18T22:51:06Z +-17.8747,28.5858,5.4,1.7,2021-09-18T23:08:29Z +-17.8756,28.5894,4.8,1.7,2021-09-18T23:32:51Z +-17.8806,28.5575,1,1.6,2021-09-18T23:36:02Z +-17.8664,28.5741,0.5,2.7,2021-09-18T23:42:29Z +-17.8706,28.5874,5,1.5,2021-09-18T23:47:00Z +-17.8851,28.5933,8.4,1.6,2021-09-18T23:54:33Z +-17.8788,28.5891,5,1.5,2021-09-18T23:57:05Z +-17.8932,28.5414,3.6,1.2,2021-09-17T00:11:52Z +-17.8973,28.5311,0,1.5,2021-09-17T01:31:58Z +-17.8968,28.5607,0,1.8,2021-09-17T02:30:41Z +-17.8488,28.5832,4.4,0.9,2021-09-17T02:47:24Z +-17.892,28.578,7.2,1.3,2021-09-17T03:58:46Z +-17.8554,28.5481,2.7,1.1,2021-09-17T04:00:19Z +-17.8757,28.5627,1,0.9,2021-09-17T04:30:17Z +-17.8964,28.573,4.4,1.5,2021-09-17T04:32:35Z +-17.9106,28.5229,0,1.1,2021-09-17T04:36:31Z +-17.8677,28.5809,7.7,2.2,2021-09-17T04:40:38Z +-17.857,28.545,2.7,1.3,2021-09-17T04:48:09Z +-17.8886,28.5495,6.6,1.4,2021-09-17T04:55:13Z +-17.8571,28.5578,0.4,1.2,2021-09-17T05:26:23Z +-17.8908,28.5482,1.2,1.4,2021-09-17T05:31:13Z +-17.7852,28.6404,15.5,1.6,2021-09-17T05:54:33Z +-17.8809,28.5638,8.3,1.5,2021-09-17T05:55:31Z +-17.887,28.5874,1.1,1.3,2021-09-17T05:56:25Z +-17.8742,28.5318,2.4,1.2,2021-09-17T06:12:54Z +-17.8994,28.5271,1.4,1.2,2021-09-17T07:04:01Z +-17.8829,28.56,0,1.5,2021-09-17T08:37:56Z +-17.8503,28.591,5.3,1.3,2021-09-17T09:16:09Z +-17.8795,28.559,11.4,1.9,2021-09-17T10:43:00Z +-17.8689,28.5963,6.1,2.3,2021-09-17T14:59:07Z +-17.8799,28.5986,7.5,1.8,2021-09-17T17:07:26Z +-17.9135,28.5591,0.2,2,2021-09-17T18:18:43Z +-17.8882,28.5855,8.5,2.6,2021-09-17T18:53:53Z +-17.8809,28.5637,0,1.5,2021-09-17T20:48:52Z +-17.919,28.5547,0.7,1.5,2021-09-17T20:50:33Z +-17.8732,28.5624,5.3,1.8,2021-09-17T22:34:06Z +-17.8724,28.5926,5.3,2.5,2021-09-17T22:39:51Z +-17.8978,28.5815,6.9,0.7,2021-09-16T00:10:40Z +-17.9007,28.5746,10.2,1.7,2021-09-16T00:16:27Z +-17.8426,28.5636,11,1.4,2021-09-16T00:20:53Z +-17.8971,28.5807,11.1,1.3,2021-09-16T00:57:01Z +-17.8885,28.5487,3.9,1.8,2021-09-16T01:02:39Z +-17.8824,28.5537,1.5,1,2021-09-16T01:09:50Z +-17.892,28.5629,1.2,1,2021-09-16T01:35:25Z +-17.9063,28.5752,9.1,1.6,2021-09-16T01:44:03Z +-17.8836,28.5945,5.6,1.9,2021-09-16T01:49:37Z +-17.9029,28.579,7.9,0.8,2021-09-16T01:51:57Z +-17.9107,28.5644,1.1,1.3,2021-09-16T02:02:42Z +-17.8983,28.5895,8,0.8,2021-09-16T02:04:52Z +-17.9107,28.5578,4,1,2021-09-16T02:29:50Z +-17.8811,28.5501,2.4,1,2021-09-16T02:38:19Z +-17.8918,28.5953,9.9,0.9,2021-09-16T03:24:07Z +-17.8957,28.5825,9.9,1,2021-09-16T03:28:28Z +-17.9083,28.5803,0,0.9,2021-09-16T03:31:35Z +-17.8975,28.5816,6.5,1.1,2021-09-16T03:45:00Z +-17.8815,28.5478,0.1,1.1,2021-09-16T04:18:56Z +-17.8989,28.5801,6.2,1.4,2021-09-16T04:39:07Z +-17.8876,28.5618,0,1.5,2021-09-16T05:02:19Z +-17.9098,28.5782,7.3,1.4,2021-09-16T05:06:14Z +-17.8915,28.5606,4.5,1.5,2021-09-16T07:07:43Z +-17.8824,28.5667,0.2,2.3,2021-09-16T09:29:12Z +-17.8537,28.5997,8.9,2,2021-09-16T10:53:35Z +-17.8677,28.5813,8.4,2.8,2021-09-16T11:01:45Z +-17.8504,28.59,6.9,3.1,2021-09-16T11:09:43Z +-17.8726,28.5788,8,2.2,2021-09-16T11:59:23Z +-17.8854,28.5774,7.5,2.1,2021-09-16T12:19:21Z +-17.8735,28.5681,7.5,1.8,2021-09-16T12:23:02Z +-17.8674,28.5744,9.3,1.8,2021-09-16T12:30:53Z +-17.877,28.5783,7.3,2.1,2021-09-16T12:36:44Z +-17.887,28.5822,7.4,2.3,2021-09-16T12:42:02Z +-17.8748,28.5807,8.2,2.1,2021-09-16T12:43:23Z +-17.8856,28.5767,7.5,2.7,2021-09-16T12:45:31Z +-17.8783,28.5803,6.2,2.6,2021-09-16T12:47:44Z +-17.879,28.5802,8,1.7,2021-09-16T12:50:32Z +-17.8878,28.5752,7.9,2.1,2021-09-16T13:01:45Z +-17.8728,28.586,8.1,2.1,2021-09-16T13:07:05Z +-17.8695,28.589,9.4,2.2,2021-09-16T13:27:03Z +-17.8778,28.5532,4.7,1.8,2021-09-16T13:28:50Z +-17.8747,28.5817,7.4,1.6,2021-09-16T13:53:57Z +-17.8686,28.5861,7.1,2.4,2021-09-16T13:57:54Z +-17.8676,28.5965,6.4,2.1,2021-09-16T14:09:40Z +-17.8775,28.5797,7.9,1.9,2021-09-16T14:19:08Z +-17.8632,28.5987,7.8,1.9,2021-09-16T14:21:47Z +-17.8532,28.5911,6.1,2,2021-09-16T14:27:26Z +-17.865,28.6019,6.3,3.1,2021-09-16T14:32:59Z +-17.8747,28.5905,7.6,2.2,2021-09-16T14:43:24Z +-17.8706,28.5797,7.1,1.9,2021-09-16T14:54:22Z +-17.8746,28.5829,6.4,1.9,2021-09-16T15:17:45Z +-17.8817,28.5805,8.3,2.1,2021-09-16T15:35:02Z +-17.8722,28.5898,7.5,1.7,2021-09-16T15:54:12Z +-17.8601,28.5642,0,2,2021-09-16T16:25:52Z +-17.8715,28.574,7.3,2.1,2021-09-16T17:03:05Z +-17.8936,28.5703,6.6,1.2,2021-09-16T17:12:54Z +-17.8712,28.5653,4,1.7,2021-09-16T17:13:39Z +-17.8849,28.569,0,1.6,2021-09-16T17:48:24Z +-17.8634,28.5961,9.5,1.8,2021-09-16T17:51:53Z +-17.869,28.5956,6.6,1.7,2021-09-16T18:56:23Z +-17.8223,28.5864,10,1.9,2021-09-16T19:02:54Z +-17.8548,28.5957,8.1,1.9,2021-09-16T19:04:16Z +-17.8446,28.5673,10.6,1.9,2021-09-16T19:20:51Z +-17.8517,28.5724,8.7,1.8,2021-09-16T19:36:19Z +-17.8586,28.5721,8.9,1.9,2021-09-16T19:50:49Z +-17.8464,28.5703,8.5,1.6,2021-09-16T20:03:54Z +-17.8637,28.5463,0.4,1.2,2021-09-16T20:07:25Z +-17.8714,28.5885,8.3,1.9,2021-09-16T20:35:53Z +-17.8672,28.5757,7.6,1.3,2021-09-16T22:02:39Z +-17.8985,28.5937,5.9,1.5,2021-09-16T22:21:46Z +-17.8747,28.5842,8.7,1.3,2021-09-16T22:24:52Z +-17.8808,28.5639,6.4,1.5,2021-09-16T22:35:25Z +-17.8486,28.5634,10.9,1.5,2021-09-16T22:43:18Z +-17.8818,28.5623,6.7,1.2,2021-09-16T23:13:03Z +-17.8718,28.5811,8.3,2.6,2021-09-15T00:02:33Z +-17.8923,28.594,9.7,1.6,2021-09-15T00:06:03Z +-17.8877,28.6015,6.7,1.6,2021-09-15T00:11:24Z +-17.8944,28.547,0,1.4,2021-09-15T00:11:48Z +-17.8683,28.5944,6.8,1.9,2021-09-15T00:12:46Z +-17.9165,28.5981,7.3,1.8,2021-09-15T00:17:25Z +-17.8737,28.5944,6.8,2.7,2021-09-15T00:23:14Z +-17.8969,28.5881,8.3,1.8,2021-09-15T00:28:45Z +-17.8818,28.5947,8.9,2.7,2021-09-15T00:31:16Z +-17.9001,28.5813,9.8,1.6,2021-09-15T00:33:59Z +-17.8836,28.5901,8.6,2.4,2021-09-15T00:35:46Z +-17.8854,28.6001,6.3,1.8,2021-09-15T00:36:50Z +-17.8822,28.5956,8,2.1,2021-09-15T00:38:26Z +-17.901,28.5508,13.4,1.9,2021-09-15T00:39:50Z +-17.9015,28.5886,9.8,1.9,2021-09-15T00:41:00Z +-17.9063,28.6355,19.2,1.6,2021-09-15T00:52:51Z +-17.8737,28.5951,7.4,1.4,2021-09-15T00:54:16Z +-17.8873,28.5809,9.3,1.8,2021-09-15T01:00:16Z +-17.8769,28.568,0.7,1.5,2021-09-15T01:03:12Z +-17.8902,28.5917,7,1.9,2021-09-15T01:05:58Z +-17.9066,28.5415,11,1.6,2021-09-15T01:07:30Z +-17.8895,28.5885,7.3,1.8,2021-09-15T01:08:46Z +-17.8412,28.5192,7.7,1.5,2021-09-15T01:11:42Z +-17.8896,28.5814,7.8,1.7,2021-09-15T01:18:21Z +-17.8962,28.5688,2.7,0.9,2021-09-15T01:22:24Z +-17.8768,28.564,1.8,1.8,2021-09-15T01:28:18Z +-17.8736,28.5989,5.9,2.5,2021-09-15T01:31:31Z +-17.8788,28.5942,9.9,1.4,2021-09-15T01:32:42Z +-17.8217,28.5671,10.3,1.4,2021-09-15T01:34:59Z +-17.8858,28.5775,10.9,1.3,2021-09-15T01:37:54Z +-17.8838,28.5971,7.8,2.1,2021-09-15T01:45:25Z +-17.8877,28.5954,6.9,1.9,2021-09-15T01:46:40Z +-17.9016,28.5444,0,1.2,2021-09-15T01:47:52Z +-17.8971,28.5884,8.5,1.5,2021-09-15T01:48:44Z +-17.877,28.5986,6.7,2.3,2021-09-15T01:50:25Z +-17.8585,28.5988,7.9,1.4,2021-09-15T01:52:41Z +-17.8881,28.5941,8.6,2.1,2021-09-15T01:56:34Z +-17.8745,28.5965,7,2.9,2021-09-15T02:04:32Z +-17.8659,28.5925,8.4,1.6,2021-09-15T02:09:43Z +-17.8691,28.6024,7.3,2.2,2021-09-15T02:14:21Z +-17.8807,28.5826,9.7,1.8,2021-09-15T02:16:05Z +-17.8868,28.5689,10.4,1.4,2021-09-15T02:17:24Z +-17.8865,28.552,1.5,0.8,2021-09-15T02:19:58Z +-17.8681,28.5875,10.3,1.3,2021-09-15T02:28:16Z +-17.8912,28.583,7.9,1.5,2021-09-15T02:32:04Z +-17.895,28.5917,7.9,1.4,2021-09-15T02:38:46Z +-17.8964,28.5864,7.1,1.5,2021-09-15T02:59:21Z +-17.8874,28.5626,0.9,1.1,2021-09-15T03:02:40Z +-17.8531,28.5637,2.7,1.1,2021-09-15T03:05:01Z +-17.8888,28.5859,8.8,1.4,2021-09-15T03:07:40Z +-17.8943,28.5799,13.7,1.6,2021-09-15T03:08:34Z +-17.8481,28.5674,10.3,2.3,2021-09-15T03:12:19Z +-17.8914,28.5368,0.8,1.1,2021-09-15T03:15:36Z +-17.8625,28.5694,0.8,1.7,2021-09-15T03:16:58Z +-17.8861,28.5937,8.2,1.7,2021-09-15T03:17:56Z +-17.8898,28.588,7.2,1.6,2021-09-15T03:20:39Z +-17.8966,28.585,9,1.5,2021-09-15T03:22:29Z +-17.8843,28.5566,1.6,0.8,2021-09-15T03:27:32Z +-17.8889,28.595,9.3,1.7,2021-09-15T03:28:14Z +-17.8764,28.5462,2.8,1,2021-09-15T03:34:33Z +-17.8817,28.5533,2.1,1,2021-09-15T03:36:14Z +-17.8894,28.5895,7.9,1.8,2021-09-15T03:38:57Z +-17.8873,28.5954,10.1,1.9,2021-09-15T03:42:13Z +-17.8848,28.5927,8.6,1.6,2021-09-15T03:49:33Z +-17.8951,28.5821,9.9,1.4,2021-09-15T03:53:44Z +-17.8737,28.5665,10,1.4,2021-09-15T03:55:42Z +-17.9017,28.5314,0.5,1.1,2021-09-15T04:00:27Z +-17.8928,28.5788,9.9,1.5,2021-09-15T04:11:16Z +-17.8876,28.5731,0.2,1.1,2021-09-15T04:13:16Z +-17.8993,28.5923,7.6,1.4,2021-09-15T04:16:55Z +-17.8681,28.5974,7.5,1.6,2021-09-15T04:23:34Z +-17.8908,28.5897,8.5,1.5,2021-09-15T04:25:54Z +-17.8926,28.601,8.5,1.7,2021-09-15T04:28:14Z +-17.8825,28.598,4.7,1.6,2021-09-15T04:29:51Z +-17.8892,28.5771,10.2,1.5,2021-09-15T04:32:12Z +-17.8969,28.5911,8.4,2.1,2021-09-15T04:34:18Z +-17.9134,28.5798,10.4,1.8,2021-09-15T04:40:51Z +-17.891,28.5887,7.8,2.6,2021-09-15T04:50:38Z +-17.9227,28.5912,6.1,1.7,2021-09-15T04:53:23Z +-17.9022,28.5902,6.9,2,2021-09-15T04:54:45Z +-17.8833,28.5876,7.3,2.5,2021-09-15T04:57:34Z +-17.8908,28.5812,8.2,1.6,2021-09-15T05:05:48Z +-17.8872,28.5654,0,1.8,2021-09-15T05:07:59Z +-17.8815,28.5956,9.5,1.4,2021-09-15T05:09:57Z +-17.8794,28.5956,9.2,3.1,2021-09-15T05:15:23Z +-17.886,28.5886,8.4,1.5,2021-09-15T05:18:39Z +-17.8812,28.5742,8.3,1.5,2021-09-15T05:26:39Z +-17.8946,28.5905,8.4,1.2,2021-09-15T05:33:06Z +-17.8902,28.588,0.8,2.1,2021-09-15T05:38:08Z +-17.8767,28.555,0.2,1.9,2021-09-15T05:40:49Z +-17.9063,28.5792,9.1,1.6,2021-09-15T05:44:19Z +-17.9,28.5817,9.9,1.7,2021-09-15T05:49:33Z +-17.8928,28.5883,5.8,1.9,2021-09-15T05:51:02Z +-17.8852,28.5917,7.5,2.9,2021-09-15T06:07:41Z +-17.8947,28.5918,7.2,1.9,2021-09-15T06:36:51Z +-17.8874,28.5549,1,1.5,2021-09-15T07:17:10Z +-17.8993,28.5804,0.5,2.9,2021-09-15T07:21:50Z +-17.9102,28.5655,0.2,2.3,2021-09-15T07:22:15Z +-17.9121,28.5661,0,2,2021-09-15T07:22:28Z +-17.9078,28.5891,8.2,1.9,2021-09-15T07:43:33Z +-17.9044,28.595,7.7,1.9,2021-09-15T07:49:06Z +-17.912,28.5964,8.5,1.8,2021-09-15T08:01:30Z +-17.9098,28.5949,7.6,2,2021-09-15T08:12:01Z +-17.8863,28.596800000000002,7.9,1.9,2021-09-15T08:25:35Z +-17.8997,28.5991,7,2,2021-09-15T08:46:24Z +-17.8816,28.5984,7.8,2.2,2021-09-15T09:05:00Z +-17.9032,28.5897,8.9,2,2021-09-15T09:13:24Z +-17.8826,28.5914,8,3.2,2021-09-15T09:25:20Z +-17.8927,28.585,7.4,2.2,2021-09-15T09:36:51Z +-17.8893,28.5481,0.8,1.4,2021-09-15T10:18:59Z +-17.8756,28.604,6,1.8,2021-09-15T10:21:12Z +-17.8811,28.6069,8,2.2,2021-09-15T10:24:33Z +-17.8985,28.5604,0,1.7,2021-09-15T10:25:45Z +-17.8973,28.5372,0.4,1.4,2021-09-15T11:24:08Z +-17.8677,28.6045,5,1.9,2021-09-15T11:35:03Z +-17.8871,28.5946,7.3,3.5,2021-09-15T12:29:07Z +-17.9004,28.5441,0,1.5,2021-09-15T12:30:44Z +-17.8909,28.5938,8.4,2.4,2021-09-15T12:44:05Z +-17.8573,28.5795,6.5,1.7,2021-09-15T13:01:31Z +-17.8876,28.5387,1.8,1.3,2021-09-15T13:24:45Z +-17.8933,28.5345,0.3,1.3,2021-09-15T13:33:54Z +-17.9069,28.5933,9.7,1.8,2021-09-15T13:42:25Z +-17.8879,28.588,4.4,2.1,2021-09-15T13:45:40Z +-17.8815,28.5896,7,2.7,2021-09-15T14:02:24Z +-17.8848,28.6024,6.1,1.8,2021-09-15T14:10:39Z +-17.8713,28.5906,4.7,1.7,2021-09-15T14:17:17Z +-17.8704,28.551,0.9,1.4,2021-09-15T14:56:45Z +-17.896,28.579,9.8,2,2021-09-15T15:07:26Z +-17.9044,28.5861,7.3,1.9,2021-09-15T15:17:35Z +-17.8904,28.5734,3.5,1.9,2021-09-15T15:37:21Z +-17.8822,28.5932,8.9,2.6,2021-09-15T16:44:57Z +-17.9005,28.5715,7.3,1.8,2021-09-15T17:12:41Z +-17.8943,28.5551,0.1,1.5,2021-09-15T17:58:07Z +-17.8994,28.5835,9.2,1.4,2021-09-15T18:23:58Z +-17.8925,28.6023,9.1,2.1,2021-09-15T19:34:51Z +-17.8899,28.6042,7.3,1.8,2021-09-15T19:47:12Z +-17.8864,28.5552,1.6,0.9,2021-09-15T20:31:18Z +-17.9015,28.5892,10.2,1.2,2021-09-15T20:32:07Z +-17.8734,28.5606,9.5,2.1,2021-09-15T20:36:30Z +-17.8914,28.5914,5,1.2,2021-09-15T21:15:17Z +-17.8943,28.5929,10.6,1.4,2021-09-15T21:22:47Z +-17.8943,28.5929,10.8,1.4,2021-09-15T21:22:47Z +-17.9048,28.5945,5,1.9,2021-09-15T21:54:11Z +-17.9007,28.5846,8.3,2.2,2021-09-15T21:55:50Z +-17.8597,28.6039,9.9,1.3,2021-09-15T22:11:59Z +-17.8365,28.576,9.9,1.2,2021-09-15T22:26:35Z +-17.8402,28.5833,10.7,1.7,2021-09-15T22:27:39Z +-17.838,28.565,10.6,1.2,2021-09-15T22:35:05Z +-17.8991,28.5772,10.1,1.2,2021-09-15T22:39:56Z +-17.8282,28.58,9.8,1.2,2021-09-15T22:45:54Z +-17.8382,28.5666,11.4,1,2021-09-15T22:57:57Z +-17.8389,28.5683,9.2,1.5,2021-09-15T23:09:17Z +-17.9044,28.5924,9.3,1.4,2021-09-15T23:11:14Z +-17.8981,28.5902,10.6,1.4,2021-09-15T23:13:06Z +-17.9356,28.5462,8,1.5,2021-09-15T23:16:20Z +-17.8955,28.596,8,1.5,2021-09-15T23:24:23Z +-17.8363,28.5635,11.3,1.1,2021-09-15T23:33:40Z +-17.896,28.5821,8.6,1.1,2021-09-15T23:34:47Z +-17.8419,28.5664,10.3,1.6,2021-09-15T23:36:34Z +-17.8419,28.5664,11.5,1.6,2021-09-15T23:36:34Z +-17.8436,28.5674,12.2,1.3,2021-09-15T23:43:44Z +-17.8934,28.5845,8.6,1.9,2021-09-15T23:49:20Z +-17.8992,28.5977,7.2,0.8,2021-09-15T23:51:39Z +-17.9144,28.5681,8.5,2.4,2021-09-14T00:00:38Z +-17.8816,28.5629,11.7,2.2,2021-09-14T00:01:31Z +-17.8866,28.5734,10.7,2,2021-09-14T00:03:32Z +-17.8898,28.5705,9.7,2.5,2021-09-14T00:06:39Z +-17.8704,28.5813,8.7,2.4,2021-09-14T00:09:37Z +-17.8926,28.576,9.3,2.3,2021-09-14T00:11:38Z +-17.8706,28.5779,9.2,2.7,2021-09-14T00:13:36Z +-17.8672,28.5785,8.4,2.6,2021-09-14T00:15:07Z +-17.8891,28.5722,8.4,1.6,2021-09-14T00:16:37Z +-17.8698,28.5779,9.1,3.1,2021-09-14T00:19:48Z +-17.8952,28.5657,9.8,1.9,2021-09-14T00:25:52Z +-17.8834,28.5733,9.1,2.9,2021-09-14T00:27:56Z +-17.8776,28.5747,7.7,2.5,2021-09-14T00:29:24Z +-17.8721,28.5752,7.3,2.4,2021-09-14T00:31:29Z +-17.8813,28.5758,7.7,2.6,2021-09-14T00:34:21Z +-17.8917,28.5711,9.4,2.9,2021-09-14T00:37:43Z +-17.8685,28.5776,8.2,2.7,2021-09-14T00:40:48Z +-17.8719,28.5776,8.7,2.7,2021-09-14T00:43:27Z +-17.8774,28.567,8.1,2.1,2021-09-14T00:45:14Z +-17.8778,28.5745,8.6,2.6,2021-09-14T00:46:33Z +-17.8695,28.575,9.8,2.7,2021-09-14T00:50:06Z +-17.9236,28.5639,6.8,2.8,2021-09-14T00:53:08Z +-17.9,28.5645,9,2.2,2021-09-14T00:55:39Z +-17.8737,28.5814,10,2,2021-09-14T00:57:17Z +-17.8791,28.5635,9.2,2.7,2021-09-14T01:00:24Z +-17.893,28.5736,8.8,2.4,2021-09-14T01:04:45Z +-17.8651,28.558,9.5,1.8,2021-09-14T01:05:54Z +-17.8778,28.5785,8.8,2.1,2021-09-14T01:07:49Z +-17.8488,28.5589,10.2,2.8,2021-09-14T01:10:34Z +-17.8817,28.5734,8.1,2.5,2021-09-14T01:11:40Z +-17.8816,28.5852,11.6,1.3,2021-09-14T01:12:42Z +-17.8765,28.5717,8,2.8,2021-09-14T01:18:09Z +-17.8642,28.5793,8.8,1.9,2021-09-14T01:24:28Z +-17.8946,28.5621,9,3,2021-09-14T01:27:54Z +-17.8959,28.5688,10.8,1.8,2021-09-14T01:33:26Z +-17.8807,28.568,8.7,2.9,2021-09-14T01:37:09Z +-17.874,28.5743,10.3,1.8,2021-09-14T01:42:06Z +-17.8801,28.5793,8.5,1.3,2021-09-14T01:43:13Z +-17.8892,28.5694,8.5,2,2021-09-14T01:44:53Z +-17.8734,28.5701,9.7,3.1,2021-09-14T01:49:44Z +-17.8952,28.5785,10.8,1.9,2021-09-14T01:55:34Z +-17.8878,28.5714,10,2.1,2021-09-14T01:58:18Z +-17.8691,28.5714,7.7,2.6,2021-09-14T02:00:19Z +-17.9002,28.573,7.1,1.9,2021-09-14T02:03:52Z +-17.8621,28.5792,8.6,2.7,2021-09-14T02:05:37Z +-17.8753,28.583,8.7,1.8,2021-09-14T02:06:45Z +-17.878,28.5823,8,2,2021-09-14T02:12:39Z +-17.8689,28.5881,8,2.8,2021-09-14T02:14:34Z +-17.9032,28.5649,8.2,1.8,2021-09-14T02:15:04Z +-17.9017,28.5683,8.6,2.2,2021-09-14T02:17:12Z +-17.8764,28.5714,7.2,2.8,2021-09-14T02:20:53Z +-17.8934,28.5825,7.6,2.6,2021-09-14T02:22:46Z +-17.889,28.5749,8.8,1.4,2021-09-14T02:24:38Z +-17.8789,28.5778,9.3,1.8,2021-09-14T02:27:33Z +-17.9042,28.5654,8.9,1.6,2021-09-14T02:29:43Z +-17.8704,28.5724,8,3,2021-09-14T02:31:12Z +-17.8831,28.5936,7.9,1.8,2021-09-14T02:34:54Z +-17.892,28.5882,7.5,1.9,2021-09-14T02:36:43Z +-17.8858,28.5705,9.5,1.8,2021-09-14T02:39:18Z +-17.8618,28.5835,8.5,2,2021-09-14T02:40:50Z +-17.8787,28.5886,8.3,2.1,2021-09-14T02:42:16Z +-17.8892,28.5906,7.9,2,2021-09-14T02:43:39Z +-17.9011,28.5739,8.7,1.6,2021-09-14T02:46:09Z +-17.8768,28.5817,8.1,2,2021-09-14T02:46:54Z +-17.8792,28.5889,8.4,1.8,2021-09-14T02:49:11Z +-17.8666,28.5833,8.4,2.1,2021-09-14T02:50:11Z +-17.9076,28.5701,10.3,2.1,2021-09-14T02:55:49Z +-17.8642,28.5897,7.7,2.4,2021-09-14T02:58:13Z +-17.8729,28.5781,10.1,1.4,2021-09-14T02:59:56Z +-17.8562,28.5962,6.9,2.6,2021-09-14T03:02:42Z +-17.8878,28.5751,9.3,1.8,2021-09-14T03:06:40Z +-17.8729,28.5815,7.4,2.5,2021-09-14T03:08:52Z +-17.8708,28.5911,9.2,2.1,2021-09-14T03:11:58Z +-17.8753,28.5734,9.1,2.3,2021-09-14T03:13:40Z +-17.8716,28.5916,8.3,2.9,2021-09-14T03:16:07Z +-17.9042,28.5501,8.8,1.8,2021-09-14T03:17:56Z +-17.8827,28.5826,9.3,2,2021-09-14T03:19:29Z +-17.8887,28.5863,9.7,2.4,2021-09-14T03:23:03Z +-17.8635,28.5853,7.8,3,2021-09-14T03:25:59Z +-17.9038,28.5849,11,1.8,2021-09-14T03:28:14Z +-17.8693,28.5799,9.1,1.5,2021-09-14T03:29:35Z +-17.8841,28.5943,8.3,2.1,2021-09-14T03:31:33Z +-17.864,28.5903,10.1,2.6,2021-09-14T03:34:14Z +-17.8792,28.5864,7,2.7,2021-09-14T03:37:00Z +-17.8773,28.5923,9.2,2.1,2021-09-14T03:39:39Z +-17.8731,28.5846,9.4,2.9,2021-09-14T03:43:03Z +-17.8985,28.5673,10.1,2.2,2021-09-14T03:44:28Z +-17.8758,28.5969,9.3,1.9,2021-09-14T03:47:03Z +-17.8789,28.5929,9.3,1.9,2021-09-14T03:49:47Z +-17.8737,28.592,9.7,1.3,2021-09-14T03:52:27Z +-17.8711,28.5858,9.3,3,2021-09-14T03:54:59Z +-17.8698,28.5928,6.9,2.5,2021-09-14T04:01:28Z +-17.8708,28.5765,9.3,2,2021-09-14T04:07:34Z +-17.8821,28.592,8.8,1.8,2021-09-14T04:11:57Z +-17.8873,28.5914,9.9,2.5,2021-09-14T04:14:45Z +-17.8909,28.585,9.3,1.8,2021-09-14T04:17:11Z +-17.9111,28.5748,8.8,2.4,2021-09-14T04:19:38Z +-17.8918,28.5683,8.1,2,2021-09-14T04:22:00Z +-17.8688,28.59,7.2,1.8,2021-09-14T04:23:03Z +-17.8876,28.5921,8.5,2.4,2021-09-14T04:26:10Z +-17.8835,28.5757,10.2,1.9,2021-09-14T04:29:04Z +-17.8813,28.5911,10.5,2.2,2021-09-14T04:31:07Z +-17.883,28.5862,9.6,2.4,2021-09-14T04:32:06Z +-17.8791,28.5834,9.4,2.5,2021-09-14T04:33:50Z +-17.8837,28.5774,10.2,2.7,2021-09-14T04:34:53Z +-17.8836,28.5891,9.2,2.4,2021-09-14T04:36:03Z +-17.8831,28.5841,8.9,2.6,2021-09-14T04:37:14Z +-17.8957,28.5743,8.5,2.2,2021-09-14T04:38:57Z +-17.8889,28.5673,5.7,3,2021-09-14T04:40:37Z +-17.8925,28.5919,10.9,1.7,2021-09-14T04:42:05Z +-17.9008,28.5885,8.2,2.5,2021-09-14T04:45:12Z +-17.8717,28.5835,9.4,1.7,2021-09-14T04:48:03Z +-17.8653,28.5888,8.6,2.5,2021-09-14T04:49:28Z +-17.8792,28.5825,9,3.1,2021-09-14T04:52:13Z +-17.8737,28.5924,8.3,1.7,2021-09-14T04:53:52Z +-17.8658,28.5894,8.4,2.5,2021-09-14T04:55:58Z +-17.8715,28.5805,10.6,1.4,2021-09-14T04:58:14Z +-17.8784,28.589,8.7,1.9,2021-09-14T04:59:25Z +-17.8706,28.5876,7.8,2.6,2021-09-14T05:02:14Z +-17.8859,28.5897,8.7,1.8,2021-09-14T05:04:52Z +-17.8752,28.5891,9,1.6,2021-09-14T05:07:16Z +-17.8668,28.589,8.5,2.3,2021-09-14T05:09:42Z +-17.8823,28.5872,8.6,1.9,2021-09-14T05:13:16Z +-17.8666,28.5894,7.9,2.5,2021-09-14T05:15:04Z +-17.8726,28.5873,11.2,1.6,2021-09-14T05:17:08Z +-17.8964,28.5873,9.4,1.7,2021-09-14T05:19:40Z +-17.9023,28.5799,8.4,1.8,2021-09-14T05:20:58Z +-17.846,28.6054,9.1,1.6,2021-09-14T05:22:29Z +-17.8795,28.5946,8.2,2,2021-09-14T05:25:24Z +-17.8759,28.6017,7.2,1.8,2021-09-14T05:26:07Z +-17.8686,28.6062,8.6,2.8,2021-09-14T05:28:43Z +-17.8671,28.5928,8.4,1.9,2021-09-14T05:29:54Z +-17.8699,28.5853,9.7,1.8,2021-09-14T05:33:00Z +-17.8726,28.5812,9.8,1.7,2021-09-14T05:35:21Z +-17.864,28.5969,8.6,1.8,2021-09-14T05:37:15Z +-17.8785,28.5839,9,2.3,2021-09-14T05:38:22Z +-17.8914,28.5977,8.2,1.9,2021-09-14T05:40:31Z +-17.8703,28.6013,7.3,2.2,2021-09-14T05:43:16Z +-17.8801,28.5864,7.9,1.9,2021-09-14T05:45:04Z +-17.8854,28.5808,8.5,1.7,2021-09-14T05:48:24Z +-17.8781,28.5845,8.1,1.9,2021-09-14T05:50:36Z +-17.884,28.5917,7.8,2.5,2021-09-14T05:57:29Z +-17.879,28.578,9.3,3.5,2021-09-14T06:00:00Z +-17.873,28.5895,8.2,2.1,2021-09-14T06:04:13Z +-17.8926,28.5716,9.3,1.6,2021-09-14T06:05:35Z +-17.8934,28.5743,10.5,1.9,2021-09-14T06:19:47Z +-17.8772,28.5792,10.5,1.9,2021-09-14T06:22:07Z +-17.9025,28.5741,9.2,2,2021-09-14T06:29:54Z +-17.878,28.5822,8.3,2.3,2021-09-14T06:32:36Z +-17.8816,28.5886,8.4,2.1,2021-09-14T06:34:21Z +-17.8881,28.5781,9.2,2.1,2021-09-14T06:36:36Z +-17.8785,28.5842,8.9,2.5,2021-09-14T06:38:30Z +-17.9031,28.572,9.3,2.2,2021-09-14T06:44:28Z +-17.8861,28.5758,10.2,2.2,2021-09-14T06:49:06Z +-17.8938,28.5766,7.8,1.8,2021-09-14T06:52:22Z +-17.8764,28.5791,10.1,2.6,2021-09-14T06:54:42Z +-17.8804,28.5692,10,2.5,2021-09-14T06:59:49Z +-17.8796,28.5758,9,2.6,2021-09-14T07:10:41Z +-17.8944,28.5869,8.7,2.2,2021-09-14T07:18:25Z +-17.907,28.5648,10.3,1.9,2021-09-14T07:19:33Z +-17.8891,28.5881,7.4,2.2,2021-09-14T07:28:18Z +-17.8894,28.5851,8.8,2.7,2021-09-14T07:30:32Z +-17.8758,28.5866,9.3,2,2021-09-14T07:50:57Z +-17.8804,28.5793,9,2.1,2021-09-14T07:58:15Z +-17.8846,28.582,7.7,2.5,2021-09-14T08:04:19Z +-17.8856,28.5827,9.4,2.5,2021-09-14T08:13:16Z +-17.8923,28.5671,8.4,2.2,2021-09-14T08:47:33Z +-17.8806,28.5685,9.9,2.1,2021-09-14T09:03:43Z +-17.8793,28.5873,9,1.7,2021-09-14T09:11:17Z +-17.873,28.6022,7.2,1.9,2021-09-14T09:23:37Z +-17.8752,28.5963,7.9,2.4,2021-09-14T09:31:58Z +-17.8604,28.5815,10.1,2.1,2021-09-14T10:44:24Z +-17.8519,28.5826,9.3,1.9,2021-09-14T11:56:20Z +-17.8764,28.5798,9.4,2.1,2021-09-14T12:15:39Z +-17.8814,28.589,9.9,2.3,2021-09-14T12:20:01Z +-17.8724,28.5824,9,2.2,2021-09-14T12:21:49Z +-17.8701,28.5845,8.7,2.2,2021-09-14T12:31:02Z +-17.8479,28.5621,10.6,1.9,2021-09-14T13:06:11Z +-17.8788,28.5929,6.8,2.1,2021-09-14T14:06:36Z +-17.8833,28.5901,8.8,2.2,2021-09-14T14:11:43Z +-17.8898,28.5892,8.8,2.3,2021-09-14T14:14:19Z +-17.8759,28.5913,7.8,2.5,2021-09-14T14:15:41Z +-17.89,28.5904,8.6,2.5,2021-09-14T14:20:34Z +-17.8805,28.5671,8.4,2.1,2021-09-14T15:49:14Z +-17.8792,28.5976,7.3,2.2,2021-09-14T16:06:08Z +-17.8906,28.5745,10.3,2.1,2021-09-14T17:06:49Z +-17.8929,28.5746,10.1,2.1,2021-09-14T17:08:26Z +-17.8953,28.5759,9.2,2,2021-09-14T17:10:24Z +-17.8931,28.5795,9.5,2,2021-09-14T17:23:01Z +-17.8797,28.5885,8.3,2.8,2021-09-14T17:25:46Z +-17.8846,28.5906,8.2,1.9,2021-09-14T17:28:34Z +-17.879,28.5844,6.9,2.2,2021-09-14T17:30:52Z +-17.8868,28.5742,7.4,2.2,2021-09-14T17:32:37Z +-17.8991,28.5806,8.3,2.1,2021-09-14T17:33:56Z +-17.8778,28.5827,7.1,2.5,2021-09-14T17:35:47Z +-17.893,28.575,9,2.1,2021-09-14T17:43:20Z +-17.8948,28.5761,8.4,2.2,2021-09-14T17:46:43Z +-17.8826,28.586,8.3,2.4,2021-09-14T17:49:34Z +-17.8955,28.5782,8.5,2,2021-09-14T18:00:16Z +-17.8838,28.5811,8.9,1.4,2021-09-14T18:01:23Z +-17.8877,28.5919,8.3,2.4,2021-09-14T18:05:14Z +-17.8828,28.5877,9.5,2.1,2021-09-14T18:10:07Z +-17.8722,28.5571,7.6,2,2021-09-14T18:19:06Z +-17.8976,28.5809,8.6,2,2021-09-14T18:27:43Z +-17.9026,28.5813,7.8,1.8,2021-09-14T18:29:56Z +-17.9028,28.581,8.4,1.6,2021-09-14T18:35:10Z +-17.8806,28.5828,8.7,2.1,2021-09-14T18:43:37Z +-17.8817,28.5828,7.5,2.6,2021-09-14T18:48:55Z +-17.8934,28.5848,7.6,2,2021-09-14T19:05:02Z +-17.8483,28.5586,9.8,2.2,2021-09-14T19:16:04Z +-17.8815,28.5926,7.6,1.8,2021-09-14T19:23:44Z +-17.9121,28.5718,9.1,1.9,2021-09-14T19:29:13Z +-17.8771,28.5733,8.1,2.2,2021-09-14T19:33:26Z +-17.8953,28.5798,8.2,1.6,2021-09-14T19:34:22Z +-17.8902,28.5698,8.5,1.8,2021-09-14T19:35:56Z +-17.8885,28.5811,9.8,1.8,2021-09-14T19:41:16Z +-17.9024,28.5797,9.3,1.6,2021-09-14T19:48:02Z +-17.8846,28.5817,7.6,2.4,2021-09-14T19:49:49Z +-17.9005,28.58,8.7,1.8,2021-09-14T19:51:24Z +-17.8831,28.5748,9.3,2.1,2021-09-14T20:00:13Z +-17.8817,28.5924,8.2,2.2,2021-09-14T20:05:31Z +-17.8778,28.5895,7.6,2.7,2021-09-14T20:08:30Z +-17.8926,28.577,8.8,2.2,2021-09-14T20:11:24Z +-17.8984,28.5681,8.1,2.1,2021-09-14T20:15:13Z +-17.8984,28.5806,9.1,2,2021-09-14T20:17:07Z +-17.8774,28.5899,7.3,2.4,2021-09-14T20:19:51Z +-17.8889,28.5776,9.3,2.2,2021-09-14T20:22:25Z +-17.879,28.5913,7.3,2.3,2021-09-14T20:25:01Z +-17.8864,28.5913,8.6,2.4,2021-09-14T20:26:58Z +-17.883,28.5872,7.1,2.5,2021-09-14T20:32:00Z +-17.8714,28.5976,6.7,2.7,2021-09-14T20:33:25Z +-17.8533,28.6075,9.4,1.7,2021-09-14T20:34:42Z +-17.8859,28.5932,8.3,1.6,2021-09-14T20:39:45Z +-17.8774,28.5892,8.2,2.9,2021-09-14T20:41:07Z +-17.8906,28.5898,7.8,1.9,2021-09-14T20:43:06Z +-17.8969,28.5887,9,2.3,2021-09-14T20:47:43Z +-17.8974,28.5692,8.3,1.9,2021-09-14T20:50:33Z +-17.8905,28.5762,9,2,2021-09-14T20:53:21Z +-17.8929,28.563,8.2,1.9,2021-09-14T20:57:36Z +-17.8905,28.59,8.4,1.5,2021-09-14T21:00:03Z +-17.8976,28.5674,10.9,1.4,2021-09-14T21:00:49Z +-17.8828,28.5829,8,1.4,2021-09-14T21:02:08Z +-17.8757,28.5376,2.6,1.3,2021-09-14T21:02:29Z +-17.8987,28.5852,10.3,1.9,2021-09-14T21:06:35Z +-17.8884,28.5831,8.7,1.8,2021-09-14T21:09:20Z +-17.8741,28.587,8.6,3,2021-09-14T21:11:08Z +-17.921,28.5905,0.2,1.9,2021-09-14T21:13:57Z +-17.8917,28.5836,8.8,2.1,2021-09-14T21:16:29Z +-17.8902,28.5913,10,1.8,2021-09-14T21:18:04Z +-17.8807,28.5849,8.6,1.9,2021-09-14T21:19:21Z +-17.8828,28.5885,8.8,2.7,2021-09-14T21:19:39Z +-17.9002,28.5857,10,1.6,2021-09-14T21:20:44Z +-17.8849,28.5965,10.4,1.7,2021-09-14T21:24:18Z +-17.8869,28.5832,9.3,1.7,2021-09-14T21:27:07Z +-17.9216,28.5788,7.4,1.7,2021-09-14T21:32:26Z +-17.9102,28.5458,9,2,2021-09-14T21:35:47Z +-17.8792,28.5892,10.5,1.5,2021-09-14T21:36:59Z +-17.8893,28.5808,7.7,1.8,2021-09-14T21:38:54Z +-17.8655,28.5901,9.9,2.2,2021-09-14T21:40:56Z +-17.8837,28.5886,7.7,2.5,2021-09-14T21:42:35Z +-17.8805,28.5774,9.5,2.6,2021-09-14T21:44:54Z +-17.8816,28.5947,5.3,2.1,2021-09-14T21:45:27Z +-17.8833,28.5846,6.4,1.9,2021-09-14T21:46:46Z +-17.8762,28.5971,7,2,2021-09-14T21:48:25Z +-17.8818,28.5834,8.2,2.1,2021-09-14T21:49:46Z +-17.8905,28.5863,8.5,2.4,2021-09-14T21:51:24Z +-17.9133,28.5807,10.1,2.4,2021-09-14T21:51:41Z +-17.9126,28.5713,9.7,1.7,2021-09-14T21:54:30Z +-17.8592,28.5155,10.5,2,2021-09-14T21:57:02Z +-17.8745,28.5922,6.5,2.9,2021-09-14T22:00:56Z +-17.9059,28.5793,9,1.8,2021-09-14T22:04:17Z +-17.897,28.5778,11.1,1.8,2021-09-14T22:06:37Z +-17.8774,28.5866,8.2,1.9,2021-09-14T22:12:29Z +-17.8702,28.5915,6.8,2.2,2021-09-14T22:14:23Z +-17.8924,28.58,9.8,1.7,2021-09-14T22:15:52Z +-17.8572,28.5919,9.8,1.8,2021-09-14T22:16:57Z +-17.8803,28.5834,8.5,1.8,2021-09-14T22:18:38Z +-17.8685,28.5905,10,2.8,2021-09-14T22:20:01Z +-17.901,28.5758,8.4,1.7,2021-09-14T22:22:03Z +-17.8748,28.5918,9.1,2.5,2021-09-14T22:34:11Z +-17.8899,28.586,9.5,1.5,2021-09-14T22:37:13Z +-17.8682,28.5901,8.2,1.8,2021-09-14T22:39:44Z +-17.9021,28.5652,10.3,1.6,2021-09-14T22:43:33Z +-17.8838,28.5856,9,1.5,2021-09-14T22:44:01Z +-17.9271,28.5519,12,1.4,2021-09-14T22:45:46Z +-17.8882,28.5814,10.6,1.6,2021-09-14T22:50:27Z +-17.8992,28.5781,9,2.2,2021-09-14T22:55:51Z +-17.8716,28.575,9.9,2,2021-09-14T22:56:54Z +-17.884,28.5858,6.6,2.2,2021-09-14T22:58:08Z +-17.8876,28.5926,9.4,2.2,2021-09-14T23:02:03Z +-17.8991,28.582,10,2.2,2021-09-14T23:06:38Z +-17.8756,28.5817,9.6,2.3,2021-09-14T23:13:35Z +-17.8742,28.5827,10.6,1.6,2021-09-14T23:16:56Z +-17.8814,28.5862,8.9,1.8,2021-09-14T23:18:44Z +-17.8642,28.5991,11.7,1.6,2021-09-14T23:20:41Z +-17.8755,28.5838,6.2,1.4,2021-09-14T23:21:47Z +-17.9057,28.561,15,1.5,2021-09-14T23:25:35Z +-17.9172,28.5534,10.2,1.9,2021-09-14T23:26:28Z +-17.8843,28.5792,9.1,2.3,2021-09-14T23:31:28Z +-17.8752,28.5954,7.8,1.7,2021-09-14T23:33:40Z +-17.8693,28.5834,8.4,1.6,2021-09-14T23:36:58Z +-17.8727,28.5831,8.7,2,2021-09-14T23:38:52Z +-17.8985,28.5891,9.8,1.9,2021-09-14T23:42:08Z +-17.8797,28.5808,8.5,1.5,2021-09-14T23:44:09Z +-17.8348,28.6052,14.6,1.3,2021-09-14T23:45:29Z +-17.8794,28.5975,9,1.8,2021-09-14T23:46:33Z +-17.871,28.5875,8.7,1.6,2021-09-14T23:47:34Z +-17.8783,28.584,9.1,2.5,2021-09-14T23:49:34Z +-17.8795,28.5955,9,1.7,2021-09-14T23:56:12Z +-17.8807,28.5986,8.3,2.1,2021-09-14T23:57:17Z +-17.8911,28.5789,10.9,1.9,2021-09-14T23:59:35Z +-17.8409,28.5725,8.4,2.4,2021-09-13T00:01:13Z +-17.8513,28.5678,9.6,2.4,2021-09-13T00:02:46Z +-17.8574,28.5692,9.6,3.1,2021-09-13T00:05:33Z +-17.8571,28.5642,9.3,2.6,2021-09-13T00:07:23Z +-17.8447,28.5691,9.7,2.7,2021-09-13T00:08:57Z +-17.8319,28.568,10.5,2.4,2021-09-13T00:11:13Z +-17.8527,28.5687,9.1,2.9,2021-09-13T00:12:10Z +-17.8553,28.5613,9.3,2.5,2021-09-13T00:14:19Z +-17.8513,28.5672,9.2,3.1,2021-09-13T00:15:10Z +-17.8486,28.5592,8.7,1.8,2021-09-13T00:16:38Z +-17.8535,28.5671,8.9,2.2,2021-09-13T00:18:50Z +-17.8546,28.5738,8.6,3,2021-09-13T00:21:06Z +-17.8457,28.5696,8,2.3,2021-09-13T00:22:51Z +-17.8527,28.5691,9.1,2.8,2021-09-13T00:25:02Z +-17.8659,28.5563,9.2,2,2021-09-13T00:27:27Z +-17.8508,28.5679,9.2,2.9,2021-09-13T00:28:39Z +-17.8531,28.5667,9.8,2.6,2021-09-13T00:31:00Z +-17.8512,28.5682,8.9,2.6,2021-09-13T00:32:15Z +-17.8503,28.5655,8.9,2.8,2021-09-13T00:36:23Z +-17.8782,28.5391,10.6,2,2021-09-13T00:37:50Z +-17.8672,28.5607,10.1,1.9,2021-09-13T00:40:08Z +-17.8518,28.5706,8.8,2.6,2021-09-13T00:41:13Z +-17.8447,28.5681,9.1,2.4,2021-09-13T00:44:08Z +-17.8544,28.5614,9.4,2.6,2021-09-13T00:51:25Z +-17.8474,28.5749,7.1,2,2021-09-13T00:54:11Z +-17.8474,28.5581,9.3,1.8,2021-09-13T00:56:47Z +-17.8413,28.5642,9.8,1.8,2021-09-13T00:58:33Z +-17.8445,28.5637,9.8,2.1,2021-09-13T01:01:12Z +-17.846800000000002,28.5676,9.5,2.4,2021-09-13T01:02:54Z +-17.848,28.567,9.9,2.4,2021-09-13T01:04:04Z +-17.8325,28.573,9.2,2,2021-09-13T01:12:01Z +-17.856,28.5627,9.3,2.4,2021-09-13T01:13:45Z +-17.8622,28.5631,9.6,1.7,2021-09-13T01:18:24Z +-17.8432,28.5708,9.5,2.4,2021-09-13T01:19:43Z +-17.8507,28.5637,10.2,2.2,2021-09-13T01:26:56Z +-17.8366,28.5713,8.5,2.5,2021-09-13T01:33:15Z +-17.8609,28.5583,8.7,1.9,2021-09-13T01:34:33Z +-17.8586,28.5628,9.2,2.4,2021-09-13T01:38:46Z +-17.862,28.5641,9.6,2.4,2021-09-13T01:39:40Z +-17.8542,28.5789,7.4,2.1,2021-09-13T01:44:19Z +-17.8476,28.5733,8.3,1.8,2021-09-13T01:46:48Z +-17.8591,28.5621,9,2.2,2021-09-13T01:50:52Z +-17.8399,28.5727,8.6,2.2,2021-09-13T01:56:36Z +-17.8482,28.5585,9.6,2.4,2021-09-13T01:58:02Z +-17.8461,28.5673,10.1,2.4,2021-09-13T02:00:32Z +-17.8429,28.5727,9.4,2.5,2021-09-13T02:02:42Z +-17.8693,28.5545,7.7,2.3,2021-09-13T02:04:27Z +-17.8593,28.5654,9.9,2.2,2021-09-13T02:06:53Z +-17.8494,28.5686,8.9,2.5,2021-09-13T02:08:13Z +-17.8601,28.5609,9.8,2.8,2021-09-13T02:10:14Z +-17.8651,28.5613,9.2,2.4,2021-09-13T02:12:06Z +-17.8425,28.5707,8.7,2.3,2021-09-13T02:13:31Z +-17.861,28.5594,8.3,2.2,2021-09-13T02:15:47Z +-17.8632,28.5623,10.1,2.4,2021-09-13T02:18:31Z +-17.8396,28.5775,8.1,2.7,2021-09-13T02:19:47Z +-17.854,28.5665,10.8,1.8,2021-09-13T02:21:18Z +-17.8435,28.5679,9.2,2.4,2021-09-13T02:23:36Z +-17.8624,28.5769,8,2,2021-09-13T02:24:47Z +-17.8558,28.5651,9.3,2.2,2021-09-13T02:26:08Z +-17.863,28.5713,11.2,2.1,2021-09-13T02:28:20Z +-17.8559,28.5705,8.9,2.7,2021-09-13T02:29:45Z +-17.8433,28.5622,9.4,2.1,2021-09-13T02:32:14Z +-17.8635,28.5726,8.3,2.5,2021-09-13T02:33:41Z +-17.8601,28.5701,9.2,2.1,2021-09-13T02:35:34Z +-17.8512,28.5676,9.2,2.5,2021-09-13T02:37:17Z +-17.8481,28.5728,9.1,2.4,2021-09-13T02:40:20Z +-17.8603,28.5661,9,2.5,2021-09-13T02:44:31Z +-17.8486,28.5655,9.8,2.3,2021-09-13T02:46:37Z +-17.8561,28.5687,8.4,2.7,2021-09-13T02:48:03Z +-17.8487,28.5721,9.1,2.1,2021-09-13T02:49:56Z +-17.8484,28.5727,8.5,2.6,2021-09-13T02:52:46Z +-17.86,28.5669,7.8,2.3,2021-09-13T02:53:57Z +-17.8475,28.5656,9.3,3.2,2021-09-13T02:56:11Z +-17.856,28.5401,10.5,2,2021-09-13T02:57:25Z +-17.8418,28.5738,8.6,2.7,2021-09-13T02:59:02Z +-17.8494,28.5755,7.5,2.7,2021-09-13T03:00:11Z +-17.8626,28.5726,8.7,3.1,2021-09-13T03:02:56Z +-17.8464,28.5731,8,2.6,2021-09-13T03:04:23Z +-17.8584,28.5615,9.1,2.5,2021-09-13T03:05:49Z +-17.8597,28.571,9.7,3.2,2021-09-13T03:08:00Z +-17.8452,28.5807,8.2,2.9,2021-09-13T03:10:28Z +-17.8538,28.5685,8.6,2.1,2021-09-13T03:11:46Z +-17.8521,28.5728,8.9,3.3,2021-09-13T03:13:31Z +-17.8539,28.567,8.1,2.2,2021-09-13T03:16:15Z +-17.8663,28.5583,8.5,2.6,2021-09-13T03:18:01Z +-17.8583,28.5689,9.4,2.4,2021-09-13T03:19:53Z +-17.863,28.5593,9.7,1.8,2021-09-13T03:21:59Z +-17.8616,28.575,9.4,3,2021-09-13T03:23:31Z +-17.841,28.5796,9.3,2.2,2021-09-13T03:28:29Z +-17.8471,28.5721,9,2.5,2021-09-13T03:31:05Z +-17.8488,28.5647,10.4,1.8,2021-09-13T03:33:14Z +-17.8622,28.5778,8.7,2.2,2021-09-13T03:35:20Z +-17.8538,28.57,9,3,2021-09-13T03:36:47Z +-17.8495,28.5701,8.6,2.3,2021-09-13T03:37:59Z +-17.8408,28.5829,7.7,2.1,2021-09-13T03:40:22Z +-17.8428,28.5695,8.6,2.5,2021-09-13T03:42:02Z +-17.8523,28.575,8.3,2.8,2021-09-13T03:44:56Z +-17.8539,28.5678,8.8,2.4,2021-09-13T03:49:25Z +-17.8594,28.5589,9.5,2.1,2021-09-13T03:51:01Z +-17.842,28.5731,10,2.6,2021-09-13T03:52:52Z +-17.8609,28.5786,7.9,2.9,2021-09-13T03:54:29Z +-17.8558,28.5648,8.3,2.4,2021-09-13T03:55:28Z +-17.8616,28.5684,8.6,2.4,2021-09-13T03:58:06Z +-17.8509,28.5726,8.6,2.9,2021-09-13T03:59:47Z +-17.8441,28.5722,8.9,2.5,2021-09-13T04:03:12Z +-17.8548,28.5562,10.4,2,2021-09-13T04:04:31Z +-17.8527,28.5633,9.5,1.9,2021-09-13T04:07:58Z +-17.8625,28.5609,9.3,2.1,2021-09-13T04:11:49Z +-17.8716,28.5675,9.9,1.8,2021-09-13T04:14:03Z +-17.8564,28.5563,9.8,2.8,2021-09-13T04:15:22Z +-17.8624,28.5626,9.9,2.8,2021-09-13T04:15:36Z +-17.86,28.5581,9.9,2.7,2021-09-13T04:16:36Z +-17.8552,28.5628,9.5,2.9,2021-09-13T04:19:32Z +-17.8579,28.5681,9.4,2.3,2021-09-13T04:21:20Z +-17.8617,28.5618,9.7,2.5,2021-09-13T04:22:58Z +-17.8613,28.5636,9.5,2.2,2021-09-13T04:24:45Z +-17.8623,28.5622,9.9,2.3,2021-09-13T04:27:50Z +-17.859,28.5609,9.6,2.2,2021-09-13T04:29:52Z +-17.8589,28.5608,9.1,1.9,2021-09-13T04:31:37Z +-17.8528,28.5639,9.5,1.9,2021-09-13T04:34:10Z +-17.8584,28.5682,9.1,2.4,2021-09-13T04:36:10Z +-17.853,28.5588,9.8,2.9,2021-09-13T04:37:54Z +-17.853,28.5573,9.9,1.9,2021-09-13T04:42:50Z +-17.8636,28.5519,9.9,1.8,2021-09-13T04:44:44Z +-17.8608,28.5654,8.2,1.9,2021-09-13T04:47:11Z +-17.8474,28.5655,9.6,1.7,2021-09-13T04:48:59Z +-17.8435,28.5604,10.3,2.5,2021-09-13T04:51:14Z +-17.8494,28.5704,9.4,1.8,2021-09-13T04:54:12Z +-17.8504,28.5679,9.2,2,2021-09-13T04:56:54Z +-17.8502,28.579,7.4,1.8,2021-09-13T04:58:37Z +-17.84,28.5629,9.9,2.5,2021-09-13T05:02:17Z +-17.8598,28.5772,7.9,1.7,2021-09-13T05:05:08Z +-17.8487,28.5714,8.5,1.9,2021-09-13T05:09:56Z +-17.8347,28.5666,9.6,2.8,2021-09-13T05:25:27Z +-17.8568,28.5698,9.9,1.9,2021-09-13T05:29:07Z +-17.8472,28.5726,9.5,2,2021-09-13T05:31:51Z +-17.8316,28.5651,9.2,2.3,2021-09-13T05:33:22Z +-17.841,28.5696,9,1.9,2021-09-13T05:35:32Z +-17.8581,28.5698,7.7,1.7,2021-09-13T05:44:35Z +-17.8394,28.5671,9.9,2,2021-09-13T05:46:50Z +-17.8533,28.5566,9.3,2.5,2021-09-13T05:49:43Z +-17.8439,28.5766,9.3,2.2,2021-09-13T05:51:03Z +-17.8348,28.5665,10.5,2,2021-09-13T05:54:44Z +-17.8319,28.565,10.3,2.1,2021-09-13T06:01:08Z +-17.8412,28.5802,4.3,2.1,2021-09-13T06:07:39Z +-17.845,28.577,8.7,2.2,2021-09-13T06:13:05Z +-17.8503,28.5727,8.8,2.6,2021-09-13T06:18:21Z +-17.8499,28.572,8.2,2.2,2021-09-13T06:19:39Z +-17.8515,28.5723,8.8,2.5,2021-09-13T06:24:34Z +-17.848,28.5646,9.8,2.1,2021-09-13T06:28:51Z +-17.8495,28.5742,8.6,2.6,2021-09-13T06:31:20Z +-17.8583,28.5519,9.3,1.9,2021-09-13T06:33:40Z +-17.8323,28.5665,10,2.1,2021-09-13T06:38:34Z +-17.8531,28.5716,9,2.7,2021-09-13T06:39:54Z +-17.8534,28.5709,8.8,2.1,2021-09-13T06:44:01Z +-17.8506,28.5726,8.8,2.7,2021-09-13T06:50:28Z +-17.8561,28.5718,9.5,1.7,2021-09-13T06:54:53Z +-17.8544,28.5604,9.7,2.3,2021-09-13T07:07:31Z +-17.8527,28.5581,9.7,2.3,2021-09-13T07:29:20Z +-17.8622,28.5755,9.3,2,2021-09-13T07:39:57Z +-17.8567,28.5696,9.8,2.1,2021-09-13T07:44:47Z +-17.8509,28.5595,9.3,2.5,2021-09-13T08:14:06Z +-17.8619,28.5715,7.5,2.1,2021-09-13T09:22:04Z +-17.8619,28.5754,9.1,1.8,2021-09-13T09:46:25Z +-17.8462,28.5724,10.9,2,2021-09-13T09:51:06Z +-17.8528,28.573,8.8,2.1,2021-09-13T09:53:07Z +-17.8628,28.5749,8.9,2.2,2021-09-13T10:04:10Z +-17.8678,28.5763,9,2.1,2021-09-13T10:08:14Z +-17.864,28.5707,9.8,2.1,2021-09-13T10:11:53Z +-17.8406,28.5742,9.7,1.9,2021-09-13T10:50:51Z +-17.8713,28.562,10,2,2021-09-13T10:54:49Z +-17.8557,28.5716,10.6,2,2021-09-13T10:57:13Z +-17.8394,28.5766,10.7,2.2,2021-09-13T11:01:26Z +-17.8591,28.5764,8.2,2,2021-09-13T11:03:19Z +-17.8544,28.5573,9.9,1.9,2021-09-13T11:42:38Z +-17.8531,28.5778,7.9,2,2021-09-13T12:17:29Z +-17.8512,28.5699,9,2,2021-09-13T12:46:00Z +-17.8736,28.5669,7.5,1.9,2021-09-13T13:03:22Z +-17.8589,28.5675,10.7,2.3,2021-09-13T13:04:57Z +-17.8355,28.58,10.8,2.1,2021-09-13T13:58:18Z +-17.8656,28.5445,7.6,2,2021-09-13T15:47:55Z +-17.8587,28.5695,10.1,2.1,2021-09-13T15:55:25Z +-17.8483,28.5699,8.5,2.1,2021-09-13T16:24:42Z +-17.8597,28.5713,8.2,2,2021-09-13T16:42:48Z +-17.8682,28.57,8.3,2.3,2021-09-13T16:50:14Z +-17.8599,28.5741,9.4,2,2021-09-13T17:01:41Z +-17.8514,28.5647,8.9,2.4,2021-09-13T18:07:46Z +-17.8541,28.5615,8.8,2,2021-09-13T18:12:28Z +-17.8465,28.5675,9.2,2.4,2021-09-13T18:16:24Z +-17.8515,28.5663,8.4,2.4,2021-09-13T18:28:45Z +-17.8587,28.5689,8.8,2.2,2021-09-13T18:38:56Z +-17.8695,28.5791,9.1,2.1,2021-09-13T18:44:23Z +-17.8801,28.5659,8.6,2,2021-09-13T19:02:40Z +-17.8648,28.5721,9.6,1.6,2021-09-13T19:10:06Z +-17.8745,28.5808,9.1,1.9,2021-09-13T19:40:44Z +-17.8844,28.5782,7.8,1.8,2021-09-13T19:43:35Z +-17.8653,28.5652,8.7,2.1,2021-09-13T19:45:32Z +-17.879,28.5831,8.4,1.7,2021-09-13T20:06:39Z +-17.8525,28.5825,9.2,1.5,2021-09-13T20:14:20Z +-17.8832,28.5773,8.8,1.6,2021-09-13T20:17:08Z +-17.8759,28.5867,9.6,1.6,2021-09-13T20:22:43Z +-17.8861,28.5445,13.3,1.8,2021-09-13T20:24:40Z +-17.8384,28.5828,11.8,1.5,2021-09-13T20:26:15Z +-17.8918,28.5641,10.7,1.5,2021-09-13T20:27:08Z +-17.9166,28.5686,9.6,1.5,2021-09-13T20:28:32Z +-17.8789,28.5668,11.1,1.8,2021-09-13T20:33:02Z +-17.8714,28.5729,9.2,1.4,2021-09-13T20:35:49Z +-17.8679,28.5722,9.7,1.7,2021-09-13T20:38:50Z +-17.8517,28.5852,11.2,1.8,2021-09-13T20:41:40Z +-17.8782,28.5612,9.8,1.4,2021-09-13T20:42:18Z +-17.8753,28.5789,8.9,1.5,2021-09-13T20:50:05Z +-17.8719,28.5878,6.9,1.8,2021-09-13T20:50:26Z +-17.8489,28.5784,12.9,1.7,2021-09-13T20:52:15Z +-17.8992,28.5772,8.6,1.6,2021-09-13T20:53:19Z +-17.8529,28.5905,10.4,1.9,2021-09-13T20:55:13Z +-17.8727,28.5694,9.2,1.6,2021-09-13T20:55:59Z +-17.8732,28.5693,9.7,1.5,2021-09-13T20:58:37Z +-17.891,28.5701,8.6,1.4,2021-09-13T21:02:27Z +-17.8761,28.5667,10.3,1.6,2021-09-13T21:03:29Z +-17.8641,28.5947,9.3,1.3,2021-09-13T21:04:08Z +-17.862,28.578,11.3,1.5,2021-09-13T21:05:14Z +-17.8689,28.5512,12.2,1.7,2021-09-13T21:06:39Z +-17.8836,28.5832,11.2,1.5,2021-09-13T21:07:41Z +-17.8543,28.5807,11.4,1.4,2021-09-13T21:09:21Z +-17.8937,28.5878,11.9,1.6,2021-09-13T21:12:11Z +-17.9057,28.5723,7.9,1.6,2021-09-13T21:16:20Z +-17.8957,28.574,8.6,1.5,2021-09-13T21:20:54Z +-17.8709,28.5649,10.6,1.8,2021-09-13T21:22:38Z +-17.8833,28.5715,8.3,1.6,2021-09-13T21:23:28Z +-17.8621,28.5717,10.1,1.8,2021-09-13T21:24:48Z +-17.8787,28.5802,9.3,1.7,2021-09-13T21:26:51Z +-17.8814,28.5717,11.7,1.7,2021-09-13T21:29:00Z +-17.8933,28.5923,7,1.8,2021-09-13T21:29:38Z +-17.8749,28.5884,7.5,1.8,2021-09-13T21:31:52Z +-17.8586,28.5821,10.2,2,2021-09-13T21:36:11Z +-17.8939,28.5583,10,1.6,2021-09-13T21:38:31Z +-17.8766,28.5742,9.3,1.6,2021-09-13T21:41:18Z +-17.8684,28.5778,10.3,1.7,2021-09-13T21:44:19Z +-17.863,28.5828,10.2,1.6,2021-09-13T21:46:31Z +-17.8705,28.5994,9,2,2021-09-13T22:02:06Z +-17.8857,28.58,9.5,2,2021-09-13T22:07:44Z +-17.8761,28.5843,9.9,1.9,2021-09-13T22:10:13Z +-17.8713,28.5853,8.6,2.1,2021-09-13T22:11:15Z +-17.8785,28.5634,9.3,1.9,2021-09-13T22:13:22Z +-17.8778,28.5803,9.2,2.2,2021-09-13T22:14:39Z +-17.8762,28.5725,9,1.9,2021-09-13T22:16:06Z +-17.892,28.5794,8.6,1.8,2021-09-13T22:19:30Z +-17.8661,28.5737,8.8,2.2,2021-09-13T22:28:05Z +-17.8619,28.5848,8,1.7,2021-09-13T22:29:13Z +-17.8862,28.5722,10.1,2.4,2021-09-13T22:35:11Z +-17.877,28.5886,7.4,1.6,2021-09-13T22:38:13Z +-17.8571,28.5626,11.4,2.3,2021-09-13T22:40:33Z +-17.8787,28.5924,6.8,1.7,2021-09-13T22:42:28Z +-17.8758,28.581,8.9,1.3,2021-09-13T22:48:10Z +-17.8746,28.5784,7.3,2.7,2021-09-13T22:51:46Z +-17.8814,28.5854,9.2,2.3,2021-09-13T23:00:35Z +-17.8927,28.5823,10,1.8,2021-09-13T23:02:23Z +-17.8712,28.5805,8.4,3.4,2021-09-13T23:10:17Z +-17.8507,28.5888,9,3.2,2021-09-13T23:14:25Z +-17.8665,28.5741,11.4,1.5,2021-09-13T23:21:13Z +-17.861,28.5817,9.4,2.9,2021-09-13T23:24:08Z +-17.8687,28.5805,8.2,1.6,2021-09-13T23:28:19Z +-17.8654,28.5756,8,3,2021-09-13T23:30:36Z +-17.8744,28.5804,6.9,3.3,2021-09-13T23:32:17Z +-17.8935,28.5795,7.2,1.8,2021-09-13T23:34:02Z +-17.886,28.5804,9.3,1.9,2021-09-13T23:36:14Z +-17.8839,28.5731,11.6,2.1,2021-09-13T23:38:43Z +-17.88,28.5689,8.3,2.2,2021-09-13T23:41:23Z +-17.888,28.5666,9.7,1.9,2021-09-13T23:42:48Z +-17.8908,28.5834,12.6,2.1,2021-09-13T23:43:52Z +-17.8711,28.5801,10.5,1.8,2021-09-13T23:46:32Z +-17.875,28.5761,7.3,1.9,2021-09-13T23:53:59Z +-17.8822,28.5728,9.8,2.4,2021-09-13T23:56:38Z +-17.9199,28.54,7.4,2.1,2021-09-13T23:59:02Z +-17.9145,28.5542,8.5,1.9,2021-09-13T23:59:27Z +-17.8346,28.5771,12.1,1.1,2021-09-12T00:16:14Z +-17.8041,28.5747,11.2,1.4,2021-09-12T00:27:26Z +-17.8379,28.5593,10.1,1.2,2021-09-12T00:52:29Z +-17.8304,28.5697,11,1.1,2021-09-12T00:59:30Z +-17.8512,28.5572,10.8,0.9,2021-09-12T00:59:48Z +-17.8279,28.5657,12.1,1.1,2021-09-12T01:20:35Z +-17.8573,28.5265,11.9,1.3,2021-09-12T01:22:03Z +-17.8791,28.5616,12.4,1.3,2021-09-12T01:53:14Z +-17.8271,28.5605,11.7,1.3,2021-09-12T01:58:42Z +-17.8242,28.567,11.6,1.1,2021-09-12T02:57:50Z +-17.8313,28.5618,12.9,1.1,2021-09-12T02:58:59Z +-17.8355,28.5756,10.6,1.1,2021-09-12T03:12:57Z +-17.8195,28.5715,9.9,0.8,2021-09-12T03:15:41Z +-17.844,28.5524,11.4,0.9,2021-09-12T03:45:17Z +-17.8132,28.5332,13.3,1.4,2021-09-12T03:59:53Z +-17.8279,28.5592,12.7,1,2021-09-12T04:05:52Z +-17.8538,28.555,11.3,1,2021-09-12T04:32:12Z +-17.7977,28.5759,11.7,1,2021-09-12T05:05:24Z +-17.8483,28.563,10.9,1.2,2021-09-12T05:19:43Z +-17.8272,28.5656,12,1.4,2021-09-12T05:50:41Z +-17.8438,28.5609,11.5,1.1,2021-09-12T06:37:57Z +-17.8418,28.565,12,1.4,2021-09-12T06:59:54Z +-17.8406,28.5659,9.7,1.8,2021-09-12T07:05:46Z +-17.8637,28.5624,12.5,1.8,2021-09-12T07:12:02Z +-17.8627,28.5568,12.8,1.8,2021-09-12T07:19:17Z +-17.8583,28.5595,12.5,1.8,2021-09-12T07:23:16Z +-17.8469,28.5621,10.7,1.7,2021-09-12T08:03:46Z +-17.8419,28.5659,10.4,1.5,2021-09-12T08:16:28Z +-17.8645,28.5576,10.6,1.6,2021-09-12T08:23:06Z +-17.8326,28.5643,9,2,2021-09-12T08:26:58Z +-17.8562,28.5523,10.3,1.8,2021-09-12T08:34:35Z +-17.8342,28.5696,10.2,2.1,2021-09-12T08:46:06Z +-17.8392,28.557,13.1,1.5,2021-09-12T10:04:27Z +-17.8459,28.5638,11.9,1.7,2021-09-12T11:32:44Z +-17.8518,28.5442,11.5,1.8,2021-09-12T11:48:05Z +-17.8512,28.55,10.2,1.6,2021-09-12T11:54:33Z +-17.8509,28.5489,10.2,1.7,2021-09-12T12:14:04Z +-17.8439,28.5746,9.5,1.6,2021-09-12T12:21:27Z +-17.862,28.5743,11.1,1.6,2021-09-12T12:24:41Z +-17.8337,28.5507,13.4,1.9,2021-09-12T12:35:55Z +-17.8687,28.5542,10,2.1,2021-09-12T12:38:10Z +-17.8416,28.5595,9.4,2,2021-09-12T12:43:44Z +-17.8454,28.5578,9.6,1.9,2021-09-12T12:48:10Z +-17.8434,28.566,10.5,2.1,2021-09-12T12:51:01Z +-17.8629,28.5599,8.6,1.5,2021-09-12T13:16:10Z +-17.8654,28.5606,11,1.7,2021-09-12T13:19:06Z +-17.8198,28.5674,8.3,2.2,2021-09-12T13:43:50Z +-17.8241,28.5726,10.5,2,2021-09-12T13:45:26Z +-17.8744,28.5622,10.6,2.1,2021-09-12T13:50:06Z +-17.8278,28.5637,9.4,2.5,2021-09-12T13:54:39Z +-17.8602,28.5765,8.2,1.6,2021-09-12T14:00:49Z +-17.8521,28.5758,8.3,1.7,2021-09-12T14:02:39Z +-17.8451,28.5669,9.3,1.9,2021-09-12T14:03:56Z +-17.8418,28.5676,10,1.9,2021-09-12T14:09:48Z +-17.8809,28.5623,10.6,2,2021-09-12T14:10:09Z +-17.8251,28.5687,9.1,2.4,2021-09-12T14:12:59Z +-17.8451,28.556,11,1.9,2021-09-12T14:13:49Z +-17.8411,28.5737,8.4,2,2021-09-12T14:18:17Z +-17.8349,28.5568,9.9,1.7,2021-09-12T14:21:39Z +-17.8385,28.5598,10.2,2.5,2021-09-12T14:22:49Z +-17.8466,28.5731,9.8,1.7,2021-09-12T14:26:40Z +-17.8545,28.5441,8.6,2.1,2021-09-12T14:30:31Z +-17.8264,28.5661,10.7,1.8,2021-09-12T14:39:00Z +-17.8475,28.5344,13.1,1.6,2021-09-12T14:41:04Z +-17.8307,28.5718,9.1,2.4,2021-09-12T14:44:26Z +-17.8683,28.5619,10.8,1.7,2021-09-12T14:46:37Z +-17.828,28.5658,8.4,1.9,2021-09-12T14:47:28Z +-17.8304,28.5691,9.6,2.1,2021-09-12T14:48:11Z +-17.8433,28.5612,13,1.8,2021-09-12T14:52:24Z +-17.8479,28.5724,7.4,1.3,2021-09-12T14:53:06Z +-17.7969,28.5546,14.8,1.9,2021-09-12T14:54:44Z +-17.8472,28.5647,9.7,2.1,2021-09-12T14:56:30Z +-17.8385,28.56,11.9,1.9,2021-09-12T15:00:21Z +-17.8288,28.5693,8.5,2.5,2021-09-12T15:03:49Z +-17.8501,28.5689,10.2,2.2,2021-09-12T15:08:46Z +-17.832,28.5641,9.7,2.7,2021-09-12T15:14:38Z +-17.8359,28.5669,10.8,2.1,2021-09-12T15:18:26Z +-17.8319,28.5678,9.7,2.1,2021-09-12T15:20:31Z +-17.8515,28.5646,10.9,2.1,2021-09-12T15:25:49Z +-17.824,28.57,9.3,2.8,2021-09-12T15:26:57Z +-17.8293,28.563,12.9,1.8,2021-09-12T15:37:05Z +-17.8418,28.566,10.5,2.1,2021-09-12T15:37:36Z +-17.8508,28.5602,10,1.9,2021-09-12T15:40:13Z +-17.8312,28.5661,9.8,2.8,2021-09-12T15:41:13Z +-17.828,28.5661,10.4,1.8,2021-09-12T15:45:23Z +-17.8291,28.5686,8.7,2.8,2021-09-12T15:49:06Z +-17.8476,28.5417,9.8,2,2021-09-12T15:52:09Z +-17.8629,28.553,9.8,1.8,2021-09-12T15:54:37Z +-17.8285,28.566,10.5,2.2,2021-09-12T16:00:34Z +-17.8166,28.5721,10,1.8,2021-09-12T16:02:20Z +-17.8311,28.5634,9.5,1.7,2021-09-12T16:05:44Z +-17.8501,28.5606,10.6,2.2,2021-09-12T16:11:25Z +-17.8321,28.5713,10.3,2.1,2021-09-12T16:11:43Z +-17.8399,28.5727,8.9,2,2021-09-12T16:14:29Z +-17.8269,28.5689,8.6,1.8,2021-09-12T16:14:59Z +-17.8464,28.5616,9.9,1.8,2021-09-12T16:28:04Z +-17.8332,28.549,9.9,2.2,2021-09-12T16:29:37Z +-17.8302,28.5655,9.9,2.4,2021-09-12T16:37:18Z +-17.8544,28.5575,10.1,2.1,2021-09-12T16:41:48Z +-17.8325,28.5638,8.8,2.1,2021-09-12T16:42:21Z +-17.8216,28.5641,12.1,2,2021-09-12T16:44:02Z +-17.8425,28.5585,10.2,2.4,2021-09-12T16:48:12Z +-17.8187,28.5618,11.1,2.2,2021-09-12T16:55:45Z +-17.831,28.5641,10,2,2021-09-12T16:57:39Z +-17.8424,28.5597,9.2,2.6,2021-09-12T17:08:07Z +-17.8408,28.5732,7.4,1.8,2021-09-12T17:21:20Z +-17.8174,28.563,10,2.1,2021-09-12T17:22:45Z +-17.8445,28.5636,8.2,2.2,2021-09-12T17:24:35Z +-17.8372,28.5588,10.1,2,2021-09-12T17:26:13Z +-17.8054,28.5627,16.5,2.1,2021-09-12T17:29:35Z +-17.8347,28.5729,8.6,2.1,2021-09-12T17:31:08Z +-17.8225,28.5642,9.9,2.3,2021-09-12T17:40:39Z +-17.8234,28.5675,7.5,1.8,2021-09-12T17:41:30Z +-17.8283,28.5752,11.8,1.8,2021-09-12T17:48:31Z +-17.8084,28.561,12.6,1.9,2021-09-12T17:48:51Z +-17.8412,28.5599,9.8,1.9,2021-09-12T17:50:41Z +-17.8484,28.5594,9.6,1.9,2021-09-12T17:51:43Z +-17.8508,28.5445,11.4,1.7,2021-09-12T17:54:31Z +-17.8352,28.5687,10.5,1.7,2021-09-12T17:58:35Z +-17.8347,28.5627,10.1,2.6,2021-09-12T17:59:37Z +-17.8574,28.5335,9.4,2.2,2021-09-12T17:59:54Z +-17.8182,28.558,17.5,2.1,2021-09-12T18:03:05Z +-17.83,28.5599,10.1,2.1,2021-09-12T18:15:22Z +-17.8344,28.5625,10.7,1.9,2021-09-12T18:16:00Z +-17.8139,28.5743,10.1,2,2021-09-12T18:20:58Z +-17.8262,28.5708,8.4,1.7,2021-09-12T18:23:46Z +-17.8366,28.5648,11.8,2,2021-09-12T18:24:55Z +-17.8341,28.5588,8.9,1.9,2021-09-12T18:26:50Z +-17.8322,28.5634,10.5,2.3,2021-09-12T18:36:52Z +-17.8369,28.5628,7.5,2,2021-09-12T18:42:41Z +-17.8373,28.5669,9.5,2.4,2021-09-12T18:47:33Z +-17.8861,28.5545,7.9,2.2,2021-09-12T18:53:50Z +-17.8379,28.5649,10.3,2,2021-09-12T18:58:16Z +-17.8676,28.5643,10.2,2.1,2021-09-12T19:01:34Z +-17.8252,28.5668,8.9,1.9,2021-09-12T19:07:34Z +-17.8485,28.5568,9.8,2.3,2021-09-12T19:10:05Z +-17.8481,28.5561,10.2,2,2021-09-12T19:15:27Z +-17.846,28.566,8.5,2,2021-09-12T19:17:10Z +-17.8539,28.5618,10.5,2.1,2021-09-12T19:18:58Z +-17.8249,28.5639,13.7,2.1,2021-09-12T19:19:28Z +-17.8742,28.555,10.9,2.4,2021-09-12T19:21:50Z +-17.8492,28.5699,10.4,2.2,2021-09-12T19:25:55Z +-17.8482,28.5638,9.1,2,2021-09-12T19:29:27Z +-17.8614,28.5585,10.2,2.5,2021-09-12T19:31:54Z +-17.8445,28.566,11.1,2.2,2021-09-12T19:35:25Z +-17.8546,28.559,9.1,2.5,2021-09-12T19:39:13Z +-17.861,28.5532,10.8,2.2,2021-09-12T19:48:53Z +-17.8362,28.5663,8.3,2.6,2021-09-12T19:57:22Z +-17.8442,28.5704,8.4,1.9,2021-09-12T20:00:45Z +-17.8453,28.5684,9.4,1.9,2021-09-12T20:06:59Z +-17.8265,28.5685,10.4,1.9,2021-09-12T20:10:18Z +-17.8474,28.562,9.9,2.2,2021-09-12T20:11:53Z +-17.8337,28.5759,7.5,1.5,2021-09-12T20:16:34Z +-17.8767,28.5611,9.7,1.9,2021-09-12T20:17:36Z +-17.8478,28.5694,13.2,1.7,2021-09-12T20:22:11Z +-17.8327,28.5723,9.5,1.9,2021-09-12T20:25:09Z +-17.8288,28.5734,10.8,1.6,2021-09-12T20:29:24Z +-17.8535,28.5715,9.8,2,2021-09-12T20:44:33Z +-17.8437,28.5618,9.5,2.3,2021-09-12T20:47:25Z +-17.8554,28.5685,9.9,1.6,2021-09-12T20:50:54Z +-17.8553,28.5713,7.6,1.6,2021-09-12T20:59:54Z +-17.8292,28.5763,10.4,1.7,2021-09-12T21:00:12Z +-17.8387,28.57,10.3,1.8,2021-09-12T21:06:47Z +-17.847,28.5676,8,1.8,2021-09-12T21:13:25Z +-17.8491,28.5565,9.1,1.6,2021-09-12T21:19:21Z +-17.8481,28.5621,8,2,2021-09-12T21:46:33Z +-17.8424,28.5701,8.4,2.4,2021-09-12T21:46:59Z +-17.8582,28.5623,8.9,1.7,2021-09-12T21:50:22Z +-17.8494,28.5686,8,2.2,2021-09-12T22:00:44Z +-17.8384,28.5664,8.8,2.2,2021-09-12T22:02:22Z +-17.835,28.5664,8.9,2.1,2021-09-12T22:06:24Z +-17.8731,28.5697,11.6,1.9,2021-09-12T22:08:57Z +-17.835,28.5696,8.7,2.5,2021-09-12T22:09:28Z +-17.8526,28.562,10.2,1.9,2021-09-12T22:12:51Z +-17.8363,28.5714,8.1,2,2021-09-12T22:22:46Z +-17.8452,28.5646,9.5,2.2,2021-09-12T22:49:40Z +-17.8406,28.5654,8.8,2.5,2021-09-12T22:52:25Z +-17.8387,28.575,7.9,2.6,2021-09-12T22:54:02Z +-17.8436,28.5714,9.2,2.5,2021-09-12T22:55:16Z +-17.8365,28.5709,8.2,2.6,2021-09-12T22:56:30Z +-17.8403,28.5754,8.3,2.6,2021-09-12T22:58:30Z +-17.852,28.56,9.6,3,2021-09-12T23:01:50Z +-17.8438,28.5815,8.5,2.3,2021-09-12T23:03:05Z +-17.8499,28.5663,8.7,2.6,2021-09-12T23:04:45Z +-17.8548,28.5652,8.2,2.9,2021-09-12T23:07:03Z +-17.8481,28.565,8.9,3,2021-09-12T23:09:27Z +-17.8444,28.5694,9.3,2.4,2021-09-12T23:10:41Z +-17.8464,28.5668,8.8,2.9,2021-09-12T23:12:48Z +-17.8457,28.5696,9.4,2.3,2021-09-12T23:14:39Z +-17.8562,28.5734,9.1,2.8,2021-09-12T23:16:37Z +-17.8497,28.5717,9,2.1,2021-09-12T23:18:28Z +-17.841,28.5682,9.3,2.5,2021-09-12T23:20:37Z +-17.8458,28.5756,8.5,2.3,2021-09-12T23:22:25Z +-17.8525,28.5643,8.9,2.7,2021-09-12T23:23:39Z +-17.8446,28.5763,7.8,2,2021-09-12T23:27:13Z +-17.8433,28.5707,7.9,2.2,2021-09-12T23:29:07Z +-17.8485,28.5712,9.4,2.3,2021-09-12T23:31:23Z +-17.8458,28.5652,9.3,2.9,2021-09-12T23:32:42Z +-17.848,28.5615,8.3,2.1,2021-09-12T23:34:57Z +-17.8459,28.5697,9,2.9,2021-09-12T23:36:52Z +-17.8482,28.5718,9.1,2.4,2021-09-12T23:39:18Z +-17.8516,28.5677,9.3,2.7,2021-09-12T23:42:22Z +-17.8487,28.5691,9.1,2.6,2021-09-12T23:44:05Z +-17.8524,28.5683,9.4,3.4,2021-09-12T23:46:55Z +-17.8574,28.5568,9.8,2.1,2021-09-12T23:49:03Z +-17.8477,28.5692,9.5,2.5,2021-09-12T23:52:26Z +-17.858,28.5715,9,3.3,2021-09-12T23:56:08Z +-17.8487,28.5705,9.2,2.6,2021-09-12T23:58:12Z +-17.8705,28.5675,10.6,1.5,2021-09-11T03:18:42Z +-17.8361,28.5647,10.2,1.1,2021-09-11T04:08:49Z +-17.85,28.5503,10.8,1.1,2021-09-11T04:29:04Z +-17.8179,28.568,10,1.1,2021-09-11T18:09:03Z +-17.8205,28.5115,13.2,1.2,2021-09-11T20:24:48Z +-17.8478,28.5605,12.2,1.2,2021-09-11T21:13:50Z +-17.8362,28.556,11.2,1.1,2021-09-11T22:15:45Z +-17.8198,28.569,9.8,1.4,2021-09-11T22:21:53Z +-17.8277,28.5774,8.9,1.1,2021-09-11T22:44:12Z +-17.8075,28.5837,10.5,1.2,2021-09-11T23:16:43Z +-17.831,28.5477,13.5,1,2021-09-11T23:47:49Z +-17.7931,28.578,13.2,1.2,2021-09-09T00:28:58Z +-17.8573,28.5789,9.2,1.1,2021-09-07T05:19:13Z +-17.8676,28.6358,14.5,1.3,2021-09-02T04:31:55Z +-17.7987,28.5439,22.1,1.1,2021-08-28T01:24:04Z +-17.7771,28.5565,21.6,0.9,2021-08-28T01:27:00Z +-17.8017,28.5237,25.6,1.1,2021-08-28T01:30:24Z +-17.8189,28.5559,24.2,1.4,2021-08-27T17:42:55Z +-17.8696,28.5639,22,1.2,2021-08-27T17:45:20Z +-17.8576,28.5791,20,1.1,2021-08-27T17:50:20Z +-17.8786,28.544,24.1,1.1,2021-08-27T17:56:11Z +-17.8295,28.5635,20.7,1,2021-08-27T22:30:16Z +-17.8107,28.5469,21,1.2,2021-08-27T23:14:07Z +-17.8304,28.5506,24.2,1.2,2021-08-27T23:16:18Z +-17.8187,28.5456,16.2,1.6,2021-08-17T13:24:53Z +-17.8853,28.5581,0.2,1.1,2021-08-15T11:17:57Z +-17.952,28.5479,16.7,1.6,2021-08-12T17:11:03Z +-17.8517,28.6439,0,1.8,2021-07-30T00:24:56Z +-17.8298,28.5132,31.9,1.8,2021-07-30T00:35:51Z +-17.7307,28.3102,5,1.9,2021-07-07T23:55:21Z +-17.8011,28.5859,32.6,1.2,2021-06-27T00:13:48Z +-17.8077,28.5712,31.2,1.3,2021-06-27T00:52:21Z +-17.8359,28.5358,32.7,1.3,2021-06-27T00:55:16Z +-17.7879,28.5847,31.4,1.5,2021-06-27T00:56:33Z +-17.7708,28.6031,33.3,1.8,2021-06-27T01:02:12Z +-17.8179,28.5608,30,1.4,2021-06-27T01:03:54Z +-17.8025,28.579,33.1,1.7,2021-06-26T00:45:15Z +-17.773,28.6075,30,1.2,2021-06-26T00:47:11Z +-17.8845,28.5576,29.2,1.2,2021-06-26T00:51:00Z +-17.8152,28.5629,31.9,1.6,2021-06-26T00:52:37Z +-17.8863,28.5405,31.4,2,2021-06-26T01:06:11Z +-17.7512,28.6273,33.8,1.1,2021-06-26T01:29:20Z +-17.8551,28.5518,35,1.4,2021-06-26T01:42:46Z +-17.7902,28.5942,33.5,1.5,2021-06-26T01:43:54Z +-17.8687,28.5404,37,1.5,2021-06-26T01:50:32Z +-17.8438,28.5118,24.9,1.5,2021-06-26T05:53:30Z +-17.9055,28.4951,28.2,1.5,2021-06-26T05:55:24Z +-17.888,28.4772,20.9,1.4,2021-06-26T06:12:16Z +-17.9264,28.4875,31,1.6,2021-06-26T06:21:07Z +-17.8257,28.5379,29.6,1.7,2021-06-25T07:19:38Z +-17.7925,28.5913,32.1,2.2,2021-06-25T07:22:57Z +-17.8368,28.4735,18.3,1.6,2021-06-25T07:37:28Z +-17.8047,28.5907,32.4,1.7,2021-06-25T08:08:35Z +-17.814,28.5676,33.6,2.2,2021-06-25T12:48:36Z +-17.8547,28.5381,33.6,1.9,2021-06-25T12:55:08Z +-17.8429,28.5242,28.3,1.3,2021-06-25T14:10:34Z +-17.8711,28.5245,31.2,1.9,2021-06-25T14:15:10Z +-17.8909,28.5236,33.8,2,2021-06-25T15:40:56Z +-17.7709,28.6178,32.8,1.6,2021-06-25T17:39:09Z +-17.7642,28.5785,27,1.6,2021-06-25T17:54:03Z +-17.8218,28.5409,30.9,1.4,2021-06-25T18:04:56Z +-17.8379,28.532,31.6,1.9,2021-06-25T18:09:55Z +-17.7853,28.5695,28.7,1.5,2021-06-25T21:21:13Z +-17.7884,28.5579,26,1.2,2021-06-25T21:23:35Z +-17.8248,28.5042,20.7,1.1,2021-06-25T21:46:03Z +-17.8333,28.5244,23.6,1.2,2021-06-25T22:51:08Z +-17.8451,28.529,32.5,1.5,2021-06-25T22:52:46Z +-17.8494,28.565,5.9,1,2021-06-18T04:06:24Z +-17.8281,28.6841,3,1.3,2021-06-17T01:31:23Z +-17.7819,28.5494,17,1.7,2021-04-20T22:33:30Z +-17.8259,28.5057,21.6,1.6,2021-04-20T23:18:18Z +-17.8092,28.5411,10.5,1.2,2021-04-01T03:00:08Z +-17.8852,28.6856,15,0.9,2021-03-02T18:10:01Z +-17.8899,28.4994,15.3,1.8,2021-02-26T00:48:20Z +-17.8327,28.4925,13.6,1.6,2021-02-14T02:31:05Z +-17.903,28.573,26.2,1.8,2021-02-11T16:50:53Z +-17.9343,28.5752,27.6,2.2,2021-02-02T03:13:03Z +-17.8104,28.5736,21.9,1.9,2021-02-01T00:56:32Z +-17.8321,28.5394,24.7,1.7,2021-02-01T01:55:48Z +-17.8245,28.5739,19.6,1.7,2021-02-01T01:56:05Z +-17.8234,28.566,23.5,1.4,2021-02-01T02:06:13Z +-17.8502,28.5784,20.4,1.9,2021-02-01T02:15:33Z +-17.8293,28.5558,20.6,2,2021-02-01T03:47:05Z +-17.8891,28.5085,27.6,1.8,2021-01-31T04:35:33Z +-17.8194,28.5621,24.1,1.6,2021-01-31T04:39:27Z +-17.8535,28.5536,25.6,1.7,2021-01-31T04:40:39Z +-17.7969,28.6266,26.1,1.5,2021-01-31T05:00:02Z +-17.8228,28.5379,25,1.6,2021-01-31T05:01:14Z +-17.9019,28.5411,17.5,1.2,2021-01-31T05:04:50Z +-17.9099,28.4688,33.6,1.5,2021-01-31T05:07:08Z +-17.9643,28.5461,18.3,1.7,2021-01-31T05:09:18Z +-17.889,28.5787,29.7,1.6,2021-01-31T05:17:37Z +-17.8622,28.4775,18.2,1.4,2021-01-31T05:28:10Z +-17.8571,28.5196,24.8,1.6,2021-01-31T06:25:19Z +-17.8483,28.5446,26.3,2,2021-01-31T08:32:17Z +-17.8268,28.5626,25.8,1.9,2021-01-31T08:32:54Z +-17.8486,28.5534,21.4,1.9,2021-01-31T08:54:54Z +-17.8181,28.5703,25,1.7,2021-01-31T09:03:08Z +-17.867,28.5615,23.2,2.3,2021-01-31T09:26:52Z +-17.8694,28.5599,18.9,1.6,2021-01-31T09:27:42Z +-17.8304,28.5598,24.4,1.9,2021-01-31T10:03:34Z +-17.8604,28.5545,22.9,1.7,2021-01-31T10:12:27Z +-17.8469,28.5582,24.1,1.5,2021-01-31T12:30:06Z +-17.808,28.5908,24.1,1.4,2021-01-31T12:32:26Z +-17.9058,28.5805,19.8,1.9,2021-01-31T12:33:38Z +-17.797,28.5813,23,2,2021-01-31T12:52:19Z +-17.8559,28.5586,23.5,2,2021-01-31T12:52:51Z +-17.8541,28.5462,21.8,1.6,2021-01-31T12:56:49Z +-17.8866,28.6055,24.3,1.6,2021-01-31T13:04:22Z +-17.8426,28.5081,21.1,1.7,2021-01-31T13:08:15Z +-17.8138,28.5353,23.9,1.8,2021-01-31T13:20:59Z +-17.827,28.5621,24,2,2021-01-31T13:21:23Z +-17.8156,28.542,25.4,1.9,2021-01-31T13:32:36Z +-17.8709,28.5401,23.7,1.9,2021-01-31T13:54:02Z +-17.8965,28.5664,24,2,2021-01-31T13:55:14Z +-17.8501,28.5595,22.8,1.9,2021-01-31T13:59:17Z +-17.8227,28.569,21.7,2.4,2021-01-31T14:00:51Z +-17.8453,28.5563,21.2,1.5,2021-01-31T14:10:37Z +-17.8274,28.5461,25.4,1.6,2021-01-31T14:59:04Z +-17.8804,28.5788,24.5,1.6,2021-01-31T15:10:00Z +-17.8383,28.5094,23.3,1.4,2021-01-31T15:11:24Z +-17.8526,28.4955,22,1.3,2021-01-31T15:15:44Z +-17.9411,28.5066,20.7,1.4,2021-01-31T15:17:54Z +-17.8176,28.6955,7.9,1.2,2021-01-31T15:24:19Z +-17.8447,28.5289,23.2,1.6,2021-01-31T15:29:09Z +-17.899,28.5109,24.8,1.7,2021-01-31T15:36:47Z +-17.8677,28.5637,22.5,2.2,2021-01-31T15:45:50Z +-17.8225,28.5486,25,1.4,2021-01-31T15:59:32Z +-17.82,28.5673,24,1.4,2021-01-31T16:11:47Z +-17.867,28.5651,22.3,1.9,2021-01-31T16:14:36Z +-17.8385,28.5562,24.2,1.6,2021-01-31T16:23:07Z +-17.8622,28.5445,22.5,2.4,2021-01-31T16:25:18Z +-17.8961,28.5417,20.2,1.9,2021-01-31T16:27:08Z +-17.8572,28.5563,22.3,2,2021-01-31T17:10:09Z +-17.8208,28.5687,22.1,2,2021-01-31T17:12:17Z +-17.8067,28.5134,19.7,2,2021-01-31T17:28:57Z +-17.9087,28.5669,24.1,1.9,2021-01-31T17:36:13Z +-17.7877,28.5861,12.8,1.6,2021-01-31T17:49:59Z +-17.8987,28.534300000000002,19.2,1.8,2021-01-31T17:59:40Z +-17.9004,28.5659,23.1,1.6,2021-01-31T18:51:07Z +-17.8966,28.5498,23.6,2,2021-01-31T19:12:23Z +-17.8415,28.557,24.8,2.1,2021-01-31T19:45:11Z +-17.85,28.543,22.5,1.8,2021-01-31T19:46:10Z +-17.892,28.5656,23,1.8,2021-01-31T19:54:58Z +-17.8392,28.58,25.1,1.7,2021-01-31T19:56:58Z +-17.8454,28.563,23.2,1.5,2021-01-31T19:57:17Z +-17.8179,28.5536,25.4,1.8,2021-01-31T20:02:09Z +-17.8406,28.561,23.2,1.7,2021-01-31T20:06:11Z +-17.9075,28.5722,25.3,1.5,2021-01-31T20:08:31Z +-17.8645,28.5397,23.1,1.9,2021-01-31T20:20:18Z +-17.8634,28.5574,27,1.7,2021-01-31T20:51:52Z +-17.869,28.5183,22.3,1.4,2021-01-31T20:52:03Z +-17.8549,28.5514,21.6,1.5,2021-01-31T21:40:07Z +-17.841,28.5717,28.7,2.1,2021-01-08T22:30:26Z +-17.7756,28.6049,30.2,1.9,2021-01-08T23:43:04Z +-17.8686,28.5592,3.7,1,2020-12-30T06:26:25Z +-17.8502,28.5528,23.8,1.7,2020-12-26T00:03:40Z +-17.847,28.5532,24.2,1.7,2020-12-26T02:35:55Z +-17.8618,28.5758,24.5,1.6,2020-12-26T06:03:32Z +-17.8947,28.5779,28.6,1.6,2020-12-26T06:37:56Z +-17.8984,28.5505,27.4,1.7,2020-12-26T06:40:24Z +-17.9265,28.5523,25.4,1.6,2020-12-26T06:47:48Z +-17.8679,28.5529,24.5,2,2020-12-26T07:31:34Z +-17.8386,28.5689,24.7,1.8,2020-12-26T07:35:58Z +-17.827,28.6089,25.7,1.4,2020-12-26T07:38:47Z +-17.8684,28.5003,25,1.6,2020-12-25T09:10:18Z +-17.7832,28.6978,17.9,1.8,2020-12-25T16:54:51Z +-17.8381,28.573,27.2,1.6,2020-12-25T21:54:27Z +-17.8206,28.5654,28.3,1.9,2020-12-25T22:31:42Z +-17.8492,28.5561,27.6,1.8,2020-12-25T22:40:29Z +-17.8432,28.5415,27.6,1.9,2020-12-25T22:40:29Z +-17.87,28.5559,26.5,1.7,2020-12-25T22:41:56Z +-17.893,28.5587,25.2,1.4,2020-12-25T22:48:54Z +-17.8456,28.5665,25.3,1.8,2020-12-25T22:58:41Z +-17.869,28.5571,25,1.5,2020-12-25T23:07:18Z +-17.9334,28.5631,25.4,1.6,2020-12-25T23:13:29Z +-17.9222,28.5422,23.5,1.7,2020-12-25T23:15:57Z +-17.8537,28.5332,22,1.4,2020-12-25T23:19:41Z +-17.8278,28.5792,32,1.6,2020-12-25T23:20:43Z +-17.9213,28.5208,18.4,1.6,2020-12-25T23:22:18Z +-17.81,28.5691,23.1,1.6,2020-12-25T23:24:10Z +-17.8353,28.5814,26.4,1.9,2020-12-25T23:27:14Z +-17.8301,28.5743,27.7,1.9,2020-12-25T23:40:09Z +-17.9071,28.542,25.9,1.9,2020-12-25T23:48:52Z +-17.8919,28.5456,26.7,1.7,2020-12-25T23:52:57Z +-17.8633,28.5719,27,1.6,2020-12-25T23:54:06Z +-17.8154,28.5605,25.3,1.7,2020-12-25T23:58:38Z +-17.8515,28.5709,30.2,1.9,2020-12-24T00:29:08Z +-17.8728,28.5609,28.8,1.7,2020-12-24T00:34:22Z +-17.9017,28.5747,29.2,1.3,2020-12-24T00:34:45Z +-17.8324,28.5629,30.5,2.1,2020-12-24T00:42:54Z +-17.8745,28.5668,30.8,1.8,2020-12-24T00:43:54Z +-17.8792,28.5432,27.8,1.7,2020-12-24T00:44:06Z +-17.8924,28.549,28,1.9,2020-12-24T00:46:09Z +-17.8682,28.5623,29.2,1.9,2020-12-24T00:46:09Z +-17.8509,28.5639,29,1.8,2020-12-24T00:48:54Z +-17.8587,28.5558,29,1.9,2020-12-24T00:50:01Z +-17.8361,28.5582,30.5,1.9,2020-12-24T00:51:23Z +-17.8524,28.5813,27.9,1.6,2020-12-24T00:54:41Z +-17.8709,28.5334,25.1,1.8,2020-12-24T01:21:37Z +-17.8871,28.5385,27.2,1.7,2020-12-24T01:22:22Z +-17.8579,28.5347,27.6,1.7,2020-12-24T01:24:38Z +-17.8331,28.5833,29.4,1.7,2020-12-24T01:26:56Z +-17.8525,28.6317,25.2,1.7,2020-12-24T01:27:32Z +-17.8425,28.5449,31.1,2,2020-12-24T01:29:02Z +-17.8503,28.5643,30.5,2,2020-12-24T01:29:24Z +-17.8404,28.5502,30.5,2.2,2020-12-24T01:30:13Z +-17.8483,28.6269,29.9,1.8,2020-12-24T01:31:08Z +-17.918,28.5507,26.2,1.5,2020-12-24T01:31:52Z +-17.8913,28.5542,30.6,1.8,2020-12-24T01:32:32Z +-17.8526,28.5585,30.4,2,2020-12-24T01:32:54Z +-17.8763,28.5565,31.9,2,2020-12-24T01:33:27Z +-17.8216,28.5499,32.9,1.9,2020-12-24T01:33:56Z +-17.8526,28.5824,30.3,1.9,2020-12-24T01:34:15Z +-17.9308,28.5628,26.8,1.5,2020-12-24T01:36:42Z +-17.8334,28.5758,28.9,1.6,2020-12-24T01:37:14Z +-17.8778,28.5614,29.4,1.9,2020-12-24T01:38:08Z +-17.8124,28.5865,32,1.7,2020-12-24T01:40:06Z +-17.9073,28.5334,25,1.7,2020-12-24T01:40:22Z +-17.8805,28.5573,28.4,1.9,2020-12-24T01:47:43Z +-17.8736,28.561,31.5,2.2,2020-12-24T01:50:00Z +-17.8108,28.5737,29.2,2.2,2020-12-24T01:50:16Z +-17.8395,28.6014,31.6,1.9,2020-12-24T01:52:33Z +-17.8699,28.613,31.3,1.7,2020-12-24T01:53:07Z +-17.8706,28.5565,29.2,1.6,2020-12-24T01:56:38Z +-17.8582,28.5741,30.6,1.8,2020-12-24T01:57:08Z +-17.8617,28.5665,31.5,2,2020-12-24T02:02:16Z +-17.8842,28.5623,28.1,1.9,2020-12-24T02:04:58Z +-17.9411,28.5635,28.5,1.2,2020-12-24T02:16:17Z +-17.8898,28.5549,29,2,2020-12-24T02:23:53Z +-17.9151,28.5435,29.3,1.9,2020-12-24T02:29:46Z +-17.8909,28.5321,27,1.5,2020-12-24T02:32:07Z +-17.9321,28.5696,23.4,1.1,2020-12-24T02:54:49Z +-17.8508,28.5517,31.6,1.5,2020-12-24T04:56:35Z +-17.919,28.5504,29.2,1.4,2020-12-24T04:59:28Z +-17.8733,28.5433,29.2,2.2,2020-12-24T05:15:46Z +-17.8689,28.5269,31.4,1.9,2020-12-24T06:11:13Z +-17.8747,28.5705,31.2,1.8,2020-12-24T06:33:23Z +-17.9017,28.5616,26.9,2.1,2020-12-24T07:01:59Z +-17.8943,28.5258,30.1,2,2020-12-24T09:29:18Z +-17.8259,28.5678,29.8,2.1,2020-12-24T11:12:25Z +-17.8492,28.5514,29.7,2.2,2020-12-24T15:26:06Z +-17.85,28.5151,28.7,1.5,2020-12-24T21:01:06Z +-17.8751,28.5707,29.6,2.2,2020-12-24T21:02:01Z +-17.8938,28.5275,28,2,2020-12-24T21:04:26Z +-17.8855,28.5757,29.9,2.1,2020-12-24T21:05:17Z +-17.9177,28.5328,25.1,1.7,2020-12-24T21:06:19Z +-17.9107,28.5384,25,1.7,2020-12-24T21:07:22Z +-17.9312,28.5233,23.6,1.7,2020-12-24T21:07:34Z +-17.8723,28.5616,28.7,2.3,2020-12-24T21:08:02Z +-17.8654,28.5675,30.3,2.1,2020-12-24T21:08:21Z +-17.8914,28.548,28.8,1.8,2020-12-24T21:08:44Z +-17.8245,28.5865,28,2,2020-12-24T21:10:02Z +-17.9295,28.5441,26.4,1.5,2020-12-24T21:22:06Z +-17.9249,28.5138,25.3,1.9,2020-12-24T21:22:45Z +-17.8356,28.5674,29.1,2.1,2020-12-24T21:29:17Z +-17.8702,28.6091,31.7,2.2,2020-12-23T16:49:52Z +-17.8838,28.5264,28.5,1.5,2020-12-23T18:05:55Z +-17.9336,28.5645,31.1,1.4,2020-12-23T18:09:19Z +-17.8856,28.5525,29.1,1.9,2020-12-23T21:26:03Z +-17.8706,28.6068,30.4,1.8,2020-12-23T21:27:36Z +-17.9107,28.5692,30.1,1.8,2020-12-23T21:28:34Z +-17.7774,28.6,26.5,1.4,2020-12-23T21:32:34Z +-17.9162,28.5514,28.3,1.6,2020-12-23T21:34:19Z +-17.8909,28.539,26.9,1.7,2020-12-23T21:35:31Z +-17.8362,28.5344,29.5,1.9,2020-12-23T21:39:19Z +-17.7486,28.5733,26.9,1.6,2020-12-23T21:59:11Z +-17.8691,28.5603,28.7,2,2020-12-23T22:01:57Z +-17.837,28.565,28.9,2.2,2020-12-23T22:03:49Z +-17.8534,28.5597,30,2,2020-12-23T22:07:14Z +-17.8488,28.61,32.1,1.9,2020-12-23T22:08:37Z +-17.8535,28.5636,30,2.1,2020-12-23T22:13:11Z +-17.8477,28.5661,27.6,2,2020-12-23T22:22:51Z +-17.9105,28.5444,22.7,1.3,2020-12-23T22:28:22Z +-17.8299,28.5631,29.2,2,2020-12-23T22:29:32Z +-17.8508,28.5515,28.1,2.3,2020-12-23T22:39:58Z +-17.8971,28.5015,27.9,1.9,2020-12-23T22:50:34Z +-17.8999,28.6225,26.1,1.6,2020-12-23T22:54:19Z +-17.8258,28.555,26.9,2.1,2020-12-23T23:01:55Z +-17.8706,28.5628,26.7,1.4,2020-12-23T23:06:23Z +-17.8439,28.56,28.9,2,2020-12-23T23:10:14Z +-17.8462,28.5667,28.2,2.1,2020-12-23T23:22:13Z +-17.8815,28.5503,29,2,2020-12-23T23:28:09Z +-17.7564,28.5821,24.1,1.8,2020-12-23T23:28:26Z +-17.8997,28.5697,27.1,1.8,2020-12-23T23:36:54Z +-17.8679,28.5677,27.9,1.7,2020-12-23T23:38:10Z +-17.8691,28.5427,34.4,1.6,2020-11-21T05:55:13Z +-17.8683,28.5687,33.7,1.6,2020-11-21T06:06:38Z +-17.8151,28.5785,34.6,2,2020-11-21T07:42:21Z +-17.8309,28.5701,32.6,2,2020-11-21T07:59:08Z +-17.8376,28.5808,33.2,1.9,2020-11-21T08:07:53Z +-17.8542,28.5714,34.4,1.8,2020-11-21T08:18:19Z +-17.8142,28.5095,34,1.8,2020-11-21T09:17:07Z +-17.8663,28.695,34.9,1.7,2020-11-21T09:43:25Z +-17.8712,28.5704,36.4,1.7,2020-11-21T09:43:46Z +-17.8971,28.5721,33.3,1.6,2020-11-21T10:25:33Z +-17.858,28.5167,33.7,1.8,2020-11-21T10:27:28Z +-17.8291,28.5425,35.2,1.9,2020-11-21T11:35:32Z +-17.8673,28.5264,34,1.6,2020-11-21T11:38:28Z +-17.7947,28.5824,34.2,1.8,2020-11-21T11:52:52Z +-17.8547,28.58,2.9,0.9,2020-10-18T02:22:17Z +-17.8527,28.5621,2.6,0.5,2020-10-18T02:26:35Z +-17.8379,28.5783,3,0.2,2020-10-18T02:31:02Z +-17.8364,28.5629,5.1,0.8,2020-10-18T02:34:18Z +-17.845,28.5758,2.4,0.4,2020-10-18T02:40:27Z +-17.8356,28.5778,3.5,0.2,2020-10-18T02:42:12Z +-17.8405,28.5482,5.8,1.1,2020-10-18T02:45:24Z +-17.8384,28.5794,2.5,0.2,2020-10-18T02:50:50Z +-17.8405,28.5766,2.1,0.6,2020-10-18T02:51:15Z +-17.8417,28.583,2.8,0.5,2020-10-18T02:55:02Z +-17.8441,28.5786,2.8,1.2,2020-10-18T15:24:47Z +-17.8411,28.5856,1.7,0.8,2020-10-18T22:16:54Z +-17.8244,28.4984,27.9,1.4,2020-10-17T16:22:06Z +-17.8405,28.4938,31.6,1.5,2020-10-17T16:22:36Z +-17.8456,28.4825,30,1.3,2020-10-17T16:22:55Z +-17.8094,28.5134,30,1.6,2020-10-16T07:52:27Z +-17.929,28.5707,32.5,1.5,2020-10-10T00:04:09Z +-17.8724,28.5877,30.4,1.4,2020-10-10T00:28:43Z +-17.8791,28.5681,31.2,1.6,2020-10-10T00:30:22Z +-17.8192,28.5966,24.1,1,2020-10-10T00:34:02Z +-17.8548,28.5448,23.8,1.1,2020-10-10T00:42:46Z +-17.7536,28.6021,32.1,1.4,2020-10-10T00:46:39Z +-17.7979,28.5819,35.2,1.5,2020-10-10T00:59:51Z +-17.8979,28.501,23,1.6,2020-10-10T01:07:09Z +-17.8877,28.5078,24.9,1.2,2020-10-10T01:15:00Z +-17.9148,28.5998,37.3,1.6,2020-10-10T01:26:27Z +-17.9147,28.4941,24.9,1.5,2020-10-10T01:26:52Z +-17.7788,28.5824,30,1.3,2020-10-10T01:38:12Z +-17.9316,28.5051,24.1,1.3,2020-10-10T03:42:16Z +-17.9412,28.5644,33.4,1.4,2020-10-09T00:18:34Z +-17.8861,28.5817,33.6,1.2,2020-10-09T01:37:54Z +-17.7988,28.5545,33.7,1.5,2020-10-09T01:38:25Z +-17.784300000000002,28.5555,24.8,1.2,2020-10-09T02:24:40Z +-17.8152,28.595,37.9,1.6,2020-10-09T02:36:10Z +-17.9529,28.6101,36,1.4,2020-10-09T02:41:00Z +-17.9154,28.5406,34.6,1.6,2020-10-09T02:43:40Z +-17.8292,28.5843,33.8,1.3,2020-10-09T02:45:25Z +-17.9196,28.5391,35.8,1.3,2020-10-09T02:45:47Z +-17.851,28.6154,31,1.3,2020-10-09T02:46:45Z +-17.8203,28.5712,31.9,1.2,2020-10-09T02:49:22Z +-17.8175,28.5684,33.5,1.4,2020-10-09T03:04:46Z +-17.9265,28.6115,32.5,1.1,2020-10-09T03:08:24Z +-17.8582,28.586,38.4,1.7,2020-10-09T03:10:06Z +-17.7845,28.5899,35,1.6,2020-10-09T03:32:59Z +-17.8523,28.5691,32.2,1.8,2020-10-09T03:33:53Z +-17.7545,28.5724,29,1.8,2020-10-09T03:36:40Z +-17.7894,28.5793,29.8,1.9,2020-10-09T03:37:22Z +-17.7802,28.5719,36.8,2,2020-10-09T03:37:51Z +-17.882,28.5671,32.6,2,2020-10-09T03:39:14Z +-17.9055,28.6413,20.1,1.7,2020-10-09T03:42:18Z +-17.7437,28.6538,35.8,1.8,2020-10-09T03:44:06Z +-17.8317,28.5717,33.7,1.9,2020-10-09T03:45:12Z +-17.8795,28.6131,36.7,1.8,2020-10-09T03:45:27Z +-17.7737,28.5515,37.4,1.7,2020-10-09T03:48:18Z +-17.7994,28.6066,37.4,1.8,2020-10-09T03:50:13Z +-17.7933,28.5831,31.2,1.9,2020-10-09T03:50:36Z +-17.9268,28.5733,31.1,1.3,2020-10-09T03:56:07Z +-17.789,28.5918,32.3,1.8,2020-10-09T03:56:48Z +-17.821,28.5796,35.9,1.9,2020-10-09T03:57:33Z +-17.8801,28.5468,34.4,1.5,2020-10-09T04:05:36Z +-17.8233,28.5658,30.8,1.6,2020-10-09T04:45:26Z +-17.9826,28.5717,0,1.5,2020-10-09T07:43:16Z +-17.8901,28.556,29.2,1.9,2020-10-09T08:05:11Z +-17.9038,28.5548,29,1.7,2020-10-09T10:47:05Z +-17.7971,28.5663,29.5,2,2020-10-09T14:27:29Z +-17.8746,28.5597,33.3,1.7,2020-10-09T21:13:52Z +-17.8329,28.6356,29.7,1.3,2020-10-09T23:54:52Z +-17.8455,28.5995,32,1.1,2020-10-08T21:51:22Z +-17.8291,28.551,30,1.5,2020-10-08T22:45:57Z +-17.8933,28.6223,0,0.6,2020-09-22T03:05:16Z +-17.7664,28.5921,0,0.8,2020-09-17T01:00:37Z +-17.7989,28.4938,16.3,1.5,2020-08-09T03:26:12Z +-17.7994,28.6146,28.5,1.2,2020-08-02T01:59:00Z +-17.8361,28.5328,26.1,1.8,2020-08-02T02:59:40Z +-17.9331,28.5439,23.9,1.2,2020-08-02T03:45:59Z +-17.8839,28.5874,27.4,1.3,2020-08-02T06:35:14Z +-17.8415,28.5304,26.9,1.5,2020-08-02T07:25:28Z +-17.917,28.5436,24.9,1.6,2020-08-02T09:24:15Z +-17.8736,28.5124,28.1,1.7,2020-08-02T09:28:27Z +-17.772,28.5884,27.2,1.8,2020-08-02T09:30:06Z +-17.7736,28.5809,30,1.7,2020-08-02T09:33:09Z +-17.8185,28.5483,27,1.8,2020-08-02T10:02:40Z +-17.857,28.5188,25.5,1.7,2020-08-02T10:07:59Z +-17.8007,28.5811,30.9,1.7,2020-08-02T10:18:11Z +-17.8322,28.5456,28,1.7,2020-08-02T10:52:44Z +-17.7705,28.5513,24.3,1.6,2020-08-02T11:33:13Z +-17.7952,28.5384,25.4,1.8,2020-08-02T12:16:45Z +-17.8095,28.5457,26.2,1.6,2020-08-02T12:18:14Z +-17.8128,28.5473,24.5,1.5,2020-08-02T13:40:42Z +-17.8467,28.5392,28.7,1.4,2020-08-02T13:50:12Z +-17.8198,28.5481,27.7,1.7,2020-08-02T14:05:16Z +-17.8454,28.566,29,1.5,2020-08-02T14:12:52Z +-17.8148,28.5432,25,2,2020-08-02T19:20:49Z +-17.7986,28.5566,24.4,1.3,2020-08-01T00:43:18Z +-17.938,28.556,30.5,1.3,2020-08-01T01:09:18Z +-17.8705,28.5753,26.6,1.8,2020-08-01T05:10:22Z +-17.877,28.5918,25.7,1.5,2020-08-01T07:44:55Z +-17.8794,28.5556,27.6,1.6,2020-08-01T10:51:40Z +-17.7759,28.59,28,1.9,2020-08-01T16:48:11Z +-17.9471,28.5451,24.9,1.4,2020-08-01T17:58:54Z +-17.84,28.547,31.5,1.5,2020-08-01T19:43:20Z +-17.7813,28.558,27.3,1.7,2020-08-01T22:18:30Z +-17.8414,28.6313,30.4,1.6,2020-07-31T00:09:35Z +-17.8524,28.5496,25.8,1.7,2020-07-31T00:40:08Z +-17.8336,28.5806,32.4,1.8,2020-07-31T00:42:20Z +-17.8375,28.5608,29.8,1.8,2020-07-31T00:43:52Z +-17.8801,28.5471,25.6,1.8,2020-07-31T01:13:45Z +-17.8665,28.5497,21.9,1.5,2020-07-31T02:44:24Z +-17.8255,28.5533,27.8,2,2020-07-31T02:54:09Z +-17.8314,28.5591,28.9,1.8,2020-07-31T03:01:44Z +-17.7241,28.6105,27.6,1.6,2020-07-31T20:07:53Z +-17.752,28.597,27.9,1.6,2020-07-31T20:25:50Z +-17.9307,28.5723,29.6,1.4,2020-07-31T23:51:17Z +-17.9111,28.5578,25.9,1.4,2020-07-31T23:53:27Z +-17.804,28.585,26.4,1.5,2020-07-31T23:53:50Z +-17.7988,28.5922,30.1,1.3,2020-07-31T23:57:04Z +-17.9077,28.6009,28.1,1.2,2020-07-30T02:06:05Z +-17.8619,28.5654,27.9,1.6,2020-07-30T03:35:55Z +-17.8609,28.5672,26.1,1.5,2020-07-30T03:50:04Z +-17.8045,28.5374,16.2,1.4,2020-07-30T04:08:58Z +-17.8253,28.6306,24.5,1.4,2020-07-30T04:13:00Z +-17.9417,28.5614,32.4,1.9,2020-07-30T04:50:21Z +-17.7959,28.5993,26.3,1.7,2020-07-30T05:22:27Z +-17.7679,28.5879,28.9,1.8,2020-07-30T05:40:38Z +-17.9175,28.504,26.6,1.9,2020-07-30T07:00:45Z +-17.8098,28.5528,27.3,2.2,2020-07-30T08:13:34Z +-17.7641,28.6023,31.2,1.7,2020-07-30T08:54:41Z +-17.8276,28.5381,25.4,2.3,2020-07-30T10:01:06Z +-17.827,28.5436,28.6,1.9,2020-07-30T10:48:22Z +-17.8786,28.5542,25.1,1.8,2020-07-30T11:24:03Z +-17.8267,28.5453,28.6,2.1,2020-07-30T11:26:21Z +-17.8499,28.5781,27.5,1.8,2020-07-30T15:19:04Z +-17.8433,28.5154,20.2,1.2,2020-07-30T17:31:28Z +-17.9383,28.5246,22.8,1.3,2020-07-30T19:45:52Z +-17.9198,28.5468,23.3,1.3,2020-07-30T20:52:09Z +-17.7425,28.6471,23.8,1.7,2020-07-30T21:00:25Z +-17.8738,28.6093,27.4,1.4,2020-07-30T21:23:53Z +-17.979,28.5645,25.9,1.6,2020-07-30T22:04:01Z +-17.8275,28.5419,20.7,1.5,2020-07-30T22:14:08Z +-17.8386,28.5838,29,1.7,2020-07-30T22:23:15Z +-17.7592,28.5859,30,1.4,2020-07-30T23:18:45Z +-17.7476,28.5882,28.2,1.4,2020-07-30T23:45:13Z +-17.8585,28.5578,27.5,1.3,2020-07-29T01:31:10Z +-17.8115,28.5758,26.5,1.3,2020-07-29T01:38:15Z +-17.8313,28.4956,20.7,1.3,2020-07-29T01:41:01Z +-17.8373,28.5347,20.6,1,2020-07-29T04:06:53Z +-17.8448,28.6502,33.8,1.7,2020-07-29T05:00:04Z +-17.8651,28.531,30,1.3,2020-07-29T05:13:52Z +-17.797,28.563,28.5,2,2020-07-29T16:42:10Z +-17.8166,28.5781,26.9,1.6,2020-07-29T22:40:06Z +-17.8857,28.5377,29.3,1.6,2020-07-28T04:59:28Z +-17.796,28.6067,31.3,2.2,2020-07-28T05:52:57Z +-17.8646,28.4569,35.1,1.6,2020-07-28T06:39:52Z +-17.8206,28.5609,30,1.7,2020-07-28T06:42:16Z +-17.8331,28.5842,29.2,2.1,2020-07-28T06:42:52Z +-17.8283,28.5442,30.3,1.7,2020-07-28T06:44:58Z +-17.794,28.5772,30.2,1.7,2020-07-28T06:52:00Z +-17.9116,28.5627,29.5,2,2020-07-28T06:55:54Z +-17.7588,28.622,24.7,2,2020-07-28T07:36:09Z +-17.7928,28.5446,27.3,1.6,2020-07-28T15:33:42Z +-17.7434,28.6217,26.2,1.3,2020-07-28T20:41:39Z +-17.7778,28.5887,31.8,1.9,2020-07-27T19:21:15Z +-17.7524,28.6258,34.7,1.7,2020-07-27T19:32:51Z +-17.7452,28.606,33.6,1.6,2020-07-27T19:42:31Z +-17.8867,28.5809,30.7,1.6,2020-07-27T19:44:38Z +-17.9012,28.4708,29.2,1.5,2020-07-27T19:51:46Z +-17.7634,28.5876,30.1,1.8,2020-07-27T19:53:48Z +-17.8637,28.5312,30,2,2020-07-27T19:59:56Z +-17.7886,28.5372,31.8,1.6,2020-07-27T21:10:29Z +-17.7949,28.5375,26.3,1.6,2020-07-27T21:11:41Z +-17.7487,28.5767,30,1.9,2020-07-27T21:35:43Z +-17.8139,28.5307,21,1.5,2020-07-27T21:57:41Z +-17.8073,28.5498,32.2,1.7,2020-07-27T22:12:19Z +-17.7504,28.5759,31.6,1.6,2020-07-27T22:13:15Z +-17.8424,28.6048,33.8,1.8,2020-07-27T22:35:56Z +-17.8173,28.6089,33.8,1.7,2020-07-27T22:38:15Z +-17.7864,28.5723,31.5,1.9,2020-07-27T22:43:54Z +-17.8487,28.5338,26.1,1.5,2020-07-27T23:10:38Z +-17.9208,28.4651,26.5,1.4,2020-07-27T23:14:17Z +-17.8908,28.5804,36.8,1.8,2020-07-26T04:54:35Z +-17.922,28.576,30.7,1.5,2020-07-26T04:56:00Z +-17.8779,28.6428,30.5,1.4,2020-07-26T04:56:34Z +-17.9325,28.6094,29.3,1.4,2020-07-26T04:57:44Z +-17.8989,28.5443,29,1.5,2020-07-26T05:17:34Z +-17.8087,28.5781,28.9,1.6,2020-07-26T06:50:13Z +-17.7675,28.6119,24.7,1.9,2020-07-26T08:08:40Z +-17.7754,28.6264,31.6,1.5,2020-07-26T21:37:24Z +-17.788,28.5971,34.9,1.7,2020-07-26T21:37:55Z +-17.7862,28.5728,31.5,1.4,2020-07-26T21:38:57Z +-17.7955,28.583,31.9,1.9,2020-07-26T21:52:17Z +-17.8471,28.5819,28.5,1.7,2020-07-25T01:12:44Z +-17.7498,28.58,24.5,1.7,2020-07-25T01:41:14Z +-17.9011,28.5925,31,1.6,2020-07-25T18:01:28Z +-17.7132,28.6517,29.9,1.7,2020-07-25T18:01:59Z +-17.8754,28.5206,32.2,1.9,2020-07-25T18:04:36Z +-17.7781,28.5764,33.5,1.9,2020-07-25T18:06:14Z +-17.847,28.6437,29.9,1.6,2020-07-25T18:11:01Z +-17.921,28.525,27.6,1.9,2020-07-25T18:12:45Z +-17.8455,28.5241,32.2,2.1,2020-07-25T18:14:49Z +-17.8088,28.5663,30.5,1.7,2020-07-25T18:16:05Z +-17.7526,28.574,29.1,1.6,2020-07-25T18:17:52Z +-17.7287,28.587,25.5,1.4,2020-07-25T18:18:08Z +-17.7753,28.5511,26.9,1.6,2020-07-25T18:18:20Z +-17.8153,28.522,33.4,2.3,2020-07-25T18:20:07Z +-17.7416,28.5774,27.1,1.9,2020-07-25T18:22:20Z +-17.8746,28.4682,18.3,1.7,2020-07-25T18:23:31Z +-17.8061,28.5879,27.4,1.6,2020-07-25T18:23:53Z +-17.7643,28.5731,33.1,2,2020-07-25T18:25:40Z +-17.8534,28.5582,33.1,1.5,2020-07-25T18:26:51Z +-17.8491,28.5979,35,1.6,2020-07-25T18:29:30Z +-17.8888,28.5316,26.2,1.5,2020-07-25T18:30:12Z +-17.8121,28.5569,29.5,2.5,2020-07-25T18:37:20Z +-17.8157,28.5632,29,2.4,2020-07-25T18:40:51Z +-17.8428,28.6162,30.6,1.6,2020-07-25T18:44:54Z +-17.8251,28.5495,28.9,2.4,2020-07-25T18:49:45Z +-17.8114,28.5373,25.7,2.1,2020-07-25T18:56:33Z +-17.7869,28.5555,29.5,2.1,2020-07-25T19:00:25Z +-17.7147,28.5988,26.5,1.4,2020-07-25T19:01:39Z +-17.7767,28.5898,31.2,1.9,2020-07-25T19:01:58Z +-17.8781,28.5721,30,1.6,2020-07-25T19:35:29Z +-17.8208,28.5875,30.2,2.1,2020-07-24T15:59:55Z +-17.8294,28.5012,24.8,1.6,2020-07-24T16:07:24Z +-17.8886,28.5932,31.2,1.9,2020-07-24T18:48:15Z +-17.8997,28.6349,32,2,2020-07-24T19:00:07Z +-17.8942,28.511,38.9,1.6,2020-07-24T19:00:16Z +-17.7911,28.5907,34.2,1.6,2020-07-24T19:03:04Z +-17.8461,28.5251,29.6,1.7,2020-07-24T19:05:28Z +-17.8176,28.5509,32,2.3,2020-07-24T19:06:29Z +-17.7713,28.5978,28.7,2,2020-07-24T19:24:53Z +-17.7959,28.5731,33.7,2,2020-07-24T20:19:19Z +-17.8685,28.4688,25.9,1.8,2020-07-24T23:03:36Z +-17.8165,28.5796,31.1,2,2020-07-24T23:17:29Z +-17.8153,28.5521,3.8,2,2020-07-14T18:48:48Z +-17.9588,28.6755,0,1.2,2020-07-12T04:40:54Z +-17.8684,28.5234,2.9,1,2020-06-14T00:48:26Z +-17.8568,28.652,10.2,0.7,2020-04-24T09:59:29Z +-17.846,28.5357,11.1,1.2,2020-03-09T03:52:34Z +-17.7495,28.4982,3.1,1.3,2020-02-01T02:18:30Z +-17.8613,28.5913,26.5,1.4,2020-01-27T04:59:59Z +-17.7397,28.6761,25.4,1.4,2020-01-26T03:46:46Z +-17.8386,28.4655,12,1.3,2019-11-28T21:29:01Z +-17.8029,28.5023,9.3,1.3,2019-11-19T00:45:21Z +-17.784,28.5017,7.6,1.4,2019-11-19T02:01:15Z +-17.9195,28.5017,17.6,1.1,2019-08-24T05:34:30Z +-17.7983,28.5408,5,0.6,2019-08-08T06:05:37Z +-17.8111,28.4201,15.4,2.1,2019-07-29T18:50:55Z +-17.8647,28.5778,9.2,1,2019-06-14T01:35:59Z +-17.7962,28.5097,15.5,1.4,2019-05-28T23:29:32Z +-17.8748,28.5626,15.3,1.3,2019-05-21T23:34:32Z +-17.8431,28.5656,15.1,1.5,2019-05-21T23:35:41Z +-17.7523,28.525,3.4,1.1,2019-03-25T00:03:45Z +-17.9731,28.6103,1.9,0.9,2019-02-22T03:15:16Z +-17.8197,28.5771,13.9,0.8,2019-02-12T05:47:40Z +-17.8254,28.57,14.4,1.1,2019-02-12T05:47:47Z +-17.8398,28.5774,14.2,0.8,2019-02-12T05:47:57Z +-17.8264,28.5574,14,0.9,2019-02-12T05:48:11Z +-17.819,28.566,14.5,0.8,2019-02-12T05:48:27Z +-17.8245,28.5519,15,0.7,2019-02-12T05:48:42Z +-17.8052,28.582,16.5,0.8,2019-02-12T05:49:00Z +-17.7594,28.6693,0,0.8,2019-01-21T21:05:26Z +-17.9283,28.6338,32.7,1.4,2019-01-17T03:56:35Z +-17.8466,28.6847,0,0.5,2019-01-06T04:46:40Z +-17.7223,28.55,3,1.3,2018-09-20T01:37:43Z +-17.7563,28.5319,10.6,1.6,2018-09-20T01:40:02Z +-17.8607,28.5396,16.3,1.2,2018-09-08T02:55:03Z +-17.7777,28.5587,17.9,1.4,2018-09-08T02:55:24Z +-17.8304,28.5674,14.4,1.4,2018-08-02T20:17:04Z +-17.855,28.4997,4.4,1.8,2018-07-17T22:13:19Z +-17.9185,28.61,3.4,1.1,2018-07-02T03:30:20Z +-17.85,28.6827,4.9,1.7,2018-07-01T13:53:14Z +-17.7772,28.5537,8.6,1.3,2018-06-30T02:21:35Z +-17.8712,28.6685,0,0.7,2018-05-01T01:03:36Z +-17.8608,28.5663,15.7,1.2,2018-04-30T22:52:32Z +-17.9393,28.6165,18.1,1.6,2018-04-22T01:42:47Z +-17.804,28.6009,8.4,1.2,2018-04-03T21:45:40Z +-17.9602,28.6634,22,2.2,2018-03-01T08:08:31Z +-17.7708,28.6147,25.6,1.7,2018-02-15T04:01:58Z +-17.823,28.5596,27.5,2.1,2018-02-15T04:18:07Z +-17.8543,28.5607,25.4,1.9,2018-02-15T05:00:35Z +-17.8266,28.6244,22.4,1.5,2018-02-15T05:09:33Z +-17.8132,28.5712,27,1.9,2018-02-15T06:06:37Z +-17.8615,28.5718,28.1,1.7,2018-02-15T06:20:15Z +-17.8577,28.5906,25.5,2,2018-02-15T06:31:17Z +-17.7554,28.6218,23.3,1.9,2018-02-15T06:52:22Z +-17.8088,28.5618,26.1,2,2018-02-15T07:04:19Z +-17.8698,28.5723,29.6,2,2018-02-15T07:32:01Z +-17.7793,28.567,25.1,1.8,2018-02-14T01:08:21Z +-17.8664,28.5491,28.2,2,2018-02-14T01:18:28Z +-17.8509,28.552,27.2,1.9,2018-02-14T01:22:20Z +-17.8735,28.5546,24.7,1.9,2018-02-14T01:25:07Z +-17.8197,28.5456,27.9,2.3,2018-02-14T01:27:38Z +-17.8187,28.5445,27.2,2.5,2018-02-14T01:28:48Z +-17.7761,28.5505,25,1.8,2018-02-14T01:32:18Z +-17.8854,28.6283,24,1.5,2018-02-14T01:34:38Z +-17.8342,28.551,28.6,1.9,2018-02-14T01:57:52Z +-17.7542,28.5743,25.2,2.1,2018-02-14T01:58:11Z +-17.8445,28.5647,26.7,2,2018-02-14T01:59:16Z +-17.8513,28.5797,23.5,1.9,2018-02-14T01:59:49Z +-17.7844,28.5766,23.4,1.9,2018-02-14T02:00:57Z +-17.8372,28.5652,25.8,2.3,2018-02-14T02:02:38Z +-17.8965,28.606,25.5,1.6,2018-02-14T02:04:01Z +-17.8235,28.5605,25.7,2,2018-02-14T02:04:47Z +-17.9138,28.5448,25.5,1.8,2018-02-14T02:05:59Z +-17.846,28.5652,25.7,1.7,2018-02-14T02:06:41Z +-17.8765,28.5849,25.5,1.7,2018-02-14T02:07:01Z +-17.9101,28.5309,23.5,1.8,2018-02-14T02:07:48Z +-17.8464,28.5552,25.5,1.9,2018-02-14T02:09:32Z +-17.8423,28.5482,27.3,1.7,2018-02-14T02:14:44Z +-17.8084,28.5455,22.3,1.9,2018-02-14T02:15:02Z +-17.8653,28.5526,27.2,1.9,2018-02-14T02:22:51Z +-17.8626,28.5541,25.9,1.9,2018-02-14T02:26:46Z +-17.7903,28.5827,23.4,1.9,2018-02-14T02:28:07Z +-17.8485,28.5464,25.6,2,2018-02-14T02:28:40Z +-17.83,28.5556,26,1.9,2018-02-14T02:29:25Z +-17.766,28.5809,23.6,1.9,2018-02-14T02:29:52Z +-17.8983,28.5751,25.7,1.9,2018-02-14T02:30:45Z +-17.8032,28.5542,24.6,1.9,2018-02-14T02:31:07Z +-17.8612,28.5456,26.5,2.1,2018-02-14T02:32:11Z +-17.8758,28.6188,22.1,1.9,2018-02-14T02:33:32Z +-17.7979,28.5558,26.4,1.9,2018-02-14T02:33:50Z +-17.8474,28.5558,26.5,1.9,2018-02-14T02:34:38Z +-17.8272,28.5584,27.1,1.9,2018-02-14T02:37:11Z +-17.8067,28.5941,24.1,1.7,2018-02-14T02:37:22Z +-17.8096,28.5897,28,1.8,2018-02-14T02:38:30Z +-17.8249,28.5371,26,2,2018-02-14T02:39:52Z +-17.8284,28.5495,23.7,1.9,2018-02-14T02:41:22Z +-17.8627,28.5717,23.6,1.8,2018-02-14T02:45:07Z +-17.8622,28.534,25.3,2,2018-02-14T02:49:41Z +-17.831,28.5526,26.2,1.8,2018-02-14T02:51:02Z +-17.8669,28.5336,26.1,2.1,2018-02-14T02:51:13Z +-17.8657,28.5376,24.2,2.1,2018-02-14T02:53:38Z +-17.8303,28.5541,26.6,1.8,2018-02-14T02:57:37Z +-17.8516,28.5223,31.9,2.3,2018-02-14T02:58:57Z +-17.8451,28.5438,25,2,2018-02-14T03:01:43Z +-17.8216,28.552,25.3,2.2,2018-02-14T03:01:49Z +-17.8473,28.5846,31.5,2.2,2018-02-14T03:01:51Z +-17.8304,28.5907,26.2,1.7,2018-02-14T03:04:41Z +-17.824,28.5651,25.1,1.9,2018-02-14T03:19:35Z +-17.8294,28.5556,25.6,1.9,2018-02-14T03:20:41Z +-17.8104,28.5674,25.9,1.9,2018-02-14T03:23:34Z +-17.8115,28.5472,26.1,1.6,2018-02-14T03:25:36Z +-17.8669,28.5559,25.7,1.8,2018-02-14T03:27:01Z +-17.8321,28.5925,26.1,1.4,2018-02-14T04:29:37Z +-17.8357,28.6097,24.2,2.3,2018-02-14T07:28:38Z +-17.8354,28.5912,26.4,2,2018-02-13T05:18:49Z +-17.8372,28.556,30,2.1,2018-02-13T05:27:22Z +-17.8393,28.5321,27.7,1.9,2018-02-13T14:56:02Z +-17.7857,28.5749,29.5,2.2,2018-02-12T08:01:23Z +-17.785,28.5844,26.9,1.8,2018-02-12T09:08:39Z +-17.792,28.57,28.5,2.4,2018-02-12T09:17:21Z +-17.7868,28.5868,28.5,2.3,2018-02-12T09:20:17Z +-17.8533,28.5414,29.8,2.3,2018-02-12T09:50:02Z +-17.7695,28.5884,29.6,2.4,2018-02-12T09:54:07Z +-17.7745,28.5797,33.1,1.8,2018-02-12T20:37:56Z +-17.784300000000002,28.5778,30.9,2,2018-02-12T20:56:13Z +-17.8369,28.5667,29.1,2.3,2018-02-11T12:11:07Z +-17.8055,28.5432,28,2.4,2018-02-11T12:18:54Z +-17.8044,28.563,30.1,2.4,2018-02-11T17:12:23Z +-17.7682,28.5752,29.1,2.6,2018-02-11T18:01:28Z +-17.7838,28.5761,27.8,2.3,2018-02-10T23:23:07Z +-17.8999,28.6914,3.6,1.6,2017-12-25T10:38:58Z +-17.825,28.5353,3.6,1.1,2017-12-11T05:04:57Z +-17.8319,28.5542,9,1.9,2017-10-19T01:58:59Z +-17.7891,28.6282,19.3,1.1,2017-10-14T00:17:24Z +-17.8475,28.5828,23.1,1.5,2017-10-14T01:51:13Z +-17.8541,28.5804,21.6,1.4,2017-10-14T02:05:08Z +-17.8582,28.5594,21.8,1.9,2017-10-14T02:18:26Z +-17.8818,28.5675,21.1,1.1,2017-10-14T03:33:36Z +-17.8903,28.552,20.8,1,2017-10-14T04:00:49Z +-17.8585,28.5618,21.5,1.1,2017-10-14T04:17:41Z +-17.8983,28.5569,18.6,1.3,2017-10-13T13:52:36Z +-17.9272,28.5931,16.9,1.7,2017-10-13T14:05:55Z +-17.8421,28.5546,20.1,1.7,2017-10-13T14:34:01Z +-17.8667,28.5587,21.3,1.6,2017-10-13T14:49:40Z +-17.8561,28.5674,19.7,1.6,2017-10-13T16:05:53Z +-17.813,28.5834,17.4,1.7,2017-10-13T16:31:41Z +-17.8436,28.641,16.9,1.5,2017-10-13T17:30:16Z +-17.8782,28.5549,19.8,1.6,2017-10-13T17:36:26Z +-17.854,28.6233,21.8,1.6,2017-10-13T17:37:13Z +-17.893,28.574,18.8,1.4,2017-10-13T17:48:18Z +-17.8661,28.575,21.4,1.4,2017-10-13T18:00:35Z +-17.8451,28.5855,17,1.3,2017-10-13T18:16:38Z +-17.8581,28.5589,20.5,1.4,2017-10-13T18:20:17Z +-17.8436,28.5709,17.4,1.4,2017-10-13T18:58:24Z +-17.8687,28.5775,17.5,1.5,2017-10-13T19:22:42Z +-17.8788,28.5593,20,1.4,2017-10-13T19:34:44Z +-17.8732,28.5885,15.4,1.6,2017-10-13T19:40:15Z +-17.874,28.578,18.9,1.4,2017-10-13T19:41:05Z +-17.9064,28.5448,17.7,1.4,2017-10-13T19:42:43Z +-17.86,28.564,19.3,1.6,2017-10-13T19:47:42Z +-17.88,28.5691,19.6,1.4,2017-10-13T19:50:57Z +-17.8589,28.5652,17.2,1.1,2017-10-13T19:52:26Z +-17.8915,28.5718,15,1.5,2017-10-13T20:17:08Z +-17.8588,28.574,16,1.2,2017-10-13T20:31:25Z +-17.8929,28.5506,22,1.2,2017-10-13T20:31:39Z +-17.8909,28.5548,16.3,1.3,2017-10-13T20:35:22Z +-17.8728,28.5364,23.3,1.5,2017-10-13T20:51:20Z +-17.8692,28.5798,19.7,1.6,2017-10-13T20:52:12Z +-17.8974,28.5625,20.5,2.1,2017-10-13T20:54:57Z +-17.8493,28.5025,14,1.5,2017-10-13T20:57:16Z +-17.8672,28.5656,18.8,1.5,2017-10-13T20:58:35Z +-17.8378,28.5879,19.3,1.8,2017-10-13T21:00:57Z +-17.8414,28.5562,20.2,0.9,2017-10-13T21:09:54Z +-17.8553,28.572,23.2,1.4,2017-10-13T22:29:46Z +-17.8683,28.5748,21.6,1.5,2017-10-13T23:20:10Z +-17.8514,28.573,19.3,1.1,2017-10-13T23:27:44Z +-17.8695,28.5764,22,2,2017-10-13T23:28:34Z +-17.8338,28.5801,19.3,1.5,2017-10-13T23:29:20Z +-17.891,28.5966,22.9,1.1,2017-10-13T23:30:47Z +-17.7888,28.6456,21.7,1.4,2017-10-13T23:33:35Z +-17.8888,28.5572,23.2,1.5,2017-10-13T23:53:22Z +-17.8133,28.601,22.4,1.2,2017-10-11T02:29:42Z +-17.8657,28.5505,23.4,1.2,2017-10-11T03:26:43Z +-17.8569,28.5534,22.6,2.1,2017-10-09T00:03:32Z +-17.8897,28.5789,24.4,1.8,2017-10-09T00:12:59Z +-17.8276,28.566,22.1,1.2,2017-10-09T00:17:26Z +-17.8637,28.5618,24.4,1.7,2017-10-09T00:20:59Z +-17.8896,28.5583,23.8,1.6,2017-10-09T00:24:31Z +-17.8401,28.5713,24.2,1.7,2017-10-09T00:30:32Z +-17.8474,28.5875,12.2,1.4,2017-10-09T00:44:52Z +-17.8683,28.5637,22.5,1.5,2017-10-09T01:06:05Z +-17.8703,28.5669,21.5,1.9,2017-10-09T01:20:32Z +-17.7827,28.6043,21.7,1.4,2017-10-09T02:10:52Z +-17.8189,28.5813,17.8,1.6,2017-10-09T03:51:57Z +-17.7324,28.6522,15,1.1,2017-10-09T04:07:40Z +-17.8352,28.622,21.1,1.3,2017-10-09T05:56:08Z +-17.8478,28.5483,24.8,1.8,2017-10-09T06:11:37Z +-17.8661,28.5462,24.8,1.2,2017-10-09T22:20:47Z +-17.8549,28.5499,26.3,2.6,2017-10-08T01:23:02Z +-17.8218,28.5462,27.3,1.6,2017-10-08T05:57:18Z +-17.8716,28.553,26,1.9,2017-10-08T06:12:31Z +-17.8821,28.5694,25.2,1.6,2017-10-08T06:19:17Z +-17.8645,28.5863,23.2,1.5,2017-10-08T06:20:12Z +-17.8338,28.5863,20.3,1.5,2017-10-08T06:34:10Z +-17.8676,28.5681,23.3,1.7,2017-10-08T06:35:10Z +-17.8463,28.5979,19.1,1.1,2017-10-08T06:45:57Z +-17.8809,28.5556,24.9,1.5,2017-10-08T08:28:55Z +-17.8685,28.5879,22.9,1.4,2017-10-08T08:32:12Z +-17.8637,28.5484,20.7,1.9,2017-10-08T08:37:05Z +-17.878,28.5685,37,1.7,2017-10-08T10:27:54Z +-17.8565,28.6272,24.5,1.7,2017-10-08T11:29:31Z +-17.8744,28.5661,20.1,1.4,2017-10-08T14:59:57Z +-17.8742,28.5572,24.5,1.6,2017-10-08T15:32:46Z +-17.887,28.5587,22.5,1.9,2017-10-08T17:43:04Z +-17.8729,28.5685,22.5,1.6,2017-10-08T17:58:46Z +-17.8558,28.5624,21.5,1.5,2017-10-08T20:00:53Z +-17.8737,28.5953,23.5,1.5,2017-10-08T20:03:51Z +-17.8798,28.5577,24.4,1.3,2017-10-08T21:04:19Z +-17.8674,28.5927,20.8,1.3,2017-10-08T21:19:14Z +-17.8639,28.5637,22.3,1.6,2017-10-08T21:38:08Z +-17.8467,28.5601,23.4,1.9,2017-10-08T21:38:27Z +-17.8641,28.5627,21.7,1.2,2017-10-08T21:54:30Z +-17.8322,28.5538,20.4,1.4,2017-10-08T22:00:36Z +-17.8572,28.5433,22.5,1.4,2017-10-08T22:01:18Z +-17.7829,28.56,20.3,1.4,2017-10-08T22:06:08Z +-17.8541,28.5962,19.6,1.3,2017-10-08T22:15:22Z +-17.8345,28.5628,23,1.2,2017-10-08T22:21:17Z +-17.8793,28.5532,23,1.4,2017-10-08T22:24:42Z +-17.778,28.6075,19.8,1.4,2017-10-08T22:25:30Z +-17.8237,28.5609,21.1,1.5,2017-10-08T22:28:33Z +-17.8295,28.5695,20.8,1.3,2017-10-08T22:29:10Z +-17.8788,28.5666,20.4,1.4,2017-10-08T22:30:11Z +-17.8521,28.5642,22.4,1.4,2017-10-08T22:30:25Z +-17.8566,28.5618,22.9,1.2,2017-10-08T22:31:50Z +-17.8333,28.5689,22.6,1.3,2017-10-08T22:32:59Z +-17.855,28.574,20.3,1.5,2017-10-08T22:36:47Z +-17.8208,28.5999,17,1,2017-10-08T22:37:55Z +-17.8477,28.5513,20.7,1.3,2017-10-08T22:39:01Z +-17.9034,28.5417,23.5,1.2,2017-10-08T22:39:48Z +-17.8428,28.5897,24.2,1.4,2017-10-08T22:41:46Z +-17.852,28.5567,23.3,1.3,2017-10-08T22:43:03Z +-17.8597,28.5762,20.2,1.6,2017-10-08T22:43:12Z +-17.8406,28.5873,20.8,1.3,2017-10-08T22:52:40Z +-17.8863,28.5736,22.4,1.1,2017-10-08T23:00:34Z +-17.8373,28.5687,21.4,1.1,2017-10-08T23:01:32Z +-17.8325,28.5789,19.9,1.2,2017-10-08T23:02:12Z +-17.8948,28.5836,21.9,1.5,2017-10-08T23:09:54Z +-17.8626,28.5651,21.7,1,2017-10-08T23:19:26Z +-17.8572,28.5748,16.8,1.1,2017-10-08T23:22:26Z +-17.8769,28.5646,20.8,1.5,2017-10-08T23:25:23Z +-17.8241,28.5925,18.9,1.4,2017-10-08T23:26:38Z +-17.8889,28.5532,23,1.6,2017-10-08T23:33:58Z +-17.8277,28.6015,15.6,1.3,2017-10-08T23:34:29Z +-17.8739,28.5731,20.9,1.3,2017-10-08T23:40:43Z +-17.8577,28.5555,23,1.3,2017-10-08T23:48:54Z +-17.8718,28.564,24.4,1.3,2017-10-08T23:53:35Z +-17.8684,28.5649,21.3,1.5,2017-10-08T23:56:22Z +-17.8807,28.5661,21.6,1.5,2017-10-07T10:27:29Z +-17.8508,28.5584,28.2,2.7,2017-10-07T13:03:25Z +-17.8735,28.5719,24.2,1.6,2017-10-07T20:09:58Z +-17.8802,28.5656,24.4,1.5,2017-10-07T23:06:16Z +-17.7156,28.5985,0,1.6,2017-08-21T02:06:55Z +-17.8459,28.5491,27,2,2017-03-10T00:16:10Z +-17.8863,28.5008,20,2.1,2017-03-10T00:16:11Z +-17.8657,28.5204,30,1.6,2017-03-10T03:20:26Z +-17.8349,28.5346,26,1.6,2017-03-09T23:44:06Z diff --git a/references.bib b/references.bib new file mode 100644 index 0000000..982d992 --- /dev/null +++ b/references.bib @@ -0,0 +1,10 @@ +@article{marrero2019, + author = {Marrero, Jos{\' e} and Garc{\' i}a, Alicia and Berrocoso, Manuel and Llinares, {\' A}ngeles and Rodr{\' i}guez-Losada, Antonio and Ortiz, R.}, + journal = {Journal of Applied Volcanology}, + year = {2019}, + month = {7}, + pages = {}, + title = {Strategies for the development of volcanic hazard maps in monogenetic volcanic fields: the example of {La} {Palma} ({Canary} {Islands})}, + volume = {8}, + doi = {10.1186/s13617-019-0085-5}, +}