summaryrefslogtreecommitdiff
path: root/hr/stch/fertig/down
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2014-09-10 17:47:07 +0200
committerErich Eckner <git@eckner.net>2014-09-10 17:47:07 +0200
commit49d14358c33b7d0ba7e7c381f91943617c7723ea (patch)
treefd55f0d3900d53978587d2228553359f86e69bbe /hr/stch/fertig/down
parent646f69a657326ca8dd733dfa579a90f89823d677 (diff)
downloadMusik-49d14358c33b7d0ba7e7c381f91943617c7723ea.tar.xz
Hauke eingefügt
Diffstat (limited to 'hr/stch/fertig/down')
-rw-r--r--hr/stch/fertig/down/a5/down.ly98
-rw-r--r--hr/stch/fertig/down/a5/down_landscape.ly89
-rw-r--r--hr/stch/fertig/down/a5/dynArt.ly103
-rw-r--r--hr/stch/fertig/down/down-page-1.svg1740
-rw-r--r--hr/stch/fertig/down/down-page-2.svg1658
-rw-r--r--hr/stch/fertig/down/down-page-3.svg1816
-rw-r--r--hr/stch/fertig/down/down-page-4.svg1618
-rw-r--r--hr/stch/fertig/down/down-page1.pngbin0 -> 104331 bytes
-rw-r--r--hr/stch/fertig/down/down-page2.pngbin0 -> 82284 bytes
-rw-r--r--hr/stch/fertig/down/down-page3.pngbin0 -> 94782 bytes
-rw-r--r--hr/stch/fertig/down/down-page4.pngbin0 -> 92657 bytes
-rw-r--r--hr/stch/fertig/down/down.ly84
-rw-r--r--hr/stch/fertig/down/down.psbin0 -> 846042 bytes
-rw-r--r--hr/stch/fertig/down/dynArt.ly67
-rw-r--r--hr/stch/fertig/down/midi.lua53
-rw-r--r--hr/stch/fertig/down/stimmen.ly599
-rw-r--r--hr/stch/fertig/down/texte.ly117
17 files changed, 8042 insertions, 0 deletions
diff --git a/hr/stch/fertig/down/a5/down.ly b/hr/stch/fertig/down/a5/down.ly
new file mode 100644
index 0000000..2cb17df
--- /dev/null
+++ b/hr/stch/fertig/down/a5/down.ly
@@ -0,0 +1,98 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+\version "2.18"
+\include "dynArt.ly"
+\include "../stimmen.ly"
+\include "../texte.ly"
+
+\pointAndClickOff
+
+ \header {
+ title = "Down to the River to Pray"
+ composer = "Traditional"
+ arranger = "Philip Lawson"
+ %opus = "<+Werk+>"
+ tagline = \markup {
+ %\bold "studentenchor"
+ }
+ }
+
+ \paper {
+ #(set-paper-size "a5")
+ line-width = \paper-width - 20
+ top-margin = 10
+ bottom-margin = 10
+ ragged-last-bottom = #'f
+ print-page-number = #'f
+ page-count = 5
+ }
+
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3.5)
+ }
+ }
+
+ #(set-global-staff-size 14)
+
+ sop = <<
+ \set Staff.instrumentName = "Frauenstimmen"
+ \set Staff.shortInstrumentName = "F"
+ %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." }
+ %\new NullVoice { s4 s2*98 \pageBreak }
+ \new Voice = "soprane" { \global \sopranMelodie }
+ >>
+
+ alt = <<
+ \set Staff.instrumentName = "Alt"
+ \set Staff.shortInstrumentName = "A"
+ \new Voice = "alti" { \global \altMelodie }
+ >>
+
+ ten = <<
+ \set Staff.instrumentName = "Tenor"
+ \set Staff.shortInstrumentName = "T"
+ \new Voice = "tenoere" { \global \tenorMelodie }
+ >>
+
+ ban = <<
+ \set Staff.instrumentName = "Bariton"
+ \set Staff.shortInstrumentName = "Bn"
+ \new Voice = "baritone" { \global \baritoneMelodie }
+ >>
+
+ bas = <<
+ \set Staff.instrumentName = "Baß"
+ \set Staff.shortInstrumentName = "B"
+ \new Voice = "baesse" { \global \bassMelodie }
+ >>
+
+ \score {
+ \new ChoirStaff \with { printPartCombineTexts = ##f } <<
+ \new Staff = sopran { \sop }
+ \new Lyrics \lyricsto soprane \sopranText
+ %\new Staff = alt { \alt }
+ %\new Lyrics \lyricsto alti \altText
+ \new Staff = tenor { \ten }
+ \new Lyrics \lyricsto tenoere \tenorText
+ \new Staff = baritone { \ban }
+ \new Lyrics \lyricsto baritone \baritoneText
+ \new Staff = bass { \bas }
+ \new Lyrics \lyricsto baesse \bassText
+ >>
+ %\midi {
+ %\context{
+ %\Score
+ %tempoWholesPerMinute = #(ly:make-moment 72 4)
+ %}
+ %}
+ \layout {
+ \context { \Staff
+ \RemoveEmptyStaves
+ \override VerticalAxisGroup.remove-first = ##t
+ }
+ }
+ }
+
diff --git a/hr/stch/fertig/down/a5/down_landscape.ly b/hr/stch/fertig/down/a5/down_landscape.ly
new file mode 100644
index 0000000..535928f
--- /dev/null
+++ b/hr/stch/fertig/down/a5/down_landscape.ly
@@ -0,0 +1,89 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+\version "2.18"
+\include "dynArt.ly"
+\include "../stimmen.ly"
+\include "../texte.ly"
+
+\pointAndClickOff
+
+ \header {
+ title = "Down to the River to Pray"
+ composer = "Traditional"
+ arranger = "Philip Lawson"
+ %opus = "<+Werk+>"
+ tagline = \markup {
+ %\bold "studentenchor"
+ }
+ }
+
+ \paper {
+ #(set-paper-size "a5" 'landscape)
+ line-width = \paper-width - 20
+ top-margin = 10
+ bottom-margin = 10
+ ragged-last-bottom = #'f
+ print-page-number = #'f
+ page-count = 4
+ system-count = 12
+ }
+
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3.5)
+ }
+ }
+
+ #(set-global-staff-size 12)
+
+ sop = <<
+ %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." }
+ %\new NullVoice { s4 s2*98 \pageBreak }
+ \new Voice = "soprane" { \global \sopranMelodie }
+ >>
+
+ alt = <<
+ \new Voice = "alti" { \global \altMelodie }
+ >>
+
+ ten = <<
+ \new Voice = "tenoere" { \global \tenorMelodie }
+ >>
+
+ ban = <<
+ \new Voice = "baritone" { \global \baritoneMelodie }
+ >>
+
+ bas = <<
+ \new Voice = "baesse" { \global \bassMelodie }
+ >>
+
+ \score {
+ \new ChoirStaff \with { printPartCombineTexts = ##f } <<
+ \new Staff = sopran { \sop }
+ \new Lyrics \lyricsto soprane \sopranText
+ %\new Staff = alt { \alt }
+ %\new Lyrics \lyricsto alti \altText
+ \new Staff = tenor { \ten }
+ \new Lyrics \lyricsto tenoere \tenorText
+ \new Staff = baritone { \ban }
+ \new Lyrics \lyricsto baritone \baritoneText
+ \new Staff = bass { \bas }
+ \new Lyrics \lyricsto baesse \bassText
+ >>
+ %\midi {
+ %\context{
+ %\Score
+ %tempoWholesPerMinute = #(ly:make-moment 72 4)
+ %}
+ %}
+ \layout {
+ \context { \Staff
+ \RemoveEmptyStaves
+ \override VerticalAxisGroup.remove-first = ##t
+ }
+ }
+ }
+
diff --git a/hr/stch/fertig/down/a5/dynArt.ly b/hr/stch/fertig/down/a5/dynArt.ly
new file mode 100644
index 0000000..8e87c22
--- /dev/null
+++ b/hr/stch/fertig/down/a5/dynArt.ly
@@ -0,0 +1,103 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ vbreak = {
+ \break % unless landscape
+ }
+ wbreak = {
+ \break % unless landscape short
+ }
+
+ meta = {
+ %(dynamic) marks global to all voices
+ %\override Staff.TimeSignature #'style = #'()
+ \dynamicUp
+ \key aes \major
+ \time 2/4
+ \partial 4
+ \tempo "Folky (in one)" 2 = 72
+ s4\mp
+ s2*8
+ % 9
+ \wbreak
+ s2*8
+ % 17
+ \break
+ s2\mp
+ s2*7
+ % 25
+ \wbreak
+ s2*8
+ % 33
+ \break
+ s2*9
+ % 42
+ \vbreak
+ s2*8
+ % 50
+ \break
+ s2*8
+ % 58
+ \vbreak
+ s2*8
+ % 66
+ \break
+ s2*9
+ % 75
+ \vbreak
+ s2*8
+ % 83
+ \break
+ s2*16
+ % 99
+ \break
+ s2*9
+ \vbreak
+ s2*8
+ % 116
+ \break
+ s2^\markup{ \italic "cresc." }
+ s2*7
+ s2\mp
+ s2*5
+ s2\>
+ s2
+ \break
+ s2\!
+ s2*8
+ \vbreak
+ s2*6
+ s2\<
+ s2
+ \break
+ s2\mf
+ s2*7
+ \vbreak
+ s2*4
+ s2*2
+ \break
+ s2^\markup{ \italic "dim." }
+ s2*5
+ \break
+ s2*7
+ \vbreak
+ s2*4
+ s2^\markup{ \italic "rit." }
+ s2*2
+ s8 s4\> s16. s32\!
+ \bar "|."
+ }
+
+% articulation
+
+ sopranArt = {
+ }
+
+ altArt = {
+ }
+
+ tenorArt = {
+ }
+
+ bassArt = {
+ }
+
diff --git a/hr/stch/fertig/down/down-page-1.svg b/hr/stch/fertig/down/down-page-1.svg
new file mode 100644
index 0000000..fa00e29
--- /dev/null
+++ b/hr/stch/fertig/down/down-page-1.svg
@@ -0,0 +1,1740 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="210.00mm" height="297.00mm" viewBox="0 0 140.5901 198.8346">
+<!-- Page: 1/4 -->
+<text transform="translate(10.0421, 6.6948)" font-family="Century Schoolbook L" font-size="2.2000" text-anchor="start" fill="currentColor">
+<tspan>
+ </tspan>
+</text>
+<text transform="translate(46.5554, 10.3057)" font-family="Century Schoolbook L" font-weight="bold" font-size="3.4925" text-anchor="start" fill="currentColor">
+<tspan>
+Down to the River to Pray</tspan>
+</text>
+<text transform="translate(119.1401, 13.8057)" font-family="Century Schoolbook L" font-size="2.2000" text-anchor="start" fill="currentColor">
+<tspan>
+Traditional</tspan>
+</text>
+<text transform="translate(116.0069, 17.3057)" font-family="Century Schoolbook L" font-size="2.2000" text-anchor="start" fill="currentColor">
+<tspan>
+Philip Lawson</tspan>
+</text>
+<rect transform="translate(130.3359, 24.2943)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(68.2216, 24.2943)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<line transform="translate(10.0421, 26.2943)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 25.2943)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 24.2943)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 23.2943)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 22.2943)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(10.0421, 21.2943)" x="78.5869" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(10.0421, 21.2943)" x="96.6034" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(118.0464, 24.2943)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(91.8990, 24.2943)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(40.1379, 24.2943)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(77.3146, 24.2943)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(55.0865, 24.2943)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(27.4970, 24.2943)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(105.4535, 24.2943)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(107.0470, 24.2943)" x="-0.0725" y="-2.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(105.0214, 29.7943)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+good</tspan>
+</text>
+<path transform="translate(106.9745, 21.2943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(100.0566, 24.2943)" x="-0.0725" y="-1.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(98.2318, 29.7943)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+that</tspan>
+</text>
+<path transform="translate(99.9841, 22.2943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(117.7939, 29.7943)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+way</tspan>
+</text>
+<path transform="translate(119.4457, 22.2943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(115.2006, 24.2943)" x="-0.0725" y="-1.8189" width="0.1451" height="2.9950" ry="0.0471" fill="currentColor"/>
+<path transform="translate(115.1281, 22.2943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(112.0453, 24.2943)" x="-0.0725" y="-2.3189" width="0.1451" height="3.1428" ry="0.0471" fill="currentColor"/>
+<text transform="translate(111.9727, 29.7943)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+old</tspan>
+</text>
+<path transform="translate(111.9727, 21.7943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(89.0305, 24.2943)" x="-0.0725" y="-2.8189" width="0.1451" height="2.8229" ry="0.0471" fill="currentColor"/>
+<text transform="translate(88.9329, 29.7943)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+a</tspan>
+</text>
+<path transform="translate(88.9580, 21.2943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(85.8520, 24.2943)" x="-0.0725" y="-2.3189" width="0.1451" height="2.4991" ry="0.0471" fill="currentColor"/>
+<text transform="translate(85.0314, 29.7943)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in’</tspan>
+</text>
+<path transform="translate(85.7795, 21.7943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(82.6966, 24.2943)" x="-0.0725" y="-2.3189" width="0.1451" height="3.1347" ry="0.0471" fill="currentColor"/>
+<text transform="translate(82.6191, 29.7943)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+y</tspan>
+</text>
+<path transform="translate(82.6241, 21.7943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(78.7836, 24.2943)" x="-0.0725" y="-2.3189" width="0.1451" height="3.1347" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(93.3664, 24.2943)" x="-0.0725" y="-2.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(91.4009, 29.7943)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+bout</tspan>
+</text>
+<path transform="translate(93.2938, 21.7943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(81.9494, 29.7943)" x="0.0000" y="-0.5651" width="0.5997" height="0.1451" ry="0.0446" fill="currentColor"/>
+<rect transform="translate(84.1580, 29.7943)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(78.7111, 25.1101)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.0111 -0.1929 4.0111 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(90.5198, 29.7943)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(85.7795, 24.4785)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.2765 -0.3771 3.2765 0.0087 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(47.7266, 25.2943)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.2004 -0.1929 4.2004 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(58.9275, 29.7943)" x="0.0000" y="-0.5651" width="0.5997" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(56.6131, 25.2943)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.5893 -0.1929 3.5893 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(127.4187, 24.2943)" x="-0.0725" y="-0.3189" width="0.1451" height="2.4990" ry="0.0471" fill="currentColor"/>
+<path transform="translate(127.3462, 23.7943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(124.2634, 24.2943)" x="-0.0725" y="-0.8189" width="0.1451" height="2.8229" ry="0.0471" fill="currentColor"/>
+<text transform="translate(124.1908, 29.7943)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+and</tspan>
+</text>
+<path transform="translate(124.1908, 23.2943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(119.5183, 24.2943)" x="-0.0725" y="-1.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(111.9727, 24.2943)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.726453945248551 -3.55402244668911C1.65791361750041 -4.19643597483146 3.19459365016991 -3.95293288241173 3.88181435032439 -3.05402244668911C3.17363476325593 -3.82066719860609 1.63695473058644 -4.06417029102583 0.726453945248551 -3.55402244668911z"/>
+<polygon transform="translate(111.9727, 25.1101)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.2534 0.1755 3.2534 0.5613 0.0471 0.1929 0.0471 -0.1929"/>
+<path transform="translate(124.1908, 24.2943)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.746300076556594 -2.20402244668911C1.71264875595992 -2.80652999816063 3.25211450326318 -2.48940212454675 3.90166048163243 -1.55402244668911C3.22509532356631 -2.35824020178807 1.68562957626304 -2.67536807540195 0.746300076556594 -2.20402244668911z"/>
+<polygon transform="translate(124.1908, 26.2943)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.2534 -0.0087 3.2534 0.3771 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(28.9546, 24.2943)" x="-0.0725" y="-0.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(29.0377, 29.7943)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+I</tspan>
+</text>
+<path transform="translate(28.8820, 23.7943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(41.8720, 24.2943)" x="-0.0725" y="-1.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(33.9455, 23.2943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(31.7714, 29.7943)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+went</tspan>
+</text>
+<rect transform="translate(34.0180, 24.2943)" x="-0.0725" y="-0.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(41.7995, 22.2943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(39.4045, 29.7943)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down</tspan>
+</text>
+<rect transform="translate(22.8900, 24.2943)" x="-0.0725" y="-0.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(22.8175, 23.7943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<g transform="translate(21.8686, 21.0360)" >
+<path transform="scale(0.0040, -0.0040)" d="M-44 146c26 76 84 153 152 153c22 0 36 -19 41 -43c23 25 53 43 82 43c23 0 37 -19 43 -44c22 26 51 44 80 44c33 0 59 -35 59 -69c0 -5 -1 -10 -2 -15l-35 -149c0 -2 -1 -4 -1 -5c0 -5 2 -8 7 -8c9 0 27 11 48 31c5 5 10 6 14 6c6 0 12 -4 12 -10c0 -4 -2 -8 -7 -13
+c-40 -38 -87 -74 -133 -74c-20 0 -32 13 -32 32c0 4 0 7 1 11l39 165c1 5 2 9 2 14c0 10 -4 18 -14 18c-16 0 -33 -16 -39 -32l-52 -182c-3 -10 -15 -19 -25 -19h-38c-11 0 -17 8 -14 19l52 182c2 6 3 11 3 16c0 9 -4 16 -13 16c-16 0 -35 -15 -41 -32l-62 -182
+c-4 -11 -15 -19 -26 -19h-38c-11 0 -16 8 -12 19l62 182c2 5 2 10 2 15c0 10 -3 17 -13 17c-29 0 -54 -53 -66 -87c-4 -12 -15 -18 -24 -18c-7 0 -13 3 -13 11c0 2 0 5 1 7z" fill="currentColor"/>
+
+<path transform="translate(1.7674, 0.0000) scale(0.0040, -0.0040)" d="M233 243c-56 0 -102 -108 -102 -174c0 -22 8 -38 30 -38c63 0 97 127 97 179c0 18 -7 33 -25 33zM111 -146c-37 0 -76 5 -114 5s-79 -5 -115 -5c-9 0 -14 8 -14 15c0 19 30 16 48 17c23 1 47 7 54 27l101 296c2 7 5 14 5 20c0 8 -3 14 -11 14c-33 0 -61 -60 -77 -97
+c-5 -13 -17 -19 -26 -19c-8 0 -15 5 -15 13c0 3 1 7 2 10c30 68 73 142 133 142c35 0 58 -22 65 -52c29 31 67 52 103 52c69 0 107 -49 107 -114c0 -21 -4 -44 -12 -67c-20 -58 -91 -120 -147 -120c-27 0 -52 6 -73 18c-10 6 -24 3 -27 -6l-27 -80c-1 -3 -2 -6 -2 -9
+c0 -21 20 -28 43 -30c9 -1 13 -8 13 -15s-5 -15 -14 -15z" fill="currentColor"/>
+</g>
+<path transform="translate(10.8421, 23.2943) scale(0.0040, -0.0040)" d="M558 -125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM558 125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM231 264c172 0 294 -88 294 -251c0 -263 -262 -416 -515 -523c-3 -3 -7 -4 -10 -4c-7 0 -14 7 -14 14c0 3 1 7 4 10
+c201 118 410 265 410 492c0 119 -61 234 -169 234c-72 0 -124 -53 -148 -123c10 4 19 6 29 6c55 0 100 -45 100 -100c0 -58 -44 -106 -100 -106c-60 0 -112 47 -112 106c0 133 101 245 231 245z" fill="currentColor"/>
+<path transform="translate(14.4718, 25.2943) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 23.7943) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 25.7943) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 24.2943) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(19.2108, 26.3027) scale(0.0040, -0.0040)" d="M203 301c22 15 45 30 61 51c12 15 19 34 27 51c2 4 5 6 9 6c6 0 14 -6 14 -15v-238h74c10 0 16 -8 16 -16s-6 -15 -16 -15h-74v-5c0 -49 29 -95 75 -95c8 0 12 -7 12 -13s-4 -12 -12 -12c-45 0 -90 13 -135 13s-90 -13 -135 -13c-8 0 -12 6 -12 12s4 13 12 13
+c46 0 75 46 75 95v5h-163c-24 0 -33 15 -33 24c0 3 1 6 2 7c80 92 134 205 134 327c0 10 6 17 14 17h3c24 -7 48 -13 73 -13s48 6 72 13c2 1 4 1 6 1c9 0 14 -7 14 -13c0 -2 0 -3 -2 -5l-283 -327h163v122c0 9 2 18 9 23z" fill="currentColor"/>
+<path transform="translate(19.2710, 24.2943) scale(0.0040, -0.0040)" d="M25 11c-1 -8 -7 -11 -13 -11s-12 4 -12 12c0 175 235 164 235 343c0 59 -18 120 -69 120c-27 0 -52 -13 -52 -37c0 -27 35 -41 35 -68c0 -38 -30 -68 -68 -68s-69 30 -69 68c0 76 73 130 154 130c97 0 189 -56 189 -145c0 -150 -148 -158 -246 -216c7 1 15 2 22 2
+c34 0 71 -12 106 -37c21 -15 44 -23 64 -23c22 0 40 10 45 30c2 6 6 9 11 9c6 0 13 -5 13 -12v-4c-18 -66 -80 -104 -140 -104c-36 0 -72 14 -97 45c-13 15 -30 22 -47 22c-30 0 -58 -21 -61 -56z" fill="currentColor"/>
+<text transform="translate(22.0293, 29.7943)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+As</tspan>
+</text>
+<text transform="translate(19.2108, 21.4372)" font-family="Century Schoolbook L" font-weight="bold" font-size="2.2000" text-anchor="start" fill="currentColor">
+<tspan>
+Folky (in one)</tspan>
+</text>
+<text transform="translate(35.7175, 21.4372)" font-family="Century Schoolbook L" font-size="2.2000" text-anchor="start" fill="currentColor">
+<tspan>
+(</tspan>
+</text>
+<rect transform="translate(36.4406, 20.9396)" x="1.1301" y="-2.6727" width="0.1158" height="2.4516" ry="0.0193" fill="currentColor"/>
+<path transform="translate(36.4406, 20.9396) scale(0.0036, -0.0036)" d="M312 63c0 23 -20 40 -41 40c-4 0 -7 -1 -11 -2c-30 -8 -75 -38 -111 -61s-81 -52 -101 -76c-7 -8 -10 -17 -10 -27c0 -23 19 -40 40 -40c4 0 8 1 12 2c30 8 75 38 111 61s81 52 101 76c7 8 10 17 10 27zM258 140c51 0 92 -23 92 -78c0 -19 -4 -38 -10 -56
+c-11 -38 -31 -75 -64 -97c-53 -36 -112 -49 -185 -49c-51 0 -91 23 -91 78c0 19 4 38 10 56c11 38 30 75 63 97c53 36 112 49 185 49z" fill="currentColor"/>
+<text transform="translate(37.6865, 21.4372)" font-family="Century Schoolbook L" font-size="2.2000" text-anchor="start" fill="currentColor">
+<tspan>
+ = 72</tspan>
+</text>
+<text transform="translate(42.6272, 21.4372)" font-family="Century Schoolbook L" font-size="2.2000" text-anchor="start" fill="currentColor">
+<tspan>
+)</tspan>
+</text>
+<text transform="translate(68.3847, 29.7943)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+pray,</tspan>
+</text>
+<path transform="translate(70.6199, 22.2943) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(63.5361, 24.2943)" x="-0.0725" y="-1.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(63.0168, 29.7943)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+to</tspan>
+</text>
+<path transform="translate(63.4636, 22.2943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(60.1769, 24.2943)" x="-0.0725" y="-1.8189" width="0.1451" height="2.8189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(59.5973, 29.7943)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+er</tspan>
+</text>
+<path transform="translate(60.1043, 22.2943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(76.8583, 29.7943)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+stud</tspan>
+</text>
+<path transform="translate(78.7111, 21.7943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(70.6924, 24.2943)" x="-0.0725" y="-1.7445" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<text transform="translate(55.6842, 29.7943)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+riv</tspan>
+</text>
+<path transform="translate(56.6131, 22.2943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(51.9015, 24.2943)" x="-0.0725" y="-1.8189" width="0.1451" height="2.8189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(50.6189, 29.7943)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<path transform="translate(51.8289, 22.2943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(47.7991, 24.2943)" x="-0.0725" y="-1.8189" width="0.1451" height="2.8189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(47.2396, 29.7943)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in</tspan>
+</text>
+<path transform="translate(47.7266, 22.2943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(56.6856, 24.2943)" x="-0.0725" y="-1.8189" width="0.1451" height="2.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(62.1245, 37.7693)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(48.5508, 37.7693)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(107.2839, 37.7693)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(117.6862, 37.7693)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<line transform="translate(10.0421, 39.7693)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 38.7693)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 37.7693)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 36.7693)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 35.7693)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(10.0421, 34.7693)" x="62.5802" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(89.9803, 37.7693)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(34.9200, 37.7693)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(79.0765, 37.7693)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 37.7693)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<text transform="translate(109.8085, 43.2693)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+way.</tspan>
+</text>
+<path transform="translate(103.7536, 36.7693) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(102.5436, 43.2693)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<rect transform="translate(103.8262, 37.7693)" x="-0.0725" y="-0.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(109.8085, 37.2693) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(103.8987, 40.2222) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<path transform="translate(119.2118, 37.2693) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(109.8810, 37.7693)" x="-0.0725" y="-0.2445" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<text transform="translate(89.3208, 43.2693)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+show</tspan>
+</text>
+<path transform="translate(91.5752, 35.7693) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(81.7892, 37.7693)" x="-0.0725" y="-2.2445" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(97.7518, 37.7693)" x="-0.0725" y="-1.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(96.6099, 43.2693)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+me</tspan>
+</text>
+<path transform="translate(97.6793, 35.7693) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(91.7203, 39.2222) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<rect transform="translate(91.6477, 37.7693)" x="-0.0725" y="-1.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(109.8085, 37.7693)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.897086419753094 -1.64615784019794C2.07936424230597 -2.57934779890441 8.67888307382997 -2.57934779890441 9.86116089638284 -1.64615784019794C8.67888307382997 -2.44543183251785 2.07936424230597 -2.44543183251785 0.897086419753094 -1.64615784019794z"/>
+<rect transform="translate(54.0015, 43.2693)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<path transform="translate(124.9567, 37.7693) scale(0.0040, -0.0040)" d="M-24 -117c0 29 13 42 43 42c31 0 74 -11 113 -27l-129 154c-7 9 -11 18 -11 26c0 34 51 66 88 100c24 22 37 52 37 82c0 25 -9 49 -26 69l-33 40c-3 4 -4 7 -4 11c0 9 9 17 18 17c4 0 8 -2 12 -6l150 -179c7 -9 11 -18 11 -26c0 -34 -51 -65 -88 -99
+c-24 -22 -37 -53 -37 -83c0 -25 8 -49 25 -69l82 -97c3 -4 4 -7 4 -11c0 -9 -8 -17 -17 -17c-4 0 -9 2 -13 6c-17 20 -60 36 -93 36c-41 0 -54 -25 -54 -66c0 -34 10 -73 27 -93c5 -6 0 -14 -6 -14c-2 0 -4 1 -6 3c-45 53 -93 147 -93 201z" fill="currentColor"/>
+<rect transform="translate(119.2843, 37.7693)" x="-0.0725" y="-0.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(34.4507, 43.2693)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+wear</tspan>
+</text>
+<path transform="translate(36.6046, 37.2693) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(29.4046, 37.7693)" x="-0.0725" y="-3.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(26.0477, 43.2693)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+shall</tspan>
+</text>
+<path transform="translate(28.1615, 38.2693) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(20.6333, 37.7693)" x="-0.0725" y="-0.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(18.8687, 43.2693)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+who</tspan>
+</text>
+<path transform="translate(20.5608, 37.2693) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(44.4296, 37.7693)" x="-0.0725" y="-0.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(43.1470, 43.2693)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<path transform="translate(44.3570, 36.7693) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(36.6772, 37.7693)" x="-0.0725" y="-0.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(38.3663, 37.2693) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<path transform="translate(14.4718, 38.7693) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 37.2693) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 39.2693) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 37.7693) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(10.8421, 36.7693) scale(0.0040, -0.0040)" d="M558 -125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM558 125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM231 264c172 0 294 -88 294 -251c0 -263 -262 -416 -515 -523c-3 -3 -7 -4 -10 -4c-7 0 -14 7 -14 14c0 3 1 7 4 10
+c201 118 410 265 410 492c0 119 -61 234 -169 234c-72 0 -124 -53 -148 -123c10 4 19 6 29 6c55 0 100 -45 100 -100c0 -58 -44 -106 -100 -106c-60 0 -112 47 -112 106c0 133 101 245 231 245z" fill="currentColor"/>
+<text transform="translate(9.0781, 34.6791)" font-family="Century Schoolbook L" font-size="1.7463" text-anchor="start" fill="currentColor">
+<tspan>
+9</tspan>
+</text>
+<rect transform="translate(63.8565, 37.7693)" x="-0.0725" y="-1.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(60.6659, 43.2693)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+crown,</tspan>
+</text>
+<path transform="translate(63.7839, 35.7693) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(79.3810, 43.2693)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Lord,</tspan>
+</text>
+<path transform="translate(81.7167, 35.2693) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(73.0238, 37.7693)" x="-0.0725" y="-2.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(70.6968, 43.2693)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Good</tspan>
+</text>
+<path transform="translate(72.9513, 34.7693) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(50.4120, 37.7693)" x="-0.0725" y="-1.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(48.7278, 43.2693)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+star</tspan>
+</text>
+<path transform="translate(50.3395, 35.7693) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(44.5021, 40.2222) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<rect transform="translate(56.0159, 37.7693)" x="-0.0725" y="-0.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(55.3961, 43.2693)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+ry</tspan>
+</text>
+<path transform="translate(55.9433, 36.7693) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(59.6672, 51.2443)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(73.9064, 51.2443)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<line transform="translate(10.0421, 53.2443)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 52.2443)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 51.2443)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 50.2443)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 49.2443)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(10.0421, 48.2443)" x="36.2184" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(10.0421, 48.2443)" x="43.0113" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(10.0421, 47.2443)" x="43.0113" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(10.0421, 48.2443)" x="43.0113" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(10.0421, 48.2443)" x="65.3116" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(116.6034, 51.2443)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(44.8044, 51.2443)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(29.4267, 51.2443)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 51.2443)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(101.0045, 51.2443)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(88.6891, 51.2443)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<path transform="translate(102.9275, 54.1972) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<path transform="translate(102.9275, 54.1972) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<rect transform="translate(102.8550, 51.2443)" x="-0.0725" y="-1.8189" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(118.2485, 57.2587)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down.</tspan>
+</text>
+<path transform="translate(118.2485, 51.7443) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(118.2485, 50.2443) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(110.6459, 50.7443) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(108.9569, 51.2443)" x="-0.0725" y="-1.8189" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(110.6459, 48.7443) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<text transform="translate(108.1563, 57.2587)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+on</tspan>
+</text>
+<path transform="translate(108.8843, 50.7443) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(108.8843, 49.2443) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(88.6727, 57.2587)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<path transform="translate(91.3698, 50.2443) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(91.3698, 49.2443) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(82.5481, 51.2443)" x="-0.0725" y="-2.3189" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(81.8480, 57.2587)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+go</tspan>
+</text>
+<path transform="translate(82.4756, 50.2443) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(82.4756, 48.7443) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(100.5481, 57.2587)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+come</tspan>
+</text>
+<path transform="translate(102.7824, 50.7443) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(102.7824, 49.2443) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(91.4424, 51.2443)" x="-0.0725" y="-1.7445" width="0.1451" height="4.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(61.3516, 51.2443)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.657818181818186 -3.55402244668911C1.66146818007337 -4.49205521477826 3.80764156655138 -4.49205521477826 4.81129156480657 -3.55402244668911C3.80764156655138 -4.3581392483917 1.66146818007337 -4.3581392483917 0.657818181818186 -3.55402244668911z"/>
+<path transform="translate(118.2485, 51.2443)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M2.45019170227015 -2.20402244668911C3.2731647895423 -2.66178771560029 4.40775852270348 -2.36009321613301 4.89467089515229 -1.55402244668911C4.3733453806396 -2.23067443192246 3.23875164747842 -2.53236893138975 2.45019170227015 -2.20402244668911z"/>
+<rect transform="translate(34.3691, 57.2587)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<rect transform="translate(123.5157, 51.2443)" x="-0.0725" y="-3.6667" width="0.1451" height="2.9855" ry="0.0471" fill="currentColor"/>
+<path transform="translate(124.0342, 50.7443) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<path transform="translate(122.2726, 50.7443) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(118.3210, 51.2443)" x="-0.0725" y="0.7555" width="0.1451" height="2.9112" ry="0.0471" fill="currentColor"/>
+<path transform="translate(119.5641, 47.1664) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(119.4916, 51.2443)" x="-0.0725" y="-4.1250" width="0.1451" height="2.9439" ry="0.0471" fill="currentColor"/>
+<text transform="translate(30.2626, 57.2587)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+sis</tspan>
+</text>
+<path transform="translate(31.1111, 49.7443) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(31.1111, 48.7443) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(20.6333, 51.2443)" x="-0.0725" y="-2.2445" width="0.1451" height="4.2445" ry="0.0471" fill="currentColor"/>
+<text transform="translate(19.1892, 57.2587)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Oh,</tspan>
+</text>
+<g transform="translate(19.6511, 46.9878)" >
+<path transform="scale(0.0040, -0.0040)" d="M-44 146c26 76 84 153 152 153c22 0 36 -19 41 -43c23 25 53 43 82 43c23 0 37 -19 43 -44c22 26 51 44 80 44c33 0 59 -35 59 -69c0 -5 -1 -10 -2 -15l-35 -149c0 -2 -1 -4 -1 -5c0 -5 2 -8 7 -8c9 0 27 11 48 31c5 5 10 6 14 6c6 0 12 -4 12 -10c0 -4 -2 -8 -7 -13
+c-40 -38 -87 -74 -133 -74c-20 0 -32 13 -32 32c0 4 0 7 1 11l39 165c1 5 2 9 2 14c0 10 -4 18 -14 18c-16 0 -33 -16 -39 -32l-52 -182c-3 -10 -15 -19 -25 -19h-38c-11 0 -17 8 -14 19l52 182c2 6 3 11 3 16c0 9 -4 16 -13 16c-16 0 -35 -15 -41 -32l-62 -182
+c-4 -11 -15 -19 -26 -19h-38c-11 0 -16 8 -12 19l62 182c2 5 2 10 2 15c0 10 -3 17 -13 17c-29 0 -54 -53 -66 -87c-4 -12 -15 -18 -24 -18c-7 0 -13 3 -13 11c0 2 0 5 1 7z" fill="currentColor"/>
+
+<path transform="translate(1.7674, 0.0000) scale(0.0040, -0.0040)" d="M233 243c-56 0 -102 -108 -102 -174c0 -22 8 -38 30 -38c63 0 97 127 97 179c0 18 -7 33 -25 33zM111 -146c-37 0 -76 5 -114 5s-79 -5 -115 -5c-9 0 -14 8 -14 15c0 19 30 16 48 17c23 1 47 7 54 27l101 296c2 7 5 14 5 20c0 8 -3 14 -11 14c-33 0 -61 -60 -77 -97
+c-5 -13 -17 -19 -26 -19c-8 0 -15 5 -15 13c0 3 1 7 2 10c30 68 73 142 133 142c35 0 58 -22 65 -52c29 31 67 52 103 52c69 0 107 -49 107 -114c0 -21 -4 -44 -12 -67c-20 -58 -91 -120 -147 -120c-27 0 -52 6 -73 18c-10 6 -24 3 -27 -6l-27 -80c-1 -3 -2 -6 -2 -9
+c0 -21 20 -28 43 -30c9 -1 13 -8 13 -15s-5 -15 -14 -15z" fill="currentColor"/>
+</g>
+<path transform="translate(20.5608, 49.7443) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(20.5608, 48.7443) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(44.9375, 57.2587)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+let’s</tspan>
+</text>
+<path transform="translate(46.5894, 49.2443) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(46.5894, 48.2443) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(38.0885, 51.2443)" x="-0.0725" y="-1.8189" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(36.1231, 57.2587)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+ters,</tspan>
+</text>
+<path transform="translate(38.0160, 50.2443) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(38.0160, 49.2443) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(31.1836, 51.2443)" x="-0.0725" y="-2.3189" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(14.4718, 52.2443) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 50.7443) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 52.7443) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 51.2443) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(10.8421, 50.2443) scale(0.0040, -0.0040)" d="M558 -125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM558 125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM231 264c172 0 294 -88 294 -251c0 -263 -262 -416 -515 -523c-3 -3 -7 -4 -10 -4c-7 0 -14 7 -14 14c0 3 1 7 4 10
+c201 118 410 265 410 492c0 119 -61 234 -169 234c-72 0 -124 -53 -148 -123c10 4 19 6 29 6c55 0 100 -45 100 -100c0 -58 -44 -106 -100 -106c-60 0 -112 47 -112 106c0 133 101 245 231 245z" fill="currentColor"/>
+<text transform="translate(8.1141, 48.1541)" font-family="Century Schoolbook L" font-size="1.7463" text-anchor="start" fill="currentColor">
+<tspan>
+17</tspan>
+</text>
+<path transform="translate(65.5051, 50.7443) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(65.5051, 49.2443) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(61.4967, 53.6972) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<path transform="translate(61.4967, 53.6972) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<rect transform="translate(61.4242, 51.2443)" x="-0.0725" y="-2.3189" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(75.7552, 51.2443)" x="-0.0725" y="-2.8189" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(74.0308, 57.2587)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+let’s</tspan>
+</text>
+<path transform="translate(75.6827, 49.2443) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(75.6827, 48.2443) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(67.2667, 50.7443) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(65.5776, 51.2443)" x="-0.0725" y="-1.8189" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(67.2667, 48.7443) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(46.6620, 51.2443)" x="-0.0725" y="-2.8189" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(61.3516, 57.2587)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<path transform="translate(61.3516, 50.2443) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(61.3516, 48.7443) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(53.4549, 51.2443)" x="-0.0725" y="-3.8189" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(52.7548, 57.2587)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+go</tspan>
+</text>
+<path transform="translate(53.3823, 48.2443) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(53.3823, 47.2443) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(90.5541, 64.7193)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(44.0381, 64.7193)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<line transform="translate(10.0421, 66.7193)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 65.7193)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 64.7193)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 63.7193)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 62.7193)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(10.0421, 61.7193)" x="35.4132" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(10.0421, 61.7193)" x="41.9983" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(10.0421, 60.7193)" x="41.9983" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(10.0421, 61.7193)" x="41.9983" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(10.0421, 61.7193)" x="64.3836" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(119.0716, 64.7193)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 64.7193)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(72.9405, 64.7193)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(107.8074, 64.7193)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(58.4465, 64.7193)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(29.1150, 64.7193)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(105.1706, 64.7193)" x="-0.0725" y="-3.1900" width="0.1451" height="2.5089" ry="0.0471" fill="currentColor"/>
+<path transform="translate(103.9275, 64.2193) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(100.2144, 64.7193)" x="-0.0725" y="0.1811" width="0.1451" height="3.1522" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(101.3849, 64.7193)" x="-0.0725" y="-3.4942" width="0.1451" height="2.3130" ry="0.0471" fill="currentColor"/>
+<text transform="translate(100.1418, 70.2397)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+to</tspan>
+</text>
+<path transform="translate(100.1418, 64.7193) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(100.1418, 63.7193) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(110.5003, 64.7193)" x="-0.0725" y="-0.2445" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<text transform="translate(109.1061, 70.2397)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+pray.</tspan>
+</text>
+<path transform="translate(110.4277, 64.2193) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(109.1061, 64.2193) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(91.3969, 70.2397)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+riv</tspan>
+</text>
+<path transform="translate(92.3257, 64.2193) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(92.3257, 62.7193) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(86.7475, 64.7193)" x="-0.0725" y="-1.8189" width="0.1451" height="4.0003" ry="0.0471" fill="currentColor"/>
+<text transform="translate(85.4649, 70.2397)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<path transform="translate(86.6749, 64.2193) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(86.6749, 62.7193) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(82.0148, 64.7193)" x="-0.0725" y="-2.3189" width="0.1451" height="4.3216" ry="0.0471" fill="currentColor"/>
+<text transform="translate(81.4553, 70.2397)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in</tspan>
+</text>
+<path transform="translate(81.9423, 63.7193) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(81.9423, 62.2193) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(96.5198, 64.7193)" x="-0.0725" y="-1.8189" width="0.1451" height="4.6347" ry="0.0471" fill="currentColor"/>
+<text transform="translate(95.9402, 70.2397)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+er</tspan>
+</text>
+<path transform="translate(96.4473, 64.2193) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(96.4473, 62.7193) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(92.3983, 64.7193)" x="-0.0725" y="-1.8189" width="0.1451" height="4.6347" ry="0.0471" fill="currentColor"/>
+<polygon transform="translate(81.9423, 66.7193)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.8307 -0.0087 4.8307 0.3771 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(94.9252, 70.2397)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<path transform="translate(100.1418, 64.7193)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.27821848320708 -4.23417225339098C2.28376837291809 -5.03901381249555 4.19971822694433 -4.88508485495179 5.06387657240933 -3.93002942728129C4.18899386543151 -4.75159899756088 2.27304401140527 -4.90552795510463 1.27821848320708 -4.23417225339098z"/>
+<polygon transform="translate(92.3257, 67.5351)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.2196 -0.1929 4.2196 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(101.3124, 61.2193)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.8837 0.1229 3.8837 0.5087 0.0471 0.1929 0.0471 -0.1929"/>
+<path transform="translate(109.1061, 64.7193)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.79417283950617 0.63585420549887C3.02718704341916 1.58216957369517 10.5283419957832 1.58216957369517 11.7613561996962 0.63585420549887C10.5283419957832 1.44825360730861 3.02718704341916 1.44825360730861 1.79417283950617 0.63585420549887z"/>
+<path transform="translate(110.4277, 64.7193)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.89708641975308 -1.64070003398713C2.10941649076497 -2.58178401173143 9.22739110430413 -2.58178401173143 10.439721175316 -1.64070003398713C9.22739110430413 -2.44786804534488 2.10941649076497 -2.44786804534488 0.89708641975308 -1.64070003398713z"/>
+<rect transform="translate(33.9146, 70.2397)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<path transform="translate(60.0919, 64.7193)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.657818181818179 -3.55402244668911C1.67623026498569 -4.50426386738477 3.87483707822511 -4.50426386738477 4.89324916139262 -3.55402244668911C3.87483707822511 -4.37034790099822 1.67623026498569 -4.37034790099822 0.657818181818179 -3.55402244668911z"/>
+<rect transform="translate(121.7645, 64.7193)" x="-0.0725" y="-0.2445" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(121.6920, 64.2193) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(120.3704, 64.2193) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(30.8330, 64.7193)" x="-0.0725" y="-2.3189" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(29.9119, 70.2397)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+sis</tspan>
+</text>
+<path transform="translate(30.7604, 63.2193) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(30.7604, 62.2193) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(20.6333, 64.7193)" x="-0.0725" y="-2.2445" width="0.1451" height="4.2445" ry="0.0471" fill="currentColor"/>
+<text transform="translate(19.1892, 70.2397)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Oh,</tspan>
+</text>
+<path transform="translate(20.5608, 63.2193) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(44.1323, 70.2397)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+let’s</tspan>
+</text>
+<path transform="translate(45.7842, 62.7193) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(45.7842, 61.7193) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(37.5300, 64.7193)" x="-0.0725" y="-1.8189" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(35.5646, 70.2397)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+ters,</tspan>
+</text>
+<path transform="translate(37.4575, 63.7193) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(37.4575, 62.7193) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(20.5608, 62.2193) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(14.4718, 65.7193) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 64.2193) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 66.2193) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 64.7193) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(10.8421, 63.7193) scale(0.0040, -0.0040)" d="M558 -125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM558 125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM231 264c172 0 294 -88 294 -251c0 -263 -262 -416 -515 -523c-3 -3 -7 -4 -10 -4c-7 0 -14 7 -14 14c0 3 1 7 4 10
+c201 118 410 265 410 492c0 119 -61 234 -169 234c-72 0 -124 -53 -148 -123c10 4 19 6 29 6c55 0 100 -45 100 -100c0 -58 -44 -106 -100 -106c-60 0 -112 47 -112 106c0 133 101 245 231 245z" fill="currentColor"/>
+<text transform="translate(8.1141, 61.6291)" font-family="Century Schoolbook L" font-size="1.7463" text-anchor="start" fill="currentColor">
+<tspan>
+25</tspan>
+</text>
+<text transform="translate(72.3596, 70.2397)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down</tspan>
+</text>
+<path transform="translate(74.7546, 63.7193) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(74.7546, 61.7193) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(66.0889, 64.2193) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(64.3999, 64.7193)" x="-0.0725" y="-1.8189" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(66.0889, 62.2193) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<path transform="translate(64.3273, 64.2193) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(64.3273, 62.7193) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(60.2370, 67.1723) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<path transform="translate(60.2370, 67.1723) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<rect transform="translate(60.1644, 64.7193)" x="-0.0725" y="-2.3189" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(74.8272, 64.7193)" x="-0.0725" y="-2.8189" width="0.1451" height="5.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(60.0919, 63.7193) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(60.0919, 62.2193) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(52.4419, 64.7193)" x="-0.0725" y="-3.8189" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(51.7418, 70.2397)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+go</tspan>
+</text>
+<path transform="translate(52.3693, 61.7193) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(52.3693, 60.7193) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(45.8568, 64.7193)" x="-0.0725" y="-2.8189" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(60.0919, 70.2397)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<rect transform="translate(116.3167, 91.6815)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(75.6716, 78.1943)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(61.2166, 91.6815)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(45.1713, 91.6815)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<line transform="translate(10.0421, 93.6815)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 92.6815)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 91.6815)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 90.6815)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 89.6815)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(31.3929, 78.1943)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 91.6815)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(85.9517, 78.1943)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(101.6538, 91.6815)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(101.6538, 78.1943)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(85.9517, 91.6815)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(61.2166, 78.1943)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<line transform="translate(10.0421, 80.1943)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 79.1943)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 78.1943)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 77.1943)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 76.1943)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(31.3929, 91.6815)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(75.6716, 91.6815)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(116.3167, 78.1943)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(45.1713, 78.1943)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 78.1943)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(104.4703, 91.6815)" x="-0.0725" y="-3.6667" width="0.1451" height="4.9112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(103.2212, 78.1943)" x="-0.0725" y="0.1811" width="0.1451" height="3.1522" ry="0.0471" fill="currentColor"/>
+<path transform="translate(103.1486, 93.1815) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(103.1486, 91.1815) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(101.2557, 83.9258)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+bout</tspan>
+</text>
+<path transform="translate(103.1486, 78.1943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(117.9634, 78.1943)" x="-0.0725" y="-0.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(117.8908, 93.1815) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(117.8908, 91.1815) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(115.9377, 83.9258)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+good</tspan>
+</text>
+<path transform="translate(117.8908, 77.6943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(111.5673, 78.1943)" x="-0.0725" y="-3.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(108.5719, 83.9258)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+that</tspan>
+</text>
+<path transform="translate(110.3242, 78.6943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(88.7683, 91.6815)" x="-0.0725" y="-3.6667" width="0.1451" height="4.9112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(87.5192, 78.1943)" x="-0.0725" y="0.1811" width="0.1451" height="2.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(87.4466, 93.1815) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(87.4466, 91.1815) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(85.5939, 83.9258)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+stud</tspan>
+</text>
+<path transform="translate(87.4466, 78.1943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(98.4939, 78.1943)" x="-0.0725" y="-0.3189" width="0.1451" height="3.1422" ry="0.0471" fill="currentColor"/>
+<text transform="translate(98.3964, 83.9258)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+a</tspan>
+</text>
+<path transform="translate(98.4214, 77.6943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(95.0728, 78.1943)" x="-0.0725" y="0.1811" width="0.1451" height="2.9956" ry="0.0471" fill="currentColor"/>
+<text transform="translate(94.2522, 83.9258)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in’</tspan>
+</text>
+<path transform="translate(95.0003, 78.1943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(91.6748, 78.1943)" x="-0.0725" y="0.1811" width="0.1451" height="2.8189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(91.5973, 83.9258)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+y</tspan>
+</text>
+<path transform="translate(91.6023, 78.1943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(78.1145, 91.6815)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -1.0C2.81057461063942 -1.906226833453 8.04320887167812 -1.906226833453 9.13214845793742 -1.0C8.04320887167812 -1.77231086706644 2.81057461063942 -1.77231086706644 1.72163502438012 -1.0z"/>
+<path transform="translate(78.1145, 91.6815)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.69156532698709 2.90883339207801 8.0347559704565 2.90883339207801 9.13214845793742 2.0C8.0347559704565 2.77491742569146 2.69156532698709 2.77491742569146 1.59417283950617 2.0z"/>
+<rect transform="translate(90.7762, 83.9258)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<path transform="translate(87.4466, 91.6815)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -1.0C3.10102612883206 -1.97919898377345 14.122621399129 -1.97919898377345 15.5020125035809 -1.0C14.122621399129 -1.8452830173869 3.10102612883206 -1.8452830173869 1.72163502438012 -1.0z"/>
+<path transform="translate(87.4466, 91.6815)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.97749794020537 2.97999326140833 14.1186874028817 2.97999326140833 15.5020125035809 2.0C14.1186874028817 2.84607729502178 2.97749794020537 2.84607729502178 1.59417283950617 2.0z"/>
+<rect transform="translate(93.2575, 83.9258)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(87.4466, 81.1943)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.2537 -0.1929 4.2537 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(100.1789, 83.9258)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(95.0003, 81.3785)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.5191 -0.5613 3.5191 -0.1755 0.0471 0.1929 0.0471 -0.1929"/>
+<path transform="translate(103.1486, 91.6815)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -1.0C3.06970846040178 -1.97272107150162 13.1941088173744 -1.97272107150162 14.5421822533961 -1.0C13.1941088173744 -1.83880510511507 3.06970846040178 -1.83880510511507 1.72163502438012 -1.0z"/>
+<path transform="translate(103.1486, 91.6815)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.94658594250971 2.97363545692797 13.1897691503925 2.97363545692797 14.5421822533961 2.0C13.1897691503925 2.83971949054142 2.94658594250971 2.83971949054142 1.59417283950617 2.0z"/>
+<path transform="translate(37.6381, 90.6815) scale(0.0040, -0.0040)" d="M364 -156h-353c-6 0 -11 5 -11 11v134c0 6 5 11 11 11h353c6 0 11 -5 11 -11v-134c0 -6 -5 -11 -11 -11z" fill="currentColor"/>
+<path transform="translate(46.8148, 91.6815)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -1.0C3.1063546362947 -1.98027379635758 14.2903287832138 -1.98027379635758 15.6750483951284 -1.0C14.2903287832138 -1.84635782997103 3.1063546362947 -1.84635782997103 1.72163502438012 -1.0z"/>
+<path transform="translate(46.8148, 91.6815)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950618 2.0C2.98275939406632 2.9810489405085 14.2864618405682 2.9810489405085 15.6750483951284 2.0C14.2864618405682 2.84713297412195 2.98275939406632 2.84713297412195 1.59417283950618 2.0z"/>
+<polygon transform="translate(54.3976, 75.3785)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.4430 -0.1929 4.4430 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(65.0955, 83.9258)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<path transform="translate(62.6898, 91.6815)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -1.0C3.09229017624706 -1.97741988427696 13.8540092002092 -1.97741988427696 15.2246643520761 -1.0C13.8540092002092 -1.84350391789041 3.09229017624706 -1.84350391789041 1.72163502438012 -1.0z"/>
+<path transform="translate(62.6898, 91.6815)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950618 2.0C2.96887315935756 2.9782463309167 13.8499640322247 2.9782463309167 15.2246643520761 2.0C13.8499640322247 2.84433036453015 2.96887315935756 2.84433036453015 1.59417283950618 2.0z"/>
+<polygon transform="translate(63.8604, 75.3785)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.8319 -0.1929 3.8319 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<path transform="translate(126.7723, 78.6943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(124.6174, 78.1943)" x="-0.0725" y="-3.1767" width="0.1451" height="2.9955" ry="0.0471" fill="currentColor"/>
+<text transform="translate(123.3743, 83.9258)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+old</tspan>
+</text>
+<path transform="translate(123.3743, 78.1943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(119.2125, 91.6815)" x="-0.0725" y="-3.6667" width="0.1451" height="4.9112" ry="0.0471" fill="currentColor"/>
+<path transform="translate(123.3743, 78.1943)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.612884789047087 1.20402244668911C1.38833161832199 2.48496168143579 3.06755583542156 2.65792537966671 4.01087223957097 1.55402244668911C3.08127687312381 2.52471419703695 1.40205265602424 2.35175049880604 0.612884789047087 1.20402244668911z"/>
+<polygon transform="translate(124.5449, 75.0101)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.4960 0.1755 3.4960 0.5613 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(128.0154, 78.1943)" x="-0.0725" y="-2.8233" width="0.1451" height="3.1422" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(34.0789, 78.1943)" x="-0.0725" y="-1.5000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(32.9915, 83.9258)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+I</tspan>
+</text>
+<path transform="translate(32.8358, 80.1943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(26.9186, 78.1943)" x="-0.0725" y="-1.5000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(24.8872, 83.9258)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+As</tspan>
+</text>
+<g transform="translate(24.7265, 74.9360)" >
+<path transform="scale(0.0040, -0.0040)" d="M-44 146c26 76 84 153 152 153c22 0 36 -19 41 -43c23 25 53 43 82 43c23 0 37 -19 43 -44c22 26 51 44 80 44c33 0 59 -35 59 -69c0 -5 -1 -10 -2 -15l-35 -149c0 -2 -1 -4 -1 -5c0 -5 2 -8 7 -8c9 0 27 11 48 31c5 5 10 6 14 6c6 0 12 -4 12 -10c0 -4 -2 -8 -7 -13
+c-40 -38 -87 -74 -133 -74c-20 0 -32 13 -32 32c0 4 0 7 1 11l39 165c1 5 2 9 2 14c0 10 -4 18 -14 18c-16 0 -33 -16 -39 -32l-52 -182c-3 -10 -15 -19 -25 -19h-38c-11 0 -17 8 -14 19l52 182c2 6 3 11 3 16c0 9 -4 16 -13 16c-16 0 -35 -15 -41 -32l-62 -182
+c-4 -11 -15 -19 -26 -19h-38c-11 0 -16 8 -12 19l62 182c2 5 2 10 2 15c0 10 -3 17 -13 17c-29 0 -54 -53 -66 -87c-4 -12 -15 -18 -24 -18c-7 0 -13 3 -13 11c0 2 0 5 1 7z" fill="currentColor"/>
+
+<path transform="translate(1.7674, 0.0000) scale(0.0040, -0.0040)" d="M233 243c-56 0 -102 -108 -102 -174c0 -22 8 -38 30 -38c63 0 97 127 97 179c0 18 -7 33 -25 33zM111 -146c-37 0 -76 5 -114 5s-79 -5 -115 -5c-9 0 -14 8 -14 15c0 19 30 16 48 17c23 1 47 7 54 27l101 296c2 7 5 14 5 20c0 8 -3 14 -11 14c-33 0 -61 -60 -77 -97
+c-5 -13 -17 -19 -26 -19c-8 0 -15 5 -15 13c0 3 1 7 2 10c30 68 73 142 133 142c35 0 58 -22 65 -52c29 31 67 52 103 52c69 0 107 -49 107 -114c0 -21 -4 -44 -12 -67c-20 -58 -91 -120 -147 -120c-27 0 -52 6 -73 18c-10 6 -24 3 -27 -6l-27 -80c-1 -3 -2 -6 -2 -9
+c0 -21 20 -28 43 -30c9 -1 13 -8 13 -15s-5 -15 -14 -15z" fill="currentColor"/>
+</g>
+<rect transform="translate(48.0579, 78.1943)" x="-0.0725" y="-3.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(46.8148, 97.1815)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Mm (or Oo)</tspan>
+</text>
+<text transform="translate(46.8148, 87.1129)" font-family="Century Schoolbook L" font-style="italic" font-size="2.2000" text-anchor="start" fill="currentColor">
+<tspan>
+Stagger breathing</tspan>
+</text>
+<path transform="translate(46.8148, 93.1815) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(46.8148, 91.1815) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(44.4198, 83.9258)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down</tspan>
+</text>
+<path transform="translate(46.8148, 78.6943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(39.6276, 78.1943)" x="-0.0725" y="-2.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(36.2104, 83.9258)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+went</tspan>
+</text>
+<path transform="translate(38.3845, 79.6943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(117.8908, 91.6815)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.85830775411402 2.95389279100719 10.9809529175453 2.95389279100719 12.2450878321532 2.0C10.9809529175453 2.81997682462063 2.85830775411402 2.81997682462063 1.59417283950617 2.0z"/>
+<path transform="translate(117.8908, 91.6815)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -1.0C2.98016135010178 -1.95255244788365 10.9865615064315 -1.95255244788365 12.2450878321532 -1.0C10.9865615064315 -1.81863648149709 2.98016135010178 -1.81863648149709 1.72163502438012 -1.0z"/>
+<path transform="translate(23.9768, 90.6815) scale(0.0040, -0.0040)" d="M364 -156h-353c-6 0 -11 5 -11 11v134c0 6 5 11 11 11h353c6 0 11 -5 11 -11v-134c0 -6 -5 -11 -11 -11z" fill="currentColor"/>
+<rect transform="translate(9.9636, 84.9379)" x="0.0000" y="-8.7994" width="0.1786" height="17.5987" ry="0.0558" fill="currentColor"/>
+<path transform="translate(8.7136, 75.9135) scale(0.0040, -0.0040)" d="M448 332c10 0 17 -8 17 -17c0 -3 -1 -6 -3 -9c-96 -144 -210 -362 -381 -362h-81v85c0 15 12 27 27 27h54c157 0 265 136 353 268c3 5 9 8 14 8z" fill="currentColor"/>
+<path transform="translate(8.7136, 93.9622) scale(0.0040, -0.0040)" d="M465 -315c0 -9 -7 -17 -17 -17c-5 0 -11 3 -14 8c-88 132 -196 268 -353 268h-54c-15 0 -27 12 -27 27v85h81c171 0 285 -218 381 -362c2 -3 3 -6 3 -9z" fill="currentColor"/>
+<rect transform="translate(8.7136, 84.9379)" x="0.0000" y="-8.8444" width="0.4500" height="17.6887" ry="0.0000" fill="currentColor"/>
+<path transform="translate(25.6755, 80.1943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(20.5608, 78.1943) scale(0.0040, -0.0040)" d="M-24 -117c0 29 13 42 43 42c31 0 74 -11 113 -27l-129 154c-7 9 -11 18 -11 26c0 34 51 66 88 100c24 22 37 52 37 82c0 25 -9 49 -26 69l-33 40c-3 4 -4 7 -4 11c0 9 9 17 18 17c4 0 8 -2 12 -6l150 -179c7 -9 11 -18 11 -26c0 -34 -51 -65 -88 -99
+c-24 -22 -37 -53 -37 -83c0 -25 8 -49 25 -69l82 -97c3 -4 4 -7 4 -11c0 -9 -8 -17 -17 -17c-4 0 -9 2 -13 6c-17 20 -60 36 -93 36c-41 0 -54 -25 -54 -66c0 -34 10 -73 27 -93c5 -6 0 -14 -6 -14c-2 0 -4 1 -6 3c-45 53 -93 147 -93 201z" fill="currentColor"/>
+<path transform="translate(14.4718, 92.6815) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 91.1815) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 93.1815) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 91.6815) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(10.8421, 90.6815) scale(0.0040, -0.0040)" d="M558 -125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM558 125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM231 264c172 0 294 -88 294 -251c0 -263 -262 -416 -515 -523c-3 -3 -7 -4 -10 -4c-7 0 -14 7 -14 14c0 3 1 7 4 10
+c201 118 410 265 410 492c0 119 -61 234 -169 234c-72 0 -124 -53 -148 -123c10 4 19 6 29 6c55 0 100 -45 100 -100c0 -58 -44 -106 -100 -106c-60 0 -112 47 -112 106c0 133 101 245 231 245z" fill="currentColor"/>
+<path transform="translate(14.4718, 78.1943) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 76.6943) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 78.6943) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 77.1943) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<text transform="translate(11.7431, 82.6984)" font-family="Century Schoolbook L" font-style="italic" font-size="1.3860" text-anchor="start" fill="currentColor">
+<tspan>
+8</tspan>
+</text>
+<path transform="translate(10.8421, 79.1943) scale(0.0040, -0.0040)" d="M378 263c4 0 7 1 11 1c156 0 257 -129 257 -262c0 -76 -34 -154 -108 -210c-22 -17 -46 -29 -72 -37c3 -34 4 -68 4 -102c0 -20 0 -40 -1 -60c-7 -121 -90 -228 -209 -228c-108 0 -196 87 -196 196c0 58 53 104 112 104c54 0 95 -48 95 -104c0 -52 -43 -95 -95 -95
+c-10 0 -20 2 -29 6c26 -38 68 -63 116 -63c96 0 156 91 162 190c1 19 2 37 2 56c0 30 -2 60 -4 90c-29 -5 -58 -8 -88 -8c-188 0 -333 173 -333 375c0 177 130 307 246 442c-20 62 -38 125 -46 190c-6 52 -7 104 -7 157c0 115 55 223 148 290c3 2 7 3 11 3s8 -1 11 -4
+c71 -83 134 -244 134 -357c0 -143 -85 -255 -178 -364c21 -68 40 -137 57 -206zM462 -202c67 24 111 94 111 162c0 89 -65 178 -170 190c24 -115 46 -230 59 -352zM75 26c0 -134 129 -245 263 -245c28 0 55 2 81 6c-14 126 -36 244 -61 363c-79 -8 -124 -61 -124 -119
+c0 -43 25 -89 80 -121c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 89 58 175 161 198c-14 58 -29 116 -46 173c-106 -122 -212 -244 -212 -404zM406 1042c-99 -47 -162 -148 -162 -257c0 -73 20 -132 38 -191
+c79 97 144 199 144 324c0 53 -4 76 -20 124z" fill="currentColor"/>
+<text transform="translate(8.1141, 75.1042)" font-family="Century Schoolbook L" font-size="1.7463" text-anchor="start" fill="currentColor">
+<tspan>
+33</tspan>
+</text>
+<rect transform="translate(71.2687, 78.1943)" x="-0.0725" y="-3.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(69.5788, 83.9258)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+to</tspan>
+</text>
+<path transform="translate(70.0256, 78.6943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(67.6668, 78.1943)" x="-0.0725" y="-2.8158" width="0.1451" height="3.1347" ry="0.0471" fill="currentColor"/>
+<text transform="translate(65.9166, 83.9258)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+er</tspan>
+</text>
+<path transform="translate(66.4237, 78.6943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(64.0114, 91.6815)" x="-0.0725" y="-3.6667" width="0.1451" height="4.9112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(79.4361, 91.6815)" x="-0.0725" y="-3.6667" width="0.1451" height="4.9112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(79.4361, 78.1943)" x="-0.0725" y="-3.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(78.1145, 93.1815) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(78.1145, 91.1815) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(75.8793, 83.9258)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+pray,</tspan>
+</text>
+<path transform="translate(78.1145, 78.6943) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(58.8152, 78.1943)" x="-0.0725" y="-2.8158" width="0.1451" height="3.1347" ry="0.0471" fill="currentColor"/>
+<text transform="translate(56.3621, 83.9258)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<path transform="translate(57.5721, 78.6943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(54.4702, 78.1943)" x="-0.0725" y="-2.8158" width="0.1451" height="3.1347" ry="0.0471" fill="currentColor"/>
+<text transform="translate(52.7401, 83.9258)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in</tspan>
+</text>
+<path transform="translate(53.2271, 78.6943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(48.1364, 91.6815)" x="-0.0725" y="-3.6667" width="0.1451" height="4.9112" ry="0.0471" fill="currentColor"/>
+<path transform="translate(62.6898, 93.1815) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(63.9329, 78.1943)" x="-0.0725" y="-2.8158" width="0.1451" height="3.1347" ry="0.0471" fill="currentColor"/>
+<path transform="translate(62.6898, 91.1815) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(61.7610, 83.9258)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+riv</tspan>
+</text>
+<path transform="translate(62.6898, 78.6943) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(110.6526, 105.1565)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 105.1565)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(31.4981, 116.7471)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(71.1006, 105.1565)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(45.3010, 116.7471)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(95.3726, 105.1565)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(119.8055, 116.7471)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(86.0025, 116.7471)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(86.0025, 105.1565)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(57.2307, 116.7471)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(71.1006, 116.7471)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<line transform="translate(10.0421, 118.7471)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 117.7471)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 116.7471)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 115.7471)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 114.7471)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(119.8055, 105.1565)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 116.7471)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(45.3010, 105.1565)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(57.2307, 105.1565)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(110.6526, 116.7471)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(95.3726, 116.7471)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(31.4981, 105.1565)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(10.0421, 108.1565)" x="29.0952" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<line transform="translate(10.0421, 107.1565)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 106.1565)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 105.1565)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 104.1565)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 103.1565)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<path transform="translate(112.9663, 116.7471) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(112.9663, 111.0582)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+way.</tspan>
+</text>
+<path transform="translate(112.9663, 107.1565) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(106.2546, 111.0582)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<rect transform="translate(108.7078, 105.1565)" x="-0.0725" y="-2.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(108.7803, 103.2035) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<path transform="translate(107.4647, 106.6565) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(103.5871, 105.1565)" x="-0.0725" y="-3.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(101.2746, 111.0582)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+me</tspan>
+</text>
+<path transform="translate(102.3440, 105.6565) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(114.2879, 116.7471)" x="-0.0725" y="-3.3333" width="0.1451" height="4.5779" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(114.2879, 105.1565)" x="-0.0725" y="-1.5000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(112.9663, 118.2471) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(89.7893, 116.7471)" x="-0.0725" y="-3.3333" width="0.1451" height="4.5779" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(88.5402, 105.1565)" x="-0.0725" y="0.2555" width="0.1451" height="3.0779" ry="0.0471" fill="currentColor"/>
+<path transform="translate(88.4676, 118.2471) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(88.4676, 116.7471) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(86.1320, 111.0582)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Lord,</tspan>
+</text>
+<path transform="translate(88.4676, 105.1565) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(98.0384, 116.7471)" x="-0.0725" y="-3.3333" width="0.1451" height="4.5779" ry="0.0471" fill="currentColor"/>
+<path transform="translate(98.0324, 102.2035) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(97.9599, 105.1565)" x="-0.0725" y="-3.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(96.7168, 118.2471) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(96.7168, 116.7471) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(94.4624, 111.0582)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+show</tspan>
+</text>
+<path transform="translate(96.7168, 105.6565) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(72.6212, 116.7471)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438011 -0.75C3.12610871222028 -1.73419138755872 14.9390792716653 -1.73419138755872 16.3435529595055 -0.75C14.9390792716653 -1.60027542117216 3.12610871222028 -1.60027542117216 1.72163502438011 -0.75z"/>
+<path transform="translate(72.6212, 116.7471)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950618 2.0C2.9818965125117 2.98087632461055 14.2587428667469 2.98087632461055 15.6464665397524 2.0C14.2587428667469 2.84696035822399 2.9818965125117 2.84696035822399 1.59417283950618 2.0z"/>
+<path transform="translate(88.4676, 116.7471)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -0.75C2.78398997285154 -1.64779703601394 7.68390060772415 -1.64779703601394 8.74625555619558 -0.75C7.68390060772415 -1.51388106962738 2.78398997285154 -1.51388106962738 1.72163502438012 -0.75z"/>
+<path transform="translate(88.4676, 116.7471)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.61432269107097 2.8836505746506 7.02901928487771 2.8836505746506 8.0491691364425 2.0C7.02901928487771 2.74973460826404 2.61432269107097 2.74973460826404 1.59417283950617 2.0z"/>
+<path transform="translate(96.7168, 116.7471)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -0.75C3.13741692708724 -1.7363875836262 15.3308032857614 -1.7363875836262 16.7465851884686 -0.75C15.3308032857614 -1.60247161723964 3.13741692708724 -1.60247161723964 1.72163502438012 -0.75z"/>
+<path transform="translate(96.7168, 116.7471)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.99384341151759 2.98324843012359 14.649828196704 2.98324843012359 16.0494987687155 2.0C14.649828196704 2.84933246373703 2.99384341151759 2.84933246373703 1.59417283950617 2.0z"/>
+<path transform="translate(112.9663, 105.1565)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.897086419753094 2.75C2.00587465532502 3.66229284334807 7.50193857239753 3.66229284334807 8.61072680796946 2.75C7.50193857239753 3.52837687696152 2.00587465532502 3.52837687696152 0.897086419753094 2.75z"/>
+<path transform="translate(20.5608, 116.7471)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.85006535603899 2.95191924397937 10.8025395536721 2.95191924397937 12.0584320702049 2.0C10.8025395536721 2.81800327759281 2.85006535603899 2.81800327759281 1.59417283950617 2.0z"/>
+<path transform="translate(25.1019, 105.1565)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.587391851089306 2.55402244668911C1.25680990456503 3.4386062623287 2.74517211139169 3.68076639825923 3.66048685309588 3.05402244668911C2.76667777298472 3.54858851594645 1.27831556615806 3.30642838001592 0.587391851089306 2.55402244668911z"/>
+<polygon transform="translate(26.2725, 103.9723)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.1711 -0.0087 3.1711 0.3771 0.0471 0.1929 0.0471 -0.1929"/>
+<path transform="translate(32.8192, 116.7471)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -0.75C3.06669715195125 -1.72208334065044 13.1096664343899 -1.72208334065044 14.454728561961 -0.75C13.1096664343899 -1.58816737426389 3.06669715195125 -1.58816737426389 1.72163502438012 -0.75z"/>
+<path transform="translate(32.8192, 116.7471)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.91891917171609 2.96771036862709 12.432895809998 2.96771036862709 13.7576421422079 2.0C12.432895809998 2.83379440224053 2.91891917171609 2.83379440224053 1.59417283950617 2.0z"/>
+<path transform="translate(58.8242, 116.7471)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950618 2.0C2.91295877007665 2.96640364455663 12.2781818253475 2.96640364455663 13.596967755918 2.0C12.2781818253475 2.83248767817007 2.91295877007665 2.83248767817007 1.59417283950618 2.0z"/>
+<path transform="translate(58.8242, 116.7471)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -0.75C3.06109149506375 -1.72088906212806 12.9545977049874 -1.72088906212806 14.2940541756711 -0.75C12.9545977049874 -1.58697309574151 3.06109149506375 -1.58697309574151 1.72163502438012 -0.75z"/>
+<path transform="translate(46.7768, 116.7471)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950618 2.0C2.84051989994008 2.9496039298193 10.6010224018296 2.9496039298193 11.8473694622635 2.0C10.6010224018296 2.81568796343274 2.84051989994008 2.81568796343274 1.59417283950618 2.0z"/>
+<path transform="translate(46.7768, 116.7471)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -0.75C2.99320111182811 -1.70565201915857 11.2728897945686 -1.70565201915857 12.5444558820166 -0.75C11.2728897945686 -1.57173605277201 2.99320111182811 -1.57173605277201 1.72163502438012 -0.75z"/>
+<rect transform="translate(122.4409, 116.7471)" x="-0.0725" y="-3.3333" width="0.1451" height="4.5779" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(122.3623, 105.1565)" x="-0.0725" y="-1.5000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(121.1192, 118.2471) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(121.1192, 116.7471) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(121.1192, 107.1565) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(112.9663, 116.7471)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -0.75C2.77711491831433 -1.64555799677977 7.59451515197014 -1.64555799677977 8.64999504590435 -0.75C7.59451515197014 -1.51164203039321 2.77711491831433 -1.51164203039321 1.72163502438012 -0.75z"/>
+<path transform="translate(112.9663, 116.7471)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.60681231129233 2.88102968046959 6.94026915436511 2.88102968046959 7.95290862615127 2.0C6.94026915436511 2.74711371408304 2.60681231129233 2.74711371408304 1.59417283950617 2.0z"/>
+<path transform="translate(125.9104, 105.1565) scale(0.0040, -0.0040)" d="M-24 -117c0 29 13 42 43 42c31 0 74 -11 113 -27l-129 154c-7 9 -11 18 -11 26c0 34 51 66 88 100c24 22 37 52 37 82c0 25 -9 49 -26 69l-33 40c-3 4 -4 7 -4 11c0 9 9 17 18 17c4 0 8 -2 12 -6l150 -179c7 -9 11 -18 11 -26c0 -34 -51 -65 -88 -99
+c-24 -22 -37 -53 -37 -83c0 -25 8 -49 25 -69l82 -97c3 -4 4 -7 4 -11c0 -9 -8 -17 -17 -17c-4 0 -9 2 -13 6c-17 20 -60 36 -93 36c-41 0 -54 -25 -54 -66c0 -34 10 -73 27 -93c5 -6 0 -14 -6 -14c-2 0 -4 1 -6 3c-45 53 -93 147 -93 201z" fill="currentColor"/>
+<rect transform="translate(34.0623, 105.1565)" x="-0.0725" y="-1.5000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(32.8192, 118.2471) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(32.8192, 116.7471) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(31.1272, 111.0582)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+who</tspan>
+</text>
+<path transform="translate(32.8192, 107.1565) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(29.4181, 105.1565)" x="-0.0725" y="-1.0042" width="0.1451" height="2.8230" ry="0.0471" fill="currentColor"/>
+<path transform="translate(28.1750, 107.1565) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(26.3450, 105.1565)" x="-0.0725" y="-1.1800" width="0.1451" height="2.4989" ry="0.0471" fill="currentColor"/>
+<text transform="translate(25.1019, 111.0582)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+and</tspan>
+</text>
+<path transform="translate(25.1019, 106.6565) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(46.7768, 118.2471) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(46.7768, 116.7471) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(44.6229, 111.0582)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+wear</tspan>
+</text>
+<path transform="translate(46.7768, 107.1565) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(40.7093, 105.1565)" x="-0.0725" y="-0.5000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(37.3524, 111.0582)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+shall</tspan>
+</text>
+<path transform="translate(39.4662, 108.1565) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(34.1408, 116.7471)" x="-0.0725" y="-3.3333" width="0.1451" height="4.5779" ry="0.0471" fill="currentColor"/>
+<text transform="translate(8.1141, 102.1065)" font-family="Century Schoolbook L" font-size="1.7463" text-anchor="start" fill="currentColor">
+<tspan>
+41</tspan>
+</text>
+<path transform="translate(10.0421, 116.7471)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M8.21861728395062 2.5C8.84039333216376 3.18526816913443 10.3939276554906 3.18526816913443 11.0157037037037 2.5C10.3939276554906 3.05135220274787 8.84039333216376 3.05135220274787 8.21861728395062 2.5z"/>
+<path transform="translate(10.0421, 116.7471)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M8.21861728395062 -1.25365950255825C8.84039333216376 -1.93892767169267 10.3939276554906 -1.93892767169267 11.0157037037037 -1.25365950255825C10.3939276554906 -1.80501170530612 8.84039333216376 -1.80501170530612 8.21861728395062 -1.25365950255825z"/>
+<rect transform="translate(9.9636, 110.9518)" x="0.0000" y="-7.8511" width="0.1786" height="15.7022" ry="0.0558" fill="currentColor"/>
+<path transform="translate(8.7136, 102.8757) scale(0.0040, -0.0040)" d="M448 332c10 0 17 -8 17 -17c0 -3 -1 -6 -3 -9c-96 -144 -210 -362 -381 -362h-81v85c0 15 12 27 27 27h54c157 0 265 136 353 268c3 5 9 8 14 8z" fill="currentColor"/>
+<path transform="translate(8.7136, 119.0279) scale(0.0040, -0.0040)" d="M465 -315c0 -9 -7 -17 -17 -17c-5 0 -11 3 -14 8c-88 132 -196 268 -353 268h-54c-15 0 -27 12 -27 27v85h81c171 0 285 -218 381 -362c2 -3 3 -6 3 -9z" fill="currentColor"/>
+<rect transform="translate(8.7136, 110.9518)" x="0.0000" y="-7.8961" width="0.4500" height="15.7922" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(21.8824, 116.7471)" x="-0.0725" y="-3.6667" width="0.1451" height="4.9112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(21.8039, 105.1565)" x="-0.0725" y="-3.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(20.5608, 118.2471) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(20.5608, 116.2471) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(18.9089, 111.0582)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+way</tspan>
+</text>
+<path transform="translate(20.5608, 105.6565) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(14.4718, 117.7471) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 116.2471) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 118.2471) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 116.7471) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(10.8421, 115.7471) scale(0.0040, -0.0040)" d="M558 -125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM558 125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM231 264c172 0 294 -88 294 -251c0 -263 -262 -416 -515 -523c-3 -3 -7 -4 -10 -4c-7 0 -14 7 -14 14c0 3 1 7 4 10
+c201 118 410 265 410 492c0 119 -61 234 -169 234c-72 0 -124 -53 -148 -123c10 4 19 6 29 6c55 0 100 -45 100 -100c0 -58 -44 -106 -100 -106c-60 0 -112 47 -112 106c0 133 101 245 231 245z" fill="currentColor"/>
+<path transform="translate(14.4718, 105.1565) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 103.6565) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 105.6565) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 104.1565) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<text transform="translate(11.7431, 109.6605)" font-family="Century Schoolbook L" font-style="italic" font-size="1.3860" text-anchor="start" fill="currentColor">
+<tspan>
+8</tspan>
+</text>
+<path transform="translate(10.8421, 106.1565) scale(0.0040, -0.0040)" d="M378 263c4 0 7 1 11 1c156 0 257 -129 257 -262c0 -76 -34 -154 -108 -210c-22 -17 -46 -29 -72 -37c3 -34 4 -68 4 -102c0 -20 0 -40 -1 -60c-7 -121 -90 -228 -209 -228c-108 0 -196 87 -196 196c0 58 53 104 112 104c54 0 95 -48 95 -104c0 -52 -43 -95 -95 -95
+c-10 0 -20 2 -29 6c26 -38 68 -63 116 -63c96 0 156 91 162 190c1 19 2 37 2 56c0 30 -2 60 -4 90c-29 -5 -58 -8 -88 -8c-188 0 -333 173 -333 375c0 177 130 307 246 442c-20 62 -38 125 -46 190c-6 52 -7 104 -7 157c0 115 55 223 148 290c3 2 7 3 11 3s8 -1 11 -4
+c71 -83 134 -244 134 -357c0 -143 -85 -255 -178 -364c21 -68 40 -137 57 -206zM462 -202c67 24 111 94 111 162c0 89 -65 178 -170 190c24 -115 46 -230 59 -352zM75 26c0 -134 129 -245 263 -245c28 0 55 2 81 6c-14 126 -36 244 -61 363c-79 -8 -124 -61 -124 -119
+c0 -43 25 -89 80 -121c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 89 58 175 161 198c-14 58 -29 116 -46 173c-106 -122 -212 -244 -212 -404zM406 1042c-99 -47 -162 -148 -162 -257c0 -73 20 -132 38 -191
+c79 97 144 199 144 324c0 53 -4 76 -20 124z" fill="currentColor"/>
+<path transform="translate(72.6212, 118.2471) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(72.6212, 116.7471) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(69.5031, 111.0582)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+crown,</tspan>
+</text>
+<path transform="translate(72.6212, 105.6565) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(66.2122, 105.1565)" x="-0.0725" y="-2.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(63.4779, 111.0582)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+and</tspan>
+</text>
+<path transform="translate(64.9691, 106.6565) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(60.1458, 116.7471)" x="-0.0725" y="-3.3333" width="0.1451" height="4.5779" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(80.9073, 105.1565)" x="-0.0725" y="-0.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(78.5804, 111.0582)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Good</tspan>
+</text>
+<path transform="translate(80.8348, 104.6565) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(73.8643, 105.1565)" x="-0.0725" y="-3.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(73.9428, 116.7471)" x="-0.0725" y="-3.3333" width="0.1451" height="4.5779" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(54.5397, 105.1565)" x="-0.0725" y="-2.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(52.0866, 111.0582)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<path transform="translate(53.2966, 106.6565) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(48.0985, 116.7471)" x="-0.0725" y="-3.3333" width="0.1451" height="4.5779" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(48.0199, 105.1565)" x="-0.0725" y="-1.5000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(48.5385, 106.6565) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(60.0673, 105.1565)" x="-0.0725" y="-3.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(58.8242, 118.2471) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(58.8242, 116.7471) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(57.0117, 111.0582)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+robe</tspan>
+</text>
+<path transform="translate(58.8242, 105.6565) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(54.6122, 103.2035) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(46.1603, 130.2221)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(102.4375, 151.0498)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 130.2221)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(75.1810, 151.0498)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(118.3535, 130.2221)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(46.1603, 139.3450)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(90.0741, 139.3450)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(60.9080, 139.3450)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(29.7790, 151.0498)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(29.7790, 130.2221)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(118.3535, 139.3450)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(102.4375, 139.3450)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(90.0741, 130.2221)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(46.1603, 151.0498)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(118.3535, 151.0498)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(102.4375, 130.2221)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(60.9080, 151.0498)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(29.7790, 139.3450)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<line transform="translate(10.0421, 132.2221)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 131.2221)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 130.2221)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 129.2221)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 128.2221)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(75.1810, 130.2221)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(90.0741, 151.0498)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<line transform="translate(10.0421, 141.3450)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 140.3450)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 139.3450)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 138.3450)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 137.3450)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(130.3359, 151.0498)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(75.1810, 139.3450)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 139.3450)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(60.9080, 130.2221)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<line transform="translate(10.0421, 153.0498)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 152.0498)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 151.0498)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 150.0498)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 149.0498)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(105.4371, 130.2221)" x="-0.0725" y="-3.0000" width="0.1451" height="4.7445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(104.1155, 130.7221) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(104.1155, 132.2221) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(104.1155, 152.5498) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(104.1155, 150.0498) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(101.8811, 145.0678)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+come</tspan>
+</text>
+<path transform="translate(104.1155, 139.8450) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(110.2177, 139.8450) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(105.4371, 151.0498)" x="-0.0725" y="-4.0000" width="0.1451" height="5.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(105.4311, 136.3921) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(105.3586, 139.3450)" x="-0.0725" y="-3.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(83.8122, 139.3450)" x="-0.0725" y="0.1811" width="0.1451" height="3.1522" ry="0.0471" fill="currentColor"/>
+<text transform="translate(83.1121, 145.0678)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+go</tspan>
+</text>
+<path transform="translate(83.7397, 139.3450) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(78.2676, 151.0498)" x="-0.0725" y="-3.6667" width="0.1451" height="4.9112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(77.0185, 139.3450)" x="-0.0725" y="-0.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(94.0231, 151.0498)" x="-0.0725" y="-4.0000" width="0.1451" height="5.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(94.0231, 139.3450)" x="-0.0725" y="-3.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(94.0231, 130.2221)" x="-0.0725" y="-3.0000" width="0.1451" height="4.7445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(92.7015, 152.5498) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(92.7015, 150.0498) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(90.0043, 145.0678)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<path transform="translate(92.7015, 139.8450) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(92.7015, 132.2221) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(92.7015, 130.7221) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(76.9460, 130.2221)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -0.610205800589852C3.12349544598202 -1.59388490226694 14.8507217726828 -1.59388490226694 16.2525821942847 -0.610205800589852C14.8507217726828 -1.45996893588038 3.12349544598202 -1.45996893588038 1.72163502438012 -0.610205800589852z"/>
+<path transform="translate(76.9460, 130.2221)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.89708641975308 3.0C2.32182709240089 3.98810408257631 14.8278415216369 3.98810408257631 16.2525821942847 3.0C14.8278415216369 3.85418811618976 2.32182709240089 3.85418811618976 0.89708641975308 3.0z"/>
+<path transform="translate(76.9460, 151.0498)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.97913383437928 2.98032230164315 14.1705347796585 2.98032230164315 15.5554957745316 2.0C14.1705347796585 2.84640633525659 2.97913383437928 2.84640633525659 1.59417283950617 2.0z"/>
+<path transform="translate(92.7015, 130.2221)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -0.634114332431183C2.96505027640083 -1.58300063132285 10.6676593336489 -1.58300063132285 11.9110745856696 -0.634114332431183C10.6676593336489 -1.4490846649363 2.96505027640083 -1.4490846649363 1.72163502438012 -0.634114332431183z"/>
+<path transform="translate(92.7015, 130.2221)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.897086419753094 3.0C2.17674201841605 3.9575457900061 10.6314189870067 3.9575457900061 11.9110745856696 3.0C10.6314189870067 3.82362982361955 2.17674201841605 3.82362982361955 0.897086419753094 3.0z"/>
+<path transform="translate(92.7015, 151.0498)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -1.75C2.96505027640083 -2.69888629889167 10.6676593336489 -2.69888629889167 11.9110745856696 -1.75C10.6676593336489 -2.56497033250512 2.96505027640083 -2.56497033250512 1.72163502438012 -1.75z"/>
+<path transform="translate(92.7015, 151.0498)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.81034573759943 2.94206806344303 9.99781526782327 2.94206806344303 11.2139881659165 2.0C9.99781526782327 2.80815209705647 2.81034573759943 2.80815209705647 1.59417283950617 2.0z"/>
+<path transform="translate(104.1155, 130.2221)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -0.606117631469979C3.15389354731202 -1.59564643857343 15.9303032275269 -1.59564643857343 17.3625617504588 -0.606117631469979C15.9303032275269 -1.46173047218687 3.15389354731202 -1.46173047218687 1.72163502438012 -0.606117631469979z"/>
+<path transform="translate(104.1155, 130.2221)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.89708641975308 3.0C2.34999884188079 3.99337092056722 15.9096493283311 3.99337092056722 17.3625617504588 3.0C15.9096493283311 3.85945495418067 2.34999884188079 3.85945495418067 0.89708641975308 3.0z"/>
+<path transform="translate(104.1155, 151.0498)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -1.75C3.15389354731202 -2.73952880710345 15.9303032275269 -2.73952880710345 17.3625617504588 -1.75C15.9303032275269 -2.60561284071689 3.15389354731202 -2.60561284071689 1.72163502438012 -1.75z"/>
+<path transform="translate(104.1155, 151.0498)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C3.01122781274394 2.9866327551855 15.248420357468 2.9866327551855 16.6654753307057 2.0C15.248420357468 2.85271678879895 3.01122781274394 2.85271678879895 1.59417283950617 2.0z"/>
+<path transform="translate(20.5608, 130.2221)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -0.75C2.93978092954656 -1.69257114011348 10.163225714492 -1.69257114011348 11.3813716196584 -0.75C10.163225714492 -1.55865517372692 2.93978092954656 -1.55865517372692 1.72163502438012 -0.75z"/>
+<path transform="translate(20.5608, 130.2221)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.897086419753085 1.75C2.15387208054541 2.70213423978382 10.1245859588661 2.70213423978382 11.3813716196584 1.75C10.1245859588661 2.56821827339726 2.15387208054541 2.56821827339726 0.897086419753085 1.75z"/>
+<path transform="translate(20.5608, 151.0498)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -1.0C2.90594849964383 -1.93373601024743 9.53923996257654 -1.93373601024743 10.7235534378402 -1.0C9.53923996257654 -1.79982004386087 2.90594849964383 -1.79982004386087 1.72163502438012 -1.0z"/>
+<path transform="translate(20.5608, 151.0498)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.78526866229841 2.93554327860613 9.532457615048 2.93554327860613 10.7235534378402 2.0C9.532457615048 2.80162731221958 2.78526866229841 2.80162731221958 1.59417283950617 2.0z"/>
+<rect transform="translate(36.3294, 145.0678)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<path transform="translate(31.4843, 151.0498)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -1.0C3.12205329719798 -1.98339562111793 14.802300643622 -1.98339562111793 16.2027189164398 -1.0C14.802300643622 -1.84947965473138 3.12205329719798 -1.84947965473138 1.72163502438012 -1.0z"/>
+<path transform="translate(31.4843, 151.0498)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.9982638339392 2.98411647953555 14.7986279220068 2.98411647953555 16.2027189164398 2.0C14.7986279220068 2.85020051314899 2.9982638339392 2.85020051314899 1.59417283950617 2.0z"/>
+<path transform="translate(47.8870, 151.0498)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -1.0C3.06916380227403 -1.97260592154614 13.1787758470466 -1.97260592154614 14.5263046249405 -1.0C13.1787758470466 -1.83868995515958 3.06916380227403 -1.83868995515958 1.72163502438012 -1.0z"/>
+<path transform="translate(47.8870, 151.0498)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950618 2.0C2.94604851446675 2.97352251608043 13.1744289499799 2.97352251608043 14.5263046249405 2.0C13.1744289499799 2.83960654969388 2.94604851446675 2.83960654969388 1.59417283950618 2.0z"/>
+<path transform="translate(62.6133, 139.3450)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.72278745131463 -1.20402244668911C1.8899122003535 -2.00071891746385 4.11941354709516 -1.66166256922639 4.99693209693304 -0.554022446689113C4.09927947467057 -1.52926881869093 1.86977812792891 -1.86832516692839 0.72278745131463 -1.20402244668911z"/>
+<path transform="translate(62.6133, 151.0498)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -1.0C3.05536220866001 -1.96965878360376 12.7989027770585 -1.96965878360376 14.1326299613384 -1.0C12.7989027770585 -1.8357428172172 3.05536220866001 -1.8357428172172 1.72163502438012 -1.0z"/>
+<path transform="translate(62.6133, 151.0498)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950618 2.0C2.93243212524253 2.97063279525553 12.7943706756021 2.97063279525553 14.1326299613384 2.0C12.7943706756021 2.83671682886897 2.93243212524253 2.83671682886897 1.59417283950618 2.0z"/>
+<path transform="translate(66.7397, 130.2221)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.64309854851031 -0.643758325898919C2.83052975906361 -1.57832740313521 9.51591380698942 -1.57832740313521 10.7033450175427 -0.643758325898919C9.51591380698942 -1.44441143674866 2.83052975906361 -1.44441143674866 1.64309854851031 -0.643758325898919z"/>
+<path transform="translate(66.7397, 130.2221)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.857818181818182 3.0C2.08501713097378 3.94486071931623 9.47614606838713 3.94486071931623 10.7033450175427 3.0C9.47614606838713 3.81094475292968 2.08501713097378 3.81094475292968 0.857818181818182 3.0z"/>
+<rect transform="translate(122.3026, 139.3450)" x="-0.0725" y="-1.5000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(122.3026, 130.2221)" x="-0.0725" y="-3.0000" width="0.1451" height="4.7445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(120.9809, 152.5498) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(120.9809, 150.0498) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(118.2838, 145.0678)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down.</tspan>
+</text>
+<path transform="translate(120.9809, 141.3450) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(120.9809, 132.2221) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(120.9809, 130.7221) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(111.4608, 139.3450)" x="-0.0725" y="-3.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(111.9793, 139.8450) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<text transform="translate(109.4897, 145.0678)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+on</tspan>
+</text>
+<rect transform="translate(122.3026, 151.0498)" x="-0.0725" y="-4.0000" width="0.1451" height="5.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(31.5569, 139.3450)" x="-0.0725" y="0.1811" width="0.1451" height="3.1522" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(32.7274, 130.2221)" x="-0.0725" y="-3.3333" width="0.1451" height="4.1522" ry="0.0471" fill="currentColor"/>
+<path transform="translate(31.4843, 152.5498) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(31.4843, 150.5498) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(29.0492, 145.0678)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+broth</tspan>
+</text>
+<path transform="translate(31.4843, 139.3450) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(31.4843, 131.2221) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(31.4843, 130.2221) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(21.8824, 151.0498)" x="-0.0725" y="-3.6667" width="0.1451" height="4.9112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(20.6333, 139.3450)" x="-0.0725" y="0.2555" width="0.1451" height="3.0779" ry="0.0471" fill="currentColor"/>
+<path transform="translate(47.8870, 129.7221) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(40.7377, 139.3450)" x="-0.0725" y="-3.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(40.7377, 130.2221)" x="-0.0725" y="-3.0000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(38.0838, 145.0678)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+ers,</tspan>
+</text>
+<path transform="translate(39.4946, 139.8450) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(39.4946, 131.7221) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(39.4946, 130.7221) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(32.8060, 151.0498)" x="-0.0725" y="-3.6667" width="0.1451" height="4.9112" ry="0.0471" fill="currentColor"/>
+<text transform="translate(8.1141, 127.1319)" font-family="Century Schoolbook L" font-size="1.7463" text-anchor="start" fill="currentColor">
+<tspan>
+50</tspan>
+</text>
+<path transform="translate(120.9809, 151.0498)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.69306242381126 2.90929142228933 8.05608302404779 2.90929142228933 9.15497260835288 2.0C8.05608302404779 2.77537545590278 2.69306242381126 2.77537545590278 1.59417283950617 2.0z"/>
+<rect transform="translate(9.9636, 140.6360)" x="0.0000" y="-12.4696" width="0.1786" height="24.9393" ry="0.0558" fill="currentColor"/>
+<path transform="translate(8.7136, 127.9413) scale(0.0040, -0.0040)" d="M448 332c10 0 17 -8 17 -17c0 -3 -1 -6 -3 -9c-96 -144 -210 -362 -381 -362h-81v85c0 15 12 27 27 27h54c157 0 265 136 353 268c3 5 9 8 14 8z" fill="currentColor"/>
+<path transform="translate(8.7136, 153.3306) scale(0.0040, -0.0040)" d="M465 -315c0 -9 -7 -17 -17 -17c-5 0 -11 3 -14 8c-88 132 -196 268 -353 268h-54c-15 0 -27 12 -27 27v85h81c171 0 285 -218 381 -362c2 -3 3 -6 3 -9z" fill="currentColor"/>
+<rect transform="translate(8.7136, 140.6360)" x="0.0000" y="-12.5146" width="0.4500" height="25.0293" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(21.8824, 130.2221)" x="-0.0725" y="-3.3333" width="0.1451" height="4.0779" ry="0.0471" fill="currentColor"/>
+<text transform="translate(20.5608, 156.5498)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+(Oo)</tspan>
+</text>
+<path transform="translate(20.5608, 152.5498) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(20.5608, 150.5498) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(19.1892, 145.0678)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Oh,</tspan>
+</text>
+<path transform="translate(20.5608, 139.3450) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(20.5608, 135.2323)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Oo</tspan>
+</text>
+<g transform="translate(19.6511, 125.6862)" >
+<path transform="scale(0.0040, -0.0040)" d="M-44 146c26 76 84 153 152 153c22 0 36 -19 41 -43c23 25 53 43 82 43c23 0 37 -19 43 -44c22 26 51 44 80 44c33 0 59 -35 59 -69c0 -5 -1 -10 -2 -15l-35 -149c0 -2 -1 -4 -1 -5c0 -5 2 -8 7 -8c9 0 27 11 48 31c5 5 10 6 14 6c6 0 12 -4 12 -10c0 -4 -2 -8 -7 -13
+c-40 -38 -87 -74 -133 -74c-20 0 -32 13 -32 32c0 4 0 7 1 11l39 165c1 5 2 9 2 14c0 10 -4 18 -14 18c-16 0 -33 -16 -39 -32l-52 -182c-3 -10 -15 -19 -25 -19h-38c-11 0 -17 8 -14 19l52 182c2 6 3 11 3 16c0 9 -4 16 -13 16c-16 0 -35 -15 -41 -32l-62 -182
+c-4 -11 -15 -19 -26 -19h-38c-11 0 -16 8 -12 19l62 182c2 5 2 10 2 15c0 10 -3 17 -13 17c-29 0 -54 -53 -66 -87c-4 -12 -15 -18 -24 -18c-7 0 -13 3 -13 11c0 2 0 5 1 7z" fill="currentColor"/>
+
+<path transform="translate(1.7674, 0.0000) scale(0.0040, -0.0040)" d="M233 243c-56 0 -102 -108 -102 -174c0 -22 8 -38 30 -38c63 0 97 127 97 179c0 18 -7 33 -25 33zM111 -146c-37 0 -76 5 -114 5s-79 -5 -115 -5c-9 0 -14 8 -14 15c0 19 30 16 48 17c23 1 47 7 54 27l101 296c2 7 5 14 5 20c0 8 -3 14 -11 14c-33 0 -61 -60 -77 -97
+c-5 -13 -17 -19 -26 -19c-8 0 -15 5 -15 13c0 3 1 7 2 10c30 68 73 142 133 142c35 0 58 -22 65 -52c29 31 67 52 103 52c69 0 107 -49 107 -114c0 -21 -4 -44 -12 -67c-20 -58 -91 -120 -147 -120c-27 0 -52 6 -73 18c-10 6 -24 3 -27 -6l-27 -80c-1 -3 -2 -6 -2 -9
+c0 -21 20 -28 43 -30c9 -1 13 -8 13 -15s-5 -15 -14 -15z" fill="currentColor"/>
+</g>
+<text transform="translate(20.5608, 123.5733)" font-family="Century Schoolbook L" font-style="italic" font-size="2.2000" text-anchor="start" fill="currentColor">
+<tspan>
+Stagger breathing</tspan>
+</text>
+<path transform="translate(20.5608, 131.2221) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(20.5608, 130.2221) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(14.4718, 152.0498) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 150.5498) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 152.5498) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 151.0498) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(10.8421, 150.0498) scale(0.0040, -0.0040)" d="M558 -125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM558 125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM231 264c172 0 294 -88 294 -251c0 -263 -262 -416 -515 -523c-3 -3 -7 -4 -10 -4c-7 0 -14 7 -14 14c0 3 1 7 4 10
+c201 118 410 265 410 492c0 119 -61 234 -169 234c-72 0 -124 -53 -148 -123c10 4 19 6 29 6c55 0 100 -45 100 -100c0 -58 -44 -106 -100 -106c-60 0 -112 47 -112 106c0 133 101 245 231 245z" fill="currentColor"/>
+<path transform="translate(14.4718, 139.3450) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 137.8450) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 139.8450) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 138.3450) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<text transform="translate(11.7431, 143.8491)" font-family="Century Schoolbook L" font-style="italic" font-size="1.3860" text-anchor="start" fill="currentColor">
+<tspan>
+8</tspan>
+</text>
+<path transform="translate(10.8421, 140.3450) scale(0.0040, -0.0040)" d="M378 263c4 0 7 1 11 1c156 0 257 -129 257 -262c0 -76 -34 -154 -108 -210c-22 -17 -46 -29 -72 -37c3 -34 4 -68 4 -102c0 -20 0 -40 -1 -60c-7 -121 -90 -228 -209 -228c-108 0 -196 87 -196 196c0 58 53 104 112 104c54 0 95 -48 95 -104c0 -52 -43 -95 -95 -95
+c-10 0 -20 2 -29 6c26 -38 68 -63 116 -63c96 0 156 91 162 190c1 19 2 37 2 56c0 30 -2 60 -4 90c-29 -5 -58 -8 -88 -8c-188 0 -333 173 -333 375c0 177 130 307 246 442c-20 62 -38 125 -46 190c-6 52 -7 104 -7 157c0 115 55 223 148 290c3 2 7 3 11 3s8 -1 11 -4
+c71 -83 134 -244 134 -357c0 -143 -85 -255 -178 -364c21 -68 40 -137 57 -206zM462 -202c67 24 111 94 111 162c0 89 -65 178 -170 190c24 -115 46 -230 59 -352zM75 26c0 -134 129 -245 263 -245c28 0 55 2 81 6c-14 126 -36 244 -61 363c-79 -8 -124 -61 -124 -119
+c0 -43 25 -89 80 -121c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 89 58 175 161 198c-14 58 -29 116 -46 173c-106 -122 -212 -244 -212 -404zM406 1042c-99 -47 -162 -148 -162 -257c0 -73 20 -132 38 -191
+c79 97 144 199 144 324c0 53 -4 76 -20 124z" fill="currentColor"/>
+<path transform="translate(14.4718, 130.2221) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 128.7221) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 130.7221) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 129.2221) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(10.8421, 131.2221) scale(0.0040, -0.0040)" d="M378 263c4 0 7 1 11 1c156 0 257 -129 257 -262c0 -76 -34 -154 -108 -210c-22 -17 -46 -29 -72 -37c3 -34 4 -68 4 -102c0 -20 0 -40 -1 -60c-7 -121 -90 -228 -209 -228c-108 0 -196 87 -196 196c0 58 53 104 112 104c54 0 95 -48 95 -104c0 -52 -43 -95 -95 -95
+c-10 0 -20 2 -29 6c26 -38 68 -63 116 -63c96 0 156 91 162 190c1 19 2 37 2 56c0 30 -2 60 -4 90c-29 -5 -58 -8 -88 -8c-188 0 -333 173 -333 375c0 177 130 307 246 442c-20 62 -38 125 -46 190c-6 52 -7 104 -7 157c0 115 55 223 148 290c3 2 7 3 11 3s8 -1 11 -4
+c71 -83 134 -244 134 -357c0 -143 -85 -255 -178 -364c21 -68 40 -137 57 -206zM462 -202c67 24 111 94 111 162c0 89 -65 178 -170 190c24 -115 46 -230 59 -352zM75 26c0 -134 129 -245 263 -245c28 0 55 2 81 6c-14 126 -36 244 -61 363c-79 -8 -124 -61 -124 -119
+c0 -43 25 -89 80 -121c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 89 58 175 161 198c-14 58 -29 116 -46 173c-106 -122 -212 -244 -212 -404zM406 1042c-99 -47 -162 -148 -162 -257c0 -73 20 -132 38 -191
+c79 97 144 199 144 324c0 53 -4 76 -20 124z" fill="currentColor"/>
+<rect transform="translate(63.9350, 151.0498)" x="-0.0725" y="-3.6667" width="0.1451" height="4.9112" ry="0.0471" fill="currentColor"/>
+<path transform="translate(62.7584, 142.6730) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<rect transform="translate(62.6859, 139.3450)" x="-0.0725" y="0.1811" width="0.1451" height="3.1939" ry="0.0471" fill="currentColor"/>
+<path transform="translate(63.9290, 126.8942) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<path transform="translate(63.9290, 126.8942) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(63.8564, 130.2221)" x="-0.0725" y="-3.3750" width="0.1451" height="4.6939" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(78.2676, 130.2221)" x="-0.0725" y="-3.0000" width="0.1451" height="4.7445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(76.9460, 152.5498) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(76.9460, 150.5498) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(75.2941, 145.0678)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+let’s</tspan>
+</text>
+<path transform="translate(76.9460, 138.8450) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(76.9460, 132.2221) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(76.9460, 130.7221) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(67.9828, 139.3450)" x="-0.0725" y="-3.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(68.5013, 139.8450) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<path transform="translate(68.5013, 131.7221) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(67.9828, 130.2221)" x="-0.0725" y="-3.0000" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(68.5013, 130.7221) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<path transform="translate(66.7397, 139.8450) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(66.7397, 132.2221) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(66.7397, 130.7221) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(49.2087, 151.0498)" x="-0.0725" y="-3.6667" width="0.1451" height="4.9112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(47.9596, 139.3450)" x="-0.0725" y="-0.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(47.9596, 130.2221)" x="-0.0725" y="-0.2445" width="0.1451" height="3.9112" ry="0.0471" fill="currentColor"/>
+<path transform="translate(47.8870, 152.5498) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(47.8870, 150.5498) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(46.2352, 145.0678)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+let’s</tspan>
+</text>
+<path transform="translate(47.8870, 138.8450) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(47.8870, 130.7221) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(62.6133, 152.5498) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(62.6133, 150.5498) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(62.6133, 145.0678)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<path transform="translate(62.6133, 139.3450) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(62.6133, 131.7221) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(62.6133, 130.2221) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(54.7533, 139.3450)" x="-0.0725" y="-1.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(54.0532, 145.0678)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+go</tspan>
+</text>
+<path transform="translate(54.6808, 137.8450) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(108.7521, 164.5248)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(48.7740, 186.6961)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(75.5425, 175.3246)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(108.7521, 175.3246)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(75.5425, 164.5248)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(108.7521, 186.6961)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(33.9281, 186.6961)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(119.5440, 164.5248)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(33.9281, 175.3246)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(119.5440, 175.3246)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(92.5976, 186.6961)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(61.9864, 164.5248)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(33.9281, 164.5248)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(119.5440, 186.6961)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 186.6961)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(92.5976, 164.5248)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(61.9864, 175.3246)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(61.9864, 186.6961)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 175.3246)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(92.5976, 175.3246)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 164.5248)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<line transform="translate(10.0421, 188.6961)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 187.6961)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 186.6961)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 185.6961)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 184.6961)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(48.7740, 175.3246)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<line transform="translate(10.0421, 177.3246)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 176.3246)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 175.3246)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 174.3246)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 173.3246)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(75.5425, 186.6961)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(48.7740, 164.5248)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<line transform="translate(10.0421, 166.5248)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 165.5248)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 164.5248)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 163.5248)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 162.5248)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(95.3365, 186.6961)" x="-0.0725" y="-3.0000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(102.6672, 175.3246)" x="-0.0725" y="-1.1806" width="0.1451" height="2.4994" ry="0.0471" fill="currentColor"/>
+<path transform="translate(101.4241, 164.5248) scale(0.0040, -0.0040)" d="M-24 -117c0 29 13 42 43 42c31 0 74 -11 113 -27l-129 154c-7 9 -11 18 -11 26c0 34 51 66 88 100c24 22 37 52 37 82c0 25 -9 49 -26 69l-33 40c-3 4 -4 7 -4 11c0 9 9 17 18 17c4 0 8 -2 12 -6l150 -179c7 -9 11 -18 11 -26c0 -34 -51 -65 -88 -99
+c-24 -22 -37 -53 -37 -83c0 -25 8 -49 25 -69l82 -97c3 -4 4 -7 4 -11c0 -9 -8 -17 -17 -17c-4 0 -9 2 -13 6c-17 20 -60 36 -93 36c-41 0 -54 -25 -54 -66c0 -34 10 -73 27 -93c5 -6 0 -14 -6 -14c-2 0 -4 1 -6 3c-45 53 -93 147 -93 201z" fill="currentColor"/>
+<rect transform="translate(99.2115, 186.6961)" x="-0.0725" y="-3.0000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(101.4241, 176.8246) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(101.4241, 181.0474)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+to</tspan>
+</text>
+<rect transform="translate(99.2115, 175.3246)" x="-0.0725" y="-2.8158" width="0.1451" height="3.1347" ry="0.0471" fill="currentColor"/>
+<path transform="translate(101.4241, 186.6961) scale(0.0040, -0.0040)" d="M-24 -117c0 29 13 42 43 42c31 0 74 -11 113 -27l-129 154c-7 9 -11 18 -11 26c0 34 51 66 88 100c24 22 37 52 37 82c0 25 -9 49 -26 69l-33 40c-3 4 -4 7 -4 11c0 9 9 17 18 17c4 0 8 -2 12 -6l150 -179c7 -9 11 -18 11 -26c0 -34 -51 -65 -88 -99
+c-24 -22 -37 -53 -37 -83c0 -25 8 -49 25 -69l82 -97c3 -4 4 -7 4 -11c0 -9 -8 -17 -17 -17c-4 0 -9 2 -13 6c-17 20 -60 36 -93 36c-41 0 -54 -25 -54 -66c0 -34 10 -73 27 -93c5 -6 0 -14 -6 -14c-2 0 -4 1 -6 3c-45 53 -93 147 -93 201z" fill="currentColor"/>
+<path transform="translate(97.9684, 165.0248) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(97.9684, 166.5248) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(97.4613, 170.4006)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+er</tspan>
+</text>
+<path transform="translate(97.9684, 175.8246) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(97.4613, 181.0474)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+er</tspan>
+</text>
+<path transform="translate(97.9684, 186.6961) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(97.9684, 188.1961) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(97.4613, 191.0996)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+er</tspan>
+</text>
+<rect transform="translate(99.2115, 164.5248)" x="-0.0725" y="-2.8158" width="0.1451" height="4.6347" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(85.1837, 186.6961)" x="-0.0725" y="-3.0000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(88.4267, 166.5248) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(89.6698, 166.5248) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(87.2167, 170.4006)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<path transform="translate(88.4267, 175.8246) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(87.2167, 181.0474)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<path transform="translate(88.4267, 186.6961) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(88.4267, 188.1961) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(87.2167, 191.0996)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<rect transform="translate(89.6698, 164.5248)" x="-0.0725" y="-1.1970" width="0.1451" height="3.0159" ry="0.0471" fill="currentColor"/>
+<path transform="translate(83.9406, 165.0248) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(83.9406, 166.5248) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(83.4537, 170.4006)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in</tspan>
+</text>
+<path transform="translate(83.9406, 175.3246) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(83.4537, 181.0474)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in</tspan>
+</text>
+<path transform="translate(83.9406, 186.6961) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(83.9406, 188.1961) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(83.4537, 191.0996)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in</tspan>
+</text>
+<rect transform="translate(85.1837, 164.5248)" x="-0.0725" y="-1.9872" width="0.1451" height="3.8061" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(85.1837, 175.3246)" x="-0.0725" y="-3.1784" width="0.1451" height="2.9973" ry="0.0471" fill="currentColor"/>
+<text transform="translate(93.1646, 181.0474)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+riv</tspan>
+</text>
+<path transform="translate(94.0934, 186.6961) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(94.0934, 188.1961) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(93.1646, 191.0996)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+riv</tspan>
+</text>
+<rect transform="translate(95.3365, 164.5248)" x="-0.0725" y="-2.8158" width="0.1451" height="4.6347" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(95.3365, 175.3246)" x="-0.0725" y="-2.8158" width="0.1451" height="3.1347" ry="0.0471" fill="currentColor"/>
+<path transform="translate(87.3831, 166.5248) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/>
+<rect transform="translate(89.6698, 175.3246)" x="-0.0725" y="-2.8216" width="0.1451" height="3.1404" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(89.6698, 186.6961)" x="-0.0725" y="-3.0000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(94.0934, 165.0248) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(94.0934, 166.5248) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(93.1646, 170.4006)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+riv</tspan>
+</text>
+<path transform="translate(94.0934, 175.8246) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<polygon transform="translate(102.5946, 174.1404)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.6370 -0.0087 3.6370 0.3771 0.0471 0.1929 0.0471 -0.1929"/>
+<path transform="translate(113.5041, 163.5248) scale(0.0040, -0.0040)" d="M364 -156h-353c-6 0 -11 5 -11 11v134c0 6 5 11 11 11h353c6 0 11 -5 11 -11v-134c0 -6 -5 -11 -11 -11z" fill="currentColor"/>
+<polygon transform="translate(95.2640, 183.6961)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.9730 -0.1929 3.9730 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(95.2640, 172.5088)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.9730 -0.1929 3.9730 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(95.2640, 161.7090)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.9730 -0.1929 3.9730 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<path transform="translate(101.4241, 175.3246)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.596468918660278 2.55402244668911C1.36429478464165 3.51698871493049 3.13094584638366 3.76658447659115 4.13549347979018 3.05402244668911C3.14967969889026 3.63398534830025 1.38302863714825 3.38438958663959 0.596468918660278 2.55402244668911z"/>
+<rect transform="translate(96.5696, 191.0996)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(85.1112, 183.6961)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.5840 -0.1929 4.5840 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(96.5696, 181.0474)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(85.1112, 172.1404)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.5840 0.1755 4.5840 0.5613 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(96.5696, 170.4006)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(85.1112, 162.5248)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.5840 0.6229 4.5840 1.0087 0.0471 0.1929 0.0471 -0.1929"/>
+<path transform="translate(111.2479, 175.3246)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.89708641975308 2.75C2.14973357908536 3.7011356724095 10.0363344473333 3.7011356724095 11.2889816066656 2.75C10.0363344473333 3.56721970602295 2.14973357908536 3.56721970602295 0.89708641975308 2.75z"/>
+<path transform="translate(113.5041, 185.6961) scale(0.0040, -0.0040)" d="M364 -156h-353c-6 0 -11 5 -11 11v134c0 6 5 11 11 11h353c6 0 11 -5 11 -11v-134c0 -6 -5 -11 -11 -11z" fill="currentColor"/>
+<path transform="translate(35.5018, 186.6961)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.95079284558612 2.97451665109454 13.3107663575957 2.97451665109454 14.6673863636756 2.0C13.3107663575957 2.84060068470798 2.95079284558612 2.84060068470798 1.59417283950617 2.0z"/>
+<path transform="translate(35.5018, 186.6961)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -1.0C3.0739717501502 -1.97361941131483 13.3150496379056 -1.97361941131483 14.6673863636756 -1.0C13.3150496379056 -1.83970344492828 3.0739717501502 -1.83970344492828 1.72163502438012 -1.0z"/>
+<rect transform="translate(39.9960, 181.0474)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<path transform="translate(20.5608, 186.6961)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.95324278452605 2.97502747473441 13.38198779035 2.97502747473441 14.7410577353699 2.0C13.38198779035 2.84111150834786 2.95324278452605 2.84111150834786 1.59417283950617 2.0z"/>
+<path transform="translate(20.5608, 186.6961)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -1.0C3.07645435550865 -1.97414010079881 13.3862384042414 -1.97414010079881 14.7410577353699 -1.0C13.3862384042414 -1.84022413441226 3.07645435550865 -1.84022413441226 1.72163502438012 -1.0z"/>
+<path transform="translate(20.5608, 164.5248)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.897086419753085 1.75C2.29810438481662 2.73351356837141 13.9978579521245 2.73351356837141 15.3988759171881 1.75C13.9978579521245 2.59959760198486 2.29810438481662 2.59959760198486 0.897086419753085 1.75z"/>
+<path transform="translate(20.5608, 164.5248)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -0.75C3.0978059896127 -1.72854566072435 14.0227049519555 -1.72854566072435 15.3988759171881 -0.75C14.0227049519555 -1.59462969433779 3.0978059896127 -1.59462969433779 1.72163502438012 -0.75z"/>
+<path transform="translate(63.5602, 175.3246)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.725268757483249 -1.20402244668911C1.86439033823703 -1.97441303160553 3.98798881692973 -1.63843237063738 4.83365704141814 -0.554022446689113C3.9670618799457 -1.50616162798538 1.84346340125301 -1.84214228895353 0.725268757483249 -1.20402244668911z"/>
+<path transform="translate(50.3692, 186.6961)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950618 2.0C2.88949923176403 2.96115243720056 11.6956456799184 2.96115243720056 12.9909720721763 2.0C11.6956456799184 2.82723647081401 2.88949923176403 2.82723647081401 1.59417283950618 2.0z"/>
+<path transform="translate(50.3692, 186.6961)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -1.0C3.01181987993168 -1.95997800098403 11.7007872166247 -1.95997800098403 12.9909720721763 -1.0C11.7007872166247 -1.82606203459748 3.01181987993168 -1.82606203459748 1.72163502438012 -1.0z"/>
+<rect transform="translate(112.5696, 175.3246)" x="-0.0725" y="-1.5000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(104.9631, 177.3246) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(106.2062, 175.3246)" x="-0.0725" y="-1.0036" width="0.1451" height="2.8225" ry="0.0471" fill="currentColor"/>
+<path transform="translate(111.2479, 177.3246) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(111.2479, 181.0474)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+pray.</tspan>
+</text>
+<path transform="translate(122.0398, 177.3246) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(123.3614, 175.3246)" x="-0.0725" y="-1.5000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(35.5744, 175.3246)" x="-0.0725" y="0.1811" width="0.1451" height="3.1522" ry="0.0471" fill="currentColor"/>
+<path transform="translate(26.9950, 175.3246) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(25.9255, 181.0474)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+on,</tspan>
+</text>
+<path transform="translate(28.7566, 174.8246) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(27.0675, 175.3246)" x="-0.0725" y="0.1811" width="0.1451" height="3.1522" ry="0.0471" fill="currentColor"/>
+<path transform="translate(35.5018, 164.5248) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(35.5018, 165.5248) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(35.5018, 175.3246) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(33.0667, 181.0474)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+broth</tspan>
+</text>
+<path transform="translate(35.5018, 186.1961) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(35.5018, 188.1961) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(36.7449, 164.5248)" x="-0.0725" y="-3.3333" width="0.1451" height="4.1522" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(44.0534, 175.3246)" x="-0.0725" y="-3.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(50.3692, 164.0248) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(50.3692, 165.0248) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(50.3692, 174.8246) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(48.7173, 181.0474)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+let’s</tspan>
+</text>
+<path transform="translate(50.3692, 186.1961) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(50.3692, 188.1961) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(50.4417, 164.5248)" x="-0.0725" y="-0.2445" width="0.1451" height="3.9112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(36.8235, 186.6961)" x="-0.0725" y="-3.6667" width="0.1451" height="4.9112" ry="0.0471" fill="currentColor"/>
+<path transform="translate(42.8103, 165.0248) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(42.8103, 166.0248) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(42.8103, 175.8246) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(41.3994, 181.0474)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+ers,</tspan>
+</text>
+<rect transform="translate(44.0534, 164.5248)" x="-0.0725" y="-3.0000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(10.0421, 186.6961)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M8.21861728395062 2.0C8.72464138033616 2.5968057558097 9.81259318756508 2.5968057558097 10.3186172839506 2.0C9.81259318756508 2.46288978942314 8.72464138033616 2.46288978942314 8.21861728395062 2.0z"/>
+<path transform="translate(124.2960, 163.5248) scale(0.0040, -0.0040)" d="M364 -156h-353c-6 0 -11 5 -11 11v134c0 6 5 11 11 11h353c6 0 11 -5 11 -11v-134c0 -6 -5 -11 -11 -11z" fill="currentColor"/>
+<path transform="translate(124.2960, 185.6961) scale(0.0040, -0.0040)" d="M364 -156h-353c-6 0 -11 5 -11 11v134c0 6 5 11 11 11h353c6 0 11 -5 11 -11v-134c0 -6 -5 -11 -11 -11z" fill="currentColor"/>
+<text transform="translate(8.1141, 161.4346)" font-family="Century Schoolbook L" font-size="1.7463" text-anchor="start" fill="currentColor">
+<tspan>
+58</tspan>
+</text>
+<path transform="translate(10.8421, 165.5248) scale(0.0040, -0.0040)" d="M378 263c4 0 7 1 11 1c156 0 257 -129 257 -262c0 -76 -34 -154 -108 -210c-22 -17 -46 -29 -72 -37c3 -34 4 -68 4 -102c0 -20 0 -40 -1 -60c-7 -121 -90 -228 -209 -228c-108 0 -196 87 -196 196c0 58 53 104 112 104c54 0 95 -48 95 -104c0 -52 -43 -95 -95 -95
+c-10 0 -20 2 -29 6c26 -38 68 -63 116 -63c96 0 156 91 162 190c1 19 2 37 2 56c0 30 -2 60 -4 90c-29 -5 -58 -8 -88 -8c-188 0 -333 173 -333 375c0 177 130 307 246 442c-20 62 -38 125 -46 190c-6 52 -7 104 -7 157c0 115 55 223 148 290c3 2 7 3 11 3s8 -1 11 -4
+c71 -83 134 -244 134 -357c0 -143 -85 -255 -178 -364c21 -68 40 -137 57 -206zM462 -202c67 24 111 94 111 162c0 89 -65 178 -170 190c24 -115 46 -230 59 -352zM75 26c0 -134 129 -245 263 -245c28 0 55 2 81 6c-14 126 -36 244 -61 363c-79 -8 -124 -61 -124 -119
+c0 -43 25 -89 80 -121c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 89 58 175 161 198c-14 58 -29 116 -46 173c-106 -122 -212 -244 -212 -404zM406 1042c-99 -47 -162 -148 -162 -257c0 -73 20 -132 38 -191
+c79 97 144 199 144 324c0 53 -4 76 -20 124z" fill="currentColor"/>
+<path transform="translate(14.4718, 164.5248) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 163.0248) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 165.0248) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 163.5248) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(8.7136, 162.2440) scale(0.0040, -0.0040)" d="M448 332c10 0 17 -8 17 -17c0 -3 -1 -6 -3 -9c-96 -144 -210 -362 -381 -362h-81v85c0 15 12 27 27 27h54c157 0 265 136 353 268c3 5 9 8 14 8z" fill="currentColor"/>
+<path transform="translate(8.7136, 188.9769) scale(0.0040, -0.0040)" d="M465 -315c0 -9 -7 -17 -17 -17c-5 0 -11 3 -14 8c-88 132 -196 268 -353 268h-54c-15 0 -27 12 -27 27v85h81c171 0 285 -218 381 -362c2 -3 3 -6 3 -9z" fill="currentColor"/>
+<rect transform="translate(8.7136, 175.6104)" x="0.0000" y="-13.1864" width="0.4500" height="26.3728" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(9.9636, 175.6104)" x="0.0000" y="-13.1414" width="0.1786" height="26.2828" ry="0.0558" fill="currentColor"/>
+<path transform="translate(20.5608, 164.5248) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(20.5608, 165.5248) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(20.5608, 175.3246) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(17.9850, 181.0474)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Come</tspan>
+</text>
+<path transform="translate(20.5608, 186.1961) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(20.5608, 188.1961) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(21.8824, 164.5248)" x="-0.0725" y="-3.3333" width="0.1451" height="4.0779" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(20.6333, 175.3246)" x="-0.0725" y="0.1811" width="0.1451" height="3.1939" ry="0.0471" fill="currentColor"/>
+<path transform="translate(20.7058, 178.6526) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<rect transform="translate(21.8824, 186.6961)" x="-0.0725" y="-3.6667" width="0.1451" height="4.9112" ry="0.0471" fill="currentColor"/>
+<path transform="translate(10.8421, 176.3246) scale(0.0040, -0.0040)" d="M378 263c4 0 7 1 11 1c156 0 257 -129 257 -262c0 -76 -34 -154 -108 -210c-22 -17 -46 -29 -72 -37c3 -34 4 -68 4 -102c0 -20 0 -40 -1 -60c-7 -121 -90 -228 -209 -228c-108 0 -196 87 -196 196c0 58 53 104 112 104c54 0 95 -48 95 -104c0 -52 -43 -95 -95 -95
+c-10 0 -20 2 -29 6c26 -38 68 -63 116 -63c96 0 156 91 162 190c1 19 2 37 2 56c0 30 -2 60 -4 90c-29 -5 -58 -8 -88 -8c-188 0 -333 173 -333 375c0 177 130 307 246 442c-20 62 -38 125 -46 190c-6 52 -7 104 -7 157c0 115 55 223 148 290c3 2 7 3 11 3s8 -1 11 -4
+c71 -83 134 -244 134 -357c0 -143 -85 -255 -178 -364c21 -68 40 -137 57 -206zM462 -202c67 24 111 94 111 162c0 89 -65 178 -170 190c24 -115 46 -230 59 -352zM75 26c0 -134 129 -245 263 -245c28 0 55 2 81 6c-14 126 -36 244 -61 363c-79 -8 -124 -61 -124 -119
+c0 -43 25 -89 80 -121c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 89 58 175 161 198c-14 58 -29 116 -46 173c-106 -122 -212 -244 -212 -404zM406 1042c-99 -47 -162 -148 -162 -257c0 -73 20 -132 38 -191
+c79 97 144 199 144 324c0 53 -4 76 -20 124z" fill="currentColor"/>
+<text transform="translate(11.7431, 179.8287)" font-family="Century Schoolbook L" font-style="italic" font-size="1.3860" text-anchor="start" fill="currentColor">
+<tspan>
+8</tspan>
+</text>
+<path transform="translate(14.4718, 175.3246) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 173.8246) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 175.8246) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 174.3246) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(10.8421, 185.6961) scale(0.0040, -0.0040)" d="M558 -125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM558 125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM231 264c172 0 294 -88 294 -251c0 -263 -262 -416 -515 -523c-3 -3 -7 -4 -10 -4c-7 0 -14 7 -14 14c0 3 1 7 4 10
+c201 118 410 265 410 492c0 119 -61 234 -169 234c-72 0 -124 -53 -148 -123c10 4 19 6 29 6c55 0 100 -45 100 -100c0 -58 -44 -106 -100 -106c-60 0 -112 47 -112 106c0 133 101 245 231 245z" fill="currentColor"/>
+<path transform="translate(14.4718, 187.6961) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 186.1961) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 188.1961) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 186.6961) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(67.5233, 175.8246) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(69.2849, 165.0248) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(68.7664, 164.5248)" x="-0.0725" y="-3.0000" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(69.2849, 166.0248) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<path transform="translate(69.2849, 175.8246) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(68.7664, 175.3246)" x="-0.0725" y="-3.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(77.2462, 165.0248) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(77.2462, 166.5248) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(74.8513, 170.4006)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down</tspan>
+</text>
+<path transform="translate(77.2462, 174.8246) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(64.8818, 186.6961)" x="-0.0725" y="-3.6667" width="0.1451" height="4.9112" ry="0.0471" fill="currentColor"/>
+<path transform="translate(67.5233, 165.0248) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(67.5233, 166.5248) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(78.4893, 186.6961)" x="-0.0725" y="-3.3333" width="0.1451" height="4.6522" ry="0.0471" fill="currentColor"/>
+<text transform="translate(74.8513, 181.0474)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down</tspan>
+</text>
+<path transform="translate(77.2462, 186.6961) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(77.2462, 188.1961) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(74.8513, 191.0996)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down</tspan>
+</text>
+<rect transform="translate(78.4893, 164.5248)" x="-0.0725" y="-3.0000" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(77.3188, 175.3246)" x="-0.0725" y="-0.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(63.5602, 166.0248) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(63.5602, 164.5248) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(56.5336, 175.3246)" x="-0.0725" y="-1.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(55.8335, 181.0474)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+go</tspan>
+</text>
+<path transform="translate(56.4611, 173.8246) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(51.6908, 186.6961)" x="-0.0725" y="-3.6667" width="0.1451" height="4.9112" ry="0.0471" fill="currentColor"/>
+<path transform="translate(63.7053, 178.6526) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<rect transform="translate(63.6327, 175.3246)" x="-0.0725" y="0.1811" width="0.1451" height="3.1939" ry="0.0471" fill="currentColor"/>
+<path transform="translate(63.5602, 175.3246) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(63.5602, 181.0474)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<path transform="translate(63.5602, 186.1961) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(63.5602, 188.1961) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(64.8033, 164.5248)" x="-0.0725" y="-3.3750" width="0.1451" height="4.6939" ry="0.0471" fill="currentColor"/>
+<path transform="translate(64.8758, 161.1969) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(50.4417, 175.3246)" x="-0.0725" y="-0.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(64.8758, 161.1969) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+</svg>
diff --git a/hr/stch/fertig/down/down-page-2.svg b/hr/stch/fertig/down/down-page-2.svg
new file mode 100644
index 0000000..e568e25
--- /dev/null
+++ b/hr/stch/fertig/down/down-page-2.svg
@@ -0,0 +1,1658 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="210.00mm" height="297.00mm" viewBox="0 0 140.5901 198.8346">
+<!-- Page: 2/4 -->
+<text transform="translate(10.0421, 8.2613)" font-family="Century Schoolbook L" font-size="2.2000" text-anchor="start" fill="currentColor">
+<tspan>
+2</tspan>
+</text>
+<text transform="translate(129.9454, 8.2613)" font-family="Century Schoolbook L" font-size="2.2000" text-anchor="start" fill="currentColor">
+<tspan>
+ </tspan>
+</text>
+<rect transform="translate(31.1891, 14.5281)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(31.1891, 27.3494)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 27.3494)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 14.5281)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(102.1945, 14.5281)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(60.4851, 27.3494)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(102.1945, 27.3494)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(60.4851, 14.5281)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(74.6756, 14.5281)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(44.6888, 14.5281)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(74.6756, 27.3494)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(44.6888, 27.3494)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(86.5569, 27.3494)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(86.5569, 14.5281)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(116.6195, 27.3494)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<line transform="translate(10.0421, 16.5281)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 15.5281)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 14.5281)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 13.5281)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 12.5281)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 29.3494)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 28.3494)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 27.3494)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 26.3494)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 25.3494)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(116.6195, 14.5281)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(104.9419, 14.5281)" x="-0.0725" y="-3.3333" width="0.1451" height="4.6522" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(103.7713, 27.3494)" x="-0.0725" y="-0.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(98.9557, 27.3494)" x="-0.0725" y="-1.3189" width="0.1451" height="3.1423" ry="0.0471" fill="currentColor"/>
+<path transform="translate(103.6988, 14.5281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(103.6988, 16.0281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(118.2906, 14.5281)" x="-0.0725" y="-0.3189" width="0.1451" height="3.9855" ry="0.0471" fill="currentColor"/>
+<text transform="translate(101.8059, 20.5425)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+bout</tspan>
+</text>
+<path transform="translate(103.6988, 26.3494) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(101.8059, 32.8494)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+bout</tspan>
+</text>
+<path transform="translate(110.7724, 15.0281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(110.7724, 16.5281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(109.0201, 20.5425)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+that</tspan>
+</text>
+<path transform="translate(118.2181, 14.0281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(110.7724, 26.8494) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(109.0201, 32.8494)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+that</tspan>
+</text>
+<rect transform="translate(112.0155, 14.5281)" x="-0.0725" y="-3.0000" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(110.8450, 27.3494)" x="-0.0725" y="-0.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(116.2649, 32.8494)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+good</tspan>
+</text>
+<path transform="translate(118.2181, 25.8494) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(116.2649, 20.5425)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+good</tspan>
+</text>
+<path transform="translate(118.2181, 15.0281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(88.0612, 14.5281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(88.0612, 16.0281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(86.2085, 20.5425)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+stud</tspan>
+</text>
+<path transform="translate(88.0612, 26.3494) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(86.2085, 32.8494)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+stud</tspan>
+</text>
+<rect transform="translate(89.3043, 14.5281)" x="-0.0725" y="-3.0000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(88.1337, 27.3494)" x="-0.0725" y="-0.8189" width="0.1451" height="2.8189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(94.7649, 32.8494)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in’</tspan>
+</text>
+<rect transform="translate(96.7561, 14.5281)" x="-0.0725" y="-3.1907" width="0.1451" height="4.5096" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(95.5855, 27.3494)" x="-0.0725" y="-0.8189" width="0.1451" height="2.9955" ry="0.0471" fill="currentColor"/>
+<path transform="translate(98.8831, 14.0281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(98.8831, 15.0281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(98.8581, 20.5425)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+a</tspan>
+</text>
+<path transform="translate(98.8831, 25.8494) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(98.8581, 32.8494)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+a</tspan>
+</text>
+<rect transform="translate(100.1262, 14.5281)" x="-0.0725" y="-3.4935" width="0.1451" height="3.8124" ry="0.0471" fill="currentColor"/>
+<path transform="translate(92.1659, 14.5281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(92.1659, 16.0281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(92.1610, 20.5425)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+y</tspan>
+</text>
+<path transform="translate(92.1659, 26.3494) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(92.1610, 32.8494)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+y</tspan>
+</text>
+<rect transform="translate(93.4090, 14.5281)" x="-0.0725" y="-3.0000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(92.2385, 27.3494)" x="-0.0725" y="-0.8189" width="0.1451" height="2.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(95.5130, 14.5281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(95.5130, 16.0281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(94.7649, 20.5425)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in’</tspan>
+</text>
+<path transform="translate(95.5130, 26.3494) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<polygon transform="translate(96.6835, 11.3439)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.4682 -0.5087 3.4682 -0.1229 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(100.6849, 32.8494)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<rect transform="translate(100.6849, 20.5425)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(88.0612, 29.3494)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.2027 -0.1929 4.2027 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(89.2318, 11.5281)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.2027 -0.1929 4.2027 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(93.7957, 32.8494)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<rect transform="translate(93.7957, 20.5425)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<rect transform="translate(91.3653, 32.8494)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<rect transform="translate(91.3653, 20.5425)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(123.5996, 29.3494)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.4451 -0.0087 3.4451 0.3771 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(124.7702, 11.3439)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.4451 0.1755 3.4451 0.5613 0.0471 0.1929 0.0471 -0.1929"/>
+<path transform="translate(123.5996, 27.3494)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.741422491473259 -2.20402244668911C1.74422158046504 -2.84265269713702 3.39758149556075 -2.52156744872487 4.08845867618371 -1.55402244668911C3.37205175444613 -2.39010749903728 1.71869183935042 -2.71119274744942 0.741422491473259 -2.20402244668911z"/>
+<path transform="translate(123.5996, 14.5281)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.593024657851771 2.55402244668911C1.32100406676666 3.48549956792459 2.97163947202405 3.73208121720547 3.94006084256222 3.05402244668911C2.99142507756988 3.59963494180888 1.34078967231249 3.353053292528 0.593024657851771 2.55402244668911z"/>
+<polygon transform="translate(95.5130, 29.5336)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.4682 -0.5613 3.4682 -0.1755 0.0471 0.1929 0.0471 -0.1929"/>
+<path transform="translate(37.2950, 26.3494) scale(0.0040, -0.0040)" d="M364 -156h-353c-6 0 -11 5 -11 11v134c0 6 5 11 11 11h353c6 0 11 -5 11 -11v-134c0 -6 -5 -11 -11 -11z" fill="currentColor"/>
+<polygon transform="translate(62.0211, 30.1652)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.7810 -0.1929 3.7810 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(63.1916, 11.7123)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.7810 -0.1929 3.7810 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(64.4013, 32.8494)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(52.6794, 30.1652)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.3921 -0.1929 4.3921 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(64.4013, 20.5425)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(53.8499, 11.7123)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.3921 -0.1929 4.3921 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<path transform="translate(123.5996, 14.5281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(123.5996, 16.0281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(123.5996, 20.5425)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+old</tspan>
+</text>
+<path transform="translate(123.5996, 26.3494) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(123.5996, 32.8494)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+old</tspan>
+</text>
+<rect transform="translate(124.8427, 14.5281)" x="-0.0725" y="-3.1765" width="0.1451" height="4.4954" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(118.2906, 27.3494)" x="-0.0725" y="-1.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(123.6722, 27.3494)" x="-0.0725" y="-0.8189" width="0.1451" height="2.8227" ry="0.0471" fill="currentColor"/>
+<path transform="translate(126.9467, 15.0281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(126.9467, 16.5281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(126.9467, 26.8494) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(128.1898, 14.5281)" x="-0.0725" y="-2.8235" width="0.1451" height="4.6423" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(127.0192, 27.3494)" x="-0.0725" y="-0.3189" width="0.1451" height="2.4992" ry="0.0471" fill="currentColor"/>
+<path transform="translate(38.0597, 16.0281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(35.8856, 20.5425)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+went</tspan>
+</text>
+<rect transform="translate(39.3028, 14.5281)" x="-0.0725" y="-2.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(46.3689, 15.0281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(46.3689, 16.5281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(43.9739, 20.5425)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down</tspan>
+</text>
+<path transform="translate(46.3689, 26.8494) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<g transform="translate(45.5003, 23.9706)" >
+<path transform="scale(0.0040, -0.0040)" d="M-44 146c26 76 84 153 152 153c22 0 36 -19 41 -43c23 25 53 43 82 43c23 0 37 -19 43 -44c22 26 51 44 80 44c33 0 59 -35 59 -69c0 -5 -1 -10 -2 -15l-35 -149c0 -2 -1 -4 -1 -5c0 -5 2 -8 7 -8c9 0 27 11 48 31c5 5 10 6 14 6c6 0 12 -4 12 -10c0 -4 -2 -8 -7 -13
+c-40 -38 -87 -74 -133 -74c-20 0 -32 13 -32 32c0 4 0 7 1 11l39 165c1 5 2 9 2 14c0 10 -4 18 -14 18c-16 0 -33 -16 -39 -32l-52 -182c-3 -10 -15 -19 -25 -19h-38c-11 0 -17 8 -14 19l52 182c2 6 3 11 3 16c0 9 -4 16 -13 16c-16 0 -35 -15 -41 -32l-62 -182
+c-4 -11 -15 -19 -26 -19h-38c-11 0 -16 8 -12 19l62 182c2 5 2 10 2 15c0 10 -3 17 -13 17c-29 0 -54 -53 -66 -87c-4 -12 -15 -18 -24 -18c-7 0 -13 3 -13 11c0 2 0 5 1 7z" fill="currentColor"/>
+
+<path transform="translate(1.7674, 0.0000) scale(0.0040, -0.0040)" d="M252 241l-49 -161c-30 -99 -121 -256 -218 -256c-46 0 -87 30 -87 73c0 39 17 77 52 77c24 0 44 -20 44 -44c0 -30 -38 -24 -38 -54c0 -10 11 -11 23 -11h6c47 0 61 56 73 105l68 271h-47c-11 0 -21 10 -21 21s10 21 21 21h58c32 95 119 189 213 189c46 0 87 -29 87 -72
+c0 -39 -17 -78 -52 -78c-24 0 -44 20 -44 44c0 30 38 25 38 55c0 10 -10 10 -22 10h-7c-60 0 -70 -84 -86 -148h53c11 0 21 -10 21 -21s-10 -21 -21 -21h-65z" fill="currentColor"/>
+</g>
+<text transform="translate(43.9739, 32.8494)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down</tspan>
+</text>
+<rect transform="translate(47.6120, 14.5281)" x="-0.0725" y="-3.0000" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(52.6794, 15.0281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(52.6794, 16.5281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(52.1924, 20.5425)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in</tspan>
+</text>
+<path transform="translate(52.6794, 26.8494) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(52.1924, 32.8494)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in</tspan>
+</text>
+<rect transform="translate(53.9225, 14.5281)" x="-0.0725" y="-2.8158" width="0.1451" height="4.6347" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(52.7519, 27.3494)" x="-0.0725" y="-0.3189" width="0.1451" height="3.1347" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(46.4415, 27.3494)" x="-0.0725" y="-0.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(23.8749, 26.3494) scale(0.0040, -0.0040)" d="M364 -156h-353c-6 0 -11 5 -11 11v134c0 6 5 11 11 11h353c6 0 11 -5 11 -11v-134c0 -6 -5 -11 -11 -11z" fill="currentColor"/>
+<text transform="translate(8.1141, 11.4379)" font-family="Century Schoolbook L" font-size="1.7463" text-anchor="start" fill="currentColor">
+<tspan>
+66</tspan>
+</text>
+<path transform="translate(10.8421, 15.5281) scale(0.0040, -0.0040)" d="M378 263c4 0 7 1 11 1c156 0 257 -129 257 -262c0 -76 -34 -154 -108 -210c-22 -17 -46 -29 -72 -37c3 -34 4 -68 4 -102c0 -20 0 -40 -1 -60c-7 -121 -90 -228 -209 -228c-108 0 -196 87 -196 196c0 58 53 104 112 104c54 0 95 -48 95 -104c0 -52 -43 -95 -95 -95
+c-10 0 -20 2 -29 6c26 -38 68 -63 116 -63c96 0 156 91 162 190c1 19 2 37 2 56c0 30 -2 60 -4 90c-29 -5 -58 -8 -88 -8c-188 0 -333 173 -333 375c0 177 130 307 246 442c-20 62 -38 125 -46 190c-6 52 -7 104 -7 157c0 115 55 223 148 290c3 2 7 3 11 3s8 -1 11 -4
+c71 -83 134 -244 134 -357c0 -143 -85 -255 -178 -364c21 -68 40 -137 57 -206zM462 -202c67 24 111 94 111 162c0 89 -65 178 -170 190c24 -115 46 -230 59 -352zM75 26c0 -134 129 -245 263 -245c28 0 55 2 81 6c-14 126 -36 244 -61 363c-79 -8 -124 -61 -124 -119
+c0 -43 25 -89 80 -121c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 89 58 175 161 198c-14 58 -29 116 -46 173c-106 -122 -212 -244 -212 -404zM406 1042c-99 -47 -162 -148 -162 -257c0 -73 20 -132 38 -191
+c79 97 144 199 144 324c0 53 -4 76 -20 124z" fill="currentColor"/>
+<path transform="translate(14.4718, 14.5281) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 13.0281) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 15.0281) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 13.5281) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(8.7136, 12.2473) scale(0.0040, -0.0040)" d="M448 332c10 0 17 -8 17 -17c0 -3 -1 -6 -3 -9c-96 -144 -210 -362 -381 -362h-81v85c0 15 12 27 27 27h54c157 0 265 136 353 268c3 5 9 8 14 8z" fill="currentColor"/>
+<path transform="translate(8.7136, 29.6302) scale(0.0040, -0.0040)" d="M465 -315c0 -9 -7 -17 -17 -17c-5 0 -11 3 -14 8c-88 132 -196 268 -353 268h-54c-15 0 -27 12 -27 27v85h81c171 0 285 -218 381 -362c2 -3 3 -6 3 -9z" fill="currentColor"/>
+<rect transform="translate(8.7136, 20.9388)" x="0.0000" y="-8.5115" width="0.4500" height="17.0229" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(9.9636, 20.9388)" x="0.0000" y="-8.4665" width="0.1786" height="16.9329" ry="0.0558" fill="currentColor"/>
+<path transform="translate(25.5736, 16.5281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<g transform="translate(24.7050, 11.1493)" >
+<path transform="scale(0.0040, -0.0040)" d="M-44 146c26 76 84 153 152 153c22 0 36 -19 41 -43c23 25 53 43 82 43c23 0 37 -19 43 -44c22 26 51 44 80 44c33 0 59 -35 59 -69c0 -5 -1 -10 -2 -15l-35 -149c0 -2 -1 -4 -1 -5c0 -5 2 -8 7 -8c9 0 27 11 48 31c5 5 10 6 14 6c6 0 12 -4 12 -10c0 -4 -2 -8 -7 -13
+c-40 -38 -87 -74 -133 -74c-20 0 -32 13 -32 32c0 4 0 7 1 11l39 165c1 5 2 9 2 14c0 10 -4 18 -14 18c-16 0 -33 -16 -39 -32l-52 -182c-3 -10 -15 -19 -25 -19h-38c-11 0 -17 8 -14 19l52 182c2 6 3 11 3 16c0 9 -4 16 -13 16c-16 0 -35 -15 -41 -32l-62 -182
+c-4 -11 -15 -19 -26 -19h-38c-11 0 -16 8 -12 19l62 182c2 5 2 10 2 15c0 10 -3 17 -13 17c-29 0 -54 -53 -66 -87c-4 -12 -15 -18 -24 -18c-7 0 -13 3 -13 11c0 2 0 5 1 7z" fill="currentColor"/>
+
+<path transform="translate(1.7674, 0.0000) scale(0.0040, -0.0040)" d="M252 241l-49 -161c-30 -99 -121 -256 -218 -256c-46 0 -87 30 -87 73c0 39 17 77 52 77c24 0 44 -20 44 -44c0 -30 -38 -24 -38 -54c0 -10 11 -11 23 -11h6c47 0 61 56 73 105l68 271h-47c-11 0 -21 10 -21 21s10 21 21 21h58c32 95 119 189 213 189c46 0 87 -29 87 -72
+c0 -39 -17 -78 -52 -78c-24 0 -44 20 -44 44c0 30 38 25 38 55c0 10 -10 10 -22 10h-7c-60 0 -70 -84 -86 -148h53c11 0 21 -10 21 -21s-10 -21 -21 -21h-65z" fill="currentColor"/>
+</g>
+<text transform="translate(24.7853, 20.5425)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+As</tspan>
+</text>
+<rect transform="translate(26.8167, 14.5281)" x="-0.0725" y="-1.5000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(32.6129, 16.5281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(32.7686, 20.5425)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+I</tspan>
+</text>
+<rect transform="translate(33.8560, 14.5281)" x="-0.0725" y="-1.5000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(10.8421, 28.3494) scale(0.0040, -0.0040)" d="M378 263c4 0 7 1 11 1c156 0 257 -129 257 -262c0 -76 -34 -154 -108 -210c-22 -17 -46 -29 -72 -37c3 -34 4 -68 4 -102c0 -20 0 -40 -1 -60c-7 -121 -90 -228 -209 -228c-108 0 -196 87 -196 196c0 58 53 104 112 104c54 0 95 -48 95 -104c0 -52 -43 -95 -95 -95
+c-10 0 -20 2 -29 6c26 -38 68 -63 116 -63c96 0 156 91 162 190c1 19 2 37 2 56c0 30 -2 60 -4 90c-29 -5 -58 -8 -88 -8c-188 0 -333 173 -333 375c0 177 130 307 246 442c-20 62 -38 125 -46 190c-6 52 -7 104 -7 157c0 115 55 223 148 290c3 2 7 3 11 3s8 -1 11 -4
+c71 -83 134 -244 134 -357c0 -143 -85 -255 -178 -364c21 -68 40 -137 57 -206zM462 -202c67 24 111 94 111 162c0 89 -65 178 -170 190c24 -115 46 -230 59 -352zM75 26c0 -134 129 -245 263 -245c28 0 55 2 81 6c-14 126 -36 244 -61 363c-79 -8 -124 -61 -124 -119
+c0 -43 25 -89 80 -121c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 89 58 175 161 198c-14 58 -29 116 -46 173c-106 -122 -212 -244 -212 -404zM406 1042c-99 -47 -162 -148 -162 -257c0 -73 20 -132 38 -191
+c79 97 144 199 144 324c0 53 -4 76 -20 124z" fill="currentColor"/>
+<text transform="translate(11.7431, 31.8535)" font-family="Century Schoolbook L" font-style="italic" font-size="1.3860" text-anchor="start" fill="currentColor">
+<tspan>
+8</tspan>
+</text>
+<path transform="translate(14.4718, 27.3494) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 25.8494) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 27.8494) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 26.3494) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(20.5608, 14.5281) scale(0.0040, -0.0040)" d="M-24 -117c0 29 13 42 43 42c31 0 74 -11 113 -27l-129 154c-7 9 -11 18 -11 26c0 34 51 66 88 100c24 22 37 52 37 82c0 25 -9 49 -26 69l-33 40c-3 4 -4 7 -4 11c0 9 9 17 18 17c4 0 8 -2 12 -6l150 -179c7 -9 11 -18 11 -26c0 -34 -51 -65 -88 -99
+c-24 -22 -37 -53 -37 -83c0 -25 8 -49 25 -69l82 -97c3 -4 4 -7 4 -11c0 -9 -8 -17 -17 -17c-4 0 -9 2 -13 6c-17 20 -60 36 -93 36c-41 0 -54 -25 -54 -66c0 -34 10 -73 27 -93c5 -6 0 -14 -6 -14c-2 0 -4 1 -6 3c-45 53 -93 147 -93 201z" fill="currentColor"/>
+<path transform="translate(69.2549, 26.8494) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(68.8081, 32.8494)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+to</tspan>
+</text>
+<rect transform="translate(70.4980, 14.5281)" x="-0.0725" y="-3.0000" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(69.3275, 27.3494)" x="-0.0725" y="-0.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(76.1656, 15.0281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(76.1656, 16.5281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(73.8911, 20.5425)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+pray,</tspan>
+</text>
+<path transform="translate(76.1656, 26.8494) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(73.8911, 32.8494)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+pray,</tspan>
+</text>
+<rect transform="translate(77.4087, 14.5281)" x="-0.0725" y="-3.0000" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(65.7040, 15.0281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(65.7040, 16.5281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(65.1970, 20.5425)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+er</tspan>
+</text>
+<path transform="translate(65.7040, 26.8494) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(65.1970, 32.8494)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+er</tspan>
+</text>
+<rect transform="translate(66.9471, 14.5281)" x="-0.0725" y="-2.8158" width="0.1451" height="4.6347" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(65.7766, 27.3494)" x="-0.0725" y="-0.3189" width="0.1451" height="3.1347" ry="0.0471" fill="currentColor"/>
+<path transform="translate(69.2549, 15.0281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(69.2549, 16.5281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(68.8081, 20.5425)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+to</tspan>
+</text>
+<path transform="translate(81.5441, 14.5281) scale(0.0040, -0.0040)" d="M-24 -117c0 29 13 42 43 42c31 0 74 -11 113 -27l-129 154c-7 9 -11 18 -11 26c0 34 51 66 88 100c24 22 37 52 37 82c0 25 -9 49 -26 69l-33 40c-3 4 -4 7 -4 11c0 9 9 17 18 17c4 0 8 -2 12 -6l150 -179c7 -9 11 -18 11 -26c0 -34 -51 -65 -88 -99
+c-24 -22 -37 -53 -37 -83c0 -25 8 -49 25 -69l82 -97c3 -4 4 -7 4 -11c0 -9 -8 -17 -17 -17c-4 0 -9 2 -13 6c-17 20 -60 36 -93 36c-41 0 -54 -25 -54 -66c0 -34 10 -73 27 -93c5 -6 0 -14 -6 -14c-2 0 -4 1 -6 3c-45 53 -93 147 -93 201z" fill="currentColor"/>
+<path transform="translate(81.5441, 27.3494) scale(0.0040, -0.0040)" d="M-24 -117c0 29 13 42 43 42c31 0 74 -11 113 -27l-129 154c-7 9 -11 18 -11 26c0 34 51 66 88 100c24 22 37 52 37 82c0 25 -9 49 -26 69l-33 40c-3 4 -4 7 -4 11c0 9 9 17 18 17c4 0 8 -2 12 -6l150 -179c7 -9 11 -18 11 -26c0 -34 -51 -65 -88 -99
+c-24 -22 -37 -53 -37 -83c0 -25 8 -49 25 -69l82 -97c3 -4 4 -7 4 -11c0 -9 -8 -17 -17 -17c-4 0 -9 2 -13 6c-17 20 -60 36 -93 36c-41 0 -54 -25 -54 -66c0 -34 10 -73 27 -93c5 -6 0 -14 -6 -14c-2 0 -4 1 -6 3c-45 53 -93 147 -93 201z" fill="currentColor"/>
+<rect transform="translate(76.2382, 27.3494)" x="-0.0725" y="-0.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(58.2165, 14.5281)" x="-0.0725" y="-2.8158" width="0.1451" height="4.6347" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(62.0936, 27.3494)" x="-0.0725" y="-0.3189" width="0.1451" height="3.1347" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(63.2642, 14.5281)" x="-0.0725" y="-2.8158" width="0.1451" height="4.6347" ry="0.0471" fill="currentColor"/>
+<text transform="translate(61.0922, 32.8494)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+riv</tspan>
+</text>
+<path transform="translate(62.0211, 26.8494) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(61.0922, 20.5425)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+riv</tspan>
+</text>
+<path transform="translate(62.0211, 16.5281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(62.0211, 15.0281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(57.0459, 27.3494)" x="-0.0725" y="-0.3189" width="0.1451" height="3.1347" ry="0.0471" fill="currentColor"/>
+<path transform="translate(56.9734, 15.0281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(56.9734, 16.5281) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(55.7634, 20.5425)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<path transform="translate(56.9734, 26.8494) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(55.7634, 32.8494)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<rect transform="translate(56.5580, 51.4189)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 63.9318)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(94.2997, 51.4189)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(56.5580, 63.9318)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(94.2997, 63.9318)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 51.4189)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(31.4986, 51.4189)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(85.2105, 63.9318)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(119.3726, 63.9318)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(31.4986, 63.9318)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(85.2105, 51.4189)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(119.3726, 51.4189)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(67.5488, 51.4189)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(45.0578, 63.9318)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(67.5488, 63.9318)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<line transform="translate(10.0421, 65.9318)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 64.9318)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 63.9318)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 62.9318)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 61.9318)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(10.0421, 54.4189)" x="22.4334" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(10.0421, 54.4189)" x="28.9639" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(10.0421, 54.4189)" x="28.9639" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(10.0421, 55.4189)" x="28.9639" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(10.0421, 54.4189)" x="36.1362" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<line transform="translate(10.0421, 53.4189)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 52.4189)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 51.4189)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 50.4189)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 49.4189)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(109.8874, 63.9318)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(45.0578, 51.4189)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(109.8874, 51.4189)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<path transform="translate(101.2666, 51.9189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(101.2666, 52.9189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(100.1972, 58.7667)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+me</tspan>
+</text>
+<path transform="translate(101.2666, 62.9318) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(100.1972, 69.6545)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+me</tspan>
+</text>
+<rect transform="translate(102.5097, 51.4189)" x="-0.0725" y="-3.0000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(112.3159, 63.9318)" x="-0.0725" y="-0.2445" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(95.8427, 66.3847) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<path transform="translate(107.5863, 49.4660) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<path transform="translate(107.5863, 49.4660) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(106.3432, 63.9318)" x="-0.0725" y="-0.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(106.4158, 66.3847) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<path transform="translate(112.2434, 53.4189) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(113.5650, 53.4189) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(112.2434, 58.7667)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+way.</tspan>
+</text>
+<path transform="translate(112.2434, 63.4318) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(112.2434, 69.6545)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+way.</tspan>
+</text>
+<rect transform="translate(113.5650, 51.4189)" x="-0.0725" y="-1.5000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(101.3391, 63.9318)" x="-0.0725" y="-0.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(106.2707, 52.9189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(107.5138, 52.9189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(105.0607, 58.7667)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<path transform="translate(106.2707, 62.9318) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(105.0607, 69.6545)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<rect transform="translate(107.5138, 51.4189)" x="-0.0725" y="-2.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(80.2231, 63.9318)" x="-0.0725" y="-0.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(87.6451, 51.4189) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(87.6451, 52.9189) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(85.3094, 58.7667)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Lord,</tspan>
+</text>
+<path transform="translate(87.6451, 62.9318) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(85.3094, 69.6545)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Lord,</tspan>
+</text>
+<rect transform="translate(88.9667, 51.4189)" x="-0.0725" y="-3.3333" width="0.1451" height="4.5779" ry="0.0471" fill="currentColor"/>
+<path transform="translate(74.5430, 62.9318) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(75.7861, 51.4189)" x="-0.0725" y="-3.1882" width="0.1451" height="4.5071" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(74.6155, 63.9318)" x="-0.0725" y="-0.8189" width="0.1451" height="2.8166" ry="0.0471" fill="currentColor"/>
+<path transform="translate(80.1505, 51.9189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(80.1505, 53.4189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(77.8961, 58.7667)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Good</tspan>
+</text>
+<path transform="translate(80.1505, 63.4318) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(77.8961, 69.6545)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Good</tspan>
+</text>
+<rect transform="translate(81.3936, 51.4189)" x="-0.0725" y="-3.0000" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(95.6976, 51.9189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(95.6976, 52.9189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(93.4432, 58.7667)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+show</tspan>
+</text>
+<path transform="translate(95.6976, 62.9318) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(93.4432, 69.6545)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+show</tspan>
+</text>
+<rect transform="translate(96.9407, 51.4189)" x="-0.0725" y="-3.0000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(97.0132, 48.4660) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<path transform="translate(97.0132, 48.4660) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(95.7701, 63.9318)" x="-0.0725" y="-0.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(87.7176, 63.9318)" x="-0.0725" y="-0.7445" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<polygon transform="translate(68.9354, 65.7476)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="5.7056 -0.0087 5.7056 0.3771 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(70.1060, 47.9189)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="5.7056 0.1229 5.7056 0.5087 0.0471 0.1929 0.0471 -0.1929"/>
+<path transform="translate(112.2434, 63.9318)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.89708641975308 -1.225C2.02679248648933 -2.14348438863845 7.81544014759429 -2.14348438863845 8.94514621433053 -1.225C7.81544014759429 -2.0095684222519 2.02679248648933 -2.0095684222519 0.89708641975308 -1.225z"/>
+<path transform="translate(113.5650, 51.4189)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.89708641975308 0.775C1.93781111970345 -0.115667930520647 6.58278649000003 -0.115667930520647 7.62351118995041 0.775C6.58278649000003 0.0182480358659074 1.93781111970345 0.0182480358659074 0.89708641975308 0.775z"/>
+<path transform="translate(112.2434, 51.4189)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.89708641975308 3.0C2.02679248648933 3.91848438863845 7.81544014759429 3.91848438863845 8.94514621433053 3.0C7.81544014759429 3.7845684222519 2.02679248648933 3.7845684222519 0.89708641975308 3.0z"/>
+<polygon transform="translate(26.3961, 60.7476)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.1306 0.1755 3.1306 0.5613 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(26.3961, 50.2347)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.1306 -0.0087 3.1306 0.3771 0.0471 0.1929 0.0471 -0.1929"/>
+<path transform="translate(25.2256, 63.9318)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.607538317496827 1.20402244668911C1.30603649529235 2.46931181448388 2.76863609984637 2.63811407222054 3.640139115956 1.55402244668911C2.78398975714823 2.50508117681229 1.32139015259421 2.33627891907563 0.607538317496827 1.20402244668911z"/>
+<path transform="translate(25.2256, 51.4189)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.28994190744199 -2.0699968512133C2.15561622208066 -2.73532467832745 3.61794342241735 -2.57822700318798 4.32254270590116 -1.74420482945897C3.6036391499295 -2.44507718590745 2.1413119495928 -2.60217486104692 1.28994190744199 -2.0699968512133z"/>
+<path transform="translate(68.9354, 63.9318)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.685137169851473 -2.55402244668911C2.00033760002319 -3.60350506908423 5.11820208089157 -3.40890117274229 6.29269482320108 -2.20402244668911C5.10985984716127 -3.27524529674114 1.99199536629289 -3.46984919308309 0.685137169851473 -2.55402244668911z"/>
+<path transform="translate(68.9354, 51.4189)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.580826693755519 1.55402244668911C1.6205402839906 2.89544354479346 4.74907501468413 3.45335751092535 6.18838434710513 2.55402244668911C4.77258543856513 3.32152145355795 1.6440507078716 2.76360748742606 0.580826693755519 1.55402244668911z"/>
+<rect transform="translate(61.4593, 69.6545)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<rect transform="translate(61.4593, 58.7667)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<path transform="translate(120.7307, 53.4189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(121.9738, 53.4189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(120.7307, 63.4318) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(121.9738, 51.4189)" x="-0.0725" y="-1.5000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(120.8032, 63.9318)" x="-0.0725" y="-0.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(126.0269, 51.4189) scale(0.0040, -0.0040)" d="M-24 -117c0 29 13 42 43 42c31 0 74 -11 113 -27l-129 154c-7 9 -11 18 -11 26c0 34 51 66 88 100c24 22 37 52 37 82c0 25 -9 49 -26 69l-33 40c-3 4 -4 7 -4 11c0 9 9 17 18 17c4 0 8 -2 12 -6l150 -179c7 -9 11 -18 11 -26c0 -34 -51 -65 -88 -99
+c-24 -22 -37 -53 -37 -83c0 -25 8 -49 25 -69l82 -97c3 -4 4 -7 4 -11c0 -9 -8 -17 -17 -17c-4 0 -9 2 -13 6c-17 20 -60 36 -93 36c-41 0 -54 -25 -54 -66c0 -34 10 -73 27 -93c5 -6 0 -14 -6 -14c-2 0 -4 1 -6 3c-45 53 -93 147 -93 201z" fill="currentColor"/>
+<path transform="translate(126.0269, 63.9318) scale(0.0040, -0.0040)" d="M-24 -117c0 29 13 42 43 42c31 0 74 -11 113 -27l-129 154c-7 9 -11 18 -11 26c0 34 51 66 88 100c24 22 37 52 37 82c0 25 -9 49 -26 69l-33 40c-3 4 -4 7 -4 11c0 9 9 17 18 17c4 0 8 -2 12 -6l150 -179c7 -9 11 -18 11 -26c0 -34 -51 -65 -88 -99
+c-24 -22 -37 -53 -37 -83c0 -25 8 -49 25 -69l82 -97c3 -4 4 -7 4 -11c0 -9 -8 -17 -17 -17c-4 0 -9 2 -13 6c-17 20 -60 36 -93 36c-41 0 -54 -25 -54 -66c0 -34 10 -73 27 -93c5 -6 0 -14 -6 -14c-2 0 -4 1 -6 3c-45 53 -93 147 -93 201z" fill="currentColor"/>
+<path transform="translate(32.8045, 53.4189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(32.8045, 54.4189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(31.1124, 58.7667)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+who</tspan>
+</text>
+<path transform="translate(32.8045, 64.4318) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(31.1124, 69.6545)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+who</tspan>
+</text>
+<rect transform="translate(34.0476, 51.4189)" x="-0.0725" y="-1.5000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(34.0476, 63.9318)" x="-0.0725" y="-3.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(25.2981, 51.4189)" x="-0.0725" y="2.6811" width="0.1451" height="2.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(26.4687, 63.9318)" x="-0.0725" y="-3.1758" width="0.1451" height="2.9947" ry="0.0471" fill="currentColor"/>
+<path transform="translate(28.2582, 53.4189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(28.2582, 64.4318) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(29.5013, 51.4189)" x="-0.0725" y="-1.0042" width="0.1451" height="2.8231" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(29.5013, 63.9318)" x="-0.0725" y="-2.8242" width="0.1451" height="3.1431" ry="0.0471" fill="currentColor"/>
+<path transform="translate(39.3350, 54.4189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(39.3350, 55.4189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(37.2212, 58.7667)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+shall</tspan>
+</text>
+<path transform="translate(39.3350, 65.4318) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(37.2212, 69.6545)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+shall</tspan>
+</text>
+<rect transform="translate(40.5781, 51.4189)" x="-0.0725" y="-0.5000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(40.5781, 63.9318)" x="-0.0725" y="-2.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(46.5073, 53.4189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(46.5073, 54.4189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(44.3533, 58.7667)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+wear</tspan>
+</text>
+<path transform="translate(46.5073, 64.4318) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(44.3533, 69.6545)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+wear</tspan>
+</text>
+<text transform="translate(8.1141, 48.3287)" font-family="Century Schoolbook L" font-size="1.7463" text-anchor="start" fill="currentColor">
+<tspan>
+74</tspan>
+</text>
+<path transform="translate(10.8421, 52.4189) scale(0.0040, -0.0040)" d="M378 263c4 0 7 1 11 1c156 0 257 -129 257 -262c0 -76 -34 -154 -108 -210c-22 -17 -46 -29 -72 -37c3 -34 4 -68 4 -102c0 -20 0 -40 -1 -60c-7 -121 -90 -228 -209 -228c-108 0 -196 87 -196 196c0 58 53 104 112 104c54 0 95 -48 95 -104c0 -52 -43 -95 -95 -95
+c-10 0 -20 2 -29 6c26 -38 68 -63 116 -63c96 0 156 91 162 190c1 19 2 37 2 56c0 30 -2 60 -4 90c-29 -5 -58 -8 -88 -8c-188 0 -333 173 -333 375c0 177 130 307 246 442c-20 62 -38 125 -46 190c-6 52 -7 104 -7 157c0 115 55 223 148 290c3 2 7 3 11 3s8 -1 11 -4
+c71 -83 134 -244 134 -357c0 -143 -85 -255 -178 -364c21 -68 40 -137 57 -206zM462 -202c67 24 111 94 111 162c0 89 -65 178 -170 190c24 -115 46 -230 59 -352zM75 26c0 -134 129 -245 263 -245c28 0 55 2 81 6c-14 126 -36 244 -61 363c-79 -8 -124 -61 -124 -119
+c0 -43 25 -89 80 -121c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 89 58 175 161 198c-14 58 -29 116 -46 173c-106 -122 -212 -244 -212 -404zM406 1042c-99 -47 -162 -148 -162 -257c0 -73 20 -132 38 -191
+c79 97 144 199 144 324c0 53 -4 76 -20 124z" fill="currentColor"/>
+<path transform="translate(14.4718, 51.4189) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 49.9189) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 51.9189) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 50.4189) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(10.8421, 64.9318) scale(0.0040, -0.0040)" d="M378 263c4 0 7 1 11 1c156 0 257 -129 257 -262c0 -76 -34 -154 -108 -210c-22 -17 -46 -29 -72 -37c3 -34 4 -68 4 -102c0 -20 0 -40 -1 -60c-7 -121 -90 -228 -209 -228c-108 0 -196 87 -196 196c0 58 53 104 112 104c54 0 95 -48 95 -104c0 -52 -43 -95 -95 -95
+c-10 0 -20 2 -29 6c26 -38 68 -63 116 -63c96 0 156 91 162 190c1 19 2 37 2 56c0 30 -2 60 -4 90c-29 -5 -58 -8 -88 -8c-188 0 -333 173 -333 375c0 177 130 307 246 442c-20 62 -38 125 -46 190c-6 52 -7 104 -7 157c0 115 55 223 148 290c3 2 7 3 11 3s8 -1 11 -4
+c71 -83 134 -244 134 -357c0 -143 -85 -255 -178 -364c21 -68 40 -137 57 -206zM462 -202c67 24 111 94 111 162c0 89 -65 178 -170 190c24 -115 46 -230 59 -352zM75 26c0 -134 129 -245 263 -245c28 0 55 2 81 6c-14 126 -36 244 -61 363c-79 -8 -124 -61 -124 -119
+c0 -43 25 -89 80 -121c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 89 58 175 161 198c-14 58 -29 116 -46 173c-106 -122 -212 -244 -212 -404zM406 1042c-99 -47 -162 -148 -162 -257c0 -73 20 -132 38 -191
+c79 97 144 199 144 324c0 53 -4 76 -20 124z" fill="currentColor"/>
+<path transform="translate(8.7136, 49.1381) scale(0.0040, -0.0040)" d="M448 332c10 0 17 -8 17 -17c0 -3 -1 -6 -3 -9c-96 -144 -210 -362 -381 -362h-81v85c0 15 12 27 27 27h54c157 0 265 136 353 268c3 5 9 8 14 8z" fill="currentColor"/>
+<path transform="translate(8.7136, 66.2126) scale(0.0040, -0.0040)" d="M465 -315c0 -9 -7 -17 -17 -17c-5 0 -11 3 -14 8c-88 132 -196 268 -353 268h-54c-15 0 -27 12 -27 27v85h81c171 0 285 -218 381 -362c2 -3 3 -6 3 -9z" fill="currentColor"/>
+<rect transform="translate(8.7136, 57.6753)" x="0.0000" y="-8.3572" width="0.4500" height="16.7145" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(9.9636, 57.6753)" x="0.0000" y="-8.3122" width="0.1786" height="16.6245" ry="0.0558" fill="currentColor"/>
+<text transform="translate(18.9089, 69.6545)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+way</tspan>
+</text>
+<rect transform="translate(21.8039, 51.4189)" x="-0.0725" y="-3.0000" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(20.6333, 63.9318)" x="-0.0725" y="-0.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(25.2256, 52.9189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(25.2256, 53.9189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(25.2256, 58.7667)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+and</tspan>
+</text>
+<path transform="translate(25.2256, 63.9318) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(25.2256, 69.6545)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+and</tspan>
+</text>
+<rect transform="translate(26.4687, 51.4189)" x="-0.0725" y="-1.1800" width="0.1451" height="2.4989" ry="0.0471" fill="currentColor"/>
+<text transform="translate(11.7431, 68.4358)" font-family="Century Schoolbook L" font-style="italic" font-size="1.3860" text-anchor="start" fill="currentColor">
+<tspan>
+8</tspan>
+</text>
+<path transform="translate(14.4718, 63.9318) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 62.4318) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 64.4318) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 62.9318) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(20.5608, 51.9189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(20.5608, 53.4189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(18.9089, 58.7667)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+way</tspan>
+</text>
+<path transform="translate(20.5608, 63.4318) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(63.0754, 50.9189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(63.0754, 51.9189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(62.5282, 58.7667)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+ry</tspan>
+</text>
+<path transform="translate(63.0754, 62.4318) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(62.5282, 69.6545)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+ry</tspan>
+</text>
+<rect transform="translate(63.1480, 51.4189)" x="-0.0725" y="-0.3189" width="0.1451" height="3.9855" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(63.1480, 63.9318)" x="-0.0725" y="-1.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(68.9354, 50.9189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(58.1956, 63.9318)" x="-0.0725" y="-0.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(74.5430, 51.4189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(74.5430, 52.9189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(68.9354, 51.9189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(68.9354, 58.7667)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+crown,</tspan>
+</text>
+<path transform="translate(68.9354, 62.4318) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(68.9354, 69.6545)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+crown,</tspan>
+</text>
+<rect transform="translate(70.1785, 51.4189)" x="-0.0725" y="-3.4960" width="0.1451" height="3.8149" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(69.0080, 63.9318)" x="-0.0725" y="-1.3189" width="0.1451" height="3.1370" ry="0.0471" fill="currentColor"/>
+<path transform="translate(52.8764, 52.9189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(52.8764, 53.9189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(51.6664, 58.7667)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<path transform="translate(48.2689, 52.9189) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(47.7504, 51.4189)" x="-0.0725" y="-1.5000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(48.2689, 53.9189) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<path transform="translate(48.2689, 64.4318) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(47.7504, 63.9318)" x="-0.0725" y="-3.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(59.3662, 51.4189)" x="-0.0725" y="-3.0000" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(56.5114, 69.6545)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+star</tspan>
+</text>
+<path transform="translate(58.1231, 63.4318) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(56.5114, 58.7667)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+star</tspan>
+</text>
+<path transform="translate(58.1231, 53.4189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(58.1231, 51.9189) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(53.0215, 67.2597) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<path transform="translate(52.8764, 63.9318) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(51.6664, 69.6545)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<rect transform="translate(54.1195, 51.4189)" x="-0.0725" y="-2.0000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(54.1921, 49.4660) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(52.9490, 63.9318)" x="-0.0725" y="0.1811" width="0.1451" height="3.1939" ry="0.0471" fill="currentColor"/>
+<path transform="translate(54.1921, 49.4660) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(130.3359, 100.4043)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 88.0012)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(116.7387, 100.4043)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(116.7387, 88.0012)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(101.1389, 100.4043)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(101.1389, 88.0012)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(89.0137, 100.4043)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(89.0137, 88.0012)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(74.2466, 100.4043)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(74.2466, 88.0012)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(60.2485, 100.4043)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(60.2485, 88.0012)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(45.6196, 100.4043)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(45.6196, 88.0012)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(29.5422, 100.4043)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(29.5422, 88.0012)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<line transform="translate(10.0421, 102.4043)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 101.4043)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 100.4043)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 99.4043)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 98.4043)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(10.0421, 91.0012)" x="107.9506" y="-0.1058" width="2.0913" height="0.2116" ry="0.1058" fill="currentColor"/>
+<line transform="translate(10.0421, 90.0012)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 89.0012)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 88.0012)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 87.0012)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 86.0012)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(102.9580, 100.4043)" x="-0.0725" y="-0.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(103.0306, 102.8573) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<path transform="translate(104.2011, 85.0483) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<path transform="translate(104.2011, 85.0483) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(104.1286, 88.0012)" x="-0.0725" y="-3.0000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(100.6512, 106.0854)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+come</tspan>
+</text>
+<path transform="translate(102.8855, 99.4043) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(100.6512, 95.8490)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+come</tspan>
+</text>
+<path transform="translate(102.8855, 89.5012) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(102.8855, 88.5012) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(108.9942, 100.4043)" x="-0.0725" y="-0.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(110.6832, 98.9043) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<path transform="translate(110.6832, 89.5012) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(110.1647, 88.0012)" x="-0.0725" y="-3.0000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(110.6832, 88.5012) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<text transform="translate(108.1936, 106.0854)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+on</tspan>
+</text>
+<path transform="translate(108.9216, 99.4043) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(108.1936, 95.8490)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+on</tspan>
+</text>
+<path transform="translate(108.9216, 89.5012) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(108.9216, 88.5012) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(91.6947, 89.5012) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(91.6947, 88.5012) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(82.7364, 100.4043)" x="-0.0725" y="-0.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(83.9069, 88.0012)" x="-0.0725" y="-3.3333" width="0.1451" height="4.6522" ry="0.0471" fill="currentColor"/>
+<text transform="translate(82.0363, 106.0854)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+go</tspan>
+</text>
+<path transform="translate(82.6638, 99.4043) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(82.0363, 95.8490)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+go</tspan>
+</text>
+<path transform="translate(82.6638, 89.5012) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(82.6638, 88.0012) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(91.7672, 100.4043)" x="-0.0725" y="-0.7445" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(93.0163, 88.0012)" x="-0.0725" y="-3.0000" width="0.1451" height="4.2445" ry="0.0471" fill="currentColor"/>
+<text transform="translate(88.9975, 106.0854)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<path transform="translate(91.6947, 99.4043) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(88.9975, 95.8490)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<path transform="translate(118.3413, 88.0012)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M2.45019170227015 -0.0540224466891134C3.18440402492846 -0.581311957190983 4.27771848269508 -0.420445497562969 4.82893529557839 0.295977553310887C4.25822444131181 -0.287955994568234 3.16490998354518 -0.448822454196248 2.45019170227015 -0.0540224466891134z"/>
+<rect transform="translate(33.9673, 95.8490)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<rect transform="translate(33.9673, 106.0854)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<path transform="translate(61.9317, 88.0012)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M2.45019170227012 -1.20402244668911C3.29200508173992 -1.68100527474512 4.47611035217049 -1.37729649893556 4.98442346336513 -0.554022446689113C4.44283946637872 -1.24757936740747 3.25873419594816 -1.55128814321703 2.45019170227012 -1.20402244668911z"/>
+<path transform="translate(61.9317, 100.4043)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.726260342387803 -2.20402244668911C1.86631591116387 -2.97529496886889 3.99339285253156 -2.63921180259965 4.84012307236866 -1.55402244668911C3.97249308494929 -2.50693676425813 1.8454161435816 -2.84301993052737 0.726260342387803 -2.20402244668911z"/>
+<rect transform="translate(119.6629, 100.4043)" x="-0.0725" y="-3.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(118.4138, 88.0012)" x="-0.0725" y="3.2555" width="0.1451" height="2.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(119.6569, 86.0483) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(119.5844, 88.0012)" x="-0.0725" y="-2.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(115.6441, 106.0854)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down.</tspan>
+</text>
+<path transform="translate(118.3413, 100.9043) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(118.3413, 95.8490)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down.</tspan>
+</text>
+<path transform="translate(118.3413, 91.0012) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(118.3413, 89.5012) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(123.5427, 88.0012)" x="-0.0725" y="-1.5000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(124.0613, 89.5012) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<path transform="translate(122.2996, 90.0012) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(31.2693, 100.4043)" x="-0.0725" y="0.1811" width="0.1451" height="3.1522" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(47.5647, 100.4043)" x="-0.0725" y="-1.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(47.5647, 88.0012)" x="-0.0725" y="-0.3189" width="0.1451" height="3.9855" ry="0.0471" fill="currentColor"/>
+<text transform="translate(45.8402, 106.0854)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+let’s</tspan>
+</text>
+<path transform="translate(47.4921, 98.9043) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(45.8402, 95.8490)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+let’s</tspan>
+</text>
+<path transform="translate(47.4921, 88.5012) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(47.4921, 87.5012) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(38.3841, 100.4043)" x="-0.0725" y="-0.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(39.5547, 88.0012)" x="-0.0725" y="-3.0000" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(35.6555, 106.0854)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+thers,</tspan>
+</text>
+<path transform="translate(38.3116, 99.9043) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(35.6555, 95.8490)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+thers,</tspan>
+</text>
+<path transform="translate(38.3116, 90.0012) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(38.3116, 88.5012) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(14.4718, 100.4043) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 98.9043) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 100.9043) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 99.4043) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<text transform="translate(11.7431, 104.9084)" font-family="Century Schoolbook L" font-style="italic" font-size="1.3860" text-anchor="start" fill="currentColor">
+<tspan>
+8</tspan>
+</text>
+<path transform="translate(10.8421, 101.4043) scale(0.0040, -0.0040)" d="M378 263c4 0 7 1 11 1c156 0 257 -129 257 -262c0 -76 -34 -154 -108 -210c-22 -17 -46 -29 -72 -37c3 -34 4 -68 4 -102c0 -20 0 -40 -1 -60c-7 -121 -90 -228 -209 -228c-108 0 -196 87 -196 196c0 58 53 104 112 104c54 0 95 -48 95 -104c0 -52 -43 -95 -95 -95
+c-10 0 -20 2 -29 6c26 -38 68 -63 116 -63c96 0 156 91 162 190c1 19 2 37 2 56c0 30 -2 60 -4 90c-29 -5 -58 -8 -88 -8c-188 0 -333 173 -333 375c0 177 130 307 246 442c-20 62 -38 125 -46 190c-6 52 -7 104 -7 157c0 115 55 223 148 290c3 2 7 3 11 3s8 -1 11 -4
+c71 -83 134 -244 134 -357c0 -143 -85 -255 -178 -364c21 -68 40 -137 57 -206zM462 -202c67 24 111 94 111 162c0 89 -65 178 -170 190c24 -115 46 -230 59 -352zM75 26c0 -134 129 -245 263 -245c28 0 55 2 81 6c-14 126 -36 244 -61 363c-79 -8 -124 -61 -124 -119
+c0 -43 25 -89 80 -121c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 89 58 175 161 198c-14 58 -29 116 -46 173c-106 -122 -212 -244 -212 -404zM406 1042c-99 -47 -162 -148 -162 -257c0 -73 20 -132 38 -191
+c79 97 144 199 144 324c0 53 -4 76 -20 124z" fill="currentColor"/>
+<path transform="translate(14.4718, 88.0012) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 86.5012) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 88.5012) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 87.0012) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(10.8421, 89.0012) scale(0.0040, -0.0040)" d="M378 263c4 0 7 1 11 1c156 0 257 -129 257 -262c0 -76 -34 -154 -108 -210c-22 -17 -46 -29 -72 -37c3 -34 4 -68 4 -102c0 -20 0 -40 -1 -60c-7 -121 -90 -228 -209 -228c-108 0 -196 87 -196 196c0 58 53 104 112 104c54 0 95 -48 95 -104c0 -52 -43 -95 -95 -95
+c-10 0 -20 2 -29 6c26 -38 68 -63 116 -63c96 0 156 91 162 190c1 19 2 37 2 56c0 30 -2 60 -4 90c-29 -5 -58 -8 -88 -8c-188 0 -333 173 -333 375c0 177 130 307 246 442c-20 62 -38 125 -46 190c-6 52 -7 104 -7 157c0 115 55 223 148 290c3 2 7 3 11 3s8 -1 11 -4
+c71 -83 134 -244 134 -357c0 -143 -85 -255 -178 -364c21 -68 40 -137 57 -206zM462 -202c67 24 111 94 111 162c0 89 -65 178 -170 190c24 -115 46 -230 59 -352zM75 26c0 -134 129 -245 263 -245c28 0 55 2 81 6c-14 126 -36 244 -61 363c-79 -8 -124 -61 -124 -119
+c0 -43 25 -89 80 -121c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 89 58 175 161 198c-14 58 -29 116 -46 173c-106 -122 -212 -244 -212 -404zM406 1042c-99 -47 -162 -148 -162 -257c0 -73 20 -132 38 -191
+c79 97 144 199 144 324c0 53 -4 76 -20 124z" fill="currentColor"/>
+<text transform="translate(8.1141, 84.9111)" font-family="Century Schoolbook L" font-size="1.7463" text-anchor="start" fill="currentColor">
+<tspan>
+83</tspan>
+</text>
+<rect transform="translate(9.9636, 94.2028)" x="0.0000" y="-8.2574" width="0.1786" height="16.5147" ry="0.0558" fill="currentColor"/>
+<path transform="translate(8.7136, 85.7204) scale(0.0040, -0.0040)" d="M448 332c10 0 17 -8 17 -17c0 -3 -1 -6 -3 -9c-96 -144 -210 -362 -381 -362h-81v85c0 15 12 27 27 27h54c157 0 265 136 353 268c3 5 9 8 14 8z" fill="currentColor"/>
+<path transform="translate(8.7136, 102.6851) scale(0.0040, -0.0040)" d="M465 -315c0 -9 -7 -17 -17 -17c-5 0 -11 3 -14 8c-88 132 -196 268 -353 268h-54c-15 0 -27 12 -27 27v85h81c171 0 285 -218 381 -362c2 -3 3 -6 3 -9z" fill="currentColor"/>
+<rect transform="translate(8.7136, 94.2028)" x="0.0000" y="-8.3024" width="0.4500" height="16.6047" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(32.4399, 88.0012)" x="-0.0725" y="-3.3333" width="0.1451" height="5.1522" ry="0.0471" fill="currentColor"/>
+<text transform="translate(30.7700, 106.0854)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+fa</tspan>
+</text>
+<path transform="translate(31.1968, 100.4043) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(30.7700, 95.8490)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+fa</tspan>
+</text>
+<path transform="translate(31.1968, 90.0012) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(31.1968, 88.0012) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(20.6333, 100.4043)" x="-0.0725" y="0.2555" width="0.1451" height="3.0779" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(21.8824, 88.0012)" x="-0.0725" y="-3.3333" width="0.1451" height="5.0779" ry="0.0471" fill="currentColor"/>
+<text transform="translate(19.1892, 106.0854)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Oh,</tspan>
+</text>
+<path transform="translate(20.5608, 100.4043) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(19.1892, 95.8490)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Oh,</tspan>
+</text>
+<path transform="translate(20.5608, 90.0012) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(20.5608, 88.0012) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(67.2886, 88.0012)" x="-0.0725" y="-3.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(67.8071, 88.5012) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<path transform="translate(66.0455, 99.9043) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(66.0455, 88.5012) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(62.0767, 102.8573) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<rect transform="translate(62.0042, 100.4043)" x="-0.0725" y="-0.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(76.0749, 100.4043)" x="-0.0725" y="-1.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(76.0749, 88.0012)" x="-0.0725" y="-0.3189" width="0.1451" height="3.9855" ry="0.0471" fill="currentColor"/>
+<text transform="translate(74.3505, 106.0854)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+let’s</tspan>
+</text>
+<path transform="translate(76.0024, 98.9043) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(74.3505, 95.8490)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+let’s</tspan>
+</text>
+<path transform="translate(76.0024, 88.5012) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(76.0024, 87.5012) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(66.1181, 100.4043)" x="-0.0725" y="-0.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(67.8071, 99.9043) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(54.2261, 100.4043)" x="-0.0725" y="-1.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(54.2261, 88.0012)" x="-0.0725" y="-1.3189" width="0.1451" height="4.9855" ry="0.0471" fill="currentColor"/>
+<text transform="translate(53.5260, 106.0854)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+go</tspan>
+</text>
+<path transform="translate(54.1536, 98.9043) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(53.5260, 95.8490)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+go</tspan>
+</text>
+<path transform="translate(54.1536, 88.5012) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(54.1536, 86.5012) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(62.0042, 88.0012)" x="-0.0725" y="2.2555" width="0.1451" height="2.4112" ry="0.0471" fill="currentColor"/>
+<path transform="translate(63.2473, 84.6733) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(63.1748, 88.0012)" x="-0.0725" y="-3.3750" width="0.1451" height="3.1939" ry="0.0471" fill="currentColor"/>
+<text transform="translate(61.9317, 106.0854)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<path transform="translate(61.9317, 88.0012) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(61.9317, 90.0012) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(61.9317, 95.8490)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<path transform="translate(61.9317, 99.4043) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(44.8018, 136.4314)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(107.8563, 136.4314)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(44.8018, 124.4738)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(107.8563, 124.4738)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(119.0961, 124.4738)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(119.0961, 136.4314)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(29.2095, 136.4314)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(58.9456, 124.4738)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 124.4738)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(29.2095, 124.4738)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 136.4314)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(58.9456, 136.4314)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(90.5264, 136.4314)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(90.5264, 124.4738)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(73.1774, 124.4738)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(73.1774, 136.4314)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<line transform="translate(10.0421, 126.4738)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 125.4738)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 124.4738)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 123.4738)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 122.4738)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 138.4314)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 137.4314)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 136.4314)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 135.4314)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 134.4314)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<path transform="translate(100.1805, 125.9738) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(100.1805, 126.9738) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(100.1805, 131.6609)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+to</tspan>
+</text>
+<path transform="translate(100.1805, 135.4314) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(99.7337, 142.1125)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+to</tspan>
+</text>
+<rect transform="translate(101.4236, 124.4738)" x="-0.0725" y="-1.1807" width="0.1451" height="2.4996" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(100.2530, 124.4738)" x="-0.0725" y="2.6811" width="0.1451" height="2.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(96.3362, 136.4314)" x="-0.0725" y="-0.8189" width="0.1451" height="2.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(82.0041, 135.4314) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(81.5171, 142.1125)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in</tspan>
+</text>
+<rect transform="translate(97.5068, 124.4738)" x="-0.0725" y="-2.8158" width="0.1451" height="4.6347" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(83.2472, 124.4738)" x="-0.0725" y="-3.1786" width="0.1451" height="4.4975" ry="0.0471" fill="currentColor"/>
+<text transform="translate(95.7566, 142.1125)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+er</tspan>
+</text>
+<path transform="translate(96.2637, 135.4314) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(95.7566, 131.6609)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+er</tspan>
+</text>
+<rect transform="translate(110.5826, 136.4314)" x="-0.0725" y="-1.2445" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(82.0041, 124.4738) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(82.0041, 125.9738) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(111.8317, 124.4738)" x="-0.0725" y="-1.5000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<text transform="translate(110.5101, 142.1125)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+pray.</tspan>
+</text>
+<path transform="translate(110.5101, 134.9314) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(110.5101, 131.6609)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+pray.</tspan>
+</text>
+<path transform="translate(110.5101, 126.4738) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(105.1365, 124.4738)" x="-0.0725" y="-1.0035" width="0.1451" height="2.8223" ry="0.0471" fill="currentColor"/>
+<path transform="translate(103.8934, 126.4738) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(100.2530, 136.4314)" x="-0.0725" y="-0.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(81.5171, 131.6609)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in</tspan>
+</text>
+<rect transform="translate(93.4579, 124.4738)" x="-0.0725" y="-2.8158" width="0.1451" height="4.6347" ry="0.0471" fill="currentColor"/>
+<text transform="translate(91.2860, 142.1125)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+riv</tspan>
+</text>
+<path transform="translate(92.2148, 135.4314) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(91.2860, 131.6609)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+riv</tspan>
+</text>
+<path transform="translate(92.2148, 126.4738) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(92.2148, 124.9738) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(86.7366, 136.4314)" x="-0.0725" y="-0.8189" width="0.1451" height="2.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(87.9071, 124.4738)" x="-0.0725" y="-2.8214" width="0.1451" height="4.6402" ry="0.0471" fill="currentColor"/>
+<text transform="translate(85.4540, 142.1125)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<path transform="translate(86.6640, 135.4314) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(85.4540, 131.6609)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<rect transform="translate(82.0766, 136.4314)" x="-0.0725" y="-0.8189" width="0.1451" height="2.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(86.6640, 126.4738) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(86.6640, 124.9738) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(96.2637, 126.4738) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(96.2637, 124.9738) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(92.2874, 136.4314)" x="-0.0725" y="-0.8189" width="0.1451" height="2.8189" ry="0.0471" fill="currentColor"/>
+<polygon transform="translate(83.1747, 121.2896)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.7580 0.1755 4.7580 0.5613 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(94.7779, 131.6609)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(82.0041, 138.4314)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.7580 -0.1929 4.7580 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(94.7779, 142.1125)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<path transform="translate(100.1805, 124.4738)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.28160467575121 -2.07073834198792C2.27901972921911 -2.85757745659209 4.15014289739062 -2.69264800930889 4.99453678782731 -1.74346333868435C4.13838451479237 -2.55924925934504 2.26726134662086 -2.72417870662824 1.28160467575121 -2.07073834198792z"/>
+<polygon transform="translate(93.3854, 121.6580)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.1469 -0.1929 4.1469 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(92.2148, 138.4314)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.1469 -0.1929 4.1469 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<path transform="translate(110.5101, 136.4314)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 -2.0C2.80161815909318 -2.93982492016579 9.83233571131676 -2.93982492016579 11.0397810309038 -2.0C9.83233571131676 -2.80590895377924 2.80161815909318 -2.80590895377924 1.59417283950617 -2.0z"/>
+<path transform="translate(110.5101, 124.4738)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.89708641975308 2.75C2.16937753795987 3.70582265170336 10.4645763324501 3.70582265170336 11.7368674506568 2.75C10.4645763324501 3.5719066853168 2.16937753795987 3.5719066853168 0.89708641975308 2.75z"/>
+<polygon transform="translate(101.3510, 123.2896)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.8109 -0.0087 3.8109 0.3771 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(33.4822, 142.1125)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<rect transform="translate(33.4822, 131.6609)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<path transform="translate(60.5871, 136.4314)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.72503623017905 -2.20402244668911C1.87812359130389 -2.98756795085958 4.05411965609175 -2.65005397628555 4.91566994807828 -1.55402244668911C4.03359368823241 -2.51772041781801 1.85759762344454 -2.85523439239204 0.72503623017905 -2.20402244668911z"/>
+<path transform="translate(60.5871, 124.4738)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M2.45019170227012 -1.20402244668911C3.30794742814418 -1.69722664647374 4.53478443266928 -1.39180986618018 5.06119445128351 -0.554022446689113C4.5024339048071 -1.26186014744142 3.275596900282 -1.56727692773498 2.45019170227012 -1.20402244668911z"/>
+<rect transform="translate(121.8224, 136.4314)" x="-0.0725" y="-1.2445" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(123.0715, 124.4738)" x="-0.0725" y="-1.5000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(121.7498, 134.9314) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(121.7498, 126.4738) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(30.8225, 124.4738) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(30.8225, 126.4738) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(30.3958, 131.6609)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+fa</tspan>
+</text>
+<path transform="translate(30.8225, 136.4314) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(30.3958, 142.1125)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+fa</tspan>
+</text>
+<rect transform="translate(32.0656, 124.4738)" x="-0.0725" y="-3.3333" width="0.1451" height="5.1522" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(30.8950, 136.4314)" x="-0.0725" y="0.1811" width="0.1451" height="3.1522" ry="0.0471" fill="currentColor"/>
+<text transform="translate(44.9809, 131.6609)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+let’s</tspan>
+</text>
+<path transform="translate(46.6327, 134.9314) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(44.9809, 142.1125)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+let’s</tspan>
+</text>
+<rect transform="translate(46.7053, 124.4738)" x="-0.0725" y="-0.3189" width="0.1451" height="3.9855" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(46.7053, 136.4314)" x="-0.0725" y="-1.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(37.7156, 124.9738) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(37.7156, 126.4738) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(35.0595, 131.6609)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+thers,</tspan>
+</text>
+<path transform="translate(37.7156, 135.9314) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(35.0595, 142.1125)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+thers,</tspan>
+</text>
+<rect transform="translate(38.9587, 124.4738)" x="-0.0725" y="-3.0000" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(37.7881, 136.4314)" x="-0.0725" y="-0.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(46.6327, 123.9738) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(46.6327, 124.9738) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(8.1141, 121.3836)" font-family="Century Schoolbook L" font-size="1.7463" text-anchor="start" fill="currentColor">
+<tspan>
+91</tspan>
+</text>
+<rect transform="translate(9.9636, 130.4526)" x="0.0000" y="-8.0346" width="0.1786" height="16.0692" ry="0.0558" fill="currentColor"/>
+<path transform="translate(8.7136, 122.1930) scale(0.0040, -0.0040)" d="M448 332c10 0 17 -8 17 -17c0 -3 -1 -6 -3 -9c-96 -144 -210 -362 -381 -362h-81v85c0 15 12 27 27 27h54c157 0 265 136 353 268c3 5 9 8 14 8z" fill="currentColor"/>
+<path transform="translate(8.7136, 138.7122) scale(0.0040, -0.0040)" d="M465 -315c0 -9 -7 -17 -17 -17c-5 0 -11 3 -14 8c-88 132 -196 268 -353 268h-54c-15 0 -27 12 -27 27v85h81c171 0 285 -218 381 -362c2 -3 3 -6 3 -9z" fill="currentColor"/>
+<rect transform="translate(8.7136, 130.4526)" x="0.0000" y="-8.0796" width="0.4500" height="16.1592" ry="0.0000" fill="currentColor"/>
+<path transform="translate(20.5608, 124.4738) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(20.5608, 126.4738) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(19.1892, 131.6609)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Oh,</tspan>
+</text>
+<path transform="translate(20.5608, 136.4314) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(19.1892, 142.1125)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Oh,</tspan>
+</text>
+<rect transform="translate(21.8824, 124.4738)" x="-0.0725" y="-3.3333" width="0.1451" height="5.0779" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(20.6333, 136.4314)" x="-0.0725" y="0.2555" width="0.1451" height="3.0779" ry="0.0471" fill="currentColor"/>
+<path transform="translate(10.8421, 125.4738) scale(0.0040, -0.0040)" d="M378 263c4 0 7 1 11 1c156 0 257 -129 257 -262c0 -76 -34 -154 -108 -210c-22 -17 -46 -29 -72 -37c3 -34 4 -68 4 -102c0 -20 0 -40 -1 -60c-7 -121 -90 -228 -209 -228c-108 0 -196 87 -196 196c0 58 53 104 112 104c54 0 95 -48 95 -104c0 -52 -43 -95 -95 -95
+c-10 0 -20 2 -29 6c26 -38 68 -63 116 -63c96 0 156 91 162 190c1 19 2 37 2 56c0 30 -2 60 -4 90c-29 -5 -58 -8 -88 -8c-188 0 -333 173 -333 375c0 177 130 307 246 442c-20 62 -38 125 -46 190c-6 52 -7 104 -7 157c0 115 55 223 148 290c3 2 7 3 11 3s8 -1 11 -4
+c71 -83 134 -244 134 -357c0 -143 -85 -255 -178 -364c21 -68 40 -137 57 -206zM462 -202c67 24 111 94 111 162c0 89 -65 178 -170 190c24 -115 46 -230 59 -352zM75 26c0 -134 129 -245 263 -245c28 0 55 2 81 6c-14 126 -36 244 -61 363c-79 -8 -124 -61 -124 -119
+c0 -43 25 -89 80 -121c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 89 58 175 161 198c-14 58 -29 116 -46 173c-106 -122 -212 -244 -212 -404zM406 1042c-99 -47 -162 -148 -162 -257c0 -73 20 -132 38 -191
+c79 97 144 199 144 324c0 53 -4 76 -20 124z" fill="currentColor"/>
+<path transform="translate(14.4718, 124.4738) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 122.9738) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 124.9738) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 123.4738) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(10.8421, 137.4314) scale(0.0040, -0.0040)" d="M378 263c4 0 7 1 11 1c156 0 257 -129 257 -262c0 -76 -34 -154 -108 -210c-22 -17 -46 -29 -72 -37c3 -34 4 -68 4 -102c0 -20 0 -40 -1 -60c-7 -121 -90 -228 -209 -228c-108 0 -196 87 -196 196c0 58 53 104 112 104c54 0 95 -48 95 -104c0 -52 -43 -95 -95 -95
+c-10 0 -20 2 -29 6c26 -38 68 -63 116 -63c96 0 156 91 162 190c1 19 2 37 2 56c0 30 -2 60 -4 90c-29 -5 -58 -8 -88 -8c-188 0 -333 173 -333 375c0 177 130 307 246 442c-20 62 -38 125 -46 190c-6 52 -7 104 -7 157c0 115 55 223 148 290c3 2 7 3 11 3s8 -1 11 -4
+c71 -83 134 -244 134 -357c0 -143 -85 -255 -178 -364c21 -68 40 -137 57 -206zM462 -202c67 24 111 94 111 162c0 89 -65 178 -170 190c24 -115 46 -230 59 -352zM75 26c0 -134 129 -245 263 -245c28 0 55 2 81 6c-14 126 -36 244 -61 363c-79 -8 -124 -61 -124 -119
+c0 -43 25 -89 80 -121c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 89 58 175 161 198c-14 58 -29 116 -46 173c-106 -122 -212 -244 -212 -404zM406 1042c-99 -47 -162 -148 -162 -257c0 -73 20 -132 38 -191
+c79 97 144 199 144 324c0 53 -4 76 -20 124z" fill="currentColor"/>
+<text transform="translate(11.7431, 140.9355)" font-family="Century Schoolbook L" font-style="italic" font-size="1.3860" text-anchor="start" fill="currentColor">
+<tspan>
+8</tspan>
+</text>
+<path transform="translate(14.4718, 136.4314) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 134.9314) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 136.9314) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 135.4314) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(74.9619, 123.9738) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(64.8503, 136.4314)" x="-0.0725" y="-0.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(66.5394, 135.9314) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(66.0209, 124.4738)" x="-0.0725" y="-3.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(66.5394, 124.9738) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<path transform="translate(64.7778, 135.9314) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(64.7778, 124.9738) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(74.9619, 124.9738) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(72.5669, 131.6609)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down</tspan>
+</text>
+<path transform="translate(74.9619, 134.9314) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(72.5669, 142.1125)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down</tspan>
+</text>
+<rect transform="translate(75.0344, 124.4738)" x="-0.0725" y="-0.3189" width="0.1451" height="3.9855" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(75.0344, 136.4314)" x="-0.0725" y="-1.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(60.5871, 124.4738) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(53.1450, 136.4314)" x="-0.0725" y="-1.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(53.1450, 124.4738)" x="-0.0725" y="-1.3189" width="0.1451" height="4.9855" ry="0.0471" fill="currentColor"/>
+<text transform="translate(52.4448, 142.1125)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+go</tspan>
+</text>
+<path transform="translate(53.0724, 134.9314) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(52.4448, 131.6609)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+go</tspan>
+</text>
+<path transform="translate(53.0724, 124.9738) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(53.0724, 122.9738) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(60.6597, 124.4738)" x="-0.0725" y="2.2555" width="0.1451" height="2.4112" ry="0.0471" fill="currentColor"/>
+<path transform="translate(61.9028, 121.1458) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(61.8302, 124.4738)" x="-0.0725" y="-3.3750" width="0.1451" height="3.1939" ry="0.0471" fill="currentColor"/>
+<path transform="translate(60.5871, 126.4738) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(60.6597, 136.4314)" x="-0.0725" y="-0.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(60.5871, 142.1125)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<path transform="translate(60.7322, 138.8844) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<path transform="translate(60.5871, 135.4314) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(60.5871, 131.6609)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<rect transform="translate(31.2002, 160.5009)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(31.2002, 172.4787)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(31.2002, 184.5298)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 184.5298)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 172.4787)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 160.5009)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(44.6842, 160.5009)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(44.6842, 172.4787)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(44.6842, 184.5298)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(116.6077, 184.5298)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(116.6077, 172.4787)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(116.6077, 160.5009)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(60.4776, 160.5009)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(102.1991, 184.5298)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(60.4776, 172.4787)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(102.1991, 172.4787)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(60.4776, 184.5298)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(102.1991, 160.5009)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(74.6539, 160.5009)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(74.6539, 172.4787)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(74.6539, 184.5298)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(86.5805, 184.5298)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(86.5805, 172.4787)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(86.5805, 160.5009)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<line transform="translate(10.0421, 186.5298)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 185.5298)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 184.5298)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 183.5298)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 182.5298)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 174.4787)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 173.4787)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 172.4787)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 171.4787)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 170.4787)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 162.5009)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 161.5009)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 160.5009)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 159.5009)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 158.5009)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<path transform="translate(103.7448, 162.0009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(101.8519, 166.5153)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+bout</tspan>
+</text>
+<path transform="translate(103.7448, 171.4787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(103.7448, 172.4787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(101.8519, 178.5665)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+bout</tspan>
+</text>
+<path transform="translate(103.7448, 183.5298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(103.7448, 184.5298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(101.8519, 190.6176)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+bout</tspan>
+</text>
+<rect transform="translate(104.9879, 160.5009)" x="-0.0725" y="-3.3333" width="0.1451" height="4.6522" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(103.8173, 172.4787)" x="-0.0725" y="-0.8189" width="0.1451" height="4.1522" ry="0.0471" fill="currentColor"/>
+<text transform="translate(98.9314, 178.5665)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+a</tspan>
+</text>
+<path transform="translate(98.9564, 182.5298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(98.9564, 184.0298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(98.9314, 190.6176)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+a</tspan>
+</text>
+<rect transform="translate(100.1995, 160.5009)" x="-0.0725" y="-3.4935" width="0.1451" height="3.8124" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(99.0290, 172.4787)" x="-0.0725" y="-1.3189" width="0.1451" height="4.1423" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(99.0290, 184.5298)" x="-0.0725" y="-1.8189" width="0.1451" height="4.6423" ry="0.0471" fill="currentColor"/>
+<path transform="translate(103.7448, 160.5009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(110.8240, 161.0009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(110.8240, 162.5009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(109.0717, 166.5153)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+that</tspan>
+</text>
+<path transform="translate(110.8240, 171.9787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(110.8240, 172.9787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(109.0717, 178.5665)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+that</tspan>
+</text>
+<path transform="translate(110.8240, 184.0298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(110.8240, 185.0298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(109.0717, 190.6176)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+that</tspan>
+</text>
+<rect transform="translate(112.0671, 160.5009)" x="-0.0725" y="-3.0000" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(110.8965, 172.4787)" x="-0.0725" y="-0.3189" width="0.1451" height="3.9855" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(110.8965, 184.5298)" x="-0.0725" y="-0.3189" width="0.1451" height="3.9855" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(103.8173, 184.5298)" x="-0.0725" y="-0.8189" width="0.1451" height="4.1522" ry="0.0471" fill="currentColor"/>
+<path transform="translate(37.2982, 183.5298) scale(0.0040, -0.0040)" d="M364 -156h-353c-6 0 -11 5 -11 11v134c0 6 5 11 11 11h353c6 0 11 -5 11 -11v-134c0 -6 -5 -11 -11 -11z" fill="currentColor"/>
+<path transform="translate(92.2337, 160.5009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(92.2337, 162.0009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(92.2287, 166.5153)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+y</tspan>
+</text>
+<path transform="translate(92.2337, 171.4787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(92.2337, 172.4787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(92.2287, 178.5665)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+y</tspan>
+</text>
+<path transform="translate(92.2337, 183.5298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(92.2337, 184.5298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(92.2287, 190.6176)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+y</tspan>
+</text>
+<rect transform="translate(93.4768, 160.5009)" x="-0.0725" y="-3.0000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(88.1987, 172.4787)" x="-0.0725" y="-0.8189" width="0.1451" height="3.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(88.1987, 184.5298)" x="-0.0725" y="-0.8189" width="0.1451" height="3.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(96.8266, 160.5009)" x="-0.0725" y="-3.1907" width="0.1451" height="4.5096" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(95.6560, 172.4787)" x="-0.0725" y="-0.8189" width="0.1451" height="3.9955" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(95.6560, 184.5298)" x="-0.0725" y="-0.8189" width="0.1451" height="3.9955" ry="0.0471" fill="currentColor"/>
+<path transform="translate(98.9564, 160.0009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(98.9564, 161.0009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(98.9314, 166.5153)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+a</tspan>
+</text>
+<path transform="translate(98.9564, 170.9787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(98.9564, 171.9787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(92.3062, 172.4787)" x="-0.0725" y="-0.8189" width="0.1451" height="3.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(37.2982, 171.4787) scale(0.0040, -0.0040)" d="M364 -156h-353c-6 0 -11 5 -11 11v134c0 6 5 11 11 11h353c6 0 11 -5 11 -11v-134c0 -6 -5 -11 -11 -11z" fill="currentColor"/>
+<rect transform="translate(92.3062, 184.5298)" x="-0.0725" y="-0.8189" width="0.1451" height="3.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(95.5835, 160.5009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(95.5835, 162.0009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(94.8354, 166.5153)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in’</tspan>
+</text>
+<path transform="translate(95.5835, 171.4787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(95.5835, 172.4787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(94.8354, 178.5665)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in’</tspan>
+</text>
+<path transform="translate(95.5835, 183.5298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(95.5835, 184.5298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(94.8354, 190.6176)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in’</tspan>
+</text>
+<polygon transform="translate(123.6634, 187.7140)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.4478 0.1229 3.4478 0.5087 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(123.6634, 175.6629)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.4478 0.1229 3.4478 0.5087 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(124.8339, 157.3167)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.4478 0.1755 3.4478 0.5613 0.0471 0.1929 0.0471 -0.1929"/>
+<path transform="translate(123.6634, 184.5298)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.741355592687725 -2.20402244668911C1.74467703129485 -2.84316793534566 3.39970361874464 -2.5220258900001 4.09117321213019 -1.55402244668911C3.37419430610652 -2.39056197471542 1.71916771865674 -2.71170402006099 0.741355592687725 -2.20402244668911z"/>
+<path transform="translate(123.6634, 172.4787)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.741355592687725 -2.20402244668911C1.74467703129485 -2.84316793534566 3.39970361874464 -2.5220258900001 4.09117321213019 -1.55402244668911C3.37419430610652 -2.39056197471542 1.71916771865674 -2.71170402006099 0.741355592687725 -2.20402244668911z"/>
+<path transform="translate(123.6634, 160.5009)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.593077284522465 2.55402244668911C1.32164086832223 3.48596380839477 2.97394382526268 3.73258961681944 3.94289490396493 3.05402244668911C2.99371336052117 3.60014094174525 1.34141040358073 3.35351513332058 0.593077284522465 2.55402244668911z"/>
+<polygon transform="translate(95.5835, 187.7140)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.4710 -0.5613 3.4710 -0.1755 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(62.0576, 188.0298)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.7837 -0.1929 3.7837 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(62.0576, 175.9787)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.7837 -0.1929 3.7837 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(63.2281, 157.6851)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.7837 -0.1929 3.7837 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(64.4391, 190.6176)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(52.7093, 188.0298)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.3948 -0.1929 4.3948 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(64.4391, 178.5665)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(52.7093, 175.9787)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.3948 -0.1929 4.3948 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(64.4391, 166.5153)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(53.8798, 157.6851)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.3948 -0.1929 4.3948 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(95.5835, 175.6629)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.4710 -0.5613 3.4710 -0.1755 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(96.7541, 157.3167)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.4710 -0.5087 3.4710 -0.1229 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(100.7445, 190.6176)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<rect transform="translate(100.7445, 178.5665)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<rect transform="translate(100.7445, 166.5153)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(88.1262, 187.5298)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.2055 -0.1929 4.2055 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(88.1262, 175.4787)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.2055 -0.1929 4.2055 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(89.2967, 157.5009)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.2055 -0.1929 4.2055 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(93.8648, 190.6176)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<rect transform="translate(93.8648, 178.5665)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<rect transform="translate(93.8648, 166.5153)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<rect transform="translate(91.4316, 190.6176)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<rect transform="translate(91.4316, 178.5665)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<rect transform="translate(91.4316, 166.5153)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<rect transform="translate(118.3488, 184.5298)" x="-0.0725" y="-1.8189" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(123.6634, 160.5009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(123.6634, 162.0009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(118.2762, 160.0009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(118.2762, 161.0009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(116.3231, 166.5153)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+good</tspan>
+</text>
+<path transform="translate(118.2762, 170.9787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(118.2762, 171.9787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(116.3231, 178.5665)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+good</tspan>
+</text>
+<path transform="translate(118.2762, 182.5298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(118.2762, 184.0298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(116.3231, 190.6176)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+good</tspan>
+</text>
+<rect transform="translate(118.3488, 160.5009)" x="-0.0725" y="-0.3189" width="0.1451" height="3.9855" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(118.3488, 172.4787)" x="-0.0725" y="-1.3189" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(127.0132, 161.0009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(127.0132, 162.5009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(127.0132, 171.9787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(127.0132, 172.9787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(127.0132, 184.0298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(127.0132, 185.0298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(128.2563, 160.5009)" x="-0.0725" y="-2.8234" width="0.1451" height="4.6423" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(127.0857, 172.4787)" x="-0.0725" y="-0.3189" width="0.1451" height="3.8123" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(127.0857, 184.5298)" x="-0.0725" y="-0.3189" width="0.1451" height="3.8123" ry="0.0471" fill="currentColor"/>
+<text transform="translate(123.6634, 166.5153)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+old</tspan>
+</text>
+<path transform="translate(123.6634, 171.4787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(123.6634, 172.4787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(123.6634, 178.5665)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+old</tspan>
+</text>
+<path transform="translate(123.6634, 183.5298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(123.6634, 184.5298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(123.6634, 190.6176)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+old</tspan>
+</text>
+<rect transform="translate(124.9065, 160.5009)" x="-0.0725" y="-3.1766" width="0.1451" height="4.4954" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(123.7359, 172.4787)" x="-0.0725" y="-0.8189" width="0.1451" height="4.0096" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(123.7359, 184.5298)" x="-0.0725" y="-0.8189" width="0.1451" height="4.0096" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(46.4658, 184.5298)" x="-0.0725" y="-0.3189" width="0.1451" height="3.9855" ry="0.0471" fill="currentColor"/>
+<path transform="translate(52.7093, 161.0009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(46.3933, 161.0009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(46.3933, 162.5009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(43.9983, 166.5153)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down</tspan>
+</text>
+<path transform="translate(46.3933, 171.9787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(46.3933, 172.9787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(46.3281, 169.2204) scale(0.0040, -0.0040)" d="M233 243c-56 0 -102 -108 -102 -174c0 -22 8 -38 30 -38c63 0 97 127 97 179c0 18 -7 33 -25 33zM111 -146c-37 0 -76 5 -114 5s-79 -5 -115 -5c-9 0 -14 8 -14 15c0 19 30 16 48 17c23 1 47 7 54 27l101 296c2 7 5 14 5 20c0 8 -3 14 -11 14c-33 0 -61 -60 -77 -97
+c-5 -13 -17 -19 -26 -19c-8 0 -15 5 -15 13c0 3 1 7 2 10c30 68 73 142 133 142c35 0 58 -22 65 -52c29 31 67 52 103 52c69 0 107 -49 107 -114c0 -21 -4 -44 -12 -67c-20 -58 -91 -120 -147 -120c-27 0 -52 6 -73 18c-10 6 -24 3 -27 -6l-27 -80c-1 -3 -2 -6 -2 -9
+c0 -21 20 -28 43 -30c9 -1 13 -8 13 -15s-5 -15 -14 -15z" fill="currentColor"/>
+<text transform="translate(43.9983, 178.5665)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down</tspan>
+</text>
+<path transform="translate(46.3933, 184.0298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(46.3933, 185.0298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(46.3281, 181.2715) scale(0.0040, -0.0040)" d="M233 243c-56 0 -102 -108 -102 -174c0 -22 8 -38 30 -38c63 0 97 127 97 179c0 18 -7 33 -25 33zM111 -146c-37 0 -76 5 -114 5s-79 -5 -115 -5c-9 0 -14 8 -14 15c0 19 30 16 48 17c23 1 47 7 54 27l101 296c2 7 5 14 5 20c0 8 -3 14 -11 14c-33 0 -61 -60 -77 -97
+c-5 -13 -17 -19 -26 -19c-8 0 -15 5 -15 13c0 3 1 7 2 10c30 68 73 142 133 142c35 0 58 -22 65 -52c29 31 67 52 103 52c69 0 107 -49 107 -114c0 -21 -4 -44 -12 -67c-20 -58 -91 -120 -147 -120c-27 0 -52 6 -73 18c-10 6 -24 3 -27 -6l-27 -80c-1 -3 -2 -6 -2 -9
+c0 -21 20 -28 43 -30c9 -1 13 -8 13 -15s-5 -15 -14 -15z" fill="currentColor"/>
+<text transform="translate(43.9983, 190.6176)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down</tspan>
+</text>
+<rect transform="translate(47.6364, 160.5009)" x="-0.0725" y="-3.0000" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(46.4658, 172.4787)" x="-0.0725" y="-0.3189" width="0.1451" height="3.9855" ry="0.0471" fill="currentColor"/>
+<path transform="translate(57.0061, 161.0009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(57.0061, 162.5009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(55.7961, 166.5153)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<path transform="translate(57.0061, 171.9787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(57.0061, 172.9787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(55.7961, 178.5665)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<path transform="translate(57.0061, 184.0298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(57.0061, 185.0298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(55.7961, 190.6176)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<rect transform="translate(58.2492, 160.5009)" x="-0.0725" y="-2.8158" width="0.1451" height="4.6347" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(57.0786, 172.4787)" x="-0.0725" y="-0.3189" width="0.1451" height="3.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(57.0786, 184.5298)" x="-0.0725" y="-0.3189" width="0.1451" height="3.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(52.7093, 162.5009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(52.2223, 166.5153)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in</tspan>
+</text>
+<path transform="translate(52.7093, 171.9787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(52.7093, 172.9787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(52.2223, 178.5665)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in</tspan>
+</text>
+<path transform="translate(52.7093, 184.0298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(52.7093, 185.0298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(52.2223, 190.6176)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in</tspan>
+</text>
+<rect transform="translate(53.9524, 160.5009)" x="-0.0725" y="-2.8158" width="0.1451" height="4.6347" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(52.7818, 172.4787)" x="-0.0725" y="-0.3189" width="0.1451" height="3.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(52.7818, 184.5298)" x="-0.0725" y="-0.3189" width="0.1451" height="3.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(23.8805, 183.5298) scale(0.0040, -0.0040)" d="M364 -156h-353c-6 0 -11 5 -11 11v134c0 6 5 11 11 11h353c6 0 11 -5 11 -11v-134c0 -6 -5 -11 -11 -11z" fill="currentColor"/>
+<text transform="translate(8.1141, 157.4107)" font-family="Century Schoolbook L" font-size="1.7463" text-anchor="start" fill="currentColor">
+<tspan>
+99</tspan>
+</text>
+<path transform="translate(10.8421, 161.5009) scale(0.0040, -0.0040)" d="M378 263c4 0 7 1 11 1c156 0 257 -129 257 -262c0 -76 -34 -154 -108 -210c-22 -17 -46 -29 -72 -37c3 -34 4 -68 4 -102c0 -20 0 -40 -1 -60c-7 -121 -90 -228 -209 -228c-108 0 -196 87 -196 196c0 58 53 104 112 104c54 0 95 -48 95 -104c0 -52 -43 -95 -95 -95
+c-10 0 -20 2 -29 6c26 -38 68 -63 116 -63c96 0 156 91 162 190c1 19 2 37 2 56c0 30 -2 60 -4 90c-29 -5 -58 -8 -88 -8c-188 0 -333 173 -333 375c0 177 130 307 246 442c-20 62 -38 125 -46 190c-6 52 -7 104 -7 157c0 115 55 223 148 290c3 2 7 3 11 3s8 -1 11 -4
+c71 -83 134 -244 134 -357c0 -143 -85 -255 -178 -364c21 -68 40 -137 57 -206zM462 -202c67 24 111 94 111 162c0 89 -65 178 -170 190c24 -115 46 -230 59 -352zM75 26c0 -134 129 -245 263 -245c28 0 55 2 81 6c-14 126 -36 244 -61 363c-79 -8 -124 -61 -124 -119
+c0 -43 25 -89 80 -121c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 89 58 175 161 198c-14 58 -29 116 -46 173c-106 -122 -212 -244 -212 -404zM406 1042c-99 -47 -162 -148 -162 -257c0 -73 20 -132 38 -191
+c79 97 144 199 144 324c0 53 -4 76 -20 124z" fill="currentColor"/>
+<path transform="translate(14.4718, 160.5009) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 159.0009) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 161.0009) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 159.5009) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(10.8421, 173.4787) scale(0.0040, -0.0040)" d="M378 263c4 0 7 1 11 1c156 0 257 -129 257 -262c0 -76 -34 -154 -108 -210c-22 -17 -46 -29 -72 -37c3 -34 4 -68 4 -102c0 -20 0 -40 -1 -60c-7 -121 -90 -228 -209 -228c-108 0 -196 87 -196 196c0 58 53 104 112 104c54 0 95 -48 95 -104c0 -52 -43 -95 -95 -95
+c-10 0 -20 2 -29 6c26 -38 68 -63 116 -63c96 0 156 91 162 190c1 19 2 37 2 56c0 30 -2 60 -4 90c-29 -5 -58 -8 -88 -8c-188 0 -333 173 -333 375c0 177 130 307 246 442c-20 62 -38 125 -46 190c-6 52 -7 104 -7 157c0 115 55 223 148 290c3 2 7 3 11 3s8 -1 11 -4
+c71 -83 134 -244 134 -357c0 -143 -85 -255 -178 -364c21 -68 40 -137 57 -206zM462 -202c67 24 111 94 111 162c0 89 -65 178 -170 190c24 -115 46 -230 59 -352zM75 26c0 -134 129 -245 263 -245c28 0 55 2 81 6c-14 126 -36 244 -61 363c-79 -8 -124 -61 -124 -119
+c0 -43 25 -89 80 -121c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 89 58 175 161 198c-14 58 -29 116 -46 173c-106 -122 -212 -244 -212 -404zM406 1042c-99 -47 -162 -148 -162 -257c0 -73 20 -132 38 -191
+c79 97 144 199 144 324c0 53 -4 76 -20 124z" fill="currentColor"/>
+<text transform="translate(11.7431, 176.9827)" font-family="Century Schoolbook L" font-style="italic" font-size="1.3860" text-anchor="start" fill="currentColor">
+<tspan>
+8</tspan>
+</text>
+<path transform="translate(14.4718, 172.4787) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 170.9787) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 172.9787) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 171.4787) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(10.8421, 183.5298) scale(0.0040, -0.0040)" d="M558 -125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM558 125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM231 264c172 0 294 -88 294 -251c0 -263 -262 -416 -515 -523c-3 -3 -7 -4 -10 -4c-7 0 -14 7 -14 14c0 3 1 7 4 10
+c201 118 410 265 410 492c0 119 -61 234 -169 234c-72 0 -124 -53 -148 -123c10 4 19 6 29 6c55 0 100 -45 100 -100c0 -58 -44 -106 -100 -106c-60 0 -112 47 -112 106c0 133 101 245 231 245z" fill="currentColor"/>
+<path transform="translate(14.4718, 185.5298) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 184.0298) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 186.0298) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 184.5298) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(8.7136, 158.2201) scale(0.0040, -0.0040)" d="M448 332c10 0 17 -8 17 -17c0 -3 -1 -6 -3 -9c-96 -144 -210 -362 -381 -362h-81v85c0 15 12 27 27 27h54c157 0 265 136 353 268c3 5 9 8 14 8z" fill="currentColor"/>
+<path transform="translate(8.7136, 186.8106) scale(0.0040, -0.0040)" d="M465 -315c0 -9 -7 -17 -17 -17c-5 0 -11 3 -14 8c-88 132 -196 268 -353 268h-54c-15 0 -27 12 -27 27v85h81c171 0 285 -218 381 -362c2 -3 3 -6 3 -9z" fill="currentColor"/>
+<rect transform="translate(8.7136, 172.5154)" x="0.0000" y="-14.1153" width="0.4500" height="28.2305" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(9.9636, 172.5154)" x="0.0000" y="-14.0703" width="0.1786" height="28.1405" ry="0.0558" fill="currentColor"/>
+<path transform="translate(23.8805, 171.4787) scale(0.0040, -0.0040)" d="M364 -156h-353c-6 0 -11 5 -11 11v134c0 6 5 11 11 11h353c6 0 11 -5 11 -11v-134c0 -6 -5 -11 -11 -11z" fill="currentColor"/>
+<path transform="translate(38.0774, 162.0009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(35.9033, 166.5153)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+went</tspan>
+</text>
+<rect transform="translate(39.3205, 160.5009)" x="-0.0725" y="-2.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(20.5608, 160.5009) scale(0.0040, -0.0040)" d="M-24 -117c0 29 13 42 43 42c31 0 74 -11 113 -27l-129 154c-7 9 -11 18 -11 26c0 34 51 66 88 100c24 22 37 52 37 82c0 25 -9 49 -26 69l-33 40c-3 4 -4 7 -4 11c0 9 9 17 18 17c4 0 8 -2 12 -6l150 -179c7 -9 11 -18 11 -26c0 -34 -51 -65 -88 -99
+c-24 -22 -37 -53 -37 -83c0 -25 8 -49 25 -69l82 -97c3 -4 4 -7 4 -11c0 -9 -8 -17 -17 -17c-4 0 -9 2 -13 6c-17 20 -60 36 -93 36c-41 0 -54 -25 -54 -66c0 -34 10 -73 27 -93c5 -6 0 -14 -6 -14c-2 0 -4 1 -6 3c-45 53 -93 147 -93 201z" fill="currentColor"/>
+<path transform="translate(25.5791, 162.5009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(25.5139, 157.2426) scale(0.0040, -0.0040)" d="M233 243c-56 0 -102 -108 -102 -174c0 -22 8 -38 30 -38c63 0 97 127 97 179c0 18 -7 33 -25 33zM111 -146c-37 0 -76 5 -114 5s-79 -5 -115 -5c-9 0 -14 8 -14 15c0 19 30 16 48 17c23 1 47 7 54 27l101 296c2 7 5 14 5 20c0 8 -3 14 -11 14c-33 0 -61 -60 -77 -97
+c-5 -13 -17 -19 -26 -19c-8 0 -15 5 -15 13c0 3 1 7 2 10c30 68 73 142 133 142c35 0 58 -22 65 -52c29 31 67 52 103 52c69 0 107 -49 107 -114c0 -21 -4 -44 -12 -67c-20 -58 -91 -120 -147 -120c-27 0 -52 6 -73 18c-10 6 -24 3 -27 -6l-27 -80c-1 -3 -2 -6 -2 -9
+c0 -21 20 -28 43 -30c9 -1 13 -8 13 -15s-5 -15 -14 -15z" fill="currentColor"/>
+<text transform="translate(24.7909, 166.5153)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+As</tspan>
+</text>
+<rect transform="translate(26.8222, 160.5009)" x="-0.0725" y="-1.5000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(32.6250, 162.5009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(32.7808, 166.5153)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+I</tspan>
+</text>
+<rect transform="translate(33.8681, 160.5009)" x="-0.0725" y="-1.5000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(76.1782, 171.9787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(76.1782, 172.9787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(73.9037, 178.5665)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+pray,</tspan>
+</text>
+<path transform="translate(76.1782, 184.0298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(76.1782, 185.0298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(73.9037, 190.6176)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+pray,</tspan>
+</text>
+<rect transform="translate(77.4213, 160.5009)" x="-0.0725" y="-3.0000" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(76.2507, 172.4787)" x="-0.0725" y="-0.3189" width="0.1451" height="3.9855" ry="0.0471" fill="currentColor"/>
+<path transform="translate(69.2970, 162.5009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(68.8502, 166.5153)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+to</tspan>
+</text>
+<path transform="translate(69.2970, 171.9787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(69.2970, 172.9787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(68.8502, 178.5665)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+to</tspan>
+</text>
+<path transform="translate(69.2970, 184.0298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(69.2970, 185.0298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(68.8502, 190.6176)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+to</tspan>
+</text>
+<rect transform="translate(70.5401, 160.5009)" x="-0.0725" y="-3.0000" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(69.3696, 172.4787)" x="-0.0725" y="-0.3189" width="0.1451" height="3.9855" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(69.3696, 184.5298)" x="-0.0725" y="-0.3189" width="0.1451" height="3.9855" ry="0.0471" fill="currentColor"/>
+<path transform="translate(76.1782, 161.0009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(76.1782, 162.5009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(73.9037, 166.5153)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+pray,</tspan>
+</text>
+<path transform="translate(88.1262, 160.5009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(88.1262, 162.0009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(86.2735, 166.5153)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+stud</tspan>
+</text>
+<path transform="translate(88.1262, 171.4787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(88.1262, 172.4787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(86.2735, 178.5665)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+stud</tspan>
+</text>
+<path transform="translate(88.1262, 183.5298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(88.1262, 184.5298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(86.2735, 190.6176)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+stud</tspan>
+</text>
+<rect transform="translate(89.3693, 160.5009)" x="-0.0725" y="-3.0000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(76.2507, 184.5298)" x="-0.0725" y="-0.3189" width="0.1451" height="3.9855" ry="0.0471" fill="currentColor"/>
+<path transform="translate(81.5622, 160.5009) scale(0.0040, -0.0040)" d="M-24 -117c0 29 13 42 43 42c31 0 74 -11 113 -27l-129 154c-7 9 -11 18 -11 26c0 34 51 66 88 100c24 22 37 52 37 82c0 25 -9 49 -26 69l-33 40c-3 4 -4 7 -4 11c0 9 9 17 18 17c4 0 8 -2 12 -6l150 -179c7 -9 11 -18 11 -26c0 -34 -51 -65 -88 -99
+c-24 -22 -37 -53 -37 -83c0 -25 8 -49 25 -69l82 -97c3 -4 4 -7 4 -11c0 -9 -8 -17 -17 -17c-4 0 -9 2 -13 6c-17 20 -60 36 -93 36c-41 0 -54 -25 -54 -66c0 -34 10 -73 27 -93c5 -6 0 -14 -6 -14c-2 0 -4 1 -6 3c-45 53 -93 147 -93 201z" fill="currentColor"/>
+<path transform="translate(81.5622, 172.4787) scale(0.0040, -0.0040)" d="M-24 -117c0 29 13 42 43 42c31 0 74 -11 113 -27l-129 154c-7 9 -11 18 -11 26c0 34 51 66 88 100c24 22 37 52 37 82c0 25 -9 49 -26 69l-33 40c-3 4 -4 7 -4 11c0 9 9 17 18 17c4 0 8 -2 12 -6l150 -179c7 -9 11 -18 11 -26c0 -34 -51 -65 -88 -99
+c-24 -22 -37 -53 -37 -83c0 -25 8 -49 25 -69l82 -97c3 -4 4 -7 4 -11c0 -9 -8 -17 -17 -17c-4 0 -9 2 -13 6c-17 20 -60 36 -93 36c-41 0 -54 -25 -54 -66c0 -34 10 -73 27 -93c5 -6 0 -14 -6 -14c-2 0 -4 1 -6 3c-45 53 -93 147 -93 201z" fill="currentColor"/>
+<path transform="translate(81.5622, 184.5298) scale(0.0040, -0.0040)" d="M-24 -117c0 29 13 42 43 42c31 0 74 -11 113 -27l-129 154c-7 9 -11 18 -11 26c0 34 51 66 88 100c24 22 37 52 37 82c0 25 -9 49 -26 69l-33 40c-3 4 -4 7 -4 11c0 9 9 17 18 17c4 0 8 -2 12 -6l150 -179c7 -9 11 -18 11 -26c0 -34 -51 -65 -88 -99
+c-24 -22 -37 -53 -37 -83c0 -25 8 -49 25 -69l82 -97c3 -4 4 -7 4 -11c0 -9 -8 -17 -17 -17c-4 0 -9 2 -13 6c-17 20 -60 36 -93 36c-41 0 -54 -25 -54 -66c0 -34 10 -73 27 -93c5 -6 0 -14 -6 -14c-2 0 -4 1 -6 3c-45 53 -93 147 -93 201z" fill="currentColor"/>
+<rect transform="translate(62.1301, 172.4787)" x="-0.0725" y="-0.3189" width="0.1451" height="3.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(62.1301, 184.5298)" x="-0.0725" y="-0.3189" width="0.1451" height="3.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(62.0576, 161.0009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(62.0576, 162.5009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(61.1287, 166.5153)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+riv</tspan>
+</text>
+<path transform="translate(62.0576, 171.9787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(62.0576, 172.9787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(61.1287, 178.5665)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+riv</tspan>
+</text>
+<path transform="translate(62.0576, 184.0298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(62.0576, 185.0298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(61.1287, 190.6176)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+riv</tspan>
+</text>
+<rect transform="translate(63.3007, 160.5009)" x="-0.0725" y="-2.8158" width="0.1451" height="4.6347" ry="0.0471" fill="currentColor"/>
+<text transform="translate(65.2362, 190.6176)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+er</tspan>
+</text>
+<rect transform="translate(66.9864, 160.5009)" x="-0.0725" y="-2.8158" width="0.1451" height="4.6347" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(65.8158, 172.4787)" x="-0.0725" y="-0.3189" width="0.1451" height="3.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(65.8158, 184.5298)" x="-0.0725" y="-0.3189" width="0.1451" height="3.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(69.2970, 161.0009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(65.7433, 161.0009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(65.7433, 162.5009) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(65.2362, 166.5153)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+er</tspan>
+</text>
+<path transform="translate(65.7433, 171.9787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(65.7433, 185.0298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(65.7433, 172.9787) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(65.7433, 184.0298) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(65.2362, 178.5665)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+er</tspan>
+</text>
+</svg>
diff --git a/hr/stch/fertig/down/down-page-3.svg b/hr/stch/fertig/down/down-page-3.svg
new file mode 100644
index 0000000..47000fb
--- /dev/null
+++ b/hr/stch/fertig/down/down-page-3.svg
@@ -0,0 +1,1816 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="210.00mm" height="297.00mm" viewBox="0 0 140.5901 198.8346">
+<!-- Page: 3/4 -->
+<text transform="translate(10.0421, 8.2613)" font-family="Century Schoolbook L" font-size="2.2000" text-anchor="start" fill="currentColor">
+<tspan>
+ </tspan>
+</text>
+<text transform="translate(129.3429, 8.2613)" font-family="Century Schoolbook L" font-size="2.2000" text-anchor="start" fill="currentColor">
+<tspan>
+3</tspan>
+</text>
+<rect transform="translate(111.2701, 26.1479)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(69.6283, 26.1479)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(46.1366, 37.7858)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(69.6283, 13.6369)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(111.2701, 37.7858)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(32.6162, 37.7858)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(87.2143, 13.6369)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(120.1610, 13.6369)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(32.6162, 26.1479)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(87.2143, 26.1479)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(96.2262, 37.7858)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(120.1610, 26.1479)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(32.6162, 13.6369)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(87.2143, 37.7858)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 37.7858)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(120.1610, 37.7858)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(57.5994, 37.7858)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(96.2262, 26.1479)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 26.1479)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 13.6369)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(57.5994, 13.6369)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(57.5994, 26.1479)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(96.2262, 13.6369)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(10.0421, 29.1479)" x="30.0203" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(10.0421, 16.6369)" x="23.5358" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(10.0421, 16.6369)" x="30.0203" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(10.0421, 16.6369)" x="31.2634" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(10.0421, 16.6369)" x="37.1380" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(10.0421, 16.6369)" x="103.1626" y="-0.1058" width="2.0913" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(10.0421, 16.6369)" x="111.0731" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<line transform="translate(10.0421, 15.6369)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 14.6369)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 13.6369)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 12.6369)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 11.6369)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 28.1479)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 27.1479)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 26.1479)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 25.1479)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 24.1479)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(111.2701, 13.6369)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(69.6283, 37.7858)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<line transform="translate(10.0421, 39.7858)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 38.7858)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 37.7858)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 36.7858)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 35.7858)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(46.1366, 26.1479)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(46.1366, 13.6369)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<path transform="translate(97.8043, 41.1137) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<rect transform="translate(97.7318, 37.7858)" x="-0.0725" y="-0.8189" width="0.1451" height="4.1939" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(109.4065, 37.7858)" x="-0.0725" y="-3.3750" width="0.1451" height="4.1939" ry="0.0471" fill="currentColor"/>
+<path transform="translate(97.8043, 41.1137) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<path transform="translate(109.4790, 23.1949) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<path transform="translate(109.4790, 23.1949) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<path transform="translate(98.9749, 10.6840) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<path transform="translate(109.4790, 34.4579) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(97.7318, 26.1479)" x="-0.0725" y="-0.8189" width="0.1451" height="4.5689" ry="0.0471" fill="currentColor"/>
+<path transform="translate(97.8043, 29.8508) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<path transform="translate(97.8043, 29.8508) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<path transform="translate(109.4790, 34.4579) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(103.2778, 37.7858)" x="-0.0725" y="-0.8189" width="0.1451" height="4.1522" ry="0.0471" fill="currentColor"/>
+<path transform="translate(108.1634, 15.1369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(108.1634, 16.1369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(106.9533, 20.9847)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<path transform="translate(109.4790, 11.6840) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<path transform="translate(108.1634, 26.6479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(108.1634, 27.6479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(106.9533, 32.2456)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<path transform="translate(108.1634, 37.7858) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(108.1634, 38.7858) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(106.9533, 43.8002)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<rect transform="translate(109.4065, 13.6369)" x="-0.0725" y="-2.0000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(109.4790, 11.6840) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<path transform="translate(103.2052, 14.1369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(103.2052, 15.1369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(102.1358, 20.9847)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+me</tspan>
+</text>
+<path transform="translate(103.2052, 25.1479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(103.2052, 26.6479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(109.4065, 26.1479)" x="-0.0725" y="-3.0000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(102.1358, 32.2456)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+me</tspan>
+</text>
+<path transform="translate(103.2052, 36.7858) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(103.2052, 37.7858) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(102.1358, 43.8002)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+me</tspan>
+</text>
+<rect transform="translate(104.4483, 13.6369)" x="-0.0725" y="-3.0000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(103.2778, 26.1479)" x="-0.0725" y="-0.8189" width="0.1451" height="4.4855" ry="0.0471" fill="currentColor"/>
+<path transform="translate(82.2443, 26.6479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(79.9899, 32.2456)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Good</tspan>
+</text>
+<path transform="translate(82.2443, 37.2858) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(82.2443, 38.2858) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(79.9899, 43.8002)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Good</tspan>
+</text>
+<rect transform="translate(83.4874, 13.6369)" x="-0.0725" y="-3.0000" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(82.3169, 26.1479)" x="-0.0725" y="-0.3189" width="0.1451" height="3.9855" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(82.3169, 37.7858)" x="-0.0725" y="-0.3189" width="0.1451" height="3.9855" ry="0.0471" fill="currentColor"/>
+<path transform="translate(89.6842, 13.6369) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(89.6842, 15.1369) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(87.3486, 20.9847)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Lord,</tspan>
+</text>
+<path transform="translate(89.6842, 25.1479) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(89.6842, 26.1479) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(87.3486, 32.2456)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Lord,</tspan>
+</text>
+<path transform="translate(89.6842, 36.7858) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(76.6597, 36.7858) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(76.6597, 37.7858) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(77.9028, 13.6369)" x="-0.0725" y="-3.1882" width="0.1451" height="4.5071" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(76.7323, 26.1479)" x="-0.0725" y="-0.8189" width="0.1451" height="3.8165" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(76.7323, 37.7858)" x="-0.0725" y="-0.8189" width="0.1451" height="3.8165" ry="0.0471" fill="currentColor"/>
+<path transform="translate(82.2443, 14.1369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(82.2443, 15.6369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(79.9899, 20.9847)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Good</tspan>
+</text>
+<path transform="translate(82.2443, 25.6479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(97.6592, 14.1369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(97.6592, 15.1369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(95.4048, 20.9847)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+show</tspan>
+</text>
+<path transform="translate(97.6592, 25.1479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(97.6592, 26.6479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(95.4048, 32.2456)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+show</tspan>
+</text>
+<path transform="translate(97.6592, 36.7858) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(97.6592, 37.7858) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(95.4048, 43.8002)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+show</tspan>
+</text>
+<rect transform="translate(98.9023, 13.6369)" x="-0.0725" y="-3.0000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(98.9749, 10.6840) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<path transform="translate(89.6842, 37.7858) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(87.3486, 43.8002)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Lord,</tspan>
+</text>
+<rect transform="translate(91.0059, 13.6369)" x="-0.0725" y="-3.3333" width="0.1451" height="4.5779" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(89.7568, 26.1479)" x="-0.0725" y="-0.7445" width="0.1451" height="4.0779" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(89.7568, 37.7858)" x="-0.0725" y="-0.7445" width="0.1451" height="4.0779" ry="0.0471" fill="currentColor"/>
+<path transform="translate(113.5533, 37.7858)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.58577335508515 2.87351276775402 6.69928626673477 2.87351276775402 7.69088678231375 2.0C6.69928626673477 2.73959680136746 2.58577335508515 2.73959680136746 1.59417283950617 2.0z"/>
+<path transform="translate(113.5533, 37.7858)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -0.225C2.75492945106974 -1.11316082114538 7.31541053744229 -1.11316082114538 8.34870496413193 -0.225C7.31541053744229 -0.979244854758822 2.75492945106974 -0.979244854758822 1.72163502438012 -0.225z"/>
+<path transform="translate(113.5533, 26.1479)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.89708641975308 2.75C1.98876921474988 3.65707656016488 7.25702216913513 3.65707656016488 8.34870496413193 2.75C7.25702216913513 3.52316059377833 1.98876921474988 3.52316059377833 0.89708641975308 2.75z"/>
+<path transform="translate(113.5533, 26.1479)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -0.225C2.75492945106974 -1.11316082114538 7.31541053744229 -1.11316082114538 8.34870496413193 -0.225C7.31541053744229 -0.979244854758822 2.75492945106974 -0.979244854758822 1.72163502438012 -0.225z"/>
+<path transform="translate(113.5533, 13.6369)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.89708641975308 3.75C1.98876921474988 4.65707656016488 7.25702216913513 4.65707656016488 8.34870496413193 3.75C7.25702216913513 4.52316059377833 1.98876921474988 4.52316059377833 0.89708641975308 3.75z"/>
+<path transform="translate(113.5533, 13.6369)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 1.25C2.75492945106974 0.361839178854624 7.31541053744229 0.361839178854624 8.34870496413193 1.25C7.31541053744229 0.495755145241178 2.75492945106974 0.495755145241178 1.72163502438012 1.25z"/>
+<polygon transform="translate(27.5531, 22.9637)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.0899 0.1755 3.0899 0.5613 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(27.5531, 12.4527)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.0899 -0.0087 3.0899 0.3771 0.0471 0.1929 0.0471 -0.1929"/>
+<path transform="translate(26.3825, 26.1479)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.585530796490648 2.55402244668911C1.2371808761284 3.42425113063847 2.67818353048068 3.6650720953851 3.57738546302344 3.05402244668911C2.70025749103222 3.53298793161512 1.25925483667994 3.29216696686849 0.585530796490648 2.55402244668911z"/>
+<path transform="translate(26.3825, 13.6369)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.29055671065335 -2.06994223395386C2.14796610014952 -2.72752385994984 3.58657162867654 -2.57092231659815 4.28241137718614 -1.74425944671841C3.57207961745982 -2.43779280197371 2.1334740889328 -2.5943943453254 1.29055671065335 -2.06994223395386z"/>
+<polygon transform="translate(71.0752, 40.6016)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="5.6826 -0.0087 5.6826 0.3771 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(71.0752, 28.9637)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="5.6826 -0.0087 5.6826 0.3771 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(72.2457, 10.1369)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="5.6826 0.1229 5.6826 0.5087 0.0471 0.1929 0.0471 -0.1929"/>
+<path transform="translate(71.0752, 37.7858)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.723807015565242 -3.05402244668911C2.13191548980633 -3.98554173762402 5.24117910847459 -3.51229621684408 6.30837984260943 -2.20402244668911C5.22102849842867 -3.37990498236074 2.1117648797604 -3.85315050314068 0.723807015565242 -3.05402244668911z"/>
+<path transform="translate(71.0752, 26.1479)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.685249169549181 -2.55402244668911C1.99705373541639 -3.60080044053419 5.09897764180624 -3.40639463710749 6.26982199659336 -2.20402244668911C5.09060120740734 -3.27274090016008 1.98867730101749 -3.46714670358678 0.685249169549181 -2.55402244668911z"/>
+<path transform="translate(71.0752, 13.6369)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.580519639632982 1.55402244668911C1.61634511635018 2.89309865765155 4.72896548041504 3.45045916855608 6.16509246667717 2.55402244668911C4.75256966755166 3.31863986646847 1.6399493034868 2.76127935556394 0.580519639632982 1.55402244668911z"/>
+<rect transform="translate(114.8749, 37.7858)" x="-0.0725" y="-3.0000" width="0.1451" height="4.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(121.4442, 15.6369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(121.4442, 16.6369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(121.4442, 26.6479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(121.4442, 28.1479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(121.4442, 38.2858) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(113.5533, 15.6369) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(113.5533, 16.6369) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(113.5533, 20.9847)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+way.</tspan>
+</text>
+<path transform="translate(113.5533, 26.6479) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(113.5533, 28.1479) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(113.5533, 32.2456)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+way.</tspan>
+</text>
+<path transform="translate(113.5533, 38.2858) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(113.5533, 39.2858) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(113.5533, 43.8002)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+way.</tspan>
+</text>
+<rect transform="translate(114.8749, 13.6369)" x="-0.0725" y="-1.5000" width="0.1451" height="4.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(114.8749, 26.1479)" x="-0.0725" y="-3.0000" width="0.1451" height="4.7445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(126.0729, 13.6369) scale(0.0040, -0.0040)" d="M-24 -117c0 29 13 42 43 42c31 0 74 -11 113 -27l-129 154c-7 9 -11 18 -11 26c0 34 51 66 88 100c24 22 37 52 37 82c0 25 -9 49 -26 69l-33 40c-3 4 -4 7 -4 11c0 9 9 17 18 17c4 0 8 -2 12 -6l150 -179c7 -9 11 -18 11 -26c0 -34 -51 -65 -88 -99
+c-24 -22 -37 -53 -37 -83c0 -25 8 -49 25 -69l82 -97c3 -4 4 -7 4 -11c0 -9 -8 -17 -17 -17c-4 0 -9 2 -13 6c-17 20 -60 36 -93 36c-41 0 -54 -25 -54 -66c0 -34 10 -73 27 -93c5 -6 0 -14 -6 -14c-2 0 -4 1 -6 3c-45 53 -93 147 -93 201z" fill="currentColor"/>
+<path transform="translate(126.0729, 26.1479) scale(0.0040, -0.0040)" d="M-24 -117c0 29 13 42 43 42c31 0 74 -11 113 -27l-129 154c-7 9 -11 18 -11 26c0 34 51 66 88 100c24 22 37 52 37 82c0 25 -9 49 -26 69l-33 40c-3 4 -4 7 -4 11c0 9 9 17 18 17c4 0 8 -2 12 -6l150 -179c7 -9 11 -18 11 -26c0 -34 -51 -65 -88 -99
+c-24 -22 -37 -53 -37 -83c0 -25 8 -49 25 -69l82 -97c3 -4 4 -7 4 -11c0 -9 -8 -17 -17 -17c-4 0 -9 2 -13 6c-17 20 -60 36 -93 36c-41 0 -54 -25 -54 -66c0 -34 10 -73 27 -93c5 -6 0 -14 -6 -14c-2 0 -4 1 -6 3c-45 53 -93 147 -93 201z" fill="currentColor"/>
+<path transform="translate(126.0729, 37.7858) scale(0.0040, -0.0040)" d="M-24 -117c0 29 13 42 43 42c31 0 74 -11 113 -27l-129 154c-7 9 -11 18 -11 26c0 34 51 66 88 100c24 22 37 52 37 82c0 25 -9 49 -26 69l-33 40c-3 4 -4 7 -4 11c0 9 9 17 18 17c4 0 8 -2 12 -6l150 -179c7 -9 11 -18 11 -26c0 -34 -51 -65 -88 -99
+c-24 -22 -37 -53 -37 -83c0 -25 8 -49 25 -69l82 -97c3 -4 4 -7 4 -11c0 -9 -8 -17 -17 -17c-4 0 -9 2 -13 6c-17 20 -60 36 -93 36c-41 0 -54 -25 -54 -66c0 -34 10 -73 27 -93c5 -6 0 -14 -6 -14c-2 0 -4 1 -6 3c-45 53 -93 147 -93 201z" fill="currentColor"/>
+<path transform="translate(121.4442, 39.2858) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(122.6873, 13.6369)" x="-0.0725" y="-1.5000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(122.6873, 26.1479)" x="-0.0725" y="-3.0000" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(122.6873, 37.7858)" x="-0.0725" y="-3.0000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(32.2148, 32.2456)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+who</tspan>
+</text>
+<path transform="translate(33.9068, 38.2858) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(33.9068, 39.2858) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(32.2148, 43.8002)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+who</tspan>
+</text>
+<rect transform="translate(35.1499, 13.6369)" x="-0.0725" y="-1.5000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(35.1499, 26.1479)" x="-0.0725" y="-3.0000" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(27.6256, 37.7858)" x="-0.0725" y="-3.3333" width="0.1451" height="4.1522" ry="0.0471" fill="currentColor"/>
+<path transform="translate(29.3744, 15.6369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(29.3744, 26.6479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(29.3744, 28.1479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(30.6175, 13.6369)" x="-0.0725" y="-1.0043" width="0.1451" height="2.8231" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(30.6175, 26.1479)" x="-0.0725" y="-2.8243" width="0.1451" height="4.6432" ry="0.0471" fill="currentColor"/>
+<path transform="translate(33.9068, 15.6369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(33.9068, 16.6369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(32.2148, 20.9847)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+who</tspan>
+</text>
+<path transform="translate(33.9068, 26.6479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(33.9068, 28.1479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(41.6345, 26.1479)" x="-0.0725" y="-3.0000" width="0.1451" height="5.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(41.6345, 37.7858)" x="-0.0725" y="-4.0000" width="0.1451" height="6.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(47.5091, 15.6369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(47.5091, 16.6369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(45.3551, 20.9847)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+wear</tspan>
+</text>
+<path transform="translate(47.5091, 26.6479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(47.5091, 28.1479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(45.3551, 32.2456)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+wear</tspan>
+</text>
+<path transform="translate(47.5091, 38.2858) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(47.5091, 39.2858) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(45.3551, 43.8002)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+wear</tspan>
+</text>
+<path transform="translate(49.2707, 15.1369) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(48.7522, 13.6369)" x="-0.0725" y="-1.5000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(35.1499, 37.7858)" x="-0.0725" y="-3.0000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(40.3914, 16.6369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(41.6345, 16.6369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(38.2776, 20.9847)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+shall</tspan>
+</text>
+<path transform="translate(40.3914, 26.6479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(40.3914, 29.1479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(38.2776, 32.2456)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+shall</tspan>
+</text>
+<path transform="translate(40.3914, 36.7858) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(40.3914, 40.2858) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(38.2776, 43.8002)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+shall</tspan>
+</text>
+<rect transform="translate(41.6345, 13.6369)" x="-0.0725" y="-0.5000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(7.1500, 10.5467)" font-family="Century Schoolbook L" font-size="1.7463" text-anchor="start" fill="currentColor">
+<tspan>
+107</tspan>
+</text>
+<path transform="translate(10.8421, 14.6369) scale(0.0040, -0.0040)" d="M378 263c4 0 7 1 11 1c156 0 257 -129 257 -262c0 -76 -34 -154 -108 -210c-22 -17 -46 -29 -72 -37c3 -34 4 -68 4 -102c0 -20 0 -40 -1 -60c-7 -121 -90 -228 -209 -228c-108 0 -196 87 -196 196c0 58 53 104 112 104c54 0 95 -48 95 -104c0 -52 -43 -95 -95 -95
+c-10 0 -20 2 -29 6c26 -38 68 -63 116 -63c96 0 156 91 162 190c1 19 2 37 2 56c0 30 -2 60 -4 90c-29 -5 -58 -8 -88 -8c-188 0 -333 173 -333 375c0 177 130 307 246 442c-20 62 -38 125 -46 190c-6 52 -7 104 -7 157c0 115 55 223 148 290c3 2 7 3 11 3s8 -1 11 -4
+c71 -83 134 -244 134 -357c0 -143 -85 -255 -178 -364c21 -68 40 -137 57 -206zM462 -202c67 24 111 94 111 162c0 89 -65 178 -170 190c24 -115 46 -230 59 -352zM75 26c0 -134 129 -245 263 -245c28 0 55 2 81 6c-14 126 -36 244 -61 363c-79 -8 -124 -61 -124 -119
+c0 -43 25 -89 80 -121c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 89 58 175 161 198c-14 58 -29 116 -46 173c-106 -122 -212 -244 -212 -404zM406 1042c-99 -47 -162 -148 -162 -257c0 -73 20 -132 38 -191
+c79 97 144 199 144 324c0 53 -4 76 -20 124z" fill="currentColor"/>
+<path transform="translate(14.4718, 13.6369) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 12.1369) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 14.1369) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 12.6369) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(10.8421, 27.1479) scale(0.0040, -0.0040)" d="M378 263c4 0 7 1 11 1c156 0 257 -129 257 -262c0 -76 -34 -154 -108 -210c-22 -17 -46 -29 -72 -37c3 -34 4 -68 4 -102c0 -20 0 -40 -1 -60c-7 -121 -90 -228 -209 -228c-108 0 -196 87 -196 196c0 58 53 104 112 104c54 0 95 -48 95 -104c0 -52 -43 -95 -95 -95
+c-10 0 -20 2 -29 6c26 -38 68 -63 116 -63c96 0 156 91 162 190c1 19 2 37 2 56c0 30 -2 60 -4 90c-29 -5 -58 -8 -88 -8c-188 0 -333 173 -333 375c0 177 130 307 246 442c-20 62 -38 125 -46 190c-6 52 -7 104 -7 157c0 115 55 223 148 290c3 2 7 3 11 3s8 -1 11 -4
+c71 -83 134 -244 134 -357c0 -143 -85 -255 -178 -364c21 -68 40 -137 57 -206zM462 -202c67 24 111 94 111 162c0 89 -65 178 -170 190c24 -115 46 -230 59 -352zM75 26c0 -134 129 -245 263 -245c28 0 55 2 81 6c-14 126 -36 244 -61 363c-79 -8 -124 -61 -124 -119
+c0 -43 25 -89 80 -121c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 89 58 175 161 198c-14 58 -29 116 -46 173c-106 -122 -212 -244 -212 -404zM406 1042c-99 -47 -162 -148 -162 -257c0 -73 20 -132 38 -191
+c79 97 144 199 144 324c0 53 -4 76 -20 124z" fill="currentColor"/>
+<text transform="translate(11.7431, 30.6519)" font-family="Century Schoolbook L" font-style="italic" font-size="1.3860" text-anchor="start" fill="currentColor">
+<tspan>
+8</tspan>
+</text>
+<path transform="translate(14.4718, 26.1479) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 24.6479) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 26.6479) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 25.1479) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(10.8421, 36.7858) scale(0.0040, -0.0040)" d="M558 -125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM558 125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM231 264c172 0 294 -88 294 -251c0 -263 -262 -416 -515 -523c-3 -3 -7 -4 -10 -4c-7 0 -14 7 -14 14c0 3 1 7 4 10
+c201 118 410 265 410 492c0 119 -61 234 -169 234c-72 0 -124 -53 -148 -123c10 4 19 6 29 6c55 0 100 -45 100 -100c0 -58 -44 -106 -100 -106c-60 0 -112 47 -112 106c0 133 101 245 231 245z" fill="currentColor"/>
+<path transform="translate(14.4718, 38.7858) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 37.2858) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 39.2858) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 37.7858) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(8.7136, 11.3561) scale(0.0040, -0.0040)" d="M448 332c10 0 17 -8 17 -17c0 -3 -1 -6 -3 -9c-96 -144 -210 -362 -381 -362h-81v85c0 15 12 27 27 27h54c157 0 265 136 353 268c3 5 9 8 14 8z" fill="currentColor"/>
+<path transform="translate(8.7136, 40.0666) scale(0.0040, -0.0040)" d="M465 -315c0 -9 -7 -17 -17 -17c-5 0 -11 3 -14 8c-88 132 -196 268 -353 268h-54c-15 0 -27 12 -27 27v85h81c171 0 285 -218 381 -362c2 -3 3 -6 3 -9z" fill="currentColor"/>
+<rect transform="translate(8.7136, 25.7114)" x="0.0000" y="-14.1752" width="0.4500" height="28.3505" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(9.9636, 25.7114)" x="0.0000" y="-14.1302" width="0.1786" height="28.2605" ry="0.0558" fill="currentColor"/>
+<path transform="translate(26.3825, 15.1369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(26.3825, 16.1369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(26.3825, 20.9847)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+and</tspan>
+</text>
+<path transform="translate(26.3825, 26.1479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(26.3825, 27.6479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(26.3825, 32.2456)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+and</tspan>
+</text>
+<path transform="translate(26.3825, 37.7858) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(26.3825, 38.7858) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(24.8913, 43.8002)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+and</tspan>
+</text>
+<rect transform="translate(27.6256, 13.6369)" x="-0.0725" y="-1.1799" width="0.1451" height="2.4988" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(26.4551, 13.6369)" x="-0.0725" y="2.6811" width="0.1451" height="2.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(27.6256, 26.1479)" x="-0.0725" y="-3.1757" width="0.1451" height="4.4946" ry="0.0471" fill="currentColor"/>
+<path transform="translate(20.5608, 14.1369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(20.5608, 15.6369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(18.9089, 20.9847)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+way</tspan>
+</text>
+<path transform="translate(20.5608, 25.6479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(20.5608, 26.6479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(18.9089, 32.2456)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+way</tspan>
+</text>
+<path transform="translate(20.5608, 37.2858) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(20.5608, 38.2858) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(18.9089, 43.8002)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+way</tspan>
+</text>
+<rect transform="translate(21.8039, 13.6369)" x="-0.0725" y="-3.0000" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(20.6333, 26.1479)" x="-0.0725" y="-0.3189" width="0.1451" height="3.9855" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(20.6333, 37.7858)" x="-0.0725" y="-0.3189" width="0.1451" height="3.9855" ry="0.0471" fill="currentColor"/>
+<path transform="translate(65.2172, 13.1369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(65.2172, 14.1369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(63.7260, 20.9847)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+and</tspan>
+</text>
+<path transform="translate(65.2172, 24.6479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(65.2172, 25.6479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(63.7260, 32.2456)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+and</tspan>
+</text>
+<path transform="translate(65.2172, 35.7858) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(65.2172, 37.2858) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(63.7260, 43.8002)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+and</tspan>
+</text>
+<rect transform="translate(65.2897, 13.6369)" x="-0.0725" y="-0.3189" width="0.1451" height="3.9855" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(65.2897, 26.1479)" x="-0.0725" y="-1.3189" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(65.2897, 37.7858)" x="-0.0725" y="-1.8189" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(71.0752, 13.1369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(71.0752, 14.1369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(71.0752, 20.9847)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+crown,</tspan>
+</text>
+<rect transform="translate(59.3073, 37.7858)" x="-0.0725" y="-0.3189" width="0.1451" height="3.9855" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(71.1477, 37.7858)" x="-0.0725" y="-1.8189" width="0.1451" height="4.6370" ry="0.0471" fill="currentColor"/>
+<path transform="translate(76.6597, 13.6369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(76.6597, 15.1369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(76.6597, 25.1479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(76.6597, 26.1479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(71.0752, 24.6479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(71.0752, 25.6479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(71.0752, 32.2456)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+crown,</tspan>
+</text>
+<path transform="translate(71.0752, 35.7858) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(71.0752, 37.2858) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(71.0752, 43.8002)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+crown,</tspan>
+</text>
+<rect transform="translate(72.3183, 13.6369)" x="-0.0725" y="-3.4960" width="0.1451" height="3.8149" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(71.1477, 26.1479)" x="-0.0725" y="-1.3189" width="0.1451" height="4.1370" ry="0.0471" fill="currentColor"/>
+<path transform="translate(49.2707, 39.2858) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<path transform="translate(53.8188, 15.1369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(53.8188, 16.1369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(52.6088, 20.9847)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<path transform="translate(53.8188, 26.1479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(53.8188, 27.6479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(52.6088, 32.2456)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<path transform="translate(53.8188, 37.7858) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(53.8188, 38.7858) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(52.6088, 43.8002)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<rect transform="translate(55.0619, 13.6369)" x="-0.0725" y="-2.0000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(49.2707, 16.1369) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<path transform="translate(49.2707, 26.6479) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(48.7522, 26.1479)" x="-0.0725" y="-3.0000" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(49.2707, 27.6479) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<path transform="translate(49.2707, 38.2858) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(48.7522, 37.7858)" x="-0.0725" y="-3.0000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(55.1344, 34.4579) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<path transform="translate(55.1344, 34.4579) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<path transform="translate(59.2347, 14.1369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(59.2347, 15.6369) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(57.4222, 20.9847)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+robe</tspan>
+</text>
+<path transform="translate(59.2347, 25.6479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(59.2347, 26.6479) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(57.4222, 32.2456)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+robe</tspan>
+</text>
+<path transform="translate(59.2347, 37.2858) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(59.2347, 38.2858) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(57.4222, 43.8002)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+robe</tspan>
+</text>
+<rect transform="translate(60.4778, 13.6369)" x="-0.0725" y="-3.0000" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(59.3073, 26.1479)" x="-0.0725" y="-0.3189" width="0.1451" height="3.9855" ry="0.0471" fill="currentColor"/>
+<path transform="translate(55.1344, 11.6840) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<path transform="translate(55.1344, 11.6840) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(55.0619, 26.1479)" x="-0.0725" y="-3.3750" width="0.1451" height="4.6939" ry="0.0471" fill="currentColor"/>
+<path transform="translate(55.1344, 22.8199) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<path transform="translate(55.1344, 22.8199) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(55.0619, 37.7858)" x="-0.0725" y="-3.3750" width="0.1451" height="4.1939" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(81.9387, 59.9862)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(81.9387, 74.6938)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(68.1637, 88.9015)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(81.9387, 88.9015)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(68.1637, 74.6938)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(68.1637, 59.9862)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 88.9015)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 74.6938)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 59.9862)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(28.2789, 59.9862)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(28.2789, 74.6938)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(55.5839, 88.9015)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(118.5615, 88.9015)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(28.2789, 88.9015)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(118.5615, 74.6938)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(55.5839, 74.6938)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(102.3461, 59.9862)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(118.5615, 59.9862)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(102.3461, 74.6938)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(55.5839, 59.9862)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(41.8811, 59.9862)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(102.3461, 88.9015)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(41.8811, 74.6938)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(41.8811, 88.9015)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<line transform="translate(10.0421, 61.9862)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 60.9862)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 59.9862)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 58.9862)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 57.9862)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 90.9015)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 89.9015)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 88.9015)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 87.9015)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 86.9015)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 76.6938)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 75.6938)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 74.6938)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 73.6938)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 72.6938)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(10.0421, 62.9862)" x="109.7595" y="-0.1058" width="2.0913" height="0.2116" ry="0.1058" fill="currentColor"/>
+<path transform="translate(77.1752, 88.4015) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(104.1335, 74.6938)" x="-0.0725" y="-0.8189" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(98.0744, 88.9015)" x="-0.0725" y="-0.8189" width="0.1451" height="3.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(83.4853, 60.4862) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(104.0610, 60.4862) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(104.0610, 61.4862) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(102.3087, 67.8339)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+wan</tspan>
+</text>
+<path transform="translate(104.0610, 73.6938) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(104.0610, 75.1938) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(102.3087, 81.7083)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+wan</tspan>
+</text>
+<path transform="translate(104.0610, 87.9015) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(104.0610, 88.9015) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(102.3087, 95.5826)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+wan</tspan>
+</text>
+<rect transform="translate(105.3041, 59.9862)" x="-0.0725" y="-2.8158" width="0.1451" height="4.1347" ry="0.0471" fill="currentColor"/>
+<path transform="translate(108.8538, 60.4862) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(108.8538, 61.4862) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(108.0656, 67.8339)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+na</tspan>
+</text>
+<path transform="translate(108.8538, 73.6938) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(108.8538, 75.1938) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(108.0656, 81.7083)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+na</tspan>
+</text>
+<path transform="translate(108.8538, 87.9015) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(108.8538, 88.9015) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(108.0656, 95.5826)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+na</tspan>
+</text>
+<rect transform="translate(110.0969, 59.9862)" x="-0.0725" y="-2.8158" width="0.1451" height="4.1347" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(108.9263, 74.6938)" x="-0.0725" y="-0.8189" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(75.4861, 88.9015)" x="-0.0725" y="-0.8189" width="0.1451" height="4.1522" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(104.1335, 88.9015)" x="-0.0725" y="-0.8189" width="0.1451" height="3.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(77.1752, 87.4015) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(83.5578, 88.9015)" x="-0.0725" y="-0.8189" width="0.1451" height="4.1522" ry="0.0471" fill="currentColor"/>
+<path transform="translate(83.4853, 87.9015) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(80.7488, 81.7083)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<path transform="translate(91.8347, 60.4862) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(83.4853, 75.1938) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(91.8347, 61.4862) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(89.6606, 67.8339)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+don’t</tspan>
+</text>
+<path transform="translate(91.8347, 73.6938) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(91.8347, 75.1938) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(89.6606, 81.7083)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+don’t</tspan>
+</text>
+<rect transform="translate(84.7284, 59.9862)" x="-0.0725" y="-3.0000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(83.5578, 74.6938)" x="-0.0725" y="-0.8189" width="0.1451" height="4.4855" ry="0.0471" fill="currentColor"/>
+<text transform="translate(80.7488, 95.5826)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<path transform="translate(83.4853, 88.9015) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(98.0018, 61.4862) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(99.2449, 61.4862) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(96.6111, 67.8339)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+you</tspan>
+</text>
+<path transform="translate(98.0018, 73.6938) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(98.0018, 76.1938) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(96.6111, 81.7083)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+you</tspan>
+</text>
+<path transform="translate(98.0018, 87.9015) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(98.0018, 88.9015) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(80.7488, 67.8339)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<text transform="translate(96.6111, 95.5826)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+you</tspan>
+</text>
+<rect transform="translate(99.2449, 59.9862)" x="-0.0725" y="-2.1915" width="0.1451" height="3.5103" ry="0.0471" fill="currentColor"/>
+<path transform="translate(83.4853, 61.4862) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(99.2449, 74.6938)" x="-0.0725" y="-3.5000" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(91.8347, 87.9015) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(91.8347, 88.9015) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(89.6606, 95.5826)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+don’t</tspan>
+</text>
+<rect transform="translate(93.0778, 59.9862)" x="-0.0725" y="-2.8085" width="0.1451" height="4.1274" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(93.0778, 74.6938)" x="-0.0725" y="-3.5000" width="0.1451" height="3.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(83.4853, 73.6938) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(91.9072, 88.9015)" x="-0.0725" y="-0.8189" width="0.1451" height="3.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(120.1502, 74.6938)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.45016071074895 3.05402244668911C1.80047729100292 3.67635282422858 2.55924758615447 3.89480606381097 3.18684883815337 3.55402244668911C2.59629761744887 3.76611736487307 1.83752732229732 3.54766412529068 1.45016071074895 3.05402244668911z"/>
+<path transform="translate(120.1502, 59.9862)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M2.45019170227015 -0.0540224466891134C3.07791711498705 -0.565992618447453 3.92106692586746 -0.411263345739096 4.35740957153763 0.295977553310887C3.89689520131835 -0.279546931478888 3.05374539043794 -0.434276204187245 2.45019170227015 -0.0540224466891134z"/>
+<polygon transform="translate(104.0610, 91.9015)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.8909 -0.1929 4.8909 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(104.0610, 78.1938)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.8909 -0.1929 4.8909 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(105.2315, 57.1704)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.8909 -0.1929 4.8909 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(107.2672, 95.5826)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(91.8347, 91.9015)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="6.2652 -0.1929 6.2652 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(107.2672, 81.7083)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(93.0053, 71.1938)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="6.2652 -0.1929 6.2652 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(107.2672, 67.8339)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(93.0053, 57.1704)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="6.2652 0.4387 6.2652 0.8245 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(123.7096, 74.6938)" x="-0.0725" y="2.1811" width="0.1451" height="2.4855" ry="0.0471" fill="currentColor"/>
+<path transform="translate(57.0630, 74.6938)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M2.45019170227012 -2.20402244668911C3.21256168414135 -2.59966174391364 4.1948797274607 -2.30441260137288 4.61279486061611 -1.55402244668911C4.15633293881315 -2.1761642831063 3.1740148954938 -2.47141342564705 2.45019170227012 -2.20402244668911z"/>
+<path transform="translate(57.0630, 59.9862)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M2.45019170227012 -1.20402244668911C3.21256168414135 -1.59966174391364 4.1948797274607 -1.30441260137288 4.61279486061611 -0.554022446689113C4.15633293881315 -1.1761642831063 3.1740148954938 -1.47141342564705 2.45019170227012 -1.20402244668911z"/>
+<rect transform="translate(33.8917, 95.5826)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<rect transform="translate(33.8917, 81.7083)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<rect transform="translate(33.8917, 67.8339)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<path transform="translate(57.0630, 88.9015)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M2.45019170227012 -2.20402244668911C3.21256168414135 -2.59966174391364 4.1948797274607 -2.30441260137288 4.61279486061611 -1.55402244668911C4.15633293881315 -2.1761642831063 3.1740148954938 -2.47141342564705 2.45019170227012 -2.20402244668911z"/>
+<rect transform="translate(112.9445, 88.9015)" x="-0.0725" y="-0.8189" width="0.1451" height="4.1522" ry="0.0471" fill="currentColor"/>
+<path transform="translate(120.1502, 61.4862) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(120.1502, 62.9862) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(120.1502, 67.8339)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down?</tspan>
+</text>
+<path transform="translate(120.1502, 75.1938) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(120.1502, 76.1938) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(117.2522, 81.7083)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down?</tspan>
+</text>
+<path transform="translate(120.1502, 88.4015) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(120.1502, 89.4015) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(117.2522, 95.5826)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down?</tspan>
+</text>
+<rect transform="translate(121.3933, 59.9862)" x="-0.0725" y="-2.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(121.4658, 58.0332) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(120.2227, 59.9862)" x="-0.0725" y="3.2555" width="0.1451" height="2.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(108.9263, 88.9015)" x="-0.0725" y="-0.8189" width="0.1451" height="3.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(112.8719, 60.4862) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(112.8719, 61.4862) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(112.2444, 67.8339)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+go</tspan>
+</text>
+<path transform="translate(112.8719, 73.6938) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(112.8719, 75.1938) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(112.2444, 81.7083)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+go</tspan>
+</text>
+<path transform="translate(112.8719, 87.9015) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(112.8719, 88.9015) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(112.2444, 95.5826)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+go</tspan>
+</text>
+<rect transform="translate(114.1150, 59.9862)" x="-0.0725" y="-3.0000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(112.9445, 74.6938)" x="-0.0725" y="-0.8189" width="0.1451" height="4.4855" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(120.2227, 88.9015)" x="-0.0725" y="-0.2445" width="0.1451" height="3.9112" ry="0.0471" fill="currentColor"/>
+<path transform="translate(123.6371, 61.9862) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(123.6371, 76.6938) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(125.3987, 61.4862) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(124.8802, 59.9862)" x="-0.0725" y="-1.5000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(125.3987, 77.1938) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(121.4718, 74.6938)" x="-0.0725" y="-3.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(120.2227, 74.6938)" x="-0.0725" y="1.6811" width="0.1451" height="2.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(120.2953, 79.1468) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<path transform="translate(36.5192, 60.4862) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(36.5192, 61.9862) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(35.1083, 67.8339)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+ers,</tspan>
+</text>
+<path transform="translate(36.5192, 74.1938) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(36.5192, 75.1938) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(35.1083, 81.7083)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+ers,</tspan>
+</text>
+<path transform="translate(36.5192, 88.4015) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(36.5192, 89.4015) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(35.1083, 95.5826)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+ers,</tspan>
+</text>
+<rect transform="translate(37.7623, 59.9862)" x="-0.0725" y="-3.0000" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(36.5917, 74.6938)" x="-0.0725" y="-0.3189" width="0.1451" height="3.9855" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(36.5917, 88.9015)" x="-0.0725" y="-0.3189" width="0.1451" height="3.9855" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(30.9478, 74.6938)" x="-0.0725" y="-3.3333" width="0.1451" height="4.1522" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(30.9478, 88.9015)" x="-0.0725" y="-3.6667" width="0.1451" height="4.4855" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(43.5430, 88.9015)" x="-0.0725" y="-1.8189" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(50.4320, 58.4862) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(50.4320, 60.4862) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(43.4705, 59.4862) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(43.4705, 60.4862) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(41.8186, 67.8339)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+let’s</tspan>
+</text>
+<path transform="translate(43.4705, 73.1938) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(43.4705, 74.1938) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(41.8186, 81.7083)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+let’s</tspan>
+</text>
+<path transform="translate(43.4705, 86.9015) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(43.4705, 88.4015) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(41.8186, 95.5826)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+let’s</tspan>
+</text>
+<rect transform="translate(43.5430, 59.9862)" x="-0.0725" y="-0.3189" width="0.1451" height="3.9855" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(43.5430, 74.6938)" x="-0.0725" y="-1.3189" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(7.1500, 56.8960)" font-family="Century Schoolbook L" font-size="1.7463" text-anchor="start" fill="currentColor">
+<tspan>
+116</tspan>
+</text>
+<path transform="translate(10.8421, 60.9862) scale(0.0040, -0.0040)" d="M378 263c4 0 7 1 11 1c156 0 257 -129 257 -262c0 -76 -34 -154 -108 -210c-22 -17 -46 -29 -72 -37c3 -34 4 -68 4 -102c0 -20 0 -40 -1 -60c-7 -121 -90 -228 -209 -228c-108 0 -196 87 -196 196c0 58 53 104 112 104c54 0 95 -48 95 -104c0 -52 -43 -95 -95 -95
+c-10 0 -20 2 -29 6c26 -38 68 -63 116 -63c96 0 156 91 162 190c1 19 2 37 2 56c0 30 -2 60 -4 90c-29 -5 -58 -8 -88 -8c-188 0 -333 173 -333 375c0 177 130 307 246 442c-20 62 -38 125 -46 190c-6 52 -7 104 -7 157c0 115 55 223 148 290c3 2 7 3 11 3s8 -1 11 -4
+c71 -83 134 -244 134 -357c0 -143 -85 -255 -178 -364c21 -68 40 -137 57 -206zM462 -202c67 24 111 94 111 162c0 89 -65 178 -170 190c24 -115 46 -230 59 -352zM75 26c0 -134 129 -245 263 -245c28 0 55 2 81 6c-14 126 -36 244 -61 363c-79 -8 -124 -61 -124 -119
+c0 -43 25 -89 80 -121c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 89 58 175 161 198c-14 58 -29 116 -46 173c-106 -122 -212 -244 -212 -404zM406 1042c-99 -47 -162 -148 -162 -257c0 -73 20 -132 38 -191
+c79 97 144 199 144 324c0 53 -4 76 -20 124z" fill="currentColor"/>
+<path transform="translate(14.4718, 59.9862) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 58.4862) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 60.4862) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 58.9862) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(10.8421, 75.6938) scale(0.0040, -0.0040)" d="M378 263c4 0 7 1 11 1c156 0 257 -129 257 -262c0 -76 -34 -154 -108 -210c-22 -17 -46 -29 -72 -37c3 -34 4 -68 4 -102c0 -20 0 -40 -1 -60c-7 -121 -90 -228 -209 -228c-108 0 -196 87 -196 196c0 58 53 104 112 104c54 0 95 -48 95 -104c0 -52 -43 -95 -95 -95
+c-10 0 -20 2 -29 6c26 -38 68 -63 116 -63c96 0 156 91 162 190c1 19 2 37 2 56c0 30 -2 60 -4 90c-29 -5 -58 -8 -88 -8c-188 0 -333 173 -333 375c0 177 130 307 246 442c-20 62 -38 125 -46 190c-6 52 -7 104 -7 157c0 115 55 223 148 290c3 2 7 3 11 3s8 -1 11 -4
+c71 -83 134 -244 134 -357c0 -143 -85 -255 -178 -364c21 -68 40 -137 57 -206zM462 -202c67 24 111 94 111 162c0 89 -65 178 -170 190c24 -115 46 -230 59 -352zM75 26c0 -134 129 -245 263 -245c28 0 55 2 81 6c-14 126 -36 244 -61 363c-79 -8 -124 -61 -124 -119
+c0 -43 25 -89 80 -121c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 89 58 175 161 198c-14 58 -29 116 -46 173c-106 -122 -212 -244 -212 -404zM406 1042c-99 -47 -162 -148 -162 -257c0 -73 20 -132 38 -191
+c79 97 144 199 144 324c0 53 -4 76 -20 124z" fill="currentColor"/>
+<text transform="translate(11.7431, 79.1979)" font-family="Century Schoolbook L" font-style="italic" font-size="1.3860" text-anchor="start" fill="currentColor">
+<tspan>
+8</tspan>
+</text>
+<path transform="translate(14.4718, 74.6938) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 73.1938) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 75.1938) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 73.6938) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(10.8421, 87.9015) scale(0.0040, -0.0040)" d="M558 -125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM558 125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM231 264c172 0 294 -88 294 -251c0 -263 -262 -416 -515 -523c-3 -3 -7 -4 -10 -4c-7 0 -14 7 -14 14c0 3 1 7 4 10
+c201 118 410 265 410 492c0 119 -61 234 -169 234c-72 0 -124 -53 -148 -123c10 4 19 6 29 6c55 0 100 -45 100 -100c0 -58 -44 -106 -100 -106c-60 0 -112 47 -112 106c0 133 101 245 231 245z" fill="currentColor"/>
+<path transform="translate(14.4718, 89.9015) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 88.4015) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 90.4015) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 88.9015) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(8.7136, 57.7054) scale(0.0040, -0.0040)" d="M448 332c10 0 17 -8 17 -17c0 -3 -1 -6 -3 -9c-96 -144 -210 -362 -381 -362h-81v85c0 15 12 27 27 27h54c157 0 265 136 353 268c3 5 9 8 14 8z" fill="currentColor"/>
+<path transform="translate(8.7136, 91.1823) scale(0.0040, -0.0040)" d="M465 -315c0 -9 -7 -17 -17 -17c-5 0 -11 3 -14 8c-88 132 -196 268 -353 268h-54c-15 0 -27 12 -27 27v85h81c171 0 285 -218 381 -362c2 -3 3 -6 3 -9z" fill="currentColor"/>
+<rect transform="translate(8.7136, 74.4438)" x="0.0000" y="-16.5585" width="0.4500" height="33.1169" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(9.9636, 74.4438)" x="0.0000" y="-16.5135" width="0.1786" height="33.0269" ry="0.0558" fill="currentColor"/>
+<rect transform="translate(21.8824, 88.9015)" x="-0.0725" y="-3.6667" width="0.1451" height="4.4112" ry="0.0471" fill="currentColor"/>
+<path transform="translate(29.7047, 59.9862) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(29.7047, 61.9862) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(27.3901, 67.8339)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+moth</tspan>
+</text>
+<path transform="translate(29.7047, 74.6938) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(29.7047, 75.6938) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(27.3901, 81.7083)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+moth</tspan>
+</text>
+<path transform="translate(29.7047, 88.4015) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(29.7047, 89.9015) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(27.3901, 95.5826)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+moth</tspan>
+</text>
+<rect transform="translate(30.9478, 59.9862)" x="-0.0725" y="-3.3333" width="0.1451" height="5.1522" ry="0.0471" fill="currentColor"/>
+<path transform="translate(20.5608, 59.9862) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(20.5608, 61.9862) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(20.5608, 56.1527)" font-family="Century Schoolbook L" font-style="italic" font-size="2.2000" text-anchor="start" fill="currentColor">
+<tspan>
+cresc.</tspan>
+</text>
+<text transform="translate(19.1892, 67.8339)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Oh,</tspan>
+</text>
+<path transform="translate(20.5608, 74.6938) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(20.5608, 75.6938) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(20.5608, 70.8603)" font-family="Century Schoolbook L" font-style="italic" font-size="2.2000" text-anchor="start" fill="currentColor">
+<tspan>
+cresc.</tspan>
+</text>
+<text transform="translate(19.1892, 81.7083)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Oh,</tspan>
+</text>
+<path transform="translate(20.5608, 88.4015) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(20.5608, 89.9015) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(20.5608, 84.7347)" font-family="Century Schoolbook L" font-style="italic" font-size="2.2000" text-anchor="start" fill="currentColor">
+<tspan>
+cresc.</tspan>
+</text>
+<text transform="translate(19.1892, 95.5826)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Oh,</tspan>
+</text>
+<rect transform="translate(21.8824, 59.9862)" x="-0.0725" y="-3.3333" width="0.1451" height="5.0779" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(21.8824, 74.6938)" x="-0.0725" y="-3.3333" width="0.1451" height="4.0779" ry="0.0471" fill="currentColor"/>
+<text transform="translate(67.6146, 67.8339)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+come</tspan>
+</text>
+<path transform="translate(69.8490, 73.1938) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(69.8490, 74.1938) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(67.6146, 81.7083)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+come</tspan>
+</text>
+<path transform="translate(69.8490, 86.9015) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(69.8490, 88.4015) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(67.6146, 95.5826)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+come</tspan>
+</text>
+<rect transform="translate(69.9215, 59.9862)" x="-0.0725" y="-0.3189" width="0.1451" height="4.0689" ry="0.0471" fill="currentColor"/>
+<path transform="translate(69.9940, 63.6891) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<path transform="translate(69.9940, 63.6891) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<rect transform="translate(69.9215, 74.6938)" x="-0.0725" y="-1.3189" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(69.9940, 77.6468) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<path transform="translate(69.9940, 77.6468) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<path transform="translate(60.8052, 60.4862) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(60.8052, 74.1938) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(60.8052, 88.4015) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(62.5669, 60.4862) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(62.0483, 59.9862)" x="-0.0725" y="-3.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(62.5669, 74.1938) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(62.0483, 74.6938)" x="-0.0725" y="-3.6667" width="0.1451" height="2.9855" ry="0.0471" fill="currentColor"/>
+<path transform="translate(62.5669, 88.4015) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(62.0483, 88.9015)" x="-0.0725" y="-3.6667" width="0.1451" height="2.9855" ry="0.0471" fill="currentColor"/>
+<path transform="translate(69.8490, 59.4862) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(69.8490, 60.4862) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(75.4136, 59.9862) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(75.4136, 61.4862) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(74.6856, 67.8339)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+on</tspan>
+</text>
+<path transform="translate(75.4136, 73.6938) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(75.4136, 74.6938) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(74.6856, 81.7083)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+on</tspan>
+</text>
+<path transform="translate(75.4136, 87.9015) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(75.4136, 88.9015) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(74.6856, 95.5826)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+on</tspan>
+</text>
+<path transform="translate(77.1752, 59.4862) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(76.6567, 59.9862)" x="-0.0725" y="-3.3333" width="0.1451" height="4.6522" ry="0.0471" fill="currentColor"/>
+<path transform="translate(77.1752, 61.4862) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<path transform="translate(77.1752, 73.1938) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(75.4861, 74.6938)" x="-0.0725" y="-0.8189" width="0.1451" height="4.1522" ry="0.0471" fill="currentColor"/>
+<path transform="translate(77.1752, 74.1938) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(69.9215, 88.9015)" x="-0.0725" y="-1.8189" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(69.9940, 91.8544) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<path transform="translate(69.9940, 91.8544) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<rect transform="translate(57.1355, 59.9862)" x="-0.0725" y="2.2555" width="0.1451" height="2.4112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(58.3061, 74.6938)" x="-0.0725" y="-4.1250" width="0.1451" height="2.9439" ry="0.0471" fill="currentColor"/>
+<path transform="translate(58.3786, 70.6159) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(57.1355, 74.6938)" x="-0.0725" y="0.7555" width="0.1451" height="2.9112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(50.5045, 88.9015)" x="-0.0725" y="-1.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(57.0630, 59.9862) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(57.0630, 61.9862) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(57.0630, 67.8339)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<path transform="translate(57.0630, 73.6938) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(57.0630, 75.1938) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(57.0630, 81.7083)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<path transform="translate(57.0630, 87.9015) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(57.0630, 90.4015) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(50.5045, 74.6938)" x="-0.0725" y="-1.3189" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(57.0630, 95.5826)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<rect transform="translate(58.3061, 59.9862)" x="-0.0725" y="-3.3750" width="0.1451" height="3.1939" ry="0.0471" fill="currentColor"/>
+<path transform="translate(58.3786, 56.6582) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(57.1355, 88.9015)" x="-0.0725" y="1.7555" width="0.1451" height="2.5779" ry="0.0471" fill="currentColor"/>
+<path transform="translate(49.1889, 86.9015) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(49.8044, 81.7083)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+go</tspan>
+</text>
+<path transform="translate(50.4320, 74.1938) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(50.4320, 73.1938) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(49.8044, 67.8339)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+go</tspan>
+</text>
+<rect transform="translate(58.3061, 88.9015)" x="-0.0725" y="-4.1250" width="0.1451" height="2.9439" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(50.5045, 59.9862)" x="-0.0725" y="-1.3189" width="0.1451" height="4.9855" ry="0.0471" fill="currentColor"/>
+<text transform="translate(48.5613, 95.5826)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+go</tspan>
+</text>
+<path transform="translate(50.4320, 86.9015) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(58.3786, 84.8236) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(130.3359, 139.4091)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 125.6177)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 111.1019)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(119.6550, 139.4091)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(119.6550, 125.6177)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(119.6550, 111.1019)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(34.1448, 111.1019)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(34.1448, 125.6177)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(108.9740, 139.4091)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(34.1448, 139.4091)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(108.9740, 125.6177)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(108.9740, 111.1019)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(48.4043, 111.1019)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(48.4043, 125.6177)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(48.4043, 139.4091)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(92.5147, 139.4091)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(62.7644, 111.1019)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(92.5147, 125.6177)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(62.7644, 125.6177)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(92.5147, 111.1019)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(62.7644, 139.4091)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(76.0848, 111.1019)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(76.0848, 125.6177)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(76.0848, 139.4091)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<line transform="translate(10.0421, 127.6177)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 126.6177)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 125.6177)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 124.6177)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 123.6177)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 141.4091)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 140.4091)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 139.4091)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 138.4091)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 137.4091)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 113.1019)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 112.1019)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 111.1019)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 110.1019)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 109.1019)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(10.0421, 114.1019)" x="101.0654" y="-0.1058" width="2.0913" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(10.0421, 114.1019)" x="111.7464" y="-0.1058" width="2.0913" height="0.2116" ry="0.1058" fill="currentColor"/>
+<path transform="translate(98.0125, 111.6019) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(98.0125, 113.1019) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(97.5054, 118.2889)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+er</tspan>
+</text>
+<path transform="translate(98.0125, 124.6177) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(98.0125, 126.1177) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(97.5054, 131.7053)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+er</tspan>
+</text>
+<path transform="translate(98.0125, 138.4091) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(98.0125, 139.4091) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(97.5054, 146.0902)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+er</tspan>
+</text>
+<path transform="translate(105.2215, 126.1177) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(99.2556, 111.1019)" x="-0.0725" y="-2.8158" width="0.1451" height="4.6347" ry="0.0471" fill="currentColor"/>
+<path transform="translate(105.2215, 113.1019) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(105.2215, 127.6177) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(94.2466, 139.4091)" x="-0.0725" y="-0.8189" width="0.1451" height="3.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(102.9620, 111.1019)" x="-0.0725" y="-1.1805" width="0.1451" height="2.4994" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(101.7915, 111.1019)" x="-0.0725" y="2.6811" width="0.1451" height="2.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(102.9620, 125.6177)" x="-0.0725" y="-3.1769" width="0.1451" height="4.4957" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(102.9620, 139.4091)" x="-0.0725" y="-3.3333" width="0.1451" height="4.1522" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(98.0850, 125.6177)" x="-0.0725" y="-0.8189" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(98.0850, 139.4091)" x="-0.0725" y="-0.8189" width="0.1451" height="3.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(101.7189, 112.6019) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(101.7189, 113.6019) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(101.7189, 118.2889)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+to</tspan>
+</text>
+<path transform="translate(101.7189, 125.6177) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(101.7189, 127.1177) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(101.7189, 131.7053)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+to</tspan>
+</text>
+<path transform="translate(101.7189, 139.4091) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(101.7189, 140.4091) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(101.2721, 146.0902)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+to</tspan>
+</text>
+<rect transform="translate(84.5355, 125.6177)" x="-0.0725" y="-0.8189" width="0.1451" height="4.0081" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(84.5355, 139.4091)" x="-0.0725" y="-0.8189" width="0.1451" height="3.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(88.9125, 111.6019) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(88.9125, 113.1019) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(87.7025, 118.2889)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<path transform="translate(88.9125, 124.6177) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(88.9125, 126.1177) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(87.7025, 131.7053)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<path transform="translate(88.9125, 138.4091) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(88.9125, 139.4091) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(84.4630, 111.1019) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(84.4630, 112.6019) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(83.9760, 118.2889)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in</tspan>
+</text>
+<path transform="translate(84.4630, 124.6177) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(84.4630, 125.6177) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(83.9760, 131.7053)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in</tspan>
+</text>
+<path transform="translate(84.4630, 138.4091) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(84.4630, 139.4091) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(83.9760, 146.0902)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in</tspan>
+</text>
+<rect transform="translate(85.7061, 111.1019)" x="-0.0725" y="-3.1784" width="0.1451" height="4.4973" ry="0.0471" fill="currentColor"/>
+<path transform="translate(94.1740, 124.6177) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(94.1740, 126.1177) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(93.2452, 131.7053)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+riv</tspan>
+</text>
+<path transform="translate(94.1740, 138.4091) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(94.1740, 139.4091) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(93.2452, 146.0902)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+riv</tspan>
+</text>
+<rect transform="translate(95.4171, 111.1019)" x="-0.0725" y="-2.8158" width="0.1451" height="4.6347" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(94.2466, 125.6177)" x="-0.0725" y="-0.8189" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(87.7025, 146.0902)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<rect transform="translate(90.1556, 111.1019)" x="-0.0725" y="-2.8216" width="0.1451" height="4.6405" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(88.9851, 125.6177)" x="-0.0725" y="-0.8189" width="0.1451" height="4.3139" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(88.9851, 139.4091)" x="-0.0725" y="-0.8189" width="0.1451" height="3.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(94.1740, 111.6019) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(94.1740, 113.1019) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(93.2452, 118.2889)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+riv</tspan>
+</text>
+<path transform="translate(111.4561, 139.4091)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.77226087843412 2.93206077042126 9.30285879499282 2.93206077042126 10.4809468339208 2.0C9.30285879499282 2.79814480403471 2.77226087843412 2.79814480403471 1.59417283950617 2.0z"/>
+<path transform="translate(111.4561, 139.4091)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -0.0C2.8927198872485 -0.930157261027601 9.30986197105238 -0.930157261027601 10.4809468339208 -0.0C9.30986197105238 -0.796241294641047 2.8927198872485 -0.796241294641047 1.72163502438012 -0.0z"/>
+<path transform="translate(111.4561, 125.6177)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.89708641975308 3.0C2.14470246238974 3.94991359128033 9.9304172110372 3.94991359128033 11.1780332536739 3.0C9.9304172110372 3.81599762489378 2.14470246238974 3.81599762489378 0.89708641975308 3.0z"/>
+<path transform="translate(111.4561, 125.6177)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -0.640135745003816C2.92962655484598 -1.58010190809694 9.970041723208 -1.58010190809694 11.1780332536739 -0.640135745003816C9.970041723208 -1.44618594171039 2.92962655484598 -1.44618594171039 1.72163502438012 -0.640135745003816z"/>
+<path transform="translate(111.4561, 111.1019)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.89708641975308 3.75C2.14470246238974 4.69991359128033 9.9304172110372 4.69991359128033 11.1780332536739 3.75C9.9304172110372 4.56599762489378 2.14470246238974 4.56599762489378 0.89708641975308 3.75z"/>
+<path transform="translate(111.4561, 111.1019)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 1.25C2.92962655484598 0.310033836906872 9.970041723208 0.310033836906872 11.1780332536739 1.25C9.970041723208 0.443949803293427 2.92962655484598 0.443949803293427 1.72163502438012 1.25z"/>
+<polygon transform="translate(102.8895, 122.4335)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.6006 0.1755 3.6006 0.5613 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(102.8895, 109.9177)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.6006 -0.0087 3.6006 0.3771 0.0471 0.1929 0.0471 -0.1929"/>
+<path transform="translate(64.2999, 139.4091)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M2.45019170227012 -2.20402244668911C3.25382819957675 -2.64201408740977 4.3386953021436 -2.34238194209975 4.80362282675395 -1.55402244668911C4.30304352966363 -2.21329887902685 3.21817642709678 -2.51293102433687 2.45019170227012 -2.20402244668911z"/>
+<path transform="translate(64.2999, 125.6177)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M2.45019170227012 -2.20402244668911C3.25382819957675 -2.64201408740977 4.3386953021436 -2.34238194209975 4.80362282675395 -1.55402244668911C4.30304352966363 -2.21329887902685 3.21817642709678 -2.51293102433687 2.45019170227012 -2.20402244668911z"/>
+<path transform="translate(64.2999, 111.1019)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M2.45019170227012 -1.20402244668911C3.25382819957675 -1.64201408740977 4.3386953021436 -1.34238194209975 4.80362282675395 -0.554022446689113C4.30304352966363 -1.21329887902685 3.21817642709678 -1.51293102433687 2.45019170227012 -1.20402244668911z"/>
+<polygon transform="translate(94.1740, 142.4091)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.9365 -0.1929 3.9365 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(94.1740, 129.1177)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.9365 -0.1929 3.9365 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(95.3446, 108.2861)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.9365 -0.1929 3.9365 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<path transform="translate(101.7189, 125.6177)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.595842683146188 2.55402244668911C1.35617131351076 3.51109209105659 3.10063817576661 3.76012043971577 4.09838942460847 3.05402244668911C3.11956325801504 3.62754846939347 1.37509639575919 3.3785201207343 0.595842683146188 2.55402244668911z"/>
+<path transform="translate(101.7189, 111.1019)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.28384876883671 -2.07053858562106C2.24174586582186 -2.82136481431611 3.98397190505561 -2.65877141205923 4.78639551029899 -1.74366309505121C3.97152825735863 -2.52543483911228 2.22930221812489 -2.68802824136916 1.28384876883671 -2.07053858562106z"/>
+<rect transform="translate(96.6320, 146.0902)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(84.4630, 142.4091)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.5476 -0.1929 4.5476 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(96.6320, 131.7053)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(84.4630, 128.8019)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.5476 0.1229 4.5476 0.5087 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(96.6320, 118.2889)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(85.6335, 107.9177)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.5476 0.1755 4.5476 0.5613 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(112.7778, 125.6177)" x="-0.0725" y="-3.0000" width="0.1451" height="4.7445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(39.9641, 118.2889)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<rect transform="translate(112.7778, 139.4091)" x="-0.0725" y="-3.0000" width="0.1451" height="4.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(106.4646, 111.1019)" x="-0.0725" y="-1.0037" width="0.1451" height="2.8225" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(106.4646, 125.6177)" x="-0.0725" y="-2.8231" width="0.1451" height="4.6420" ry="0.0471" fill="currentColor"/>
+<path transform="translate(111.4561, 113.1019) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(111.4561, 114.1019) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(111.4561, 118.2889)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+pray.</tspan>
+</text>
+<path transform="translate(111.4561, 126.1177) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(111.4561, 127.6177) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(111.4561, 131.7053)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+pray.</tspan>
+</text>
+<path transform="translate(111.4561, 139.9091) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(111.4561, 140.9091) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(111.4561, 146.0902)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+pray.</tspan>
+</text>
+<rect transform="translate(112.7778, 111.1019)" x="-0.0725" y="-1.5000" width="0.1451" height="4.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(123.4587, 125.6177)" x="-0.0725" y="-3.0000" width="0.1451" height="4.7445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(123.4587, 139.4091)" x="-0.0725" y="-3.0000" width="0.1451" height="4.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(39.9641, 146.0902)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<path transform="translate(122.1371, 113.1019) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(122.1371, 114.1019) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(122.1371, 126.1177) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(122.1371, 127.6177) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(39.9641, 131.7053)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<path transform="translate(122.1371, 139.9091) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(122.1371, 140.9091) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(123.4587, 111.1019)" x="-0.0725" y="-1.5000" width="0.1451" height="4.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(28.7201, 139.9091) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<path transform="translate(35.6269, 111.1019) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(35.6269, 113.1019) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(33.3122, 118.2889)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+moth</tspan>
+</text>
+<path transform="translate(35.6269, 125.6177) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(35.6269, 126.6177) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(33.3122, 131.7053)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+moth</tspan>
+</text>
+<path transform="translate(35.6269, 138.9091) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(35.6269, 140.4091) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(33.3122, 146.0902)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+moth</tspan>
+</text>
+<rect transform="translate(36.8700, 111.1019)" x="-0.0725" y="-3.3333" width="0.1451" height="5.1522" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(36.8700, 125.6177)" x="-0.0725" y="-3.3333" width="0.1451" height="4.1522" ry="0.0471" fill="currentColor"/>
+<path transform="translate(26.9585, 125.6177) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(26.9585, 126.6177) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(25.8891, 131.7053)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+on,</tspan>
+</text>
+<path transform="translate(26.9585, 138.9091) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(26.9585, 140.4091) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(25.8891, 146.0902)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+on,</tspan>
+</text>
+<path transform="translate(28.7201, 110.6019) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(28.2016, 111.1019)" x="-0.0725" y="-3.3333" width="0.1451" height="5.1522" ry="0.0471" fill="currentColor"/>
+<path transform="translate(28.7201, 112.6019) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<path transform="translate(28.7201, 125.1177) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(28.2016, 125.6177)" x="-0.0725" y="-3.3333" width="0.1451" height="4.1522" ry="0.0471" fill="currentColor"/>
+<path transform="translate(28.7201, 126.1177) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<path transform="translate(28.7201, 138.9091) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(28.2016, 139.4091)" x="-0.0725" y="-3.6667" width="0.1451" height="4.4855" ry="0.0471" fill="currentColor"/>
+<path transform="translate(42.7419, 113.1019) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(41.3310, 118.2889)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+ers,</tspan>
+</text>
+<path transform="translate(42.7419, 125.1177) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(42.7419, 126.1177) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(41.3310, 131.7053)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+ers,</tspan>
+</text>
+<path transform="translate(42.7419, 138.9091) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(42.7419, 139.9091) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(41.3310, 146.0902)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+ers,</tspan>
+</text>
+<rect transform="translate(43.9850, 111.1019)" x="-0.0725" y="-3.0000" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(42.8144, 125.6177)" x="-0.0725" y="-0.3189" width="0.1451" height="3.9855" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(42.8144, 139.4091)" x="-0.0725" y="-0.3189" width="0.1451" height="3.9855" ry="0.0471" fill="currentColor"/>
+<path transform="translate(50.0500, 110.6019) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(50.0500, 111.6019) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(48.3982, 118.2889)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+let’s</tspan>
+</text>
+<rect transform="translate(36.8700, 139.4091)" x="-0.0725" y="-3.6667" width="0.1451" height="4.4855" ry="0.0471" fill="currentColor"/>
+<path transform="translate(42.7419, 111.6019) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<line transform="translate(111.4561, 107.7237)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0000" y1="0.6666" x2="18.0918" y2="0.0000"/>
+<line transform="translate(111.4561, 107.7237)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0000" y1="-0.6666" x2="18.0918" y2="-0.0000"/>
+<line transform="translate(111.4561, 121.3413)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0000" y1="0.6666" x2="18.0918" y2="0.0000"/>
+<line transform="translate(111.4561, 121.3413)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0000" y1="-0.6666" x2="18.0918" y2="-0.0000"/>
+<line transform="translate(111.4561, 135.1327)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0000" y1="0.6666" x2="18.0918" y2="0.0000"/>
+<line transform="translate(111.4561, 135.1327)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0000" y1="-0.6666" x2="18.0918" y2="-0.0000"/>
+<text transform="translate(7.1500, 108.0519)" font-family="Century Schoolbook L" font-size="1.7463" text-anchor="start" fill="currentColor">
+<tspan>
+124</tspan>
+</text>
+<path transform="translate(10.8421, 112.1019) scale(0.0040, -0.0040)" d="M378 263c4 0 7 1 11 1c156 0 257 -129 257 -262c0 -76 -34 -154 -108 -210c-22 -17 -46 -29 -72 -37c3 -34 4 -68 4 -102c0 -20 0 -40 -1 -60c-7 -121 -90 -228 -209 -228c-108 0 -196 87 -196 196c0 58 53 104 112 104c54 0 95 -48 95 -104c0 -52 -43 -95 -95 -95
+c-10 0 -20 2 -29 6c26 -38 68 -63 116 -63c96 0 156 91 162 190c1 19 2 37 2 56c0 30 -2 60 -4 90c-29 -5 -58 -8 -88 -8c-188 0 -333 173 -333 375c0 177 130 307 246 442c-20 62 -38 125 -46 190c-6 52 -7 104 -7 157c0 115 55 223 148 290c3 2 7 3 11 3s8 -1 11 -4
+c71 -83 134 -244 134 -357c0 -143 -85 -255 -178 -364c21 -68 40 -137 57 -206zM462 -202c67 24 111 94 111 162c0 89 -65 178 -170 190c24 -115 46 -230 59 -352zM75 26c0 -134 129 -245 263 -245c28 0 55 2 81 6c-14 126 -36 244 -61 363c-79 -8 -124 -61 -124 -119
+c0 -43 25 -89 80 -121c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 89 58 175 161 198c-14 58 -29 116 -46 173c-106 -122 -212 -244 -212 -404zM406 1042c-99 -47 -162 -148 -162 -257c0 -73 20 -132 38 -191
+c79 97 144 199 144 324c0 53 -4 76 -20 124z" fill="currentColor"/>
+<path transform="translate(14.4718, 111.1019) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 109.6019) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 111.6019) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 110.1019) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(10.8421, 126.6177) scale(0.0040, -0.0040)" d="M378 263c4 0 7 1 11 1c156 0 257 -129 257 -262c0 -76 -34 -154 -108 -210c-22 -17 -46 -29 -72 -37c3 -34 4 -68 4 -102c0 -20 0 -40 -1 -60c-7 -121 -90 -228 -209 -228c-108 0 -196 87 -196 196c0 58 53 104 112 104c54 0 95 -48 95 -104c0 -52 -43 -95 -95 -95
+c-10 0 -20 2 -29 6c26 -38 68 -63 116 -63c96 0 156 91 162 190c1 19 2 37 2 56c0 30 -2 60 -4 90c-29 -5 -58 -8 -88 -8c-188 0 -333 173 -333 375c0 177 130 307 246 442c-20 62 -38 125 -46 190c-6 52 -7 104 -7 157c0 115 55 223 148 290c3 2 7 3 11 3s8 -1 11 -4
+c71 -83 134 -244 134 -357c0 -143 -85 -255 -178 -364c21 -68 40 -137 57 -206zM462 -202c67 24 111 94 111 162c0 89 -65 178 -170 190c24 -115 46 -230 59 -352zM75 26c0 -134 129 -245 263 -245c28 0 55 2 81 6c-14 126 -36 244 -61 363c-79 -8 -124 -61 -124 -119
+c0 -43 25 -89 80 -121c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 89 58 175 161 198c-14 58 -29 116 -46 173c-106 -122 -212 -244 -212 -404zM406 1042c-99 -47 -162 -148 -162 -257c0 -73 20 -132 38 -191
+c79 97 144 199 144 324c0 53 -4 76 -20 124z" fill="currentColor"/>
+<text transform="translate(11.7431, 130.1218)" font-family="Century Schoolbook L" font-style="italic" font-size="1.3860" text-anchor="start" fill="currentColor">
+<tspan>
+8</tspan>
+</text>
+<path transform="translate(14.4718, 125.6177) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 124.1177) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 126.1177) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 124.6177) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(8.7136, 108.8211) scale(0.0040, -0.0040)" d="M448 332c10 0 17 -8 17 -17c0 -3 -1 -6 -3 -9c-96 -144 -210 -362 -381 -362h-81v85c0 15 12 27 27 27h54c157 0 265 136 353 268c3 5 9 8 14 8z" fill="currentColor"/>
+<path transform="translate(8.7136, 141.6899) scale(0.0040, -0.0040)" d="M465 -315c0 -9 -7 -17 -17 -17c-5 0 -11 3 -14 8c-88 132 -196 268 -353 268h-54c-15 0 -27 12 -27 27v85h81c171 0 285 -218 381 -362c2 -3 3 -6 3 -9z" fill="currentColor"/>
+<rect transform="translate(8.7136, 125.2555)" x="0.0000" y="-16.2544" width="0.4500" height="32.5089" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(9.9636, 125.2555)" x="0.0000" y="-16.2094" width="0.1786" height="32.4189" ry="0.0558" fill="currentColor"/>
+<g transform="translate(19.6118, 134.4566)" >
+<path transform="scale(0.0040, -0.0040)" d="M-44 146c26 76 84 153 152 153c22 0 36 -19 41 -43c23 25 53 43 82 43c23 0 37 -19 43 -44c22 26 51 44 80 44c33 0 59 -35 59 -69c0 -5 -1 -10 -2 -15l-35 -149c0 -2 -1 -4 -1 -5c0 -5 2 -8 7 -8c9 0 27 11 48 31c5 5 10 6 14 6c6 0 12 -4 12 -10c0 -4 -2 -8 -7 -13
+c-40 -38 -87 -74 -133 -74c-20 0 -32 13 -32 32c0 4 0 7 1 11l39 165c1 5 2 9 2 14c0 10 -4 18 -14 18c-16 0 -33 -16 -39 -32l-52 -182c-3 -10 -15 -19 -25 -19h-38c-11 0 -17 8 -14 19l52 182c2 6 3 11 3 16c0 9 -4 16 -13 16c-16 0 -35 -15 -41 -32l-62 -182
+c-4 -11 -15 -19 -26 -19h-38c-11 0 -16 8 -12 19l62 182c2 5 2 10 2 15c0 10 -3 17 -13 17c-29 0 -54 -53 -66 -87c-4 -12 -15 -18 -24 -18c-7 0 -13 3 -13 11c0 2 0 5 1 7z" fill="currentColor"/>
+
+<path transform="translate(1.7674, 0.0000) scale(0.0040, -0.0040)" d="M233 243c-56 0 -102 -108 -102 -174c0 -22 8 -38 30 -38c63 0 97 127 97 179c0 18 -7 33 -25 33zM111 -146c-37 0 -76 5 -114 5s-79 -5 -115 -5c-9 0 -14 8 -14 15c0 19 30 16 48 17c23 1 47 7 54 27l101 296c2 7 5 14 5 20c0 8 -3 14 -11 14c-33 0 -61 -60 -77 -97
+c-5 -13 -17 -19 -26 -19c-8 0 -15 5 -15 13c0 3 1 7 2 10c30 68 73 142 133 142c35 0 58 -22 65 -52c29 31 67 52 103 52c69 0 107 -49 107 -114c0 -21 -4 -44 -12 -67c-20 -58 -91 -120 -147 -120c-27 0 -52 6 -73 18c-10 6 -24 3 -27 -6l-27 -80c-1 -3 -2 -6 -2 -9
+c0 -21 20 -28 43 -30c9 -1 13 -8 13 -15s-5 -15 -14 -15z" fill="currentColor"/>
+</g>
+<text transform="translate(17.9850, 146.0902)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Come</tspan>
+</text>
+<rect transform="translate(21.8039, 111.1019)" x="-0.0725" y="-3.3750" width="0.1451" height="5.1939" ry="0.0471" fill="currentColor"/>
+<path transform="translate(21.8764, 107.7739) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<path transform="translate(21.8764, 107.7739) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(21.8039, 125.6177)" x="-0.0725" y="-3.3750" width="0.1451" height="4.1939" ry="0.0471" fill="currentColor"/>
+<path transform="translate(21.8764, 122.2898) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<path transform="translate(21.8764, 122.2898) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(21.8039, 139.4091)" x="-0.0725" y="-3.7500" width="0.1451" height="4.5689" ry="0.0471" fill="currentColor"/>
+<path transform="translate(21.8764, 135.7062) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<path transform="translate(21.8764, 135.7062) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<path transform="translate(26.9585, 111.1019) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(26.9585, 113.1019) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(25.8891, 118.2889)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+on,</tspan>
+</text>
+<path transform="translate(10.8421, 138.4091) scale(0.0040, -0.0040)" d="M558 -125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM558 125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM231 264c172 0 294 -88 294 -251c0 -263 -262 -416 -515 -523c-3 -3 -7 -4 -10 -4c-7 0 -14 7 -14 14c0 3 1 7 4 10
+c201 118 410 265 410 492c0 119 -61 234 -169 234c-72 0 -124 -53 -148 -123c10 4 19 6 29 6c55 0 100 -45 100 -100c0 -58 -44 -106 -100 -106c-60 0 -112 47 -112 106c0 133 101 245 231 245z" fill="currentColor"/>
+<path transform="translate(14.4718, 140.4091) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 138.9091) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 140.9091) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 139.4091) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(20.5608, 111.1019) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(20.5608, 113.1019) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<g transform="translate(19.6118, 106.5243)" >
+<path transform="scale(0.0040, -0.0040)" d="M-44 146c26 76 84 153 152 153c22 0 36 -19 41 -43c23 25 53 43 82 43c23 0 37 -19 43 -44c22 26 51 44 80 44c33 0 59 -35 59 -69c0 -5 -1 -10 -2 -15l-35 -149c0 -2 -1 -4 -1 -5c0 -5 2 -8 7 -8c9 0 27 11 48 31c5 5 10 6 14 6c6 0 12 -4 12 -10c0 -4 -2 -8 -7 -13
+c-40 -38 -87 -74 -133 -74c-20 0 -32 13 -32 32c0 4 0 7 1 11l39 165c1 5 2 9 2 14c0 10 -4 18 -14 18c-16 0 -33 -16 -39 -32l-52 -182c-3 -10 -15 -19 -25 -19h-38c-11 0 -17 8 -14 19l52 182c2 6 3 11 3 16c0 9 -4 16 -13 16c-16 0 -35 -15 -41 -32l-62 -182
+c-4 -11 -15 -19 -26 -19h-38c-11 0 -16 8 -12 19l62 182c2 5 2 10 2 15c0 10 -3 17 -13 17c-29 0 -54 -53 -66 -87c-4 -12 -15 -18 -24 -18c-7 0 -13 3 -13 11c0 2 0 5 1 7z" fill="currentColor"/>
+
+<path transform="translate(1.7674, 0.0000) scale(0.0040, -0.0040)" d="M233 243c-56 0 -102 -108 -102 -174c0 -22 8 -38 30 -38c63 0 97 127 97 179c0 18 -7 33 -25 33zM111 -146c-37 0 -76 5 -114 5s-79 -5 -115 -5c-9 0 -14 8 -14 15c0 19 30 16 48 17c23 1 47 7 54 27l101 296c2 7 5 14 5 20c0 8 -3 14 -11 14c-33 0 -61 -60 -77 -97
+c-5 -13 -17 -19 -26 -19c-8 0 -15 5 -15 13c0 3 1 7 2 10c30 68 73 142 133 142c35 0 58 -22 65 -52c29 31 67 52 103 52c69 0 107 -49 107 -114c0 -21 -4 -44 -12 -67c-20 -58 -91 -120 -147 -120c-27 0 -52 6 -73 18c-10 6 -24 3 -27 -6l-27 -80c-1 -3 -2 -6 -2 -9
+c0 -21 20 -28 43 -30c9 -1 13 -8 13 -15s-5 -15 -14 -15z" fill="currentColor"/>
+</g>
+<text transform="translate(17.9850, 118.2889)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Come</tspan>
+</text>
+<path transform="translate(20.5608, 125.6177) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(20.5608, 126.6177) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<g transform="translate(19.6118, 121.0402)" >
+<path transform="scale(0.0040, -0.0040)" d="M-44 146c26 76 84 153 152 153c22 0 36 -19 41 -43c23 25 53 43 82 43c23 0 37 -19 43 -44c22 26 51 44 80 44c33 0 59 -35 59 -69c0 -5 -1 -10 -2 -15l-35 -149c0 -2 -1 -4 -1 -5c0 -5 2 -8 7 -8c9 0 27 11 48 31c5 5 10 6 14 6c6 0 12 -4 12 -10c0 -4 -2 -8 -7 -13
+c-40 -38 -87 -74 -133 -74c-20 0 -32 13 -32 32c0 4 0 7 1 11l39 165c1 5 2 9 2 14c0 10 -4 18 -14 18c-16 0 -33 -16 -39 -32l-52 -182c-3 -10 -15 -19 -25 -19h-38c-11 0 -17 8 -14 19l52 182c2 6 3 11 3 16c0 9 -4 16 -13 16c-16 0 -35 -15 -41 -32l-62 -182
+c-4 -11 -15 -19 -26 -19h-38c-11 0 -16 8 -12 19l62 182c2 5 2 10 2 15c0 10 -3 17 -13 17c-29 0 -54 -53 -66 -87c-4 -12 -15 -18 -24 -18c-7 0 -13 3 -13 11c0 2 0 5 1 7z" fill="currentColor"/>
+
+<path transform="translate(1.7674, 0.0000) scale(0.0040, -0.0040)" d="M233 243c-56 0 -102 -108 -102 -174c0 -22 8 -38 30 -38c63 0 97 127 97 179c0 18 -7 33 -25 33zM111 -146c-37 0 -76 5 -114 5s-79 -5 -115 -5c-9 0 -14 8 -14 15c0 19 30 16 48 17c23 1 47 7 54 27l101 296c2 7 5 14 5 20c0 8 -3 14 -11 14c-33 0 -61 -60 -77 -97
+c-5 -13 -17 -19 -26 -19c-8 0 -15 5 -15 13c0 3 1 7 2 10c30 68 73 142 133 142c35 0 58 -22 65 -52c29 31 67 52 103 52c69 0 107 -49 107 -114c0 -21 -4 -44 -12 -67c-20 -58 -91 -120 -147 -120c-27 0 -52 6 -73 18c-10 6 -24 3 -27 -6l-27 -80c-1 -3 -2 -6 -2 -9
+c0 -21 20 -28 43 -30c9 -1 13 -8 13 -15s-5 -15 -14 -15z" fill="currentColor"/>
+</g>
+<text transform="translate(17.9850, 131.7053)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Come</tspan>
+</text>
+<path transform="translate(20.5608, 138.9091) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(20.5608, 140.4091) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(64.3724, 139.4091)" x="-0.0725" y="1.7555" width="0.1451" height="2.5779" ry="0.0471" fill="currentColor"/>
+<path transform="translate(68.2330, 111.6019) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(68.2330, 125.1177) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(68.2330, 138.9091) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(69.9946, 111.6019) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(69.4761, 111.1019)" x="-0.0725" y="-3.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(65.5430, 125.6177)" x="-0.0725" y="-4.1250" width="0.1451" height="2.9439" ry="0.0471" fill="currentColor"/>
+<path transform="translate(65.6155, 121.5398) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(64.3724, 125.6177)" x="-0.0725" y="0.7555" width="0.1451" height="2.9112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(65.5430, 139.4091)" x="-0.0725" y="-4.1250" width="0.1451" height="2.9439" ry="0.0471" fill="currentColor"/>
+<path transform="translate(65.6155, 135.3312) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(77.9141, 111.1019)" x="-0.0725" y="-0.3189" width="0.1451" height="3.9855" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(77.9141, 125.6177)" x="-0.0725" y="-1.3189" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(77.9141, 139.4091)" x="-0.0725" y="-1.8189" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(69.9946, 125.1177) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(69.4761, 125.6177)" x="-0.0725" y="-3.6667" width="0.1451" height="2.9855" ry="0.0471" fill="currentColor"/>
+<path transform="translate(69.9946, 138.9091) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(69.4761, 139.4091)" x="-0.0725" y="-3.6667" width="0.1451" height="2.9855" ry="0.0471" fill="currentColor"/>
+<path transform="translate(77.8415, 110.6019) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(77.8415, 111.6019) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(75.4465, 118.2889)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down</tspan>
+</text>
+<path transform="translate(77.8415, 124.1177) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(77.8415, 125.1177) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(75.4465, 131.7053)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down</tspan>
+</text>
+<path transform="translate(77.8415, 137.4091) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(77.8415, 138.9091) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(75.4465, 146.0902)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down</tspan>
+</text>
+<rect transform="translate(50.1226, 139.4091)" x="-0.0725" y="-1.8189" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(57.3121, 109.6019) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(57.3121, 111.6019) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(56.6845, 118.2889)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+go</tspan>
+</text>
+<path transform="translate(57.3121, 124.1177) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(57.3121, 125.1177) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(56.6845, 131.7053)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+go</tspan>
+</text>
+<path transform="translate(56.0690, 137.4091) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(50.0500, 124.1177) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(50.0500, 125.1177) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(48.3982, 131.7053)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+let’s</tspan>
+</text>
+<path transform="translate(50.0500, 137.4091) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(50.0500, 138.9091) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(48.3982, 146.0902)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+let’s</tspan>
+</text>
+<rect transform="translate(50.1226, 111.1019)" x="-0.0725" y="-0.3189" width="0.1451" height="3.9855" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(50.1226, 125.6177)" x="-0.0725" y="-1.3189" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(64.3724, 111.1019)" x="-0.0725" y="2.2555" width="0.1451" height="2.4112" ry="0.0471" fill="currentColor"/>
+<path transform="translate(64.2999, 111.1019) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(65.6155, 107.7739) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(65.5430, 111.1019)" x="-0.0725" y="-3.3750" width="0.1451" height="3.1939" ry="0.0471" fill="currentColor"/>
+<path transform="translate(64.2999, 113.1019) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(64.2999, 118.2889)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<path transform="translate(64.2999, 124.6177) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(64.2999, 126.1177) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(64.2999, 131.7053)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<path transform="translate(64.2999, 138.4091) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(64.2999, 140.9091) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(64.2999, 146.0902)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<path transform="translate(57.3121, 137.4091) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(55.4414, 146.0902)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+go</tspan>
+</text>
+<rect transform="translate(57.3846, 111.1019)" x="-0.0725" y="-1.3189" width="0.1451" height="4.9855" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(57.3846, 125.6177)" x="-0.0725" y="-1.3189" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(57.3846, 139.4091)" x="-0.0725" y="-1.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(61.0707, 161.6095)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(44.9226, 161.6095)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 161.6095)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(116.4941, 172.1797)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(44.9226, 172.1797)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(61.0707, 172.1797)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(31.1065, 186.0396)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(101.7254, 186.0396)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(116.4941, 186.0396)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(85.8682, 161.6095)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(44.9226, 186.0396)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(31.1065, 172.1797)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(101.7254, 161.6095)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(61.0707, 186.0396)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(101.7254, 172.1797)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(85.8682, 172.1797)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(85.8682, 186.0396)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(31.1065, 161.6095)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(116.4941, 161.6095)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<line transform="translate(10.0421, 188.0396)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 187.0396)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 186.0396)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 185.0396)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 184.0396)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(75.4635, 186.0396)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(75.4635, 172.1797)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<line transform="translate(10.0421, 163.6095)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 162.6095)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 161.6095)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 160.6095)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 159.6095)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(75.4635, 161.6095)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(10.0421, 169.1797)" x="88.1416" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(10.0421, 169.1797)" x="107.8061" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<line transform="translate(10.0421, 174.1797)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 173.1797)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 172.1797)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 171.1797)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 170.1797)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(130.3359, 172.1797)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 186.0396)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(98.5852, 172.1797)" x="-0.0725" y="-2.8189" width="0.1451" height="2.8226" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(104.6294, 161.6095)" x="-0.0725" y="-4.3333" width="0.1451" height="6.0779" ry="0.0471" fill="currentColor"/>
+<path transform="translate(103.3078, 160.1095) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(103.3078, 187.5396) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(101.4149, 177.5275)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+bout</tspan>
+</text>
+<path transform="translate(103.3078, 169.6797) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(103.3078, 163.6095) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(118.1772, 187.5396) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(116.2241, 177.5275)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+good</tspan>
+</text>
+<path transform="translate(118.1772, 169.1797) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(118.1772, 163.6095) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(118.1772, 160.1095) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(110.6140, 172.1797)" x="-0.0725" y="-1.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(108.7892, 177.5275)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+that</tspan>
+</text>
+<path transform="translate(110.5415, 170.1797) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(104.6294, 186.0396)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(103.3803, 172.1797)" x="-0.0725" y="-2.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(85.5979, 177.5275)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+stud</tspan>
+</text>
+<path transform="translate(87.4506, 187.5396) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(88.7722, 161.6095)" x="-0.0725" y="-4.3333" width="0.1451" height="6.0779" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(87.5231, 172.1797)" x="-0.0725" y="-2.3189" width="0.1451" height="3.1347" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(79.3780, 186.0396)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(87.4506, 160.1095) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(87.4506, 163.6095) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(87.4506, 169.6797) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(91.6354, 169.6797) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(91.6304, 177.5275)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+y</tspan>
+</text>
+<rect transform="translate(91.7079, 172.1797)" x="-0.0725" y="-2.3189" width="0.1451" height="3.1347" ry="0.0471" fill="currentColor"/>
+<path transform="translate(95.0624, 169.6797) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(94.3143, 177.5275)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in’</tspan>
+</text>
+<rect transform="translate(95.1350, 172.1797)" x="-0.0725" y="-2.3189" width="0.1451" height="2.4994" ry="0.0471" fill="currentColor"/>
+<path transform="translate(98.5126, 169.1797) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(98.4876, 177.5275)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+a</tspan>
+</text>
+<rect transform="translate(88.7722, 186.0396)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(87.4506, 161.6095)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.897086419753094 3.0C2.3245282499329 3.98861762153125 14.9268327210327 3.98861762153125 16.3542745512125 3.0C14.9268327210327 3.85470165514469 2.3245282499329 3.85470165514469 0.897086419753094 3.0z"/>
+<path transform="translate(87.4506, 161.6095)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -2.5C3.12641520194578 -3.48425135177886 14.9494943736468 -3.48425135177886 16.3542745512125 -2.5C14.9494943736468 -3.3503353853923 3.12641520194578 -3.3503353853923 1.72163502438012 -2.5z"/>
+<rect transform="translate(90.7947, 177.5275)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<path transform="translate(78.0564, 186.0396)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.69562325177495 2.9100723938787 8.0927398879422 2.9100723938787 9.19419030021098 2.0C8.0927398879422 2.77615642749215 2.69562325177495 2.77615642749215 1.59417283950617 2.0z"/>
+<path transform="translate(78.0564, 161.6095)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.89708641975308 3.0C2.08098501816488 3.93362485824102 8.70737812155227 3.93362485824102 9.89127671996407 3.0C8.70737812155227 3.79970889185447 2.08098501816488 3.79970889185447 0.89708641975308 3.0z"/>
+<path transform="translate(78.0564, 161.6095)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -2.5C2.85870467004771 -3.42061642620523 8.75420707429647 -3.42061642620523 9.89127671996407 -2.5C8.75420707429647 -3.28670045981868 2.85870467004771 -3.28670045981868 1.72163502438012 -2.5z"/>
+<polygon transform="translate(62.7682, 173.1797)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.8610 -0.1929 3.8610 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<path transform="translate(103.3078, 186.0396)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.95086026398533 2.97453073122611 13.3127187492437 2.97453073122611 14.6694061737228 2.0C13.3127187492437 2.84061476483955 2.95086026398533 2.84061476483955 1.59417283950617 2.0z"/>
+<path transform="translate(103.3078, 161.6095)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.89708641975308 3.0C2.29716594328752 3.98332895392621 13.9664130699415 3.98332895392621 15.3664925934759 3.0C13.9664130699415 3.84941298753965 2.29716594328752 3.84941298753965 0.89708641975308 3.0z"/>
+<path transform="translate(103.3078, 161.6095)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -2.5C3.09678801014353 -3.47833852889123 13.9913396077125 -3.47833852889123 15.3664925934759 -2.5C13.9913396077125 -3.34442256250467 3.09678801014353 -3.34442256250467 1.72163502438012 -2.5z"/>
+<polygon transform="translate(95.0624, 172.3639)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.5482 -0.3771 3.5482 0.0087 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(100.3041, 177.5275)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(87.4506, 172.9955)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.2828 -0.1929 4.2828 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(93.3051, 177.5275)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<path transform="translate(87.4506, 186.0396)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.98222048091894 2.98094115682508 14.2691404900466 2.98094115682508 15.6571881314594 2.0C14.2691404900466 2.84702519043852 2.98222048091894 2.84702519043852 1.59417283950617 2.0z"/>
+<path transform="translate(32.6597, 186.0396)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.92433814280125 2.96888895247903 12.5760375355505 2.96888895247903 13.9062028388456 2.0C12.5760375355505 2.83497298609248 2.92433814280125 2.83497298609248 1.59417283950617 2.0z"/>
+<path transform="translate(32.6597, 161.6095)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.897086419753087 2.75C2.27416500674497 3.72873009530833 13.2262106716068 3.72873009530833 14.6032892585987 2.75C13.2262106716068 3.59481412892177 2.27416500674497 3.59481412892177 0.897086419753087 2.75z"/>
+<path transform="translate(37.3705, 160.6095) scale(0.0040, -0.0040)" d="M364 -156h-353c-6 0 -11 5 -11 11v134c0 6 5 11 11 11h353c6 0 11 -5 11 -11v-134c0 -6 -5 -11 -11 -11z" fill="currentColor"/>
+<path transform="translate(20.5608, 186.0396)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.84287403013141 2.95017793797863 10.6502229479272 2.95017793797863 11.8989241385524 2.0C10.6502229479272 2.81626197159208 2.84287403013141 2.81626197159208 1.59417283950617 2.0z"/>
+<path transform="translate(20.5608, 161.6095)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.897086419753085 1.25C2.20430735079823 0.286163291234704 11.2887896272603 0.286163291234704 12.5960105583055 1.25C11.2887896272603 0.420079257621258 2.20430735079823 0.420079257621258 0.897086419753085 1.25z"/>
+<path transform="translate(62.7682, 186.0396)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950618 2.0C2.96454173150426 2.9773612267121 13.7178753528274 2.9773612267121 15.0882442448255 2.0C13.7178753528274 2.84344526032554 2.96454173150426 2.84344526032554 1.59417283950618 2.0z"/>
+<path transform="translate(62.7682, 161.6095)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.897086419753087 3.0C2.30908109052599 3.98565575702965 14.3733359938057 3.98565575702965 15.7853306645786 3.0C14.3733359938057 3.85173979064309 2.30908109052599 3.85173979064309 0.897086419753087 3.0z"/>
+<path transform="translate(62.7682, 161.6095)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -2.5C3.10970321193219 -3.48094526753674 14.3972624770265 -3.48094526753674 15.7853306645786 -2.5C14.3972624770265 -3.34702930115019 3.10970321193219 -3.34702930115019 1.72163502438012 -2.5z"/>
+<rect transform="translate(65.1884, 177.5275)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(53.2364, 173.1797)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.4721 -0.1929 4.4721 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<path transform="translate(46.7659, 186.0396)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950618 2.0C2.98657094033798 2.98180901571016 14.4098742146233 2.98180901571016 15.8022723154551 2.0C14.4098742146233 2.84789304932361 2.98657094033798 2.84789304932361 1.59417283950618 2.0z"/>
+<path transform="translate(46.7659, 161.6095)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.897086419753087 3.0C2.32833836356034 3.98933887054293 15.068106791401 3.98933887054293 16.4993587352082 3.0C15.068106791401 3.85542290415638 2.32833836356034 3.85542290415638 0.897086419753087 3.0z"/>
+<path transform="translate(46.7659, 161.6095)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -2.5C3.13053180598853 -3.48505437199334 15.0904619535998 -3.48505437199334 16.4993587352082 -2.5C15.0904619535998 -3.35113840560678 3.13053180598853 -3.35113840560678 1.72163502438012 -2.5z"/>
+<rect transform="translate(119.4988, 186.0396)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(123.7188, 169.6797) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(123.7188, 177.5275)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+old</tspan>
+</text>
+<rect transform="translate(119.4988, 161.6095)" x="-0.0725" y="-4.3333" width="0.1451" height="6.0779" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(118.2497, 172.1797)" x="-0.0725" y="-2.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<polygon transform="translate(123.7188, 172.9955)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.5251 0.1755 3.5251 0.5613 0.0471 0.1929 0.0471 -0.1929"/>
+<path transform="translate(123.7188, 172.1797)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.721130512425916 -3.55402244668911C1.70471850305929 -4.24660899615136 3.40349133461213 -3.99876255332435 4.14819771616736 -3.05402244668911C3.38415803210121 -3.86624949937394 1.68538520054836 -4.11409594220095 0.721130512425916 -3.55402244668911z"/>
+<rect transform="translate(123.7914, 172.1797)" x="-0.0725" y="-2.3189" width="0.1451" height="3.1422" ry="0.0471" fill="currentColor"/>
+<path transform="translate(127.1459, 170.1797) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(127.2184, 172.1797)" x="-0.0725" y="-1.8189" width="0.1451" height="2.9956" ry="0.0471" fill="currentColor"/>
+<path transform="translate(32.6597, 163.6095) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(32.6597, 171.6797) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(32.8154, 177.5275)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+I</tspan>
+</text>
+<path transform="translate(32.6597, 187.5396) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(32.7322, 161.6095)" x="-0.0725" y="2.2555" width="0.1451" height="2.4112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(21.8824, 186.0396)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(25.7336, 171.6797) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<g transform="translate(24.7847, 168.9214)" >
+<path transform="scale(0.0040, -0.0040)" d="M-44 146c26 76 84 153 152 153c22 0 36 -19 41 -43c23 25 53 43 82 43c23 0 37 -19 43 -44c22 26 51 44 80 44c33 0 59 -35 59 -69c0 -5 -1 -10 -2 -15l-35 -149c0 -2 -1 -4 -1 -5c0 -5 2 -8 7 -8c9 0 27 11 48 31c5 5 10 6 14 6c6 0 12 -4 12 -10c0 -4 -2 -8 -7 -13
+c-40 -38 -87 -74 -133 -74c-20 0 -32 13 -32 32c0 4 0 7 1 11l39 165c1 5 2 9 2 14c0 10 -4 18 -14 18c-16 0 -33 -16 -39 -32l-52 -182c-3 -10 -15 -19 -25 -19h-38c-11 0 -17 8 -14 19l52 182c2 6 3 11 3 16c0 9 -4 16 -13 16c-16 0 -35 -15 -41 -32l-62 -182
+c-4 -11 -15 -19 -26 -19h-38c-11 0 -16 8 -12 19l62 182c2 5 2 10 2 15c0 10 -3 17 -13 17c-29 0 -54 -53 -66 -87c-4 -12 -15 -18 -24 -18c-7 0 -13 3 -13 11c0 2 0 5 1 7z" fill="currentColor"/>
+
+<path transform="translate(1.7674, 0.0000) scale(0.0040, -0.0040)" d="M233 243c-56 0 -102 -108 -102 -174c0 -22 8 -38 30 -38c63 0 97 127 97 179c0 18 -7 33 -25 33zM111 -146c-37 0 -76 5 -114 5s-79 -5 -115 -5c-9 0 -14 8 -14 15c0 19 30 16 48 17c23 1 47 7 54 27l101 296c2 7 5 14 5 20c0 8 -3 14 -11 14c-33 0 -61 -60 -77 -97
+c-5 -13 -17 -19 -26 -19c-8 0 -15 5 -15 13c0 3 1 7 2 10c30 68 73 142 133 142c35 0 58 -22 65 -52c29 31 67 52 103 52c69 0 107 -49 107 -114c0 -21 -4 -44 -12 -67c-20 -58 -91 -120 -147 -120c-27 0 -52 6 -73 18c-10 6 -24 3 -27 -6l-27 -80c-1 -3 -2 -6 -2 -9
+c0 -21 20 -28 43 -30c9 -1 13 -8 13 -15s-5 -15 -14 -15z" fill="currentColor"/>
+</g>
+<text transform="translate(24.9454, 177.5275)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+As</tspan>
+</text>
+<rect transform="translate(25.8062, 172.1797)" x="-0.0725" y="-0.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(38.2665, 171.1797) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(36.0925, 177.5275)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+went</tspan>
+</text>
+<rect transform="translate(38.3391, 172.1797)" x="-0.0725" y="-0.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(46.7659, 160.1095) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(46.7659, 163.6095) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(46.7659, 156.5350)" font-family="Century Schoolbook L" font-size="2.2000" text-anchor="start" fill="currentColor">
+<tspan>
+(Oo)</tspan>
+</text>
+<path transform="translate(46.7399, 166.4488) scale(0.0040, -0.0040)" d="M233 243c-56 0 -102 -108 -102 -174c0 -22 8 -38 30 -38c63 0 97 127 97 179c0 18 -7 33 -25 33zM111 -146c-37 0 -76 5 -114 5s-79 -5 -115 -5c-9 0 -14 8 -14 15c0 19 30 16 48 17c23 1 47 7 54 27l101 296c2 7 5 14 5 20c0 8 -3 14 -11 14c-33 0 -61 -60 -77 -97
+c-5 -13 -17 -19 -26 -19c-8 0 -15 5 -15 13c0 3 1 7 2 10c30 68 73 142 133 142c35 0 58 -22 65 -52c29 31 67 52 103 52c69 0 107 -49 107 -114c0 -21 -4 -44 -12 -67c-20 -58 -91 -120 -147 -120c-27 0 -52 6 -73 18c-10 6 -24 3 -27 -6l-27 -80c-1 -3 -2 -6 -2 -9
+c0 -21 20 -28 43 -30c9 -1 13 -8 13 -15s-5 -15 -14 -15z" fill="currentColor"/>
+<path transform="translate(46.7659, 170.1797) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(44.3709, 177.5275)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down</tspan>
+</text>
+<path transform="translate(46.7659, 187.5396) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(32.7322, 172.1797)" x="-0.0725" y="-0.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(33.9813, 186.0396)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(23.8336, 160.6095) scale(0.0040, -0.0040)" d="M364 -156h-353c-6 0 -11 5 -11 11v134c0 6 5 11 11 11h353c6 0 11 -5 11 -11v-134c0 -6 -5 -11 -11 -11z" fill="currentColor"/>
+<path transform="translate(118.1772, 161.6095)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -2.0C2.96724292556246 -2.9494232927414 10.7131027758116 -2.9494232927414 11.9587106769939 -2.0C10.7131027758116 -2.81550732635484 2.96724292556246 -2.81550732635484 1.72163502438012 -2.0z"/>
+<path transform="translate(118.1772, 161.6095)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.5C2.8455856998193 3.45083668510784 10.7072978166808 3.45083668510784 11.9587106769939 2.5C10.7072978166808 3.31692071872128 2.8455856998193 3.31692071872128 1.59417283950617 2.5z"/>
+<path transform="translate(118.1772, 186.0396)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.8455856998193 2.95083668510784 10.7072978166808 2.95083668510784 11.9587106769939 2.0C10.7072978166808 2.81692071872128 2.8455856998193 2.81692071872128 1.59417283950617 2.0z"/>
+<path transform="translate(8.7136, 159.3287) scale(0.0040, -0.0040)" d="M448 332c10 0 17 -8 17 -17c0 -3 -1 -6 -3 -9c-96 -144 -210 -362 -381 -362h-81v85c0 15 12 27 27 27h54c157 0 265 136 353 268c3 5 9 8 14 8z" fill="currentColor"/>
+<path transform="translate(8.7136, 188.3204) scale(0.0040, -0.0040)" d="M465 -315c0 -9 -7 -17 -17 -17c-5 0 -11 3 -14 8c-88 132 -196 268 -353 268h-54c-15 0 -27 12 -27 27v85h81c171 0 285 -218 381 -362c2 -3 3 -6 3 -9z" fill="currentColor"/>
+<rect transform="translate(8.7136, 173.8245)" x="0.0000" y="-14.3159" width="0.4500" height="28.6317" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(9.9636, 173.8245)" x="0.0000" y="-14.2709" width="0.1786" height="28.5417" ry="0.0558" fill="currentColor"/>
+<path transform="translate(20.5608, 163.6095) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(20.5608, 156.2844)" font-family="Century Schoolbook L" font-style="italic" font-size="2.2000" text-anchor="start" fill="currentColor">
+<tspan>
+Stagger breathing</tspan>
+</text>
+<path transform="translate(20.5348, 158.3512) scale(0.0040, -0.0040)" d="M233 243c-56 0 -102 -108 -102 -174c0 -22 8 -38 30 -38c63 0 97 127 97 179c0 18 -7 33 -25 33zM111 -146c-37 0 -76 5 -114 5s-79 -5 -115 -5c-9 0 -14 8 -14 15c0 19 30 16 48 17c23 1 47 7 54 27l101 296c2 7 5 14 5 20c0 8 -3 14 -11 14c-33 0 -61 -60 -77 -97
+c-5 -13 -17 -19 -26 -19c-8 0 -15 5 -15 13c0 3 1 7 2 10c30 68 73 142 133 142c35 0 58 -22 65 -52c29 31 67 52 103 52c69 0 107 -49 107 -114c0 -21 -4 -44 -12 -67c-20 -58 -91 -120 -147 -120c-27 0 -52 6 -73 18c-10 6 -24 3 -27 -6l-27 -80c-1 -3 -2 -6 -2 -9
+c0 -21 20 -28 43 -30c9 -1 13 -8 13 -15s-5 -15 -14 -15z" fill="currentColor"/>
+<text transform="translate(20.5608, 168.5837)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Oo</tspan>
+</text>
+<path transform="translate(20.5608, 172.1797) scale(0.0040, -0.0040)" d="M-24 -117c0 29 13 42 43 42c31 0 74 -11 113 -27l-129 154c-7 9 -11 18 -11 26c0 34 51 66 88 100c24 22 37 52 37 82c0 25 -9 49 -26 69l-33 40c-3 4 -4 7 -4 11c0 9 9 17 18 17c4 0 8 -2 12 -6l150 -179c7 -9 11 -18 11 -26c0 -34 -51 -65 -88 -99
+c-24 -22 -37 -53 -37 -83c0 -25 8 -49 25 -69l82 -97c3 -4 4 -7 4 -11c0 -9 -8 -17 -17 -17c-4 0 -9 2 -13 6c-17 20 -60 36 -93 36c-41 0 -54 -25 -54 -66c0 -34 10 -73 27 -93c5 -6 0 -14 -6 -14c-2 0 -4 1 -6 3c-45 53 -93 147 -93 201z" fill="currentColor"/>
+<path transform="translate(20.5608, 187.5396) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(20.5608, 180.7145)" font-family="Century Schoolbook L" font-style="italic" font-size="2.2000" text-anchor="start" fill="currentColor">
+<tspan>
+Stagger breathing</tspan>
+</text>
+<path transform="translate(20.5348, 182.7813) scale(0.0040, -0.0040)" d="M233 243c-56 0 -102 -108 -102 -174c0 -22 8 -38 30 -38c63 0 97 127 97 179c0 18 -7 33 -25 33zM111 -146c-37 0 -76 5 -114 5s-79 -5 -115 -5c-9 0 -14 8 -14 15c0 19 30 16 48 17c23 1 47 7 54 27l101 296c2 7 5 14 5 20c0 8 -3 14 -11 14c-33 0 -61 -60 -77 -97
+c-5 -13 -17 -19 -26 -19c-8 0 -15 5 -15 13c0 3 1 7 2 10c30 68 73 142 133 142c35 0 58 -22 65 -52c29 31 67 52 103 52c69 0 107 -49 107 -114c0 -21 -4 -44 -12 -67c-20 -58 -91 -120 -147 -120c-27 0 -52 6 -73 18c-10 6 -24 3 -27 -6l-27 -80c-1 -3 -2 -6 -2 -9
+c0 -21 20 -28 43 -30c9 -1 13 -8 13 -15s-5 -15 -14 -15z" fill="currentColor"/>
+<text transform="translate(20.5608, 191.0996)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Oo</tspan>
+</text>
+<rect transform="translate(20.6333, 161.6095)" x="-0.0725" y="2.2555" width="0.1451" height="2.4112" ry="0.0471" fill="currentColor"/>
+<text transform="translate(7.1500, 158.5193)" font-family="Century Schoolbook L" font-size="1.7463" text-anchor="start" fill="currentColor">
+<tspan>
+132</tspan>
+</text>
+<path transform="translate(10.8421, 162.6095) scale(0.0040, -0.0040)" d="M378 263c4 0 7 1 11 1c156 0 257 -129 257 -262c0 -76 -34 -154 -108 -210c-22 -17 -46 -29 -72 -37c3 -34 4 -68 4 -102c0 -20 0 -40 -1 -60c-7 -121 -90 -228 -209 -228c-108 0 -196 87 -196 196c0 58 53 104 112 104c54 0 95 -48 95 -104c0 -52 -43 -95 -95 -95
+c-10 0 -20 2 -29 6c26 -38 68 -63 116 -63c96 0 156 91 162 190c1 19 2 37 2 56c0 30 -2 60 -4 90c-29 -5 -58 -8 -88 -8c-188 0 -333 173 -333 375c0 177 130 307 246 442c-20 62 -38 125 -46 190c-6 52 -7 104 -7 157c0 115 55 223 148 290c3 2 7 3 11 3s8 -1 11 -4
+c71 -83 134 -244 134 -357c0 -143 -85 -255 -178 -364c21 -68 40 -137 57 -206zM462 -202c67 24 111 94 111 162c0 89 -65 178 -170 190c24 -115 46 -230 59 -352zM75 26c0 -134 129 -245 263 -245c28 0 55 2 81 6c-14 126 -36 244 -61 363c-79 -8 -124 -61 -124 -119
+c0 -43 25 -89 80 -121c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 89 58 175 161 198c-14 58 -29 116 -46 173c-106 -122 -212 -244 -212 -404zM406 1042c-99 -47 -162 -148 -162 -257c0 -73 20 -132 38 -191
+c79 97 144 199 144 324c0 53 -4 76 -20 124z" fill="currentColor"/>
+<text transform="translate(11.7431, 166.1135)" font-family="Century Schoolbook L" font-style="italic" font-size="1.3860" text-anchor="start" fill="currentColor">
+<tspan>
+8</tspan>
+</text>
+<path transform="translate(14.4718, 161.6095) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 160.1095) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 162.1095) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 160.6095) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(10.8421, 171.1797) scale(0.0040, -0.0040)" d="M558 -125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM558 125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM231 264c172 0 294 -88 294 -251c0 -263 -262 -416 -515 -523c-3 -3 -7 -4 -10 -4c-7 0 -14 7 -14 14c0 3 1 7 4 10
+c201 118 410 265 410 492c0 119 -61 234 -169 234c-72 0 -124 -53 -148 -123c10 4 19 6 29 6c55 0 100 -45 100 -100c0 -58 -44 -106 -100 -106c-60 0 -112 47 -112 106c0 133 101 245 231 245z" fill="currentColor"/>
+<path transform="translate(14.4718, 173.1797) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 171.6797) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 173.6797) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 172.1797) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(10.8421, 185.0396) scale(0.0040, -0.0040)" d="M558 -125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM558 125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM231 264c172 0 294 -88 294 -251c0 -263 -262 -416 -515 -523c-3 -3 -7 -4 -10 -4c-7 0 -14 7 -14 14c0 3 1 7 4 10
+c201 118 410 265 410 492c0 119 -61 234 -169 234c-72 0 -124 -53 -148 -123c10 4 19 6 29 6c55 0 100 -45 100 -100c0 -58 -44 -106 -100 -106c-60 0 -112 47 -112 106c0 133 101 245 231 245z" fill="currentColor"/>
+<path transform="translate(14.4718, 187.0396) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 185.5396) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 187.5396) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 186.0396) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<rect transform="translate(64.0898, 186.0396)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(66.5311, 170.1797) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(66.0241, 177.5275)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+er</tspan>
+</text>
+<rect transform="translate(64.0898, 161.6095)" x="-0.0725" y="-4.3333" width="0.1451" height="6.0779" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(62.8407, 172.1797)" x="-0.0725" y="-1.8189" width="0.1451" height="2.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(79.3780, 161.6095)" x="-0.0725" y="-4.3333" width="0.1451" height="6.0779" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(78.1289, 172.1797)" x="-0.0725" y="-1.7445" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(66.6037, 172.1797)" x="-0.0725" y="-1.8189" width="0.1451" height="2.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(70.1621, 170.1797) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(69.7153, 177.5275)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+to</tspan>
+</text>
+<rect transform="translate(70.2346, 172.1797)" x="-0.0725" y="-1.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(78.0564, 160.1095) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(78.0564, 163.6095) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(78.0564, 170.1797) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(75.8212, 177.5275)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+pray,</tspan>
+</text>
+<path transform="translate(78.0564, 187.5396) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(52.7494, 177.5275)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in</tspan>
+</text>
+<path transform="translate(53.2364, 170.1797) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(48.0875, 186.0396)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(48.0875, 161.6095)" x="-0.0725" y="-4.3333" width="0.1451" height="6.0779" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(46.8384, 172.1797)" x="-0.0725" y="-1.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(62.7682, 187.5396) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(61.8393, 177.5275)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+riv</tspan>
+</text>
+<path transform="translate(62.7682, 170.1797) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(62.7682, 163.6095) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(62.7682, 160.1095) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(57.6830, 172.1797)" x="-0.0725" y="-1.8189" width="0.1451" height="2.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(53.3089, 172.1797)" x="-0.0725" y="-1.8189" width="0.1451" height="2.8189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(56.4004, 177.5275)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<path transform="translate(57.6104, 170.1797) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+</svg>
diff --git a/hr/stch/fertig/down/down-page-4.svg b/hr/stch/fertig/down/down-page-4.svg
new file mode 100644
index 0000000..9b6b1b5
--- /dev/null
+++ b/hr/stch/fertig/down/down-page-4.svg
@@ -0,0 +1,1618 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="210.00mm" height="297.00mm" viewBox="0 0 140.5901 198.8346">
+<!-- Page: 4/4 -->
+<text transform="translate(10.0421, 8.2212)" font-family="Century Schoolbook L" font-size="2.2000" text-anchor="start" fill="currentColor">
+<tspan>
+4</tspan>
+</text>
+<text transform="translate(129.9454, 8.2212)" font-family="Century Schoolbook L" font-size="2.2000" text-anchor="start" fill="currentColor">
+<tspan>
+ </tspan>
+</text>
+<rect transform="translate(70.3973, 24.2114)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(111.2886, 13.8878)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(46.2057, 13.8878)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(95.5033, 13.8878)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(95.5033, 35.2432)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(31.8219, 35.2432)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(70.3973, 13.8878)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(58.4033, 24.2114)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(85.7881, 13.8878)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(46.2057, 24.2114)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(31.8219, 24.2114)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(120.8123, 13.8878)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(85.7881, 24.2114)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(58.4033, 35.2432)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(120.8123, 35.2432)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(31.8219, 13.8878)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(85.7881, 35.2432)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(46.2057, 35.2432)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(120.8123, 24.2114)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<line transform="translate(10.0421, 15.8878)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 14.8878)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 13.8878)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 12.8878)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 11.8878)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(130.3359, 24.2114)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(70.3973, 35.2432)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(111.2886, 35.2432)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(111.2886, 24.2114)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(10.0421, 21.2114)" x="70.0812" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<line transform="translate(10.0421, 26.2114)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 25.2114)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 24.2114)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 23.2114)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 22.2114)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(130.3359, 35.2432)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(95.5033, 24.2114)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(58.4033, 13.8878)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<line transform="translate(10.0421, 37.2432)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 36.2432)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 35.2432)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 34.2432)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 33.2432)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(130.3359, 13.8878)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(102.8324, 24.2114)" x="-0.0725" y="-1.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(101.6904, 29.5592)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+me</tspan>
+</text>
+<path transform="translate(102.7598, 22.2114) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(98.3360, 35.2432)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(113.8154, 24.2114)" x="-0.0725" y="-0.2445" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(115.0645, 13.8878)" x="-0.0725" y="-4.6667" width="0.1451" height="6.9112" ry="0.0471" fill="currentColor"/>
+<path transform="translate(113.7429, 36.7432) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(113.7429, 29.5592)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+way.</tspan>
+</text>
+<path transform="translate(113.7429, 23.7114) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(113.7429, 16.3878) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(113.7429, 11.8878) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(108.2620, 26.6644) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<rect transform="translate(108.1895, 24.2114)" x="-0.0725" y="-0.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(106.9069, 29.5592)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<path transform="translate(108.1170, 23.2114) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(89.6876, 13.8878)" x="-0.0725" y="-4.6667" width="0.1451" height="6.9112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(88.4385, 24.2114)" x="-0.0725" y="-2.2445" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(89.6876, 35.2432)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(80.4523, 21.2114) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(78.1978, 29.5592)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Good</tspan>
+</text>
+<rect transform="translate(80.5248, 24.2114)" x="-0.0725" y="-2.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(88.3660, 11.8878) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(88.3660, 16.3878) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(88.3660, 21.7114) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(86.0304, 29.5592)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Lord,</tspan>
+</text>
+<path transform="translate(88.3660, 36.7432) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(98.3360, 13.8878)" x="-0.0725" y="-4.6667" width="0.1451" height="6.9112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(97.0869, 24.2114)" x="-0.0725" y="-1.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(97.1594, 25.6644) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<path transform="translate(97.0143, 11.8878) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(97.0143, 16.3878) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(97.0143, 22.2114) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(94.7599, 29.5592)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+show</tspan>
+</text>
+<path transform="translate(97.0143, 36.7432) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(97.0143, 13.8878)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -2.75C3.15031178190944 -3.73885179079766 15.7969588714407 -3.73885179079766 17.22563562897 -2.75C15.7969588714407 -3.60493582441111 3.15031178190944 -3.60493582441111 1.72163502438012 -2.75z"/>
+<path transform="translate(88.3660, 35.2432)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.64428274095809 2.89379179249756 7.3982046950359 2.89379179249756 8.4483145964878 2.0C7.3982046950359 2.75987582611101 2.64428274095809 2.75987582611101 1.59417283950617 2.0z"/>
+<path transform="translate(88.3660, 13.8878)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 3.0C2.64428274095809 3.89379179249756 7.3982046950359 3.89379179249756 8.4483145964878 3.0C7.3982046950359 3.75987582611101 2.64428274095809 3.75987582611101 1.59417283950617 3.0z"/>
+<path transform="translate(88.3660, 13.8878)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -2.75C2.81146084732745 -3.65650175488984 8.05557519329355 -3.65650175488984 9.14540101624088 -2.75C8.05557519329355 -3.52258578850328 2.81146084732745 -3.52258578850328 1.72163502438012 -2.75z"/>
+<path transform="translate(72.0021, 35.2432)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950618 2.0C2.99714941960755 2.98389812559513 14.7609007411913 2.98389812559513 16.1638773212926 2.0C14.7609007411913 2.84998215920857 2.99714941960755 2.84998215920857 1.59417283950618 2.0z"/>
+<path transform="translate(72.0021, 13.8878)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950618 3.0C2.99714941960755 3.98389812559513 14.7609007411913 3.98389812559513 16.1638773212926 3.0C14.7609007411913 3.84998215920857 2.99714941960755 3.84998215920857 1.59417283950618 3.0z"/>
+<path transform="translate(113.7429, 35.2432)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.70397357308593 2.91259722364767 8.21383763993444 2.91259722364767 9.3236383735142 2.0C8.21383763993444 2.77868125726111 2.70397357308593 2.77868125726111 1.59417283950617 2.0z"/>
+<path transform="translate(113.7429, 24.2114)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.897086419753094 -1.64458892690263C2.0878791219985 -2.58005182765115 8.82993209102187 -2.58005182765115 10.0207247932673 -1.64458892690263C8.82993209102187 -2.44613586126459 2.0878791219985 -2.44613586126459 0.897086419753094 -1.64458892690263z"/>
+<path transform="translate(113.7429, 13.8878)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 3.0C2.70397357308593 3.91259722364767 8.21383763993444 3.91259722364767 9.3236383735142 3.0C8.21383763993444 3.77868125726111 2.70397357308593 3.77868125726111 1.59417283950617 3.0z"/>
+<path transform="translate(113.7429, 13.8878)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -2.75C2.86640892414529 -3.67282125289033 8.87595089350211 -3.67282125289033 10.0207247932673 -2.75C8.87595089350211 -3.53890528650378 2.86640892414529 -3.53890528650378 1.72163502438012 -2.75z"/>
+<path transform="translate(97.0143, 35.2432)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C3.00745100853834 2.98590418935548 15.1152710401848 2.98590418935548 16.5285492092169 2.0C15.1152710401848 2.85198822296893 3.00745100853834 2.85198822296893 1.59417283950617 2.0z"/>
+<path transform="translate(97.0143, 13.8878)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 3.0C3.00745100853834 3.98590418935548 15.1152710401848 3.98590418935548 16.5285492092169 3.0C15.1152710401848 3.85198822296893 3.00745100853834 3.85198822296893 1.59417283950617 3.0z"/>
+<path transform="translate(47.8117, 13.8878)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -2.75C3.00447007927914 -3.70828410029485 11.5291040825107 -3.70828410029485 12.8119391374097 -2.75C11.5291040825107 -3.57436813390829 3.00447007927914 -3.57436813390829 1.72163502438012 -2.75z"/>
+<path transform="translate(33.3366, 35.2432)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.937423792604 2.97169848822873 12.9318019706503 2.97169848822873 14.2750529237481 2.0C12.9318019706503 2.83778252184218 2.937423792604 2.83778252184218 1.59417283950617 2.0z"/>
+<path transform="translate(33.3366, 13.8878)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 3.0C2.937423792604 3.97169848822873 12.9318019706503 3.97169848822873 14.2750529237481 3.0C12.9318019706503 3.83778252184218 2.937423792604 3.83778252184218 1.59417283950617 3.0z"/>
+<path transform="translate(33.3366, 13.8878)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -2.75C3.08411942084845 -3.72573653683608 13.6096549470329 -3.72573653683608 14.9721393435012 -2.75C13.6096549470329 -3.59182057044953 3.08411942084845 -3.59182057044953 1.72163502438012 -2.75z"/>
+<polygon transform="translate(25.3385, 26.2114)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.4225 -0.0087 3.4225 0.3771 0.0471 0.1929 0.0471 -0.1929"/>
+<path transform="translate(25.3385, 24.2114)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.741967950167414 -2.20402244668911C1.7405316021884 -2.8384723214322 3.38041386430018 -2.51784751949336 4.06648765022477 -1.55402244668911C3.35471755977144 -2.38642002622498 1.71483529765967 -2.70704482816381 0.741967950167414 -2.20402244668911z"/>
+<path transform="translate(20.5608, 35.2432)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.87247349414759 2.95723012924935 11.2975421971037 2.95723012924935 12.5758428517451 2.0C11.2975421971037 2.82331416286279 2.87247349414759 2.82331416286279 1.59417283950617 2.0z"/>
+<path transform="translate(72.0021, 13.8878)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -2.75C3.14054832926229 -3.73698989102728 15.4420504361635 -3.73698989102728 16.8609637410457 -2.75C15.4420504361635 -3.60307392464073 3.14054832926229 -3.60307392464073 1.72163502438012 -2.75z"/>
+<path transform="translate(60.1265, 35.2432)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950618 2.0C2.83256938132165 2.94765067426142 10.4372149738734 2.94765067426142 11.6756115156889 2.0C10.4372149738734 2.81373470787486 2.83256938132165 2.81373470787486 1.59417283950618 2.0z"/>
+<path transform="translate(60.1265, 13.8878)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950618 3.0C2.83256938132165 3.94765067426142 10.4372149738734 3.94765067426142 11.6756115156889 3.0C10.4372149738734 3.81373470787486 2.83256938132165 3.81373470787486 1.59417283950618 3.0z"/>
+<path transform="translate(60.1265, 13.8878)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -2.75C2.98577639840229 -3.70389432840822 11.1085565614198 -3.70389432840822 12.3726979354419 -2.75C11.1085565614198 -3.56997836202166 2.98577639840229 -3.56997836202166 1.72163502438012 -2.75z"/>
+<rect transform="translate(63.4299, 29.5592)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<path transform="translate(47.8117, 35.2432)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950618 2.0C2.85257620047216 2.95252293935898 10.8564493566906 2.95252293935898 12.1148527176566 2.0C10.8564493566906 2.81860697297243 2.85257620047216 2.81860697297243 1.59417283950618 2.0z"/>
+<path transform="translate(47.8117, 13.8878)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950618 3.0C2.85257620047216 3.95252293935898 10.8564493566906 3.95252293935898 12.1148527176566 3.0C10.8564493566906 3.81860697297243 2.85257620047216 3.81860697297243 1.59417283950618 3.0z"/>
+<rect transform="translate(124.5881, 13.8878)" x="-0.0725" y="-4.6667" width="0.1451" height="6.9112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(123.3390, 24.2114)" x="-0.0725" y="-0.2445" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(115.0645, 35.2432)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(123.2665, 11.8878) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(123.2665, 16.3878) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(123.2665, 23.7114) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(123.2665, 36.7432) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(124.5881, 35.2432)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(28.6630, 23.7114) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(28.7355, 24.2114)" x="-0.0725" y="-0.3189" width="0.1451" height="2.4992" ry="0.0471" fill="currentColor"/>
+<path transform="translate(33.3366, 11.8878) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(33.3366, 16.3878) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(33.3366, 23.7114) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(31.6446, 29.5592)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+who</tspan>
+</text>
+<path transform="translate(33.3366, 36.7432) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(34.6582, 13.8878)" x="-0.0725" y="-4.6667" width="0.1451" height="6.9112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(20.6333, 24.2114)" x="-0.0725" y="-1.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(21.8824, 35.2432)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(25.3385, 23.2114) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(25.3385, 29.5592)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+and</tspan>
+</text>
+<rect transform="translate(25.4110, 24.2114)" x="-0.0725" y="-0.8189" width="0.1451" height="2.8227" ry="0.0471" fill="currentColor"/>
+<path transform="translate(40.2202, 24.7114) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(38.1063, 29.5592)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+shall</tspan>
+</text>
+<rect transform="translate(41.4633, 24.2114)" x="-0.0725" y="-3.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(47.8117, 11.8878) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(47.8117, 16.3878) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(33.4091, 24.2114)" x="-0.0725" y="-0.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(34.6582, 35.2432)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(10.0421, 13.8878)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M8.21861728395062 -2.0C8.72464138033616 -2.5968057558097 9.81259318756508 -2.5968057558097 10.3186172839506 -2.0C9.81259318756508 -2.46288978942314 8.72464138033616 -2.46288978942314 8.21861728395062 -2.0z"/>
+<path transform="translate(10.0421, 13.8878)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M8.21861728395062 2.5C8.72464138033616 3.0968057558097 9.81259318756508 3.0968057558097 10.3186172839506 2.5C9.81259318756508 2.96288978942314 8.72464138033616 2.96288978942314 8.21861728395062 2.5z"/>
+<path transform="translate(10.0421, 35.2432)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M8.21861728395062 2.0C8.72464138033616 2.5968057558097 9.81259318756508 2.5968057558097 10.3186172839506 2.0C9.81259318756508 2.46288978942314 8.72464138033616 2.46288978942314 8.21861728395062 2.0z"/>
+<line transform="translate(113.7429, 18.3886)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0000" y1="0.0000" x2="15.8051" y2="0.6666"/>
+<line transform="translate(113.7429, 18.3886)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0000" y1="-0.0000" x2="15.8051" y2="-0.6666"/>
+<line transform="translate(113.7429, 20.8333)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0000" y1="0.0000" x2="15.8051" y2="0.6666"/>
+<line transform="translate(113.7429, 20.8333)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0000" y1="-0.0000" x2="15.8051" y2="-0.6666"/>
+<line transform="translate(113.7429, 31.8651)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0000" y1="0.0000" x2="15.8051" y2="0.6666"/>
+<line transform="translate(113.7429, 31.8651)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0000" y1="-0.0000" x2="15.8051" y2="-0.6666"/>
+<path transform="translate(8.7136, 11.6070) scale(0.0040, -0.0040)" d="M448 332c10 0 17 -8 17 -17c0 -3 -1 -6 -3 -9c-96 -144 -210 -362 -381 -362h-81v85c0 15 12 27 27 27h54c157 0 265 136 353 268c3 5 9 8 14 8z" fill="currentColor"/>
+<path transform="translate(8.7136, 37.5240) scale(0.0040, -0.0040)" d="M465 -315c0 -9 -7 -17 -17 -17c-5 0 -11 3 -14 8c-88 132 -196 268 -353 268h-54c-15 0 -27 12 -27 27v85h81c171 0 285 -218 381 -362c2 -3 3 -6 3 -9z" fill="currentColor"/>
+<rect transform="translate(8.7136, 24.5655)" x="0.0000" y="-12.7785" width="0.4500" height="25.5570" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(9.9636, 24.5655)" x="0.0000" y="-12.7335" width="0.1786" height="25.4670" ry="0.0558" fill="currentColor"/>
+<path transform="translate(10.8421, 34.2432) scale(0.0040, -0.0040)" d="M558 -125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM558 125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM231 264c172 0 294 -88 294 -251c0 -263 -262 -416 -515 -523c-3 -3 -7 -4 -10 -4c-7 0 -14 7 -14 14c0 3 1 7 4 10
+c201 118 410 265 410 492c0 119 -61 234 -169 234c-72 0 -124 -53 -148 -123c10 4 19 6 29 6c55 0 100 -45 100 -100c0 -58 -44 -106 -100 -106c-60 0 -112 47 -112 106c0 133 101 245 231 245z" fill="currentColor"/>
+<path transform="translate(14.4718, 36.2432) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 34.7432) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 36.7432) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 35.2432) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(20.5608, 12.3878) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(20.5608, 15.8878) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(20.5608, 22.2114) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(18.9089, 29.5592)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+way</tspan>
+</text>
+<path transform="translate(20.5608, 36.7432) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(21.8824, 13.8878)" x="-0.0725" y="-4.3333" width="0.1451" height="6.0779" ry="0.0471" fill="currentColor"/>
+<text transform="translate(7.1500, 10.7977)" font-family="Century Schoolbook L" font-size="1.7463" text-anchor="start" fill="currentColor">
+<tspan>
+140</tspan>
+</text>
+<path transform="translate(10.8421, 14.8878) scale(0.0040, -0.0040)" d="M378 263c4 0 7 1 11 1c156 0 257 -129 257 -262c0 -76 -34 -154 -108 -210c-22 -17 -46 -29 -72 -37c3 -34 4 -68 4 -102c0 -20 0 -40 -1 -60c-7 -121 -90 -228 -209 -228c-108 0 -196 87 -196 196c0 58 53 104 112 104c54 0 95 -48 95 -104c0 -52 -43 -95 -95 -95
+c-10 0 -20 2 -29 6c26 -38 68 -63 116 -63c96 0 156 91 162 190c1 19 2 37 2 56c0 30 -2 60 -4 90c-29 -5 -58 -8 -88 -8c-188 0 -333 173 -333 375c0 177 130 307 246 442c-20 62 -38 125 -46 190c-6 52 -7 104 -7 157c0 115 55 223 148 290c3 2 7 3 11 3s8 -1 11 -4
+c71 -83 134 -244 134 -357c0 -143 -85 -255 -178 -364c21 -68 40 -137 57 -206zM462 -202c67 24 111 94 111 162c0 89 -65 178 -170 190c24 -115 46 -230 59 -352zM75 26c0 -134 129 -245 263 -245c28 0 55 2 81 6c-14 126 -36 244 -61 363c-79 -8 -124 -61 -124 -119
+c0 -43 25 -89 80 -121c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 89 58 175 161 198c-14 58 -29 116 -46 173c-106 -122 -212 -244 -212 -404zM406 1042c-99 -47 -162 -148 -162 -257c0 -73 20 -132 38 -191
+c79 97 144 199 144 324c0 53 -4 76 -20 124z" fill="currentColor"/>
+<text transform="translate(11.7431, 18.3919)" font-family="Century Schoolbook L" font-style="italic" font-size="1.3860" text-anchor="start" fill="currentColor">
+<tspan>
+8</tspan>
+</text>
+<path transform="translate(14.4718, 13.8878) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 12.3878) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 14.3878) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 12.8878) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(10.8421, 23.2114) scale(0.0040, -0.0040)" d="M558 -125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM558 125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM231 264c172 0 294 -88 294 -251c0 -263 -262 -416 -515 -523c-3 -3 -7 -4 -10 -4c-7 0 -14 7 -14 14c0 3 1 7 4 10
+c201 118 410 265 410 492c0 119 -61 234 -169 234c-72 0 -124 -53 -148 -123c10 4 19 6 29 6c55 0 100 -45 100 -100c0 -58 -44 -106 -100 -106c-60 0 -112 47 -112 106c0 133 101 245 231 245z" fill="currentColor"/>
+<path transform="translate(14.4718, 25.2114) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 23.7114) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 25.7114) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 24.2114) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(65.0132, 23.2114) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(64.4659, 29.5592)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+ry</tspan>
+</text>
+<rect transform="translate(65.0857, 24.2114)" x="-0.0725" y="-0.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(61.4481, 13.8878)" x="-0.0725" y="-4.6667" width="0.1451" height="6.9112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(60.1991, 24.2114)" x="-0.0725" y="-1.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(61.4481, 35.2432)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(72.0747, 24.2114)" x="-0.0725" y="-1.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(73.3238, 35.2432)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(72.0021, 11.8878) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(72.0021, 16.3878) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(72.0021, 22.2114) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(68.8841, 29.5592)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+crown,</tspan>
+</text>
+<path transform="translate(72.0021, 36.7432) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(73.3238, 13.8878)" x="-0.0725" y="-4.6667" width="0.1451" height="6.9112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(49.1333, 35.2432)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(47.8842, 24.2114)" x="-0.0725" y="-0.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(47.8117, 23.7114) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(45.6577, 29.5592)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+wear</tspan>
+</text>
+<path transform="translate(47.8117, 36.7432) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(49.1333, 13.8878)" x="-0.0725" y="-4.6667" width="0.1451" height="6.9112" ry="0.0471" fill="currentColor"/>
+<path transform="translate(49.5733, 23.7114) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<path transform="translate(60.1265, 36.7432) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(58.5148, 29.5592)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+star</tspan>
+</text>
+<path transform="translate(60.1265, 22.2114) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(60.1265, 16.3878) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(60.1265, 11.8878) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(54.7822, 26.6644) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<rect transform="translate(54.7096, 24.2114)" x="-0.0725" y="-0.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(53.4271, 29.5592)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<path transform="translate(54.6371, 23.2114) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(117.9891, 96.3506)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(52.2576, 83.7540)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(27.5742, 66.4888)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(97.9012, 52.3776)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(52.2576, 96.3506)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(27.5742, 52.3776)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 52.3776)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 66.4888)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 83.7540)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 96.3506)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(85.1387, 96.3506)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(85.1387, 83.7540)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(63.6358, 52.3776)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(63.6358, 66.4888)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(85.1387, 66.4888)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(63.6358, 83.7540)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(85.1387, 52.3776)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(63.6358, 96.3506)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(40.5004, 83.7540)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(108.4544, 66.4888)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(108.4544, 52.3776)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(40.5004, 96.3506)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(40.5004, 66.4888)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(108.4544, 83.7540)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(40.5004, 52.3776)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(108.4544, 96.3506)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(97.9012, 96.3506)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(117.9891, 52.3776)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(52.2576, 52.3776)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(117.9891, 66.4888)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(97.9012, 83.7540)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(52.2576, 66.4888)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(27.5742, 96.3506)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(117.9891, 83.7540)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(27.5742, 83.7540)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(97.9012, 66.4888)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(75.2660, 52.3776)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(75.2660, 96.3506)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(10.0421, 80.7540)" x="31.7309" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(10.0421, 80.7540)" x="37.0448" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(10.0421, 79.7540)" x="37.0448" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(10.0421, 80.7540)" x="54.8107" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<line transform="translate(10.0421, 85.7540)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 84.7540)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 83.7540)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 82.7540)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 81.7540)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 98.3506)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 97.3506)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 96.3506)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 95.3506)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 94.3506)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 68.4888)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 67.4888)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 66.4888)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 65.4888)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 64.4888)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(75.2660, 66.4888)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<line transform="translate(10.0421, 54.3776)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 53.3776)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 52.3776)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 51.3776)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 50.3776)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(75.2660, 83.7540)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<path transform="translate(99.5574, 86.2070) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<rect transform="translate(100.7339, 96.3506)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(100.7339, 66.4888)" x="-0.0725" y="-4.0000" width="0.1451" height="5.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(99.4848, 83.7540)" x="-0.0725" y="-0.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(77.8739, 83.7540)" x="-0.0725" y="-1.7445" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(110.9757, 64.9888) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(110.9757, 68.4888) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(110.9757, 75.5070)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Oh,</tspan>
+</text>
+<path transform="translate(110.9757, 81.2540) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(109.6041, 89.1018)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Oh,</tspan>
+</text>
+<path transform="translate(110.9757, 97.8506) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(110.9757, 101.8506)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Oh,</tspan>
+</text>
+<rect transform="translate(112.2974, 52.3776)" x="-0.0725" y="-3.3333" width="0.1451" height="4.0779" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(112.2974, 66.4888)" x="-0.0725" y="-4.3333" width="0.1451" height="6.0779" ry="0.0471" fill="currentColor"/>
+<path transform="translate(102.5624, 83.2540) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(104.3240, 83.2540) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(102.6349, 83.7540)" x="-0.0725" y="-0.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(110.9757, 52.3776) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(110.9757, 53.3776) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(110.9757, 58.6467)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Oh,</tspan>
+</text>
+<rect transform="translate(88.0399, 66.4888)" x="-0.0725" y="-4.0000" width="0.1451" height="5.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(86.7908, 83.7540)" x="-0.0725" y="-1.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(86.8634, 85.2070) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<path transform="translate(86.7183, 52.8776) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(86.7183, 54.3776) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(86.7183, 65.4888) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(86.7183, 67.9888) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(86.7183, 81.7540) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(84.4840, 89.1018)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+come</tspan>
+</text>
+<path transform="translate(86.7183, 97.8506) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(88.0399, 52.3776)" x="-0.0725" y="-3.0000" width="0.1451" height="4.7445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(99.4123, 52.8776) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(99.4123, 54.3776) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(96.7151, 58.6467)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down.</tspan>
+</text>
+<path transform="translate(99.4123, 65.4888) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(99.4123, 67.9888) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(96.7151, 75.5070)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down.</tspan>
+</text>
+<path transform="translate(99.4123, 82.7540) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(99.4123, 89.1018)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down.</tspan>
+</text>
+<path transform="translate(99.4123, 97.8506) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(96.7151, 101.8506)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down.</tspan>
+</text>
+<rect transform="translate(100.7339, 52.3776)" x="-0.0725" y="-3.0000" width="0.1451" height="4.7445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(88.0399, 96.3506)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(92.0807, 81.7540) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(91.3527, 89.1018)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+on</tspan>
+</text>
+<path transform="translate(93.8423, 81.2540) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(92.1532, 83.7540)" x="-0.0725" y="-1.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(79.1230, 96.3506)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(122.2300, 89.1018)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<path transform="translate(110.9757, 96.3506)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.63594936802896 2.89102039868088 7.29301023779942 2.89102039868088 8.33478676632221 2.0C7.29301023779942 2.75710443229432 2.63594936802896 2.75710443229432 1.59417283950617 2.0z"/>
+<path transform="translate(110.9757, 66.4888)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.897086419753094 3.0C2.03205785657055 3.92001139115463 7.89690174925785 3.92001139115463 9.0318731860753 3.0C7.89690174925785 3.78609542476808 2.03205785657055 3.78609542476808 0.897086419753094 3.0z"/>
+<path transform="translate(110.9757, 66.4888)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -2.5C2.80647253548395 -3.40494927418067 7.98630391290637 -3.40494927418067 9.07114142401019 -2.5C7.98630391290637 -3.27103330779411 2.80647253548395 -3.27103330779411 1.72163502438012 -2.5z"/>
+<path transform="translate(110.9757, 52.3776)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.897086419753094 1.75C2.02968171698721 2.66932383399511 7.86000965090626 2.66932383399511 8.99260494814038 1.75C7.86000965090626 2.53540786760855 2.02968171698721 2.53540786760855 0.897086419753094 1.75z"/>
+<path transform="translate(110.9757, 52.3776)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -0.75C2.80113708917735 -1.65327508607782 7.91310288334316 -1.65327508607782 8.99260494814038 -0.75C7.91310288334316 -1.51935911969127 2.80113708917735 -1.51935911969127 1.72163502438012 -0.75z"/>
+<path transform="translate(99.4123, 83.7540)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.746442122933928 -2.20402244668911C1.7117754165808 -2.80551916444701 3.24813550931431 -2.48850135545676 3.89653032604642 -1.55402244668911C3.22107295377647 -2.35734837554015 1.68471286104297 -2.6743661845304 0.746442122933928 -2.20402244668911z"/>
+<path transform="translate(77.8013, 96.3506)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.66343446522615 2.90002162327358 7.64766693404115 2.90002162327358 8.71692855976113 2.0C7.64766693404115 2.76610565688702 2.66343446522615 2.76610565688702 1.59417283950617 2.0z"/>
+<path transform="translate(29.0956, 96.3506)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.88202789741029 2.95944298162444 11.5185035137734 2.95944298162444 12.8063585716776 2.0C11.5185035137734 2.82552701523789 2.88202789741029 2.82552701523789 1.59417283950617 2.0z"/>
+<path transform="translate(29.0956, 66.4888)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.897086419753084 2.75C2.23773495877039 3.72114381008449 12.1627964524133 3.72114381008449 13.5034449914306 2.75C12.1627964524133 3.58722784369794 2.23773495877039 3.58722784369794 0.897086419753084 2.75z"/>
+<rect transform="translate(31.8150, 89.1018)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<path transform="translate(20.5608, 96.3506)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.63594936802896 2.89102039868088 7.29301023779943 2.89102039868088 8.33478676632221 2.0C7.29301023779943 2.75710443229432 2.63594936802896 2.75710443229432 1.59417283950617 2.0z"/>
+<path transform="translate(20.5608, 66.4888)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.897086419753085 3.0C2.03205785657053 3.92001139115463 7.89690174925785 3.92001139115463 9.0318731860753 3.0C7.89690174925785 3.78609542476808 2.03205785657053 3.78609542476808 0.897086419753085 3.0z"/>
+<path transform="translate(20.5608, 66.4888)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -2.5C2.80647253548396 -3.40494927418067 7.98630391290637 -3.40494927418067 9.07114142401021 -2.5C7.98630391290637 -3.27103330779411 2.80647253548396 -3.27103330779411 1.72163502438012 -2.5z"/>
+<path transform="translate(20.5608, 52.3776)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.897086419753085 1.75C2.0296817169872 2.66932383399511 7.86000965090628 2.66932383399511 8.9926049481404 1.75C7.86000965090628 2.53540786760855 2.0296817169872 2.53540786760855 0.897086419753085 1.75z"/>
+<path transform="translate(20.5608, 52.3776)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -0.75C2.80113708917735 -1.65327508607782 7.91310288334317 -1.65327508607782 8.9926049481404 -0.75C7.91310288334317 -1.51935911969127 2.80113708917735 -1.51935911969127 1.72163502438012 -0.75z"/>
+<path transform="translate(20.5608, 66.4888)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.69417283950617 -4.55402244668911C4.28281323490758 -6.19308021402301 20.070813625537 -5.43389828145104 22.4902425472538 -3.55402244668911C20.0643815731496 -5.30013687163741 4.27638118252012 -6.05931880420938 1.69417283950617 -4.55402244668911z"/>
+<path transform="translate(20.5608, 52.3776)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.69417283950617 -2.70402244668911C4.15805397347463 -4.50375267491695 19.7065371811209 -4.76874738130796 22.2303156054916 -3.05402244668911C19.7088191959593 -4.63485085983887 4.16033598831296 -4.36985615344786 1.69417283950617 -2.70402244668911z"/>
+<path transform="translate(77.8013, 66.4888)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.66343446522615 2.90002162327358 7.64766693404115 2.90002162327358 8.71692855976113 2.0C7.64766693404115 2.76610565688702 2.66343446522615 2.76610565688702 1.59417283950617 2.0z"/>
+<path transform="translate(77.8013, 66.4888)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -1.75C2.82905937931093 -2.66188206388847 8.30659062458339 -2.66188206388847 9.41401497951421 -1.75C8.30659062458339 -2.52796609750192 2.82905937931093 -2.52796609750192 1.72163502438012 -1.75z"/>
+<path transform="translate(77.8013, 52.3776)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.897086419753094 3.0C2.05451930735275 3.926387718286 8.25658209191455 3.926387718286 9.41401497951421 3.0C8.25658209191455 3.79247175189944 2.05451930735275 3.79247175189944 0.897086419753094 3.0z"/>
+<path transform="translate(77.8013, 52.3776)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -0.658820914466136C2.82905937931093 -1.57070297835461 8.30659062458339 -1.57070297835461 9.41401497951421 -0.658820914466136C8.30659062458339 -1.43678701196806 2.82905937931093 -1.43678701196806 1.72163502438012 -0.658820914466136z"/>
+<path transform="translate(57.2053, 52.3776)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.857818181818182 2.75C1.96028686900241 3.66038206095151 7.37102346939279 3.66038206095151 8.47349215657702 2.75C7.37102346939279 3.52646609456496 1.96028686900241 3.52646609456496 0.857818181818182 2.75z"/>
+<path transform="translate(57.2053, 52.3776)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.64309854851031 -0.225C2.69147725655459 -1.11821912742384 7.42511344853273 -1.11821912742384 8.47349215657702 -0.225C7.42511344853273 -0.98430316103729 2.69147725655459 -0.98430316103729 1.64309854851031 -0.225z"/>
+<path transform="translate(53.7790, 96.3506)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950618 2.0C2.80978973481852 2.9419260276796 9.98715753937692 2.9419260276796 11.2027744346893 2.0C9.98715753937692 2.80801006129304 2.80978973481852 2.80801006129304 1.59417283950618 2.0z"/>
+<path transform="translate(53.7790, 66.4888)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.897086419753087 3.0C2.1762724576171 3.95743646617576 10.6206748165783 3.95743646617576 11.8998608544423 3.0C10.6206748165783 3.8235204997892 2.1762724576171 3.8235204997892 0.897086419753087 3.0z"/>
+<path transform="translate(53.7790, 66.4888)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -1.6342004427397C2.96453226314942 -2.58295962503218 10.656963615673 -2.58295962503218 11.8998608544423 -1.6342004427397C10.656963615673 -2.44904365864562 2.96453226314942 -2.44904365864562 1.72163502438012 -1.6342004427397z"/>
+<path transform="translate(53.7790, 83.7540)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.657818181818179 -3.55402244668911C1.52380804045896 -4.37500980424514 3.21819702104273 -4.37500980424514 4.08418687968351 -3.55402244668911C3.21819702104273 -4.24109383785858 1.52380804045896 -4.24109383785858 0.657818181818179 -3.55402244668911z"/>
+<path transform="translate(53.7790, 52.3776)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.63867267817956 2.55402244668911C2.49035238583716 4.17056607930185 10.0939266704745 4.50286399403921 12.0795724663213 3.05402244668911C10.0997735997396 4.36907573046047 2.49619931510217 4.0367778157231 0.63867267817956 2.55402244668911z"/>
+<path transform="translate(119.5105, 52.3776) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(119.5105, 53.3776) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(119.5891, 64.9888) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(119.5105, 68.4888) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(119.5105, 81.2540) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(118.4612, 89.1018)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+sin</tspan>
+</text>
+<path transform="translate(119.5105, 97.8506) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(120.7536, 52.3776)" x="-0.0725" y="-3.3333" width="0.1451" height="4.1522" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(120.8322, 66.4888)" x="-0.0725" y="-4.3333" width="0.1451" height="6.0779" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(111.0483, 83.7540)" x="-0.0725" y="-2.2445" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(112.2974, 96.3506)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(125.4185, 52.8776) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(125.4185, 53.8776) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(125.4185, 65.4888) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(125.4185, 81.7540) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(123.2444, 89.1018)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+ners,</tspan>
+</text>
+<rect transform="translate(126.6616, 52.3776)" x="-0.0725" y="-3.0000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(125.4910, 66.4888)" x="-0.0725" y="-0.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(125.4910, 83.7540)" x="-0.0725" y="-1.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(119.5831, 83.7540)" x="-0.0725" y="-2.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(120.8322, 96.3506)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(29.1681, 83.7540)" x="-0.0725" y="-2.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(30.4172, 96.3506)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(29.0956, 52.3776) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(29.0956, 53.3776) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(29.1741, 64.9888) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(29.0956, 68.4888) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(29.0956, 81.2540) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(28.0462, 89.1018)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+sin</tspan>
+</text>
+<path transform="translate(29.0956, 97.8506) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(30.3387, 52.3776)" x="-0.0725" y="-3.3333" width="0.1451" height="4.1522" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(30.4172, 66.4888)" x="-0.0725" y="-4.3333" width="0.1451" height="6.0779" ry="0.0471" fill="currentColor"/>
+<path transform="translate(42.1019, 68.4888) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(42.1019, 80.7540) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(40.4500, 89.1018)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+let’s</tspan>
+</text>
+<path transform="translate(42.1019, 97.8506) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(42.1744, 52.3776)" x="-0.0725" y="-0.2445" width="0.1451" height="3.9112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(43.4235, 66.4888)" x="-0.0725" y="-3.6667" width="0.1451" height="5.4112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(42.1744, 83.7540)" x="-0.0725" y="-2.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(35.0035, 52.8776) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(35.0035, 53.8776) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(35.0035, 65.4888) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(35.0035, 81.7540) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(32.8294, 89.1018)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+ners,</tspan>
+</text>
+<rect transform="translate(36.2466, 52.3776)" x="-0.0725" y="-3.0000" width="0.1451" height="4.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(35.0760, 66.4888)" x="-0.0725" y="-0.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(35.0760, 83.7540)" x="-0.0725" y="-1.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(42.1019, 51.8776) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(42.1019, 52.8776) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(42.1019, 65.9888) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(110.9757, 52.3776)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.69417283950618 -2.70402244668911C3.96610203120959 -4.51805119404466 16.9343042713794 -5.10236014688212 19.3601658725493 -3.5C16.9403320144664 -4.96857990780877 3.97212977429653 -4.38427095497131 1.69417283950618 -2.70402244668911z"/>
+<path transform="translate(110.9757, 66.4888)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.40648973499766 -5.55402244668911C4.06413243105906 -6.80852707385145 17.3337637026941 -4.33252915457298 19.3601658725493 -2.20402244668911C17.3092000953921 -4.20088525896989 4.03956882375705 -6.67688317824836 1.40648973499766 -5.55402244668911z"/>
+<path transform="translate(119.5105, 66.4888)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.5C2.78005478589586 3.4341555996496 9.43949715983737 3.4341555996496 10.6253791062271 2.5C9.43949715983737 3.30023963326304 2.78005478589586 3.30023963326304 1.59417283950617 2.5z"/>
+<path transform="translate(119.5105, 96.3506)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.78005478589586 2.9341555996496 9.43949715983737 2.9341555996496 10.6253791062271 2.0C9.43949715983737 2.80023963326304 2.78005478589586 2.80023963326304 1.59417283950617 2.0z"/>
+<text transform="translate(7.1500, 49.2874)" font-family="Century Schoolbook L" font-size="1.7463" text-anchor="start" fill="currentColor">
+<tspan>
+149</tspan>
+</text>
+<path transform="translate(10.8421, 53.3776) scale(0.0040, -0.0040)" d="M378 263c4 0 7 1 11 1c156 0 257 -129 257 -262c0 -76 -34 -154 -108 -210c-22 -17 -46 -29 -72 -37c3 -34 4 -68 4 -102c0 -20 0 -40 -1 -60c-7 -121 -90 -228 -209 -228c-108 0 -196 87 -196 196c0 58 53 104 112 104c54 0 95 -48 95 -104c0 -52 -43 -95 -95 -95
+c-10 0 -20 2 -29 6c26 -38 68 -63 116 -63c96 0 156 91 162 190c1 19 2 37 2 56c0 30 -2 60 -4 90c-29 -5 -58 -8 -88 -8c-188 0 -333 173 -333 375c0 177 130 307 246 442c-20 62 -38 125 -46 190c-6 52 -7 104 -7 157c0 115 55 223 148 290c3 2 7 3 11 3s8 -1 11 -4
+c71 -83 134 -244 134 -357c0 -143 -85 -255 -178 -364c21 -68 40 -137 57 -206zM462 -202c67 24 111 94 111 162c0 89 -65 178 -170 190c24 -115 46 -230 59 -352zM75 26c0 -134 129 -245 263 -245c28 0 55 2 81 6c-14 126 -36 244 -61 363c-79 -8 -124 -61 -124 -119
+c0 -43 25 -89 80 -121c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 89 58 175 161 198c-14 58 -29 116 -46 173c-106 -122 -212 -244 -212 -404zM406 1042c-99 -47 -162 -148 -162 -257c0 -73 20 -132 38 -191
+c79 97 144 199 144 324c0 53 -4 76 -20 124z" fill="currentColor"/>
+<path transform="translate(14.4718, 52.3776) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 50.8776) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 52.8776) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 51.3776) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(10.8421, 67.4888) scale(0.0040, -0.0040)" d="M378 263c4 0 7 1 11 1c156 0 257 -129 257 -262c0 -76 -34 -154 -108 -210c-22 -17 -46 -29 -72 -37c3 -34 4 -68 4 -102c0 -20 0 -40 -1 -60c-7 -121 -90 -228 -209 -228c-108 0 -196 87 -196 196c0 58 53 104 112 104c54 0 95 -48 95 -104c0 -52 -43 -95 -95 -95
+c-10 0 -20 2 -29 6c26 -38 68 -63 116 -63c96 0 156 91 162 190c1 19 2 37 2 56c0 30 -2 60 -4 90c-29 -5 -58 -8 -88 -8c-188 0 -333 173 -333 375c0 177 130 307 246 442c-20 62 -38 125 -46 190c-6 52 -7 104 -7 157c0 115 55 223 148 290c3 2 7 3 11 3s8 -1 11 -4
+c71 -83 134 -244 134 -357c0 -143 -85 -255 -178 -364c21 -68 40 -137 57 -206zM462 -202c67 24 111 94 111 162c0 89 -65 178 -170 190c24 -115 46 -230 59 -352zM75 26c0 -134 129 -245 263 -245c28 0 55 2 81 6c-14 126 -36 244 -61 363c-79 -8 -124 -61 -124 -119
+c0 -43 25 -89 80 -121c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 89 58 175 161 198c-14 58 -29 116 -46 173c-106 -122 -212 -244 -212 -404zM406 1042c-99 -47 -162 -148 -162 -257c0 -73 20 -132 38 -191
+c79 97 144 199 144 324c0 53 -4 76 -20 124z" fill="currentColor"/>
+<text transform="translate(11.7431, 70.9928)" font-family="Century Schoolbook L" font-style="italic" font-size="1.3860" text-anchor="start" fill="currentColor">
+<tspan>
+8</tspan>
+</text>
+<path transform="translate(8.7136, 50.0968) scale(0.0040, -0.0040)" d="M448 332c10 0 17 -8 17 -17c0 -3 -1 -6 -3 -9c-96 -144 -210 -362 -381 -362h-81v85c0 15 12 27 27 27h54c157 0 265 136 353 268c3 5 9 8 14 8z" fill="currentColor"/>
+<path transform="translate(8.7136, 98.6314) scale(0.0040, -0.0040)" d="M465 -315c0 -9 -7 -17 -17 -17c-5 0 -11 3 -14 8c-88 132 -196 268 -353 268h-54c-15 0 -27 12 -27 27v85h81c171 0 285 -218 381 -362c2 -3 3 -6 3 -9z" fill="currentColor"/>
+<rect transform="translate(8.7136, 74.3641)" x="0.0000" y="-24.0873" width="0.4500" height="48.1746" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(9.9636, 74.3641)" x="0.0000" y="-24.0423" width="0.1786" height="48.0846" ry="0.0558" fill="currentColor"/>
+<g transform="translate(19.7314, 72.4362)" >
+<path transform="scale(0.0040, -0.0040)" d="M-44 146c26 76 84 153 152 153c22 0 36 -19 41 -43c23 25 53 43 82 43c23 0 37 -19 43 -44c22 26 51 44 80 44c33 0 59 -35 59 -69c0 -5 -1 -10 -2 -15l-35 -149c0 -2 -1 -4 -1 -5c0 -5 2 -8 7 -8c9 0 27 11 48 31c5 5 10 6 14 6c6 0 12 -4 12 -10c0 -4 -2 -8 -7 -13
+c-40 -38 -87 -74 -133 -74c-20 0 -32 13 -32 32c0 4 0 7 1 11l39 165c1 5 2 9 2 14c0 10 -4 18 -14 18c-16 0 -33 -16 -39 -32l-52 -182c-3 -10 -15 -19 -25 -19h-38c-11 0 -17 8 -14 19l52 182c2 6 3 11 3 16c0 9 -4 16 -13 16c-16 0 -35 -15 -41 -32l-62 -182
+c-4 -11 -15 -19 -26 -19h-38c-11 0 -16 8 -12 19l62 182c2 5 2 10 2 15c0 10 -3 17 -13 17c-29 0 -54 -53 -66 -87c-4 -12 -15 -18 -24 -18c-7 0 -13 3 -13 11c0 2 0 5 1 7z" fill="currentColor"/>
+
+<path transform="translate(1.7674, 0.0000) scale(0.0040, -0.0040)" d="M252 241l-49 -161c-30 -99 -121 -256 -218 -256c-46 0 -87 30 -87 73c0 39 17 77 52 77c24 0 44 -20 44 -44c0 -30 -38 -24 -38 -54c0 -10 11 -11 23 -11h6c47 0 61 56 73 105l68 271h-47c-11 0 -21 10 -21 21s10 21 21 21h58c32 95 119 189 213 189c46 0 87 -29 87 -72
+c0 -39 -17 -78 -52 -78c-24 0 -44 20 -44 44c0 30 38 25 38 55c0 10 -10 10 -22 10h-7c-60 0 -70 -84 -86 -148h53c11 0 21 -10 21 -21s-10 -21 -21 -21h-65z" fill="currentColor"/>
+</g>
+<text transform="translate(20.5608, 75.5070)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Oh,</tspan>
+</text>
+<path transform="translate(20.5608, 81.2540) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<g transform="translate(19.7314, 79.3770)" >
+<path transform="scale(0.0040, -0.0040)" d="M-44 146c26 76 84 153 152 153c22 0 36 -19 41 -43c23 25 53 43 82 43c23 0 37 -19 43 -44c22 26 51 44 80 44c33 0 59 -35 59 -69c0 -5 -1 -10 -2 -15l-35 -149c0 -2 -1 -4 -1 -5c0 -5 2 -8 7 -8c9 0 27 11 48 31c5 5 10 6 14 6c6 0 12 -4 12 -10c0 -4 -2 -8 -7 -13
+c-40 -38 -87 -74 -133 -74c-20 0 -32 13 -32 32c0 4 0 7 1 11l39 165c1 5 2 9 2 14c0 10 -4 18 -14 18c-16 0 -33 -16 -39 -32l-52 -182c-3 -10 -15 -19 -25 -19h-38c-11 0 -17 8 -14 19l52 182c2 6 3 11 3 16c0 9 -4 16 -13 16c-16 0 -35 -15 -41 -32l-62 -182
+c-4 -11 -15 -19 -26 -19h-38c-11 0 -16 8 -12 19l62 182c2 5 2 10 2 15c0 10 -3 17 -13 17c-29 0 -54 -53 -66 -87c-4 -12 -15 -18 -24 -18c-7 0 -13 3 -13 11c0 2 0 5 1 7z" fill="currentColor"/>
+
+<path transform="translate(1.7674, 0.0000) scale(0.0040, -0.0040)" d="M252 241l-49 -161c-30 -99 -121 -256 -218 -256c-46 0 -87 30 -87 73c0 39 17 77 52 77c24 0 44 -20 44 -44c0 -30 -38 -24 -38 -54c0 -10 11 -11 23 -11h6c47 0 61 56 73 105l68 271h-47c-11 0 -21 10 -21 21s10 21 21 21h58c32 95 119 189 213 189c46 0 87 -29 87 -72
+c0 -39 -17 -78 -52 -78c-24 0 -44 20 -44 44c0 30 38 25 38 55c0 10 -10 10 -22 10h-7c-60 0 -70 -84 -86 -148h53c11 0 21 -10 21 -21s-10 -21 -21 -21h-65z" fill="currentColor"/>
+</g>
+<text transform="translate(19.1892, 89.1018)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Oh,</tspan>
+</text>
+<path transform="translate(20.5608, 97.8506) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<g transform="translate(19.7314, 92.9717)" >
+<path transform="scale(0.0040, -0.0040)" d="M-44 146c26 76 84 153 152 153c22 0 36 -19 41 -43c23 25 53 43 82 43c23 0 37 -19 43 -44c22 26 51 44 80 44c33 0 59 -35 59 -69c0 -5 -1 -10 -2 -15l-35 -149c0 -2 -1 -4 -1 -5c0 -5 2 -8 7 -8c9 0 27 11 48 31c5 5 10 6 14 6c6 0 12 -4 12 -10c0 -4 -2 -8 -7 -13
+c-40 -38 -87 -74 -133 -74c-20 0 -32 13 -32 32c0 4 0 7 1 11l39 165c1 5 2 9 2 14c0 10 -4 18 -14 18c-16 0 -33 -16 -39 -32l-52 -182c-3 -10 -15 -19 -25 -19h-38c-11 0 -17 8 -14 19l52 182c2 6 3 11 3 16c0 9 -4 16 -13 16c-16 0 -35 -15 -41 -32l-62 -182
+c-4 -11 -15 -19 -26 -19h-38c-11 0 -16 8 -12 19l62 182c2 5 2 10 2 15c0 10 -3 17 -13 17c-29 0 -54 -53 -66 -87c-4 -12 -15 -18 -24 -18c-7 0 -13 3 -13 11c0 2 0 5 1 7z" fill="currentColor"/>
+
+<path transform="translate(1.7674, 0.0000) scale(0.0040, -0.0040)" d="M252 241l-49 -161c-30 -99 -121 -256 -218 -256c-46 0 -87 30 -87 73c0 39 17 77 52 77c24 0 44 -20 44 -44c0 -30 -38 -24 -38 -54c0 -10 11 -11 23 -11h6c47 0 61 56 73 105l68 271h-47c-11 0 -21 10 -21 21s10 21 21 21h58c32 95 119 189 213 189c46 0 87 -29 87 -72
+c0 -39 -17 -78 -52 -78c-24 0 -44 20 -44 44c0 30 38 25 38 55c0 10 -10 10 -22 10h-7c-60 0 -70 -84 -86 -148h53c11 0 21 -10 21 -21s-10 -21 -21 -21h-65z" fill="currentColor"/>
+</g>
+<text transform="translate(20.5608, 101.8506)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Oh,</tspan>
+</text>
+<rect transform="translate(21.8824, 52.3776)" x="-0.0725" y="-3.3333" width="0.1451" height="4.0779" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(21.8824, 66.4888)" x="-0.0725" y="-4.3333" width="0.1451" height="6.0779" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(20.6333, 83.7540)" x="-0.0725" y="-2.2445" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(21.8824, 96.3506)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(14.4718, 66.4888) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 64.9888) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 66.9888) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 65.4888) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(10.8421, 82.7540) scale(0.0040, -0.0040)" d="M558 -125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM558 125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM231 264c172 0 294 -88 294 -251c0 -263 -262 -416 -515 -523c-3 -3 -7 -4 -10 -4c-7 0 -14 7 -14 14c0 3 1 7 4 10
+c201 118 410 265 410 492c0 119 -61 234 -169 234c-72 0 -124 -53 -148 -123c10 4 19 6 29 6c55 0 100 -45 100 -100c0 -58 -44 -106 -100 -106c-60 0 -112 47 -112 106c0 133 101 245 231 245z" fill="currentColor"/>
+<path transform="translate(14.4718, 84.7540) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 83.2540) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 85.2540) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 83.7540) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(10.8421, 95.3506) scale(0.0040, -0.0040)" d="M558 -125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM558 125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM231 264c172 0 294 -88 294 -251c0 -263 -262 -416 -515 -523c-3 -3 -7 -4 -10 -4c-7 0 -14 7 -14 14c0 3 1 7 4 10
+c201 118 410 265 410 492c0 119 -61 234 -169 234c-72 0 -124 -53 -148 -123c10 4 19 6 29 6c55 0 100 -45 100 -100c0 -58 -44 -106 -100 -106c-60 0 -112 47 -112 106c0 133 101 245 231 245z" fill="currentColor"/>
+<path transform="translate(14.4718, 97.3506) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 95.8506) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 97.8506) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 96.3506) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(20.5608, 52.3776) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(20.5608, 53.3776) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<g transform="translate(19.7314, 47.8559)" >
+<path transform="scale(0.0040, -0.0040)" d="M-44 146c26 76 84 153 152 153c22 0 36 -19 41 -43c23 25 53 43 82 43c23 0 37 -19 43 -44c22 26 51 44 80 44c33 0 59 -35 59 -69c0 -5 -1 -10 -2 -15l-35 -149c0 -2 -1 -4 -1 -5c0 -5 2 -8 7 -8c9 0 27 11 48 31c5 5 10 6 14 6c6 0 12 -4 12 -10c0 -4 -2 -8 -7 -13
+c-40 -38 -87 -74 -133 -74c-20 0 -32 13 -32 32c0 4 0 7 1 11l39 165c1 5 2 9 2 14c0 10 -4 18 -14 18c-16 0 -33 -16 -39 -32l-52 -182c-3 -10 -15 -19 -25 -19h-38c-11 0 -17 8 -14 19l52 182c2 6 3 11 3 16c0 9 -4 16 -13 16c-16 0 -35 -15 -41 -32l-62 -182
+c-4 -11 -15 -19 -26 -19h-38c-11 0 -16 8 -12 19l62 182c2 5 2 10 2 15c0 10 -3 17 -13 17c-29 0 -54 -53 -66 -87c-4 -12 -15 -18 -24 -18c-7 0 -13 3 -13 11c0 2 0 5 1 7z" fill="currentColor"/>
+
+<path transform="translate(1.7674, 0.0000) scale(0.0040, -0.0040)" d="M252 241l-49 -161c-30 -99 -121 -256 -218 -256c-46 0 -87 30 -87 73c0 39 17 77 52 77c24 0 44 -20 44 -44c0 -30 -38 -24 -38 -54c0 -10 11 -11 23 -11h6c47 0 61 56 73 105l68 271h-47c-11 0 -21 10 -21 21s10 21 21 21h58c32 95 119 189 213 189c46 0 87 -29 87 -72
+c0 -39 -17 -78 -52 -78c-24 0 -44 20 -44 44c0 30 38 25 38 55c0 10 -10 10 -22 10h-7c-60 0 -70 -84 -86 -148h53c11 0 21 -10 21 -21s-10 -21 -21 -21h-65z" fill="currentColor"/>
+</g>
+<text transform="translate(20.5608, 58.6467)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Oh,</tspan>
+</text>
+<path transform="translate(20.5608, 64.9888) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(20.5608, 68.4888) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(20.5608, 63.9330)" font-family="Century Schoolbook L" font-size="2.2000" text-anchor="start" fill="currentColor">
+<tspan/>
+</text>
+<text transform="translate(63.5299, 89.1018)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+let’s</tspan>
+</text>
+<path transform="translate(65.1817, 97.8506) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(66.5034, 52.3776)" x="-0.0725" y="-3.0000" width="0.1451" height="4.7445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(66.5034, 66.4888)" x="-0.0725" y="-3.6667" width="0.1451" height="5.4112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(65.2543, 83.7540)" x="-0.0725" y="-2.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(57.2053, 52.8776) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(57.2053, 54.3776) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(57.2053, 81.7540) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(58.9670, 52.8776) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(58.4484, 52.3776)" x="-0.0725" y="-3.0000" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(58.9670, 53.8776) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<path transform="translate(58.9670, 81.2540) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(57.2779, 83.7540)" x="-0.0725" y="-1.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(65.1817, 52.8776) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(65.1817, 54.3776) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(65.1817, 65.9888) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(65.1817, 68.4888) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(65.1817, 80.7540) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(77.8013, 52.8776) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(77.8013, 54.3776) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(77.8013, 58.6467)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<path transform="translate(77.8013, 65.4888) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(77.8013, 67.9888) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(77.8013, 75.5070)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<path transform="translate(77.8013, 81.7540) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(75.1042, 89.1018)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<path transform="translate(77.8013, 97.8506) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(77.8013, 101.8506)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<rect transform="translate(79.1230, 52.3776)" x="-0.0725" y="-3.0000" width="0.1451" height="4.7445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(79.1230, 66.4888)" x="-0.0725" y="-4.0000" width="0.1451" height="5.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(66.5034, 96.3506)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(70.4957, 81.2540) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(69.8682, 89.1018)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+go</tspan>
+</text>
+<rect transform="translate(70.5683, 83.7540)" x="-0.0725" y="-2.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(53.7790, 52.3776) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(53.7790, 53.8776) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(53.7790, 58.6467)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<path transform="translate(53.7790, 65.9888) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(53.7790, 68.4888) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(53.7790, 75.5070)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<path transform="translate(53.7790, 81.2540) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(53.7790, 89.1018)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<path transform="translate(53.7790, 97.8506) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(53.7790, 101.8506)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<rect transform="translate(55.0221, 52.3776)" x="-0.0725" y="-3.3750" width="0.1451" height="4.6939" ry="0.0471" fill="currentColor"/>
+<path transform="translate(55.0946, 49.0497) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<path transform="translate(55.0946, 49.0497) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(43.4235, 96.3506)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(47.4159, 79.7540) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(46.7883, 89.1018)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+go</tspan>
+</text>
+<rect transform="translate(47.4884, 83.7540)" x="-0.0725" y="-3.8189" width="0.1451" height="3.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(55.1006, 96.3506)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(55.1006, 66.4888)" x="-0.0725" y="-3.6667" width="0.1451" height="5.4112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(53.8515, 83.7540)" x="-0.0725" y="-2.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(53.9240, 84.7070) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<rect transform="translate(42.0665, 150.4471)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(71.3387, 150.4471)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(42.0665, 139.5170)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(98.8760, 150.4471)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(42.0665, 127.5326)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(98.8760, 139.5170)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(80.5279, 113.4849)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(42.0665, 113.4849)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(98.8760, 127.5326)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(118.9684, 113.4849)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(80.5279, 127.5326)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(98.8760, 113.4849)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(118.9684, 127.5326)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(80.5279, 139.5170)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(80.5279, 150.4471)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(118.9684, 139.5170)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 127.5326)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(30.3642, 139.5170)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 113.4849)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 139.5170)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(89.7171, 127.5326)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(56.5863, 150.4471)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(30.3642, 127.5326)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(56.5863, 139.5170)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(130.3359, 150.4471)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(89.7171, 139.5170)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(30.3642, 150.4471)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(30.3642, 113.4849)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(89.7171, 113.4849)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(56.5863, 127.5326)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(89.7171, 150.4471)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(118.9684, 150.4471)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(56.5863, 113.4849)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<line transform="translate(10.0421, 152.4471)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 151.4471)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 150.4471)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 149.4471)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 148.4471)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 141.5170)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 140.5170)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 139.5170)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 138.5170)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 137.5170)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(10.0421, 136.5170)" x="10.1897" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(10.0421, 136.5170)" x="15.3276" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(10.0421, 135.5170)" x="15.3276" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(10.0421, 136.5170)" x="33.2788" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<rect transform="translate(108.0349, 150.4471)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(71.3387, 139.5170)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(108.0349, 113.4849)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(71.3387, 113.4849)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(71.3387, 127.5326)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<line transform="translate(10.0421, 129.5326)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 128.5326)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 127.5326)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 126.5326)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 125.5326)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(108.0349, 127.5326)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(108.0349, 139.5170)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<line transform="translate(10.0421, 115.4849)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 114.4849)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 113.4849)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 112.4849)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 111.4849)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<path transform="translate(101.3212, 115.4849) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(101.3212, 128.0326) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(101.3212, 130.0326) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(101.3212, 139.0170) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(101.3212, 151.9471) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(101.3937, 113.4849)" x="-0.0725" y="2.2555" width="0.1451" height="2.4112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(110.8018, 127.5326)" x="-0.0725" y="-3.0000" width="0.1451" height="5.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(93.4839, 150.4471)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(109.4801, 151.9471) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(109.4801, 139.0170) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(102.6428, 150.4471)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(109.4801, 130.0326) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(109.4801, 128.0326) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(109.4801, 111.4849) scale(0.0040, -0.0040)" d="M-24 -117c0 29 13 42 43 42c31 0 74 -11 113 -27l-129 154c-7 9 -11 18 -11 26c0 34 51 66 88 100c24 22 37 52 37 82c0 25 -9 49 -26 69l-33 40c-3 4 -4 7 -4 11c0 9 9 17 18 17c4 0 8 -2 12 -6l150 -179c7 -9 11 -18 11 -26c0 -34 -51 -65 -88 -99
+c-24 -22 -37 -53 -37 -83c0 -25 8 -49 25 -69l82 -97c3 -4 4 -7 4 -11c0 -9 -8 -17 -17 -17c-4 0 -9 2 -13 6c-17 20 -60 36 -93 36c-41 0 -54 -25 -54 -66c0 -34 10 -73 27 -93c5 -6 0 -14 -6 -14c-2 0 -4 1 -6 3c-45 53 -93 147 -93 201z" fill="currentColor"/>
+<path transform="translate(109.4801, 115.4849) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(109.5527, 113.4849)" x="-0.0725" y="2.2555" width="0.1451" height="2.4112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(102.6428, 127.5326)" x="-0.0725" y="-3.0000" width="0.1451" height="5.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(101.3937, 139.5170)" x="-0.0725" y="-0.2445" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(82.9731, 115.4849) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(82.9731, 115.4849) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(82.9731, 128.0326) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(82.9731, 130.0326) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(82.9731, 139.0170) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(82.9731, 151.9471) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(84.2947, 113.4849)" x="-0.0725" y="-1.5000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(83.0456, 113.4849)" x="-0.0725" y="2.2555" width="0.1451" height="2.4112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(73.8564, 113.4849)" x="-0.0725" y="2.2555" width="0.1451" height="2.4112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(75.1055, 127.5326)" x="-0.0725" y="-3.0000" width="0.1451" height="5.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(73.8564, 139.5170)" x="-0.0725" y="-0.2445" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(75.1055, 150.4471)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(92.1623, 115.4849) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(92.1623, 128.0326) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(92.1623, 130.0326) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(92.1623, 139.0170) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(92.1623, 151.9471) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(92.2348, 113.4849)" x="-0.0725" y="2.2555" width="0.1451" height="2.4112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(93.4839, 127.5326)" x="-0.0725" y="-3.0000" width="0.1451" height="5.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(92.2348, 139.5170)" x="-0.0725" y="-0.2445" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(84.2947, 127.5326)" x="-0.0725" y="-3.0000" width="0.1451" height="5.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(83.0456, 139.5170)" x="-0.0725" y="-0.2445" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(84.2947, 150.4471)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(101.3212, 113.4849)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.897086419753094 2.75C1.95299897392105 3.64569963530664 6.77555040532569 3.64569963530664 7.83146295949363 2.75C6.77555040532569 3.51178366892008 1.95299897392105 3.51178366892008 0.897086419753094 2.75z"/>
+<path transform="translate(102.8115, 111.4849) scale(0.0040, -0.0040)" d="M364 -156h-353c-6 0 -11 5 -11 11v134c0 6 5 11 11 11h353c6 0 11 -5 11 -11v-134c0 -6 -5 -11 -11 -11z" fill="currentColor"/>
+<path transform="translate(92.1623, 150.4471)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.68003893412288 2.90527040012709 7.87305904975086 2.90527040012709 8.95892514436757 2.0C7.87305904975086 2.77135443374054 2.68003893412288 2.77135443374054 1.59417283950617 2.0z"/>
+<path transform="translate(92.1623, 139.5170)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.897086419753094 -1.64825200697066C2.06814985644199 -2.57840341310286 8.48494812743176 -2.57840341310286 9.65601156412066 -1.64825200697066C8.48494812743176 -2.4444874467163 2.06814985644199 -2.4444874467163 0.897086419753094 -1.64825200697066z"/>
+<path transform="translate(92.1623, 127.5326)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 3.0C2.68003893412288 3.90527040012709 7.87305904975086 3.90527040012709 8.95892514436757 3.0C7.87305904975086 3.77135443374054 2.68003893412288 3.77135443374054 1.59417283950617 3.0z"/>
+<path transform="translate(92.1623, 127.5326)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -0.0C2.79882991343327 -0.902546711911675 7.88173025531442 -0.902546711911675 8.95892514436757 -0.0C7.88173025531442 -0.768630745525121 2.79882991343327 -0.768630745525121 1.72163502438012 -0.0z"/>
+<path transform="translate(92.1623, 113.4849)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.897086419753094 2.75C2.01979268379411 3.66643494892136 7.70875669545262 3.66643494892136 8.83146295949363 2.75C7.70875669545262 3.53251898253481 2.01979268379411 3.53251898253481 0.897086419753094 2.75z"/>
+<path transform="translate(93.6526, 111.4849) scale(0.0040, -0.0040)" d="M364 -156h-353c-6 0 -11 5 -11 11v134c0 6 5 11 11 11h353c6 0 11 -5 11 -11v-134c0 -6 -5 -11 -11 -11z" fill="currentColor"/>
+<path transform="translate(82.9731, 150.4471)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.68207492210765 2.90590449606741 7.90130234667872 2.90590449606741 8.98920442928019 2.0C7.90130234667872 2.77198852968086 2.68207492210765 2.77198852968086 1.59417283950617 2.0z"/>
+<path transform="translate(82.9731, 139.5170)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.89708641975308 -1.64793727651536C2.069824368688 -2.57854568371443 8.51355290009836 -2.57854568371443 9.68629084903328 -1.64793727651536C8.51355290009836 -2.44462971732788 2.069824368688 -2.44462971732788 0.89708641975308 -1.64793727651536z"/>
+<path transform="translate(82.9731, 127.5326)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 3.0C2.68207492210765 3.90590449606741 7.90130234667872 3.90590449606741 8.98920442928019 3.0C7.90130234667872 3.77198852968086 2.68207492210765 3.77198852968086 1.59417283950617 3.0z"/>
+<path transform="translate(82.9731, 127.5326)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -0.0C2.80090466634771 -0.903201831515288 7.90993478731261 -0.903201831515288 8.98920442928019 -0.0C7.90993478731261 -0.769285865128733 2.80090466634771 -0.769285865128733 1.72163502438012 -0.0z"/>
+<path transform="translate(82.9731, 113.4849)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.89708641975308 2.75C2.02166804365542 3.66698621808406 7.73716062050391 3.66698621808406 8.86174224440626 2.75C7.73716062050391 3.5330702516975 2.02166804365542 3.5330702516975 0.89708641975308 2.75z"/>
+<path transform="translate(109.4801, 150.4471)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.7857927685951 2.93568216834245 9.5418721813942 2.93568216834245 10.7334921104831 2.0C9.5418721813942 2.80176620195589 2.7857927685951 2.80176620195589 1.59417283950617 2.0z"/>
+<path transform="translate(109.4801, 139.5170)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.897086419753094 -1.63265133764981C2.15605759456055 -2.58531049440038 10.1716073554287 -2.58531049440038 11.4305785302362 -1.63265133764981C10.1716073554287 -2.45139452801383 2.15605759456055 -2.45139452801383 0.897086419753094 -1.63265133764981z"/>
+<path transform="translate(109.4801, 127.5326)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 3.0C2.7857927685951 3.93568216834245 9.5418721813942 3.93568216834245 10.7334921104831 3.0C9.5418721813942 3.80176620195589 2.7857927685951 3.80176620195589 1.59417283950617 3.0z"/>
+<path transform="translate(109.4801, 127.5326)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -0.0C2.9064814287466 -0.933878688165275 9.54864570611664 -0.933878688165275 10.7334921104831 -0.0C9.54864570611664 -0.79996272177872 2.9064814287466 -0.79996272177872 1.72163502438012 -0.0z"/>
+<path transform="translate(109.4801, 113.4849)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.897086419753094 2.75C2.17718497112837 3.70764885135581 10.6415677378703 3.70764885135581 11.9216662892455 2.75C10.6415677378703 3.57373288496926 2.17718497112837 3.57373288496926 0.897086419753094 2.75z"/>
+<path transform="translate(101.3212, 150.4471)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 2.0C2.60728509996814 2.88119562399436 6.9458128839056 2.88119562399436 7.95892514436757 2.0C6.9458128839056 2.74727965760781 2.60728509996814 2.74727965760781 1.59417283950617 2.0z"/>
+<path transform="translate(101.3212, 139.5170)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.897086419753094 -1.225C2.00876587416987 -2.13816073153032 7.54433210970389 -2.13816073153032 8.65601156412066 -1.225C7.54433210970389 -2.00424476514376 2.00876587416987 -2.00424476514376 0.897086419753094 -1.225z"/>
+<path transform="translate(101.3212, 127.5326)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950617 3.0C2.60728509996814 3.88119562399436 6.9458128839056 3.88119562399436 7.95892514436757 3.0C6.9458128839056 3.74727965760781 2.60728509996814 3.74727965760781 1.59417283950617 3.0z"/>
+<path transform="translate(101.3212, 127.5326)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438012 -0.225C2.77754757854807 -1.12069963530664 7.6000990099527 -1.12069963530664 8.65601156412066 -0.225C7.6000990099527 -0.986783668920083 2.77754757854807 -0.986783668920083 1.72163502438012 -0.225z"/>
+<rect transform="translate(60.4074, 144.2220)" x="0.0000" y="-0.5651" width="0.5064" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(49.3902, 140.3328)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.1071 0.1755 4.1071 0.5613 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(60.4074, 132.9600)" x="0.0000" y="-0.5651" width="0.5064" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(50.5608, 124.3484)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.1071 0.1755 4.1071 0.5613 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(60.4074, 120.3633)" x="0.0000" y="-0.5651" width="0.5064" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(50.5608, 110.6691)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.1071 -0.1929 4.1071 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<path transform="translate(31.8526, 139.5170)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.657818181818183 -3.55402244668911C1.5434092555513 -4.39199758021894 3.29820252565926 -4.39199758021894 4.18379359939238 -3.55402244668911C3.29820252565926 -4.25808161383239 1.5434092555513 -4.25808161383239 0.657818181818183 -3.55402244668911z"/>
+<path transform="translate(31.8526, 113.4849)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.596246341056673 2.55402244668911C1.36139415375579 3.51488395485501 3.12010177764748 3.76427701856242 4.12222175863087 3.05402244668911C3.13890359732732 3.63168751056887 1.38019597343563 3.38229444686146 0.596246341056673 2.55402244668911z"/>
+<path transform="translate(73.7839, 150.4471)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950618 2.0C2.68207492210765 2.90590449606741 7.90130234667871 2.90590449606741 8.98920442928019 2.0C7.90130234667871 2.77198852968086 2.68207492210765 2.77198852968086 1.59417283950618 2.0z"/>
+<path transform="translate(73.7839, 139.5170)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.897086419753087 -1.64793727651536C2.06982436868801 -2.57854568371443 8.51355290009834 -2.57854568371443 9.68629084903326 -1.64793727651536C8.51355290009834 -2.44462971732788 2.06982436868801 -2.44462971732788 0.897086419753087 -1.64793727651536z"/>
+<path transform="translate(73.7839, 127.5326)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.59417283950618 3.0C2.68207492210765 3.90590449606741 7.90130234667871 3.90590449606741 8.98920442928019 3.0C7.90130234667871 3.77198852968086 2.68207492210765 3.77198852968086 1.59417283950618 3.0z"/>
+<path transform="translate(73.7839, 127.5326)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438011 -0.0C2.8009046663477 -0.903201831515288 7.9099347873126 -0.903201831515288 8.98920442928019 -0.0C7.9099347873126 -0.769285865128733 2.8009046663477 -0.769285865128733 1.72163502438011 -0.0z"/>
+<path transform="translate(73.7839, 113.4849)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.897086419753087 2.75C2.02166804365543 3.66698621808406 7.73716062050391 3.66698621808406 8.86174224440625 2.75C7.73716062050391 3.5330702516975 2.02166804365543 3.5330702516975 0.897086419753087 2.75z"/>
+<path transform="translate(73.7839, 113.4849)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.72163502438011 1.25C2.84621664828246 0.333013781915942 8.56170922513092 0.333013781915942 9.68629084903326 1.25C8.56170922513092 0.466929748302497 2.84621664828246 0.466929748302497 1.72163502438011 1.25z"/>
+<polygon transform="translate(64.7568, 141.5170)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.5757 -0.0087 3.5757 0.3771 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(65.9273, 112.3007)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.5757 -0.0087 3.5757 0.3771 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(59.2635, 148.6313)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.4960 -0.1929 3.4960 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(58.0929, 140.5170)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.4960 -0.1929 3.4960 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(59.2635, 124.7168)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.4960 -0.1929 3.4960 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<polygon transform="translate(59.2635, 110.6691)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.4960 -0.1929 3.4960 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<path transform="translate(64.7568, 139.5170)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.738389943914449 -2.20402244668911C1.76552272454184 -2.86657825497342 3.49758376598983 -2.54284465023681 4.21606313096957 -1.55402244668911C3.47298005553575 -2.41120824385493 1.74091901408775 -2.73494184859153 0.738389943914449 -2.20402244668911z"/>
+<path transform="translate(64.7568, 113.4849)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M1.28413142548806 -2.07051343505207C2.23728608493476 -2.816990333465 3.9644155492853 -2.65467795274422 4.76180461254317 -1.7436882456202C3.95188558844055 -2.52134946316126 2.22475612409001 -2.68366184388203 1.28413142548806 -2.07051343505207z"/>
+<rect transform="translate(60.4074, 155.9471)" x="0.0000" y="-0.5651" width="0.5064" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(50.5608, 148.6313)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.1071 -0.1929 4.1071 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<path transform="translate(113.9229, 115.4849) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(113.8577, 110.2266) scale(0.0040, -0.0040)" d="M233 243c-56 0 -102 -108 -102 -174c0 -22 8 -38 30 -38c63 0 97 127 97 179c0 18 -7 33 -25 33zM111 -146c-37 0 -76 5 -114 5s-79 -5 -115 -5c-9 0 -14 8 -14 15c0 19 30 16 48 17c23 1 47 7 54 27l101 296c2 7 5 14 5 20c0 8 -3 14 -11 14c-33 0 -61 -60 -77 -97
+c-5 -13 -17 -19 -26 -19c-8 0 -15 5 -15 13c0 3 1 7 2 10c30 68 73 142 133 142c35 0 58 -22 65 -52c29 31 67 52 103 52c69 0 107 -49 107 -114c0 -21 -4 -44 -12 -67c-20 -58 -91 -120 -147 -120c-27 0 -52 6 -73 18c-10 6 -24 3 -27 -6l-27 -80c-1 -3 -2 -6 -2 -9
+c0 -21 20 -28 43 -30c9 -1 13 -8 13 -15s-5 -15 -14 -15z" fill="currentColor"/>
+<text transform="translate(113.1347, 120.3633)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+As</tspan>
+</text>
+<rect transform="translate(115.1660, 113.4849)" x="-0.0725" y="-1.5000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(120.4136, 115.4849) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(121.7292, 115.4849) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(120.5693, 120.3633)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+I</tspan>
+</text>
+<path transform="translate(120.4136, 128.0326) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(120.4136, 130.0326) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(120.4136, 139.0170) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(120.4136, 151.9471) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(121.6567, 113.4849)" x="-0.0725" y="-1.5000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(121.8018, 113.4849)" x="-0.0725" y="2.2555" width="0.1451" height="2.4112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(109.5527, 139.5170)" x="-0.0725" y="-0.2445" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(110.8018, 150.4471)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(125.2904, 114.9849) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(123.1163, 120.3633)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+went</tspan>
+</text>
+<rect transform="translate(126.5335, 113.4849)" x="-0.0725" y="-2.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(121.7352, 127.5326)" x="-0.0725" y="-3.0000" width="0.1451" height="5.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(120.4861, 139.5170)" x="-0.0725" y="-0.2445" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(121.7352, 150.4471)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(35.3786, 115.4849) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(35.3786, 137.5170) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(37.1402, 113.9849) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(36.6217, 113.4849)" x="-0.0725" y="-3.0000" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(37.1402, 114.9849) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<path transform="translate(37.1402, 137.0170) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<rect transform="translate(35.4511, 139.5170)" x="-0.0725" y="-1.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(43.6498, 113.9849) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(43.6498, 115.4849) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(41.2548, 120.3633)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down</tspan>
+</text>
+<path transform="translate(43.6498, 127.0326) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(43.6498, 129.5326) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(41.2548, 132.9600)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down</tspan>
+</text>
+<path transform="translate(43.6498, 136.5170) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(41.2548, 144.2220)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down</tspan>
+</text>
+<path transform="translate(43.6498, 151.9471) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(41.2548, 155.9471)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down</tspan>
+</text>
+<rect transform="translate(31.9251, 139.5170)" x="-0.0725" y="-2.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(31.9977, 140.4699) scale(0.0040, -0.0040)" d="M0 0h-18v250h18c97 59 225 148 225 259c0 57 -16 111 -41 162c-3 17 11 29 25 29c8 0 15 -4 20 -12c25 -56 40 -117 40 -179c0 -204 -269 -305 -269 -509z" fill="currentColor"/>
+<rect transform="translate(33.1742, 150.4471)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(35.3786, 113.9849) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(49.3902, 113.9849) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(49.3902, 115.4849) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(48.9032, 120.3633)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in</tspan>
+</text>
+<path transform="translate(49.3902, 127.5326) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(49.3902, 130.0326) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(48.9032, 132.9600)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in</tspan>
+</text>
+<path transform="translate(49.3902, 137.0170) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(48.9032, 144.2220)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in</tspan>
+</text>
+<path transform="translate(49.3902, 151.9471) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(48.9032, 155.9471)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in</tspan>
+</text>
+<rect transform="translate(50.6333, 113.4849)" x="-0.0725" y="-2.8158" width="0.1451" height="4.6347" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(50.6333, 127.5326)" x="-0.0725" y="-3.1778" width="0.1451" height="5.4966" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(44.8929, 113.4849)" x="-0.0725" y="-3.0000" width="0.1451" height="4.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(44.8929, 127.5326)" x="-0.0725" y="-3.6667" width="0.1451" height="5.4855" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(43.7224, 139.5170)" x="-0.0725" y="-2.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(44.8929, 150.4471)" x="-0.0725" y="-2.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(7.1500, 110.3948)" font-family="Century Schoolbook L" font-size="1.7463" text-anchor="start" fill="currentColor">
+<tspan>
+159</tspan>
+</text>
+<path transform="translate(10.8421, 114.4849) scale(0.0040, -0.0040)" d="M378 263c4 0 7 1 11 1c156 0 257 -129 257 -262c0 -76 -34 -154 -108 -210c-22 -17 -46 -29 -72 -37c3 -34 4 -68 4 -102c0 -20 0 -40 -1 -60c-7 -121 -90 -228 -209 -228c-108 0 -196 87 -196 196c0 58 53 104 112 104c54 0 95 -48 95 -104c0 -52 -43 -95 -95 -95
+c-10 0 -20 2 -29 6c26 -38 68 -63 116 -63c96 0 156 91 162 190c1 19 2 37 2 56c0 30 -2 60 -4 90c-29 -5 -58 -8 -88 -8c-188 0 -333 173 -333 375c0 177 130 307 246 442c-20 62 -38 125 -46 190c-6 52 -7 104 -7 157c0 115 55 223 148 290c3 2 7 3 11 3s8 -1 11 -4
+c71 -83 134 -244 134 -357c0 -143 -85 -255 -178 -364c21 -68 40 -137 57 -206zM462 -202c67 24 111 94 111 162c0 89 -65 178 -170 190c24 -115 46 -230 59 -352zM75 26c0 -134 129 -245 263 -245c28 0 55 2 81 6c-14 126 -36 244 -61 363c-79 -8 -124 -61 -124 -119
+c0 -43 25 -89 80 -121c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 89 58 175 161 198c-14 58 -29 116 -46 173c-106 -122 -212 -244 -212 -404zM406 1042c-99 -47 -162 -148 -162 -257c0 -73 20 -132 38 -191
+c79 97 144 199 144 324c0 53 -4 76 -20 124z" fill="currentColor"/>
+<path transform="translate(14.4718, 113.4849) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 111.9849) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 113.9849) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 112.4849) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(10.8421, 128.5326) scale(0.0040, -0.0040)" d="M378 263c4 0 7 1 11 1c156 0 257 -129 257 -262c0 -76 -34 -154 -108 -210c-22 -17 -46 -29 -72 -37c3 -34 4 -68 4 -102c0 -20 0 -40 -1 -60c-7 -121 -90 -228 -209 -228c-108 0 -196 87 -196 196c0 58 53 104 112 104c54 0 95 -48 95 -104c0 -52 -43 -95 -95 -95
+c-10 0 -20 2 -29 6c26 -38 68 -63 116 -63c96 0 156 91 162 190c1 19 2 37 2 56c0 30 -2 60 -4 90c-29 -5 -58 -8 -88 -8c-188 0 -333 173 -333 375c0 177 130 307 246 442c-20 62 -38 125 -46 190c-6 52 -7 104 -7 157c0 115 55 223 148 290c3 2 7 3 11 3s8 -1 11 -4
+c71 -83 134 -244 134 -357c0 -143 -85 -255 -178 -364c21 -68 40 -137 57 -206zM462 -202c67 24 111 94 111 162c0 89 -65 178 -170 190c24 -115 46 -230 59 -352zM75 26c0 -134 129 -245 263 -245c28 0 55 2 81 6c-14 126 -36 244 -61 363c-79 -8 -124 -61 -124 -119
+c0 -43 25 -89 80 -121c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 89 58 175 161 198c-14 58 -29 116 -46 173c-106 -122 -212 -244 -212 -404zM406 1042c-99 -47 -162 -148 -162 -257c0 -73 20 -132 38 -191
+c79 97 144 199 144 324c0 53 -4 76 -20 124z" fill="currentColor"/>
+<text transform="translate(11.7431, 132.0366)" font-family="Century Schoolbook L" font-style="italic" font-size="1.3860" text-anchor="start" fill="currentColor">
+<tspan>
+8</tspan>
+</text>
+<path transform="translate(14.4718, 127.5326) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 126.0326) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 128.0326) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 126.5326) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(10.8421, 138.5170) scale(0.0040, -0.0040)" d="M558 -125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM558 125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM231 264c172 0 294 -88 294 -251c0 -263 -262 -416 -515 -523c-3 -3 -7 -4 -10 -4c-7 0 -14 7 -14 14c0 3 1 7 4 10
+c201 118 410 265 410 492c0 119 -61 234 -169 234c-72 0 -124 -53 -148 -123c10 4 19 6 29 6c55 0 100 -45 100 -100c0 -58 -44 -106 -100 -106c-60 0 -112 47 -112 106c0 133 101 245 231 245z" fill="currentColor"/>
+<path transform="translate(14.4718, 140.5170) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 139.0170) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 141.0170) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 139.5170) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(10.8421, 149.4471) scale(0.0040, -0.0040)" d="M558 -125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM558 125c0 28 22 51 50 51s51 -23 51 -51s-23 -51 -51 -51s-50 23 -50 51zM231 264c172 0 294 -88 294 -251c0 -263 -262 -416 -515 -523c-3 -3 -7 -4 -10 -4c-7 0 -14 7 -14 14c0 3 1 7 4 10
+c201 118 410 265 410 492c0 119 -61 234 -169 234c-72 0 -124 -53 -148 -123c10 4 19 6 29 6c55 0 100 -45 100 -100c0 -58 -44 -106 -100 -106c-60 0 -112 47 -112 106c0 133 101 245 231 245z" fill="currentColor"/>
+<path transform="translate(14.4718, 151.4471) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 149.9471) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 151.9471) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 150.4471) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(8.7136, 111.2041) scale(0.0040, -0.0040)" d="M448 332c10 0 17 -8 17 -17c0 -3 -1 -6 -3 -9c-96 -144 -210 -362 -381 -362h-81v85c0 15 12 27 27 27h54c157 0 265 136 353 268c3 5 9 8 14 8z" fill="currentColor"/>
+<path transform="translate(8.7136, 152.7279) scale(0.0040, -0.0040)" d="M465 -315c0 -9 -7 -17 -17 -17c-5 0 -11 3 -14 8c-88 132 -196 268 -353 268h-54c-15 0 -27 12 -27 27v85h81c171 0 285 -218 381 -362c2 -3 3 -6 3 -9z" fill="currentColor"/>
+<rect transform="translate(8.7136, 131.9660)" x="0.0000" y="-20.5819" width="0.4500" height="41.1638" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(9.9636, 131.9660)" x="0.0000" y="-20.5369" width="0.1786" height="41.0738" ry="0.0558" fill="currentColor"/>
+<path transform="translate(10.0421, 113.4849)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M8.01861728395062 -1.55402244668911C8.83853616718617 -2.33472268162004 10.3957848204682 -2.33472268162004 11.2157037037037 -1.55402244668911C10.3957848204682 -2.20080671523349 8.83853616718617 -2.20080671523349 8.01861728395062 -1.55402244668911z"/>
+<path transform="translate(10.0421, 127.5326)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M8.01861728395062 -1.55402244668911C8.88910149228526 -2.37891338090605 10.59723028487 -2.37891338090605 11.4677144932047 -1.55402244668911C10.59723028487 -2.2449974145195 8.88910149228526 -2.2449974145195 8.01861728395062 -1.55402244668911z"/>
+<path transform="translate(10.0421, 127.5326)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M8.21861728395062 2.5C8.72464138033616 3.0968057558097 9.81259318756508 3.0968057558097 10.3186172839506 2.5C9.81259318756508 2.96288978942314 8.72464138033616 2.96288978942314 8.21861728395062 2.5z"/>
+<path transform="translate(10.0421, 150.4471)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M8.21861728395062 2.0C8.72464138033616 2.5968057558097 9.81259318756508 2.5968057558097 10.3186172839506 2.0C9.81259318756508 2.46288978942314 8.72464138033616 2.46288978942314 8.21861728395062 2.0z"/>
+<path transform="translate(31.8526, 113.4849) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(31.8526, 114.9849) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(31.8526, 120.3633)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<path transform="translate(31.8526, 127.0326) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(31.8526, 129.5326) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(29.1554, 132.9600)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<path transform="translate(31.8526, 137.0170) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(31.8526, 144.2220)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<path transform="translate(31.8526, 151.9471) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(29.1554, 155.9471)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down,</tspan>
+</text>
+<rect transform="translate(33.0957, 113.4849)" x="-0.0725" y="-3.3750" width="0.1451" height="4.6939" ry="0.0471" fill="currentColor"/>
+<path transform="translate(33.1682, 110.1570) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<path transform="translate(33.1682, 110.1570) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(33.1742, 127.5326)" x="-0.0725" y="-3.6667" width="0.1451" height="5.4112" ry="0.0471" fill="currentColor"/>
+<path transform="translate(20.5608, 112.9849) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(20.5608, 113.9849) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(20.5608, 127.0326) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(20.5608, 129.5326) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(20.5608, 136.5170) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(18.9089, 144.2220)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+let’s</tspan>
+</text>
+<path transform="translate(20.5608, 151.9471) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(20.6333, 113.4849)" x="-0.0725" y="-0.2445" width="0.1451" height="3.9112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(21.8824, 127.5326)" x="-0.0725" y="-3.6667" width="0.1451" height="5.4112" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(20.6333, 139.5170)" x="-0.0725" y="-2.8189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(21.8824, 150.4471)" x="-0.0725" y="-2.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(25.6987, 135.5170) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(25.0711, 144.2220)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+go</tspan>
+</text>
+<rect transform="translate(25.7712, 139.5170)" x="-0.0725" y="-3.8189" width="0.1451" height="3.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(61.5634, 139.5170)" x="-0.0725" y="-1.8189" width="0.1451" height="2.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(62.7339, 150.4471)" x="-0.0725" y="-1.8158" width="0.1451" height="3.1347" ry="0.0471" fill="currentColor"/>
+<path transform="translate(64.7568, 114.9849) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(66.0724, 115.4849) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(64.7568, 120.3633)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+to</tspan>
+</text>
+<path transform="translate(64.7568, 128.0326) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(64.7568, 130.0326) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(64.3100, 132.9600)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+to</tspan>
+</text>
+<path transform="translate(64.7568, 138.5170) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(64.7568, 144.2220)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+to</tspan>
+</text>
+<path transform="translate(64.7568, 151.9471) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(64.3100, 155.9471)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+to</tspan>
+</text>
+<rect transform="translate(65.9999, 113.4849)" x="-0.0725" y="-1.1805" width="0.1451" height="2.4994" ry="0.0471" fill="currentColor"/>
+<path transform="translate(61.4908, 113.9849) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(61.4908, 115.4849) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(60.9838, 120.3633)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+er</tspan>
+</text>
+<path transform="translate(61.4908, 128.0326) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(61.4908, 130.0326) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(60.9838, 132.9600)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+er</tspan>
+</text>
+<path transform="translate(61.4908, 137.5170) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(60.9838, 144.2220)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+er</tspan>
+</text>
+<path transform="translate(61.4908, 151.9471) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(60.9838, 155.9471)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+er</tspan>
+</text>
+<rect transform="translate(62.7339, 113.4849)" x="-0.0725" y="-2.8158" width="0.1451" height="4.6347" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(62.7339, 127.5326)" x="-0.0725" y="-2.8158" width="0.1451" height="5.1347" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(68.3070, 139.5170)" x="-0.0725" y="-0.3189" width="0.1451" height="2.4994" ry="0.0471" fill="currentColor"/>
+<path transform="translate(73.7839, 115.4849) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(73.7839, 110.9290)" font-family="Century Schoolbook L" font-style="italic" font-size="2.2000" text-anchor="start" fill="currentColor">
+<tspan>
+dim.</tspan>
+</text>
+<path transform="translate(73.7839, 115.4849) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(73.7839, 120.3633)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+pray.</tspan>
+</text>
+<path transform="translate(73.7839, 128.0326) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(73.7839, 130.0326) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(73.7839, 124.0324)" font-family="Century Schoolbook L" font-style="italic" font-size="2.2000" text-anchor="start" fill="currentColor">
+<tspan>
+dim.</tspan>
+</text>
+<text transform="translate(73.7839, 132.9600)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+pray.</tspan>
+</text>
+<path transform="translate(73.7839, 139.0170) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(73.7839, 136.6291)" font-family="Century Schoolbook L" font-style="italic" font-size="2.2000" text-anchor="start" fill="currentColor">
+<tspan>
+dim.</tspan>
+</text>
+<text transform="translate(73.7839, 144.2220)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+pray.</tspan>
+</text>
+<path transform="translate(73.7839, 151.9471) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<text transform="translate(73.7839, 147.8911)" font-family="Century Schoolbook L" font-style="italic" font-size="2.2000" text-anchor="start" fill="currentColor">
+<tspan>
+dim.</tspan>
+</text>
+<text transform="translate(73.7839, 155.9471)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+pray.</tspan>
+</text>
+<rect transform="translate(75.1055, 113.4849)" x="-0.0725" y="-1.5000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(66.1449, 113.4849)" x="-0.0725" y="2.1811" width="0.1451" height="2.4855" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(65.9999, 127.5326)" x="-0.0725" y="-3.0000" width="0.1451" height="5.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(64.8293, 139.5170)" x="-0.0725" y="-0.8189" width="0.1451" height="2.8226" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(65.9999, 150.4471)" x="-0.0725" y="-2.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(68.2344, 115.4849) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(68.2344, 139.0170) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(69.4775, 113.4849)" x="-0.0725" y="-1.0037" width="0.1451" height="2.8226" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(54.6424, 127.5326)" x="-0.0725" y="-2.8222" width="0.1451" height="5.1411" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(53.4718, 139.5170)" x="-0.0725" y="-1.8189" width="0.1451" height="2.9966" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(54.6424, 150.4471)" x="-0.0725" y="-1.8158" width="0.1451" height="3.1347" ry="0.0471" fill="currentColor"/>
+<path transform="translate(58.0929, 113.9849) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(58.0929, 115.4849) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(57.1641, 120.3633)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+riv</tspan>
+</text>
+<path transform="translate(58.0929, 128.0326) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(58.0929, 130.0326) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(49.4628, 139.5170)" x="-0.0725" y="-2.3189" width="0.1451" height="3.1411" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(50.6333, 150.4471)" x="-0.0725" y="-1.8158" width="0.1451" height="3.1347" ry="0.0471" fill="currentColor"/>
+<path transform="translate(53.3993, 113.9849) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(53.3993, 115.4849) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(52.1893, 120.3633)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<path transform="translate(53.3993, 128.0326) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(53.3993, 130.0326) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(52.1893, 132.9600)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<path transform="translate(53.3993, 137.5170) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(52.1893, 144.2220)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<path transform="translate(53.3993, 151.9471) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(52.1893, 155.9471)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<rect transform="translate(54.6424, 113.4849)" x="-0.0725" y="-2.8158" width="0.1451" height="4.6347" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(59.3360, 127.5326)" x="-0.0725" y="-2.8158" width="0.1451" height="5.1347" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(58.1654, 139.5170)" x="-0.0725" y="-1.8189" width="0.1451" height="2.8189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(59.3360, 150.4471)" x="-0.0725" y="-1.8158" width="0.1451" height="3.1347" ry="0.0471" fill="currentColor"/>
+<text transform="translate(57.1641, 132.9600)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+riv</tspan>
+</text>
+<path transform="translate(58.0929, 137.5170) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(57.1641, 144.2220)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+riv</tspan>
+</text>
+<path transform="translate(58.0929, 151.9471) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(57.1641, 155.9471)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+riv</tspan>
+</text>
+<rect transform="translate(59.3360, 113.4849)" x="-0.0725" y="-2.8158" width="0.1451" height="4.6347" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(64.7326, 167.5815)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(82.2966, 167.5815)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(98.8494, 167.5815)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(53.0317, 167.5815)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(36.6887, 167.5815)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(114.7287, 167.5815)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<line transform="translate(10.0421, 169.5815)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 168.5815)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 167.5815)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 166.5815)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 165.5815)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(130.3359, 167.5815)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<text transform="translate(90.2136, 173.3793)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+that</tspan>
+</text>
+<rect transform="translate(93.2090, 167.5815)" x="-0.0725" y="-3.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(100.6300, 167.5815)" x="-0.0725" y="-0.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(98.6043, 173.3793)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+good</tspan>
+</text>
+<path transform="translate(100.5575, 167.0815) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(110.7335, 168.0815) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(108.1471, 167.5815)" x="-0.0725" y="-3.1775" width="0.1451" height="2.9964" ry="0.0471" fill="currentColor"/>
+<text transform="translate(106.9040, 173.3793)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+old</tspan>
+</text>
+<path transform="translate(106.9040, 167.5815) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(83.9999, 167.5815)" x="-0.0725" y="0.1811" width="0.1451" height="3.1522" ry="0.0471" fill="currentColor"/>
+<text transform="translate(82.0344, 173.3793)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+bout</tspan>
+</text>
+<path transform="translate(83.9273, 167.5815) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(78.7052, 167.5815)" x="-0.0725" y="-0.3189" width="0.1451" height="3.1414" ry="0.0471" fill="currentColor"/>
+<text transform="translate(78.6076, 173.3793)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+a</tspan>
+</text>
+<path transform="translate(78.6327, 167.0815) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(74.8526, 167.5815)" x="-0.0725" y="0.1811" width="0.1451" height="2.9964" ry="0.0471" fill="currentColor"/>
+<text transform="translate(74.0320, 173.3793)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in’</tspan>
+</text>
+<path transform="translate(74.7800, 167.5815) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(91.9659, 168.0815) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<polygon transform="translate(29.0067, 164.7657)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.8745 -0.1929 4.8745 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(40.9452, 173.3793)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(39.4943, 164.7657)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.2635 -0.1929 4.2635 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(69.9086, 173.3793)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<rect transform="translate(72.8215, 173.3793)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(66.3633, 170.5815)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="4.6852 -0.1929 4.6852 0.1929 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(80.6739, 173.3793)" x="0.0000" y="-0.5651" width="0.6600" height="0.1451" ry="0.0446" fill="currentColor"/>
+<polygon transform="translate(74.7800, 170.7657)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.9507 -0.5613 3.9507 -0.1755 0.0471 0.1929 0.0471 -0.1929"/>
+<path transform="translate(106.9040, 167.5815)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.617903604736554 1.20402244668911C1.47977704175185 2.50183356157103 3.4234730285887 2.67947798136467 4.44742775293757 1.55402244668911C3.43566150097484 2.54611784041492 1.49196551413799 2.36847342062128 0.617903604736554 1.20402244668911z"/>
+<polygon transform="translate(108.0746, 164.3973)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.9275 0.1755 3.9275 0.5613 0.0471 0.1929 0.0471 -0.1929"/>
+<path transform="translate(122.4269, 167.5815)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.601041595903055 2.55402244668911C1.42737958187849 3.56252398987584 3.37299389900154 3.8165521983201 4.43056574410404 3.05402244668911C3.3903314207844 3.68376328164528 1.44471710366135 3.42973507320102 0.601041595903055 2.55402244668911z"/>
+<polygon transform="translate(123.5974, 166.3973)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.0941" fill="currentColor" stroke="currentColor" points="3.9275 -0.0087 3.9275 0.3771 0.0471 0.1929 0.0471 -0.1929"/>
+<rect transform="translate(117.5765, 167.5815)" x="-0.0725" y="-3.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(114.6816, 173.3793)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+way</tspan>
+</text>
+<path transform="translate(116.3334, 168.0815) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(111.9766, 167.5815)" x="-0.0725" y="-2.8225" width="0.1451" height="3.1414" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(127.4995, 167.5815)" x="-0.0725" y="-1.0034" width="0.1451" height="2.8222" ry="0.0471" fill="currentColor"/>
+<path transform="translate(126.2564, 169.5815) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(123.6700, 167.5815)" x="-0.0725" y="-1.1808" width="0.1451" height="2.4997" ry="0.0471" fill="currentColor"/>
+<text transform="translate(122.4269, 173.3793)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+and</tspan>
+</text>
+<path transform="translate(122.4269, 169.0815) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(37.3949, 173.3793)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+riv</tspan>
+</text>
+<path transform="translate(38.3238, 168.0815) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(33.8558, 167.5815)" x="-0.0725" y="-2.8158" width="0.1451" height="3.1347" ry="0.0471" fill="currentColor"/>
+<text transform="translate(31.4027, 173.3793)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<path transform="translate(32.6127, 168.0815) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(29.0793, 167.5815)" x="-0.0725" y="-2.8158" width="0.1451" height="3.1347" ry="0.0471" fill="currentColor"/>
+<text transform="translate(27.3492, 173.3793)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+in</tspan>
+</text>
+<path transform="translate(27.8362, 168.0815) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(21.8039, 167.5815)" x="-0.0725" y="-3.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(18.1658, 173.3793)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+down</tspan>
+</text>
+<path transform="translate(20.5608, 168.0815) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(39.5669, 167.5815)" x="-0.0725" y="-2.8158" width="0.1451" height="3.1347" ry="0.0471" fill="currentColor"/>
+<path transform="translate(14.4718, 167.5815) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 166.0815) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 168.0815) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 166.5815) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(10.8421, 168.5815) scale(0.0040, -0.0040)" d="M378 263c4 0 7 1 11 1c156 0 257 -129 257 -262c0 -76 -34 -154 -108 -210c-22 -17 -46 -29 -72 -37c3 -34 4 -68 4 -102c0 -20 0 -40 -1 -60c-7 -121 -90 -228 -209 -228c-108 0 -196 87 -196 196c0 58 53 104 112 104c54 0 95 -48 95 -104c0 -52 -43 -95 -95 -95
+c-10 0 -20 2 -29 6c26 -38 68 -63 116 -63c96 0 156 91 162 190c1 19 2 37 2 56c0 30 -2 60 -4 90c-29 -5 -58 -8 -88 -8c-188 0 -333 173 -333 375c0 177 130 307 246 442c-20 62 -38 125 -46 190c-6 52 -7 104 -7 157c0 115 55 223 148 290c3 2 7 3 11 3s8 -1 11 -4
+c71 -83 134 -244 134 -357c0 -143 -85 -255 -178 -364c21 -68 40 -137 57 -206zM462 -202c67 24 111 94 111 162c0 89 -65 178 -170 190c24 -115 46 -230 59 -352zM75 26c0 -134 129 -245 263 -245c28 0 55 2 81 6c-14 126 -36 244 -61 363c-79 -8 -124 -61 -124 -119
+c0 -43 25 -89 80 -121c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 89 58 175 161 198c-14 58 -29 116 -46 173c-106 -122 -212 -244 -212 -404zM406 1042c-99 -47 -162 -148 -162 -257c0 -73 20 -132 38 -191
+c79 97 144 199 144 324c0 53 -4 76 -20 124z" fill="currentColor"/>
+<text transform="translate(7.1500, 164.4913)" font-family="Century Schoolbook L" font-size="1.7463" text-anchor="start" fill="currentColor">
+<tspan>
+169</tspan>
+</text>
+<rect transform="translate(66.4358, 167.5815)" x="-0.0725" y="0.1811" width="0.1451" height="2.8189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(64.5106, 173.3793)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+stud</tspan>
+</text>
+<path transform="translate(66.3633, 167.5815) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(71.0231, 167.5815)" x="-0.0725" y="0.1811" width="0.1451" height="2.8189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(70.9456, 173.3793)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+y</tspan>
+</text>
+<path transform="translate(70.9505, 167.5815) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<text transform="translate(41.9822, 173.3793)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+er</tspan>
+</text>
+<rect transform="translate(43.7323, 167.5815)" x="-0.0725" y="-2.8158" width="0.1451" height="3.1347" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(56.9581, 167.5815)" x="-0.0725" y="-3.0000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<text transform="translate(53.4012, 173.3793)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+pray,</tspan>
+</text>
+<path transform="translate(55.6364, 168.0815) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(47.7657, 167.5815)" x="-0.0725" y="-3.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(46.0758, 173.3793)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+to</tspan>
+</text>
+<path transform="translate(46.5226, 168.0815) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(42.4892, 168.0815) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(118.6936, 184.7158)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(34.6443, 184.7158)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(48.1598, 184.7158)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(63.7817, 184.7158)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(80.4565, 184.7158)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(91.1374, 184.7158)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(129.8784, 184.7158)" x="0.0000" y="-2.0000" width="0.6696" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(129.3315, 184.7158)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<rect transform="translate(10.0421, 187.7158)" x="17.6376" y="-0.1058" width="1.9735" height="0.2116" ry="0.1058" fill="currentColor"/>
+<line transform="translate(10.0421, 186.7158)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 185.7158)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 184.7158)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 183.7158)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<line transform="translate(10.0421, 182.7158)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="120.4500" y2="-0.0000"/>
+<rect transform="translate(108.1892, 184.7158)" x="0.0000" y="-2.0000" width="0.2120" height="4.0000" ry="0.0000" fill="currentColor"/>
+<text transform="translate(97.6098, 190.6176)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+me</tspan>
+</text>
+<path transform="translate(98.6793, 185.2158) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(111.9747, 184.7158)" x="-0.0725" y="-1.5000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<text transform="translate(110.6531, 190.6176)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+way.</tspan>
+</text>
+<path transform="translate(110.6531, 186.7158) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<path transform="translate(105.9164, 182.7629) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(105.8439, 184.7158)" x="-0.0725" y="-2.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(103.3908, 190.6176)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<path transform="translate(104.6008, 186.2158) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(99.9224, 184.7158)" x="-0.0725" y="-3.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<rect transform="translate(83.1234, 184.7158)" x="-0.0725" y="0.2555" width="0.1451" height="3.0779" ry="0.0471" fill="currentColor"/>
+<text transform="translate(80.7152, 190.6176)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Lord,</tspan>
+</text>
+<text transform="translate(83.0509, 182.1599)" font-family="Century Schoolbook L" font-style="italic" font-size="2.2000" text-anchor="start" fill="currentColor">
+<tspan>
+rit.</tspan>
+</text>
+<path transform="translate(93.9672, 181.7629) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(93.8947, 184.7158)" x="-0.0725" y="-3.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(90.3972, 190.6176)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+show</tspan>
+</text>
+<path transform="translate(92.6516, 185.2158) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(110.6531, 184.7158)" stroke-width="0.0893" stroke-linejoin="round" stroke-linecap="round" stroke="currentColor" fill="currentColor" d="M0.89708641975308 2.75C2.09906227770273 3.68840421922406 9.03348759403306 3.68840421922406 10.2354634519827 2.75C9.03348759403306 3.55448825283751 2.09906227770273 3.55448825283751 0.89708641975308 2.75z"/>
+<line transform="translate(122.5296, 181.3380)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0000" y1="0.6666" x2="5.8801" y2="0.0000"/>
+<line transform="translate(122.5296, 181.3380)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0000" y1="-0.6666" x2="5.8801" y2="-0.0000"/>
+<rect transform="translate(121.7131, 184.7158)" x="-0.0725" y="-1.5000" width="0.1451" height="3.2445" ry="0.0471" fill="currentColor"/>
+<path transform="translate(121.0885, 182.3800) scale(0.0040, -0.0040)" d="M-69 48c0 38 31 69 69 69s69 -31 69 -69s-31 -68 -69 -68s-69 30 -69 68zM0 364c158 0 333 -176 333 -367c0 -10 -10 -17 -20 -17c-9 0 -19 6 -21 20c-26 147 -145 261 -292 261s-266 -114 -292 -261c-2 -14 -12 -20 -21 -20c-10 0 -20 7 -20 17c0 191 176 367 333 367z
+" fill="currentColor"/>
+<path transform="translate(120.3914, 186.7158) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(37.5135, 184.7158)" x="-0.0725" y="-1.5000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<path transform="translate(38.0320, 186.2158) scale(0.0040, -0.0040)" d="M0 0c0 31 25 56 56 56s55 -25 55 -56s-24 -56 -55 -56s-56 25 -56 56z" fill="currentColor"/>
+<text transform="translate(34.1164, 190.6176)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+wear</tspan>
+</text>
+<path transform="translate(36.2704, 186.7158) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(29.2518, 184.7158)" x="-0.0725" y="-0.5000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(25.8949, 190.6176)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+shall</tspan>
+</text>
+<path transform="translate(28.0087, 187.7158) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(21.8039, 184.7158)" x="-0.0725" y="-1.5000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(18.8687, 190.6176)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+who</tspan>
+</text>
+<path transform="translate(20.5608, 186.7158) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(14.4718, 184.7158) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(15.4015, 183.2158) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(16.3311, 185.2158) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(17.2608, 183.7158) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41
+c-14 0 -25 13 -25 27z" fill="currentColor"/>
+<path transform="translate(10.8421, 185.7158) scale(0.0040, -0.0040)" d="M378 263c4 0 7 1 11 1c156 0 257 -129 257 -262c0 -76 -34 -154 -108 -210c-22 -17 -46 -29 -72 -37c3 -34 4 -68 4 -102c0 -20 0 -40 -1 -60c-7 -121 -90 -228 -209 -228c-108 0 -196 87 -196 196c0 58 53 104 112 104c54 0 95 -48 95 -104c0 -52 -43 -95 -95 -95
+c-10 0 -20 2 -29 6c26 -38 68 -63 116 -63c96 0 156 91 162 190c1 19 2 37 2 56c0 30 -2 60 -4 90c-29 -5 -58 -8 -88 -8c-188 0 -333 173 -333 375c0 177 130 307 246 442c-20 62 -38 125 -46 190c-6 52 -7 104 -7 157c0 115 55 223 148 290c3 2 7 3 11 3s8 -1 11 -4
+c71 -83 134 -244 134 -357c0 -143 -85 -255 -178 -364c21 -68 40 -137 57 -206zM462 -202c67 24 111 94 111 162c0 89 -65 178 -170 190c24 -115 46 -230 59 -352zM75 26c0 -134 129 -245 263 -245c28 0 55 2 81 6c-14 126 -36 244 -61 363c-79 -8 -124 -61 -124 -119
+c0 -43 25 -89 80 -121c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 89 58 175 161 198c-14 58 -29 116 -46 173c-106 -122 -212 -244 -212 -404zM406 1042c-99 -47 -162 -148 -162 -257c0 -73 20 -132 38 -191
+c79 97 144 199 144 324c0 53 -4 76 -20 124z" fill="currentColor"/>
+<text transform="translate(7.1500, 181.6256)" font-family="Century Schoolbook L" font-size="1.7463" text-anchor="start" fill="currentColor">
+<tspan>
+176</tspan>
+</text>
+<rect transform="translate(66.6956, 184.7158)" x="-0.0725" y="-3.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(62.3344, 190.6176)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+crown,</tspan>
+</text>
+<path transform="translate(65.4525, 185.2158) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(58.0924, 184.7158)" x="-0.0725" y="-2.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(55.3581, 190.6176)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+and</tspan>
+</text>
+<path transform="translate(56.8493, 186.2158) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(83.0509, 184.7158) scale(0.0040, -0.0040)" d="M314 64c0 24 -21 41 -42 41c-4 0 -8 -1 -12 -2c-30 -9 -76 -38 -112 -62s-83 -54 -103 -78c-7 -8 -10 -17 -10 -27c0 -24 20 -41 41 -41c4 0 8 1 12 2c30 9 77 38 113 62s82 54 102 78c7 8 11 17 11 27zM262 139c48 0 87 -22 87 -75c0 -19 -5 -39 -11 -57
+c-12 -38 -31 -74 -64 -96c-54 -36 -113 -50 -187 -50c-48 0 -87 22 -87 75c0 19 4 39 10 57c12 38 31 74 64 96c54 36 114 50 188 50z" fill="currentColor"/>
+<rect transform="translate(74.5395, 184.7158)" x="-0.0725" y="-0.3189" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(72.2125, 190.6176)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+Good</tspan>
+</text>
+<path transform="translate(74.4670, 184.2158) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<rect transform="translate(51.1466, 184.7158)" x="-0.0725" y="-3.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(48.0910, 190.6176)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+robe</tspan>
+</text>
+<path transform="translate(49.9035, 185.2158) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+<path transform="translate(45.1409, 182.7629) scale(0.0040, -0.0040)" d="M0 0c0 -197 209 -335 209 -532c0 -71 -16 -141 -42 -207c-5 -8 -12 -12 -20 -12c-14 0 -27 11 -24 28c26 60 42 125 42 191c0 103 -94 207 -165 282h-18v250h18z" fill="currentColor"/>
+<rect transform="translate(45.0684, 184.7158)" x="-0.0725" y="-2.0000" width="0.1451" height="3.3189" ry="0.0471" fill="currentColor"/>
+<text transform="translate(42.6152, 190.6176)" font-family="Century Schoolbook L" font-size="2.4693" text-anchor="start" fill="currentColor">
+<tspan>
+the</tspan>
+</text>
+<path transform="translate(43.8253, 186.2158) scale(0.0040, -0.0040)" d="M217 139c57 0 112 -31 112 -94c0 -72 -55 -121 -102 -149c-35 -21 -74 -35 -115 -35c-57 0 -112 31 -112 94c0 72 55 121 102 149c35 21 74 35 115 35z" fill="currentColor"/>
+</svg>
diff --git a/hr/stch/fertig/down/down-page1.png b/hr/stch/fertig/down/down-page1.png
new file mode 100644
index 0000000..6b879d8
--- /dev/null
+++ b/hr/stch/fertig/down/down-page1.png
Binary files differ
diff --git a/hr/stch/fertig/down/down-page2.png b/hr/stch/fertig/down/down-page2.png
new file mode 100644
index 0000000..3fe963e
--- /dev/null
+++ b/hr/stch/fertig/down/down-page2.png
Binary files differ
diff --git a/hr/stch/fertig/down/down-page3.png b/hr/stch/fertig/down/down-page3.png
new file mode 100644
index 0000000..9d063d1
--- /dev/null
+++ b/hr/stch/fertig/down/down-page3.png
Binary files differ
diff --git a/hr/stch/fertig/down/down-page4.png b/hr/stch/fertig/down/down-page4.png
new file mode 100644
index 0000000..43145e5
--- /dev/null
+++ b/hr/stch/fertig/down/down-page4.png
Binary files differ
diff --git a/hr/stch/fertig/down/down.ly b/hr/stch/fertig/down/down.ly
new file mode 100644
index 0000000..06d48e0
--- /dev/null
+++ b/hr/stch/fertig/down/down.ly
@@ -0,0 +1,84 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+\version "2.18"
+\include "dynArt.ly"
+\include "stimmen.ly"
+\include "texte.ly"
+
+\pointAndClickOff
+
+ \header {
+ title = "Down to the River to Pray"
+ composer = "Traditional"
+ arranger = "Philip Lawson"
+ %opus = "<+Werk+>"
+ tagline = \markup {
+ %\bold "studentenchor"
+ }
+ }
+
+ \paper {
+ line-width = \paper-width - 30
+ top-margin = 10
+ bottom-margin = 10
+ ragged-last-bottom = #'f
+ }
+
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3.5)
+ }
+ }
+
+ #(set-global-staff-size 17)
+
+ sop = <<
+ %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." }
+ \new Voice = "soprane" { \global \sopranMelodie }
+ >>
+
+ alt = <<
+ \new Voice = "alti" { \global \altMelodie }
+ >>
+
+ ten = <<
+ \new Voice = "tenoere" { \global \tenorMelodie }
+ >>
+
+ ban = <<
+ \new Voice = "baritone" { \global \baritoneMelodie }
+ >>
+
+ bas = <<
+ \new Voice = "baesse" { \global \bassMelodie }
+ >>
+
+ \score {
+ \new ChoirStaff \with { printPartCombineTexts = ##f } <<
+ \new Staff = sopran { \sop }
+ \new Lyrics \lyricsto soprane \sopranText
+ %\new Staff = alt { \alt }
+ %\new Lyrics \lyricsto alti \altText
+ \new Staff = tenor { \ten }
+ \new Lyrics \lyricsto tenoere \tenorText
+ \new Staff = baritone { \ban }
+ \new Lyrics \lyricsto baritone \baritoneText
+ \new Staff = bass { \bas }
+ \new Lyrics \lyricsto baesse \bassText
+ >>
+ %\midi {
+ %\context{
+ %\Score
+ %tempoWholesPerMinute = #(ly:make-moment 72 4)
+ %}
+ %}
+ \layout {
+ \context { \Staff
+ \RemoveEmptyStaves
+ \override VerticalAxisGroup.remove-first = ##t
+ }
+ }
+ }
+
diff --git a/hr/stch/fertig/down/down.ps b/hr/stch/fertig/down/down.ps
new file mode 100644
index 0000000..6b3c4b5
--- /dev/null
+++ b/hr/stch/fertig/down/down.ps
Binary files differ
diff --git a/hr/stch/fertig/down/dynArt.ly b/hr/stch/fertig/down/dynArt.ly
new file mode 100644
index 0000000..4b0a043
--- /dev/null
+++ b/hr/stch/fertig/down/dynArt.ly
@@ -0,0 +1,67 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ meta = {
+ %(dynamic) marks global to all voices
+ %\override Staff.TimeSignature #'style = #'()
+ \dynamicUp
+ \key aes \major
+ \time 2/4
+ \partial 4
+ \tempo "Folky (in one)" 2 = 72
+ s4\mp
+ s2*16
+ \break
+ s2\mp
+ s2*15
+ \break
+ s2*17
+ \break
+ s2*16
+ \break
+ s2*17
+ \break
+ s2*16
+ \break
+ s2*17
+ \break
+ s2^\markup{ \italic "cresc." }
+ s2*7
+ s2\mp
+ s2*5
+ s2\>
+ s2
+ \break
+ s2\!
+ s2*14
+ s2\<
+ s2
+ \break
+ s2\mf
+ s2*7
+ \break
+ s2*4
+ s2*2
+ s2^\markup{ \italic "dim." }
+ s2*5
+ \break
+ s2*11
+ s2^\markup{ \italic "rit." }
+ s2*2
+ s8 s4\> s16. s32\!
+ \bar "|."
+ }
+
+% articulation
+
+ sopranArt = {
+ }
+
+ altArt = {
+ }
+
+ tenorArt = {
+ }
+
+ bassArt = {
+ }
+
diff --git a/hr/stch/fertig/down/midi.lua b/hr/stch/fertig/down/midi.lua
new file mode 100644
index 0000000..8aef7d6
--- /dev/null
+++ b/hr/stch/fertig/down/midi.lua
@@ -0,0 +1,53 @@
+ -- some settings -- vim: ai sw=2 lbr nu et
+
+pre=[[
+%some settings% vim: ai sw=2 lbr nu et
+
+\version "2.12"
+\include "stimmen.ly"
+
+ \score {
+ <<
+ \unfoldRepeats
+]]
+
+post=[[
+ >>
+ \midi {
+ \context{
+ %\Score
+ %tempoWholesPerMinute = #(ly:make-moment 100 4)
+ }
+ }
+ }
+]]
+
+voices={ "s", "a", "t", "b" }
+expand = { s="sopran", a="alt", t="tenor", b="bass" }
+map = { sopran="soprane", alt="alti", tenor="tenoere", bass="baesse" }
+
+function text(stimme)
+ return
+[[
+ \new Staff = ]]..stimme..[[ <<
+ %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." }
+ \new Voice = "]]..map[stimme]..[[" { \global \]]..stimme..[[Melodie }
+ >>
+]]
+end
+
+function err() print("oops") os.exit() end
+
+which=which or "satb"
+if type(which)~="string" then err() end
+
+for _,v in pairs(voices) do
+ if string.find(which, v) then pre=pre..text(expand[v]) end
+end
+
+input=pre..post
+
+--os.execute(lilypond -...)
+io.stdout:write(input)
+os.exit()
+
diff --git a/hr/stch/fertig/down/stimmen.ly b/hr/stch/fertig/down/stimmen.ly
new file mode 100644
index 0000000..c7912b6
--- /dev/null
+++ b/hr/stch/fertig/down/stimmen.ly
@@ -0,0 +1,599 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ \version "2.18"
+
+ global = {
+ %\autoBeamOff
+ }
+
+ went = \relative c'' {
+ <<
+ {
+ aes4 aes8 aes8 aes8 aes8 aes4 aes4
+ }
+ {
+ ees4 ees8 ees8 ees8 ees8 ees4 ees4
+ }
+ >>
+ r4
+ <<
+ {
+ bes'8 bes8 bes8 c8 bes4 aes4 c4 bes8( aes8) aes4
+ }
+ {
+ f8 f8 f8 aes8 f4 ees4 aes4 f8( ees8) ees4
+ }
+ >>
+ <<
+ {
+ \voiceOne
+ f8( ees8)
+ }
+ \new Voice {
+ \voiceTwo
+ des4
+ }
+ >>
+ \oneVoice
+ }
+
+ choir = \markup{ \italic "Stagger breathing" }
+
+% Die Stimmen
+
+ sopranMelodie = \relative c'' {
+ <<
+ { \meta }
+ %\sopranArt
+ %the actual tune
+ {
+ r4
+ R2*49
+ <<
+ {
+ bes2\mp^\choir ~ bes4 aes4 c2 bes8 aes4. ~ aes2 ~ aes2 ~ aes2 ~ aes2
+ bes2 ~ bes4 aes4 c2 bes8 aes4. aes4 aes8 e8 aes8 aes8
+ }
+ {
+ g2 ~ g4 f4 aes2 f8 ees4. ~ ees2 ~ ees2 ~ ees2 ~ ees2
+ g2 ~ g4 f4 aes2 f8 ees4. ees4 ees8 ees8 ees8 ees8
+ }
+ >>
+ r4 R2 R2
+ r4 ees4\mf ees4 f4
+ \went
+ <<
+ {
+ ees4 c4 ees4. f8 aes4 c4 c8( bes8) aes4 bes2 aes8 aes4 f8 ees2 ~ ees4
+ }
+ {
+ c4 aes4 c4. des8 ees4 aes4 aes8( f8) ees4 f2 f8 f4 f8 ees2 ~ ees4
+ }
+ >>
+ r4
+ % 83
+ <<
+ {
+ bes'2 bes4 aes4 c4 ees4
+ }
+ {
+ ees,2 ees4 ees4 aes4 aes4
+ }
+ >>
+ <<
+ {
+ \voiceOne
+ bes8( aes4.)
+ }
+ \new Voice {
+ \voiceTwo
+ ees2
+ }
+ >>
+ \oneVoice
+ <<
+ {
+ c'4 bes4 aes2 aes8 aes4.
+ }
+ {
+ aes4 f4 f2 f8 f4.
+ }
+ >>
+ <<
+ {
+ \voiceOne
+ f8( ees4.)
+ }
+ \new Voice {
+ \voiceTwo
+ c2
+ }
+ >>
+ \oneVoice
+ <<
+ {
+ bes'2 bes4 aes4 c4 ees4
+ }
+ {
+ ees,2 ees4 ees4 aes4 aes4
+ }
+ >>
+ <<
+ {
+ \voiceOne
+ bes8( aes4.)
+ }
+ \new Voice {
+ \voiceTwo
+ ees2
+ }
+ >>
+ \oneVoice
+ <<
+ {
+ c'4 bes8 aes8 aes8 aes8
+ }
+ {
+ aes4 f8 ees8 ees8 ees8
+ }
+ >>
+ <<
+ {
+ \voiceOne
+ f8( ees8)
+ }
+ \new Voice {
+ \voiceTwo
+ des4
+ }
+ >>
+ \oneVoice
+ ees2 ~ ees2
+ r4 ees4\p ees4 f4
+ \went
+ <<
+ {
+ ees4 c4 ees4. f8 aes4 c4 c8( bes8) aes4 bes2 aes8 aes4 f8 ees2 ~ ees4
+ }
+ {
+ c4 c4 c4. des8 ees4 aes4 aes8( f8) ees4 f2 f8 f4 des8 c2 ~ c4
+ }
+ >>
+ r4
+ <<
+ {
+ bes'2 bes4 aes4 c4 ees4
+ }
+ {
+ ees,2 ees4 ees4 aes4 aes4
+ }
+ >>
+ <<
+ {
+ \voiceOne
+ bes8( aes4.)
+ }
+ \new Voice {
+ \voiceTwo
+ ees2
+ }
+ >>
+ \oneVoice
+ <<
+ {
+ c'8 bes4. aes4 aes8 f8 aes8 aes8 aes4
+ }
+ {
+ aes8 f4. f4 f8 f8 f8 f8 f4
+ }
+ >>
+ <<
+ {
+ \voiceOne
+ f8( ees4.)
+ }
+ \new Voice {
+ \voiceTwo
+ c2
+ }
+ >>
+ \oneVoice
+ <<
+ {
+ bes'8 bes4. bes4 aes4 c4 ees4
+ }
+ {
+ ees,8 ees4. ees4 ees4 aes4 aes4
+ }
+ >>
+ <<
+ {
+ \voiceOne
+ bes8( aes4.)
+ }
+ \new Voice {
+ \voiceTwo
+ ees2
+ }
+ >>
+ \oneVoice
+ <<
+ {
+ c'4 bes8 aes8 aes8 aes8
+ }
+ {
+ aes4 f8 ees8 ees8 ees8
+ }
+ >>
+ <<
+ {
+ \voiceOne
+ f8( ees8)
+ }
+ \new Voice {
+ \voiceTwo
+ des4
+ }
+ >>
+ \oneVoice
+ <<
+ {
+ ees2 ~ ees2
+ }
+ {
+ c2 ~ c2
+ }
+ >>
+ R2*17
+ <<
+ {
+ bes'2( ~ bes4 aes4 c2) bes8( aes4. ~ aes2) aes2 ~ aes2 aes2
+ bes2( ~ bes4 aes4 c2) bes8( aes4.) aes4 aes8 aes8 aes8 aes8
+ }
+ {
+ g2( ~ g4 f4 aes2) f8( ees4. ~ ees2) ees2 ~ ees2 ees2
+ g2( ~ g4 f4 aes2) f8( ees4.) ees4 ees8 ees8 ees8 ees8
+ }
+ >>
+ <<
+ {
+ \voiceOne
+ f8( ees8)
+ ees2 ~ ees2
+ R2 R2 r4
+ ees4\p ees4 f4
+ }
+ \new Voice {
+ \voiceTwo
+ ees4
+ ees2 ~ ees2 ~ ees2 ~ ees2 ~ ees2 ~ ees2
+ }
+ >>
+ \oneVoice
+ <<
+ {
+ aes4 aes8 aes8 aes8 aes8 aes4 aes2
+ bes8 bes8 bes8 c8 bes4 aes4 c4 bes8( aes8) aes4 f8( ees8) ees4 c4 ees4. f8 aes4 f4 aes4 c4 bes2 aes8 aes4 f8 ees2 ~ ees2\fermata
+ }
+ %{
+ s2*11
+ s2^\markup{ \italic "rit."}
+ s2*2
+ s8 s4\> s16. s32\!
+ %}
+ >>
+ }
+ >>
+ }
+
+ altMelodie = \relative c' {
+ <<
+ { \meta }
+ %\altArt
+ %the actual tune
+ {
+ r1
+ }
+ >>
+ }
+
+ tenorMelodie = \relative c' {
+ <<
+ { \meta }
+ %\tenorArt
+ %the actual tune
+ {
+ \clef "treble_8"
+ r4
+ R2*32
+ r4 ees,4\mp ees4 f4 aes4 aes8 aes8 aes8 aes8 aes4 aes2
+ bes8 bes8 bes8 c8 bes4 aes4 c4 bes8( aes8) aes4 f8( ees8) ees4 c4 ees4. f8 aes4 f4 aes4 c4 bes2 aes8 aes4 f8 ees2 ~ ees4 r4 bes'2 bes4 aes4 c4 ees4 bes8( aes4.) c4 bes4 aes2 aes8 aes4. ees2 bes'8 bes4. bes4 aes4 c4 ees4 bes8( aes4.) c4 bes8 aes8 aes8 aes8 f8( ees8) ees2 ~ ees2
+ R2 R2
+ c'4\mf c8 c8 c8 c8 c4 c4 r4 des8 des8 des8 ees8 des4 c4 ees4 des8( c8) c4 bes8( aes8) aes4 f4 aes4. bes8 c4 ees4 ees8( des8) c4 des2 des8 des4 des8 c2 ~ c4 r4
+ bes2 bes4 c4 ees4 ees4 des8( c4.) ees4 des4 des2 des8 des4. aes2
+ bes2 bes4 c4 ees4 ees4 des8( c4.) ees4 des8 des8 des8 des8 des4 ees2 ~ ees2
+ R2 R2
+ <<
+ {
+ c4\p c8 c8 c8 c8 c4 c4
+ }
+ {
+ aes4 aes8 aes8 aes8 aes8 aes4 aes4
+ }
+ >>
+ r4
+ <<
+ {
+ des8 des8 des8 ees8 des4 c4 ees4 des8( c8) c4 bes8( aes8) aes4 aes4 aes4. bes8 c4 ees4 ees8( des8) c4 des2 des8 des4 aes8 aes2 ~ aes4
+ }
+ {
+ bes8 bes8 bes8 c8 bes4 aes4 c4 bes8( aes8) aes4 f8( ees8) ees4 c4 ees4. f8 aes4 c4 c8( bes8) aes4 bes2 aes8 aes4 f8 ees2 ~ ees4
+ }
+ >>
+ r4
+ <<
+ {
+ bes'2 bes4 c4 ees4 ees4
+ }
+ {
+ g,2 g4 aes4 c4 c4
+ }
+ >>
+ <<
+ {
+ \voiceOne
+ des8( c4.)
+ }
+ \new Voice {
+ \voiceTwo
+ aes2
+ }
+ >>
+ \oneVoice
+ <<
+ {
+ ees'8 des4. des4 des8 des8 des8 des8 des4
+ }
+ {
+ c8 bes4. aes4 aes8 f8 aes8 aes8 aes4
+ }
+ >>
+ <<
+ {
+ \voiceOne
+ aes2
+ }
+ \new Voice {
+ \voiceTwo
+ f8( ees4.)
+ }
+ >>
+ \oneVoice
+ <<
+ {
+ bes'8 bes4. bes4 c4 ees4 ees4
+ }
+ {
+ g,8 g4. g4 aes4 c4 c4
+ }
+ >>
+ <<
+ {
+ \voiceOne
+ des8( c4.)
+ }
+ \new Voice {
+ \voiceTwo
+ aes2
+ }
+ >>
+ \oneVoice
+ <<
+ {
+ ees'4 des8 des8 des8 des8 bes8( aes8) aes2 ~ aes2
+ { R2 R2 }
+ ees'2\p^\markup{ (Oo) } ~ ees2 ~ ees2 ~ ees2 ~ ees2 ~ ees2 ~ ees2
+ f2 ~ f2 ~ f2 ~ f2 ~ f2 ~ f2 ~ f2 ~ f2
+ ees2( ~ ees4 des4 c2) c2 ~ c2 des2 ~ des2 des2
+ ees2( ~ ees4 des4 c2) c2 c4 bes8 aes8 aes8 aes8 aes4
+ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2
+ }
+ {
+ c4 bes8 aes8 aes8 aes8 f8( ees8) ees2 ~ ees2
+ { \dynamicDown \stemDown ees2\p^\choir ~ ees2 ~ } \stemNeutral \dynamicNeutral ees2 ~ ees2 ~ ees2 ~ ees2 ~ ees2 ~ ees2 ~ ees2
+ des2 ~ des2 ~ des2 ~ des2 ~ des2 ~ des2 ~ des2 ~ des2
+ ees2^\markup{""} ~ ees2 ~ ees2 ees2 ~ ees2 f2 ~ f2 f2
+ ees2 ~ ees2 ~ ees2 ees2 ees4 des8 des8 des8 des8 des4 des2 ~ des2 ~ des2 ~ des2 ~ des2 ~ des2
+ }
+ >>
+ }
+ >>
+ }
+
+ baritoneMelodie = \relative c {
+ <<
+ { \meta }
+ %\tenorArt
+ %the actual tune
+ {
+ \clef "bass"
+ r4
+ R2*131
+ r4 ees4\mp ees4 f4 aes4 aes8 aes8 aes8 aes8 aes4 aes2
+ bes8 bes8 bes8 c8 bes4 aes4 c4 bes8( aes8) aes4 f8( ees8) ees4 c4 ees4. f8 aes4 f4 aes4 c4 bes2 aes8 aes4 f8 ees2 ~ ees2
+ bes'2 bes4 aes4 c4 ees4 bes8( aes4.) c4 bes4 aes2 aes8 aes4. f8( ees4.)
+ bes'2 bes4 aes4 c4 ees4 bes8( aes4.) c4 bes8 aes8 aes8 aes8 f8( ees8) ees2 ~ ees2 ~ ees2 ~ ees2 ~ ees2 ~ ees2
+ }
+ >>
+ }
+
+ bassMelodie = \relative c {
+ <<
+ { \meta }
+ %\bassArt
+ %the actual tune
+ \clef bass
+ {
+ ees4 ees4 f4 aes4 aes8 aes8 aes8 aes8 aes4 aes2 bes8 bes8 bes8 c8 bes4 aes4 c4 bes8( aes8) aes4 f8( ees8) ees4 c4 ees4. f8 aes4 f4 aes4 c4 bes2 aes8 aes4 f8 ees2 ~ ees4 r4
+ %{
+ <<
+ {
+ bes'2 bes4 aes4 c4 ees4 bes8( aes4.) c4 bes4 aes2 aes8 aes4. \voiceOne f8( ees4.) \oneVoice bes'2 bes4 aes4 c4 ees4 bes8( aes4.) c4 bes8 aes8 aes8 aes8 f8( ees8) ees2 ~ ees2
+ }
+ \new Voice {
+ g2 g4 f4 aes4 c4 f,8 ees4. aes4 f4 f2 ees8 ees4. \voiceTwo c2 \oneVoice g'2 g4 f4 aes4 c4 f,8 ees4. f4 f8 ees8 ees8 ees8 des4 ees2 ~ ees2
+ }
+ >>
+ %}
+ <<
+ {
+ bes'2 bes4 aes4 c4 ees4 bes8( aes4.) c4 bes4 aes2 aes8 aes4.
+ }
+ {
+ g2 g4 f4 aes4 c4 f,8 ees4. aes4 f4 f2 ees8 ees4.
+ }
+ >>
+ <<
+ {
+ \voiceOne f8( ees4.)
+ }
+ \new Voice {
+ \voiceTwo c2
+ }
+ >>
+ \oneVoice
+ <<
+ {
+ bes'2 bes4 aes4 c4 ees4 bes8( aes4.) c4 bes8 aes8 aes8 aes8
+ }
+ {
+ g2 g4 f4 aes4 c4 f,8 ees4. f4 f8 ees8 ees8 ees8
+ }
+ >>
+ <<
+ {
+ \voiceOne
+ f8( ees8)
+ }
+ \new Voice {
+ \voiceTwo
+ des4
+ }
+ >>
+ \oneVoice
+ <<
+ {
+ ees2 ~ ees2
+ }
+ {
+ ees2 ~ ees2
+ }
+ >>
+ R2 R2
+ <<
+ {
+ ees2^\choir ~ ees2 ~ ees2 ~ ees2 ~ ees2 ~ ees2 ~ ees2
+ des2 ~ des2 ~ des2 ~ des2 ~ des2 ~ des2 ~ des2 ~ des2
+ ees2 ~ ees2 ~ ees2 ~ ees2 ~ ees2
+ f2 ~ f2 ~ f2
+ ees2 ~ ees2 ~ ees2 ~ ees2 des4 des8 des8 des8 des8
+ }
+ {
+ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2
+ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 aes4 aes8 aes8 aes8 aes8
+ }
+ >>
+ r4 R2 R2
+ R2*35
+ <<
+ {
+ ees'4\p ees8 ees8 ees8 ees8 ees4 ees4
+ }
+ {
+ c4 c8 c8 c8 c8 c4 c4
+ }
+ >>
+ r4
+ <<
+ {
+ f8 f8 f8 aes8 f4 ees4 aes4 f8( ees8) ees4 des4 c4 f4 c4. des8 ees4 aes4 aes8( f8) ees4 f2 f8 f4 des8 c2 ~ c4
+ }
+ {
+ des8 des8 des8 ees8 des4 c4 ees4 des8( c8) c4 bes4 aes4 f4 aes4. bes8 c4 ees4 ees8( des8) c4 des2 des8 des4 bes8 aes2 ~ aes4
+ }
+ >>
+ r4
+ <<
+ {
+ ees'2 ees4 ees4 aes4 aes4
+ }
+ {
+ bes,2 bes4 c4 ees4 aes4
+ }
+ >>
+ <<
+ {
+ \voiceOne
+ f8( ees4.)
+ }
+ \new Voice {
+ \voiceTwo
+ aes,2
+ }
+ >>
+ \oneVoice
+ <<
+ {
+ aes'8 f4. f4 f8 f8 f8 f8 f4 ees2
+ ees8 ees4. ees4 ees4 aes4 aes4
+ }
+ {
+ ees8 des4. des4 des8 des8 des8 des8 des4 c2
+ bes8 bes4. bes4 c4 ees4 aes4
+ }
+ >>
+ <<
+ {
+ \voiceOne
+ f8( ees4.)
+ }
+ \new Voice {
+ \voiceTwo
+ aes,2
+ }
+ >>
+ \oneVoice
+ <<
+ {
+ aes'4 f8 f8 f8 f8 des4 c2 ~ c2
+ }
+ {
+ ees4 des8 des8 des8 des8 bes4 aes2 ~ aes2
+ }
+ >>
+ aes2\p^\choir ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2
+ aes2 ~ aes2 ~ aes2 aes2 ~ aes2 aes2 ~ aes2 aes2
+ aes2 ~ aes2 ~ aes2 aes2 aes4 aes8 aes8 aes8 aes8 aes4
+ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2 ~ aes2
+ }
+ >>
+ }
+
+ %{
+ <<
+ {
+ \voiceOne
+ }
+ \new Voice {
+ \voiceTwo
+ }
+ >>
+ \oneVoice
+ <<
+ {
+ }
+ {
+ }
+ >>
+ %}
+ % TODO: dynamics
diff --git a/hr/stch/fertig/down/texte.ly b/hr/stch/fertig/down/texte.ly
new file mode 100644
index 0000000..832bd54
--- /dev/null
+++ b/hr/stch/fertig/down/texte.ly
@@ -0,0 +1,117 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+ olim = \lyricmode {
+ As I went down in the riv -- er to pray,
+ stud -- y -- in’ a -- bout that good old way
+ and who shall wear
+ }
+
+ cmon = \lyricmode {
+ let’s go down,
+ let’s go down,
+ come on down.
+ }
+
+ river = \lyricmode {
+ let’s go down,
+ down in the riv -- er to pray.
+ }
+
+ sugg = \lyricmode {
+ let’s go down,
+ come on down,
+ don’t you wan -- na go down?
+ }
+
+ show = \lyricmode {
+ Good Lord, show me the way.
+ }
+
+ robe = \lyricmode {
+ the robe and crown,
+ }
+
+ star = \lyricmode {
+ the star -- ry crown,
+ }
+
+% Die Textaufteilungen % -- _
+
+ sopranText = \lyrics {
+ %<+hier den Text für den Sopran eintragen+>
+ Oo _ _ _ _
+ _ _ _ _ _
+ down in the riv -- er
+ \olim \star
+ \show
+ Oh, fa -- thers, \cmon
+ Oh, fa -- thers, \river
+ \olim \robe
+ \show
+ Oh, moth -- ers, \sugg
+ Come on, moth -- ers, \river
+ %
+ Oh, down, down, down.
+ Oh, down, down in the riv -- er to pray.
+ \olim \robe
+ \show
+ }
+
+ altText = \lyrics {
+ %<+hier den Text für den Alt eintragen+>
+ }
+
+ tenorText = \lyrics {
+ %<+hier den Text für den Tenor eintragen+>
+ \olim \robe
+ \show
+ Oh, broth -- ers, \cmon
+ Come on, broth -- ers, \river
+ down in the riv -- er to pray,
+ stud -- y -- in’ a -- bout that good old way
+ and who shall wear \star
+ \show
+ Oh, fa -- thers, \cmon
+ Oh, fa -- thers, \river
+ down in the riv -- er to pray,
+ stud -- y -- in’ a -- bout that good old way
+ and who shall wear \robe
+ \show
+ Oh, moth -- ers, \sugg
+ Come on, moth -- ers, \river
+ %
+ Oo _
+ Oh, down, down, down.
+ Oh, down, down in the riv -- er to pray.
+ }
+
+ baritoneText = \lyrics {
+ %<+hier den Text für den Bariton eintragen+>
+ \olim \star
+ \show
+ Oh, sin -- ners, \cmon
+ Oh, sin -- ners, \river
+ }
+
+ bassText = \lyrics {
+ %<+hier den Text für den Baß eintragen+>
+ \olim \star
+ \show
+ Oh, sis -- ters, \cmon
+ Oh, sis -- ters, \river
+ Mm_(or_Oo) (Oo)
+ down in the riv -- er
+ down in the riv -- er to pray,
+ stud -- y -- in’ a -- bout that good old way
+ and who shall wear \robe
+ \show
+ Oh, moth -- ers, \sugg
+ Come on, moth -- ers, \river
+ %
+ Oo
+ Oh, down, down, down.
+ Oh, down, down in the riv -- er to pray.
+ }
+