JavaScript is required. Please enable it to continue.
Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
<<switch $checkStatus>> <<case "Scarf">> <<if $items["Scarf"].status>> You take off the scarf. <<set $items["Scarf"].status to false>> <<else>> I can't really take this apart. <</if>> <<case "Empty">> Your Satchel is empty. <<case "Heavy Iron Lock and Key">> <<set $inventory.unshift("Heavy Iron Lock")>> <<set $items["Heavy Iron Lock"].status to true>> <<set $inventory.unshift("Bronze Key")>> <<set $checkStatus to "Bronze Key">> <<set $items["Bronze Key"].status to true>> <<set $inventory.delete("Heavy Iron Lock and Key")>> You take the ''Bronze Key'' from the ''Heavy Iron Lock'' and put them both in your Satchel. <<case "Straight Stick">> <<set $inventory.unshift("2 Short Sticks")>> <<set $checkStatus to "2 Short Sticks">> <<set $items["2 Short Sticks"].status to true>> <<set $inventory.delete("Straight Stick")>> //You break the Straight Stick in half! This gives you two shorter sticks, each about as long as a forearm.// <<case "Officer's Jacket">> <<if !$items["2 Buttons"].status || !$items["Ribbon"].status>> //You scavenge 2 Buttons and a Ribbon from the Officer's Jacket and put them in your Satchel.// <<set $inventory.unshift("2 Buttons")>> <<set $items["2 Buttons"].status to true>> <<set $inventory.unshift("Ribbon")>> <<set $checkStatus to "Ribbon">> <<set $items["Ribbon"].status to true>> <<set $inventoryHeading to "Hmmm... I think I've got what I need to give Governor Colden a face! Let's see...">> <<else>> Briana: I already did that, didn't I... The jacket is no worse for it, frankly! <</if>> <<case "Old Shoe">> <<if !$inventory.includes("Old Worn Shoelace") && !$items["Old Worn Shoelace"].status>> //You scavenge ''1 Old Worn Shoelace'' from the ''Old Shoe'' and put it in your Satchel.// <<set $inventory.unshift("Old Worn Shoelace")>> <<set $checkStatus to "Old Worn Shoelace">> <<set $items["Old Worn Shoelace"].status to true>> <<else>> You can't take that apart. <</if>> <<default>> <<if !$deconstructed>>//You can't take that apart.//<</if>> <</switch>> /*<<script>> state.display(state.active.title, null, "back") <</script>>*/
<<switch $checkStatus>> <<set $satchelFlash to false>> <<case "Empty">> Your Satchel is empty. /* Implement the ability to throw loaves, sausages, and fruits, and a bag of hair. */ <<case "Sausages">> <<if ($newPassage is "The Manufactory House" || $newPassage is "Feed The People") && hasVisited("Gracy Happy")>> //The Sausages fly well but bounce off the wall near one of the windows, and come to rest in the dirt below. Man! This isn't going to work. My throwing isn't accurate enough to get them in the window! You run out and retrieve your Sausages.// <<else>> Maybe I should try this somewhere else... Not the right moment... <</if>> <<case "Pears">> <<if ($newPassage is "The Manufactory House" || $newPassage is "Feed The People") && hasVisited("Gracy Happy")>> //The Pears fly well but bounce off the wall near one of the windows, and come to rest in the dirt below.// Man! This isn't going to work. My throwing isn't accurate enough to get them in the window! //You run out and retrieve your Pears.// <<else>> Maybe I should try this somewhere else... Not the right moment... <</if>> <<case "Carrots">> <<if ($newPassage is "The Manufactory House" || $newPassage is "Feed The People") && hasVisited("Gracy Happy")>> //The Carrots fly well but bounce off the wall near one of the windows, and come to rest in the dirt below.// Man! This isn't going to work. My throwing isn't accurate enough to get them in the window! //You run out and retrieve your Carrots.// <<else>> Maybe I should try this somewhere else... Not the right moment... <</if>> <<case "Potatoes">> <<if ($newPassage is "The Manufactory House" ||$newPassage is "Feed The People") && hasVisited("Gracy Happy")>> //The Potatoes fly well but bounce off the wall near one of the windows, and come to rest in the dirt below.// Man! This isn't going to work. My throwing isn't accurate enough to get them in the window! //You run out and retrieve your Potatoes.// <<else>> Maybe I should try this somewhere else... Not the right moment... <</if>> <<case "Strawberries">> <<if ($newPassage is "The Manufactory House" ||$newPassage is "Feed The People") && hasVisited("Gracy Happy")>> //The Strawberries fly well but bounce off the wall near one of the windows, and come to rest in the dirt below.// Man! This isn't going to work. My throwing isn't accurate enough to get them in the window! //You run out and retrieve your Strawberries.// <<else>> Maybe I should try this somewhere else... Not the right moment... <</if>> <<case "Peaches">> <<if ($newPassage is "The Manufactory House" ||$newPassage is "Feed The People") && hasVisited("Gracy Happy")>> //The Peaches fly well but bounce off the wall near one of the windows, and come to rest in the dirt below.// Man! This isn't going to work. My throwing isn't accurate enough to get them in the window! //You run out and retrieve your Peaches.// <<else>> Maybe I should try this somewhere else... Not the right moment... <</if>> <<case "Cow Femur">> <<if ($newPassage is "The Statehouse" || $newPassage is "Unicorn") && $horse && !hasVisited("ShootShinyRock")>> <<set $thingToLaunch to "Cow Femur">> <<set $inventory.delete("Cow Femur")>> <<goto ShootShinyRock>> <<else>> This was a good idea but maybe now's just a bad time. <</if>> <<case "Shiny Rock">> <<if ($newPassage is "The Statehouse" || $newPassage is "Unicorn") && $horse>> <<set $thingToLaunch to "Shiny Rock">> <<if !hasVisited("ShootShinyRock")>> <<set $inventory.delete("Shiny Rock")>> <<goto ShootShinyRock>> <</if>> <</if>> <<case "Apple">> <<if ($newPassage is "The Manufactory House" ||$newPassage is "Feed The People") && hasVisited("Gracy Happy")>> //The Apple flies well but bounces off the wall near one of the windows, and comes to rest in the dirt below.// Man! This isn't going to work. My throwing isn't accurate enough to get it in the window! //You run out and retrieve your apple.// <<else>> Maybe I should try this somewhere else... <</if>> <<case "Loaves Of Bread">> <<if ($newPassage is "The Manufactory House" || $newPassage is "Feed The People") && hasVisited("Gracy Happy")>> //The Loaves fly well but bounce off the wall near one of the windows, and come to rest in the dirt below.// Man! This isn't going to work. My throwing isn't accurate enough to get them in the window! //You run out and retrieve your Loaves.// <<else>> Maybe I should try this somewhere else... Not the right moment... <</if>> <<default>> You can't throw that here! <</switch>> /*<br><br><hr><<return Back>><hr>*/
<<nobr>> <<switch $checkStatus>> <<set $satchelFlash to false>> <<case "Flask of Rum">> @@.fade-in; Ha! If it wasn't enough that Dad's a teetotaler, I'm not a big fan of the role of rum in the Triangle Trade. Never touch the stuff. I find drinking it immoral.@@ <<case "Slingshot And Shiny Rock">> <<Use "Slingshot And Shiny Rock" "Slingshot" "Shiny Rock" "The Statehouse" "Unicorn" "ShootShinyRock" "ShootThingsRandom" "shiny rock">> <<case "Scarf">> <<if $inventory.includes("Scarf") && $items["Scarf"].status == false>> <<goto PutOnScarf>> <<set $items["Scarf"].status to true>> <<else>> I've already got it on... <</if>> <<case "Slingshot And Sausage">> <<if $newPassage == "The Manufactory House">> <<set $visitedOne to "ShootThingsManufactory">> <</if>> <<Use "Slingshot And Sausage" "Slingshot" "Sausages" "The Manufactory House" "Feed The People" "ShootThingsManufactory" "ShootThingsRandom" "sausage">> <<case "Slingshot And Loaf">> <<if $newPassage == "The Manufactory House">> <<set $visitedOne to "ShootThingsManufactory">> <</if>> <<Use "Slingshot And Loaf" "Slingshot" "Loaves Of Bread" "The Manufactory House" "Feed The People" "ShootThingsManufactory" "ShootThingsRandom" "loaf">> <<case "Slingshot And Strawberry">> <<if $newPassage == "The Manufactory House">> <<set $visitedOne to "ShootThingsManufactory">> <</if>> <<Use "Slingshot And Strawberry" "Slingshot" "Strawberries" "The Manufactory House" "Feed The People" "ShootThingsManufactory" "ShootThingsRandom" "strawberry">> <<case "Slingshot And Peach">> <<if $newPassage == "The Manufactory House">> <<set $visitedOne to "ShootThingsManufactory">> <</if>> <<Use "Slingshot And Peach" "Slingshot" "Peaches" "The Manufactory House" "Feed The People" "ShootThingsManufactory" "ShootThingsRandom" "peach">> <<case "Slingshot And Pear">> <<if $newPassage == "The Manufactory House">> <<set $visitedOne to "ShootThingsManufactory">> <</if>> <<Use "Slingshot And Pear" "Slingshot" "Pears" "The Manufactory House" "Feed The People" "ShootThingsManufactory" "ShootThingsRandom" "pear">> <<case "Slingshot And Carrot">> <<if $newPassage == "The Manufactory House">> <<set $visitedOne to "ShootThingsManufactory">> <</if>> <<Use "Slingshot And Carrot" "Slingshot" "Carrots" "The Manufactory House" "Feed The People" "ShootThingsManufactory" "ShootThingsRandom" "carrot">> <<case "Slingshot And Apple">> <<if $newPassage == "The Manufactory House">> <<set $visitedOne to "ShootThingsManufactory">> <</if>> <<Use "Slingshot And Apple" "Slingshot" "Empty" "The Manufactory House" "Feed The People" "ShootThingsManufactory" "ShootThingsRandom" "apple">> <<case "Slingshot And Potato">> <<if $newPassage == "The Manufactory House">> <<set $visitedOne to "ShootThingsManufactory">> <</if>> <<Use "Slingshot And Potato" "Slingshot" "Potatoes" "The Manufactory House" "Feed The People" "ShootThingsManufactory" "ShootThingsRandom" "potato">> <<case "Slingshot">> @@.fade-in; I'm going to need to load something up before I can use this.@@ <<case "Slingshot And Empty Flask">> <<Use "Slingshot And Empty Flask" "Slingshot" "Empty Flask" "The Statehouse" "Unicorn" "ShootShinyRock" "ShootThingsRandom" "empty flask">> <<case "Slingshot And Flask of Rum">> <<Use "Slingshot And Flask of Rum" "Slingshot" "Flask of Rum" "The Statehouse" "Unicorn" "ShootShinyRock" "ShootThingsRandom" "flask of rum">> <<case "Slingshot And Horseshoe">> <<Use "Slingshot And Horseshoe" "Slingshot" "Horseshoe" "The Statehouse" "Unicorn" "ShootShinyRock" "ShootThingsRandom" "horseshoe">> <<case "Peaches">> <<set $inventory.delete("Peaches")>> @@.fade-in; Oooh so tasty!@@ <<case "Carrots">> <<set $inventory.delete("Carrots")>> @@.fade-in; Oooh so tasty!@@ <<case "Potatoes">> @@.fade-in; I would eat these, but they need some cooking!@@ <<case "Pears">> <<set $inventory.delete("Pears")>> @@.fade-in; Oooh so tasty!@@ <<case "Strawberries">> <<set $inventory.delete("Strawberries")>> @@.fade-in; Oooh so tasty!@@ <<default>> Not sure about that... <</switch>> <</nobr>>
<<set $satchelFlash to false>> <<switch $checkStatus>> <<case "Empty">> Your Satchel is empty. <<case "Notebook">> <<if $newPassage is "The Cobblery" && !hasVisited("TakeScarf") && hasVisited("Get Even")>> <<goto "GiveNotebook">> <</if>> <<if ($newPassage is "The Green Dragon" || $lastScene is "EdesEnd") && hasVisited("EdesEnd")>> <<goto "Give Edes Notebook">> <<else>> I don't think this is the right time for this... <</if>> <<case "Peaches">> <<if $newPassage is "The Tannery" && !hasVisited("Gracy Happy")>> <<set $inventory.delete("Peaches")>> <<goto "Gracy Happy">> <<else>> I think maybe I'll just keep this one! Looks so good! <</if>> <<case "Apple">> <<if $newPassage is "The Tannery" && !hasVisited("Gracy Happy")>> <<set $inventory.delete("Apple")>> <<goto "Gracy Happy">> <<else>> I think maybe I'll just keep this one! Looks so good! <</if>> <<case "Strawberries">> <<if $newPassage is "The Tannery" && $inventory.includes("Strawberries")>> <<set $inventory.delete("Strawberries")>> <<goto "Gracy Happy">> <<else>> I think maybe I'll just keep this one! Looks so good! <</if>> <<case "Pears">> <<if $newPassage is "The Tannery" && $inventory.includes("Pears")>> <<set $inventory.delete("Pears")>> <<goto "Gracy Happy">> <<else>> I think maybe I'll just keep this one! Looks so good! <</if>> <<case "Empty Flask">> <<if $newPassage is "The Green Dragon">> <<goto "GiveFlaskBartender">> <</if>> <<if $newPassage is "The Bakeries" || $newPassage is "The Butcher Shops">> @@.fade-in; ''Soldier:'' This is empty! Is this some kind of dumb joke? I don't find this funny, girl.@@ <</if>> <<case "Carrots">> <<if ($lastScene is "Woo Gracy" || $newPassage is "The Tannery") && hasVisited("You Just Gave Me An Idea")>> @@.fade-in; You offer the carrots to Gracy, who shakes her head, bucks and almost topples the night soil cart. The smell produced by sloshing all of the barrels is so intense you almost fall down; your eyes water and your stomach turns over.@@ <</if>> <<case "Potatoes">> <<if ($lastScene is "Woo Gracy" || $newPassage is "The Tannery") && hasVisited("You Just Gave Me An Idea")>> @@.fade-in; You offer the potatoes to Gracy, who shakes her head, bucks and almost topples the night soil cart. The sloshing barrels of excrement produce a rancid, all-consuming odor that reminds you of biblical descriptions of hell; your eyes water and your stomach turns over.@@ <</if>> <<case "Certificate of Freedom">> <<if $newPassage is "The Butcher Shops" && !hasVisited("Give Certificate") && !hasVisited("Give Flask")>> <<goto "Give Certificate">> <<else>> I don't think anybody wants to see this right now... <</if>> <<case "Sack of Hair">> <<if $newPassage is "The Butcher Shops">> <<goto "Give Sack of Hair">> <<elseif $newPassage is "The Bakeries">> <<goto "Give Sack Baker">> <<else>> Can't just pass off a sack of wet hair, willy nilly. You could give someone a heart attack. <</if>> <<case "Flask of Rum">> <<if ($newPassage is "The Butcher Shops" && !hasVisited("Give Flask") && !hasVisited("Give Certificate")) || ($newPassage is "The Bakeries" && !hasVisited("Give Flask Baker"))>> <<set $inventory.delete("Flask of Rum")>> <<set $inventory.unshift("Empty Flask")>> <<set $satchelFlash to false>> <<if $newPassage is "The Bakeries">> <<goto "Give Flask Baker">> <<else>> <<goto "Give Flask">> <</if>> <<else>> I don't think I should give this away just yet... <</if>> <<case "Shiny Rock">> <<if ($newPassage is "The Butcher Shops" && !hasVisited("Give Rock Butcher") && !hasVisited("Give Certificate")) || ($newPassage is "The Bakeries" && !hasVisited("Give Rock Baker"))>> <<set $inventory.delete("Shiny Rock")>> <<if $newPassage is "The Bakeries">> <<goto "Give Rock Baker">> <<else>> <<goto "Give Rock Butcher">> <</if>> <<else>> I don't think I should give this away just yet... <</if>> <<default>> I actually don't think I want to give the <span style="color: #e1755d;">$checkStatus</span> away just yet. <</switch>>
<<set $tempX to "<br><div class='buttonDown'><img src='images/episode-2/down-pointing-red-triangle.png'/></div>">> <<set $temp to "<<linkreplace '//You put the note inside the shoe.//$tempX'>>\'\'Briana:\'\' Now maybe I can get this letter over the fence...<</linkreplace>>">> <<set $tempCheck to $checkStatus>> /*<<set alert("checked item is"+$tempCheck)>>*/ <<set $inventoryOptions to false>> <<if ($inventory.length lt 2 || $inventory.includes("Empty")) && $checkStatus !=="$skinCounter lbs Deerskin" && $checkStatus !=="$whiskyCounter Bottles Of Whisky">> <<set $inventoryHeading to "There's nothing to combine at the moment...">> <<else>> /*<<set $inventory.splice($inventory.indexOf($checkStatus),$inventory.indexOf($checkStatus)+1)>>*/ <<set $inventoryHeading to "Combine "+'<span style="color: #e1755d;"> $tempCheck</span>'+ " with what?">> <</if>> <div class="inventory"> <<link [['Combine'|Inventory]]>><<set $inventoryOptions to true>> <<script>> state.display(state.active.title, null, "back") <</script>> <<set $checkStatusTwo to $checkStatus>> <<switch $checkStatusTwo>> <<case "Cow Femur And Twisted Intestines">> <<Combine "Cow Femur And Twisted Intestines" "Scrap Of Leather" "Slingshot" "You wrap the twisted intestines around the top and bottom of the scrap of leather, tying knots at both ends. This create a cup-shape out of the scrap of leather, tied at the center of the twisted intestines. You've made a Slingshot!!">> <<case "Leather Cup And Twisted Intestines">> <<Combine "Leather Cup And Twisted Intestines" "Cow Femur" "Slingshot" "You knot the leather cup and twisted intestines around each end of the Y-shaped Cow Femur, holding the part of the femur that points down at the ground. You pull back the twisted intestines, and let it go, which results in a satisfying Twang! You've made a Slingshot!!">> <<case "Scarf">> <<Combine "Scarf" "Cow Femur" "Slingshot" "You knot the springy scarf around each end of the Y-shaped Cow Femur, holding the section that points down at the ground. You pull back the scarf, and let it go, which results in a satisfying Twang! You've made a Slingshot!!">> <<case "Cow Femur">> <<Combine "Cow Femur" "Leather Cup And Twisted Intestines" "Slingshot" "You knot the leather cup and twisted intestines around each end of the Y-shaped Cow Femur, holding the part of the femur that points down at the ground. You pull back the twisted intestines, and let it go, which results in a satisfying Twang! You've made a Slingshot!!">> <<Combine "Cow Femur" "Twisted Intestines" "Cow Femur And Twisted Intestines" "You tie the intestines around the Y ends of the Cow Femur, and give it a little pull... Twang! Now I just need something to hold a projectile!">> <<Combine "Cow Femur" "Scarf" "Slingshot" "You knot the springy scarf around each end of the Y-shaped Cow Femur, and hold the section of the Cow Femur that points down at the ground in your hand. You pull back the scarf, and let it go, which results in a satisfying Twang! You've made a Slingshot!!">> <<case "Scarf">> <<Combine "Scarf" "Cow Femur" "Slingshot" "You knot the springy scarf around each end of the Y-shaped Cow Femur, and hold the section of the Cow Femur that points down at the ground. You pull back the scarf, and let it go, which results in a satisfying Twang! You've made a Slingshot!!">> <<case "Twisted Intestines">> <<Combine "Twisted Intestines" "Scrap Of Leather" "Leather Cup And Twisted Intestines" "You twist the intestines around the top and bottom of the piece of leather, squeezing it into a cup shape. The ends of the intestines dangle down about a foot.">> <<Combine "Twisted Intestines" "Cow Femur" "Cow Femur And Twisted Intestines" "You tie the intestines around the Y ends of the Cow Femur, and give it a little pull... Twang! Now I just need something to hold a projectile!">> <<case "Scrap Of Leather">> <<Combine "Scrap Of Leather" "Twisted Intestines" "Leather Cup And Twisted Intestines" "You twist the intestines around the top and bottom of the piece of leather, squeezing it into a cup shape. The ends of the intestines dangle down about a foot.">> <<Combine "Scrap Of Leather" "Cow Femur And Twisted Intestines" "Slingshot" "You wrap the twisted intestines around the top and bottom of the scrap of leather, tying knots at both ends. This creates a cup shape out of the scrap of leather, tied at the center of the twisted intestines. You've made a Slingshot!!">> <<case "Slingshot">> <<Combine "Slingshot" "Shiny Rock" "Slingshot And Shiny Rock" "You load your shiny rock into the slingshot, and prepare for action.">> <<Combine "Slingshot" "Sausages" "Slingshot And Sausage" "You load your sausage into the slingshot, and prepare for action.">> <<Combine "Slingshot" "Loaves Of Bread" "Slingshot And Loaf" "You load your loaf of bread into the slingshot, and prepare for action.">> <<Combine "Slingshot" "Peaches" "Slingshot And Peach" "You load your peach into the slingshot, and prepare for action.">> <<Combine "Slingshot" "Strawberries" "Slingshot And Strawberry" "You load your strawberry into the slingshot, and prepare for action.">> <<Combine "Slingshot" "Pears" "Slingshot And Pear" "You load your pear into the slingshot, and prepare for action.">> <<Combine "Slingshot" "Potatoes" "Slingshot And Potato" "You load your potato into the slingshot, and prepare for action.">> <<Combine "Slingshot" "Apple" "Slingshot And Apple" "You load your apple into the slingshot, and prepare for action.">> <<Combine "Slingshot" "Carrots" "Slingshot And Carrot" "You load your carrot into the slingshot, and prepare for action.">> <<Combine "Slingshot" "Horseshoe" "Slingshot And Horseshoe" "You load your horseshoe onto the slingshot, and prepare for action.">> <<Combine "Slingshot" "Empty Flask" "Slingshot And Empty Flask" "You load your flask onto the slingshot, and prepare for action.">> <<Combine "Slingshot" "Flask of Rum" "Slingshot And Flask of Rum" "You load your flask onto the slingshot, and prepare for action.">> <<case "Loaves Of Bread">> <<Combine "Loaves Of Bread" "Slingshot" "Slingshot And Loaf" "You load a loaf of bread into the slingshot, and prepare for action.">> <<case "Shiny Rock">> <<Combine "Slingshot" "Shiny Rock" "Slingshot And Shiny Rock" "You load your shiny rock into the slingshot, and prepare for action.">> <<case "Sausages">> <<Combine "Sausages" "Slingshot" "Slingshot And Sausage" "You load your sausage into the slingshot, and prepare for action.">> <<case "Strawberries">> <<Combine "Strawberries" "Slingshot" "Slingshot And Strawberry" "You load your strawberry into the slingshot, and prepare for action.">> <<case "Pears">> <<Combine "Pears" "Slingshot" "Slingshot And Pear" "You load your pear into the slingshot, and prepare for action.">> <<case "Potatoes">> <<Combine "Potatoes" "Slingshot" "Slingshot And Potato" "You load your potato into the slingshot, and prepare for action.">> <<case "Carrots">> <<Combine "Carrots" "Slingshot" "Slingshot And Carrot" "You load your carrot into the slingshot, and prepare for action.">> <<case "Apple">> <<Combine "Apple" "Slingshot" "Slingshot And Apple" "You load your apple into the slingshot, and prepare for action.">> <<case "Peaches">> <<Combine "Peaches" "Slingshot" "Slingshot And Peach" "You load your peach into the slingshot, and prepare for action.">> <<case "Horseshoe">> <<Combine "Horseshoe" "Slingshot" "Slingshot And Horseshoe" "You load your horseshoe onto the slingshot, and prepare for action as you pull it back.">> <<case "Empty Flask">> <<Combine "Empty Flask" "Slingshot" "Slingshot And Empty Flask" "You load your flask into the slingshot, and prepare for action as you pull it back.">> <<case "Flask of Rum">> <<Combine "Flask of Rum" "Slingshot" "Slingshot And Flask of Rum" "You load your flask into the slingshot, and prepare for action as you pull it back.">> <<case "Empty">> <<set $inventory.unshift($tempCheck)>> Your Satchel is empty. <<default>> <<if $inventory.length == 0>> <<set $inventoryHeading to "Ok, fair enough. I'll try something else.">> <<else>> <<set $inventoryHeading to "Well, that didn't work!<br>Maybe I should try another combination...">> <</if>> <</switch>> <</link>></div> <br><br><br><br>
<<set config.addVisitedLinkClass to true>> <script src="typed.js"></script> <<story-init>> <<set $fullscreen to false>> <<set $lastScene to "Start Game">>
/*I hereby dub you, a Daughter of the Revolution! */ /*I feel like if you and I have a talent for anything, it's for attracting jerks... we may as well use it rather than fight it, eh?*/ <<set $satchelFlash to false>> <<if !$talkedToHollister>> <<set _temp to [ "\'\'Captain Hollister:\'\' Bah! This place smells like a donkey's arse!", "<<goto SoldierCobblery>>", ]>> <<set $footerDisplay to "">> <<Rep _temp>> <<else>> <<if !hasVisited("Get Even")>> <<set $footerDisplay to "[[To The Alley|Get Even]]">> <<else>> <<set $footerDisplay to "[[Exit To The Alley|Cobbler Alley]]">> <</if>> <</if>> <<if $inventory.includes("Scarf") && !hasVisited("Cobbler Alley") && !hasVisited("PutOnScarf")>> <<goto "PutOnScarf">> <</if>> <<if $talkedToHollister>> <<if !hasVisited("CobblerComb") || !hasVisited("CobblerFlask") || !hasVisited("Certificate of Freedom") || !hasVisited("NewsCobblery")>> @@.differentVisited;[[Examine The Small Chest|Small Chest In The Corner]]@@ <<else>> [[Examine The Small Chest|Small Chest In The Corner]] <</if>> [[Examine The Large Chest|LargeChestCobblery]] [[Talk to Freddy|Freddy]] [[Examine The Posters]] <</if>>
''Briana:'' <<button "//You grab Hollister's arm:// Stop, thief! You owe me 5 pounds." "CobbleryStopThief">><</button>> <<button "//You sit silently until Hollister leaves the Cobblery.//" "CobblerySoldierEnd">><</button>> <<button "Your mother would be ashamed of you, stealing from a young girl!" "CobbleryMotherAshamed">><</button>> <<set $lastScene to "CobblerySoldierChoice">> <<set $lastScene to passage()>> <<set $footerDisplay to "">>
<<set _temp to [ '\'\'Captain Hollister:\'\' Unhand me!', '//Hollister takes your hand and pulls hard, bringing you close to him, then shoves your shoulder and lets go. He watches as you fall backwards onto the floor.//', '\'\'Captain Hollister:\'\' How dare you! I could arrest you right now, you little twit…// ', "//He spits on the floor.//", "But what am I doing arguing with a slave?", "//Hollister turns and storms out of the cobblery, slamming the door hard enough to rattle the windows as he leaves...//", "<<goto \"CobblerySoldierEnd\">>", ]>> <<Rep _temp>> <<set $lastScene to passage()>> <<set $footerDisplay to "">>
<<set _temp to [ "\'\'Briana:\'\' What an arse... You were right, George. I never should have trusted a Lobster to pay his bill…", "\'\'George:\'\' We\'ll find a way to get back at them, Briana.", "They can\'t just walk all over us like this.", "<<goto 'The Cobblery'>>", ]>> <<Rep _temp>> <<set $lastScene to "CobblerySoldierEnd">> <<set $footerDisplay to "[[Back|The Cobblery]]">>
<<set _temp to [ "\'\'Captain Hollister:\'\' That hurts! Coming from a motherless slave like yourself!", '\'\'Briana\'\': I\'m a free woman, thank you very much!', '//Captain Hollister turns to George.//', '\'\'Captain Hollister:\'\' Cobbler! Teach your slave some manners! This is no way to run a business.', '//Hollister turns and walks out of George\'s cobblery.//', "//George makes a rude motion towards the door...//", "<<goto \"CobblerySoldierEnd\">>", ]>> <<Rep _temp>> <<set $lastScene to "CobblerySoldierEnd">> <<set $footerDisplay to "">>
<<if !$items["Certificate of Freedom"].status>> [[Take Certificate of Freedom|Certificate of Freedom]] <</if>> <<if !$items["Comb"].status>> [[Take the Comb|CobblerComb]] <</if>> <<if !$items["Empty Flask"].status>> [[Take the Flask|CobblerFlask]] <</if>> <<if $items["Comb"].status && $items["Empty Flask"].status && $items["Certificate of Freedom"].status>> @@.fade-in; I guess I got everything here...@@<br> <</if>> <<set $footerDisplay to "[[Back|The Cobblery]]">>
You open the chest to find... another chest, slightly smaller than the first. <br><br> [[Open The Chest|OpenChest1]] <<set $footerDisplay to "[[Back|The Cobblery]]">>
<hr> <<set _temp to [ 'March, 1766. A Glorious Victory! Stamp Act Repealed!', 'Bait and Switch! Stamp Act Out, Townshend Acts In!', 'Warning: Townshend Acts Brings Taxes on Lead, Paper, Paints, Glass, and Tea!', 'Massachusetts Takes a Stand! Circular Letter Passed Between All 13 Colonies. Pact to Resist New Taxes!', 'Petition Sent to King On Behalf of All Colonies. Awaiting Response.', 'OCCUPATION! 1,200 Soldiers Land in Boston!!', 'THEY\'RE EVERYWHERE! One Soldier For Every Eight Bostonians', '<<goto "Examine The Posters">>', ]>> <br><h2>Newspaper Clippings</h2><br> <<App _temp>> <hr> <<set $lastScene to "Examine The Posters">>
<<set $textOfThingToExamine to "<h2>Greatness</h2><hr> <<linkreplace \"Honor and shame from no condition rise;<br>Act well your part, there all the honor lies.<br> Fortune in men has some small difference made,<br> One flaunts in rags, one flutters in brocade;<br> The cobbler aproned, and the parson gowned,<br> The friar hooded, and the monarch crowned.<br> ‘What differ more (you cry) than crown and cowl?'<br> I’ll tell you, friend; a wise man and a fool.<br> You’ll find, if once the monarch acts the monk,<br> Or, cobbler-like, the parson will be drunk,<br> Worth makes the man, and want of it the fellow;<br> The rest is all but leather or prunella.<br><br>--by Alexander Pope<br><div class='buttonDown'><img src='images/episode-2/down-pointing-red-triangle.png'/></div><br>\">> @@.fade-in;<b>Briana:</b> That's right, Mr. Pope! My worth will be deterimined by how good a //person// I am, not how anyone sees me. I'll never be some showman who pretends to be good, or some rich man who flaunts what I own; or some miser who hoards the riches for me alone! You take the crown; I'll take my friends!@@ <</linkreplace>>">> <<set $imageOfThingToExamine to "<img src='images/episode-2/CobblerPoem.jpg'/>">> <<include "examineDisplay">> <<set $lastScene to 'Examine The Posters'>> <<set $newPassage to 'The Cobblery'>>
<<set _temp to [ "\'\'Briana:\'\' We thought we\'d won! They repealed the Stamp Act! And then the Townshend Acts landed like a cannonball! Taxes on everyday staples: paint, glass, paper... So the Sons of Liberty pushed back even harder than before...", "That made it easy for the King to claim that the presence of their troops during peacetime was //absolutely necessary and proper//: that the common good was at stake, that civil order wouldn\'t hold without a heavy troop presence: one Red Coat for every eight Bostonians.", "Of course, that was all a bunch of horse poop. They just wanted to punish us for resisting. “Have to raise revenues to pay for all that fighting!\" So they brought in the Lobsters and here we are:", "On Friday Sept. 30th 1768, the Ships of War, armed Schooners, Transports, etc. Came up the Harbour and Anchored round the Town; their Cannon loaded, a Spring on Their Cables, as for a regular Siege.", "At noon on Saturday October the 1st the fourteenth and twenty-ninth Regiments, a detachment from the 59th Regt. and Train of Artillery with two pieces of Cannon, landed on the Long Wharf;", "there Formed and Marched with insolent Parade, Drums beating, Fifes playing and Colours flying up King Street.", "Each Soldier having received 16 rounds of Powder and Ball.", ]>> <<Rep _temp>> <div class="fixed"><img src='images/episode-2/landing-of-troops-1770.jpg' alt="This scene from Paul Revere's workshop, depicts The Landing of Troops in Boston at the start of the occupation, as viewed from Boston Harbor in 1770."/></div> <<set $newPassage to 'The Cobblery'>> <<set $footerDisplay to "[[Back|Examine The Posters]]">> <<set $lastScene to 'Examine The Posters'>>
<<set _temp to [ "\'\'Captain Hollister:\'\' Hand over my boots, so I may flee your pestilent scent!", "\'\'Briana\'\': Ah, Captain Hollister... Back at last.", "//You reach onto the shelf and pull down a pair of knee-high black Hessian boots.//", "\'\'Briana\'\': I present you: my masterpieces…", "//You bow your head dramatically.//", "<<set $lastScene to 'SoldierCobblery'>><<button 'Give The Boots to Hollister' 'SoldierCobblery2'>><</button>>", ]>> <<Rep _temp>> <<set $footerDisplay to "">>
<<PickUp "Comb">> <<set $lastScene to "Small Chest In The Corner">>
<<PickUp "Empty Flask">> <<set $lastScene to "Small Chest In The Corner">> <<if hasVisited("The Butcher Shops")>> <<set $Q3Passage to 'The Green Dragon'>> <</if>>
<div class="fixed"><<include "Freddy Background">> </div> <div class="altTag">George's bird “Freddy” sits in his cage.</div> <<set _temp to [ "\'\'\'\'Briana:\'\' \'\' Hey Freddy!", "\'\'Freddy:\'\' Tweet tweet.", "\'\'\'\'Briana:\'\' \'\' Enjoying the sunny day?", "\'\'Freddy:\'\' Tweet tweet. ", "\'\'\'\'Briana:\'\' \'\' It'd be a lot better if these troops cleared out, wouldn't it?", "\'\'Freddy:\'\' Tweet.", "\'\'\'\'Briana:\'\' \'\' But then who'd I sell my shoes to?", "\'\'Freddy:\'\' Tweet tweet tweet.", "\'\'\'\'Briana:\'\' \'\' Good point. Plenty of other fish in the sea... ", "\'\'Freddy:\'\' Tweet.", "\'\'\'\'Briana:\'\' \'\' Or worms in the garden?", "\'\'Freddy:\'\' Tweet. ", "\'\'\'\'Briana:\'\' \'\' Glad we're agreed.", "\'\'Freddy:\'\' Tweet. Tweet. Tweet. Tweet.", "<<goto 'The Cobblery'>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Cobblery]]">> <<set $lastScene to 'The Cobblery'>>
@@.fade-in;You open the smaller chest to find an even smaller chest.@@<br> [[Open the Even Smaller Chest|TinyChest]] <<set $lastScene to passage()>>
<<set _temp to [ "You open the tiny chest, and find...", "...a dozen more itty-bitty chests, each about the size of a walnut.", "<<button [[Look Closer]]>><</button>>", ]>> <<Rep _temp>> <<set $lastScene to passage()>>
<<PickUp "Journal of Occurrences" false true>> <<set $lastScene to 'PickUpOccurrences'>> <<set $newPassage to 'The Cobblery'>>
<div class="minesweeper"><img src="images/episode-2/MapOfBoston.png"/></div> <<if !hasVisited("Aunt Teddy's Apartment")>> <<set _temp to ["\'\'George:\'\' Hey Briana! Let's head to Aunt Teddy's.","Maybe she knows where we can find Edes and Adams..."]>> <<Rep _temp>> <</if>> <div class="minesweeper"> <<linkreplace "<<button \"C0\">><</button>>">><<button "C0">><</button>><</linkreplace>> <<linkreplace "<<button \"•\">><</button>>">><<button "•">><</button>><</linkreplace>> <<linkreplace "<<button \" \">><</button>>">><<button "X">><</button>><</linkreplace>> <<linkreplace "<<button \"•\">><</button>>">><<button "•">><</button>><</linkreplace>> <<linkreplace "<<button \"•\">><</button>>">><<button "•">><</button>><</linkreplace>> <<linkreplace "<<button \"•\">><</button>>">><<button "•">><</button>><</linkreplace>> <<linkreplace "<<button \"B•\">><</button>>">><<button "B•">><</button>><</linkreplace>> <<linkreplace "<<button \"•\">><</button>>">><<button "•">><</button>><</linkreplace>> <<linkreplace "<<button \"••\">><</button>>">><<button "••">><</button>><</linkreplace>> <<linkreplace "<<button \"•\">><</button>>">><<button "•">><</button>><</linkreplace>> <<linkreplace "<<button \" \">><</button>>">><<button "•">><</button>><</linkreplace>> <<linkreplace "<<button \" \">><</button>>">><<button "•">><</button>><</linkreplace>> <<linkreplace "<<button \" \">><</button>>">><<button "X">><</button>><</linkreplace>> <<linkreplace "<<button \" \">><</button>>">><<button "••">><</button>><</linkreplace>> <<linkreplace "<<button \"•\">><</button>>">><<button "•">><</button>><</linkreplace>> <<linkreplace "<<button \" \">><</button>>">><<button "X">><</button>><</linkreplace>> <<linkreplace "<<button \" \">><</button>>">><<button "•">><</button>><</linkreplace>> <<linkreplace "<<button \"•\">><</button>>">><<button "•">><</button>><</linkreplace>> <<linkreplace "<<button \" \">><</button>>">><<button "••">><</button>><</linkreplace>> <<linkreplace "<<button \" \">><</button>>">><<button "••">><</button>><</linkreplace>> <<linkreplace "<<button \" \">><</button>>">><<button "•">><</button>><</linkreplace>> <<linkreplace "<<button \"Common\" \"The Common\">><</button>>">><<button "Common">><</button>><</linkreplace>> <<linkreplace "<<button \" \">><</button>>">><<button "••">><</button>><</linkreplace>> <<linkreplace "<<button \" \">><</button>>">><<button "•">><</button>><</linkreplace>> <<linkreplace "<<button \" \">><</button>>">><<button "•">><</button>><</linkreplace>> <<linkreplace "<<button \" \">><</button>>">><<button "X">><</button>><</linkreplace>> <<linkreplace "<<button \" \">><</button>>">><<button "•">><</button>><</linkreplace>> <<linkreplace "<<button \" \">><</button>>">><<button "•">><</button>><</linkreplace>> <<linkreplace "<<button \" \">><</button>>">><<button "•">><</button>><</linkreplace>> <<linkreplace "<<button \" \">><</button>>">><<button "•">><</button>><</linkreplace>> <<linkreplace "<<button \" \">><</button>>">><<button "X">><</button>><</linkreplace>> <<linkreplace "<<button \" \">><</button>>">><<button "•">><</button>><</linkreplace>> <<linkreplace "<<button \"Teddy\'s\" \"Aunt Teddy's Apartment\">><</button>>">><<button "Teddy\'s">><</button>><</linkreplace>> <<linkreplace "<<button \" \">><</button>>">><<button "••">><</button>><</linkreplace>> <<linkreplace "<<button \" \">><</button>>">><<button "•">><</button>><</linkreplace>> <<linkreplace "<<button \"0\">><</button>>">><<button "0">><</button>><</linkreplace>> <<linkreplace "<<button \" \">><</button>>">><<button "•">><</button>><</linkreplace>> <<linkreplace "<<button \" \">><</button>>">><<button "•">><</button>><</linkreplace>> <<linkreplace "<<button \" \">><</button>>">><<button "•">><</button>><</linkreplace>> <<linkreplace "<<button \" \">><</button>>">><<button "•">><</button>><</linkreplace>> <<linkreplace "<<button \" \">><</button>>">><<button "X">><</button>><</linkreplace>> <<linkreplace "<<button \" \">><</button>>">><<button "•">><</button>><</linkreplace>> </div>
<<set $footerDisplay to "[[To The Bakeries|The Bakeries]][[To The Tannery|The Tannery]]">> <<if !$talkedToMolly && !$horse>> <<button [[Knock on Aunt Teddy's Front Door]]>><</button>> <</if>> <<if hasVisited("No, I think that's everything I've got...")>> [[Enter Aunt Teddy's Apartment|Inside Aunt Teddy's Apartment]] <</if>> <<if hasVisited("Go Find Teddy") && !$horse>> <<set _temp to [ "<b>Briana:</b> Well, now what are we going to do?", "<<if !hasVisited('The Manufactory House')>><b>George:</b> To the Manufactory! With haste!<<else>><b>George:</b> Teddy's trapped in the Manufactory?? You\'ve //got// to help me get her out of there. We need to look around for something we can use on those soldiers... There has to be <i>something</i> around here that'll do the trick...<</if>>" ]>> <<Rep _temp>> <</if>>
<<set $whichCommon to "The West Common">> <<set $footerDisplay to "[[To The East Common|The East Common]][[To The Manufactory House|The Manufactory House]] ">> <<if $horse>> <<if !hasVisited("PoopWestCommon")>> <<goto PoopWestCommon>> <</if>> <<if hasVisited("Move On") || hasVisited("Cut Him Down")>> @@.fade-in;<b>Briana:</b> To the Manufactory, Hewes!@@<br><br> <</if>> <<if !hasVisited("Cut Him Down") && hasVisited("PoopWestCommon")>> [[Talk To The Soldier Who's Tied Up|Cut Him Down]] <</if>> <</if>> <<if !hasVisited("West Common Intro")>> <<goto "West Common Intro">> <</if>> <<if !$horse>> [[Talk to the Captain Officiating The Flogging]] [[Talk to Soldier Slumped on the Ground]] <</if>> <<if !hasVisited("Take The Horseshoe")>> [[Take The Horseshoe]] <</if>>
<<set $footerDisplay to "[[To The Butcher Shops|The Butcher Shops]][[To The Bakeries|The Bakeries]][[To The Center of Town|The Statehouse]]">> <<if hasVisited("Conclude Teddy") && !hasVisited("EdesEnd")>> <<goto Edes>> <</if>> <<if hasVisited("EdesEnd")>> [[Continue Conversation with Edes|EdesEnd]] <</if>> [[Order A Coffee]] @@.differentVisited;[[Order A Rum]]@@ [[Talk to the Lady in Red]] [[Pet the White Cat]] <<if !hasVisited("Conclude Teddy")>> <<set $satchelFlash to false>> <</if>>
<<set $currentI to "Butcher Shop Background">> <<set $footerDisplay to "[[To Cobbler Alley|Cobbler Alley]][[To The Statehouse|The Statehouse]][[To The Green Dragon|The Green Dragon]]">> <<if !hasVisited("PoopCartButcher") && $horse>> <<goto "PoopCartButcher">> <</if>> <<if !$horse>> <<if !hasVisited("Give Flask") && !hasVisited("Give Certificate") && !hasVisited("Give Rock Butcher") && $soldiersButcher>> <<set $footerDisplay to "[[To The Alley Behind The Cobblery|NotSoFast]][[To The Statehouse|NotSoFast]][[To The Green Dragon|NotSoFast]]">> <<goto "Talk to Butcher">> <<else>> <<set $footerDisplay to "[[To Cobbler Alley|Cobbler Alley]][[To The Statehouse|The Statehouse]][[To The Green Dragon|The Green Dragon]]">> <</if>> <</if>> <<if !$horse && $soldiersButcher>> <<if (hasVisited("Ignore the soldier's hail.") || hasVisited("What is it, Lobster?")) && !hasVisited("Give Flask") && !hasVisited("Give Certificate") && !hasVisited("Give Rock Butcher")>> <<goto "No Offering Butcher">> <</if>> <</if>> <<if !hasVisited("Take the Sausages") || !hasVisited("Take The Cow Femur")>> <<if hasVisited("ButcherChoices")>> @@.differentVisited;[[Sam's Sausages|ButcherChoices]]@@ <<else>> @@.differentVisited;[[Sam's Sausages]]@@ <</if>> <</if>> [[The Chopping Block]] <<if hasVisited("Take The Sausages")>> @@.fade-in;Thanks Sam!! You're the best! Catch you later.@@ <</if>>
<<if !hasVisited("Messy") && !hasVisited("Children Crying")>> <<set $footerDisplay to "[[To The Alley|Messy][$satchelFlash to false]] [[To The West Common|Messy][$satchelFlash to false]]">> <<else>> <<set $footerDisplay to "[[To The Alley|Cobbler Alley][$satchelFlash to false]][[To The West Common|The West Common][$satchelFlash to false]]">> <</if>> <<set _temp to [ "''Briana:'' What the...?", "<<goto 'Guards At Entrances'>>", ]>> <<if !hasVisited("Manufactory House Intro")>> <<goto 'Manufactory House Intro'>> <</if>> <<if hasVisited("Guards At Entrances") && hasVisited("Manufactory House Intro") && !hasVisited("Children Crying") && !hasVisited("Go Find Teddy") && !hasVisited("Messy")>> <<goto "Children Crying">> <</if>> <<if hasVisited("Manufactory House Intro") && hasVisited("Gracy Happy")>> <<if !hasVisited("Return Horse Manufactory")>> <<goto 'Return Horse Manufactory'>> <<elseif !hasVisited("OpenSatchel")>> <<goto 'OpenSatchel'>> <</if>> <</if>> <<if hasVisited("Return Horse Manufactory") && hasVisited("OpenSatchel") && !$teddy>> <<goto "Feed The People">> <</if>> <<if !hasVisited("Gracy Happy")>> <<if visited("The Manufactory House") gt 1 && !hasVisited('Guards At Entrances')>> <<Rep _temp>><br> <</if>> <<if !$horse>> <<if hasVisited("Talk To The Old Man On The Corner") && hasVisited("Talk To The Lady Biting Her Nails") && hasVisited("Talk To The Little Boy")>> [[Talk To The People In The Crowd]] <<else>> @@.differentVisited;[[Talk To The People In The Crowd]]@@ <</if>> <</if>> <</if>> /*You see soldiers suddenly rush towards the house and set up sentries at the doors... windows open on the upper levels and you hear crying in the background From an open window, Brown declared that nothing would induce him to leave but force or an order of the General Court; and the governor had recently dissolved the General Court.[19][20] When Greenleaf returned the next day, he happened to notice one of the weavers climbing out through an unlocked cellar window. He rushed over and, after scuffling with the weaver, forced his way into the cellar. The door that led upstairs was barred against him. Rather than batter down the doors, Greenleaf decided to starve the residents out. He posted guards with bayonets around the house and in the cellar so that no food or water could be brought in. An apprentice of Dr. Church attempted to deliver medicine to a sick resident and was roughly turned away.[21] On the 21st, according to one account, there were "children at the windows crying for bread." A large crowd of sympathetic townspeople gathered in the street. Someone managed to throw some provisions into an open window and was assaulted by the guards, resulting in "the loss of blood, but no lives." As the crowd grew, the situation threatened to escalate into a full-blown riot. To prevent further violence, the governor decided to end the siege; by the morning of the 22nd, the troops had been withdrawn.[2][22] Need to gather either sausages or bread and throw it to the children Distract the soldiers somehow... get the guys from the tannery to give you a hand... Could sing yankee doodle in the middle of the street to distract soliders and when they try to grab them, they'll realize how bad them smell and shy away...*/
<<if !hasVisited("Go Find Teddy")>> <<goto "Go Find Teddy">> <</if>> /* <<if hasVisited("Conclude Teddy")>> <<goto "Find Edes">> <</if>> <<if !hasVisited("Conclude Teddy") && visited("Knock on Aunt Teddy's Front Door") gt 1 && hasVisited("Inside Aunt Teddy's Apartment")>> <<goto "Teddy I Am Back">> <</if>> */
<<set $footerDisplay to "[[Exit Aunt Teddy's Apartment|Outside Aunt Teddy's Apartment][$currentI to \"Outside Teddy's Background\"]]">> <<if !hasVisited("TakePin")>> <<goto "Conclude Teddy">> <</if>> <<if hasVisited("TakePin") && !hasVisited("TeddyEnd")>> <<goto "TeddyEnd">> <</if>> <<if !hasVisited("Lice Outro") && hasVisited("Lice Intro") && !hasVisited("Comb Some Lice")>> <<goto "Comb Some Lice">> <</if>> <<if hasVisited("Lice Outro") && hasVisited("Lice Intro") && hasVisited("Comb Some Lice")>> <<goto "Talk Lice">> <</if>> <<if $teddyDone is false && hasVisited("TeddyEnd") && hasVisited("TakePin")>> <<goto "TeddyEnd">> <</if>>
@@.fade-in;<i>Click on the lice to comb them out of George's Hair, and into the Captain's Porridge.</i>@@<br><br> <<set $footerDisplay to "">> <br> <<set $moleTimer to 30>> <div class="message"><h2>@@.fade-in-out;<span id="intro">READY?</span>@@<br> <br>High Score: <span id="highScore">$moleHighScore</span> Lice! <br><br>Score: <span id="score">0</span> <br><br></h2> <<timed 36s>><<goto "Lice Outro">><</timed>> </div> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <div class="licesweeper"> <span id="moleHoleII"><<print $moleHolesII.join(" ")>></span> <<for _i to 0; _i < 64; _i++>> <<set $moleHolesII[_i] to "<<button \" \">><</button>>">> <p id="demo"></p> <script> function myFunction() { var x = Math.floor((Math.random() * 64)+1); document.getElementById("demo").innerHTML = x; } </script> <</for>> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> </div> <div class="minesweeper"> <<for _i to 0; _i < 64; _i++>> <<set $moleHoles[_i] to "<<button \" \">><</button>>">> <p id="demo"></p> <script> function myFunction() { var x = Math.floor((Math.random() * 64)+1); document.getElementById("demo").innerHTML = x; } </script> <</for>> <<timed 1s>> <<replace "#intro">>READY?<</replace>> <<next>> <<replace "#intro">>SET!<</replace>> <<next>> <<replace "#intro">>COMB!!<</replace>> <<next>> <span id="moleHole"><<print $moleHoles.join(" ")>></span> <<replace "#intro">>Timer: <span id="countdown">$moleTimer</span> <</replace>> <<set $moleHoles[48] to "<<button \" \">><</button>>">><br><br> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarB] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarC] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set _mathVarB to Math.floor((Math.random() * 64))>> <<set _mathVarC to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarB] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleHoles[_mathVarC] to "<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>">> <<set $moleTimer-->> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#countdown">>$moleTimer<</replace>> <<replace "#score">>$moleScore<</replace>> <</timed>> <<timed 1.1s>> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<next>> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<next>> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<next>> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<next>> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<next>> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<next>> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <<set _mathVarD to Math.floor((Math.random() * 64))>> <<set _mathVarE to Math.floor((Math.random() * 64))>> <<set $moleHoles[_mathVarD] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<set $moleHoles[_mathVarE] to "<<replace '<<button \"🕷\">><<set $moleScore++>><<UpdateScore>><</button>>'>><<button \" \">><</button>><</replace>>">> <<replace "#moleHole">><<print $moleHoles.join(" ")>><</replace>><<replace "#moleHoleII">><<print $moleHolesII.join(" ")>><</replace>> <<replace "#score">>$moleScore<</replace>> <<next>> <<set $moleHoles[_mathVarD] to "<<button \" \">><</button>>">> <<set $moleHoles[_mathVarE] to "<<button \" \">><</button>>">> <</timed>> </div>
<<set _temp to [ "<b>Preacher:</b> Such a shame, what's been happening in this park...", "\'\'Briana:\'\' What are you talking about? The soldiers? You don\'t believe they deserve their punishment?", "Because I\'m telling you: they do.", "\'\'Preacher:\'\' It\'s complicated. I\'m not saying that all punishment is bad or no one deserves it, but it\'s about the kind.", "This method is far too brutal. Clearly against God\'s laws.", '\'\'Briana:\'\' How can that be? They stone people in the Bible.', '\'\'Preacher:\'\' Yes, but we Christians have decided that such punishment is cruel and stopped the practice, did we not?', "//The Preacher stiffens...//", "\'\'Preacher:\'\' My dear, you //are// a Christian, are you not?", "''Briana:'' I'm a Baptist!", "\'\'Preacher:\'\' Ah. Then the correct answer was ‘barely’!", "''Briana:'' I've read the Bible. They lashed people in the Bible...right, Preacher?", ' \'\'Preacher:\'\' They did. But it wasn\'t supposed to kill anyone; it was only supposed to scare them. ', 'I have prepared a pamphlet on the subject if you\'re interested.', "It's hanging above your head...", "I myself am not in need of it, since these words came from my very soul!", "//The Preacher clears his throat and takes a deep breath.//", " “Giving more than forty Stripes, allowed Deuteronomy 25, Verse 3rd, is breaking a Moral Law of God; that the Jews were prohibited by that Law giving above forty Stripes, lest their Brother should should seem vile unto them, even as if he was a Dog (but the Military allows to lay them on by Hundreds.)", "That God intended the forty Stripes should be a Terror to the Jews; but not like the Terrors of Death; whereas Military Delinquents who have been sentenced to receive a 1000 or 1500 Lashes sometimes choose death rather than Life, and beg they may be shot to escape a Whipping, that such Indignities are a Disgrace to the human Nature.", "//Homo sum human nihil a me alienum put//;<br><br> //“I am human, and I think nothing human is alien to me.”//", "That when such Punishments are decreed as threaten Life, the Sixth Commandment is broken, and all concerned are guilty of killing the Victim, tho\'ve should not die under the Operation; ", "That it is strange that tho\' the Law of our God, with Regard to Whipping, is so religiously observed by the Civil Authority, it should be set at naught by the Men of the Sword; that the Weight of Military Cruelties is rested on the Necessity of them; a Support which must fail,—it being always necessary to keep God\'s Laws; but can never be necessary to break them.”", ]>> <<set _tempHorse to [ "<b>Preacher:</b> What? You thought I couldn't handle the smell of dookie?", "I administer to the poor, the wreched, the downtrodden. This is the smell of life!!", "Speaking of which, it's such a shame, what's been happening in this park...", "\'\'Briana:\'\' The soldiers? What? You don\'t believe they deserve their punishment?", "Because I\'m telling you: they do.", "\'\'Preacher:\'\' It\'s complicated. I\'m not saying that all punishment is bad or no one deserves it, but it\'s about the kind.", "This method is far too brutal. Clearly against God\'s law.", '\'\'Briana:\'\' How can that be? They stone people in the Bible.', '\'\'Preacher:\'\' Yes, but we Christians have decided that such punishment is cruel and stopped the practice, did we not?', "//The Preacher stiffens...//", "\'\'Preacher:\'\' My dear, you //are// a Christian, are you not?", "''Briana:'' I'm a Baptist!", "\'\'Preacher:\'\' Ah. Then the correct answer was ‘barely'!", "''Briana:'' I've read the Bible. They lashed people in the Bible...right, Preacher?", ' \'\'Preacher:\'\' They did. But it wasn\'t supposed to kill anyone; it was only supposed to scare them. ', 'I have prepared a pamphlet on the subject if you\'re interested.', "It's hanging above your head...", "I myself am not in need of it, since these words came from my very soul!", "//The Preacher clears his throat and takes a deep breath.//", ' “Giving more than forty Stripes, allowed Deuteronomy 25, Verse 3rd, is breaking a Moral Law of God; that the Jews were prohibited by that Law giving above forty Stripes, lest their Brother should should seem vile unto them, even as if he was a Dog.', 'But the Military allows to lay them on by Hundreds; that God intended the forty Stripes should be a Terror to the Jews; but not like the Terrors of Death; whereas Military Delinquents who have been sentenced to receive a 1000 or 1500 Lashes sometimes choose death rather than Life, and beg they may be shot to escape a Whipping, that such Indignities are a Disgrace to the human Nature.', "//Homo sum human nihil a me alienum put//;<br><br> “I am human, and I think nothing human is alien to me.”", "That when such Punishments are decreed as threaten Life, the Sixth Commandment is broken, and all concerned are guilty of killing the Victim, tho\'ve should not die under the Operation;", "That it is strange that tho\' the Law of our God, with Regard to Whipping, is so religiously observed by the Civil Authority, it should be set at naught by the Men of the Sword; that the Weight of Military Cruelties is rested on the Necessity of them; a Support which must fail, —it being always necessary to keep God\'s Laws; but can never be necessary to break them.\"", ]>> <<if $horse>> <<Rep _tempHorse>> <<else>> <<Rep _temp>> <</if>> <<set $footerDisplay to "[[Back|The East Common]]">>
<<set _temp to [ "\'\'Townswoman:\'\' Just look at this!", "Meting out such cruelty, and in the //middle// of my //favorite park!//", '\'\'Briana:\'\' Do you come here a lot?', "\'\'Townswoman:\'\' I used to bring the children every morning, but not since the army began defiling the place like this!", "I had a picnic last year, with some lovely cheese and coffee, just over there...", "It\'s the exact spot where they shot that man for desertion, just a few weeks ago.", '\'\'Briana:\'\' That\'s awful. ', '\'\'Townswoman:\'\' There\'s no peace to be found here anymore.', '\'\'Briana:\'\' Well. Hey, maybe I can help. I\'m working on a bit of a project for the <i>Journal of Occurrences</i>.', '\'\'Townswoman:\'\' Ooooh, Sam Adam\'s paper?', "\'\'Briana:\'\' That's //one// of the rumors, yeah.", "I\'d like to write about this, if that's all right with you...", '\'\'Townswoman:\'\' Sure, go right ahead, I guess.', "Here: let me get out my notebook.", "Tell me if you think this sums up your situation... I want to be accurate, mind you!", "<<goto CryingSummary>>", ]>> <<Rep _temp>>
<<PickUp "News Clipping: Scourgings" false true>> <<set $lastScene to "The West Common">>
<<set _temp to [ '\'\'Slumped Soldier\'\': Ohhhhh…. Argh….', '\'\'Briana:\'\' Is he going to be ok?', '\'\'Man Supporting Soldier:\'\' Hmm. Don\'t look like it, do it? Took 100 lashes, he did.', '\'\'Briana:\'\' What\'d he do?', '\'\'Man Supporting Soldier:\'\' Mmm. Caught with a prostitute while he was supposed to be on duty.', '\'\'Briana:\'\' Pretty tough punishment.', '\'\'Man Supporting Soldier:\'\' It is. But there\'s worse. Oh yes...see here.', "//The man offers an article from the <i>Journal of Occurrences.</i>//<br><br> <<button [[Take the Article from the Journal of Occurrences]]>><<set $lastScene to 'Talk to Soldier Slumped on the Ground'>><</button>>", ]>> <<set _tempPartII to[ "\'\'Briana:\'\' You read the <i>Journal of Occurrences</i>?", "\'\'Soldier:\'\' I do when they\'re writing about my buddy…", "They went too far... he went too far. It's a sad story, really. They sort of summed it up here:", "A Serjeant belonging to the 14th Regiment, then lying in the City, was found drunk upon Guard;", 'and by a Court Martial was reduced to a private Man, and sentenced to receive two Hundred Lashes next Field Day. ', 'Amongst other unusual Aggravations of the Punishment, the Drummers were ordered to strip, and to stay a Minute between every Stroke. ', 'When 190 Cuts had been administered in this Manner, The Surgeon who stood by, declared, that if the Man received the Remainder, it would be impossible for him to survive the Punishment; ', 'accordingly he was unloosed from the Halberts, and carried back to the Guard House; ', 'where having languished a few Days, his Back began to mortify, and the Mortification soon reaching his Kidneys, he died delirious. ', 'The Coroners of the city of Winchester interposing on this Occasion, an Inquest was taken upon the Body of the Deceased, when the Jury brought in their Verdict willful Murder against the Captain, who commanded at the Punishment.', "--Wherever Troops are quartered, the Civil Authority should have a strict Eye over them:", "and as often as Death appears to be the Effect of a whipping, should imitate the Worthies of Winchester;", "otherwise Blood guiltless will be brought on the Place.--", "<<goto 'The West Common'>>", ]>> <<if hasVisited("Take the Article from the Journal of Occurrences")>> <<Rep _tempPartII>> <<set $lastScene to "The West Common">> <<else>> <<Rep _temp>> <</if>> <<set $footerDisplay to "[[Back|The West Common]]">>
<<set $footerDisplay to "[[To Aunt Teddy's Apartment|No Flask Baker]][[To The City Center|No Flask Baker]][[To The Green Dragon|No Flask Baker]]">> <<if !hasVisited("PoopCartBaker") && $horse>> <<goto "PoopCartBaker">> <</if>> /*When you try to talk to the Baker who is leaning against the wall, apparently quite upset (they've just been to the Manufactory to try to give the children bread, but were stopped by the soliders there), you are stopped by the troops hanging out on the street. */ /*Flask puzzle */ <<if hasVisited("Take the Loaves from Lenny") && hasVisited("Soldiers Gone Baker")>> @@.fade-in;''Briana:'' Thanks a lot Lenny! See you around!@@ <</if>> <<if !$horse && !$inventory.includes('Flask of Rum') && !$inventory.includes('Shiny Rock') && !hasVisited("Give Flask Baker") && !hasVisited("Give Rock Baker") && !hasVisited("Soldiers Gone Baker") && hasVisited("Curfew") && $soldiersBaker >> <<goto "No Flask Baker">> <</if>> <<if !$horse && $inventory.includes('Flask of Rum') && hasVisited("Curfew") && $soldiersBaker>> <<goto "What Do You Have For Me Baker">> <</if>> <<if !$horse && !hasVisited("Give Flask Baker") && !hasVisited("Give Rock Baker") && !hasVisited("Curfew")>> <<goto Curfew>> <</if>> <<if hasVisited("Give Flask Baker") || hasVisited("Give Rock Baker") || $horse || !$soldiersBaker>> <<if $items["Loaves Of Bread"].status is false>> @@.differentVisited;[[Talk To The Baker]]@@ <</if>> <<set $footerDisplay to "[[To Aunt Teddy's Apartment|Outside Aunt Teddy's Apartment]][[To The City Center|The Statehouse]][[To The Green Dragon|The Green Dragon]]">> <</if>>
<<set $footerDisplay to "[[To The East Common|The East Common]][[To The City Center|The Statehouse]][[To Aunt Teddy's Apartment|Outside Aunt Teddy's Apartment]]">> /*Sing song offensive to the soldiers -- need to find a song -- could do like the march? */ <<if hasVisited("You Just Gave Me An Idea") && !hasVisited("Gracy Happy") && hasVisited("Woo Gracy") && !hasVisited("Buy Potatoes") && !hasVisited("Buy Carrots") && !hasVisited("Buy Strawberries") && !hasVisited("Buy Pears") && !hasVisited("Buy Peaches")>> @@.fade-in; <b>Briana:</b> I'm so sorry Gracy! I don't have anything for you at the moment... @@<br><br> <<set $Q5Passage to 'The East Common'>> <</if>> <<set _tempBack to [ "<b>Briana:</b> Hey boys! I'm back! It was a total success.", "You should have watched all those big tough soldiers run for the hills when they smelled the cart!!", "It was like I was carrying barrels of demons through the town!", ]>> <<if !hasVisited("No, I think that's everything I've got...") && hasVisited("Enter the Tannery") && !hasVisited("You Just Gave Me An Idea")>> <<if hasVisited("Talk to the Man in the Apron and His Friend") && hasVisited("You Just Gave Me An Idea")>> @@.differentVisited;[[Talk To The Old Men Again|Talk to the Man in the Apron and His Friend]]@@ <<else>> <<if hasVisited("Go Find Teddy") && !hasVisited("Are You All Right") >>@@.differentVisited;[[Talk To John And Sal|Talk to the Man in the Apron and His Friend]]<<else>>[[Talk To John And Sal|Talk to the Man in the Apron and His Friend]]<</if>> <</if>> <</if>> <<if hasVisited("No, I think that's everything I've got...")>> <<if !hasVisited("Return Gracy And The Night Soil Cart")>> <<Rep _tempBack>> <<else>> /* @@.fade-in;Guess it's time to head over to The Green Dragon and see if Edes is getting his afternoon coffee...@@<br>*/ <</if>> <</if>> <<if !hasVisited("Enter the Tannery")>> @@.fade-in; //Two disheveled soldiers walk past you and George and enter the Tannery.//@@<br> <</if>> <<if !hasVisited("Enter the Tannery")>> <br>[[Enter the Tannery]] <</if>> <<if !hasVisited("Inquire About the Horrible Smell") && !hasVisited("Gracy Happy")>> [[A Smell You Can't Ignore|Horrible Smell]] <</if>> <<if hasVisited("Horrible Smell") && !hasVisited("Gracy Happy")>> [[What is a Night Soilman?]] <</if>> <<if hasVisited("You Just Gave Me An Idea")>> <<if !$horse>> @@.differentVisited;[[Woo Gracy]]@@ <</if>> <</if>> <<if hasVisited("Horrible Smell") && hasVisited("What is a Night Soilman?") && hasVisited("Are You All Right")>> <<if !hasVisited("You Just Gave Me An Idea")>> [[You Just Gave Me An Idea]] <</if>> <</if>> <<if hasVisited("Gracy Happy")>> <<if $horse>> <<if hasVisited("No, I think that's everything I've got...")>> <<else>> @@.fade-in; <b>Briana:</b> C'mon Gracy! Let's ride! We shall share your fragrant fumes with our foreign friends!@@<br><br> <</if>> <<else>> [[Woo Gracy]] <</if>> <</if>> <<if !hasVisited("Take the Sack of Hair") || !hasVisited("Take the Intestines") || !hasVisited("Take the Leather")>>@@.differentVisited;[[Investigate The Scrap Heap|Scrap Heap]]<</if>>
<<set $footerDisplay to "[[To The Cobblery|The Cobblery]]<<if hasVisited('The Butcher Shops') && !hasVisited(\"Give Certificate\") && !hasVisited(\"Give Flask\") && !$Documents.includes(\"Certificate of Freedom\") && !$inventory.includes(\"Flask of Rum\")>>[[To The Butcher Shops|Avoid Butcher]]<<else>>[[To The Butcher Shops|The Butcher Shops]]<</if>>[[To The City Center|The Statehouse]][[To The Manufactory House|The Manufactory House]] ">> <<if !hasVisited("Go Find Teddy") && !hasVisited("The Manufactory House")>> @@.fade-in; ''George:'' Let's go find Aunt Teddy. Her place is just past the Bakeries and the Tannery.@@ <<set $Q2Passage to "Outside Aunt Teddy's Apartment">> <<set $QPassage to "The Manufactory House">> <</if>> <<if hasVisited("Go Find Teddy") && !hasVisited("No, I think that's everything I've got...") && !hasVisited("Leave Common") && !hasVisited("The Manufactory House")>> @@.fade-in; ''George:'' Let's head to the Manufactory House.@@ <</if>> <<if hasVisited("Go Find Teddy") && hasVisited("No, I think that's everything I've got...") && hasVisited("The Manufactory House") && !hasVisited("Gracy Happy")>> @@.fade-in; ''George:'' Let's see what's going on at the Common. It's just past the Manufactory House.@@ <</if>> <<if $horse && !$lastScene is "No, I think that's everything I've got...">> @@.fade-in; <b>Briana:</b> To the Manufactory, Gracy!! Yaaaa! @@ <</if>>
<<set _temp to [ '\'\'George:\'\' A dead end!', '\'\'Briana:\'\' Oh no! I knew I shouldn\'t have let you lead!<<set $pressGang to true>>', '\'\'Press Gang Leader:\'\' Quit your yapping and come with us. You\'re working for Lieutenant Dudingston now…', '\'\'Briana:\'\' What? Just like that?', '\'\'Press Gang Leader:\'\' Yeah. Just like that…', "Now shut up and get moving.", "<<set $currentI to 'GaspeeRow Background'>><<goto 'The Gaspee'>>", ]>> <<if $pressGang>> <<set $footerDisplay to "">> <<Rep _temp>> <<else>> <<set $footerDisplay to "[[To The Green Dragon|The Green Dragon][$currentI to 'Buzz Saw Background']]">> @@.fade-in; Hmmm... a dead end.@@ <</if>>
<<set $whichCommon to "The East Common">> <<set $currentI to "East Common Background">> <<set $footerDisplay to "[[To The West Common|The West Common]][[To The Tannery|The Tannery]]">> <<set $george to true>> /*[[George, I'm Ready To Go|Leave Common]]*/ <<if !hasVisited("West Common Intro")>> <<goto "West Common Intro">> <</if>> <<set _temp to [ "\'\'George:\'\' I have a feeling there\'s more //Occurrence// material nearby...", ]>> <<if hasVisited("Buy Strawberries") || hasVisited("Buy Peaches") || hasVisited("Buy Pears")>> <<set $Q5Passage to ''>><</if>> <<if !$horse>> [[Talk to The Crying Woman]] <</if>> [[Talk To The Preacher]] <<if !$horse>> [[Read the Pamphlet Pegged To the Tree]] [[Investigate Grave Marker]] [[Get Some Fruit|Talk to the Fruit Seller]] <<elseif !hasVisited("PoopEastCommon")>> <<goto PoopEastCommon>> <</if>> <<if $debug>> [[Take This Sling Shot|SlingShotPickup]] <</if>> <<if $horse && !hasVisited("PoopEastCommon")>> <<goto PoopEastCommon>> <</if>>
<<set $footerDisplay to "[[To Cobbler Alley|Cobbler Alley]] [[To The Butcher Shops|The Butcher Shops]] [[To The Green Dragon|The Green Dragon]] [[To The Tannery|The Tannery]]">> @@.differentVisited;[[Explore The Square]]@@ <<if !hasVisited("Poop Cart") && $horse>> <<goto "Poop Cart">> <</if>> <<if !hasVisited("Neck Occur") && hasVisited("Tippet Intro")>> <<goto "Neck Occur">> <</if>> <<if hasVisited("ShootShinyRock")>> //@@.fade-in;<br> Ah fair unicorn! You are a perfect picture of Parliament and the King: broken and emasculated!@@// <<set $satchelFlash to false>> <<set $Q5Passage to "">> <<else>> //@@.fade-in;<br>Ah the regal unicorn... a symbol of the King! I'd love to knock that horn right off his noble brow...<br> <<if $horse>>Now?<<if previous()!=='Inventory'>><<set $satchelFlash to true>><</if>><<else>><<set $satchelFlash to false>><</if>>@@// <</if>> <<if $horse>> <<set $footerDisplay to " <<if hasVisited(\"No, I think that's everything I've got...\")>>[[To Aunt Teddy's Apartment|Inside Aunt Teddy's Apartment][$satchelFlash to false]] <</if>> [[To Cobbler Alley|Cobbler Alley][$satchelFlash to false]] [[To The Butcher Shops|The Butcher Shops][$satchelFlash to false]] [[To The Green Dragon|The Green Dragon][$satchelFlash to false]] [[To The Tannery|The Tannery][$satchelFlash to false]] ">> <</if>>
<<set _temp to [ '\'\'Captain:\'\' Excuuuuuse me! Can\'t you see I\'m flogging! I must concentrate. ', '\'\'Flogger:\'\' Oi! Was that lash 122 or 123? ', '\'\'Captain:\'\' Blast it! Just start again from 120.', '\'\'Soldier:\'\' //(plaintively, raising his arm in the air)// But that\'s not fair!', '\'\'Captain:\'\' I say what\'s fair, drunkard. I expect next time you\'ll wait until the end of your shift to down a bottle of whisky!', '//The flogging resumes.//', "CRACK!", '\'\'Soldier:\'\' Ahhh!', "<<goto 'The West Common'>>", ]>> <<Rep _temp>> <<if !$inventory.includes("News Clipping: Scourgings")>> <br><br> [[Pick up sheet of newsprint lying on the ground]] <</if>> <<set $footerDisplay to "[[Back|The West Common]]">>
<<set _temp to [ "November 19, 1768", "It's winter in Boston.", "As icicles form around the front windows of George's Cobblery, you work your awl through the edge of a kidney-shaped piece of shoe leather, and remind yourself to concentrate.", "You don't want to doze like you did last week and fall off your work bench.", "Just as you stretch your arms high over your head in a deep yawn, a pouty soldier in a red uniform bursts through the front door of the shop.", "You jump from the sound, and George swears softly under his breath as the soldier prepares to speak:", "<<goto \"The Cobblery\">>", ]>> //<<Rep _temp>>// <<set $Q2Passage to "The Cobblery">>
<<set _temp to [ "//Captain Hollister throws himself back from the table and stumbles to his feet...//", "Savages!!", "What is wrong with you people?!", "\'\'Briana:\'\' <<button 'You, sir, are out of line!'>><</button>> <<button 'You are an invader!'>><</button>><<button 'You, sir, are uninvited and unwanted!'>><</button>>", '\'\'Captain Hollister:\'\' I have every right to be here!', "\'\'Briana:\'\' The King thought he could quarter his troops wherever he pleased...", "\'\'Captain Hollister:\'\' And he can!", '\'\'Briana:\'\' Well, we don\'t have to like it!', '\'\'Captain Hollister:\'\' BAHHH! You\'re a bunch of whiney twits, all of you! I won\'t just sit here and take this abuse! ', '//The Captain stands up and storms out of the apartment...//<<set $captain to false>>', "<b>Briana:</b> Aaaaaand our work here is //done//. Thank you, Teddy. That was very satisfying.", "And thank you too, George. For being your dirty dirty self.", "//George takes a little bow.//", "<b>George:</b> Always happy to help out a lass in need...", "It's been fun, Teddy. Briana: on to the Green Dragon, then?", "<b>Briana:</b> Let's go.", "<b>Aunt Teddy:</b> I will be forever in your debt, you two.", "//Teddy bows low.//", "<b>Briana:</b> Till next time!", "<b>George:</b> See you soon, Teddy! Say bye to Molly for me, would you?", "<<button [[Walk To The Green Dragon|The Green Dragon]]>><</button>>", ]>> <<Rep _temp>> <<set $footerDisplay to "">>
<<set _temp to [ '\'\'Soldier:\'\' Ah! Delicious! ', 'See, that wasn\'t so hard. ', 'Now, you run along!', 'Hope I see you again soon!!', '//He smiles and laughs as he leaves.//<<set $soldiersButcher to false>>', '//You wait for him to be out of earshot before you turn to George...//', '<b>Briana:</b> Do you think that counts as an Occurrence? ', '<b>George:</b> Well, were we doing anything wrong before they stopped us?', '\'\'Briana:\'\' No.', '<b>George:</b> And do you think they stopped us because you\'re black?', '<b>Briana:</b> Well, yeah, I guess so. And because they\'re not afraid of you either, shorty!', '<b>George:</b> Then it\'s an Occurrence.', '<b>Briana:</b> I suppose so. ', "<<goto CertificateChoices>>", ]>> <<Rep _temp>>
<<set _temp to [ '<b>Soldier:</b> Fine Fine! Then be on your way. And don\'t look so lowly! You\'re just asking for trouble, walking around together, a white shoemaker and a free woman... hmmm…<<set $soldiersButcher to false>>', '//The soldier sniffs and walks back toward the Statehouse.//', '//You wait for him to be out of earshot before you turn to George...//', '<b>Briana:</b> Do you think that counts as an Occurrence? ', '<b>George:</b> Well, were we doing anything wrong before they stopped us?', '\'\'Briana:\'\' No.', '<b>George:</b> And do you think they stopped us because you\'re black?', '<b>Briana:</b> Well, yeah, I guess so. And because they\'re not afraid of you either, shorty!', '<b>George:</b> Then it\'s an Occurrence.', '<b>Briana:</b> I suppose so. ', "<<goto CertificateChoices>>", ]>> <<Rep _temp>>
<<set _temp to [ "<b>Briana:</b> Now! Let\'s see what we can do...", "\'\'Aunt Teddy:\'\' Ok! George and I like to make this a game! You have 30 seconds to comb as many lice as you can from George's revolting hair!", "\'\'George:\'\' Teddy! I'm hurt!", "\'\'Aunt Teddy:\'\' Oh relax.", "//George turns to you.//", "\'\'George:\'\' Do you think you can break Teddy\'s old record? She found 50 lice, once.", "\'\'Briana:\'\' Oh boy. Well... you haven\'t bathed in a while...", "\'\'George:\'\' It\'s been at least a week.", "<<goto CapStandsUp>>", ]>> <<Rep _temp>>
<h2><span id="intro"></span>High Score: <span id="highScore">$moleHighScore</span> Lice! <br><br>Score: <span id="score">$moleScore</span><br><br> </h2> <<set _temp to [ "<<if $moleScore gt $moleHighScore>><<set $moleHighScore to $moleScore>>\'\'George:\'\' Wow, $moleScore Lice! That's a new High Score!!<<else>> <<if $moleScore !== 0>>//\'\'George:\'\' Not bad! $moleScore lice… <<else>><b>Teddy:</b> Oh come on Briana! I know you can do better than that!<</if>><</if>>", "\'\'George:\'\' Want to go again?", "\'\'Briana:\'\'<br><<button [[Sure…|Comb Some Lice]]>><<set $moleTimer to 60>><<set $moleScore to 0>><</button>> <<button [[Nah, I think I'm happy with that showing…|Inside Aunt Teddy's Apartment]]>><<set $moleTimer to 60>><<set $moleScore to 0>><</button>>", ]>> <<Rep _temp>>
<<PickUp "Article from the Journal of Occurrences" false true>> <<set $lastScene to 'Talk to Soldier Slumped on the Ground'>>
<<set _temp to [ "\'\'Captain Hollister:\'\' Ah, quite good, actually. I\'m genuinely surprised YOU could achieve such quality... Are you sure it wasn't your little friend over there?", "//George smiles, tilts his head, and makes a rude gesture.//", "\'\'Briana\'\': I'm quite sure it was me, sir.", "\'\'Captain Hollister:\'\' Well then! What a deal! Here is your payment…", "//Hollister reaches into his pocket, and hands you a small wad of cash.//", "//You quickly count the money.//", "\'\'Briana\'\': This is 5 pounds. We agreed these boots were 10 pounds.", "\'\'Captain Hollister:\'\' Did we now?", "//He steps closer and smiles menacingly.//", "\'\'Briana\'\':<br>//<<button [[You Stand Up Straight]]>><</button>> <<button [[You Cower]]>><</button>>//", ]>> <<Rep _temp>> <<set $lastScene to passage()>> <<set $footerDisplay to "[[Back|The Cobblery]]">>
<<set _temp to [ "//Captain Hollister steps right up to you, barely a foot from your face.//", "\'\'Captain Hollister:\'\' 5 seems //quite// fair, doesn't it?", "\'\'Briana\'\': Uhh... oh, of course. You're right. Must be my mistake.", "\'\'Captain Hollister:\'\' Yes! Indeed!", "\'\'George:\'\' Now wait just one minute! I was there when you placed this order and you agreed to 10 pounds!", "\'\'Captain Hollister:\'\' I'm not talking to you, Cobbler!", "//He waves his hand in George\'s face.//", "\'\'Captain Hollister:\'\' 5 pounds was our agreement and that\'s the end of it!", "//He turns to the door to leave.//", "<<set $talkedToHollister to true>><<goto 'CobblerySoldierChoice'>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Cobblery]]">> <<set $lastScene to passage()>>
<<set _temp to [ "//He steps closer again.//", "\'\'Captain Hollister:\'\' 5 seems //quite// fair.", '\'\'Briana\'\': It was 10. A new pair is always 10.', "\'\'Captain Hollister:\'\' Well... Your memory betrays you. And since it's your word against mine...", "\'\'George:\'\' Now wait just one minute! I was there when you placed this order!", "\'\'Captain Hollister:\'\' I'm not talking to you, Cobbler!", "//The Captain waves his hand in George's face.//", "\'\'Captain Hollister:\'\' 5 pounds was our agreement and that\'s the end of it!", "//The Captain turns towards the door to leave...//", "<<set $talkedToHollister to true>><<goto 'CobblerySoldierChoice'>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Cobblery]]">> <<set $lastScene to passage()>>
<<set _temp to [ "<<button \"//You stare at George, and start to say something, but decide to cut your losses and move on.//\" \"TinyChest3\">><</button>><<button \"<b>Briana:</b> You\'re an idiot.\" \"TinyChest3\">><</button>>", ]>> <<Rep _temp>> <<set $lastScene to passage()>>
<<set _temp to [ "\'\'George:\'\' Well, at least you\'re smiling...", "For a second there I thought I was going to have to be //nice// today.", "//He looks mildly nauseated.//", "\'\'Briana:\'\' Really?", "\'\'George:\'\' I don't know. I would have tried to be less flatulent, or something...", "//You turn to him, suddenly, quite serious.//", "\'\'Briana:\'\' George, I //really would// have appreciated that.", "//George looks wistful.//", "\'\'George:\'\' Could have been a place to start.", "<<goto 'The Cobblery'>>", ]>> <<Rep _temp>> <<set $lastScene to passage()>>
/* Ask for a couple sausages, the butcher laughs at you and refuses. I'm not running a charity, here! Try the almshouse if you're really desperate.*/ <<set _temp to [ "\'\'Soldier:\'\' You two! Stop right there!", "<<button [[Ignore the soldier's hail.]]>><</button>> <<button [[What is it, Lobster?]]>><</button>>", ]>> <<if !hasVisited("Run Away")>> <<Rep _temp>> <</if>>
<<set _temp to [ '\'\'Soldier 1:\'\' Oh, my my! Out after curfew are we?', "\'\'Briana:\'\' What? It\'s not even 5 o'clock!", '\'\'Soldier 2\'\': What do you think Harry? Looks pretty dark to me.', '\'\'Harry\'\': Indeed, Lance. Black as night, it is.', "//You pause a couple of beats, and then://", "\'\'Briana:\'\'<br> <<button '//You make a rude gesture at the soldiers.//' 'RudeGesture'>><</button>> <<button [[Right, well, have a good night then…|Curfew]]>><<set $passageCounter to 0>><</button>>", ]>> <<set _temp2 to [ '//You try to walk away but one of the soldiers steps in front of you and holds up his hand.//', '\'\'Harry\'\': Oy! Not so fast. Lance and I are quite thirsty…', '\'\'Lance\'\': Yes, yes, so thirsty...', '\'\'Harry\'\': We would forget all about this terrible curfew violation, for a quick drink...', "\'\'Lance\'\': Yes, yes...a pinch o\'rum would do....", "<<button 'Open Your Satchel' 'Inventory'>><</button>><<set $lastScene to 'The Bakeries'>>", ]>> <<if visited("Curfew") gt 1>> <<Rep _temp2>> <<else>> <<Rep _temp>> <</if>> /* If give empty flask: If give full flask: If try to leave without giving anything: 'If you try to give them your certificate of freedom:', 'I couldn\'t give two shits about your legal status! I\'m thirsty!', 'If you try to give them a comb:', 'In what way will this possibly quench my thirst for grog?', 'If you choose an item that is not the flask, cloak, comb, or certificate:', 'That is unacceptable! I\'ll arrest you both if that\'s the best you can do!', 'If you try to give them your travel cloak:', 'What would I need that for? I\'ve got me beautiful red outfit for every occasion!', */
<<set _temp to [ "<b>Briana:</b> Damn that\'s depressing.", "There\'s got to be //something// we can do to show the Lobsters we\'re not afraid of them.", "<b>George:</b> I think we should head to Aunt Teddy's to get some ideas...", "<b>George:</b> She\'s a Daughter of Liberty, you know? She may be a landlady, but don\'t underestimate her. Teddy\'s got all sorts of tricks up her sleeves!", "<<goto 'The Tannery'>>", ]>> <<set _temp2 to [ "<b>Briana:</b> Can you believe that? We can't do much here, but we can still get over to the Manufactory to see if we can find a way to help resist these cretins!", "<<goto 'The Tannery'>>", ]>> <<if !hasVisited("Go Find Teddy")>> <<Rep _temp>> <<elseif !hasVisited("The Manufactory House")>> <<Rep _temp2>> <<else>> <<goto "Are You All Right">> <</if>> <<set $footerDisplay to "[[Back|The Tannery]]">>
<<set _temp to [ "//You hear a bang from inside the tannery.", "//Shattering glass, clipped yelling, and an odd rhythm of feet come from just inside the door.//", "Man 1: Go go go!", "Man 2: I'm going!", "Man 1: Go faster!", "Man 2: This is what I look like when I'm <i>going fast</i>!", "//A short, heavy-set soldier stumbles out of the front door of the tannery, followed by a second soldier even shorter than the first.//", "//They both appear to be quite drunk, and struggling to carry several oddly-shaped bundles of leather slung over their shoulders.//", "<i>The bigger man shakes his head to the left and yells:</i> That way, that way!", "//As they struggle down the road, an old bearded man in a leather apron hobbles out of the tannery, his palm pressed to his bleeding forehead.//", "<i>He looks back and forth and then shouts:</i> Come back here, you thieving Lobsters!!", "//He tries to run after them but falls to his knees, holding his head, and retches a couple times into the dirt.", "//He sits back and begins moaning softly, supporting himself with one hand, the other still held to his head.//", "//A second old man wearing a stained vest and trousers emerges from the tannery, looks around, and frowns when he sees the old man.//", "Man In Vest: Oi! What you <i>doing</i> sitting in the street like a sack o' dung!", "You're just going to let those couple of boobs get away?", "Man On The Ground: I'm too old for this shit, John.", "John: Ha! Tell me about it!", "A sad couple of squeakers, we are! Your head all right?", "Man On the Ground: That lardy little turd hit me with the butt of his rifle! My head's killing me. I think I'm going to <i>(he swallows)</i> throw up.", "//John leans down and pulls the aproned man to his feet.//", "John: Come on, Sal. Take it easy now... Sit right over here...", "//John and Sal settle into a couple of wooden chairs near the entrance to the Tannery.//", "//They both sigh as they sit down.//", "<<goto 'The Tannery'>>", ]>> <<Rep _temp>>
<<set _temp to [ '\'\'Briana:\'\' Oh man!!!! What is that //smell?//', "\'\'George:\'\' This is where all our leather comes from!", "//You gag a little.//", "\'\'Briana:\'\' What are they //doing// to the leather?", "\'\'George:\'\' They're softening it. They call it ‘bating the hide'.", "\'\'Briana:\'\' Why does it smell so horrible, though?", "\'\'George:\'\' Oh! Because it's a bunch of putrifying skin and hair soaking in urine.", "They've also rubbed poop into some of it, depending on what stage in the process they're at.", "\'\'Briana:\'\' Shut up.", "\'\'George:\'\' It's true. Why would I make that up?", "\'\'Briana:\'\' Why on earth would they do that?", "//George smiles.//", "\'\'George:\'\' Well... //He cracks his knuckles...//", "They soak it in urine to help take the hair off of it. It's tough to remove the hair by hand, and the urine loosens it up, and makes it easier to shave off.", "Then they rub poop into the skin to make it soft.", "\'\'Briana:\'\' This can't be true.", "\'\'George:\'\' It is! There's something in the poop that eats away at the leather and leaves it more flexible.", "<b>Briana:</b> <<button \"//You gag again.//\">><</button>><<button \"That's so awesome!\">><</button>>", "//George shrugs.//", "\'\'George:\'\' But I think the source of the odor you're tasting at the moment is that cart over there.", "//You turn your head slowly, looking with mild terror in the direction George is pointing.//", "//You see a cart with several barrels strapped onto its platform.//", "\'\'George:\'\' It looks like the night soilman made an early delivery this afternoon!", "His wares are particularly fragrant when they bake in the sun like that.", "//George sniffs, and suddenly begins to turn green.//", "<<goto 'The Tannery'>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Tannery]]">>
<<set $footerDisplay to "[[Back|The Tannery]]">> <<set _temp to [ 'George: Talk about a thankless job! ', 'They scoop out latrines and sell the excrement to farmers and tanners.', "One of the reasons the nightsoilmen work at night is because they have to pull their wares around on carts that you can smell from blocks away.", 'Some of the hoity-toity consider it rather //improper// to pull the night soil carts during the day...', 'So I guess it became the custom to hide the men away... like all unpleasant jobs...', 'But the irony here, of course, is that what the people REALLY don\'t want to see or smell, is themselves!!', "I mean, at the end of the day, it's still //their// poop that //he// has to cart away.", "Now //that// is a hard day's work.", "<<goto 'The Tannery'>>", ]>> <<Rep _temp>>
<<set _temp to [ '//You look over at George, and shrug.// ', '//He nods, and you kick the soldier hard in his right kneecap.//', '//The soldier squeals and drops to the ground, a stream of curses pouring forth into the street...//', "\'\'George:\'\' Run!!", "//You and George bolt away, into a crowd at the center of town where you're able to blend into the people.//", "You dart back into the Alley, then into to your shop to catch your breath.", "<<set $shop to 'Butcher'>><<goto \"Fled Soldiers\">>", ]>> <<Rep _temp>> <<set $satchelFlash to false>> <<set $footerDisplay to "">>
<<set $footerDisplay to "[[Back|The Butcher Shops]]">> <<set _temp to[ "//You keep walking as if you didn't hear the Soldier, and peer into the Butcher's window.//", "\'\'Briana:\'\' Wow. Look at all those sausages... mmmmmm.", "\'\'Soldier:\'\' I said halt!!", "\'\'Briana:\'\' Well now! I know it's cold out, but there's no need to yell!", "//The soldier points at you but maintains eye contact with George.//", "\'\'Soldier:\'\' Is she yours?", "\'\'George:\'\' What? Who? Briana?", "//George breathes out, and smiles.//", "\'\'George:\'\' She's my sister, can't you tell?", "\'\'Briana:\'\' People say we have the same eyes, but I can't really see it...", "//The Soldier scowls at you both.//", "\'\'Soldier:\'\' So she's a runaway? You thought you'd just sneak her past all these guards without any trouble?", "\'\'George:\'\' Wait wait wait! Did I say sister? I should have said master.", "\'\'Briana:\'\' That's right. Now come along, boy!", "\'\'Soldier:\'\' Shut it, you little trolls.", "//The soldier turns to Briana.//", "You better give me something better than a lame comedy act, or I'm taking you in!", "<<goto ButcherGoStay>>", ]>> <<Rep _temp>> /*If don't have a flask or a certificate of freedom, George kicks the solider in the knee cap and they both run away. */
<<set $footerDisplay to "[[Back|The Butcher Shops]]">> <<set _temp to[ "//The soldier points at you but maintains eye contact with George.//", "\'\'Soldier:\'\' Is she yours?", "\'\'George:\'\' What? Who? Briana?", "//George breathes out, and smiles.//", "\'\'George:\'\' She's my sister, can't you tell?", "\'\'Briana:\'\' People say we have the same eyes, but I can't really see it...", "//The Soldier scowls at you both.//", "\'\'Soldier:\'\' So she's a runaway? You thought you'd just sneak her past all these guards without any trouble?", "\'\'George:\'\' Wait wait wait! Did I say sister? I should have said master.", "\'\'Briana:\'\' That's right. Now come along, boy!", "\'\'Soldier:\'\' Shut it, you little trolls.", "//The soldier turns to Briana.//", "You better give me something better than a lame comedy act, or I'm taking you in!", "<<set $satchelFlash to true>><<button [[Run Away]]>><</button>><<button [[I'm sorry, I don't have anything to give you!|No Offering Butcher]]>><</button>> ", ]>> <<Rep _temp>> /*If don't have a flask or a certificate of freedom, George kicks the solider in the knee cap and they both run away. */
<<PickUp "Certificate of Freedom" false true>> <<set $lastScene to "Certificate Pickup Message">>
<<set _temp to [ "//The only other things you see are a ball of lint and a couple tiny mouse poops in the far corner.//", "\'\'Briana:\'\' What is //wrong// with you, George? Enough with all the chests. Get a hobby.", "\'\'George:\'\' I //have// a hobby. I carve chests.", "//You're// the one that decided to rummage through my //chest// chest...", "<<goto TinyChest2>>", ]>> <<Rep _temp>> <<set $lastScene to "The Cobblery">>
<<if !$Notebook.includes("Shoe Thief")>> @@.fade-in;<b>George:</b> Your notebook! I can't write in that... how about I just say the sentence out loud and //you// write it down?@@<br><br> <<if !$Notebook.includes("Shoe Thief")>> <</if>> <<else>> <<goto ReadNotebook>> <</if>> <<set $satchelFlash to false>>
<<set _temp to[ "//You poke your head through the door of Sam's Sausages.//", "\'\'Briana:\'\' Sam! What do you have for me today?", "\'\'Sam:\'\' Ah! Dear lady Briana! So fine to see you this afternoon!", "Today I have sausages! Sold out of everything else this morning...", "Seems there's something going on at the Manufactory... everyone's buying food to bring there for some reason...", "<<if !$inventory.includes(\"Sausages\")>>Looks like I've got a couple extra links that I can't sell, came out a weird shape, can't figure out why...You want them?<</if>><<if !$inventory.includes(\"Cow Femur\")>> And I've got this cow femur if you want to give it to your dog... You want it?<</if>>", "<<goto ButcherChoices>>", ]>> <<set _temp2 to[ "//You poke your head through the door of Sam's Sausages.//", "\'\'Briana:\'\' Sam! What do you have for me today?", "\'\'Sam:\'\' Ah! Dear lady Briana! So fine to see you this afternoon!", "Today I have sausages! Sold out of everything else this morning...", "Seems there's something going on at the Manufactory... Everyone's buying food to bring there for some reason...", "<<goto 'The Butcher Shops'>>", ]>> <<if $inventory.includes("Cow Femur") && $inventory.includes("Sausages")>> <<Rep _temp2>> <<else>> <<Rep _temp>> <</if>> <<set $footerDisplay to "[[Back|The Butcher Shops]]">>
<<set _temp to [ "\'\'Briana:\'\' Personally, I prefer the meats at the Chopping Block, but looks like they're closed today.", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Butcher Shops]]">>
<<PickUp "Caption From Edes" false true>> <<set $footerDisplay to "[[Back|Press Gangs]]">> <<set $lastScene to "Press Gangs">>
/* If have empty flask: If have full flask: If don't have flask: 'If you try to give them your certificate of freedom:', 'I couldn\'t give two shits about your legal status! I\'m thirsty!', 'If you try to give them a comb:', 'In what way will this possibly quench my thirst for grog?', 'If you choose an item that is not the flask, cloak, comb, or certificate:', 'That is unacceptable! I\'ll arrest you both if that\'s the best you can do!', 'If you try to give them your travel cloak:', 'What would I need that for? I\'ve got me beautiful red outfit for every occasion!', */ <<set _tempGiveFlask to [ "//Lance takes a long pull on the flask.//", '<b>Lance:</b> Ah, delicious. ', '//He wipes his mouth.//', '<b>Lance:</b> Now, that wasn\'t so hard.', '//He finishes the rum and hands the flask back to you.// ', '<b>Lance:</b> Now! //He points his finger at you.// I don\'t want to see you out here again, lawbreakers. Come on, Harry.', '\'\'Soldier Harry\'\': Yeah! ', "Lance and Harry walk away.", "<<goto 'Soldiers Gone Baker'>>", ]>> <<Rep _tempGiveFlask>>
<<set _temp to [ '\'\'Briana:\'\' We\'ve got to do something, George.', "\'\'George:\'\' Come on Briana, we\'ve got enough problems. You really want to get involved with whatever this is? How do you know those kids aren't faking?", "\'\'Briana:\'\' They aren't faking, George. What's wrong with you?", '\'\'Briana:\'\' If //we// don\'t do something, who will?', '\'\'George:\'\' How about all //these people//?', "\'\'Briana:\'\' Yeah, well what if they're thinking the same thing as you?", "We'll all just stand around like a bunch of doofuses, waiting for the other guy to do something, while those children starve to death!", "\'\'George:\'\' No one's going to starve to death!", "\'\'Briana:\'\' That's not the point!", "How about we at least //try// to find a way to get some food to these poor people?", "\'\'George:\'\' Yeah, well, I don\'t have any ideas.", "\'\'Briana:\'\' Yeah. I noticed. I'll think of something.", "We need a distraction...", '//You turn back to the crowd to try to get some more information.//', ]>> <<Rep _temp>> <<if !$horse>> <<set $QPassage to 'The Tannery'>> <</if>> <<if !hasVisited("Sam's Sausages")>> <<set $Q3Passage to 'The Butcher Shops'>> <</if>> <<if !$inventory.includes("Loaves Of Bread")>><<set $Q4Passage to 'The Bakeries'>> <</if>> <<if !hasVisited("Talk to the Fruit Seller")>><<set $Q5Passage to 'The East Common'>> <</if>> <<set $footerDisplay to "[[Back|The Manufactory House]]">>
<<if !hasVisited("Go Find Teddy")>> <<set $QPassage to "Outside Aunt Teddy's Apartment">> <<else>> <<set $QPassage to "The Tannery">> <</if>> <<set _temp to [ "As you approach the Manufactory House, a young woman steps out of the crowd and tries to throw a loaf of bread across the street into one of the building's windows.", "The soldiers guarding the Manufactory cry out, but the loaf falls harmlessly to the ground, short of its target.", "Just then, another young woman steps forward, and prepares to throw her own loaf.", "Seeing this, the closest soldier charges her.", "A young man holding out several more loaves steps in front of the two women.", "Surprised, the soldier tries to stop but instead stumbles and drives his bayonet deep into the young man's shoulder.", "The man drops to the ground holding his bloody shoulder, and the crowd cries out in anger.", "He screams something at the soliders when three more men and a woman step foward to hoist up the bleeding man.", "They carry him down the block to a porch, where they begin to examine his wounds.", '<<goto \"The Manufactory House\">>', ]>> //<<Rep _temp>>// /*you come upon an odd standoff of sorts.', "Soldiers are posted at all entrances to the Manufactory, coming in and out of the cellar.", "And with a sizable crowd yelling at them from across the street.", "The soldiers aren't responding except to hold their muskets tightly, with bayonets at the ready.",*/
<<set _tempBaker to [ "\'\'Lenny:\'\' Briana! George! How goes it this fine day?", "\'\'Briana:\'\' Not so great Lenny. Did you hear about the Manufactory House?", "\'\'Lenny:\'\' Indeed. Sad stuff. I tried to make my way over there earlier to help out, but the Soldiers there chased me off.", "Looks like nobody can get through with the food they're bringing for the kids trapped in the building...Very sorry state of affairs.", "\'\'Briana:\'\' Yeah, we're trying to figure something out... there's got to be some way to help those folks...", "\'\'Lenny:\'\' Well, in case you find some success, here're a couple loaves.", "I'm about to close up shop for the day and I was just going to toss them before I saw you two.", "\'\'Briana:\'\' Hey, thanks a lot Lenny! We'll try to make the most of these!", "<<button [[Take the Loaves from Lenny]]>><</button>>", ]>> <<if !hasVisited("The Manufactory House") && !hasVisited("Go Find Teddy")>> @@.fade-in;<b>George:</b> Darn! Looks like the Baker's not here. We should try again after we talk to Teddy... Let's head over to her place and see what she knows about the <i>Journal of Occurrences.</i> She's just one street over.@@ <<set $footerDisplay to "[[Back|The Bakeries]]">> <<else>> <<Rep _tempBaker>> <</if>>
<<set _temp to [ 'George: Well, not really, because they didn\'t really accuse you of breaking any laws.', '<<goto CertificateChoices>>', ]>> <<Rep _temp>>
<<set _temp to [ 'George: I mean, they didn\'t keep you from working or getting paid… though I suppose arresting you could have interfered with that.', '<<goto CertificateChoices>>', ]>> <<Rep _temp>>
<<set _temp to [ 'George: Damn right, Briana! They singled you out, for no fault of your own. ', '<<goto EndCertificate>>', ]>> <<Rep _temp>>
<<set _temp to [ 'George: They threatened your Liberty, but they didn\'t try to hurt you or threaten you physically...', '<<goto CertificateChoices>>', ]>> <<Rep _temp>>
<<set _temp to [ "\'\'Little Boy:\'\' Did you see it? Did you see it?", '\'\'Briana:\'\' See what? ', '\'\'Little Boy:\'\' They knocked down the doctor!', '\'\'Briana:\'\' What? Why would they do that? ', '\'\'Little Boy:\'\' I don\'t know. ', '//The boy looks very serious.//', '\'\'Little Boy:\'\' The doctor was trying to get in the front door, saying something about “They told me she\'s sick...\"', 'And then he must have said something pretty bad, because the next thing I knew the soldiers //pushed// the doctor back, and kicked him in the behind, and shoved him down the stairs. ', '//The boys stands up, and smiles, and puts his hand in the air, fingers pointing to the sky.//', 'And then they said, “Get out of here you //maggot//!\"', 'And then doctor said, “I\'m no //maggot//, you //bloody devils!//\"', '//The little boy puts his arms back down, clearly pleased with his rendition of the events, brutal as they were.//', '\'\'Briana:\'\' Well... you saw quite a lot! I\'m //very// impressed.', "//You smile at the boy.//", "\'\'Briana:\'\' Keep an eye on those soldiers for me, would you?", "//The boy's face grows determined, he puts his hands on his hips, and turns back towards the soldiers.//", '//You pat him on the head and turn back toward the crowd.//', "<<if hasVisited(\"Take the Shiny Rock\")>><<goto 'The Manufactory House'>><<else>>//You feel a tug on your dress.//<</if>>", "\'\'Little Boy:\'\' Want this rock I just found? It's shiny.", "//The boy extends his hand, and you look at him and smile again.//", '\'\'Briana:\'\' Oh, I just love rocks! Especially shiny ones. Thank you so much!', "<<button [[Take the Shiny Rock]]>><</button>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|Talk To The People In The Crowd]]">>
<<set _temp to [ '\'\'Fruit Seller:\'\' <<if visited() lt 2>>Get your fruits and vegetables right here! Ah, my dear, what would you like today?<</if>> Can I interest you in Strawberries, Potatoes, Carrots, Pears, Peaches? Everything comes from my farm, right up the road!', "<<if $fruitCounter gt 0>>It looks like you have money for $fruitCounter more pieces of fruit or vegetables.<<else>>Looks like you're out of money... sorry!<</if>>", "<<if $fruitCounter gt 0>><<button [[Buy Strawberries]]>><<set $fruitCounter-->><</button>><<button [[Buy Pears]]>><<set $fruitCounter-->><</button>><<button [[Buy Peaches]]>><<set $fruitCounter-->><</button>><<button [[Buy Carrots]]>><<set $fruitCounter-->><</button>><<button [[Buy Potatoes]]>><<set $fruitCounter-->><</button>><<else>><<goto \"The East Common\">><</if>>", ]>> <<if $fruitCounter gt 0>> <<Rep _temp>> <<elseif hasVisited("Take Bonus Fruit!")>> @@.fade-in;<b>Fruit Seller:</b> All sold out!! Come back tomorrow!@@ <<else>> @@.fade-in; <b>Fruit Seller:</b> Ah! You're out of money! Since you've been such a good customer, here's a bonus piece of fruit!@@<br> [[Take Bonus Fruit!]] <</if>> <<set $footerDisplay to "[[Back|The East Common]]">> <<if hasVisited("Buy Strawberries") || hasVisited("Buy Peaches") || hasVisited("Buy Pears")>> <<set $Q5Passage to ''>><</if>>
<<PickUp "Strawberries" true>> <<set $lastScene to 'Talk to the Fruit Seller'>>
<<PickUp "Pears" true>> <<set $lastScene to 'Talk to the Fruit Seller'>>
<<PickUp "Carrots" true>> <<set $lastScene to 'Talk to the Fruit Seller'>>
<<PickUp "Potatoes" true>> <<set $lastScene to 'Talk to the Fruit Seller'>>
\'\'Briana:\'\' Oh, I'm soooo sorry. I left it back at the Cobblery! \'\'George:\'\' Don't look at me, I'm broke! Fruit Seller: Tell you what? You look like a nice type of person. Take the produce and bring me back the money tonight...
<<set $lastScene to "Scrap Heap">> <<set _temp to [ '//In the scrap pile you find://', '//a twisted section of intestines;//', '//an oddly shaped piece of leather;//', '//a sack of hair;//', '<<button [[Take the Intestines]]>><</button>><<button [[Take the Leather]]>><</button>><<button [[Take the Sack of Hair]]>><</button>>', ]>> <<if visited("Scrap Heap") lt 2>> <<Rep _temp>> <<else>> <<if !hasVisited("Take the Intestines")>> <<button [[Take the Intestines]]>><</button>> <</if>> <<if !hasVisited("Take the Leather")>> <<button [[Take the Leather]]>><</button>> <</if>> <<if !hasVisited("Take the Sack of Hair")>> <<button [[Take the Sack of Hair]]>><</button>> <</if>> <</if>> <<if hasVisited("Take the Intestines") && hasVisited("Take the Leather") && hasVisited("Take the Sack of Hair")>> @@.fade-in;Looks like I got all of today's scraps...@@ <</if>> <<set $footerDisplay to "[[Back|The Tannery]]">>
<<PickUp "Twisted Intestines" true>> <<set $lastScene to "Scrap Heap">>
<<PickUp "Scrap Of Leather" false>> <<set $lastScene to "Scrap Heap">>
<<PickUp "Sack of Hair" false>> <<set $lastScene to "Scrap Heap">>
<<PickUp "Shiny Rock">> <<set $lastScene to "Talk To The People In The Crowd">>
<<set _temp to [ "<b>Briana:</b> Are you all right?", "<b>Sal:</b> No. I'd say I'm definitely not all right. But thank you for asking, my dear.", "\'\'John:\'\' Did you see those jackasses run off with his leather?", "\'\'Briana:\'\' We certainly did. I'd be happy to make a report to a magistrate, if it would help.", "<b>Sal:</b> Ha! You imagine the magistrate sitting there with a straight face, listening to the concerns of a night soilman, a leatherman, and a couple of street urchins?", "<b>George:</b> I'm a cobbler, thank you very much!", "<b>Sal:</b> How very grand of you!", "\'\'John:\'\' We're on our //own//, children. You know that! ", "Sometimes you just have to play the //foul// hand you were dealt...", "<<goto 'The Tannery'>>", ]>> <<Rep _temp>> <<set $footerDisplay to "">>
<<set _tempManufactory to [ "\'\'Briana:\'\' Hey, John! You know what you were saying before about playing the foul hand you were dealt? I think you gave me an idea!", "We can get back at the Lobsters, and it doesn't involve going to court!", "All I need to do is borrow your cart for a little while...", "\'\'John:\'\' You want to //borrow// my night soil cart?", "\'\'Briana:\'\' Just for the afternoon. Then I'll bring it right back here. I'm not going to go very far with it.", "\'\'John:\'\' I'm used to people practically //running and hiding// when they see me with it!", "\'\'Briana:\'\' Honestly, that's kind of the idea.", "\'\'John:\'\' Well, I //should// probably stay around here for a little while, make sure Sal doesn't need a doctor or anything...", "<b>Sal:</b> Sure would appreciate that, John. I'm not feeling right.", "\'\'John:\'\' My pleasure, Sal.", "//John turns to you.//", "\'\'John:\'\' So, there's only one thing you need to know about my mule, Gracy.", "She doesn't go //anywhere// without persuasion.", "So if you want her to walk with you, you need to tempt her.", "Just avoid <b>root vegetables</b>!! She //hates// those things.", "\'\'Briana:\'\' Umm... Ok. Noted!", "\'\'John:\'\' Get Gracy back before dark, though, would you?", "I've got a lot of work to do tonight.", "They want some help with the cespool behind the Tavern. That'll be fun to ladle out!", "<<goto 'The Tannery'>>", ]>> <<Rep _tempManufactory>> <<set $footerDisplay to "[[Back|The Tannery]]">>
<<set _temp to [ '\'\'Lenny:\'\' Ahhh! Coffee! Truly the people\'s brew!', 'It really is //far// superior to tea, don\'t you think?!', '\'\'Briana:\'\' I hardly miss it!', '\'\'Lenny:\'\' Coffee is the new drink of the resistance! And it\'s got quite a punch!', "\'\'Jenny\'\': Way better than that nettle tea some of the more dedicated members of the community have been forcing down...and besides, those herbal varieties have no kick!", "\'\'Lenny:\'\' Here you go, Briana. On the house! ", "<<button [[Take the Cup of Coffee]]>><</button>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Green Dragon]]">>
<<set _temp to [ '<b>Ida:</b> Hey, Honey. You having a nice afternoon?', '<b>Briana:</b> It certainly hasn\'t been boring... you?', '<b>Ida:</b> Busy busy busy with all these soldiers...', 'They\'re simply //insatiable//...', "//Ida sips her beverage.//", "<b>Briana:</b> Well. The soldiers mostly rip me off when I deal with them.", "<b>Ida:</b> Well. That's the thing, isn't it? On the one hand, they're everwhere! Plenty of business if you know what you're doing. But then they're the //worst customers// a girl could entertain, am I right?", "<b>Briana:</b> You most certainly are.", "<b>Ida:</b> They think: “No one knows me here... I'll do what I want, and then I\'ll just sail home...\"", "At least the gentlemen that live here have some shame. They know that they'll see us again, somewhere or the other. But these guys?", "You know what they say? ‘What happens in America, stays in America...'", "<<goto 'The Green Dragon'>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Green Dragon]]">>
<<set _temp to [ '\'\'Briana:\'\' Lenny, fill me up, would you? ', "<<if $inventory.includes(\"Flask of Rum\")>>\'\'Lenny:\'\' You've already got your share for today!<</if>><<if $inventory.includes(\"Empty Flask\")>>\'\'Lenny:\'\' Again? This is like the fifth time this week. You just going around //asking// to be stopped?<<elseif !$items[\"Empty Flask\"].status>>\'\'Lenny:\'\' Where\'s your flask? I can\'t do anything for you without your flask. If I give you a glass you\'ll have to pay for the booze like everyone else!<</if>>", "<<if $inventory.includes(\"Empty Flask\")>>\'\'Lenny:\'\' What, you want me to just pour this drink into your hands?<<set $satchelFlash to true>><<else>><<goto 'The Green Dragon'>><</if>>", ]>> <<Rep _temp>> <<set $lastScene to "Order A Rum">> <<set $footerDisplay to "[[Back|The Green Dragon]]">>
<div class="fixed"> <<include "Cobblery Default Background">> </div>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 768 576"> <defs> <style> .cls-1 { isolation: isolate; } .cls-2 { fill: #606060; } .cls-2, .cls-49 { opacity: 0.7; } .cls-2, .cls-49, .cls-50 { mix-blend-mode: soft-light; } .cls-3 { fill: #a67b6d; } .cls-4 { fill: #785d62; } .cls-5 { fill: #4d3d4d; } .cls-6 { fill: #59484c; } .cls-7 { fill: #5d5f67; } .cls-8 { fill: #252537; } .cls-9 { fill: #665360; } .cls-10 { fill: #3c455e; } .cls-11 { fill: #9b7265; } .cls-12 { fill: #32374c; } .cls-13 { fill: #1f1a31; } .cls-14 { fill: #3a5057; } .cls-15 { fill: #83814d; } .cls-16 { fill: #2a2c44; } .cls-17 { fill: #95736a; } .cls-18 { fill: #654d54; } .cls-19 { fill: #3f3245; } .cls-20 { fill: #363c2b; } .cls-21 { fill: #663819; } .cls-22 { fill: #c8c8c3; } .cls-23 { fill: #000a00; } .cls-24 { fill: #4d4447; } .cls-25 { fill: #6c4231; } .cls-26 { fill: #96a363; } .cls-27 { fill: #8d7756; } .cls-28 { fill: #476843; } .cls-29 { fill: #f4da8f; } .cls-30 { fill: none; } .cls-31 { fill: #1c1719; } .cls-32 { fill: #281f1b; } .cls-33 { fill: #4d4749; } .cls-34 { fill: #3b2b26; } .cls-35 { fill: #542b1d; } .cls-36 { fill: #9e9c46; opacity: 0.3; } .cls-37 { fill: #c5947a; } .cls-38 { fill: #daa67d; } .cls-39 { fill: #996822; } .cls-40 { fill: #3d2d22; } .cls-41 { fill: #353a42; } .cls-42 { fill: #411802; } .cls-43 { fill: #8d5222; } .cls-44 { fill: #d89955; } .cls-45 { fill: #b77e23; } .cls-46 { fill: #432016; } .cls-47 { fill: #c2722c; } .cls-48 { fill: #885220; } .cls-49 { fill: url(#radial-gradient); } .cls-50 { fill: url(#radial-gradient-2); } </style> <radialGradient id="radial-gradient" cx="381" cy="288" r="339.4113" gradientTransform="matrix(-1, 0, 0, 1, 765, 0)" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#fcee21"/> <stop offset="1" stop-color="#7c6586"/> </radialGradient> <radialGradient id="radial-gradient-2" cx="383.8535" cy="288.0012" r="349.7006" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#f7931e" stop-opacity="0.3"/> <stop offset="0.2289" stop-color="#e78b27" stop-opacity="0.3159"/> <stop offset="0.5053" stop-color="#b97542" stop-opacity="0.362"/> <stop offset="0.805" stop-color="#6c4f6e" stop-opacity="0.4379"/> <stop offset="1" stop-color="#2e3192" stop-opacity="0.5"/> </radialGradient> </defs> <g class="cls-1"> <g id="Back"> <rect class="cls-2" x="87" width="248" height="334"/> <rect class="cls-3" y="336" width="768" height="240"/> <polygon class="cls-4" points="574.397 510.079 679.393 547.577 571.398 556.576 532.4 520.578 545.899 511.579 574.397 510.079"/> <polygon class="cls-5" points="234.299 0.199 228.399 105.202 233 108.102 233 125 225.098 282.093 243.097 336.091 337 334 343.592 0 234.299 0.199"/> <polyline class="cls-4" points="352 533 318 516 254 498 229 481 165 468 138 478 95 466 87 308 337 334 771 419 768 528 581 480 497 483"/> <polyline class="cls-6" points="299.712 496.387 341.102 508 386.966 501.032 425 475.484 390.322 463.097 346.695 460 314.254 463.097 293 490.968"/> </g> <g id="Mid"> <polygon class="cls-7" points="285 0 280 50 308 68 306 157 316 164 314 400 336 406 771 419 768 0 285 0"/> <polygon class="cls-5" points="628 49 638 112 654 118 768 105 768 27 628 49"/> <polygon class="cls-8" points="434 82 434 153 371.333 161.667 372.666 89.667 434 82"/> <polygon class="cls-9" points="680.999 225.001 666.333 224.334 665.666 135.001 752.333 126.334 750.333 221.001 680.999 225.001"/> <polygon class="cls-10" points="485.666 161 479.666 133 478.333 80.333 557.666 68.333 569.666 167.667 519.666 171.667 485.666 161"/> <polygon class="cls-11" points="393.5 147.333 371.667 172 367 172 357.333 158.333 355.333 160.333 347.667 150.333 373 119 354 95.667 357.333 86 382.333 78 397 92.333 422 66.333 438.666 79.667 413.666 116.333 419.333 121.667 445.333 88.667 459 104.667 392 190.333 384 183.333 385 165.333 393.5 147.333"/> <polygon class="cls-12" points="572.167 -0.167 581 0 581 37.333 593.918 35.791 593 0 602.666 0 602.021 34.823 624.823 32.1 624 0 633.666 0 633.09 31.112 654.731 28.528 654 0 663.666 0 663.157 27.521 684.64 24.956 684 0 693.666 0 693.224 23.931 714.548 21.384 714 0 723.666 0 723.29 20.34 744.574 17.798 744 0 753.666 0 753.276 16.758 768 15 768 33.667 627.375 52.958 571.75 44.25 572.167 -0.167"/> <polygon class="cls-5" points="487 0 487 12 307 43 302 33 307 0 487 0"/> <path class="cls-13" d="M672,304.75l2-87.625,56.5-19.0625L748,200V161l20-11s2,313,0,313-70.5-42-70.5-42Z"/> <polygon class="cls-5" points="558.5 248 587 233.5 664 245 659.5 333 598.5 337 558.5 248"/> <polygon class="cls-5" points="396 259 381 254 326 269 326 406 353.5 422.5 391 415 396 259"/> <polygon class="cls-14" points="391 241.5 381 227 371.5 228.5 378 237.5 369.5 235.5 365 240 369 247 393.5 261 391 241.5"/> <polygon class="cls-14" points="635 265 640.5 246.625 650 235.563 654 243.031 644.5 254.016 652 251.5 652 260 635 265"/> <polygon class="cls-15" points="709 390 729.5 400 732 413.5 723 407 729 424 722.5 437.5 716.5 438 710 428.5 709 390"/> <polygon class="cls-16" points="0 0 108 0 108 16 102.334 16.333 103 41.666 105.667 40.999 107.667 121 102.5 133.5 106 139 103.667 184.999 97 185.666 99 228.333 104.334 233.666 103.667 325.666 109 344.333 107 389.666 97.667 397 102.334 463.666 0 491.666 0 0"/> <polygon class="cls-5" points="227 -2 227 10 116.081 41 113 31 116.081 -2 227 -2"/> <polygon class="cls-10" points="126.666 174 120.666 146 119.333 93.333 198.666 81.333 210.666 180.667 160.666 184.667 126.666 174"/> </g> <g id="Foreground"> <polygon class="cls-17" points="491.625 147.041 540 170 551 250 606.516 256 625 284 625 331 616 336 614 344 621 357 619 437 611 447 578 459 536 452 531 442 501 453.666 453 354 404 263 491.625 147.041"/> <polygon class="cls-18" points="388.833 250.667 391.583 174.417 491.625 147.041 492.979 166.354 498.99 191.01 495.494 220.005 492.997 255.502 496.332 263.668 423 263 417 272.333 469.667 365.666 513.667 366.332 501 453.666 481 460.999 388.833 416.332 386 346.332 386 336 388.833 250.667"/> <polygon class="cls-14" points="534.5 270 525.5 265.5 516.5 273 523 275 512 285 509.5 304 518 312 523.5 309 534.5 270"/> <polygon class="cls-19" points="545.25 253 547.625 243 575.062 239.5 607.531 251.5 606.516 256 573.508 262 560.504 300 562.002 340.5 570.001 345 603.5 341 616 336 614 344 598.5 351 612 392.5 611 447 601.5 450 604 396.5 587 355 560 355 530 345.5 527.5 335.5 520.5 295.5 534.5 270 537.5 274.5 529.5 289 536 339.5 549.5 341.5 550 300 565.5 259.5 545.25 253"/> <polygon class="cls-19" points="452 195.5 454.5 191.5 498.5 188 499 193.5 452 195.5"/> <polygon class="cls-19" points="438 194 438 198 394 205.5 394.5 200 438 194"/> <polygon class="cls-19" points="401 174 401 181 435 175.5 435 171 401 174"/> <polygon class="cls-19" points="454 168 454 173 494.5 169 493 164 454 168"/> <polygon class="cls-19" points="461 216 461 224 495.5 220 496 213.5 461 216"/> <polygon class="cls-19" points="433.5 219.5 433 226 396 230.5 396 226 433.5 219.5"/> <polygon class="cls-19" points="494.5 244.5 389 250.5 388.5 254.5 493 255.5 494.5 244.5"/> <polygon class="cls-19" points="447.5 282 447 288.5 487 290 486.5 286 447.5 282"/> <polygon class="cls-19" points="433 280.75 432 286.125 401 284.5 401 280 433 280.75"/> <polygon class="cls-19" points="449 303 449 312 481.5 318 485 310 449 303"/> <polygon class="cls-19" points="431 306.25 430.5 309.625 399 308.5 399 304 431 306.25"/> <polygon class="cls-19" points="449 328 448 334.5 483 335.5 483.5 330 449 328"/> <polygon class="cls-19" points="429 327.25 428 332.625 399 328.5 399 324 429 327.25"/> <polygon class="cls-19" points="385.5 338 491 366 529 357 527.5 365.5 488 380.5 385 349 385.5 338"/> <polygon class="cls-15" points="500.75 151.25 498.125 144.625 505.062 139.063 506.531 144.031 508.266 133.016 513 132 513 126 517.5 125 519 132 527.5 125 533 129.5 526 136 536.5 135 534.5 141.5 523 144.5 522.5 151 506.5 154.5 500.75 151.25"/> <polygon class="cls-15" points="517.5 159 525.25 157.625 523.125 153.563 527.062 149.031 535.031 146.516 538.516 148.258 536 151 541 151 543 144 548.5 144.5 547.5 147 554 147 557.5 150.5 552 153 553 156 542.5 160.5 532.5 159.5 525 164.5 517.5 159"/> <polygon class="cls-14" points="480 286 473.333 271 460 267.333 464.666 275 448 268.667 440.333 276 453.333 278 457.333 284 480 286"/> <polygon class="cls-14" points="480 286 480 267 472 249.5 480.5 253 490 273 484.5 286.5 480 286"/> <polygon class="cls-18" points="662.5 295.5 609.5 320 609 447.5 655 460.5 710 428.5 710 307 662.5 295.5"/> <polygon class="cls-19" points="662.5 299.5 702.5 310.5 659.5 333 617 322 662.5 299.5"/> <polygon class="cls-19" points="670.5 353.5 709 334.5 709 344 669.375 362.5 670.5 353.5"/> <polygon class="cls-19" points="607.5 387 661.5 397 709 376 709 384 659 404 609 397.5 607.5 387"/> <polygon class="cls-19" points="618.5 348 653 356.5 652 362 617.5 354 618.5 348"/> <polygon class="cls-19" points="617 362 652 369 652 375 616.5 368.5 617 362"/> <polygon class="cls-15" points="674 308.5 676 297 685.5 287 694 291 690 296 703 289 708 293 696.5 299.5 700.5 305.5 682 311.5 674 308.5"/> <polygon class="cls-13" points="0 481.002 108 445 205 495 211 488 201 480 210 460 226 476 236 469 241 479 228 495 229 511 235 499 246 493 248 498 251 471 269 467 269 488 291 474 291 493 266 499 274 505 262 516 245 523 252 532 284 519 351 554 352 577 0 576.334 0 481.002"/> <polygon class="cls-13" points="30.5 0 0 0 0 10 45.076 26.047 49.5 61 56 62 52.839 28.81 113.563 50.428 115 83 122 85 121.553 53.273 125 54.5 131.5 53.5 134.5 43.5 30.5 0"/> <polygon class="cls-11" points="133.488 76.473 38.5 44 28.494 52.474 32 121.5 49.5 130 126 142 133.831 121.999 133.488 76.473"/> <g> <path class="cls-19" d="M53.8818,72.2964l7.438,1.8213V68.0239q0-.75-.0176-1.2348a4.68,4.68,0,0,0-.0878-.8072,1.662,1.662,0,0,0-.2027-.53,2.6543,2.6543,0,0,0-.3437-.4238,2.2855,2.2855,0,0,0-1.0752-.6387l-.5645-.1376v-.586l6.857,1.6787v.586l-.564-.1382a1.809,1.809,0,0,0-.4849-.0484,1.4051,1.4051,0,0,0-.476.0943,1.228,1.228,0,0,0-.3965.2544.9058.9058,0,0,0-.2466.4321,10.2756,10.2756,0,0,0-.1235,2.0552V82.3145q0,.75.0263,1.2255a6.1,6.1,0,0,0,.0884.795,1.6081,1.6081,0,0,0,.1851.5258,2.2665,2.2665,0,0,0,.3349.4219,2.3121,2.3121,0,0,0,1.0928.6426l.564.1382v.5859l-6.857-1.6787v-.5859l.5645.1377a2.9216,2.9216,0,0,0,.7226.0952.7187.7187,0,0,0,.5464-.2652,1.86,1.86,0,0,0,.3438-.8764,9.9672,9.9672,0,0,0,.1142-1.7178V75.2661l-7.438-1.8213V79.937q0,.75.0176,1.2232a4.6085,4.6085,0,0,0,.0879.7949,1.6481,1.6481,0,0,0,.2026.53,2.6281,2.6281,0,0,0,.3438.4238,2.2847,2.2847,0,0,0,1.0752.6387l.582.1425v.586l-6.8745-1.6836v-.586l.5815.1421a1.2208,1.2208,0,0,0,1.4278-.4233,5.47,5.47,0,0,0,.2822-2.3452V65.6455q0-.7734-.0176-1.2578a4.3726,4.3726,0,0,0-.0883-.7949,1.76,1.76,0,0,0-.1939-.5166,2.48,2.48,0,0,0-1.41-1.0606l-.5815-.1421v-.5859l6.8745,1.6836v.5859l-.582-.1425a1.74,1.74,0,0,0-.4668-.0445,1.4185,1.4185,0,0,0-.4761.0947,1.2119,1.2119,0,0,0-.3965.2544.9032.9032,0,0,0-.247.4317,9.5928,9.5928,0,0,0-.1407,2.0517Z"/> <path class="cls-19" d="M68.9521,78.4238a12.579,12.579,0,0,0,.3262,2.9624,10.2728,10.2728,0,0,0,.8638,2.3682A5.9208,5.9208,0,0,0,71.3936,85.42a3.492,3.492,0,0,0,1.5068.8379,2.1058,2.1058,0,0,0,1.8423-.3227,4.492,4.492,0,0,0,1.313-2.35l.37.3955a7.73,7.73,0,0,1-.4937,1.9531,5.6333,5.6333,0,0,1-.9428,1.5972,3.4379,3.4379,0,0,1-1.3306.9751,2.6492,2.6492,0,0,1-1.6572.0864,4.3873,4.3873,0,0,1-1.8243-.9736,7.0118,7.0118,0,0,1-1.498-1.8672,10.5666,10.5666,0,0,1-1.0225-2.5943,12.651,12.651,0,0,1-.3789-3.1748,11.7738,11.7738,0,0,1,.3877-3.2095,6.2745,6.2745,0,0,1,1.0576-2.2016,3.2958,3.2958,0,0,1,1.5777-1.1377,3.5432,3.5432,0,0,1,1.9653-.0342,4.3158,4.3158,0,0,1,1.6568.8159,5.6647,5.6647,0,0,1,1.3129,1.4932,7.8006,7.8006,0,0,1,.8726,2.0532,9.3732,9.3732,0,0,1,.3174,2.4922Zm0-.8906,5.0059,1.2256a6.8422,6.8422,0,0,0-.7139-3.0923,2.5949,2.5949,0,0,0-1.63-1.3252,1.691,1.691,0,0,0-.9341.0293,1.8436,1.8436,0,0,0-.82.5488,3.3386,3.3386,0,0,0-.6079,1.0581A5.2967,5.2967,0,0,0,68.9521,77.5332Z"/> <path class="cls-19" d="M77.272,75.0469l4.53,1.1094v.5859q-.6343-.1085-.8282.09a.8962.8962,0,0,0-.1938.6436,2.0043,2.0043,0,0,0,.0439.55q.0615.2966.1675.6738L83.3,87.5386l2.3267-6.1568L85.01,79.0977a5.0683,5.0683,0,0,0-.2378-.7378,2.32,2.32,0,0,0-.3174-.5464,1.8027,1.8027,0,0,0-.4668-.4077,2.9218,2.9218,0,0,0-.6875-.2969v-.586l5.147,1.26v.5859a1.8784,1.8784,0,0,0-1.084.04q-.3618.1692-.3618.8252a2.1575,2.1575,0,0,0,.1059.6587l2.45,8.8735,2.2739-7.4116a4.6949,4.6949,0,0,0,.2466-1.2993.9042.9042,0,0,0-.229-.583,1.9152,1.9152,0,0,0-.8989-.49V78.396l3.4019.833v.5859q-1.04-.0432-1.5162,1.4805L89.2227,92.8091l-.4761-.1162L86.05,82.8447,82.8945,91.26l-.44-.1079L78.9814,78.208a8.6955,8.6955,0,0,0-.3168-1.0273,3.4542,3.4542,0,0,0-.3526-.6836,2.0048,2.0048,0,0,0-.45-.4737,6.7828,6.7828,0,0,0-.59-.3906Z"/> <path class="cls-19" d="M97.1543,85.3291a12.5846,12.5846,0,0,0,.3262,2.9629,10.3017,10.3017,0,0,0,.8637,2.3682,5.9208,5.9208,0,0,0,1.2515,1.6655,3.4929,3.4929,0,0,0,1.5073.8374,2.1046,2.1046,0,0,0,1.8418-.3223,4.4927,4.4927,0,0,0,1.313-2.35l.37.395a7.7545,7.7545,0,0,1-.4931,1.9537,5.6513,5.6513,0,0,1-.9434,1.5971,3.4386,3.4386,0,0,1-1.3306.9751,2.6478,2.6478,0,0,1-1.6567.0864,4.3836,4.3836,0,0,1-1.8247-.9741,7.0018,7.0018,0,0,1-1.4981-1.8667,10.5879,10.5879,0,0,1-1.0224-2.5942,12.6493,12.6493,0,0,1-.3789-3.1748,11.7738,11.7738,0,0,1,.3877-3.2095,6.2919,6.2919,0,0,1,1.0576-2.2021,3.2991,3.2991,0,0,1,1.5776-1.1372,3.5426,3.5426,0,0,1,1.9654-.0342,4.3164,4.3164,0,0,1,1.6567.8154,5.6578,5.6578,0,0,1,1.3135,1.4937,7.8266,7.8266,0,0,1,.8725,2.0532,9.3833,9.3833,0,0,1,.3169,2.4917Zm0-.8906,5.0063,1.2261a6.8548,6.8548,0,0,0-.7138-3.0928,2.6,2.6,0,0,0-1.6309-1.3252,1.6949,1.6949,0,0,0-.9341.0293,1.8445,1.8445,0,0,0-.8193.5493,3.3268,3.3268,0,0,0-.6084,1.0581A5.3122,5.3122,0,0,0,97.1543,84.4385Z"/> <path class="cls-19" d="M113.7866,83.0352v4.8984l-.4053-.0991a13.6338,13.6338,0,0,0-.5024-2.0449,6.1114,6.1114,0,0,0-.6431-1.3765,2.8916,2.8916,0,0,0-.8022-.8291,3.0914,3.0914,0,0,0-.978-.4273,1.592,1.592,0,0,0-.7583-.0214,1.4858,1.4858,0,0,0-.5816.28,1.304,1.304,0,0,0-.3789.4927,1.5755,1.5755,0,0,0-.1323.648,4.2585,4.2585,0,0,0,.08.8393,2.68,2.68,0,0,0,.29.7744,4.78,4.78,0,0,0,.5733.7969,11.252,11.252,0,0,0,.9252.9292l1.7276,1.5483a6.226,6.226,0,0,1,2.397,4.6885,4.4049,4.4049,0,0,1-.3086,1.7173,3.075,3.075,0,0,1-.8194,1.17,2.78,2.78,0,0,1-2.4853.5869,6.8439,6.8439,0,0,1-1.0752-.3686,8.1131,8.1131,0,0,1-1.1988-.6572c-.1293-.0782-.2465-.1465-.3525-.2032a1.24,1.24,0,0,0-.2822-.1162q-.2644-.0644-.4229.2949l-.3877-.0952V91.3286l.3877.0952a9.9731,9.9731,0,0,0,.4937,2.0542,7.3834,7.3834,0,0,0,.7754,1.5728,4.46,4.46,0,0,0,.9785,1.0718,2.9761,2.9761,0,0,0,1.1016.5512,1.5479,1.5479,0,0,0,.74.0171,1.2745,1.2745,0,0,0,.5815-.3149,1.5884,1.5884,0,0,0,.3877-.5962,2.2193,2.2193,0,0,0,.1411-.81,3.8978,3.8978,0,0,0-.123-1.0024,3.3407,3.3407,0,0,0-.4409-.9517,7.5828,7.5828,0,0,0-.8726-1.0693q-.5551-.5815-1.4365-1.3828a15.7137,15.7137,0,0,1-1.4014-1.398,6.9453,6.9453,0,0,1-.8462-1.1914,3.8675,3.8675,0,0,1-.414-1.1328,6.7987,6.7987,0,0,1-.1055-1.2446,4.9623,4.9623,0,0,1,.2378-1.5943,3.0311,3.0311,0,0,1,.6787-1.1582,2.2987,2.2987,0,0,1,1.04-.624,2.565,2.565,0,0,1,1.3218.0073,2.84,2.84,0,0,1,.5816.2364q.3529.18.7138.3857t.6612.3726a2.0945,2.0945,0,0,0,.4052.1928.32.32,0,0,0,.2911-.0337,1.2759,1.2759,0,0,0,.2377-.4458Z"/> <path class="cls-19" d="M67.3745,93.2407V100.6l-.44-.1084a11.263,11.263,0,0,0-1.4629-4.9043A4.8373,4.8373,0,0,0,62.51,93.2915a2.1091,2.1091,0,0,0-1.128.0049,2.2725,2.2725,0,0,0-.8989.5185,2.4275,2.4275,0,0,0-.6.896,3.14,3.14,0,0,0-.2114,1.167,3.89,3.89,0,0,0,.1762,1.1563,8.9677,8.9677,0,0,0,1.0928,1.92q1.5337,1.6648,2.7324,2.8022,1.128,1.0958,3.0494,3.231a7.8648,7.8648,0,0,1,1.269,2.3145,7.6825,7.6825,0,0,1,.44,2.5336,6.1669,6.1669,0,0,1-.37,2.1827,4.4039,4.4039,0,0,1-1.0312,1.6342,3.5638,3.5638,0,0,1-1.5953.899,4.0682,4.0682,0,0,1-2.0444-.02,6.67,6.67,0,0,1-1.3042-.46q-.1062-.0491-.5552-.335t-.9609-.5986q-.5112-.3127-.9517-.5845a3.8352,3.8352,0,0,0-.5112-.29.435.435,0,0,0-.4673.12,1.9785,1.9785,0,0,0-.2553.9219l-.441-.1084v-7.3125l.441.1084a16.7608,16.7608,0,0,0,.8286,3.6484,5.6848,5.6848,0,0,0,.6606,1.2046,7.3154,7.3154,0,0,0,.9341,1.0723,5.9994,5.9994,0,0,0,1.12.8369,4.6475,4.6475,0,0,0,1.2163.4971,2.87,2.87,0,0,0,1.3306.0444A2.1923,2.1923,0,0,0,65.48,112.78a2.4614,2.4614,0,0,0,.6343-.9575,3.5787,3.5787,0,0,0,.2207-1.2823,4.8,4.8,0,0,0-.3262-1.6733,6.7514,6.7514,0,0,0-1.1021-1.84q-.7572-.7947-1.7978-1.87-1.9914-2.0112-3.5425-3.7968a9.02,9.02,0,0,1-1.3135-2.3257,7.1687,7.1687,0,0,1-.4492-2.5362,5.7727,5.7727,0,0,1,.3526-2.0581,4.2794,4.2794,0,0,1,.978-1.5532,3.3046,3.3046,0,0,1,1.4892-.8545,3.7028,3.7028,0,0,1,1.8687.0122,7.0229,7.0229,0,0,1,2.6968,1.481q.3347.27.5639.4424a.7943.7943,0,0,0,.37.1845.514.514,0,0,0,.5113-.1089,1.7507,1.7507,0,0,0,.3-.9116Z"/> <path class="cls-19" d="M73.6675,94.2192v10.5235a12.6444,12.6444,0,0,1,1.1719-1.2837,4.4167,4.4167,0,0,1,.9165-.6782,1.8944,1.8944,0,0,1,.7758-.232,2.627,2.627,0,0,1,.7491.0786,2.867,2.867,0,0,1,1.5776,1.0538,5.7518,5.7518,0,0,1,.9956,2.3652,22.3161,22.3161,0,0,1,.2119,3.7314v5.086q0,.7264.0264,1.2373a2.6643,2.6643,0,0,0,.1763.875,1.3476,1.3476,0,0,0,.4755.5967,2.73,2.73,0,0,0,.9258.3789v.5625l-5.3056-1.2989v-.5625l.2465.06a2.0853,2.0853,0,0,0,.8287.0742.6218.6218,0,0,0,.4492-.3237,1.9149,1.9149,0,0,0,.185-.7866q.036-.5185.0357-1.292v-5.086a23.0654,23.0654,0,0,0-.0972-2.3442,6.31,6.31,0,0,0-.3-1.4678,1.7691,1.7691,0,0,0-.5288-.8091,2.0743,2.0743,0,0,0-.8018-.372,2.2159,2.2159,0,0,0-.5991-.065,1.5693,1.5693,0,0,0-.626.1631,3.1749,3.1749,0,0,0-.6875.4644,7.27,7.27,0,0,0-.8017.8354v7.5938q0,.7734.0263,1.2016a4.2532,4.2532,0,0,0,.0879.689.9392.9392,0,0,0,.1763.395c.0767.0894.1733.1948.291.3174a2.6284,2.6284,0,0,0,1.1631.519v.5625l-5.3584-1.312v-.5625a3.5935,3.5935,0,0,0,.7583.1153.653.653,0,0,0,.52-.2124,1.4524,1.4524,0,0,0,.2906-.7374,9.1587,9.1587,0,0,0,.0883-1.4545V99.8105q0-1.5-.0444-2.32a7.2788,7.2788,0,0,0-.1406-1.2178.8611.8611,0,0,0-.2559-.5078,1.2175,1.2175,0,0,0-.4053-.17,1.7322,1.7322,0,0,0-.811.0591l-.1587-.6011,3.2261-.9682Z"/> <path class="cls-19" d="M87.874,105.2212a4.9809,4.9809,0,0,1,2.08,1.0952,7.9842,7.9842,0,0,1,1.648,1.9854,10.4654,10.4654,0,0,1,1.0927,2.6118,11.0578,11.0578,0,0,1,.397,2.9443,10.1744,10.1744,0,0,1-.4321,3.1055,6.3,6.3,0,0,1-1.1719,2.209,3.9544,3.9544,0,0,1-1.71,1.1987,3.5155,3.5155,0,0,1-2.0268.0776,4.7707,4.7707,0,0,1-2.0537-1.1123,7.9511,7.9511,0,0,1-1.6216-2.0376,10.982,10.982,0,0,1-1.0576-2.6494,11.65,11.65,0,0,1-.3789-2.9521,9.4858,9.4858,0,0,1,.4052-2.8423,6.9043,6.9043,0,0,1,1.1109-2.2012,4.1023,4.1023,0,0,1,1.6567-1.3047A3.22,3.22,0,0,1,87.874,105.2212Zm-.37.94a1.6478,1.6478,0,0,0-.9868.0513,1.7954,1.7954,0,0,0-.8462.73,4.7241,4.7241,0,0,0-.5991,1.5293,10.9459,10.9459,0,0,0-.23,2.4511,18.3838,18.3838,0,0,0,.2383,2.9766,13.6162,13.6162,0,0,0,.6782,2.6157,7.0938,7.0938,0,0,0,1.0757,1.95,2.638,2.638,0,0,0,1.41.9785,1.784,1.784,0,0,0,1.0489-.0366,1.6745,1.6745,0,0,0,.8374-.7436,4.8792,4.8792,0,0,0,.5551-1.587,13.4431,13.4431,0,0,0,.2027-2.5634,18.7468,18.7468,0,0,0-.229-2.9746,12.7765,12.7765,0,0,0-.6612-2.5523,6.5883,6.5883,0,0,0-1.0576-1.8765A2.7046,2.7046,0,0,0,87.5039,106.1616Z"/> <path class="cls-19" d="M96.4937,113.1675A12.5564,12.5564,0,0,0,96.82,116.13a10.27,10.27,0,0,0,.8633,2.3677,5.9429,5.9429,0,0,0,1.2515,1.6665,3.4975,3.4975,0,0,0,1.5073.8374,2.1046,2.1046,0,0,0,1.8418-.3223,4.496,4.496,0,0,0,1.3135-2.3506l.37.3955a7.7868,7.7868,0,0,1-.4937,1.9536,5.6352,5.6352,0,0,1-.9428,1.5972,3.4432,3.4432,0,0,1-1.3311.9746,2.6478,2.6478,0,0,1-1.6567.0869,4.3846,4.3846,0,0,1-1.8242-.9741,7.0178,7.0178,0,0,1-1.4986-1.8672,10.6,10.6,0,0,1-1.0224-2.5942,12.6423,12.6423,0,0,1-.379-3.1743,11.7593,11.7593,0,0,1,.3882-3.21,6.2908,6.2908,0,0,1,1.0572-2.2021,3.3022,3.3022,0,0,1,1.5776-1.1373,3.5561,3.5561,0,0,1,1.9653-.0346,4.3268,4.3268,0,0,1,1.6573.8164,5.6732,5.6732,0,0,1,1.3129,1.4931,7.8124,7.8124,0,0,1,.8726,2.0538,9.3866,9.3866,0,0,1,.3174,2.4917Zm0-.8906,5.0058,1.226a6.86,6.86,0,0,0-.7139-3.0932,2.5956,2.5956,0,0,0-1.63-1.3247,1.7011,1.7011,0,0,0-.9346.0288,1.8429,1.8429,0,0,0-.8193.55,3.3249,3.3249,0,0,0-.6084,1.0581A5.3064,5.3064,0,0,0,96.4937,112.2769Z"/> <path class="cls-19" d="M112.41,111.229v4.8984l-.4053-.0991a13.636,13.636,0,0,0-.5025-2.0449,6.0831,6.0831,0,0,0-.6435-1.3765,2.88,2.88,0,0,0-.8018-.8291,3.0865,3.0865,0,0,0-.9785-.4272,1.5888,1.5888,0,0,0-.7578-.0215,1.48,1.48,0,0,0-.5815.28,1.2924,1.2924,0,0,0-.3789.4927,1.5644,1.5644,0,0,0-.1324.6474,4.2686,4.2686,0,0,0,.0791.84,2.6843,2.6843,0,0,0,.291.7744,4.8213,4.8213,0,0,0,.5728.7964,11.3953,11.3953,0,0,0,.9253.93l1.7275,1.5478a6.2279,6.2279,0,0,1,2.3975,4.689,4.4008,4.4008,0,0,1-.3086,1.7168,3.0824,3.0824,0,0,1-.82,1.1709,2.7745,2.7745,0,0,1-2.4854.5864,6.7894,6.7894,0,0,1-1.0752-.3682,8.14,8.14,0,0,1-1.1982-.6567c-.1294-.0786-.2471-.147-.3526-.2036a1.225,1.225,0,0,0-.2822-.1162q-.2644-.0645-.4228.2949l-.3882-.0952v-5.1328l.3882.0952a9.9512,9.9512,0,0,0,.4931,2.0542,7.4135,7.4135,0,0,0,.7759,1.5727,4.4487,4.4487,0,0,0,.978,1.0718,2.9658,2.9658,0,0,0,1.1016.5508,1.5437,1.5437,0,0,0,.7407.0171,1.2741,1.2741,0,0,0,.5816-.3145,1.5969,1.5969,0,0,0,.3877-.5962,2.2208,2.2208,0,0,0,.1411-.8095,3.8693,3.8693,0,0,0-.1236-1.0025,3.3134,3.3134,0,0,0-.44-.9516,7.5814,7.5814,0,0,0-.8725-1.0694q-.5553-.5816-1.4366-1.3828a15.7243,15.7243,0,0,1-1.4013-1.3979,6.9354,6.9354,0,0,1-.8462-1.1914,3.8574,3.8574,0,0,1-.4141-1.1329,6.7521,6.7521,0,0,1-.106-1.2446,4.9733,4.9733,0,0,1,.2378-1.5942,3.0318,3.0318,0,0,1,.6788-1.1582,2.2973,2.2973,0,0,1,1.04-.624,2.56,2.56,0,0,1,1.3223.0073,2.8578,2.8578,0,0,1,.5815.2363q.3523.18.7139.3857t.6611.3726a2.1149,2.1149,0,0,0,.4053.1929.3176.3176,0,0,0,.29-.0342,1.2664,1.2664,0,0,0,.2383-.4453Z"/> </g> </g> <g id="Layer_7" data-name="Layer 7"> <polygon class="cls-20" points="318.881 307.253 322.775 306.147 324.086 311.597 321.445 318.785 319.478 337.793 319.357 358.221 321.835 334.717 322.223 320.922 324.136 321.086 323.307 335.766 320.27 359.357 324.419 374.862 321.727 387.71 318.543 388.398 315.328 382.158 317.802 358.423 317.785 337.36 319.209 323.585 318.881 307.253"/> <polygon points="382.052 449.493 382.878 470.581 376.99 475.469 359.503 456.745 345.588 459.985 346.872 480.999 327.477 484.232 318.209 485.097 302.265 484.235 306.143 479.927 316.447 478.741 332.244 469.045 332.244 458.381 382.052 449.493"/> <polygon class="cls-21" points="332.884 203.924 330.478 217.309 331.305 221.068 331.23 229.717 331.004 231.821 330.853 233.702 331.38 235.957 331.531 239.115 333.636 241.672 345.216 243.326 345.668 252.198 342.66 256.11 348.826 266.035 359.955 263.931 366.872 251.447 363.263 248.589 359.955 234.753 358.451 217.009 341.908 201.518 332.884 203.924"/> <polygon points="355.443 222.723 353.938 221.67 350.931 223.926 351.834 227.235 350.931 229.491 352.886 229.188 354.541 226.181 353.037 224.528 355.443 222.723"/> <polygon points="347.923 222.572 349.427 223.024 351.232 220.617 353.488 219.564 357.398 221.67 357.999 226.482 356.195 230.242 353.638 231.296 359.203 237.461 361.609 237.161 368.827 221.219 357.398 194.75 340.554 196.555 331.982 201.518 330.779 204.075 333.636 206.029 337.246 205.277 339.952 207.835 342.81 207.985 345.517 207.384 344.614 211.444 344.464 215.354 346.118 215.955 346.269 218.361 348.074 220.467 347.923 222.572"/> <polygon class="cls-22" points="338.78 219.841 337.389 221.801 335.285 222.943 335.258 219.038 338.78 219.841"/> <polygon class="cls-23" points="338.78 219.841 336.186 218.304 334.534 218.269 333.506 219.755 334.798 219.588 338.78 219.841"/> <polygon class="cls-23" points="335.563 219.069 336.002 221.267 335.285 222.943 334.632 222.867 334.553 220.872 334.665 218.929 335.563 219.069"/> <polygon class="cls-23" points="331.907 217.233 334.989 214.903 337.772 215.128 340.178 215.805 336.118 213.399 333.261 213.701 331.605 215.58 331.907 217.233"/> <polygon class="cls-23" points="335.742 233.626 331.004 231.821 330.478 232.874 330.853 233.702 335.742 233.626"/> <polygon class="cls-24" points="331.305 221.068 329.951 225.129 328.523 226.407 328.748 228.213 331.23 229.717 333.034 229.039 332.509 224.603 331.305 221.068"/> <polygon class="cls-25" points="323.583 300.134 318.881 307.253 322.223 320.922 333.491 322.864 323.583 300.134"/> <polygon class="cls-26" points="323 280.899 341.652 255.252 366.909 249.229 373.418 255.252 389.447 284.978 394.693 304.796 381.287 313.733 388.281 340.351 398.773 448.959 386.338 457.897 369.629 457.119 352.92 469.165 331.548 467.222 318.337 449.347 330.577 318.785 316.588 306.545 323 280.899"/> <polygon class="cls-27" points="342.931 191 342.485 194.276 351.238 204.211 355.934 202.89 359.424 208.962 359.68 214.985 366.184 219.113 366.041 225.181 373.54 225.974 375.877 222.895 372.426 220.852 371.732 210.841 367.315 203.66 360.111 193.153 349.66 193.491 342.931 191"/> <polygon class="cls-28" points="326.497 314.705 335.823 312.374 346.315 273.904 349.229 278.566 352.143 304.213 344.566 315.871 368.464 312.374 376.624 304.213 378.955 290.225 380.121 307.127 377.789 315.288 350.395 321.699 330.577 318.785 326.497 314.705"/> <polygon class="cls-29" points="330.892 316.453 341.115 319.951 341.115 417.872 343.715 444.102 331.317 451.679 323.078 447.015 315.462 447.599 319.097 380.569 330.892 316.453"/> </g> <g id="State2"> <g> <polygon class="cls-30" points="473.614 365.396 473.437 372.132 489.232 376.941 488.596 338.429 489.988 337.405 469.32 332.469 473.614 365.396"/> <polygon class="cls-30" points="480.606 408.843 490.19 434.833 489.482 391.959 473.052 386.762 472.616 403.349 480.606 408.843"/> <polygon class="cls-31" points="709.798 514.759 716.983 528.53 709.229 554.259 756.936 555.159 769 535.476 769 529.742 709.798 514.759"/> <polygon class="cls-31" points="469.32 332.469 489.988 337.405 505.935 325.674 466.602 317.685 467.622 319.453 469.32 332.469"/> <polygon class="cls-32" points="285.18 341.094 278.188 313.128 305.735 258.356 285.346 251.037 266.369 246.542 230.913 209.588 225.19 206.036 227.251 207.926 216.93 208.591 193.447 227.881 201.283 246.211 209.273 254.868 208.983 258.336 214.932 259.526 232.411 305.47 231.412 317.455 243.397 347.418 223.422 375.883 211.436 402.351 236.905 458.282 241.899 463.276 250.221 478.258 257.546 479.921 258.211 464.275 252.885 457.783 253.385 448.794 231.911 398.356 266.369 360.902 292.836 429.318 296.332 451.291 299.828 464.774 293.336 466.272 284.846 478.258 300.827 482.752 309.816 478.258 316.807 460.779 305.321 409.842 297.721 375.841 297.165 375.717 285.18 341.094"/> <polygon class="cls-32" points="186.662 233.336 162.637 251.838 167.99 258.529 182.638 260.861 180.873 261.824 202.274 258.766 191.96 247.543 186.662 233.336"/> <polygon class="cls-32" points="490.19 434.833 480.606 408.843 472.616 403.349 473.052 386.762 295.921 330.734 310.265 370.058 328.293 373.386 376.733 360.402 381.228 378.88 403.201 430.816 376.733 486.747 365.747 489.244 347.27 498.732 357.757 503.227 374.736 503.227 384.973 501.229 424.674 435.81 424.674 421.327 432.165 406.346 451.142 421.827 461.13 427.819 499.083 500.23 510.569 525.2 522.055 530.693 524.552 522.703 519.059 508.221 511.568 497.734 510.07 488.745 500.091 461.685 490.593 459.281 490.19 434.833"/> <polygon class="cls-32" points="361.922 295.486 355.765 320.459 356.996 336.685 473.437 372.132 473.614 365.396 469.32 332.469 467.622 319.453 466.602 317.685 445.149 280.5 413.688 274.508 376.733 273.188 376.733 274.51 361.922 295.486"/> <polygon class="cls-32" points="161.997 259.862 152.675 246.878 152.343 243.723 147 251.52 148.007 265.511 154.502 270.509 174.48 268.014 175.81 263.146 171.651 263.523 161.997 259.862"/> <polygon class="cls-32" points="161.219 250.065 184.626 227.876 177.097 207.693 170.362 213.957 169.925 219.014 164.463 226.036 156.803 237.215 157.337 245.212 161.219 250.065"/> <polygon class="cls-32" points="292.727 318.15 293.835 317.457 340.293 331.6 338.821 320.161 346.854 292.903 360.619 272.612 343.774 272.011 317.288 262.503 296.832 301.143 292.727 318.15"/> <polygon class="cls-32" points="191.061 222.299 213.268 203.263 222.155 204.152 216.43 200.599 224.42 179.125 206.443 192.608 207.941 173.132 190.962 188.114 188.215 197.353 182.605 202.571 182.638 202.598 191.061 222.299"/> <polygon class="cls-33" points="201.283 246.211 193.447 227.881 216.93 208.591 227.251 207.926 225.19 206.036 223.256 204.262 222.155 204.152 213.268 203.263 191.061 222.299 182.638 202.598 182.605 202.571 180.64 200.934 176.314 205.594 177.097 207.693 184.626 227.876 161.219 250.065 157.337 245.212 156.803 237.215 156.67 235.224 152.009 240.552 152.343 243.723 152.675 246.878 161.997 259.862 171.651 263.523 175.81 263.146 178.976 262.858 180.873 261.824 182.638 260.861 167.99 258.529 162.637 251.838 186.662 233.336 191.96 247.543 202.274 258.766 203.28 259.862 208.94 258.863 208.983 258.336 209.273 254.868 201.283 246.211"/> <polygon class="cls-33" points="291.838 329.442 288.508 320.787 292.727 318.15 296.832 301.143 317.288 262.503 317.806 261.526 314.809 258.861 306.486 256.863 305.735 258.356 278.188 313.128 285.18 341.094 297.165 375.717 297.721 375.841 309.15 378.382 311.48 373.388 310.265 370.058 295.921 330.734 291.838 329.442"/> <polygon class="cls-33" points="338.821 320.161 340.293 331.6 356.996 336.685 355.765 320.459 361.922 295.486 376.733 274.51 376.733 273.188 376.733 271.511 361.252 271.679 360.619 272.612 346.854 292.903 338.821 320.161"/> <path class="cls-34" d="M618.4364,433.98l66.5862,33.293,24.7756,47.4856L769,529.7417V444.23l-.7457.403L710.9907,433.98l-7.8624-10.24-164.5938-36.371-9.9876-33.7085,72.91-57.18,42.8366,7.4737,13.7312-2.6407,1.6966-9.16-16.7774-5.6825-67.4551-11.9638-69.5545,51.1665-15.9466,11.7309-1.3922,1.0241.636,38.5113-15.7948-4.8084L356.9963,336.6848,340.2934,331.6l-46.4582-14.143-1.108.6925-4.2194,2.6374,3.33,8.6554,4.0835,1.2917,177.131,56.0285,16.43,5.1968.7081,42.8738.4037,24.4477,9.4978,2.4038,57.9927,14.6772,5.7536-18.4114Zm-49.9289-13.027,8.3394,4.6349,1.3986,14.0569,9.4922-11.5911,8.2205,4.1511-5.1207,8.4584-15.7658,4.9042-7.5669-16.14Zm-36.3128-10.7037-15.2509,2.025-4.5333-4.9588,8.8854-3.65,5.9166,1.0787-2.3993-6.2539,2.86-8.7531,6.377,6.6443Z"/> <polygon class="cls-31" points="684.355 402.351 663.268 390.996 661.052 396.692 608.451 389.369 603.818 378.868 578.485 372.388 557.511 352.412 566.5 335.433 591.47 330.439 612.52 332.388 617.106 328.775 635.607 319.995 636.414 305.47 644.294 303.954 601.457 296.481 528.547 353.661 538.535 387.369 703.128 423.74 686.906 402.612 684.355 402.351"/> <polygon class="cls-31" points="656.302 376.552 653.004 377.197 656.813 379.448 656.302 376.552"/> <polygon class="cls-31" points="677.364 361.401 700.075 362.367 697.675 357.408 673.705 358.073 668.073 362.545 667.887 365.709 677.364 361.401"/> <polygon class="cls-35" points="667.887 365.709 667.376 374.385 656.302 376.552 656.813 379.448 665.714 384.706 663.268 390.996 684.355 402.351 686.906 402.612 682.36 396.692 707.663 378.049 700.075 362.367 677.364 361.401 667.887 365.709"/> <polygon class="cls-35" points="566.5 335.433 557.511 352.412 578.485 372.388 603.818 378.868 598.463 366.729 595.133 346.088 612.52 332.388 591.47 330.439 566.5 335.433"/> <polygon class="cls-35" points="651.064 376.051 653.004 377.197 656.302 376.552 667.376 374.385 667.887 365.709 668.073 362.545 651.064 376.051"/> <polygon class="cls-35" points="635.607 319.995 656.392 310.132 658.025 301.314 644.294 303.954 636.414 305.47 635.607 319.995"/> <path class="cls-36" d="M769,262.9559l-2.078-.1-15.3132,9.9878,5.9926-14.648-5.9926-3.9952-22.64,7.99-12.6524-3.995V245.5434l8.6573-7.9882-1.9975-7.325-27.2985-1.9975,1.33-16.6456,21.3078-2.6647,14.648,3.33,1.9975-9.9877-14.648-13.9829-29.2979,2.6628L653.0619,206.26l18.6451,11.32,2.6627,19.6418-19.31,10.3194H634.4167l-15.9783,30.63,24.5059,8.3L769,308.8286Zm-54.498,19.85-15.0773-3.0549-2.6705-6.1641,9.59-.5542,5.2415,2.9456-.2321-6.6948,5.5558-7.3426,3.8642,8.357Zm45.4986,5.8834-13.9358,1.2563L740.72,275.52l3.8351-5.5166,5.5206,7.86.2575,6.0062,5.5674-3.722,9.1685.8565Z"/> <polygon class="cls-34" points="658.025 301.314 662.382 300.476 698.338 308.466 700.079 313.687 769 325.712 769 308.829 642.944 286.472 659.722 292.154 658.025 301.314"/> <polygon class="cls-36" points="658.025 301.314 662.382 300.476 698.338 308.466 700.079 313.687 769 325.712 769 308.829 642.944 286.472 659.722 292.154 658.025 301.314"/> <polygon class="cls-34" points="710.991 433.98 768.254 444.633 769 444.23 769 438.296 703.128 423.74 710.991 433.98"/> <polygon class="cls-36" points="710.991 433.98 768.254 444.633 769 444.23 769 438.296 703.128 423.74 710.991 433.98"/> <polygon class="cls-31" points="656.813 379.448 653.004 377.197 621.433 383.374 603.818 378.868 608.451 389.369 661.052 396.692 663.268 390.996 658.387 388.368 656.813 379.448"/> <polygon class="cls-36" points="656.813 379.448 653.004 377.197 621.433 383.374 603.818 378.868 608.451 389.369 661.052 396.692 663.268 390.996 658.387 388.368 656.813 379.448"/> <polygon class="cls-31" points="705.33 329.44 684.355 339.428 651.396 336.432 635.416 323.448 635.607 319.995 617.106 328.775 612.52 332.388 645.403 335.433 668.375 357.406 668.073 362.545 673.705 358.073 697.675 357.408 700.075 362.367 724.306 363.399 753.271 382.375 751.273 400.353 723.308 406.346 686.906 402.612 703.128 423.74 769 438.296 769 426.514 761.261 427.32 745.281 416.334 763.258 389.367 769 389.117 769 369.391 752.272 369.391 715.817 349.416 715.317 334.434 759.263 330.439 769 333.468 769 325.712 700.079 313.687 705.33 329.44"/> <polygon class="cls-36" points="705.33 329.44 684.355 339.428 651.396 336.432 635.416 323.448 635.607 319.995 617.106 328.775 612.52 332.388 645.403 335.433 668.375 357.406 668.073 362.545 673.705 358.073 697.675 357.408 700.075 362.367 724.306 363.399 753.271 382.375 751.273 400.353 723.308 406.346 686.906 402.612 703.128 423.74 769 438.296 769 426.514 761.261 427.32 745.281 416.334 763.258 389.367 769 389.117 769 369.391 752.272 369.391 715.817 349.416 715.317 334.434 759.263 330.439 769 333.468 769 325.712 700.079 313.687 705.33 329.44"/> <polygon class="cls-35" points="656.813 379.448 658.387 388.368 663.268 390.996 665.714 384.706 656.813 379.448"/> <polygon class="cls-36" points="656.813 379.448 658.387 388.368 663.268 390.996 665.714 384.706 656.813 379.448"/> <path class="cls-35" d="M682.36,396.6917l4.546,5.9207,36.4017,3.7334,27.9656-5.9926,1.9976-17.9779-28.9645-18.9767-24.2314-1.0311,7.5879,15.6811Zm28.9624-11.82,14.9816-3.4957,4.9938,4.4945-8.4895,4.4945-5.9926-.4994,2.9962,5.9926-1.9975,8.989-6.9914-5.9927Z"/> <path class="cls-36" d="M682.36,396.6917l4.546,5.9207,36.4017,3.7334,27.9656-5.9926,1.9976-17.9779-28.9645-18.9767-24.2314-1.0311,7.5879,15.6811Zm28.9624-11.82,14.9816-3.4957,4.9938,4.4945-8.4895,4.4945-5.9926-.4994,2.9962,5.9926-1.9975,8.989-6.9914-5.9927Z"/> <polygon class="cls-35" points="598.463 366.729 603.818 378.868 621.433 383.374 653.004 377.197 651.064 376.051 668.073 362.545 668.375 357.406 645.403 335.433 612.52 332.388 595.133 346.088 598.463 366.729"/> <polygon class="cls-36" points="598.463 366.729 603.818 378.868 621.433 383.374 653.004 377.197 651.064 376.051 668.073 362.545 668.375 357.406 645.403 335.433 612.52 332.388 595.133 346.088 598.463 366.729"/> <polygon class="cls-35" points="715.317 334.434 715.817 349.416 752.272 369.391 769 369.391 769 333.468 759.263 330.439 715.317 334.434"/> <polygon class="cls-36" points="715.317 334.434 715.817 349.416 752.272 369.391 769 369.391 769 333.468 759.263 330.439 715.317 334.434"/> <polygon class="cls-35" points="656.392 310.132 635.607 319.995 635.416 323.448 651.396 336.432 684.355 339.428 705.33 329.44 700.079 313.687 698.338 308.466 662.382 300.476 658.025 301.314 656.392 310.132"/> <polygon class="cls-36" points="656.392 310.132 635.607 319.995 635.416 323.448 651.396 336.432 684.355 339.428 705.33 329.44 700.079 313.687 698.338 308.466 662.382 300.476 658.025 301.314 656.392 310.132"/> <polygon class="cls-35" points="745.281 416.334 761.261 427.32 769 426.514 769 389.117 763.258 389.367 745.281 416.334"/> <polygon class="cls-36" points="745.281 416.334 761.261 427.32 769 426.514 769 389.117 763.258 389.367 745.281 416.334"/> <polygon class="cls-31" points="590.837 440.663 595.958 432.205 587.738 428.054 578.246 439.645 576.847 425.588 568.508 420.953 567.505 429.427 575.072 445.567 590.837 440.663"/> <polygon class="cls-31" points="719.812 395.859 716.816 389.866 722.808 390.365 731.298 385.871 726.304 381.377 711.322 384.872 710.823 398.855 717.814 404.848 719.812 395.859"/> <polygon class="cls-31" points="711.353 269.284 711.586 275.979 706.344 273.033 696.754 273.587 699.425 279.751 714.502 282.806 720.773 270.298 716.909 261.941 711.353 269.284"/> <polygon class="cls-31" points="750.333 283.869 750.075 277.863 744.555 270.004 740.72 275.52 746.065 289.946 760.001 288.69 765.069 281.004 755.9 280.147 750.333 283.869"/> <polygon class="cls-31" points="524.813 398.49 527.212 404.744 521.296 403.666 512.41 407.315 516.944 412.274 532.195 410.249 534.05 396.381 527.673 389.737 524.813 398.49"/> <polygon class="cls-36" points="760.262 204.927 756.267 235.556 768.252 237.553 769 236.194 769 198.726 760.262 204.927"/> <polygon class="cls-31" points="709.798 514.759 685.023 467.273 618.436 433.98 563.837 457.95 558.084 476.362 543.862 521.872 583.813 577.136 702.333 577.136 709.229 554.259 716.983 528.53 709.798 514.759"/> </g> <g id="Characters"> <g> <polygon class="cls-30" points="285.22 423.4 278.324 447.902 260.189 456.235 270.037 465.532 258.118 475.553 267.961 490.318 269.84 491.24 287.503 481.304 300.958 457.758 283.322 415.767 281.667 416.135 285.22 423.4"/> <polygon class="cls-30" points="172.472 478.497 175.92 475.904 170.891 463.761 160.769 459.609 158.136 450.644 164.331 424.011 155.591 416.482 158.082 410.409 176.02 396.641 177.67 392.983 176.616 388.414 179.949 387.933 183.338 380.419 177.437 378.276 127.915 436.412 128.959 442.884 118.258 451.638 130.902 458.446 140.631 481.79 166.349 491.895 169.375 491.058 172.472 478.497"/> <polygon class="cls-37" points="281.667 416.135 283.322 415.767 280.645 409.394 280.074 412.878 281.667 416.135"/> <polygon class="cls-37" points="185.373 368.961 177.437 378.276 183.338 380.419 183.962 379.037 202.933 367.467 202.453 366.318 210.321 354.828 262.073 364.493 284.272 387.264 280.86 408.079 302.093 399.114 304.259 401.556 305.498 384.524 305.011 361.18 270.967 343.672 250.056 349.508 215.524 332 199.963 339.295 194.614 334.918 179.537 343.672 172.074 354.688 172.729 354.371 185.373 368.961"/> <path class="cls-38" d="M184.3837,387.2925l5.7649,7.0957-5.8617-1.09-6.2122,1.4392-.4047-1.7537-1.65,3.6571-17.9381,13.768-2.4909,6.0739,8.74,7.5287-6.1952,26.6327,2.6332,8.9647,10.1217,4.152,5.0292,12.143,12.8611-9.6761L183.54,463.68l3.8725-29.9367,11.9968-8.7485,4.52-21.2738-10.6376-2.2582,12.8717-26.2606-3.2305-7.7351-18.9709,11.57-.6237,1.3824-3.39,7.5132Zm-3.696,13.5812-3.38,5.5939-1.5728-.6455.8946-9.227,2.7184-1.1853,6.7681,8.3294Z"/> <polygon class="cls-37" points="127.915 436.412 177.437 378.276 185.373 368.961 172.729 354.371 172.074 354.688 89.091 394.841 124.094 412.731 127.915 436.412"/> <polygon class="cls-37" points="280.86 408.079 280.645 409.394 283.322 415.767 300.958 457.758 305.011 450.665 340.695 442.636 304.259 401.556 302.093 399.114 280.86 408.079"/> <polygon class="cls-39" points="300.958 457.758 287.503 481.304 269.84 491.24 277.695 495.094 303.738 578 318.55 578 351.699 545.5 369.207 476.927 343.917 441.911 340.695 442.636 305.011 450.665 300.958 457.758"/> <polygon class="cls-40" points="193.292 401.462 203.929 403.721 199.41 424.994 187.413 433.743 183.54 463.68 188.781 466.228 190.157 465.193 248.269 460.778 258.118 475.553 270.037 465.532 260.189 456.235 278.324 447.902 285.22 423.4 281.667 416.135 280.074 412.878 280.645 409.394 280.86 408.079 284.272 387.264 262.073 364.493 210.321 354.828 202.453 366.318 202.933 367.467 206.163 375.202 193.292 401.462"/> <polygon class="cls-41" points="176.63 396.595 175.735 405.822 177.308 406.468 180.688 400.874 186.116 403.739 179.348 395.41 176.63 396.595"/> <polygon class="cls-41" points="184.287 393.298 190.149 394.388 184.384 387.292 179.949 387.933 176.616 388.414 177.67 392.983 178.075 394.737 184.287 393.298"/> <polygon class="cls-42" points="248.269 460.778 190.157 465.193 188.781 466.228 175.92 475.904 172.472 478.497 169.375 491.058 202.881 481.792 248.597 480.818 267.961 490.318 258.118 475.553 248.269 460.778"/> <polygon class="cls-43" points="269.84 491.24 267.961 490.318 248.597 480.818 202.881 481.792 169.375 491.058 166.349 491.895 167.865 492.49 180.508 521.671 166.426 578 303.738 578 277.695 495.094 269.84 491.24"/> <polygon class="cls-39" points="166.426 578 180.508 521.671 167.865 492.49 166.349 491.895 140.631 481.79 130.902 458.446 118.258 451.638 128.959 442.884 127.915 436.412 124.094 412.731 89.091 394.841 80.324 390.36 28.772 416.622 35.583 476.927 112.422 573.222 114.192 578 166.426 578"/> </g> </g> </g> <g id="State1"> <g id="Layer_9" data-name="Layer 9"> <polyline class="cls-6" points="188 391.943 220 391.189 255 401 283 381.377 271 366.283 219 361 190 364.019 177 376.849"/> <polygon class="cls-42" points="199.659 249.332 201.033 283.685 203.437 322.162 210.308 367.852 199.315 377.47 189.352 380.562 188.666 382.968 200.689 385.372 211.682 380.219 226.111 377.815 223.362 362.699 223.019 320.787 222.332 269.601 232.981 300.175 236.417 325.94 245.693 343.805 255.654 369.913 253.593 386.059 248.097 393.96 249.472 397.396 261.152 396.021 270.084 379.532 266.305 368.539 268.709 362.355 260.121 311.856 249.471 265.478 249.128 245.21 199.659 249.332"/> <polygon class="cls-44" points="257.115 241.43 258.661 262.042 252.735 263.846 251.189 268.226 253.25 276.986 256.342 275.698 255.311 270.287 258.403 268.484 259.176 282.139 256.342 284.973 256.857 286.519 261.753 286.004 266.906 281.366 266.39 264.619 271.028 241.43 257.115 241.43"/> <polygon class="cls-44" points="205.842 150.866 206.164 153.185 205.295 156.921 209.562 170.318 214.852 171.607 214.598 176.76 220.526 182.557 230.189 176.631 231.35 172.122 230.061 164.135 236.889 151.639 228.644 136.18 208.998 137.339 205.842 141.204 205.842 150.866"/> <polygon class="cls-44" points="199.659 241.173 192.702 265.907 196.567 267.711 197.34 273.121 196.309 280.851 192.702 280.593 192.187 275.698 190.898 277.244 190.383 282.655 196.309 286.262 195.536 287.55 190.898 287.035 185.23 283.428 186.003 264.104 186.518 232.155 199.659 241.173"/> <polygon class="cls-45" points="236.503 173.41 231.092 173.668 224.393 180.109 217.694 181.14 212.885 174.956 201.033 180.453 192.96 195.568 184.715 218.757 180.85 224.425 186.776 237.05 199.143 243.234 210.738 249.417 233.153 251.736 256.084 245.295 257.372 243.492 264.587 244.78 272.574 242.719 279.531 228.29 274.12 215.15 270.513 203.556 262.268 188.612 249.3 180.797 236.503 173.41"/> <g> <polygon class="cls-46" points="223.749 150.995 225.037 150.737 221.945 147.516 218.854 148.805 216.664 150.737 214.989 150.093 217.436 152.412 218.394 151.764 217.308 153.185 218.338 153.958 219.369 154.473 220.528 154.086 220.657 152.798 223.234 153.056 222.074 152.025 219.35 151.117 221.817 149.449 223.749 150.995"/> <polygon class="cls-46" points="207.903 147.903 207.13 149.964 207.259 150.866 208.548 149.835 210.122 150.804 209.32 150.737 206.873 152.669 208.29 153.7 210.222 153.571 209.965 151.896 212.283 152.798 211.396 151.588 211.897 151.896 213.443 152.283 213.958 150.608 209.707 148.289 207.903 147.903"/> </g> <polygon class="cls-47" points="215.461 152.755 213.701 152.09 210.995 157.694 210.995 158.982 216.234 159.669 215.461 152.755"/> <polygon class="cls-48" points="216.234 159.669 210.995 158.982 213.743 161.129 216.234 159.669"/> <polygon class="cls-46" points="218.553 165.165 217.265 164.006 211.424 163.212 210.738 164.189 214.774 165.165 218.553 165.165"/> <polygon class="cls-40" points="212.283 137.597 206.68 142.556 206.068 151.284 204.28 141.22 209.57 135.028 224.647 130 234.568 131.93 238.692 135.537 242.944 151.382 240.883 155.761 237.404 156.405 238.049 157.822 240.883 159.497 240.883 163.104 239.466 163.62 236.889 166.067 232.638 166.454 229.546 164.779 229.031 158.724 233.926 156.534 234.699 152.412 233.282 149.964 231.092 149.835 230.577 151.51 229.16 152.669 228.902 149.706 227.485 140.946 221.945 137.468 212.283 137.597"/> <polygon class="cls-43" points="212.885 174.956 220.099 200.893 215.461 244.007 210.48 260.669 197.769 251.908 198.285 243.492 201.204 217.898 204.296 189.385 201.033 180.453 202.235 178.048 211.683 174.098 212.885 174.956"/> <polygon class="cls-43" points="234.013 172.208 230.834 187.667 227.528 195.225 228.516 231.124 228.516 249.675 234.013 262.902 252.048 256.546 253.937 260.497 257.545 256.889 257.372 243.492 249.987 240.057 245.349 231.296 247.582 215.837 246.38 192.133 249.3 180.797 248.441 178.392 236.245 171.864 234.013 172.208"/> <polygon class="cls-42" points="231.092 171.285 226.132 177.307 219.916 179.996 214.361 174.191 213.056 174.054 213.056 176.502 215.762 181.397 219.111 183.588 216.921 187.452 216.213 192.992 220.271 193.507 220.271 197.114 223.234 197.63 226.583 196.084 229.417 188.741 224.908 183.588 229.804 180.367 234.055 172.895 232.509 171.091 231.092 171.285"/> </g> </g> <g id="Gradient"> <rect class="cls-49" width="768" height="576"/> <rect class="cls-50" x="-11.2931" y="-9.3877" width="790.2931" height="594.7779"/> </g> </g> <desc>You and George stand in the alley outside of George's cobblery, Hewes Shoes.</desc> </svg> <<set _state1 to false>> <<set _state2 to false>> <<if $horse>> <<set _state2 to true>> <<else>> <<set _state1 to true>> <</if>> <<toggleLayer "State1" _state1 "Everything is calm." "">> <<toggleLayer "State2" _state2 "You are leading Gracy and the poop cart." "">>
<div class="fixed"> <<if $visitedOne=="ShootThingsManufactory">> <<include "ManufactoryCutScene">> <<else>> <<include "Manufactory With Cart Background">> <</if>> </div>
<<set _temp to[ "//You look over at Gracy, and make eye contact with her, then slowly walk over.//", "\'\'Briana:\'\' Hey girl! Easy now!", "//You keep stepping towards her.//", "\'\'Briana:\'\' You want to come take a little walk with me?", "//You reach her, and she shakes her haunches, rattling her cart... but then she seems to wait to see what happens next.//", "<<if !hasVisited('Buy Strawberries') && !hasVisited('Buy Pears') && !hasVisited('Buy Peaches')>>//I need some fruit! Wasn't that stand close to here?// <<else>><<set $lastScene to 'Woo Gracy'>><<set $satchelFlash to true>>//I think I have something for you...//<</if>>", ]>> <<if $lastScene is 'Woo Gracy'>> <<goto 'The Tannery'>> <<else>> <<Rep _temp>> <</if>> <<set $footerDisplay to "[[Back|The Tannery]]">>
<div class="fixed"> <<include "Tannery Standing Background">> </div>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 768 576"> <defs> <style> .cls-1 { isolation: isolate; } .cls-2 { fill: #f1a958; } .cls-3 { fill: #f38a64; } .cls-4 { fill: #8a5360; } .cls-5 { fill: #e34d3c; } .cls-6 { fill: #876255; } .cls-7 { fill: #5e413a; } .cls-8 { fill: #362b3c; } .cls-9 { fill: #664f56; } .cls-10 { fill: #9c5555; } .cls-11 { fill: #5f4137; } .cls-12, .cls-96 { fill: #caaa87; } .cls-13 { fill: #897d67; } .cls-14 { fill: #1c1d37; } .cls-15 { fill: #502b4d; } .cls-16 { fill: #291d35; } .cls-17 { fill: #614d59; } .cls-18 { fill: #682622; } .cls-19 { fill: #7b5b4d; } .cls-20 { fill: #665250; } .cls-21 { fill: #4f4449; } .cls-22 { fill: #9e7e6f; } .cls-23, .cls-87 { fill: #1c1719; } .cls-24 { fill: #74685e; } .cls-25 { fill: #898271; } .cls-26 { fill: #beaa82; } .cls-27 { fill: #7f7475; } .cls-28 { fill: #767780; } .cls-29, .cls-89 { fill: #4d4749; } .cls-30 { fill: #917462; } .cls-31 { fill: #442a34; } .cls-32 { fill: #67364a; } .cls-33 { fill: #220112; } .cls-34 { fill: #614d5c; } .cls-35, .cls-44 { fill: #5e4c53; } .cls-36 { fill: #411802; } .cls-37 { fill: #d89955; } .cls-38 { fill: #b77e23; } .cls-39 { fill: #432016; } .cls-40 { fill: #c2722c; } .cls-41 { fill: #885220; } .cls-42 { fill: #3d2d22; } .cls-43 { fill: #8d5222; } .cls-44, .cls-45, .cls-46, .cls-47, .cls-48, .cls-49, .cls-50, .cls-51, .cls-52, .cls-53, .cls-54, .cls-55, .cls-56, .cls-57, .cls-58, .cls-59, .cls-77, .cls-87, .cls-88, .cls-89, .cls-90, .cls-91, .cls-92, .cls-93, .cls-94, .cls-95, .cls-96, .cls-97 { fill-rule: evenodd; } .cls-45 { fill: #3b2d28; } .cls-46 { fill: #191817; } .cls-47 { fill: #b79f84; } .cls-48 { fill: #776452; } .cls-49 { fill: #6b4532; } .cls-50 { fill: #2e1f20; } .cls-51 { fill: #775a44; } .cls-52 { fill: #261e2f; } .cls-53 { fill: #816163; } .cls-54 { fill: #ce9b7f; } .cls-55 { fill: #dbbfa2; } .cls-56 { fill: #9a7657; } .cls-57 { fill: #e5d4c6; } .cls-58 { fill: #994633; } .cls-59 { fill: #442f40; } .cls-60, .cls-77 { fill: #795d61; } .cls-61 { fill: #363c2b; } .cls-62 { fill: #93501d; } .cls-63 { fill: #c8c8c3; } .cls-64 { fill: #000a00; } .cls-65 { fill: #6c4231; } .cls-66 { fill: #96a363; } .cls-67 { fill: #8a7756; } .cls-68 { fill: #476843; } .cls-69 { fill: #f4da8f; } .cls-70 { fill: #161208; } .cls-71 { fill: #f4dbba; } .cls-72 { fill: #6b390f; } .cls-73 { fill: #694207; } .cls-74 { fill: #7f4109; } .cls-75 { fill: #d6cab2; } .cls-76 { fill: #c6b16f; } .cls-78 { fill: #c3917a; } .cls-79 { fill: #614f56; } .cls-80 { fill: #402b37; } .cls-81 { fill: #221b34; } .cls-82 { fill: #822e2f; } .cls-83 { fill: #dbbaaa; } .cls-84 { fill: #9e7468; } .cls-85 { fill: #242239; } .cls-86 { fill: #663744; } .cls-88 { fill: #281f1b; } .cls-90 { fill: #3b2b26; } .cls-91 { fill: #542b1d; } .cls-92 { fill: #9e9c46; } .cls-92, .cls-98 { opacity: 0.3; } .cls-93 { fill: #878e9a; } .cls-94 { fill: #3a313e; } .cls-95 { fill: #39333a; } .cls-97 { fill: #080000; } .cls-98 { mix-blend-mode: overlay; fill: url(#linear-gradient); } .cls-99 { mix-blend-mode: soft-light; fill: url(#radial-gradient); } </style> <linearGradient id="linear-gradient" x1="384.5" x2="384.5" y2="576" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#ffe3bd"/> <stop offset="1" stop-color="#653327"/> </linearGradient> <radialGradient id="radial-gradient" cx="385" cy="290" r="339.836" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#f7931e" stop-opacity="0.3"/> <stop offset="0.2289" stop-color="#e78b27" stop-opacity="0.3159"/> <stop offset="0.5053" stop-color="#b97542" stop-opacity="0.362"/> <stop offset="0.805" stop-color="#6c4f6e" stop-opacity="0.4379"/> <stop offset="1" stop-color="#2e3192" stop-opacity="0.5"/> </radialGradient> </defs> <g class="cls-1"> <g id="Setting"> <g id="Sky"> <rect class="cls-2" width="768" height="357"/> <rect class="cls-3" y="263" width="768" height="313"/> </g> <g id="Back"> <polygon class="cls-4" points="714 69 700 67 695 16 689 16 687 68 620 77 618 110 586 101 560 130 638 337 731 359 714 69"/> <polygon class="cls-5" points="432 94 427 43 421 46 423 64 413 66 415 74 422 75 422 91 404 94 391 77 337.666 88.999 290 80 266 107 432 94"/> <polygon class="cls-6" points="737.001 323.667 644.668 313.334 568 387 728 443 768 369 737.001 323.667"/> <polygon class="cls-7" points="710.334 349.667 700.576 372.087 454.588 481.581 266.333 457 91.667 423 53.001 399.667 175.602 354.088 710.334 349.667"/> <polygon class="cls-7" points="724 405 622 479 628 490 768 524 768 424 724 405"/> <polygon class="cls-8" points="233 98 231 79 188 66 76 35 0 37 0 367 208 344 233 98"/> <polygon class="cls-9" points="132.102 345.296 0 354.09 0 386 136.602 358.589 132.102 345.296"/> <polygon class="cls-10" points="661.667 330.334 700.334 337.001 710.334 349.667 699.001 366.334 536.334 435.001 456.334 475.001 348.334 458.334 282.75 454.25 219.667 440.334 138.334 425 53.001 399.667 49.667 392.334 112 374 203 365.001 661.667 330.334"/> <polygon class="cls-11" points="664 340 693.001 346.667 637.5 373 551.5 404.5 449 447 305 422 201 407 115 386 112 374 146 371 664 340"/> <polygon class="cls-12" points="666 210 664 344 534 391 455 421 449 211 666 210"/> <polygon class="cls-13" points="450 218 454 260 455 421 430 421 344 413.667 254 403 189 387 131 376 131 215 415 186 450 218"/> <polygon class="cls-14" points="90.834 81.667 91.417 99.667 108 103.667 108 87 90.834 81.667"/> <polygon class="cls-14" points="131 91.667 130.333 107.667 147.667 109 148.333 94.333 131 91.667"/> <polygon class="cls-15" points="768 15.5 753.16 16.56 754.615 52.583 744.095 51.095 745.585 28.602 718.58 25.606 715.576 51.106 702.077 57.054 705.075 87 711 87 712.574 138.104 706.575 139.556 709.575 318 716 318 716 325 711 327 709 356 713 357.5 713 363 708 362 709.5 413 709 458 768 470 768 15.5"/> <polygon class="cls-16" points="768 130.335 735.669 129.002 737.002 233.002 768 238.335 768 130.335"/> <polygon class="cls-16" points="768 318.335 741.669 316.335 738.336 411.002 768 417.668 768 318.335"/> <polygon class="cls-17" points="767.664 125.835 736 122.336 736 132 768 130.335 767.664 125.835"/> <polygon class="cls-17" points="768.331 231.002 738 229.67 738 237 768 238.335 768.331 231.002"/> <polygon class="cls-17" points="768 313.671 739.669 311.67 739.002 320.337 768 321.004 768 313.671"/> <polygon class="cls-17" points="767.664 412.834 738 411.002 738 416 768 419.67 767.664 412.834"/> </g> <g id="Mid"> <polygon class="cls-18" points="428.402 318 432.742 314.213 432.019 306.531 435.274 309.926 436.359 315.149 441.785 317.49 438.169 322.186 436.541 321.643 437.445 331.227 433.646 338.28 421.529 345.151 417.189 344.608 413.028 340.629 417.007 333.939 415.742 331.226 418.093 323.087 414.838 321.097 412.667 315.671 417.369 316.576 416.466 311.511 418.454 305 420.263 314.033 425.508 318 428.402 318"/> <polygon class="cls-6" points="672 197 656 211 497 223 450 218 449 205 672 197"/> <polygon class="cls-19" points="294.833 75.167 293.417 63.75 290.208 61.708 288 63.333 288 78 294.833 75.167"/> <polygon class="cls-19" points="283 76 283.333 63.333 279 60.667 276 64 275.667 76.333 283 76"/> <polygon class="cls-20" points="449 205 450 218 390 213 148 218 131 215 131 197 449 205"/> <polygon class="cls-21" points="685.5 197.667 624.918 125.667 606.292 122.333 584.98 115.667 550.99 110.999 551.662 61.667 539.664 54.999 524.333 58.333 522.333 106.999 453.001 94.999 423.001 86.333 304.333 90.999 302.333 74.333 270.333 72.333 269.666 90.999 197.666 92.999 133.667 166.333 107.667 199.666 145.667 202.333 191 200.333 393 203.667 463 209 577 201 616 201 685.5 197.667"/> <polygon class="cls-12" points="394.5 318.75 398.5 318.5 409.5 323 408.5 428 403 428.5 394.5 318.75"/> <polygon class="cls-22" points="176.5 275 177.5 290 155 291.5 155.5 276 176.5 275"/> <polygon class="cls-22" points="141.5 299.5 162.5 299 161.5 309.5 145 310.5 143.5 316.5 134 315.5 135 309 140 309 141.5 299.5"/> <polygon class="cls-22" points="134 229.5 151 234.5 151 248 134 249 134 229.5"/> <polygon class="cls-23" points="569.334 396.334 547.001 388 514.001 399.667 537.001 408.334 569.334 396.334"/> <polygon class="cls-23" points="587.001 400.334 620.334 384.611 592.001 373 555.334 386.667 587.001 400.334"/> <polygon class="cls-23" points="616.334 379 595.668 371 622.001 362.333 643.334 369.333 616.334 379"/> <polygon class="cls-23" points="693.334 335.667 664.001 342.667 664.334 333 672.001 332.333 693.334 335.667"/> <polygon class="cls-23" points="711 327 695.667 334 676.001 328.667 693.001 324.333 711 327"/> <polygon class="cls-23" points="686 321 670.666 328 665 327 665 319.667 668 318.333 686 321"/> <polygon class="cls-23" points="665.668 346 632.334 358 660.668 366.667 688.5 353 665.668 346"/> </g> <g id="Fore"> <polygon class="cls-21" points="406.334 316.667 406.75 299.25 382.75 299 356.333 297.334 352 299.334 353.667 312.667 380.333 314.667 406.334 316.667"/> <polygon class="cls-24" points="404.333 269.668 406.333 209.001 404.333 199.668 400.667 200.333 169.333 262.667 175.666 266.334 280.999 273.668 364.332 271.668 391.666 275.001 404.333 269.668"/> <polygon class="cls-12" points="401 199.667 376.666 198.667 329.333 198.333 263 198 213 196.333 170.667 195 169.333 208 171 250 169.333 262.667 259.667 264.667 277 267.333 330.667 267 397 271.333 402.667 236.333 401 199.667"/> <polygon class="cls-24" points="403 210 368 210 404.5 213.5 403 210"/> <polygon class="cls-24" points="169.417 223.333 176.291 223.583 182.5 228 178 228 178.5 229 184.5 230.333 185.833 232 176.666 231.583 174.333 233 170 233 169.417 223.333"/> <polygon class="cls-24" points="170.5 253.667 196.667 256.167 170 255.5 170.5 253.667"/> <polygon class="cls-21" points="450 245 446 242.5 396 288 398 292.5 403.5 294 402 302 407.5 304 450 304 452.5 274.5 450 267.5 450 245"/> <polygon class="cls-25" points="412 240.5 395 243 394.667 260.333 397 289.334 412 240.5"/> <polygon class="cls-26" points="446 242.5 412 240.5 397 243.5 396 288 401.5 290.5 402 302 440 300.5 448 301.5 446 242.5"/> <polygon class="cls-27" points="241 102 234 102 217.667 135 205 145.167 176.333 186 187 186 217 141 227.667 134.333 241 102"/> <polygon class="cls-27" points="246.333 106.333 255.667 107 245 130.333 236.333 129.667 246.333 106.333"/> <polygon class="cls-27" points="225 107.667 213.667 107 197 136.333 189.667 138.333 172.333 166.333 179.667 167.667 193 143 205.667 139 225 107.667"/> <polygon class="cls-27" points="416 102 404 102 425.001 150.999 420.334 152.999 443.667 192.333 449.001 190.999 430.334 158.333 435.001 154.333 416 102"/> <polygon class="cls-27" points="446.334 160.999 439.667 160.333 461.001 193.667 468.334 190.999 446.334 160.999"/> <polygon class="cls-28" points="468.334 131.667 481.667 153.667 495.667 154.333 485.667 134.999 468.334 131.667"/> <polygon class="cls-28" points="517.001 140.333 525.001 154.999 540.334 153.667 531.001 139.667 517.001 140.333"/> <polygon class="cls-28" points="562.5 142.667 570.334 158 586 158 576.334 144.333 562.5 142.667"/> <polygon class="cls-28" points="601.667 148 611.667 160.5 627.001 159.917 615.667 148 601.667 148"/> <polygon class="cls-29" points="479.5 237.5 480 269 501 268.5 498 238.5 479.5 237.5"/> <polygon class="cls-29" points="525.5 239 527 266.25 546 264.875 544.5 239 525.5 239"/> <polygon class="cls-29" points="573.5 237.5 574 261 590 260 590 237 573.5 237.5"/> <polygon class="cls-29" points="502 342 502.5 370.5 483 374 482.5 347.5 502 342"/> <polygon class="cls-29" points="578.5 329 578 351 595 346.5 595.5 325.5 578.5 329"/> <polygon class="cls-30" points="475 299 474.332 303.668 514.999 344.335 542.999 341.668 543.666 337.668 518.332 331.668 481.666 301.002 475 299"/> <polygon class="cls-30" points="588.332 283.668 622.999 323.002 638.332 323.668 640.332 313.668 624.999 311.668 598.999 288.335 588.332 283.668"/> <polygon class="cls-30" points="645 276.5 663.666 294.335 662.999 285.002 653.666 278.335 645 276.5"/> <polygon class="cls-29" points="475 299 518.5 317.5 543 312 543.5 405 549 407 551.5 404.5 551 311.5 609 317.5 631 304.5 637 299.5 637.5 373 643 373.5 646.5 370 643 294 674 305.5 685.5 295.5 688.5 353 693 355.5 695.5 352 693.5 284 687.5 281 686.5 284 647 272.5 645 276.5 672.5 285.5 683.5 287.5 674 299.5 637.5 286.5 628.5 293 587 280.5 587 286 627 297 632 296 608.5 313 546 304 519 312 479.5 297.5 475.5 297 475 299"/> <polygon class="cls-31" points="611.666 201.001 609.668 207.001 613.668 261.001 629.001 267.667 675.668 266.334 680.335 255.001 611.666 201.001"/> <polygon class="cls-32" points="690.332 194.334 676.999 191.001 614.332 194.334 611.666 201.001 615.666 256.334 625.666 261.667 680.999 261.001 688.999 256.334 690.332 194.334"/> <polygon class="cls-30" points="622.5 202.833 623.25 250.251 628 253.667 628 204 622.5 202.833"/> <polygon class="cls-30" points="639.666 195.001 637.666 237.001 641 233.001 645.666 191.667 639.666 195.001"/> <polygon class="cls-33" points="339.333 319.334 308 315.667 310.333 354.667 340.333 356.334 339.333 319.334"/> <polygon class="cls-33" points="276.333 313.5 245 311 245 349 277.667 353 276.333 313.5"/> <polygon class="cls-33" points="213.666 308.334 187.666 307.667 187 339 211.333 341.667 213.666 308.334"/> <polygon class="cls-33" points="394.5 318.75 355 315.5 355 415 393.5 419 394.5 318.75"/> <polygon class="cls-34" points="394.5 318.75 404 324 403 428.5 393.5 419 394.5 318.75"/> </g> </g> <g id="George"> <polygon class="cls-35" points="131.516 447.285 151.371 459.908 184.528 454.87 188.493 446.634 189 442.974 168.891 440.141 136.678 441.703 131.516 447.285"/> <polygon class="cls-36" points="172.711 380.321 171.966 396.42 170.726 414.449 167.372 435.846 172.497 440.387 177.157 441.866 177.472 442.995 171.829 444.087 166.691 441.639 159.935 440.47 161.268 433.392 161.552 413.747 162.024 389.756 156.942 404.056 155.256 416.123 150.856 424.47 146.109 436.679 147.028 444.254 149.581 447.974 148.927 449.58 143.456 448.902 139.317 441.146 141.121 436.004 140.012 433.099 144.186 409.452 149.314 387.744 149.535 378.244 172.711 380.321"/> <polygon class="cls-37" points="145.567 376.529 144.842 386.191 147.62 387.037 148.345 389.09 147.379 393.196 145.929 392.593 146.413 390.056 144.963 389.211 144.601 395.612 145.929 396.941 145.688 397.665 143.393 397.424 140.978 395.25 141.219 387.399 139.045 376.529 145.567 376.529"/> <polygon class="cls-37" points="169.602 334.076 169.451 335.163 169.858 336.914 167.858 343.195 165.378 343.799 165.497 346.214 162.718 348.932 158.189 346.154 157.645 344.04 158.249 340.296 155.048 334.438 158.913 327.192 168.122 327.735 169.602 329.547 169.602 334.076"/> <polygon class="cls-37" points="172.5 376.408 175.761 388.003 173.95 388.849 173.587 391.385 174.071 395.008 175.761 394.887 176.003 392.593 176.607 393.317 176.848 395.854 174.071 397.544 174.433 398.148 176.607 397.907 179.264 396.216 178.902 387.158 178.66 372.181 172.5 376.408"/> <polygon class="cls-38" points="155.229 344.644 157.766 344.765 160.906 347.784 164.046 348.267 166.3 345.369 171.856 347.945 175.641 355.031 179.506 365.901 181.317 368.558 178.539 374.476 172.742 377.375 167.307 380.273 156.799 381.36 146.05 378.341 145.446 377.495 142.065 378.099 138.321 377.133 135.06 370.37 137.596 364.21 139.287 358.775 143.152 351.77 149.231 348.107 155.229 344.644"/> <g> <polygon class="cls-39" points="161.208 334.136 160.604 334.016 162.053 332.506 163.503 333.11 164.529 334.016 165.314 333.714 164.167 334.801 163.718 334.497 164.227 335.163 163.744 335.525 163.261 335.767 162.718 335.586 162.657 334.982 161.449 335.103 161.993 334.62 163.27 334.194 162.114 333.412 161.208 334.136"/> <polygon class="cls-39" points="168.636 332.687 168.998 333.653 168.938 334.076 168.334 333.593 167.596 334.047 167.971 334.016 169.119 334.922 168.454 335.405 167.549 335.344 167.669 334.559 166.582 334.982 166.998 334.415 166.764 334.559 166.039 334.74 165.797 333.955 167.79 332.868 168.636 332.687"/> </g> <polygon class="cls-40" points="165.093 334.962 165.918 334.65 167.186 337.277 167.186 337.881 164.73 338.203 165.093 334.962"/> <polygon class="cls-41" points="164.73 338.203 167.186 337.881 165.898 338.887 164.73 338.203"/> <polygon class="cls-39" points="163.643 340.779 164.247 340.236 166.985 339.863 167.307 340.321 165.415 340.779 163.643 340.779"/> <polygon class="cls-42" points="166.582 327.856 169.209 330.181 169.496 334.272 170.334 329.554 167.854 326.652 160.787 324.295 156.136 325.2 154.203 326.89 152.21 334.318 153.176 336.371 154.807 336.673 154.505 337.337 153.176 338.122 153.176 339.813 153.84 340.055 155.048 341.202 157.041 341.383 158.49 340.598 158.732 337.76 156.437 336.733 156.075 334.801 156.739 333.653 157.766 333.593 158.007 334.378 158.671 334.922 158.792 333.533 159.457 329.426 162.053 327.796 166.582 327.856"/> <polygon class="cls-43" points="166.3 345.369 162.919 357.527 165.093 377.737 167.428 385.547 173.386 381.441 173.144 377.495 171.776 365.498 170.326 352.132 171.856 347.945 171.293 346.818 166.864 344.966 166.3 345.369"/> <polygon class="cls-43" points="156.397 344.081 157.886 351.327 159.436 354.87 158.973 371.698 158.973 380.394 156.397 386.594 147.942 383.615 147.057 385.467 145.366 383.776 145.446 377.495 148.908 375.885 151.082 371.779 150.036 364.532 150.599 353.421 149.231 348.107 149.633 346.979 155.35 343.919 156.397 344.081"/> <polygon class="cls-36" points="157.766 343.648 160.091 346.471 163.004 347.731 165.609 345.01 166.22 344.946 166.22 346.093 164.952 348.388 163.382 349.415 164.408 351.226 164.741 353.823 162.838 354.065 162.838 355.756 161.449 355.997 159.879 355.272 158.551 351.83 160.664 349.415 158.37 347.905 156.377 344.403 157.101 343.557 157.766 343.648"/> </g> <g id="State3"> <g id="NightSoilMan_copy" data-name="NightSoilMan copy"> <polygon class="cls-44" points="272.167 418.834 236.333 413.834 220 422.834 213 430.168 215.667 438.668 226.167 441.334 248.667 444.668 252.667 442.333 268.667 430.333 272.167 418.834"/> <polygon class="cls-45" points="247.005 364.03 274.369 368.249 275.937 369.709 273.802 400.398 272.517 419.92 271.232 423 268.637 423 268.853 404.549 260.633 409.165 261.282 427.482 259.552 429.393 256.739 429.16 255.441 410.547 237.704 406.433 239.651 422.006 237.055 423.086 234.676 422.22 231.214 403.184 249.817 393.45 247.005 364.03"/> <polygon class="cls-46" points="269.286 390.266 267.036 399.042 258.484 405.794 252.633 409.845 256.684 430.098 250.833 438.874 244.757 444.5 242.506 443.601 248.132 432.123 239.806 404.219 241.381 400.393 233.28 404.669 236.43 425.822 235.08 429.648 224.278 435.273 221.353 435.498 223.603 431.447 230.129 423.571 221.803 400.393 223.378 395.893 235.08 388.69 269.286 390.266"/> <polygon class="cls-47" points="256.415 357.866 266.885 362.787 270 370.736 270 392.151 263.045 395.397 236.313 388.69 230.952 392.151 225.567 389.123 223.849 379.821 235.462 361.003 240.081 357.541 256.415 357.866"/> <polygon class="cls-48" points="258.398 389.269 256.668 385.518 262.725 373.261 263.013 375.712 259.263 385.518 261.571 382.489 266.762 380.471 268.06 384.22 269.646 391.864 265.753 394.893 258.398 389.269"/> <polygon class="cls-48" points="244.41 363.454 246.717 364.896 250.178 371.963 251.476 370.376 254.505 372.539 254.792 382.201 254.072 382.346 254.792 385.23 254.36 386.383 245.563 376.577 247.294 373.692 249.746 376.577 244.41 363.454"/> <polygon class="cls-48" points="238.93 385.23 241.67 382.057 238.497 372.251 235.469 373.404 237.055 385.662 238.93 385.23"/> <polygon class="cls-49" points="258.362 344.022 259.876 349.104 259.335 351.809 260.633 354.728 260.742 356.244 258.47 356.784 257.064 360.678 255.009 361.868 253.279 364.139 248.195 364.03 246.681 361.111 245.383 358.731 246.356 354.728 244.951 351.269 245.059 347.808 252.846 343.48 258.362 344.022"/> <polygon class="cls-49" points="265.5 388.583 260.092 387.068 256.848 392.151 252.116 391.205 250.75 391.895 250.634 392.759 247.546 387.934 244.518 387.393 240.949 388.15 236.514 382.85 231.214 383.607 228.835 388.15 231.755 391.395 239.651 392.693 243.004 393.99 246.464 393.773 248.519 395.829 249.493 395.397 247.546 392.908 245.491 392.151 246.897 391.611 250.34 394.946 250.122 396.529 251.007 399 252.197 399 251.548 396.334 252.629 393.215 252.305 395.717 252.954 398 257.389 398 262 396.153 262 395.612 266.725 394.64 268.384 391.935 265.5 388.583"/> <polygon class="cls-48" points="253.386 351.809 254.577 349.862 256.631 349.754 257.713 350.295 257.064 351.269 255.55 351.16 253.386 351.809"/> <polygon class="cls-48" points="258.47 356.784 256.469 356.893 254.792 357.379 253.281 359.323 253.281 359.323 253.281 359.323 253.279 359.325 253.279 359.325 252.631 360.904 254.306 362 255.658 362 257.443 361.068 257.524 359.413 256.131 359.506 255.678 359.956 254.749 360.182 254.353 359.258 255.333 358.353 257.659 358.246 258.037 358.406 258.741 357.703 258.47 356.784"/> <polygon class="cls-50" points="257.01 352.513 255.766 352.025 254.36 353.215 255.275 352.973 255.063 353.432 255.441 353.701 256.091 353.54 256.312 352.697 257.01 352.513"/> <polygon class="cls-48" points="259.763 349.321 259 350.295 259 351.484 259.763 350.782 260.141 349.647 259.763 349.321"/> <polygon class="cls-47" points="258.254 344 253.062 344 251.818 345.093 250.953 348.748 249.655 351.685 248.79 349.557 246.464 350.169 245.924 352.72 246.843 354.725 246.086 355.917 245.221 354.242 243.815 347.808 255.063 342.021 258.362 342.82 258.254 344"/> <polygon class="cls-46" points="259.299 346.473 262.778 345.915 262.895 344.445 258.123 341.764 254.072 338 247.871 338 242.174 343.662 242.895 347.682 241.742 351.672 242.463 352.66 244.626 352.001 247.871 346.803 254.144 344.925 259.299 346.473"/> </g> <g id="TannerSitting_copy" data-name="TannerSitting copy"> <polygon class="cls-44" points="326.25 429.5 331 432.75 315.25 451.5 303.392 454.666 277.25 447 276.75 439.25 292.75 431 326.25 429.5"/> <polygon class="cls-51" points="313.39 398.169 329.562 400.109 327.181 431.662 312.463 441.321 286.689 435.69 285.513 406.05 313.39 398.169"/> <polygon class="cls-52" points="283.161 402.599 277.75 406.206 278.416 410.284 292.551 435.69 288.326 440.552 283.156 443.746 282.534 446 286.454 446 293.668 443.433 299.471 437.052 294.923 426.177 289.277 412.035 298.373 406.377 302.137 408.722 296.648 416.717 304.489 441.651 301.353 449.335 300.882 453.882 303.392 454.666 307.94 450.746 309.665 439.61 308.097 421.889 306.371 417.027 320.329 407.461 320.956 401.188 283.161 402.599"/> <polygon class="cls-53" points="300.176 374.841 283.514 375.626 278.319 382.056 278.779 387.074 282.539 388.485 293.2 383.31 300.727 396.17 299.314 402.129 303.078 405.267 309.351 401.503 314.056 404.639 312.958 407.619 320.331 406.678 323 400.561 323 375.939 318.214 371.234 316.213 372.176 311.841 375.626 308.871 373.9 300.176 374.841"/> <polygon class="cls-54" points="306.979 360.471 300.245 357.207 293.761 360.633 294.459 365.463 299.278 377.346 301.864 377.056 302.215 379 307.155 379 309.861 375.822 309.038 364 306.979 360.471"/> <polygon class="cls-55" points="301.157 372.292 303.979 373.351 304.45 374.88 303.039 374.174 299.384 374.88 297.981 375.82 298.099 374.451 298.922 372.763 301.157 372.292"/> <polygon class="cls-56" points="297.481 368.697 298.452 367.241 295.864 366.595 297.481 368.697"/> <polygon class="cls-56" points="298.998 366.882 298.334 374.189 299.531 374.603 301.527 372.259 299.665 367.02 298.998 366.882"/> <polygon class="cls-55" points="296.334 362.294 301.157 361.353 305.509 362.882 305.744 366.411 307.155 367.234 307.744 365.47 309.038 366.764 309.39 370.646 308.567 371.116 309.743 373.351 311.037 365.47 309.861 358.178 302.804 355.002 296.217 356.295 294.687 362.529 296.334 362.294"/> <polygon class="cls-57" points="294.1 361.235 301.745 358.06 303.039 362.059 300.569 365.353 294.805 367.352 294.1 361.235"/> <polygon class="cls-58" points="298.334 359.589 298.452 361.589 296.099 364.294 295.394 361.471 298.334 359.589"/> <polygon class="cls-54" points="298.334 369.352 285.983 383.819 282.808 385.113 280.22 385.818 278.456 383.584 279.71 377.978 292.806 368.058 289.748 359.824 295.746 356.648 298.099 356.766 298.922 359.706 295.864 361.941 298.334 369.352"/> <polygon class="cls-56" points="300.216 367.058 301.216 367.852 303.392 367 305.273 367 303.509 365.941 301.51 366.765 300.216 367.058"/> <polygon class="cls-59" points="312.644 374.762 311.392 386.406 315 388.955 315 396.64 309.51 401.503 302.844 405.893 297.158 408.402 283.338 402.599 280.975 404.168 280.656 402.441 294.769 396.482 298.687 394.287 295.864 388.642 296.021 374.683 297.275 374.526 298.06 381.897 305.587 382.368 310.136 378.917 309.861 375.703 310.919 374.37 312.644 374.762"/> <path class="cls-54" d="M314.84,403.8545l-3.2934-3.294-2.1953.9424-12.7032,7.5264-2.5092,2.1953-.3135,8.1553,1.8818,2.039,3.1363-.7841s.9409-6.1162.9409-5.6455,2.8232-2.04,2.8232-2.04l.47-2.1953,9.88-3.1348Z"/> <polygon class="cls-55" points="299.941 375.703 301.745 375.468 303.627 376.409 304.45 374.88 305.195 375.468 305.117 377.428 301.823 378.369 299.706 378.056 298.844 376.644 299.55 376.801 299.941 375.703"/> </g> <g id="Briana"> <g id="Layer_18" data-name="Layer 18"> <polygon class="cls-60" points="431.772 532.796 427.051 546.073 399.613 550.793 370.699 544.893 365.978 533.091 385.451 517.454 431.772 532.796"/> </g> <polygon class="cls-61" points="414.378 450.703 412.445 450.153 411.795 452.859 413.106 456.427 414.082 465.862 414.142 476.001 412.912 464.335 412.72 457.487 411.77 457.569 412.181 464.856 413.689 476.565 411.63 484.26 412.965 490.638 414.546 490.98 416.142 487.882 414.914 476.102 414.922 465.646 414.215 458.809 414.378 450.703"/> <polygon points="383.003 521.305 382.603 531.772 385.53 534.197 394.213 524.904 401.121 526.513 400.484 536.942 410.111 538.547 414.712 538.977 422.625 538.549 420.701 536.41 415.566 535.822 407.705 531.009 407.705 525.716 383.003 521.305"/> <polygon class="cls-62" points="407.428 399.415 408.622 406.059 408.211 407.925 408.249 412.217 408.361 413.262 408.435 414.195 408.174 415.315 408.099 416.882 407.054 418.151 401.307 418.972 401.083 423.376 402.575 425.317 399.515 430.244 393.991 429.199 390.557 423.003 392.349 421.585 393.991 414.717 394.738 405.909 402.949 398.221 407.428 399.415"/> <polygon points="396.23 408.746 396.977 408.223 398.47 409.343 398.022 410.985 398.47 412.105 397.5 411.955 396.678 410.463 397.425 409.642 396.23 408.746"/> <polygon points="399.963 408.671 399.216 408.895 398.321 407.701 397.201 407.178 395.26 408.223 394.962 410.612 395.857 412.478 397.126 413.001 394.364 416.061 393.17 415.912 389.587 408 395.26 394.861 403.621 395.757 407.875 398.221 408.473 399.49 407.054 400.46 405.263 400.087 403.919 401.356 402.501 401.431 401.157 401.132 401.605 403.147 401.68 405.088 400.859 405.387 400.784 406.581 399.888 407.626 399.963 408.671"/> <polygon class="cls-63" points="404.501 407.316 405.192 408.288 406.236 408.855 406.249 406.917 404.501 407.316"/> <polygon class="cls-64" points="404.501 407.316 405.789 406.552 406.609 406.535 407.119 407.273 406.478 407.19 404.501 407.316"/> <polygon class="cls-64" points="406.098 406.932 405.88 408.023 406.236 408.855 406.56 408.818 406.599 407.827 406.544 406.863 406.098 406.932"/> <polygon class="cls-64" points="407.913 406.021 406.382 404.864 405.001 404.976 403.807 405.312 405.823 404.118 407.241 404.267 408.062 405.2 407.913 406.021"/> <polygon class="cls-64" points="406.009 414.157 408.361 413.262 408.622 413.785 408.435 414.195 406.009 414.157"/> <polygon class="cls-62" points="408.211 407.925 408.883 409.941 409.592 410.574 409.48 411.471 408.249 412.217 407.353 411.881 407.614 409.679 408.211 407.925"/> <polygon class="cls-65" points="412.044 447.169 414.378 450.703 412.72 457.487 407.126 458.452 412.044 447.169"/> <polygon class="cls-66" points="412.334 437.622 403.076 424.892 390.539 421.902 387.308 424.892 379.352 439.647 376.749 449.483 383.403 453.92 379.931 467.131 374.723 521.04 380.896 525.475 389.189 525.09 397.483 531.069 408.091 530.104 414.648 521.232 408.573 456.427 415.516 450.351 412.334 437.622"/> <polygon class="cls-67" points="402.441 393 402.662 394.626 398.318 399.558 395.987 398.901 394.255 401.915 394.128 404.905 390.899 406.954 390.97 409.966 387.248 410.36 386.088 408.831 387.801 407.817 388.145 402.848 390.338 399.284 393.913 394.069 399.101 394.236 402.441 393"/> <polygon class="cls-68" points="410.598 454.402 405.969 453.244 400.761 434.15 399.315 436.464 397.868 449.194 401.629 454.98 389.768 453.244 385.717 449.194 384.56 442.251 383.981 450.641 385.139 454.691 398.736 457.873 408.573 456.427 410.598 454.402"/> <polygon class="cls-69" points="408.573 455.27 403.654 457.005 403.654 505.609 402.208 518.628 408.283 522.389 412.334 520.075 416.095 520.364 414.359 487.094 408.573 455.27"/> </g> </g> <g id="State2"> <g id="NightSoilMan"> <polygon class="cls-44" points="272.167 418.834 236.333 413.834 220 422.834 213 430.168 215.667 438.668 226.167 441.334 248.667 444.668 252.667 442.333 268.667 430.333 272.167 418.834"/> <polygon class="cls-45" points="247.005 364.03 274.369 368.249 275.937 369.709 273.802 400.398 272.517 419.92 271.232 423 268.637 423 268.853 404.549 260.633 409.165 261.282 427.482 259.552 429.393 256.739 429.16 255.441 410.547 237.704 406.433 239.651 422.006 237.055 423.086 234.676 422.22 231.214 403.184 249.817 393.45 247.005 364.03"/> <polygon class="cls-46" points="269.286 390.266 267.036 399.042 258.484 405.794 252.633 409.845 256.684 430.098 250.833 438.874 244.757 444.5 242.506 443.601 248.132 432.123 239.806 404.219 241.381 400.393 233.28 404.669 236.43 425.822 235.08 429.648 224.278 435.273 221.353 435.498 223.603 431.447 230.129 423.571 221.803 400.393 223.378 395.893 235.08 388.69 269.286 390.266"/> <polygon class="cls-47" points="256.415 357.866 266.885 362.787 270 370.736 270 392.151 263.045 395.397 236.313 388.69 230.952 392.151 225.567 389.123 223.849 379.821 235.462 361.003 240.081 357.541 256.415 357.866"/> <polygon class="cls-48" points="258.398 389.269 256.668 385.518 262.725 373.261 263.013 375.712 259.263 385.518 261.571 382.489 266.762 380.471 268.06 384.22 269.646 391.864 265.753 394.893 258.398 389.269"/> <polygon class="cls-48" points="244.41 363.454 246.717 364.896 250.178 371.963 251.476 370.376 254.505 372.539 254.792 382.201 254.072 382.346 254.792 385.23 254.36 386.383 245.563 376.577 247.294 373.692 249.746 376.577 244.41 363.454"/> <polygon class="cls-48" points="238.93 385.23 241.67 382.057 238.497 372.251 235.469 373.404 237.055 385.662 238.93 385.23"/> <polygon class="cls-49" points="258.362 344.022 259.876 349.104 259.335 351.809 260.633 354.728 260.742 356.244 258.47 356.784 257.064 360.678 255.009 361.868 253.279 364.139 248.195 364.03 246.681 361.111 245.383 358.731 246.356 354.728 244.951 351.269 245.059 347.808 252.846 343.48 258.362 344.022"/> <polygon class="cls-49" points="265.5 388.583 260.092 387.068 256.848 392.151 252.116 391.205 250.75 391.895 250.634 392.759 247.546 387.934 244.518 387.393 240.949 388.15 236.514 382.85 231.214 383.607 228.835 388.15 231.755 391.395 239.651 392.693 243.004 393.99 246.464 393.773 248.519 395.829 249.493 395.397 247.546 392.908 245.491 392.151 246.897 391.611 250.34 394.946 250.122 396.529 251.007 399 252.197 399 251.548 396.334 252.629 393.215 252.305 395.717 252.954 398 257.389 398 262 396.153 262 395.612 266.725 394.64 268.384 391.935 265.5 388.583"/> <polygon class="cls-48" points="253.386 351.809 254.577 349.862 256.631 349.754 257.713 350.295 257.064 351.269 255.55 351.16 253.386 351.809"/> <polygon class="cls-48" points="258.47 356.784 256.469 356.893 254.792 357.379 253.281 359.323 253.281 359.323 253.281 359.323 253.279 359.325 253.279 359.325 252.631 360.904 254.306 362 255.658 362 257.443 361.068 257.524 359.413 256.131 359.506 255.678 359.956 254.749 360.182 254.353 359.258 255.333 358.353 257.659 358.246 258.037 358.406 258.741 357.703 258.47 356.784"/> <polygon class="cls-50" points="257.01 352.513 255.766 352.025 254.36 353.215 255.275 352.973 255.063 353.432 255.441 353.701 256.091 353.54 256.312 352.697 257.01 352.513"/> <polygon class="cls-48" points="259.763 349.321 259 350.295 259 351.484 259.763 350.782 260.141 349.647 259.763 349.321"/> <polygon class="cls-47" points="258.254 344 253.062 344 251.818 345.093 250.953 348.748 249.655 351.685 248.79 349.557 246.464 350.169 245.924 352.72 246.843 354.725 246.086 355.917 245.221 354.242 243.815 347.808 255.063 342.021 258.362 342.82 258.254 344"/> <polygon class="cls-46" points="259.299 346.473 262.778 345.915 262.895 344.445 258.123 341.764 254.072 338 247.871 338 242.174 343.662 242.895 347.682 241.742 351.672 242.463 352.66 244.626 352.001 247.871 346.803 254.144 344.925 259.299 346.473"/> </g> <g id="TannerSitting"> <polygon class="cls-44" points="326.25 429.5 331 432.75 315.25 451.5 303.392 454.666 277.25 447 276.75 439.25 292.75 431 326.25 429.5"/> <polygon class="cls-51" points="313.39 398.169 329.562 400.109 327.181 431.662 312.463 441.321 286.689 435.69 285.513 406.05 313.39 398.169"/> <polygon class="cls-52" points="283.161 402.599 277.75 406.206 278.416 410.284 292.551 435.69 288.326 440.552 283.156 443.746 282.534 446 286.454 446 293.668 443.433 299.471 437.052 294.923 426.177 289.277 412.035 298.373 406.377 302.137 408.722 296.648 416.717 304.489 441.651 301.353 449.335 300.882 453.882 303.392 454.666 307.94 450.746 309.665 439.61 308.097 421.889 306.371 417.027 320.329 407.461 320.956 401.188 283.161 402.599"/> <polygon class="cls-53" points="300.176 374.841 283.514 375.626 278.319 382.056 278.779 387.074 282.539 388.485 293.2 383.31 300.727 396.17 299.314 402.129 303.078 405.267 309.351 401.503 314.056 404.639 312.958 407.619 320.331 406.678 323 400.561 323 375.939 318.214 371.234 316.213 372.176 311.841 375.626 308.871 373.9 300.176 374.841"/> <polygon class="cls-54" points="306.979 360.471 300.245 357.207 293.761 360.633 294.459 365.463 299.278 377.346 301.864 377.056 302.215 379 307.155 379 309.861 375.822 309.038 364 306.979 360.471"/> <polygon class="cls-55" points="301.157 372.292 303.979 373.351 304.45 374.88 303.039 374.174 299.384 374.88 297.981 375.82 298.099 374.451 298.922 372.763 301.157 372.292"/> <polygon class="cls-56" points="297.481 368.697 298.452 367.241 295.864 366.595 297.481 368.697"/> <polygon class="cls-56" points="298.998 366.882 298.334 374.189 299.531 374.603 301.527 372.259 299.665 367.02 298.998 366.882"/> <polygon class="cls-55" points="296.334 362.294 301.157 361.353 305.509 362.882 305.744 366.411 307.155 367.234 307.744 365.47 309.038 366.764 309.39 370.646 308.567 371.116 309.743 373.351 311.037 365.47 309.861 358.178 302.804 355.002 296.217 356.295 294.687 362.529 296.334 362.294"/> <polygon class="cls-57" points="294.1 361.235 301.745 358.06 303.039 362.059 300.569 365.353 294.805 367.352 294.1 361.235"/> <polygon class="cls-58" points="298.334 359.589 298.452 361.589 296.099 364.294 295.394 361.471 298.334 359.589"/> <polygon class="cls-54" points="298.334 369.352 285.983 383.819 282.808 385.113 280.22 385.818 278.456 383.584 279.71 377.978 292.806 368.058 289.748 359.824 295.746 356.648 298.099 356.766 298.922 359.706 295.864 361.941 298.334 369.352"/> <polygon class="cls-56" points="300.216 367.058 301.216 367.852 303.392 367 305.273 367 303.509 365.941 301.51 366.765 300.216 367.058"/> <polygon class="cls-59" points="312.644 374.762 311.392 386.406 315 388.955 315 396.64 309.51 401.503 302.844 405.893 297.158 408.402 283.338 402.599 280.975 404.168 280.656 402.441 294.769 396.482 298.687 394.287 295.864 388.642 296.021 374.683 297.275 374.526 298.06 381.897 305.587 382.368 310.136 378.917 309.861 375.703 310.919 374.37 312.644 374.762"/> <path class="cls-54" d="M314.84,403.8545l-3.2934-3.294-2.1953.9424-12.7032,7.5264-2.5092,2.1953-.3135,8.1553,1.8818,2.039,3.1363-.7841s.9409-6.1162.9409-5.6455,2.8232-2.04,2.8232-2.04l.47-2.1953,9.88-3.1348Z"/> <polygon class="cls-55" points="299.941 375.703 301.745 375.468 303.627 376.409 304.45 374.88 305.195 375.468 305.117 377.428 301.823 378.369 299.706 378.056 298.844 376.644 299.55 376.801 299.941 375.703"/> </g> <g id="AngryBriana"> <polygon class="cls-60" points="235.508 502.377 230.788 515.653 203.349 520.374 174.436 514.473 169.715 502.672 189.187 487.035 235.508 502.377"/> <polygon class="cls-70" points="203.298 490.178 202.35 495.427 202.897 496.885 203.462 498.926 206.66 502.57 208.842 503.591 209.639 504.612 213.934 506.361 213.934 507.381 205.408 508.256 201.145 505.486 199.525 503.299 195.871 502.424 195.429 497.03 197.03 493.677 197.613 487.992 193.238 483.617 193.093 487.408 194.112 490.324 191.197 499.071 189.01 500.238 187.115 498.634 187.698 486.825 191.488 481.139 203.298 490.178"/> <polygon class="cls-62" points="210.251 416.408 210.251 421.073 213.883 436.235 211.83 437.839 211.83 444.983 214.415 443.962 215.491 445.566 216.1 450.523 218.301 446.003 217.432 436.527 217.728 418.594 216.126 416.408 216.71 410.576 208.232 412.18 210.251 416.408"/> <polygon class="cls-62" points="210.777 370.92 210.777 375.003 210.537 376.971 210.926 380.105 209.481 384.479 206.207 387.978 204.315 388.561 204.389 390.457 205.702 392.206 206.942 393.081 205.849 396.871 200.236 398.767 194.696 397.236 193.383 392.133 196.153 390.383 196.737 388.197 196.226 384.989 194.623 382.948 191.999 377.262 195.06 370.556 202.86 364.724 210.099 368.952 210.777 370.92"/> <polygon class="cls-61" points="212.629 442.942 214.378 441.921 215.69 444.399 216.127 450.523 216.71 457.667 219.189 467.58 217.731 455.625 216.564 449.648 216.893 448.992 218.314 456.208 219.772 468.018 223.708 475.015 224 481.576 222.542 482.305 220.209 479.681 218.46 467.872 215.835 457.667 214.815 450.814 212.629 442.942"/> <polygon class="cls-71" points="199.021 377.092 199.361 376.849 201.16 376.412 201.743 376.655 201.646 377.967 200.867 378.064 199.409 377.432 199.021 377.092"/> <polygon class="cls-71" points="206.48 377.36 208.206 376.509 208.886 376.703 208.935 377.918 208.157 378.21 207.185 378.016 206.48 377.36"/> <polygon class="cls-70" points="206.48 377.36 207.538 376.327 208.698 376.053 209.278 376.257 209.908 376.975 208.935 378.033 208.546 378.033 207.963 377.392 208.157 376.732 206.48 377.36"/> <polygon class="cls-70" points="202.86 377.044 201.499 375.975 200.625 376.072 199.167 376.898 201.257 376.606 201.062 377.481 201.646 377.967 202.617 377.335 202.86 377.044"/> <polygon class="cls-70" points="206.505 376.169 206.067 376.072 206.262 375.003 208.06 373.69 209.518 373.593 210.101 374.565 209.47 374.079 208.303 374.419 206.505 376.169"/> <polygon class="cls-70" points="204.173 375.78 202.179 374.76 201.548 374.322 199.896 374.468 199.07 374.954 199.944 373.788 201.062 373.448 203.055 374.128 204.124 374.857 204.173 375.78"/> <polygon class="cls-72" points="203.189 380.397 203.025 379.777 203.999 379.285 205.69 376.378 206.06 376.067 206.429 378.791 206.868 380.618 205.339 381.716 204.464 381.716 204.099 381.129 203.189 380.397"/> <polygon class="cls-70" points="202.131 383.821 204.026 382.911 205.63 382.82 206.554 383.48 207.088 383.517 206.311 383.888 204.756 383.821 202.131 383.821"/> <polygon class="cls-73" points="203.176 384.68 204.609 384.347 205.63 384.347 205.727 384.826 204.221 385.697 203.152 385.262 203.176 384.68"/> <polygon class="cls-74" points="198.632 386.423 202.763 388.027 206.214 387.978 203.687 388.902 201.304 389.047 199.652 387.881 198.632 386.423"/> <polygon class="cls-70" points="194.162 376.752 195.182 378.356 194.696 379.668 193.918 378.453 194.162 376.752"/> <path class="cls-66" d="M183.1783,429.7235l2.9473-.9829-1.3437,2.5378-1.02,9.3305-1.75,26.68-.68,20.4594,3.11,1.749,5.0057-2.2351,4.6649-1.0205,3.791,5.686,5.8319.2913,6.2692-1.6031,8.8932-3.9364-2.5758-39.9471-1.1663-9.331,2.7216-1.7491,1.5549-12.6354-1.5549-6.8035-2.0419-12.636-3.4015-8.747-5.4912-1.7493-1.0934,3.79-5.6135,1.8956-4.9569-1.4585-1.8955-5.1755-7.5809,4.4474-2.72,3.581-8.36,9.8315-3.4986,8.7468,4.18,8.2628Zm3.7576-2.5136,1.1268-1.5446-.7049-3.718-4.2766-5.5395,2.305-3.513,3.624-1.59,2.3322,7.5815Z"/> <polygon class="cls-68" points="210.15 418.157 204.075 419.323 207.38 414.658 210.49 410.771 211.267 407.466 209.712 397.746 210.879 399.495 213.989 408.632 211.656 416.602 210.15 418.157"/> <polygon class="cls-61" points="184.587 432.881 185.997 436.429 189.302 438.957 193.967 432.736 190.079 443.233 187.163 443.817 183.858 438.957 184.587 432.881"/> <polygon class="cls-61" points="191.245 418.546 192.994 421.85 192.801 429.626 188.136 433.513 185.705 432.834 189.107 420.295 191.245 418.546"/> <polygon class="cls-70" points="192.072 367.421 198.924 363.339 205.871 363.631 210.777 368.588 210.777 370.823 210.251 370.337 210.251 370.58 209.496 370.095 209.069 369.367 208.249 369.319 208.057 368.349 207.524 368.597 206.504 368.412 206.019 369.256 204.172 368.758 203.443 368.296 203.249 368.879 202.715 369.706 200.576 370.386 199.119 369.9 199.021 370.872 198.632 372.087 197.515 371.795 198.244 374.08 197.612 375.294 196.737 374.954 196.688 377.092 195.911 378.064 195.182 376.363 194.51 375.188 193.092 376.169 192.727 377.903 192.801 377.918 193.724 380.785 194.307 381.515 195.571 381.466 196.153 382.584 196.348 385.257 193.918 383.215 190.759 377.481 190.322 370.046 192.072 367.421"/> <polygon class="cls-75" points="204.173 361.152 204.901 361.444 203.735 363.631 201.111 365.672 200.528 364.36 199.07 364.797 198.487 369.025 196.3 369.754 194.55 369.025 193.821 370.483 192.072 370.629 191.78 372.524 191.926 373.982 190.031 376.898 189.156 376.169 190.031 373.69 190.177 367.859 191.342 366.255 193.967 364.506 197.32 361.152 202.277 362.173 204.173 361.152"/> <polygon class="cls-62" points="187.941 425.35 190.759 423.26 192.655 424.571 194.258 427.342 194.405 429.966 192.947 430.257 192.217 429.092 192.363 427.633 191.051 426.322 190.322 427.779 190.177 430.841 188.038 432.834 185.074 431.278 185.219 428.8 186.936 427.21 187.941 425.35"/> <polygon class="cls-69" points="191.148 418.546 202.666 419.323 210.66 417.379 214.365 431.57 216.122 480.945 199.795 485.221 196.104 483.277 191.768 483.666 187.626 482.499 187.626 439.151 191.282 430.209 191.148 418.546"/> <polygon class="cls-76" points="207.768 418.157 210.879 430.792 209.129 431.959 206.019 418.351 207.768 418.157"/> <polygon class="cls-76" points="202.477 419.422 204.658 427.491 200.78 427.491 200.78 419.323 202.477 419.422"/> <polygon class="cls-76" points="197.271 419.073 196.494 429.014 193.773 429.515 192.994 427.113 195.716 419.073 197.271 419.073"/> <polygon class="cls-68" points="184.053 414.852 183.664 411.937 190.468 406.688 196.688 413.103 196.3 416.602 191.148 418.546 187.941 412.714 184.053 414.852"/> </g> </g> <g id="State1"> <g id="TannerStanding"> <polygon class="cls-77" points="289.667 539.667 283 527 264.333 531.667 247 522.334 217 527.001 200.333 529.001 207.667 551.667 245.667 559.001 283 549.001 289.667 539.667"/> <polygon class="cls-52" points="264.542 458.917 227.937 453.792 224.302 464.064 227.234 495.031 226.242 503.766 227.996 536.008 232.748 537.254 246.249 527.502 249.499 523.001 247 520.25 241.75 521.25 235.75 523.5 237.5 498.75 250.5 499.75 252.25 503.75 253 513.25 257.75 539.75 262.125 541.5 283 530.5 283 527 277.75 526 265.75 529 264 504 264.542 458.917"/> <polygon class="cls-54" points="240 378.375 238 378.603 237.5 382.635 239.667 388.15 241.833 394.992 237.166 399 245.687 403.498 249.166 400.666 252 396.666 256.667 395.333 258.167 388.5 259.5 386.833 260.667 379.333 258.667 377.333 257 379.5 257 378 240 378.375"/> <polygon class="cls-54" points="223.333 436.5 225.167 440.333 227.667 440.5 229 434.833 227 432.833 223.333 436.5"/> <polygon class="cls-54" points="264.333 442.666 260.167 442.333 257 454 264.333 456.5 268 446.833 264.333 442.666"/> <path class="cls-53" d="M261.5,405l-8.75-5-3.25-.25-7,.25-7-1.75-5.25,2.5-15.75,27,9,10.75,3.7651-4.5117L224.5,451.5l.25,1.084,3.5,3.166,16.5,5.75,17.5,1.5L258,449.5l3.75-26.5.25-6.5,9.75,17.5L265,441.5l-1.5.75-.75,6.75,3.75,1.5,3.75-1.75,9.75-13.5Zm-33.9346,27.1729L223.75,426.5l7.75-14Z"/> <polygon class="cls-55" points="257 378.25 256.75 368.75 249.5 365 238.75 370.75 239.25 384 242 393.75 250.25 395.25 252.5 391.75 253.75 382.25 257 378.25"/> <polygon class="cls-59" points="252.75 400 247.875 398.75 241.687 401.5 236.469 397.75 233.234 399 241 404 247 404 252.75 400"/> <polygon class="cls-59" points="261.75 423 259.25 425.75 251.75 446.25 242 447.75 234.25 443.25 228.5 428 227.25 433.75 229.75 442.75 225 447.75 224.5 451.5 233 444.5 239.5 448.75 235.75 454.75 238.75 455.5 241.75 451.25 244.75 457.25 247 456.75 245.75 450 252.25 449 261.5 464.25 264 504 274.5 501.25 270.25 469.75 266.5 450.5 263.75 452.75 260.25 447.75 262 443.75 265 441.5 261.75 423"/> <polygon class="cls-59" points="239.75 464.25 247.5 465.5 252.25 503.75 237.5 498.75 239.75 464.25"/> <polygon class="cls-59" points="228.25 455.75 225.5 453.25 218.75 478 219.5 491.25 227.25 495 228.25 455.75"/> <polygon class="cls-55" points="258.167 389.167 259.167 392.167 257.333 392.333 258.167 389.167"/> <polygon class="cls-55" points="257 393.667 258.833 394.167 257.5 397.833 252 396.666 256.667 395.333 257 393.667"/> </g> <g id="Briana_copy" data-name="Briana copy"> <g id="Layer_18_copy" data-name="Layer 18 copy"> <polygon class="cls-60" points="144.853 458.393 140.551 470.492 115.547 474.793 89.199 469.416 84.897 458.662 102.642 444.412 144.853 458.393"/> </g> <polygon class="cls-61" points="129.003 383.584 127.241 383.083 126.648 385.548 127.843 388.799 128.733 397.397 128.787 406.637 127.667 396.006 127.491 389.766 126.626 389.84 127.001 396.48 128.374 407.151 126.498 414.163 127.715 419.975 129.156 420.286 130.61 417.464 129.491 406.728 129.498 397.201 128.854 390.97 129.003 383.584"/> <polygon points="100.411 447.921 100.046 457.459 102.714 459.67 110.626 451.201 116.921 452.667 116.341 462.171 125.114 463.634 129.307 464.025 136.518 463.635 134.764 461.686 130.085 461.15 122.921 456.765 122.921 451.941 100.411 447.921"/> <polygon class="cls-62" points="122.669 336.846 123.757 342.9 123.383 344.601 123.417 348.512 123.519 349.464 123.587 350.315 123.349 351.335 123.281 352.763 122.329 353.92 117.091 354.668 116.887 358.681 118.247 360.45 115.458 364.94 110.424 363.988 107.295 358.341 108.928 357.049 110.424 350.791 111.105 342.764 118.587 335.757 122.669 336.846"/> <polygon points="112.465 345.349 113.146 344.873 114.506 345.893 114.098 347.39 114.506 348.41 113.622 348.274 112.873 346.913 113.554 346.165 112.465 345.349"/> <polygon points="115.866 345.281 115.186 345.485 114.37 344.396 113.349 343.92 111.581 344.873 111.309 347.049 112.125 348.75 113.281 349.226 110.764 352.015 109.676 351.879 106.411 344.669 111.581 332.696 119.199 333.513 123.077 335.757 123.621 336.914 122.329 337.798 120.696 337.458 119.472 338.615 118.179 338.683 116.955 338.41 117.363 340.247 117.431 342.016 116.683 342.288 116.615 343.376 115.798 344.328 115.866 345.281"/> <polygon class="cls-63" points="120.002 344.046 120.631 344.932 121.583 345.448 121.595 343.682 120.002 344.046"/> <polygon class="cls-64" points="120.002 344.046 121.176 343.35 121.923 343.335 122.388 344.006 121.803 343.931 120.002 344.046"/> <polygon class="cls-64" points="121.457 343.696 121.258 344.69 121.583 345.448 121.878 345.414 121.914 344.512 121.863 343.633 121.457 343.696"/> <polygon class="cls-64" points="123.111 342.866 121.716 341.811 120.458 341.914 119.37 342.22 121.206 341.131 122.499 341.268 123.247 342.118 123.111 342.866"/> <polygon class="cls-64" points="121.376 350.28 123.519 349.464 123.757 349.94 123.587 350.315 121.376 350.28"/> <polygon class="cls-62" points="123.383 344.601 123.995 346.437 124.641 347.015 124.539 347.832 123.417 348.512 122.601 348.206 122.839 346.199 123.383 344.601"/> <polygon class="cls-65" points="126.876 380.363 129.003 383.584 127.491 389.766 122.394 390.645 126.876 380.363"/> <polygon class="cls-66" points="127.14 371.663 118.703 360.062 107.279 357.338 104.335 360.062 97.084 373.508 94.712 382.472 100.775 386.515 97.612 398.554 92.866 447.679 98.491 451.722 106.048 451.37 113.606 456.819 123.273 455.94 129.249 447.855 123.712 388.799 130.04 383.263 127.14 371.663"/> <polygon class="cls-67" points="118.124 331 118.326 332.482 114.367 336.976 112.243 336.378 110.665 339.124 110.549 341.849 107.607 343.716 107.671 346.461 104.28 346.82 103.222 345.427 104.783 344.502 105.097 339.975 107.095 336.727 110.353 331.974 115.081 332.127 118.124 331"/> <polygon class="cls-68" points="125.558 386.954 121.339 385.899 116.594 368.499 115.276 370.608 113.958 382.208 117.385 387.481 106.576 385.899 102.885 382.208 101.83 375.881 101.303 383.526 102.357 387.217 114.748 390.117 123.712 388.799 125.558 386.954"/> <polygon class="cls-69" points="123.712 387.745 119.23 389.327 119.23 433.618 117.912 445.482 123.449 448.91 127.14 446.8 130.567 447.064 128.985 416.745 123.712 387.745"/> </g> <g id="Soldiers"> <g id="Soldier2"> <polygon class="cls-35" points="453 456 417 450 391 457.5 396 465 440 473.5 457 469.5 453 456"/> <polygon class="cls-78" points="418.447 367 417 367 417 371.228 419.76 372.411 421.764 380.685 433.238 380.422 431.031 372.398 418.447 367"/> <polygon class="cls-79" points="431.844 383 445.371 345.857 447.473 346.46 442.613 360.945 443.269 364.184 442.744 365.867 441.562 365.043 436.44 383 431.844 383"/> <polygon class="cls-12" points="418.973 428.84 418.623 437.245 421.949 448.277 428.079 450.203 430.706 448.277 427.554 437.245 428.954 428.84 432.5 429.804 434.558 442.849 436.484 446.877 441.387 442.148 439.461 425.513 418.973 428.84"/> <polygon class="cls-80" points="419.761 359.408 417.396 360.459 416.347 364.137 417.134 366.106 418.973 364.925 419.761 359.408"/> <polygon class="cls-81" points="425.803 375.3 429.742 376.482 432.5 374.118 436.571 365.976 432.237 357.439 423.569 354.287 418.71 358.489 417.791 365.713 419.761 370.31 425.803 375.3"/> <polygon class="cls-82" points="440.162 402.048 444.364 396.27 440.162 386.988 434.208 378.583 424.752 377.357 415.296 381.735 413.37 387.514 409.167 403.099 414.945 406.426 413.194 426.389 419.324 430.766 428.954 434.269 443.139 424.638 440.162 402.048"/> <polygon class="cls-81" points="440.709 437.377 437.754 439.96 433.683 439.347 435.959 453.53 431.186 453.251 430.706 448.277 426.679 447.402 421.949 448.277 426.852 464.037 418.623 463.338 417.922 464.563 428.78 470.167 432.807 469.991 431.534 456.837 439.551 459.479 441.042 458.948 441.749 439.325 440.709 437.377"/> <polygon class="cls-83" points="434.602 379.24 430.924 376.088 422.388 375.825 418.71 380.028 434.602 379.24"/> </g> <g id="Soldier1"> <polygon class="cls-35" points="397.5 438 386.5 455 349 456 323.5 444 329.5 436 351 429.5 397.5 438"/> <polygon class="cls-84" points="376.833 334.5 379.5 341.167 378.333 342.5 377.333 346.833 374.666 346.333 372.833 349.833 366 347.667 367.333 341 376.833 334.5"/> <polygon class="cls-84" points="401.167 366.5 401 360.75 403 359.167 403 362 408.667 360.167 410.5 361.167 408 368.833 401 371.333 399.5 367.833 401.167 366.5"/> <polygon class="cls-85" points="359 406.833 357.666 414.667 365.333 418.333 370.166 408.5 373 413 382.5 411.667 381.833 405.167 359 406.833"/> <polygon class="cls-12" points="365.333 418.333 361.167 414.166 357 414 353.667 433.333 354.5 445.833 360 450.166 362.833 450 363 445.5 360.167 433.5 365.333 418.333"/> <polygon class="cls-12" points="373 413 377.667 410.666 382.5 411.667 381.333 426.666 383.333 427.5 382.333 436.166 376.833 439.666 374 438.5 373 413"/> <polygon class="cls-81" points="372 344.667 376.833 338.834 379.333 333 379.167 329.834 372 328.5 364.167 334.667 363.5 341.834 366.667 343.667 372 344.667"/> <polygon class="cls-86" points="399.834 365.416 402 368.167 402 372 392.5 381.667 388.334 380.5 385.334 376.5 383.667 408.5 373 413 365.833 412.167 344.667 401 354.5 370.667 357.333 355 366.5 346.333 375.833 349.833 383.667 356.167 391 370 399.834 365.416"/> <polygon class="cls-83" points="375.833 349.833 373.166 347.5 365.666 345.167 364.333 348 375.833 349.833"/> <polygon class="cls-83" points="398 366.333 400.167 368.667 400 373.5 400.667 374.667 403.333 370.833 403 366.667 400.333 364.667 398 366.333"/> <polygon class="cls-81" points="383 383.333 383 382 382 382 382 384.583 383 383.333"/> <polygon class="cls-81" points="383 390 383 393 381 392.666 381 391 383 390"/> <polygon class="cls-81" points="383.167 398.5 381.417 397.916 381.5 401 383 401 383.167 398.5"/> </g> </g> </g> <g id="Cart"> <polygon class="cls-77" points="768 548 669 521.001 645 538.334 599.667 528.334 497.75 513 468 516.5 461.667 524.334 468.334 535.001 449.667 549.001 497.002 576 768 576 768 548"/> <polygon class="cls-87" points="741.002 544.331 728.335 564.998 693.002 564.331 689.002 543.665 741.002 544.331"/> <polygon class="cls-87" points="609.5 451.5 577.5 445 578 452 611.5 460 609.5 451.5"/> <polygon class="cls-88" points="443.625 385.875 434.687 394.188 434.469 396.719 431.734 400.234 422.992 412.992 423.496 419.996 426.748 422.498 436.749 421.249 437.5 418.5 453.25 416.25 457 417 465.75 440 465.25 446 471.25 461 461.25 475.25 455.25 488.5 468 516.5 470.5 519 474.666 526.5 478.333 527.333 478.666 519.5 476 516.25 476.25 511.75 465.5 486.5 482.75 467.75 496 502 497.75 513 499.5 519.75 496.25 520.5 492 526.5 500 528.75 504.5 526.5 508 517.75 502.25 492.25 497.5 471 513.75 474 538 467.5 540.25 476.75 551.25 502.75 538 530.75 532.5 532 523.25 536.75 528.5 539 537 539 542.125 538 562 505.25 562 498 565.75 490.5 575.25 498.25 580.25 501.25 599.25 537.5 605 550 610.75 552.75 612 548.75 609.25 541.5 605.5 536.25 604.75 531.75 590 491.75 586 489 586.5 470 583.5 447 572.25 427.5 556.5 424.5 521.5 423.25 492.25 412.75 482.75 410.5 465 392 457.75 387.5 461.75 376.75 452.75 383.5 453.5 373.75 445 381.25 443.625 385.875"/> <polygon class="cls-89" points="463.167 391.168 461.167 389.334 456.167 388.834 445.05 398.363 440.833 388.501 439.833 387.668 437.667 390.001 441.828 401.155 430.11 412.264 428.167 409.834 427.833 404.834 425.5 407.501 425.833 410.668 430.5 417.168 435.333 419.001 439 418.668 440.833 417.668 433.5 416.501 430.82 413.151 442.848 403.889 445.5 411.001 451.167 417.168 454 416.668 454.167 414.668 450.167 410.334 446.244 401.158 458 391.501 463.167 391.168"/> <polygon class="cls-89" points="508.5 418.001 507 416.667 502.833 415.667 488.667 443.834 492.167 457.834 498.167 475.167 504.167 476.501 505.333 474.001 495.667 447.501 498 437.834 508.5 418.001"/> <polygon class="cls-89" points="530.25 423.084 523.042 433.709 519.02 447.354 520.178 456.345 528.338 458.506 527.503 447.504 530.585 435.002 538 424.501 538 423 530.25 423.084"/> <polygon class="cls-90" points="635.5 424.5 592 456.5 592.318 475.779 494.5 446.001 491.833 447.668 493.5 452.001 592.443 483.298 593 517 755 558 768 548 768 448 635.5 424.5"/> <polygon class="cls-87" points="650.5 435.5 614 464.125 619 481 752.5 510.5 768 498 768 456 650.5 435.5"/> <polygon class="cls-91" points="711.5 490.5 725.5 487.5 726.5 478.5 712 469 688.5 468 677.5 473 679 481.5 692 488.5 711.5 490.5"/> <polygon class="cls-91" points="660.5 479 683.5 474.5 684 466 672.5 455 645.5 452.5 633 455 628.5 463.5 639 473.5 660.5 479"/> <polygon class="cls-91" points="707.75 462 726 472 744 472 753.5 468 752 459.5 729.5 452.5 707.5 454.5 707.75 462"/> <polygon class="cls-91" points="699 441.5 702.5 452 692 457 675.5 455.5 667.5 449 668 440 681 437.5 699 441.5"/> <polygon class="cls-91" points="763 486 754.5 481 731.5 482 722.5 495.5 730.5 501 754.5 498.5 763 486"/> <polygon class="cls-92" points="768 469 754.001 471.833 746.334 463.085 759.334 452.042 759.001 439.022 753.001 433.011 744.001 432.34 742.001 427.336 740.334 419.003 733.334 418.667 725.668 423.667 728.668 416.334 725.668 414.334 714.334 418.334 708 416.334 708 410 712.334 406.001 711.334 402.334 697.668 401.334 698.334 393.001 709.001 391.667 716.334 393.334 717.334 388.334 710.001 381.334 695.334 382.667 676.334 390.334 685.668 396.001 687.001 405.834 677.334 411 667 411 659.001 426.334 679.668 433.334 678.001 442.334 658.334 451.667 647.334 460.334 649.001 470.667 654.001 482.001 680.334 485.667 682.668 479.667 675.334 475.334 686.668 466.334 698.668 466.001 703.668 476.334 691.001 485.667 705.334 504.334 734.001 509.667 746.334 503.001 741.893 494.228 755.668 495.667 768 491.001 768 469"/> <polygon class="cls-87" points="749 449.75 748.5 441.5 745 438 742 441.5 746.5 447.5 739.5 446.5 736.25 450 740.25 451.5 749 449.75"/> <polygon class="cls-87" points="637.291 510.135 645.184 507.68 647.747 503.445 643.632 501.367 638.88 507.17 638.18 500.133 634.005 497.813 633.503 502.055 637.291 510.135"/> <polygon class="cls-87" points="705.5 479.75 705.25 486.75 708.75 489.75 709.75 485.25 708.25 482.25 711.25 482.5 715.5 480.25 713 478 705.5 479.75"/> <polygon class="cls-87" points="707.092 428.654 710.231 422.393 708.297 418.209 705.516 421.885 705.632 425.236 703.008 423.762 698.207 424.039 699.544 427.125 707.092 428.654"/> <polygon class="cls-87" points="722.893 432.228 729.869 431.6 732.406 427.752 727.816 427.323 725.029 429.186 724.9 426.18 722.137 422.245 720.217 425.007 722.893 432.228"/> <polygon class="cls-93" points="751.893 376.228 758.869 375.6 761.406 371.752 756.816 371.323 754.029 373.186 753.9 370.18 751.137 366.245 749.217 369.007 751.893 376.228"/> <polygon class="cls-87" points="741.893 494.228 748.869 493.6 751.406 489.752 746.816 489.323 744.029 491.186 743.9 488.18 741.137 484.245 739.217 487.007 741.893 494.228"/> <polygon class="cls-87" points="615.826 492.454 616.755 485.512 613.562 482.185 612.131 486.567 613.332 489.698 610.37 489.158 605.922 490.985 608.191 493.468 615.826 492.454"/> <polygon class="cls-92" points="745 387 740.333 382.334 730 389.667 728 405 734 406 737.666 399.334 752.333 394.667 756 404.334 744.666 413 746.666 418 760.333 412.667 763 402.667 758.666 396.334 759.666 387 754.333 383 745 387"/> <polygon class="cls-87" points="708.334 551.667 692.334 521.001 659 504.334 631.667 516.334 621.667 548.334 641.667 576 701 576 708.334 551.667"/> </g> <g id="SettingForeground"> <path class="cls-94" d="M226.44,206.2227q-.2958.1435-.55.291a3.5034,3.5034,0,0,0-.435.2949,1.7427,1.7427,0,0,0-.3452.3848,1.9341,1.9341,0,0,0-.2242.5356l.2749.01a.791.791,0,0,1,.5874.2187.6954.6954,0,0,1,.1919.4478.8343.8343,0,0,1-.2168.5776.7508.7508,0,0,1-.6377.2564.8582.8582,0,0,1-.6528-.2662,1.01,1.01,0,0,1-.2309-.6474,1.8885,1.8885,0,0,1,.1919-.9336,2.7708,2.7708,0,0,1,.5376-.7358,3.3306,3.3306,0,0,1,.6772-.5069q.3545-.1992.6255-.3369Zm2.3721.083q-.296.1428-.55.291a3.45,3.45,0,0,0-.4346.2949,1.7454,1.7454,0,0,0-.3452.3843,1.9406,1.9406,0,0,0-.2246.5361l.2754.0093a.7919.7919,0,0,1,.5874.2192.6959.6959,0,0,1,.1919.4473.8322.8322,0,0,1-.2173.5776.7479.7479,0,0,1-.6372.2564.8577.8577,0,0,1-.6528-.2661,1.0112,1.0112,0,0,1-.231-.6475,1.8917,1.8917,0,0,1,.1914-.9336,2.7774,2.7774,0,0,1,.5381-.7353,3.3085,3.3085,0,0,1,.6773-.5074q.3544-.1984.625-.3364Z"/> <path class="cls-94" d="M237.31,206.89l-.4849,2.4449-.4419-.0152a4.7307,4.7307,0,0,0-.081-.5722,3.3338,3.3338,0,0,0-.1778-.6265,1.8782,1.8782,0,0,0-.3022-.5156.73.73,0,0,0-.4268-.2642q-.1926-.0323-.49-.0557t-.5532-.0322l-.4024-.0137-1.44,7.272a.6752.6752,0,0,0-.0161.1113,1.0725,1.0725,0,0,0-.0025.1182.5235.5235,0,0,0,.0664.2549.5386.5386,0,0,0,.2247.1836,3.6467,3.6467,0,0,0,.47.1416,3.2023,3.2023,0,0,0,.5508.0986l-.0879.419-4.2989-.15.0874-.419c.1285-.0039.3135-.0146.5562-.0317a2.4827,2.4827,0,0,0,.5288-.0777.758.758,0,0,0,.375-.249.9166.9166,0,0,0,.166-.3906l1.4522-7.3291-.3409-.0117c-.1279-.0049-.2885-.0073-.48-.0073s-.3892.0063-.59.0209a.9631.9631,0,0,0-.4853.2359,4.7223,4.7223,0,0,0-.5464.5146,5.9262,5.9262,0,0,0-.4658.5948,4.3128,4.3128,0,0,0-.3213.5351l-.4487-.0156.4843-2.4448Z"/> <path class="cls-94" d="M240.8486,215.2427l-.0449-.0015q-.1369.1105-.3257.28a2.7837,2.7837,0,0,1-.4463.32,2.9655,2.9655,0,0,1-.5346.26,1.6508,1.6508,0,0,1-.6358.0962,1.8926,1.8926,0,0,1-1.48-.7173,3.024,3.024,0,0,1-.5922-1.8389,4.0472,4.0472,0,0,1,.2412-1.5342,4.1541,4.1541,0,0,1,.7671-1.3178,3.4882,3.4882,0,0,1,1.14-.878,2.87,2.87,0,0,1,1.3843-.3008,3.14,3.14,0,0,1,.872.1519,2.6892,2.6892,0,0,1,.66.2983L243.02,209.8l.0806.0991L242.2681,214c-.03.1309-.0591.291-.0889.48a2.5059,2.5059,0,0,0-.04.4179.6662.6662,0,0,0,.1713.4991.8609.8609,0,0,0,.5245.146,2.1048,2.1048,0,0,0,.3462-.0264,1.9737,1.9737,0,0,0,.3437-.0708l-.082.4063q-.5706.2109-.85.3032a1.9752,1.9752,0,0,1-.6836.0786,1.0606,1.0606,0,0,1-.7417-.2949A1.1,1.1,0,0,1,240.8486,215.2427Zm.7823-4.0186a1.7963,1.7963,0,0,0-.0591-.4048.9154.9154,0,0,0-.1988-.3657.98.98,0,0,0-.3613-.269,1.5437,1.5437,0,0,0-1.4678.16,2.8372,2.8372,0,0,0-.7661.7989,3.9889,3.9889,0,0,0-.5044,1.1606,4.6445,4.6445,0,0,0-.1626,1.3965,4.84,4.84,0,0,0,.0689.6943,1.8848,1.8848,0,0,0,.1919.5571.9851.9851,0,0,0,.3652.3907,1.1936,1.1936,0,0,0,.5869.1543,1.5643,1.5643,0,0,0,.7451-.1753,3.2709,3.2709,0,0,0,.8614-.6778Z"/> <path class="cls-94" d="M251.2813,215.71l-.0826.4062q-.57.2109-.8891.3047a1.9843,1.9843,0,0,1-.6455.083,1.0926,1.0926,0,0,1-.7813-.293.97.97,0,0,1-.28-.666,2.1015,2.1015,0,0,1,.0142-.31,4.0158,4.0158,0,0,1,.07-.3975l.55-2.3691c.041-.1827.0728-.3477.0947-.4961a2.023,2.023,0,0,0,.03-.3575,1.1025,1.1025,0,0,0-.2285-.6865.7861.7861,0,0,0-.6128-.2715,1.798,1.798,0,0,0-.8623.2266,2.937,2.937,0,0,0-.8833.7119l-.9307,4.6665-1.1977-.042.8164-4.12c.0181-.1016.043-.249.0776-.4424a2.3508,2.3508,0,0,0,.0445-.4687.7329.7329,0,0,0-.1392-.4854.7508.7508,0,0,0-.4937-.1387,1.7741,1.7741,0,0,0-.3593.0352c-.1446.0273-.2574.05-.3384.0684l.082-.4063a6.2334,6.2334,0,0,1,.878-.3018,2.431,2.431,0,0,1,.66-.0859.9384.9384,0,0,1,.7383.3013,1.331,1.331,0,0,1,.2588.771l.0376.001a7.4278,7.4278,0,0,1,1.1846-.794,2.326,2.326,0,0,1,1.1528-.2319,1.3106,1.3106,0,0,1,1.3481,1.334q.0037.1149-.021.4091a4.0772,4.0772,0,0,1-.0913.58l-.4677,2.0381c-.0337.1353-.066.2915-.0962.4673a2.15,2.15,0,0,0-.04.4116.66.66,0,0,0,.1783.5025.8751.8751,0,0,0,.53.1494,2.06,2.06,0,0,0,.3482-.0293A2.1757,2.1757,0,0,0,251.2813,215.71Z"/> <path class="cls-94" d="M264.26,207.83l-.0874.4189a1.6552,1.6552,0,0,0-.3565.0674,1.4482,1.4482,0,0,0-.3789.15,2.6968,2.6968,0,0,0-.3862.22,4.6356,4.6356,0,0,0-.43.4234q-.5874.6182-1.2432,1.4531t-1.373,1.7422a3.9666,3.9666,0,0,0-.4434.6465,3.1275,3.1275,0,0,0-.2226.7182l-.3423,1.7535a.7988.7988,0,0,0-.0151.1142,1.0592,1.0592,0,0,0-.0025.1089.5919.5919,0,0,0,.0669.271.5045.5045,0,0,0,.2246.1929,2.45,2.45,0,0,0,.4756.1445,3.5109,3.5109,0,0,0,.5249.0884l-.081.42-4.254-.1484.0816-.4195c.1235-.0044.3047-.0132.5434-.0254a2.0523,2.0523,0,0,0,.5225-.0781.7428.7428,0,0,0,.3721-.2524.9822.9822,0,0,0,.1621-.4l.3921-1.9751c.01-.0635.021-.127.0312-.1905a.8518.8518,0,0,0,.0157-.1147,1.9192,1.9192,0,0,0-.0718-.4023c-.0445-.1661-.0972-.3413-.16-.5269q-.2439-.77-.5195-1.5977t-.5445-1.5537a2.8619,2.8619,0,0,0-.2656-.5561,1.3819,1.3819,0,0,0-.3159-.34,1,1,0,0,0-.3354-.1587,2.265,2.265,0,0,0-.3775-.0772l.0879-.4189,3.728.13-.0874.4189c-.0986.001-.2236.0029-.3774.0059s-.292.0112-.4151.0239a.9865.9865,0,0,0-.3208.0879.2006.2006,0,0,0-.1377.1845,1.9081,1.9081,0,0,0,.0987.4224c.063.2012.1606.4995.2944.897q.1714.5178.4033,1.1631.23.6451.5157,1.4677.8972-1.1022,1.6-2.0019t.9467-1.251a3.0307,3.0307,0,0,0,.2247-.3472.3143.3143,0,0,0,.0336-.1362c-.0048-.145-.1137-.2519-.3251-.3188a3.5612,3.5612,0,0,0-.792-.1363l.0879-.4189Z"/> <path class="cls-94" d="M269.4141,213.1411a4.5444,4.5444,0,0,1-.2037,1.5034,3.66,3.66,0,0,1-.6972,1.3008,3.4209,3.4209,0,0,1-1.1563.9033,3.3463,3.3463,0,0,1-1.6.3,2.4607,2.4607,0,0,1-1.7514-.7461,2.714,2.714,0,0,1-.7281-1.8691,4.2708,4.2708,0,0,1,.2266-1.5791,4.0477,4.0477,0,0,1,.7114-1.2686,3.2972,3.2972,0,0,1,1.1577-.8588,3.3333,3.3333,0,0,1,1.523-.2891,2.4794,2.4794,0,0,1,1.81.7573A2.7493,2.7493,0,0,1,269.4141,213.1411Zm-1.3164-.29a2.4813,2.4813,0,0,0-.3711-1.3765,1.1594,1.1594,0,0,0-.9488-.4878,1.632,1.632,0,0,0-.9917.292,2.3081,2.3081,0,0,0-.7739,1.0361,4.6565,4.6565,0,0,0-.3418,1.2266,7.141,7.141,0,0,0-.0776,1.2549,2.615,2.615,0,0,0,.3657,1.3989,1.1645,1.1645,0,0,0,.9751.5049,1.4658,1.4658,0,0,0,1-.3237,2.4517,2.4517,0,0,0,.6865-.8853,4.66,4.66,0,0,0,.38-1.2192A6.737,6.737,0,0,0,268.0977,212.8516Z"/> <path class="cls-94" d="M274.4829,216.3657l-.0386-.0014q-.2863.227-.5488.416a3.581,3.581,0,0,1-.5205.3144,2.8454,2.8454,0,0,1-.55.2012,2.5452,2.5452,0,0,1-.6519.0444,1.3481,1.3481,0,0,1-.9682-.3886,1.38,1.38,0,0,1-.3716-.9434,2.9817,2.9817,0,0,1,.0127-.3643q.0183-.21.0991-.623l.4268-2.0122q.0549-.28.0888-.4961a2.1675,2.1675,0,0,0,.0269-.4146.7247.7247,0,0,0-.1353-.4809.74.74,0,0,0-.4868-.1358,1.5334,1.5334,0,0,0-.3559.0415c-.1446.0308-.2564.0557-.3365.0752l.0816-.41a7.0873,7.0873,0,0,1,.87-.3111,2.16,2.16,0,0,1,.6084-.0947,1.09,1.09,0,0,1,.7612.2666.9817.9817,0,0,1,.2642.69,2.5514,2.5514,0,0,1-.0142.3129,3.16,3.16,0,0,1-.0634.3946l-.4829,2.3491c-.0362.1777-.065.3442-.0874.499a2.1246,2.1246,0,0,0-.0293.354,1.179,1.179,0,0,0,.2089.6851.7362.7362,0,0,0,.5977.27,1.7945,1.7945,0,0,0,.835-.1851,3.0281,3.0281,0,0,0,.8452-.62l.9477-4.7822,1.1157-.0376.08.0981-.8086,4.09c-.0371.1738-.0688.3486-.0966.5244a2.2691,2.2691,0,0,0-.0381.3725.6663.6663,0,0,0,.1738.502.8572.8572,0,0,0,.5259.1494,2.1323,2.1323,0,0,0,.3442-.0264,1.99,1.99,0,0,0,.3428-.0712l-.082.4062q-.5245.1992-.8755.2959a2.19,2.19,0,0,1-.6534.0859,1.0233,1.0233,0,0,1-.7832-.3276A1.1351,1.1351,0,0,1,274.4829,216.3657Z"/> <path class="cls-94" d="M283.46,212.1572a1.6527,1.6527,0,0,1-.0376.3926.9746.9746,0,0,1-.1353.35.8488.8488,0,0,1-.2436.2573.6783.6783,0,0,1-.3911.0791.752.752,0,0,1-.5249-.1909.5732.5732,0,0,1-.1866-.3906,1.1891,1.1891,0,0,1,.08-.4414c.0586-.1621.1191-.3228.1821-.4834a1.2791,1.2791,0,0,0-.2519.0332,1.958,1.958,0,0,0-.4194.1489,3.0368,3.0368,0,0,0-.5528.3462,4.4442,4.4442,0,0,0-.6523.6231l-.8726,4.5537-1.1958-.042.79-4.1211c.018-.1021.0434-.2544.0766-.458a2.5344,2.5344,0,0,0,.0454-.4531.7338.7338,0,0,0-.1386-.4854.7449.7449,0,0,0-.4912-.1387,1.7242,1.7242,0,0,0-.357.0357c-.1435.0268-.2563.0493-.3364.0683l.082-.4067a6.1716,6.1716,0,0,1,.8726-.3018,2.4071,2.4071,0,0,1,.6567-.0859.9324.9324,0,0,1,.74.3047,1.4194,1.4194,0,0,1,.2465.8437l.0386.001a11.756,11.756,0,0,1,1.1255-.8818,1.3769,1.3769,0,0,1,.8145-.2344,1.5922,1.5922,0,0,1,.3994.0649.8453.8453,0,0,1,.333.1846.9192.9192,0,0,1,.2192.3174A1.5449,1.5449,0,0,1,283.46,212.1572Z"/> <path class="cls-94" d="M297.792,209l-.0811.419a3.0491,3.0491,0,0,0-.4467.0419,3.6343,3.6343,0,0,0-.4068.0821.5785.5785,0,0,0-.35.25,1.3145,1.3145,0,0,0-.1469.3784l-1.293,6.5615a.8238.8238,0,0,0-.0152.1148c-.0024.042-.0039.0786-.0029.1084a.5052.5052,0,0,0,.0664.2387.61.61,0,0,0,.1924.1924,1.4231,1.4231,0,0,0,.353.1275,2.4052,2.4052,0,0,0,.4351.0786l-.0811.42-3.7758-.1318.0815-.4195c.106-.0048.2578-.0122.4536-.0224a1.4877,1.4877,0,0,0,.4141-.0625.6777.6777,0,0,0,.3374-.2315.9247.9247,0,0,0,.1592-.3916l.6455-3.2573-4.2759-.1489-.6284,3.1875a.8793.8793,0,0,0-.0152.1084.9066.9066,0,0,0-.0024.1084.5416.5416,0,0,0,.0693.2461.5163.5163,0,0,0,.189.1919,1.3893,1.3893,0,0,0,.3535.1279,2.4394,2.4394,0,0,0,.4351.0791l-.0816.4194-3.7759-.1318.0811-.4194q.16-.0074.4536-.0225a1.4808,1.4808,0,0,0,.4141-.0625.6762.6762,0,0,0,.3379-.231.9171.9171,0,0,0,.1591-.3911l1.3008-6.5669a.8077.8077,0,0,0,.0157-.1049.9473.9473,0,0,0,.0024-.1124.5362.5362,0,0,0-.063-.2446.5059.5059,0,0,0-.2017-.186,1.9691,1.9691,0,0,0-.39-.1611,2.2042,2.2042,0,0,0-.4126-.0909l.0816-.4189,3.7739.1313-.0816.419a3.0511,3.0511,0,0,0-.4467.042,3.6158,3.6158,0,0,0-.4068.082.5758.5758,0,0,0-.35.25,1.2756,1.2756,0,0,0-.147.3784l-.559,2.84,4.2758.1489.55-2.7754a.8093.8093,0,0,0,.0162-.105c.0019-.0361.0039-.0713.0024-.1054a.553.553,0,0,0-.063-.2486.5026.5026,0,0,0-.2021-.1889,1.98,1.98,0,0,0-.3892-.1612,2.2439,2.2439,0,0,0-.4136-.0908l.0816-.4189Z"/> <path class="cls-94" d="M300.9653,217.4878l-.0815.4062a8.0038,8.0038,0,0,1-.9312.2969,2.36,2.36,0,0,1-.5991.0718,1.09,1.09,0,0,1-.7788-.293.9754.9754,0,0,1-.28-.666,1.9448,1.9448,0,0,1,.0152-.3066q.02-.16.0693-.4009l.5825-2.7q.0432-.2226.082-.4775a2.3762,2.3762,0,0,0,.0323-.4346.7337.7337,0,0,0-.1343-.4815.7445.7445,0,0,0-.4878-.1352,2.0729,2.0729,0,0,0-.3721.0312c-.1552.0249-.2724.0464-.353.065l.082-.4063a5.867,5.867,0,0,1,.8858-.3017,2.4452,2.4452,0,0,1,.624-.0869,1.0747,1.0747,0,0,1,.771.2763.9989.9989,0,0,1,.2607.6812,2.5555,2.5555,0,0,1-.0146.3135,3.0532,3.0532,0,0,1-.063.3945l-.5859,2.7c-.0371.165-.0679.3281-.0948.4868a2.07,2.07,0,0,0-.0337.3926.664.664,0,0,0,.1807.5058.87.87,0,0,0,.5322.1529,2.6089,2.6089,0,0,0,.3462-.02A1.7289,1.7289,0,0,0,300.9653,217.4878Zm.169-8.1738a.8817.8817,0,0,1-.2149.6289.6963.6963,0,0,1-.58.2514.7959.7959,0,0,1-.5733-.2788.9123.9123,0,0,1-.2578-.6006.83.83,0,0,1,.2158-.6064.6842.6842,0,0,1,.5547-.2427.8379.8379,0,0,1,.6045.2671A.87.87,0,0,1,301.1343,209.314Z"/> <path class="cls-94" d="M305.8457,217.4775l-.0449-.0014c-.0913.0776-.2085.18-.3535.3047a3.0591,3.0591,0,0,1-.4556.3261,3.2456,3.2456,0,0,1-.5566.2754,1.6828,1.6828,0,0,1-.6333.08,1.8892,1.8892,0,0,1-1.48-.72A3.0379,3.0379,0,0,1,301.73,215.9a4.2089,4.2089,0,0,1,.2305-1.5474,4.14,4.14,0,0,1,.7334-1.3061,3.41,3.41,0,0,1,1.1254-.8726,2.9,2.9,0,0,1,1.4014-.3,3.5151,3.5151,0,0,1,.8833.146,3.1019,3.1019,0,0,1,.728.3071l.4244-2.16c.0219-.1143.0366-.2031.0454-.2666a1.3238,1.3238,0,0,0,.0088-.2109.604.604,0,0,0-.1055-.355.5873.5873,0,0,0-.2661-.1885,1.62,1.62,0,0,0-.4258-.0918c-.18-.019-.3423-.04-.4888-.062l.0762-.3872,2.5918-.05.0674.0981-1.5108,7.6148q-.0439.21-.0883.48a2.2158,2.2158,0,0,0-.0406.4111.6723.6723,0,0,0,.1714.5015.8444.8444,0,0,0,.5239.1494,2.15,2.15,0,0,0,.3448-.0264,1.9466,1.9466,0,0,0,.3432-.0713l-.0815.4068a5.957,5.957,0,0,1-.8809.3081,2.4631,2.4631,0,0,1-.6518.0732,1.1422,1.1422,0,0,1-.7442-.2661A1.01,1.01,0,0,1,305.8457,217.4775Zm.7695-4.0507a1.0582,1.0582,0,0,0-.1084-.3658,1.44,1.44,0,0,0-.2231-.3247,1.2752,1.2752,0,0,0-.3916-.2793,1.4052,1.4052,0,0,0-.5581-.125,1.5086,1.5086,0,0,0-.9229.2754,2.6488,2.6488,0,0,0-.7451.793,3.9616,3.9616,0,0,0-.4717,1.1719,5.0709,5.0709,0,0,0-.144,1.3872,4.8284,4.8284,0,0,0,.0693.6938,1.9534,1.9534,0,0,0,.1924.5635,1.0323,1.0323,0,0,0,.3594.3877,1.1925,1.1925,0,0,0,.6011.1582,1.6211,1.6211,0,0,0,.7583-.1846,3.349,3.349,0,0,0,.894-.7051Z"/> <path class="cls-94" d="M314.67,213.5361a1.6121,1.6121,0,0,1-.3857,1.1529,2.6358,2.6358,0,0,1-1.2134.7319,8.8853,8.8853,0,0,1-1.1929.311q-.6042.1136-1.3384.1778a2.8139,2.8139,0,0,0,.4292,1.5591,1.3584,1.3584,0,0,0,1.1177.5732,1.9222,1.9222,0,0,0,1.1206-.2808,3.5371,3.5371,0,0,0,.9312-.92l.375.2818a3.6253,3.6253,0,0,1-1.2383,1.2036,2.8736,2.8736,0,0,1-1.58.4116,2.4286,2.4286,0,0,1-1.7563-.6948,2.6863,2.6863,0,0,1-.6621-1.8213,4.5513,4.5513,0,0,1,.1992-1.5327,4.1042,4.1042,0,0,1,.6933-1.3179,3.32,3.32,0,0,1,1.13-.92,3.0594,3.0594,0,0,1,1.51-.3125,2.2108,2.2108,0,0,1,1.3813.4228A1.2913,1.2913,0,0,1,314.67,213.5361Zm-1.185-.1987a.941.941,0,0,0-.0845-.395.565.565,0,0,0-.1865-.22.6457.6457,0,0,0-.2476-.105,1.7988,1.7988,0,0,0-.2632-.0278,1.673,1.673,0,0,0-1.3906.7934,4.0546,4.0546,0,0,0-.75,2.0733q.4469-.0485,1.0068-.1465a3.4937,3.4937,0,0,0,.9248-.2774,1.7291,1.7291,0,0,0,.7671-.6782A1.8631,1.8631,0,0,0,313.4854,213.3374Z"/> <path class="cls-94" d="M318.2114,209.8843a1.9253,1.9253,0,0,1-.1972.9555,2.4789,2.4789,0,0,1-.5318.7139,3.7808,3.7808,0,0,1-.6953.5225q-.3618.2073-.6074.3208l-.2061-.41c.1885-.0957.3672-.1885.5342-.2788a2.4608,2.4608,0,0,0,.4507-.3071,1.8146,1.8146,0,0,0,.3452-.3843,1.6792,1.6792,0,0,0,.2241-.5356l-.2754-.01a.791.791,0,0,1-.5869-.2188.6963.6963,0,0,1-.1919-.4482.8367.8367,0,0,1,.2168-.5776.7515.7515,0,0,1,.6372-.2559.86.86,0,0,1,.6529.2656A1.0136,1.0136,0,0,1,318.2114,209.8843Zm2.3721.083a1.923,1.923,0,0,1-.1973.9551,2.47,2.47,0,0,1-.5322.7138,3.75,3.75,0,0,1-.6958.5225q-.36.2081-.6064.3208l-.2061-.41q.2827-.1436.5342-.2788a2.3915,2.3915,0,0,0,.45-.3071,1.794,1.794,0,0,0,.3457-.3843,1.7021,1.7021,0,0,0,.2241-.5356l-.2754-.0093a.7927.7927,0,0,1-.5874-.2192.6959.6959,0,0,1-.1914-.4478.8331.8331,0,0,1,.2168-.5776.75.75,0,0,1,.6372-.2559.8589.8589,0,0,1,.6528.2656A1.0131,1.0131,0,0,1,320.5835,209.9673Z"/> <path class="cls-94" d="M330.9282,219.23l-3.1509-.11-.0131-.3789a3.1607,3.1607,0,0,0,.6879-.082c.1817-.0474.271-.11.2686-.1885a.7381.7381,0,0,0-.0151-.1172.6431.6431,0,0,0-.0357-.124l-.6875-1.7183-2.6611-.0932q-.137.3684-.22.6426t-.1514.5063a3.4862,3.4862,0,0,0-.083.37,1.2766,1.2766,0,0,0-.0186.2334c.0054.1426.1211.2564.3482.3428a2.8243,2.8243,0,0,0,.7637.1655l.0131.3789-2.8549-.1-.0132-.3789a2.22,2.22,0,0,0,.3452-.05,1.0393,1.0393,0,0,0,.3369-.1235,1.1964,1.1964,0,0,0,.3208-.2906,1.8,1.8,0,0,0,.2144-.4262q.5221-1.4048,1.1489-3.1577T326.59,211.41l.4273.0146,2.7549,6.62a1.205,1.205,0,0,0,.4848.6031,1.3,1.3,0,0,0,.3252.1362,1.7439,1.7439,0,0,0,.333.0674Zm-3.1577-3.2007L326.52,213.05l-1.0293,2.8989Z"/> <path class="cls-94" d="M337.1733,213.937l-.3686-.0127a2.8039,2.8039,0,0,0-.19-.4619,4.46,4.46,0,0,0-.2988-.5093,2.8165,2.8165,0,0,0-.3652-.4419.7667.7667,0,0,0-.3745-.2231q-.1671-.0279-.419-.0469c-.1679-.0127-.3232-.022-.4663-.0268l-.31-.0108.2114,6.0562a.7313.7313,0,0,0,.0859.3252.55.55,0,0,0,.27.2358,3.2067,3.2067,0,0,0,.4068.1157,3.1733,3.1733,0,0,0,.48.086l.0132.3789-3.58-.125-.0131-.3789c.1-.0035.2514-.0127.4555-.0264a1.6962,1.6962,0,0,0,.4219-.0654.4677.4677,0,0,0,.252-.191.6151.6151,0,0,0,.0708-.3466l-.2129-6.104-.31-.0108c-.11-.0039-.2471-.0058-.4111-.0063s-.32.0058-.4688.0185a.5939.5939,0,0,0-.3589.1973,2.56,2.56,0,0,0-.3349.4175,3.3064,3.3064,0,0,0-.2652.4995,2.8722,2.8722,0,0,0-.1552.44l-.3741-.0132-.0717-2.0542,6.6084.2305Z"/> <path class="cls-94" d="M211.1118,227.0293a5.5788,5.5788,0,0,1-.4873,2.66,4.9683,4.9683,0,0,1-1.4482,1.8081,6.0508,6.0508,0,0,1-2.0733,1.0107,7.9993,7.9993,0,0,1-2.4062.2739l-5.0264-.1753-.021-.6059a5.7016,5.7016,0,0,0,.6436-.0244,1.9854,1.9854,0,0,0,.5224-.0884.6625.6625,0,0,0,.36-.3154,1.0574,1.0574,0,0,0,.0972-.521l-.3052-8.7422a1.3731,1.3731,0,0,0-.1167-.5244.8155.8155,0,0,0-.4014-.38,2.4808,2.4808,0,0,0-.58-.208,4.7971,4.7971,0,0,0-.5322-.0952l-.0215-.6065,5.2993.1851a7.31,7.31,0,0,1,2.1661.4126,6.9853,6.9853,0,0,1,1.8784.9731,5.8065,5.8065,0,0,1,1.7446,2.0479A6.76,6.76,0,0,1,211.1118,227.0293Zm-2.0942-.0776a7.2406,7.2406,0,0,0-.4019-2.2163,5.5509,5.5509,0,0,0-1.0088-1.752,4.6216,4.6216,0,0,0-1.4868-1.1514,4.677,4.677,0,0,0-1.9248-.4673q-.3509-.0124-.79-.0146c-.2935-.0015-.5113-.0024-.6533-.0015l.3251,9.3067a1.279,1.279,0,0,0,.4908,1.0908,2.7005,2.7005,0,0,0,1.4038.3467,4.2416,4.2416,0,0,0,1.8838-.3174,3.1024,3.1024,0,0,0,1.2793-1.021,4.3961,4.3961,0,0,0,.7153-1.6314A8.5733,8.5733,0,0,0,209.0176,226.9517Z"/> <path class="cls-94" d="M224.125,233.46l-5.041-.1758-.0215-.606a5.0643,5.0643,0,0,0,1.1006-.1323c.291-.0752.4331-.1753.4292-.3008a1.3173,1.3173,0,0,0-.0239-.1885.9737.9737,0,0,0-.0572-.1977l-1.1-2.75-4.2573-.1485q-.2183.59-.353,1.0284t-.2412.81a5.7839,5.7839,0,0,0-.1333.5923,2.1224,2.1224,0,0,0-.03.374c.0083.2281.1933.41.5571.5479a4.508,4.508,0,0,0,1.2212.2646l.0215.606-4.5679-.16-.021-.6059a3.4928,3.4928,0,0,0,.5523-.0786,1.684,1.684,0,0,0,.54-.1988,1.9564,1.9564,0,0,0,.5132-.4638,2.9178,2.9178,0,0,0,.3433-.6831q.8349-2.2471,1.8383-5.0518t1.7891-4.9937l.6836.024,4.4082,10.59a2.2451,2.2451,0,0,0,.3091.5479,2.1992,2.1992,0,0,0,.4673.4169,2.0365,2.0365,0,0,0,.5195.2183,2.7254,2.7254,0,0,0,.5332.1084Zm-5.0522-5.1216-2.0015-4.7656-1.6465,4.6381Z"/> <path class="cls-94" d="M236.605,222.4014a3.74,3.74,0,0,0-.731.1108,2.4325,2.4325,0,0,0-.7.24,1.1114,1.1114,0,0,0-.3862.8051,8.9175,8.9175,0,0,0-.0532,1.5332l.3095,8.87-.7436-.0258-7.6968-10.168.2183,6.249a7.6031,7.6031,0,0,0,.1889,1.6182,1.626,1.626,0,0,0,.4336.8164,2.1585,2.1585,0,0,0,.8242.3784,5.1923,5.1923,0,0,0,.8179.1992l.0215.606-4.9746-.1734-.021-.6059a4.606,4.606,0,0,0,.772-.14,1.9374,1.9374,0,0,0,.6743-.2451,1.147,1.147,0,0,0,.3847-.7158,8.61,8.61,0,0,0,.0528-1.6733l-.2085-5.9678a2.4721,2.4721,0,0,0-.1646-.79,1.6047,1.6047,0,0,0-.3886-.62,2.8649,2.8649,0,0,0-.85-.5112,3.1349,3.1349,0,0,0-.8584-.2471l-.021-.6064,3.4648.1211,7.14,9.4736-.2011-5.7617a7.5767,7.5767,0,0,0-.1939-1.6314,1.4037,1.4037,0,0,0-.4194-.7685,3.07,3.07,0,0,0-.7935-.3433,4.4486,4.4486,0,0,0-.8305-.1992l-.021-.6065,4.9321.1719Z"/> <path class="cls-94" d="M250.0327,222.87a3.7754,3.7754,0,0,0-.7305.1109,2.45,2.45,0,0,0-.7.24,1.1127,1.1127,0,0,0-.3858.8057,8.9622,8.9622,0,0,0-.0532,1.5327l.31,8.87-.7441-.0259-7.6968-10.1679.2183,6.249a7.6349,7.6349,0,0,0,.1885,1.6182,1.6247,1.6247,0,0,0,.4345.8164,2.146,2.146,0,0,0,.8243.3784,5.1409,5.1409,0,0,0,.8178.1992l.021.606-4.9746-.1734-.021-.6059a4.6063,4.6063,0,0,0,.772-.14,1.94,1.94,0,0,0,.6743-.2451,1.15,1.15,0,0,0,.3848-.7153,8.5537,8.5537,0,0,0,.0522-1.6734l-.2085-5.9678a2.46,2.46,0,0,0-.164-.79,1.606,1.606,0,0,0-.3882-.6191,2.85,2.85,0,0,0-.8506-.5118,3.121,3.121,0,0,0-.8584-.247l-.021-.6065,3.4653.1211,7.14,9.4737-.2012-5.7618a7.5122,7.5122,0,0,0-.1939-1.6313,1.41,1.41,0,0,0-.4189-.7686,3.09,3.09,0,0,0-.7935-.3432,4.49,4.49,0,0,0-.8305-.1992l-.0215-.6065,4.9321.1719Z"/> <path class="cls-94" d="M261.4092,223.2666a1.93,1.93,0,0,0-.4575.0991,1.5586,1.5586,0,0,0-.4458.1934,2.95,2.95,0,0,0-.4414.3,4.604,4.604,0,0,0-.4419.5644q-.6336.9163-1.1641,1.8609t-1.3247,2.4013a4.2184,4.2184,0,0,0-.3882.8648,3.3711,3.3711,0,0,0-.0693.96l.081,2.3135a1.15,1.15,0,0,0,.1426.5381.9637.9637,0,0,0,.4355.3779,5.3589,5.3589,0,0,0,.6475.1885,4.4776,4.4776,0,0,0,.7471.1328l.0215.606-5.6758-.1978-.0215-.6059q.2388-.0088.7158-.0391a2.6,2.6,0,0,0,.6626-.1006.7151.7151,0,0,0,.4107-.3354,1.1236,1.1236,0,0,0,.0966-.5425l-.103-2.9453a1.6011,1.6011,0,0,0-.1841-.5049q-.1794-.3684-.4257-.8208-.5472-1.0078-1.2115-2.1821t-1.1543-2.01a5.22,5.22,0,0,0-.5259-.7515,2.7741,2.7741,0,0,0-.5151-.4526,1.7357,1.7357,0,0,0-.498-.2134,3.41,3.41,0,0,0-.5205-.1035l-.021-.6064,5.1757.1806.021.6065a5.4026,5.4026,0,0,0-1.226.0757c-.2373.06-.3536.1518-.3492.2768a.5991.5991,0,0,0,.0577.1807c.0371.0864.09.1958.1562.3286q.1187.2263.2817.5171t.31.561q.427.7734.8716,1.543t1.16,2.0054q1.2663-2.1123,1.9282-3.295a4.9911,4.9911,0,0,0,.6543-1.4209.4185.4185,0,0,0-.1563-.3208,1.1463,1.1463,0,0,0-.3916-.2011,2.9763,2.9763,0,0,0-.5415-.1079c-.1938-.0215-.3735-.0425-.54-.0655l-.021-.6064,4.2168.147Z"/> <path class="cls-94" d="M264.271,223.5537a2.0869,2.0869,0,0,1-.208,1.02,2.9905,2.9905,0,0,1-.5571.7862,4.3715,4.3715,0,0,1-.7305.601,6.1789,6.1789,0,0,1-.6436.3828l-.3086-.5141q.3435-.192.6563-.3989a2.3281,2.3281,0,0,0,.477-.397,2.1468,2.1468,0,0,0,.3492-.52,1.9389,1.9389,0,0,0,.1455-.7241l-.41-.0147a1.2753,1.2753,0,0,1-.8476-.3018,1.047,1.047,0,0,1-.3257-.77.9216.9216,0,0,1,.25-.6518.8749.8749,0,0,1,.7329-.2857,1.2418,1.2418,0,0,1,1.06.5181A2.3842,2.3842,0,0,1,264.271,223.5537Z"/> <path class="cls-94" d="M273.5068,229.6313a3.1006,3.1006,0,0,1,.6011.9551,3.6017,3.6017,0,0,1,.2251,1.1885,3.1319,3.1319,0,0,1-1.0957,2.605,4.0554,4.0554,0,0,1-2.9126.9389,5.642,5.642,0,0,1-1.6328-.3085,6.7644,6.7644,0,0,1-1.4233-.66l-.3453.6108-.684-.0239-.2647-4.1533.6924.0239a9.7244,9.7244,0,0,0,.5483,1.4048,5.314,5.314,0,0,0,.7969,1.1836,3.7813,3.7813,0,0,0,1.0669.8384,3.1733,3.1733,0,0,0,1.3906.3471,3.0341,3.0341,0,0,0,1.0244-.1181,1.6571,1.6571,0,0,0,.6988-.4107,1.6364,1.6364,0,0,0,.3828-.6489,2.6686,2.6686,0,0,0-.356-2.2412,2.7869,2.7869,0,0,0-1.2553-.9951q-.5632-.24-1.2906-.5332t-1.2568-.5489a4.4485,4.4485,0,0,1-1.6367-1.2636,3.3208,3.3208,0,0,1-.6367-1.97,2.8636,2.8636,0,0,1,.2373-1.2789,3.0442,3.0442,0,0,1,.7666-1.039,3.3214,3.3214,0,0,1,1.1464-.6543,3.867,3.867,0,0,1,1.4014-.2027,4.3038,4.3038,0,0,1,1.5088.3082,7.7994,7.7994,0,0,1,1.2305.64l.33-.5684.6841.024.209,4.0229-.6924-.0239q-.2124-.6981-.47-1.3379a5.1126,5.1126,0,0,0-.6509-1.1655,3.0984,3.0984,0,0,0-.9253-.8208,2.7729,2.7729,0,0,0-1.309-.34,1.8641,1.8641,0,0,0-1.3667.4722,1.541,1.541,0,0,0-.5284,1.2524,2.3185,2.3185,0,0,0,.4131,1.315,2.974,2.974,0,0,0,1.0982.8867q.6334.32,1.2446.5591t1.1831.5058a9.543,9.543,0,0,1,1.0049.5381A4.1148,4.1148,0,0,1,273.5068,229.6313Z"/> <path class="cls-94" d="M289.7529,226.9326l-.59-.02a4.2956,4.2956,0,0,0-.3037-.74,7.085,7.085,0,0,0-.4776-.814,4.3624,4.3624,0,0,0-.5859-.7065,1.2092,1.2092,0,0,0-.5976-.358q-.2674-.0439-.67-.0747t-.7465-.0429l-.4966-.0176.3383,9.6894a1.1779,1.1779,0,0,0,.1377.521.8818.8818,0,0,0,.4312.3775,5.3705,5.3705,0,0,0,.6514.1846,4.9481,4.9481,0,0,0,.769.1381l.021.606-5.7266-.2-.0214-.606c.1591-.0053.4018-.02.7285-.0424a2.7547,2.7547,0,0,0,.6753-.1045.7569.7569,0,0,0,.4033-.3057.9929.9929,0,0,0,.1128-.5547l-.3408-9.7666-.4961-.0171c-.1768-.0063-.396-.0093-.6578-.01s-.5117.0092-.75.0293a.9566.9566,0,0,0-.5742.3169,4.0693,4.0693,0,0,0-.5356.6674,5.3127,5.3127,0,0,0-.4248.8,4.6439,4.6439,0,0,0-.2481.7032l-.5986-.02-.1147-3.2871,10.5732.3686Z"/> <path class="cls-94" d="M302.3354,236.188l-5.0415-.1758-.021-.6059a5.0889,5.0889,0,0,0,1.1-.1324c.2911-.0752.4336-.1753.4292-.3008a1.29,1.29,0,0,0-.0239-.1884.9615.9615,0,0,0-.0576-.1983l-1.1-2.75-4.2573-.1484c-.1455.3935-.2642.7358-.3531,1.0288s-.17.562-.2412.81a5.7214,5.7214,0,0,0-.1333.5923,2.0838,2.0838,0,0,0-.03.374c.0083.228.1939.41.5567.5483a4.5388,4.5388,0,0,0,1.2217.2642l.0215.6059-4.5679-.1591-.021-.606a3.4855,3.4855,0,0,0,.5522-.0786,1.688,1.688,0,0,0,.54-.1987,1.958,1.958,0,0,0,.5132-.4639,2.9233,2.9233,0,0,0,.3427-.6831q.835-2.2479,1.8389-5.0518t1.7891-4.9941l.6836.0239,4.4082,10.59a2.2242,2.2242,0,0,0,.309.5484,2.2009,2.2009,0,0,0,.4673.4165,2.0116,2.0116,0,0,0,.52.2187,2.7109,2.7109,0,0,0,.5332.1084Zm-5.0527-5.1221-2.0014-4.7651-1.647,4.6382Z"/> <path class="cls-94" d="M314.8145,225.1294a3.7218,3.7218,0,0,0-.73.11,2.4611,2.4611,0,0,0-.7007.24,1.1141,1.1141,0,0,0-.3862.8052,9.0092,9.0092,0,0,0-.0528,1.5327l.31,8.87-.7437-.0259-7.6967-10.168.2182,6.2491a7.6041,7.6041,0,0,0,.189,1.6186,1.6222,1.6222,0,0,0,.4336.8164,2.1725,2.1725,0,0,0,.8242.3784,5.2547,5.2547,0,0,0,.8184.1993l.021.6059-4.9746-.1738-.0215-.606a4.5677,4.5677,0,0,0,.7719-.1391,1.948,1.948,0,0,0,.6748-.2451,1.1468,1.1468,0,0,0,.3843-.7159,8.5626,8.5626,0,0,0,.0532-1.6733l-.2085-5.9678a2.4864,2.4864,0,0,0-.164-.79,1.6056,1.6056,0,0,0-.3892-.6192,2.8555,2.8555,0,0,0-.85-.5117,3.1141,3.1141,0,0,0-.8579-.2466l-.021-.6064,3.4644.1206,7.1406,9.4736-.2012-5.7617a7.58,7.58,0,0,0-.1938-1.6313,1.4075,1.4075,0,0,0-.4195-.7686,3.09,3.09,0,0,0-.7929-.3432,4.4839,4.4839,0,0,0-.8311-.1988l-.021-.6064,4.9317.1718Z"/> <path class="cls-94" d="M328.2427,225.5977a3.7579,3.7579,0,0,0-.7305.11,2.4653,2.4653,0,0,0-.7.24,1.1106,1.1106,0,0,0-.3857.8052,8.9106,8.9106,0,0,0-.0537,1.5332l.31,8.87-.7436-.0263-7.6968-10.168.2182,6.249a7.6527,7.6527,0,0,0,.1885,1.6187,1.6263,1.6263,0,0,0,.4341.8164,2.16,2.16,0,0,0,.8242.3784,5.2663,5.2663,0,0,0,.8179.1992l.021.606-4.9741-.1734-.021-.6059a4.6771,4.6771,0,0,0,.7719-.14,1.9394,1.9394,0,0,0,.6739-.2451,1.15,1.15,0,0,0,.3852-.7158,8.5906,8.5906,0,0,0,.0523-1.6733l-.208-5.9678a2.4778,2.4778,0,0,0-.1646-.79,1.6112,1.6112,0,0,0-.3887-.6191,2.8422,2.8422,0,0,0-.85-.5112,3.1072,3.1072,0,0,0-.8583-.2471l-.021-.6064,3.4653.1206,7.14,9.4736-.2011-5.7617a7.5887,7.5887,0,0,0-.1929-1.6309,1.4138,1.4138,0,0,0-.42-.769,3.0848,3.0848,0,0,0-.793-.3428,4.46,4.46,0,0,0-.8311-.1992l-.0214-.6065,4.9326.1719Z"/> <path class="cls-94" d="M339.7,233.9272l-.1064,3.56-10.0694-.3511-.021-.6059c.1709-.0054.3975-.022.6812-.0489a2.2082,2.2082,0,0,0,.5522-.0961.7123.7123,0,0,0,.3687-.3194,1.0857,1.0857,0,0,0,.0883-.5171l-.3042-8.708a1.2946,1.2946,0,0,0-.1113-.5029.8074.8074,0,0,0-.4053-.3677,3.11,3.11,0,0,0-.6269-.2182,4.8868,4.8868,0,0,0-.6235-.1236l-.021-.6064,9.3852.3271.1021,2.92-.6407-.0224a4.3047,4.3047,0,0,0-.788-1.4043,2.013,2.013,0,0,0-1.1089-.8364c-.1778-.0288-.39-.0533-.6343-.0728s-.5249-.0352-.8384-.0464l-1.9062-.0664.1679,4.815,1.3682.0478a2.6751,2.6751,0,0,0,.957-.09,1.194,1.194,0,0,0,.52-.3955,2.0556,2.0556,0,0,0,.2974-.65,4.0333,4.0333,0,0,0,.148-.7754l.6411.0224.1655,4.7466-.6406-.0224a4.0391,4.0391,0,0,0-.2144-.8726,2.421,2.421,0,0,0-.3349-.6724,1.354,1.354,0,0,0-.6182-.4565,3.2434,3.2434,0,0,0-.8965-.1338l-1.3682-.0478.127,3.6308a3.8794,3.8794,0,0,0,.1074.8638.8747.8747,0,0,0,.3159.4878,1.3572,1.3572,0,0,0,.6138.23,9.6078,9.6078,0,0,0,1.0957.0854q.2827.01.7437.0259a7.3287,7.3287,0,0,0,.7768-.0073,4.4308,4.4308,0,0,0,.6665-.1.9457.9457,0,0,0,.4829-.2261,4.988,4.988,0,0,0,.7818-1.2134,7.7935,7.7935,0,0,0,.5083-1.2055Z"/> <path class="cls-94" d="M352.877,237.9507l-3.2666-.1138q-1.1435-1.7373-2.0616-3.0049-.9192-1.2693-1.9892-2.6191l-1.2427-.0435.1343,3.8418a1.4062,1.4062,0,0,0,.1123.5284.7282.7282,0,0,0,.4136.36,2.7639,2.7639,0,0,0,.5429.1294q.386.0645.6514.0825l.021.606-5.1284-.1787-.021-.606c.1362-.0063.333-.02.5918-.039a1.9669,1.9669,0,0,0,.5385-.0923.6669.6669,0,0,0,.3609-.3111,1.101,1.101,0,0,0,.0962-.5424l-.3057-8.7593a1.5765,1.5765,0,0,0-.104-.5322.6929.6929,0,0,0-.4141-.3643,3.8728,3.8728,0,0,0-.56-.16,5.367,5.367,0,0,0-.584-.1015l-.021-.6065,5.5986.1953a6.505,6.505,0,0,1,1.45.2085,4.1944,4.1944,0,0,1,1.24.5508,2.8521,2.8521,0,0,1,.8774.9214,2.761,2.761,0,0,1,.3628,1.3389,3.2484,3.2484,0,0,1-.17,1.23,2.3324,2.3324,0,0,1-.6.9087,3.4087,3.4087,0,0,1-.9009.6035,6.5321,6.5321,0,0,1-1.1728.4156q.94,1.218,1.5615,2.05t1.5264,2.0229a4.486,4.486,0,0,0,.7055.7788,3.9793,3.9793,0,0,0,.6167.4185,2.2162,2.2162,0,0,0,.5616.19,4.2738,4.2738,0,0,0,.5581.0879Zm-4.8116-9.1841a2.3953,2.3953,0,0,0-2.5024-2.4712l-1.4531-.0508.1816,5.1905,1.1191.039a2.4366,2.4366,0,0,0,2.6548-2.7075Z"/> <path class="cls-94" d="M363.3389,226.8218a1.9167,1.9167,0,0,0-.4576.0991,1.5454,1.5454,0,0,0-.4458.1934,2.9111,2.9111,0,0,0-.4418.3,4.6286,4.6286,0,0,0-.4419.5644q-.6336.9164-1.1641,1.8609t-1.3247,2.4013a4.2382,4.2382,0,0,0-.3882.8648,3.3931,3.3931,0,0,0-.0688.96l.0805,2.3135a1.1442,1.1442,0,0,0,.1431.5381.96.96,0,0,0,.4355.3774,5.2458,5.2458,0,0,0,.647.189,4.4924,4.4924,0,0,0,.7476.1328l.021.606-5.6758-.1978-.021-.606q.238-.0087.7158-.039a2.6077,2.6077,0,0,0,.6626-.1006.7194.7194,0,0,0,.4106-.3355,1.1279,1.1279,0,0,0,.0962-.5424l-.103-2.9453a1.5822,1.5822,0,0,0-.1841-.5054q-.1794-.3684-.4257-.82-.5472-1.0079-1.2115-2.1822t-1.1548-2.01a5.2219,5.2219,0,0,0-.5249-.7515,2.806,2.806,0,0,0-.5156-.4526,1.7357,1.7357,0,0,0-.498-.2134,3.4243,3.4243,0,0,0-.52-.1035l-.0214-.6065,5.1757.1807.0215.6065a5.41,5.41,0,0,0-1.2265.0756c-.2373.06-.3536.1519-.3492.2769a.6154.6154,0,0,0,.0577.1807c.0371.0864.09.1958.1557.3286q.1194.2264.2822.5171t.31.561q.4271.7734.8721,1.543.4431.77,1.16,2.0053,1.2663-2.1123,1.9277-3.2949a4.9852,4.9852,0,0,0,.6548-1.4214.4191.4191,0,0,0-.1563-.32,1.15,1.15,0,0,0-.3911-.2012,2.9992,2.9992,0,0,0-.542-.1079c-.1938-.0214-.3735-.0424-.54-.0654l-.021-.6064,4.2168.1469Z"/> <path class="cls-94" d="M232.1113,250.6772l-.1308,3.5938-9.48-.3306-.021-.6059q.2043-.01.5923-.04a1.9483,1.9483,0,0,0,.5385-.0918.6645.6645,0,0,0,.36-.3115,1.0924,1.0924,0,0,0,.0962-.542l-.3028-8.6738a1.3027,1.3027,0,0,0-.1162-.5156.825.825,0,0,0-.4008-.3721,3.1457,3.1457,0,0,0-.5586-.22,3.2733,3.2733,0,0,0-.59-.1353l-.021-.6064,5.12.1782.0214.6064a3.9271,3.9271,0,0,0-.6167.064,4.3693,4.3693,0,0,0-.5463.1172.5757.5757,0,0,0-.3853.3359,1.2722,1.2722,0,0,0-.0884.5259l.2842,8.1362a5.3786,5.3786,0,0,0,.0859.877.85.85,0,0,0,.2774.4907,1.2494,1.2494,0,0,0,.5928.2212,9.58,9.58,0,0,0,1.0913.085q.3164.011.6577.0063a5.4819,5.4819,0,0,0,.647-.0459,3.1131,3.1131,0,0,0,.5468-.1216.7936.7936,0,0,0,.3638-.2133,7.03,7.03,0,0,0,.7744-1.1622,7.771,7.771,0,0,0,.6-1.2709Z"/> <path class="cls-94" d="M243.1387,251.0962l-.1065,3.56-10.0688-.3511-.021-.606c.17-.0054.397-.022.6811-.0488a2.2065,2.2065,0,0,0,.5513-.0962.7052.7052,0,0,0,.3691-.3193,1.0831,1.0831,0,0,0,.0889-.5171l-.3042-8.708a1.3038,1.3038,0,0,0-.1118-.5025.8079.8079,0,0,0-.4053-.3681,3.1127,3.1127,0,0,0-.6269-.2178,4.827,4.827,0,0,0-.6231-.124l-.021-.6065,9.3848.3272.102,2.92-.6411-.022a4.2991,4.2991,0,0,0-.7871-1.4048,2.01,2.01,0,0,0-1.1094-.8359q-.2665-.0432-.6342-.0732c-.2451-.02-.5254-.0352-.8379-.0464l-1.9063-.0664.168,4.8149,1.3677.0479a2.6633,2.6633,0,0,0,.957-.09,1.1961,1.1961,0,0,0,.52-.3955,2.0483,2.0483,0,0,0,.2974-.65,4.0222,4.0222,0,0,0,.1479-.7754l.6411.0225.1656,4.7471-.6411-.0225a4.0107,4.0107,0,0,0-.2139-.873,2.4076,2.4076,0,0,0-.335-.6724,1.3535,1.3535,0,0,0-.6181-.4566,3.2451,3.2451,0,0,0-.8965-.1337l-1.3677-.0479.127,3.6309a3.88,3.88,0,0,0,.1069.8637.873.873,0,0,0,.3159.4878,1.3665,1.3665,0,0,0,.6138.23,9.7191,9.7191,0,0,0,1.0957.0855q.2828.0095.7436.0258a7.3158,7.3158,0,0,0,.7774-.0073,4.358,4.358,0,0,0,.666-.1006.9409.9409,0,0,0,.4829-.226,4.9576,4.9576,0,0,0,.7817-1.2134,7.8346,7.8346,0,0,0,.5083-1.2056Z"/> <path class="cls-94" d="M255.811,255.1021l-5.0415-.1758-.0215-.606a5.0594,5.0594,0,0,0,1.1006-.1323c.291-.0752.4336-.1753.4292-.3008a1.21,1.21,0,0,0-.0234-.188.9443.9443,0,0,0-.0576-.1982l-1.1-2.75-4.2583-.1485c-.1446.3926-.2632.7349-.3521,1.0279s-.17.5625-.2412.81a5.654,5.654,0,0,0-.1338.5923,2.1241,2.1241,0,0,0-.0293.374q.0117.3422.5567.5484a4.53,4.53,0,0,0,1.2216.2646l.021.606-4.5673-.16-.021-.6059a3.5031,3.5031,0,0,0,.5522-.0787,1.6856,1.6856,0,0,0,.54-.1987,1.972,1.972,0,0,0,.5131-.4639,2.901,2.901,0,0,0,.3428-.6831q.8351-2.247,1.8389-5.0517t1.7886-4.9937l.684.024,4.4077,10.59a2.24,2.24,0,0,0,.31.5483,2.1932,2.1932,0,0,0,.4668.4165,2.0224,2.0224,0,0,0,.52.2188,2.72,2.72,0,0,0,.5332.1084Zm-5.0527-5.1216-2.001-4.7657-1.6469,4.6387Z"/> <path class="cls-94" d="M265.8027,246.6343l-.59-.02a4.328,4.328,0,0,0-.3042-.74,7.0634,7.0634,0,0,0-.4775-.8139,4.4191,4.4191,0,0,0-.5855-.7071,1.2141,1.2141,0,0,0-.5981-.3574q-.2674-.044-.67-.0747t-.7465-.043l-.4966-.0175.3384,9.69a1.1764,1.1764,0,0,0,.1376.52.8831.8831,0,0,0,.4317.3774,5.36,5.36,0,0,0,.6514.1851,4.9121,4.9121,0,0,0,.768.1372l.0215.606-5.7266-.2-.0214-.606q.2387-.0081.7285-.043a2.7074,2.7074,0,0,0,.6753-.104.7567.7567,0,0,0,.4033-.3056.9931.9931,0,0,0,.1128-.5547l-.3408-9.7666-.4961-.0171q-.2652-.01-.6573-.01t-.75.0293a.9552.9552,0,0,0-.5743.3169,4.07,4.07,0,0,0-.5356.6675,5.31,5.31,0,0,0-.4243.8,4.58,4.58,0,0,0-.2486.7031l-.5986-.021-.1147-3.2871,10.5737.3692Z"/> <path class="cls-94" d="M279.6333,255.9331l-5.0347-.1758-.021-.6059q.2037-.01.5923-.0308a1.7261,1.7261,0,0,0,.53-.0835.6579.6579,0,0,0,.3652-.2988,1.0389,1.0389,0,0,0,.1011-.5376l-.1509-4.3115-5.7011-.1988.1474,4.2173a1.2021,1.2021,0,0,0,.1157.5073.9322.9322,0,0,0,.4014.3721,2.32,2.32,0,0,0,.5225.1714,3.948,3.948,0,0,0,.5888.106l.021.6059-5.0346-.1753-.021-.6059c.1357-.0069.3335-.0166.5922-.0308a1.7286,1.7286,0,0,0,.5308-.084.66.66,0,0,0,.3648-.2983,1.0341,1.0341,0,0,0,.101-.5376l-.3051-8.7422a1.1766,1.1766,0,0,0-.129-.5034.8528.8528,0,0,0-.3969-.3677,3.8879,3.8879,0,0,0-1.1387-.3379l-.021-.6064,5.0342.1753.0215.6064a3.8,3.8,0,0,0-.583.0562,3.8544,3.8544,0,0,0-.5127.11.5518.5518,0,0,0-.377.3281,1.3044,1.3044,0,0,0-.08.5171l.1314,3.7564,5.7012.1987-.128-3.6709a1.1769,1.1769,0,0,0-.1289-.5034.8538.8538,0,0,0-.3974-.3672,3.2739,3.2739,0,0,0-.5664-.2158,3.31,3.31,0,0,0-.5718-.1226l-.021-.6064,5.0342.1757.0214.6065a3.6887,3.6887,0,0,0-.583.0561,3.8242,3.8242,0,0,0-.5131.11.5529.5529,0,0,0-.3765.3281,1.3026,1.3026,0,0,0-.08.5171l.3052,8.7334a1.2006,1.2006,0,0,0,.1157.5073.93.93,0,0,0,.4009.3721,2.31,2.31,0,0,0,.5229.1719,4.0631,4.0631,0,0,0,.5884.1059Z"/> <path class="cls-94" d="M291.415,252.78l-.1059,3.5605-10.0689-.3515-.0214-.606q.2556-.0074.6811-.0488a2.1906,2.1906,0,0,0,.5518-.0957.7089.7089,0,0,0,.3686-.32,1.0826,1.0826,0,0,0,.0884-.5166l-.3042-8.7081a1.3,1.3,0,0,0-.1113-.5029.806.806,0,0,0-.4053-.3677,3.0927,3.0927,0,0,0-.6265-.2177,4.7739,4.7739,0,0,0-.623-.1245l-.0215-.6065,9.3852.3276.1016,2.92-.6406-.0225a4.3,4.3,0,0,0-.7881-1.4048,2.001,2.001,0,0,0-1.1084-.8354q-.2665-.0439-.6348-.0733t-.8383-.0464l-1.9063-.0664.1685,4.815,1.3676.0473a2.6435,2.6435,0,0,0,.9576-.09,1.1915,1.1915,0,0,0,.5195-.3955,2.0463,2.0463,0,0,0,.2974-.65,3.98,3.98,0,0,0,.1479-.7749l.6411.022.1655,4.7471-.6406-.022a4.0067,4.0067,0,0,0-.2143-.8731,2.419,2.419,0,0,0-.335-.6728,1.3587,1.3587,0,0,0-.6177-.4566,3.2692,3.2692,0,0,0-.8969-.1337l-1.3677-.0474.1264,3.6308a3.8653,3.8653,0,0,0,.1075.8633.8738.8738,0,0,0,.3159.4883,1.366,1.366,0,0,0,.6138.23,9.72,9.72,0,0,0,1.0961.0855q.282.01.7432.0258a7.321,7.321,0,0,0,.7769-.0068,4.4882,4.4882,0,0,0,.667-.1006.9466.9466,0,0,0,.4829-.2261,4.9681,4.9681,0,0,0,.7812-1.2133,7.8755,7.8755,0,0,0,.5088-1.2061Z"/> <path class="cls-94" d="M304.5918,256.8032l-3.2661-.1137q-1.144-1.7373-2.062-3.0049-.9192-1.2693-1.9888-2.6192l-1.2432-.0429.1343,3.8418a1.4125,1.4125,0,0,0,.1123.5278.7287.7287,0,0,0,.4141.36,2.7511,2.7511,0,0,0,.5425.13q.386.0645.6513.0826l.021.6059-5.1284-.1787-.021-.606c.1367-.0068.3335-.02.5918-.0395a1.9546,1.9546,0,0,0,.5391-.0918.665.665,0,0,0,.36-.3115,1.0979,1.0979,0,0,0,.0967-.542l-.3061-8.7593a1.5844,1.5844,0,0,0-.1041-.5327.6936.6936,0,0,0-.414-.3638,3.8956,3.8956,0,0,0-.56-.16,5.3385,5.3385,0,0,0-.5844-.1011l-.021-.6065,5.5986.1954a6.4935,6.4935,0,0,1,1.45.2085,4.194,4.194,0,0,1,1.24.55,2.8523,2.8523,0,0,1,.8775.9214,2.7592,2.7592,0,0,1,.3628,1.3389,3.2418,3.2418,0,0,1-.17,1.23,2.33,2.33,0,0,1-.6.9087,3.4234,3.4234,0,0,1-.9009.604,6.5979,6.5979,0,0,1-1.1724.415q.939,1.218,1.5611,2.0493t1.5263,2.023a4.4955,4.4955,0,0,0,.7061.7793,3.9,3.9,0,0,0,.6167.4179,2.1894,2.1894,0,0,0,.561.19,4.2308,4.2308,0,0,0,.5586.0874Zm-4.8115-9.1841a2.3947,2.3947,0,0,0-2.5025-2.4712l-1.4526-.05.1811,5.19,1.12.039a2.4368,2.4368,0,0,0,2.6543-2.708Z"/> <path class="cls-94" d="M321.1567,245.8872a1.84,1.84,0,0,0-.4921.0811,2.2043,2.2043,0,0,0-.5137.2168,1.5963,1.5963,0,0,0-.4678.414,2.0508,2.0508,0,0,0-.2964.6675q-.5391,1.95-1.25,4.5566t-1.5391,5.5528l-.7871-.0279-3.3881-9.437-2.857,9.2193-.7549-.0264q-.95-3.0168-1.9692-6.2632t-1.3638-4.3491a1.6062,1.6062,0,0,0-.2431-.4775,1.7431,1.7431,0,0,0-.419-.39,1.7068,1.7068,0,0,0-.5073-.2348,3.1318,3.1318,0,0,0-.5205-.1075l-.0215-.6064,4.9448.1724.021.6064a7.4588,7.4588,0,0,0-1.1025.0894c-.3032.0517-.4512.1518-.4458.3a1.3783,1.3783,0,0,0,.0332.227c.02.0947.0371.17.0508.228q.2226.7581.7827,2.5083t1.6626,5.2422l2.7129-8.9009.8359.0293,3.376,9.3047q.5442-2.1.9341-3.67t.6425-2.6894q.178-.7881.2188-1.0811a2.9289,2.9289,0,0,0,.0337-.498q-.01-.29-.4146-.5a3.9178,3.9178,0,0,0-1.2954-.31l-.021-.6065,4.3994.1534Z"/> <path class="cls-94" d="M331.562,247.0776a6.5258,6.5258,0,0,1,1.3272,2.0625,7.5337,7.5337,0,0,1,.5444,2.6328,6.8919,6.8919,0,0,1-.37,2.6045,5.3028,5.3028,0,0,1-1.2119,1.9615,5.058,5.058,0,0,1-1.8023,1.1992,5.4868,5.4868,0,0,1-2.2236.3657,5.9845,5.9845,0,0,1-4.2427-1.9385,6.5534,6.5534,0,0,1-1.28-2.0527,7.4625,7.4625,0,0,1-.5283-2.5464,6.8352,6.8352,0,0,1,.37-2.6177,5.5784,5.5784,0,0,1,1.2036-1.9575,5.0006,5.0006,0,0,1,1.8228-1.2158,5.524,5.524,0,0,1,2.2114-.3662,6.0646,6.0646,0,0,1,4.18,1.8686Zm-.9736,8.544a5.2722,5.2722,0,0,0,.6352-1.7349,9.9432,9.9432,0,0,0,.1416-2.186,10.2948,10.2948,0,0,0-.3232-2.2964,6.0967,6.0967,0,0,0-.7759-1.8008,3.7843,3.7843,0,0,0-1.2192-1.1723,3.3783,3.3783,0,0,0-1.6382-.4624,2.96,2.96,0,0,0-1.7275.4091,3.29,3.29,0,0,0-1.127,1.2139,5.6313,5.6313,0,0,0-.5757,1.7368,10.1907,10.1907,0,0,0-.1352,2.11,10.4051,10.4051,0,0,0,.3,2.227,6.0525,6.0525,0,0,0,.7622,1.7832,3.8285,3.8285,0,0,0,1.2036,1.2144,3.35,3.35,0,0,0,1.69.4809,3.0715,3.0715,0,0,0,1.6348-.37A3.0074,3.0074,0,0,0,330.5884,255.6216Z"/> <path class="cls-94" d="M346.979,258.2817l-3.2666-.1137q-1.1426-1.7373-2.0615-3.0049-.9185-1.2693-1.9893-2.6192l-1.2427-.0434.1343,3.8418a1.4073,1.4073,0,0,0,.1128.5283.7277.7277,0,0,0,.4131.36,2.7456,2.7456,0,0,0,.543.1294q.3859.0651.6518.083l.021.6059-5.1289-.1792-.021-.6059c.1363-.0064.333-.02.5918-.0391a1.9741,1.9741,0,0,0,.5391-.0918.6642.6642,0,0,0,.36-.3115,1.0946,1.0946,0,0,0,.0962-.5425l-.3056-8.7593a1.5819,1.5819,0,0,0-.104-.5322.693.693,0,0,0-.4136-.3638,3.8311,3.8311,0,0,0-.5611-.16,5.4517,5.4517,0,0,0-.5839-.1016l-.021-.6064,5.5986.1953a6.5342,6.5342,0,0,1,1.45.2085,4.22,4.22,0,0,1,1.24.5508,2.8416,2.8416,0,0,1,.8775.9213,2.758,2.758,0,0,1,.3628,1.3389,3.2418,3.2418,0,0,1-.17,1.2305,2.3266,2.3266,0,0,1-.6.9082,3.3992,3.3992,0,0,1-.9009.604,6.5953,6.5953,0,0,1-1.1719.4155q.939,1.2172,1.561,2.0493t1.5264,2.023a4.4542,4.4542,0,0,0,.7061.7793,3.9323,3.9323,0,0,0,.6157.4179,2.1946,2.1946,0,0,0,.562.19,4.2074,4.2074,0,0,0,.5576.0879Zm-4.811-9.184a2.3953,2.3953,0,0,0-2.5025-2.4712l-1.4536-.0508.1817,5.19,1.12.0391a2.4374,2.4374,0,0,0,2.6548-2.7075Z"/> <path class="cls-94" d="M359.2188,258.7085l-3.4014-.1187q-1.0363-1.5534-2.29-3.0937t-2.6191-2.9946l-.2217-.0078.147,4.2172a1.1975,1.1975,0,0,0,.1245.5074.8714.8714,0,0,0,.4014.372,3.4335,3.4335,0,0,0,.5136.1631,3.4925,3.4925,0,0,0,.6231.1157l.021.606-5.0342-.1758-.021-.6059q.1956-.01.57-.0313a1.7957,1.7957,0,0,0,.5264-.084.6643.6643,0,0,0,.3608-.3159,1.06,1.06,0,0,0,.0967-.5205L348.7114,248a1.253,1.253,0,0,0-.1157-.5068.8367.8367,0,0,0-.4014-.3638,3.4194,3.4194,0,0,0-.5537-.2153,3.1179,3.1179,0,0,0-.5591-.1221l-.0214-.6064,5.0346.1757.021.6065a3.9908,3.9908,0,0,0-.5957.0556,3.8233,3.8233,0,0,0-.5254.1094.5657.5657,0,0,0-.3808.3281,1.2537,1.2537,0,0,0-.0845.5171l.146,4.1831.1709.0059q.747-.6217,1.4653-1.3a17.8949,17.8949,0,0,0,1.3018-1.3569,12.5117,12.5117,0,0,0,.9438-1.208,1.4456,1.4456,0,0,0,.2832-.813.2619.2619,0,0,0-.1655-.2144,1.8113,1.8113,0,0,0-.3677-.145,3.1131,3.1131,0,0,0-.43-.0786l-.3086-.0322-.0209-.6065,4.5473.1582.021.6065c-.0171,0-.0547,0-.1108.0044s-.1221.0073-.1963.01a1.7874,1.7874,0,0,0-.2378.0259c-.0791.0146-.1807.0308-.3052.0493a2.8734,2.8734,0,0,0-.6113.1958,1.5046,1.5046,0,0,0-.5127.3535q-.8453.9683-1.7637,2.002-.9177,1.0356-1.8262,1.8823,1.3513,1.5132,2.2408,2.6011.8877,1.0876,1.8882,2.3242a4.6527,4.6527,0,0,0,.7578.7637,4.9682,4.9682,0,0,0,.644.436,2.1754,2.1754,0,0,0,.5591.19,4.1628,4.1628,0,0,0,.5557.0874Z"/> <path class="cls-94" d="M366.9565,253.4277a3.1022,3.1022,0,0,1,.6016.9551,3.6017,3.6017,0,0,1,.2251,1.1885,3.1333,3.1333,0,0,1-1.0957,2.605,4.0552,4.0552,0,0,1-2.9126.9384,5.6212,5.6212,0,0,1-1.6328-.3081,6.7712,6.7712,0,0,1-1.4229-.66l-.3457.6108-.684-.0239-.2647-4.1538.6924.0244a9.7315,9.7315,0,0,0,.5483,1.4053,5.3457,5.3457,0,0,0,.7969,1.1831,3.7691,3.7691,0,0,0,1.0669.8384,3.1689,3.1689,0,0,0,1.39.3466,3.0385,3.0385,0,0,0,1.0249-.1172,1.6566,1.6566,0,0,0,.6988-.4111,1.6357,1.6357,0,0,0,.3828-.6484,2.67,2.67,0,0,0-.3555-2.2412,2.794,2.794,0,0,0-1.2558-.9956q-.564-.2411-1.2906-.5332t-1.2573-.5494a4.43,4.43,0,0,1-1.6362-1.2636,3.3175,3.3175,0,0,1-.6363-1.97,2.8646,2.8646,0,0,1,.2369-1.2788,3.05,3.05,0,0,1,.7661-1.039,3.3237,3.3237,0,0,1,1.1469-.6543,3.8541,3.8541,0,0,1,1.4014-.2027,4.3,4.3,0,0,1,1.5093.3081,7.8305,7.8305,0,0,1,1.23.64l.33-.5684.6841.024.209,4.0234-.6924-.0239q-.2124-.6981-.47-1.3384a5.0978,5.0978,0,0,0-.6509-1.1646,3.0878,3.0878,0,0,0-.9253-.8213,2.7683,2.7683,0,0,0-1.3091-.34,1.8586,1.8586,0,0,0-1.3667.4727,1.5385,1.5385,0,0,0-.5283,1.2519,2.3158,2.3158,0,0,0,.4131,1.3145,2.9742,2.9742,0,0,0,1.0982.8872q.6334.3193,1.2446.5586t1.1831.5063a9.4863,9.4863,0,0,1,1.0044.5381A4.1046,4.1046,0,0,1,366.9565,253.4277Z"/> <path class="cls-94" d="M203.2617,249l-3.1509-.11-.0131-.3789a3.1735,3.1735,0,0,0,.6879-.0825c.1817-.0473.271-.1094.2681-.188a.8617.8617,0,0,0-.0146-.1176.5828.5828,0,0,0-.0367-.1236l-.6875-1.7187-2.6606-.0928c-.0913.2456-.1641.4595-.22.6426s-.106.3515-.1509.5063a3.41,3.41,0,0,0-.0835.37,1.3177,1.3177,0,0,0-.0181.2339q.0073.2131.3477.3423a2.8178,2.8178,0,0,0,.7637.1651l.0132.3789-2.855-.1-.0132-.379a2.1934,2.1934,0,0,0,.3452-.0488,1.0465,1.0465,0,0,0,.3374-.1245,1.2255,1.2255,0,0,0,.32-.29,1.802,1.802,0,0,0,.2149-.4273q.5214-1.404,1.1489-3.1577.627-1.752,1.1177-3.1211l.4277.0151,2.7549,6.6192a1.2017,1.2017,0,0,0,.4853.603,1.2774,1.2774,0,0,0,.3252.1367,1.6916,1.6916,0,0,0,.333.0674Zm-3.1582-3.2012-1.25-2.9785-1.0293,2.899Z"/> <path class="cls-94" d="M211.061,242.0879a2.2894,2.2894,0,0,0-.4565.0693,1.532,1.532,0,0,0-.4375.15.6955.6955,0,0,0-.2412.5034,5.6011,5.6011,0,0,0-.0332.9576l.1933,5.5439-.4643-.0161-4.8111-6.355.1368,3.9058a4.8082,4.8082,0,0,0,.1176,1.0117,1.02,1.02,0,0,0,.272.51,1.3462,1.3462,0,0,0,.5152.2363,3.1141,3.1141,0,0,0,.5107.124l.0137.3789L203.2671,249l-.0132-.3789a2.7893,2.7893,0,0,0,.4819-.0869,1.2169,1.2169,0,0,0,.4224-.1528.7215.7215,0,0,0,.24-.4473,5.3751,5.3751,0,0,0,.0328-1.0464l-.13-3.73a1.5493,1.5493,0,0,0-.1026-.4936.9984.9984,0,0,0-.2431-.3872,1.7658,1.7658,0,0,0-.5313-.3194,1.952,1.952,0,0,0-.5361-.1548l-.0132-.3789,2.1655.0757,4.4629,5.92-.1259-3.6011a4.6753,4.6753,0,0,0-.1211-1.0185.8767.8767,0,0,0-.2622-.4805,1.9155,1.9155,0,0,0-.4957-.2148,2.7434,2.7434,0,0,0-.519-.1245l-.0132-.3789,3.0821.1074Z"/> <path class="cls-94" d="M219.0562,245.8149a3.4877,3.4877,0,0,1-.3047,1.6626,3.1,3.1,0,0,1-.9048,1.13,3.7816,3.7816,0,0,1-1.2959.6319,5.0043,5.0043,0,0,1-1.5044.1713l-3.1411-.11-.0132-.3789a3.3873,3.3873,0,0,0,.4023-.0152,1.2357,1.2357,0,0,0,.3262-.0546.4151.4151,0,0,0,.2251-.1978.6655.6655,0,0,0,.061-.3257l-.1909-5.4639a.854.854,0,0,0-.0727-.3271.5071.5071,0,0,0-.251-.2378,1.5692,1.5692,0,0,0-.3623-.13,3.0637,3.0637,0,0,0-.333-.0595l-.0132-.3789,3.312.1157a4.5884,4.5884,0,0,1,1.354.2578,4.3445,4.3445,0,0,1,1.1733.6084,3.613,3.613,0,0,1,1.0909,1.28A4.2331,4.2331,0,0,1,219.0562,245.8149Zm-1.3086-.0483a4.5342,4.5342,0,0,0-.252-1.3853,3.4375,3.4375,0,0,0-.63-1.0952,2.8749,2.8749,0,0,0-.9292-.7192,2.9182,2.9182,0,0,0-1.2026-.2925c-.146-.0049-.311-.0078-.4941-.0093s-.3189-.0014-.4082,0l.2031,5.8165a.8009.8009,0,0,0,.3066.6816,1.6917,1.6917,0,0,0,.8775.2168,2.64,2.64,0,0,0,1.1772-.1987,1.9267,1.9267,0,0,0,.8-.6377,2.7459,2.7459,0,0,0,.4473-1.02A5.3728,5.3728,0,0,0,217.7476,245.7666Z"/> <path class="cls-95" d="M402.7236,261.9561c-.1552.0317-.28.0532-.375.0629a1.8846,1.8846,0,0,1-.3623-.0068q-.3266-.0249-.8681.5508-.2212.2343-.0147.4287l3.5528,3.3491a.3748.3748,0,0,0,.4785.0342c.1855-.1025.3213-.1133.4062-.0327a.225.225,0,0,1,.0108.3589L403.998,268.35a.22.22,0,0,1-.3525.0039.2142.2142,0,0,1-.043-.2959.4946.4946,0,0,0-.0888-.6465l-3.4893-3.2749a.3485.3485,0,0,0-.1894-.1049.2466.2466,0,0,0-.1973.1025c-.0938.1-.1768.186-.251.26a1.369,1.369,0,0,0-.1865.2265.7119.7119,0,0,0-.1035.2656,1.1591,1.1591,0,0,0,.0078.3692q.0762.4885-.0234.5947a.2162.2162,0,0,1-.3448.0239,1.3968,1.3968,0,0,1-.2793-.5581c-.0351-.1045-.0664-.2-.0947-.2837a1.8078,1.8078,0,0,1-.0625-.2329.4621.4621,0,0,1,.0049-.2041.4574.4574,0,0,1,.1182-.1968l1.1953-1.2685q.4789-.5091.78-.8281c.2012-.2134.3536-.3755.459-.4868s.1826-.1934.2315-.2452.081-.0869.0966-.103.0372-.0391.0635-.0679a.7129.7129,0,0,1,.6319-.1289,2.58,2.58,0,0,1,.874.34.1032.1032,0,0,1,.0469.0713.3913.3913,0,0,1,.0068.1137.2759.2759,0,0,1-.0283.1079A.09.09,0,0,1,402.7236,261.9561Z"/> <path class="cls-95" d="M409.3555,259.7881a1.64,1.64,0,0,1,.4638.7466,2.0367,2.0367,0,0,1,.0479.9033,3.0331,3.0331,0,0,1-.3037.8276,3.5945,3.5945,0,0,1-.5606.773,2.9271,2.9271,0,0,1-1.5078.8877,1.7188,1.7188,0,0,1-1.6357-.4283l-2.836-2.6723a.3734.3734,0,0,0-.4775-.0342q-.2783.1538-.4063.0327a.2191.2191,0,0,1-.0175-.3515l1.56-1.6563a.22.22,0,0,1,.3526-.0034q.1274.1209-.0088.4082a.3727.3727,0,0,0,.0625.4746l2.8213,2.6592a1.1263,1.1263,0,0,0,.87.3364,1.28,1.28,0,0,0,.8613-.4365,1.5364,1.5364,0,0,0,.4678-.9741,1.2044,1.2044,0,0,0-.4424-.9473l-2.7432-2.585a.3735.3735,0,0,0-.4775-.0341c-.1817.0976-.3145.1059-.4.0253a.22.22,0,0,1-.0176-.3515l1.086-1.1514a.2239.2239,0,0,1,.3584-.0107c.081.0761.0752.2143-.0157.415a.42.42,0,0,0,.127.5352Z"/> <path class="cls-95" d="M414.7744,256.9146q-.2681.2848-1.9267.0229a4.8282,4.8282,0,0,1-1.9649-.564q-.1069-.1.1494-.7846a.9425.9425,0,0,0,.0215-.6709,1.5968,1.5968,0,0,0-.4336-.63,1.7472,1.7472,0,0,0-.35-.2554,1.2483,1.2483,0,0,0-.4014-.1435.9374.9374,0,0,0-.4072.019.8557.8557,0,0,0-.373.2251,1.2117,1.2117,0,0,0-.1758.2437,1.0128,1.0128,0,0,0-.1055.2758.7389.7389,0,0,0-.01.2735.39.39,0,0,0,.121.2275l3.3262,3.1348a.3687.3687,0,0,0,.4707.0273q.2784-.1538.4063-.0327a.2243.2243,0,0,1,.0244.3584l-1.5733,1.67a.2246.2246,0,0,1-.3593-.0034q-.1217-.1143.0156-.4009a.3787.3787,0,0,0-.0557-.4819l-3.3261-3.1348c-.086-.08-.2168-.0693-.3936.0322q-.2579.1458-.4072.0054c-.0615-.0581-.0733-.1567-.0362-.2959a2.346,2.346,0,0,1,.2-.4824q.1436-.2731.3448-.5806t.3974-.5713q.1963-.2643.3594-.4663c.1094-.1352.1855-.2256.2305-.2729a3.9378,3.9378,0,0,1,.7041-.5908,2.65,2.65,0,0,1,.8047-.3623,1.8421,1.8421,0,0,1,.832-.0215,1.5969,1.5969,0,0,1,.7793.4262,1.3531,1.3531,0,0,1,.3457.48,1.5522,1.5522,0,0,1,.1084.5113,2.6658,2.6658,0,0,1-.0381.561q-.05.2952-.0957.6279a3.5252,3.5252,0,0,0,.7607.2744,6.333,6.333,0,0,0,.9512.1582,4.2709,4.2709,0,0,0,.9629-.0385c.2871-.0479.5439-.0982.7725-.1509a.3011.3011,0,0,1,.2148.0215.18.18,0,0,1,.083.125.42.42,0,0,1-.0967.3242Z"/> <path class="cls-95" d="M415.6738,247.4019q.3208.3016.7569.7t.9052.8261q.4688.4286.9229.85c.3037.2818.5742.5376.81.77s.4278.4273.57.584.2071.252.1954.2847a.4169.4169,0,0,1-.0371.1738.6438.6438,0,0,1-.1055.169.5439.5439,0,0,1-.1514.125.2951.2951,0,0,1-.1816.0366q-.6519-.077-1.3526-.167t-1.4248-.1616q-.7236-.0726-1.4609-.1226t-1.4561-.0708l2.68,2.5391a.3693.3693,0,0,0,.4707.0273q.2784-.1538.4063-.0327a.2243.2243,0,0,1,.0244.3584l-1.0713,1.1372a.2247.2247,0,0,1-.3594-.0034q-.1215-.1135.0157-.4009a.3733.3733,0,0,0-.0625-.4751l-3.6172-3.4092a.3742.3742,0,0,0-.4776-.0341c-.1865.103-.3213.1132-.4072.0332a.2254.2254,0,0,1-.0244-.3589l.9248-.9805q.06-.0645.3779-.0664t.7774.0283q.4614.0315,1.0254.0874t1.1123.1084c.3642.0352.7089.0669,1.0322.0938s.5928.04.81.0381a.1554.1554,0,0,1-.0215-.0269.6472.6472,0,0,0-.0821-.0771q-.0673-.0571-.2021-.1836c-.09-.085-.2178-.2022-.3809-.3516s-.3662-.3418-.61-.5762-.5469-.5215-.9072-.8608q-.1846-.1743-.5655.0171a.256.256,0,0,1-.3047-.0191.2243.2243,0,0,1-.0244-.3584l1.0586-1.1225a.2284.2284,0,0,1,.3653-.0044q.1215.1143-.0157.4013A.3751.3751,0,0,0,415.6738,247.4019Z"/> <path class="cls-95" d="M401.8574,278.1035c-.1553.0318-.28.0532-.374.063a1.9447,1.9447,0,0,1-.3633-.0068q-.3252-.0249-.8681.5507-.2213.2344-.0147.4288l3.5537,3.3491a.3736.3736,0,0,0,.4776.0342q.2782-.1539.4062-.0328a.2238.2238,0,0,1,.0107.3589l-1.5537,1.6485a.22.22,0,0,1-.3525.0039.2142.2142,0,0,1-.043-.2959.495.495,0,0,0-.0879-.647l-3.4892-3.2744a.3487.3487,0,0,0-.19-.105.2457.2457,0,0,0-.1972.1026q-.1407.1494-.252.26a1.4173,1.4173,0,0,0-.1865.2266.6953.6953,0,0,0-.1026.2656,1.1058,1.1058,0,0,0,.0079.3691c.05.3257.0429.524-.0245.5948a.2162.2162,0,0,1-.3447.0239,1.41,1.41,0,0,1-.2793-.5581c-.0351-.1045-.0664-.2-.0947-.2837a1.9806,1.9806,0,0,1-.0615-.2329.448.448,0,0,1,.0039-.2041.466.466,0,0,1,.1181-.1968q.7164-.76,1.1963-1.269t.78-.8277c.2-.2133.3535-.3755.458-.4868s.1826-.1933.2315-.2451.082-.0869.0966-.103l.0645-.0679a.7116.7116,0,0,1,.6318-.1289,2.5824,2.5824,0,0,1,.8731.34.1027.1027,0,0,1,.0468.0713.3572.3572,0,0,1,.0069.1138.2929.2929,0,0,1-.0274.1079A.0911.0911,0,0,1,401.8574,278.1035Z"/> <path class="cls-95" d="M404.5869,276.8589l1.2256-1.3a.1732.1732,0,0,0-.0078-.2764l-1.0879-1.0244a.3736.3736,0,0,0-.4775-.0342c-.1856.1026-.3213.1128-.4063.0327a.22.22,0,0,1-.0176-.352l1.5606-1.6558a.22.22,0,0,1,.3525-.0034q.1275.12-.0088.4077a.3726.3726,0,0,0,.0625.4746l3.6172,3.4092a.3737.3737,0,0,0,.4776.0342c.1855-.1025.3193-.1152.3994-.04a.2247.2247,0,0,1,.0244.3588l-1.5606,1.6558a.2246.2246,0,0,1-.3593-.0034q-.1275-.12.0087-.4077a.3685.3685,0,0,0-.0556-.4683l-1.6983-1.6006c-.08-.0757-.17-.07-.2685.0152l-1.2256,1.3c-.08.1036-.08.1934.001.27l1.6982,1.6006a.3689.3689,0,0,0,.4707.0278q.2784-.1537.4063-.0332a.2248.2248,0,0,1,.0244.3589l-1.5606,1.6557a.2249.2249,0,0,1-.3593-.0029q-.12-.1143.0156-.4014a.3737.3737,0,0,0-.0615-.4746l-3.6182-3.4091a.3733.3733,0,0,0-.4775-.0342c-.1856.1025-.3213.1128-.4063.0327a.22.22,0,0,1-.0176-.3521l1.5606-1.6557a.22.22,0,0,1,.3525-.0034q.1275.12-.0088.4077a.3725.3725,0,0,0,.0625.4746l1.0869,1.0249A.173.173,0,0,0,404.5869,276.8589Z"/> <path class="cls-95" d="M413.22,273.7925a.2366.2366,0,0,1-.3789.0185.2583.2583,0,0,1-.03-.31.96.96,0,0,0,.0958-.3931.233.233,0,0,0-.1348-.2344l-.8838-.43a1.7015,1.7015,0,0,0-.4443.3863,1.8328,1.8328,0,0,1-.2286.3208.9153.9153,0,0,1-.26.2114.398.398,0,0,1-.2432.0659.317.317,0,0,1-.1787-.0879.2694.2694,0,0,1-.0957-.2973,1.1273,1.1273,0,0,1,.2549-.3706c.0722-.0757.1543-.1607.248-.2559a.3818.3818,0,0,0,.1377-.2666,3.7919,3.7919,0,0,0-.3789-.2031q-.2812-.137-.6025-.2788t-.6026-.2588c-.1855-.0777-.31-.127-.37-.148a7.2711,7.2711,0,0,0,.336.7329q.2387.4659.583,1.126.375.7419.6386,1.1587a3.232,3.232,0,0,0,.3926.5376.3493.3493,0,0,0,.43.043q.252-.1252.3652-.0181a.2375.2375,0,0,1,.0049.38l-1.0918,1.1587c-.0625.0659-.1172.0884-.164.0669a.6813.6813,0,0,1-.17-.1265q.0323-.3325.044-.63a1.0559,1.0559,0,0,0-.0772-.4883q-.6518-1.2582-1.3339-2.4716T407.72,270.26a.544.544,0,0,1-.0381-.3374.6217.6217,0,0,1,.1573-.3018,1.3038,1.3038,0,0,1,.3515-.2588.46.46,0,0,1,.3711-.0527q1.2964.5764,2.58,1.143t2.5791,1.1426a.4951.4951,0,0,0,.3154.0288q.1758-.0366.4981-.0942c.1094-.0215.209-.041.2959-.0571a.2081.2081,0,0,1,.1865.0288.2331.2331,0,0,1,.0117.373Z"/> <path class="cls-95" d="M414.7832,264.3877c-.1553.0317-.28.0532-.374.063a1.9374,1.9374,0,0,1-.3633-.0069q-.3252-.0249-.8682.5508-.2211.2344-.0146.4287l3.5537,3.3492a.3732.3732,0,0,0,.4775.0341q.2784-.1538.4063-.0327a.2245.2245,0,0,1,.0107.3589l-1.5537,1.6485a.22.22,0,0,1-.3525.0039.2142.2142,0,0,1-.043-.2959.4962.4962,0,0,0-.0879-.647l-3.4892-3.2744a.3487.3487,0,0,0-.1895-.105.2486.2486,0,0,0-.1982.1025c-.0938.1-.1768.1861-.251.26a1.4119,1.4119,0,0,0-.1865.2266.6953.6953,0,0,0-.1026.2656,1.1294,1.1294,0,0,0,.0069.3691c.0507.3257.0439.5239-.0235.5948a.2165.2165,0,0,1-.3447.0244,1.4029,1.4029,0,0,1-.2793-.5586c-.0352-.1045-.0664-.2-.0947-.2837a1.802,1.802,0,0,1-.0615-.2329.448.448,0,0,1,.0039-.2041.466.466,0,0,1,.1181-.1968q.7164-.76,1.1963-1.2686t.78-.8281c.2-.2134.3535-.3755.458-.4868l.2314-.2451c.0489-.0523.0821-.0869.0967-.1031l.0645-.0678a.71.71,0,0,1,.6308-.1289,2.577,2.577,0,0,1,.8741.34.1027.1027,0,0,1,.0468.0713.36.36,0,0,1,.0069.1138.2949.2949,0,0,1-.0274.1079A.0913.0913,0,0,1,414.7832,264.3877Z"/> <path class="cls-95" d="M422.4131,263.8755a2.6927,2.6927,0,0,1-2.2871.9453,3.7824,3.7824,0,0,1-2.2422-1.08,3.8728,3.8728,0,0,1-1.2168-2.1133,2.542,2.542,0,0,1,.7266-2.3086,2.2586,2.2586,0,0,1,.2021-.1777c.0938-.0762.2129-.168.3574-.2734a2.61,2.61,0,0,0,.3174-.2656.1824.1824,0,0,1,.0078-.086c.01-.0449.0225-.0937.0371-.1465s.0293-.1.044-.1386a.2645.2645,0,0,1,.0361-.0743q.18-.1919.8027.0723a2.79,2.79,0,0,1,.7657.4268.2.2,0,0,1,.0683.1982.5173.5173,0,0,1-.1377.2324c-.2021.0147-.3847.0313-.5478.0469a4.587,4.587,0,0,0-.4649.0723,2.165,2.165,0,0,0-.4882.1836,1.6407,1.6407,0,0,0-.4219.3281,1.2328,1.2328,0,0,0-.1016,1.46,4.3464,4.3464,0,0,0,1.0127,1.3174,4.5077,4.5077,0,0,0,1.5235,1.0323,1.4192,1.4192,0,0,0,1.6054-.3516,1.528,1.528,0,0,0,.2617-.3838,2.0737,2.0737,0,0,0,.1621-.4785c.0645-.3145.1133-.5547.1475-.7188a1.0588,1.0588,0,0,1,.0918-.3037.2159.2159,0,0,1,.1289-.0869.31.31,0,0,1,.1406,0,.3466.3466,0,0,1,.1123.0449.41.41,0,0,1,.0967.0967.6958.6958,0,0,1,.0918.2012.9548.9548,0,0,1,.043.2822,1.48,1.48,0,0,1-.042.336,4.4555,4.4555,0,0,1-.125.4316A3.34,3.34,0,0,1,422.4131,263.8755Z"/> <path class="cls-95" d="M421.6943,259.7534a4.1706,4.1706,0,0,1-.8515-1.1045,3.062,3.062,0,0,1-.3535-1.2187,2.9847,2.9847,0,0,1,.1875-1.2525,3.5489,3.5489,0,0,1,.7793-1.2114,3.6292,3.6292,0,0,1,1.1689-.8569,2.9862,2.9862,0,0,1,1.2461-.2686,3.07,3.07,0,0,1,1.2383.2813,4.4309,4.4309,0,0,1,2.0039,1.8886,3.07,3.07,0,0,1,.3545,1.2193,2.9926,2.9926,0,0,1-.1944,1.26,3.6426,3.6426,0,0,1-.7861,1.2178,3.562,3.562,0,0,1-1.1631.85,2.9974,2.9974,0,0,1-1.2392.2617,3.0693,3.0693,0,0,1-1.2383-.2812A4.1972,4.1972,0,0,1,421.6943,259.7534Zm3.4678-3.7226a5.2173,5.2173,0,0,0-.7568-.5923,2.9708,2.9708,0,0,0-.8291-.38,1.7836,1.7836,0,0,0-.8272-.0342,1.42,1.42,0,0,0-.7529.4507,1.4034,1.4034,0,0,0-.3994.772,1.7787,1.7787,0,0,0,.084.8227,2.869,2.869,0,0,0,.4306.8028,5.6818,5.6818,0,0,0,.64.7168,5.9587,5.9587,0,0,0,.7783.6191,2.9034,2.9034,0,0,0,.8379.3936,1.8173,1.8173,0,0,0,.83.0371,1.5522,1.5522,0,0,0,1.1484-1.2256,1.8662,1.8662,0,0,0-.0937-.833,3.0368,3.0368,0,0,0-.4356-.813,5.4151,5.4151,0,0,0-.64-.7237Z"/> <path class="cls-95" d="M433.1719,252.0308a.3947.3947,0,0,1-.0274.3427,1.2467,1.2467,0,0,1-.208.3208,1.589,1.589,0,0,1-.2969.2437.3108.3108,0,0,1-.3242.03l-2.789-1.3545q.16.2577.33.5532t.3321.5742c.1064.1851.2041.36.291.523s.1543.2973.1992.4018q.1552.3478.2432.5386a1.053,1.053,0,0,1,.1025.311.3122.3122,0,0,1-.0449.2124,2.3042,2.3042,0,0,1-.1865.24c-.045.0478-.0938.0952-.1475.1425a.7976.7976,0,0,1-.18.1192.7218.7218,0,0,1-.1953.0649.3.3,0,0,1-.18-.0224l-5.1728-2.2715a1.2156,1.2156,0,0,0-.4815-.0513c-.1865.0122-.3457.023-.48.0313a.3808.3808,0,0,1-.166-.0157.2448.2448,0,0,1-.12-.08.17.17,0,0,1-.0352-.1264.3111.3111,0,0,1,.0957-.1651l1.5606-1.6562c.1025-.1084.2158-.1055.3389.0107.0468.0445.0439.1719-.01.38a.5655.5655,0,0,0-.0195.2632.36.36,0,0,0,.1084.1831,1.742,1.742,0,0,0,.3339.1938q.2711.1334.6456.3057c.249.1147.52.2358.8115.3628s.5693.248.833.3623.499.2129.706.2969.3516.14.4307.17a4.6438,4.6438,0,0,0-.207-.5566c-.0918-.211-.1924-.43-.3028-.6543s-.2246-.4468-.3437-.667-.2305-.418-.332-.5943q-.2314-.1113-.4454-.2182c-.1425-.0718-.2939-.1465-.4521-.2251a1.6533,1.6533,0,0,0-.4893-.0718c-.205-.0054-.416-.0024-.6318.0083a.3429.3429,0,0,1-.1064.0137.1527.1527,0,0,1-.0909-.0323.1569.1569,0,0,1-.0517-.102.9489.9489,0,0,1-.003-.21l1.6348-1.7338c.1065-.1138.2246-.11.3526.01.0419.04.039.167-.01.38a.47.47,0,0,0,.09.4741c-.0039.0137.0782.0669.2471.1587s.3789.2026.6309.3335.5312.2695.8349.4175.5918.2851.8653.4131.5078.2343.7041.3208a1.831,1.831,0,0,0,.3564.1347q-.0923-.2878-.3027-.7685t-.4825-1.0113q-.2709-.5316-.5634-1.04a7.4889,7.4889,0,0,0-.5567-.854.2355.2355,0,0,0-.1963-.0908,1.2116,1.2116,0,0,0-.2275.0137.4338.4338,0,0,1-.1865.0053.2943.2943,0,0,1-.1543-.0713.1821.1821,0,0,1-.0557-.14.3173.3173,0,0,1,.1084-.2l.9776-1.0376a.31.31,0,0,1,.163-.1016.2443.2443,0,0,1,.1485.0127.2245.2245,0,0,1,.1025.0835.2036.2036,0,0,1,.0381.1094,3.5265,3.5265,0,0,1-.0566.53.6609.6609,0,0,0,.0644.4438Z"/> <path class="cls-95" d="M420.0059,280.43a.2248.2248,0,0,1-.3594-.0034q-.12-.1143.0156-.4009a.3744.3744,0,0,0-.0615-.4751l-3.6182-3.4092a.3734.3734,0,0,0-.4775-.0342q-.2784.1539-.4063.0327a.2191.2191,0,0,1-.0175-.3515l1.5742-1.67a.2193.2193,0,0,1,.3515-.0035c.0811.0762.0752.2144-.0146.4151a.3725.3725,0,0,0,.0625.4746l3.6172,3.4092a.3736.3736,0,0,0,.4775.0342q.2929-.1531.4063-.0464a.2243.2243,0,0,1,.0244.3584Z"/> <path class="cls-95" d="M421.6143,270.1655q.3207.301.7568.6992c.292.2657.5928.5411.9053.8267s.62.5684.9238.85.5732.5376.81.77.4277.4273.57.5845.208.2515.1953.2842a.43.43,0,0,1-.0361.1738.6888.6888,0,0,1-.1055.1689.55.55,0,0,1-.1524.1255.294.294,0,0,1-.1816.0362q-.6519-.0769-1.3525-.167t-1.4239-.1616c-.4834-.0479-.97-.0884-1.4619-.1226s-.9765-.0576-1.456-.0708l2.68,2.5391a.3689.3689,0,0,0,.4707.0273c.1855-.1025.3212-.1128.4062-.0327a.2243.2243,0,0,1,.0244.3584l-1.0713,1.1372a.2247.2247,0,0,1-.3593-.0029c-.0811-.0762-.0752-.21.0156-.4014a.3726.3726,0,0,0-.0625-.4746l-3.6172-3.4092a.3736.3736,0,0,0-.4775-.0342c-.1866.1026-.3213.1133-.4073.0327a.2249.2249,0,0,1-.0244-.3584l.9248-.9809q.06-.0637.378-.0664c.2119-.002.4707.0078.7783.0288s.6484.05,1.0244.0869.7471.0737,1.1123.1089.709.0664,1.0322.0937.5928.04.81.0381a.223.223,0,0,1-.0215-.0268.6568.6568,0,0,0-.082-.0772q-.0673-.0572-.2022-.1841c-.09-.0849-.2177-.2016-.38-.3515s-.3671-.3418-.6113-.5757-.5469-.522-.9062-.8608q-.1861-.1745-.5664.0166a.2568.2568,0,0,1-.3047-.0186.2248.2248,0,0,1-.0244-.3584l1.0585-1.123a.2291.2291,0,0,1,.3663-.0039c.08.0761.0752.2094-.0157.4008A.3743.3743,0,0,0,421.6143,270.1655Z"/> <path class="cls-95" d="M426.3574,265.9448c-.1562.0318-.2812.0537-.375.063a1.9038,1.9038,0,0,1-.3633-.0068q-.3252-.0249-.8671.5508-.2213.2351-.0157.4287L428.29,270.33a.3737.3737,0,0,0,.4776.0342c.1865-.1026.3213-.1133.4072-.0327a.2248.2248,0,0,1,.0107.3588l-1.5537,1.649a.22.22,0,0,1-.3525.0034.2142.2142,0,0,1-.043-.2959.4964.4964,0,0,0-.0888-.647l-3.4893-3.2744a.3487.3487,0,0,0-.1894-.105.2458.2458,0,0,0-.1973.1026c-.0938.1-.1768.186-.251.26a1.43,1.43,0,0,0-.1875.2266.7308.7308,0,0,0-.1025.2656,1.1306,1.1306,0,0,0,.0078.3692q.0762.4884-.0235.5947a.2165.2165,0,0,1-.3447.0244,1.3992,1.3992,0,0,1-.2793-.5586c-.0361-.1045-.0664-.2-.0947-.2837a1.8121,1.8121,0,0,1-.0625-.2329.4621.4621,0,0,1,.0049-.2041.4469.4469,0,0,1,.1181-.1968q.7164-.76,1.1954-1.2685t.78-.8282c.2012-.2133.3535-.3754.459-.4868s.1826-.1933.2315-.2451.081-.0869.0966-.103.0371-.0391.0635-.0679a.7125.7125,0,0,1,.6318-.1289,2.58,2.58,0,0,1,.8741.34.1008.1008,0,0,1,.0468.0708.3886.3886,0,0,1,.0069.1138.2921.2921,0,0,1-.0283.1079A.09.09,0,0,1,426.3574,265.9448Z"/> <path class="cls-95" d="M427.9922,267.0723a4.1881,4.1881,0,0,1-.8516-1.1045,3.0519,3.0519,0,0,1-.3535-1.2193,2.9989,2.9989,0,0,1,.1865-1.2524,3.5683,3.5683,0,0,1,.7793-1.2114,3.6408,3.6408,0,0,1,1.17-.857,2.9927,2.9927,0,0,1,1.246-.268,3.0686,3.0686,0,0,1,1.2383.2807,4.428,4.428,0,0,1,2.0039,1.8892,3.0474,3.0474,0,0,1,.3535,1.2187,2.9726,2.9726,0,0,1-.1933,1.26,3.6472,3.6472,0,0,1-.7861,1.2188,3.5732,3.5732,0,0,1-1.1631.85,3.0148,3.0148,0,0,1-1.2393.2612,3.07,3.07,0,0,1-1.2383-.2813A4.1815,4.1815,0,0,1,427.9922,267.0723Zm3.4678-3.7232a5.2251,5.2251,0,0,0-.7569-.5923,2.9633,2.9633,0,0,0-.83-.3794,1.7665,1.7665,0,0,0-.8261-.0341,1.42,1.42,0,0,0-.7539.4506,1.4053,1.4053,0,0,0-.3985.7715,1.7951,1.7951,0,0,0,.083.8233,2.91,2.91,0,0,0,.4317.8022,5.5573,5.5573,0,0,0,.64.7168,5.9876,5.9876,0,0,0,.7783.62,2.9077,2.9077,0,0,0,.837.3931,1.8224,1.8224,0,0,0,.83.0376,1.5516,1.5516,0,0,0,1.1485-1.2261,1.8533,1.8533,0,0,0-.0938-.833,3.0387,3.0387,0,0,0-.4345-.8125,5.39,5.39,0,0,0-.64-.7236Z"/> <path class="cls-95" d="M426.8652,290.3438a.5389.5389,0,0,1-.0381.4677,1.6462,1.6462,0,0,1-.2822.4346,2.0821,2.0821,0,0,1-.4043.331.4191.4191,0,0,1-.4394.0411l-3.792-1.84q.2183.3486.45.751c.1552.2686.3056.5283.45.7812s.2773.4883.3965.711c.12.2207.21.4033.2695.5459q.2109.4716.332.7314a1.48,1.48,0,0,1,.14.4229.4173.4173,0,0,1-.0625.2881,3.5864,3.5864,0,0,1-.252.3261,2.7448,2.7448,0,0,1-.2021.1944.9946.9946,0,0,1-.2442.1621.8666.8666,0,0,1-.2646.0869.403.403,0,0,1-.2451-.0283l-7.03-3.0879a1.6515,1.6515,0,0,0-.6553-.07c-.2519.0176-.47.0322-.65.0439a.5555.5555,0,0,1-.2265-.0215.34.34,0,0,1-.1622-.1084.23.23,0,0,1-.0478-.1728.4224.4224,0,0,1,.1289-.2246l2.1211-2.25c.14-.1485.293-.1431.4609.0131q.0967.0917-.0127.5176a.76.76,0,0,0-.0273.3574.4945.4945,0,0,0,.1484.2491,2.4255,2.4255,0,0,0,.4541.2646c.2442.1192.5362.2588.876.4141s.707.3213,1.1045.4941c.3955.1719.7734.3369,1.1318.49.3575.1572.6788.29.96.4043s.4766.19.584.2314a6.3853,6.3853,0,0,0-.28-.7578q-.1875-.4291-.4111-.8877c-.15-.3066-.3057-.6074-.4688-.9063s-.3115-.5683-.4511-.8086c-.209-.1-.41-.2-.6055-.2959-.1934-.0981-.3984-.1992-.6143-.3051a2.1821,2.1821,0,0,0-.665-.0982c-.2793-.0083-.5645-.0044-.8594.01a.45.45,0,0,1-.1445.0185.22.22,0,0,1-.1231-.0424.2226.2226,0,0,1-.0693-.1392,1.2454,1.2454,0,0,1-.0039-.2852l2.2207-2.3574c.1465-.1553.3057-.1513.4795.0132.0586.0542.0527.2271-.0127.5176a.6364.6364,0,0,0,.123.644c-.0058.0171.1055.09.334.2149s.5147.2758.8584.4526.7227.3662,1.1348.5679.8047.3877,1.1767.5615.69.32.9551.4365a2.5705,2.5705,0,0,0,.4844.1831,10.7571,10.7571,0,0,0-.4111-1.0444c-.1914-.4365-.41-.8931-.6553-1.375s-.501-.9517-.7647-1.4136a10.2241,10.2241,0,0,0-.7578-1.1606.3167.3167,0,0,0-.2656-.1236,1.6478,1.6478,0,0,0-.31.0186.6017.6017,0,0,1-.2529.0073.4006.4006,0,0,1-.21-.0967.2468.2468,0,0,1-.0761-.19.4378.4378,0,0,1,.1465-.2725l1.33-1.41a.4284.4284,0,0,1,.22-.1382.3426.3426,0,0,1,.2031.0176.3186.3186,0,0,1,.14.1133.2761.2761,0,0,1,.0518.1489,4.8135,4.8135,0,0,1-.0781.7207.8986.8986,0,0,0,.0888.603Z"/> <path class="cls-95" d="M426.0352,285.1689a5.659,5.659,0,0,1-1.1582-1.5009,4.0258,4.0258,0,0,1-.2266-3.3594,4.8412,4.8412,0,0,1,1.06-1.6465,4.9437,4.9437,0,0,1,1.59-1.1645,4.067,4.067,0,0,1,1.6934-.3643,4.1588,4.1588,0,0,1,1.6816.3813A6.0281,6.0281,0,0,1,433.4,280.082a4.1813,4.1813,0,0,1,.4805,1.6568,4.0756,4.0756,0,0,1-.2647,1.7124,4.92,4.92,0,0,1-1.0674,1.6552,4.8644,4.8644,0,0,1-1.58,1.1558,4.0963,4.0963,0,0,1-1.6846.3545,4.1727,4.1727,0,0,1-1.6836-.3823A5.6783,5.6783,0,0,1,426.0352,285.1689Zm4.7128-5.06a7.1865,7.1865,0,0,0-1.0283-.8047,4.0229,4.0229,0,0,0-1.1289-.5156,2.4092,2.4092,0,0,0-1.122-.0474,2.1636,2.1636,0,0,0-1.5665,1.6621,2.41,2.41,0,0,0,.1123,1.1187,3.9487,3.9487,0,0,0,.587,1.09,7.4816,7.4816,0,0,0,.8691.9741,8.0028,8.0028,0,0,0,1.0576.8418,3.92,3.92,0,0,0,1.1377.5347,2.4772,2.4772,0,0,0,1.1289.0508,2.1148,2.1148,0,0,0,1.5606-1.666,2.512,2.512,0,0,0-.128-1.1324,4.1309,4.1309,0,0,0-.59-1.104,7.3542,7.3542,0,0,0-.8711-.9843Z"/> <path class="cls-95" d="M441.6357,274.67a.534.534,0,0,1-.0371.4658,1.7057,1.7057,0,0,1-.2822.4361,2.1352,2.1352,0,0,1-.4043.331.419.419,0,0,1-.44.0415l-3.791-1.84q.2182.3494.4492.7519c.1553.2681.3047.5274.4512.78.1445.252.2773.49.3955.7115s.21.4033.27.5454c.1406.3149.2509.56.331.7319a1.4229,1.4229,0,0,1,.1387.4233.4237.4237,0,0,1-.06.2881,3.6638,3.6638,0,0,1-.254.3272c-.0605.0644-.1289.1289-.2.1933a1.0967,1.0967,0,0,1-.2441.1626.9817.9817,0,0,1-.2656.0874.4035.4035,0,0,1-.2442-.0307l-7.03-3.0869a1.6843,1.6843,0,0,0-.6553-.07c-.2529.0171-.4707.0313-.6514.043a.519.519,0,0,1-.2256-.022.3258.3258,0,0,1-.163-.1074.2271.2271,0,0,1-.0479-.1724.426.426,0,0,1,.13-.2241l2.1211-2.2505c.14-.1479.292-.144.4609.0137.0635.061.06.2339-.0137.5171a.7471.7471,0,0,0-.0263.3579.4856.4856,0,0,0,.1474.2485,2.3553,2.3553,0,0,0,.4541.2637q.3678.1824.876.4155.51.2337,1.1035.4927.5962.26,1.1328.4927t.96.4033c.2822.1143.4775.19.585.2319a6.2852,6.2852,0,0,0-.2813-.7573q-.1875-.43-.4121-.8891t-.4668-.9063c-.1631-.2993-.3135-.5679-.4512-.8081-.21-.1-.4111-.2-.6054-.2969s-.3994-.1987-.6143-.3056a2.2553,2.2553,0,0,0-.665-.0977q-.4189-.0109-.8584.0112a.4623.4623,0,0,1-.1465.0186.2034.2034,0,0,1-.1221-.043.21.21,0,0,1-.07-.1386,1.3211,1.3211,0,0,1-.0039-.2867l2.2207-2.3569c.1455-.1543.3066-.15.4805.0142.0566.0542.0527.227-.0137.5171a.6353.6353,0,0,0,.1221.6435c-.0049.0186.1064.0908.3359.2158s.5147.2759.8574.4532.7217.3662,1.1348.5673.8047.3877,1.1758.5616.69.3183.957.4365a2.5226,2.5226,0,0,0,.4844.1826q-.1245-.39-.4111-1.0439t-.6553-1.375c-.2461-.482-.502-.9517-.7666-1.4141a10.1351,10.1351,0,0,0-.7559-1.16.3229.3229,0,0,0-.2666-.124,1.7151,1.7151,0,0,0-.31.0186.5987.5987,0,0,1-.2539.0078.3975.3975,0,0,1-.2089-.0977.244.244,0,0,1-.0762-.19.43.43,0,0,1,.1474-.272l1.3282-1.41a.4268.4268,0,0,1,.2217-.1382.3369.3369,0,0,1,.2021.0175.3058.3058,0,0,1,.14.1133.28.28,0,0,1,.0518.149,4.8233,4.8233,0,0,1-.0771.7207.8957.8957,0,0,0,.0878.6025Z"/> <path class="cls-95" d="M442.8691,269.395c-.3769-.27-.7451-.5327-1.1035-.7842s-.74-.5107-1.1494-.7734q-.6885-.45-1.1162-.751a6.2289,6.2289,0,0,1-.5322-.4023,1.6352,1.6352,0,0,1-.5537-.9038,1.0077,1.0077,0,0,1,1.0566-1.12,1.6288,1.6288,0,0,1,.9346.498,5.3129,5.3129,0,0,1,.42.5039q.312.4042.82,1.0835c.2861.3926.5615.7476.82,1.0649s.5488.669.8662,1.0542a.514.514,0,0,1,.1368.3291.2753.2753,0,0,1-.1065.21.3871.3871,0,0,1-.2412.0728A.407.407,0,0,1,442.8691,269.395Zm1.0284.4951a1.009,1.009,0,0,1,1.46,1.3931.9325.9325,0,0,1-.6953.312.998.998,0,0,1-.7129-.2886.9871.9871,0,0,1-.3252-.7A.9523.9523,0,0,1,443.8975,269.89Z"/> <g> <path class="cls-96" d="M361.1094,309.6689a.363.363,0,0,1-.2686.1954,1.1866,1.1866,0,0,1-.376.0429,1.6678,1.6678,0,0,1-.3808-.0761.3421.3421,0,0,1-.2442-.2325l-.9277-3.0234q-.0783.2871-.1758.6084c-.0649.2139-.1284.42-.19.6211s-.1221.3877-.1807.56c-.0586.17-.1108.3076-.1562.4082-.0977.2265-.1724.4052-.2246.5312a.985.985,0,0,1-.1563.2764.2938.2938,0,0,1-.1855.1006,2.6745,2.6745,0,0,1-.3028.0078c-.0649-.0039-.1333-.0127-.205-.0235a.8225.8225,0,0,1-.21-.0644.8529.8529,0,0,1-.1807-.1094.3368.3368,0,0,1-.1074-.1543l-1.8945-5.4551a1.3334,1.3334,0,0,0-.293-.4052c-.1367-.1368-.2539-.2559-.3515-.3526a.4425.4425,0,0,1-.1026-.14.2575.2575,0,0,1-.0244-.1436.1492.1492,0,0,1,.0684-.1064.2813.2813,0,0,1,.1855-.03l2.2754.1582c.15.01.2246.1006.2246.2695q0,.0983-.2832.2344a.5.5,0,0,0-.2051.15.3444.3444,0,0,0-.0586.2012,1.8025,1.8025,0,0,0,.0879.3818c.0586.1983.1319.4277.22.6943s.1855.5538.2929.8614.21.5976.3076.876c.0977.2763.187.5234.2686.7353.0815.2139.1382.3613.1709.4434a4.4094,4.4094,0,0,0,.2637-.5147q.137-.309.2685-.6494.1319-.3427.249-.6924.1173-.3471.2051-.6338-.0783-.25-.1465-.4834-.0681-.2358-.1464-.4951a1.8315,1.8315,0,0,0-.2833-.4248c-.1367-.1631-.2832-.3242-.4394-.4853a.4.4,0,0,1-.083-.0723.1732.1732,0,0,1-.0391-.0918.1424.1424,0,0,1,.0391-.1035.8043.8043,0,0,1,.1514-.1367l2.3828.166q.2343.0175.2343.2812,0,.0879-.2832.2324a.4306.4306,0,0,0-.2832.3711.818.818,0,0,0,.0537.292c.0489.19.1124.4229.19.7022s.1675.583.2685.9131c.1011.3281.1988.6406.293.9326s.1772.542.249.75a1.9686,1.9686,0,0,0,.1465.3613,7.4727,7.4727,0,0,0,.3516-.7217q.2051-.4687.4052-1.0175c.1333-.3643.2574-.7315.3711-1.0957a7.22,7.22,0,0,0,.2393-.9756.2477.2477,0,0,0-.0684-.209,1.3166,1.3166,0,0,0-.166-.168.47.47,0,0,1-.1318-.1416.3169.3169,0,0,1-.0537-.165.17.17,0,0,1,.0634-.1328.3162.3162,0,0,1,.22-.043l1.4258.1a.3322.3322,0,0,1,.1855.0625.2653.2653,0,0,1,.0928.123.24.24,0,0,1,.01.1338.1974.1974,0,0,1-.0537.0987,3.3923,3.3923,0,0,1-.4248.291.61.61,0,0,0-.2783.332Z"/> <path class="cls-96" d="M368.9175,310.3018a.2067.2067,0,0,1-.166.1494.7018.7018,0,0,1-.2149.0283l-4.209-.293a.2389.2389,0,0,1-.2441-.2715c0-.1045.1011-.1806.3027-.2324a.3537.3537,0,0,0,.3028-.3691v-4.9707a.4082.4082,0,0,0-.3028-.3926q-.3024-.1187-.3027-.2949c0-.169.0815-.2481.2441-.2364l3.9942.2793a.468.468,0,0,1,.3613.167,1.7646,1.7646,0,0,1,.2246.4014,1.6345,1.6345,0,0,1,.1074.2793.9444.9444,0,0,1,.0391.248.1667.1667,0,0,0-.0439.0791.5317.5317,0,0,1-.0391.1006.1446.1446,0,0,1-.0635.0645c-.0259.0107-.062-.0029-.1074-.0371-.0586-.043-.1255-.0928-.2-.1455-.0747-.0547-.148-.1075-.22-.1573-.0718-.0517-.1367-.0976-.1953-.1406s-.1011-.0762-.127-.0976a1.239,1.239,0,0,0-.4346-.1465,5.71,5.71,0,0,0-.7568-.0918.8807.8807,0,0,0-.4883.0576.2812.2812,0,0,0-.1367.2588v1.24a.2724.2724,0,0,0,.0391.1553.2329.2329,0,0,0,.1025.084.4537.4537,0,0,0,.1318.039c.0454.0069.0879.0108.127.0147.0391.0019.0879.0039.1465.0049s.1206,0,.1855-.003c.065-.0009.1284-.0019.19-.0009s.1123.0029.1513.0068a.948.948,0,0,1,.4346.1221.3758.3758,0,0,1,.1709.3486.3133.3133,0,0,1-.1709.32,1.02,1.02,0,0,1-.4736.0547,2.9638,2.9638,0,0,1-.3125-.041,2.901,2.901,0,0,0-.3223-.041.6057.6057,0,0,0-.2686.039.22.22,0,0,0-.1318.2344v2.1387a.418.418,0,0,0,.0684.289.5854.5854,0,0,0,.3027.0879c.0781.0127.1919.0235.3418.0352.15.01.3013.02.4541.0312.1528.01.293.0176.42.0245s.21.0087.249.0127c.0523.0361.13.0224.2344-.043a2.9955,2.9955,0,0,0,.3272-.2354c.1137-.0927.2182-.18.3125-.2617s.1577-.12.19-.1182a.33.33,0,0,1,.1807.0655.204.204,0,0,1,.0732.167.6723.6723,0,0,1-.0586.2158c-.0391.0986-.0845.1992-.1367.3027s-.104.2-.1563.291A.8067.8067,0,0,1,368.9175,310.3018Z"/> <path class="cls-96" d="M371.7954,309.6436a.7128.7128,0,0,0,.083.25.3021.3021,0,0,0,.2588.125c.2866.0195.5176.039.6934.0537s.3139.0263.415.0341c.1011.0059.1773.01.2295.0108s.0977.001.1367.0049a.6741.6741,0,0,0,.41-.1485,4.5778,4.5778,0,0,0,.4785-.375.4335.4335,0,0,1,.293-.1318c.0913.0029.1367.08.1367.23a1.61,1.61,0,0,1-.2051.5527q-.0783.16-.1318.2783a.8048.8048,0,0,1-.1221.1963.4168.4168,0,0,1-.1611.1162.5255.5255,0,0,1-.2393.0264l-4.209-.293a.2389.2389,0,0,1-.2441-.2714c0-.1045.1011-.1807.3027-.2325a.3649.3649,0,0,0,.3125-.3691V304.73a.4083.4083,0,0,0-.3027-.3926q-.3025-.1187-.3028-.2949c0-.169.0816-.2481.2442-.2363l2.2949.16a.2389.2389,0,0,1,.2441.2715c0,.11-.101.19-.3027.2422a.3489.3489,0,0,0-.3027.3594Z"/> <path class="cls-96" d="M378.0156,311.1416A2.9118,2.9118,0,0,1,375.76,309.97a4.0008,4.0008,0,0,1-.752-2.4258,3.647,3.647,0,0,1,.7031-2.2851,2.3592,2.3592,0,0,1,2.1778-.9024,2.257,2.257,0,0,1,.2685.042c.1206.0264.2686.0606.4444.1045a2.533,2.533,0,0,0,.41.0782.1733.1733,0,0,1,.0684-.05c.039-.0186.083-.0411.1318-.0635a1.243,1.243,0,0,1,.1319-.0537.198.198,0,0,1,.0781-.0186c.1758.0117.3418.2354.498.668a2.8892,2.8892,0,0,1,.2149.8652.1866.1866,0,0,1-.0977.18.5055.5055,0,0,1-.2637.0391q-.2241-.22-.41-.3955c-.1236-.1153-.2476-.2188-.3711-.3135a2.3493,2.3493,0,0,0-.4688-.2627,1.6835,1.6835,0,0,0-.5273-.1182q-.7523-.0526-1.1328.8477a4.2314,4.2314,0,0,0-.2637,1.623,4.66,4.66,0,0,0,.293,1.836,1.5355,1.5355,0,0,0,1.8164.9814,1.88,1.88,0,0,0,.459-.1787q.41-.2241.625-.3408a.9583.9583,0,0,1,.2832-.1221.2282.2282,0,0,1,.1513.0439.3708.3708,0,0,1,.0977.11.3248.3248,0,0,1,.0391.251.6191.6191,0,0,1-.083.1992.8482.8482,0,0,1-.1758.2129,1.3951,1.3951,0,0,1-.2735.1806,4.19,4.19,0,0,1-.4.1778A3.1678,3.1678,0,0,1,378.0156,311.1416Z"/> <path class="cls-96" d="M380.5225,307.9678a4.0455,4.0455,0,0,1,.22-1.3614,2.7954,2.7954,0,0,1,.6445-1.0488,2.7349,2.7349,0,0,1,1.04-.65,3.4713,3.4713,0,0,1,1.416-.164,3.7965,3.7965,0,0,1,1.4258.3632,3.3076,3.3076,0,0,1,1.05.795,3.3514,3.3514,0,0,1,.6445,1.1386,4.3172,4.3172,0,0,1,.22,1.3926,4.0445,4.0445,0,0,1-.22,1.3613,2.795,2.795,0,0,1-.6445,1.0489,2.7225,2.7225,0,0,1-1.05.65,3.5367,3.5367,0,0,1-1.4258.164,3.71,3.71,0,0,1-1.416-.3633,3.2683,3.2683,0,0,1-1.6846-1.9335A4.3172,4.3172,0,0,1,380.5225,307.9678Zm5.0879.3261a5.3822,5.3822,0,0,0-.0879-.9628,3.171,3.171,0,0,0-.293-.8858,1.9576,1.9576,0,0,0-.542-.6621,1.51,1.51,0,0,0-.8447-.2978,1.3385,1.3385,0,0,0-.835.1806,1.6,1.6,0,0,0-.542.586,2.7046,2.7046,0,0,0-.2881.8447,5.4626,5.4626,0,0,0-.083.9512,6.0406,6.0406,0,0,0,.083.997,3.0622,3.0622,0,0,0,.2881.8985,2.0213,2.0213,0,0,0,.542.6689,1.4717,1.4717,0,0,0,.835.3027,1.3149,1.3149,0,0,0,.8447-.19,1.676,1.676,0,0,0,.542-.6025,2.8442,2.8442,0,0,0,.293-.8526,5.2674,5.2674,0,0,0,.0879-.956Z"/> <path class="cls-96" d="M392.6729,307.5361a5.8924,5.8924,0,0,0-.4.544q-.2052.312-.4346.6494-.23.3339-.4834.6631a3.9629,3.9629,0,0,1-.5469.583,2.8757,2.8757,0,0,1-.3271-.3506c-.127-.1562-.2608-.3281-.4-.5205s-.2813-.3887-.4248-.5928c-.1436-.2021-.2735-.3867-.3907-.56-.1171-.1708-.22-.3115-.3076-.4267a.694.694,0,0,0-.1709-.1826.1522.1522,0,0,0-.0146.0488,1.268,1.268,0,0,0-.0049.1416v3.4619q0,.2051.3418.4141a1.47,1.47,0,0,1,.1855.1211.1522.1522,0,0,1,.0782.1406.49.49,0,0,1-.0684.1816.1855.1855,0,0,1-.1855.0645l-1.5625-.1094c-.1631-.01-.2442-.1035-.2442-.2793,0-.0654.1006-.1435.3028-.2344q.312-.142.3125-.3574v-4.9707a.4253.4253,0,0,0-.3125-.3945c-.2022-.0791-.3028-.1758-.3028-.293a.748.748,0,0,0,.1074-.16.14.14,0,0,1,.1368-.0879l1.2207.0859a1.4885,1.4885,0,0,1,.3222.3115c.13.1543.2705.335.42.542.1494.2051.3027.4248.4589.6612s.3028.456.4395.6611.2607.3838.3711.5381a1.8086,1.8086,0,0,0,.2441.2959c.0459-.0108.1123-.07.2-.1817s.1836-.2451.2881-.4.21-.3212.3174-.499c.1074-.18.207-.3408.2978-.4883s.1631-.2685.2149-.3652a.8274.8274,0,0,1,.0781-.1357q.45-.6549.7617-.6309l1.3965.0977a.2435.2435,0,0,1,.2442.2812c0,.0654-.1006.1416-.3028.2324-.1953.0909-.2929.2129-.2929.3692v4.9707q0,.2051.332.414c.0654.0362.125.0713.1806.1016a.1677.1677,0,0,1,.0831.1621.3064.3064,0,0,1-.0538.1768.1993.1993,0,0,1-.19.0693l-2.2754-.16c-.1562-.01-.2344-.1035-.2344-.2792,0-.0655.1006-.1416.3028-.2325.1953-.0908.293-.2119.293-.3613Z"/> <path class="cls-96" d="M400.0313,312.4746a.2067.2067,0,0,1-.1661.15.7668.7668,0,0,1-.2148.0283l-4.209-.2949a.2362.2362,0,0,1-.2441-.2695c0-.1045.1006-.1826.3027-.2344a.3521.3521,0,0,0,.3027-.3691v-4.9708a.4092.4092,0,0,0-.3027-.3925c-.2021-.0791-.3027-.1758-.3027-.293,0-.1689.081-.248.2441-.2383l3.9941.2793a.4736.4736,0,0,1,.3614.167,1.8313,1.8313,0,0,1,.2246.4014,1.728,1.728,0,0,1,.1074.2812.9108.9108,0,0,1,.0391.2461.1737.1737,0,0,0-.044.0811.4788.4788,0,0,1-.039.0986.1277.1277,0,0,1-.0635.0645c-.0264.0107-.0615-.001-.1074-.0371-.0586-.043-.125-.0909-.2-.1456s-.1485-.1054-.22-.1572c-.0712-.05-.1367-.0976-.1953-.1406s-.1006-.0742-.1269-.0957a1.2794,1.2794,0,0,0-.4346-.1484,6.4175,6.4175,0,0,0-.7568-.0918.8949.8949,0,0,0-.4883.06.28.28,0,0,0-.1367.2588v1.24a.2628.2628,0,0,0,.039.1534.2583.2583,0,0,0,.1026.0859.5134.5134,0,0,0,.1318.0391c.0459.0049.0879.0107.127.0127.039.0039.0879.0039.1464.0048s.12.002.1856-.0009.1289-.002.19-.001.1123.0029.1514.0049a.9748.9748,0,0,1,.4346.124.375.375,0,0,1,.1709.3486.3127.3127,0,0,1-.1709.32,1.02,1.02,0,0,1-.4737.0547,2.961,2.961,0,0,1-.3125-.041,2.9849,2.9849,0,0,0-.3222-.043.6383.6383,0,0,0-.2686.0411.2184.2184,0,0,0-.1318.2343v2.1387a.4067.4067,0,0,0,.0683.2871.5753.5753,0,0,0,.3028.09c.0781.0127.1923.0234.3418.0332.1494.0117.3007.0215.4541.0332.1533.01.2929.0175.42.0244.1269.0049.21.0088.249.0107q.0777.0543.2344-.041a3.2772,3.2772,0,0,0,.3271-.2353c.1143-.0928.2178-.1817.3125-.2618.0948-.082.1582-.122.19-.1181a.3033.3033,0,0,1,.1806.0654.2038.2038,0,0,1,.0733.167.675.675,0,0,1-.0586.2158c-.0391.0967-.085.1973-.1367.3028-.0518.1035-.1045.2-.1563.291A.8206.8206,0,0,1,400.0313,312.4746Z"/> <path class="cls-96" d="M401.3594,310.4775c-.0459-.3427-.0908-.6728-.1367-.9961s-.1006-.66-.1661-1.0175q-.1068-.6021-.1611-.9883a4.7388,4.7388,0,0,1-.0537-.4922,1.1355,1.1355,0,0,1,.2051-.7363.63.63,0,0,1,.5664-.2246.7329.7329,0,0,1,.5664.3027,1.2726,1.2726,0,0,1,.2051.7676,4.0441,4.0441,0,0,1-.0586.4746q-.0586.3646-.166.9746-.0982.5186-.1563.9648c-.0391.2979-.081.626-.1269.9873a.3548.3548,0,0,1-.1075.2325.1956.1956,0,0,1-.166.0371.31.31,0,0,1-.1611-.1045A.3223.3223,0,0,1,401.3594,310.4775Zm.2539.8184a.7768.7768,0,0,1,.5273.252.7684.7684,0,0,1,.2149.5429.6981.6981,0,0,1-.752.69.7423.7423,0,0,1-.5176-.252.7855.7855,0,0,1-.205-.541.6818.6818,0,0,1,.21-.5137A.6581.6581,0,0,1,401.6133,311.2959Z"/> </g> <polygon class="cls-97" points="690 58.833 670.834 52.917 670.251 29.625 666.292 28.813 663.667 8 658 8 657.667 29.667 651.667 30.333 652.334 54.333 635 57 636.833 81 652 81.667 652 576 675 576 674.333 398.335 671.667 386.335 670.333 293.002 672.5 285.5 672.166 82.335 690 79.668 690 58.833"/> <polygon class="cls-97" points="193.667 576 190.333 539.667 150.333 521.667 98.333 513 97.667 485.667 63 461.667 0 453 0 576 193.667 576"/> </g> <g id="Gradient"> <rect class="cls-98" x="1" width="767" height="576"/> <rect class="cls-99" x="1" y="1" width="768" height="578"/> </g> </g> <desc>You and George arrive at the Tannery. It smells terrible.</desc> </svg> <<set _state1 to false>> <<set _state2 to false>> <<set _state3 to false>> <<if hasVisited("Enter the Tannery")>> <<if hasVisited("Gracy Happy") || hasVisited("Woo Gracy") >> <<set _state3 to true>> <<else>> <<set _state2 to true>> <</if>> <<else>> <<set _state1 to true>> <</if>> <<toggleLayer "State1" _state1 "There is a man wearing an apron standing in the middle of the street. Two British soldiers are entering the Tannery. A poop cart sits off to the right with a horse." "">> <<toggleLayer "State2" _state2 "The soliders are gone. The man with the apron sits next to another old man. The man in the apron is holding his head. A poop cart sits off to the right with a horse." "">> <<toggleLayer "State3" _state3 "The two men sit next to the Tannery, but you have walked over to Gracy, the horse, to look her in the eye." " ">>
<div class="fixed"> <<include "Butcher Shop Background Soldiers">> </div>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 768 576"> <defs> <style> .cls-1 { isolation: isolate; } .cls-2 { fill: #e8bd5a; } .cls-3 { fill: #aa5c5c; } .cls-4 { fill: #5e4e55; } .cls-5 { fill: #4c1f08; } .cls-6 { fill: #f1a859; } .cls-7 { fill: #662c2c; } .cls-8 { fill: #e24c3d; } .cls-9 { fill: #34203f; } .cls-10 { fill: #957a73; } .cls-11 { fill: #814d14; } .cls-12 { fill: #eb8c1d; } .cls-13 { fill: #535b4c; } .cls-14 { fill: #615827; } .cls-15 { fill: #8c5d24; } .cls-16 { fill: #926a31; } .cls-17 { fill: #e7731f; } .cls-18 { fill: #89754c; } .cls-19 { fill: #bf8634; } .cls-20 { fill: #e8bd5c; } .cls-21 { fill: #ed993a; } .cls-22 { fill: #e4cda1; } .cls-23 { fill: #313b48; } .cls-24 { fill: #786744; } .cls-25 { fill: #2c291d; } .cls-26 { fill: #6e652d; } .cls-27 { fill: #baa580; } .cls-28 { fill: #2d2c20; } .cls-29 { fill: #d18c31; } .cls-30 { fill: #70683f; } .cls-31 { fill: #382e12; } .cls-32 { fill: #ce7317; } .cls-33 { fill: #8e514c; } .cls-34 { fill: #413615; } .cls-35 { fill: #212118; } .cls-36 { fill: #a6595f; } .cls-37 { fill: #f2aa57; } .cls-38 { fill: #3d2b3a; } .cls-39 { fill: #644f29; } .cls-40 { fill: #1a1504; } .cls-41 { fill: #2b2c21; } .cls-42 { fill: #813b26; } .cls-43 { fill: #3e2439; } .cls-44 { fill: #b55c16; } .cls-45 { fill: #f1bb3b; } .cls-45, .cls-46 { mix-blend-mode: overlay; } .cls-46 { fill: #442e39; } .cls-47 { fill: #ac4006; } .cls-48 { fill: #888154; } .cls-49 { fill: #7b362f; } .cls-50 { fill: #a75a5d; } .cls-51 { fill: #e5cfa5; } .cls-52 { fill: #e4901e; } .cls-53 { fill: #d1600f; } .cls-54 { fill: #5e4c53; } .cls-55 { fill: #411802; } .cls-56 { fill: #d89955; } .cls-57 { fill: #b77e23; } .cls-58 { fill: #432016; } .cls-59 { fill: #c2722c; } .cls-60 { fill: #885220; } .cls-61 { fill: #3d2d22; } .cls-62 { fill: #8d5222; } .cls-63 { fill: #70240f; } .cls-64 { fill: #dba76e; } .cls-65 { fill: #b25815; } .cls-66 { fill: #261e0a; } .cls-67 { fill: #f3dab7; } .cls-68 { fill: #8d7a50; } .cls-69 { fill: #282d20; } .cls-70 { fill: #77500b; } .cls-71 { fill: #604b4f; } .cls-72 { fill: #363c2b; } .cls-73 { fill: #7f461f; } .cls-74 { fill: #c8c8c3; } .cls-75 { fill: #000a00; } .cls-76 { fill: #93501d; } .cls-77 { fill: #6c4231; } .cls-78 { fill: #96a363; } .cls-79 { fill: #8a7756; } .cls-80 { fill: #476843; } .cls-81 { fill: #f4da8f; } .cls-82 { fill: #49393c; } .cls-82, .cls-83, .cls-84, .cls-85, .cls-86, .cls-87, .cls-88 { fill-rule: evenodd; } .cls-83 { fill: #1c1719; } .cls-84 { fill: #281f1b; } .cls-85 { fill: #4d4749; } .cls-86 { fill: #3b2b26; } .cls-87 { fill: #542b1d; } .cls-88 { fill: #9e9c46; opacity: 0.3; } .cls-89 { fill: #11100a; } .cls-90 { mix-blend-mode: soft-light; fill: url(#radial-gradient); } </style> <radialGradient id="radial-gradient" cx="384" cy="290" r="339.836" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#f7931e" stop-opacity="0.3"/> <stop offset="0.2289" stop-color="#e78b27" stop-opacity="0.3159"/> <stop offset="0.5053" stop-color="#b97542" stop-opacity="0.362"/> <stop offset="0.805" stop-color="#6c4f6e" stop-opacity="0.4379"/> <stop offset="1" stop-color="#2e3192" stop-opacity="0.5"/> </radialGradient> </defs> <g class="cls-1"> <g id="Setting"> <g id="Back"> <polygon class="cls-2" points="768 443 0 368 0 471 605 576 768 576 768 443"/> <polygon class="cls-3" points="768 525 506 471 461 495 207 455 0 422.876 0 577 768 576 768 525"/> <polygon class="cls-4" points="564.08 576 0 471 120.102 511.58 368.5 576 564.08 576"/> <polygon class="cls-5" points="670 576 524 545 385 529 373 535 228 498 0 459 0 476 107 502 262 539 481 567 532 576 670 576"/> <rect class="cls-6" width="178" height="146"/> <polygon class="cls-7" points="255.098 576 0 532.581 0 577 255.098 576"/> <polygon class="cls-8" points="140 11 71 29 57 55 29 75 93 55 82 71 170 59 140 11"/> <polygon class="cls-8" points="0 48 38 25 0 29 0 48"/> </g> <g id="Mid"> <polygon class="cls-9" points="70 112 46 105 0 101 0 387 50 395 70 112"/> <polygon class="cls-10" points="58 121 0 115 0 142 54 139 58 121"/> <polygon class="cls-11" points="329.666 421 276 438 220.334 444.334 55 423 89 377 291 400 329.666 421"/> <polygon class="cls-12" points="327 421 163 400 164 153 312 151 323 158 327 421"/> <polygon class="cls-13" points="230 194 302 198 303 418 229 410 230 194"/> <polygon class="cls-14" points="167 163 163 400 52 389 61 153 164 153 167 163"/> <polygon class="cls-15" points="243 193 162 199 162 162 243 159 243 193"/> <polygon class="cls-16" points="412 81 310 82 132 79 133 64 126 62 126 51 134 47 134 32 126 30 128 0 414 0 412 81"/> <polygon class="cls-17" points="419 56 348 58 343 0 424 0 419 56"/> <polygon class="cls-18" points="322 12 322 24 290 25 291 12 322 12"/> <polygon class="cls-18" points="333 35 298 32 301 43 335 46 333 35"/> <polygon class="cls-18" points="183 31 160 28 158 38 189 38 183 31"/> <polygon class="cls-18" points="173 48 150 49 149 59 177 60 173 48"/> <polygon class="cls-19" points="376 81 317 80 321 150 355 149 376 81"/> <polygon class="cls-20" points="406 80 361 82 321 150 321 222 327 421 406.999 431.663 414 313 406 80"/> <polygon class="cls-21" points="357 162 339 162 339 199 353 201 357 195 357 162"/> <polygon class="cls-21" points="388 211 370 207 363 213 364 259 375 263 385 249 388 211"/> <polygon class="cls-22" points="317 80 132 79 61 107 113 112 205 112 219 111 240 97 274 97 317 80"/> <polygon class="cls-15" points="361 82 317 80 307 90 312 151 228 158 230 194 302 198 321 222 322 94 358 87 361 82"/> <polygon class="cls-23" points="302 202 304 182 229 180 229 201 302 202"/> <polygon class="cls-24" points="222 96 61 107 40 150 47.857 152.292 39 419 56 425 66 417 66.956 157 114 157 167 163 210.034 160.951 213 333 214 439 228 440 234 437 233 160 232.93 159.86 251 159 312 151 317 80 222 96"/> <polygon class="cls-25" points="234 197 243 213 244 349 261 367 262 413 232 411 234 197"/> <polygon class="cls-26" points="281 292 293 293 290 323 278 321 281 292"/> <polygon class="cls-23" points="167 163 168 200 143 204 68 192 66.956 157 122 156 167 163"/> <polygon class="cls-27" points="149 193 124 191 124 283 147 284 151 275 149 193"/> <polygon class="cls-28" points="124 191 75 188.333 72.333 283.667 124 283 124 191"/> <polygon class="cls-29" points="77 187.667 67 184 66 286 73.667 285.667 77 187.667"/> <polygon class="cls-30" points="145 232 145 192 124 191 124 234 145 232"/> <polygon class="cls-31" points="103 419 108 345 91 333 66 335 66 417 93 421 103 419"/> </g> <g id="Fore"> <polygon class="cls-32" points="411.166 261.665 408.583 381.664 404 387.663 404 403 409.665 403.663 406.999 431.663 471.665 436.996 596.332 443.663 707.666 456.998 715.665 252.996 698.332 208.329 423.665 218.996 411.166 261.665"/> <polygon class="cls-33" points="768 79.001 406 88.334 406 39 410.332 38.334 410.998 27.001 406.998 25.667 407.666 0 768 0 768 79.001"/> <polygon class="cls-34" points="467.666 0 467 63.667 537.666 61 541.666 0 467.666 0"/> <polygon class="cls-34" points="557 0 556.333 57 617 55.667 617 0 557 0"/> <polygon class="cls-34" points="635.666 0 638.333 54.333 703 51.667 703 0 635.666 0"/> <polygon class="cls-35" points="567.666 0 567 56.334 556.333 57 557 0 567.666 0"/> <polygon class="cls-36" points="768 71.667 565.666 79.667 539.666 87 768 84.333 768 71.667"/> <polygon class="cls-37" points="768 84.333 558.333 83 408.333 87 397 87 378.999 94.334 374.999 165.667 398.333 167.667 768 169.001 768 84.333"/> <path class="cls-38" d="M768,169.001l-132.334-.669-17.333-3.3335-8.667,3.3335-135.333-2.6665-99.334.002,24.667,11.331,198,2s96,4,98,4,72.334-6,72.334-6Z"/> <polygon class="cls-39" points="768 177 400 177 401.666 206.333 408.333 208.999 411 264.333 430.333 255.666 447.666 265.666 449.666 302.333 453 353 459.666 352.333 466.5 206.333 650 210.999 650 238 673.666 240.999 676.333 234.333 693 240.999 691 246.333 701.666 253.666 768 243.666 768 177"/> <polygon class="cls-40" points="651.666 204.333 500.333 203.666 461 205.666 462.333 242.999 546.333 238.999 650 238 651.666 204.333"/> <polygon class="cls-41" points="462.333 242.999 459.666 352.333 609.667 362.332 649.667 358.332 650 238 534.333 238.333 462.333 242.999"/> <polygon class="cls-42" points="655 372.332 654.333 380.332 608.333 384.332 467.666 377.665 455.666 374.999 459 365.665 615 374.999 655 372.332"/> <polygon class="cls-43" points="768 228 702 228 700.999 331.665 708.999 332.998 708.333 372.998 703.666 414.331 707.666 456.998 768 460.332 768 228"/> <polygon class="cls-44" points="721 334 721 360 732 360.997 732 336 721 334"/> </g> </g> <g id="Overlay"> <polygon class="cls-45" points="320 0 310 20 313 32 318 43 317 78 242 96 235 164 207 154 113.978 151.758 68 157 41 150 63 106 132 81 148 79 147 62 160 61 157 50 144 48 142 25 157 16 147 3 152 0 320 0"/> <polygon class="cls-46" points="411 267 321 222 328 422 388 429 408 432 411 384 411 267"/> </g> <g id="Signs"> <g> <path class="cls-47" d="M431.9277,121.6357a9.9631,9.9631,0,0,1-.7968-.645,4.79,4.79,0,0,1-.625-.7553q-.52-.7149-2.7207-.71-.8965.0022-.9532.8l-.9756,13.7622a.9615.9615,0,0,0,.7676,1.0435q.8234.2747.7881.7695a.682.682,0,0,1-.7568.7173l-6.3037.0127q-.68.0015-.6289-.7144a.6584.6584,0,0,1,.5634-.6611,1.5245,1.5245,0,0,0,1.2432-1.4341l.9287-13.4868a.9561.9561,0,0,0-.1074-.5908.6385.6385,0,0,0-.5693-.2056c-.3809.001-.7149-.0024-1.0049-.0117a4.0793,4.0793,0,0,0-.8194.0566,2.1294,2.1294,0,0,0-.7549.3047,3.5955,3.5955,0,0,0-.7851.731q-.92,1.1022-1.3281,1.103-.7061.0015-.6592-.6587a4.3045,4.3045,0,0,1,.7148-1.6533q.2462-.4124.4463-.7437a5.8661,5.8661,0,0,1,.3946-.5786,1.4591,1.4591,0,0,1,.4482-.3857,1.3155,1.3155,0,0,1,.6348-.1392q2.9076-.0059,4.85-.01t3.166-.0064q1.2216-.0029,1.86-.0039t.9375-.0019c.1993,0,.33,0,.3946-.001.0625,0,.1494,0,.2578-.0005a1.8,1.8,0,0,1,1.3926,1.0425,6.8489,6.8489,0,0,1,.8046,2.4482.3046.3046,0,0,1-.0712.2334,1.1053,1.1053,0,0,1-.2334.2344.8688.8688,0,0,1-.2832.1523A.242.242,0,0,1,431.9277,121.6357Z"/> <path class="cls-47" d="M440.5293,124.8105l4.9717-.01a.524.524,0,0,0,.582-.5513l.2979-4.2109a.962.962,0,0,0-.7676-1.0444q-.8218-.2733-.7871-.7691a.6691.6691,0,0,1,.73-.7168l6.33-.0127q.68-.0015.6289.7139-.0351.4951-.8964.7724a1.154,1.154,0,0,0-.917,1.0479l-.9932,14.0093a.9613.9613,0,0,0,.7686,1.0434q.8217.2747.789.7417-.0527.7434-.7324.7451l-6.33.0127q-.68.0015-.626-.7421.0353-.4952.8965-.7725a1.1364,1.1364,0,0,0,.9141-1.0195l.4668-6.5786c.0215-.3116-.1465-.4849-.5059-.5215l-4.9716.01q-.5495.0564-.5811.5235l-.4668,6.5786a.9484.9484,0,0,0,.7705,1.0161q.8218.2739.7871.769-.0526.7434-.7314.7451l-6.3311.0127q-.68.0015-.626-.7421.0338-.4674.8946-.7452a1.152,1.152,0,0,0,.917-1.0468l.9931-14.0093a.9629.9629,0,0,0-.7685-1.0445q-.8218-.2732-.7871-.769a.6691.6691,0,0,1,.73-.7168l6.331-.0127q.6783-.0015.6279.7139-.0351.4952-.8964.7724a1.155,1.155,0,0,0-.917,1.0479l-.2979,4.2109Q439.9848,124.812,440.5293,124.8105Z"/> <path class="cls-47" d="M466.832,135.9575a.6965.6965,0,0,1-.4941.4551,2.1756,2.1756,0,0,1-.6065.1255l-11.71.0234q-.68.0015-.6279-.7143.0308-.4395.8925-.7168a1.1872,1.1872,0,0,0,.9209-1.1031l.9932-14.0092a.9621.9621,0,0,0-.7686-1.044q-.8217-.2739-.7871-.77a.6691.6691,0,0,1,.73-.7168l11.1123-.0225a1.1391,1.1391,0,0,1,.9776.397,6.3274,6.3274,0,0,1,.792,1.856,2.5115,2.5115,0,0,1,.06.6884.5579.5579,0,0,0-.1386.2334,1.72,1.72,0,0,1-.13.29.4494.4494,0,0,1-.19.1929c-.0752.0376-.1728.01-.2929-.0821-.1553-.11-.3331-.2334-.5313-.3706s-.3926-.269-.583-.3979-.3623-.2466-.5176-.3565-.2676-.1919-.3359-.247a3.0468,3.0468,0,0,0-1.1856-.3277,16.73,16.73,0,0,0-2.0976-.1054,2.6517,2.6517,0,0,0-1.377.2636.9389.9389,0,0,0-.4345.7573q-.0967,1.3778-.1465,2.065t-.07.9907c-.0137.2022-.0215.3164-.0235.3438s-.0049.06-.0078.0962a.6842.6842,0,0,0,.08.4267.542.542,0,0,0,.2695.2192,1.1691,1.1691,0,0,0,.36.0826c.1259.0088.2441.0132.3525.0127s.2441-.0049.4082-.0142.3359-.0239.5195-.0425q.2725-.0277.5323-.0429c.1718-.0088.3134-.0142.4228-.0142a2.3806,2.3806,0,0,1,1.19.2593.9159.9159,0,0,1,.4083.9482,1.0427,1.0427,0,0,1-.542.937,3.014,3.014,0,0,1-1.336.25,7.7362,7.7362,0,0,1-.8652-.0532,7.977,7.977,0,0,0-.8926-.0537,1.8878,1.8878,0,0,0-.7588.1675.7347.7347,0,0,0-.416.6884L459.56,133.55c-.03.4228.0146.688.1338.7978a1.4341,1.4341,0,0,0,.8291.1915c.2158.018.5312.0263.9482.0253s.8379-.0019,1.2637-.0024.8154-.0063,1.1689-.0161.585-.0151.6944-.0151q.2066.137.663-.1666a10.2838,10.2838,0,0,0,.962-.7319q.5067-.4263.9267-.7993t.5557-.3721a.7728.7728,0,0,1,.4922.15.4935.4935,0,0,1,.1718.4536,2.1344,2.1344,0,0,1-.207.6192c-.13.2856-.2773.5786-.4433.8823s-.3321.5879-.4952.8535A2.8757,2.8757,0,0,1,466.832,135.9575Z"/> <path class="cls-47" d="M493.4014,136.4819a6.8908,6.8908,0,0,1-6.0733-2.85,10.1513,10.1513,0,0,1-1.6172-6.684,11.6932,11.6932,0,0,1,2.4219-6.5816,7.6154,7.6154,0,0,1,6.27-2.9849,5.9842,5.9842,0,0,1,.7422.0669q.4982.0683,1.2217.2041a6.8078,6.8078,0,0,0,1.1318.1353.607.607,0,0,1,.2-.1523c.1143-.0635.2413-.1329.3819-.2061s.2676-.1338.3789-.1807a.8543.8543,0,0,1,.2226-.0688q.734-.0015,1.2588,1.7866a7.5251,7.5251,0,0,1,.4278,2.3926.6175.6175,0,0,1-.3086.5239,1.4744,1.4744,0,0,1-.7451.1665q-.5845-.5764-1.0684-1.03a10.3338,10.3338,0,0,0-.9746-.81,5.3059,5.3059,0,0,0-1.2588-.6436,4.3132,4.3132,0,0,0-1.45-.2309q-2.0917.0044-3.3369,2.6206a12.9894,12.9894,0,0,0-1.0606,4.6259,12.5058,12.5058,0,0,0,.4512,5.1172,3.6151,3.6151,0,0,0,3.5908,2.6075,4.3772,4.3772,0,0,0,1.292-.209,6.2163,6.2163,0,0,0,1.3194-.5948q1.1923-.7177,1.8154-1.0908a3.204,3.204,0,0,1,.8164-.4009.5711.5711,0,0,1,.4141.0957.8291.8291,0,0,1,.2519.2891.9619.9619,0,0,1,.1.3159,1.1661,1.1661,0,0,1-.041.3858,2.1345,2.1345,0,0,1-.2725.5781,3.0258,3.0258,0,0,1-.5332.6343,4.6674,4.6674,0,0,1-.8007.5654q-.4819.2762-1.1553.58A9.6436,9.6436,0,0,1,493.4014,136.4819Z"/> <path class="cls-47" d="M508.9023,124.6719l4.9717-.01a.5241.5241,0,0,0,.5821-.5512l.2978-4.211a.9619.9619,0,0,0-.7676-1.0444q-.8217-.2732-.7871-.7691a.6692.6692,0,0,1,.73-.7168l6.33-.0127q.68-.0013.6289.7139-.0351.4951-.8965.7725a1.1538,1.1538,0,0,0-.917,1.0478L518.0811,133.9a.9612.9612,0,0,0,.7685,1.0435q.8219.2747.7891.7417-.0528.7434-.7324.7451l-6.33.0127q-.68.0014-.626-.7422.0351-.4952.8965-.7725a1.1363,1.1363,0,0,0,.914-1.0195l.4668-6.5786c.0215-.3115-.1464-.4849-.5058-.5215l-4.9717.01q-.5493.0564-.5811.5235l-.4668,6.5786a.9492.9492,0,0,0,.7706,1.0166q.8217.2731.7871.7686-.0528.7434-.7315.7451l-6.331.0127q-.68.0014-.626-.7422.0337-.4672.8945-.7446a1.153,1.153,0,0,0,.917-1.0474l.9932-14.0093a.9619.9619,0,0,0-.7686-1.0439q-.8217-.274-.7871-.77a.6692.6692,0,0,1,.73-.7168l6.3311-.0127q.6782-.0014.6279.7139-.0351.4952-.8965.773a1.1539,1.1539,0,0,0-.917,1.0473l-.2978,4.211Q508.3579,124.6733,508.9023,124.6719Z"/> <path class="cls-47" d="M521.9111,126.9844a12.4174,12.4174,0,0,1,.8858-3.8819,9.5531,9.5531,0,0,1,2.0117-3.0864,9.2805,9.2805,0,0,1,3.0381-2.0425,10.2107,10.2107,0,0,1,3.9922-.7509,9.6257,9.6257,0,0,1,3.914.7348,7.5174,7.5174,0,0,1,2.7764,2.0308,7.9025,7.9025,0,0,1,1.5742,3.0791,11.6139,11.6139,0,0,1,.3369,3.8794,12.4645,12.4645,0,0,1-.8867,3.8823,9.5325,9.5325,0,0,1-2.0117,3.0859,9.2109,9.2109,0,0,1-3.0654,2.043,10.417,10.417,0,0,1-4.02.7515,9.433,9.433,0,0,1-3.8867-.7354,7.5579,7.5579,0,0,1-2.749-2.0312,7.8787,7.8787,0,0,1-1.5742-3.0786A11.5674,11.5674,0,0,1,521.9111,126.9844Zm14.1612-.1109a15.0082,15.0082,0,0,0-.0537-2.6972,7.9671,7.9671,0,0,0-.6426-2.4336,4.4832,4.4832,0,0,0-1.3838-1.7588,3.6986,3.6986,0,0,0-2.3018-.6694,4.1049,4.1049,0,0,0-2.3711.6787,5.5675,5.5675,0,0,0-1.6328,1.7651,8.7969,8.7969,0,0,0-.9736,2.437,16.3435,16.3435,0,0,0-.4219,2.6983,16.8752,16.8752,0,0,0,.0322,2.7924,7.7066,7.7066,0,0,0,.626,2.4756,4.5836,4.5836,0,0,0,1.3819,1.772,3.5985,3.5985,0,0,0,2.2744.6841,4.0349,4.0349,0,0,0,2.3994-.7071,5.7968,5.7968,0,0,0,1.6367-1.8051,9.305,9.305,0,0,0,.9893-2.4659,15.7909,15.7909,0,0,0,.4375-2.7114Z"/> <path class="cls-47" d="M550.8115,130.063a6.08,6.08,0,0,1-.6494-.04,2.9282,2.9282,0,0,1-.708-.1635,1.7391,1.7391,0,0,1-.5605-.33.622.622,0,0,1-.2071-.5362.9129.9129,0,0,1,.4453-.7163,2.4922,2.4922,0,0,1,1.337-.2778,2.4806,2.4806,0,0,0,1.3554-.3467,2.7308,2.7308,0,0,0,.88-.91,4.28,4.28,0,0,0,.4971-1.2661,8.1155,8.1155,0,0,0,.0722-3.1241,4.8739,4.8739,0,0,0-.4941-1.4717,3.08,3.08,0,0,0-.89-1.0434,2.1345,2.1345,0,0,0-1.3037-.3965,2.29,2.29,0,0,0-1.3916.47,1.6011,1.6011,0,0,0-.6836,1.2124l-.9013,12.7158a.9628.9628,0,0,0,.7685,1.044q.8219.2747.7871.769a.67.67,0,0,1-.7295.7173l-6.331.0127q-.68.0015-.6279-.7143.0336-.4674.8945-.7447a1.17,1.17,0,0,0,.9189-1.0752l.9014-12.7158q.0351-.4951-.7353-.7412t-.73-.8242a.9279.9279,0,0,1,.5517-.689,6.2323,6.2323,0,0,1,1.3008-.54,14.9641,14.9641,0,0,1,1.7266-.4029q.9492-.1662,1.8125-.2646t1.5449-.1543q.684-.0564.9551-.0571a9.7425,9.7425,0,0,1,2.6367.3662,7.43,7.43,0,0,1,2.3662,1.1093,5.5494,5.5494,0,0,1,1.6582,1.8956,4.8928,4.8928,0,0,1,.5137,2.7231,8.3816,8.3816,0,0,1-.6807,2.8916,5.8135,5.8135,0,0,1-3.64,3.2544A8.2826,8.2826,0,0,1,550.8115,130.063Z"/> <path class="cls-47" d="M567.8115,130.0288a6.2545,6.2545,0,0,1-.6494-.04,2.9329,2.9329,0,0,1-.708-.1636,1.7454,1.7454,0,0,1-.5605-.3291.6225.6225,0,0,1-.2071-.5361.9134.9134,0,0,1,.4453-.7168,2.4881,2.4881,0,0,1,1.337-.2774,2.4806,2.4806,0,0,0,1.3554-.3471,2.7249,2.7249,0,0,0,.88-.91,4.282,4.282,0,0,0,.4971-1.2666,8.1124,8.1124,0,0,0,.0722-3.1236,4.8717,4.8717,0,0,0-.4941-1.4721,3.0841,3.0841,0,0,0-.89-1.0435,2.1381,2.1381,0,0,0-1.3037-.396,2.2918,2.2918,0,0,0-1.3916.47,1.6017,1.6017,0,0,0-.6836,1.2128l-.9013,12.7159a.962.962,0,0,0,.7685,1.0434q.8219.2746.7871.77a.67.67,0,0,1-.7295.7172l-6.331.0127q-.68.0015-.6279-.7143.0336-.4672.8945-.7451a1.1688,1.1688,0,0,0,.9189-1.0747l.9014-12.7159q.0351-.495-.7353-.7417t-.73-.8242a.9285.9285,0,0,1,.5517-.6889,6.2537,6.2537,0,0,1,1.3008-.54,14.9688,14.9688,0,0,1,1.7266-.4023q.9492-.1671,1.8125-.2652t1.5449-.1543q.684-.0564.9551-.0571a9.7819,9.7819,0,0,1,2.6367.3662,7.4284,7.4284,0,0,1,2.3662,1.11,5.5474,5.5474,0,0,1,1.6582,1.895,4.8954,4.8954,0,0,1,.5137,2.7236,8.3781,8.3781,0,0,1-.6807,2.8911,5.8154,5.8154,0,0,1-3.64,3.2549A8.2965,8.2965,0,0,1,567.8115,130.0288Z"/> <path class="cls-47" d="M575.834,136.3145q-.68.0014-.626-.7422.0338-.4674.8945-.7447a1.1527,1.1527,0,0,0,.917-1.0473l.9932-14.0093a.9619.9619,0,0,0-.7686-1.0439q-.8217-.2741-.7871-.77a.6692.6692,0,0,1,.73-.7168l6.3848-.0127q.68-.0014.6289.7139-.0322.468-.9238.7729a1.153,1.153,0,0,0-.917,1.0474l-.9932,14.0093a.962.962,0,0,0,.7686,1.0439q.8466.301.8164.7412-.0528.7434-.7324.7452Z"/> <path class="cls-47" d="M601.9824,119.7227q-.0879,1.2378-.1777,2.9038t-.19,3.4536q-.1011,1.7892-.21,3.5366-.1113,1.7482-.2373,3.1514-.1275,1.404-.2588,2.2988t-.27.95a1.2469,1.2469,0,0,1-.44.2617,1.8547,1.8547,0,0,1-.5508.1118,1.4879,1.4879,0,0,1-.5381-.0678.7465.7465,0,0,1-.4-.3018q-.9814-1.4838-2.0215-3.0918t-2.1611-3.23q-1.1222-1.6208-2.3106-3.229-1.1908-1.6062-2.414-3.1181l-.7656,10.4038a.9484.9484,0,0,0,.7695,1.0166q.8232.2739.7881.7685-.0528.7434-.7324.7451l-4.3467.0088q-.68.0015-.627-.7422.0338-.4673.8955-.7446a1.1519,1.1519,0,0,0,.916-1.0474l.9932-14.0092a.9612.9612,0,0,0-.7676-1.044c-.5478-.1826-.8115-.4394-.7881-.7695q.0528-.7427.7325-.7442l3.749-.0073q.2446-.0007.81.6446t1.3086,1.6484q.7456,1.0041,1.6192,2.2671t1.7256,2.4873q.85,1.2223,1.6162,2.2949.766,1.0708,1.3447,1.73a.4655.4655,0,0,1,.02-.0967,1.8091,1.8091,0,0,0,.0225-.3164q.0028-.2475.041-.77.0366-.5223.09-1.459.0513-.9339.167-2.3667.1158-1.4312.2637-3.5229.0513-.7156-1.0342-1.1265-.5274-.2182-.4961-.6592.0528-.7434.7315-.7446l4.2929-.0083q.7061-.0015.6533.7417-.0321.468-.8945.7446A1.1551,1.1551,0,0,0,601.9824,119.7227Z"/> <path class="cls-47" d="M619.8789,132.4551h-.081l.29.1235a2.9159,2.9159,0,0,0,.3437.1231h.1094c.0723.2378.1475.4668.2227.6875q-.0455.6335-.94,1.1845a10.4593,10.4593,0,0,1-2.5039,1.0235,22.7947,22.7947,0,0,1-2.3291.4863,14.06,14.06,0,0,1-2.1191.1836,8.7449,8.7449,0,0,1-3.6836-.7222,7.1694,7.1694,0,0,1-2.6416-2.0166,8.2436,8.2436,0,0,1-1.5352-3.0522,11.2565,11.2565,0,0,1-.34-3.8242,10.8256,10.8256,0,0,1,.8643-3.58,10.0941,10.0941,0,0,1,1.9336-2.9478,9.523,9.523,0,0,1,2.8212-2.0425,9.7863,9.7863,0,0,1,3.5284-.9155,7.1616,7.1616,0,0,1,1.2461.0523c.4121.0541.7978.1137,1.1552.1762.3584.0645.6719.1089.9414.1363a.9342.9342,0,0,0,.5752-.07q.2007-.1377.4707-.3174a1.1051,1.1051,0,0,1,.6241-.18q.353-.0008.63.5078a7.6922,7.6922,0,0,1,.542,1.3608,13.8277,13.8277,0,0,1,.3916,1.3613,2.1259,2.1259,0,0,1,.0557.7569.8909.8909,0,0,1-.2061.4131,1.2285,1.2285,0,0,1-.375.3037.7987.7987,0,0,1-.4277.0971.4392.4392,0,0,1-.3408-.1782,4.472,4.472,0,0,0-.3262-.3706,2.0143,2.0143,0,0,0-.2441-.206c-.0772-.0552-.1582-.1148-.2451-.1783a1.8011,1.8011,0,0,1-.3038-.3164,3.9377,3.9377,0,0,0-1.6367-1.0556,6.03,6.03,0,0,0-2.0127-.34,3.4924,3.4924,0,0,0-2.27.7891,6.516,6.516,0,0,0-1.6054,1.957,11.0657,11.0657,0,0,0-.9942,2.5337,14.0168,14.0168,0,0,0-.4365,2.5186,13.76,13.76,0,0,0,.0723,2.8066,6.2578,6.2578,0,0,0,.7461,2.31,4.2,4.2,0,0,0,1.5595,1.5659,4.99,4.99,0,0,0,2.54.5727,4.8418,4.8418,0,0,0,1.26-.14,1.7828,1.7828,0,0,0,.4756-.3862.9121.9121,0,0,0,.2432-.5508l.2207-3.11a.9408.9408,0,0,0-.6572-1.0717q-1.0373-.3289-.9971-.8789a.6167.6167,0,0,1,.3916-.5508,2.0588,2.0588,0,0,1,.8545-.1675l4.917-.01a1.893,1.893,0,0,1,.831.1636.5212.5212,0,0,1,.3145.55q-.0279.3852-.9844.855a1.8847,1.8847,0,0,0-.5225.4692,1.15,1.15,0,0,0-.2353.6333Z"/> <path class="cls-47" d="M645.3379,136.3667a21.9793,21.9793,0,0,1-4.0186-.4048q-3.0834-.572-3.0117-1.59c.0078-.11.2305-.3208.67-.6343a1.5775,1.5775,0,0,0,.711-1.2129l.8486-11.9722q.0351-.495-.7617-.7412c-.5117-.2006-.7539-.4756-.73-.8242a.9286.9286,0,0,1,.5508-.6889,6.1869,6.1869,0,0,1,1.3154-.54,15.5687,15.5687,0,0,1,1.74-.4023q.9494-.1671,1.8116-.2652t1.5459-.1543q.6825-.0564.955-.0571a13.3787,13.3787,0,0,1,2.3213.2017,7.0375,7.0375,0,0,1,2.1494.7246,4.2738,4.2738,0,0,1,1.5459,1.373,3.298,3.298,0,0,1,.4864,2.145,3.4618,3.4618,0,0,1-.3487,1.2808,5.1729,5.1729,0,0,1-.76,1.1431,5.3355,5.3355,0,0,1-1.0567.9243,5.4027,5.4027,0,0,1-1.24.6216l-.0234.3305a12.2347,12.2347,0,0,1,1.4277.7539,5.1571,5.1571,0,0,1,1.1914,1.0025,4.43,4.43,0,0,1,.79,1.3188,3.8723,3.8723,0,0,1,.22,1.6782,6.9476,6.9476,0,0,1-.7276,2.795,5.036,5.036,0,0,1-1.666,1.8471,7.2948,7.2948,0,0,1-2.5449,1.0235A16.4426,16.4426,0,0,1,645.3379,136.3667Zm.042-10.5405q.0132-.1926.5273-.5371a11.8607,11.8607,0,0,1,1.3574-.76,3.33,3.33,0,0,0,1.3487-1.2,3.5717,3.5717,0,0,0,.5088-1.6387,3.769,3.769,0,0,0-.0645-1.0044,3.1347,3.1347,0,0,0-.3281-.9209,1.8751,1.8751,0,0,0-.6318-.6733,1.7471,1.7471,0,0,0-.9727-.2588,2.747,2.747,0,0,0-1.5537.457,1.6007,1.6007,0,0,0-.7432,1.2813l-.8642,12.1929a1.1151,1.1151,0,0,0,.166.7285,1.4728,1.4728,0,0,0,.5234.4668,2.607,2.607,0,0,0,.7285.26,3.8979,3.8979,0,0,0,.7823.0806,2.7578,2.7578,0,0,0,2.2763-1.0776,3.6507,3.6507,0,0,0,.6-1.1705,6.4208,6.4208,0,0,0,.2657-1.4458,3.7379,3.7379,0,0,0-.4024-2.1733,3.1878,3.1878,0,0,0-1.417-1.29q-1.0765-.52-1.6-.8091T645.38,125.8262Z"/> <path class="cls-47" d="M661.3506,133.1411a1.7642,1.7642,0,0,0,.1816.6875c.1035.2022.336.3027.6992.3018q1.1953-.0023,1.9278.01t1.1533.0113c.2813,0,.4941-.0054.64-.0147s.2725-.0141.3819-.0146a2.15,2.15,0,0,0,1.1758-.4976,16.0721,16.0721,0,0,0,1.4131-1.1592,1.4287,1.4287,0,0,1,.8457-.4277c.2548-.0093.3662.1968.3369.6182a5.1854,5.1854,0,0,1-.6846,1.5971q-.25.4695-.4238.813a2.7228,2.7228,0,0,1-.3809.5786,1.4337,1.4337,0,0,1-.4736.3589,1.6058,1.6058,0,0,1-.6748.1255l-11.71.0239q-.68.0007-.6279-.7148.0308-.4395.8926-.7168a1.2246,1.2246,0,0,0,.9482-1.103l.9932-14.0093a.9622.9622,0,0,0-.7686-1.044q-.8217-.2739-.7871-.7695a.6692.6692,0,0,1,.73-.7168l6.3848-.0127q.68-.0015.6289.7139-.0322.468-.8955.7451a1.1688,1.1688,0,0,0-.918,1.0752Z"/> <path class="cls-47" d="M671.7861,126.6807a12.4237,12.4237,0,0,1,.8858-3.8824,9.5551,9.5551,0,0,1,2.0117-3.0859,9.2805,9.2805,0,0,1,3.0381-2.0425,10.22,10.22,0,0,1,3.9922-.7514,9.6256,9.6256,0,0,1,3.914.7353,7.5174,7.5174,0,0,1,2.7764,2.0308,7.9039,7.9039,0,0,1,1.5742,3.0786,11.6181,11.6181,0,0,1,.3369,3.88,12.4581,12.4581,0,0,1-.8867,3.8818,9.5305,9.5305,0,0,1-2.0117,3.0864,9.2109,9.2109,0,0,1-3.0654,2.043,10.417,10.417,0,0,1-4.02.751,9.425,9.425,0,0,1-3.8867-.7349,7.559,7.559,0,0,1-2.749-2.0312,7.878,7.878,0,0,1-1.5742-3.0791A11.5632,11.5632,0,0,1,671.7861,126.6807Zm14.1612-.1109a15.0072,15.0072,0,0,0-.0537-2.6972,7.9741,7.9741,0,0,0-.6426-2.4341,4.4844,4.4844,0,0,0-1.3838-1.7583,3.6988,3.6988,0,0,0-2.3018-.67,4.1015,4.1015,0,0,0-2.3711.6792,5.571,5.571,0,0,0-1.6328,1.7646,8.8064,8.8064,0,0,0-.9736,2.4375,16.3357,16.3357,0,0,0-.4219,2.6982,16.8769,16.8769,0,0,0,.0322,2.7925,7.7,7.7,0,0,0,.626,2.4751,4.5823,4.5823,0,0,0,1.3819,1.7725,3.6013,3.6013,0,0,0,2.2744.6836,4.0346,4.0346,0,0,0,2.3994-.7066,5.7931,5.7931,0,0,0,1.6367-1.8056,9.2947,9.2947,0,0,0,.9893-2.4654,15.7987,15.7987,0,0,0,.4375-2.7114Z"/> <path class="cls-47" d="M700.08,136.063a6.892,6.892,0,0,1-6.0733-2.85,10.1523,10.1523,0,0,1-1.6172-6.6841,11.7,11.7,0,0,1,2.4219-6.5815,7.6156,7.6156,0,0,1,6.27-2.9849,5.9648,5.9648,0,0,1,.7421.0669q.4981.0681,1.2217.2041a6.8306,6.8306,0,0,0,1.1319.1353.6031.6031,0,0,1,.2-.1524c.1142-.0635.2412-.1328.3818-.206s.2676-.1338.3789-.1807a.8349.8349,0,0,1,.2227-.0689q.7338-.0014,1.2587,1.7867a7.5246,7.5246,0,0,1,.4278,2.3925.6182.6182,0,0,1-.3086.524,1.4754,1.4754,0,0,1-.7451.1665q-.5845-.5764-1.0684-1.03a10.2441,10.2441,0,0,0-.9746-.81,5.3055,5.3055,0,0,0-1.2588-.6435,4.3132,4.3132,0,0,0-1.45-.231q-2.0917.0043-3.3369,2.6206a13.0089,13.0089,0,0,0-1.0605,4.626,12.5045,12.5045,0,0,0,.4511,5.1172,3.6151,3.6151,0,0,0,3.5908,2.6074,4.3936,4.3936,0,0,0,1.292-.209,6.2108,6.2108,0,0,0,1.3194-.5947q1.1908-.7177,1.8154-1.0908a3.1662,3.1662,0,0,1,.8164-.4009.5683.5683,0,0,1,.4141.0957.823.823,0,0,1,.2519.2891.9587.9587,0,0,1,.1.3154,1.19,1.19,0,0,1-.041.3857,2.1192,2.1192,0,0,1-.2724.5782,3.0061,3.0061,0,0,1-.5332.6342,4.64,4.64,0,0,1-.8008.566q-.482.276-1.1553.58A9.65,9.65,0,0,1,700.08,136.063Z"/> <path class="cls-47" d="M708.877,136.0449q-.68.0015-.626-.7422.0336-.4673.8945-.7451a1.152,1.152,0,0,0,.917-1.0469l.9932-14.0092a.9629.9629,0,0,0-.7686-1.0445q-.8217-.2731-.7871-.769a.6691.6691,0,0,1,.73-.7168l6.331-.0127q.6783-.0015.628.7139-.0322.468-.8946.7446a1.1708,1.1708,0,0,0-.9189,1.0757l-.9932,14.0093a.9622.9622,0,0,0,.7686,1.0434q.8217.2746.7891.7417-.0528.7434-.7315.7451Zm13.0957-.0263a1.4105,1.4105,0,0,1-.9541-.3287,18.1507,18.1507,0,0,1-1.8506-2.6381q-.3663-.5772-1.0127-1.6216t-1.2735-2.1441q-.63-1.0986-1.0937-2.0063a3.0451,3.0451,0,0,1-.4424-1.2378,1.8819,1.8819,0,0,1,.415-.6748c.2676-.34.6055-.7446,1.01-1.2129s.8379-.9648,1.3-1.4888.8965-1.02,1.3008-1.4887.7373-.8775.9971-1.2266a1.9779,1.9779,0,0,0,.4023-.6885q.01-.5221-.7041-.7969-.7411-.2731-.706-.769a.6819.6819,0,0,1,.7568-.7168l5.1894-.0107q.68-.0008.6289.7143-.3251.3582-1.0039,1.13a18.7656,18.7656,0,0,1-1.4345,1.4619q-1.3989,1.3234-2.37,2.3985-.9727,1.0758-1.7491,2.0678,1.235,2.0889,2.0489,3.4629t1.3837,2.3228q.5713.9485.9971,1.6489t.8887,1.4434a3.0565,3.0565,0,0,0,1.2441.85c.5244.2558.7793.5126.7608.77a.7482.7482,0,0,1-.2862.5781,1.0827,1.0827,0,0,1-.666.1943Z"/> </g> <g> <path class="cls-48" d="M70.4683,124.0854c.103.0259.2983.39.32.52-.0117.3379.1782,2.3384.1743,2.4424-.0137.39-.1006.6494-.2563.6494a.9177.9177,0,0,1-.732-.6236,4.1248,4.1248,0,0,0-1.0532-1.8447,2.9464,2.9464,0,0,0-2.0532-.7275,2.82,2.82,0,0,0-2.7447,2.7026c-.0537,1.5327,1.0606,2.3643,3.3477,3.8457,3.1284,1.9492,3.6939,3.6118,3.6382,5.1968a4.8145,4.8145,0,0,1-2.42,3.82,7.8989,7.8989,0,0,1-3.6709.9351,9.6378,9.6378,0,0,1-3.7178-.6758,2.0993,2.0993,0,0,1-.65-.7534,14.4209,14.4209,0,0,1-.3447-2.78c.0063-.1821.3051-.5459.435-.5459.208,0,.6021.624.9634,1.4292a3.9665,3.9665,0,0,0,3.5288,2.3911,2.8033,2.8033,0,0,0,2.7935-2.5991c.0381-1.0913-.4717-2.13-2.8076-3.6895-2.59-1.7412-3.9693-3.17-3.8887-5.4834a4.657,4.657,0,0,1,1.7041-3.4033,6.184,6.184,0,0,1,4.1758-1.2475A18.2053,18.2053,0,0,1,70.4683,124.0854Z"/> <path class="cls-48" d="M80.7607,131.3613a3.4742,3.4742,0,0,1,.4937,2.2344c-.0356,1.0137-.2476,4.106-.2573,4.3916a.9235.9235,0,0,0,.9248,1.04,5.54,5.54,0,0,0,.9209-.3125c.08-.0518.105-.0259.1548.0263a1,1,0,0,1,.0654.3638,3.0685,3.0685,0,0,1-2.7378,1.7671,1.8141,1.8141,0,0,1-1.9058-1.2476c-.0224-.104-.1762-.1557-.23-.104a14.3018,14.3018,0,0,1-2.0909,1.0918,4.1281,4.1281,0,0,1-1.1508.208c-.9615,0-1.96-1.1694-1.9092-2.6245a2.4855,2.4855,0,0,1,.5141-1.3252,2.2027,2.2027,0,0,1,.9571-.624c.58-.2339,2.9678-.8833,3.5718-1.0654.3154-.1036.4775-.2857.4809-.39.0342-.2339.1362-1.6631.1221-2a1.6984,1.6984,0,0,0-1.6831-1.6631,1.498,1.498,0,0,0-.8379.1817c-.1055.0522-.167.3115-.1978,1.1953a.3421.3421,0,0,1-.1118.2339,14.1259,14.1259,0,0,1-2.3232,1.04.3962.3962,0,0,1-.3252-.3637c.0263-.7539.6225-1.4551,2.27-2.4947a6.7782,6.7782,0,0,1,2.6323-.9619A2.9,2.9,0,0,1,80.7607,131.3613Zm-2.7075,7.5874a.8264.8264,0,0,0,.251-.4936c.0645-.3643.1548-1.4551.1851-2.3125.0034-.104-.0953-.26-.1734-.26a6.3891,6.3891,0,0,0-2.1284.6758c-.32.2339-.48.3638-.5034,1.04a1.5379,1.5379,0,0,0,1.3711,1.663A2.5015,2.5015,0,0,0,78.0532,138.9487Z"/> <path class="cls-48" d="M85.36,131.0493a24.8593,24.8593,0,0,0,2.8486-1.1958.2371.2371,0,0,1,.2339,0,.585.585,0,0,1,.2217.3379c-.0127.3643-.1079.8579-.1172,1.1177-.0015.0522.0962.2339.1767.1557a5.9823,5.9823,0,0,1,3.5606-1.5073,3.1444,3.1444,0,0,1,1.8789.52,3.59,3.59,0,0,1,.8218,1.0391c.0488.0781.1787.0781.2046.0781.3193-.2075,1.4072-.8574,1.936-1.1172a3.1586,3.1586,0,0,1,1.521-.39,2.7536,2.7536,0,0,1,2.2021.935,3.6018,3.6018,0,0,1,.8965,2.5992c.0225.8574-.02,3.56-.0522,5.2226a1.0483,1.0483,0,0,0,.873,1.04c.3345.104.5108.26.5054.4155-.0068.1821-.272.3379-.74.3379-.52,0-1.373-.104-2.0747-.104-.8838,0-1.5361.0781-2.1338.0781-.4936,0-.6425-.208-.6362-.39.0054-.1558.2437-.2862.5337-.39.6826-.208.7949-.4414.8823-1.455.0493-.6753.0982-3.56.128-4.4175a2.46,2.46,0,0,0-.315-1.4033,1.81,1.81,0,0,0-1.6323-.8833,2.3325,2.3325,0,0,0-1.603.52,1.4524,1.4524,0,0,0-.2359.8056c-.0063.1812-.1992,4.9624-.1675,5.5347.0489.8315.1451,1.0649,1.0455,1.3252.2827.0776.538.208.5317.3892s-.2725.3642-.688.3642c-.5718,0-1.7383-.0781-2.3359-.0781-.5459,0-1.5869.0517-2.1328.0517-.65,0-.7471-.1816-.74-.3891.0029-.0781.19-.26.5322-.3643.709-.208.9517-.4673.9844-1.4028l.1821-4.47a2.5168,2.5168,0,0,0-.2548-1.6372,1.9825,1.9825,0,0,0-1.66-.8316,2.8528,2.8528,0,0,0-1.6045.5459.9248.9248,0,0,0-.2544.5977c-.085,1.6889-.1675,4.0537-.2363,6.0283-.0191.5459.1762.8833.87,1.1177.4878.1557.6147.26.6074.4673-.0054.1562-.35.3378-.7134.3378-.104,0-1.5571-.0517-2.5449-.0517-.8574,0-1.6411.104-2.1865.104-.3638,0-.7236-.104-.7158-.3379.0058-.1558.1928-.3115.665-.4414.917-.208,1.0068-.5459,1.1494-1.6631.0767-.7016.2251-2.729.3052-5.0156.0078-.2334.0151-.4414-.1357-.5713-.6021-.6235-.9034-.9355-.8975-1.0918S85.1763,131.1011,85.36,131.0493Z"/> <path class="cls-48" d="M108.2271,125.5923c-.0923,2.65-2.9092,3.664-3.5069,3.664-.2334,0-.5161-.0781-.51-.26a.7344.7344,0,0,1,.4356-.5718c1.16-.4678,1.7563-1.1953,1.7847-2.001.0224-.6494-.3062-.9092-1.1563-1.1172a.87.87,0,0,1-.7964-1.0136,1.5944,1.5944,0,0,1,1.6353-1.4292C107.3867,122.8638,108.2881,123.8516,108.2271,125.5923Z"/> <path class="cls-48" d="M113.9023,130.1138a5.0411,5.0411,0,0,1,.9258.2856.6323.6323,0,0,1,.2188.4419c.039.3638.0517,1.481.0454,1.6631-.0083.2339-.2271.5454-.4087.5454s-.4043-.3374-.55-.6235c-.5332-1.0909-1.1621-1.689-2.0977-1.689a1.4644,1.4644,0,0,0-1.3457,1.3252c-.0327.936.9356,1.5073,2.209,2.2349,2.1924,1.1953,2.4732,2.1045,2.4326,3.2744a3.2838,3.2838,0,0,1-1.7294,2.6245,6.2667,6.2667,0,0,1-2.647.6494,5.0451,5.0451,0,0,1-2.604-.5981,5.3183,5.3183,0,0,1-.4185-2.13c.0132-.39.1758-.5977.28-.5977.26,0,.4316.2862.6025.5977.8076,1.4551,1.8028,1.9492,2.4532,1.9492a2.203,2.203,0,0,0,1.0507-.3384,1.5456,1.5456,0,0,0,.5606-1.1689c.0156-.4419-.1763-.91-.9893-1.43-.6865-.4414-.9907-.6494-1.7539-1.1172a3.3474,3.3474,0,0,1-1.7178-2.9106,3.1448,3.1448,0,0,1,1.7276-2.5977,4.7068,4.7068,0,0,1,2.28-.5464A6.8718,6.8718,0,0,1,113.9023,130.1138Z"/> <path class="cls-48" d="M132.2749,124.0854c.1035.0259.2979.39.32.52-.0117.3379.1782,2.3384.1743,2.4424-.0136.39-.1005.6494-.2558.6494a.9182.9182,0,0,1-.7324-.6236,4.1286,4.1286,0,0,0-1.0528-1.8447,2.9481,2.9481,0,0,0-2.0537-.7275,2.8193,2.8193,0,0,0-2.7446,2.7026c-.0537,1.5327,1.061,2.3643,3.3472,3.8457,3.1284,1.9492,3.6943,3.6118,3.6386,5.1968a4.8134,4.8134,0,0,1-2.42,3.82,7.8946,7.8946,0,0,1-3.67.9351,9.64,9.64,0,0,1-3.7183-.6758,2.0893,2.0893,0,0,1-.6484-.7534,14.388,14.388,0,0,1-.3457-2.78c.0064-.1821.3052-.5459.4351-.5459.208,0,.6025.624.9638,1.4292a3.9649,3.9649,0,0,0,3.5279,2.3911,2.8036,2.8036,0,0,0,2.7939-2.5991c.0381-1.0913-.4717-2.13-2.8076-3.6895-2.59-1.7412-3.9692-3.17-3.8887-5.4834a4.6574,4.6574,0,0,1,1.7041-3.4033,6.1846,6.1846,0,0,1,4.1753-1.2475A18.2051,18.2051,0,0,1,132.2749,124.0854Z"/> <path class="cls-48" d="M142.5669,131.3613a3.4705,3.4705,0,0,1,.4941,2.2344c-.0356,1.0137-.248,4.106-.2578,4.3916a.9234.9234,0,0,0,.9253,1.04,5.5613,5.5613,0,0,0,.92-.3125c.08-.0518.1055-.0259.1553.0263a1.0083,1.0083,0,0,1,.0654.3638,3.0694,3.0694,0,0,1-2.7383,1.7671,1.814,1.814,0,0,1-1.9057-1.2476c-.023-.104-.1763-.1557-.23-.104a14.3489,14.3489,0,0,1-2.0918,1.0918,4.1158,4.1158,0,0,1-1.15.208c-.9619,0-1.96-1.1694-1.9092-2.6245a2.4848,2.4848,0,0,1,.5142-1.3252,2.1963,2.1963,0,0,1,.957-.624c.58-.2339,2.9668-.8833,3.5708-1.0654.3159-.1036.4776-.2857.481-.39.0346-.2339.1362-1.6631.123-2a1.6994,1.6994,0,0,0-1.6831-1.6631,1.5016,1.5016,0,0,0-.8388.1817c-.105.0522-.1661.3115-.1968,1.1953a.3428.3428,0,0,1-.1128.2339,14.1331,14.1331,0,0,1-2.3223,1.04.3958.3958,0,0,1-.3252-.3637c.0264-.7539.6221-1.4551,2.27-2.4947a6.7723,6.7723,0,0,1,2.6323-.9619A2.9,2.9,0,0,1,142.5669,131.3613Zm-2.7075,7.5874a.8261.8261,0,0,0,.2505-.4936c.0654-.3643.1557-1.4551.1855-2.3125.0034-.104-.0957-.26-.1728-.26a6.3881,6.3881,0,0,0-2.1289.6758c-.32.2339-.48.3638-.504,1.04a1.5383,1.5383,0,0,0,1.3716,1.663A2.5072,2.5072,0,0,0,139.8594,138.9487Z"/> <path class="cls-48" d="M152.8125,138.585a1.4107,1.4107,0,0,0,.2808-.5977l.23-5.82a.7133.7133,0,0,0-.4205-.5982c-.4116-.13-.6933-.26-1.0263-.39a.5639.5639,0,0,1-.4-.4678c.0039-.104.2436-.26.4516-.26a21.8154,21.8154,0,0,0,3.4414-.3379,3.4729,3.4729,0,0,1,.6275-.104c.1816,0,.249.312.2456.416-.0845.9355-.3931,7.5351-.4224,8.3667-.0024.0781.0357.4682.3218.4682.2607-.0258.8374-.1821,1.1753-.1821.1045,0,.2651.5977.2886.6753.0239.0523-.1924.2861-.3223.2861a20.4048,20.4048,0,0,0-2.6694.5454c-.4458.13-1.2852.3384-1.3633.3384a.3821.3821,0,0,1-.2725-.3642c.0054-.1558.0474-.6236.0889-1.0655.0044-.1294-.0962-.2334-.15-.1816a13.1205,13.1205,0,0,1-1.8584,1.1431,3.6491,3.6491,0,0,1-1.6768.39,2.8838,2.8838,0,0,1-2.603-1.3774,3.3783,3.3783,0,0,1-.2373-1.3775c.0645-1.8447.1265-4.3652.1226-5.7427,0-.7534-.41-.91-.8457-1.0908-.23-.104-.4571-.312-.4488-.5459.0049-.13.1665-.2856.4263-.2856.7275,0,3.4922-.2862,3.5957-.2862s.1982.2862.1943.39c-.0171,1.9746-.2314,5.8721-.2729,7.0679a1.4516,1.4516,0,0,0,.4551,1.1167,2.4349,2.4349,0,0,0,1.438.4941A2.7231,2.7231,0,0,0,152.8125,138.585Z"/> <path class="cls-48" d="M164.8623,130.1138a5.0465,5.0465,0,0,1,.9258.2856.6323.6323,0,0,1,.2187.4419c.0391.3638.0518,1.481.0454,1.6631-.0083.2339-.227.5454-.4086.5454s-.4043-.3374-.55-.6235c-.5332-1.0909-1.1621-1.689-2.0977-1.689a1.4643,1.4643,0,0,0-1.3457,1.3252c-.0327.936.9355,1.5073,2.209,2.2349,2.1924,1.1953,2.4731,2.1045,2.4326,3.2744a3.2816,3.2816,0,0,1-1.73,2.6245,6.2663,6.2663,0,0,1-2.647.6494,5.0453,5.0453,0,0,1-2.604-.5981,5.3188,5.3188,0,0,1-.4184-2.13c.0132-.39.1758-.5977.28-.5977.26,0,.4316.2862.6025.5977.8076,1.4551,1.8027,1.9492,2.4531,1.9492a2.2033,2.2033,0,0,0,1.0508-.3384,1.5455,1.5455,0,0,0,.56-1.1689c.0157-.4419-.1762-.91-.9892-1.43-.6865-.4414-.9907-.6494-1.7539-1.1172a3.3474,3.3474,0,0,1-1.7178-2.9106,3.1447,3.1447,0,0,1,1.7275-2.5977,4.7074,4.7074,0,0,1,2.28-.5464A6.8728,6.8728,0,0,1,164.8623,130.1138Z"/> <path class="cls-48" d="M175.5864,131.3613a3.47,3.47,0,0,1,.4942,2.2344c-.0357,1.0137-.2481,4.106-.2578,4.3916a.9234.9234,0,0,0,.9252,1.04,5.565,5.565,0,0,0,.9205-.3125c.08-.0518.1054-.0259.1552.0263a1.0086,1.0086,0,0,1,.0655.3638,3.0694,3.0694,0,0,1-2.7383,1.7671,1.8141,1.8141,0,0,1-1.9058-1.2476c-.0229-.104-.1763-.1557-.23-.104a14.3489,14.3489,0,0,1-2.0918,1.0918,4.1151,4.1151,0,0,1-1.15.208c-.9619,0-1.96-1.1694-1.9091-2.6245a2.4855,2.4855,0,0,1,.5141-1.3252,2.1974,2.1974,0,0,1,.957-.624c.58-.2339,2.9668-.8833,3.5709-1.0654.3159-.1036.4775-.2857.4809-.39.0347-.2339.1362-1.6631.1231-2a1.7,1.7,0,0,0-1.6832-1.6631,1.5016,1.5016,0,0,0-.8388.1817c-.105.0522-.166.3115-.1968,1.1953a.3428.3428,0,0,1-.1128.2339,14.1331,14.1331,0,0,1-2.3223,1.04.3957.3957,0,0,1-.3251-.3637c.0263-.7539.622-1.4551,2.27-2.4947a6.7723,6.7723,0,0,1,2.6323-.9619A2.9,2.9,0,0,1,175.5864,131.3613Zm-2.7075,7.5874a.8256.8256,0,0,0,.2505-.4936c.0654-.3643.1558-1.4551.1855-2.3125.0035-.104-.0957-.26-.1728-.26a6.3881,6.3881,0,0,0-2.1289.6758c-.32.2339-.4805.3638-.5039,1.04a1.5382,1.5382,0,0,0,1.3716,1.663A2.5063,2.5063,0,0,0,172.8789,138.9487Z"/> <path class="cls-48" d="M186.6948,130.2437a7.0717,7.0717,0,0,0,.6948.1821c.5977,0,2.4913.104,2.93.1816a.3142.3142,0,0,1,.2486.312,1.6756,1.6756,0,0,1-.6055.9873c-.1563,0-.8838,0-1.5049-.0522a.1782.1782,0,0,0-.1636.208,4.41,4.41,0,0,1,.1172,1.1172,3.9615,3.9615,0,0,1-1.5952,3.248,5.69,5.69,0,0,1-3.1787.9878c-.1553,0-.7783-.0259-1.0376-.0517-.1807-.0264-.2852-.0264-.3657.0517a1.1806,1.1806,0,0,0-.5171.6753c-.0171.4942.6167.9361.9277.9619,1.1416.0518,4.127.13,4.8775.2339a3.4821,3.4821,0,0,1,1.3032.6236,3.176,3.176,0,0,1,1.0337,2.3906,5.4084,5.4084,0,0,1-2.8218,4.1577,7.51,7.51,0,0,1-3.9893,1.1431,5.476,5.476,0,0,1-3.2436-.8833,2.8909,2.8909,0,0,1-1.2949-2.3389,1.7654,1.7654,0,0,1,.8589-1.5332c.5317-.3374,1.3544-.8316,1.7006-1.0649.0786-.0518.1079-.13.0064-.1822a4.4427,4.4427,0,0,1-1.0484-.4936,2.3257,2.3257,0,0,1-.9419-2.0528.5757.5757,0,0,1,.1924-.312,15.1738,15.1738,0,0,0,2.1563-1.4814c.0537-.0259.0591-.1817-.0425-.2593a3.5205,3.5205,0,0,1-1.99-3.2744,3.7322,3.7322,0,0,1,1.6611-2.9365,5.4115,5.4115,0,0,1,3.1772-.9356A7.9122,7.9122,0,0,1,186.6948,130.2437Zm-.3911,15.6689a2.4417,2.4417,0,0,0,1.2407-2.0527,1.94,1.94,0,0,0-.3969-1.273,2.17,2.17,0,0,0-1.4317-.6763,15.9491,15.9491,0,0,0-2.6982-.1293,2.3324,2.3324,0,0,0-1.2583.3115,2.368,2.368,0,0,0-.8374,1.6631,2.2782,2.2782,0,0,0,.8447,1.8452,3.959,3.959,0,0,0,2.4941.7534A4.5447,4.5447,0,0,0,186.3037,145.9126Zm-3.3818-14.7852a3.6457,3.6457,0,0,0-.6748,2.2085c-.0581,1.6631.7148,3.3521,1.9619,3.3521a1.6685,1.6685,0,0,0,.8193-.39,4.2917,4.2917,0,0,0,.7925-2.6241,4.829,4.829,0,0,0-.4966-2.1308,1.7158,1.7158,0,0,0-1.37-.9615A1.3437,1.3437,0,0,0,182.9219,131.1274Z"/> <path class="cls-48" d="M198.9849,131.0493a3.0467,3.0467,0,0,1,.9077,2.2866c-.0064.1817-.2818.6236-.5933.6236h-5.665a.3061.3061,0,0,0-.2925.1816,3.347,3.347,0,0,0-.1362.936,4.7942,4.7942,0,0,0,.7212,2.4166,3.5165,3.5165,0,0,0,2.8383,1.2988,2.7748,2.7748,0,0,0,2.3706-.91c.11-.1553.2456-.311.3492-.311s.228.1816.2221.3374a1.4885,1.4885,0,0,1-.23.65,4.8044,4.8044,0,0,1-4.2373,2.2607c-2.9883,0-4.7286-2.2607-4.625-5.2236a5.8713,5.8713,0,0,1,3.48-5.1445,5.2226,5.2226,0,0,1,2.148-.4942A3.9089,3.9089,0,0,1,198.9849,131.0493Zm-5.4434,1.8447a.21.21,0,0,0,.1729.26c.6748.0259,1.4814,0,2.78,0a.8989.8989,0,0,0,.9409-.8838,1.6212,1.6212,0,0,0-1.4-1.5849A2.96,2.96,0,0,0,193.5415,132.894Z"/> <path class="cls-48" d="M207.332,130.1138a5.0438,5.0438,0,0,1,.9258.2856.6323.6323,0,0,1,.2188.4419c.039.3638.0517,1.481.0454,1.6631-.0083.2339-.2271.5454-.4087.5454s-.4043-.3374-.55-.6235c-.5332-1.0909-1.1621-1.689-2.0977-1.689a1.4644,1.4644,0,0,0-1.3457,1.3252c-.0327.936.9356,1.5073,2.209,2.2349,2.1924,1.1953,2.4732,2.1045,2.4326,3.2744a3.2837,3.2837,0,0,1-1.73,2.6245,6.2658,6.2658,0,0,1-2.6469.6494,5.0448,5.0448,0,0,1-2.604-.5981,5.3165,5.3165,0,0,1-.4185-2.13c.0132-.39.1758-.5977.28-.5977.26,0,.4316.2862.6025.5977.8076,1.4551,1.8028,1.9492,2.4531,1.9492a2.203,2.203,0,0,0,1.0508-.3384,1.5456,1.5456,0,0,0,.5606-1.1689c.0156-.4419-.1763-.91-.9893-1.43-.6865-.4414-.9907-.6494-1.7539-1.1172a3.3474,3.3474,0,0,1-1.7178-2.9106,3.1448,3.1448,0,0,1,1.7276-2.5977,4.7068,4.7068,0,0,1,2.28-.5464A6.8718,6.8718,0,0,1,207.332,130.1138Z"/> </g> <polygon class="cls-49" points="231 148 230.5 120 226.5 116.5 226 111 219 111 222 116.5 219 122.5 220 145 224.892 148.494 222 155 229 155.5 228.235 149.382 231 148"/> <polygon class="cls-47" points="741 106 643 106 638.5 110 484 109 416.5 108 418 104 485.5 103 636.5 102 644.5 98 744 98.5 741 106"/> <polygon class="cls-47" points="724.5 149 726.5 155.5 421 154.5 421.5 150 724.5 149"/> <polygon class="cls-4" points="429.5 99.5 393 142 372.5 127 408.5 83.5 429.5 99.5"/> <polygon class="cls-7" points="379.5 76.5 401 79 392.5 118.5 374 116.5 369 130.5 363 126.5 379.5 76.5"/> <polygon class="cls-50" points="768 114.5 759 109.5 723.5 168 730.5 172.5 742 157 751.5 162 768 132.5 768 114.5"/> <polygon class="cls-51" points="468 177.5 388.5 180.5 385.5 214 380 245.5 410.5 255.5 441 251 456.5 253.5 465.5 249.5 468 177.5"/> <polygon class="cls-52" points="389.5 234 392 204 406 206 404 227 395.5 226 394.5 238.5 389.5 234"/> <polygon class="cls-52" points="414 196 413.5 201 456 200.5 457 197 414 196"/> <polygon class="cls-52" points="410.678 226 410.5 231 425.644 230.5 426 227 410.678 226"/> <polygon class="cls-52" points="409.678 233 409.5 238 424.644 237.5 425 234 409.678 233"/> <polygon class="cls-52" points="451.822 227 452 232 436.856 231.5 436.5 228 451.822 227"/> <polygon class="cls-52" points="413.583 209 413 217.25 428.945 216.375 429.334 209 413.583 209"/> <polygon class="cls-52" points="439.583 217 439 225.25 454.945 224.375 455.334 217 439.583 217"/> <polygon class="cls-52" points="412.845 220 412 224 428.055 224 430.167 219.5 412.845 220"/> <polygon class="cls-52" points="440 209 440 214 455 214 454.667 210.333 440 209"/> <polygon class="cls-52" points="454.333 234.333 440 234.667 439.333 236.667 455.667 238 454.333 234.333"/> <polygon class="cls-49" points="108 191 105.667 187 101 187 97 205.667 101 209.333 104 208.667 107.667 200.667 108 191"/> <polygon class="cls-49" points="107 211 101.667 206.667 97 210.333 96.333 225 102.333 228.333 106.333 225.667 107 211"/> <path class="cls-49" d="M107.3335,229l-5.6665-3-3,2.667L96,244l5.667,2,2.6665-1.333S107.3335,228.333,107.3335,229Z"/> <polygon class="cls-49" points="104.333 248 100.333 245.667 97.667 249 98.667 264 105 266 108 260.667 106 251.667 104.333 248"/> <polygon class="cls-49" points="88.833 187.667 83.75 185.667 81 187.667 81 205 87 206.667 89.333 200.667 88.833 187.667"/> <polygon class="cls-49" points="88.333 211.333 83.667 207.667 80 210.667 81.333 225.333 86.333 225.667 81.667 227 80 244 84.667 246.333 88 244.333 90.333 228 88.333 224.333 90.333 221.667 88.333 211.333"/> <polygon class="cls-53" points="88.5 250.833 84.25 247.75 81 249.667 81 262 86.667 265.333 89.333 260.667 88.5 250.833"/> </g> <g id="State1"> <g id="George_copy" data-name="George copy"> <polygon class="cls-54" points="314.582 457.633 275.25 482.639 209.568 472.658 201.716 456.344 200.71 449.094 240.545 443.482 304.357 446.575 314.582 457.633"/> <polygon class="cls-55" points="238.977 325.983 240.453 357.874 242.909 393.588 249.555 435.974 239.402 444.969 230.17 447.898 229.546 450.136 240.724 452.299 250.902 447.45 264.286 445.133 261.646 431.113 261.084 392.198 260.149 344.672 270.215 373 273.555 396.905 282.272 413.439 291.673 437.625 289.853 452.63 284.795 459.998 286.092 463.18 296.929 461.836 305.128 446.472 301.555 436.287 303.752 430.531 295.484 383.689 285.325 340.687 284.888 321.868 238.977 325.983"/> <polygon class="cls-56" points="292.748 318.472 294.183 337.612 288.68 339.287 287.245 343.354 289.159 351.488 292.03 350.292 291.073 345.268 293.944 343.593 294.662 356.273 292.03 358.905 292.508 360.341 297.054 359.862 301.839 355.556 301.361 340.004 305.667 318.472 292.748 318.472"/> <polygon class="cls-56" points="245.137 234.376 245.436 236.529 244.628 239.998 248.591 252.439 253.503 253.635 253.268 258.42 258.772 263.803 267.745 258.301 268.823 254.114 267.626 246.697 273.966 235.093 266.31 220.738 248.068 221.815 245.137 225.404 245.137 234.376"/> <polygon class="cls-56" points="239.395 318.233 232.935 341.201 236.524 342.875 237.242 347.9 236.285 355.077 232.935 354.838 232.457 350.292 231.26 351.728 230.782 356.752 236.285 360.101 235.567 361.298 231.26 360.819 225.997 357.47 226.715 339.526 227.193 309.859 239.395 318.233"/> <polygon class="cls-57" points="273.608 255.31 268.583 255.549 262.363 261.53 256.142 262.487 251.676 256.745 240.671 261.85 233.174 275.885 225.518 297.418 221.93 302.681 227.432 314.405 238.916 320.147 249.683 325.889 270.497 328.042 291.791 322.061 292.987 320.386 299.686 321.582 307.103 319.668 313.562 306.27 308.538 294.068 305.189 283.302 297.533 269.426 285.491 262.169 273.608 255.31"/> <g> <polygon class="cls-58" points="261.765 234.495 262.961 234.256 260.09 231.265 257.219 232.462 255.185 234.256 253.63 233.658 255.903 235.811 256.792 235.21 255.783 236.529 256.74 237.247 257.697 237.725 258.774 237.366 258.894 236.17 261.286 236.409 260.21 235.452 257.68 234.609 259.97 233.06 261.765 234.495"/> <polygon class="cls-58" points="247.051 231.624 246.333 233.538 246.453 234.376 247.649 233.419 249.111 234.318 248.367 234.256 246.094 236.05 247.41 237.007 249.204 236.888 248.965 235.333 251.118 236.17 250.294 235.047 250.759 235.333 252.195 235.691 252.673 234.136 248.726 231.983 247.051 231.624"/> </g> <polygon class="cls-59" points="254.069 236.13 252.434 235.512 249.922 240.716 249.922 241.912 254.787 242.55 254.069 236.13"/> <polygon class="cls-60" points="254.787 242.55 249.922 241.912 252.474 243.906 254.787 242.55"/> <polygon class="cls-58" points="256.94 247.654 255.744 246.577 250.32 245.84 249.683 246.747 253.431 247.654 256.94 247.654"/> <polygon class="cls-61" points="251.118 222.054 245.914 226.66 245.346 234.764 243.686 225.419 248.598 219.669 262.598 215 271.811 216.793 275.64 220.141 279.589 234.854 277.675 238.921 274.445 239.519 275.043 240.835 277.675 242.39 277.675 245.74 276.359 246.218 273.966 248.491 270.019 248.85 267.148 247.295 266.669 241.673 271.215 239.639 271.933 235.811 270.617 233.538 268.583 233.419 268.105 234.974 266.789 236.05 266.55 233.299 265.234 225.164 260.09 221.935 251.118 222.054"/> <polygon class="cls-62" points="251.676 256.745 258.375 280.83 254.069 320.864 249.443 336.336 237.641 328.202 238.119 320.386 240.83 296.621 243.701 270.143 240.671 261.85 241.787 259.616 250.56 255.948 251.676 256.745"/> <polygon class="cls-62" points="271.295 254.194 268.344 268.549 265.273 275.567 266.191 308.902 266.191 326.128 271.295 338.41 288.043 332.508 289.797 336.176 293.147 332.827 292.987 320.386 286.129 317.196 281.822 309.062 283.895 294.707 282.779 272.696 285.491 262.169 284.693 259.936 273.368 253.874 271.295 254.194"/> <polygon class="cls-55" points="268.583 253.336 263.978 258.929 258.206 261.426 253.047 256.035 251.836 255.908 251.836 258.181 254.348 262.727 257.458 264.76 255.425 268.349 254.767 273.493 258.535 273.971 258.535 277.321 261.286 277.799 264.396 276.364 267.028 269.545 262.841 264.76 267.387 261.77 271.335 254.831 269.899 253.157 268.583 253.336"/> </g> <g id="Soldier2"> <polygon class="cls-4" points="61 440 96 455 102 473 76 473 23 463 11 453 29 438 61 440"/> <polygon class="cls-63" points="60 232 54 241.75 43 243.625 20.5 294.063 21.5 307.031 33 319.667 29 334 16 361 60.5 379.5 88.5 365.5 99 366.5 97.5 315 105.5 300.5 99.5 250.5 84 243.5 84 240 75 234 60 232"/> <polygon class="cls-64" points="92.167 205.5 93.333 214.167 92.667 217.833 95.167 223 94.667 225.333 90.5 225.167 87.167 236 84.333 236.5 75 234 64 231.333 63.5 203.667 83.667 204.5 92.167 205.5"/> <polygon class="cls-65" points="76.667 217.5 75.667 215.333 72.5 215.5 70 220 73 225.5 75.833 226.167 76.667 217.5"/> <polygon class="cls-66" points="90.333 215.333 89.333 217.167 81.667 215.333 87.667 214.833 90.333 215.333"/> <polygon class="cls-66" points="88.333 218.667 86.833 217.5 83.5 218.833 86.667 220.167 88.333 218.667"/> <polygon class="cls-66" points="89.25 228.688 88.625 231 85.5 231 86.75 229.281 89.25 228.688"/> <polygon class="cls-66" points="99.5 195.75 98.75 204.75 86 211.25 67.75 213 57 213.5 53.25 207.75 66.25 189.5 86.25 187.5 99.5 195.75"/> <polygon class="cls-67" points="81 242.5 80 235 70.5 232.5 62.5 229.5 60 231.5 67.5 241.5 67 305 37 349 41.5 388.5 52.5 394.5 64.5 385 62 339.5 67 343 66.5 386.5 76.5 388.5 83 385.5 85 336 95.5 315.5 93 282 81 242.5"/> <polygon class="cls-66" points="65 375.25 51.5 386.125 40 377.063 38 380.531 43 403.516 40.5 417.008 44 462.004 72.5 470.502 80 469 80 465 63.5 455.5 58.5 446.5 64.5 385 65 375.25"/> <polygon class="cls-66" points="66.5 369.5 74.5 375.5 83 372 85 373.5 84.5 390.5 69.5 437.5 76 452 84.5 457.5 87 460 79 461 59 452.5 52.5 435.5 64.5 385 63 368 66.5 369.5"/> <polygon class="cls-64" points="65.333 309.667 73 306.333 79 311.333 78 314.333 72 312 68.667 314.333 80.333 325 83.333 332.667 81 336.333 68 333.333 60 320.667 59 314.333 65.333 309.667"/> <polygon class="cls-67" points="67 306.667 53.667 301.333 46.667 309.333 45 319.667 56.333 327.333 60.667 323.667 60.333 314.667 67 306.667"/> <polygon class="cls-4" points="67 492 20 481 17 497 37 504 67 492"/> </g> <g id="Soldier1"> <polygon class="cls-68" points="195.333 484.001 203 535 197.333 559 181.333 566 177.333 561.666 178.333 545.666 171 515 163.333 522 162.333 566.333 161.333 576 138 576 139.333 569 140.25 563.5 135 530.5 195.333 484.001"/> <polygon class="cls-64" points="247.5 391.25 242 382 245.5 373.5 248.25 374 246.75 381.5 250 383.25 256.75 369 263.75 364 266.25 364.75 259.75 372.25 258 378.75 270.75 366.25 275 368.75 273.5 370.5 274 373.25 268.5 379.25 267 384 273.5 379.25 275.5 381.25 269.25 388.5 262 397 257 397 247.5 391.25"/> <path class="cls-63" d="M246,390.168c-1,0-23.333,25.582-23.333,25.582l-31.3335-19.374L171,400.6875l-5-4.3428-4-7.3388-26.333,12.331L116,456.002l6,14,5.667,5.999-3.3335,14.333L93,523.001l50,22.333,27-25.333,25.3335-36-1-12,9.6665-33,26.3335,6L237,440.667V434l6.667-2.333,12.333-29,3.3335-5.333Z"/> <polygon class="cls-67" points="244.905 389.668 236.929 394.86 235.333 400.055 245.703 406.544 251.552 414.335 255.008 413.037 259.333 397.334 256 393 244.905 389.668"/> <polygon class="cls-69" points="202.5 538.333 193.417 546 178.041 544.333 177.021 549.666 174.667 576 195 576 203 542.333 202.5 538.333"/> <polygon class="cls-69" points="161.333 576 162.333 566.333 151.333 570.333 140 566 137.333 568.333 138 576 161.333 576"/> <polygon class="cls-64" points="198 353 201 360.333 198.333 371.666 195 375.333 191.667 385.333 184.667 389 174.667 387 177.667 365.666 198 353"/> <polygon class="cls-70" points="196 353.333 191.667 367 189.667 377.666 182.667 388.333 174.333 388.666 167 382.666 166.333 364 196 353.333"/> <polygon class="cls-67" points="193.667 397.333 189.333 389 165.667 381.333 161.333 385 160 394.666 168.667 403.333 187.333 400.333 193.667 397.333"/> <polygon class="cls-66" points="170.333 330 192.667 327 206 337 207 342.333 197 360 185.333 370.333 168.667 371.666 159.333 365.333 153.333 349.333 170.333 330"/> </g> <g id="Briana_copy" data-name="Briana copy"> <polygon class="cls-71" points="278.575 490.045 287.072 510.668 336.46 518 388.503 508.835 397 490.504 352 478 278.575 490.045"/> <polygon class="cls-72" points="312.882 347.066 316.362 346.076 317.533 350.946 315.173 357.368 313.415 374.35 313.308 392.601 315.521 371.602 315.868 359.277 317.577 359.424 316.837 372.54 314.123 393.616 317.83 407.467 315.425 418.947 312.58 419.562 309.708 413.987 311.918 392.782 311.903 373.963 313.175 361.656 312.882 347.066"/> <polygon points="369.357 474.145 370.077 492.986 364.807 497.352 349.179 480.624 336.745 483.52 337.892 502.292 320.562 505.182 312.282 505.955 298.038 505.185 301.502 501.335 310.744 500.276 324.894 491.614 324.894 482.086 369.357 474.145"/> <polygon class="cls-73" points="325.393 254.749 323.243 266.707 323.982 270.066 323.915 277.792 323.713 279.673 323.579 281.353 324.05 283.368 324.184 286.189 326.065 288.474 336.411 289.951 336.814 297.879 334.127 301.372 339.635 310.24 349.578 308.36 355.759 297.207 352.534 294.654 349.578 282.293 348.235 266.438 333.455 252.599 325.393 254.749"/> <polygon points="345.548 271.544 344.204 270.603 341.517 272.619 342.323 275.575 341.517 277.591 343.263 277.321 344.741 274.634 343.398 273.156 345.548 271.544"/> <polygon points="338.829 271.41 340.173 271.813 341.786 269.663 343.801 268.723 347.294 270.603 347.832 274.903 346.219 278.262 343.935 279.203 348.907 284.711 351.056 284.443 357.506 270.201 347.294 246.552 332.246 248.165 324.587 252.599 323.512 254.883 326.065 256.63 329.29 255.958 331.708 258.243 334.261 258.377 336.68 257.839 335.873 261.467 335.739 264.961 337.217 265.498 337.351 267.648 338.964 269.528 338.829 271.41"/> <polygon class="cls-74" points="330.661 268.97 329.418 270.72 327.539 271.74 327.514 268.252 330.661 268.97"/> <polygon class="cls-75" points="330.661 268.97 328.343 267.596 326.867 267.565 325.948 268.893 327.102 268.743 330.661 268.97"/> <polygon class="cls-75" points="327.786 268.279 328.179 270.243 327.539 271.74 326.955 271.673 326.884 269.89 326.984 268.154 327.786 268.279"/> <polygon class="cls-75" points="324.52 266.64 327.274 264.557 329.76 264.759 331.91 265.363 328.282 263.213 325.729 263.483 324.251 265.162 324.52 266.64"/> <polygon class="cls-75" points="327.946 281.285 323.713 279.673 323.243 280.613 323.579 281.353 327.946 281.285"/> <polygon class="cls-76" points="323.982 270.066 322.773 273.694 321.497 274.835 321.698 276.449 323.915 277.792 325.527 277.187 325.057 273.223 323.982 270.066"/> <polygon class="cls-77" points="317.083 340.704 312.882 347.066 315.868 359.277 325.936 361.013 317.083 340.704"/> <polygon class="cls-78" points="316.562 323.519 333.226 300.606 355.792 295.225 361.607 300.606 375.928 327.164 380.614 344.87 368.637 352.855 374.886 376.635 384.259 473.668 373.15 481.653 358.222 480.959 343.293 491.721 324.2 489.985 312.396 474.015 323.332 357.368 310.834 346.432 316.562 323.519"/> <polygon class="cls-79" points="334.369 243.202 333.97 246.129 341.791 255.005 345.986 253.824 349.104 259.25 349.333 264.631 355.144 268.319 355.017 273.74 361.716 274.449 363.804 271.698 360.721 269.872 360.101 260.929 356.154 254.513 349.719 245.125 340.381 245.427 334.369 243.202"/> <polygon class="cls-80" points="319.687 353.723 328.019 351.64 337.392 317.27 339.996 321.436 342.6 344.349 335.83 354.764 357.181 351.64 364.471 344.349 366.554 331.851 367.596 346.953 365.513 354.243 341.037 359.972 323.332 357.368 319.687 353.723"/> <polygon class="cls-81" points="323.332 355.285 332.185 358.409 332.185 445.895 334.788 469.329 323.853 476.098 316.562 471.932 309.793 472.453 312.917 412.567 323.332 355.285"/> </g> </g> <g id="State2"> <g id="George"> <polygon class="cls-54" points="186.328 466.633 225.659 491.639 291.341 481.658 299.194 465.344 300.199 458.094 260.365 452.482 196.552 455.575 186.328 466.633"/> <polygon class="cls-55" points="267.932 333.983 266.456 365.874 264 401.588 257.355 443.974 267.507 452.969 276.74 455.898 277.364 458.136 266.185 460.299 256.007 455.45 242.624 453.133 245.263 439.113 245.826 400.198 246.761 352.672 236.695 381 233.355 404.905 224.638 421.439 215.236 445.625 217.056 460.63 222.114 467.998 220.817 471.18 209.98 469.836 201.782 454.472 205.355 444.287 203.158 438.531 211.426 391.689 221.585 348.687 222.021 329.868 267.932 333.983"/> <polygon class="cls-56" points="214.162 326.472 212.726 345.612 218.229 347.287 219.665 351.354 217.751 359.488 214.88 358.292 215.837 353.268 212.966 351.593 212.248 364.273 214.88 366.905 214.401 368.341 209.855 367.862 205.07 363.556 205.549 348.004 201.242 326.472 214.162 326.472"/> <polygon class="cls-56" points="261.773 242.376 261.474 244.529 262.281 247.998 258.318 260.439 253.406 261.635 253.642 266.42 248.137 271.803 239.164 266.301 238.087 262.114 239.283 254.697 232.943 243.093 240.599 228.738 258.842 229.815 261.773 233.404 261.773 242.376"/> <polygon class="cls-56" points="267.515 326.233 273.974 349.201 270.386 350.875 269.668 355.9 270.625 363.077 273.974 362.838 274.453 358.292 275.649 359.728 276.128 364.752 270.625 368.101 271.343 369.298 275.649 368.819 280.913 365.47 280.195 347.526 279.716 317.859 267.515 326.233"/> <polygon class="cls-57" points="233.302 263.31 238.326 263.549 244.547 269.53 250.767 270.487 255.233 264.745 266.239 269.85 273.735 283.885 281.391 305.418 284.98 310.681 279.477 322.405 267.993 328.147 257.227 333.889 236.412 336.042 215.119 330.061 213.923 328.386 207.224 329.582 199.807 327.668 193.347 314.27 198.371 302.068 201.721 291.302 209.377 277.426 221.419 270.169 233.302 263.31"/> <g> <polygon class="cls-58" points="245.145 242.495 243.949 242.256 246.82 239.265 249.691 240.462 251.724 242.256 253.279 241.658 251.006 243.811 250.117 243.21 251.126 244.529 250.169 245.247 249.212 245.725 248.135 245.366 248.016 244.17 245.623 244.409 246.7 243.452 249.229 242.609 246.939 241.06 245.145 242.495"/> <polygon class="cls-58" points="259.859 239.624 260.576 241.538 260.457 242.376 259.261 241.419 257.799 242.318 258.543 242.256 260.816 244.05 259.5 245.007 257.705 244.888 257.945 243.333 255.791 244.17 256.615 243.047 256.15 243.333 254.715 243.691 254.236 242.136 258.184 239.983 259.859 239.624"/> </g> <polygon class="cls-59" points="252.841 244.13 254.476 243.512 256.988 248.716 256.988 249.912 252.123 250.55 252.841 244.13"/> <polygon class="cls-60" points="252.123 250.55 256.988 249.912 254.436 251.906 252.123 250.55"/> <polygon class="cls-58" points="249.97 255.654 251.166 254.577 256.589 253.84 257.227 254.747 253.479 255.654 249.97 255.654"/> <polygon class="cls-61" points="255.791 230.054 260.995 234.66 261.563 242.764 263.223 233.419 258.311 227.669 244.311 223 235.098 224.793 231.269 228.141 227.321 242.854 229.235 246.921 232.465 247.519 231.866 248.835 229.235 250.39 229.235 253.74 230.551 254.218 232.943 256.491 236.891 256.85 239.762 255.295 240.24 249.673 235.694 247.639 234.977 243.811 236.293 241.538 238.326 241.419 238.805 242.974 240.121 244.05 240.36 241.299 241.676 233.164 246.82 229.935 255.791 230.054"/> <polygon class="cls-62" points="255.233 264.745 248.534 288.83 252.841 328.864 257.466 344.336 269.269 336.202 268.79 328.386 266.079 304.621 263.208 278.143 266.239 269.85 265.122 267.616 256.349 263.948 255.233 264.745"/> <polygon class="cls-62" points="235.614 262.194 238.565 276.549 241.636 283.567 240.719 316.902 240.719 334.128 235.614 346.41 218.867 340.508 217.112 344.176 213.763 340.827 213.923 328.386 220.781 325.196 225.087 317.062 223.014 302.707 224.13 280.696 221.419 270.169 222.216 267.936 233.541 261.874 235.614 262.194"/> <polygon class="cls-55" points="238.326 261.336 242.932 266.929 248.704 269.426 253.862 264.035 255.074 263.908 255.074 266.181 252.562 270.727 249.451 272.76 251.485 276.349 252.143 281.493 248.375 281.971 248.375 285.321 245.623 285.799 242.513 284.364 239.881 277.545 244.068 272.76 239.522 269.77 235.575 262.831 237.01 261.157 238.326 261.336"/> </g> <g id="Briana"> <polygon class="cls-71" points="265.575 490.205 274.502 509.234 326.393 516 381.073 507.543 390 490.627 353.175 468.215 265.575 490.205"/> <polygon class="cls-72" points="300.882 335.066 304.362 334.076 305.533 338.946 303.173 345.368 301.415 362.35 301.308 380.601 303.521 359.602 303.868 347.277 305.577 347.424 304.837 360.54 302.123 381.616 305.83 395.467 303.425 406.947 300.58 407.562 297.708 401.987 299.918 380.782 299.903 361.963 301.175 349.656 300.882 335.066"/> <polygon points="357.357 462.145 358.077 480.986 352.807 485.352 337.179 468.624 324.745 471.52 325.892 490.292 308.562 493.182 300.282 493.955 286.038 493.185 289.502 489.335 298.744 488.276 312.894 479.614 312.894 470.086 357.357 462.145"/> <polygon class="cls-76" points="313.393 242.749 311.243 254.707 311.982 258.066 311.915 265.792 311.713 267.673 311.579 269.353 312.05 271.368 312.184 274.189 314.065 276.474 324.411 277.951 324.814 285.879 322.127 289.372 327.635 298.24 337.578 296.36 343.759 285.207 340.534 282.654 337.578 270.293 336.235 254.438 321.455 240.599 313.393 242.749"/> <polygon points="333.548 259.544 332.204 258.603 329.517 260.619 330.323 263.575 329.517 265.591 331.263 265.321 332.741 262.634 331.398 261.156 333.548 259.544"/> <polygon points="326.829 259.41 328.173 259.813 329.786 257.663 331.801 256.723 335.294 258.603 335.832 262.903 334.219 266.262 331.935 267.203 336.907 272.711 339.056 272.443 345.506 258.201 335.294 234.552 320.246 236.165 312.587 240.599 311.512 242.883 314.065 244.63 317.29 243.958 319.708 246.243 322.261 246.377 324.68 245.839 323.873 249.467 323.739 252.961 325.217 253.498 325.351 255.648 326.964 257.528 326.829 259.41"/> <polygon class="cls-74" points="318.661 256.97 317.418 258.72 315.539 259.74 315.514 256.252 318.661 256.97"/> <polygon class="cls-75" points="318.661 256.97 316.343 255.596 314.867 255.565 313.948 256.893 315.102 256.743 318.661 256.97"/> <polygon class="cls-75" points="315.786 256.279 316.179 258.243 315.539 259.74 314.955 259.673 314.884 257.89 314.984 256.154 315.786 256.279"/> <polygon class="cls-75" points="312.52 254.64 315.274 252.557 317.76 252.759 319.91 253.363 316.282 251.213 313.729 251.483 312.251 253.162 312.52 254.64"/> <polygon class="cls-75" points="315.946 269.285 311.713 267.673 311.243 268.613 311.579 269.353 315.946 269.285"/> <polygon class="cls-76" points="311.982 258.066 310.773 261.694 309.497 262.835 309.698 264.449 311.915 265.792 313.527 265.187 313.057 261.223 311.982 258.066"/> <polygon class="cls-77" points="305.083 328.704 300.882 335.066 303.868 347.277 313.936 349.013 305.083 328.704"/> <polygon class="cls-78" points="304.562 311.519 321.226 288.606 343.792 283.225 349.607 288.606 363.928 315.164 368.614 332.87 356.637 340.855 362.886 364.635 372.259 461.668 361.15 469.653 346.222 468.959 331.293 479.721 312.2 477.985 300.396 462.015 311.332 345.368 298.834 334.432 304.562 311.519"/> <polygon class="cls-79" points="322.369 231.202 321.97 234.129 329.791 243.005 333.986 241.824 337.104 247.25 337.333 252.631 343.144 256.319 343.017 261.74 349.716 262.449 351.804 259.698 348.721 257.872 348.101 248.929 344.154 242.513 337.719 233.125 328.381 233.427 322.369 231.202"/> <polygon class="cls-80" points="307.687 341.723 316.019 339.64 325.392 305.27 327.996 309.436 330.6 332.349 323.83 342.764 345.181 339.64 352.471 332.349 354.554 319.851 355.596 334.953 353.513 342.243 329.037 347.972 311.332 345.368 307.687 341.723"/> <polygon class="cls-81" points="311.332 343.285 320.185 346.409 320.185 433.895 322.788 457.329 311.853 464.098 304.562 459.932 297.793 460.453 300.917 400.567 311.332 343.285"/> </g> </g> <g id="State3"> <g id="George_copy_3" data-name="George copy 3"> <polygon class="cls-54" points="328 494 267 489 73 447 62.284 443.624 65.178 435 138 441 293 479 328 494"/> <polygon class="cls-55" points="70.977 320.983 72.453 352.874 74.909 388.588 81.555 430.974 71.402 439.969 62.17 442.898 61.546 445.136 72.724 447.299 82.902 442.45 96.286 440.133 93.646 426.113 93.084 387.198 92.149 339.672 102.215 368 105.555 391.905 114.272 408.439 123.673 432.625 121.853 447.63 116.795 454.998 118.092 458.18 128.929 456.836 137.128 441.472 133.555 431.287 135.752 425.531 127.484 378.689 117.325 335.687 116.888 316.868 70.977 320.983"/> <polygon class="cls-56" points="124.748 310.472 126.183 329.612 120.68 331.287 119.245 335.354 121.159 343.488 124.03 342.292 123.073 337.268 125.944 335.593 126.662 348.273 124.03 350.905 124.508 352.341 129.054 351.862 133.839 347.556 133.361 332.004 137.667 310.472 124.748 310.472"/> <polygon class="cls-56" points="77.137 226.376 77.436 228.529 76.628 231.998 80.591 244.439 85.503 245.635 85.268 250.42 90.772 255.803 99.745 250.301 100.823 246.114 99.626 238.697 105.966 227.093 98.31 212.738 80.068 213.815 77.137 217.404 77.137 226.376"/> <polygon class="cls-56" points="71.395 310.233 64.935 333.201 68.524 334.875 69.242 339.9 68.285 347.077 64.935 346.838 64.457 342.292 63.26 343.728 62.782 348.752 68.285 352.101 67.567 353.298 63.26 352.819 57.997 349.47 58.715 331.526 59.193 301.859 71.395 310.233"/> <polygon class="cls-57" points="105.608 247.31 100.583 247.549 94.363 253.53 88.142 254.487 83.676 248.745 72.671 253.85 65.174 267.885 57.518 289.418 53.93 294.681 59.432 306.405 70.916 312.147 81.683 317.889 102.497 320.042 123.791 314.061 124.987 312.386 131.686 313.582 139.103 311.668 145.562 298.27 140.538 286.068 137.189 275.302 129.533 261.426 117.491 254.169 105.608 247.31"/> <g> <polygon class="cls-58" points="93.765 226.495 94.961 226.256 92.09 223.265 89.219 224.462 87.185 226.256 85.63 225.658 87.903 227.811 88.792 227.21 87.783 228.529 88.74 229.247 89.697 229.725 90.774 229.366 90.894 228.17 93.286 228.409 92.21 227.452 89.68 226.609 91.97 225.06 93.765 226.495"/> <polygon class="cls-58" points="79.051 223.624 78.333 225.538 78.453 226.376 79.649 225.419 81.111 226.318 80.367 226.256 78.094 228.05 79.41 229.007 81.204 228.888 80.965 227.333 83.118 228.17 82.294 227.047 82.759 227.333 84.195 227.691 84.673 226.136 80.726 223.983 79.051 223.624"/> </g> <polygon class="cls-59" points="86.069 228.13 84.434 227.512 81.922 232.716 81.922 233.912 86.787 234.55 86.069 228.13"/> <polygon class="cls-60" points="86.787 234.55 81.922 233.912 84.474 235.906 86.787 234.55"/> <polygon class="cls-58" points="88.94 239.654 87.744 238.577 82.32 237.84 81.683 238.747 85.431 239.654 88.94 239.654"/> <polygon class="cls-61" points="83.118 214.054 77.914 218.66 77.346 226.764 75.686 217.419 80.598 211.669 94.598 207 103.811 208.793 107.64 212.141 111.589 226.854 109.675 230.921 106.445 231.519 107.043 232.835 109.675 234.39 109.675 237.74 108.359 238.218 105.966 240.491 102.019 240.85 99.148 239.295 98.669 233.673 103.215 231.639 103.933 227.811 102.617 225.538 100.583 225.419 100.105 226.974 98.789 228.05 98.55 225.299 97.234 217.164 92.09 213.935 83.118 214.054"/> <polygon class="cls-62" points="83.676 248.745 90.375 272.83 86.069 312.864 81.443 328.336 69.641 320.202 70.119 312.386 72.83 288.621 75.701 262.143 72.671 253.85 73.787 251.616 82.56 247.948 83.676 248.745"/> <polygon class="cls-62" points="103.295 246.194 100.344 260.549 97.273 267.567 98.191 300.902 98.191 318.128 103.295 330.41 120.043 324.508 121.797 328.176 125.147 324.827 124.987 312.386 118.129 309.196 113.822 301.062 115.895 286.707 114.779 264.696 117.491 254.169 116.693 251.936 105.368 245.874 103.295 246.194"/> <polygon class="cls-55" points="100.583 245.336 95.978 250.929 90.206 253.426 85.047 248.035 83.836 247.908 83.836 250.181 86.348 254.727 89.458 256.76 87.425 260.349 86.767 265.493 90.535 265.971 90.535 269.321 93.286 269.799 96.396 268.364 99.028 261.545 94.841 256.76 99.387 253.77 103.335 246.831 101.899 245.157 100.583 245.336"/> </g> <g id="Horse"> <polygon class="cls-82" points="817.419 515.784 661.48 495.327 623.677 508.46 527 505 391.737 489.264 344.877 491.916 334.902 497.852 345.403 505.935 316 516.543 493 541 772 576 817.419 515.784"/> <polygon class="cls-83" points="773.017 535.793 752.184 569.783 694.073 568.686 687.495 534.698 773.017 535.793"/> <polygon class="cls-83" points="556.741 383.118 504.112 372.428 504.935 383.94 560.03 397.098 556.741 383.118"/> <polygon class="cls-84" points="283.934 275.187 269.235 288.859 268.875 293.022 264.378 298.804 250 319.786 250.829 331.305 256.177 335.42 272.625 333.365 273.86 328.844 299.764 325.144 305.931 326.377 320.322 364.204 319.5 374.072 329.367 398.742 312.921 422.179 303.053 443.97 324.022 490.021 328.134 494.132 334.986 506.467 341.017 507.837 341.564 494.955 337.18 489.609 337.591 482.208 319.911 440.681 348.281 409.844 370.073 466.173 372.951 484.264 375.829 495.366 370.484 496.599 363.494 506.467 376.651 510.168 384.052 506.467 389.809 492.076 380.352 450.138 372.54 415.189 399.265 420.123 439.148 409.432 442.849 424.646 460.94 467.407 439.148 513.457 430.103 515.513 414.89 523.325 423.524 527.025 437.504 527.025 445.932 525.381 478.62 471.518 478.62 459.594 484.787 447.26 500.412 460.006 508.635 464.94 539.883 524.558 549.34 545.117 558.797 549.639 560.853 543.061 556.33 531.137 550.163 522.503 548.929 515.102 524.67 449.315 518.092 444.793 518.914 413.544 513.98 375.717 495.478 343.646 469.574 338.712 412.011 336.656 363.905 319.388 348.281 315.687 319.088 285.261 307.165 277.86 313.743 260.18 298.941 271.281 300.175 255.246 286.195 267.581 283.934 275.187"/> <polygon class="cls-85" points="316.074 283.893 312.784 280.876 304.561 280.054 286.277 295.726 279.342 279.506 277.697 278.136 274.135 281.973 280.979 300.318 261.707 318.588 258.511 314.592 257.961 306.368 254.124 310.755 254.672 315.963 262.348 326.654 270.296 329.668 276.327 329.121 279.342 327.476 267.282 325.557 262.875 320.048 282.655 304.814 287.018 316.511 296.338 326.654 300.997 325.831 301.272 322.542 294.693 315.414 288.241 300.323 307.576 284.44 316.074 283.893"/> <polygon class="cls-85" points="390.631 328.024 388.164 325.83 381.311 324.185 358.012 370.51 363.769 393.535 373.637 422.042 383.505 424.236 385.422 420.124 369.525 376.541 373.362 360.642 390.631 328.024"/> <polygon class="cls-85" points="426.402 336.383 414.548 353.858 407.934 376.3 409.837 391.086 423.257 394.64 421.884 376.546 426.953 355.984 439.148 338.714 439.148 336.245 426.402 336.383"/> <polygon class="cls-86" points="599.502 338.712 527.96 391.341 528.483 423.049 367.606 374.074 363.219 376.816 365.961 383.942 528.689 435.415 529.604 490.843 796.039 558.274 817.419 541.827 817.419 377.362 599.502 338.712"/> <polygon class="cls-83" points="624.172 356.803 564.142 403.882 572.365 431.635 791.927 480.153 817.419 459.594 817.419 390.519 624.172 356.803"/> <polygon class="cls-87" points="724.496 447.26 747.521 442.326 749.166 427.524 725.318 411.899 686.669 410.255 668.578 418.478 671.045 432.458 692.425 443.97 724.496 447.26"/> <polygon class="cls-87" points="640.619 428.346 678.446 420.945 679.268 406.965 660.355 388.874 615.949 384.763 595.391 388.874 587.99 402.854 605.259 419.3 640.619 428.346"/> <polygon class="cls-87" points="718.329 400.387 748.344 416.833 777.947 416.833 793.572 410.255 791.105 396.275 754.1 384.763 717.917 388.052 718.329 400.387"/> <polygon class="cls-87" points="703.938 366.671 709.694 383.94 692.425 392.164 665.288 389.697 652.131 379.006 652.954 364.204 674.334 360.093 703.938 366.671"/> <polygon class="cls-87" points="809.196 439.859 795.216 431.635 757.389 433.28 742.587 455.483 755.745 464.528 795.216 460.417 809.196 439.859"/> <polygon class="cls-88" points="817.419 411.899 794.396 416.559 781.786 402.171 803.167 384.009 802.619 362.597 792.751 352.709 777.949 351.606 774.66 343.376 771.918 329.671 760.406 329.119 747.798 337.342 752.732 325.282 747.798 321.993 729.157 328.571 718.74 325.282 718.74 314.865 725.868 308.288 724.223 302.257 701.747 300.612 702.843 286.907 720.386 284.713 732.446 287.455 734.091 279.232 722.031 267.719 697.909 269.911 666.66 282.521 682.011 291.841 684.204 308.013 668.305 316.509 651.309 316.509 638.153 341.729 672.143 353.241 669.402 368.043 637.056 383.393 618.965 397.647 621.707 414.641 629.93 433.282 673.239 439.311 677.077 429.443 665.015 422.317 683.656 407.515 703.392 406.967 711.615 423.961 690.782 439.311 714.355 470.012 761.503 478.783 781.786 467.819 774.481 453.392 797.137 455.757 817.419 448.084 817.419 411.899"/> <polygon class="cls-83" points="786.171 380.24 785.348 366.671 779.592 360.915 774.658 366.671 782.059 376.539 770.546 374.895 765.201 380.651 771.78 383.118 786.171 380.24"/> <polygon class="cls-83" points="602.448 479.552 615.428 475.514 619.644 468.55 612.876 465.132 605.061 474.676 603.909 463.102 597.043 459.286 596.218 466.263 602.448 479.552"/> <polygon class="cls-83" points="714.628 429.579 714.217 441.092 719.973 446.026 721.618 438.625 719.151 433.691 724.085 434.102 731.075 430.402 726.963 426.701 714.628 429.579"/> <polygon class="cls-83" points="717.246 345.545 722.41 335.246 719.228 328.366 714.654 334.411 714.845 339.923 710.529 337.498 702.634 337.954 704.832 343.029 717.246 345.545"/> <polygon class="cls-83" points="743.233 351.423 754.707 350.389 758.88 344.061 751.331 343.355 746.747 346.42 746.535 341.475 741.99 335.004 738.832 339.546 743.233 351.423"/> <polygon class="cls-83" points="567.146 450.473 568.673 439.056 563.423 433.585 561.068 440.792 563.044 445.941 558.172 445.053 550.856 448.058 554.589 452.141 567.146 450.473"/> <polygon class="cls-88" points="779.592 277.038 771.916 269.364 754.922 281.424 751.633 306.641 761.501 308.286 767.53 297.323 791.652 289.647 797.683 305.546 779.043 319.799 782.332 328.022 804.81 319.251 809.196 302.804 802.068 292.389 803.713 277.038 794.942 270.459 779.592 277.038"/> <polygon class="cls-83" points="721.289 547.858 694.975 497.423 640.152 470.012 595.198 489.748 578.752 542.377 611.645 587.878 709.227 587.878 721.289 547.858"/> </g> <g id="Briana_copy_2" data-name="Briana copy 2"> <polygon class="cls-71" points="174 546 150 557 270 615 351.983 640.418 379.567 612.914 353 579 174 546"/> <polygon class="cls-72" points="161.882 403.066 165.362 402.076 166.533 406.946 164.173 413.368 162.415 430.35 162.308 448.601 164.521 427.602 164.868 415.277 166.577 415.424 165.837 428.54 163.123 449.616 166.83 463.467 164.425 474.947 161.58 475.562 158.708 469.987 160.918 448.782 160.903 429.963 162.175 417.656 161.882 403.066"/> <polygon points="218.357 530.145 219.077 548.986 213.807 553.352 198.179 536.624 185.745 539.52 186.892 558.292 169.562 561.182 161.282 561.955 147.038 561.185 150.502 557.335 159.744 556.276 173.894 547.614 173.894 538.086 218.357 530.145"/> <polygon class="cls-76" points="174.393 310.749 172.243 322.707 172.982 326.066 172.915 333.792 172.713 335.673 172.579 337.353 173.05 339.368 173.184 342.189 175.065 344.474 185.411 345.951 185.814 353.879 183.127 357.372 188.635 366.24 198.578 364.36 204.759 353.207 201.534 350.654 198.578 338.293 197.235 322.438 182.455 308.599 174.393 310.749"/> <polygon points="194.548 327.544 193.204 326.603 190.517 328.619 191.323 331.575 190.517 333.591 192.263 333.321 193.741 330.634 192.398 329.156 194.548 327.544"/> <polygon points="187.829 327.41 189.173 327.813 190.786 325.663 192.801 324.723 196.294 326.603 196.832 330.903 195.219 334.262 192.935 335.203 197.907 340.711 200.056 340.443 206.506 326.201 196.294 302.552 181.246 304.165 173.587 308.599 172.512 310.883 175.065 312.63 178.29 311.958 180.708 314.243 183.261 314.377 185.68 313.839 184.873 317.467 184.739 320.961 186.217 321.498 186.351 323.648 187.964 325.528 187.829 327.41"/> <polygon class="cls-74" points="179.661 324.97 178.418 326.72 176.539 327.74 176.514 324.252 179.661 324.97"/> <polygon class="cls-75" points="179.661 324.97 177.343 323.596 175.867 323.565 174.948 324.893 176.102 324.743 179.661 324.97"/> <polygon class="cls-75" points="176.786 324.279 177.179 326.243 176.539 327.74 175.955 327.673 175.884 325.89 175.984 324.154 176.786 324.279"/> <polygon class="cls-75" points="173.52 322.64 176.274 320.557 178.76 320.759 180.91 321.363 177.282 319.213 174.729 319.483 173.251 321.162 173.52 322.64"/> <polygon class="cls-75" points="176.946 337.285 172.713 335.673 172.243 336.613 172.579 337.353 176.946 337.285"/> <polygon class="cls-76" points="172.982 326.066 171.773 329.694 170.497 330.835 170.698 332.449 172.915 333.792 174.527 333.187 174.057 329.223 172.982 326.066"/> <polygon class="cls-77" points="166.083 396.704 161.882 403.066 164.868 415.277 174.936 417.013 166.083 396.704"/> <polygon class="cls-78" points="165.562 379.519 182.226 356.606 204.792 351.225 210.607 356.606 224.928 383.164 229.614 400.87 217.637 408.855 223.886 432.635 233.259 529.668 222.15 537.653 207.222 536.959 192.293 547.721 173.2 545.985 161.396 530.015 172.332 413.368 159.834 402.432 165.562 379.519"/> <polygon class="cls-79" points="183.369 299.202 182.97 302.129 190.791 311.005 194.986 309.824 198.104 315.25 198.333 320.631 204.144 324.319 204.017 329.74 210.716 330.449 212.804 327.698 209.721 325.872 209.101 316.929 205.154 310.513 198.719 301.125 189.381 301.427 183.369 299.202"/> <polygon class="cls-80" points="168.687 409.723 177.019 407.64 186.392 373.27 188.996 377.436 191.6 400.349 184.83 410.764 206.181 407.64 213.471 400.349 215.554 387.851 216.596 402.953 214.513 410.243 190.037 415.972 172.332 413.368 168.687 409.723"/> <polygon class="cls-81" points="172.332 411.285 181.185 414.409 181.185 501.895 183.788 525.329 172.853 532.098 165.562 527.932 158.793 528.453 161.917 468.567 172.332 411.285"/> </g> </g> <g id="Gradient"> <polygon class="cls-89" points="768 484 625 474 564 491 560.5 576 585.5 576 585 508 634 498 637 576 670 576 672 503 746 504 749 576 768 576 768 484"/> <rect class="cls-90" y="1" width="768" height="578"/> </g> </g> <desc>You have arrived at the Butcher Shops: “Sam's Sausages” and “the Chopping Block.”</desc> </svg> <<set _state1 to false>> <<set _state2 to false>> <<set _state3 to false>> <<if !$horse && $soldiersButcher>> <<set _state1 to true>> <<elseif !$horse>> <<set _state2 to true>> <<elseif $horse>> <<set _state3 to true>> <</if>> <<toggleLayer "State1" _state1 "There are two soldiers patroling the street." "">> <<toggleLayer "State2" _state2 "The soldiers are gone. You and George face each other to confer about what to do next." " ">> <<toggleLayer "State3" _state3 "You are leading Gracy and the poop cart down the street." "">>
<div class="fixed"> <<include "East Common No Whip Background">> </div>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 768 576"> <defs> <style> .cls-1 { isolation: isolate; } .cls-2 { fill: #714f66; } .cls-3 { fill: #e25143; } .cls-4 { fill: #f28a70; } .cls-5 { fill: #a35e66; } .cls-6 { fill: #663836; } .cls-7 { fill: #342631; } .cls-8 { fill: #855256; } .cls-9 { fill: #b98a2e; } .cls-10 { fill: url(#radial-gradient); } .cls-11 { fill: #5e2813; } .cls-12 { fill: #063809; } .cls-13 { fill: #925e60; } .cls-14 { fill: #c9977d; } .cls-15 { fill: #9b5a2d; } .cls-16 { fill: #c5793d; } .cls-17 { fill: #c2a78a; } .cls-18 { fill: #ddad54; } .cls-19 { fill: #b78b61; } .cls-20 { fill: #72685c; } .cls-21 { fill: #8d665a; } .cls-22 { fill: #c0937a; } .cls-23 { fill: #604f43; } .cls-24 { fill: #5f3234; } .cls-25 { fill: #a25b2d; } .cls-26 { fill: #3d3139; } .cls-27 { fill: #323330; } .cls-28 { fill: #474a20; } .cls-29 { fill: #41293b; } .cls-30 { fill: #371e11; } .cls-31 { fill: #4d4849; } .cls-32 { fill: #4d4145; } .cls-33 { fill: #47363f; } .cls-34 { fill: #b79d68; } .cls-35 { fill: #6c8070; } .cls-36 { fill: #271014; } .cls-37 { fill: #a67f22; } .cls-38 { fill: #502c3d; } .cls-39 { fill: #7f7446; } .cls-40 { fill: #391e1a; } .cls-41 { fill: #613849; } .cls-42 { fill: #512835; } .cls-43 { fill: #dbd5b3; } .cls-44 { fill: #8d7756; } .cls-45 { fill: #cf8b6e; } .cls-46 { fill: #8b5427; } .cls-47 { fill: #443739; } .cls-48 { fill: #513036; } .cls-49 { fill: #a94417; } .cls-50 { fill: #3f0c1c; } .cls-51 { fill: #3c2944; } .cls-106, .cls-52 { stroke: #000; stroke-miterlimit: 10; opacity: 0.19; } .cls-53 { fill: #411802; } .cls-54 { fill: #d89955; } .cls-55 { fill: #b77e23; } .cls-56 { fill: #432016; } .cls-57 { fill: #c2722c; } .cls-58 { fill: #885220; } .cls-59 { fill: #3d2d22; } .cls-60 { fill: #8d5222; } .cls-61 { fill: #d9a483; } .cls-62 { fill: #1b1a23; } .cls-63 { fill: #e6dfba; } .cls-64 { fill: #221a32; } .cls-65 { fill: #ce7e42; } .cls-66 { fill: #a75329; } .cls-67 { fill: #363c2b; } .cls-68 { fill: #93501d; } .cls-69 { fill: #c8c8c3; } .cls-70 { fill: #000a00; } .cls-71 { fill: #6c4231; } .cls-72 { fill: #96a363; } .cls-73 { fill: #8a7756; } .cls-74 { fill: #476843; } .cls-75 { fill: #f4da8f; } .cls-76 { fill: #895f1b; } .cls-77 { fill: #dba685; } .cls-78 { fill: #59562a; } .cls-79 { fill: #b18738; } .cls-80 { fill: #cfa04c; } .cls-81 { fill: #b75513; } .cls-82 { fill: #b6893e; } .cls-83 { fill: #b56f40; } .cls-84 { fill: #886c34; } .cls-85 { fill: #724628; } .cls-86 { fill: #eaecad; } .cls-87 { fill: #4c372e; } .cls-88 { fill: #947134; } .cls-89 { fill: #875d22; } .cls-90 { fill: #714e3e; } .cls-91 { fill: #4d2e33; } .cls-92 { fill: #4f543c; } .cls-93 { fill: #1b1d32; } .cls-94 { fill: #6c1909; } .cls-95 { fill: #a66a5b; } .cls-96 { fill: #41454d; } .cls-97 { fill: #919123; } .cls-98 { fill: none; } .cls-99 { fill: #795d61; } .cls-100 { fill: #1c1719; } .cls-101 { fill: #281f1b; } .cls-102 { fill: #4d4749; } .cls-103 { fill: #3b2b26; } .cls-104 { fill: #542b1d; } .cls-105 { fill: #9e9c46; opacity: 0.3; } .cls-106 { stroke-width: 1.7962px; } .cls-107 { mix-blend-mode: soft-light; fill: url(#radial-gradient-2); } </style> <radialGradient id="radial-gradient" cx="375.6491" cy="219.2805" r="18.607" gradientTransform="matrix(1, 0, 0, -2.23, 0, 900.7)" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#662d91"/> <stop offset="1" stop-color="#603813"/> </radialGradient> <radialGradient id="radial-gradient-2" cx="385" cy="289" r="339.836" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#f7931e" stop-opacity="0.3"/> <stop offset="0.2289" stop-color="#e78b27" stop-opacity="0.3159"/> <stop offset="0.5053" stop-color="#b97542" stop-opacity="0.362"/> <stop offset="0.805" stop-color="#6c4f6e" stop-opacity="0.4379"/> <stop offset="1" stop-color="#2e3192" stop-opacity="0.5"/> </radialGradient> </defs> <g class="cls-1"> <g id="_9_East_Commons" data-name="9 East Commons"> <g id="Back"> <rect class="cls-2" width="768" height="259"/> <polygon class="cls-3" points="741 47 713 22 657 20 631 45 561.082 64.603 529 80 528 109 515 126 468 133 442 127 445 97 429 82 415 81 413 57 393 42 366 47 347 18 318 7 280 17 270 28 253 15 203 0 0 0 0 148 519.75 193 741 47"/> <rect class="cls-4" y="254" width="768" height="322"/> <polygon class="cls-5" points="15 283 299.5 317 587 395 533 417 391 429 291 465 97.667 440.334 15 283"/> <path class="cls-6" d="M768,426.084l-73.4238-24L644,438,389,391l20.59-11.415L303.0957,340.5869l-29.9985,11.999-17.9991-4.499,37.4981-10.5-31.4985-11.999-37.4981-7.5-13.5,6-86.9956-14.999L71.417,308.917,42.1084,292.5889s-8.999-17.9986-4.5-17.9986S768,300.0889,768,300.0889Z"/> <polygon class="cls-7" points="768 546.077 604.579 511.579 513.084 525.078 426.088 483.08 219.098 447.082 108.104 420.084 0 442.582 0 576 768 576 768 546.077"/> <polygon class="cls-8" points="220 413 208 424 330 445 337 452 312 462 219.098 447.082 87 418 176.5 399.75 220 413"/> <polygon class="cls-5" points="493.668 465 576.081 475.581 690.075 484.58 742.572 492.08 753.072 465.081 720.073 444.082 648.077 433.583 493.668 465"/> <polygon class="cls-8" points="249 358 312 383 305 395 250 388 212 385 199 375 249 358"/> <polygon class="cls-8" points="195 333 217 335 232 343 229 353 196 339 195 333"/> <polygon class="cls-9" points="363 440 325 421 314 432 330 439 300 438 286 454 329 456 363 440"/> <g id="Layer_14" data-name="Layer 14"> <g id="Layer_13" data-name="Layer 13"> <polygon class="cls-10" points="369.259 402.381 354.669 406.381 349.669 417.581 372.629 421.381 399.629 417.381 401.629 409.981 388.669 403.381 369.259 402.381"/> <rect class="cls-11" x="374.4791" y="343.3807" width="6.81" height="67.3"/> <rect class="cls-11" x="357.4391" y="357.8608" width="41.74" height="8.52"/> <circle cx="379.5891" cy="363.8207" r="0.85"/> <circle cx="376.1891" cy="360.4207" r="0.85"/> <polygon class="cls-12" points="372.209 410.361 368.519 397.901 376.189 408.121 381.299 402.581 380.019 411.521 372.209 410.361"/> </g> </g> <polygon class="cls-9" points="374 443 359 412 373 415 384 442 374 443"/> <polygon class="cls-9" points="396 441 392 414 403 431 396 441"/> </g> <g id="Mid"> <polygon class="cls-13" points="150.334 136.333 107 135 17.667 236.333 36.5 285 225.667 295 228.334 181.667 150.334 136.333"/> <polygon class="cls-14" points="161 114.833 125 170.25 127 226.959 215 234.333 215 152 161 114.833"/> <polygon class="cls-15" points="215 174 161 115 234 111 232 87 272 86 277 114 215 174"/> <polygon class="cls-16" points="348 105 348 85 312.5 87 314.5 115.5 348 105"/> <polygon class="cls-17" points="390 99.333 389.667 69 382 64.667 372.666 67.333 371.666 102 261.667 103.333 211 146 212 256.333 340.667 263.333 390 99.333"/> <polygon class="cls-13" points="501.333 117.833 501.666 88.25 492.333 84.626 488 87.667 488 112 467.333 128.667 459.333 130 460.333 85.333 453 81.333 443.333 84 442.666 123 390 99.333 333.333 148 337.999 284.333 377.999 320.667 429.666 323 501.333 117.833"/> <polygon class="cls-18" points="587 36 561.082 64.603 558.082 127.599 649.578 118.601 652.578 69.103 587 36"/> <polygon class="cls-19" points="768 38 678 40 679 24 669 24 668 36 660 37 662 27 651 24 650 37 587 36 636 69 638.333 129.333 699 186 768 186 768 38"/> <polygon class="cls-20" points="595.001 111 595.334 86.333 580.667 85.667 581.334 112 594.667 113 595.001 111"/> <polygon class="cls-21" points="564 254 429 244 426 324 466.667 332 525.299 340.886 553.75 340 564 254"/> <polygon class="cls-22" points="480.666 109.167 426.417 158.417 425.042 195.708 427.187 232.021 588 251.667 588 184 480.666 109.167"/> <polygon class="cls-23" points="768 180 688 180 687.666 310 768 310 768 180"/> <polygon class="cls-24" points="720 186.667 693.667 161.333 635.5 105 593.5 112 559 109.5 480.5 109 566.5 188 580.5 192.5 660 196 720 186.667"/> <polygon class="cls-20" points="695 197 696 328 653 338 572 340 573.667 247 576.75 191.333 695 197"/> <polygon class="cls-3" points="573.667 247 427 232 387.667 258 537.334 281 573.667 247"/> <polygon class="cls-13" points="246.333 261 247 247.667 212.284 243.082 212 240.333 120.5 233.5 120 240 130.5 242.5 130 291.5 133.5 293.5 137.5 291.5 141 244 190.5 246.5 190 295.5 196 297 198.5 295 197 247 211.938 249.801 213.666 293 326.333 310.333 336.333 262.333 246.333 261"/> <polygon class="cls-25" points="153 291 153 249 176 250.667 174.333 292.667 153 291"/> </g> <g id="Fore"> <polygon class="cls-26" points="337 259.5 238 256.5 235.5 291.5 209.5 297.5 212 300.5 238.5 297 267.5 297.5 268.5 310 285 318 299.5 317 307.5 305.5 306 300.5 339 301 347 269 337 259.5"/> <polygon class="cls-27" points="765 210 749 210 749 238 764.333 237 765 210"/> <polygon class="cls-28" points="377.5 299 385 278.5 379.5 273.5 381 266 373 248.5 363.5 253.5 366.5 240.5 359 229 348 234 350 244.5 341 241.5 331.5 253 337 259.5 328.5 265 331 276.5 338 277.5 329.5 284 325.5 301 328.5 304 320 309.5 319.5 315.5 333.5 318.5 345.5 315 356.25 324 368 326.5 375.5 314 377.5 299"/> <polygon class="cls-28" points="768 216 755 225 757 247 746 253 729 275 753 294 753 310 765 317 768 309 768 216"/> <polygon class="cls-28" points="425.334 196.167 417 179 404 192 412 209 398 214 397 237 405 247 427.667 231.833 425.334 196.167"/> <polygon class="cls-29" points="573.667 247 537 275 476 268.333 387.667 258 387 263.333 390.636 263.804 389.667 329.667 394.667 332 398.334 330.333 398.998 264.888 443.459 270.646 442.334 285 445 294 445 336.667 449.166 340 453 338 453 303 452.499 291.834 451.754 271.716 503 277.726 503 341.333 506 344 510.334 340.333 510.972 278.434 518.334 279 530 283 537.334 281 538.667 340.333 577.667 344.333 573.667 247"/> <polygon class="cls-30" points="493.334 336.333 493.001 286 468.001 283 466.667 332 493.334 336.333"/> <polygon class="cls-31" points="460 191 460 170 447.25 168.75 446.75 190.75 460 191"/> <polygon class="cls-31" points="459.5 230.25 462.75 224.75 461 207.25 448.75 205.75 447.75 227.25 459.5 230.25"/> <polygon class="cls-31" points="476.5 229 477.25 209 490 210.75 488.5 229.5 486.75 231.5 476.5 229"/> <polygon class="cls-31" points="485 192.75 489.5 187.25 488 172.75 475 171.25 475.25 190.75 485 192.75"/> <polygon class="cls-31" points="504.75 191.5 504.5 174.5 519.5 175.25 519.75 193 515.5 196 504.75 191.5"/> <polygon class="cls-31" points="515.75 211.375 503 210.75 503 231 517.75 229.75 515.75 211.375"/> <polygon class="cls-32" points="593.75 219.25 593 246.25 610.75 247 611.25 220.75 593.75 219.25"/> <polygon class="cls-32" points="622.5 221 621.25 246.5 642.75 247.75 641 221.75 622.5 221"/> <polygon class="cls-32" points="652.75 221 652 248 666.25 248.25 667.5 222.75 652.75 221"/> <polygon class="cls-32" points="610.75 274.25 595 273.25 596 302.75 611.25 303 610.75 274.25"/> <polygon class="cls-32" points="640.25 275 622 275 624.25 301.5 641.75 301.125 640.25 275"/> <polygon class="cls-32" points="654.25 274.75 652.5 300.75 669 301.25 668.5 273 654.25 274.75"/> <polygon class="cls-33" points="720 186.667 642.166 193 576.75 191.333 576.375 197.333 612.02 198.333 624.678 201.333 714.172 199 720 192.667 720 186.667"/> <polygon class="cls-33" points="702.834 163 700.667 102 659 102 659.667 129 693.667 161.333 702.834 163"/> <polygon class="cls-33" points="713.333 168 712 101.333 749 103.333 748 167.667 713.333 168"/> <polygon class="cls-33" points="768 103 757.667 104 757 168.333 768 169 768 103"/> <polygon class="cls-34" points="604.166 162.833 624.833 161.833 606.166 148.667 587.166 148.833 604.166 162.833"/> <polygon class="cls-34" points="652.833 162.167 670.833 161.167 654.833 148 637.833 149.333 652.833 162.167"/> <polygon class="cls-35" points="160 190 157.5 171.5 147.5 171.333 148 189.667 160 190"/> <polygon class="cls-35" points="170.833 190.333 170.5 172.333 181.833 172.667 185 191.167 170.833 190.333"/> <polygon class="cls-35" points="237.666 186.833 237 165.333 256.166 166.333 256.5 189 237.666 186.833"/> <polygon class="cls-35" points="276.333 188.667 275.333 166.167 294.833 166.667 294.333 189.333 276.333 188.667"/> <polygon class="cls-35" points="292.833 139.667 301 130.667 288.333 128.5 278.5 138.333 292.833 139.667"/> <polygon class="cls-35" points="263.667 136.667 272.167 128 259 128 251 135.833 263.667 136.667"/> <polygon class="cls-27" points="738.666 209.833 716 209.667 716 239 738 239 738.666 209.833"/> <polygon class="cls-36" points="203.994 281.237 203.354 272.532 207.346 270.825 211.017 273.385 210.379 282.602 213.891 283.114 219 294.378 217.723 298.134 213.891 300.182 213.573 311.618 210.858 337.05 217.084 340.294 215.327 342 207.505 340.294 208.463 311.277 207.185 306.498 202.876 323.908 196.969 332.612 197.447 341.147 196.49 341.488 193.138 332.271 199.204 320.152 200.002 304.451 200.96 294.55 196.012 302.402 195.852 311.618 195.212 316.569 193.297 316.74 193.616 314.008 193.297 310.765 192.5 301.036 200.8 283.285 203.994 281.237"/> <polygon class="cls-37" points="132 294 145 293 157 249 138 209 125 209 113 248 132 294"/> <polygon class="cls-38" points="391 232 412 252 410 373 389 391 409 390 427 390 445 395 452 390 437 374 434 291 444 240 391 232"/> <polygon class="cls-39" points="491 128 481 117 464 111 442 131 437 105 420 106 419 84 415 81 413 65 385 48 356 70 363 88 348 98 365 161 353 213 390 243 421 242 432 253 468 248 487 224 499 229 514 208 521 161 509 160 512 143 506 130 491 128"/> <polygon class="cls-40" points="330.834 209.334 304.499 186.25 264.666 177 217.041 194.979 191.686 253.656 185.677 319.661 194.337 392.33 208.335 401.665 225 414.999 185.667 405 159.25 405.25 137.666 391 149.666 379 154.332 331 158.332 251.667 134.332 226.833 128.999 204 140 204 139.5 224 153.666 236.333 163.666 242.999 168.999 226.999 158.499 211.667 170 186.999 170 213 180.332 224.999 175.666 240.999 190.999 215.667 191.666 192.333 194.332 160.333 223.666 152.999 212.332 188.999 264.332 167.667 310.333 182.667 332.332 204.333 330.834 209.334"/> <polygon class="cls-41" points="159.5 103.25 131.25 58.125 137.5 0 261 0 269.5 13 279.5 10.5 313 33 313 90 305.75 105.5 315 123 315 133 328.5 134 326.5 111.5 353.5 99 390.5 121.5 374.5 158 382 178 373.5 190 352.5 198.5 363.5 213.5 356 232.5 332.5 226 330.5 209.5 314.5 176 305 191 283 181 281 165 261 170 234 161 217.5 179.5 201 174 197 199.5 171 200.5 166 220 139.5 224 114 208.5 119.5 163.5 129 146.5 149 151.5 132 116 144 95 159.5 103.25"/> <polygon class="cls-42" points="768 82 741 67 722 86 733 101 704 103 689 132 711 143 686 161 690 201 725 220 744 195 744 217 768 223 768 82"/> </g> <g id="PROPPoster"> <polygon class="cls-43" points="91.001 199.002 49.667 195.668 41.001 254.335 89.001 257.002 87.667 213.002 91.001 199.002"/> <polygon class="cls-44" points="52.5 204.5 51 207.5 84 209 84.5 206.5 52.5 204.5"/> <polygon class="cls-44" points="51 210 83 212.5 83.5 215 50.5 212 51 210"/> <polygon class="cls-44" points="50.5 216.5 50 219 83 222.5 82.5 219 50.5 216.5"/> <polygon class="cls-44" points="83.5 226.5 48.5 223 49 227.5 85 229 83.5 226.5"/> <polygon class="cls-44" points="84 232 47 230 48 233.5 83 235.5 84 232"/> <polygon class="cls-44" points="72.5 238.5 48.5 236 48 239 72 240.5 72.5 238.5"/> <polygon class="cls-44" points="73.5 200 72 194.5 67 195 67.5 201 73.5 200"/> </g> <g id="State1"> <g id="People"> <polygon class="cls-45" points="38.339 52.333 25.672 57.667 22.339 81 31.672 79.667 32.339 85.667 48.339 75 38.339 52.333"/> <polygon class="cls-46" points="41.671 72.333 27.004 87.667 21.004 109 3.671 139.667 33 175.001 58.338 131 63.004 86.333 41.671 72.333"/> <polygon class="cls-47" points="264.333 -0.168 245.666 37.583 198.333 84.292 143.166 102.98 98 157.001 98 178 77.667 203.001 47 227.667 47 278 61 351.001 111 416 217.667 467.668 212.333 471.668 97.667 440.334 117.667 464.334 111 471.668 72.333 463.001 45 449.001 0 445.001 0 130 33 175.001 33.667 129.667 43 79.667 28.333 47.667 31 0 44 0 44.333 49.001 58.333 77.667 51.667 146.334 61.667 163.001 71.667 124.334 133 75.667 188.333 63.667 245 0 264.333 -0.168"/> <polygon class="cls-48" points="104.335 58 107.002 49.833 101.002 34.417 91.002 37.042 90.335 52.355 96.335 57.677 83.669 68.339 82.335 95.669 71.002 99.668 81.002 141.667 71.669 163.001 89.669 144.333 87.002 120.333 98.335 139.667 93.669 159 108.335 137 100.335 111 125.002 101 126.335 75.167 113.002 58 104.335 58"/> <polygon class="cls-36" points="346.95 289.134 346.033 281.616 341.633 280.517 339.617 282.167 339.8 289.5 335.95 292.983 334.666 312.233 337.6 313.517 336.683 326.35 338.517 327.634 333.75 331.3 335.033 332.033 340.35 331.3 343.283 327.267 342.733 314.983 344.566 315.167 346.217 322.684 347.867 326.717 350.433 331.85 358.133 333.5 358.5 331.667 354.283 330.017 353.183 312.6 354.467 309.483 350.25 290.05 346.95 289.134"/> <polygon class="cls-36" points="374.429 288.867 376.52 287.821 374.847 280.709 371.291 279.454 368.362 283.01 369.827 288.449 365.015 292.424 361.25 306.648 365.225 309.158 364.806 313.76 369.199 333.005 363.76 340.326 365.225 342 368.781 341.163 372.127 336.979 380.077 338.862 381.75 337.189 374.219 333.424 376.311 313.76 381.331 303.51 376.52 289.495 374.429 288.867"/> <polygon class="cls-49" points="300.435 246.259 299.32 240.687 296.128 239.826 294.735 241.827 296.572 247.893 293.539 248.899 291.921 261.054 279.765 262.673 278.55 265.712 285.642 280.301 282.198 285.163 284.021 285.771 289.087 281.742 286.858 269 289.695 269 293.545 282.958 290.101 286.29 290.911 288.057 293.748 287.016 299.219 281.733 295.571 268.96 303.676 268.146 305.5 263.687 303.676 247.679 300.435 246.259"/> <polygon class="cls-49" points="274 244.233 274 240.991 270.906 240.383 268.953 242.612 270.003 246.462 267.793 248.285 267.328 259.835 262 261.253 262 265.306 264.906 273.614 261.09 278.071 262.932 279.084 269.829 273.614 266.794 265.104 270.444 264.901 273.282 278.071 272.269 282.327 272.674 284.352 274.903 283.745 277.335 277.261 274.498 264.496 281.185 260.24 281.59 254.567 277.592 246.057 274 244.233"/> <polygon class="cls-49" points="248.75 238.5 248.625 233.25 245.437 232 242.219 235 244.484 239 238.742 241 236.246 253.75 231.748 257.25 238.749 274.75 236.249 280.75 237.75 281.75 243 274.75 243 261 253.75 258 255 247.5 253 241 248.75 238.5"/> <polygon class="cls-50" points="539.837 302.768 540.58 295.132 538.582 292.445 535.038 294.283 534.893 302.484 530.225 304.889 527.678 314.787 527.253 339.533 527.96 347.452 524 350.987 524.565 352.119 531.495 350.28 531.07 334.302 535.596 335.433 536.161 351.129 543.373 353.25 543.938 352.261 539.413 349.29 539.999 334.867 542 333.17 542 321.434 544.737 318.746 544.902 309.979 542.512 304.04 539.837 302.768"/> <polygon class="cls-51" points="637 302.721 637 294.957 639.473 293.663 643.168 294.44 644.108 298.581 642.574 303.628 644.217 306.086 650 310.615 650 315.143 648.303 327.825 648.165 342.317 647.578 360.821 651.878 362.893 652.152 364.833 643.36 362.504 639.742 340.765 637.414 338.824 636.639 339.859 637.027 359.269 635.734 365.48 627.97 368.197 625.511 367.939 626.547 365.48 631.334 361.728 630.429 342.836 626.417 347.105 619.171 346.718 610.501 342.576 618.136 316.05 619.041 313.203 616.842 305.051 620.076 299.745 622.405 298.451 620.594 296.64 621.759 291.852 625.511 291.334 628.617 295.346 626.029 298.84 629.265 301.169 631.062 307.768 637 302.721"/> <polygon class="cls-51" points="712.11 322.617 710.82 316.406 711.875 313.945 709.763 301.522 706.243 298.478 707.993 296.142 705.518 292.288 701.385 292.903 700.037 296.596 700.394 298.589 697 303.746 697 308.903 695.041 306.559 698.164 300.347 698.105 297.885 693.093 293.431 688.419 292.024 685.612 295.423 686.178 297.893 685.441 294.916 681.995 293.426 682.136 290.863 684.908 288.838 685.315 286.473 681.792 286.083 679.658 284.863 676.029 285.79 675.845 287.651 675.505 287.977 675.071 287.688 671.789 289.681 671.437 292.376 670.265 293.079 669.444 294.485 671.32 296.244 667.569 298.94 667.631 303.191 666.242 302.837 664 304.792 664 307.867 664.986 308.705 663.242 309.638 659.156 319.793 661.492 321.005 661.588 327.805 660.937 329.203 661.499 334.141 663.175 336.098 662.806 333.141 665.577 336 668.39 336 668.624 337.748 670.852 339.12 676.946 339.309 682.925 336.12 687.262 339.508 692.185 340.323 696.053 337.976 697.81 338.677 699.1 337.27 702.733 339.848 708.946 339.379 712.696 335.862 712.11 322.617"/> </g> <g id="tinyGeorge"> <path class="cls-52" d="M417.5,419.5c-22,0-72.1941-3.502-95-6-8.0274-.8792-21.4726-6.2523-29.5-7.1316L310,403h13l58,8Z"/> <polygon class="cls-53" points="296.309 334.944 297.033 353.044 298.3 373.316 301.92 397.389 296.128 402.456 290.879 404.085 290.517 405.353 296.852 406.619 302.644 403.904 310.246 402.638 308.798 394.674 308.617 372.592 308.255 345.623 313.866 361.732 315.676 375.307 320.563 384.719 325.811 398.475 324.725 406.982 321.83 411.144 322.554 412.955 328.708 412.23 333.414 403.542 331.423 397.751 332.689 394.493 328.165 367.886 322.553 343.451 322.373 332.772 296.309 334.944"/> <polygon class="cls-54" points="326.581 330.781 327.395 341.641 324.273 342.591 323.459 344.899 324.545 349.514 326.174 348.836 325.631 345.985 327.26 345.035 327.667 352.229 326.174 353.723 326.445 354.537 329.024 354.266 331.739 351.822 331.468 342.998 333.911 330.781 326.581 330.781"/> <polygon class="cls-54" points="299.567 283.066 299.737 284.287 299.278 286.256 301.527 293.315 304.314 293.993 304.18 296.708 307.303 299.763 312.395 296.64 313.006 294.265 312.327 290.057 315.925 283.473 311.581 275.328 301.23 275.939 299.567 277.975 299.567 283.066"/> <polygon class="cls-54" points="296.309 330.645 292.644 343.677 294.68 344.627 295.087 347.478 294.544 351.551 292.644 351.415 292.372 348.836 291.693 349.65 291.422 352.501 294.544 354.401 294.137 355.08 291.693 354.809 288.707 352.908 289.114 342.727 289.386 325.894 296.309 330.645"/> <polygon class="cls-55" points="315.721 294.944 312.87 295.079 309.341 298.473 305.811 299.016 303.277 295.758 297.033 298.654 292.779 306.618 288.436 318.835 286.399 321.822 289.521 328.473 296.037 331.731 302.146 334.989 313.956 336.211 326.038 332.817 326.717 331.867 330.518 332.546 334.726 331.46 338.391 323.858 335.54 316.935 333.64 310.826 329.296 302.953 322.463 298.835 315.721 294.944"/> <g> <polygon class="cls-56" points="309.001 283.133 309.68 282.998 308.051 281.301 306.422 281.98 305.268 282.998 304.386 282.658 305.676 283.88 306.18 283.539 305.608 284.287 306.151 284.695 306.694 284.966 307.305 284.762 307.372 284.084 308.73 284.219 308.119 283.676 306.684 283.198 307.983 282.319 309.001 283.133"/> <polygon class="cls-56" points="300.653 281.504 300.246 282.59 300.313 283.066 300.992 282.523 301.822 283.033 301.399 282.998 300.11 284.016 300.856 284.559 301.875 284.491 301.739 283.609 302.961 284.084 302.493 283.446 302.757 283.609 303.571 283.812 303.843 282.93 301.603 281.708 300.653 281.504"/> </g> <polygon class="cls-57" points="304.635 284.061 303.707 283.71 302.282 286.663 302.282 287.342 305.042 287.704 304.635 284.061"/> <polygon class="cls-58" points="305.042 287.704 302.282 287.342 303.73 288.473 305.042 287.704"/> <polygon class="cls-56" points="306.264 290.6 305.585 289.989 302.508 289.57 302.146 290.085 304.273 290.6 306.264 290.6"/> <polygon class="cls-59" points="302.961 276.075 300.008 278.688 299.686 283.286 298.744 277.983 301.531 274.721 309.474 272.072 314.702 273.089 316.874 274.989 319.115 283.337 318.029 285.645 316.196 285.984 316.535 286.731 318.029 287.613 318.029 289.514 317.282 289.785 315.925 291.075 313.685 291.278 312.056 290.396 311.784 287.206 314.363 286.052 314.771 283.88 314.024 282.59 312.87 282.523 312.599 283.405 311.852 284.016 311.716 282.455 310.97 277.839 308.051 276.007 302.961 276.075"/> <polygon class="cls-60" points="303.277 295.758 307.078 309.424 304.635 332.139 302.01 340.917 295.314 336.302 295.585 331.867 297.123 318.383 298.752 303.36 297.033 298.654 297.666 297.387 302.644 295.306 303.277 295.758"/> <polygon class="cls-60" points="314.409 294.31 312.734 302.455 310.992 306.437 311.513 325.351 311.513 335.125 314.409 342.094 323.911 338.745 324.907 340.827 326.807 338.926 326.717 331.867 322.825 330.057 320.382 325.442 321.558 317.297 320.925 304.808 322.463 298.835 322.011 297.568 315.585 294.129 314.409 294.31"/> <polygon class="cls-53" points="312.87 293.824 310.257 296.997 306.982 298.414 304.055 295.355 303.368 295.283 303.368 296.573 304.793 299.152 306.558 300.306 305.404 302.342 305.031 305.26 307.169 305.532 307.169 307.432 308.73 307.704 310.495 306.889 311.988 303.021 309.612 300.306 312.191 298.609 314.431 294.672 313.617 293.722 312.87 293.824"/> <path class="cls-52" d="M382.1073,411.2023a2.0871,2.0871,0,0,1-.58-4.01h0a2.0877,2.0877,0,0,1,.9808-.1448L455.5,411.5c.0363.0034,2.9639-.0053,3,0l5,3"/> </g> <g id="Preacher_copy" data-name="Preacher copy"> <polygon class="cls-61" points="87.333 264.333 95 260 106.333 267.333 105.666 287.667 100 296.334 87.25 289.25 87.333 264.333"/> <polygon class="cls-62" points="85.167 291.834 71.417 308.917 62.375 361.291 77.688 391.647 80.01 465.656 65.339 485.328 67.002 487.33 81.002 483.332 90.001 470.666 91.334 423.333 123 422.667 119.333 470 133 477.333 147 480 147 475 129.167 464.333 136 405.667 136 358 141.666 344.333 128.333 304 107.125 292.125 85.167 291.834"/> <path class="cls-63" d="M104,289l-6.75,3.25-10-3L85,292l10,6s1,31.25,1.75,31.5,5,2,5,2l1.25-2.75-1.5-23.5,10,24,2.5,1,3.25-3.75-12.75-29,2.625-5.375Z"/> <polygon class="cls-64" points="95.125 276.375 93.5 275 90 277.125 92.25 277.875 92.5 276.625 93.375 275.75 95.125 276.375"/> <polygon class="cls-64" points="98.563 276.313 101.219 274.406 102.297 275.828 101 275.75 101 277 99.5 277.375 98.563 276.313"/> <polygon class="cls-64" points="95.25 275.5 95.5 274.25 93.25 272.375 89 274.875 92.75 273.875 95.25 275.5"/> <polygon class="cls-64" points="98.125 275.25 99.875 273.25 103.375 274.25 102.75 273.25 99.5 272.25 97 274.125 98.125 275.25"/> <polygon class="cls-64" points="104 290.25 103.75 277.125 101.375 265.375 95.5 261.5 89.25 265.375 89.5 274.5 88.375 277 90.5 285.5 87.375 291.25 78.125 288.5 78.25 286.25 81.875 284 79.25 282.875 77.625 278.625 81.875 271.5 82.875 264.375 92.75 258 104.125 262.5 107.625 267.25 109.125 275.625 112.5 277.5 111.125 282.375 113 285.625 112.375 288 107.125 292.125 104 290.25"/> <polygon class="cls-65" points="97.5 283.75 99.75 281.25 97 274.125 96 282.75 97.5 283.75"/> <polygon class="cls-66" points="130.333 343.333 133.666 335.833 116.666 328.167 114.5 328.833 108.5 351.833 123.833 357.5 130.333 343.333"/> <polygon class="cls-61" points="134 340.334 132.166 339.834 129.666 342.334 120.5 339.334 119.5 341.501 123 351.667 127.5 354.334 133 347.334 134 340.334"/> <polygon class="cls-63" points="134 340.334 136.5 349 131.5 356.25 127.5 354.334 133 347.334 134 340.334"/> </g> <g id="Briana"> <polygon class="cls-67" points="189.533 400.108 186.192 399.158 185.068 403.834 187.334 410 189.021 426.306 189.125 443.829 187 423.667 186.667 411.833 185.025 411.975 185.736 424.567 188.342 444.804 184.783 458.103 187.092 469.126 189.823 469.716 192.581 464.363 190.459 444.003 190.474 425.934 189.252 414.117 189.533 400.108"/> <polygon points="135.309 522.125 134.617 540.215 139.677 544.407 154.683 528.346 166.621 531.126 165.52 549.15 182.159 551.925 190.11 552.667 203.787 551.928 200.46 548.231 191.587 547.215 178 538.897 178 529.749 135.309 522.125"/> <polygon class="cls-68" points="177.521 311.47 179.585 322.951 178.875 326.177 178.94 333.595 179.134 335.4 179.263 337.014 178.811 338.948 178.682 341.657 176.876 343.851 166.942 345.27 166.555 352.881 169.135 356.235 163.846 364.75 154.299 362.944 148.365 352.236 151.461 349.785 154.299 337.916 155.589 322.693 169.78 309.405 177.521 311.47"/> <polygon points="158.169 327.596 159.46 326.692 162.04 328.628 161.266 331.466 162.04 333.401 160.363 333.143 158.944 330.563 160.234 329.144 158.169 327.596"/> <polygon points="164.62 327.467 163.33 327.853 161.782 325.789 159.847 324.887 156.493 326.692 155.977 330.82 157.524 334.046 159.718 334.949 154.944 340.238 152.88 339.98 146.688 326.306 156.493 303.6 170.941 305.148 178.295 309.405 179.327 311.599 176.876 313.275 173.78 312.631 171.457 314.824 169.006 314.953 166.684 314.436 167.458 317.92 167.587 321.274 166.168 321.79 166.039 323.854 164.491 325.66 164.62 327.467"/> <polygon class="cls-69" points="172.463 325.124 173.657 326.805 175.461 327.784 175.485 324.435 172.463 325.124"/> <polygon class="cls-70" points="172.463 325.124 174.689 323.805 176.106 323.775 176.988 325.05 175.88 324.906 172.463 325.124"/> <polygon class="cls-70" points="175.223 324.461 174.846 326.347 175.461 327.784 176.021 327.72 176.09 326.008 175.993 324.341 175.223 324.461"/> <polygon class="cls-70" points="178.359 322.887 175.715 320.887 173.328 321.081 171.264 321.661 174.747 319.597 177.198 319.855 178.618 321.468 178.359 322.887"/> <polygon class="cls-70" points="175.07 336.948 179.134 335.4 179.585 336.304 179.263 337.014 175.07 336.948"/> <polygon class="cls-68" points="178.875 326.177 180.037 329.66 181.262 330.756 181.069 332.305 178.94 333.595 177.392 333.014 177.843 329.208 178.875 326.177"/> <polygon class="cls-71" points="185.5 394 189.533 400.108 186.667 411.833 177 413.5 185.5 394"/> <polygon class="cls-72" points="186 377.5 170 355.5 148.333 350.333 142.75 355.5 129 381 124.5 398 136 405.667 130 428.5 121 521.667 131.667 529.333 146 528.667 160.334 539 178.667 537.333 190 522 179.5 410 191.5 399.5 186 377.5"/> <polygon class="cls-73" points="168.902 300.383 169.286 303.193 161.777 311.716 157.748 310.582 154.755 315.791 154.535 320.958 148.956 324.499 149.078 329.704 142.645 330.385 140.641 327.743 143.601 325.99 144.196 317.403 147.986 311.243 154.165 302.229 163.13 302.52 168.902 300.383"/> <polygon class="cls-74" points="183 406.5 175 404.5 166 371.5 163.5 375.5 161 397.5 167.5 407.5 147 404.5 140 397.5 138 385.5 137 400 139 407 162.5 412.5 179.5 410 183 406.5"/> <polygon class="cls-75" points="179.5 408 171 411 171 495 168.5 517.5 179 524 186 520 192.5 520.5 189.5 463 179.5 408"/> </g> <g id="FruitVendor"> <polygon class="cls-50" points="478.935 390.584 469 396.333 461.122 396.084 462 393.667 468.667 389.333 496.229 385.238 506.731 393.932 510.352 395.785 511.075 398 504.738 398 496.951 396.237 478.935 390.584"/> <path class="cls-76" d="M426.9922,377.43c-1.6719,9.0781,2.6494,17.4853,9.6533,18.7764s14.0381-5.0235,15.7109-14.1036-2.6484-17.4853-9.6523-18.7763S428.666,368.35,426.9922,377.43Z"/> <polygon class="cls-77" points="489.215 305.346 487 307.654 487 308.831 484.643 311.275 485.324 312.453 487 312.996 487 314.807 489.168 314.173 489.077 314.625 486.359 316.526 487.13 318.065 488.192 318.88 488.361 320.781 486.907 327.119 489.982 328.93 497.679 323.77 498.22 316.164 501.388 312.182 499.216 307.111 489.215 305.346"/> <polygon class="cls-22" points="491.021 300.684 489.46 300.344 487.016 298.374 485.386 299.053 484.503 302.041 487.151 305.436 495.57 310.121 499.102 311.208 499.645 312.973 498.151 314.942 497.404 315.078 497.744 317.251 498.22 318.405 499.034 318.27 500.867 315.757 502.293 313.448 502.7 312.294 506.435 313.244 508.676 312.905 509.491 311.411 507.114 310.597 503.991 309.646 504.059 303.874 501.478 301.091 493.874 298.238 492.04 298.985 491.021 300.684"/> <polygon class="cls-78" points="489.731 326.961 492.074 321.358 498.474 319.305 500.111 320.383 499.98 322.145 505.94 327.438 510 341.967 510 355.004 505.195 357.448 470.201 341.424 475.722 324.448 484.39 320.781 486.553 318.744 487.632 318.473 490.074 320.646 489.731 326.961"/> <polygon class="cls-79" points="426 354.333 459.289 341.786 505.643 349.572 506.367 377.275 514.334 396.107 512.886 397.012 504.375 378.543 473.593 391.399 426.334 381.44 426 354.333"/> <polygon class="cls-80" points="430.317 353.781 474.046 362.473 504.195 350.477 458.746 342.872 430.317 353.781"/> <polygon class="cls-81" points="458.459 345.905 456 344.14 456 339.251 460.452 337.35 464.623 337.893 465.306 343.959 461.611 345.679 458.459 345.905"/> <polygon class="cls-82" points="493.331 343 498 343 498 346.856 495.936 349.844 490.832 349.979 489.703 348.485 485.746 349.164 481.118 347.264 476.903 346.856 472.283 346.177 467.122 343.597 469.564 340.473 473.231 338.979 476.763 339.251 477.306 342.646 479.886 340.337 485.182 340.473 484.774 343.86 487.22 341 492.787 341 493.331 343"/> <polygon class="cls-76" points="464.722 343.325 467.799 340.88 470.696 341.063 472.326 344.502 470.334 347.761 465.445 347.037 464.722 343.325"/> <polygon class="cls-76" points="485.726 349.164 486.087 345.227 491.339 345.407 492.968 348.848 490.977 352.107 486.087 351.383 485.726 349.164"/> <polygon class="cls-76" points="479.206 347.535 479.569 343.597 484.82 343.778 486.45 347.218 484.457 350.478 479.569 349.754 479.206 347.535"/> <polygon class="cls-76" points="472.145 345.905 474.861 341.967 477.759 342.148 479.389 345.589 477.395 348.848 472.507 348.123 472.145 345.905"/> <polygon class="cls-83" points="483.553 348 488 348 488 351.201 486.048 354.19 480.998 354.325 479.899 352.831 475.953 353.51 471.333 351.608 467.122 351.201 462.504 350.522 457.343 347.942 459.788 344.819 463.453 343.325 466.984 343.597 467.527 346.992 470.108 344.684 474.408 345.136 474.997 348.532 477.441 346 483.01 346 483.553 348"/> <polygon class="cls-84" points="476 356.091 476 352.831 479.912 349.844 483.43 352.152 482.675 355.684 478.659 356.905 476 356.091"/> <polygon class="cls-84" points="474.453 354.868 475.947 353.51 474.182 349.028 471.738 349.164 469.7 353.374 471.195 354.597 474.453 354.868"/> <polygon class="cls-84" points="467.77 353.103 470 351.337 470.516 347.942 467.599 347.128 464.169 349.844 464.404 352.424 467.77 353.103"/> <polygon class="cls-84" points="461.545 352.695 463.453 349.572 461.892 346.313 458.941 346.721 457.206 349.979 458.421 352.152 461.545 352.695"/> <polygon class="cls-85" points="485.906 348.006 488.26 343 488.984 343 486.722 348.039 485.906 348.006"/> <polygon class="cls-85" points="480.836 346.313 481.38 344.773 479.659 341.243 479.025 341.515 480.564 344.684 480.836 346.313"/> <polygon class="cls-85" points="472.507 344.969 474.906 343.754 475.766 341 474.861 341 472.507 344.969"/> <polygon class="cls-85" points="464.45 343.688 465.988 341.334 467.618 340.065 468.07 340.428 465.355 343.959 464.45 343.688"/> <polygon class="cls-85" points="461.182 338.69 462.009 336.004 463.224 334.333 463.76 334.557 462.127 338.701 461.182 338.69"/> <polygon class="cls-83" points="474.861 353 477.034 353 479.025 354.636 478.572 358.08 474.046 359.394 472.145 356.43 473.503 353.99 474.861 353"/> <polygon class="cls-83" points="468.886 351.111 471.331 351.608 471.963 354.552 471.059 357.358 467.979 357.81 466.622 355.004 468.886 351.111"/> <polygon class="cls-83" points="457.841 349.301 461.19 349.119 462.435 350.633 462.91 350 465.627 350 466.351 352.684 463.906 356.333 461.462 355.532 461.274 354.815 461.19 355 458.746 355.546 457.297 353.283 457.841 349.301"/> <polygon class="cls-86" points="451.91 340.948 453.88 342.646 453.54 345.091 450.484 347.331 445.935 347.671 443.559 344.684 443.763 341.56 446.886 340.337 451.91 340.948"/> <polygon class="cls-87" points="450.654 338.81 452.233 338.216 453.565 338.699 454.367 340.74 453.886 342.644 452.117 342.441 452.455 343.19 450.584 344.411 450 343.121 450 344.684 447.152 344.887 446.102 343.325 446.495 342.714 444.551 343.597 444.123 342.51 443.773 341.56 443.02 341.255 443.627 340 446 340 446 338.708 447.461 337.078 448.43 337.553 449.185 336.807 450.582 337.621 450.654 338.81"/> <polygon class="cls-86" points="445.935 346.38 447.904 348.078 447.564 350.522 444.51 352.764 439.96 353.103 437.583 350.115 437.787 346.992 440.91 345.77 445.935 346.38"/> <polygon class="cls-87" points="444.679 344.242 446.258 343.647 447.59 344.132 448.393 346.172 447.911 348.076 446.143 347.874 446.479 348.62 444.596 349.844 444 348.553 444 350.115 441.166 350.319 440.121 348.757 440.517 348.146 438.574 349.028 438.147 347.942 437.797 346.992 437.045 346.471 437.651 345 440 345 440 344.14 441.475 342.51 442.448 342.985 443.206 342.238 444.605 343.053 444.679 344.242"/> <polygon class="cls-78" points="445.256 349.979 452.182 347.535 457.614 349.436 457.75 354.868 448.651 356.634 443.22 352.288 445.256 349.979"/> <polygon class="cls-87" points="445.596 351.88 446.41 352.764 445.663 354.325 443.967 354.053 444.306 352.628 445.596 351.88"/> <g> <polygon class="cls-87" points="448.894 351.906 449.257 352.965 450.423 352.54 450.522 352.606 450.272 351.896 451.216 351.333 450.828 350.864 451.195 350.351 450.096 350.081 450.002 349.432 449.442 349.695 449.651 351.249 448.416 351.567 448.026 351.039 447.449 351.816 446.195 351.486 446.275 350.057 446.962 349.612 447.775 350.38 448.609 349.462 448.728 349.474 448.176 348.961 448.923 347.738 449.738 347.671 450.092 348.733 451.262 348.316 451.936 348.776 451.515 349.905 451.623 349.754 452.884 350.129 453.515 349.247 455.378 349.801 455.407 351.001 453.816 351.682 453.512 351.313 453.516 351.508 452.155 352.09 452.073 352.586 453.303 352.762 453.686 353.484 452.404 354.627 451.449 353.781 451.67 353.163 451.051 353.136 450.512 354.608 449.269 354.314 449.173 353.665 448.3 354.083 447.343 353.208 448.08 351.979 448.894 351.906"/> <polygon class="cls-87" points="455.374 351.88 456.188 352.764 455.441 354.325 453.744 354.053 454.083 352.628 455.374 351.88"/> </g> <polygon class="cls-88" points="482 364.599 482 383.069 503 375.463 503 355.547 482 364.599"/> <path class="cls-80" d="M475.7656,388.32c0,10.501,6.5664,19.0127,14.668,19.0127,8.1,0,14.665-8.5117,14.665-19.0127s-6.5654-19.0127-14.665-19.0127C482.332,369.3076,475.7656,377.8193,475.7656,388.32Z"/> <path class="cls-89" d="M487.1738,388.32a4.0161,4.0161,0,1,0,3.9834-4.5273A4.2808,4.2808,0,0,0,487.1738,388.32Z"/> <polygon class="cls-88" points="429.834 358 462.667 365 463.334 366.833 437.334 361.333 437.834 365.167 464.5 371.167 465.334 375.667 429 370.167 430.167 364.833 428.667 361 429.834 358"/> </g> <g id="SadWoman"> <polygon class="cls-90" points="638.254 445.631 641.668 429.06 630.289 415.37 595.156 416.774 526.741 412.84 512.518 420 502.844 420 502.846 428.051 476.674 430.795 467.002 444.4 473.26 462.014 489.759 466.552 561.446 455.166 594.445 454.595 638.254 445.631"/> <polygon class="cls-91" points="531.576 413.627 538.403 430.411 561.446 455.16 578.229 434.394 562.299 420.738 531.576 413.627"/> <polygon class="cls-77" points="565.41 369.409 566.892 368.476 572 369.783 572 371.81 576.786 385.145 581.58 386.744 583.06 379.207 577.52 369.676 582.427 362.315 582.213 360.182 576.878 356.875 577.838 356.128 580.719 351.327 577.519 341.94 563.65 342.9 554.902 354.102 559.17 367.862 565.41 369.409"/> <path class="cls-92" d="M602.8369,452.1748l1.2793-1.1387L602.98,436.1016,590.32,405.2363l-3.1308-2.1338,4.2656-1.1377,1.2783-10.5253-9.6768-12.2325-2.9951,6.1153L576.63,384.47l-10.1348-15.22L552.77,360.8574l-7.2539,4.2676-11.2373,17.9219L529.87,411.3516l9.8145,11.664,8.6748,6.2578,8.25-3.1289,2.1406,27.168,9.25,2.9854v7.2548l18.9121,10.3838,6.47,1.5645,1.5264-2.7031-16.2334-12.8008,2.6943.1425,10.0938-5.121,21.9014,6.8281,5.6884.2842.1426-2.2754ZM565.57,399.332l-1.5644-3.3427,1.4228-3.2705,5.6885,5.2626Z"/> <polygon class="cls-93" points="574.033 355.879 573.038 354.955 569.767 355.168 572.042 356.022 571.9 356.732 572.255 357.017 574.033 355.879"/> <polygon class="cls-93" points="575.455 352.821 574.958 351.47 572.54 351.968 568.842 352.892 572.754 353.603 575.455 352.821"/> <polygon class="cls-94" points="577.589 355.737 578.371 352.75 576.878 343.931 569.127 344.287 567.42 350.759 564.574 352.892 561.587 351.257 558.601 353.675 559.17 356.591 560.663 359.933 557.89 364.199 552.413 363.986 546.368 355.879 548.218 352.465 546.937 346.42 553.552 336.749 562.44 336.891 567.774 339.096 570.833 338.17 579.935 342.153 582.212 352.892 580.362 356.875 578.798 357.018 577.519 356.732 577.589 355.737"/> <polygon class="cls-95" points="577 356.448 577 362.422 576.405 362.849 573.715 362.955 577 356.448"/> <polygon class="cls-94" points="573.571 365.516 573.998 364.769 573.144 364.235 569.624 365.409 573.571 365.516"/> <polygon class="cls-95" points="560.023 353.888 561.729 352.395 564.29 353.567 563.33 357.835 561.41 354.635 560.023 353.888"/> <polygon class="cls-77" points="562.583 399.853 556.61 400.979 556.041 407.09 562.3 410.928 582.64 409.646 586.764 411.352 592.17 410.641 595.156 416.756 596.01 415.335 594.587 406.537 590.89 404 583.065 404 562.583 399.853"/> <polygon class="cls-96" points="562.3 410.942 555.329 413.841 547.861 407.866 544.448 388.451 541.675 403.173 547.648 413.414 555.116 416.614 562.3 410.942"/> <polygon class="cls-96" points="565.429 392.719 569.624 382.69 568.131 376.504 576.238 391.439 576.665 400.826 572.185 399.119 565.429 392.719"/> <polygon class="cls-96" points="587.901 419.886 591.458 455.019 581.359 460.14 571.117 456.582 580.221 461.703 599.85 453.169 592.737 425.291 587.901 419.886"/> <polygon class="cls-97" points="557.32 363.845 566.281 378.637 567.988 377.356 566.495 369.25 565.713 374.513 557.32 363.845"/> </g> <polygon class="cls-50" points="253.74 340.897 252.171 328.737 244.914 326.774 243.54 329.913 241.187 335.602 243.737 335.014 242.756 338.74 245.698 339.917 236.872 356.981 223.729 351.685 220.984 353.059 209.607 368.946 198.035 369.143 197.25 371.104 210.784 373.654 199.996 374.242 199.211 376.399 212.746 377.773 218.826 377.185 221.964 373.654 242.953 375.616 251.582 358.942 254.525 380.127 260.213 380.519 264.136 381.5 266.098 380.715 260.605 375.813 257.271 376.792 257.859 345.409 253.74 340.897"/> </g> <g id="State2"> <polygon class="cls-90" points="638.254 445.631 641.668 429.06 630.289 415.37 595.156 416.774 526.741 412.84 512.518 420 502.844 420 502.846 428.051 476.674 430.795 467.002 444.4 473.26 462.014 489.759 466.552 561.446 455.166 594.445 454.595 638.254 445.631"/> <g id="People_copy" data-name="People copy"> <polygon class="cls-45" points="38.339 52.333 25.672 57.667 22.339 81 31.672 79.667 32.339 85.667 48.339 75 38.339 52.333"/> <polygon class="cls-46" points="41.671 72.333 27.004 87.667 21.004 109 3.671 139.667 33 175.001 58.338 131 63.004 86.333 41.671 72.333"/> <polygon class="cls-47" points="264.333 -0.168 245.666 37.583 198.333 84.292 143.166 102.98 98 157.001 98 178 77.667 203.001 47 227.667 47 278 61 351.001 111 416 217.667 467.668 212.333 471.668 97.667 440.334 117.667 464.334 111 471.668 72.333 463.001 45 449.001 0 445.001 0 130 33 175.001 33.667 129.667 43 79.667 28.333 47.667 31 0 44 0 44.333 49.001 58.333 77.667 51.667 146.334 61.667 163.001 71.667 124.334 133 75.667 188.333 63.667 245 0 264.333 -0.168"/> <polygon class="cls-51" points="712.11 322.617 710.82 316.406 711.875 313.945 709.763 301.522 706.243 298.478 707.993 296.142 705.518 292.288 701.385 292.903 700.037 296.596 700.394 298.589 697 303.746 697 308.903 695.041 306.559 698.164 300.347 698.105 297.885 693.093 293.431 688.419 292.024 685.612 295.423 686.178 297.893 685.441 294.916 681.995 293.426 682.136 290.863 684.908 288.838 685.315 286.473 681.792 286.083 679.658 284.863 676.029 285.79 675.845 287.651 675.505 287.977 675.071 287.688 671.789 289.681 671.437 292.376 670.265 293.079 669.444 294.485 671.32 296.244 667.569 298.94 667.631 303.191 666.242 302.837 664 304.792 664 307.867 664.986 308.705 663.242 309.638 659.156 319.793 661.492 321.005 661.588 327.805 660.937 329.203 661.499 334.141 663.175 336.098 662.806 333.141 665.577 336 668.39 336 668.624 337.748 670.852 339.12 676.946 339.309 682.925 336.12 687.262 339.508 692.185 340.323 696.053 337.976 697.81 338.677 699.1 337.27 702.733 339.848 708.946 339.379 712.696 335.862 712.11 322.617"/> </g> <g id="Horse"> <g> <polygon class="cls-98" points="596.937 557.001 599.661 548.284 548.79 535.358 554.452 550.712 596.937 557.001"/> <polygon class="cls-98" points="538.699 427.186 539.921 426.288 521.783 421.956 525.552 450.851 525.396 456.762 539.257 460.982 538.699 427.186"/> <polygon class="cls-98" points="366.91 506.946 343.684 446.907 313.446 479.775 332.29 524.037 331.851 531.925 332.543 532.767 370.533 528.37 369.978 526.228 366.91 506.946"/> <polygon class="cls-98" points="531.687 488.978 540.098 511.786 539.476 474.162 525.059 469.601 524.676 484.157 531.687 488.978"/> <polygon class="cls-98" points="505.831 500.372 489.178 486.787 482.605 499.934 482.605 512.643 467.328 537.816 536.86 548.108 514.596 505.631 505.831 500.372"/> <polygon class="cls-98" points="444.478 462.684 440.534 446.469 398.025 457.863 382.205 454.942 383.271 457.865 381.227 462.247 371.197 460.017 377.866 489.854 386.144 526.563 389.042 526.228 450.924 535.388 463.761 508.26 444.478 462.684"/> <polygon class="cls-99" points="547.902 569.175 536.86 548.108 467.328 537.816 447.765 570.052 438.781 571.804 423.881 571.804 414.678 567.86 430.893 559.534 440.534 557.343 450.924 535.388 389.042 526.228 386.144 526.563 387.946 534.554 381.81 549.893 373.922 553.837 359.899 549.893 367.349 539.375 373.046 538.06 370.533 528.37 332.543 532.767 336.525 537.622 335.941 551.353 329.513 549.893 322.342 536.982 311.484 550.196 325.814 572.753 319.258 577.591 551.773 577.591 547.902 569.175"/> <polygon class="cls-99" points="554.452 550.712 557.543 559.096 558.858 566.984 565.432 576.187 565.964 577.591 590.503 577.591 596.937 557.001 554.452 550.712"/> <polygon class="cls-100" points="521.783 421.956 539.921 426.288 553.915 415.993 519.398 408.982 520.293 410.533 521.783 421.956"/> <polygon class="cls-101" points="427.536 389.502 422.133 411.417 423.214 425.656 525.396 456.762 525.552 450.851 521.783 421.956 510.652 419.298 509.775 407.028 519.398 408.982 500.572 376.351 472.964 371.092 440.534 369.934 440.534 371.094 427.536 389.502"/> <polygon class="cls-101" points="366.815 409.39 367.787 408.782 408.556 421.193 407.264 411.155 414.314 387.235 426.393 369.429 411.611 368.901 388.368 360.558 370.416 394.466 366.815 409.39"/> <polygon class="cls-101" points="332.543 532.767 331.851 531.925 332.29 524.037 313.446 479.775 343.684 446.907 366.91 506.946 369.978 526.228 370.533 528.37 386.144 526.563 377.866 489.854 371.197 460.017 370.709 459.909 360.191 429.525 354.056 404.984 378.23 356.918 360.337 350.495 343.684 346.551 312.569 314.121 307.547 311.004 309.356 312.663 300.298 313.247 279.691 330.175 286.568 346.26 293.579 353.857 293.325 356.901 298.545 357.945 313.884 398.263 313.007 408.781 323.525 435.075 305.996 460.054 295.478 483.281 317.828 532.363 322.21 536.746 322.342 536.982 325.097 533.629 332.543 532.767"/> <polygon class="cls-101" points="548.79 535.358 540.452 533.24 540.098 511.786 531.687 488.978 524.676 484.157 525.059 469.601 369.617 420.433 382.205 454.942 398.025 457.863 440.534 446.469 444.478 462.684 463.761 508.26 450.924 535.388 467.328 537.816 482.605 512.643 482.605 499.934 489.178 486.787 505.831 500.372 514.596 505.631 536.86 548.108 554.452 550.712 548.79 535.358"/> <polygon class="cls-101" points="252.092 358.24 243.911 346.845 243.62 344.077 238.932 350.92 239.815 363.197 245.515 367.583 263.047 365.393 264.214 361.121 260.564 361.453 252.092 358.24"/> <polygon class="cls-101" points="251.409 349.643 271.95 330.17 265.343 312.459 259.433 317.956 259.049 322.393 254.256 328.556 247.534 338.366 248.003 345.383 251.409 349.643"/> <polygon class="cls-101" points="273.737 334.962 252.654 351.199 257.351 357.07 270.206 359.116 268.657 359.961 287.437 357.278 278.387 347.429 273.737 334.962"/> <polygon class="cls-101" points="277.597 325.276 297.085 308.572 304.884 309.352 299.86 306.233 306.872 287.389 291.095 299.221 292.41 282.13 277.51 295.277 275.1 303.385 270.177 307.964 270.206 307.988 277.597 325.276"/> <polygon class="cls-101" points="558.858 566.984 557.543 559.096 554.452 550.712 536.86 548.108 547.902 569.175 551.773 577.591 565.964 577.591 565.432 576.187 558.858 566.984"/> <polygon class="cls-101" points="335.941 551.353 336.525 537.622 332.543 532.767 325.097 533.629 322.342 536.982 329.513 549.893 335.941 551.353"/> <polygon class="cls-101" points="440.534 557.343 430.893 559.534 414.678 567.86 423.881 571.804 438.781 571.804 447.765 570.052 467.328 537.816 450.924 535.388 440.534 557.343"/> <polygon class="cls-101" points="373.046 538.06 367.349 539.375 359.899 549.893 373.922 553.837 381.81 549.893 387.946 534.554 386.144 526.563 370.533 528.37 373.046 538.06"/> <polygon class="cls-101" points="510.652 419.298 521.783 421.956 520.293 410.533 519.398 408.982 509.775 407.028 510.652 419.298"/> <polygon class="cls-102" points="247.417 336.619 243.328 341.294 243.62 344.077 247.534 338.366 247.417 336.619"/> <polygon class="cls-102" points="287.437 357.278 288.321 358.24 293.287 357.363 293.325 356.901 291.972 356.63 287.437 357.278"/> <polygon class="cls-102" points="305.85 309.448 304.884 309.352 307.547 311.004 305.85 309.448"/> <polygon class="cls-102" points="268.453 306.528 264.656 310.617 265.343 312.459 270.177 307.964 268.453 306.528"/> <polygon class="cls-102" points="264.214 361.121 266.992 360.869 268.657 359.961 264.363 360.574 264.214 361.121"/> <polygon class="cls-102" points="286.568 346.26 279.691 330.175 300.298 313.247 309.356 312.663 307.547 311.004 304.884 309.352 297.085 308.572 277.597 325.276 270.206 307.988 270.177 307.964 265.343 312.459 271.95 330.17 251.409 349.643 248.003 345.383 247.534 338.366 243.62 344.077 243.911 346.845 252.092 358.24 260.564 361.453 264.214 361.121 264.363 360.574 268.657 359.961 270.206 359.116 257.351 357.07 252.654 351.199 273.737 334.962 278.387 347.429 287.437 357.278 291.972 356.63 293.325 356.901 293.579 353.857 286.568 346.26"/> <polygon class="cls-102" points="383.271 457.865 382.205 454.942 369.54 452.604 371.197 460.017 381.227 462.247 383.271 457.865"/> <polygon class="cls-102" points="388.822 359.7 386.193 357.361 378.888 355.608 378.23 356.918 388.368 360.558 388.822 359.7"/> <polygon class="cls-102" points="360.191 429.525 370.709 459.909 371.197 460.017 369.54 452.604 382.205 454.942 369.617 420.433 366.034 419.3 363.112 411.704 366.815 409.39 370.416 394.466 388.368 360.558 378.23 356.918 354.056 404.984 360.191 429.525"/> <polygon class="cls-102" points="440.534 368.463 426.949 368.61 426.393 369.429 440.534 369.934 440.534 368.463"/> <polygon class="cls-102" points="407.264 411.155 408.556 421.193 423.214 425.656 422.133 411.417 427.536 389.502 440.534 371.094 440.534 369.934 426.393 369.429 414.314 387.235 407.264 411.155"/> <path class="cls-103" d="M569.3757,433.3217l-29.4549-7.034-1.2217.8987.5581,33.7956-13.8608-4.22-.3378,12.8387,14.4177,4.56.6214,37.6239,8.6924,23.5728,50.8708,12.926,5.0664-16.2122,47.9133-21.0353,58.4327,29.2163,13.5581,25.9859,32.4994-23.0918,51.8008,13.8985V520.5906l.4-.3381-.3105-.0686-3.0333-.67-.0566,1.6917v-1.7042l-14.3257-3.1656-7.4926,4.05-50.2517-9.3484-6.9-8.9861L582.5228,470.1336l-8.7648-29.581,63.9825-50.178,37.5913,6.5584,12.05-2.3172,1.4889-8.0381-14.7232-4.9868-59.195-10.4987-61.0376,44.9012,11.955,2.4283Zm39.45,66.2833,7.3182,4.0674,1.2274,12.3356,8.33-10.1718,7.2139,3.6428-4.4937,7.4227-13.8352,4.3036-6.64-14.1639Zm-35.8344-27.3933,5.5961,5.8307-1.628,12.17-13.3833,1.777-3.9784-4.3515,7.7974-3.203,5.1921.9466-2.1054-5.4882Z"/> <polygon class="cls-103" points="724.631 566.239 730.554 577.591 808.932 577.591 808.932 557.046 757.131 543.147 724.631 566.239"/> <polygon class="cls-103" points="569.376 433.322 565.87 418.422 553.915 415.993 539.921 426.288 569.376 433.322"/> <polygon class="cls-103" points="525.396 456.762 423.214 425.656 423.597 430.703 409.293 426.914 408.556 421.193 367.787 408.782 366.815 409.39 366.327 411.412 369.617 420.433 525.059 469.601 525.396 456.762"/> <polygon class="cls-103" points="548.79 535.358 540.098 511.786 540.452 533.24 548.79 535.358"/> <polygon class="cls-103" points="366.815 409.39 363.112 411.704 366.034 419.3 369.617 420.433 366.327 411.412 366.815 409.39"/> <polygon class="cls-103" points="423.597 430.703 423.214 425.656 408.556 421.193 409.293 426.914 423.597 430.703"/> <polygon class="cls-100" points="704.352 447.345 724.282 448.193 722.176 443.841 701.141 444.425 696.199 448.349 696.036 451.126 704.352 447.345"/> <polygon class="cls-100" points="710.488 483.281 691.982 473.316 690.038 478.315 643.878 471.888 639.812 462.673 617.582 456.987 599.176 439.457 607.064 424.557 628.976 420.175 647.449 421.885 651.473 418.714 667.709 411.01 668.417 398.263 675.332 396.933 637.741 390.375 573.758 440.553 582.523 470.134 726.962 502.051 712.726 483.51 710.488 483.281"/> <polygon class="cls-100" points="685.87 460.641 682.975 461.207 686.318 463.182 685.87 460.641"/> <polygon class="cls-104" points="696.036 451.126 695.588 458.739 685.87 460.641 686.318 463.182 694.129 467.797 691.982 473.316 710.488 483.281 712.726 483.51 708.737 478.315 730.941 461.954 724.282 448.193 704.352 447.345 696.036 451.126"/> <polygon class="cls-104" points="685.237 457.054 681.273 460.201 682.975 461.207 685.87 460.641 685.237 457.054"/> <polygon class="cls-104" points="607.064 424.557 599.176 439.457 617.582 456.987 639.812 462.673 635.113 452.02 632.191 433.907 647.449 421.885 628.976 420.175 607.064 424.557"/> <polygon class="cls-104" points="696.036 451.126 696.199 448.349 688.24 454.669 696.036 451.126"/> <polygon class="cls-104" points="695.588 458.739 696.036 451.126 688.24 454.669 685.237 457.054 685.87 460.641 695.588 458.739"/> <polygon class="cls-104" points="687.382 394.616 675.332 396.933 686.589 398.897 687.382 394.616"/> <polygon class="cls-104" points="667.709 411.01 685.948 402.354 686.589 398.897 675.332 396.933 668.417 398.263 667.709 411.01"/> <path class="cls-105" d="M798.1351,400.8922l5.2589-6.1353,6.1353,6.1353.2743,4.5265.128-3.8281V385.4528l-8.2889-.6179-3.5059-8.7715-2.9221-14.6073-12.2706-.5889L769.506,369.632l5.2588-12.8544-5.2588-3.5059-19.8679,7.0118-11.1031-3.5059V345.6744l7.5972-7.01-1.7529-6.4281-23.9558-1.7529,1.1675-14.6073,18.6987-2.3384L753.144,316.46l1.753-8.7647-12.8544-12.2706-25.7105,2.3367-33.3059,13.44,16.362,9.934,2.3366,17.2366-16.9457,9.0558H666.6642l-14.0219,26.88,21.505,7.2838,126.314,22.4029Zm-61.1922-22.5178-13.2311-2.6808-2.3435-5.4094,8.4156-.4862,4.6,2.5848-.2037-5.875,4.8754-6.4434,3.3912,7.3336Zm39.9274,5.163L764.6409,384.64,759.95,371.9805l3.3655-4.8411,4.8446,6.8972.2259,5.2707,4.8857-3.2662,8.0459.7516Z"/> <polygon class="cls-103" points="733.862 511.037 784.113 520.385 791.606 516.336 726.962 502.051 733.862 511.037"/> <polygon class="cls-105" points="733.862 511.037 784.113 520.385 791.606 516.336 726.962 502.051 733.862 511.037"/> <polygon class="cls-103" points="687.382 394.616 691.205 393.88 722.758 400.892 724.286 405.474 792.082 417.302 788.056 415.792 793.753 409.657 806.023 411.41 800.461 403.994 674.147 381.591 688.87 386.578 687.382 394.616"/> <polygon class="cls-105" points="687.382 394.616 691.205 393.88 722.758 400.892 724.286 405.474 792.082 417.302 788.056 415.792 793.753 409.657 806.023 411.41 800.461 403.994 674.147 381.591 688.87 386.578 687.382 394.616"/> <polygon class="cls-100" points="686.318 463.182 682.975 461.207 655.27 466.628 639.812 462.673 643.878 471.888 690.038 478.315 691.982 473.316 687.7 471.01 686.318 463.182"/> <polygon class="cls-105" points="686.318 463.182 682.975 461.207 655.27 466.628 639.812 462.673 643.878 471.888 690.038 478.315 691.982 473.316 687.7 471.01 686.318 463.182"/> <polygon class="cls-100" points="802.655 502.622 777.976 505.193 763.953 495.551 779.729 471.887 807.621 470.674 807.932 461.398 807.932 451.708 801.641 454.357 770.088 454.357 738.097 436.828 737.658 423.681 776.223 420.175 808.798 430.309 808.932 427.675 809.146 425.084 809.306 420.307 796.666 418.102 795.067 418.422 792.082 417.302 724.286 405.474 728.894 419.298 710.488 428.063 681.564 425.433 667.541 414.039 667.709 411.01 651.473 418.714 647.449 421.885 676.305 424.557 696.464 443.839 696.199 448.349 701.141 444.425 722.176 443.841 724.282 448.193 745.547 449.098 770.964 465.751 769.211 481.528 744.67 486.787 712.726 483.51 726.962 502.051 791.606 516.336 805.732 508.7 802.655 502.622"/> <polygon class="cls-105" points="802.655 502.622 777.976 505.193 763.953 495.551 779.729 471.887 807.621 470.674 807.932 461.398 807.932 451.708 801.641 454.357 770.088 454.357 738.097 436.828 737.658 423.681 776.223 420.175 808.798 430.309 808.932 427.675 809.146 425.084 809.306 420.307 796.666 418.102 795.067 418.422 792.082 417.302 724.286 405.474 728.894 419.298 710.488 428.063 681.564 425.433 667.541 414.039 667.709 411.01 651.473 418.714 647.449 421.885 676.305 424.557 696.464 443.839 696.199 448.349 701.141 444.425 722.176 443.841 724.282 448.193 745.547 449.098 770.964 465.751 769.211 481.528 744.67 486.787 712.726 483.51 726.962 502.051 791.606 516.336 805.732 508.7 802.655 502.622"/> <path class="cls-104" d="M708.7366,478.3146l3.9894,5.1957,31.9443,3.2763,24.5412-5.2588,1.753-15.7766-25.4178-16.6529-21.2643-.9049,6.6587,13.761Zm25.416-10.3722L747.3,464.8748l4.3824,3.9441-7.45,3.9441-5.2588-.4382,2.6294,5.2588-1.7529,7.8883-6.1354-5.2589Z"/> <path class="cls-105" d="M708.7366,478.3146l3.9894,5.1957,31.9443,3.2763,24.5412-5.2588,1.753-15.7766-25.4178-16.6529-21.2643-.9049,6.6587,13.761Zm25.416-10.3722L747.3,464.8748l4.3824,3.9441-7.45,3.9441-5.2588-.4382,2.6294,5.2588-1.7529,7.8883-6.1354-5.2589Z"/> <polygon class="cls-104" points="686.318 463.182 687.7 471.01 691.982 473.316 694.129 467.797 686.318 463.182"/> <polygon class="cls-105" points="686.318 463.182 687.7 471.01 691.982 473.316 694.129 467.797 686.318 463.182"/> <polygon class="cls-104" points="635.113 452.02 639.812 462.673 655.27 466.628 682.975 461.207 681.273 460.201 685.237 457.054 685.07 456.11 688.24 454.669 696.199 448.349 696.464 443.839 676.305 424.557 647.449 421.885 632.191 433.907 635.113 452.02"/> <polygon class="cls-105" points="635.113 452.02 639.812 462.673 655.27 466.628 682.975 461.207 681.273 460.201 685.237 457.054 685.07 456.11 688.24 454.669 696.199 448.349 696.464 443.839 676.305 424.557 647.449 421.885 632.191 433.907 635.113 452.02"/> <polygon class="cls-104" points="685.07 456.11 685.237 457.054 688.24 454.669 685.07 456.11"/> <polygon class="cls-105" points="685.07 456.11 685.237 457.054 688.24 454.669 685.07 456.11"/> <polygon class="cls-104" points="808.225 441.574 805.732 438.73 808.489 436.388 808.798 430.309 776.223 420.175 737.658 423.681 738.097 436.828 770.088 454.357 801.641 454.357 807.932 451.708 807.932 447.345 808.225 441.574"/> <polygon class="cls-105" points="808.225 441.574 805.732 438.73 808.489 436.388 808.798 430.309 776.223 420.175 737.658 423.681 738.097 436.828 770.088 454.357 801.641 454.357 807.932 451.708 807.932 447.345 808.225 441.574"/> <polygon class="cls-104" points="724.286 405.474 722.758 400.892 691.205 393.88 687.382 394.616 686.589 398.897 724.286 405.474"/> <polygon class="cls-105" points="724.286 405.474 722.758 400.892 691.205 393.88 687.382 394.616 686.589 398.897 724.286 405.474"/> <polygon class="cls-104" points="685.948 402.354 667.709 411.01 667.541 414.039 681.564 425.433 710.488 428.063 728.894 419.298 724.286 405.474 686.589 398.897 685.948 402.354"/> <polygon class="cls-105" points="685.948 402.354 667.709 411.01 667.541 414.039 681.564 425.433 710.488 428.063 728.894 419.298 724.286 405.474 686.589 398.897 685.948 402.354"/> <polygon class="cls-104" points="779.729 471.887 763.953 495.551 777.976 505.193 802.655 502.622 797.947 493.322 793.256 480.663 796.622 475.822 801.466 482.719 801.692 487.99 806.165 485 805.932 484.591 807.546 472.918 807.621 470.674 779.729 471.887"/> <polygon class="cls-105" points="779.729 471.887 763.953 495.551 777.976 505.193 802.655 502.622 797.947 493.322 793.256 480.663 796.622 475.822 801.466 482.719 801.692 487.99 806.165 485 805.932 484.591 807.546 472.918 807.621 470.674 779.729 471.887"/> <polygon class="cls-100" points="628.421 516.902 632.915 509.479 625.701 505.836 617.371 516.008 616.144 503.672 608.825 499.605 607.946 507.041 614.586 521.205 628.421 516.902"/> <polygon class="cls-100" points="741.603 477.584 738.973 472.325 744.232 472.763 751.682 468.819 747.3 464.875 734.153 467.942 733.714 480.213 739.85 485.472 741.603 477.584"/> <polygon class="cls-100" points="734.18 366.508 734.384 372.383 729.784 369.798 721.368 370.284 723.712 375.694 736.943 378.374 742.446 367.398 739.055 360.064 734.18 366.508"/> <polygon class="cls-100" points="768.386 379.307 768.16 374.037 763.316 367.139 759.95 371.981 764.641 384.64 776.87 383.537 781.318 376.793 773.272 376.041 768.386 379.307"/> <polygon class="cls-100" points="567.395 484.435 559.598 487.637 563.576 491.989 576.959 490.212 578.587 478.042 572.991 472.212 570.482 479.893 572.587 485.381 567.395 484.435"/> <polygon class="cls-100" points="608.105 558.654 695.36 577.591 708.655 577.591 710.325 576.404 599.661 548.284 596.937 557.001 608.105 558.654"/> <polygon class="cls-100" points="608.105 558.654 596.937 557.001 590.503 577.591 695.36 577.591 608.105 558.654"/> <polygon class="cls-100" points="724.631 566.239 711.073 540.253 652.641 511.037 604.727 532.072 599.661 548.284 710.325 576.404 724.631 566.239"/> <polygon class="cls-100" points="714.996 577.591 730.554 577.591 724.631 566.239 710.325 576.404 714.996 577.591"/> </g> </g> <g id="Preacher"> <polygon class="cls-61" points="87.333 264.333 95 260 106.333 267.333 105.666 287.667 100 296.334 87.25 289.25 87.333 264.333"/> <polygon class="cls-62" points="85.167 291.834 71.417 308.917 62.375 361.291 77.688 391.647 80.01 465.656 65.339 485.328 67.002 487.33 81.002 483.332 90.001 470.666 91.334 423.333 123 422.667 119.333 470 133 477.333 147 480 147 475 129.167 464.333 136 405.667 136 358 141.666 344.333 128.333 304 107.125 292.125 85.167 291.834"/> <path class="cls-63" d="M104,289l-6.75,3.25-10-3L85,292l10,6s1,31.25,1.75,31.5,5,2,5,2l1.25-2.75-1.5-23.5,10,24,2.5,1,3.25-3.75-12.75-29,2.625-5.375Z"/> <polygon class="cls-64" points="95.125 276.375 93.5 275 90 277.125 92.25 277.875 92.5 276.625 93.375 275.75 95.125 276.375"/> <polygon class="cls-64" points="98.563 276.313 101.219 274.406 102.297 275.828 101 275.75 101 277 99.5 277.375 98.563 276.313"/> <polygon class="cls-64" points="95.25 275.5 95.5 274.25 93.25 272.375 89 274.875 92.75 273.875 95.25 275.5"/> <polygon class="cls-64" points="98.125 275.25 99.875 273.25 103.375 274.25 102.75 273.25 99.5 272.25 97 274.125 98.125 275.25"/> <polygon class="cls-64" points="104 290.25 103.75 277.125 101.375 265.375 95.5 261.5 89.25 265.375 89.5 274.5 88.375 277 90.5 285.5 87.375 291.25 78.125 288.5 78.25 286.25 81.875 284 79.25 282.875 77.625 278.625 81.875 271.5 82.875 264.375 92.75 258 104.125 262.5 107.625 267.25 109.125 275.625 112.5 277.5 111.125 282.375 113 285.625 112.375 288 107.125 292.125 104 290.25"/> <polygon class="cls-65" points="97.5 283.75 99.75 281.25 97 274.125 96 282.75 97.5 283.75"/> <polygon class="cls-66" points="130.333 343.333 133.666 335.833 116.666 328.167 114.5 328.833 108.5 351.833 123.833 357.5 130.333 343.333"/> <polygon class="cls-61" points="134 340.334 132.166 339.834 129.666 342.334 120.5 339.334 119.5 341.501 123 351.667 127.5 354.334 133 347.334 134 340.334"/> <polygon class="cls-63" points="134 340.334 136.5 349 131.5 356.25 127.5 354.334 133 347.334 134 340.334"/> </g> <g id="tinyGeorge_copy" data-name="tinyGeorge copy"> <path class="cls-106" d="M502.3768,587.1879c-39.5155,0-129.672-6.29-170.635-10.7769-14.4185-1.5793-38.5681-11.23-52.9866-12.8095l30.5347-6.05h23.35L436.817,571.9206Z"/> <polygon class="cls-53" points="284.699 435.313 285.999 467.822 288.274 504.234 294.777 547.472 284.373 556.575 274.946 559.501 274.295 561.777 285.674 564.052 296.077 559.176 309.731 556.9 307.13 542.596 306.805 502.933 306.155 454.494 316.233 483.427 319.485 507.81 328.262 524.715 337.69 549.423 335.739 564.703 330.538 572.18 331.839 575.431 342.892 574.13 351.345 558.525 347.768 548.123 350.044 542.271 341.917 494.481 331.838 450.593 331.513 431.411 284.699 435.313"/> <polygon class="cls-54" points="339.072 427.835 340.535 447.341 334.927 449.048 333.464 453.193 335.414 461.483 338.34 460.264 337.365 455.143 340.291 453.437 341.022 466.359 338.34 469.041 338.828 470.504 343.46 470.017 348.337 465.628 347.849 449.779 352.238 427.835 339.072 427.835"/> <polygon class="cls-54" points="290.55 342.13 290.855 344.325 290.032 347.86 294.071 360.539 299.077 361.758 298.837 366.635 304.446 372.121 313.591 366.513 314.689 362.246 313.47 354.687 319.931 342.862 312.129 328.232 293.537 329.329 290.55 332.987 290.55 342.13"/> <polygon class="cls-54" points="284.699 427.591 278.115 450.998 281.773 452.705 282.504 457.825 281.529 465.14 278.115 464.896 277.628 460.264 276.408 461.727 275.921 466.847 281.529 470.26 280.797 471.48 276.408 470.992 271.044 467.578 271.776 449.292 272.263 419.057 284.699 427.591"/> <polygon class="cls-55" points="319.566 363.465 314.445 363.709 308.106 369.804 301.766 370.78 297.215 364.928 285.999 370.13 278.359 384.434 270.557 406.378 266.899 411.742 272.507 423.69 284.211 429.542 295.183 435.393 316.396 437.588 338.096 431.492 339.315 429.785 346.143 431.005 353.701 429.054 360.284 415.4 355.164 402.965 351.751 391.993 343.948 377.851 331.676 370.455 319.566 363.465"/> <g> <polygon class="cls-56" points="307.496 342.252 308.715 342.008 305.789 338.96 302.864 340.18 300.791 342.008 299.206 341.399 301.522 343.593 302.429 342.98 301.401 344.325 302.376 345.056 303.351 345.544 304.448 345.178 304.57 343.959 307.009 344.203 305.911 343.227 303.334 342.368 305.668 340.789 307.496 342.252"/> <polygon class="cls-56" points="292.501 339.326 291.769 341.277 291.891 342.13 293.111 341.155 294.6 342.072 293.842 342.008 291.526 343.837 292.867 344.812 294.695 344.69 294.452 343.106 296.646 343.959 295.806 342.814 296.28 343.106 297.743 343.471 298.231 341.886 294.208 339.692 292.501 339.326"/> </g> <polygon class="cls-57" points="299.653 343.918 297.987 343.288 295.427 348.592 295.427 349.811 300.385 350.461 299.653 343.918"/> <polygon class="cls-58" points="300.385 350.461 295.427 349.811 298.028 351.843 300.385 350.461"/> <polygon class="cls-56" points="302.579 355.663 301.36 354.565 295.833 353.814 295.183 354.738 299.003 355.663 302.579 355.663"/> <polygon class="cls-59" points="296.646 329.573 291.343 334.267 290.764 342.526 289.072 333.002 294.078 327.143 308.346 322.384 317.735 324.211 321.637 327.624 325.661 342.618 323.711 346.763 320.419 347.372 321.029 348.714 323.711 350.298 323.711 353.712 322.37 354.2 319.931 356.516 315.908 356.882 312.982 355.297 312.495 349.567 317.127 347.494 317.859 343.593 316.518 341.277 314.445 341.155 313.958 342.74 312.617 343.837 312.373 341.033 311.032 332.743 305.789 329.451 296.646 329.573"/> <polygon class="cls-60" points="297.215 364.928 304.042 389.473 299.653 430.273 294.939 446.041 282.911 437.751 283.398 429.785 286.161 405.566 289.087 378.582 285.999 370.13 287.137 367.854 296.077 364.115 297.215 364.928"/> <polygon class="cls-60" points="317.209 362.327 314.201 376.957 311.072 384.109 312.007 418.082 312.007 435.637 317.209 448.154 334.277 442.14 336.065 445.878 339.478 442.464 339.315 429.785 332.326 426.535 327.938 418.245 330.05 403.615 328.913 381.183 331.676 370.455 330.863 368.179 319.322 362.002 317.209 362.327"/> <polygon class="cls-53" points="314.445 361.453 309.752 367.153 303.869 369.698 298.612 364.204 297.377 364.075 297.377 366.391 299.938 371.024 303.107 373.096 301.035 376.753 300.364 381.996 304.205 382.483 304.205 385.897 307.009 386.385 310.178 384.922 312.86 377.973 308.593 373.096 313.226 370.048 317.249 362.977 315.786 361.271 314.445 361.453"/> <path class="cls-106" d="M438.8059,572.2839a3.7486,3.7486,0,0,1-1.0418-7.2025h0a3.748,3.748,0,0,1,1.7618-.26l131.1048,7.9973c.0653.0062,5.3237-.01,5.3885,0L585,578.2071"/> </g> <g id="Layer_17" data-name="Layer 17"> <polygon class="cls-67" points="155.509 406.964 158.85 406.014 159.974 410.69 157.708 416.856 156.021 433.162 155.917 450.685 158.042 430.523 158.375 418.689 160.017 418.83 159.306 431.423 156.701 451.66 160.259 464.959 157.951 475.982 155.219 476.572 152.461 471.219 154.583 450.859 154.569 432.789 155.79 420.973 155.509 406.964"/> <polygon points="209.734 528.981 210.425 547.071 205.365 551.263 190.36 535.202 178.421 537.982 179.522 556.006 162.883 558.781 154.933 559.523 141.256 558.784 144.582 555.087 153.456 554.071 167.042 545.753 167.042 536.605 209.734 528.981"/> <polygon class="cls-68" points="167.521 318.326 165.457 329.807 166.167 333.033 166.103 340.451 165.909 342.256 165.78 343.87 166.231 345.804 166.36 348.513 168.166 350.706 178.1 352.125 178.487 359.737 175.907 363.091 181.196 371.606 190.743 369.8 196.677 359.092 193.581 356.641 190.743 344.772 189.453 329.549 175.262 316.261 167.521 318.326"/> <polygon points="186.873 334.452 185.582 333.548 183.002 335.484 183.777 338.322 183.002 340.257 184.68 339.998 186.099 337.418 184.809 335.999 186.873 334.452"/> <polygon points="180.422 334.323 181.712 334.709 183.261 332.645 185.196 331.743 188.55 333.548 189.066 337.676 187.518 340.902 185.325 341.805 190.098 347.094 192.162 346.836 198.354 333.162 188.55 310.455 174.101 312.004 166.748 316.261 165.715 318.454 168.166 320.131 171.263 319.487 173.585 321.68 176.036 321.809 178.358 321.292 177.584 324.776 177.455 328.13 178.874 328.646 179.003 330.71 180.551 332.516 180.422 334.323"/> <polygon class="cls-69" points="172.579 331.98 171.386 333.661 169.582 334.64 169.558 331.29 172.579 331.98"/> <polygon class="cls-70" points="172.579 331.98 170.353 330.661 168.936 330.631 168.055 331.906 169.163 331.762 172.579 331.98"/> <polygon class="cls-70" points="169.819 331.317 170.196 333.203 169.582 334.64 169.021 334.576 168.953 332.864 169.049 331.197 169.819 331.317"/> <polygon class="cls-70" points="166.683 329.743 169.328 327.743 171.714 327.937 173.778 328.517 170.295 326.453 167.844 326.711 166.425 328.324 166.683 329.743"/> <polygon class="cls-70" points="169.973 343.804 165.909 342.256 165.457 343.16 165.78 343.87 169.973 343.804"/> <polygon class="cls-68" points="166.167 333.033 165.006 336.516 163.78 337.612 163.974 339.161 166.103 340.451 167.65 339.87 167.199 336.064 166.167 333.033"/> <polygon class="cls-71" points="159.542 400.856 155.509 406.964 158.375 418.689 168.042 420.356 159.542 400.856"/> <polygon class="cls-72" points="159.042 384.356 175.042 362.356 196.709 357.189 202.292 362.356 216.042 387.856 220.542 404.856 209.042 412.523 215.042 435.356 224.042 528.523 213.375 536.189 199.042 535.523 184.708 545.856 166.375 544.189 155.042 528.856 165.542 416.856 153.542 406.356 159.042 384.356"/> <polygon class="cls-73" points="176.14 307.239 175.757 310.049 183.266 318.572 187.294 317.438 190.288 322.647 190.507 327.814 196.087 331.355 195.965 336.56 202.397 337.241 204.402 334.599 201.442 332.846 200.846 324.259 197.057 318.099 190.878 309.085 181.912 309.375 176.14 307.239"/> <polygon class="cls-74" points="162.042 413.356 170.042 411.356 179.042 378.356 181.542 382.356 184.042 404.356 177.542 414.356 198.042 411.356 205.042 404.356 207.042 392.356 208.042 406.856 206.042 413.856 182.542 419.356 165.542 416.856 162.042 413.356"/> <polygon class="cls-75" points="165.542 414.856 174.042 417.856 174.042 501.856 176.542 524.356 166.042 530.856 159.042 526.856 152.542 527.356 155.542 469.856 165.542 414.856"/> </g> </g> <g id="Gradient"> <rect class="cls-107" x="1" width="768" height="578"/> </g> </g> </g> <desc>You and George arrive at the East Common.</desc> </svg> <<set _state1 to false>> <<set _state2 to false>> <<if !$horse>> <<set _state1 to true>> <<else>> <<set _state2 to true>> <</if>> <<toggleLayer "State1" _state1 "The park is full of people watching the proceedings in the West Common. The observers look sad and uncomfortable." "">> <<toggleLayer "State2" _state2 "The park is empty except for a preacher standing under a tree. You are leading Gracy and the poop cart." "">>
<div class="fixed"> <<include "West Common Whip Background">> </div>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 768 576"> <defs> <style> .cls-1 { isolation: isolate; } .cls-2 { fill: #f4ac62; } .cls-3 { fill: #714f67; } .cls-4 { fill: #f48a71; } .cls-5 { fill: #e44d42; } .cls-6 { fill: #955f61; } .cls-7 { fill: #e56e58; } .cls-8 { fill: #604c59; } .cls-9 { fill: #886736; } .cls-10 { fill: #a55d67; } .cls-11 { fill: #9e843c; } .cls-12 { fill: #827445; } .cls-13 { fill: #945e60; } .cls-14 { fill: #82505f; } .cls-15 { fill: #3f2539; } .cls-16 { fill: #595156; } .cls-17 { fill: #875156; } .cls-18 { fill: #30212e; } .cls-19 { fill: #aa8d33; } .cls-20 { fill: #7b4246; } .cls-21 { fill: #213953; } .cls-22 { fill: #572523; } .cls-23 { fill: #0e1935; } .cls-24 { fill: #502432; } .cls-25 { fill: #271014; } .cls-26 { fill: #673433; } .cls-27 { fill: #613548; } .cls-28 { fill: #423436; } .cls-29 { mix-blend-mode: soft-light; fill: url(#radial-gradient); } .cls-30 { fill: #723333; } .cls-31 { fill: #63515d; } .cls-32 { fill: #0e192f; } .cls-33 { fill: #dda985; } .cls-34 { fill: #cc8d71; } .cls-35 { fill: #5c3345; } .cls-36 { fill: #701b15; } .cls-37 { fill: #5f3f40; } .cls-38 { fill: #b68870; } .cls-39 { fill: #825e5f; } .cls-40 { fill: #fbf6dd; } .cls-41 { fill: #292137; } .cls-42 { fill: #443e49; } .cls-43 { fill: #24263f; } .cls-44 { fill: #dbd3ba; } .cls-45 { fill: #dfaa89; } .cls-46 { fill: #e8a43f; } .cls-47 { fill: #4c1b13; } .cls-48 { fill: #988f8d; } .cls-49 { fill: #4f283b; } .cls-50 { fill: #ce7e5b; } .cls-51 { fill: #81625a; } .cls-52 { fill: #d69c8d; } .cls-53 { fill: #bc6f5b; } .cls-54 { fill: #363c2b; } .cls-55 { fill: #602c19; } .cls-56 { fill: #c8c8c3; } .cls-57 { fill: #000a00; } .cls-58 { fill: #4c250f; } .cls-59 { fill: #6c4231; } .cls-60 { fill: #96a363; } .cls-61 { fill: #8d7756; } .cls-62 { fill: #476843; } .cls-63 { fill: #f4da8f; } .cls-64 { fill: #1c1910; } .cls-65 { fill: #c1845b; } .cls-66 { fill: #411802; } .cls-67 { fill: #a58153; } .cls-68 { fill: #8d5222; } .cls-69 { fill: #3d2d22; } .cls-70 { fill: #353a42; } .cls-71 { fill: #d18b6f; } .cls-72 { fill: none; } .cls-73 { fill: #1c1719; } .cls-74 { fill: #281f1b; } .cls-75 { fill: #4d4749; } .cls-76 { fill: #3b2b26; } </style> <radialGradient id="radial-gradient" cx="384" cy="291" r="339.836" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#f7931e" stop-opacity="0.3"/> <stop offset="0.2289" stop-color="#e78b27" stop-opacity="0.3159"/> <stop offset="0.5053" stop-color="#b97542" stop-opacity="0.362"/> <stop offset="0.805" stop-color="#6c4f6e" stop-opacity="0.4379"/> <stop offset="1" stop-color="#2e3192" stop-opacity="0.5"/> </radialGradient> </defs> <g class="cls-1"> <g id="Sky"> <polygon class="cls-2" points="630 150 347 49 0 23 0 107 404 310 630 150"/> <polygon class="cls-3" points="739.5 -0.168 702.877 119.044 516.375 115.667 292 0 739.5 -0.168"/> <polygon class="cls-4" points="0 71.834 67 88.417 94.333 124.376 137.667 138.355 159.667 163.677 156.333 174.339 194.333 190.503 204.333 204 239 204 303 225.667 333.667 269.001 62.333 279.667 0 263.001 0 71.834"/> <polygon class="cls-5" points="693 0 707.666 50.333 622.999 27 580 0 519.666 0 532.333 10.333 535.666 34.333 566.999 35.666 578.333 51.666 574.333 63.666 604.999 85 618.333 100.333 538.999 71.666 316.667 0 244.625 0 263 18 270 59 324 63 343.995 84.617 411.676 87 482.354 129 516.375 115.667 565.75 131 610.5 168.333 767.666 157.667 768 0 693 0"/> <polygon class="cls-6" points="270 59 263 18 244.625 0 0 0 0 35.667 38.333 47.667 38.999 36.333 78.999 31.667 93 44.333 133.666 34.333 202.333 57 215 83.667 235.001 89.667 262.335 112.333 317.005 83.667 343.995 84.617 324 63 270 59"/> <polygon class="cls-7" points="379.281 131.82 358.504 121.019 350.619 124.73 329.896 121.232 351.268 130.203 358.613 135.627 392.191 148.768 379.281 131.82"/> <polygon class="cls-7" points="408 126 425 132 442 132 489 156 506 176 442 143 429 144 408 126"/> <polygon class="cls-8" points="365.537 -0.168 393 15 399.667 26.754 420 40 438 59 257 0 365.537 -0.168"/> <polygon class="cls-2" points="0 158.5 76.438 158.5 124.5 208 211.067 247.5 263.063 230.833 354.375 280.812 242.375 360.5 0 310.666 0 158.5"/> </g> <g id="Mid"> <polygon class="cls-9" points="759 287.667 405 257 345 264.25 0 269 0 346 481 319 754.333 317.001 754.999 301.001 759 287.667"/> <polygon class="cls-10" points="757.612 300.071 0 346 0 552.06 760.614 496.564 757.612 300.071"/> <polygon class="cls-11" points="34.333 221.333 22.333 219.667 14 235.667 11 267 25.167 272.5 37 261.333 34.333 221.333"/> <polygon class="cls-9" points="-0.25 202.875 11.125 208.438 20.188 235.219 14.219 271.484 3.484 276.242 9 277.75 9 281 5.5 281.5 0 279.75 -0.25 202.875"/> <polygon class="cls-12" points="48.333 225.333 43.333 224.833 40.667 228 44.333 230.5 38.333 231 35.333 236.333 32.167 248.167 40.167 269.167 51.667 270.667 58.833 268.667 61.333 264.333 58.167 263.5 62.5 260.167 60.5 242 56.5 233 54 237.167 53.667 229.833 48.333 225.333"/> <polygon class="cls-13" points="581 192 508 162 486 181 440.5 182.5 415 177 386 206.5 386 272 489.5 271 561.5 281 581 192"/> <polygon class="cls-14" points="584 182 508 162 547 199 585 208 584 182"/> <polygon class="cls-14" points="486 181 463 195 415 177 486 181"/> <polygon class="cls-15" points="768 152 660 152 660 132 650 125.5 643.5 127.5 644.75 152 630 150 630 130 622.875 127.25 617.5 130.5 617 149 604.5 159.5 603.5 132 595.5 127 586.5 127.5 582 132.5 583 174.5 556.5 200.5 559 281 662 289 762 291 768 152"/> <polygon class="cls-16" points="489.167 198.333 499.583 198 500 212 490 212 489.167 198.333"/> <polygon class="cls-16" points="510.333 198.333 512.667 213 521.333 211.667 520.667 199.667 510.333 198.333"/> <polygon class="cls-16" points="420.667 189 427 194.333 424.333 199.667 418.333 202.667 412.333 199 412.667 192 420.667 189"/> <polygon class="cls-16" points="398 210 408 210 407.667 221 398 221 398 210"/> <polygon class="cls-16" points="416 210 416 222 425 222 424.333 210 416 210"/> <polygon class="cls-16" points="433.5 209.5 433.25 222.417 442 223.333 442 211 433.5 209.5"/> <polygon class="cls-17" points="372 387 406 391 412 383 429 377 468 387 518 402 537 413 532 422 457 412 451 427 432 434 451 446 464 444 473 453 439 451 411 429 363 397 372 387"/> <polygon class="cls-17" points="497 352.5 517 340 559.667 353.334 592 346 638 359 628 375 527.5 360.5 497 352.5"/> <polygon class="cls-17" points="381 320.5 425 332 425 339 399 351 289 351 209 344 143 343 106 353 79 353 52 369 18 364 0 343.592 21 330 145 318 237 318 381 320.5"/> <polygon class="cls-17" points="320 453 258 454 257 460 316 490 356 490 383 476 320 453"/> </g> <g id="Trees"> <polygon class="cls-18" points="654 222 673 279 673 302 656 310 646 317 692 315 696 291 687 262 708 239 722 182 718 178 715 188 702 233 685 254 673 221 654 222"/> <polygon class="cls-19" points="393.466 214.354 400.452 196.993 409.767 194 418.151 204.177 427 261.646 416.288 281.401 402.315 282 393 270.027 393.466 214.354"/> <polygon class="cls-12" points="157 220.25 186 206.625 195.5 221.563 221.5 222.031 231.5 232.5 235 251.5 240.5 264.254 235 272 212 272 199.5 275.5 162.5 273.5 149 257 157 220.25"/> <polygon class="cls-9" points="153.5 270.5 156.5 254.5 174 255.5 174.5 235.5 158.5 228.5 165.5 220.5 158 210.5 150 209 150.5 197.5 128.5 183 114 188 101 185 96.5 194.5 103 200.5 99 207 93.5 197 81.5 195.5 72 209.5 75 221 69 230.5 71 249.5 84 253 81.5 263.5 100.5 274.5 137 280 153.5 270.5"/> <path class="cls-9" d="M348.6807,286.9387l4.0914-3.4853a13.13,13.13,0,0,0,4.552-11.2876l-3.3921-34.2982a13.1308,13.1308,0,0,0-3.4036-7.5976h0a13.13,13.13,0,0,0-18.1443-1.1335L329,232l-8.0437,34.7149a13.13,13.13,0,0,0,2.6291,11.2784l5.9075,7.22a13.13,13.13,0,0,0,9.0247,4.7663l.5111.0444A13.1306,13.1306,0,0,0,348.6807,286.9387Z"/> <polygon class="cls-20" points="-0.5 53.518 25 62.018 25 83.518 20 93.018 29.5 93.518 38.5 98.518 51.5 98.018 63.5 122.018 60.5 141.018 26.5 146.518 47 157.518 49.5 173.518 38 189.518 14.5 186.518 11 196.518 21 209.018 22.5 233.518 0 244.018 -0.5 53.518"/> <polygon class="cls-21" points="394 218.5 380 189 366.5 216.5 359.5 260.5 354.5 264.5 359 292.5 371 304 390.5 300.5 402 268.5 394 218.5"/> <polygon class="cls-21" points="482 200.5 465 162 450.127 208.595 447.5 242.5 442.5 246.5 447 274.5 459 286 478.5 282.5 490 250.5 482 200.5"/> <polygon class="cls-12" points="680.677 98.084 662.569 108.269 652.383 96.952 627.485 91.293 625.222 82.24 600.323 81.108 590.138 89.03 585.611 104.874 572.03 106.006 559.581 113.928 559.581 149.012 578.82 156.934 557.317 165.988 557.317 184.096 546 202.204 561.844 216.916 595.796 223.707 607.114 242.946 634.275 252 668.228 239.551 694.257 222.575 694.257 207.862 715.76 204.467 732.737 171.647 735 154.671 720.287 113.928 680.677 98.084"/> <polygon class="cls-22" points="143.333 259.333 170 284 170.333 294 127.333 295 122.667 283 143.333 259.333"/> <polygon class="cls-23" points="52 242.333 10 285.333 12.667 304 79.875 303 83 289 52 242.333"/> <polygon class="cls-23" points="106.667 247.667 66 291 68.667 309 143 309.667 145.333 295 106.667 247.667"/> <polygon class="cls-22" points="186.33 251.665 168 273 169.667 280 204.333 280 203.664 274.165 186.33 251.665"/> <polygon class="cls-24" points="626.181 -0.168 640 45 707 59 739 35 739 23 755 19 760.613 0 626.181 -0.168"/> </g> <g id="Tree"> <polygon class="cls-25" points="720.001 277.206 718.825 267.366 720.59 259.924 713.569 252.5 702.488 256.192 701.153 261.231 696.489 268.967 699.901 269.636 699.901 276.028 704.064 277.71 703.792 281.074 689.022 297.557 688.365 303.948 674.917 336.579 678.958 349.698 682.66 351.044 678.96 431.105 680.643 433.124 682.998 432.114 686.699 350.708 690.062 346.334 691.408 356.09 701.5 407.558 704.527 409.912 706.545 431.442 692.754 437.497 703.518 437.833 716.637 432.114 712.265 399.821 709.573 369.545 715.818 379.974 718.362 381.992 718.362 404.194 723.387 427.406 726.068 431.105 728.08 429.087 731.777 403.857 729.085 375.264 734.131 374.591 739.177 370.219 726.393 333.888 736.149 301.258 720.001 277.206"/> <polygon class="cls-26" points="674 426.209 557 465.104 460 501.053 389 517.026 363 524.013 225 498.007 0 484 0 576 768 576 768 443 674 426.209"/> <polygon class="cls-18" points="682.167 426.332 671 469.5 622.292 481.666 592.979 503.666 574.323 506.332 580.995 515.666 566.998 522.332 542.573 514.384 528.999 520.332 605.666 536.332 657.667 538.999 747 576 768 576 768 443 682.167 426.332"/> <polygon class="cls-27" points="733.875 65 747.313 64.625 755 70 755 80 758 79 760 84.75 757.25 92.75 755 94 755 100 767 113 765 135.75 753.25 233 721 249.25 721 247 738.25 227.5 717.25 182.5 718.75 170 725.333 153.667 712 138.667 719.25 109 733.875 65"/> <polygon class="cls-28" points="767.833 130 756.25 116 748.958 112.667 723.979 28.333 713.333 0 684 0 730 144.667 728 147.667 714 136.667 688.333 96 684.667 97 708.333 142 733.333 164 721.333 160 705 149 661.333 88.333 649 85 684.667 132 699 156.333 739.333 178.333 744.667 185.667 749.667 186.667 755 253 729.333 352.667 703.667 419.334 663 411.334 657.667 439 636.333 451.334 631 461.667 667.333 456.667 686.667 433.334 722.667 441.334 733 452.334 768 445.001 767.833 130"/> <polygon class="cls-18" points="387.667 576 268 529 195 517 84.667 516.333 77 538 144.5 576 387.667 576"/> <polygon class="cls-18" points="694.614 540.079 343.632 576 759.5 576 694.614 540.079"/> </g> <g id="Gradient"> <rect class="cls-29" y="2" width="768" height="578"/> </g> <g id="State1"> <g id="People"> <polygon class="cls-30" points="582.667 268.25 581.333 255.792 574.583 251.146 570.792 254.323 568.979 261.829 571.823 261.331 571.911 264.999 576 267 576 271 567 278 567 297 570.5 300 569.667 348.334 559.667 353.334 560.333 354.667 576.167 351.334 579.333 312.167 582.333 313.834 585.667 352.334 598.833 355.167 598.5 352 591.833 349.5 592.333 297.334 590 273.167 582.667 268.25"/> <polygon class="cls-30" points="36.417 251.856 37.879 238.195 45.28 233.101 49.438 236.584 51.426 244.815 48.307 244.269 48.347 248.291 44 250.485 44 254.872 53 262.548 53 283.382 49.46 286.672 50.523 339.674 61.563 345.157 60.869 346.619 43.525 342.964 40.062 300.015 36.777 301.843 33.124 344.06 18.687 347.167 19.053 343.693 26.364 340.953 25.816 283.749 28.375 257.248 36.417 251.856"/> <polygon class="cls-30" points="459.667 258.25 458.333 245.792 451.583 241.146 447.792 244.323 445.979 251.829 448.823 251.331 448.911 254.999 453 257 453 261 444 268 444 287 447.5 290 446.667 338.334 436.667 343.334 437.333 344.667 453.167 341.334 456.333 302.167 459.333 303.834 462.667 342.334 475.833 345.167 475.5 342 468.833 339.5 469.333 287.334 467 263.167 459.667 258.25"/> <polygon class="cls-30" points="602.083 256.667 596.542 259.25 596.771 268.375 599.302 268.688 598.984 270.51 593.992 274.839 588.663 288.669 594.665 311.335 602.666 339.335 611.667 325.334 612.167 299.167 612.583 276.667 604 270.833 604 259 602.083 256.667"/> <polygon class="cls-30" points="534.75 259 524.25 256.875 522.25 264.063 522 271.781 528.25 272.016 528 275.008 524 277.004 520.25 291.752 516.5 274.251 512 271.251 513 257 508.5 255 504.25 257.5 506 270 502 277.25 502.5 298.75 500.5 324.25 503.25 324.5 504.25 346.5 497 352.5 499.25 353.75 508.5 349.5 509.25 324 515.5 324.75 516.25 348.75 525.25 350.75 527.25 349.5 519.5 345.75 521 323.25 521 304 526.25 318 528.75 349.25 518.5 353.75 517.25 355.5 529.25 353.5 525 358.25 527.5 360.5 536.25 355.75 540 322.25 543.25 297 536.5 274.5 534.75 259"/> <polygon class="cls-30" points="71.5 244 82 241.875 84 249.063 84.25 256.781 78 257.016 78.25 260.008 82.25 262.004 86 276.752 89.75 259.251 94.25 256.251 93.25 242 97.75 240 102 242.5 100.25 255 104.25 262.25 103.75 283.75 105.75 309.25 103 309.5 102 331.5 109.25 337.5 107 338.75 97.75 334.5 97 309 90.75 309.75 90 333.75 81 335.75 79 334.5 86.625 330.75 85 308.25 85 289 79.875 303 77.438 334.25 87.719 338.75 88.984 340.5 76.992 338.5 81.246 343.25 78.748 345.5 69.999 340.75 66.249 307.25 63 282 69.75 259.5 71.5 244"/> <path class="cls-30" d="M386.25,336.5,391,301l-3-31.5-9-2.5v-2l2-1v-8.75L378.625,251l-4.875,2.5-1,9.75L375,264v3.25l-3,3.251v-3.499l-8.1318-3.7442-.1338-3.4922,1.4843-2.2343.7188-6.7188-5.8125-4.6875L357,251.5l.75,9.25-3.1157,4.8149L349,264v-2l2-1v-8.75L348.625,248l-4.875,2.5-1,9.75L345,261v3.25l-3,3.251v-3.499l-8.1318-3.7442-.1338-3.4922,1.4843-2.2343.7188-6.7188-5.8125-4.6875L327,248.5l.75,9.25-5.5,8.5-.0063.2065L317,265v-2l2-1v-8.75L316.625,249l-4.875,2.5-1,9.75L313,262v3.25l-3,3.251v-3.499l-8.1318-3.7442-.1338-3.4922,1.4843-2.2343.7188-6.7188-5.8125-4.6875L295,249.5l.75,9.25-5.5,8.5-.39,12.3687L290,266.5l-9-2.5v-2l2-1v-8.75L280.625,248l-4.875,2.5-1,9.75L277,261v3.25l-3,3.251v-3.499l-8.1318-3.7442-.1338-3.4922,1.4843-2.2343.7188-6.7188-5.8125-4.6875L259,248.5l.75,9.25-5.5,8.5-.03.9653L245,260v-2l2-1v-8.75L244.625,244l-4.875,2.5-1,9.75L241,257v3.25l-3,3.251v-3.499l-8.1318-3.7442-.1338-3.4922,1.4843-2.2343.7188-6.7188-5.8125-4.6875L223,244.5l.75,9.25-5.5,8.5-.0015.0415L210,260v-2l2-1v-8.75L209.625,244l-4.875,2.5-1,9.75L206,257v3.25l-3,3.251v-3.499l-8.1318-3.7442-.1338-3.4922,1.4843-2.2343.7188-6.7188-5.8125-4.6875L188,244.5l.75,9.25-5.5,8.5-.0225.7158L173,257v-2l2-1v-8.75L172.625,241l-4.875,2.5-1,9.75L169,254v3.25l-3,3.251v-3.499l-8.1318-3.7442-.1338-3.4922,1.4843-2.2343.7188-6.7188-5.8125-4.6875L151,241.5l.75,9.25-5.5,8.5L137,258v-2l2-1v-8.75L136.625,242l-4.875,2.5-1,9.75L133,255v3.25l-3,3.251v-3.499l-8.1318-3.7442-.1338-3.4922,1.4843-2.2343.7188-6.7188-5.8125-4.6875L115,242.5l.75,9.25-5.5,8.5-1,31.75.5,33.25-5.25,6,1.75,1.5L114,328l4.75-30.25,4.7866,28.002L120,327v3.5l8.875-1.5.085-.5889,6.79,1.8389-1.5-3-3-.5-.9673-7.4824L137,297.5l1.5,31.5,2.65.5078-.65.7422,1.75,1.5,2.5259-1.5479L150.25,331.25l.25-2.25-2.7041-.6494L150,327l4.75-30.25,4.7866,28.002L156,326v3.5l8.8711-1.5.0854-.59,6.7935,1.84-1.5-3-3-.5-.97-7.501,2.9619-20.499,3.7422-1.25,1.4843,31.5,6.5284,1.2539L177.5,333.25l1.75,1.5L187,330l4.75-30.25,4.7866,28.002L193,329v3.5l8.875-1.5.085-.5889,6.79,1.8389-1.5-3-3-.5-.9673-7.4824L206.25,300.75,210,299.5l1.5,31.5,2.543.4873L212.5,333.25l1.75,1.5,4.0073-2.4561,4.9927.9561.25-2.25-2.25-.54L222,330l4.75-30.25,4.7866,28.002L228,329v3.5l8.875-1.5.085-.5889,6.79,1.8389-1.5-3-3-.5-.9673-7.4824L241.25,300.75,245,299.5l1.5,31.5,6.397,1.2246L248.5,337.25l1.75,1.5L258,334l.1216-.7744.1284.0244.25-2.25-.0278-.0068L262.75,303.75l4.7866,28.002L264,333v3.5l8.875-1.5.085-.5889,6.79,1.8389-1.5-3-3-.5-.9673-7.4824L277.25,304.75,281,303.5l1.5,31.5,4.1484.7949L284.5,338.25l1.75,1.5,5.0122-3.0723,2.9878.5723.25-2.25-.4819-.1152L298.75,304.75l4.7866,28.002L300,334v3.5l8.875-1.5.085-.5889,6.79,1.8389-1.5-3-3-.5-.9673-7.4824L313.25,305.75,317,304.5l1.4531,30.5176L316.5,337.25l1.75,1.5,3.4785-2.1318L330.25,338.25l.25-2.25-5.5786-1.3389L326,334l4.75-30.25,4.7866,28.002L332,333v3.5l8.875-1.5.085-.5889,6.79,1.8389-1.5-3-3-.5-.9673-7.4824L345.25,304.75,349,303.5l1.5,31.5.5088.0977L346.5,340.25l1.75,1.5L356,337l.1445-.9189L362,337.2021V339.5l8.875-1.5.085-.5889,6.79,1.8389-1.5-3-3-.5-.9673-7.4824L375.25,307.75,379,306.5l1.5,31.5,11.75,2.25.25-2.25ZM145.3286,296.2227,145.75,324.25l-1.4448,1.6514Zm37.1162,10.7207.3037,20.2031L180,326.5ZM217.6216,318.72l.1284,8.53-.44.5029ZM252.25,329.5l1.0264-29.7588.4526,30.1143Zm36,4,1.0576-30.67.4424,29.42-1.1641,1.33Zm72.5-26.75,4.7866,28.002-3.1318,1.1054L362.5,335l-5.9614-1.4307Z"/> <polygon class="cls-23" points="83.375 246.75 85.75 243.875 84.375 240.125 72 240.875 67.125 243.5 69.375 246.5 74.625 247.875 83.375 246.75"/> <polygon class="cls-23" points="49.438 236.584 50.75 233.375 47.875 231.375 34 237 36.75 239.375 42.375 240 49.438 236.584"/> <polygon class="cls-23" points="101.75 246.125 104.5 242.125 100.375 237.5 95.75 236.5 91.375 242.375 93.625 245.625 101.75 246.125"/> <polygon class="cls-23" points="364.75 252.125 367.5 248.125 363.375 243.5 358.75 242.5 354.375 248.375 356.625 251.625 364.75 252.125"/> <polygon class="cls-23" points="123.938 241.813 124.5 238.5 122 235.375 114.75 237.625 111.5 242 115 244.625 123.938 241.813"/> <polygon class="cls-23" points="336.938 246.813 337.5 243.5 335 240.375 327.75 242.625 324.5 247 328 249.625 336.938 246.813"/> <polygon class="cls-23" points="131.375 246.25 128.75 240.875 131.75 239.5 139.875 240.875 141.5 244.125 139.125 247.5 131.375 246.25"/> <polygon class="cls-23" points="343.375 251.25 340.75 245.875 343.75 244.5 351.875 245.875 353.5 249.125 351.125 252.5 343.375 251.25"/> <polygon class="cls-23" points="447.993 246.832 444.75 240.197 448.456 238.5 458.493 240.197 460.501 244.209 457.566 248.375 447.993 246.832"/> <polygon class="cls-23" points="311.375 253.25 308.75 247.875 311.75 246.5 319.875 247.875 321.5 251.125 319.125 254.5 311.375 253.25"/> <polygon class="cls-23" points="159.938 240.813 161.375 238.25 159.375 235.75 149.375 235.375 146.875 238.75 151 241.5 159.938 240.813"/> <polygon class="cls-23" points="231.938 243.813 233.375 241.25 231.375 238.75 221.375 238.375 218.875 241.75 223 244.5 231.938 243.813"/> <polygon class="cls-23" points="174.813 245.25 176.031 241.25 173.016 239.875 164 242.375 164 245 167.375 245.875 174.813 245.25"/> <polygon class="cls-23" points="188 244.5 184.875 239.5 188.625 236.5 192 234.875 195.625 237.625 198.625 242.75 196.875 245.125 188 244.5"/> <polygon class="cls-23" points="204.875 247.25 201.625 241.375 204.125 239.25 212.875 239.625 213.875 242.125 212 248.25 204.875 247.25"/> <polygon class="cls-23" points="247 248.25 248.375 242.125 247.375 241 243.25 239.75 236.375 243.625 236.875 246.125 239.625 248 247 248.25"/> <polygon class="cls-23" points="268.75 248 270.375 244.25 267.5 241.75 258.5 242 255.75 246.125 259.125 249.625 268.75 248"/> <polygon class="cls-23" points="513.063 257.313 514.281 253.906 511.453 250.953 502 253.375 502 257 504.625 259.625 513.063 257.313"/> <polygon class="cls-23" points="523.875 259.625 521.125 254.625 524 251.375 541.25 256.125 541.5 260.5 535 262.625 523.875 259.625"/> <polygon class="cls-23" points="569 253.125 582.625 260.375 587.375 259.875 588.875 257.125 579.5 248.5 568.25 250.375 569 253.125"/> <polygon class="cls-23" points="596.875 261 604.5 260.5 607.375 258.375 606.375 255.625 597.875 255.375 593.625 258.5 596.875 261"/> </g> <g id="Flogging_Stand" data-name="Flogging Stand"> <polygon class="cls-31" points="512.333 225.667 506.667 246.333 500.333 275 490.667 313 490.333 318.333 473 397.333 467.667 398 464.667 394 483.333 317.667 491 286.667 491 279 508.667 211.333 494 231.333 488.667 241 481.667 255 427.333 378.333 421.667 382 419.333 381 429.667 357.333 485 237 505.667 205 513 203.333 538.667 254.667 587 360 580.667 363.333 574.333 350 530.667 251 514.667 224.333 512.333 225.667"/> </g> <g id="GettingFlogged"> <polygon class="cls-32" points="478.75 320.25 473.875 365.625 469.188 392.063 483 399.5 483 404 474.5 402 461 395.5 461.5 358.5 464.5 347.5 463.5 328 456 326 445.5 353 443.5 365 432 382 410.5 387.5 409.5 382.5 428.5 374.5 437.5 344.5 455 307.5 478.75 320.25"/> <polygon class="cls-33" points="494.5 254.5 493 260.5 487.375 267.625 477.438 269.563 475.219 264.531 474.333 262.167 470.833 259.5 470 254.5 467.75 253.5 460.5 277 462 295 455.25 309 460.5 314.5 479 320 485 312 485 293.75 490 282.5 499 268 501 259 494.5 254.5"/> <polygon class="cls-34" points="482 250.25 489 238.333 493.333 237.333 496 232.333 494 231.333 492.333 234 493.667 226.667 492.667 223 490.333 224 488.333 231.333 485 237 475.333 245.667 467.667 259.167 473.333 264.5 476.667 253.333 482 250.25"/> <polygon class="cls-33" points="455.833 258.833 461.083 249.25 467.042 250.292 473.355 250.645 473.01 253.323 474.339 255.328 473.336 258.664 475.668 259.998 478.001 258.333 478.833 263.333 474 267.667 474 273 464.667 274 455.833 258.833"/> <polygon class="cls-33" points="494 255.667 499 239 498 234 503.667 227.333 505 230.333 503 238.667 501 259 494 255.667"/> <polygon class="cls-35" points="508.667 242.333 503 238.667 499 239 497.5 243 503 242 508 245 508.667 242.333"/> <polygon class="cls-35" points="490.083 239.833 487.542 236.417 484.188 236.792 481.177 239.313 481.5 240 485 240 486.833 244.333 487.833 244.5 490.083 239.833"/> <polygon class="cls-35" points="461.167 382.167 470.5 383.5 475.833 385.833 474.5 392 467.833 390 460.667 389.833 459.667 386.5 461.167 382.167"/> <polygon class="cls-35" points="437.667 373.5 431 365.833 425.333 365.5 422.333 370.667 423.833 371.5 429.5 371.333 434 378.5 435.5 378.667 438 374.833 437.667 373.5"/> <polygon class="cls-25" points="460 249.5 464.917 248.333 466.229 250.427 465.74 255.005 467 257.333 467 260 464.583 259.167 463 262.333 465.417 264.917 468 264.833 469.417 267.167 468.333 270.417 464.167 271.417 461.583 270.667 454.667 263.5 455.25 256.5 460 249.5"/> <polygon class="cls-36" points="474.75 308.75 460.75 307.25 466.5 309.5 474.75 308.75"/> <g> <path class="cls-36" d="M474.7471,290.9434,481.75,288.5l-9.7852-3.9556L468.25,276l2.3037,7.9736L470,283.75l-6-6.25-.25,1.75,2.25,2.9116V286l1,1.25.4316-3.2358L468,284.75l3.1353,1.2378L471.5,287.25l1.7129,2.6143L472,290.25,464.5,292l6.5.25,3.0732-1.0723L476.25,294.5l3,1.5-3.5-2.75Zm-1.8526-4.2613L477.5,288.5l-3.3516,1.0664Z"/> <polygon class="cls-36" points="473 299 475.25 296.75 468.375 297.5 463.188 296 468 299 473 299"/> <polygon class="cls-36" points="477 302.5 469.109 301.185 463.188 296 466.746 300.791 465 300.5 461.25 298.75 467 302.75 468.319 302.91 469.5 304.5 475.75 307 471.523 303.298 475.25 303.75 477 302.5"/> <polygon class="cls-36" points="464.5 287.25 465.75 288.75 463.75 279.25 464.198 284.027 464.5 287.25"/> </g> </g> <g id="Flogging"> <polygon class="cls-36" points="416 266.667 410.333 268.667 405.5 263.75 397.333 262.333 381 262.667 382.667 246.333 382 241 379.667 243.333 374.625 240.875 372 243 372.667 253 370 260 369.667 270.333 389.667 278 376.667 306.334 367.333 335 376.667 338.667 375.667 346.667 382.667 352.667 387.667 349.333 390 340.667 396.667 343 397.333 353.333 407.833 358.167 413.667 355 413.333 342.333 420.333 338.333 419 304 426.667 303.667 430 296.667 423.667 272.667 416 266.667"/> <polygon class="cls-37" points="379.875 232.5 377.188 226.375 350.844 198.813 353.547 190.281 365.023 182.266 366.512 171.758 363.256 169.754 361.253 181.502 352.752 188.251 349.5 196.751 348.5 185 356.5 173.5 357.5 160.75 354.625 158.5 353 160.5 353 173 346.75 182.25 347 194.25 341.875 182.25 348 165 348 162 345 161.75 345 167 339.75 180 345.75 198.5 354.75 209 375.5 228.5 376.75 233.75 379.875 232.5"/> <polygon class="cls-38" points="428 245.25 429.25 249.5 428 254 429 258.25 428 259.25 424.5 265.25 422 266.25 417.75 265.25 413.75 270.5 404 268.25 405.5 263.75 409.25 251.25 428 245.25"/> <polygon class="cls-38" points="415.5 301.5 417.5 297.5 414.5 290 410 290.5 405 296 415.5 301.5"/> <polygon class="cls-38" points="374.625 240.875 371.813 229.938 377.406 226.469 382 228.25 382 241 378.75 245 374.625 240.875"/> <polygon class="cls-39" points="429.25 245.25 428.25 248.25 421.5 251.75 420 256 418.5 256 416.75 252.75 412 255.25 414.25 260.75 410 261.75 402.5 254 409 245.75 417 240 429.25 245.25"/> <polygon class="cls-40" points="405.5 263.75 409 268.5 416 266.667 415.75 271 410 273.75 408.25 282.25 407.25 272.5 403 269.25 405.5 263.75"/> <polygon class="cls-41" points="375.667 346.667 373.75 349.25 372 383 361.5 392.5 359.75 394.25 363.25 395.5 375.25 392 379.25 385.5 386.75 357.25 387.667 349.333 380.5 350.5 375.667 346.667"/> <polygon class="cls-41" points="413.667 355 407.5 357.5 400 354.5 399 355.5 401.25 372.5 404.75 393 403 396.25 405.75 399.75 411.75 400.25 422.5 403.5 428.75 403.25 428.25 400.75 415 394.25 412.5 388.5 413.667 355"/> <polygon class="cls-42" points="432.833 240 433.667 244.5 427 249.667 403 250 399.667 246 412.167 235.167 432.833 240"/> </g> <g id="Captain"> <polygon class="cls-43" points="298.583 349.25 297.55 402.818 296 447.75 317.686 453.32 320.784 457.951 286.191 456.394 281.544 394.704 277.93 380 267.604 380 263 407.336 263 447.092 272.014 451.223 276.779 450.19 278.904 453.805 266.542 459.483 255.714 460 249.009 416.113 251.594 398.042 251.08 373.775 298.583 349.25"/> <polygon class="cls-44" points="300.132 373.517 299.615 386.941 297.292 393.396 287.482 398.559 277.93 392.362 274.316 378.939 268.12 390.814 260.376 395.977 252.373 390.814 248.5 387.199 248.758 373.775 300.132 373.517"/> <polygon class="cls-45" points="300.834 253.833 304.667 270 300 270 296 277.001 292.667 278.001 291.833 283.334 280 280.001 280 274 287 252.334 300.834 253.833"/> <polygon class="cls-25" points="300.667 254.667 314.667 252.333 313.333 249 297.333 235.667 274.333 237.333 260 253.667 271.667 255.333 270 263.667 279.667 273.667 288.333 267 287.333 262 290.333 257.333 294 260 300.667 254.667"/> <polygon class="cls-36" points="309.667 285.668 294.667 276.334 278.667 273.668 262.333 282.001 246.333 318.668 254 329.001 246.667 343.668 244.667 380.001 277.667 388.001 309 379.335 301.333 337.335 305 334.001 309.667 285.668"/> <polygon class="cls-46" points="308.5 293.666 301.75 297.334 293 289.001 293 299 295 300.334 295 294 297 295.667 297 303 300.667 306.334 300.167 299.001 303 299.667 303 308 306 305.667 306 299 307.999 298.334 308.667 304.334 311.667 303.334 308.5 293.666"/> <polygon class="cls-46" points="264.999 291.001 260.999 300.667 257.999 300.334 260.999 292.001 257.999 292.667 252.999 299.667 249.333 297.334 259.333 288.001 264.999 291.001"/> </g> <g id="SoldiersSupporting"> <polygon class="cls-47" points="618.26 364.12 619.508 364.441 632.461 384.46 650.91 387.993 654.05 382.498 635.209 366.797 625.396 344.816 611.658 342.068 588.892 344.816 555.528 378.572 548.462 432.348 587.322 438.235 605.377 426.853 597.527 407.619 602.067 393.674 624.219 403.693 638.742 398.591 607.121 378.153 608.518 373.861 618.26 364.12"/> <polygon class="cls-18" points="605.574 456.095 591.443 406.637 578.49 408.992 556.705 401.338 549.64 452.561 533.154 495.542 525.5 517.916 533.743 521.448 542.575 514.384 550.229 480.823 569.069 449.617 574.369 418.412 589.677 456.095 581.434 466.691 569.659 506.141 590.266 507.907 598.509 504.374 597.331 499.664 583.2 497.897 605.574 456.095"/> <polygon class="cls-48" points="597.625 343.049 588.793 351.292 603.219 358.063 606.457 365.717 617.349 354.824 621.471 352.175 615.583 343.343 597.625 343.049"/> <polygon class="cls-49" points="652 433 618.723 426.065 611.658 440.981 632 465.5 621.863 474.738 577.901 511.636 567.695 518.7 555.135 517.131 552.78 520.271 572.406 527.335 587.322 522.625 586.537 526.552 600.667 525.766 603.023 515.56 599.097 510.065 625.789 492.794 681.5 474 690.5 449 652 433"/> <path class="cls-50" d="M709.1992,404.8711l-33.5605-16.0918-11.7754-8.2441-23.1587,1.9628L619.1157,405.49,606.9941,387H607l-.9844-16.6914-4.44-4.4043-1.1406,1.23,3.9433,3.5615.2056,2.9561-1.5654-2.3467-5.1006-3.3359-2.354,2.5546-1.1455,2.9444L597,379.5527v5.3L602,390l7.0771,25.8613,13.6543,2.7481,16.4444-10.2051,9.7929,32.5791L656.51,448.5l19.4951,6,11.997-3,4.7139-6.5918L710.377,414.88Zm-21.5654,26.4375-6.8858-24.415,17.8531,7.3974-4.9341,3.043Z"/> <polygon class="cls-50" points="642.667 352.764 631.48 364.834 633.835 367.482 634.718 373.076 636.779 372.781 637.662 373.96 635.896 376.02 637.662 380.142 652.971 378.964 642.667 352.764"/> <polygon class="cls-51" points="657.779 348.739 645.218 347.76 638.153 352.469 637.564 359.731 637.957 363.657 641.686 363.265 644.041 368.76 639.92 373.861 645.611 381.123 657.19 384.264 666.022 380.339 668.573 369.935 664.648 356.198 657.779 348.739"/> <polygon class="cls-52" points="626.181 321.265 624.022 337.357 618.134 346.778 611.461 347.956 606.359 345.012 603.611 346.19 597.135 344.03 600.471 325.582 626.181 321.265"/> <polygon class="cls-53" points="610.873 328.772 604.838 335.247 601.158 332.745 599.244 338.78 601.011 341.43 597.479 341.724 596.006 332.598 600.128 322.736 610.873 328.772"/> <polygon class="cls-25" points="609.695 310.666 631.185 313.61 631.48 318.026 618.821 330.978 595.565 330.096 593.798 326.857 599.686 317.143 609.695 310.666"/> <polygon class="cls-53" points="625.003 399.181 624.612 396.629 629.91 389.171 635.798 388.975 640.311 391.329 638.742 393.097 635.406 391.527 632.069 392.115 636.583 393.488 639.527 396.04 638.153 397.806 633.247 399.965 627.359 398.003 625.003 399.181"/> <polygon class="cls-53" points="666.611 381.319 668.449 387.11 675 388.779 675 386.029 669.432 380.339 666.611 381.319"/> <polygon class="cls-53" points="619.786 332.782 621.876 339.315 621.633 342.469 617.389 341.272 619.786 332.782"/> <polygon class="cls-53" points="616.172 333.628 611.069 334.217 609.891 336.572 613.817 337.75 615.976 335.198 616.172 333.628"/> <polygon class="cls-53" points="619 333.236 623.67 330.881 624.238 333.824 621.03 336.181 619 335.395 619 333.236"/> <polygon class="cls-50" points="685.059 438.726 682.409 444.318 686.777 453.764 687.398 461.405 689 462.374 689 457.86 688.6 453.346 690.852 457.075 690.998 462.178 693.327 463.943 695.277 462.571 696.841 453.739 692.716 444.908 689.771 447.263 685.059 438.726"/> <polygon class="cls-36" points="685.833 430.667 678.5 427.667 667.833 428.167 685.833 430.667"/> <polygon class="cls-36" points="683 418.5 675.083 414.584 666.833 417 675 417 683 418.5"/> <polygon class="cls-36" points="658.333 409.501 647.333 413.834 644.333 421.834 649.333 415.001 658.333 409.501"/> <polygon class="cls-36" points="654 431.667 671.414 422.726 681.667 424.167 673.093 421.863 678.667 419.001 671.739 421.499 659.222 418.136 666.167 412.334 669.877 410.031 678.333 412.001 670.979 409.347 675.833 406.334 669.358 408.762 662.167 406.167 654.117 406.074 657.442 402.932 667.667 403.334 676 402.501 659.31 401.166 661.377 399.213 674.833 401.001 662.37 398.274 665.092 395.702 674.5 399.334 666.698 394.185 668.833 392.167 666.276 393.906 666.167 393.834 645.667 389.001 664.128 395.366 660.465 397.857 653.5 396.334 648.667 397.334 643.833 399.334 653.5 398.167 658.946 398.891 656.333 400.667 656.172 400.914 655.167 400.834 646.5 402.501 654.918 402.832 652.808 406.059 647.833 406.001 652.337 406.778 650.667 409.334 653.211 406.93 666.167 409.167 667.469 409.471 661.167 411.834 657.097 417.565 655 417.001 650 417.501 656.08 418.997 653 423.334 653.64 422.799 652.833 426.834 654.167 428.001 654.833 426.167 654.529 422.057 657.711 419.398 669.515 422.302 658.333 426.334 654 431.667"/> <polygon class="cls-36" points="678.833 434.334 661.333 431.334 652.167 433.001 664 433.593 664 440 665.5 447.75 667.5 449 667 445 665 441.5 664.07 433.596 666.896 433.737 667.563 441.125 669 441.5 669 440 668.257 433.806 678.833 434.334"/> </g> <g id="Briana"> <polygon class="cls-54" points="139.052 382.275 135.54 381.277 134.358 386.192 136.74 392.676 138.514 409.818 138.623 428.241 136.388 407.044 136.038 394.603 134.313 394.751 135.06 407.99 137.799 429.266 134.058 443.249 136.485 454.837 139.356 455.457 142.256 449.829 140.025 428.424 140.041 409.428 138.756 397.004 139.052 382.275"/> <polygon points="82.08 510.557 81.335 529.575 86.645 533.983 102.417 517.097 114.966 520.02 113.808 538.971 131.3 541.887 139.658 542.667 154.038 541.89 150.54 538.004 141.247 536.935 127 528.19 127 518.572 82.08 510.557"/> <polygon class="cls-55" points="126.423 289.086 128.593 301.157 127.847 304.548 127.915 312.348 128.119 314.245 128.254 315.941 127.779 317.976 127.644 320.823 125.745 323.13 115.301 324.621 114.894 332.623 118 342 112.046 345.102 102.009 343.204 95.77 331.945 99.025 329.368 102.009 316.89 103.365 300.887 118.285 286.916 126.423 289.086"/> <polygon points="106.078 306.04 107.435 305.091 110.147 307.125 109.333 310.109 110.147 312.144 108.384 311.871 106.892 309.159 108.248 307.668 106.078 306.04"/> <polygon points="112.86 305.904 111.503 306.311 109.876 304.141 107.841 303.191 104.315 305.091 103.773 309.431 105.399 312.821 107.706 313.772 102.687 319.332 100.517 319.061 91 307 104.315 280.812 119.506 282.44 127.237 286.916 128.322 289.222 125.745 290.984 122.489 290.307 120.048 292.613 117.471 292.748 115.03 292.206 115.844 295.868 115.979 299.395 114.487 299.936 114.352 302.106 112.724 304.006 112.86 305.904"/> <polygon class="cls-56" points="121.105 303.441 122.36 305.209 124.257 306.238 124.282 302.717 121.105 303.441"/> <polygon class="cls-57" points="121.105 303.441 123.445 302.055 124.935 302.023 125.862 303.363 124.697 303.213 121.105 303.441"/> <polygon class="cls-57" points="124.007 302.745 123.611 304.727 124.257 306.238 124.846 306.17 124.918 304.371 124.817 302.618 124.007 302.745"/> <polygon class="cls-57" points="127.304 301.089 124.524 298.987 122.015 299.19 119.845 299.801 123.506 297.631 126.083 297.903 127.576 299.598 127.304 301.089"/> <polygon class="cls-57" points="123.846 315.873 128.119 314.245 128.593 315.195 128.254 315.941 123.846 315.873"/> <polygon class="cls-58" points="127.847 304.548 129.068 308.21 130.356 309.362 130.153 310.991 127.915 312.348 126.288 311.736 126.762 307.735 127.847 304.548"/> <polygon class="cls-59" points="134.811 375.854 139.052 382.275 136.038 394.603 125.876 396.354 134.811 375.854"/> <path class="cls-60" d="M135.3374,358.5068l-11.433-15.72a24.7938,24.7938,0,0,0-14.3008-9.5346l-7.7132-1.8392a11.85,11.85,0,0,0-10.7969,2.8291l-1.2268,1.1352L75.4106,362.1855,70.68,380.06l12.09,8.06L76.4619,412.125,67,510.0752l11.2148,8.0605,15.0689-.7011,15.07,10.8633,19.2744-1.752,11.9146-16.1211-11.0391-117.749L141.12,381.6367Z"/> <polygon class="cls-61" points="117.362 277.43 117.765 280.385 109.87 289.345 105.635 288.153 102.488 293.63 102.257 299.061 96.391 302.784 93 310 89.757 308.972 87.649 306.195 90.761 304.353 88 295 93 288 101 278 111.293 279.677 117.362 277.43"/> <polygon class="cls-62" points="132.183 388.996 123.773 386.894 114.31 352.198 111.682 356.403 109.054 379.533 115.888 390.047 94.335 386.894 86.976 379.533 84.873 366.918 83.821 382.161 85.924 389.522 110.63 395.304 128.503 392.676 132.183 388.996"/> <polygon class="cls-63" points="128.22 390.572 119 393.727 119 482.039 116.655 505.694 127.836 512.528 135.267 508.322 142.135 508.849 138.857 448.397 128.22 390.572"/> </g> <g id="George"> <polygon class="cls-64" points="167.265 494.249 144.999 535.406 158.854 552.926 168.615 554.499 172.393 552.609 165.151 548.203 163.892 533.719 187.506 502.862 190.036 456.297 196.108 454.779 201.045 505.066 201.36 551.351 201.045 557.333 223.085 556.703 232.531 551.981 228.753 548.518 220.566 550.091 211.12 542.22 221.916 496.273 220.903 426.948 170.301 432.008 171.819 486.659 167.265 494.249"/> <polygon class="cls-65" points="207.73 312.584 212.978 319.723 213.199 326.18 217 332.721 217 334.917 213.341 336.138 211.879 345.364 209.927 348 206.267 348 203.825 350.246 196.259 327.691 207.73 312.584"/> <polygon class="cls-66" points="175.361 355.093 182.446 344.466 202.36 345.978 208.421 350.538 211.799 355.727 175.361 355.093"/> <polygon class="cls-67" points="177.724 352.226 167.94 358.466 158.157 393.551 164.229 407.888 174.855 366.731 177.724 352.226"/> <polygon class="cls-68" points="220.585 405.538 211.799 355.727 208.421 354.25 200.999 350.538 187.843 350.201 175.361 352.226 165.241 384.442 161.699 435.044 169.795 442.635 205.217 445.671 221.41 439.599 218.633 422.787 220.585 405.538"/> <polygon class="cls-69" points="180.881 309.533 190.645 305.303 207.892 308.883 208.869 313.439 206.592 315.717 207.242 325.48 203.663 324.828 202.36 331.987 204.964 336.22 202.36 345.978 197.153 346.309 178.928 342.402 175.35 335.568 179.579 333.94 175.023 329.06 176 320.598 178.928 317.995 180.881 309.533"/> <polygon class="cls-70" points="213.019 326.06 212.327 325.362 209.174 327.09 211.219 326.866 211.555 329 212.124 329 213.019 326.06"/> <polygon class="cls-70" points="212.856 324.178 213.02 322.876 211.799 322.225 209.114 323.69 211.067 324.097 212.856 324.178"/> <polygon class="cls-65" points="208.759 409.743 221.195 445.231 217.233 447.202 216.572 452.834 217.842 460.825 221.576 460.464 221.984 455.373 223.36 456.942 224.036 462.542 217.982 466.438 218.817 467.754 223.614 467.099 229.401 463.21 228.097 443.185 226.732 410.059 220.585 405.538 208.759 409.743"/> <polygon class="cls-67" points="210.783 354.924 202.013 351.214 188.856 363.695 196.953 406.37 215.337 414.804 229 406.201 230.687 380.563 210.783 354.924"/> </g> </g> <g id="State2"> <g id="Flogging_Stand_copy" data-name="Flogging Stand copy"> <polygon class="cls-31" points="512.333 225.667 506.667 246.333 500.333 275 490.667 313 490.333 318.333 473 397.333 467.667 398 464.667 394 483.333 317.667 491 286.667 491 279 508.667 211.333 494 231.333 488.667 241 481.667 255 427.333 378.333 421.667 382 419.333 381 429.667 357.333 485 237 505.667 205 513 203.333 538.667 254.667 587 360 580.667 363.333 574.333 350 530.667 251 514.667 224.333 512.333 225.667"/> </g> <g id="GettingFloggedGo"> <polygon class="cls-32" points="478.75 320.25 473.875 365.625 469.188 392.063 483 399.5 483 404 474.5 402 461 395.5 461.5 358.5 464.5 347.5 463.5 328 456 326 445.5 353 443.5 365 432 382 410.5 387.5 409.5 382.5 428.5 374.5 437.5 344.5 455 307.5 478.75 320.25"/> <polygon class="cls-33" points="494.5 254.5 493 260.5 487.375 267.625 477.438 269.563 475.219 264.531 474.333 262.167 470.833 259.5 470 254.5 467.75 253.5 460.5 277 462 295 455.25 309 460.5 314.5 479 320 485 312 485 293.75 490 282.5 499 268 501 259 494.5 254.5"/> <polygon class="cls-34" points="482 250.25 489 238.333 493.333 237.333 496 232.333 494 231.333 492.333 234 493.667 226.667 492.667 223 490.333 224 488.333 231.333 485 237 475.333 245.667 467.667 259.167 473.333 264.5 476.667 253.333 482 250.25"/> <polygon class="cls-33" points="455.833 258.833 461.083 249.25 467.042 250.292 473.355 250.645 473.01 253.323 474.339 255.328 473.336 258.664 475.668 259.998 478.001 258.333 478.833 263.333 474 267.667 474 273 464.667 274 455.833 258.833"/> <polygon class="cls-33" points="494 255.667 499 239 498 234 503.667 227.333 505 230.333 503 238.667 501 259 494 255.667"/> <polygon class="cls-35" points="508.667 242.333 503 238.667 499 239 497.5 243 503 242 508 245 508.667 242.333"/> <polygon class="cls-35" points="490.083 239.833 487.542 236.417 484.188 236.792 481.177 239.313 481.5 240 485 240 486.833 244.333 487.833 244.5 490.083 239.833"/> <polygon class="cls-35" points="461.167 382.167 470.5 383.5 475.833 385.833 474.5 392 467.833 390 460.667 389.833 459.667 386.5 461.167 382.167"/> <polygon class="cls-35" points="437.667 373.5 431 365.833 425.333 365.5 422.333 370.667 423.833 371.5 429.5 371.333 434 378.5 435.5 378.667 438 374.833 437.667 373.5"/> <polygon class="cls-25" points="460 249.5 464.917 248.333 466.229 250.427 465.74 255.005 467 257.333 467 260 464.583 259.167 463 262.333 465.417 264.917 468 264.833 469.417 267.167 468.333 270.417 464.167 271.417 461.583 270.667 454.667 263.5 455.25 256.5 460 249.5"/> <polygon class="cls-36" points="474.75 308.75 460.75 307.25 466.5 309.5 474.75 308.75"/> <g> <path class="cls-36" d="M474.7471,290.9434,481.75,288.5l-9.7852-3.9556L468.25,276l2.3037,7.9736L470,283.75l-6-6.25-.25,1.75,2.25,2.9116V286l1,1.25.4316-3.2358L468,284.75l3.1353,1.2378L471.5,287.25l1.7129,2.6143L472,290.25,464.5,292l6.5.25,3.0732-1.0723L476.25,294.5l3,1.5-3.5-2.75Zm-1.8526-4.2613L477.5,288.5l-3.3516,1.0664Z"/> <polygon class="cls-36" points="473 299 475.25 296.75 468.375 297.5 463.188 296 468 299 473 299"/> <polygon class="cls-36" points="477 302.5 469.109 301.185 463.188 296 466.746 300.791 465 300.5 461.25 298.75 467 302.75 468.319 302.91 469.5 304.5 475.75 307 471.523 303.298 475.25 303.75 477 302.5"/> <polygon class="cls-36" points="464.5 287.25 465.75 288.75 463.75 279.25 464.198 284.027 464.5 287.25"/> </g> </g> <g id="Briana_copy" data-name="Briana copy"> <polygon class="cls-54" points="139.052 382.275 135.54 381.277 134.358 386.192 136.74 392.676 138.514 409.818 138.623 428.241 136.388 407.044 136.038 394.603 134.313 394.751 135.06 407.99 137.799 429.266 134.058 443.249 136.485 454.837 139.356 455.457 142.256 449.829 140.025 428.424 140.041 409.428 138.756 397.004 139.052 382.275"/> <polygon points="82.08 510.557 81.335 529.575 86.645 533.983 102.417 517.097 114.966 520.02 113.808 538.971 131.3 541.887 139.658 542.667 154.038 541.89 150.54 538.004 141.247 536.935 127 528.19 127 518.572 82.08 510.557"/> <polygon class="cls-55" points="126.423 289.086 128.593 301.157 127.847 304.548 127.915 312.348 128.119 314.245 128.254 315.941 127.779 317.976 127.644 320.823 125.745 323.13 115.301 324.621 114.894 332.623 118 342 112.046 345.102 102.009 343.204 95.77 331.945 99.025 329.368 102.009 316.89 103.365 300.887 118.285 286.916 126.423 289.086"/> <polygon points="106.078 306.04 107.435 305.091 110.147 307.125 109.333 310.109 110.147 312.144 108.384 311.871 106.892 309.159 108.248 307.668 106.078 306.04"/> <polygon points="112.86 305.904 111.503 306.311 109.876 304.141 107.841 303.191 104.315 305.091 103.773 309.431 105.399 312.821 107.706 313.772 102.687 319.332 100.517 319.061 91 307 104.315 280.812 119.506 282.44 127.237 286.916 128.322 289.222 125.745 290.984 122.489 290.307 120.048 292.613 117.471 292.748 115.03 292.206 115.844 295.868 115.979 299.395 114.487 299.936 114.352 302.106 112.724 304.006 112.86 305.904"/> <polygon class="cls-56" points="121.105 303.441 122.36 305.209 124.257 306.238 124.282 302.717 121.105 303.441"/> <polygon class="cls-57" points="121.105 303.441 123.445 302.055 124.935 302.023 125.862 303.363 124.697 303.213 121.105 303.441"/> <polygon class="cls-57" points="124.007 302.745 123.611 304.727 124.257 306.238 124.846 306.17 124.918 304.371 124.817 302.618 124.007 302.745"/> <polygon class="cls-57" points="127.304 301.089 124.524 298.987 122.015 299.19 119.845 299.801 123.506 297.631 126.083 297.903 127.576 299.598 127.304 301.089"/> <polygon class="cls-57" points="123.846 315.873 128.119 314.245 128.593 315.195 128.254 315.941 123.846 315.873"/> <polygon class="cls-58" points="127.847 304.548 129.068 308.21 130.356 309.362 130.153 310.991 127.915 312.348 126.288 311.736 126.762 307.735 127.847 304.548"/> <polygon class="cls-59" points="134.811 375.854 139.052 382.275 136.038 394.603 125.876 396.354 134.811 375.854"/> <path class="cls-60" d="M135.3374,358.5068l-11.433-15.72a24.7938,24.7938,0,0,0-14.3008-9.5346l-7.7132-1.8392a11.85,11.85,0,0,0-10.7969,2.8291l-1.2268,1.1352L75.4106,362.1855,70.68,380.06l12.09,8.06L76.4619,412.125,67,510.0752l11.2148,8.0605,15.0689-.7011,15.07,10.8633,19.2744-1.752,11.9146-16.1211-11.0391-117.749L141.12,381.6367Z"/> <polygon class="cls-61" points="117.362 277.43 117.765 280.385 109.87 289.345 105.635 288.153 102.488 293.63 102.257 299.061 96.391 302.784 93 310 89.757 308.972 87.649 306.195 90.761 304.353 88 295 93 288 101 278 111.293 279.677 117.362 277.43"/> <polygon class="cls-62" points="132.183 388.996 123.773 386.894 114.31 352.198 111.682 356.403 109.054 379.533 115.888 390.047 94.335 386.894 86.976 379.533 84.873 366.918 83.821 382.161 85.924 389.522 110.63 395.304 128.503 392.676 132.183 388.996"/> <polygon class="cls-63" points="128.22 390.572 119 393.727 119 482.039 116.655 505.694 127.836 512.528 135.267 508.322 142.135 508.849 138.857 448.397 128.22 390.572"/> </g> <g id="George_copy" data-name="George copy"> <polygon class="cls-64" points="167.265 494.249 144.999 535.406 158.854 552.926 168.615 554.499 172.393 552.609 165.151 548.203 163.892 533.719 187.506 502.862 190.036 456.297 196.108 454.779 201.045 505.066 201.36 551.351 201.045 557.333 223.085 556.703 232.531 551.981 228.753 548.518 220.566 550.091 211.12 542.22 221.916 496.273 220.903 426.948 170.301 432.008 171.819 486.659 167.265 494.249"/> <polygon class="cls-65" points="207.73 312.584 212.978 319.723 213.199 326.18 217 332.721 217 334.917 213.341 336.138 211.879 345.364 209.927 348 206.267 348 203.825 350.246 196.259 327.691 207.73 312.584"/> <polygon class="cls-66" points="175.361 355.093 182.446 344.466 202.36 345.978 208.421 350.538 211.799 355.727 175.361 355.093"/> <polygon class="cls-67" points="177.724 352.226 167.94 358.466 158.157 393.551 164.229 407.888 174.855 366.731 177.724 352.226"/> <polygon class="cls-68" points="220.585 405.538 211.799 355.727 208.421 354.25 200.999 350.538 187.843 350.201 175.361 352.226 165.241 384.442 161.699 435.044 169.795 442.635 205.217 445.671 221.41 439.599 218.633 422.787 220.585 405.538"/> <polygon class="cls-69" points="180.881 309.533 190.645 305.303 207.892 308.883 208.869 313.439 206.592 315.717 207.242 325.48 203.663 324.828 202.36 331.987 204.964 336.22 202.36 345.978 197.153 346.309 178.928 342.402 175.35 335.568 179.579 333.94 175.023 329.06 176 320.598 178.928 317.995 180.881 309.533"/> <polygon class="cls-70" points="213.019 326.06 212.327 325.362 209.174 327.09 211.219 326.866 211.555 329 212.124 329 213.019 326.06"/> <polygon class="cls-70" points="212.856 324.178 213.02 322.876 211.799 322.225 209.114 323.69 211.067 324.097 212.856 324.178"/> <polygon class="cls-65" points="208.759 409.743 221.195 445.231 217.233 447.202 216.572 452.834 217.842 460.825 221.576 460.464 221.984 455.373 223.36 456.942 224.036 462.542 217.982 466.438 218.817 467.754 223.614 467.099 229.401 463.21 228.097 443.185 226.732 410.059 220.585 405.538 208.759 409.743"/> <polygon class="cls-67" points="210.783 354.924 202.013 351.214 188.856 363.695 196.953 406.37 215.337 414.804 229 406.201 230.687 380.563 210.783 354.924"/> </g> <g id="GuyStanding"> <polygon class="cls-32" points="261.611 404.409 266.385 488.751 274.342 542.857 283.89 547.631 293.438 539.674 290.255 469.655 292.235 448.869 296.621 479.203 298.212 534.9 310.943 538.083 318.9 528.535 320.491 479.203 317.308 469.655 318.9 415.548 313.844 406 261.611 404.409"/> <polygon class="cls-71" points="326.857 358.293 322.286 332.392 307.049 323.25 297.364 324.13 306.169 323.25 302.986 296.197 287.073 288.24 277.524 291.423 272.75 305.745 275.933 305.745 277.524 316.884 283.89 318.476 288.664 318.476 290.247 324.807 275.053 336.962 267.435 381.148 261.34 393.337 255.245 423.81 256.769 442.094 261.34 449.712 268.958 445.141 267.435 437.523 268.958 428.381 265.911 420.763 274.421 408.281 294.86 414.668 316.191 410.097 319.238 400.955 316.191 390.29 326.857 358.293"/> <polygon class="cls-32" points="289.844 539.674 294.145 553.224 294.145 563.762 282.677 566.773 276.943 560.751 266.909 560.751 252.575 550.213 252.575 545.696 256.014 544.492 271.21 547.202 280.39 543.294 289.844 539.674"/> <polygon class="cls-32" points="315.717 526.943 318.9 539.674 317.308 550.814 310.943 553.997 299.803 549.223 299.803 531.718 315.717 526.943"/> <polygon class="cls-25" points="277.524 286.648 275.933 289.831 277.524 291.423 283.89 291.423 283.89 297.788 288.664 302.562 291.847 299.379 295.029 299.379 298.212 304.153 296.621 308.927 295.029 310.519 296.621 315.293 304.578 316.884 306.169 315.293 310.943 299.379 306.169 289.831 296.621 285.057 277.524 286.648"/> <polygon class="cls-36" points="307.806 395.082 282.993 399.992 294.761 401.007 307.806 395.082"/> <g> <path class="cls-36" d="M307.8019,363.5221l8.6093-3.5611-12.6-8.47-2.8188-17.187.6471,15.7264-.8816-.5922L289.972,333.9749l-.505,3.6147,4.3729,7.2575v7.9307l1.8261,2.7939.7673-6.42.9921,1.6471,5.1225,3.1927.56,2.4415,2.54,5.046-1.7829.6073-12.8972,3.0433,11.371.6512,4.5306-1.874,2.9418,5.8456,3.7366,2.34-4.3942-4.4957Zm-2.6155-7.8868,6.2236,3.8786-4.436,1.5121Z"/> <polygon class="cls-36" points="305.34 378.126 308.485 373.757 298.069 376.116 288.312 373.817 297.425 379.166 305.34 378.126"/> <polygon class="cls-36" points="310.778 383.395 299.303 383.182 288.312 373.817 295.208 383.107 291.943 383.046 284.128 380.347 295.666 387.001 297.974 386.833 299.947 389.492 309.153 391.577 303.142 386.454 308.485 386.063 310.778 383.395"/> <polygon class="cls-36" points="290.967 355.028 293.373 358.42 289.467 337.59 288.664 347.12 290.967 355.028"/> </g> </g> <g> <polygon class="cls-72" points="717.857 501.52 719.44 500.356 695.941 494.744 700.824 532.179 700.623 539.837 718.58 545.304 717.857 501.52"/> <polygon class="cls-72" points="495.296 604.852 465.205 527.069 426.03 569.651 450.443 626.994 449.875 637.214 450.771 638.305 499.99 632.609 499.27 629.833 495.296 604.852"/> <polygon class="cls-72" points="708.773 581.574 719.669 611.122 718.864 562.379 700.185 556.47 699.689 575.328 708.773 581.574"/> <polygon class="cls-72" points="595.789 547.508 590.679 526.501 535.607 541.263 515.111 537.479 516.492 541.265 513.844 546.943 500.849 544.054 509.49 582.709 520.214 630.268 523.969 629.833 604.139 641.7 620.77 606.555 595.789 547.508"/> <polygon class="cls-73" points="695.941 494.744 719.44 500.356 737.57 487.019 692.852 477.935 694.011 479.945 695.941 494.744"/> <polygon class="cls-74" points="573.84 452.697 566.84 481.09 568.24 499.537 700.623 539.837 700.824 532.179 695.941 494.744 681.521 491.3 680.385 475.403 692.852 477.935 668.462 435.66 632.693 428.847 590.679 427.346 590.679 428.849 573.84 452.697"/> <polygon class="cls-74" points="495.172 478.464 496.432 477.676 549.25 493.756 547.576 480.75 556.709 449.761 572.359 426.692 553.207 426.008 523.096 415.199 499.838 459.129 495.172 478.464"/> <polygon class="cls-74" points="450.771 638.305 449.875 637.214 450.443 626.994 426.03 569.651 465.205 527.069 495.296 604.852 499.27 629.833 499.99 632.609 520.214 630.268 509.49 582.709 500.849 544.054 500.217 543.913 486.591 504.549 478.643 472.755 509.961 410.484 486.78 402.162 465.205 397.053 424.894 355.038 418.388 351 420.731 353.149 408.997 353.905 382.299 375.837 391.208 396.675 400.292 406.518 399.963 410.462 406.726 411.814 426.597 464.048 425.462 477.674 439.088 511.74 416.378 544.102 402.752 574.193 431.707 637.782 437.385 643.459 437.555 643.766 441.124 639.422 450.771 638.305"/> <polygon class="cls-74" points="730.93 641.662 720.128 638.917 719.669 611.122 708.773 581.574 699.689 575.328 700.185 556.47 498.803 492.771 515.111 537.479 535.607 541.263 590.679 526.501 595.789 547.508 620.77 606.555 604.139 641.7 625.392 644.846 645.184 612.233 645.184 595.768 653.7 578.735 675.275 596.335 686.63 603.148 715.475 658.18 738.266 661.554 730.93 641.662"/> <polygon class="cls-74" points="346.544 412.196 335.945 397.434 335.568 393.848 329.493 402.712 330.637 418.618 338.023 424.3 360.735 421.464 362.247 415.929 357.519 416.359 346.544 412.196"/> <polygon class="cls-74" points="345.659 401.058 372.27 375.83 363.71 352.885 356.053 360.006 355.557 365.755 349.347 373.739 340.638 386.448 341.245 395.54 345.659 401.058"/> <polygon class="cls-74" points="374.585 382.038 347.271 403.074 353.357 410.681 370.01 413.331 368.003 414.426 392.334 410.95 380.609 398.19 374.585 382.038"/> <polygon class="cls-74" points="379.587 369.49 404.834 347.848 414.938 348.859 408.429 344.819 417.513 320.405 397.074 335.735 398.777 313.592 379.473 330.625 376.351 341.128 369.972 347.061 370.01 347.092 379.587 369.49"/> <polygon class="cls-74" points="681.521 491.3 695.941 494.744 694.011 479.945 692.852 477.935 680.385 475.403 681.521 491.3"/> <polygon class="cls-75" points="340.487 384.185 335.188 390.242 335.568 393.848 340.638 386.448 340.487 384.185"/> <polygon class="cls-75" points="392.334 410.95 393.479 412.196 399.913 411.06 399.963 410.462 398.209 410.111 392.334 410.95"/> <polygon class="cls-75" points="416.189 348.984 414.938 348.859 418.388 351 416.189 348.984"/> <polygon class="cls-75" points="367.739 345.2 362.82 350.499 363.71 352.885 369.972 347.061 367.739 345.2"/> <polygon class="cls-75" points="362.247 415.929 365.847 415.602 368.003 414.426 362.441 415.221 362.247 415.929"/> <polygon class="cls-75" points="391.208 396.675 382.299 375.837 408.997 353.905 420.731 353.149 418.388 351 414.938 348.859 404.834 347.848 379.587 369.49 370.01 347.092 369.972 347.061 363.71 352.885 372.27 375.83 345.659 401.058 341.245 395.54 340.638 386.448 335.568 393.848 335.945 397.434 346.544 412.196 357.519 416.359 362.247 415.929 362.441 415.221 368.003 414.426 370.01 413.331 353.357 410.681 347.271 403.074 374.585 382.038 380.609 398.19 392.334 410.95 398.209 410.111 399.963 410.462 400.292 406.518 391.208 396.675"/> <polygon class="cls-75" points="516.492 541.265 515.111 537.479 498.703 534.45 500.849 544.054 513.844 546.943 516.492 541.265"/> <polygon class="cls-75" points="523.684 414.088 520.277 411.058 510.814 408.787 509.961 410.484 523.096 415.199 523.684 414.088"/> <polygon class="cls-75" points="486.591 504.549 500.217 543.913 500.849 544.054 498.703 534.45 515.111 537.479 498.803 492.771 494.161 491.303 490.375 481.462 495.172 478.464 499.838 459.129 523.096 415.199 509.961 410.484 478.643 472.755 486.591 504.549"/> <polygon class="cls-75" points="590.679 425.44 573.079 425.631 572.359 426.692 590.679 427.346 590.679 425.44"/> <polygon class="cls-75" points="547.576 480.75 549.25 493.756 568.24 499.537 566.84 481.09 573.84 452.697 590.679 428.849 590.679 427.346 572.359 426.692 556.709 449.761 547.576 480.75"/> <path class="cls-76" d="M757.6,509.4685l-38.16-9.1129L717.857,501.52l.723,43.7839-17.9573-5.4666L700.185,556.47l18.6789,5.9083.8051,48.7437,11.2615,30.54,65.9056,16.7463L803.4,637.4048l62.0742-27.2524,75.7025,37.8512L958.7417,681.67l42.1046-29.9166,67.1106,18.0063V622.53l.5187-.438-.4022-.0889-3.93-.8683-.0733,2.1917v-2.208l-18.56-4.1011-9.7071,5.2467L970.7,610.1524l-8.9388-11.6418L774.6328,557.16l-11.3552-38.3237L846.17,453.8283l48.7014,8.4968,15.6111-3.0021,1.9289-10.4137-19.0746-6.4607-76.69-13.6016L737.57,487.0187l15.4883,3.1461Zm51.1093,85.8733,9.481,5.2695,1.59,15.9815,10.7917-13.1781,9.3461,4.7194-5.8219,9.6165-17.9243,5.5756-8.6028-18.35ZM762.284,559.8525l7.25,7.5539-2.1092,15.7664-17.3388,2.3021-5.1541-5.6376,10.1019-4.15,6.7266,1.2264-2.7277-7.11Z"/> <polygon class="cls-76" points="757.6 509.468 753.058 490.165 737.57 487.019 719.44 500.356 757.6 509.468"/> <polygon class="cls-76" points="700.623 539.837 568.24 499.537 568.736 506.075 550.204 501.167 549.25 493.756 496.432 477.676 495.172 478.464 494.54 481.083 498.803 492.771 700.185 556.47 700.623 539.837"/> <polygon class="cls-76" points="495.172 478.464 490.375 481.462 494.161 491.303 498.803 492.771 494.54 481.083 495.172 478.464"/> <polygon class="cls-76" points="568.736 506.075 568.24 499.537 549.25 493.756 550.204 501.167 568.736 506.075"/> <polygon class="cls-73" points="940.418 574.193 916.443 561.283 913.924 567.759 854.121 559.433 848.855 547.495 820.053 540.127 796.207 517.417 806.427 498.113 834.815 492.436 858.748 494.652 863.961 490.544 884.996 480.562 885.913 464.048 894.872 462.325 846.17 453.828 763.278 518.836 774.633 557.16 961.761 598.511 943.318 574.49 940.418 574.193"/> <polygon class="cls-73" points="755.034 575.688 744.932 579.837 750.086 585.475 767.425 583.173 769.534 567.406 762.284 559.852 759.033 569.804 761.761 576.914 755.034 575.688"/> </g> </g> </g> <desc>You and George arrive at the West Common.</desc> </svg> <<set _state1 to false>> <<set _state2 to false>> <<if $horse>> <<set _state2 to true>> <<else>> <<set _state1 to true>> <</if>> <<set _notFlogged to !$flogged>> <<toggleLayer "State1" _state1 "There is a line of soldiers witnessing corporal punishment in the middle of the Common. A man is being whipped, rather mercilessly." "">> <<toggleLayer "State2" _state2 "The Common is empty except for the whipping posts at the center of the lawn." "">> <<toggleLayer "George" $george "" "">> <<if $horse>> <<toggleLayer "GettingFloggedGo" $flogged "A man is tied to the stocks set up in the middle of the lawn. He was being whipped just before you arrived with the poop cart." "">> <</if>> <<toggleLayer "GuyStanding" _notFlogged "The man who was tied to the stocks is now standing next to you, facing you." "">>
<div class="fixed"> <<include "Bakery Horse Background">> </div>
<div class="fixed"> <<include "Statehouse Intact">> </div>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 768 576"> <defs> <style> .cls-1 { isolation: isolate; } .cls-2 { fill: #cf9d7e; } .cls-3 { fill: url(#linear-gradient); } .cls-4 { fill: #e9464e; } .cls-5 { fill: #61447c; } .cls-6 { fill: #5e3c6b; } .cls-7 { fill: #5e4d55; } .cls-8 { fill: #846660; } .cls-9 { fill: #82909a; } .cls-10 { fill: #8bafbe; } .cls-11 { fill: #81929c; } .cls-12 { fill: #3a2737; } .cls-13 { fill: #595056; } .cls-14 { fill: #f8e677; } .cls-15 { fill: #c2a78a; } .cls-16 { fill: #833721; } .cls-17 { fill: #c3805c; } .cls-18 { fill: #493538; } .cls-19 { fill: #e4d6a7; } .cls-20 { fill: #424561; } .cls-21 { fill: #f1aa53; } .cls-22 { fill: #545959; } .cls-23 { fill: #c0b49a; } .cls-24 { fill: #bcbcb5; } .cls-25 { fill: #777e70; } .cls-26 { fill: #64778d; } .cls-27 { fill: #644647; } .cls-28 { fill: #647889; } .cls-29 { fill: #684c51; } .cls-30 { fill: #977b74; } .cls-31 { fill: #c3cdbb; } .cls-32 { fill: #766550; } .cls-33 { fill: #545f62; } .cls-34 { fill: #444252; } .cls-35 { fill: #ad916c; } .cls-36 { fill: #434b60; } .cls-37 { fill: #121836; } .cls-38 { fill: #230313; } .cls-39 { fill: #bda682; } .cls-40 { fill: #672728; } .cls-41 { fill: #773c46; } .cls-42 { fill: #31373f; } .cls-43 { fill: #454b4b; } .cls-44 { fill: #2d3660; } .cls-45 { fill: #57272b; } .cls-46 { fill: #2b132c; } .cls-47 { fill: #1f2746; } .cls-48 { fill: #f23865; } .cls-49 { fill: #cac5a8; } .cls-50 { fill: #271014; } .cls-51 { fill: #795d61; } .cls-51, .cls-52, .cls-53, .cls-54, .cls-55, .cls-56, .cls-57, .cls-58 { fill-rule: evenodd; } .cls-52 { fill: #1c1719; } .cls-53 { fill: #281f1b; } .cls-54 { fill: #4d4749; } .cls-55 { fill: #3b2b26; } .cls-56 { fill: #542b1d; } .cls-57 { fill: #9e9c46; opacity: 0.3; } .cls-58 { fill: #878e9a; } .cls-59 { fill: #a47a6a; } .cls-60 { fill: #411802; } .cls-61 { fill: #d89955; } .cls-62 { fill: #b77e23; } .cls-63 { fill: #432016; } .cls-64 { fill: #c2722c; } .cls-65 { fill: #885220; } .cls-66 { fill: #3d2d22; } .cls-67 { fill: #8d5222; } .cls-68 { fill: #161208; } .cls-69 { fill: #93501d; } .cls-70 { fill: #363c2b; } .cls-71 { fill: #f4dbba; } .cls-72 { fill: #6b390f; } .cls-73 { fill: #694207; } .cls-74 { fill: #7f4109; } .cls-75 { fill: #96a363; } .cls-76 { fill: #476843; } .cls-77 { fill: #eed47d; } .cls-78 { fill: #f4da8f; } .cls-79 { fill: #c6b16f; } .cls-80 { fill: #cc693e; } .cls-81 { fill: #8b0304; } .cls-82 { fill: #e2ac6a; } .cls-83 { fill: #282d20; } .cls-84 { fill: #f3dab7; } .cls-85 { fill: #f2aa75; } .cls-86 { fill: #77500b; } .cls-87 { fill: #261e0a; } .cls-88 { fill: #caaa87; } .cls-89 { fill: #4f2c13; } .cls-90 { fill: #281608; } .cls-91 { fill: #dbbaaa; } .cls-92 { opacity: 0.63; mix-blend-mode: soft-light; fill: url(#radial-gradient); } </style> <linearGradient id="linear-gradient" x1="415.7946" y1="279.4714" x2="415.7946" y2="-64.1558" gradientUnits="userSpaceOnUse"> <stop offset="0.0056" stop-color="#eb474d"/> <stop offset="1" stop-color="#5d3d6b"/> </linearGradient> <radialGradient id="radial-gradient" cx="416.4833" cy="317.499" r="375.9362" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#ff7bac" stop-opacity="0.3"/> <stop offset="1" stop-color="#2e3192"/> </radialGradient> </defs> <g class="cls-1"> <g id="Sky"> <rect class="cls-2" x="-6.7847" y="303.9261" width="849.5834" height="326.3374"/> <rect class="cls-3" x="-8.9971" y="-5.8178" width="849.5834" height="344.037"/> <polygon class="cls-4" points="24.589 17.358 38.601 21.594 51.719 19.476 66.971 27.102 69.76 33.914 78.057 40.09 81.007 48.709 93.175 56.758 78.057 52.522 65.058 48.285 69.76 54.64 79.532 60.571 85.616 64.796 98.645 71.249 71.419 62.689 21.639 40.09 24.589 17.358"/> <polygon class="cls-4" points="176.261 100.011 193.339 103.816 206.349 101.914 217.044 103.816 224.982 111.995 239.351 118.817 217.044 118.817 188.81 111.995 176.261 100.011"/> <polygon class="cls-4" points="219.992 124.152 238.429 124.152 253.367 128.036 233.267 130.663 219.992 124.152"/> <polygon class="cls-4" points="521.993 135.035 542.305 133.567 560.099 120.292 579.516 120.661 586.789 127.408 596.533 115.683 590.602 108.4 599.152 94.496 609.523 94.496 618.988 100.011 621.106 111.442 639.114 115.867 645.683 127.408 661.354 130.663 666.91 143.155 564.306 143.57 554.626 140.573 527.892 140.573 521.993 135.035"/> <polygon class="cls-5" points="678.524 94.496 718.901 94.496 729.595 90.683 813.025 85.631 813.025 58.159 774.895 34.191 742.372 45.639 738.26 64.343 726.598 58.159 711.804 71.249 711.804 79.362 696.408 79.362 691.984 87.105 678.524 94.496"/> <polygon class="cls-6" points="639.529 -6.924 718.901 16.966 790.806 16.118 813.025 25.439 842.799 25.439 842.799 -6.924 639.529 -6.924"/> </g> <g id="Floor"> <polygon class="cls-7" points="763.15 444.417 660.271 441.098 596.11 438.886 539.692 453.267 270.879 452.161 86.139 454.373 39.677 453.267 29.721 461.011 133.706 465.435 148.087 470.967 144.769 484.241 61.802 508.578 59.589 536.234 -6.785 569.421 -6.785 366.981 842.799 344.857 842.799 588.227 829.524 578.271 778.638 566.102 779.744 553.934 747.663 538.447 726.645 506.366 703.414 480.923 711.158 451.054 763.15 444.417"/> <polygon class="cls-8" points="629.297 589.333 629.297 581.589 600.534 570.159 536.372 581.958 530.473 598.183 592.422 603.346 621.921 596.708 629.297 589.333"/> </g> <g id="Back"> <polygon class="cls-9" points="106.051 67.746 91.67 64.428 86.692 71.065 87.246 84.153 84.479 105.911 124.303 110.336 138.131 133.567 156.937 133.567 158.596 85.446 136.472 79.362 106.051 67.746"/> <polygon class="cls-10" points="145.137 62.953 152.512 47.742 166.525 42.533 179.062 29.974 176.112 3.781 168.368 -6.924 110.476 -6.924 122.644 4.138 135.182 8.563 142.741 12.988 132.6 14.463 132.6 19.625 150.3 32.531 152.512 41.75 144.031 51.706 145.137 62.953"/> <polygon class="cls-11" points="476.821 177.816 475.253 152.004 480.002 147.579 494.728 152.373 495.085 181.135 535.641 181.872 534.901 153.479 538.218 149.054 546.699 152.004 547.988 182.61 551.861 180.029 551.861 165.648 562.553 164.172 571.773 168.045 572.51 180.029 578.41 180.029 579.516 152.742 586.154 153.848 587.628 178.553 598.322 178.922 597.216 151.636 602.378 150.16 604.222 152.373 607.909 180.397 613.072 181.135 613.44 183.716 649.947 184.822 649.762 133.936 659.165 129.511 659.165 120.292 669.121 120.661 669.121 131.354 677.602 140.573 676.865 149.054 665.802 202.522 672.808 385.419 552.597 387.631 476.821 177.816"/> <polygon class="cls-12" points="-7.155 15.384 -0.147 17.042 -0.147 21.838 7.597 22.205 11.285 1.555 27.51 6.717 23.822 31.792 49.634 59.816 47.422 110.703 73.234 112.178 71.759 88.578 87.246 84.153 86.509 98.165 98.308 101.116 104.208 93.74 103.47 62.766 132.232 64.979 141.82 75.304 139.608 120.29 160.994 122.502 167.632 152.74 211.144 171.914 217.044 393.16 189.757 402.747 177.955 429.483 94.435 435.014 46.867 435.567 -6.785 447.734 -7.155 15.384"/> <polygon class="cls-13" points="564.306 195.516 565.135 210.45 577.581 212.109 578.41 207.961 577.857 196.622 564.306 195.516"/> <polygon class="cls-13" points="601.918 195.516 602.747 209.897 616.298 210.45 617.128 194.963 601.918 195.516"/> <polygon class="cls-13" points="639.114 195.792 639.806 211.003 650.315 211.003 652.251 206.578 650.592 196.345 639.114 195.792"/> <polygon class="cls-13" points="579.516 232.851 565.066 232.92 567.624 254.146 579.516 254.146 579.516 232.851"/> <polygon class="cls-13" points="614.363 233.957 599.152 233.127 599.705 255.252 615.469 254.146 614.363 233.957"/> <polygon class="cls-13" points="648.656 236.723 634.828 235.34 633.168 256.082 646.443 257.465 648.932 253.04 648.656 236.723"/> <polygon class="cls-13" points="582.282 289.269 572.326 285.12 568.454 288.162 569.007 309.181 584.218 308.628 582.282 289.269"/> <polygon class="cls-13" points="614.916 288.439 600.535 288.439 601.641 310.84 616.575 310.01 614.916 288.439"/> <polygon class="cls-13" points="649.347 291.758 635.588 290.651 636.764 309.457 649.209 309.457 649.347 291.758"/> <polygon class="cls-13" points="585.601 333.241 569.56 332.411 569.56 368.087 585.048 368.087 588.366 353.983 585.601 333.241"/> <polygon class="cls-13" points="621.553 334.901 606.066 334.901 604.96 386.064 624.502 386.525 621.553 334.901"/> <polygon class="cls-13" points="650.868 335.73 643.125 334.071 635.104 336.836 636.487 365.322 653.081 364.492 650.868 335.73"/> <polygon class="cls-14" points="717.058 137.255 713.371 85.631 704.152 86.368 701.571 137.992 670.965 149.792 666.91 195.516 717.058 137.255"/> <polygon class="cls-15" points="729.595 135.779 720.745 127.667 664.696 195.515 666.908 311.301 722.958 329 729.595 135.779"/> <polygon class="cls-16" points="842.799 58.343 832.981 58.067 834.848 86.691 828.314 87.174 827.26 46.21 800.736 45.639 803.238 92.645 766.469 91.53 766.469 98.168 740.473 97.061 742.132 123.611 725.539 134.12 724.432 156.245 726.645 155.691 726.645 181.135 724.432 181.135 723.326 204.366 726.092 205.472 725.539 210.45 722.773 211.003 723.05 243.084 724.432 245.296 724.432 271.845 721.114 272.952 720.561 282.908 723.326 281.802 723.326 289.545 720.561 290.098 721.114 301.714 723.879 310.01 722.588 325.682 697.33 319.966 696.777 314.988 683.502 311.67 682.396 314.988 672.993 311.67 671.61 306.139 665.802 305.032 665.802 327.157 668.015 328.816 668.015 338.219 664.696 339.325 665.249 400.721 842.799 484.794 842.799 58.343"/> <polygon class="cls-17" points="93.052 141.587 94.297 187.357 96.579 196.691 93.018 236.481 96.095 239.765 96.095 245.296 93.882 245.849 94.435 256.911 98.86 259.677 98.307 265.761 45.761 258.571 46.867 120.292 93.052 141.587"/> <polygon class="cls-18" points="94.435 435.014 92.223 379.15 89.457 331.582 90.01 290.651 49.633 284.567 47.974 286.78 52.399 321.626 41.889 324.391 37.464 382.468 45.208 386.893 47.974 408.465 46.867 435.567 59.22 435.199 87.245 433.723 94.435 435.014"/> </g> <g id="Mid"> <polygon class="cls-19" points="552.597 253.773 554.072 387.258 512.035 390.208 493.598 241.973 552.597 253.773"/> <polygon class="cls-20" points="467.049 178.553 551.861 180.029 554.626 254.699 497.286 255.252 467.049 178.553"/> <polygon class="cls-21" points="360.85 175.598 210.403 183.711 213.353 390.944 348.312 378.406 360.85 175.598"/> <polygon class="cls-22" points="514.802 281.617 527.615 282.263 527.892 310.563 516.461 310.563 514.802 281.617"/> <polygon class="cls-22" points="534.899 282.17 537.111 309.826 548.174 309.457 546.33 281.802 534.899 282.17"/> <polygon class="cls-22" points="535.267 340.8 549.28 340.432 550.018 368.825 536.005 369.931 535.267 340.8"/> <polygon class="cls-22" points="250.967 194.778 263.873 194.041 263.135 224.647 249.123 225.384 250.967 194.778"/> <polygon class="cls-22" points="242.854 195.331 232.161 194.778 232.161 225.384 244.698 225.015 242.854 195.331"/> <polygon class="cls-22" points="243.961 255.989 233.267 256.358 234.373 287.333 245.435 287.702 243.961 255.989"/> <polygon class="cls-22" points="264.241 256.174 250.967 255.989 250.967 287.333 264.61 287.702 264.241 256.174"/> <polygon class="cls-22" points="264.241 320.52 249.86 320.52 250.229 347.807 263.873 348.544 264.241 320.52"/> <polygon class="cls-22" points="246.542 320.52 231.792 320.52 234.742 346.516 246.173 347.714 246.542 320.52"/> <polygon class="cls-23" points="531.212 243.084 530.842 216.534 537.849 211.741 544.855 216.166 545.223 243.084 531.212 243.084"/> <polygon class="cls-23" points="521.993 241.977 521.993 216.534 513.881 210.635 505.769 215.059 506.505 240.871 521.993 241.977"/> <polygon class="cls-24" points="295.216 84.893 295.216 74.937 288.394 71.249 279.729 75.306 279.729 87.105 295.216 84.893"/> <polygon class="cls-24" points="316.049 149.607 313.377 115.038 264.241 116.236 264.241 150.16 270.51 150.529 271.248 123.243 274.197 120.661 278.622 122.136 279.36 151.636 288.947 150.529 286.366 122.505 289.316 120.661 293.372 121.767 294.847 133.936 293.003 136.886 293.741 151.636 304.434 150.16 300.378 134.673 301.485 121.767 305.541 120.661 307.753 122.505 308.859 150.898 316.049 149.607"/> <polygon class="cls-25" points="314.022 119.924 302.959 116.236 268.666 117.711 264.241 120.661 267.56 90.056 284.522 79.362 301.484 82.312 310.334 94.849 314.022 119.924"/> <polygon class="cls-25" points="289.685 64.612 289.028 64.535 284.983 -6.924 283.047 -6.924 283.826 63.923 283.416 63.875 279.729 75.306 289.685 73.093 295.216 74.937 289.685 64.612"/> <polygon class="cls-20" points="352.371 149.054 225.523 150.898 225.523 157.904 217.411 159.748 206.349 174.497 209.668 186.298 363.802 185.929 352.371 149.054"/> <polygon class="cls-26" points="315.128 230.362 219.992 231.468 219.992 236.446 284.153 236.999 284.153 244.19 320.659 243.637 315.128 230.362"/> <polygon class="cls-26" points="279.729 296.736 232.161 295.629 233.267 300.607 280.835 300.607 279.729 296.736"/> <polygon class="cls-26" points="318.723 337.39 278.207 336.145 275.304 341.538 275.304 382.468 216.12 378.597 211.142 388.553 215.014 395.743 319.553 395.19 318.723 337.39"/> <polygon class="cls-27" points="671.888 192.197 677.972 190.722 679.078 218.562 673.547 218.931 671.888 192.197"/> <polygon class="cls-27" points="683.503 189.985 684.056 218.931 691.431 219.115 690.14 188.878 683.503 189.985"/> <polygon class="cls-27" points="695.763 187.588 696.962 218.747 703.414 218.747 703.047 185.929 695.763 187.588"/> <polygon class="cls-27" points="715.398 184.362 710.051 184.822 710.051 219.853 716.689 220.406 716.689 208.79 715.398 184.362"/> <polygon class="cls-27" points="681.289 239.765 674.652 239.765 674.837 271.845 682.396 271.845 681.289 239.765"/> <polygon class="cls-27" points="693.09 239.765 686.269 240.134 685.899 272.03 692.536 272.768 693.09 239.765"/> <polygon class="cls-27" points="702.308 239.765 696.777 239.765 696.593 273.874 703.415 274.611 702.308 239.765"/> <polygon class="cls-27" points="715.582 239.212 708.025 239.95 708.485 274.98 715.582 276.27 715.582 239.212"/> <polygon class="cls-28" points="830.261 246.402 804.449 243.821 799.656 234.603 784.905 230.546 768.312 233.496 760.2 240.502 747.663 241.608 746.925 252.302 811.087 259.308 828.786 258.571 830.261 246.402"/> <polygon class="cls-29" points="177.955 429.483 174.637 328.816 159.15 324.944 105.498 319.413 104.391 435.014 118.588 435.936 135.55 436.674 177.955 429.483"/> <polygon class="cls-30" points="174.637 328.816 173.162 320.151 104.576 310.195 105.313 321.994 165.419 327.157 174.637 328.816"/> <polygon class="cls-30" points="172.056 315.357 169.475 256.727 145.506 248.615 104.576 239.396 104.944 306.876 142.188 310.563 172.056 315.357"/> <polygon class="cls-30" points="168.368 250.459 166.156 168.598 100.519 141.311 101.626 176.341 103.101 185.56 101.626 209.897 100.888 214.322 102.364 233.865 123.382 237.552 168.368 250.459"/> <polygon class="cls-31" points="64.752 203.444 68.439 198.834 68.439 156.798 57.377 153.11 53.689 154.585 52.214 201.047 64.752 203.444"/> <polygon class="cls-31" points="76.92 206.947 76.551 164.541 79.132 161.592 90.195 165.279 90.563 208.79 87.614 210.634 76.92 206.947"/> <polygon class="cls-31" points="68.439 227.965 57.93 226.122 54.058 228.334 54.058 254.146 66.78 256.358 68.439 252.671 68.439 227.965"/> <polygon class="cls-31" points="89.457 233.496 76.551 230.178 75.076 233.496 76.92 257.096 88.351 259.309 90.195 253.409 89.457 233.496"/> <polygon class="cls-32" points="94.988 321.442 40.783 317.201 40.783 329.369 94.988 334.163 96.464 327.525 94.988 321.442"/> <polygon class="cls-32" points="55.533 357.395 41.152 355.182 39.677 358.131 37.833 387.263 53.321 386.156 54.796 382.468 55.533 357.395"/> <polygon class="cls-32" points="100.335 357.025 89.365 356.657 87.245 358.501 87.245 381.362 99.045 381.732 101.626 376.569 100.335 357.025"/> <polygon class="cls-32" points="87.245 433.723 84.295 357.393 59.958 355.181 59.22 435.199 78.764 435.567 87.245 433.723"/> <polygon class="cls-30" points="-6.785 121.398 -0.147 118.817 21.24 125.086 28.246 137.992 27.14 143.523 40.046 149.791 39.677 154.585 35.252 154.954 34.884 242.715 37.833 243.452 38.202 247.508 -6.785 242.346 -6.785 121.398"/> <polygon class="cls-30" points="-6.785 268.527 37.096 275.533 36.727 280.695 29.721 279.958 -6.785 274.427 -6.785 268.527"/> <polygon class="cls-30" points="3.54 290.836 5.753 372.42 32.302 373.942 33.04 368.825 33.04 295.076 16.078 290.283 3.54 290.836"/> <polygon class="cls-29" points="13.127 95.402 16.446 60.556 -2.913 58.897 -2.36 95.955 13.127 95.402"/> <polygon class="cls-29" points="21.977 109.783 23.084 67.746 38.018 72.724 39.124 111.995 21.977 109.783"/> </g> <g id="Front"> <polygon class="cls-15" points="463.362 147.58 467.051 178.553 470 72.863 460.044 72.171 460.044 64.981 455.066 66.087 453.959 20.179 442.344 14.647 441.238 -6.924 433.494 -6.924 432.388 14.094 422.432 19.625 419.943 63.875 405.839 65.534 406.576 116.236 463.362 147.58"/> <polygon class="cls-33" points="454.697 138.545 452.577 90.332 438.426 85.216 424.644 90.056 424.644 129.142 454.144 143.155 454.697 138.545"/> <polygon class="cls-33" points="448.245 64.612 446.401 54.656 436.813 51.706 429.807 54.656 428.701 63.875 448.245 64.612"/> <polygon class="cls-34" points="404.64 115.683 467.419 144.998 471.106 186.666 495.096 189.592 505.41 195.504 513.515 348.907 514.251 413.624 512.035 439.992 311.809 439.992 311.439 416.76 315.128 404.04 404.64 115.683"/> <polygon class="cls-35" points="404.456 115.867 350.527 150.16 350.527 181.135 311.809 183.347 311.809 196.622 313.838 197.175 314.392 203.075 311.626 203.628 312.362 222.065 314.207 222.249 313.838 231.099 311.809 231.468 311.809 241.977 314.022 242.162 314.022 248.984 312.454 249.168 311.855 268.527 313.47 269.08 314.392 285.304 312.915 285.95 311.809 337.113 314.022 337.113 313.838 345.41 311.809 345.963 312.362 362.556 311.995 376.937 312.362 386.34 315.128 404.04 500.974 406.252 502.08 392.977 504.846 387.446 502.634 352.6 499.315 350.941 498.762 334.901 501.527 333.241 500.145 264.102 497.655 262.996 497.655 250.827 500.421 249.168 497.655 188.878 461.98 185.007 460.044 160.67 460.044 150.16 404.456 115.867"/> <polygon class="cls-36" points="367.858 251.196 330.615 250.827 330.984 298.027 332.459 309.826 366.752 308.351 367.858 251.196"/> <polygon class="cls-36" points="453.406 253.409 491.018 253.777 493.6 307.614 491.388 311.301 454.144 310.195 453.406 253.409"/> <polygon class="cls-36" points="365.277 335.638 356.427 330.845 331.352 333.794 333.196 383.575 366.752 384.312 365.277 335.638"/> <polygon class="cls-36" points="486.593 338.589 455.987 338.957 456.357 385.419 485.119 384.312 489.174 369.194 486.593 338.589"/> <polygon class="cls-37" points="442.714 244.19 429.069 230.915 411.739 228.703 395.514 232.759 386.664 244.19 442.714 244.19"/> <polygon class="cls-36" points="352.002 232.021 361.221 224.278 360.115 208.053 345.734 202.153 337.252 207.315 333.565 220.222 340.571 230.915 352.002 232.021"/> <polygon class="cls-36" points="458.201 217.271 462.994 227.596 474.794 231.652 484.012 226.49 485.487 212.846 475.163 204.366 463.362 207.315 458.201 217.271"/> <polygon class="cls-36" points="426.489 222.825 425.751 159.065 393.67 158.457 395.882 224.647 426.489 222.825"/> <polygon class="cls-38" points="418.377 154.759 418.745 137.623 392.195 138.012 394.039 154.954 418.377 154.759"/> <polygon class="cls-37" points="418.007 132.092 391.089 133.198 394.039 126.192 404.732 122.874 413.951 125.454 418.007 132.092"/> <polygon class="cls-36" points="373.758 312.776 379.289 312.776 379.289 333.794 373.758 333.058 373.758 312.776"/> <polygon class="cls-36" points="385.742 312.96 385.097 325.59 387.402 333.794 390.351 333.794 391.458 312.776 385.742 312.96"/> <polygon class="cls-36" points="395.882 313.145 401.045 312.776 400.676 333.058 395.882 332.32 395.514 320.52 397.726 319.045 395.882 313.145"/> <polygon class="cls-36" points="405.47 312.408 405.101 334.164 411.001 332.688 409.526 313.514 405.47 312.408"/> <polygon class="cls-36" points="415.426 313.145 415.057 335.27 420.588 335.638 420.957 320.151 421.694 314.252 415.426 313.145"/> <polygon class="cls-36" points="425.751 313.882 425.751 333.794 430.176 333.794 429.807 314.252 425.751 313.882"/> <polygon class="cls-36" points="434.6 312.591 439.025 313.514 439.025 333.794 434.232 333.058 435.707 321.626 434.6 312.591"/> <polygon class="cls-36" points="443.45 313.514 448.613 312.776 447.875 323.47 448.981 324.944 449.35 332.688 442.712 332.32 443.45 313.514"/> <polygon class="cls-36" points="401.414 288.439 429.439 289.545 429.807 264.102 401.414 264.102 401.414 288.439"/> <path class="cls-39" d="M423.91,277.4231l8.6684-.0465-.0109-2.2124-8.6834.0464-.0519-4.4352,8.0331-.2209-.06-2.2113-7.9986.22-.0832-7.0549-2.2124.0259.0832,7.09-5.0311.1378-.03-5.4032-2.2124.012.03,5.4522-5.5268.1518-.0345-5.8007-2.2125.013.0345,5.8488-8.3615.2295.0605,2.2114,8.3145-.2285.0238,4.0543-8.7434.0465.0119,2.2125,8.745-.0465.0271,4.61-8.3664-.322-.0854,2.21,8.4653.3258.0583,9.8226,2.2124-.013-.0577-9.7249,5.5224.2128.0665,11.9212,2.2124-.0119-.0654-11.824,5.1336.1973.0941,7.958,2.2124-.0259L424,285.0041l7.7932.3.0843-2.21-7.9034-.3041Zm-2.29-6.5872.0519,4.3866-5.073.027-.0238-4.2747Zm-12.7831.3517,5.5263-.1523.0232,4.2256-5.5253.03Zm.0658,11.0222-.0281-4.7067,5.5242-.03.0275,4.9488Zm7.7367.2977-.0281-5.0456,5.0865-.0275.0616,5.27Z"/> <path class="cls-38" d="M391.4576,254.1458l1.4751,53.099,43.1435.7378.7367-53.8368Zm37.9812,35.3993-28.0252-1.1062v-24.337h28.3936Z"/> <polygon class="cls-40" points="393.947 404.869 392.933 344.12 435.707 344.857 437.181 405.699 393.947 404.869"/> <g> <path class="cls-39" d="M360.2915,267.2834l-.0352-8.37,10.7711-.343-.07-2.2114-10.71.3409-.0405-9.7492-2.2124.01.041,9.81-7.8592.25.0746-8.3961-2.2125-.0194-.0757,8.4863-8.3977.2673-.1-7.3763-2.2124.03.1,7.4163-9.815.3127.07,2.2114,9.7752-.3111.1074,7.925-10.4842.13.027,2.2125,10.4876-.13.1236,9.1318-10.3909.4024.0854,2.21,10.3357-.4.0854,6.2782-12.9938.4845.082,2.2114,12.9415-.4823.1064,7.8176-10.0614.1323.0292,2.2124,10.062-.1323.156,11.4863,2.2125-.03-.1561-11.4852,7.447-.0978-.1,11.3119,2.2124.0195.101-11.36,8.414-.1108.0583,13.9548,2.2125-.0087-.0583-13.9753,9.4758-.1248-.0292-2.2124-9.4558.1242-.0346-8.3626,8.9929-.3354-.082-2.2114-8.92.3322-.0265-6.3128,9.86-.3819-.0854-2.21-9.7837.3786-.0357-8.5365,11.2583-.14-.0269-2.2125Zm-2.2471-8.3.0346,8.3275-7.9954.0994.0725-8.1752Zm-18.4494.5877,8.3481-.2657-.0725,8.1324-8.1676.1016Zm.1383,10.1807,8.118-.101-.0789,8.8688-7.916.3063Zm.1529,11.2866,7.8662-.3047-.0557,6.2981-7.7252.2879Zm.2225,16.3654-.1069-7.87,7.6749-.2863-.0713,8.0579Zm18.0945-.2382-8.3853.11.0724-8.1114,8.2783-.3084Zm-.0438-10.5238-8.25.3074.0562-6.3015,8.1671-.3159Zm-.0356-8.523-8.138.3149.0779-8.81,8.0245-.0993Z"/> <path class="cls-39" d="M358.9885,341.5465l9.0308-.564-.1382-2.208-8.87.5541.09-9.1187-2.2125-.0217-.0912,9.2787-7.607.4753-.0454-9.1955-2.2124.0109.0459,9.3229-7.44.4656-.3511-8.732-2.21.0885.3532,8.7818-9.2733.5791.1383,2.2081,9.2236-.5768.1593,3.9668-11.1044-.0691-.0139,2.2124,11.2075.0692.3279,8.1552-10.7063.0723.015,2.2125,10.78-.0724.2138,5.327h-9.8955v2.2124h9.9846l.2577,6.4191-10.5416.2183.0454,2.2125,10.5854-.2193.4553,11.3258,2.21-.0885-.4536-11.2828,6.2062-.1285.0562,11.461,2.2125-.0109-.0568-11.4955,7.08-.1469-.1091,11.0839,2.2125.0217.11-11.1509,9.5925-.1988-.0453-2.2125-9.5251.1966.059-6.0043h9.4888v-2.2124H358.76l.0534-5.4675,9.4208-.0637-.0151-2.2124-9.3835.0637.0778-7.8819,12.0719.0746.0139-2.2125-12.0642-.0745Zm-2.214.1394-.0518,5.2945-7.4984-.0465-.0238-4.7749Zm-17.1476,1.0716,7.3617-.46.0227,4.6226-7.2186-.0443Zm.255,6.3306,7.1407.0443.0395,8.0353-6.854.0464Zm.4153,10.3385,6.7756-.0465.0266,5.3886h-6.5872Zm.56,13.9283-.2565-6.3738H347.11l.0309,6.2431Zm15.6083-.323-7.1122.1469-.0309-6.1977h7.203Zm.0815-8.2632h-7.2353l-.0265-5.4037,7.3158-.0486Zm.0757-7.6659-7.3483.05-.0395-8.0061,7.4655.0465Z"/> <path class="cls-39" d="M461.15,280.6953h-7.7436v2.2125H461.15v7.2693l-10.8064.1977.0412,2.2125L461.15,292.39v8.3556l-9.4516.4159.0972,2.21,9.3544-.4115v9.8155h2.2124v-9.9133l5.9589-.262.1254,9.0843,2.2124-.03-.1264-9.1517,10.5891-.4661.3231,12.1512,2.2124-.0584-.3241-12.19,11.4349-.5034-.0971-2.21-11.3961.5018-.2063-7.7565,11.6716-.2134-.0412-2.2125-11.6888.214-.1815-6.8513h9.4019v-2.2125h-9.4613l-.2658-10.0289,11.4059-.2037-.039-2.2125-11.4252.2042-.1718-6.4381,9.9712-.1269-.0281-2.2124-10.0014.1274-.2171-8.1768-2.2125.0584.216,8.1465-10.0532.128-.1188-8.5954-2.2125.03.1177,8.5932-5.3723.0687V249.7209H461.15v10.3644l-11.3529.1448.0281,2.2124,11.3248-.1442v6.5542l-12.7411.2274.0389,2.2125,12.7022-.2269Zm2.2124-9.6692,5.5236-.0989.134,9.7681h-5.6576Zm0,11.8817H469.05l.0983,7.123-5.7861.1058Zm0,17.74V292.35l5.8163-.1058.1124,8.1433Zm18.7011-.8231-10.561.465-.1113-8.0866,10.4649-.1917ZM481.7977,289.8l-10.4367.1906-.0972-7.0824h10.35Zm-.2419-9.1043H471.2334l-.1349-9.8075,10.1916-.1821Zm-.4948-18.6509.1706,6.4494-10.1645.1816-.0885-6.5024Zm-17.6986.2258,5.4037-.0691.09,6.5136-5.4933.0984Z"/> <path class="cls-39" d="M481.894,372.5112l9.6459.2776.0626-2.2124-9.7443-.2809L481.76,364.17l8.4586-.2312-.06-2.2125-8.434.2312-.0863-5.3561,8.2167.4224.1146-2.21-8.367-.4311-.1167-7.3136h8.4264v-2.2124H481.45l-.1113-6.9312-2.2124.0345.11,6.8967h-4.2131l.2312-8.8207-2.2125-.0584-.2323,8.8791h-5.7007l.4008-11.5776-2.21-.0757-.4041,11.6533H450.0877v2.2124h14.7309l-.2225,6.4386-12.2387-.63-.1146,2.21,12.2766.632-.2333,6.7151-14.5052.3976.06,2.2124,14.368-.3932-.1771,5.1314-10.8711-.3133-.0626,2.2125,10.857.3122-.2485,7.1548H451.1939v2.2125H463.63l-.2668,7.7058,2.21.0756.27-7.7814h6.01l-.1945,7.4378,2.2125.0584.1966-7.4962h5.7548l.1328,8.314,2.2125-.0345-.1329-8.2795h12.3014V379.15H482Zm-2.25-2.2794-5.2806-.1512.1491-5.7116,5.0353-.1373Zm-.1319-8.2135-4.9413.1349.1545-5.9081,4.6983.242Zm-.24-14.9493.1156,7.2-4.6043-.2366.1827-6.9636Zm-12.24,0h5.7191l-.1793,6.8491-5.7678-.297Zm-.3035,8.7646,5.786.2981-.16,6.0831-5.853.16Zm-.3036,8.7569,5.8724-.161-.1469,5.5872-5.9081-.1707Zm-.5045,14.5591.2452-7.0911,5.9276.1707-.1815,6.92Zm8.2049,0,.1793-6.8566,5.3745.1544.1081,6.7022Z"/> </g> <path class="cls-39" d="M429.2054,176.5245l.0972-2.21-9.8275-.4316-.2635-6.1091,9.2506.4542.108-2.21-9.4547-.4645-.3717-8.6182-2.21.0951.3629,8.4145-6.8605-.3371-.3268-8.1692-2.21.0885.3187,7.9716-6.8378-.336-.3047-6.808-2.21.0993.2954,6.6-11.489-.5644-.108,2.21,11.6964.5748.2776,6.2154-7.6313-.3348-.0971,2.21,7.8278.3436.3117,6.96-7.0252.2577.081,2.2113,7.043-.2582.235,5.2552-8.374-.3862-.1015,2.21,8.5749.3959.2631,5.8753-6.9724.1837.0584,2.2113,7.0128-.1847.2317,5.186-9.8113-.3905-.0875,2.21,9.9982.3982.3608,8.0633-10.521.2053.0431,2.2124,10.5768-.2063.4651,10.3962,2.21-.0993-.4624-10.34,6.5682-.1286.3491,8.7191,2.21-.0885-.3468-8.6738,7.0036-.1367.3523,8.1645,2.21-.0952-.35-8.1125,7.01-.1366-.0431-2.2125-7.0619.1377-.2961-6.8614,6.7821.27.0886-2.21-6.9668-.2771-.2809-6.5261,7.7858-.2047-.0584-2.2114-7.8225.2058-.19-4.4055,7.0684.3263.1016-2.21-7.2662-.3354-.2992-6.935,7.9251-.2906-.0821-2.2114-7.9381.2912-.23-5.3249Zm-12.2133-8.86.2641,6.121-6.8852-.3024-.2464-6.1555Zm-15.9128-.7815,6.8274.3354.2469,6.1674-6.7967-.2981Zm.3765,8.4236,6.7865.2977.2494,6.2365-6.7324.2468Zm.4024,8.992,6.7216-.2464.24,5.9951-6.7178-.31Zm.3429,7.6582,6.7077.3095.209,5.23-6.6611.1756Zm.3544,7.9256,6.6508-.1755.2307,5.7719-6.6428-.264Zm.6925,15.4818-.3549-7.9321,6.6325.2641.3014,7.54Zm15.7886-.3084-6.9971.1366-.2966-7.4076,6.9917.2782Zm-.3976-9.2107-6.9847-.2782-.2365-5.9179,6.9463-.1831Zm-.3706-8.5894-6.9392.1825-.2026-5.0693,6.9453.32Zm-.2927-6.7859-6.9382-.32-.2468-6.1788,6.8939-.2529Zm-.3861-8.9623-6.8875.2523-.2421-6.0583,6.8918.303Z"/> <polygon class="cls-38" points="445.663 433.355 445.663 427.824 443.45 427.824 443.45 420.08 441.238 420.08 441.238 412.336 439.025 412.336 439.025 404.593 390.351 404.593 390.351 412.336 388.139 412.336 388.139 420.08 385.926 420.08 385.926 427.824 383.714 427.824 383.714 433.355 381.502 433.355 381.502 442.205 447.875 442.205 447.875 433.355 445.663 433.355"/> <rect class="cls-38" x="399.2012" y="369.1936" width="3.3187" height="4.4249"/> <polygon class="cls-41" points="404.456 115.867 366.844 141.034 359.654 149.054 349.697 152.926 347.762 149.331 354.122 145.182 357.441 140.204 404.732 108.4 461.519 146.473 465.298 149.607 462.533 152.649 455.25 149.054 404.456 115.867"/> <polygon class="cls-42" points="174.913 193.303 182.934 194.686 183.487 235.617 173.807 232.574 174.913 193.303"/> <polygon class="cls-42" points="189.709 195.931 188.81 236.1 197.868 238.659 197.314 198.005 189.709 195.931"/> <polygon class="cls-42" points="191.507 263.272 200.633 265.485 201.186 313.052 190.401 310.84 191.507 263.272"/> <polygon class="cls-42" points="205.888 337.113 182.104 333.241 182.38 336.56 206.994 339.879 205.888 337.113"/> <polygon class="cls-42" points="206.717 348.452 182.104 343.75 182.657 348.452 207.271 352.047 206.717 348.452"/> <polygon class="cls-43" points="115.638 226.121 118.588 177.079 104.944 174.497 104.944 224.278 115.638 226.121"/> <polygon class="cls-43" points="134.813 230.915 134.813 220.959 134.075 219.115 135.919 184.085 124.857 180.766 125.594 229.072 134.813 230.915"/> <path class="cls-43" d="M144.4,233.1275c0-1.1062-1.1063-43.1429-1.1063-43.1429l3.3187-2.95,8.112,3.6876.3689,46.0927Z"/> <polygon class="cls-43" points="113.425 257.465 123.013 260.414 123.75 302.451 112.688 300.976 113.425 257.465"/> <polygon class="cls-43" points="135.919 261.889 132.6 266.683 134.075 303.557 146.612 305.77 145.138 264.839 135.919 261.889"/> <polygon class="cls-43" points="162.099 269.264 153.987 266.314 155.462 305.77 164.312 306.139 163.943 273.689 162.099 269.264"/> <polygon class="cls-44" points="162.1 336.007 116.007 333.426 115.638 339.325 151.775 342.276 162.837 340.8 162.1 336.007"/> <polygon class="cls-44" points="163.575 350.204 132.6 347.807 132.6 386.893 135.55 436.674 165.419 432.249 164.312 369.194 163.575 350.204"/> <polygon class="cls-44" points="123.013 435.198 125.963 347.069 120.432 347.069 117.482 365.137 118.588 435.936 123.013 435.198"/> <polygon class="cls-45" points="86.323 202.706 90.01 192.75 88.904 172.101 86.507 168.413 79.87 166.754 78.58 170.072 78.764 201.232 86.323 202.706"/> <polygon class="cls-45" points="64.383 195.516 66.964 191.276 66.042 162.882 58.668 160.67 55.533 163.804 56.455 193.856 64.383 195.516"/> <polygon class="cls-45" points="60.327 229.994 57.377 232.39 57.377 250.827 63.83 252.118 66.78 249.353 66.226 231.468 60.327 229.994"/> <polygon class="cls-45" points="80.976 232.39 78.027 234.05 78.395 251.196 84.848 253.962 87.429 252.302 86.507 234.972 80.976 232.39"/> <path class="cls-45" d="M85.3089,218.5618,84.11,226.49H78.3949L54.4268,219.3l-.3689-9.4029s19.5432,6.0842,20.0963,6.0842S85.3089,218.5618,85.3089,218.5618Z"/> <polygon class="cls-46" points="86.876 314.62 85.032 322.732 59.958 322.364 55.164 318.307 58.483 312.776 86.876 314.62"/> <polygon class="cls-45" points="51.108 381.362 52.214 362.556 43.365 360.344 42.996 381.732 51.108 381.362"/> <polygon class="cls-45" points="64.567 396.849 64.014 364.769 70.651 364.769 70.282 398.325 64.567 396.849"/> <polygon class="cls-45" points="76.182 396.849 76.182 364.769 81.714 364.769 83.189 397.219 76.182 396.849"/> <polygon class="cls-45" points="90.563 374.725 90.563 362.556 98.676 361.082 98.307 375.831 90.563 374.725"/> <polygon class="cls-47" points="-6.785 147.211 14.234 152.742 14.234 186.666 15.34 233.496 -6.785 232.021 -6.785 147.211"/> <polygon class="cls-47" points="19.396 155.691 18.659 188.51 24.559 190.722 24.19 157.167 19.396 155.691"/> <polygon class="cls-47" points="27.877 159.379 27.508 191.46 32.302 192.935 33.04 160.854 27.877 159.379"/> <polygon class="cls-47" points="24.19 197.36 18.843 195.147 17.645 235.709 24.19 236.446 24.19 197.36"/> <polygon class="cls-47" points="32.671 203.628 27.508 201.416 26.771 238.29 33.408 240.134 32.671 203.628"/> <polygon class="cls-47" points="9.809 89.318 9.809 67.193 1.697 65.35 2.065 88.212 9.809 89.318"/> <polygon class="cls-47" points="34.515 108.493 35.621 75.306 27.877 72.724 24.928 106.28 34.515 108.493"/> <polygon class="cls-47" points="14.603 298.764 6.859 297.658 9.071 336.007 17.183 336.745 14.603 298.764"/> <polygon class="cls-47" points="24.19 300.607 19.212 299.501 18.751 335.638 24.19 335.269 24.19 300.607"/> <polygon class="cls-47" points="31.196 301.714 26.771 300.238 26.033 336.375 30.458 336.007 31.196 301.714"/> <polygon class="cls-47" points="15.34 340.432 8.703 340.432 10.178 369.931 14.971 368.825 15.34 340.432"/> <polygon class="cls-47" points="23.084 341.538 18.659 341.538 18.659 366.981 23.452 366.243 23.084 341.538"/> <polygon class="cls-47" points="30.09 340.615 25.296 340.063 25.296 365.875 29.721 367.35 30.09 340.615"/> </g> <g id="Unicorn"> <path class="cls-39" d="M490.4863,160.6683s3.0447-1.15,2.9771-5.6157l.6766-2.6388-.1354-1.3532v-1.4885l-.88-1.8944-1.6921-2.5917-2.2265-3.41-1.8537-2.8394-1.2733,2.3151v1.1575l-1.0736,1.0385-1.2415.4663-7.05,5.209-.0372,2.709a.22.22,0,0,0,.2835.213l2.752-.8384-2.2172,2.1871,2.5645.591,2.0836-1.1575,3.82-.5788-4.8038,2.3151h-5.0174l-1.1755.3864h-1.3279l-1.3532.3383-1.0826-.5413h-1.7591l-1.5562.9472-1.5562.9473-5.0068,3.2476,1.4208.3383.1354.9473h2.1651l2.1651-2.6387,2.3681-.812.6766.1354-.1353,1.0825-.0677,1.4885.6089.2707-.2029.9472-.7443.3383.2706.7443-4.2625,2.0974-.9473,1.2855-2.6387,2.3-.8119.6766-.3383.6089-1.4209,1.2179-1.3532,1.7591h1.8945l.88-.4059.88.4059,1.15-1.8268h.88l.6089-.7442.0677-1.6915,4.1272-1.6915.8119-1.0149,3.586-.6766,2.5711,3.383-.1354.7442-.4059.6766,1.0149.2707.1353.6089-.8119.6089-.3383,1.8269.9472,2.03,2.3,4.6686.0677,1.15-.6766,1.15-3.3153,1.8268-1.0149.6089-1.9622.88-.7442,1.0826h4.4655l.88.2706.64-1.5562,4.164-2.0974,1.8945-1.4209-2.3681-4.7361,1.8945.6766,2.0975.7442,1.7591.6089,1.1967.0677,2.7276,1.9621,2.6387,2.7741.3383,2.4357v1.6915l-.4736,1.0826-1.0826,1.3532-.88,1.0825h2.8417l.8119-1.15.6766-.3383,1.0149-.2706-.2707-1.15-.3383-2.8417-.2029-4.33-3.0667-3.1473-.3574-.6349c-.3389-1.5363,2.3806-2.5976,2.4768-4.0663.1093-1.6677-.1092-.8357,0-2.5034.105-1.6018-1.6946-2.6937-6.6447-7.0717-1.2609-1.1152,1.2452-3.0643,2.48-4.1457C490.9424,158.9477,489.9,160.9978,490.4863,160.6683Z"/> <path class="cls-48" d="M482.3933,141.6786c.2493.4386,1.3681,2.1312,1.3711,2.1351l1.2415-.4663c.4252-.1991,1.1446-.8859,1.223-.8047.1241.1287-1.2039-1.2487-2.5074-2.567"/> <polygon class="cls-39" points="497.861 162.833 496.982 161.21 495.493 160.33 494.005 159.992 492.448 160.533 491.163 161.638 491.163 163.104 491.975 164.999 493.26 166.149 494.512 167.502 495.425 168.382 495.967 169.396 496.305 170.005 495.967 171.291 494.952 171.562 494.208 170.953 494.208 173.456 495.29 173.456 496.711 173.456 497.185 172.441 497.591 171.223 497.861 170.208 497.455 168.72 497.252 167.164 496.643 166.149 494.512 164.796 493.666 163.916 493.531 163.104 493.396 162.022 494.208 161.638 495.087 162.089 494.512 163.434 495.358 163.916 496.373 164.254 497.117 163.984 497.861 162.833"/> <path class="cls-49" d="M343.9434,146.7578l3.0049.4873,1.1612,1.3806,1.194,2.1928,1.09,4.1723-.2094,4.7432-1.187,1.89,1.187,2.0947v2.5136l-1.2517.0528.4138.9247-1.0023,1.6882-1.75-.1128,2.1237,1.3686.6135,1.0855.1888,1.3214-1.0855.2832h-1.3686l.0472-1.1327-.6135-.7551-1.8878.33-1.3214,1.2742-1.1327,1.935,1.6518-.85,1.3687-.7551.33,1.18,1.699-.33,1.227.1416.5192.1416.8373.7551v1.1326l-.9317,1.2271.9317.8967v1.6989l2.6876,2.301.2194,6.53-4.5883,3.6413-4.4888.846-3.5869-1.284-2.69.236-1.6046.7551-.7079-.7079-.4719-1.5574-1.0383.2832-.8967-.0944V189.74l3.9643-.7551-6.89.7551-.9911,1.227.2832.5664.2492.4247-.5324.5191-1.7934-.5191-.3775-.5191v-1.18l.4247-1.227-2.36.9439-3.4923,1.3686-3.2092.0472-2.7373-.33-1.6518-.4719-1.227-1.1327-.8967-1.8406.8967-1.51,3.2564-.5663,2.1224-.2352.9452.188.9439.7551,2.1237-.4247,1.5574.6135-2.9732-2.3125-.8495-2.4541.1416-.8967,1.8877.33.6136-1.6046.9438-.85,1.6518-1.0855,1.18.0472,1.5574,1.0855.7079.8967v1.0382l-.1888,1.463.0472.8023,1.2875.4248,1.2138-.472,1.0855-.2359,1.5294-.5,1.4006.1868,2.428-1.5542.2581-1.1061.0472-3.2563.3775-3.4452,1.2271-4.5306,1.3686-2.4541,2.1709-5.05,2.1709-4.0587-1.0854-.4719-1.5211-.4224,1.185-4.011,2.0055.7293c.3187.3928-.1363.9745.1823,1.3673.394.4858,1.5616.7828,1.9556,1.2686a.0317.0317,0,0,0,.036.0094.0309.0309,0,0,0,.02-.0314l-.1654-2.4479a3.5144,3.5144,0,0,0-.5943-1.73l-.1317-.1947a1.99,1.99,0,0,0-1.4373-.8649l-1.7233-.1846-.6135-.3776-.472-1.5574.6136-.85Z"/> <polygon class="cls-39" points="321.126 141.821 319.303 142.915 318.665 144.191 318.665 145.832 319.486 146.744 319.486 148.567 319.212 150.117 319.303 152.031 318.665 153.125 319.303 154.675 319.486 155.86 319.486 156.68 319.212 158.23 319.303 160.509 318.665 162.332 317.754 164.793 316.569 166.252 314.928 168.166 314.29 169.625 312.466 169.169 312.466 167.619 313.469 166.343 314.745 164.976 315.657 163.016 316.569 159.871 316.569 158.139 315.657 156.589 313.743 156.589 311.828 157.045 310.37 158.412 310.37 159.871 310.37 160.873 311.373 161.512 312.375 161.238 313.105 159.597 313.378 158.686 314.29 157.683 315.748 158.139 315.748 159.688 314.837 161.056 313.925 163.016 312.558 164.429 311.373 166.616 311.281 168.622 311.464 170.263 312.649 170.901 314.107 170.901 314.472 171.904 314.381 174.365 313.743 177.829 312.74 177.829 312.74 179.834 312.74 182.022 312.649 183.663 312.831 184.848 313.013 186.033 313.925 187.765 315.748 187.765 316.569 188.13 317.662 187.036 317.662 185.304 316.569 184.392 315.748 183.663 314.928 182.296 315.748 180.473 318.483 178.011 319.85 177.282 321.126 176.279 321.947 176.188 321.947 174.638 324.317 174 327.325 172.542 327.325 174.912 326.778 176.188 327.872 177.92 330.607 181.02 331.336 182.113 333.068 182.113 335.803 182.478 336.897 181.566 336.897 180.746 336.259 179.561 334.253 179.014 332.521 179.105 331.427 178.649 330.516 177.464 330.516 174.912 332.977 170.992 333.615 169.078 332.977 167.528 331.336 166.89 330.151 165.978 331.974 164.429 332.795 162.605 336.897 163.016 339.905 163.882 341.82 164.976 342.549 166.161 344.098 166.981 345.284 166.525 346.195 167.437 347.563 166.343 348.109 164.976 346.742 163.061 344.463 162.423 342.806 162.188 341.507 161.133 339.996 160.782 337.771 159.833 335.53 158.777 338.902 155.13 340.179 154.219 341.364 155.039 341.911 155.951 342.822 154.401 343.916 154.401 345.284 154.037 345.101 152.669 343.096 151.94 341.637 151.94 340.361 151.028 338.46 151.357 336.623 153.125 334.071 154.401 332.612 152.943 332.886 150.299 332.521 148.02 331.519 146.197 330.789 144.921 329.787 143.371 329.24 141.821 328.328 140.636 326.778 139.816 324.955 140.272 323.588 140.636 321.126 141.821"/> <polyline class="cls-48" points="513.176 443.921 510.988 445.015 515.364 446.109"/> <g id="HornPieces"> <polyline class="cls-48" points="523.021 446.109 520.833 446.109 523.021 443.921"/> <polyline class="cls-48" points="518.645 443.921 516.458 442.827 515.364 443.921"/> <polyline class="cls-48" points="526.303 440.639 529.584 441.733 526.303 441.733 525.209 440.639"/> <path class="cls-48" d="M368.7805,453.7663l2.1879-1.0939Z"/> <polyline class="cls-48" points="528.491 446.109 527.397 445.015 529.584 443.921"/> </g> <g id="Horn"> <polyline class="cls-48" points="475.666 131.775 483.764 143.814 485.26 143.268 486.229 142.543"/> </g> </g> <g id="State2"> <g id="Humans"> <polygon class="cls-50" points="83.594 528.607 94.38 524.919 100.327 510.17 90.393 489.151 66.437 473.296 49.111 471.452 36.578 481.776 34.366 497.633 34.736 506.113 28.467 517.545 36.211 521.232 40.267 535.613 46.905 537.087 52.805 537.825 55.755 542.988 46.536 550.732 28.837 565.113 20.355 607.149 13.35 626.692 122.497 626.692 126.185 594.611 116.597 557.369 98.16 542.25 83.594 528.607"/> <polygon class="cls-50" points="719.861 513.488 725.392 517.544 723.179 520.862 726.866 527.5 728.527 540.038 739.773 547.781 739.773 551.468 734.979 559.212 737.929 575.068 736.086 586.499 730.554 589.08 718.016 596.086 711.011 610.467 726.866 626.692 608.131 626.692 633.575 597.93 656.806 585.762 657.543 577.28 652.381 551.468 666.393 512.013 696.998 508.694 719.861 513.488"/> <polygon class="cls-50" points="691.513 380.556 690.822 378.205 692.412 373.85 697.287 373.124 700.208 377.67 698.142 380.426 702.295 384.017 704.786 398.673 703.543 401.576 705.065 408.903 705.756 424.529 701.331 428.677 694.002 429.23 689.716 426.188 688.195 427.847 686.121 427.018 681.557 429.783 675.75 428.815 670.633 424.805 663.581 428.539 656.391 428.262 653.763 426.534 653.487 424.252 650.168 424.252 646.296 420.519 647.956 405.723 652.657 390.512 652.519 380.971 656.944 377.791 654.731 375.716 655.699 374.057 657.082 373.227 657.497 370.047 661.369 367.696 665.932 370.738 666.07 375.993 664.134 378.62 668.283 380.833 670.08 385.258 673.122 383.045 675.197 382.907 673.814 376.823 677.132 372.813 682.664 374.472 688.61 379.726 688.748 382.63 685.199 389.959 687.78 392.725 687.78 386.64 691.513 380.556"/> <polygon class="cls-50" points="281.495 360.995 284.625 358.708 285.085 356.039 281.107 355.598 278.698 354.221 274.601 355.268 274.393 357.369 271.975 359.682 272.291 360.838 275.973 361.47 276.92 363.678 273.449 367.569 270.083 382.506 269.452 384.609 266.296 381.664 265.665 375.038 263.614 374.511 261.142 376.72 261.142 380.191 262.194 381.138 260.195 382.19 255.568 393.655 258.197 395.022 258.302 402.7 257.566 404.278 258.197 409.853 260.09 412.062 259.67 408.486 260.721 402.806 262.72 395.022 263.561 395.548 262.825 402.175 261.142 409.117 264.087 411.22 266.506 410.589 263.246 408.065 267.138 394.707 267.559 386.923 269.557 387.449 273.238 382.505 274.501 382.295 274.711 393.865 276.499 402.385 278.182 402.806 280.706 393.129 283.021 392.498 283.336 397.126 286.807 395.232 287.648 390.184 286.176 381.348 288.385 378.298 285.229 365.571 281.337 363.887 281.495 360.995"/> <path class="cls-50" d="M122.8084,394.1766l-.7952-2.6965-7.1213-6.2225,1.521-7.1905-7.19,4.4249-.2766-8.02-4.978,6.6373-26.273,17.4231-3.8718-.2765-6.3608,4.1483L52.5282,405.17l-4.7014-18.8059-3.5953-9.956,3.0422-3.5953-1.6594-8.5732-4.1483,7.7436-5.5312.5531-.5531-8.02-5.5311,12.1685,1.1062,25.4433-22.4011.83L-4.7191,422.04v64.9909l2.2125,2.2125-.2766,4.7014,3.3187,3.0422,1.3828-4.4249,1.1062-4.1484V481.776l2.9039-5.2545L8.0026,479.84l-.5532,8.5733,2.2125.2766,2.2125,6.3608h4.4249l-2.2125-6.2226L12.4275,480.67l6.9139,13.8279-2.2125,6.0842,5.2546,6.0843,3.3187-6.3608,4.7015,6.0842,4.332-.2765-2.9492-11.3389-1.9359-18.2527,3.0421-7.1495v9.6385l3.3187,10.2326,1.6593-1.6594-1.9359-16.87,4.978-11.892.83,24.337,3.3187-1.3828V460.2046l5.5311-8.7116-.0367-.8858,5.5679-2.8477,2.6343-2.5366,10.3639.6007-2.2125,4.4249,10.7857,37.8883,3.0114-3.0119.0308.7995,5.2546,3.8718.5531-5.2546-.5531-1.9359,1.6593-16.87,2.2125-21.2949,6.3608-12.445-.2766-10.2327,7.1905-20.1886,5.5311,1.6593,5.2546-1.6593,6.914,1.3828,4.1483,3.3186,5.2546-3.0421v-4.1483ZM50.3606,445.8712l-.047-1.1377,2.1839.1265Zm26.2281,12.9506.5531-5.2546,2.489,3.5953.48,12.4872Z"/> </g> <g id="Layer_10" data-name="Layer 10"> <polygon class="cls-51" points="842.799 594.004 708.512 557.974 675.957 581.105 614.466 567.76 476.223 547.296 435.869 551.967 427.279 562.422 436.322 576.657 411.001 595.34 475.208 631.37 842.799 631.37 842.799 594.004"/> <polygon class="cls-52" points="587.813 479.263 552.414 472.073 552.967 479.816 590.026 488.666 587.813 479.263"/> <polygon class="cls-53" points="404.317 406.667 394.431 415.863 394.189 418.663 391.164 422.552 381.493 436.665 382.05 444.413 385.648 447.18 396.711 445.799 397.542 442.758 414.965 440.269 419.113 441.098 428.793 466.542 428.24 473.179 434.877 489.772 423.815 505.536 417.177 520.194 431.282 551.168 434.047 553.934 438.656 562.23 442.712 563.152 443.081 554.487 440.132 550.892 440.408 545.914 428.516 517.981 447.599 497.24 462.256 535.128 464.192 547.296 466.128 554.763 462.533 555.593 457.831 562.23 466.681 564.719 471.659 562.23 475.531 552.551 469.17 524.342 463.916 500.835 481.892 504.153 508.718 496.963 511.207 507.196 523.375 535.958 508.718 566.932 502.634 568.315 492.401 573.569 498.209 576.058 507.612 576.058 513.281 574.952 535.267 538.723 535.267 530.703 539.416 522.406 549.925 530.979 555.456 534.298 576.474 574.399 582.835 588.227 589.196 591.269 590.579 586.844 587.537 578.824 583.388 573.016 582.559 568.038 566.242 523.789 561.817 520.747 562.37 499.729 559.051 474.285 546.606 452.714 529.183 449.395 490.465 448.012 458.108 436.397 447.599 433.908 427.963 413.443 419.943 408.465 424.368 396.573 414.412 404.04 415.241 393.254 405.839 401.551 404.317 406.667"/> <polygon class="cls-54" points="425.935 412.522 423.723 410.494 418.192 409.94 405.894 420.482 401.229 409.572 400.123 408.651 397.727 411.231 402.33 423.571 389.367 435.859 387.217 433.171 386.848 427.64 384.267 430.59 384.635 434.094 389.798 441.284 395.145 443.312 399.201 442.944 401.229 441.837 393.117 440.546 390.153 436.841 403.458 426.594 406.392 434.462 412.661 441.284 415.795 440.731 415.979 438.519 411.554 433.724 407.215 423.574 420.22 412.891 425.935 412.522"/> <polygon class="cls-54" points="476.084 442.206 474.425 440.73 469.815 439.624 454.144 470.783 458.016 486.27 464.653 505.444 471.291 506.92 472.581 504.155 461.888 474.84 464.469 464.146 476.084 442.206"/> <polygon class="cls-54" points="500.145 447.829 492.171 459.582 487.722 474.677 489.002 484.623 498.029 487.013 497.106 474.843 500.515 461.013 508.718 449.396 508.718 447.736 500.145 447.829"/> <polygon class="cls-55" points="618.788 449.395 570.667 484.794 571.019 506.122 462.809 473.18 459.859 475.024 461.703 479.818 571.157 514.439 571.773 551.721 750.982 597.077 796.337 539.553 798.55 495.304 765.363 475.392 618.788 449.395"/> <polygon class="cls-52" points="633.168 461.564 592.791 493.229 598.322 511.897 746.004 544.531 766.469 534.022 790.806 499.729 763.15 484.241 633.168 461.564"/> <polygon class="cls-56" points="700.648 522.406 716.136 519.088 717.242 509.131 701.202 498.622 675.205 497.516 663.037 503.047 664.696 512.45 679.077 520.194 700.648 522.406"/> <polygon class="cls-56" points="644.231 509.685 669.674 504.707 670.227 495.304 657.506 483.135 627.637 480.37 613.809 483.135 608.831 492.538 620.447 503.6 644.231 509.685"/> <polygon class="cls-56" points="696.5 490.879 716.689 501.941 736.601 501.941 747.11 497.516 745.451 488.113 720.561 480.37 696.223 482.582 696.5 490.879"/> <polygon class="cls-56" points="686.821 468.201 690.692 479.816 679.077 485.348 660.824 483.688 651.974 476.498 652.527 466.542 666.908 463.776 686.821 468.201"/> <polygon class="cls-56" points="757.619 517.428 748.216 511.897 722.773 513.003 712.817 527.937 721.667 534.022 748.216 531.256 757.619 517.428"/> <polygon class="cls-57" points="763.15 498.622 747.664 501.756 739.183 492.079 753.564 479.863 753.195 465.46 746.558 458.81 736.602 458.068 734.389 452.532 732.545 443.314 724.802 442.943 716.321 448.474 719.64 440.362 716.321 438.149 703.783 442.574 696.777 440.362 696.777 433.355 701.571 428.931 700.465 424.874 685.347 423.768 686.084 414.55 697.884 413.074 705.996 414.918 707.102 409.387 698.99 401.644 682.765 403.118 661.747 411.6 672.072 417.869 673.547 428.746 662.853 434.461 651.421 434.461 642.573 451.424 665.435 459.168 663.591 469.124 641.835 479.448 629.666 489.036 631.51 500.466 637.041 513.004 666.172 517.06 668.754 510.422 660.641 505.629 673.179 495.673 686.453 495.305 691.984 506.735 677.972 517.06 693.827 537.71 725.54 543.609 739.183 536.235 734.27 526.531 749.508 528.122 763.15 522.96 763.15 498.622"/> <polygon class="cls-52" points="742.132 477.327 741.579 468.201 737.707 464.329 734.388 468.201 739.366 474.838 731.623 473.732 728.028 477.604 732.452 479.263 742.132 477.327"/> <polygon class="cls-52" points="618.556 544.127 627.287 541.411 630.123 536.727 625.571 534.428 620.314 540.847 619.539 533.062 614.921 530.496 614.366 535.188 618.556 544.127"/> <polygon class="cls-52" points="694.011 510.514 693.734 518.258 697.606 521.577 698.713 516.599 697.053 513.28 700.372 513.556 705.073 511.067 702.308 508.578 694.011 510.514"/> <polygon class="cls-52" points="695.772 453.991 699.245 447.064 697.105 442.436 694.028 446.502 694.157 450.21 691.254 448.578 685.943 448.885 687.422 452.299 695.772 453.991"/> <polygon class="cls-52" points="713.251 457.945 720.969 457.249 723.776 452.993 718.698 452.518 715.615 454.579 715.472 451.253 712.415 446.901 710.291 449.956 713.251 457.945"/> <polygon class="cls-58" points="745.332 395.996 753.049 395.3 755.856 391.044 750.779 390.569 747.696 392.631 747.553 389.304 744.496 384.952 742.372 388.007 745.332 395.996"/> <polygon class="cls-52" points="734.27 526.531 741.987 525.835 744.794 521.579 739.716 521.104 736.633 523.166 736.491 519.839 733.433 515.487 731.31 518.542 734.27 526.531"/> <polygon class="cls-52" points="594.811 524.568 595.839 516.888 592.307 513.208 590.723 518.056 592.052 521.519 588.776 520.922 583.855 522.943 586.365 525.689 594.811 524.568"/> <polygon class="cls-57" points="737.707 407.912 732.544 402.75 721.114 410.862 718.901 427.824 725.539 428.93 729.594 421.556 745.819 416.393 749.876 427.087 737.338 436.674 739.55 442.205 754.669 436.305 757.619 425.243 752.825 418.237 753.931 407.912 748.031 403.487 737.707 407.912"/> <polygon class="cls-52" points="697.146 590.071 679.446 556.147 642.571 537.71 612.335 550.985 601.273 586.384 623.397 616.989 689.033 616.989 697.146 590.071"/> </g> <g id="George"> <polygon class="cls-59" points="189.018 510.007 190.722 506.217 203.223 501.164 232.487 502.848 241.011 508.744 239.59 514.639 229.078 519.272 197.825 518.43 192.143 512.113 189.018 510.007"/> <polygon class="cls-60" points="232.164 446.84 231.545 462.314 230.462 479.645 227.367 500.226 232.319 504.559 236.806 505.951 237.116 507.035 231.7 508.118 226.748 505.797 220.249 504.714 221.487 497.905 221.642 479.026 221.951 455.97 217.154 469.742 215.606 481.347 211.428 489.394 206.941 501.154 207.87 508.427 210.345 511.986 209.726 513.534 204.465 512.915 200.441 505.487 202.144 500.536 201.061 497.75 204.929 475.003 209.726 454.113 209.881 444.983 232.164 446.84"/> <polygon class="cls-61" points="206.283 443.281 205.587 452.565 208.256 453.378 208.953 455.351 208.024 459.297 206.631 458.716 207.096 456.279 205.703 455.467 205.355 461.618 206.631 462.894 206.399 463.591 204.194 463.359 201.873 461.27 202.105 453.726 200.016 443.281 206.283 443.281"/> <polygon class="cls-61" points="229.379 402.487 229.233 403.532 229.625 405.214 227.703 411.249 225.32 411.83 225.434 414.151 222.764 416.762 218.412 414.093 217.889 412.062 218.469 408.464 215.394 402.835 219.108 395.872 227.957 396.394 229.379 398.135 229.379 402.487"/> <polygon class="cls-61" points="232.164 443.165 235.297 454.306 233.557 455.119 233.208 457.556 233.673 461.037 235.297 460.921 235.53 458.716 236.11 459.413 236.342 461.85 233.673 463.475 234.021 464.055 236.11 463.823 238.663 462.198 238.315 453.494 238.083 439.103 232.164 443.165"/> <polygon class="cls-62" points="215.568 412.642 218.005 412.758 221.022 415.659 224.04 416.124 226.206 413.338 231.545 415.814 235.181 422.623 238.895 433.068 240.636 435.621 237.967 441.308 232.396 444.093 227.173 446.879 217.077 447.923 206.748 445.022 206.167 444.209 202.918 444.79 199.32 443.861 196.186 437.362 198.624 431.443 200.248 426.221 203.962 419.489 209.804 415.969 215.568 412.642"/> <g> <polygon class="cls-63" points="221.313 402.545 220.732 402.429 222.125 400.978 223.518 401.559 224.504 402.429 225.259 402.139 224.156 403.183 223.725 402.892 224.214 403.532 223.75 403.88 223.286 404.112 222.763 403.938 222.705 403.357 221.545 403.473 222.067 403.009 223.294 402.6 222.183 401.849 221.313 402.545"/> <polygon class="cls-63" points="228.45 401.152 228.798 402.081 228.74 402.487 228.16 402.023 227.451 402.459 227.812 402.429 228.914 403.299 228.276 403.764 227.406 403.706 227.522 402.951 226.477 403.357 226.877 402.813 226.651 402.951 225.955 403.125 225.723 402.371 227.638 401.326 228.45 401.152"/> </g> <polygon class="cls-64" points="225.046 403.338 225.839 403.038 227.057 405.563 227.057 406.143 224.698 406.452 225.046 403.338"/> <polygon class="cls-65" points="224.698 406.452 227.057 406.143 225.82 407.11 224.698 406.452"/> <polygon class="cls-63" points="223.653 408.928 224.233 408.406 226.864 408.048 227.173 408.488 225.355 408.928 223.653 408.928"/> <polygon class="cls-66" points="226.477 396.51 229.001 398.744 229.277 402.676 230.082 398.142 227.699 395.353 220.908 393.088 216.439 393.958 214.582 395.582 212.666 402.719 213.595 404.692 215.162 404.982 214.871 405.621 213.595 406.375 213.595 408 214.233 408.232 215.394 409.334 217.309 409.508 218.701 408.754 218.933 406.027 216.728 405.04 216.38 403.183 217.019 402.081 218.005 402.023 218.237 402.777 218.875 403.299 218.991 401.965 219.63 398.019 222.125 396.452 226.477 396.51"/> <polygon class="cls-67" points="226.206 413.338 222.957 425.021 225.046 444.441 227.29 451.946 233.015 448.001 232.783 444.209 231.468 432.681 230.075 419.837 231.545 415.814 231.003 414.731 226.748 412.952 226.206 413.338"/> <polygon class="cls-67" points="216.689 412.1 218.121 419.064 219.611 422.468 219.166 438.639 219.166 446.995 216.689 452.952 208.565 450.09 207.715 451.869 206.09 450.244 206.167 444.209 209.494 442.662 211.583 438.716 210.577 431.753 211.119 421.076 209.804 415.969 210.19 414.886 215.684 411.946 216.689 412.1"/> <polygon class="cls-60" points="218.005 411.684 220.239 414.397 223.039 415.609 225.541 412.994 226.129 412.932 226.129 414.035 224.91 416.24 223.402 417.226 224.388 418.967 224.707 421.462 222.879 421.694 222.879 423.319 221.545 423.551 220.036 422.855 218.759 419.547 220.79 417.226 218.585 415.775 216.67 412.41 217.367 411.597 218.005 411.684"/> </g> <g id="Briana"> <polygon class="cls-59" points="265.348 511.125 267.234 507.189 281.064 501.941 313.441 503.69 322.871 509.813 321.3 515.936 309.669 520.747 275.092 519.872 268.805 513.311 265.348 511.125"/> <polygon class="cls-68" points="282.774 499.226 283.55 503.526 283.102 504.72 282.64 506.392 280.02 509.378 278.232 510.214 277.665 511.05 274.197 513.003 274.232 513.319 281.13 514.036 284.58 511.767 285.886 509.975 288.869 509.258 289.225 504.839 287.911 502.093 287.432 497.435 291.015 493.852 291.134 496.957 290.298 499.346 292.687 506.511 294.478 507.467 296.031 506.153 295.553 496.479 292.448 491.822 282.774 499.226"/> <polygon class="cls-69" points="277.017 438.795 277.017 442.616 273.992 455.037 275.624 456.351 275.624 462.203 273.586 461.367 272.746 462.681 272.266 466.741 270.474 463.039 271.19 455.276 270.951 440.586 272.264 438.795 271.786 434.018 278.701 435.331 277.017 438.795"/> <polygon class="cls-69" points="276.553 401.532 276.553 404.876 276.797 406.489 276.501 409.057 277.697 412.639 280.385 415.506 281.938 415.983 281.878 417.536 280.803 418.969 279.788 419.686 280.684 422.791 285.282 424.344 289.821 423.09 290.895 418.91 288.626 417.476 288.148 415.685 288.566 413.058 289.88 411.385 292.03 406.728 289.522 401.234 283.132 396.457 277.155 399.92 276.553 401.532"/> <polygon class="cls-70" points="275.131 460.531 273.697 459.695 272.622 461.725 272.264 466.741 271.786 472.594 269.756 480.715 270.95 470.921 271.906 466.025 271.637 465.487 270.473 471.399 269.279 481.073 266.054 486.805 265.815 492.18 267.009 492.777 268.92 490.627 270.353 480.954 272.503 472.594 273.339 466.98 275.131 460.531"/> <polygon class="cls-71" points="286.277 406.588 285.999 406.389 284.526 406.031 284.048 406.23 284.128 407.305 284.765 407.385 285.959 406.867 286.277 406.588"/> <polygon class="cls-71" points="280.167 406.807 278.753 406.111 278.196 406.27 278.156 407.265 278.793 407.504 279.589 407.345 280.167 406.807"/> <polygon class="cls-68" points="280.167 406.807 279.301 405.961 278.35 405.737 277.875 405.904 277.359 406.561 278.156 407.496 278.475 407.496 278.952 406.903 278.793 406.328 280.167 406.807"/> <polygon class="cls-68" points="283.132 406.548 284.247 405.673 284.964 405.752 286.158 406.429 284.446 406.19 284.605 406.907 284.128 407.305 283.331 406.787 283.132 406.548"/> <polygon class="cls-68" points="280.147 405.832 280.505 405.752 280.346 404.876 278.873 403.802 277.678 403.722 277.201 404.518 277.718 404.12 278.674 404.399 280.147 405.832"/> <polygon class="cls-68" points="282.057 405.513 283.69 404.677 284.207 404.319 285.561 404.439 286.237 404.837 285.521 403.881 284.605 403.603 282.973 404.16 282.097 404.757 282.057 405.513"/> <polygon class="cls-72" points="282.864 409.295 282.998 408.788 282.199 408.385 280.815 406.004 280.51 405.749 280.209 407.98 279.849 409.429 281.102 410.281 281.819 410.281 282.117 409.848 282.864 409.295"/> <polygon class="cls-68" points="283.73 412.138 282.177 411.374 280.863 411.29 280.107 411.826 279.669 411.854 280.306 412.175 281.58 412.138 283.73 412.138"/> <polygon class="cls-73" points="282.873 412.839 281.699 412.602 280.863 412.602 280.784 412.959 282.018 413.655 282.893 413.307 282.873 412.839"/> <polygon class="cls-74" points="286.596 414.232 283.212 415.546 280.385 415.506 282.456 416.262 284.406 416.382 285.76 415.426 286.596 414.232"/> <polygon class="cls-68" points="290.258 406.31 289.422 407.623 289.821 408.698 290.458 407.703 290.258 406.31"/> <path class="cls-75" d="M305.625,447.4734l3.4237-6.7679-2.8663-7.1658-6.8485-8.0537-2.2282-2.9338-6.21-3.6427-1.5527,4.24-4.0607,1.1944-4.598-1.5525-.8958-3.1052-4.4983,1.433-2.7867,7.1658-1.6722,10.3508-1.2739,5.5734L270.831,454.56l2.23,1.433-.9557,7.6434-2.11,32.7242,7.2853,3.2247,5.1355,1.3133,4.7771-.2389,3.1052-4.6577,3.8219.836,4.1005,1.8311,2.5478-1.4331-.5574-16.76L298.7777,458.62l-.836-7.6434-1.1005-2.0791,2.4143.8051Zm-13.0577-6.6485,1.9109-6.21,2.9682,1.3025,1.8884,2.8776-3.503,4.5385-.5773,3.0453.9228,1.2653Z"/> <polygon class="cls-76" points="277.161 440.228 282.137 441.183 279.43 437.361 276.882 434.177 276.245 431.47 277.519 423.508 276.564 424.941 274.016 432.425 275.927 438.954 277.161 440.228"/> <polygon class="cls-70" points="298.101 452.29 296.947 455.196 294.239 457.267 290.418 452.171 293.603 460.77 295.991 461.248 298.698 457.267 298.101 452.29"/> <polygon class="cls-70" points="292.647 440.546 291.214 443.253 291.373 449.623 295.195 452.808 297.185 452.251 294.399 441.98 292.647 440.546"/> <polygon class="cls-68" points="291.97 398.666 286.357 395.322 280.619 395.561 276.553 399.622 276.553 401.453 277.017 401.055 277.017 401.254 277.666 400.856 278.031 400.26 278.71 400.221 278.871 399.426 279.31 399.629 280.146 399.477 280.545 400.169 282.057 399.761 282.655 399.382 282.814 399.86 283.252 400.537 285.003 401.095 286.198 400.696 286.277 401.493 286.596 402.488 287.511 402.249 286.914 404.12 287.432 405.115 288.148 404.837 288.188 406.588 288.825 407.385 289.422 405.991 289.973 405.028 291.134 405.832 291.433 407.252 291.373 407.265 290.616 409.614 290.138 410.211 289.104 410.171 288.626 411.087 288.467 413.276 290.458 411.604 293.045 406.907 293.403 400.816 291.97 398.666"/> <polygon class="cls-77" points="282.057 393.531 281.46 393.769 282.416 395.561 284.566 397.233 285.043 396.158 286.237 396.516 286.715 399.98 288.507 400.577 289.94 399.98 290.537 401.174 291.97 401.293 292.209 402.846 292.089 404.04 293.642 406.429 294.359 405.832 293.642 403.802 293.523 399.024 292.567 397.711 290.418 396.277 287.671 393.531 283.61 394.367 282.057 393.531"/> <polygon class="cls-69" points="295.354 446.12 293.045 444.408 291.492 445.483 290.179 447.752 290.059 449.902 291.254 450.14 291.851 449.185 291.731 447.991 292.806 446.916 293.403 448.11 293.523 450.618 295.274 452.251 297.703 450.977 297.583 448.946 296.177 447.644 295.354 446.12"/> <polygon class="cls-78" points="292.727 440.546 283.291 441.183 276.743 439.591 273.707 451.216 272.269 491.663 285.643 495.166 288.667 493.573 292.206 493.892 295.586 492.936 295.586 457.426 292.604 450.101 292.727 440.546"/> <polygon class="cls-79" points="279.112 440.228 276.564 450.579 277.997 451.534 280.545 440.387 279.112 440.228"/> <polygon class="cls-79" points="283.483 441.269 281.66 447.883 284.909 447.883 284.909 441.183 283.483 441.269"/> <polygon class="cls-79" points="287.711 440.92 288.348 449.093 290.577 449.517 291.214 447.528 288.984 440.92 287.711 440.92"/> <polygon class="cls-76" points="298.539 437.521 298.857 435.132 293.284 430.833 288.188 436.088 288.507 438.954 292.727 440.546 295.354 435.769 298.539 437.521"/> </g> </g> <g id="State1"> <g id="Other_Soldiers" data-name="Other Soldiers"> <g id="Guy_watching" data-name="Guy watching"> <path class="cls-80" d="M445.1018,379.3691v.0012c-1.4065-1.7993-3.6206-2.5184-5.295-1.5972-1.9106,1.0513-2.3942,3.8395-1.08,6.2277a6.0375,6.0375,0,0,0,.7254,1.0227l-.02-.0055.3333,2.9181,4.887.6912-.0869-2.2056c1.6737-.9208,2.2517-3.1743,1.4863-5.3245l.9346-.5142Z"/> <polygon class="cls-34" points="443.742 376.735 438.814 386.206 436.132 385.428 435.007 379.288 438.855 376.043 443.742 376.735"/> <path class="cls-81" d="M430.0565,422.5809c0-.7842,5.7126-24.7832,7.2493-30.9629a5.5018,5.5018,0,0,1,3.094-3.6951h0a4.5666,4.5666,0,0,1,3.78.0213l2.036.94a9.896,9.896,0,0,1,5.5573,7.0447h0v26.6524Z"/> <polygon class="cls-82" points="451.773 422.581 450.391 440.349 446.245 440.349 444.863 428.504 444.863 422.581 451.773 422.581"/> <polygon class="cls-82" points="437.296 422.581 434.005 440.349 429.069 440.349 430.056 427.517 431.821 422.581 437.296 422.581"/> <polygon class="cls-83" points="429.069 432.452 429.069 443.311 437.953 443.311 437.953 442.323 435.979 441.336 434.236 439.103 435.979 432.452 429.069 432.452"/> <polygon class="cls-83" points="444.863 432.452 445.85 443.311 454.735 443.311 454.735 442.323 452.76 441.336 451.017 439.103 452.76 432.452 444.863 432.452"/> <polygon class="cls-81" points="437.987 390.029 430.056 400.639 430.882 405.865 433.511 407.402 437.987 390.029"/> <polygon class="cls-84" points="446.216 388.884 445.427 386.206 439.374 386.941 438.496 389.34 446.216 388.884"/> </g> <g id="Watchers"> <polygon class="cls-7" points="578.879 444.316 567.166 442.888 548.025 444.031 542.311 445.745 540.026 451.173 555.738 455.458 575.736 451.173 578.879 444.316"/> <path class="cls-85" d="M562.923,382.2916l-1.8717-2.7932c-.3638-2.5013-2.068-4.3957-4.119-4.3957-2.316,0-4.1935,2.4139-4.1935,5.3916s1.8775,5.3917,4.1935,5.3917c1.825,0,3.3734-1.5018,3.95-3.5944Z"/> <polygon class="cls-86" points="560.351 377.377 556.932 377.499 556.932 381.692 554.325 384.713 549.743 384.713 549.743 380.494 551.541 380.494 552.739 375.103 559.928 374.504 560.351 377.377"/> <polygon class="cls-87" points="551.541 380.494 561.126 375.103 559.329 373.305 552.739 373.305 549.743 378.697 551.541 380.494"/> <polygon class="cls-81" points="547.347 400.863 549.743 386.485 563.522 386.485 567.116 400.863 567.116 405.655 570.897 418.186 544.352 418.934 547.347 404.457 547.347 400.863"/> <polygon class="cls-84" points="552.739 388.881 552.739 402.66 550.942 406.853 562.923 406.853 562.923 402.66 561.126 388.881 552.739 388.881"/> <polygon class="cls-84" points="554.536 384.688 559.561 384.688 560.351 386.485 556.932 392.476 553.351 386.485 554.536 384.688"/> <polygon class="cls-82" points="550.062 386.485 567.116 405.655 567.116 400.863 553.338 386.485 550.062 386.485"/> <polygon class="cls-82" points="560.527 386.485 547.347 400.863 547.347 404.457 563.522 386.485 560.527 386.485"/> <polygon class="cls-82" points="562.923 406.853 564.72 412.844 565.936 428.121 565.936 443.397 563.522 443.397 560.351 431.617 560.351 425.955 557.531 412.844 555.135 426.623 551.511 443.447 548.545 443.397 548.267 429.618 549.144 426.024 549.743 411.047 550.942 406.853 562.923 406.853"/> <path class="cls-83" d="M560.7907,436.0683l6.2774.0262.34,6.9462,2.2344,2.6272,2.9451,1.1824.1,1.1482h0a11.4443,11.4443,0,0,1-6.8336.0164l-1.667-.517a1.9171,1.9171,0,0,1-1.4406-2.0065L563.01,443.3Z"/> <polygon class="cls-83" points="548.267 435.42 550.062 436.994 553.24 435.42 551.64 442.847 552.522 445.859 552.439 447.092 550.062 449.173 545.26 449.173 545.26 447.682 546.639 446.273 548.135 443.447 548.267 435.42"/> <path class="cls-81" d="M563.522,386.4851l4.1935.506,1.2067,14.5078-2.05,2.9583L549.25,402.3428s.5647-4.84.6608-4.611,13.0121.1356,13.0121.1356Z"/> <polygon class="cls-81" points="550.062 386.485 546.043 388.302 544.352 402.538 548.267 405.655 564.708 399.885 549.911 397.732 550.062 386.485"/> <polygon class="cls-83" points="565.216 404.258 565.936 411.339 572.609 411.339 572.609 408.705 568.202 402.538 566.872 404.457 565.216 404.258"/> <polygon class="cls-84" points="563.984 429.478 560.351 427.746 560.351 431.617 561.556 436.095 566.651 436.095 565.936 428.121 563.984 429.478"/> <polygon class="cls-84" points="554.893 427.746 551.935 429.478 549.144 426.024 548.267 429.618 548.267 435.42 550.062 436.994 553.24 435.42 554.893 427.746"/> </g> <g id="Layer_17" data-name="Layer 17"> <path class="cls-80" d="M482.8016,376.2833l-2.8895.412-1.5341,1.8335-2.3612,1.2256.9134.6012-.5065.8939.8307,1.0377-1.3578.1362a16.4317,16.4317,0,0,1-.1733,2.19c-.0951-.042,1.3,1.3013,1.3,1.3013l4.8352,1.6773Z"/> <polygon class="cls-88" points="476.973 421.58 476.744 427.071 478.917 434.277 482.922 435.536 484.638 434.277 482.578 427.071 483.493 421.58 485.81 422.209 487.154 430.731 488.412 433.363 491.615 430.273 490.357 419.406 476.973 421.58"/> <polygon class="cls-89" points="480.834 386.368 482.559 388.429 484.913 388.129 490.059 385.148 490.76 378.933 487.162 374.1 483.001 374.648 479.905 378.259 479.329 381.475 480.834 386.368"/> <polygon class="cls-81" points="490.815 404.077 493.56 400.302 490.815 394.24 486.925 388.749 480.748 387.948 474.571 390.808 473.313 394.583 470.567 404.764 474.342 406.937 473.198 419.978 477.202 422.838 483.493 425.126 492.759 418.834 490.815 404.077"/> <polygon class="cls-90" points="491.172 427.157 489.242 428.844 486.582 428.443 488.069 437.709 484.951 437.527 484.638 434.277 482.007 433.706 478.917 434.277 482.12 444.573 476.744 444.116 476.286 444.916 483.379 448.577 486.01 448.462 485.179 439.869 490.416 441.595 491.39 441.248 491.852 428.429 491.172 427.157"/> <polygon class="cls-91" points="486.925 388.749 484.78 387.119 479.204 386.947 476.801 389.693 486.925 388.749"/> </g> </g> <g id="George-2" data-name="George"> <polygon class="cls-60" points="368.298 436.831 367.723 451.206 366.717 467.306 363.842 486.424 368.442 490.449 372.611 491.743 372.898 492.749 367.867 493.756 363.267 491.599 357.23 490.593 358.38 484.268 358.523 466.731 358.811 445.313 354.355 458.106 352.917 468.887 349.036 476.362 344.867 487.287 345.73 494.043 348.03 497.349 347.455 498.787 342.567 498.212 338.83 491.312 340.411 486.712 339.405 484.125 342.998 462.994 347.455 443.588 347.599 435.106 368.298 436.831"/> <polygon class="cls-61" points="344.256 433.525 343.61 442.15 346.089 442.905 346.736 444.737 345.874 448.403 344.58 447.864 345.011 445.6 343.717 444.845 343.394 450.559 344.58 451.745 344.364 452.392 342.316 452.176 340.16 450.236 340.375 443.228 338.435 433.525 344.256 433.525"/> <polygon class="cls-61" points="365.711 395.63 365.576 396.6 365.94 398.163 364.154 403.769 361.941 404.308 362.047 406.465 359.566 408.89 355.523 406.411 355.037 404.524 355.577 401.182 352.72 395.953 356.169 389.484 364.39 389.97 365.711 391.587 365.711 395.63"/> <polygon class="cls-61" points="368.298 433.417 371.209 443.767 369.592 444.522 369.268 446.786 369.7 450.02 371.209 449.912 371.425 447.864 371.964 448.511 372.179 450.775 369.7 452.284 370.023 452.823 371.964 452.608 374.336 451.098 374.012 443.012 373.797 429.644 368.298 433.417"/> <polygon class="cls-62" points="352.881 405.063 355.145 405.171 357.948 407.866 360.751 408.297 362.764 405.71 367.723 408.01 371.101 414.335 374.551 424.038 376.168 426.41 373.689 431.692 368.514 434.28 363.662 436.867 354.283 437.838 344.688 435.142 344.149 434.388 341.13 434.927 337.788 434.064 334.877 428.027 337.141 422.528 338.65 417.677 342.1 411.424 347.527 408.154 352.881 405.063"/> <g> <polygon class="cls-63" points="358.218 395.684 357.679 395.576 358.973 394.228 360.266 394.767 361.183 395.576 361.883 395.306 360.859 396.277 360.459 396.006 360.913 396.6 360.482 396.923 360.051 397.139 359.566 396.977 359.512 396.438 358.434 396.546 358.919 396.115 360.058 395.735 359.026 395.037 358.218 395.684"/> <polygon class="cls-63" points="364.848 394.39 365.172 395.252 365.118 395.63 364.579 395.198 363.92 395.604 364.255 395.576 365.28 396.384 364.687 396.816 363.878 396.762 363.986 396.061 363.015 396.438 363.387 395.932 363.177 396.061 362.53 396.223 362.315 395.522 364.094 394.552 364.848 394.39"/> </g> <polygon class="cls-64" points="361.686 396.42 362.423 396.142 363.555 398.487 363.555 399.026 361.362 399.313 361.686 396.42"/> <polygon class="cls-65" points="361.362 399.313 363.555 399.026 362.405 399.924 361.362 399.313"/> <polygon class="cls-63" points="360.392 401.613 360.931 401.128 363.375 400.796 363.662 401.204 361.973 401.613 360.392 401.613"/> <polygon class="cls-66" points="363.015 390.077 365.36 392.153 365.616 395.805 366.364 391.593 364.151 389.003 357.842 386.899 353.691 387.706 351.965 389.215 350.186 395.845 351.048 397.678 352.504 397.948 352.234 398.541 351.048 399.241 351.048 400.751 351.641 400.966 352.72 401.99 354.498 402.152 355.792 401.451 356.008 398.918 353.959 398.001 353.636 396.277 354.229 395.252 355.145 395.198 355.361 395.899 355.954 396.384 356.062 395.145 356.655 391.479 358.973 390.023 363.015 390.077"/> <polygon class="cls-67" points="362.764 405.71 359.745 416.563 361.686 434.603 363.77 441.575 369.089 437.91 368.873 434.388 367.651 423.679 366.358 411.747 367.723 408.01 367.22 407.004 363.267 405.351 362.764 405.71"/> <polygon class="cls-67" points="353.923 404.56 355.253 411.029 356.637 414.191 356.223 429.213 356.223 436.975 353.923 442.51 346.376 439.85 345.586 441.503 344.077 439.994 344.149 434.388 347.239 432.95 349.179 429.285 348.245 422.816 348.748 412.897 347.527 408.154 347.886 407.148 352.989 404.416 353.923 404.56"/> <polygon class="cls-60" points="355.145 404.174 357.221 406.694 359.822 407.819 362.146 405.39 362.692 405.333 362.692 406.357 361.56 408.405 360.158 409.322 361.075 410.939 361.371 413.257 359.673 413.472 359.673 414.982 358.434 415.197 357.032 414.55 355.846 411.478 357.733 409.322 355.684 407.974 353.905 404.847 354.552 404.093 355.145 404.174"/> <polyline class="cls-59" points="345.691 561.307 329.57 590.397 323.721 576.162 329.308 527.957 337.785 490.347 358.316 487.071 364.571 486.743 373.147 494.359"/> <polygon class="cls-60" points="368.298 437.026 367.723 451.4 366.717 467.5 363.842 486.619 368.442 490.643 372.611 491.937 372.898 492.944 367.867 493.95 363.267 491.794 357.23 490.787 358.38 484.462 358.523 466.925 358.811 445.507 354.355 458.3 352.917 469.081 349.036 476.556 345.73 494.237 345.73 494.237 348.03 497.543 347.455 498.981 342.567 498.406 338.83 491.506 340.411 486.906 339.405 484.319 342.998 463.188 347.455 443.782 347.599 435.301 368.298 437.026"/> <polygon class="cls-61" points="344.256 433.719 343.61 442.344 346.089 443.099 346.736 444.932 345.874 448.597 344.58 448.058 345.011 445.794 343.717 445.039 343.394 450.753 344.58 451.939 344.364 452.586 342.316 452.371 340.16 450.43 340.375 443.422 338.435 433.719 344.256 433.719"/> <polygon class="cls-61" points="365.711 395.824 365.576 396.794 365.94 398.357 364.154 403.964 361.941 404.503 362.047 406.659 359.566 409.085 355.523 406.605 355.037 404.718 355.577 401.376 352.72 396.147 356.169 389.679 364.39 390.164 365.711 391.781 365.711 395.824"/> <polygon class="cls-61" points="368.298 433.612 371.209 443.961 369.592 444.716 369.268 446.98 369.7 450.214 371.209 450.107 371.425 448.058 371.964 448.705 372.179 450.969 369.7 452.478 370.023 453.017 371.964 452.802 374.336 451.292 374.012 443.207 373.797 429.838 368.298 433.612"/> <polygon class="cls-62" points="352.881 405.257 355.145 405.365 357.948 408.06 360.751 408.492 362.764 405.904 367.723 408.204 371.101 414.529 374.551 424.232 376.168 426.604 373.689 431.887 368.514 434.474 363.662 437.061 354.283 438.032 344.688 435.337 344.149 434.582 341.13 435.121 337.788 434.258 334.877 428.221 337.141 422.723 338.65 417.871 342.1 411.618 347.527 408.348 352.881 405.257"/> <g> <polygon class="cls-63" points="358.218 395.878 357.679 395.77 358.973 394.422 360.266 394.961 361.183 395.77 361.883 395.5 360.859 396.471 360.459 396.2 360.913 396.794 360.482 397.118 360.051 397.333 359.566 397.172 359.512 396.632 358.434 396.74 358.919 396.309 360.058 395.929 359.026 395.231 358.218 395.878"/> <polygon class="cls-63" points="364.848 394.584 365.172 395.447 365.118 395.824 364.579 395.393 363.92 395.798 364.255 395.77 365.28 396.579 364.687 397.01 363.878 396.956 363.986 396.255 363.015 396.632 363.387 396.126 363.177 396.255 362.53 396.417 362.315 395.716 364.094 394.746 364.848 394.584"/> </g> <polygon class="cls-64" points="361.686 396.615 362.423 396.336 363.555 398.681 363.555 399.22 361.362 399.508 361.686 396.615"/> <polygon class="cls-65" points="361.362 399.508 363.555 399.22 362.405 400.118 361.362 399.508"/> <polygon class="cls-63" points="360.392 401.807 360.931 401.322 363.375 400.99 363.662 401.399 361.973 401.807 360.392 401.807"/> <polygon class="cls-66" points="363.015 390.272 365.36 392.347 365.616 395.999 366.364 391.788 364.151 389.197 357.842 387.093 353.691 387.901 351.965 389.41 350.186 396.04 351.048 397.872 352.504 398.142 352.234 398.735 351.048 399.436 351.048 400.945 351.641 401.161 352.72 402.185 354.498 402.346 355.792 401.646 356.008 399.112 353.959 398.196 353.636 396.471 354.229 395.447 355.145 395.393 355.361 396.093 355.954 396.579 356.062 395.339 356.655 391.673 358.973 390.218 363.015 390.272"/> <polygon class="cls-67" points="362.764 405.904 359.745 416.757 361.686 434.797 363.77 441.769 369.089 438.104 368.873 434.582 367.651 423.873 366.358 411.942 367.723 408.204 367.22 407.198 363.267 405.545 362.764 405.904"/> <polygon class="cls-67" points="353.923 404.754 355.253 411.223 356.637 414.385 356.223 429.407 356.223 437.169 353.923 442.704 346.376 440.044 345.586 441.697 344.077 440.188 344.149 434.582 347.239 433.144 349.179 429.479 348.245 423.01 348.748 413.092 347.527 408.348 347.886 407.342 352.989 404.61 353.923 404.754"/> <polygon class="cls-60" points="355.145 404.368 357.221 406.888 359.822 408.013 362.146 405.584 362.692 405.527 362.692 406.551 361.56 408.599 360.158 409.516 361.075 411.133 361.371 413.451 359.673 413.667 359.673 415.176 358.434 415.392 357.032 414.745 355.846 411.672 357.733 409.516 355.684 408.168 353.905 405.042 354.552 404.287 355.145 404.368"/> </g> <g id="Briana-2" data-name="Briana"> <polyline class="cls-59" points="385.596 498 396.005 493.802 418.392 493.716 415.371 507.568 378.348 572.069 358.736 585.262 371.791 536.512 379.48 510.973"/> <polygon class="cls-69" points="392.53 395.153 392.53 398.48 392.67 400.084 392.324 402.638 393.488 406.202 396.149 409.054 397.687 409.529 397.625 411.073 396.845 413.251 395.886 414.484 396.434 416.301 401.008 417.846 407.46 418.387 406.592 412.44 404.334 411.014 403.859 409.232 404.275 406.618 405.582 404.955 407.72 400.321 405.225 394.856 398.869 390.104 393.027 393.549 392.53 395.153"/> <polygon class="cls-71" points="401.998 400.183 401.72 399.984 400.255 399.628 399.78 399.826 399.859 400.896 400.493 400.975 401.681 400.46 401.998 400.183"/> <polygon class="cls-71" points="395.919 400.401 394.513 399.707 393.958 399.866 393.919 400.856 394.552 401.094 395.345 400.935 395.919 400.401"/> <polygon class="cls-68" points="395.919 400.401 395.057 399.559 394.112 399.336 393.639 399.502 393.125 400.041 393.919 400.856 394.236 400.856 394.711 400.381 394.552 399.866 395.919 400.401"/> <polygon class="cls-68" points="398.869 400.143 399.978 399.272 400.691 399.351 401.879 400.024 400.176 399.787 400.335 400.499 399.859 400.896 399.067 400.381 398.869 400.143"/> <polygon class="cls-68" points="395.899 399.43 396.255 399.351 396.097 398.48 394.632 397.41 393.444 397.331 392.969 398.123 393.483 397.727 394.434 398.004 395.899 399.43"/> <polygon class="cls-68" points="397.8 399.113 399.424 398.282 399.938 397.925 401.285 398.044 401.958 398.44 401.245 397.489 400.335 397.212 398.711 397.767 397.84 398.361 397.8 399.113"/> <polygon class="cls-73" points="398.602 402.876 398.735 402.371 397.941 401.97 396.563 399.601 396.261 399.347 395.961 401.567 395.603 402.947 396.85 403.732 397.562 403.732 397.859 403.363 398.602 402.876"/> <polygon class="cls-71" points="399.463 405.787 399.105 405.239 396.612 404.88 395.859 405.403 396.057 405.785 397.393 405.992 399.463 405.787"/> <polygon class="cls-73" points="398.611 406.829 397.443 406.609 396.612 406.609 396.533 406.948 397.76 407.632 398.631 407.29 398.611 406.829"/> <polygon class="cls-73" points="402.315 407.787 398.949 409.093 396.136 409.054 398.196 409.806 400.137 409.925 401.483 408.974 402.315 407.787"/> <polygon class="cls-68" points="405.958 399.905 405.126 401.212 405.522 402.281 406.156 401.291 405.958 399.905"/> <polygon class="cls-68" points="391.914 495.292 391.195 497.586 394.602 504.897 399.387 510.059 399.105 510.975 394.585 510.975 388.832 508.236 386.093 500.429 386.641 496.868 388.969 490.978 406.364 489.746 411.774 492.211 417.595 493.033 417.595 494.539 411.02 497.415 406.501 497.415 404.103 499.059 400.748 498.1 400.748 492.895 391.914 495.292"/> <polygon class="cls-75" points="405.2 411.608 407.014 414.518 406.483 416.042 402.246 415.64 396.635 413.042 394.035 414.55 387.735 432.768 393.078 441.397 391.298 447.698 383.628 492.622 394.448 498.511 398.694 497.142 405.405 493.58 409.582 494.265 412.253 489.608 412.253 462.901 411.431 444.137 411.294 437.289 414.308 431.262 415.129 426.948 410.199 417.292 408.144 412.087 405.2 411.608"/> <polygon class="cls-78" points="404.446 436.398 406.398 444.462 406.09 448.519 402.392 448.519 397.666 446.259 394.585 482.418 389.243 490.225 397.05 493.82 407.733 490.841 411.431 490.841 414.718 485.705 414.308 454.272 411.842 436.33 404.446 436.398"/> <polygon class="cls-70" points="410.472 451.875 408.007 457.73 408.145 454.7 409.788 450.582 408.555 450.03 407.186 456.054 406.912 463.998 405.405 465.914 403.898 474.543 407.323 476.049 408.555 473.789 408.829 466.736 408.144 464.544 408.555 458.792 411.705 451.67 410.472 451.875"/> <polygon class="cls-69" points="405.063 447.081 402.597 448.519 408.007 450.983 411.158 452.216 413.075 451.395 414.034 445.232 412.664 443.452 411.021 442.356 409.377 444.41 408.418 445.985 406.501 444.41 405.063 447.081"/> <polygon class="cls-70" points="411.774 442.63 411.055 445.065 411.774 445.78 412.493 443.346 411.774 442.63"/> <polygon class="cls-70" points="413.075 434.138 410.199 434.823 409.103 434.686 409.377 432.495 408.829 427.838 407.048 430.303 407.459 433.727 401.296 433.316 400.611 434.206 406.912 437.699 411.842 436.33 413.075 434.138"/> <polygon class="cls-68" points="407.645 391.67 401.992 388.303 396.214 388.543 392.119 392.632 392.119 394.477 392.53 394.076 392.53 394.276 393.213 393.876 393.594 393.275 394.285 393.236 394.451 392.436 394.894 392.64 395.737 392.487 396.139 393.184 397.662 392.773 398.264 392.392 398.424 392.873 398.865 393.555 400.629 394.116 401.832 393.715 401.912 394.517 402.233 395.519 403.155 395.278 402.553 397.163 403.075 398.165 403.797 397.884 403.837 399.648 404.477 400.45 405.079 399.047 405.634 398.077 406.804 398.887 407.104 400.316 407.044 400.33 406.282 402.695 405.801 403.296 404.759 403.257 404.278 404.178 404.117 406.384 406.122 404.699 408.728 399.969 409.088 393.835 407.645 391.67"/> <polygon class="cls-77" points="398.284 387.263 397.696 387.498 398.637 389.263 400.755 390.911 401.226 389.851 402.403 390.205 402.873 393.617 404.638 394.205 406.051 393.617 406.639 394.794 408.051 394.911 408.286 396.441 408.169 397.618 409.698 399.971 410.404 399.383 409.698 397.382 409.58 392.676 408.639 391.381 406.521 389.969 403.815 387.263 399.814 388.086 398.284 387.263"/> <polygon class="cls-79" points="406.912 437.699 407.733 444.41 410.199 442.356 408.966 437.22 406.912 437.699"/> <polygon class="cls-79" points="397.05 493.82 400.954 483.65 401.159 475.638 403.419 485.91 401.981 492.485 397.05 493.82"/> <polygon class="cls-69" points="392.53 395.32 392.53 398.646 392.67 400.25 392.324 402.805 393.488 406.369 396.149 409.22 397.687 409.696 397.625 411.24 396.845 413.418 395.886 414.651 396.434 416.468 401.008 418.012 407.46 418.554 406.592 412.606 404.334 411.181 403.859 409.399 404.275 406.785 405.582 405.122 407.72 400.488 405.225 395.023 398.869 390.27 393.027 393.716 392.53 395.32"/> <polygon class="cls-71" points="401.998 400.349 401.72 400.151 400.255 399.795 399.78 399.993 399.859 401.062 400.493 401.141 401.681 400.626 401.998 400.349"/> <polygon class="cls-71" points="395.919 400.567 394.513 399.874 393.958 400.032 393.919 401.022 394.552 401.26 395.345 401.102 395.919 400.567"/> <polygon class="cls-68" points="395.919 400.567 395.057 399.726 394.112 399.503 393.639 399.669 393.125 400.207 393.919 401.023 394.236 401.023 394.711 400.548 394.552 400.033 395.919 400.567"/> <polygon class="cls-68" points="398.869 400.31 399.978 399.439 400.691 399.518 401.879 400.191 400.176 399.953 400.335 400.666 399.859 401.062 399.067 400.547 398.869 400.31"/> <polygon class="cls-68" points="395.899 399.597 396.255 399.518 396.097 398.646 394.632 397.577 393.444 397.498 392.969 398.29 393.483 397.894 394.434 398.171 395.899 399.597"/> <polygon class="cls-68" points="397.8 399.28 399.424 398.448 399.938 398.092 401.285 398.211 401.958 398.607 401.245 397.656 400.335 397.379 398.711 397.934 397.84 398.527 397.8 399.28"/> <polygon class="cls-73" points="398.602 403.042 398.735 402.537 397.941 402.136 396.563 399.768 396.261 399.514 395.961 401.734 395.603 403.113 396.85 403.899 397.562 403.899 397.859 403.53 398.602 403.042"/> <polygon class="cls-71" points="399.463 405.954 399.105 405.406 396.612 405.047 395.859 405.57 396.057 405.952 397.393 406.159 399.463 405.954"/> <polygon class="cls-73" points="398.611 406.995 397.443 406.775 396.612 406.775 396.533 407.114 397.76 407.799 398.631 407.456 398.611 406.995"/> <polygon class="cls-73" points="402.315 407.953 398.949 409.26 396.136 409.22 398.196 409.973 400.137 410.092 401.483 409.141 402.315 407.953"/> <polygon class="cls-68" points="405.958 400.072 405.126 401.379 405.522 402.448 406.156 401.458 405.958 400.072"/> <polygon class="cls-68" points="391.914 495.459 391.195 497.753 394.602 505.063 399.387 510.226 399.105 511.141 394.585 511.141 388.832 508.402 386.093 500.595 386.641 497.034 388.969 491.145 406.364 489.912 411.774 492.378 417.595 493.199 417.595 494.706 411.02 497.582 406.501 497.582 404.103 499.226 400.748 498.267 400.748 493.062 391.914 495.459"/> <polygon class="cls-75" points="405.2 411.774 407.014 414.685 406.483 416.209 402.246 415.806 396.635 413.208 394.035 414.717 387.735 432.934 393.078 441.564 391.298 447.864 383.628 492.789 394.448 498.678 398.694 497.308 405.405 493.747 409.582 494.432 412.253 489.775 412.253 463.067 411.431 444.304 411.294 437.455 414.308 431.429 415.129 427.114 410.199 417.458 408.144 412.254 405.2 411.774"/> <polygon class="cls-78" points="404.446 436.565 406.398 444.629 406.09 448.686 402.392 448.686 397.666 446.426 394.585 482.584 389.243 490.391 397.05 493.987 407.733 491.008 411.431 491.008 414.718 485.872 414.308 454.439 411.842 436.497 404.446 436.565"/> <polygon class="cls-70" points="410.472 452.041 408.007 457.897 408.145 454.867 409.788 450.749 408.555 450.197 407.186 456.221 406.912 464.164 405.405 466.081 403.898 474.709 407.323 476.216 408.555 473.956 408.829 466.902 408.144 464.711 408.555 458.958 411.705 451.836 410.472 452.041"/> <polygon class="cls-69" points="405.063 447.248 402.597 448.686 408.007 451.149 411.158 452.383 413.075 451.562 414.034 445.399 412.664 443.619 411.021 442.523 409.377 444.577 408.418 446.152 406.501 444.577 405.063 447.248"/> <polygon class="cls-70" points="411.774 442.797 411.055 445.231 411.774 445.947 412.493 443.513 411.774 442.797"/> <polygon class="cls-70" points="413.075 434.305 410.199 434.99 409.103 434.853 409.377 432.661 408.829 428.005 407.048 430.47 407.459 433.894 401.296 433.483 400.611 434.373 406.912 437.866 411.842 436.497 413.075 434.305"/> <polygon class="cls-68" points="407.645 391.837 401.992 388.469 396.214 388.71 392.119 392.799 392.119 394.643 392.53 394.243 392.53 394.443 393.213 394.043 393.594 393.442 394.285 393.403 394.451 392.603 394.894 392.807 395.737 392.654 396.139 393.35 397.662 392.94 398.264 392.558 398.424 393.04 398.865 393.721 400.629 394.283 401.832 393.882 401.912 394.684 402.233 395.686 403.155 395.445 402.553 397.33 403.075 398.332 403.797 398.051 403.837 399.815 404.477 400.617 405.079 399.214 405.634 398.244 406.804 399.053 407.104 400.483 407.044 400.497 406.282 402.862 405.801 403.463 404.759 403.423 404.278 404.345 404.117 406.55 406.122 404.866 408.728 400.135 409.088 394.002 407.645 391.837"/> <polygon class="cls-77" points="398.284 387.429 397.696 387.665 398.637 389.43 400.755 391.077 401.226 390.018 402.403 390.371 402.873 393.784 404.638 394.372 406.051 393.784 406.639 394.961 408.051 395.078 408.286 396.608 408.169 397.785 409.698 400.138 410.404 399.55 409.698 397.549 409.58 392.842 408.639 391.548 406.521 390.136 403.815 387.429 399.814 388.253 398.284 387.429"/> <polygon class="cls-79" points="406.912 437.866 407.733 444.577 410.199 442.523 408.966 437.387 406.912 437.866"/> <polygon class="cls-79" points="397.05 493.987 400.954 483.817 401.159 475.805 403.419 486.077 401.981 492.651 397.05 493.987"/> </g> <g id="Humans-2" data-name="Humans"> <polygon class="cls-50" points="81.529 530.179 92.315 526.49 98.261 511.741 88.328 490.723 64.371 474.867 47.046 473.023 34.512 483.348 32.301 499.204 32.67 507.685 26.402 519.116 34.146 522.803 38.202 537.184 44.839 538.659 50.739 539.397 53.689 544.56 44.471 552.303 26.771 566.684 18.29 608.721 11.284 628.263 120.432 628.263 124.119 596.183 114.532 558.941 96.095 543.822 81.529 530.179"/> <path class="cls-50" d="M325.0839,600.9762l6.6373-14.7494-7.3746-48.674-16.2245-23.5992-10.325-19.9121,15.1183,1.843,5.1622-11.7991-2.2125-15.4872-17.3307-10.6939L276.41,442.4171l-6.6374,2.95L263.1351,464.91l11.8,20.65,4.0565,4.7933-.7379,5.5312-11.8,14.75-13.2456,19.2369-.0292-.4321-17.3307-12.9053-1.1062-8.4814,7.0063-6.269-.9221-12.5369,6.545-16.5934-4.84-12.9053-13.2975-8.4815-18.08,7.7436-15.4926,30.2366,6.2657,13.6442,13.2737,3.3187-2.9514,11.0623-12.9058,16.5923-5.9006,23.2308-.7373,33.9247-15.4872,37.2434H335.04ZM247.6479,582.17l5.3951-13.8721,4.5609,24.9344-.49,21.8069Z"/> <polygon class="cls-50" points="592.422 418.265 591.133 407.478 593.068 399.321 585.372 391.184 573.225 395.23 571.762 400.754 566.788 409.233 570.667 409.967 570.667 416.974 575.091 418.817 574.723 422.505 558.498 440.573 557.761 447.579 543.011 483.348 547.436 497.729 551.492 499.203 547.436 586.964 549.28 589.176 551.861 588.07 555.917 498.835 559.604 494.04 561.079 504.734 572.141 561.152 575.46 563.733 577.672 587.333 562.555 593.97 574.354 594.339 588.735 588.07 583.941 552.67 580.991 519.484 587.813 530.915 590.579 533.128 590.579 557.465 596.11 582.908 599.06 586.964 601.273 584.751 605.328 557.095 602.379 525.753 607.91 525.015 613.441 520.221 599.429 480.397 610.122 444.63 592.422 418.265"/> <polygon class="cls-50" points="717.795 515.06 723.326 519.115 721.114 522.434 724.801 529.071 726.461 541.609 737.707 549.353 737.707 553.04 732.914 560.784 735.863 576.639 734.02 588.071 728.489 590.652 715.951 597.657 708.945 612.038 724.801 628.263 606.066 628.263 631.509 599.502 654.74 587.333 655.478 578.852 650.315 553.04 664.328 513.584 694.933 510.265 717.795 515.06"/> <polygon class="cls-50" points="743.238 404.805 743.238 393.743 746.558 391.9 751.721 393.006 753.011 398.907 750.798 406.097 753.471 409.6 762.044 416.053 762.044 422.505 759.28 440.574 758.911 461.224 757.989 487.589 764.073 490.539 764.442 493.305 751.904 489.986 746.743 459.012 743.424 456.246 742.318 457.721 742.871 485.376 741.027 494.226 729.965 498.098 726.461 497.73 727.937 494.226 734.758 488.88 733.468 461.962 727.752 468.046 717.428 467.493 705.074 461.592 715.952 423.797 717.243 419.741 714.109 408.125 718.718 400.566 722.036 398.722 719.455 396.141 721.115 389.319 726.461 388.581 730.886 394.297 727.199 399.275 731.809 402.594 734.574 411.997 743.238 404.805"/> <polygon class="cls-50" points="689.448 382.128 688.756 379.777 690.347 375.421 695.221 374.695 698.142 379.241 696.077 381.998 700.229 385.589 702.72 400.244 701.477 403.147 702.999 410.475 703.691 426.1 699.266 430.249 691.937 430.802 687.65 427.76 686.129 429.419 684.055 428.589 679.492 431.355 673.684 430.387 668.568 426.377 661.516 430.11 654.325 429.834 651.698 428.105 651.421 425.824 648.103 425.824 644.231 422.09 645.89 407.294 650.592 392.084 650.453 382.543 654.878 379.362 652.666 377.288 653.634 375.629 655.016 374.799 655.431 371.618 659.303 369.268 663.866 372.31 664.005 377.564 662.069 380.192 666.217 382.404 668.015 386.829 671.057 384.617 673.131 384.478 671.748 378.394 675.067 374.384 680.598 376.043 686.544 381.298 686.682 384.202 683.133 391.531 685.714 394.296 685.714 388.212 689.448 382.128"/> <polygon class="cls-50" points="241.195 380.838 241.933 371.435 237.323 369.591 233.083 372.356 233.82 382.312 229.764 382.866 223.864 395.034 225.339 399.091 229.764 401.303 230.132 413.656 233.267 441.127 226.076 444.631 228.105 446.474 237.139 444.631 236.032 413.287 237.508 408.125 242.486 426.931 249.307 436.334 248.754 445.552 249.86 445.921 253.732 435.964 246.726 422.874 245.804 405.913 244.698 395.219 250.413 403.7 250.598 413.656 251.335 419.003 253.548 419.187 253.179 416.237 253.548 412.734 254.469 402.225 244.882 383.05 241.195 380.838"/> <polygon class="cls-50" points="215.844 394.389 221.329 390.38 222.135 385.701 215.164 384.929 210.941 382.516 203.759 384.35 203.394 388.034 199.156 392.087 199.711 394.115 206.164 395.221 207.824 399.092 201.739 405.913 195.84 432.094 194.734 435.781 189.203 430.619 188.096 419.004 184.501 418.081 180.168 421.953 180.168 428.036 182.012 429.697 178.509 431.541 170.397 451.636 175.006 454.034 175.19 467.492 173.899 470.258 175.006 480.03 178.324 483.902 177.587 477.633 179.431 467.677 182.934 454.034 184.409 454.955 183.118 466.571 180.168 478.739 185.331 482.426 189.571 481.32 183.856 476.895 190.677 453.481 191.415 439.836 194.918 440.759 201.371 432.093 203.583 431.724 203.952 452.005 207.086 466.939 210.036 467.677 214.461 450.715 218.518 449.609 219.071 457.721 225.155 454.402 226.63 445.552 224.049 430.065 227.921 424.719 222.389 402.409 215.567 399.459 215.844 394.389"/> <path class="cls-50" d="M120.7428,395.7481l-.7952-2.6964-7.1213-6.2226,1.5211-7.19-7.19,4.4249-.2766-8.02-4.978,6.6374L75.6294,400.1039l-3.8718-.2766-6.3609,4.1484-14.934,2.7655-4.7015-18.8058-3.5953-9.9561,3.0422-3.5952-1.6594-8.5733L39.4,373.5544l-5.5312.5531-.5531-8.02L27.785,378.2559l1.1062,25.4432-22.4011.83L-6.7847,423.6112v64.991l2.2125,2.2124-.2766,4.7015,3.3187,3.0421,1.3828-4.4249,1.1062-4.1484v-6.6373l2.9039-5.2546,2.0742,3.3187-.5531,8.5732,2.2124.2766,2.2125,6.3608h4.4249L12.0212,490.4l-1.6593-8.1585,6.9139,13.8279-2.2124,6.0842,5.2545,6.0843,3.3187-6.3608,4.7015,6.0842,4.332-.2765-2.9492-11.3388L27.785,478.093l3.0421-7.15v9.6385l3.3187,10.2326,1.6593-1.6593-1.9359-16.87,4.9781-11.892.83,24.3371,3.3187-1.3828V461.7761l5.5312-8.7115-.0368-.8859,5.5679-2.8477,2.6343-2.5365,10.3639.6006-2.2125,4.425,10.7858,37.8883,3.0113-3.0119.0308.7994,5.2546,3.8718.5531-5.2546-.5531-1.9359,1.6593-16.87,2.2125-21.2949,6.3608-12.4451-.2766-10.2326,7.1905-20.1887,5.5312,1.6593,5.2545-1.6593,6.914,1.3828,4.1483,3.3187,5.2546-3.0422V400.657ZM48.295,447.4427l-.047-1.1376,2.1839.1264Zm26.2281,12.9506.5531-5.2546,2.4891,3.5953.48,12.4872Z"/> </g> </g> <g id="Painter"> <polygon class="cls-38" points="472.069 173.548 469.645 173.548 470.857 178.222 473.483 178.222 474.147 173.548 472.069 173.548"/> <polygon class="cls-81" points="488.319 153.028 486.602 153.638 485.658 157.363 481.458 155.67 475.114 156.889 471.536 162.172 470.124 170.096 472.683 170.19 471.536 176.463 484.599 176.463 483.469 161.765 486.859 162.812 489.047 160.343 490.036 154.717 488.319 153.028"/> <polygon class="cls-84" points="481.458 155.67 480.715 154.146 476.232 155.116 475.768 156.763 481.458 155.67"/> <polygon class="cls-80" points="481.201 151.707 481.739 152.021 481.739 153.028 481.201 153.604 480.715 154.146 479.241 154.465 481.201 151.707"/> <polygon class="cls-38" points="475.114 150.795 477.592 148.926 481.201 149.751 481.201 152.96 478.984 155.116 476.199 154.717 475.114 150.795"/> <polygon class="cls-80" points="487.292 153.393 486.541 152.021 488.271 150.556 489.047 151.166 489.506 153.028 489.236 153.93 488.319 153.028 487.292 153.393"/> <polygon class="cls-82" points="483.681 176.463 483.257 185.708 480.08 185.708 479.241 176.463 483.681 176.463"/> <polygon class="cls-82" points="476.479 176.463 475.114 185.708 472.595 185.708 472.595 176.463 476.479 176.463"/> <polygon class="cls-83" points="472.396 181.086 475.796 181.086 475.114 185.708 475.114 187.699 469.645 187.699 469.645 186.928 470.759 186.724 472.348 184.896 472.396 181.086"/> <polygon class="cls-83" points="479.66 181.086 483.469 181.086 483.257 185.708 483.681 186.928 484.692 187.699 479.66 187.699 479.66 181.086"/> <polygon class="cls-38" points="487.297 151.381 486.541 148.555 485.487 148.081 485.063 146.117 487.297 145.44 488.024 147.725 487.535 148.41 488.271 150.556 487.297 151.381"/> <polygon class="cls-80" points="470.525 170.111 470.525 172.126 472.179 172.945 472.683 170.19 470.525 170.111"/> </g> <g id="Unicorn_front" data-name="Unicorn front"> <polygon class="cls-49" points="465.624 150.304 463.486 150.304 460.806 152.443 459.598 155.262 459.598 158.858 461.006 163.173 460.806 166.343 460.806 167.412 460.806 169.942 461.524 170.639 459.598 172.37 459.987 174.314 462.028 175.092 461.931 177.036 459.014 176.161 459.5 178.3 459.403 179.758 459.598 181.119 456.001 183.743 454.932 188.117 456.487 191.033 460.806 192.589 463.778 192.589 469.318 189.964 474.493 190.57 476.414 191.714 472.72 192.589 477.774 192.589 480.303 191.52 480.303 192.589 482.149 192.589 483.115 191.228 480.303 188.963 490.801 192.589 494.127 192.589 498.688 193.23 500.424 190.45 498.985 187.184 494.606 188.963 490.218 188.409 488.857 186.659 490.606 184.521 490.606 181.605 488.456 182.577 486.329 180.146 480.691 184.035 476.406 183.969 472.526 184.715 468.638 181.605 470.971 179.66 470.096 175.383 468.541 171.447 465.664 168.095 464.166 164.024 464.361 160.696 466.013 159.539 465.39 157.352 463.953 157.01 463.292 154.193 464.555 153.609 466.208 153.512 466.694 151.374 465.624 150.304"/> </g> <g id="Gradient"> <rect class="cls-92" x="-8.3084" y="-2.1934" width="849.5834" height="637.1876"/> </g> </g> <desc>You and George arrive at the courtyard in front of the Statehouse.</desc> </svg> <<set _state1 to false>> <<set _state2 to false>> <<set _horn to !hasVisited("ShootShinyRock")>> <<set _hornPieces to hasVisited("ShootShinyRock")>> <<if !$horse>> <<set _state1 to true>> <<else>> <<set _state2 to true>> <</if>> <<toggleLayer "State1" _state1 "There is a group of soldiers standing around. One soldier is up high painting the unicorn positioned to the right of the clock at the top of the Statehouse." " ">> <<toggleLayer "State2" _state2 "The courtyard in front of the Statehouse is empty. The soldiers are gone." "">> <<toggleLayer "Horn" _horn "" "">> <<toggleLayer "HornPieces" _hornPieces "Pieces of the unicorn's shattered horn lay on the ground." " ">>
<div class="fixed"> <<if $horse>> <<include "Neck Horse Background">> <<else>> <<include "NeckCalmBackground">> <</if>> </div>
<div class="fixed"> <<include "Outside Teddy's Closed Background">> </div>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 768 576"> <defs> <style> .cls-1 { isolation: isolate; } .cls-2 { fill: #211e27; } .cls-3 { fill: #3a2723; } .cls-4 { fill: #c1703b; } .cls-5 { fill: #ffae43; } .cls-6 { fill: #f4c367; } .cls-7 { fill: #3b2b0c; } .cls-8 { fill: #392b2a; } .cls-9 { fill: #b75c2d; } .cls-10 { fill: #af5e48; } .cls-11 { fill: #7a5b1b; } .cls-12 { fill: #6f3e1e; } .cls-13 { fill: #415c6d; } .cls-14 { fill: #653425; } .cls-15 { fill: #8c4d45; } .cls-16 { fill: #7a3e3e; } .cls-17 { fill: #f2ad2a; } .cls-18 { fill: #433010; } .cls-19 { fill: #ad9047; } .cls-20 { fill: #524318; } .cls-21 { fill: #f5ad20; } .cls-22 { fill: #733621; } .cls-23 { fill: #ffe476; } .cls-24 { fill: #795419; } .cls-25 { fill: #482a20; } .cls-26 { fill: #1c160c; } .cls-27 { fill: #1e1516; } .cls-28 { fill: #6a5a3f; } .cls-29 { fill: #ffe36c; } .cls-30 { fill: #ed8220; } .cls-31 { fill: #564632; } .cls-32 { fill: #dc761f; } .cls-33 { fill: #4c3a14; } .cls-34 { fill: #322813; } .cls-35 { fill: #464e3a; } .cls-36 { fill: #393b2b; } .cls-37 { fill: #5b6c4f; } .cls-38 { fill: #3e3642; } .cls-39 { fill: #7c4f4c; } .cls-40 { fill: #35706c; } .cls-41 { fill: #62838c; } .cls-42 { fill: #bc7846; } .cls-43 { fill: #355b72; } .cls-44 { fill: #a3a865; } .cls-45 { fill: #dd965b; } .cls-46 { fill: #aa5c1b; } .cls-47 { fill: #403870; } .cls-48 { fill: #423715; } .cls-49 { opacity: 0.63; mix-blend-mode: soft-light; fill: url(#radial-gradient); } </style> <radialGradient id="radial-gradient" cx="384" cy="290" r="339.836" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#ff7bac" stop-opacity="0.3"/> <stop offset="1" stop-color="#2e3192"/> </radialGradient> </defs> <g class="cls-1"> <g id="Layer_2" data-name="Layer 2"> <polygon class="cls-2" points="20 576 768 576 768 349 136 375 20 576"/> <polygon class="cls-3" points="603 576 595 470 284 469 252 576 603 576"/> <polygon class="cls-4" points="280 0 105 379 0 494 0 0 280 0"/> <polygon class="cls-5" points="684 0 255 18 241 45 245 49 235 65 232 86 221 100 222 116 199 162 189 165 170 203 174 207 151 259 142 257 126 293 290 322 720 317 749 167 684 0"/> <polygon class="cls-6" points="183.099 91.601 208.598 34.604 100.603 37.604 3.108 220.595 0 328.589 115.603 327.09 126 293 115.08 239.751 183.099 91.601"/> </g> <g id="Fore"> <polygon class="cls-7" points="722 365 733 576 636 579 653 376 722 365"/> <polygon class="cls-8" points="768 362 682 375 656 403 179 428 135 445 49 576 0 576 0 479 73 382 128 317 699 295 768 288 768 362"/> <polygon class="cls-9" points="768 8 667 27 665 153 671 221 667 256 677 269 671 287 683 294 768 288 768 8"/> <polygon class="cls-10" points="280 220 248 266 356 283 417 283 465 290 589 278 611 263 672 259 671 221 280 220"/> <polygon class="cls-11" points="262 253 266 238 234 238 227 252 262 253"/> <polygon class="cls-12" points="247 259 239 273 287 273 289 258 247 259"/> <polygon class="cls-13" points="768 142 719 145 719 169 768 167 768 142"/> <polygon class="cls-13" points="768 174 743 179 742 199 752 201 768 199 768 174"/> <polygon class="cls-13" points="740 82 736 64 710 69 715 82 740 82"/> <polygon class="cls-14" points="768 0 299 0 289 26 314 40 528 34 718 20 728 32 768 30 768 0"/> <polygon class="cls-15" points="597 56 594 46 561 49 564 40 679 34 714 28 716 40 768 36 768 26 727 23 727 14 533 20 400 13 395 26 301 24 307 0 271 0 255 18 306 43 438 46 539 43 534 56 597 56"/> <polygon class="cls-16" points="306 43 268 127 252 150 227 225 184 295 278 305 357 296 522 297 671 287 768 275 768 302 674 309 655 333 305 343 175 343 129 410 73 382 96 336 93 320 121 286 164 286 225 182 238 142 284 53 286 33 306 43"/> <polygon class="cls-17" points="107 409 78 406 32 389 0 430 0 489 30 503 55 505 107 409"/> <polygon class="cls-18" points="85 426 49 416 34 405 31 412 48 423 81 430 85 426"/> <polygon class="cls-18" points="74 439 41 432 25 418 21 423 38 441 68 447 74 439"/> <polygon class="cls-18" points="63 451 33 443 12 424 10 434 45 451 61 455 63 451"/> <polygon class="cls-18" points="53 465 9 443 5 453 41 474 53 465"/> <path class="cls-19" d="M605,450s28,1,31,1,38-8,38-8l-2-76-61,5-4,35Z"/> <polygon class="cls-20" points="655 383 617 383 617 391 654 387 655 383"/> <polygon class="cls-20" points="657 395 616 400 614 406 662 400 657 395"/> <polygon class="cls-20" points="658 410 617 411 616 415 660 416 658 410"/> <polygon class="cls-21" points="728 468 671 468 676 536 734 545 728 468"/> <polygon class="cls-22" points="232 86 76 87 65 78 38 78 90 0 0 0 0 108 75 104 103 109 221 100 232 86"/> <polygon class="cls-13" points="89 142 132 139 135 147 77 264 31 260 28 254 89 142"/> <polygon class="cls-23" points="392 60 390 69 444 66 444 56 392 60"/> <polygon class="cls-23" points="478 71 476 79 525 75 525 66 478 71"/> </g> <g id="George"> <polygon class="cls-24" points="267 355 288 385 286 400 302 416 295 434 294 478 280 496 246 499 239 514 215 496 267 355"/> <polygon class="cls-25" points="323 576 240 495 185 479 130 490 49 576 323 576"/> <polygon class="cls-26" points="241 334 270 349 273 377 273 415 266 411 251 436 265 462 255 481 217 492 169 498 135 467 138 434 153 418 147 368 194 333 241 334"/> </g> <g id="Briana"> <polygon class="cls-27" points="416 488 406 485 397 496 411 533 437 564 435 579 540 576 539 540 558 525 563 495 559 477 542 468 416 488"/> <polygon class="cls-28" points="468 383.5 497.5 394.5 523.5 390.5 542.5 423.5 561 429 564.5 461 551.5 490 549.5 519 522.5 550 479 552.5 466 538 452 548 425.5 537 416.5 503.5 400 483 408.5 421 435 421 443 398.5 468 383.5"/> <polygon class="cls-29" points="521.667 414.334 471.667 405.667 431 432.334 422.334 454.334 420.334 444.334 428 424 470 400 520 412 521.667 414.334"/> <polygon class="cls-30" points="302 416 294 418 286 400 302 416"/> <polygon class="cls-31" points="529 427 541 472.333 522.334 502.333 492.334 505 465.667 473 464.334 500.333 487.667 511.667 475 519 444.334 511 482.334 532.333 533 518.333 547.667 467 529 427"/> </g> <g id="WindowClosed"> <path class="cls-32" d="M606,77.5,476,85l-83,6L349,254l11,6,232-11,5-13,11-104Zm-7,61-4.5,7L589,240l-12,3H546l-31.5039,2.7539-7.5039,1.7539-38.0078.5078-26.0156-1.9843-25.0313,5.0312L358.875,245.125,403.75,96.25,432,93.5l62.5-.5,106-9.5Z"/> <polygon class="cls-33" points="432 93.5 403.75 96.25 358.875 245.125 417.937 251.063 442.969 246.031 468.984 248.016 506.992 247.508 514.496 245.754 546 243 577 243 589 240 594.5 145.5 599 138.5 600.5 83.5 494.5 93 432 93.5"/> <polygon class="cls-34" points="501 92.332 494.335 169.665 497.001 184.998 496.335 246.998 473.001 248.332 483.668 164.998 485.001 127.665 491.668 93.665 501 92.332"/> <polygon class="cls-34" points="570 104 520 104 517.669 112.332 525.003 118.332 570.336 113.666 570 104"/> <polygon class="cls-34" points="571.669 140.998 527.003 134.332 519.669 140.998 575.003 148.332 571.669 140.998"/> <polygon class="cls-34" points="574 163 517 163 517.003 170.998 520.336 178.332 575.003 178.998 579.003 169.666 574 163"/> <polygon class="cls-34" points="575.834 193.166 524.419 195.917 527.669 208 574 208 575.834 193.166"/> <polygon class="cls-34" points="469 117.667 417.667 114.333 417 126.333 473.667 131.667 469 117.667"/> <polygon class="cls-34" points="467 145.667 407.667 146.333 409.667 158.333 468.334 163.667 467 145.667"/> <polygon class="cls-34" points="465.667 179 463.667 191 401 186.333 399 173 465.667 179"/> <polygon class="cls-34" points="463 205 463 218 392.334 209 393.667 199.667 463 205"/> </g> <g id="WindowOpen"> <polygon class="cls-35" points="403.75 96.25 358.875 245.125 417.937 251.063 468.984 248.016 506.992 247.508 514.496 245.754 546 243 578 244 589 240 594.5 145.5 599 138.5 600.5 83.5 494.5 93 432 93.5 403.75 96.25"/> <polygon class="cls-36" points="603 81 397.667 93 461 163 601 157 603 81"/> <path class="cls-32" d="M606,77.5,476,85l-83,6L349,254l11,6,232-11,5-13,11-104Zm-7,61-4.5,7L589,240l-11,4-32-1-31.5039,2.7539-7.5039,1.7539-38.0078.5078-51.0469,3.0469L358.875,245.125,403.75,96.25,432,93.5l62.5-.5,106-9.5Z"/> <polygon class="cls-37" points="410.333 137.666 397.667 178.999 418.333 197.666 431 158.333 410.333 137.666"/> <polygon class="cls-38" points="405.5 98 334.5 77.5 328.5 79.5 264.5 230.5 274 240 355 248.5 361 244 405.5 98"/> <polygon class="cls-39" points="664 132.5 660.5 52.5 659.856 51.212 600 88.5 597 130 591.5 140 586.5 238 596 239.5 662.811 227.127 657.5 146 664 132.5"/> <polygon class="cls-38" points="673.5 146.5 679 141.5 675 53 661 50.5 659.856 51.212 660.5 52.5 664 132.5 657.5 146 662.811 227.127 677 224.5 673.5 146.5"/> <polygon class="cls-39" points="391.25 107 387.625 116.5 340 102.5 340 94 391.25 107"/> <polygon class="cls-39" points="383 128.5 381 143.5 327.5 125.5 332.5 111 383 128.5"/> <polygon class="cls-37" points="441 170.999 427.667 208.333 440.333 220.999 449.667 177.666 441 170.999"/> <g id="Other_Person" data-name="Other Person"> <polygon class="cls-40" points="449.667 94 438 108 439 125 438 133 446 149 466 155 504 148 514 140 516 123 510 118 513 108 508 90 476 82 449.667 94"/> <polygon class="cls-41" points="549.167 175.167 530.417 150.417 501.375 144.542 460.853 152.355 424.345 179.011 433.006 213.673 447.004 225.67 458.335 217.835 469.001 248 504 248 530.334 217.001 549.167 175.167"/> <polygon class="cls-42" points="501 140 504 150 494 195 464 178 463 151.941 501 140"/> <polygon class="cls-43" points="444.335 247.668 449.668 233.668 433.002 194.335 424.345 179.011 411.002 187.002 387.668 230.335 390.335 236.335 417.002 251.002 444.335 247.668"/> <polygon class="cls-43" points="540.335 164.335 561.002 169.668 578.335 217.002 577.669 243.668 507.669 247.002 527.002 200.335 537.668 197.668 540.335 164.335"/> <path class="cls-44" d="M497.6292,151.761h0a38.4581,38.4581,0,0,0-6.5664,19.2077L490,188l-15-14-5-17-9-8-9-1-5,13-10,7-1.6822,2.9992L460,204.7692,498,226l7-3,6-31,18-30,8.4669-2.2772L530,150l-18.91-3.7577A13.1685,13.1685,0,0,0,497.6292,151.761Z"/> <path class="cls-45" d="M445.6828,127.5691l3.1847-16.2214a2.5892,2.5892,0,0,1,1.1625-1.6931l15.7627-9.9106a2.5891,2.5891,0,0,1,2.5618-.1108l23.9624,12.3176a2.59,2.59,0,0,1,1.0849,1.0549l8.2288,14.96a2.589,2.589,0,0,1,.31,1.4766l-.8788,9.9068-.0009.0147a22.4627,22.4627,0,0,1-5.8371,14.8376l-6.0512,6.4313a11.8316,11.8316,0,0,1-11.5592,2.12h0a47.276,47.276,0,0,1-19.7594-13.3179l-1.67-1.8928a2.5948,2.5948,0,0,1-.32-.4522l-9.9023-17.7616A2.589,2.589,0,0,1,445.6828,127.5691Z"/> <polygon class="cls-46" points="488.668 129.167 481.501 129 478.001 131 476.834 134.833 478.501 135.167 479.501 132.833 480.212 132.248 481.501 133.833 483.834 133.333 484.834 131.667 483.845 130.182 488.668 129.167"/> <path class="cls-46" d="M467.001,140l-4-2-4.667.667-1.167,2,.167,1.6665,2.33-1.4424,1.17,1.6089,1.667.5,1.833-1.1665-.6973-1.7427Zm-6.3008.25.1338-.083.1133-.0029Z"/> <polygon class="cls-45" points="541.168 239.168 530.418 231.085 513.71 228.377 506.355 233.689 504.011 248.01 508.34 249.007 511.672 239.837 514.335 250 524 250 537.669 247.002 541.168 239.168"/> <polygon class="cls-45" points="420.338 252.334 414.338 239.668 402.339 229.667 381.006 241.667 382.339 250.334 395.671 256.334 420.338 252.334"/> <polygon class="cls-47" points="422.334 179.667 435.001 232.333 422 250 444.335 247.668 466.334 242.333 459.001 215.667 447.668 223.667 446.334 198.999 426.334 176.999 422.334 179.667"/> <path class="cls-48" d="M467,103l-4,15-8,6-4,3-1,4,.2389,6L445,135l-2.2787-11.3934a12.8841,12.8841,0,0,1,.57-7.05h0a31.8276,31.8276,0,0,1,16.983-17.9569l4.32-1.9007a21.147,21.147,0,0,1,16.8469-.081l6.1352,2.6293a26.71,26.71,0,0,1,15.8248,20.159L504,123l6,3v7l-9,7-1-12-16-12-3-8-10-2Z"/> <polygon class="cls-46" points="486.021 124.106 478 123 472 125 470 128 471 129 476 125 486.021 124.106"/> <polygon class="cls-46" points="464 131 459 130 453 134 453 138 454 140 455 135 459 132 464 131"/> <polygon class="cls-46" points="469 135 471 141 471 148 474 149 479 148 481 143 479 141 476 141 469 135"/> <polygon class="cls-42" points="523 234 521 243 521 250 524 250 523 234"/> <polygon class="cls-42" points="531 239 530.839 248.5 535.779 247.417 533 241 531 239"/> <polygon class="cls-42" points="416 253 411 242 400.523 239.189 408 245 411 254 416 253"/> </g> </g> <g id="Layer_11" data-name="Layer 11"> <rect class="cls-49" y="1" width="768" height="578"/> </g> </g> <desc>You arrive with George outside Aunt Teddy's apartment. It's a 3-story building on a nice street.</desc> </svg> <<set _windowOpen to false>> <<set _windowClosed to false>> <<if passage()=="Go Find Teddy">> <<set _windowOpen to true>> <<else>> <<set _windowClosed to true>> <</if>> <<toggleLayer "WindowOpen" _windowOpen "The second floor window is open and Molly is looking out at you." "">> <<toggleLayer "WindowClosed" _windowClosed "The shutters are closed to the second floor window." "">>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 768 576"> <defs> <style> .cls-1 { isolation: isolate; } .cls-2 { fill: #f4af3d; } .cls-3 { fill: #edd15d; } .cls-4 { fill: #d5a23d; } .cls-5 { fill: #e6711c; } .cls-6 { fill: #663232; } .cls-7 { fill: #673332; } .cls-11, .cls-8 { fill: #a07a68; } .cls-8 { opacity: 0.6; } .cls-11, .cls-12, .cls-8 { mix-blend-mode: multiply; } .cls-9 { fill: #241d1b; } .cls-10 { fill: #cc955e; } .cls-11, .cls-12 { opacity: 0.9; } .cls-12 { fill: #a6595e; } .cls-13 { fill: #846739; } .cls-14 { fill: #f39c31; } .cls-15 { fill: #ea7d21; } .cls-16 { fill: #725422; } .cls-17 { fill: #4d3b21; } .cls-18 { fill: #2a6160; } .cls-19 { fill: #7e9e7f; } .cls-20 { fill: #edecbb; } .cls-21 { fill: #6b3b14; } .cls-22 { fill: #ce9e44; } .cls-23 { fill: #593114; } .cls-24 { fill: #161208; } .cls-25 { fill: #93501d; } .cls-26 { fill: #363c2b; } .cls-27 { fill: #9aa85d; } .cls-28 { fill: #f4dbba; } .cls-29 { fill: #694207; } .cls-30 { fill: #69772d; } .cls-31 { fill: #423715; } .cls-32 { fill: #dd965b; } .cls-33 { fill: #2a1f08; } .cls-34 { fill: #ad671a; } .cls-35 { fill: #646609; } .cls-36 { fill: #cb3f16; } .cls-37 { fill: #3b3021; } .cls-38 { fill: #d89955; } .cls-39 { fill: #c2722c; } .cls-40 { fill: #3f2f2f; } .cls-41 { fill: #161927; } .cls-42 { fill: #615827; } .cls-43 { fill: #b77e23; } .cls-44 { fill: #411802; } .cls-45 { fill: #8d5222; } .cls-46 { fill: #522826; } .cls-47 { fill: #c1532d; } .cls-48 { fill: #584d31; } .cls-49 { fill: #3b2b25; } .cls-50 { fill: #2b4c4f; } .cls-51 { fill: #bb8b4b; } .cls-52 { fill: #432016; } .cls-53 { fill: #f7b154; } .cls-54 { fill: #694031; } .cls-55 { fill: #392637; } .cls-56 { fill: #633233; } .cls-57 { fill: #321d19; } .cls-58 { fill: #964931; } .cls-59 { fill: #c8c8c3; } .cls-60 { fill: #000a00; } .cls-61 { fill: #6b390f; } .cls-62 { fill: #02000a; } .cls-63 { fill: #96a363; } .cls-64 { fill: #f4da8f; } .cls-65 { fill: #eed47d; } .cls-66 { fill: #476843; } .cls-67 { fill: #f0993b; } .cls-68 { fill: #390319; } .cls-69 { fill: #715926; } .cls-70 { fill: #230117; } .cls-71 { fill: #f2d576; } .cls-72 { fill: #7e2516; } .cls-73 { fill: #988138; } .cls-74 { fill: #2e1717; } .cls-75 { fill: #664d20; } .cls-76 { fill: #ceb87a; } .cls-77 { fill: #60170e; } .cls-78 { fill: #e27640; } .cls-79 { fill: #5b441b; } .cls-80 { mix-blend-mode: soft-light; fill: url(#radial-gradient); } </style> <radialGradient id="radial-gradient" cx="384" cy="288" r="339.836" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#f7931e" stop-opacity="0.3"/> <stop offset="0.2289" stop-color="#e78b27" stop-opacity="0.3159"/> <stop offset="0.5053" stop-color="#b97542" stop-opacity="0.362"/> <stop offset="0.805" stop-color="#6c4f6e" stop-opacity="0.4379"/> <stop offset="1" stop-color="#2e3192" stop-opacity="0.5"/> </radialGradient> </defs> <g class="cls-1"> <g id="Back"> <polygon class="cls-2" points="768 72.31 0 63.102 0 464 75.105 417.084 598.579 426.087 768 487.58 768 72.31"/> <polygon class="cls-3" points="547.588 102.101 97.61 109.601 91.61 126.1 79.611 424.585 448.593 415.585 587 418 583.586 157.598 547.588 102.101"/> <polygon class="cls-4" points="768 493.544 600.08 420.066 87.105 430.576 0 477 0 549 768 570.079 768 493.544"/> <path class="cls-5" d="M659,421l-56-22L593,212l175-25L731,33,698,47l-94,63-18.3066,7.4717L647,49,439,18,45,42,19,81l68,32-8,15,1,133-5,34L71,398l-5,14L0,434v43l93-45.666L110,434H256l101.8359,3.6689L584,429l184,74V469L663,431Zm-83-11-109,4-60,9-132-9-25-3-140-1-14-6V357L95,240l7-18L98,121l231,7,6,7,203,6,3-8,14.5332,1.0024L565,205l10,14,3,73,1,32Z"/> <polygon class="cls-6" points="768 0 719 55 583 130 569 123 599 56 577 48 254 45 73 58 57 74 19 67 0 0 768 0"/> <polygon class="cls-7" points="768.209 502.961 693.179 517.521 640.577 540 548 540 312.094 550.579 187.6 541.579 186.1 529.58 0 504.081 0 576 768 576 768.209 502.961"/> <polygon class="cls-8" points="374.967 52 403.565 53 414 64 405.498 68 371.167 65.133 374.967 52"/> <path class="cls-9" d="M413.5156,153h-.6l-.0058-.1855-5.3877.29,1.3486,4.8862,3.4805-.3452-1.2334,11.0884-8.9893,1.791-28.7637-37.7568L371.167,65.1333,389,58l-8-6-27-3-8,5,18.7578,9.7866,2.3154,65.3823-17.0791,37.7525-18.8759,3.5957-7.9546-7.3862,3.46-1.1534-2.247-3.5112L314.938,159h-6.292l.3267.1992-3.4727.1236,1.7979,4.4736,7.3349.2515L329.32,176.8145l24.27-4.4976,7.191-14.3828,7.1909,18.8755,15.2812,7.1909,7.19-10.7871-.2276-1.6,4.2725.2514-.5576-3.0693,9.0976,9.811,13.4834-8.09,2.7051-13.5249,4.4853-.2925,1.7979-4.8286Zm-26.1484,13.2988-4.1143-1.1753-.1728.7471-2.9732-.2974-.8989,5.3931,2.6607.1567-1.3125,5.6861-9.8877-4.4946-.899-15.2808,10.3374-3.146,11.9419,12.8794Z"/> <polygon class="cls-4" points="318.534 159 315.237 128.355 307.447 130.794 308.646 159 318.534 159"/> <polygon class="cls-4" points="389.545 166.921 388.945 137.259 383.552 139.057 383.253 165.123 389.545 166.921"/> <polygon class="cls-4" points="413.065 152.389 411.792 136.585 414.151 136.086 414.713 126 419.208 126 420.106 152.753 413.065 152.389"/> <polygon class="cls-10" points="246 289 158 288 159 426 248 434 246 289"/> </g> <g id="Multiply"> <polygon class="cls-11" points="601 219 610 211 603 177 579 168 566 191 563 218 571 226 558 233 524 374 488 443 417 442 382 451.668 317 441 287 454 286 477 225 482 164 485 160 489 193 495 226 488.334 245 498 197 504 197 510 293 511 335 509 335 497 377 501 472 507 502 507 610 502 625 497 698 502 729 494 737 440 731 331 717 316 720 299 718 291 744 291 744 281 720 245 656 226 649 239 664 270 674 306 653 308 647 336 632 310 632 297 639 297 633 284 632 266 622 257 605 247 601 219"/> <polygon class="cls-12" points="198.334 436.334 144 524 0 504.081 0 477 93.667 431.334 110 434 198.334 436.334"/> </g> <g id="Mid"> <polygon class="cls-11" points="68.333 332.667 68 361.667 64 367 12.333 357.334 11.667 324 68.333 332.667"/> <polygon class="cls-13" points="248 261.669 121.166 269.002 117.083 434 171.041 435.003 178.354 335.003 164.344 315.003 176.505 290.336 248 284.336 248 261.669"/> <polygon class="cls-14" points="247.5 181.5 137.5 180 141.5 272.5 247 267.5 247.5 181.5"/> <polygon class="cls-15" points="248 265 201 265 142 267 141.5 272.5 205.5 274.5 247 271.5 248 265"/> <polygon class="cls-15" points="198.5 267.5 193.5 183.5 189 182.5 191 227.5 193 269.5 198.5 267.5"/> <polygon class="cls-15" points="181 221.5 182 234.5 177 235 177.5 221 181 221.5"/> <polygon class="cls-15" points="205 221.25 204 234.125 209 234.5 209 222 205 221.25"/> <polygon class="cls-16" points="146.334 184.334 145.667 275.001 137 276.336 122.334 274.334 119 179.001 146.334 184.334"/> <polygon class="cls-17" points="244.998 280.833 121.664 283.582 123.664 292.791 166.33 296 197 296 247.664 292.331 244.998 280.833"/> <polygon class="cls-17" points="166 430 157.661 395.789 160.998 394.329 159.664 377.662 138.331 376.996 136.998 394.996 140.449 396.031 132.331 429.662 138.998 430.329 144.511 397.25 150.331 398.996 153.95 397.412 160.331 430 166 430"/> <polygon class="cls-18" points="387 191 310.999 190.333 312.999 259 324.999 263 386.333 262.333 387 191"/> <polygon class="cls-19" points="378.999 187 378.333 257 312.999 259 308.999 187.667 378.999 187"/> <polygon class="cls-20" points="68 120 66 324 14 323 23 105 68 120"/> <polygon class="cls-21" points="67.167 199.833 16.5 184 18 198 67 207 67.167 199.833"/> <polygon class="cls-21" points="16 250.25 66.5 259.333 66.833 265.833 15.5 257.5 16 250.25"/> <polygon class="cls-21" points="68.75 322.375 10.875 313.688 8 315.5 8 327 67 334.5 69.5 332.5 68.75 322.375"/> <polygon class="cls-22" points="248 434 243 183 150 185 124 182 124 306 120 357 117 434 110 434 113 354 113 304 116 224 115 178 153 177 251 178 253 246 256 286 256 330 259 365 256 434 248 434"/> <polygon class="cls-23" points="58 388 92 393 91 460 0 498 0 396 58 388"/> </g> <g id="BrianaStanding"> <polygon class="cls-24" points="428.416 405.032 426.81 421.655 435.197 433.397 450.294 436.752 450.294 441.784 436.036 441.784 421.777 439.268 415.907 439.268 415.137 410.457 428.416 405.032"/> <path class="cls-24" d="M384.8743,404.881c0,1.6775,4.1936,26.8388,4.1936,26.8388l-10.9033,14.258-5.0322,1.6774v5.0323h11.7419l9.2258-6.71,6.71-6.71,2.5161-28.5161-5.8709-10.0645Z"/> <polygon class="cls-25" points="425.909 276.722 425.909 285.436 432.854 313.759 429.177 316.755 429.177 330.099 433.807 328.193 435.713 331.189 436.802 340.448 440.887 332.005 439.253 314.304 439.798 280.807 436.802 276.722 437.892 265.828 422.096 268.824 425.909 276.722"/> <polygon class="cls-25" points="426.998 191.754 426.998 199.379 426.454 203.055 427.134 208.911 424.411 217.081 418.284 223.617 414.743 224.706 414.879 228.246 417.33 231.514 419.645 233.148 417.603 240.229 407.118 243.769 396.769 240.91 394.318 231.378 399.493 228.11 400.582 224.025 399.629 218.034 396.633 214.221 391.731 203.6 397.45 191.073 412.02 180.179 425.637 188.077 426.998 191.754"/> <polygon class="cls-26" points="430.266 326.287 433.534 324.38 435.985 329.01 436.802 340.448 437.892 353.792 442.521 372.311 439.798 349.979 437.619 338.814 438.232 337.588 440.887 351.069 443.611 373.128 450.964 386.2 451.508 398.455 448.785 399.817 444.428 394.915 441.16 372.856 436.258 353.792 434.351 340.993 430.266 326.287"/> <polygon class="cls-27" points="394.318 231.378 397.859 241.046 407.118 243.769 417.603 240.229 419.645 233.148 423.186 233.965 436.258 252.756 441.432 266.918 429.994 274.271 424.547 274.543 422.096 282.985 429.994 316.21 441.977 407.987 425.364 415.34 413.654 418.335 402.761 417.791 395.294 414.688 381.791 413.706 374.983 408.804 373.076 371.766 376.344 321.929 378.251 304.5 390.506 281.351 386.148 267.19 382.608 274.815 375.527 274.271 365.179 266.101 363.817 261.199 380.157 239.684 394.318 231.378"/> <polygon class="cls-26" points="377.887 307.495 380.52 314.122 386.693 318.843 395.408 307.223 388.145 326.831 382.698 327.921 376.526 318.843 377.887 307.495"/> <polygon class="cls-26" points="390.324 280.716 422.278 277.448 429.54 257.476 427.724 275.27 423.458 278.356 422.096 282.985 393.592 286.889 393.229 301.414 384.514 308.675 378.069 305.317 386.33 283.984 390.324 280.716"/> <polygon class="cls-28" points="404.848 203.283 405.484 202.828 408.843 202.011 409.932 202.466 409.75 204.917 408.298 205.098 405.575 203.918 404.848 203.283"/> <polygon class="cls-28" points="418.783 203.782 422.005 202.193 423.277 202.556 423.367 204.826 421.915 205.37 420.099 205.007 418.783 203.782"/> <polygon class="cls-24" points="418.828 201.558 418.011 201.376 418.374 199.379 421.733 196.928 424.456 196.747 425.546 198.562 424.365 197.654 422.187 198.29 418.828 201.558"/> <polygon class="cls-24" points="414.471 200.832 410.749 198.925 409.569 198.108 406.482 198.381 404.939 199.288 406.573 197.109 408.661 196.474 412.383 197.745 414.38 199.107 414.471 200.832"/> <polygon class="cls-29" points="412.633 209.455 412.326 208.298 414.148 207.379 417.305 201.949 417.999 201.368 418.686 206.455 419.506 209.589 416.65 211.362 415.016 211.362 414.335 210.545 412.633 209.455"/> <polygon class="cls-24" points="410.658 214.927 414.199 214.085 417.194 213.949 419 214.378 420.431 214.24 418.783 216.293 415.697 216.58 410.658 214.927"/> <polygon class="cls-29" points="412.61 217.443 415.288 216.808 417.194 216.808 417.376 217.716 414.562 219.35 412.565 218.533 412.61 217.443"/> <polygon class="cls-29" points="404.122 220.712 411.838 223.708 418.284 223.617 413.563 225.342 409.115 225.614 406.029 223.435 404.122 220.712"/> <polygon class="cls-24" points="413.109 186.851 414.471 187.714 417.92 188.645 418.828 187.068 420.735 187.413 421.733 186.951 422.096 188.762 423.639 188.851 424.456 190.212 425.909 191.118 425.909 190.664 426.998 191.572 426.998 187.396 418.647 181.133 410.023 185.49 402.67 190.392 395.861 198.744 397.677 201.921 399.039 205.098 400.491 203.283 400.582 199.288 402.216 199.924 403.396 197.654 402.035 193.388 404.122 193.932 404.848 191.663 405.03 189.847 407.754 190.755 411.748 189.484 412.746 187.941 413.109 186.851"/> <polygon class="cls-24" points="395.771 202.647 397.677 205.643 396.769 208.094 395.317 205.824 395.771 202.647"/> <polygon class="cls-24" points="394.409 206.369 394.954 210.181 396.043 211.543 398.403 211.453 399.493 213.54 399.856 218.533 395.317 214.721 392.049 208.638 394.409 206.369"/> <polygon class="cls-27" points="395.317 214.721 394.409 206.369 396.497 199.016 404.667 189.212 416.65 183.584 422.822 185.581 426.998 189.03 428.088 187.941 425.001 182.494 415.56 174.688 398.676 176.866 386.511 190.483 387.419 195.566 381.246 197.926 383.425 202.647 381.609 205.734 386.693 210.272 391.413 212.088 392.321 210.636 393.229 214.266 395.317 214.721"/> <polygon class="cls-30" points="381.246 197.926 385.604 199.742 388.145 196.292 386.693 202.647 383.425 202.647 381.246 197.926"/> <polygon class="cls-30" points="398.665 186.668 401.751 182.855 411.919 181.585 402.659 185.76 405.201 187.576 411.011 186.123 403.93 190.662 398.665 186.668"/> <polygon class="cls-25" points="375.527 274.271 372.259 276.994 383.425 293.879 389.416 289.521 392.957 291.972 395.952 297.147 396.225 302.049 393.501 302.593 392.14 300.415 392.412 297.691 389.961 295.24 388.599 297.964 388.327 303.683 384.332 307.405 378.795 304.5 379.068 299.87 359.46 278.356 357.826 273.181 364.906 264.194 369.264 268.824 375.527 274.271"/> <polygon class="cls-24" points="411.964 203.555 410.48 201.558 407.847 201.342 404.939 203.084 408.9 202.448 411.964 203.555"/> <polygon class="cls-24" points="407.706 202.224 407.39 203.555 408.298 205.098 409.75 204.917 410.658 203.996 410.384 202.011 407.706 202.224"/> <polygon class="cls-24" points="418.783 203.782 420.126 202.297 422.759 201.77 424.482 202.776 424.937 203.782 422.424 202.68 418.783 203.782"/> <polygon class="cls-24" points="421.075 202.448 420.819 203.909 421.915 205.37 423.367 204.826 423.884 203.661 423.367 202.448 421.075 202.448"/> </g> <g id="Aunt"> <polygon class="cls-31" points="515.444 208.94 516.798 208.894 517.905 211.717 516.854 214.11 515.075 214.266 513.883 211.996 515.444 208.94"/> <polygon class="cls-32" points="515.223 189.077 522.921 180.419 536.13 180.046 545.842 195.433 545.491 207.048 541.363 212.812 540.671 218.071 528.48 224.02 526.155 222.648 523.261 221.423 516.673 211.751 514.894 202.504 515.223 189.077"/> <polygon class="cls-31" points="538.708 203.415 534.916 201.057 532.405 201.021 530.565 202.709 531.353 203.416 532.629 202.48 533.195 202.391 533.386 203.65 534.796 204.12 535.859 203.542 535.799 202.433 538.708 203.415"/> <path class="cls-31" d="M523.1182,202.0522l-1.5137-2.3388-2.7149-1.12-1.2587.7036-.4375.9467,1.706-.0361.1192,1.2334.7353.7959,1.3535-.0454.1768-1.1558Zm-3.46-1.86.0986-.002.0616.0342Z"/> <polygon class="cls-31" points="523.627 198.736 524.26 197.663 522.283 195.292 517.98 193.597 516.556 196.011 518.489 194.981 523.627 198.736"/> <polygon class="cls-31" points="529.158 200.191 534.84 198.119 537.465 199.185 535.973 197.22 534.043 196.202 528.912 198.359 528.706 199.322 529.158 200.191"/> <polygon class="cls-33" points="527.138 182.365 534.998 185.796 536.71 188.615 534.875 195.608 538.421 200.834 542.47 204.188 540.737 208.349 544.495 213.217 547.534 212.358 553.972 204.102 554.911 193.928 548.074 184.471 538.551 177.526 526.935 176.58 518.258 178.21 508.74 186.579 509.203 191.311 511.548 193.057 507.182 194.94 505.751 198.797 511.25 207.125 515.75 207.75 515.25 196.625 521.317 185.079 527.138 182.365"/> <polygon class="cls-34" points="525.457 200.539 527.066 201.488 529.416 208.54 527.423 211.101 524.561 209.413 525.457 200.539"/> <polygon class="cls-35" points="541.25 213.75 547.5 219.5 565.5 233 567.25 240.5 561.668 268.667 530.5 272.75 514 273.667 507.5 236 522.5 220.5 530.5 222 539.5 214 541.25 213.75"/> <polygon class="cls-31" points="540.419 210.933 542.199 210.778 542.927 213.015 541.734 215.446 540.113 215.333 539.385 213.095 540.419 210.933"/> <polygon class="cls-36" points="566.001 234.667 560.667 239.333 552.334 264.667 519.667 269 516.333 259 507.5 236 503.001 237.667 493.334 260 499.334 287.333 527.001 290 558.001 290.667 573.667 294 583.667 285 577.001 248 569.001 235.333 566.001 234.667"/> <polygon class="cls-32" points="519.668 268 520.001 264.333 515.668 257.333 507.335 252.667 499.668 262.333 501.668 271.667 504.335 272 505.001 266.333 510.668 265.333 519.668 268"/> <polygon class="cls-32" points="560.001 265.667 566.335 261.333 573.668 262 574.335 260.333 569.668 258 564.001 258.667 563.668 257 571.335 255 575.668 257.667 577.335 256.333 569.335 250 560.668 248 551.335 262 550.668 266 560.001 265.667"/> <polygon class="cls-35" points="568.667 292 536.334 287 510.334 288 500.001 325.334 493.667 434.333 534.334 446 583.001 442.333 591.001 422.333 568.667 292"/> <polygon class="cls-37" points="549.333 352 496.333 387.334 499 434.334 530.667 445.667 555 444.667 549.333 352"/> </g> <g id="Table"> <g id="George"> <polygon class="cls-24" points="413.361 392.038 414.858 409.787 417.937 440.183 417.702 445.285 402.387 448.392 389.293 453.494 380.86 453.272 380.638 448.835 393.283 442.401 401.187 435.523 398 418.884 398 410.897 395.086 398.693 395.863 386.935 449 384.496 449 394.923 459.412 415.112 466.947 424.652 463.283 434.192 451.579 447.281 444.727 449.723 443.187 446.173 447.632 436.41 451.406 425.762 428.114 392.705 413.361 392.038"/> <polygon class="cls-38" points="414.553 253.159 414.241 280.237 417.977 285.216 423.06 286.877 429.181 290.196 442.045 279.718 445.987 261.252 429.491 248.18 414.553 253.159"/> <polygon class="cls-39" points="422.644 266.957 423.683 267.787 424.616 274.635 422.126 276.191 419.22 273.908 419.739 271.73 422.644 266.957"/> <polygon class="cls-40" points="419 279.407 419 278.576 425.127 278.213 426.453 278.473 422.545 279.355 419 279.407"/> <polygon class="cls-40" points="414.275 267.995 412.133 255.892 417.353 250.048 432.655 244.531 442.59 246.477 447.142 250.631 449.486 260.177 451.834 266.126 449.48 270.969 446.16 271.245 446.436 272.491 449.618 273.874 449.894 277.99 443.809 281 441.732 281 438 277.194 438 273.597 442.08 271.107 443.704 266.819 440.715 265.021 438.251 266.681 436.464 255.892 433.29 253.124 420.702 252.157 414.62 257.275 414.275 267.995"/> <path class="cls-41" d="M421.042,311.3818a1.7749,1.7749,0,1,0,1.7744-1.7744A1.7752,1.7752,0,0,0,421.042,311.3818Z"/> <path class="cls-41" d="M421.9287,322.918a1.7749,1.7749,0,1,0,1.7754-1.7754A1.7749,1.7749,0,0,0,421.9287,322.918Z"/> <circle class="cls-41" cx="424.5918" cy="335.3428" r="1.7754"/> <polygon class="cls-40" points="419.22 273.908 424.616 274.635 422.126 276.191 419.22 273.908"/> <polygon class="cls-42" points="464.984 451.862 454.016 456.086 459.201 455.369 464.984 451.862"/> <polygon class="cls-43" points="472.117 375.818 482.936 351.317 479.162 329.353 464.29 295.631 452.297 289.196 441.25 285.75 434.75 289.5 429 293.5 422.595 289.866 420.598 288.096 408.395 296.092 382 325 386.5 339.5 472.117 375.818"/> <polygon class="cls-44" points="437 291 444.75 284.75 441.25 279.5 429.855 289.599 427.75 289.25 423.06 286.877 420.75 289 423.785 293.119 421.598 293.633 418.971 299.844 425.181 298.662 429.468 295.557 426.95 298.959 425.465 303.395 428.555 303.248 433.7 298.367 432.311 294.817 432.663 292.509 437 291"/> <polygon class="cls-45" points="420.348 287.971 416.125 305.563 420.75 333 407 333 405.5 308 409.5 293.25 420.348 287.971"/> <polygon class="cls-45" points="461.5 293.5 447.25 285 441.441 285 432 311.5 435 341.25 461.5 336 457.5 307.25 461.5 293.5"/> </g> <polygon class="cls-46" points="323.333 393.166 314.5 433.751 277.082 445.709 279.041 452.355 321.02 447.012 337.677 397.673 362.338 391.671 357.836 437.669 334 439.668 334 447 364.333 447.668 366.999 456.335 409 468.335 415.666 463.001 411.833 457.668 382 451.668 382 394 407 394.335 415.666 449.668 469 462.335 472.333 458.335 425.666 445.001 418.333 387.668 323.333 393.166"/> <polygon class="cls-47" points="537.668 377.003 535.001 359.003 498.334 336.336 421.668 332.336 294.334 337.669 235.667 353.669 232.334 365.003 251.667 388.336 337.667 403.669 473.001 397.003 537.668 377.003"/> <path class="cls-48" d="M311.75,325l3.25-3-23.75-2.25-.1851,3.5889L285.75,320.375l-4,2.1875.5,7.2188,7.5,11.4843.3931-.0449L290,344l14.75,5.5L316,344.25ZM285,327.75V324l5.9258,2.0371-.4639,8.999Z"/> <polygon class="cls-49" points="350.75 335.25 347.25 329.75 320 331.5 318.25 334.75 320 344.25 327.25 345.5 346.25 344.5 350 342 350.75 335.25"/> <polygon class="cls-50" points="515 358.25 520.25 349.25 517 345.25 493.25 343 475 346.5 473.75 350.25 481.75 359 500.25 360.75 515 358.25"/> <polygon class="cls-51" points="516 350.25 513.75 347.5 492.75 344.75 475.75 348.25 480.25 352 507.5 353.75 516 350.25"/> <g id="George_s_Hand" data-name="George's Hand"> <g> <polygon class="cls-52" points="434.038 265.125 435.506 264.831 431.984 261.163 428.462 262.63 425.968 264.831 424.06 264.098 426.848 266.739 427.939 266.002 426.701 267.62 427.875 268.501 429.049 269.087 430.369 268.647 430.517 267.179 433.451 267.473 432.131 266.299 429.028 265.265 431.837 263.364 434.038 265.125"/> <polygon class="cls-52" points="415.988 261.603 415.107 263.951 415.255 264.978 416.722 263.804 418.515 264.907 417.602 264.831 414.814 267.033 416.429 268.207 418.63 268.06 418.336 266.152 420.978 267.179 419.966 265.801 420.538 266.152 422.299 266.592 422.141 264.762 418.043 262.043 415.988 261.603"/> </g> <polygon class="cls-53" points="434.318 328.341 419.755 324.056 414.6 330.311 399.245 322.418 388.333 324.444 388.645 335.823 396.128 338.941 408.986 338.446 413.742 340.032 422.245 337.337 439.463 340.5 441.333 336.759 434.318 328.341"/> </g> <polygon class="cls-54" points="259 340.996 263 368.33 274.333 370.996 280.333 366.33 281.667 339.663 265.667 336.996 259 340.996"/> <path class="cls-54" d="M398.667,332.667,389,330.333l-11,3-.3291,5.7158-6.67-2.0527-1.3335,7.333,6,9.334,3.189-.3985.144,1.7305,8.667,4.667,10.667-6Zm-24.3335,12.9961-.6665-2.667,4.1416-2.3008.8061,9.6768Z"/> <polygon class="cls-49" points="395.667 334.667 390 333.334 380.666 334.334 381.333 337.667 393.667 339 395.667 334.667"/> <polygon class="cls-55" points="256 434 202 437 183 371 174 366 144 366 144 378 167 443 160 489 168 492 172 487 176 445 195 449.667 193 508 202 512 207 505 204.333 450.667 221.478 450.013 218.666 485 226 488.334 230 484.667 228.482 449.745 248 449 245 498 257 503 262 496 256 434"/> <polygon class="cls-56" points="256 434 217.553 427.936 199.488 428.274 202 437 256 434"/> <polygon class="cls-57" points="589.5 429.5 587 418 558 414.5 524.5 416.5 525 428 532.221 429.189 528.5 485 534.734 487.494 538.489 485.383 539.453 430.378 551.144 432.303 554.825 490.729 562.333 493.188 567.143 490.663 561.021 433.928 564.5 434.5 569.566 433.486 576.915 483.34 585.34 484.617 589 480.5 575.949 432.21 589.5 429.5"/> </g> <g id="BrianaSitting"> <polygon class="cls-58" points="227.482 297.489 229.701 309.829 228.938 313.295 229.007 321.268 229.215 323.209 229.354 324.941 228.869 327.021 228.73 329.933 226.789 332.29 216.113 333.815 215.697 341.994 218.471 345.6 212.786 354.75 202.526 352.809 196.148 341.302 199.476 338.667 202.526 325.911 203.913 309.552 219.163 295.272 227.482 297.489"/> <polygon points="206.685 314.819 208.072 313.85 210.845 315.929 210.013 318.979 210.845 321.06 209.042 320.782 207.517 318.009 208.904 316.483 206.685 314.819"/> <polygon points="213.618 314.681 212.231 315.097 210.567 312.88 208.488 311.909 204.883 313.85 204.329 318.286 205.992 321.753 208.349 322.724 203.219 328.407 201.001 328.13 195.333 317.667 203.666 292.667 217 290.334 228.314 295.272 229.423 297.628 226.789 299.431 223.462 298.737 220.966 301.095 218.332 301.232 215.836 300.679 216.668 304.422 216.807 308.026 215.281 308.581 215.143 310.8 213.479 312.741 213.618 314.681"/> <polygon class="cls-59" points="221.976 311.94 223.354 313.859 225.429 314.97 225.436 311.131 221.976 311.94"/> <polygon class="cls-60" points="221.976 311.94 224.519 310.413 226.145 310.371 227.165 311.827 225.893 311.669 221.976 311.94"/> <polygon class="cls-60" points="225.137 311.162 224.716 313.326 225.429 314.97 226.073 314.894 226.141 312.931 226.019 311.021 225.137 311.162"/> <polygon class="cls-60" points="228.383 309.76 225.541 307.61 222.977 307.818 220.758 308.442 224.501 306.224 227.136 306.501 228.661 308.234 228.383 309.76"/> <polygon class="cls-60" points="224.848 324.871 229.215 323.209 229.701 324.179 229.354 324.941 224.848 324.871"/> <polygon class="cls-61" points="228.938 313.295 230.185 317.038 231.503 318.217 231.295 319.881 229.007 321.268 227.344 320.644 227.829 316.553 228.938 313.295"/> <polygon class="cls-62" points="280.5 468.333 281.75 490.333 310.708 495.667 323.021 493 322.01 490.333 308.005 487 293.336 478.333 294.335 467.333 312.334 465.667 324.667 480.667 328.333 485.667 339.666 477.333 347.333 475 356.333 460.667 350.666 459.667 348.333 463.667 330.666 468 326 468 319.333 456.333 280.5 468.333"/> <polygon class="cls-58" points="230.666 377.334 219 386 228.667 405 238.333 407 247.333 396.333 238.333 390.333 230.666 377.334"/> <polygon class="cls-63" points="236 378.333 241 386.667 236.666 396.334 266.666 396.667 324.333 459.667 321 464.667 300.666 471.667 273 468.667 263.333 462.667 256 434 241 438.667 224.333 436 202 437 183 371 186 351.667 197 339.334 215.666 342 229 358.667 236 378.333"/> <polygon class="cls-64" points="226.333 396.334 215 398 223.666 420.334 260.666 419.334 274 430.667 283 459.667 300.333 459 319.333 448.667 288.333 415 266.666 396.667 226.333 396.334"/> <polygon class="cls-65" points="214 286.667 214.333 291 205.333 297.333 207 302 206 306.667 201.666 307 202 311.667 199 316 193.666 318.333 191 316.667 193.333 312 189 307.667 189 298 193.667 294.667 199.666 286.333 206.333 288.667 214 286.667"/> <polygon class="cls-66" points="241 386.667 236.666 396.334 223.667 394.001 209.667 363.334 214.236 393.031 206.167 391.668 193.916 382.335 208.458 397.335 214.729 396.239 208.666 404.667 197 405.001 209.333 407.667 216.354 398.306 225.333 400.334 236 403.001 243 398.001 241 386.667"/> </g> <g id="SoldierSitting"> <polygon class="cls-67" points="529.167 326 527.333 319.333 518 316.167 512.333 323 518.833 336 526.667 336.333 529.167 326"/> <path class="cls-67" d="M560.1755,278.6649l-20.25-13.5-11,4-2.749,12.5835,1.5,4.083-2.2281,3.52-1.9708,6.4051,1.1427,1.0872,4.3052.0709,1.0508,4.2033,1.3242,2.2123.9409,1.8344a5.8213,5.8213,0,0,0,7.2947,2.7668l3.8894-1.5168,6.0867,6.25,16.6633-6.25Z"/> <polygon class="cls-68" points="535.925 280.165 531.675 278.915 528.175 282.665 526.675 282.165 530.425 284.665 533.425 280.915 535.925 280.165"/> <polygon class="cls-68" points="529.422 285.267 530.619 283.878 534.113 284.248 535.925 285.075 529.422 285.267"/> <polygon class="cls-68" points="530.425 284.665 530.425 286.082 531.3 288.229 532.103 287.9 532.674 286.082 531.55 284.573 530.425 284.665"/> <polygon class="cls-69" points="550.5 388.5 486.5 398 479.5 406 503.5 469.5 520.334 465 517 431.5 510 420.5 551.5 424 587.5 422 594.001 473 607 468.5 610.5 416 588.5 393.5 550.5 388.5"/> <polygon class="cls-68" points="529 266 529.167 269.167 541.333 275.083 545.833 282.208 545.667 285.021 549.5 286.677 549 283.339 552 278.169 556.667 280.835 558.833 286.501 555 290.834 558.667 295.5 565.167 298.667 567.333 296.5 566.5 281.333 550 266 529 266"/> <polygon class="cls-70" points="532.833 268.167 525.833 264.5 523.166 256.167 528.833 254.667 548.833 252.167 564.333 261.833 572.833 280.167 565.666 284.167 555 275.833 532.833 268.167"/> <polygon class="cls-71" points="571 305 571 300 561.333 294 540.333 305.667 538 312 537 314 571 305"/> <polygon class="cls-72" points="571.333 303.334 561.666 300.667 533 315.334 519.333 341.667 508 350.334 502.333 365.334 514.666 375 531.666 373 539.333 363 541 380.667 533.333 387 551.333 447.334 562 458 622.333 448.667 613 381.667 608.667 358.334 580.333 308 571.333 303.334"/> <polygon class="cls-73" points="515.166 323.334 503.833 333.167 500.666 332.667 494.666 337.5 495.166 340.5 499.333 341.834 507 337.334 506.333 334.834 517.166 324.667 515.166 323.334"/> <polygon class="cls-71" points="503.833 335.334 500 335 495.667 337.5 497.333 340 500.667 338.667 503.833 335.334"/> <polygon class="cls-71" points="497 346 497 350 499.666 350.5 500.166 346.334 499.166 343.334 498.333 346.5 497 346"/> <polygon class="cls-74" points="521 462.5 511.5 452.5 497.5 456.5 496.5 462 505 476.5 489.5 484.5 474 487.5 472 491 495.5 494 510.5 491.5 523.5 489 524 473 521 462.5"/> <polygon class="cls-74" points="609.5 462 603 455.5 594.5 457.5 593.5 464.5 590.75 473.25 596.5 487 609.5 487 624.75 484 620.5 479.625 616 476.063 612.5 472.031 609.5 462"/> </g> <g id="SoldierStanding"> <polygon class="cls-75" points="582.474 300.733 573.278 328.687 586.092 410.525 589.143 431.003 615.976 431.003 616.809 413.528 616.809 371.656 626.122 371.656 634.893 424.315 635.716 431.003 663.909 449.565 662.667 423.982 663.909 405.003 659.824 366.815 601.144 286.99 582.474 300.733"/> <path class="cls-67" d="M609.9764,182.5007l-20.25-13.5-11,4-2.7491,12.5835,1.5,4.083-2.2281,3.52-1.9707,6.4051,1.1427,1.0872,4.3052.0708.7876,3.1507,3.1328-.89,2.7538.3152-4.2992,3.8393.7973,1.5546a6.17,6.17,0,0,0,7.7314,2.9323l3.5963-1.4025,6.0867,6.25,16.6633-6.25Z"/> <polygon class="cls-68" points="585.726 184.001 581.476 182.751 577.976 186.501 576.476 186.001 580.226 188.501 583.226 184.751 585.726 184.001"/> <polygon class="cls-68" points="578.476 171.751 578.643 174.917 590.809 180.834 595.309 187.959 595.143 190.772 598.976 192.428 598.476 189.09 601.476 183.92 606.143 186.586 608.309 192.251 604.476 196.585 608.143 201.251 614.643 204.418 616.809 202.251 615.976 187.084 599.476 171.751 578.476 171.751"/> <polygon class="cls-70" points="582.309 173.918 575.309 170.251 572.642 161.918 578.309 160.418 598.309 157.918 613.809 167.584 622.309 185.918 615.142 189.918 604.476 181.584 582.309 173.918"/> <polygon class="cls-68" points="579.223 189.102 580.419 187.714 583.914 188.084 585.726 188.911 579.223 189.102"/> <polygon class="cls-68" points="580.226 188.501 580.226 189.918 581.101 192.065 581.903 191.735 582.474 189.918 581.35 188.408 580.226 188.501"/> <polygon class="cls-71" points="618.334 204.982 614.643 204.418 599.313 216.501 597.143 230.482 628.675 216.501 618.334 204.982"/> <polygon class="cls-72" points="628.675 216.501 612.909 212.982 597.143 222.847 574.144 264.716 537.132 256.345 533.62 278.982 574.144 300.733 589.054 300.733 593.81 379.003 629.335 390.95 670.547 379.003 640.419 226.495 628.675 216.501"/> <polygon class="cls-67" points="537.132 256.345 534.704 249.889 526.037 245.272 522.476 248.592 519.977 262.194 535.156 269.081 537.132 256.345"/> <polygon class="cls-74" points="589.143 438.549 597.143 465.895 593.143 478.379 569.951 487.06 567.143 493.188 622.309 493.188 622.63 483.996 616.809 471.23 619.675 436.698 615.976 431.003 589.143 431.003 589.143 438.549"/> <polygon class="cls-74" points="635.716 430.178 651.089 431.809 663.909 431.003 666.462 444.166 663.909 477.285 666.462 493.188 642.462 493.188 642.973 476.847 635.716 430.178"/> <polygon class="cls-76" points="574.144 300.733 569.313 317.4 573.278 328.687 590.752 328.687 589.054 300.733 574.144 300.733"/> <polygon class="cls-77" points="640.419 226.495 668.122 277.188 663.909 292.89 654.27 296.61 640.419 226.495"/> <polygon class="cls-78" points="593.226 210.251 599.006 205.994 599.313 216.501 593.226 210.251"/> <polygon class="cls-78" points="537.132 256.345 529.134 266.348 535.156 269.081 537.132 256.345"/> <polygon class="cls-79" points="629.335 390.95 632.22 408.267 663.909 401.301 661.411 381.651 629.335 390.95"/> <polygon class="cls-79" points="593.81 379.003 599.313 396.466 616.809 406.037 616.809 386.737 593.81 379.003"/> <polygon class="cls-77" points="589.054 300.733 608.574 275.05 612.909 252.667 574.144 300.733 589.054 300.733"/> </g> <g id="Gradient"> <rect class="cls-80" y="-1" width="768" height="578"/> </g> <g id="Fore"> <polygon class="cls-9" points="33 0 43 284 22 299 0 301 0 0 33 0"/> <polygon class="cls-9" points="710 0 700 158 671 236 700 251 768 268 768 0 710 0"/> </g> </g> <desc>This is one of the apartments in the building owned by George's Aunt Teddy. It's a simple room with a kitchen table and a window at the left that lets in a nice amount of light. Teddy stands in the corner of the room and George is seated at the table near her.</desc> </svg> <<set _capSit to false>> <<set _capStand to false>> <<set _brianaStand to false>> <<set _brianaSit to false>> <<if hasVisited("Lice Intro")>> <<set _brianaStand to true>> <<else>> <<set _brianaSit to true>> <</if>> <<if $captain>> <<if passage()=="CapStandsUp" || passage()=="Talk Lice">> <<set _capStand to true>> <<else>> <<set _capSit to true>> <</if>> <</if>> <<toggleLayer "SoldierStanding" _capStand "Captain Hollister is standing back from the table, looking angry." "">> <<toggleLayer "SoldierSitting" _capSit "Captain Hollister is sitting at the table leaning over a bowl of soup." "">> <<toggleLayer "BrianaStanding" _brianaStand "You stand behind George, to the left of Captain Hollister." "">> <<toggleLayer "BrianaSitting" _brianaSit "You sit at the table opposite George and Teddy." "">>
<div class="fixed"> <<include "Inside Teddy's No Soldier Background">> </div>
<<set _temp to [ "\'\'George:\'\' Hmmm. Well now!", "\'\'Teddy:\'\' I have to say: Briana, I'm impressed!", "After that performance, there's no question in my mind:", "You're a Daughter of Liberty now!", "I hereby declare you a member of our ranks!", "//Teddy hands you a gift.//", "<<button [[Take The Pin From Teddy|TakePin]]>><<set $lastScene to \"Conclude Teddy\">><</button>>", ]>> <<Rep _temp>> <<set $captain to false>> <<set $satchelFlash to false>>
<div class="fixed"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 768 576"><defs><style>.cls-1{isolation:isolate;}.cls-2{fill:#d5a23d;}.cls-3{fill:#6b3b14;}.cls-4{fill:#601f04;}.cls-5{fill:#be480e;}.cls-6{fill:#2d2f20;}.cls-7{fill:#607a7e;}.cls-8{fill:#f2d576;}.cls-9{fill:#bb8b4b;}.cls-10{fill:#bf9862;}.cls-11{fill:#433629;}.cls-12{fill:#632b06;}.cls-13{fill:#381f06;}.cls-14{fill:#351602;}.cls-15{fill:#1f0f02;}.cls-16{fill:#e2b760;}.cls-17{fill:#323515;}.cls-18{fill:#4e4f3d;}.cls-19{fill:#bf9453;}.cls-20{fill:#72411a;}.cls-21{fill:#503623;}.cls-22{fill:#2b190c;}.cls-23{fill:#3f2919;}.cls-24{fill:#241d1b;}.cls-25{opacity:0.5;mix-blend-mode:soft-light;fill:url(#linear-gradient);}</style><linearGradient id="linear-gradient" y1="288" x2="768" y2="288" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1"/></linearGradient></defs><title>6LiceCleaning</title><g class="cls-1"><g id="BG"><rect class="cls-2" x="103" width="665" height="498"/><polygon class="cls-3" points="119 0 184 0 245 57 287 207 314 286 612 201 627 193 768 184 768 576 147 576 119 0"/><polygon class="cls-4" points="145 0 203 100 247 232 246 365 218 484 183 558 163 576 119 576 119 0 145 0"/><polygon class="cls-5" points="128 0 0 0 0 576 152 576 199 507 234 355 210 175 159 41 128 0"/><polygon class="cls-6" points="112.5 260.75 157.5 283.13 174.5 342.06 159.5 422.03 125.5 464.02 65.5 491.01 0 488 0 370 112.5 260.75"/><polygon class="cls-6" points="121 177.5 133.5 163.5 156 175 171.5 210 167 226.5 234.5 341.5 228 347 136.5 211.5 121 177.5"/><polygon class="cls-7" points="0 213 48 213 114.5 250.5 144 307 137.5 397 95.5 450 45 475.5 0 469.5 0 213"/><polygon class="cls-8" points="25 237.25 59.5 245.63 114.5 283.06 125.5 330.53 117.5 384.52 84.5 442.51 54.5 456 0 450 0 240 25 237.25"/><polygon class="cls-9" points="-0.25 235.75 20.88 230.63 35.44 237.31 30.5 246 21 246 16 252 38 265.5 20 307.5 34.5 316 29.5 326 12.5 326.5 11 340 0 355.5 -0.25 235.75"/><polygon class="cls-9" points="85.5 309.5 79.5 314.5 82 330 99.5 338.5 108 334.5 102 313.5 85.5 309.5"/><polygon class="cls-9" points="108 351 87.5 341.5 82.5 346 96 370 111.5 371 114 364 108 351"/><polygon class="cls-9" points="65 420.5 49 415 43 419.5 29.5 435.5 35 441 61.5 429.5 65 420.5"/><polygon class="cls-9" points="30.5 416.5 27.5 407.5 19 408 4 425 14 430.5 30.5 416.5"/><polygon class="cls-10" points="146.25 222.25 141.38 184.63 116.44 163.06 98.47 169.03 94.48 188.52 109.99 215.51 138 227.5 217.75 350 230 348 230 342 147 224 146.25 222.25"/></g><g id="George"><polygon class="cls-11" points="430 199 418.5 172.5 361 143 339 156 326 186 278 320 402.5 325.5 430 199"/><polygon class="cls-11" points="595.5 271 599 200 616 189 661.5 203 701 251.5 733 340 595.5 271"/><polygon class="cls-12" points="287 472 265 527 383 576 660 576 640 493 287 472"/><polygon class="cls-13" points="433 576 336 550 265 527 266 542 341 569 375 576 433 576"/><polygon class="cls-14" points="719 472 733 506 680 557 620 576 623 536 572 523 719 472"/><polygon class="cls-15" points="733 506 674 558 620 576 694 576 738 535 747 517 733 506"/><polygon class="cls-16" points="623 248 578 216 479.67 163.67 468 175.33 446.33 178.67 410.67 193 387.67 220.33 372.33 252.33 475.67 283.67 623 248"/><polygon class="cls-17" points="653 265.67 709.67 299.67 752.33 353.67 757.67 425.67 737 463 700.33 485 576.33 517.67 653 265.67"/><polygon class="cls-18" points="346 281 272 317 242 374 239 445 283 480 389 519 463 510 346 281"/><polygon class="cls-19" points="471.5 168 457.5 193.5 463 204 481.5 208.5 480.5 216 500 221 503 216.5 493.5 163.5 484 157 471.5 168"/><polygon class="cls-20" points="619.25 235.5 614.38 218.5 574.94 188.5 523 171 509 171 490 161.5 488 165.5 498 191 500 221 514.5 220 544.5 218 601.5 233 612.5 240 619.25 235.5"/><polygon class="cls-21" points="486.33 216.33 465 209.67 439 211.67 415 229 462.33 220.33 486.33 216.33"/><polygon class="cls-21" points="465.67 212.33 464.33 202.33 447 201 427 211 453 207 465.67 212.33"/><polygon class="cls-22" points="605 234 543 220 530.5 221 527.5 214.5 543 213.5 552.5 207 578 216 589 225.5 605 234"/><polygon class="cls-23" points="527.5 198 539.5 191 533.5 178.5 488.5 149.5 480.5 152 471.5 168 481.5 162.5 501 172 504.5 192.5 527.5 198"/><polygon class="cls-24" points="614.5 229.75 609.5 240.13 607 249.56 580.5 254.03 519.5 247.52 466 251.51 399.5 257 387 244.5 367 243 352 255 353 267.75 346 281 330 281 327.5 291 332.5 370.5 341.5 388.5 335 434 369 485.5 400 507.5 410 534.5 452 541 478.5 526 513.5 541.5 577.5 543.5 624 494.5 662.5 467.5 663 365 674.5 296 658 257.5 630 232 614.5 229.75"/></g><g id="Layer_4" data-name="Layer 4"><rect class="cls-25" width="768" height="576"/></g></g> <desc>You look down at George's head from behind him. Captain Hollister's soup bowl is off to the left. <em> Note: This activity is not yet accessible. Please wait for the timer to run out, and select: “Nah, I think I'm happy with that showing.” to continue.</em> </desc> </svg> <<toggleLayer "Layer_4" true "" "">> </div>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 768 576"><defs><style>.cls-1{isolation:isolate;}.cls-2{fill:#e5a32a;}.cls-3{fill:#e9b539;}.cls-4{fill:#d0ab48;}.cls-5{fill:#191004;}.cls-6{fill:#8e511b;}.cls-7{fill:#7c4f21;}.cls-8{fill:#b6843a;}.cls-9{fill:#90541c;}.cls-10{fill:#f3f4cc;}.cls-11{fill:#756a36;}.cls-12{fill:#41515e;}.cls-13{fill:#281c12;}.cls-14{fill:#4a2a10;}.cls-15{fill:#936955;}.cls-16{fill:#af8b5b;}.cls-17{fill:#a17b4d;}.cls-18{fill:#977144;}.cls-19{fill:#9f7a4c;}.cls-20{fill:#916753;}.cls-21{fill:#855b48;}.cls-22{fill:#8c6338;}.cls-23{fill:#8c624f;}.cls-24{fill:#c69652;}.cls-25{fill:#3d1f16;}.cls-26{fill:#dfe382;}.cls-27{fill:#45311d;}.cls-28{fill:#211a12;}.cls-29{fill:#efd15d;}.cls-30{fill:#616161;}.cls-31{fill:#493521;}.cls-32{fill:#423606;}.cls-33{fill:#a84322;}.cls-34{fill:#774c26;}.cls-35{fill:#8d602b;}.cls-36{fill:#f0d769;}.cls-37{fill:#563313;}.cls-38{fill:#3a2716;}.cls-39{fill:#c89956;}.cls-40{fill:#efd172;}.cls-41{fill:#906a3b;}.cls-42{fill:#4c4037;}.cls-43{fill:#dbac16;}.cls-44{fill:#f7e5b4;}.cls-45{fill:#7e532a;}.cls-46{fill:#a26427;}.cls-47{fill:#44241b;}.cls-48{fill:#1f1911;}.cls-49{fill:#ecd87d;}.cls-50{fill:#774d26;}.cls-51{fill:#50471f;}.cls-52{fill:#736834;}.cls-53{fill:#673914;}.cls-54{fill:#2a130a;}.cls-55{fill:#6c4231;}.cls-56{fill:#c8c8c3;}.cls-57{fill:#000a00;}.cls-58{fill:#4d4447;}.cls-59{fill:#080808;}.cls-60{fill:#dace79;}.cls-61{fill:#342c12;}.cls-62{fill:#281f15;}.cls-63{fill:#b27d33;}.cls-64{fill:#0a0a0a;}.cls-65{fill:#392818;}.cls-66{fill:#93581e;}.cls-67{fill:#dba55d;}.cls-68{fill:#3a1d15;}.cls-69{fill:#717171;}.cls-70{fill:#7f6829;}.cls-71{fill:#2c2214;}.cls-72{fill:#d5a552;}.cls-73{fill:#f2dd78;}.cls-74{fill:#636363;}.cls-75{fill:#dcb468;}.cls-76{fill:#302516;}.cls-77{fill:#ba833c;}.cls-78{fill:#5c482e;}.cls-79{fill:#70240f;}.cls-80{fill:#dba76e;}.cls-81{fill:#b25815;}.cls-82{fill:#261e0a;}.cls-83{fill:#f3dab7;}.cls-84,.cls-85{mix-blend-mode:soft-light;}.cls-84{fill:url(#radial-gradient);}.cls-85{opacity:0.5;fill:url(#radial-gradient-2);}.cls-86{fill:#1e1000;}.cls-87{fill:#e0d689;}.cls-88{fill:#af7755;}</style><radialGradient id="radial-gradient" cx="384" cy="288" r="339.41" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fbce4f"/><stop offset="1" stop-color="#563d5b"/></radialGradient><radialGradient id="radial-gradient-2" cx="384" cy="288" r="339.41" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fcee21"/><stop offset="1" stop-color="#f15a24"/></radialGradient></defs><title>1Cobblery</title><g class="cls-1"><g id="Setting"><g id="Back"><rect class="cls-2" y="339" width="768" height="237"/><polygon class="cls-3" points="663 0 562 78 474 51 176 79 84 76 0 20 0 0 663 0"/><polygon class="cls-4" points="562 78 501 50 181 55 84 76 64 119 98 422 568 420 597.67 320 562 78"/><polygon class="cls-5" points="768 466 681 486 768 536 768 466"/><polygon class="cls-6" points="768 0 657 0 655 7 768 69 768 0"/><polygon class="cls-7" points="768 60 655 7 642 27 681 486 768 466 768 60"/><polygon class="cls-8" points="655 7 562 78 571 348 572 433 681 486 676 330 679 320 677 299 671 300 670 271 676 269 675 240 670 241 670 218 675 212 674 128 665 49 655 7"/><polygon class="cls-9" points="84 76 83 138 94 210 95 291 91 300 92 320 97 323 99 395 0 420 0 11 44 42 84 76"/><polygon class="cls-10" points="516 100 279 96 268 307 284 375 527 373 516 100"/><polygon class="cls-11" points="533 377 531 391 341 394.33 322.33 385.67 326.5 376.75 533 377"/><polygon class="cls-11" points="271 82.33 247 212 241 224.33 227.67 238.33 227 289 235.67 299 223.67 333 224.33 356.33 259 361.67 271.67 273.67 271 82.33"/><path class="cls-12" d="M573.08,417.09l-465,6L0,504.08V576H197l58-86h11l-56,86H333l11-63,15.47.41L349,561l14,7,7-7,1-36,6-3-2.46-8.2,6.29.17L378,562l8,5,19-7-7.74-45.6,14.15.37L421,576H609l-45-67.58,7.38-.51,30.34,47.76L612.33,559l6.67-9.33-29.71-43,19.42-1.33,2.11,1.94L625,547h16l2.65-9.55,22,20.22,40.63-6.38L741,576h27V536ZM313,483l-27-7-4-31,10-7,51-2Zm34,17,16-58,14,5-8,24.67,13.33,4,2-28.67,9.34,36.67,11.33,2,1.49-2.24,3,19.25Zm153.7,25.42-6.09-15.17,34.36-.39L536.33,523ZM573,493.67l-16.61,3.42L524.33,449l-22,13.33,20.93,37.34L491,501.27,464,434l14.47,1,3.86,32,10,4.67L499,467l-9.07-31.19,38,2.65L544,463h7l1.12-3.23L586.21,491Zm-2.36-26.27L557,455l-3.34.37.59-1.7-13-14.28L550,440l36.51,26Z"/></g><g id="Mid"><polygon class="cls-13" points="582.33 439.33 581.33 453 587.33 456 590 452.67 592 440.67 582.33 439.33"/><path class="cls-14" d="M654,406l1.33-27.67.34-11-65-18.66-44.34,3.66-1.66,2.34,2.33,33L548,456l6.67,4,5-2.33-3.34-24,51,20.66-1.66,24.34,7.66,6.33,6.67-4.33s-2-18.41-2.24-24.16L645.08,449l-2.41,28,7,2,5.33-4.67Zm-35.79,27c.07-2.95.12-5,.12-5l25.34-7.33,1,20.36Z"/><polygon class="cls-13" points="607 418 606.67 406.67 585 401.67 585 394 561 387.67 561.67 398.33 578.67 403 581 412.67 607 418"/><polygon class="cls-13" points="676.17 384.5 686 386.67 686 394 656 403.33 619.67 392.17 618.33 383 628 383 676.17 384.5"/><polygon class="cls-15" points="355.67 219 363.67 233.66 372.33 238.33 370.33 241.66 353 239 341.67 230.33 355.67 219"/><polygon class="cls-16" points="391 200.33 383 198.33 379.67 203.66 385.67 212.33 378.33 238.33 382.33 240.33 390.33 234.33 399 209.66 391 200.33"/><polygon class="cls-16" points="411 200.33 405.67 199 396.33 203.66 405 219 397 238.33 403 240.33 417.67 222.33 419.67 214.33 411 200.33"/><polygon class="cls-17" points="476.33 217.83 460.33 193.75 445 204.37 451 215 451 232 439 247 447 249 471 227 468.33 236.33 480.33 233 503 212.33 499 194.33 483.67 193.66 487 203.66 476.33 217.83"/><polygon class="cls-18" points="501 294.33 499.67 238.33 488.33 235.66 483 239.66 487 273.66 473 290.33 481 297.66 501 294.33"/><polygon class="cls-18" points="524.5 292.33 523.66 283 520 283 520.33 239.66 513.66 235 499.67 238.33 508.33 284.33 513.66 293.66 524.5 292.33"/><polygon class="cls-19" points="451.66 292.33 425.66 273.66 418.33 275 414.33 285 421.66 298.33 430.33 297 429.66 292.33 445 297.66 459 294.33 451.66 292.33"/><polygon class="cls-20" points="410 299.67 402 287.66 402 249 389.67 244.33 386.33 250.33 391 297.66 410 299.67"/><polygon class="cls-20" points="385 298.33 388.33 293 384.33 287.66 386.33 250.33 373 247 365 255 373 286.33 354.33 295.66 385 298.33"/><polygon class="cls-21" points="349.67 294.83 351 286.25 345 284.29 357 270.31 362.33 269.65 359.66 262.32 345.67 258.33 339 267 339 276 333 267 326.33 256.33 309.66 267 322.33 269 326.33 282.33 321 288.33 307.66 291 303.66 296.33 349.67 294.83"/><polygon class="cls-22" points="405.66 376.33 405 365 406.33 325 398.33 321.66 391.66 325 391 362.33 387 377 405.66 376.33"/><polygon class="cls-22" points="407.5 378 411.5 366 409.5 360.5 414 324.5 420.5 322 428.5 327.5 421 363 429.5 377 407.5 378"/><polygon class="cls-22" points="387 377 383 339 375.5 335.5 370.5 341 368 349 375 356.5 376.5 366 359.5 376.5 357.5 379.5 387 377"/><polygon class="cls-22" points="517 376 515.5 334.5 507 330 499 335 505.5 377.5 517 376"/><polygon class="cls-23" points="503 190 507.5 174.5 503 169 511.5 157 507.5 154 496.5 166 497 171 475.5 181 476.5 146.5 468.5 140 461.5 148 462 188.5 486.5 190 499.5 182 498 189.5 503 190"/><polygon class="cls-23" points="458.5 189 455 177 458 150.5 449.5 143 438 151 440.5 177 436.5 189 458.5 189"/><path class="cls-23" d="M430,189.5l4-10.5-11.5-6.5c-3.5,4-5.5,18.5-5.5,18.5Z"/><polygon class="cls-23" points="413 193 415 178 406 171 398 175.5 400.5 187.5 389 182 379 193.5 413 193"/><polygon class="cls-24" points="512.75 104.5 511.88 125.25 515.94 135.13 511.97 148.56 515.48 185.78 500.5 189 462 189 436 189 416.5 188 401 191.5 381 190 378.5 198 410.5 196.5 458 194 504 194.5 517 194 517.5 213.5 520.5 225 520.33 239.66 522 281.5 522 292 499 294.5 478 294 420 297 387 297.5 365 296 313.5 293.5 273 290.5 273.5 296.5 342 301 372 302 410.5 303.5 453.5 300.5 523 299.5 527 373 503.5 374.5 423.5 376 353.5 375.5 326.5 376.75 327 382 455 382 534 380 522 184.5 518.5 145 522.5 136.5 521 102.5 512.75 104.5"/><polygon class="cls-25" points="55 102.33 63 268.33 7 275.67 3 212.33 4.33 109 5.67 83.67 14.33 83 55 102.33"/><polygon class="cls-26" points="15.67 182.91 16.33 266.33 57 259 53.13 188.34 15.67 182.91"/><polygon class="cls-26" points="49 113 15 97.67 15.57 169.59 52.66 179.8 49 113"/></g><g id="Fore"><polygon class="cls-27" points="363.33 456.33 361.33 400 322.33 385.67 206.67 403.67 209.67 463.67 221.33 467.67 229 463 225.33 424.67 262.67 437.67 261.67 475.33 270.33 478.33 276.67 474.67 274.67 438.33 350 419.67 351.33 455.67 358 457.67 363.33 456.33"/><polygon class="cls-28" points="272.67 477.33 270.67 435 221 421 190 440.67 193.33 477.33 202 482.33 205.67 477 202 451.33 234.33 460.33 232 492.33 239.33 494.33 245.33 491.33 243.33 461.33 262.67 450.67 260 478 268.33 480 272.67 477.33"/><polygon class="cls-29" points="218 433 214.67 431.33 213 433.33 212.67 442.33 218 443.67 218 433"/><polygon class="cls-30" points="220.67 434.33 220.33 445 224.33 445.67 223 435.67 220.67 434.33"/><polygon class="cls-30" points="226.67 437 228 447.33 231 448 230.67 438 226.67 437"/><path class="cls-29" d="M244.67,434.33l-2,1.67L230,430.67s-4.33,2-2.67,2,13,5.33,13,5.33L238,440l4,2,6.33-6.33Z"/><polygon class="cls-30" points="244.67 432.67 247.33 430 232.33 426 230 430 244.67 432.67"/><polygon class="cls-30" points="224.33 429 226 427 220.33 423.67 216.33 426 218.33 430 224.33 429"/><polygon class="cls-29" points="254 434 261.33 439 259.33 440.67 264 443.33 266.67 435.67 263 433.67 263 437 256.33 432 254 434"/><polygon class="cls-29" points="251 438.67 253.33 433.67 259.33 435.67 257.33 440.33 251 438.67"/><polygon class="cls-29" points="250.67 445.67 256 443 250 440.33 246.67 443.67 250.67 445.67"/><polygon class="cls-31" points="524.75 451.5 526.33 401 429.58 389.5 406.67 399.33 407 450 413.33 451.67 418.5 444.75 449.75 409.25 499.75 418.25 501.5 464.5 508.25 465 524.75 451.5"/><polygon class="cls-32" points="635 180 633.33 153.67 625 152.33 622.67 153.67 625.33 180.67 635 180"/><polygon class="cls-32" points="610.67 173 609.33 166.33 605.67 165 601.67 168 602.67 173.67 610.67 173"/><polygon class="cls-32" points="592.33 177 590.33 164.67 584.33 162.33 581.33 166.33 582.67 178.67 592.33 177"/><polygon class="cls-32" points="568 183.67 565 170 559.67 165.33 548.67 169.67 549 189 568 183.67"/><polygon class="cls-33" points="624.83 159.5 617.92 157.25 612.63 160.13 613 178 628 178 624.83 159.5"/><polygon class="cls-12" points="645 205.17 643.33 179.75 607.33 171.04 531 192 531 196 558.67 198.67 566 206.67 574.67 207.67 575.67 197 619.33 186.33 624.67 195.67 645 205.17"/><polygon class="cls-34" points="642 310.67 594.33 323.67 566.33 304.33 563.33 306 594.67 326 622.33 319.67 642 313.33 642 310.67"/><polygon class="cls-34" points="642.33 326.33 643.33 310.67 637.67 309 636.67 324.33 642.33 326.33"/><polygon class="cls-34" points="624.33 327.83 625 314 618 314 618 328 624.33 327.83"/><polygon class="cls-34" points="605 332 605 318 597.67 320 597.33 334 605 332"/><polygon class="cls-34" points="582.33 324.33 583 314 578.67 310.33 574.67 321.67 579 324 582.33 324.33"/><polygon class="cls-34" points="564.67 321 570 305.33 566.33 302.33 557.67 317.33 564.67 321"/><polygon class="cls-35" points="649 368 613.33 374.67 548.67 355 590 350.33 649 368"/><polygon class="cls-36" points="605.67 365.17 581.67 373.42 581 394.71 577 396.35 554 389.68 552.33 358.84 564.67 354 577 354 599.33 360.33 605.67 365.17"/><polygon class="cls-35" points="588.33 369 610.67 377.33 611.33 381.67 613.33 383.67 604.33 391 574.67 383.33 579.33 370.33 588.33 369"/><polygon class="cls-35" points="660 374.33 624.67 379.33 625.33 386.67 656.33 395.67 678 389.33 680 381.67 660 374.33"/><polygon class="cls-37" points="633.33 367.67 611.33 362.67 604.33 366.67 616.33 370.33 620.67 368.67 632 369.67 633.33 367.67"/><polygon class="cls-38" points="623.67 361.33 624 355.67 608 350.67 604.33 351.33 604.67 356.67 623.67 361.33"/><polygon class="cls-36" points="652.17 381 651.08 374.67 657.54 371 662 373.33 662 377 656 379.67 664 379.33 667.33 383.33 660.67 388.33 654.33 384 645 390.33 651 383.33 637.67 383.67 652.17 381"/><polygon class="cls-39" points="529.67 105.83 479 105.25 483.67 90 525 90 530.33 93 529.67 105.83"/><polygon class="cls-39" points="481 81.67 495 91.67 433 157.67 397 179 350.33 228.33 290.33 253.67 288.33 272.33 271 281.67 276.33 324.33 250.33 349 232.33 344.33 233.67 307.67 243.67 281 234.33 275.67 235 233.67 244.33 225 247.67 227.67 271 82.33 307.67 83 315.67 77 332.33 81.67 347.67 85.67 413 80.33 416.33 75 451.67 79.67 463 85.67 481 81.67"/><polygon class="cls-40" points="469.67 108.33 466.33 102.33 407 100.33 345.67 193.67 350.33 209.67 425 145 443 141 469.67 108.33"/><polygon class="cls-40" points="387.67 106.33 385 123 349 173.67 339 165 357.67 103 387.67 106.33"/><polygon class="cls-41" points="290.33 253.67 267.67 255.67 247.67 227.67 257 229 271.67 237.67 281 191 298.33 173 291.67 198.33 279 242.33 295.67 236.33 332.33 177.67 351 171 338.33 188.33 289 248.33 290.33 253.67"/><polygon class="cls-41" points="288.33 272.33 272.33 263.67 257.67 280.33 243.67 281 259.67 296.33 261 318.33 276.33 324.33 278.33 282.33 288.33 272.33"/></g></g><g id="PROPBird"><path class="cls-42" d="M634.33,213.17,606,202.67l-46.83,11.66,5.8,1.94-.63,17.31-7.59-1.83.5,3.5,7,1-.87,23.85-7-1.37-.19,3.25,7.08,1-.77,21,2,.5.86-21.24,4.88.67L570,285.5l2,.5.43-21.77,4.2.58L576.5,285H580l-.73-64.93Zm-57.52,23.41-3.81-.92.33-16.61,3.82,1.28-.23.25ZM567.22,217l3.52,1.17-.18,16.89-4-1Zm-1.75,43.52,1-24,4.1.6-.27,24.29Zm7,1.37.48-24.36,3.84.56-.16,24.62Z"/><polygon class="cls-43" points="577.56 239.56 585.91 236.84 590.39 238.17 595.13 245.27 599.75 249.26 611.08 263 607.63 265.44 598 260 592 260 584.25 256.63 582.5 252 585.88 243.25 584.88 241.13 577.56 239.56"/><polygon class="cls-42" points="625.33 260.67 572 258.67 570.26 261.48 626.67 262.33 625.33 260.67"/><path class="cls-44" d="M586.38,239.31a.58.58,0,0,1-.57.57.57.57,0,0,1-.56-.57.56.56,0,0,1,.56-.56A.57.57,0,0,1,586.38,239.31Z"/><path class="cls-45" d="M639.25,216.23l.25-6.85-31.12-11.82L555,209.75v6L551.25,295l3.5,2.25,2.5-.75.19-8.89,5.06.39H582l9.75,2.75,9.25-.46V298h3.75l.8-7.81,25.28-.4L629.5,298l5.5,1.75L639,283V268.25l.91-5,.65-45.47ZM626,240l0-5.3,10,1.3-1.73,27.85-7.83.44Zm-1.38,24.39-10.39.58-.45-32.83,8.72,2.11,1.57.2Zm-10.37,1.86,10.41.12.28,15.28-10.06.16ZM608,264.2l-.15-33.5,4.2,1,.45,33.11Zm-15.89-.37L591.46,229l4.54-.54v35.43Zm-8.84-.15-.93-33.6,7-.82.59,34.49Zm6.36,2.94-1.41,15.7-4.43.1-.44-15.85ZM603,210.75l-1.62,15.6-3.76.65-.15-20.62,3.7-.92-.67,1.79Zm-7,16v.07l-4.6.41-1.14-19,5-1.24Zm-6.8.67-6.92.61-.49-17.73,6.26-1.56Zm-8.63.76-8.91.78.09-16.15,8.3-2.07Zm-10.91,1-4,.35.75-15.34,3.56-.89Zm-6.17.54-4.54.4.3-11.58L562,217v-1.75l2.17-.54Zm-4.62,3.19,4.5-.54-1.4,31-3.9-.06ZM558,266l3.84.08-.76,16.8-3.53.08Zm5.88.13,5,.11-.33,16.48-5.51.12Zm.14-2.78,1.52-31.29,4.07-.49L569,263.45Zm7.63-32,9-1.06,1,33.37-10.12-.17Zm26.35-3,3.22-.54L601,230v34l-3.17,0Zm15.82.92L616,208l-1.75-.75L612,228.5v.5l-4.18-.69-.08-19,3.14-3.29L624,210.75V231Zm-42.43,53.38.08-16.37,10.23.22.47,15.92Zm19.13-.41L592,266.76l4,.08-1.19,15.34Zm6.6-.15.55-15.12L601,267v15.1ZM608,266.68l4.54-.31.2,15.48-6.31.1Zm19.12,14.93-.59-12.11,0-3.11,7.63.09-.33,5.27-1.58,9.78ZM636,233l-10.07-1.68-.16-19.94,8,2.87,2.53,17.25Z"/></g><g id="PROPSmallChest"><polygon class="cls-46" points="215.66 393 215 381.67 201 375.67 138.33 377.67 131 388.33 133 394.33 215.66 393"/><polygon class="cls-47" points="215 387 131.66 391.67 134.33 441 212.67 442.33 215.66 393 215 387"/><polygon class="cls-48" points="148.33 387 149.66 399.67 143 398.33 141 387 148.33 387"/><polygon class="cls-48" points="194 384 194 396 201 397.67 200.33 384.34 194 384"/><polygon class="cls-48" points="158.33 402 157.66 425.5 193 426.08 190.33 402 158.33 402"/><polygon class="cls-48" points="134.33 441.17 212.33 430.58 209 444 135 444 134.33 441.17"/></g><g id="PossibleProp"><polygon class="cls-49" points="604.5 96.5 607.5 149.5 636 138.5 628.5 88 604.5 96.5"/><polygon class="cls-50" points="621.75 96.75 622.13 102.13 607 108 607 103 621.75 96.75"/><polygon class="cls-50" points="625.5 104 607 112 607 115 625 107 625.5 104"/><polygon class="cls-50" points="626.5 111.5 611.5 115.5 612 119 627.5 114.5 626.5 111.5"/><polygon class="cls-50" points="627 121 610 128 610.5 131 628 124 627 121"/></g><g id="PROPPoem"><polygon class="cls-49" points="164.67 314.33 161 259.33 137 263 120.33 261.33 119.67 315 164.67 314.33"/><polygon class="cls-41" points="154.67 264.67 155.33 269 123.33 270.33 123.67 266.67 154.67 264.67"/><polygon class="cls-41" points="153.33 271 126 273.33 125 275.67 154.33 274.33 153.33 271"/><polygon class="cls-41" points="156 278.33 122.83 278.67 123.25 280.33 156 280 156 278.33"/><polygon class="cls-41" points="153 284.17 126 285 126 288 153.33 286 153 284.17"/><polygon class="cls-41" points="148.33 291.67 136.33 292 136.67 295.67 149.33 293.33 148.33 291.67"/></g><g id="PROPOccupation"><polygon class="cls-49" points="245.5 125.25 182.5 121.63 116 124 116 217 237 213 247 212 245.5 125.25"/><polygon class="cls-51" points="120 129 120 132 133 131.67 143.67 128.67 161 130.67 177.67 130.33 187.67 126.67 201.33 132.33 219.33 131.33 234.33 133.33 240.67 131.67 240.33 129.33 234 132 219 128.67 201 130.67 187.67 124.33 176.33 128 160.33 128.67 143.33 125.67 132.33 130 120 129"/><polygon class="cls-51" points="240.67 146.17 238.83 142.92 235.58 143.12 234.96 144.73 230.98 142.7 223.99 143.35 224.66 146.01 208.33 145 208 140.67 204.66 139.67 204 145.33 193.33 143 191.67 138.67 189.33 142 183.67 142.33 180 138 179.33 129.67 178.33 138.5 176 143 170 143 169 140.33 167 140.83 165 140 160 140 153.5 137 147 137.67 147 142 143 141.67 143 137 139 136.33 137 130.67 135.83 135.33 133 136.67 133 141 127.33 139.67 125.5 141.5 123.67 143.5 120.33 142 118 142 119.33 158 133.33 160.67 138.67 157.33 188.33 188 201 187.67 201.33 184.33 149 156 170 156 179 160.33 193.33 159.33 199.67 167 210.33 166 206 160.33 209.33 159.33 220.33 168.67 228 168.33 216 157 236 157.33 241.33 153.33 230 152 240.67 146.17"/><polygon class="cls-52" points="167.33 151.67 166.67 148 172 148 171.33 152 167.33 151.67"/><polygon class="cls-52" points="159 151.67 160 145.33 154.67 145 153.67 152.67 159 151.67"/><polygon class="cls-52" points="180 152 180 145 183.33 145.67 184 149.67 189.33 150.67 189 154.67 180 152"/><path class="cls-52" d="M218.11,191.57,215,181.94l.21,3.68-5.88-7.35-.21.3-.79-5.63.21,6.49-1.88,2.64-1-2.07h-3.34L201,176.27V180h-2.35l-7,9.13,9.34.48v3l-5.67.37-10.84-5-1.25.66,15,8,24-.66.68-4.67Zm-13.79.84-.45-2.72,5,.18.07,2.26ZM211,192l-.7-5,5-.38.3,5.06Z"/><polygon class="cls-52" points="212.33 172.67 219.67 175 231 175 233 171.67 229 172 225.33 162.67 223.67 172 219 162.67 218 173 212.33 172.67"/><polygon class="cls-52" points="165 190.33 159.67 195 147 195.33 145.67 192 152.67 190.67 156 179 160.67 190.67 165 190.33"/><path class="cls-52" d="M245,182.33l-.81-4.58L244,164l-2.67,5.33,2-.06-.27,2.19L243,171H239l-.19-1.54,2.57-.13L238,163l-3.67,6.67,3.67-.18v2l-7.83,11.19,7.83-.18v2.34l-6,.17,2.43,3.65-4,.35,4.41,9,8.5-.33,1-9.67-.08-5.65Zm-3.56,2.4-.86,0-.28-2.32,1.43,0Z"/><polygon class="cls-52" points="184.38 167.63 183.06 170.31 175.28 165.78 174.52 163.02 177.51 165.51 178 156.25 183.38 164.5 180 165.5 180 167 184.38 167.63"/><polygon class="cls-52" points="132.13 206.81 132.01 204.59 136.75 204.75 133.5 199.5 131.74 199.59 131.64 197.71 133.5 197.75 131.25 190.5 129.75 191 129.75 191.32 126.25 193.25 123.25 197.5 129.84 197.66 129.87 199.7 124.25 200 121.5 204.25 129.94 204.53 129.97 206.75 120.25 206.5 122.5 210 136.75 210.75 139.5 207 132.13 206.81"/><path class="cls-52" d="M126.71,187.07l-1.33-1.59,2-.34L123.57,181,120,186.8l2.7-.73-.15,1.6c-1.44.21-2.64.38-2.76.38l1.56,2.28,6-1.45.41-2Zm-3-1.31,1-.17,1.39,1.57-2.54.38Z"/><path class="cls-52" d="M178.28,205.7l-.33-2.47,6.38-.73-4.66-4.67-2.4.45-.16-1.17,4.56-.44-4.17-5.34-1.16.14L176,189l-1.17.17.22,2.46-1.72.2L172.25,195l-1.08-2h-2.93l-.07-.83-1-.34,0,1.17H165l-1.67,4.17,4-.35.09,2.9-3.91.45-1.33,4.33,5.36-.75.08,2.72-7.44.53,4,3.5L186,209.33l2-4.33Zm-9.73-9,3.2-.28-.42,1.23,4.21-.41.11,1.31-2.32.43-1.53,2.26-2.47-1.76-.53.06Zm.58,6.8,1.26-.18-.56.83,6.25-.72.2,2.39-6.91.5Z"/></g><g id="PROPLargeChest"><polygon class="cls-53" points="112.33 385 77 363.67 0 365 0 505 115.67 463.67 112.33 385"/><polygon class="cls-54" points="21 495.67 19 412.33 56 403.67 56 409 77.67 402.33 77.56 398.63 113 390.33 112.17 385 77.34 391.43 77.25 388.33 56 393 56 395.37 18.25 402.33 0 374.33 0 512 11.5 511.67 116 467.67 116 460 21 495.67"/><polygon class="cls-46" points="80.99 414.34 52.99 424.34 53.66 437.67 84.99 429.67 80.99 414.34"/><polygon class="cls-46" points="85.66 438.34 56.33 444.34 56.99 451.67 86.99 444.34 85.66 438.34"/></g><g id="Briana"><g id="Briana_Head" data-name="Briana Head"><polygon class="cls-55" points="448.38 289.13 446.38 300.25 447.06 303.38 447 310.56 446.81 312.31 446.69 313.88 447.13 315.75 447.25 318.38 449 320.5 458.63 321.88 459 329.25 456.5 332.5 461.63 340.75 470.88 339 476.63 328.63 473.63 326.25 470.88 314.75 469.63 300 455.88 287.13 448.38 289.13"/><polygon points="467.13 304.75 465.88 303.88 463.38 305.75 464.13 308.5 463.38 310.38 465 310.13 466.38 307.63 465.13 306.25 467.13 304.75"/><polygon points="460.88 304.63 462.13 305 463.63 303 465.5 302.13 468.75 303.88 469.25 307.88 467.75 311 465.63 311.88 470.25 317 472.25 316.75 475 316 476 317 480 315 479 310 485 307 484 293 475 280 469 277 457 279 448 286 446.63 289.25 449 290.88 452 290.25 454.25 292.38 456.63 292.5 458.88 292 458.13 295.38 458 298.63 459.38 299.13 459.5 301.13 461 302.88 460.88 304.63"/><polygon class="cls-56" points="453 301.75 452.31 303.63 450.88 305 450 301.88 453 301.75"/><polygon class="cls-57" points="453 301.75 450.58 301.08 449.25 301.42 448.75 302.83 449.75 302.42 453 301.75"/><polygon class="cls-57" points="450.25 301.83 451.08 303.5 450.88 305 450.33 305.08 449.83 303.5 449.5 301.92 450.25 301.83"/><polygon class="cls-57" points="447.56 300.19 450.13 298.25 452.44 298.44 454.44 299 451.06 297 448.69 297.25 447.31 298.81 447.56 300.19"/><polygon class="cls-57" points="450.75 313.81 446.81 312.31 446.38 313.19 446.69 313.88 450.75 313.81"/><polygon class="cls-58" points="447.06 303.38 445.94 306.75 444.75 307.81 444.94 309.31 447 310.56 448.5 310 448.06 306.31 447.06 303.38"/></g><g id="Body"><polygon class="cls-59" points="421.67 446 421.92 452.42 412.13 464.88 402.83 467.83 402.5 471.67 411.83 473.01 422.66 468.5 432.33 461.83 430.33 451.83 455.17 449.5 456.17 457.5 450.33 464.17 443.5 473.33 444.33 476 450.17 476.83 459 473 466.5 458.67 463.17 446.17 421.67 446"/><polygon class="cls-60" points="476.63 328.63 469.38 338.63 462 339.38 456.38 331.88 449.88 336.38 439.13 357.5 444.63 359.75 444.38 361 455 366.63 456.25 372.75 423.75 393.75 420.25 404.63 414.38 450.63 422.63 447.25 431.75 454.5 449.63 457.25 456.88 451.25 460.38 452.63 471 442.75 467 404.63 488.63 401 492.88 389.63 491.25 379.63 490.75 366.63 497 365 502.88 359.88 486.13 333.5 476.63 328.63"/><polygon class="cls-61" points="455 366 457 366 464 369.5 485.63 366.63 486.13 371.63 462.63 376.38 453.5 373.38 455 366"/><polygon class="cls-55" points="442 358.88 437.75 364.88 436.5 370.13 441.88 379.75 455.13 387.75 461.25 389.13 471.75 379.88 491.25 379.75 496.63 375.38 498.13 370.13 495.25 359.38 487.75 362 484 365 485.63 368.75 467.25 372.88 461.63 371.63 457.13 370.38 454.38 373.25 452.75 372.25 449.88 372.75 449.13 364.13 443.75 358.63 442 358.88"/><polygon class="cls-62" points="459.88 375.5 451.75 371.13 450.25 371.63 440.63 380.75 434.88 380.88 423.38 390.25 424.5 393.13 431.38 395 444.88 390 450.25 391.13 455.5 387.63 459.88 375.5"/></g><polygon class="cls-63" points="519.25 400 514.5 391.5 494.75 387 482.75 389.25 475.75 396.25 480.25 404.25 495 410.75 511.75 409 519.25 400"/><polygon class="cls-64" points="506.25 402 505.25 396.75 517 386 508.5 382 500.5 390.75 504 380 497 379.75 495 392.25 488.5 397.5 496.25 402.5 506.25 402"/><polygon class="cls-65" points="489 394.75 486 385.5 481.75 386.75 485.5 396.5 489 394.75"/></g><g id="PROPNewspaperClippings"><polygon class="cls-66" points="213 470.33 176.33 496.33 186.33 514 205.33 521 217.67 517.67 237 494.33 225 476.33 213 470.33"/><path class="cls-67" d="M218.5,484.17l-3.58,4.91-5,13-28.31-8L180,499.68l22.34,17,20.33-.33L224.33,539l-27.66.67-8.67,9s-41.33-25-40.33-25.34,9.66-8,9.66-8L142,513.17,150.67,492H172l-14-9.67,24.33-15.66,23,12Z"/><polygon class="cls-67" points="279 491.33 281.67 483.67 277.33 482 256.33 514.67 301.67 519 309 496 279 491.33"/><path class="cls-67" d="M280.33,510.67s-8,9-7,9.33,29.34,17.67,29.34,17.67l2.66-10Z"/><path class="cls-67" d="M291,533.33,267.33,526,244,543.33s8.67,7,9.67,7S291,533.33,291,533.33Z"/><polygon class="cls-67" points="118 528.33 129 508 95 495.67 76.33 515.67 118 528.33"/><polygon class="cls-68" points="160.83 513.5 173.25 503.75 177 495 165 495 160.83 513.5"/><polygon class="cls-68" points="185.67 490.67 197.33 477.67 192 474.67 177 488 185.67 490.67"/><polygon class="cls-68" points="174 486.67 188.67 472.67 185.67 470.67 168 483.67 174 486.67"/><polygon class="cls-69" points="302 498.67 300 503.33 269.67 500 273 494.67 302 498.67"/><polygon class="cls-69" points="299 506.33 297.67 509.33 266.67 505.33 268 503.33 299 506.33"/><polygon class="cls-69" points="279.67 514.33 278.33 516.67 285.33 521.67 287 518.67 279.67 514.33"/><polygon class="cls-69" points="189 520 188 523.83 221.33 523.08 219.67 520 189 520"/><polygon class="cls-69" points="187.5 526.17 186.42 529.42 213 528.67 213 526 187.5 526.17"/><polygon class="cls-69" points="198.83 531 198.08 533 212 532.33 212 530 198.83 531"/><polygon class="cls-69" points="110.67 506.33 103 517.33 113.33 521.33 117 514 110.67 513 115 508 110.67 506.33"/></g><g id="George"><g id="Layer_6" data-name="Layer 6"><polygon class="cls-59" points="242.25 385.25 236.5 396 246.25 417.5 257 421.25 275.25 423 274.25 435 281 468.75 292.75 484.75 313 492.25 318 487.75 312 477 294 460.5 299.75 414.75 308 416.25 311 427.5 322.75 454 322.5 465 334.75 468 343 474.75 363.25 478.25 366.5 474.5 339 451.5 328 406.5 242.25 385.25"/><polygon class="cls-70" points="287.83 320.33 273.5 318.5 264.67 323.5 253.5 333.33 237.83 364.17 242.83 372.33 246.33 373.83 239.17 385.33 258.33 397.83 304.67 401.67 318.67 387.17 330.17 383.67 337.33 371.67 329.5 340 316.33 329.17 287.83 320.33"/><polygon class="cls-71" points="338.5 408.5 331.25 390.5 309.75 377.25 318.75 354 320.75 333.25 318 331.75 314.25 350.75 303.25 352.75 282.5 346.25 278.75 319.5 273.5 318.5 278 349 270.5 364 260 381.75 249.25 384.5 242.75 379.25 241 381.5 248.5 387.5 261.35 386.48 262.5 390.5 277.5 400.25 287.25 418.75 293.75 421.75 315 407 324.25 409.75 333.5 416 341 417.25 338.5 408.5"/><polygon class="cls-72" points="286 364.25 288.5 369.25 283.75 380 277 380.25 265.5 377.25 248 375 244.5 370.75 244.75 364.75 251.5 357.75 271.25 366.25 280.5 361 286 364.25"/><polygon class="cls-73" points="307.5 355.25 303.75 357.5 296.75 351.25 286 367.5 282 366.25 282.5 364.25 293 346.5 289.25 343.25 292 341 300.5 346.25 307.5 355.25"/><polygon class="cls-74" points="306.75 387 303.25 387.75 299.75 389.25 288.5 387.25 276.5 396.75 279.25 398.75 296 401.25 303.75 398 316.25 396.75 319.5 384.25 306.75 387"/><polygon class="cls-72" points="339.25 376.38 337 370.69 327.75 366.97 321.25 370.48 320.25 379.74 323.25 383.5 311.25 381.75 306.75 387 316 388 316 392 312.75 396 303.75 398 313.25 403 328 393.5 339.25 376.38"/></g><g id="Head"><polygon class="cls-75" points="319 323 315.17 331.5 311.33 337.17 306 338.83 297.83 334.67 291.17 323 285.67 317.17 290.33 303.17 303 294 322.67 301.67 319 323"/><polygon class="cls-76" points="301.13 313.63 304.44 315.12 303.13 316.25 303 317.5 304.38 318 306.13 315.88 307.88 318.13 308 315.25 303.88 313.75 301.13 313.63"/><polygon class="cls-76" points="319.38 319.75 319.13 319.25 315.63 318.63 313.88 320.63 316.51 320.2 315.75 321.5 316.5 321.88 317.63 321.38 318.03 319.96 319.38 319.75"/><polygon class="cls-76" points="310.25 315.17 312 314.08 311.67 312.92 306.67 310.25 303.42 309.75 300.92 311 303.58 310.92 308.33 313.5 310.25 315.17"/><polygon class="cls-76" points="319.5 316.17 316.33 316.83 314.75 316.42 314.83 314.83 320.17 313.92 321.17 316 320.92 317.58 319.5 316.17"/><polygon class="cls-76" points="311.25 332.13 311.33 331.17 308.13 330.25 304.25 330.38 304.63 331.63 311.25 332.13"/><polygon class="cls-77" points="308.88 328.5 312.38 328.38 313.75 316.88 312.13 316.38 305.63 325.38 308.88 328.5"/><polygon class="cls-78" points="319.67 302.33 312.25 299.33 307.96 299.83 302.81 299.17 300.66 301.17 300.16 303.67 295.67 310.67 292.5 308.5 289 311.17 289.67 319.5 293 320.67 291.83 323.67 287.67 325.17 279.67 321.83 277.5 313.5 278.67 310.67 283.5 306 285.17 297.83 288.67 293.17 300.67 285.67 317.83 293.33 323 300.83 324.5 309.83 325.5 313 321 323 319 323 320 316.83 321.17 310.5 319.67 302.33"/></g></g><g id="Soldier"><polygon class="cls-79" points="685.5 296 691.5 305.75 702.5 307.63 725 358.06 724 371.03 712.5 383.67 716.5 398 729.5 425 685 443.5 657 429.5 646.5 430.5 648 379 640 364.5 645.75 314.5 661 307.5 661 304 670.25 298 685.5 296"/><polygon class="cls-80" points="653.33 269.5 652.17 278.17 652.83 281.83 650.33 287 650.83 289.33 655 289.17 658.33 300 661.17 300.5 670.5 298 681.5 295.33 682 267.67 661.83 268.5 653.33 269.5"/><polygon class="cls-81" points="668.83 281.5 669.83 279.33 673 279.5 675.5 284 672.5 289.5 669.67 290.17 668.83 281.5"/><polygon class="cls-82" points="655.17 279.33 656.17 281.17 663.83 279.33 657.83 278.83 655.17 279.33"/><polygon class="cls-82" points="657.17 282.67 658.67 281.5 662 282.83 658.83 284.17 657.17 282.67"/><polygon class="cls-82" points="656.25 292.69 656.88 295 660 295 658.75 293.28 656.25 292.69"/><polygon class="cls-82" points="646 259.75 646.75 268.75 659.5 275.25 677.75 277 688.5 277.5 692.25 271.75 679.25 253.5 659.25 251.5 646 259.75"/><polygon class="cls-83" points="664.5 306.5 665.5 299 675 296.5 683 293.5 685.5 295.5 678 305.5 678.5 369 708.5 413 704 452.5 693 458.5 681 449 683.5 403.5 681 405 681 449 695 500 679 502 663 454 660.5 400 650 379.5 652.5 346 664.5 306.5"/><polygon class="cls-83" points="680.22 441 692.61 451.68 703.16 442.78 705 446.18 700.41 468.75 702.71 481.99 699.49 526.16 673.11 534.5 666 533.03 666 529.1 681.37 519.78 686.07 510.94 680.63 450.57 680.22 441"/><polygon class="cls-83" points="680.42 433.5 673.23 439.5 665.59 436 663.8 437.5 664.25 454.5 677.73 501.5 671.88 516 664.25 521.5 662 524 668 524 687.16 516.5 693 499.5 682.22 449 683.57 432 680.42 433.5"/><polygon class="cls-80" points="680.17 373.67 672.5 370.33 666.5 375.33 667.5 378.33 673.5 376 676.83 378.33 665.17 389 662.17 396.67 664.5 400.33 677.5 397.33 685.5 384.67 686.5 378.33 680.17 373.67"/><polygon class="cls-83" points="678.5 370.67 691.83 365.33 698.83 373.33 700.5 383.67 689.17 391.33 684.83 387.67 685.17 378.67 678.5 370.67"/></g><g id="Gradient"><rect class="cls-84" width="768" height="576"/><rect class="cls-85" width="768" height="576"/></g><g id="Boots"><g id="legs"><polygon class="cls-86" points="680.5 439.25 694 450.13 705.5 441.06 707.5 444.53 702.5 467.52 705 481.01 701.5 526 672.75 534.5 665 533 665 529 681.75 519.5 686.88 510.5 680.94 449 680.5 439.25"/><polygon class="cls-86" points="679 433.5 671 439.5 662.5 436 660.5 437.5 661 454.5 676 501.5 669.5 516 661 521.5 658.5 524 666.5 525 686.5 516.5 693 499.5 681 449 682.5 432 679 433.5"/></g></g><g id="Scarf"><g id="fabric"><polygon class="cls-87" points="472.25 316.75 471 302.38 462.75 291.63 451.38 287.13 446.63 288.38 447 286.38 457 278.38 468.75 276.63 475.38 279.88 484.88 293 486 307.5 479.63 310 480.5 314.75 476.5 317 472.25 316.75"/><polygon class="cls-88" points="485.5 306.25 481.5 306 480.75 296.25 479.25 308.38 485.5 306.25"/><polygon class="cls-88" points="478.25 300.75 477.13 310.63 475.75 307.13 478.25 300.75"/><polygon class="cls-88" points="470.63 281.25 465.75 279 460 279.5 470.63 281.25"/><polygon class="cls-88" points="465.5 282.38 460.88 280.75 455.88 282.63 465.5 282.38"/></g></g></g><desc>George's Cobblery is quiet, with tools strewn about and various newspaper clippings littering the floor.</desc></svg> <<set _boots to false>> <<set _scarf to hasVisited("PutOnScarf")>> <<set _soldier to true>> <<if hasVisited("CobblerySoldierEnd")>> <<set _soldier to false>> <<else>> <<if !hasVisited("SoldierCobblery2")>> <<set _boots to false>> <<else>> <<set _boots to true>> <</if>> <</if>> <<toggleLayer "Boots" _boots "Captain Hollister put on his boots." " ">> <<toggleLayer "Soldier" _soldier "Captain Hollister stands in the doorway." "">> <<toggleLayer "Scarf" _scarf "You are wearing your scarf." " ">>
<div class="fixed"> <<include "Buzz Saw Standing Background">> </div>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 768 576"> <defs> <style> .cls-1 { isolation: isolate; } .cls-2 { fill: #c8a88a; } .cls-3 { fill: #52525d; } .cls-4 { fill: #baa580; } .cls-5 { fill: #faf0b6; } .cls-6 { fill: #a27a69; } .cls-7 { fill: #703223; } .cls-8 { fill: #606559; } .cls-9 { fill: #8b6863; } .cls-10 { fill: #8c706d; } .cls-11 { fill: #9b7563; } .cls-12 { fill: #5a4b59; } .cls-13 { fill: #624041; } .cls-14 { fill: #504051; } .cls-15 { fill: #714c44; } .cls-16 { fill: #765c62; } .cls-17 { fill: #371b12; } .cls-18 { fill: #483b40; } .cls-19 { fill: #505555; } .cls-20 { fill: #25253e; } .cls-21 { fill: #5e4e55; } .cls-22 { fill: #3d2b3a; } .cls-23 { fill: #957a73; } .cls-24 { fill: #4a383a; } .cls-25 { fill: #28071a; } .cls-26 { fill: #684d51; } .cls-27 { fill: #616069; } .cls-28 { fill: #595156; } .cls-29 { fill: #bfa688; } .cls-30 { fill: #262a47; } .cls-31 { fill: #060820; } .cls-32 { fill: #512628; } .cls-33 { fill: #3f3a3d; } .cls-34 { fill: #ce9e7f; } .cls-35 { fill: #8b4c2e; } .cls-36 { fill: #662828; } .cls-37 { fill: #dbd3b8; } .cls-38 { fill: #ccbca3; } .cls-39 { fill: #d38f6a; } .cls-40 { fill: #9b5b2a; } .cls-41 { fill: #7f4519; } .cls-42 { fill: #9e5a23; } .cls-43 { fill: #ba6843; } .cls-44 { fill: #487b7c; } .cls-45 { fill: #2d3837; } .cls-46 { fill: #396b6b; } .cls-47 { fill: #93501d; } .cls-48 { fill: #c8c8c3; } .cls-49 { fill: #000a00; } .cls-50 { fill: #874518; } .cls-51 { fill: #96a363; } .cls-52 { fill: #476843; } .cls-53 { fill: #4d4447; } .cls-54 { fill: #d6cab2; } .cls-55 { fill: #c6b16f; } .cls-56 { fill: #daa67d; } .cls-57 { fill: #411802; } .cls-58 { fill: #1c1910; } .cls-59 { fill: #b77e23; } .cls-60 { fill: #8d5222; } .cls-61 { fill: #353a42; } .cls-62 { fill: #55414a; } .cls-63 { fill: #cb997a; } .cls-64 { fill: #2d273a; } .cls-65 { fill: #2d3046; } .cls-66 { fill: #304a60; } .cls-67 { fill: #1f1831; } .cls-68 { fill: #8a675e; } .cls-69 { fill: #422b29; } .cls-70 { fill: #66483f; } .cls-71 { fill: #5e4953; } .cls-72 { fill: #67311a; } .cls-73 { fill: #efd1b6; } .cls-74 { fill: #ad8a7c; } .cls-75 { fill: #2b171b; } .cls-76 { fill: #423533; } .cls-77 { fill: #bc834b; } .cls-78 { fill: #724417; } .cls-79 { fill: #bf1b1b; } .cls-80 { fill: #8e5a2b; } .cls-81 { fill: #af743f; } .cls-82 { fill: #ad1717; } .cls-83 { fill: #d83232; } .cls-84 { fill: #d89955; } .cls-85 { fill: #432016; } .cls-86 { fill: #c2722c; } .cls-87 { fill: #885220; } .cls-88 { fill: #3d2d22; } .cls-89 { fill: #161208; } .cls-90 { fill: #363c2b; } .cls-91 { fill: #f4dbba; } .cls-92 { fill: #6b390f; } .cls-93 { fill: #694207; } .cls-94 { fill: #7f4109; } .cls-95 { fill: #f4da8f; } .cls-96 { fill: #bf9f7f; } .cls-97 { fill: #d3a183; } .cls-98 { fill: #2c1b19; } .cls-99 { fill: #572321; } .cls-100 { fill: #362125; } .cls-101 { fill: #876761; } .cls-102 { fill: #24253e; } .cls-103 { fill: #664e53; } .cls-104 { fill: #d49c7d; } .cls-105 { fill: #63515a; } .cls-106 { fill: #382733; } .cls-107 { fill: #65758b; } .cls-108 { fill: #e0ab88; } .cls-109 { fill: #7d726c; } .cls-110 { fill: #242c45; } .cls-111 { fill: #977367; } .cls-112 { fill: #cabd99; } .cls-113 { fill: #835d5d; } .cls-114 { fill: #af7c38; } .cls-115 { fill: #4b252b; } .cls-116 { fill: #c3b37b; } .cls-117 { fill: #70514c; } .cls-118 { fill: #49303b; } .cls-119 { fill: #504053; } .cls-120 { fill: #8f414c; } .cls-121 { fill: #863436; } .cls-122 { fill: #662c2c; } .cls-123 { fill: #3a3341; } .cls-124 { fill: #aa7537; } .cls-125 { fill: #813b26; } .cls-126 { fill: #8f7f75; } .cls-127 { opacity: 0.21; fill: url(#radial-gradient); } .cls-127, .cls-128 { mix-blend-mode: soft-light; } .cls-128 { opacity: 0.63; fill: url(#radial-gradient-2); } </style> <radialGradient id="radial-gradient" cx="384" cy="289" r="339.4113" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#fcee21"/> <stop offset="1" stop-color="#f15a24"/> </radialGradient> <radialGradient id="radial-gradient-2" cx="384" cy="289" r="339.836" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#ff7bac" stop-opacity="0.3"/> <stop offset="1" stop-color="#2e3192"/> </radialGradient> </defs> <g class="cls-1"> <g id="Setting"> <g id="Back"> <rect class="cls-2" y="386" width="768" height="190"/> <polygon class="cls-3" points="517 576 447.667 495 395 495.5 378.092 505.582 359 495 314.5 495 271 556 248 558 226 576 0 576 0 402 486 393 768 402 768 576 517 576"/> <rect class="cls-4" y="52" width="768" height="350"/> <polygon class="cls-5" points="488 272 254 272 257 204.25 254 136 488 136 488 272"/> <polygon class="cls-6" points="437 333 263 338.224 263 403 437 403 463 347.147 437 333"/> <polygon class="cls-6" points="491.5 276.001 489.667 290 256 290 252.167 274.333 491.5 276.001"/> <polygon class="cls-3" points="332.5 490.333 309 576 328 576 342.333 492.333 332.5 490.333"/> <polygon class="cls-3" points="417.667 489.667 445.667 578.333 469.5 576 431 487.667 417.667 489.667"/> </g> <g id="Window"> <path class="cls-7" d="M493.667,279l-1.09-8.3486L489.333,185.667l2.334-6-1.9043-39.669L490,140l-.3223-1.77-.0107-.23-.0313-.0034-.3027-1.6631L254,135.667,254.3335,205,256,207l-3.3335,48.6665L252,273l2,7ZM274.022,242.855l-13.1748-.4961.8589-16.0654,12.7714-.3ZM275,206.6665l-.4268,15.7974-12.6718.18.7651-14.3105-1.5327-2.6274,13.9014.2558Zm3.0371-45.8564,11.0606.4707-.35,14.9243-10.3559.2861.2749-.8247Zm10.64,18.4453-.01.4111.6138,17.1914-9.7535.0464-2.1938-17.2378.0854-.2568Zm-10.3291,26.768,11.01.2027.4307,16.0215-11.1026.1582Zm.41,19.87,11.1216-.2613.48,17.8384-11.2471-.4233Zm.42,20.3549,11.27.5259.2407,21.6529-11.0523.0507Zm15.5142-39.9238,13.1836.2432-1.1953,15.44-11.4048.1621Zm2.0762-7.0073,11.6772-.1079-.3462,4.47-11.1479-.15Zm-1.37,26.1855,11.4629-.269,1.7592,18.9238-12.5522-.4721Zm12.5288,42.8453-10.9483.05-.7866-21.3559,12.752.5952.0356.3838Zm.9941-92.7-15.28.4223-.2412-14.5947,15.729.7261Zm20.3335,92.602L313,268.3242v-20.498l16.291.7607Zm.044-23.3135-16.5791-.624-3.19-19.1411,19.8076-.4653Zm49.3046-37.0171,13.4073-.77.91,13.6455-15.8769.3643Zm-.6333-9.0146L392,198.415v6.04l-13.4194.5288ZM392,176.0059l-15.0664.2695-.4087-16.7539L392,158.8179Zm0,3.538V195.76l-14.3311.1547-1.5766-15.6733Zm-2.4687,88.4283-9.6861.0444L378.1479,246.29l14.5582-.2558ZM393,242.0059l-15.13.2754-1.0561-16.626L393,225.3672Zm18-.3272-15,.273V225.314l15-.2666Zm0-21.2993-15,.3442V211l-.3857-4.0586L411,206.0576Zm0-16.6729-15.6357.6158-.03-.3223-.07-5.5522L411,200.38Zm11.8135-7.3344L433,196.4746V202H422.8281Zm14.9336.1508,9.9873.1006.164,5.3765H437.8135Zm.0986,8.1045,10.126-.2153.5,16.4053-10.4268.0669Zm13.2578-7.97,15.3028.1548.4726,3.665-15.5771,1.2564Zm.2988,7.6812L467.334,204l2.7793,16.6787-18.0694.1157Zm14.4248,63.2822-11.957.0552-.9219-23.6631,14.1055.3ZM468,226.3335l-.7666,14.5752-14.4092-.0752-.584-15.0059,15.8575.42Zm15,41.2085-13.5566.0625.5361-23.2285L483,244.6528Zm0-26.5508-12.9414-.0674L470.334,229l1.5166-2.6533L483,226.6323Zm0-17.6416-8.8018-2.147-2.9589-17.3588,11.7607-.47Zm0-22.7114-12.3516-.2627-.6015-3.5264L483,196.98ZM485.083,180,483,187.3335v6.0439l-13.4941.2964-.1719-1.0073,3.248-16.5644,12.3936,1.0117Zm-.2012-5.4116-12.4472-1.2451-1.3028-13.0308,13.1983-.6006Zm-1.2851-34.6426L484.1924,156H470.7l-1.6182-16.1777Zm-15.5381,33.2207-15.0772,2.6675.0186-.1675-.5586-15.6367,14.7647.2461Zm-2.207-33.3716,1.07,16.1826-14.6319-.1884-.5752-16.1138Zm-13.27,39.7012,15.7012-2.9273.0508.7647L466,193.6665l.0107.084-15.0078.3291L451,194Zm-2.6826,88.1982-11.28.0518-.2949-24.044,10.8516.231Zm-11.6113-26.937-.1865-15.3042,10.5195.2788.459,15.0821Zm9.915-101.1118.2383,16.126-12.2432.3271.1358-16.4316-.2705-.125ZM436.168,159.6777l12.3359.2744.2461,16.6309-12.71-1.4536Zm-.1514,18.3584,12.584,1.3111-.8027,14.8076-10.0772.2373L437.667,190,436,180Zm-1.7422,89.73-11.2793.0523-.0615-24.4439,10.8418.231Zm-.5576-27.0327-10.79-.0562-.04-15.6274,10.5117.2788Zm-10.8408-19.752-.04-16.0346L433,204.7305V206l.3076,14.9146ZM432.416,184l.584,7.3335v3.17l-10.19.24-.0459-18.0869,9.5957.999Zm-.083-9.2944-9.5771-1.0952-.0362-14.2315,9.4776.2109Zm-.3164-35.1978.1494,16.6983-9.4531.2529-.044-17.03Zm-34.4316-.292L411,139.33v15.1128L396.4492,156.03Zm-1.3106,19.4131L411,158.04v17.3482l-15.8926.521ZM411,178.71v18.5059l-10.333-1.55-5.4375.0591-.2051-16.3145ZM395.8281,245.98,411,245.7134v22.16l-17.4609.08ZM393.31,139.18,392,147.3335v8.9756l-15.5591-.229-.4155-17.0474ZM375.8618,268.0352l-17.66.081L358.667,268l1.8633-20.1826,13.8125-1.354Zm-15.2744-23.396-.8755-18.68,13.17-.2344,1.18,16.7583Zm-.0288-37.9244,13.2788,1.0264-1.06,13.5147-10.54.2417Zm13.3887-1.89-13.668-.5684-.5361-4.7163,13.8437-.4829Zm-.5537-8.8633-14.04.1519-1.87-16.4541,14.9282.6094Zm-2.5245-56.9721.6231,17.018L371,156H357.2539l-.8154-17.1333Zm-13.7324,20.1284,14.4873.4907.6148,16.8-17.5435.9233ZM341,138.7354l12.0557.1025.5224,17.2285L341,156.6538Zm0,20.0058L353.667,159l-2.39,18.0776L341,176.3018Zm0,20.0278.3335.231,13.5322.5522,1.4859,16.5938L341,196.312Zm0,21.4248,15.665-.5463.4009,4.4751L341,203.4546Zm0,5.0093,16.2754,1.2578,1.354,15.12L341,221.9849Zm0,21.0889,14.7031-.2612.9639,18.6362-.03.3613L341,245.2891Zm0,22.2515,15.3872-.4732-1.6489,20.062L341,268.1953Zm-27.3594-110.04,15.8579.1343-.0361,19.1167-16.2715.7627Zm-.5346,23.79,16.3491-.5953L329.43,175.08l-16.6216.46Zm-.7725,34.373.3989-17.7407,16.6905-.2285-.0337,17.9707-17.0664.0805Zm-.33,2.5093,17.3814-.1607-.0093,4.95-17.9707-.2417Zm17.3662,7.7881-.0278,14.7216-20.3384.2891,2.0195-15.3491Zm-19.8745-68.4956-.3115,20.17-15.84-.5459-.3267-19.7642Zm-15.8808,40.7192,15.2544-.2085-.2749,17.7876-15.5884.0737ZM292,203.3335l-.168.126-13.1255-.1763.6919-3.8057,12.9073-.1191ZM289.6367,138.3l-.4609,19.669-11.2691-.2374-.8281-19.5385Zm-28.9736-.2461,13.0112.11.169,19.4819-13.2764-.28Zm-.1094,22.0122,13.3154.5669L274,175.6665l-.2383.9531-13.2925.3672Zm-.0976,19.5762,12.9819-.1777,1.6118,17.4609-14.68.07Zm-.0992,20.0117,14.9322-.1382.0444.4844-.1616,3.2354-14.8321-.1993Zm.3286,45.731,13.2515.6186-.6035,22.33.647.17-14.5352.0669Z"/> <polygon class="cls-8" points="267 156 267 152 268.375 153.375 271.375 150.5 270.5 148.75 268.5 148.5 268.875 145.75 267.5 144.75 266.25 145.125 266 148.75 264.25 148 262.875 148.25 262.5 152 265.25 152.5 265.625 155.5 267 156"/> <polygon class="cls-8" points="460 173 460 169 461.375 170.375 464.375 167.5 463.5 165.75 461.5 165.5 461.875 162.75 460.5 161.75 459.25 162.125 459 165.75 457.25 165 455.875 165.25 455.5 169 458.25 169.5 458.625 172.5 460 173"/> <polygon class="cls-8" points="367 220 367 216 368.375 217.375 371.375 214.5 370.5 212.75 368.5 212.5 368.875 209.75 367.5 208.75 366.25 209.125 366 212.75 364.25 212 362.875 212.25 362.5 216 365.25 216.5 365.625 219.5 367 220"/> <polygon class="cls-8" points="268.125 167.75 267.875 166.5 265.875 165 264.75 166 265.625 168.125 263.25 167.125 263.375 168.625 265 169.625 263 171.625 264.75 172.5 266.5 171.25 266.75 175.25 268.125 175.125 268 171 269.375 172.75 271 171.125 269.875 169.625 270.875 168.875 270.625 167.25 269.125 166.25 268.125 167.75"/> <polygon class="cls-8" points="479.125 210.75 478.875 209.5 476.875 208 475.75 209 476.625 211.125 474.25 210.125 474.375 211.625 476 212.625 474 214.625 475.75 215.5 477.5 214.25 477.75 218.25 479.125 218.125 479 214 480.375 215.75 482 214.125 480.875 212.625 481.875 211.875 481.625 210.25 480.125 209.25 479.125 210.75"/> <polygon class="cls-8" points="283.625 168.625 280.875 165.75 281.875 165 284.125 166.625 286 165 287.5 165.375 285 169.625 283.625 168.625"/> <polygon class="cls-8" points="284.375 170.625 283.625 169.375 280.375 169 280 169.75 283.125 171 284.375 170.625"/> <polygon class="cls-8" points="286.875 171.438 284 172.5 284 174 286.875 173.875 288.25 172.75 286.875 171.438"/> <polygon class="cls-8" points="286.125 150 284.375 149 281.875 149.875 280.375 154 283.625 154.75 286.75 153.125 286.125 150"/> <polygon class="cls-8" points="287 155 287 154 285.625 154 284.75 155 285.75 156.25 287 155"/> <polygon class="cls-8" points="286.25 149.125 287.25 145.5 285.125 144.5 280.25 146.875 286.25 149.125"/> <polygon class="cls-8" points="300.125 149 300.5 145.875 298.875 145.25 297.875 148.25 300.125 149"/> <polygon class="cls-8" points="301 150 301 147 304.125 144.25 306.25 145 304.375 150.625 301 150"/> <polygon class="cls-8" points="302.25 155.5 304 154.875 301.875 151 299 151 298.75 152.5 302.25 155.5"/> <polygon class="cls-8" points="362.125 168 362.5 164.875 360.875 164.25 359.875 167.25 362.125 168"/> <polygon class="cls-8" points="363 169 363 166 366.125 163.25 368.25 164 366.375 169.625 363 169"/> <polygon class="cls-8" points="364.25 174.5 366 173.875 363.875 170 361 170 360.75 171.5 364.25 174.5"/> <polygon class="cls-8" points="302.375 167.5 302.875 164.125 304.625 163.625 306.5 166 304.75 169.25 303.375 169 302.75 169.75 299.125 168.375 297.25 166.25 299.25 165.5 302.375 167.5"/> <polygon class="cls-8" points="363.375 150.5 363.875 147.125 365.625 146.625 367.5 149 365.75 152.25 364.375 152 363.75 152.75 360.125 151.375 358.25 149.25 360.25 148.5 363.375 150.5"/> <polygon class="cls-8" points="317.053 215.172 320.417 215.737 320.884 217.496 318.473 219.325 315.257 217.512 315.534 216.143 314.796 215.503 316.241 211.905 318.402 210.072 319.113 212.086 317.053 215.172"/> <polygon class="cls-8" points="303.125 172.125 298.25 169.75 297.5 171.5 302.125 174.5 303.75 173.125 304.75 173.625 307 170.125 305.25 169.25 303.125 172.125"/> <polygon class="cls-8" points="385.375 211.5 385.875 208.125 387.625 207.625 389.5 210 387.75 213.25 386.375 213 385.75 213.75 382.125 212.375 380.25 210.25 382.25 209.5 385.375 211.5"/> <polygon class="cls-8" points="386.125 216.125 381.25 213.75 380.5 215.5 385.125 218.5 386.75 217.125 387.75 217.625 390 214.125 388.25 213.25 386.125 216.125"/> <polygon class="cls-8" points="461.245 209.945 463.633 207.508 465.343 208.132 465.465 211.155 462.139 212.757 461.173 211.747 460.227 211.986 458.102 208.744 457.833 205.922 459.892 206.491 461.245 209.945"/> <polygon class="cls-8" points="459.135 214.128 456.586 209.342 454.95 210.317 456.93 215.462 459.053 215.305 459.568 216.297 463.445 214.787 462.544 213.05 459.135 214.128"/> <polygon class="cls-8" points="321 173.25 320.875 171.625 317.25 167.25 315 167.125 315.375 170 319.25 173 321 173.25"/> <polygon class="cls-8" points="321.625 170.875 324.25 171.25 326.75 168.375 326.375 167 324.375 166.75 322.625 168.375 321.625 170.875"/> <polygon class="cls-8" points="321.25 168.875 323 165.375 322.5 163.5 320.25 163.375 319 164.5 319.25 168 321.25 168.875"/> <polygon class="cls-8" points="472.233 149 473.734 148.365 476.73 143.538 476.134 141.365 473.527 142.634 471.914 147.261 472.233 149"/> <polygon class="cls-8" points="474.684 148.838 475.162 151.446 478.683 152.903 479.867 152.11 479.469 150.135 477.372 148.992 474.684 148.838"/> <polygon class="cls-8" points="476.461 147.847 480.336 148.394 481.954 147.324 481.358 145.151 479.894 144.323 476.655 145.672 476.461 147.847"/> <polygon class="cls-8" points="324.125 156.25 325 155.5 323.125 151.75 324.75 151.5 325.875 148.125 323.875 147.25 322.5 148.625 318.125 148.125 316.5 150.25 321.375 152.625 324.125 156.25"/> <polygon class="cls-8" points="321.375 147.5 321.875 146.25 320.625 143.875 317.75 144.125 317.625 146.125 321.375 147.5"/> <polygon class="cls-8" points="406.125 173.25 407 172.5 405.125 168.75 406.75 168.5 407.875 165.125 405.875 164.25 404.5 165.625 400.125 165.125 398.5 167.25 403.375 169.625 406.125 173.25"/> <polygon class="cls-8" points="403.375 164.5 403.875 163.25 402.625 160.875 399.75 161.125 399.625 163.125 403.375 164.5"/> <polygon class="cls-8" points="303.125 220.25 304 219.5 302.125 215.75 303.75 215.5 304.875 212.125 302.875 211.25 301.5 212.625 297.125 212.125 295.5 214.25 300.375 216.625 303.125 220.25"/> <polygon class="cls-8" points="300.375 211.5 300.875 210.25 299.625 207.875 296.75 208.125 296.625 210.125 300.375 211.5"/> <polygon class="cls-8" points="379.333 152.917 383 153.25 382.417 149.417 386.25 151.167 388.25 148.167 387.667 146.417 385 145.833 382.333 147.417 381.167 144.583 377.583 144.917 379.333 152.917"/> <polygon class="cls-8" points="385.084 168.5 385.75 166.917 383.75 163.667 381.083 163.75 380.833 165.167 382.833 168.167 385.084 168.5"/> <polygon class="cls-8" points="386 164.708 387.917 164.895 388.126 162.364 386.834 161 385 161 386 164.708"/> <polygon class="cls-8" points="382 173 383.042 169.958 388.354 167.646 390.469 168.365 387.818 171.266 384.992 171.174 386.83 172.92 386.417 175 384 175 382 173"/> <polygon class="cls-8" points="443.084 212.5 443.75 210.917 441.75 207.667 439.084 207.75 438.834 209.167 440.834 212.167 443.084 212.5"/> <polygon class="cls-8" points="444 208.708 445.917 208.895 446.126 206.364 444.834 205 443 205 444 208.708"/> <polygon class="cls-8" points="440 217 441.042 213.958 446.354 211.646 448.469 212.365 445.818 215.266 442.992 215.174 444.83 216.92 444.417 219 442 219 440 217"/> <polygon class="cls-8" points="347 173 347 171 344.25 169.75 343.083 170.833 344.166 172.75 347 173"/> <polygon class="cls-8" points="348.083 170.417 348.75 171.5 350.5 170.917 350.916 168.25 348.583 168.5 348.083 170.417"/> <polygon class="cls-8" points="347.333 167.583 349.666 167.25 350.166 163.75 348.083 162 346.416 164.75 347.333 167.583"/> <polygon class="cls-8" points="346.5 169.167 346.083 167 343.083 165.25 342 166.5 343.25 168.5 346.5 169.167"/> <polygon class="cls-8" points="400.947 218.423 402.026 216.739 400.385 214.203 398.818 214.487 398.696 216.684 400.947 218.423"/> <polygon class="cls-8" points="403.254 216.833 403.23 218.105 405.019 218.557 406.807 216.537 404.709 215.489 403.254 216.833"/> <polygon class="cls-8" points="404.15 214.043 406.294 215.02 408.603 212.343 407.794 209.746 404.906 211.162 404.15 214.043"/> <polygon class="cls-8" points="402.595 214.926 403.413 212.877 401.831 209.785 400.244 210.253 400.218 212.611 402.595 214.926"/> <polygon class="cls-8" points="347.125 153.5 347.875 153 344.125 145 342.5 144.875 345 152.625 347.125 153.5"/> <polygon class="cls-8" points="347 149 348.375 150.125 349.812 148.375 349.031 145.375 347 145.75 347 149"/> <polygon class="cls-8" points="403.875 151.375 406.5 148.25 404.125 145.75 400.25 143.375 399.625 147 403.875 151.375"/> <polygon class="cls-8" points="426.125 148.375 427.75 148.5 427.25 146.875 423.875 143.75 423.125 145 426.125 148.375"/> <polygon class="cls-8" points="427.875 145.75 428.375 147.375 430 148 431.25 142.75 430.125 141.625 428.875 142 427.875 145.75"/> <polygon class="cls-8" points="430 148.875 427.125 149.375 426.5 151.875 427.75 153.25 431.125 151.125 430 148.875"/> <polygon class="cls-8" points="429.125 162.063 428.187 160.844 426.719 161.422 427.359 164.273 425.617 163.137 423.746 164.256 425.373 166.128 428.124 167.002 428.25 171.501 430 172.75 430 167 430.25 163.5 429.125 162.063"/> <polygon class="cls-8" points="285.125 210.063 284.187 208.844 282.719 209.422 283.359 212.273 281.617 211.137 279.746 212.256 281.373 214.128 284.124 215.002 284.25 219.501 286 220.75 286 215 286.25 211.5 285.125 210.063"/> <polygon class="cls-8" points="442.125 165.625 441.875 161.75 445 161.875 445.75 164 446.25 166.875 442.125 173 440.5 173.75 441.875 170.625 439.125 170.5 438.25 168.125 439.25 167.125 441.5 168.375 439.75 165.5 440.75 163.875 442.125 165.625"/> <polygon class="cls-8" points="442.75 148.875 443.562 147.375 441.094 144.25 439 143.5 439 145 441.25 148.375 442.75 148.875"/> <polygon class="cls-8" points="442.75 144.875 443.875 145.875 445.375 144.625 445.75 142.125 443.625 141.875 442.75 144.875"/> <polygon class="cls-8" points="443.5 149.625 445 146.25 446.75 145.875 447.25 147.5 445.75 149.375 443.5 149.625"/> <polygon class="cls-8" points="442.625 151 441.625 149.625 438.875 149.25 438.375 150.625 440.25 152 442.625 151"/> <polygon class="cls-8" points="443.875 150.125 443.25 151 445 153.875 445.75 153 443.875 150.125"/> <polygon class="cls-8" points="427.75 213.875 428.562 212.375 426.094 209.25 424 208.5 424 210 426.25 213.375 427.75 213.875"/> <polygon class="cls-8" points="427.75 209.875 428.875 210.875 430.375 209.625 430.75 207.125 428.625 206.875 427.75 209.875"/> <polygon class="cls-8" points="428.5 214.625 430 211.25 431.75 210.875 432.25 212.5 430.75 214.375 428.5 214.625"/> <polygon class="cls-8" points="427.625 216 426.625 214.625 423.875 214.25 423.375 215.625 425.25 217 427.625 216"/> <polygon class="cls-8" points="428.875 215.125 428.25 216 430 218.875 430.75 218 428.875 215.125"/> <polygon class="cls-8" points="458.5 147.25 456.5 144.375 457.375 144 459 144 461.375 147.375 461.875 145.875 464 146 464.25 147.5 463.875 150 462.312 150.75 461 150.125 461 149 459.625 150.125 455.75 149 455.625 148 457.375 147.125 458.5 147.25"/> <polygon class="cls-8" points="462.125 151.938 460.125 150.719 457 151.375 457 153 460.375 153.375 462.125 151.938"/> <polygon class="cls-8" points="346.5 212.25 344.5 209.375 345.375 209 347 209 349.375 212.375 349.875 210.875 352 211 352.25 212.5 351.875 215 350.312 215.75 349 215.125 349 214 347.625 215.125 343.75 214 343.625 213 345.375 212.125 346.5 212.25"/> <polygon class="cls-8" points="350.125 216.938 348.125 215.719 345 216.375 345 218 348.375 218.375 350.125 216.938"/> <polygon class="cls-8" points="269.414 212.711 270.822 209.505 271.599 210.055 272.447 211.441 270.807 215.229 272.348 214.873 273.35 216.751 272.201 217.747 269.873 218.731 268.417 217.79 268.266 216.344 269.226 215.757 267.548 215.171 266.486 211.278 267.273 210.65 268.933 211.686 269.414 212.711"/> <polygon class="cls-8" points="267.307 218.249 267.303 215.907 265.112 213.584 263.726 214.432 265.167 217.507 267.307 218.249"/> <polygon class="cls-8" points="479.687 165.188 478.969 163.406 477.922 162.578 475.898 163.727 478.012 169.488 477.131 171.619 478.44 172.622 480 169.875 480 167 480.875 167.625 482.75 165.375 481.625 164.375 479.687 165.188"/> </g> <g id="Mid"> <polygon class="cls-9" points="0 0 0 116 242.417 114.916 267 113 313 113 333 111 373 115 425 116 447 115 526 122 768 108 768 0 0 0"/> <rect class="cls-10" x="512" y="132" width="89" height="184"/> <polygon class="cls-11" points="708.075 114.099 601 132 601 316 724.5 292.5 708.075 114.099"/> <polygon class="cls-12" points="558.5 183 558 153 551 147 528.5 149.75 527.75 182.75 558.5 183"/> <polygon class="cls-12" points="561.875 226.375 560.312 209.063 551.781 206.281 549.516 196.516 544.883 195.008 542 197.5 542 207 536.25 211.75 536 226.25 561.875 226.375"/> <polygon class="cls-12" points="553.875 271.75 555.187 250.375 549.219 247.563 549.734 240.031 547.742 237.516 543.121 236.008 540 238.25 540 246 534.75 243.5 530.75 247.5 528.5 273 553.875 271.75"/> <polygon class="cls-13" points="561.75 273.5 559.75 251 564.25 246.5 566 246.25 567 240.75 572.5 240 574.75 248 580.75 250.75 581.25 275.5 561.75 273.5"/> <polygon class="cls-13" points="638.25 225.5 637.75 210 627.75 207.25 622 214.25 622.75 227.25 638.25 225.5"/> <polygon class="cls-14" points="655.75 224 653.5 208.5 658.5 205 665.25 207.75 665 223.5 655.75 224"/> <polygon class="cls-13" points="654.25 223.75 650.75 209.75 640.5 211 641 225.5 654.25 223.75"/> <polygon class="cls-13" points="641.75 275 638.5 253.25 633.5 250.75 624.75 251.5 622 255.75 625 274.5 641.75 275"/> <polygon class="cls-13" points="658 273.75 656.75 249.25 670.25 237.75 698.5 237.5 705.75 264 658 273.75"/> <polygon class="cls-13" points="579 226.25 578.25 216 575.25 213.75 574.75 199.75 569 197.25 567.75 200 568.75 213 565.75 214 566.25 228.25 579 226.25"/> <polygon class="cls-13" points="565.5 183.75 565.25 156.75 580.5 154 592.25 162 591.75 185.75 565.5 183.75"/> <polygon class="cls-13" points="621 183.25 619.75 165.25 635.75 159.5 644.25 163.5 644.75 182.5 635.5 185 621 183.25"/> <polygon class="cls-15" points="652.25 181 650 164.25 660.75 155.75 676.25 160.5 677.5 170.75 684 169.25 681 144.25 700.75 135.25 707.5 139 710.75 173.5 652.25 181"/> <polygon class="cls-13" points="700.5 192.5 692.25 189.5 672 194.25 672.5 222.75 701.5 220.25 700.5 192.5"/> <polygon class="cls-13" points="542.75 226.75 542 209.5 535 205.75 518.334 208.333 519.667 228.333 542.75 226.75"/> <polygon class="cls-16" points="708.333 122.333 602 140 511 139 517 127.5 601 106 708.333 122.333"/> <polygon class="cls-17" points="710.834 168.667 640.333 183 603 183 517.333 182.333 517 191 599.333 190 650.333 189.333 710.666 179.667 710.834 168.667"/> <polygon class="cls-17" points="714.333 216.667 628.333 224.667 519 226 518.666 233.333 625 232.333 717 227.667 714.333 216.667"/> <polygon class="cls-17" points="719.333 269.667 605 274.667 517.666 269.667 516.666 276.667 603.333 280 722.333 278.333 719.333 269.667"/> <polygon class="cls-18" points="54 0 32 0 143 112 152 112 145.666 101.667 111 64.667 107.333 56.333 54 0"/> <polygon class="cls-18" points="131.333 0 140 11 167.333 57.333 170.666 71.333 202 113 217.333 114 181.666 52 175.333 50 152.333 0 131.333 0"/> <polygon class="cls-18" points="229 0 265 120.333 274.333 121 274.667 113.333 247.667 0 229 0"/> <polygon class="cls-18" points="307.667 -0.167 317.667 61.583 321 64.125 330.667 119 337 119 337.667 110.667 326.333 0 307.667 -0.167"/> <polygon class="cls-18" points="399.667 0 394 51.667 394 58 391.334 70 387.334 117 390 121 397.667 118.667 407.334 50 415 0 399.667 0"/> <polygon class="cls-18" points="486.334 22.333 439.667 115 445 123.667 455.334 121.333 500.334 33 486.334 22.333"/> <polygon class="cls-18" points="655.667 0 546 90.333 510.666 119.667 548.666 114.667 692 0 655.667 0"/> <polygon class="cls-18" points="768 21.333 641 104.333 649.333 110.333 664.666 108 769 44.333 768 21.333"/> <polygon class="cls-19" points="465 0 426 15 417 42 426 32 435 35 415 55 422 80 432 65 432 78 446 68 447 44 453 58 464 48 458 31 470 38 473 4 465 0"/> <polygon class="cls-19" points="481 35.667 478.334 61 493.667 80.333 497 65.667 502.334 85.667 513.667 91.667 521 73 510.334 61.667 525.667 53 481 35.667"/> <polygon class="cls-20" points="468.667 0 470 43.667 522.667 63.667 553.333 32 550.667 0 468.667 0"/> <path class="cls-21" d="M607.8281,288.4946,603.5,112.5,714,123l-1-14.5-117-11-92.9931,23.6912L508.5,285.5,507,431l103,21.5-2-164ZM517,127.5l76.5-16,1.8994,176.62-73.418-2.2138Z"/> <polygon class="cls-22" points="608 288.5 724.5 292.5 729.5 453.5 610 452.5 608 288.5"/> <polygon class="cls-22" points="768 84.333 703.666 107 713.666 298.334 722.333 378.334 768 389.667 768 84.333"/> <polygon class="cls-23" points="768 97.001 714.999 114.334 719.666 165.001 768 159.001 768 97.001"/> <polygon class="cls-23" points="754.999 175.001 722.999 177.001 724.999 213.001 758.999 212.334 754.999 175.001"/> <polygon class="cls-23" points="768 223.001 726.333 225.001 726.999 260.334 768 256.334 768 223.001"/> <polygon class="cls-24" points="105 112.333 31 69 22.5 60.5 0 47.5 0 386 115 369.5 105 112.333"/> <polygon class="cls-25" points="101.5 364 94.5 276.5 100.087 257 99.5 212.5 0 183 0 378 101.5 364"/> <polygon class="cls-22" points="233 112.667 147 110.5 105 112.333 105 142 103 145.667 107 240.333 107 280 105 291.667 105.667 357.667 238 371 235.667 266.333 233 112.667"/> <polygon class="cls-21" points="232.25 112.5 242.417 114.916 246.375 278.292 244 353 233 325 234 240.999 234 174 232.25 112.5"/> <polygon class="cls-26" points="221.5 126.25 167 124.625 111.5 127.063 110.5 155.031 111.5 175.016 140 175.508 167.5 177.504 193 177 224 177 224 145 221.5 126.25"/> <polygon class="cls-26" points="222 186 181 186 117.5 185 112 185.5 112 229 142 229 216.5 232 226 232 226.5 202.5 222 186"/> <polygon class="cls-23" points="156 136 140.667 129.333 125 132.333 118.333 146.667 118.667 165 134 176 146.667 175 158 164.667 156 136"/> <polygon class="cls-23" points="184.333 130.667 176.333 142.667 175.333 168 189.667 176 206.667 175.333 214 166.667 217.333 147.333 204.333 131.333 184.333 130.667"/> <polygon class="cls-23" points="143.333 200 129.667 195.333 119.667 200 115.667 215 121.667 225.333 132 229.333 143.667 227 147.667 211.667 143.333 200"/> <polygon class="cls-23" points="211.062 201 196.542 196.333 185.917 201 181.667 216 188.042 226.333 199.021 230.333 211.417 228 215.667 212.667 211.062 201"/> <polygon class="cls-23" points="177.667 201 171.333 196.333 159 195.333 148.667 203.333 147.333 221.333 156 230 172 230.333 181 221.333 181.333 208 177.667 201"/> <polygon class="cls-27" points="158.667 200 152.333 195.333 140 194.333 129.667 202.333 128.333 220.333 137 229 153 229.333 162 220.333 162.333 207 158.667 200"/> <polygon class="cls-28" points="180.494 195.102 173.01 197.526 165.006 206.963 165.481 220.022 177.5 230 191.421 229.613 201.021 216.809 198.957 204.249 188.319 196.204 180.494 195.102"/> <polygon class="cls-28" points="163.276 131.094 153.418 134.287 142.877 146.716 143.502 163.917 161 177 177.667 176.549 190.312 159.684 187.594 143.143 173.582 132.546 163.276 131.094"/> <polygon class="cls-29" points="219 198 212 198.5 206.5 213 211.5 231 223.5 230 226 212 219 198"/> <polygon class="cls-30" points="223 313 220 245 116 240 118 315 223 313"/> <polygon class="cls-25" points="505 511 476 499 430 503 418 517 434 576 485 576 505 511"/> <polygon class="cls-25" points="419 576 414 550 399 541 370 544 361 554 362 576 419 576"/> <polygon class="cls-31" points="13 249 31 246 55 253 74 288 53 332 20 332 2.167 317.834 0 264 13 249"/> <polygon class="cls-32" points="14.123 258.408 21.564 215.386 31.775 208.755 43.763 213.53 55.333 254 53 253.667 41.924 218.616 31.394 213.483 25.313 218.068 16.67 258.296 14.123 258.408"/> <polygon class="cls-28" points="34 203 32 215 35 218 37 217 38.5 204.5 34 203"/> <polygon class="cls-22" points="98.5 205.5 97.002 152.334 77.002 153.001 74 199.5 98.5 205.5"/> <polygon class="cls-23" points="62.561 148.667 51.893 136 32.31 136 23.833 159.001 26 183 52.5 191.5 63 178.334 62.561 148.667"/> <polygon class="cls-10" points="586 303 508 301 494 306 491 351 440 350 433 370 433 421 492 454 558.5 379.5 586 303"/> <polygon class="cls-33" points="411 318.793 411 412.28 415.84 413.5 418 410.248 418 315 411 318.793"/> <polygon class="cls-33" points="304 318.793 304 412.28 309.266 413.5 312 410.248 312 315 304 318.793"/> <polygon class="cls-10" points="291.242 334.489 271 347.891 235.553 359.334 219.085 397.5 219.085 450.333 247.666 450.333 263 449 263 399.074 266.655 399.616 267 422 301.666 423 304.333 383 291.242 334.489"/> </g> </g> <g id="Counter_Soldier" data-name="Counter Soldier"> <polygon class="cls-34" points="653.001 285 643.667 283.667 637.667 290.667 653.334 293 653.001 285"/> <polygon class="cls-34" points="689.166 200.5 684.417 207.917 684.709 216.626 679.021 227.313 685.679 228.323 686.839 238.662 693 241.667 693 247 716 246 716 230 689.166 200.5"/> <polygon class="cls-35" points="689 201.75 689.5 207.5 690.25 214.75 693.75 224.5 697.25 236.25 706.75 240 715.75 239.25 719 224.5 717 217.5 689 201.75"/> <polygon class="cls-36" points="717.5 221.25 725 189.75 720.75 175 711.75 171.25 706 173.25 689 201.75 696 215 708 221 717.5 221.25"/> <polygon class="cls-36" points="733.5 254.5 716.375 243 700.937 242.75 684.719 247.25 674.484 257 660.492 285.25 653.246 282.75 646.748 285.25 647.499 292.75 660.5 319.75 668.75 322 674.25 319.75 671 376.5 671 409 685.5 414.25 684.5 459.75 673.25 464.5 660.5 469.25 658.5 473 675.5 475 703.5 468.5 703 451.25 706.5 412 732 412 745.75 399 738.75 309 744 303.5 739 268 733.5 254.5"/> <polygon class="cls-37" points="656.667 283.833 651 289.667 651 299 649.001 300.001 645.334 292.667 644.667 286.001 650.334 281.334 656.667 283.833"/> <polygon class="cls-37" points="722 246.667 717.001 239 700 239 688.001 245.001 686.334 246.334 709.001 245.667 722 246.667"/> </g> <g id="Proper_Lady" data-name="Proper Lady"> <polygon class="cls-38" points="294.075 246.879 295.986 245.67 296.478 239.766 295.276 239.464 296.892 235.032 295.483 228.39 291.942 224.835 290.493 223.413 282.725 220.853 276.494 221.848 273.601 221.706 263.45 226.257 261.777 227.75 257.233 234.648 256.328 241.19 256.258 246.239 260.725 255.771 288.25 241.048 294.075 246.879"/> <polygon class="cls-39" points="286.242 274.147 286.242 270.147 287.242 270.147 292.242 258.147 292.242 239.147 281.242 236.147 271.242 241.147 269.242 257.147 271.242 270.147 271.242 274.147 263.242 281.147 280.332 294.321 295.242 280.147 296.242 275.147 286.242 274.147"/> <polygon class="cls-40" points="274.242 242.147 285.242 243.147 290.242 241.147 292.242 256.147 287.563 269.375 291.242 269.147 296.242 266.147 297.242 258.147 295.242 256.147 294.242 241.147 289.242 236.147 275.242 234.147 265.242 239.147 259.242 253.147 257.742 268.398 268.242 272.147 273.242 269.147 274.626 262.598 271.159 259.147 274.242 242.147"/> <polygon class="cls-41" points="274.242 252.147 276.242 250.147 282.242 251.147 283.242 252.147 277.242 251.147 274.242 252.147"/> <polygon class="cls-41" points="286.242 252.147 286.242 251.147 290.242 249.147 291.242 251.147 290.242 251.147 286.242 252.147"/> <path class="cls-42" d="M280.332,253.8672a1.34,1.34,0,1,1-1.34-1.34A1.34,1.34,0,0,1,280.332,253.8672Z"/> <path class="cls-42" d="M290.082,253.8672a1.34,1.34,0,1,1-1.34-1.34A1.34,1.34,0,0,1,290.082,253.8672Z"/> <polygon class="cls-43" points="285.457 252.147 283.973 253.125 282.776 257.583 283.074 259.833 285.632 260.216 287.898 259.498 287.898 257.823 285.457 252.147"/> <polygon class="cls-41" points="275.242 254.147 279.242 252.147 281.242 253.147 282.242 254.147 279.242 253.147 275.242 254.147"/> <polygon class="cls-41" points="286.242 254.147 287.667 252.527 289.646 252.147 290.986 253.125 288.242 253.147 286.242 254.147"/> <polygon class="cls-43" points="281.771 263.855 283.074 263.567 284.978 262.706 285.601 263.28 286.51 262.706 287.563 263.567 286.074 264.718 283.494 264.718 281.771 263.855"/> <polygon class="cls-44" points="257.742 256.403 264.561 260.743 267.178 257.551 266.539 254.424 269.603 246.254 268.904 244.849 270.688 241.532 271.071 238.339 276.625 235.658 281.771 236.743 286.174 235.658 288.178 237.147 291.93 238.835 294.574 246.133 295.066 253.51 296.639 249.445 296.639 241.147 292.646 234.445 284.667 231.126 282.776 232.083 280.197 231.635 270.114 233.679 263.923 238.575 263.242 243.509 261.114 244.466 257.742 256.403"/> <polygon class="cls-44" points="346.425 356.334 330.677 340.042 297.242 332.192 306.5 287.191 300.875 274.673 294.166 270.723 288.742 274.333 284.933 291.596 271 285.333 268.084 276 261.723 272.83 246.375 286.043 238 323.625 245.128 336.596 252.167 335.958 256.5 357.085 275 381.166 276 415.872 283.937 428.894 310.808 429.851 339.915 418.936 350.5 399.021 346.425 356.334"/> <polygon class="cls-38" points="271 273 263.894 273.468 261.134 278.25 267.837 288 281.128 296.383 288.614 295.5 294.691 287.709 296.639 278.82 292.027 272.147 287.401 274.263 287 278.83 284.558 285.333 280.332 287.407 274.477 282.167 271 273"/> <polygon class="cls-43" points="286.242 270.147 279.742 270.147 275.242 268.324 280.742 277.667 284.667 277.138 286.242 270.147"/> <polygon class="cls-45" points="339.915 418.936 338.625 426.667 352.25 441.584 347.562 447.085 312 441.584 305.5 429.662 339.915 418.936"/> <polygon class="cls-46" points="346.425 356.334 308.62 362.75 305.5 429.662 283.937 428.894 276 415.872 275 381.166 265.516 346.167 330.677 338.319 346.425 356.334"/> </g> <g id="SITTING"> <g id="Briana2"> <polygon points="452.625 399.125 453.312 415.438 445.75 425.5 435.266 404.734 424.508 407.242 425.504 423.496 410.502 425.998 403.333 426.667 391 426 394 422.667 401.875 421.75 414 414.25 414 406 452.625 399.125"/> <polygon class="cls-47" points="434.625 243.125 432.625 254.25 433.312 257.375 433.25 264.563 433.062 266.313 432.937 267.875 433.375 269.75 433.5 272.375 435.25 274.5 444.875 275.875 445.25 283.25 442.75 286.5 447.875 294.75 457.125 293 462.875 282.625 459.875 280.25 457.125 268.75 455.875 254 442.125 241.125 434.625 243.125"/> <polygon points="453.375 258.75 452.125 257.875 449.625 259.75 450.375 262.5 451.25 264.125 451.25 264.125 452.625 261.625 451.375 260.25 453.375 258.75"/> <polygon points="447.125 258.625 448.375 259 449.875 257 451.75 256.125 455 257.875 455.5 261.875 454 265 451.875 265.875 456.5 271 458.5 270.75 464 259.167 454.667 238 439.667 238 433.875 241.292 432.875 243.333 435.25 244.917 438.25 244.271 440.5 246.385 442.875 246.505 445.125 246.002 444.375 249.377 444.25 252.626 445.625 253.126 445.75 255.125 447.25 256.875 447.125 258.625"/> <polygon class="cls-48" points="439.525 256.355 438.369 257.983 436.621 258.933 436.598 255.688 439.525 256.355"/> <polygon class="cls-49" points="439.525 256.355 437.369 255.077 435.996 255.049 435.142 256.283 436.215 256.145 439.525 256.355"/> <polygon class="cls-49" points="436.852 255.713 437.217 257.54 436.621 258.933 436.078 258.87 436.012 257.212 436.105 255.597 436.852 255.713"/> <polygon class="cls-49" points="433.812 254.188 436.375 252.25 438.687 252.438 440.687 253 437.312 251 434.937 251.25 433.562 252.813 433.812 254.188"/> <polygon class="cls-49" points="437 267.813 433.062 266.313 432.625 267.188 432.937 267.875 437 267.813"/> <polygon class="cls-50" points="433.312 257.375 432.187 260.75 431 261.813 431.187 263.313 433.25 264.563 434.75 264 434.312 260.313 433.312 257.375"/> <polygon class="cls-51" points="461.5 281.25 449.75 291.5 445.25 285.75 434 290.5 427 308.5 443 343.5 410.5 351.5 403.5 407.5 418.5 413 428.75 412.5 433.5 416.5 456.25 408 474 337.75 473.5 293.75 461.5 281.25"/> <polygon class="cls-52" points="440.667 302.667 440.334 317 427.334 306.667 434.333 289.667 442 287 440.667 302.667"/> <polygon class="cls-47" points="438 275 416.667 295.5 414.333 308.667 419 312 428.833 308.334 441.5 280 438.833 322.5 443.833 328.334 449.5 328.167 453.833 319.167 447 282.333 447.333 273.833 438 275"/> <polygon class="cls-53" points="450.375 262.5 452.25 275 447.25 281.25 454.5 275.75 453 267.25 450.375 262.5"/> <polygon class="cls-53" points="442 275.5 443.25 271 438 275 442 278.5 442 275.5"/> <polygon class="cls-53" points="445 263 445 271 446 268.25 446 264 445 263"/> <polygon class="cls-53" points="448 262 447.899 267.694 447.5 272.25 449.25 268.5 449.5 263 448 262"/> <polygon class="cls-54" points="441.994 233.767 441.623 236.491 448.898 244.748 452.801 243.649 455.702 248.697 455.914 253.703 461.321 257.135 461.203 262.178 467.435 262.837 469.377 260.277 466.509 258.579 468.334 249.468 462.26 244.29 458.991 235.469 447.586 235.838 441.994 233.767"/> <polygon class="cls-51" points="463 309.333 449.333 297.667 445.666 302.667 438 303.333 438.333 320.667 455.666 330.667 463 309.333"/> <polygon class="cls-51" points="434 298.667 424.666 298 423.333 289 413.666 295.333 414 304 433 311 434 298.667"/> <polygon class="cls-52" points="459 311 449.333 297.667 448 289 456 286 459 311"/> <polygon class="cls-55" points="450 345.333 421.667 358.667 421.334 406.333 402 404 397 398 407.334 351 437.667 343.667 450 345.333"/> </g> <g id="George2"> <polygon class="cls-56" points="474.017 255.497 468.831 262.551 468.685 268.932 465 275.394 465 277.565 468.544 278.77 469.953 287.642 471.846 290 475.463 290 477.875 292.465 485.352 270.303 474.017 255.497"/> <polygon class="cls-57" points="500.667 294.334 494 286.333 479.322 288.494 473.334 293 469.996 298.126 500.667 294.334"/> <path class="cls-58" d="M474.0166,358.76l-33.6045-.4815L432.0518,375l-4.8448,64.6553-19.122,10.6025L397,453.1416V457l22.51-.6436,22.1875-5.1445.414-2.9121,17.5948-.3037,12.541-3.5371L474.498,387.22Zm-30.5508,80.0009,6.2715-44.1455,9.6475,41.1612Z"/> <polygon class="cls-59" points="503.666 294.667 516.333 301.333 526 336 517 349.667 510 304 503.666 294.667"/> <polygon class="cls-60" points="461.314 347.345 450.059 346.059 446.521 334.804 469.996 298.126 473.334 296.667 480.667 293 493.667 292.667 506 294.667 514 304 520.666 324.333 521.769 377.895 517.667 394 477 399.667 456 375.334 463.243 364.389 461.314 347.345"/> <polygon class="cls-61" points="500.546 252.482 490.898 248.302 473.856 251.839 472.892 256.341 475.142 258.593 474.499 268.24 478.035 267.596 479.322 274.67 476.75 278.852 479.322 288.494 484.468 288.82 502.476 284.961 506.012 278.208 501.833 276.6 506.334 271.776 505.369 263.417 502.476 260.843 500.546 252.482"/> <polygon class="cls-61" points="468.791 268.954 469.475 268.194 472.59 269.865 470.569 269.768 470.237 272 469.675 272 468.791 268.954"/> <polygon class="cls-61" points="468.951 266.953 468.79 265.667 469.996 265.023 472.649 266.471 470.72 266.873 468.951 266.953"/> <polygon class="cls-59" points="471 297.333 479.666 293.667 492.666 306 483.666 340.667 461.666 344 450 330.333 451.333 322.667 471 297.333"/> </g> <g id="EdesSitting"> <polygon class="cls-62" points="270 356.334 320 378.667 320 388 311 435 325.333 444 334.667 448 336.5 451.5 316.667 450.667 294 444.667 295 436.667 299.333 428.334 291 424 293.667 390.334 258.5 376.5 251 379.5 258.5 390.5 249.667 455.667 254.667 468.334 261.333 474.334 263 478 251.333 479 241.667 471.667 237.667 458 229.333 412.667 251.333 363 270 356.334"/> <polygon class="cls-63" points="249.667 246.833 253 253.667 252.333 259.667 254.333 262 256.333 267.167 256 268.833 252.667 270 252.167 274.333 250 279.333 244.5 279.667 242.5 282.5 239 285.333 228.333 275.833 227.833 252 249.667 246.833"/> <polygon class="cls-64" points="249.5 259.938 248.625 258.344 247.187 258.484 244.094 260.367 244.234 260.871 247 259.75 247 261 248.25 261.563 249.5 259.938"/> <polygon class="cls-64" points="250.375 258.688 251 256.906 246.437 255.016 245.344 255.195 243.125 257 246 257 250.375 258.688"/> <polygon class="cls-65" points="243.25 281.5 258.75 287.25 277.75 318.75 273.25 326.5 269 360.5 246 379.5 233.5 365 208.5 293 221.5 278.25 239 285.333 243.25 281.5"/> <polygon class="cls-66" points="243.25 281.5 239 285.333 230.333 277.167 225.166 276 220 279 236.333 292.667 239.666 289 243.333 291.834 246.333 285.667 246.5 282.667 243.25 281.5"/> <polygon class="cls-67" points="239.666 289 242 289.75 246.5 303.5 241.5 310 236.5 305.5 239.666 289"/> <polygon class="cls-68" points="253.833 247.333 250.166 244.167 248.516 244.675 244.5 242.667 229.167 241 220.333 248 217 260.667 220.667 266.667 225.667 276.333 231.667 277.667 234.667 270.833 231.833 267.333 232.5 260.667 236.5 259.5 238.667 262.833 240.833 258.667 239.833 253.167 243.667 248.333 248.575 247.376 249.5 250.833 253.5 251.333 256.5 249 253.833 247.333"/> <polygon class="cls-69" points="245.59 252.069 249.591 247.419 251.927 239.93 248.025 235.839 233.572 237.178 217.853 247.017 212.518 259.606 216.728 263.091 223.606 261.894 239.793 255.984 245.59 252.069"/> </g> </g> <g id="Table"> <polygon class="cls-70" points="469.5 339 420.5 300 300 300 255 340.5 255.5 348 261 347.961 261 460 267.641 461.5 271 457.5 271 347.891 454 346.603 454 460 460.077 461.5 463 457.5 463 346.539 468.5 346.5 469.5 339"/> <path class="cls-71" d="M312,301l4.4521.2275L316.4106,305l5.2906,1.333,7.3159-.666,1.66-19-1.6606-3.334L320.3672,283l-4.959,4,.5166,4.7305L312,291Zm1.6563-6.333,2.0732-.3457.2725,4.89-1.3457.1221Z"/> <polygon class="cls-72" points="323 316.5 349 318 350.5 315 344 303.5 317.5 303 306.5 311 307.5 316 323 316.5"/> <polygon class="cls-73" points="345.333 328 338.166 323.5 328 319.167 339.5 309 339.666 302.333 334.333 295.5 332.333 295.833 335.666 304 334.333 309 324.166 315.333 323.862 315.283 321.333 322.167 312.5 319 314.5 322.834 306.833 323.167 294.166 314.834 294.799 314.612 290.5 315 286.5 312.333 283.5 307.5 281.833 307.167 279.333 313.833 276.5 315.333 271 312.5 271.666 319.833 274.333 326.833 278 328 275.5 330.333 273.833 339.5 278 339.333 280.333 331.667 284.666 329.833 289.833 330.5 288.333 333 292.166 340.5 296.333 341 296.666 338.833 294.666 332.833 297.666 331 322.666 329.667 348.333 332.167 349 329.667 345.333 328"/> <polygon class="cls-74" points="306.833 323.167 314.5 322.834 312.5 319 321.333 322.167 323.862 315.283 310.833 313.167 294.799 314.612 294.166 314.834 306.833 323.167"/> <circle class="cls-74" cx="283.9375" cy="319.4375" r="1.1875"/> <circle class="cls-74" cx="277.9375" cy="322.4375" r="1.1875"/> <polygon class="cls-75" points="370.5 406.625 370.875 396.438 366.187 386.219 364.219 384.734 362.984 393.492 357.992 395.746 350 391.25 350 393 354.75 410 344.5 421 338.5 432.5 338.75 445.75 336.5 451.5 324 454.5 315.75 452.5 310 443.25 306.25 442.75 305.5 445.25 312.25 456.5 325.25 461 339.75 458.75 345 453.75 358 453 371.5 442 371.75 429.5 369 423.5 371.5 419 371.75 408.25 370.5 406.625"/> <polygon class="cls-75" points="386.5 310 389 289.5 374.5 281.5 373 276.5 369.5 277 368.5 281.5 355 289.5 358 309 372.5 313 386.5 310"/> <polygon class="cls-76" points="586 303 586 455 492 454 488 380 506 366 558 366 560 313 576 301 586 303"/> </g> <g id="Red_Lady" data-name="Red Lady"> <polygon class="cls-77" points="553.268 203.373 543.536 206.299 541.277 212.646 541.277 215.691 536.957 222.122 538.351 224.227 541.262 224.409 541.262 228.603 543.536 234.663 547.765 235.188 552.313 234.245 555.633 240.376 571.234 239.314 566.574 229.872 566.548 213.567 553.268 203.373"/> <polygon class="cls-78" points="542 199.81 538.872 203.373 542.75 207.833 552.085 206.191 555.187 209.638 551.702 212.75 552.564 219.979 556.2 223.35 556.5 228.333 563.191 233 571.428 232.837 574.872 228.25 573.915 223.35 578.28 216.405 570.5 202.17 552.564 198.744 548.064 200.638 542 199.81"/> <polygon class="cls-54" points="547.872 196.658 548.064 200.638 554 201.734 559.079 207.833 561.142 218.25 565.25 219.787 565.25 223.35 570.5 225.828 575.255 226.347 578.75 225 578.28 221.875 580.234 219.021 580.234 210.691 572.375 196.849 559.75 192.596 552.564 197.25 547.872 196.658"/> <path class="cls-54" d="M521.0783,281.8445l-5.7166-1.44-4.0064,5.7446,3.166,4.0287-3.166,3.9313,3.166,7.9337,3.33.9574-.83,4.3026,6.334,5.4279,5.666-1.22,2,2.8335s3.9408-1.4983,3.8706-1.2695,1.42-4.6226,1.42-4.6226l-14.29-6.0265Z"/> <polygon class="cls-79" points="573.204 238.816 558.709 235.949 546.129 241.503 527.084 268.191 515.848 279.941 516.763 307.912 531.29 312.941 523.189 339.316 513.712 466.961 539.339 474.941 595.475 473.963 622.628 464.516 602.149 340.941 580.883 311.792 590.179 302.644 588.621 260.941 573.204 238.816"/> <polygon class="cls-17" points="540.308 215 541.601 215 542.75 214.473 545.622 216.293 540.308 215"/> <path class="cls-17" d="M543.42,216.7473c0,.7536-.2607,1.3644-.5822,1.3644s-.5822-.6108-.5822-1.3644.2606-1.3643.5822-1.3643S543.42,215.9938,543.42,216.7473Z"/> <polygon class="cls-80" points="541.262 226.852 544.617 227 541.262 228.603 541.262 226.852"/> <polygon class="cls-81" points="552.313 234.245 558.576 230.894 554.292 237.899 552.313 234.245"/> <polygon class="cls-82" points="580.883 311.792 556.5 316 547 315 584.447 368 595.475 473.963 634 460.559 608 343.667 580.883 311.792"/> <polygon class="cls-77" points="525.277 264.979 524.674 267.74 521.423 268.148 517.298 275.958 518.334 278.479 520.777 278.479 523.074 275.5 522.979 272.542 523.859 271.663 524.798 274.333 527.106 273.5 527.106 269.383 528.936 265.596 525.277 264.979"/> <polygon class="cls-83" points="537.078 254.188 552.313 242.191 570.5 238 558.709 235.949 546.129 241.503 537.078 254.188"/> </g> <g id="STANDING"> <g id="George"> <polygon class="cls-57" points="593 348.667 594.334 382 596.666 419.334 603.334 463.667 592.666 473 583 476 582.334 478.334 594 480.667 604.666 475.667 618.666 473.334 616 458.667 615.666 418 615 368.334 625.333 398 628.667 423 637.667 440.334 647.333 465.667 645.333 481.334 640 489 641.334 492.334 652.667 491 661.334 475 657.667 464.334 660 458.334 651.667 409.334 641.333 364.334 641 344.667 593 348.667"/> <polygon class="cls-84" points="648.75 341 650.25 361 644.5 362.75 643 367 645 375.5 648 374.25 647 369 650 367.25 650.75 380.5 648 383.25 648.5 384.75 653.25 384.25 658.25 379.75 657.75 363.5 662.25 341 648.75 341"/> <polygon class="cls-84" points="599 253.125 599.312 255.375 598.469 259 602.609 272 607.742 273.25 607.496 278.25 613.248 283.875 622.624 278.125 623.75 273.75 622.5 266 629.125 253.875 621.125 238.875 602.062 240 599 243.75 599 253.125"/> <polygon class="cls-84" points="593 340.75 586.25 364.75 590 366.5 590.75 371.75 589.75 379.25 586.25 379 585.75 374.25 584.5 375.75 584 381 589.75 384.5 589 385.75 584.5 385.25 579 381.75 579.75 363 580.25 332 593 340.75"/> <polygon class="cls-59" points="628.75 275 623.5 275.25 617 281.5 610.5 282.5 605.834 276.5 594.334 281.834 586.5 296.5 578.5 319 574.75 324.5 580.5 336.75 592.5 342.75 603.75 348.75 625.5 351 647.75 344.75 649 343 656 344.25 663.75 342.25 670.5 328.25 665.25 315.5 661.75 304.25 653.75 289.75 641.167 282.167 628.75 275"/> <g> <polygon class="cls-85" points="616.375 253.25 617.625 253 614.625 249.875 611.625 251.125 609.5 253 607.875 252.375 610.25 254.625 611.18 253.997 610.125 255.375 611.125 256.125 612.125 256.625 613.25 256.25 613.375 255 615.875 255.25 614.75 254.25 612.107 253.369 614.5 251.75 616.375 253.25"/> <polygon class="cls-85" points="601 250.25 600.25 252.25 600.375 253.125 601.625 252.125 603.152 253.065 602.375 253 600 254.875 601.375 255.875 603.25 255.75 603 254.125 605.25 255 604.389 253.826 604.875 254.125 606.375 254.5 606.875 252.875 602.75 250.625 601 250.25"/> </g> <polygon class="cls-86" points="608.334 254.958 606.625 254.313 604 259.75 604 261 609.084 261.667 608.334 254.958"/> <polygon class="cls-87" points="609.084 261.667 604 261 606.666 263.083 609.084 261.667"/> <polygon class="cls-85" points="611.334 267 610.084 265.875 604.416 265.105 603.75 266.052 607.666 267 611.334 267"/> <polygon class="cls-88" points="605.25 240.25 599.812 245.063 599.219 253.531 597.484 243.766 602.617 237.758 617.246 232.879 626.873 234.752 630.874 238.251 635 253.626 633 257.875 629.625 258.5 630.25 259.875 633 261.5 633 265 631.625 265.5 629.125 267.875 625 268.25 622 266.625 621.5 260.75 626.25 258.625 627 254.625 625.625 252.25 623.5 252.125 623 253.75 621.625 254.875 621.375 252 620 243.5 614.625 240.125 605.25 240.25"/> <polygon class="cls-60" points="605.834 276.5 612.834 301.667 608.334 343.5 603.5 359.667 591.167 351.167 591.667 343 594.5 318.167 597.5 290.5 594.334 281.834 595.5 279.5 604.667 275.667 605.834 276.5"/> <polygon class="cls-60" points="626.334 273.834 623.25 288.834 620.041 296.167 621 331 621 349 626.334 361.834 643.834 355.667 645.667 359.5 649.167 356 649 343 641.834 339.667 637.334 331.167 639.5 316.167 638.334 293.167 641.167 282.167 640.334 279.834 628.5 273.5 626.334 273.834"/> <polygon class="cls-57" points="623.5 272.938 618.687 278.781 612.656 281.391 607.266 275.758 606 275.625 606 278 608.625 282.75 611.875 284.875 609.75 288.625 609.062 294 613 294.5 613 298 615.875 298.5 619.125 297 621.875 289.875 617.5 284.875 622.25 281.75 626.375 274.5 624.875 272.75 623.5 272.938"/> </g> <g id="Layer_18" data-name="Layer 18"> <polygon class="cls-89" points="676.216 463.141 678.017 473.116 676.977 475.888 675.903 479.767 669.825 486.693 665.678 488.633 664.164 490.573 656 493.897 656 495.837 672.204 497.5 680.307 492.235 683.387 488.079 690.331 486.416 691.17 476.164 688.127 469.791 687.02 458.985 695.334 450.672 695.611 457.877 693.673 463.418 699.214 480.043 703.37 482.261 706.973 479.212 705.864 456.768 698.66 445.962 676.216 463.141"/> <polygon class="cls-47" points="663 322.935 663 331.801 656.098 360.618 660 363.666 660 377.243 655.086 375.304 653.042 378.352 651.883 387.772 647.701 379.183 649.352 361.172 648.79 327.09 651.835 322.935 650.725 311.851 666.838 314.898 663 322.935"/> <polygon class="cls-47" points="662 236.482 662 244.241 662.457 247.981 661.717 253.939 664.464 262.251 670.685 268.901 674.282 270.01 674.141 273.612 671.645 276.937 669.289 278.6 671.366 285.804 682.035 289.406 692.564 286.497 695.059 276.798 689.794 273.473 688.685 269.317 689.655 263.221 692.703 259.342 697.69 248.536 691.871 235.789 677.047 224.706 663.289 232.741 662 236.482"/> <polygon class="cls-90" points="658.481 373.364 655.157 371.425 652.663 376.135 651.832 387.772 650.724 401.351 646.014 420.192 648.784 397.471 651.001 386.109 650.377 384.863 647.676 398.579 644.905 421.023 637.424 434.323 636.869 446.793 639.64 448.178 644.074 443.19 647.398 420.747 652.387 401.351 654.326 388.327 658.481 373.364"/> <polygon class="cls-91" points="684.344 248.212 683.697 247.751 680.279 246.919 679.171 247.381 679.355 249.875 680.835 250.06 683.605 248.858 684.344 248.212"/> <polygon class="cls-91" points="670.167 248.721 666.888 247.104 665.594 247.473 665.501 249.782 666.979 250.336 668.827 249.967 670.167 248.721"/> <polygon class="cls-89" points="670.167 248.721 668.157 246.757 665.951 246.238 664.85 246.625 663.652 247.989 665.501 250 666.241 250 667.349 248.782 666.979 247.528 670.167 248.721"/> <polygon class="cls-89" points="677.047 248.12 679.634 246.088 681.295 246.273 684.066 247.842 680.095 247.289 680.464 248.951 679.355 249.875 677.509 248.674 677.047 248.12"/> <polygon class="cls-89" points="670.12 246.457 670.952 246.273 670.582 244.241 667.164 241.747 664.393 241.562 663.285 243.409 664.485 242.485 666.702 243.132 670.12 246.457"/> <polygon class="cls-89" points="674.553 245.718 678.341 243.779 679.541 242.948 682.682 243.225 684.251 244.148 682.589 241.931 680.464 241.285 676.678 242.578 674.645 243.963 674.553 245.718"/> <polygon class="cls-92" points="676.423 254.493 676.734 253.315 674.883 252.38 671.669 246.855 670.965 246.264 670.265 251.44 669.431 254.913 672.336 257 673.999 257 674.692 255.884 676.423 254.493"/> <polygon class="cls-89" points="678.433 261 674.831 259.27 671.783 259.098 670.027 260.352 669.013 260.424 670.489 261.127 673.444 261 678.433 261"/> <polygon class="cls-93" points="676.446 262.633 673.723 262 671.783 262 671.598 262.91 674.461 264.566 676.492 263.739 676.446 262.633"/> <polygon class="cls-94" points="685.083 265.946 677.232 268.994 670.674 268.901 675.477 270.657 680.004 270.933 683.144 268.717 685.083 265.946"/> <polygon class="cls-89" points="693.579 247.566 691.64 250.613 692.564 253.107 694.043 250.798 693.579 247.566"/> <path class="cls-51" d="M729.2324,343.07l7.9434-15.7041-6.6494-16.624-15.89-18.6856-5.17-6.8061-14.4082-8.4526-3.6025,9.8364-9.4209,2.772-10.669-3.6026L669.2881,278.6l-10.4365,3.3247-6.4649,16.6245-3.8808,24.0157-2.9551,12.9306,2.9551,24.0147,5.1728,3.3242-2.2168,17.7344-4.8955,75.9228,16.9024,7.4815,11.915,3.0468,11.084-.5537,7.2051-10.8066,8.8662,1.9394,9.5136,4.2481,5.9112-3.3242-1.292-38.8848-3.3262-50.707-1.9394-17.7334-2.5538-4.8233,5.6016,1.8682Zm-30.2949-15.4258,4.4326-14.4091,6.8877,3.0224,4.3809,6.6768-8.128,10.5283-1.34,7.0664,2.1416,2.9355Z"/> <polygon class="cls-52" points="663.192 326.259 674.738 328.476 668.457 319.608 662.546 312.221 661.069 305.94 664.024 287.466 661.808 290.791 655.896 308.156 660.33 323.304 663.192 326.259"/> <polygon class="cls-90" points="711.776 354.244 709.098 360.987 702.816 365.791 693.949 353.968 701.338 373.918 706.882 375.027 713.162 365.791 711.776 354.244"/> <polygon class="cls-90" points="699.122 326.998 695.798 333.277 696.166 348.058 705.032 355.445 709.652 354.153 703.186 330.323 699.122 326.998"/> <polygon class="cls-89" points="697.552 229.832 684.528 222.073 671.324 222.627 662 232.048 662 236.297 663 235.374 663 235.835 664.435 234.913 665.246 233.529 666.806 233.439 667.17 231.596 668.184 232.066 670.121 231.714 671.044 233.318 674.554 232.372 675.939 231.494 676.309 232.603 677.323 234.173 681.388 235.466 684.158 234.542 684.344 236.39 685.083 238.699 687.206 238.145 685.82 242.486 687.022 244.795 688.685 244.148 688.777 248.212 690.255 250.06 691.64 246.827 692.918 244.592 695.612 246.457 696.307 249.752 696.166 249.782 694.411 255.231 693.303 256.617 690.901 256.525 689.794 258.649 689.424 263.73 694.043 259.85 700.046 248.951 700.877 234.819 697.552 229.832"/> <polygon class="cls-54" points="674.553 217.917 673.168 218.471 675.384 222.627 680.372 226.506 681.48 224.013 684.251 224.844 685.359 232.88 689.516 234.265 692.842 232.88 694.227 235.651 697.552 235.928 698.105 239.53 697.828 242.301 701.431 247.842 703.093 246.457 701.431 241.747 701.153 230.663 698.937 227.615 693.949 224.29 687.576 217.917 678.155 219.856 674.553 217.917"/> <polygon class="cls-47" points="705.402 339.93 700.046 335.958 696.443 338.45 693.395 343.716 693.117 348.703 695.889 349.257 697.274 347.041 696.998 344.27 699.491 341.776 700.877 344.547 701.153 350.365 705.218 354.153 710.852 351.197 710.575 346.486 707.312 343.465 705.402 339.93"/> <polygon class="cls-95" points="699.307 326.998 677.416 328.476 662.223 324.781 655.181 351.752 651.843 445.593 682.872 453.72 689.889 450.025 698.129 450.765 706 448.547 706 366.159 699.052 349.165 699.307 326.998"/> <polygon class="cls-55" points="667.719 326.259 661.808 350.273 665.132 352.49 671.044 326.628 667.719 326.259"/> <polygon class="cls-55" points="677.775 328.664 673.63 344 681 344 681 328.476 677.775 328.664"/> <polygon class="cls-55" points="687.669 328 689.146 346.895 694.318 347.846 695.798 343.28 690.625 328 687.669 328"/> <polygon class="cls-52" points="712.791 319.978 713.531 314.436 700.6 304.462 688.777 316.653 689.516 323.304 699.307 326.998 705.402 315.915 712.791 319.978"/> </g> <g id="EdesStanding"> <polygon class="cls-62" points="529.305 358.309 545.414 399.229 540.378 417.004 535.359 483.484 546.356 496.349 554.072 502.95 554.778 506.838 536.096 500.128 516.249 487.641 519.59 480.303 526.211 473.642 519.55 467.02 524.5 407.225 512.314 374.128 512.314 374.128 508.139 387.49 494.522 450.107 495.517 463.689 500.091 471.404 500.588 475.4 489.154 472.876 482.114 462.993 482.372 448.755 482.114 403 483.897 357.77 529.305 358.309"/> <polygon class="cls-63" points="513.583 238.251 516.916 245.084 516.249 251.084 518.249 253.417 520.249 258.584 519.916 260.251 516.583 261.417 516.083 265.751 513.916 270.751 508.416 271.083 506.416 273.917 502.916 276.751 492.249 267.251 491.749 243.417 513.583 238.251"/> <polygon class="cls-64" points="513.416 251.355 512.541 249.761 511.103 249.901 508.01 251.784 508.15 252.288 510.916 251.167 510.916 252.417 512.166 252.98 513.416 251.355"/> <polygon class="cls-64" points="514.291 250.105 514.916 248.323 510.353 246.433 509.26 246.612 507.041 248.417 509.916 248.417 514.291 250.105"/> <polyline class="cls-96" points="486.222 366.05 489.466 362.219 486.643 357.054 473.938 360.368 483.916 368"/> <path class="cls-65" d="M471.865,287.4663c4.3334-4.9166,9.2176-12.8827,13.551-17.7993l17.5,7.0835,4.25-3.8335,15.5,5.75,14.5,39.25-6.624,40.958-20.626,12.042-21.27-11.25c-5.2134-15.0144,4.0854-36.6816-1.1279-51.6961-.0007-.0019.4815,10.2843.4815,10.2791.0082-11.3212-.8593,8.7069-2.8744,14.75-3.0131,9.0358,4.021,21.0987,3.5208,26.667-.006.0671-2.0021.088-4.6874.3869-5.1041.5681-12.6979,2.1409-13.8457,6.9458"/> <polygon class="cls-66" points="507.166 272.917 502.916 276.751 494.249 268.584 489.082 267.417 483.916 270.417 500.249 284.084 503.582 280.417 507.249 283.251 510.249 277.084 510.416 274.084 507.166 272.917"/> <polygon class="cls-67" points="503.582 280.417 505.916 281.167 510.416 294.917 505.416 301.417 500.416 296.917 503.582 280.417"/> <polygon class="cls-68" points="517.749 238.751 514.082 235.584 512.432 236.092 508.416 234.084 493.083 232.417 484.249 239.417 480.916 252.084 484.583 258.084 489.583 267.751 495.583 269.083 498.583 262.251 495.749 258.751 496.416 252.084 500.416 250.917 502.583 254.251 504.749 250.084 503.749 244.584 507.583 239.751 512.491 238.793 513.416 242.251 517.416 242.751 520.416 240.417 517.749 238.751"/> <path class="cls-79" d="M520.75,303.5812a79.3405,79.3405,0,0,1,5.0957,14.7094L524,333c-.8171-5.6028-.5541-7.1053-1.3712-12.708C521.888,315.2122,521.491,308.6609,520.75,303.5812Z"/> <polygon class="cls-69" points="508.271 242.217 511.762 237.172 513.299 229.479 508.989 225.821 494.757 228.669 480.156 240.103 476.172 253.183 480.724 256.206 487.439 254.294 502.917 246.718 508.271 242.217"/> </g> </g> <g id="Soldiers"> <polygon class="cls-97" points="617.5 385 626 404 623.5 412 629.5 427.5 631 437.5 622 439.5 621.5 446.5 614 448 610.5 451 618.5 455 619.5 465 614.5 472.5 592.5 466.5 583 471.5 547 453 556 438 617.5 385"/> <polygon class="cls-97" points="698.5 396 697.25 422 701 435 696 435 693 446 700.5 458.5 707.5 459.25 717 476 725 476 728 487 768 472.5 768 450 698.5 396"/> <polygon class="cls-98" points="768 371 746 359.5 713.5 358 692.5 386 716 450 753 464.5 768 461 768 371"/> <polygon class="cls-99" points="768 497.5 689 525.5 663 550.5 655 567.5 633.5 530 606 501 534.5 460 528 473 513.5 482.5 469.5 576 768 576 768 497.5"/> <polygon class="cls-54" points="768 468.5 730 475 707.5 490 706 519.5 735 514.5 768 515 768 468.5"/> <polygon class="cls-54" points="608.5 503.5 606 480 580 462 536.5 446 534.5 460 568.5 487 565.5 511 608.5 503.5"/> <polygon class="cls-100" points="615.25 388.75 611.875 404.125 602.5 424 594 424 592 414 585 413.5 578 421 578 433 581.5 436.5 572.5 453 554.5 450.5 549.5 449 552.5 433.5 548 409 615.25 388.75"/> <polygon class="cls-98" points="613.5 393 625.5 382 634 363 625 351 586.5 350 542 371 524 402.5 534 413 552.5 412 597 401.5 613.5 393"/> </g> <g id="Sailors"> <polygon class="cls-101" points="169.333 364.334 120.667 359.668 95.667 354.668 49.333 374.001 83 424.001 102 431.668 105 527.001 111.666 533.335 120.333 529.001 117.666 432.335 125.5 429 187 398.5 191 494.335 200.333 498.668 207.333 491.668 209 458.335 210 370.668 169.333 364.334"/> <polygon class="cls-102" points="150.5 415.833 125.5 429 148 452.75 142.5 464.75 136 471.25 136.5 474.25 142.5 474 156 459.5 153.75 466.75 143 478 142.5 483.75 147.5 484 162 475.25 170.5 430.25 150.5 415.833"/> <polygon class="cls-103" points="97.25 383 111.5 376.5 151.5 388.5 152.5 391.25 126 411.25 85.5 395.25 85.25 391.5 97.25 383"/> <polygon class="cls-102" points="134.172 403.161 142.5 395.323 137.602 386.016 112.617 378.667 94.49 383.076 94 394.834 112.617 402.182 134.172 403.161"/> <polygon class="cls-72" points="95.667 349 80.334 344.334 66.334 352.334 74.334 379.667 85.667 381.667 94.334 375 95.667 349"/> <polygon class="cls-104" points="141.25 264.188 139.187 266.781 137.844 271.578 133.234 276.727 133.617 278.488 136.121 280.119 135.873 283.122 140.249 283.498 140.749 284.749 137.375 286.375 135 286.625 135 289 137.625 291.625 146 294.375 146 297 144.375 301.5 151.625 305.375 161.625 302.625 163 296.75 161 273.625 141.25 264.188"/> <polygon class="cls-105" points="96.25 237.5 98.25 246.5 96.25 250.25 98.5 259.25 94.75 260 93.75 261.5 87.75 259.75 86.25 260.75 92.25 264.75 88.25 269.25 84 269.5 80 267.5 78 271 82.25 285.5 81.25 306 67 332.75 71 354.5 32.25 332.75 33.75 283.25 44.75 264.75 60.5 259 65.25 253.25 63.25 244.5 96.25 237.5"/> <polygon class="cls-106" points="144.5 298 149.25 303.75 158.5 303.5 168 362.25 160.5 365 140.25 362.25 135.5 308.75 144.5 298"/> <polygon class="cls-107" points="185.25 325.75 177.75 303.5 163 296.75 152.5 309 154.5 349 166.5 367.5 185.25 325.75"/> <polygon class="cls-107" points="141.25 362.5 138.5 310.5 144.5 298 142.5 297.25 128 304.25 119.5 314.75 118 337.75 126.75 335.75 125 350.75 123.25 360.25 141.25 362.5"/> <polygon class="cls-72" points="106.437 314.438 112.219 311.969 119.984 312.797 122.367 316.898 121.246 339.637 118.873 341.631 106.186 340.253 105 337.25 105 335 103.25 329 103.75 319.25 106.25 317.375 106.437 314.438"/> <polygon class="cls-108" points="52.167 285.667 51.917 290.75 54.708 289.209 58.355 292.021 54.844 306.761 47.167 313 46 313 42.667 320.667 38.833 326.334 4.833 324.5 2.167 317.834 0 309.334 0 301 52.167 285.667"/> <polygon class="cls-72" points="31.25 322 41.25 311.75 47 292 52 285.5 46.25 272.75 28.25 262 14.5 262.75 0 276 0 308 11.5 320.5 31.25 322"/> <polygon class="cls-109" points="75.832 472.167 82.416 538.918 74.333 576 28 576 29.665 545.001 24.332 527.667 10.998 561.667 0 576 0 442 70.332 450.334 75.832 472.167"/> <polygon class="cls-104" points="100 320 100 318 105.125 316.375 109.375 317.75 109.75 321.875 107.5 321.25 103.625 321.5 108.812 323 110 323.875 110 329 107.75 335.125 105.375 335.75 100 334.5 98.875 330.625 100 320"/> <polygon class="cls-108" points="92.167 473.084 100.833 493.708 100.5 507.353 97.667 522.344 95.833 524.171 93.5 522.669 95 516 95 502 91.333 515.833 88.167 523.333 86 524.333 83 520.333 76.667 508.833 76.833 493.333 74 485.666 74 478 92.167 473.084"/> <polygon class="cls-110" points="40.667 326.666 60.333 335.666 76.333 353.333 89 422 96.667 455.666 93.667 477.333 79.667 486 70.333 482.666 62.333 465.333 48 469.666 12 462.333 0 457.001 0 325 7.667 323.666 40.667 326.666"/> <path class="cls-111" d="M211.6665,278.6665l-7.5-5.6665-10.5,4.5L190.5,288.1665,192.5,305l1.3335,1.833L201.5,308l.1665,4-6.1665.667s5.1665,13.5,5.6665,13.5,22.5-.667,22.5-.667L225.5,312.167,219.1665,312l-2-11.667L220.8335,289Z"/> <polygon class="cls-112" points="206.667 277.333 197.625 277.75 192.479 281.708 190.823 289.521 191.162 294.844 188.498 292.005 187.498 285.169 191.999 274.001 203.166 268 217.167 272.5 225.5 288.333 224.833 297.666 217.5 302 217.166 300.333 214.416 295.833 217 293.166 217 287 214.333 283.999 210.667 286.667 207.833 282.499 206.667 277.333"/> <polygon class="cls-113" points="198.5 290.167 197.333 298.5 199.833 299.667 202 298.333 200.167 289.333 198.5 290.167"/> <polygon class="cls-113" points="206.333 298 200 301.333 196.167 301.667 199.333 303.167 203.5 302.333 206.333 298"/> <polygon class="cls-114" points="226.25 312.125 223.875 311.188 220.687 323.219 211.469 325.234 199.234 318.742 195.992 311.496 188.246 313.248 180.748 326.749 161 361.25 161 371 170 384 181.75 367.25 212.75 365.25 208.75 373 209 380.5 205 382.75 204.5 387.75 212.75 387 242 398.25 251.25 389.25 249 338 233.25 314 226.25 312.125"/> <polygon class="cls-111" points="221.166 362 199 363 190 359.334 179.666 363.5 178.1 370.48 175.333 369.667 169.833 380.5 171.333 391 179.166 392.834 181 371.334 179.426 370.871 180.833 370.167 188.666 366.834 193.666 370.334 226.166 376.167 227.833 369 221.166 362"/> <polygon class="cls-115" points="214.5 473.75 222 507.75 234.75 512.75 241.25 511.25 241 505.25 230.5 486.75 227.75 476 214.5 473.75"/> <polygon class="cls-115" points="174.5 476 176.5 481.875 158.333 501.667 145.75 505.719 139.5 504.484 139 501.242 151.333 489 160.75 476 174.5 476"/> <polygon class="cls-116" points="187.833 418.666 186.833 397.5 150.5 415.833 156.5 482 167 485.667 177 480.5 174.667 429.5 187.833 418.666"/> <polygon class="cls-117" points="195.25 391.25 200.333 498.668 191 494.335 186.5 395.638 195.25 391.25"/> <polygon class="cls-118" points="196.5 367.75 188 362.75 177.75 365.75 176.5 368.5 177.5 394.25 184 398.25 190.5 398 195.25 391.25 196.5 367.75"/> <polygon class="cls-116" points="204.5 387.75 205.333 405.5 207.667 476 228.333 484 233 484.666 239.5 474.333 235.333 416.166 246.667 399.333 246.5 388.666 225 381.166 204.5 387.75"/> <polygon class="cls-119" points="143.416 261.583 140.125 261.874 138.979 259.437 137.49 263.302 142.828 266.651 147.665 267.825 148.832 273.163 151.333 278 153 278 154.833 274.167 159.167 275.833 160 280.916 157 285 155 285 155.167 288.667 159.333 294 163 294.5 166 287.333 166.833 267.333 143.416 261.583"/> <polygon class="cls-120" points="151.312 259 144.75 257 141 257 140.5 258.75 147.125 266.25 160.25 280.125 163.375 293.75 167.5 295 170.375 293.25 171.75 286.875 170.5 282.5 173.25 277 169.375 262.25 163 259 151.312 259"/> <polygon class="cls-121" points="144.5 298 141 297 130.5 308 140.25 362.25 151.5 364 139.75 311 144.5 298"/> <polygon class="cls-122" points="102.125 231.875 103.437 234.313 94.469 241.281 62.859 247.766 57 245.5 57 241 60.5 236.75 58.25 224.5 72.75 215.5 86.75 219.25 92.75 229.75 102.125 231.875"/> <polygon class="cls-123" points="132.5 373.5 136 365 126 361.5 104.5 362 99 368.5 101.5 372 111.5 376.5 132.5 373.5"/> <polygon class="cls-124" points="136 392.5 134 382.5 120 377 99.5 378.5 98 388 106 396 126.5 399 136 392.5"/> <polygon class="cls-72" points="105.75 396 104.875 389.5 119.187 384 120 394.5 120 399 105.75 396"/> <polygon class="cls-125" points="130 365.5 129.5 356.5 104.5 354 107.5 367.5 117 370 130 365.5"/> <polygon class="cls-126" points="157 366.666 131 374.666 133.667 366.666 146.334 364.666 149 365.999 155 363.333 157 366.666"/> <polygon class="cls-117" points="102 431.668 110 435.979 117.666 432.335 118 447.851 112.437 454.362 102.877 447.676 102 431.668"/> </g> <g id="Gradient"> <rect class="cls-127" y="1" width="768" height="576"/> <rect class="cls-128" width="768" height="578"/> </g> </g> <desc>You and George arrive at the Green Dragon. It's busy today, full of people drinking coffee and liquor.</desc> </svg> <<set _standing to false>> <<set _sitting to false>> <<if !hasVisited("EdesEnd")>> <<set _standing to true>> <<else>> <<set _sitting to true>> <</if>> <<toggleLayer "EdesStanding" $edes "Benjamin Edes is standing in front of you." "">> <<toggleLayer "STANDING" _standing "You are standing near the door to the coffee house, next to a woman in red." "">> <<toggleLayer "SITTING" _sitting "You are sitting opposite Benjamin Edes and his friend." "">>
<div class="fixed"> <<include "Dead End Soldiers Background">> </div>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 768 576"> <defs> <style> .cls-1 { isolation: isolate; } .cls-2 { fill: #e24d3c; } .cls-3 { fill: #f07b70; } .cls-4 { fill: #785d62; } .cls-5 { fill: #7c7f8c; } .cls-6 { fill: #5d5f67; } .cls-7 { fill: #4d3d4d; } .cls-8 { fill: #252537; } .cls-9 { fill: #665360; } .cls-10 { fill: #3c455e; } .cls-11 { fill: #9b7265; } .cls-12 { fill: #32374c; } .cls-13 { fill: #1f1a31; } .cls-14 { fill: #3a5057; } .cls-15 { fill: #83814d; } .cls-16 { fill: #362b3c; } .cls-17 { fill: #93501d; } .cls-18 { fill: #f4dbba; } .cls-19 { fill: #161208; } .cls-20 { fill: #694207; } .cls-21 { fill: #96a363; } .cls-22 { fill: #f4da8f; } .cls-23 { fill: #363c2b; } .cls-24 { fill: #eed47d; } .cls-25 { fill: #c6b16f; } .cls-26 { fill: #c5947a; } .cls-27 { fill: #daa67d; } .cls-28 { fill: #996822; } .cls-29 { fill: #3d2d22; } .cls-30 { fill: #353a42; } .cls-31 { fill: #1c1910; } .cls-32 { fill: #411802; } .cls-33 { fill: #8d5222; } .cls-34 { fill: #95736a; } .cls-35 { fill: #654d54; } .cls-36 { fill: #3f3245; } .cls-37 { fill: #dfab87; } .cls-38 { fill: #b28471; } .cls-39 { fill: #2b2d44; } .cls-40 { fill: #5d4d56; } .cls-41 { fill: #2b171b; } .cls-42 { fill: #2e4158; } .cls-43 { fill: #252d48; } .cls-44 { fill: #645460; } .cls-45 { fill: #b0ab9a; } .cls-46 { fill: #11090b; } .cls-47 { mix-blend-mode: soft-light; fill: url(#radial-gradient); } </style> <radialGradient id="radial-gradient" cx="384" cy="287" r="339.836" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#f7931e" stop-opacity="0.3"/> <stop offset="0.2289" stop-color="#e78b27" stop-opacity="0.3159"/> <stop offset="0.5053" stop-color="#b97542" stop-opacity="0.362"/> <stop offset="0.805" stop-color="#6c4f6e" stop-opacity="0.4379"/> <stop offset="1" stop-color="#2e3192" stop-opacity="0.5"/> </radialGradient> </defs> <g class="cls-1"> <g id="Back"> <rect class="cls-2" x="459" width="209" height="81"/> <rect class="cls-3" y="336" width="768" height="240"/> <polygon class="cls-4" points="193.602 510.079 88.607 547.577 196.602 556.576 235.6 520.578 222.101 511.579 193.602 510.079"/> </g> <g id="Mid"> <polygon class="cls-5" points="684 66.101 541.545 60.101 435.069 57.101 447.04 402.084 684 424.583 684 66.101"/> <polygon class="cls-6" points="483 0 488 50 460 68 462 157 452 164 454 400 432 406 -3 419 0 0 483 0"/> <polygon class="cls-7" points="140 49 130 112 114 118 0 105 0 27 140 49"/> <polygon class="cls-8" points="334 82 334 153 396.667 161.667 395.334 89.667 334 82"/> <polygon class="cls-9" points="87.001 225.001 101.667 224.334 102.334 135.001 15.667 126.334 17.667 221.001 87.001 225.001"/> <polygon class="cls-4" points="431 399 -3 419 0 528 187 480 271 483 395 436 431 442 393 464 366 494 370 513 414 518 454 505 501 472 539 481 603 468 630 478 673 466 670 420 431 399"/> <polygon class="cls-10" points="282.333 161 288.333 133 289.667 80.333 210.333 68.333 198.333 167.667 248.333 171.667 282.333 161"/> <polygon class="cls-11" points="374.5 147.333 396.333 172 401 172 410.667 158.333 412.667 160.333 420.333 150.333 395 119 414 95.667 410.667 86 385.667 78 371 92.333 346 66.333 329.333 79.667 354.333 116.333 348.666 121.667 322.666 88.667 309 104.667 376 190.333 384 183.333 383 165.333 374.5 147.333"/> <polygon class="cls-12" points="195.833 -0.167 187 0 187 37.333 174.082 35.791 175 0 165.333 0 165.978 34.823 143.177 32.1 144 0 134.333 0 134.91 31.112 113.269 28.528 114 0 104.333 0 104.843 27.521 83.36 24.956 84 0 74.333 0 74.776 23.931 53.452 21.384 54 0 44.333 0 44.71 20.34 23.426 17.798 24 0 14.333 0 14.724 16.758 0 15 0 33.667 140.625 52.958 196.25 44.25 195.833 -0.167"/> <polygon class="cls-7" points="281 0 281 12 461 43 466 33 461 0 281 0"/> <path class="cls-13" d="M96,304.75l-2-87.625L37.5,198.0625,20,200V161L0,150S-2,463,0,463s70.5-42,70.5-42Z"/> <polygon class="cls-7" points="209.5 248 181 233.5 104 245 108.5 333 169.5 337 209.5 248"/> <polygon class="cls-7" points="372 259 387 254 442 269 442 406 414.5 422.5 377 415 372 259"/> <polygon class="cls-14" points="377 241.5 387 227 396.5 228.5 390 237.5 398.5 235.5 403 240 399 247 374.5 261 377 241.5"/> <polygon class="cls-14" points="133 265 127.5 246.625 118 235.563 114 243.031 123.5 254.016 116 251.5 116 260 133 265"/> <polygon class="cls-15" points="59 390 38.5 400 36 413.5 45 407 39 424 45.5 437.5 51.5 438 58 428.5 59 390"/> <polygon class="cls-16" points="768 0 660 0 660 16 665.666 16.333 665 41.666 662.333 40.999 660.333 121 665.666 139 662 139 664.333 184.999 671 185.666 669 228.333 663.666 233.666 664.333 325.666 659 344.333 661 389.666 670.333 397 665.666 463.666 768 491.666 768 0"/> <polygon class="cls-6" points="481.795 91.801 480.398 106.7 536 108.101 536 95 481.795 91.801"/> <polygon class="cls-6" points="511.587 117.1 510.087 135.099 558.084 136.599 553.585 120.1 511.587 117.1"/> <polygon class="cls-6" points="609 306 609 329 650 328.589 650 309 609 306"/> <polygon class="cls-6" points="651 348 623 348 625.581 361.588 649.58 364.588 651 348"/> </g> <g id="Briana"> <polygon class="cls-17" points="429 209.12 429 217.216 429.34 221.12 428.498 227.336 431.33 236.011 437.807 242.951 441.55 244.107 441.398 247.866 439.501 253.167 437.167 256.167 438.5 260.589 449.633 264.348 465.334 265.667 463.222 251.191 457.727 247.722 456.571 243.384 457.583 237.023 460.764 232.975 465.969 221.698 459.896 208.397 444.427 196.831 430.208 205.216 429 209.12"/> <polygon class="cls-18" points="452.042 221.361 451.366 220.878 447.8 220.011 446.643 220.493 446.837 223.096 448.378 223.288 451.269 222.035 452.042 221.361"/> <polygon class="cls-18" points="437.247 221.891 433.825 220.204 432.475 220.589 432.38 222.999 433.92 223.578 435.85 223.192 437.247 221.891"/> <polygon class="cls-19" points="437.247 221.891 435.149 219.843 432.85 219.301 431.697 219.705 430.448 221.015 432.38 223 433.15 223 434.307 221.843 433.92 220.59 437.247 221.891"/> <polygon class="cls-19" points="444.427 221.264 447.126 219.144 448.861 219.337 451.753 220.975 447.607 220.397 447.994 222.132 446.837 223.096 444.908 221.843 444.427 221.264"/> <polygon class="cls-19" points="437.198 219.529 438.065 219.337 437.681 217.216 434.114 214.614 431.223 214.421 430.066 216.349 431.319 215.385 433.633 216.06 437.198 219.529"/> <polygon class="cls-19" points="441.824 218.758 445.776 216.734 447.029 215.867 450.307 216.156 451.945 217.12 450.21 214.806 447.994 214.132 444.042 215.481 441.922 216.927 441.824 218.758"/> <polygon class="cls-20" points="443.776 227.915 444.102 226.686 442.168 225.71 438.815 219.945 438.079 219.328 437.35 224.73 436.478 228.088 439.512 230 441.246 230 441.969 229.102 443.776 227.915"/> <polygon class="cls-18" points="445.873 235 445.001 233.667 438.933 232.794 437.101 234.065 437.584 234.995 440.834 235.5 445.873 235"/> <polygon class="cls-20" points="443.8 237.535 440.957 237 438.933 237 438.741 237.825 441.727 239.49 443.849 238.658 443.8 237.535"/> <polygon class="cls-20" points="452.812 239.867 444.62 243.047 437.776 242.951 442.789 244.782 447.512 245.071 450.788 242.758 452.812 239.867"/> <polygon class="cls-19" points="461.679 220.686 459.654 223.867 460.619 226.469 462.162 224.059 461.679 220.686"/> <polygon class="cls-19" points="427.5 452.833 425.75 458.416 434.042 476.208 445.687 488.772 445 491 434 491 420 484.334 413.333 465.334 414.667 456.667 420.333 442.334 462.667 439.334 475.834 445.334 490 447.334 490 451 474 458 463 458 457.166 462 449 459.667 449 447 427.5 452.833"/> <polygon class="cls-21" points="459.834 249.167 464.25 256.25 462.958 259.958 452.646 258.979 438.989 252.656 432.662 256.328 417.33 300.664 430.332 321.666 426 337 407.333 446.334 433.667 460.667 444 457.334 460.333 448.667 470.5 450.334 477 439 477 374 475 328.334 474.667 311.667 482 297 484 286.5 472 263 467 250.333 459.834 249.167"/> <polygon class="cls-22" points="458 309.5 462.75 329.125 462 339 453 339 441.5 333.5 434 421.5 421 440.5 440 449.25 466 442 475 442 483 429.5 482 353 476 309.334 458 309.5"/> <polygon class="cls-23" points="472.666 347.166 466.667 361.416 467.001 354.042 471.001 344.021 468.001 342.678 464.667 357.338 464.001 376.67 460.334 381.334 456.667 402.334 465.001 406 468.001 400.5 468.667 383.334 467 378 468.001 364 475.667 346.667 472.666 347.166"/> <polygon class="cls-17" points="459.5 335.5 453.5 339 466.667 344.995 474.334 347.997 479.001 345.999 481.334 330.999 478.001 326.667 474.001 324 470.001 329 467.667 332.833 463 329 459.5 335.5"/> <polygon class="cls-23" points="475.833 324.667 474.084 330.592 475.833 332.333 477.584 326.41 475.833 324.667"/> <polygon class="cls-23" points="479 304 472 305.667 469.333 305.334 470 300 468.667 288.667 464.333 294.667 465.333 303 450.333 302 448.667 304.166 464 312.667 476 309.334 479 304"/> <polygon class="cls-19" points="465.785 200.644 452.028 192.448 437.966 193.034 428 202.985 428 207.474 429 206.498 429 206.986 430.66 206.012 431.589 204.549 433.27 204.454 433.674 202.508 434.753 203.004 436.804 202.632 437.781 204.327 441.49 203.327 442.955 202.399 443.345 203.572 444.418 205.23 448.711 206.596 451.638 205.621 451.833 207.572 452.613 210.011 454.857 209.425 453.393 214.012 454.663 216.451 456.42 215.767 456.518 220.06 458.076 222.011 459.54 218.597 460.891 216.236 463.737 218.207 464.47 221.686 464.321 221.719 462.469 227.476 461.297 228.939 458.761 228.842 457.591 231.085 457.199 236.452 462.079 232.354 468.421 220.84 469.298 205.913 465.785 200.644"/> <polygon class="cls-24" points="443.003 189.917 441.571 190.49 443.861 194.786 449.017 198.795 450.162 196.217 453.026 197.077 454.172 205.382 458.468 206.814 461.905 205.382 463.336 208.247 466.773 208.531 467.345 212.255 467.06 215.119 470.782 220.846 472.5 219.415 470.782 214.546 470.495 203.091 468.205 199.94 463.05 196.503 456.463 189.917 446.727 191.921 443.003 189.917"/> <polygon class="cls-25" points="464 312.667 466 329 472 324 469 311.5 464 312.667"/> <polygon class="cls-25" points="440 449.25 449.5 424.5 450 405 455.5 430 452 446 440 449.25"/> </g> <g id="George"> <polygon class="cls-26" points="572.5 179.5 569 174.333 563.833 171.333 562 172.833 556.667 170.333 544.833 176.333 537.667 174.333 526 180.333 525.833 188.333 526.5 197.5 534 199.167 571.167 185.667 572.5 179.5"/> <polygon class="cls-27" points="559.735 181.727 567.483 186.453 570.205 192.486 576.352 197.204 577.206 199.286 574.211 201.866 576.334 210.993 575.432 214.065 571.963 215.488 567.333 226.667 554.699 200.411 559.735 181.727"/> <polygon class="cls-26" points="567 183 590 210 598.5 214.5 617.5 205.5 607.5 195.5 571.333 178 567 183"/> <polygon class="cls-26" points="527 193.333 510 212.5 512.5 222 524 221.5 534.5 196.5 527 193.333"/> <polygon class="cls-28" points="540 226 532 221.5 526 211 512.667 208 504 220 510 243.5 525.241 258.442 540 226"/> <polygon class="cls-29" points="533.107 189.273 540.715 181.469 558.45 178.157 561.146 182.094 559.875 185.139 564.286 194.138 560.641 194.912 562.189 202.203 566.301 205.201 567.628 215.46 562.821 217.797 544.033 221.18 537.985 216.095 541.36 212.909 535.145 210.053 532.782 201.656 534.546 198.05 533.107 189.273"/> <polygon class="cls-30" points="569.996 192.47 569.064 192.064 566.745 194.918 568.605 193.936 569.764 195.854 570.303 195.632 569.996 192.47"/> <polygon class="cls-30" points="569.501 191.833 570.001 189.667 567.339 189.282 565.363 191.714 567.372 191.34 569.501 191.833"/> <polygon class="cls-31" points="520.301 376.483 496 421.402 511.12 440.523 521.773 442.24 525.896 440.178 517.992 435.369 516.618 419.56 542.391 385.884 545.152 335.063 551.779 333.406 557.167 388.289 557.511 438.804 557.167 445.333 581.223 444.646 591.531 439.492 587.407 435.712 578.473 437.429 568.163 428.839 579.946 378.692 578.841 303.031 523.613 308.554 525.27 368.2 520.301 376.483"/> <polygon class="cls-32" points="538.361 225.093 545.445 214.466 565.36 215.979 571.421 220.538 574.001 231 538.361 225.093"/> <polygon class="cls-33" points="578.666 250 576.667 226 561 221.667 545.333 221.333 535.361 226.226 525.241 258.442 517 309.5 529.795 316.635 565.217 319.671 581.41 313.599 587 266.5 578.666 250"/> <polygon class="cls-28" points="620.667 199.333 603 190.333 588 198 586.333 208.333 590 211.333 585.667 213.667 582.333 221.667 573 225.333 568.667 235.333 573.667 255.333 580.667 267 587 266.5 592 253 618.333 220 620.667 199.333"/> </g> <g id="Foreground"> <polygon class="cls-34" points="276.374 147.041 228 170 217 250 161.484 256 143 284 143 331 152 336 154 344 147 357 149 437 157 447 190 459 232 452 237 442 267 453.666 315 354 364 263 276.374 147.041"/> <polygon class="cls-35" points="379.167 250.667 376.416 174.417 276.374 147.041 275.02 166.354 269.01 191.01 272.505 220.005 275.002 255.502 271.668 263.668 345 263 351 272.333 298.333 365.666 254.333 366.332 267 453.666 287 460.999 379.167 416.332 382 346.332 382 336 379.167 250.667"/> <polygon class="cls-14" points="233.5 270 242.5 265.5 251.5 273 245 275 256 285 258.5 304 250 312 244.5 309 233.5 270"/> <polygon class="cls-36" points="222.75 253 220.375 243 192.937 239.5 160.469 251.5 161.484 256 194.492 262 207.496 300 205.998 340.5 197.999 345 164.499 341 152 336 154 344 169.5 351 156 392.5 157 447 166.5 450 164 396.5 181 355 208 355 238 345.5 240.5 335.5 247.5 295.5 233.5 270 230.5 274.5 238.5 289 232 339.5 218.5 341.5 218 300 202.5 259.5 222.75 253"/> <polygon class="cls-36" points="316 195.5 313.5 191.5 269.5 188 269 193.5 316 195.5"/> <polygon class="cls-36" points="330 194 330 198 374 205.5 373.5 200 330 194"/> <polygon class="cls-36" points="367 174 367 181 333 175.5 333 171 367 174"/> <polygon class="cls-36" points="314 168 314 173 273.5 169 275 164 314 168"/> <polygon class="cls-36" points="307 216 307 224 272.5 220 272 213.5 307 216"/> <polygon class="cls-36" points="334.5 219.5 335 226 372 230.5 372 226 334.5 219.5"/> <polygon class="cls-36" points="273.5 244.5 379 250.5 379.5 254.5 275 255.5 273.5 244.5"/> <polygon class="cls-36" points="320.5 282 321 288.5 281 290 281.5 286 320.5 282"/> <polygon class="cls-36" points="335 280.75 336 286.125 367 284.5 367 280 335 280.75"/> <polygon class="cls-36" points="319 303 319 312 286.5 318 283 310 319 303"/> <polygon class="cls-36" points="337 306.25 337.5 309.625 369 308.5 369 304 337 306.25"/> <polygon class="cls-36" points="319 328 320 334.5 285 335.5 284.5 330 319 328"/> <polygon class="cls-36" points="339 327.25 340 332.625 369 328.5 369 324 339 327.25"/> <polygon class="cls-36" points="382.5 338 277 366 239 357 240.5 365.5 280 380.5 383 349 382.5 338"/> <polygon class="cls-15" points="267.25 151.25 269.875 144.625 262.937 139.063 261.469 144.031 259.734 133.016 255 132 255 126 250.5 125 249 132 240.5 125 235 129.5 242 136 231.5 135 233.5 141.5 245 144.5 245.5 151 261.5 154.5 267.25 151.25"/> <polygon class="cls-15" points="250.5 159 242.75 157.625 244.875 153.563 240.937 149.031 232.969 146.516 229.484 148.258 232 151 227 151 225 144 219.5 144.5 220.5 147 214 147 210.5 150.5 216 153 215 156 225.5 160.5 235.5 159.5 243 164.5 250.5 159"/> <polygon class="cls-14" points="288 286 294.667 271 308 267.333 303.333 275 320 268.667 327.667 276 314.667 278 310.667 284 288 286"/> <polygon class="cls-14" points="288 286 288 267 296 249.5 287.5 253 278 273 283.5 286.5 288 286"/> <polygon class="cls-35" points="105.5 295.5 158.5 320 159 447.5 113 460.5 58 428.5 58 307 105.5 295.5"/> <polygon class="cls-36" points="105.5 299.5 65.5 310.5 108.5 333 151 322 105.5 299.5"/> <polygon class="cls-36" points="97.5 353.5 59 334.5 59 344 98.625 362.5 97.5 353.5"/> <polygon class="cls-36" points="160.5 387 106.5 397 59 376 59 384 109 404 159 397.5 160.5 387"/> <polygon class="cls-36" points="149.5 348 115 356.5 116 362 150.5 354 149.5 348"/> <polygon class="cls-36" points="151 362 116 369 116 375 151.5 368.5 151 362"/> <polygon class="cls-15" points="94 308.5 92 297 82.5 287 74 291 78 296 65 289 60 293 71.5 299.5 67.5 305.5 86 311.5 94 308.5"/> <polygon class="cls-13" points="768 481.002 660 445 563 495 557 488 567 480 558 460 542 476 532 469 527 479 540 495 539 511 533 499 522 493 520 498 517 471 499 467 499 488 477 474 477 493 502 499 494 505 506 516 523 523 516 532 484 519 417 554 416 577 768 576.334 768 481.002"/> </g> <g id="Press"> <polygon class="cls-37" points="88.5 211.5 93 220 90 225.5 97 242 92.5 244.5 85 264.5 72 261 57 279.5 26 270 36.5 238 88.5 211.5"/> <polygon class="cls-38" points="245.25 392.75 236 398.5 236 420 286 443 286 398 245.25 392.75"/> <polygon class="cls-37" points="153 347.25 160 329.125 172.5 328.063 178 332.531 176 336.016 170 335.508 167.5 338.504 179 345.002 193.5 336.501 197.5 338.5 194.5 342 181 352 180.5 355 191.5 354.25 199 343 203 343 203 347 191 361.5 179.5 364.5 151.5 371 153 347.25"/> <polygon class="cls-39" points="74 426.75 101 486.625 83 576 46 576 52.5 521.5 60.5 499 33 467.5 0 526 0 401 74 426.75"/> <polygon class="cls-40" points="80 211 83.5 221.5 82 232 77 226 69.5 232 70.5 242.5 74 246 59 255.5 39 256 32.5 249.5 31.5 237 80 211"/> <polygon class="cls-41" points="83.5 221.5 98.5 205.125 100 195.063 91.5 192.031 76 191.016 60.5 181.508 22.5 208.504 24.5 227.002 17 235 17 245 38.5 249 71.5 232 83.5 221.5"/> <polygon class="cls-42" points="154 344 116.5 340 92.5 273.5 60 259 22.5 264.5 8.5 274 0 287 0 428 28 419 78.5 437 85.5 426.5 75.5 380 84 362.5 103.5 376.5 140.5 374.5 152 378 160 366 154 344"/> <polygon class="cls-43" points="367.5 576 332.5 439 283.5 416.5 256.5 425.5 240 413 236 398.5 186.5 418 115 523 129 557 163 566 165 576 300.5 576 312 548.5 320.5 576 367.5 576"/> <polygon class="cls-44" points="282 400.25 266.75 410.625 264.375 421.063 243.437 436.531 242.969 450.016 233.984 460.008 227.242 450.504 237 437 237 427 249 419.5 249 410 254 408 254 388 282 400.25"/> <polygon class="cls-41" points="296 302.5 249 302 227 334 227.5 383.5 253 404.5 284.5 410.5 305 392.5 318.5 351 311.5 316 296 302.5"/> <polygon class="cls-45" points="332.5 439 307 484.5 309 514 301.5 485 316 453.5 332.5 439"/> <polygon class="cls-45" points="186.5 418 180 479 176.5 459.5 177 429.5 186.5 418"/> <polygon class="cls-45" points="91 275.5 71.5 275 61.5 314.5 65 327.5 58.5 315.5 67.5 272 91 275.5"/> <polygon class="cls-46" points="279 321.667 252.333 325 245 357 259 387 287.667 387.667 305 359 299 331.667 279 321.667"/> </g> <g id="Gradient"> <rect class="cls-47" y="-2" width="768" height="578"/> </g> </g> <desc>You and George are at a dead-end in a side alley behind the Green Dragon.</desc> </svg> <<toggleLayer "Press" $pressGang "A pressgang has arrived, and they look angry." "">>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 768 576"> <defs> <style> .cls-1 { isolation: isolate; } .cls-2 { fill: #bf7e54; } .cls-3 { fill: #ef5347; } .cls-4 { fill: #884a3d; } .cls-49, .cls-5 { fill: #9f6549; } .cls-6 { fill: #6b5579; } .cls-7 { fill: #456b8f; } .cls-8 { fill: #d6bd7f; } .cls-9 { fill: #714f67; } .cls-10 { fill: #fdea72; } .cls-11 { fill: #eea654; } .cls-12 { fill: #8e513f; } .cls-13 { fill: #88382d; } .cls-14 { fill: #733a26; } .cls-15 { fill: #59343b; } .cls-16 { fill: #331306; } .cls-17 { fill: #88702d; } .cls-18 { fill: #f5b14e; } .cls-19 { fill: #c47e29; } .cls-20 { fill: #392024; } .cls-21 { fill: #d98c3c; } .cls-22 { fill: #692e2a; } .cls-23 { fill: #8d4320; } .cls-24 { fill: #cf853e; } .cls-25 { fill: #7c501c; } .cls-26 { fill: #282d20; } .cls-27 { fill: #855a48; } .cls-28 { fill: #8c4d21; } .cls-29 { fill: #361a04; } .cls-30 { fill: #73414c; } .cls-31 { fill: #a4815d; } .cls-32 { fill: #8f6948; } .cls-33 { fill: #8e6b49; } .cls-34 { fill: #431708; } .cls-35 { fill: #7f4640; } .cls-36 { fill: #312529; } .cls-37 { fill: #c9a55d; } .cls-38 { fill: #541a0e; } .cls-39 { fill: #623721; } .cls-40 { fill: #381d22; } .cls-41 { fill: #452a21; } .cls-42 { fill: #6b3324; } .cls-43 { fill: #38201e; } .cls-44 { fill: #552a1a; } .cls-45 { fill: #603720; } .cls-46 { fill: #5b4734; } .cls-47 { fill: #66503b; } .cls-48 { fill: #3a3a3a; } .cls-49, .cls-58, .cls-59, .cls-60, .cls-61, .cls-62, .cls-63, .cls-64, .cls-99 { fill-rule: evenodd; } .cls-50 { fill: #ffaa71; } .cls-51 { fill: #543927; } .cls-52 { fill: #353a42; } .cls-53 { fill: #423824; } .cls-54 { fill: #411802; } .cls-55 { fill: #8d5222; } .cls-56 { fill: #ad7731; } .cls-57 { fill: #e5935c; } .cls-58 { fill: #1c1719; } .cls-59 { fill: #281f1b; } .cls-60 { fill: #4d4749; } .cls-61 { fill: #3b2b26; } .cls-62 { fill: #542b1d; } .cls-63 { fill: #9e9c46; opacity: 0.3; } .cls-64 { fill: #878e9a; } .cls-65 { fill: #93501d; } .cls-66 { fill: #874518; } .cls-67 { fill: #c8c8c3; } .cls-68 { fill: #000a00; } .cls-69 { fill: #161208; } .cls-70 { fill: #96a363; } .cls-71 { fill: #363c2b; } .cls-72 { fill: #788446; } .cls-73 { fill: #d6cab2; } .cls-74 { fill: #f4da8f; } .cls-75 { fill: #c6b16f; } .cls-76 { fill: #63300d; } .cls-77 { fill: #dd965b; } .cls-78 { fill: #2a1f08; } .cls-79 { fill: #423715; } .cls-80 { fill: #aa5c1b; } .cls-81 { fill: #991616; } .cls-82 { fill: #c17a44; } .cls-83 { fill: #cb3f16; } .cls-84 { fill: #9d3c1c; } .cls-85 { fill: #ed995a; } .cls-86 { fill: #646609; } .cls-87 { fill: #515109; } .cls-88 { fill: #6a501f; } .cls-89 { fill: #c97427; } .cls-90 { fill: #603813; } .cls-91 { fill: #d8bb73; } .cls-92 { fill: #e89236; } .cls-93 { fill: #ef975b; } .cls-94 { fill: #bf5b21; } .cls-95 { fill: #261e0a; } .cls-96 { fill: #93320b; } .cls-97 { fill: #603919; } .cls-98 { fill: #a34b1f; } .cls-99 { fill: #82442b; } .cls-100 { fill: #ea9c68; } .cls-101 { fill: #1c1910; } .cls-102 { fill: #e0925c; } .cls-103 { fill: #cc7c46; } .cls-104 { fill: #281608; } .cls-105 { fill: #c3917a; } .cls-106 { fill: #4f2c13; } .cls-107 { fill: #c16f46; } .cls-108 { fill: #f2aa75; } .cls-109 { fill: #77500b; } .cls-110 { fill: #b21d08; } .cls-111 { fill: #f3dab7; } .cls-112 { fill: #e2ac6a; } .cls-113 { fill: #db874d; } .cls-114 { fill: #ce8452; } .cls-115 { fill: #ed8754; } .cls-116 { fill: #704a1d; } .cls-117 { fill: #d17333; } .cls-118 { fill: #caaa87; } .cls-119 { fill: #dbbaaa; } .cls-120 { fill: #d88850; } .cls-121 { fill: #9b875f; } .cls-122 { fill: #871d12; } .cls-123 { fill: #d69b6b; } .cls-124 { fill: #e2a569; } .cls-125 { fill: #d89955; } .cls-126 { fill: #b77e23; } .cls-127 { fill: #432016; } .cls-128 { fill: #c2722c; } .cls-129 { fill: #885220; } .cls-130 { fill: #3d2d22; } .cls-131 { fill: #af9043; } .cls-132 { fill: #f4dbba; } .cls-133 { fill: none; } .cls-134 { fill: #6b390f; } .cls-135 { fill: #694207; } .cls-136 { fill: #7f4109; } .cls-137 { fill: #476843; } .cls-138 { fill: #dbbd67; } .cls-139 { fill: #ad6b3e; } .cls-140 { fill: #eed47d; } .cls-141 { fill: #f2ba38; } .cls-142 { fill: #0a0402; } .cls-143 { fill: #755c45; } .cls-144 { fill: #5b371d; } .cls-145 { opacity: 0.63; mix-blend-mode: soft-light; fill: url(#radial-gradient); } </style> <radialGradient id="radial-gradient" cx="384" cy="289" r="339.836" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#ff7bac" stop-opacity="0.3"/> <stop offset="1" stop-color="#2e3192"/> </radialGradient> </defs> <g class="cls-1"> <g id="Setting"> <g id="Back"> <rect class="cls-2" y="280" width="768" height="296"/> <rect class="cls-3" x="384" width="269" height="329"/> <polygon class="cls-4" points="158 576 0 499 0 576 158 576"/> <polygon class="cls-5" points="174 576 59 517 0 494 0 504 145 576 174 576"/> <polygon class="cls-6" points="496 35 525 42 533 53 533 60 545 63 552 70 567 75 509 66 496 35"/> <polygon class="cls-7" points="602.827 87.196 584.827 90.196 577.827 98.196 566.827 98.196 558.827 105.196 602.827 110.196 602.827 87.196"/> <polygon class="cls-8" points="594 132 575 127 561 130 594 132"/> <polygon class="cls-9" points="451.068 0 469 22 539 30 569 38 603 35 600 0 451.068 0"/> <polygon class="cls-10" points="520 157 551.109 168.716 567 181 597 186 630.5 319.5 507 313 520 157"/> <polygon class="cls-5" points="556 452 532 467 574 514 768 576 768 549 768 505 556 452"/> </g> <g id="Mid"> <polygon class="cls-11" points="634 344 322.997 450.337 121 379 0 339 0 303 649 297 634 344"/> <polygon class="cls-12" points="590.875 0 590.937 17.25 594 17.375 594 29.75 591.937 29.5 593.25 53 596 53 596 63 592.75 63 592.875 73.75 595 73.875 595 82.75 592.625 83.25 592.875 92 596.667 91.667 596.984 99.25 595.992 108.125 597.996 119.063 597.248 127.531 600.167 132.667 599 155 599 160.5 595.667 161.167 596 179 600 180.5 600 192 600.167 211.167 597 211.5 598 224.833 601.167 225.167 601 249 598 252.5 599.5 276 603 276.497 600 299.5 601 306.5 646.5 319.5 646 0 590.875 0"/> <polygon class="cls-13" points="630 337 560 359 520 373 324.997 441.67 200.331 403.67 121 376 26 336 0 320 0 342 202.997 412.337 324.997 453.003 456 407 637 347 630 337"/> <polygon class="cls-14" points="629 388 556 418 545 438 768 493 768 433 629 388"/> <polygon class="cls-15" points="556 418 539 425 548 449 768 505 768 488 681 471 624 455 565 437 551 429 556 418"/> <polygon class="cls-16" points="632 400 594 412 598 426 768 476 768 433 632 400"/> <polygon class="cls-5" points="505 348 522 353 402 397 341 392 146 368 61 337 0 308 0 268 39 278 48.5 285.5 321 369 483 326 503 333 505 348"/> <polygon class="cls-17" points="532 230 553 234 554 248 563 257 564 288 569 290 568 306 544 313 532 230"/> <polygon class="cls-18" points="458.045 12 333.045 3 306.71 329.666 334.045 370 368.045 366 421.377 351.666 547.379 309 544.045 201 539.379 164.333 543.379 161.667 544.045 141.667 539.379 138.333 538.045 107 541.379 105.667 541.045 83 519.045 69 458.045 12"/> <polygon class="cls-19" points="548 284.5 313 348 306 349 329 379 356.5 374.5 407.123 356.088 549 313 548 284.5"/> <polygon class="cls-20" points="768 192.999 628.32 193.01 626.331 401.666 768 433.001 768 192.999"/> <polygon class="cls-21" points="339 0.479 66 0.479 0 0.479 0 268.479 157.664 320.15 329 379.479 332.5 346.979 329 344.479 329 316.479 333 314.979 334 285.479 329.5 283.979 330 256.979 334 254.979 333.5 231.979 328 230.479 328.25 207.479 333 202.479 333 184.479 341 176.479 339 163.729 334.5 163.479 333.25 144.479 330 139.979 330 108.479 335 104.979 335 75.479 331.5 73.479 333 62.479 336 62.479 336.5 36.979 332.5 36.479 339 0.479"/> <polygon class="cls-22" points="618.998 0 619.418 43.167 626 44.333 626 68 621.665 68.333 620.332 99 625 100.333 625 118 619 120.333 619 154 768 170.333 768 0 618.998 0"/> <polygon class="cls-23" points="767.834 161.167 682.915 154.417 678.957 157.042 626.667 154.667 628.32 193.01 642.326 193.672 642.995 420.336 658.33 428.334 676.33 414.334 677.498 342.333 672 341 672 268 676.998 259.667 673.664 196.333 768 204 767.834 161.167"/> <polygon class="cls-24" points="152.5 75 51.333 85.333 51.333 85.333 0 90 0 14 35 21 54 0 152.5 75"/> <polygon class="cls-25" points="327.5 217 445 204 521 192 521 197 438 211 327 226 267 214 266.666 210.333 327.5 217"/> <polygon class="cls-26" points="595 377 597 323 627 306 627 384.5 595 377"/> </g> <g id="Fore"> <polygon class="cls-27" points="277.167 96 275 200 246 197 250 96 277.167 96"/> <polygon class="cls-27" points="205.5 99.499 204 187 175 185 172 97 205.5 99.499"/> <polygon class="cls-28" points="432 100 434 179 403 185 400 98.999 432 100"/> <polygon class="cls-28" points="486 100 488 176 519 174 519.667 102.666 486 100"/> <polygon class="cls-29" points="663 15 664 92 717 98 714 16 663 15"/> <polygon class="cls-19" points="364.332 283.001 366.999 311.001 348.332 313.001 345.666 285.667 364.332 283.001"/> <polygon class="cls-30" points="590.998 220.997 592.332 210.33 579.834 210.102 579.665 196.33 570.998 195.663 571.26 209.947 555.665 209.663 556.332 219.663 571.449 220.245 574.49 386 563 386 563 426 578.334 430.333 590 426 590 386 581.984 386 579.961 220.572 590.998 220.997"/> <polygon class="cls-31" points="153.644 360.979 0 308 0 192 71.663 196.334 150.996 212.334 166.996 341.001 153.644 360.979"/> <polygon class="cls-32" points="217.655 343.396 153.644 360.814 155.032 347.5 145.634 347.578 145.009 335.51 133.79 333.151 136.059 317.595 123.989 318.362 123.229 297.776 110.256 296.99 109.778 277.262 99.756 277.323 99.521 261.947 90.413 260.727 91.381 244.753 81.688 244.837 81.123 232.113 72.512 230.924 70.939 212.795 153.152 211.765 155.047 224.57 165.644 226.044 166.119 240.264 174.773 240.789 173.317 253.728 183.844 256.37 181.787 268.267 189.652 270.747 189.512 284.096 198.004 287.282 196.976 304.247 204.978 304.402 204.837 317.751 211.411 319.485 211.27 332.835 217.844 334.568 217.655 343.396"/> <polygon class="cls-33" points="46.969 218.383 46.327 217.707 21 213 5 223 7.5 310.5 30.5 318.5 26.326 232.332 46.969 218.383"/> <polygon class="cls-34" points="59.66 231.748 46.969 218.383 26.326 232.332 30.5 318.5 63.66 329.83 59.66 231.748"/> <polygon class="cls-35" points="432 0 331.5 73 545 92 542 83 467 0 432 0"/> <polygon class="cls-36" points="432 0 331.5 73 131.021 75.723 56.659 0.024 0 71.383 0 0 432 0"/> <polygon class="cls-37" points="433 0 434 75 481 78 481 0 433 0"/> <polygon class="cls-38" points="100.692 202.471 100.692 94.364 79.025 63.917 50.136 65.212 37.755 93.7 35.692 194.251 100.692 202.471"/> <polygon class="cls-39" points="436 0 434 75 419 49 419 0 436 0"/> <polygon class="cls-40" points="57.344 19.862 44.344 26.862 44.344 44.862 54.344 55.862 67.344 51.862 75.344 34.862 69.344 22.862 57.344 19.862"/> <polygon class="cls-41" points="463 287 500 280 502 309 522 316 522 353 487 362 465 350 463 287"/> <polygon class="cls-26" points="420 269 420 351 453.668 369.665 479.668 361.665 476.334 265.665 445.668 260.998 420 269"/> <polygon class="cls-42" points="369.001 318.999 363.667 327.665 367.001 374.333 400 391 435 380 441.002 322.333 400.335 309.666 369.001 318.999"/> <polygon class="cls-43" points="32 533.896 31 434.792 0 420 0 562 32 533.896"/> <polygon class="cls-44" points="768 522 717 529 650 576 768 576 768 522"/> <polygon class="cls-19" points="332 73 335 89 542 96 545 92 332 73"/> <polygon class="cls-45" points="400.373 109.703 426 110 426 180.161 434 179 432 100 400 99 400.373 109.703"/> <polygon class="cls-45" points="511 112 511 174.516 519 174 520 103 486 100 486.268 110.198 511 112"/> <polygon class="cls-33" points="79.025 64.025 71.017 64.496 50.052 65.436 37.321 86.715 35.692 194.251 53.153 196.581 59.844 86.823 79.025 64.025"/> <rect class="cls-46" x="412.4771" y="96.6974" width="8.3478" height="94.0015" transform="translate(151.5488 -208.3928) rotate(33.9938)"/> <rect class="cls-46" x="422.6217" y="118.3473" width="8.3478" height="82.3073" transform="translate(162.1179 -211.3639) rotate(33.9938)"/> <rect class="cls-47" x="412.5208" y="103.5143" width="12.3527" height="83.3068" transform="translate(773.1506 -120.8093) rotate(123.9938)"/> <rect class="cls-47" x="500.5454" y="94.5931" width="6.2453" height="76.0834" transform="translate(895.238 -210.7986) rotate(123.9938)"/> <rect class="cls-47" x="498.3103" y="110.2431" width="6.2453" height="76.0834" transform="translate(904.7286 -184.5456) rotate(123.9938)"/> <rect class="cls-46" x="497.0771" y="99.1236" width="13.182" height="78.3475" transform="translate(796.3586 570.8941) rotate(-139.4358)"/> <circle class="cls-48" cx="416.651" cy="143.6982" r="0.818"/> <circle class="cls-48" cx="392.0619" cy="180.1614" r="0.818"/> <circle class="cls-48" cx="405.6416" cy="190.8704" r="0.818"/> <circle class="cls-48" cx="431.0614" cy="154.8498" r="0.818"/> <circle class="cls-48" cx="450.4588" cy="167.1386" r="0.818"/> <circle class="cls-48" cx="481.8426" cy="166.3206" r="0.818"/> <circle class="cls-48" cx="473.1022" cy="129.8572" r="0.818"/> <circle class="cls-48" cx="475.7852" cy="113.832" r="0.818"/> <circle class="cls-48" cx="525.6158" cy="112.424" r="0.818"/> <circle class="cls-48" cx="532.5034" cy="152.08" r="0.818"/> <circle class="cls-48" cx="530.8458" cy="168.7746" r="0.818"/> <circle class="cls-48" cx="498.4597" cy="145.9858" r="0.818"/> <circle class="cls-48" cx="507" cy="134.7994" r="0.818"/> <circle class="cls-48" cx="447.3376" cy="129.0392" r="0.818"/> <circle class="cls-48" cx="440.1431" cy="108.1156" r="0.818"/> <circle class="cls-48" cx="387.3876" cy="124.5905" r="0.818"/> </g> </g> <g id="State4"> <g id="Floor"> <polygon class="cls-49" points="243.594 453.003 218.486 479.641 234.629 514 317.667 576 556.511 576 577.5 537.5 565.765 504.784 404.5 469.578 387.703 484.246 324.5 469.578 243.594 453.003"/> </g> <g id="Door"> <polygon class="cls-38" points="92.603 91.023 112.833 203.362 54.163 196.177 59.844 84.381 79.025 63.917 80.983 68.129 92.603 91.023"/> <rect class="cls-21" x="22.719" y="126.2766" width="3.2656" height="12.299"/> </g> <g id="George_copy" data-name="George copy"> <polygon class="cls-5" points="184.788 372.774 173.511 384.149 193.818 399.213 228.78 395.894 239.429 386.375 235.815 379 203.894 370.723 184.788 372.774"/> <polygon class="cls-50" points="204.348 225.368 199.582 228.275 197.908 231.986 194.126 234.889 193.601 236.169 195.443 237.757 194.137 243.371 194.693 245.261 196.826 246.137 199.675 253.014 207.447 236.862 204.348 225.368"/> <polygon class="cls-51" points="220.729 230.01 216.05 225.209 205.139 223.171 203.48 225.594 204.263 227.467 201.549 233.003 203.792 233.479 202.839 237.964 200.31 239.808 199.493 246.12 202.45 247.557 214.008 249.638 217.729 246.51 215.652 244.55 219.476 242.793 220.929 237.628 219.845 235.41 220.729 230.01"/> <polygon class="cls-52" points="198.036 231.977 198.609 231.727 200.036 233.483 198.892 232.879 198.179 234.058 197.848 233.922 198.036 231.977"/> <polygon class="cls-52" points="198.341 231.585 198.033 230.252 199.671 230.016 200.886 231.511 199.651 231.282 198.341 231.585"/> <polygon class="cls-53" points="243.557 372.811 234.256 384.574 227.702 385.63 225.165 384.361 230.028 381.403 230.873 371.678 215.019 350.961 213.32 319.696 209.243 318.678 205.928 352.44 205.717 383.516 205.928 387.532 191.13 387.11 184.788 383.939 187.325 381.614 192.822 382.67 199.164 377.386 191.915 346.537 192.595 299.992 226.57 303.389 225.551 340.082 228.608 345.178 243.557 372.811"/> <polygon class="cls-54" points="217.497 252.045 213.139 245.508 200.888 246.439 197.16 249.244 195.573 255.679 217.497 252.045"/> <polygon class="cls-55" points="192.703 267.368 193.933 252.604 203.571 249.938 213.209 249.733 219.343 252.742 225.569 272.561 230.638 303.971 222.767 308.36 200.976 310.228 191.015 306.492 187.576 277.518 192.703 267.368"/> <polygon class="cls-56" points="193.933 252.604 185.11 263.23 182.628 271.796 188.191 282.701 200.886 283.379 209.107 265.565 202.512 253.014 193.933 252.604"/> <polygon class="cls-56" points="219.343 252.742 230.751 265.565 235.815 281.666 228.067 288.039 225.569 272.561 219.343 252.742"/> <polygon class="cls-50" points="178.212 271.796 164.716 279.98 161.841 276.663 154.777 278.125 154.777 279.998 159.117 279.998 151.635 285.361 154.522 288.039 159.539 286.997 156.193 289.775 159.73 290.988 188.191 282.701 182.628 271.796 178.212 271.796"/> <polygon class="cls-50" points="230.751 265.565 233.727 257.588 230.638 255.679 230.638 250.594 232.183 250.594 233.727 253.014 235.815 250.594 234.684 246.29 236.791 246.29 238.61 250.594 239.28 261.09 235.815 281.666 230.751 265.565"/> <polygon class="cls-51" points="194.868 240.23 196.578 239.524 194.49 241.856 194.868 240.23"/> <polygon class="cls-57" points="182.628 271.796 181.302 284.707 188.191 282.701 182.628 271.796"/> </g> <g id="Cart_copy" data-name="Cart copy"> <polygon class="cls-58" points="547.93 504.676 533.662 527.956 493.861 527.205 489.355 503.925 547.93 504.676"/> <polygon class="cls-58" points="392.77 398.642 358.635 391.708 359.168 399.175 394.903 407.709 392.77 398.642"/> <polygon class="cls-59" points="215.828 328.638 206.294 337.506 206.061 340.206 203.144 343.956 193.818 357.565 194.356 365.036 197.825 367.705 208.493 366.373 209.294 363.44 226.095 361.04 230.095 361.84 239.429 386.375 238.896 392.775 245.296 408.776 234.629 423.976 228.228 438.11 241.829 467.979 244.496 470.645 248.94 478.646 252.852 479.534 253.207 471.179 250.363 467.712 250.63 462.912 239.162 435.977 257.563 415.976 271.697 452.511 273.564 464.245 275.431 471.445 271.964 472.245 267.43 478.646 275.964 481.046 280.764 478.646 284.498 469.312 278.364 442.111 273.297 419.443 290.631 422.643 316.499 415.709 318.9 425.576 330.633 453.311 316.499 483.179 310.632 484.513 300.765 489.58 306.366 491.98 315.433 491.98 320.9 490.913 342.101 455.978 342.101 448.244 346.101 440.244 356.235 448.511 361.568 451.711 381.836 490.38 387.97 503.714 394.103 506.647 395.437 502.38 392.503 494.646 388.503 489.046 387.703 484.246 371.969 441.577 367.702 438.644 368.235 418.376 365.035 393.842 353.035 373.041 336.234 369.84 298.899 368.507 267.697 357.306 257.563 354.906 238.629 335.172 230.895 330.372 235.162 318.905 225.562 326.105 226.362 315.704 217.295 323.705 215.828 328.638"/> <polygon class="cls-60" points="236.674 334.285 234.54 332.328 229.207 331.795 217.348 341.96 212.85 331.44 211.783 330.551 209.472 333.04 213.911 344.938 201.412 356.788 199.339 354.196 198.982 348.862 196.494 351.707 196.849 355.086 201.827 362.019 206.983 363.975 210.894 363.619 212.85 362.553 205.027 361.308 202.169 357.735 214.999 347.854 217.828 355.441 223.873 362.019 226.895 361.486 227.073 359.352 222.806 354.729 218.622 344.941 231.162 334.64 236.674 334.285"/> <polygon class="cls-60" points="285.031 362.908 283.431 361.485 278.986 360.418 263.875 390.464 267.609 405.398 274.009 423.888 280.409 425.311 281.653 422.644 271.342 394.376 273.831 384.064 285.031 362.908"/> <polygon class="cls-60" points="308.232 368.33 300.543 379.664 296.254 394.22 297.488 403.81 306.193 406.115 305.302 394.379 308.59 381.043 316.499 369.841 316.499 368.24 308.232 368.33"/> <polygon class="cls-61" points="436.409 372.507 380.086 405.738 380.445 427.455 270.256 393.911 267.252 395.789 269.13 400.67 380.586 435.924 381.213 473.888 554.685 523.075 608.755 471.258 611.76 418.692 436.409 372.507"/> <polygon class="cls-58" points="442.906 383.708 397.57 412.109 402.904 430.11 538.019 469.578 565.043 451.087 587.801 423.354 442.906 383.708"/> <polygon class="cls-62" points="501.575 440.244 516.509 437.044 517.576 427.443 502.108 417.309 477.041 416.243 465.307 421.576 466.907 430.643 480.774 438.11 501.575 440.244"/> <polygon class="cls-62" points="447.172 427.977 471.707 423.176 472.24 414.109 459.973 402.375 431.172 399.709 417.838 402.375 413.037 411.442 424.238 422.11 447.172 427.977"/> <polygon class="cls-62" points="497.575 409.842 517.042 420.51 536.243 420.51 546.377 416.243 544.777 407.176 520.776 399.709 497.308 401.842 497.575 409.842"/> <polygon class="cls-62" points="488.241 387.975 491.975 399.175 480.774 404.509 463.173 402.909 454.639 395.975 455.173 386.375 469.04 383.708 488.241 387.975"/> <polygon class="cls-62" points="556.511 435.444 547.444 430.11 522.909 431.177 513.309 445.577 521.843 451.444 547.444 448.778 556.511 435.444"/> <polygon class="cls-63" points="561.845 417.309 546.912 420.331 538.733 411 552.6 399.22 552.245 385.332 545.845 378.919 536.244 378.203 534.111 372.866 532.333 363.977 524.866 363.618 516.688 368.952 519.888 361.13 516.688 358.996 504.598 363.263 497.842 361.13 497.842 354.373 502.465 350.107 501.398 346.196 486.82 345.129 487.531 336.24 498.909 334.817 506.732 336.595 507.798 331.261 499.976 323.794 484.33 325.216 464.063 333.395 474.02 339.44 475.442 349.929 465.13 355.44 454.106 355.44 445.573 371.797 467.619 379.264 465.841 388.864 444.862 398.82 433.128 408.065 434.906 419.088 440.24 431.178 468.33 435.088 470.819 428.688 462.996 424.066 475.086 414.466 487.887 414.11 493.22 425.133 479.708 435.088 494.998 455.001 525.577 460.69 538.733 453.579 533.995 444.221 548.69 445.756 561.845 440.778 561.845 417.309"/> <polygon class="cls-58" points="541.577 396.775 541.044 387.975 537.31 384.241 534.11 387.975 538.91 394.375 531.443 393.308 527.976 397.042 532.243 398.642 541.577 396.775"/> <polygon class="cls-58" points="422.415 461.189 430.834 458.57 433.569 454.053 429.179 451.836 424.11 458.026 423.363 450.519 418.91 448.044 418.374 452.569 422.415 461.189"/> <polygon class="cls-58" points="495.175 428.777 494.908 436.244 498.642 439.444 499.708 434.644 498.108 431.443 501.308 431.71 505.842 429.31 503.175 426.91 495.175 428.777"/> <polygon class="cls-58" points="496.873 374.272 500.222 367.592 498.158 363.13 495.191 367.051 495.315 370.626 492.516 369.053 487.395 369.349 488.821 372.641 496.873 374.272"/> <polygon class="cls-58" points="513.728 378.085 521.17 377.414 523.876 373.309 518.98 372.852 516.007 374.84 515.869 371.632 512.921 367.435 510.873 370.381 513.728 378.085"/> <polygon class="cls-64" points="544.663 318.348 552.105 317.677 554.811 313.573 549.915 313.116 546.942 315.103 546.804 311.896 543.856 307.699 541.808 310.645 544.663 318.348"/> <polygon class="cls-58" points="533.995 444.221 541.437 443.55 544.144 439.446 539.248 438.989 536.275 440.976 536.137 437.769 533.189 433.572 531.141 436.518 533.995 444.221"/> <polygon class="cls-58" points="399.518 442.328 400.509 434.923 397.103 431.375 395.576 436.049 396.857 439.389 393.698 438.813 388.953 440.762 391.374 443.41 399.518 442.328"/> <polygon class="cls-63" points="537.31 329.838 532.332 324.861 521.309 332.683 519.176 349.039 525.576 350.106 529.487 342.995 545.132 338.017 549.044 348.329 536.954 357.573 539.087 362.907 553.666 357.218 556.511 346.551 551.888 339.795 552.955 329.838 547.266 325.572 537.31 329.838"/> <polygon class="cls-58" points="511.131 512.939 493.108 478.395 455.559 459.621 424.769 473.138 413.505 509.185 435.659 546.357 483.346 551.238 511.131 512.939"/> <polygon class="cls-63" points="477.766 265.474 456.951 254.415 432.697 278.308 446.635 308.306 472.504 310.639 472.504 295.652 482.951 280.469 477.766 265.474"/> <polygon class="cls-63" points="681 166.32 634.824 155.093 611.76 216.738 587.801 205.093 574.824 229.392 572.232 240.032 541.124 238.02 523.876 267.679 537.843 286.508 572.324 298.593 568.564 313.024 575.824 343.884 588.824 323.175 578.824 308.093 606.824 285.093 634.824 303.437 611.76 315.193 619.323 333.739 642.824 329.904 642.824 349.652 634.824 358.093 623.157 380.576 588.824 394.108 642.824 395.582 684.143 374.272 739.936 367.435 768 288 768 110.196 717 110.196 681 166.32"/> </g> <g id="Briana_copy" data-name="Briana copy"> <path class="cls-65" d="M258.9942,329.4343l-1.3113,4.2275.2746,2.9233-.8655,6.5386-.3676,1.5726-.29,1.4089.1875,1.7568-.1815,2.4046.2083.3279a5.2473,5.2473,0,0,0,3.2273,2.2937l4.6352,1.09.9191,7.264-1.3,8.8078,2.8846,2.21,8.6208-.5531,6.4036-8.8017-2.4649-2.5-3.89-10.0017,3.2-14.3541-11.0737-13.272-1.1656.1616A9.3552,9.3552,0,0,0,258.9942,329.4343Z"/> <polygon class="cls-66" points="259.876 352.888 269.237 351.681 265.166 359.151 264.512 353.979 259.876 352.888"/> <polygon class="cls-67" points="261.672 335.88 260.447 337.89 259.202 338.355 258.889 337.772 259.669 335.397 261.672 335.88"/> <polygon class="cls-68" points="261.672 335.88 260.44 334.928 259.193 334.748 258.276 335.776 259.269 335.77 261.672 335.88"/> <path class="cls-68" d="M259.949,334.984l.1118,1.5a.6653.6653,0,0,1-.0884.3836l-.5955,1.0231-.4875-.118.1234-1.4851c.0018-.0216.0047-.0432.0086-.0645l.2612-1.4284Z"/> <polygon class="cls-68" points="258.771 333.739 261.323 332.262 263.408 332.693 265.166 333.43 262.317 331.229 260.126 331.19 258.698 332.458 258.771 333.739"/> <polygon class="cls-68" points="258.889 344.644 256.724 344.696 256.228 345.444 256.435 346.105 258.889 344.644"/> <polygon class="cls-66" points="257.957 336.585 256.553 339.532 255.352 340.366 255.354 341.753 257.092 343.124 258.521 342.78 258.538 339.373 257.957 336.585"/> <polygon class="cls-69" points="287.802 499.254 289.038 503.195 283.184 515.756 274.963 524.625 275.448 526.198 283.214 526.198 293.097 521.492 297.804 508.079 296.862 501.961 292.862 491.842 262.976 489.724 253.681 493.96 243.681 495.372 243.681 497.96 254.976 502.902 262.741 502.902 266.86 505.725 272.625 504.078 272.625 495.136 287.802 499.254"/> <path class="cls-70" d="M269.0813,355.14l1.2706-.1041a15.91,15.91,0,0,1,11.26,3.4515l2.5461,2.0446,10.8236,31.2989L288.18,405.12l4.8143,14.2228,16.83,77.3032-26.375,8.1381-7.2946-2.3529-11.53-6.1185-7.1773,1.1769-4.5887-8.0012V443.6021l1.4119-32.2377.2351-11.7661-4.1812-16.5052,6.0639-17.8511,5.8686-6.6729A10.198,10.198,0,0,1,269.0813,355.14Z"/> <polygon class="cls-71" points="221.958 418.827 226.193 428.887 225.958 423.681 223.134 416.607 225.252 415.659 227.605 426.008 228.075 439.655 230.664 442.948 233.253 457.773 227.369 460.361 225.252 456.478 224.781 444.36 225.958 440.594 225.252 430.711 219.84 418.475 221.958 418.827"/> <polygon class="cls-65" points="231.253 410.592 235.489 413.063 226.193 417.295 220.781 419.414 217.486 418.003 215.839 407.414 218.192 404.356 221.016 402.473 223.84 406.003 225.487 408.709 228.782 406.003 231.253 410.592"/> <polygon class="cls-71" points="219.723 402.944 220.957 407.127 219.723 408.356 218.486 404.175 219.723 402.944"/> <polygon points="263.084 321.244 261.306 322.166 261.693 324.431 260.207 325.333 260.783 326.645 264.919 327.098 266.713 330.065 269.544 331.132 267.132 334.947 268.664 338.355 271.388 336.876 273.091 339.089 272.296 342.036 270.902 343.634 271.49 349.907 276.182 351.681 282.039 349.093 284.539 339.545 282.844 329.625 270.252 320.02 263.084 321.244"/> <polygon class="cls-72" points="271.49 401.093 269.14 442.072 283.449 504.784 276.154 502.431 264.624 496.313 257.447 497.49 249.845 488.987 256.391 410.944 271.49 401.093"/> <polygon class="cls-73" points="268.866 318.364 266.052 319.621 266.46 322.012 269.897 324.404 267.621 328.807 270.005 333.899 276.175 340.59 276.004 344.989 280.424 348.119 284.451 347.431 287.391 342.137 286.951 337.809 288.689 334.337 285.45 324.317 277.976 318.543 272.061 319.631 268.866 318.364"/> <polygon class="cls-71" points="252.837 393.014 264.177 396.846 285.241 392.873 285.442 396.535 271.49 401.093 262.035 400.304 253.564 397.951 252.837 393.014"/> <polygon class="cls-70" points="260.316 368.837 247.585 390.577 228.78 405.924 231.251 410.513 235.487 412.983 247.585 414.837 266.646 400.921 272.809 379.522 260.316 368.837"/> <polygon class="cls-72" points="268.738 393.657 272.809 370.723 255.352 409.166 266.646 400.921 268.738 393.657"/> <polygon class="cls-72" points="252.194 390.474 264.175 370.014 250.324 383.093 252.194 390.474"/> <polygon class="cls-74" points="271.49 401.093 258.991 454.391 258.991 489.724 241.292 481.106 253.464 410.545 266.646 400.921 271.49 401.093"/> <polygon class="cls-75" points="258.991 454.391 248.827 484.775 258.991 489.724 258.991 454.391"/> <polygon class="cls-72" points="284.158 360.532 285.442 396.535 288.18 405.12 294.407 401.093 294.982 391.831 284.158 360.532"/> <polygon class="cls-76" points="271.93 339.178 270.909 338.355 268.739 340.2 268.739 342.276 269.824 342.276 269.952 340.316 270.845 339.306 271.93 339.178"/> </g> <g id="Aunt_Teddy" data-name="Aunt Teddy"> <polygon class="cls-77" points="111.483 91.197 108.437 86.498 102.152 85.354 96.388 91.998 95.706 97.573 97.258 100.629 97.205 103.193 102.595 106.926 103.806 106.44 105.279 106.066 109.134 101.926 110.659 97.638 111.483 91.197"/> <polygon class="cls-78" points="99.652 96.74 101.637 95.89 102.839 96.057 103.595 96.998 103.166 97.278 102.625 96.737 102.361 96.653 102.178 97.241 101.47 97.363 101.004 97.009 101.114 96.483 99.652 96.74"/> <path class="cls-78" d="M108.1518,96.8762l0,.5652.643.1206.41-.3265.1467-.5808.8129.1421-.14-.4845-.55-.4282-1.3792.3365-.8939,1.0072Zm.76-.2809.032-.0119.0467.0083Z"/> <polygon class="cls-78" points="107.2 95.606 106.976 95.047 108.094 94.058 110.274 93.563 110.778 94.821 109.93 94.187 107.2 95.606"/> <polygon class="cls-78" points="104.451 95.897 101.887 94.492 100.555 94.81 101.412 93.98 102.409 93.634 104.702 95.039 104.731 95.515 104.451 95.897"/> <polygon class="cls-78" points="106.719 87.527 102.713 88.592 101.688 89.814 102.054 93.29 99.978 95.528 97.798 96.834 98.322 98.949 96.171 101.001 94.782 100.369 92.308 95.953 92.603 91.023 96.561 87.003 101.619 84.381 107.239 84.777 111.266 86.19 115.202 90.884 114.635 93.112 113.387 93.775 115.336 94.994 115.738 96.941 113.242 98.537 110.659 97.638 111.258 92.691 109.302 89.249 106.719 87.527"/> <polygon class="cls-79" points="111.206 99.13 110.563 99.009 109.828 100.277 110.155 101.498 110.994 101.702 111.729 100.705 111.206 99.13"/> <polygon class="cls-79" points="97.747 100.041 96.908 99.836 96.397 100.853 96.789 102.101 97.572 102.166 98.083 101.15 97.747 100.041"/> <polygon class="cls-80" points="106.514 96.626 105.59 96.997 104.462 99.99 105.227 101.36 106.717 100.762 106.514 96.626"/> <polygon class="cls-81" points="103.43 102.495 104.108 102.332 105.928 102.332 106.745 102.61 107.312 102.418 105.813 103.417 104.108 103.417 102.149 102.341 103.43 102.495"/> <polygon class="cls-82" points="105.279 106.066 102.144 106.564 97.147 103.172 96.093 107.884 99.868 112.189 105.017 110.805 105.279 106.066"/> <polygon class="cls-83" points="89.286 108.27 92.781 113.906 91.612 130.969 84.499 141.233 75.499 148.535 70.546 146.862 75.499 138.559 72.238 119.552 67.317 117.801 80.134 113.906 85.324 109.39 89.286 108.27"/> <polygon class="cls-84" points="134.335 117.801 137.871 128.402 137.871 141 129.34 155 113.894 150.532 112.997 131.07 119.98 133.78 128.617 130.077 134.335 117.801"/> <polygon class="cls-85" points="131.069 117.59 135.564 118.491 146.512 121.964 149.218 121.964 151.555 119.848 155.122 119.848 155.122 121.197 152.908 121.32 152.293 121.964 157.09 122.919 159.181 124.518 157.828 125.502 154.507 124.887 157.09 126.363 155.491 127.714 150.817 126.609 147.127 126.363 146.02 125.133 132.082 125.379 128.185 123.781 131.069 117.59"/> <polygon class="cls-83" points="111.483 107.293 107.98 114.382 108.683 128.501 115.738 138.327 121.509 138.327 129.996 132.979 134.335 117.801 126.8 114.997 117.762 111.172 111.483 107.293"/> <polygon class="cls-84" points="67.317 117.801 60.411 125.148 61.628 139.2 70.546 146.862 75.499 138.559 72.238 119.552 67.317 117.801"/> <polygon class="cls-77" points="67.955 120.536 60.411 122.652 57.732 121.594 53.12 122.652 53.735 123.853 56.748 123.238 57.548 123.546 54.534 125.022 51.951 127.974 54.104 128.835 56.748 126.928 55.334 129.45 56.871 130.003 59.27 128.402 61.853 127.666 64.067 125.76 70.218 125.27 71.017 123.73 70.525 121.147 67.955 120.536"/> <polygon class="cls-86" points="89.286 108.27 96.308 106.926 96.093 107.884 99.868 112.189 105.017 110.805 105.279 106.926 111.483 107.293 115.238 118.81 114.617 125.957 112.997 129.511 115.738 138.327 124.489 202.471 108.951 209.785 73.933 207.225 80.049 189.979 89.766 154.872 86.513 138.327 91.612 130.969 92.781 116.227 89.286 108.27"/> <polygon class="cls-87" points="92.781 116.227 97.24 122.81 107.98 122.81 115.238 118.81 115.62 125.698 113.548 131.284 102.149 135.17 91.612 130.969 92.781 116.227"/> <polygon class="cls-87" points="102.149 135.17 94.573 156.88 90.573 208.441 73.933 207.225 67.955 197.255 86.513 138.327 91.612 130.969 102.149 135.17"/> <polygon class="cls-84" points="130.489 117.59 126.404 123.851 114.617 128.402 130.489 117.59"/> <polygon class="cls-82" points="134.335 117.801 136.835 125.295 132.082 125.379 134.335 117.801"/> </g> <g id="Far_folks" data-name="Far folks"> <polygon class="cls-88" points="275.99 152.492 264.694 156.111 257.255 165.979 252.277 182.83 254.475 197.877 265.39 199.006 263.137 186 264.915 178.745 275.167 192 275.99 152.492"/> <polygon class="cls-89" points="271.685 183.277 266.666 185.195 262.94 189.979 261.432 198.596 275 200 275.334 183.978 271.685 183.277"/> <polygon class="cls-90" points="249.34 183.596 248.191 189.979 246 189.979 246.739 178.355 251.515 176.574 256.362 178.745 257.255 185.383 252.277 182.83 249.34 183.596"/> <polygon class="cls-91" points="246 189.979 246 197 259.5 198.397 258.012 189.979 246 189.979"/> <polygon class="cls-92" points="246 189.979 248.702 192 255.596 192.787 258.012 189.979 257.099 184.221 251.628 180.277 248.447 183.277 246 189.979"/> <polygon class="cls-93" points="275.167 192 269.638 192 265.934 199.062 275 200 275.167 192"/> <path class="cls-94" d="M256.9859,142.8718l-5.7048,1.6847.2048,5.618-2.6554,4.316,2.2574.199.5033,2.2319,2.9194-.5354-1.5652,2.682.6968,1.91a2.2279,2.2279,0,0,0,1.466,1.3746h0a3.3159,3.3159,0,0,0,2.0808-.0708l4.1917-1.5456,6.5365,3.77,2.1859-5.1661-4.12-8.8507Z"/> <polygon class="cls-95" points="251.281 144.556 256.043 144.218 259.648 155.106 262.276 156.386 268.357 154.78 271.269 152.891 271.685 149.297 263.55 140.263 256.656 139.988 251.179 141.747 251.281 144.556"/> <polygon class="cls-96" points="274.337 148.066 272.389 149.821 258.21 145.528 251.543 141.559 252.714 139.396 261.221 134.195 272.062 139.344 274.337 148.066"/> <polygon class="cls-97" points="275.167 192 270.55 193.17 268.617 196.872 268.617 199.34 264.787 199.006 264.787 194.191 267.784 189.468 273.979 188.319 275.167 188.319 275.167 192"/> <path class="cls-93" d="M264.7872,169.11l-1.8475,3.5744-2.7482,1.66,1.392,1.0213s-1.52,3.3191.9059,4.5957a8.9155,8.9155,0,0,0,3.4447,1.2766l.7324,3.9575h5.0181l-1.1342-8.6809.62-4.7234Z"/> <polygon class="cls-97" points="269.977 166.302 266.666 166.302 263.638 169.11 264.787 171.025 267.305 170.168 266.666 172.813 268.745 174.472 268.362 179.961 271.168 181.238 275.167 180.472 275.581 174.599 275.581 168.472 269.977 166.302"/> <polygon class="cls-90" points="256.362 178.745 259.467 182.351 261.021 186.532 259.467 188.957 258.691 185.989 258.012 189.979 256.632 191.582 255.851 181.394 256.362 178.745"/> </g> </g> <g id="State3"> <g id="Back_folk_copy" data-name="Back folk copy"> <polygon class="cls-97" points="275.167 192 270.55 193.17 268.617 196.872 268.617 199.34 264.787 199.006 264.787 194.191 267.784 189.468 273.979 188.319 275.167 188.319 275.167 192"/> <polygon class="cls-90" points="249.34 183.596 248.191 189.979 246 189.979 246.739 178.355 251.515 176.574 256.362 178.745 257.255 185.383 252.277 182.83 249.34 183.596"/> <polygon class="cls-91" points="246 189.979 246 197 259.5 198.397 258.012 189.979 246 189.979"/> <polygon class="cls-92" points="246 189.979 248.702 192 255.596 192.787 258.404 189.213 257.099 184.221 251.628 180.277 248.447 183.277 246 189.979"/> <polygon class="cls-88" points="275.99 152.492 264.694 156.111 257.255 165.979 252.277 182.83 254.475 197.877 265.39 199.006 263.137 186 264.915 178.745 275.167 192 275.99 152.492"/> <path class="cls-94" d="M260.395,145.5236l-4.7816,2.7323-1.1385,7.4.05.0844a16.5175,16.5175,0,0,0,9.156,7.2992h0a4.9483,4.9483,0,0,0,4.1228-.5074l.58-.36a7.2247,7.2247,0,0,0,3.4124-5.9875h0a11.9565,11.9565,0,0,0-2.2066-7.1736l-2.4776-3.4875Z"/> <polygon class="cls-95" points="259.018 157.364 264.266 156.681 267.909 151.841 268.364 148.844 271.799 153.104 272.915 151.841 272.915 147.117 262.947 140.675 251.515 150.176 254.475 161.804 259.018 164.309 262.215 163.277 262.215 162.49 259.018 157.364"/> <polygon class="cls-96" points="260.839 137.725 267.784 141.889 265.507 150.433 258.335 153.322 252.073 152.525 250.252 147.288 252.529 140.457 260.839 137.725"/> <polygon class="cls-98" points="266.77 156.111 267.784 160.552 270.463 160.206 270.463 157.705 266.77 156.111"/> <polygon class="cls-93" points="275.167 192 269.638 192 265.934 199.062 275 200 275.167 192"/> </g> <g id="Shadow_copy" data-name="Shadow copy"> <polygon class="cls-99" points="638 525 539 498.001 515 515.334 469.667 505.334 367.75 490 338 493.5 331.667 501.334 323.003 505.682 307.429 519.021 348.629 562 452.335 576 610.333 576 660.334 543.666 638 525"/> </g> <g id="George_copy_2" data-name="George copy 2"> <polygon class="cls-100" points="473.941 316.743 468.244 320.218 466.243 324.654 461.722 328.123 461.095 329.654 463.297 331.551 461.736 338.262 462.399 340.521 464.95 341.568 468.355 349.788 477.645 330.481 473.941 316.743"/> <polygon class="cls-51" points="493.522 322.291 487.928 316.553 474.886 314.117 472.904 317.012 473.839 319.251 470.595 325.869 473.276 326.438 472.137 331.799 469.114 334.003 468.138 341.547 471.672 343.266 485.488 345.753 489.935 342.014 487.453 339.671 492.023 337.571 493.761 331.397 492.464 328.745 493.522 322.291"/> <polygon class="cls-52" points="466.396 324.642 467.081 324.343 468.787 326.442 467.419 325.72 466.567 327.13 466.171 326.967 466.396 324.642"/> <polygon class="cls-52" points="466.76 324.174 466.393 322.581 468.35 322.298 469.803 324.086 468.326 323.811 466.76 324.174"/> <polygon class="cls-101" points="520.808 492.983 509.69 507.043 501.856 508.305 498.824 506.789 504.636 503.253 505.647 491.628 486.695 466.865 484.665 429.494 479.792 428.277 475.83 468.634 475.577 505.778 475.83 510.58 458.141 510.074 450.561 506.285 453.593 503.505 460.163 504.767 467.744 498.451 459.08 461.577 459.893 405.941 500.503 410.002 499.284 453.862 502.939 459.952 520.808 492.983"/> <polygon class="cls-54" points="489.658 348.631 484.449 340.816 469.805 341.929 465.349 345.281 463.451 352.974 489.658 348.631"/> <polygon class="cls-55" points="460.021 366.946 461.491 349.298 473.011 346.111 484.532 345.866 491.864 349.464 499.306 373.153 505.366 410.698 495.957 415.944 469.911 418.177 458.003 413.711 453.893 379.078 460.021 366.946"/> <polygon class="cls-56" points="461.491 349.298 450.945 362 447.979 383.814 461.491 395.179 477.645 386.501 479.629 364.791 471.746 349.788 461.491 349.298"/> <polygon class="cls-102" points="447.979 383.814 441.002 408.085 432.811 407.128 426.302 415.015 443.383 418.177 447.979 415.696 447.979 415.696 461.491 395.179 447.979 383.814"/> <polygon class="cls-56" points="491.864 349.464 505.5 364.791 511.553 384.037 502.292 391.655 499.306 373.153 491.864 349.464"/> <polygon class="cls-103" points="447.979 383.814 453.893 406.716 461.491 395.179 447.979 383.814"/> </g> <g id="Cart_copy_2" data-name="Cart copy 2"> <polygon class="cls-58" points="622.107 525.583 607.838 548.863 568.037 548.112 563.531 524.832 622.107 525.583"/> <polygon class="cls-58" points="466.946 419.549 432.811 412.615 433.344 420.082 469.079 428.616 466.946 419.549"/> <polygon class="cls-59" points="290.004 349.545 280.47 358.412 280.237 361.113 277.32 364.863 267.995 378.472 268.532 385.943 272.001 388.612 282.669 387.279 283.47 384.347 300.271 381.947 304.271 382.747 313.605 407.281 313.072 413.682 319.472 429.682 308.805 444.883 302.405 459.017 316.005 488.885 318.672 491.552 323.116 499.553 327.028 500.441 327.383 492.086 324.539 488.619 324.806 483.818 313.338 456.884 331.739 436.883 345.873 473.418 347.74 485.152 349.607 492.352 346.14 493.152 341.606 499.553 350.14 501.953 354.94 499.553 358.674 490.219 352.54 463.017 347.473 440.35 364.808 443.55 390.676 436.616 393.076 446.483 404.81 474.218 390.676 504.086 384.809 505.419 374.941 510.486 380.542 512.887 389.609 512.887 395.076 511.82 416.277 476.885 416.277 469.151 420.277 461.151 430.411 469.418 435.744 472.618 456.012 511.286 462.146 524.62 468.279 527.554 469.613 523.287 466.679 515.553 462.679 509.953 461.879 505.153 446.145 462.484 441.878 459.551 442.411 439.283 439.211 414.748 427.211 393.947 410.41 390.747 373.075 389.414 341.873 378.213 331.739 375.813 312.805 356.079 305.071 351.279 309.338 339.811 299.738 347.012 300.538 336.611 291.471 344.612 290.004 349.545"/> <polygon class="cls-60" points="310.85 355.191 308.716 353.235 303.383 352.702 291.524 362.867 287.026 352.346 285.959 351.458 283.648 353.947 288.087 365.845 275.588 377.695 273.515 375.103 273.158 369.769 270.67 372.614 271.025 375.992 276.003 382.926 281.159 384.881 285.07 384.526 287.026 383.459 279.203 382.215 276.345 378.642 289.175 368.761 292.004 376.348 298.049 382.926 301.071 382.393 301.249 380.259 296.982 375.636 292.798 365.848 305.338 355.547 310.85 355.191"/> <polygon class="cls-60" points="359.207 383.815 357.607 382.392 353.162 381.325 338.051 411.371 341.785 426.305 348.185 444.795 354.585 446.218 355.829 443.551 345.518 415.283 348.007 404.971 359.207 383.815"/> <polygon class="cls-60" points="382.408 389.237 374.72 400.571 370.43 415.127 371.664 424.717 380.369 427.022 379.478 415.286 382.766 401.95 390.676 390.748 390.676 389.147 382.408 389.237"/> <polygon class="cls-61" points="510.585 393.414 454.262 426.645 454.621 448.362 344.433 414.818 341.428 416.696 343.306 421.577 454.762 456.831 455.389 494.795 628.861 543.982 682.931 492.165 685.936 439.599 510.585 393.414"/> <polygon class="cls-58" points="517.082 404.615 471.746 433.016 477.08 451.017 612.196 490.484 639.219 471.994 661.977 444.261 517.082 404.615"/> <polygon class="cls-62" points="575.751 461.151 590.685 457.951 591.752 448.35 576.285 438.216 551.217 437.15 539.483 442.483 541.083 451.55 554.95 459.017 575.751 461.151"/> <polygon class="cls-62" points="521.349 448.883 545.883 444.083 546.416 435.016 534.149 423.282 505.348 420.615 492.014 423.282 487.214 432.349 498.414 443.016 521.349 448.883"/> <polygon class="cls-62" points="571.751 430.749 591.219 441.416 610.419 441.416 620.553 437.15 618.953 428.082 594.952 420.615 571.484 422.749 571.751 430.749"/> <polygon class="cls-62" points="562.417 408.881 566.151 420.082 554.95 425.416 537.349 423.816 528.816 416.882 529.349 407.281 543.216 404.615 562.417 408.881"/> <polygon class="cls-62" points="630.687 456.35 621.62 451.017 597.086 452.084 587.485 466.484 596.019 472.351 621.62 469.684 630.687 456.35"/> <polygon class="cls-63" points="636.021 438.216 621.088 441.238 612.909 431.907 626.777 420.127 626.421 406.239 620.021 399.826 610.421 399.11 608.287 393.772 606.509 384.883 599.042 384.525 590.864 389.859 594.065 382.036 590.864 379.903 578.774 384.17 572.018 382.036 572.018 375.28 576.641 371.014 575.574 367.102 560.996 366.036 561.707 357.147 573.085 355.724 580.908 357.502 581.974 352.168 574.152 344.701 558.507 346.123 538.239 354.302 548.196 360.347 549.618 370.836 539.306 376.347 528.282 376.347 519.75 392.704 541.795 400.171 540.017 409.771 519.038 419.727 507.304 428.972 509.082 439.994 514.416 452.085 542.506 455.995 544.996 449.595 537.172 444.973 549.262 435.372 562.063 435.017 567.397 446.04 553.884 455.995 569.174 475.908 599.753 481.596 612.909 474.486 608.171 465.128 622.866 466.662 636.021 461.685 636.021 438.216"/> <polygon class="cls-58" points="615.753 417.682 615.22 408.881 611.486 405.148 608.286 408.881 613.086 415.282 605.619 414.215 602.152 417.949 606.419 419.549 615.753 417.682"/> <polygon class="cls-58" points="496.591 482.095 505.01 479.477 507.745 474.96 503.355 472.743 498.286 478.933 497.539 471.426 493.086 468.951 492.55 473.476 496.591 482.095"/> <polygon class="cls-58" points="569.351 449.683 569.084 457.15 572.818 460.351 573.884 455.55 572.284 452.35 575.484 452.617 580.018 450.217 577.351 447.817 569.351 449.683"/> <polygon class="cls-58" points="571.049 395.179 574.398 388.499 572.334 384.037 569.367 387.958 569.491 391.533 566.692 389.96 561.571 390.256 562.997 393.547 571.049 395.179"/> <polygon class="cls-58" points="587.904 398.991 595.346 398.321 598.052 394.216 593.156 393.759 590.183 395.746 590.046 392.539 587.097 388.342 585.05 391.288 587.904 398.991"/> <polygon class="cls-64" points="618.839 339.255 626.281 338.584 628.987 334.48 624.091 334.023 621.118 336.01 620.98 332.803 618.032 328.606 615.984 331.552 618.839 339.255"/> <polygon class="cls-58" points="608.171 465.128 615.613 464.457 618.32 460.353 613.424 459.895 610.451 461.883 610.313 458.676 607.365 454.478 605.317 457.424 608.171 465.128"/> <polygon class="cls-58" points="473.694 463.235 474.685 455.83 471.279 452.281 469.752 456.956 471.034 460.295 467.874 459.719 463.129 461.668 465.55 464.316 473.694 463.235"/> <polygon class="cls-63" points="611.486 350.745 606.508 345.768 595.485 353.59 593.352 369.946 599.752 371.013 603.663 363.902 619.308 358.924 623.22 369.236 611.13 378.48 613.263 383.814 627.842 378.125 630.687 367.458 626.064 360.702 627.131 350.745 621.442 346.478 611.486 350.745"/> <polygon class="cls-58" points="585.307 533.846 567.284 499.302 529.735 480.528 498.945 494.045 487.681 530.092 509.835 567.264 557.522 572.145 585.307 533.846"/> <polygon class="cls-63" points="551.942 286.381 531.127 275.321 506.873 299.215 520.811 329.212 546.68 331.546 546.68 316.559 557.127 301.376 551.942 286.381"/> <polygon class="cls-63" points="767.903 179.017 709 176 685.936 237.645 661.977 226 649 250.299 646.408 260.939 615.3 258.927 598.052 288.586 612.02 307.415 646.5 319.5 642.74 333.93 650 364.791 663 344.082 653 329 681 306 709 324.343 685.936 336.1 693.499 354.645 717 350.811 717 370.559 709 379 697.334 401.483 663 415.015 717 416.489 758.319 395.179 768 395.265 767.903 179.017"/> </g> <g id="Briana_copy_2" data-name="Briana copy 2"> <path class="cls-65" d="M333.17,350.3412l-1.3113,4.2275.2746,2.9233-.8655,6.5386-.3676,1.5726-.29,1.4089.1875,1.7568-.1814,2.4046.2083.3278a5.2469,5.2469,0,0,0,3.2272,2.2938l4.6352,1.09.9191,7.264-1.3,8.8077,2.8846,2.21,8.6208-.5532,6.4036-8.8016-2.4649-2.5-3.89-10.0017,3.2-14.354-11.0737-13.272-1.1656.1615A9.3556,9.3556,0,0,0,333.17,350.3412Z"/> <polygon class="cls-66" points="334.052 373.795 343.413 372.588 339.342 380.058 338.688 374.885 334.052 373.795"/> <polygon class="cls-67" points="335.848 356.787 333.501 359.262 333.845 356.304 335.848 356.787"/> <polygon class="cls-68" points="335.848 356.787 334.616 355.835 333.369 355.655 332.452 356.683 333.445 356.677 335.848 356.787"/> <polygon class="cls-68" points="334.073 356.356 334.2 358.061 333.501 359.262 333.014 359.144 333.14 357.626 333.407 356.166 334.073 356.356"/> <polygon class="cls-68" points="332.947 354.645 335.499 353.169 337.584 353.6 339.342 354.337 336.494 352.136 334.302 352.097 332.875 353.365 332.947 354.645"/> <polygon class="cls-68" points="334.496 365.517 330.901 365.603 330.404 366.351 330.611 367.012 334.496 365.517"/> <polygon class="cls-66" points="332.134 357.492 330.729 360.439 329.528 361.273 329.53 362.66 331.268 364.031 332.697 363.687 332.714 360.28 332.134 357.492"/> <polygon class="cls-69" points="361.979 520.161 363.214 524.102 357.36 536.662 349.139 545.532 349.625 547.105 357.39 547.105 367.273 542.399 371.98 528.986 371.038 522.867 367.038 512.749 337.153 510.631 327.857 514.867 317.857 516.279 317.857 518.867 329.152 523.809 336.917 523.809 341.036 526.632 346.801 524.985 346.801 516.043 361.979 520.161"/> <path class="cls-70" d="M343.2574,376.0469l1.2706-.1041a15.91,15.91,0,0,1,11.26,3.4515l2.5461,2.0446,10.8236,31.2988-6.8021,13.2894L367.17,440.25,384,517.5532l-26.375,8.1381-7.2945-2.353L338.8,517.22l-7.1773,1.1768-4.5887-8.0012V464.509l1.4119-32.2378.2351-11.766L324.5,404l6.064-17.8511,5.8685-6.673A10.1979,10.1979,0,0,1,343.2574,376.0469Z"/> <polygon class="cls-71" points="296.134 439.734 300.369 449.794 300.134 444.588 297.31 437.514 299.428 436.566 301.781 446.915 302.251 460.562 304.84 463.855 307.429 478.68 301.546 481.268 299.428 477.385 298.958 465.267 300.134 461.501 299.428 451.618 294.016 439.382 296.134 439.734"/> <polygon class="cls-65" points="305.429 431.499 309.665 433.969 300.369 438.202 294.957 440.321 291.662 438.91 290.015 428.321 292.368 425.263 295.192 423.38 298.016 426.91 299.663 429.616 302.958 426.91 305.429 431.499"/> <polygon class="cls-71" points="293.899 423.851 295.133 428.034 293.899 429.263 292.663 425.082 293.899 423.851"/> <polygon points="337.26 342.151 335.483 343.073 335.869 345.338 334.383 346.239 334.96 347.552 339.095 348.004 340.889 350.972 343.72 352.039 341.308 355.854 342.84 359.262 345.564 357.783 347.268 359.996 346.472 362.943 345.078 364.541 345.666 370.814 350.358 372.588 356.216 370 358.715 360.452 357.02 350.532 344.428 340.927 337.26 342.151"/> <polygon class="cls-72" points="345.666 422 343.316 462.979 357.625 525.691 350.33 523.338 338.8 517.22 331.623 518.397 324.021 509.894 330.567 431.851 345.666 422"/> <polygon class="cls-73" points="343.042 339.27 340.228 340.528 340.637 342.919 344.074 345.311 341.797 349.714 344.181 354.806 350.351 361.497 350.18 365.895 354.6 369.026 358.627 368.338 361.567 363.044 361.127 358.716 362.866 355.244 359.626 345.224 352.152 339.45 346.237 340.538 343.042 339.27"/> <polygon class="cls-71" points="327.013 413.921 338.353 417.753 359.417 413.779 359.618 417.442 345.666 422 336.212 421.211 327.74 418.858 327.013 413.921"/> <polygon class="cls-70" points="334.492 389.744 321.761 411.484 302.956 426.831 305.427 431.42 309.663 433.89 321.761 435.744 340.822 421.828 346.985 400.429 334.492 389.744"/> <polygon class="cls-72" points="342.914 414.564 346.985 391.63 329.528 430.073 340.822 421.828 342.914 414.564"/> <polygon class="cls-72" points="326.37 411.381 338.351 390.921 324.5 404 326.37 411.381"/> <polygon class="cls-74" points="345.666 422 333.167 475.298 333.167 510.631 315.468 502.012 327.64 431.452 340.822 421.828 345.666 422"/> <polygon class="cls-75" points="333.167 475.298 323.003 505.682 333.167 510.631 333.167 475.298"/> <polygon class="cls-72" points="358.334 381.439 359.618 417.442 362.356 426.027 368.584 422 369.158 412.738 358.334 381.439"/> <polygon class="cls-76" points="346.106 360.085 345.085 359.262 342.915 361.106 342.915 363.183 344 363.183 344.128 361.222 345.021 360.213 346.106 360.085"/> </g> <g id="CryingChildren_copy_4" data-name="CryingChildren copy 4"> <polygon class="cls-104" points="196.55 162.391 200.029 155.967 205.217 156.154 205.467 169.279 201.842 174.904 196.55 162.391"/> <polygon class="cls-17" points="196.258 170.738 201.175 170.821 203.508 175.988 203.092 183.321 202.144 187 189.592 185.779 175 185 184.675 176.571 187.842 171.238 196.258 170.738"/> <polygon class="cls-105" points="196.425 162.266 188.425 159.738 183.592 165.076 186.259 173.647 191.259 176.738 195.925 174.63 197.759 167.043 196.425 162.266"/> <polygon class="cls-106" points="186.467 166.404 189.967 164.279 193.904 166.342 195.404 172.154 197.654 173.029 200.092 171.404 199.092 163.404 195.467 160.154 189.217 158.967 186.404 161.029 183.654 164.467 182.279 171.279 184.404 173.592 186.217 172.717 186.467 166.404"/> <polygon class="cls-107" points="185.259 162.571 188.259 163.738 186.353 169.279 186.981 173.404 180.377 183.277 175.763 183.277 184.404 173.592 182.759 168.571 185.259 162.571"/> <polygon class="cls-107" points="196.759 164.238 192.759 165.238 194.259 169.404 192.925 173.404 197.925 185.404 202.425 186.571 203.759 182.571 202.092 178.904 196.092 173.904 197.925 170.238 196.759 164.238"/> <polygon class="cls-107" points="190.3 169.904 189.842 169.279 188.884 172.863 190.175 173.404 190.759 172.488 190.3 169.904"/> <polygon class="cls-26" points="192.3 174.613 191.675 173.988 189.259 173.613 188.842 174.238 188.967 174.613 191.009 174.779 192.3 174.613"/> </g> </g> <g id="State2"> <g id="Back_folk" data-name="Back folk"> <polygon class="cls-97" points="275.167 192 270.55 193.17 268.617 196.872 268.617 199.34 264.787 199.006 264.787 194.191 267.784 189.468 273.979 188.319 275.167 188.319 275.167 192"/> <polygon class="cls-90" points="249.34 183.596 248.191 189.979 246 189.979 246.739 178.355 251.515 176.574 256.362 178.745 257.255 185.383 252.277 182.83 249.34 183.596"/> <polygon class="cls-91" points="246 189.979 246 197 259.5 198.397 258.012 189.979 246 189.979"/> <polygon class="cls-92" points="246 189.979 248.702 192 255.596 192.787 258.404 189.213 257.099 184.221 251.628 180.277 248.447 183.277 246 189.979"/> <polygon class="cls-88" points="275.99 152.492 264.694 156.111 257.255 165.979 252.277 182.83 254.475 197.877 265.39 199.006 263.137 186 264.915 178.745 275.167 192 275.99 152.492"/> <path class="cls-94" d="M260.395,145.5236l-4.7816,2.7323-1.1385,7.4.05.0844a16.5175,16.5175,0,0,0,9.156,7.2992h0a4.9483,4.9483,0,0,0,4.1228-.5074l.58-.36a7.2247,7.2247,0,0,0,3.4124-5.9875h0a11.9565,11.9565,0,0,0-2.2066-7.1736l-2.4776-3.4875Z"/> <polygon class="cls-95" points="259.018 157.364 264.266 156.681 267.909 151.841 268.364 148.844 271.799 153.104 272.915 151.841 272.915 147.117 262.947 140.675 251.515 150.176 254.475 161.804 259.018 164.309 262.215 163.277 262.215 162.49 259.018 157.364"/> <polygon class="cls-96" points="260.839 137.725 267.784 141.889 265.507 150.433 258.335 153.322 252.073 152.525 250.252 147.288 252.529 140.457 260.839 137.725"/> <polygon class="cls-98" points="266.77 156.111 267.784 160.552 270.463 160.206 270.463 157.705 266.77 156.111"/> <polygon class="cls-93" points="275.167 192 269.638 192 265.934 199.062 275 200 275.167 192"/> </g> <g id="CryingChildren_copy" data-name="CryingChildren copy"> <polygon class="cls-104" points="196.55 162.391 200.029 155.967 205.217 156.154 205.467 169.279 201.842 174.904 196.55 162.391"/> <polygon class="cls-17" points="196.258 170.738 201.175 170.821 203.508 175.988 203.092 183.321 202.144 187 189.592 185.779 175 185 184.675 176.571 187.842 171.238 196.258 170.738"/> <polygon class="cls-105" points="196.425 162.266 188.425 159.738 183.592 165.076 186.259 173.647 191.259 176.738 195.925 174.63 197.759 167.043 196.425 162.266"/> <polygon class="cls-106" points="186.467 166.404 189.967 164.279 193.904 166.342 195.404 172.154 197.654 173.029 200.092 171.404 199.092 163.404 195.467 160.154 189.217 158.967 186.404 161.029 183.654 164.467 182.279 171.279 184.404 173.592 186.217 172.717 186.467 166.404"/> <polygon class="cls-107" points="185.259 162.571 188.259 163.738 186.353 169.279 186.981 173.404 180.377 183.277 175.763 183.277 184.404 173.592 182.759 168.571 185.259 162.571"/> <polygon class="cls-107" points="196.759 164.238 192.759 165.238 194.259 169.404 192.925 173.404 197.925 185.404 202.425 186.571 203.759 182.571 202.092 178.904 196.092 173.904 197.925 170.238 196.759 164.238"/> <polygon class="cls-107" points="190.3 169.904 189.842 169.279 188.884 172.863 190.175 173.404 190.759 172.488 190.3 169.904"/> <polygon class="cls-26" points="192.3 174.613 191.675 173.988 189.259 173.613 188.842 174.238 188.967 174.613 191.009 174.779 192.3 174.613"/> </g> <g id="Soldiers_Flee" data-name="Soldiers Flee"> <g id="_5" data-name="5"> <path class="cls-108" d="M48.8407,100.8875l-2.819-4.2069c-.548-3.7674-3.1148-6.6206-6.204-6.6206-3.4882,0-6.316,3.6357-6.316,8.1206s2.8278,8.1206,6.316,8.1206c2.7489,0,5.081-2.2618,5.949-5.4137Z"/> <polygon class="cls-109" points="44.967 93.485 39.818 93.669 39.818 99.985 35.891 104.535 28.99 104.535 28.99 98.181 31.697 98.181 33.502 90.06 44.329 89.158 44.967 93.485"/> <polygon class="cls-95" points="31.697 98.181 46.134 90.06 43.427 87.353 33.502 87.353 28.99 95.474 31.697 98.181"/> <polygon class="cls-110" points="54.387 128.84 50.777 107.185 30.025 107.185 24.611 128.84 24.611 136.058 18.916 154.931 58.898 156.058 54.387 134.253 54.387 128.84"/> <polygon class="cls-111" points="46.266 110.794 46.266 131.546 48.973 137.862 30.927 137.862 30.927 131.546 33.634 110.794 46.266 110.794"/> <polygon class="cls-111" points="43.559 104.478 35.991 104.478 34.801 107.185 39.95 116.207 45.345 107.185 43.559 104.478"/> <polygon class="cls-112" points="50.298 107.185 24.611 136.058 24.611 128.84 45.364 107.185 50.298 107.185"/> <polygon class="cls-112" points="34.536 107.185 54.387 128.84 54.387 134.253 30.025 107.185 34.536 107.185"/> <polygon class="cls-112" points="30.927 137.862 28.22 146.885 26.389 169.894 32.976 192.902 36.44 192.902 37.959 174.368 34.801 166.633 39.048 146.885 42.657 167.638 48.115 192.978 52.582 192.902 53.002 172.15 51.68 166.736 50.777 144.179 48.973 137.862 30.927 137.862"/> <polygon class="cls-26" points="27.474 133.954 26.389 144.618 16.338 144.618 16.338 140.651 22.975 131.362 24.979 134.253 27.474 133.954"/> <polygon class="cls-111" points="43.021 169.33 47.476 171.938 51.68 166.736 53.002 172.15 53.002 180.888 50.298 183.259 45.511 180.888 43.021 169.33"/> <polygon class="cls-108" points="53.002 99.667 50.298 97.256 48.011 100.887 48.841 104.535 47.294 108.162 48.973 110.794 52.19 108.04 54.387 102.823 53.002 99.667"/> <polygon class="cls-110" points="52.19 108.04 60.829 119.02 60.086 125.3 53.002 125.3 48.973 110.794 52.19 108.04"/> <polygon class="cls-111" points="27.474 173.274 32.716 175.419 35.783 169.04 37.959 174.368 36.979 185.629 34.216 188.994 30.927 187.735 27.474 173.274"/> <polygon class="cls-26" points="30.927 187.735 28.99 194.364 24.611 198.719 25.143 200.374 30.927 201.397 36.001 196.042 38.907 189.943 36.979 185.629 37.959 177.002 34.801 179.025 28.99 179.624 30.927 187.735"/> <path class="cls-26" d="M45.1575,179.2479c-.0032-.0146,2.1362,10.9927,2.1362,10.9927l-1.0681,3.9314-4.02,6.2016.8156,1.6181,4.2724,1.3387,3.5465-1.9337,1.7419-8.4944.5138-14.716-3.7437,2.901Z"/> <path class="cls-110" d="M30.0247,107.1845c-.171.6843-11.1084,14.4367-11.1084,14.4367l-1.1112,9.6382,6.8059,3.69,2.8628-.9952Z"/> <polygon class="cls-113" points="27.265 125.3 30.722 121.646 35.482 123.75 37.454 127.18 36.155 128.518 32.678 126.453 34.59 129.708 32.359 131.621 30.127 129.857 27.896 133.169 25.629 131.362 27.265 125.3"/> </g> <g id="_4" data-name="4"> <polygon class="cls-5" points="221.075 376.811 209.451 385.37 215.451 392.118 259.576 401.483 270.549 391.409 262.917 381.813 221.075 376.811"/> <path class="cls-108" d="M239.0577,263.9947l-4.9126-4.544c-1.8587-4.6748-6.0325-7.556-10.0034-6.6094-4.4839,1.0688-7.0049,6.6087-5.6307,12.3738s6.1232,9.5721,10.6071,8.5033c3.5335-.8422,5.8382-4.4642,5.9882-8.7818Z"/> <polygon class="cls-109" points="231.81 255.667 225.248 257.481 227.183 265.6 223.53 272.651 214.659 274.765 212.712 266.597 216.191 265.768 216.023 254.777 229.664 250.299 231.81 255.667"/> <polygon class="cls-95" points="216.191 265.768 232.261 250.906 227.952 248.256 215.193 251.297 211.882 263.118 216.191 265.768"/> <polygon class="cls-110" points="254.751 298.226 240.17 273.446 220.26 277.03 212.134 283.257 220.575 303.978 218.688 316.628 221.674 354.705 268.533 343.536 256.41 305.185 254.751 298.226"/> <polygon class="cls-111" points="238.438 276.066 242.807 294.399 247.617 299.149 224.42 304.678 223.09 299.099 222.123 278.291 238.438 276.066"/> <polygon class="cls-111" points="233.369 270.228 223.64 272.547 222.94 276.391 232.323 286.412 236.493 273.16 233.369 270.228"/> <polygon class="cls-26" points="221.724 313.047 223.597 327.087 210.677 330.166 209.461 325.068 215.147 311.093 221.606 307.415 221.724 313.047"/> <polygon class="cls-110" points="243.566 269.534 260.024 283.63 260.993 291.93 248.918 292.095 239.295 274.682 243.566 269.534"/> <polygon class="cls-108" points="241.066 267.301 240.751 262.796 236.451 260.939 235.929 263.272 237.675 264.378 235.106 264.937 232.379 265.331 231.474 269.992 235.003 273.516 240.237 273.43 243.566 269.534 241.066 267.301"/> <polygon class="cls-112" points="222.94 276.391 232.323 286.412 242.663 291.338 252.731 292.043 253.666 297.181 241.135 295.318 228.787 288.509 220.26 277.03 222.94 276.391"/> <polygon class="cls-112" points="233.763 280.943 227.553 295.747 219.112 300.386 220.575 303.978 230.621 298.754 236.528 287.706 240.237 273.43 236.352 273.194 233.763 280.943"/> <polygon class="cls-112" points="224.42 304.678 215.179 334.362 217.496 344.082 230.446 340.995 237.048 312.176 237.914 339.215 250.983 336.1 253.062 309.369 247.617 299.149 224.42 304.678"/> <polygon class="cls-111" points="217.496 344.082 220.43 356.389 235.869 352.709 230.446 340.995 217.496 344.082"/> <polygon class="cls-111" points="237.914 339.215 244.172 350.811 257.726 347.58 256.425 341.346 250.983 336.1 237.914 339.215"/> <path class="cls-26" d="M235.8688,352.7088l-15.4391,3.68,4.9133,20.6124-2.4035,4.9652-8.4836,1.1612v1.7537l12.6718,2.076,11.1368-5.6324-1.7618-6.2765Z"/> <polygon class="cls-26" points="244.172 350.811 255.139 373.415 254.157 380.284 249.46 384.873 250.053 387.358 258.129 385.958 263.761 380.633 267.726 369.607 263.335 366.612 257.726 347.58 244.172 350.811"/> <polygon class="cls-110" points="212.134 283.257 204.401 300.498 209.085 308.455 221.606 307.415 232.584 301.115 232.854 294.579 228.787 288.509 221.424 297.365 212.134 283.257"/> <polygon class="cls-114" points="228.021 291.696 228.873 283.544 232.605 280.634 233.949 281.526 236.48 279.71 238.945 281.009 236.486 284.497 234.732 289.557 237.535 288.894 238.433 286.21 240.678 286.22 240.219 290.943 235.203 294.699 231.919 296.326 228.021 291.696"/> <polygon class="cls-114" points="236.451 260.939 235.929 263.272 237.675 264.378 232.379 265.331 231.474 269.992 232.261 270.777 230.67 270.777 231.474 264.979 234.87 263.563 236.451 260.939"/> </g> <g id="_3" data-name="3"> <polygon class="cls-5" points="38.583 389.097 61.294 386.328 98.407 388.544 109.485 391.867 113.916 402.391 83.451 410.7 44.677 402.391 38.583 389.097"/> <polygon class="cls-104" points="88.436 329.274 91.809 353.371 98.218 357.783 113.916 374.319 103.694 389.478 96.787 389.894 96.66 386.328 100.234 382.234 102.66 373.668 81.512 358.354 72.926 333.428 62.679 364.448 63.509 369.987 58.801 392.421 54.37 391.313 44.953 383.005 46.615 380.235 53.262 381.343 54.093 358.354 55.477 328.166 88.436 329.274"/> <path class="cls-115" d="M71.5118,257.8877l1.866,6.53-.4663,2.5659,2.5655,3.9734-2.3327.9248-.4723,2.7165a2.9654,2.9654,0,0,1-3.1406,2.45l-3.6172-.2678-7.23-1.4-.2331-4.1984,1.866-9.5628Z"/> <path class="cls-116" d="M71.5118,257.8877l1.7463,4.3836-5.2448,3.3131-.933,3.265-.7406-.8887a1.9909,1.9909,0,0,0-3.1075.0608h0a2.1374,2.1374,0,0,0-.2176,2.2592l1.5,3.0006-2.5658,3.0313-4.8978-1.1653-3.2653-5.598,3.9648-3.7321,1.4-6.0635Z"/> <polygon class="cls-110" points="81.512 281.914 65.725 275.544 53.539 279.144 48.831 285.514 48.554 336.752 58.801 345.338 101.453 325.95 84.836 308.225 81.512 281.914"/> <polygon class="cls-106" points="73.145 252.29 77.343 255.322 75.011 258.587 65.448 263.718 54.953 265.117 52.62 261.852 54.019 258.12 64.515 252.057 73.145 252.29"/> <polygon class="cls-110" points="81.512 281.914 94.043 290.83 94.043 298 86.766 300.404 81.512 297 81.512 281.914"/> <polygon class="cls-115" points="76.25 280 80.064 276.313 80.064 272.255 81.512 271.298 84.468 278 81.512 281.914 76.25 280"/> <path class="cls-110" d="M48.8306,285.5144l-12.2349,14.89,1.9878,7.66s4.5024.9575,4.13,1.149,5.84-5.5532,5.84-5.5532Z"/> </g> <g id="_2" data-name="2"> <path class="cls-117" d="M30.4043,248.4468l4.0851,3.61L35,256.4929l2.4255,4.3369H35.383l-.1277,1.9149-2.3617.7659,1.9787,1.6068a30.6641,30.6641,0,0,0-1.9787,3.5952c.1915.0321-3.365.6951-3.365.6951l-9.2663-2.3484Z"/> <polygon class="cls-5" points="0.469 365.135 11.391 363.854 43.116 373.006 37.015 382.158 0 390.849 0.469 365.135"/> <polygon class="cls-104" points="19.747 302.029 3.241 256.493 0.677 257.12 6.606 274.741 5.805 278.666 6.446 280.707 7.888 279.91 14.138 302.029 19.747 302.029"/> <polygon class="cls-118" points="31.452 331.531 31.878 341.787 27.82 355.248 20.34 357.598 17.135 355.248 20.981 341.787 19.273 331.531 14.946 332.707 12.435 348.624 10.084 353.54 4.102 347.769 6.452 327.471 31.452 331.531"/> <polygon class="cls-106" points="23.118 266.202 18.311 267.645 14.946 264.76 9.978 254.825 15.267 244.408 25.843 240.563 31.773 245.69 32.894 254.504 30.49 260.113 23.118 266.202"/> <polygon class="cls-110" points="5.597 298.84 0.469 291.789 5.597 280.465 12.862 270.209 24.4 268.713 35.938 274.054 38.288 281.105 43.416 300.122 36.366 304.181 38.502 328.54 31.023 333.881 19.273 338.155 1.965 326.403 5.597 298.84"/> <polygon class="cls-104" points="4.93 341.948 8.535 345.099 13.503 344.351 10.725 361.658 16.549 361.317 17.135 355.248 22.049 354.18 27.82 355.248 21.837 374.478 31.878 373.625 32.734 375.119 19.485 381.958 14.572 381.743 16.124 365.692 6.343 368.917 4.523 368.268 3.661 344.325 4.93 341.948"/> <polygon class="cls-119" points="12.862 270.209 16.869 267.164 27.285 266.843 31.773 271.972 12.862 270.209"/> </g> <g id="_1" data-name="1"> <path class="cls-110" d="M129.1462,177.6214l-7.9576,2.7516-3.382,7.3774,5.9682,13.329,4.2773,14.136,7.0624-.0995-.9947-12.0471-5.4709-9.8622,15.01,14.0483-23.0671,21.3543,28.25,15.3805,13.9259-.6251,3.5809-31.7413-2.3458-13.727-9.09-17.5233-16.3742-2.7516S127.9526,177.8374,129.1462,177.6214Z"/> <polygon class="cls-111" points="125.102 175.119 122.382 178.138 122 185.868 127.457 184.745 135.114 188.67 137.54 184.362 142.077 185.128 141.159 176.737 135.114 172.585 125.102 175.119"/> <polygon class="cls-108" points="124.823 169.462 133.192 166.608 139.119 174.14 136.679 185.042 131.971 186.866 126.218 183.597 124.823 169.462"/> <polygon class="cls-95" points="128.659 179.696 134.935 181.403 141.028 177.648 142.606 166.608 133.889 161.835 126.567 163.598 122.382 171.619 128.659 179.696"/> <polygon class="cls-120" points="136.278 183.859 133.269 182.126 128.492 182.126 128.492 183.859 125.871 181.403 124.823 182.631 125.483 187.787 132.562 190.333 136.278 189.404 137.54 186.263 136.278 183.859"/> <polygon class="cls-121" points="147.011 209.988 125.999 224.066 125.594 228.512 127.843 256.93 136.441 256.899 139.117 229.379 145.731 226.291 146.27 237.636 158.764 237.59 159.137 226.816 162.086 221.713 156.008 209.019 147.112 203.399 147.011 209.988"/> <polygon class="cls-120" points="135.37 219.09 134.807 222.656 132.208 226.426 131.037 224.883 132.208 222.656 128.981 223.767 125.6 228.445 123.507 224.541 125.6 220.649 127.782 219.09 129.439 215.116 134.464 215.116 135.37 219.09"/> <polygon class="cls-111" points="127.07 211.765 134.783 210.806 135.114 215.116 128.052 215.215 127.07 211.765"/> <polygon class="cls-111" points="137.54 186.263 134.205 189.922 137.54 195.277 143.774 188.605 137.54 186.263"/> <polygon class="cls-122" points="138.989 193.725 152.5 205.681 160.745 203.894 160.745 190.77 157.763 185.868 158.834 197.667 138.989 193.725"/> <polygon class="cls-26" points="126.294 237.645 138.226 237.645 136.343 256.871 138.226 263.563 138.226 266.331 114.532 266.331 114.532 263.563 119.894 263.174 127.07 257.888 126.294 237.645"/> <polygon class="cls-26" points="146.242 237.645 158.736 237.645 158 256.871 158.83 263.563 158.702 266.563 142.077 266.563 142.077 263.563 145.745 263.174 148.617 255.021 146.242 237.645"/> </g> </g> <g id="Shadow"> <polygon class="cls-99" points="638 525 539 498.001 515 515.334 469.667 505.334 367.75 490 338 493.5 331.667 501.334 323.003 505.682 307.429 519.021 348.629 562 452.335 576 610.333 576 660.334 543.666 638 525"/> </g> <g id="George"> <polygon class="cls-100" points="473.941 316.743 468.244 320.218 466.243 324.654 461.722 328.123 461.095 329.654 463.297 331.551 461.736 338.262 462.399 340.521 464.95 341.568 468.355 349.788 477.645 330.481 473.941 316.743"/> <polygon class="cls-51" points="493.522 322.291 487.928 316.553 474.886 314.117 472.904 317.012 473.839 319.251 470.595 325.869 473.276 326.438 472.137 331.799 469.114 334.003 468.138 341.547 471.672 343.266 485.488 345.753 489.935 342.014 487.453 339.671 492.023 337.571 493.761 331.397 492.464 328.745 493.522 322.291"/> <polygon class="cls-52" points="466.396 324.642 467.081 324.343 468.787 326.442 467.419 325.72 466.567 327.13 466.171 326.967 466.396 324.642"/> <polygon class="cls-52" points="466.76 324.174 466.393 322.581 468.35 322.298 469.803 324.086 468.326 323.811 466.76 324.174"/> <polygon class="cls-101" points="520.808 492.983 509.69 507.043 501.856 508.305 498.824 506.789 504.636 503.253 505.647 491.628 486.695 466.865 484.665 429.494 479.792 428.277 475.83 468.634 475.577 505.778 475.83 510.58 458.141 510.074 450.561 506.285 453.593 503.505 460.163 504.767 467.744 498.451 459.08 461.577 459.893 405.941 500.503 410.002 499.284 453.862 502.939 459.952 520.808 492.983"/> <polygon class="cls-54" points="489.658 348.631 484.449 340.816 469.805 341.929 465.349 345.281 463.451 352.974 489.658 348.631"/> <polygon class="cls-55" points="460.021 366.946 461.491 349.298 473.011 346.111 484.532 345.866 491.864 349.464 499.306 373.153 505.366 410.698 495.957 415.944 469.911 418.177 458.003 413.711 453.893 379.078 460.021 366.946"/> <polygon class="cls-56" points="461.491 349.298 450.945 362 447.979 383.814 461.491 395.179 477.645 386.501 479.629 364.791 471.746 349.788 461.491 349.298"/> <polygon class="cls-102" points="447.979 383.814 441.002 408.085 432.811 407.128 426.302 415.015 443.383 418.177 447.979 415.696 447.979 415.696 461.491 395.179 447.979 383.814"/> <polygon class="cls-56" points="491.864 349.464 505.5 364.791 511.553 384.037 502.292 391.655 499.306 373.153 491.864 349.464"/> <polygon class="cls-103" points="447.979 383.814 453.893 406.716 461.491 395.179 447.979 383.814"/> </g> <g id="Cart"> <polygon class="cls-58" points="622.107 525.583 607.838 548.863 568.037 548.112 563.531 524.832 622.107 525.583"/> <polygon class="cls-58" points="466.946 419.549 432.811 412.615 433.344 420.082 469.079 428.616 466.946 419.549"/> <polygon class="cls-59" points="290.004 349.545 280.47 358.412 280.237 361.113 277.32 364.863 267.995 378.472 268.532 385.943 272.001 388.612 282.669 387.279 283.47 384.347 300.271 381.947 304.271 382.747 313.605 407.281 313.072 413.682 319.472 429.682 308.805 444.883 302.405 459.017 316.005 488.885 318.672 491.552 323.116 499.553 327.028 500.441 327.383 492.086 324.539 488.619 324.806 483.818 313.338 456.884 331.739 436.883 345.873 473.418 347.74 485.152 349.607 492.352 346.14 493.152 341.606 499.553 350.14 501.953 354.94 499.553 358.674 490.219 352.54 463.017 347.473 440.35 364.808 443.55 390.676 436.616 393.076 446.483 404.81 474.218 390.676 504.086 384.809 505.419 374.941 510.486 380.542 512.887 389.609 512.887 395.076 511.82 416.277 476.885 416.277 469.151 420.277 461.151 430.411 469.418 435.744 472.618 456.012 511.286 462.146 524.62 468.279 527.554 469.613 523.287 466.679 515.553 462.679 509.953 461.879 505.153 446.145 462.484 441.878 459.551 442.411 439.283 439.211 414.748 427.211 393.947 410.41 390.747 373.075 389.414 341.873 378.213 331.739 375.813 312.805 356.079 305.071 351.279 309.338 339.811 299.738 347.012 300.538 336.611 291.471 344.612 290.004 349.545"/> <polygon class="cls-60" points="310.85 355.191 308.716 353.235 303.383 352.702 291.524 362.867 287.026 352.346 285.959 351.458 283.648 353.947 288.087 365.845 275.588 377.695 273.515 375.103 273.158 369.769 270.67 372.614 271.025 375.992 276.003 382.926 281.159 384.881 285.07 384.526 287.026 383.459 279.203 382.215 276.345 378.642 289.175 368.761 292.004 376.348 298.049 382.926 301.071 382.393 301.249 380.259 296.982 375.636 292.798 365.848 305.338 355.547 310.85 355.191"/> <polygon class="cls-60" points="359.207 383.815 357.607 382.392 353.162 381.325 338.051 411.371 341.785 426.305 348.185 444.795 354.585 446.218 355.829 443.551 345.518 415.283 348.007 404.971 359.207 383.815"/> <polygon class="cls-60" points="382.408 389.237 374.72 400.571 370.43 415.127 371.664 424.717 380.369 427.022 379.478 415.286 382.766 401.95 390.676 390.748 390.676 389.147 382.408 389.237"/> <polygon class="cls-61" points="510.585 393.414 454.262 426.645 454.621 448.362 344.433 414.818 341.428 416.696 343.306 421.577 454.762 456.831 455.389 494.795 628.861 543.982 682.931 492.165 685.936 439.599 510.585 393.414"/> <polygon class="cls-58" points="517.082 404.615 471.746 433.016 477.08 451.017 612.196 490.484 639.219 471.994 661.977 444.261 517.082 404.615"/> <polygon class="cls-62" points="575.751 461.151 590.685 457.951 591.752 448.35 576.285 438.216 551.217 437.15 539.483 442.483 541.083 451.55 554.95 459.017 575.751 461.151"/> <polygon class="cls-62" points="521.349 448.883 545.883 444.083 546.416 435.016 534.149 423.282 505.348 420.615 492.014 423.282 487.214 432.349 498.414 443.016 521.349 448.883"/> <polygon class="cls-62" points="571.751 430.749 591.219 441.416 610.419 441.416 620.553 437.15 618.953 428.082 594.952 420.615 571.484 422.749 571.751 430.749"/> <polygon class="cls-62" points="562.417 408.881 566.151 420.082 554.95 425.416 537.349 423.816 528.816 416.882 529.349 407.281 543.216 404.615 562.417 408.881"/> <polygon class="cls-62" points="630.687 456.35 621.62 451.017 597.086 452.084 587.485 466.484 596.019 472.351 621.62 469.684 630.687 456.35"/> <polygon class="cls-63" points="636.021 438.216 621.088 441.238 612.909 431.907 626.777 420.127 626.421 406.239 620.021 399.826 610.421 399.11 608.287 393.772 606.509 384.883 599.042 384.525 590.864 389.859 594.065 382.036 590.864 379.903 578.774 384.17 572.018 382.036 572.018 375.28 576.641 371.014 575.574 367.102 560.996 366.036 561.707 357.147 573.085 355.724 580.908 357.502 581.974 352.168 574.152 344.701 558.507 346.123 538.239 354.302 548.196 360.347 549.618 370.836 539.306 376.347 528.282 376.347 519.75 392.704 541.795 400.171 540.017 409.771 519.038 419.727 507.304 428.972 509.082 439.994 514.416 452.085 542.506 455.995 544.996 449.595 537.172 444.973 549.262 435.372 562.063 435.017 567.397 446.04 553.884 455.995 569.174 475.908 599.753 481.596 612.909 474.486 608.171 465.128 622.866 466.662 636.021 461.685 636.021 438.216"/> <polygon class="cls-58" points="615.753 417.682 615.22 408.881 611.486 405.148 608.286 408.881 613.086 415.282 605.619 414.215 602.152 417.949 606.419 419.549 615.753 417.682"/> <polygon class="cls-58" points="496.591 482.095 505.01 479.477 507.745 474.96 503.355 472.743 498.286 478.933 497.539 471.426 493.086 468.951 492.55 473.476 496.591 482.095"/> <polygon class="cls-58" points="569.351 449.683 569.084 457.15 572.818 460.351 573.884 455.55 572.284 452.35 575.484 452.617 580.018 450.217 577.351 447.817 569.351 449.683"/> <polygon class="cls-58" points="571.049 395.179 574.398 388.499 572.334 384.037 569.367 387.958 569.491 391.533 566.692 389.96 561.571 390.256 562.997 393.547 571.049 395.179"/> <polygon class="cls-58" points="587.904 398.991 595.346 398.321 598.052 394.216 593.156 393.759 590.183 395.746 590.046 392.539 587.097 388.342 585.05 391.288 587.904 398.991"/> <polygon class="cls-64" points="618.839 339.255 626.281 338.584 628.987 334.48 624.091 334.023 621.118 336.01 620.98 332.803 618.032 328.606 615.984 331.552 618.839 339.255"/> <polygon class="cls-58" points="608.171 465.128 615.613 464.457 618.32 460.353 613.424 459.895 610.451 461.883 610.313 458.676 607.365 454.478 605.317 457.424 608.171 465.128"/> <polygon class="cls-58" points="473.694 463.235 474.685 455.83 471.279 452.281 469.752 456.956 471.034 460.295 467.874 459.719 463.129 461.668 465.55 464.316 473.694 463.235"/> <polygon class="cls-63" points="611.486 350.745 606.508 345.768 595.485 353.59 593.352 369.946 599.752 371.013 603.663 363.902 619.308 358.924 623.22 369.236 611.13 378.48 613.263 383.814 627.842 378.125 630.687 367.458 626.064 360.702 627.131 350.745 621.442 346.478 611.486 350.745"/> <polygon class="cls-58" points="585.307 533.846 567.284 499.302 529.735 480.528 498.945 494.045 487.681 530.092 509.835 567.264 557.522 572.145 585.307 533.846"/> <polygon class="cls-63" points="551.942 286.381 531.127 275.321 506.873 299.215 520.811 329.212 546.68 331.546 546.68 316.559 557.127 301.376 551.942 286.381"/> <polygon class="cls-63" points="767.903 179.017 709 176 685.936 237.645 661.977 226 649 250.299 646.408 260.939 615.3 258.927 598.052 288.586 612.02 307.415 646.5 319.5 642.74 333.93 650 364.791 663 344.082 653 329 681 306 709 324.343 685.936 336.1 693.499 354.645 717 350.811 717 370.559 709 379 697.334 401.483 663 415.015 717 416.489 758.319 395.179 768 395.265 767.903 179.017"/> </g> <g id="Briana"> <path class="cls-65" d="M333.17,350.3412l-1.3113,4.2275.2746,2.9233-.8655,6.5386-.3676,1.5726-.29,1.4089.1875,1.7568-.1814,2.4046.2083.3278a5.2469,5.2469,0,0,0,3.2272,2.2938l4.6352,1.09.9191,7.264-1.3,8.8077,2.8846,2.21,8.6208-.5532,6.4036-8.8016-2.4649-2.5-3.89-10.0017,3.2-14.354-11.0737-13.272-1.1656.1615A9.3556,9.3556,0,0,0,333.17,350.3412Z"/> <polygon class="cls-66" points="334.052 373.795 343.413 372.588 339.342 380.058 338.688 374.885 334.052 373.795"/> <polygon class="cls-67" points="335.848 356.787 333.501 359.262 333.845 356.304 335.848 356.787"/> <polygon class="cls-68" points="335.848 356.787 334.616 355.835 333.369 355.655 332.452 356.683 333.445 356.677 335.848 356.787"/> <polygon class="cls-68" points="334.073 356.356 334.2 358.061 333.501 359.262 333.014 359.144 333.14 357.626 333.407 356.166 334.073 356.356"/> <polygon class="cls-68" points="332.947 354.645 335.499 353.169 337.584 353.6 339.342 354.337 336.494 352.136 334.302 352.097 332.875 353.365 332.947 354.645"/> <polygon class="cls-68" points="334.496 365.517 330.901 365.603 330.404 366.351 330.611 367.012 334.496 365.517"/> <polygon class="cls-66" points="332.134 357.492 330.729 360.439 329.528 361.273 329.53 362.66 331.268 364.031 332.697 363.687 332.714 360.28 332.134 357.492"/> <polygon class="cls-69" points="361.979 520.161 363.214 524.102 357.36 536.662 349.139 545.532 349.625 547.105 357.39 547.105 367.273 542.399 371.98 528.986 371.038 522.867 367.038 512.749 337.153 510.631 327.857 514.867 317.857 516.279 317.857 518.867 329.152 523.809 336.917 523.809 341.036 526.632 346.801 524.985 346.801 516.043 361.979 520.161"/> <path class="cls-70" d="M343.2574,376.0469l1.2706-.1041a15.91,15.91,0,0,1,11.26,3.4515l2.5461,2.0446,10.8236,31.2988-6.8021,13.2894L367.17,440.25,384,517.5532l-26.375,8.1381-7.2945-2.353L338.8,517.22l-7.1773,1.1768-4.5887-8.0012V464.509l1.4119-32.2378.2351-11.766L324.5,404l6.064-17.8511,5.8685-6.673A10.1979,10.1979,0,0,1,343.2574,376.0469Z"/> <polygon class="cls-71" points="296.134 439.734 300.369 449.794 300.134 444.588 297.31 437.514 299.428 436.566 301.781 446.915 302.251 460.562 304.84 463.855 307.429 478.68 301.546 481.268 299.428 477.385 298.958 465.267 300.134 461.501 299.428 451.618 294.016 439.382 296.134 439.734"/> <polygon class="cls-65" points="305.429 431.499 309.665 433.969 300.369 438.202 294.957 440.321 291.662 438.91 290.015 428.321 292.368 425.263 295.192 423.38 298.016 426.91 299.663 429.616 302.958 426.91 305.429 431.499"/> <polygon class="cls-71" points="293.899 423.851 295.133 428.034 293.899 429.263 292.663 425.082 293.899 423.851"/> <polygon points="337.26 342.151 335.483 343.073 335.869 345.338 334.383 346.239 334.96 347.552 339.095 348.004 340.889 350.972 343.72 352.039 341.308 355.854 342.84 359.262 345.564 357.783 347.268 359.996 346.472 362.943 345.078 364.541 345.666 370.814 350.358 372.588 356.216 370 358.715 360.452 357.02 350.532 344.428 340.927 337.26 342.151"/> <polygon class="cls-72" points="345.666 422 343.316 462.979 357.625 525.691 350.33 523.338 338.8 517.22 331.623 518.397 324.021 509.894 330.567 431.851 345.666 422"/> <polygon class="cls-73" points="343.042 339.27 340.228 340.528 340.637 342.919 344.074 345.311 341.797 349.714 344.181 354.806 350.351 361.497 350.18 365.895 354.6 369.026 358.627 368.338 361.567 363.044 361.127 358.716 362.866 355.244 359.626 345.224 352.152 339.45 346.237 340.538 343.042 339.27"/> <polygon class="cls-71" points="327.013 413.921 338.353 417.753 359.417 413.779 359.618 417.442 345.666 422 336.212 421.211 327.74 418.858 327.013 413.921"/> <polygon class="cls-70" points="334.492 389.744 321.761 411.484 302.956 426.831 305.427 431.42 309.663 433.89 321.761 435.744 340.822 421.828 346.985 400.429 334.492 389.744"/> <polygon class="cls-72" points="342.914 414.564 346.985 391.63 329.528 430.073 340.822 421.828 342.914 414.564"/> <polygon class="cls-72" points="326.37 411.381 338.351 390.921 324.5 404 326.37 411.381"/> <polygon class="cls-74" points="345.666 422 333.167 475.298 333.167 510.631 315.468 502.012 327.64 431.452 340.822 421.828 345.666 422"/> <polygon class="cls-75" points="333.167 475.298 323.003 505.682 333.167 510.631 333.167 475.298"/> <polygon class="cls-72" points="358.334 381.439 359.618 417.442 362.356 426.027 368.584 422 369.158 412.738 358.334 381.439"/> <polygon class="cls-76" points="346.106 360.085 345.085 359.262 342.915 361.106 342.915 363.183 344 363.183 344.128 361.222 345.021 360.213 346.106 360.085"/> </g> </g> <g id="State1"> <g id="Soldiers"> <g id="Soldier_6" data-name="Soldier 6"> <polygon class="cls-5" points="268.334 392.942 291.044 390.172 328.157 392.388 339.235 395.711 343.666 406.236 313.201 414.544 274.427 406.236 268.334 392.942"/> <path class="cls-108" d="M299.27,272.68l3.629-5.4158c.7055-4.85,4.01-8.523,7.9866-8.523,4.4906,0,8.1309,4.68,8.1309,10.4541s-3.64,10.454-8.1309,10.454c-3.5387,0-6.5409-2.9117-7.6583-6.9693Z"/> <polygon class="cls-109" points="304.257 263.151 310.886 263.387 310.886 271.518 315.941 277.375 324.825 277.375 324.825 269.195 321.34 269.195 319.017 258.741 305.078 257.579 304.257 263.151"/> <polygon class="cls-95" points="321.34 269.195 302.755 258.741 306.24 255.256 319.017 255.256 324.825 265.71 321.34 269.195"/> <polygon class="cls-110" points="329.471 308.688 324.825 280.81 298.109 280.81 291.139 308.688 291.139 317.98 283.809 342.277 335.279 343.727 329.471 315.657 329.471 308.688"/> <polygon class="cls-111" points="319.017 285.457 319.017 312.173 322.502 320.304 299.27 320.304 299.27 312.173 302.755 285.457 319.017 285.457"/> <polygon class="cls-111" points="315.532 277.326 305.789 277.326 304.257 280.81 310.886 292.426 317.831 280.81 315.532 277.326"/> <polygon class="cls-112" points="324.207 280.81 291.139 317.98 291.139 308.688 317.855 280.81 324.207 280.81"/> <polygon class="cls-112" points="303.917 280.81 329.471 308.688 329.471 315.657 298.109 280.81 303.917 280.81"/> <polygon class="cls-112" points="299.27 320.304 295.786 331.919 293.429 361.539 293.429 391.159 298.109 391.159 304.257 368.319 304.257 357.34 309.724 331.919 314.371 358.635 321.397 391.256 327.148 391.159 327.688 364.443 325.986 357.473 324.825 328.434 322.502 320.304 299.27 320.304"/> <path class="cls-26" d="M303.4048,376.949,291.2333,377l-.6588,13.4681-4.3323,5.0941-5.71,2.2925-.1945,2.2263h0a22.19,22.19,0,0,0,13.25.0319l3.2322-1.0026a3.7167,3.7167,0,0,0,2.7931-3.89l-.5113-4.25Z"/> <polygon class="cls-26" points="327.688 375.692 324.207 378.744 318.045 375.692 321.146 390.093 319.438 395.933 319.599 398.324 324.207 402.358 333.518 402.358 333.518 399.467 330.844 396.736 327.943 391.256 327.688 375.692"/> <path class="cls-110" d="M298.1089,280.8105l-8.131.9813-2.34,28.13,3.9743,5.7359,34.1686-4.1s-1.0949-9.385-1.2812-8.94-25.23.2629-25.23.2629Z"/> <polygon class="cls-110" points="324.207 280.81 332 284.333 335.279 311.935 327.688 317.98 295.809 306.792 324.5 302.617 324.207 280.81"/> <polygon class="cls-26" points="294.825 315.272 293.429 329 280.489 329 280.489 323.894 289.034 311.935 291.613 315.657 294.825 315.272"/> <polygon class="cls-111" points="297.213 364.17 304.257 360.814 304.257 368.319 301.92 377 292.043 377 293.429 361.539 297.213 364.17"/> <polygon class="cls-111" points="314.84 360.814 320.574 364.17 325.986 357.473 327.688 364.443 327.688 375.692 324.207 378.744 318.045 375.692 314.84 360.814"/> </g> <g id="Soldier_5" data-name="Soldier 5"> <path class="cls-123" d="M50.573,100.7379,47.689,96.434c-.5606-3.8541-3.1865-6.7731-6.3468-6.7731-3.5686,0-6.4615,3.7195-6.4615,8.3077s2.8929,8.3077,6.4615,8.3077c2.8122,0,5.198-2.3139,6.086-5.5384Z"/> <polygon class="cls-109" points="46.61 93.165 41.342 93.353 41.342 99.815 37.325 104.469 30.265 104.469 30.265 97.969 33.035 97.969 34.881 89.661 45.958 88.738 46.61 93.165"/> <polygon class="cls-95" points="33.035 97.969 47.804 89.661 45.035 86.892 34.881 86.892 30.265 95.199 33.035 97.969"/> <polygon class="cls-110" points="26.573 129.353 30.265 107.199 51.496 107.199 57.035 129.353 57.035 136.738 57.958 157.046 27.381 157.046 21.958 151.507 26.573 134.892 26.573 129.353"/> <polygon class="cls-111" points="34.881 110.892 34.881 132.122 32.111 138.584 50.573 138.584 50.573 132.122 47.804 110.892 34.881 110.892"/> <polygon class="cls-111" points="37.65 104.43 45.393 104.43 46.61 107.199 41.342 116.43 35.823 107.199 37.65 104.43"/> <polygon class="cls-112" points="30.756 107.199 57.035 136.738 57.035 129.353 35.804 107.199 30.756 107.199"/> <polygon class="cls-112" points="46.881 107.199 26.573 129.353 26.573 134.892 51.496 107.199 46.881 107.199"/> <polygon class="cls-112" points="50.573 138.584 53.342 147.815 55.215 171.353 55.215 194.892 51.496 194.892 47.804 173.661 47.804 167.199 42.265 147.815 38.573 169.046 32.989 194.969 28.419 194.892 27.99 173.661 29.342 168.122 30.265 145.046 32.111 138.584 50.573 138.584"/> <polygon class="cls-110" points="30.265 107.199 24.958 106.892 15.958 130.892 18.958 136.892 24.485 142.407 27.958 134.892 24.043 128.628 30.756 117.424 30.265 107.199"/> <polygon class="cls-110" points="51.496 107.199 55.215 107.199 68.192 120.232 68.192 129.041 62.702 129.041 53.638 119.977 51.496 107.199"/> <polygon class="cls-123" points="67.553 125.594 72.021 121.046 72.021 115.126 68.83 113.211 66.277 115.253 64.49 121.969 67.553 125.594"/> <path class="cls-26" d="M50.0307,183.6832l4.8066.8566a1.6651,1.6651,0,0,1,1.3621,1.83l-.7884,6.8258,3.55,4.6507,5.5114,2.5162.1359,1.7693h0a13.8156,13.8156,0,0,1-9.2609.0247l-2.2568-.7961a2.9494,2.9494,0,0,1-1.9519-3.0917l.3573-3.3774-2.7446-9.799A1.1238,1.1238,0,0,1,50.0307,183.6832Z"/> <polygon class="cls-26" points="27.99 182.6 30.756 185.026 35.653 182.6 33.188 194.045 34.546 198.685 34.418 200.586 30.756 203.792 23.357 203.792 23.357 201.494 25.482 199.324 27.787 194.969 27.99 182.6"/> </g> <g id="Soldier4"> <polygon class="cls-5" points="0 384.5 22.808 381.825 54.532 390.977 48.431 400.129 0 411.5 0 384.5"/> <polygon class="cls-117" points="43.509 274 45 274 45 279.205 41.77 280.648 41.062 290.25 27.095 289.929 31.163 278.213 43.509 274"/> <polygon class="cls-104" points="31.163 320 14.657 274.464 12.093 275.091 18.023 292.712 17.222 296.637 17.863 298.678 19.305 297.881 25.554 320 31.163 320"/> <polygon class="cls-118" points="42.868 349.502 43.295 359.758 39.236 373.219 31.757 375.569 28.551 373.219 32.398 359.758 30.689 349.502 26.362 350.678 23.852 366.595 21.501 371.511 15.519 365.74 17.869 345.442 42.868 349.502"/> <polygon class="cls-104" points="41.907 264.782 44.792 266.065 46.072 270.552 45.112 272.956 42.868 271.514 41.907 264.782"/> <polygon class="cls-106" points="34.534 284.173 29.727 285.616 26.362 282.731 21.395 272.796 26.683 262.379 37.259 258.534 43.189 263.661 44.31 272.475 41.907 278.084 34.534 284.173"/> <polygon class="cls-110" points="17.013 316.81 11.886 309.76 17.013 298.435 24.278 288.18 35.816 286.684 47.355 292.025 49.705 299.076 54.833 318.093 47.782 322.152 49.919 346.511 42.44 351.852 30.689 356.126 13.381 344.374 17.013 316.81"/> <polygon class="cls-104" points="16.346 359.919 19.952 363.07 24.919 362.322 22.142 379.629 27.965 379.288 28.551 373.219 33.465 372.151 39.236 373.219 33.253 392.449 43.295 391.596 44.15 393.09 30.901 399.929 25.988 399.714 27.541 383.663 17.759 386.888 15.94 386.239 15.077 362.296 16.346 359.919"/> <polygon class="cls-119" points="24.278 288.18 28.286 285.135 38.701 284.814 43.189 289.943 24.278 288.18"/> </g> <g id="Soldier_2" data-name="Soldier 2"> <polygon class="cls-121" points="127.911 210.754 124.731 231.903 127.082 241.856 133.717 244.759 135.376 242.962 134.96 236.327 138.003 223.609 141.182 226.512 141.596 244.898 143.949 248.413 150.078 248.215 151.136 246.003 150.755 243.723 152.933 230.038 127.911 210.754"/> <polygon class="cls-112" points="106.277 172.451 108.559 168.534 107.106 164.968 105.967 165.156 106.587 168.255 105.24 168.977 102.442 163.063 99.538 160.989 98.502 161.299 101.198 164.409 101.923 167.105 96.636 161.921 94.873 162.958 95.495 163.683 95.287 164.823 97.568 167.312 98.19 169.282 95.495 167.312 94.665 168.141 97.256 171.311 100.263 175 102.338 175 106.277 172.451"/> <path class="cls-110" d="M106.9,171.84c.4136,0,9.6753,10.6089,9.6753,10.6089l12.9961-8.0337,8.4316,1.7876,2.0728-1.8017,1.66-3.043,10.9209,5.1138,8.1562,22.67-2.4893,5.8057-2.3505,2.4887,1.3823,5.9439,12.9956,13.5468L149.6152,236.19l-11.1987-10.5063-10.5054-14.9292.4151-4.9766-4.01-13.6855-10.7373,2.4868L111,192.7832v-2.7656l-2.95-.9673-5.207-12.0264-1.4283-2.2124Z"/> <polygon class="cls-111" points="107.352 171.632 110.661 173.786 111.323 175.941 107.022 178.631 104.597 181.862 103.163 181.324 101.37 174.811 102.752 173.014 107.352 171.632"/> <polygon class="cls-112" points="126.804 156.426 125.56 159.467 126.667 164.167 128.049 165.688 129.432 169.835 132.334 171.355 136.482 170.526 135.238 161.679 126.804 156.426"/> <polygon class="cls-109" points="127.635 156.564 129.432 162.232 130.262 166.655 133.165 171.079 136.621 171.218 139.662 168.729 139.938 160.988 127.635 156.564"/> <polygon class="cls-111" points="128.602 174.811 130.4 171.355 140.214 168.175 142.011 169.697 142.564 173.706 138.97 177.3 131.227 176.055 128.602 174.811"/> <polygon class="cls-95" points="138.278 146.887 129.017 145.644 123.488 149.79 123.073 152.002 127.221 159.329 132.059 163.614 138.97 164.167 142.841 161.54 145.33 154.904 138.278 146.887"/> <polygon class="cls-26" points="125.276 239.475 127.885 237.074 133.416 237.282 135.191 240.1 137.487 256.802 139.366 260.559 138.011 261.498 142.079 263.899 145.839 263.481 140.619 242.606 145.003 241.145 151.661 241.986 152.518 253.879 153.145 268.179 151.891 274.023 146.36 273.92 144.167 271.309 139.68 268.908 136.653 262.855 131.643 267.448 126.005 269.118 119.325 268.283 120.265 265.882 126.215 264.63 130.495 256.907 125.276 239.475"/> </g> <g id="Soldier"> <polygon class="cls-5" points="61 397.397 83.711 394.628 120.823 396.844 131.902 400.167 136.333 410.691 105.868 419 67.093 410.691 61 397.397"/> <polygon class="cls-104" points="110.852 337.574 114.729 365.271 119.992 371.363 128.301 394.628 114.453 401.829 108.082 401.552 108.36 397.951 114.453 396.289 118.053 390.75 103.928 366.654 95.342 341.728 85.095 372.748 85.926 378.287 81.217 400.721 76.786 399.613 67.37 391.305 69.031 388.535 75.678 389.643 76.509 366.654 77.894 336.466 110.852 337.574"/> <path class="cls-115" d="M76.6546,266.9309l-1.866,6.53.4663,2.5658L72.6894,280l2.3328.9248.4722,2.7166a2.9653,2.9653,0,0,0,3.1406,2.4494l3.6172-.2678,7.2306-1.4.2331-4.1984-1.866-9.5627Z"/> <path class="cls-116" d="M76.6546,266.9309l-1.7463,4.3836,5.2448,3.3132.933,3.2649.7406-.8886a1.991,1.991,0,0,1,3.1075.0607h0a2.1374,2.1374,0,0,1,.2176,2.2592l-1.5,3.0006,2.5658,3.0314,4.8978-1.1654,3.2653-5.598-3.9647-3.732-1.4-6.0636Z"/> <polygon class="cls-110" points="103.928 290.214 88.142 283.844 75.956 287.444 71.247 293.815 70.97 345.052 81.217 353.638 123.87 334.25 107.252 316.525 103.928 290.214"/> <polygon class="cls-106" points="75.022 261.333 70.823 264.365 73.156 267.63 82.719 272.761 93.214 274.161 95.547 270.896 94.147 267.164 83.652 261.1 75.022 261.333"/> </g> </g> <g id="MadPerson"> <polygon class="cls-94" points="254.889 141.778 249.889 145 251.667 150.333 250.333 155.222 252.556 154.778 253.667 156.778 255.889 154.111 258.556 156.111 255.889 158.889 257.444 161 259.667 161 264.134 157.684 271.468 159.461 272.111 153.889 265.667 146.556 254.889 141.778"/> <polygon class="cls-95" points="249.889 145 254.363 143.335 260.887 152.769 263.769 153.257 269.152 150.005 271.415 147.372 270.802 143.807 260.453 137.427 253.76 139.103 249 142.333 249.889 145"/> <polygon class="cls-94" points="238.333 174.667 240 169.333 233.666 163.667 229 165.667 233.333 177 238.333 174.667"/> <path class="cls-88" d="M276.25,151.75l-3.0257-.3631a4.0659,4.0659,0,0,0-4.3144,2.6721l-1.4934,4.191-4.1245-.9165-2.8669,2.9963a23.3768,23.3768,0,0,0-6.33,13.4653l-.5972,5.1451-12.17-7.2732-5.664.333L232,179l9.666,9L259,193.667l6.8335-14,9.167,18Z"/> <polygon class="cls-96" points="273 141.878 271.626 144.111 256.811 143.982 249.296 142.05 249.812 139.645 256.511 132.259 268.362 134.149 273 141.878"/> </g> <g id="George-2" data-name="George"> <polygon class="cls-54" points="518.73 564.736 517.704 488.313 533.604 533.962 538.735 572.431 540.588 576 578.31 576 574.127 551.402 558.225 482.158 557.713 451.896 483.852 458.05 485.905 509.342 489.493 566.79 490.878 576 518.822 576 518.73 564.736"/> <polygon class="cls-124" points="569.639 447 571.946 477.4 563.099 479.906 560.79 486.353 563.867 499.387 568.484 497.44 566.945 489.35 571.561 486.65 572.716 507.036 568.484 511.266 569.254 513.574 576.563 512.805 584.257 505.879 583.487 481.249 590.412 447 569.639 447"/> <polygon class="cls-125" points="493 311.033 493.523 314.496 492.246 320.073 498.629 340.077 506.53 342.001 506.155 349.694 515.008 358.351 529.436 349.502 531.169 342.77 529.246 330.845 539.44 312.188 527.13 289.105 497.756 290.837 493 296.607 493 311.033"/> <polygon class="cls-124" points="483.852 445.867 473.466 482.799 479.235 485.49 480.39 493.569 478.852 505.11 473.466 504.725 472.695 497.416 470.772 499.725 470.003 507.802 478.852 513.188 477.697 515.112 470.772 514.342 462.31 508.956 463.464 480.104 464.232 432.404 483.852 445.867"/> <polygon class="cls-126" points="538.863 344.693 530.784 345.078 520.783 354.695 510.78 356.234 503.601 347.002 485.905 355.209 473.85 377.777 461.54 412.398 455.769 420.862 464.617 439.713 483.083 448.944 500.394 458.179 533.861 461.64 568.1 452.022 570.023 449.33 580.795 451.253 592.72 448.176 603.106 426.633 595.027 407.014 589.643 389.702 577.332 367.39 557.97 355.722 538.863 344.693"/> <g> <polygon class="cls-127" points="519.82 311.226 521.744 310.841 517.129 306.031 512.512 307.956 509.241 310.841 506.741 309.879 510.395 313.342 511.826 312.374 510.203 314.496 511.742 315.65 513.281 316.419 515.012 315.842 515.204 313.918 519.052 314.303 517.32 312.764 513.254 311.408 516.935 308.917 519.82 311.226"/> <polygon class="cls-127" points="496.162 306.608 495.009 309.686 495.2 311.033 497.124 309.493 499.474 310.94 498.278 310.841 494.624 313.726 496.739 315.265 499.624 315.072 499.24 312.571 502.701 313.918 501.377 312.112 502.125 312.571 504.433 313.148 505.203 310.647 498.855 307.185 496.162 306.608"/> </g> <polygon class="cls-128" points="507.448 313.854 504.928 312.859 501 321.228 501 323.151 508.712 324.177 507.448 313.854"/> <polygon class="cls-129" points="508.602 324.177 500.778 323.151 504.881 326.357 508.602 324.177"/> <polygon class="cls-127" points="512.063 332 510.141 330.461 501.419 329.371 500.394 330.685 506.419 332 512.063 332"/> <polygon class="cls-130" points="502.701 291.222 494.335 298.627 493.422 311.657 490.753 296.63 498.65 287.386 521.161 279.879 535.975 282.762 542.131 288.145 548.48 311.803 545.403 318.342 540.209 319.304 540.969 321.419 545 323.92 545 329.306 543.086 330.075 539.34 333.73 533.042 334.307 528.45 331.807 527.694 322.766 535.01 319.496 536.166 313.342 534.053 309.686 530.783 309.493 530.015 311.994 527.898 313.726 527.515 309.302 525.398 296.223 517.129 291.028 502.701 291.222"/> <polygon class="cls-55" points="503.601 347.002 514.372 385.728 507.448 450.099 500.009 474.976 481.031 461.897 481.801 449.33 486.16 411.118 490.776 368.544 485.905 355.209 487.698 351.618 501.806 345.72 503.601 347.002"/> <polygon class="cls-55" points="535.145 342.897 530.4 365.98 525.494 377.265 527 430.864 527 458.561 535.178 478.31 562.09 468.821 564.902 474.719 570.284 469.333 570.025 449.33 558.997 444.201 552.072 431.121 555.404 408.041 553.61 372.648 557.97 355.722 556.688 352.132 538.478 342.386 535.145 342.897"/> <polygon class="cls-54" points="530.784 341.52 523.379 350.512 514.099 354.526 505.877 345.859 504 345.656 504 349.31 507.969 356.619 512.933 359.888 509.645 365.659 508.764 373.93 515 374.699 515 380.085 519.237 380.854 524.145 378.547 528.331 367.582 521.575 359.888 528.873 355.08 535.215 343.924 532.903 341.231 530.784 341.52"/> </g> <g id="Briana-2" data-name="Briana"> <polygon class="cls-131" points="400 258 391 263 386.477 274.272 389 278 410.611 267.5 400 258"/> <polygon class="cls-65" points="385 404.379 385 416.829 375.413 457.294 381 461.574 381 480.639 374.273 477.915 371.492 482.195 369.907 495.424 364.057 483.362 366.386 458.071 365.602 410.215 369.881 404.379 368.324 388.815 390.669 393.095 385 404.379"/> <polygon class="cls-65" points="384 282.985 384 293.88 384.72 299.133 383.72 307.498 387.598 319.17 396.344 328.508 401.399 330.065 401.201 335.123 397.7 339.791 394.392 342.126 397.309 352.242 412.289 357.3 427.074 353.215 430.576 339.597 423.185 334.928 421.628 329.092 422.989 320.532 427.269 315.084 434.273 299.91 426.102 282.013 405.286 266.45 385.889 277.732 384 282.985"/> <polygon class="cls-132" points="415.531 299.457 414.624 298.809 409.824 297.641 408.268 298.29 408.527 301.791 410.604 302.051 414.494 300.364 415.531 299.457"/> <polygon class="cls-132" points="395.625 300.17 391.02 297.9 389.204 298.419 389.073 301.662 391.148 302.44 393.744 301.921 395.625 300.17"/> <polygon class="cls-69" points="395.625 300.17 392.803 297.414 389.706 296.685 388.158 297.228 386.477 299.16 389.073 302 390.112 302 391.667 300.274 391.148 298.504 395.625 300.17"/> <polygon class="cls-133" points="358.986 573.239 356.532 576 363.513 576 366.414 530.994 363.654 541.726 358.986 573.239"/> <polygon class="cls-71" points="358.986 573.239 363.654 541.726 366.414 530.994 367.184 519.045 361.709 540.947 365.6 509.041 368.713 493.089 367.837 491.339 364.043 510.598 360.152 542.113 349.647 560.789 348.971 576 356.532 576 358.986 573.239"/> <polygon class="cls-70" points="478.562 432.652 489.717 410.603 480.38 387.259 458.067 361.022 450.809 351.464 430.576 339.597 425.518 353.409 412.289 357.3 397.309 352.242 394.391 342.126 379.736 346.795 370.658 370.14 365.21 403.86 361.06 422.018 365.21 455.737 372.474 460.406 369.359 485.307 367.184 519.045 366.414 530.994 363.513 576 369.916 576 374.582 444.844 384.47 406.973 405.805 412.16 436.298 410.103 442.248 390.761 451.919 395.004 458.07 404.379 446.658 419.164 444.995 427.939 436.522 411.935 436.213 441.212 446 465.075 446 576 462.116 576 460.926 540.169 456.256 468.967 453.532 444.065 449.946 437.293 457.812 439.916 478.562 432.652"/> <polygon class="cls-74" points="446 465.075 436.213 441.212 436.522 411.935 436.542 410.086 436.298 410.103 405.805 412.16 384.47 406.973 374.582 444.844 369.916 576 446 576 446 465.075"/> <polygon class="cls-69" points="405.286 299.326 408.918 296.475 411.251 296.732 415.143 298.938 409.565 298.16 410.084 300.494 408.527 301.791 405.935 300.105 405.286 299.326"/> <polygon class="cls-69" points="395.559 296.992 396.727 296.732 396.207 293.88 391.409 290.378 387.517 290.119 385.962 292.713 387.647 291.416 390.761 292.323 395.559 296.992"/> <polygon class="cls-69" points="401.784 295.955 407.102 293.231 408.787 292.065 413.197 292.453 415.401 293.75 413.067 290.637 410.084 289.729 404.768 291.545 401.914 293.49 401.784 295.955"/> <polygon class="cls-134" points="404.41 308.275 404.848 306.621 402.246 305.309 397.734 297.551 396.745 296.721 395.763 303.99 394.592 308.467 398.671 311 401.006 311 401.978 309.832 404.41 308.275"/> <polygon class="cls-69" points="407.23 318 402.174 315.278 397.894 314.889 395.429 316.576 394.004 316.641 396.077 317.904 400.227 318 407.23 318"/> <polygon class="cls-135" points="404.442 319.797 400.617 319 397.894 319 397.634 320.186 401.654 322.467 404.508 321.327 404.442 319.797"/> <polygon class="cls-136" points="416.569 324.357 405.546 328.639 396.337 328.508 403.081 330.973 409.437 331.361 413.846 328.249 416.569 324.357"/> <polygon class="cls-69" points="428.5 298.549 425.776 302.828 427.074 306.33 429.151 303.088 428.5 298.549"/> <polygon class="cls-137" points="385.832 409.048 402.044 412.16 393.224 399.71 384.924 389.335 382.85 380.516 387 354.576 383.887 359.245 375.587 383.628 381.811 404.897 385.832 409.048"/> <polygon class="cls-71" points="454.052 448.345 450.29 457.813 441.471 464.558 429.019 447.956 439.395 475.97 447.179 477.526 455.997 464.558 454.052 448.345"/> <polygon class="cls-71" points="436.283 410.086 431.615 418.904 432.132 439.656 444.582 450.031 451.068 448.216 441.99 414.755 436.283 410.086"/> <polygon class="cls-69" points="434.078 273.648 415.791 262.753 397.172 263.531 384 276.76 384 282.726 385 281.429 385 282.078 387.297 280.782 388.575 278.839 390.834 278.712 391.382 276.124 392.822 276.785 395.552 276.291 396.852 278.543 401.783 277.214 403.729 275.981 404.249 277.539 405.674 279.744 411.381 281.559 415.271 280.262 415.531 282.856 416.569 286.098 419.552 285.32 417.604 291.416 419.293 294.658 421.628 293.75 421.758 299.457 423.831 302.051 425.776 297.512 427.571 294.373 431.354 296.992 432.33 301.619 432.132 301.662 429.668 309.313 428.111 311.259 424.739 311.129 423.185 314.111 422.665 321.246 429.151 315.798 437.58 300.494 438.747 280.651 434.078 273.648"/> <polygon class="cls-138" points="401.784 256.917 399.839 257.695 402.951 263.531 409.954 268.978 411.511 265.477 415.401 266.644 416.958 277.928 422.795 279.873 427.465 277.928 429.408 281.818 434.078 282.207 434.855 287.265 434.467 291.156 439.525 298.938 441.858 296.992 439.525 290.378 439.135 274.815 436.023 270.535 429.019 265.866 420.071 256.917 406.843 259.641 401.784 256.917"/> <polygon class="cls-65" points="445.102 428.243 437.58 422.666 432.521 426.168 428.241 433.56 427.852 440.564 431.743 441.342 433.688 438.228 433.3 434.338 436.802 430.836 438.747 434.728 439.135 442.897 444.842 448.216 452.754 444.065 452.365 437.45 447.784 433.207 445.102 428.243"/> <polygon class="cls-75" points="392.187 409.048 383.887 442.769 388.556 445.881 396.857 409.566 392.187 409.048"/> <polygon class="cls-75" points="406.391 412.446 400.487 434 411 434 411 412.16 406.391 412.446"/> <polygon class="cls-75" points="420.201 411 422.276 437.777 429.538 439.235 431.615 432.641 424.352 411 420.201 411"/> <polygon class="cls-137" points="455.477 400.228 456.516 392.447 438.358 378.44 421.758 395.56 422.795 404.897 436.542 410.086 445.102 394.522 455.477 400.228"/> </g> <g id="Boy"> <polygon class="cls-139" points="348.5 499 363.5 500.5 377.5 497.834 380.833 501.334 381 507 384.5 511.001 380.333 515.834 381.666 518.834 387.667 520.001 390.833 529.501 383.5 541.5 377 558.5 364 566.5 350 550 335 532 348.5 499"/> <polygon class="cls-130" points="330.625 502.125 348.187 494.688 356.969 495.219 354.984 497.734 356 501.75 356 513 353.5 518.25 357 527 357.25 533 350 533 349 542.5 357.75 548.5 363.5 547.5 364 553.5 361.25 561 351 561.75 329 546 319.5 521.5 330 501.5 330.625 502.125"/> <polygon class="cls-130" points="364.985 504.524 361.548 504.333 361.167 507.578 364.794 514.833 364.985 504.524"/> <polygon class="cls-130" points="363.362 505.478 367.61 506.785 369.948 510 366.703 510 363.839 508.502 363.362 505.478"/> <polygon class="cls-26" points="328.333 576 344 557 367.667 554.666 379 556.333 384.667 563 396.334 576 328.333 576"/> </g> <g id="WorriedWoman"> <path class="cls-125" d="M641,370.5,629.5,377l-4,14.5-2.5,10-6,7.5-4.5.5-.5,5,7,2.5,3,9.5,4-1.5,6,4-7.25,1.25.75,12,10,3.75h0a13.1684,13.1684,0,0,1,16.6687,6.3374L655,458l26.5,2.5-1-68.5Z"/> <path class="cls-96" d="M682.5,434.3311l-23.1139,15.1674a138.4634,138.4634,0,0,0-55.5238,72.3733L586,576H760l-22-90-43-38.335Z"/> <polygon class="cls-130" points="626 399.166 628.5 396.5 633.833 398 638.166 402.333 626 399.166"/> <polygon class="cls-130" points="628.166 398.833 628 402 629.666 406.333 631.166 404 631.5 399.166 628.166 398.833"/> <polygon class="cls-130" points="628.67 385.251 628.173 388.907 636.836 391.307 638.722 394.649 637.039 388.25 628.67 385.251"/> <polygon class="cls-140" points="629.5 377 639 368 673.5 371 690 386.5 704 421 717 438 735 476 726 489 698 505 671 494 664.5 470 655 459 659.5 446.5 650 424.5 655.5 415 656 403 650.5 399.5 647 403.5 645 391 635 379.5 629.5 377"/> <polygon class="cls-141" points="650 355 638 362 637 374 640.5 404.8 647 410 647 419 656.5 440.5 672 447 697 436 704 421 705 388 692 361 670 352 650 355"/> </g> <g id="Crowd"> <polygon class="cls-142" points="768.001 411.502 736.334 399.584 721.666 410.959 704.999 406.98 698.333 417.657 713.666 436.162 704.999 468 712 468 716.999 491.001 728.5 496.335 744 493.001 744 505 709.666 519.668 683.667 576 768 576 768.001 411.502"/> <polygon class="cls-142" points="600.332 456.334 618.916 445.001 640.957 450.334 660.311 479.001 672.321 488.334 674.327 505.001 663.663 517.001 673.665 544.334 680.332 576 574 576 582.999 543.667 611.666 517.001 593.666 511.667 584.999 495.667 594.332 485.001 600.332 456.334"/> <polygon class="cls-142" points="91.669 409.76 112.591 397.001 137.404 403.005 159.193 435.277 172.714 445.785 174.972 464.548 162.967 478.058 190.365 502.824 205 576 54.145 576 72.156 508.078 104.429 478.058 84.165 472.053 74.408 454.04 84.915 442.032 91.669 409.76"/> <polygon class="cls-142" points="538.332 455 563.582 441.083 585.623 451.042 597.644 465.688 600.987 510.345 591.66 523.005 606.995 547.67 607.666 576 507 576 523.665 535 548.332 520.334 540.998 518.334 536.998 495.667 530.998 492.5 530.332 474 536 474 538.332 455"/> <polygon class="cls-142" points="468.269 542.332 499.632 524.999 534.979 538.332 556.328 576 462 576 468.269 542.332"/> <polygon class="cls-142" points="416.499 483.499 442.414 473.582 465.04 486.291 479 519.665 479 550 459.662 564.332 456.995 576 404 576 406.995 536.332 401.662 507.665 416.499 483.499"/> <polygon class="cls-142" points="25.499 483.499 51.414 473.582 74.04 486.291 88 519.665 88 550 68.662 564.332 65.995 576 13 576 15.995 536.332 10.662 507.665 25.499 483.499"/> <polygon class="cls-142" points="294.345 456.333 323.012 451.667 352.345 488.333 344.345 491.667 347.012 523 337.678 541 316.345 539 317.678 554.333 357.679 571.667 363.679 576 254.345 576 266.345 549.667 271.678 530.333 257.012 523 267.012 495 278.345 462.333 294.345 456.333"/> <polygon class="cls-142" points="274.335 536.332 277.668 510.998 300.335 505.665 292.334 454.332 285.032 444.899 295.668 410.332 269.668 406.332 215.001 431.665 190.335 483.665 212.563 482.207 206.335 486.998 211.668 499.665 225.668 502.998 219.668 520.998 205.668 538.332 189 576 293.668 576 293.001 560.332 274.335 536.332"/> </g> <g id="CryingChildren_copy_3" data-name="CryingChildren copy 3"> <polygon class="cls-104" points="196.55 162.391 200.029 155.967 205.217 156.154 205.467 169.279 201.842 174.904 196.55 162.391"/> <polygon class="cls-17" points="196.258 170.738 201.175 170.821 203.508 175.988 203.092 183.321 202.144 187 189.592 185.779 175 185 184.675 176.571 187.842 171.238 196.258 170.738"/> <polygon class="cls-105" points="196.425 162.266 188.425 159.738 183.592 165.076 186.259 173.647 191.259 176.738 195.925 174.63 197.759 167.043 196.425 162.266"/> <polygon class="cls-106" points="186.467 166.404 189.967 164.279 193.904 166.342 195.404 172.154 197.654 173.029 200.092 171.404 199.092 163.404 195.467 160.154 189.217 158.967 186.404 161.029 183.654 164.467 182.279 171.279 184.404 173.592 186.217 172.717 186.467 166.404"/> <polygon class="cls-107" points="185.259 162.571 188.259 163.738 186.353 169.279 186.981 173.404 180.377 183.277 175.763 183.277 184.404 173.592 182.759 168.571 185.259 162.571"/> <polygon class="cls-107" points="196.759 164.238 192.759 165.238 194.259 169.404 192.925 173.404 197.925 185.404 202.425 186.571 203.759 182.571 202.092 178.904 196.092 173.904 197.925 170.238 196.759 164.238"/> <polygon class="cls-107" points="190.3 169.904 189.842 169.279 188.884 172.863 190.175 173.404 190.759 172.488 190.3 169.904"/> <polygon class="cls-26" points="192.3 174.613 191.675 173.988 189.259 173.613 188.842 174.238 188.967 174.613 191.009 174.779 192.3 174.613"/> </g> </g> <g id="Layer_56" data-name="Layer 56"> <g> <polygon class="cls-46" points="208.851 92.179 201.768 89.527 170.246 190.376 177.329 193.029 208.851 92.179"/> <polygon class="cls-46" points="218.314 119.037 211.217 116.426 188.825 189.276 195.922 191.886 218.314 119.037"/> <circle class="cls-48" cx="174.9452" cy="187.54" r="0.818"/> <circle class="cls-48" cx="193.3263" cy="187.54" r="0.818"/> <circle class="cls-48" cx="213.6791" cy="121.8087" r="0.818"/> <circle class="cls-48" cx="203.9387" cy="95.182" r="0.818"/> <g> <polygon class="cls-143" points="213.981 171.125 221.274 162.313 165.832 111.115 158.539 119.927 213.981 171.125"/> <circle class="cls-48" cx="166.4856" cy="119.7618" r="0.818"/> <circle class="cls-48" cx="215.2897" cy="164.8746" r="0.818"/> <circle class="cls-48" cx="202.1439" cy="152.3188" r="0.818"/> <circle class="cls-48" cx="189.5757" cy="140.9826" r="0.818"/> </g> </g> </g> <g id="Railing"> <polygon class="cls-144" points="151 293 67 162.5 0 158 0 165.5 12.528 166.388 13 203 18 204.5 21 203 20.315 166.94 38.958 168.261 38.5 206.625 43 208.25 45.25 206.25 46 168.76 63.087 169.971 63.75 210.25 67.181 211.439 70 210.5 69.025 178.137 75.016 186.958 75.25 231.25 79.521 231.947 78.171 191.604 84.75 201.75 84.5 244.5 88.5 245.5 88.058 206.165 95 216.387 95 262 99.521 261.947 98.151 221.028 104 229.641 104 277 109.778 277.262 109 237.667 117.666 253 118.25 297.5 122 298 121.987 259.092 129.653 273.092 129 318 134 318.25 133.667 277.333 139.341 287.039 139.667 334.334 143.667 336 143.352 293.901 146.333 299 147.665 347.664 152.5 347.75 151 293"/> </g> <g id="Gradient"> <rect class="cls-145" width="768" height="576"/> </g> </g> <desc>You and George arrive at the Manufactory House. It's boarded up.</desc> </svg> <<set _state1 to false>> <<set _state2 to false>> <<set _state3 to false>> <<set _state4 to false>> <<if !$horse && !hasVisited("Return Horse Manufactory")>> <<set _state1 to true>> <<elseif $horse && hasVisited("Return Horse Manufactory") && !hasVisited("ReturnWithHorse1")>> <<set _state2 to true>> <<elseif hasVisited("ReturnWithHorse1") && !$teddy>> <<set _state3 to true>> <<elseif hasVisited("ReturnWithHorse1") && $teddy>> <<set _state4 to true>> <<elseif hasVisited("Inside Aunt Teddy's Apartment")>> <<set _state3 to true>> <</if>> <<toggleLayer "State1" _state1 "You can hear wailing coming from inside the building. Soldiers have the area thoroughly surrounded and seem to be waiting for something to happen. A crowd has gathered nearby." "">> <<toggleLayer "State2" _state2 "You are leading Gracy and the poop cart, and the soldiers recoil in terror." "">> <<toggleLayer "State3" _state3 "The soldiers are gone now. You are still leading Gracy and the poop cart." "">> <<toggleLayer "State4" _state4 "Aunt Teddy emerges from the Manufactory House at the top of the stairs. Her arms are out, and so are George's, as they prepare to embrace." "">>
<<set _temp to [ "\'\'Solider:\'\' Not so fast! Where do you think you're going?", "<<goto \"The Butcher Shops\">>", ]>> <<Rep _temp>>
<<set _tempFled to[ "\'\'Briana:\'\' Oh man that was close!", "\'\'George:\'\' We should probably avoid the $shop's block for the next few weeks...", "\'\'Briana:\'\' Agreed. But now what?", "<<if hasVisited(\"Go Find Teddy\")>> \'\'George:\'\' I guess we head for the Common or the Manufactory? <<else>> \'\'George:\'\' We see Teddy and get your revenge!<</if>>", "<<goto 'The Cobblery'>>", ]>> <<Rep _tempFled>> <<set $footerDisplay to "[[Back|The Cobblery]]">> <<set $satchelFlash to false>>
<<PickUp "Flask of Rum">> <<set $lastScene to 'The Green Dragon'>> <<if $soldiersButcher>> <<set $Q3Passage to 'The Butcher Shops'>> <<elseif $soldiersBaker>> <<set $Q3Passage to 'The Bakeries'>> <<else>> <<set $Q3Passage to ''>> <</if>>
<<PickUp "Pamphlet on Whippings" false true>> <<set $lastScene to "The East Common">>
<<set _tempRun to [ "\'\'George:\'\' Pretty sure we should avoid that street, Briana. Those soldiers won't be too happy if they see us again...That is, unless we have something to offer...", ]>> <<if $horse>> <<goto 'The Butcher Shops'>> <<else>> <<Rep _tempRun>> <</if>>
<<PickUp "Sausages" true>> <<set $lastScene to "ButcherChoices">>
<<set _temp to [ "\'\'Briana:\'\' Thanks Sam, I'm all set!", "I'll see you later!", "<<goto 'The Butcher Shops'>>", ]>> <<Rep _temp>>
<<set _temp to[ "//You drink the coffee slowly, lapping up its bitter flavor...//", "//Suddenly, you feel a bit odd, like you need to move around but you don't know where you need to go.//", "<<goto 'The Green Dragon'>>", ]>> <<Rep _temp>> <br>
<<set _temp to [ "//You and George both wait until the soldiers are gone, and then turn to each other://", '\'\'George:\'\' An Occurrence!', "\'\'Briana:\'\' Indeed! I'll write it down. What should we say?", "<<goto BakerChoices>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[The Bakeries]]">> <<set $soldiersBaker to false>> <<if $soldiersButcher>> <<set $Q3Passage to 'The Butcher Shops'>> <<else>> <<set $Q3Passage to ''>> <</if>>
<<PickUp "Loaves Of Bread" true false>> <<set $lastScene to "The Bakeries">> <<set $Q4Passage to "">>
<<set _temp to [ "//As you arrive at the Statehouse, a soldier approaches you, waving furiously.//", "\'\'Soldier:\'\' Clear out! We are putting a fresh coat of paint on the unicorn, and no one can enter the Statehouse until we're finished!", "//Just as he starts to move toward you, a second soldier wobbles past and robs a young woman of her bonnet, cardinal muff, and tippet, then wobbles away.", "//The shocked young woman runs after him, yelling:// My muff! My bonnet! My tippet! Give them back, you cretin!", "//The soldier near you cries:// Livingston! Get back here!", "//He takes a few steps towards Livingston before he swears under his breath and calls out://", "You\'re drunk //again?!//", "Give the lady back her tippet, you lunatic!!", "//He runs after his friend, forgetting about you and George for the moment.//", "<<goto 'Neck Occur'>>", ]>> <<Rep _temp>>
<<set _temp to [ "//As you approach the Common, you hear military drums, and feel the air vibrate as a whip cracks.//", "//Someone moans, and keeps repeating,// “I'm sorry! I'm so sorry!”", "CRACK!", "//You look around and see a soldier, shackled to a pole. He's crying as an officer stands over him.//", "CRACK!", "\'\'Shackled Man:\'\' I'm not a deserter!", "CRACK!", "I swear.", "CRACK!", "It's all a big mistake!", "\'\'Briana:\'\' Let's get out of here, George. I don't want to see this.", "<b>George:</b> Sounds to me like material for //the Journal//. <<if hasVisited('The Manufactory House')>>Maybe there's stuff around here we could use.<</if>> Let's just look around for a minute.", "\'\'Briana:\'\' Really?", "//George walks off towards the Fruit Seller.//", "<<if $lastScene is 'The East Common' || $lastScene is 'The Manufactory House'>><<goto 'The West Common'>><<else>><<goto 'The East Common'>><</if>>", ]>> <<Rep _temp>>
<<set _temp to [ "<<set $horse to true>><<set $satchelFlash to false>>//Gracy looks at you dubiously for a second...//", "//...And then takes a small step, making the cart behind her creak, and the barrels slosh.//", '//You try not to breathe...//', '//...And Gracy begins to eat from your hand.//', "//Her big soft lips tickle your skin and you smile.//", "//You look into her giant eyes and she seems to smile back.//", "\'\'Briana:\'\' George! I think I did it!", "\'\'George:\'\' Did what? Commissioned us the night soil cart? Have you lost your mind?", "\'\'Briana:\'\' No, I have not! You\'ll see, doubter.", "<<goto 'The Tannery'>>", ]>> <<Rep _temp>> <<if !hasVisited("ShootShinyRock")>> <<set $Q5Passage to "The Statehouse">> <</if>> <<if !hasVisited("No, I think that's everything I've got...")>> <<set $QPassage to "The Manufactory House">> <<set $Q2Passage to "">> <<set $Q6Passage to "The West Common">> <</if>>
<<set _temp to [ "As you round the corner, a great groan rises from the crowd gathered at the Manufactory to protest the standoff with the soldiers.", "They look disgusted, then alarmed, and then pained, and they begin to limp away, covering their noses and mouths as they do.", 'The soldiers notice them leaving, and look perplexed, but mildly relieved.', "That expression resolves to nausea as the smell reaches their eyes, noses and tastebuds.", "Several of them retch, and then simultaneously run for cover to the cellar below.", "They all pile into the door at the base of the building and the first few men inside begin to yell:", "Close the door! Close the door!", "Sharing a silent understanding that something was, in fact, very wrong, the last few guards outside the Manufactory lower their heads and run for the cellar.", "The large steel door at last swings shut, with a terrific BOOM.", "<<goto 'ReturnWithHorse1'>>", ]>> //<<Rep _temp>>// <<set $footerDisplay to "">>
<<set _temp2 to [ "''George:'' Do you have anything <<if hasVisited('ShootThingsManufactory')>>more <</if>>we can launch them?", "<<button [[I think I do, actually...|Inventory]]>><<set $slinging to true>><</button>> <<button [[No, I think that's everything I've got...]]>><</button>>", ]>> <<Rep _temp2>> /*DEBUG*/
<<set $lastScene to "The Bakeries">> <<set _temp to [ "'\'Soldier:\'\' What is this? You've got nothing to offer, really?", 'Well //that// is unacceptable! ', 'You wanted to visit the Bakeries? ', 'Well, tough!! ', 'Get out of here and don\'t come back unless you\'ve got something for //me//!!', "<<goto 'SoldierBakerEnd'>>", ]>> <<set _tempReturn to [ "'\'Soldier:\'\' I thought I told you not to come back here empty-handed?!!", "Do you //want// to see the Baker?", "Then give me a reason to let you by!", "<<goto 'SoldierBakerEnd'>>", ]>> <<if visited('No Flask Baker') gt 1>> <<Rep _tempReturn>> <<else>> <<Rep _temp>> <</if>>
<<include "Outside Teddy's Open Background">> <<set _temp to [ '\'\'George:\'\' Aunt Teddy!! ', '\'\'Aunt Teddy:\'\' George! It\'s been too long! And who\'s your friend? ', "<<set $currentI to \"Outside Teddy's Closed Background\">><<goto 'Enter Teddy Preamble'>>", ]>> <<Rep _temp>>
<<include "Outside Teddy's Open Background">> <<set _tempIAmBack to [ "\'\'Briana:\'\' I'm back!", "\'\'Teddy:\'\' Great! Let's try this again!", "<<set $currentI to \"Inside Teddy's Background\">><<goto \"Inside Aunt Teddy's Apartment\">>", ]>> <<Rep _tempIAmBack>>
<<include "Outside Teddy's Open Background">> <<set _tempFindEdes to [ "\'\'Teddy:\'\' George! Briana! Did you find Edes? What'd he say?", "\'\'Briana:\'\' Oh, we haven't found him yet...", "\'\'Teddy:\'\' Well, <<if hasVisited(\"Leave Common\")>>you may want to visit the Tannery or the Neck... I hear the soldiers have been up to no good over there... Edes might be covering the story.<<else>>try the Common before you give up!<</if>>", "Gotta go! Good luck!", "<<set $currentI to \"Outside Teddy's Background\">><<goto \"Outside Aunt Teddy's Apartment\">>", ]>> <<Rep _tempFindEdes>>
<<set _temp to [ 'George: Her right to equal peace, her right to not be harrassed, just because she\'s a woman, has been violated! ', 'If she\'s being singled out as a target, only because she\'s a woman, that violates her right to equality, yeah!', "<b>Briana:</b> I think that's all right.", "<<goto 'Occurrence Neck Conclusion'>>", ]>> <<Rep _temp>>
<<set _temp to [ 'George: I suppose you could say that. ', 'Her right to life, has been thwarted in the sense of life as space to grow. ', 'Briana: When she has to fear that her clothes will be snatched from her, or that her person should be ravaged while simply walking from place to place, what quality of life is that?', "<<button \"George: Yeah, that's good stuff, Briana. Let's write that down.\" 'Occurrence Neck Conclusion'>><</button>>", ]>> <<Rep _temp>>
<<set _temp to [ 'George: Let\'s see. Her right to be able to be prosperous, to not fear for her life if she\'s wearing nice things on the street, should be respected. Indeed! ', 'Briana: That drunk man violated her right to try to be prosperous and happy. ', 'Military or no, you can\'t steal a woman\'s, or anyone else\'s for that matter, hat off their head!', "<b>Briana:</b> I think that's all right.", "<<goto 'Occurrence Neck Conclusion'>>", ]>> <<Rep _temp>>
<<set _temp to [ 'George: Yes, absolutely, her right to justice has been snatched from her, like her tippet, the second these men landed on our shores... ', 'Briana: A miliary force during peacetime!! ', 'How many times have we been warned in the history books that these occupations, or whatever you\'d call this, can\'t be controlled! ', 'George: A major military force is living in the middle of a city. What could possibly go wrong? ', 'Briana: Indeed! It\'s not like they operate by a second set of laws and codes that are different from the laws people like us have to follow...', 'George: Oh wait, that\'s exactly what\'s going on here! ', 'Who\'s in charge? Whose laws are more right? Conflict, in this situation, is inevitable.', "<<button \"<b>Briana:</b> I like it. That's good stuff.\" \"Occurrence Neck Conclusion\">><</button>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Statehouse]]">>
<<set _tempInscribe to[ "\'\'Briana:\'\' Let me rephrase:", "When a woman cannot wear nice clothes on the street for fear they will be violently snatched from her person, her right to //peace// has been violated.", "I think that's what we're really talking about here.", "No one wants to feel like they're at //war// every day when they walk down the street.", "To feel secure, and safe; unbothered, unencumbered; free to operate without harassment.", "To have //peace// in your life...", "I think I'm going to write //that// down.", "<<Entry 'The Case Of The Stolen Tippet' 'Explore The Square'>>", ]>> <<Rep _tempInscribe>> <<set $footerDisplay to "[[Back|Explore The Square]]">>
<<set _temp to [ "<b>Briana:</b> Hey, do you know anything about this grave over here under the tree?", "I don't remember it...", "''Fruit Vendor'': Indeed! They executed one of the King's men last week, in that exact spot.", "They said he'd deserted... but I've heard that he was thinking about deserting, but never did...", "Or that he might have been tricked into //looking like he was// trying to desert.", "Anyway, they decided to make an example out of him... poor unlucky young man.", "They brought him in front of the troops, who were all lined-up.", "They announced: This is what happens when you desert our ranks!", "And... BAM!", "They shot him in the head, right there, and buried him where he fell as a reminder to everyone.", "Poor bloke. He'd been a good customer!", "Came by every morning and bought a few pears and apples...", "Always said hello.", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The East Common]]">>
<<set _temp to [ 'Old Man: Ain\'t seen nothing like this since I\'ve been alive!', "Have they no shame!! They should leave these poor tenants alone!", 'The troops don\'t need the Manufactory!', 'Why can\'t they just quarter themselves at Castle Island and be done with it?', "<<goto 'Talk To The People In The Crowd'>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|Talk To The People In The Crowd]]">>
<<set _temp to [ "\'\'Lady:\'\' It's such a shame!!!", "Those poor people did //nothing// to deserve this!", "\'\'Briana:\'\' Deserve what?", "Lady: To be locked away like a bunch of criminals!", "Denied food and water until they hand over their own homes!", "It\'s a travesty!", "<<goto ChoicesLady>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|Talk To The People In The Crowd]]">>
<<set _temp to [ '//You see several children leaning out the windows of the Manufactory, crying for food and water.//', "<b>Briana:</b> Why are there guards posted at the entrances to the building?", "And what are all these people doing here?", "<<goto 'The Manufactory House'>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Manufactory House]]">>
<<PickUp "Daughter Of Liberty Pin" false true>> <<set $Documents.delete("Daughter Of Liberty Pin")>> <<set $inventory.unshift("Daughter Of Liberty Pin")>> <<set $lastScene to "TeddyEnd">> <<set $footerDisplay to "[[Back|TeddyEnd]]">>
There was a rich lady lived over the sea, And she was an island queen. Her daughter lived off in the new country, With an ocean of water between With an ocean of water between, with an ocean of water between. The old lady's pockets were filled with gold, Yet never contented was she So she ordered her daughter to pay her a tax, Of thrupence a pound on the tea. Of thrupence a pound on the tea, of thrupence a pound on the tea. "Oh mother, dear mother," the daughter replied. "I'll not do the thing that you ask. "I'm willing to pay a fair price for the tea, But never a thrupenny tax, But never a thrupenny tax, but never a thrupenny tax,” 11 "You shall!" cried the mother, and reddened with rage. "For you're my own daughter you see. "And it's only proper that daughter should pay Her mother a tax on the tea, Her mother a tax on the tea, her mother a tax on the tea.” She ordered her servant to come up to her And to wrap up a package of tea. And eager for threepence a pound she put in Enough for a large family, Enough for a large family, enough for a large family The tea was conveyed to her daughter's own door, All down by the Oceanside. But the bouncing girl poured out every pound On the dark and the boiling tide, On the dark and the boiling tide, on the dark and the boiling tide. And then she called out to the island queen "Oh mother, dear mother," called she. "Your tea you may have when 'tis steeped enough. But NEVER a tax from me, But NEVER a tax from me, but NEVER a tax from me.”
<<set $footerDisplay to "">> <<set _temp0 to [ 'Young ladies in town, and those that live round', 'let a friend at this season advise you;', 'Since money\'s so scarce, and times growing worse,', 'Strange things may soon surprise you;', '<<set $libertyCounter++>><<goto \'To The Ladies Song\'>>', ]>> <<set _temp1 to [ 'First then throw aside your high top knots of pride,', 'Wear none but your own country linen;', 'Of economy boast, let your pride be the most,', 'To show clothes of your own make and spinning.', '<<set $libertyCounter++>><<goto \'To The Ladies Song\'>>', ]>> <<set _temp2 to [ 'What if homespun they say is not quite so gay,', 'As brocades, yet be not in a passion;', 'For when once it is known this is much worn in town', 'One and all will cry out \'tis the fashion!', '<<set $libertyCounter++>><<goto \'To The Ladies Song\'>>', ]>> <<set _temp3 to [ 'No more ribands wear, not in rich dress appear,', 'Love your country much better than fine things;', 'Begin without passion, it will soon be the fashion,', 'To grace your smooth locks with a twine string.', '<<set $libertyCounter++>><<goto \'To The Ladies Song\'>>', ]>> <<set _temp4 to [ 'These do without fear, and to all you\'ll appear Fair,', 'Charming, true, lovely, and clever,', 'Tho\' the times remain darkish, young men may be sparkish,', 'And love you much stronger than ever.', '<<set $libertyCounter++>><<goto \'To The Ladies Song\'>>', ]>> <<set _temp5 to [ 'Then make yourselves easy, for no one will tease ye,', 'Nor tax you, if chancing to sneer,', 'At the sense-ridden tools, who this us all fool;', 'But they\'ll find the reverse far and near. ', '<<goto \'BrianaPleased\'>>', ]>> <<if $libertyCounter ==0>> @@.jump;<<App _temp0>>@@ <</if>> <<if $libertyCounter ==1>> @@.jump;<<App _temp1>>@@ <</if>> <<if $libertyCounter ==2>> @@.jump;<<App _temp2>>@@ <</if>> <<if $libertyCounter ==3>> @@.jump;<<App _temp3>>@@ <</if>> <<if $libertyCounter ==4>> @@.jump;<<App _temp4>>@@ <</if>> <<if $libertyCounter ==5>> @@.jump;<<App _temp5>>@@ <</if>>
<<set _temp to [ "//You wind up and hurl the $thrownItem through the air...//", "//They fly through the second floor window and a cheer rises from inside the building!//", "//They yell:// ‘More, more!!'", "''George:'' Briana, do you have anything else we can toss them?", "<<button [[I think I do, actually...|Inventory]]>><</button>> <<button [[No, I think that's everything I've got...]]>><</button>>", ]>> <<Rep _temp>>
<<set $footerDisplay to "">> <<set _tempStingy to [ "<b>George:</b> I'm pretty sure you've still got things we can give away, Briana... Don't be stingy!", "<<goto Inventory>><<set $inventoryHeading to ' '>>", ]>> <<if $inventory.includes("Pears") || $inventory.includes("Peaches") || $inventory.includes("Strawberries") || $inventory.includes("Potatoes") || $inventory.includes("Carrots") || $inventory.includes("Loaves Of Bread") || $inventory.includes("Sausages")>> <<Rep _tempStingy>> <<set $slinging to true>> <<elseif !hasVisited("Take the Sausages") && !hasVisited("Take the Loaves from Lenny")>> <<set $slinging to false>> @@.fade-in;Arg! We need more food to launch. Let's go hunt around town... @@ <<set $footerDisplay to "[[Leave The Area|Cobbler Alley][$satchelFlash to false]]">> <<set $Q3Passage to 'The Butcher Shops'>> <<set $Q4Passage to 'The Bakeries'>> <<else>> <<set $satchelFlash to false>> <<goto VictoryTeddy>> <<set $QPassage to 'Inside Aunt Teddy\'s Apartment'>><<set $Q2Passage to 'The Statehouse'>> <</if>>
<<set _tempLeave to [ "''George:'' It looks like Edes isn't here.", "<<if !hasVisited(\"No, I think that's everything I've got...\")>>''Briana:'' Yeah, I guess we should try the Manufactory House, maybe Edes is covering the standoff there... or maybe he's somewhere else. There are probably other people around town who've had run-ins with the soldiers... maybe he's off interviewing them. <<else>>\'\'Briana:\'\' Yeah, I gathered that much. I did meet some interesting people though.<</if>>", "<<if !hasVisited(\"No, I think that's everything I've got...\")>><<set $currentI to 'Statehouse Background'>><<goto 'The East Common'>><<else>>\'\'George:\'\' Interesting people… ah! That\'s it! The interesting people! I just remembered that all the writers like to hang out at a coffee house near here: The Green Dragon.<</if>>", 'I\'d bet you a shilling Adams and Edes are there.', '\'\'Briana:\'\' Great! Then let\'s get out of here. All this flogging is just depressing...', "<<goto 'The East Common'>>", ]>> <<Rep _tempLeave>> <<set $footerDisplay to "[[Back|The East Common]]">>
<<set _temp to [ "'\'Soldier:\'\' What is this? You've got nothing to offer, really?", 'Well //that// is unacceptable! ', 'You wanted to visit the Butchers? ', 'Well, tough!! ', "If you have nothing for me, we are //done// for the day, Cobblers!! <<if !$inventory.includes('Empty Flask')>>Back to your shop with you!<</if>>", "<<if $inventory.includes('Empty Flask')>> <<button 'Retreat To The Green Dragon' 'The Green Dragon'>><<set $satchelFlash to false>><<set $Q3Passage to 'The Green Dragon'>><</button>> <<else>> <<button 'Retreat To The Cobblery' 'The Cobblery'>><<set $satchelFlash to false>><<set $Q3Passage to 'The Cobblery'>><</button>> <</if>> <<if $inventory.includes('Flask of Rum') || $Documents.includes('Certificate of Freedom')>> <<set $satchelFlash to true>> <<button [[Open Satchel|Inventory][ $inventoryHeading to ' ']]>><</button>> <</if>>", ]>> <<set _tempReturn to [ "\'\'Soldier:\'\' I thought I told you not to come back here empty-handed?!!", "If you want to see the Butcher, you've got to play by //my rules//.", "Now pony up, or it's back to your shop with you, Cobblers!", "<<if $inventory.includes('Empty Flask')>> <<button [[Retreat To The Green Dragon|The Green Dragon][ $satchelFlash to false]]>><</button>> <<else>> <<button [[Retreat To The Cobblery|The Cobblery][ $satchelFlash to false]]>><</button>><</if>> <<if $inventory.includes('Flask of Rum') || $Documents.includes('Certificate of Freedom')>><<set $satchelFlash to true>><<button [[Open Satchel|Inventory]]>><<set $inventoryHeading to \" \">><</button>><</if>>", ]>> <<if visited('No Offering Butcher') gt 1>> <<Rep _tempReturn>> <<else>> <<Rep _temp>> <</if>> <<set $lastScene to 'No Offering Butcher'>> <<set $satchelFlash to false>>
<<set _temp to [ "The King has:<br><br> <<button [[Made us vulnerable by dissolving our legislatures.]]>><</button>> <<button [[Kept Standing Armies among us in times of peace.]]>><</button>> <<button [[Cut off our trade with all parts of the world.]]>><</button>> <<button [[Refused to pass laws of pressing importance.]]>><</button>>", ]>> <<Rep _temp>>
<<set _temp to [ "<b>Briana:</b> Without a legislature, there's no one to complain to!", "No one to hear your grievances, and do something about them!", 'but the bigger issue is the fact that he brought standing armies to our shores, ', 'and forced them to live among us as an act of intimidation and punishment.', '<<goto \"Crying End\">>', ]>> <<Rep _temp>>
<<set _temp to [ "''George:'' Indeed, yes! That\'s an excellent way to put it. What do we need an army for in peacetime?! It's crazy!!", "<<goto \"Crying End\">>", ]>> <<Rep _temp>>
<<set _temp to [ "George: It's true.", "The British //are// moving more aggressively against us with their new taxes. ", "And the customs officers that came with them certainly //have// been interfering in the economy...", 'But the bigger issue is the fact that the King brought standing armies to our shores, ', 'and forced them to live among us as an act of intimidation and punishment.', "<<goto \"Crying End\">>", ]>> <<Rep _temp>>
<<set _temp to [ 'George: It\'s true that the King and the Governors have stalled a lot of the new laws we want passed, ', 'but the bigger issue is the fact that he brought standing armies to our shores, ', 'and forced them to live among us as an act of intimidation.', '<<goto \"Crying End\">>', ]>> <<Rep _temp>>
<<set _temp to [ "\'\'Briana:\'\' Wonderful. Well, this will be part of my report: the King has sent a standing army to our shores, during a time of peace, ", "and, in an unsubtle act of intimidation, forced them to live //among us// as tenants, neighbors, and interlopers,", "all with the ultimate intent to //force// us to pay!", "To pay the taxes the King demands, without further complaint!", "\'\'Townswoman:\'\' I do appreciate this, my dear. I've been feeling //so powerless// lately...", '//She shuffles off.//', "<<if !$Notebook.includes('Standing Armies During Peacetime')>><<Entry 'Standing Armies During Peacetime' 'The East Common'>><</if>>", ]>> <<Rep _temp>>
<<set _temp to [ '\'\'Briana:\'\' It\'s an Occurrence! ', '<b>George:</b> Young woman accosted by soldier. Relieved of her bonnet, muff, and tippet!', "\'\'Briana:\'\' ...Just scandalous!", '<b>George:</b> Ok! And the caption:', '\'\'Briana:\'\' When a woman cannot wear nice clothing on the street for fear it will be violently snatched from her person,', "...her Right to:<br><br><<button [[Equality|Equality Neck]]>><</button>><<button [[Life|Life Neck]]>><</button>><<button [[Prosperity|Prosperity Neck]]>><</button>><<button [[Justice|Justice Neck]]>><</button>><br><br>...has been thwarted!", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|Explore The Square]]">>
<<set _temp to [ '\'\'Briana:\'\' Hey, fella! What\'s going on here? ', '\'\'Man in Hat:\'\' I don\'t know, m\'lady! I thought the troops were NOT supposed to build anything on public land.', 'But look at this!! ', 'It\'s one thing if the solidiers buy the land and build on that.', "But this is public land where they're building their barracks, when Castle Island is not far from here, with much more space.", "This is like walking out into the middle of the street one day and announcing:", "\“This looks like a great spot for //my// new house!!\"", "\“This is //mine// now!!\"", "\“Because //I say so,// and did you see my //gun//\"?", "The King's men are //really// turning into a bunch of bullies!", "<<goto 'The Neck'>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Neck]]">>
<<set _temp to [ 'Harry: Oooh! A shiny rock!!', "Lance: Oh, don't be ridiculous!", "How good could it...", "//Lance looks at the Shiny Rock.//", "Looooook....Ohhh! Shiny....", "I'm going to keep that!", "\'\'Briana:\'\' I don't know what it is about boys and rocks...", '//The soldier puts your shiny rock in his pocket and seems content.// ', '\'\'Lance:\'\' Now!', "//He points his finger at you.//", "I don\'t want to see //you// out here again, lawbreakers.", "Come on, Harry.", '\'\'Soldier Harry\'\': Yeah! ', '//The soldiers walk away.//', "<<goto 'Soldiers Gone Baker'>>", ]>> <<Rep _temp>> <<set $footerDisplay to "The Bakeries">>
<<set _temp to [ "<b>Briana:</b> I give you....", "Drum roll please, George!", "@@.rumble;Brmmmmmmmmmmmmmm@@", "@@.jump;One shiny rock!@@", "\'\'Soldier:\'\' Oh, don't be ridiculous! A shiny rock! Ha!", "How good could it...", "//He looks at the Shiny Rock.//", "Looooook....Ohhh! Shiny....", '//He wipes his mouth...//', "\'\'Soldier:\'\' I, I think I'm going to keep that!", "//The soldier shoves your shiny rock in his pocket and seems content.//", "<b>Briana:</b> I don't know what it is about boys and their rocks...", "\'\'Soldier:\'\' Now!", "//He points his finger at you.//", "I don\'t want to you to think you're getting off easy! You better hope you don't see me again!!<<set $soldiersButcher to false>>", '//The soldier turns and walks away.//', "<<goto 'The Butcher Shops'>>", ]>> <<Rep _temp>>
<<set _temp to [ "So what do you have for me?", "<<set $satchelFlash to true>>", ]>> <<Rep _temp>>
<<set _temp to [ "\'\'Solider:\'\' Not so fast! Where are you off to in such a hurry? You're not going anywhere.", "<<goto \"The Bakeries\">>", ]>> <<Rep _temp>>
<<set $goToIntro to recall('restarting', false)>> <<if $goToIntro>> <<run memorize('restarting', false)>> <<set $passageCounter to 0>> <<set $started to true>> <<goto "Intro">> <</if>> <<set Config.passages.start = "Start Game">> <div class="startBackground episode-2"> <div class="startGame"> <div class="plainTexta"> <h2>Portrait Of A Tyrant</h2> <h1>Episode 2: <br>Occupation</h1><br> <<if !hasVisited("Intro")>> <<link "@@.fade-in-out;Start@@" "Intro">> <<set $passageCounter to 0>> <<set $started to true>> <</link>> <<else>> <<link "@@.fade-in-out;Restart@@">> <<run memorize('restarting', true)>> <<run Engine.restart()>> <</link>> <</if>> <<if hasVisited("Intro")>> <<link "Resume" $newPassage>><</link>> <</if>> <<if !hasVisited("Intro")>> <<link "Resume">><<script>>console.log('Reload clicked');retrieveSavesData({ LoadScreen, episode: 2 });<</script>><</link>> <</if>> <a href="/episodes.html">Episodes</a> <<if $debug>> <<button 'ToCutHimDown' 'The West Common'>><<set $horse to true>> <</button>> <<set $horse to true>> <<set $inventory.push("Twisted Intestines")>> <<set $inventory.push("Scrap Of Leather")>> <<set $inventory.push("Cow Femur")>> <<set $inventory.push("Shiny Rock")>> <<set $inventory.push("Sausages")>> <<set $inventory.push("Loaves Of Bread")>> <</if>> </div> </div>
<<set _temp to [ "//The soldiers' eyes grow wide, and then narrow into blades.//", "//You smile, and without warning, run right past them into the crowd,//", "//...tearing through the people, down the block, and into the plaza in front of the Statehouse,", "...where you and George bob and weave until it's certain you've lost the soldiers.", "Satisfied, you return to the Cobblery to plot your next move.", "<<set $shop to \"Baker\">><<goto \"Fled Soldiers\">>", ]>> //<<Rep _temp>>// <<set $footerDisplay to "[[Back|The Bakeries]]">>
<<set _temp to [ "\'\'Briana:\'\' Wow, George... I didn't know you could be so eloquent!", "<b>George:</b> Thank you?", "\'\'Briana:\'\' Hmmmm. Seems like our biggest problem is that it's a secret who prints the <i>Journal of Occurrences</i>... at least that's what I heard.", "\'\'George:\'\' Oh, it //is// secret... I imagine that they don't want to make it easy for the governor or anyone else to come after them, like they did with your Dad.", "//You shift in your chair.//", "\'\'George:\'\' It makes the King look bad when stories show up in the papers about how out of control his soldiers are...", "And when the King looks bad, the hammer comes down on his men.", "\'\'Briana:\'\' Then I guess we //have// to do this!", "\'\'George:\'\' All right! We should talk to my Aunt Teddy, then.<<set $Q2Passage to \"Outside Aunt Teddy's Apartment\">> ", "Ever since the occupation began, she's been reporting to what she referred to as '//a secret paper//' about the officers quartered in her apartment. That's got to be //the Journal//. She's been telling me these officers are awful to live with, but she can't kick them out...by order of the King!", "Come to think of it, the only reason Captain Hollister came to my shop in the first place is because Aunt Teddy suggested it. He's one of the men living with Aunt Teddy right now.", "<b>George:</b> //(meekly)// She was just trying to give us some business.", "\'\'Briana:\'\' I didn't know that! Well, then we //definitely// have to talk to her! And I bet Teddy will have plenty more ideas for ways we can get back at the Captain.", "\'\'George:\'\' Can't hurt to ask, right? I can take you over there right now...", "<<goto 'Need Scarf'>>", ]>> <<Rep _temp>> <<set $satchelFlash to false>> /*Everybody CAN hate everybody. Just because we have the capacity to hate each other doesn't mean we should use it. Human beings have infinite capacities */ <<set $footerDisplay to "">> <<set $lastScene to passage()>>
<<set _temp to [ "''Lady'': Well, it's not that complicated:", "The soldiers decided they wanted to take over the Manufactory, so they tried to throw out the people living there.", "They gave the current residents two hours to pack their things and get out.", "The residents responded by locking all the exterior doors to the building, and telling the troops they would simply have to find somewhere else to live.", "It actually worked, at first.", "The soldiers were so suprised by such a flagrant rebuff that they simply left.", "However, a couple days later another soldier spotted a Manufactory tenant sneaking out of the cellar to run an errand.", "The soldier forced his way past the tenant, and into the cellar, where he barricaded the door to the rest of the boarding house, and called in the rest of the troops.", "They secured the cellar and posted guards at all the exterior doors around the building.", "To complete their counteroffensive, they sent word to the Manufactory's residents that they would recieve no food or water until they relented in their foolish resistance, and allowed the soldiers into their quarters.", "And that in the meantime, they would all simply wait.", "<<goto ChoicesLady>>", ]>> <<Rep _temp>>
<<set _temp to[ "''Lady:'' This building began with such promise!!", "''Briana'': What do you mean?", "''Lady:'' Well... did you know that they opened this place as a social works project?", "They were trying to train and employ all the women in the area who wanted a job.", "They did it to relieve pressure on large families that were at risk of collapsing, economically-speaking.", "So they taught weaving and thread spinning and gave the women in town a good way to make some money.", "It only lasted a few years because the business wasn't profitable enough, and donations couldn't keep them going.", "Once the ladies cleared out, they turned the whole building into a boarding house and started charging people rent.", "People have been living there for years now...", "The troops can't just throw them out into the street!", "//She pouts her lips//.", "<<goto 'ChoicesLady'>>", ]>> <<Rep _temp>>
<<if hasVisited("SpecialBuilding") && hasVisited("WhyStandoff")>> @@.fade-in;<b>Briana:</b> Hey, thanks for all that info... very interesting... I'll see what I can do to help...@@ <<else>> <b>Briana:</b><br> <<if !hasVisited("WhyStandoff")>> <<button [[Tell me more about this standoff...why is it happening at all?|WhyStandoff]]>><</button>> <</if>> <<if !hasVisited("SpecialBuilding")>> <<button [[What's so special about this building?|SpecialBuilding]]>><</button>> <</if>> <</if>> <<set $footerDisplay to "[[Back|Talk To The People In The Crowd]]">>
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 768"><defs><style>.cls-1{fill:#423606;}.cls-2{fill:#a84322;}.cls-3{fill:#41515e;}.cls-4{fill:#774c26;}.cls-5{fill:#4c4037;}.cls-6{fill:#dbac16;}.cls-7{fill:#7e532a;}</style></defs><title>Freddy</title><polygon class="cls-1" points="694.23 139.26 687.76 37.17 655.46 32 646.41 37.17 656.75 141.85 694.23 139.26"/><polygon class="cls-1" points="599.88 112.13 594.71 86.28 580.5 81.11 564.99 92.74 568.87 114.71 599.88 112.13"/><polygon class="cls-1" points="528.8 127.63 521.05 79.82 497.79 70.77 486.15 86.28 491.32 134.1 528.8 127.63"/><polygon class="cls-1" points="434.46 153.48 422.83 100.49 402.15 82.4 359.5 99.2 360.8 174.16 434.46 153.48"/><polygon class="cls-2" points="654.81 59.78 627.99 51.06 607.47 62.21 608.93 131.51 667.08 131.51 654.81 59.78"/><polygon class="cls-3" points="732.99 236.84 726.53 138.3 586.96 104.53 291.01 185.79 291.01 201.3 398.27 211.64 426.71 242.65 460.31 246.53 464.18 205.18 633.48 163.82 654.16 200 732.99 236.84"/><polygon class="cls-4" points="721.36 645.87 536.56 696.27 428 621.32 416.37 627.78 537.85 705.32 645.12 680.76 721.36 656.21 721.36 645.87"/><polygon class="cls-4" points="722.66 706.61 726.53 645.87 704.57 639.41 700.69 698.86 722.66 706.61"/><polygon class="cls-4" points="652.87 712.42 655.46 658.79 628.31 658.79 628.32 713.07 652.87 712.42"/><polygon class="cls-4" points="577.91 728.58 577.91 674.3 549.48 682.05 548.19 736.33 577.91 728.58"/><polygon class="cls-4" points="490.03 698.86 492.62 658.79 475.82 644.58 460.31 688.52 477.11 697.56 490.03 698.86"/><polygon class="cls-4" points="421.54 685.93 442.22 625.19 428 613.56 394.4 671.72 421.54 685.93"/><path class="cls-5" d="M691.64,267.86,581.79,227.15,400.21,272.38l22.51,7.5L420.27,347l-29.43-7.09,1.94,13.57,27.11,4-3.38,92.48-27.12-5.34-.73,12.6L416.11,461l-3,81.52,7.76,1.94,3.32-82.35,18.93,2.61-.93,83.62,7.76,1.93,1.67-84.38,16.28,2.23-.51,78.28H481l-2.81-251.74Zm-223,90.79-14.8-3.57,1.27-64.41,14.83,4.95-.9,1Zm-37.2-75.87,13.66,4.56-.72,65.46L428.76,349Zm-6.8,168.73,3.74-92.83L444.28,361l-1,94.16Zm27.18,5.34,1.88-94.46,14.9,2.18L468,460Z"/><polygon class="cls-6" points="471.53 370.19 503.88 359.65 521.27 364.8 539.65 392.33 557.57 407.8 601.5 461.06 588.09 470.52 550.77 449.43 527.51 449.43 497.46 436.35 490.68 418.41 503.76 384.49 499.88 376.25 471.53 370.19"/><polygon class="cls-5" points="656.75 452.01 449.97 444.26 443.24 455.17 661.92 458.48 656.75 452.01"/><path class="cls-7" d="M710.7,279.74l1-26.59L591,207.36,384.06,254.61v23.26L369.52,585.13l13.57,8.72,9.69-2.91.75-34.46,19.6,1.51h75.61l37.8,10.66,35.86-1.79v29.9h14.54l3.12-30.28,98-1.57-5.16,31.85,21.32,6.78,15.51-64.94V481.42l3.51-19.27,2.55-176.28Zm-51.37,92.15-.17-20.56,38.83,5-6.71,108-30.35,1.71ZM654,466.45l-40.3,2.26L612,341.4l33.81,8.2,6.1.79Zm-40.23,7.21,40.37.47,1.09,59.23-39,.63Zm-24.27-8-.56-129.89,16.28,3.95,1.72,128.37Zm-61.61-1.44-2.48-135L543,327.16V464.52Zm-34.25-.56L490,333.44l27-3.2L519.27,464Zm24.66,11.41L512.82,536l-17.17.37L494,474.9Zm51.86-216.64L563.87,319l-14.55,2.53-.61-79.94L563.07,238l-2.61,7Zm-27.14,62v.27l-17.85,1.57-4.41-73.82L540,243.73Zm-26.37,2.59-26.84,2.36-1.9-68.72,24.27-6.06Zm-33.47,2.95-34.52,3,.32-62.6,32.2-8.05Zm-42.3,3.72-15.49,1.35,2.9-59.47,13.82-3.46ZM417,331.87l-17.64,1.56,1.18-44.9,10.67-5.81v-6.79l8.42-2.1Zm-17.92,12.36,17.45-2.07-5.44,120.19L396,462.1Zm-3.39,128.55,14.91.32-2.95,65.12-13.69.3Zm22.8.49,19.5.42-1.29,63.91-21.36.46Zm.53-10.79,5.9-121.31,15.77-1.87L438.2,462.8Zm29.61-124.13,34.8-4.12,3.82,129.37L448,463Zm102.15-11.53,12.5-2.07-.87,8.37V464.84l-12.28.1Zm61.34,3.6,8.45-82.6-6.79-2.9-8.72,82.38,0,1.95-16.19-2.7-.32-73.64,12.18-12.78,50.82,18.34v76.59l0,1.94Zm-164.51,207,.33-63.46,39.63.85,1.83,61.72Zm74.17-1.59,5.69-60.15,15.31.33-4.58,59.47Zm25.61-.57,2.1-58.64,12.92-.19v58.53Zm42-59.89,17.58-1.2.81,60-24.48.4Zm74.11,57.9-2.27-47-.21-12.05,29.58.35L689.38,495l-6.14,37.91ZM698.1,344.75l-39-6.51-.63-77.3,30.83,11.13,9.81,66.86Z"/></svg>
<div class="fixed"> <<include "Cobbler Alley Calm Background">> </div>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 768 576"><defs><style>.cls-1{isolation:isolate;}.cls-2{fill:#acc0dd;}.cls-3{fill:#bbc9b7;}.cls-4{fill:#fcfedf;}.cls-5{fill:url(#linear-gradient);}.cls-6{fill:#886842;}.cls-7{fill:#b1b49a;}.cls-8{fill:#91947e;}.cls-9{fill:#72737d;}.cls-10{fill:#eee4b1;}.cls-11{fill:#96726d;}.cls-12{fill:#926258;}.cls-13{fill:#be927a;}.cls-14{fill:#5d2f23;}.cls-15{fill:#cc9c7c;}.cls-16{fill:#a57b69;}.cls-17{fill:#c08f76;}.cls-18{fill:#97726f;}.cls-19{fill:#7c6060;}.cls-20{fill:#8e675f;}.cls-21{fill:#9f7e64;}.cls-22{fill:#422b2d;}.cls-23{fill:#957a73;}.cls-24{fill:#5e4e55;}.cls-25{fill:#d2a07e;}.cls-26{fill:#9e6133;}.cls-27{fill:#5a4b2e;}.cls-28{fill:#8c5421;}.cls-29{fill:#161208;}.cls-30{fill:#93501d;}.cls-31{fill:#363c2b;}.cls-32{fill:#f4dbba;}.cls-33{fill:#6b390f;}.cls-34{fill:#694207;}.cls-35{fill:#7f4109;}.cls-36{fill:#96a363;}.cls-37{fill:#476843;}.cls-38{fill:#eed47d;}.cls-39{fill:#f4da8f;}.cls-40{fill:#c6b16f;}.cls-41{fill:#411802;}.cls-42{fill:#d89955;}.cls-43{fill:#b77e23;}.cls-44{fill:#432016;}.cls-45{fill:#c2722c;}.cls-46{fill:#885220;}.cls-47{fill:#3d2d22;}.cls-48{fill:#8d5222;}.cls-49{fill:none;}.cls-50{fill:#1c1719;}.cls-51{fill:#281f1b;}.cls-52{fill:#4d4749;}.cls-53{fill:#3b2b26;}.cls-54{fill:#542b1d;}.cls-55{fill:#9e9c46;opacity:0.3;}.cls-56{fill:#a66a5b;}.cls-57{fill:#4a383a;}.cls-58{fill:#2b171b;}.cls-59{mix-blend-mode:soft-light;fill:url(#radial-gradient);}</style><linearGradient id="linear-gradient" x1="384" y1="312" x2="384" y2="554" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#bdcc7f"/><stop offset="1" stop-color="#515972"/></linearGradient><radialGradient id="radial-gradient" cx="384" cy="288" r="339.41" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fcee21"/><stop offset="1" stop-color="#f15a24"/></radialGradient></defs><title>11DocksHorse</title><g class="cls-1"><g id="Back"><rect class="cls-2" x="1" width="767" height="328"/><polygon class="cls-3" points="134 318 56.38 226.88 15 224 20 319 134 318"/><polygon class="cls-4" points="597 155.5 597.5 150 579.5 144 578.5 126 558.5 115 546 119.5 538.5 133 542 150 519.5 148.5 499.5 175 509.5 176.5 597 155.5"/><polygon class="cls-4" points="768 122.75 743 106.63 712.5 110.56 699.5 127.03 642.5 174.02 626 168.51 610.5 176.5 605.5 191 601 190.5 597.5 197.5 581.5 194.5 545.5 199 525.5 225 524.5 234 504.5 224.5 476.5 229.5 475 213.5 450 189.5 402 175 375 190.5 365 225.5 370.5 240.75 355 232 327 232 311 252 297 259.5 286 290 289.5 308.5 768 310 768 122.75"/><polygon class="cls-4" points="243.5 309 234.5 285.5 220.5 278 213 265 169.5 246.5 71.5 263.5 116.5 291 126.5 317 243.5 309"/><polygon class="cls-4" points="0 51 75.5 81 92 104 100 145.5 78.5 251.5 57 242 48 231 29 228.5 0 191 0 51"/><polygon class="cls-4" points="98 70 107 70 117.5 60 99 52.5 74 53.5 62 60 76 68.5 98 70"/><polygon class="cls-4" points="123.5 84 129.5 105.5 160.5 113.5 167 125.5 207 123.5 187 117 196 106.5 193 94 182.5 92 178 81 149.5 70 130.5 69.5 123.5 84"/><rect class="cls-5" y="312" width="768" height="242"/></g><g id="Water_Shadows" data-name="Water Shadows"><polygon class="cls-6" points="292.17 410 321.58 416 342.63 423.67 312.65 422.33 308.66 425.33 275.66 424.67 268.67 435.33 225.33 433.33 221.67 427.67 223.5 423.33 215 421.67 215 418 226.67 412 292.17 410"/><polygon class="cls-7" points="353.83 462.83 355.58 455.08 342 451 326 451 322.33 458.67 340 462.67 353.83 462.83"/><polygon class="cls-7" points="362 454 371 453.33 373 449.67 364.33 445.33 355 446 352.33 450.33 362 454"/><polygon class="cls-7" points="377.67 463.33 375.67 467.67 386.33 471 409.33 472.33 409.67 468.67 397 462.33 377.67 463.33"/><polygon class="cls-7" points="265 461 261 454.67 239 449 229.67 452.67 232 458.33 252.33 464.33 265 461"/><polygon class="cls-7" points="468.67 482.67 473.33 474.33 454.33 466.33 414.67 470.67 408.33 477.33 352.33 473.33 333 475 329.33 479.67 349 487 389.67 488.33 419 493.33 423.33 483.67 468.67 482.67"/><polygon class="cls-7" points="298.33 319.67 302 321.33 298.33 330 249.33 332 214.33 327.33 217.33 321 233.33 316.67 298.33 319.67"/><polygon class="cls-8" points="168.17 344.67 187.92 346 197.96 349.67 197.31 357 170.99 364 157.33 360.67 122.16 362.33 81 354 81 345 168.17 344.67"/><polygon class="cls-8" points="388.67 321.67 371.67 325.67 368 329.67 374.67 331.33 375.33 336.67 386.67 340.67 485.33 340 491.67 331.67 481.67 323 388.67 321.67"/><polygon class="cls-7" points="477.33 315 500 317.67 516.67 316.33 556 318.33 590.33 318 590 312.33 477.67 311.33 477.33 315"/><polygon class="cls-9" points="618.67 337.33 572.67 341.33 560 354 656 358 672 356 707 361.67 759.67 363.33 768 361.67 768 333 618.67 337.33"/><polygon class="cls-10" points="341.67 351.33 344.83 345 334.92 342 267.62 336.33 263.98 337.67 231.49 334.33 221 336.33 221 340 227.33 341.67 224.33 345.33 210 344.67 200 345.33 197.96 349.67 223 354.33 241 352 243 345.33 272 350 286 350 293 346.67 341.67 351.33"/><polygon class="cls-10" points="340.33 337 343.33 332 332.33 327.67 321 328.33 319 332 330 335.33 340.33 337"/><polygon class="cls-10" points="331 324.67 331.33 321.67 324.33 319.67 314 320 312.33 324.33 322 326 331 324.67"/><polygon class="cls-10" points="336.83 323.67 338.33 322 345 322 351.33 324.67 350 327 342 327 336.83 323.67"/><polygon class="cls-10" points="353.67 331.67 351.67 335 358 337.33 364.67 338 365.67 334.33 361.33 332.33 353.67 331.67"/><polygon class="cls-10" points="484 346.67 490.67 342.33 509.33 340.67 530.33 345 530.67 355 506.33 354 500 360.33 468.67 357 396.67 358.33 369 354.33 370.67 350 424.67 347.33 484 346.67"/><polygon class="cls-10" points="520.83 360.17 515.75 365.75 527.88 368.71 539 368.33 539 364 530.67 359.67 520.83 360.17"/></g><g id="Layer_2" data-name="Layer 2"><polygon class="cls-11" points="616.5 307.5 546.69 307.13 546 303 535 303 535 307.07 531.6 307.05 529.5 302 516 303 516 307.89 502.94 309.83 502.5 305 493.5 301 487.5 303.5 486.83 309.18 477.5 308.03 402 298.02 364.52 298.92 358.5 294.5 352.62 299.2 352.16 299.21 350.5 278 348 277.5 346.41 299.35 329.5 299.76 329 294 326 294 326 284 323 282.5 322.5 292.5 320 294.5 316.75 302.21 303.38 300.63 295.5 309 183 309 182.5 314 320 314 320.05 313.55 575.5 315 616.5 307.5"/><polygon class="cls-12" points="190.5 302.25 190.16 293 204.75 293 199.5 276.86 211.5 277.25 212.25 274.25 198.57 274.01 188.29 242.39 187.5 221 183.75 228.5 184.21 273.75 170 273.5 173 276 184.24 276.37 184.5 301.75 126.75 301.5 134.25 315 179.75 322.75 202 321.5 213.75 303.75 190.5 302.25"/><polygon class="cls-12" points="279.33 225.67 245 226 246 231.33 278.67 232 279.33 225.67"/><path class="cls-12" d="M292.32,306.37l-11.6-18L279,266l-1.67-31.33-8.69-.5,1.11-43-4-1.75L264,207h-8V189l-5.67.33.34,16.67L242,207.67l-15.33,84,5.23.18-6.66,12.37-2.91.11L231,319.67,248,322l11.67-1.67,30,3,12.33-2,4.33-13.66Zm-63.58-2.28,5.74-12.15,9.53.33-5.85,11.47Zm14.24-.54,4.49-11.16,7.86.28L257.67,303Zm24.17-11.84,12.21.26,9.26,14-21.79-2Z"/><polygon class="cls-13" points="243 212 251 211 251 225 241 225.33 243 212"/><polygon class="cls-13" points="276.67 279.33 274 239.67 268 237.67 268.33 256.67 276.67 279.33"/><polygon class="cls-13" points="688 246 635 306 720 305 688 246"/><polygon class="cls-13" points="457.5 253 477 299 434.5 301.5 440.5 254.5 457.5 253"/><path class="cls-13" d="M422.75,292.33,403,256.07l-.2-.82-.16.16-.59-1.08V256l-10.75,10.28L390,274.5l12.84,2.14-.39,9.26-.78-.23-10.67,8L361.67,293l24.66,30,36.67-.67L441.67,313l2-21.33ZM405,286.68V277l.85-7L417,290.33Z"/><path class="cls-12" d="M472.62,304.49,453,263.65l11,.35-7.67-39.33L453,224.6v-2.12l2.67-.81-.34-2-2.33.57V218l-6.57-1.54-.1-1.79-2.33-.34.07,1.58-6.74-1.58,5.26,8.47-6.26,1.53.67,3,2.56-.77,1.25,12.17-7.48.94-6.33,61,12.85.23L440,306l-39.67,2.33,19.34,19.34L457.33,329l11.34-1,9,.33,6-23.66ZM445.67,301l.59-37.3.06.25,1.88,40.16-5-.08-.28-3.08Zm4.14-23.1,6.58,26.34-5.14-.08Zm9.29,26.38-10-38.51-.12-2.25h.09l20.6,40.93Z"/></g><g id="Front"><polygon class="cls-14" points="464.3 515.92 462.04 502.07 481.09 499.7 494.87 505.14 508.21 492.32 515.93 493.61 522.4 485.67 528.65 487.03 530.54 490.06 525.41 498.23 529.58 502.64 526.95 514.11 534.12 512.63 538.73 513.63 539.26 508.44 543.41 501.63 549.76 502.68 551.64 506.42 547.44 515.74 555.2 520.32 576.07 521.39 578.01 517.93 592.71 516.59 596.97 523.21 578.81 526.6 575.77 524.52 555.99 524.29 553.54 532.95 596.61 543.29 602.55 540.54 616.06 542.65 617.23 548.9 603.03 547.52 597.91 545.22 553.21 536.9 579.24 557.78 579.37 561.51 543.41 566.69 501.09 545.84 458.75 557.17 458.19 561.62 446.71 569.47 432.63 564.58 431.16 560.63 452.36 552.08 455.37 553.43 498.83 542.83 470.46 524.73 466.47 521.54 414.04 513.52 410.3 516.19 386.25 512.6 379.36 502.99 407.6 507.75 412.57 510.35 464.3 515.92"/><polygon class="cls-15" points="692 69.83 652 61 652 70 692.33 79.67 692 69.83"/><path class="cls-16" d="M768,154.33V150l-6.39-.41-39.72-53L729,99l-.83-8.67L698,83.67V90l5.66,3.67,2,14-6.82-.67-4.92-8.67-43.46-6.66-10.06,34,33.3,12L626.51,181.5l4.66,3.5L662,187.67V195H633l-9.34,42-19.33,44.67L599.66,307l.19.09-6.19-.09L575,306.33,515.66,273,513,276.33l57.33,33.34,44,29.33L747,336.33,729.66,309l-123.93-1.82L616,272l53.66,5,19.91-3.39-11.91,30.06,79.34,2-18-43.34L717.8,265,743,216h25V159l-32,1.33V156Zm-33.67-6.5L715.66,118H724l.5-7.67L714,107V95.47l39.92,53.62Z"/><path class="cls-17" d="M180.33,283l-2-11.33-21.33.66,24-6-17-55.77L159,209l-.5-19.47L154.33,159,144,158l-5.67,4.32L131.67,125H87L72.33,179,77,180.33,60,232l5.67-3.67-17.34,60,14,23.34,26-.67-1.83-7,4.18-7.14,7.9,1.44L94.33,311l5.42-.69L103.48,298l23-1.84,2.17,17.53,5-.67-2.94-17.2,21.21-1.7L163,311.5l7.33,4.17-13.71-21.95,9-.72ZM85.39,299.72l-1.06-4.05,3.16.57Z"/><polygon class="cls-17" points="195.5 314.25 188 323 171.75 349 135.25 350 76 347.5 56.25 310.75 195.5 314.25"/><polygon class="cls-18" points="149.67 315.67 155 321 139.33 350 171.75 349 195.5 314.25 149.67 315.67"/><polygon class="cls-19" points="675.03 190.19 674.64 180.98 718.5 180.5 702.5 150 738 148.5 725.5 123 693 116.5 685 135 673.43 135 674.48 120.5 673.47 105 674.26 95.58 679.5 96 692 85 680.5 81.5 675.04 80.44 675.38 56.5 669.75 55.5 669 79.27 647 75 661 94.5 668.5 95.11 666.6 135 642 135 626.5 181.5 669 181.04 669 190.88 633 195 634 200.5 660.5 202.5 731.5 189.5 729 184 675.03 190.19"/><path class="cls-19" d="M768,278V222l-49-4-22.5,45L618,268l-2,4,42.64,10.29,1.74,19.21L587.94,307,601,314H703l31.5,23,33.5,1V298l-2.58.05-12.64-20.74Zm-8.66,20.18L669.5,300l.86-18.92L713,275.5l29.35,1.33Z"/><polygon class="cls-20" points="113 154 113 101 108.5 100.5 107.5 154.5 113 154"/><polygon class="cls-20" points="118 308 117.5 282 167.5 280.25 151 209.63 164 210.56 158.5 189.53 148.5 182.02 144 158.01 102 158.5 102.41 178.96 68 178.5 69.5 182 102.48 182.47 102.5 183.5 92.8 228.2 56.38 226.88 60 232 91.98 232 82 278 109.5 282 111 308 64 307.75 69.5 316 110 316 134 318 196 315.5 197 311 118 308"/><polygon class="cls-20" points="190.75 319.25 140.88 320.13 132.94 323.31 182.5 323 188 323 190.75 319.25"/><path class="cls-21" d="M100.42,386.33,92.82,385l-9.21-20.34,10-1-21.33-46L58.33,291,35,277l24,.67-8.67-7.34L37,231,27,200.33l-2.67-14.66L0,181.67V359l46.33,9.33,10.27-1L62,379.59,24.5,373,15,417.67,54,441h49l19.37-56.67ZM65,366.5l7.4-.73c2.29,5.47,5,11.89,7.1,16.89l-7.21-1.27Z"/><polygon class="cls-22" points="0 261.67 25.66 279 57 423.67 0 417 0 261.67"/><polygon class="cls-23" points="768 437.67 499.58 456.33 500.29 492.33 476.31 497.67 477 521 450 521 450.33 537.67 418.33 535.67 381 551.67 325.67 529 325 514.33 261 495.67 172.33 539 191 576 768 576 768 437.67"/><polygon class="cls-24" points="620 529.67 499.58 456.33 500.29 492.33 609.33 550.67 620 529.67"/><polygon class="cls-24" points="570.67 567 476.31 497.67 477 521 548.33 576 570.67 567"/><polygon class="cls-24" points="503.33 576 450 521 449.67 539 482 576 503.33 576"/><polygon class="cls-24" points="459 576 439.33 536.67 433 536.33 448.67 576 459 576"/><polygon class="cls-24" points="431.33 576 418.33 535.67 412.67 538.33 421.67 576 431.33 576"/><polygon class="cls-24" points="407.67 576 400 543.33 393.33 546 397 576 407.67 576"/><polygon class="cls-24" points="375.67 576 381 551.67 371.67 548.33 354.33 576 375.67 576"/><polygon class="cls-24" points="326.33 576 355 541 344.25 536.25 309.67 576 326.33 576"/><polygon class="cls-24" points="324.38 514.25 325.73 529 265.25 576 240 576 324.38 514.25"/><polygon class="cls-25" points="269 498 160 576 0 576 0 407 40 414 264 485 269 498"/><polygon class="cls-26" points="218.5 508 194.5 553.5 81.5 551 144.5 492.5 187.5 493 200.5 505.5 206 510.75 199 519 215.5 504 218.5 508"/><polygon class="cls-14" points="341.94 346.02 344.38 342.34 339.21 339.2 334.55 338.98 332.37 333.57 329.99 332.94 329.16 329.82 327.19 329.41 326.25 330.03 326.67 333.04 324.9 333.77 324.18 337.4 322.31 336.05 320.85 335.74 321.37 334.19 321.06 331.69 319.09 331.17 318.05 332 318.05 335.22 315.25 335.54 309.12 333.15 309.01 331.9 304.96 329.62 302.89 330.97 307.67 334.29 308.81 334.08 314.52 336.57 314.1 339.38 300.4 336.78 299.05 335.22 294.89 334.08 293.75 335.8 298.01 337.3 299.77 337.3 313.69 340.62 303.51 343.22 302.99 344.26 312.65 350.38 327.5 349.87 338.2 358.59 337.78 359.94 340.06 363.68 344.74 364.09 345.67 363.21 340.69 358.07 339.65 358.07 328.54 349.35 339.03 347.79 340.58 347.37 356.68 351.84 357.41 353.08 364.78 355.16 368 353.29 359.28 351.01 357.51 351.11 341.94 346.02"/><polygon class="cls-27" points="452 394.5 448 389 442.5 393 446 394 446 400 457.5 404 463.5 399.5 465 389 461.5 388 452 394.5"/><polygon class="cls-27" points="441.5 406.5 440.5 399.5 435 398.5 429 400.5 436.5 402.5 432 410 441.5 417 455 416 459.5 413.5 457 411 441.5 406.5"/><polygon class="cls-27" points="569 58 558.5 60 554.5 69 541.5 66 534 70.5 557.5 74.5 569 58"/><polygon class="cls-27" points="560.5 37.5 566.5 25 561 25 558.5 31.5 550.5 30.5 545.5 33 560.5 37.5"/><polygon class="cls-27" points="740.75 48 743 41 752 41 743 53 731 50 734 46 740.75 48"/><polygon class="cls-19" points="553 479.85 651 541 706 497 656 465 666 486 629.82 481.99 615 486 588 467 553 479.85"/></g><g id="Frame"><polygon class="cls-26" points="0 447 121 484 38 526 90 531 176.33 481 164 468 0 422 0 447"/><polygon class="cls-28" points="191 473.01 191 341.02 183.66 337.67 177.66 341.39 179.67 482.33 191 473.01"/><polygon class="cls-28" points="188.66 378.66 158.66 353.33 144.66 356.66 185.33 390 188.66 378.66"/><polygon class="cls-24" points="8 420.44 8 321.28 181 350.33 189.56 342.7 7.66 313 2.57 312.33 85 227 79 223 0 303.66 0 312 0 315 0 421.67 0 422 0 428 176.33 481 191 472.85 8 420.44"/><polygon class="cls-28" points="14.83 576 194 481 194 469.67 186.17 467.67 0 557.67 14.83 576"/><polygon class="cls-28" points="139.5 356 143.5 503.5 134.5 505 132 361 139.5 356"/><path class="cls-28" d="M187,339.84l0-.51-.39.1-100-116.89-7.48.45-.14-.16-79,3.5V240l83.16-7.28L102,255.61,9.11,266.89,0,252.5v25l3.14-.44,12.42,20L.13,299.26l.29,8.5,19.9-3,17.83,28.76L0,341v12.5l44.36-10L61,370.33l-61,15V399l186.33-50,.29-4.1,2.94-2ZM14.53,275.47l93.1-13,15.92,19.35L27.17,295.44ZM32,303l97-14.63,19.37,23.56-98.5,19.31Zm40.77,64.44L56,340.93l98.1-22,19.54,23.74Z"/><polygon class="cls-28" points="79.26 527.66 75.85 374.54 67.24 378.84 68.63 441.18 0 461 0 475 68.87 452.04 70.65 531.96 79.26 527.66"/></g><g id="Briana"><polygon class="cls-29" points="255.41 530.58 256.46 536.41 255.85 538.04 255.22 540.31 251.66 544.36 249.24 545.5 248.47 546.63 243.8 548.58 243.8 549.72 253.17 550.69 257.86 547.61 259.63 545.17 263.68 544.2 264.17 538.2 262.38 534.47 261.73 528.14 266.6 523.27 266.76 527.49 265.62 530.74 268.87 540.47 271.3 541.77 273.41 539.98 272.76 526.84 268.54 520.52 255.41 530.58"/><polygon class="cls-30" points="247.59 448.49 247.59 453.68 243.48 470.55 245.69 472.34 245.69 480.29 242.92 479.15 241.78 480.94 241.13 486.45 238.7 481.42 239.67 470.88 239.34 450.93 241.13 448.49 240.48 442 249.87 443.79 247.59 448.49"/><polygon class="cls-30" points="246.95 397.88 246.95 402.42 247.29 404.61 246.88 408.1 248.51 412.96 252.16 416.86 254.27 417.51 254.19 419.62 252.73 421.56 251.35 422.54 252.57 426.75 258.81 428.86 264.98 427.16 266.44 421.48 263.35 419.54 262.7 417.1 263.27 413.53 265.06 411.26 267.98 404.94 264.57 397.47 255.89 390.98 247.77 395.69 246.95 397.88"/><polygon class="cls-31" points="245.02 478.02 243.08 476.88 241.62 479.64 241.13 486.45 240.48 494.4 237.72 505.43 239.34 492.13 240.64 485.48 240.28 484.75 238.7 492.78 237.07 505.92 232.69 513.7 232.37 521 233.99 521.82 236.59 518.89 238.53 505.76 241.45 494.4 242.59 486.78 245.02 478.02"/><polygon class="cls-32" points="260.16 404.75 259.78 404.48 257.78 403.99 257.13 404.26 257.24 405.72 258.11 405.83 259.73 405.12 260.16 404.75"/><polygon class="cls-32" points="251.86 405.04 249.94 404.1 249.19 404.31 249.13 405.67 250 405.99 251.08 405.77 251.86 405.04"/><polygon class="cls-29" points="251.86 405.04 250.69 403.89 249.4 403.59 248.75 403.82 248.05 404.71 249.13 405.98 249.56 405.98 250.21 405.17 250 404.39 251.86 405.04"/><polygon class="cls-29" points="255.89 404.69 257.4 403.5 258.38 403.61 260 404.53 257.68 404.2 257.89 405.18 257.24 405.72 256.16 405.02 255.89 404.69"/><polygon class="cls-29" points="251.84 403.72 252.32 403.61 252.11 402.42 250.1 400.96 248.48 400.85 247.83 401.93 248.54 401.39 249.84 401.77 251.84 403.72"/><polygon class="cls-29" points="254.43 403.29 256.65 402.15 257.35 401.66 259.19 401.83 260.11 402.37 259.14 401.07 257.89 400.69 255.68 401.45 254.49 402.26 254.43 403.29"/><polygon class="cls-33" points="255.53 408.42 255.71 407.73 254.62 407.19 252.74 403.95 252.33 403.61 251.92 406.64 251.43 408.6 253.13 409.76 254.11 409.76 254.51 409.17 255.53 408.42"/><polygon class="cls-29" points="256.7 412.28 254.59 411.25 252.81 411.13 251.78 411.86 251.19 411.9 252.05 412.33 253.78 412.28 256.7 412.28"/><polygon class="cls-34" points="255.54 413.24 253.94 412.92 252.81 412.92 252.7 413.4 254.38 414.35 255.57 413.87 255.54 413.24"/><polygon class="cls-35" points="260.6 415.13 256 416.91 252.16 416.86 254.97 417.89 257.62 418.05 259.46 416.75 260.6 415.13"/><polygon class="cls-29" points="265.57 404.37 264.43 406.15 264.98 407.61 265.84 406.26 265.57 404.37"/><path class="cls-36" d="M286.44,460.28l4.65-9.19-3.89-9.74-9.3-10.94-3-4-8.43-4.95-2.11,5.76-5.52,1.62-6.24-2.11-1.22-4.21-6.11,1.94-3.79,9.74-2.27,14.06-1.73,7.57,1.73,14,3,2-1.3,10.38-2.86,44.45,9.89,4.38,7,1.79,6.49-.33,4.21-6.32,5.2,1.13,5.57,2.49,3.46-2-.76-22.76-1.95-29.69L276,465l-1.5-2.83,3.28,1.1Zm-17.73-9,2.59-8.44,4,1.77,2.57,3.91-4.76,6.17-.78,4.13,1.25,1.72Z"/><polygon class="cls-37" points="247.78 450.44 254.54 451.74 250.86 446.55 247.4 442.22 246.54 438.54 248.27 427.73 246.97 429.67 243.51 439.84 246.1 448.71 247.78 450.44"/><polygon class="cls-31" points="276.22 466.82 274.65 470.77 270.98 473.58 265.79 466.66 270.11 478.34 273.36 478.99 277.03 473.58 276.22 466.82"/><polygon class="cls-31" points="268.81 450.87 266.87 454.55 267.08 463.2 272.27 467.52 274.98 466.77 271.19 452.82 268.81 450.87"/><polygon class="cls-29" points="267.9 393.99 260.27 389.44 252.48 389.77 246.95 395.28 246.95 397.77 247.59 397.23 247.59 397.5 248.47 396.96 248.96 396.15 249.88 396.1 250.1 395.02 250.7 395.29 251.84 395.09 252.38 396.03 254.43 395.47 255.24 394.96 255.46 395.61 256.05 396.53 258.43 397.28 260.06 396.74 260.16 397.82 260.6 399.18 261.84 398.85 261.03 401.39 261.73 402.75 262.7 402.37 262.76 404.75 263.62 405.83 264.43 403.94 265.18 402.63 266.76 403.72 267.17 405.65 267.08 405.67 266.06 408.86 265.41 409.67 264 409.61 263.35 410.86 263.14 413.83 265.84 411.56 269.36 405.18 269.84 396.9 267.9 393.99"/><polygon class="cls-38" points="254.43 387.01 253.62 387.33 254.92 389.77 257.84 392.04 258.49 390.58 260.11 391.06 260.76 395.77 263.19 396.58 265.14 395.77 265.95 397.39 267.9 397.55 268.22 399.66 268.06 401.29 270.17 404.53 271.14 403.72 270.17 400.96 270 394.47 268.71 392.69 265.79 390.74 262.06 387.01 256.54 388.14 254.43 387.01"/><polygon class="cls-30" points="272.49 458.44 269.36 456.12 267.25 457.58 265.46 460.66 265.3 463.58 266.92 463.9 267.73 462.61 267.57 460.98 269.03 459.52 269.84 461.14 270 464.55 272.38 466.77 275.68 465.04 275.52 462.28 273.61 460.51 272.49 458.44"/><polygon class="cls-39" points="268.92 450.87 256.11 451.74 247.21 449.57 243.09 465.36 241.14 520.3 259.3 525.06 263.41 522.9 268.22 523.33 272.81 522.03 272.81 473.8 268.76 463.85 268.92 450.87"/><polygon class="cls-40" points="250.43 450.44 246.97 464.5 248.92 465.8 252.38 450.65 250.43 450.44"/><polygon class="cls-40" points="256.37 451.85 253.89 460.84 258.3 460.84 258.3 451.74 256.37 451.85"/><polygon class="cls-40" points="262.11 451.38 262.98 462.48 266 463.06 266.87 460.35 263.84 451.38 262.11 451.38"/><polygon class="cls-37" points="276.82 446.76 277.25 443.52 269.68 437.68 262.76 444.81 263.19 448.71 268.92 450.87 272.49 444.38 276.82 446.76"/></g><g id="George"><polygon class="cls-41" points="188.49 450.65 187.65 471.67 186.18 495.21 181.98 523.16 188.7 529.05 194.8 530.94 195.22 532.41 187.86 533.88 181.14 530.73 172.31 529.26 173.99 520.01 174.2 494.37 174.62 463.05 168.1 481.76 166 497.52 160.33 508.45 154.23 524.43 155.49 534.3 158.86 539.14 158.01 541.24 150.87 540.4 145.4 530.31 147.72 523.59 146.25 519.8 151.5 488.9 158.02 460.53 158.23 448.13 188.49 450.65"/><polygon class="cls-42" points="153.34 445.82 152.39 458.43 156.02 459.53 156.97 462.21 155.7 467.57 153.81 466.78 154.44 463.47 152.55 462.37 152.08 470.72 153.81 472.46 153.5 473.4 150.5 473.09 147.35 470.25 147.66 460 144.83 445.82 153.34 445.82"/><polygon class="cls-42" points="184.71 390.41 184.51 391.83 185.04 394.11 182.43 402.31 179.2 403.1 179.35 406.25 175.72 409.8 169.81 406.17 169.1 403.41 169.89 398.53 165.71 390.88 170.76 381.42 182.78 382.13 184.71 384.5 184.71 390.41"/><polygon class="cls-42" points="188.49 445.66 192.75 460.79 190.38 461.9 189.91 465.21 190.54 469.94 192.75 469.78 193.06 466.78 193.85 467.73 194.17 471.04 190.54 473.25 191.01 474.03 193.85 473.72 197.32 471.51 196.85 459.69 196.53 440.14 188.49 445.66"/><polygon class="cls-43" points="165.95 404.2 169.26 404.36 173.36 408.3 177.46 408.93 180.4 405.15 187.65 408.51 192.59 417.76 197.63 431.94 200 435.41 196.37 443.14 188.81 446.92 181.71 450.7 168 452.12 153.97 448.18 153.18 447.08 148.77 447.87 143.88 446.61 139.62 437.78 142.94 429.74 145.14 422.64 150.19 413.5 158.12 408.72 165.95 404.2"/><polygon class="cls-44" points="173.75 390.49 172.97 390.33 174.86 388.36 176.75 389.15 178.09 390.33 179.11 389.93 177.62 391.35 177.03 390.96 177.69 391.83 177.06 392.3 176.43 392.61 175.72 392.38 175.65 391.59 174.07 391.75 174.78 391.12 176.44 390.56 174.94 389.54 173.75 390.49"/><polygon class="cls-44" points="183.45 388.59 183.92 389.86 183.84 390.41 183.05 389.78 182.09 390.37 182.58 390.33 184.08 391.51 183.21 392.14 182.03 392.06 182.19 391.04 180.77 391.59 181.31 390.85 181 391.04 180.06 391.27 179.74 390.25 182.34 388.83 183.45 388.59"/><polygon class="cls-45" points="178.82 391.56 179.9 391.16 181.56 394.58 181.56 395.37 178.35 395.79 178.82 391.56"/><polygon class="cls-46" points="178.35 395.79 181.56 395.37 179.88 396.69 178.35 395.79"/><polygon class="cls-44" points="176.93 399.16 177.72 398.45 181.29 397.96 181.71 398.56 179.24 399.16 176.93 399.16"/><polygon class="cls-47" points="180.77 382.29 184.2 385.32 184.57 390.66 185.66 384.51 182.43 380.72 173.2 377.64 167.13 378.82 164.61 381.03 162.01 390.72 163.27 393.4 165.4 393.8 165 394.66 163.27 395.69 163.27 397.89 164.14 398.21 165.71 399.71 168.31 399.94 170.21 398.92 170.52 395.21 167.53 393.88 167.05 391.35 167.92 389.86 169.26 389.78 169.58 390.8 170.44 391.51 170.6 389.7 171.47 384.34 174.86 382.21 180.77 382.29"/><polygon class="cls-48" points="180.4 405.15 175.99 421.02 178.82 447.39 181.87 457.59 189.65 452.23 189.33 447.08 187.55 431.42 185.66 413.97 187.65 408.51 186.92 407.04 181.14 404.62 180.4 405.15"/><polygon class="cls-48" points="167.47 403.46 169.42 412.92 171.44 417.55 170.84 439.51 170.84 450.86 167.47 458.95 156.44 455.07 155.28 457.48 153.08 455.28 153.18 447.08 157.7 444.98 160.54 439.62 159.17 430.16 159.91 415.66 158.12 408.72 158.65 407.25 166.11 403.25 167.47 403.46"/><polygon class="cls-41" points="169.26 402.9 172.29 406.58 176.1 408.23 179.5 404.68 180.29 404.6 180.29 406.09 178.64 409.09 176.59 410.43 177.93 412.79 178.36 416.18 175.88 416.5 175.88 418.7 174.07 419.02 172.02 418.07 170.28 413.58 173.04 410.43 170.05 408.46 167.45 403.88 168.39 402.78 169.26 402.9"/></g><g id="Layer_12" data-name="Layer 12"><polygon class="cls-49" points="683.97 441.82 689.81 457.67 689.38 431.53 679.36 428.37 679.1 438.48 683.97 441.82"/><polygon class="cls-49" points="679.71 415.34 679.6 419.45 689.23 422.38 688.84 398.9 689.69 398.28 677.09 395.27 679.71 415.34"/><polygon class="cls-50" points="677.09 395.27 689.69 398.28 699.41 391.13 675.43 386.26 676.05 387.33 677.09 395.27"/><polygon class="cls-51" points="611.62 372.72 607.87 387.95 608.62 397.84 679.6 419.45 679.71 415.34 677.09 395.27 676.05 387.33 675.43 386.26 662.35 363.59 643.17 359.94 620.65 359.13 620.65 359.94 611.62 372.72"/><polygon class="cls-51" points="564.84 400.53 560.58 383.48 577.37 350.09 564.94 345.63 553.37 342.89 531.76 320.36 528.27 318.2 529.52 319.35 523.23 319.75 508.92 331.51 513.7 342.69 518.57 347.96 518.39 350.08 522.01 350.8 532.67 378.81 532.06 386.12 539.37 404.38 527.19 421.73 519.88 437.87 535.41 471.96 538.45 475.01 543.53 484.14 547.99 485.15 548.4 475.62 545.15 471.66 545.46 466.18 532.37 435.43 553.37 412.6 569.5 454.31 571.64 467.7 573.77 475.92 569.81 476.83 564.63 484.14 574.38 486.88 579.86 484.14 584.12 473.49 577.12 442.43 572.48 421.71 572.14 421.63 564.84 400.53"/><polygon class="cls-51" points="504.78 334.84 490.14 346.12 493.4 350.2 502.33 351.62 501.25 352.2 514.3 350.34 508.01 343.5 504.78 334.84"/><polygon class="cls-51" points="689.81 457.67 683.97 441.82 679.1 438.48 679.36 428.37 571.38 394.21 580.13 418.18 591.12 420.21 620.65 412.3 623.39 423.56 636.78 455.22 620.65 489.31 613.95 490.84 602.69 496.62 609.08 499.36 619.43 499.36 625.67 498.14 649.87 458.26 649.87 449.44 654.44 440.3 666.01 449.74 672.1 453.39 695.23 497.53 702.23 512.75 709.23 516.1 710.76 511.23 707.41 502.4 702.84 496.01 701.93 490.53 695.85 474.04 690.05 472.57 689.81 457.67"/><polygon class="cls-51" points="489.75 351.01 484.06 343.09 483.86 341.17 480.6 345.92 481.22 354.45 485.18 357.5 497.36 355.98 498.17 353.01 495.63 353.24 489.75 351.01"/><polygon class="cls-51" points="507.46 328.11 521 316.51 526.42 317.05 522.93 314.88 527.8 301.79 516.84 310.01 517.75 298.14 507.4 307.27 505.73 312.9 502.31 316.08 502.33 316.1 507.46 328.11"/><polygon class="cls-51" points="569.44 386.54 570.11 386.12 598.43 394.74 597.54 387.77 602.43 371.15 610.82 358.78 600.56 358.41 584.41 352.62 571.94 376.17 569.44 386.54"/><polygon class="cls-51" points="489.27 345.04 503.54 331.51 498.95 319.21 494.85 323.02 494.58 326.11 491.25 330.39 486.58 337.2 486.91 342.08 489.27 345.04"/><polygon class="cls-52" points="513.7 342.69 508.92 331.51 523.23 319.75 529.52 319.35 528.27 318.2 527.09 317.12 526.42 317.05 521 316.51 507.46 328.11 502.33 316.1 502.31 316.08 501.11 315.09 498.47 317.93 498.95 319.21 503.54 331.51 489.27 345.04 486.91 342.08 486.58 337.2 486.5 335.99 483.66 339.24 483.86 341.17 484.06 343.09 489.75 351.01 495.63 353.24 498.17 353.01 500.1 352.83 501.25 352.2 502.33 351.62 493.4 350.2 490.14 346.12 504.78 334.84 508.01 343.5 514.3 350.34 514.91 351.01 518.36 350.4 518.39 350.08 518.57 347.96 513.7 342.69"/><polygon class="cls-52" points="568.9 393.42 566.87 388.15 569.44 386.54 571.94 376.17 584.41 352.62 584.73 352.02 582.9 350.4 577.83 349.18 577.37 350.09 560.58 383.48 564.84 400.53 572.14 421.63 572.48 421.71 579.45 423.26 580.87 420.21 580.13 418.18 571.38 394.21 568.9 393.42"/><polygon class="cls-52" points="597.54 387.77 598.43 394.74 608.62 397.84 607.87 387.95 611.62 372.72 620.65 359.94 620.65 359.13 620.65 358.11 611.21 358.21 610.82 358.78 602.43 371.15 597.54 387.77"/><path class="cls-53" d="M768,457.15h0V439.5l-48.72-10.76-6.09-20.55,44.45-34.86L768,375.14V364.58l-26.19-4.64-42.4,31.19-9.72,7.15-.85.62.39,23.48-9.63-2.93-71-21.61-10.19-3.1-28.32-8.62-.67.42-2.57,1.61,2,5.27,2.49.79,108,34.16,10,3.16.43,26.14.25,14.9,5.79,1.47L731.2,483l3.5-11.22Zm-30.44-7.94,5.08,2.82.86,8.57,5.78-7.06,5,2.53-3.12,5.15-9.61,3-4.61-9.84Zm-22.13-6.53-9.3,1.24-2.77-3,5.42-2.22,3.61.66-1.46-3.82,1.74-5.33,3.89,4.05Z"/><polygon class="cls-50" points="713.19 408.19 719.28 428.74 768 439.5 768 430.8 761.9 429.95 759.08 423.55 743.63 419.6 730.85 407.43 736.33 397.07 751.55 394.03 764.38 395.22 767.18 393.02 768 392.63 768 375.14 757.64 373.33 713.19 408.19"/><polygon class="cls-54" points="753.78 403.57 764.38 395.22 751.55 394.03 736.33 397.07 730.85 407.43 743.63 419.6 759.08 423.55 755.81 416.15 753.78 403.57"/><polygon class="cls-55" points="767.99 362.17 768 362.17 768 362.15 767.99 362.17"/><polygon class="cls-50" points="764.38 395.22 768 395.56 768 392.63 767.18 393.02 764.38 395.22"/><polygon class="cls-55" points="764.38 395.22 768 395.56 768 392.63 767.18 393.02 764.38 395.22"/><polygon class="cls-50" points="761.9 429.95 768 430.8 768 425.84 759.08 423.55 761.9 429.95"/><polygon class="cls-55" points="761.9 429.95 768 430.8 768 425.84 759.08 423.55 761.9 429.95"/><polygon class="cls-54" points="753.78 403.57 755.81 416.15 759.08 423.55 768 425.84 768 395.56 764.38 395.22 753.78 403.57"/><polygon class="cls-55" points="753.78 403.57 755.81 416.15 759.08 423.55 768 425.84 768 395.56 764.38 395.22 753.78 403.57"/><polygon class="cls-50" points="751.16 461.22 754.28 456.07 749.27 453.54 743.49 460.6 742.63 452.03 737.55 449.21 736.94 454.37 741.55 464.21 751.16 461.22"/><polygon class="cls-50" points="710.91 435.51 712.38 439.33 708.77 438.67 703.36 440.89 706.12 443.92 715.41 442.68 716.55 434.23 712.66 430.18 710.91 435.51"/><polygon class="cls-50" points="768 457.15 767.99 457.15 734.7 471.76 731.2 482.98 722.53 510.73 746.88 544.41 768 544.41 768 457.15"/></g><g id="Sailor"><polygon class="cls-15" points="683.17 334.83 679.08 343.83 680.85 347.85 677.69 350.35 674.18 356.68 677 357.67 677 368 682 371 687.67 374 692 383.67 715.67 376.33 712.67 358 683.17 334.83"/><polygon class="cls-56" points="720 379.33 737.33 387 752 409.33 758.33 438.67 748.33 449.33 720 379.33"/><polygon class="cls-57" points="699.33 355.67 683 334.67 680 320.67 682.67 313.67 700.33 320.33 704 315.67 723.33 323.33 734 339.33 729.33 352.67 731.67 363.33 727.67 370 714.67 366.67 706.67 369.33 697.67 368 693 364.67 694.33 359.67 699.33 355.67"/><polygon class="cls-58" points="688.5 350.63 683.63 344.56 680.75 342.75 679 343.75 679.63 345.19 682.75 345.56 688.5 350.63"/><polygon class="cls-58" points="686.25 351 682.44 347.56 680.81 347.81 682 348.69 682 351 683.19 351.75 683.88 351.31 683.63 349.69 685.25 351.38 686.25 351"/><path class="cls-57" d="M714.83,375.17l-18.25,2.41L684.29,385l-18,74.69s-20.65,4-21,5S640.49,500,640.49,500L753,471.33V456l-18-65.33Z"/><polygon class="cls-56" points="684.29 384.79 674.33 389.25 660.33 442.63 664.67 458.98 675.67 460.99 694 448 694 397 684.29 384.79"/></g><g id="Foreground"><polygon class="cls-58" points="99 576.17 97.67 529.08 75.67 513.87 20.33 496 0 496 0 576 99 576.17"/><polygon class="cls-58" points="127.67 576 125 521.66 167.67 505 227 524.33 225.67 576 127.67 576"/><polygon class="cls-58" points="768 470.33 744.33 464.33 613 497.66 608.33 527 557 539.66 546.33 553.66 548.33 576 768 576 768 470.33"/></g><g id="Layer_9" data-name="Layer 9"><rect class="cls-59" width="768" height="576"/></g></g></svg>
<div class="fixed"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 768 576"><defs><style>.cls-1{isolation:isolate;}.cls-2{fill:#acc0dd;}.cls-3{fill:#bbc9b7;}.cls-4{fill:#fcfedf;}.cls-5{fill:url(#linear-gradient);}.cls-6{fill:#886842;}.cls-7{fill:#b1b49a;}.cls-8{fill:#91947e;}.cls-9{fill:#72737d;}.cls-10{fill:#eee4b1;}.cls-11{fill:#96726d;}.cls-12{fill:#926258;}.cls-13{fill:#be927a;}.cls-14{fill:#5d2f23;}.cls-15{fill:#cc9c7c;}.cls-16{fill:#a57b69;}.cls-17{fill:#c08f76;}.cls-18{fill:#97726f;}.cls-19{fill:#7c6060;}.cls-20{fill:#8e675f;}.cls-21{fill:#9f7e64;}.cls-22{fill:#422b2d;}.cls-23{fill:#957a73;}.cls-24{fill:#5e4e55;}.cls-25{fill:#d2a07e;}.cls-26{fill:#9e6133;}.cls-27{fill:#5a4b2e;}.cls-28{fill:#6c1709;}.cls-29{fill:#2b171b;}.cls-30{fill:#8c5421;}.cls-31{fill:#3c1707;}.cls-32{fill:#d9a785;}.cls-33{fill:#4c3f4b;}.cls-34{fill:#997772;}.cls-35{fill:#b54b35;}.cls-36{fill:#673826;}.cls-37{fill:#eeeccc;}.cls-38{fill:#161208;}.cls-39{fill:#93501d;}.cls-40{fill:#363c2b;}.cls-41{fill:#f4dbba;}.cls-42{fill:#6b390f;}.cls-43{fill:#694207;}.cls-44{fill:#7f4109;}.cls-45{fill:#96a363;}.cls-46{fill:#476843;}.cls-47{fill:#eed47d;}.cls-48{fill:#f4da8f;}.cls-49{fill:#c6b16f;}.cls-50{fill:#411802;}.cls-51{fill:#d89955;}.cls-52{fill:#b77e23;}.cls-53{fill:#432016;}.cls-54{fill:#c2722c;}.cls-55{fill:#885220;}.cls-56{fill:#3d2d22;}.cls-57{fill:#8d5222;}.cls-58{fill:#a66a5b;}.cls-59{fill:#4a383a;}.cls-60{mix-blend-mode:soft-light;fill:url(#radial-gradient);}</style><linearGradient id="linear-gradient" x1="384" y1="312" x2="384" y2="554" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#bdcc7f"/><stop offset="1" stop-color="#515972"/></linearGradient><radialGradient id="radial-gradient" cx="384" cy="288" r="339.41" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fcee21"/><stop offset="1" stop-color="#f15a24"/></radialGradient></defs><title>11Docks</title><g class="cls-1"><g id="Back"><rect class="cls-2" x="1" width="767" height="328"/><polygon class="cls-3" points="134 318 56.38 226.88 15 224 20 319 134 318"/><polygon class="cls-4" points="597 155.5 597.5 150 579.5 144 578.5 126 558.5 115 546 119.5 538.5 133 542 150 519.5 148.5 499.5 175 509.5 176.5 597 155.5"/><polygon class="cls-4" points="768 122.75 743 106.63 712.5 110.56 699.5 127.03 642.5 174.02 626 168.51 610.5 176.5 605.5 191 601 190.5 597.5 197.5 581.5 194.5 545.5 199 525.5 225 524.5 234 504.5 224.5 476.5 229.5 475 213.5 450 189.5 402 175 375 190.5 365 225.5 370.5 240.75 355 232 327 232 311 252 297 259.5 286 290 289.5 308.5 768 310 768 122.75"/><polygon class="cls-4" points="243.5 309 234.5 285.5 220.5 278 213 265 169.5 246.5 71.5 263.5 116.5 291 126.5 317 243.5 309"/><polygon class="cls-4" points="0 51 75.5 81 92 104 100 145.5 78.5 251.5 57 242 48 231 29 228.5 0 191 0 51"/><polygon class="cls-4" points="98 70 107 70 117.5 60 99 52.5 74 53.5 62 60 76 68.5 98 70"/><polygon class="cls-4" points="123.5 84 129.5 105.5 160.5 113.5 167 125.5 207 123.5 187 117 196 106.5 193 94 182.5 92 178 81 149.5 70 130.5 69.5 123.5 84"/><rect class="cls-5" y="312" width="768" height="242"/></g><g id="Water_Shadows" data-name="Water Shadows"><polygon class="cls-6" points="292.17 410 321.58 416 342.63 423.67 312.65 422.33 308.66 425.33 275.66 424.67 268.67 435.33 225.33 433.33 221.67 427.67 223.5 423.33 215 421.67 215 418 226.67 412 292.17 410"/><polygon class="cls-7" points="353.83 462.83 355.58 455.08 342 451 326 451 322.33 458.67 340 462.67 353.83 462.83"/><polygon class="cls-7" points="362 454 371 453.33 373 449.67 364.33 445.33 355 446 352.33 450.33 362 454"/><polygon class="cls-7" points="377.67 463.33 375.67 467.67 386.33 471 409.33 472.33 409.67 468.67 397 462.33 377.67 463.33"/><polygon class="cls-7" points="265 461 261 454.67 239 449 229.67 452.67 232 458.33 252.33 464.33 265 461"/><polygon class="cls-7" points="468.67 482.67 473.33 474.33 454.33 466.33 414.67 470.67 408.33 477.33 352.33 473.33 333 475 329.33 479.67 349 487 389.67 488.33 419 493.33 423.33 483.67 468.67 482.67"/><polygon class="cls-7" points="298.33 319.67 302 321.33 298.33 330 249.33 332 214.33 327.33 217.33 321 233.33 316.67 298.33 319.67"/><polygon class="cls-8" points="168.17 344.67 187.92 346 197.96 349.67 197.31 357 170.99 364 157.33 360.67 122.16 362.33 81 354 81 345 168.17 344.67"/><polygon class="cls-8" points="388.67 321.67 371.67 325.67 368 329.67 374.67 331.33 375.33 336.67 386.67 340.67 485.33 340 491.67 331.67 481.67 323 388.67 321.67"/><polygon class="cls-7" points="477.33 315 500 317.67 516.67 316.33 556 318.33 590.33 318 590 312.33 477.67 311.33 477.33 315"/><polygon class="cls-9" points="618.67 337.33 572.67 341.33 560 354 656 358 672 356 707 361.67 759.67 363.33 768 361.67 768 333 618.67 337.33"/><polygon class="cls-10" points="341.67 351.33 344.83 345 334.92 342 267.62 336.33 263.98 337.67 231.49 334.33 221 336.33 221 340 227.33 341.67 224.33 345.33 210 344.67 200 345.33 197.96 349.67 223 354.33 241 352 243 345.33 272 350 286 350 293 346.67 341.67 351.33"/><polygon class="cls-10" points="340.33 337 343.33 332 332.33 327.67 321 328.33 319 332 330 335.33 340.33 337"/><polygon class="cls-10" points="331 324.67 331.33 321.67 324.33 319.67 314 320 312.33 324.33 322 326 331 324.67"/><polygon class="cls-10" points="336.83 323.67 338.33 322 345 322 351.33 324.67 350 327 342 327 336.83 323.67"/><polygon class="cls-10" points="353.67 331.67 351.67 335 358 337.33 364.67 338 365.67 334.33 361.33 332.33 353.67 331.67"/><polygon class="cls-10" points="484 346.67 490.67 342.33 509.33 340.67 530.33 345 530.67 355 506.33 354 500 360.33 468.67 357 396.67 358.33 369 354.33 370.67 350 424.67 347.33 484 346.67"/><polygon class="cls-10" points="520.83 360.17 515.75 365.75 527.88 368.71 539 368.33 539 364 530.67 359.67 520.83 360.17"/></g><g id="Layer_2" data-name="Layer 2"><polygon class="cls-11" points="616.5 307.5 546.69 307.13 546 303 535 303 535 307.07 531.6 307.05 529.5 302 516 303 516 307.89 502.94 309.83 502.5 305 493.5 301 487.5 303.5 486.83 309.18 477.5 308.03 402 298.02 364.52 298.92 358.5 294.5 352.62 299.2 352.16 299.21 350.5 278 348 277.5 346.41 299.35 329.5 299.76 329 294 326 294 326 284 323 282.5 322.5 292.5 320 294.5 316.75 302.21 303.38 300.63 295.5 309 183 309 182.5 314 320 314 320.05 313.55 575.5 315 616.5 307.5"/><polygon class="cls-12" points="190.5 302.25 190.16 293 204.75 293 199.5 276.86 211.5 277.25 212.25 274.25 198.57 274.01 188.29 242.39 187.5 221 183.75 228.5 184.21 273.75 170 273.5 173 276 184.24 276.37 184.5 301.75 126.75 301.5 134.25 315 179.75 322.75 202 321.5 213.75 303.75 190.5 302.25"/><polygon class="cls-12" points="279.33 225.67 245 226 246 231.33 278.67 232 279.33 225.67"/><path class="cls-12" d="M292.32,306.37l-11.6-18L279,266l-1.67-31.33-8.69-.5,1.11-43-4-1.75L264,207h-8V189l-5.67.33.34,16.67L242,207.67l-15.33,84,5.23.18-6.66,12.37-2.91.11L231,319.67,248,322l11.67-1.67,30,3,12.33-2,4.33-13.66Zm-63.58-2.28,5.74-12.15,9.53.33-5.85,11.47Zm14.24-.54,4.49-11.16,7.86.28L257.67,303Zm24.17-11.84,12.21.26,9.26,14-21.79-2Z"/><polygon class="cls-13" points="243 212 251 211 251 225 241 225.33 243 212"/><polygon class="cls-13" points="276.67 279.33 274 239.67 268 237.67 268.33 256.67 276.67 279.33"/><polygon class="cls-13" points="688 246 635 306 720 305 688 246"/><polygon class="cls-13" points="457.5 253 477 299 434.5 301.5 440.5 254.5 457.5 253"/><path class="cls-13" d="M422.75,292.33,403,256.07l-.2-.82-.16.16-.59-1.08V256l-10.75,10.28L390,274.5l12.84,2.14-.39,9.26-.78-.23-10.67,8L361.67,293l24.66,30,36.67-.67L441.67,313l2-21.33ZM405,286.68V277l.85-7L417,290.33Z"/><path class="cls-12" d="M472.62,304.49,453,263.65l11,.35-7.67-39.33L453,224.6v-2.12l2.67-.81-.34-2-2.33.57V218l-6.57-1.54-.1-1.79-2.33-.34.07,1.58-6.74-1.58,5.26,8.47-6.26,1.53.67,3,2.56-.77,1.25,12.17-7.48.94-6.33,61,12.85.23L440,306l-39.67,2.33,19.34,19.34L457.33,329l11.34-1,9,.33,6-23.66ZM445.67,301l.59-37.3.06.25,1.88,40.16-5-.08-.28-3.08Zm4.14-23.1,6.58,26.34-5.14-.08Zm9.29,26.38-10-38.51-.12-2.25h.09l20.6,40.93Z"/></g><g id="Front"><polygon class="cls-14" points="464.3 515.92 462.04 502.07 481.09 499.7 494.87 505.14 508.21 492.32 515.93 493.61 522.4 485.67 528.65 487.03 530.54 490.06 525.41 498.23 529.58 502.64 526.95 514.11 534.12 512.63 538.73 513.63 539.26 508.44 543.41 501.63 549.76 502.68 551.64 506.42 547.44 515.74 555.2 520.32 576.07 521.39 578.01 517.93 592.71 516.59 596.97 523.21 578.81 526.6 575.77 524.52 555.99 524.29 553.54 532.95 596.61 543.29 602.55 540.54 616.06 542.65 617.23 548.9 603.03 547.52 597.91 545.22 553.21 536.9 579.24 557.78 579.37 561.51 543.41 566.69 501.09 545.84 458.75 557.17 458.19 561.62 446.71 569.47 432.63 564.58 431.16 560.63 452.36 552.08 455.37 553.43 498.83 542.83 470.46 524.73 466.47 521.54 414.04 513.52 410.3 516.19 386.25 512.6 379.36 502.99 407.6 507.75 412.57 510.35 464.3 515.92"/><polygon class="cls-15" points="692 69.83 652 61 652 70 692.33 79.67 692 69.83"/><path class="cls-16" d="M768,154.33V150l-6.39-.41-39.72-53L729,99l-.83-8.67L698,83.67V90l5.66,3.67,2,14-6.82-.67-4.92-8.67-43.46-6.66-10.06,34,33.3,12L626.51,181.5l4.66,3.5L662,187.67V195H633l-9.34,42-19.33,44.67L599.66,307l.19.09-6.19-.09L575,306.33,515.66,273,513,276.33l57.33,33.34,44,29.33L747,336.33,729.66,309l-123.93-1.82L616,272l53.66,5,19.91-3.39-11.91,30.06,79.34,2-18-43.34L717.8,265,743,216h25V159l-32,1.33V156Zm-33.67-6.5L715.66,118H724l.5-7.67L714,107V95.47l39.92,53.62Z"/><path class="cls-17" d="M180.33,283l-2-11.33-21.33.66,24-6-17-55.77L159,209l-.5-19.47L154.33,159,144,158l-5.67,4.32L131.67,125H87L72.33,179,77,180.33,60,232l5.67-3.67-17.34,60,14,23.34,26-.67-1.83-7,4.18-7.14,7.9,1.44L94.33,311l5.42-.69L103.48,298l23-1.84,2.17,17.53,5-.67-2.94-17.2,21.21-1.7L163,311.5l7.33,4.17-13.71-21.95,9-.72ZM85.39,299.72l-1.06-4.05,3.16.57Z"/><polygon class="cls-17" points="195.5 314.25 188 323 171.75 349 135.25 350 76 347.5 56.25 310.75 195.5 314.25"/><polygon class="cls-18" points="149.67 315.67 155 321 139.33 350 171.75 349 195.5 314.25 149.67 315.67"/><polygon class="cls-19" points="675.03 190.19 674.64 180.98 718.5 180.5 702.5 150 738 148.5 725.5 123 693 116.5 685 135 673.43 135 674.48 120.5 673.47 105 674.26 95.58 679.5 96 692 85 680.5 81.5 675.04 80.44 675.38 56.5 669.75 55.5 669 79.27 647 75 661 94.5 668.5 95.11 666.6 135 642 135 626.5 181.5 669 181.04 669 190.88 633 195 634 200.5 660.5 202.5 731.5 189.5 729 184 675.03 190.19"/><path class="cls-19" d="M768,278V222l-49-4-22.5,45L618,268l-2,4,42.64,10.29,1.74,19.21L587.94,307,601,314H703l31.5,23,33.5,1V298l-2.58.05-12.64-20.74Zm-8.66,20.18L669.5,300l.86-18.92L713,275.5l29.35,1.33Z"/><polygon class="cls-20" points="113 154 113 101 108.5 100.5 107.5 154.5 113 154"/><polygon class="cls-20" points="118 308 117.5 282 167.5 280.25 151 209.63 164 210.56 158.5 189.53 148.5 182.02 144 158.01 102 158.5 102.41 178.96 68 178.5 69.5 182 102.48 182.47 102.5 183.5 92.8 228.2 56.38 226.88 60 232 91.98 232 82 278 109.5 282 111 308 64 307.75 69.5 316 110 316 134 318 196 315.5 197 311 118 308"/><polygon class="cls-20" points="190.75 319.25 140.88 320.13 132.94 323.31 182.5 323 188 323 190.75 319.25"/><path class="cls-21" d="M100.42,386.33,92.82,385l-9.21-20.34,10-1-21.33-46L58.33,291,35,277l24,.67-8.67-7.34L37,231,27,200.33l-2.67-14.66L0,181.67V359l46.33,9.33,10.27-1L62,379.59,24.5,373,15,417.67,54,441h49l19.37-56.67ZM65,366.5l7.4-.73c2.29,5.47,5,11.89,7.1,16.89l-7.21-1.27Z"/><polygon class="cls-22" points="0 261.67 25.66 279 57 423.67 0 417 0 261.67"/><polygon class="cls-23" points="768 437.67 499.58 456.33 500.29 492.33 476.31 497.67 477 521 450 521 450.33 537.67 418.33 535.67 381 551.67 325.67 529 325 514.33 261 495.67 172.33 539 191 576 768 576 768 437.67"/><polygon class="cls-24" points="620 529.67 499.58 456.33 500.29 492.33 609.33 550.67 620 529.67"/><polygon class="cls-24" points="570.67 567 476.31 497.67 477 521 548.33 576 570.67 567"/><polygon class="cls-24" points="503.33 576 450 521 449.67 539 482 576 503.33 576"/><polygon class="cls-24" points="459 576 439.33 536.67 433 536.33 448.67 576 459 576"/><polygon class="cls-24" points="431.33 576 418.33 535.67 412.67 538.33 421.67 576 431.33 576"/><polygon class="cls-24" points="407.67 576 400 543.33 393.33 546 397 576 407.67 576"/><polygon class="cls-24" points="375.67 576 381 551.67 371.67 548.33 354.33 576 375.67 576"/><polygon class="cls-24" points="326.33 576 355 541 344.25 536.25 309.67 576 326.33 576"/><polygon class="cls-24" points="324.38 514.25 325.73 529 265.25 576 240 576 324.38 514.25"/><polygon class="cls-25" points="269 498 160 576 0 576 0 407 40 414 264 485 269 498"/><polygon class="cls-26" points="218.5 508 194.5 553.5 81.5 551 144.5 492.5 187.5 493 200.5 505.5 206 510.75 199 519 215.5 504 218.5 508"/><polygon class="cls-14" points="302.5 408 308.38 399.13 295.94 391.56 284.72 391.03 279.48 378.02 273.74 376.51 271.75 369 267 368 264.75 369.5 265.75 376.75 261.5 378.5 259.75 387.25 255.25 384 251.75 383.25 253 379.5 252.25 373.5 247.5 372.25 245 374.25 245 382 238.25 382.75 223.5 377 223.25 374 213.5 368.5 208.5 371.75 220 379.75 222.75 379.25 236.5 385.25 235.5 392 202.5 385.75 199.25 382 189.25 379.25 186.5 383.38 196.75 387 201 387 234.5 395 210 401.25 208.75 403.75 232 418.5 267.75 417.25 293.5 438.25 292.5 441.5 298 450.5 309.25 451.5 311.5 449.38 299.5 437 297 437 270.25 416 295.5 412.25 299.25 411.25 338 422 339.75 425 357.5 430 365.25 425.5 344.25 420 340 420.25 302.5 408"/><polygon class="cls-27" points="452 394.5 448 389 442.5 393 446 394 446 400 457.5 404 463.5 399.5 465 389 461.5 388 452 394.5"/><polygon class="cls-27" points="441.5 406.5 440.5 399.5 435 398.5 429 400.5 436.5 402.5 432 410 441.5 417 455 416 459.5 413.5 457 411 441.5 406.5"/><polygon class="cls-27" points="569 58 558.5 60 554.5 69 541.5 66 534 70.5 557.5 74.5 569 58"/><polygon class="cls-27" points="560.5 37.5 566.5 25 561 25 558.5 31.5 550.5 30.5 545.5 33 560.5 37.5"/><polygon class="cls-27" points="740.75 48 743 41 752 41 743 53 731 50 734 46 740.75 48"/><polygon class="cls-19" points="553 479.85 651 541 706 497 656 465 666 486 629.82 481.99 615 486 588 467 553 479.85"/><polygon class="cls-28" points="84.13 368.25 97.19 359.63 105.22 349.56 92.48 339.28 80.99 333.02 77.75 335.26 83 339 80.25 340 86 342.25 89.5 341.75 95 348.75 83.5 358.5 78 357.75 80.25 354 79.75 352 82.25 351 80 346.25 77.5 339 74.25 337 64.75 340.25 61 349 65.25 354 69 354 68.5 357.5 65.25 358.75 57.5 386.5 55.25 412.5 52 421.5 52 430 46 429 43.25 431.25 49.25 436.5 56 436.75 61.25 413 68.25 393.75 74.75 413.25 71.5 417.25 66.75 436.25 72.75 438.5 81.5 438.25 82 435.25 73.25 434.5 84.5 411.5 79.25 384 84.13 368.25"/><polygon class="cls-29" points="73.75 337 76.88 337.25 79.13 339.88 77.25 347.63 67.75 354.63 62.75 354.38 58.88 348.75 64.38 338.25 73.75 337"/></g><g id="Frame"><polygon class="cls-26" points="0 447 121 484 38 526 90 531 176.33 481 164 468 0 422 0 447"/><polygon class="cls-30" points="191 473.01 191 341.02 183.66 337.67 177.66 341.39 179.67 482.33 191 473.01"/><polygon class="cls-30" points="188.66 378.66 158.66 353.33 144.66 356.66 185.33 390 188.66 378.66"/><polygon class="cls-24" points="8 420.44 8 321.28 181 350.33 189.56 342.7 7.66 313 2.57 312.33 85 227 79 223 0 303.66 0 312 0 315 0 421.67 0 422 0 428 176.33 481 191 472.85 8 420.44"/><polygon class="cls-30" points="14.83 576 194 481 194 469.67 186.17 467.67 0 557.67 14.83 576"/><polygon class="cls-30" points="139.5 356 143.5 503.5 134.5 505 132 361 139.5 356"/><path class="cls-30" d="M187,339.84l0-.51-.39.1-100-116.89-7.48.45-.14-.16-79,3.5V240l83.16-7.28L102,255.61,9.11,266.89,0,252.5v25l3.14-.44,12.42,20L.13,299.26l.29,8.5,19.9-3,17.83,28.76L0,341v12.5l44.36-10L61,370.33l-61,15V399l186.33-50,.29-4.1,2.94-2ZM14.53,275.47l93.1-13,15.92,19.35L27.17,295.44ZM32,303l97-14.63,19.37,23.56-98.5,19.31Zm40.77,64.44L56,340.93l98.1-22,19.54,23.74Z"/><polygon class="cls-30" points="79.26 527.66 75.85 374.54 67.24 378.84 68.63 441.18 0 461 0 475 68.87 452.04 70.65 531.96 79.26 527.66"/></g><g id="Folk"><polygon class="cls-13" points="302.75 466.5 272.25 453.5 250.75 464.5 250.66 505.67 282 522.33 302.75 466.5"/><polygon class="cls-31" points="180.33 432.67 150.67 359 143 360.67 175.67 439.33 138 367.33 132.67 370 186.67 489 193 502.33 202.67 497.33 180.33 432.67"/><polygon class="cls-31" points="144.27 440.03 116.72 365.54 109.01 366.99 139.42 446.56 108 372.5 98.42 376.02 148.99 496.52 154.94 510.03 164.75 505.31 144.27 440.03"/><polygon class="cls-32" points="151.25 406.75 153.13 415.25 151.63 416.13 150.75 422.63 148 422.38 147 426.13 138 424.5 140.13 413.13 151.25 406.75"/><polygon class="cls-32" points="183.94 405.5 180.59 411.5 183 412.75 183 415 184.38 418.63 187.75 419.75 189.25 422 197.13 419.13 196.5 409.5 183.94 405.5"/><polygon class="cls-33" points="151.25 406.75 151.5 410.75 149.13 414.38 149 420.75 145.25 423.75 135 419.25 134.5 415.63 140.5 411 151.25 406.75"/><polygon class="cls-29" points="189.5 461.38 187 484.94 198 506.22 185.5 509.73 184.25 512.49 203 509.75 204.75 504.25 198 485.5 201.5 471.25 205.25 471.75 210.75 491 211.75 507.5 215.75 510.25 218 506 218 484 214.25 466.75 189.5 461.38"/><polygon class="cls-29" points="158.89 475.3 164.5 484.45 158 504.55 163.02 511.05 150.25 509.5 154.25 485.5 145.59 480.32 146.48 496.57 137.91 513.11 140.83 513.67 142.67 518.17 136.73 520.2 128.75 517.25 130.52 506.32 137.61 488.59 136.43 475 158.89 475.3"/><polygon class="cls-32" points="165.75 442.5 163.92 440.67 161.42 440.42 165.58 449.42 165.75 442.5"/><polygon class="cls-32" points="176 454.25 176.25 452.58 179.17 451.92 180.25 453 178.25 453.92 178.17 455.08 181.33 454.75 182.67 456.08 182.75 460.58 179.67 462 177.25 461.25 176 454.25"/><polygon class="cls-34" points="292.46 459.76 286.41 468.52 289.25 469.49 287.36 476.51 301.19 477.82 307.61 467.6 292.46 459.76"/><polygon class="cls-34" points="268.5 501.63 271.63 495.56 267.19 488.78 263.72 487.27 262.23 489.01 265.24 491.5 265.5 494.38 256.5 489 250 489 253 499 265 507 268.5 501.63"/><polygon class="cls-29" points="282.33 540.17 281.67 557 287.67 576 297 576 295.5 554.17 296.83 545.5 317.17 556.83 319.17 565.5 324 571.83 325.5 570 324.5 555.17 321.67 549.17 306 537.33 282.33 540.17"/><polygon class="cls-35" points="158.5 433.75 146.25 423.5 138.5 422.25 130 429.5 122.75 454.75 130.25 464 135.5 463.5 135 485 149 489.25 160.5 487 159.5 461 170 467 178.25 461 176 454.25 169.5 457.75 158.5 433.75"/><polygon class="cls-35" points="197.75 418.5 187.75 419.75 179.25 435.5 165.75 442.5 165 448 170.75 451.5 184.25 447.25 186 439.75 186.75 463 196.75 478.5 218.5 472.25 212 450.5 197.75 418.5"/><polygon class="cls-35" points="308.38 478.13 299.81 474.69 283.78 482.97 273.27 504.98 271.01 500.24 265.75 500.75 263.75 510.25 273.75 526.25 281.75 524 278 537.25 283.5 548.75 308.25 539.5 312 531.5 308.13 517 316 512.75 316 493 308.38 478.13"/><polygon class="cls-36" points="137.67 541 115.67 515 87 509 63 519.67 68.33 576 135 576 137.67 541"/><polygon class="cls-29" points="148.25 399.75 152.88 403.75 150.94 410.25 142.47 415.75 133 413.25 133 406 141.25 398.75 148.25 399.75"/><polygon class="cls-29" points="184.75 397 180.25 399.25 181.75 405.5 192 411.25 199.5 411.5 200.5 406 195.75 399.25 184.75 397"/><polygon class="cls-29" points="309.64 474.78 314.27 473.6 318.09 462.48 312.87 453.82 299.99 444.37 290.42 445.31 286.83 456.51 298.73 470.37 309.64 474.78"/><polygon class="cls-37" points="305.13 476.63 300.13 474 286.25 478.63 284.63 482.5 298.13 482.88 305.13 476.63"/><polygon class="cls-37" points="272.63 502.5 270.13 498.5 264.13 498 262.25 503.38 262.38 511.25 264.5 511.38 268.25 505.5 272.63 502.5"/><polygon class="cls-37" points="186.5 421.5 190 417 197.33 416.83 198.5 419.83 186.5 421.5"/><polygon class="cls-13" points="73 515 70.33 495 31.67 493 17 509 73 515"/></g><g id="Briana"><polygon class="cls-38" points="577.4 453.6 579.07 462.86 578.11 465.43 577.11 469.04 571.47 475.47 567.62 477.27 566.39 479.07 559 482.15 559 483.96 573.86 485.5 581.29 480.61 584.11 476.75 590.53 475.21 591.3 465.69 588.47 459.77 587.43 449.74 595.15 442.02 595.41 448.71 593.61 453.86 598.75 469.29 602.61 471.35 605.96 468.52 604.93 447.68 598.24 437.65 577.4 453.6"/><polygon class="cls-39" points="565 323.42 565 331.65 558.48 358.41 562 361.24 562 373.85 557.61 372.05 555.8 374.88 554.77 383.62 550.9 375.65 552.45 358.92 551.93 327.28 554.76 323.42 553.73 313.13 568.63 315.96 565 323.42"/><polygon class="cls-39" points="564 243.15 564 250.36 564.53 253.83 563.89 259.36 566.46 267.08 572.25 273.25 575.6 274.28 575.47 277.63 573.16 280.71 570.97 282.26 572.9 288.95 582.8 292.29 592.58 289.59 594.89 280.59 590.01 277.5 588.98 273.64 589.88 267.98 592.71 264.38 597.34 254.34 591.94 242.51 578.17 232.22 565.3 239.68 564 243.15"/><polygon class="cls-40" points="560.94 370.24 557.85 368.44 555.53 372.82 554.76 383.62 553.73 396.23 549.36 413.72 551.93 392.63 553.99 382.08 553.41 380.92 550.9 393.65 548.33 414.49 541.38 426.84 540.87 438.42 543.44 439.71 547.56 435.07 550.64 414.24 555.28 396.23 557.08 384.14 560.94 370.24"/><polygon class="cls-41" points="584.95 254.04 584.35 253.62 581.17 252.84 580.14 253.27 580.32 255.59 581.69 255.76 584.26 254.65 584.95 254.04"/><polygon class="cls-41" points="571.78 254.52 568.74 253.02 567.54 253.36 567.45 255.5 568.83 256.02 570.54 255.67 571.78 254.52"/><polygon class="cls-38" points="571.78 254.52 569.92 252.69 567.87 252.21 566.85 252.57 565.74 253.99 567.45 256 568.14 256 569.17 254.72 568.83 253.48 571.78 254.52"/><polygon class="cls-38" points="578.17 253.96 580.57 252.07 582.12 252.24 584.69 253.7 581 253.19 581.35 254.73 580.32 255.59 578.6 254.47 578.17 253.96"/><polygon class="cls-38" points="571.74 252.41 572.51 252.24 572.17 250.36 569 248.04 566.42 247.87 565.39 249.59 566.51 248.73 568.57 249.33 571.74 252.41"/><polygon class="cls-38" points="575.86 251.73 579.37 249.93 580.49 249.16 583.4 249.41 584.86 250.27 583.32 248.21 581.35 247.61 577.83 248.81 575.94 250.1 575.86 251.73"/><polygon class="cls-42" points="577.59 259.88 577.88 258.78 576.16 257.92 573.18 252.78 572.52 252.24 571.88 257.04 571.1 260.16 573.8 262 575.34 262 575.99 261.07 577.59 259.88"/><polygon class="cls-38" points="579.46 266 576.12 264.35 573.28 264.17 571.65 265.33 570.71 265.39 572.09 266.08 574.83 266 579.46 266"/><polygon class="cls-43" points="577.62 267.51 575.09 267 573.28 267 573.11 267.77 575.77 269.27 577.66 268.52 577.62 267.51"/><polygon class="cls-44" points="585.63 270.51 578.35 273.34 572.26 273.25 576.72 274.88 580.92 275.14 583.83 273.08 585.63 270.51"/><polygon class="cls-38" points="593.52 253.44 591.72 256.27 592.58 258.59 593.95 256.45 593.52 253.44"/><path class="cls-45" d="M626.62,342.12,634,327.54l-6.17-15.44-14.76-17.35-4.8-6.32-13.37-7.84-3.35,9.13-8.75,2.57L572.9,289,571,282.26l-9.69,3.09-6,15.43-3.61,22.3-2.74,12,2.74,22.3,4.81,3.09-2.06,16.46-4.55,70.49,15.7,6.95,11.06,2.83,10.29-.51,6.69-10,8.23,1.8,8.83,3.95,5.49-3.09-1.2-36.1-3.08-47.08-1.81-16.47-2.37-4.48,5.2,1.74ZM598.5,327.79l4.11-13.37,6.4,2.8,4.07,6.2-7.55,9.78-1.24,6.56,2,2.72Z"/><polygon class="cls-46" points="565.31 326.51 576.03 328.57 570.2 320.33 564.71 313.47 563.34 307.64 566.08 290.49 564.02 293.58 558.53 309.7 562.65 323.76 565.31 326.51"/><polygon class="cls-40" points="610.42 352.49 607.93 358.75 602.1 363.21 593.87 352.24 600.73 370.76 605.87 371.79 611.7 363.21 610.42 352.49"/><polygon class="cls-40" points="598.67 327.19 595.58 333.03 595.92 346.75 604.16 353.61 608.45 352.41 602.44 330.28 598.67 327.19"/><polygon class="cls-38" points="597.21 236.98 585.12 229.78 572.76 230.29 564 239.04 564 242.98 565 242.13 565 242.55 566.4 241.7 567.18 240.41 568.65 240.33 568.99 238.62 569.94 239.05 571.74 238.73 572.6 240.22 575.86 239.34 577.14 238.52 577.49 239.55 578.43 241.01 582.2 242.21 584.78 241.35 584.95 243.07 585.63 245.21 587.61 244.7 586.32 248.73 587.43 250.87 588.98 250.27 589.06 254.04 590.43 255.76 591.72 252.76 592.91 250.68 595.41 252.41 596.05 255.47 595.92 255.5 594.29 260.56 593.26 261.85 591.04 261.76 590.01 263.74 589.66 268.45 593.95 264.85 599.53 254.73 600.3 241.61 597.21 236.98"/><polygon class="cls-47" points="575.86 225.92 574.57 226.43 576.63 230.29 581.26 233.89 582.29 231.58 584.86 232.35 585.89 239.81 589.75 241.1 592.84 239.81 594.12 242.38 597.21 242.64 597.73 245.98 597.47 248.56 600.81 253.7 602.36 252.41 600.81 248.04 600.55 237.75 598.5 234.92 593.87 231.83 587.95 225.92 579.2 227.72 575.86 225.92"/><polygon class="cls-39" points="604.5 339.2 599.53 335.51 596.18 337.83 593.35 342.72 593.09 347.35 595.67 347.86 596.95 345.8 596.7 343.23 599.01 340.92 600.3 343.49 600.55 348.89 604.33 352.41 609.56 349.66 609.3 345.29 606.27 342.48 604.5 339.2"/><polygon class="cls-48" points="598.84 327.19 578.52 328.57 564.41 325.14 557.87 350.18 554.77 437.31 583.58 444.85 590.1 441.42 597.72 442.11 605 440.05 605 363.56 598.58 347.78 598.84 327.19"/><polygon class="cls-49" points="569.51 326.51 564.02 348.81 567.11 350.86 572.6 326.85 569.51 326.51"/><polygon class="cls-49" points="578.93 328.75 575 343 582 343 582 328.57 578.93 328.75"/><polygon class="cls-49" points="588.03 328 589.41 345.61 594.21 346.52 595.58 342.23 590.78 328 588.03 328"/><polygon class="cls-46" points="611.36 320.68 612.05 315.53 600.04 306.27 589.06 317.59 589.75 323.76 598.84 327.19 604.5 316.9 611.36 320.68"/></g><g id="George"><polygon class="cls-50" points="596 369.67 597.33 403 599.67 440.33 606.33 484.67 595.67 494 586 497 585.33 499.33 597 501.67 607.67 496.67 621.67 494.33 619 479.67 618.67 439 618 389.33 628.33 419 631.67 444 640.67 461.33 650.33 486.67 648.33 502.33 643 510 644.33 513.33 655.67 512 664.33 496 660.67 485.33 663 479.33 654.67 430.33 644.33 385.33 644 365.67 596 369.67"/><polygon class="cls-51" points="651.75 362 653.25 382 647.5 383.75 646 388 648 396.5 651 395.25 650 390 653 388.25 653.75 401.5 651 404.25 651.5 405.75 656.25 405.25 661.25 400.75 660.75 384.5 665.25 362 651.75 362"/><polygon class="cls-51" points="602 274.13 602.31 276.38 601.47 280 605.61 293 610.74 294.25 610.5 299.25 616.25 304.88 625.62 299.13 626.75 294.75 625.5 287 632.13 274.88 624.13 259.88 605.06 261 602 264.75 602 274.13"/><polygon class="cls-51" points="596 361.75 589.25 385.75 593 387.5 593.75 392.75 592.75 400.25 589.25 400 588.75 395.25 587.5 396.75 587 402 592.75 405.5 592 406.75 587.5 406.25 582 402.75 582.75 384 583.25 353 596 361.75"/><polygon class="cls-52" points="631.75 296 626.5 296.25 620 302.5 613.5 303.5 608.83 297.5 597.33 302.83 589.5 317.5 581.5 340 577.75 345.5 583.5 357.75 595.5 363.75 606.75 369.75 628.5 372 650.75 365.75 652 364 659 365.25 666.75 363.25 673.5 349.25 668.25 336.5 664.75 325.25 656.75 310.75 644.17 303.17 631.75 296"/><polygon class="cls-53" points="619.38 274.25 620.63 274 617.63 270.88 614.63 272.13 612.5 274 610.88 273.38 613.25 275.63 614.18 275 613.13 276.38 614.13 277.13 615.13 277.63 616.25 277.25 616.38 276 618.88 276.25 617.75 275.25 615.11 274.37 617.5 272.75 619.38 274.25"/><polygon class="cls-53" points="604 271.25 603.25 273.25 603.38 274.13 604.63 273.13 606.15 274.06 605.38 274 603 275.88 604.38 276.88 606.25 276.75 606 275.13 608.25 276 607.39 274.83 607.88 275.13 609.38 275.5 609.88 273.88 605.75 271.63 604 271.25"/><polygon class="cls-54" points="611.33 275.96 609.63 275.31 607 280.75 607 282 612.08 282.67 611.33 275.96"/><polygon class="cls-55" points="612.08 282.67 607 282 609.67 284.08 612.08 282.67"/><polygon class="cls-53" points="614.33 288 613.08 286.88 607.42 286.11 606.75 287.05 610.67 288 614.33 288"/><polygon class="cls-56" points="608.25 261.25 602.81 266.06 602.22 274.53 600.48 264.77 605.62 258.76 620.25 253.88 629.87 255.75 633.87 259.25 638 274.63 636 278.88 632.63 279.5 633.25 280.88 636 282.5 636 286 634.63 286.5 632.13 288.88 628 289.25 625 287.63 624.5 281.75 629.25 279.63 630 275.63 628.63 273.25 626.5 273.13 626 274.75 624.63 275.88 624.38 273 623 264.5 617.63 261.13 608.25 261.25"/><polygon class="cls-57" points="608.83 297.5 615.83 322.67 611.33 364.5 606.5 380.67 594.17 372.17 594.67 364 597.5 339.17 600.5 311.5 597.33 302.83 598.5 300.5 607.67 296.67 608.83 297.5"/><polygon class="cls-57" points="629.33 294.83 626.25 309.83 623.04 317.17 624 352 624 370 629.33 382.83 646.83 376.67 648.67 380.5 652.17 377 652 364 644.83 360.67 640.33 352.17 642.5 337.17 641.33 314.17 644.17 303.17 643.33 300.83 631.5 294.5 629.33 294.83"/><polygon class="cls-50" points="626.5 293.94 621.69 299.78 615.66 302.39 610.27 296.76 609 296.63 609 299 611.63 303.75 614.88 305.88 612.75 309.63 612.06 315 616 315.5 616 319 618.88 319.5 622.13 318 624.88 310.88 620.5 305.88 625.25 302.75 629.38 295.5 627.88 293.75 626.5 293.94"/></g><g id="Sailor"><polygon class="cls-15" points="683.17 334.83 679.08 343.83 680.85 347.85 677.69 350.35 674.18 356.68 677 357.67 677 368 682 371 687.67 374 692 383.67 715.67 376.33 712.67 358 683.17 334.83"/><polygon class="cls-58" points="720 379.33 737.33 387 752 409.33 758.33 438.67 748.33 449.33 720 379.33"/><polygon class="cls-59" points="699.33 355.67 683 334.67 680 320.67 682.67 313.67 700.33 320.33 704 315.67 723.33 323.33 734 339.33 729.33 352.67 731.67 363.33 727.67 370 714.67 366.67 706.67 369.33 697.67 368 693 364.67 694.33 359.67 699.33 355.67"/><polygon class="cls-29" points="688.5 350.63 683.63 344.56 680.75 342.75 679 343.75 679.63 345.19 682.75 345.56 688.5 350.63"/><polygon class="cls-29" points="686.25 351 682.44 347.56 680.81 347.81 682 348.69 682 351 683.19 351.75 683.88 351.31 683.63 349.69 685.25 351.38 686.25 351"/><path class="cls-59" d="M714.83,375.17l-18.25,2.41L684.29,385l-18,74.69s-20.65,4-21,5S640.49,500,640.49,500L753,471.33V456l-18-65.33Z"/><polygon class="cls-58" points="684.29 384.79 674.33 389.25 660.33 442.63 664.67 458.98 675.67 460.99 694 448 694 397 684.29 384.79"/></g><g id="Foreground"><polygon class="cls-29" points="99 576.17 97.67 529.08 75.67 513.87 20.33 496 0 496 0 576 99 576.17"/><polygon class="cls-29" points="127.67 576 125 521.66 167.67 505 227 524.33 225.67 576 127.67 576"/><polygon class="cls-29" points="768 470.33 744.33 464.33 613 497.66 608.33 527 557 539.66 546.33 553.66 548.33 576 768 576 768 470.33"/></g><g id="Layer_9" data-name="Layer 9"><rect class="cls-60" width="768" height="576"/></g></g></svg> </div>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 768 576"> <defs> <style> .cls-1 { isolation: isolate; } .cls-2 { fill: #dab982; } .cls-3 { fill: #a95c5c; } .cls-4 { fill: #90524b; } .cls-5 { fill: #261e0c; } .cls-6 { fill: #11100a; } .cls-7 { fill: #ffd985; } .cls-8 { fill: #502b4d; } .cls-9 { fill: #e34a3e; } .cls-10 { fill: #362b3c; } .cls-11 { fill: #67364a; } .cls-12 { fill: #5d4455; } .cls-13 { fill: #ba5320; } .cls-14 { fill: #535b4c; } .cls-15 { fill: #615827; } .cls-16 { fill: #888154; } .cls-17 { fill: #7d6b42; } .cls-18 { fill: #8b774d; } .cls-19 { fill: #89754c; } .cls-20 { fill: #9a7e1f; } .cls-21 { fill: #a08621; } .cls-22 { fill: #e4cda1; } .cls-23 { fill: #403e2c; } .cls-24 { fill: #d9a760; } .cls-25 { fill: #2c291d; } .cls-26 { fill: #6e652d; } .cls-27 { fill: #3b4334; } .cls-28 { fill: #d18c31; } .cls-29 { fill: #2d2c20; } .cls-30 { fill: #70683f; } .cls-31 { fill: #382e12; } .cls-32 { fill: #c57520; } .cls-33 { fill: #887042; } .cls-34 { fill: #413615; } .cls-35 { fill: #212118; } .cls-36 { fill: #c26014; } .cls-37 { fill: #ffc248; } .cls-38 { fill: #644f29; } .cls-39 { fill: #1a1504; } .cls-40 { fill: #2b2c21; } .cls-41 { fill: #704809; } .cls-42 { fill: #b55c16; } .cls-43 { fill: #f9cc3d; } .cls-43, .cls-44 { mix-blend-mode: overlay; } .cls-44 { fill: #ffd45a; } .cls-45 { fill: #a13804; } .cls-46 { fill: #e1861b; } .cls-47 { fill: #f4e2cc; } .cls-48 { fill: #84765e; } .cls-49 { fill: #f7d6aa; } .cls-50 { fill: #93501d; } .cls-51 { fill: #daa962; } .cls-52 { fill: #44341c; } .cls-53 { fill: #ab6e37; } .cls-54 { fill: #161208; } .cls-55 { fill: #392f1c; } .cls-56 { fill: #dcbc6f; } .cls-57 { fill: #161927; } .cls-58 { fill: #775942; } .cls-59 { fill: #44351b; } .cls-60 { fill: #32496d; } .cls-61 { fill: #5e4c53; } .cls-62 { fill: #411802; } .cls-63 { fill: #d89955; } .cls-64 { fill: #b77e23; } .cls-65 { fill: #432016; } .cls-66 { fill: #c2722c; } .cls-67 { fill: #885220; } .cls-68 { fill: #3d2d22; } .cls-69 { fill: #8d5222; } .cls-70 { fill: #49393c; } .cls-70, .cls-71, .cls-72, .cls-73, .cls-74, .cls-75, .cls-76 { fill-rule: evenodd; } .cls-71 { fill: #1c1719; } .cls-72 { fill: #281f1b; } .cls-73 { fill: #4d4749; } .cls-74 { fill: #3b2b26; } .cls-75 { fill: #542b1d; } .cls-76 { fill: #9e9c46; opacity: 0.3; } .cls-77 { fill: #604b4f; } .cls-78 { fill: #363c2b; } .cls-79 { fill: #c8c8c3; } .cls-80 { fill: #000a00; } .cls-81 { fill: #6c4231; } .cls-82 { fill: #96a363; } .cls-83 { fill: #8a7756; } .cls-84 { fill: #476843; } .cls-85 { fill: #f4da8f; } .cls-86 { fill: #f4dbba; } .cls-87 { fill: #694207; } .cls-88 { fill: #eed47d; } .cls-89 { fill: #c6b16f; } .cls-90 { fill: #c5947a; } .cls-91 { fill: #daa67d; } .cls-92 { fill: #996822; } .cls-93 { fill: #353a42; } .cls-94 { fill: #1c1910; } .cls-95 { fill: #8d7a50; } .cls-96 { fill: #b27247; } .cls-97 { fill: #70240f; } .cls-98 { fill: #f3dab7; } .cls-99 { fill: #282d20; } .cls-100 { fill: #77500b; } .cls-101 { fill: #261e0a; } .cls-102 { fill: #dba76e; } .cls-103 { fill: #b25815; } .cls-104 { mix-blend-mode: soft-light; fill: url(#radial-gradient); } </style> <radialGradient id="radial-gradient" cx="384" cy="288" r="339.836" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#f7931e" stop-opacity="0.3"/> <stop offset="0.2289" stop-color="#e78b27" stop-opacity="0.3159"/> <stop offset="0.5053" stop-color="#b97542" stop-opacity="0.362"/> <stop offset="0.805" stop-color="#6c4f6e" stop-opacity="0.4379"/> <stop offset="1" stop-color="#2e3192" stop-opacity="0.5"/> </radialGradient> </defs> <g class="cls-1"> <g id="Setting"> <g id="Back"> <polygon class="cls-2" points="0 442 768 367 768 470 163 575 0 575 0 442"/> <polygon class="cls-3" points="0 525 262 471 368 475 561 455 768 422.876 768 576 0 576 0 525"/> <polygon class="cls-4" points="203.92 576 768 471 647.897 511.58 399.5 576 203.92 576"/> <polygon class="cls-5" points="98 576 244 545 383 529 395 535 540 498 768 459 768 476 661 502 506 539 287 567 236 576 98 576"/> <polygon class="cls-6" points="0 484 143 474 204 491 207.5 576 182.5 576 183 508 134 498 131 576 98 576 96 503 22 504 19 576 0 576 0 484"/> <rect class="cls-7" x="590" width="178" height="146"/> <polygon class="cls-8" points="512.902 576 768 532.581 768 576 512.902 576"/> <polygon class="cls-9" points="656 0 702 19 725 41 691 39 716 64 749 73 768 88.334 768 0 656 0"/> </g> <g id="Mid"> <polygon class="cls-10" points="698 112 722 105 768 101 768 387 718 395 698 112"/> <polygon class="cls-11" points="710 120.778 768 115 768 141 714 138.111 710 120.778"/> <polygon class="cls-12" points="438.333 421 492 438 547.666 444.334 713 423 679 377 477 400 438.333 421"/> <polygon class="cls-13" points="441 421 605 400 604 153 456 151 445 158 441 421"/> <polygon class="cls-14" points="538 194 466 198 465 418 539 410 538 194"/> <polygon class="cls-15" points="601 163 605 400 716 389 707 153 604 153 601 163"/> <polygon class="cls-16" points="525 193 606 199 606 162 525 159 525 193"/> <polygon class="cls-17" points="356 81 458 82 636 79 635 64 642 62 642 51 634 47 634 32 642 30 640 0 354 0 356 81"/> <polygon class="cls-18" points="349 56 420 58 425 0 344 0 349 56"/> <polygon class="cls-19" points="446 12 446 24 478 25 477 12 446 12"/> <polygon class="cls-19" points="435 35 470 32 467 43 433 46 435 35"/> <polygon class="cls-19" points="585 31 608 28 610 38 579 38 585 31"/> <polygon class="cls-19" points="595 48 618 49 619 59 591 60 595 48"/> <polygon class="cls-20" points="392 81 451 80 447 150 413 149 392 81"/> <polygon class="cls-17" points="362 80 408 73 447 150 447 222 441 421 361.001 431.663 354 313 362 80"/> <polygon class="cls-21" points="411 162 429 162 429 199 415 201 411 195 411 162"/> <polygon class="cls-21" points="380 211 398 207 405 213 404 259 393 263 383 249 380 211"/> <polygon class="cls-22" points="451 80 636 79 707 107 655 112 563 112 549 111 528 97 494 97 451 80"/> <polygon class="cls-16" points="408 80 451 80 461 90 456 151 540 158 538 194 466 198 447 222 446 94 410 87 408 80"/> <polygon class="cls-23" points="466 202 464 182 539 180 539 201 466 202"/> <polygon class="cls-24" points="546 96 707 107 728 150 720.143 152.292 729 419 712 425 702 417 701.044 157 654 157 601 163 557.966 160.951 555 333 554 439 540 440 534 437 535 160 535.069 159.86 517 159 456 151 451 80 546 96"/> <polygon class="cls-25" points="534 197 525 213 524 349 507 367 506 413 536 411 534 197"/> <polygon class="cls-26" points="487 292 475 293 478 323 490 321 487 292"/> <polygon class="cls-27" points="601 163 600 200 625 204 700 192 701.044 157 646 156 601 163"/> <polygon class="cls-28" points="619 193 644 191 644 283 621 284 617 275 619 193"/> <polygon class="cls-29" points="644 191 693 188.333 695.666 283.667 644 283 644 191"/> <polygon class="cls-28" points="691 187.667 701 184 702 286 694.333 285.667 691 187.667"/> <polygon class="cls-30" points="623 232 623 192 644 191 644 234 623 232"/> <polygon class="cls-31" points="665 419 660 345 677 333 702 335 702 417 675 421 665 419"/> </g> <g id="Fore"> <polygon class="cls-32" points="356.834 261.665 359.417 381.664 364 387.663 364 403 358.335 403.663 361.001 431.663 296.335 436.996 171.668 443.663 60.334 456.998 52.335 252.996 69.668 208.329 344.335 218.996 356.834 261.665"/> <polygon class="cls-33" points="0 79.001 362 88.334 362 39 357.668 38.334 357.002 27.001 361.002 25.667 360.334 0 0 0 0 79.001"/> <polygon class="cls-34" points="300.334 0 301 63.667 230.334 61 226.334 0 300.334 0"/> <polygon class="cls-34" points="211 0 211.667 57 151 55.667 151 0 211 0"/> <polygon class="cls-34" points="132.334 0 129.667 54.333 65 51.667 65 0 132.334 0"/> <polygon class="cls-35" points="200.334 0 201 56.334 211.667 57 211 0 200.334 0"/> <polygon class="cls-36" points="0 71.667 202.334 79.667 228.334 87 0 84.333 0 71.667"/> <polygon class="cls-37" points="0 84.333 209.667 83 359.667 87 371 87 389.001 94.334 393.001 165.667 369.667 167.667 0 169.001 0 84.333"/> <path class="cls-10" d="M0,169.001l132.334-.669,17.333-3.3335,8.667,3.3335,135.333-2.6665,99.334.002-24.667,11.331-198,2s-96,4-98,4-72.334-6-72.334-6Z"/> <polygon class="cls-38" points="0 177 368 177 366.334 206.333 359.667 208.999 357 264.333 337.667 255.666 320.334 265.666 318.334 302.333 315 353 308.334 352.333 301.5 206.333 118 210.999 118 238 94.334 240.999 91.667 234.333 75 240.999 77 246.333 66.334 253.666 0 243.666 0 177"/> <polygon class="cls-39" points="116.334 204.333 267.667 203.666 307 205.666 305.667 242.999 221.667 238.999 118 238 116.334 204.333"/> <polygon class="cls-40" points="305.667 242.999 308.334 352.333 158.333 362.332 118.333 358.332 118 238 233.667 238.333 305.667 242.999"/> <polygon class="cls-41" points="113 372.332 113.667 380.332 159.667 384.332 300.334 377.665 312.334 374.999 309 365.665 153 374.999 113 372.332"/> <polygon class="cls-10" points="0 228 66 228 67.001 331.665 59.001 332.998 59.667 372.998 64.334 414.331 60.334 456.998 0 460.332 0 228"/> <polygon class="cls-42" points="47 334 47 360 36 360.997 36 336 47 334"/> </g> </g> <g id="Overlay"> <polygon class="cls-43" points="448 0 458 20 455 32 450 43 451 80 526 96 535 160 561 154 654.021 151.758 700 157 727 150 705 106 636 81 620 79 621 62 608 61 611 50 624 48 626 25 611 16 621 3 616 0 448 0"/> <polygon class="cls-43" points="722 183 709 178 711 288 704 296 707 408 714 414 726 407 722 183"/> <polygon class="cls-43" points="536 255 545 245 554 257 553 401 545 411 541 405 536 255"/> <polygon class="cls-44" points="356 267 446 217 440 421 380 428 360 431 357 383 356 267"/> </g> <g id="Signage"> <g> <path class="cls-45" d="M114.5049,133.4111c-3.7627,6.481-6.377,7.4019-6.8657,7.3008-.211-.0454-1.1392-.9536-1.4854-4.3027-.3472-3.355,1.2349-9.418,3.3755-15.71l8.7661-2.2793-1.2578-4.8388-5.4536,1.4179c2.1025-5.5415,4.3223-10.6684,5.685-13.6157l-4.538-2.0986c-.6778,1.4653-4.1089,8.9848-7.0684,17.2539l-5.2915,1.376,1.2578,4.8388,2.1387-.5561a64.6765,64.6765,0,0,0-2.4356,10.2851l-3.4614-2.1255c-.0571.0928-5.835,9.2989-14.1279,10.1568-.38.04-.9429.0952-1.23-1.896a19.76,19.76,0,0,1,.4575-6.583,16.568,16.568,0,0,0,7.9365-2.1973c6.0308-3.4458,10.5025-12.2944,8.7-17.2148-.3852-1.0508-2.0571-4.4063-7.3955-3.4136-5.4077,1.0015-10.3828,9.2358-12.958,17.43-.2407-.06-.4609-.1221-.6709-.1851.7466-4.2778.4141-8.518-1.8467-11.8554a17.2866,17.2866,0,0,0-5.9062-5.4888,16.2418,16.2418,0,0,0,4.8-6.772,8.8244,8.8244,0,0,0-.7984-7.2529A9.5285,9.5285,0,0,0,68.81,90.5269C61.521,88.66,52.085,94.2241,51.0337,94.8643l-1.59.9931.4791,1.8057c.0063.0229.6284,2.4331,1.2509,10.5288a7.5939,7.5939,0,0,1-.0459,1.41,19.2966,19.2966,0,0,0-3.3559,2.1127c-2.271,1.8165-2.12,3.4058-1.5928,4.4195.3755.7231.7764,1.4936,2.6772,1.6245-1.5717,4.2881-3.7734,9.3262-6.0839,14.2168-.4663-.979-.8389-1.8486-1.1065-2.541L37,131.231a51.75,51.75,0,0,0,3.0576,6.33c-1.3144,2.6324-2.5986,5.104-3.7578,7.2515l4.4,2.375c.3491-.647,1.269-2.3647,2.4971-4.7593,3.1909,4.3091,7.5283,8.3692,12.8164,9.0513a9.37,9.37,0,0,0,1.2021.0767c6.38,0,12.6138-6.3677,16.4556-12.6084a39.6281,39.6281,0,0,0,3.6411-7.6656c.2241.0645.458.128.7041.189a24.5816,24.5816,0,0,0-.4521,7.8589c.789,5.4756,4.29,6.1889,6.0537,6.1889a6.197,6.197,0,0,0,.6391-.0322c8.5669-.8862,14.6284-7.98,16.896-11.082a15.9683,15.9683,0,0,0,.0269,2.519c.6572,6.3526,3.3042,8.2246,5.4092,8.6768a5.53,5.53,0,0,0,1.16.123c3.5318,0,7.3364-3.3554,11.08-9.8017ZM93.1221,114.1245a5.5562,5.5562,0,0,1,.95-.0991c.3906,0,.7505.0718.84.3169.7891,2.1533-2.2378,8.7261-6.4858,11.1538a11.629,11.629,0,0,1-3.9971,1.4033C86.6519,120.5879,90.2759,114.6519,93.1221,114.1245ZM67.5708,95.3711a4.456,4.456,0,0,1,2.93,2.2119,3.7958,3.7958,0,0,1,.3652,3.2368c-.7256,2.29-3.1167,4.5523-5.6245,6.37-.0615-.01-.124-.02-.186-.0293a22.3759,22.3759,0,0,0-8.9034.5606c-.3725-4.8228-.7485-7.7407-1.02-9.4209C58.2363,96.6909,63.8232,94.4141,67.5708,95.3711Zm1.8428,40.9556c-3.9126,6.3559-9.2906,10.643-12.76,10.1938-4.2661-.55-8.1123-4.8418-10.9028-9.1826a171.7731,171.7731,0,0,0,8.6079-20.2129c1.7769-.3765,3.9668-.9351,6.6753-1.7251l.3476-.13a42.755,42.755,0,0,0,4.8838-2.7134,11.8658,11.8658,0,0,1,6.3316,4.8457C75.6611,121.9258,73.2061,130.1665,69.4136,136.3267Z"/> <path class="cls-45" d="M115.7168,121.2441,116.95,126.09l4.9819-1.268a38.2318,38.2318,0,0,0-.0664,10.5786c.7788,4.8022,2.354,11.2974,7.02,12.2515a5.6433,5.6433,0,0,0,1.1333.1152c3.8355,0,8.0386-3.9131,13.4273-12.4307l-4.2256-2.6728c-6.6426,10.4985-9.2305,10.11-9.3335,10.0893-.0747-.0151-1.8389-.4614-3.0859-8.1533a36.5245,36.5245,0,0,1,.36-11.1094l8.1216-2.0673-1.2334-4.8458-5.8149,1.48a123.7486,123.7486,0,0,1,4.7553-15.4687l-4.6474-1.8438a121.9477,121.9477,0,0,0-5.5205,18.69Z"/> <path class="cls-45" d="M154.5566,106.47c-.0258.1187-2.6533,11.957-9.248,21.0635q-.1626.2241-.3018.3994c-.6455-2.56-.89-8.4155-.5122-14.1l-4.9892-.3325c-1.2119,18.185,2.581,19.5552,3.8276,20.0058,2.0108.7237,4.0376-.2963,6.0254-3.04.5957-.8227,1.1611-1.6621,1.6968-2.51-3.3018,14.69-8.543,28.6972-15.2915,30.2768-3.9878.9326-7.1949.5542-9.53-1.124-3.84-2.76-4.4048-8.2793-4.4092-8.3257l-4.9814.4336c.0278.3164.74,7.7983,6.4311,11.9228a14.1161,14.1161,0,0,0,8.4937,2.5972,22.5832,22.5832,0,0,0,5.1357-.6357c16.918-3.9595,22.0542-50.5528,22.5845-55.8526Z"/> <path class="cls-45" d="M172.9863,103.4517l-4.39-2.2364C167.626,103.1572,165,107.167,162,107.167v5C169,112.167,172.54,104.3438,172.9863,103.4517Z"/> <path class="cls-45" d="M180.147,110.4937a4.9982,4.9982,0,0,0-4.3755-.93,7.7253,7.7253,0,0,0-5.36,4.0019c-1.74,3.396-1.2109,8.3247,1.6167,15.0679a4.5864,4.5864,0,0,1-1.4853,5.4272c-1.8662,1.6226-4.4966,2.1963-5.99,1.3081-1.5585-.9282-1.9638-3.6591-1.1118-7.4931l-4.8808-1.085c-1.8492,8.3213,1.3579,11.6377,3.4345,12.874a8.2865,8.2865,0,0,0,4.2564,1.1,11.766,11.766,0,0,0,7.5718-2.93A9.5479,9.5479,0,0,0,176.6392,126.7c-2.8741-6.8535-2.3477-9.7422-1.7779-10.8545a2.7157,2.7157,0,0,1,2.0342-1.41c.085-.02.1358-.0224.1426-.0278.5049.3472,1.12,2.5117,1.1284,4.5967l2.5-.0049h2.5C183.1665,117.981,183.0215,112.78,180.147,110.4937Z"/> <path class="cls-45" d="M222.0161,123.479c-1.1367-3.125-4.2285-7.0459-8.0483-10.15l.0566-.0537c6.7451-6.4248,9.2666-11.3,7.4946-14.4893-4.64-8.3535-11.16-6.374-21.4121-2.4541l-2.3711.9063.9429,2.3569c.7974,1.9937.6836,5.1831-.0517,9.065-2.3169.8637-4.8916,2.9179-6.3477,7.5971-1.3579,4.3648.0171,6.312,1.41,7.1773a3.8969,3.8969,0,0,0,.5019.2627c-1.7529,4.7656-3.7944,9.6538-5.8437,14.1767-.64-.6338-1.2583-1.2739-1.8521-1.9111l-3.6582,3.4082q1.6787,1.8018,3.2739,3.292c-.7993,1.66-1.5825,3.2339-2.3335,4.6919l4.4444,2.29c.3042-.5893.9521-1.8618,1.8208-3.64,5.4746,4.1694,10.1216,5.6387,13.9536,5.6387a14.349,14.349,0,0,0,7.5893-2.1626C220.8188,143.8271,223.9619,128.83,222.0161,123.479Zm-18.0405-23.2563c9.8623-3.5992,11.1655-2.59,13.0976.8569-.0444.9536-1.8242,4.3061-7.3344,9.3574a18.4807,18.4807,0,0,0-5.9951-2.2119A26.99,26.99,0,0,0,203.9756,100.2227Zm-1.2168,12.9082a10.549,10.549,0,0,1,2.8086.8193c-1.335,1.0264-2.5855,1.894-3.7153,2.6069C202.1831,115.4,202.4873,114.2554,202.7588,113.1309Zm6.2158,32.0864c-5.26,3.22-11.3862.4585-16.7305-3.84,2.2867-4.9336,5.1123-11.44,7.44-18.0625,3.5732-1.3477,7.55-4.2452,10.43-6.6041,3.3764,2.5953,6.3178,6.044,7.2026,8.4776C218.5327,128.5308,215.95,140.9458,208.9746,145.2173Z"/> <path class="cls-45" d="M237.8994,118.4346l3.5352-3.5352c-3.0323-3.0327-5.7686-2.9634-7.5313-2.3716a9.8693,9.8693,0,0,0-4.7241,4.1548c-.0063-.2334-.0117-.3833-.0137-.44l-4.997.1811a129.1318,129.1318,0,0,1-.3282,13.7408,110.9409,110.9409,0,0,0-2.3169,11.8281l4.7691,1.3374c1.3559-3.1182,2.0976-7.74,2.4956-12.2876,1.8691-7.127,4.3564-12.9844,6.7085-13.7754C236.11,117.0605,236.918,117.4536,237.8994,118.4346Z"/> <path class="cls-45" d="M253.1221,115.44c-4.2578-2.1982-10.6831,1.5108-14.4336,6.3643-3.9805,5.1509-5.6914,17.9961-.4854,22.5776a6.3127,6.3127,0,0,0,4.2671,1.6367c2.6724,0,6.2549-1.5419,10.9639-6.2514l-3.5352-3.5352c-3.8662,3.8662-7.081,5.55-8.393,4.396-1.274-1.1211-1.75-4.0239-1.5415-7.147a14.3645,14.3645,0,0,0,9.2441-.2548c2.9844-1.2847,5.0649-3.8086,6.1841-7.5015C257.4712,118.8667,254.8623,116.3374,253.1221,115.44Zm-2.5147,8.8345c-.68,2.2422-1.7793,3.666-3.3618,4.353-1.9741.856-4.52.4673-6.3843-.0815a11.8689,11.8689,0,0,1,1.7832-3.6841c3.104-4.0171,7.12-5.5288,8.1861-4.978C251.1309,120.0391,251.4912,121.3594,250.6074,124.2749Z"/> <path class="cls-45" d="M274.3877,139.4175c-.4224-2.063.2026-7.38,1.5166-13.3775,1.5322-4.4355,1.5957-6.413,1.5957-6.7065l-1.5732-.2163.0214-.0259c-.6591-.5571-6.5927-5.3813-12.1049-3.1084-3.8081,1.5713-6.0518,5.9907-6.6675,13.1358-.8345,9.68.43,14.4335,4.0981,15.4145,3.124.8379,6.0342-1.9609,8.1709-4.9785q.4966,3.59,2.52,4.68a3.9179,3.9179,0,0,0,1.8755.4751c2.8711-.0005,5.8814-3.0083,8.3062-5.8306l-3.793-3.2588A19.4525,19.4525,0,0,1,274.3877,139.4175Zm-3.43-14.3843c-.6514,1.8115-1.5767,4.0947-2.89,6.91-2.1509,4.6093-4.3858,7.04-5.4136,7.6137-.35-.73-1.0884-3.1508-.4971-10.0083.43-4.9824,1.7032-8.1572,3.586-8.94a3.1529,3.1529,0,0,1,1.2177-.2246,9.6486,9.6486,0,0,1,4.6988,1.7554Q271.2781,123.6357,270.958,125.0332Z"/> <path class="cls-45" d="M310.2373,98.5205l-4.7891-1.4355c-.0141.0444-.602,1.9233-1.4692,4.9082-.9932,3.2387-2.4785,7.955-4.3965,13.6958a7.7432,7.7432,0,0,0-3.7871-2.65c-2.9775-.8653-6.1064.4594-9.3022,3.9365-5.36,5.83-5.65,15.9565-2.8467,21.9961,2.0337,4.3794,4.84,4.9311,6.3232,4.8652,2.4287-.102,4.5933-1.8467,6.4629-5.1992-.0923,5.2944,1.08,7.3281,2.4409,8.4526a4.5058,4.5058,0,0,0,2.9073,1.0313,6.828,6.828,0,0,0,3.2378-.92l-2.37-4.4024a3.3056,3.3056,0,0,1-.6953.2954c-1.9023-2.8349.9019-19.3432,6.3238-38.0732C309.5405,100.9482,310.22,98.58,310.2373,98.5205Zm-16.585,34.1206c-2.1464,5.8672-3.8759,6.1992-3.8925,6.2-.1934-.03-.8785-.4682-1.5782-1.9756-1.8545-3.9941-2.1938-11.9526,1.9922-16.5063,1.5244-1.6577,2.9029-2.5674,3.8648-2.5674a1.2832,1.2832,0,0,1,.36.0483c1.14.33,2.2364,2.1856,3.0147,4.229C296.2676,125.3813,295.0112,128.9258,293.6523,132.6411Z"/> </g> <polygon class="cls-46" points="348 98.625 362.375 100.688 367.937 110.969 362.719 131.234 337.734 153.242 325.742 152.496 317 144 317 132 331.25 112.25 348 98.625"/> <polygon class="cls-47" points="357.25 122 343.25 112 340 113 355.25 122.75 357.25 122"/> <polygon class="cls-47" points="350.75 125.25 336 120.25 331.5 121.5 349.5 127.5 350.75 125.25"/> <polygon class="cls-47" points="344.75 130.75 329.25 124.5 327.25 127 343.5 134.25 344.75 130.75"/> <polygon class="cls-46" points="307.25 154.75 310.25 156.25 292 161.5 238.75 155 209 160.5 162.75 157.5 163.25 155.25 206.25 157 238.25 151.75 293.25 157.5 307.25 154.75"/> <polygon class="cls-46" points="170.25 94 150.25 99.75 123.25 90.75 101 98.75 82.5 96.75 82.25 93.5 103.25 95.25 123.25 88.25 152 95.5 170 91.5 170.25 94"/> <polygon class="cls-22" points="215.667 217 135.333 216.333 132.333 273 204 272.333 218.667 270.333 215.667 217"/> <polygon class="cls-48" points="381.333 180.333 356.333 183.667 331.667 180.333 300.667 179 300 225 323.667 254 366.667 253.333 388 249.667 381 206.333 381.333 180.333"/> <polygon class="cls-46" points="322.667 208.667 325.333 201.333 322.667 189 314.667 186.667 308.333 189.333 310.333 207 317 209 322.667 208.667"/> <polygon class="cls-49" points="335.5 201 342.25 204 348 201.333 348 195 343 192 335.667 193 335.5 201"/> <polygon class="cls-50" points="354.666 200 355.833 203.667 368.417 206.667 372 200.667 372 192 364 192 354.666 200"/> <polygon class="cls-45" points="326.666 214.333 327 218.667 312.333 217.667 312 214.667 326.666 214.333"/> <polygon class="cls-45" points="328 220 328 223 312.333 223.333 312 221.667 328 220"/> <polygon class="cls-45" points="335 209 335 212 350.666 213 350 209.333 335 209"/> <polygon class="cls-45" points="349.333 215.833 337 217 337 220 350.333 219.667 349.333 215.833"/> <polygon class="cls-45" points="373.333 213.333 372.666 210 358 209.667 358 212 373.333 213.333"/> <polygon class="cls-45" points="373.333 217.333 373.666 220.333 359 221.333 359 218 373.333 217.333"/> <polygon class="cls-46" points="146.333 227.333 157 227 164 232 158.333 249.667 148 256.667 141.667 252 141.333 242.667 146.333 227.333"/> <polygon class="cls-46" points="176 229 176 233 210 232.667 210 229 176 229"/> <polygon class="cls-46" points="210 237 210 240 177 241.667 177 239 210 237"/> <polygon class="cls-46" points="210.833 244.5 211.25 249.417 176 249.667 176 247 210.833 244.5"/> <polygon class="cls-46" points="140.833 317.167 130.417 314.25 125.041 316.958 122.354 337.314 131.01 355.656 142.838 356.662 148 346.334 148 330 140.833 317.167"/> <polygon class="cls-50" points="157.333 331.667 150.333 345.667 154 353.334 161.666 356.334 169 350.334 169.333 337.667 161.333 332.334 157.333 331.667"/> <polygon class="cls-51" points="178 339.667 163.333 343.334 162.666 350 170.333 357.334 185.666 355 192 344.667 186.333 340.667 178 339.667"/> <polygon class="cls-46" points="182.167 343.5 186.25 340.917 190.666 344 198 344 201.666 333.667 196.666 315 189 314 188.333 321 182.333 316.334 171.333 315.667 168.333 327 173.666 342 182.167 343.5"/> <polygon class="cls-46" points="202.666 320.667 199.666 325.667 197 334.667 204.666 339.334 212 340 212 334 209.666 323 202.666 320.667"/> <polygon class="cls-50" points="212.333 345.667 208 336 196.666 332.334 191 340 194 350.667 203.666 353.667 211.333 348.667 212.333 345.667"/> <polygon class="cls-15" points="272.833 316.834 275.583 310.416 263.625 304.375 236.312 301.688 209.323 305.678 203.328 310.005 204.998 314.502 232 320 237 320 236.667 346 233 346.333 229 350.333 239.333 353.333 252.333 351 252.667 348.333 244.333 345 242.333 320.333 267.333 318.333 272.833 316.834"/> <polygon class="cls-51" points="244.833 312.5 249.916 306.917 247 300 229 300 226 310 236.333 314 244.833 312.5"/> <polygon class="cls-51" points="234.667 304.333 235 298.333 222.333 291 208.333 299.667 208 309.333 225 313.667 234.667 304.333"/> <polygon class="cls-51" points="260 306.5 251 298.333 251 294 257.667 292 272.333 297 280 305.333 280 310 271.333 311 260 306.5"/> <polygon class="cls-46" points="275.167 330.166 261.083 324.083 252 328.667 252 342 271 347.334 277.333 340.334 291.667 345.667 300 341 300.333 334.334 286.333 323.334 277.333 325 275.167 330.166"/> <g> <path class="cls-15" d="M561.8906,139.0742l1.4434-.417a.5591.5591,0,0,0,.2812-.1884.489.489,0,0,0,.0987-.3633l-.7657-11.2046a.5351.5351,0,0,0-.1406-.3477.6688.6688,0,0,0-.3144-.1845l-1.501-.4312-.0449-.6548,5.8672.0093.0439.6543-1.4727.4267a.5487.5487,0,0,0-.29.1788.4676.4676,0,0,0-.1025.3525l.8037,11.7568,5.2344.0078a.3277.3277,0,0,0,.165-.041.4.4,0,0,0,.126-.1069.5956.5956,0,0,0,.082-.1475.89.89,0,0,0,.0439-.1743l.3643-2.8921.9922.0015.3027,4.4473-11.1719-.0176Z"/> <path class="cls-15" d="M583.6006,137.2886l.0693,1.0219a7.4033,7.4033,0,0,1-.7861.6119,6.2188,6.2188,0,0,1-.9942.5454,7.1321,7.1321,0,0,1-1.165.3916,5.2884,5.2884,0,0,1-1.2822.1513,5.62,5.62,0,0,1-2.0127-.36,4.8034,4.8034,0,0,1-1.6572-1.061,5.4071,5.4071,0,0,1-1.1661-1.7247,7.109,7.109,0,0,1-.539-2.3618,6.4129,6.4129,0,0,1,.2119-2.1924,5.0911,5.0911,0,0,1,.9-1.7924,4.3962,4.3962,0,0,1,1.5117-1.2144,4.5166,4.5166,0,0,1,2.0391-.4463,4.7518,4.7518,0,0,1,1.8584.3506,4.5078,4.5078,0,0,1,1.4189.9273,4.2771,4.2771,0,0,1,.9277,1.34,4.6246,4.6246,0,0,1,.3956,1.58c.0048.0678.0078.145.0107.23s.0059.1744.0078.2657a1.8361,1.8361,0,0,1-.0078.2661c-.0078.0849-.0156.1621-.0244.23l-7.2676-.0108a5.63,5.63,0,0,0,1.1875,3.4,3.5674,3.5674,0,0,0,2.8135,1.1646,4.0976,4.0976,0,0,0,1.09-.1363,5.6773,5.6773,0,0,0,.9278-.3354,5.5038,5.5038,0,0,0,.748-.4233c.2178-.1495.4033-.2891.56-.4185Zm-2.32-4.1748a6.9112,6.9112,0,0,0-.2119-1.3189,3.2287,3.2287,0,0,0-.4805-1.0434,2.248,2.248,0,0,0-.7832-.6861,2.3813,2.3813,0,0,0-1.1211-.247,2.4615,2.4615,0,0,0-1.0684.2231,2.33,2.33,0,0,0-.8183.6475,3.0935,3.0935,0,0,0-.5371,1.0366,4.96,4.96,0,0,0-.2129,1.38Z"/> <path class="cls-15" d="M585.4121,139.1309l1.1826-.3565a.5727.5727,0,0,0,.29-.1782.4537.4537,0,0,0,.0927-.3418l-.4824-7.0542a.5851.5851,0,0,0-.1533-.3789,1.0135,1.0135,0,0,0-.3994-.2354l-1.1348-.4516-.039-.5728,3.3632-.5976.1162,1.7075h.0821a5.1246,5.1246,0,0,1,.81-.9287,3.3943,3.3943,0,0,1,.8262-.5459,3.2692,3.2692,0,0,1,.8457-.2549,5.7375,5.7375,0,0,1,.8594-.0645,4.2641,4.2641,0,0,1,1.333.2115,3.1588,3.1588,0,0,1,1.1289.6508,3.3614,3.3614,0,0,1,.8027,1.1363,4.8458,4.8458,0,0,1,.3789,1.6562l.3887,5.6841a.593.593,0,0,0,.1494.3892.6953.6953,0,0,0,.3194.1841l1.0869.3593.0429.6446-4.915-.0079-.0439-.644,1.0488-.3564a.67.67,0,0,0,.2929-.1885.5034.5034,0,0,0,.0967-.3828l-.334-4.8872a8.5006,8.5006,0,0,0-.1728-1.273,2.673,2.673,0,0,0-.4033-.9512,1.7481,1.7481,0,0,0-.7461-.5991,3.0352,3.0352,0,0,0-1.2051-.2065,4.56,4.56,0,0,0-.665.0508,3.3672,3.3672,0,0,0-.6846.1718,2.7483,2.7483,0,0,0-.626.3267,2.1266,2.1266,0,0,0-.5078.5l.4727,6.9111a.4978.4978,0,0,0,.1513.3428.757.757,0,0,0,.3145.1792l.9844.3589.0439.6445-4.9473-.0078Z"/> <path class="cls-15" d="M598.5693,139.1514l1.1817-.3565a.58.58,0,0,0,.29-.1782.4537.4537,0,0,0,.0928-.3418l-.4824-7.0547a.5843.5843,0,0,0-.1534-.3784,1.0119,1.0119,0,0,0-.3994-.2358l-1.1347-.4517-.0391-.5723,3.3633-.5976.1162,1.7075.082-.0005a5.1415,5.1415,0,0,1,.8106-.9287,3.4038,3.4038,0,0,1,.8261-.5454,3.2506,3.2506,0,0,1,.8458-.2549,5.7247,5.7247,0,0,1,.8593-.0649,4.2465,4.2465,0,0,1,1.333.2119,3.1493,3.1493,0,0,1,1.1289.6509,3.3416,3.3416,0,0,1,.8028,1.1362,4.8459,4.8459,0,0,1,.3789,1.6562l.3887,5.6841a.5906.5906,0,0,0,.1494.3887.69.69,0,0,0,.3193.1841l1.0869.36.043.6441-4.9151-.0073-.0439-.6446,1.0488-.3559a.6794.6794,0,0,0,.293-.1885.5046.5046,0,0,0,.0967-.3833l-.334-4.8872a8.2473,8.2473,0,0,0-.1748-1.2725,2.631,2.631,0,0,0-.4014-.9512,1.7417,1.7417,0,0,0-.7461-.5991,3.0349,3.0349,0,0,0-1.2051-.2065,4.6255,4.6255,0,0,0-.665.05,3.4027,3.4027,0,0,0-.6846.1728,2.7719,2.7719,0,0,0-.6259.3262,2.1251,2.1251,0,0,0-.5078.5005l.4716,6.9106a.5023.5023,0,0,0,.1524.3428.7454.7454,0,0,0,.3144.1792l.9844.3594.0439.644-4.9472-.0078Z"/> <path class="cls-15" d="M611.76,142.5244l.41.001a2.2364,2.2364,0,0,0,.3809.1787c.1523.0586.3115.1113.4756.16.1631.0473.3193.0869.4677.1176a1.8847,1.8847,0,0,0,.3457.0469,2.8153,2.8153,0,0,0,.6348-.06,1.2436,1.2436,0,0,0,.4785-.2339,1.7322,1.7322,0,0,0,.3819-.4087,3.5444,3.5444,0,0,0,.3213-.6084q.1537-.3618.3183-.8682t.374-1.18l-.8037-1.29-3.872-7.7442a.8586.8586,0,0,0-.25-.3071,1.3508,1.3508,0,0,0-.376-.1743l-.7881-.3184-.042-.6338,4.7627.0079.0439.6333-1.4726.438,2.8633,5.7285.5888,1.2788h.1123l2.0411-6.7847-1.4561-.6562-.042-.6338,3.9258.0058.042.6338-.8037.5a2.52,2.52,0,0,0-.35.1939.5252.5252,0,0,0-.209.2959l-3.2989,10.7993a6.9287,6.9287,0,0,1-.6777,1.604,3.4492,3.4492,0,0,1-.8242.9551,2.5375,2.5375,0,0,1-.95.4629,4.3726,4.3726,0,0,1-1.0439.121,3.4906,3.4906,0,0,1-.4366-.0307c-.1611-.02-.3213-.0469-.48-.0772q-.24-.0468-.458-.1084a2.563,2.563,0,0,1-.3554-.123Z"/> <path class="cls-15" d="M623.15,129.856q.3471-.2952.6631-.6021a5.4057,5.4057,0,0,0,.5605-.6328,4.1942,4.1942,0,0,0,.4092-.669,2.5087,2.5087,0,0,0,.2227-.7q-.438-.2767-.7481-.4716a3.8808,3.8808,0,0,1-.5117-.3736,1.2592,1.2592,0,0,1-.3018-.3891,1.4061,1.4061,0,0,1-.122-.5166.9558.9558,0,0,1,.0556-.3828,1.0419,1.0419,0,0,1,.2159-.3628,1.1725,1.1725,0,0,1,.3632-.27,1.1561,1.1561,0,0,1,.5147-.1069,1.838,1.838,0,0,1,.7929.16,1.51,1.51,0,0,1,.5518.4453,2.115,2.115,0,0,1,.3379.69,4.0217,4.0217,0,0,1,.1523.895,2.7459,2.7459,0,0,1-.21,1.3135,4.48,4.48,0,0,1-.6719,1.0879,6.41,6.41,0,0,1-.8721.8618q-.46.3729-.8076.648Z"/> <path class="cls-15" d="M628.0674,136.7637l.97.0014.4209,1.064a.97.97,0,0,0,.2608.3784,1.7942,1.7942,0,0,0,.3544.2461,3.5541,3.5541,0,0,0,.4551.21c.168.0649.3457.123.5313.1743a5.2472,5.2472,0,0,0,.582.1235,3.7655,3.7655,0,0,0,.5752.0469,3.6218,3.6218,0,0,0,.8115-.0908,2.2075,2.2075,0,0,0,.7168-.2954,1.5232,1.5232,0,0,0,.4951-.5254,1.3828,1.3828,0,0,0,.1494-.7925,1.4671,1.4671,0,0,0-.5771-1.125,2.3606,2.3606,0,0,0-.584-.3281,7.2533,7.2533,0,0,0-.7529-.2461q-.5742-.1547-1.12-.3086-.548-.1539-1.0586-.3086a3.7809,3.7809,0,0,1-.9649-.4361,3.2405,3.2405,0,0,1-.7343-.6391,2.8771,2.8771,0,0,1-.4864-.8189,3.2749,3.2749,0,0,1-.207-.9511,2.4211,2.4211,0,0,1,.2539-1.2925,3.0184,3.0184,0,0,1,.8555-1.0156,4.083,4.083,0,0,1,1.3047-.6626,5.2664,5.2664,0,0,1,1.5879-.2329q.46.0006.8564.0376t.7686.0976c.248.041.4882.0894.7246.1441s.4834.1171.7382.1855l.2657,2.6782-.9825-.0014-.4541-1.1148a.9663.9663,0,0,0-.247-.3276,1.8606,1.8606,0,0,0-.3321-.2354,3.6874,3.6874,0,0,0-.7959-.272,4.1352,4.1352,0,0,0-.8955-.0991,3.3694,3.3694,0,0,0-.7822.0865,1.8876,1.8876,0,0,0-.63.27,1.232,1.232,0,0,0-.4131.4751,1.3208,1.3208,0,0,0-.1171.6792,1.8583,1.8583,0,0,0,.1709.69,1.53,1.53,0,0,0,.3867.5015,2.4451,2.4451,0,0,0,.5859.3637,6.9158,6.9158,0,0,0,.7725.2876c.1523.0479.3134.0957.48.1436.1679.0483.332.0962.4941.1436.165.0483.32.0947.47.1391s.291.084.4229.1182a7.5941,7.5941,0,0,1,1.0918.4209,3.3983,3.3983,0,0,1,.8349.5586,2.3577,2.3577,0,0,1,.5479.7519,3.0772,3.0772,0,0,1-.0352,2.4785,3.0919,3.0919,0,0,1-.9111,1.0874,4.1308,4.1308,0,0,1-1.3721.6626,5.9635,5.9635,0,0,1-1.6455.2222,8.5,8.5,0,0,1-1.0469-.063,8.7442,8.7442,0,0,1-.9472-.17c-.3-.0713-.5889-.1484-.8623-.2314q-.4131-.1224-.7989-.2461Z"/> <path class="cls-15" d="M644.0557,139.2012l1.4423-.417a.5645.5645,0,0,0,.2833-.189.497.497,0,0,0,.0986-.3628l-.7666-11.2041a.5371.5371,0,0,0-.1416-.3481.6627.6627,0,0,0-.3135-.1846l-1.501-.4316-.0459-.6543,5.8672.0092.0459.6543-1.4736.4273a.5354.5354,0,0,0-.2891.1782.4683.4683,0,0,0-.1035.3526l.8047,11.7563,5.2324.0083a.347.347,0,0,0,.167-.04.423.423,0,0,0,.125-.1075.5617.5617,0,0,0,.082-.1474.908.908,0,0,0,.044-.1743l.3642-2.8926.9922.0019.3037,4.4473-11.1728-.0171Z"/> <path class="cls-15" d="M661.7412,140.1587a5.61,5.61,0,0,1-2.1113-.3921,4.9691,4.9691,0,0,1-1.6856-1.1118A5.414,5.414,0,0,1,656.791,136.9a7.2459,7.2459,0,0,1-.5205-2.311,6.4123,6.4123,0,0,1,.2109-2.2076,4.91,4.91,0,0,1,.9122-1.7778,4.3165,4.3165,0,0,1,1.5488-1.188,4.9844,4.9844,0,0,1,2.1367-.4316,5.39,5.39,0,0,1,2.2959.4634,5.0626,5.0626,0,0,1,1.668,1.23,5.5548,5.5548,0,0,1,1.0566,1.7749,7.4678,7.4678,0,0,1,.4512,2.1119,6.4275,6.4275,0,0,1-.207,2.187,4.9367,4.9367,0,0,1-.9053,1.7817,4.2843,4.2843,0,0,1-1.5508,1.1943A5.0185,5.0185,0,0,1,661.7412,140.1587Zm.0889-.9609a2.2117,2.2117,0,0,0,1.3974-.417,2.7313,2.7313,0,0,0,.8252-1.0669,4.6785,4.6785,0,0,0,.3682-1.4312,9.1061,9.1061,0,0,0,.0293-1.5068,9.441,9.441,0,0,0-.2891-1.7539,5.7974,5.7974,0,0,0-.6474-1.55,3.5739,3.5739,0,0,0-1.041-1.1055,2.5708,2.5708,0,0,0-1.4707-.4214,2.3391,2.3391,0,0,0-.9932.1929,2.27,2.27,0,0,0-.7256.52,2.6614,2.6614,0,0,0-.4951.76,4.9685,4.9685,0,0,0-.2959.9249,6.1724,6.1724,0,0,0-.124,1.0014,8.5248,8.5248,0,0,0,.0117.9912,10.51,10.51,0,0,0,.1357,1.11,7.5129,7.5129,0,0,0,.2862,1.1045,6.1314,6.1314,0,0,0,.4521,1.018,3.5477,3.5477,0,0,0,.6406.8384,2.9578,2.9578,0,0,0,.8516.5742A2.6353,2.6353,0,0,0,661.83,139.1978Z"/> <path class="cls-15" d="M675.2305,138.3291a3.4706,3.4706,0,0,1-.81.9341,3.9082,3.9082,0,0,1-.9238.5454,3.7742,3.7742,0,0,1-.9336.2544,6.4616,6.4616,0,0,1-.8389.06,3.12,3.12,0,0,1-1.2588-.248,3.2167,3.2167,0,0,1-.9736-.6455,2.98,2.98,0,0,1-.65-.9312,3.1733,3.1733,0,0,1-.2822-1.104,2.8613,2.8613,0,0,1,.1533-1.206,2.796,2.796,0,0,1,.57-.9292,3.515,3.515,0,0,1,.8731-.6782,5.9018,5.9018,0,0,1,1.0478-.459,6.6072,6.6072,0,0,1,1.1064-.2583,7.332,7.332,0,0,1,1.0508-.0811c.0684,0,.1748.0073.32.021.1426.0142.295.0283.4532.042.1562.0142.3066.0278.4463.042s.249.0239.3252.03l-.1114-1.6245a2.99,2.99,0,0,0-.1914-.9214,1.5681,1.5681,0,0,0-.4023-.5874,1.47,1.47,0,0,0-.6-.3135,3.1308,3.1308,0,0,0-.7881-.0928,2.9385,2.9385,0,0,0-1.0059.1773,5.82,5.82,0,0,0-.9346.4331,7.9268,7.9268,0,0,0-.8125.53q-.3705.2754-.6337.4693l-.336,0-.2929-1.8711c.2587-.1089.5234-.2173.7968-.3262a8.806,8.806,0,0,1,.88-.2949,8.1469,8.1469,0,0,1,1.0059-.2129,7.7749,7.7749,0,0,1,1.17-.08,6.4424,6.4424,0,0,1,1.4121.1607,3.7053,3.7053,0,0,1,1.2783.5488,3.1279,3.1279,0,0,1,.9571,1.0542,3.8832,3.8832,0,0,1,.4521,1.6768l.3506,5.562a.7409.7409,0,0,0,.0928.3271.8235.8235,0,0,0,.2119.2461.9482.9482,0,0,0,.3066.1582,1.2139,1.2139,0,0,0,.3711.0572.96.96,0,0,0,.1973-.0249c.0781-.0171.1611-.0376.2519-.0616a2.3511,2.3511,0,0,0,.2647-.0864c.0869-.0337.167-.0679.2392-.102l.1426,0,.0508.7364q-.1479.112-.376.26a5.1839,5.1839,0,0,1-.5068.2852,4.2492,4.2492,0,0,1-.5664.2344,1.7156,1.7156,0,0,1-.5459.0966,2.7757,2.7757,0,0,1-.794-.1035,1.5169,1.5169,0,0,1-.584-.3178,1.4522,1.4522,0,0,1-.375-.5581,2.7249,2.7249,0,0,1-.1689-.8228Zm-.27-3.8135a14.6453,14.6453,0,0,0-1.8536.1045,4.9283,4.9283,0,0,0-1.4013.3657,2,2,0,0,0-.8662.709,1.7643,1.7643,0,0,0-.25,1.1245,2.2471,2.2471,0,0,0,.2431.9356,1.903,1.903,0,0,0,.49.5986,1.8025,1.8025,0,0,0,.6347.3228,2.4678,2.4678,0,0,0,.666.0981,3.9258,3.9258,0,0,0,1.3936-.2685,2.9885,2.9885,0,0,0,.6455-.3516,1.8919,1.8919,0,0,0,.49-.52Z"/> <path class="cls-15" d="M679.876,130.7612a.8162.8162,0,0,0-.251-.3169,1.4231,1.4231,0,0,0-.3652-.185l-.8-.3179-.043-.6338,4.7646.0073.043.6338-1.4726.438,2.8134,5.7178.58,1.4526h.1113L687.49,130.61l-1.4658-.6568-.043-.6338,3.9053.0059.043.6338-.7725.5a2.328,2.328,0,0,0-.3447.2139.6593.6593,0,0,0-.2129.2963l-2.334,6.8345-.9619,2.2276-.8789-.0015Z"/> <path class="cls-15" d="M700.5215,137.4688l.0693,1.0219a7.2252,7.2252,0,0,1-.7861.6118,6.0956,6.0956,0,0,1-.9942.5454,7.1139,7.1139,0,0,1-1.165.3921,5.2834,5.2834,0,0,1-1.2822.1509,5.6131,5.6131,0,0,1-2.0127-.36,4.7936,4.7936,0,0,1-1.6572-1.0606,5.4189,5.4189,0,0,1-1.1661-1.7246,7.112,7.112,0,0,1-.539-2.3623,6.3861,6.3861,0,0,1,.2129-2.1919,5.0732,5.0732,0,0,1,.8994-1.7925,4.3914,4.3914,0,0,1,1.5117-1.2143,4.5142,4.5142,0,0,1,2.0381-.4468,4.775,4.775,0,0,1,1.8594.3506,4.5266,4.5266,0,0,1,1.4189.9272,4.274,4.274,0,0,1,.9277,1.3409,4.6212,4.6212,0,0,1,.3956,1.58c.0039.0674.0078.1446.0107.23s.0059.1738.0068.2656a1.8315,1.8315,0,0,1-.0068.2657c-.0078.0854-.0156.1621-.0244.23l-7.2676-.0108a5.632,5.632,0,0,0,1.1875,3.4009,3.5672,3.5672,0,0,0,2.8135,1.1645,4.1389,4.1389,0,0,0,1.09-.1362,5.6313,5.6313,0,0,0,.9278-.3359,5.41,5.41,0,0,0,.748-.4234c.2178-.1494.4033-.2885.56-.4179Zm-2.32-4.1749a6.8513,6.8513,0,0,0-.2119-1.3188,3.2352,3.2352,0,0,0-.4805-1.0435,2.2523,2.2523,0,0,0-.7832-.6855,2.381,2.381,0,0,0-1.1211-.2476,2.476,2.476,0,0,0-1.0684.2232,2.3194,2.3194,0,0,0-.8183.6484,3.0815,3.0815,0,0,0-.5381,1.0366,4.99,4.99,0,0,0-.2119,1.3794Z"/> <path class="cls-15" d="M702.5449,136.8789l.9717.0015.4189,1.0634a.9572.9572,0,0,0,.2618.3785,1.79,1.79,0,0,0,.3545.2465,3.4469,3.4469,0,0,0,.4541.21,5.4629,5.4629,0,0,0,.5332.1743,5.1643,5.1643,0,0,0,.581.124,3.7655,3.7655,0,0,0,.5752.0469,3.651,3.651,0,0,0,.8115-.0908,2.2031,2.2031,0,0,0,.7159-.2954,1.5147,1.5147,0,0,0,.4951-.5259,1.3753,1.3753,0,0,0,.1494-.792,1.47,1.47,0,0,0-.5762-1.125,2.3541,2.3541,0,0,0-.5849-.3281,7.1519,7.1519,0,0,0-.753-.2466c-.3828-.1025-.7549-.2056-1.1191-.3081s-.7188-.206-1.06-.3086a3.8262,3.8262,0,0,1-.9639-.436,3.2911,3.2911,0,0,1-.7343-.64,2.8973,2.8973,0,0,1-.4864-.8183,3.3115,3.3115,0,0,1-.207-.9512,2.4057,2.4057,0,0,1,.2549-1.2925,3.0127,3.0127,0,0,1,.8555-1.0156,4.0971,4.0971,0,0,1,1.3027-.6626,5.3029,5.3029,0,0,1,1.5889-.2329c.3056,0,.5918.0132.8554.0376q.3986.0366.7686.0981.372.0617.7266.1441c.2343.0547.4814.1172.7373.185l.2656,2.6788-.9815-.0015-.456-1.1152a.9517.9517,0,0,0-.2461-.3272,1.7824,1.7824,0,0,0-.333-.2353,3.6718,3.6718,0,0,0-.7949-.2725,4.1324,4.1324,0,0,0-.8965-.0986,3.3955,3.3955,0,0,0-.7813.0854,1.8957,1.8957,0,0,0-.6308.27,1.2433,1.2433,0,0,0-.4131.4746,1.3324,1.3324,0,0,0-.1153.68,1.8612,1.8612,0,0,0,.17.69,1.531,1.531,0,0,0,.3867.5019,2.3912,2.3912,0,0,0,.5869.3638,6.8716,6.8716,0,0,0,.7715.2871c.1523.0483.3135.0962.48.144s.331.0962.4941.1436.32.0942.47.1391.2911.084.4229.1182a7.6792,7.6792,0,0,1,1.0928.42,3.4539,3.4539,0,0,1,.8349.5586,2.342,2.342,0,0,1,.5459.7525,3.0705,3.0705,0,0,1-.0342,2.4785,3.1,3.1,0,0,1-.9121,1.0874,4.14,4.14,0,0,1-1.37.6626,5.9747,5.9747,0,0,1-1.6465.2217,8.5613,8.5613,0,0,1-1.0459-.0625,8.7287,8.7287,0,0,1-.9472-.1705c-.3008-.0717-.59-.1489-.8633-.2314q-.4131-.123-.8-.2461Z"/> </g> <polygon class="cls-46" points="671.5 263 667.5 255.5 660 253.5 656 259.5 656.5 280 666 283 672.5 276.5 682.5 281 688 276.5 690.5 257 681 248.5 674 250.5 671.5 263"/> <polygon class="cls-15" points="706.5 121 558.5 119 557.5 115 705 118.5 706.5 121"/> <polygon class="cls-15" points="711 146 711 150 561 150 560 146.5 711 146"/> </g> <g id="State3"> <g id="Baker_copy" data-name="Baker copy"> <polygon class="cls-52" points="484 376 473.667 419 459.834 429.334 453.834 430.001 464.501 415.834 465.834 379.001 484 376"/> <polygon class="cls-52" points="491.667 380.667 487.334 414.166 487.501 418.166 494.168 420.333 503.334 425.5 509.168 425.666 509.501 422.666 505.334 419.833 498.001 412 508.001 381.166 491.667 380.667"/> <polygon class="cls-53" points="519 238.421 519 242.394 517.655 244.679 518.077 247.36 514.115 261.664 511.341 262.358 505.25 261.75 503.251 264.583 504.194 266.431 502.705 271 498.834 275.333 489.251 267.75 488.584 256.583 496.546 252.327 495.057 250.539 495.454 245.871 496.349 244.877 494.56 240.805 514.875 235.441 519 238.421"/> <polygon class="cls-54" points="503.45 238.57 501.141 243.462 500.978 246.255 499.706 247.515 498.731 245 496.05 245 495.852 243.2 503.45 238.57"/> <polygon class="cls-16" points="502.25 264.625 502.5 271 498.5 273 491.25 265.75 489.334 256.083 477.75 261 473.75 267 459.75 316.25 465.5 327.25 477.75 328.25 519.25 323.5 523.5 315 519.75 285.5 517.75 270.25 505.25 261.75 502.25 264.625"/> <polygon class="cls-55" points="470 318.667 457.333 381.333 471 386.333 489 384 501.333 388.333 510.667 381 510.333 323.667 470 318.667"/> <polygon class="cls-56" points="481.834 259 482.917 281.917 478.125 312.958 469 317 469 322 476.333 322.667 478.333 363 502.667 365 506 358.667 517.667 360.667 518.333 322 512.667 266 510 264.667 509.667 278.667 502.333 279 486 274 485 257.667 481.834 259"/> <polygon class="cls-57" points="506.06 245.129 507.223 243.923 509.568 243.838 510.44 245.591 510.02 247 508.299 247 508.126 245.85 508.557 244.757 506.06 245.129"/> <polygon class="cls-57" points="514 243.189 514 241.6 517.242 240.706 518.054 241.5 514 243.189"/> <polygon class="cls-57" points="512.687 240.755 511.817 241.724 509.943 241.018 505.883 242 504.791 242 508.466 240.31 512.687 240.755"/> <polygon class="cls-58" points="514.426 243.983 513.332 245.076 511.545 253.618 512.538 254.214 517.901 253.817 518.597 252.525 516.511 246.168 514.426 243.983"/> <polygon class="cls-59" points="515.22 257 514.724 255.954 511.147 256.428 509.757 257 515.22 257"/> <polygon class="cls-60" points="518.796 238.421 520.087 237.031 517.505 231.965 513.135 230.773 509.757 228.29 501.017 228.787 493.468 235.044 493.269 240.706 495.653 244.778 504.791 238.52 516.71 237.229 518.796 238.421"/> <polygon class="cls-50" points="526.001 305.667 533.001 292.333 530.834 287.333 526.001 287.177 510.834 318.589 513.001 323 517 323 526.001 305.667"/> <polygon class="cls-53" points="523.5 315 528.167 307.167 527.834 300.667 521.167 298 518.167 308.333 523.5 315"/> </g> <polygon class="cls-61" points="441.12 488.607 502.12 483.607 696.12 441.607 706.836 438.231 703.942 429.607 631.12 435.607 476.12 473.607 441.12 488.607"/> <polygon class="cls-62" points="696.143 309.59 694.667 341.481 692.211 377.195 685.566 419.581 695.718 428.576 704.951 431.505 705.574 433.743 694.396 435.906 684.218 431.057 670.834 428.74 673.474 414.72 674.037 375.805 674.972 328.279 664.906 356.607 661.565 380.512 652.849 397.046 643.447 421.232 645.267 436.237 650.325 443.605 649.028 446.787 638.191 445.443 629.992 430.079 633.566 419.894 631.369 414.138 639.637 367.296 649.795 324.294 650.232 305.475 696.143 309.59"/> <polygon class="cls-63" points="642.373 299.079 640.937 318.219 646.44 319.894 647.876 323.961 645.962 332.095 643.091 330.899 644.048 325.875 641.177 324.2 640.459 336.88 643.091 339.512 642.612 340.948 638.066 340.469 633.281 336.163 633.76 320.611 629.453 299.079 642.373 299.079"/> <polygon class="cls-63" points="689.984 214.982 689.684 217.136 690.492 220.605 686.529 233.046 681.617 234.242 681.853 239.027 676.348 244.41 667.375 238.907 666.298 234.721 667.494 227.304 661.154 215.7 668.81 201.345 687.053 202.422 689.984 206.011 689.984 214.982"/> <polygon class="cls-63" points="695.726 298.84 702.185 321.808 698.597 323.482 697.879 328.507 698.836 335.684 702.185 335.445 702.664 330.899 703.86 332.335 704.339 337.359 698.836 340.708 699.554 341.905 703.86 341.426 709.124 338.077 708.406 320.133 707.927 290.466 695.726 298.84"/> <polygon class="cls-64" points="661.513 235.917 666.537 236.156 672.758 242.137 678.978 243.094 683.444 237.352 694.449 242.456 701.946 256.492 709.602 278.025 713.191 283.288 707.688 295.012 696.204 300.754 685.438 306.496 664.623 308.649 643.33 302.668 642.134 300.993 635.435 302.189 628.018 300.275 621.558 286.877 626.582 274.675 629.932 263.909 637.588 250.033 649.63 242.776 661.513 235.917"/> <g> <polygon class="cls-65" points="673.356 215.102 672.159 214.863 675.03 211.872 677.901 213.068 679.935 214.863 681.49 214.265 679.217 216.418 678.328 215.817 679.337 217.136 678.38 217.853 677.423 218.332 676.346 217.973 676.227 216.777 673.834 217.016 674.911 216.059 677.44 215.216 675.15 213.667 673.356 215.102"/> <polygon class="cls-65" points="688.07 212.231 688.787 214.145 688.668 214.982 687.471 214.025 686.01 214.925 686.754 214.863 689.027 216.657 687.711 217.614 685.916 217.495 686.156 215.939 684.002 216.777 684.826 215.653 684.361 215.939 682.926 216.298 682.447 214.743 686.395 212.59 688.07 212.231"/> </g> <polygon class="cls-66" points="681.051 216.737 682.686 216.119 685.199 221.323 685.199 222.519 680.334 223.157 681.051 216.737"/> <polygon class="cls-67" points="680.334 223.157 685.199 222.519 682.647 224.513 680.334 223.157"/> <polygon class="cls-65" points="678.18 228.261 679.377 227.184 684.8 226.447 685.438 227.354 681.69 228.261 678.18 228.261"/> <polygon class="cls-68" points="684.002 202.661 689.206 207.267 689.774 215.371 691.434 206.025 686.522 200.276 672.522 195.607 663.309 197.399 659.48 200.748 655.532 215.461 657.446 219.528 660.675 220.126 660.077 221.442 657.446 222.997 657.446 226.347 658.761 226.825 661.154 229.098 665.102 229.457 667.973 227.902 668.451 222.28 663.905 220.246 663.188 216.418 664.503 214.145 666.537 214.025 667.016 215.581 668.331 216.657 668.571 213.906 669.887 205.771 675.03 202.541 684.002 202.661"/> <polygon class="cls-69" points="683.444 237.352 676.745 261.437 681.051 301.471 685.677 316.943 697.48 308.809 697.001 300.993 694.29 277.228 691.419 250.75 694.449 242.456 693.333 240.223 684.56 236.555 683.444 237.352"/> <polygon class="cls-69" points="663.825 234.8 666.776 249.155 669.847 256.174 668.93 289.509 668.93 306.735 663.825 319.017 647.077 313.115 645.323 316.783 641.974 313.434 642.134 300.993 648.991 297.803 653.298 289.669 651.225 275.314 652.341 253.303 649.63 242.776 650.427 240.542 661.752 234.481 663.825 234.8"/> <polygon class="cls-62" points="666.537 233.943 671.143 239.535 676.914 242.033 682.073 236.642 683.285 236.515 683.285 238.788 680.772 243.334 677.662 245.367 679.696 248.956 680.354 254.1 676.586 254.578 676.586 257.928 673.834 258.406 670.724 256.971 668.092 250.152 672.279 245.367 667.733 242.377 663.786 235.438 665.221 233.764 666.537 233.943"/> <polygon class="cls-70" points="-50.299 504.391 105.64 483.934 143.443 497.067 240.12 493.607 375.383 477.871 422.243 480.523 432.219 486.459 421.717 494.542 451.12 505.149 274.12 529.607 -4.88 564.607 -50.299 504.391"/> <polygon class="cls-71" points="-5.896 524.4 14.936 558.39 73.047 557.293 79.626 523.305 -5.896 524.4"/> <polygon class="cls-71" points="210.379 371.725 263.008 361.035 262.186 372.547 207.09 385.704 210.379 371.725"/> <polygon class="cls-72" points="483.186 263.794 497.886 277.466 498.245 281.629 502.742 287.411 517.12 308.393 516.292 319.912 510.943 324.027 494.495 321.972 493.26 317.451 467.357 313.751 461.189 314.984 446.798 352.811 447.621 362.679 437.753 387.349 454.199 410.785 464.067 432.577 443.098 478.627 438.986 482.739 432.135 495.074 426.104 496.444 425.556 483.561 429.941 478.216 429.53 470.815 447.21 429.288 418.839 398.451 397.048 454.78 394.169 472.871 391.291 483.973 396.636 485.206 403.626 495.074 390.469 498.775 383.068 495.074 377.312 480.683 386.768 438.745 394.581 403.796 367.855 408.73 327.972 398.039 324.272 413.252 306.18 456.013 327.972 502.064 337.018 504.12 352.231 511.932 343.596 515.632 329.617 515.632 321.188 513.988 288.5 460.125 288.5 448.201 282.333 435.866 266.709 448.613 258.485 453.546 227.237 513.165 217.78 533.723 208.323 538.246 206.267 531.668 210.79 519.744 216.958 511.109 218.191 503.709 242.45 437.922 249.029 433.399 248.206 402.151 253.14 364.324 271.643 332.253 297.546 327.319 355.109 325.263 403.215 307.994 418.839 304.294 448.032 273.868 459.956 266.467 453.377 248.787 468.179 259.888 466.945 243.853 480.925 256.188 483.186 263.794"/> <polygon class="cls-73" points="451.047 272.499 454.336 269.483 462.559 268.661 480.843 284.333 487.778 268.113 489.423 266.743 492.985 270.58 486.142 288.925 505.413 307.195 508.61 303.199 509.159 294.975 512.996 299.362 512.448 304.57 504.773 315.261 496.824 318.275 490.793 317.728 487.778 316.083 499.839 314.164 504.246 308.655 484.465 293.421 480.103 305.118 470.782 315.261 466.123 314.438 465.848 311.149 472.427 304.021 478.879 288.93 459.545 273.047 451.047 272.499"/> <polygon class="cls-73" points="376.489 316.631 378.956 314.437 385.81 312.792 409.108 359.117 403.352 382.142 393.484 410.649 383.616 412.843 381.698 408.731 397.595 365.148 393.758 349.249 376.489 316.631"/> <polygon class="cls-73" points="340.718 324.99 352.573 342.465 359.187 364.907 357.284 379.693 343.863 383.247 345.236 365.153 340.167 344.591 327.972 327.321 327.972 324.852 340.718 324.99"/> <polygon class="cls-74" points="167.618 327.319 239.161 379.948 238.637 411.656 399.515 362.681 403.901 365.423 401.159 372.549 238.431 424.021 237.516 479.45 -28.918 546.881 -50.299 530.434 -50.299 365.969 167.618 327.319"/> <polygon class="cls-71" points="142.948 345.41 202.978 392.489 194.755 420.242 -24.807 468.76 -50.299 448.201 -50.299 379.126 142.948 345.41"/> <polygon class="cls-75" points="42.624 435.866 19.599 430.932 17.954 416.131 41.802 400.506 80.451 398.862 98.543 407.085 96.076 421.065 74.695 432.577 42.624 435.866"/> <polygon class="cls-75" points="126.502 416.953 88.675 409.552 87.852 395.572 106.766 377.481 151.172 373.37 171.73 377.481 179.131 391.461 161.862 407.907 126.502 416.953"/> <polygon class="cls-75" points="48.792 388.994 18.777 405.44 -10.827 405.44 -26.451 398.862 -23.984 384.882 13.02 373.37 49.203 376.659 48.792 388.994"/> <polygon class="cls-75" points="63.182 355.278 57.426 372.547 74.695 380.77 101.832 378.303 114.989 367.613 114.167 352.811 92.786 348.7 63.182 355.278"/> <polygon class="cls-75" points="-42.076 428.465 -28.096 420.242 9.731 421.887 24.533 444.09 11.376 453.135 -28.096 449.024 -42.076 428.465"/> <polygon class="cls-76" points="-50.299 400.506 -27.275 405.166 -14.666 390.778 -36.046 372.616 -35.499 351.204 -25.631 341.316 -10.829 340.213 -7.539 331.983 -4.798 318.278 6.715 317.726 19.323 325.949 14.389 313.889 19.323 310.6 37.963 317.178 48.381 313.889 48.381 303.472 41.253 296.895 42.897 290.864 65.373 289.219 64.278 275.514 46.734 273.32 34.674 276.062 33.029 267.839 45.09 256.326 69.212 258.518 100.46 271.128 85.109 280.448 82.917 296.62 98.816 305.116 115.811 305.116 128.967 330.335 94.977 341.848 97.719 356.65 130.064 372 148.155 386.254 145.414 403.248 137.19 421.889 93.882 427.918 90.043 418.05 102.105 410.924 83.464 396.122 63.728 395.574 55.505 412.568 76.338 427.918 52.765 458.619 5.618 467.39 -14.666 456.426 -7.361 441.999 -30.017 444.364 -50.299 436.69 -50.299 400.506"/> <polygon class="cls-71" points="-19.05 368.847 -18.228 355.278 -12.472 349.522 -7.538 355.278 -14.939 365.146 -3.426 363.502 1.919 369.258 -4.66 371.725 -19.05 368.847"/> <polygon class="cls-71" points="164.672 468.159 151.692 464.121 147.476 457.157 154.244 453.739 162.059 463.283 163.211 451.709 170.077 447.893 170.903 454.87 164.672 468.159"/> <polygon class="cls-71" points="52.492 418.186 52.903 429.699 47.147 434.633 45.502 427.232 47.969 422.298 43.035 422.709 36.046 419.009 40.157 415.308 52.492 418.186"/> <polygon class="cls-71" points="49.874 334.152 44.711 323.853 47.892 316.973 52.467 323.018 52.275 328.53 56.591 326.105 64.487 326.561 62.288 331.636 49.874 334.152"/> <polygon class="cls-71" points="23.887 340.03 12.413 338.996 8.241 332.668 15.789 331.962 20.373 335.027 20.585 330.082 25.131 323.611 28.288 328.153 23.887 340.03"/> <polygon class="cls-71" points="199.975 439.08 198.447 427.662 203.698 422.192 206.052 429.399 204.077 434.548 208.948 433.66 216.264 436.665 212.531 440.747 199.975 439.08"/> <polygon class="cls-76" points="-12.472 265.645 -4.796 257.971 12.198 270.031 15.487 295.248 5.619 296.893 -0.41 285.93 -24.532 278.254 -30.563 294.153 -11.922 308.406 -15.212 316.629 -37.689 307.858 -42.076 291.411 -34.948 280.996 -36.592 265.645 -27.821 259.066 -12.472 265.645"/> <polygon class="cls-71" points="45.831 536.465 72.146 486.03 126.969 458.619 171.922 478.354 188.369 530.983 155.475 576.485 57.893 576.485 45.831 536.465"/> <polygon class="cls-77" points="609.268 523.811 638.253 542.16 505.339 612.71 413.023 640.504 378.131 598.07 405.318 552.183 609.268 523.811"/> <polygon class="cls-78" points="605.238 391.673 601.758 390.683 600.588 395.553 602.947 401.975 604.705 418.957 604.813 437.208 602.6 416.209 602.253 403.884 600.543 404.031 601.283 417.147 603.997 438.223 600.291 452.074 602.695 463.554 605.54 464.168 608.412 458.594 606.202 437.389 606.217 418.569 604.945 406.263 605.238 391.673"/> <polygon points="548.763 518.752 548.043 537.593 553.313 541.959 568.941 525.231 581.375 528.127 580.229 546.899 597.558 549.789 605.838 550.562 620.083 549.792 616.618 545.942 607.377 544.883 593.226 536.221 593.226 526.693 548.763 518.752"/> <polygon class="cls-50" points="592.727 299.356 594.877 311.314 594.138 314.673 594.205 322.399 594.407 324.28 594.541 325.96 594.071 327.975 593.936 330.796 592.055 333.08 581.71 334.558 581.306 342.485 583.994 345.979 578.485 354.847 568.542 352.966 562.362 341.814 565.586 339.261 568.542 326.9 569.886 311.045 584.665 297.206 592.727 299.356"/> <polygon points="572.573 316.151 573.917 315.21 576.604 317.226 575.797 320.182 576.604 322.198 574.857 321.928 573.379 319.241 574.723 317.763 572.573 316.151"/> <polygon points="579.291 316.017 577.947 316.42 576.335 314.269 574.319 313.33 570.826 315.21 570.289 319.509 571.901 322.869 574.185 323.81 569.214 329.318 567.064 329.05 560.615 314.807 570.826 291.159 585.875 292.772 593.533 297.206 594.608 299.49 592.055 301.236 588.831 300.565 586.412 302.85 583.859 302.984 581.441 302.446 582.247 306.074 582.381 309.567 580.903 310.104 580.769 312.255 579.157 314.135 579.291 316.017"/> <polygon class="cls-79" points="587.46 313.577 588.703 315.327 590.582 316.347 590.607 312.859 587.46 313.577"/> <polygon class="cls-80" points="587.46 313.577 589.778 312.203 591.253 312.172 592.172 313.499 591.018 313.35 587.46 313.577"/> <polygon class="cls-80" points="590.334 312.886 589.941 314.85 590.582 316.347 591.165 316.28 591.237 314.497 591.136 312.761 590.334 312.886"/> <polygon class="cls-80" points="593.6 311.247 590.846 309.164 588.36 309.366 586.211 309.97 589.838 307.82 592.391 308.09 593.869 309.769 593.6 311.247"/> <polygon class="cls-80" points="590.174 325.892 594.407 324.28 594.877 325.22 594.541 325.96 590.174 325.892"/> <polygon class="cls-50" points="594.138 314.673 595.347 318.301 596.624 319.442 596.422 321.055 594.205 322.399 592.593 321.794 593.063 317.83 594.138 314.673"/> <polygon class="cls-81" points="601.037 385.311 605.238 391.673 602.253 403.884 592.185 405.62 601.037 385.311"/> <polygon class="cls-82" points="601.558 368.126 584.894 345.213 562.329 339.832 556.513 345.213 542.193 371.771 537.506 389.477 549.483 397.462 543.234 421.242 533.861 518.275 544.97 526.259 559.898 525.566 574.827 536.328 593.921 534.591 605.724 518.622 594.788 401.975 607.286 391.039 601.558 368.126"/> <polygon class="cls-83" points="583.751 287.809 584.15 290.736 576.33 299.612 572.134 298.431 569.016 303.856 568.788 309.238 562.976 312.926 563.104 318.347 556.405 319.056 554.316 316.305 557.399 314.479 558.02 305.536 561.966 299.12 568.402 289.732 577.739 290.034 583.751 287.809"/> <polygon class="cls-84" points="598.434 398.329 590.102 396.246 580.728 361.877 578.124 366.043 575.521 388.956 582.29 399.371 560.94 396.246 553.649 388.956 551.566 376.458 550.525 391.56 552.608 398.85 577.083 404.578 594.788 401.975 598.434 398.329"/> <polygon class="cls-85" points="594.788 399.892 585.936 403.016 585.936 490.502 583.332 513.935 594.268 520.705 601.558 516.539 608.328 517.06 605.203 457.174 594.788 399.892"/> </g> <g id="State2"> <g id="Shadows_copy" data-name="Shadows copy"> <polygon class="cls-4" points="470 479.882 386.8 453.821 351.143 461.586 320.057 448.825 271.6 448.825 246 464.49 248.743 488.257 323.714 510.943 348.4 497.979 403.257 509.862 454.456 507.702 469.085 489.336 470 479.882"/> </g> <polygon class="cls-62" points="354.099 336.101 352.576 369.015 350.041 405.876 343.182 449.623 353.66 458.907 363.189 461.93 363.833 464.239 352.295 466.471 341.791 461.467 327.978 459.076 330.702 444.606 331.283 404.441 332.248 355.39 321.858 384.627 318.411 409.299 309.415 426.364 299.711 451.326 301.59 466.813 306.81 474.418 305.471 477.702 294.286 476.315 285.824 460.458 289.512 449.946 287.245 444.005 295.778 395.659 306.263 351.276 306.714 331.853 354.099 336.101"/> <polygon class="cls-63" points="298.602 328.348 297.121 348.103 302.8 349.831 304.282 354.029 302.306 362.425 299.343 361.19 300.331 356.004 297.368 354.276 296.627 367.363 299.343 370.08 298.849 371.561 294.158 371.067 289.219 366.622 289.713 350.572 285.268 328.348 298.602 328.348"/> <polygon class="cls-63" points="347.741 241.552 347.433 243.774 348.266 247.355 344.176 260.195 339.107 261.43 339.35 266.369 333.668 271.925 324.408 266.245 323.295 261.924 324.53 254.269 317.986 242.293 325.888 227.477 344.717 228.588 347.741 232.292 347.741 241.552"/> <polygon class="cls-63" points="353.668 328.101 360.335 351.807 356.631 353.535 355.89 358.721 356.878 366.129 360.335 365.882 360.829 361.19 362.063 362.672 362.557 367.857 356.878 371.314 357.619 372.549 362.063 372.055 367.496 368.598 366.755 350.078 366.261 319.459 353.668 328.101"/> <polygon class="cls-64" points="318.357 263.158 323.542 263.405 329.962 269.579 336.383 270.566 340.992 264.64 352.351 269.908 360.088 284.395 367.99 306.618 371.694 312.051 366.014 324.15 354.162 330.077 343.05 336.003 321.567 338.225 299.59 332.052 298.355 330.324 291.441 331.558 283.786 329.583 277.119 315.755 282.305 303.161 285.762 292.049 293.664 277.727 306.092 270.238 318.357 263.158"/> <g> <polygon class="cls-65" points="330.58 241.676 329.345 241.429 332.308 238.342 335.271 239.577 337.37 241.429 338.975 240.811 336.63 243.034 335.712 242.413 336.753 243.774 335.765 244.515 334.778 245.009 333.666 244.639 333.543 243.404 331.074 243.651 332.185 242.663 334.795 241.793 332.432 240.194 330.58 241.676"/> <polygon class="cls-65" points="345.766 238.712 346.507 240.688 346.383 241.552 345.149 240.564 343.64 241.493 344.408 241.429 346.754 243.281 345.396 244.268 343.544 244.145 343.791 242.54 341.568 243.404 342.418 242.245 341.939 242.54 340.457 242.91 339.963 241.305 344.038 239.083 345.766 238.712"/> </g> <polygon class="cls-66" points="338.523 243.363 340.21 242.725 342.803 248.096 342.803 249.33 337.782 249.989 338.523 243.363"/> <polygon class="cls-67" points="337.782 249.989 342.803 249.33 340.169 251.388 337.782 249.989"/> <polygon class="cls-65" points="335.559 255.257 336.794 254.146 342.391 253.384 343.05 254.321 339.181 255.257 335.559 255.257"/> <polygon class="cls-68" points="341.568 228.835 346.939 233.589 347.525 241.953 349.238 232.308 344.169 226.374 329.719 221.555 320.211 223.405 316.259 226.861 312.183 242.046 314.159 246.244 317.492 246.861 316.875 248.219 314.159 249.824 314.159 253.281 315.517 253.775 317.986 256.121 322.061 256.491 325.024 254.886 325.518 249.083 320.826 246.985 320.085 243.034 321.443 240.688 323.542 240.564 324.036 242.169 325.394 243.281 325.641 240.441 326.999 232.045 332.308 228.712 341.568 228.835"/> <polygon class="cls-69" points="340.992 264.64 334.078 289.498 338.523 330.818 343.297 346.786 355.478 338.39 354.984 330.324 352.186 305.796 349.223 278.468 352.351 269.908 351.199 267.603 342.144 263.817 340.992 264.64"/> <polygon class="cls-69" points="320.743 262.006 323.789 276.822 326.958 284.066 326.012 318.471 326.012 336.25 320.743 348.926 303.458 342.835 301.647 346.621 298.19 343.164 298.355 330.324 305.433 327.032 309.878 318.636 307.739 303.82 308.89 281.102 306.092 270.238 306.915 267.933 318.604 261.677 320.743 262.006"/> <polygon class="cls-62" points="323.542 261.121 328.296 266.893 334.253 269.471 339.577 263.907 340.827 263.776 340.827 266.122 338.235 270.813 335.025 272.912 337.123 276.616 337.803 281.925 333.913 282.419 333.913 285.876 331.074 286.37 327.864 284.888 325.147 277.851 329.469 272.912 324.777 269.826 320.703 262.665 322.184 260.936 323.542 261.121"/> <polygon class="cls-78" points="441.454 327.929 437.863 326.908 436.655 331.934 439.09 338.562 440.904 356.089 441.015 374.926 438.731 353.253 438.373 340.532 436.608 340.684 437.372 354.221 440.173 375.973 436.348 390.27 438.83 402.118 441.766 402.752 444.73 396.999 442.449 375.113 442.465 355.689 441.152 342.988 441.454 327.929"/> <polygon points="390.391 468.377 389.648 487.823 395.087 492.329 411.217 475.064 424.05 478.053 422.867 497.428 440.752 500.41 449.298 501.208 464 500.413 460.424 496.44 450.886 495.347 436.281 486.407 436.281 476.573 390.391 468.377"/> <polygon class="cls-50" points="428.542 232.649 430.76 244.99 429.998 248.458 430.067 256.431 430.275 258.372 430.414 260.107 429.928 262.186 429.79 265.098 427.848 267.456 417.17 268.981 416.754 277.163 419.528 280.769 413.842 289.921 403.58 287.98 397.201 276.47 400.529 273.835 403.58 261.077 404.967 244.713 420.221 230.429 428.542 232.649"/> <polygon points="407.74 249.983 409.127 249.012 411.901 251.092 411.068 254.143 411.901 256.224 410.098 255.945 408.572 253.172 409.959 251.647 407.74 249.983"/> <polygon points="414.674 249.844 413.287 250.26 411.623 248.041 409.543 247.071 405.938 249.012 405.383 253.449 407.047 256.916 409.404 257.887 404.273 263.573 402.055 263.296 395.398 248.596 405.938 224.189 421.469 225.854 429.373 230.429 430.483 232.787 427.848 234.59 424.52 233.897 422.024 236.254 419.389 236.393 416.893 235.838 417.725 239.582 417.864 243.188 416.338 243.742 416.199 245.961 414.535 247.902 414.674 249.844"/> <polygon class="cls-79" points="423.105 247.326 424.388 249.133 426.327 250.186 426.353 246.585 423.105 247.326"/> <polygon class="cls-80" points="423.105 247.326 425.497 245.908 427.021 245.876 427.968 247.246 426.778 247.092 423.105 247.326"/> <polygon class="cls-80" points="426.071 246.613 425.666 248.64 426.327 250.186 426.929 250.116 427.003 248.276 426.899 246.484 426.071 246.613"/> <polygon class="cls-80" points="429.443 244.921 426.6 242.771 424.034 242.98 421.816 243.604 425.56 241.385 428.195 241.663 429.72 243.396 429.443 244.921"/> <polygon class="cls-80" points="425.907 260.036 430.275 258.372 430.76 259.343 430.414 260.107 425.907 260.036"/> <polygon class="cls-50" points="429.998 248.458 431.246 252.202 432.563 253.38 432.355 255.045 430.067 256.431 428.403 255.807 428.888 251.716 429.998 248.458"/> <polygon class="cls-81" points="437.118 321.363 441.454 327.929 438.373 340.532 427.982 342.324 437.118 321.363"/> <polygon class="cls-82" points="437.656 303.627 420.457 279.978 397.167 274.424 391.165 279.978 376.385 307.389 371.548 325.663 383.909 333.904 377.46 358.448 367.785 458.596 379.252 466.837 394.659 466.121 410.067 477.228 429.773 475.436 441.956 458.954 430.669 338.562 443.568 327.275 437.656 303.627"/> <polygon class="cls-83" points="419.277 220.731 419.689 223.752 411.618 232.913 407.288 231.694 404.07 237.294 403.833 242.848 397.836 246.654 397.967 252.249 391.053 252.981 388.898 250.141 392.079 248.257 392.72 239.027 396.793 232.405 403.435 222.716 413.073 223.028 419.277 220.731"/> <polygon class="cls-84" points="434.431 334.8 425.832 332.65 416.157 297.177 413.47 301.477 410.783 325.125 417.77 335.874 395.734 332.65 388.209 325.125 386.059 312.226 384.984 327.813 387.134 335.337 412.395 341.249 430.669 338.562 434.431 334.8"/> <polygon class="cls-85" points="430.669 336.412 421.532 339.637 421.532 429.931 418.845 454.117 430.131 461.104 437.656 456.804 444.643 457.342 441.418 395.533 430.669 336.412"/> <g id="Baker"> <polygon class="cls-52" points="484 376 473.667 419 459.834 429.334 453.834 430.001 464.501 415.834 465.834 379.001 484 376"/> <polygon class="cls-52" points="491.667 380.667 487.334 414.166 487.501 418.166 494.168 420.333 503.334 425.5 509.168 425.666 509.501 422.666 505.334 419.833 498.001 412 508.001 381.166 491.667 380.667"/> <polygon class="cls-53" points="519 238.421 519 242.394 517.655 244.679 518.077 247.36 514.115 261.664 511.341 262.358 505.25 261.75 503.251 264.583 504.194 266.431 502.705 271 498.834 275.333 489.251 267.75 488.584 256.583 496.546 252.327 495.057 250.539 495.454 245.871 496.349 244.877 494.56 240.805 514.875 235.441 519 238.421"/> <polygon class="cls-54" points="503.45 238.57 501.141 243.462 500.978 246.255 499.706 247.515 498.731 245 496.05 245 495.852 243.2 503.45 238.57"/> <polygon class="cls-16" points="502.25 264.625 502.5 271 498.5 273 491.25 265.75 489.334 256.083 477.75 261 473.75 267 459.75 316.25 465.5 327.25 477.75 328.25 519.25 323.5 523.5 315 519.75 285.5 517.75 270.25 505.25 261.75 502.25 264.625"/> <polygon class="cls-55" points="470 318.667 457.333 381.333 471 386.333 489 384 501.333 388.333 510.667 381 510.333 323.667 470 318.667"/> <polygon class="cls-56" points="481.834 259 482.917 281.917 478.125 312.958 469 317 469 322 476.333 322.667 478.333 363 502.667 365 506 358.667 517.667 360.667 518.333 322 512.667 266 510 264.667 509.667 278.667 502.333 279 486 274 485 257.667 481.834 259"/> <polygon class="cls-57" points="506.06 245.129 507.223 243.923 509.568 243.838 510.44 245.591 510.02 247 508.299 247 508.126 245.85 508.557 244.757 506.06 245.129"/> <polygon class="cls-57" points="514 243.189 514 241.6 517.242 240.706 518.054 241.5 514 243.189"/> <polygon class="cls-57" points="512.687 240.755 511.817 241.724 509.943 241.018 505.883 242 504.791 242 508.466 240.31 512.687 240.755"/> <polygon class="cls-58" points="514.426 243.983 513.332 245.076 511.545 253.618 512.538 254.214 517.901 253.817 518.597 252.525 516.511 246.168 514.426 243.983"/> <polygon class="cls-59" points="515.22 257 514.724 255.954 511.147 256.428 509.757 257 515.22 257"/> <polygon class="cls-60" points="518.796 238.421 520.087 237.031 517.505 231.965 513.135 230.773 509.757 228.29 501.017 228.787 493.468 235.044 493.269 240.706 495.653 244.778 504.791 238.52 516.71 237.229 518.796 238.421"/> <polygon class="cls-50" points="526.001 305.667 533.001 292.333 530.834 287.333 526.001 287.177 510.834 318.589 513.001 323 517 323 526.001 305.667"/> <polygon class="cls-53" points="523.5 315 528.167 307.167 527.834 300.667 521.167 298 518.167 308.333 523.5 315"/> </g> </g> <g id="State1"> <g id="Shadows"> <polygon class="cls-4" points="478 470.882 394.8 444.821 359.143 452.586 328.057 439.825 279.6 439.825 254 455.49 256.743 479.257 331.714 501.943 356.4 488.979 411.257 500.862 462.456 498.702 477.085 480.336 478 470.882"/> </g> <polygon class="cls-50" points="438.473 239.821 438.473 247.03 438.17 250.505 438.92 256.041 436.398 263.764 430.632 269.943 427.299 270.973 427.434 274.32 429.123 279.039 431.201 281.71 430.014 285.648 420.102 288.995 406.122 290.169 408.003 277.281 412.895 274.191 413.924 270.329 413.023 264.665 410.191 261.061 405.557 251.02 410.963 239.178 424.737 228.88 437.397 236.346 438.473 239.821"/> <polygon class="cls-86" points="417.957 250.72 418.559 250.291 421.734 249.519 422.764 249.948 422.591 252.265 421.219 252.436 418.645 251.321 417.957 250.72"/> <polygon class="cls-86" points="431.13 251.192 434.177 249.69 435.379 250.033 435.464 252.179 434.092 252.694 432.374 252.351 431.13 251.192"/> <polygon class="cls-54" points="431.13 251.192 432.998 249.369 435.045 248.886 436.071 249.246 437.183 250.412 435.464 252.18 434.778 252.18 433.748 251.15 434.092 250.034 431.13 251.192"/> <polygon class="cls-54" points="424.737 250.634 422.334 248.746 420.789 248.918 418.214 250.377 421.905 249.862 421.561 251.407 422.591 252.265 424.309 251.149 424.737 250.634"/> <polygon class="cls-54" points="431.173 249.089 430.401 248.918 430.744 247.03 433.919 244.713 436.494 244.542 437.523 246.257 436.408 245.399 434.348 246 431.173 249.089"/> <polygon class="cls-54" points="427.055 248.403 423.536 246.601 422.42 245.829 419.502 246.086 418.043 246.944 419.588 244.884 421.561 244.284 425.08 245.485 426.968 246.772 427.055 248.403"/> <polygon class="cls-87" points="425.316 256.556 425.027 255.462 426.748 254.593 429.734 249.459 430.389 248.91 431.039 253.72 431.814 256.71 429.114 258.412 427.569 258.412 426.926 257.612 425.316 256.556"/> <polygon class="cls-86" points="423.45 262.864 424.226 261.677 429.629 260.9 431.26 262.032 430.83 262.86 427.936 263.309 423.45 262.864"/> <polygon class="cls-87" points="425.296 265.121 427.827 264.645 429.629 264.645 429.8 265.38 427.141 266.862 425.252 266.121 425.296 265.121"/> <polygon class="cls-87" points="417.271 267.197 424.565 270.029 430.659 269.943 426.195 271.574 421.991 271.831 419.073 269.772 417.271 267.197"/> <polygon class="cls-54" points="409.377 250.119 411.179 252.951 410.32 255.268 408.946 253.123 409.377 250.119"/> <polygon class="cls-54" points="439.808 456.818 441.367 461.788 433.984 477.63 423.615 488.816 424.227 490.8 434.021 490.8 446.486 484.865 452.422 467.948 451.235 460.231 446.19 447.469 408.497 444.798 396.773 450.141 384.16 451.921 384.16 455.185 398.406 461.418 408.2 461.418 413.395 464.98 420.665 462.902 420.665 451.624 439.808 456.818"/> <polygon class="cls-82" points="411.019 275.478 407.087 281.785 408.238 285.086 417.419 284.215 429.579 278.585 435.212 281.854 448.864 321.33 437.287 340.03 441.144 353.683 457.765 451.031 434.318 463.793 425.117 460.825 410.575 453.108 401.522 454.592 395.735 444.501 395.735 386.626 397.516 345.967 397.812 331.127 391.283 318.068 389.502 308.719 400.187 287.795 404.639 276.517 411.019 275.478"/> <polygon class="cls-85" points="412.652 329.197 408.423 346.671 409.091 355.463 417.104 355.463 427.343 350.566 434.021 428.919 445.596 445.836 428.679 453.627 405.529 447.172 397.516 447.172 390.393 436.042 391.283 367.929 396.625 329.049 412.652 329.197"/> <polygon class="cls-78" points="399.594 362.734 404.935 375.422 404.638 368.856 401.076 359.933 403.747 358.738 406.716 371.791 407.309 389.004 410.574 393.157 413.839 411.854 406.418 415.119 403.747 410.221 403.154 394.937 404.639 390.188 403.747 377.723 396.922 362.29 399.594 362.734"/> <polygon class="cls-50" points="411.316 352.347 416.659 355.463 404.935 360.801 398.109 363.474 393.953 361.695 391.876 348.339 394.844 344.482 398.405 342.108 401.967 346.56 404.045 349.972 408.2 346.56 411.316 352.347"/> <polygon class="cls-78" points="396.774 342.702 398.331 347.977 396.774 349.527 395.215 344.254 396.774 342.702"/> <polygon class="cls-78" points="393.954 324.3 400.187 325.784 402.561 325.488 401.968 320.739 403.154 310.648 407.013 315.99 406.123 323.41 419.479 322.519 420.962 324.448 407.31 332.017 396.625 329.049 393.954 324.3"/> <polygon class="cls-54" points="405.72 232.274 417.969 224.977 430.49 225.498 439.363 234.359 439.363 238.356 438.473 237.487 438.473 237.921 436.995 237.054 436.168 235.752 434.671 235.667 434.311 233.934 433.351 234.376 431.525 234.045 430.654 235.554 427.352 234.663 426.048 233.837 425.701 234.881 424.745 236.358 420.923 237.574 418.317 236.705 418.143 238.443 417.448 240.614 415.45 240.093 416.754 244.177 415.623 246.348 414.059 245.74 413.972 249.562 412.584 251.299 411.281 248.26 410.078 246.157 407.544 247.912 406.892 251.01 407.024 251.039 408.673 256.165 409.717 257.468 411.975 257.382 413.016 259.379 413.365 264.157 409.02 260.508 403.373 250.257 402.593 236.966 405.72 232.274"/> <polygon class="cls-88" points="426.005 222.723 427.28 223.233 425.241 227.058 420.651 230.628 419.631 228.333 417.08 229.098 416.06 236.493 412.235 237.768 409.175 236.493 407.901 239.044 404.84 239.297 404.332 242.613 404.586 245.163 401.271 250.262 399.742 248.988 401.271 244.652 401.527 234.453 403.566 231.648 408.156 228.588 414.021 222.723 422.69 224.508 426.005 222.723"/> <polygon class="cls-89" points="407.31 332.017 405.529 346.56 400.187 342.108 402.858 330.978 407.31 332.017"/> <polygon class="cls-89" points="428.679 453.627 420.22 431.59 419.775 414.228 414.878 436.488 417.994 450.734 428.679 453.627"/> <polygon class="cls-90" points="331.08 229.742 327.785 224.88 322.922 222.056 321.197 223.468 316.178 221.115 305.04 226.762 298.296 224.88 287.315 230.527 287.158 238.056 287.785 246.683 294.844 248.252 329.825 235.546 331.08 229.742"/> <polygon class="cls-91" points="319.066 231.839 326.358 236.286 328.92 241.964 334.705 246.405 335.509 248.364 332.69 250.792 334.688 259.382 333.839 262.274 330.574 263.613 326.216 274.134 314.326 249.423 319.066 231.839"/> <polygon class="cls-90" points="325.903 233.036 347.55 258.448 355.55 262.683 373.432 254.213 364.021 244.801 329.981 228.33 325.903 233.036"/> <polygon class="cls-90" points="288.256 242.762 272.256 260.801 274.609 269.742 285.432 269.272 295.315 245.742 288.256 242.762"/> <polygon class="cls-92" points="300.491 273.507 292.962 269.272 287.315 259.389 274.766 256.566 266.609 267.86 272.256 289.977 286.601 304.041 300.491 273.507"/> <polygon class="cls-68" points="294.004 238.94 301.164 231.595 317.856 228.478 320.394 232.184 319.197 235.049 323.349 243.519 319.918 244.248 321.376 251.109 325.245 253.931 326.494 263.587 321.97 265.786 304.287 268.97 298.595 264.184 301.772 261.186 295.922 258.498 293.698 250.595 295.358 247.201 294.004 238.94"/> <polygon class="cls-93" points="328.723 241.949 327.846 241.567 325.663 244.254 327.414 243.329 328.504 245.134 329.011 244.926 328.723 241.949"/> <polygon class="cls-93" points="328.257 241.35 328.728 239.311 326.222 238.949 324.363 241.238 326.253 240.886 328.257 241.35"/> <polygon class="cls-94" points="281.951 415.138 259.08 457.415 273.31 475.411 283.337 477.027 287.217 475.086 279.778 470.56 278.485 455.681 302.741 423.986 305.341 376.154 311.578 374.595 316.648 426.25 316.972 473.793 316.648 479.938 339.289 479.291 348.991 474.441 345.11 470.883 336.701 472.499 326.998 464.414 338.088 417.217 337.047 346.007 285.069 351.204 286.628 407.342 281.951 415.138"/> <polygon class="cls-62" points="298.949 272.653 305.616 262.651 324.36 264.075 330.064 268.366 332.492 278.213 298.949 272.653"/> <polygon class="cls-69" points="336.883 296.095 335.001 273.507 320.256 269.429 305.511 269.115 296.125 273.719 286.601 304.041 278.844 352.095 290.886 358.81 324.225 361.668 339.466 355.953 344.727 311.625 336.883 296.095"/> <polygon class="cls-92" points="376.413 248.409 359.785 239.938 345.668 247.154 344.099 256.88 347.55 259.703 343.472 261.899 340.334 269.428 331.55 272.88 327.472 282.291 332.178 301.115 338.766 312.095 344.727 311.625 349.432 298.919 374.216 267.86 376.413 248.409"/> <g id="Soldier1"> <polygon class="cls-95" points="178.146 455.401 188.196 522.254 180.768 553.715 159.794 562.891 154.55 557.21 155.861 536.235 146.248 496.037 136.198 505.213 134.887 563.328 133.577 576 102.989 576 104.737 566.824 105.939 559.614 99.057 516.355 178.146 455.401"/> <polygon class="cls-96" points="246.53 333.64 239.32 321.602 243.908 310.504 247.513 311.182 245.546 321.023 249.807 323.324 258.655 304.647 267.831 298.093 271.108 299.078 262.588 308.91 260.294 317.431 277.007 301.044 282.579 304.321 280.613 306.615 281.268 310.22 274.058 318.086 272.092 324.313 280.613 318.086 283.234 320.707 275.041 330.034 265.538 341 258.983 341 246.53 333.64"/> <path class="cls-97" d="M244.5635,332.3984c-1.3111,0-30.5864,33.5342-30.5864,33.5342l-41.0748-25.3974-26.6543,5.6523-6.5546-5.6924-5.2432-9.62L99.9307,347.0391,74.15,418.6982,82.0156,437.05l7.4287,7.8643-4.37,18.788L44,506.5254l65.5435,29.2754,35.3935-33.209,33.209-47.19L176.8354,439.67l12.6719-43.2578,34.6363,7.8652L233,398.5957v-8.74l8.6226-3.0576,16.1084-38.0157,4.34-6.9912Z"/> <polygon class="cls-98" points="243.128 331.743 232.672 338.549 230.581 345.357 244.173 353.864 251.841 364.077 256.373 362.376 262.042 341.791 257.672 336.109 243.128 331.743"/> <polygon class="cls-99" points="187.54 526.623 175.634 536.674 155.478 534.488 154.141 541.479 151.055 576 177.709 576 188.196 531.867 187.54 526.623"/> <polygon class="cls-99" points="133.577 576 134.887 563.328 120.468 568.571 105.611 562.891 102.115 565.949 102.989 576 133.577 576"/> <polygon class="cls-96" points="181.642 283.675 185.574 293.288 182.079 308.145 177.709 312.951 173.34 326.06 164.164 330.867 151.055 328.245 154.988 300.279 181.642 283.675"/> <polygon class="cls-100" points="179.019 284.112 173.34 302.027 170.718 316.01 161.542 329.992 150.618 330.43 141.004 322.564 140.131 298.095 179.019 284.112"/> <polygon class="cls-98" points="175.962 341.79 170.281 330.867 139.257 320.816 133.577 325.624 131.829 338.294 143.19 349.655 167.66 345.723 175.962 341.79"/> <polygon class="cls-101" points="145.374 253.525 174.651 249.593 192.128 262.702 193.439 269.693 180.331 292.852 165.038 306.397 143.19 308.145 130.955 299.842 123.089 278.869 145.374 253.525"/> </g> <g id="Soldier2"> <polygon class="cls-4" points="681.5 446 646.5 461 640.5 479 666.5 479 719.5 469 731.5 459 713.5 444 681.5 446"/> <polygon class="cls-97" points="682.5 238 688.5 247.75 699.5 249.625 722 300.063 721 313.031 709.5 325.667 713.5 340 726.5 367 682 385.5 654 371.5 643.5 372.5 645 321 637 306.5 642.75 256.5 658 249.5 658 246 667.25 240 682.5 238"/> <polygon class="cls-102" points="650.333 211.5 649.166 220.167 649.833 223.833 647.333 229 647.833 231.333 652 231.167 655.333 242 658.166 242.5 667.5 240 678.5 237.333 679 209.667 658.833 210.5 650.333 211.5"/> <polygon class="cls-103" points="665.833 223.5 666.833 221.333 670 221.5 672.5 226 669.5 231.5 666.666 232.167 665.833 223.5"/> <polygon class="cls-101" points="652.166 221.333 653.166 223.167 660.833 221.333 654.833 220.833 652.166 221.333"/> <polygon class="cls-101" points="654.166 224.667 655.666 223.5 659 224.833 655.833 226.167 654.166 224.667"/> <polygon class="cls-101" points="653.25 234.688 653.875 237 657 237 655.75 235.281 653.25 234.688"/> <polygon class="cls-101" points="643 201.75 643.75 210.75 656.5 217.25 674.75 219 685.5 219.5 689.25 213.75 676.25 195.5 656.25 193.5 643 201.75"/> <polygon class="cls-98" points="661.5 248.5 662.5 241 672 238.5 680 235.5 682.5 237.5 675 247.5 675.5 311 705.5 355 701 394.5 690 400.5 678 391 680.5 345.5 675.5 349 676 392.5 666 394.5 659.5 391.5 657.5 342 647 321.5 649.5 288 661.5 248.5"/> <polygon class="cls-101" points="677.5 381.25 691 392.125 702.5 383.063 704.5 386.531 699.5 409.516 702 423.008 698.5 468.004 669.75 476.502 662 475 662 471 678.75 461.5 683.875 452.5 677.937 391 677.5 381.25"/> <polygon class="cls-101" points="676 375.5 668 381.5 659.5 378 657.5 379.5 658 396.5 673 443.5 666.5 458 658 463.5 655.5 466 663.5 467 683.5 458.5 690 441.5 678 391 679.5 374 676 375.5"/> <polygon class="cls-102" points="677.166 315.667 669.5 312.333 663.5 317.333 664.5 320.333 670.5 318 673.834 320.333 662.166 331 659.166 338.667 661.5 342.333 674.5 339.333 682.5 326.667 683.5 320.333 677.166 315.667"/> <polygon class="cls-98" points="675.5 312.667 688.833 307.333 695.833 315.333 697.5 325.667 686.166 333.333 681.833 329.667 682.166 320.667 675.5 312.667"/> <polygon class="cls-4" points="675.5 498 722.5 487 725.5 503 705.5 510 675.5 498"/> </g> </g> <g id="Layer_13" data-name="Layer 13"> <rect class="cls-104" y="-1" width="768" height="578"/> </g> </g> <desc>You and George arrive at the Bakeries: Lenny's Loaves and Betty's Breads.</desc> </svg> <<set _state1 to false>> <<set _state1 to false>> <<set _state1 to false>> <<set _baker to true>> <<if !hasVisited("Soldiers Gone Baker") && $soldiersBaker>> <<if $horse>> <<set _state3 to true>> <<else>> <<set _state1 to true>> <</if>> <<else>> <<if $horse>> <<set _state3 to true>> <<elseif !hasVisited("The Manufactory House") && !hasVisited("Go Find Teddy")>> <<set _state2 to true>> <<set _baker to false>> <<else>> <<set _state2 to true>> <</if>> <</if>> <<toggleLayer "State1" _state1 "There are two soldiers patroling the street." "">> <<toggleLayer "State2" _state2 "The soldiers are gone. You and George face each other to confer about what to do next." "">> <<toggleLayer "State3" _state3 "You are leading Gracy and the poop cart down the street." "">> <<if _state2 || _state3>> <<toggleLayer "Baker" _baker "The baker, Lenny, stands in his doorway." "">> <</if>>
<<set _temp to [ "\'\'Briana:\'\' Was truly a pleasure gents! We just caused ALL SORTS of ruckus with the soldiers, thanks to this party in a cart!", "Couldn't have done it without your generous assistance!", "\'\'John:\'\' Huzzah!! Very nice work, my young night soil apprentice!", "You can take her for a spin again anytime...", "<<set $horse to false>><<goto \"The Tannery\">>", ]>> <<Rep _temp>>
<<set _temp to [ '<b>Briana:</b> Here, Kitty Kitty.', '//Kitty doesn\'t move.//', '<b>Briana:</b> Nice Kitty, hello!', '//Kitty turns her head.//', '//Her face is a mask.//', '<b>Briana:</b> Hey there!', '<<goto KittyChoices>>', ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Green Dragon]]">>
<<set $lastScene to "The Green Dragon">> <<set _temp to [ '//George bursts through the door to The Green Dragon and yells://', 'Is there an Edes here? We\'re looking for a Benjamin Edes!', "//Everyone ignores George.//", "//No one even looks up.//", "\'\'Briana:\'\' Now //you// are a man who knows how to command an audience!", "\'\'George:\'\' And you're some genius orator?", "<b>Briana:</b> I'm //working// on it!<<set $edes to true>>", "\'\'Man in a Nice Hat:\'\' Who\'s asking?", "\'\'George:\'\' Excuse me! Can't you see the lady and I are having a conversation!", "\'\'Man in a Nice Hat:\'\' Well I never!!", "//The man in the nice hat turns away to walk back to his table across the room.//", "''Briana: Wait!!'' Excuse me, sir! Are you Mr. Edes?", "\'\'Man in a Nice Hat:\'\' Like I said, who's asking?", "\'\'George:\'\' I'm so sorry... please excuse me sir!! I\'m Teddy\'s nephew, George. This is Briana.", "\'\'Edes\'\': Teddy? You mean old Landlady Teddy? Firey-as-Hell's-Kitchen Teddy?", '\'\'George:\'\' The one and only: my Aunt Teddy.', "\'\'Briana:\'\' We\'re big fans of the //Journal//, and we're trying to report some new Occurrences.", "We've been writing them down as they happened...got some real doozies!", "\'\'Edes\'\': Ah. Well. This isn't how we usually do things but for Teddy's nephew, and young friend, I'll make an exception. Join me at my booth, would you?", '//You and George walk to Edes\'s booth and sit down opposite him.//<<set $edes to false>>', "<<set $currentI to \"Buzz Saw Background\">><<goto 'EdesEnd'>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Green Dragon]]">>
<<set _temp to [ "<<set $pressGang to true>>//A young boy sprints through the front door of the coffee shop and cries://", "The //press gangs// are coming!!", "The //press gangs// are coming!!", "//With that, a panic ensues.//", "//Half the clientele rise from their seats and run for the door.//", "//The rest of the patrons watch with mild amusement, some concern, and whoops of mocking encouragement...//", "//You look at George, who motions to the left://", "<b>George:</b> This way! Towards the Alley!!", "//You run after him, barely noticing where you're going.//", "<<set $currentI to 'Dead End Background'>><<goto 'Unknown Alleyway'>>", ]>> <<Rep _temp>>
<div class="fixed"><<include "GaspeeRow Background">></div> <<set _temp to [ "//And just like that, you and George are hauled into a dinghy, rowed out to the Gaspée, and shooed aboard.//", '//A tall man in an impeccable uniform walks up to you both:// ', '<b>The Captain:</b> Hello recruits, welcome to the Gaspée!', 'I\'m your new Captain, Lieutenant Dudingston. ', 'In order to make your stay here more pleasant, we should start with some ground rules.', 'You work for me now.', 'See this piece of paper?', 'It\'s called a Letter of Marque. ', 'It says that I can press you two into service.', "//He points at you and George.//", 'And I can keep you as long as I want! ', 'You\'re part of the Royal Navy now, recruits!!', "//You and George look at each other and shift uncomfortably.//", '<b>Captain Dudingston:</b> Chin up! This will be fun!', '<b>George</b>: Oh, I\'m //sure// it will be.', '<b>Captain Dudingston:</b> That\'s the spirit!', 'Welcome aboard!', "<<goto LinkOut>>", ]>> <<Rep _temp>> <<set $footerDisplay to "">>
/*<<set _temp to [ "\'\'Briana:\'\' What\'s she talking about?", '\'\'George:\'\' Oh, Aunt Teddy\'s been boarding British officers since the occupation began. ', "She mostly hates it, except when she gets a chance to mess with them... which happens a lot.", "She considers it part of her duty as a Daughter of Liberty, and all...", "\'\'Briana:\'\' Oh! Well, I mean, if we're doing it for Liberty...", "\'\'George:\'\' Yes! //(sounding quite proper)// For Liberty!", "<<button [[Enter Aunt Teddy's Apartment|Inside Aunt Teddy's Apartment]]>><<set $currentI to \"Inside Teddy's Background\">><</button>>", ]>> <<Rep _temp>> */
<<set _temp to [ '<b>George:</b> It\'s true that they\'re disturbing our peacefulness, but I was thinking of something more specific...', '<<goto BakerChoices>>', ]>> <<Rep _temp>>
<<set _temp to [ '<b>George:</b> It\'s true that they\'re singling us out, but I was thinking the problem is more specific...', '<<goto BakerChoices>>', ]>> <<Rep _temp>>
<<set _temp to [ '<b>George:</b> Exactly! If they twist the laws at will, how can we possibly know what would run afoul of them... that\'s not just! That\'s random.', "<<if !hasVisited('WriteBaker')>><<goto WriteBaker>><<else>><<goto 'The Bakeries'>><</if>>", ]>> <<Rep _temp>>
<<set _temp to [ "\'\'Edes\'\': So. You\'ll have to excuse me but I can\'t accept //Occurrence// reports from just anyone...", "Teddy\'s nephew or no!", "However, for //being// her nephew, I\'m willing to listen.", "Now convince me you\'re for real.", "\'\'Briana:\'\' Fine. Let\'s talk causes and consequences.", "Big picture:", '<<goto "EdesChoicesStanding">>', ]>> <<set $footerDisplay to "[[Back|Edes]]">> <<Rep _temp>>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 768 576"><defs><style>.cls-1{isolation:isolate;}.cls-2{fill:url(#linear-gradient);}.cls-3{fill:url(#linear-gradient-2);}.cls-4{fill:#575c7c;}.cls-5{fill:#ad8249;}.cls-6{fill:#bba86e;}.cls-7{fill:#563b30;}.cls-8{fill:#2e292f;}.cls-9{fill:#d5853a;}.cls-10{mix-blend-mode:overlay;fill:url(#radial-gradient);}.cls-11{fill:#231009;}.cls-12{fill:#422b28;}.cls-13{fill:#99a8ad;}.cls-14{fill:#2d211b;}.cls-15{fill:#5d403c;}.cls-16{fill:#96875e;}.cls-17{fill:#bc9464;}.cls-18{fill:#332622;}.cls-19{fill:#a42e14;}.cls-20{fill:#9e7b56;}.cls-21{fill:#46424c;}.cls-22{fill:#8d5222;}.cls-23{fill:#be7b5a;}.cls-24{fill:#3a1d14;}.cls-25{fill:#150d14;}.cls-26{opacity:0.2;mix-blend-mode:multiply;fill:url(#radial-gradient-2);}.cls-27{mix-blend-mode:soft-light;fill:url(#radial-gradient-3);}</style><linearGradient id="linear-gradient" x1="384" y1="341" x2="384" y2="84" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c7e0ea"/><stop offset="0.13" stop-color="#b3cad6"/><stop offset="0.38" stop-color="#92a7b5"/><stop offset="0.62" stop-color="#7b8e9e"/><stop offset="0.83" stop-color="#6d7e90"/><stop offset="1" stop-color="#68798b"/></linearGradient><linearGradient id="linear-gradient-2" x1="384" y1="295" x2="384" y2="576" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#59819a"/><stop offset="0.04" stop-color="#5b7e98"/><stop offset="0.36" stop-color="#686a8a"/><stop offset="0.69" stop-color="#6f5d81"/><stop offset="1" stop-color="#72597e"/></linearGradient><radialGradient id="radial-gradient" cx="430.73" cy="205" r="240.34" gradientTransform="translate(-190.54) scale(1.36 1)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fbb03b"/><stop offset="0.01" stop-color="#fbaf3b" stop-opacity="0.98"/><stop offset="0.17" stop-color="#f89935" stop-opacity="0.73"/><stop offset="0.33" stop-color="#f68530" stop-opacity="0.51"/><stop offset="0.49" stop-color="#f4762b" stop-opacity="0.32"/><stop offset="0.64" stop-color="#f36a28" stop-opacity="0.18"/><stop offset="0.77" stop-color="#f26126" stop-opacity="0.08"/><stop offset="0.9" stop-color="#f15c24" stop-opacity="0.02"/><stop offset="1" stop-color="#f15a24" stop-opacity="0"/></radialGradient><radialGradient id="radial-gradient-2" cx="384" cy="288" r="339.41" gradientTransform="translate(960 -96) rotate(90) scale(1 2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffea7f"/><stop offset="0.21" stop-color="#d5c679"/><stop offset="0.59" stop-color="#8c866e"/><stop offset="0.86" stop-color="#5e5e67"/><stop offset="1" stop-color="#4c4f64"/></radialGradient><radialGradient id="radial-gradient-3" cx="382" cy="236.5" r="296.53" gradientTransform="translate(855 -145.5) rotate(90) scale(1 2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffea7f"/><stop offset="0.07" stop-color="#e2d17b" stop-opacity="0.84"/><stop offset="0.16" stop-color="#bfb275" stop-opacity="0.64"/><stop offset="0.26" stop-color="#a09871" stop-opacity="0.47"/><stop offset="0.36" stop-color="#86816d" stop-opacity="0.32"/><stop offset="0.47" stop-color="#716f6a" stop-opacity="0.21"/><stop offset="0.58" stop-color="#616167" stop-opacity="0.12"/><stop offset="0.7" stop-color="#555765" stop-opacity="0.05"/><stop offset="0.83" stop-color="#4e5164" stop-opacity="0.01"/><stop offset="1" stop-color="#4c4f64" stop-opacity="0"/></radialGradient></defs><title>8ShoreGaspeeRow</title><g class="cls-1"><g id="Setting"><rect class="cls-2" y="84" width="768" height="257"/><polygon class="cls-3" points="768 314 747 313 728 305 715 310 647 314 603 300 559.46 308.29 483 311 315.12 307 292 300 279 303.56 258 297 237 307 131 303 80 297 18 303 0 295 0 576 768 576 768 314"/><polygon class="cls-4" points="768 106 713 133 670 129 663 120 643 125 609 125 583 149 549 149 475 149 411.33 140 369 137 346 158 287 163 255 188 204 188 148 172 136 154 123 162 95 161 83 150 50 155 0 165 0 0 768 0 768 106"/><polygon class="cls-4" points="711.5 152.5 687.5 161 674 161 666 158 653.5 163 635.5 164 619.5 156.5 605 159.5 624.5 175.5 668 186.5 671.5 177 697 178 720.5 163.5 740.5 148.5 711.5 152.5"/><polygon class="cls-4" points="131.25 200.75 109.38 205.63 103.44 218.06 74.47 220.53 52.98 210.52 42.99 202.01 16.75 200 1 207 1 218 39 218.5 45.5 224.5 79.5 233.5 145 231.5 166 225.5 168.5 220.5 161 218.5 152.5 215 160 205.5 175 201 201 201 217.5 198.5 220.5 194 177 189 139 192 134 195 131.25 200.75"/><polygon class="cls-4" points="268 207 243.5 206.5 230.5 207 222 208.5 224 213.5 207 211 187 214.5 182 218 183.5 221.5 212.5 223.5 228 221 238.5 217 273.5 215.5 275 211 268 207"/><polygon class="cls-4" points="617.5 191 604.67 185 589 185 574 190 571.67 194.67 578 198 596.33 197 611.33 201.67 631 202 638 199.33 638.67 195.67 627.33 192.67 617.5 191"/></g><g id="Ship"><g id="Rope"><polygon class="cls-5" points="274.73 35.92 265.81 59.06 252.25 83.19 249.1 84.34 263.83 58.84 269.94 42.67 272.81 30.67 287.59 51.22 323.54 93.55 333.27 98.68 334.21 101.55 325.19 96.75 318.39 90.19 285.84 53.29 277.7 40.79 290.89 66.44 299.06 78.69 318.99 102.59 332.77 114.22 331.3 116.07 313.73 100.23 296.08 78.35 283.32 57.78 274.73 35.92"/><polygon class="cls-5" points="290 80.93 283.07 90.97 275.44 96.14 270.78 95.11 281.62 88.28 287.77 78.42 290 80.93"/><polygon class="cls-5" points="272.76 110.93 258.61 126.94 240.25 140.2 246.41 139.14 260.51 127.91 273.22 113.5 272.76 110.93"/><polygon class="cls-5" points="267.33 152.08 260.02 138.92 258.91 139.8 266.91 153.54 267.33 152.08"/><polygon class="cls-5" points="263.97 161.76 257.95 148.25 252.64 141.86 250.04 142.57 256.04 149.54 263.52 163.47 263.97 161.76"/><polygon class="cls-5" points="342.15 111.62 318.07 108.46 299.75 103.65 300.03 105.58 319.11 110.41 341.22 112.92 342.15 111.62"/><polygon class="cls-5" points="409.84 117.94 383.52 110.42 353.07 97.15 335.92 88.66 326.25 80.77 327.92 85.99 337.16 91.07 355.52 99.95 378.5 110.35 391.57 114.86 407.8 118.21 409.84 117.94"/><polygon class="cls-5" points="281.53 198.39 300.06 236.06 301.43 232.86 285.87 201.57 281.53 198.39"/><polygon class="cls-5" points="293.51 205.12 306.03 233.72 306.96 231.47 296.24 204.76 293.51 205.12"/><polygon class="cls-5" points="344.65 186.1 348.94 207.39 348.08 229.77 346.14 226.19 345.78 205.69 341.93 186.46 339.93 189.26 340.54 198.72 339.74 208.69 337.17 204.71 338.01 191.39 337.25 186.27 344.65 186.1"/><polygon class="cls-5" points="362.97 191.71 368.85 210.07 369.32 228.82 367.4 245.72 366.44 251.31 368.64 252.57 370.68 246.42 371.98 226.11 370.74 207.52 365.14 191.78 362.97 191.71"/><polygon class="cls-5" points="371.76 195.56 375.99 211.47 376.2 230.28 373.95 247.13 372.91 253.39 376.84 257.19 377.84 221.74 377.32 208.6 374 196.48 371.76 195.56"/><polygon class="cls-5" points="376.87 197.81 382.6 218.26 383.89 248.26 381.2 263.05 384.77 264.13 385.99 247.49 384.95 221.21 382.4 208.17 376.87 197.81"/><polygon class="cls-5" points="433.98 268.04 451.2 302.53 454.77 303.61 437 268.04 441.48 272.91 466.46 309.97 468.92 308.91 448.24 260.6 442.18 254.88 461.19 297.29 442.4 270.67 433.98 268.04"/><polygon class="cls-5" points="472.28 291.18 488.44 308.44 491.82 308.15 475.78 289.89 472.28 291.18"/><polygon class="cls-5" points="539.78 290.95 524.04 287.32 520.29 287.9 537.84 292.91 539.78 290.95"/><polygon class="cls-6" points="364.38 109.84 370.65 134.37 397.36 159.21 392.75 161.37 374.5 156.62 365.47 162.3 362.08 177.35 328.98 120.25 364.38 109.84"/></g><polygon class="cls-6" points="390.21 174.84 420.23 229.57 445.45 273.37 413.89 264.75 370.67 172.62 374.47 171.71 390.21 174.84"/><path class="cls-7" d="M413.7,281.17l10.71,3.22L344.88,117.48l25.28-6.81-.16-3-4.8-2.06-23.06,6.17L323.33,72.27l7.61-1.79.34-3-3.81-1.94-37.35,8.3-20-52.55-2-.23L266.89,23l18.32,52L234.55,86.21l-.39,3.48L240,91.86l47.31-11.12L302,122.48l-67.54,18.06-.95,3.92,5.36,1.62,65.25-17.6,38.17,108.34,11.2,3.29-43.16-113.3,30-8.09ZM308,120.86l-15.73-41.3,27.41-6.44,18,39.81Z"/><polygon class="cls-6" points="297.33 109.44 271.46 97.95 271.35 121.08 262.41 164.35 250.59 188.68 244.56 193.02 333.03 211.62 297.33 109.44"/><polygon class="cls-7" points="297.1 105.56 269.34 93.01 266.25 93.67 266.24 96.69 298.89 110.46 297.1 105.56"/><polygon class="cls-7" points="336.79 211.04 244.56 193.02 243.77 194.11 244.91 195.91 336.59 215.72 336.79 211.04"/><polygon class="cls-7" points="353.08 141.44 315.21 123.38 312.19 123.37 312.55 126.1 355.46 147.07 353.08 141.44"/><polygon class="cls-7" points="316.07 146.79 412.13 115.52 415.27 116.63 414.97 119.28 317.13 150.77 316.07 146.79"/><polygon class="cls-7" points="402.56 154.77 404.47 155.66 404.39 159.34 339.93 189.26 335.7 188.11 335.45 184.39 402.56 154.77"/><polygon class="cls-7" points="365.98 166.72 405.86 172.92 408.32 174.88 406.33 177.67 369.09 171.77 365.98 166.72"/><polygon class="cls-6" points="354.51 143.61 312.55 126.1 315.25 134.79 335.21 148.13 339.08 146.56 342 156.28 348.1 158.65 344.59 180.73 351.2 187.52 380.02 202.53 354.51 143.61"/><polygon class="cls-6" points="401.86 177.17 443.51 231.34 474.96 261.68 509.51 282.35 529.27 288.6 507.88 290.86 472.28 291.18 440.37 253.12 397 175.61 401.86 177.17"/><polygon class="cls-8" points="545.83 294.15 539.78 290.95 520.27 299.31 486.69 307.57 462.35 304.81 393.31 265.77 342.98 230.36 333.34 222.22 285.99 235.97 287.75 260.32 298.68 305.85 345.53 318.71 373.31 317.84 384.78 323.17 449.8 331.06 476.36 332.06 487.51 331.31 509.78 309.52 545.83 294.15"/><polygon class="cls-9" points="303.57 260.61 298.18 261.51 292.38 250.53 292.37 246.25 296.29 244.94 299.26 247.54 303.57 260.61"/><polygon class="cls-9" points="309.79 245.72 306.56 243.09 302.64 244.4 302.14 246.61 308.43 259.9 312.85 258.64 309.79 245.72"/><polygon class="cls-9" points="334.76 238.49 331.54 235.86 327.62 237.17 327.11 239.38 333.4 252.68 338.79 251.78 334.76 238.49"/><polygon class="cls-9" points="323.32 241.72 319.3 239.5 316.73 239.96 315.2 244.57 320.39 256.48 326.89 253.87 323.32 241.72"/></g><g id="Layer_12" data-name="Layer 12"><rect class="cls-10" x="27" width="739" height="410"/></g><g id="Mid"><polygon class="cls-11" points="700.5 229 727.5 203.5 747 182 768 153 768 135.5 734.5 182 705.5 212.5 673 238.5 660.15 242.31 657.5 239 653 239 651.5 244 734 356.5 752.5 449.5 768 462.5 767.75 362.75 752.38 357.38 702.56 295.23 714.5 300 739.5 305 768 303 768 293.5 735.5 297 710 293 695.37 286.25 666.94 250.78 675 253 696.5 253 729.5 239.75 768 212.5 768 203.5 748.5 220 714 240.5 692 246 670.5 246 679 243.25 700.5 229"/><path class="cls-12" d="M755.37,442.54c.93-3.1,0-22.87,0-22.87l-4.66-3.34L748.33,411,740,415l3.66,25.87-14.9-2.12,2.91-35.58L724,400h-6.67l.43,37.18-24.16-3.44L694.67,413l-4-4L689,393.33l-2.33-.33-1,3-4.34,1.33,2,34.94L672,430.67l-42.33-2.34-53.67,9-2.66.29L572.5,420l-5-4-7.5,2v21.06l-13.43,1.45.43-22-4-4-10,.5.8,26.89-4.13.44.66,8.67,38.11,27.75L525,496l-50.67,19.67-83.33-18L180.33,454.33,0,439V576H768V444.33Z"/><polygon class="cls-11" points="-0.25 232.75 16.38 235.63 38.94 254.56 56.47 262.53 61.48 257.02 58.49 252.51 43 248.5 51.5 245.5 56 237 51.5 234 40.5 231 32.5 238 24.5 231.5 32 222.5 29 218 17.5 214 12 227 1.5 226.5 14.5 191 36 177 46 187 45.5 200 50.5 205.25 54.5 205 60 205 61.5 199 61 191.5 67 195.5 76 195 78 191.5 52.5 182 44.5 174 51 172.5 54 165.5 49 163 41 161.5 34 170 19.5 178.5 34 142 31 139.5 27 143 20 162.5 13 165 0 184 -0.25 232.75"/><polygon class="cls-13" points="526.75 318.75 517.25 318.5 512.25 320.5 512.5 322.25 517.5 323 518.25 326 510.25 329.25 457.25 332.25 448.5 333.5 449 335.5 466.75 338 522 335.75 526.5 332.75 527.75 327.75 523.5 323.5 520.75 322 524.25 321 534.25 320.25 539.25 317.25 536.25 315.75 530.75 316.75 531 317.75 526.75 318.75"/><polygon class="cls-13" points="475.17 341.5 464.08 341.25 429.71 342.96 408.02 343.31 404.68 344.16 409.67 346 449 346 472 344.67 475.17 341.5"/><polygon class="cls-13" points="405 338.67 400.33 337 391.33 339.17 352.33 339.83 344.17 337.33 339.67 339.67 344.33 341.67 369.67 343 396 343 405 338.67"/><polygon class="cls-13" points="388.83 347.83 377.42 346.42 360.71 346.04 348.69 346.69 343.01 349.84 345 352 362 352 383 352.33 388.83 347.83"/><polygon class="cls-13" points="354.67 371 346.33 368 323.67 366.33 306.67 361 296.33 362.33 287.33 369.33 296.33 374.67 315 377.67 326.33 383 355.33 385 367.67 381.67 368 375.33 354.67 371"/><polygon class="cls-13" points="324.75 325.75 339.5 327 341.5 329 341 331 345 332.5 353.75 332.75 353 333.75 344.75 334.25 336.75 334.5 333.25 332.75 335.5 330.5 333 329 326.5 328.25 321 327.75 324.75 325.75"/><polygon class="cls-13" points="297.54 345.23 300.96 345.76 299.3 348.22 291.73 350.32 264.34 351.18 251.07 350.3 244.33 348.05 246.44 346.04 262.03 346.83 268.35 349 287.11 349 291.95 347.83 291.03 346.38 288 345.79 288 344.92 294.3 344.67 297.54 345.23"/><polygon class="cls-13" points="647 334 633 334 639 340.33 632.67 345 573 346 562 347 558.67 349.83 576.67 352 641 352 653.67 347.67 655.33 339 647 334"/></g><g id="Sailors"><polygon class="cls-14" points="599 480 595.88 481 568.44 478.75 543.06 472.52 537.04 460.04 529.51 457.74 528.06 454 533.28 454 534.69 451.49 534.56 450.55 537 449.25 533.92 445.99 533.21 440.87 526.47 437.94 521.4 441.92 520.53 451.92 516.4 452.55 513 439.5 507.75 439 506.45 433.52 513.5 435.75 516 431.75 509.25 420.25 498.75 417.25 493.75 424.25 496.69 428.43 496.5 435.5 499.5 436.25 500.25 439.5 491.5 441.5 486.25 451.75 485.69 458.42 478.97 456.77 478.25 447.75 474 439.5 478 438.75 481.5 431.5 477.75 424 471.75 423.75 466.25 429.5 466.5 434.25 462 437.5 451.4 449.58 433.25 443 421 443 438 475.25 468 489 480 489 506.5 499 546.5 508 596 487.75 600 483.25 599 480"/><polygon class="cls-14" points="569.67 433.17 564.17 433.75 559.42 439.71 568.71 450.69 565.36 457.68 564.68 473.67 560.34 486 568.34 483.67 575 473 574 462.33 581.33 468 581.67 475 578 483.33 590 483 590 489 601.67 512 598.33 516.67 594.33 518.83 592 521 603 521 609 517 603.33 493 600 485 603.33 478.33 606 494.67 619.67 508.33 623.83 518.67 627 521.33 627 515 624.67 502 615 488.67 613.33 469.67 607.33 462 588.33 444.67 578.67 443.67 580.67 440.33 579 437 576 437.33 569.67 433.17"/><polygon class="cls-14" points="490.33 487.67 491.67 509 497.33 524.67 493.67 531.33 489.33 533.33 488.33 535 496 535 506 532 501.33 507.33 500.33 500.33 505 489.67 508 506 510 525 515.67 527.33 519.33 523.33 516.67 496 511 480.33 490.33 487.67"/><polygon class="cls-15" points="594 316.77 589.05 321.82 575.43 322.84 567.64 323.17 559.15 329 559.68 331.11 557.38 330.93 555.97 330.4 558.27 328.63 566.23 323.15 557.21 321.02 537.22 326.86 536.33 326.15 555.08 320.14 548.36 317.13 546.06 314.13 552.43 313.95 553.31 311.47 552.43 310.06 554.02 306.52 556.68 306.34 557.56 308.29 556.68 310.41 558.09 310.59 559.15 313.24 559.46 308.29 561 307.23 561 304.04 564.23 303.33 565.58 304.93 564.76 307.23 566.02 309.53 566.42 312.89 573 314.13 573 310.41 575 309.17 575 307.23 576.72 305.63 578.55 306.34 578.76 309.88 580.36 310.23 581.26 312 582.32 310.76 581.09 308.38 582.15 306 584.8 306 585.33 311.04 588.52 312.14 589.23 316.58 594 316.77"/><polygon class="cls-15" points="335.5 325.46 326.98 334.13 303.56 335.88 290.18 336.45 275.57 346.47 276.49 350.11 272.53 349.8 270.1 348.89 274.05 345.85 287.74 336.42 272.23 332.76 237.85 342.8 236.33 341.58 268.58 331.24 257.02 326.07 253.06 320.9 264.01 320.6 265.54 316.34 264.01 313.9 266.75 307.82 271.31 307.52 272.84 310.86 271.31 314.51 273.75 314.82 275.57 319.38 276.22 310.86 279 309.04 279 303.56 284.43 302.35 286.7 305.08 285.24 309.04 287.4 312.99 287.88 318.77 299 320.9 299 314.51 303 312.38 303 309.04 305.87 306.3 308.97 307.52 309.31 313.6 312.06 314.21 313.59 317.25 315.42 315.12 313.29 311.06 315.12 307 319.68 307 320.6 315.63 326.07 317.5 327.29 325.13 335.5 325.46"/><polygon class="cls-14" points="672 430.67 677 421.33 666.33 420 668.17 401.67 665 398 665 388 658.67 386.67 656.33 390 653.67 395 656 395 657 399.67 659.33 400.67 650.33 406 648.67 420.33 642.33 421 639 408 632 406.33 631.33 396 626 394.33 621.67 398.67 623.33 408.67 619.67 411.33 618.33 428.67 615 420.67 615.67 414.33 604.33 404.67 603 398.33 599.5 396 591 403.33 591 410 572.67 422.5 572.5 428.17 581.08 426.33 592.21 422.67 598.61 429.33 572.3 430.33 572.82 438.83 611.66 437.67 654.33 430.33 672 430.67"/></g><g id="Smuggler"><polygon class="cls-16" points="121 576.17 119 549.08 71.67 481.04 4 465.02 0 481.67 0 526 27.67 576 121 576.17"/><polygon class="cls-17" points="123.75 525.5 128.88 550 121 568 117 568 119 549.08 106.36 530.84 123.75 525.5"/><polygon class="cls-18" points="126.02 367.82 133.59 387.47 124 458 127.25 471.5 126 518.5 126 531 118.23 534.33 106.24 530.84 89 472.62 89 435.35 81 471.67 81 496.33 35.22 495.32 4 465 25 382.08 43.92 356.75 70.7 348.6 126.02 367.82"/><polygon class="cls-19" points="112.04 350.93 121.94 360.54 126.02 368.11 105.06 361.99 75.94 356.17 53.24 353.26 59.64 346.27 71.29 341.9 112.04 350.93"/><polygon class="cls-20" points="128.2 313.38 135.33 325.02 135.19 329.1 127.91 333.17 128.2 313.38"/><path class="cls-17" d="M124,294.74l3.78,8.45,1.75,9.6-1.16,4.95.58,18.34L126,349.76l-4.37,2-15.14-2.91-7.86-3.49s-11.93-2.91-11.64-2-14.27-4.95-13.39-3.78.29-7.28.29-7.28l5-28.24Z"/><polygon class="cls-21" points="114.95 284.26 125.44 292.42 126.6 304.06 124.27 308.43 125.73 319.78 124.85 336.37 119.32 339.29 122.23 349.18 118.74 359.08 107.39 362.57 80.89 359.37 77.69 353.26 72.45 352.97 65.17 346.27 61.68 338.12 66.34 330.26 73.03 327.64 67.5 319.78 68.96 307.55 75.65 302.6 80.02 290.96 103.02 282.81 114.95 284.26"/><polygon class="cls-22" points="68.33 576 66.33 548.33 32.33 514.33 50.33 576 68.33 576"/></g><g id="Wilson"><polygon class="cls-23" points="345 384.67 341.75 384.75 332.5 392 332.85 393.57 293 407 293 433 321 442.5 327.5 423.5 334.94 402.8 336 407.5 342.25 405 347.25 389.75 345 384.67"/><polygon class="cls-24" points="331 428.67 310 436 292.67 428 266 457 231 544 239 565 259 573 261 576 357 576 364 528 369 560 370 576 408 576 412 532 387 473 375 456 358.5 439.5 331 428.67"/><path class="cls-25" d="M319.17,352.17,312,347h-7l-3.67,4.33-2.66,2-7.67,1-6,8-2,10,3,3.67-7,2.67-2.33,11,4,8L279,399.83,275.33,410l1.34,8.67,3.66-10,6,6.33L280,423l2,8.67,2.33-8,2.34,4.33h6l3.33-9.67,5-5.66,2.33,10.66,17.67,5,1,4,7,4.67,6.67-1.33-6-4,1.33-3c2,1.66,6.67-2.67,6.67-2.67l-1-7,4-5,2-10.67L338,394a37.24,37.24,0,0,0,7,4.67l.33,6,2.67-4-.33-6L343.83,390l1.17-5.33V378l-2.67-3.33,1.34-5-3-8.67L335,355.33l-3,2.34-1.67-5-5.66-3-3.67-.34Z"/></g><g id="Gradient"><rect class="cls-26" width="768" height="576"/><rect class="cls-27" x="33" y="4" width="698" height="465"/></g></g><desc>You see a modestly-sized military vessel anchored off the coast, bright with lights.</desc></svg> <<toggleLayer "Gradient" true "" "">>
<<set _temp to [ '//Edes scans the notes.//', "@@.rumble;\'\'Edes\'\': Oooooo.@@", "@@.rumble;Oooooooooooo.@@ @@.jump;Oh my!@@", "@@.pulse;Oh no!@@ ", "@@.rumble;Oooooooooo!@@ Most excellent work you two.", "I shall print these in this week\'s edition!", "And, if you don't mind, I think I will add a little conclusion of my own...", "<b>Briana:</b> Oh, that's just fantastic. Please do, sir!", "//Edes writes quickly and hands them a piece of paper.//", "<<set $lastScene to 'Press Gangs'>><<button [[Take the Caption From Edes]]>><</button>>", ]>> <<Rep _temp>>
<<set _temp to [ "\'\'Edes:\'\' It\'s true! There\'s no war going on! He didn\'t have to send 2,000 troops to “defend\" us.", '\'\'Briana:\'\' Exactly. But then he made things worse:', '<<goto EdesChoicesQuartering>>', ]>> <<Rep _temp>>
<<set _temp to [ '\'\'George:\'\' Put them in our homes. Made us eat alongside them!', '\'\'Edes\'\': In New York as well!', '\'\'Briana:\'\' Precisely. That was why I left New York in the first place!', "And moreover, whether you're in New York, or here in Boston, crimes against //civilians// go by without a whisper of concern from the officers.", "But if soldiers break the //military rules//, watch out!", "<<goto EdesChoicesMilitary>>", ]>> <<Rep _temp>>
<<set _temp to [ "//Edes stands up.//", "''Edes:'' This simply cannot stand!!", "//Edes sits…//", "<b>Edes:</b> The military //must// know its place in society.", "Are they here to //defend// us, or here to //suppress// us? An active military has no role on our soil. We are NOT at war.", "<<goto GrievancesEdesEnd>>", ]>> <<Rep _temp>>
@@.fade-in;He could have kept his troops on his ships, or camped them far from the city. No! He:@@ <br><br> <<button [[Kept Standing Armies among us in times of peace.|TooBroad]]>><</button>> <<button [[Quartered large bodies of armed troops among us.|Quartering]]>><</button>> <<button [[Made the Military independent of and superior to the Civil power.|TooBroad]]>><</button>>
<<set _temp to [ "I get where you're going, but I was thinking something more local...", " <<if hasVisited(\"EdesChoicesQuartering\") && hasVisited(\"EdesChoicesMilitar\")>> <<goto EdesChoicesMilitary>> <</if>> <<if hasVisited(\"EdesChoicesQuartering\") && !hasVisited(\"EdesChoicesMilitary\")>> <<goto EdesChoicesQuartering>> <</if>> <<if !hasVisited(\"EdesChoicesQuartering\") && !hasVisited(\"EdesChoicesMilitar\")>> <<goto EdesChoicesStanding>> <</if>> ", ]>> <<Rep _temp>>
<<set _temp to [ "<b>George:</b> Ah! Really? I was thinking something bigger-picture... you know...", " <<if hasVisited(\"EdesChoicesQuartering\") && hasVisited(\"EdesChoicesMilitary\")>> <<goto EdesChoicesMilitary>> <</if>> <<if hasVisited(\"EdesChoicesQuartering\") && !hasVisited(\"EdesChoicesMilitary\")>> <<goto EdesChoicesQuartering>> <</if>> <<if !hasVisited(\"EdesChoicesQuartering\") && !hasVisited(\"EdesChoicesMilitary\")>> <<goto EdesChoicesStanding>> <</if>> ", ]>> <<Rep _temp>>
@@.fade-in;Boston would not be in such a frenzy had the King not:@@ <br><br> <<button [[Kept Standing Armies among us in times of peace.|Standing]]>><</button>> <<button [[Quartered large bodies of armed troops among us.|TooSpecific]]>><</button>> <<button [[Made the Military independent of and superior to the Civil power.|TooBroad]]>><</button>>
The rest of the time, they ignore what the locals want, and the laws they follow. So, in effect, they've: <<button [[Kept Standing Armies among us in times of peace.|TooSpecific]]>><</button>> <<button [[Quartered large bodies of armed troops among us.|TooSpecific]]>><</button>> <<button [[Made the Military independent of and superior to the Civil power.|Military]]>><</button>>
<<button "//You scratch Kitty's head.//" "KittyHead">><</button>> <<button "//You scratch Kitty above the base of her tail.//" "KittyTail">><</button>> <<button "//You reach out and pet Kitty's stomach.//" "KittyStomach">><</button>> <<button "//You nuzzle Kitty's face.//" "KittyNuzzle">><</button>><<button [[You decide to leave Kitty alone.|The Green Dragon]]>><</button>>
<<set _temp to [ 'You scratch Kitty on the head, and she pushes into your hand, purring softly...', '@@.rumble;prrrrrrrrrrrrrrrr@@', '@@.rumble;prrrrrrrrrrrrrrrrprrrrrrrrr@@', "<<goto KittyChoices>>", ]>> //<<Rep _temp>>//
<<set _temp to [ 'You begin to scratch Kitty\'s stomach,', 'and her pupils start dilate.', 'She begins a low, strange whine...', 'and all of a sudden, she wraps herself around your arm, and you feel her claws penetrate your skin.', '<b>Briana:</b> Ahhhhh. Easy, Kitty! Easy! Good Kitty!!', 'Kitty starts to gnaw at your forearm, digging her claws in deeper. ', '<b>Briana:</b> Bad Kitty! Bad Kitty!', 'You try to push her off with the other hand, and without letting go of you, she bites your other hand, and tries to hold on to you with all four legs and her mouth.', '<b>Briana:</b> AHhhhhhh that hurrrrts! Let go!!', 'You shake your arms, and she loses her grip, dragging her claws across your skin as she leaps back to the ground. ', '<b>Briana:</b> Ahhhh. Oooooh.', 'Kitty looks back up at you questioningly. Shyly.', '<b>Briana:</b> What the hell, Kitty?!! That really frickin hurt. Ahhhh.', '//The scratches on your arm burn and throb with every heart beat.//', 'You look into Kitty\'s eyes, which are back to normal.', "<<goto KittyChoices>>", ]>> //<<Rep _temp>>//
<<set _temp to [ 'You pet Kitty above the base of her tail, and she drops down to the table with her front paws, and shoves her butt up in the air. She starts to purr loudly.', '@@.rumble; prprrrrrrrrr prrrr@@', '@@.rumble;prrrrrprrrrrr prrrrrrrr@@', "<<goto KittyChoices>>", ]>> //<<Rep _temp>>//
<<set _temp to [ 'You nuzzle Kitty, and she lays back on the table and puts her feet in the air, and begins to purr very loudly.', '@@.rumble;prrrrrrprrrrrprrrrrrrprrrrrr@@', '@@.rumble;prrrrrprrrrrrrrrrrrrprrrrrrrrprr@@', "<<goto KittyChoices>>", ]>> //<<Rep _temp>>//
<<PickUp "Cow Femur" false false>> <<set $lastScene to "ButcherChoices">>
<<if !hasVisited("Take the Sausages")>><<button [[Take the Weirdly Shaped Sausages|Take the Sausages]]>><</button>><</if>> <<if !hasVisited("Take The Cow Femur")>><<button [[Take The Cow Femur]]>><</button>><</if>> <<button [[Thanks!|No Thanks!]]>><</button>> <<set $footerDisplay to "[[Back|The Butcher Shops]]">> <<if $inventory.includes("Cow Femur") && $inventory.includes("Sausages")>> <<set $Q3Passage to "">> <</if>>
@@.fade-in;By singling me out for harassment, specifically, by treating me differently than they might treat a white woman or anyone else, they violated my right under the law to:@@<br> <<button [[Justice]]>><</button>><<button [[Prosperity]]>><</button>><<button [[Equality]]>><</button>><<button [[Life]]>><</button>><br> <<set $footerDisplay to "">>
<<set _temp to [ '<b>Briana:</b> I\'m writing that down; more material for //the Journal.//', "<<if !hasVisited('NotebookCertificate')>><<goto NotebookCertificate>><<else>><<goto 'The Butchers Shops'>><</if>>", ]>> <<set _temp2 to [ "<b>Briana:</b> Now, let\'s get moving... <<if !hasVisited(\"Inside Aunt Teddy's Apartment\")>>We don\'t want to miss your Aunt Teddy.<</if>>", "<<goto 'The Butcher Shops'>>", ]>> <<if hasVisited("NotebookCertificate")>> <<Rep _temp2>> <<else>> <<Rep _temp>> <</if>> <<set $footerDisplay to "[[Back|The Butcher Shops]]">>
<<Entry "Equality On The Street" "EndCertificate">>
@@.fade-in;When the King's men twist the law to hold power over us, they undermine our right to:@@<br> <<button [[Peace|PeaceBaker]]>><</button>> <<button [[Equality|EqualityBaker]]>><</button>> <<button [[Justice|JusticeBaker]]>><</button>>
<<Entry "Bribes" "The Bakeries">>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 768"><defs><style>.cls-1{fill:#f7c934;}.cls-2{fill:#f23865;}.cls-3{fill:#bfbfbf;}</style></defs><title>Unicorn </title><g id="Layer_1" data-name="Layer 1"><path class="cls-1" d="M632,359.91s26.52-10,25.93-48.91l5.89-23-1.18-11.79v-13l-7.66-16.5q-7.36-11.29-14.74-22.57L620.8,194.49l-16.14-24.73-11.09,20.17V200l-9.35,9-10.82,4.06L512,258.48l-.32,23.6a1.91,1.91,0,0,0,2.47,1.85l24-7.3L518.8,295.68l22.34,5.15,18.15-10.09,33.27-5-41.84,20.17H507l-10.24,3.36H485.21l-11.78,2.95L464,307.47H448.68l-13.56,8.25L421.57,324,378,352.25l12.38,2.95,1.17,8.25h18.86l18.86-23,20.62-7.08,5.9,1.18L454.57,344,454,357l5.3,2.35-1.76,8.25L451,370.52l2.36,6.48-37.13,18.27L408,406.47l-23,20L378,432.4,375,437.7l-12.37,10.61-11.79,15.32h16.5l7.66-3.54,7.66,3.54,10-15.91h7.66l5.31-6.48.59-14.74,35.94-14.73,7.08-8.84L480.5,397l22.39,29.46L501.71,433l-3.53,5.89,8.84,2.36,1.18,5.3-7.08,5.3-2.94,15.92,8.25,17.67,20,40.67.59,10-5.89,10L492.28,562l-8.84,5.31L466.36,575l-6.49,9.43h38.9l7.66,2.35L512,573.24,548.27,555l16.5-12.37-20.63-41.25,16.5,5.89,18.27,6.48,15.32,5.3,10.43.59,23.75,17.09,23,24.16,2.94,21.22v14.73l-4.12,9.43L640.79,618l-7.66,9.43h24.75l7.07-10,5.89-3,8.84-2.36-2.36-10-2.94-24.75-1.77-37.72L645.9,512.24l-3.11-5.53c-2.95-13.38,20.73-22.63,21.57-35.42.95-14.52-1-7.28,0-21.8.91-13.95-14.76-23.46-57.87-61.6-11-9.71,10.84-26.69,21.6-36.1C635.92,344.93,626.84,362.78,632,359.91Z"/></g><g id="Layer_3" data-name="Layer 3"><polyline class="cls-2" points="497 110.64 573.4 213.11 584.22 209.05 589 204.42"/></g><g id="Layer_2" data-name="Layer 2"><polygon class="cls-1" points="696.18 378.77 688.52 364.63 675.56 356.97 662.59 354.02 649.04 358.74 637.84 368.36 637.84 381.13 644.91 397.63 656.11 407.65 667.01 419.43 674.97 427.09 679.68 435.93 682.63 441.24 679.68 452.43 670.84 454.79 664.36 449.49 664.36 471.29 673.79 471.29 686.16 471.29 690.29 462.45 693.83 451.84 696.18 443 692.65 430.04 690.88 416.49 685.58 407.65 667.01 395.86 659.65 388.2 658.47 381.13 657.29 371.7 664.36 368.36 672.02 372.29 667.01 384 674.38 388.2 683.22 391.15 689.7 388.79 696.18 378.77"/></g><g id="Layer_4" data-name="Layer 4"><polygon class="cls-3" points="392.36 294.5 373.94 294.5 350.85 312.91 340.45 337.19 340.45 368.17 358.87 412.66 350.85 432.63 350.85 441.84 350.85 463.63 366.4 471.29 340.45 484.54 343.8 501.29 361.38 507.98 360.54 524.73 335.43 517.19 339.61 535.61 338.77 548.17 340.45 559.89 309.47 582.5 300.26 620.17 313.66 645.28 350.85 658.68 376.45 658.68 424.17 636.08 464.36 632.73 485.29 651.15 453.47 658.68 497 658.68 518.77 649.47 518.77 658.68 534.68 658.68 543 646.96 518.77 627.46 609.19 658.68 637.84 658.68 682.87 658.68 692.08 640.26 679.68 612.13 641.97 627.46 604.17 622.68 592.45 607.61 607.52 589.19 607.52 564.08 589 572.45 570.68 551.52 522.12 585.01 485.21 584.44 451.8 590.87 418.31 564.08 438.4 547.33 430.87 510.5 417.47 476.59 392.69 447.72 379.8 412.66 381.47 384 395.7 374.03 390.33 355.2 377.96 352.25 372.26 327.98 383.15 322.96 397.38 322.12 401.56 303.7 392.36 294.5"/></g><desc>The unicorn is bright white with a long pink horn.</desc></svg> <<toggleLayer "Layer_4" true "" "">>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 768"><defs><style>.cls-1{fill:#f7c934;}.cls-2{fill:#f23865;}.cls-3{fill:#bfbfbf;}</style></defs><title>UnicornNoHorn</title><g id="Layer_1" data-name="Layer 1"><path class="cls-1" d="M632,359.91s26.52-10,25.93-48.91l5.89-23-1.18-11.79v-13l-7.66-16.5q-7.36-11.29-14.74-22.57L620.8,194.49l-16.14-24.73-11.09,20.17V200l-9.35,9-10.82,4.06L512,258.48l-.32,23.6a1.91,1.91,0,0,0,2.47,1.85l24-7.3L518.8,295.68l22.34,5.15,18.15-10.09,33.27-5-41.84,20.17H507l-10.24,3.36H485.21l-11.78,2.95L464,307.47H448.68l-13.56,8.25L421.57,324,378,352.25l12.38,2.95,1.17,8.25h18.86l18.86-23,20.62-7.08,5.9,1.18L454.57,344,454,357l5.3,2.35-1.76,8.25L451,370.52l2.36,6.48-37.13,18.27L408,406.47l-23,20L378,432.4,375,437.7l-12.37,10.61-11.79,15.32h16.5l7.66-3.54,7.66,3.54,10-15.91h7.66l5.31-6.48.59-14.74,35.94-14.73,7.08-8.84L480.5,397l22.39,29.46L501.71,433l-3.53,5.89,8.84,2.36,1.18,5.3-7.08,5.3-2.94,15.92,8.25,17.67,20,40.67.59,10-5.89,10L492.28,562l-8.84,5.31L466.36,575l-6.49,9.43h38.9l7.66,2.35L512,573.24,548.27,555l16.5-12.37-20.63-41.25,16.5,5.89,18.27,6.48,15.32,5.3,10.43.59,23.75,17.09,23,24.16,2.94,21.22v14.73l-4.12,9.43L640.79,618l-7.66,9.43h24.75l7.07-10,5.89-3,8.84-2.36-2.36-10-2.94-24.75-1.77-37.72L645.9,512.24l-3.11-5.53c-2.95-13.38,20.73-22.63,21.57-35.42.95-14.52-1-7.28,0-21.8.91-13.95-14.76-23.46-57.87-61.6-11-9.71,10.84-26.69,21.6-36.1C635.92,344.93,626.84,362.78,632,359.91Z"/></g><g id="Layer_3" data-name="Layer 3"><polygon class="cls-2" points="561.95 197.75 573.4 213.11 584.22 209.05 589 204.42 574.63 189.78 561.95 197.75"/></g><g id="Layer_2" data-name="Layer 2"><polygon class="cls-1" points="696.18 378.77 688.52 364.63 675.56 356.97 662.59 354.02 649.04 358.74 637.84 368.36 637.84 381.13 644.91 397.63 656.11 407.65 667.01 419.43 674.97 427.09 679.68 435.93 682.63 441.24 679.68 452.43 670.84 454.79 664.36 449.49 664.36 471.29 673.79 471.29 686.16 471.29 690.29 462.45 693.83 451.84 696.18 443 692.65 430.04 690.88 416.49 685.58 407.65 667.01 395.86 659.65 388.2 658.47 381.13 657.29 371.7 664.36 368.36 672.02 372.29 667.01 384 674.38 388.2 683.22 391.15 689.7 388.79 696.18 378.77"/></g><g id="Layer_4" data-name="Layer 4"><polygon class="cls-3" points="392.36 294.5 373.94 294.5 350.85 312.91 340.45 337.19 340.45 368.17 358.87 412.66 350.85 432.63 350.85 441.84 350.85 463.63 366.4 471.29 340.45 484.54 343.8 501.29 361.38 507.98 360.54 524.73 335.43 517.19 339.61 535.61 338.77 548.17 340.45 559.89 309.47 582.5 300.26 620.17 313.66 645.28 350.85 658.68 376.45 658.68 424.17 636.08 464.36 632.73 485.29 651.15 453.47 658.68 497 658.68 518.77 649.47 518.77 658.68 534.68 658.68 543 646.96 518.77 627.46 609.19 658.68 637.84 658.68 682.87 658.68 692.08 640.26 679.68 612.13 641.97 627.46 604.17 622.68 592.45 607.61 607.52 589.19 607.52 564.08 589 572.45 570.68 551.52 522.12 585.01 485.21 584.44 451.8 590.87 418.31 564.08 438.4 547.33 430.87 510.5 417.47 476.59 392.69 447.72 379.8 412.66 381.47 384 395.7 374.03 390.33 355.2 377.96 352.25 372.26 327.98 383.15 322.96 397.38 322.12 401.56 303.7 392.36 294.5"/></g><desc>The unicorn at the top of the Statehouse has a shattered horn, with just a nub left where the horn used to be.</desc></svg> <<toggleLayer "Layer_4" true "" "">>
<<if hasVisited("ShootShinyRock")>> @@.fade-in;//Ah fair unicorn! You are a perfect picture of Parliament and the King: broken and emasculated!//@@ <<set $satchelFlash to false>> <<set $Q5Passage to "">> <<else>> @@.fade-in;//Ah the regal unicorn... a symbol of the King! I'd love to knock that horn right off his noble brow... <<if $horse>>Well. It's now or never.<<set $satchelFlash to true>><<else>>Just can't do that with all these people around... Hmmmm. Got to scare them off. But how? <<set $satchelFlash to false>>//<</if>>@@ <</if>> <<if $horse>> [[Open Satchel|Inventory]] [[Head To Teddy's Apartment|]] <</if>> <<set $footerDisplay to "[[Back|The Statehouse][$currentI to 'Statehouse Background']]">>
<div class="fixed"> <<if !hasVisited("ShootShinyRock")>> <<include UnicornNormal>> <<else>> <<include "UnicornNoHorn">> <</if>> </div>
<<set _temp to [ "You <<if $checkStatus=='Cow Femur'>>throw the Cow Femur<<else>><<if $checkStatus=='Shiny Rock'>>throw<<else>>shoot<</if>> the $thingToLaunch<</if>> high in the air and smack the unicorn horn right at its base!!", "The horn cracks and falls off, clattering to the ground three stories below and explodes into a million pieces. <<set $currentI to 'UnicornNoHorn'>>", "<<goto \'HornBroken\'>>", ]>> <<Rep _temp>> <<include "Unicorn Background">> <<set $QPassage to "Inside Aunt Teddy's Apartment">> <<set $satchelFlash to false>>
<<set _temp to [ "You pull back the <<if $inventory.includes('Scarf')>>twisted intestines<<else>>scarf<</if>> and the $thingToLaunch, and launch the $thingToLaunch high in the air in a lovely arc, straight into a window on the second floor. You do it again and again until you've launched every $thingToLaunch in your Satchel. A loud cheer rises up from inside the building!", '<<goto "The Manufactory House">>', ]>> //<<Rep _temp>>//
<<set _temp to [ '<b>George:</b> Wait, what are you doing?', '<b>Briana:</b> I\'m cutting him down.', '<b>George:</b> Why?', '<b>Briana:</b> Because it\'s the right thing to do.', '<b>George:</b> Is it though? Would he do it for you? ', '<b>Briana:</b> I don\'t care what he\'d do. I make my own choices for my own reasons.', 'And if I see someone getting whipped or beaten up, I\'m going to help them. Period.', 'You live by your own rules. ', '<b>George:</b> Fine, fine. Do what you want. ', '//You move over to the soldier tied to the stakes and cut him down.<<set $flogged to false>>//', '<b>Soldier:</b> Thank you, dear! You are an angel.', '<b>Briana:</b> No, I just don\'t have a gripe with you personally. Some of your companions? Oh yeah. ', '<b>Soldier:</b> Oh, me too, me too. I was trying to get away when one of their decoy patrols caught me.', 'They offered me help getting away, but when I accepted, they //arrested me// for attempted //desertion// and brought me back here.', 'Tricky arses, the lot of them! ', '<b>Briana:</b> Wow. That\'s pretty messed-up. Who signs up for that kind of job? ', '<b>Soldier:</b> Vindictive sociopaths, mostly.', 'People who hate being here, who want everyone else to suffer with them.', 'Sorry to interrupt, but what\'s that smell? It\'s something terrible, like out of a nightmare about bad smells.', '<b>Briana:</b> Oh, yeah. We\'re just clearing the area, bringing a little peace and quiet to the streets. Gotta go, actually. Take care of yourself. ', '<b>Soldier:</b> Well, all right. Thank you so much for stopping. Please, take this. It\'s all I\'ve got right now. I did it this morning on my way to the Statehouse.', "<<button [[Take Drawing From The Soldier|PickUpDrawingSoldier]]>><</button>>", ]>> <<Rep _temp>> <<if hasVisited("Take The Horseshoe")>> <<set $Q6Passage to "">> <</if>>
<<set _temp to [ "<b>Briana:</b> Ah! Let's leave him. You think he\'d //ever// help either of us? ", "<b>George:</b> Hell no.", "<b>Briana:</b> Right. Let\'s get out of here. ", "<<goto 'The West Common'>>", ]>> <<Rep _temp>> <<if hasVisited("Take The Horseshoe")>> <<set $Q6Passage to "">> <</if>>
<<PickUp "Drawing From The Soldier" false true>> <<set $lastScene to "The West Common">>
<<set _temp to [ '<b>Briana:</b> Ah!! Quite satisfying!', "<b>George:</b> Direct hit!! Take that, King George's Unicorn!!", '<b>Briana:</b> Ok, we better get out of here...', "<<set $currentI to \"Statehouse Background\">><<goto 'The Statehouse'>>", ]>> <<Rep _temp>> <<set $satchelFlash to false>>
<<PickUp "Apple">> <<set $lastScene to 'The East Common'>>
<<switch $newPassage>> <<case "The Cobblery">> <<include "Cobblery Background">> <<case "Freddy">> <<include "Freddy Background">> <<case "Small Chest In The Corner">> <<include "Cobblery Background">> <<case "The Statehouse">> <<include "Statehouse Background">> <<case "NeckOccur">> <<include "Statehouse Background">> <<case "Fled Soldiers">> <<include "Cobblery Background">> <<case "The Butcher Shops">> <<include "Butcher Shop Background">> <<case "The Bakeries">> <<include "Bakery Background">> <<case "The Tannery">> <<include "Tannery Background">> <<case "Cobbler Alley">> <<include "Cobbler Alley Background">> <<case "The Manufactory House">> <<include "Manufactory Background">> <<case "The East Common">> <<include "East Common Background">> <<case "The West Common">> <<include "West Common Background">> <<case "The Green Dragon">> <<include "Buzz Saw Background">> <<case "The Neck">> <<include "Neck Background">> <<case "Outside Aunt Teddy's Apartment">> <<include "Outside Teddy's Background">> <<case "Inside Aunt Teddy's Apartment">> <<include "Inside Teddy's Background">> <<case "Teddy's Apartment">> <<include "Inside Teddy's Background">> <<case "Comb Some Lice">> <<include "Comb Lice Background">> <<case "Unicorn">> <<include "Unicorn Background">> <<case "Unknown Alleyway">> <<include "Dead End Background">> <<case "The Gaspee">> <<include "GaspeeRow Background">> <<case "Cutscene">> <<include "ManufactoryCutScene">> <<default>> <</switch>>
<<set _temp to [ 'Come, join hand in hand, brave Americans all, ', 'And rouse your bold hearts at fair Liberty\'s call; ', 'No tyrannous acts shall suppress your just claim, ', 'Or stain with dishonor America\'s name.', '<<set $libertyCounter++>><<goto \'The Liberty Song\'>>', ]>> <<set _tempChor to [ 'In Freedom we\'re born and in Freedom we\'ll live. ', 'Our purses are ready. Steady, friends, steady; ', 'Not as slaves, but as Freemen our money we\'ll give.', '<<set $libertyCounter++>><<goto \'The Liberty Song\'>>', ]>> <<set _temp1 to [ 'Our worthy forefathers, let\'s give them a cheer, ', 'To climates unknown did courageously steer; ', 'Thro\' oceans to deserts for Freedom they came, ', 'And dying, bequeath\'d us their freedom and fame.', '<<set $libertyCounter++>><<goto \'The Liberty Song\'>>', ]>> <<set _temp2 to [ 'Their generous bosoms all dangers despis\'d, ', 'So highly, so wisely, their Birthrights they priz\'d; ', 'We\'ll keep what they gave, we will piously keep, ', 'Nor frustrate their toils on the land and the deep.<br>', '<<set $libertyCounter++>><<goto \'The Liberty Song\'>>', ]>> <<set _temp3 to [ 'The tree their own hands had to Liberty rear\'d; ', 'They lived to behold growing strong and revered; ', 'With transport they cried, “Now our wishes we gain, ', 'For our children shall gather the fruits of our pain.\"<br>', '<<set $libertyCounter++>><<goto \'The Liberty Song\'>>', ]>> <<set _temp4 to [ 'Swarms of placemen and pensioners soon will appear ', 'Like locusts deforming the charms of the year; ', 'Suns vainly will rise, showers vainly descend, ', 'If we are to drudge for what others shall defend.<br>', '<<set $libertyCounter++>><<goto \'The Liberty Song\'>>', ]>> <<set _temp5 to [ 'Then join hand in hand, brave Americans all, ', 'By uniting we stand, by dividing we fall; ', 'In so righteous a cause let us hope to succeed, ', 'For heaven approves of each generous deed.<br>', '<<set $libertyCounter++>><<goto \'The Liberty Song\'>>', ]>> <<set _temp6 to [ 'All ages shall speak with amaze and applause, ', 'Of the courage we\'ll show in support of our Laws; ', 'To die we can bear, but to serve we disdain. ', 'For shame is to Freedom more dreadful than pain.<br>', '<<set $libertyCounter++>><<goto \'The Liberty Song\'>>', ]>> <<set _temp7 to [ 'This bumper I crown for our Sovereign\'s health, ', 'And this for Britannia\'s glory and wealth; ', 'That wealth and that glory immortal may be, ', 'If She is but Just, and if we are but Free.', '<<goto \'Happy Song\'>>', ]>> <<if $libertyCounter ==0>> @@.jump;<<App _temp>>@@ <</if>> <<if $libertyCounter ==1>> @@.jump;<<App _tempChor>>@@ <</if>> <<if $libertyCounter ==2>> @@.jump;<<App _temp1>>@@ <</if>> <<if $libertyCounter ==3>> @@.jump;<<App _temp2>>@@ <</if>> <<if $libertyCounter ==4>> @@.jump;<<App _temp3>>@@ <</if>> <<if $libertyCounter ==5>> @@.jump;<<App _tempChor>>@@ <</if>> <<if $libertyCounter ==6>> @@.jump;<<App _temp4>>@@ <</if>> <<if $libertyCounter ==7>> @@.jump;<<App _temp5>>@@ <</if>> <<if $libertyCounter ==8>> @@.jump;<<App _temp6>>@@ <</if>> <<if $libertyCounter ==9>> @@.jump;<<App _tempChor>>@@ <</if>> <<if $libertyCounter ==10>> @@.jump;<<App _temp7>>@@ <</if>> <<set $footerDisplay to "[[Back|Talk To The People In The Crowd]]">>
<<if !$Songbook.includes("The Liberty Song")>> @@.fade-in; //What a lovely tune! I'm sure these poor souls in the Manufactory appreciate the support. I'm going to make a note.. //@@<br><br> <<Entry "The Liberty Song" "Talk To The People In The Crowd" true>> <<else>> <<goto "Talk To The People In The Crowd">> <</if>> <<set $footerDisplay to "[[Back|Talk To The People In The Crowd]]">>
<<switch $checkStatus>> <<default>> I'm not sure about that approach... <</switch>>
<<if !hasVisited("Go Find Teddy")>> @@.fade-in; ''George:'' Let's see what's going on with Aunt Teddy. Her place is just past the Bakeries.@@<br><br> <</if>> <<if !hasVisited("Tippet Intro") && !$horse>> <<goto 'Tippet Intro'>> <</if>> <<if hasVisited("Go Find Teddy") && !hasVisited("No, I think that's everything I've got...") && !hasVisited("The Manufactory House")>> @@.fade-in; ''George:'' We have to get to the Manufactory House right away.@@<br><br> <</if>> [[Examine The Unicorn|Unicorn][$currentI to "Unicorn Background"]] [[Listen To The Song Sung By The Man With The Cane|To The Ladies Song][$libertyCounter to 0]] <<set $footerDisplay to "[[Back|The Statehouse]]">>
<<set _temp to [ "I'm not sure what I think of that song...", "On the one hand, I agree that we should support the boycotts on the King's textiles.", "And so we //should// be spinning thread, and weaving it into cloth, as much as we can.", "But the singer here isn't giving us ladies much credit, accusing us of being so reluctant to give up our finery...", "I don't have any finery to give up!", "<<if !$Songbook.includes(\"To The Ladies Song\")>> <<Entry \"To The Ladies Song\" \"The Statehouse\" true>> <<else>><<goto '[The Statehouse'>><</if>>", ]>> //<<Rep _temp>>// <<set $footerDisplay to "[[To The Statehouse|The Statehouse]]">>
<<set _temp to [ "\'\'Teddy:\'\' You know how to stand up for yourself!", "And you're not intimidated by authority...", "You'll fit right in with the rest of us!", "//Teddy stands tall, and puts her hand to her brow, in a military salute.//", "\'\'Teddy:\'\' I salute you!", "//George jumps to attention.//", "\'\'George:\'\' I salute you too, General Little!", "//George brushes a few lice off his clothes and looks at Teddy.//", "\'\'George:\'\' Aunt Teddy, this //has// been fun, and that //is// a nice pin, but we came for something else...", "Do you know anything about the <i>Journal of Occurrences</i>?", "\'\'Teddy:\'\' You mean my favorite weekly?", "\'\'Briana:\'\' Right! Well, we're trying to contact the author.", "We want him to print the stories we've been collecting. Like today with the siege of the Manufactory? They'd love that one!", "//Teddy pauses, taking her time to carefully consider something.//", "\'\'Teddy:\'\' //(whispering)// Normally, I don't talk about this. Actually, I never talk about this, but you helped me, so now it's my turn to pay you back...", "//George and Briana look at each other with raised eyebrows.//", "<b>Teddy:</b> I know who publishes the <i>Journal of Occurrences</i>. It's a secret, as you well know. But I've been sending them stories about the men I've been quartering here since the occupation began.", "The man you're looking for is named Benjamin Edes. He works with Sam Adams. They usually edit at the Green Dragon.", "Walking over there is worth a shot; it's just around the corner. You might get lucky and run into them!", "\'\'Briana:\'\' We'll let you know what happens!<<set $QPassage to 'The Green Dragon'>>", "\'\'Teddy:\'\' Oh, please do. But, before you depart, would you like to have a go at Captain Hollister... I'm about to serve him dinner. It's a ripe opportunity to mess with him.<<set $teddyDone to true>>", "<<button [[Mess With Captain Hollister|Captain Arrives]]>><<set $captain to true>><</button>><<button [[Head To The Green Dragon|The Green Dragon]]>><</button>>", ]>> <<Rep _temp>> /*Suggest they go shoot the unicorn, suggest that they torture Hollister*/ /* "\'\'Teddy:\'\' Well...I agree, but this is tricky. Mostly because I don't actually know who //writes// the Journal. No one does.", "There are rumors it's Sam Adams, and a few others... But...", "//Teddy looks concerned, then seems to relax.//", "Wait a second. I //do// have a friend who might be able to help you.", "His name is Benjamin Edes, and just the other day he mentioned, rather cryptically, that he's working on a new project... something underground, with Sam Adams in the lead.", "\'\'Briana:\'\' Oooh. That //does// sounds promising. Do you know when we might be able to talk to him a bit?", "\'\'Teddy:\'\' Well, come to think of it, he may be in the ''Common'' today covering ''the floggings'', or he could be at the ''Manufactory House'' reporting on the ''standoff''.", */
<<set _temp to [ "<b>George:</b> Here, take this scarf, Briana. It\'s so cold out...", "<<button [[Take The Scarf|TakeTheScarf]]>><</button>>", ]>> <<Rep _temp>>
@@.fade-in;//You put on the scarf.//<br><br><b>Briana:</b> Oooh so comfortable! I love how it's knitted to stretch and spring...<<set $satchelFlash to false>>@@ <<set $items["Scarf"].status to true>> <<if $newPassage == "The Cobblery">> <<set $footerDisplay to "[[To The Alley|Cobbler Alley]]">> <<else>> <<set $footerDisplay to "<<link 'Back' $lastScene>><</link>>">> <</if>>
<<PickUp "Scarf">> <<set $lastScene to "PutOnScarf">>
<<button [[Give me a second to grab a few things...|The Cobblery]]>><</button>> <<button [[I'm ready...let's hit the streets!|Cobbler Alley]]>><</button>>
<<PickUp "Peaches" true>> <<set $lastScene to 'Talk to the Fruit Seller'>>
[[To Be Continued|https://portraitofatyrant.com/wiki/?episode=2]]
<<widget "story-init">> /* CORE INFRASTRUCTURE ALL EPISODES*/ /*Init*/ /*Variables*/ <<set $debug to false>> <<set $inventory to []>> <<set $Documents to []>> <<set $Songbook to []>> <<set $Notebook to []>> <<set $songs to false>> <<set $document to false>> <<set $map to false>> <<set $poster to false>> <<set $examine to false>> <<set $imageOfThingToExamine to "">> <<set $notebookText to "">> <<set $QPassage to "">> <<set $Q2Passage to "">> <<set $Q3Passage to "">> <<set $Q4Passage to "">> <<set $Q5Passage to "">> <<set $Q6Passage to "">> <<set $currentScene to passage.name>> <<set $items to {}>> <<set $items["Empty"] to { name : "Empty", status : false, desc : "Your Satchel is empty...", image: "none", }>> <<set $items["Message From Dad"] to { name : "Message From Dad", status : false, desc : "<h2>Message From Dad.</h2><hr>Briana, my sweet one:<br><br>I\'m sorry this all happened so fast, and I\'m doubly sorry I couldn\'t say goodbye. I assure you, I\'m all right… I\'d never give those slave-hunting demons the satisfaction of finding me. My activities with the Sons of Liberty must have drawn these cretins… I hope it was worth it.<br><br> You always said you wanted more responsibility, well, now I\'m giving it to you: take my place in the march tonight and give the Governor hell! Show his men that you\'re not afraid—that they can\'t take our liberty without a fight! If our current situation has taught me anything, it\'s that we can not run from the way things are. We must face our tormentors, and destroy them if we have to. For you and I, that begins tonight. <br><br>Once the night is over, go back to the apartment, grab your things, and leave as soon as you can. The men that came after me may return, and you can\'t be there if they do. Before you leave the fields, seek out a salty little man named GEORGE who will be working on the effigy. Remind him that he owes me. I believe he will be able to help you. I\'m sorry I couldn\'t do more before I left, but these men arrived quite suddenly. I will find a way to send a message through the Sons of Liberty as soon as I\'m safe. Revolutions are times of lawlessness, my dear. Just don\'t take it too far, or you\'ll live to regret it. These things have a way of coming back around on you...<br>-Dad<br><br>P.S. Your mother left you a message that I\'ve been keeping for you. She wrote it to you before she died and told me to wait until the right time to let you read it. I\'m still not sure you\'re ready-- but we can\'t wait any longer for you to understand our situation. The note is in the apartment, where I usually store your Christmas gifts before they\'re wrapped…", image : "<img src='images/episode-2/LetterFromDad.jpg'/>", }>> <<set $items["Letter From Mom"] to { name : "Letter From Mom", status : false, desc : "Briana, <br><br>My new daughter,<br><br> It is time for you to shoulder the burden of the life you were born into, my love. And to start the fight that will never end.<br><br>Ah! My heart aches to see who you will become! Alas, it was not my lot. The doctors say I\'m bleeding as you lay here next to me, sleeping soundly… the most beautiful thing I\'ve ever seen. I want you to be happy, my little love, but you need to understand: the world outside is a dangerous place. You have to learn how to defend yourself against the oppression that awaits you. So I need you to understand a few things about how the world works. I asked your father to hold this note until I thought you were ready. Now seems to be the time he chose.<br><br> The dangerous men in this world do not act randomly. They follow patterns, and those patterns will give them away. The first step to solving a problem is identifying it, after all:<br> These men undermine the common good, the social glue and commitment to civility that keeps us from tearing each other apart. Dangerous men may also try to undermine the rule of law, or the ability of the people to change the laws in their legislatures; They may block our ability to make money or find a source of livelihood; They may undermine the judicial system and give us nowhere to go for justice; They may harass us and make us vulnerable at home or in the streets; And they may even make war on us, through military means or psychological ones.<br><br> And what is slavery, my love, but a kind of war made on your brothers and sisters? Keep this letter, my love. Come back to it when you need a reminder. These are things you will have to defend against as you move through this world.<br><br> These last years, your father and I have worked so hard to make sure you were be born free. I implore you: use your freedom wisely, little one. Fight for us, but above all, try to be a good anticipator. You must develop a strong mind and strong logic. This is vital, because you do not want to fall for other peoples' tricks, and they will try many underhanded things to get you to do what they want... they always do.<br><br> If we simply accept the life we have, the people that want to oppress us will win, and people like us will lose.<br><br> I love you with all my heart, little one. I believe in you. May you have an exciting, challenging, and beautiful life. I'll always be with you. Forever yours,<br><br>Mom", image: "<img src='images/episode-2/LetterFromMom.jpg'/>", }>> <<set $washerTemp to []>> <<set $checkBoxData to "">> <<set $hasBrokenWindow to false>>/*Window Status Unbroken (false) or Broken(true) in Dad's Room*/ <<set $SongPart1 to false>> <<set $heardSong to false>> <<set $candles to true>> <<set $enteredRoom1 to false>> <<set $menTalked to false>> <<set $menTalked1 to false>> <<set $hasTalkedMarchers to false>> <<set $readNews to false>> <<set $selected to []>> <<set $checkStatus to "Empty">> <<set $checkStatusTwo to "Empty">> <<set $checkNow to "Empty">> <<set $lastScene to "Outer Apartment">> <<set $inventoryHeading to "">> <<set $fortHeading to "">> <<set $inventoryOptions to true>> <<set $bountyhunters to false>> <<set $hasMouth to false>> /* Effigy Status */ <<set $hasEyes to false>> /* Effigy Status */ <<set $hasJacket to false>> /* Effigy Status */ <<set $passageCounter to 0>> <<set $currentPassage to passage()>> <<set $tempVisited to 0>> <<set $fieldsSong to false>> <<set $satchelFlash to false>> <<set $doneFieldSong to false>> <<set $songCounter to 0>> <<set $footerDisplay to "">> <<set $givenFlier to 0>> <<set $givenLetterFromDad to false>> <<set $talkedGeorge to false>> <<set $talkedIsaac to false>> <<set $showFooter to true>> <<set $georgeInitialConversation to false>> <<set $imageOfThingToExamine to "">> <<set $textOfThingToExamine to "">> <<set $finishedEffigy to false>> <<set $fortHeading to "">> <<set $marching to false>> <<set $pigsGone to false>> <<set $shoeTossed to false>> <<set $isaacSpeechFort to false>> <<set $openCarriageDoors to false>> <<set $carriageAtGreen to false>> <<set $newPassage to "The Front Door">> <<set $space to String.fromCharCode(20)+String.fromCharCode(20)>> <<set $carriageCrashed to false>> <<set $slaverySong to false>> <<set $bassDrumAvail to false>> <<set $stopThem to false>> <<set $marchCounter to "0">> <<set $talkedStampOffice to false>> <<set $sackMansion to false>> <<set $examineNow to false>> <<set $lawnBallWindow to false>> <<set $blame to false>> <<set $owe to false>> <<set $tonight to false>> <<set $brianaBountyStatement to false>> <<set $marchPartI to false>> <<set $endSequence to false>> <<set $momLetterRead to false>> <<set $finishedGeorgeIsaac to false>> <<set $helloGeorge to false>> /*EPISODE 2*/ /*ITEMS*/ <<set $items["Notebook"] to { name : "Notebook", status : false, desc : "My new notebook! George gave me this as a present when we arrived in Boston last year...", image: "<img src='images/episode-2/Journal.png'/>", }>> <<set $items["Comb"] to { name : "Comb", status : false, desc : "This comb is nice and sturdy...", image: "none", }>> <<set $items["Empty Flask"] to { name : "Empty Flask", status : false, desc : "Better fill this up in case I need an offering later today...", image: "none", }>> <<set $items["Slingshot And Empty Flask"] to { name : "Slingshot And Empty Flask", status : false, desc : "This needs some of Boston's finest brew.", image: "none", }>> <<set $items["Slingshot And Flask of Rum"] to { name : "Slingshot And Flask of Rum", status : false, desc : "Filled up with Boston's finest brew.", image: "none", }>> <<set $items["News Clipping: Scourgings"] to { name : "News Clipping: Scourgings", status : false, desc : "<h2>News Clipping: Scourgings.</h2><hr>There have been many severe Scourgings, lately given the Soldiery, particularly on Tuesday last, almost wholly occasioned by a too free sue of distilled Spirits. It is said one of them has died of his Wounds, the Truth of which we do not avouch, but it is expected that Inquiry will be made by the Grand Jury of the County: The Inhabitants are the more affected with these Punishments, imagining they might have been prevented, had the Troops been quartered at Cattle Island, or on a pretty Village on a Neck of Land over against it, called Point Shirley, where they might have been well accommodated, and supplied, and would have recieved the full Protection of the Ships of War. Distressing Sympathies will force themselves on those who have the greatest Humanity; who are the most worthy Part of the Species...", image: "<img src='images/episode-2/Scourgings.png'/>", }>> /*DOCUMENTS*/ <<set $items["Caption From Edes"] to { name : "Caption From Edes", status : false, desc : "<h2>Caption From Edes.</h2><hr>These are some further Specimens of what we are to expect from our new Conservators of the Peace: The Inhabitants however still preserve their Temper and a proper Decorum; in this they have doubtless disappointed and vexed their Enemies: Under all the Insults and Injuries received from a Governor, Commanders and the Military, we are patiently waiting the Results of our Petitions and Remonstrances, for a Redress of Grievances, and an Alteration of Measures: We cannot but flatter ourselves that Administration must soon be convinced of the Propriety and Necessity of putting Affairs upon the old Footing, which Experience now demonstrates to be the best for both Countries.", image: "<img src='images/episode-2/EdesCaption.png'/>", }>> <<set $items["Article from the Journal of Occurrences"] to { name : "Article from the Journal of Occurrences", status : false, desc : "<h2>Article from the Journal of Occurrences.</h2><hr> A Serjeant belonging to the 14th Regiment, then lying in the City, was found drunk upon Guard; and by a Court Martial was reduced to a private Man, and sentenced to receive two Hundred Lashes next Field Day.<br><br> Amongst other unusual Aggravations of the Punishment, the Drummers were ordered to strip, and to stay a Minute between every Stroke.<br><br> When 190 Cuts had been administered in this Manner, The Surgeon who stood by, declared, that if the Man received the Remainder, it would be impossible for him to survive the Punishment; accordingly he was unloosed from the Halberts, and carried back to the Guard House; where having languished a few Days, his Back began to mortify, and the Mortification soon reaching his Kidneys, he died delirious.<br><br>The Coroners of the city of Winchester interposing on this Occasion, an Inquest was taken upon the Body of the Deceased, when the Jury brought in their Verdict willful Murder against the Captain, who commanded at the Punishment.<br><br>This narration is closed with the following reflection.--Wherever Troops are quartered, the Civil Authority should have a strict Eye over them: and as often as Death appears to be the Effect of a whipping, should imitate the Worthies of Winchester; otherwise Blood guiltless will be brought on the Place.", image: "<img src='images/episode-2/Whippings.jpg'/>", }>> <<set $items["Slingshot And Carrot"] to { name : "Slingshot And Carrot", status : false, desc : "A slingshot loaded with a carrot.", image: "none", }>> <<set $items["Slingshot And Horseshoe"] to { name : "Slingshot And Horseshoe", status : false, desc : "A slingshot loaded with a horseshoe.", image: "none", }>> <<set $items["Horseshoe"] to { name : "Horseshoe", status : false, desc : "It's a simple iron horseshoe: a little bent, pretty heavy.", image: "none", }>> <<set $items["Carrots"] to { name : "Carrots", status : false, desc : "Several fresh carrots... look pretty tasty.", image: "none", }>> <<set $items["Slingshot And Peach"] to { name : "Slingshot And Peach", status : false, desc : "tbd", image: "none", }>> <<set $items["Peaches"] to { name : "Peaches", status : false, desc : "Several fresh peaches... looking tasty.", image: "none", }>> <<set $items["Cow Femur"] to { name : "Cow Femur", status : false, desc : "A large cow femur; has a Y-shape to it. This would make a great handle, wouldn't it?", image: "none", }>> <<set $items["Slingshot And Strawberry"] to { name : "Slingshot And Strawberry", status : false, desc : "A slingshot loaded with a strawberry.", image: "none", }>> <<set $items["Strawberries"] to { name : "Strawberries", status : false, desc : "Several fresh strawberries... oooh I want to eat them!", image: "none", }>> <<set $items["Slingshot And Pear"] to { name : "Slingshot And Pear", status : false, desc : "tbd", image: "none", }>> <<set $items["Pears"] to { name : "Pears", status : false, desc : "Several fresh Pears... look pretty tasty.", image: "none", }>> <<set $items["Slingshot And Potato"] to { name : "Slingshot And Potato", status : false, desc : "tbd", image: "none", }>> <<set $items["Potatoes"] to { name : "Potatoes", status : false, desc : "Going to boil these right up!", image: "none", }>> <<set $items["Slingshot And Apple"] to { name : "Slingshot And Apple", status : false, desc : "tbd", image: "none", }>> <<set $items["Apple"] to { name : "Apple", status : false, desc : "One lovely red apple!", image: "none", }>> <<set $items["Twisted Intestines"] to { name : "Twisted Intestines", status : false, desc : "Not sure what I'm going to do with this yet, but it sure is springy!! Wow!", image: "none", }>> <<set $items["Scrap Of Leather"] to { name : "Scrap Of Leather", status : false, desc : "This piece of leather is tough, and shaped like a cupped triangle. I think I'm going to find a use for this...", image: "none", }>> <<set $items["Leather Cup And Twisted Intestines"] to { name : "Leather Cup And Twisted Intestines", status : false, desc : "The leather cup is tied to the twisted intestines.", image: "none", }>> <<set $items["Cow Femur And Twisted Intestines"] to { name : "Cow Femur And Twisted Intestines", status : false, desc : "Twisted intestines are knotted around each end of the Y-shaped Cow Femur.", image: "none", }>> <<set $items["Slingshot"] to { name : "Slingshot", status : false, desc : "A slingshot that is ready to use!", image: "none", }>> <<set $items["Slingshot And Shiny Rock"] to { name : "Slingshot And Shiny Rock", status : false, desc : "The slingshot is loaded with the shiny rock.", image: "none", }>> <<set $items["Slingshot And Loaf"] to { name : "Slingshot And Loaf", status : false, desc : "tbd", image: "none", }>> <<set $items["Slingshot And Sausage"] to { name : "Slingshot And Sausage", status : false, desc : "tbd", image: "none", }>> <<set $items["Slingshot And Sack of Hair"] to { name : "Slingshot And Sack of Hair", status : false, desc : "tbd", image: "none", }>> <<set $items["Sack of Hair"] to { name : "Sack of Hair", status : false, desc : "Wow! This smells revolting. A sack of wet cow hair, soaked in God knows what... ewwwwww.", image: "none", }>> <<set $currentI to "">> <<set $items["Shiny Rock"] to { name : "Shiny Rock", status : false, desc : "Ooooh so shiny! That little boy was very sweet.", image: "none", }>> <<set $items["Flask of Rum"] to { name : "Flask of Rum", status : false, desc : "I'm ready for the soldiers now!", image: "none", }>> <<set $items["Sausages"] to { name : "Sausages", status : false, desc : "Now these look tasty! Time to put these bad boys over a fire!", image: "none", }>> <<set $items["Loaves Of Bread"] to { name : "Loaves Of Bread", status : false, desc : "Three loaves of sourdough... might be a little stale but they still look good to me!", image: "none", }>> <<set $items["Daughter Of Liberty Pin"] to { name : "Daughter Of Liberty Pin", status : false, desc : "<h2>Daughters Of Liberty Pin</h2><hr><<if passage()=='TakeThePin'>>A Daughters of Liberty Pin!! I'm so honored! I won't let you down, Daughters of Liberty...<<else>>It really was an honor to receive this from Aunt Teddy. She's such a great lady!<</if>>", image: "<img src='images/episode-2/DaughtersPin.png'/>", }>> <<set $items["Certificate of Freedom"] to { name : "Certificate of Freedom", status : false, desc : "<h2>Certificate of Freedom.</h2><hr>CERTIFICATE OF FREEDOM<br><br>Dinwiddie County Set: I do hereby certify that Briana Little, a Black Girl daughter of Mary Little, aged about Eight Years, Three feet ten inches high of black complexion, a mark on her right jaw, born free, is duly registered in a book Kept in my Office for that purpose as a free person of colour, number Six hundred and forty-eight. Given under my hand as clerk of Dinwiddie County this 17th day of October 1761.<br><br> J. Nicholas, C.D.C.<br><br>No 648<br>State of Virginia Dinwiddie County S.S.<br>I John Verell Presiding Justice of the County as above named do certify that John Nicholas is Clerk of the County, 17th October 1761.<br><br>John Verell, J.P.", image: "<img src='images/episode-2/CertificateOfFreedom.jpg'/>", }>> <<set $items["Drawing From The Soldier"] to { name : "Drawing From The Soldier", status : false, desc : "A drawing given to me by the soldier who was being whipped in the park, before we showed up with the cart.", image: "<img src='images/episode-2/Charcoal.jpg'/>", }>> <<set $items["Journal of Occurrences"] to { name : "Journal of Occurrences", status : false, desc : "<h2>Journal of Occurrences.</h2><hr><<linkreplace \"<b>Briana:</b> The Journal of Occurrences! My favorite underground masterpiece! God Bless the printers! It was so //brilliant// to start a paper whose sole purpose was to document all the ways the soliders occupying our parks, our streets, and our homes have been screwing us over... And you've got to love how much it upsets the King to hear about the behavior of their ‘professional' force!!!<br><div class='buttonDown'><img src='images/episode-2/down-pointing-red-triangle.png'/></div><br><br>\">>THE JOURNAL OF OCCURRENCES, continued.<br><br> A married lady of this town was the other evening, when passing from one house to another, taken hold of by a Soldier, who otherways behaved to her with great Rudeness;<br><br> a Woman near Long Lane was stopped by several Soldiers, one of whom cried out 'seize her and carry her off!' She was much surprised, but luckily got Shelter in a House nearby;<br><br> Several Inhabitants while quietly passing the Streets in the Evening, have been knocked down by Soldiers;<br><br> One of the principal Physicians of the Town, was the last Friday, about 12 o'Clock at Night, hailed by an Officer, who was passing the Street, but not of a Patroling Party; the Doctor refused to answer, and resented this Treatment; whereupon the Officer seized him by the Collar, asserting that he was on the King's Duty, and swearing that he would have an Answer; this so provoked the Doctor that he gave him a Blow, which brought the Officer to the Ground; he then seized him, but a Soldier or two coming up at that Instant, he thought proper to let him go.<</linkreplace>>", image: "<img src='images/episode-2/JournalOfOccurrences.jpg'/>", }>> <<set $items["Pamphlet on Whippings"] to { name : "Pamphlet on Whippings", status : false, desc : "<h2>Pamphlet on Whippings.</h2><hr><<linkreplace \"@@.fade-in;<b>Briana:</b> Mmmm... cruel and unusual punishment... This is a theological argument against cruel punishment! It's kind of strange since there's a lot of that kind of thing in the Old Testament, but then again, Jesus //did// get crucified... if that's not cruel, I'm not sure what is... I guess I may as well hear the man out:<br><div class='buttonDown'><img src='images/episode-2/down-pointing-red-triangle.png'/></div><br><br>@@\">>Giving more than forty Stripes, allowed Deuteronomy 25, Verse 3rd, is breaking a Moral Law of God; that the Jews were prohibited by that Law giving above forty Stripes, lest their Brother should should seem vile unto them, even as if he was a Dog, (but the Military allows to lay them on by Hundreds,)<br><br> That God intended the forty Stripes should be a Terror to the Jews; but not like the Terrors of Death; whereas Military Delinquents who have been sentenced to receive a 1000 or 1500 Lashes sometimes choose death rather than Life, and beg they may be shot to escape a Whipping, that such Indignities are a Disgrace to the human Nature.<br><br> //Homo sum human nihil a me alienum put//; That when such Punishments are decreed as threaten Life, the Sixth Commandment is broken, and all concerned are guilty of killing the Victim, tho’ve should not die under the Operation;<br><br> That it is strange that tho’ the Law of our God, with Regard to Whipping, is so religiously observed by the Civil Authority, it should be set at naught by the Men of the Sword; that the Weight of Military Cruelties is rested on the Necessity of them; a Support which must fail,—it being always necessary to keep God’s Laws; but can never be necessary to break them.<</linkreplace>>", image: "<img src='images/episode-2/PamphletDeut.jpg'/>", }>> <<set $items["Bribes"] to { name : "Bribes", status : false, desc : "<h2>Bribes</h2><hr>November 19, 1768<br>The Bakeries<br><br>Two soliders invented a curfew infraction and then demanded a bribe to pay the penalty. When the King\'s men twist the law to hold power over us, they undermine our right to Justice...", image: "none", }>> <<set $items["The Case Of The Stolen Tippet"] to { name : "The Case Of The Stolen Tippet", status : false, desc : "<h2>The Case Of The Stolen Tippet</h2><hr> November 19, 1768<br>The Statehouse, Boston<br><br>Young woman accosted by soldier. Relieved of her bonnet, muff, and tippet! When a woman cannot wear nice clothes on the street for fear they will be violently snatched from her person, her right to //peace// has been violated.", image: "none", }>> <<set $items["Equality On The Street"] to { name : "Equality On The Street", status : false, desc : "<h2>Equality On The Street</h2><hr> November 19, 1768<br>Sam's Sausages<br> Boston<br><br>By singling me out for harassment, specifically, by treating me differently than they might treat a white woman or anyone minding their own business on a public street, they violated my right to Equality under the law.", image: "none", }>> <<set $items["Standing Armies During Peacetime"] to { name : "Standing Armies During Peacetime", status : false, desc : "<h2>Standing Armies During Peacetime.</h2><hr> November 19, 1768<br>The East Common, Boston<br><br> The King has sent a standing army to our shores during a time of peace...It is an unsubtle act of intimidation, in which he has forced his troops to live //among us// as tenants, neighbors, and interlopers. And you know it's all about //money.// He wants to force us to pay the king's taxes, without further complaint. How dare we want representation in Parliament, or a say in how our taxes are spent!? Such nerve!", image: "none", }>> <<set $items["The Liberty Song"] to { name : "The Liberty Song", status : false, desc : "<h2>The Liberty Song</h2><hr>Come, join hand in hand, brave Americans all,<br>And rouse your bold hearts at fair Liberty's call.<br>No tyrannous acts shall suppress your just claim,<br>Or stain with dishonor America's name.<br><br>Chorus<br><br>Our worthy forefathers, let's give them a cheer,<br>To climates unknown did courageously steer;<br>Thro' oceans to deserts for Freedom they came,<br>And dying, bequeath'd us their freedom and fame.<br><br>Their generous bosoms all dangers despis'd,<br>So highly, so wisely, their Birthrights they priz'd;<br>We'll keep what they gave, we will piously keep,<br>Nor frustrate their toils on the land and the deep.<br><br>The tree their own hands had to Liberty rear'd;<br>They lived to behold growing strong and revered;<br>With transport they cried, ‘Now our wishes we gain,<br>For our children shall gather the fruits of our pain.'<br><br>Chorus<br><br>Swarms of placemen and pensioners soon will appear<br>Like locusts deforming the charms of the year;<br>Suns vainly will rise, showers vainly descend,<br>If we are to drudge for what others shall defend.<br><br>Chorus<br><br>Then join hand in hand, brave Americans all,<br>By uniting we stand, by dividing we fall;<br>In so righteous a cause let us hope to succeed,<br>For heaven approves of each generous deed.<br><br>Chorus<br><br>All ages shall speak with amaze and applause,<br>Of the courage we'll show in support of our Laws;<br>To die we can bear, but to serve we disdain.<br>For shame is to Freedom more dreadful than pain.<br><br>Chorus<br><br>This bumper I crown for our Sovereign's health,<br>And this for Britannia's glory and wealth;<br>That wealth and that glory immortal may be,<br>If She is but Just, and if we are but Free.<br><br>In Freedom we're born, and, like sons of the brave,<br>Will never surrender, But swear to defend her;<br>And scorn to survive, if unable to save.<br><br>Come swallow your bumpers, ye Tories, and roar,<br>That the sons of fair freedom are hampered once more;<br>But know that no cut-throats our spirits can tame,<br>Nor a host of oppressors shall smother the flame.<br>", image: "none", }>> <<set $items["To The Ladies Song"] to { name : "To The Ladies Song", status : false, desc : "<h2>To The Ladies Song</h2><hr><p>Young ladies in town, and those that live round<br />let a friend at this season advise you;<br />Since money's so scarce, and times growing worse,<br />Strange things may soon surprise you;<br />First then throw aside your high top knots of pride,<br />Wear none but your own country linen;<br />Of economy boast, let your pride be the most,<br />To show clothes of your own make and spinning.</p><p>What if homespun they say is not quite so gay,<br />As brocades, yet be not in a passion;<br />For when once it is known this is much worn in town<br />One and all will cry out 'tis the fashion!<br />No more ribands wear, not in rich dress appear,<br />Love your country much better than fine things;<br />Begin without passion, it will soon be the fashion,<br />To grace your smooth locks with a twine string.</p><p>These do without fear, and to all you'll appear Fair,<br />Charming, true, lovely, and clever,<br />Tho' the times remain darkish, young men may be sparkish,<br />And love you much stronger than ever.<br />Then make yourselves easy, for no one will tease ye,<br />Nor tax you, if chancing to sneer,<br />At the sense-ridden tools, who this us all fool;<br>But they'll find the reverse far and near.</p>", image: "none", }>> <<set $items["Shoe Thief"] to { name : "Shoe Thief", status : false, desc : "<h2> The Shoe Thief</h2><hr>November 19, 1768<br>Hewes Shoes<br><br>A soldier refused to pay his bill for a pair of finely-crafted boots. He handed us half of what he owed us, and calmly marched away, despite our loud protests, confident that he would not suffer //any consequences// for his insolence and thievery.", image: "none", }>> <<set $items["Song Idea"] to { name : "Song Idea", status : false, desc : "<h2>Song Idea.</h2><hr>November 2, 1765<br>My Room<br>There was an old lady who,<br> went to the store and<br><br>Arg. This song-writing business is harder than I thought. Need some more examples to refine my craft...", image: "none", }>> <<set $items["Boston In Tatters"] to { name : "Boston In Tatters", status : false, desc : "<h2>Boston In Tatters</h2><hr>Cobblery, Boston November 19, 1768<br><br>Working at the Cobblery hasn't been so bad... Hewes Shoes! Kind of a catchy name, I guess. George pays me well and he's kind to me... I just don't have a passion for shoe-making. But it //is// profitable. If you can work fast enough, you do well. That is, when the soldiers will pay, or leave the shop and make a purchase without insulting you fifteen times first. Most of them act like roudy tourists, but these ones have guns.", image: "none", }>> <<set $items["Liberty Chant"] to { name : "Liberty Chant", status : false, desc : "<h2>Liberty Chant.</h2><hr>In story we're told<br>How our father of old<br>Braved the rage of the winds and the waves;<br>And crossed the deep o'er,<br>To this desolate shore<br>All because they were loath to be slaves, brave boys!<br>All because they were loath to be slaves.<br><br>Yet a strange scheme of late <br>Has been found in the state <br>By a knot of political knaves <br>Who in secret rejoice<br>That the Parliament's voice <br>Has resolved that we all shall be slaves brave boys <br>Has resolved that we all shall be slaves <br><br>But if we should obey<br>This vile statute the way <br>To more base future slavery paves <br>Nor in spite of our pain <br>Must we ever complain <br>If we tamely submit to be slaves brave boys <br>If we tamely submit to be slaves <br><br>Counteract then we must <br>A decree so unjust <br>Which our wise constitution depraves <br>And all nature conspires <br>To approve our desires <br>For she cautions us not to be slaves brave boys <br>For she cautions us not to be slaves <br><br>To our monarch we know <br>Due allegiance we owe <br>Who the sceptre so rightfully waves <br>But no sovereign we own <br>But the king on his throne <br>And we can not to subjects be slaves brave boys <br>And we can not to subjects be slaves <br><br>Though fools stupidly tell <br>That we mean to rebel <br>Yet all each American craves <br>Is but to be free <br>As we surely must be <br>For we never were born to be slaves boys <br>For we never were born to be slaves <br><br>Though against the repeal <br>With intemperate zeal <br>Proud Granville so brutishly raves <br>Yet our conduct shall show <br>And our enemies know <br>That Americans scorn to be slaves boys <br>That Americans scorn to be slaves <br><br>With the beasts of the wood <br>We will ramble for food <br>We will lodge in wild deserts and caves <br>And live poor as Job <br>On the skirts of the globe <br>Before we'll submit to be slaves brave boys <br>Before we ll submit to be slaves <br><br>The birthright we hold Shall never be sold <br>But sacred maintained to our graves <br>And before we ll comply <br>We will gallantly die <br>For we must not we will not be slaves brave boys <br>For we must not we will not be slaves<br><br>", image : "none", }>> <<set $items["Duty Song"] to { name : "Duty Song", status : false, desc : "<h2>There Are Two Kinds Of Duty In The World.</h2><hr>//(To the tune of Raindrops Keep Falling on My Head)//<br>There're two kinds of duty in the land<br>One\'s to your country and the other plops in the can!<br>Defines you as a man!<br>Oh, there\'re two kinds of duty in the world that we live in<br> Just one is free!<br><br>(cough)<br><br>Oh right!<br> The third kind of duty is a fee:<br>Tax on our paper insults our li-ber-ty!<br> Proclaimed so haughtily!<br> Oh, there're three kinds of duty in the world that we live in...<br> Just one is free!!", image: "none", }>> <<set $items["Scarf"] to { name : "Scarf", status : false, desc : "A scarf that I like to use to wrap up my hair.", image: "none", }>> /* Things in your satchel at the start of the Level */ <<set $Songbook.unshift("Liberty Chant")>> <<set $Songbook.unshift("Duty Song")>> <<set $inventory[0] to "Notebook">> <<set $Songbook.push("Song Idea")>> <<set $Notebook.push("Boston In Tatters")>> <<set $Documents.push("Letter From Mom")>> <<set $Documents.push("Message From Dad")>> /*VARIABLES*/ <<set $edes to false>> <<set $flogged to true>> <<set $teddy to false>> <<set $captain to false>> <<set $talkedToMolly to false>> <<set $talkedToHollister to false>> <<set $pressGang to false>> <<set $moleScore to 0>> <<set $moleTimer to 60>> <<set $moleHighScore to 0>> <<set $whichCommon to "The East Common">> <<set $moleHoles to []>> <<set $moleHolesII to []>> <<set $thrownItem to "">> <<set $horse to false>> <<set $fruitCounter to 4>> <<set $shop to "Baker">> <<set $thingToLaunch to "">> <<set $soldiersButcher to true>> <<set $soldiersBaker to true>> <<set $libertyCounter to 0>> <<set $teddyDone to false>> <<set $oldNewPassage to "">> <<set $george to true>> <<set $newPassage to "Start Game">> <<set $slinging to false>> <<set $oldPassage to "Start">> <</widget>>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 995 879"><defs><style>.cls-1{fill:#997225;}.cls-2{fill:#b98a2e;}.cls-3{fill:#9b5a2d;}.cls-4{fill:#c5793d;}.cls-5{fill:#c2a78a;}.cls-6{fill:#8d665a;}.cls-7{fill:#e1633a;}.cls-8{fill:#c5793e;}.cls-9{fill:#a25b2d;}.cls-10{fill:#3d3139;}.cls-11{fill:#474a20;}.cls-12{fill:#391e1a;}.cls-13{fill:#6c8070;}.cls-14{fill:#3f0c1c;}.cls-15{fill:#271014;}.cls-16{fill:#6c4231;}.cls-17{fill:#2e301a;}.cls-18{fill:#a98a72;}.cls-19{fill:#737d6f;}.cls-20{fill:#463a44;}.cls-21{fill:#513036;}.cls-22{fill:#a94417;}.cls-23{fill:#dbd5b3;}.cls-24{fill:#8d7756;}.cls-25{fill:#d9a483;}.cls-26{fill:#1b1a23;}.cls-27{fill:#e6dfba;}.cls-28{fill:#221a32;}.cls-29{fill:#ce7e42;}.cls-30{fill:#a75329;}.cls-31{fill:#411802;}.cls-32{fill:#d89955;}.cls-33{fill:#b77e23;}.cls-34{fill:#432016;}.cls-35{fill:#c2722c;}.cls-36{fill:#885220;}.cls-37{fill:#3d2d22;}.cls-38{fill:#8d5222;}.cls-39{fill:#91501d;}.cls-40{fill:#f2d9b8;}.cls-41{fill:#161208;}.cls-42{fill:#694207;}.cls-43{fill:#94a163;}.cls-44{fill:#f2d88d;}.cls-45{fill:#363c2b;}.cls-46{fill:#ecd27d;}.cls-47{fill:#c4af6f;}</style></defs><title>IntroCharacterLayoutCover2</title><g id="Layer_10" data-name="Layer 10"><polygon class="cls-1" points="393.15 640.53 374.575 657.556 563.415 690.061 574.25 700.896 535.553 716.375 391.754 693.284 187.283 648.269 325.817 620.02 393.15 640.53"/><polygon class="cls-1" points="438.038 555.397 535.553 594.093 524.718 612.668 439.586 601.833 380.767 597.189 360.644 581.711 438.038 555.397"/><polygon class="cls-1" points="354.453 516.7 388.506 519.796 411.724 532.179 407.08 547.657 356.001 525.987 354.453 516.7"/><polygon class="cls-2" points="614.495 682.322 555.676 652.912 538.649 669.939 563.415 680.774 516.979 679.226 495.309 703.992 561.867 707.088 614.495 682.322"/><polygon class="cls-2" points="631.521 686.966 608.303 638.982 629.973 643.625 647 685.418 631.521 686.966"/><polygon class="cls-2" points="665.574 683.87 659.383 642.077 676.409 668.391 665.574 683.87"/><polygon class="cls-3" points="385.41 270.589 301.825 179.265 414.82 173.073 411.724 135.925 473.639 134.377 481.378 177.717 385.41 270.589"/><polygon class="cls-4" points="591.277 163.786 591.277 132.829 536.327 135.925 539.423 180.039 591.277 163.786"/><polygon class="cls-5" points="656.287 155.015 655.772 108.063 643.904 101.355 629.457 105.483 627.909 159.143 457.645 161.207 379.219 227.249 380.767 398.03 579.926 408.866 656.287 155.015"/><polygon class="cls-6" points="925.616 394.418 716.654 378.94 712.01 502.769 774.958 515.152 865.712 528.906 909.751 527.535 925.616 394.418"/><polygon class="cls-7" points="940.58 383.583 713.558 360.365 652.676 400.61 884.341 436.211 940.58 383.583"/><polygon class="cls-8" points="433.91 405.254 434.942 384.615 381.207 377.518 380.767 373.265 239.137 362.687 238.363 372.748 254.615 376.618 253.841 452.464 259.259 455.559 265.451 452.464 270.868 378.94 347.488 382.809 346.714 458.655 356.001 460.977 359.87 457.881 357.549 383.583 380.671 387.919 383.346 454.785 557.739 481.615 573.218 407.318 433.91 405.254"/><polygon class="cls-9" points="289.442 451.69 289.442 386.679 325.043 389.259 322.464 454.27 289.442 451.69"/><polygon class="cls-10" points="574.25 402.932 421.011 398.288 417.142 452.464 376.897 461.751 380.767 466.394 421.785 460.977 466.673 461.751 468.221 481.099 493.761 493.482 516.205 491.934 528.588 474.134 526.266 466.394 577.346 467.168 589.729 417.637 574.25 402.932"/><polygon class="cls-11" points="636.939 464.073 648.548 432.341 640.035 424.602 642.356 412.993 629.973 385.905 615.269 393.645 619.912 373.522 608.303 355.722 591.277 363.461 594.372 379.714 580.442 375.07 565.737 392.871 574.25 402.932 561.093 411.445 564.963 429.246 575.798 430.793 562.641 440.855 556.45 467.168 561.093 471.812 547.936 480.325 547.163 489.612 568.833 494.256 587.407 488.838 604.047 502.769 622.234 506.639 633.843 487.291 636.939 464.073"/><polygon class="cls-11" points="710.98 304.9 698.08 278.328 677.957 298.451 690.34 324.764 668.67 332.504 667.122 368.105 679.505 383.583 714.591 360.108 710.98 304.9"/><polygon class="cls-12" points="940.58 383.583 883.824 426.924 789.404 416.605 652.676 400.61 651.644 408.866 657.271 409.594 655.772 511.541 663.511 515.152 669.187 512.572 670.215 411.271 739.035 420.185 737.293 442.402 741.42 456.333 741.42 522.376 747.868 527.535 753.803 524.439 753.803 470.264 753.027 452.981 751.874 421.84 831.196 431.143 831.196 529.598 835.84 533.727 842.548 528.051 843.535 432.238 854.931 433.115 872.989 439.307 884.341 436.211 886.404 528.051 946.771 534.242 940.58 383.583"/><polygon class="cls-13" points="300.278 295.355 296.408 266.719 280.929 266.462 281.703 294.839 300.278 295.355"/><polygon class="cls-13" points="317.046 295.871 316.53 268.01 334.073 268.526 338.974 297.161 317.046 295.871"/><polygon class="cls-13" points="420.495 290.454 419.463 257.174 449.131 258.722 449.647 293.807 420.495 290.454"/><polygon class="cls-13" points="480.346 293.292 478.799 258.465 508.982 259.239 508.208 294.323 480.346 293.292"/><polygon class="cls-13" points="505.886 217.446 518.527 203.515 498.921 200.161 483.7 215.382 505.886 217.446"/><polygon class="cls-13" points="460.74 212.802 473.897 199.387 453.516 199.387 441.134 211.512 460.74 212.802"/><polygon class="cls-14" points="445.375 528.924 442.947 510.102 431.713 507.064 429.587 511.922 425.944 520.727 429.891 519.817 428.373 525.585 432.927 527.407 419.265 553.82 398.922 545.623 394.673 547.748 377.062 572.34 359.15 572.644 357.936 575.681 378.885 579.628 362.186 580.538 360.972 583.877 381.921 586.003 391.333 585.092 396.19 579.628 428.677 582.664 442.035 556.855 446.59 589.646 455.394 590.253 461.467 591.772 464.503 590.556 456.002 582.968 450.84 584.484 451.751 535.908 445.375 528.924"/><polygon class="cls-15" points="368.714 435.823 367.705 422.979 374.002 420.461 379.792 424.238 378.786 437.837 384.326 438.592 392.385 455.212 390.37 460.753 384.326 463.775 383.824 480.647 379.542 518.169 389.362 522.955 386.592 525.472 374.253 522.955 375.764 480.144 373.748 473.092 366.95 498.779 357.633 511.621 358.388 524.213 356.877 524.716 351.589 511.118 361.159 493.237 362.417 470.072 363.928 455.466 356.122 467.049 355.871 480.647 354.862 487.951 351.841 488.204 352.344 484.174 351.841 479.388 350.583 465.034 363.677 438.845 368.714 435.823"/><polygon class="cls-16" points="657.835 360.365 690.34 391.323 687.245 578.615 654.739 606.476 685.697 604.929 713.558 604.929 741.42 612.668 752.255 604.929 729.037 580.163 724.393 451.69 739.872 372.748 657.835 360.365"/><polygon class="cls-11" points="812.622 199.387 797.143 182.361 770.829 173.073 736.776 204.031 729.037 163.786 702.723 165.334 701.175 131.281 694.984 126.637 691.888 101.871 648.548 75.558 603.66 109.611 614.495 137.472 591.277 152.951 617.591 250.467 599.016 330.956 656.287 377.392 704.271 375.844 721.298 392.871 777.021 385.131 806.43 347.982 825.005 355.722 848.223 323.217 859.058 250.467 840.484 248.919 845.127 222.605 835.84 202.483 812.622 199.387"/><polygon class="cls-12" points="564.706 325.281 523.944 289.55 462.287 275.233 388.569 303.061 349.324 393.886 340.022 496.053 353.427 608.535 375.094 622.984 400.889 643.624 340.007 628.147 299.117 628.534 265.707 606.476 284.282 587.902 291.505 513.604 297.696 390.807 260.548 352.368 252.292 317.025 269.32 317.025 268.546 347.982 290.473 367.072 305.952 377.391 314.207 352.625 297.955 328.892 315.756 290.711 315.756 330.956 331.75 349.53 324.526 374.295 348.26 335.083 349.292 298.966 353.42 249.434 398.824 238.083 381.281 293.806 461.77 260.786 532.974 284.004 567.026 317.541 564.706 325.281"/><polygon class="cls-17" points="299.504 161.077 244 76 268 20 406 0 469.769 21.382 485.248 17.513 537.101 52.34 537.101 140.568 525.879 164.56 540.197 191.648 540.197 207.126 561.093 208.674 557.998 173.847 599.79 154.499 657.061 189.326 632.295 245.823 643.904 276.781 630.747 295.355 598.242 308.512 615.269 331.73 603.66 361.139 567.285 351.078 564.189 325.538 539.423 273.685 524.718 296.903 490.665 281.424 487.57 256.658 456.612 264.398 414.82 250.467 389.28 279.102 363.74 270.589 357.549 310.06 317.304 311.608 309.565 341.791 268.546 347.982 229.076 323.99 237.589 254.336 252.294 228.023 283.251 235.762 256.937 180.813 275.512 148.307 299.504 161.077"/><polygon class="cls-18" points="111.962 82.265 92.356 90.521 87.196 126.637 101.643 124.574 102.675 133.861 127.441 117.35 111.962 82.265"/><polygon class="cls-19" points="117.12 113.222 94.418 136.956 85.131 169.978 58.301 217.445 103.698 272.138 142.918 204.031 150.141 134.892 117.12 113.222"/><polygon class="cls-20" points="461.771 1 429.162 59.434 346.475 131.733 250.102 160.659 171.199 244.277 171.199 276.781 135.679 315.479 82.106 353.659 82.106 431.567 106.563 544.563 193.909 645.173 380.249 725.148 370.932 731.34 170.617 682.839 205.556 719.988 193.909 731.34 126.362 717.924 78.612 696.254 0 690.063 0 202.483 57.649 272.138 58.814 201.968 75.118 124.575 49.497 75.043 54.155 1.26 76.865 1.26 77.448 77.107 101.905 121.479 90.259 227.766 107.728 253.564 125.197 193.713 232.342 118.383 329.005 99.809 427.998 1.26 461.771 1"/><polygon class="cls-21" points="214.116 91.036 218.244 78.396 208.956 54.533 193.478 58.595 192.446 82.298 201.733 90.537 182.127 107.04 180.063 149.344 162.52 155.534 177.999 220.543 163.553 253.563 191.414 224.669 187.286 187.52 204.829 217.446 197.606 247.371 220.308 213.318 207.925 173.073 246.105 157.595 248.169 117.608 227.531 91.036 214.116 91.036"/><polygon class="cls-15" points="589.652 448.801 588.232 437.165 581.422 435.463 578.3 438.017 578.584 449.368 572.625 454.76 570.638 484.556 575.179 486.542 573.76 506.406 576.598 508.394 569.22 514.068 571.206 515.204 579.436 514.068 583.976 507.826 583.125 488.813 585.962 489.097 588.517 500.732 591.07 506.975 595.043 514.919 606.962 517.474 607.529 514.637 601.002 512.082 599.299 485.123 601.286 480.299 594.759 450.219 589.652 448.801"/><polygon class="cls-15" points="632.185 448.388 635.423 446.769 632.833 435.761 627.328 433.818 622.795 439.322 625.062 447.741 617.614 453.893 611.786 475.911 617.938 479.796 617.291 486.919 624.09 516.708 615.672 528.04 617.938 530.631 623.443 529.335 628.623 522.86 640.927 525.774 643.517 523.183 631.861 517.356 635.098 486.919 642.869 471.053 635.423 449.36 632.185 448.388"/><polygon class="cls-22" points="517.652 382.437 515.926 373.812 510.986 372.479 508.83 375.576 511.673 384.965 506.978 386.523 504.474 405.337 485.658 407.844 483.777 412.547 494.755 435.129 489.424 442.655 492.246 443.597 500.088 437.36 496.638 417.637 501.029 417.637 506.987 439.242 501.656 444.399 502.911 447.134 507.301 445.522 515.77 437.345 510.124 417.575 522.669 416.315 525.492 409.413 522.669 384.634 517.652 382.437"/><polygon class="cls-22" points="476.735 379.3 476.735 374.282 471.945 373.341 468.923 376.791 470.548 382.751 467.127 385.573 466.407 403.45 458.16 405.646 458.16 411.919 462.659 424.778 456.752 431.678 459.602 433.246 470.278 424.778 465.58 411.605 471.23 411.292 475.623 431.678 474.055 438.264 474.682 441.4 478.133 440.46 481.897 430.423 477.505 410.664 487.856 404.078 488.483 395.296 482.295 382.123 476.735 379.3"/><polygon class="cls-22" points="437.651 370.427 437.457 362.3 432.524 360.365 427.541 365.009 431.048 371.2 422.16 374.296 418.296 394.032 411.334 399.449 422.171 426.537 418.302 435.824 420.624 437.372 428.751 426.537 428.751 405.254 445.39 400.61 447.325 384.357 444.229 374.296 437.651 370.427"/><polygon class="cls-23" points="169.475 305.289 105.497 300.129 92.082 390.937 166.38 395.065 164.316 326.959 169.475 305.289"/><polygon class="cls-24" points="109.882 313.799 107.56 318.443 158.64 320.764 159.413 316.895 109.882 313.799"/><polygon class="cls-24" points="107.56 322.312 157.092 326.182 157.866 330.052 106.786 325.408 107.56 322.312"/><polygon class="cls-24" points="106.786 332.373 106.012 336.243 157.092 341.661 156.318 336.243 106.786 332.373"/><polygon class="cls-24" points="157.866 347.852 103.69 342.435 104.464 349.4 160.187 351.722 157.866 347.852"/><polygon class="cls-24" points="158.64 356.365 101.368 353.27 102.916 358.687 157.092 361.783 158.64 356.365"/><polygon class="cls-24" points="140.839 366.427 103.69 362.557 102.916 367.2 140.065 369.522 140.839 366.427"/><polygon class="cls-24" points="142.387 306.834 140.065 298.32 132.326 299.094 133.1 308.381 142.387 306.834"/><polygon class="cls-25" points="187.799 410.413 199.666 403.706 217.209 415.057 216.176 446.531 207.405 459.946 187.67 448.981 187.799 410.413"/><polygon class="cls-26" points="184.446 452.981 163.163 479.423 149.167 560.491 172.869 607.477 176.464 722.035 153.755 752.484 156.33 755.583 177.998 749.394 191.928 729.789 193.992 656.524 243.006 655.493 237.331 728.758 258.485 740.109 280.155 744.237 280.155 736.497 252.552 719.986 263.129 629.179 263.129 555.397 271.9 534.242 251.262 471.812 218.434 453.431 184.446 452.981"/><path class="cls-27" d="M213.59693,448.59388l-10.44811,5.03057-15.47868-4.6436-3.48271,4.25663,15.47868,9.28721s1.54787,48.37088,2.70877,48.75785,7.73934,3.09574,7.73934,3.09574l1.93484-4.25664-2.3218-36.3749,15.47868,37.14883,3.86967,1.54787,5.03057-5.8045-19.73532-44.88818L218.434,453.431Z"/><polygon class="cls-28" points="199.86 429.052 197.344 426.924 191.927 430.213 195.409 431.374 195.796 429.439 197.151 428.085 199.86 429.052"/><polygon class="cls-28" points="205.18 428.955 209.292 426.005 210.961 428.206 208.953 428.085 208.953 430.019 206.632 430.6 205.18 428.955"/><polygon class="cls-28" points="200.053 427.698 200.44 425.763 196.957 422.861 190.379 426.73 196.183 425.182 200.053 427.698"/><polygon class="cls-28" points="204.503 427.311 207.212 424.215 212.63 425.763 211.662 424.215 206.632 422.667 202.762 425.569 204.503 427.311"/><polygon class="cls-28" points="213.597 450.529 213.21 430.213 209.534 412.025 200.44 406.028 190.766 412.025 191.153 426.15 189.411 430.019 192.701 443.176 187.864 452.077 173.546 447.82 173.739 444.337 179.35 440.855 175.287 439.113 172.772 432.535 179.35 421.506 180.898 410.478 196.183 400.61 213.79 407.575 219.208 414.928 221.53 427.891 226.754 430.793 224.625 438.339 227.528 443.37 226.56 447.046 218.434 453.431 213.597 450.529"/><polygon class="cls-29" points="203.536 440.468 207.018 436.598 202.762 425.569 201.214 438.92 203.536 440.468"/><polygon class="cls-30" points="254.358 532.694 259.517 521.085 233.203 509.219 229.85 510.25 220.562 545.851 244.297 554.623 254.358 532.694"/><polygon class="cls-25" points="260.033 528.052 257.195 527.278 253.325 531.148 239.137 526.504 237.589 529.859 243.006 545.594 249.972 549.722 258.485 538.887 260.033 528.052"/><polygon class="cls-27" points="260.033 528.052 263.903 541.466 256.163 552.688 249.972 549.722 258.485 538.887 260.033 528.052"/><polygon class="cls-31" points="508.83 575.993 510.355 614.117 513.023 656.817 520.648 707.522 508.448 718.196 497.392 721.627 496.63 724.297 509.973 726.965 522.173 721.247 538.185 718.578 535.135 701.803 534.754 655.291 533.992 598.487 545.81 632.417 549.623 661.01 559.916 680.835 570.971 709.809 568.684 727.728 562.585 736.496 564.11 740.309 577.072 738.783 586.985 720.484 582.791 708.285 585.459 701.423 575.928 645.38 564.109 593.912 563.728 571.419 508.83 575.993"/><polygon class="cls-32" points="572.592 567.225 574.308 590.099 567.731 592.101 566.016 596.962 568.303 606.683 571.734 605.253 570.591 599.249 574.022 597.247 574.88 612.402 571.734 615.547 572.306 617.263 577.739 616.691 583.458 611.544 582.886 592.958 588.032 567.225 572.592 567.225"/><polygon class="cls-32" points="515.692 466.72 516.049 469.293 515.084 473.439 519.82 488.308 525.69 489.737 525.409 495.456 531.988 501.889 542.711 495.313 543.999 490.309 542.569 481.445 550.147 467.578 540.997 450.422 519.195 451.708 515.692 455.997 515.692 466.72"/><polygon class="cls-32" points="508.83 566.939 501.109 594.388 505.398 596.39 506.256 602.394 505.112 610.972 501.109 610.686 500.537 605.253 499.108 606.969 498.536 612.974 505.112 616.977 504.255 618.406 499.108 617.834 492.817 613.831 493.675 592.386 494.247 556.931 508.83 566.939"/><polygon class="cls-33" points="549.718 491.739 543.713 492.025 536.279 499.173 528.845 500.317 523.508 493.454 510.355 499.554 501.395 516.329 492.246 542.063 487.957 548.353 494.533 562.364 508.258 569.226 521.125 576.089 546.001 578.662 571.448 571.514 572.878 569.512 580.884 570.942 589.748 568.654 597.468 552.642 591.464 538.06 587.461 525.193 578.311 508.609 563.919 499.936 549.718 491.739"/><polygon class="cls-34" points="535.564 466.863 536.994 466.577 533.563 463.003 530.131 464.432 527.701 466.577 525.842 465.862 528.559 468.435 529.622 467.717 528.416 469.293 529.56 470.151 530.703 470.723 531.99 470.294 532.133 468.864 534.992 469.15 533.705 468.006 530.682 466.999 533.42 465.147 535.564 466.863"/><polygon class="cls-34" points="517.979 463.432 517.121 465.719 517.264 466.72 518.694 465.576 520.441 466.651 519.552 466.577 516.836 468.721 518.408 469.865 520.553 469.722 520.267 467.863 522.84 468.864 521.856 467.522 522.411 467.863 524.127 468.292 524.699 466.434 519.981 463.861 517.979 463.432"/><polygon class="cls-35" points="526.367 468.817 524.413 468.078 521.41 474.297 521.41 475.727 527.225 476.489 526.367 468.817"/><polygon class="cls-36" points="527.225 476.489 521.41 475.727 524.46 478.11 527.225 476.489"/><polygon class="cls-34" points="529.798 482.589 528.368 481.302 521.887 480.421 521.125 481.505 525.604 482.589 529.798 482.589"/><polygon class="cls-37" points="522.84 451.994 516.621 457.498 515.942 467.185 513.958 456.015 519.829 449.144 536.56 443.564 547.571 445.706 552.147 449.708 556.866 467.292 554.578 472.152 550.718 472.867 551.433 474.44 554.578 476.299 554.578 480.301 553.006 480.873 550.147 483.59 545.429 484.019 541.998 482.16 541.426 475.441 546.858 473.01 547.716 468.435 546.144 465.719 543.713 465.576 543.141 467.435 541.569 468.721 541.283 465.433 539.71 455.711 533.563 451.851 522.84 451.994"/><polygon class="cls-38" points="523.508 493.454 531.514 522.239 526.367 570.084 520.839 588.575 506.733 578.853 507.305 569.512 510.545 541.11 513.976 509.466 510.355 499.554 511.689 496.886 522.173 492.502 523.508 493.454"/><polygon class="cls-38" points="546.954 490.405 543.427 507.561 539.758 515.948 540.854 555.787 540.854 576.374 546.954 591.053 566.97 584 569.066 588.384 573.069 584.38 572.878 569.512 564.682 565.7 559.535 555.978 562.013 538.823 560.679 512.517 563.919 499.936 562.967 497.267 549.432 490.023 546.954 490.405"/><polygon class="cls-31" points="543.713 489.38 538.209 496.064 531.311 499.048 525.145 492.605 523.698 492.454 523.698 495.17 526.7 500.603 530.417 503.033 527.987 507.322 527.201 513.47 531.704 514.041 531.704 518.044 534.992 518.616 538.709 516.901 541.855 508.752 536.851 503.033 542.283 499.459 547.001 491.167 545.286 489.165 543.713 489.38"/></g><g id="BrianaE2"><polygon class="cls-39" points="750.573 215.687 750.573 234.105 751.346 242.985 749.431 257.128 755.874 276.862 770.607 292.65 779.123 295.282 778.779 303.833 774.462 315.891 769.152 322.716 772.185 332.777 797.512 341.328 833.232 344.328 828.426 311.398 815.927 303.504 813.297 293.637 815.598 279.165 822.834 269.956 834.676 244.301 820.861 214.042 785.668 187.729 753.321 206.806 750.573 215.687"/><polygon class="cls-40" points="802.993 243.534 801.455 242.436 793.342 240.464 790.709 241.56 791.151 247.481 794.657 247.918 801.235 245.068 802.993 243.534"/><polygon class="cls-40" points="769.335 244.74 761.55 240.902 758.477 241.779 758.262 247.261 761.765 248.577 766.155 247.7 769.335 244.74"/><polygon class="cls-41" points="769.335 244.74 764.562 240.08 759.33 238.847 756.709 239.766 753.867 242.747 758.262 247.263 760.015 247.263 762.645 244.632 761.765 241.78 769.335 244.74"/><polygon class="cls-41" points="785.668 243.314 791.809 238.491 795.757 238.93 802.335 242.656 792.904 241.341 793.784 245.288 791.151 247.481 786.763 244.63 785.668 243.314"/><polygon class="cls-41" points="769.223 239.367 771.196 238.93 770.321 234.105 762.208 228.185 755.629 227.747 752.999 232.131 755.849 229.939 761.112 231.474 769.223 239.367"/><polygon class="cls-41" points="779.747 237.613 788.739 233.009 791.589 231.036 799.045 231.694 802.773 233.885 798.825 228.622 793.784 227.088 784.793 230.158 779.97 233.447 779.747 237.613"/><polygon class="cls-42" points="784.189 258.444 784.928 255.649 780.53 253.428 772.902 240.313 771.227 238.908 769.568 251.198 767.586 258.838 774.487 263.188 778.432 263.188 780.076 261.144 784.189 258.444"/><polygon class="cls-40" points="788.958 274.563 786.975 271.529 773.169 269.544 769.001 272.437 770.101 274.552 777.495 275.7 788.958 274.563"/><polygon class="cls-42" points="784.242 280.33 777.775 279.113 773.169 279.113 772.734 280.99 779.527 284.778 784.353 282.884 784.242 280.33"/><polygon class="cls-42" points="804.745 285.634 786.108 292.87 770.539 292.65 781.943 296.817 792.686 297.475 800.14 292.212 804.745 285.634"/><polygon class="cls-41" points="824.916 241.999 820.31 249.235 822.505 255.154 826.016 249.672 824.916 241.999"/><polygon class="cls-41" points="747.16 770.127 743.179 782.829 762.043 823.305 788.536 851.887 786.972 856.956 761.948 856.956 730.098 841.791 714.931 798.567 717.965 778.85 730.855 746.242 827.164 739.417 857.119 753.067 889.346 757.617 889.346 765.957 852.947 781.882 827.922 781.882 814.65 790.982 796.072 785.675 796.072 756.857 747.16 770.127"/><polygon class="cls-43" points="820.719 306.791 830.766 322.906 827.826 331.342 804.368 329.114 773.298 314.73 758.904 323.084 724.024 423.947 753.603 471.726 743.748 506.61 701.281 755.342 761.19 787.95 784.697 780.367 821.854 760.65 844.984 764.442 859.771 738.658 859.771 590.784 855.222 486.895 854.464 448.978 871.146 415.611 875.696 391.724 848.397 338.262 837.022 309.446 820.719 306.791"/><polygon class="cls-44" points="816.547 444.048 827.353 488.695 825.647 511.16 805.172 511.16 779.01 498.648 761.948 698.846 732.373 742.07 775.597 761.976 834.747 745.483 855.222 745.483 873.421 717.045 871.146 543.01 857.497 443.671 816.547 444.048"/><polygon class="cls-45" points="849.912 529.738 836.264 562.156 837.024 545.38 846.124 522.582 839.299 519.527 831.714 552.878 830.199 596.858 821.857 607.469 813.514 655.243 832.474 663.583 839.299 651.071 840.814 612.019 837.022 599.884 839.299 568.035 856.739 528.602 849.912 529.738"/><polygon class="cls-39" points="819.959 503.198 806.31 511.16 836.264 524.799 853.706 531.628 864.324 527.083 869.631 492.958 862.049 483.103 852.949 477.036 843.849 488.41 838.539 497.13 827.922 488.41 819.959 503.198"/><polygon class="cls-45" points="857.117 478.553 853.138 492.032 857.117 495.993 861.1 482.519 857.117 478.553"/><polygon class="cls-45" points="864.321 431.536 848.397 435.328 842.329 434.571 843.847 422.436 840.814 396.654 830.954 410.304 833.229 429.261 799.105 426.986 795.315 431.914 830.197 451.253 857.497 443.671 864.321 431.536"/><polygon class="cls-41" points="834.258 196.404 802.961 177.758 770.97 179.09 748.298 201.729 748.298 211.942 750.573 209.723 750.573 210.832 754.35 208.615 756.462 205.288 760.288 205.072 761.205 200.644 763.66 201.772 768.326 200.927 770.55 204.783 778.988 202.508 782.32 200.397 783.206 203.064 785.648 206.837 795.414 209.945 802.073 207.725 802.517 212.164 804.292 217.713 809.398 216.381 806.065 226.815 808.956 232.364 812.952 230.808 813.175 240.576 816.72 245.014 820.05 237.247 823.123 231.875 829.599 236.359 831.265 244.275 830.928 244.349 826.713 257.445 824.047 260.774 818.278 260.554 815.616 265.657 814.725 277.866 825.827 268.542 840.254 242.35 842.249 208.391 834.258 196.404"/><polygon class="cls-46" points="782.429 172 779.172 173.303 784.382 183.076 796.11 192.197 798.716 186.333 805.232 188.288 807.838 207.182 817.611 210.439 825.431 207.182 828.686 213.699 836.506 214.347 837.806 222.819 837.157 229.334 845.626 242.362 849.534 239.107 845.626 228.03 844.973 201.97 839.763 194.803 828.035 186.984 813.05 172 790.9 176.56 782.429 172"/><polygon class="cls-47" points="830.197 451.253 834.747 488.41 848.397 477.036 841.572 448.598 830.197 451.253"/><polygon class="cls-47" points="775.597 761.976 797.21 705.671 798.347 661.308 810.86 718.183 802.897 754.582 775.597 761.976"/></g><desc>Briana is looking fierce standing in front of the Boston Common.</desc></svg> <<toggleLayer "BrianaE2" true "" "">>
<style> #BakeriesQ { animation: blink 1.65s infinite; } #CobblerAlleyQ { animation: blink 1.6s infinite; } #ButcherQ { animation: blink 1.55s infinite; } #WestCommonQ { animation: blink 1.5s infinite; } #EastCommonQ { animation: blink 1.45s infinite; } #ManufactoryQ { animation: blink 1.4s infinite; } #StatehouseQ { animation: blink 1.35s infinite; } #TanneryQ { animation: blink 1.3s infinite; } #AuntTeddyQ { animation: blink 1.25s infinite; } #OutsideAuntTeddyQ { animation: blink 1.2s infinite; } #GreenDragonQ { animation: blink 1.15s infinite; } #CobbleryQ { animation: blink 1.1s infinite; } </style> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1024 576"><defs><linearGradient id="linear-gradient" x1="513.886" y1="607.006" x2="513.886" y2="-127.375" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ded6c4"/><stop offset="0.026" stop-color="#dfd8c6"/><stop offset="0.422" stop-color="#f2f0e9"/><stop offset="0.838" stop-color="#e4decf"/><stop offset="1" stop-color="#ded6c4"/></linearGradient><linearGradient id="parchment_gradient" x1="118.754" y1="142.7" x2="62.498" y2="74.861" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ded6c4"/><stop offset="0.059" stop-color="#e4decf"/><stop offset="0.168" stop-color="#ece8de"/><stop offset="0.299" stop-color="#f1eee6"/><stop offset="0.511" stop-color="#f2f0e9"/><stop offset="0.7" stop-color="#f0eee6"/><stop offset="0.834" stop-color="#ece8dd"/><stop offset="0.949" stop-color="#e3ddce"/><stop offset="1" stop-color="#ded6c4"/></linearGradient><linearGradient id="linear-gradient-2" x1="839.873" y1="45.175" x2="839.873" y2="532.301" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e1d9c9"/><stop offset="0.081" stop-color="#e5ded0"/><stop offset="0.26" stop-color="#eae4d8"/><stop offset="0.548" stop-color="#ece6db"/><stop offset="0.777" stop-color="#eae4d8"/><stop offset="0.937" stop-color="#e5ddcf"/><stop offset="1" stop-color="#e1d9c9"/></linearGradient><linearGradient id="linear-gradient-3" x1="815.915" y1="534.592" x2="815.915" y2="56.833" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e1d9c9"/><stop offset="0.025" stop-color="#e2daca"/><stop offset="0.446" stop-color="#ece6db"/><stop offset="1" stop-color="#e1d9c9"/></linearGradient><linearGradient id="linear-gradient-4" x1="737.273" y1="534.592" x2="737.273" y2="56.833" xlink:href="#linear-gradient-3"/><linearGradient id="linear-gradient-5" x1="775.153" y1="534.592" x2="775.153" y2="56.833" xlink:href="#linear-gradient-3"/><linearGradient id="linear-gradient-6" x1="616.285" y1="514.924" x2="616.285" y2="56.869" xlink:href="#linear-gradient-3"/><linearGradient id="linear-gradient-7" x1="969.439" y1="62.908" x2="969.439" y2="57.766" xlink:href="#linear-gradient-3"/><clipPath id="clip-path"><path d="M839.24,96.166s-11.471-.579-14.782-1.5a91.144,91.144,0,0,0-9.886-1.7s-7.049.821-5.867,2.884,8.767,13.366,9.5,17.56,4.773,9.307,9.319,1.2S839.24,96.166,839.24,96.166Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-2"><path d="M826.158,120.738c.579.768,9.619,14.122,9.619,14.122s19.932-29.873,23.5-35.567,6.439-8.453,3.979-8.614-1.656-.46-5.145.742-5.347,2.334-9.439,2.241-6.3-.794-6.765,1.073S826.158,120.738,826.158,120.738Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-3"><path d="M838.851,136.581l1.535,3.9s11.335-8.657,12.932-9.516,2.152-.617,1.81-2.187-3.886-7.76-3.886-7.76a1.267,1.267,0,0,0-2.165.354C848.059,123,838.851,136.581,838.851,136.581Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-4"><path d="M852.155,117.016a3.65,3.65,0,0,1,.936-3.471c1.55-1.913,2.024-3.517,4.08-.17s15.868,26.008,15.631,26.81-4.507,2.828-4.507,2.828a18.134,18.134,0,0,1-2.3-2.808C864.537,138.153,852.155,117.016,852.155,117.016Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-5"><path d="M843.176,141.946c.8-.3,3.171-2.244,6.614-4.5s5.549-3.927,7.169-4.259,1.383.471,3.381,2.5,5.565,8.746,5.056,9.559-8.459,5.9-10.27,8.085-4.258,2.289-5.463-.3S843.176,141.946,843.176,141.946Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-6"><path d="M858.3,108.047c1.278-1.9,6-12.131,8.085-14.33s3.882-4.65,5.642-1.819,17.342,34.66,17.389,35.714-5.81,4.2-7.9,6.138a50.742,50.742,0,0,1-4.472,3.619,3.376,3.376,0,0,1-3.346-1.709C872.51,133.6,858.3,108.047,858.3,108.047Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-7"><path d="M875.787,90.685c.983-2.417.062-4.755,2.238-4.846s13.861-.84,15.528-.118,3.015.4.412,3.152S880.287,100,880.287,100Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-8"><path d="M881.788,103.11s-.478,7.677,3.863,7.232,4.223-3.08,8.754-5.381,13.748-9.549,13.985-10.351a6.581,6.581,0,0,0-2.977-5.685c-2.519-1.48-3.63-1.962-7.605.58S881.243,103.132,881.788,103.11Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-9"><path d="M886.926,114.514s6.09,20.606,10.668,19.359,23.683-12.867,25.482-15.318,4.5-15.238,4.339-18.928-2.5-7.289-4.158-7.748-7.64-.21-7.64-.21Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-10"><path d="M900.217,137.725S909.424,148.7,911,147.31s1.2-3.746,3.54-6.22,4.678-11.285,4.336-12.855-2.258-1.754-5.18-.048S900.217,137.725,900.217,137.725Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-11"><path d="M912.921,153.831s10.876-12.862,11.871-15.016-.281-6.326,3.4-3.31,11.037,15.383,12.5,17.7.043,7.127-2.56,9.876-8.991,6.183-9.784,6.744-3.1-2.247-5.7-5.572S912.921,153.831,912.921,153.831Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-12"><path d="M929.325,173.48s6.081-4.214,8.46-5.9,5.618-2.346,6.847.771,4.73,20.663,6.277,24.823,3.638,8.3,2.573,8.871-8.113,1.394-9.225.912S929.325,173.48,929.325,173.48Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-13"><path d="M905.454,163.647c.508-.813,1.693-4.823,3.018-5.67s1.586-1.122,4.411,1.136,17.714,24.612,20.975,30.549,6.179,10.305,5.386,10.866-5.393,1.28-9.485,1.187l-4.092-.094Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-14"><path d="M900.375,172.044s1.185-4.01,2.227-5.11,2.576,2.8,4.892,5.87,14.839,27.371,15.441,28.666-3.182,1.981-3.182,1.981Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-15"><path d="M955.071,194.853l1.442,1.788,2.2,6.51s12.714-2.113,12.951-2.915-3.188-28.913-4.568-35.456-2.562-8.607-2.562-8.607l-17.921,7.61Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-16"><path d="M929.089,131.243l3.977-27.1s17.22,19.615,20.2,25.3,9.235,23.908,9.235,23.908-15.178,8.025-16.1,5.686S931.3,131.943,929.089,131.243Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-17"><path d="M948.334,208.863c-.2,1.593-1.258,8.5-.442,8.468l14.144-.588s3.517-6.748.785-6.9S948.334,208.863,948.334,208.863Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-18"><path d="M927.117,209.746c-1.654.069.743,4.458.743,4.458l14.677-.875s1.433-4.548.617-4.514S928.749,209.678,927.117,209.746Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-19"><path d="M911.077,216.75a15.341,15.341,0,0,1,4.46-3.882,17.116,17.116,0,0,1,4.543-2.037s3.91,8.286,4.819,10.361-7.608,6.653-7.608,6.653Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-20"><path d="M890.968,180.677l6.5-6.664,19.389,31.671L908.69,212.1l-18.184-25.672A4.48,4.48,0,0,1,890.968,180.677Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-21"><path d="M895.446,146.9c.474-1.6,1.29-1.638,2.355-2.211s.45-2.131,2.448-.1,6.9,8.162,6.937,8.952-3.373,3.837-4.142,4.926-.971,2.68-2.507-1.216S895.446,146.9,895.446,146.9Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-22"><path d="M882.6,158.261c-.614-1.559-1.7-1.513.144-2.91s8.731-5.909,9.807-6.217,3.062,1.456,4.951,7.187,2.185,6.246.907,8.148-6.2,7.651-6.2,7.651-1.608.595-2.541-2.007S882.6,158.261,882.6,158.261Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-23"><path d="M878.8,152.61c-1.737-2.3-4.916-6.4-4.986-7.978s-.91-2.075,1.752-3.506,14.859-9.067,14.859-9.067,3.474,4.608,5.188,6.385.175,3.954-1.931,5.625S878.8,152.61,878.8,152.61Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-24"><path d="M877.074,156.642c-.319-1.043-4.547-10.372-5.907-10.316s-4.838,1.522-4.236,2.817,4.548,10.373,6.724,10.282S877.074,156.642,877.074,156.642Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-25"><path d="M874.918,163.333c1.076-.309,2.036-3.253,3.68-3.057s3.594,1.17,3.641,2.225,7.077,12.115,6.852,13.181-2.615,2.485-3.419,2.782S874.918,163.333,874.918,163.333Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-26"><path d="M863.347,172.792c.866-1.146.225-1.066,3.135-3.035s4.958-4.959,6.377-3.7,7.94,13.136,8.826,14.684-7.29,7.7-7.29,7.7-2.685.9-3.866-1.159S862.317,174.155,863.347,172.792Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-27"><path d="M860.735,169.2c1.325-.847,9.287-5.667,10.08-6.228s2.117-1.409.4-3.186a38.06,38.06,0,0,1-4.679-7.2c-.307-.779-1.17-1.8-3.583-.907s-8.21,5.358-8.447,6.16a3.915,3.915,0,0,0,.424,3.415C855.807,162.544,860.735,169.2,860.735,169.2Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-28"><path d="M874.793,197.4c-.615-1.559-2.554-2.27.061-4.755s10.329-6.767,10.329-6.767-5.8,16.612-6.609,16.91S874.793,197.4,874.793,197.4Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-29"><path d="M881.835,208.725c.155-2.647,4.561-13.92,5.295-15.8s2.118-1.408,4.138,1.148,8.391,11,8.461,12.586-.462,1.868-3.373,3.837-11.816,3.924-11.816,3.924Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-30"><path d="M887.517,220.106c-2.5-.952.295.516,5.689-.764s10.538-2.023,10.2-3.593,1.682-5.087-2.079-3.874-15.093,3.8-13.511,8.747" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-31"><path d="M874.849,223.274s2.8-4.341,3.563-5.693,1.111.482,1.974,1.5-.462,1.867-1.5,2.967S874.849,223.274,874.849,223.274Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-32"><path d="M871.142,231.877c-1.053.836-.734,1.879-.368,3.976s-1.2,3.747.233,5.272,3.288.391,6.019.541,3.455-1.992,4.605-6.792,2.63-8.295.489-7.414S871.142,231.877,871.142,231.877Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-33"><path d="M858.036,237.44c-1.337.583-1.249,2.56-1.078,3.345s1.562,7.592,2,8.366.988.751,2.975-.52a61.228,61.228,0,0,0,6.419-5.812s.651-.687,0-3.168-.7-6.572-1.776-6.263S858.036,237.44,858.036,237.44Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-34"><path d="M846.92,214.138s-.618-4.727,1.245-5.729,18.123-9.2,19.851-10.2,2.36-2.079,3.779-.817,5.831,8.6,5.831,8.6-5.295,15.8-5.917,17.144-1.847,4.434-3.03,5.407-13.793,5.459-13.793,5.459Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-35"><path d="M833.831,220.1a3.9,3.9,0,0,1,2.308-3.264c1.071-.441,6.666-3.314,6.666-3.314a2.281,2.281,0,0,1,1.951.975c.591,1.032,8,20.659,8.154,21.048s-.486,1.341-1.136,2.028-8.547,3.92-8.547,3.92a9.106,9.106,0,0,1-1.442-1.788C841.053,238.542,833.831,220.1,833.831,220.1Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-36"><path d="M832.633,174.6c-.519-2.487-.665-5.782,2.727-12.26s5.765-11.329,5.765-11.329.6-1.874,2.443-.234,25.055,39.62,25.055,39.62.774,2.081-.954,3.077-21.921,12.661-21.921,12.661-1.23-.08-2.163-2.682S832.633,174.6,832.633,174.6Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-37"><path d="M796.669,205.535s1.474-3.626,2.527-4.462,2.235,1.227,2.66,1.6,5.712-9.479,7.227-12.182,5.737-11.989,8.488-14.48,11.247-10.633,12.42-14.907,5.1-14.074,5.165-15.661.221-4.234.221-4.234,4.316,2.065,4.539,4.036-3.418,12.024-6.093,16.228-2.862,9.229-5.523,10.66-11.739,11.842-14.6,18.034-9.241,19-10.638,21.3-.688,2.933-1.988,1.271S796.669,205.535,796.669,205.535Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-38"><path d="M804.727,218.27a7.4,7.4,0,0,1,.435-5.563c.77-1.089,9.6-20.071,13.715-25.655s5.936-7.508,7.651-8.768,2.782-4.868,5.363,1.1,8.389,23.283,9.157,25.232,2.522,4.648-2,7.08S810.8,226.2,810.8,226.2s-.882,1.621-2.938-1.726A40.841,40.841,0,0,1,804.727,218.27Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-39"><path d="M813.262,235.605a26.463,26.463,0,0,0-1.807-3.885s-1.56-1.387,1.255-2.429,16.544-7.949,16.952-7.966,1.113-2.555,3.05,1.193,7.494,18.436,7.494,18.436,1.259.739-1.25,2.56-15.846,8.316-15.846,8.316-.94.3-2.411-2.144S813.262,235.605,813.262,235.605Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-40"><path d="M804.651,238.076s-2.724-3.055-1.4-3.9a16.574,16.574,0,0,1,3.324-1.855c.941-.3,1.763-.2,3.092,2.116s8.309,18.4,8.309,18.4a1.832,1.832,0,0,1-.427,2.658c-1.591.991-4.383,2.559-4.383,2.559s-.946.171-1.879-2.43S804.651,238.076,804.651,238.076Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-41"><path d="M799.411,230.505c.6-1.3.943-6.377,1.831-7.866s1.3-1.506,2.324.168,3.6,4.47,2.149,5.455-4.49,3.223-5.022,3.51S798.913,231.582,799.411,230.505Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-42"><path d="M795.693,226.567s4.055-6.9,4.109-8.753a10.238,10.238,0,0,0-1.889-5.73c-1.323-2.189.489-7.414-2.753-3.714s-4.678,11.284-4.678,11.284Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-43"><path d="M786.488,224.837c-.119.4-1.859,13.412.341,13.848s5.08-2.191,5.08-2.191Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-44"><path d="M782.992,225.907c.018.395,1.513,12.611.773,14.358a5.526,5.526,0,0,1-2.858,3.155,25.514,25.514,0,0,0-3.816,3.064,8.076,8.076,0,0,1-3.4-2.9c-1.318-2.058-9.394-15.188-8.991-15.337a31.042,31.042,0,0,0,7.888-.328C777.865,227.044,782.992,225.907,782.992,225.907Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-45"><path d="M793.526,242.235s-1.443,1.249-1.107,2.687,1.378,9.58.767,14.226a41.72,41.72,0,0,0-.419,8.995c.153.39.969.356,3.654-.548s4.821-1.917,4.8-2.444-.47-4.469-1.15-4.441-3.768,1.081-3.057-1.325,1.374-2.829,1.026-4.531S793.526,242.235,793.526,242.235Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-46"><path d="M802.511,269.718s-2.755-.677-2.283.755,1.835,7.581,1.835,7.581L805,276.612Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-47"><path d="M792.219,274.239s-.971,2.681-.557,2.8,3.719.9,3.826.237a28.3,28.3,0,0,0,0-3.037Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-48"><path d="M797.4,271.119c-.118.4-.285,2.785-.285,2.785l2.323.167.049-1.982-1.123-.746Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-49"><path d="M798.975,279.107c1.23.081,1.9-.079,1.716-1.26s.248-.538-.189-1.18S797.745,279.026,798.975,279.107Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-50"><path d="M786.519,274.74c.182,1.049.342,1.57,1.7,1.514s2.164-.354,2.265-1.151,1.6-.727.1-.8a8.376,8.376,0,0,0-1.5-.07A14.716,14.716,0,0,0,786.519,274.74Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-51"><path d="M768.267,259.525c.578-1.594,11.7-9.6,13.134-11.108s2.657-4.6,3.283-2.777.713,16.077.907,17.389-4.07,3.47-6.023,5.531-3.147,2.772-5.044-.054S767.782,260.865,768.267,259.525Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-52"><path d="M787.945,251.577c-.315,2.125.791,2.476,1.743,2.436s1.3-1.374.989-2.286S787.945,251.577,787.945,251.577Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-53"><path d="M787.634,256.871a2.349,2.349,0,0,0,2.282,2.281c.544-.022,1.041-1.1.87-1.884s2.123-1.277-.738-1.29S787.634,256.871,787.634,256.871Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-54"><path d="M749.035,265.21c2.187-2.31,14.39-7.332,17.68-9.977s5.548-3.928,6.051-4.873.64-.951-.406-3.019-6.978-9.876-7.444-11.177-.857-.888-2.034.217-8.994,9.22-10.629,15.361-3.223,10.3-3.436,11.628S748.644,265.622,749.035,265.21Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-55"><path d="M746.067,284.344c1.2-4.06.367-10.181.982-11.659s1.51-2.835,4.615-3.492,11-6.927,12.481-7.384,2-.876,5.036,2.959,5.608,6.631,4.714,7.989-11.021,9.568-11.814,10.129-.492,1.209-3.773.949a18.114,18.114,0,0,0-8.652,1.548C747.385,286.4,745.475,286.349,746.067,284.344Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-56"><path d="M745.357,295.992c-.088-1.977-.607-4.464.021-5.678s3.816-3.063,7.074-3.331,6.517-.535,7.764-.059,1.939.712,1.879,2.43-2.148,13.028-2.474,14.89l-.326,1.862s-14.183-6.408-14.1-7.6S745.357,295.992,745.357,295.992Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-57"><path d="M764.951,289.236c.486-1.341-.206-1.576,1.018-1.627a18.1,18.1,0,0,1,3.565.512s.579.768.277,3.157-1.843,16.843-2.092,17.382-.367.939-1.478.457a27.542,27.542,0,0,1-3.364-2.1,2.535,2.535,0,0,1-.229-2.1C763,303.575,764.951,289.236,764.951,289.236Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-58"><path d="M773.815,289.4c1.94.293,3.606,1.434,3.765,1.956a38.653,38.653,0,0,1-.543,9.264c-.693,2.8-1.408,11.28-1.928,11.83s-1.218.183-2.04.085-3.861-1.028-3.748-1.561,2.12-16.723,2.446-18.584S772.443,289.188,773.815,289.4Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-59"><path d="M780.571,294.263c1.236.212,1.473-.59,1.276,1.135s-1.806,5.356-.3,5.557,1.614-.463,1.816-2.056.179-2.119,1.279-1.9,1.377.339,1.3,1.794-1.987,1.271-.071,1.455a32.053,32.053,0,0,1,3.429.517,42.8,42.8,0,0,1-.8,6.635c-.587,2.136-1.158,7.7-2.086,8.272s-3.832-.369-5.617-.691-3.436-.649-3.269-3.032,2.529-16.74,2.529-16.74Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-60"><path d="M790.8,285.256c.029.659-.845,8.616-.845,8.616s2.619.684,3.146.266,1.53-8.513,1.53-8.513Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-61"><polygon points="761.236 313.022 760.844 316.471 765.622 316.668 766.162 313.477 761.236 313.022" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-62"><path d="M773.514,319.508s-3.283,12.019-2.834,12.924,1.916.185,4.772.066,5,2.036,4.6-.851-1.242-9.586-1.153-10.646S773.514,319.508,773.514,319.508Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-63"><path d="M768.358,319.987s.447,3.942-1.706,4.56a30.714,30.714,0,0,0-3.489,1.2s-4.043,7.165-4.89,9.577-1.238,2.824,1,4.183,4.675,4.03,5.077,3.881,7.405-23.543,7.405-23.543l-3.441-.781Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-64"><path d="M765.058,319.332s0,3.168-1.332,3.752-2.431.5-2.674,1.167-5.523,10.66-5.629,11.325-4.18-2.071-4.18-2.071l8.606-14.88,4.263.878Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-65"><path d="M756.847,315.449s3.26-3.3,2.557-3.8-16.516-9.875-16.516-9.875l-9.147,8.83,5.313,6.116-6.592,8.064s8.717,9.143,9.68,9.367,9.592-11.093,9.592-11.093l-2.34-3.6,3.433-5.556Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-66"><path d="M729.757,319.084c1.271,1,.762,1.817,1.968,1.371s3.544-3.052,3.544-3.052l-1.584-1.915Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-67"><path d="M756.371,341.609c1.685,1.118,8.756,13.1,8.756,13.1s-.83,15.085-1.221,15.5-16.319-11.6-16.844-14.217,5.8-10.539,5.8-10.539Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-68"><path d="M741.3,345.8s2.551-3.935,3.089-4.089,4.7,1.52,5.812,2,.472,1.433-.546,3.059a28.245,28.245,0,0,1-3.615,4.508c-.657.555-1.644-.2-2.5-1.085a18.274,18.274,0,0,1-2.062-3.478Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-69"><path d="M763.961,346.838c1.311,1.926,4.37,9.456,4.37,9.456s-2.385,13.829-2.338,14.884,2.565,2.533,4.912,3.228,3.952-3.069,3.952-3.069l2.552-16.213a9.424,9.424,0,0,0-2.4-1.88C773.756,352.636,763.961,346.838,763.961,346.838Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-70"><path d="M780.624,356.971c2.07.574,2.53,1.743,2.146,2.287s-2.4,16.471-2.381,17-1.189.841-2.029.348-2.236,1.81-1.743-2.436,2.3-15.674,2.3-15.674Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-71"><path d="M785.5,359.408c1.65.328,1.9-.079,2.489.821s3.345,13.987,3.812,15.288.513,2.355-1.255,2.429a61.364,61.364,0,0,1-6.428-.525s-1.443,1.248-1.193-2.327S785.5,359.408,785.5,359.408Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-72"><path d="M720.351,346.672c1.572,1.651,6.123,5.95,6.543,6.2s1.241.344,3.619-1.339,9.864-11.1,9.864-11.1,2.265-1.15-.708-3.667-5.26-4.93-5.26-4.93.5-.945-2.389,1.42S720.351,346.672,720.351,346.672Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-73"><path d="M710.96,337.689c1.028,1.674,5.715,5.967,5.715,5.967s1.607,2.442,4.086-.038,9.828-11.894,9.828-11.894-2.7-2.528-4.3-1.67-5.468-3.469-6.444-3.956-1.81,2.187-2.834,3.682S710.96,337.689,710.96,337.689Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-74"><path d="M693.01,301.6c.23,2.1.526,11.86.691,12.513s1.135,1.009,5.269-1.011,4.922-2.713,5.5-2.077,8.975,11.905,9.927,11.865,6.886-4.511,6.466-4.758-13.473-15.018-14.845-15.225S693.01,301.6,693.01,301.6Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-75"><path d="M699.108,353.1c.118-.4,1.765-6.279,3.232-7s6.306-5.279,6.306-5.279,10.225,9.344,12.8,12.141,5.325,3.343,3.491,5S716.7,368.74,715.6,368.653s-2.908-1.067-5.053-3.354Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-76"><path d="M719.681,371.52c.515-.682,6.533-9.381,10.977-13.659s7.555-7.839,7.555-7.839a6.757,6.757,0,0,1,2.139,2.155c1.164,1.668-1,5.059-2.546,7.1s-15.07,16.6-15.07,16.6-2.643-1.211-3.1-2.38A2.3,2.3,0,0,1,719.681,371.52Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-77"><path d="M724.319,377.8c.255-.407,14.083-17.353,15.8-18.612s2.391-4.456,3.39-3.442a60.2,60.2,0,0,1,5.6,6.5,57.5,57.5,0,0,0,5.59,6.237s15.189,35.278,16.565,38.653,3.42,6.459,1.911,9.294-1.7,4.692-4.71,4.421-9.126-6.089-10.97-7.729S724.319,377.8,724.319,377.8Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-78"><path d="M759.63,372.1a27.769,27.769,0,0,0,6.987,3.934c2.217.831,4.275,1.142,4.026,1.68a40.336,40.336,0,0,0-1.534,5.345c-.1.928,2.685,8.338,3.264,9.106s5.83,11.639,5.179,12.326-4.021,1.488-4.021,1.488a31.935,31.935,0,0,1-2.186-3.21c-.887-1.547-11.439-27.512-11.763-28.687S758.359,371.1,759.63,372.1Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-79"><path d="M771.384,385.212a42.5,42.5,0,0,1,.724-5.179c.362-1.071,1.261-2.3,2.755.677s13.708,29.531,14.021,30.442.632,1.954-.829,2.807-3.449,2.124-4.8-.724S771.384,385.212,771.384,385.212Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-80"><path d="M774.362,409.38c.756,1.685,1.777,6.263,2.2,6.641s1.922.317,3.4-.141,1.059-.7.535-3.323-1.707-4.682-2.931-4.631A8.567,8.567,0,0,0,774.362,409.38Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-81"><path d="M777.259,379.422c3.051,1.194,3.625-1.206,5.3,2.685s5.7,8.74,4.881,5.606-1.747-5.605-1.918-6.39,4.494-.055,6.161.668,2.252,1.623,3.085,1.984,1.248.476,1.325-.847a8.148,8.148,0,0,1,.445-2.263s2.454.03,2.217.832-1.533,2.308-.433,2.526,2.471.426,2.471.426l.451-2.131,1.271,1-.049,1.982,2.2.437s6.291.53,6.705.645.36,1.965-.864,2.016-17.7-2.7-18.247-2.805-2.778-1.2-2.442.233-.138,3.043-1.22,3.22-1.166,1.368-2.289.623.626,1.822.626,1.822,4.762,18.285,8.647,16.8,5.573-3.4,7.607-3.617a1.979,1.979,0,0,1,2.376,1.354,23.174,23.174,0,0,1-2.248,1.545c-.4.149-10.013,4.642-10.013,4.642a70.883,70.883,0,0,1-5.756-6.89c-1.465-2.315-10.1-24.928-10.1-24.928" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-82"><path d="M795.026,414.461c1.733-.864,6.229-3.955,7.979-4.424s3.218-1.19,4.712,1.784,6.669,12.133,6.291,12.808-6.832,2.661-8.429,3.52-2.484,2.347-3.637.943a76.233,76.233,0,0,1-5.18-9.29C796.449,418.891,795.026,414.461,795.026,414.461Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-83"><polygon points="828.702 402.631 827.22 409.161 834.091 410.46 836.531 404.021 828.702 402.631" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-84"><polygon points="827.694 398.316 826.994 400.985 830.039 402.047 831.389 398.69 827.694 398.316" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-85"><path d="M836.515,400.589a25.641,25.641,0,0,0,.016,3.432c.153.39,2.891.672,2.891.672l-.01-3.3Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-86"><path d="M834.866,409.5c.414.115,3.305.787,3.305.787l-1.226,3.088s-3.814.026-3.417-.254S834.866,409.5,834.866,409.5Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-87"><polygon points="825.046 406.215 827.795 406.761 826.877 410.628 823.985 409.956 825.046 406.215" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-88"><path d="M786.681,416.789s5.087-2.06,5.382-1.544,5.653,10.722,6.261,12.149a2.891,2.891,0,0,1-1.593,4.027c-2,1.007-3.442,2.256-3.608,1.6s-6.626-14.246-6.809-15.3S786.681,416.789,786.681,416.789Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-89"><path d="M771.57,423.226c.65-.687.172-2.251,3.668-3.321a42.416,42.416,0,0,1,5.931-1.435c1.621-.331.841-2.543,2.637,1.079s5.888,12.957,6.479,13.989a1.686,1.686,0,0,1-.569,2.532c-.935.435-2.88-.409-5.7-2.536S771.57,423.226,771.57,423.226Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-90"><path d="M763.712,442.7s2.449-12.38,2.7-12.786,1.463-3.89,3.255-3.436,22.809,16.61,23.235,16.988,1.554,1.256-.286,2.785-20.305-.08-21.4-.166-7.663-.738-7.663-.738A9.558,9.558,0,0,0,763.712,442.7Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-91"><path d="M736.041,427.081a117.231,117.231,0,0,1,13.22,3.146c6.356,1.98,13,4.213,13,4.213s.876-1.753,1.486-3.363,1.482-6.531.637-7.155-7.753-8.919-10.236-9.608-3.335-1.446-3.294-.523l.041.922-11.2-.59Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-92"><path d="M736.234,431.429c-.019-.416-.2,20.076-.2,20.076s1.294,1.53,2.241,1.359a76.9,76.9,0,0,0,6.938-3.325s2.652-17.009,1.966-17.113S736.245,431.693,736.234,431.429Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-93"><path d="M750.093,433.625l-.689,15.211s4.749-.461,5.429-.489,2.986-.257,2.986-.257l2.372-11.056Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-94"><path d="M699.891,410.762s-3.477,10.706-3.418,12.024-.488,4.377,2.126,4.928,20.422,2.715,24.745,1.875,9.581-2.115,9.581-2.115l2.923-13.984s-25.74-21.24-26.7-21.333-2.722,3.15-2.722,3.15L701.36,407l9.814,3.156s.276,3.157-.676,3.2S699.891,410.762,699.891,410.762Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-95"><path d="M710.323,387.884c.113-.533,5.1-10.906,5.1-10.906s.983-2.417,3.525-.411S750.237,409.2,750.237,409.2l-.783,3.861-10.383-.624s-11.9-7.162-12.129-9.265-.418-3.283.08-4.36-7.448-5.1-7.448-5.1-1.751.469-1.857,1.134-1.65-.328-1.65-.328Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-96"><path d="M688.445,376.912c-1.283-1.267-2.223-.964-1.1-3.255s8.05-15.121,8.05-15.121.7-2.538,3.826.237,14.485,13.259,14.485,13.259a8.237,8.237,0,0,1-.8,3.466c-.87,1.885-6.729,11.106-6.729,11.106s-.723,2.142-3.241.663S688.445,376.912,688.445,376.912Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-97"><path d="M683.884,400.074s6.3-11.485,6.8-12.561a2.345,2.345,0,0,1,3.625-1.207c2.093,1.1,8.211,3.883,7.844,4.822s-3.1,6.862-3.6,7.939-5.109,1.533-7.268,2.019S683.121,401.293,683.884,400.074Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-98"><path d="M679.232,408.848c.248-.538.534-3.322,1.492-3.23s.975.487,2.335.431,1.515-2.7,1.515-2.7l3.441.781s.084-1.191.492-1.208,4.269,1.01,4.269,1.01l1.7-1.523,2.88.409-3.027,8.575a40.109,40.109,0,0,1-4.5-.077C687.917,411.128,679.232,408.848,679.232,408.848Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-99"><path d="M674.3,423.576c.086-.409,3.347-10.569,3.347-10.569s-.07-1.581,2.815-1.041,12.93,2.763,12.93,2.763a5.638,5.638,0,0,1,.016,3.431,14.024,14.024,0,0,1-2.823,3.947l-.363,4.107a3.358,3.358,0,0,1-2.288.624c-1.5-.07-13.411-1.291-13.411-1.291A3.313,3.313,0,0,1,674.3,423.576Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-100"><path d="M693.883,432s-.625-1.822,1.012-1.759,7.207,2.737,10.891,2.848,10.111.636,15.516-.381,5.542-1.023,6.89-1.343,4.134-2.02,4.3,1.669.06,19.8-.189,20.34-.587,2.136-3.324,1.854-10.236-.366-13.469-2.608-10.811-7.208-14.594-9.559a73.014,73.014,0,0,0-7.537-4.043,3.393,3.393,0,0,1-.1-2.372C693.6,434.919,693.883,432,693.883,432Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-101"><path d="M692.423,442.1c1.277,1.135,16.221,9.359,18.331,10.856s7.774,3.241,12,3.329,6.219,1.986,6.219,1.986l-.332,1.73s-3.6,1.734-4.75,3.5-2.05,6.026-2.836,6.719a3.534,3.534,0,0,1-3.945.164c-1.537-.86-26.454-12.762-27.015-13.134s-3.583-.908-2.612-3.588S692.423,442.1,692.423,442.1Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-102"><path d="M670.473,441.822c.525-1.136,4.453-10.219,4.82-11.158s-1.045-2.069,1.822-1.924,11.24,1.513,11.24,1.513a9.646,9.646,0,0,1-.061,4.755c-.711,2.406-4.01,10.992-4.229,12.19s-1.438,1.38-3.105.657-10.607-2.6-10.607-2.6A17.021,17.021,0,0,1,670.473,441.822Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-103"><path d="M648.669,414.08c.318.282,3.8-3.326,5.928-4.6s3.318-1.986,5.932-1.435,9.353,1.988,11.4,2.166,3.169.793,3.187,1.188-3.382,9.778-3.72,11.376-5.345-.7-5.345-.7l-15.543-6.351Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-104"><path d="M652.144,418.689l.765.347c3.109,1.413,14.749,6.693,17.029,7.626,2.637,1.078,2.819,2.127,2.38,4.522s-3.838,11.777-5.068,11.7-8.011-2.439-10.789-3.643-7.632-3.116-7.65-3.511-.207-10.817.487-13.618A4.573,4.573,0,0,1,652.144,418.689Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-105"><path d="M667.946,446.284c.42.247,2.436-.365,2.483.689s-.619,7.551-.619,7.551,7.325,2.336,7.7,1.66S679.3,450.3,679.3,450.3s2.827-.778,2.755.677-2.128,10.386-2.128,10.386a29.48,29.48,0,0,0-5.493-.959c-4.659-.6-10-4.2-10-4.2Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-106"><path d="M713.28,113.288s-6.563-.519-5.607,2.609.525,11.861,1.353,12.09,27.155-2.186,27.322-4.569.706-14.816-.417-15.561S713.28,113.288,713.28,113.288Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-107"><path d="M710.2,136.123c.059,1.318.316,7.117,1.132,7.083s13.27-1.873,16.5-2.8a46.318,46.318,0,0,0,6.695-2.655,19.548,19.548,0,0,1-.187-4.217c.191-1.856.276-6.084.276-6.084s-22.721,3.849-23.786,4.422S710.2,136.123,710.2,136.123Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-108"><path d="M712.859,146.839c.047,1.054-.205,7.666.883,7.62s4.068-.433,4.115.621-1.5,9.3-1.5,9.3L703.73,186.825,715.7,192.4s9.872-17.045,11.364-20.276,7.285-20.106,7.382-24.071a18.433,18.433,0,0,0-.529-5.787Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-109"><path d="M700.109,191.2,690.6,210.343s11.444,6.125,12.509,5.553,9.814-18.364,9.814-18.364Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-110"><path d="M717.915,199.437l7.85,4.954s-.19,1.857-.4,3.186-7.813,14.319-7.813,14.319-.463,1.868-2.709.377-7.578-4.966-7.578-4.966-1.372-.207.132-3.174S717.915,199.437,717.915,199.437Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-111"><path d="M729.014,210.065a45.437,45.437,0,0,1,1.508,9.443,65.368,65.368,0,0,1-.384,9.786,34.155,34.155,0,0,1-4.173-1.939c-2.235-1.227-5.51-1.355-5.332-3.475s2.238-4.846,3.493-7.274A46.588,46.588,0,0,1,729.014,210.065Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-112"><path d="M678.972,175.445l18.953,9.509s9.111-9.62,8.486-11.443-14.282-8.647-14.282-8.647-.924,3.735-5.785,4.729-5.736-.289-7.3,1.36a6.359,6.359,0,0,0-1.776,2.978" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-113"><path d="M702.75,121.647l5.952,35.926s5.7-.5,3.983,3.795a49.132,49.132,0,0,1-4.534,8.374l-12.637-8.451s3.741-7.813,3.449-14.4-2.7-11.77-.133-15.309S702.75,121.647,702.75,121.647Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-114"><path d="M724.605,184.372c-1.22,3.22-4.712,10.494-4.712,10.494a9.951,9.951,0,0,0,5.922,4.507c4.422,1.4,7.216-3.2,8.009-3.766s3.194-1.717,3.112-3.562-.991-3.92-1.544-10.234S725.825,181.153,724.605,184.372Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-115"><path d="M737.8,199.138l-7.88,6.665,5.4,11.129,6.661-3.445s-3.957-9.341-4.015-10.659Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-116"><path d="M743.746,216.582,735,222.226l-.582,5.305s1.842,4.676,2.965,5.422,4.551,4.3,5.343,3.738a10.181,10.181,0,0,1,4.247-2.553c3.218-1.19,4.531-2.3,6.47-1.589a12.006,12.006,0,0,0,4.66.6c.816-.034,3.986-2.278,3.986-2.278l-2.3-2.809s-5.2-.575-8.6-3.339A58.175,58.175,0,0,1,743.746,216.582Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-117"><path d="M746.88,238.1s3.419-2.783,5.323-2.862a20.521,20.521,0,0,1,4.1.357s-1.127,5.328-2.487,5.385S746.88,238.1,746.88,238.1Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-118"><path d="M745.955,241.838l-2.416,6.966s3.38,2.5,3.889,1.686,2.44-6.439,2.44-6.439Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-119"><path d="M736.839,239.049c-.463,1.867-3.28,5.945-2.452,6.175s6.6,1.309,7.1.232,3.112-3.562,2.012-3.78S736.839,239.049,736.839,239.049Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-120"><path d="M635.295,179.9s50.177,25.373,51.005,25.6,1.62-.331,3.112-3.562,3.66-9.658,4.169-10.471,2.957-.915-1.24-3.381-18.715-10.311-18.715-10.311,1.663,6.8-12.847,5.287-15.9-2.243-18.92-2.646S635.295,179.9,635.295,179.9Z" style="fill:#ded6c4"/></clipPath><clipPath id="clip-path-121"><path d="M650.51,291.052l15.106-28.089s5.9,1.867,6.953,1.119,18.266-38.783,18.9-40.921-.311-7.028,4.466-5.819,37.9,18.843,37.9,18.843a52.624,52.624,0,0,0-2.544,8.2c-.9,4.262,1.762,6.968,6.524,7.826s5.14,1.195,5.6,3.288-1.6,21.19-1.671,27.882-.813,14.468-2.533,16.652-15.936,17.562-18.615,14.5-12.119-11.114-14.042-13.5-16.1-2.5-16.87-3.523,2.139-17.34,2.439-18.761-2.964-1.285-2.964-1.285L685.292,297s-19.222.8-21.777.554S650.51,291.052,650.51,291.052Z" style="fill:#edeae0"/></clipPath><clipPath id="clip-path-122"><path d="M688.176,214.5s-13.1-8.608-14.958-9.587-2.964-1.285-3.581,1.205-5.574,13.61-7.247,16.848-6.357,4.137-5.062.563,7.185-18.254,7.833-20.041-.488-2.8-4.918-4.372-31.953-15.922-34.917-17.207-8.689.714-12.036,7.19-15.239,41.472-10.534,57.471,8.391,25.352,10.3,27.385,9.254,3.839,9.254,3.839-.944-4.889,1.341-2.52,2.192.261,2.285,2.369-2.87.824.094,2.109,20.777,9.7,20.777,9.7,11.268-16.311,12.392-23.751,3.569-9.654,6.139-9.057,5.5,1.18,5.5,1.18l16.831-38.371S691.5,215.766,688.176,214.5Z" style="fill:#edeae0"/></clipPath><linearGradient id="parchment_gradient-2" x1="655.523" y1="477.438" x2="655.523" y2="-233.445" xlink:href="#parchment_gradient"/><linearGradient id="parchment_gradient-3" x1="692.877" y1="499.474" x2="692.877" y2="-221.602" xlink:href="#parchment_gradient"/><clipPath id="clip-path-123"><path d="M713.368,321.784H602.55V253.506l10-10h90.818l10,10Z" style="fill:none"/></clipPath><clipPath id="clip-path-124"><path d="M561.862,321.97H453.021V252.555c3.9-3.9,4.455-4.039,8.353-7.937H553.51c3.9,3.9,4.454,4.039,8.352,7.937Z" style="fill:none"/></clipPath><linearGradient id="linear-gradient-8" x1="508.395" y1="282.414" x2="508.395" y2="235.168" gradientUnits="userSpaceOnUse"><stop offset="0.006" stop-color="#eb474d"/><stop offset="1" stop-color="#5d3d6b"/></linearGradient><clipPath id="clip-path-125"><path d="M413.519,449.333H304.678V379.918c3.9-3.9,4.455-4.039,8.353-7.937h92.136c3.9,3.9,4.455,4.039,8.352,7.937Z" style="fill:none"/></clipPath><clipPath id="clip-path-126"><path d="M562.247,448.727H453.406V379.312c3.9-3.9,4.454-4.039,8.352-7.937h92.136c3.9,3.9,4.455,4.039,8.353,7.937Z" style="fill:none"/></clipPath><clipPath id="clip-path-127"><path d="M412.626,321.97H303.785V252.555c3.9-3.9,4.454-4.039,8.352-7.937h92.136c3.9,3.9,4.455,4.039,8.353,7.937Z" style="fill:none"/></clipPath><clipPath id="clip-path-128"><path d="M263.306,195.4H152.488V127.122l10-10h90.818l10,10Z" style="fill:none"/></clipPath><clipPath id="clip-path-129"><path d="M413.485,195.4H302.666V127.122l10-10h90.819l10,10Z" style="fill:none"/></clipPath><clipPath id="clip-path-130"><path d="M563.474,195.4H452.655V127.122l10-10h90.819l10,10Z" style="fill:none"/></clipPath><clipPath id="clip-path-131"><path d="M862.967,195.4H752.149V127.122l10-10h90.818l10,10Z" style="fill:none"/></clipPath><clipPath id="clip-path-132"><path d="M860.886,448.53H752.045V379.115c3.9-3.9,4.455-4.039,8.352-7.937h92.137c3.9,3.9,4.454,4.039,8.352,7.937Z" style="fill:none"/></clipPath><clipPath id="clip-path-133"><path d="M863.158,321.784H752.339V253.506l10-10h90.819l10,10Z" style="fill:none"/></clipPath><clipPath id="clip-path-134"><polygon id="Overlay" points="855.384 243.106 760.289 243.106 752.06 251.34 752.06 322.184 863.613 322.184 863.613 251.34 855.384 243.106" style="fill:none"/></clipPath><clipPath id="clip-path-136"><path d="M713.368,195.4H602.55V127.122l10-10h90.818l10,10Z" style="fill:none"/></clipPath></defs><g style="isolation:isolate"><g id="Layer_15" data-name="Layer 15"><path d="M24.115,340.642a11.548,11.548,0,0,1,.342,3.819l-.985,12.7-.52,10.947a11.554,11.554,0,0,0,.073,1.959l.753,6.117a11.544,11.544,0,0,1-.257,4.2l-1.639,6.579c-.447,1.794-.7,22.465-.278,24.264l9.385,7.23c.589,2.483-.452,2.721-1.5,5.061l-7.176,7.621a11.586,11.586,0,0,0-1.013,5.178c.185,4.989.612,15.318,1.039,17.358.422,2.017,1.158,7.637,1.507,10.382a11.54,11.54,0,0,1-.021,3.073l-2.36,16.689a11.564,11.564,0,0,0,.073,3.685l.336,1.846L28.3,509.807l-4.149,33.311.7-.014c5.227-.1,49.255-1.81,49.255-1.81l.149-1.122h10.4l.161.331s60.689.478,74.69.27c13.969-.229,76.4-3.392,76.4-3.392l-3.1-14.254a1.454,1.454,0,0,1,2.63-1.07c4.67,6.693,12.111,16.094,17.1,16.094,7.792,0,29.522,1.478,38.992,1.54,9.44.063,19.639.146,30.314.25s21.824.229,33.227.374,60.468-.6,60.468-.6l2.933-11.446a1.475,1.475,0,0,1,2.809-.084l3.761,11.53s53.5,2.705,62.938,2.913c9.471.229,26.2-3.683,33.956-3.475,7.856.208,8.711,4.516,18.309,4.662s19.955.27,30.788.395c10.833.1,43.173-.583,61.007.479,1.52.083,2.969-1.319,4.161-3.031a9.965,9.965,0,0,1,10.533-3.982l28.447,6.992,59.17.021,1.99-5.6a6.764,6.764,0,0,1,10.53-2.829l10.549,8.4s25.521-.021,36.512-.062c10.96-.042,17.865-6.389,30.852-6.452,12.955-.062,31.992,6.14,45.77,6.077,13.779-.083,27.685-.188,41.083-.271,13.43-.083,26.354-.166,38.2-.249,11.815-.084,22.585-.167,31.676-.229l17.795-.8-4.046-38.239L1001.8,481.6l.347-2.064a14.4,14.4,0,0,0,.1-4.12l-2.258-18.685a14.387,14.387,0,0,1,0-3.439c.366-3.068,1.137-9.352,1.571-11.607.44-2.28.93-13.833,1.146-19.413a14.3,14.3,0,0,0-.982-5.8l-4.029-10.211a14.379,14.379,0,0,1-.664-8.306l7.034-11.3c.438-2.015-1.2-17.591-1.64-19.606l-1.6-7.368a14.354,14.354,0,0,1-.233-4.7l.792-6.846a14.339,14.339,0,0,0,.085-2.192l-.453-12.25-.907-14.218a14.455,14.455,0,0,1,.369-4.282l2.663-11.117a14.393,14.393,0,0,0-.188-7.408l-15.784-3.28c-.583-1.978,12.008-11.124,12.3-13.174l3.116-21.5a14.379,14.379,0,0,0-.876-7.395c-1.658-4.141-4.159-10.657-4.15-12.28.009-1.676,3.3-9.416,5.335-14.041a14.338,14.338,0,0,0,1.1-7.456l-2.367-19.863a14.355,14.355,0,0,1,.83-6.8h0a14.351,14.351,0,0,0,.915-5.76l-.326-7.021a14.436,14.436,0,0,1,.031-1.825l.747-9.3a14.185,14.185,0,0,0-2.3-9l-.174-.261a14.288,14.288,0,0,1-.981-13.951l4.62-9.742c1.1-2.313,3.822-5.345,3.575-7.923-.759-7.9-12.417-22.669-12.844-24.067-.383-1.251,5.8-12.805,5.8-12.805l-3.942-8.676-4.411-9.489L966.33,58.6,953.1,44.5s-7.164-7.411-9.01-8.676L932.739,29.3s-49.207.832-63.081.812c-13.842,0-40.639-.021-40.639-.021L793.06,36.123a6.725,6.725,0,0,1-3.129-.214c-4.729-1.483-19.241-5.863-25.688-5.863-7.792,0-18.023,3.184-27.526,3.2s-18.276-3.122-29.014-3.08-62.3,2.268-73.8,2.31c-7.986.029-18.437,10.628-19.293,17.059a1.211,1.211,0,0,1-2.305.283l-7.591-18.161a1.219,1.219,0,0,0-1.666-.595l-13.47,6.7a1.217,1.217,0,0,1-.774.109c-4.181-.783-39.725-7.4-48.694-7.437-9.566-.041-18.372-.083-26.2-.166-7.76-.083-16.439-.146-25.783-.208-8.121-.054-46.874-.592-57.1-.735a3.279,3.279,0,0,0-3.2,2.258l-3.97,12.629a1,1,0,0,1-1.819.541l-8.721-12.27a5.729,5.729,0,0,0-4.607-2.375l-67.462-.8a6.516,6.516,0,0,0-3.451.937l-9.177,5.561a6.539,6.539,0,0,1-6.961-.135L313.7,30.41a6.515,6.515,0,0,0-3.722-1.071c-7.571.156-33.969.689-40.6.707-7.76.021-17.548.021-28.7.042s-23.694,2.1-37,2.122c-13.3,0-71.646-4.515-85.836-4.323-10.417.14-20.779,38.219-34.653,38.219L97.382,79.041S68.871,92.3,53.16,94.463c-6.3.874-8.33,16.045-8.33,16.045l-8.76,1.367L22.605,128.79a53.347,53.347,0,0,0-3.414,5.028c.059.319.13.637.216.953,1.3,4.756,3.32,12.516,2.931,13.633-.436,1.249-2.211,16.572-3.011,23.614a11.489,11.489,0,0,0,1.247,6.634l4.579,8.752A11.644,11.644,0,0,1,24.1,199.878l-.182.242a11.67,11.67,0,0,0-2.344,8.022l.695,8.311a11.4,11.4,0,0,1,.021,1.632l-.365,6.274a12.468,12.468,0,0,0,1,5.427,11.231,11.231,0,0,1,.68,5.8l-2.476,17.744A11.579,11.579,0,0,0,22.186,260c2.009,4.144,14.62,5.383,14.62,6.881,0,1.45-11.9,12.957-13.579,16.651a11.6,11.6,0,0,0-.917,6.605l.513,23.807a11.556,11.556,0,0,1-.468,5.472l1.76,21.224" style="fill:url(#linear-gradient)"/><path d="M111.385,70.447c6.5,5.777,37.75,17.573,43.825,13.511,3.985-2.664,7.659-11.273,4.562-22.046-1.624-5.649-5.109-11.893-11.387-18.186l-6.167,7.944-1-7.062-22,17.975" style="fill:#b79976;opacity:0.99"/><path id="corner" d="M29.351,116.736C59.032,79.32,86.727,50.551,104.992,35.212a39.306,39.306,0,0,1,9.653-6.2,14.284,14.284,0,0,1,3.613-1.128,24.134,24.134,0,0,0-7.327,7.63c-2.436,4.152-3.756,9.875-.338,16.858.627,1.281-2.029,6.047-1.06,7.411,2.061,2.9,8.358,2.268,11.62,4.91a91.333,91.333,0,0,0,8.553,6.076c2.81,1.782,4.263,4.639,7.009,6.127a87.389,87.389,0,0,0,18.5,7.063s-4.6,2.438-11.957,6.347c-.67.355-18.049-9.275-18.049-9.275s14.208,11.316,13.28,11.81c-9.021,4.8-20.794,11.069-33.021,17.612-1.258.673-4.272-1.726-5.537-1.049-.562.3.626,3.678.063,3.98l-41.1,28.32-7-4.815-.5,6.741-15,13.962-14.5-19.74Z" style="fill:url(#parchment_gradient)"/><g style="mix-blend-mode:multiply"><path d="M50.721,147.974c.079.014.137.335.188.922s.1,1.442.131,2.573c.02,1.109.045,2.454.074,4,.006.394.011.805.012,1.234s0,.842,0,1.281q-.008,1.309-.017,2.751c0,.468,0,.99-.015,1.512s-.024,1.035-.039,1.549c-.031,1.041-.051,2.029-.031,3.112s.05,2.236.049,3.443c0,1.132.03,2.318.043,3.557q.016,1.833.033,3.732c0,.636.016,1.244.016,1.916s-.019,1.32-.033,1.963-.028,1.275-.027,1.9l.007,1.949q0,.986.009,1.975c0,.677.008,1.286.036,1.926.043,1.146.121,2.392.122,3.636q.011,1.8.021,3.583c0,.577.011,1.241,0,1.84s-.019,1.183-.028,1.77-.01,1.1,0,1.681.016,1.158.024,1.733c.029,2.3.07,4.536.106,6.688s.051,4.22.064,6.168q.011,1.461.022,2.829t.005,2.627c0,.828,0,1.666.006,2.377s.024,1.424.038,2.1.023,1.334.023,1.951c0,.551.006,1.06.012,1.529.012.936.022,1.694.022,2.206,0,.271,0,.538,0,.812s-.008.56-.016.828c-.016.534-.039,1.036-.062,1.508s-.044.917-.061,1.336-.027.8-.035,1.25c-.018.857-.039,1.662-.061,2.408s-.042,1.414-.081,2.075c-.076,1.283-.172,2.222-.247,2.873s-.141,1-.2.991-.111-.389-.139-1.087-.026-1.709-.033-2.9c0-.575-.021-1.293-.028-2.03s-.016-1.548-.02-2.4c0-.407,0-.906.008-1.392s.026-.963.043-1.438.033-.94.044-1.4c.006-.229.01-.457.011-.681,0-.241,0-.484,0-.73,0-.473-.007-1.184-.014-2.14,0-.477-.007-1.017,0-1.619,0-.534,0-1.124-.01-1.782s-.021-1.376-.023-2.166c0-.807.008-1.558.012-2.4s.01-1.695.016-2.595,0-1.833,0-2.8c0-1.926-.005-3.972-.007-6.107s-.037-4.357-.044-6.641q0-.856-.007-1.723c0-.557,0-1.222.013-1.813.027-1.217.071-2.326.066-3.459q.008-1.779.016-3.577c.006-.618,0-1.144-.015-1.729l-.058-1.783c-.01-.338-.019-.682-.024-1.031l0-.526v-.5q0-.992,0-1.978v-1.967c0-.694.009-1.366.023-2.018s.029-1.282.032-1.893c0-.592-.013-1.252-.02-1.878q-.03-1.888-.058-3.72c-.02-1.194-.062-2.4-.078-3.612-.008-1.156-.052-2.248-.083-3.4-.034-1.136-.03-2.336-.008-3.381.01-.529.02-1.036.025-1.52s0-.932,0-1.434c0-.972,0-1.9,0-2.787q0-.66,0-1.284c0-.4,0-.791-.008-1.176-.009-.771-.019-1.513-.019-2.213,0-.346,0-.7.008-1.008s.008-.586.011-.857c.012-1.1.03-2,.075-2.607S50.643,147.96,50.721,147.974Z" style="fill:#d7bca0"/></g><g style="mix-blend-mode:multiply"><path d="M50.721,250.626a4.425,4.425,0,0,1,.188,1.535c.05.98.1,2.4.131,4.288.02,1.847.045,4.087.074,6.662q.009.984.012,2.055,0,1.037,0,2.135c-.005,1.453-.011,2.983-.017,4.582,0,.779,0,1.649-.015,2.519s-.024,1.724-.039,2.582c-.031,1.733-.051,3.378-.031,5.183s.05,3.725.049,5.736c0,1.886.03,3.861.043,5.925q.016,3.056.033,6.217c0,1.061.016,2.073.016,3.193s-.019,2.2-.033,3.27-.028,2.123-.027,3.158q0,1.618.007,3.248t.009,3.29c0,1.127.008,2.142.036,3.209.043,1.908.121,3.983.122,6.057q.011,2.994.021,5.968c0,.961.011,2.068,0,3.065s-.019,1.971-.028,2.95-.01,1.835,0,2.8.016,1.93.024,2.886c.029,3.826.07,7.558.106,11.143s.051,7.03.064,10.275q.011,2.434.022,4.712t.005,4.377c0,1.38,0,2.775.006,3.96s.024,2.373.038,3.5.023,2.222.023,3.25q0,1.377.012,2.547c.012,1.559.022,2.822.022,3.676,0,.451,0,.895,0,1.353,0,.474-.008.932-.016,1.378-.016.89-.039,1.726-.062,2.513s-.044,1.527-.061,2.226-.027,1.335-.035,2.081c-.018,1.429-.039,2.77-.061,4.012s-.042,2.357-.081,3.458c-.076,2.136-.172,3.7-.247,4.785a5.97,5.97,0,0,1-.2,1.651,7.151,7.151,0,0,1-.139-1.811c-.029-1.159-.026-2.846-.033-4.834,0-.957-.021-2.154-.028-3.381-.009-1.242-.016-2.58-.02-4,0-.679,0-1.511.008-2.32s.026-1.6.043-2.395.033-1.567.044-2.333c.006-.381.01-.761.011-1.134q0-.6,0-1.216c0-.789-.007-1.973-.014-3.565,0-.8-.007-1.694,0-2.7,0-.891,0-1.874-.01-2.969s-.021-2.293-.023-3.609c0-1.345.008-2.6.012-4q.008-2.072.016-4.323t0-4.659c0-3.209-.005-6.617-.007-10.174s-.037-7.259-.044-11.064q0-1.426-.007-2.871c0-.928,0-2.034.013-3.02.027-2.027.071-3.874.066-5.761q.008-2.965.016-5.96c.006-1.029,0-1.906-.015-2.88l-.058-2.971c-.01-.563-.019-1.136-.024-1.717l0-.877v-.826q0-1.651,0-3.3V310.1c0-1.155.009-2.276.023-3.361s.029-2.136.032-3.155c0-.985-.013-2.085-.02-3.128q-.03-3.145-.058-6.2c-.02-1.989-.062-3.992-.078-6.017-.008-1.927-.052-3.745-.083-5.663-.034-1.893-.03-3.892-.008-5.633.01-.88.02-1.725.025-2.532s0-1.553,0-2.389q0-2.43,0-4.643,0-1.1,0-2.139c0-.663,0-1.317-.008-1.959-.009-1.284-.019-2.52-.019-3.687,0-.577,0-1.16.008-1.679,0-.5.008-.976.011-1.428.012-1.828.03-3.326.075-4.342S50.643,250.6,50.721,250.626Z" style="fill:#d7bca0"/></g><g style="mix-blend-mode:multiply"><path d="M50.721,417.688c.079.006.137.148.188.407a9.683,9.683,0,0,1,.131,1.14c.02.49.045,1.085.074,1.769.006.174.011.356.012.546s0,.373,0,.567q-.008.579-.017,1.217c0,.207,0,.438-.015.669s-.024.458-.039.686a12.308,12.308,0,0,0-.031,1.377c.014.477.05.989.049,1.523,0,.5.03,1.026.043,1.574s.022,1.093.033,1.652c0,.281.016.55.016.848s-.019.584-.033.868-.028.565-.027.839l.007.863.009.874c0,.3.008.569.036.852.043.507.121,1.058.122,1.609q.011.8.021,1.586c0,.255.011.549,0,.814s-.019.523-.028.783-.01.488,0,.744.016.512.024.767c.029,1.016.07,2.007.106,2.96s.051,1.866.064,2.729q.011.646.022,1.252c0,.4,0,.79.005,1.162s0,.737.006,1.052.024.63.038.931.023.59.023.863c0,.244.006.469.012.677.012.413.022.749.022.976,0,.119,0,.238,0,.359s-.008.248-.016.366c-.016.237-.039.459-.062.668s-.044.4-.061.591-.027.355-.035.553c-.018.379-.039.736-.061,1.065s-.042.627-.081.919a10.437,10.437,0,0,1-.247,1.271c-.077.286-.141.442-.2.439s-.111-.172-.139-.481-.026-.756-.033-1.284c0-.255-.021-.573-.028-.9s-.016-.686-.02-1.064c0-.18,0-.4.008-.616s.026-.426.043-.636.033-.417.044-.62c.006-.1.01-.2.011-.3s0-.214,0-.324c0-.209-.007-.523-.014-.946,0-.212-.007-.45,0-.716,0-.237,0-.5-.01-.789s-.021-.61-.023-.959.008-.689.012-1.062.01-.75.016-1.148,0-.811,0-1.237c0-.853-.005-1.758-.007-2.7s-.037-1.928-.044-2.939c0-.252,0-.507-.007-.762s0-.541.013-.8c.027-.538.071-1.029.066-1.53q.008-.787.016-1.583c.006-.273,0-.506-.015-.765l-.058-.789c-.01-.149-.019-.3-.024-.456l0-.233v-.22l0-.875v-.87c0-.307.009-.605.023-.893s.029-.567.032-.838-.013-.554-.02-.831q-.03-.835-.058-1.646c-.02-.528-.062-1.06-.078-1.6-.008-.512-.052-1-.083-1.5a13.377,13.377,0,0,1-.008-1.5c.01-.234.02-.458.025-.672s0-.413,0-.635c0-.43,0-.842,0-1.233,0-.195,0-.384,0-.568s0-.35-.008-.521c-.009-.341-.019-.669-.019-.979,0-.153,0-.308.008-.446l.011-.38a9.32,9.32,0,0,1,.075-1.153C50.578,417.822,50.643,417.682,50.721,417.688Z" style="fill:#d7bca0"/></g><g style="mix-blend-mode:multiply"><path d="M50.721,463.283c.079,0,.137.068.188.185a2.156,2.156,0,0,1,.131.517c.02.223.045.493.074.8.006.079.011.162.012.248s0,.169,0,.257c-.005.175-.011.36-.017.553,0,.094,0,.2-.015.3s-.024.208-.039.311a2.55,2.55,0,0,0-.031.625c.014.217.05.449.049.692,0,.227.03.465.043.714s.022.5.033.749c0,.128.016.25.016.385s-.019.265-.033.394a3.1,3.1,0,0,0-.027.381l.007.391.009.4a1.825,1.825,0,0,0,.036.386,4.091,4.091,0,0,1,.122.73q.011.362.021.72a3.491,3.491,0,0,1,0,.369l-.028.356a2.106,2.106,0,0,0,0,.337l.024.348c.029.461.07.912.106,1.344s.051.847.064,1.238c.007.2.015.385.022.568s0,.359.005.528,0,.334.006.477.024.286.038.422.023.268.023.392.006.213.012.307c.012.188.022.34.022.443,0,.055,0,.108,0,.163a1.459,1.459,0,0,1-.016.166c-.016.107-.039.209-.062.3s-.044.184-.061.268a2,2,0,0,0-.035.251c-.018.173-.039.334-.061.484a3.715,3.715,0,0,1-.081.417,2.622,2.622,0,0,1-.247.576c-.077.13-.141.2-.2.2s-.111-.079-.139-.219a4.055,4.055,0,0,1-.033-.583c0-.115-.021-.259-.028-.407s-.016-.311-.02-.483a1.921,1.921,0,0,1,.008-.279c.01-.1.026-.194.043-.289s.033-.189.044-.281a1.285,1.285,0,0,0,.011-.137v-.146c0-.1-.007-.238-.014-.43,0-.1-.007-.2,0-.325s0-.226-.01-.358-.021-.276-.023-.435.008-.313.012-.482l.016-.521c0-.18,0-.368,0-.561,0-.387-.005-.8-.007-1.227s-.037-.875-.044-1.333c0-.115,0-.23-.007-.346a2.359,2.359,0,0,1,.013-.364,5.39,5.39,0,0,0,.066-.695c.005-.238.011-.478.016-.718a1.731,1.731,0,0,0-.015-.347l-.058-.359c-.01-.067-.019-.136-.024-.206l0-.106v-.1l0-.4v-.395a2.98,2.98,0,0,1,.023-.4c.014-.131.029-.257.032-.38s-.013-.251-.02-.378q-.03-.378-.058-.746c-.02-.24-.062-.481-.078-.726a6.859,6.859,0,0,0-.083-.682,2.765,2.765,0,0,1-.008-.679c.01-.106.02-.208.025-.305s0-.187,0-.288l0-.56q0-.132,0-.258c0-.079,0-.159-.008-.236-.009-.155-.019-.3-.019-.444,0-.07,0-.14.008-.2l.011-.172a1.973,1.973,0,0,1,.075-.523C50.578,463.344,50.643,463.28,50.721,463.283Z" style="fill:#d7bca0"/></g><g style="mix-blend-mode:multiply"><path d="M50.721,483.712a23.859,23.859,0,0,1,.188,3.626c.05,2.315.1,5.676.131,10.127l.07,14.949-.1-.1.81,0,5-.012,5.2,0q5.307.007,11.152.017l6.129.013,6.283.039c4.219.03,8.223.049,12.615.03l13.958-.048,14.419-.041,15.131-.032,7.77-.015,7.957.031,7.686.026,7.9-.006q3.99-.006,8-.009l7.81-.035c4.643-.042,9.694-.118,14.741-.119l14.524-.02h7.459l7.179.027h6.813l7.024-.023,27.118-.1,25-.062,11.468-.021,10.65-.006,9.637,0,8.528-.036,7.908-.024,6.2-.011,8.946-.021,3.291,0,3.356.016,6.114.06,5.416.06,5.067.034,9.762.059,8.416.078c5.2.073,9,.167,11.645.24l3,.1a4.2,4.2,0,0,1,1.012.093,6.212,6.212,0,0,1-1.152.079l-3.254.056-11.764.031-8.228.028-9.743.02-5.646-.008-5.827-.042-5.677-.043-2.762-.011H362.1l-8.675.015-6.564,0-7.224.009-8.784.022-9.727-.011-10.519-.016-11.338,0-24.76.007-26.924.042-6.986.007-7.351-.012-14.021-.064-14.5-.016-7.01.015-7.228.056-4.18.024-2.133,0h-2.011l-8.02,0h-7.973l-8.181-.022-7.677-.031-7.613.02-15.079.055-14.644.076-13.782.081c-4.605.033-9.471.029-13.708.007l-6.161-.024-5.813,0-11.3,0-5.2,0-4.769.008-1.232,0-.548,0v-.534c-.005-2.636-.01-5.134-.015-7.51,0-1.364,0-2.742.008-3.966q.006-1.771.011-3.374c.012-4.317.03-7.856.075-10.255A19.783,19.783,0,0,1,50.721,483.712Z" style="fill:#d7bca0"/></g><g style="mix-blend-mode:multiply"><path d="M422.267,511.317c.012-.077.3-.133.83-.183s1.3-.1,2.32-.126l3.6-.072c.354-.006.725-.011,1.111-.012l1.155,0,2.479.017c.422,0,.892,0,1.362.014s.933.024,1.4.038c.938.031,1.828.049,2.8.031s2.015-.049,3.1-.048c1.02,0,2.088-.029,3.2-.043q1.653-.014,3.363-.031c.574,0,1.122-.016,1.727-.015s1.19.017,1.769.031,1.149.027,1.709.026l1.757-.006,1.779-.009c.61,0,1.159-.008,1.736-.035,1.032-.042,2.155-.118,3.277-.119l3.228-.02c.52,0,1.119-.01,1.659,0l1.595.027c.525.008.993.01,1.515,0l1.561-.024c2.07-.029,4.088-.068,6.028-.1s3.8-.049,5.558-.062l2.549-.021,2.368,0c.746,0,1.5,0,2.142-.006s1.284-.024,1.9-.036,1.2-.023,1.758-.023c.5,0,.955-.006,1.378-.012.843-.012,1.526-.021,1.988-.021.244,0,.484,0,.732,0s.5.009.746.017c.481.015.933.037,1.359.059s.826.043,1.2.06.722.026,1.126.034c.772.017,1.5.037,2.17.06s1.275.04,1.871.077c1.155.074,2,.168,2.588.24s.9.138.893.2-.35.108-.98.135-1.539.025-2.615.032c-.518,0-1.165.021-1.829.027s-1.4.016-2.165.02c-.367,0-.817,0-1.255-.008s-.868-.025-1.3-.042-.848-.032-1.262-.043c-.207,0-.412-.009-.614-.01l-.658,0c-.426,0-1.067.007-1.928.015-.431,0-.917.006-1.459,0-.482,0-1.014,0-1.606.01s-1.241.02-1.953.022c-.727,0-1.4-.007-2.162-.011l-2.338-.016-2.52,0c-1.736,0-3.58,0-5.5.007s-3.927.036-5.985.042l-1.553.007c-.5,0-1.1,0-1.634-.012-1.1-.026-2.1-.069-3.117-.064l-3.224-.016c-.556,0-1.031,0-1.558.015l-1.606.056q-.457.015-.93.024l-.474,0H458l-1.782,0H454.44c-.625,0-1.231-.008-1.818-.022s-1.156-.028-1.707-.031c-.533,0-1.127.013-1.692.02l-3.352.055c-1.076.02-2.16.061-3.255.076-1.042.008-2.026.051-3.064.08s-2.105.03-3.047.009c-.476-.01-.933-.02-1.369-.025s-.84,0-1.293,0l-2.512,0-1.156,0c-.359,0-.713,0-1.06.008-.695.008-1.364.018-1.994.018-.313,0-.628,0-.909-.008l-.772-.011c-.989-.011-1.8-.029-2.349-.072S422.254,511.393,422.267,511.317Z" style="fill:#d7bca0"/></g><g style="mix-blend-mode:multiply"><path d="M513.07,512.689a31.024,31.024,0,0,1,4.079-.183c2.6-.048,6.384-.094,11.389-.126l17.7-.072q2.613-.01,5.459-.012l5.67,0q5.793.007,12.173.017c2.07,0,4.38,0,6.69.013q3.437.015,6.859.039c4.6.03,8.975.049,13.769.03,4.772-.014,9.895-.049,15.235-.048,5.011,0,10.257-.028,15.74-.041l16.516-.032c2.816,0,5.506-.016,8.481-.015,2.949,0,5.839.017,8.685.031s5.642.027,8.39.026l8.627-.006q4.356-.006,8.739-.009c2.994,0,5.69-.009,8.524-.035,5.069-.042,10.582-.118,16.09-.119l15.854-.02c2.552,0,5.493-.01,8.142,0l7.836.027c2.576.008,4.875.01,7.437,0l7.667-.023c10.163-.028,20.075-.068,29.6-.1s18.672-.05,27.293-.062l12.518-.021,11.625-.006c3.666,0,7.373,0,10.519,0,3.187-.007,6.3-.024,9.308-.036s5.9-.023,8.633-.024q3.657,0,6.766-.011c4.14-.011,7.5-.021,9.765-.021,1.2,0,2.378,0,3.593,0,1.258,0,2.476.008,3.662.016,2.365.016,4.584.038,6.675.06s4.055.044,5.911.06,3.549.025,5.531.034c3.794.017,7.355.037,10.655.059,3.333.024,6.26.04,9.186.078,5.674.073,9.831.167,12.712.24a41.783,41.783,0,0,1,4.384.2c-.034.058-1.718.108-4.81.135s-7.56.025-12.841.031c-2.543,0-5.722.022-8.981.028-3.3.009-6.853.016-10.635.02-1.8,0-4.011,0-6.162-.008s-4.262-.025-6.361-.042-4.163-.032-6.2-.043c-1.013,0-2.021-.009-3.014-.011h-3.23c-2.094,0-5.24.007-9.468.015q-3.169,0-7.165,0c-2.366,0-4.977,0-7.886.009s-6.093.02-9.587.022c-3.573,0-6.894-.007-10.618-.011l-11.482-.016-12.376,0c-8.524,0-17.579,0-27.026.007s-19.282.036-29.39.042l-7.625.007c-2.465,0-5.4,0-8.023-.012-5.384-.027-10.292-.069-15.3-.064l-15.83-.016c-2.735-.006-5.065,0-7.651.015l-7.89.056q-2.246.015-4.563.024l-2.328,0h-2.195l-8.754,0h-8.7q-4.6.006-8.93-.022t-8.38-.031c-2.616,0-5.537.012-8.31.02l-16.459.055c-5.285.02-10.6.061-15.984.076-5.119.008-9.949.051-15.044.081-5.027.033-10.338.029-14.963.007q-3.507-.014-6.725-.024c-2.155-.006-4.125,0-6.345,0l-12.335,0-5.681,0c-1.762,0-3.5,0-5.2.008-3.41.009-6.694.019-9.792.019-1.533,0-3.083,0-4.46-.008l-3.794-.011c-4.856-.011-8.836-.029-11.534-.072A25.686,25.686,0,0,1,513.07,512.689Z" style="fill:#d7bca0"/></g><g style="mix-blend-mode:multiply"><path d="M948.845,512.689a6.94,6.94,0,0,1,1.91-.183c1.219-.048,2.99-.094,5.334-.126l8.287-.072,2.556-.012,2.656,0,2.253.006-.111.108.01-3.346.015-3.041c.013-1.039.026-2.081.039-3.117.032-2.093.051-4.079.032-6.258s-.032-4.5-.05-6.924q-.019-3.414-.043-7.154-.015-3.689-.032-7.507c-.006-1.28-.011-2.5-.016-3.855l.032-3.947q.014-1.942.027-3.813l-.007-3.922-.009-3.971c-.012-1.358-.023-2.578-.035-3.874-.044-2.3-.121-4.81-.123-7.314q-.011-3.613-.02-7.2l0-3.7.028-3.561v-3.38l-.025-3.485c-.036-4.617-.072-9.124-.106-13.453s-.044-8.488-.064-12.405l-.021-5.689q0-2.748-.006-5.285c0-1.666,0-3.35-.006-4.78-.013-1.447-.025-2.865-.037-4.231l-.024-3.923q-.006-1.662-.011-3.076l-.023-4.438c0-.544,0-1.081,0-1.633l.016-1.664c.022-1.072.043-2.081.062-3.034l.062-2.687.035-2.514c.021-1.722.042-3.341.061-4.842s.054-2.834.08-4.176c.076-2.578.173-4.468.247-5.777a8.645,8.645,0,0,1,.2-1.992,10.343,10.343,0,0,1,.139,2.186c.03,1.4.026,3.436.033,5.836l.029,4.082c.006,1.5.013,3.115.02,4.833l-.008,2.8q-.022,1.458-.044,2.891c-.015.954-.029,1.895-.044,2.817l-.011,1.37v1.467c0,.952.008,2.382.015,4.3l0,3.256.009,3.585q.01,1.98.023,4.357l-.011,4.826-.016,5.219q0,2.715,0,5.624c0,3.875,0,7.99.007,12.284s.028,8.765.043,13.358q0,1.722.007,3.465c0,1.121-.008,2.454-.012,3.647-.028,2.447-.071,4.678-.066,6.956q-.009,3.579-.017,7.195l.015,3.477.058,3.587.025,2.073,0,1.059,0,1q0,1.993,0,3.979v3.955q-.012,2.093-.022,4.059l-.032,3.809c.006,1.188.013,2.516.02,3.776q.029,3.8.057,7.482.039,3.6.078,7.265c.028,2.32.055,4.521.083,6.837.035,2.285.03,4.7.008,6.8q-.014,1.594-.025,3.057c0,.981,0,1.875,0,2.884l0,3.519v.525H969.69l-2.66,0-2.438.008-4.585.019-2.089-.008-1.777-.011c-2.274-.011-4.138-.029-5.4-.072A5.77,5.77,0,0,1,948.845,512.689Z" style="fill:#d7bca0"/></g><g style="mix-blend-mode:multiply"><path d="M972.179,335.249a11.334,11.334,0,0,1-.2-2.568c-.053-1.639-.1-4.019-.138-7.171-.022-3.09-.049-6.835-.079-11.143q-.01-1.646-.014-3.437,0-1.735,0-3.57l.018-7.665c0-1.3,0-2.758.016-4.213s.026-2.884.041-4.318c.034-2.9.054-5.652.034-8.67s-.054-6.23-.053-9.593c0-3.155-.031-6.459-.045-9.911q-.018-5.111-.035-10.4c0-1.774-.018-3.468-.017-5.34s.019-3.678.034-5.469.03-3.552.029-5.283q0-2.706-.007-5.432,0-2.744-.01-5.5c0-1.885-.009-3.582-.038-5.367-.046-3.192-.128-6.663-.13-10.131q-.011-5.007-.022-9.983c0-1.607-.011-3.459,0-5.127q.015-2.476.03-4.933c.008-1.623.01-3.07,0-4.683s-.017-3.228-.026-4.828c-.031-6.4-.075-12.641-.113-18.638s-.054-11.757-.067-17.186q-.012-4.071-.024-7.882t-.006-7.32c0-2.308,0-4.642-.006-6.623-.007-2.007-.025-3.97-.04-5.861s-.025-3.717-.025-5.436q0-2.3-.012-4.26c-.013-2.607-.023-4.721-.024-6.149,0-.754,0-1.5,0-2.262,0-.793.009-1.559.018-2.306.017-1.489.041-2.887.065-4.2s.048-2.553.066-3.722.028-2.234.037-3.483c.019-2.388.041-4.631.065-6.709.027-2.1.044-3.942.085-5.784.081-3.573.184-6.19.263-8a15.529,15.529,0,0,1,.215-2.76,18.42,18.42,0,0,1,.148,3.028c.032,1.94.028,4.761.035,8.086,0,1.6.023,3.6.031,5.655.009,2.077.016,4.315.021,6.7,0,1.135,0,2.525-.008,3.88s-.029,2.684-.046,4-.036,2.622-.048,3.9c0,.638-.01,1.273-.011,1.9q0,1.008,0,2.034c0,1.319.007,3.3.015,5.962q.006,2,0,4.511c0,1.49,0,3.134.011,4.966s.022,3.836.024,6.037c0,2.249-.008,4.34-.012,6.685l-.017,7.23c0,2.507,0,5.109,0,7.792,0,5.368,0,11.069.008,17.018s.039,12.141.046,18.5q0,2.387.008,4.8c0,1.552,0,3.4-.014,5.052-.029,3.39-.075,6.48-.07,9.637q-.009,4.959-.018,9.967c-.006,1.722,0,3.189.017,4.818l.061,4.968q.016,1.415.026,2.873l0,1.466v1.382q0,2.763,0,5.512v5.48c0,1.932-.009,3.808-.024,5.623s-.031,3.573-.034,5.276c0,1.648.013,3.487.021,5.233q.032,5.261.061,10.364c.022,3.327.067,6.677.083,10.065.009,3.222.056,6.264.088,9.472.037,3.165.033,6.509.009,9.421q-.015,2.208-.027,4.235c-.006,1.357,0,2.6,0,4q0,4.065,0,7.767l0,3.577q0,1.665.009,3.278c.009,2.147.02,4.215.02,6.165,0,.966,0,1.942-.008,2.809l-.013,2.389c-.013,3.057-.031,5.563-.079,7.262A9.431,9.431,0,0,1,972.179,335.249Z" style="fill:#d7bca0"/></g><g style="mix-blend-mode:multiply"><path d="M963.552,57.435c0,.077-.091.134-.251.183a3.89,3.89,0,0,1-.7.127l-1.087.072c-.106.006-.218.011-.335.012l-.348,0-.747-.017c-.127,0-.268,0-.41-.014s-.281-.024-.421-.038a4.836,4.836,0,0,0-.845-.031c-.293.015-.607.049-.935.048-.308,0-.63.029-.966.042l-1.014.032c-.172,0-.338.016-.52.015s-.359-.018-.533-.032-.346-.027-.515-.025l-.53.006-.536.008a3.725,3.725,0,0,0-.523.035,7.339,7.339,0,0,1-.987.119l-.973.02c-.157,0-.337.011-.5,0l-.481-.027a3.854,3.854,0,0,0-.456,0l-.471.024c-.624.028-1.232.068-1.816.1s-1.146.049-1.675.061l-.769.022-.713.005c-.225,0-.453,0-.646.006s-.387.023-.571.036-.362.023-.53.023c-.149,0-.288.006-.415.011-.254.012-.46.021-.6.022-.074,0-.146,0-.221,0s-.152-.008-.225-.016c-.145-.015-.281-.038-.409-.059s-.249-.044-.363-.06-.218-.026-.339-.034c-.233-.018-.452-.038-.654-.06s-.384-.04-.564-.077a4.494,4.494,0,0,1-.78-.24c-.176-.075-.271-.138-.269-.2s.105-.109.295-.135a7.172,7.172,0,0,1,.788-.032c.156,0,.351-.021.551-.028s.421-.015.653-.019a3.774,3.774,0,0,1,.378.007c.132.01.262.026.39.042s.256.033.381.043c.062.005.124.009.185.011h.2c.128,0,.322-.007.581-.014.13,0,.276-.006.44,0,.145,0,.305,0,.484-.01s.374-.019.588-.022.423.008.652.011l.7.016.76,0c.523,0,1.079,0,1.658-.007s1.184-.035,1.8-.042l.468-.007a4.569,4.569,0,0,1,.493.012c.33.027.631.069.939.064l.971.017a3.31,3.31,0,0,0,.47-.016l.484-.055c.092-.01.185-.019.28-.024l.143,0h.135l.537,0h.534c.188,0,.371.008.548.021s.348.028.514.031.34-.012.51-.019l1.01-.056c.325-.02.651-.06.981-.076.314-.008.611-.051.924-.08a5.136,5.136,0,0,1,.918-.008c.143.009.281.019.413.024s.253,0,.389,0l.757,0,.349,0c.108,0,.214,0,.319-.008.209-.008.411-.019.6-.018.094,0,.189,0,.274.007l.233.011a3.737,3.737,0,0,1,.707.072C963.469,57.3,963.555,57.36,963.552,57.435Z" style="fill:#d7bca0"/></g><g style="mix-blend-mode:multiply"><path d="M922.536,57.435c0,.077-.064.134-.177.183a2.081,2.081,0,0,1-.5.127l-.77.072c-.075.006-.155.011-.237.012l-.247,0-.529-.017c-.091,0-.191,0-.292-.014s-.2-.024-.3-.038a2.437,2.437,0,0,0-.6-.031c-.208.015-.43.049-.663.048-.218,0-.446.029-.685.042l-.718.032c-.123,0-.24.016-.369.015s-.254-.018-.378-.032a2.846,2.846,0,0,0-.365-.025l-.375.006-.381.008a1.88,1.88,0,0,0-.37.035,3.791,3.791,0,0,1-.7.119l-.69.02a3.213,3.213,0,0,1-.354,0l-.341-.027a1.947,1.947,0,0,0-.324,0l-.333.024c-.443.028-.874.068-1.288.1s-.813.049-1.188.061l-.544.022-.506.005c-.16,0-.321,0-.458.006s-.274.023-.4.036-.256.023-.375.023-.2.006-.3.011c-.18.012-.326.021-.424.022-.053,0-.1,0-.157,0a1.381,1.381,0,0,1-.159-.016c-.1-.015-.2-.038-.29-.059s-.177-.044-.258-.06a2.01,2.01,0,0,0-.24-.034c-.165-.018-.32-.038-.464-.06a3.462,3.462,0,0,1-.4-.077,2.6,2.6,0,0,1-.553-.24c-.124-.075-.192-.138-.19-.2s.074-.109.209-.135a3.62,3.62,0,0,1,.559-.032c.11,0,.249-.021.39-.028s.3-.015.463-.019a1.9,1.9,0,0,1,.268.007c.093.01.186.026.277.042s.181.033.27.043c.044.005.087.009.131.011h.14c.091,0,.228-.007.412-.014.092,0,.2-.006.312,0s.216,0,.343-.01.265-.019.417-.022.3.008.462.011l.5.016.539,0c.371,0,.765,0,1.176-.007s.839-.035,1.278-.042l.332-.007a2.293,2.293,0,0,1,.349.012,4.924,4.924,0,0,0,.666.064l.689.017a1.668,1.668,0,0,0,.333-.016l.343-.055c.065-.01.131-.019.2-.024l.1,0h.1l.381,0h.379a2.894,2.894,0,0,1,.388.021c.125.014.247.028.365.031s.241-.012.361-.019l.716-.056c.23-.02.462-.06.7-.076s.433-.051.654-.08a2.589,2.589,0,0,1,.651-.008c.1.009.2.019.293.024s.179,0,.276,0l.537,0,.247,0c.076,0,.152,0,.226-.008.149-.008.291-.019.426-.018.067,0,.134,0,.194.007l.165.011a1.915,1.915,0,0,1,.5.072C922.478,57.3,922.539,57.36,922.536,57.435Z" style="fill:#d7bca0"/></g><g style="mix-blend-mode:multiply"><path d="M894.629,57.435a19.226,19.226,0,0,1-3.218.183c-2.053.048-5.036.095-8.985.127l-13.962.072q-2.061.009-4.306.012l-4.474,0-9.6-.017c-1.633,0-3.456,0-5.278-.014s-3.614-.024-5.411-.038c-3.633-.031-7.082-.049-10.864-.031-3.765.015-7.806.049-12.02.048-3.953,0-8.092.029-12.418.042l-13.03.032c-2.222,0-4.345.016-6.691.015-2.327,0-4.608-.018-6.853-.032s-4.451-.027-6.619-.025l-6.807.006-6.894.008c-2.362,0-4.489.009-6.725.035-4,.043-8.349.118-12.7.119l-12.508.02c-2.013,0-4.333.011-6.424,0l-6.182-.027c-2.032-.008-3.846-.01-5.867,0l-6.049.024c-8.019.028-15.839.068-23.354.1s-14.731.049-21.533.061l-9.876.022-9.172.005c-2.892,0-5.816,0-8.3.006-2.515.007-4.975.023-7.345.036s-4.657.023-6.81.023q-2.886,0-5.339.011c-3.266.012-5.914.021-7.7.022-.945,0-1.876,0-2.834,0-.993,0-1.954-.008-2.89-.016-1.866-.015-3.616-.038-5.266-.059s-3.2-.044-4.663-.06-2.8-.026-4.364-.034c-2.993-.018-5.8-.038-8.407-.06-2.629-.024-4.939-.04-7.247-.077-4.477-.074-7.756-.168-10.029-.24a26.515,26.515,0,0,1-3.459-.2,31.337,31.337,0,0,1,3.8-.135c2.43-.029,5.964-.026,10.131-.032,2.006,0,4.515-.021,7.086-.028,2.6-.009,5.407-.015,8.39-.019,1.422,0,3.164,0,4.862.007s3.362.026,5.018.042,3.285.033,4.889.043c.8.005,1.6.009,2.379.011h2.548c1.652,0,4.134-.007,7.47-.014q2.5,0,5.653,0c1.866,0,3.926,0,6.221-.01s4.807-.019,7.564-.022c2.819,0,5.439.008,8.377.011l9.059.016,9.764,0c6.726,0,13.869,0,21.323-.007s15.213-.035,23.187-.042l6.016-.007c1.945,0,4.264,0,6.33.012,4.248.027,8.12.069,12.075.064l12.489.017c2.158,0,4,0,6.037-.016l6.225-.055q1.772-.015,3.6-.024l1.837,0h1.731l6.907,0h6.866c2.421,0,4.771.008,7.045.021s4.477.028,6.612.031c2.064,0,4.368-.012,6.556-.019l12.986-.056c4.169-.02,8.366-.06,12.611-.076,4.038-.008,7.849-.051,11.869-.08,3.965-.034,8.156-.029,11.8-.008q2.768.014,5.306.024c1.7.006,3.255,0,5.006,0l9.732,0,4.482,0q2.087,0,4.107-.008c2.691-.008,5.281-.019,7.725-.018,1.21,0,2.433,0,3.519.007l2.994.011c3.83.012,6.971.029,9.1.072A16.25,16.25,0,0,1,894.629,57.435Z" style="fill:#d7bca0"/></g><g style="mix-blend-mode:multiply"><path d="M548.4,57.75c-.054.048-1.335.084-3.671.115s-5.746.059-10.251.079l-15.928.045q-2.352.006-4.913.008l-5.1,0-10.956-.01c-1.864,0-3.943,0-6.022-.009q-3.093-.009-6.173-.024c-4.144-.019-8.078-.031-12.393-.019-4.295.009-8.906.031-13.713.03-4.51,0-9.232.018-14.167.026l-14.865.02c-2.535,0-4.956.01-7.634.01q-3.981,0-7.817-.02t-7.552-.016l-7.765,0-7.865.005c-2.695,0-5.121.005-7.672.022-4.562.026-9.525.074-14.482.075l-14.27.012c-2.3,0-4.944.007-7.328,0l-7.053-.017c-2.319-.005-4.387-.006-6.694,0l-6.9.014c-9.148.018-18.07.043-26.643.065s-16.806.031-24.565.039l-11.267.013-10.464,0c-3.3,0-6.635,0-9.467,0-2.869,0-5.675.015-8.379.023s-5.312.014-7.769.014q-3.292,0-6.091.007c-3.726.008-6.747.014-8.788.014-1.078,0-2.141,0-3.234,0-1.133,0-2.229,0-3.3-.01-2.128-.009-4.125-.023-6.007-.037l-5.321-.038c-1.661-.01-3.194-.016-4.978-.021-3.414-.011-6.62-.024-9.59-.037-3-.016-5.635-.026-8.269-.049-5.106-.046-8.847-.1-11.441-.151-2.576-.047-3.978-.086-3.945-.123s1.546-.068,4.329-.085,6.8-.016,11.557-.02c2.29,0,5.151-.013,8.084-.017,2.969-.006,6.168-.01,9.572-.013,1.623,0,3.61,0,5.547.005s3.835.016,5.725.027,3.747.02,5.577.027l2.713.006H213.7c1.885,0,4.717,0,8.522-.009q2.853,0,6.449,0c2.129,0,4.48,0,7.1-.006s5.484-.012,8.629-.014c3.216,0,6.2,0,9.557.007l10.334.01h11.139c7.673,0,15.823,0,24.326,0s17.355-.022,26.452-.026l6.864-.005c2.219,0,4.864,0,7.221.008,4.846.017,9.263.043,13.776.04l14.248.01c2.461,0,4.558,0,6.886-.009l7.1-.035q2.021-.009,4.107-.015l2.095,0H406.2q4.143,0,8.037.014t7.543.019c2.355,0,4.984-.008,7.479-.012l14.815-.035c4.757-.012,9.545-.038,14.387-.048,4.607-.005,8.955-.032,13.541-.05,4.524-.021,9.3-.018,13.467-.005q3.156.009,6.053.015c1.94,0,3.712,0,5.711,0h11.1l5.113,0q2.38,0,4.685,0c3.07-.005,6.025-.012,8.814-.011,1.38,0,2.775,0,4.014,0l3.415.007c4.37.008,7.953.018,10.381.046A32.961,32.961,0,0,1,548.4,57.75Z" style="fill:#d7bca0"/></g><line x1="47.32" y1="188.98" x2="47.32" y2="147.762" style="fill:none;stroke:#d1b493;stroke-miterlimit:10;stroke-width:0.5px;mix-blend-mode:multiply"/><line x1="47.32" y1="516.224" x2="47.32" y2="193.54" style="fill:none;stroke:#d1b493;stroke-miterlimit:10;stroke-width:0.5px;mix-blend-mode:multiply"/><g style="mix-blend-mode:multiply"><path d="M48.729,516.5c.008-.077.193-.133.53-.182s.829-.1,1.479-.127l2.3-.072.709-.012.737,0,1.581.017.868.014.891.038c.6.03,1.166.049,1.788.03s1.285-.049,1.979-.048l2.044-.041,2.145-.032,1.1-.015,1.128.031c.37.014.733.027,1.09.026l1.12-.006,1.135-.009c.389,0,.739-.008,1.107-.035.659-.042,1.375-.117,2.09-.119l2.059-.02c.331,0,.713-.01,1.057,0l1.018.027c.335.008.633.01.966,0l1-.023,3.844-.1,3.544-.062,1.626-.021,1.51-.006,1.366,0,1.209-.036,1.121-.024.879-.01,1.268-.022.466,0,.476.016.867.06.767.06.719.034,1.384.059c.432.024.813.041,1.193.078.736.074,1.276.168,1.65.24s.574.137.57.2-.223.108-.625.135-.982.025-1.668.032l-1.166.028-1.381.019c-.234,0-.521,0-.8-.008l-.826-.042-.805-.043-.392-.01h-.419l-1.23.014-.93,0-1.024.009-1.246.022-1.378-.011-1.492-.016H88.115l-3.51.006-3.817.042-.99.008c-.32,0-.7,0-1.042-.013-.7-.026-1.337-.069-1.988-.064l-2.055-.016c-.356-.006-.658,0-.994.015l-1.025.056-.592.024-.3,0-.285,0-1.137,0h-1.13c-.4,0-.785-.008-1.16-.021L67,516.537l-1.079.02-2.138.056-2.076.076c-.664.008-1.292.05-1.953.08s-1.343.029-1.943.007l-.874-.023-.824,0-1.6,0-.738,0-.676.008-1.271.018-.58-.008-.492-.01c-.631-.012-1.148-.029-1.5-.073S48.721,516.575,48.729,516.5Z" style="fill:#d7bca0"/></g><polyline points="975.34 380.117 975.34 516.224 111.681 516.224" style="fill:none;stroke:#d1b493;stroke-miterlimit:10;stroke-width:0.5px;mix-blend-mode:multiply"/><line x1="975.34" y1="305.158" x2="975.34" y2="377.381" style="fill:none;stroke:#d1b493;stroke-miterlimit:10;stroke-width:0.5px;mix-blend-mode:multiply"/><line x1="975.34" y1="63.702" x2="975.34" y2="302.969" style="fill:none;stroke:#d1b493;stroke-miterlimit:10;stroke-width:0.5px;mix-blend-mode:multiply"/><g style="mix-blend-mode:multiply"><path d="M961.014,54.571a7.355,7.355,0,0,1-1.793.15c-1.145.04-2.807.078-5.008.1l-7.782.06q-1.149.008-2.4.01l-2.494,0-5.352-.013c-.911,0-1.926,0-2.942-.012s-2.014-.02-3.016-.032c-2.025-.025-3.947-.04-6.055-.025s-4.351.04-6.7.04c-2.2,0-4.51.024-6.921.034l-7.262.026c-1.239,0-2.422.014-3.73.013s-2.568-.015-3.819-.026-2.481-.022-3.689-.021l-3.794.005-3.843.007c-1.316,0-2.5.007-3.748.029-2.229.034-4.653.1-7.075.1l-6.971.017c-1.123,0-2.416.009-3.581,0l-3.445-.022c-1.133-.007-2.144-.008-3.27,0l-3.372.02c-4.469.023-8.828.056-13.016.085s-8.211.04-12,.05l-5.5.018-5.112,0c-1.612,0-3.241,0-4.625,0-1.4.006-2.772.019-4.093.03s-2.6.019-3.8.019q-1.608,0-2.976.009c-1.82.01-3.3.018-4.293.018-.527,0-1.046,0-1.58,0-.554,0-1.089-.007-1.611-.013-1.039-.013-2.015-.032-2.935-.05s-1.783-.035-2.6-.049-1.56-.021-2.432-.028c-1.668-.014-3.234-.031-4.685-.049s-2.753-.033-4.04-.064c-2.5-.06-4.322-.138-5.589-.2a10.1,10.1,0,0,1-1.928-.162,12.03,12.03,0,0,1,2.115-.111c1.355-.024,3.324-.021,5.646-.027,1.119,0,2.517-.017,3.95-.022,1.45-.008,3.013-.013,4.676-.016.793,0,1.764,0,2.71.006s1.874.021,2.8.034,1.83.027,2.725.036l1.325.009h1.42c.921,0,2.305-.006,4.164-.012q1.394,0,3.15,0c1.041,0,2.189,0,3.468-.007s2.679-.017,4.216-.019c1.571,0,3.031.007,4.669.01l5.049.013h5.441c3.749,0,7.731,0,11.885-.006s8.479-.029,12.923-.034l3.353-.006c1.084,0,2.377,0,3.528.01,2.368.022,4.526.057,6.73.053l6.961.013c1.2,0,2.227,0,3.364-.012l3.47-.046q.987-.012,2.006-.02l1.024,0h.965l3.85,0h3.826c1.35,0,2.659.007,3.927.018s2.5.023,3.685.025c1.15,0,2.435-.01,3.654-.016l7.238-.045c2.324-.017,4.663-.05,7.028-.063,2.251-.007,4.375-.042,6.615-.066,2.211-.028,4.546-.024,6.58-.006q1.542.012,2.957.02c.948.005,1.814,0,2.79,0l5.424,0,2.5,0q1.163,0,2.289-.007c1.5-.007,2.944-.015,4.306-.015.674,0,1.356,0,1.961.006l1.669.01c2.134.009,3.885.023,5.071.059A6.132,6.132,0,0,1,961.014,54.571Z" style="fill:#d7bca0"/></g><g style="mix-blend-mode:multiply"><path d="M768.069,54.421c-.006.077-.168.134-.463.183a12.919,12.919,0,0,1-1.294.127L764.3,54.8c-.2.006-.405.011-.62.012l-.645,0-1.383-.017c-.235,0-.5,0-.76-.014s-.521-.024-.78-.038c-.523-.031-1.02-.049-1.564-.031s-1.125.049-1.732.048c-.569,0-1.165.029-1.788.042l-1.877.031c-.32.005-.626.017-.964.016s-.663-.018-.987-.032-.641-.027-.953-.026l-.981.007-.993.009c-.34,0-.646.008-.968.034-.576.043-1.2.118-1.829.119l-1.8.02c-.29,0-.624.011-.925,0l-.891-.027c-.293-.008-.554-.01-.845,0l-.871.024c-1.155.028-2.282.068-3.364.1s-2.122.049-3.1.061l-1.423.022-1.321.005c-.417,0-.838,0-1.195.006s-.717.023-1.058.036-.671.023-.981.023c-.277,0-.533.006-.769.011-.47.012-.852.022-1.11.022-.136,0-.27,0-.408,0s-.281-.008-.416-.016c-.269-.015-.521-.038-.758-.059s-.461-.044-.672-.06-.4-.026-.629-.034c-.431-.018-.836-.038-1.211-.06s-.711-.04-1.043-.077a13.588,13.588,0,0,1-1.445-.241c-.325-.074-.5-.137-.5-.2s.2-.108.547-.135.859-.026,1.459-.032c.289,0,.65-.021,1.02-.028s.779-.015,1.209-.019c.205,0,.456,0,.7.007s.484.026.723.042.473.033.7.043c.115,0,.23.009.343.011h.367c.238,0,.6-.007,1.076-.014.24,0,.511-.006.814,0,.269,0,.565,0,.9-.01s.692-.02,1.089-.022.784.008,1.207.012l1.305.015,1.406,0c.969,0,2,0,3.071-.007s2.191-.035,3.34-.042l.866-.007c.28,0,.615,0,.912.012.612.027,1.17.069,1.739.064l1.8.017c.311.005.576,0,.87-.015l.9-.056c.17-.01.343-.019.519-.024l.264-.005h.25l.994,0h.989c.349,0,.688.008,1.015.021s.645.028.952.031.63-.012.945-.019l1.87-.056c.6-.02,1.2-.061,1.817-.076.581-.008,1.13-.051,1.709-.08s1.175-.03,1.7-.008c.266.01.521.019.765.024s.468,0,.721,0l1.4,0,.646,0c.2,0,.4,0,.591-.008.388-.009.761-.019,1.113-.018.174,0,.35,0,.507.007l.431.011a12.377,12.377,0,0,1,1.311.073C767.917,54.283,768.076,54.345,768.069,54.421Z" style="fill:#d7bca0"/></g><g style="mix-blend-mode:multiply"><path d="M714.888,54.421a32.241,32.241,0,0,1-4.173.183c-2.662.048-6.53.095-11.65.127l-18.1.072q-2.673.009-5.584.012l-5.8,0-12.451-.017c-2.119,0-4.481,0-6.845-.014q-3.515-.014-7.015-.038c-4.71-.031-9.182-.049-14.086-.031-4.881.014-10.121.049-15.584.048-5.126,0-10.492.029-16.1.042l-16.895.031c-2.881.005-5.633.017-8.675.016-3.018,0-5.974-.018-8.885-.032s-5.771-.027-8.583-.026l-8.825.007-8.939.009c-3.062,0-5.82.008-8.719.034-5.185.043-10.825.118-16.46.119l-16.217.02c-2.611,0-5.619.011-8.329,0l-8.016-.027c-2.635-.008-4.986-.01-7.607,0l-7.843.024c-10.4.028-20.536.068-30.28.1s-19.1.049-27.919.061l-12.8.022-11.892.005c-3.75,0-7.541,0-10.76.006-3.26.007-6.449.023-9.522.036s-6.038.023-8.831.023q-3.741,0-6.921.011c-4.235.012-7.669.022-9.989.022-1.225,0-2.433,0-3.675,0-1.288,0-2.533-.008-3.747-.016-2.419-.015-4.689-.038-6.827-.059s-4.148-.044-6.047-.06-3.63-.026-5.658-.034c-3.881-.018-7.524-.038-10.9-.06-3.409-.024-6.4-.04-9.4-.077-5.8-.074-10.056-.168-13-.241a44.308,44.308,0,0,1-4.484-.2c.034-.059,1.757-.108,4.92-.135s7.733-.026,13.135-.032c2.6,0,5.854-.021,9.188-.028,3.374-.009,7.01-.015,10.878-.019,1.845,0,4.1,0,6.3.007s4.359.026,6.507.042,4.259.033,6.339.043c1.036,0,2.068.009,3.084.011h3.3c2.142,0,5.361-.007,9.686-.014q3.242-.006,7.329,0c2.42,0,5.091,0,8.067-.01s6.232-.02,9.807-.022c3.654,0,7.052.008,10.861.012L392,54.388l12.66,0c8.721,0,17.983,0,27.647-.007s19.724-.035,30.064-.042l7.8-.007c2.522,0,5.529,0,8.208.012,5.507.027,10.527.069,15.656.064l16.192.017c2.8.005,5.181,0,7.827-.015l8.072-.056q2.3-.015,4.667-.024l2.382-.005h2.245l8.955,0h8.9q4.709-.006,9.135.021t8.572.031c2.676,0,5.664-.012,8.5-.019l16.837-.056c5.406-.02,10.848-.061,16.351-.076,5.235-.008,10.177-.051,15.389-.08,5.141-.034,10.574-.03,15.3-.008q3.588.015,6.88.024c2.205.006,4.219,0,6.491,0l12.618,0,5.811,0q2.7,0,5.325-.008c3.488-.009,6.847-.019,10.016-.018,1.569,0,3.154,0,4.563.007l3.881.011c4.966.012,9.038.029,11.8.073A27,27,0,0,1,714.888,54.421Z" style="fill:#d7bca0"/></g><g style="mix-blend-mode:multiply"><path d="M266.335,54.421c-.015.077-.377.134-1.035.183s-1.62.095-2.89.127l-4.49.072c-.442.006-.9.011-1.385.012l-1.439,0-3.089-.017c-.525,0-1.111,0-1.7-.014s-1.162-.024-1.74-.038c-1.168-.031-2.277-.049-3.494-.031s-2.51.049-3.866.048c-1.271,0-2.6.029-3.993.042l-4.191.031c-.715.005-1.4.017-2.152.016s-1.482-.018-2.2-.032-1.431-.027-2.129-.026l-2.189.007-2.217.009c-.76,0-1.444.008-2.163.034-1.286.043-2.685.118-4.083.119l-4.023.02c-.647,0-1.394.011-2.066,0l-1.988-.027c-.654-.008-1.237-.01-1.887,0l-1.945.024c-2.579.028-5.1.068-7.511.1s-4.738.049-6.926.061l-3.176.022-2.95.005c-.93,0-1.871,0-2.669.006s-1.6.023-2.362.036-1.5.023-2.19.023c-.619,0-1.191.006-1.717.011-1.051.012-1.9.022-2.478.022-.3,0-.6,0-.912,0s-.628-.008-.929-.016c-.6-.015-1.163-.038-1.694-.059s-1.029-.044-1.5-.06-.9-.026-1.4-.034c-.963-.018-1.866-.038-2.7-.06s-1.588-.04-2.331-.077c-1.439-.074-2.494-.168-3.225-.241s-1.122-.137-1.112-.2a3.378,3.378,0,0,1,1.22-.135c.782-.029,1.918-.026,3.258-.032.646,0,1.452-.021,2.279-.028s1.739-.015,2.7-.019c.457,0,1.017,0,1.563.007s1.082.026,1.614.042,1.057.033,1.573.043c.257,0,.513.009.765.011h.819c.532,0,1.33-.007,2.4-.014q.8-.006,1.818,0c.6,0,1.263,0,2-.01s1.546-.02,2.432-.022c.907,0,1.75.008,2.7.012l2.913.015,3.14,0c2.163,0,4.461,0,6.858-.007s4.893-.035,7.457-.042l1.935-.007c.626,0,1.372,0,2.036.012,1.366.027,2.612.069,3.884.064l4.016.017c.694.005,1.285,0,1.942-.015l2-.056c.38-.01.766-.019,1.158-.024l.59-.005h.557l2.222,0h2.208c.779,0,1.534.008,2.266.021s1.44.028,2.126.031c.664,0,1.405-.012,2.109-.019l4.176-.056c1.341-.02,2.691-.061,4.056-.076,1.3-.008,2.525-.051,3.817-.08,1.276-.034,2.623-.03,3.8-.008.593.01,1.162.019,1.706.024s1.047,0,1.61,0l3.13,0,1.442,0q.67,0,1.321-.008c.865-.009,1.7-.019,2.484-.018.389,0,.782,0,1.132.007l.963.011c1.232.012,2.242.029,2.926.073S266.35,54.345,266.335,54.421Z" style="fill:#d7bca0"/></g><path id="Charles_River" data-name="Charles River" d="M707.221,511.516s10.682-4.377,12.931-13.95,8.152-22.7,10.4-25.439,9.137-9.573,9.98-10.941a5.283,5.283,0,0,1,3.654-2.6,21.144,21.144,0,0,0,6.185-1.778c1.406-.821,5.857-2.28,8.48-1.641s1.593,1.094,1.687,2-.143,1.342,1.687,1.55,1.1.446,1.814-1.236,1.744-2.7,2.776-2.192a10.645,10.645,0,0,1,2.719,1.423c1.593,1.094,2.436,1.732,3.561,1s2.068-.918,1.831-.367,6.761,1.349,8.462,1.406,1.7-.4,1.607-1.4.021-1.537.948-1.361A2.85,2.85,0,0,1,788,457.174c.843.912,2.343,1.277,2.53.821s-.094-1.459,1.124-1.276,2.343,1.55,3.936,1.732,3,.273,3.28-1.277.281-1.276,1.124-1.914,2.868-1.949,3.027-1.8a13.925,13.925,0,0,0,1.284,1.065c.937.73,9.437,12.357,9.826,12.561s1.65-.214,2.284-1.555.76-1.276-.615-3.5-10.388-12.454-10.388-12.454a11.242,11.242,0,0,1,2.266-2.258,45.512,45.512,0,0,0,6.372-5.835,10.61,10.61,0,0,1,7.965-3.647c2.9-.091,7.965-1.276,8.9-2.279s3.533-3.585,4.765-3.662,3.481.2,4.606-1.171S858.318,412.2,859.7,410.568s2.976-4.817.071-7.826c0,0-.748-1.316-1.545-.84s-1.8,1.7-3.69.176-17.68-12.918-17.68-12.918a3.876,3.876,0,0,0-.1-3.032c-.787-1.257-3.879,1.387-4.816,1.843s-2.5-.287-1.389-1.921,16.166-16.5,16.166-16.5l-1.811-1.557-14.78,12.792-4.371-3.847-.454,1.435-2.263.753-4.123.183-2.9-1-3.936-.821-8.152-5.015-3.748-4.559-.75-7.385-.171-2.649-5.471-1.652-.543-1.99.937-1.185,6.654-1.733.468-1.276-1.63-1.326-2.581-.948-.381-2.65-.051-1.241-1.542-1.038-1.385-.632.448-.736,2.624-.273,2.062-.091-.249-1.016-.5-.626-4.685.183-.75-.183-.021-1.762-.541-.973-1.968.821-2.249.638-.468,1.915.152,1.481-1.183.8-3.28-.182s-.536.055-.455-.839a16.462,16.462,0,0,1,.357-2.024s1.61-3.776,1.51-3.557.468-1.738.468-1.738l5.429-1.051,8.434-.091,2.087-.129.555-2.554-1.33-.873-10.124-.286-1.24-4.247a2.954,2.954,0,0,1,1.792-.918c1.232-.2,10.134-.84,10.134-.84l1.78-1.459-.341-1.613,31.171-2.341-.094,5.048s-.329.691.866.938a7.118,7.118,0,0,0,2.7-.139l.465-1.62.622-4.59,6.593-.88,7.3.363s.355,4.98.464,6.229l.109,1.249s-.043-1.57.869-1.15,1.754-.309,2.036-1.4-.188-6.018-.188-6.018l.825-.414,30-2.868a13.947,13.947,0,0,0,.188,2.553c.187.456.149.644,1.527.778s2.221-.14,2.315-1.234a74.46,74.46,0,0,0,.562-8.388c-.187-1.641-.315-2.884-.813-3.083a2.857,2.857,0,0,0-2.467.074c-.937.547-1.312,2.279-1.124,3.282l.187,1a3.846,3.846,0,0,1-2.811,1.459c-1.968.182-22.4,1.732-22.4,1.732a2.079,2.079,0,0,1-1.312-1.367c-.468-1.186-3-1.277-4.5-1.277a51.11,51.11,0,0,0-7.1.508c-1.235.313-1.61,1.5-1.516,2.683s1.218,1.824-1.5,1.915-32.141,2.28-32.141,2.28l-8.528.7s-.611-3.06-1.289-3.794-3.853-.94-3.853-.94-.26-1.421.38-1.793a30.926,30.926,0,0,1,4.857-.828s-.937-1.094-.188-1.824a8.357,8.357,0,0,0,2.249-2.462c.563-1.185.844-1.459-.562-1.55s-7.778-1.094-7.778-1.094-.706-.472.3-1.148a9.624,9.624,0,0,1,4.57-1.04,2.606,2.606,0,0,0,2.624-.912,5.862,5.862,0,0,0,1.406-2.279s-1.078.934-.961-.308a8.8,8.8,0,0,1,.849-2.662s.205-1.042.861-.86,1.312,0,1.5-1.094.111-5.306.111-5.306l-.3-.711-.656-.092-2.379.283-7.085-.738-3.467-.456-4.5-.639-12.828-1.538.065-2.375.113-.737,1.124-.091,3.655-.364,1.03-.73.8-1.061.795-.033,2.569,2.022,2.773.713,4.5-.456,2.249.365,1.5.912,3,.365,4.311-.365,1.549-.805.419-1.657-2.156-6.109-1.218-2.644.715-2.089,1.909-.1,1.179,1.144,1.351,2.229,1.968,1,2.061.821.656.912.748,3.781.939,3.148,1.595,1.322,1.31.137,1.312-.821.777-1.17-.121-1.838-2.156-5.015-.281-2.28,1.345-4.179,1.373-.653,2.483-1.482,2.108-1.5.141-.889-.623-.962,3.083-2.32,1.265-.889h.913l3.936-1.436,5.515-2.658a12.586,12.586,0,0,0,.74-1.172,1.924,1.924,0,0,0-.155-.784l1.42-.652,3.038-.545,1.179.477.439.236,6.8,1.405,1.828-.068,1.546-.547.5-.259,1.818.942,1.827.684,3.866.958,3.022,2.53,3.443,1.436,3.233.752,3.3,1.026,1.125-.411.6-1.087.384-2.263L879.045,249s.36-.89.571-.958,1.616,0,1.827-.068,1.5-.228,1.5-.228.4,1.117.467,1.322,1.486,8.584,1.486,8.584l.482.237s.773-.274.983-.342a15.815,15.815,0,0,0,1.547-1.641l2.038-1.983v-1.255l.28-.592-.352-1.367v-1.3l1.185-.11,1.275-.848L893.882,244l.352-3.35-.211-.958-.8-.071-.116-.544.281-.821V237.3l.422-.752,1.367-1.125,1.023-1-.511-5.547.37-1.291h.773l1.335-.342a4.264,4.264,0,0,1,.633-.753c.211-.136.562-.683.773-.752a2.91,2.91,0,0,1,1.757-.752c1.054,0,3.654.274,3.654.274h2.952l1.054-.411,1.127-2.39s.7-1.508,1.685-.755,11.455,12.377,11.455,12.377a10.883,10.883,0,0,0,1.8,1.8c.726.46,1.288.254,2.343.46s2.6,2.8,3.514,3.624,1.265,2.188,2.248,2.462a8.775,8.775,0,0,0,2.43.565c.452-.087.944-.907,1.3-1.318s.7-.615.422-1.094-5.271-6.906-5.693-7.453-.7-1.3-1.124-1.778a5.165,5.165,0,0,0-1.276-.909,38.518,38.518,0,0,1,3.592-3.666c.987-.691,2.075-2.179,3.6-2.016s2.232.163,2.3,1.872-.211,2.188.843,2.325a23.446,23.446,0,0,1,2.811.752c.843.206,2.249-.136,2.249-2.393s.492-5.4,1.335-6.086,1.735-.823,3.046.238,1.382.788.609,2.839-2.5,5.54-2.269,7.42,2.761,1.675,5.08.786,5.552-1.641,6.255-3.282,1.968-6.5,2.319-7.591a2.01,2.01,0,0,1,2.46-1.367c.913.342.7,3.077.632,6.291s-.14,2.735,1.476,2.188,2.882-.821,3.022-1.915,1.054-1.641,1.968-.889a3.263,3.263,0,0,1,.914,3.283c-.281,1.231-.211,1.573.14,1.641s.914.137.914.137V511.88Z" style="fill:url(#linear-gradient-2)"/><g style="opacity:0.5"><g style="opacity:0.25"><path d="M816.337,130.135l-.364-2.727s-.186.149-.481.379a9.659,9.659,0,0,0,.418,2.685C816.175,130.264,816.337,130.135,816.337,130.135Z" style="fill:url(#linear-gradient-3)"/></g><g style="opacity:0.25"><path d="M736.561,153.766l.364,2.727.351-.227c.169-.8.416-1.989.709-3.421Z" style="fill:url(#linear-gradient-4)"/></g><path d="M808.341,132.5a10.779,10.779,0,0,0-2,.182c-.727.182-1.454-1.091-2.726-.364a6.273,6.273,0,0,1-4.543.546c-1.817-.364-2-.727-3.271,0a17.053,17.053,0,0,1-3.453,1.272l-5.088-1.272-2.544.363-4.906.364s-1.272,3.09-3.089,2.908-6.179-1.272-6.179-1.272L760,143.405h-6l-2.181,3.453-14.55,9.408c-.113.532-.193.9-.226,1.026-.323,1.245-4.121,17.3-3.223,21.222s2.521,13.4,4,17.2-.624,11.075,3.092,15.1,10.19,8.7,12.421,10.747,7.35,5.305,15.359,4.468,15.26-3.393,17.269-6.294a10,10,0,0,1,.8-1,66.576,66.576,0,0,0,2.435,6.9c.954,1.936,4.746,7.927,4.4,8.2s3.031-1.36,3.031-1.36-7.155-9.733-5.772-17.042,4.928-13.5,4.083-18.132-7.039-9.271-7.039-12.543,2.253-6.271,2.534-9.816-.829-18.3,1.134-19.646,16.39-6.915,18.609-10a101.732,101.732,0,0,0,5.692-9.1c1.329-2.3.588-3.792.042-5.726-1.148.9-4.253,3.264-4.843,3.117A27.407,27.407,0,0,1,808.341,132.5Z" style="fill:url(#linear-gradient-5)"/><path d="M965.627,57.7H615.335A94.11,94.11,0,0,1,607.381,70a57.342,57.342,0,0,1-12.606,5.769l7.527-.312a16.736,16.736,0,0,1-2.2,1.6c-7.321,4.362-12.107,3.272-14.36,5.726s-3.66,6.544-16.612,5.453-18.583-3.272-17.175-4.908,1.689-7.089,0-10.361-9.855-13.634-13.515-15H475.215a67.142,67.142,0,0,1-9.594,4.608c-4.613,1.663-7.332-.581-11.04,2.722s-7.369,8.757-4.272,16.665-1.971,18.541-6.476,22.086-8.378,4.669-13.9,6.424-12.534,3.671-15.364,6.122-2.831,3.541-4.238,5.995-9.01,11.18-14.923,16.906-9.573,7.634-11.544,12.542-2.816,11.452-3.942,18.269-5.913,11.725-3.1,17.178,3.1,7.362,2.252,12-4.223,12.543,1.408,20.723,9.01,17.451,9.01,22.9-1.126,10.907-1.126,18,.845,9.544-1.126,13.361-7.6,10.907-10.7,15.269-5.349,6.272-9.01,7.908-5.349.545-9.854-2.454-8.447-10.634-9.292-15.27-1.689-9-3.1-12.27-.281-5.453-5.912-4.908-11.263,1.091-11.263,5.181a38.8,38.8,0,0,0,3.66,16.9c3.1,6.272,3.1,10.089,2.534,16.633s-.281,15.815-1.689,19.632-1.126,7.362,5.913,13.633,11.544,16.361,11.825,19.087-2.219,12.388-13.5,22.827-43.1,42.886-49.008,48.885a46.293,46.293,0,0,0-13.233,25.085c-1.971,11.18-9.01,40.082-11.263,47.717s-4.223,12.543-4.223,12.543h89.536s2.895-2.482,3-4.377c.29-5.441-.4-12.091,3.367-15.547s2.413-1.4,9.724,4.267a58.6,58.6,0,0,0,20.392,10.271c6.039,1.7,8.837,1.985,11.366-.5s-2.972,1.344,2.53-2.484,5.909-7.622,11.156-3.806-.058.542,9.7,9.742c1.323,1.246,2.461,2.319,3.449,3.251h89.462a14.633,14.633,0,0,1,8.75-1.776c4.418.652,7.646,1.107,10.555,1.776H636.605q.439-.66.866-1.33c4.085-6.436,4.761-7.463,4.522-10.5s-1.319-6.159-1.4-8.084-.4-5.518-2.027-7.462a10.842,10.842,0,0,1-2.183-3.37c-1.181-2.173-1.475-2.066-1.893-6.08s1.486-7.245,2.9-9.842,1.917-3.368,1.532-5.05a9.636,9.636,0,0,1-.534-2.929,12.712,12.712,0,0,1-.463-5.342A75.01,75.01,0,0,0,639.1,442.5c.124-2.909-.583-3.345-.35-5.513s3.718-1.269.465-4.335-4.13,1.592-3.26-1.242,1.192-4.079.247-5.818-1.869-3.657-1.869-3.657,3.571-1.649,4.344-3.58-.918-3.744,1.6-4.4,7.811-2.5,10.192-5.364,4.1-6.526,4.328-8.694-.886-2.28.427-3.974,3.2-1.686,3.54-3.113-1.3-1.956-3.447-1.26-3.082.6-3.3-.88,1.088-1.351-1.741-3.1-1.66-.35-4.077-2.419-1.64-.531-3.176-3.79-1.6-6.186-.716-7.376c0,0,3.462-2.39,4.017-5.8s.12-6.379,1.033-6.105.4,1.5,1.407,2.7,4.913,3.417,5.732-.7,2.766-9.947.353-8.547-3.707,2.913-5.27,1.66-1.531.212-1.555-3.078,2.281-5.431-2.154-11.538-6.565-5.591-5.45-8.948,1.27-4.8,3.92-4.9,5.076.146,9.444-.144,5.627,2.028,5.436-1.461,4.46-4.664-2.255-5.34-5.794-2.227-9.816.107-5.58,4.55-7.092,4.581-1.737.373-2.16-.948a70.1,70.1,0,0,0-2.279-8.629c-1.862-5.483-1.714-5.1-3.044-8.524s-5.077-8.911-6.837-11.827-.584-3.346-3.53-4.008-2.945-.661-7.042-2.9-2.277.136-5.118-3.255-6.744-7.435-9.391-12.632-3.933-5.509-6.176-9.2-4.35-8.655-3.737-12.611a26.619,26.619,0,0,0,.255-7.643c-.159-2.025-.265-8.061-.262-13.356s-.312-5.875-1.377-10-4.164-8.637-.733-12.491,3.8-3.816,6.532-4.637,6.384-5.018,6.83-9.172.193-10.572.993-14.508,8.339-3.908,11.059-2.9,22.011,2.217,31.859,3.574,19.815-3.665,19.815-3.665a20.094,20.094,0,0,1,9.64-7.246c6.466-2.27,6.085-.482,9.407-5.078s11.725-19.635,10.018-26.563-2.138-6.424.014-12.415,4.092-1.232,2.777-8.3-.8-15.418,6.667-14.666,8.553,2.87,10.274-2.618.492-6.341,1.721-5.487,5.067,1.972,6.194.259,1.83-4.746,8.588-.961,8.776,7.823,8.555,11.635,2.243,3.7.627,6.454-8.526,3.889-4.049,4.34,5.655.022,5.519,1.286l-.136,1.265s-2.876.44-3.61,2.01a13.527,13.527,0,0,0-.834,7.768c.583,3.345-1.064,4.64,1.007,4.666a21.442,21.442,0,0,1,3.731.376s-2.445,12.172-3.845,18.992l13.477-8.713,2.181-3.454h6l10.54-8.18s4.361,1.091,6.178,1.273,3.089-2.909,3.089-2.909l4.907-.364,2.544-.363,5.088,1.272a17.053,17.053,0,0,0,3.453-1.272c1.272-.727,1.454-.364,3.271,0a6.273,6.273,0,0,0,4.543-.545c1.272-.728,2,.545,2.726.363a10.764,10.764,0,0,1,2-.182,27.407,27.407,0,0,0,2.726,1.091c.582.146,3.605-2.152,4.789-3.075v-.015c0-3.545.914-3.407,2.006-6.748s-.035-4.159-1.724-2.8-3.312-5.037-5.879-8.926-6.874-7.693-6.974-10.563a19.207,19.207,0,0,1,.563-5.238s-5.167-9.356-2.352-10.992,6.758-2.727,12.389-1.909,10.111-.52,9.842-1.9.06,2.17,6.09,2.987,26.217-2.117,34.566-5.83,9.474-4.531,9.474-6.44V67.512l2.284-1.058,2.153,2.774s12.175,1.829,18.933,1.829,6.138-3.736,14.331-4.322,11.572-1.131,18.893,4.595S933,77.879,933,77.879L934.26,80.2l2.992-1.525s8.6,10.381,12.825,16.925,18.02,28.9,18.865,31.357S972.9,136.5,972.9,136.5L973.44,62.7m-342.7,326a95.015,95.015,0,0,1,8.295-7.016c1.57-.572,2.527,2.811,4.385,4.824s4.244,2.619,7.1,5.829.056,4.753,1.07,7.594.405,1.5-.761,3.575-1.352,2.056-4.48,4.845-5.1,1.859-8.692,3.689.377,3.507-2.937,6.278-5.807-3.872-6.821-6.713-.433-8.261-.445-9.9-.712-3.907-.646-6.274S628.19,391.374,630.739,388.708Z" style="fill:url(#linear-gradient-6)"/></g><line x1="965.414" y1="57.775" x2="973.464" y2="62.872" style="fill:url(#linear-gradient-7)"/><path d="M902.56,67.109a3.552,3.552,0,0,1,.89-.429c.581-.239,1.428-.578,2.564-.988,1.116-.4,2.473-.863,4.055-1.34l1.267-.36,1.329-.333c.909-.21,1.87-.408,2.885-.564.5-.055,1.047-.159,1.606-.181a13.292,13.292,0,0,1,1.657-.039,9.16,9.16,0,0,1,3.232.684,31,31,0,0,1,3.318,1.581c1.049.6,2.151,1.23,3.244,1.978a35.165,35.165,0,0,1,3.2,2.386c.529.429,1,.879,1.524,1.373a15.345,15.345,0,0,1,1.367,1.6,7.035,7.035,0,0,1,.961,1.791,20.236,20.236,0,0,0,.329,2.042,2.339,2.339,0,0,0,1.49,1.327,14.672,14.672,0,0,1,1.885.837,5.244,5.244,0,0,1,1.471,1.236,16.213,16.213,0,0,1,1.118,1.645,26.912,26.912,0,0,0,2.417,2.933l1.338,1.434,1.29,1.381,1.224,1.315q.636.68,1.246,1.371a43.321,43.321,0,0,1,4.342,5.693c1.184,1.978,2.234,3.914,3.266,5.722l1.482,2.632,1.371,2.448,1.24,2.215,1.112,1.952c.359.633.7,1.241,1.026,1.813l.8,1.423,1.159,2.052c.14.253.279.5.421.758s.281.528.411.784q.374.762.71,1.451l.606,1.3.561,1.213,1.05,2.35c.31.736.579,1.373.862,2.043.512,1.271.855,2.215,1.086,2.871a4.613,4.613,0,0,1,.307,1.017,6.107,6.107,0,0,1-.5-1.046c-.3-.7-.725-1.675-1.228-2.84l-.892-1.972-1.083-2.322c-.187-.392-.414-.868-.64-1.339l-.662-1.381c-.226-.453-.448-.9-.665-1.336-.108-.218-.223-.432-.341-.641-.125-.225-.252-.451-.379-.68l-1.12-1.99-.844-1.508-.931-1.658-1.138-2.012c-.418-.753-.807-1.454-1.243-2.238s-.878-1.582-1.343-2.422l-1.455-2.606c-1.007-1.791-2.054-3.71-3.195-5.677a43.09,43.09,0,0,0-4.222-5.649q-.609-.678-1.224-1.366l-1.31-1.421-2.51-2.71a30.9,30.9,0,0,1-2.449-2.95c-.384-.541-.666-1.049-1.011-1.544a5.294,5.294,0,0,0-1.306-1.293,5.655,5.655,0,0,0-.927-.525c-.162-.084-.338-.147-.506-.219l-.49-.2a3.176,3.176,0,0,1-1.774-1.288,3.27,3.27,0,0,1-.306-1.074l-.032-.544-.074-.483a4.442,4.442,0,0,0-.34-.977c-.184-.3-.352-.6-.542-.881q-.313-.406-.617-.8-.339-.371-.667-.725c-.443-.441-.945-.929-1.462-1.349a35.584,35.584,0,0,0-3.152-2.377c-1.054-.707-2.148-1.368-3.275-1.995a28.3,28.3,0,0,0-3.24-1.556,9.087,9.087,0,0,0-3.4-.747,12.586,12.586,0,0,0-1.591.044c-.512.022-.977.11-1.5.173-1.017.152-1.983.356-2.9.566l-1.322.331-1.2.339-2.247.7-1.02.332-.866.288-2.626.9A3.017,3.017,0,0,1,902.56,67.109Z" style="fill:#ddd2be"/><path d="M889.183,68.853c-5.819-.375-7.508.376-10.136-1.314s-6.57-2.815-7.884-2.064.423,3.144-1.267,5.209-9.01,5.162-18.583,7.039-15.767,3.331-20.835,2.393-10.746-4.693-11.5-3-6.851,1.97-12.295,2.158-12.06,5.068-8.869,9.01,4.927,5.115,3.238,9.432,3.238,6.617,6.054,11.122,2.815,6.945,4.5,9.01,2.627,3.379,1.689,6.194a24.988,24.988,0,0,0-1.126,4.364" style="fill:none;stroke:#d9ccb6;stroke-miterlimit:10;stroke-width:0.5px"/><path d="M738.131,156.66a16.52,16.52,0,0,1-.464,1.945c-.315,1.234-.793,3.021-1.313,5.413a33,33,0,0,0-.648,3.915q-.287,2.15-.618,4.642c-.1.845-.193,1.729-.241,2.654a24.5,24.5,0,0,0,0,2.765,30.751,30.751,0,0,0,1.04,5.841l.83,3.165c.281,1.084.561,2.169.84,3.248.539,2.187,1.02,4.273,1.376,6.591.383,2.3.719,4.789,1.319,7.33a18.187,18.187,0,0,0,1.218,3.545,14.422,14.422,0,0,0,2.171,3.254,52.961,52.961,0,0,0,5.786,5.611c1.047.893,2.069,1.721,3.213,2.617l3.369,2.586a14.947,14.947,0,0,0,3.488,2.11,12.288,12.288,0,0,0,4.109.779,34.126,34.126,0,0,0,4.26-.174c1.456-.144,2.761-.329,4.129-.549a36.65,36.65,0,0,0,7.557-2.042,15.514,15.514,0,0,0,6.274-4.29,5.3,5.3,0,0,0,.6-.909l.138-.284.131.284a11.214,11.214,0,0,0,1.343,2.452c.234.255.329.24.425-.1a4.306,4.306,0,0,0,.119-.915c.027-.629,0-1.265-.032-1.9s-.083-1.22-.136-1.812a6.2,6.2,0,0,1-.013-1.843,24.693,24.693,0,0,1,1.209-3.571,33.162,33.162,0,0,0,1.911-7.054,12.761,12.761,0,0,0-.617-6.907,29.022,29.022,0,0,0-3.5-5.806,14.811,14.811,0,0,1-1.649-2.905,10.265,10.265,0,0,1-.68-3.193,14.042,14.042,0,0,1,1.1-6.077c.366-.944.939-1.755,1.221-2.614A14.233,14.233,0,0,0,788,171.8a31.336,31.336,0,0,0,.205-5.093c-.057-1.549-.2-3.061-.4-4.509-.094-.724-.215-1.432-.33-2.124s-.266-1.353-.356-2.051a6.554,6.554,0,0,1,.556-3.374,7.567,7.567,0,0,1,3.525-3.368,11.063,11.063,0,0,1,1.674-.663c.6-.192,1.168-.332,1.726-.5,1.107-.318,2.135-.644,3.089-.993s1.835-.714,2.654-1.093,1.551-.756,2.385-1.239a42.757,42.757,0,0,0,4.336-2.845,14.257,14.257,0,0,0,3.1-3.154,15.172,15.172,0,0,0,2.471-5.622,15.737,15.737,0,0,0,.266-1.584,3.541,3.541,0,0,1,.071-.544,2.6,2.6,0,0,1,.012.626,13.324,13.324,0,0,1-.219,1.741,14.507,14.507,0,0,1-5.623,8.931,41.778,41.778,0,0,1-4.354,2.883c-.767.445-1.73.95-2.7,1.384s-1.93.818-2.9,1.156-1.946.628-2.9.9c-.477.136-.957.262-1.411.411a10.754,10.754,0,0,0-1.444.581,8.123,8.123,0,0,0-1.6,1.008,6.391,6.391,0,0,0-1.681,2.014,5.913,5.913,0,0,0-.6,3.311c.151,1.115.448,2.39.629,3.8a46.148,46.148,0,0,1,.436,4.684,32.056,32.056,0,0,1-.189,5.212,16.125,16.125,0,0,1-.583,2.716,8.85,8.85,0,0,1-.576,1.33c-.23.412-.446.837-.64,1.277a13.9,13.9,0,0,0-1.191,5.817,10.178,10.178,0,0,0,.546,3.066,12.273,12.273,0,0,0,1.518,2.836,35.673,35.673,0,0,1,3.561,5.787,12.383,12.383,0,0,1,.93,3.41,15.176,15.176,0,0,1-.059,3.6,33.126,33.126,0,0,1-1.832,7.1c-.421,1.164-.934,2.309-1.268,3.488a4.439,4.439,0,0,0-.15,1.847c.06.668.117,1.347.156,1.989.036.613.063,1.215.055,1.812a8.663,8.663,0,0,1-.052.895,1.4,1.4,0,0,1-.35.913.471.471,0,0,1-.576-.1,2.086,2.086,0,0,1-.3-.351,6.911,6.911,0,0,1-.456-.747c-.27-.508-.5-1.027-.737-1.548h.269a4.059,4.059,0,0,1-.272.473,10.934,10.934,0,0,1-2.782,2.725,18.123,18.123,0,0,1-3.413,1.889,28.8,28.8,0,0,1-3.541,1.26,37.187,37.187,0,0,1-3.775.87c-.721.149-1.46.242-2.208.358-.376.058-.753.111-1.131.153l-1.07.126a35.622,35.622,0,0,1-4.294.24,14.084,14.084,0,0,1-4.251-.616,12.937,12.937,0,0,1-3.844-2.15l-3.259-2.491c-1.013-.786-2.134-1.675-3.173-2.552a58.081,58.081,0,0,1-5.859-5.551,16.539,16.539,0,0,1-2.308-3.183,17,17,0,0,1-1.413-3.71c-.628-2.45-.953-4.8-1.365-7.253-.365-2.428-.926-4.944-1.484-7.135q-.433-1.657-.83-3.179l-.795-3a32.437,32.437,0,0,1-1.1-5.974,24.6,24.6,0,0,1-.009-2.807c.047-.869.128-1.722.225-2.554.2-1.666.457-3.252.642-4.747.079-.733.183-1.511.3-2.175q.18-.965.375-1.829c.525-2.326,1.058-4.2,1.433-5.47A10.911,10.911,0,0,1,738.131,156.66Z" style="fill:#ddd2be"/><path d="M695.424,107.708a3.69,3.69,0,0,1,.034-1.087,4.969,4.969,0,0,1,1.553-2.6,10.739,10.739,0,0,1,4.267-2.141c.453-.146.941-.232,1.445-.344.492-.088,1-.17,1.525-.231a23.287,23.287,0,0,1,3.3-.145c.563.012,1.191.074,1.813.14a4.543,4.543,0,0,0,1.83-.094,1.97,1.97,0,0,0,1.268-1.231,8.1,8.1,0,0,0,.389-1.841,11.008,11.008,0,0,1,.4-1.97,6.6,6.6,0,0,0,.345-2.079,4.623,4.623,0,0,1,.1-1.033.845.845,0,0,1,.853-.559,8.676,8.676,0,0,1,2.164.339,4.642,4.642,0,0,0,2.161.14c.733-.21.976-1.032,1.557-1.55a3.2,3.2,0,0,1,2.2-.682,19.159,19.159,0,0,1,2.359.159c.767.1,1.518.226,2.249.381.764.149,1.521.35,2.276.563s1.51.474,2.247.77c.761.291,1.424.606,2.118.945a12.41,12.41,0,0,1,3.566,2.547,10.852,10.852,0,0,1,2.176,3.741,16.191,16.191,0,0,1,.6,2.143c.149.7.268,1.4.375,2.1s.188,1.315.335,1.983a14.933,14.933,0,0,0,.6,1.971,7.548,7.548,0,0,1,.54,2.018,3.99,3.99,0,0,1-.418,2.04,12.885,12.885,0,0,1-1.052,1.72,4.859,4.859,0,0,0-.466.823,1.255,1.255,0,0,0-.112.4c.023.1.02.17.14.216a14.965,14.965,0,0,0,1.826.289,3.311,3.311,0,0,1,1.759.88,2.414,2.414,0,0,1,.8,1.785,2.2,2.2,0,0,1-.958,1.658,3.629,3.629,0,0,1-1.713.624,3.5,3.5,0,0,0-1.5.411,3.986,3.986,0,0,0-1.57,2.44,23.3,23.3,0,0,0-.637,2.736,7.358,7.358,0,0,0,.137,2.426,6.361,6.361,0,0,0,.853,2.063,3.936,3.936,0,0,0,1.183,1.221c.878.549,1.808.389,2.493.679a1.512,1.512,0,0,1,.5.312,1.194,1.194,0,0,1,.354.535,3.239,3.239,0,0,1,0,1.1,16.985,16.985,0,0,1-.367,1.8l-.418,1.557c-.14.489-.266.931-.413,1.447-.295.984-.572,1.91-.83,2.772l-.737,2.381c-.444,1.4-.792,2.5-1.043,3.289a6.891,6.891,0,0,1-.384,1.132,6.536,6.536,0,0,1,.248-1.287c.2-.815.525-1.987.922-3.365.19-.662.428-1.494.671-2.344l.787-2.774c.128-.471.285-1.044.439-1.609s.3-1.114.424-1.666a12.86,12.86,0,0,0,.291-1.633,1.916,1.916,0,0,0-.037-.74,1.1,1.1,0,0,0-.557-.493,12.534,12.534,0,0,1-2.484-.671,4.225,4.225,0,0,1-1.411-1.415,6.671,6.671,0,0,1-.855-2.007,7.647,7.647,0,0,1-.195-2.639,20.461,20.461,0,0,1,.645-2.837,4.568,4.568,0,0,1,1.667-2.684,3.463,3.463,0,0,1,1.632-.51,3.4,3.4,0,0,0,1.546-.473,1.894,1.894,0,0,0,.913-1.284,1.865,1.865,0,0,0-.52-1.53,2.8,2.8,0,0,0-1.489-.886c-.593-.156-1.208-.132-1.883-.279a.746.746,0,0,1-.5-.315c-.077-.089-.061-.207-.085-.312a1.818,1.818,0,0,1,.047-.28,4.036,4.036,0,0,1,.449-.918c.363-.562.766-1.073,1.062-1.651a4.136,4.136,0,0,0,.524-1.836,5.636,5.636,0,0,0-.425-1.922,18.96,18.96,0,0,1-.636-1.987c-.163-.666-.27-1.458-.377-2.159a24.659,24.659,0,0,0-.857-4.034,10.884,10.884,0,0,0-1.994-3.71,8.547,8.547,0,0,0-1.485-1.4,14.374,14.374,0,0,0-1.788-1.132c-.347-.2-.723-.368-1.092-.557l-.571-.256c-.179-.082-.359-.163-.543-.234-.727-.3-1.469-.564-2.218-.8s-1.507-.429-2.269-.594c-.808-.178-1.6-.311-2.369-.421a19.57,19.57,0,0,0-2.247-.174,3.764,3.764,0,0,0-2.072.45,3.032,3.032,0,0,0-.719.781,2.625,2.625,0,0,1-.823.86,3.454,3.454,0,0,1-2.3.074,14.864,14.864,0,0,0-2.088-.391c-.331-.011-.684.014-.82.193a1.627,1.627,0,0,0-.176.9,7.625,7.625,0,0,1-.265,2.084,10.649,10.649,0,0,0-.429,1.949,11.673,11.673,0,0,1-.393,2.085,2.326,2.326,0,0,1-1.522,1.54,4.89,4.89,0,0,1-1.923.106c-.593-.055-1.1-.117-1.7-.13a22.274,22.274,0,0,0-3.3.141c-.519.053-1.019.143-1.506.222-.459.108-.922.177-1.356.314a12.121,12.121,0,0,0-1.272.405,8.961,8.961,0,0,0-1.167.492,8.325,8.325,0,0,0-1.026.569,6.161,6.161,0,0,0-.792.592,5.139,5.139,0,0,0-1.589,2.452A4,4,0,0,1,695.424,107.708Z" style="fill:#ddd2be"/><path d="M658.718,178.235a2.337,2.337,0,0,1,.727-.308c.471-.171,1.163-.395,2.049-.764a10.04,10.04,0,0,0,2.891-1.728c.252-.215.506-.453.758-.714s.491-.516.739-.793c.493-.552.97-1.166,1.493-1.793a7.8,7.8,0,0,1,.9-.921,9.615,9.615,0,0,1,1.051-.8,18.743,18.743,0,0,1,2.322-1.26,25.044,25.044,0,0,1,2.733-1.038q1.379-.427,2.912-.809l3.088-.717c.255-.079.493-.177.741-.264.235-.114.455-.273.7-.413a8.273,8.273,0,0,0,1.234-1.091,12.168,12.168,0,0,0,1.023-1.232c.305-.456.627-.9.9-1.383.294-.472.562-.962.83-1.453s.5-.97.735-1.459l1.247-2.82,1.211-2.79c.2-.45.422-.968.643-1.428s.427-.9.614-1.364.345-.865.5-1.33.3-.933.433-1.4a41.765,41.765,0,0,0,1.132-5.538c.128-.9.241-1.792.319-2.653a15.012,15.012,0,0,0-.025-2.512c-.068-.815-.182-1.6-.3-2.367s-.231-1.5-.34-2.205-.2-1.407-.253-2.016a14.149,14.149,0,0,1-.075-1.817,10.4,10.4,0,0,1,.191-1.683c.089-.47.193-.9.3-1.288a16.587,16.587,0,0,1,.61-1.8c.086-.216.174-.429.273-.643s.2-.437.305-.643c.205-.412.417-.788.622-1.138s.409-.672.606-.973a8.929,8.929,0,0,0,.549-.88,5.016,5.016,0,0,0,.42-1.906,11.552,11.552,0,0,0-.051-1.736c-.1-1.075-.246-1.861-.35-2.405a4.045,4.045,0,0,1-.139-.839,3.036,3.036,0,0,1,.325.875,16.718,16.718,0,0,1,.486,2.438,10.978,10.978,0,0,1,.092,1.748,5.137,5.137,0,0,1-.448,2.058c-.167.348-.41.671-.623,1.024s-.424.691-.621,1.039-.381.7-.55,1.044l-.243.521-.239.567a16.98,16.98,0,0,0-.585,1.7c-.112.385-.225.825-.319,1.322a10.85,10.85,0,0,0-.186,1.479,14.513,14.513,0,0,0,.054,1.814c.06.677.14,1.306.24,2.012s.213,1.423.325,2.179.222,1.546.291,2.366a15.978,15.978,0,0,1,.035,2.549c-.074.873-.194,1.749-.323,2.65a42.235,42.235,0,0,1-1.14,5.542c-.13.47-.276.939-.432,1.407-.147.453-.345.986-.539,1.453-.4.967-.85,1.794-1.224,2.676l-1.226,2.779c-.214.48-.392.88-.6,1.343l-.622,1.384q-.178.395-.381.792l-.2.4-.194.376c-.279.49-.533.993-.834,1.469-.283.486-.592.955-.913,1.414a11.956,11.956,0,0,1-1.084,1.353,9.541,9.541,0,0,1-1.2,1.11c-.21.15-.452.284-.686.433a4.739,4.739,0,0,1-.779.32c-1.046.285-2.071.488-3.075.744-.981.244-1.962.513-2.939.823a22.481,22.481,0,0,0-2.671,1.011,17.85,17.85,0,0,0-2.472,1.341,9.318,9.318,0,0,0-.994.764,6.674,6.674,0,0,0-.823.84c-.524.62-1.009,1.263-1.513,1.827-.251.282-.5.558-.752.812-.237.248-.489.48-.74.7a8.875,8.875,0,0,1-1.575,1.114c-.261.157-.541.277-.783.4l-.685.285a18.61,18.61,0,0,1-2.129.684C658.986,178.232,658.718,178.276,658.718,178.235Z" style="fill:#ddd2be"/><path d="M599.573,197.187c-.03-.035.09-.253.284-.648a9.964,9.964,0,0,0,.6-1.824,18.589,18.589,0,0,0,.406-2.946c.024-.292.041-.6.053-.917s.032-.626.039-.953c.022-.649.027-1.334.021-2.049,0-.349-.008-.734-.012-1.127s-.01-.77-.015-1.156c-.011-.776-.034-1.512-.081-2.319-.024-.4-.021-.819-.033-1.248a8.946,8.946,0,0,1,.136-1.315,5.606,5.606,0,0,1,.989-2.457,5.422,5.422,0,0,1,2.224-1.672,8.582,8.582,0,0,1,1.361-.467,14.639,14.639,0,0,1,1.439-.294c.475-.077.94-.147,1.4-.195a13.33,13.33,0,0,1,1.456-.073c.491,0,.984.014,1.476.048l1.435.108c.853.072,1.78.162,2.7.3l2.641.405,1.355.2,1.3.187,1.245.14,1.286.137,4.958.561,4.568.529,2.1.237,1.946.22,1.762.19,1.561.143,1.447.13,1.134.1,1.638.126.6.048.614.05,1.116.1.99.071c.31.022.6.026.928.037.636.019,1.234.027,1.787.016s1.049-.026,1.538-.052a16.175,16.175,0,0,0,2.121-.224c.477-.086.724-.195.743-.173a1.607,1.607,0,0,1-.768.356,11.9,11.9,0,0,1-2.161.359c-.43.039-.968.083-1.52.1s-1.162.033-1.8.022c-.305,0-.679-.006-1.043-.03l-1.073-.068-1.043-.086-.508-.041-.543-.043-1.592-.125-1.2-.109-1.324-.124-1.609-.155-1.779-.2-1.923-.227-2.071-.247-4.523-.551-4.917-.588-1.275-.147-1.344-.156c-.9-.119-1.72-.263-2.556-.391l-2.634-.423c-.454-.074-.843-.126-1.275-.18l-1.319-.14-.762-.069-.389-.034-.366-.029c-.489-.039-.976-.058-1.462-.068s-.968.011-1.447.047c-.5.054-1,.12-1.475.2s-.937.161-1.374.269a9.065,9.065,0,0,0-1.308.427,5.358,5.358,0,0,0-2.162,1.535,5.238,5.238,0,0,0-1.018,2.346,9.732,9.732,0,0,0-.119,2.461c.057.846.1,1.742.11,2.523l.021,1.136.018,1.073c.009.728.007,1.425-.012,2.089-.008.329-.018.65-.038.963s-.026.593-.051.883c-.037.579-.1,1.136-.174,1.661-.045.259-.076.522-.133.752l-.145.637a7.68,7.68,0,0,1-.724,1.865C599.765,197.035,599.6,197.217,599.573,197.187Z" style="fill:#ddd2be"/><path d="M636.484,436.579a7.574,7.574,0,0,1-.031-.836,4.715,4.715,0,0,0-.127-.966,1.257,1.257,0,0,0-.818-1,3.194,3.194,0,0,0-1.638.188,5.248,5.248,0,0,1-.918.207c-.37.008-.459-.445-.446-.777a42.259,42.259,0,0,1,.949-4.9,14.829,14.829,0,0,0,.363-2.9,3.741,3.741,0,0,0-.323-1.517,4.114,4.114,0,0,0-.983-1.29c-.4-.382-.856-.739-1.253-1.172a4.71,4.71,0,0,1-.938-1.518,15.517,15.517,0,0,0-1.89-3.226c-.773-1.068-1.626-2.153-2.446-3.337a8.376,8.376,0,0,1-1.043-1.854,6.858,6.858,0,0,1-.426-2.146c-.105-2.951.951-5.961.642-9.182a49.141,49.141,0,0,1-.473-5.048,16.561,16.561,0,0,1,.24-2.594,6.847,6.847,0,0,1,1.016-2.382,18.573,18.573,0,0,1,3.6-3.682c1.332-1.086,2.752-2.089,4.214-3.166.73-.533,1.463-1.091,2.19-1.679l2.156-1.864c.363-.317.744-.621,1.085-.967a1.047,1.047,0,0,0,.341-.615,5.8,5.8,0,0,0,.007-.735,9.532,9.532,0,0,1,.382-2.975,10.1,10.1,0,0,1,3.141-4.838,4.158,4.158,0,0,0,1.554-2.476,13.849,13.849,0,0,0,.2-3.058,18.4,18.4,0,0,1,.141-3.1,1.713,1.713,0,0,1,.349-.718.929.929,0,0,1,.748-.274,3.319,3.319,0,0,1,1.463.585,16.951,16.951,0,0,1,2.418,2.02,9.5,9.5,0,0,0,1.161,1.047c.21.139.469.2.609-.027a2.716,2.716,0,0,0,.326-.7c.334-1.007.68-2,1.094-2.975.174-.462.407-1.051.147-1.455a.766.766,0,0,0-.7-.131,3.816,3.816,0,0,0-.784.229,13.765,13.765,0,0,0-1.5.713,3.468,3.468,0,0,1-.771.344,1.032,1.032,0,0,1-.844-.146,5.893,5.893,0,0,1-1.092-1.242,15.318,15.318,0,0,0-1.031-1.246,4.771,4.771,0,0,1-.989-1.282,3.186,3.186,0,0,1-.27-1.581c.077-1.067.326-2.09.439-3.124a11.1,11.1,0,0,0-.772-6.365c-1-1.975-2.774-3.387-4.381-4.889a8.3,8.3,0,0,1-2-2.594,6.857,6.857,0,0,1-.469-3.15,21.38,21.38,0,0,1,.346-2.938,4.138,4.138,0,0,1,2.163-2.13,23.683,23.683,0,0,1,5.972-1.8c1.974-.389,3.968-.662,5.921-1.06a10,10,0,0,0,1.428-.384,1.883,1.883,0,0,0,.6-.329c.071-.074.1-.129.072-.181a.579.579,0,0,0-.2-.2,7.494,7.494,0,0,0-2.835-.619,7.629,7.629,0,0,0-2.955.3c-.947.43-1.935.846-2.862,1.222-1.84.753-3.682,1.479-5.47,2.3a5.915,5.915,0,0,1-1.371.5,2.007,2.007,0,0,1-1.43-.231,5.217,5.217,0,0,1-1.7-2.285,37.375,37.375,0,0,1-2.036-5.461c-.5-1.868-.91-3.732-1.461-5.546s-1.157-3.6-1.816-5.346-1.349-3.47-2.162-5.108a21.325,21.325,0,0,0-1.371-2.35c-.506-.748-1.054-1.48-1.533-2.255-1-1.533-1.634-3.24-2.53-4.724a2.875,2.875,0,0,0-1.782-1.582c-.8-.13-1.723-.062-2.585-.233a17.868,17.868,0,0,1-2.513-.673c-.815-.262-1.619-.544-2.4-.874a16.392,16.392,0,0,1-2.251-1.164l-1.053-.654a6.128,6.128,0,0,1-1.006-.777,32.787,32.787,0,0,1-3.141-3.705c-.962-1.259-1.895-2.5-2.842-3.692a38.029,38.029,0,0,1-2.684-3.632c-.8-1.243-1.513-2.5-2.228-3.706-.707-1.192-1.435-2.376-2.224-3.455s-1.649-2.066-2.3-3.082a35.875,35.875,0,0,1-3.257-6.3c-.435-1.057-.828-2.108-1.2-3.136a12.148,12.148,0,0,1-.832-3.137,28.567,28.567,0,0,1-.064-5.173c.191-3.153.665-5.663.594-7.351-.008-.9-.048-1.791-.091-2.709-.046-.952-.092-1.873-.136-2.772-.084-1.791-.142-3.475-.17-5.062q-.016-2.375-.031-4.482a27.516,27.516,0,0,0-.3-4.147,16.525,16.525,0,0,0-1.122-3.964c-.523-1.228-1.108-2.4-1.508-3.6a10.551,10.551,0,0,1-.679-3.568,7.856,7.856,0,0,1,.752-3.315,11.942,11.942,0,0,1,3.591-4.307,18.11,18.11,0,0,1,3.467-2.044c.985-.455,1.769-.751,2.3-.938a4.2,4.2,0,0,1,.8-.241c-.006.018-.309.133-.875.366s-1.4.583-2.438,1.108a17.321,17.321,0,0,0-3.513,2.28,11.123,11.123,0,0,0-3.207,4.283,7.71,7.71,0,0,0-.53,3.059,11.06,11.06,0,0,0,.764,3.445c.416,1.167,1.016,2.313,1.532,3.57a16.52,16.52,0,0,1,1.1,4.055,32.571,32.571,0,0,1,.294,4.687q0,2.432.059,4.814c.042,1.585.109,3.15.185,4.689.038.767.076,1.531.114,2.282.037.808.072,1.625.08,2.452.082,1.609-.359,3.977-.58,7.16a29.251,29.251,0,0,0,.042,5.391,10.685,10.685,0,0,0,.687,2.705c.338.935.7,1.916,1.105,2.937a37.145,37.145,0,0,0,3.232,6.457c.717,1.141,1.561,2.12,2.357,3.193a40.254,40.254,0,0,1,2.223,3.422,49.343,49.343,0,0,0,4.775,7.233c.946,1.18,1.87,2.411,2.816,3.655a42.2,42.2,0,0,0,3.012,3.668,8.116,8.116,0,0,0,.886.8c.31.226.678.437,1.019.656a18.11,18.11,0,0,0,2.147,1.194A31,31,0,0,0,618,293.305a12.906,12.906,0,0,0,2.535.274,2.811,2.811,0,0,1,1.319.334,3.225,3.225,0,0,1,.972.956c1.026,1.474,1.61,3.164,2.529,4.685.873,1.54,2.075,2.925,2.925,4.57a45.319,45.319,0,0,1,2.235,5.073c.664,1.738,1.294,3.508,1.855,5.316s1.019,3.664,1.476,5.519a33.916,33.916,0,0,0,1.869,5.431A9.145,9.145,0,0,0,637.155,328a1.8,1.8,0,0,0,1.23.624,3.1,3.1,0,0,0,1.381-.327c1.857-.861,3.674-1.576,5.448-2.3.886-.36,1.765-.717,2.628-1.1a5.537,5.537,0,0,1,1.36-.5,8.431,8.431,0,0,1,1.44-.139,11.76,11.76,0,0,1,3,.331,4.381,4.381,0,0,1,.731.256,1.476,1.476,0,0,1,.35.228.449.449,0,0,1,.161.478,1.167,1.167,0,0,1-.656.536,5.675,5.675,0,0,1-.728.247c-1.962.5-3.951.729-5.922,1.1a32.623,32.623,0,0,0-5.594,1.4,7.791,7.791,0,0,0-2.538,1.425,2.587,2.587,0,0,0-.761,1.159,13.837,13.837,0,0,0-.208,1.451,10.879,10.879,0,0,0,.009,3.384,5.158,5.158,0,0,0,.618,1.576,7.609,7.609,0,0,0,.983,1.288c1.515,1.559,3.365,2.9,4.61,4.792a8.17,8.17,0,0,1,1.234,3.118,13.52,13.52,0,0,1,.118,3.329c-.071,1.172-.312,2.313-.466,3.413a4.319,4.319,0,0,0,.028,1.6,2.933,2.933,0,0,0,.792,1.325,30.156,30.156,0,0,1,2.059,2.485,1.38,1.38,0,0,0,.559.412.991.991,0,0,0,.653-.059c.438-.2.909-.486,1.374-.7a6.142,6.142,0,0,1,1.475-.524,1.018,1.018,0,0,1,.886.166,1.037,1.037,0,0,1,.187.894,8.07,8.07,0,0,1-.534,1.546c-.2.491-.377.987-.542,1.485a7.349,7.349,0,0,1-.6,1.513.639.639,0,0,1-.439.289.937.937,0,0,1-.476-.138,4.2,4.2,0,0,1-.641-.518,26.84,26.84,0,0,0-2.306-2.09,6.831,6.831,0,0,0-1.272-.814,1.214,1.214,0,0,0-1.255-.064,1.95,1.95,0,0,0-.417,1.294c-.039.5-.046,1.013-.05,1.521-.006,1,.046,2-.05,3.027a4.962,4.962,0,0,1-1.084,2.9c-.352.418-.774.714-1.116,1.054a9.424,9.424,0,0,0-.99,1.1,9.894,9.894,0,0,0-1.435,2.6,9.15,9.15,0,0,0-.565,2.732c-.03.471,0,.907,0,1.419a1.223,1.223,0,0,1-.309.793,5.617,5.617,0,0,1-.531.52c-1.434,1.218-2.805,2.519-4.383,3.667-3.026,2.287-6.494,4.5-8.436,7.341a6.529,6.529,0,0,0-.948,2.279,17.768,17.768,0,0,0-.214,2.442,38.511,38.511,0,0,0,.453,4.754c.381,3.335-.674,6.435-.614,9.323a6.541,6.541,0,0,0,1.329,3.86c.75,1.095,1.554,2.132,2.323,3.179a17.887,17.887,0,0,1,2.007,3.286,5.128,5.128,0,0,0,.836,1.535,12.4,12.4,0,0,0,1.258,1.212,4.788,4.788,0,0,1,1.142,1.425,3.917,3.917,0,0,1,.387,1.707,14.515,14.515,0,0,1-.365,2.909c-.353,1.81-.882,3.442-1,4.836-.024.345.056.657.168.628a1.347,1.347,0,0,0,.393-.056l.459-.115a3.313,3.313,0,0,1,1.816-.155,1.165,1.165,0,0,1,.661.553,2.463,2.463,0,0,1,.239.657,5.6,5.6,0,0,1,.07,1.007A2.965,2.965,0,0,1,636.484,436.579Z" style="fill:#ddd2be"/><path d="M634.19,511.9c-.062-.051.016-.285.2-.684s.475-.967.877-1.707c.4-.719.888-1.594,1.425-2.609q.208-.389.431-.808l.45-.838a16.42,16.42,0,0,0,.868-1.836,9.883,9.883,0,0,0,.324-1.063,11.423,11.423,0,0,0,.332-3.429c-.043-.8-.149-1.655-.244-2.546-.088-.836-.237-1.706-.379-2.616s-.3-1.81-.45-2.736l-.262-1.4c-.089-.485-.173-.961-.275-1.425a9.926,9.926,0,0,0-.382-1.344,6.923,6.923,0,0,0-.647-1.269,5.556,5.556,0,0,0-.966-1.061c-.379-.325-.763-.525-1.168-.841a5.71,5.71,0,0,1-1.581-2.277,16.066,16.066,0,0,1-.781-2.6c-.078-.428-.185-.92-.224-1.37-.057-.444-.08-.888-.108-1.33s-.032-.824-.049-1.264-.015-.874.007-1.307a20.89,20.89,0,0,1,.86-4.97,35.6,35.6,0,0,1,1.59-4.355c.291-.671.587-1.314.881-1.929l.863-1.752a3.935,3.935,0,0,0,.379-1.523,6.6,6.6,0,0,0-.1-1.459c-.072-.476-.176-.945-.262-1.389l-.24-1.11c-.15-.686-.263-1.252-.318-1.64-.028-.206-.065-.406-.081-.617s-.041-.429-.048-.636q-.019-.621.011-1.158c.022-.358.043-.7.063-1.01l.068-.939c.047-.643.113-1.244.184-1.8s.143-1.05.237-1.537a19.566,19.566,0,0,1,.53-2.089c.149-.464.258-.71.317-.693s.06.3.009.815c-.063.54-.147,1.26-.249,2.131l-.122,1.5c-.03.55-.063,1.141-.1,1.769-.012.3-.026.659-.04,1.022s-.025.7-.038,1.054,0,.686.012,1.022l.042.5.072.53c.048.344.147.857.292,1.549.073.348.154.74.245,1.179.074.394.165.828.241,1.323A7.94,7.94,0,0,1,637,458.99a4.648,4.648,0,0,1-.459,1.846l-.871,1.728q-.443.9-.884,1.871a36.159,36.159,0,0,0-1.61,4.2,21.29,21.29,0,0,0-.927,4.757c-.021.415-.04.834-.031,1.256-.007.406.024.891.026,1.324a16.466,16.466,0,0,0,.254,2.518,15.555,15.555,0,0,0,.676,2.519,6.508,6.508,0,0,0,.534,1.124,4.621,4.621,0,0,0,.759.983,3.685,3.685,0,0,0,.523.431l.337.228c.107.071.208.154.309.236a5.442,5.442,0,0,1,1.089,1.127,6.084,6.084,0,0,1,.743,1.358,8.86,8.86,0,0,1,.456,1.482c.108.482.193.95.278,1.4l.267,1.381q.243,1.388.478,2.733c.149.879.312,1.763.427,2.668.1.862.224,1.676.288,2.551a12.045,12.045,0,0,1-.063,2.6c-.055.408-.131.8-.219,1.17a10.468,10.468,0,0,1-.315,1.086,16.422,16.422,0,0,1-.893,1.95q-.234.438-.455.852l-.418.776c-.275.507-.541.994-.8,1.447l-.386.646-.336.545c-.429.7-.792,1.262-1.068,1.627S634.251,511.946,634.19,511.9Z" style="fill:#ddd2be"/><path d="M940.883,85.093c-.192.073-2-2.033-5.122-5.906l1.1.238L933.9,80.986l-.8.419-.44-.793-.246-.442L931.382,78.3l-.279-.5.375-.487a5.62,5.62,0,0,0,1.272-2.926c-.042-.01.015.041-.028-.03s-.074-.126-.118-.2a5.4,5.4,0,0,0-.444-.51,11.793,11.793,0,0,0-1.184-1.052,35.183,35.183,0,0,0-2.922-2.06c-1.06-.679-2.2-1.357-3.409-2.022a21.783,21.783,0,0,0-3.77-1.758,16.065,16.065,0,0,0-8.77.488c-3.034.864-5.928,2.161-9.131,3.368a24.959,24.959,0,0,1-2.61.861,11.923,11.923,0,0,1-2.882.318c-1.9-.012-3.7-.207-5.557-.315l-5.647-.3c-1.852-.106-3.748-.211-5.712-.4A24.873,24.873,0,0,1,877.9,70.4a4.96,4.96,0,0,1-.783-.237,1.884,1.884,0,0,1-.541-.337,2.53,2.53,0,0,1-.323-.38,10.845,10.845,0,0,1-.69-1.241,3.94,3.94,0,0,0-.541-.868c-.085-.081-.027,0,.137-.005a4.947,4.947,0,0,0-.537.1c-.809.2-1.685.492-2.528.792l.523-1.167a7.011,7.011,0,0,1,.425,1.635,4.6,4.6,0,0,1-.127,1.892,3.362,3.362,0,0,1-1.19,1.647,16.13,16.13,0,0,1-2.876,1.654c-.943.458-1.869.9-2.778,1.371l-1.349.718a14.759,14.759,0,0,1-1.4.739l-.8.347-.77.238c-.512.165-1.024.316-1.53.431-1.013.266-2.016.488-2.993.7-2,.435-4.053.83-6.175,1.228-2.125.382-4.317.762-6.6,1.106-2.349.354-4.5.637-6.7.912s-4.4.541-6.627.758c-.555.06-1.123.1-1.7.143a4.856,4.856,0,0,1-1.979-.277,16.792,16.792,0,0,1-3.2-1.489q-.675-.4-1.323-.842c-.424-.287-.9-.679-1.109-.779-.074-.048-.069-.02-.064-.037a.145.145,0,0,0,.1,0,.253.253,0,0,0,.131-.045c.109-.089-.041.048-.161.265a3.758,3.758,0,0,1-.607.768,2.371,2.371,0,0,1-1.119.563c-.179.026-.423.043-.55.048l-.317.013c-.227.019-.458.041-.7.073l-1.473.21c-1,.149-2.014.3-3.04.4a29.776,29.776,0,0,1-3.116.169c-.526-.006-1.052-.023-1.581-.066s-1.082-.121-1.524-.168a13.514,13.514,0,0,0-5.547.5c-1.715.549-3.232,1.746-2.948,3.173a8.738,8.738,0,0,0,.84,2.488A24.242,24.242,0,0,0,801.534,90c.66,1.06,1.384,2.1,2.057,2.991l.25.33-.1.389a21.463,21.463,0,0,0-.655,3.739,5.281,5.281,0,0,0,.009.83,1.9,1.9,0,0,0,.206.676,16.541,16.541,0,0,0,.867,1.577c1.943,3.14,4.131,6.123,6.278,9.086a22.5,22.5,0,0,1,1.509,2.373A14.346,14.346,0,0,1,813,114.6l.75,2.558a9.818,9.818,0,0,0,.405,1.16c.127.336.4.707.418.66-.046,0-.026.015.145-.077a4.589,4.589,0,0,0,.545-.4,6.388,6.388,0,0,1,.718-.526,2.219,2.219,0,0,1,1.108-.366,1.213,1.213,0,0,1,.862.274.95.95,0,0,1,.3.412,1.106,1.106,0,0,1,.1.382,2.774,2.774,0,0,1-.126,1.054,8.972,8.972,0,0,1-.682,1.636l-.027.046c-.579,1.017-1.253,2.138-1.8,3.129a5.135,5.135,0,0,0,.051,2.209,11.11,11.11,0,0,1,.122,2.844,12.153,12.153,0,0,1-.245,1.269,4.031,4.031,0,0,0-.059,1.024c.04.663.355,1.424.486,2.338a8.4,8.4,0,0,1-1.06,4.96,24.421,24.421,0,0,1-2.631,3.913q-.735.913-1.48,1.779l-.746.858c-.286.285-.579.585-.877.849a23.119,23.119,0,0,1-3.978,2.557c-5.233,2.726-9.565,4.252-12.967,5.969-.214.115-.448.222-.647.344a3.162,3.162,0,0,0-.52.34,2.572,2.572,0,0,0-.514,1.092,13.049,13.049,0,0,0-.308,2.757,51.954,51.954,0,0,0,.229,5.4c.151,1.747.321,3.3.47,4.628.077.663.147,1.269.21,1.811a6.87,6.87,0,0,1,.054.844c-.014.27-.039.515-.072.736a25.726,25.726,0,0,1-1.612,4.89,35.585,35.585,0,0,0-1.511,4.125,2.6,2.6,0,0,0-.088.916,4.58,4.58,0,0,0,.2.914,14.08,14.08,0,0,0,.812,2c.643,1.319,1.364,2.569,2.066,3.781s1.393,2.384,2.012,3.546a9.617,9.617,0,0,1,1.326,3.549,15.893,15.893,0,0,1-.151,3.484c-.139,1.105-.343,2.151-.541,3.142a61.992,61.992,0,0,1-2.658,9.026,11.277,11.277,0,0,1-1.417,2.992,25.283,25.283,0,0,1,.953-3.284,82.567,82.567,0,0,0,2.214-9.172c.165-.989.333-2.032.427-3.111a13.751,13.751,0,0,0,.009-3.237,12.044,12.044,0,0,0-1.4-3.15c-.636-1.127-1.347-2.292-2.07-3.511s-1.467-2.491-2.138-3.9a12.021,12.021,0,0,1-.876-2.36,6.764,6.764,0,0,1-.116-.811,4.189,4.189,0,0,1,.073-.883,11.806,11.806,0,0,1,.374-1.345c.57-1.7,1.248-3.226,1.818-4.742.539-1.509,1.129-2.994.939-4.287-.168-1.513-.4-3.545-.637-6.21-.11-1.374-.245-2.962-.259-4.837a21.157,21.157,0,0,1,.178-3.058,7.057,7.057,0,0,1,.478-1.779,2.665,2.665,0,0,1,.714-.988,2.733,2.733,0,0,1,.476-.319c.143-.081.293-.178.433-.246,2.265-1.164,4.861-2.208,7.26-3.27,2.431-1.071,4.851-2.137,7.092-3.4a17.186,17.186,0,0,0,3.1-2.117,15.93,15.93,0,0,0,1.333-1.436c.456-.525.92-1.081,1.4-1.683a22.915,22.915,0,0,0,2.483-3.665,7.3,7.3,0,0,0,.954-4.22c-.083-.717-.391-1.463-.476-2.333a4.869,4.869,0,0,1,.046-1.293c.08-.441.193-.807.241-1.174a8.017,8.017,0,0,0-.014-2.131,18.519,18.519,0,0,1-.232-2.38,2.69,2.69,0,0,1,.306-1.226l.583-1q.591-1.011,1.209-2.068l-.015.025a8.351,8.351,0,0,0,.538-1.228,3.189,3.189,0,0,0,.149-.613c.041-.211-.057-.311,0-.3,0,.035-.19,0-.352.068a2.617,2.617,0,0,0-.549.324,5.573,5.573,0,0,1-1.4.929,1.123,1.123,0,0,1-1.038-.183,1.975,1.975,0,0,1-.539-.656,6.8,6.8,0,0,1-.544-1.339q-.378-1.305-.754-2.6a15.066,15.066,0,0,0-.9-2.471,17.475,17.475,0,0,0-1.376-2.273c-2.1-2.947-4.286-5.935-6.353-9.258-.353-.589-.7-1.177-1-1.8a3.179,3.179,0,0,1-.315-1.011,6.328,6.328,0,0,1-.011-1.029,22.21,22.21,0,0,1,.7-3.915l.02.1c-.681-.908-1.291-1.8-1.87-2.715a18.2,18.2,0,0,1-2.454-5.163,3.05,3.05,0,0,1,.5-2.742,5.649,5.649,0,0,1,2.363-1.683,13.5,13.5,0,0,1,5.866-.8c.994.067,1.984.256,2.991.287a24.683,24.683,0,0,0,3.016-.066c2.009-.137,4-.537,5.987-.724.243-.009.494-.011.766-.046a1.543,1.543,0,0,0,.712-.361c.393-.349.558-.893.91-1.128a.619.619,0,0,1,.607.067,4.061,4.061,0,0,1,.6.4c.4.306.811.591,1.234.863a18.71,18.71,0,0,0,2.951,1.558,7.633,7.633,0,0,0,1.62.491,9.175,9.175,0,0,0,1.7-.048c2.217-.189,4.416-.449,6.61-.707l3.283-.416,1.636-.216,1.513-.215q3.032-.441,6.21-1.012c2.116-.369,4.28-.793,6.5-1.249a48.246,48.246,0,0,0,6.5-1.7l.746-.33c.239-.125.467-.264.7-.394l1.4-.762c.934-.493,1.873-.951,2.8-1.4a21.117,21.117,0,0,0,2.7-1.473,3.358,3.358,0,0,0,1.066-1.088,2.9,2.9,0,0,0,.314-1.456,5.784,5.784,0,0,0-.416-1.98l-.062.139c.761-.274,1.533-.535,2.315-.751a3.131,3.131,0,0,1,1.149-.179c.345.111.569.49.773.815.2.343.372.706.563,1.062a2.079,2.079,0,0,0,.78.955,10.6,10.6,0,0,0,2.438.47c1.987.212,3.984.314,5.988.423l5.73.277c1.877.1,3.722.276,5.545.312a12.08,12.08,0,0,0,2.693-.223,17.528,17.528,0,0,0,2.531-.8c3.36-1.271,6.678-2.778,9.774-3.628a16.873,16.873,0,0,1,8.845-.493,17.627,17.627,0,0,1,3.745,1.653q1.788.962,3.461,2.013c1.113.7,2.182,1.426,3.179,2.2a15.9,15.9,0,0,1,1.411,1.226,3.149,3.149,0,0,1,.991,1.494,4.3,4.3,0,0,1-.529,2.01,8.676,8.676,0,0,1-.986,1.545v0l1.046,1.964.193.363.01.02.021-.01,3.006-1.489-.08-.018C939.467,82.752,941.077,85.019,940.883,85.093Z" style="fill:#d9ccb6"/><path d="M786.415,218.914a2.539,2.539,0,0,1-.3.465l-.374.51a9.3,9.3,0,0,1-.6.743,14.693,14.693,0,0,1-5.234,3.169,43.018,43.018,0,0,1-9.432,2.439,29.974,29.974,0,0,1-6.206.4,20.446,20.446,0,0,1-6.906-1.572A18.381,18.381,0,0,1,754,223.206a16.965,16.965,0,0,1-1.57-1.256c-.469-.424-.974-.845-1.488-1.266-2.065-1.681-4.273-3.4-6.435-5.251-1.057-.9-2.127-1.852-3.182-2.877a21.767,21.767,0,0,1-1.555-1.634,6.205,6.205,0,0,1-.7-.978l-.307-.52-.242-.55c-1.27-2.989-1.042-6.292-1.2-9.512a15.165,15.165,0,0,0-.271-2.388,7.845,7.845,0,0,0-.322-1.132c-.153-.415-.3-.834-.428-1.254-.525-1.68-.931-3.4-1.332-5.169-.793-3.541-1.489-7.205-2.294-11.077a14.505,14.505,0,0,1-.038-3.118c.083-1.009.2-2.013.333-3.014.279-2,.631-4,1.015-5.991s.807-3.992,1.258-5.988l.706-3,.624-3.006c1.394-6.765,2.768-13.437,4.218-20.474l.432.637c-.606-.12-1.287-.213-1.966-.277-.342-.032-.689-.055-1.038-.071a11.161,11.161,0,0,1-1.158-.068,1.366,1.366,0,0,1-.812-.408,1.3,1.3,0,0,1-.267-.849,10.438,10.438,0,0,1,.118-1.129,8.963,8.963,0,0,0,.051-2.015c-.069-.637-.219-1.4-.266-2.127a14.956,14.956,0,0,1-.008-2.21,12.964,12.964,0,0,1,1.027-4.319,3.062,3.062,0,0,1,.782-1.038,5.106,5.106,0,0,1,1.034-.661,8.613,8.613,0,0,1,2.243-.706l-.458.47.137-1.287a.528.528,0,0,0-.007-.2.954.954,0,0,0-.316-.106c-.773-.124-1.72-.134-2.6-.2-.911-.067-1.778-.122-2.724-.254a3.55,3.55,0,0,1-.777-.193,1.012,1.012,0,0,1-.271-.151.626.626,0,0,1-.173-.183.572.572,0,0,1-.112-.319.832.832,0,0,1,.362-.7,7.707,7.707,0,0,1,1.263-.724,16.9,16.9,0,0,0,3.04-1.76,3.62,3.62,0,0,0,1.031-1.2,2.339,2.339,0,0,0,.362-1.4,8.05,8.05,0,0,0-.646-1.544,6.072,6.072,0,0,1-.489-1.9,17.663,17.663,0,0,1-.006-1.852,8.73,8.73,0,0,0-.206-1.7,10.919,10.919,0,0,0-3.644-5.692,21.622,21.622,0,0,0-2.886-2.165,25.9,25.9,0,0,0-3.219-1.777,8.13,8.13,0,0,0-3.406-.9,2.317,2.317,0,0,0-1.42.561,5.518,5.518,0,0,0-1.018,1.4,4.741,4.741,0,0,1-.609.89,2.514,2.514,0,0,1-1.042.625,5.151,5.151,0,0,1-2.183.14,9.531,9.531,0,0,1-2.031-.493,8.048,8.048,0,0,1-.973-.426,6.808,6.808,0,0,1-.746-.468h.01a.376.376,0,0,0,.115.015.5.5,0,0,0,.232-.08.318.318,0,0,0,.137-.149c.019-.046.01-.01.014-.02l-.017.131-.039.472c-.026.327-.063.661-.107.992-.093.66-.215,1.317-.37,1.965a24.735,24.735,0,0,1-1.216,3.847,4.226,4.226,0,0,1-1.373,1.811,3.531,3.531,0,0,1-2.333.41c-1.438-.167-2.743-.485-4.1-.687a16.817,16.817,0,0,0-3.975-.3,4.644,4.644,0,0,0-3.2,1.634,7.786,7.786,0,0,0-1.524,3.411,19.046,19.046,0,0,0-.32,3.868,32.009,32.009,0,0,0,.333,3.906c.2,1.287.48,2.6.6,3.967a4.807,4.807,0,0,1,.022.53,2.641,2.641,0,0,1-.034.564,2.084,2.084,0,0,1-.178.621,1.755,1.755,0,0,1-.459.532,4.659,4.659,0,0,0-1.409,1.23,14.05,14.05,0,0,0-1.568,3.484,17.166,17.166,0,0,0-.99,3.706,10.994,10.994,0,0,0,.488,3.736c.309,1.269.669,2.512.938,3.8a9.058,9.058,0,0,1,.175,2,11.573,11.573,0,0,1-.138,1.952A34.518,34.518,0,0,1,692.766,150a75.28,75.28,0,0,1-3.391,7.429,71.121,71.121,0,0,1-4.292,7.283,15.387,15.387,0,0,1-2.912,3.409,5.95,5.95,0,0,1-2.228.92c-.737.178-1.448.341-2.161.54a32.979,32.979,0,0,0-3.64,1.219,20.358,20.358,0,0,0-3.237,1.74,19.238,19.238,0,0,0-5.078,4.879l-.1.139-.122.058c-.8.386-1.536.7-2.3,1a36.924,36.924,0,0,1-17.232,2.776c-5.758-.745-11.533-1.266-17.341-1.81l-7.878-.764c-1.313-.138-2.627-.288-3.943-.458-.661-.1-1.314-.173-1.983-.308a14.8,14.8,0,0,1-1.946-.5,13.349,13.349,0,0,0-7.425.349,3.431,3.431,0,0,0-2.285,2.284,28.4,28.4,0,0,0-.465,3.732c-.177,2.532-.2,5.088-.319,7.654a33.792,33.792,0,0,1-.336,3.9A12.162,12.162,0,0,1,600.7,199.2a14.042,14.042,0,0,1-2.5,3.141,10.04,10.04,0,0,1-1.616,1.263,8.2,8.2,0,0,1-.931.5,10.439,10.439,0,0,1-.992.338,13.232,13.232,0,0,0-1.773.614,6,6,0,0,0-1.472,1.007,35.925,35.925,0,0,0-2.629,2.746,5.439,5.439,0,0,0-1.389,3.163,9.339,9.339,0,0,0,.488,3.572c.357,1.194.825,2.377,1.245,3.6.438,1.236.715,2.493,1.045,3.714a22.6,22.6,0,0,1,.716,3.819c.119,1.293.129,2.568.136,3.839q.069,3.783.138,7.551.036,1.935.072,3.851c.018,1.282.033,2.54.153,3.824a23.609,23.609,0,0,1-.074,3.865c-.1,1.276-.394,2.538-.408,3.694a17.9,17.9,0,0,0,1.665,6.978,31.292,31.292,0,0,0,3.576,6.244c.726.961,1.533,1.9,2.249,2.924a29.5,29.5,0,0,1,1.936,3.163,40.623,40.623,0,0,0,3.74,6.149c1.419,1.935,2.982,3.763,4.555,5.587l2.332,2.745c.4.434.762.934,1.134.953a7.41,7.41,0,0,1,1.816.609c1.132.539,2.154,1.149,3.215,1.707a13.674,13.674,0,0,0,3.212,1.365c.568.149,1.152.277,1.74.413a5.443,5.443,0,0,1,1.837.678,2.048,2.048,0,0,1,.673.858c.133.3.226.574.33.837a10.935,10.935,0,0,0,.724,1.527c2.366,3.983,5.117,7.779,6.958,12.066.786,1.967,1.532,3.991,2.211,6.033s1.429,4.092,2.018,6.225c.3,1.064.556,2.148.771,3.24.111.543.206,1.09.343,1.592a4.347,4.347,0,0,0,.255.7.569.569,0,0,0,.121.169c.014.012.051.028.163.031.211.007.521-.029.811-.044l.443-.02a1.443,1.443,0,0,0,.314-.056,4.5,4.5,0,0,0,1.334-.766c.89-.672,1.783-1.427,2.734-2.1a29.8,29.8,0,0,1,2.981-1.9,10.172,10.172,0,0,1,1.669-.781,3.979,3.979,0,0,1,1.978-.173c1.246.235,2.326.559,3.5.744,1.164.2,2.323.312,3.555.464a11.718,11.718,0,0,1,1.717.361l.449.177a2.661,2.661,0,0,1,.468.335,1.185,1.185,0,0,1,.2,1.226c-.249.605-.562,1.016-.784,1.478a4.428,4.428,0,0,0-.469,1.379,5.033,5.033,0,0,0-.04.708c0,.279.028.545.008.841a2.6,2.6,0,0,1-.041.449l-.041.236-.1.271a.984.984,0,0,1-.489.5.787.787,0,0,1-.328.1,1.185,1.185,0,0,1-.288.017,15.669,15.669,0,0,1-1.681-.3,12.091,12.091,0,0,0-1.551-.2c-1-.061-2.067.068-3.144.1s-2.132.057-3.189.05l-3.14-.029a6.2,6.2,0,0,0-2.811.371,3.974,3.974,0,0,0-1.372,2.273c-.289.922-.671,1.928-.856,2.789a2.089,2.089,0,0,0,.077,1.217,4.259,4.259,0,0,0,.776,1.082c.657.7,1.381,1.409,2.047,2.145a33.368,33.368,0,0,1,3.676,4.8,10.372,10.372,0,0,1,1.8,5.686,21.545,21.545,0,0,1-.439,3.083,9.314,9.314,0,0,0-.14,1.43q.006.738.011,1.466a3.2,3.2,0,0,0,.061.616c.03.072-.013.008.034.047s.185.078.306.129a8.111,8.111,0,0,1,1.278.8c.668.422,1.5.013,2.283-.477.8-.494,1.54-1.035,2.43-1.507a1.113,1.113,0,0,1,1.03-.037,1.138,1.138,0,0,1,.467.85,5.565,5.565,0,0,1-.045,1.424c-.261,1.791-.724,3.444-1.1,5.072-.211.823-.322,1.584-.58,2.441-.08.205-.179.407-.269.608a5.036,5.036,0,0,1-.4.556,2.374,2.374,0,0,1-1.216.693,3.977,3.977,0,0,1-2.537-.47,5.168,5.168,0,0,1-1.894-1.559,9.1,9.1,0,0,1-.76-2.1.428.428,0,0,0-.259-.212c-.074,0,.015-.049-.075.063a3.423,3.423,0,0,0-.183.947c-.106,1.4-.14,2.805-.323,4.16a8.742,8.742,0,0,1-.465,2.012,8.972,8.972,0,0,1-.956,1.787,12.364,12.364,0,0,1-2.707,2.809l-.1.071.067-.064a3.332,3.332,0,0,0-.494,1.679,8.042,8.042,0,0,0,.107,1.849,13.644,13.644,0,0,0,1.149,3.56c.274.574.541,1.161.826,1.705a1.673,1.673,0,0,0,.5.642l.789.543c.531.385,1.021.817,1.5,1.211.242.2.487.391.731.56a2.574,2.574,0,0,0,.781.36,9.655,9.655,0,0,1,1.753.874,13.6,13.6,0,0,1,1.6,1.072,1.746,1.746,0,0,1,.664.9,3.269,3.269,0,0,1-.1,1,1.679,1.679,0,0,0,.384,1.35c.291.246.913.168,1.457.043.56-.124,1.106-.347,1.738-.484a4.418,4.418,0,0,1,1.931-.033,1.84,1.84,0,0,1,.939.517,1.377,1.377,0,0,1,.356,1.041,2.169,2.169,0,0,1-1.041,1.673c-.514.349-1.018.584-1.454.882a4.716,4.716,0,0,0-1.124,1.01,2.391,2.391,0,0,0-.6,1.194,12.1,12.1,0,0,0,.214,1.42,5.479,5.479,0,0,1-.049,1.54,12.752,12.752,0,0,1-.818,2.7,23.346,23.346,0,0,1-2.357,4.26c-.416.6-.841,1.145-1.26,1.643a9.733,9.733,0,0,1-1.34,1.268,20.7,20.7,0,0,1-5.093,2.808q-1.311.525-2.621.923c-.852.3-1.854.373-2.283.912s-.147,1.459-.17,2.292a3.405,3.405,0,0,1-.877,2.369,12.309,12.309,0,0,1-3.843,2.692l.1-.274,1.977,3.918a4.425,4.425,0,0,1,.393,2.709,18.565,18.565,0,0,1-.64,2.537l-.218.7-.115.348-.06.172-.031.085c-.021.021,0,.1-.031-.027a.111.111,0,0,0-.048-.039.138.138,0,0,0-.217-.011l.014-.018.059-.074.129-.146a2.069,2.069,0,0,1,.3-.257,1.816,1.816,0,0,1,.741-.315,2.342,2.342,0,0,1,1.511.343,6.128,6.128,0,0,1,1.167.917,6.992,6.992,0,0,1,.976,1.121,1.578,1.578,0,0,1,.292.726.921.921,0,0,1-.354.733,8.332,8.332,0,0,0-1.12.875,1.893,1.893,0,0,0-.407,1.235,11.406,11.406,0,0,0,.267,2.744,13.235,13.235,0,0,1,.078,2.767c-.207,5.481-2.229,10.653-.758,14.133l0,0v.009a7.147,7.147,0,0,0,.215,1.742,12.611,12.611,0,0,1,.393,1.683,5.12,5.12,0,0,1-.872,3.157,53.442,53.442,0,0,0-2.794,5.475,12.279,12.279,0,0,0-.932,5.441c.067.885.17,1.747.3,2.591a7.024,7.024,0,0,0,.781,2.393q.481.873.95,1.724c.316.565.545,1.155.894,1.7.368.523.786.987,1.168,1.467a6.156,6.156,0,0,1,.885,1.544,20,20,0,0,1,1.09,6.49c.285,2.063.814,3.9,1.064,5.627a10.318,10.318,0,0,1-.042,4.639,16.493,16.493,0,0,1-1.68,3.327c-.571.927-1.074,1.7-1.478,2.313l-.926,1.382a2.248,2.248,0,0,1-.321.428,3.794,3.794,0,0,1,.3-.549l.9-1.5c.4-.656.895-1.464,1.449-2.427A13.683,13.683,0,0,0,641,502.3a11.957,11.957,0,0,0-.2-4.605c-.16-.862-.365-1.762-.578-2.71a21.342,21.342,0,0,1-.534-3.062,24.582,24.582,0,0,0-.326-3.166,10.972,10.972,0,0,0-.989-3.138c-.442-.976-1.488-1.7-2.157-3.037-.283-.57-.576-1.126-.891-1.69s-.674-1.121-.974-1.81a10.449,10.449,0,0,1-.63-2.637,21.337,21.337,0,0,1-.24-2.709,13.856,13.856,0,0,1,1.279-5.605c.786-1.805,1.833-3.511,2.735-5.282a3.585,3.585,0,0,0,.5-2.573c-.1-.483-.227-.952-.383-1.486a8.558,8.558,0,0,1-.2-1.714l.029.158a14.459,14.459,0,0,1-.613-3.718,9.554,9.554,0,0,1,.143-1.984l.324-1.87a58.326,58.326,0,0,0,.848-7.812,13.211,13.211,0,0,0-.281-2.647,7.84,7.84,0,0,1-.123-1.5c0-.254.023-.5.048-.754a2.628,2.628,0,0,1,.283-.905,3.612,3.612,0,0,1,1.236-1.169,1.009,1.009,0,0,0,.313-.269c-.006-.011.035-.01-.048-.174a4.03,4.03,0,0,0-.755-.964,7.1,7.1,0,0,0-1.007-.879,1.99,1.99,0,0,0-1.047-.4,1.056,1.056,0,0,0-.836.427l-.05.062-.026.033a.681.681,0,0,1-.936.133.675.675,0,0,1-.208-.584.745.745,0,0,1,.03-.13l0-.011.008-.023.033-.091.119-.346.221-.707c.146-.48.292-.959.415-1.434a4.831,4.831,0,0,0,.087-2.993,5.472,5.472,0,0,0-.315-.692l-.386-.761q-.386-.76-.767-1.515c-.236-.464-.47-.928-.691-1.364l-.26-.515.548-.264a14.518,14.518,0,0,0,2.61-1.6,3.748,3.748,0,0,0,1.58-2.148,5.325,5.325,0,0,0,.014-1.4,2.987,2.987,0,0,1,.261-1.816,2.582,2.582,0,0,1,1.636-1.029c.492-.128.981-.271,1.465-.424,3.831-1.266,7.628-2.97,9.6-6.261a19.529,19.529,0,0,0,2.944-6.16,5.2,5.2,0,0,0,.112-1.916c-.043-.328-.155-.657-.2-1.113a2.213,2.213,0,0,1,.353-1.326,5.547,5.547,0,0,1,1.824-1.843c.725-.476,1.587-.808,1.894-1.362a.982.982,0,0,0,.075-.886,1.189,1.189,0,0,0-.9-.428,4.27,4.27,0,0,0-1.35.113c-.45.1-.953.294-1.5.426a3.4,3.4,0,0,1-1.88.061,1.481,1.481,0,0,1-.848-.77,2.771,2.771,0,0,1-.249-.956,2.957,2.957,0,0,1,.077-.972c.061-.32.071-.311-.033-.47a5.62,5.62,0,0,0-1.272-.989,15.886,15.886,0,0,0-1.571-.9,6.192,6.192,0,0,0-.851-.333,3.67,3.67,0,0,1-.965-.557c-.544-.41-1.047-.864-1.554-1.268-.257-.205-.519-.4-.794-.583-.14-.095-.281-.182-.451-.308a2.1,2.1,0,0,1-.464-.487,20.578,20.578,0,0,1-.985-1.945,17.241,17.241,0,0,1-.838-2.068,9.627,9.627,0,0,1-.465-4.723,3.273,3.273,0,0,1,.533-1.272l.039-.055.079-.059a11.31,11.31,0,0,0,2.975-3.253,6.605,6.605,0,0,0,.795-2.065,21.57,21.57,0,0,0,.285-2.334q.077-1.208.152-2.42a4.757,4.757,0,0,1,.242-1.341.987.987,0,0,1,.351-.455.846.846,0,0,1,.741-.071,1.247,1.247,0,0,1,.718.635,8.584,8.584,0,0,1,.356,1.24,2.684,2.684,0,0,0,.465.915,4.934,4.934,0,0,0,1.77,1.26,2.423,2.423,0,0,0,2.108.107,2.574,2.574,0,0,0,1.072-1.827c.347-1.683.791-3.323,1.151-4.963a16.444,16.444,0,0,0,.39-2.435,2.908,2.908,0,0,0-.016-.558.59.59,0,0,0-.1-.307c.027,0-.06-.03-.225.044a4.368,4.368,0,0,0-.508.278c-.727.428-1.412.924-2.178,1.373a4.581,4.581,0,0,1-1.287.549,2.124,2.124,0,0,1-1.5-.211c-.466-.277-.713-.537-1.064-.7-.179-.1-.322-.111-.631-.3a.807.807,0,0,1-.3-.443,2.083,2.083,0,0,1-.06-.367,22.1,22.1,0,0,1,0-2.535c.169-1.7.721-3.251.514-4.867a11.157,11.157,0,0,0-1.858-4.686,34.855,34.855,0,0,0-3.52-4.5c-.652-.714-1.35-1.382-2.027-2.127a4.008,4.008,0,0,1-.84-1.327,2.871,2.871,0,0,1-.036-1.587c.252-1.011.586-1.885.893-2.85a9.325,9.325,0,0,1,.6-1.413,2.892,2.892,0,0,1,1.136-1.185,3.75,3.75,0,0,1,1.6-.394c.53-.03,1.041-.033,1.562-.034l3.11.032q1.557.012,3.122-.045c1.039-.026,2.087-.154,3.18-.1a24.038,24.038,0,0,1,3.14.487c.253.032.426,0,.508-.109a1.157,1.157,0,0,0,.167-.6c.04-.49-.024-.992.016-1.557a7.427,7.427,0,0,1,1.2-2.966c.71-.981-.768-1.2-1.735-1.379-.943-.154-1.929-.233-2.928-.373s-2-.331-3-.568a5.714,5.714,0,0,0-2.936-.276,12.992,12.992,0,0,0-2.766,1.371,30.491,30.491,0,0,0-2.641,1.808c-.867.647-1.679,1.37-2.638,2a4.211,4.211,0,0,1-.792.4,2.825,2.825,0,0,1-.9.138l-.853.053a1.555,1.555,0,0,1-.508-.05.882.882,0,0,1-.455-.347,13.227,13.227,0,0,1-.9-3.339,56.434,56.434,0,0,0-1.93-6.678c-.773-2.253-1.514-4.559-2.426-6.862a35.663,35.663,0,0,0-3.167-6.35c-1.212-2.036-2.5-4.016-3.739-6.029a15.935,15.935,0,0,1-.869-1.564c-.263-.536-.448-1.123-.668-1.63a1.7,1.7,0,0,0-1.225-.942c-.552-.175-1.144-.288-1.731-.429a12.822,12.822,0,0,1-3.427-1.224c-1.072-.55-2.115-1.147-3.169-1.709a11.935,11.935,0,0,0-1.615-.735,5.419,5.419,0,0,0-.853-.226,1.569,1.569,0,0,1-.865-.485c-.854-.884-1.567-1.827-2.36-2.733-1.561-1.824-3.157-3.651-4.633-5.6a40.011,40.011,0,0,1-3.951-6.24,32.426,32.426,0,0,0-1.864-3.228c-.683-1.05-1.49-2.024-2.281-3.032a31.432,31.432,0,0,1-3.833-6.457,19.529,19.529,0,0,1-1.859-7.142,23.942,23.942,0,0,1,.353-3.653,23.974,23.974,0,0,0,.165-3.63c-.2-2.414-.168-4.84-.228-7.245q-.068-3.705-.134-7.425a35.316,35.316,0,0,0-.512-7.418c-.272-1.215-.606-2.42-.92-3.629s-.784-2.375-1.2-3.557a17.109,17.109,0,0,1-.957-3.629,6.426,6.426,0,0,1,.528-3.672,14.288,14.288,0,0,1,2.39-2.978,9.578,9.578,0,0,1,3-2.383c1.183-.519,2.54-.658,3.613-1.427a12.085,12.085,0,0,0,2.8-2.644,13.666,13.666,0,0,0,1.909-3.324,11.431,11.431,0,0,0,.742-3.74c.181-2.543.2-5.094.327-7.642.062-1.274.142-2.548.292-3.815a17.759,17.759,0,0,1,.31-1.885,3.309,3.309,0,0,1,.961-1.61,7.064,7.064,0,0,1,3.533-1.509,14.944,14.944,0,0,1,3.918-.142,12.744,12.744,0,0,1,1.934.317,13.409,13.409,0,0,0,1.91.493c1.3.235,2.606.392,3.914.546,2.616.3,5.236.553,7.857.8,5.79.555,11.582,1.052,17.334,1.769.718.092,1.433.2,2.16.259l1.086.108,1.09.031a31.566,31.566,0,0,0,4.348-.212,41.964,41.964,0,0,0,8.433-1.989,38.733,38.733,0,0,0,4.13-1.673l.025-.012.019-.028a17.907,17.907,0,0,1,2.707-3.051,20.4,20.4,0,0,1,3.4-2.523,20.757,20.757,0,0,1,3.575-1.661,37.113,37.113,0,0,1,3.848-1.127,17.182,17.182,0,0,0,1.972-.538,4.575,4.575,0,0,0,1.692-1.168,39.547,39.547,0,0,0,4.616-6.746c1.367-2.387,2.643-4.864,3.8-7.436a50.61,50.61,0,0,0,2.9-8.051c.17-.712.313-1.43.443-2.148a15.749,15.749,0,0,0,.186-2.174,13.823,13.823,0,0,0-.69-4.261,31.865,31.865,0,0,1-.912-4.156,9.667,9.667,0,0,1,.646-4.07,28.737,28.737,0,0,1,1.484-3.854,5.062,5.062,0,0,1,1.253-1.609c.259-.226.578-.375.839-.612a1.338,1.338,0,0,0,.395-.934,21.667,21.667,0,0,0-.479-4,31.755,31.755,0,0,1-.442-3.951,20.058,20.058,0,0,1,.159-3.917,9.564,9.564,0,0,1,1.193-3.663,5.156,5.156,0,0,1,2.934-2.359,8.79,8.79,0,0,1,3.834-.135c1.275.158,2.542.382,3.809.618.633.118,1.272.226,1.92.285a2.747,2.747,0,0,0,1.887-.428,7.11,7.11,0,0,0,1.741-3.353,24.653,24.653,0,0,0,.864-3.688c.1-.619.117-1.272.208-1.87.016-.167.18-.035.31.039.131.089.264.181.4.266a5.969,5.969,0,0,0,.879.423,7.315,7.315,0,0,0,3.833.532,2.123,2.123,0,0,0,1.526-1.115,8.647,8.647,0,0,1,1.061-1.578,2.716,2.716,0,0,1,1.665-.864,4.853,4.853,0,0,1,1.919.167,16.291,16.291,0,0,1,3.571,1.519,29.185,29.185,0,0,1,3.271,2.088,13.811,13.811,0,0,1,4.848,5.872,9.03,9.03,0,0,1,.574,3.61,6.262,6.262,0,0,0,.73,3.537,2.746,2.746,0,0,1,.419,1.738,4.165,4.165,0,0,1-.754,1.641,8.973,8.973,0,0,1-2.952,2.141l-1.318.662c-.218.113-.437.225-.645.356a1.5,1.5,0,0,0-.287.225.182.182,0,0,0-.007.3,3.962,3.962,0,0,0,1.432.317l1.478.127c.986.081,1.976.1,2.961.2a2.493,2.493,0,0,1,.717.18.616.616,0,0,1,.334.606c-.029.481-.1.957-.142,1.435v.007h-.006a8.056,8.056,0,0,0-1.983.612,3.27,3.27,0,0,0-1.555,1.293,11.613,11.613,0,0,0-1.035,3.907,14.921,14.921,0,0,0,.161,4.042,8.822,8.822,0,0,1,.1,2.027,17.482,17.482,0,0,0-.165,2.014.526.526,0,0,0,.4.439,2.354,2.354,0,0,0,.638.085c.435.007.867.025,1.292.057a21.234,21.234,0,0,1,2.445.318l.017,0,0,.017c-1.535,7.491-3.019,14.729-4.355,21.247-.386,2.033-.9,4-1.322,5.936s-.825,3.843-1.182,5.714-.669,3.711-.922,5.521a31.258,31.258,0,0,0-.378,5.353,25.143,25.143,0,0,0,.487,2.606l.527,2.584q.533,2.575,1.059,5.125c.368,1.695.751,3.376,1.2,5.03.231.825.461,1.648.758,2.446a9.483,9.483,0,0,1,.589,2.46c.357,3.336-.06,6.716.92,9.844a8.588,8.588,0,0,0,1.013,2.193c.226.332.489.64.744.95.281.29.551.587.837.868,1.134,1.135,2.316,2.194,3.5,3.215,2.313,1.989,4.556,3.733,6.633,5.442,1.05.84,1.959,1.788,3.033,2.5a18.053,18.053,0,0,0,3.319,1.794,20.007,20.007,0,0,0,6.785,1.481,31.022,31.022,0,0,0,6.13-.415,43.921,43.921,0,0,0,9.344-2.376,14.377,14.377,0,0,0,5.074-3.027A11.89,11.89,0,0,1,786.415,218.914Z" style="fill:#d9ccb6"/><path d="M421.846,510.906c-.188.153-1.265-.67-3.029-2.25l-1.44-1.323-1.645-1.547c-.6-.571-1.25-1.2-1.918-1.948a13.708,13.708,0,0,1-.982-1.217c-.322-.437-.593-.933-.793-1.185a14.7,14.7,0,0,0-2.2-1.876,8.743,8.743,0,0,0-2.669-1.489,2,2,0,0,0-1.264.022,4.018,4.018,0,0,0-1.265.776c-.867.733-1.762,1.687-2.812,2.571a30.23,30.23,0,0,1-3.31,2.373l-.815.546-.393.273-.183.133-.072.057s-.04.033,0,0l.019-.019.009-.01c0-.015-.02.054.114-.173a.731.731,0,0,0-.089-.753.785.785,0,0,0-.833-.266c-.084.028.068-.035.124-.064.083-.039.168-.079.281-.122a1.64,1.64,0,0,1,.219-.068,1.008,1.008,0,0,1,.21-.029.84.84,0,0,1,.186.009.971.971,0,0,1,.347.131.857.857,0,0,1,.341.463.8.8,0,0,1,.023.291.821.821,0,0,1-.077.292,1.436,1.436,0,0,1-.13.234,7.457,7.457,0,0,1-.746.88,6.762,6.762,0,0,1-1.913,1.439,6.636,6.636,0,0,1-2.408.621,15.866,15.866,0,0,1-4.516-.475,64.17,64.17,0,0,1-7.526-2.211q-1.841-.666-3.606-1.447c-1.208-.53-2.33-1.125-3.409-1.695a60.332,60.332,0,0,1-6.1-3.751c-.883-.595-1.812-1.2-2.74-1.866-.469-.326-.931-.684-1.39-1.059-.428-.341-.831-.7-1.231-1.05-.788-.692-1.521-1.4-2.209-2.086L358.992,491a10.032,10.032,0,0,0-.959-.914c-.312-.224-.411-.282-.681-.212a3.469,3.469,0,0,0-.879.486,8.812,8.812,0,0,0-1.458,1.291,8.085,8.085,0,0,0-1.559,2.992c-.329,1.017-.5,1.857-.624,2.357-.232,1.091-.406,2.061-.508,2.933l-.064.635-.06.7q-.057.7-.112,1.363c-.073.883-.155,1.713-.255,2.479a6.266,6.266,0,0,1-.46,2.054,18.256,18.256,0,0,1-1.657,2.526c-.434.554-.7.869-.788.827s.045-.471.342-1.116c.281-.641.809-1.591,1.231-2.656a1.866,1.866,0,0,0,.124-.725l.076-1.085c.052-.756.085-1.584.125-2.471q.033-.669.067-1.378l.045-.737c.014-.278.042-.559.07-.834a22.6,22.6,0,0,1,.562-3.178c.117-.491.284-1.147.558-2a9.048,9.048,0,0,1,1.776-3.408,10.726,10.726,0,0,1,2.034-1.749,2.978,2.978,0,0,1,1.59-.578,2.308,2.308,0,0,1,.513.073c.147.057.292.119.43.185a3.977,3.977,0,0,1,.6.458c.67.639,1.14,1.19,1.842,1.9.66.674,1.354,1.361,2.105,2.038.375.337.752.684,1.154,1.014.361.3.735.615,1.156.915.829.618,1.759,1.25,2.767,1.947a60.822,60.822,0,0,0,6,3.814c1.091.6,2.165,1.184,3.261,1.691,1.122.522,2.278,1,3.453,1.458a64.564,64.564,0,0,0,7.348,2.311,16.416,16.416,0,0,0,4.263.568,7.19,7.19,0,0,0,1.082-.118l.532-.125.476-.171a5.7,5.7,0,0,0,1.7-1.129,9.831,9.831,0,0,0,.714-.755,2.4,2.4,0,0,0,.314-.436c.007-.044.069-.1-.012-.183a.235.235,0,0,0-.172,0,1.919,1.919,0,0,0-.26.1l-.248.118c-.015.008-.054.018-.045.021.029.064.02.01.044.006l.105-.083.437-.316.866-.593a32.021,32.021,0,0,0,3.207-2.315c.956-.805,1.8-1.729,2.734-2.569a5.541,5.541,0,0,1,1.56-1.06,2.862,2.862,0,0,1,1.8-.162,8.961,8.961,0,0,1,3.082,1.57,14.8,14.8,0,0,1,2.526,2.119,18.217,18.217,0,0,0,1.684,2.26c.582.655,1.2,1.259,1.8,1.839l1.724,1.677,1.4,1.4C421.15,509.74,422.035,510.751,421.846,510.906Z" style="fill:#d9ccb6"/><path d="M943.794,88.019c.616,1.025,1.283,2.024,1.989,3a23.528,23.528,0,0,0,2.311,2.82c.012.011.034-.012.024-.024a27.638,27.638,0,0,1-1.848-3.106,32.978,32.978,0,0,0-1.865-3.065C944.232,87.4,943.638,87.759,943.794,88.019Z" style="fill:#d9ccb6"/><path d="M951.605,98.276q2.527,3.722,5.062,7.453l-.015-.023,1.9,3.47-.009-.019,3.857,8.507c.167.371.312.309.148-.062-1.252-2.835-2.436-5.719-3.626-8.605v0l0-.007-1.784-3.529,0-.005-.009-.015c-1.621-2.536-3.271-5.05-5.006-7.489C951.242,96.722,950.722,96.972,951.605,98.276Z" style="fill:#d9ccb6"/><path d="M968.272,139.795c-.033-.064.009-.148.108-.256a3.618,3.618,0,0,1,.471-.407l.776-.549.24-.167.256-.163c.172-.114.353-.234.543-.358l.293-.2.308-.2a1.878,1.878,0,0,0,.539-.494.662.662,0,0,0,.131-.715,7.881,7.881,0,0,0-.3-.771l-.333-.807-.174-.413c-.054-.146-.1-.293-.139-.437s-.086-.287-.14-.422l-.175-.421-.181-.426a2.734,2.734,0,0,0-.2-.406,5.858,5.858,0,0,1-.43-.746l-.339-.767c-.054-.124-.121-.264-.166-.4l-.136-.392a3.115,3.115,0,0,0-.153-.362l-.179-.365-.706-1.4-.63-1.3c-.1-.206-.194-.4-.286-.6l-.254-.56-.233-.5c-.076-.139-.158-.29-.235-.433s-.151-.273-.211-.4l-.16-.319-.24-.452-.08-.17-.071-.175c-.042-.115-.075-.226-.105-.331s-.062-.2-.1-.289a1.931,1.931,0,0,0-.113-.257c-.088-.169-.17-.325-.253-.459a3.65,3.65,0,0,0-.238-.334c-.073-.079-.11-.132-.185-.146a.359.359,0,0,0-.238.083c-.138.1-.214.177-.272.167s-.084-.137.011-.348a.643.643,0,0,1,.388-.339.789.789,0,0,1,.649.135,2.288,2.288,0,0,1,.431.384,4.308,4.308,0,0,1,.366.49,2.416,2.416,0,0,1,.166.3,2.663,2.663,0,0,1,.129.324l.116.316.063.149.074.156.231.449.163.345c.051.115.112.239.185.376l.231.455c.074.174.144.337.221.519l.234.562q.127.291.263.6c.183.414.376.853.578,1.312l.649,1.417.164.37a3.505,3.505,0,0,1,.155.4,7.827,7.827,0,0,0,.255.771l.307.78a2.542,2.542,0,0,0,.168.37l.209.368.112.215.051.113.042.108.172.432.172.428a4.4,4.4,0,0,1,.154.448c.044.147.086.289.136.424s.116.271.175.406l.357.8c.117.257.244.519.35.8.03.191.133.265.089.585a.9.9,0,0,1-.094.323,1.165,1.165,0,0,1-.131.248,2.342,2.342,0,0,1-.638.656l-.312.223-.286.212c-.194.142-.383.269-.562.389l-.263.169-.237.161c-.154.1-.3.21-.448.3l-.213.12-.184.1a2.88,2.88,0,0,1-.583.255C968.4,139.873,968.305,139.859,968.272,139.795Z" style="fill:#d9ccb6"/><path d="M971.658,144.2a.252.252,0,0,1-.154-.114.562.562,0,0,1-.076-.221l-.01-.317,0-.1.019-.1.046-.209a.786.786,0,0,1,.028-.114l.049-.116a.407.407,0,0,0,.052-.238,1.549,1.549,0,0,1-.03-.269,1.978,1.978,0,0,0-.034-.276l-.035-.285-.023-.145a.7.7,0,0,1,.018-.151.411.411,0,0,0,.01-.147l-.029-.146-.033-.147a.312.312,0,0,0-.067-.135c-.057-.076-.152-.143-.186-.224a1.255,1.255,0,0,0-.113-.226.468.468,0,0,1-.057-.114.417.417,0,0,0-.041-.1.213.213,0,0,0-.06-.079c-.022-.029-.061-.031-.089-.045a.494.494,0,0,0-.355-.023,2.317,2.317,0,0,0-.533.169l-.167.067-.151.075a.865.865,0,0,0-.12.095.546.546,0,0,1-.113.086.593.593,0,0,0-.092.063,1.323,1.323,0,0,1-.127.1l-.052.028-.06.02a.667.667,0,0,1-.126.015l-.116.009a.4.4,0,0,0-.1.029l-.183.061a.808.808,0,0,1-.174.038,1.2,1.2,0,0,1-.321-.036.352.352,0,0,1-.186-.088.133.133,0,0,1-.014-.154.663.663,0,0,1,.17-.172l.118-.121a1.873,1.873,0,0,1,.151-.131.339.339,0,0,1,.1-.06.965.965,0,0,1,.123-.033c.041-.009.083-.018.12-.03l.053-.022.053-.03.144-.1a.644.644,0,0,1,.118-.068.762.762,0,0,0,.127-.079,1.025,1.025,0,0,1,.156-.1c.063-.029.124-.05.192-.075l.219-.066a2.07,2.07,0,0,1,.24-.069,2,2,0,0,1,.573-.071,1.259,1.259,0,0,1,.836.3.635.635,0,0,1,.111.157c.067.119.068.222.116.309a1.585,1.585,0,0,1,.1.291.363.363,0,0,0,.063.135c.035.043.06.087.091.132a.689.689,0,0,1,.043.08l.015.043.009.042c.014.055.018.11.027.165l.025.164a.418.418,0,0,1,0,.169.882.882,0,0,0-.016.158,1.494,1.494,0,0,0,.027.153l.061.3c.017.1.054.2.066.3a1.473,1.473,0,0,0,.061.284.483.483,0,0,1-.018.278l-.037.122a.852.852,0,0,0-.017.116l-.034.225-.019.1-.008.1a1.461,1.461,0,0,1-.014.181.468.468,0,0,1-.024.08l-.024.067a.408.408,0,0,1-.115.2A.208.208,0,0,1,971.658,144.2Z" style="fill:#d9ccb6"/><path d="M948.306,226.938a13.509,13.509,0,0,0-1.065,3.188c-.121.558-.25,1.046-.338,1.666a1.361,1.361,0,0,0,.3,1.108,1.725,1.725,0,0,0,1.025.472,9.654,9.654,0,0,0,3.563-.521c1.116-.325,2.191-.716,3.27-1.065.59-.195,1.184-.381,1.786-.609a3.379,3.379,0,0,0,1.706-1.15,16.894,16.894,0,0,0,1.527-3.427,13.186,13.186,0,0,0,.764-3.651,3.717,3.717,0,0,1,.348-1.626,1.7,1.7,0,0,1,1.255-.876,2.52,2.52,0,0,1,1.352.039c.356.143.441.59.394,1.057-.055,1.027-.016,2-.021,2.993s0,1.968-.1,2.935c-.022.25-.072.459-.106.73a.625.625,0,0,0,.072.422.517.517,0,0,0,.372.246,3.064,3.064,0,0,0,1.525-.293,9.866,9.866,0,0,0,1.357-.677,3.688,3.688,0,0,0,1.172-.955,1.57,1.57,0,0,0,.252-.713.519.519,0,0,1,.379-.518,1.992,1.992,0,0,1,1.441.1,1.884,1.884,0,0,1,.981,1.035,2.69,2.69,0,0,1,.07,1.439c-.085.485-.247.958-.378,1.448-.033.122-.063.247-.087.375a.776.776,0,0,0-.02.225.428.428,0,0,0,.141.216,2.356,2.356,0,0,0,.728.374c.468.151.627.017.277-.1a4.08,4.08,0,0,1-.555-.262c-.161-.081-.373-.277-.313-.3.087-.387.253-.785.391-1.211a5.15,5.15,0,0,0,.294-1.384,2.336,2.336,0,0,0-1.852-2.463,2.513,2.513,0,0,0-.9-.044,2.038,2.038,0,0,0-.469.126.954.954,0,0,0-.5.422,6.437,6.437,0,0,0-.206.761,1.232,1.232,0,0,1-.313.435,6.4,6.4,0,0,1-1.156.765,8.042,8.042,0,0,1-1.315.581,3.029,3.029,0,0,1-.641.145.813.813,0,0,1-.25-.019,1.842,1.842,0,0,1,.064-.551c.034-.256.055-.509.072-.759.03-.5.04-.99.045-1.476,0-.969-.009-1.922-.013-2.847,0-.47,0-.9.038-1.361a1.815,1.815,0,0,0-.116-.749,1.126,1.126,0,0,0-.564-.579,2.218,2.218,0,0,0-1.016-.154,3.827,3.827,0,0,0-.976.155A2.165,2.165,0,0,0,960.6,221.4a5.791,5.791,0,0,0-.295,1.845,10.5,10.5,0,0,1-.31,1.761,21.332,21.332,0,0,1-1.22,3.411,6.693,6.693,0,0,1-.88,1.532,4.274,4.274,0,0,1-1.572.815l-3.552,1.166a18.417,18.417,0,0,1-3.594.875,3.448,3.448,0,0,1-.9-.006.944.944,0,0,1-.7-.359c-.1-.091-.088-.24-.133-.363.012-.14.01-.275.032-.422l.16-.893a19.275,19.275,0,0,1,.883-3.5,2.047,2.047,0,0,0,.228-.758C948.725,226.413,948.546,226.505,948.306,226.938Z" style="fill:#d9ccb6"/><path d="M890.389,310.912l.359-4.121a8.325,8.325,0,0,0-.744-4.228l-.065-.127-.166-.031a6.713,6.713,0,0,0-1.568-.117,2.885,2.885,0,0,0-1.6.486,2.576,2.576,0,0,0-.793,1.455,7.69,7.69,0,0,0-.159,1.5c-.014.488-.012.962-.044,1.423l-.015.171,0,.043,0,.021c.073.014-.168,0,.164.037a.188.188,0,0,1-.128-.043c-.056-.062-.066.036-.172.064a3.47,3.47,0,0,1-.617.227,23.5,23.5,0,0,1-2.853.535c-3.89.517-7.832.782-11.765,1.076-1.962.132-3.954.3-5.9.478a19.148,19.148,0,0,1-2.893.066c-.453-.024-.934-.2-.891-.335a2.043,2.043,0,0,0-.955-1.382,4.244,4.244,0,0,0-1.464-.653,4.117,4.117,0,0,0-.809-.1l-.747.033-2.966.148-2.967.148-1.484.074a5.688,5.688,0,0,0-1.58.19,1.948,1.948,0,0,0-1.073,1.32,4.841,4.841,0,0,0-.161,1.533,11.342,11.342,0,0,0,.167,1.457.9.9,0,0,1,.011.228c.052.031.081.019.1.036.007,0,.041.033.024.02a.166.166,0,0,1-.04-.049c-.021-.1-.048-.063-.065-.061a5.25,5.25,0,0,1-.668-.026,35.482,35.482,0,0,0-5.968.062c-3.944.274-7.88.592-11.817.909l-23.618,1.982.387.313-.12-1.237-.061-.63a2.821,2.821,0,0,0-.2-.684,4.389,4.389,0,0,0-.727-1.143,3.188,3.188,0,0,0-.515-.5,2.533,2.533,0,0,0-.672-.32,13.321,13.321,0,0,0-2.6-.279c-.19-.01-.344-.107-.286-.066a.736.736,0,0,1-.019-.4,3.565,3.565,0,0,1,.4-1.048l-.246.172,3.64-.578.913-.138.466-.068.127-.022.087-.021a.406.406,0,0,0,.106-.043l.044-.028a.375.375,0,0,0,.143-.295.318.318,0,0,0-.083-.213.4.4,0,0,0-.121-.094.767.767,0,0,0-.208-.058l-.111-.021a1.537,1.537,0,0,1-.355-.1.222.222,0,0,1-.074-.047c-.029.027-.1.038-.009.027a3.442,3.442,0,0,1,.3-.663,5.956,5.956,0,0,1,1.06-1.331,1.606,1.606,0,0,1,.292-.215,1.5,1.5,0,0,0,1.1-1.1,8.056,8.056,0,0,0,.293-.9,2.693,2.693,0,0,0,.111-.5.736.736,0,0,0-.314-.689,2.3,2.3,0,0,0-1.05-.333c-.326-.041-.642-.058-.956-.071-1.251-.041-2.474-.031-3.688-.125-.606-.052-1.2-.116-1.8-.225-.3-.053-.594-.11-.871-.184a2.291,2.291,0,0,1-.376-.127.367.367,0,0,1-.108-.059c-.006-.024-.047.034-.08.056a.159.159,0,0,1-.056.019.082.082,0,0,1,.041,0c.161.035.089.027.137-.021a1.854,1.854,0,0,1,.116-.15,3.009,3.009,0,0,0,.307-.414,1.27,1.27,0,0,0,.119-.289l.035-.163-.131-.015h.005l.009,0,.016,0s.014.009.054.029c.06.054.111-.059.24-.088a7.624,7.624,0,0,1,1.713-.325c1.206-.118,2.441-.154,3.66-.155h.117l.082-.056a7.409,7.409,0,0,0,2.589-2.608,5.446,5.446,0,0,0,.33-.914.508.508,0,0,0,0-.129.308.308,0,0,0-.082-.192.4.4,0,0,0-.277-.143.529.529,0,0,0-.138.009l-.127.034a.36.36,0,0,1-.112.017.353.353,0,0,1-.2-.084,1.384,1.384,0,0,1-.4-.515c-.059-.155-.016-.274.135-.5a10.282,10.282,0,0,0,1-1.474,1.075,1.075,0,0,1,.406-.482c.1-.058.271-.017.582.1a1.318,1.318,0,0,0,.609.091.84.84,0,0,0,.593-.456,3.24,3.24,0,0,0,.3-.929,7.178,7.178,0,0,0,.11-1.817,4.843,4.843,0,0,0-.161-.891,3.493,3.493,0,0,1-.052-.787c.019-.549.088-1.139.1-1.733a3.074,3.074,0,0,0-.085-.985.85.85,0,0,0-.528-.523,1.511,1.511,0,0,0-.595-.037c-.653.087-1.179.221-1.744.241a13.323,13.323,0,0,1-1.722-.12l-1.773-.18-3.548-.358-.03,0-.043,0a18.41,18.41,0,0,1-5.283-.451,20.9,20.9,0,0,0-2.7-.605c-.971-.094-1.851-.025-2.747-.084a70.6,70.6,0,0,1-10.7-1.578l.286.3a11.929,11.929,0,0,1,.086-2.4.728.728,0,0,1,.112-.358c-.011-.02.142-.049.345-.034.395.022.86.073,1.307.065a10.291,10.291,0,0,0,2.651-.383,3.9,3.9,0,0,0,1.319-.567.943.943,0,0,0,.305-.38.957.957,0,0,0,.07-.477c0-.264-.033-.177.04-.257a1.546,1.546,0,0,1,.886-.247c.177.016.44.393.73.726a5.7,5.7,0,0,0,2.235,1.545,6.893,6.893,0,0,0,2.686.415c.893-.021,1.753-.131,2.606-.209a24.142,24.142,0,0,1,2.538-.124,4.838,4.838,0,0,1,1.181.128c.379.1.48.236.831.649a2.5,2.5,0,0,0,1.342.645,9.43,9.43,0,0,0,1.342.156,18.6,18.6,0,0,0,2.641-.061,19.529,19.529,0,0,0,2.605-.4,10.793,10.793,0,0,0,1.287-.367,3.95,3.95,0,0,0,.65-.29.911.911,0,0,0,.21-.155.967.967,0,0,0,.156-.222,1.391,1.391,0,0,0,.122-.411,7.262,7.262,0,0,0-.392-2.628,23.753,23.753,0,0,0-.86-2.412c-.166-.4-.341-.786-.537-1.174-.1-.194-.2-.387-.327-.584a3.991,3.991,0,0,1-.293-.509,8.042,8.042,0,0,1-.647-2.3,5.558,5.558,0,0,1-.029-1.171,1.244,1.244,0,0,1,.341-.865,2.006,2.006,0,0,1,2-.116,1.409,1.409,0,0,1,.567.806,3.969,3.969,0,0,0,.61,1.233,7.542,7.542,0,0,0,1.956,1.829,7.131,7.131,0,0,0,2.487,1.055c.727.12,1.093.75,1.255,1.531s.209,1.618.359,2.472a15.75,15.75,0,0,0,.7,2.49,6,6,0,0,0,1.4,2.281,3.162,3.162,0,0,0,1.237.785,1.927,1.927,0,0,0,1.534-.288,9.1,9.1,0,0,0,1.894-1.878,1.124,1.124,0,0,0,.147-.907,4.656,4.656,0,0,0-.187-.663,12.987,12.987,0,0,0-.507-1.2c-.365-.773-.76-1.52-1.132-2.269-.187-.375-.367-.75-.527-1.124a3.639,3.639,0,0,1-.3-1.113,12.368,12.368,0,0,1,.243-3.687,8.021,8.021,0,0,1,.547-1.743,1.683,1.683,0,0,1,.207-.321c.035-.05.071-.08.075-.072-.027,0,.075-.044.175-.074a6.943,6.943,0,0,0,.947-.458c1.165-.668,2.244-1.411,3.352-2.114l.831-.518a2.762,2.762,0,0,0,.856-.767,1.438,1.438,0,0,0,.155-1.252,2.267,2.267,0,0,0-.683-.965l-.018.6c.856-.617,1.694-1.245,2.517-1.911.406-.325.828-.7,1.2-1.029a1.886,1.886,0,0,1,.512-.343.409.409,0,0,1,.215,0,2.468,2.468,0,0,0,.46.044,5.274,5.274,0,0,0,1.669-.433l1.489-.581q1.482-.6,2.948-1.229c.979-.426,1.953-.852,2.922-1.341a2.718,2.718,0,0,0,1.386-1.168,2.012,2.012,0,0,0,.147-.935l-.007-.374c0-.058,0-.113.008-.167l0-.02v-.01c.03,0-.259-.028-.133-.016h.008a.186.186,0,0,1,.056.011c.03,0,.065.051.063.04a1.4,1.4,0,0,1,.489-.257,6.568,6.568,0,0,1,.723-.21c.5-.117,1.022-.2,1.545-.274a13.05,13.05,0,0,1,1.53-.136,1.376,1.376,0,0,1,1.046.521l.109.155.165.03c1.543.28,3.087.548,4.644.79.779.12,1.558.236,2.353.323a7.431,7.431,0,0,0,1.246.06,5.822,5.822,0,0,0,1.252-.2c.412-.116.775-.266,1.129-.374.083-.025.193-.06.253-.071a.319.319,0,0,1,.107-.009.92.92,0,0,1,.311.212,5.338,5.338,0,0,0,2.181,1.222,15.934,15.934,0,0,0,2.38.411,5.964,5.964,0,0,1,2.073.719,13.674,13.674,0,0,1,1.807,1.386,10.5,10.5,0,0,0,2.043,1.344,19.546,19.546,0,0,0,4.6,1.472,19.942,19.942,0,0,1,2.237.624,17.018,17.018,0,0,0,2.284.851,2.017,2.017,0,0,0,1.471-.187,2.431,2.431,0,0,0,.848-1.1,2.654,2.654,0,0,0,.24-.631,3.011,3.011,0,0,0,.037-.673,10.7,10.7,0,0,0-.12-1.2c-.231-1.559-.576-3.071-.895-4.587-.159-.755-.323-1.514-.446-2.259a4.706,4.706,0,0,1-.065-.53.63.63,0,0,1,.063-.339,1,1,0,0,1,.692-.369,10.106,10.106,0,0,1,2.278-.025c.112,0,.206.008.34,0a1.149,1.149,0,0,1,.148-.007c0,.019-.006-.026,0-.079.018-.069,0-.031.008-.05,0,0,.018-.039,0-.006a.209.209,0,0,1-.065.067c-.072.034-.015.033-.023.047a.9.9,0,0,1,.055.185,9.734,9.734,0,0,1,.122,1.095,43.977,43.977,0,0,0,.567,4.648c.123.768.23,1.529.389,2.316a7.588,7.588,0,0,0,.347,1.177,1.306,1.306,0,0,0,.486.71,1.086,1.086,0,0,0,.981-.007,7.8,7.8,0,0,0,1.96-1.589c.558-.578,1.085-1.135,1.624-1.742a4.958,4.958,0,0,0,.753-1.052,1.426,1.426,0,0,0,.108-.764,1.236,1.236,0,0,1,.073-.446,1.47,1.47,0,0,0-.015-.79c-.071-.24-.164-.419-.224-.58a1.694,1.694,0,0,1-.109-.927,5.573,5.573,0,0,1,.249-.94.779.779,0,0,1-.189-.157.838.838,0,0,1,.012.121c0,.032-.012.055-.011.119l.009,0,.241.063a4.129,4.129,0,0,0,.659.126,1.148,1.148,0,0,0,.87-.365,2.685,2.685,0,0,0,.429-.543,7.66,7.66,0,0,0,.553-1.106,25.875,25.875,0,0,0,1.305-4.543,15.665,15.665,0,0,0,.332-2.369,2.269,2.269,0,0,0-.073-.7,1.036,1.036,0,0,0-.621-.682c-.226-.092-.465-.15-.5-.181-.015.012.025-.036-.045.038a.189.189,0,0,1-.067.068c-.028.021-.023,0,.069,0a.406.406,0,0,0,.083,0c.006,0,0,0,0,0a.079.079,0,0,1,0-.024.843.843,0,0,1,.028-.1,3.33,3.33,0,0,0,.279-1.257,1.547,1.547,0,0,1,.144-.921,2.232,2.232,0,0,1,.7-.676c.317-.22.612-.358,1.01-.617a2.059,2.059,0,0,0,.766-1.206,5.964,5.964,0,0,0,.145-1.239,21.074,21.074,0,0,0-.142-2.353c-.079-.771-.163-1.524-.193-2.278-.009-.189-.017-.38-.014-.555a2.161,2.161,0,0,1,.011-.241c0-.039.011-.041.012-.065.016-.007-.089-.015-.123-.045a.315.315,0,0,1-.069-.054c-.008-.008,0,0,0,0s-.014-.024.025.07a.439.439,0,0,1,.017.137l.091.005.31.022a3.073,3.073,0,0,0,.689-.051,3.837,3.837,0,0,0,1.238-.495,1.622,1.622,0,0,0,.542-.55c.131-.245.166-.429.23-.525a1.555,1.555,0,0,1,.737-.518,8.615,8.615,0,0,1,1.058-.367,4.11,4.11,0,0,1,2.151-.085,12.734,12.734,0,0,0,2.413.263,18.608,18.608,0,0,0,2.424-.11,2.458,2.458,0,0,0,1.271-.513,3.33,3.33,0,0,0,.756-1.049,12.445,12.445,0,0,1,1.052-1.94.725.725,0,0,1,.3-.233.264.264,0,0,1,.258.037,2.414,2.414,0,0,1,.675.71l.648.951c.255.337.506.616.761.913l1.546,1.722q3.117,3.408,6.307,6.7c1.084,1.1,2.1,2.187,3.305,3.236a2.112,2.112,0,0,0,1.22.459c.425.034.814-.006,1.172.006a1.8,1.8,0,0,1,.946.249,4.327,4.327,0,0,1,.769.722c.982,1.118,1.863,2.344,2.773,3.542.228.3.454.6.7.9a2.8,2.8,0,0,0,1,.734,7.585,7.585,0,0,0,2.286.605l.09.011.072-.05a5.905,5.905,0,0,0,1.518-1.485,3.036,3.036,0,0,0,.267-.482.9.9,0,0,0-.072-.65,5.677,5.677,0,0,0-.518-.916c-.775-1.129-1.653-2.153-2.52-3.182s-1.759-2.032-2.576-3.074a5.484,5.484,0,0,1-.541-.8.57.57,0,0,1-.064-.192,1,1,0,0,0-.082-.272,2.079,2.079,0,0,0-.28-.459,6.518,6.518,0,0,0-1.567-1.324l.04.205a21.094,21.094,0,0,1,2.962-3.251,10.486,10.486,0,0,1,.914-.619,5.713,5.713,0,0,0,.827-.758,3.191,3.191,0,0,1,1.891-.969,2.339,2.339,0,0,1,2.055.268,3.156,3.156,0,0,1,.583,2,8.483,8.483,0,0,0,.12,1.074,1.171,1.171,0,0,0,.209.506.726.726,0,0,0,.493.25,9.37,9.37,0,0,1,1.093.125,3.907,3.907,0,0,1,1.014.4,1.983,1.983,0,0,0,2.06.157,2.867,2.867,0,0,0,.721-.781,3.485,3.485,0,0,0,.317-1c.248-1.392.29-2.8.462-4.2a4.1,4.1,0,0,1,.652-2.026,2.03,2.03,0,0,1,2-.785,4.052,4.052,0,0,1,2,.911,1.321,1.321,0,0,1,.424,1.056,2.03,2.03,0,0,1-.468,1.019c-.39.461-.544.544-.388.451a2.612,2.612,0,0,0,.805-1,1.368,1.368,0,0,0-.026-1.209,2.2,2.2,0,0,0-.866-.805,3.641,3.641,0,0,0-2.209-.541,2.228,2.228,0,0,0-1.731,1.456,8.334,8.334,0,0,0-.416,2.118,27.137,27.137,0,0,1-.568,4.111,1.783,1.783,0,0,1-.192.414,3.9,3.9,0,0,1-.324.385,1.336,1.336,0,0,1-.784.449,1.981,1.981,0,0,1-.937-.172c-.313-.122-.6-.314-.968-.464a3.706,3.706,0,0,0-1.11-.254c-.371-.033-.732-.024-.853-.208a1.87,1.87,0,0,1-.227-.888l-.079-1.047a4.079,4.079,0,0,0-.224-1.08,1.566,1.566,0,0,0-.789-.883,2.266,2.266,0,0,0-1.159-.173,6.548,6.548,0,0,0-1.1.173,3.56,3.56,0,0,0-1.052.428,4.515,4.515,0,0,0-.834.732,3.909,3.909,0,0,1-.784.641,5.728,5.728,0,0,0-.9.629,22.28,22.28,0,0,0-2.886,3.164l-.127.161.181.118a6.169,6.169,0,0,1,1.478,1.264,1.688,1.688,0,0,1,.227.386.822.822,0,0,1,.056.195.971.971,0,0,0,.1.294,6.594,6.594,0,0,0,.583.862c.833,1.068,1.718,2.078,2.579,3.108a39.946,39.946,0,0,1,2.467,3.152,5,5,0,0,1,.466.841c.05.133.091.3.056.344a3.145,3.145,0,0,1-.237.407,5.528,5.528,0,0,1-1.394,1.346l.122-.029a7.055,7.055,0,0,1-2.2-.605c-.69-.3-1.061-.978-1.55-1.59-.932-1.236-1.822-2.5-2.879-3.67a2.931,2.931,0,0,0-.973-.759,2.99,2.99,0,0,0-1.234-.176,2.288,2.288,0,0,1-2.048-.609c-1.13-1.048-2.205-2.177-3.282-3.291q-3.221-3.361-6.347-6.809c-.517-.576-1.038-1.152-1.534-1.741-.514-.555-.83-1.269-1.381-1.872a1.75,1.75,0,0,0-.5-.4.812.812,0,0,0-.7-.032,2,2,0,0,0-.855.908c-.383.688-.657,1.415-1.067,2.033a2.208,2.208,0,0,1-1.951.8,20.8,20.8,0,0,1-2.342.011c-.782-.035-1.521-.229-2.334-.331a5.621,5.621,0,0,0-2.379.393,4.445,4.445,0,0,0-1.1.52,1.338,1.338,0,0,0-.432.484,4.435,4.435,0,0,1-.226.512,1.847,1.847,0,0,1-.882.578,2.528,2.528,0,0,1-1.087.182l-.3-.024a.455.455,0,0,0-.4.14,1.234,1.234,0,0,0-.12.652c0,.393.023.772.049,1.159.055.77.149,1.53.215,2.29a11.761,11.761,0,0,1,.041,2.264,2.582,2.582,0,0,1-.293,1.041,1.853,1.853,0,0,1-.834.671,5.674,5.674,0,0,0-.985.689,1.793,1.793,0,0,0-.6,1.074,7.78,7.78,0,0,1-.081,1.129,5.035,5.035,0,0,1-.177.533,1.1,1.1,0,0,0-.075.325.426.426,0,0,0,.2.366c.43.235.819.208.9.527a2.9,2.9,0,0,1,.024,1.076c-.085.751-.227,1.5-.388,2.249a22.4,22.4,0,0,1-1.355,4.36c-.338.628-.7,1.525-1.477,1.175a1.769,1.769,0,0,0-.654-.109.474.474,0,0,0-.281.3,2.8,2.8,0,0,0-.1.29,4.275,4.275,0,0,0-.2,1.172,2.946,2.946,0,0,0,.319,1.15,1.1,1.1,0,0,1,.1.5c0,.153-.094.332-.114.558s.03.418,0,.558a1.456,1.456,0,0,1-.23.462,8.865,8.865,0,0,1-.726.88c-.523.569-1.051,1.139-1.6,1.683-.275.27-.553.538-.85.777a2.24,2.24,0,0,1-.932.521c-.3.08-.378-.358-.519-.706a7.341,7.341,0,0,1-.28-1.094c-.138-.748-.249-1.509-.37-2.265a42,42,0,0,1-.539-4.553,5.592,5.592,0,0,0-.17-1.172.682.682,0,0,0-.184-.31.487.487,0,0,0-.395-.12,4.1,4.1,0,0,1-.565,0,8.834,8.834,0,0,0-2.4.075,1.335,1.335,0,0,0-1,.764,2.447,2.447,0,0,0,.019,1.212c.13.762.293,1.512.452,2.263.316,1.5.657,3,.877,4.507a10.06,10.06,0,0,1,.109,1.127,1.768,1.768,0,0,1-.237,1.038,1.86,1.86,0,0,1-.632.843,1.456,1.456,0,0,1-1.032.095,17.438,17.438,0,0,1-2.179-.821,20.164,20.164,0,0,0-2.292-.641,19.272,19.272,0,0,1-4.453-1.409,9.7,9.7,0,0,1-1.929-1.259,15.78,15.78,0,0,0-1.872-1.44,6.539,6.539,0,0,0-2.266-.808,18.1,18.1,0,0,1-2.312-.391,4.679,4.679,0,0,1-1.98-1.082,1.635,1.635,0,0,0-.544-.355,1.119,1.119,0,0,0-.678.054c-.386.116-.752.266-1.117.372a5.5,5.5,0,0,1-2.28.142c-.778-.084-1.558-.2-2.336-.318-1.557-.241-3.112-.511-4.662-.792l.115.078a1.932,1.932,0,0,0-1.5-.791,12.347,12.347,0,0,0-1.624.136c-.533.071-1.063.158-1.59.279a3.416,3.416,0,0,0-1.549.654.535.535,0,0,0-.13.252,1.378,1.378,0,0,0-.019.213c0,.137,0,.27,0,.4a1.691,1.691,0,0,1-.075.7,2.033,2.033,0,0,1-1.088.917c-.937.474-1.91.9-2.881,1.326s-1.952.83-2.936,1.226l-1.481.579a5.508,5.508,0,0,1-1.472.418,6.064,6.064,0,0,0-.828-.039,1.948,1.948,0,0,0-.754.445c-.4.36-.783.7-1.2,1.029-.815.66-1.66,1.294-2.514,1.909l-.184.133.176.151a1.652,1.652,0,0,1,.538.835.944.944,0,0,1-.308.863,5.021,5.021,0,0,1-.9.628l-.971.619a26.427,26.427,0,0,1-3.969,2.317,2.42,2.42,0,0,0-.647,1.045,9.209,9.209,0,0,0-.329,1.1,14.722,14.722,0,0,0-.346,2.254,9.249,9.249,0,0,0,.074,2.294,8.815,8.815,0,0,0,.858,2.138l1.012,2.024a7.464,7.464,0,0,1,.743,2.047.9.9,0,0,1-.01.218c-.035.046-.017.069-.107.158l-.377.436a9.109,9.109,0,0,1-.764.814,1.629,1.629,0,0,1-1.839.537,5.592,5.592,0,0,1-2.318-3.584,11.781,11.781,0,0,1-.457-2.176,11.461,11.461,0,0,0-.4-2.26,2.052,2.052,0,0,0-1.414-1.419,6.636,6.636,0,0,1-1.762-.621,6.832,6.832,0,0,1-2.7-2.431,3.869,3.869,0,0,1-.338-.837,2.032,2.032,0,0,0-.585-.86,2.256,2.256,0,0,0-2.017-.369,2.347,2.347,0,0,0-.965.445,1.793,1.793,0,0,0-.447.958,6.015,6.015,0,0,0,.056,1.934,8.754,8.754,0,0,0,.528,1.844,4.554,4.554,0,0,0,.462.856,9.019,9.019,0,0,1,.427.811,22.38,22.38,0,0,1,1.287,3.478,7.681,7.681,0,0,1,.307,1.783c0,.284-.049.58-.2.642a4.347,4.347,0,0,1-.834.343,17.739,17.739,0,0,1-3.722.663,13.558,13.558,0,0,1-3.747-.156,1.8,1.8,0,0,1-.744-.366,3.908,3.908,0,0,0-.716-.689,4.322,4.322,0,0,0-2-.341c-1.3,0-2.591.15-3.857.267a7.424,7.424,0,0,1-3.662-.357,5.258,5.258,0,0,1-1.527-.964,7.087,7.087,0,0,1-.612-.679,1.437,1.437,0,0,0-.921-.633,2.154,2.154,0,0,0-1.07.245.923.923,0,0,0-.468.432,1.2,1.2,0,0,0-.046.56c.02.182-.161.309-.434.444a5.827,5.827,0,0,1-.863.29,9.687,9.687,0,0,1-3.732.275,1.289,1.289,0,0,0-.594.085.78.78,0,0,0-.417.515,5.138,5.138,0,0,0-.143.982,10.811,10.811,0,0,0-.018,1.924l.017.177.188.041a71.235,71.235,0,0,0,10.813,1.6c.914.06,1.849,0,2.7.083a20.609,20.609,0,0,1,2.616.593,19.062,19.062,0,0,0,5.5.472h-.058l3.547.362,1.773.181a13.629,13.629,0,0,0,1.822.124c.621-.021,1.245-.172,1.781-.241a.925.925,0,0,1,.316.007c.055.017.064.044.105.118a2.734,2.734,0,0,1,.047.757c-.008.564-.075,1.126-.1,1.727a4.119,4.119,0,0,0,.062.926,4.351,4.351,0,0,1,.15.818,6.556,6.556,0,0,1-.1,1.647,2.684,2.684,0,0,1-.231.736.447.447,0,0,1-.091.118.668.668,0,0,1-.284-.058,1.409,1.409,0,0,0-1.094-.083,1.654,1.654,0,0,0-.727.774,9.794,9.794,0,0,1-.966,1.418,1.167,1.167,0,0,0-.213,1.08,1.958,1.958,0,0,0,.635.837,1.035,1.035,0,0,0,.59.216,1.08,1.08,0,0,0,.313-.04l.094-.027a.169.169,0,0,1-.068,0,.315.315,0,0,1-.192-.094.337.337,0,0,1-.068-.133.138.138,0,0,1,0-.064,6.522,6.522,0,0,1-.274.725,6.83,6.83,0,0,1-2.339,2.325l.178-.05c-1.249,0-2.487.035-3.737.156a8.151,8.151,0,0,0-1.9.369,1.114,1.114,0,0,0-.531.381.618.618,0,0,0-.09.239l-.016.061c0,.041-.039.088-.055.135a2.525,2.525,0,0,1-.239.316,1.03,1.03,0,0,0-.3.577.693.693,0,0,0,.481.613,3,3,0,0,0,.491.171c.317.084.626.143.936.2.614.113,1.246.183,1.869.236,1.248.1,2.5.089,3.714.13.3.013.605.029.892.066a1.832,1.832,0,0,1,.71.193c.023.019.058.037.043.046.015,0,.012.022,0,.05a2.262,2.262,0,0,1-.089.377,7.29,7.29,0,0,1-.268.82,1.365,1.365,0,0,1-.386.59c-.089.064-.088.032-.379.151a2.243,2.243,0,0,0-.447.319,6.6,6.6,0,0,0-1.2,1.5,2.44,2.44,0,0,0-.374,1,.729.729,0,0,0,.462.645,2.161,2.161,0,0,0,.527.159c.056.009.216.046.148.024a.325.325,0,0,1-.174-.19.334.334,0,0,1,.1-.361l.04-.03a.413.413,0,0,1,.058-.029l-.025.006-.1.017-.45.065-.917.138-3.671.58-.174.028-.071.144a3.1,3.1,0,0,0-.483,1.833.765.765,0,0,0,.175.388.789.789,0,0,0,.381.244,2.538,2.538,0,0,0,.613.106l1.069.051a2.855,2.855,0,0,1,1.753.5,3.64,3.64,0,0,1,.99,1.583c.091.571.138,1.34.21,2l.038.352.36-.03c10.918-.923,21.84-1.851,32.765-2.674a57.448,57.448,0,0,1,8.147-.274c.348.02.659.066,1.081.057a.906.906,0,0,0,.43-.109.632.632,0,0,0,.314-.491,2.334,2.334,0,0,0-.04-.607,7.122,7.122,0,0,1-.113-1.891,1.735,1.735,0,0,1,.681-1.405,1.865,1.865,0,0,1,.83-.139l1.022-.05,4.091-.2,2.045-.1,1.023-.051a3.655,3.655,0,0,1,.951.024,3.311,3.311,0,0,1,1.612.758,1.114,1.114,0,0,1,.388.592l.028.155a.65.65,0,0,0,.07.21,1.021,1.021,0,0,0,.276.34,1.755,1.755,0,0,0,.621.275,8.6,8.6,0,0,0,2.169.124c.7-.025,1.385-.078,2.071-.136,4.911-.452,9.823-.674,14.656-1.194,1.209-.129,2.413-.272,3.615-.471a17.452,17.452,0,0,0,1.808-.383,3.529,3.529,0,0,0,.957-.4l.145-.122a.486.486,0,0,0,.144-.194.829.829,0,0,0,.09-.36l.029-.453a7.568,7.568,0,0,1,.432-3.217,1.338,1.338,0,0,1,1.139-.6,5.639,5.639,0,0,1,1.612.075l-.267-.183a7.435,7.435,0,0,1,.658,3.357c-.031,1.182-.18,2.406-.26,3.6s-.187,2.383-.28,3.563l-.067.882-.034.441-.008.1a.008.008,0,0,1,0-.009s-.023.029-.058.053a3.227,3.227,0,0,1-1.579.2c-.347-.035-.7-.009-.945-.046a.409.409,0,0,1-.4-.35,5.121,5.121,0,0,1-.014-1.376,5.316,5.316,0,0,0-.045-1.155c-.045-.317-.232-.683-.539-.715a.836.836,0,0,0-.707.224c-.017.055.154-.009.467-.028a.348.348,0,0,1,.377.233,2.21,2.21,0,0,1,.064.805c-.016.327-.066.688-.119,1.107a3.923,3.923,0,0,0-.035.692,1.258,1.258,0,0,0,.3.837,1.374,1.374,0,0,0,.93.308c.292.011.51.036.836.064a4.8,4.8,0,0,0,.96-.026,2.667,2.667,0,0,0,.522-.116.974.974,0,0,0,.574-.427.653.653,0,0,0,.069-.23l.012-.118.024-.241.048-.49.1-1.017Q890.285,312.043,890.389,310.912Z" style="fill:#d9ccb6"/><path d="M802.882,262.493c0,.011.031.02.07.051a.2.2,0,0,1,.052.062c.006.017-.014,0-.014,0a.369.369,0,0,1-.1-.066,2.332,2.332,0,0,1-.289-.311,8.533,8.533,0,0,1-.865-1.34,7.318,7.318,0,0,1-.438-1.051c-.111-.408-.18-.851-.605-1.059a2.675,2.675,0,0,0-.7-.229l-.789-.173a7.507,7.507,0,0,1-.824-.244,1.751,1.751,0,0,1-.789-.479,1.457,1.457,0,0,1-.318-.915,3.329,3.329,0,0,1,.125-.958,14.61,14.61,0,0,1,.656-1.8,20.886,20.886,0,0,1,.94-1.9.978.978,0,0,0,.043-.963c-.174-.3-.424-.6-.594-.957a18.782,18.782,0,0,1-.76-2.187l-.355-1.125q-.159-.587-.317-1.165c-.1-.383-.2-.759-.31-1.124l-.352-1.148-.358-1.161c-.122-.4-.237-.756-.377-1.127a8.41,8.41,0,0,1-.637-2.183,3.267,3.267,0,0,1,.015-.853,1.263,1.263,0,0,1,.18-.465.677.677,0,0,1,.592-.315l-.119.013.619-.207,1.1-.359.426-.127.274-.082.081.255.2.625c.109.341.211.644.336.978l.369,1c.491,1.32.974,2.618,1.436,3.862s.886,2.447,1.292,3.572q.3.847.586,1.64l.53,1.528.48,1.382c.155.411.308.821.456,1.214s.282.774.412,1.128l.316.887.462,1.278c.053.158.106.313.16.474l.149.487c.084.307.165.609.243.9s.145.552.209.8l.216.739.394,1.321.079.266-.221.128-.1.056c-.438.248-.821.466-1.205.659-.747.371-1.261.587-1.6.734s-.5.2-.484.14a2.486,2.486,0,0,1,.562-.5c.342-.265.826-.6,1.4-.99l.977-.666.043-.029-.154.429c-.149-.416-.31-.865-.48-1.341-.084-.236-.184-.526-.27-.813s-.164-.565-.247-.85-.161-.562-.237-.829l-.126-.4-.145-.425-.441-1.242c-.1-.278-.205-.591-.326-.942-.11-.31-.23-.65-.365-1.034L802.6,251.7l-.468-1.4q-.242-.728-.5-1.516l-.557-1.629c-.386-1.121-.8-2.312-1.226-3.554s-.9-2.531-1.367-3.854q-.175-.5-.351-1c-.116-.323-.246-.71-.351-1.059l-.209-.7.417.2c-.473.133-.921.26-1.369.409l-.79.25-.548.173.427-.161a.563.563,0,0,0-.146.262,1.984,1.984,0,0,0-.047.608,4.318,4.318,0,0,0,.165,1c.086.342.23.689.348,1.034l.207.6.1.309.086.292.348,1.164.348,1.157c.127.407.234.806.336,1.193s.207.764.3,1.122.234.732.352,1.1c.249.719.46,1.5.733,2.113a6.274,6.274,0,0,0,.567.9,1.474,1.474,0,0,1,.275.708,1.757,1.757,0,0,1-.131.741c-.164.4-.353.69-.492.987s-.282.609-.415.924a14.572,14.572,0,0,0-.644,1.843,2.82,2.82,0,0,0-.1.784.955.955,0,0,0,.163.542,2.853,2.853,0,0,0,1.262.513l.788.171a3.579,3.579,0,0,1,.839.273,1.6,1.6,0,0,1,.731.729,1.917,1.917,0,0,1,.15.441l.068.285c.051.18.111.367.173.534l.186.462c.262.59.52,1.068.669,1.405a2.5,2.5,0,0,1,.15.395.33.33,0,0,1,.013.112s-.116-.1-.151-.082C802.892,262.472,802.877,262.484,802.882,262.493Z" style="fill:#d9ccb6"/><path d="M786.3,219.579c.077-.02.171.072.292.259a6.929,6.929,0,0,1,.441.853l.538,1.373c.05.139.1.281.155.427s.094.295.144.449l.3.965.162.532c.045.179.094.366.142.554a5.5,5.5,0,0,0,.352,1.088c.162.364.364.741.554,1.142.175.378.4.756.618,1.156l.674,1.2.357.611c.12.214.225.431.33.644s.212.42.329.618l.373.616.384.619a6.218,6.218,0,0,0,.4.589l.364.452-.223-.095.709-.246a7.032,7.032,0,0,0,1.179-.527,3.538,3.538,0,0,0,.329-.224,3.37,3.37,0,0,0-.17-.511,6.1,6.1,0,0,1-.168-.644,3.307,3.307,0,0,0-.137-.587,18.194,18.194,0,0,0-1.031-2.19l-1.046-2.015q-.249-.48-.48-.929t-.43-.872l-.384-.795-.359-.7c-.112-.231-.224-.448-.308-.672-.076-.2-.155-.373-.216-.556-.135-.369-.2-.6-.263-.793l-.081-.286-.069-.295-.1-.546c-.029-.174-.055-.341-.079-.486s-.057-.289-.095-.45q-.1-.45-.19-.864c-.054-.272-.106-.509-.137-.753l-.01-.1-.013-.128.021-.032a7.3,7.3,0,0,1,.58-.807c.162-.192.272-.289.327-.264s.049.173-.024.42c-.063.219-.184.512-.326.869l.01-.226.042.136c.066.2.152.456.238.71l.268.845c.045.143.1.32.137.5l.107.52.1.507.06.243.074.259c.051.161.127.43.238.739l.2.54c.062.18.159.375.259.592l.346.712.367.8.4.866.452.926.992,2.029a19.193,19.193,0,0,1,1.01,2.281,3.548,3.548,0,0,1,.156.672,4.553,4.553,0,0,0,.124.58,5.606,5.606,0,0,1,.2.69.626.626,0,0,1-.231.516,2.527,2.527,0,0,1-.313.213,7.34,7.34,0,0,1-1.286.557l-.643.206-.246.076-.179.055-.146-.194-.26-.345-.223-.313-.107-.164-.1-.157-.378-.63-.373-.627c-.135-.22-.248-.443-.358-.658l-.32-.625c-.112-.188-.238-.4-.357-.6l-.7-1.194c-.224-.385-.46-.769-.67-1.174-.188-.362-.391-.75-.6-1.14a6.089,6.089,0,0,1-.434-1.192c-.053-.19-.105-.372-.153-.541l-.164-.5-.321-.978-.147-.451-.144-.41c-.1-.27-.189-.529-.275-.771l-.11-.355-.092-.3a6.266,6.266,0,0,1-.248-.916C786.2,219.729,786.222,219.6,786.3,219.579Z" style="fill:#d9ccb6"/><path d="M700.81,514.8a57.858,57.858,0,0,1,4.9-3.162c1.572-1,3.511-2.216,5.677-3.844a29.774,29.774,0,0,0,3.324-2.841,19.842,19.842,0,0,0,2.957-4c1.9-2.938,2.714-6.718,3.951-10.675a92.128,92.128,0,0,1,5.456-12.331q.848-1.638,1.771-3.329a28.691,28.691,0,0,1,2.05-3.376c1.553-2.116,3.57-3.93,5.314-6.05.86-1.057,1.717-2.156,2.667-3.2a38.163,38.163,0,0,1,3.08-2.983c.268-.24.534-.49.826-.719a2.963,2.963,0,0,1,.468-.319.736.736,0,0,1,.612-.089c.669.367,1.375-.026,2.037-.322,1.345-.64,2.714-1.281,4.133-1.852a29,29,0,0,1,4.467-1.445,13.347,13.347,0,0,1,2.45-.336,8.3,8.3,0,0,1,2.5.215,2.6,2.6,0,0,1,1.449.862l.011.016,0,.029a6.85,6.85,0,0,0,.058,1.972c.075.3.191.666.49.742a4.154,4.154,0,0,0,1,.048,1.6,1.6,0,0,0,1.512-1.058c.244-.594.21-1.356.769-1.838a2.083,2.083,0,0,1,1.18-.395,7.556,7.556,0,0,1,1.241.022,3.444,3.444,0,0,1,1.195.3,2.98,2.98,0,0,1,.9.81,4.628,4.628,0,0,0,2.036,1.247c.19.072.381.143.576.2a.785.785,0,0,0,.583.01,5.5,5.5,0,0,1,1.007-.671c.369-.176.758-.3,1.142-.443a2.64,2.64,0,0,1,.294-.092c.01,0,.034-.013.044.016a.1.1,0,0,1-.023.037l-.053.055c-.035.036-.07.072-.1.111a.3.3,0,0,0-.085.268.367.367,0,0,0,.218.189,19.3,19.3,0,0,0,2.4.629,37.707,37.707,0,0,0,5.026.733,12.664,12.664,0,0,0,1.293.034c.408-.014.931-.066,1.126-.461a2.649,2.649,0,0,0,.009-1.253.931.931,0,0,1,.141-.632.954.954,0,0,1,.568-.342,5.055,5.055,0,0,1,1.346-.06,1.63,1.63,0,0,1,.656.193,1.317,1.317,0,0,1,.417.529c.418.825,1.454.96,2.3,1.2a.976.976,0,0,0,.157.023c.061,0,.022.019.015-.053a.746.746,0,0,1-.051-.348.924.924,0,0,1,.416-.56,1.98,1.98,0,0,1,1.329-.414,9.441,9.441,0,0,1,2.488,1.264,4.526,4.526,0,0,0,2.7.532,1.785,1.785,0,0,0,1.173-.644,2.878,2.878,0,0,0,.513-1.264l.129-.65a.96.96,0,0,1,.128-.329,1.027,1.027,0,0,1,.273-.227c.377-.254.766-.486,1.163-.709s.8-.435,1.218-.631a4.623,4.623,0,0,1,1.327-.475,3.366,3.366,0,0,1,1.137.825c.329.323.643.66.95,1,.615.689,1.205,1.4,1.789,2.127,2.328,2.9,4.575,5.969,6.828,9.129l.356.5-.151-.027,2.282-1.553-.007,0a1.356,1.356,0,0,0,.286-1.061,3.716,3.716,0,0,0-.32-1.154,10.043,10.043,0,0,0-1.3-2.087c-1-1.322-2.073-2.6-3.145-3.875-2.151-2.545-4.346-5.056-6.56-7.55l-.055-.062.027-.067.032-.079c1.075-1.785,2.851-2.856,4.5-3.929a9.163,9.163,0,0,0,2.14-2.043,18.223,18.223,0,0,1,2.206-2.214,12.891,12.891,0,0,1,5.489-3.057c1.032-.225,2.062-.333,3.054-.591s1.992-.544,3.009-.72,2.006-.382,2.992-.612a4.979,4.979,0,0,0,2.625-1.273,9.28,9.28,0,0,1,2.351-1.852,12.545,12.545,0,0,0,1.241-.787,1.425,1.425,0,0,0,.249-.229.183.183,0,0,1,.017-.031s.04.046-.008.01a.054.054,0,0,1-.015-.011.1.1,0,0,1-.028-.09.1.1,0,0,1,.057-.069l.021-.007.032-.008.047-.009.091-.018a7.217,7.217,0,0,1,.742-.128c1.05-.118,2.114.306,3.045-.056A13.752,13.752,0,0,0,841.4,429c1.41-1.475,2.777-3,4.147-4.521,2.754-3.067,5.5-6.166,8.375-9.162a59.657,59.657,0,0,1,4.472-4.229,15.72,15.72,0,0,0,2-2.159,3.986,3.986,0,0,0,.831-2.683,11.345,11.345,0,0,0-.7-2.556,5.357,5.357,0,0,0-1.416-2.221.645.645,0,0,0-.509-.145.6.6,0,0,0-.228.127,3.25,3.25,0,0,1-.306.229,3.369,3.369,0,0,1-1.443.459,4.262,4.262,0,0,1-1.518-.093,1.532,1.532,0,0,1-.74-.4c-.161-.137-.327-.275-.528-.423-3.077-2.3-6.3-4.577-9.484-6.882l-7.669-5.494-.127-.091.015-.155a15.01,15.01,0,0,0,.069-1.587,7.7,7.7,0,0,0-.05-.78c-.015-.128-.038-.251-.063-.373l-.047-.174c-.023-.031-.031-.073-.053-.1-.132-.214-.765-.077-1.211.132a7.84,7.84,0,0,0-1.374.8c-.434.307-.821.682-1.31,1.02a1.753,1.753,0,0,1-.922.335,1.782,1.782,0,0,1-.939-.283,2.511,2.511,0,0,1-.728-.586.779.779,0,0,1-.154-.58,1.472,1.472,0,0,1,.173-.471,5.623,5.623,0,0,1,.446-.717c.2-.259.378-.439.564-.649,2.488-2.659,5.439-5.614,8.1-8.285l7.448-7.406.014.373-.487-.419-1.32-1.136.336.007c-1.179.932-2.35,1.83-3.456,2.731-1.071.969-2.129,1.979-3.24,3.02l-4.01,3.729c-.674.614-1.35,1.224-2.039,1.821-.345.3-.692.595-1.052.882-.181.143-.363.285-.562.421a2.141,2.141,0,0,1-.349.2.5.5,0,0,1-.192.043.377.377,0,0,1-.089-.009.37.37,0,0,1-.151-.081.418.418,0,0,1-.051-.055l-.108-.128a22.393,22.393,0,0,0-1.837-1.932,6.917,6.917,0,0,0-2.155-1.437c-.027-.021-.133-.034-.031-.028.042-.014.052.012.179-.092.087-.147.048-.13.061-.148-.007-.056.007.021.007.021a1.557,1.557,0,0,1,.046.4,1.337,1.337,0,0,1-.314.775,4.012,4.012,0,0,1-.537.5,1.7,1.7,0,0,1-.722.372c-.547.077-.945.039-1.4.085s-.884.083-1.324.15a8.575,8.575,0,0,1-2.794.12c-.96-.18-1.758-.555-2.611-.767-.854-.244-1.7-.345-2.622-.573a16.391,16.391,0,0,1-2.545-.973,42.025,42.025,0,0,1-8.747-5.935,6.9,6.9,0,0,1-1.717-2.063,11.379,11.379,0,0,1-.958-2.443,17.412,17.412,0,0,1-.591-5.11,15,15,0,0,0,.059-2.437,2.84,2.84,0,0,0-.216-1.028.288.288,0,0,0-.093-.073c-.079-.036-.15-.075-.246-.11-.177-.073-.374-.138-.57-.2-.789-.248-1.611-.452-2.427-.662l-1.229-.316-.621-.174-.158-.048c-.067-.027-.147-.066-.218-.1a1.111,1.111,0,0,1-.363-.318,1.965,1.965,0,0,1-.2-1.494,3.593,3.593,0,0,1,.533-1.267,1.914,1.914,0,0,1,1.246-.9c.18-.026.26-.028.344-.034s.187-.021.282-.033c.191-.024.392-.066.588-.1a22.228,22.228,0,0,0,4.591-1.464,2.814,2.814,0,0,0,.457-.268l.088-.066c.016-.018.009-.022.022-.027s.054-.108.061-.149c.053-.2-.053-.394-.328-.61a6.006,6.006,0,0,0-2.04-.874,9.833,9.833,0,0,1-1.254-.282,1.816,1.816,0,0,1-.636-.455,1.6,1.6,0,0,1-.382-.675,9.741,9.741,0,0,1-.131-2.45,3.877,3.877,0,0,0-.1-1.023c-.02-.077-.072-.114-.169-.178a1.753,1.753,0,0,0-.441-.134c-.351-.073-.758-.1-1.206-.222a1.808,1.808,0,0,1-.7-.351,1.257,1.257,0,0,1-.409-.763,1.3,1.3,0,0,1,.119-.825,1.168,1.168,0,0,1,.69-.559,4.1,4.1,0,0,1,1.32-.164l2.344.058a8.366,8.366,0,0,0,1.088-.044,1.008,1.008,0,0,0,.177-.035.1.1,0,0,0-.033.017l-.071.082a.323.323,0,0,0-.019.3c.021.023-.164-.152-.31-.275a1.8,1.8,0,0,1-.255-.267.831.831,0,0,1-.187-.56.064.064,0,0,0,.019.042c0,.014,0-.007-.055-.026a3.044,3.044,0,0,0-.947-.128,21.129,21.129,0,0,0-2.23.115c-.388.031-.773.063-1.183.058a3.87,3.87,0,0,1-.655-.06,1.213,1.213,0,0,1-.765-.46,1.334,1.334,0,0,1-.2-.774c0-.215.013-.4.024-.58a3.964,3.964,0,0,0,0-.92c-.015-.044.005.022.1.071.1.029.079.008.027.027a3.247,3.247,0,0,0-.439.163c-.336.143-.692.3-1.059.422-.709.281-1.6.351-2.079.555-.5.22-.619.667-.573,1.357.016.333.067.687.056,1.1a1.75,1.75,0,0,1-.541,1.267,2.114,2.114,0,0,1-1.263.508,6.759,6.759,0,0,1-1.159-.009c-.746-.066-1.4-.135-2.151-.228a3.055,3.055,0,0,1-.626-.144.935.935,0,0,1-.125-.061.555.555,0,0,1-.166-.132.565.565,0,0,1-.144-.31.626.626,0,0,1,.04-.282,2.14,2.14,0,0,1,.145-.252.086.086,0,0,0-.008.042c-.009.032.013.085-.008-.008a2.911,2.911,0,0,1-.037-.306,5.046,5.046,0,0,1-.006-.563,2.924,2.924,0,0,1,.259-1.186.979.979,0,0,1,.318-.363c.127-.079.062-.048.074-.051s.026-.028.039-.039a2.24,2.24,0,0,0,.238-.337,8.346,8.346,0,0,0,.751-1.743,7.382,7.382,0,0,0,.3-1.857l.048-.515a1.713,1.713,0,0,1,.071-.329.733.733,0,0,1,.459-.478.813.813,0,0,1,.308-.036c.085,0,.017-.011.033,0l.2-.041.477-.121a29.74,29.74,0,0,1,7.894-1.086c1.325.024,2.544.11,3.767.118a24.534,24.534,0,0,0,3.434-.12c.008,0,.026-.006.016,0l-.351.34c.14-.529.272-1.068.385-1.6a3.09,3.09,0,0,0,.135-1.058,1.981,1.981,0,0,0-.6-.144c-.258-.033-.533-.052-.808-.069-.552-.031-1.113-.061-1.669-.064l-6.577-.111-1.289-.021-.4-.007-.109-.368c-.444-1.5-.864-2.919-1.252-4.231l-.012-.041,0-.029a1.294,1.294,0,0,1,.626-1.242,2.339,2.339,0,0,1,1.091-.3c.708,0,1.149.069,1.707.059,1.078,0,2.137-.041,3.173-.1a43.477,43.477,0,0,0,4.972-.552,4.6,4.6,0,0,0,1.939-.653,1.2,1.2,0,0,0,.112-1.454,2.5,2.5,0,0,0-.185-.342l-.559-.777.983-.075,13.547-1.034,5.168-.385,5.271-.378,7.189-.5.586-.04-.025.547c-.039.878-.074,1.635-.107,2.381-.032.681-.063,1.354-.092,2a1.375,1.375,0,0,0,.661,1.17l-.162-.045a9.679,9.679,0,0,0,2.171.023c.159-.023.244-.08.161-.029a2.49,2.49,0,0,0,.137-.386c.084-.316.156-.644.217-.974.232-1.253.391-2.486.541-3.74l.055-.472.026-.237.007-.06a.579.579,0,0,1,.242-.427,1.784,1.784,0,0,1,.605-.257c.178-.049.351-.084.524-.115.691-.123,1.384-.191,2.1-.253a79.01,79.01,0,0,1,7.993-.193c.647.021,1.286.049,1.932.115.162.018.324.038.492.067a1.519,1.519,0,0,1,.607.2.454.454,0,0,1,.159.217.517.517,0,0,1,.02.173l0,.026-.01.1-.012.217-.012.44a28.388,28.388,0,0,0,.19,3.488c.067.574.147,1.137.25,1.687q.08.417.157.828l.083.4.019.072v0c-.018-.033,0-.03-.072-.094a.323.323,0,0,0-.244-.078.367.367,0,0,0-.146.05.3.3,0,0,0-.113.129l-.01.025.032-.176a1.8,1.8,0,0,1,.365-.928.771.771,0,0,1,.652-.236c.134.013.268.026.392.028a.976.976,0,0,0,.605-.124,1.881,1.881,0,0,0,.452-.515,2.454,2.454,0,0,0,.183-1.357c-.031-.506-.1-1.018-.166-1.532a11.077,11.077,0,0,1-.089-3.163,1.5,1.5,0,0,1,.409-.784,1.3,1.3,0,0,1,.863-.3l1.451-.115,2.755-.215,4.926-.375,7.633-.559,4.721-.315a10.193,10.193,0,0,1,1.6-.049,15.176,15.176,0,0,1-1.8.239l-5.1.51-8.046.739-4.955.444-2.674.239-.643.058a.522.522,0,0,0-.358.194,2.062,2.062,0,0,0-.231,1.12,20.383,20.383,0,0,0,.261,2.77,12.1,12.1,0,0,1,.131,1.558,3.013,3.013,0,0,1-.117.875,2.375,2.375,0,0,1-.493.8,1.458,1.458,0,0,1-.925.51,4.29,4.29,0,0,1-.878-.008c-.017,0-.006-.009-.054.046a.927.927,0,0,0-.109.267,3.78,3.78,0,0,0-.072.374l-.023.125-.014.055c-.032.048.036,0-.108.176a.418.418,0,0,1-.1.071.409.409,0,0,1-.274.02c-.253-.122-.172-.131-.208-.148a.586.586,0,0,1-.055-.1,1.889,1.889,0,0,1-.071-.257,30.506,30.506,0,0,1-.561-3.391,26.889,26.889,0,0,1-.15-3.583l.013-.237.011-.123.33.033h-.006l0,0a.152.152,0,0,0-.052.035,1.089,1.089,0,0,0-.123.174c-.058.062-.2-.036-.34-.037-.283-.045-.59-.071-.9-.093-.616-.041-1.245-.061-1.88-.071a77.14,77.14,0,0,0-7.877.28,15.077,15.077,0,0,0-1.962.295,1.574,1.574,0,0,0-.364.129c.036.031-.09-.1-.106-.115a.321.321,0,0,0-.1-.066l-.016,0h0l.295.03v.011l0,.033-.007.066-.029.266q-.062.535-.125,1.085A29.233,29.233,0,0,1,837.35,323l-.092.217a.83.83,0,0,1-.254.285,1.4,1.4,0,0,1-.511.181,5.257,5.257,0,0,1-.837.066,14.584,14.584,0,0,1-1.574-.075l-.078-.007-.053-.03a2.183,2.183,0,0,1-1.084-1.418,2.722,2.722,0,0,1-.042-.859l.031-.733q.064-1.465.128-2.917l.016-.373.376.339-8.532.6-4.337.315-4.646.346-13.62,1.034-.039,0,.232-.467a3.313,3.313,0,0,1,.477,1.15,1.861,1.861,0,0,1-.2,1.33,2.165,2.165,0,0,1-1.1.862,9.338,9.338,0,0,1-1.271.343,41.619,41.619,0,0,1-5.451.628c-.993.058-2.016.1-3.115.1-.531.012-1.17-.054-1.674-.063-.533-.012-1.024.225-.979.589l-.009-.041c.347,1.177.783,2.654,1.248,4.232l-.306-.227.251,0,6.606.118c1.16.02,2.319.025,3.561.158a2.342,2.342,0,0,1,1.024.3.837.837,0,0,1,.352.609,2.088,2.088,0,0,1-.031.529c-.1.617-.239,1.208-.388,1.809l-.146.566-.054.211-.193.028a23.669,23.669,0,0,1-3.741.145c-1.208-.012-2.434-.1-3.615-.121a28.111,28.111,0,0,0-7.276.927l-.969.245-.272.057c-.064.008-.162.01-.2.011-.023,0-.006.017-.034-.1-.007-.039-.029-.043.022,0,.086.057.078.047.067.062a.972.972,0,0,0-.036.175,16.208,16.208,0,0,1-.24,1.972,9.527,9.527,0,0,1-.7,1.934,4.9,4.9,0,0,1-.563.924,1.135,1.135,0,0,1-.269.242c-.015,0-.034.033-.044.016.008.017,0,.013,0,.013l-.006,0c-.008.017-.02.017-.032.042a1.165,1.165,0,0,0-.129.361,3.949,3.949,0,0,0-.062.927c0,.078.01.156.02.227l.016.1a.648.648,0,0,1,0,.256.962.962,0,0,1-.159.33c0,.008-.023.034-.017.027h0l-.082-.031c-.076-.021-.052-.024-.087-.03-.068,0-.035,0-.042-.006a.185.185,0,0,0,.093-.094c.089-.113.041-.046.058-.063l.031.012a.7.7,0,0,0,.094.027c.069.018.149.032.23.045l.5.066,1.046.113a6.289,6.289,0,0,0,1.992.013.947.947,0,0,0,.632-.464,1.5,1.5,0,0,0,.115-.85,3.288,3.288,0,0,1,.293-2.244,2.077,2.077,0,0,1,1.063-.677c.4-.1.743-.147,1.081-.235a13.66,13.66,0,0,0,2.03-.737,1.925,1.925,0,0,1,.324-.092.678.678,0,0,1,.51.1.926.926,0,0,1,.281.732c.014.4-.023.756-.04,1.11a2.049,2.049,0,0,0,.015.462c.032.126.052.15.157.2a2.661,2.661,0,0,0,.959.1l2.251-.154c.385-.015.772-.024,1.171,0a4.123,4.123,0,0,1,.615.078,1.222,1.222,0,0,1,.679.346.66.66,0,0,1,.153.465v.043c.018,0-.17-.015-.087-.006h0a.136.136,0,0,0,.04,0,.129.129,0,0,0,.043-.014c.015.013,0,.017.028.044a2.793,2.793,0,0,0,.36.342,1.327,1.327,0,0,1,.252.27.454.454,0,0,1,.067.37.464.464,0,0,1-.258.285,2.047,2.047,0,0,1-.683.137c-.806.051-1.573.009-2.351-.017-.385-.013-.77-.028-1.144-.021a2.18,2.18,0,0,0-.971.178.328.328,0,0,0-.177.255.846.846,0,0,0,.029.4c.081.21.346.348.712.418s.749.105,1.173.21a1.718,1.718,0,0,1,.655.3,1.112,1.112,0,0,1,.373.671,14.561,14.561,0,0,1,.072,2.366,3.061,3.061,0,0,0,.151,1.036.908.908,0,0,0,.267.362.97.97,0,0,0,.394.223c.32.087.763.13,1.166.239a8.088,8.088,0,0,1,1.187.415,4.33,4.33,0,0,1,1.118.663,1.541,1.541,0,0,1,.434.6,1.142,1.142,0,0,1,0,.782,1.017,1.017,0,0,1-.223.367,3.011,3.011,0,0,1-.289.229,5.509,5.509,0,0,1-.571.31,12.472,12.472,0,0,1-1.158.475c-.78.281-1.572.521-2.377.73-.4.106-.81.2-1.223.283-.209.037-.415.079-.633.1-.194.034-.5.035-.582.059a2.158,2.158,0,0,0-1.135,1.643,1.22,1.22,0,0,0,.11.92c.089.144.6.245.975.355l2.437.633c.408.11.817.223,1.228.355.206.066.41.133.62.22.1.036.215.1.322.148a.943.943,0,0,1,.343.318,3.262,3.262,0,0,1,.316,1.339,12.565,12.565,0,0,1,.019,1.271c-.012.419-.042.848-.081,1.258a10.762,10.762,0,0,0,0,1.2,17.984,17.984,0,0,0,.28,2.444,10.176,10.176,0,0,0,1.82,4.5,15.2,15.2,0,0,0,1.843,1.7c.658.547,1.342,1.069,2.033,1.584a39.837,39.837,0,0,0,4.354,2.819,14.992,14.992,0,0,0,4.833,1.83,18.369,18.369,0,0,1,2.633.69,5.779,5.779,0,0,0,2.489.458c.844-.034,1.74-.249,2.666-.315.452-.043.949-.041,1.351-.065a.788.788,0,0,0,.455-.157,3.76,3.76,0,0,0,.463-.389.883.883,0,0,0,.26-.395.547.547,0,0,0,.019-.2l-.022-.124-.02-.094a.636.636,0,0,1-.009-.115l.006-.075a.421.421,0,0,1,.14-.221.438.438,0,0,1,.4-.068c.042.013.1.03.124.041l.173.075.313.145a5.466,5.466,0,0,1,.634.353,12.885,12.885,0,0,1,2.093,1.818q.476.493.918,1.011l.221.26.055.065.007.008c.229-.18-.31.248-.254.2l0,0,0,0c0-.008,0-.006,0-.02.015-.052,0-.075-.013-.142-.05-.212-.047-.124-.028-.151l.048-.024a5.051,5.051,0,0,0,.511-.356c.7-.541,1.374-1.141,2.049-1.737,1.347-1.2,2.677-2.433,4.007-3.673,1.177-1.1,2.458-2.3,3.761-3.515.335-.3.647-.608,1.028-.909l1.059-.831,2.092-1.638.24-.188.229.2.711.614,1.093.945.28.241-.261.258c-5.062,5.009-9.726,9.593-14.353,14.375-.426.448-.861.894-1.272,1.349l-.309.339c-.083.11-.171.2-.254.323a4.657,4.657,0,0,0-.4.748c-.16.228.6.726,1.017.841.45.134.922-.277,1.4-.666a9.931,9.931,0,0,1,1.57-1.105,3.488,3.488,0,0,1,1.963-.584.889.889,0,0,1,.584.351,1.626,1.626,0,0,1,.187.533,6.223,6.223,0,0,1,.1.957,14.637,14.637,0,0,1-.068,1.874l-.114-.25,6.2,4.455,8.859,6.407c.759.556,1.518,1.1,2.269,1.687.17.122.459.4.52.436a1.564,1.564,0,0,0,.547.2,4.012,4.012,0,0,0,1.3.025,2.642,2.642,0,0,0,1.163-.428L858,401.1l.2-.143a.961.961,0,0,1,.506-.147,1.373,1.373,0,0,1,.858.353,6.44,6.44,0,0,1,1.515,2.509,8.142,8.142,0,0,1,.663,3.234,5.42,5.42,0,0,1-1.523,3.049,25.034,25.034,0,0,1-2.423,2.324c-.787.675-1.536,1.377-2.271,2.107-2.922,2.933-5.678,6.031-8.441,9.1-1.381,1.537-2.755,3.076-4.16,4.592-.7.758-1.412,1.509-2.163,2.236a8.876,8.876,0,0,1-1.246,1.051,2.027,2.027,0,0,1-.909.252,5.052,5.052,0,0,1-.845-.008,8.9,8.9,0,0,0-1.583-.075,7.7,7.7,0,0,0-.771.136c-.023-.006-.091.04-.059-.012l-.1-.274c-.007-.028.013-.058-.013-.056-.055.066.416-.535.214-.284l-.007,0-.016-.01a.638.638,0,0,1,.066.042.435.435,0,0,1,.161.284.494.494,0,0,1-.1.343l-.1.119a2.938,2.938,0,0,1-.362.3,26.385,26.385,0,0,0-2.651,1.754c-.385.324-.7.723-1.153,1.1a4.524,4.524,0,0,1-1.512.79,31.7,31.7,0,0,1-3.1.723c-1.04.183-2.006.373-2.993.649a24.449,24.449,0,0,1-3,.643,9.876,9.876,0,0,0-2.776.805,13.727,13.727,0,0,0-2.417,1.519,20.429,20.429,0,0,0-2.135,1.843c-.686.671-1.257,1.446-1.974,2.2a13.613,13.613,0,0,1-2.479,1.839,12.673,12.673,0,0,0-2.265,1.828,4.767,4.767,0,0,0-.885,1.155l-.069-.32c2.22,2.5,4.419,5.006,6.577,7.554,1.077,1.277,2.149,2.554,3.167,3.893a10.554,10.554,0,0,1,1.358,2.185,4.2,4.2,0,0,1,.358,1.305,1.759,1.759,0,0,1-.47,1.481l0,0-.019.013-1.438.981-.842.575-.331.225-.232-.326c-2.063-2.9-4.183-5.8-6.4-8.624a47.542,47.542,0,0,0-3.5-4.069,6.31,6.31,0,0,0-.476-.423,1.751,1.751,0,0,0-.231-.168.284.284,0,0,0-.093-.051l-.032-.016-.015-.009c0-.013.027-.042.034-.066a.253.253,0,0,0,0-.172l-.018-.045c.18.542.047.152.086.273l0,0-.01,0-.038.013-.151.052-.3.117c-.2.084-.4.173-.606.269a18.755,18.755,0,0,0-2.326,1.321c-.157-.053-.175.472-.284.926a3.29,3.29,0,0,1-.6,1.413,2.33,2.33,0,0,1-1.437.829,4.371,4.371,0,0,1-1.529-.02,6.94,6.94,0,0,1-2.618-1.156,4.5,4.5,0,0,0-1.051-.551,1.132,1.132,0,0,0-.909.122,1.443,1.443,0,0,0-.384.275.136.136,0,0,0-.046.069c0,.006-.01-.013.014.065l.034.109a.642.642,0,0,1,.012.238.408.408,0,0,1-.054.169.59.59,0,0,1-.209.213c-.235.112-.187.058-.258.078a1.106,1.106,0,0,1-.141,0l-.125-.019c-.153-.029-.253-.057-.37-.086l-.659-.18a2.921,2.921,0,0,1-1.41-.773,3.269,3.269,0,0,1-.422-.626.36.36,0,0,0-.229-.191c-.514-.169-1.888-.034-1.708.17-.069.182.082.644.066,1.228a1.32,1.32,0,0,1-.532.979,2.525,2.525,0,0,1-.469.214l-.434.09a16.9,16.9,0,0,1-2.862-.118c-.928-.1-1.85-.241-2.768-.406s-1.828-.36-2.742-.6c-.23-.062-.456-.124-.7-.205a1.676,1.676,0,0,1-.468-.216.83.83,0,0,1-.314-.419.777.777,0,0,1,.039-.557,1.465,1.465,0,0,1,.316-.42h0l.137.113a1.394,1.394,0,0,0,.222.176.226.226,0,0,0,.094.051c-.006,0-.007.023,0,.092a1.451,1.451,0,0,0,.036.2,2.453,2.453,0,0,0,.059.253l-.014,0-.135.045-.634.229a3.62,3.62,0,0,0-1.033.537l-.276.224a1.147,1.147,0,0,1-.635.235,2.53,2.53,0,0,1-.881-.179,12.416,12.416,0,0,1-1.319-.539,4.176,4.176,0,0,1-1.211-.908,2.891,2.891,0,0,0-.8-.749,2.922,2.922,0,0,0-1.04-.24c-.773-.073-1.675-.026-1.947.289-.275.238-.293.983-.619,1.742a2.085,2.085,0,0,1-.93.978,2.876,2.876,0,0,1-1.226.287c-.193,0-.382,0-.563-.014l-.268-.023a1.163,1.163,0,0,1-.473-.163,1.731,1.731,0,0,1-.676-1.2,7.8,7.8,0,0,1-.045-2.04l.06.3a1.577,1.577,0,0,0-.408-.3,3.23,3.23,0,0,0-.614-.242,10.047,10.047,0,0,0-4.245.026,26.032,26.032,0,0,0-4.3,1.312c-1.421.557-2.8,1.184-4.158,1.832-.344.162-.667.324-1.057.487a2.751,2.751,0,0,1-1.391.24,3.067,3.067,0,0,1-.52-.163c.043-.008-.043.011-.161.081a6.577,6.577,0,0,0-.78.626c-1.093.99-2.162,1.929-3.105,2.96s-1.814,2.113-2.691,3.2c-1.761,2.185-3.783,4.009-5.314,6.036a22.524,22.524,0,0,0-1.927,3.078q-.885,1.6-1.719,3.2a97.711,97.711,0,0,0-5.63,12.49c-.671,2-1.222,4.136-1.84,5.985a22.7,22.7,0,0,1-2.24,4.968c-.453.745-.92,1.456-1.389,2.134-.229.341-.511.678-.761,1.009l-.825.907a29.41,29.41,0,0,1-3.434,2.911,71.222,71.222,0,0,1-5.97,3.907c-1.67.993-2.954,1.712-3.8,2.188A6.078,6.078,0,0,1,700.81,514.8Z" style="fill:#d9ccb6"/><path d="M700.81,514.8a57.858,57.858,0,0,1,4.9-3.162c1.572-1,3.511-2.216,5.677-3.844a29.774,29.774,0,0,0,3.324-2.841,19.842,19.842,0,0,0,2.957-4c1.9-2.938,2.714-6.718,3.951-10.675a92.128,92.128,0,0,1,5.456-12.331q.848-1.638,1.771-3.329a28.691,28.691,0,0,1,2.05-3.376c1.553-2.116,3.57-3.93,5.314-6.05.86-1.057,1.717-2.156,2.667-3.2a38.163,38.163,0,0,1,3.08-2.983c.268-.24.534-.49.826-.719a2.963,2.963,0,0,1,.468-.319.736.736,0,0,1,.612-.089c.669.367,1.375-.026,2.037-.322,1.345-.64,2.714-1.281,4.133-1.852a29,29,0,0,1,4.467-1.445,13.347,13.347,0,0,1,2.45-.336,8.3,8.3,0,0,1,2.5.215,2.6,2.6,0,0,1,1.449.862l.011.016,0,.029a6.85,6.85,0,0,0,.058,1.972c.075.3.191.666.49.742a4.154,4.154,0,0,0,1,.048,1.6,1.6,0,0,0,1.512-1.058c.244-.594.21-1.356.769-1.838a2.083,2.083,0,0,1,1.18-.395,7.556,7.556,0,0,1,1.241.022,3.444,3.444,0,0,1,1.195.3,2.98,2.98,0,0,1,.9.81,4.628,4.628,0,0,0,2.036,1.247c.19.072.381.143.576.2a.785.785,0,0,0,.583.01,5.5,5.5,0,0,1,1.007-.671c.369-.176.758-.3,1.142-.443a2.64,2.64,0,0,1,.294-.092c.01,0,.034-.013.044.016a.1.1,0,0,1-.023.037l-.053.055c-.035.036-.07.072-.1.111a.3.3,0,0,0-.085.268.367.367,0,0,0,.218.189,19.3,19.3,0,0,0,2.4.629,37.707,37.707,0,0,0,5.026.733,12.664,12.664,0,0,0,1.293.034c.408-.014.931-.066,1.126-.461a2.649,2.649,0,0,0,.009-1.253.931.931,0,0,1,.141-.632.954.954,0,0,1,.568-.342,5.055,5.055,0,0,1,1.346-.06,1.63,1.63,0,0,1,.656.193,1.317,1.317,0,0,1,.417.529c.418.825,1.454.96,2.3,1.2a.976.976,0,0,0,.157.023c.061,0,.022.019.015-.053a.746.746,0,0,1-.051-.348.924.924,0,0,1,.416-.56,1.98,1.98,0,0,1,1.329-.414,9.441,9.441,0,0,1,2.488,1.264,4.526,4.526,0,0,0,2.7.532,1.785,1.785,0,0,0,1.173-.644,2.878,2.878,0,0,0,.513-1.264l.129-.65a.96.96,0,0,1,.128-.329,1.027,1.027,0,0,1,.273-.227c.377-.254.766-.486,1.163-.709s.8-.435,1.218-.631a4.623,4.623,0,0,1,1.327-.475,3.366,3.366,0,0,1,1.137.825c.329.323.643.66.95,1,.615.689,1.205,1.4,1.789,2.127,2.328,2.9,4.575,5.969,6.828,9.129l.356.5-.151-.027,2.282-1.553-.007,0a1.356,1.356,0,0,0,.286-1.061,3.716,3.716,0,0,0-.32-1.154,10.043,10.043,0,0,0-1.3-2.087c-1-1.322-2.073-2.6-3.145-3.875-2.151-2.545-4.346-5.056-6.56-7.55l-.055-.062.027-.067.032-.079c1.075-1.785,2.851-2.856,4.5-3.929a9.163,9.163,0,0,0,2.14-2.043,18.223,18.223,0,0,1,2.206-2.214,12.891,12.891,0,0,1,5.489-3.057c1.032-.225,2.062-.333,3.054-.591s1.992-.544,3.009-.72,2.006-.382,2.992-.612a4.979,4.979,0,0,0,2.625-1.273,9.28,9.28,0,0,1,2.351-1.852,12.545,12.545,0,0,0,1.241-.787,1.425,1.425,0,0,0,.249-.229.183.183,0,0,1,.017-.031s.04.046-.008.01a.054.054,0,0,1-.015-.011.1.1,0,0,1-.028-.09.1.1,0,0,1,.057-.069l.021-.007.032-.008.047-.009.091-.018a7.217,7.217,0,0,1,.742-.128c1.05-.118,2.114.306,3.045-.056A13.752,13.752,0,0,0,841.4,429c1.41-1.475,2.777-3,4.147-4.521,2.754-3.067,5.5-6.166,8.375-9.162a59.657,59.657,0,0,1,4.472-4.229,15.72,15.72,0,0,0,2-2.159,3.986,3.986,0,0,0,.831-2.683,11.345,11.345,0,0,0-.7-2.556,5.357,5.357,0,0,0-1.416-2.221.645.645,0,0,0-.509-.145.6.6,0,0,0-.228.127,3.25,3.25,0,0,1-.306.229,3.369,3.369,0,0,1-1.443.459,4.262,4.262,0,0,1-1.518-.093,1.532,1.532,0,0,1-.74-.4c-.161-.137-.327-.275-.528-.423-3.077-2.3-6.3-4.577-9.484-6.882l-7.669-5.494-.127-.091.015-.155a15.01,15.01,0,0,0,.069-1.587,7.7,7.7,0,0,0-.05-.78c-.015-.128-.038-.251-.063-.373l-.047-.174c-.023-.031-.031-.073-.053-.1-.132-.214-.765-.077-1.211.132a7.84,7.84,0,0,0-1.374.8c-.434.307-.821.682-1.31,1.02a1.753,1.753,0,0,1-.922.335,1.782,1.782,0,0,1-.939-.283,2.511,2.511,0,0,1-.728-.586.779.779,0,0,1-.154-.58,1.472,1.472,0,0,1,.173-.471,5.623,5.623,0,0,1,.446-.717c.2-.259.378-.439.564-.649,2.488-2.659,5.439-5.614,8.1-8.285l7.448-7.406.014.373-.487-.419-1.32-1.136.336.007c-1.179.932-2.35,1.83-3.456,2.731-1.071.969-2.129,1.979-3.24,3.02l-4.01,3.729c-.674.614-1.35,1.224-2.039,1.821-.345.3-.692.595-1.052.882-.181.143-.363.285-.562.421a2.141,2.141,0,0,1-.349.2.5.5,0,0,1-.192.043.377.377,0,0,1-.089-.009.37.37,0,0,1-.151-.081.418.418,0,0,1-.051-.055l-.108-.128a22.393,22.393,0,0,0-1.837-1.932,6.917,6.917,0,0,0-2.155-1.437c-.027-.021-.133-.034-.031-.028.042-.014.052.012.179-.092.087-.147.048-.13.061-.148-.007-.056.007.021.007.021a1.557,1.557,0,0,1,.046.4,1.337,1.337,0,0,1-.314.775,4.012,4.012,0,0,1-.537.5,1.7,1.7,0,0,1-.722.372c-.547.077-.945.039-1.4.085s-.884.083-1.324.15a8.575,8.575,0,0,1-2.794.12c-.96-.18-1.758-.555-2.611-.767-.854-.244-1.7-.345-2.622-.573a16.391,16.391,0,0,1-2.545-.973,42.025,42.025,0,0,1-8.747-5.935,6.9,6.9,0,0,1-1.717-2.063,11.379,11.379,0,0,1-.958-2.443,17.412,17.412,0,0,1-.591-5.11,15,15,0,0,0,.059-2.437,2.84,2.84,0,0,0-.216-1.028.288.288,0,0,0-.093-.073c-.079-.036-.15-.075-.246-.11-.177-.073-.374-.138-.57-.2-.789-.248-1.611-.452-2.427-.662l-1.229-.316-.621-.174-.158-.048c-.067-.027-.147-.066-.218-.1a1.111,1.111,0,0,1-.363-.318,1.965,1.965,0,0,1-.2-1.494,3.593,3.593,0,0,1,.533-1.267,1.914,1.914,0,0,1,1.246-.9c.18-.026.26-.028.344-.034s.187-.021.282-.033c.191-.024.392-.066.588-.1a22.228,22.228,0,0,0,4.591-1.464,2.814,2.814,0,0,0,.457-.268l.088-.066c.016-.018.009-.022.022-.027s.054-.108.061-.149c.053-.2-.053-.394-.328-.61a6.006,6.006,0,0,0-2.04-.874,9.833,9.833,0,0,1-1.254-.282,1.816,1.816,0,0,1-.636-.455,1.6,1.6,0,0,1-.382-.675,9.741,9.741,0,0,1-.131-2.45,3.877,3.877,0,0,0-.1-1.023c-.02-.077-.072-.114-.169-.178a1.753,1.753,0,0,0-.441-.134c-.351-.073-.758-.1-1.206-.222a1.808,1.808,0,0,1-.7-.351,1.257,1.257,0,0,1-.409-.763,1.3,1.3,0,0,1,.119-.825,1.168,1.168,0,0,1,.69-.559,4.1,4.1,0,0,1,1.32-.164l2.344.058a8.366,8.366,0,0,0,1.088-.044,1.008,1.008,0,0,0,.177-.035.1.1,0,0,0-.033.017l-.071.082a.323.323,0,0,0-.019.3c.021.023-.164-.152-.31-.275a1.8,1.8,0,0,1-.255-.267.831.831,0,0,1-.187-.56.064.064,0,0,0,.019.042c0,.014,0-.007-.055-.026a3.044,3.044,0,0,0-.947-.128,21.129,21.129,0,0,0-2.23.115c-.388.031-.773.063-1.183.058a3.87,3.87,0,0,1-.655-.06,1.213,1.213,0,0,1-.765-.46,1.334,1.334,0,0,1-.2-.774c0-.215.013-.4.024-.58a3.964,3.964,0,0,0,0-.92c-.015-.044.005.022.1.071.1.029.079.008.027.027a3.247,3.247,0,0,0-.439.163c-.336.143-.692.3-1.059.422-.709.281-1.6.351-2.079.555-.5.22-.619.667-.573,1.357.016.333.067.687.056,1.1a1.75,1.75,0,0,1-.541,1.267,2.114,2.114,0,0,1-1.263.508,6.759,6.759,0,0,1-1.159-.009c-.746-.066-1.4-.135-2.151-.228a3.055,3.055,0,0,1-.626-.144.935.935,0,0,1-.125-.061.555.555,0,0,1-.166-.132.565.565,0,0,1-.144-.31.626.626,0,0,1,.04-.282,2.14,2.14,0,0,1,.145-.252.086.086,0,0,0-.008.042c-.009.032.013.085-.008-.008a2.911,2.911,0,0,1-.037-.306,5.046,5.046,0,0,1-.006-.563,2.924,2.924,0,0,1,.259-1.186.979.979,0,0,1,.318-.363c.127-.079.062-.048.074-.051s.026-.028.039-.039a2.24,2.24,0,0,0,.238-.337,8.346,8.346,0,0,0,.751-1.743,7.382,7.382,0,0,0,.3-1.857l.048-.515a1.713,1.713,0,0,1,.071-.329.733.733,0,0,1,.459-.478.813.813,0,0,1,.308-.036c.085,0,.017-.011.033,0l.2-.041.477-.121a29.74,29.74,0,0,1,7.894-1.086c1.325.024,2.544.11,3.767.118a24.534,24.534,0,0,0,3.434-.12c.008,0,.026-.006.016,0l-.351.34c.14-.529.272-1.068.385-1.6a3.09,3.09,0,0,0,.135-1.058,1.981,1.981,0,0,0-.6-.144c-.258-.033-.533-.052-.808-.069-.552-.031-1.113-.061-1.669-.064l-6.577-.111-1.289-.021-.4-.007-.109-.368c-.444-1.5-.864-2.919-1.252-4.231l-.012-.041,0-.029a1.294,1.294,0,0,1,.626-1.242,2.339,2.339,0,0,1,1.091-.3c.708,0,1.149.069,1.707.059,1.078,0,2.137-.041,3.173-.1a43.477,43.477,0,0,0,4.972-.552,4.6,4.6,0,0,0,1.939-.653,1.2,1.2,0,0,0,.112-1.454,2.5,2.5,0,0,0-.185-.342l-.559-.777.983-.075,13.547-1.034,5.168-.385,5.271-.378,7.189-.5.586-.04-.025.547c-.039.878-.074,1.635-.107,2.381-.032.681-.063,1.354-.092,2a1.375,1.375,0,0,0,.661,1.17l-.162-.045a9.679,9.679,0,0,0,2.171.023c.159-.023.244-.08.161-.029a2.49,2.49,0,0,0,.137-.386c.084-.316.156-.644.217-.974.232-1.253.391-2.486.541-3.74l.055-.472.026-.237.007-.06a.579.579,0,0,1,.242-.427,1.784,1.784,0,0,1,.605-.257c.178-.049.351-.084.524-.115.691-.123,1.384-.191,2.1-.253a79.01,79.01,0,0,1,7.993-.193c.647.021,1.286.049,1.932.115.162.018.324.038.492.067a1.519,1.519,0,0,1,.607.2.454.454,0,0,1,.159.217.517.517,0,0,1,.02.173l0,.026-.01.1-.012.217-.012.44a28.388,28.388,0,0,0,.19,3.488c.067.574.147,1.137.25,1.687q.08.417.157.828l.083.4.019.072v0c-.018-.033,0-.03-.072-.094a.323.323,0,0,0-.244-.078.367.367,0,0,0-.146.05.3.3,0,0,0-.113.129l-.01.025.032-.176a1.8,1.8,0,0,1,.365-.928.771.771,0,0,1,.652-.236c.134.013.268.026.392.028a.976.976,0,0,0,.605-.124,1.881,1.881,0,0,0,.452-.515,2.454,2.454,0,0,0,.183-1.357c-.031-.506-.1-1.018-.166-1.532a11.077,11.077,0,0,1-.089-3.163,1.5,1.5,0,0,1,.409-.784,1.3,1.3,0,0,1,.863-.3l1.451-.115,2.755-.215,4.926-.375,7.633-.559,4.721-.315a10.193,10.193,0,0,1,1.6-.049,15.176,15.176,0,0,1-1.8.239l-5.1.51-8.046.739-4.955.444-2.674.239-.643.058a.522.522,0,0,0-.358.194,2.062,2.062,0,0,0-.231,1.12,20.383,20.383,0,0,0,.261,2.77,12.1,12.1,0,0,1,.131,1.558,3.013,3.013,0,0,1-.117.875,2.375,2.375,0,0,1-.493.8,1.458,1.458,0,0,1-.925.51,4.29,4.29,0,0,1-.878-.008c-.017,0-.006-.009-.054.046a.927.927,0,0,0-.109.267,3.78,3.78,0,0,0-.072.374l-.023.125-.014.055c-.032.048.036,0-.108.176a.418.418,0,0,1-.1.071.409.409,0,0,1-.274.02c-.253-.122-.172-.131-.208-.148a.586.586,0,0,1-.055-.1,1.889,1.889,0,0,1-.071-.257,30.506,30.506,0,0,1-.561-3.391,26.889,26.889,0,0,1-.15-3.583l.013-.237.011-.123.33.033h-.006l0,0a.152.152,0,0,0-.052.035,1.089,1.089,0,0,0-.123.174c-.058.062-.2-.036-.34-.037-.283-.045-.59-.071-.9-.093-.616-.041-1.245-.061-1.88-.071a77.14,77.14,0,0,0-7.877.28,15.077,15.077,0,0,0-1.962.295,1.574,1.574,0,0,0-.364.129c.036.031-.09-.1-.106-.115a.321.321,0,0,0-.1-.066l-.016,0h0l.295.03v.011l0,.033-.007.066-.029.266q-.062.535-.125,1.085A29.233,29.233,0,0,1,837.35,323l-.092.217a.83.83,0,0,1-.254.285,1.4,1.4,0,0,1-.511.181,5.257,5.257,0,0,1-.837.066,14.584,14.584,0,0,1-1.574-.075l-.078-.007-.053-.03a2.183,2.183,0,0,1-1.084-1.418,2.722,2.722,0,0,1-.042-.859l.031-.733q.064-1.465.128-2.917l.016-.373.376.339-8.532.6-4.337.315-4.646.346-13.62,1.034-.039,0,.232-.467a3.313,3.313,0,0,1,.477,1.15,1.861,1.861,0,0,1-.2,1.33,2.165,2.165,0,0,1-1.1.862,9.338,9.338,0,0,1-1.271.343,41.619,41.619,0,0,1-5.451.628c-.993.058-2.016.1-3.115.1-.531.012-1.17-.054-1.674-.063-.533-.012-1.024.225-.979.589l-.009-.041c.347,1.177.783,2.654,1.248,4.232l-.306-.227.251,0,6.606.118c1.16.02,2.319.025,3.561.158a2.342,2.342,0,0,1,1.024.3.837.837,0,0,1,.352.609,2.088,2.088,0,0,1-.031.529c-.1.617-.239,1.208-.388,1.809l-.146.566-.054.211-.193.028a23.669,23.669,0,0,1-3.741.145c-1.208-.012-2.434-.1-3.615-.121a28.111,28.111,0,0,0-7.276.927l-.969.245-.272.057c-.064.008-.162.01-.2.011-.023,0-.006.017-.034-.1-.007-.039-.029-.043.022,0,.086.057.078.047.067.062a.972.972,0,0,0-.036.175,16.208,16.208,0,0,1-.24,1.972,9.527,9.527,0,0,1-.7,1.934,4.9,4.9,0,0,1-.563.924,1.135,1.135,0,0,1-.269.242c-.015,0-.034.033-.044.016.008.017,0,.013,0,.013l-.006,0c-.008.017-.02.017-.032.042a1.165,1.165,0,0,0-.129.361,3.949,3.949,0,0,0-.062.927c0,.078.01.156.02.227l.016.1a.648.648,0,0,1,0,.256.962.962,0,0,1-.159.33c0,.008-.023.034-.017.027h0l-.082-.031c-.076-.021-.052-.024-.087-.03-.068,0-.035,0-.042-.006a.185.185,0,0,0,.093-.094c.089-.113.041-.046.058-.063l.031.012a.7.7,0,0,0,.094.027c.069.018.149.032.23.045l.5.066,1.046.113a6.289,6.289,0,0,0,1.992.013.947.947,0,0,0,.632-.464,1.5,1.5,0,0,0,.115-.85,3.288,3.288,0,0,1,.293-2.244,2.077,2.077,0,0,1,1.063-.677c.4-.1.743-.147,1.081-.235a13.66,13.66,0,0,0,2.03-.737,1.925,1.925,0,0,1,.324-.092.678.678,0,0,1,.51.1.926.926,0,0,1,.281.732c.014.4-.023.756-.04,1.11a2.049,2.049,0,0,0,.015.462c.032.126.052.15.157.2a2.661,2.661,0,0,0,.959.1l2.251-.154c.385-.015.772-.024,1.171,0a4.123,4.123,0,0,1,.615.078,1.222,1.222,0,0,1,.679.346.66.66,0,0,1,.153.465v.043c.018,0-.17-.015-.087-.006h0a.136.136,0,0,0,.04,0,.129.129,0,0,0,.043-.014c.015.013,0,.017.028.044a2.793,2.793,0,0,0,.36.342,1.327,1.327,0,0,1,.252.27.454.454,0,0,1,.067.37.464.464,0,0,1-.258.285,2.047,2.047,0,0,1-.683.137c-.806.051-1.573.009-2.351-.017-.385-.013-.77-.028-1.144-.021a2.18,2.18,0,0,0-.971.178.328.328,0,0,0-.177.255.846.846,0,0,0,.029.4c.081.21.346.348.712.418s.749.105,1.173.21a1.718,1.718,0,0,1,.655.3,1.112,1.112,0,0,1,.373.671,14.561,14.561,0,0,1,.072,2.366,3.061,3.061,0,0,0,.151,1.036.908.908,0,0,0,.267.362.97.97,0,0,0,.394.223c.32.087.763.13,1.166.239a8.088,8.088,0,0,1,1.187.415,4.33,4.33,0,0,1,1.118.663,1.541,1.541,0,0,1,.434.6,1.142,1.142,0,0,1,0,.782,1.017,1.017,0,0,1-.223.367,3.011,3.011,0,0,1-.289.229,5.509,5.509,0,0,1-.571.31,12.472,12.472,0,0,1-1.158.475c-.78.281-1.572.521-2.377.73-.4.106-.81.2-1.223.283-.209.037-.415.079-.633.1-.194.034-.5.035-.582.059a2.158,2.158,0,0,0-1.135,1.643,1.22,1.22,0,0,0,.11.92c.089.144.6.245.975.355l2.437.633c.408.11.817.223,1.228.355.206.066.41.133.62.22.1.036.215.1.322.148a.943.943,0,0,1,.343.318,3.262,3.262,0,0,1,.316,1.339,12.565,12.565,0,0,1,.019,1.271c-.012.419-.042.848-.081,1.258a10.762,10.762,0,0,0,0,1.2,17.984,17.984,0,0,0,.28,2.444,10.176,10.176,0,0,0,1.82,4.5,15.2,15.2,0,0,0,1.843,1.7c.658.547,1.342,1.069,2.033,1.584a39.837,39.837,0,0,0,4.354,2.819,14.992,14.992,0,0,0,4.833,1.83,18.369,18.369,0,0,1,2.633.69,5.779,5.779,0,0,0,2.489.458c.844-.034,1.74-.249,2.666-.315.452-.043.949-.041,1.351-.065a.788.788,0,0,0,.455-.157,3.76,3.76,0,0,0,.463-.389.883.883,0,0,0,.26-.395.547.547,0,0,0,.019-.2l-.022-.124-.02-.094a.636.636,0,0,1-.009-.115l.006-.075a.421.421,0,0,1,.14-.221.438.438,0,0,1,.4-.068c.042.013.1.03.124.041l.173.075.313.145a5.466,5.466,0,0,1,.634.353,12.885,12.885,0,0,1,2.093,1.818q.476.493.918,1.011l.221.26.055.065.007.008c.229-.18-.31.248-.254.2l0,0,0,0c0-.008,0-.006,0-.02.015-.052,0-.075-.013-.142-.05-.212-.047-.124-.028-.151l.048-.024a5.051,5.051,0,0,0,.511-.356c.7-.541,1.374-1.141,2.049-1.737,1.347-1.2,2.677-2.433,4.007-3.673,1.177-1.1,2.458-2.3,3.761-3.515.335-.3.647-.608,1.028-.909l1.059-.831,2.092-1.638.24-.188.229.2.711.614,1.093.945.28.241-.261.258c-5.062,5.009-9.726,9.593-14.353,14.375-.426.448-.861.894-1.272,1.349l-.309.339c-.083.11-.171.2-.254.323a4.657,4.657,0,0,0-.4.748c-.16.228.6.726,1.017.841.45.134.922-.277,1.4-.666a9.931,9.931,0,0,1,1.57-1.105,3.488,3.488,0,0,1,1.963-.584.889.889,0,0,1,.584.351,1.626,1.626,0,0,1,.187.533,6.223,6.223,0,0,1,.1.957,14.637,14.637,0,0,1-.068,1.874l-.114-.25,6.2,4.455,8.859,6.407c.759.556,1.518,1.1,2.269,1.687.17.122.459.4.52.436a1.564,1.564,0,0,0,.547.2,4.012,4.012,0,0,0,1.3.025,2.642,2.642,0,0,0,1.163-.428L858,401.1l.2-.143a.961.961,0,0,1,.506-.147,1.373,1.373,0,0,1,.858.353,6.44,6.44,0,0,1,1.515,2.509,8.142,8.142,0,0,1,.663,3.234,5.42,5.42,0,0,1-1.523,3.049,25.034,25.034,0,0,1-2.423,2.324c-.787.675-1.536,1.377-2.271,2.107-2.922,2.933-5.678,6.031-8.441,9.1-1.381,1.537-2.755,3.076-4.16,4.592-.7.758-1.412,1.509-2.163,2.236a8.876,8.876,0,0,1-1.246,1.051,2.027,2.027,0,0,1-.909.252,5.052,5.052,0,0,1-.845-.008,8.9,8.9,0,0,0-1.583-.075,7.7,7.7,0,0,0-.771.136c-.023-.006-.091.04-.059-.012l-.1-.274c-.007-.028.013-.058-.013-.056-.055.066.416-.535.214-.284l-.007,0-.016-.01a.638.638,0,0,1,.066.042.435.435,0,0,1,.161.284.494.494,0,0,1-.1.343l-.1.119a2.938,2.938,0,0,1-.362.3,26.385,26.385,0,0,0-2.651,1.754c-.385.324-.7.723-1.153,1.1a4.524,4.524,0,0,1-1.512.79,31.7,31.7,0,0,1-3.1.723c-1.04.183-2.006.373-2.993.649a24.449,24.449,0,0,1-3,.643,9.876,9.876,0,0,0-2.776.805,13.727,13.727,0,0,0-2.417,1.519,20.429,20.429,0,0,0-2.135,1.843c-.686.671-1.257,1.446-1.974,2.2a13.613,13.613,0,0,1-2.479,1.839,12.673,12.673,0,0,0-2.265,1.828,4.767,4.767,0,0,0-.885,1.155l-.069-.32c2.22,2.5,4.419,5.006,6.577,7.554,1.077,1.277,2.149,2.554,3.167,3.893a10.554,10.554,0,0,1,1.358,2.185,4.2,4.2,0,0,1,.358,1.305,1.759,1.759,0,0,1-.47,1.481l0,0-.019.013-1.438.981-.842.575-.331.225-.232-.326c-2.063-2.9-4.183-5.8-6.4-8.624a47.542,47.542,0,0,0-3.5-4.069,6.31,6.31,0,0,0-.476-.423,1.751,1.751,0,0,0-.231-.168.284.284,0,0,0-.093-.051l-.032-.016-.015-.009c0-.013.027-.042.034-.066a.253.253,0,0,0,0-.172l-.018-.045c.18.542.047.152.086.273l0,0-.01,0-.038.013-.151.052-.3.117c-.2.084-.4.173-.606.269a18.755,18.755,0,0,0-2.326,1.321c-.157-.053-.175.472-.284.926a3.29,3.29,0,0,1-.6,1.413,2.33,2.33,0,0,1-1.437.829,4.371,4.371,0,0,1-1.529-.02,6.94,6.94,0,0,1-2.618-1.156,4.5,4.5,0,0,0-1.051-.551,1.132,1.132,0,0,0-.909.122,1.443,1.443,0,0,0-.384.275.136.136,0,0,0-.046.069c0,.006-.01-.013.014.065l.034.109a.642.642,0,0,1,.012.238.408.408,0,0,1-.054.169.59.59,0,0,1-.209.213c-.235.112-.187.058-.258.078a1.106,1.106,0,0,1-.141,0l-.125-.019c-.153-.029-.253-.057-.37-.086l-.659-.18a2.921,2.921,0,0,1-1.41-.773,3.269,3.269,0,0,1-.422-.626.36.36,0,0,0-.229-.191c-.514-.169-1.888-.034-1.708.17-.069.182.082.644.066,1.228a1.32,1.32,0,0,1-.532.979,2.525,2.525,0,0,1-.469.214l-.434.09a16.9,16.9,0,0,1-2.862-.118c-.928-.1-1.85-.241-2.768-.406s-1.828-.36-2.742-.6c-.23-.062-.456-.124-.7-.205a1.676,1.676,0,0,1-.468-.216.83.83,0,0,1-.314-.419.777.777,0,0,1,.039-.557,1.465,1.465,0,0,1,.316-.42h0l.137.113a1.394,1.394,0,0,0,.222.176.226.226,0,0,0,.094.051c-.006,0-.007.023,0,.092a1.451,1.451,0,0,0,.036.2,2.453,2.453,0,0,0,.059.253l-.014,0-.135.045-.634.229a3.62,3.62,0,0,0-1.033.537l-.276.224a1.147,1.147,0,0,1-.635.235,2.53,2.53,0,0,1-.881-.179,12.416,12.416,0,0,1-1.319-.539,4.176,4.176,0,0,1-1.211-.908,2.891,2.891,0,0,0-.8-.749,2.922,2.922,0,0,0-1.04-.24c-.773-.073-1.675-.026-1.947.289-.275.238-.293.983-.619,1.742a2.085,2.085,0,0,1-.93.978,2.876,2.876,0,0,1-1.226.287c-.193,0-.382,0-.563-.014l-.268-.023a1.163,1.163,0,0,1-.473-.163,1.731,1.731,0,0,1-.676-1.2,7.8,7.8,0,0,1-.045-2.04l.06.3a1.577,1.577,0,0,0-.408-.3,3.23,3.23,0,0,0-.614-.242,10.047,10.047,0,0,0-4.245.026,26.032,26.032,0,0,0-4.3,1.312c-1.421.557-2.8,1.184-4.158,1.832-.344.162-.667.324-1.057.487a2.751,2.751,0,0,1-1.391.24,3.067,3.067,0,0,1-.52-.163c.043-.008-.043.011-.161.081a6.577,6.577,0,0,0-.78.626c-1.093.99-2.162,1.929-3.105,2.96s-1.814,2.113-2.691,3.2c-1.761,2.185-3.783,4.009-5.314,6.036a22.524,22.524,0,0,0-1.927,3.078q-.885,1.6-1.719,3.2a97.711,97.711,0,0,0-5.63,12.49c-.671,2-1.222,4.136-1.84,5.985a22.7,22.7,0,0,1-2.24,4.968c-.453.745-.92,1.456-1.389,2.134-.229.341-.511.678-.761,1.009l-.825.907a29.41,29.41,0,0,1-3.434,2.911,71.222,71.222,0,0,1-5.97,3.907c-1.67.993-2.954,1.712-3.8,2.188A6.078,6.078,0,0,1,700.81,514.8Z" style="fill:#d9ccb6"/><path d="M929.017,440.357l-.068-.482a6.829,6.829,0,0,0,4.306-2.372l.326-.395.112.494a1.9,1.9,0,0,0,1.272,1.359,2.908,2.908,0,0,0,3.117-1.559l.215-.37.219.369a3.469,3.469,0,0,0,4.375,1.207l.238.426a3.975,3.975,0,0,1-4.826-1.066,3.323,3.323,0,0,1-3.492,1.455,2.423,2.423,0,0,1-1.459-1.286A7.377,7.377,0,0,1,929.017,440.357Z" style="fill:#d1b493"/><path d="M916.286,415.03l-.068-.482a6.832,6.832,0,0,0,4.308-2.372l.325-.395.112.5a1.9,1.9,0,0,0,1.272,1.358,2.9,2.9,0,0,0,3.117-1.557l.216-.371.218.369a3.468,3.468,0,0,0,4.375,1.207l.238.426a3.977,3.977,0,0,1-4.826-1.066,3.323,3.323,0,0,1-3.492,1.455,2.425,2.425,0,0,1-1.459-1.287A7.366,7.366,0,0,1,916.286,415.03Z" style="fill:#d1b493"/><path d="M853.678,351.467l-.069-.481a6.84,6.84,0,0,0,4.307-2.373l.326-.395.112.5a1.9,1.9,0,0,0,1.271,1.358,2.9,2.9,0,0,0,3.117-1.557l.216-.371.218.369a3.47,3.47,0,0,0,4.375,1.206l.238.426a3.974,3.974,0,0,1-4.825-1.065,3.324,3.324,0,0,1-3.493,1.455,2.426,2.426,0,0,1-1.458-1.287A7.383,7.383,0,0,1,853.678,351.467Z" style="fill:#d1b493"/><path d="M936.326,265.3l-.068-.481a6.842,6.842,0,0,0,4.307-2.374l.326-.393.112.494a1.9,1.9,0,0,0,1.271,1.358,2.906,2.906,0,0,0,3.117-1.557l.215-.371.219.369a3.471,3.471,0,0,0,4.375,1.206l.238.426a3.976,3.976,0,0,1-4.826-1.065,3.319,3.319,0,0,1-3.493,1.455,2.421,2.421,0,0,1-1.457-1.287A7.38,7.38,0,0,1,936.326,265.3Z" style="fill:#d1b493"/><path d="M856.411,492.85l-.069-.482A6.823,6.823,0,0,0,860.648,490l.327-.395.112.5a1.9,1.9,0,0,0,1.271,1.359,2.914,2.914,0,0,0,3.118-1.558l.215-.371.218.369a3.468,3.468,0,0,0,4.375,1.207l.238.426a3.975,3.975,0,0,1-4.825-1.066,3.319,3.319,0,0,1-3.493,1.455,2.421,2.421,0,0,1-1.458-1.286A7.38,7.38,0,0,1,856.411,492.85Z" style="fill:#d1b493"/><path d="M842,485.437l-.068-.481a6.834,6.834,0,0,0,4.307-2.372l.326-.4.112.5a1.9,1.9,0,0,0,1.27,1.359,2.912,2.912,0,0,0,3.118-1.558l.215-.37.219.368a3.467,3.467,0,0,0,4.375,1.207l.238.427a3.977,3.977,0,0,1-4.826-1.066,3.317,3.317,0,0,1-3.493,1.454,2.421,2.421,0,0,1-1.457-1.287A7.368,7.368,0,0,1,842,485.437Z" style="fill:#d1b493"/><path d="M594.183,455.031a7.1,7.1,0,0,0,4.468-2.461,2.152,2.152,0,0,0,1.438,1.537,3.149,3.149,0,0,0,3.411-1.669,3.707,3.707,0,0,0,4.711,1.3" style="fill:none;stroke:#d1b493;stroke-miterlimit:10;stroke-width:0.5px"/><path d="M492.688,483.2a7.1,7.1,0,0,0,4.468-2.461,2.152,2.152,0,0,0,1.438,1.537,3.149,3.149,0,0,0,3.411-1.669,3.707,3.707,0,0,0,4.711,1.3" style="fill:none;stroke:#d1b493;stroke-miterlimit:10;stroke-width:0.5px"/><path d="M590.987,381.726a7.1,7.1,0,0,0,4.467-2.462,2.155,2.155,0,0,0,1.438,1.538,3.148,3.148,0,0,0,3.411-1.67,3.706,3.706,0,0,0,4.711,1.3" style="fill:none;stroke:#d1b493;stroke-miterlimit:10;stroke-width:0.5px"/><path d="M471.324,478.019a7.1,7.1,0,0,0,4.467-2.462,2.152,2.152,0,0,0,1.438,1.538,3.149,3.149,0,0,0,3.411-1.669,3.706,3.706,0,0,0,4.711,1.3" style="fill:none;stroke:#d1b493;stroke-miterlimit:10;stroke-width:0.5px"/><path d="M503.971,89.977a7.1,7.1,0,0,0,4.468-2.462,2.152,2.152,0,0,0,1.437,1.538,3.149,3.149,0,0,0,3.412-1.67,3.706,3.706,0,0,0,4.711,1.3" style="fill:none;stroke:#d1b493;stroke-miterlimit:10;stroke-width:0.5px"/><path d="M627.62,84.193l-.069-.482a6.837,6.837,0,0,0,4.308-2.372l.326-.395.112.495a1.894,1.894,0,0,0,1.271,1.358,2.9,2.9,0,0,0,3.116-1.557l.216-.371.218.369a3.472,3.472,0,0,0,4.376,1.207l.238.426a3.974,3.974,0,0,1-4.826-1.066,3.32,3.32,0,0,1-3.492,1.455,2.423,2.423,0,0,1-1.458-1.287A7.377,7.377,0,0,1,627.62,84.193Z" style="fill:#d1b493"/><path d="M754.51,115.128l-.068-.481a6.837,6.837,0,0,0,4.308-2.372l.326-.4.112.494a1.9,1.9,0,0,0,1.27,1.359,2.909,2.909,0,0,0,3.117-1.558l.216-.37.218.368a3.47,3.47,0,0,0,4.376,1.207l.238.427a3.978,3.978,0,0,1-4.826-1.066A3.319,3.319,0,0,1,760.3,114.2a2.423,2.423,0,0,1-1.458-1.287A7.366,7.366,0,0,1,754.51,115.128Z" style="fill:#d1b493"/><path d="M682.58,71.071l-.068-.481a6.847,6.847,0,0,0,4.314-2.378l.327-.4.112.5a1.9,1.9,0,0,0,1.273,1.361,2.908,2.908,0,0,0,3.122-1.56l.215-.37.219.368a3.473,3.473,0,0,0,4.383,1.209l.238.426a3.984,3.984,0,0,1-4.834-1.067,3.319,3.319,0,0,1-3.5,1.456,2.427,2.427,0,0,1-1.461-1.288A7.384,7.384,0,0,1,682.58,71.071Z" style="fill:#d1b493"/><path d="M638.757,381.776a.78.78,0,0,1,.832.05,5.737,5.737,0,0,1,1.622,1.962,14.2,14.2,0,0,0,2.384,3.182,11.579,11.579,0,0,0,.956.784c.336.249.69.5,1.057.742.729.493,1.5,1.009,2.258,1.615.372.292.769.638,1.15,1s.737.736,1.08,1.122a5,5,0,0,1,1.4,2.715c.131,1.081-.355,2.184-.44,3.368A4.17,4.17,0,0,0,651.3,400a7.447,7.447,0,0,1,.5,1.741c0,.349-.322.543-.516.759a4.579,4.579,0,0,0-.565.725c-.321.525-.606,1.088-.972,1.607a8.494,8.494,0,0,1-1.291,1.432c-.5.454-.994.881-1.482,1.307s-.96.849-1.446,1.246a9.724,9.724,0,0,1-1.658,1.07,10.234,10.234,0,0,1-1.889.683c-.666.177-1.272.31-1.9.491a12.562,12.562,0,0,0-3.34,1.455,1.868,1.868,0,0,0-.919,1.377,16.519,16.519,0,0,0,.12,1.751,2.961,2.961,0,0,1-.543,1.774,4.983,4.983,0,0,1-.605.675l-.33.307-.381.255a2.148,2.148,0,0,1-1.684.361,3.04,3.04,0,0,1-1.529-.9,11.159,11.159,0,0,1-1.9-2.835,31.433,31.433,0,0,1-1.288-3.019,15.994,15.994,0,0,1-.843-6.062c.006-.968.044-1.9.085-2.805a14.908,14.908,0,0,0,0-2.572c-.094-.806-.244-1.624-.349-2.322s-.2-1.407-.237-2.086a7.948,7.948,0,0,1,.085-1.967,6.207,6.207,0,0,1,.476-1.485,10.127,10.127,0,0,1,1.187-1.9c.165-.219.34-.424.517-.639l.554-.624c.363-.4.716-.76,1.048-1.1s.659-.652.972-.937l.934-.847c.649-.571,1.269-1.094,1.85-1.572s1.107-.9,1.633-1.309c1.022-.792,1.789-1.349,2.324-1.732a5.93,5.93,0,0,1,.826-.55,7.05,7.05,0,0,1-.829.7l-2.28,1.824-1.568,1.306c-.572.484-1.181,1.014-1.819,1.585-.3.278-.663.614-1.023.949s-.689.67-1.02,1.013-.65.681-.959,1.021l-.447.512c-.152.186-.309.371-.456.566a10.15,10.15,0,0,0-1.132,1.78,6.276,6.276,0,0,0-.492,1.5,7.573,7.573,0,0,0-.091,1.735,20.129,20.129,0,0,0,.222,2.121c.116.789.249,1.52.35,2.353a14.083,14.083,0,0,1,.009,2.583c-.042.89-.084,1.812-.1,2.763a16.366,16.366,0,0,0,.738,5.93c.363.994.76,2,1.236,2.987a11.722,11.722,0,0,0,1.782,2.8,3.461,3.461,0,0,0,1.341.97,1.973,1.973,0,0,0,1.656-.2,3.6,3.6,0,0,0,1.867-2.631c.043-.57-.1-1.144-.121-1.753a1.963,1.963,0,0,1,.789-1.614,7.305,7.305,0,0,1,1.53-.89,14.651,14.651,0,0,1,1.7-.647q.5-.151,1.016-.281l.52-.129.488-.12a11.08,11.08,0,0,0,1.882-.626,8.32,8.32,0,0,0,1.675-1c.545-.419,1.044-.877,1.54-1.307l1.43-1.257a9.767,9.767,0,0,0,1.279-1.35,15.346,15.346,0,0,0,.972-1.58,5.354,5.354,0,0,1,.539-.779c.194-.244.483-.454.6-.653s0-.5-.07-.766c-.086-.279-.184-.559-.285-.839a4.534,4.534,0,0,1-.366-1.8c.024-1.193.5-2.226.449-3.314a4.63,4.63,0,0,0-1.381-2.846c-.35-.39-.7-.753-1.05-1.084s-.687-.623-1.078-.935c-.756-.609-1.531-1.129-2.273-1.627-.369-.247-.727-.5-1.069-.746-.324-.245-.643-.491-.934-.759a9.237,9.237,0,0,1-1.473-1.707c-.2-.289-.387-.587-.549-.853l-.444-.733a6.246,6.246,0,0,0-1.535-1.977C639.032,381.645,638.757,381.843,638.757,381.776Z" style="fill:#d9ccb6"/><g style="opacity:0.25"><path d="M795.21,238.475l2.668-1.593,8.174,23.832-3.231,2.047s.608-1.59-1.533-3.258-4.953-2.214-3.267-4.941a5.27,5.27,0,0,0,.215-5.228Z" style="fill:#bc9e76"/></g><path d="M736.239,154c-.033-.071.183-.279.608-.614s1.062-.8,1.918-1.393l3.051-2.062.946-.628.993-.638,2.136-1.363,1.177-.745,1.22-.744c.822-.5,1.6-.975,2.423-1.532l.238-.16-.006.006c.466-.765.966-1.587,1.482-2.433l.648-1.049.021-.034h.043l2.045-.031,3.468-.032.474,0-.09.031,1.013-.8,1.444-1.082,1.392-1.049,1.41-1.1,1.427-1.12c.49-.383.928-.732,1.375-1.114.751-.634,1.547-1.34,2.384-2l.1-.081.132.032.22.053c1.078.258,2.159.5,3.235.723l1.665.322a4.076,4.076,0,0,0,1.5.122,2.352,2.352,0,0,0,1.13-.79,6.756,6.756,0,0,0,.842-1.256c.118-.224.23-.46.314-.665l.067-.165.188-.017,4.892-.446-.027,0,.51-.082,2.025-.315.079-.013.087.021,3.572.857,1.521.368H791.3c.325-.087.662-.186.989-.291a13.54,13.54,0,0,0,2.172-.859,4.69,4.69,0,0,1,1.154-.514,2.687,2.687,0,0,1,1.279.053,16.391,16.391,0,0,0,1.867.368,7.428,7.428,0,0,0,1.672.028,4.635,4.635,0,0,0,1.233-.3,5.082,5.082,0,0,0,.5-.23l.228-.126c.107-.054.206-.109.313-.152a2.012,2.012,0,0,1,1.21-.093,3.324,3.324,0,0,1,.833.339,2.192,2.192,0,0,0,.477.226c.016.008.015,0,.019.007.024,0,.128-.024.186-.032q.2-.033.39-.048c.251-.023.487-.031.715-.035.3,0,.58,0,.846.013l.121,0,.075.037.375.188c.343.17.664.318,1.039.482.357.156.709.305,1.036.421.061.019.2.074.169.042-.029.011.06-.009.123-.032a3.394,3.394,0,0,0,.431-.184c.593-.3,1.1-.635,1.621-.948l2.264-1.379c.518-.306.811-.461.844-.41s-.209.308-.7.723-1.234.98-2.139,1.621a17.878,17.878,0,0,1-1.6,1.049,3.648,3.648,0,0,1-.552.245,1.034,1.034,0,0,1-.473.048c-.108-.026-.2-.054-.3-.084-.375-.121-.733-.264-1.106-.414-.354-.143-.78-.327-1.189-.522l-.205-.1.165.036c-.358-.007-.725,0-1.077.012-.213.01-.422.026-.622.055-.124.013-.141.031-.341.052a1.071,1.071,0,0,1-.445-.055,4.154,4.154,0,0,1-.617-.3,2.492,2.492,0,0,0-.555-.229,1.09,1.09,0,0,0-.641.034c-.224.078-.6.33-1.029.5a5.6,5.6,0,0,1-1.539.368,8.171,8.171,0,0,1-1.725-.024,15.323,15.323,0,0,1-2.009-.4,2.137,2.137,0,0,0-.934-.09,3.352,3.352,0,0,0-.93.4,13.557,13.557,0,0,1-2.29.9c-.375.118-.747.226-1.134.326l-.078.02-.08-.02-1.389-.349-3.691-.922.126.007-1.843.267-.7.1-.009,0h-.014l-4.9.4.31-.221c-.073.174-.154.341-.242.515a8.1,8.1,0,0,1-.883,1.383A3.416,3.416,0,0,1,776.645,134a2.118,2.118,0,0,1-.978.079c-.28-.039-.547-.088-.811-.138l-1.556-.316c-1.082-.23-2.162-.485-3.243-.752l-.478-.12.24-.05-.859.69-1.257,1.048-.733.6-.378.3-.361.279-1.437,1.113-1.426,1.109c-.5.395-1,.765-1.478,1.122l-1.394,1.043-1.16.923-.089.07-.123,0-.245,0-3.455.055-2.287.055.388-.211-.54.9c-.543.878-1.027,1.725-1.549,2.609l-.054.09-.113.078-.048.033c-.859.6-1.789,1.194-2.61,1.7l-1.188.741-1.11.716-2.156,1.393-.994.641-.9.595-1.7,1.123-.784.5-.669.419c-.855.54-1.56.976-2.056,1.245S736.272,154.065,736.239,154Z" style="fill:#d9ccb6"/><path d="M736.6,156.721c-.033-.07.183-.278.608-.613s1.061-.8,1.918-1.393l3.05-2.062.947-.628.993-.638,2.136-1.363,1.177-.745,1.22-.744c.822-.5,1.6-.975,2.423-1.533l.238-.159-.006.006c.465-.765.966-1.588,1.482-2.434l.648-1.048.021-.034h.043l2.045-.031,3.468-.032.474,0-.09.03,1.013-.8,1.444-1.082,1.392-1.049,1.41-1.1,1.427-1.12c.49-.382.927-.732,1.375-1.113.751-.634,1.547-1.341,2.384-2l.1-.081.132.032.22.053c1.078.257,2.158.5,3.235.722l1.665.322a4.03,4.03,0,0,0,1.5.122,2.342,2.342,0,0,0,1.131-.789,6.789,6.789,0,0,0,.842-1.256c.118-.225.23-.46.313-.665l.068-.165.188-.017,4.892-.446-.027,0,.51-.081,2.025-.316.079-.012.087.021,3.572.857,1.521.368h-.235c.325-.087.662-.187.988-.292a13.423,13.423,0,0,0,2.173-.859,4.662,4.662,0,0,1,1.153-.513,2.7,2.7,0,0,1,1.279.052,16.42,16.42,0,0,0,1.868.369,7.425,7.425,0,0,0,1.672.027,4.635,4.635,0,0,0,1.233-.3,4.96,4.96,0,0,0,.5-.229l.228-.126c.107-.054.206-.109.313-.152a2.014,2.014,0,0,1,1.21-.094,3.337,3.337,0,0,1,.832.34,2.187,2.187,0,0,0,.478.225c.015.009.015,0,.019.008.023,0,.128-.025.186-.033q.2-.031.39-.048c.251-.022.487-.03.715-.034.3,0,.58,0,.845.012l.122,0,.075.038.375.188c.343.17.664.318,1.038.481.358.156.71.306,1.037.421.061.02.205.074.169.042-.029.012.06-.009.123-.031a3.267,3.267,0,0,0,.431-.185c.593-.3,1.1-.634,1.621-.948L815,130.682c.518-.306.811-.461.844-.411s-.209.309-.7.724-1.234.98-2.139,1.62a17.451,17.451,0,0,1-1.6,1.049,3.459,3.459,0,0,1-.552.245,1.02,1.02,0,0,1-.473.048c-.108-.025-.2-.053-.3-.084-.375-.12-.733-.263-1.106-.414-.354-.142-.78-.327-1.189-.521l-.205-.1.165.035c-.358-.006-.725,0-1.077.013-.213.01-.422.026-.622.054-.124.014-.141.031-.341.053a1.088,1.088,0,0,1-.445-.056,4.158,4.158,0,0,1-.617-.3,2.445,2.445,0,0,0-.555-.229,1.081,1.081,0,0,0-.641.034c-.224.077-.6.329-1.029.494a5.56,5.56,0,0,1-1.539.369,8.238,8.238,0,0,1-1.725-.024,15.323,15.323,0,0,1-2.009-.4,2.155,2.155,0,0,0-.934-.091,3.413,3.413,0,0,0-.93.4,13.593,13.593,0,0,1-2.29.9c-.375.118-.747.226-1.134.325l-.078.021-.08-.021-1.389-.349-3.691-.921.125.007-1.842.267-.7.1h-.023l-4.9.4.31-.221c-.073.174-.155.341-.242.515a8.177,8.177,0,0,1-.883,1.383,3.416,3.416,0,0,1-1.468,1.113,2.122,2.122,0,0,1-.979.079c-.279-.039-.546-.088-.81-.139l-1.557-.316c-1.082-.229-2.161-.485-3.242-.751l-.478-.12.24-.05-.859.689-1.257,1.049-.733.6-.379.3-.36.279-1.437,1.113-1.426,1.109c-.5.394-1,.764-1.478,1.121l-1.394,1.044-1.16.923-.089.07-.123,0-.245,0-3.456.056-2.286.055.388-.212-.54.9c-.543.877-1.028,1.725-1.55,2.609l-.053.09-.113.078-.048.033c-.859.6-1.789,1.194-2.61,1.7l-1.188.741-1.11.716-2.156,1.393-.994.64-.9.6-1.7,1.123-.784.5-.669.42c-.855.54-1.56.976-2.056,1.245S736.635,156.791,736.6,156.721Z" style="fill:#d9ccb6"/><path d="M316.888,397.813c.034.074-.221.341-.715.781L314,400.5c-.942.812-2.083,1.8-3.367,2.964l-1.031.922-1.079.949-2.3,2.056-1.255,1.14-1.3,1.155c-.882.766-1.686,1.53-2.554,2.381l-2.734,2.728q-1.358,1.338-2.79,2.852c-.948.991-1.932,1.983-2.886,3.031l-1.462,1.575-1.512,1.6-1.441,1.563q-.734.805-1.433,1.651l-1.426,1.694c-.5.573-.914,1.114-1.335,1.7-.754,1.04-1.59,2.158-2.375,3.306l-1.161,1.636c-.385.544-.709,1.125-1.066,1.684-.322.555-.759,1.161-1.052,1.757l-.913,1.741a13.725,13.725,0,0,0-.726,1.724c-.227.606-.472,1.2-.648,1.819a64.07,64.07,0,0,0-1.873,7.224c-.484,2.358-.871,4.636-1.212,6.791l-.475,3.133q-.225,1.515-.433,2.913l-.384,2.639-.315,2.342c-.1.755-.2,1.484-.311,2.169l-.26,1.7c-.148,1.041-.3,1.882-.393,2.451l-.159.9-.179.914q-.2.87-.383,1.655l-.347,1.464-.332,1.368c-.23.937-.423,1.822-.652,2.63l-.642,2.247c-.421,1.381-.839,2.36-1.1,3.045s-.443,1.036-.5,1.009a3.314,3.314,0,0,1,.2-1.209c.172-.76.528-1.836.83-3.137l.521-2.209c.192-.812.361-1.695.566-2.628.1-.446.216-.987.332-1.523l.349-1.571.34-1.531.141-.75.142-.806c.085-.523.214-1.309.387-2.366l.284-1.793c.1-.59.2-1.245.3-1.975s.216-1.531.339-2.406c.137-.895.264-1.728.406-2.662s.293-1.88.449-2.878.323-2.034.493-3.1c.351-2.136.758-4.4,1.248-6.754a65.329,65.329,0,0,1,1.918-7.237q.281-.927.655-1.835c.239-.583.477-1.3.792-1.893.657-1.22,1.219-2.35,1.935-3.41l1.076-1.7,1.184-1.636,1.133-1.585,1.2-1.61.7-.927.364-.467.362-.425,1.443-1.695c.479-.564.951-1.132,1.448-1.672l1.534-1.673,1.46-1.549c.45-.487.953-1.033,1.432-1.55.947-1.051,1.915-2.056,2.861-3.048.918-.979,1.845-1.963,2.811-2.93l2.679-2.726c.9-.9,1.869-1.846,2.751-2.623l1.268-1.145,1.184-1.094,2.327-2.1,1.083-.955.989-.879c.642-.582,1.271-1.132,1.874-1.64l.87-.728.75-.609c.968-.772,1.762-1.4,2.349-1.778S316.854,397.74,316.888,397.813Z" style="fill:#ddd2be"/><path d="M334.024,301.437c.079.014.125.188.155.5s.06.755.072,1.344,0,1.277,0,2.082l-.013.642-.032.666-.086,1.429-.057.785-.089.8c-.063.538-.124,1.049-.144,1.612s-.044,1.164-.1,1.79l-.144,1.846-.2,1.934c-.039.329-.063.645-.113.992l-.18,1.007c-.061.337-.119.658-.176.971l-.158,1-.159,1.015c-.056.347-.1.66-.128.992-.039.6-.069,1.244-.126,1.88a11.376,11.376,0,0,0-.065,1.819,5.932,5.932,0,0,0,.1.9,3.567,3.567,0,0,0,.244.817,2.713,2.713,0,0,0,.435.692,7.03,7.03,0,0,0,.589.634c.851.8,1.784,1.523,2.619,2.28s1.616,1.515,2.32,2.257c.361.364.684.735,1.009,1.084s.622.7.907,1.032l.808.945.729.827c.233.268.453.532.654.785l.5.624.718.908.25.344.244.36c.155.233.286.463.411.678l.353.607.341.56c.241.379.451.745.648,1.083s.366.645.513.961a10.282,10.282,0,0,1,.553,1.415c.1.331.124.522.067.545s-.188-.121-.389-.421-.461-.749-.794-1.268c-.156-.252-.375-.552-.585-.87l-.7-1.021c-.122-.172-.267-.385-.4-.6l-.395-.631c-.127-.21-.255-.416-.388-.613l-.2-.291-.223-.305-.682-.874-.518-.659-.581-.718-.731-.852-.793-.956-.87-1.025c-.313-.346-.625-.717-.968-1.077-.673-.734-1.415-1.487-2.219-2.242s-1.7-1.477-2.572-2.319c-.215-.218-.435-.439-.638-.685a3.673,3.673,0,0,1-.546-.861,5.07,5.07,0,0,1-.395-1.875,11.56,11.56,0,0,1,.083-1.9c.042-.323.062-.6.086-.9l.078-.932c.015-.177.031-.357.057-.537l.041-.272.044-.255.172-1.017.165-1.006c.062-.351.122-.689.183-1.029l.172-.967c.051-.3.073-.645.108-.968.067-.649.123-1.29.172-1.92l.112-1.87c.049-.6.048-1.165.069-1.761s.06-1.208.114-1.747l.073-.784.043-.742c.025-.5.049-.985.072-1.443l.031-.665.016-.61.022-1.149.026-.524.027-.446a11.263,11.263,0,0,1,.133-1.362C333.871,301.585,333.947,301.423,334.024,301.437Z" style="fill:#ddd2be"/><path d="M377.916,287.812c.061.048.02.217-.114.494a8.771,8.771,0,0,1-.7,1.141c-.342.465-.768,1.021-1.282,1.641-.13.158-.268.322-.42.486l-.457.486c-.317.326-.656.664-1.018,1.008-.175.171-.378.352-.582.532s-.416.343-.626.51l-1.274,1a11.47,11.47,0,0,1-1.459,1.041c-.507.3-1.044.608-1.622.9a14.747,14.747,0,0,1-1.808.741,9.056,9.056,0,0,1-.974.266,6.91,6.91,0,0,1-1.032.107c-.339.006-.672,0-1-.025a7.444,7.444,0,0,1-1.017-.13,8.538,8.538,0,0,1-1-.256c-.339-.108-.642-.221-.958-.343a7.8,7.8,0,0,1-1.706-.895c-.519-.364-1-.766-1.479-1.171-.229-.2-.492-.426-.713-.649l-.65-.659c-.21-.22-.4-.411-.622-.617l-.65-.626a33.873,33.873,0,0,1-2.454-2.523,15.528,15.528,0,0,1-1.733-2.785c-.24-.458-.434-.918-.632-1.357-.179-.446-.356-.874-.5-1.291l-.413-1.18-.364-1.046c-.111-.338-.216-.667-.3-.98l-.215-.774c-.132-.473-.233-.859-.293-1.121l-.091-.417-.076-.428-.124-.773-.113-.681-.128-.632-.254-1.219c-.073-.383-.143-.719-.192-1.06a14.717,14.717,0,0,1-.136-1.506c-.01-.345.006-.54.066-.553s.158.165.276.51.249.855.412,1.456c.082.285.188.651.293,1.018l.335,1.209c.056.205.122.457.175.705l.146.735c.05.242.084.482.121.716l.065.346.081.368.273,1.071.214.807c.068.267.158.558.258.882l.351,1.059.39,1.172c.135.4.3.819.462,1.251s.364.868.58,1.311a15.341,15.341,0,0,0,1.581,2.673,30.045,30.045,0,0,0,2.319,2.487l.63.631c.2.2.448.443.655.669.431.456.814.884,1.254,1.266.45.411.916.809,1.4,1.176a5.95,5.95,0,0,0,.73.488c.264.145.531.279.8.4l.471.2.242.089.228.087c.314.1.63.2.948.268a6.872,6.872,0,0,0,.96.145c.34.03.671.038.993.035a6.079,6.079,0,0,0,.938-.085,6.383,6.383,0,0,0,.909-.242,12.688,12.688,0,0,0,1.735-.72c.541-.269,1.072-.589,1.594-.909a10.871,10.871,0,0,0,1.375-1.011l1.324-1.082c.207-.171.41-.331.592-.5l.533-.5c.356-.346.691-.685,1-1.013l.449-.479c.139-.15.271-.3.4-.453l.727-.87.334-.393.284-.334c.36-.431.644-.789.862-1.013S377.853,287.763,377.916,287.812Z" style="fill:#ddd2be"/><path d="M388.009,256.744c.076.023.121.118.156.282a4.826,4.826,0,0,1,.079.7l.037,1.074.008.331-.007.343-.015.738-.01.406-.032.417a4.238,4.238,0,0,0-.009.836c.022.29.072.6.082.923.012.3.059.62.087.952l.081,1,.039.514c0,.18,0,.356-.011.529s-.017.344-.01.511l.022.524.019.532a3.8,3.8,0,0,0,.041.518,6.175,6.175,0,0,1,.118.983c0,.325,0,.649-.014.973a4.484,4.484,0,0,1-.03.5l-.068.479a3.882,3.882,0,0,0-.053.456l-.045.473a11.3,11.3,0,0,1-.351,1.826,8.976,8.976,0,0,1-.677,1.59l-.369.679-.367.613-.338.549c-.089.163-.185.336-.275.5s-.178.315-.269.454l-.218.352-.312.509-.125.18-.139.176c-.094.11-.189.21-.279.3l-.255.263c-.078.083-.143.164-.219.258l-.42.5c-.136.152-.251.289-.385.412a4.129,4.129,0,0,1-.648.489c-.163.1-.27.137-.319.1s-.03-.149.056-.317a7.471,7.471,0,0,1,.421-.655l.288-.463.35-.541a3.616,3.616,0,0,1,.218-.3l.253-.294.247-.286.111-.145.111-.161.305-.486.237-.363c.081-.118.164-.253.253-.4l.293-.5.351-.536.374-.583.376-.641a8.387,8.387,0,0,0,.677-1.435,10.511,10.511,0,0,0,.389-1.677l.06-.446a4.5,4.5,0,0,1,.067-.472,6.034,6.034,0,0,0,.135-.906l.054-.95a3.058,3.058,0,0,0-.011-.461l-.056-.476-.026-.275-.006-.14v-.132l-.007-.529-.015-.525a5.392,5.392,0,0,1,0-.541c.007-.174.015-.344.011-.508s-.025-.334-.042-.5l-.105-.994c-.035-.32-.094-.642-.123-.97-.02-.312-.078-.6-.117-.915a4.644,4.644,0,0,1-.032-.914l.017-.412v-1.145l0-.349,0-.32c0-.21-.01-.413,0-.6l.018-.276.023-.235a3.111,3.111,0,0,1,.127-.715C387.853,256.82,387.931,256.732,388.009,256.744Z" style="fill:#ddd2be"/><path d="M405.11,128.633c.053.06-.063.279-.318.643s-.647.874-1.189,1.529l-1.957,2.281-.614.695-.652.708L398.969,136l-.784.823-.823.824c-.558.549-1.081,1.076-1.63,1.677s-1.126,1.247-1.768,1.889c-.6.6-1.219,1.247-1.893,1.89l-2.05,1.916-1.053.98-1.094.983c-.354.326-.7.651-1.016.991-.331.354-.654.718-.958,1.1s-.6.78-.878,1.183a9.586,9.586,0,0,0-.707,1.247,22.355,22.355,0,0,0-.943,2.528c-.289.842-.519,1.705-.742,2.564l-.326,1.335-.313,1.287c-.094.426-.178.806-.25,1.234l-.215,1.28c-.277,1.7-.493,3.364-.687,4.966-.229,1.609-.327,3.123-.624,4.621-.144.736-.334,1.43-.519,2.1s-.4,1.3-.594,1.9-.4,1.189-.57,1.7l-.48,1.505-.441,1.389c-.13.39-.232.753-.33,1.087-.189.667-.318,1.207-.4,1.57-.051.192-.079.379-.122.572s-.082.392-.109.577a7.339,7.339,0,0,0-.119,1.046,6.955,6.955,0,0,0,.022.944,6.472,6.472,0,0,0,.15.883,12.423,12.423,0,0,0,.513,1.676c.189.521.393.968.579,1.426.368.886.623,1.556.77,2.029s.18.739.125.755-.207-.219-.462-.668-.615-1.114-1.031-1.92c-.195-.391-.457-.872-.677-1.395a11.525,11.525,0,0,1-.617-1.756,6.523,6.523,0,0,1-.2-1.072,7.146,7.146,0,0,1-.032-1.131,8.268,8.268,0,0,1,.133-1.089c.022-.178.068-.346.1-.516s.067-.367.116-.547c.081-.352.208-.879.408-1.574.105-.346.217-.739.365-1.169l.417-1.276q.231-.705.508-1.547l.591-1.7c.2-.587.4-1.2.6-1.843s.379-1.313.528-2.009c.3-1.374.428-2.932.671-4.514.213-1.592.447-3.25.743-4.946l.23-1.279c.071-.414.179-.9.281-1.338l.649-2.531c.231-.867.477-1.736.773-2.595l.438-1.241c.137-.432.331-.848.5-1.272l.361-.709c.06-.121.137-.233.206-.349l.206-.322a14.569,14.569,0,0,1,.9-1.228c.31-.4.647-.77.981-1.141.359-.388.726-.746,1.09-1.08l1.062-.96,1.032-.967,2.023-1.921c.64-.624,1.263-1.271,1.889-1.926.605-.613,1.141-1.236,1.716-1.879s1.184-1.289,1.736-1.845l.8-.816.734-.787,1.417-1.538.651-.709.588-.659,1.1-1.244.512-.557.438-.471c.558-.6,1.02-1.1,1.357-1.41S405.058,128.574,405.11,128.633Z" style="fill:#ddd2be"/><path d="M475.47,58.938c.084.034,0,.179-.2.354a6.462,6.462,0,0,1-.943.675c-.431.25-.959.545-1.571.875-.158.081-.317.173-.5.249l-.546.216c-.379.112-.775.245-1.2.337l-.664.153-.689.114c-.462.075-.9.14-1.373.258s-.975.247-1.506.352c-.5.1-1.015.232-1.557.356l-1.632.375-.836.2-.864.167c-.284.052-.563.1-.834.17l-.843.228c-.283.08-.57.149-.852.239s-.55.171-.817.278c-.483.177-.979.445-1.506.617-.5.176-.989.392-1.482.584l-.743.334c-.241.1-.489.194-.723.307s-.432.224-.652.356a3.745,3.745,0,0,0-.631.416,5.3,5.3,0,0,0-1.072.975c-.151.184-.317.351-.45.543l-.349.6a8.9,8.9,0,0,0-.913,2.46c-.086.41-.13.82-.195,1.207s-.062.775-.094,1.139-.013.729-.018,1.039a7.882,7.882,0,0,0,.056.921c.03.3.055.584.07.855l.078.669.132.965.047.356.035.365.044.67.04.6c.012.186.036.356.066.554q.077.559.147,1.067c.044.335.087.628.11.927a9.745,9.745,0,0,1,.021,1.313c-.018.3-.05.466-.111.474s-.144-.149-.232-.449-.181-.743-.3-1.265c-.06-.248-.137-.57-.213-.889s-.148-.686-.228-1.061a6.2,6.2,0,0,1-.1-.621c-.022-.21-.044-.428-.067-.648l-.052-.633-.033-.307-.044-.327c-.035-.211-.075-.531-.125-.961-.024-.215-.055-.458-.075-.731-.016-.242-.033-.506-.054-.808a8.764,8.764,0,0,1-.047-.986c.008-.368,0-.711.034-1.095s.065-.774.117-1.183c.071-.407.146-.83.222-1.266.132-.426.233-.876.395-1.319a8.816,8.816,0,0,1,.624-1.318,6.02,6.02,0,0,1,.891-1.245,6.548,6.548,0,0,1,.545-.573l.643-.485a3.755,3.755,0,0,1,.671-.439c.222-.127.491-.271.736-.388.509-.228.992-.382,1.457-.605l1.52-.566c.268-.084.492-.163.737-.263s.5-.214.751-.3l.441-.156.227-.072.215-.062c.287-.087.576-.16.864-.234l.859-.226c.3-.081.6-.135.891-.19l.839-.164c.26-.053.547-.133.821-.2l1.627-.4,1.577-.4c.507-.11.979-.248,1.478-.38s1.019-.237,1.474-.319l.664-.123.612-.153c.42-.1.794-.227,1.158-.337l.489-.194c.151-.058.314-.152.464-.227l.875-.454.4-.2.342-.165c.435-.215.788-.392,1.031-.489S475.45,58.852,475.47,58.938Z" style="fill:#ddd2be"/><path d="M576.175,87.8c.023.075-.074.167-.277.285a3.514,3.514,0,0,1-.955.379,11.674,11.674,0,0,1-1.578.27l-.492.045-.513,0c-.35,0-.716-.006-1.1-.027-.187-.011-.4-.011-.6-.035l-.614-.077c-.413-.051-.8-.112-1.233-.129s-.891-.043-1.369-.093l-1.412-.13-1.477-.171-.758-.095c-.262-.04-.517-.093-.768-.146s-.5-.1-.743-.139l-.768-.11-.778-.11a7.636,7.636,0,0,0-.763-.08c-.457-.026-.959-.022-1.449-.092l-1.415-.191c-.228-.033-.492-.061-.726-.111l-.694-.146-.662-.122-.688-.112a9.728,9.728,0,0,1-2.656-.791,2.219,2.219,0,0,1-1.023-1.106,2.87,2.87,0,0,1-.106-1.395,9.594,9.594,0,0,1,.246-1.16l.291-1.006a7.642,7.642,0,0,0,.207-.879c.056-.268.06-.538.09-.792l.031-.738c0-.209.013-.4,0-.58-.015-.356-.041-.644-.057-.84l-.022-.31-.016-.319c0-.194-.007-.4-.011-.588l-.017-.526c-.007-.165-.023-.316-.045-.492q-.056-.5-.105-.951c-.028-.3-.059-.563-.064-.831a6.614,6.614,0,0,1,.07-1.172c.043-.265.09-.41.151-.414s.13.139.192.407.121.66.208,1.125c.046.218.107.505.167.787l.186.942c.031.16.063.359.082.554s.033.388.04.58l.023.568.018.275.021.3c.015.191.041.478.051.868.012.195,0,.416-.008.661l-.044.728c-.028.268-.049.564-.112.883a8.489,8.489,0,0,1-.241.954l-.308.987a9.829,9.829,0,0,0-.252,1.045,2.4,2.4,0,0,0,.015,1.028,1.569,1.569,0,0,0,.649.763,8.735,8.735,0,0,0,2.393.778l.664.128.7.143c.469.107.894.227,1.34.286l1.4.227c.242.041.451.068.684.085l.71.049.41.037.208.027.2.03.778.122.774.117c.273.037.536.09.79.142s.5.105.74.142.494.059.741.088l1.47.146,1.429.1c.456.039.889.049,1.344.058s.918.057,1.325.1l.593.061c.191.02.364.014.56.022.38.014.743.023,1.086.013l.5,0,.452-.038c.3-.025.579-.055.841-.1l.381-.042a2.923,2.923,0,0,0,.32-.047c.409-.066.736-.132.961-.169S576.151,87.723,576.175,87.8Z" style="fill:#ddd2be"/><path d="M849.017,427.633c4.314-5.141,8.068-9.066,11.072-12.641s8.376-8.525,3.343-14.4-10.476-.434-17.984-9.256-9.01-8.93-4.318-13.381" style="fill:none"/><path d="M822.045,273.188a9.449,9.449,0,0,1,.738,1.851,19.261,19.261,0,0,1,.9,5.408,1.561,1.561,0,0,1-.217.86,2.112,2.112,0,0,1-.735.6,6.457,6.457,0,0,1-2.007.579,18.179,18.179,0,0,1-2.3.184,3.463,3.463,0,0,1-1.219-.091,2.225,2.225,0,0,1-1-.77,9.9,9.9,0,0,1-1.239-2.42c-.344-.88-.667-1.806-1.01-2.761a11.677,11.677,0,0,0-1.348-2.833,9.4,9.4,0,0,0-2.55-2.151c-.465-.325-.9-.7-1.345-1.076a1.927,1.927,0,0,0-.361-.235c-.123-.076-.3-.058-.3.112a2.492,2.492,0,0,0,.185.855,29.19,29.19,0,0,0,1.538,3.321,22.126,22.126,0,0,1,1.683,3.448,4.1,4.1,0,0,1,.134,1.974,2.31,2.31,0,0,1-1.211,1.574,4.543,4.543,0,0,1-2.021.428c-.7.023-1.4,0-2.111-.032-1.42-.058-2.864-.162-4.335-.27l-9.132-.769-4.915-.413c-.838-.064-1.684-.125-2.54-.169-.427-.013-.858-.04-1.287-.014a3.744,3.744,0,0,0-.636.074c-.189.05-.445.116-.471.282-.008.16.173.322.336.432a2.868,2.868,0,0,0,.549.3,5.523,5.523,0,0,0,1.212.379,7.413,7.413,0,0,0,1.28.1l1.305.06,5.3.309,10.956.635c.936.045,1.877.088,2.824.109a11.98,11.98,0,0,1,2.855.252,3.194,3.194,0,0,1,1.305.639,2.489,2.489,0,0,1,.73,1.261,11.865,11.865,0,0,1,.123,2.929,42.807,42.807,0,0,1-.634,5.982,16.8,16.8,0,0,1-.827,3.045,4.949,4.949,0,0,1-.787,1.395,1.914,1.914,0,0,1-.639.5,6.6,6.6,0,0,0-.709.354c-.214.135-.456.292-.517.53-.032.244.2.433.41.572a12.315,12.315,0,0,0,1.418.692,1.359,1.359,0,0,1,.657.454,1.643,1.643,0,0,1,.227.768,5.361,5.361,0,0,1-.133,1.583,11.95,11.95,0,0,1-1.08,2.975,7.391,7.391,0,0,1-1.959,2.46c-.434.308-.875.6-1.317.892a6.944,6.944,0,0,0-.647.449c-.149.114.1.118.2.129l.393.029c1.116-.039,1.922.81,2.786,1.347a5.251,5.251,0,0,0,2.971.813c1.044.012,2.088-.043,3.133-.1,4.182-.244,8.4-.636,12.8-1.06,4.391-.369,8.966-.474,13.639-.977.583-.069,1.168-.145,1.748-.256a6.146,6.146,0,0,0,.857-.217.987.987,0,0,0,.376-.2,1.58,1.58,0,0,0,.216-.378c.227-.546.288-1.151.5-1.718a1.89,1.89,0,0,1,1.229-1.256,24.311,24.311,0,0,1,3.609-.485q1.825-.149,3.675-.21c1.157-.035,2.322-.049,3.493.019a8.778,8.778,0,0,1,1.747.241,9.663,9.663,0,0,1,1.655.64,11.855,11.855,0,0,0,3.326,1.235,12.18,12.18,0,0,0,3.586-.12c4.8-.608,9.736-1.178,14.689-2.209a8.363,8.363,0,0,0,1.767-.558,3.2,3.2,0,0,0,1.09-1.456,5.975,5.975,0,0,1,2.18-3.036,4.3,4.3,0,0,1,1.823-.548,2.158,2.158,0,0,1,1.758.666,7.935,7.935,0,0,1,1.492,3.491,18.778,18.778,0,0,1,.552,3.788,21.626,21.626,0,0,1-.244,3.836,31.611,31.611,0,0,1-.831,3.767,4.476,4.476,0,0,1-.317.929,1.518,1.518,0,0,1-.786.6,4.522,4.522,0,0,1-1.942.176,7.819,7.819,0,0,1-1.906-.429,4.756,4.756,0,0,1-1.689-.964c-.246-.239-.37-.551-.572-.775a1.541,1.541,0,0,0-.768-.479,7.607,7.607,0,0,0-1.9-.119c-1.292.043-2.6-.1-3.906-.153a28.48,28.48,0,0,0-4.016.2,76.147,76.147,0,0,1-8.067.683c-1.338.019-2.669-.032-3.99.013a4.509,4.509,0,0,0-3.5,1.435,4.077,4.077,0,0,0-.927,1.679,16.246,16.246,0,0,0-.175,1.938,5.88,5.88,0,0,1-1.816,3.4,4.072,4.072,0,0,1-3.75.194,2.276,2.276,0,0,1-1.432-1.239,5.2,5.2,0,0,1-.177-1.907c.035-.663.13-1.321.2-1.977.033-.324.105-.689-.207-.85a2.491,2.491,0,0,0-.919-.293c-1.305-.2-2.642-.074-3.969-.167a24.638,24.638,0,0,0-3.974,0,2.548,2.548,0,0,0-.936.256,1.054,1.054,0,0,0-.506.772,18,18,0,0,0-.122,1.984,6.915,6.915,0,0,1-.32,1.994,2.825,2.825,0,0,1-1.291,1.535,9.1,9.1,0,0,1-1.9.685,3.711,3.711,0,0,1-2.018.076,5.833,5.833,0,0,1-1.822-.888,2.674,2.674,0,0,1-.751-.7,2.929,2.929,0,0,1-.371-.955c-.136-.669-.141-1.348-.257-2.006a2.226,2.226,0,0,0-.983-1.632,4.289,4.289,0,0,0-1.98-.271c-.672.035-1.334.121-1.989.218l-3.87.664c-2.585.258-5.124.45-7.724.768-2.324.27-4.7.557-7.1.934-.6.094-1.2.2-1.788.341s-1.178.323-1.424.922a3.771,3.771,0,0,1-1.459,1.2,8.882,8.882,0,0,1-1.745.713c-2.429.7-5.024.532-7.452,1.1a3.13,3.13,0,0,0-.826.362.579.579,0,0,0-.13.124c-.012.036-.021-.013.02.032a1.166,1.166,0,0,0,.394.122,13.24,13.24,0,0,0,1.877.1c1.266,0,2.537-.05,3.808-.1.617-.007,1.208-.083,1.849-.032a2.827,2.827,0,0,1,1.757.678,4.688,4.688,0,0,1,1.319,3.428,9.659,9.659,0,0,1-.12,1.854,8.005,8.005,0,0,1-.2.911,1.788,1.788,0,0,1-.452.86,2.817,2.817,0,0,1-1.785.611,16.986,16.986,0,0,1-1.846.015,71.16,71.16,0,0,0-7.3-.094c-.605.028-1.214.071-1.806.152a3.292,3.292,0,0,0-.423.087l-.074.03c-.022.007-.012.011,0-.01s0-.036.006-.056c-.023-.059-.015-.027.016-.017a.308.308,0,0,0,.081.038,6.058,6.058,0,0,0,.854.229c1.185.243,2.389.427,3.586.634,1.162.2,2.37.408,3.593.692a10.835,10.835,0,0,1,1.83.554,2.967,2.967,0,0,1,1.5,1.277,3.08,3.08,0,0,1,.322,1.954,4.8,4.8,0,0,1-.668,1.846,2.325,2.325,0,0,1-.682.748,1.664,1.664,0,0,0-.623.587,1.722,1.722,0,0,0,.138,1.634c.425,1.223,1.945.978,2.961,1.785a3.11,3.11,0,0,1,1,1.578,3.367,3.367,0,0,1,.1,1.86,4.342,4.342,0,0,1-2.567,2.547,17.094,17.094,0,0,1-1.685.686,7.446,7.446,0,0,0-1.614.648c-.086.093-.091.113-.019.207a1.254,1.254,0,0,0,.317.231,8.053,8.053,0,0,0,.783.355c.536.218,1.078.417,1.6.679a2.349,2.349,0,0,1,1.233,1.237,5.5,5.5,0,0,1,.36,1.685c.086,1.133.045,2.258.036,3.395a11.943,11.943,0,0,0,.259,3.412,7.359,7.359,0,0,0,1.86,2.919l2.429,2.579a19.149,19.149,0,0,0,5.851,3.778,29.922,29.922,0,0,0,6.629,2.132,7.764,7.764,0,0,0,3.4-.095,8.326,8.326,0,0,0,3.022-1.547,2.482,2.482,0,0,1,.784-.476,1.82,1.82,0,0,1,.934.015,7.083,7.083,0,0,1,1.636.673c.514.274,1.009.572,1.5.862a6.258,6.258,0,0,0,1.492.729,1.777,1.777,0,0,0,1.413-.571c.427-.363.826-.773,1.225-1.18.795-.821,1.588-1.649,2.4-2.449a45.561,45.561,0,0,1,5.162-4.48,10.966,10.966,0,0,1,3.036-1.6,3.159,3.159,0,0,1,1.768-.042,2.352,2.352,0,0,1,1.325,1.2,2.379,2.379,0,0,1,.036,1.774,5.5,5.5,0,0,1-.851,1.5,20.552,20.552,0,0,1-2.362,2.392c-1.574,1.554-3.075,3.179-4.564,4.794s-2.955,3.245-4.371,4.892l-.521.622-.251.314-.113.154-.035.055c0-.013,0,.036.009-.072a.2.2,0,0,0-.069-.131.193.193,0,0,0-.176-.039c-.03.009-.024.011,0,0a3.808,3.808,0,0,1,1.65-.456,2.129,2.129,0,0,1,.882.143,1.217,1.217,0,0,1,.671.66c.2.519.386,1,.613,1.49a10.012,10.012,0,0,0,4.057,4.7c1.767,1.222,3.39,2.587,5,3.938,1.621,1.335,3.163,2.778,4.833,3.954,1.684,1.109,3.651,2.153,5.586,1.014a3.478,3.478,0,0,1,2.927,1.15,10.55,10.55,0,0,1,1.924,2.432,5.521,5.521,0,0,1,.725,3.017,6.248,6.248,0,0,1-.989,2.913,38.464,38.464,0,0,1-3.839,4.562c-1.337,1.434-2.682,2.836-3.926,4.295-2.54,2.922-5.185,5.635-7.809,8.282-1.32,1.315-2.643,2.6-3.99,3.844-.678.616-1.363,1.22-2.065,1.8-.365.277-.709.572-1.1.826-.2.123-.376.262-.6.371a2.979,2.979,0,0,1-.694.241,12.1,12.1,0,0,0-2.527.675c-.794.342-1.56.779-2.326,1.2a32.827,32.827,0,0,1-4.713,2.268,23.216,23.216,0,0,1-3.729,1.217c-1.273.287-2.538.479-3.749.777a17.351,17.351,0,0,0-3.445,1.161,5.686,5.686,0,0,0-2.5,2.092l-.03.056-.014.015c-1.273,1.285-2.388,2.125-3.4,3.022a20.259,20.259,0,0,0-3.066,3.028.893.893,0,0,0-.2.828,2.878,2.878,0,0,0,.438.888,13.2,13.2,0,0,0,1.356,1.622c.98,1.033,2.021,2.006,3.009,3.027a23.462,23.462,0,0,1,2.656,3.3c.784,1.156,1.487,2.348,2.183,3.513.174.3.349.549.53.887a1.927,1.927,0,0,1,.223,1.125,3.733,3.733,0,0,1-.886,1.946,8.03,8.03,0,0,1-1.5,1.4,5.2,5.2,0,0,1-1.829.938,2.736,2.736,0,0,1-2.064-.307,4.052,4.052,0,0,1-1.4-1.459,25.079,25.079,0,0,0-3.5-5.416c-1.273-1.644-2.551-3.173-3.718-4.714-.515-.75-1.274-1.366-1.961-.992a2.344,2.344,0,0,0-.851.817,5.322,5.322,0,0,0-.307.54c-.081.182-.17.379-.295.606a4.65,4.65,0,0,1-2.053,1.662,7.034,7.034,0,0,1-2.357.627,5.333,5.333,0,0,1-2.282-.269,4.8,4.8,0,0,0-1.868-.387c-1.222,0-2.4.346-3.5.279a7.886,7.886,0,0,1-1.673-.282,1.97,1.97,0,0,0-1.407.138,14.905,14.905,0,0,1-1.387.936,3.579,3.579,0,0,1-1.769.266c-2.341-.092-4.58-.3-6.766-.533-1.088-.125-2.158-.255-3.211-.421a17.064,17.064,0,0,1-3.108-.712,3.21,3.21,0,0,1-.4-.226c-.112-.077-.187-.157-.288-.225a3.242,3.242,0,0,0-.605-.354,1.713,1.713,0,0,0-1.267-.108,1.581,1.581,0,0,0-.862.9,2.387,2.387,0,0,1-1.093,1.163,5.056,5.056,0,0,1-1.457.381c-.479.068-.91.148-1.38.253a2.2,2.2,0,0,1-1.514-.192,3.1,3.1,0,0,1-1.071-1.017,12.173,12.173,0,0,1-1.115-2.474,1.04,1.04,0,0,0-.809-.66,3.594,3.594,0,0,0-1.2.117c-1.625.4-3.213.913-4.824,1.319a14.45,14.45,0,0,0-4.636,2.156,6.2,6.2,0,0,1-1.188.642,3.348,3.348,0,0,1-1.358.191,2.872,2.872,0,0,0-1.184.133,2.205,2.205,0,0,0-.882.752,13.384,13.384,0,0,1-1.643,1.951,19.2,19.2,0,0,0-1.68,1.795c-1.041,1.256-2.014,2.552-3.057,3.752-1.02,1.216-2.183,2.29-3.137,3.435a13.42,13.42,0,0,0-1.133,1.933q-.534.988-1.053,1.95c-.708,1.276-1.416,2.511-2.126,3.717a51.074,51.074,0,0,0-3.617,7.328c-1.941,4.855-3.065,9.282-4.675,12.845a22.75,22.75,0,0,1-2.669,4.653,17.862,17.862,0,0,1-3.125,3.146,22.914,22.914,0,0,1-5.193,3.076c-.631.265-1.117.445-1.442.548a2.392,2.392,0,0,1-.471.133c.012-.013.2-.075.567-.214s.892-.347,1.567-.665a23.091,23.091,0,0,0,5.463-3.512,17.794,17.794,0,0,0,3.087-3.511,27.509,27.509,0,0,0,2.5-4.961c1.48-3.7,2.6-8.09,4.5-12.605a54.749,54.749,0,0,1,3.536-6.97c.7-1.213,1.417-2.468,2.115-3.76l1.04-1.962a7.988,7.988,0,0,1,1.274-1.9c1.044-1.128,2.127-2.22,3.129-3.439s1.965-2.5,3.046-3.753c.525-.631,1.17-1.208,1.726-1.784.582-.584.956-1.311,1.606-1.959a2.09,2.09,0,0,1,1.263-.543c.461-.053.894.028,1.279-.029a5.481,5.481,0,0,0,2.233-1.087,15.524,15.524,0,0,1,5.063-2.107c.933-.244,1.875-.522,2.833-.8.478-.138.963-.27,1.465-.369a1.766,1.766,0,0,1,2.445,1.449,9.225,9.225,0,0,0,.566,1.33,2.356,2.356,0,0,0,2.068,1.539c.427-.026.937-.193,1.42-.251a8.545,8.545,0,0,0,1.4-.283,1.838,1.838,0,0,0,1.02-.816,2.955,2.955,0,0,1,.906-1.212,1.873,1.873,0,0,1,1.535-.187,3.514,3.514,0,0,1,1.32.728,3.66,3.66,0,0,0,1.261.487c.458.112.924.208,1.392.286,1.872.326,3.755.532,5.621.714s3.724.337,5.537.36a2.5,2.5,0,0,0,1.329-.381,10.821,10.821,0,0,1,1.243-.848,2.472,2.472,0,0,1,1.554-.107,8.018,8.018,0,0,0,1.456.263,23.539,23.539,0,0,0,3.234-.26,5.068,5.068,0,0,1,1.936.236,5.311,5.311,0,0,0,1.986.433,6.231,6.231,0,0,0,4.229-1.565,2.75,2.75,0,0,0,.673-1.04,4.413,4.413,0,0,1,.768-1.16,1.772,1.772,0,0,1,1.343-.613,2.061,2.061,0,0,1,1.333.727l3.881,4.9a27.677,27.677,0,0,1,3.827,5.856,3.878,3.878,0,0,0,1.061,1.173,2.388,2.388,0,0,0,1.511.422,3.414,3.414,0,0,0,1.551-.577,8.4,8.4,0,0,0,1.389-1.078,5.2,5.2,0,0,0,1.075-1.415,1.985,1.985,0,0,0,.143-1.688c-.626-1.063-1.307-2.22-2.012-3.345a29.141,29.141,0,0,0-2.392-3.326c-.9-1.062-1.96-2.045-3-3.091-.522-.522-1.049-1.055-1.552-1.628a6.23,6.23,0,0,1-1.28-1.967l-.064-.317a2.955,2.955,0,0,1,.02-.34l.116-.315.162-.265a7.086,7.086,0,0,1,.769-.931c.552-.578,1.149-1.113,1.757-1.647,1.342-1.2,2.761-2.277,3.989-3.524l-.032.049a5.989,5.989,0,0,1,2.7-2.306,17.435,17.435,0,0,1,3.353-1.146c2.312-.563,4.71-.792,7.008-1.786a31.559,31.559,0,0,0,4.644-2.133,15.815,15.815,0,0,1,4.831-2.1,5.55,5.55,0,0,0,1.253-.318,2.941,2.941,0,0,0,.55-.321,5.016,5.016,0,0,0,.537-.379c.707-.531,1.386-1.116,2.055-1.716,1.341-1.2,2.656-2.458,3.961-3.751,5.239-5.142,10.287-10.9,15.506-16.759a7.653,7.653,0,0,0,1.391-2.529,4.833,4.833,0,0,0-.006-2.85,7.28,7.28,0,0,0-1.467-2.53,6,6,0,0,0-2.26-1.845,2.279,2.279,0,0,0-1.4-.07,4,4,0,0,0-.686.263,2.286,2.286,0,0,1-.794.191,5.873,5.873,0,0,1-3-.862,31.748,31.748,0,0,1-4.951-3.778c-1.588-1.347-3.184-2.705-4.86-3.974-.823-.661-1.736-1.159-2.587-1.851a10.15,10.15,0,0,1-2.063-2.483,17.855,17.855,0,0,1-1.362-2.918,1.2,1.2,0,0,0-1.226-.538,3.433,3.433,0,0,0-1.475.422c-.037.011,0,.017-.1.027-.211-.059-.156-.159-.158-.221a.4.4,0,0,1,.038-.083l.064-.1.125-.168.256-.319.525-.623,1.069-1.228,2.179-2.431c1.469-1.615,2.957-3.226,4.49-4.812,1.443-1.65,3.487-2.875,4.307-4.9a2.048,2.048,0,0,0,.04-1.509,1.953,1.953,0,0,0-1.06-1.053,3.959,3.959,0,0,0-3.059.606,28.052,28.052,0,0,0-5.3,4.1c-1.679,1.521-3.174,3.21-4.849,4.8a2.507,2.507,0,0,1-1.614.8,1.987,1.987,0,0,1-.889-.268c-.259-.132-.509-.276-.758-.42a17,17,0,0,0-3.02-1.553,1.379,1.379,0,0,0-1.461.208,12.825,12.825,0,0,1-1.452.982,7.664,7.664,0,0,1-3.377,1,11.564,11.564,0,0,1-3.5-.449,32.061,32.061,0,0,1-3.348-1.065,26.612,26.612,0,0,1-6.256-3.251,17.373,17.373,0,0,1-2.586-2.436,34.445,34.445,0,0,1-2.376-2.646,5.925,5.925,0,0,1-1.24-3.384c-.076-1.25,0-2.5-.007-3.76a7.443,7.443,0,0,0-.571-3.6,3.111,3.111,0,0,0-1.444-.978c-.564-.244-1.143-.442-1.705-.716a2.358,2.358,0,0,1-.43-.265.712.712,0,0,1-.2-.236.413.413,0,0,1,.025-.392,1.824,1.824,0,0,1,.892-.515c.584-.195,1.16-.389,1.72-.612a6.3,6.3,0,0,0,2.893-1.92,3.054,3.054,0,0,0-.012-3.2,2.348,2.348,0,0,0-1.217-1.072,13.226,13.226,0,0,1-1.659-.627,1.833,1.833,0,0,1-.642-.684,3.482,3.482,0,0,1-.369-.833,1.885,1.885,0,0,1-.038-.939,1.608,1.608,0,0,1,.5-.8,2.82,2.82,0,0,1,.377-.267,1.407,1.407,0,0,0,.29-.256,3.311,3.311,0,0,0,.46-.685,4.426,4.426,0,0,0,.475-1.593,2.8,2.8,0,0,0-.287-1.592,2.565,2.565,0,0,0-1.192-1.084,15.313,15.313,0,0,0-3.293-.91c-1.187-.232-2.383-.43-3.58-.633l-1.8-.318c-.3-.059-.6-.118-.9-.194a3.677,3.677,0,0,1-.455-.139c-.079-.046-.153-.029-.267-.195-.076-.1.031-.233.086-.269l.138-.064a21.17,21.17,0,0,1,3.674-.307c1.221-.028,2.443,0,3.662.05s2.438.138,3.645.111a4.482,4.482,0,0,0,1.731-.3c.538-.23.712-.805.839-1.4a8.529,8.529,0,0,0,.043-3.574,2.958,2.958,0,0,0-2.189-2.473,7.35,7.35,0,0,0-1.819-.05l-1.805.065c-1.189.036-2.351.073-3.512.024a7.72,7.72,0,0,1-.876-.084,1.6,1.6,0,0,1-.454-.13.322.322,0,0,1-.2-.284.412.412,0,0,1,.157-.277,3.919,3.919,0,0,1,1.671-.627c1.153-.2,2.318-.262,3.5-.385a17.693,17.693,0,0,0,3.547-.641,8.058,8.058,0,0,0,1.632-.723,2.991,2.991,0,0,0,1.264-1.163,1.443,1.443,0,0,1,.761-.633,5.9,5.9,0,0,1,.9-.272c.6-.135,1.2-.23,1.8-.327,1.2-.187,2.408-.348,3.613-.5,2.746-.347,5.538-.663,8.385-.917.715-.068,1.442-.091,2.136-.174s1.408-.212,2.112-.339a38.126,38.126,0,0,1,4.03-.594,5.576,5.576,0,0,1,2.081.168,2.148,2.148,0,0,1,1.329,1.638c.166.689.169,1.373.269,2.02a2.241,2.241,0,0,0,.849,1.607,4.22,4.22,0,0,0,3.605,1,12.7,12.7,0,0,0,1.878-.614,2.629,2.629,0,0,0,1.314-1.3,5.228,5.228,0,0,0,.383-1.895c.053-.664.028-1.325.1-2.022a1.611,1.611,0,0,1,.438-1.022,1.984,1.984,0,0,1,1.018-.416,12.687,12.687,0,0,1,2.036-.119c1.352.008,2.683.141,4.013.124a16.841,16.841,0,0,1,2.025.1,3.606,3.606,0,0,1,1.025.264.9.9,0,0,1,.452.428,1.346,1.346,0,0,1,.032.583c-.072.719-.178,1.407-.216,2.1a4.7,4.7,0,0,0,.219,1.984,2.623,2.623,0,0,0,1.553,1.058,4.8,4.8,0,0,0,1.964.2,2.277,2.277,0,0,0,1.633-.879,6.819,6.819,0,0,0,1.038-1.683,5.413,5.413,0,0,0,.352-1.915,5.422,5.422,0,0,1,.08-1.031,4.206,4.206,0,0,1,.353-.983,4.532,4.532,0,0,1,3.187-2.38,28.689,28.689,0,0,1,3.926-.115,53.822,53.822,0,0,0,7.577-.493c1.2-.138,2.437-.292,3.708-.363a27.317,27.317,0,0,1,3.865.078c.642.042,1.287.052,1.937.047a9.849,9.849,0,0,1,1.987.1,1.782,1.782,0,0,1,.925.508c.247.26.4.588.573.789a4.392,4.392,0,0,0,1.582.931,6.234,6.234,0,0,0,3.66.31,1.416,1.416,0,0,0,.707-.455,2.867,2.867,0,0,0,.307-.834c.172-.614.334-1.229.474-1.849a20.969,20.969,0,0,0,.47-7.509,22.29,22.29,0,0,0-.863-3.651,5.138,5.138,0,0,0-.839-1.607,1.907,1.907,0,0,0-1.5-.729,3.642,3.642,0,0,0-3.03,1.6,10.419,10.419,0,0,0-.849,1.63,4.451,4.451,0,0,1-1.064,1.626,5.128,5.128,0,0,1-1.782.674c-.6.145-1.2.271-1.8.384-1.2.233-2.414.427-3.625.616-2.424.372-4.857.7-7.3,1.012l-3.67.445a8,8,0,0,1-3.746-.438c-1.192-.436-2.242-1.12-3.394-1.448a14.741,14.741,0,0,0-3.63-.313,68.447,68.447,0,0,0-6.965.4c-1.115.17-2.422.128-2.842,1.128a10.221,10.221,0,0,0-.479,1.606,2.332,2.332,0,0,1-.424.874,2.127,2.127,0,0,1-.912.394,54.416,54.416,0,0,1-6.893.759l-6.968.432c-4.61.368-9.371.9-14.048,1.177-1.171.071-2.336.136-3.5.148a5.919,5.919,0,0,1-3.448-.792c-.508-.3-.953-.673-1.4-.953a2.5,2.5,0,0,0-1.444-.419l-.432-.035a.8.8,0,0,1-.158-.035.514.514,0,0,1-.137-.074c-.116-.079-.131-.342-.1-.346a.516.516,0,0,1,.09-.154l.056-.052a.916.916,0,0,1,.1-.083c.245-.177.468-.315.7-.466.444-.3.912-.595,1.308-.909a7.184,7.184,0,0,0,1.831-2.446,11.484,11.484,0,0,0,1-2.884,5.278,5.278,0,0,0,.075-1.447l-.077-.317a1.558,1.558,0,0,0-.141-.234,2.091,2.091,0,0,0-.567-.312,10.814,10.814,0,0,1-1.393-.688.957.957,0,0,1-.524-.849c.1-.445.391-.559.6-.733a5.344,5.344,0,0,1,.7-.357,1.6,1.6,0,0,0,.527-.349,3.987,3.987,0,0,0,.723-1.139,14.02,14.02,0,0,0,.814-2.7,39.594,39.594,0,0,0,.71-5.815,27.313,27.313,0,0,0,.028-2.928,3.061,3.061,0,0,0-.385-1.276,2.036,2.036,0,0,0-.977-.815,7.488,7.488,0,0,0-2.74-.416c-.97-.008-1.926-.05-2.876-.092-3.8-.182-7.5-.417-11.108-.633L788,282.354l-2.618-.121a5.755,5.755,0,0,1-1.312-.311,3.476,3.476,0,0,1-1.213-.677.777.777,0,0,1-.233-.384.524.524,0,0,1,.212-.525,1.578,1.578,0,0,1,.7-.238,6.891,6.891,0,0,1,1.259-.052c.821.02,1.622.081,2.424.137l4.756.392,9.223.788q2.256.181,4.455.3c.732.035,1.459.065,2.177.07a6.341,6.341,0,0,0,2.043-.238,2.135,2.135,0,0,0,1.342-1.223,3.456,3.456,0,0,0,.018-1.909,18.405,18.405,0,0,0-1.686-3.552,31.477,31.477,0,0,1-1.531-3.286,4.086,4.086,0,0,1-.242-.908.766.766,0,0,1,.025-.324.437.437,0,0,1,.157-.227.442.442,0,0,1,.272-.073,1.091,1.091,0,0,1,.527.231c.5.388.863.734,1.319,1.062a12.29,12.29,0,0,1,2.593,2.108,10.182,10.182,0,0,1,1.45,2.852,28.031,28.031,0,0,0,2.158,5.224,2.384,2.384,0,0,0,.855.805,2.273,2.273,0,0,0,1.126.161,18.758,18.758,0,0,0,2.357-.158,6.525,6.525,0,0,0,2.025-.55,1.845,1.845,0,0,0,.688-.555,1.428,1.428,0,0,0,.184-.794,20.345,20.345,0,0,0-.874-5.493C822.273,273.694,822,273.15,822.045,273.188Z" style="fill:#ddd2be"/><path d="M912.632,226.222c-.044.035-.391-.232-1.122-.539a1.679,1.679,0,0,0-.651-.135.946.946,0,0,0-.7.353,5.5,5.5,0,0,0-.48.789,2.521,2.521,0,0,1-.76.734,5.01,5.01,0,0,1-2.34.655c-.895.065-1.855-.071-2.88-.054-.522,0-1.068.021-1.635.067a14.407,14.407,0,0,0-1.682.227,4.115,4.115,0,0,0-1.635.61,1.965,1.965,0,0,0-.545,1.672c0,.621.13,1.3.171,2a6.468,6.468,0,0,1-.232,2.051,15.182,15.182,0,0,1-1.877,3.678,2.272,2.272,0,0,0-.271,1.045,3.614,3.614,0,0,0,.237,1.1,5.513,5.513,0,0,1,.562,2.275,15.688,15.688,0,0,1-1.452,4.5,45.714,45.714,0,0,1-2.314,4.4c-.213.367-.471.7-.681,1.055a12.17,12.17,0,0,0-.559,1.156,16.379,16.379,0,0,1-1.262,2.3c-.469.718-.957,1.406-1.472,2.056a11.25,11.25,0,0,1-1.807,1.87,3.607,3.607,0,0,1-1.156.644,2.115,2.115,0,0,1-.665.1,1.568,1.568,0,0,1-.641-.212c-.816-.5-1.019-1.4-1.478-2.082a2.861,2.861,0,0,0-.34-.445c-.125-.125-.29-.249-.423-.193-.279.129-.408.582-.522.942-.22.771-.351,1.592-.583,2.4a1.79,1.79,0,0,1-.652,1.074,2.023,2.023,0,0,1-1.226.289,8.22,8.22,0,0,1-2.342-.594c-.723-.278-1.532-.645-2.25-.994a10.353,10.353,0,0,0-2.163-.848,9.4,9.4,0,0,0-2.191-.251,8.972,8.972,0,0,1-2.319-.256c-2.951-.978-5.431-2.758-7.9-4.108a10.8,10.8,0,0,0-4.025-.793c-1.354-.072-2.7.011-4.007-.106a37.825,37.825,0,0,1-3.753-.506l-3.435-.652a3.339,3.339,0,0,0-1.516-.046,1.981,1.981,0,0,0-1.049.826,7.467,7.467,0,0,1-1.9,2.137,19.069,19.069,0,0,1-2.272,1.331c-.659.337-1.28.623-1.855.877a26.871,26.871,0,0,1-2.774,1.054c-.348.111-.7.2-1.063.29a8.644,8.644,0,0,1-1.128.173,3.4,3.4,0,0,0-1.753.521,1.822,1.822,0,0,0-.652,1.381,5.111,5.111,0,0,0,.014.782,2.324,2.324,0,0,1-.062.915,2.559,2.559,0,0,1-1.093,1.376,6.737,6.737,0,0,1-1.42.707,23.589,23.589,0,0,1-2.667.766,3.11,3.11,0,0,0-1.822,1.07,3.857,3.857,0,0,0-.466,1.492,5.692,5.692,0,0,1-.269,1.291,13.146,13.146,0,0,1,.115-1.44,3.152,3.152,0,0,1,.549-1.662,3.739,3.739,0,0,1,1.966-1.093,21.737,21.737,0,0,0,2.557-.8,6.169,6.169,0,0,0,1.315-.7,2.064,2.064,0,0,0,.868-1.194c.109-.445-.1-1.147.028-1.832a2.055,2.055,0,0,1,1.161-1.631,5.217,5.217,0,0,1,1.868-.411,7.413,7.413,0,0,0,.875-.153c.308-.076.617-.157.927-.255a26.074,26.074,0,0,0,2.649-1c.581-.25,1.232-.548,1.943-.909a19.34,19.34,0,0,0,2.039-1.17,6.329,6.329,0,0,0,1.912-2.048,2.54,2.54,0,0,1,1.271-1.061,3.424,3.424,0,0,1,1.677,0l3.394.654c1.175.216,2.4.411,3.669.525,2.5.253,5.341-.221,8.088.863,2.553,1.33,4.947,3.1,7.781,4.133a7.032,7.032,0,0,0,2.205.337,11.918,11.918,0,0,1,2.431.235,10,10,0,0,1,2.224.84c.681.334,1.353.654,2.047.936a10.444,10.444,0,0,0,2.232.687,2.647,2.647,0,0,0,1.114-.049,1.129,1.129,0,0,0,.734-.722c.264-.756.378-1.457.565-2.215a5.979,5.979,0,0,1,.373-1.161.841.841,0,0,1,.512-.5.758.758,0,0,1,.667.3,5.287,5.287,0,0,1,.75,1.207c.1.222.22.392.328.591a2.293,2.293,0,0,0,.38.475,1.668,1.668,0,0,0,2.175-.106,9.469,9.469,0,0,0,1.841-1.772,25.638,25.638,0,0,0,1.571-2.15,16.3,16.3,0,0,0,1.231-2.17c.167-.353.324-.739.518-1.125a11.109,11.109,0,0,1,.676-1.09,43.871,43.871,0,0,0,2.318-4.345,17.843,17.843,0,0,0,1.527-4.469c.382-1.391-1.259-2.654-.631-4.453a18.273,18.273,0,0,1,1.16-2.026,8.662,8.662,0,0,0,.83-1.956,6.111,6.111,0,0,0,.208-1.918c-.033-.61-.152-1.22-.175-1.9a2.451,2.451,0,0,1,.578-1.978,3.91,3.91,0,0,1,1.788-.739,14.555,14.555,0,0,1,1.724-.24c.536-.045,1.066-.067,1.585-.071,1.046-.028,2.042.118,2.931.069a6.643,6.643,0,0,0,1.269-.18,3.607,3.607,0,0,0,.981-.393,2.3,2.3,0,0,0,.689-.621,8.394,8.394,0,0,1,.516-.8,1.193,1.193,0,0,1,.889-.442,1.793,1.793,0,0,1,.753.186A2.782,2.782,0,0,1,912.632,226.222Z" style="fill:#ddd2be"/><path d="M971.962,231.923a1.59,1.59,0,0,1-1.014-.185,2.569,2.569,0,0,1-.929-2.689c.049-.325.189-.649.243-1,.039-.164.02-.391-.147-.439a1.013,1.013,0,0,0-.537.107c-.715.314-1.426.791-2.221,1.238-.4.23-.829.464-1.292.673a4.554,4.554,0,0,1-1.46.434,1.361,1.361,0,0,1-1.359-.735,4.113,4.113,0,0,1-.4-1.62c-.048-.554-.03-1.17-.044-1.783-.007-.3-.018-.608-.047-.91a2.99,2.99,0,0,0-.071-.445c-.025-.136-.122-.329-.238-.175a19.269,19.269,0,0,0-1.254,3.423,8.053,8.053,0,0,1-2.02,3.479,23.139,23.139,0,0,1-3.872,1.608c-1.364.467-2.76.922-4.193,1.332a20.886,20.886,0,0,1-2.2.54,2.191,2.191,0,0,1-2.139-.752,3.72,3.72,0,0,1-.647-2.135,9.219,9.219,0,0,1,.246-2.291l.514-2.268a20.092,20.092,0,0,0,.41-2.222,1.146,1.146,0,0,0,0-.234s-.015-.035,0-.007c.038.015.041.009.041.009a.478.478,0,0,0-.064.082,3.869,3.869,0,0,0-.235.449c-.146.315-.28.644-.415.976a16.849,16.849,0,0,1-.893,2.008,6.955,6.955,0,0,1-1.284,1.723,3.346,3.346,0,0,1-1.95.927,4.23,4.23,0,0,1-2.16-.481,12.94,12.94,0,0,1-1.874-.961,3.218,3.218,0,0,1-1.366-1.5,3.26,3.26,0,0,0-.286-.932c-.15-.244-.467-.226-.767-.127a8.253,8.253,0,0,0-1.718.959,4.11,4.11,0,0,0-1.347,1.334,9.206,9.206,0,0,0-.677,1.759,2.664,2.664,0,0,0,.61,1.632,29.366,29.366,0,0,0,2.395,2.809,32.692,32.692,0,0,1,2.279,2.741,4.842,4.842,0,0,1,.833,1.562,6.194,6.194,0,0,1,.11,1.7,4,4,0,0,1-.271,1.645,1.773,1.773,0,0,1-1.392.916c-.5.094-.986.124-1.438.211a3.935,3.935,0,0,1-1.406.15,4.819,4.819,0,0,1-2.312-1.16,13.719,13.719,0,0,1-1.649-1.661l-1.141-1.4a6.225,6.225,0,0,0-1.829-1.666,7.112,7.112,0,0,0-.826-.385,5.025,5.025,0,0,0-.891-.23,6.586,6.586,0,0,1-1.773-.48,5.533,5.533,0,0,1-1.35-.927c-.378-.344-.682-.679-1.045-1.068-.685-.749-1.3-1.471-1.869-2.144l-1.554-1.892c-.94-1.184-1.6-2.071-2.06-2.689a5.73,5.73,0,0,1-.657-.969,7.294,7.294,0,0,1,.861.949l2.189,2.622,1.558,1.811c.576.661,1.2,1.369,1.888,2.1a14.443,14.443,0,0,0,1.153,1.127,4.636,4.636,0,0,0,1.4.821,10.444,10.444,0,0,0,1.585.355,4.392,4.392,0,0,1,.8.233,7.426,7.426,0,0,1,.795.372,6.4,6.4,0,0,1,1.907,1.707l1.2,1.48a13.337,13.337,0,0,0,1.445,1.486,4.857,4.857,0,0,0,2.128,1.18,2.975,2.975,0,0,0,1.317-.115c.466-.09.941-.125,1.418-.2a1.483,1.483,0,0,0,1.147-.624,3.043,3.043,0,0,0,.276-1.436,6.957,6.957,0,0,0-.057-1.576,3.807,3.807,0,0,0-.7-1.438,30.761,30.761,0,0,0-2.2-2.7,36.136,36.136,0,0,1-2.414-2.812,3.7,3.7,0,0,1-.809-1.8,1.488,1.488,0,0,1,.069-.541l.166-.454c.112-.3.224-.614.37-.92a3.953,3.953,0,0,1,1.353-1.523,11.483,11.483,0,0,1,1.75-1.049,1.413,1.413,0,0,1,1.129-.111,1.252,1.252,0,0,1,.551,1.008,2.465,2.465,0,0,0,1.179,1.523,11.224,11.224,0,0,0,1.8.961,4.648,4.648,0,0,0,1.85.543,3.8,3.8,0,0,0,3.168-2.215,12.2,12.2,0,0,0,.872-1.815,13.89,13.89,0,0,1,.885-1.949.391.391,0,0,1,.068-.081.243.243,0,0,1,.222-.076c.2.1.136.149.172.2l.01.1a2.581,2.581,0,0,1-.021.327c-.025.208-.058.412-.1.617l-.12.612-.124.573q-.261,1.138-.521,2.273a10.54,10.54,0,0,0-.314,2.249,3.871,3.871,0,0,0,.508,2.172,1.867,1.867,0,0,0,1.774.813,14.448,14.448,0,0,0,2.123-.484c1.421-.405,2.812-.854,4.167-1.321a32.233,32.233,0,0,0,3.9-1.559,4.051,4.051,0,0,0,1.2-1.426,11.835,11.835,0,0,0,.793-1.785c.228-.621.409-1.266.609-1.921.1-.325.2-.646.321-.961a2.9,2.9,0,0,1,.5-.958.4.4,0,0,1,.318-.12.386.386,0,0,1,.21.086.712.712,0,0,1,.093.108,1.013,1.013,0,0,1,.115.3,3.513,3.513,0,0,1,.075.486c.03.31.041.606.049.9.014.584,0,1.109.041,1.677a4.209,4.209,0,0,0,.342,1.524,1.028,1.028,0,0,0,1.033.634,4.071,4.071,0,0,0,1.347-.389c.417-.184.819-.405,1.211-.622.791-.436,1.508-.918,2.3-1.28a1.515,1.515,0,0,1,.745-.155.675.675,0,0,1,.279.14.646.646,0,0,1,.142.259.964.964,0,0,1,0,.386c-.073.424-.207.7-.255,1a2.452,2.452,0,0,0,.744,2.508C971.6,231.854,972.018,231.885,971.962,231.923Z" style="fill:#ddd2be"/><path d="M706.6,510.779l0,.022c-.02.012-.043.023-.061.035l.056-.057m.331-1.018-.686.666-.056.057-3.437,3.471,4.069-2.7.048-.026.286-.179-.058-.332-.166-.954Z" style="fill:#ddd2be"/><path d="M808.488,270.036l.034.018-.02-.009-.014-.009m.034.018,0,0,0,0" style="fill:#ddd2be"/><path d="M807.722,270.431l0,.017,0,.011v-.028m0,.028h0" style="fill:#ddd2be"/><path d="M821.264,273.487m2.308,7.9,0,0M707.333,512.3l.055-.009.055-.012.075-.019.119-.033.216-.067c.132-.04.265-.1.4-.145l.8-.3a16.424,16.424,0,0,0,1.543-.675,23.541,23.541,0,0,0,2.907-1.681,19.514,19.514,0,0,0,4.906-4.628c2.672-3.719,3.937-8.022,5.359-12.121.705-2.06,1.446-4.107,2.29-6.109A50.168,50.168,0,0,1,729,480.663c1.119-1.933,2.3-3.911,3.374-5.918.284-.51.544-1.041.8-1.464a4.345,4.345,0,0,1,.4-.573l.536-.6c.751-.816,1.592-1.635,2.39-2.555,1.557-1.838,3.122-3.924,4.759-5.551a12.347,12.347,0,0,0,1.385-1.55c.192-.245.422-.572.544-.717a.968.968,0,0,1,.318-.278,1.464,1.464,0,0,1,.5-.063l.475.014a4.672,4.672,0,0,0,.62-.036,5.247,5.247,0,0,0,2.2-.891,14.177,14.177,0,0,1,3.12-1.672,16.162,16.162,0,0,1,1.664-.516l1.773-.486,1.75-.479a9.036,9.036,0,0,1,1.561-.36h.1c.012.021.041.094.089.219a17.377,17.377,0,0,0,.7,1.7,5.209,5.209,0,0,0,1.385,1.77,3.616,3.616,0,0,0,.523.34,2.888,2.888,0,0,0,.652.262,3.412,3.412,0,0,0,1.3.086l1.784-.319a4.665,4.665,0,0,0,2.152-.781,3.547,3.547,0,0,0,.858-.951c.055-.088.106-.178.154-.27l.1-.21a1.046,1.046,0,0,1,.112-.182c.094-.091.042-.069.112-.089a.63.63,0,0,1,.28.037,2.855,2.855,0,0,1,.487.26,3.924,3.924,0,0,1,.376.274c.173.108.376.215.566.313a11.007,11.007,0,0,0,1.892.531c1.208.247,2.363.378,3.558.535,1.185.182,2.363.242,3.543.34l3.535.276a11.2,11.2,0,0,0,1.915.06,3.936,3.936,0,0,0,1.173-.284,4.622,4.622,0,0,0,.981-.575c.786-.6.63-.544,1.164-.515a9.241,9.241,0,0,0,2.362.334c1.726-.054,3.067-.5,4.076-.165.14.039.282.085.426.139l.293.107.328.1a6.158,6.158,0,0,0,1.31.2,7.848,7.848,0,0,0,2.51-.3,8,8,0,0,0,2.281-1.066,5.213,5.213,0,0,0,1.015-.908,4.263,4.263,0,0,0,.426-.593l.275-.558a4.457,4.457,0,0,1,.421-.7,1.329,1.329,0,0,1,.205-.2.662.662,0,0,1,.058-.037.715.715,0,0,1,.117.072,2.311,2.311,0,0,1,.5.541l2.637,3.339c1.74,2.239,3.527,4.316,4.489,6.6l.028.065.041.071a4.861,4.861,0,0,0,2.363,2.109,3.818,3.818,0,0,0,1.7.234,4.533,4.533,0,0,0,1.559-.46,8.469,8.469,0,0,0,1.207-.751,9.7,9.7,0,0,0,1.062-.9,5.98,5.98,0,0,0,1.61-2.494,3.934,3.934,0,0,0,.144-.828,3.01,3.01,0,0,0-.09-.933,2.886,2.886,0,0,0-.155-.45,2.629,2.629,0,0,0-.187-.352l-.322-.538-1.3-2.1c-.441-.691-.844-1.392-1.314-2.068s-.97-1.336-1.509-1.972-1.136-1.237-1.677-1.777l-1.658-1.663a21.323,21.323,0,0,1-1.545-1.649,6.353,6.353,0,0,1-.567-.8,1.4,1.4,0,0,1-.11-.258c.034-.05.083-.119.148-.2q.156-.2.328-.395c.23-.261.481-.515.745-.766.528-.5,1.107-1,1.692-1.513,1.107-.968,2.361-1.957,3.47-3.1l.109-.112.059-.114a4.632,4.632,0,0,1,2.049-1.71,14.862,14.862,0,0,1,2.875-1c1.023-.252,2.078-.444,3.1-.667a21.306,21.306,0,0,0,3.157-.823c1.04-.372,1.971-.734,2.974-1.159.981-.429,1.925-.9,2.841-1.408.92-.531,1.761-.932,2.638-1.4a4.9,4.9,0,0,1,1.256-.493c.442-.117.924-.208,1.427-.309l-.1.014a3.432,3.432,0,0,0,.961-.307l.038-.012.031-.019a28.7,28.7,0,0,0,4.249-3.413l3.567-3.446c4.374-4.6,8.7-9.187,12.728-13.641a32.557,32.557,0,0,0,2.969-3.566,6.511,6.511,0,0,0,.462-7.221,10.74,10.74,0,0,0-1.381-1.9,8.08,8.08,0,0,0-1.805-1.573,3.813,3.813,0,0,0-2.661-.548l-.178.035-.129.081c-1.108.692-2.469.294-3.775-.486a26.388,26.388,0,0,1-3.626-2.756c-2.359-2-4.561-3.92-7-5.621l-.032-.022-.038-.022a8.993,8.993,0,0,1-3.564-4.051c-.192-.4-.351-.84-.527-1.25a4.728,4.728,0,0,0-.377-.8,2.192,2.192,0,0,0-.921-.768c-.077-.034-.153-.05-.23-.076l1.129-1.264c.978-1.079,1.911-2.177,2.892-3.2l2.9-3.049c.479-.489.952-1.035,1.43-1.469.491-.458,1.031-.93,1.542-1.483a8.438,8.438,0,0,0,1.333-1.891,3.647,3.647,0,0,0,.324-2.644,3.153,3.153,0,0,0-.715-1.239,3.216,3.216,0,0,0-1.164-.81,3.971,3.971,0,0,0-2.6.009,12.965,12.965,0,0,0-3.733,2.084,39.562,39.562,0,0,0-3.084,2.6c-1.475,1.343-2.834,2.791-4.21,4.168l-.994.959a1.609,1.609,0,0,1-.644.411c0,.012,0,.045,0,0l-.087-.024a1.9,1.9,0,0,1-.224-.093c-.167-.079-.358-.19-.569-.313l-1.287-.737a13.5,13.5,0,0,0-1.351-.712,5.053,5.053,0,0,0-1.731-.475,2.346,2.346,0,0,0-1.17.242,5.156,5.156,0,0,0-.726.5,9.63,9.63,0,0,1-1.106.735,6.72,6.72,0,0,1-4.908.644,28.4,28.4,0,0,1-5.248-1.652,25.006,25.006,0,0,1-4.772-2.559,12.038,12.038,0,0,1-1.956-1.747l-1.906-2.025a9.016,9.016,0,0,1-1.515-1.99,5.376,5.376,0,0,1-.49-2.285l-.013-2.928-.015-1.5a7.4,7.4,0,0,0-.138-1.584,4.052,4.052,0,0,0-.749-1.763,3.414,3.414,0,0,0-.752-.681,3.628,3.628,0,0,0-.422-.245c-.134-.067-.237-.1-.358-.158l-.692-.3c.565-.231,1.128-.45,1.693-.7a7.376,7.376,0,0,0,1.756-1.155,4.131,4.131,0,0,0,1.243-2,4.308,4.308,0,0,0-.109-2.328,4.147,4.147,0,0,0-1.234-2.013,5.476,5.476,0,0,0-1.98-.943,2.411,2.411,0,0,1-.581-.251.4.4,0,0,1-.179-.229L800,344.45l-.025-.047a1.366,1.366,0,0,1-.173-.536c.012-.147-.01-.1.07-.205a.868.868,0,0,1,.179-.142,2.614,2.614,0,0,0,.6-.483,4.064,4.064,0,0,0,.4-.516,5.215,5.215,0,0,0,.313-.54,5.594,5.594,0,0,0,.61-2.351,3.842,3.842,0,0,0-.815-2.509,4,4,0,0,0-1.577-1.186c-.161-.068-.335-.143-.522-.208-.17-.057-.323-.1-.485-.144.815.021,1.655.019,2.511-.043a3.114,3.114,0,0,0,2.4-1.334,3.825,3.825,0,0,0,.413-1.17,10.21,10.21,0,0,0,.2-1.052,8.394,8.394,0,0,0-.448-4.27,4.354,4.354,0,0,0-1.553-1.907,3.41,3.41,0,0,0-.934-.418,9.542,9.542,0,0,0,1.745-.755,4.56,4.56,0,0,0,1.705-1.48l.082-.16c.028-.053.025-.092.349-.21a9.03,9.03,0,0,1,1.132-.252m3.848-20.966-.018-.017-.01-.014Zm40.62,15.4c-.023-.013-.043-.02-.065-.033s-.042-.03-.063-.04Zm-10.319,1.9.006,0h0c-.034-.063,0-.008.027.049-.009-.01-.025-.023-.028-.027S840.319,318.867,840.325,318.862Z" style="fill:none;stroke:#ddd2be;stroke-miterlimit:10;stroke-width:0.25px"/><path d="M953.8,336.684c-.044.044-.094.079-.139.122.037-.089.069-.181.115-.267l-.169.313a6.651,6.651,0,0,1-1.575,1.073l-9.641.383.178-.932a5.358,5.358,0,0,0-.236.935l-10.224.407a15.661,15.661,0,0,1-2.305-.27,4.065,4.065,0,0,0,1.291-.114l-1.589-.284c-.121,0-.242,0-.363.006-.016-.027-.033-.053-.048-.079l.411.073c.207,0,.413.013.62.02-.353-.049-.707-.095-1.061-.142a8.541,8.541,0,0,0-1.131-1.491c1.455-1.052,4.144-.185,4.977,1.4-1.875-4.97-1.284-10.142-.461-15.269a3.08,3.08,0,0,0,1.193-.128l-1.09-.509.231-1.4-.269-.056c-.1.427-.216.853-.334,1.28l-.723-.338.311-.51-.455.443-1.7-.793c1.417-1.418,3.895-.846,5.552.048-3.453,4.084-.709,11.373-1.993,17,2.556-1.835,6.148-1.514,9.116-1.073a65.742,65.742,0,0,1-3.112-12.348,7.235,7.235,0,0,0,3.844.013l-.628,13.057c.46-4.345.7-8.712.748-13.08l.187-.036-.187-.01v-.093c.086.008.174.026.26.032-.271,3.847.524,8.188.17,12.069,3.6-2.157,7.868-2.057,11.9-1.939-4.34-5.19-5.794-12.5-6.03-19.136l-.017.43a.555.555,0,0,0-.106-.4,12.084,12.084,0,0,0-1.331.688l-3.713.066c-.116-.025-.233-.043-.35-.06a1.691,1.691,0,0,0-.638-.445,53.54,53.54,0,0,1,.417-5.8,32.441,32.441,0,0,0-.443,5.789l-.016-.009.017.03c0,.054,0,.107,0,.16a1.242,1.242,0,0,0-.11-.125l.373-6.411c-.134,2.454-1.077,5.387-.348,7.673a.566.566,0,0,0,.159-.083l.042,1.623a13.576,13.576,0,0,0-.036-1.626.5.5,0,0,0,.16-.531c.058.022.115.05.173.069l1.359,2.451a11.3,11.3,0,0,0-1.634,5.5l-.261-.091c.008-.853.021-1.706.013-2.559l-.121,2.521-4.046-1.415a32.4,32.4,0,0,1-.1-4.229,7.841,7.841,0,0,0-3.7,2.3,8.007,8.007,0,0,1-.582-1.645,5.039,5.039,0,0,0,4.723-1.282l-4.777,1c-.017-.084-.034-.168-.048-.253l8.832-1.517a67.1,67.1,0,0,0-8.839,1.481,8.291,8.291,0,0,1,.5-4.509l.146-.144a9.161,9.161,0,0,0-3.241.063l1.021-.852c-.433.289-.853.6-1.275.9a4.336,4.336,0,0,0-3.182,2.532q-1.015.888-1.976,1.838a51.356,51.356,0,0,0-15.71,16.332,6.445,6.445,0,0,1,6.914-1.059l0,0a6.626,6.626,0,0,0,.644.683c-.5.52-1.021,1.032-1.519,1.557a7.652,7.652,0,0,1,1.894-1.244c1.659,1.3,3.837,1.906,5.8,2.709-4.776-.846-9.559-1.659-14.363-2.28.621.161,1.246.3,1.871.446-.143-.02-.286-.037-.429-.057l.558.087c1.475.334,2.961.617,4.453.868l11.37,5.338q-5.549-2.878-11.305-5.327,1.055.175,2.113.335c2.612.842,5.237,1.644,7.879,2.386a6.509,6.509,0,0,0,.937,1.777c.013.05.028.1.043.15l-.184-.239a4.341,4.341,0,0,0,.267.527c.006.014.007.029.013.044l.015,0a4.188,4.188,0,0,0,1.026,1.149l-.9-1.172.014,0a3.408,3.408,0,0,0,1.077.915l-.392-.171a2.354,2.354,0,0,0,1.872.919,17.881,17.881,0,0,0,6.991.864,43.384,43.384,0,0,0,5.9-.3c.157,0,.315-.009.468-.011a16.475,16.475,0,0,0,6.621-1.4l-.075.119a3.833,3.833,0,0,0,2.683-2.732,8.6,8.6,0,0,0,.855-2.859Zm-7.521-19.613a2.318,2.318,0,0,0-.643-.662c.1.016.2-.043.168-.129.653-.072,1.3-.224,1.959-.361A9.448,9.448,0,0,0,946.279,317.071Zm-.785-.772.011.02c-.011-.007-.023-.012-.034-.018Zm-2.033-.434a1.341,1.341,0,0,0-.176-.328l0-.14.258.466Zm1.052.421,1.472,1.071a8.255,8.255,0,0,0-.9,1.132,9.575,9.575,0,0,0-.809-2.245C944.352,316.258,944.433,316.277,944.513,316.286Zm-1.482,7.736,0,.1-3.88-.2c-.053-.427-.109-.853-.147-1.282A8.7,8.7,0,0,0,943.031,324.022Zm1.1,14.973c2.541-.267,5.072-.6,7.573-.92C949.537,339.015,946.833,339.054,944.131,339Zm-15.321-1.1c-.246-.032-.493-.067-.74-.1l.789.141c.046.042.1.081.145.123-.193,0-.387,0-.58.009l.031,0-.04,0c-.226-.081-.446-.175-.663-.274.286.045.573.088.859.134l-.922-.16-.03-.013v.007l-.576-.1c.329.042.659.083.988.126l-.954-.171a2.234,2.234,0,0,1,.633-1.036A5.966,5.966,0,0,0,928.81,337.893Zm-1.218.151c-.331-.132-.657-.277-.983-.423.348.056.7.108,1.045.163C927.626,337.869,927.615,337.958,927.592,338.044Zm.77-21.313a3.709,3.709,0,0,0-.086.385c-.459.26-.906.54-1.354.818Zm-10.606,16.561c1.978-6.089,4.9-12.675,10.518-16.163a5.562,5.562,0,0,0,.477,3.027l-.327-.153a3.9,3.9,0,0,0,.746,1c.012.022.019.041.031.062l.011-.016a5.545,5.545,0,0,0,1.385,1c-3.983,3.874-8.026,7.759-11.923,11.753Zm1.6.893a8.112,8.112,0,0,1,8.04,1.727c-1.777-4.1,1.308-9.895,3.582-13.7a4.962,4.962,0,0,0,.993.3c-1.319,4.463-3.3,8.911-4.472,13.486-.033-.03-.069-.058-.1-.088.025.058.057.113.084.171-.13.512-.263,1.023-.37,1.539-.781-.14-1.563-.276-2.344-.415Zm-.369,2.418c2.044.3,4.1.563,6.148.819.021.01.043.018.064.027l-.044-.024,1.03.13.131.02a8.549,8.549,0,0,0,.348,1.375Z" style="fill:#dfd7c5"/><path d="M932.02,311.974a.921.921,0,0,1,.873-.3l-.053-.79c-.3-.53-.877.38-1.363.015-.061.311-.728.848-.391,1.142C931.5,311.982,931.69,311.406,932.02,311.974Z" style="fill:#dfd7c5"/><path d="M942.7,310.171c.246-.046.426-.456.74-.266l.048-.878c-.388.377-.892-.06-1.3.061-.219.094-.43.479-.7.3a6.323,6.323,0,0,1,.2,1.012A.726.726,0,0,1,942.7,310.171Z" style="fill:#dfd7c5"/><path d="M938.886,318.226c0,.018,0,.037,0,.055.047-.015.089-.033.137-.047Z" style="fill:#dfd7c5"/><path d="M932.618,320.083c-.117.114-.236.228-.353.343l.25.051C932.546,320.346,932.587,320.215,932.618,320.083Z" style="fill:#dfd7c5"/><path d="M932.086,320.388l-.317.521c.165-.161.332-.322.5-.483Z" style="fill:#dfd7c5"/><path d="M910.624,334.77c.052-.084.11-.164.161-.247-.1.09-.208.168-.3.265Z" style="fill:#dfd7c5"/><path d="M930.7,338.091c-.19-.012-.38-.014-.57-.021.141.02.283.037.424.057Z" style="fill:#dfd7c5"/><path d="M912.949,283.271c-.029.029-.062.052-.092.08.025-.058.046-.118.076-.175l-.111.206a4.357,4.357,0,0,1-1.035.7l-6.34.252.117-.613a3.6,3.6,0,0,0-.155.615l-6.722.267a10.242,10.242,0,0,1-1.515-.177,2.659,2.659,0,0,0,.848-.075l-1.045-.187c-.079,0-.159,0-.238,0-.01-.018-.021-.034-.032-.052l.27.048c.136,0,.272.009.408.014l-.7-.094a5.632,5.632,0,0,0-.744-.98,2.5,2.5,0,0,1,3.272.92c-1.233-3.268-.844-6.669-.3-10.039a2.045,2.045,0,0,0,.784-.085l-.716-.334c.051-.307.1-.613.152-.919l-.177-.037c-.068.281-.142.561-.219.841l-.476-.221c.07-.116.139-.228.205-.336l-.3.291-1.117-.521c.932-.932,2.561-.556,3.65.032-2.27,2.685-.466,7.477-1.31,11.177,1.68-1.207,4.042-1,5.994-.706a43.154,43.154,0,0,1-2.046-8.119,4.762,4.762,0,0,0,2.527.009l-.413,8.584q.453-4.284.492-8.6l.123-.023-.123-.007v-.061c.056,0,.114.017.17.021-.177,2.529.345,5.384.112,7.936,2.365-1.419,5.173-1.353,7.826-1.275-2.854-3.413-3.81-8.221-3.965-12.582l-.011.283a.374.374,0,0,0-.07-.261,8.033,8.033,0,0,0-.875.452l-2.442.044c-.076-.017-.153-.029-.23-.04a1.122,1.122,0,0,0-.419-.292,34.964,34.964,0,0,1,.274-3.815,21.279,21.279,0,0,0-.291,3.806l-.011-.006.011.02v.105a.727.727,0,0,0-.072-.082l.245-4.215c-.088,1.614-.708,3.541-.228,5.045a.377.377,0,0,0,.1-.055l.028,1.068a9.1,9.1,0,0,0-.024-1.07.333.333,0,0,0,.106-.349c.037.014.075.033.113.045l.894,1.612a7.43,7.43,0,0,0-1.075,3.617l-.171-.06c0-.561.014-1.122.008-1.682l-.079,1.657-2.66-.931a21.115,21.115,0,0,1-.069-2.78,5.147,5.147,0,0,0-2.43,1.512,5.255,5.255,0,0,1-.383-1.082,3.313,3.313,0,0,0,3.106-.843l-3.141.656c-.011-.055-.022-.111-.032-.166l5.807-1a44.126,44.126,0,0,0-5.811.974,5.452,5.452,0,0,1,.33-2.965l.1-.094a6,6,0,0,0-2.131.041l.672-.561c-.285.19-.561.393-.839.593A2.853,2.853,0,0,0,896.3,269.9q-.667.585-1.3,1.209a33.76,33.76,0,0,0-10.329,10.738,4.237,4.237,0,0,1,4.545-.7l0,0a4.308,4.308,0,0,0,.423.45c-.332.342-.671.678-1,1.023a5.067,5.067,0,0,1,1.246-.817,15.586,15.586,0,0,0,3.813,1.781c-3.14-.556-6.285-1.091-9.443-1.5.408.107.819.2,1.229.294l-.281-.037.366.057c.97.219,1.947.4,2.929.57l7.475,3.51q-3.648-1.893-7.433-3.5.693.117,1.389.221c1.718.553,3.444,1.081,5.181,1.569a4.283,4.283,0,0,0,.616,1.168c.009.033.018.066.028.1l-.121-.158a2.824,2.824,0,0,0,.176.347.245.245,0,0,1,.008.029l.01,0a2.77,2.77,0,0,0,.675.756l-.593-.771.009,0a2.257,2.257,0,0,0,.708.6l-.258-.113a1.547,1.547,0,0,0,1.232.6,11.744,11.744,0,0,0,4.6.569,28.624,28.624,0,0,0,3.878-.2c.1,0,.207-.006.308-.007a10.834,10.834,0,0,0,4.353-.92l-.049.079a2.523,2.523,0,0,0,1.764-1.8,5.67,5.67,0,0,0,.562-1.879ZM908,270.376a1.515,1.515,0,0,0-.423-.436c.066.011.129-.028.111-.084.429-.048.857-.148,1.288-.238A6.208,6.208,0,0,0,908,270.376Zm-.516-.508.007.013-.023-.012Zm-1.337-.286a.873.873,0,0,0-.116-.215l0-.092.17.306Zm.692.278.968.7a5.384,5.384,0,0,0-.6.744,6.239,6.239,0,0,0-.532-1.476C906.737,269.841,906.79,269.853,906.843,269.86Zm-.975,5.086,0,.067-2.551-.13c-.035-.281-.071-.561-.1-.843A5.725,5.725,0,0,0,905.868,274.946Zm.724,9.845c1.67-.176,3.335-.394,4.979-.605A12.182,12.182,0,0,1,906.592,284.791Zm-10.074-.725-.486-.065.518.093c.031.027.064.053.1.08-.127,0-.255,0-.382.006l.021,0h-.026c-.15-.053-.294-.115-.437-.18l.565.088-.606-.105-.02-.008v0l-.378-.066.65.083-.628-.112a1.468,1.468,0,0,1,.417-.682A3.9,3.9,0,0,0,896.518,284.066Zm-.8.1c-.217-.087-.432-.183-.646-.279l.687.108C895.74,284.051,895.732,284.109,895.717,284.166Zm.506-14.014a2.321,2.321,0,0,0-.056.253c-.3.171-.6.355-.891.538Zm-6.973,10.889c1.3-4,3.224-8.334,6.916-10.627a3.654,3.654,0,0,0,.313,1.99l-.215-.1a2.55,2.55,0,0,0,.491.661c.007.014.012.027.02.041l.008-.01a3.638,3.638,0,0,0,.91.655c-2.619,2.547-5.277,5.1-7.84,7.728Zm1.052.587a5.332,5.332,0,0,1,5.286,1.136c-1.168-2.7.86-6.507,2.356-9.007a3.188,3.188,0,0,0,.652.2c-.867,2.935-2.169,5.859-2.94,8.868-.022-.021-.045-.039-.068-.058.017.038.038.074.055.112-.085.337-.172.673-.243,1.012-.513-.092-1.027-.181-1.541-.273Zm-.243,1.59c1.344.2,2.693.37,4.042.539.014.006.029.011.043.018l-.029-.017.677.086.086.013a5.71,5.71,0,0,0,.229.9Z" style="fill:#dfd7c5"/><path d="M898.629,267.025a.6.6,0,0,1,.573-.2l-.035-.519c-.2-.349-.576.249-.895.009-.041.2-.479.558-.257.751C898.288,267.03,898.411,266.651,898.629,267.025Z" style="fill:#dfd7c5"/><path d="M905.651,265.839c.162-.03.28-.3.486-.175l.032-.578c-.256.249-.587-.039-.852.04-.145.063-.283.316-.458.2a4.3,4.3,0,0,1,.128.666A.477.477,0,0,1,905.651,265.839Z" style="fill:#dfd7c5"/><path d="M903.143,271.135c0,.012,0,.024,0,.036l.09-.031Z" style="fill:#dfd7c5"/><path d="M899.021,272.356l-.231.225.164.034C898.975,272.529,899,272.443,899.021,272.356Z" style="fill:#dfd7c5"/><path d="M898.672,272.557l-.208.342.326-.318Z" style="fill:#dfd7c5"/><path d="M884.561,282.013c.034-.055.072-.108.106-.163-.066.059-.137.111-.2.175Z" style="fill:#dfd7c5"/><path d="M897.758,284.2c-.125-.008-.25-.01-.375-.014l.279.037Z" style="fill:#dfd7c5"/><path d="M920.984,382.282c-.038.037-.08.067-.119.1.033-.075.06-.153.1-.226l-.143.266a5.665,5.665,0,0,1-1.338.911l-8.192.326.151-.792a4.6,4.6,0,0,0-.2.794l-8.686.346a13.137,13.137,0,0,1-1.959-.23,3.462,3.462,0,0,0,1.1-.1l-1.35-.241c-.1,0-.206,0-.309,0l-.04-.068.349.063c.176,0,.351.01.527.017-.3-.042-.6-.081-.9-.121a7.291,7.291,0,0,0-.96-1.267c1.236-.894,3.52-.157,4.228,1.189-1.593-4.223-1.091-8.617-.391-12.973a2.63,2.63,0,0,0,1.013-.11l-.926-.432q.1-.594.2-1.187l-.229-.047q-.13.543-.283,1.087l-.614-.287.264-.433-.387.376-1.443-.673c1.205-1.2,3.31-.719,4.718.04-2.934,3.47-.6,9.663-1.693,14.444,2.171-1.559,5.223-1.287,7.745-.912a55.845,55.845,0,0,1-2.644-10.492,6.145,6.145,0,0,0,3.266.011l-.534,11.094c.391-3.692.6-7.4.636-11.114l.159-.03-.159-.008v-.08c.073.007.148.022.22.027-.229,3.269.446,6.957.145,10.255,3.055-1.833,6.685-1.748,10.112-1.647-3.688-4.41-4.923-10.624-5.123-16.259l-.015.365a.475.475,0,0,0-.09-.336,10.286,10.286,0,0,0-1.13.584l-3.155.056c-.1-.021-.2-.036-.3-.051a1.453,1.453,0,0,0-.542-.378,45.625,45.625,0,0,1,.354-4.93,27.565,27.565,0,0,0-.376,4.919l-.014-.008.014.026c0,.045,0,.091,0,.136a.892.892,0,0,0-.093-.106l.317-5.448c-.114,2.086-.915,4.577-.3,6.52a.465.465,0,0,0,.135-.071l.036,1.38a12.021,12.021,0,0,0-.03-1.382.428.428,0,0,0,.135-.451c.049.018.1.042.147.058l1.155,2.082a9.613,9.613,0,0,0-1.389,4.675l-.221-.077c.007-.725.018-1.45.011-2.175l-.1,2.142-3.437-1.2a27.412,27.412,0,0,1-.089-3.593,6.665,6.665,0,0,0-3.141,1.953,6.833,6.833,0,0,1-.494-1.4,4.279,4.279,0,0,0,4.013-1.089l-4.059.848c-.014-.072-.028-.144-.04-.216l7.5-1.289a57.119,57.119,0,0,0-7.509,1.258,7.041,7.041,0,0,1,.427-3.83l.124-.123a7.781,7.781,0,0,0-2.754.054l.868-.724c-.368.245-.725.507-1.084.766a3.683,3.683,0,0,0-2.7,2.151q-.864.756-1.679,1.562a43.631,43.631,0,0,0-13.348,13.877,5.474,5.474,0,0,1,5.874-.9l0,0a5.3,5.3,0,0,0,.547.581c-.429.442-.867.877-1.291,1.323a6.5,6.5,0,0,1,1.61-1.057,20.1,20.1,0,0,0,4.928,2.3c-4.058-.719-8.122-1.41-12.2-1.938.527.138,1.058.258,1.589.379-.121-.016-.243-.031-.364-.048l.474.074c1.253.284,2.516.524,3.784.737l9.66,4.536q-4.713-2.447-9.6-4.526.9.15,1.795.284c2.22.716,4.45,1.4,6.695,2.028a5.529,5.529,0,0,0,.8,1.51c.011.043.023.085.036.127l-.156-.2a3.551,3.551,0,0,0,.227.448c0,.012.006.025.011.037l.013,0a3.578,3.578,0,0,0,.871.976l-.766-1,.012,0a2.892,2.892,0,0,0,.916.778l-.334-.146a2,2,0,0,0,1.591.781,15.185,15.185,0,0,0,5.94.735A36.844,36.844,0,0,0,912.1,388l.4-.009a13.986,13.986,0,0,0,5.625-1.188l-.063.1a3.256,3.256,0,0,0,2.279-2.321,7.32,7.32,0,0,0,.727-2.429Zm-6.39-16.664a1.97,1.97,0,0,0-.547-.563c.086.014.167-.037.143-.109.554-.061,1.108-.19,1.665-.307A7.925,7.925,0,0,0,914.594,365.618Zm-.668-.656.01.017c-.01-.006-.02-.01-.029-.016Zm-1.727-.37a1.145,1.145,0,0,0-.15-.278l0-.119.219.4Zm.894.359,1.251.91a6.99,6.99,0,0,0-.77.961,8.054,8.054,0,0,0-.687-1.907C912.956,364.927,913.025,364.943,913.093,364.951Zm-1.259,6.573,0,.086-3.3-.168c-.045-.363-.092-.725-.125-1.089A7.4,7.4,0,0,0,911.834,371.524Zm.935,12.722c2.158-.227,4.309-.509,6.434-.782A15.742,15.742,0,0,1,912.769,384.246Zm-13.018-.936c-.21-.028-.419-.058-.629-.085l.671.12c.039.035.082.069.123.1-.165,0-.329,0-.493.008l.026,0-.034,0c-.192-.069-.379-.148-.563-.233l.729.114-.783-.136-.025-.01v0l-.49-.085.84.107-.811-.145a1.9,1.9,0,0,1,.539-.88A5.107,5.107,0,0,0,899.751,383.31Zm-1.035.128c-.281-.112-.558-.236-.835-.36l.887.139C898.745,383.289,898.736,383.365,898.716,383.438Zm.654-18.109a3.109,3.109,0,0,0-.073.327c-.39.221-.77.459-1.151.695ZM890.358,379.4c1.681-5.174,4.167-10.769,8.938-13.733a4.711,4.711,0,0,0,.4,2.572l-.279-.13a3.325,3.325,0,0,0,.635.854c.01.018.016.035.026.053l.01-.014a4.69,4.69,0,0,0,1.176.847c-3.384,3.291-6.82,6.592-10.131,9.986Zm1.36.759a6.89,6.89,0,0,1,6.831,1.467c-1.51-3.485,1.112-8.408,3.044-11.639a4.149,4.149,0,0,0,.844.255c-1.121,3.793-2.8,7.572-3.8,11.459-.028-.026-.059-.049-.088-.075.022.049.048.1.071.145-.11.435-.223.87-.314,1.308-.663-.119-1.327-.234-1.992-.352Zm-.314,2.054c1.737.256,3.481.479,5.224.7l.055.023-.038-.02.875.11.112.017a7.366,7.366,0,0,0,.3,1.169Z" style="fill:#dfd7c5"/><path d="M902.479,361.287a.779.779,0,0,1,.74-.252l-.045-.671c-.252-.451-.744.322-1.157.012-.052.264-.619.72-.332.97C902.038,361.294,902.2,360.8,902.479,361.287Z" style="fill:#dfd7c5"/><path d="M911.553,359.755c.209-.039.362-.387.628-.226l.041-.746c-.33.32-.758-.051-1.1.051-.186.081-.366.408-.592.253a5.362,5.362,0,0,1,.165.861A.618.618,0,0,1,911.553,359.755Z" style="fill:#dfd7c5"/><path d="M908.312,366.6c0,.016,0,.031,0,.047.04-.013.076-.028.116-.041Z" style="fill:#dfd7c5"/><path d="M902.986,368.177l-.3.291.211.044C902.925,368.4,902.96,368.289,902.986,368.177Z" style="fill:#dfd7c5"/><path d="M902.534,368.436l-.269.443.422-.411Z" style="fill:#dfd7c5"/><path d="M884.3,380.656c.044-.071.093-.139.137-.21-.085.076-.177.143-.256.225Z" style="fill:#dfd7c5"/><path d="M901.353,383.478c-.161-.01-.323-.012-.484-.018l.36.048Z" style="fill:#dfd7c5"/><path d="M921.246,451.936c-.025.025-.052.045-.078.068.021-.049.039-.1.064-.148l-.093.174a3.711,3.711,0,0,1-.874.6l-5.347.213.1-.518a2.989,2.989,0,0,0-.131.519l-5.67.225a8.593,8.593,0,0,1-1.278-.149,2.273,2.273,0,0,0,.716-.063l-.882-.158-.2,0-.027-.043.228.04c.115,0,.23.007.344.011l-.588-.079a4.778,4.778,0,0,0-.627-.826,2.106,2.106,0,0,1,2.76.776c-1.04-2.757-.712-5.625-.256-8.468a1.717,1.717,0,0,0,.662-.072l-.605-.282c.043-.258.085-.517.128-.775l-.149-.031q-.086.356-.185.71l-.4-.187.172-.283c-.083.082-.168.164-.252.245l-.942-.439c.786-.786,2.161-.469,3.079.026-1.915,2.266-.393,6.308-1.105,9.428,1.418-1.018,3.41-.84,5.056-.595a36.45,36.45,0,0,1-1.726-6.848,4.016,4.016,0,0,0,2.132.007l-.349,7.241q.383-3.613.416-7.254l.1-.02-.1,0v-.052c.048,0,.1.014.144.018-.15,2.133.291,4.541.094,6.693,2-1.2,4.364-1.141,6.6-1.075-2.407-2.879-3.214-6.934-3.344-10.613l-.01.239a.309.309,0,0,0-.059-.22,6.971,6.971,0,0,0-.738.381l-2.059.037c-.065-.014-.129-.024-.194-.033a.938.938,0,0,0-.354-.247,29.572,29.572,0,0,1,.231-3.218,17.986,17.986,0,0,0-.245,3.211l-.009-.005.009.017v.088a.7.7,0,0,0-.061-.069l.207-3.556c-.074,1.362-.6,2.988-.193,4.256a.3.3,0,0,0,.088-.046l.023.9a7.541,7.541,0,0,0-.019-.9.279.279,0,0,0,.088-.294c.032.012.064.027.1.038l.754,1.359a6.265,6.265,0,0,0-.906,3.051l-.145-.05c0-.473.012-.947.007-1.42l-.067,1.4-2.244-.785a18.153,18.153,0,0,1-.058-2.345,4.345,4.345,0,0,0-2.05,1.275,4.483,4.483,0,0,1-.322-.913,2.8,2.8,0,0,0,2.62-.711l-2.65.553c-.009-.046-.019-.093-.027-.14l4.9-.842a37.27,37.27,0,0,0-4.9.822,4.606,4.606,0,0,1,.278-2.5l.081-.08a5.1,5.1,0,0,0-1.8.035l.566-.473c-.24.161-.473.332-.707.5a2.4,2.4,0,0,0-1.765,1.4q-.562.492-1.1,1.019a28.478,28.478,0,0,0-8.713,9.058,3.575,3.575,0,0,1,3.834-.587v0a3.673,3.673,0,0,0,.357.379c-.28.288-.566.572-.842.863a4.23,4.23,0,0,1,1.051-.689,13.136,13.136,0,0,0,3.216,1.5c-2.648-.469-5.3-.92-7.966-1.265.345.09.691.169,1.038.248l-.238-.032.309.049c.819.184,1.643.342,2.47.481l6.306,2.96q-3.077-1.6-6.27-2.954.585.1,1.172.185c1.449.467,2.9.912,4.37,1.324a3.614,3.614,0,0,0,.519.986l.024.083-.1-.133a2.292,2.292,0,0,0,.149.292l.007.025.008,0a2.309,2.309,0,0,0,.569.637l-.5-.65h.007a1.9,1.9,0,0,0,.6.507l-.218-.095a1.306,1.306,0,0,0,1.039.51,9.915,9.915,0,0,0,3.877.479,24.071,24.071,0,0,0,3.271-.167l.259-.006a9.134,9.134,0,0,0,3.672-.776l-.041.066a2.127,2.127,0,0,0,1.488-1.515,4.784,4.784,0,0,0,.474-1.585Zm-4.171-10.877a1.287,1.287,0,0,0-.357-.367c.056.009.109-.024.093-.071.362-.04.724-.124,1.087-.2A5.217,5.217,0,0,0,917.075,441.059Zm-.436-.428.006.011-.019-.01Zm-1.127-.241a.741.741,0,0,0-.1-.182l0-.077.144.258Zm.583.234.817.594a4.592,4.592,0,0,0-.5.627,5.258,5.258,0,0,0-.448-1.244C916.006,440.608,916.051,440.619,916.1,440.624Zm-.822,4.29,0,.056-2.152-.109c-.03-.237-.061-.473-.082-.711A4.815,4.815,0,0,0,915.273,444.914Zm.611,8.3c1.409-.148,2.812-.332,4.2-.51A10.258,10.258,0,0,1,915.884,453.218Zm-8.5-.611-.411-.055.438.078c.025.024.053.046.08.068-.107,0-.214,0-.322,0l.018,0h-.022c-.126-.044-.248-.1-.368-.151l.476.074-.511-.089-.017-.007v0l-.319-.055c.183.023.366.045.548.069l-.529-.094a1.244,1.244,0,0,1,.351-.575A3.3,3.3,0,0,0,907.387,452.607Zm-.676.084c-.184-.073-.364-.154-.545-.235l.579.091C906.73,452.594,906.724,452.643,906.711,452.691Zm.427-11.82a2.123,2.123,0,0,0-.048.213c-.255.145-.5.3-.751.454Zm-5.882,9.184c1.1-3.377,2.719-7.029,5.833-8.963a3.076,3.076,0,0,0,.265,1.678l-.182-.085a2.143,2.143,0,0,0,.414.558c.007.012.01.023.017.034l.007-.009a3.086,3.086,0,0,0,.767.553c-2.208,2.148-4.451,4.3-6.612,6.519Zm.887.5a4.5,4.5,0,0,1,4.459.958c-.985-2.275.725-5.488,1.987-7.6a2.723,2.723,0,0,0,.551.167c-.732,2.475-1.831,4.942-2.481,7.479-.018-.017-.038-.032-.057-.048.014.032.032.062.047.094-.073.284-.146.568-.205.854-.434-.078-.867-.153-1.3-.23Zm-.205,1.341c1.134.167,2.272.312,3.41.454l.036.015-.025-.013c.191.023.381.048.571.072l.073.011a4.8,4.8,0,0,0,.193.763Z" style="fill:#dfd7c5"/><path d="M909.167,438.233a.509.509,0,0,1,.484-.165l-.03-.438c-.165-.294-.486.21-.755.008-.034.172-.4.47-.217.633C908.879,438.237,908.983,437.918,909.167,438.233Z" style="fill:#dfd7c5"/><path d="M915.09,437.232c.136-.025.236-.252.41-.147l.027-.487c-.216.209-.5-.033-.719.034-.122.052-.239.266-.386.165a3.47,3.47,0,0,1,.107.561A.4.4,0,0,1,915.09,437.232Z" style="fill:#dfd7c5"/><path d="M912.975,441.7c0,.01,0,.02,0,.031.027-.009.05-.019.076-.027Z" style="fill:#dfd7c5"/><path d="M909.5,442.73c-.065.063-.131.126-.2.19l.138.028C909.459,442.875,909.481,442.8,909.5,442.73Z" style="fill:#dfd7c5"/><path d="M909.2,442.9c-.055.092-.114.189-.176.289l.276-.268Z" style="fill:#dfd7c5"/><path d="M897.3,450.875c.028-.046.06-.091.089-.137-.055.05-.116.093-.167.147Z" style="fill:#dfd7c5"/><path d="M908.432,452.717c-.105-.006-.21-.008-.316-.012l.235.032Z" style="fill:#dfd7c5"/><g style="opacity:0.35000000000000003"><path d="M839.24,96.166s-11.471-.579-14.782-1.5a91.144,91.144,0,0,0-9.886-1.7s-7.049.821-5.867,2.884,8.767,13.366,9.5,17.56,4.773,9.307,9.319,1.2S839.24,96.166,839.24,96.166Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path)"><polygon points="807.523 117.455 839.24 118.585 839.24 122.719 807.523 122.719 807.523 117.455" style="fill:#ded6c4"/><polygon points="807.523 105.235 839.24 106.364 839.24 118.585 807.523 117.455 807.523 105.235" style="fill:#ded6c4"/><polygon points="807.523 93.014 839.24 94.144 839.24 106.364 807.523 105.235 807.523 93.014" style="fill:#ded6c4"/><polygon points="839.24 94.144 807.523 93.014 807.523 92.968 839.24 92.968 839.24 94.144" style="fill:#ded6c4"/></g><path d="M826.158,120.738c.579.768,9.619,14.122,9.619,14.122s19.932-29.873,23.5-35.567,6.439-8.453,3.979-8.614-1.656-.46-5.145.742-5.347,2.334-9.439,2.241-6.3-.794-6.765,1.073S826.158,120.738,826.158,120.738Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-2)"><polygon points="826.158 130.34 865.711 131.749 865.711 134.86 826.158 134.86 826.158 130.34" style="fill:#ded6c4"/><polygon points="826.158 118.119 865.711 119.528 865.711 131.749 826.158 130.34 826.158 118.119" style="fill:#ded6c4"/><polygon points="826.158 105.898 865.711 107.307 865.711 119.528 826.158 118.119 826.158 105.898" style="fill:#ded6c4"/><polygon points="826.158 93.678 865.711 95.087 865.711 107.307 826.158 105.898 826.158 93.678" style="fill:#ded6c4"/><polygon points="865.711 95.087 826.158 93.678 826.158 90.219 865.711 90.219 865.711 95.087" style="fill:#ded6c4"/></g><path d="M838.851,136.581l1.535,3.9s11.335-8.657,12.932-9.516,2.152-.617,1.81-2.187-3.886-7.76-3.886-7.76a1.267,1.267,0,0,0-2.165.354C848.059,123,838.851,136.581,838.851,136.581Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-3)"><polygon points="838.851 130.792 855.47 131.384 855.47 140.478 838.851 140.478 838.851 130.792" style="fill:#ded6c4"/><polygon points="855.47 131.384 838.851 130.792 838.851 119.742 855.47 119.742 855.47 131.384" style="fill:#ded6c4"/></g><path d="M852.155,117.016a3.65,3.65,0,0,1,.936-3.471c1.55-1.913,2.024-3.517,4.08-.17s15.868,26.008,15.631,26.81-4.507,2.828-4.507,2.828a18.134,18.134,0,0,1-2.3-2.808C864.537,138.153,852.155,117.016,852.155,117.016Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-4)"><polygon points="851.541 131.244 873.039 132.01 873.039 143.013 851.541 143.013 851.541 131.244" style="fill:#ded6c4"/><polygon points="851.541 119.023 873.039 119.789 873.039 132.01 851.541 131.244 851.541 119.023" style="fill:#ded6c4"/><polygon points="873.039 119.789 851.541 119.023 851.541 110.028 873.039 110.028 873.039 119.789" style="fill:#ded6c4"/></g><path d="M843.176,141.946c.8-.3,3.171-2.244,6.614-4.5s5.549-3.927,7.169-4.259,1.383.471,3.381,2.5,5.565,8.746,5.056,9.559-8.459,5.9-10.27,8.085-4.258,2.289-5.463-.3S843.176,141.946,843.176,141.946Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-5)"><polygon points="843.176 155.388 849.696 155.62 843.176 155.62 843.176 155.388" style="fill:#ded6c4"/><polygon points="843.176 143.167 865.905 143.977 865.905 155.62 849.696 155.62 843.176 155.388 843.176 143.167" style="fill:#ded6c4"/><polygon points="865.905 143.977 843.176 143.167 843.176 132.856 865.905 132.856 865.905 143.977" style="fill:#ded6c4"/></g><path d="M858.3,108.047c1.278-1.9,6-12.131,8.085-14.33s3.882-4.65,5.642-1.819,17.342,34.66,17.389,35.714-5.81,4.2-7.9,6.138a50.742,50.742,0,0,1-4.472,3.619,3.376,3.376,0,0,1-3.346-1.709C872.51,133.6,858.3,108.047,858.3,108.047Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-6)"><polygon points="858.298 131.485 889.46 132.595 889.46 137.723 858.298 137.723 858.298 131.485" style="fill:#ded6c4"/><polygon points="858.298 119.264 889.46 120.374 889.46 132.595 858.298 131.485 858.298 119.264" style="fill:#ded6c4"/><polygon points="858.298 107.043 889.46 108.153 889.46 120.374 858.298 119.264 858.298 107.043" style="fill:#ded6c4"/><polygon points="858.298 94.823 889.46 95.933 889.46 108.153 858.298 107.043 858.298 94.823" style="fill:#ded6c4"/><polygon points="889.46 95.933 858.298 94.823 858.298 89.067 889.46 89.067 889.46 95.933" style="fill:#ded6c4"/></g><path d="M875.787,90.685c.983-2.417.062-4.755,2.238-4.846s13.861-.84,15.528-.118,3.015.4.412,3.152S880.287,100,880.287,100Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-7)"><polygon points="875.787 95.446 896.568 96.186 896.568 100.003 875.787 100.003 875.787 95.446" style="fill:#ded6c4"/><polygon points="896.568 96.186 875.787 95.446 875.787 84.999 896.568 84.999 896.568 96.186" style="fill:#ded6c4"/></g><path d="M881.788,103.11s-.478,7.677,3.863,7.232,4.223-3.08,8.754-5.381,13.748-9.549,13.985-10.351a6.581,6.581,0,0,0-2.977-5.685c-2.519-1.48-3.63-1.962-7.605.58S881.243,103.132,881.788,103.11Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-8)"><polygon points="881.243 107.861 908.627 108.836 908.627 110.787 881.243 110.787 881.243 107.861" style="fill:#ded6c4"/><polygon points="881.243 95.64 908.627 96.615 908.627 108.836 881.243 107.861 881.243 95.64" style="fill:#ded6c4"/><polygon points="908.627 96.615 881.243 95.64 881.243 86.963 908.627 86.963 908.627 96.615" style="fill:#ded6c4"/></g><path d="M886.926,114.514s6.09,20.606,10.668,19.359,23.683-12.867,25.482-15.318,4.5-15.238,4.339-18.928-2.5-7.289-4.158-7.748-7.64-.21-7.64-.21Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-9)"><polygon points="886.926 132.505 927.579 133.953 927.579 135.12 886.926 135.12 886.926 132.505" style="fill:#ded6c4"/><polygon points="886.926 120.284 927.579 121.732 927.579 133.953 886.926 132.505 886.926 120.284" style="fill:#ded6c4"/><polygon points="886.926 108.063 927.579 109.511 927.579 121.732 886.926 120.284 886.926 108.063" style="fill:#ded6c4"/><polygon points="886.926 95.842 927.579 97.29 927.579 109.511 886.926 108.063 886.926 95.842" style="fill:#ded6c4"/><polygon points="927.579 97.29 886.926 95.842 886.926 91.42 927.579 91.42 927.579 97.29" style="fill:#ded6c4"/></g><path d="M900.217,137.725S909.424,148.7,911,147.31s1.2-3.746,3.54-6.22,4.678-11.285,4.336-12.855-2.258-1.754-5.18-.048S900.217,137.725,900.217,137.725Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-10)"><polygon points="900.217 145.199 919.215 145.876 919.215 148.696 900.217 148.696 900.217 145.199" style="fill:#ded6c4"/><polygon points="900.217 132.978 919.215 133.655 919.215 145.876 900.217 145.199 900.217 132.978" style="fill:#ded6c4"/><polygon points="919.215 133.655 900.217 132.978 900.217 126.481 919.215 126.481 919.215 133.655" style="fill:#ded6c4"/></g><path d="M912.921,153.831s10.876-12.862,11.871-15.016-.281-6.326,3.4-3.31,11.037,15.383,12.5,17.7.043,7.127-2.56,9.876-8.991,6.183-9.784,6.744-3.1-2.247-5.7-5.572S912.921,153.831,912.921,153.831Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-11)"><polygon points="912.921 170.093 921.115 170.385 912.921 170.385 912.921 170.093" style="fill:#ded6c4"/><polygon points="912.921 157.872 942.155 158.914 942.155 170.385 921.115 170.385 912.921 170.093 912.921 157.872" style="fill:#ded6c4"/><polygon points="912.921 145.652 942.155 146.693 942.155 158.914 912.921 157.872 912.921 145.652" style="fill:#ded6c4"/><polygon points="912.921 133.431 942.155 134.472 942.155 146.693 912.921 145.652 912.921 133.431" style="fill:#ded6c4"/><polygon points="942.155 134.472 912.921 133.431 912.921 132.489 942.155 132.489 942.155 134.472" style="fill:#ded6c4"/></g><path d="M929.325,173.48s6.081-4.214,8.46-5.9,5.618-2.346,6.847.771,4.73,20.663,6.277,24.823,3.638,8.3,2.573,8.871-8.113,1.394-9.225.912S929.325,173.48,929.325,173.48Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-12)"><polygon points="929.325 195.119 954.547 196.018 954.547 203.442 929.325 203.442 929.325 195.119" style="fill:#ded6c4"/><polygon points="929.325 182.898 954.547 183.797 954.547 196.018 929.325 195.119 929.325 182.898" style="fill:#ded6c4"/><polygon points="929.325 170.678 954.547 171.576 954.547 183.797 929.325 182.898 929.325 170.678" style="fill:#ded6c4"/><polygon points="954.547 171.576 929.325 170.678 929.325 165.237 954.547 165.237 954.547 171.576" style="fill:#ded6c4"/></g><path d="M905.454,163.647c.508-.813,1.693-4.823,3.018-5.67s1.586-1.122,4.411,1.136,17.714,24.612,20.975,30.549,6.179,10.305,5.386,10.866-5.393,1.28-9.485,1.187l-4.092-.094Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-13)"><polygon points="905.454 194.269 940.037 195.501 940.037 201.808 905.454 201.808 905.454 194.269" style="fill:#ded6c4"/><polygon points="905.454 182.048 940.037 183.28 940.037 195.501 905.454 194.269 905.454 182.048" style="fill:#ded6c4"/><polygon points="905.454 169.827 940.037 171.059 940.037 183.28 905.454 182.048 905.454 169.827" style="fill:#ded6c4"/><polygon points="905.454 157.606 940.037 158.838 940.037 171.059 905.454 169.827 905.454 157.606" style="fill:#ded6c4"/><polygon points="940.037 158.838 905.454 157.606 905.454 156.855 940.037 156.855 940.037 158.838" style="fill:#ded6c4"/></g><path d="M900.375,172.044s1.185-4.01,2.227-5.11,2.576,2.8,4.892,5.87,14.839,27.371,15.441,28.666-3.182,1.981-3.182,1.981Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-14)"><polygon points="900.375 194.088 923.538 194.913 923.538 203.451 900.375 203.451 900.375 194.088" style="fill:#ded6c4"/><polygon points="900.375 181.867 923.538 182.692 923.538 194.913 900.375 194.088 900.375 181.867" style="fill:#ded6c4"/><polygon points="900.375 169.646 923.538 170.471 923.538 182.692 900.375 181.867 900.375 169.646" style="fill:#ded6c4"/><polygon points="923.538 170.471 900.375 169.646 900.375 165.835 923.538 165.835 923.538 170.471" style="fill:#ded6c4"/></g><path d="M955.071,194.853l1.442,1.788,2.2,6.51s12.714-2.113,12.951-2.915-3.188-28.913-4.568-35.456-2.562-8.607-2.562-8.607l-17.921,7.61Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-15)"><polygon points="946.609 195.735 971.897 196.636 971.897 203.151 946.609 203.151 946.609 195.735" style="fill:#ded6c4"/><polygon points="946.609 183.514 971.897 184.415 971.897 196.636 946.609 195.735 946.609 183.514" style="fill:#ded6c4"/><polygon points="946.609 171.293 971.897 172.194 971.897 184.415 946.609 183.514 946.609 171.293" style="fill:#ded6c4"/><polygon points="946.609 159.072 971.897 159.973 971.897 172.194 946.609 171.293 946.609 159.072" style="fill:#ded6c4"/><polygon points="971.897 159.973 946.609 159.072 946.609 156.173 971.897 156.173 971.897 159.973" style="fill:#ded6c4"/></g><path d="M929.089,131.243l3.977-27.1s17.22,19.615,20.2,25.3,9.235,23.908,9.235,23.908-15.178,8.025-16.1,5.686S931.3,131.943,929.089,131.243Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-16)"><polygon points="929.089 158.448 962.498 159.638 962.498 161.378 929.089 161.378 929.089 158.448" style="fill:#ded6c4"/><polygon points="929.089 146.228 962.498 147.418 962.498 159.638 929.089 158.448 929.089 146.228" style="fill:#ded6c4"/><polygon points="929.089 134.007 962.498 135.197 962.498 147.418 929.089 146.228 929.089 134.007" style="fill:#ded6c4"/><polygon points="929.089 121.786 962.498 122.976 962.498 135.197 929.089 134.007 929.089 121.786" style="fill:#ded6c4"/><polygon points="929.089 109.565 962.498 110.755 962.498 122.976 929.089 121.786 929.089 109.565" style="fill:#ded6c4"/><polygon points="962.498 110.755 929.089 109.565 929.089 104.145 962.498 104.145 962.498 110.755" style="fill:#ded6c4"/></g><path d="M948.334,208.863c-.2,1.593-1.258,8.5-.442,8.468l14.144-.588s3.517-6.748.785-6.9S948.334,208.863,948.334,208.863Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-17)"><rect x="947.076" y="208.863" width="18.477" height="8.502" style="fill:#ded6c4"/></g><path d="M927.117,209.746c-1.654.069.743,4.458.743,4.458l14.677-.875s1.433-4.548.617-4.514S928.749,209.678,927.117,209.746Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-18)"><rect x="925.463" y="208.781" width="18.508" height="5.423" style="fill:#ded6c4"/></g><path d="M911.077,216.75a15.341,15.341,0,0,1,4.46-3.882,17.116,17.116,0,0,1,4.543-2.037s3.91,8.286,4.819,10.361-7.608,6.653-7.608,6.653Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-19)"><polygon points="911.077 218.911 925.809 219.436 925.809 227.845 911.077 227.845 911.077 218.911" style="fill:#ded6c4"/><polygon points="925.809 219.436 911.077 218.911 911.077 210.831 925.809 210.831 925.809 219.436" style="fill:#ded6c4"/></g><path d="M890.968,180.677l6.5-6.664,19.389,31.671L908.69,212.1l-18.184-25.672A4.48,4.48,0,0,1,890.968,180.677Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-20)"><polygon points="889.243 205.912 916.854 206.896 916.854 212.097 889.243 212.097 889.243 205.912" style="fill:#ded6c4"/><polygon points="889.243 193.691 916.854 194.675 916.854 206.896 889.243 205.912 889.243 193.691" style="fill:#ded6c4"/><polygon points="889.243 181.471 916.854 182.454 916.854 194.675 889.243 193.691 889.243 181.471" style="fill:#ded6c4"/><polygon points="916.854 182.454 889.243 181.471 889.243 174.013 916.854 174.013 916.854 182.454" style="fill:#ded6c4"/></g><path d="M895.446,146.9c.474-1.6,1.29-1.638,2.355-2.211s.45-2.131,2.448-.1,6.9,8.162,6.937,8.952-3.373,3.837-4.142,4.926-.971,2.68-2.507-1.216S895.446,146.9,895.446,146.9Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-21)"><polygon points="895.446 157.25 907.221 157.669 907.221 161.147 895.446 161.147 895.446 157.25" style="fill:#ded6c4"/><polygon points="895.446 145.029 907.221 145.449 907.221 157.669 895.446 157.25 895.446 145.029" style="fill:#ded6c4"/><polygon points="907.221 145.449 895.446 145.029 895.446 142.559 907.221 142.559 907.221 145.449" style="fill:#ded6c4"/></g><path d="M882.6,158.261c-.614-1.559-1.7-1.513.144-2.91s8.731-5.909,9.807-6.217,3.062,1.456,4.951,7.187,2.185,6.246.907,8.148-6.2,7.651-6.2,7.651-1.608.595-2.541-2.007S882.6,158.261,882.6,158.261Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-22)"><polygon points="880.894 168.952 899.683 169.622 899.683 172.715 880.894 172.715 880.894 168.952" style="fill:#ded6c4"/><polygon points="880.894 156.732 899.683 157.401 899.683 169.622 880.894 168.952 880.894 156.732" style="fill:#ded6c4"/><polygon points="899.683 157.401 880.894 156.732 880.894 148.825 899.683 148.825 899.683 157.401" style="fill:#ded6c4"/></g><path d="M878.8,152.61c-1.737-2.3-4.916-6.4-4.986-7.978s-.91-2.075,1.752-3.506,14.859-9.067,14.859-9.067,3.474,4.608,5.188,6.385.175,3.954-1.931,5.625S878.8,152.61,878.8,152.61Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-23)"><polygon points="872.907 144.226 897.33 145.096 897.33 152.61 872.907 152.61 872.907 144.226" style="fill:#ded6c4"/><polygon points="874.41 132.059 897.33 132.875 897.33 145.096 872.907 144.226 872.907 132.059 874.41 132.059" style="fill:#ded6c4"/><polygon points="897.33 132.875 874.41 132.059 897.33 132.059 897.33 132.875" style="fill:#ded6c4"/></g><path d="M877.074,156.642c-.319-1.043-4.547-10.372-5.907-10.316s-4.838,1.522-4.236,2.817,4.548,10.373,6.724,10.282S877.074,156.642,877.074,156.642Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-24)"><polygon points="866.329 156.213 877.074 156.595 877.074 159.516 866.329 159.516 866.329 156.213" style="fill:#ded6c4"/><polygon points="877.074 156.595 866.329 156.213 866.329 146.27 877.074 146.27 877.074 156.595" style="fill:#ded6c4"/></g><path d="M874.918,163.333c1.076-.309,2.036-3.253,3.68-3.057s3.594,1.17,3.641,2.225,7.077,12.115,6.852,13.181-2.615,2.485-3.419,2.782S874.918,163.333,874.918,163.333Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-25)"><polygon points="874.918 168.739 889.316 169.252 889.316 178.762 874.918 178.762 874.918 168.739" style="fill:#ded6c4"/><polygon points="889.316 169.252 874.918 168.739 874.918 160.08 889.316 160.08 889.316 169.252" style="fill:#ded6c4"/></g><path d="M863.347,172.792c.866-1.146.225-1.066,3.135-3.035s4.958-4.959,6.377-3.7,7.94,13.136,8.826,14.684-7.29,7.7-7.29,7.7-2.685.9-3.866-1.159S862.317,174.155,863.347,172.792Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-26)"><polygon points="862.317 180.511 882.571 181.233 882.571 189.343 862.317 189.343 862.317 180.511" style="fill:#ded6c4"/><polygon points="862.317 168.291 882.571 169.012 882.571 181.233 862.317 180.511 862.317 168.291" style="fill:#ded6c4"/><polygon points="882.571 169.012 862.317 168.291 862.317 164.798 882.571 164.798 882.571 169.012" style="fill:#ded6c4"/></g><path d="M860.735,169.2c1.325-.847,9.287-5.667,10.08-6.228s2.117-1.409.4-3.186a38.06,38.06,0,0,1-4.679-7.2c-.307-.779-1.17-1.8-3.583-.907s-8.21,5.358-8.447,6.16a3.915,3.915,0,0,0,.424,3.415C855.807,162.544,860.735,169.2,860.735,169.2Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-27)"><polygon points="854.058 167.996 872.932 168.669 872.932 169.204 854.058 169.204 854.058 167.996" style="fill:#ded6c4"/><polygon points="854.058 155.776 872.932 156.448 872.932 168.669 854.058 167.996 854.058 155.776" style="fill:#ded6c4"/><polygon points="872.932 156.448 854.058 155.776 854.058 150.792 872.932 150.792 872.932 156.448" style="fill:#ded6c4"/></g><path d="M874.793,197.4c-.615-1.559-2.554-2.27.061-4.755s10.329-6.767,10.329-6.767-5.8,16.612-6.609,16.91S874.793,197.4,874.793,197.4Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-28)"><polygon points="872.239 193.086 885.183 193.547 885.183 203.085 872.239 203.085 872.239 193.086" style="fill:#ded6c4"/><polygon points="885.183 193.547 872.239 193.086 872.239 185.878 885.183 185.878 885.183 193.547" style="fill:#ded6c4"/></g><path d="M881.835,208.725c.155-2.647,4.561-13.92,5.295-15.8s2.118-1.408,4.138,1.148,8.391,11,8.461,12.586-.462,1.868-3.373,3.837-11.816,3.924-11.816,3.924Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-29)"><polygon points="881.835 205.648 899.799 206.288 899.799 214.421 881.835 214.421 881.835 205.648" style="fill:#ded6c4"/><polygon points="881.835 193.428 899.799 194.067 899.799 206.288 881.835 205.648 881.835 193.428" style="fill:#ded6c4"/><polygon points="899.799 194.067 881.835 193.428 881.835 191.047 899.799 191.047 899.799 194.067" style="fill:#ded6c4"/></g><path d="M887.517,220.106c-2.5-.952.295.516,5.689-.764s10.538-2.023,10.2-3.593,1.682-5.087-2.079-3.874-15.093,3.8-13.511,8.747" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-30)"><polygon points="885.022 217.983 905.084 218.697 905.084 225.573 885.022 225.573 885.022 217.983" style="fill:#ded6c4"/><polygon points="905.084 218.697 885.022 217.983 885.022 210.662 905.084 210.662 905.084 218.697" style="fill:#ded6c4"/></g><path d="M874.849,223.274s2.8-4.341,3.563-5.693,1.111.482,1.974,1.5-.462,1.867-1.5,2.967S874.849,223.274,874.849,223.274Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-31)"><polygon points="874.849 217.62 881.249 217.848 881.249 223.274 874.849 223.274 874.849 217.62" style="fill:#ded6c4"/><polygon points="881.249 217.848 874.849 217.62 874.849 216.229 881.249 216.229 881.249 217.848" style="fill:#ded6c4"/></g><path d="M871.142,231.877c-1.053.836-.734,1.879-.368,3.976s-1.2,3.747.233,5.272,3.288.391,6.019.541,3.455-1.992,4.605-6.792,2.63-8.295.489-7.414S871.142,231.877,871.142,231.877Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-32)"><polygon points="869.577 229.653 884.261 230.176 884.261 242.649 869.577 242.649 869.577 229.653" style="fill:#ded6c4"/><polygon points="884.261 230.176 869.577 229.653 869.577 226.579 884.261 226.579 884.261 230.176" style="fill:#ded6c4"/></g><path d="M858.036,237.44c-1.337.583-1.249,2.56-1.078,3.345s1.562,7.592,2,8.366.988.751,2.975-.52a61.228,61.228,0,0,0,6.419-5.812s.651-.687,0-3.168-.7-6.572-1.776-6.263S858.036,237.44,858.036,237.44Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-33)"><polygon points="856.699 242.949 869.008 243.388 869.008 249.925 856.699 249.925 856.699 242.949" style="fill:#ded6c4"/><polygon points="869.008 243.388 856.699 242.949 856.699 233.079 869.008 233.079 869.008 243.388" style="fill:#ded6c4"/></g><path d="M846.92,214.138s-.618-4.727,1.245-5.729,18.123-9.2,19.851-10.2,2.36-2.079,3.779-.817,5.831,8.6,5.831,8.6-5.295,15.8-5.917,17.144-1.847,4.434-3.03,5.407-13.793,5.459-13.793,5.459Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-34)"><polygon points="846.302 228.824 877.626 229.94 877.626 234.006 846.302 234.006 846.302 228.824" style="fill:#ded6c4"/><polygon points="846.302 216.603 877.626 217.719 877.626 229.94 846.302 228.824 846.302 216.603" style="fill:#ded6c4"/><polygon points="846.302 204.383 877.626 205.498 877.626 217.719 846.302 216.603 846.302 204.383" style="fill:#ded6c4"/><polygon points="877.626 205.498 846.302 204.383 846.302 196.131 877.626 196.131 877.626 205.498" style="fill:#ded6c4"/></g><path d="M833.831,220.1a3.9,3.9,0,0,1,2.308-3.264c1.071-.441,6.666-3.314,6.666-3.314a2.281,2.281,0,0,1,1.951.975c.591,1.032,8,20.659,8.154,21.048s-.486,1.341-1.136,2.028-8.547,3.92-8.547,3.92a9.106,9.106,0,0,1-1.442-1.788C841.053,238.542,833.831,220.1,833.831,220.1Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-35)"><polygon points="833.831 228.38 853.064 229.065 853.064 241.488 833.831 241.488 833.831 228.38" style="fill:#ded6c4"/><polygon points="833.831 216.159 853.064 216.844 853.064 229.065 833.831 228.38 833.831 216.159" style="fill:#ded6c4"/><polygon points="853.064 216.844 833.831 216.159 833.831 213.46 853.064 213.46 853.064 216.844" style="fill:#ded6c4"/></g><path d="M832.633,174.6c-.519-2.487-.665-5.782,2.727-12.26s5.765-11.329,5.765-11.329.6-1.874,2.443-.234,25.055,39.62,25.055,39.62.774,2.081-.954,3.077-21.921,12.661-21.921,12.661-1.23-.08-2.163-2.682S832.633,174.6,832.633,174.6Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-36)"><polygon points="831.968 203.872 869.397 205.205 869.397 206.133 831.968 206.133 831.968 203.872" style="fill:#ded6c4"/><polygon points="831.968 191.651 869.397 192.984 869.397 205.205 831.968 203.872 831.968 191.651" style="fill:#ded6c4"/><polygon points="831.968 179.43 869.397 180.764 869.397 192.984 831.968 191.651 831.968 179.43" style="fill:#ded6c4"/><polygon points="831.968 167.21 869.397 168.543 869.397 180.764 831.968 179.43 831.968 167.21" style="fill:#ded6c4"/><polygon points="831.968 154.989 869.397 156.322 869.397 168.543 831.968 167.21 831.968 154.989" style="fill:#ded6c4"/><polygon points="869.397 156.322 831.968 154.989 831.968 149.135 869.397 149.135 869.397 156.322" style="fill:#ded6c4"/></g><path d="M796.669,205.535s1.474-3.626,2.527-4.462,2.235,1.227,2.66,1.6,5.712-9.479,7.227-12.182,5.737-11.989,8.488-14.48,11.247-10.633,12.42-14.907,5.1-14.074,5.165-15.661.221-4.234.221-4.234,4.316,2.065,4.539,4.036-3.418,12.024-6.093,16.228-2.862,9.229-5.523,10.66-11.739,11.842-14.6,18.034-9.241,19-10.638,21.3-.688,2.933-1.988,1.271S796.669,205.535,796.669,205.535Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-37)"><polygon points="796.669 202.615 839.962 204.157 839.573 214.407 796.669 214.407 796.669 202.615" style="fill:#ded6c4"/><polygon points="796.669 190.394 840.14 191.942 840.14 199.464 839.962 204.157 796.669 202.615 796.669 190.394" style="fill:#ded6c4"/><polygon points="796.669 178.173 840.14 179.721 840.14 191.942 796.669 190.394 796.669 178.173" style="fill:#ded6c4"/><polygon points="796.669 165.952 840.14 167.501 840.14 179.721 796.669 178.173 796.669 165.952" style="fill:#ded6c4"/><polygon points="796.669 153.731 840.14 155.28 840.14 167.501 796.669 165.952 796.669 153.731" style="fill:#ded6c4"/><polygon points="796.669 153.291 797.115 141.526 840.14 143.059 840.14 155.28 796.669 153.731 796.669 153.291" style="fill:#ded6c4"/><polygon points="797.115 141.526 797.127 141.214 840.14 141.214 840.14 143.059 797.115 141.526" style="fill:#ded6c4"/></g><path d="M804.727,218.27a7.4,7.4,0,0,1,.435-5.563c.77-1.089,9.6-20.071,13.715-25.655s5.936-7.508,7.651-8.768,2.782-4.868,5.363,1.1,8.389,23.283,9.157,25.232,2.522,4.648-2,7.08S810.8,226.2,810.8,226.2s-.882,1.621-2.938-1.726A40.841,40.841,0,0,1,804.727,218.27Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-38)"><polygon points="804.102 227.321 818.199 227.823 804.102 227.823 804.102 227.321" style="fill:#ded6c4"/><polygon points="804.102 215.1 843.57 216.506 843.57 227.823 818.199 227.823 804.102 227.321 804.102 215.1" style="fill:#ded6c4"/><polygon points="804.102 202.879 843.57 204.285 843.57 216.506 804.102 215.1 804.102 202.879" style="fill:#ded6c4"/><polygon points="804.102 190.659 843.57 192.064 843.57 204.285 804.102 202.879 804.102 190.659" style="fill:#ded6c4"/><polygon points="804.102 178.438 843.57 179.844 843.57 192.064 804.102 190.659 804.102 178.438" style="fill:#ded6c4"/><polygon points="843.57 179.844 804.102 178.438 804.102 173.416 843.57 173.416 843.57 179.844" style="fill:#ded6c4"/></g><path d="M813.262,235.605a26.463,26.463,0,0,0-1.807-3.885s-1.56-1.387,1.255-2.429,16.544-7.949,16.952-7.966,1.113-2.555,3.05,1.193,7.494,18.436,7.494,18.436,1.259.739-1.25,2.56-15.846,8.316-15.846,8.316-.94.3-2.411-2.144S813.262,235.605,813.262,235.605Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-39)"><polygon points="809.895 241.282 841.465 242.407 841.465 252.134 809.895 252.134 809.895 241.282" style="fill:#ded6c4"/><polygon points="809.895 227.527 841.465 228.652 841.465 242.407 809.895 241.282 809.895 227.527" style="fill:#ded6c4"/><polygon points="841.465 228.652 809.895 227.527 809.895 218.77 841.465 218.77 841.465 228.652" style="fill:#ded6c4"/></g><path d="M804.651,238.076s-2.724-3.055-1.4-3.9a16.574,16.574,0,0,1,3.324-1.855c.941-.3,1.763-.2,3.092,2.116s8.309,18.4,8.309,18.4a1.832,1.832,0,0,1-.427,2.658c-1.591.991-4.383,2.559-4.383,2.559s-.946.171-1.879-2.43S804.651,238.076,804.651,238.076Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-40)"><polygon points="801.927 254.753 819.141 255.367 819.141 258.224 801.927 258.224 801.927 254.753" style="fill:#ded6c4"/><polygon points="801.927 240.998 819.141 241.612 819.141 255.367 801.927 254.753 801.927 240.998" style="fill:#ded6c4"/><polygon points="819.141 241.612 801.927 240.998 801.927 232.016 819.141 232.016 819.141 241.612" style="fill:#ded6c4"/></g><path d="M799.411,230.505c.6-1.3.943-6.377,1.831-7.866s1.3-1.506,2.324.168,3.6,4.47,2.149,5.455-4.49,3.223-5.022,3.51S798.913,231.582,799.411,230.505Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-41)"><polygon points="798.913 227.136 807.17 227.43 807.17 232.058 798.913 232.058 798.913 227.136" style="fill:#ded6c4"/><polygon points="807.17 227.43 798.913 227.136 798.913 221.133 807.17 221.133 807.17 227.43" style="fill:#ded6c4"/></g><path d="M795.693,226.567s4.055-6.9,4.109-8.753a10.238,10.238,0,0,0-1.889-5.73c-1.323-2.189.489-7.414-2.753-3.714s-4.678,11.284-4.678,11.284Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-42)"><polygon points="790.482 214.61 799.856 214.944 799.856 226.567 790.482 226.567 790.482 214.61" style="fill:#ded6c4"/><polygon points="799.856 214.944 790.482 214.61 790.482 204.67 799.856 204.67 799.856 214.944" style="fill:#ded6c4"/></g><path d="M786.488,224.837c-.119.4-1.859,13.412.341,13.848s5.08-2.191,5.08-2.191Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-43)"><polygon points="784.629 226.627 791.909 226.887 791.909 239.122 784.629 239.122 784.629 226.627" style="fill:#ded6c4"/><polygon points="791.909 226.887 784.629 226.627 784.629 224.837 791.909 224.837 791.909 226.887" style="fill:#ded6c4"/></g><path d="M782.992,225.907c.018.395,1.513,12.611.773,14.358a5.526,5.526,0,0,1-2.858,3.155,25.514,25.514,0,0,0-3.816,3.064,8.076,8.076,0,0,1-3.4-2.9c-1.318-2.058-9.394-15.188-8.991-15.337a31.042,31.042,0,0,0,7.888-.328C777.865,227.044,782.992,225.907,782.992,225.907Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-44)"><polygon points="764.299 239.658 784.505 240.378 784.505 246.484 764.299 246.484 764.299 239.658" style="fill:#ded6c4"/><polygon points="764.403 225.907 784.505 226.623 784.505 240.378 764.299 239.658 764.299 225.907 764.403 225.907" style="fill:#ded6c4"/><polygon points="784.505 226.623 764.403 225.907 784.505 225.907 784.505 226.623" style="fill:#ded6c4"/></g><path d="M793.526,242.235s-1.443,1.249-1.107,2.687,1.378,9.58.767,14.226a41.72,41.72,0,0,0-.419,8.995c.153.39.969.356,3.654-.548s4.821-1.917,4.8-2.444-.47-4.469-1.15-4.441-3.768,1.081-3.057-1.325,1.374-2.829,1.026-4.531S793.526,242.235,793.526,242.235Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-45)"><polygon points="792.083 268.158 801.242 268.484 801.242 268.533 792.083 268.533 792.083 268.158" style="fill:#ded6c4"/><polygon points="792.083 254.403 801.242 254.729 801.242 268.484 792.083 268.158 792.083 254.403" style="fill:#ded6c4"/><polygon points="801.242 254.729 792.083 254.403 792.083 242.235 801.242 242.235 801.242 254.729" style="fill:#ded6c4"/></g><path d="M802.511,269.718s-2.755-.677-2.283.755,1.835,7.581,1.835,7.581L805,276.612Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-46)"><rect x="799.756" y="269.041" width="5.241" height="9.014" style="fill:#ded6c4"/></g><path d="M792.219,274.239s-.971,2.681-.557,2.8,3.719.9,3.826.237a28.3,28.3,0,0,0,0-3.037Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-47)"><rect x="791.248" y="274.235" width="4.346" height="3.701" style="fill:#ded6c4"/></g><path d="M797.4,271.119c-.118.4-.285,2.785-.285,2.785l2.323.167.049-1.982-1.123-.746Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-48)"><rect x="797.11" y="271.119" width="2.372" height="2.952" style="fill:#ded6c4"/></g><path d="M798.975,279.107c1.23.081,1.9-.079,1.716-1.26s.248-.538-.189-1.18S797.745,279.026,798.975,279.107Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-49)"><rect x="797.745" y="276.025" width="3.194" height="3.163" style="fill:#ded6c4"/></g><path d="M786.519,274.74c.182,1.049.342,1.57,1.7,1.514s2.164-.354,2.265-1.151,1.6-.727.1-.8a8.376,8.376,0,0,0-1.5-.07A14.716,14.716,0,0,0,786.519,274.74Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-50)"><rect x="786.519" y="274.198" width="5.57" height="2.112" style="fill:#ded6c4"/></g><path d="M768.267,259.525c.578-1.594,11.7-9.6,13.134-11.108s2.657-4.6,3.283-2.777.713,16.077.907,17.389-4.07,3.47-6.023,5.531-3.147,2.772-5.044-.054S767.782,260.865,768.267,259.525Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-51)"><polygon points="767.782 267.292 785.785 267.933 785.785 271.332 767.782 271.332 767.782 267.292" style="fill:#ded6c4"/><polygon points="767.782 253.537 785.785 254.178 785.785 267.933 767.782 267.292 767.782 253.537" style="fill:#ded6c4"/><polygon points="785.785 254.178 767.782 253.537 767.782 243.817 785.785 243.817 785.785 254.178" style="fill:#ded6c4"/></g><path d="M787.945,251.577c-.315,2.125.791,2.476,1.743,2.436s1.3-1.374.989-2.286S787.945,251.577,787.945,251.577Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-52)"><rect x="787.63" y="250.816" width="3.359" height="3.236" style="fill:#ded6c4"/></g><path d="M787.634,256.871a2.349,2.349,0,0,0,2.282,2.281c.544-.022,1.041-1.1.87-1.884s2.123-1.277-.738-1.29S787.634,256.871,787.634,256.871Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-53)"><rect x="787.186" y="255.965" width="5.724" height="3.21" style="fill:#ded6c4"/></g><path d="M749.035,265.21c2.187-2.31,14.39-7.332,17.68-9.977s5.548-3.928,6.051-4.873.64-.951-.406-3.019-6.978-9.876-7.444-11.177-.857-.888-2.034.217-8.994,9.22-10.629,15.361-3.223,10.3-3.436,11.628S748.644,265.622,749.035,265.21Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-54)"><polygon points="748.603 252.854 773.406 253.737 773.406 265.622 748.603 265.622 748.603 252.854" style="fill:#ded6c4"/><polygon points="748.603 239.099 773.406 239.982 773.406 253.737 748.603 252.854 748.603 239.099" style="fill:#ded6c4"/><polygon points="773.406 239.982 748.603 239.099 748.603 234.864 773.406 234.864 773.406 239.982" style="fill:#ded6c4"/></g><path d="M746.067,284.344c1.2-4.06.367-10.181.982-11.659s1.51-2.835,4.615-3.492,11-6.927,12.481-7.384,2-.876,5.036,2.959,5.608,6.631,4.714,7.989-11.021,9.568-11.814,10.129-.492,1.209-3.773.949a18.114,18.114,0,0,0-8.652,1.548C747.385,286.4,745.475,286.349,746.067,284.344Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-55)"><polygon points="745.475 280.252 774.789 281.296 774.789 286.402 745.475 286.402 745.475 280.252" style="fill:#ded6c4"/><polygon points="745.475 266.497 774.789 267.541 774.789 281.296 745.475 280.252 745.475 266.497" style="fill:#ded6c4"/><polygon points="774.789 267.541 745.475 266.497 745.475 260.933 774.789 260.933 774.789 267.541" style="fill:#ded6c4"/></g><path d="M745.357,295.992c-.088-1.977-.607-4.464.021-5.678s3.816-3.063,7.074-3.331,6.517-.535,7.764-.059,1.939.712,1.879,2.43-2.148,13.028-2.474,14.89l-.326,1.862s-14.183-6.408-14.1-7.6S745.357,295.992,745.357,295.992Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-56)"><polygon points="744.75 293.981 762.155 294.601 762.155 306.106 744.75 306.106 744.75 293.981" style="fill:#ded6c4"/><polygon points="762.155 294.601 744.75 293.981 744.75 286.448 762.155 286.448 762.155 294.601" style="fill:#ded6c4"/></g><path d="M764.951,289.236c.486-1.341-.206-1.576,1.018-1.627a18.1,18.1,0,0,1,3.565.512s.579.768.277,3.157-1.843,16.843-2.092,17.382-.367.939-1.478.457a27.542,27.542,0,0,1-3.364-2.1,2.535,2.535,0,0,1-.229-2.1C763,303.575,764.951,289.236,764.951,289.236Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-57)"><polygon points="762.298 308.361 770.113 308.64 770.113 309.599 762.298 309.599 762.298 308.361" style="fill:#ded6c4"/><polygon points="762.298 294.606 770.113 294.885 770.113 308.64 762.298 308.361 762.298 294.606" style="fill:#ded6c4"/><polygon points="770.113 294.885 762.298 294.606 762.298 287.558 770.113 287.558 770.113 294.885" style="fill:#ded6c4"/></g><path d="M773.815,289.4c1.94.293,3.606,1.434,3.765,1.956a38.653,38.653,0,0,1-.543,9.264c-.693,2.8-1.408,11.28-1.928,11.83s-1.218.183-2.04.085-3.861-1.028-3.748-1.561,2.12-16.723,2.446-18.584S772.443,289.188,773.815,289.4Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-58)"><polygon points="769.208 308.607 777.74 308.911 777.74 312.995 769.208 312.995 769.208 308.607" style="fill:#ded6c4"/><polygon points="769.208 294.852 777.74 295.156 777.74 308.911 769.208 308.607 769.208 294.852" style="fill:#ded6c4"/><polygon points="777.74 295.156 769.208 294.852 769.208 289.188 777.74 289.188 777.74 295.156" style="fill:#ded6c4"/></g><path d="M780.571,294.263c1.236.212,1.473-.59,1.276,1.135s-1.806,5.356-.3,5.557,1.614-.463,1.816-2.056.179-2.119,1.279-1.9,1.377.339,1.3,1.794-1.987,1.271-.071,1.455a32.053,32.053,0,0,1,3.429.517,42.8,42.8,0,0,1-.8,6.635c-.587,2.136-1.158,7.7-2.086,8.272s-3.832-.369-5.617-.691-3.436-.649-3.269-3.032,2.529-16.74,2.529-16.74Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-59)"><polygon points="777.372 308.898 789.307 309.323 789.307 316.238 777.372 316.238 777.372 308.898" style="fill:#ded6c4"/><polygon points="777.372 295.143 789.307 295.568 789.307 309.323 777.372 308.898 777.372 295.143" style="fill:#ded6c4"/><polygon points="789.307 295.568 777.372 295.143 777.372 293.673 789.307 293.673 789.307 295.568" style="fill:#ded6c4"/></g><path d="M790.8,285.256c.029.659-.845,8.616-.845,8.616s2.619.684,3.146.266,1.53-8.513,1.53-8.513Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-60)"><rect x="789.955" y="285.256" width="4.676" height="9.3" style="fill:#ded6c4"/></g><polygon points="761.236 313.022 760.844 316.471 765.622 316.668 766.162 313.477 761.236 313.022" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-61)"><rect x="760.844" y="313.022" width="5.318" height="3.646" style="fill:#ded6c4"/></g><path d="M773.514,319.508s-3.283,12.019-2.834,12.924,1.916.185,4.772.066,5,2.036,4.6-.851-1.242-9.586-1.153-10.646S773.514,319.508,773.514,319.508Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-62)"><polygon points="770.231 322.399 780.448 322.763 780.448 334.534 770.231 334.534 770.231 322.399" style="fill:#ded6c4"/><polygon points="780.448 322.763 770.231 322.399 770.231 319.508 780.448 319.508 780.448 322.763" style="fill:#ded6c4"/></g><path d="M768.358,319.987s.447,3.942-1.706,4.56a30.714,30.714,0,0,0-3.489,1.2s-4.043,7.165-4.89,9.577-1.238,2.824,1,4.183,4.675,4.03,5.077,3.881,7.405-23.543,7.405-23.543l-3.441-.781Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-63)"><polygon points="757.035 335.684 771.758 336.208 771.758 343.538 757.035 343.538 757.035 335.684" style="fill:#ded6c4"/><polygon points="757.035 321.929 771.758 322.453 771.758 336.208 757.035 335.684 757.035 321.929" style="fill:#ded6c4"/><polygon points="771.758 322.453 757.035 321.929 757.035 319.065 771.758 319.065 771.758 322.453" style="fill:#ded6c4"/></g><path d="M765.058,319.332s0,3.168-1.332,3.752-2.431.5-2.674,1.167-5.523,10.66-5.629,11.325-4.18-2.071-4.18-2.071l8.606-14.88,4.263.878Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-64)"><polygon points="751.243 335.477 765.063 335.969 765.063 336.24 751.243 336.24 751.243 335.477" style="fill:#ded6c4"/><polygon points="751.243 321.722 765.063 322.215 765.063 335.969 751.243 335.477 751.243 321.722" style="fill:#ded6c4"/><polygon points="765.063 322.215 751.243 321.722 751.243 318.625 765.063 318.625 765.063 322.215" style="fill:#ded6c4"/></g><path d="M756.847,315.449s3.26-3.3,2.557-3.8-16.516-9.875-16.516-9.875l-9.147,8.83,5.313,6.116-6.592,8.064s8.717,9.143,9.68,9.367,9.592-11.093,9.592-11.093l-2.34-3.6,3.433-5.556Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-65)"><polygon points="732.462 321.053 760.107 322.038 760.107 334.372 732.462 334.372 732.462 321.053" style="fill:#ded6c4"/><polygon points="732.462 307.298 760.107 308.283 760.107 322.038 732.462 321.053 732.462 307.298" style="fill:#ded6c4"/><polygon points="760.107 308.283 732.462 307.298 732.462 301.771 760.107 301.771 760.107 308.283" style="fill:#ded6c4"/></g><path d="M729.757,319.084c1.271,1,.762,1.817,1.968,1.371s3.544-3.052,3.544-3.052l-1.584-1.915Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-66)"><rect x="729.757" y="315.488" width="5.512" height="5.413" style="fill:#ded6c4"/></g><path d="M756.371,341.609c1.685,1.118,8.756,13.1,8.756,13.1s-.83,15.085-1.221,15.5-16.319-11.6-16.844-14.217,5.8-10.539,5.8-10.539Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-67)"><polygon points="746.537 362.819 765.127 363.482 765.127 370.621 746.537 370.621 746.537 362.819" style="fill:#ded6c4"/><polygon points="746.537 349.064 765.127 349.727 765.127 363.482 746.537 362.819 746.537 349.064" style="fill:#ded6c4"/><polygon points="765.127 349.727 746.537 349.064 746.537 341.609 765.127 341.609 765.127 349.727" style="fill:#ded6c4"/></g><path d="M741.3,345.8s2.551-3.935,3.089-4.089,4.7,1.52,5.812,2,.472,1.433-.546,3.059a28.245,28.245,0,0,1-3.615,4.508c-.657.555-1.644-.2-2.5-1.085a18.274,18.274,0,0,1-2.062-3.478Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-68)"><polygon points="741.296 348.878 751.308 349.234 751.308 351.836 741.296 351.836 741.296 348.878" style="fill:#ded6c4"/><polygon points="751.308 349.234 741.296 348.878 741.296 341.557 751.308 341.557 751.308 349.234" style="fill:#ded6c4"/></g><path d="M763.961,346.838c1.311,1.926,4.37,9.456,4.37,9.456s-2.385,13.829-2.338,14.884,2.565,2.533,4.912,3.228,3.952-3.069,3.952-3.069l2.552-16.213a9.424,9.424,0,0,0-2.4-1.88C773.756,352.636,763.961,346.838,763.961,346.838Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-69)"><polygon points="763.961 363.44 777.409 363.919 777.409 375.1 763.961 375.1 763.961 363.44" style="fill:#ded6c4"/><polygon points="763.961 349.685 777.409 350.164 777.409 363.919 763.961 363.44 763.961 349.685" style="fill:#ded6c4"/><polygon points="777.409 350.164 763.961 349.685 763.961 346.838 777.409 346.838 777.409 350.164" style="fill:#ded6c4"/></g><path d="M780.624,356.971c2.07.574,2.53,1.743,2.146,2.287s-2.4,16.471-2.381,17-1.189.841-2.029.348-2.236,1.81-1.743-2.436,2.3-15.674,2.3-15.674Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-70)"><polygon points="776.124 377.628 783.154 377.879 783.154 378.414 776.124 378.414 776.124 377.628" style="fill:#ded6c4"/><polygon points="776.124 363.873 783.154 364.124 783.154 377.879 776.124 377.628 776.124 363.873" style="fill:#ded6c4"/><polygon points="783.154 364.124 776.124 363.873 776.124 356.971 783.154 356.971 783.154 364.124" style="fill:#ded6c4"/></g><path d="M785.5,359.408c1.65.328,1.9-.079,2.489.821s3.345,13.987,3.812,15.288.513,2.355-1.255,2.429a61.364,61.364,0,0,1-6.428-.525s-1.443,1.248-1.193-2.327S785.5,359.408,785.5,359.408Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-71)"><polygon points="782.676 377.862 792.315 378.205 792.315 378.669 782.676 378.669 782.676 377.862" style="fill:#ded6c4"/><polygon points="782.676 364.107 792.315 364.45 792.315 378.205 782.676 377.862 782.676 364.107" style="fill:#ded6c4"/><polygon points="792.315 364.45 782.676 364.107 782.676 359.329 792.315 359.329 792.315 364.45" style="fill:#ded6c4"/></g><path d="M720.351,346.672c1.572,1.651,6.123,5.95,6.543,6.2s1.241.344,3.619-1.339,9.864-11.1,9.864-11.1,2.265-1.15-.708-3.667-5.26-4.93-5.26-4.93.5-.945-2.389,1.42S720.351,346.672,720.351,346.672Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-72)"><polygon points="720.351 348.132 742.642 348.926 742.642 353.213 720.351 353.213 720.351 348.132" style="fill:#ded6c4"/><polygon points="720.351 334.377 742.642 335.171 742.642 348.926 720.351 348.132 720.351 334.377" style="fill:#ded6c4"/><polygon points="742.642 335.171 720.351 334.377 720.351 330.884 742.642 330.884 742.642 335.171" style="fill:#ded6c4"/></g><path d="M710.96,337.689c1.028,1.674,5.715,5.967,5.715,5.967s1.607,2.442,4.086-.038,9.828-11.894,9.828-11.894-2.7-2.528-4.3-1.67-5.468-3.469-6.444-3.956-1.81,2.187-2.834,3.682S710.96,337.689,710.96,337.689Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-73)"><polygon points="710.96 334.042 730.589 334.741 730.589 346.098 710.96 346.098 710.96 334.042" style="fill:#ded6c4"/><polygon points="730.589 334.741 710.96 334.042 710.96 325.61 730.589 325.61 730.589 334.741" style="fill:#ded6c4"/></g><path d="M693.01,301.6c.23,2.1.526,11.86.691,12.513s1.135,1.009,5.269-1.011,4.922-2.713,5.5-2.077,8.975,11.905,9.927,11.865,6.886-4.511,6.466-4.758-13.473-15.018-14.845-15.225S693.01,301.6,693.01,301.6Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-74)"><polygon points="693.01 319.648 721.278 320.655 721.278 322.932 693.01 322.932 693.01 319.648" style="fill:#ded6c4"/><polygon points="693.01 305.893 721.278 306.9 721.278 320.655 693.01 319.648 693.01 305.893" style="fill:#ded6c4"/><polygon points="721.278 306.9 693.01 305.893 693.01 301.602 721.278 301.602 721.278 306.9" style="fill:#ded6c4"/></g><path d="M699.108,353.1c.118-.4,1.765-6.279,3.232-7s6.306-5.279,6.306-5.279,10.225,9.344,12.8,12.141,5.325,3.343,3.491,5S716.7,368.74,715.6,368.653s-2.908-1.067-5.053-3.354Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-75)"><polygon points="699.108 361.13 726.773 362.115 726.773 368.74 699.108 368.74 699.108 361.13" style="fill:#ded6c4"/><polygon points="699.108 347.375 726.773 348.36 726.773 362.115 699.108 361.13 699.108 347.375" style="fill:#ded6c4"/><polygon points="726.773 348.36 699.108 347.375 699.108 340.822 726.773 340.822 726.773 348.36" style="fill:#ded6c4"/></g><path d="M719.681,371.52c.515-.682,6.533-9.381,10.977-13.659s7.555-7.839,7.555-7.839a6.757,6.757,0,0,1,2.139,2.155c1.164,1.668-1,5.059-2.546,7.1s-15.07,16.6-15.07,16.6-2.643-1.211-3.1-2.38A2.3,2.3,0,0,1,719.681,371.52Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-76)"><polygon points="719.172 375.599 727.094 375.882 719.172 375.882 719.172 375.599" style="fill:#ded6c4"/><polygon points="719.172 361.845 741.516 362.641 741.516 375.882 727.094 375.882 719.172 375.599 719.172 361.845" style="fill:#ded6c4"/><polygon points="741.516 362.641 719.172 361.845 719.172 350.022 741.516 350.022 741.516 362.641" style="fill:#ded6c4"/></g><path d="M724.319,377.8c.255-.407,14.083-17.353,15.8-18.612s2.391-4.456,3.39-3.442a60.2,60.2,0,0,1,5.6,6.5,57.5,57.5,0,0,0,5.59,6.237s15.189,35.278,16.565,38.653,3.42,6.459,1.911,9.294-1.7,4.692-4.71,4.421-9.126-6.089-10.97-7.729S724.319,377.8,724.319,377.8Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-77)"><polygon points="724.319 417.047 774.685 418.842 774.685 421.118 724.319 421.118 724.319 417.047" style="fill:#ded6c4"/><polygon points="724.319 403.293 774.685 405.087 774.685 418.842 724.319 417.047 724.319 403.293" style="fill:#ded6c4"/><polygon points="724.319 389.538 774.685 391.332 774.685 405.087 724.319 403.293 724.319 389.538" style="fill:#ded6c4"/><polygon points="724.319 375.783 774.685 377.577 774.685 391.332 724.319 389.538 724.319 375.783" style="fill:#ded6c4"/><polygon points="724.319 362.028 774.685 363.822 774.685 377.577 724.319 375.783 724.319 362.028" style="fill:#ded6c4"/><polygon points="774.685 363.822 724.319 362.028 724.319 354.728 774.685 354.728 774.685 363.822" style="fill:#ded6c4"/></g><path d="M759.63,372.1a27.769,27.769,0,0,0,6.987,3.934c2.217.831,4.275,1.142,4.026,1.68a40.336,40.336,0,0,0-1.534,5.345c-.1.928,2.685,8.338,3.264,9.106s5.83,11.639,5.179,12.326-4.021,1.488-4.021,1.488a31.935,31.935,0,0,1-2.186-3.21c-.887-1.547-11.439-27.512-11.763-28.687S758.359,371.1,759.63,372.1Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-78)"><polygon points="758.359 404.505 778.203 405.212 778.203 405.982 758.359 405.982 758.359 404.505" style="fill:#ded6c4"/><polygon points="758.359 390.75 778.203 391.457 778.203 405.212 758.359 404.505 758.359 390.75" style="fill:#ded6c4"/><polygon points="758.359 376.995 778.203 377.702 778.203 391.457 758.359 390.75 758.359 376.995" style="fill:#ded6c4"/><polygon points="778.203 377.702 758.359 376.995 758.359 371.099 778.203 371.099 778.203 377.702" style="fill:#ded6c4"/></g><path d="M771.384,385.212a42.5,42.5,0,0,1,.724-5.179c.362-1.071,1.261-2.3,2.755.677s13.708,29.531,14.021,30.442.632,1.954-.829,2.807-3.449,2.124-4.8-.724S771.384,385.212,771.384,385.212Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-79)"><polygon points="771.384 404.969 789.516 405.615 789.516 416.083 771.384 416.083 771.384 404.969" style="fill:#ded6c4"/><polygon points="771.384 391.214 789.516 391.86 789.516 405.615 771.384 404.969 771.384 391.214" style="fill:#ded6c4"/><polygon points="779.15 377.736 789.516 378.105 789.516 391.86 771.384 391.214 771.384 377.736 779.15 377.736" style="fill:#ded6c4"/><polygon points="789.516 378.105 779.15 377.736 789.516 377.736 789.516 378.105" style="fill:#ded6c4"/></g><path d="M774.362,409.38c.756,1.685,1.777,6.263,2.2,6.641s1.922.317,3.4-.141,1.059-.7.535-3.323-1.707-4.682-2.931-4.631A8.567,8.567,0,0,0,774.362,409.38Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-80)"><rect x="774.362" y="407.875" width="7.081" height="8.524" style="fill:#ded6c4"/></g><path d="M777.259,379.422c3.051,1.194,3.625-1.206,5.3,2.685s5.7,8.74,4.881,5.606-1.747-5.605-1.918-6.39,4.494-.055,6.161.668,2.252,1.623,3.085,1.984,1.248.476,1.325-.847a8.148,8.148,0,0,1,.445-2.263s2.454.03,2.217.832-1.533,2.308-.433,2.526,2.471.426,2.471.426l.451-2.131,1.271,1-.049,1.982,2.2.437s6.291.53,6.705.645.36,1.965-.864,2.016-17.7-2.7-18.247-2.805-2.778-1.2-2.442.233-.138,3.043-1.22,3.22-1.166,1.368-2.289.623.626,1.822.626,1.822,4.762,18.285,8.647,16.8,5.573-3.4,7.607-3.617a1.979,1.979,0,0,1,2.376,1.354,23.174,23.174,0,0,1-2.248,1.545c-.4.149-10.013,4.642-10.013,4.642a70.883,70.883,0,0,1-5.756-6.89c-1.465-2.315-10.1-24.928-10.1-24.928" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-81)"><polygon points="774.208 405.07 811.782 406.408 811.782 412.421 774.208 412.421 774.208 405.07" style="fill:#ded6c4"/><polygon points="774.208 391.315 811.782 392.653 811.782 406.408 774.208 405.07 774.208 391.315" style="fill:#ded6c4"/><polygon points="792.611 378.216 811.782 378.898 811.782 392.653 774.208 391.315 774.208 378.216 792.611 378.216" style="fill:#ded6c4"/><polygon points="811.782 378.898 792.611 378.216 811.782 378.216 811.782 378.898" style="fill:#ded6c4"/></g><path d="M795.026,414.461c1.733-.864,6.229-3.955,7.979-4.424s3.218-1.19,4.712,1.784,6.669,12.133,6.291,12.808-6.832,2.661-8.429,3.52-2.484,2.347-3.637.943a76.233,76.233,0,0,1-5.18-9.29C796.449,418.891,795.026,414.461,795.026,414.461Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-82)"><polygon points="795.026 419.566 814.386 420.256 814.386 430.496 795.026 430.496 795.026 419.566" style="fill:#ded6c4"/><polygon points="814.386 420.256 795.026 419.566 795.026 408.847 814.386 408.847 814.386 420.256" style="fill:#ded6c4"/></g><polygon points="828.702 402.631 827.22 409.161 834.091 410.46 836.531 404.021 828.702 402.631" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-83)"><polygon points="827.22 406.958 836.531 407.29 836.531 410.46 827.22 410.46 827.22 406.958" style="fill:#ded6c4"/><polygon points="836.531 407.29 827.22 406.958 827.22 402.631 836.531 402.631 836.531 407.29" style="fill:#ded6c4"/></g><polygon points="827.694 398.316 826.994 400.985 830.039 402.047 831.389 398.69 827.694 398.316" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-84)"><rect x="826.994" y="398.316" width="4.395" height="3.731" style="fill:#ded6c4"/></g><path d="M836.515,400.589a25.641,25.641,0,0,0,.016,3.432c.153.39,2.891.672,2.891.672l-.01-3.3Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-85)"><rect x="836.377" y="400.589" width="3.045" height="4.104" style="fill:#ded6c4"/></g><path d="M834.866,409.5c.414.115,3.305.787,3.305.787l-1.226,3.088s-3.814.026-3.417-.254S834.866,409.5,834.866,409.5Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-86)"><rect x="833.131" y="409.503" width="5.04" height="3.901" style="fill:#ded6c4"/></g><polygon points="825.046 406.215 827.795 406.761 826.877 410.628 823.985 409.956 825.046 406.215" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-87)"><polygon points="823.985 406.843 827.795 406.979 827.795 410.628 823.985 410.628 823.985 406.843" style="fill:#ded6c4"/><polygon points="827.795 406.979 823.985 406.843 823.985 406.215 827.795 406.215 827.795 406.979" style="fill:#ded6c4"/></g><path d="M786.681,416.789s5.087-2.06,5.382-1.544,5.653,10.722,6.261,12.149a2.891,2.891,0,0,1-1.593,4.027c-2,1.007-3.442,2.256-3.608,1.6s-6.626-14.246-6.809-15.3S786.681,416.789,786.681,416.789Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-88)"><polygon points="786.131 433.004 798.933 433.46 798.933 433.677 786.131 433.677 786.131 433.004" style="fill:#ded6c4"/><polygon points="786.131 419.249 798.933 419.705 798.933 433.46 786.131 433.004 786.131 419.249" style="fill:#ded6c4"/><polygon points="798.933 419.705 786.131 419.249 786.131 414.729 798.933 414.729 798.933 419.705" style="fill:#ded6c4"/></g><path d="M771.57,423.226c.65-.687.172-2.251,3.668-3.321a42.416,42.416,0,0,1,5.931-1.435c1.621-.331.841-2.543,2.637,1.079s5.888,12.957,6.479,13.989a1.686,1.686,0,0,1-.569,2.532c-.935.435-2.88-.409-5.7-2.536S771.57,423.226,771.57,423.226Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-89)"><polygon points="771.57 432.486 790.876 433.173 790.876 436.505 771.57 436.505 771.57 432.486" style="fill:#ded6c4"/><polygon points="771.57 418.731 790.876 419.418 790.876 433.173 771.57 432.486 771.57 418.731" style="fill:#ded6c4"/><polygon points="790.876 419.418 771.57 418.731 771.57 415.927 790.876 415.927 790.876 419.418" style="fill:#ded6c4"/></g><path d="M763.712,442.7s2.449-12.38,2.7-12.786,1.463-3.89,3.255-3.436,22.809,16.61,23.235,16.988,1.554,1.256-.286,2.785-20.305-.08-21.4-.166-7.663-.738-7.663-.738A9.558,9.558,0,0,0,763.712,442.7Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-90)"><polygon points="763.557 445.955 794.459 447.056 794.459 447.775 763.557 447.775 763.557 445.955" style="fill:#ded6c4"/><polygon points="763.557 432.2 794.459 433.301 794.459 447.056 763.557 445.955 763.557 432.2" style="fill:#ded6c4"/><polygon points="794.459 433.301 763.557 432.2 763.557 426.02 794.459 426.02 794.459 433.301" style="fill:#ded6c4"/></g><path d="M736.041,427.081a117.231,117.231,0,0,1,13.22,3.146c6.356,1.98,13,4.213,13,4.213s.876-1.753,1.486-3.363,1.482-6.531.637-7.155-7.753-8.919-10.236-9.608-3.335-1.446-3.294-.523l.041.922-11.2-.59Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-91)"><polygon points="736.041 431.22 765.224 432.26 765.224 434.44 736.041 434.44 736.041 431.22" style="fill:#ded6c4"/><polygon points="736.041 417.465 765.224 418.505 765.224 432.26 736.041 431.22 736.041 417.465" style="fill:#ded6c4"/><polygon points="765.224 418.505 736.041 417.465 736.041 412.868 765.224 412.868 765.224 418.505" style="fill:#ded6c4"/></g><path d="M736.234,431.429c-.019-.416-.2,20.076-.2,20.076s1.294,1.53,2.241,1.359a76.9,76.9,0,0,0,6.938-3.325s2.652-17.009,1.966-17.113S736.245,431.693,736.234,431.429Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-92)"><polygon points="736.033 444.975 747.864 445.396 747.864 453.035 736.033 453.035 736.033 444.975" style="fill:#ded6c4"/><polygon points="736.033 431.22 747.864 431.641 747.864 445.396 736.033 444.975 736.033 431.22" style="fill:#ded6c4"/><polygon points="747.864 431.641 736.033 431.22 736.033 431.013 747.864 431.013 747.864 431.641" style="fill:#ded6c4"/></g><path d="M750.093,433.625l-.689,15.211s4.749-.461,5.429-.489,2.986-.257,2.986-.257l2.372-11.056Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-93)"><polygon points="749.404 445.451 760.191 445.835 760.191 448.836 749.404 448.836 749.404 445.451" style="fill:#ded6c4"/><polygon points="760.191 445.835 749.404 445.451 749.404 433.625 760.191 433.625 760.191 445.835" style="fill:#ded6c4"/></g><path d="M699.891,410.762s-3.477,10.706-3.418,12.024-.488,4.377,2.126,4.928,20.422,2.715,24.745,1.875,9.581-2.115,9.581-2.115l2.923-13.984s-25.74-21.24-26.7-21.333-2.722,3.15-2.722,3.15L701.36,407l9.814,3.156s.276,3.157-.676,3.2S699.891,410.762,699.891,410.762Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-94)"><polygon points="695.985 429.793 713.84 430.429 695.985 430.429 695.985 429.793" style="fill:#ded6c4"/><polygon points="695.985 416.038 735.848 417.458 735.848 430.429 713.84 430.429 695.985 429.793 695.985 416.038" style="fill:#ded6c4"/><polygon points="695.985 402.283 735.848 403.703 735.848 417.458 695.985 416.038 695.985 402.283" style="fill:#ded6c4"/><polygon points="735.848 403.703 695.985 402.283 695.985 392.065 735.848 392.065 735.848 403.703" style="fill:#ded6c4"/></g><path d="M710.323,387.884c.113-.533,5.1-10.906,5.1-10.906s.983-2.417,3.525-.411S750.237,409.2,750.237,409.2l-.783,3.861-10.383-.624s-11.9-7.162-12.129-9.265-.418-3.283.08-4.36-7.448-5.1-7.448-5.1-1.751.469-1.857,1.134-1.65-.328-1.65-.328Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-95)"><polygon points="710.323 402.794 750.237 404.216 750.237 413.056 710.323 413.056 710.323 402.794" style="fill:#ded6c4"/><polygon points="710.323 389.039 750.237 390.461 750.237 404.216 710.323 402.794 710.323 389.039" style="fill:#ded6c4"/><polygon points="710.323 375.284 750.237 376.706 750.237 390.461 710.323 389.039 710.323 375.284" style="fill:#ded6c4"/><polygon points="750.237 376.706 710.323 375.284 710.323 374.561 750.237 374.561 750.237 376.706" style="fill:#ded6c4"/></g><path d="M688.445,376.912c-1.283-1.267-2.223-.964-1.1-3.255s8.05-15.121,8.05-15.121.7-2.538,3.826.237,14.485,13.259,14.485,13.259a8.237,8.237,0,0,1-.8,3.466c-.87,1.885-6.729,11.106-6.729,11.106s-.723,2.142-3.241.663S688.445,376.912,688.445,376.912Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-96)"><polygon points="686.222 388.181 702.106 388.746 686.222 388.746 686.222 388.181" style="fill:#ded6c4"/><polygon points="686.222 374.426 713.778 375.407 713.778 388.746 702.106 388.746 686.222 388.181 686.222 374.426" style="fill:#ded6c4"/><polygon points="686.222 360.671 713.778 361.652 713.778 375.407 686.222 374.426 686.222 360.671" style="fill:#ded6c4"/><polygon points="713.778 361.652 686.222 360.671 686.222 355.998 713.778 355.998 713.778 361.652" style="fill:#ded6c4"/></g><path d="M683.884,400.074s6.3-11.485,6.8-12.561a2.345,2.345,0,0,1,3.625-1.207c2.093,1.1,8.211,3.883,7.844,4.822s-3.1,6.862-3.6,7.939-5.109,1.533-7.268,2.019S683.121,401.293,683.884,400.074Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-97)"><polygon points="683.121 388.07 702.522 388.761 702.522 401.572 683.121 401.572 683.121 388.07" style="fill:#ded6c4"/><polygon points="702.522 388.761 683.121 388.07 683.121 385.204 702.522 385.204 702.522 388.761" style="fill:#ded6c4"/></g><path d="M679.232,408.848c.248-.538.534-3.322,1.492-3.23s.975.487,2.335.431,1.515-2.7,1.515-2.7l3.441.781s.084-1.191.492-1.208,4.269,1.01,4.269,1.01l1.7-1.523,2.88.409-3.027,8.575a40.109,40.109,0,0,1-4.5-.077C687.917,411.128,679.232,408.848,679.232,408.848Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-98)"><rect x="679.232" y="402.405" width="18.127" height="9.091" style="fill:#ded6c4"/></g><path d="M674.3,423.576c.086-.409,3.347-10.569,3.347-10.569s-.07-1.581,2.815-1.041,12.93,2.763,12.93,2.763a5.638,5.638,0,0,1,.016,3.431,14.024,14.024,0,0,1-2.823,3.947l-.363,4.107a3.358,3.358,0,0,1-2.288.624c-1.5-.07-13.411-1.291-13.411-1.291A3.313,3.313,0,0,1,674.3,423.576Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-99)"><polygon points="674.072 415.258 694.01 415.968 694.01 426.907 674.072 426.907 674.072 415.258" style="fill:#ded6c4"/><polygon points="694.01 415.968 674.072 415.258 674.072 411.426 694.01 411.426 694.01 415.968" style="fill:#ded6c4"/></g><path d="M693.883,432s-.625-1.822,1.012-1.759,7.207,2.737,10.891,2.848,10.111.636,15.516-.381,5.542-1.023,6.89-1.343,4.134-2.02,4.3,1.669.06,19.8-.189,20.34-.587,2.136-3.324,1.854-10.236-.366-13.469-2.608-10.811-7.208-14.594-9.559a73.014,73.014,0,0,0-7.537-4.043,3.393,3.393,0,0,1-.1-2.372C693.6,434.919,693.883,432,693.883,432Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-100)"><polygon points="692.94 443.439 732.653 444.854 732.653 455.513 692.94 455.513 692.94 443.439" style="fill:#ded6c4"/><polygon points="692.94 429.685 732.653 431.099 732.653 444.854 692.94 443.439 692.94 429.685" style="fill:#ded6c4"/><polygon points="732.653 431.099 692.94 429.685 692.94 429.348 732.653 429.348 732.653 431.099" style="fill:#ded6c4"/></g><path d="M692.423,442.1c1.277,1.135,16.221,9.359,18.331,10.856s7.774,3.241,12,3.329,6.219,1.986,6.219,1.986l-.332,1.73s-3.6,1.734-4.75,3.5-2.05,6.026-2.836,6.719a3.534,3.534,0,0,1-3.945.164c-1.537-.86-26.454-12.762-27.015-13.134s-3.583-.908-2.612-3.588S692.423,442.1,692.423,442.1Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-101)"><polygon points="686.514 456.965 728.975 458.478 728.975 471.239 686.514 471.239 686.514 456.965" style="fill:#ded6c4"/><polygon points="686.514 443.211 728.975 444.723 728.975 458.478 686.514 456.965 686.514 443.211" style="fill:#ded6c4"/><polygon points="728.975 444.723 686.514 443.211 686.514 442.097 728.975 442.097 728.975 444.723" style="fill:#ded6c4"/></g><path d="M670.473,441.822c.525-1.136,4.453-10.219,4.82-11.158s-1.045-2.069,1.822-1.924,11.24,1.513,11.24,1.513a9.646,9.646,0,0,1-.061,4.755c-.711,2.406-4.01,10.992-4.229,12.19s-1.438,1.38-3.105.657-10.607-2.6-10.607-2.6A17.021,17.021,0,0,1,670.473,441.822Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-102)"><polygon points="670.225 442.63 689.005 443.299 689.005 448.578 670.225 448.578 670.225 442.63" style="fill:#ded6c4"/><polygon points="670.225 428.875 689.005 429.544 689.005 443.299 670.225 442.63 670.225 428.875" style="fill:#ded6c4"/><polygon points="689.005 429.544 670.225 428.875 670.225 428.595 689.005 428.595 689.005 429.544" style="fill:#ded6c4"/></g><path d="M648.669,414.08c.318.282,3.8-3.326,5.928-4.6s3.318-1.986,5.932-1.435,9.353,1.988,11.4,2.166,3.169.793,3.187,1.188-3.382,9.778-3.72,11.376-5.345-.7-5.345-.7l-15.543-6.351Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-103)"><polygon points="648.386 414.343 675.138 415.296 675.138 424.371 648.386 424.371 648.386 414.343" style="fill:#ded6c4"/><polygon points="675.138 415.296 648.386 414.343 648.386 407.491 675.138 407.491 675.138 415.296" style="fill:#ded6c4"/></g><path d="M652.144,418.689l.765.347c3.109,1.413,14.749,6.693,17.029,7.626,2.637,1.078,2.819,2.127,2.38,4.522s-3.838,11.777-5.068,11.7-8.011-2.439-10.789-3.643-7.632-3.116-7.65-3.511-.207-10.817.487-13.618A4.573,4.573,0,0,1,652.144,418.689Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-104)"><polygon points="648.604 441.86 672.757 442.721 672.757 442.961 648.604 442.961 648.604 441.86" style="fill:#ded6c4"/><polygon points="648.604 428.105 672.757 428.966 672.757 442.721 648.604 441.86 648.604 428.105" style="fill:#ded6c4"/><polygon points="672.757 428.966 648.604 428.105 648.604 418.689 672.757 418.689 672.757 428.966" style="fill:#ded6c4"/></g><path d="M667.946,446.284c.42.247,2.436-.365,2.483.689s-.619,7.551-.619,7.551,7.325,2.336,7.7,1.66S679.3,450.3,679.3,450.3s2.827-.778,2.755.677-2.128,10.386-2.128,10.386a29.48,29.48,0,0,0-5.493-.959c-4.659-.6-10-4.2-10-4.2Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-105)"><polygon points="664.434 456.179 682.124 456.809 682.124 461.364 664.434 461.364 664.434 456.179" style="fill:#ded6c4"/><polygon points="682.124 456.809 664.434 456.179 664.434 445.919 682.124 445.919 682.124 456.809" style="fill:#ded6c4"/></g><path d="M713.28,113.288s-6.563-.519-5.607,2.609.525,11.861,1.353,12.09,27.155-2.186,27.322-4.569.706-14.816-.417-15.561S713.28,113.288,713.28,113.288Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-106)"><polygon points="706.717 126.085 737.054 127.166 737.054 128.217 706.717 128.217 706.717 126.085" style="fill:#ded6c4"/><polygon points="706.717 113.865 737.054 114.945 737.054 127.166 706.717 126.085 706.717 113.865" style="fill:#ded6c4"/><polygon points="737.054 114.945 706.717 113.865 706.717 107.111 737.054 107.111 737.054 114.945" style="fill:#ded6c4"/></g><path d="M710.2,136.123c.059,1.318.316,7.117,1.132,7.083s13.27-1.873,16.5-2.8a46.318,46.318,0,0,0,6.695-2.655,19.548,19.548,0,0,1-.187-4.217c.191-1.856.276-6.084.276-6.084s-22.721,3.849-23.786,4.422S710.2,136.123,710.2,136.123Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-107)"><polygon points="709.769 138.415 734.619 139.3 734.619 143.24 709.769 143.24 709.769 138.415" style="fill:#ded6c4"/><polygon points="734.619 139.3 709.769 138.415 709.769 127.451 734.619 127.451 734.619 139.3" style="fill:#ded6c4"/></g><path d="M712.859,146.839c.047,1.054-.205,7.666.883,7.62s4.068-.433,4.115.621-1.5,9.3-1.5,9.3L703.73,186.825,715.7,192.4s9.872-17.045,11.364-20.276,7.285-20.106,7.382-24.071a18.433,18.433,0,0,0-.529-5.787Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-108)"><polygon points="703.73 187.083 734.538 188.181 734.538 192.4 703.73 192.4 703.73 187.083" style="fill:#ded6c4"/><polygon points="703.73 174.862 734.538 175.96 734.538 188.181 703.73 187.083 703.73 174.862" style="fill:#ded6c4"/><polygon points="703.73 162.641 734.538 163.739 734.538 175.96 703.73 174.862 703.73 162.641" style="fill:#ded6c4"/><polygon points="703.73 150.421 734.538 151.518 734.538 163.739 703.73 162.641 703.73 150.421" style="fill:#ded6c4"/><polygon points="734.538 151.518 703.73 150.421 703.73 142.266 734.538 142.266 734.538 151.518" style="fill:#ded6c4"/></g><path d="M700.109,191.2,690.6,210.343s11.444,6.125,12.509,5.553,9.814-18.364,9.814-18.364Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-109)"><polygon points="690.602 211.057 712.925 211.852 712.925 216.468 690.602 216.468 690.602 211.057" style="fill:#ded6c4"/><polygon points="690.602 198.836 712.925 199.631 712.925 211.852 690.602 211.057 690.602 198.836" style="fill:#ded6c4"/><polygon points="712.925 199.631 690.602 198.836 690.602 191.2 712.925 191.2 712.925 199.631" style="fill:#ded6c4"/></g><path d="M717.915,199.437l7.85,4.954s-.19,1.857-.4,3.186-7.813,14.319-7.813,14.319-.463,1.868-2.709.377-7.578-4.966-7.578-4.966-1.372-.207.132-3.174S717.915,199.437,717.915,199.437Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-110)"><polygon points="705.889 211.602 725.765 212.31 725.765 223.764 705.889 223.764 705.889 211.602" style="fill:#ded6c4"/><polygon points="707.471 199.437 725.765 200.089 725.765 212.31 705.889 211.602 705.889 199.437 707.471 199.437" style="fill:#ded6c4"/><polygon points="725.765 200.089 707.471 199.437 725.765 199.437 725.765 200.089" style="fill:#ded6c4"/></g><path d="M729.014,210.065a45.437,45.437,0,0,1,1.508,9.443,65.368,65.368,0,0,1-.384,9.786,34.155,34.155,0,0,1-4.173-1.939c-2.235-1.227-5.51-1.355-5.332-3.475s2.238-4.846,3.493-7.274A46.588,46.588,0,0,1,729.014,210.065Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-111)"><polygon points="720.455 224.341 730.744 224.708 730.744 229.294 720.455 229.294 720.455 224.341" style="fill:#ded6c4"/><polygon points="720.455 212.12 730.744 212.487 730.744 224.708 720.455 224.341 720.455 212.12" style="fill:#ded6c4"/><polygon points="730.744 212.487 720.455 212.12 720.455 210.065 730.744 210.065 730.744 212.487" style="fill:#ded6c4"/></g><path d="M678.972,175.445l18.953,9.509s9.111-9.62,8.486-11.443-14.282-8.647-14.282-8.647-.924,3.735-5.785,4.729-5.736-.289-7.3,1.36a6.359,6.359,0,0,0-1.776,2.978" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-112)"><polygon points="677.27 173.92 707.036 174.98 707.036 184.954 677.27 184.954 677.27 173.92" style="fill:#ded6c4"/><polygon points="707.036 174.98 677.27 173.92 677.27 164.864 707.036 164.864 707.036 174.98" style="fill:#ded6c4"/></g><path d="M702.75,121.647l5.952,35.926s5.7-.5,3.983,3.795a49.132,49.132,0,0,1-4.534,8.374l-12.637-8.451s3.741-7.813,3.449-14.4-2.7-11.77-.133-15.309S702.75,121.647,702.75,121.647Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-113)"><polygon points="695.514 162.349 714.403 163.022 714.403 169.742 695.514 169.742 695.514 162.349" style="fill:#ded6c4"/><polygon points="695.514 150.128 714.403 150.801 714.403 163.022 695.514 162.349 695.514 150.128" style="fill:#ded6c4"/><polygon points="695.514 137.907 714.403 138.58 714.403 150.801 695.514 150.128 695.514 137.907" style="fill:#ded6c4"/><polygon points="695.514 125.686 714.403 126.359 714.403 138.58 695.514 137.907 695.514 125.686" style="fill:#ded6c4"/><polygon points="714.403 126.359 695.514 125.686 695.514 121.647 714.403 121.647 714.403 126.359" style="fill:#ded6c4"/></g><path d="M724.605,184.372c-1.22,3.22-4.712,10.494-4.712,10.494a9.951,9.951,0,0,0,5.922,4.507c4.422,1.4,7.216-3.2,8.009-3.766s3.194-1.717,3.112-3.562-.991-3.92-1.544-10.234S725.825,181.153,724.605,184.372Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-114)"><polygon points="719.893 199.88 737.018 200.49 737.018 200.773 719.893 200.773 719.893 199.88" style="fill:#ded6c4"/><polygon points="719.893 187.659 737.018 188.269 737.018 200.49 719.893 199.88 719.893 187.659" style="fill:#ded6c4"/><polygon points="721.557 175.497 737.018 176.048 737.018 188.269 719.893 187.659 719.893 175.497 721.557 175.497" style="fill:#ded6c4"/><polygon points="737.018 176.048 721.557 175.497 737.018 175.497 737.018 176.048" style="fill:#ded6c4"/></g><path d="M737.8,199.138l-7.88,6.665,5.4,11.129,6.661-3.445s-3.957-9.341-4.015-10.659Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-115)"><polygon points="729.915 212.457 741.974 212.887 741.974 216.932 729.915 216.932 729.915 212.457" style="fill:#ded6c4"/><polygon points="729.915 200.237 741.974 200.666 741.974 212.887 729.915 212.457 729.915 200.237" style="fill:#ded6c4"/><polygon points="741.974 200.666 729.915 200.237 729.915 199.138 741.974 199.138 741.974 200.666" style="fill:#ded6c4"/></g><path d="M743.746,216.582,735,222.226l-.582,5.305s1.842,4.676,2.965,5.422,4.551,4.3,5.343,3.738a10.181,10.181,0,0,1,4.247-2.553c3.218-1.19,4.531-2.3,6.47-1.589a12.006,12.006,0,0,0,4.66.6c.816-.034,3.986-2.278,3.986-2.278l-2.3-2.809s-5.2-.575-8.6-3.339A58.175,58.175,0,0,1,743.746,216.582Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-116)"><polygon points="734.421 224.839 762.092 225.825 762.092 237.252 734.421 237.252 734.421 224.839" style="fill:#ded6c4"/><polygon points="762.092 225.825 734.421 224.839 734.421 216.582 762.092 216.582 762.092 225.825" style="fill:#ded6c4"/></g><path d="M746.88,238.1s3.419-2.783,5.323-2.862a20.521,20.521,0,0,1,4.1.357s-1.127,5.328-2.487,5.385S746.88,238.1,746.88,238.1Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-117)"><polygon points="746.88 239.038 756.307 239.373 756.307 241.039 746.88 241.039 746.88 239.038" style="fill:#ded6c4"/><polygon points="756.307 239.373 746.88 239.038 746.88 235.162 756.307 235.162 756.307 239.373" style="fill:#ded6c4"/></g><path d="M745.955,241.838l-2.416,6.966s3.38,2.5,3.889,1.686,2.44-6.439,2.44-6.439Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-118)"><rect x="743.539" y="241.838" width="6.33" height="9.465" style="fill:#ded6c4"/></g><path d="M736.839,239.049c-.463,1.867-3.28,5.945-2.452,6.175s6.6,1.309,7.1.232,3.112-3.562,2.012-3.78S736.839,239.049,736.839,239.049Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-119)"><rect x="733.559" y="239.049" width="11.036" height="7.485" style="fill:#ded6c4"/></g><path d="M635.295,179.9s50.177,25.373,51.005,25.6,1.62-.331,3.112-3.562,3.66-9.658,4.169-10.471,2.957-.915-1.24-3.381-18.715-10.311-18.715-10.311,1.663,6.8-12.847,5.287-15.9-2.243-18.92-2.646S635.295,179.9,635.295,179.9Z" style="fill:#ded6c4"/><g style="clip-path:url(#clip-path-120)"><polygon points="635.295 196.866 696.538 199.048 696.538 205.735 635.295 205.735 635.295 196.866" style="fill:#ded6c4"/><polygon points="635.295 184.645 696.538 186.827 696.538 199.048 635.295 196.866 635.295 184.645" style="fill:#ded6c4"/><polygon points="696.538 186.827 635.295 184.645 635.295 177.78 696.538 177.78 696.538 186.827" style="fill:#ded6c4"/></g></g><g style="opacity:0.75"><path d="M650.51,291.052l15.106-28.089s5.9,1.867,6.953,1.119,18.266-38.783,18.9-40.921-.311-7.028,4.466-5.819,37.9,18.843,37.9,18.843a52.624,52.624,0,0,0-2.544,8.2c-.9,4.262,1.762,6.968,6.524,7.826s5.14,1.195,5.6,3.288-1.6,21.19-1.671,27.882-.813,14.468-2.533,16.652-15.936,17.562-18.615,14.5-12.119-11.114-14.042-13.5-16.1-2.5-16.87-3.523,2.139-17.34,2.439-18.761-2.964-1.285-2.964-1.285L685.292,297s-19.222.8-21.777.554S650.51,291.052,650.51,291.052Z" style="fill:#edeae0"/><g style="clip-path:url(#clip-path-121)"><polygon points="743.862 232.19 728.683 216.133 743.862 216.133 743.862 232.19" style="fill:#edeae0"/><polygon points="743.862 267.02 695.76 216.133 728.683 216.133 743.862 232.19 743.862 267.02" style="fill:#edeae0"/><polygon points="743.862 301.849 674.417 228.384 688.223 216.133 695.76 216.133 743.862 267.02 743.862 301.849" style="fill:#edeae0"/><polygon points="743.862 301.923 726.199 317.598 725.825 317.598 656.513 244.272 674.417 228.384 743.862 301.849 743.862 301.923" style="fill:#edeae0"/><polygon points="692.902 317.598 650.51 272.751 650.51 249.6 656.513 244.272 725.825 317.598 692.902 317.598" style="fill:#edeae0"/><polygon points="659.979 317.598 650.51 307.581 650.51 272.751 692.902 317.598 659.979 317.598" style="fill:#edeae0"/><polygon points="650.51 307.581 659.979 317.598 650.51 317.598 650.51 307.581" style="fill:#edeae0"/></g></g><g style="opacity:0.75"><path d="M688.176,214.5s-13.1-8.608-14.958-9.587-2.964-1.285-3.581,1.205-5.574,13.61-7.247,16.848-6.357,4.137-5.062.563,7.185-18.254,7.833-20.041-.488-2.8-4.918-4.372-31.953-15.922-34.917-17.207-8.689.714-12.036,7.19-15.239,41.472-10.534,57.471,8.391,25.352,10.3,27.385,9.254,3.839,9.254,3.839-.944-4.889,1.341-2.52,2.192.261,2.285,2.369-2.87.824.094,2.109,20.777,9.7,20.777,9.7,11.268-16.311,12.392-23.751,3.569-9.654,6.139-9.057,5.5,1.18,5.5,1.18l16.831-38.371S691.5,215.766,688.176,214.5Z" style="fill:#edeae0"/><g style="clip-path:url(#clip-path-122)"><polygon points="691.503 211.638 662.183 180.62 691.503 180.62 691.503 211.638" style="fill:#edeae0"/><polygon points="691.503 246.472 629.255 180.62 662.183 180.62 691.503 211.638 691.503 246.472" style="fill:#edeae0"/><polygon points="691.503 252.383 676.634 265.577 605.282 190.093 615.956 180.62 629.255 180.62 691.503 246.472 691.503 252.383" style="fill:#edeae0"/><polygon points="676.634 265.577 658.728 281.468 598.051 217.277 598.051 196.51 605.282 190.093 676.634 265.577" style="fill:#edeae0"/><polygon points="658.728 281.468 649.738 289.445 633.341 289.445 598.051 252.112 598.051 217.277 658.728 281.468" style="fill:#edeae0"/><polygon points="600.413 289.445 598.051 286.946 598.051 252.112 633.341 289.445 600.413 289.445" style="fill:#edeae0"/><polygon points="598.051 286.946 600.413 289.445 598.051 289.445 598.051 286.946" style="fill:#edeae0"/></g></g><path d="M630.336,290.5a225.423,225.423,0,0,0,21.4,10.122c9.385,3.615,17.644,2.892,25.152,1.808s12.013-3.615,12.389,2.892-2.253,14.459,1.126,13.013,9.385-3.615,12.764-.723,11.263,6.507,9.01,9.761-8.117,15.065-13.068,20-12.46,16.868-12.835,19.4-7.133,9.4-4.13,11.568,5.631,4.7,1.5,11.568-15.017,13.737-16.894,14.1-11.638,2.892-9.01-2.892,4.881-10.483.376-12.652-11.638-3.615-12.389-9.4-2.628-9.4,3-9.76,12.389-5.784,10.512-11.206-7.133-2.531-8.259-8.676-2.253-10.484-3.754-13.737,1.5-3.253,8.259-3.615,5.034-3.663,5.145-8.519-1.391-8.471-7.773-7.387-11.638,9.4-13.515,2.531-6.007-17.352-8.635-21.69S627.333,289.052,630.336,290.5Z" style="fill:#edeae0"/><path d="M645.728,441.241c10.512,2.531,16.518,4.7,14.641,10.483s1.126,9.761,5.631,10.845,8.635,14.46,6.382,21.69-10.871,28.035-10.871,28.035l-21.039-.923a13.178,13.178,0,0,0,4.13-13.014c-1.877-8.314-.751-11.568-4.5-18.075s-1.877-9.4,1.5-15.9,1.877-9.761,1.127-15.544S645.728,441.241,645.728,441.241Z" style="opacity:0.25;fill:url(#parchment_gradient-2)"/><path d="M666,513.178c.751-1.084,13.14-37.595,13.891-39.4s0-9.761,3.378-11.207,8.635-1.807,15.392,1.808,20.648,7.23,21.023,10.122-.751,14.459-3.378,21.689-12.014,11.929-13.515,13.737a9.223,9.223,0,0,1-3.379,2.53Z" style="opacity:0.25;fill:url(#parchment_gradient-3)"/><g id="Boston"><path d="M78.9,384.6a.69.69,0,0,1-.378-.185.475.475,0,0,1-.151-.352,3.7,3.7,0,0,1,.038-.49.633.633,0,0,1,.189-.416,1.186,1.186,0,0,0,.2-.028,1.326,1.326,0,0,0,.236-.065q.076,0,.255-.018c.12-.012.252-.028.4-.046s.277-.034.4-.046.205-.019.255-.019h1.3a1.585,1.585,0,0,0,.322-.046,3.154,3.154,0,0,0,.406-.12,3.293,3.293,0,0,0,.359-.158.544.544,0,0,0,.218-.175,1.92,1.92,0,0,0,.047-.213c.019-.105.038-.213.056-.324s.035-.219.048-.323.019-.176.019-.213a2.063,2.063,0,0,0-.085-.231,1.822,1.822,0,0,1-.085-.232,1.115,1.115,0,0,1,.028-.138c.019-.08.038-.167.057-.259s.037-.179.056-.259a.925.925,0,0,0,.029-.157v-.629a8.387,8.387,0,0,0-.152-1.609,8.372,8.372,0,0,1-.151-1.591v-.129c0-.013.007-.053.019-.121s.028-.135.047-.2.035-.133.048-.194a.841.841,0,0,0,.019-.13v-2.589c.012-.037.034-.12.066-.25s.066-.274.1-.435.069-.311.094-.453a2.2,2.2,0,0,0,.038-.268,1.365,1.365,0,0,0-.066-.24,1.119,1.119,0,0,1-.066-.278v-.5a2.114,2.114,0,0,1-.152-.185.739.739,0,0,0-.151-.167v-.129a2.684,2.684,0,0,1,.151-.287,1.5,1.5,0,0,1,.152-.231,5.517,5.517,0,0,0,.085-.8q.009-.379.009-.805c0-.321.01-.638.028-.953a2.654,2.654,0,0,1,.237-.934q0-.091.009-.333c.006-.16.01-.329.01-.508s0-.348.009-.509.01-.271.01-.333c0-.111,0-.256-.01-.434s-.009-.358-.009-.537,0-.336-.01-.471-.009-.21-.009-.222,0-.084-.01-.176-.015-.191-.028-.3-.028-.207-.047-.3-.035-.173-.048-.222c-.025-.16-.053-.315-.085-.462a.469.469,0,0,0-.311-.333c-.076,0-.221-.007-.435-.019l-.671-.037-.671-.037c-.214-.012-.359-.025-.435-.037a1.856,1.856,0,0,1-.217-.018c-.095-.013-.192-.025-.293-.037l-.274-.037a.389.389,0,0,1-.142-.037c-.025-.013-.072-.034-.142-.065s-.145-.068-.226-.111-.161-.083-.237-.12a1.7,1.7,0,0,1-.17-.093A.736.736,0,0,1,78.8,360l-.2-.2V359.7a1.191,1.191,0,0,1,.179-.629,1.027,1.027,0,0,1,.482-.425h1.852q2.288,0,4.517.148t4.517.148c.076,0,.208,0,.4-.009s.388-.009.6-.009.406,0,.595-.01.321-.009.4-.009c.063-.025.139-.052.227-.083a.668.668,0,0,1,.208-.046.525.525,0,0,1,.132.074,1.029,1.029,0,0,0,.094.055c.038.012.111.031.218.056s.22.049.34.073.23.05.331.074a1.3,1.3,0,0,1,.189.056.326.326,0,0,1,.094.037c.051.025.107.055.17.092s.12.068.17.093a.328.328,0,0,0,.095.037q.6.26,1.134.509a8.887,8.887,0,0,1,1.115.638,1.109,1.109,0,0,1,.246.2,1.383,1.383,0,0,1,.132.194c.038.068.076.142.113.222a3.317,3.317,0,0,0,.171.305q.283.537.481.87a3.979,3.979,0,0,1,.322.666,3.486,3.486,0,0,1,.179.749,8.274,8.274,0,0,1,.057,1.082v.407q0,.7-.066,1.516a4.273,4.273,0,0,1-.331,1.406.66.66,0,0,0-.142.166c-.069.1-.138.2-.208.315s-.135.216-.2.314a.575.575,0,0,0-.094.185c-.063.1-.117.191-.161.278l-.123.24a1.448,1.448,0,0,1-.142.222.828.828,0,0,1-.236.2c-.2.111-.409.213-.624.306s-.425.188-.633.286a5.934,5.934,0,0,0-.605.333,2.4,2.4,0,0,0-.519.444.757.757,0,0,0,.293.305,2,2,0,0,0,.378.167q.2.064.4.12a1.309,1.309,0,0,1,.369.166,3.191,3.191,0,0,0,.52.352c.182.1.356.2.52.3a4.121,4.121,0,0,1,1.1,1.258q.435.757.775,1.461a8.676,8.676,0,0,1,.482,1.22,4.544,4.544,0,0,1,.179,1.314v.148q-.189.775-.491,1.655a8.6,8.6,0,0,1-.718,1.581,3.077,3.077,0,0,1-.246.333c-.076.087-.155.17-.236.25s-.171.163-.265.25-.2.191-.312.314c-.025.025-.075.083-.151.176s-.154.188-.236.286-.161.192-.237.278-.126.142-.151.166A1,1,0,0,1,96,383.7a1.286,1.286,0,0,0-.293.157l-.378.12c-.176.056-.362.117-.558.185s-.378.133-.548.194a2.44,2.44,0,0,0-.349.148q-.189,0-.671.009t-1.03.028c-.366.012-.709.022-1.03.028s-.545.015-.671.028c-.038,0-.129.006-.274.018s-.3.028-.463.046-.319.034-.463.047-.237.018-.274.018h-.133a.841.841,0,0,1-.189-.018.558.558,0,0,1-.189-.111h-.359a9.477,9.477,0,0,1-1.2-.074,9.3,9.3,0,0,0-1.2-.074,5.463,5.463,0,0,0-.652.037,6.5,6.5,0,0,0-.652.111.414.414,0,0,0-.151.064.527.527,0,0,1-.133.065H84.1a1.421,1.421,0,0,1-.434-.065,1.4,1.4,0,0,0-.416-.064,5,5,0,0,0-.822.064,4.908,4.908,0,0,1-.822.065q-.681,0-1.314-.028T78.9,384.6Zm7.881-2.164,1.21.721c0,.049.063.074.189.074a6.565,6.565,0,0,0,.831-.056c.29-.037.549-.074.775-.111.126-.012.284-.033.473-.064s.372-.059.548-.083.331-.05.463-.074.2-.037.217-.037a.4.4,0,0,0,.189-.1c.089-.068.183-.139.284-.213s.2-.145.283-.213a.418.418,0,0,1,.189-.1,10.366,10.366,0,0,0,.9-.694,6.823,6.823,0,0,0,.841-.86,4.592,4.592,0,0,0,.624-1,2.671,2.671,0,0,0,.246-1.128v-.2c0-.013-.023-.09-.067-.232a1.534,1.534,0,0,1-.066-.249v-1.3c-.038-.074-.075-.142-.113-.2a1.042,1.042,0,0,0-.085-.167.712.712,0,0,0-.085-.111.111.111,0,0,0-.048-.092.1.1,0,0,1-.047-.074.877.877,0,0,1-.113-.185c-.051-.1-.1-.207-.161-.324s-.113-.225-.17-.324a1.114,1.114,0,0,0-.123-.185.276.276,0,0,0-.056-.092c-.038-.049-.086-.108-.142-.176s-.114-.139-.17-.213a1.625,1.625,0,0,0-.142-.166,1.086,1.086,0,0,0-.388-.324,1.3,1.3,0,0,1-.406-.323.661.661,0,0,1-.066-.1,1.365,1.365,0,0,0-.113-.167,1.653,1.653,0,0,1-.114-.157c-.031-.049-.053-.074-.066-.074a3.231,3.231,0,0,0-1.276-.592q-.727-.166-1.37-.351a1.128,1.128,0,0,1-.189-.037c-.1-.025-.211-.049-.331-.074s-.23-.049-.33-.074a1.485,1.485,0,0,0-.171-.037l-.264-.009c-.151-.006-.271-.009-.359-.009-.051,0-.148,0-.293.009s-.243.009-.293.009c-.013.025-.054.086-.123.185a.621.621,0,0,1-.142.166l-.1.2c-.044.086-.085.173-.123.259s-.072.163-.1.231a.568.568,0,0,0-.047.12,1.472,1.472,0,0,0-.038.241c-.012.123-.025.256-.037.4s-.029.275-.048.4a1.747,1.747,0,0,1-.047.24,7.687,7.687,0,0,1-.132.944,4.885,4.885,0,0,0-.095.98v.407c0,.025.007.083.019.176s.029.2.047.314.035.225.048.324.019.16.019.185q0,.24.019.814t.018,1.2q0,.647-.018,1.2t-.019.777Zm-.17-15.167a3.417,3.417,0,0,0,.17,1.119q.171.49.378,1.082.132.277.227.509a1.633,1.633,0,0,0,.236.407.9.9,0,0,0,.378.268,1.8,1.8,0,0,0,.633.092h.095l.161-.083c.081-.043.167-.086.255-.129s.17-.087.245-.13a.571.571,0,0,1,.133-.065,1.477,1.477,0,0,1,.227-.037l.368-.037c.132-.012.255-.024.369-.037s.182-.018.208-.018a1.519,1.519,0,0,0,.51-.167,5.887,5.887,0,0,0,.605-.342,6.616,6.616,0,0,0,.567-.407,3.586,3.586,0,0,0,.415-.379,1.708,1.708,0,0,0,.265-.277,2.461,2.461,0,0,0,.17-.268l.151-.278a2.289,2.289,0,0,1,.227-.324c0-.024.06-.089.18-.194s.179-.169.179-.194a1,1,0,0,0,.17-.268c.063-.13.107-.219.133-.268,0-.025.009-.105.028-.241s.044-.293.076-.471.059-.355.085-.528a3.111,3.111,0,0,1,.075-.388v-.388a1.049,1.049,0,0,0-.019-.167c-.012-.074-.025-.154-.037-.24s-.026-.164-.038-.231a.3.3,0,0,0-.038-.121.539.539,0,0,0-.227-.342.939.939,0,0,1-.3-.3,1.133,1.133,0,0,1-.133-.259,1.149,1.149,0,0,0-.132-.259c-.038-.037-.1-.105-.2-.2s-.2-.2-.312-.315-.221-.219-.321-.323-.171-.176-.208-.213a4.621,4.621,0,0,0-.69-.389q-.464-.222-.983-.416t-.992-.333a2.8,2.8,0,0,0-.7-.138q-.49,0-.869.027t-.907.1a2.213,2.213,0,0,0-.227.536,3.481,3.481,0,0,0-.1.574q-.028.3-.028.592c0,.2-.007.394-.019.592a1.7,1.7,0,0,1-.236.749,1.264,1.264,0,0,0-.2.675,2.6,2.6,0,0,0,.085.684,2.6,2.6,0,0,1,.085.684,3.119,3.119,0,0,1-.085.74A3.125,3.125,0,0,0,86.612,367.269Z" style="fill:#ba9c76"/><path d="M115.441,384.8c-.012-.062-.085-.12-.217-.176l-.293-.12a1.757,1.757,0,0,0-.217-.065c-.12-.03-.255-.067-.407-.111s-.305-.08-.463-.111-.274-.052-.349-.064a.248.248,0,0,0-.1-.037l-.2-.046c-.075-.019-.148-.034-.217-.047a.57.57,0,0,1-.142-.037.519.519,0,0,1-.132-.092c-.076-.062-.154-.13-.236-.2s-.164-.145-.246-.212-.129-.108-.142-.121q-.416-.313-.879-.647t-.916-.694q-.454-.36-.87-.73a8.712,8.712,0,0,1-.756-.758.321.321,0,0,1-.094-.111q-.057-.093-.114-.2c-.037-.074-.075-.142-.113-.2a.718.718,0,0,0-.076-.111q-.264-.389-.567-.8a3.993,3.993,0,0,1-.491-.869,1.91,1.91,0,0,0-.057-.259,1.826,1.826,0,0,1-.056-.259,8.662,8.662,0,0,0-.341-.906,6.444,6.444,0,0,1-.321-.906q-.151-.537-.265-1.073t-.264-1.073c0-.086,0-.222-.01-.407s-.009-.379-.009-.582,0-.4-.009-.583-.01-.314-.01-.388c0-.124,0-.29.01-.5s.009-.416.009-.619,0-.383.009-.537.01-.243.01-.268a5.883,5.883,0,0,1,.435-1.887l.756-1.849a.746.746,0,0,1,.037-.13c.026-.074.051-.151.076-.231s.05-.157.076-.231a1.52,1.52,0,0,1,.056-.148.806.806,0,0,1,.142-.148l.265-.24c.094-.087.182-.167.264-.241a1.014,1.014,0,0,1,.161-.129,9.652,9.652,0,0,0,.841-1.193,4.9,4.9,0,0,1,.973-1.156,1.406,1.406,0,0,1,.359-.268,2.572,2.572,0,0,1,.341-.139c.113-.037.23-.077.349-.12a2.709,2.709,0,0,0,.407-.195.317.317,0,0,1,.066-.1c.044-.056.094-.114.151-.176a2.023,2.023,0,0,1,.17-.166q.085-.075.123-.111l.227-.148c.113-.074.233-.155.359-.241s.245-.166.359-.24.195-.13.246-.167c.063-.012.119-.024.17-.037a.888.888,0,0,1,.113-.028.151.151,0,0,0,.076-.027,3.533,3.533,0,0,0,.538-.287l.548-.351a3.752,3.752,0,0,1,.558-.3,1.446,1.446,0,0,1,.567-.121,1.772,1.772,0,0,1,.51.074,1.74,1.74,0,0,0,.511.074h.189a1.151,1.151,0,0,0,.255-.064,1.346,1.346,0,0,1,.236-.065h.132q.114,0,.255-.009c.095-.006.186-.01.274-.01h.227c.177,0,.378.01.605.028s.457.043.69.074.46.071.68.12a3.037,3.037,0,0,1,.577.185c.038.013.107.044.208.093s.211.105.33.166.23.117.331.167a1.948,1.948,0,0,0,.208.092.657.657,0,0,0,.246.084,2.106,2.106,0,0,0,.245.046,1.8,1.8,0,0,1,.719.4,5.833,5.833,0,0,0,.623.491,2.152,2.152,0,0,0,.615.323,3.61,3.61,0,0,1,.689.324l.133.129a.958.958,0,0,1,.047.139q.029.1.066.2c.025.067.047.132.066.194s.035.092.048.092a.69.69,0,0,0,.368.315,1.839,1.839,0,0,1,.444.2,2.651,2.651,0,0,1,.482.426,6.17,6.17,0,0,1,.492.61q.236.333.434.675a3.479,3.479,0,0,1,.293.62.556.556,0,0,1,.066.249c.019.142.029.231.029.268a.625.625,0,0,1,.094.213c.025.093.051.139.076.139a1.509,1.509,0,0,0,.142.166c.069.074.148.154.236.241l.246.24a.561.561,0,0,0,.17.13v.148l-.076.111a.309.309,0,0,0-.057.148v.055a2.2,2.2,0,0,0,.152.823,4.214,4.214,0,0,1,.226.786q.133.759.2,1.508T129.5,372v1.073a1.814,1.814,0,0,1-.047.268,2.016,2.016,0,0,0-.048.25.161.161,0,0,0-.037.12v.194c0,.173.006.342.019.509s.018.274.018.323l-.066.139c-.031.068-.063.139-.094.213s-.06.139-.085.194a.418.418,0,0,0-.038.1c0,.037-.006.111-.019.222s-.028.231-.047.36-.035.25-.047.361-.019.179-.019.2a.346.346,0,0,1-.048.148,1.185,1.185,0,0,1-.085.148,1.643,1.643,0,0,1-.094.148c-.051.074-.107.151-.17.232s-.12.157-.17.231a1.743,1.743,0,0,0-.095.148c-.012.024-.031.074-.057.148s-.053.154-.085.24-.063.167-.094.241-.054.123-.066.148q-.077.185-.189.425c-.076.16-.161.324-.255.49s-.193.327-.293.481-.189.287-.265.4a.781.781,0,0,0-.132.1.814.814,0,0,1-.17.121q-.435.369-.841.758l-.813.777q-.406.389-.822.758a7.88,7.88,0,0,1-.889.684,1.526,1.526,0,0,0-.67.185,4.487,4.487,0,0,1-.634.315.953.953,0,0,1-.2.083.787.787,0,0,1-.236.046q-.756.222-1.493.416l-1.512.4a.941.941,0,0,0-.388.12.772.772,0,0,1-.387.1h-.133a.922.922,0,0,1-.2-.055.939.939,0,0,0-.2-.056,3.511,3.511,0,0,0-.359-.037c-.176-.012-.365-.025-.567-.037s-.39-.021-.567-.028S115.517,384.8,115.441,384.8Zm-4.97-8.489a3.61,3.61,0,0,1,.519.665c.171.272.319.518.445.74,0,.025.009.111.028.259a.6.6,0,0,0,.066.259c.076.16.17.339.284.536s.236.392.368.583.268.379.406.564.265.339.378.463c.013.012.038.04.076.083l.123.139a1.323,1.323,0,0,0,.132.129.232.232,0,0,0,.085.056,1.217,1.217,0,0,1,.142.258,1.253,1.253,0,0,1,.1.259l.416.407a.7.7,0,0,0,.151.074c.088.037.183.074.283.111s.2.074.284.111.145.062.17.074a.314.314,0,0,0,.085.028.3.3,0,0,1,.085.028.5.5,0,0,1,.114.055,6.7,6.7,0,0,0,1.341.74,3.937,3.937,0,0,0,1.512.3.908.908,0,0,0,.53-.157,1.561,1.561,0,0,1,.548-.231c.012,0,.053-.007.123-.019l.217-.037c.076-.012.145-.025.208-.037s.094-.025.094-.037a1.066,1.066,0,0,0,.293-.166c.095-.074.189-.155.284-.241s.183-.172.264-.259.155-.16.218-.222q.038-.018.189-.111l.331-.2c.119-.074.233-.142.34-.2s.179-.1.217-.129a2.163,2.163,0,0,0,.359-.361q.209-.249.425-.536t.388-.564q.169-.278.264-.463a1.663,1.663,0,0,1,.048-.185,1.721,1.721,0,0,0,.047-.185,2.865,2.865,0,0,1,.274-.388q.141-.166.293-.314a2.856,2.856,0,0,0,.283-.324,1.85,1.85,0,0,0,.227-.4,2.748,2.748,0,0,0,.236-1.017,6.2,6.2,0,0,1,.123-1.054.689.689,0,0,0,.1-.176.606.606,0,0,0,.066-.176v-1.146a2.579,2.579,0,0,1,.2-.8,1.928,1.928,0,0,0,.161-.777v-.129q-.02-.24-.057-.647c-.025-.272-.051-.537-.076-.8s-.047-.484-.066-.675-.028-.3-.028-.323-.038-.09-.076-.195-.082-.215-.132-.333-.1-.225-.142-.323-.072-.167-.085-.2q-.169-.535-.3-1.128a7.874,7.874,0,0,0-.341-1.128,6.024,6.024,0,0,0-.973-1.933q-.653-.86-1.389-1.655a.39.39,0,0,0-.113-.167,1.075,1.075,0,0,0-.152-.129q-.378-.241-.727-.444a7.081,7.081,0,0,1-.671-.444c-.063-.037-.145-.083-.246-.139a.5.5,0,0,1-.17-.12,1.822,1.822,0,0,0-.728-.176,4.12,4.12,0,0,1-.727-.083.471.471,0,0,1-.123-.065.45.45,0,0,0-.123-.064.337.337,0,0,1-.095-.019.465.465,0,0,1-.085-.009.448.448,0,0,0-.085-.009.858.858,0,0,0-.151.018.866.866,0,0,1-.151.019.67.67,0,0,1-.095.074.33.33,0,0,1-.132.055h-.661a1.052,1.052,0,0,0-.312.1,3.379,3.379,0,0,0-.331.157,1.1,1.1,0,0,0-.217.129l-.35.241q-.189.129-.359.25l-.246.175c-.038,0-.094.037-.17.111a.711.711,0,0,0-.094.111,1.593,1.593,0,0,1-.246.111c-.126.05-.265.1-.416.157s-.29.108-.416.158-.2.08-.226.092a.7.7,0,0,0-.152.176q-.112.157-.264.351c-.1.13-.2.265-.3.407s-.182.256-.245.342q-.283.464-.539.953t-.5.971a1.425,1.425,0,0,0-.132.379,2.766,2.766,0,0,0-.047.407,2.764,2.764,0,0,1-.048.407,1.425,1.425,0,0,1-.132.379.724.724,0,0,0-.151.166,2.21,2.21,0,0,1-.151.185.789.789,0,0,1-.019.1l-.038.167-.038.166a.821.821,0,0,0-.019.1,6.836,6.836,0,0,1-.33.851,1.985,1.985,0,0,0-.2.85v.222a.8.8,0,0,0,.019.111c.013.062.028.13.047.2s.038.145.057.212a.74.74,0,0,1,.028.121,1.4,1.4,0,0,1-.028.185c-.019.1-.038.2-.057.314s-.034.216-.047.315a1.811,1.811,0,0,0-.019.2v.758a2.885,2.885,0,0,1,.142.268,1.186,1.186,0,0,0,.142.25c0,.037,0,.117.009.241s.016.255.028.4.026.275.038.4a1.366,1.366,0,0,0,.038.24c.013.062.031.167.057.315s.05.305.075.471.051.324.076.472A2.213,2.213,0,0,1,110.471,376.314Z" style="fill:#ba9c76"/><path d="M138.4,381.751a1.638,1.638,0,0,1-.113-.407,4.147,4.147,0,0,1,.056-1.183c.051-.247.111-.487.18-.722s.139-.465.208-.693.129-.46.179-.694q.094-.444.18-.878a1.046,1.046,0,0,1,.482-.694,1.285,1.285,0,0,1,.208-.037c.1-.012.208-.025.321-.037s.218-.025.312-.037a1.871,1.871,0,0,1,.2-.018.455.455,0,0,1,.218.092.521.521,0,0,1,.179.166,7.532,7.532,0,0,1,.473.981q.169.444.435,1.091l.132.222v.777a1.227,1.227,0,0,0,.161.379,1.444,1.444,0,0,0,.236.277c.088.081.179.158.274.232a3.792,3.792,0,0,1,.293.258,3.458,3.458,0,0,1,.236.38,2.4,2.4,0,0,0,.236.36,1.29,1.29,0,0,0,.322.287.943.943,0,0,0,.51.12,3.581,3.581,0,0,0,.538.074l.87.083c.309.031.6.059.869.084s.457.043.558.055h.17a1.776,1.776,0,0,0,.8-.194,6.192,6.192,0,0,1,.766-.324.738.738,0,0,1,.264-.083,2.334,2.334,0,0,1,.265-.046c.012-.013.072-.065.179-.157s.186-.164.237-.213c.025-.037.066-.093.122-.167s.114-.144.171-.212.107-.127.151-.176.072-.08.085-.092,0-.053.009-.121.016-.138.029-.212.025-.142.037-.2.032-.1.057-.111a.434.434,0,0,1,.038-.1l.076-.166.075-.166a.434.434,0,0,0,.038-.1.607.607,0,0,0,.038-.148c.012-.074.025-.151.038-.231s.025-.154.037-.222a.879.879,0,0,0,.019-.139,1.231,1.231,0,0,0-.066-.287,1.534,1.534,0,0,1-.066-.249,2.38,2.38,0,0,1-.038-.315c-.012-.16-.025-.333-.038-.518s-.025-.354-.037-.508-.019-.262-.019-.324a.738.738,0,0,0-.133-.25c-.075-.105-.16-.215-.255-.333s-.192-.228-.293-.333-.182-.188-.245-.249a2.838,2.838,0,0,0-.511-.518,2.5,2.5,0,0,0-.623-.37.923.923,0,0,0-.227-.083,1.275,1.275,0,0,0-.208-.047l-.114-.1c-.063-.056-.129-.111-.2-.167l-.2-.157a.933.933,0,0,0-.133-.092l-.132-.065a.392.392,0,0,0-.17-.046A.726.726,0,0,0,147,373.6l-.284-.121-.283-.12a4.17,4.17,0,0,0-.322-.148.244.244,0,0,1-.094-.055.563.563,0,0,1-.114-.093c-.05-.049-.1-.105-.16-.166s-.11-.117-.161-.167l-.094-.092a.691.691,0,0,0-.1-.065q-.085-.047-.189-.111l-.208-.129c-.07-.043-.123-.077-.161-.1a7.983,7.983,0,0,1-1.087-.684q-.519-.388-1.03-.786t-1.03-.777a11.525,11.525,0,0,0-1.068-.694c-.05-.062-.132-.179-.245-.351s-.23-.358-.35-.555-.236-.379-.35-.546-.189-.28-.226-.342a.607.607,0,0,1-.095-.148q-.057-.111-.123-.231a2.437,2.437,0,0,1-.113-.231c-.032-.074-.054-.13-.066-.167v-.962q0-.7.047-1.405a7.261,7.261,0,0,1,.217-1.35,4.358,4.358,0,0,1,.539-1.119,9.013,9.013,0,0,1,.9-1.166,8.777,8.777,0,0,1,1.058-1,3.944,3.944,0,0,1,1.04-.62l.132-.009c.076-.006.161-.013.255-.019s.183-.015.265-.028a.673.673,0,0,0,.16-.036,1.422,1.422,0,0,0,.227-.037c.114-.025.233-.056.359-.093s.246-.068.359-.092a1.325,1.325,0,0,1,.227-.037h.18c.107,0,.233,0,.378-.01s.293-.009.444-.009h.624c.138,0,.283,0,.434.009s.293.01.425.01h.275a1.4,1.4,0,0,0,.359.1l.368.056c.12.018.24.04.359.065a1.225,1.225,0,0,1,.35.129,1.489,1.489,0,0,0,.132.157c.063.068.107.114.133.139a3.664,3.664,0,0,0,.831.758,1.958,1.958,0,0,0,1.1.3,1.279,1.279,0,0,0,1.059-.4,3.054,3.054,0,0,1,.3-.278,1.021,1.021,0,0,1,.718-.092c.051.018.12.095.208.231.025.037.063.1.114.2l.16.315c.057.111.107.212.151.305a1.859,1.859,0,0,0,.1.194v.259a.34.34,0,0,0-.047.111c-.019.062-.038.129-.057.2s-.034.142-.047.2a1.1,1.1,0,0,0-.019.111v1.535a1.909,1.909,0,0,0-.312.647,4.147,4.147,0,0,1-.217.666,1.158,1.158,0,0,1-.094.25.632.632,0,0,1-.133.231c-.063.16-.116.3-.16.416a.974.974,0,0,1-.17.3.6.6,0,0,1-.284.176,1.777,1.777,0,0,1-.5.055,1.4,1.4,0,0,1-.718-.166,1.363,1.363,0,0,1-.454-.425,2.389,2.389,0,0,1-.274-.592q-.1-.333-.2-.675t-.208-.666a1.946,1.946,0,0,0-.3-.564c-.026-.025-.079-.087-.161-.185s-.173-.2-.274-.315l-.293-.323c-.095-.1-.167-.182-.217-.232a3.366,3.366,0,0,0-.3-.3q-.207-.185-.434-.379a3.718,3.718,0,0,0-.454-.333.776.776,0,0,0-.378-.138h-1.7a.61.61,0,0,0-.236-.111,1.187,1.187,0,0,0-.218-.019h-.208a9.1,9.1,0,0,0-1.115.832q-.528.464-1,.962v.259a1.979,1.979,0,0,1-.066.555,1.939,1.939,0,0,0-.067.555v.2a1.339,1.339,0,0,0,.067.241,1.389,1.389,0,0,1,.066.24c.012.21.019.4.019.555a3.645,3.645,0,0,0,.028.463,2.237,2.237,0,0,0,.1.443,2.111,2.111,0,0,0,.246.481.827.827,0,0,1,.113.093l.17.166c.038.037.126.117.265.241l.444.4q.235.213.453.4c.145.123.237.2.274.24l.095.093c.05.049.1.1.161.166a1.9,1.9,0,0,0,.17.167l.1.092c.025.013.091.043.2.093s.23.108.369.176.277.138.415.212.246.13.322.167q.49.2,1.011.481a2.276,2.276,0,0,0,1.087.277q.906.593,1.927,1.239a18.527,18.527,0,0,1,1.872,1.35.581.581,0,0,1,.16.13q.085.093.123.129c.013.025.035.071.066.139s.069.145.114.231.081.167.113.241a.553.553,0,0,0,.066.129,9.16,9.16,0,0,0,.662.879,2.652,2.652,0,0,1,.51.934.832.832,0,0,1,.047.166,2.868,2.868,0,0,1,.047.287c.013.105.026.2.038.3a.407.407,0,0,0,.038.157.7.7,0,0,0,.066.185.631.631,0,0,1,.066.2v.259a.938.938,0,0,1-.123.509,1.491,1.491,0,0,0-.179.546c0,.049.006.175.019.379s.019.4.019.6a1.326,1.326,0,0,1-.038.425.435.435,0,0,1-.047.111q-.048.093-.114.195c-.044.067-.085.132-.123.194s-.063.105-.075.129-.082.145-.17.324-.186.37-.293.573-.2.4-.293.574a1.526,1.526,0,0,1-.189.323c0,.025-.041.08-.123.167s-.18.185-.293.3l-.331.323-.255.25a9.062,9.062,0,0,1-1.247.934,5.212,5.212,0,0,1-1.4.6c-.063.013-.208.043-.435.093l-.737.157c-.264.055-.519.108-.765.157s-.432.08-.558.093h-.132q-1.02,0-2.107-.056a10.84,10.84,0,0,1-2.108-.314,1.219,1.219,0,0,1-.34-.158c-.1-.067-.205-.138-.312-.212s-.211-.148-.312-.222a1.458,1.458,0,0,0-.34-.185c-.088-.037-.233-.09-.434-.157s-.407-.139-.615-.213-.4-.145-.576-.213a1.124,1.124,0,0,1-.34-.175c-.038-.05-.107-.13-.208-.241s-.208-.228-.322-.351-.217-.241-.311-.352S138.44,381.788,138.4,381.751Z" style="fill:#ba9c76"/><path d="M179.329,384.507h-4.007l-.161-.055-.236-.084-.236-.083a.725.725,0,0,1-.161-.074h-.17a4.342,4.342,0,0,1-1,.241,9.629,9.629,0,0,1-1.077.055,7.08,7.08,0,0,1-.765-.046,3.283,3.283,0,0,1-.813-.194,1.887,1.887,0,0,1-.652-.407.937.937,0,0,1-.265-.7.959.959,0,0,1,.236-.62.918.918,0,0,1,.558-.342q.094,0,.378-.018t.595-.037l.586-.037c.183-.013.312-.019.388-.019a1.364,1.364,0,0,0,.548-.212,1.788,1.788,0,0,0,.4-.38,2.869,2.869,0,0,0,.293-.471c.082-.167.16-.336.236-.509-.013-.1-.025-.277-.038-.536s-.019-.531-.019-.814.006-.549.019-.795.025-.432.038-.555c0-.05.012-.176.038-.379s.05-.423.075-.657.051-.45.076-.647.038-.327.038-.389v-.092a.888.888,0,0,0-.057-.222.994.994,0,0,1-.057-.2v-.129a.945.945,0,0,1,.057-.324,1.116,1.116,0,0,0,.057-.379,1.851,1.851,0,0,0-.057-.462,1.858,1.858,0,0,1-.057-.463v-.277c.013-.062.032-.225.057-.49s.054-.552.085-.86.057-.6.076-.86.028-.435.028-.509v-1.517a3.474,3.474,0,0,1,.17-.814,2.51,2.51,0,0,0,.132-.813,1.276,1.276,0,0,0-.085-.509,1.3,1.3,0,0,1-.085-.509,2.216,2.216,0,0,1,.019-.286.474.474,0,0,1,.151-.269v-2.977a.818.818,0,0,0-.047-.148c-.031-.087-.06-.161-.085-.222a4.925,4.925,0,0,1-.179-.5.652.652,0,0,0-.35-.407,1.9,1.9,0,0,1-.18-.074c-.082-.037-.173-.077-.274-.12s-.2-.083-.293-.12-.16-.062-.2-.074h-1.115q-1.191,0-2.268.065t-2.23.064h-.794a5.373,5.373,0,0,0-.8.528,4.349,4.349,0,0,0-.634.638c-.025,0-.053.031-.085.092a.491.491,0,0,1-.085.13c-.05.135-.088.246-.113.333a2.237,2.237,0,0,1-.085.24,1.088,1.088,0,0,1-.123.213c-.05.068-.113.157-.189.268l-.425.527a6.036,6.036,0,0,1-.463.509,2.125,2.125,0,0,1-.548.388,1.481,1.481,0,0,1-.662.148.933.933,0,0,1-.463-.111.464.464,0,0,1-.2-.444v-.092c0-.074.006-.182.019-.324s.028-.287.047-.435.034-.286.047-.416.019-.219.019-.268a1.731,1.731,0,0,0,.028-.24c.007-.1.016-.195.029-.287s.025-.213.037-.361a2.14,2.14,0,0,0,.227-.194c.114-.105.183-.169.208-.194s.047-.105.1-.241.113-.283.17-.443.11-.312.161-.454.082-.231.094-.268v-.647a.354.354,0,0,1,.152-.287,1.24,1.24,0,0,0,.264-.231,4.109,4.109,0,0,0,.3-.453,2.658,2.658,0,0,1,.3-.426,1.534,1.534,0,0,1,.4-.323,1.122,1.122,0,0,1,.567-.13,1.361,1.361,0,0,1,.567.12,3.54,3.54,0,0,1,.52.3q.255.177.5.352a2.563,2.563,0,0,0,.511.286.428.428,0,0,0,.141.028c.07.006.142.009.218.009h.321a2.906,2.906,0,0,0,.747-.083,2.7,2.7,0,0,1,.69-.083,7.646,7.646,0,0,1,1.512.148,7.724,7.724,0,0,0,1.53.148,2.68,2.68,0,0,0,.652-.083,2.646,2.646,0,0,1,.652-.084h.076l.822.047.983.055c.321.019.6.034.841.046s.372.019.4.019.057.006.132.018.155.025.237.037l.236.037a1.087,1.087,0,0,0,.151.019h.113q1,0,1.957-.056t1.937-.055a4.992,4.992,0,0,1,.746.055,5.142,5.142,0,0,0,.766.056h.416q.547,0,1.077-.037a2.874,2.874,0,0,0,.983-.241.364.364,0,0,0,.179-.046.557.557,0,0,0,.123-.083,1.875,1.875,0,0,0,.189-.129c.1-.074.211-.158.331-.25l.321-.25c.095-.074.154-.123.18-.148q.018,0,.123-.018a2.021,2.021,0,0,1,.226-.028c.082-.006.167-.015.255-.028a1.658,1.658,0,0,1,.208-.018h.227a.417.417,0,0,1,.416.249,4.18,4.18,0,0,0,.265.491q.037.056.141.222a.762.762,0,0,0,.161.2c0,.012,0,.062.009.148s.013.179.019.277.016.191.029.278a.389.389,0,0,0,.037.148,2.065,2.065,0,0,0,.095.2c.05.1.1.207.161.324s.113.225.17.324.1.166.123.2a1.225,1.225,0,0,0,.037.194.474.474,0,0,0,.076.194c.038.1.107.262.208.491s.208.471.321.73.224.506.331.74.179.4.217.5c0,.025,0,.084.01.176s.015.194.028.305.025.216.038.315a.482.482,0,0,0,.057.2v.167a.831.831,0,0,1-.435.758,1.714,1.714,0,0,1-.888.259,1.915,1.915,0,0,1-.227-.019q-.151-.018-.189-.018-.3-.26-.633-.573a2.774,2.774,0,0,1-.539-.7q-.321-.592-.614-1.175a5.2,5.2,0,0,0-.69-1.045,3.352,3.352,0,0,0-.936-.758,3.217,3.217,0,0,0-1.332-.352H181.88a2.45,2.45,0,0,0-.283-.1c-.139-.043-.215-.065-.227-.065h-2.136a1.805,1.805,0,0,1-.321.157c-.164.068-.271.114-.321.139a.3.3,0,0,1-.076.055c-.038.037-.057.062-.057.074a1.319,1.319,0,0,0-.038.2c-.012.1-.025.2-.037.314s-.026.213-.038.305a1.625,1.625,0,0,0-.019.195v.129c0,.037.006.117.019.241s.028.258.047.406.035.284.047.407.019.2.019.222v.259a9.884,9.884,0,0,1-.066,1.129,10.007,10.007,0,0,0-.066,1.146,9,9,0,0,0,.066,1.082,9.318,9.318,0,0,1,.066,1.119.536.536,0,0,1-.151.37.516.516,0,0,0-.151.352,2.556,2.556,0,0,0,.085.656,2.494,2.494,0,0,1,.085.638v.592c-.025.111-.047.194-.066.25a2.557,2.557,0,0,0-.066.25v.647a.563.563,0,0,0-.038.148c-.013.074-.025.151-.038.231s-.028.157-.047.231a.9.9,0,0,1-.047.148q-.151,1.572-.256,3.117t-.1,3.135v.351c0,.136.007.265.019.389a2.921,2.921,0,0,0,.114.5,2.107,2.107,0,0,0,.2.4,3.226,3.226,0,0,0,.34.453,2.653,2.653,0,0,0,.416.379.727.727,0,0,0,.425.157,1.84,1.84,0,0,0,.549-.083,1.8,1.8,0,0,1,.548-.083,5.634,5.634,0,0,1,.737.055,3.238,3.238,0,0,1,.784.2,1.792,1.792,0,0,1,.624.407.931.931,0,0,1,.255.684,1.073,1.073,0,0,1-.085.4,1.671,1.671,0,0,1-.227.4,1.52,1.52,0,0,1-.34.324.853.853,0,0,1-.425.157c-.063,0-.174-.006-.331-.018s-.328-.025-.51-.037l-.52-.037c-.164-.013-.277-.025-.34-.037a1.083,1.083,0,0,1-.274-.065A1.083,1.083,0,0,0,179.329,384.507Z" style="fill:#ba9c76"/><path d="M204.513,384.8c-.013-.062-.085-.12-.217-.176l-.293-.12a1.8,1.8,0,0,0-.218-.065c-.119-.03-.255-.067-.406-.111s-.306-.08-.463-.111-.274-.052-.35-.064a.236.236,0,0,0-.1-.037l-.2-.046c-.076-.019-.148-.034-.218-.047a.559.559,0,0,1-.141-.037.514.514,0,0,1-.133-.092c-.075-.062-.154-.13-.236-.2s-.164-.145-.246-.212-.129-.108-.141-.121c-.278-.209-.57-.425-.879-.647s-.614-.453-.917-.694-.592-.483-.869-.73a8.712,8.712,0,0,1-.756-.758.32.32,0,0,1-.095-.111c-.038-.062-.075-.13-.113-.2s-.076-.142-.114-.2a.744.744,0,0,0-.075-.111q-.266-.389-.567-.8a3.956,3.956,0,0,1-.492-.869,1.826,1.826,0,0,0-.056-.259,1.91,1.91,0,0,1-.057-.259,8.661,8.661,0,0,0-.34-.906,6.444,6.444,0,0,1-.321-.906q-.151-.537-.265-1.073t-.265-1.073c0-.086,0-.222-.009-.407s-.01-.379-.01-.582,0-.4-.009-.583-.009-.314-.009-.388c0-.124,0-.29.009-.5s.009-.416.009-.619,0-.383.01-.537.009-.243.009-.268a5.883,5.883,0,0,1,.435-1.887l.756-1.849a.8.8,0,0,1,.038-.13q.038-.111.075-.231c.026-.08.051-.157.076-.231a1.236,1.236,0,0,1,.057-.148.77.77,0,0,1,.142-.148l.264-.24.265-.241a1.026,1.026,0,0,1,.16-.129,9.546,9.546,0,0,0,.841-1.193,4.9,4.9,0,0,1,.974-1.156,1.39,1.39,0,0,1,.359-.268,2.56,2.56,0,0,1,.34-.139c.113-.037.23-.077.35-.12a2.7,2.7,0,0,0,.406-.195.317.317,0,0,1,.066-.1c.044-.056.095-.114.151-.176a2.03,2.03,0,0,1,.171-.166c.056-.05.1-.087.122-.111l.227-.148c.114-.074.233-.155.359-.241s.246-.166.359-.24.2-.13.246-.167c.063-.012.12-.024.17-.037a.947.947,0,0,1,.114-.028.147.147,0,0,0,.075-.027,3.541,3.541,0,0,0,.539-.287l.548-.351a3.743,3.743,0,0,1,.557-.3,1.446,1.446,0,0,1,.567-.121,1.774,1.774,0,0,1,.511.074,1.738,1.738,0,0,0,.51.074h.189a1.125,1.125,0,0,0,.255-.064,1.37,1.37,0,0,1,.236-.065h.133q.113,0,.255-.009c.094-.006.186-.01.274-.01h.227c.176,0,.378.01.605.028s.456.043.689.074.46.071.681.12a3.05,3.05,0,0,1,.576.185c.038.013.107.044.208.093s.211.105.331.166.23.117.331.167A1.861,1.861,0,0,0,211,360a.657.657,0,0,0,.245.084,2.144,2.144,0,0,0,.246.046,1.789,1.789,0,0,1,.718.4,5.741,5.741,0,0,0,.624.491,2.146,2.146,0,0,0,.614.323,3.647,3.647,0,0,1,.69.324l.132.129a.759.759,0,0,1,.047.139c.019.068.041.136.067.2s.047.132.066.194.034.092.047.092a.688.688,0,0,0,.369.315,1.839,1.839,0,0,1,.444.2,2.651,2.651,0,0,1,.482.426,6.024,6.024,0,0,1,.491.61c.158.222.3.447.435.675a3.55,3.55,0,0,1,.293.62.556.556,0,0,1,.066.249c.019.142.028.231.028.268a.624.624,0,0,1,.095.213c.025.093.05.139.075.139a1.778,1.778,0,0,0,.142.166c.069.074.148.154.236.241l.246.24a.574.574,0,0,0,.17.13v.148l-.075.111a.309.309,0,0,0-.057.148v.055a2.2,2.2,0,0,0,.151.823,4.217,4.217,0,0,1,.227.786q.132.759.2,1.508t.066,1.507v1.073a1.681,1.681,0,0,1-.047.268,2.131,2.131,0,0,0-.047.25.161.161,0,0,0-.038.12v.194c0,.173.006.342.019.509s.019.274.019.323c-.013.025-.035.071-.066.139s-.063.139-.095.213-.06.139-.085.194a.418.418,0,0,0-.038.1q0,.055-.018.222t-.048.36c-.019.13-.034.25-.047.361s-.019.179-.019.2a.356.356,0,0,1-.047.148,1.5,1.5,0,0,1-.085.148,1.743,1.743,0,0,1-.095.148c-.05.074-.107.151-.17.232s-.119.157-.17.231a1.643,1.643,0,0,0-.094.148,1.168,1.168,0,0,0-.057.148c-.025.074-.054.154-.085.24s-.063.167-.095.241-.053.123-.066.148q-.075.185-.189.425c-.075.16-.16.324-.255.49s-.192.327-.293.481-.189.287-.264.4a.737.737,0,0,0-.133.1.789.789,0,0,1-.17.121q-.435.369-.841.758l-.813.777q-.406.389-.822.758a7.868,7.868,0,0,1-.888.684,1.527,1.527,0,0,0-.671.185,4.523,4.523,0,0,1-.633.315.967.967,0,0,1-.2.083.781.781,0,0,1-.236.046q-.756.222-1.493.416l-1.512.4a.932.932,0,0,0-.387.12.773.773,0,0,1-.388.1h-.132a.924.924,0,0,1-.2-.055.954.954,0,0,0-.2-.056,3.546,3.546,0,0,0-.359-.037c-.177-.012-.366-.025-.567-.037s-.391-.021-.567-.028S204.588,384.8,204.513,384.8Zm-4.971-8.489a3.569,3.569,0,0,1,.52.665c.17.272.318.518.444.74,0,.025.01.111.028.259a.575.575,0,0,0,.067.259c.075.16.17.339.283.536s.236.392.369.583.267.379.406.564.265.339.378.463c.013.012.038.04.076.083l.122.139a1.445,1.445,0,0,0,.133.129c.044.037.072.056.085.056a1.268,1.268,0,0,1,.142.258,1.217,1.217,0,0,1,.1.259l.416.407a.726.726,0,0,0,.151.074c.089.037.183.074.284.111s.195.074.283.111.145.062.171.074a.3.3,0,0,0,.085.028.326.326,0,0,1,.085.028.51.51,0,0,1,.113.055,6.706,6.706,0,0,0,1.342.74,3.937,3.937,0,0,0,1.512.3.9.9,0,0,0,.529-.157,1.561,1.561,0,0,1,.548-.231c.013,0,.054-.007.123-.019l.217-.037c.076-.012.145-.025.208-.037s.1-.025.1-.037a1.081,1.081,0,0,0,.293-.166c.094-.074.189-.155.283-.241s.183-.172.265-.259.154-.16.217-.222q.038-.018.189-.111l.331-.2c.12-.074.233-.142.34-.2s.18-.1.218-.129a2.242,2.242,0,0,0,.359-.361q.207-.249.425-.536a6.783,6.783,0,0,0,.387-.564q.171-.278.265-.463a1.789,1.789,0,0,1,.047-.185,1.478,1.478,0,0,0,.047-.185,2.957,2.957,0,0,1,.274-.388q.142-.166.293-.314a2.863,2.863,0,0,0,.284-.324,1.893,1.893,0,0,0,.227-.4,2.748,2.748,0,0,0,.236-1.017,6.007,6.007,0,0,1,.123-1.054.72.72,0,0,0,.1-.176.606.606,0,0,0,.066-.176v-1.146a2.55,2.55,0,0,1,.2-.8,1.928,1.928,0,0,0,.161-.777v-.129c-.013-.16-.031-.376-.057-.647s-.05-.537-.075-.8-.048-.484-.066-.675-.029-.3-.029-.323-.038-.09-.075-.195-.082-.215-.133-.333-.1-.225-.141-.323-.073-.167-.085-.2q-.171-.535-.3-1.128a7.747,7.747,0,0,0-.34-1.128,6.044,6.044,0,0,0-.973-1.933q-.653-.86-1.39-1.655a.381.381,0,0,0-.113-.167,1.079,1.079,0,0,0-.151-.129q-.378-.241-.728-.444a7.081,7.081,0,0,1-.671-.444c-.063-.037-.145-.083-.245-.139a.508.508,0,0,1-.171-.12,1.821,1.821,0,0,0-.727-.176,4.131,4.131,0,0,1-.728-.083.506.506,0,0,1-.123-.065.45.45,0,0,0-.123-.064.331.331,0,0,1-.094-.019.456.456,0,0,1-.085-.009.465.465,0,0,0-.085-.009.848.848,0,0,0-.151.018.875.875,0,0,1-.152.019.656.656,0,0,1-.094.074.33.33,0,0,1-.132.055h-.662a1.07,1.07,0,0,0-.312.1,3.449,3.449,0,0,0-.33.157,1.093,1.093,0,0,0-.218.129c-.107.074-.223.155-.349.241s-.246.169-.36.25-.195.138-.245.175c-.038,0-.095.037-.17.111a.721.721,0,0,0-.095.111,1.593,1.593,0,0,1-.246.111c-.126.05-.264.1-.415.157s-.29.108-.416.158-.2.08-.227.092a.71.71,0,0,0-.151.176q-.114.157-.265.351c-.1.13-.2.265-.3.407s-.183.256-.246.342q-.284.464-.538.953t-.5.971a1.464,1.464,0,0,0-.133.379,2.766,2.766,0,0,0-.047.407,2.766,2.766,0,0,1-.047.407,1.425,1.425,0,0,1-.132.379.718.718,0,0,0-.152.166,2.016,2.016,0,0,1-.151.185.636.636,0,0,1-.019.1l-.038.167-.037.166a.656.656,0,0,0-.019.1,6.844,6.844,0,0,1-.331.851,2,2,0,0,0-.2.85v.222a.9.9,0,0,0,.018.111q.019.093.048.2c.019.074.038.145.056.212a.8.8,0,0,1,.029.121,1.48,1.48,0,0,1-.029.185c-.018.1-.037.2-.056.314s-.035.216-.048.315a2,2,0,0,0-.018.2v.758a2.975,2.975,0,0,1,.141.268,1.291,1.291,0,0,0,.142.25c0,.037,0,.117.01.241s.015.255.028.4.025.275.038.4a1.4,1.4,0,0,0,.037.24q.019.093.057.315c.025.148.051.305.076.471s.05.324.075.472A2.072,2.072,0,0,1,199.542,376.314Z" style="fill:#ba9c76"/><path d="M224.3,384.47a2.716,2.716,0,0,0-.368-.074,1.315,1.315,0,0,1-.293-.065.368.368,0,0,1-.2-.148.607.607,0,0,1-.066-.323,1.121,1.121,0,0,1,.038-.324,2.164,2.164,0,0,1,.189-.379,1.435,1.435,0,0,1,.756-.518,5.924,5.924,0,0,1,.916-.185q.464-.056.889-.148a1.014,1.014,0,0,0,.652-.425,1.415,1.415,0,0,1,.075-.167,1.584,1.584,0,0,1,.123-.2c.044-.062.1-.148.161-.259V377.5a.511.511,0,0,0,.085-.175.812.812,0,0,0,.047-.176v-1.313a1.045,1.045,0,0,1,.019-.148c.013-.074.028-.151.047-.232s.038-.157.057-.231a.741.741,0,0,0,.028-.148v-.647a1.732,1.732,0,0,0-.028-.342c-.019-.093-.038-.182-.057-.268s-.034-.173-.047-.259a2.17,2.17,0,0,1-.019-.315v-.314a.584.584,0,0,0,.038-.139c.013-.068.028-.139.047-.213s.035-.138.047-.194a.636.636,0,0,0,.019-.1c0-.061,0-.2.01-.425s.016-.456.028-.7.029-.475.047-.684a3.408,3.408,0,0,1,.048-.389,1.051,1.051,0,0,1,.056-.2.888.888,0,0,0,.057-.222v-1.276q.02-.149.057-.583t.075-.925c.026-.326.051-.638.076-.934s.038-.5.038-.628a.807.807,0,0,0,.1-.25,1.311,1.311,0,0,0,.066-.268,2.594,2.594,0,0,0-.123-.768,2.991,2.991,0,0,0-.35-.749,2.926,2.926,0,0,0-.548-.629,2.077,2.077,0,0,0-.718-.407,1.036,1.036,0,0,0-.189-.046c-.1-.018-.208-.04-.321-.065s-.221-.049-.322-.074a.7.7,0,0,1-.207-.074c-.013-.012-.045-.037-.095-.074l-.161-.12c-.056-.043-.113-.083-.17-.12a1.091,1.091,0,0,1-.1-.074.644.644,0,0,1-.113-.028,1.744,1.744,0,0,0-.208-.046c-.076-.012-.145-.025-.208-.037a1.145,1.145,0,0,0-.113-.019,1.269,1.269,0,0,1-.416-.277,6.055,6.055,0,0,1-.482-.49,5.421,5.421,0,0,1-.406-.518.784.784,0,0,1-.17-.379.492.492,0,0,1,.018-.148.214.214,0,0,1,.019-.093.881.881,0,0,1,.1-.175c.057-.08.12-.164.189-.25s.136-.166.2-.24a.793.793,0,0,1,.151-.148,2.2,2.2,0,0,0,.283-.065,1.625,1.625,0,0,1,.378-.065h2.911a1.852,1.852,0,0,1,.4-.083c.1-.006.22-.009.359-.009a1.66,1.66,0,0,1,.822.194,2.787,2.787,0,0,1,.633.481,5.848,5.848,0,0,1,.539.629,6.6,6.6,0,0,0,.52.619.858.858,0,0,0,.151.157c.088.081.183.173.283.278s.2.2.284.287l.17.166a2.2,2.2,0,0,1,.406.647,2.207,2.207,0,0,0,.407.648,4.191,4.191,0,0,0,.765.712,5.936,5.936,0,0,1,.8.693,10.534,10.534,0,0,1,.756.944q.417.573.87,1.156t.907,1.063a2.735,2.735,0,0,0,.888.666,10.687,10.687,0,0,0,1.276,1.813,14.936,14.936,0,0,0,1.578,1.553q.132.24.3.546a2.588,2.588,0,0,0,.359.508,1.8,1.8,0,0,0,.425.278q.237.111.463.24a1.581,1.581,0,0,1,.387.306.718.718,0,0,1,.18.453c.063.049.17.145.321.286s.309.3.473.463l.463.471a3.812,3.812,0,0,0,.312.3,2,2,0,0,1,.264.352,1.85,1.85,0,0,0,.208.3.813.813,0,0,0,.274.2,1.088,1.088,0,0,0,.444.074,1.335,1.335,0,0,0,.322-.037c.1-.025.164-.111.189-.259a8.616,8.616,0,0,0,.529-3v-.592a2.131,2.131,0,0,0-.047-.25,1.614,1.614,0,0,1-.048-.286.551.551,0,0,1-.037-.278c0-.172.006-.348.019-.527s.018-.28.018-.305a4.241,4.241,0,0,1-.056-.592c-.013-.271-.025-.558-.038-.86s-.025-.583-.038-.842-.025-.437-.038-.536c0-.074-.006-.179-.019-.314s-.025-.278-.037-.426-.026-.286-.038-.416a1.433,1.433,0,0,0-.038-.25.835.835,0,0,0-.047-.222.541.541,0,0,0-.085-.185v-3.2a.427.427,0,0,0-.038-.13.267.267,0,0,0-.1-.129,7.126,7.126,0,0,0-.689-1.055,1.709,1.709,0,0,0-.993-.647.917.917,0,0,1-.16-.028l-.246-.055c-.082-.019-.161-.037-.236-.056a.86.86,0,0,1-.151-.046.35.35,0,0,1-.1-.046q-.086-.046-.171-.1c-.056-.037-.11-.071-.16-.1a.318.318,0,0,0-.095-.046,4.161,4.161,0,0,1-.614-.5.914.914,0,0,1-.2-.74.653.653,0,0,1,.132-.351,1.23,1.23,0,0,1,.255-.25,1.108,1.108,0,0,1,.274-.148l.189-.065c.025,0,.079,0,.161-.009s.167-.009.255-.009h.34l4.158.259a13.1,13.1,0,0,0,1.786-.13,13.229,13.229,0,0,1,1.805-.129c0,.012.06.024.18.037a.447.447,0,0,1,.217.055,1.549,1.549,0,0,0,.4.083.9.9,0,0,1,.283.056.316.316,0,0,1,.171.194,1.571,1.571,0,0,1,.056.5.782.782,0,0,1-.16.5,1.364,1.364,0,0,1-.407.342,2.831,2.831,0,0,1-.529.231l-.51.167a2.513,2.513,0,0,0-.265.083,3.361,3.361,0,0,0-.321.12c-.1.049-.23.117-.388.2a4.241,4.241,0,0,0-.463.3c-.1.1-.2.2-.293.305s-.173.188-.236.249a1.056,1.056,0,0,0-.255.5,5.682,5.682,0,0,0-.123.592c0,.1-.006.262-.019.49s-.025.471-.038.73-.025.506-.037.74-.026.4-.038.5v1.627a.776.776,0,0,1-.066.194.791.791,0,0,0-.066.195v.61a3.285,3.285,0,0,0,.085.777,3.515,3.515,0,0,1,.085.814v.351a1.636,1.636,0,0,1-.038.342.788.788,0,0,1-.132.305v2.2a.841.841,0,0,1-.019.13,1.834,1.834,0,0,0-.029.2,1.649,1.649,0,0,1-.028.2.8.8,0,0,0-.019.111v1.794a1.532,1.532,0,0,1-.066.25,1.215,1.215,0,0,0-.066.286,2.019,2.019,0,0,0-.038.241c-.013.111-.028.228-.047.351s-.035.237-.048.342a1.269,1.269,0,0,1-.037.213v.832a8.187,8.187,0,0,0,.151,1.572,8.2,8.2,0,0,1,.151,1.573v.092a1.231,1.231,0,0,1-.066.287,1.311,1.311,0,0,0-.066.268.96.96,0,0,0-.038.324v1.008a1,1,0,0,0,.038.333q-.265.258-.52.527a.841.841,0,0,1-.633.268.209.209,0,0,1-.095-.019.077.077,0,0,1-.056-.018,3.077,3.077,0,0,1-.945-.481,5.429,5.429,0,0,1-.766-.7q-.35-.388-.671-.814t-.661-.814q-.057-.073-.293-.323l-.5-.527-.491-.518c-.152-.16-.246-.259-.284-.3a15.523,15.523,0,0,1-1.285-1.591q-.586-.833-1.248-1.609a.251.251,0,0,0-.094-.166c-.038-.025-.11-.081-.217-.167l-.341-.277c-.119-.1-.23-.191-.33-.278s-.164-.141-.189-.166a1.1,1.1,0,0,1-.095-.157c-.05-.093-.1-.188-.16-.287s-.114-.194-.171-.287-.091-.151-.1-.175a.122.122,0,0,1-.056-.056c-.038-.037-.057-.062-.057-.074s-.047-.025-.1-.074-.123-.1-.2-.157-.148-.111-.218-.167a1,1,0,0,0-.141-.1,1.181,1.181,0,0,1-.246-.287,2.738,2.738,0,0,1-.17-.333c-.051-.117-.1-.234-.161-.351a1.424,1.424,0,0,0-.217-.324,1.335,1.335,0,0,0-.17-.185c-.1-.1-.208-.206-.322-.324s-.223-.225-.33-.323a2.023,2.023,0,0,0-.218-.185,2.237,2.237,0,0,1-.151-.194.582.582,0,0,1-.113-.195.9.9,0,0,0-.237-.222c-.094-.061-.189-.12-.283-.175s-.186-.111-.274-.167a1.468,1.468,0,0,1-.246-.194.6.6,0,0,1-.066-.12,1.408,1.408,0,0,0-.123-.213c-.05-.074-.1-.142-.142-.2a.35.35,0,0,0-.1-.111.473.473,0,0,0-.094-.13c-.063-.074-.107-.123-.132-.148s-.073-.04-.142-.083a2.223,2.223,0,0,1-.208-.148c-.069-.055-.135-.111-.2-.166s-.095-.1-.095-.121a.759.759,0,0,1-.208-.166l-.331-.324-.33-.323a1.7,1.7,0,0,0-.208-.185,1.91,1.91,0,0,0-.293-.3.583.583,0,0,0-.369-.111.468.468,0,0,0-.368.194,1.871,1.871,0,0,0-.274.453,3.321,3.321,0,0,0-.18.518,1.762,1.762,0,0,0-.066.407c0,.172,0,.311-.009.416s-.01.213-.01.324v.49c0,.105,0,.206.01.305s.009.222.009.37a1.456,1.456,0,0,0,.038.231c.025.117.05.24.075.37s.051.25.076.361a1.457,1.457,0,0,1,.038.2.791.791,0,0,1,.038.305v.546c0,.222,0,.453-.01.693s-.009.466-.009.676,0,.394-.01.554-.009.272-.009.333c.025.124.047.219.066.287s.035.136.047.2a.871.871,0,0,1,.019.138c0,.025.006.136.019.333s.019.364.019.5a4.221,4.221,0,0,1-.085.869,4.221,4.221,0,0,0-.085.869,2.765,2.765,0,0,0,.066.583,2.918,2.918,0,0,1,.066.619,1.375,1.375,0,0,1-.066.426,1.426,1.426,0,0,0-.066.444,1.859,1.859,0,0,0,.321,1.211,1.787,1.787,0,0,0,.832.546,5.455,5.455,0,0,0,1.115.231,4.517,4.517,0,0,1,1.172.287,1.63,1.63,0,0,1,.548.37c.138.148.3.332.491.554a.468.468,0,0,1,.151.25,1.828,1.828,0,0,1,.019.287v.333a.265.265,0,0,1-.17.064c-.076.007-.157.013-.246.019l-.245.018a.26.26,0,0,0-.152.047c-.151.061-.28.111-.387.148a2.349,2.349,0,0,1-.3.083,1.473,1.473,0,0,1-.274.028h-.738a8.76,8.76,0,0,1-1.275-.093,8.915,8.915,0,0,0-1.276-.092,10.7,10.7,0,0,0-1.408.092,10.25,10.25,0,0,1-1.37.093h-.322a3.305,3.305,0,0,0-.368-.037c-.183-.013-.372-.022-.567-.028s-.381-.016-.558-.028A2.647,2.647,0,0,1,224.3,384.47Z" style="fill:#ba9c76"/></g><g id="Key"><g style="mix-blend-mode:multiply"><path d="M78.373,458.555c.024-.1.591-.177,1.625-.243s2.543-.126,4.537-.168l7.049-.1,2.175-.015,2.259,0,4.849.022,2.665.019,2.732.051c1.835.04,3.576.065,5.486.04s3.941-.065,6.069-.064l6.271-.055,6.579-.042,3.378-.02,3.46.041c1.134.019,2.248.036,3.343.035l3.437-.008,3.481-.012c1.193,0,2.267-.011,3.4-.046,2.019-.057,4.215-.157,6.41-.159l6.315-.026c1.017,0,2.188-.014,3.244,0l3.122.036c1.026.01,1.941.013,2.962,0l3.055-.031,11.792-.138,10.872-.082,4.987-.027,4.632-.008,4.19-.008,3.708-.047,3.439-.031,2.7-.015,3.89-.029,1.431,0,1.459.022,2.659.079,2.355.08,2.2.045,4.245.079c1.327.032,2.494.053,3.659.1,2.261.1,3.916.223,5.064.319a5.263,5.263,0,0,1,1.747.262,6.28,6.28,0,0,1-1.917.179c-1.227.038-3.011.034-5.115.042l-3.578.037-4.236.026c-.719,0-1.6,0-2.455-.01l-2.534-.056L229,458.585l-1.2-.013-1.286,0-3.772.019-2.855,0-3.141.013-3.819.029-4.23-.015-4.574-.021-4.931,0-10.766.009-11.708.056-3.038.009c-.982.006-2.153,0-3.2-.016-2.145-.036-4.1-.092-6.1-.085l-6.306-.022c-1.09-.007-2.018,0-3.048.02l-3.144.074-1.817.032-.928.007-.874,0-3.488,0H141.31c-1.222,0-2.408-.011-3.557-.029l-3.339-.041-3.31.026-6.557.074-6.368.1c-2.038.01-3.963.067-5.993.106-2,.045-4.118.039-5.96.01l-2.679-.031-2.528,0-4.914,0-2.263,0-2.074.011-3.9.024-1.776-.01-1.512-.014c-1.934-.016-3.52-.039-4.595-.1S78.348,458.656,78.373,458.555Z" style="fill:#d7bca0"/></g><g style="mix-blend-mode:multiply"><path d="M78.373,485.04c.024-.1.591-.177,1.625-.242s2.543-.126,4.537-.169l7.049-.1,2.175-.015,2.259.005,4.849.022,2.665.019,2.732.051c1.835.04,3.576.065,5.486.04s3.941-.065,6.069-.064l6.271-.055,6.579-.042,3.378-.02,3.46.041c1.134.019,2.248.036,3.343.035l3.437-.008,3.481-.012c1.193,0,2.267-.011,3.4-.046,2.019-.056,4.215-.157,6.41-.159l6.315-.026c1.017,0,2.188-.014,3.244,0l3.122.036c1.026.01,1.941.013,2.962,0l3.055-.031,11.792-.138,10.872-.082,4.987-.027,4.632-.008,4.19-.007,3.708-.048,3.439-.031,2.7-.015,3.89-.029c.476,0,.945,0,1.431,0l1.459.022,2.659.079,2.355.08,2.2.045,4.245.079c1.327.032,2.494.053,3.659.1,2.261.1,3.916.223,5.064.319a5.263,5.263,0,0,1,1.747.262,6.241,6.241,0,0,1-1.917.179c-1.227.038-3.011.034-5.115.042l-3.578.037-4.236.026c-.719,0-1.6,0-2.455-.01l-2.534-.056L229,485.071l-1.2-.014-1.286,0-3.772.019-2.855,0-3.141.013-3.819.029-4.23-.015-4.574-.021-4.931,0-10.766.009-11.708.056-3.038.009c-.982.006-2.153,0-3.2-.016-2.145-.035-4.1-.092-6.1-.085l-6.306-.022c-1.09-.007-2.018,0-3.048.021l-3.144.073-1.817.032-.928.007-.874,0-3.488,0H141.31c-1.222,0-2.408-.011-3.557-.029l-3.339-.041-3.31.026-6.557.074-6.368.1c-2.038.01-3.963.067-5.993.106-2,.045-4.118.039-5.96.01l-2.679-.031-2.528,0-4.914,0-2.263,0-2.074.011-3.9.024-1.776-.01-1.512-.014c-1.934-.016-3.52-.039-4.595-.1S78.348,485.141,78.373,485.04Z" style="fill:#d7bca0"/></g><g style="mix-blend-mode:multiply"><path d="M117.033,458.472c.057,0,.1.093.135.254a5.3,5.3,0,0,1,.094.709c.015.306.033.676.053,1.1,0,.109.006.222.009.34s0,.232,0,.353c0,.24-.008.493-.012.757,0,.129-.007.271-.01.417s-.019.284-.029.427a6.76,6.76,0,0,0-.022.857c.01.3.036.616.035.948.01.31.02.64.031.98s.015.68.024,1.028c0,.176.007.344.011.528l-.023.541c-.011.177-.02.351-.02.522l.005.537.007.544a4.834,4.834,0,0,0,.025.531c.031.316.087.659.088,1l.015.987c0,.159.008.342,0,.507l-.02.487c-.006.161-.008.3,0,.463s.011.319.017.478c.026.629.052,1.248.077,1.842s.031,1.165.045,1.7c0,.269.011.529.016.78s0,.492,0,.723,0,.459,0,.655.018.392.027.579.011.369.017.538c0,.151.006.291.008.421.007.259.012.468.016.608,0,.075,0,.148,0,.224s-.008.152-.011.228c-.016.141-.031.281-.045.415s-.031.255-.044.368-.016.224-.025.344c-.016.234-.03.455-.044.664s-.03.389-.058.572a5.6,5.6,0,0,1-.178.791c-.055.178-.1.275-.145.273s-.08-.107-.1-.3-.019-.47-.024-.8c-.006-.157-.013-.357-.02-.559s-.01-.427-.015-.662c0-.112,0-.25.006-.384s.021-.263.031-.4.022-.262.032-.385l.007-.188,0-.2c0-.13-.006-.326-.011-.59,0-.131,0-.28,0-.446,0-.147,0-.308-.007-.491s-.011-.38-.017-.6.006-.43.009-.661.007-.467.011-.715,0-.5,0-.771c0-.53,0-1.094-.005-1.682s-.021-1.2-.031-1.83l-.006-.474c0-.154,0-.337.009-.5.02-.335.051-.64.048-.952s.008-.656.012-.986a4.666,4.666,0,0,0-.011-.476l-.042-.491-.017-.284,0-.145v-.137l0-.545v-.542c0-.191.006-.376.016-.556l.023-.521c0-.162-.01-.345-.015-.518-.014-.346-.027-.688-.041-1.024s-.038-.666-.056-1-.038-.62-.06-.937a7.075,7.075,0,0,1,0-.931c.006-.146.012-.287.017-.419l0-.395q0-.4,0-.768c0-.121,0-.239,0-.353l-.006-.324c0-.213-.009-.418-.013-.61,0-.1,0-.191.005-.278s.006-.161.008-.236a5.147,5.147,0,0,1,.054-.718C116.93,458.556,116.977,458.469,117.033,458.472Z" style="fill:#d7bca0"/></g><rect id="CobbleryQ1" x="129.594" y="467.367" width="7.859" height="7.859" transform="translate(-294.148 232.455) rotate(-45)" style="fill:#ef6e55"/><text transform="translate(142.401 476.062)" style="font-size:14px;fill:#ba9c76;font-family:IM_FELL_DW_Pica_Italic, IM FELL DW Pica">= <tspan x="9.741" y="0" style="letter-spacing:-0.01513671875em">A</tspan><tspan x="18.97" y="0">ct</tspan><tspan x="28.171" y="0" style="letter-spacing:-0.00390625em">i</tspan><tspan x="31.814" y="0" style="letter-spacing:-0.00439453125em">o</tspan><tspan x="36.976" y="0">n(s) needed</tspan></text><text transform="translate(87.09 476.02)" style="font-size:14px;fill:#ba9c76;font-family:IM_FELL_DW_Pica_Italic, IM FELL DW Pica">Key</text></g><text transform="translate(133.529 422.093)" style="font-size:30px;fill:#ba9c76;font-family:IM_FELL_DW_Pica_Roman, IM FELL DW Pica">1<tspan x="11.016" y="0" style="letter-spacing:-0.00390625em">7</tspan><tspan x="26.704" y="0">68</tspan></text></g><g id="Layer_14" data-name="Layer 14"><path d="M651.059,155.181l-.066-.066-.066.066H505.872V154.4h-1.6v.777H201.664v1.6H352.23V411.536H655.212V283.7h-1.6v126.24H353.83V156.781h12.384L494.371,284.937l1.131-1.131L368.476,156.781h135.8V283.6h20.446l.029.029.028-.029H806.33V403.3h1.6V155.181Zm-145.187,1.6H649.327L524.113,282H505.872ZM526.375,282,651.589,156.781H806.33V282Z" style="fill:#ba9c76"/></g><g id="Tannery"><g id="_Rectangle_" data-name="<Rectangle>"><g id="Blank_box" data-name="Blank box"><g style="clip-path:url(#clip-path-123)"><polygon points="602.55 318.977 607.491 321.784 602.55 321.784 602.55 318.977" style="fill:#f4f1ea"/><polygon points="602.55 307.94 626.915 321.784 607.491 321.784 602.55 318.977 602.55 307.94" style="fill:#f4f2ea"/><polygon points="602.55 296.904 646.339 321.784 626.915 321.784 602.55 307.94 602.55 296.904" style="fill:#f4f2eb"/><polygon points="602.55 285.868 665.763 321.784 646.339 321.784 602.55 296.904 602.55 285.868" style="fill:#f4f2eb"/><polygon points="602.55 274.832 685.186 321.784 665.763 321.784 602.55 285.868 602.55 274.832" style="fill:#f5f2eb"/><polygon points="602.55 263.795 704.61 321.784 685.186 321.784 602.55 274.832 602.55 263.795" style="fill:#f5f3eb"/><polygon points="602.55 252.759 713.368 315.724 713.368 321.784 704.61 321.784 602.55 263.795 602.55 252.759" style="fill:#f5f3ec"/><polygon points="602.55 248.267 605.255 243.506 605.688 243.506 713.368 304.688 713.368 315.724 602.55 252.759 602.55 248.267" style="fill:#f5f3ec"/><polygon points="625.112 243.506 713.368 293.652 713.368 304.688 605.688 243.506 625.112 243.506" style="fill:#f5f3ec"/><polygon points="644.535 243.506 713.368 282.615 713.368 293.652 625.112 243.506 644.535 243.506" style="fill:#f5f3ec"/><polygon points="663.959 243.506 713.368 271.579 713.368 282.615 644.535 243.506 663.959 243.506" style="fill:#f5f3ec"/><polygon points="683.383 243.506 713.368 260.543 713.368 271.579 663.959 243.506 683.383 243.506" style="fill:#f5f3ec"/><polygon points="702.807 243.506 713.368 249.506 713.368 260.543 683.383 243.506 702.807 243.506" style="fill:#f5f3ec"/><polygon points="713.368 249.506 702.807 243.506 713.368 243.506 713.368 249.506" style="fill:#f5f3ec"/></g><path d="M713.769,322.184H602.15V251.34l8.234-8.235h95.15l8.235,8.235Zm-110.819-.8H712.969V251.671l-7.766-7.766H610.715l-7.765,7.766Z" style="fill:#ba9c76"/></g></g><g id="TanneryOn"><g id="Scene"><polygon points="713.427 289.665 602.605 289.778 602.605 251.711 610.488 243.377 705.543 243.377 713.427 252.162 713.427 289.665" style="fill:#f1a958"/><polygon points="713.201 321.538 602.605 322.439 602.605 274.686 713.201 275.137 713.201 321.538" style="fill:#f38a64"/><polyline points="706.894 245.404 704.696 245.955 704.079 243.602 703.177 243.602 702.742 246.105 692.675 247.457 692.374 252.416 687.566 251.064 683.659 255.421 695.379 286.525 706.07 289.054 706.048 289.38 706.649 289.605 706.649 290.432 705.898 290.281 706.123 297.945 706.048 304.706 713.201 306.221 712.869 251.712 706.894 245.404" style="fill:#502b4d"/><polygon points="664.426 250.012 663.872 243.227 662.97 243.677 663.074 245.504 661.571 245.804 661.872 247.007 662.923 247.157 662.923 249.561 660.219 250.012 658.265 247.457 650.251 249.26 643.089 247.908 639.483 251.965 664.426 250.012" style="fill:#e34d3c"/><polygon points="706.248 288.428 704.782 291.797 667.82 308.25 639.533 304.556 613.287 299.447 607.477 295.941 625.9 289.093 706.248 288.428" style="fill:#5e413a"/><polygon points="708.302 296.743 692.975 307.862 693.877 309.515 713.201 314.105 713.314 299.576 708.302 296.743" style="fill:#5e413a"/><line x1="712.902" y1="243.788" x2="711.321" y2="243.565" style="fill:#502b4d"/><polygon points="634.524 250.613 634.224 247.758 627.762 245.804 610.939 243.827 602.605 251.486 602.379 290.003 630.768 287.577 634.524 250.613" style="fill:#362b3c"/><polygon points="698.936 285.523 704.746 286.525 706.248 288.428 704.545 290.933 680.103 301.251 668.082 307.261 651.854 304.757 642 304.143 632.521 302.052 620.3 299.748 607.477 295.941 606.977 294.839 616.343 292.085 630.016 290.732 698.936 285.523" style="fill:#9c5555"/><polygon points="699.286 286.976 703.644 287.977 695.304 291.934 682.382 296.667 666.98 303.053 645.343 299.297 629.716 297.043 616.794 293.888 616.343 292.085 621.452 291.634 699.286 286.976" style="fill:#5f4137"/><polygon points="699.587 267.442 699.286 287.577 679.752 294.639 667.882 299.147 666.98 267.592 699.587 267.442" style="fill:#caaa87"/><polygon points="667.131 268.644 667.732 274.955 667.882 299.147 664.125 299.147 651.203 298.045 637.68 296.442 627.913 294.038 619.198 292.385 619.198 268.193 661.872 263.836 667.131 268.644" style="fill:#897d67"/><polygon points="663.885 283.67 664.537 283.101 664.429 281.947 664.918 282.457 665.081 283.242 665.896 283.593 665.353 284.299 665.108 284.217 665.244 285.657 664.673 286.717 662.853 287.75 662.201 287.668 661.575 287.07 662.173 286.065 661.983 285.657 662.336 284.434 661.847 284.135 661.521 283.32 662.227 283.456 662.092 282.695 662.391 281.717 662.662 283.074 663.45 283.67 663.885 283.67" style="fill:#682622"/><polygon points="700.488 265.489 698.084 267.592 674.193 269.395 667.131 268.644 666.98 266.691 700.488 265.489" style="fill:#876255"/><polygon points="666.98 266.691 667.131 268.644 658.115 267.893 621.752 268.644 619.198 268.193 619.198 265.489 666.98 266.691" style="fill:#665250"/><polygon points="702.517 265.589 693.414 254.77 690.615 254.269 687.413 253.267 682.305 252.566 682.406 245.153 680.604 244.152 678.3 244.652 677.999 251.965 667.582 250.162 663.074 248.86 645.243 249.561 644.942 247.057 640.134 246.756 640.034 249.561 629.215 249.861 619.598 260.88 615.692 265.889 621.402 266.29 628.213 265.989 658.566 266.49 669.084 267.292 686.214 266.09 692.074 266.09 702.517 265.589" style="fill:#4f4449"/><polygon points="658.791 283.783 659.392 283.745 661.045 284.421 660.895 300.199 660.068 300.274 658.791 283.783" style="fill:#caaa87"/><polygon points="626.035 277.209 626.185 279.463 622.804 279.688 622.879 277.359 626.035 277.209" style="fill:#9e7e6f"/><polygon points="620.775 280.89 623.931 280.815 623.781 282.393 621.301 282.543 621.076 283.445 619.648 283.294 619.799 282.318 620.55 282.318 620.775 280.89" style="fill:#9e7e6f"/><polygon points="619.648 270.372 622.203 271.123 622.203 273.152 619.648 273.302 619.648 270.372" style="fill:#9e7e6f"/><polygon points="660.569 283.47 660.632 280.853 657.026 280.815 653.056 280.565 652.405 280.865 652.656 282.869 656.663 283.169 660.569 283.47" style="fill:#4f4449"/><polygon points="635.726 251.214 634.674 251.214 632.22 256.172 630.317 257.7 626.009 263.836 627.612 263.836 632.12 257.074 633.723 256.072 635.726 251.214" style="fill:#7f7475"/><polygon points="636.528 251.865 637.93 251.965 636.327 255.471 635.025 255.371 636.528 251.865" style="fill:#7f7475"/><polygon points="633.322 252.065 631.619 251.965 629.115 256.373 628.013 256.673 625.408 260.881 626.51 261.081 628.514 257.374 630.417 256.773 633.322 252.065" style="fill:#7f7475"/><polygon points="662.022 251.214 660.219 251.214 663.374 258.576 662.673 258.877 666.179 264.787 666.981 264.587 664.176 259.678 664.877 259.077 662.022 251.214" style="fill:#7f7475"/><polygon points="666.58 260.079 665.578 259.979 668.784 264.988 669.885 264.587 666.58 260.079" style="fill:#7f7475"/><polygon points="669.885 255.671 671.889 258.977 673.993 259.077 672.49 256.172 669.885 255.671" style="fill:#767780"/><polygon points="677.198 256.974 678.4 259.178 680.704 258.977 679.302 256.874 677.198 256.974" style="fill:#767780"/><polygon points="684.035 257.324 685.212 259.628 687.566 259.628 686.114 257.575 684.035 257.324" style="fill:#767780"/><polygon points="689.92 258.126 691.423 260.004 693.727 259.916 692.024 258.126 689.92 258.126" style="fill:#767780"/><polygon points="671.563 271.574 671.638 276.307 674.794 276.232 674.343 271.724 671.563 271.574" style="fill:#4d4749"/><polygon points="678.475 271.799 678.701 275.894 681.556 275.687 681.33 271.799 678.475 271.799" style="fill:#4d4749"/><polygon points="685.688 271.574 685.763 275.105 688.167 274.955 688.167 271.499 685.688 271.574" style="fill:#4d4749"/><polygon points="674.944 287.276 675.019 291.559 672.089 292.085 672.014 288.103 674.944 287.276" style="fill:#4d4749"/><polygon points="686.439 285.323 686.364 288.629 688.918 287.952 688.993 284.797 686.439 285.323" style="fill:#4d4749"/><polygon points="650.502 283.87 645.794 283.319 646.144 289.18 650.652 289.43 650.502 283.87" style="fill:#220112"/><polygon points="641.035 282.994 636.327 282.618 636.327 288.328 641.236 288.929 641.035 282.994" style="fill:#220112"/><polygon points="631.619 282.218 627.712 282.117 627.612 286.825 631.269 287.226 631.619 282.218" style="fill:#220112"/><polygon points="658.791 283.783 652.856 283.294 652.856 298.245 658.641 298.846 658.791 283.783" style="fill:#220112"/><polygon points="658.791 283.783 660.219 284.572 660.068 300.274 658.641 298.846 658.791 283.783" style="fill:#614d5c"/></g><polygon id="Overlay-3" data-name="Overlay" points="705.594 243.106 610.5 243.106 602.271 251.34 602.271 322.184 713.824 322.184 713.824 251.34 705.594 243.106" style="fill:#ba9c76;opacity:0.75"/><g id="Ribbon_and_name" data-name="Ribbon and name"><path d="M715.476,313.633l.2,8.579,9.879,1.329-6.147,4.513,4.445,7.728c-3.171-.8-21.323,2.179-19.953-4.2.911-3.883,9.475-3.545,9.475-3.545,11.573-6.713-48.82-.408-44.1-1.52-12.815-.268-54.765-1.359-66.876-.674l-7.563-2.532-1.8-6.135c-11-2.557-9.2.348-3.767-9.172-.058-.223.357-.947.3-1.17.26-.144-7.973-5.568-6.2-5.478,5.409-.355,9.9-2.86,15.365-1.742,3.283-.712,4.455,3.242,1.115,4.512l-2.79,2.166a2.353,2.353,0,0,0,1.7,4.252s42.522-.237,53.238-.618c9.206-.328,45.514-.374,59.06-.381a4.257,4.257,0,0,1,4.413,4.089" style="fill:#fbf6f0"/><path d="M725.459,323.151c-3.221-.455-7.026-1.022-9.562-1.225-.283-4.437,1.909-12.624-4.842-12.813-10.384-.033-21.067,0-31.514.183-25.683.269-51.7.662-77.357.954-.779-7.1,3.206-12.487-7.143-10.912a104.748,104.748,0,0,0-11.792,1.745c-.852.771.766,2.007,1.461,2.447l-.082-.042c1.48,1.16,3.026,2.379,4.52,3.529l.049.257c-1.519,2.525-3.077,5.124-4.475,7.475l.012-.019c-.729,2.183,7.312,2.14,8.037,2.353-1.559-.655-5.579-.587-7.665-1.953,1.516-2.469,3.182-5.113,4.786-7.729-.046-.254-.092-.511-.136-.753-1.62-1.237-3.129-2.551-4.845-3.791a4.162,4.162,0,0,1-1.11-1.164c2.583-.017,19.9-5.053,17.359.987-1.468,1.709-4.458,2.613-5.394,4.811-12.793,24.739,16.417,18.145,31.172,18.789,25.6.388,51.8.2,77.488-.954-.2.97-1.347,6.446-1.144,6.678,1.949,5.657,10.591,3.373,15.251,3.961,1.221-.353,5.739.7,5.6-.749l.01.013c-1.483-2.35-2.884-4.573-4.308-6.82.065-.77,1.548-1.21,2.054-1.787C722.685,325.641,726.571,324.122,725.459,323.151Zm-10.448,2.919a.4.4,0,0,1,.133.132.856.856,0,0,0-.215-.154C714.956,326.056,714.985,326.062,715.011,326.07Zm6.393.254-1.822,1.328.049-.031a.731.731,0,0,0-.182,1.15l-.057-.071c1.395,2.2,2.763,4.358,4.221,6.657-10.137,1.02-33.686-1.226-9.327-7.727,2.284-1.061,1.118-2.259-.9-2.287-20.827-1.08-42.126,1.457-62.965.5-13.558-.086-26.7-.441-40.013-.036-5.909-.373-13.5,1.136-16.331-4.914-1.188-4.21-.584-9.943,1.629-13.1-1.958,5.868,22.224,1.859,26.544,2.7,19.271-.171,38.56-.765,57.8-.8,11.188.394,22.626-1.215,33.425.621,4.055,3.4.963,12.092,2.228,16.273-.032-.658.327-3.151.193-4.526,2.455.539,6.1,1.029,9.24,1.535Z" style="fill:#bc9e76"/><text transform="translate(624.164 321.642)" style="font-size:12.152199745178223px;fill:#bc9e76;font-family:IM_FELL_DW_Pica_Roman, IM FELL DW Pica"><tspan style="letter-spacing:-0.027322728144897727em">T</tspan><tspan x="8.877" y="0">ANNE</tspan><tspan x="45.167" y="0" style="letter-spacing:-0.008839706164525734em">R</tspan><tspan x="53.142" y="0">Y</tspan></text></g></g><g id="TanneryHere"><g id="Scene-2" data-name="Scene"><polygon points="713.427 289.665 602.605 289.778 602.605 251.711 610.488 243.377 705.543 243.377 713.427 252.162 713.427 289.665" style="fill:#f1a958"/><polygon points="713.201 321.538 602.605 322.439 602.605 274.686 713.201 275.137 713.201 321.538" style="fill:#f38a64"/><polyline points="706.894 245.404 704.696 245.955 704.079 243.602 703.177 243.602 702.742 246.105 692.675 247.457 692.374 252.416 687.566 251.064 683.659 255.421 695.379 286.525 706.07 289.054 706.048 289.38 706.649 289.605 706.649 290.432 705.898 290.281 706.123 297.945 706.048 304.706 713.201 306.221 712.869 251.712 706.894 245.404" style="fill:#502b4d"/><polygon points="664.426 250.012 663.872 243.227 662.97 243.677 663.074 245.504 661.571 245.804 661.872 247.007 662.923 247.157 662.923 249.561 660.219 250.012 658.265 247.457 650.251 249.26 643.089 247.908 639.483 251.965 664.426 250.012" style="fill:#e34d3c"/><polygon points="706.248 288.428 704.782 291.797 667.82 308.25 639.533 304.556 613.287 299.447 607.477 295.941 625.9 289.093 706.248 288.428" style="fill:#5e413a"/><polygon points="708.302 296.743 692.975 307.862 693.877 309.515 713.201 314.105 713.314 299.576 708.302 296.743" style="fill:#5e413a"/><line x1="712.902" y1="243.788" x2="711.321" y2="243.565" style="fill:#502b4d"/><polygon points="634.524 250.613 634.224 247.758 627.762 245.804 610.939 243.827 602.605 251.486 602.379 290.003 630.768 287.577 634.524 250.613" style="fill:#362b3c"/><polygon points="698.936 285.523 704.746 286.525 706.248 288.428 704.545 290.933 680.103 301.251 668.082 307.261 651.854 304.757 642 304.143 632.521 302.052 620.3 299.748 607.477 295.941 606.977 294.839 616.343 292.085 630.016 290.732 698.936 285.523" style="fill:#9c5555"/><polygon points="699.286 286.976 703.644 287.977 695.304 291.934 682.382 296.667 666.98 303.053 645.343 299.297 629.716 297.043 616.794 293.888 616.343 292.085 621.452 291.634 699.286 286.976" style="fill:#5f4137"/><polygon points="699.587 267.442 699.286 287.577 679.752 294.639 667.882 299.147 666.98 267.592 699.587 267.442" style="fill:#caaa87"/><polygon points="667.131 268.644 667.732 274.955 667.882 299.147 664.125 299.147 651.203 298.045 637.68 296.442 627.913 294.038 619.198 292.385 619.198 268.193 661.872 263.836 667.131 268.644" style="fill:#897d67"/><polygon points="663.885 283.67 664.537 283.101 664.429 281.947 664.918 282.457 665.081 283.242 665.896 283.593 665.353 284.299 665.108 284.217 665.244 285.657 664.673 286.717 662.853 287.75 662.201 287.668 661.575 287.07 662.173 286.065 661.983 285.657 662.336 284.434 661.847 284.135 661.521 283.32 662.227 283.456 662.092 282.695 662.391 281.717 662.662 283.074 663.45 283.67 663.885 283.67" style="fill:#682622"/><polygon points="700.488 265.489 698.084 267.592 674.193 269.395 667.131 268.644 666.98 266.691 700.488 265.489" style="fill:#876255"/><polygon points="666.98 266.691 667.131 268.644 658.115 267.893 621.752 268.644 619.198 268.193 619.198 265.489 666.98 266.691" style="fill:#665250"/><polygon points="702.517 265.589 693.414 254.77 690.615 254.269 687.413 253.267 682.305 252.566 682.406 245.153 680.604 244.152 678.3 244.652 677.999 251.965 667.582 250.162 663.074 248.86 645.243 249.561 644.942 247.057 640.134 246.756 640.034 249.561 629.215 249.861 619.598 260.88 615.692 265.889 621.402 266.29 628.213 265.989 658.566 266.49 669.084 267.292 686.214 266.09 692.074 266.09 702.517 265.589" style="fill:#4f4449"/><polygon points="658.791 283.783 659.392 283.745 661.045 284.421 660.895 300.199 660.068 300.274 658.791 283.783" style="fill:#caaa87"/><polygon points="626.035 277.209 626.185 279.463 622.804 279.688 622.879 277.359 626.035 277.209" style="fill:#9e7e6f"/><polygon points="620.775 280.89 623.931 280.815 623.781 282.393 621.301 282.543 621.076 283.445 619.648 283.294 619.799 282.318 620.55 282.318 620.775 280.89" style="fill:#9e7e6f"/><polygon points="619.648 270.372 622.203 271.123 622.203 273.152 619.648 273.302 619.648 270.372" style="fill:#9e7e6f"/><polygon points="660.569 283.47 660.632 280.853 657.026 280.815 653.056 280.565 652.405 280.865 652.656 282.869 656.663 283.169 660.569 283.47" style="fill:#4f4449"/><polygon points="635.726 251.214 634.674 251.214 632.22 256.172 630.317 257.7 626.009 263.836 627.612 263.836 632.12 257.074 633.723 256.072 635.726 251.214" style="fill:#7f7475"/><polygon points="636.528 251.865 637.93 251.965 636.327 255.471 635.025 255.371 636.528 251.865" style="fill:#7f7475"/><polygon points="633.322 252.065 631.619 251.965 629.115 256.373 628.013 256.673 625.408 260.881 626.51 261.081 628.514 257.374 630.417 256.773 633.322 252.065" style="fill:#7f7475"/><polygon points="662.022 251.214 660.219 251.214 663.374 258.576 662.673 258.877 666.179 264.787 666.981 264.587 664.176 259.678 664.877 259.077 662.022 251.214" style="fill:#7f7475"/><polygon points="666.58 260.079 665.578 259.979 668.784 264.988 669.885 264.587 666.58 260.079" style="fill:#7f7475"/><polygon points="669.885 255.671 671.889 258.977 673.993 259.077 672.49 256.172 669.885 255.671" style="fill:#767780"/><polygon points="677.198 256.974 678.4 259.178 680.704 258.977 679.302 256.874 677.198 256.974" style="fill:#767780"/><polygon points="684.035 257.324 685.212 259.628 687.566 259.628 686.114 257.575 684.035 257.324" style="fill:#767780"/><polygon points="689.92 258.126 691.423 260.004 693.727 259.916 692.024 258.126 689.92 258.126" style="fill:#767780"/><polygon points="671.563 271.574 671.638 276.307 674.794 276.232 674.343 271.724 671.563 271.574" style="fill:#4d4749"/><polygon points="678.475 271.799 678.701 275.894 681.556 275.687 681.33 271.799 678.475 271.799" style="fill:#4d4749"/><polygon points="685.688 271.574 685.763 275.105 688.167 274.955 688.167 271.499 685.688 271.574" style="fill:#4d4749"/><polygon points="674.944 287.276 675.019 291.559 672.089 292.085 672.014 288.103 674.944 287.276" style="fill:#4d4749"/><polygon points="686.439 285.323 686.364 288.629 688.918 287.952 688.993 284.797 686.439 285.323" style="fill:#4d4749"/><polygon points="650.502 283.87 645.794 283.319 646.144 289.18 650.652 289.43 650.502 283.87" style="fill:#220112"/><polygon points="641.035 282.994 636.327 282.618 636.327 288.328 641.236 288.929 641.035 282.994" style="fill:#220112"/><polygon points="631.619 282.218 627.712 282.117 627.612 286.825 631.269 287.226 631.619 282.218" style="fill:#220112"/><polygon points="658.791 283.783 652.856 283.294 652.856 298.245 658.641 298.846 658.791 283.783" style="fill:#220112"/><polygon points="658.791 283.783 660.219 284.572 660.068 300.274 658.641 298.846 658.791 283.783" style="fill:#614d5c"/></g><g id="Highlight"><path d="M713.869,322.284H602.05V251.3l8.293-8.293h95.233l8.293,8.293Zm-110.819-1H712.869V251.712l-7.707-7.707H610.757l-7.707,7.707Z" style="fill:#ef6e55"/></g><g id="Ribbon_and_name-2" data-name="Ribbon and name"><path d="M715.476,313.633l.2,8.579,9.879,1.329-6.147,4.513,4.445,7.728c-3.171-.8-21.323,2.179-19.953-4.2.911-3.883,9.475-3.545,9.475-3.545,11.573-6.713-48.82-.408-44.1-1.52-12.815-.268-54.765-1.359-66.876-.674l-7.563-2.532-1.8-6.135c-11-2.557-9.2.348-3.767-9.172-.058-.223.357-.947.3-1.17.26-.144-7.973-5.568-6.2-5.478,5.409-.355,9.9-2.86,15.365-1.742,3.283-.712,4.455,3.242,1.115,4.512l-2.79,2.166a2.353,2.353,0,0,0,1.7,4.252s42.522-.237,53.238-.618c9.206-.328,45.514-.374,59.06-.381a4.257,4.257,0,0,1,4.413,4.089" style="fill:#fbf6f0"/><path d="M725.459,323.151c-3.221-.455-7.026-1.022-9.562-1.225-.283-4.437,1.909-12.624-4.842-12.813-10.384-.033-21.067,0-31.514.183-25.683.269-51.7.662-77.357.954-.779-7.1,3.206-12.487-7.143-10.912a104.748,104.748,0,0,0-11.792,1.745c-.852.771.766,2.007,1.461,2.447l-.082-.042c1.48,1.16,3.026,2.379,4.52,3.529l.049.257c-1.519,2.525-3.077,5.124-4.475,7.475l.012-.019c-.729,2.183,7.312,2.14,8.037,2.353-1.559-.655-5.579-.587-7.665-1.953,1.516-2.469,3.182-5.113,4.786-7.729-.046-.254-.092-.511-.136-.753-1.62-1.237-3.129-2.551-4.845-3.791a4.162,4.162,0,0,1-1.11-1.164c2.583-.017,19.9-5.053,17.359.987-1.468,1.709-4.458,2.613-5.394,4.811-12.793,24.739,16.417,18.145,31.172,18.789,25.6.388,51.8.2,77.488-.954-.2.97-1.347,6.446-1.144,6.678,1.949,5.657,10.591,3.373,15.251,3.961,1.221-.353,5.739.7,5.6-.749l.01.013c-1.483-2.35-2.884-4.573-4.308-6.82.065-.77,1.548-1.21,2.054-1.787C722.685,325.641,726.571,324.122,725.459,323.151Zm-10.448,2.919a.4.4,0,0,1,.133.132.856.856,0,0,0-.215-.154C714.956,326.056,714.985,326.062,715.011,326.07Zm6.393.254-1.822,1.328.049-.031a.731.731,0,0,0-.182,1.15l-.057-.071c1.395,2.2,2.763,4.358,4.221,6.657-10.137,1.02-33.686-1.226-9.327-7.727,2.284-1.061,1.118-2.259-.9-2.287-20.827-1.08-42.126,1.457-62.965.5-13.558-.086-26.7-.441-40.013-.036-5.909-.373-13.5,1.136-16.331-4.914-1.188-4.21-.584-9.943,1.629-13.1-1.958,5.868,22.224,1.859,26.544,2.7,19.271-.171,38.56-.765,57.8-.8,11.188.394,22.626-1.215,33.425.621,4.055,3.4.963,12.092,2.228,16.273-.032-.658.327-3.151.193-4.526,2.455.539,6.1,1.029,9.24,1.535Z" style="fill:#ef6e55"/><text transform="translate(624.164 321.642)" style="font-size:12.152199745178223px;fill:#ef6e55;font-family:IM_FELL_DW_Pica_Roman, IM FELL DW Pica"><tspan style="letter-spacing:-0.027322728144897727em">T</tspan><tspan x="8.877" y="0">ANNE</tspan><tspan x="45.167" y="0" style="letter-spacing:-0.008839706164525734em">R</tspan><tspan x="53.142" y="0">Y</tspan></text></g></g><rect id="TanneryQ" x="595.453" y="236.409" width="10.966" height="10.966" transform="translate(4.967 495.774) rotate(-45)" style="fill:#ef6e55"/></g><g id="Statehouse"><g id="_Rectangle_2" data-name="<Rectangle>"><g id="Blank_box-2" data-name="Blank box"><g style="clip-path:url(#clip-path-124)"><polygon points="453.021 319.122 457.874 321.97 453.021 321.97 453.021 319.122" style="fill:#f4f1ea"/><polygon points="453.021 307.929 476.951 321.97 457.874 321.97 453.021 319.122 453.021 307.929" style="fill:#f4f2ea"/><polygon points="453.021 296.735 496.029 321.97 476.951 321.97 453.021 307.929 453.021 296.735" style="fill:#f4f2eb"/><polygon points="453.021 285.541 515.106 321.97 496.029 321.97 453.021 296.735 453.021 285.541" style="fill:#f4f2eb"/><polygon points="453.021 274.347 534.183 321.97 515.106 321.97 453.021 285.541 453.021 274.347" style="fill:#f5f2eb"/><polygon points="453.021 263.154 553.26 321.97 534.183 321.97 453.021 274.347 453.021 263.154" style="fill:#f5f3eb"/><polygon points="453.021 251.96 561.862 315.823 561.862 321.97 553.26 321.97 453.021 263.154 453.021 251.96" style="fill:#f5f3ec"/><polygon points="453.021 247.403 455.678 242.574 456.103 242.574 561.862 304.63 561.862 315.823 453.021 251.96 453.021 247.403" style="fill:#f5f3ec"/><polygon points="475.18 242.574 561.862 293.436 561.862 304.63 456.103 242.574 475.18 242.574" style="fill:#f5f3ec"/><polygon points="494.257 242.574 561.862 282.242 561.862 293.436 475.18 242.574 494.257 242.574" style="fill:#f5f3ec"/><polygon points="513.335 242.574 561.862 271.048 561.862 282.242 494.257 242.574 513.335 242.574" style="fill:#f5f3ec"/><polygon points="532.412 242.574 561.862 259.855 561.862 271.048 513.335 242.574 532.412 242.574" style="fill:#f5f3ec"/><polygon points="551.489 242.574 561.862 248.661 561.862 259.855 532.412 242.574 551.489 242.574" style="fill:#f5f3ec"/><polygon points="561.862 248.661 551.489 242.574 561.862 242.574 561.862 248.661" style="fill:#f5f3ec"/></g><path d="M561.862,322.37H453.021V252l8.03-8.179h92.782L561.862,252ZM453.8,321.576H561.082V252.332l-7.572-7.714H461.374l-7.573,7.714Z" style="fill:#ba9c76"/></g></g><g id="StatehouseOn"><g id="Scene-3" data-name="Scene"><polygon points="563.186 320.674 453.265 321.575 452.815 297.023 563.412 292.744 563.186 320.674" style="fill:#cf9d7e"/><polygon points="563.749 289.815 452.927 290.491 452.815 251.298 460.811 243.189 555.415 243.414 559.47 247.694 563.975 252.086 563.749 289.815" style="fill:url(#linear-gradient-8)"/><polygon points="474.943 257.262 477.317 257.791 479.125 257.527 480.612 257.791 481.715 258.928 483.712 259.876 480.612 259.876 476.687 258.928 474.943 257.262" style="fill:#e9464e"/><polygon points="481.021 260.618 483.584 260.618 485.66 261.158 482.866 261.523 481.021 260.618" style="fill:#e9464e"/><polygon points="522.997 262.13 525.82 261.926 528.293 260.081 530.992 260.133 532.003 261.07 533.357 259.441 532.533 258.428 533.721 256.496 535.163 256.496 536.478 257.262 536.773 258.851 539.276 259.466 540.188 261.07 542.367 261.523 543.139 263.259 528.878 263.317 527.532 262.9 523.817 262.9 522.997 262.13" style="fill:#e9464e"/><polygon points="516.718 268.077 516.5 264.489 517.16 263.874 519.207 264.54 519.257 268.538 524.894 268.64 524.791 264.694 525.252 264.079 526.431 264.489 526.61 268.743 527.148 268.384 527.148 266.385 528.634 266.18 529.916 266.718 530.018 268.384 530.838 268.384 530.992 264.591 531.914 264.745 532.119 268.179 533.606 268.23 533.452 264.438 534.169 264.233 534.426 264.54 534.938 268.435 535.656 268.538 535.707 268.897 540.781 269.05 540.755 261.978 542.062 261.363 542.062 260.081 543.446 260.133 543.446 261.619 544.625 262.9 544.522 264.079 542.985 271.51 543.959 296.931 527.25 297.239 516.718 268.077" style="fill:#81929c"/><polyline points="453.04 304.457 456.959 303.902 463.57 303.825 475.179 303.056 476.819 299.34 480.612 298.007 479.792 267.256 473.744 264.591 472.821 260.388 469.849 260.081 470.156 253.828 468.824 252.393 464.826 252.086 464.928 256.391 464.108 257.416 462.468 257.006 462.571 255.058 460.418 255.673 460.623 258.953 457.036 258.748 457.343 251.676 452.815 251.749 453.04 304.457" style="fill:#3a2737"/><path d="M561.739,249.705l.348,6.534-5.11-.155v.922l-3.614-.154.231,3.69-2.122,1.344-.851-.78-.559.677-.465-6.519-1.282.1-.359,7.175-4.254,1.64-.526,5.938-.345.418.291,15.248-.137-.027v3.076l.307.23v1.307l-.461.154.077,8.533,20.729,9.791.338-56.988Zm-10.746,37.524.029-.861c.012.026.023.058.035.082Z" style="fill:#833721"/><polygon points="527.25 278.634 527.455 297.187 521.613 297.597 519.05 276.994 527.25 278.634" style="fill:#e4d6a7"/><polygon points="515.36 268.179 527.148 268.384 527.532 278.763 519.563 278.839 515.36 268.179" style="fill:#424561"/><polygon points="500.599 267.768 479.689 268.896 480.099 297.699 498.857 295.957 500.599 267.768" style="fill:#f1aa53"/><polygon points="494.052 260.017 494.091 260.03 494.012 259.497 494.001 259.351 493.991 259.351 493.578 256.545 492.348 254.802 491.477 254.651 491.477 253.777 490.708 252.342 490.617 252.331 490.055 243.999 489.785 243.999 489.894 252.246 489.837 252.24 489.324 253.829 489.324 254.812 487.633 255.879 487.238 259.516 487.172 259.517 487.172 264.233 488.043 264.284 488.145 260.491 488.555 260.132 489.17 260.338 489.273 264.438 490.605 264.284 490.247 260.389 490.657 260.132 491.221 260.286 491.426 261.978 491.169 262.388 491.272 264.438 492.758 264.233 492.194 262.08 492.348 260.286 492.912 260.132 493.219 260.389 493.373 264.335 494.372 264.156 494.052 260.017" style="fill:#81929c"/><polygon points="499.421 264.079 481.79 264.335 481.79 265.309 480.663 265.565 479.125 267.615 479.586 269.255 501.01 269.204 499.421 264.079" style="fill:#424561"/><polygon points="514.848 263.874 515.36 268.179 515.77 253.489 514.386 253.393 514.386 252.393 513.694 252.547 513.541 246.166 511.926 245.398 511.605 243.64 510.528 243.64 510.542 245.321 509.159 246.089 508.813 252.24 506.852 252.47 506.955 259.517 514.848 263.874" style="fill:#c2a78a"/><polygon points="521.818 291.857 520.692 270.535 519.628 269.925 519.614 269.614 515.916 269.213 515.411 263.515 506.686 259.441 506.675 259.475 506.66 259.466 499.165 264.233 499.165 268.538 493.783 268.845 493.783 270.69 494.065 270.767 494.142 271.587 493.758 271.664 493.86 274.227 494.116 274.252 494.065 275.482 493.783 275.534 493.783 276.994 494.091 277.02 494.091 277.968 493.873 277.994 493.789 280.684 494.014 280.761 494.142 283.016 493.937 283.106 493.783 290.217 494.091 290.217 494.065 291.37 493.783 291.447 493.86 293.754 493.809 295.753 493.86 297.059 494.244 299.52 493.732 301.288 493.783 304.517 521.613 304.517 521.921 300.852 521.818 291.857" style="fill:#ad916c"/><polygon points="501.573 278.276 496.397 278.224 496.448 284.785 496.653 286.425 501.42 286.22 501.573 278.276" style="fill:#434b60"/><polygon points="513.464 278.583 518.692 278.634 519.05 286.117 518.743 286.63 513.566 286.476 513.464 278.583" style="fill:#434b60"/><polygon points="501.215 290.012 499.985 289.346 496.499 289.756 496.756 296.675 501.42 296.778 501.215 290.012" style="fill:#434b60"/><polygon points="518.076 290.422 513.823 290.474 513.874 296.931 517.872 296.778 518.435 294.676 518.076 290.422" style="fill:#434b60"/><polygon points="499.37 275.611 500.651 274.534 500.497 272.279 498.498 271.459 497.319 272.177 496.807 273.971 497.781 275.457 499.37 275.611" style="fill:#434b60"/><polygon points="514.13 273.56 514.796 274.996 516.437 275.559 517.718 274.842 517.923 272.945 516.488 271.767 514.848 272.177 514.13 273.56" style="fill:#434b60"/><polygon points="509.722 274.332 509.62 265.47 505.161 265.386 505.469 274.586 509.722 274.332" style="fill:#434b60"/><polygon points="506.237 283.452 510.133 283.606 510.184 280.069 506.237 280.069 506.237 283.452" style="fill:#434b60"/><polygon points="512.388 303.594 512.388 302.825 512.08 302.825 512.08 301.749 511.772 301.749 511.772 300.673 511.465 300.673 511.465 299.596 511.205 299.596 511.004 291.294 505.059 291.191 505.199 299.596 504.7 299.596 504.7 300.673 504.392 300.673 504.392 301.749 504.085 301.749 504.085 302.825 503.777 302.825 503.777 303.594 503.47 303.594 503.47 304.824 512.695 304.824 512.695 303.594 512.388 303.594" style="fill:#230313"/><polygon points="506.66 259.466 501.432 262.964 500.433 264.079 499.049 264.617 498.78 264.117 499.664 263.541 500.126 262.849 506.699 258.428 514.591 263.72 515.117 264.156 514.732 264.579 513.72 264.079 506.66 259.466" style="fill:#773c46"/><path d="M518.885,264.7a.777.777,0,0,0,.418-.79l.1-.371-.019-.19v-.209l-.123-.266-.238-.365-.313-.479-.26-.4-.179.325v.163l-.151.146-.175.065-.991.733,0,.38a.031.031,0,0,0,.04.03l.387-.117-.312.307.36.083.293-.163.537-.081-.675.325h-.7l-.165.055h-.187l-.19.047-.152-.076h-.248l-.218.133-.219.133-.7.457.2.047.019.134h.3l.305-.371.332-.114.1.019-.019.152-.009.209.086.038-.029.133-.105.048.038.1-.6.3-.133.181-.371.323-.114.095-.047.086-.2.171-.19.247h.266l.124-.057.123.057.162-.256h.124l.085-.1.01-.238.58-.238.114-.142.5-.1.361.475-.019.1-.057.1.143.038.019.085-.114.086-.048.257.133.285.324.656.009.162-.1.162-.466.256-.143.086-.275.124-.105.152h.628l.123.038.09-.219.586-.3.266-.2-.333-.666.266.1.295.1.247.085.169.01.383.276.371.389.047.343v.238l-.066.152-.152.19-.124.152h.4l.115-.162.1-.047.142-.038-.038-.162-.047-.4-.029-.609-.431-.442-.05-.09c-.048-.215.334-.365.348-.571.015-.235-.015-.118,0-.352s-.238-.379-.934-.994c-.177-.157.175-.431.349-.583C518.949,264.462,518.8,264.75,518.885,264.7Z" style="fill:#bda682"/><path d="M517.717,262.035l.223.3.175-.065c.059-.028.073-.059.077-.075.02-.076-.083-.19-.269-.268" style="fill:#f23865"/><polygon points="519.922 265.008 519.798 264.78 519.589 264.656 519.379 264.608 519.161 264.684 518.98 264.84 518.98 265.046 519.094 265.312 519.275 265.474 519.451 265.664 519.579 265.788 519.655 265.93 519.703 266.016 519.655 266.197 519.513 266.235 519.408 266.149 519.408 266.501 519.56 266.501 519.76 266.501 519.826 266.358 519.884 266.187 519.922 266.044 519.864 265.835 519.836 265.616 519.75 265.474 519.451 265.284 519.332 265.16 519.313 265.046 519.294 264.894 519.408 264.84 519.532 264.903 519.451 265.092 519.57 265.16 519.712 265.208 519.817 265.169 519.922 265.008" style="fill:#bda682"/><path d="M498.287,262.748l.423.069.163.194.168.308.153.586-.029.667-.167.266.167.294v.354l-.176.007.058.13-.141.237-.246-.016.3.193.087.152.026.186-.152.04h-.193l.007-.159-.086-.106-.266.046-.185.179-.16.272.233-.119.192-.106.046.165.239-.046.173.02.073.02.117.106v.159l-.131.173.131.126v.238l.378.324.031.918-.645.511-.631.119-.5-.18-.378.033-.226.106-.1-.1-.067-.219-.146.04-.126-.014v-.132l.558-.106-.969.106-.139.172.04.08.035.059-.075.073-.252-.073-.053-.073v-.165l.059-.173-.331.133-.491.192-.451.007-.385-.047-.232-.066-.173-.159-.126-.259.126-.212.458-.08.3-.033.133.027.133.106.3-.06.219.086-.418-.325-.119-.345.02-.126.265.047.086-.226.133-.119.232-.153.166.007.219.152.1.126v.146l-.027.206.007.113.181.06.17-.067.153-.033.215-.07.2.026.341-.218.036-.156.007-.458.053-.484.172-.637.193-.345.305-.709.305-.571-.153-.066-.213-.06.166-.563.282.1c.045.055-.019.137.026.192s.219.11.275.179h0l0,0-.023-.344a.5.5,0,0,0-.083-.244l-.019-.027a.282.282,0,0,0-.2-.122l-.242-.026-.086-.053-.067-.219.087-.119Z" style="fill:#cac5a8"/><polygon points="495.08 262.054 494.824 262.208 494.734 262.388 494.734 262.618 494.85 262.746 494.85 263.003 494.811 263.22 494.824 263.489 494.734 263.643 494.824 263.861 494.85 264.028 494.85 264.143 494.811 264.361 494.824 264.681 494.734 264.937 494.606 265.283 494.44 265.488 494.209 265.757 494.119 265.962 493.863 265.898 493.863 265.68 494.004 265.501 494.183 265.309 494.312 265.033 494.44 264.591 494.44 264.348 494.312 264.13 494.042 264.13 493.773 264.194 493.568 264.386 493.568 264.591 493.568 264.732 493.709 264.822 493.85 264.784 493.953 264.553 493.991 264.425 494.119 264.284 494.324 264.348 494.324 264.566 494.196 264.758 494.068 265.033 493.876 265.232 493.709 265.54 493.696 265.821 493.722 266.052 493.889 266.142 494.094 266.142 494.145 266.283 494.132 266.629 494.042 267.116 493.901 267.116 493.901 267.397 493.901 267.705 493.889 267.936 493.914 268.102 493.94 268.269 494.068 268.512 494.324 268.512 494.44 268.563 494.593 268.41 494.593 268.166 494.44 268.038 494.324 267.936 494.209 267.743 494.324 267.487 494.709 267.141 494.901 267.039 495.08 266.898 495.196 266.885 495.196 266.667 495.529 266.577 495.952 266.372 495.952 266.706 495.875 266.885 496.028 267.128 496.413 267.564 496.515 267.718 496.759 267.718 497.143 267.769 497.297 267.641 497.297 267.526 497.207 267.359 496.925 267.282 496.682 267.295 496.528 267.231 496.4 267.064 496.4 266.706 496.746 266.155 496.836 265.886 496.746 265.668 496.515 265.578 496.349 265.45 496.605 265.232 496.72 264.976 497.297 265.033 497.72 265.155 497.989 265.309 498.091 265.475 498.309 265.591 498.476 265.527 498.604 265.655 498.796 265.501 498.873 265.309 498.681 265.04 498.36 264.95 498.128 264.917 497.945 264.769 497.733 264.72 497.42 264.586 497.105 264.438 497.579 263.925 497.758 263.797 497.925 263.912 498.002 264.04 498.13 263.823 498.284 263.823 498.476 263.771 498.45 263.579 498.168 263.477 497.963 263.477 497.784 263.349 497.517 263.395 497.258 263.643 496.9 263.823 496.695 263.618 496.733 263.246 496.682 262.926 496.541 262.669 496.438 262.49 496.298 262.272 496.221 262.054 496.093 261.888 495.875 261.773 495.618 261.837 495.426 261.888 495.08 262.054" style="fill:#bda682"/><path d="M501.778,305.9l.308-.153Z" style="fill:#f23865"/><polygon points="515.018 263.648 514.721 263.648 514.349 263.945 514.181 264.337 514.181 264.837 514.377 265.437 514.349 265.877 514.349 266.026 514.349 266.377 514.448 266.474 514.181 266.715 514.235 266.985 514.519 267.093 514.505 267.363 514.1 267.242 514.167 267.539 514.154 267.742 514.181 267.931 513.681 268.295 513.532 268.903 513.748 269.309 514.349 269.525 514.762 269.525 515.532 269.16 516.251 269.244 516.518 269.403 516.005 269.525 516.707 269.525 517.059 269.376 517.059 269.525 517.315 269.525 517.45 269.336 517.059 269.021 518.518 269.525 518.98 269.525 519.614 269.614 519.855 269.228 519.655 268.774 519.047 269.021 518.437 268.944 518.248 268.701 518.491 268.404 518.491 267.998 518.192 268.133 517.896 267.796 517.113 268.336 516.517 268.327 515.978 268.431 515.437 267.998 515.762 267.728 515.64 267.134 515.424 266.586 515.024 266.121 514.816 265.555 514.843 265.092 515.072 264.931 514.986 264.627 514.786 264.58 514.694 264.188 514.87 264.107 515.1 264.094 515.167 263.796 515.018 263.648" style="fill:#cac5a8"/></g><polygon id="Overlay-4" data-name="Overlay" points="555.89 242.918 460.796 242.918 452.566 251.152 452.566 321.996 564.12 321.996 564.12 251.152 555.89 242.918" style="fill:#ba9c76;opacity:0.75"/><g id="Ribbon_and_name-3" data-name="Ribbon and name"><path d="M565.771,313.446l.2,8.578,9.879,1.33-6.147,4.512,4.445,7.728-14.434-.215s-6.431-.1-5.52-3.986,9.476-3.545,9.476-3.545,5.284-2.869-2.733-3.038-41.365,1.519-41.365,1.519l-48.836-1.012-18.04.337-7.562-2.532-1.8-6.135-7.535-1.575c-.7.167-.939-.15-.54-.7l4.309-6.893c-.059-.224.356-.948.3-1.171l-6.184-4.9c-.5-.15-.508-.41-.012-.578l4.313-.523a21.288,21.288,0,0,1,11.051-1.219l1.14-.049c2.768.384,2.574,3.6-.025,4.561l-2.789,2.166a2.353,2.353,0,0,0,1.7,4.252s42.522-.236,53.238-.618c9.206-.328,45.514-.374,59.06-.381a4.257,4.257,0,0,1,4.412,4.09" style="fill:#fbf6f0"/><path d="M575.755,322.963c-3.221-.455-7.026-1.022-9.562-1.225-.284-4.436,1.908-12.624-4.842-12.813-10.385-.033-21.067,0-31.514.183-25.684.27-51.7.662-77.357.955-.779-7.1,3.2-12.488-7.143-10.912a104.748,104.748,0,0,0-11.792,1.745c-.853.77.766,2.006,1.461,2.446l-.082-.041c1.479,1.159,3.026,2.379,4.52,3.529l.049.256c-1.52,2.525-3.077,5.125-4.475,7.475l.012-.019c-.729,2.184,7.312,2.14,8.037,2.354-1.559-.656-5.58-.588-7.665-1.953,1.516-2.47,3.182-5.113,4.786-7.729l-.137-.754c-1.62-1.236-3.128-2.551-4.844-3.79a4.2,4.2,0,0,1-1.111-1.165c2.584-.017,19.9-5.052,17.36.987-1.468,1.709-4.458,2.613-5.394,4.811-12.793,24.739,16.417,18.145,31.171,18.789,25.6.388,51.8.205,77.489-.953-.2.969-1.347,6.445-1.144,6.678,1.948,5.656,10.59,3.372,15.251,3.961,1.221-.354,5.739.7,5.6-.75l.01.013c-1.484-2.35-2.884-4.573-4.308-6.82.064-.769,1.547-1.209,2.054-1.787C572.981,325.453,576.867,323.934,575.755,322.963Zm-10.448,2.919a.419.419,0,0,1,.133.132.856.856,0,0,0-.215-.154C565.251,325.868,565.281,325.875,565.307,325.882Zm6.393.254-1.822,1.329.049-.031a.73.73,0,0,0-.182,1.15l-.057-.072c1.395,2.2,2.763,4.358,4.221,6.658-10.137,1.019-33.686-1.227-9.328-7.728,2.285-1.06,1.119-2.259-.9-2.287-20.827-1.079-42.126,1.457-62.965.506-13.559-.086-26.7-.442-40.014-.037-5.908-.372-13.5,1.136-16.33-4.914-1.189-4.209-.584-9.942,1.628-13.1-1.957,5.869,22.225,1.86,26.544,2.7,19.271-.17,38.561-.765,57.805-.8,11.189.394,22.627-1.215,33.425.621,4.056,3.4.964,12.093,2.229,16.274-.032-.659.327-3.152.193-4.526,2.454.539,6.1,1.029,9.24,1.534Z" style="fill:#bc9e76"/><text transform="translate(462.408 322.191)" style="font-size:12.152199745178223px;fill:#bc9e76;font-family:IM_FELL_DW_Pica_Roman, IM FELL DW Pica">CITY CENTER</text></g></g><g id="StatehouseHere"><g id="Scene-4" data-name="Scene"><polygon points="563.186 320.674 453.265 321.575 452.815 297.023 563.412 292.744 563.186 320.674" style="fill:#cf9d7e"/><polygon points="563.749 289.815 452.927 290.491 452.815 251.298 460.811 243.189 555.415 243.414 559.47 247.694 563.975 252.086 563.749 289.815" style="fill:url(#linear-gradient-8)"/><polygon points="474.943 257.262 477.317 257.791 479.125 257.527 480.612 257.791 481.715 258.928 483.712 259.876 480.612 259.876 476.687 258.928 474.943 257.262" style="fill:#e9464e"/><polygon points="481.021 260.618 483.584 260.618 485.66 261.158 482.866 261.523 481.021 260.618" style="fill:#e9464e"/><polygon points="522.997 262.13 525.82 261.926 528.293 260.081 530.992 260.133 532.003 261.07 533.357 259.441 532.533 258.428 533.721 256.496 535.163 256.496 536.478 257.262 536.773 258.851 539.276 259.466 540.188 261.07 542.367 261.523 543.139 263.259 528.878 263.317 527.532 262.9 523.817 262.9 522.997 262.13" style="fill:#e9464e"/><polygon points="516.718 268.077 516.5 264.489 517.16 263.874 519.207 264.54 519.257 268.538 524.894 268.64 524.791 264.694 525.252 264.079 526.431 264.489 526.61 268.743 527.148 268.384 527.148 266.385 528.634 266.18 529.916 266.718 530.018 268.384 530.838 268.384 530.992 264.591 531.914 264.745 532.119 268.179 533.606 268.23 533.452 264.438 534.169 264.233 534.426 264.54 534.938 268.435 535.656 268.538 535.707 268.897 540.781 269.05 540.755 261.978 542.062 261.363 542.062 260.081 543.446 260.133 543.446 261.619 544.625 262.9 544.522 264.079 542.985 271.51 543.959 296.931 527.25 297.239 516.718 268.077" style="fill:#81929c"/><polyline points="453.04 304.457 456.959 303.902 463.57 303.825 475.179 303.056 476.819 299.34 480.612 298.007 479.792 267.256 473.744 264.591 472.821 260.388 469.849 260.081 470.156 253.828 468.824 252.393 464.826 252.086 464.928 256.391 464.108 257.416 462.468 257.006 462.571 255.058 460.418 255.673 460.623 258.953 457.036 258.748 457.343 251.676 452.815 251.749 453.04 304.457" style="fill:#3a2737"/><path d="M561.739,249.705l.348,6.534-5.11-.155v.922l-3.614-.154.231,3.69-2.122,1.344-.851-.78-.559.677-.465-6.519-1.282.1-.359,7.175-4.254,1.64-.526,5.938-.345.418.291,15.248-.137-.027v3.076l.307.23v1.307l-.461.154.077,8.533,20.729,9.791.338-56.988Zm-10.746,37.524.029-.861c.012.026.023.058.035.082Z" style="fill:#833721"/><polygon points="527.25 278.634 527.455 297.187 521.613 297.597 519.05 276.994 527.25 278.634" style="fill:#e4d6a7"/><polygon points="515.36 268.179 527.148 268.384 527.532 278.763 519.563 278.839 515.36 268.179" style="fill:#424561"/><polygon points="500.599 267.768 479.689 268.896 480.099 297.699 498.857 295.957 500.599 267.768" style="fill:#f1aa53"/><polygon points="494.052 260.017 494.091 260.03 494.012 259.497 494.001 259.351 493.991 259.351 493.578 256.545 492.348 254.802 491.477 254.651 491.477 253.777 490.708 252.342 490.617 252.331 490.055 243.999 489.785 243.999 489.894 252.246 489.837 252.24 489.324 253.829 489.324 254.812 487.633 255.879 487.238 259.516 487.172 259.517 487.172 264.233 488.043 264.284 488.145 260.491 488.555 260.132 489.17 260.338 489.273 264.438 490.605 264.284 490.247 260.389 490.657 260.132 491.221 260.286 491.426 261.978 491.169 262.388 491.272 264.438 492.758 264.233 492.194 262.08 492.348 260.286 492.912 260.132 493.219 260.389 493.373 264.335 494.372 264.156 494.052 260.017" style="fill:#81929c"/><polygon points="499.421 264.079 481.79 264.335 481.79 265.309 480.663 265.565 479.125 267.615 479.586 269.255 501.01 269.204 499.421 264.079" style="fill:#424561"/><polygon points="514.848 263.874 515.36 268.179 515.77 253.489 514.386 253.393 514.386 252.393 513.694 252.547 513.541 246.166 511.926 245.398 511.605 243.64 510.528 243.64 510.542 245.321 509.159 246.089 508.813 252.24 506.852 252.47 506.955 259.517 514.848 263.874" style="fill:#c2a78a"/><polygon points="521.818 291.857 520.692 270.535 519.628 269.925 519.614 269.614 515.916 269.213 515.411 263.515 506.686 259.441 506.675 259.475 506.66 259.466 499.165 264.233 499.165 268.538 493.783 268.845 493.783 270.69 494.065 270.767 494.142 271.587 493.758 271.664 493.86 274.227 494.116 274.252 494.065 275.482 493.783 275.534 493.783 276.994 494.091 277.02 494.091 277.968 493.873 277.994 493.789 280.684 494.014 280.761 494.142 283.016 493.937 283.106 493.783 290.217 494.091 290.217 494.065 291.37 493.783 291.447 493.86 293.754 493.809 295.753 493.86 297.059 494.244 299.52 493.732 301.288 493.783 304.517 521.613 304.517 521.921 300.852 521.818 291.857" style="fill:#ad916c"/><polygon points="501.573 278.276 496.397 278.224 496.448 284.785 496.653 286.425 501.42 286.22 501.573 278.276" style="fill:#434b60"/><polygon points="513.464 278.583 518.692 278.634 519.05 286.117 518.743 286.63 513.566 286.476 513.464 278.583" style="fill:#434b60"/><polygon points="501.215 290.012 499.985 289.346 496.499 289.756 496.756 296.675 501.42 296.778 501.215 290.012" style="fill:#434b60"/><polygon points="518.076 290.422 513.823 290.474 513.874 296.931 517.872 296.778 518.435 294.676 518.076 290.422" style="fill:#434b60"/><polygon points="499.37 275.611 500.651 274.534 500.497 272.279 498.498 271.459 497.319 272.177 496.807 273.971 497.781 275.457 499.37 275.611" style="fill:#434b60"/><polygon points="514.13 273.56 514.796 274.996 516.437 275.559 517.718 274.842 517.923 272.945 516.488 271.767 514.848 272.177 514.13 273.56" style="fill:#434b60"/><polygon points="509.722 274.332 509.62 265.47 505.161 265.386 505.469 274.586 509.722 274.332" style="fill:#434b60"/><polygon points="506.237 283.452 510.133 283.606 510.184 280.069 506.237 280.069 506.237 283.452" style="fill:#434b60"/><polygon points="512.388 303.594 512.388 302.825 512.08 302.825 512.08 301.749 511.772 301.749 511.772 300.673 511.465 300.673 511.465 299.596 511.205 299.596 511.004 291.294 505.059 291.191 505.199 299.596 504.7 299.596 504.7 300.673 504.392 300.673 504.392 301.749 504.085 301.749 504.085 302.825 503.777 302.825 503.777 303.594 503.47 303.594 503.47 304.824 512.695 304.824 512.695 303.594 512.388 303.594" style="fill:#230313"/><polygon points="506.66 259.466 501.432 262.964 500.433 264.079 499.049 264.617 498.78 264.117 499.664 263.541 500.126 262.849 506.699 258.428 514.591 263.72 515.117 264.156 514.732 264.579 513.72 264.079 506.66 259.466" style="fill:#773c46"/><path d="M518.885,264.7a.777.777,0,0,0,.418-.79l.1-.371-.019-.19v-.209l-.123-.266-.238-.365-.313-.479-.26-.4-.179.325v.163l-.151.146-.175.065-.991.733,0,.38a.031.031,0,0,0,.04.03l.387-.117-.312.307.36.083.293-.163.537-.081-.675.325h-.7l-.165.055h-.187l-.19.047-.152-.076h-.248l-.218.133-.219.133-.7.457.2.047.019.134h.3l.305-.371.332-.114.1.019-.019.152-.009.209.086.038-.029.133-.105.048.038.1-.6.3-.133.181-.371.323-.114.095-.047.086-.2.171-.19.247h.266l.124-.057.123.057.162-.256h.124l.085-.1.01-.238.58-.238.114-.142.5-.1.361.475-.019.1-.057.1.143.038.019.085-.114.086-.048.257.133.285.324.656.009.162-.1.162-.466.256-.143.086-.275.124-.105.152h.628l.123.038.09-.219.586-.3.266-.2-.333-.666.266.1.295.1.247.085.169.01.383.276.371.389.047.343v.238l-.066.152-.152.19-.124.152h.4l.115-.162.1-.047.142-.038-.038-.162-.047-.4-.029-.609-.431-.442-.05-.09c-.048-.215.334-.365.348-.571.015-.235-.015-.118,0-.352s-.238-.379-.934-.994c-.177-.157.175-.431.349-.583C518.949,264.462,518.8,264.75,518.885,264.7Z" style="fill:#bda682"/><path d="M517.717,262.035l.223.3.175-.065c.059-.028.073-.059.077-.075.02-.076-.083-.19-.269-.268" style="fill:#f23865"/><polygon points="519.922 265.008 519.798 264.78 519.589 264.656 519.379 264.608 519.161 264.684 518.98 264.84 518.98 265.046 519.094 265.312 519.275 265.474 519.451 265.664 519.579 265.788 519.655 265.93 519.703 266.016 519.655 266.197 519.513 266.235 519.408 266.149 519.408 266.501 519.56 266.501 519.76 266.501 519.826 266.358 519.884 266.187 519.922 266.044 519.864 265.835 519.836 265.616 519.75 265.474 519.451 265.284 519.332 265.16 519.313 265.046 519.294 264.894 519.408 264.84 519.532 264.903 519.451 265.092 519.57 265.16 519.712 265.208 519.817 265.169 519.922 265.008" style="fill:#bda682"/><path d="M498.287,262.748l.423.069.163.194.168.308.153.586-.029.667-.167.266.167.294v.354l-.176.007.058.13-.141.237-.246-.016.3.193.087.152.026.186-.152.04h-.193l.007-.159-.086-.106-.266.046-.185.179-.16.272.233-.119.192-.106.046.165.239-.046.173.02.073.02.117.106v.159l-.131.173.131.126v.238l.378.324.031.918-.645.511-.631.119-.5-.18-.378.033-.226.106-.1-.1-.067-.219-.146.04-.126-.014v-.132l.558-.106-.969.106-.139.172.04.08.035.059-.075.073-.252-.073-.053-.073v-.165l.059-.173-.331.133-.491.192-.451.007-.385-.047-.232-.066-.173-.159-.126-.259.126-.212.458-.08.3-.033.133.027.133.106.3-.06.219.086-.418-.325-.119-.345.02-.126.265.047.086-.226.133-.119.232-.153.166.007.219.152.1.126v.146l-.027.206.007.113.181.06.17-.067.153-.033.215-.07.2.026.341-.218.036-.156.007-.458.053-.484.172-.637.193-.345.305-.709.305-.571-.153-.066-.213-.06.166-.563.282.1c.045.055-.019.137.026.192s.219.11.275.179h0l0,0-.023-.344a.5.5,0,0,0-.083-.244l-.019-.027a.282.282,0,0,0-.2-.122l-.242-.026-.086-.053-.067-.219.087-.119Z" style="fill:#cac5a8"/><polygon points="495.08 262.054 494.824 262.208 494.734 262.388 494.734 262.618 494.85 262.746 494.85 263.003 494.811 263.22 494.824 263.489 494.734 263.643 494.824 263.861 494.85 264.028 494.85 264.143 494.811 264.361 494.824 264.681 494.734 264.937 494.606 265.283 494.44 265.488 494.209 265.757 494.119 265.962 493.863 265.898 493.863 265.68 494.004 265.501 494.183 265.309 494.312 265.033 494.44 264.591 494.44 264.348 494.312 264.13 494.042 264.13 493.773 264.194 493.568 264.386 493.568 264.591 493.568 264.732 493.709 264.822 493.85 264.784 493.953 264.553 493.991 264.425 494.119 264.284 494.324 264.348 494.324 264.566 494.196 264.758 494.068 265.033 493.876 265.232 493.709 265.54 493.696 265.821 493.722 266.052 493.889 266.142 494.094 266.142 494.145 266.283 494.132 266.629 494.042 267.116 493.901 267.116 493.901 267.397 493.901 267.705 493.889 267.936 493.914 268.102 493.94 268.269 494.068 268.512 494.324 268.512 494.44 268.563 494.593 268.41 494.593 268.166 494.44 268.038 494.324 267.936 494.209 267.743 494.324 267.487 494.709 267.141 494.901 267.039 495.08 266.898 495.196 266.885 495.196 266.667 495.529 266.577 495.952 266.372 495.952 266.706 495.875 266.885 496.028 267.128 496.413 267.564 496.515 267.718 496.759 267.718 497.143 267.769 497.297 267.641 497.297 267.526 497.207 267.359 496.925 267.282 496.682 267.295 496.528 267.231 496.4 267.064 496.4 266.706 496.746 266.155 496.836 265.886 496.746 265.668 496.515 265.578 496.349 265.45 496.605 265.232 496.72 264.976 497.297 265.033 497.72 265.155 497.989 265.309 498.091 265.475 498.309 265.591 498.476 265.527 498.604 265.655 498.796 265.501 498.873 265.309 498.681 265.04 498.36 264.95 498.128 264.917 497.945 264.769 497.733 264.72 497.42 264.586 497.105 264.438 497.579 263.925 497.758 263.797 497.925 263.912 498.002 264.04 498.13 263.823 498.284 263.823 498.476 263.771 498.45 263.579 498.168 263.477 497.963 263.477 497.784 263.349 497.517 263.395 497.258 263.643 496.9 263.823 496.695 263.618 496.733 263.246 496.682 262.926 496.541 262.669 496.438 262.49 496.298 262.272 496.221 262.054 496.093 261.888 495.875 261.773 495.618 261.837 495.426 261.888 495.08 262.054" style="fill:#bda682"/><path d="M501.778,305.9l.308-.153Z" style="fill:#f23865"/><polygon points="515.018 263.648 514.721 263.648 514.349 263.945 514.181 264.337 514.181 264.837 514.377 265.437 514.349 265.877 514.349 266.026 514.349 266.377 514.448 266.474 514.181 266.715 514.235 266.985 514.519 267.093 514.505 267.363 514.1 267.242 514.167 267.539 514.154 267.742 514.181 267.931 513.681 268.295 513.532 268.903 513.748 269.309 514.349 269.525 514.762 269.525 515.532 269.16 516.251 269.244 516.518 269.403 516.005 269.525 516.707 269.525 517.059 269.376 517.059 269.525 517.315 269.525 517.45 269.336 517.059 269.021 518.518 269.525 518.98 269.525 519.614 269.614 519.855 269.228 519.655 268.774 519.047 269.021 518.437 268.944 518.248 268.701 518.491 268.404 518.491 267.998 518.192 268.133 517.896 267.796 517.113 268.336 516.517 268.327 515.978 268.431 515.437 267.998 515.762 267.728 515.64 267.134 515.424 266.586 515.024 266.121 514.816 265.555 514.843 265.092 515.072 264.931 514.986 264.627 514.786 264.58 514.694 264.188 514.87 264.107 515.1 264.094 515.167 263.796 515.018 263.648" style="fill:#cac5a8"/></g><g id="Highlight-2" data-name="Highlight"><path d="M564.164,322.1H452.346V251.111l8.293-8.293h95.232l8.293,8.293Zm-110.818-1H563.164V251.525l-7.707-7.707h-94.4l-7.707,7.707Z" style="fill:#ef6e55"/></g><g id="Ribbon_and_name-4" data-name="Ribbon and name"><path d="M565.771,313.446l.2,8.578,9.879,1.33-6.147,4.512,4.445,7.728c-3.172-.8-21.324,2.179-19.954-4.2.911-3.882,9.476-3.545,9.476-3.545,11.573-6.713-48.82-.408-44.1-1.52-12.816-.268-54.766-1.358-66.877-.674l-7.562-2.532-1.8-6.135c-11-2.557-9.2.348-3.766-9.171-.059-.224.356-.948.3-1.171.261-.144-7.973-5.568-6.2-5.478,5.41-.355,9.9-2.86,15.365-1.742,3.284-.711,4.456,3.243,1.115,4.512l-2.789,2.166a2.353,2.353,0,0,0,1.7,4.252s42.522-.236,53.238-.618c9.206-.328,45.514-.374,59.06-.381a4.257,4.257,0,0,1,4.412,4.09" style="fill:#fbf6f0"/><path d="M575.755,322.963c-3.221-.455-7.026-1.022-9.562-1.225-.284-4.436,1.908-12.624-4.842-12.813-10.385-.033-21.067,0-31.514.183-25.684.27-51.7.662-77.357.955-.779-7.1,3.2-12.488-7.143-10.912a104.748,104.748,0,0,0-11.792,1.745c-.853.77.766,2.006,1.461,2.446l-.082-.041c1.479,1.159,3.026,2.379,4.52,3.529l.049.256c-1.52,2.525-3.077,5.125-4.475,7.475l.012-.019c-.729,2.184,7.312,2.14,8.037,2.354-1.559-.656-5.58-.588-7.665-1.953,1.516-2.47,3.182-5.113,4.786-7.729l-.137-.754c-1.62-1.236-3.128-2.551-4.844-3.79a4.2,4.2,0,0,1-1.111-1.165c2.584-.017,19.9-5.052,17.36.987-1.468,1.709-4.458,2.613-5.394,4.811-12.793,24.739,16.417,18.145,31.171,18.789,25.6.388,51.8.205,77.489-.953-.2.969-1.347,6.445-1.144,6.678,1.948,5.656,10.59,3.372,15.251,3.961,1.221-.354,5.739.7,5.6-.75l.01.013c-1.484-2.35-2.884-4.573-4.308-6.82.064-.769,1.547-1.209,2.054-1.787C572.981,325.453,576.867,323.934,575.755,322.963Zm-10.448,2.919a.419.419,0,0,1,.133.132.856.856,0,0,0-.215-.154C565.251,325.868,565.281,325.875,565.307,325.882Zm6.393.254-1.822,1.329.049-.031a.73.73,0,0,0-.182,1.15l-.057-.072c1.395,2.2,2.763,4.358,4.221,6.658-10.137,1.019-33.686-1.227-9.328-7.728,2.285-1.06,1.119-2.259-.9-2.287-20.827-1.079-42.126,1.457-62.965.506-13.559-.086-26.7-.442-40.014-.037-5.908-.372-13.5,1.136-16.33-4.914-1.189-4.209-.584-9.942,1.628-13.1-1.957,5.869,22.225,1.86,26.544,2.7,19.271-.17,38.561-.765,57.805-.8,11.189.394,22.627-1.215,33.425.621,4.056,3.4.964,12.093,2.229,16.274-.032-.659.327-3.152.193-4.526,2.454.539,6.1,1.029,9.24,1.534Z" style="fill:#ef6e55"/><text transform="translate(462.408 322.191)" style="font-size:12.152199745178223px;fill:#ef6e55;font-family:IM_FELL_DW_Pica_Roman, IM FELL DW Pica">CITY CENTER</text></g></g><rect id="StatehouseQ" x="445.749" y="236.221" width="10.966" height="10.966" transform="translate(-38.748 389.863) rotate(-45)" style="fill:#ef6e55"/></g><g id="WestCommon"><g id="_Rectangle_3" data-name="<Rectangle>"><g id="Blank_box-3" data-name="Blank box"><g style="clip-path:url(#clip-path-125)"><polygon points="304.678 446.485 309.531 449.333 304.678 449.333 304.678 446.485" style="fill:#f4f1ea"/><polygon points="304.678 435.292 328.609 449.333 309.531 449.333 304.678 446.485 304.678 435.292" style="fill:#f4f2ea"/><polygon points="304.678 424.098 347.686 449.333 328.609 449.333 304.678 435.292 304.678 424.098" style="fill:#f4f2eb"/><polygon points="304.678 412.904 366.763 449.333 347.686 449.333 304.678 424.098 304.678 412.904" style="fill:#f4f2eb"/><polygon points="304.678 401.71 385.84 449.333 366.763 449.333 304.678 412.904 304.678 401.71" style="fill:#f5f2eb"/><polygon points="304.678 390.516 404.918 449.333 385.84 449.333 304.678 401.71 304.678 390.516" style="fill:#f5f3eb"/><polygon points="304.678 379.323 413.519 443.186 413.519 449.333 404.918 449.333 304.678 390.516 304.678 379.323" style="fill:#f5f3ec"/><polygon points="304.678 374.766 307.335 369.937 307.76 369.937 413.519 431.992 413.519 443.186 304.678 379.323 304.678 374.766" style="fill:#f5f3ec"/><polygon points="326.837 369.937 413.519 420.799 413.519 431.992 307.76 369.937 326.837 369.937" style="fill:#f5f3ec"/><polygon points="345.915 369.937 413.519 409.605 413.519 420.799 326.837 369.937 345.915 369.937" style="fill:#f5f3ec"/><polygon points="364.992 369.937 413.519 398.411 413.519 409.605 345.915 369.937 364.992 369.937" style="fill:#f5f3ec"/><polygon points="384.069 369.937 413.519 387.217 413.519 398.411 364.992 369.937 384.069 369.937" style="fill:#f5f3ec"/><polygon points="403.146 369.937 413.519 376.024 413.519 387.217 384.069 369.937 403.146 369.937" style="fill:#f5f3ec"/><polygon points="413.519 376.024 403.146 369.937 413.519 369.937 413.519 376.024" style="fill:#f5f3ec"/></g><path d="M413.519,449.733H304.678V379.366l8.03-8.179H405.49l8.029,8.179Zm-108.061-.8H412.739V379.7l-7.572-7.714H313.031l-7.573,7.714Z" style="fill:#ba9c76"/></g></g><g id="WestCommonOn"><g id="Scene-5" data-name="Scene"><polygon points="399.206 381.679 347.737 370.417 311.021 370.191 302.575 378.188 302.575 403.866 359.427 410.537 399.206 381.679" style="fill:#f4ac62"/><polygon points="388.845 369.966 407.766 382.547 377.602 382.199 341.312 370.284 388.845 369.966" style="fill:#714f67"/><path d="M361.943,401.965l-8.795,1.172-1.4.021-.424-4.288a2.124,2.124,0,0,0-3.485-1.412l-.548.463-1.233,5.324L319,403.656l.393-2.1,2.83.162.081-3.235-2.588-1.132,1.132-1.294-1.213-1.617-1.294-.243.081-1.86L314.868,390l-2.345.809-2.1-.485-.727,1.536,1.051.971-.647,1.051-.89-1.618-1.941-.242-1.536,2.264.485,1.86-.97,1.537.323,3.073,2.1.566-.4,1.7,1.378.8-6.069.093v12.453l70.509-4.367,40.068-.323.1-2.588.587-2.156Z" style="fill:#886736"/><polyline points="405.513 369.516 413.171 377.174 413.847 389.563 385.469 383.212 378.033 383.03 371.981 383.006 360.55 378.679 349.603 378.434 333.532 369.717 345.183 369.717 381.143 377.1 393.974 380.053 386.858 376.276 387.504 375.039 385.671 373.391 380.604 373.254 380.065 370.782 378.016 369.717 387.774 369.717" style="fill:#e44d42"/><polygon points="413.632 408.931 302.687 416.142 302.687 448.127 413.847 448.352 413.632 408.931" style="fill:#a55d67"/><polygon points="388.054 391.452 376.247 386.6 372.689 389.673 365.33 389.915 361.206 389.026 356.515 393.797 356.515 404.391 373.255 404.229 384.9 405.846 388.054 391.452" style="fill:#945e60"/><polygon points="388.539 389.834 376.247 386.6 382.555 392.584 388.701 394.04 388.539 389.834" style="fill:#82505f"/><polygon points="372.689 389.673 368.969 391.937 361.206 389.026 372.689 389.673" style="fill:#82505f"/><polygon points="413.847 385.058 398.365 384.982 384.092 392.827 384.496 405.846 401.155 407.14 413.622 407.582 413.847 385.058" style="fill:#3f2539"/><polygon points="358.456 394.363 360.074 394.363 360.02 396.142 358.456 396.142 358.456 394.363" style="fill:#595156"/><polygon points="399.861 396.304 402.934 405.523 402.934 409.243 400.185 410.537 398.567 411.669 406.007 411.345 406.654 407.464 405.198 402.773 408.595 399.053 410.859 389.834 410.212 389.187 409.727 390.805 407.624 398.083 404.875 401.48 402.934 396.142 399.861 396.304" style="fill:#30212e"/><polygon points="357.723 395.067 358.853 392.259 360.359 391.775 361.715 393.421 363.147 402.716 361.414 405.911 359.154 406.008 357.648 404.072 357.723 395.067" style="fill:#aa8d33"/><polygon points="319.478 396.021 324.168 393.817 325.705 396.233 329.91 396.309 331.527 398.002 332.093 401.075 332.983 403.138 332.093 404.391 328.373 404.391 326.351 404.957 320.367 404.633 318.184 401.965 319.478 396.021" style="fill:#827445"/><polygon points="372.042 392.827 369.293 386.6 366.887 394.136 366.462 399.62 365.654 400.266 366.381 404.795 368.322 406.655 371.476 406.089 373.336 400.913 372.042 392.827" style="fill:#213953"/><polygon points="358.377 394.629 355.628 388.402 353.222 395.938 352.797 401.422 351.989 402.068 352.716 406.597 354.657 408.457 357.811 407.891 359.671 402.715 358.377 394.629" style="fill:#213953"/><polygon points="404.176 376.262 401.247 377.909 399.6 376.079 395.573 375.164 395.207 373.699 391.18 373.516 389.532 374.798 388.8 377.36 386.603 377.543 384.59 378.825 384.59 384.499 387.702 385.78 384.224 387.245 384.224 390.173 382.393 393.102 384.956 395.482 390.447 396.58 392.278 399.692 396.671 401.156 402.162 399.143 406.372 396.397 406.372 394.017 409.85 393.468 412.596 388.16 412.962 385.414 410.582 378.825 404.176 376.262" style="fill:#827445"/><polygon points="376.948 396.897 376.032 400.24 375.007 404.876 373.444 411.022 373.39 411.885 370.587 424.662 369.724 424.77 369.239 424.123 372.258 411.777 373.498 406.763 373.498 405.523 376.355 394.579 373.983 397.813 373.12 399.377 371.988 401.641 363.201 421.589 362.284 422.182 361.907 422.02 363.578 418.192 372.527 398.73 375.87 393.554 377.056 393.285 381.207 401.587 389.025 418.624 388 419.163 386.976 417.006 379.913 400.994 377.326 396.681 376.948 396.897" style="fill:#63515d"/><g id="Highlight-3" data-name="Highlight"><path d="M413.985,448.673H302.166V377.687l8.293-8.293h95.233l8.293,8.293Zm-110.819-1H412.985V378.1l-7.707-7.707H310.873l-7.707,7.707Z" style="fill:#ef6e55"/></g></g><polygon id="Overlay-5" data-name="Overlay" points="405.71 369.494 310.616 369.494 302.387 377.728 302.387 448.573 413.94 448.573 413.94 377.728 405.71 369.494" style="fill:#ba9c76;opacity:0.75"/><g id="Ribbon_and_name-5" data-name="Ribbon and name"><path d="M415.592,440.022c-.541,10.933.72,8.439,10.082,9.908-8.4,5.134-5.558,5.085-1.7,12.241-4.81-1.475-18.859,3.294-19.955-4.2.912-3.884,9.476-3.546,9.476-3.546,7.836-7.163-47.782-.1-44.1-1.521-12.878-.308-54.722-1.329-66.877-.673-5.749-1.739-8.4-1.82-9.362-8.668-9.816-1.858-9.161-.793-3.766-9.171,1.6-1.344-5.449-5.3-5.889-6.072,3.147-1.881,11.362-2.766,16.492-2.368,7.894,2.605-10.755,8.723-1.114,10.98,24.732-.011,80.341-1.234,112.3-1a4.257,4.257,0,0,1,4.413,4.089" style="fill:#fbf6f0"/><path d="M425.575,449.539c-11.787-1.762-12.8-1.373-.323.451-1.757,1.281-3.712,2.709-5.554,4.051l.049-.031a.731.731,0,0,0-.182,1.15l-.056-.071c1.394,2.2,2.762,4.357,4.22,6.657-5.533.012-11.487.615-17-.609-6.694-2.737.083-5.106,3.714-5.818,2.035-.239,8.6-2.843,3.059-3.588-9.118-.858-18.454-.247-27.609.262-17.751.8-36.07.07-53.657.069-9.977-1.366-31.3,3.52-37.592-3.675-1.89-4.544-1.286-11.491,1.756-14.806-2.17,1.457-2.483,3.536-3.172,7.022-3.009,18.682,22.735,10.5,33.831,12.067,25.6.387,51.8.2,77.489-.955-.2.97-1.348,6.446-1.145,6.678,1.949,5.657,10.591,3.372,15.251,3.961,1.222-.354,5.739.7,5.6-.75l.011.013c-1.484-2.35-2.885-4.573-4.308-6.82.064-.769,1.547-1.209,2.053-1.787C422.8,452.029,426.688,450.51,425.575,449.539Zm-10.314,3.051a.855.855,0,0,0-.215-.153A.316.316,0,0,1,415.261,452.59Z" style="fill:#bc9e76"/><path d="M416.038,440.353c.052-5.629-6.248-4.922-10.311-4.849-8.6-.064-17.425.058-26.07.18-25.683.27-51.7.663-77.356.955-.78-7.1,3.2-12.488-7.144-10.912a104.7,104.7,0,0,0-11.791,1.745c-.853.77.765,2.006,1.461,2.447l-.082-.042c1.479,1.159,3.025,2.379,4.519,3.529l.049.256c-1.519,2.525-3.077,5.125-4.475,7.475l.013-.019c-.73,2.184,7.312,2.141,8.037,2.354-1.559-.655-5.58-.587-7.666-1.953,1.516-2.469,3.183-5.113,4.786-7.729-.046-.254-.092-.511-.136-.754-1.62-1.236-3.129-2.55-4.845-3.79a4.179,4.179,0,0,1-1.11-1.165c2.66-.417,24.538-5.279,15.526,2.561-1.253,1.045-3.243,1.658-3.618,3.456-.35,4.129,4.625,3.092,7.3,3.128,7.448-.115,14.978-.264,22.618-.395,24.683-.271,49.552-.935,74.171-.849,16.561-.2,15.91-1.373,15.752,15.2a7.389,7.389,0,0,0,.152,1.8C416.144,449.742,416.005,444.2,416.038,440.353Z" style="fill:#bc9e76"/><text transform="translate(304.131 448.767)" style="font-size:12.152199745178223px;fill:#bc9e76;font-family:IM_FELL_DW_Pica_Roman, IM FELL DW Pica">WEST C<tspan x="45.992" y="0" style="letter-spacing:-0.009763857263544335em">O</tspan><tspan x="54.483" y="0">M</tspan><tspan x="65.591" y="0" style="letter-spacing:-0.009763857263544335em">M</tspan><tspan x="76.58" y="0" style="letter-spacing:-0.011732700909279612em">O</tspan><tspan x="85.047" y="0" style="letter-spacing:-0.007312847827016745em">N</tspan><tspan x="94.933" y="0">S</tspan></text></g></g><g id="WestCommonHere"><g id="Scene-6" data-name="Scene"><polygon points="399.206 381.679 347.737 370.417 311.021 370.191 302.575 378.188 302.575 403.866 359.427 410.537 399.206 381.679" style="fill:#f4ac62"/><polygon points="388.845 369.966 407.766 382.547 377.602 382.199 341.312 370.284 388.845 369.966" style="fill:#714f67"/><path d="M361.943,401.965l-8.795,1.172-1.4.021-.424-4.288a2.124,2.124,0,0,0-3.485-1.412l-.548.463-1.233,5.324L319,403.656l.393-2.1,2.83.162.081-3.235-2.588-1.132,1.132-1.294-1.213-1.617-1.294-.243.081-1.86L314.868,390l-2.345.809-2.1-.485-.727,1.536,1.051.971-.647,1.051-.89-1.618-1.941-.242-1.536,2.264.485,1.86-.97,1.537.323,3.073,2.1.566-.4,1.7,1.378.8-6.069.093v12.453l70.509-4.367,40.068-.323.1-2.588.587-2.156Z" style="fill:#886736"/><polyline points="405.513 369.516 413.171 377.174 413.847 389.563 385.469 383.212 378.033 383.03 371.981 383.006 360.55 378.679 349.603 378.434 333.532 369.717 345.183 369.717 381.143 377.1 393.974 380.053 386.858 376.276 387.504 375.039 385.671 373.391 380.604 373.254 380.065 370.782 378.016 369.717 387.774 369.717" style="fill:#e44d42"/><polygon points="413.632 408.931 302.687 416.142 302.687 448.127 413.847 448.352 413.632 408.931" style="fill:#a55d67"/><polygon points="388.054 391.452 376.247 386.6 372.689 389.673 365.33 389.915 361.206 389.026 356.515 393.797 356.515 404.391 373.255 404.229 384.9 405.846 388.054 391.452" style="fill:#945e60"/><polygon points="388.539 389.834 376.247 386.6 382.555 392.584 388.701 394.04 388.539 389.834" style="fill:#82505f"/><polygon points="372.689 389.673 368.969 391.937 361.206 389.026 372.689 389.673" style="fill:#82505f"/><polygon points="413.847 385.058 398.365 384.982 384.092 392.827 384.496 405.846 401.155 407.14 413.622 407.582 413.847 385.058" style="fill:#3f2539"/><polygon points="358.456 394.363 360.074 394.363 360.02 396.142 358.456 396.142 358.456 394.363" style="fill:#595156"/><polygon points="399.861 396.304 402.934 405.523 402.934 409.243 400.185 410.537 398.567 411.669 406.007 411.345 406.654 407.464 405.198 402.773 408.595 399.053 410.859 389.834 410.212 389.187 409.727 390.805 407.624 398.083 404.875 401.48 402.934 396.142 399.861 396.304" style="fill:#30212e"/><polygon points="357.723 395.067 358.853 392.259 360.359 391.775 361.715 393.421 363.147 402.716 361.414 405.911 359.154 406.008 357.648 404.072 357.723 395.067" style="fill:#aa8d33"/><polygon points="319.478 396.021 324.168 393.817 325.705 396.233 329.91 396.309 331.527 398.002 332.093 401.075 332.983 403.138 332.093 404.391 328.373 404.391 326.351 404.957 320.367 404.633 318.184 401.965 319.478 396.021" style="fill:#827445"/><polygon points="372.042 392.827 369.293 386.6 366.887 394.136 366.462 399.62 365.654 400.266 366.381 404.795 368.322 406.655 371.476 406.089 373.336 400.913 372.042 392.827" style="fill:#213953"/><polygon points="358.377 394.629 355.628 388.402 353.222 395.938 352.797 401.422 351.989 402.068 352.716 406.597 354.657 408.457 357.811 407.891 359.671 402.715 358.377 394.629" style="fill:#213953"/><polygon points="404.176 376.262 401.247 377.909 399.6 376.079 395.573 375.164 395.207 373.699 391.18 373.516 389.532 374.798 388.8 377.36 386.603 377.543 384.59 378.825 384.59 384.499 387.702 385.78 384.224 387.245 384.224 390.173 382.393 393.102 384.956 395.482 390.447 396.58 392.278 399.692 396.671 401.156 402.162 399.143 406.372 396.397 406.372 394.017 409.85 393.468 412.596 388.16 412.962 385.414 410.582 378.825 404.176 376.262" style="fill:#827445"/><polygon points="376.948 396.897 376.032 400.24 375.007 404.876 373.444 411.022 373.39 411.885 370.587 424.662 369.724 424.77 369.239 424.123 372.258 411.777 373.498 406.763 373.498 405.523 376.355 394.579 373.983 397.813 373.12 399.377 371.988 401.641 363.201 421.589 362.284 422.182 361.907 422.02 363.578 418.192 372.527 398.73 375.87 393.554 377.056 393.285 381.207 401.587 389.025 418.624 388 419.163 386.976 417.006 379.913 400.994 377.326 396.681 376.948 396.897" style="fill:#63515d"/><g id="Highlight-4" data-name="Highlight"><path d="M413.985,448.673H302.166V377.687l8.293-8.293h95.233l8.293,8.293Zm-110.819-1H412.985V378.1l-7.707-7.707H310.873l-7.707,7.707Z" style="fill:#ef6e55"/></g></g><g id="Highlight-5" data-name="Highlight"><path d="M413.985,448.673H302.166V377.687l8.293-8.293h95.233l8.293,8.293Zm-110.819-1H412.985V378.1l-7.707-7.707H310.873l-7.707,7.707Z" style="fill:#ef6e55"/></g><g id="Ribbon_and_name-6" data-name="Ribbon and name"><path d="M415.592,440.022l.2,8.579,9.879,1.329-6.147,4.513,4.445,7.727c-3.171-.8-21.323,2.179-19.953-4.2.911-3.882,9.475-3.544,9.475-3.544,11.574-6.714-48.82-.409-44.1-1.521-12.815-.268-54.765-1.358-66.876-.673l-7.563-2.532-1.8-6.135c-11-2.558-9.2.347-3.766-9.172-.059-.223.356-.948.3-1.171.261-.144-7.973-5.567-6.2-5.477,5.41-.355,9.9-2.861,15.365-1.743,3.283-.711,4.455,3.243,1.115,4.513l-2.79,2.166a2.352,2.352,0,0,0,1.7,4.251s42.521-.236,53.237-.618c9.206-.328,45.514-.374,59.06-.38a4.257,4.257,0,0,1,4.413,4.089" style="fill:#fbf6f0"/><path d="M425.575,449.539c-11.787-1.762-12.8-1.373-.323.451-1.757,1.281-3.712,2.709-5.554,4.051l.049-.031a.731.731,0,0,0-.182,1.15l-.056-.071c1.394,2.2,2.762,4.357,4.22,6.657-5.533.012-11.487.615-17-.609-6.694-2.737.083-5.106,3.714-5.818,2.035-.239,8.6-2.843,3.059-3.588-9.118-.858-18.454-.247-27.609.262-17.751.8-36.07.07-53.657.069-9.977-1.366-31.3,3.52-37.592-3.675-1.89-4.544-1.286-11.491,1.756-14.806-2.17,1.457-2.483,3.536-3.172,7.022-3.009,18.682,22.735,10.5,33.831,12.067,25.6.387,51.8.2,77.489-.955-.2.97-1.348,6.446-1.145,6.678,1.949,5.657,10.591,3.372,15.251,3.961,1.222-.354,5.739.7,5.6-.75l.011.013c-1.484-2.35-2.885-4.573-4.308-6.82.064-.769,1.547-1.209,2.053-1.787C422.8,452.029,426.688,450.51,425.575,449.539Zm-10.314,3.051a.855.855,0,0,0-.215-.153A.316.316,0,0,1,415.261,452.59Z" style="fill:#ef6e55"/><path d="M416.038,440.353c.052-5.629-6.248-4.922-10.311-4.849-8.6-.064-17.425.058-26.07.18-25.683.27-51.7.663-77.356.955-.78-7.1,3.2-12.488-7.144-10.912a104.7,104.7,0,0,0-11.791,1.745c-.853.77.765,2.006,1.461,2.447l-.082-.042c1.479,1.159,3.025,2.379,4.519,3.529l.049.256c-1.519,2.525-3.077,5.125-4.475,7.475l.013-.019c-.73,2.184,7.312,2.141,8.037,2.354-1.559-.655-5.58-.587-7.666-1.953,1.516-2.469,3.183-5.113,4.786-7.729-.046-.254-.092-.511-.136-.754-1.62-1.236-3.129-2.55-4.845-3.79a4.179,4.179,0,0,1-1.11-1.165c2.66-.417,24.538-5.279,15.526,2.561-1.253,1.045-3.243,1.658-3.618,3.456-.35,4.129,4.625,3.092,7.3,3.128,7.448-.115,14.978-.264,22.618-.395,24.683-.271,49.552-.935,74.171-.849,16.561-.2,15.91-1.373,15.752,15.2a7.389,7.389,0,0,0,.152,1.8C416.144,449.742,416.005,444.2,416.038,440.353Z" style="fill:#ef6e55"/><text transform="translate(304.131 448.767)" style="font-size:12.152199745178223px;fill:#ef6e55;font-family:IM_FELL_DW_Pica_Roman, IM FELL DW Pica">WEST C<tspan x="45.992" y="0" style="letter-spacing:-0.009763857263544335em">O</tspan><tspan x="54.483" y="0">M</tspan><tspan x="65.591" y="0" style="letter-spacing:-0.009763857263544335em">M</tspan><tspan x="76.58" y="0" style="letter-spacing:-0.011732700909279612em">O</tspan><tspan x="85.047" y="0" style="letter-spacing:-0.007312847827016745em">N</tspan><tspan x="94.933" y="0">S</tspan></text></g></g><rect id="WestCommonQ" x="295.569" y="362.797" width="10.966" height="10.966" transform="translate(-172.237 320.743) rotate(-45)" style="fill:#ef6e55"/></g><g id="EastCommon"><g id="_Rectangle_4" data-name="<Rectangle>"><g id="Blank_box-4" data-name="Blank box"><g style="clip-path:url(#clip-path-126)"><polygon points="453.406 445.879 458.259 448.727 453.406 448.727 453.406 445.879" style="fill:#f4f1ea"/><polygon points="453.406 434.686 477.336 448.727 458.259 448.727 453.406 445.879 453.406 434.686" style="fill:#f4f2ea"/><polygon points="453.406 423.492 496.413 448.727 477.336 448.727 453.406 434.686 453.406 423.492" style="fill:#f4f2eb"/><polygon points="453.406 412.298 515.49 448.727 496.413 448.727 453.406 423.492 453.406 412.298" style="fill:#f4f2eb"/><polygon points="453.406 401.104 534.568 448.727 515.49 448.727 453.406 412.298 453.406 401.104" style="fill:#f5f2eb"/><polygon points="453.406 389.91 553.645 448.727 534.568 448.727 453.406 401.104 453.406 389.91" style="fill:#f5f3eb"/><polygon points="453.406 378.717 562.247 442.58 562.247 448.727 553.645 448.727 453.406 389.91 453.406 378.717" style="fill:#f5f3ec"/><polygon points="453.406 374.16 456.063 369.331 456.487 369.331 562.247 431.387 562.247 442.58 453.406 378.717 453.406 374.16" style="fill:#f5f3ec"/><polygon points="475.565 369.331 562.247 420.193 562.247 431.387 456.487 369.331 475.565 369.331" style="fill:#f5f3ec"/><polygon points="494.642 369.331 562.247 408.999 562.247 420.193 475.565 369.331 494.642 369.331" style="fill:#f5f3ec"/><polygon points="513.719 369.331 562.247 397.805 562.247 408.999 494.642 369.331 513.719 369.331" style="fill:#f5f3ec"/><polygon points="532.796 369.331 562.247 386.611 562.247 397.805 513.719 369.331 532.796 369.331" style="fill:#f5f3ec"/><polygon points="551.874 369.331 562.247 375.418 562.247 386.611 532.796 369.331 551.874 369.331" style="fill:#f5f3ec"/><polygon points="562.247 375.418 551.874 369.331 562.247 369.331 562.247 375.418" style="fill:#f5f3ec"/></g><path d="M562.247,449.127H453.406V378.76l8.029-8.179h92.782l8.03,8.179Zm-108.061-.8H561.467V379.089l-7.573-7.714H461.758l-7.572,7.714Z" style="fill:#ba9c76"/></g></g><g id="EastCommonOn"><g id="Scene-7" data-name="Scene"><polygon points="563.261 387.235 501.093 387.235 501.243 369.966 556.053 369.966 562.511 376.874 563.261 387.235" style="fill:#714f66"/><path d="M530.3,383.129l-12.744-1.842-2.457-2.3-2.149-.154-.307-3.685-3.071-2.3-4.146.768-2.529-3.794c-9.689.375-42.2,0-42.2,0l-8.034,7.959.075,15.542,76.291,2.71Z" style="fill:#e25143"/><rect x="452.89" y="405.393" width="110.972" height="39.055" style="fill:#f28a70"/><polygon points="456.794 409.46 535.631 422.824 531.066 430.42 509.263 432.263 493.909 437.79 464.224 434.003 456.794 409.46" style="fill:#a35e66"/><path d="M564.162,431.815l-10.974-3.685-7.559,5.515-38.113-7.217,3.078-1.753-15.917-5.987-4.483,1.842-2.691-.691,5.605-1.612-4.708-1.842-5.6-1.152-2.018.921-13-2.3-7.725-.026-4.38-2.507s-1.345-2.764-.673-2.764,109.165,3.915,109.165,3.915Z" style="fill:#663836"/><polygon points="504.964 433.952 499.129 431.034 497.44 432.723 499.897 433.798 495.29 433.645 493.141 436.101 499.743 436.408 504.964 433.952" style="fill:#b98a2e"/><polygon points="506.653 434.412 504.349 429.653 506.499 430.113 508.188 434.259 506.653 434.412" style="fill:#b98a2e"/><polygon points="510.031 434.105 509.416 429.96 511.105 432.57 510.031 434.105" style="fill:#b98a2e"/><polygon points="482.239 393.109 473.948 384.05 485.157 383.436 484.85 379.751 490.991 379.598 491.759 383.897 482.239 393.109" style="fill:#9b5a2d"/><polygon points="506.294 382.054 489.405 382.259 481.625 388.81 481.779 405.751 501.535 406.826 506.294 382.054" style="fill:#c2a78a"/><polygon points="539.357 371.921 535.378 376.312 534.917 385.985 548.966 384.603 549.426 377.003 539.357 371.921" style="fill:#ddad54"/><polygon points="558.756 372.669 539.357 371.921 546.881 376.987 548.395 396.395 563.862 396.545 564.012 378.375 558.756 372.669" style="fill:#b78b61"/><polygon points="535.826 405.393 515.097 403.857 514.637 416.141 520.881 417.369 529.883 418.733 534.252 418.597 535.826 405.393" style="fill:#8d665a"/><polygon points="523.03 383.155 514.701 390.717 514.49 396.443 514.819 402.018 539.511 405.035 539.511 394.645 523.03 383.155" style="fill:#c0937a"/><polygon points="564.162 394.031 554.853 394.031 554.814 413.991 564.162 413.991 564.162 394.031" style="fill:#604f43"/><polygon points="559.778 395.054 555.735 391.165 546.804 382.515 540.355 383.59 535.058 383.206 523.005 383.129 536.21 395.259 538.359 395.95 550.566 396.487 559.778 395.054" style="fill:#5f3234"/><polygon points="555.94 396.641 556.093 416.755 549.491 418.29 537.054 418.597 537.31 404.318 537.783 395.771 555.94 396.641" style="fill:#72685c"/><polygon points="537.31 404.318 514.79 402.015 508.751 406.007 531.731 409.538 537.31 404.318" style="fill:#e25143"/><polygon points="500.869 405.922 487.05 405.717 487.153 403.67 484.058 403.261 484.287 393.536 472.111 383.931 465.657 386.37 454.832 409.402 469.191 410.161 469.188 410.4 469.726 410.707 470.34 410.4 470.353 410.222 478.404 410.648 478.401 411.014 479.322 411.244 479.706 410.937 479.699 410.716 483.877 410.937 483.878 410.914 499.334 413.291 500.869 405.922" style="fill:#925e60"/><polygon points="506.589 411.702 507.741 408.554 506.896 407.786 507.127 406.635 505.898 403.948 504.44 404.715 504.9 402.719 503.749 400.954 502.06 401.721 502.367 403.334 500.985 402.873 499.526 404.639 500.371 405.637 499.066 406.481 499.45 408.247 500.524 408.4 499.219 409.398 498.605 412.009 499.066 412.469 497.761 413.314 497.684 414.235 499.833 414.696 501.676 414.158 503.327 415.54 505.131 415.924 506.282 414.005 506.589 411.702" style="fill:#474a20"/><polygon points="514.535 396.513 513.255 393.877 511.259 395.873 512.487 398.483 510.338 399.251 510.184 402.783 511.412 404.318 514.893 401.989 514.535 396.513" style="fill:#474a20"/><polygon points="537.31 404.318 531.68 408.617 522.314 407.594 508.751 406.007 508.649 406.826 509.207 406.898 509.058 417.011 509.826 417.369 510.389 417.113 510.491 407.065 517.317 407.949 517.145 410.153 517.554 411.535 517.554 418.086 518.194 418.597 518.782 418.29 518.782 412.916 518.706 411.202 518.591 408.113 526.46 409.036 526.46 418.802 526.92 419.212 527.586 418.649 527.684 409.144 528.814 409.231 530.605 409.846 531.731 409.538 531.936 418.649 537.924 419.263 537.31 404.318" style="fill:#41293b"/><polygon points="524.975 418.034 524.924 410.306 521.086 409.846 520.881 417.369 524.975 418.034" style="fill:#371e11"/><polygon points="559.778 395.054 547.827 396.027 537.783 395.771 537.726 396.692 543.199 396.846 545.142 397.306 558.883 396.948 559.778 395.976 559.778 395.054" style="fill:#47363f"/><polygon points="509.263 402.015 512.487 405.086 512.18 423.664 508.956 426.428 512.027 426.275 514.79 426.275 517.554 427.042 518.629 426.275 516.326 423.818 515.865 411.074 517.401 403.243 509.263 402.015" style="fill:#502c3d"/><polygon points="521.764 386.197 520.228 384.508 517.618 383.586 514.24 386.657 513.473 382.665 510.862 382.819 510.709 379.441 510.095 378.98 509.788 376.523 505.488 373.913 501.036 377.291 502.11 380.055 499.807 381.59 502.418 391.264 500.575 399.248 506.256 403.854 511.016 403.7 512.705 405.389 518.232 404.622 521.15 400.937 522.992 401.704 525.295 398.48 526.37 391.264 524.528 391.11 524.988 388.5 524.067 386.504 521.764 386.197" style="fill:#7f7446"/><polygon points="500.025 398.535 495.981 394.99 489.865 393.57 482.553 396.331 478.66 405.34 477.737 415.475 479.067 426.632 481.216 428.066 483.775 430.113 477.735 428.578 473.679 428.616 470.365 426.428 472.208 424.586 472.924 417.216 473.538 405.035 469.853 401.222 469.035 397.716 470.647 400.787 472.822 402.68 474.357 403.704 475.176 401.247 473.564 398.893 475.33 399.098 476.916 400.94 476.2 403.397 478.554 399.507 478.657 395.924 483.57 389.885 481.83 395.412 489.814 392.137 496.877 394.44 500.255 397.767 500.025 398.535" style="fill:#391e1a"/><polygon points="473.718 382.246 469.38 375.318 470.309 369.966 497.489 369.816 497.286 380.212 496.173 382.592 497.594 385.279 497.594 386.814 499.666 386.968 499.359 383.513 503.505 381.594 509.186 385.048 506.729 390.653 507.881 393.724 506.576 395.566 503.351 396.871 505.04 399.174 503.889 402.092 500.281 401.094 499.973 398.56 497.517 393.417 496.058 395.72 492.68 394.184 492.373 391.728 489.302 392.495 485.157 391.113 482.623 393.954 480.09 393.109 479.476 397.025 475.483 397.178 474.716 400.172 470.647 400.787 466.732 398.407 467.576 391.497 469.035 388.887 472.106 389.655 469.495 384.204 471.338 380.98 473.718 382.246" style="fill:#613849"/><polyline points="457.462 389.552 458.771 382.01 456.714 377.182 456.944 373.226 458.897 371.829 458.958 377.383 460.921 381.708 459.986 392.066 461.389 394.581 462.792 388.748 471.394 381.406 479.155 379.596 487.102 369.991 489.814 369.966 487.196 375.661 480.557 382.707 472.82 385.526 466.485 393.676 466.485 396.843 463.633 400.615 459.332 404.336 459.332 411.929 461.295 422.941 468.308 432.747 483.269 440.541 482.521 441.144 466.438 436.418 469.243 440.038 468.308 441.144 462.885 439.837 459.051 437.725 452.74 437.122 452.74 389.602 457.368 396.391" style="fill:#443739"/></g><polygon id="Overlay-6" data-name="Overlay" points="555.89 369.494 460.796 369.494 452.566 377.728 452.566 448.573 564.12 448.573 564.12 377.728 555.89 369.494" style="fill:#ba9c76;opacity:0.75"/><g id="Ribbon_and_name-7" data-name="Ribbon and name"><path d="M565.771,440.022l.2,8.579,9.879,1.329-6.147,4.513,4.445,7.727c-3.468-.89-20.943,2.349-19.954-4.2.911-3.883,9.476-3.545,9.476-3.545s5.284-2.87-2.733-3.039c-37.388,2.035-73.739.407-108.241.843-7.553-3-7.2-.052-9.362-8.665.157-.33-9.867-1.285-8.076-2.279.3-.824,4.945-7.279,4.606-8.064.268-.129-7.957-5.55-6.2-5.477,5.421-.348,9.893-2.866,15.365-1.743,3.3-.7,4.448,3.238,1.115,4.513-19.487,11.755,41.091,4.433,52.148,5.8,2.915,1.564,65.382-5,63.472,3.707" style="fill:#fbf6f0"/><path d="M575.755,449.539c-11.585-1.742-12.55-1.325-.323.451-1.758,1.281-3.712,2.709-5.554,4.051l.049-.031a.731.731,0,0,0-.182,1.15l-.057-.071c1.395,2.2,2.763,4.357,4.221,6.657-5.758,1.14-32.077-.884-13.291-6.428,2.037-.238,8.6-2.842,3.059-3.587-26.89-.68-54.426,1.435-81.267.329-11.2-1.6-29.26,3.918-37.592-3.672-1.889-4.545-1.286-11.493,1.757-14.807a3.594,3.594,0,0,0-1.411,1.379c-10.548,23.133,18.266,17.29,32.07,17.708,25.6.389,51.8.2,77.488-.953-.225,2.205-2.038,6.861-.588,8.164,2.695,3.149,17.736,3.336,20.29,1.725l.01.013c-1.484-2.35-2.885-4.573-4.308-6.82.066-.77,1.546-1.208,2.054-1.787C573.128,451.845,576.617,450.81,575.755,449.539ZM565.44,452.59a.855.855,0,0,0-.215-.153A.309.309,0,0,1,565.44,452.59Z" style="fill:#c4a985"/><path d="M566.217,440.353c1.055-9.148-29.576-3.333-36.38-4.67-25.684.271-51.7.664-77.357.956-.507-6.471,2.657-12.846-7.144-10.912a104.729,104.729,0,0,0-11.791,1.745c-.853.771.766,2.006,1.461,2.447l-.082-.042c7.056,3.8,2.862,6.05.094,11.26l.012-.019c-.278,2.394,7,2.019,8.037,2.354-1.559-.655-5.58-.587-7.665-1.953,5.53-10.125,7.312-5.76-1.306-13.438,2.894-.438,24.164-5.3,15.527,2.561-1.254,1.045-3.243,1.658-3.618,3.456-.757,6.441,21.483,1.677,26.535,2.793,23.771-.306,47.764-.844,71.477-.922,16.263,1.362,23.5-6.208,21.829,15.213a7.456,7.456,0,0,0,.152,1.8C566.323,449.743,566.185,444.2,566.217,440.353Z" style="fill:#bc9e76"/><text transform="translate(456.002 448.767)" style="font-size:12.152199745178223px;fill:#bc9e76;font-family:IM_FELL_DW_Pica_Roman, IM FELL DW Pica">EAST C<tspan x="42.609" y="0" style="letter-spacing:-0.009763857263544335em">O</tspan><tspan x="51.101" y="0" style="letter-spacing:-0.00004018048256602607em">M</tspan><tspan x="62.208" y="0" style="letter-spacing:-0.009723676780978309em">M</tspan><tspan x="73.197" y="0" style="letter-spacing:-0.011732700909279612em">O</tspan><tspan x="81.664" y="0" style="letter-spacing:-0.007312847827016745em">N</tspan><tspan x="91.549" y="0">S</tspan></text></g></g><g id="EastCommonHere"><g id="Scene-8" data-name="Scene"><polygon points="563.261 387.235 501.093 387.235 501.243 369.966 556.053 369.966 562.511 376.874 563.261 387.235" style="fill:#714f66"/><path d="M530.3,383.129l-12.744-1.842-2.457-2.3-2.149-.154-.307-3.685-3.071-2.3-4.146.768-2.529-3.794c-9.689.375-42.2,0-42.2,0l-8.034,7.959.075,15.542,76.291,2.71Z" style="fill:#e25143"/><rect x="452.89" y="405.393" width="110.972" height="39.055" style="fill:#f28a70"/><polygon points="456.794 409.46 535.631 422.824 531.066 430.42 509.263 432.263 493.909 437.79 464.224 434.003 456.794 409.46" style="fill:#a35e66"/><path d="M564.162,431.815l-10.974-3.685-7.559,5.515-38.113-7.217,3.078-1.753-15.917-5.987-4.483,1.842-2.691-.691,5.605-1.612-4.708-1.842-5.6-1.152-2.018.921-13-2.3-7.725-.026-4.38-2.507s-1.345-2.764-.673-2.764,109.165,3.915,109.165,3.915Z" style="fill:#663836"/><polygon points="504.964 433.952 499.129 431.034 497.44 432.723 499.897 433.798 495.29 433.645 493.141 436.101 499.743 436.408 504.964 433.952" style="fill:#b98a2e"/><polygon points="506.653 434.412 504.349 429.653 506.499 430.113 508.188 434.259 506.653 434.412" style="fill:#b98a2e"/><polygon points="510.031 434.105 509.416 429.96 511.105 432.57 510.031 434.105" style="fill:#b98a2e"/><polygon points="482.239 393.109 473.948 384.05 485.157 383.436 484.85 379.751 490.991 379.598 491.759 383.897 482.239 393.109" style="fill:#9b5a2d"/><polygon points="506.294 382.054 489.405 382.259 481.625 388.81 481.779 405.751 501.535 406.826 506.294 382.054" style="fill:#c2a78a"/><polygon points="539.357 371.921 535.378 376.312 534.917 385.985 548.966 384.603 549.426 377.003 539.357 371.921" style="fill:#ddad54"/><polygon points="558.756 372.669 539.357 371.921 546.881 376.987 548.395 396.395 563.862 396.545 564.012 378.375 558.756 372.669" style="fill:#b78b61"/><polygon points="535.826 405.393 515.097 403.857 514.637 416.141 520.881 417.369 529.883 418.733 534.252 418.597 535.826 405.393" style="fill:#8d665a"/><polygon points="523.03 383.155 514.701 390.717 514.49 396.443 514.819 402.018 539.511 405.035 539.511 394.645 523.03 383.155" style="fill:#c0937a"/><polygon points="564.162 394.031 554.853 394.031 554.814 413.991 564.162 413.991 564.162 394.031" style="fill:#604f43"/><polygon points="559.778 395.054 555.735 391.165 546.804 382.515 540.355 383.59 535.058 383.206 523.005 383.129 536.21 395.259 538.359 395.95 550.566 396.487 559.778 395.054" style="fill:#5f3234"/><polygon points="555.94 396.641 556.093 416.755 549.491 418.29 537.054 418.597 537.31 404.318 537.783 395.771 555.94 396.641" style="fill:#72685c"/><polygon points="537.31 404.318 514.79 402.015 508.751 406.007 531.731 409.538 537.31 404.318" style="fill:#e25143"/><polygon points="500.869 405.922 487.05 405.717 487.153 403.67 484.058 403.261 484.287 393.536 472.111 383.931 465.657 386.37 454.832 409.402 469.191 410.161 469.188 410.4 469.726 410.707 470.34 410.4 470.353 410.222 478.404 410.648 478.401 411.014 479.322 411.244 479.706 410.937 479.699 410.716 483.877 410.937 483.878 410.914 499.334 413.291 500.869 405.922" style="fill:#925e60"/><polygon points="506.589 411.702 507.741 408.554 506.896 407.786 507.127 406.635 505.898 403.948 504.44 404.715 504.9 402.719 503.749 400.954 502.06 401.721 502.367 403.334 500.985 402.873 499.526 404.639 500.371 405.637 499.066 406.481 499.45 408.247 500.524 408.4 499.219 409.398 498.605 412.009 499.066 412.469 497.761 413.314 497.684 414.235 499.833 414.696 501.676 414.158 503.327 415.54 505.131 415.924 506.282 414.005 506.589 411.702" style="fill:#474a20"/><polygon points="514.535 396.513 513.255 393.877 511.259 395.873 512.487 398.483 510.338 399.251 510.184 402.783 511.412 404.318 514.893 401.989 514.535 396.513" style="fill:#474a20"/><polygon points="537.31 404.318 531.68 408.617 522.314 407.594 508.751 406.007 508.649 406.826 509.207 406.898 509.058 417.011 509.826 417.369 510.389 417.113 510.491 407.065 517.317 407.949 517.145 410.153 517.554 411.535 517.554 418.086 518.194 418.597 518.782 418.29 518.782 412.916 518.706 411.202 518.591 408.113 526.46 409.036 526.46 418.802 526.92 419.212 527.586 418.649 527.684 409.144 528.814 409.231 530.605 409.846 531.731 409.538 531.936 418.649 537.924 419.263 537.31 404.318" style="fill:#41293b"/><polygon points="524.975 418.034 524.924 410.306 521.086 409.846 520.881 417.369 524.975 418.034" style="fill:#371e11"/><polygon points="559.778 395.054 547.827 396.027 537.783 395.771 537.726 396.692 543.199 396.846 545.142 397.306 558.883 396.948 559.778 395.976 559.778 395.054" style="fill:#47363f"/><polygon points="509.263 402.015 512.487 405.086 512.18 423.664 508.956 426.428 512.027 426.275 514.79 426.275 517.554 427.042 518.629 426.275 516.326 423.818 515.865 411.074 517.401 403.243 509.263 402.015" style="fill:#502c3d"/><polygon points="521.764 386.197 520.228 384.508 517.618 383.586 514.24 386.657 513.473 382.665 510.862 382.819 510.709 379.441 510.095 378.98 509.788 376.523 505.488 373.913 501.036 377.291 502.11 380.055 499.807 381.59 502.418 391.264 500.575 399.248 506.256 403.854 511.016 403.7 512.705 405.389 518.232 404.622 521.15 400.937 522.992 401.704 525.295 398.48 526.37 391.264 524.528 391.11 524.988 388.5 524.067 386.504 521.764 386.197" style="fill:#7f7446"/><polygon points="500.025 398.535 495.981 394.99 489.865 393.57 482.553 396.331 478.66 405.34 477.737 415.475 479.067 426.632 481.216 428.066 483.775 430.113 477.735 428.578 473.679 428.616 470.365 426.428 472.208 424.586 472.924 417.216 473.538 405.035 469.853 401.222 469.035 397.716 470.647 400.787 472.822 402.68 474.357 403.704 475.176 401.247 473.564 398.893 475.33 399.098 476.916 400.94 476.2 403.397 478.554 399.507 478.657 395.924 483.57 389.885 481.83 395.412 489.814 392.137 496.877 394.44 500.255 397.767 500.025 398.535" style="fill:#391e1a"/><polygon points="473.718 382.246 469.38 375.318 470.309 369.966 497.489 369.816 497.286 380.212 496.173 382.592 497.594 385.279 497.594 386.814 499.666 386.968 499.359 383.513 503.505 381.594 509.186 385.048 506.729 390.653 507.881 393.724 506.576 395.566 503.351 396.871 505.04 399.174 503.889 402.092 500.281 401.094 499.973 398.56 497.517 393.417 496.058 395.72 492.68 394.184 492.373 391.728 489.302 392.495 485.157 391.113 482.623 393.954 480.09 393.109 479.476 397.025 475.483 397.178 474.716 400.172 470.647 400.787 466.732 398.407 467.576 391.497 469.035 388.887 472.106 389.655 469.495 384.204 471.338 380.98 473.718 382.246" style="fill:#613849"/><polyline points="457.462 389.552 458.771 382.01 456.714 377.182 456.944 373.226 458.897 371.829 458.958 377.383 460.921 381.708 459.986 392.066 461.389 394.581 462.792 388.748 471.394 381.406 479.155 379.596 487.102 369.991 489.814 369.966 487.196 375.661 480.557 382.707 472.82 385.526 466.485 393.676 466.485 396.843 463.633 400.615 459.332 404.336 459.332 411.929 461.295 422.941 468.308 432.747 483.269 440.541 482.521 441.144 466.438 436.418 469.243 440.038 468.308 441.144 462.885 439.837 459.051 437.725 452.74 437.122 452.74 389.602 457.368 396.391" style="fill:#443739"/></g><g id="Highlight-6" data-name="Highlight"><path d="M564.164,448.673H452.346V377.687l8.293-8.293h95.232l8.293,8.293Zm-110.818-1H563.164V378.1l-7.707-7.707h-94.4l-7.707,7.707Z" style="fill:#ef6e55"/></g><g id="Ribbon_and_name-8" data-name="Ribbon and name"><path d="M565.771,440.022l.2,8.579,9.879,1.329-6.147,4.513,4.445,7.727c-3.172-.8-21.324,2.179-19.954-4.2.911-3.882,9.476-3.544,9.476-3.544,11.573-6.714-48.82-.409-44.1-1.521-12.816-.268-54.766-1.358-66.877-.673l-7.562-2.532-1.8-6.135c-11-2.558-9.2.347-3.766-9.172-.059-.223.356-.948.3-1.171.261-.144-7.973-5.567-6.2-5.477,5.41-.355,9.9-2.861,15.365-1.743,3.284-.711,4.456,3.243,1.115,4.513l-2.789,2.166a2.352,2.352,0,0,0,1.7,4.251s42.522-.236,53.238-.618c9.206-.328,45.514-.374,59.06-.38a4.256,4.256,0,0,1,4.412,4.089" style="fill:#fbf6f0"/><path d="M575.755,449.539c-11.787-1.762-12.8-1.373-.323.451-1.758,1.281-3.712,2.709-5.554,4.051l.049-.031a.73.73,0,0,0-.182,1.15l-.057-.071c1.395,2.2,2.763,4.357,4.221,6.657-5.534.012-11.488.615-17-.609-6.7-2.738.083-5.106,3.714-5.818,2.035-.239,8.6-2.843,3.059-3.588-9.119-.858-18.454-.247-27.609.262-17.752.8-36.071.07-53.658.069-9.976-1.366-31.3,3.52-37.591-3.675-1.89-4.544-1.287-11.491,1.756-14.806-2.17,1.457-2.484,3.536-3.173,7.022-3.008,18.682,22.736,10.5,33.831,12.067,25.6.387,51.8.2,77.489-.955-.2.97-1.347,6.445-1.144,6.678,1.948,5.657,10.59,3.372,15.251,3.961,1.221-.354,5.739.7,5.6-.75l.01.013c-1.484-2.35-2.885-4.573-4.308-6.82.064-.769,1.547-1.209,2.054-1.787C572.981,452.029,576.867,450.51,575.755,449.539ZM565.44,452.59a.855.855,0,0,0-.215-.153A.309.309,0,0,1,565.44,452.59Z" style="fill:#f17e68"/><path d="M566.217,440.353c.052-5.629-6.248-4.922-10.311-4.849-8.6-.064-17.425.058-26.069.18-25.684.27-51.7.663-77.357.955-.779-7.1,3.2-12.488-7.143-10.912a104.748,104.748,0,0,0-11.792,1.745c-.853.77.766,2.006,1.461,2.447l-.082-.042c1.479,1.159,3.026,2.379,4.52,3.529l.049.256c-1.52,2.525-3.077,5.125-4.475,7.475l.012-.019c-.729,2.184,7.312,2.141,8.037,2.354-1.559-.655-5.58-.587-7.665-1.953,1.516-2.469,3.182-5.113,4.786-7.729l-.137-.754c-1.619-1.236-3.128-2.55-4.844-3.79a4.2,4.2,0,0,1-1.111-1.165c2.661-.417,24.539-5.279,15.527,2.561-1.253,1.045-3.243,1.658-3.618,3.456-.35,4.129,4.624,3.092,7.3,3.128,7.447-.115,14.978-.264,22.618-.395,24.683-.271,49.552-.935,74.171-.849,16.561-.2,15.91-1.373,15.752,15.2a7.426,7.426,0,0,0,.151,1.8C566.323,449.742,566.185,444.2,566.217,440.353Z" style="fill:#ef6e55"/><text transform="translate(456.002 448.767)" style="font-size:12.152199745178223px;fill:#ef6e55;font-family:IM_FELL_DW_Pica_Roman, IM FELL DW Pica">EAST C<tspan x="42.609" y="0" style="letter-spacing:-0.009763857263544335em">O</tspan><tspan x="51.101" y="0" style="letter-spacing:-0.00004018048256602607em">M</tspan><tspan x="62.208" y="0" style="letter-spacing:-0.009723676780978309em">M</tspan><tspan x="73.197" y="0" style="letter-spacing:-0.011732700909279612em">O</tspan><tspan x="81.664" y="0" style="letter-spacing:-0.007312847827016745em">N</tspan><tspan x="91.549" y="0">S</tspan></text></g></g><rect id="EastCommonQ" x="445.749" y="362.797" width="10.966" height="10.966" transform="translate(-128.251 426.936) rotate(-45)" style="fill:#ef6e55"/></g><g id="Manufactory"><g id="_Rectangle_5" data-name="<Rectangle>"><g id="Blank_box-5" data-name="Blank box"><g style="clip-path:url(#clip-path-127)"><polygon points="303.785 319.122 308.638 321.97 303.785 321.97 303.785 319.122" style="fill:#f4f1ea"/><polygon points="303.785 307.929 327.715 321.97 308.638 321.97 303.785 319.122 303.785 307.929" style="fill:#f4f2ea"/><polygon points="303.785 296.735 346.792 321.97 327.715 321.97 303.785 307.929 303.785 296.735" style="fill:#f4f2eb"/><polygon points="303.785 285.541 365.869 321.97 346.792 321.97 303.785 296.735 303.785 285.541" style="fill:#f4f2eb"/><polygon points="303.785 274.347 384.947 321.97 365.869 321.97 303.785 285.541 303.785 274.347" style="fill:#f5f2eb"/><polygon points="303.785 263.154 404.024 321.97 384.947 321.97 303.785 274.347 303.785 263.154" style="fill:#f5f3eb"/><polygon points="303.785 251.96 412.626 315.823 412.626 321.97 404.024 321.97 303.785 263.154 303.785 251.96" style="fill:#f5f3ec"/><polygon points="303.785 247.403 306.442 242.574 306.866 242.574 412.626 304.63 412.626 315.823 303.785 251.96 303.785 247.403" style="fill:#f5f3ec"/><polygon points="325.944 242.574 412.626 293.436 412.626 304.63 306.866 242.574 325.944 242.574" style="fill:#f5f3ec"/><polygon points="345.021 242.574 412.626 282.242 412.626 293.436 325.944 242.574 345.021 242.574" style="fill:#f5f3ec"/><polygon points="364.098 242.574 412.626 271.048 412.626 282.242 345.021 242.574 364.098 242.574" style="fill:#f5f3ec"/><polygon points="383.175 242.574 412.626 259.855 412.626 271.048 364.098 242.574 383.175 242.574" style="fill:#f5f3ec"/><polygon points="402.253 242.574 412.626 248.661 412.626 259.855 383.175 242.574 402.253 242.574" style="fill:#f5f3ec"/><polygon points="412.626 248.661 402.253 242.574 412.626 242.574 412.626 248.661" style="fill:#f5f3ec"/></g><path d="M412.626,322.37H303.785V252l8.029-8.179H404.6l8.03,8.179Zm-108.061-.794H411.846V252.332l-7.573-7.714H312.137l-7.572,7.714Z" style="fill:#ba9c76"/></g></g><g id="ManufactoryOn"><g id="Scene-9" data-name="Scene"><polygon points="414.296 288.578 362.908 293.577 362.908 242.798 405.881 243.078 413.846 251.036 414.296 288.578" style="fill:#ef5347"/><polygon points="383.913 267.03 388.718 268.838 391.172 270.734 395.805 271.506 400.979 292.11 381.905 291.107 383.913 267.03" style="fill:#fdea72"/><polygon points="413.47 318.536 351.527 320.788 304.225 318.986 303.601 295.12 303.601 289.564 414.597 288.352 413.47 318.536" style="fill:#eea654"/><polygon points="374.344 244.65 303.324 252.763 302.874 276.414 314.136 291.506 360.444 299.287 368.681 297.075 388.142 290.49 387.627 273.821 386.906 268.162 387.524 267.75 387.627 264.663 386.906 264.149 386.7 259.313 387.215 259.107 387.163 255.608 383.766 253.448 374.344 244.65" style="fill:#f5b14e"/><polygon points="302.874 251.524 311.941 242.798 327.154 254.374 311.529 255.969 311.529 255.969 302.986 257.043 302.874 251.524" style="fill:#cf853e"/><polygon points="354.182 276.29 372.33 274.284 384.068 272.432 384.068 273.203 371.249 275.364 354.105 277.679 344.838 275.827 344.787 275.261 354.182 276.29" style="fill:#7c501c"/><polygon points="346.408 257.615 346.074 273.666 341.595 273.203 342.213 257.615 346.408 257.615" style="fill:#855a48"/><polygon points="335.34 258.155 335.108 271.66 330.629 271.351 330.166 257.769 335.34 258.155" style="fill:#855a48"/><polygon points="370.322 258.232 370.631 270.425 365.843 271.351 365.38 258.078 370.322 258.232" style="fill:#8c4d21"/><polygon points="378.662 258.232 378.971 269.962 383.759 269.654 383.862 258.644 378.662 258.232" style="fill:#8c4d21"/><polygon points="359.871 286.477 360.283 290.799 357.4 291.107 356.988 286.889 359.871 286.477" style="fill:#c47e29"/><polygon points="327.331 298.512 303.601 290.335 303.601 272.432 314.669 273.101 326.922 275.57 329.393 295.429 327.331 298.512" style="fill:#a4815d"/><polygon points="337.217 295.798 327.331 298.487 327.545 296.432 326.094 296.444 325.997 294.581 324.264 294.217 324.615 291.816 322.751 291.935 322.633 288.757 320.63 288.636 320.556 285.591 319.008 285.601 318.972 283.227 317.565 283.039 317.715 280.574 316.217 280.587 316.13 278.623 314.8 278.439 314.557 275.641 327.255 275.482 327.548 277.459 329.184 277.686 329.258 279.881 330.594 279.962 330.369 281.959 331.995 282.367 331.677 284.203 332.892 284.586 332.871 286.646 334.182 287.138 334.023 289.756 335.259 289.78 335.237 291.84 336.253 292.108 336.231 294.168 337.246 294.436 337.217 295.798" style="fill:#8f6948"/><polygon points="310.855 276.504 310.756 276.399 306.844 275.673 304.373 277.216 304.759 290.721 308.312 291.956 307.667 278.657 310.855 276.504" style="fill:#8e6b49"/><polygon points="312.815 278.566 310.855 276.504 307.667 278.657 308.312 291.956 313.433 293.705 312.815 278.566" style="fill:#431708"/><polygon points="370.322 242.798 354.8 254.065 387.774 256.998 387.311 255.608 375.727 242.798 370.322 242.798" style="fill:#7f4640"/><polyline points="314.812 244.992 323.837 254.485 354.8 254.065 370.322 242.798 311.771 242.965" style="fill:#312529"/><polygon points="370.476 242.798 370.631 254.374 377.89 254.837 377.89 242.798 370.476 242.798" style="fill:#c9a55d"/><polygon points="319.153 274.048 319.153 257.362 315.806 252.663 311.344 252.863 309.432 257.26 309.114 272.779 319.153 274.048" style="fill:#541a0e"/><polygon points="370.94 242.798 370.631 254.374 368.314 250.361 368.314 242.798 370.94 242.798" style="fill:#623721"/><polygon points="312.458 245.864 310.45 246.944 310.45 249.722 311.994 251.42 314.002 250.802 315.238 248.179 314.311 246.327 312.458 245.864" style="fill:#381d22"/><polygon points="375.11 287.094 380.824 286.014 381.133 290.49 384.222 291.57 384.222 297.281 378.816 298.67 375.419 296.818 375.11 287.094" style="fill:#452a21"/><polygon points="368.468 284.316 368.468 296.972 373.668 299.853 377.684 298.618 377.169 283.801 372.433 283.081 368.468 284.316" style="fill:#282d20"/><polygon points="360.592 292.033 359.768 293.37 360.283 300.573 365.38 303.146 370.785 301.448 371.712 292.548 365.431 290.592 360.592 292.033" style="fill:#6b3324"/><polygon points="315.806 252.68 314.569 252.753 311.331 252.898 309.365 256.182 309.114 272.779 311.81 273.139 312.844 256.198 315.806 252.68" style="fill:#8e6b49"/><rect x="367.307" y="257.721" width="1.289" height="14.511" transform="translate(210.9 -160.389) rotate(33.976)" style="fill:#5b4734"/><rect x="368.874" y="261.063" width="1.289" height="12.706" transform="translate(212.531 -160.848) rotate(33.976)" style="fill:#5b4734"/><rect x="367.314" y="258.772" width="1.907" height="12.864" transform="translate(794.096 108.284) rotate(124.012)" style="fill:#66503b"/><rect x="380.909" y="257.395" width="0.964" height="11.748" transform="translate(812.956 94.389) rotate(124.012)" style="fill:#66503b"/><rect x="380.563" y="259.81" width="0.964" height="11.748" transform="translate(814.42 98.442) rotate(124.012)" style="fill:#66503b"/><rect x="380.373" y="258.095" width="2.035" height="12.096" transform="translate(499.502 712.786) rotate(-139.455)" style="fill:#5b4734"/><circle cx="367.951" cy="264.977" r="0.126" style="fill:#3a3a3a"/><circle cx="364.154" cy="270.604" r="0.126" style="fill:#3a3a3a"/><circle cx="366.251" cy="272.257" r="0.126" style="fill:#3a3a3a"/><circle cx="370.177" cy="266.698" r="0.126" style="fill:#3a3a3a"/><circle cx="373.173" cy="268.595" r="0.126" style="fill:#3a3a3a"/><circle cx="378.02" cy="268.468" r="0.126" style="fill:#3a3a3a"/><circle cx="376.67" cy="262.84" r="0.126" style="fill:#3a3a3a"/><circle cx="377.084" cy="260.367" r="0.126" style="fill:#3a3a3a"/><circle cx="384.78" cy="260.15" r="0.126" style="fill:#3a3a3a"/><circle cx="385.844" cy="266.27" r="0.126" style="fill:#3a3a3a"/><circle cx="385.588" cy="268.847" r="0.126" style="fill:#3a3a3a"/><circle cx="380.586" cy="265.33" r="0.126" style="fill:#3a3a3a"/><circle cx="381.905" cy="263.603" r="0.126" style="fill:#3a3a3a"/><circle cx="372.691" cy="262.714" r="0.126" style="fill:#3a3a3a"/><circle cx="371.58" cy="259.485" r="0.126" style="fill:#3a3a3a"/><circle cx="363.432" cy="262.028" r="0.126" style="fill:#3a3a3a"/><polygon points="335.857 257.025 334.763 256.616 329.895 272.181 330.989 272.59 335.857 257.025" style="fill:#5b4734"/><polygon points="337.319 261.17 336.223 260.768 332.764 272.011 333.86 272.414 337.319 261.17" style="fill:#5b4734"/><circle cx="330.621" cy="271.743" r="0.126" style="fill:#3a3a3a"/><circle cx="333.46" cy="271.743" r="0.126" style="fill:#3a3a3a"/><circle cx="336.603" cy="261.598" r="0.126" style="fill:#3a3a3a"/><circle cx="335.099" cy="257.489" r="0.126" style="fill:#3a3a3a"/><polygon points="336.65 269.21 337.776 267.85 329.213 259.948 328.087 261.308 336.65 269.21" style="fill:#755c45"/><circle cx="329.314" cy="261.282" r="0.126" style="fill:#3a3a3a"/><circle cx="336.852" cy="268.245" r="0.126" style="fill:#3a3a3a"/><circle cx="334.821" cy="266.307" r="0.126" style="fill:#3a3a3a"/><circle cx="332.88" cy="264.558" r="0.126" style="fill:#3a3a3a"/><polygon points="326.922 288.02 313.949 267.879 303.601 267.184 303.601 268.342 305.536 268.479 305.609 274.129 306.381 274.361 306.844 274.129 306.739 268.564 309.618 268.768 309.547 274.689 310.242 274.94 310.59 274.631 310.706 268.845 313.345 269.032 313.447 275.248 313.977 275.432 314.412 275.287 314.262 270.292 315.187 271.654 315.223 278.49 315.883 278.597 315.674 272.371 316.69 273.937 316.652 280.535 317.27 280.689 317.201 274.618 318.273 276.196 318.273 283.236 318.972 283.227 318.76 276.912 319.664 278.241 319.664 285.551 320.556 285.591 320.436 279.48 321.774 281.847 321.864 288.715 322.444 288.792 322.441 282.787 323.626 284.948 323.525 291.879 324.297 291.917 324.245 285.602 325.122 287.1 325.172 294.4 325.79 294.657 325.741 288.159 326.202 288.946 326.407 296.457 327.154 296.47 326.922 288.02" style="fill:#5b371d"/></g><polygon id="Overlay-7" data-name="Overlay" points="406.01 242.806 310.915 242.806 302.686 251.041 302.686 321.885 414.239 321.885 414.239 251.041 406.01 242.806" style="fill:#ba9c76;opacity:0.75"/><g id="Ribbon_and_name-9" data-name="Ribbon and name"><line x1="416.128" y1="309.98" x2="415.891" y2="297.667" style="fill:#fbf6f0"/><path d="M425.973,323.242l-9.924-1.554c-.3-2.723,1.007-10.027-1.787-12.05l1.866.342-.237-12.313a4.257,4.257,0,0,0-4.412-4.089c-13.547.006-49.855.053-59.06.381-10.717.381-53.238.618-53.238.618a2.353,2.353,0,0,1-1.7-4.252l2.79-2.166c3.358-1.266,2.15-5.228-1.115-4.513-5.456-1.118-9.973,1.388-15.365,1.743-1.714-.04,6.307,5.232,6.2,5.478.059.223-.356.947-.3,1.17-5.47,9.554-7.186,6.608,3.766,9.172l1.8,6.135c-6.974,20.866,7.876,18.421,21.346,18.091l31.165.065c15.683,1,37.506-.026,53.2-.673,2.642-.037,12.056-.369,14.5.832l-1.685,2.078c-2.512.88-15.17,2.584-7.038,7,4.1.8,13.561.755,17.788.578l-4.718-7.56Z" style="fill:#fbf6f0"/><line x1="415.891" y1="297.667" x2="416.094" y2="306.246" style="fill:#fbf6f0"/><path d="M415.562,309.782c-28.864-.838-58.557,1.4-87.57.462-8.92-1.4-33.665,5.122-34.578-7.238-.389-3.735.176-9.881,3.281-11.78-2.736,2.841-3.215,8.713-2.44,12.819,2.225,9.87,25.227,4.3,33.454,5.627,16.9.025,34.067.526,50.977.2C390.769,309.623,403.8,307.419,415.562,309.782Z" style="fill:#c4a985"/><path d="M416.337,298c.052-5.628-6.248-4.921-10.311-4.848-8.6-.065-17.425.058-26.07.18-25.683.269-51.7.662-77.356.954-.78-7.095,3.2-12.487-7.144-10.912a104.7,104.7,0,0,0-11.791,1.745c-.853.771.766,2.007,1.461,2.447l-.082-.042c1.479,1.16,3.026,2.379,4.519,3.529l.049.257c-1.519,2.525-3.077,5.124-4.475,7.475l.013-.019c-.73,2.183,7.312,2.14,8.037,2.353-1.559-.655-5.58-.587-7.666-1.953,1.516-2.469,3.183-5.113,4.787-7.729-.046-.254-.093-.511-.137-.753-1.62-1.237-3.129-2.551-4.845-3.791a4.152,4.152,0,0,1-1.11-1.165c2.66-.417,24.538-5.278,15.526,2.561-1.253,1.046-3.242,1.658-3.617,3.456-.35,4.13,4.624,3.092,7.3,3.129,7.448-.116,14.978-.265,22.618-.4,24.683-.271,49.552-.934,74.171-.849,16.561-.2,15.91-1.373,15.752,15.2a7.411,7.411,0,0,0,.152,1.8C416.443,307.388,416.3,301.843,416.337,298Z" style="fill:#bc9e76"/><text transform="translate(307.89 306.409)" style="font-size:12.152199745178223px;fill:#bc9e76;font-family:IM_FELL_DW_Pica_Roman, IM FELL DW Pica">MANU<tspan x="38.225" y="0" style="letter-spacing:-0.027322728144897727em">F</tspan><tspan x="45.339" y="0" style="letter-spacing:-0.008317359891167397em">A</tspan><tspan x="52.976" y="0">CT</tspan><tspan x="70.266" y="0" style="letter-spacing:-0.009763857263544335em">O</tspan><tspan x="78.757" y="0" style="letter-spacing:-0.008799525681959708em">R</tspan><tspan x="86.732" y="0">Y</tspan><tspan x="25.702" y="15.2" style="letter-spacing:-0.011732700909279612em">H</tspan><tspan x="35.765" y="15.2" style="letter-spacing:-0.00582616997207378em">O</tspan><tspan x="44.304" y="15.2">USE</tspan></text><path d="M299.181,310.244c24.794-.019,80.3-1.227,112.3-1a4.257,4.257,0,0,1,4.413,4.089" style="fill:#fbf6f0"/><path d="M425.812,322.841c-3.2-.449-6.967-1.012-9.484-1.213-.253-4.554,1.828-12.951-5.193-12.838-10.023.048-20.114.29-30.161.218-18.632.174-37.617.444-56.133.757-5.674.057-12.4-.079-17.781.333a65.138,65.138,0,0,0,7.516.321c27.781.091,55.88-1.217,83.744-1.073,19.709-.379,17.181-1.974,17.8,16.949a29.428,29.428,0,0,0,.21-4.523c2.452.536,6.1,1.028,9.224,1.531-1.754,1.279-3.715,2.711-5.554,4.05l.05-.031a.729.729,0,0,0-.183,1.15l-.056-.071c1.395,2.2,2.758,4.351,4.221,6.657-5.213.091-10.7.4-15.969-.335-8.077-2.509-1.9-5.216,2.8-6.126,1.762-.208,8.211-2.621,3.34-3.49-9.054-.981-18.346-.3-27.446.166-17.642.849-35.85.111-53.33.108-9.862-1.378-32.72,3.544-38.533-3.783-1.925-4.142-.844-10.684.959-13.914-2.193,2.575-2.835,7.675-2.267,11.7.982,11.453,31.022,5.13,40.061,6.634,23.482.431,47.63.013,71.2-.993-.2.97-1.347,6.443-1.145,6.677,1.97,5.695,10.742,3.363,15.449,3.959,1.078-.319,5.752.641,5.4-.747l.01.013c-1.48-2.346-2.882-4.569-4.3-6.811a.218.218,0,0,1,.089-.365C421.192,326.712,427.32,323.662,425.812,322.841ZM415.557,325.9a.869.869,0,0,0-.212-.151A.315.315,0,0,1,415.557,325.9Z" style="fill:#bc9e76"/></g></g><g id="ManufactoryHere"><g id="Scene-10" data-name="Scene"><polygon points="414.296 288.578 362.908 293.577 362.908 242.798 405.881 243.078 413.846 251.036 414.296 288.578" style="fill:#ef5347"/><polygon points="383.913 267.03 388.718 268.838 391.172 270.734 395.805 271.506 400.979 292.11 381.905 291.107 383.913 267.03" style="fill:#fdea72"/><polygon points="413.47 318.536 351.527 320.788 304.225 318.986 303.601 295.12 303.601 289.564 414.597 288.352 413.47 318.536" style="fill:#eea654"/><polygon points="374.344 244.65 303.324 252.763 302.874 276.414 314.136 291.506 360.444 299.287 368.681 297.075 388.142 290.49 387.627 273.821 386.906 268.162 387.524 267.75 387.627 264.663 386.906 264.149 386.7 259.313 387.215 259.107 387.163 255.608 383.766 253.448 374.344 244.65" style="fill:#f5b14e"/><polygon points="302.874 251.524 311.941 242.798 327.154 254.374 311.529 255.969 311.529 255.969 302.986 257.043 302.874 251.524" style="fill:#cf853e"/><polygon points="354.182 276.29 372.33 274.284 384.068 272.432 384.068 273.203 371.249 275.364 354.105 277.679 344.838 275.827 344.787 275.261 354.182 276.29" style="fill:#7c501c"/><polygon points="346.408 257.615 346.074 273.666 341.595 273.203 342.213 257.615 346.408 257.615" style="fill:#855a48"/><polygon points="335.34 258.155 335.108 271.66 330.629 271.351 330.166 257.769 335.34 258.155" style="fill:#855a48"/><polygon points="370.322 258.232 370.631 270.425 365.843 271.351 365.38 258.078 370.322 258.232" style="fill:#8c4d21"/><polygon points="378.662 258.232 378.971 269.962 383.759 269.654 383.862 258.644 378.662 258.232" style="fill:#8c4d21"/><polygon points="359.871 286.477 360.283 290.799 357.4 291.107 356.988 286.889 359.871 286.477" style="fill:#c47e29"/><polygon points="327.331 298.512 303.601 290.335 303.601 272.432 314.669 273.101 326.922 275.57 329.393 295.429 327.331 298.512" style="fill:#a4815d"/><polygon points="337.217 295.798 327.331 298.487 327.545 296.432 326.094 296.444 325.997 294.581 324.264 294.217 324.615 291.816 322.751 291.935 322.633 288.757 320.63 288.636 320.556 285.591 319.008 285.601 318.972 283.227 317.565 283.039 317.715 280.574 316.217 280.587 316.13 278.623 314.8 278.439 314.557 275.641 327.255 275.482 327.548 277.459 329.184 277.686 329.258 279.881 330.594 279.962 330.369 281.959 331.995 282.367 331.677 284.203 332.892 284.586 332.871 286.646 334.182 287.138 334.023 289.756 335.259 289.78 335.237 291.84 336.253 292.108 336.231 294.168 337.246 294.436 337.217 295.798" style="fill:#8f6948"/><polygon points="310.855 276.504 310.756 276.399 306.844 275.673 304.373 277.216 304.759 290.721 308.312 291.956 307.667 278.657 310.855 276.504" style="fill:#8e6b49"/><polygon points="312.815 278.566 310.855 276.504 307.667 278.657 308.312 291.956 313.433 293.705 312.815 278.566" style="fill:#431708"/><polygon points="370.322 242.798 354.8 254.065 387.774 256.998 387.311 255.608 375.727 242.798 370.322 242.798" style="fill:#7f4640"/><polyline points="314.812 244.992 323.837 254.485 354.8 254.065 370.322 242.798 311.771 242.965" style="fill:#312529"/><polygon points="370.476 242.798 370.631 254.374 377.89 254.837 377.89 242.798 370.476 242.798" style="fill:#c9a55d"/><polygon points="319.153 274.048 319.153 257.362 315.806 252.663 311.344 252.863 309.432 257.26 309.114 272.779 319.153 274.048" style="fill:#541a0e"/><polygon points="370.94 242.798 370.631 254.374 368.314 250.361 368.314 242.798 370.94 242.798" style="fill:#623721"/><polygon points="312.458 245.864 310.45 246.944 310.45 249.722 311.994 251.42 314.002 250.802 315.238 248.179 314.311 246.327 312.458 245.864" style="fill:#381d22"/><polygon points="375.11 287.094 380.824 286.014 381.133 290.49 384.222 291.57 384.222 297.281 378.816 298.67 375.419 296.818 375.11 287.094" style="fill:#452a21"/><polygon points="368.468 284.316 368.468 296.972 373.668 299.853 377.684 298.618 377.169 283.801 372.433 283.081 368.468 284.316" style="fill:#282d20"/><polygon points="360.592 292.033 359.768 293.37 360.283 300.573 365.38 303.146 370.785 301.448 371.712 292.548 365.431 290.592 360.592 292.033" style="fill:#6b3324"/><polygon points="315.806 252.68 314.569 252.753 311.331 252.898 309.365 256.182 309.114 272.779 311.81 273.139 312.844 256.198 315.806 252.68" style="fill:#8e6b49"/><rect x="367.307" y="257.721" width="1.289" height="14.511" transform="translate(210.9 -160.389) rotate(33.976)" style="fill:#5b4734"/><rect x="368.874" y="261.063" width="1.289" height="12.706" transform="translate(212.531 -160.848) rotate(33.976)" style="fill:#5b4734"/><rect x="367.314" y="258.772" width="1.907" height="12.864" transform="translate(794.096 108.284) rotate(124.012)" style="fill:#66503b"/><rect x="380.909" y="257.395" width="0.964" height="11.748" transform="translate(812.956 94.389) rotate(124.012)" style="fill:#66503b"/><rect x="380.563" y="259.81" width="0.964" height="11.748" transform="translate(814.42 98.442) rotate(124.012)" style="fill:#66503b"/><rect x="380.373" y="258.095" width="2.035" height="12.096" transform="translate(499.502 712.786) rotate(-139.455)" style="fill:#5b4734"/><circle cx="367.951" cy="264.977" r="0.126" style="fill:#3a3a3a"/><circle cx="364.154" cy="270.604" r="0.126" style="fill:#3a3a3a"/><circle cx="366.251" cy="272.257" r="0.126" style="fill:#3a3a3a"/><circle cx="370.177" cy="266.698" r="0.126" style="fill:#3a3a3a"/><circle cx="373.173" cy="268.595" r="0.126" style="fill:#3a3a3a"/><circle cx="378.02" cy="268.468" r="0.126" style="fill:#3a3a3a"/><circle cx="376.67" cy="262.84" r="0.126" style="fill:#3a3a3a"/><circle cx="377.084" cy="260.367" r="0.126" style="fill:#3a3a3a"/><circle cx="384.78" cy="260.15" r="0.126" style="fill:#3a3a3a"/><circle cx="385.844" cy="266.27" r="0.126" style="fill:#3a3a3a"/><circle cx="385.588" cy="268.847" r="0.126" style="fill:#3a3a3a"/><circle cx="380.586" cy="265.33" r="0.126" style="fill:#3a3a3a"/><circle cx="381.905" cy="263.603" r="0.126" style="fill:#3a3a3a"/><circle cx="372.691" cy="262.714" r="0.126" style="fill:#3a3a3a"/><circle cx="371.58" cy="259.485" r="0.126" style="fill:#3a3a3a"/><circle cx="363.432" cy="262.028" r="0.126" style="fill:#3a3a3a"/><polygon points="335.857 257.025 334.763 256.616 329.895 272.181 330.989 272.59 335.857 257.025" style="fill:#5b4734"/><polygon points="337.319 261.17 336.223 260.768 332.764 272.011 333.86 272.414 337.319 261.17" style="fill:#5b4734"/><circle cx="330.621" cy="271.743" r="0.126" style="fill:#3a3a3a"/><circle cx="333.46" cy="271.743" r="0.126" style="fill:#3a3a3a"/><circle cx="336.603" cy="261.598" r="0.126" style="fill:#3a3a3a"/><circle cx="335.099" cy="257.489" r="0.126" style="fill:#3a3a3a"/><polygon points="336.65 269.21 337.776 267.85 329.213 259.948 328.087 261.308 336.65 269.21" style="fill:#755c45"/><circle cx="329.314" cy="261.282" r="0.126" style="fill:#3a3a3a"/><circle cx="336.852" cy="268.245" r="0.126" style="fill:#3a3a3a"/><circle cx="334.821" cy="266.307" r="0.126" style="fill:#3a3a3a"/><circle cx="332.88" cy="264.558" r="0.126" style="fill:#3a3a3a"/><polygon points="326.922 288.02 313.949 267.879 303.601 267.184 303.601 268.342 305.536 268.479 305.609 274.129 306.381 274.361 306.844 274.129 306.739 268.564 309.618 268.768 309.547 274.689 310.242 274.94 310.59 274.631 310.706 268.845 313.345 269.032 313.447 275.248 313.977 275.432 314.412 275.287 314.262 270.292 315.187 271.654 315.223 278.49 315.883 278.597 315.674 272.371 316.69 273.937 316.652 280.535 317.27 280.689 317.201 274.618 318.273 276.196 318.273 283.236 318.972 283.227 318.76 276.912 319.664 278.241 319.664 285.551 320.556 285.591 320.436 279.48 321.774 281.847 321.864 288.715 322.444 288.792 322.441 282.787 323.626 284.948 323.525 291.879 324.297 291.917 324.245 285.602 325.122 287.1 325.172 294.4 325.79 294.657 325.741 288.159 326.202 288.946 326.407 296.457 327.154 296.47 326.922 288.02" style="fill:#5b371d"/></g><g id="Highlight-7" data-name="Highlight"><path d="M414.284,321.985H302.465V251l8.293-8.293h95.233L414.284,251Zm-110.819-1H413.284V251.413l-7.707-7.707h-94.4l-7.707,7.707Z" style="fill:#ef6e55"/></g><g id="Ribbon_and_name-10" data-name="Ribbon and name"><line x1="416.128" y1="309.98" x2="415.891" y2="297.667" style="fill:#fbf6f0"/><path d="M425.973,323.242l-9.924-1.554c-.3-2.723,1.007-10.027-1.787-12.05l1.866.342-.237-12.313a4.257,4.257,0,0,0-4.412-4.089c-13.547.006-49.855.053-59.06.381-10.717.381-53.238.618-53.238.618a2.353,2.353,0,0,1-1.7-4.252l2.79-2.166c3.358-1.266,2.15-5.228-1.115-4.513-5.456-1.118-9.973,1.388-15.365,1.743-1.714-.04,6.307,5.232,6.2,5.478.059.223-.356.947-.3,1.17-5.47,9.554-7.186,6.608,3.766,9.172l1.8,6.135c-6.974,20.866,7.876,18.421,21.346,18.091l31.165.065c15.683,1,37.506-.026,53.2-.673,2.642-.037,12.056-.369,14.5.832l-1.685,2.078c-2.512.88-15.17,2.584-7.038,7,4.1.8,13.561.755,17.788.578l-4.718-7.56Z" style="fill:#fbf6f0"/><line x1="415.891" y1="297.667" x2="416.094" y2="306.246" style="fill:#fbf6f0"/><path d="M415.562,309.782c-28.864-.838-58.557,1.4-87.57.462-8.92-1.4-33.665,5.122-34.578-7.238-.389-3.735.176-9.881,3.281-11.78-2.736,2.841-3.215,8.713-2.44,12.819,2.225,9.87,25.227,4.3,33.454,5.627,16.9.025,34.067.526,50.977.2C390.769,309.623,403.8,307.419,415.562,309.782Z" style="fill:#f17e68"/><path d="M416.337,298c.052-5.628-6.248-4.921-10.311-4.848-8.6-.065-17.425.058-26.07.18-25.683.269-51.7.662-77.356.954-.78-7.095,3.2-12.487-7.144-10.912a104.7,104.7,0,0,0-11.791,1.745c-.853.771.766,2.007,1.461,2.447l-.082-.042c1.479,1.16,3.026,2.379,4.519,3.529l.049.257c-1.519,2.525-3.077,5.124-4.475,7.475l.013-.019c-.73,2.183,7.312,2.14,8.037,2.353-1.559-.655-5.58-.587-7.666-1.953,1.516-2.469,3.183-5.113,4.787-7.729-.046-.254-.093-.511-.137-.753-1.62-1.237-3.129-2.551-4.845-3.791a4.152,4.152,0,0,1-1.11-1.165c2.66-.417,24.538-5.278,15.526,2.561-1.253,1.046-3.242,1.658-3.617,3.456-.35,4.13,4.624,3.092,7.3,3.129,7.448-.116,14.978-.265,22.618-.4,24.683-.271,49.552-.934,74.171-.849,16.561-.2,15.91-1.373,15.752,15.2a7.411,7.411,0,0,0,.152,1.8C416.443,307.388,416.3,301.843,416.337,298Z" style="fill:#ef6e55"/><text transform="translate(307.89 306.409)" style="font-size:12.152199745178223px;fill:#ef6e55;font-family:IM_FELL_DW_Pica_Roman, IM FELL DW Pica">MANU<tspan x="38.225" y="0" style="letter-spacing:-0.027322728144897727em">F</tspan><tspan x="45.339" y="0" style="letter-spacing:-0.008317359891167397em">A</tspan><tspan x="52.976" y="0">CT</tspan><tspan x="70.266" y="0" style="letter-spacing:-0.009763857263544335em">O</tspan><tspan x="78.757" y="0" style="letter-spacing:-0.008799525681959708em">R</tspan><tspan x="86.732" y="0">Y</tspan><tspan x="25.702" y="15.2" style="letter-spacing:-0.011732700909279612em">H</tspan><tspan x="35.765" y="15.2" style="letter-spacing:-0.00582616997207378em">O</tspan><tspan x="44.304" y="15.2">USE</tspan></text><path d="M299.181,310.244c24.794-.019,80.3-1.227,112.3-1a4.257,4.257,0,0,1,4.413,4.089" style="fill:#fbf6f0"/><path d="M425.812,322.841c-3.2-.449-6.967-1.012-9.484-1.213-.253-4.554,1.828-12.951-5.193-12.838-10.023.048-20.114.29-30.161.218-18.632.174-37.617.444-56.133.757-5.674.057-12.4-.079-17.781.333a65.138,65.138,0,0,0,7.516.321c27.781.091,55.88-1.217,83.744-1.073,19.709-.379,17.181-1.974,17.8,16.949a29.428,29.428,0,0,0,.21-4.523c2.452.536,6.1,1.028,9.224,1.531-1.754,1.279-3.715,2.711-5.554,4.05l.05-.031a.729.729,0,0,0-.183,1.15l-.056-.071c1.395,2.2,2.758,4.351,4.221,6.657-5.213.091-10.7.4-15.969-.335-8.077-2.509-1.9-5.216,2.8-6.126,1.762-.208,8.211-2.621,3.34-3.49-9.054-.981-18.346-.3-27.446.166-17.642.849-35.85.111-53.33.108-9.862-1.378-32.72,3.544-38.533-3.783-1.925-4.142-.844-10.684.959-13.914-2.193,2.575-2.835,7.675-2.267,11.7.982,11.453,31.022,5.13,40.061,6.634,23.482.431,47.63.013,71.2-.993-.2.97-1.347,6.443-1.145,6.677,1.97,5.695,10.742,3.363,15.449,3.959,1.078-.319,5.752.641,5.4-.747l.01.013c-1.48-2.346-2.882-4.569-4.3-6.811a.218.218,0,0,1,.089-.365C421.192,326.712,427.32,323.662,425.812,322.841ZM415.557,325.9a.869.869,0,0,0-.212-.151A.315.315,0,0,1,415.557,325.9Z" style="fill:#ef6e55"/></g></g><rect id="ManufactoryQ" x="295.869" y="236.11" width="10.966" height="10.966" transform="translate(-82.568 283.848) rotate(-45)" style="fill:#ef6e55"/><g id="Compass"><path d="M178.661,305.727c.057.055.188,0,.2.126.007.1-.07.156-.139.206-.3.213-.569.451-.842.692a10.6,10.6,0,0,1-2.2,1.459c-.665.341-1.342.649-2.024.95a9.931,9.931,0,0,1-1.95.631c-.9.191-1.8.373-2.709.508a13.779,13.779,0,0,1-1.862.072,16.76,16.76,0,0,1-2.307-.082c-.819-.1-1.622-.285-2.427-.457a17.438,17.438,0,0,1-3.149-.988c-.653-.276-1.285-.6-1.912-.939a11.768,11.768,0,0,1-1.577-.961,10.584,10.584,0,0,1-1.158-.921c-.079-.08-.128-.072-.216-.006-.65.493-1.289,1-1.962,1.461-.688.469-1.318,1.014-2.011,1.475-.148.1-.281.222-.434.322s-.252.089-.349-.047c-.11-.153,0-.289.093-.364a4.977,4.977,0,0,0,.8-.94c.373-.5.769-.984,1.159-1.473s.746-.98,1.118-1.471a1.849,1.849,0,0,1,.162-.2c.07-.068.1-.124,0-.18a1.231,1.231,0,0,1-.461-.487,5.908,5.908,0,0,0-.766-.915c-.237-.255-.383-.58-.6-.851a11.72,11.72,0,0,1-1.087-1.763,17,17,0,0,1-.8-1.973,18.419,18.419,0,0,1-.6-1.963,11.877,11.877,0,0,1-.28-1.478c-.054-.42-.118-.838-.164-1.259a6.88,6.88,0,0,1-.044-1.137,9.5,9.5,0,0,0-.1-1.23,8.851,8.851,0,0,1,.4-2.707c.132-.556.254-1.113.371-1.672a8.268,8.268,0,0,1,.505-1.5,21.022,21.022,0,0,1,1.31-2.706,11.384,11.384,0,0,1,2.145-2.827c.1-.087.079-.139.006-.232-.439-.571-.875-1.144-1.3-1.724-.581-.79-1.151-1.588-1.727-2.382a1.573,1.573,0,0,1-.374-.58c-.032-.139-.077-.256.038-.348s.229-.012.333.056c.512.331.971.733,1.449,1.109.58.457,1.163.909,1.743,1.365.429.339.854.682,1.3,1,.084.059.172.112.262.171.094-.32.372-.476.586-.656a12.5,12.5,0,0,1,2.266-1.59c.9-.463,1.8-.9,2.733-1.3a15.382,15.382,0,0,1,6.1-1.179c.585.024,1.167-.062,1.761,0a21.792,21.792,0,0,1,4.2.8c.65.207,1.286.47,1.947.635a5.978,5.978,0,0,1,1.32.629,13.187,13.187,0,0,1,1.576.908,22.785,22.785,0,0,1,1.919,1.467.215.215,0,0,0,.342.01c.9-.708,1.817-1.394,2.714-2.106.465-.368,1-.623,1.481-.956.121-.083.257-.117.339.019s.155.281.025.435a14.332,14.332,0,0,0-1.062,1.579,25.427,25.427,0,0,1-1.51,2.119c-.15.189-.31.369-.468.552a.271.271,0,0,0,0,.408,7.928,7.928,0,0,1,.977,1.279c.451.829,1.022,1.584,1.4,2.463a18.006,18.006,0,0,1,.96,2.525,20.775,20.775,0,0,1,.572,2.482,22.345,22.345,0,0,1,.153,4.8,16.27,16.27,0,0,1-.5,3.074,18.584,18.584,0,0,1-.789,2.548,11.54,11.54,0,0,1-1.1,2.089c-.412.574-.734,1.2-1.134,1.777a3.909,3.909,0,0,1-.648.744c-.142.125-.179.224-.053.391q1.1,1.467,2.19,2.948c.335.456.651.924,1,1.365a.238.238,0,0,1,.019.333.243.243,0,0,1-.334.013,5.752,5.752,0,0,1-1-.746c-.306-.29-.671-.518-1-.789-.458-.383-.874-.82-1.36-1.161-.4-.283-.793-.584-1.2-.857C178.812,305.529,178.722,305.592,178.661,305.727Zm-22.715-13.868a.4.4,0,0,1-.167-.377,5.486,5.486,0,0,1,.131-1.055,13.9,13.9,0,0,1,.557-1.96,5.724,5.724,0,0,1,.745-1.453,3.766,3.766,0,0,0,.412-.565c.128-.264-.24-.35-.3-.566,0-.022-.033-.038-.05-.057a31.66,31.66,0,0,1-2.674-3.485c-.411-.6-.887-1.156-1.3-1.759-.046-.067-.1-.146-.159-.01a1.99,1.99,0,0,1-.47.547,13.631,13.631,0,0,0-2,3.033c-.47.887-.692,1.875-1.109,2.786-.3.663-.258,1.417-.52,2.1a6.172,6.172,0,0,0-.209,1.51,6.236,6.236,0,0,0-.155,1.184,27.084,27.084,0,0,0,.225,2.926c.1.561.15,1.135.271,1.7.167.772.453,1.509.686,2.262a11.742,11.742,0,0,0,1.586,3.317,14.3,14.3,0,0,0,1.773,2.109c.142.138.218.122.318-.023.138-.2.28-.4.424-.592.035-.048.07-.079-.012-.112-.1-.041-.085-.119-.048-.195a.166.166,0,0,1,.2-.091c.057.012.124.063.158-.016a4.945,4.945,0,0,1,.654-.838c.871-1.246,1.842-2.42,2.672-3.7.079-.12.1-.215-.03-.273-.295-.129-.364-.4-.486-.658a13.305,13.305,0,0,1-1.184-3.759,2.593,2.593,0,0,1-.069-.862c.022-.127-.041-.207-.2-.238a8.447,8.447,0,0,1-1.161-.216c-.083-.028-.149-.069-.122-.166s.072-.176.189-.185a12.5,12.5,0,0,0,1.422-.268c.109.035.2-.035.3-.046.137-.014.237-.039.2-.216a.132.132,0,0,1,.09-.167c.094-.026.2-.01.228.075.09.245.27.16.426.127.322-.067.64-.151.959-.226.741-.175,1.5-.288,2.226-.509.439-.133.443-.149.17-.535-.582-.823-1.219-1.605-1.757-2.46-.221-.352-.485-.676-.726-1.015-.091-.128-.184-.163-.285-.023-.162.225-.321.452-.474.683a7.46,7.46,0,0,0-.644,1.471,7.151,7.151,0,0,0-.5,2.319A.665.665,0,0,1,155.946,291.859Zm5.767-8.094c.035-.121.025-.287.2-.208.114.053.229.151.089.3-.089.095,0,.134.062.179,1.017.755,2.037,1.507,3.051,2.268.13.1.161.081.193-.069.1-.483.2-.968.334-1.443.462-1.666.717-3.373,1.037-5.067.017-.089.025-.173.133-.2s.174.046.236.124c.092.119-.032.338.187.4.02.006-.009.053-.051.059-.08.011-.054.068-.049.119.04.474.2.93.211,1.42a1.16,1.16,0,0,1,.708-.016c.8.222,1.614.41,2.392.706a11.1,11.1,0,0,1,1.418.768.169.169,0,0,1,.074.246c-.064.106-.132,0-.2-.026a1.177,1.177,0,0,1-.236-.1,5.307,5.307,0,0,0-1.212-.59c-.5-.158-.981-.374-1.495-.5a3.768,3.768,0,0,0-1.175-.12c-.139.01-.175.068-.151.2.05.287.091.576.128.865.138,1.057.378,2.1.558,3.146.031.184.1.182.236.079.518-.392,1.057-.757,1.561-1.168.9-.735,1.828-1.441,2.762-2.135,1.31-.973,2.621-1.944,3.976-2.853.273-.183.532-.385.823-.6a.566.566,0,0,1-.384-.287.182.182,0,0,1,.007-.242c.071-.061.144.014.2.064a1.334,1.334,0,0,1,.255.26c.067.109.122.1.2.033a4.664,4.664,0,0,1,.6-.412c.147-.084.163-.183.022-.3-.193-.163-.368-.341-.579-.491-.472-.336-.985-.612-1.43-.99a6.351,6.351,0,0,0-1.4-.734,15.354,15.354,0,0,0-2.7-1.14,10.12,10.12,0,0,0-1.541-.461c-.82-.087-1.627-.25-2.441-.372a16.63,16.63,0,0,0-3.447-.073,12.982,12.982,0,0,0-1.3.216,13.253,13.253,0,0,0-2.349.536,14.626,14.626,0,0,0-3.51,1.606c-.631.431-1.222.913-1.853,1.34a8.38,8.38,0,0,0-.73.588c-.122.1-.2.215,0,.345a7.545,7.545,0,0,1,.6.453c.421.335.825.694,1.261,1.008.769.551,1.557,1.075,2.336,1.611S160.9,283.205,161.713,283.765Zm19.205,19.088a2.939,2.939,0,0,0,.695-.932c.3-.5.545-1.022.8-1.543a10.867,10.867,0,0,0,.85-2.117,7,7,0,0,1,.313-1.1,5.6,5.6,0,0,0,.427-1.305c.131-.794.22-1.594.415-2.377a1.085,1.085,0,0,0,.068-.352c-.039-.566-.052-1.135-.088-1.7a20.136,20.136,0,0,0-.268-2.4c-.126-.689-.254-1.378-.406-2.061a12.019,12.019,0,0,0-.723-1.891,18.983,18.983,0,0,0-1.09-2.246,9.19,9.19,0,0,0-1.394-2.029c-.216-.215-.229-.208-.408.03-.487.643-.966,1.294-1.471,1.922-.559.694-1.122,1.387-1.681,2.08-.394.49-.737,1.026-1.124,1.526-.125.161-.265.226-.031.487a5.111,5.111,0,0,1,.875,1.62,9.379,9.379,0,0,1,.657,3.457c0,.141.057.161.159.174a5.745,5.745,0,0,0,1.383.147c.122-.013.162.086.189.18a.135.135,0,0,1-.1.179,4.137,4.137,0,0,1-.911.242,1.323,1.323,0,0,0-.6.1c-.141.1-.04.355-.068.535a12.728,12.728,0,0,1-.694,2.546,8.037,8.037,0,0,1-.874,1.71.552.552,0,0,0,.062.792c1.046,1.32,2.054,2.672,3.138,3.962.116.138.209.365.437.119.069-.075.148-.22.272-.1.108.1-.008.206-.06.3a.367.367,0,0,1-.073.108c-.113.1-.073.176,0,.288.1.163.237.3.351.452.192.257.27.242.444-.041A2.939,2.939,0,0,1,180.918,302.853Zm-8.568-1.71a.409.409,0,0,1-.207.365,10.755,10.755,0,0,1-1.341.681,12.131,12.131,0,0,1-3.754.645c-.154,0-.242.05-.258.219-.027.277-.16.53-.184.812-.014.168-.3.407-.4.358-.171-.083-.151-.251-.14-.41a3.294,3.294,0,0,0-.1-.85c-.017-.091-.058-.106-.141-.108a7.277,7.277,0,0,1-1.108-.146,7.979,7.979,0,0,1-2.011-.5c-.535-.244-1.074-.483-1.584-.778a.479.479,0,0,0-.571.015,8.8,8.8,0,0,1-.845.6,1.538,1.538,0,0,0-.353.226c-.2.176-.4.359-.61.515-.561.4-1.122.809-1.7,1.2-.623.424-1.2.92-1.8,1.377-.288.218-.292.26.017.465.361.24.728.473,1.08.726a22.6,22.6,0,0,0,2.3,1.434,12.8,12.8,0,0,0,1.756.624,17.735,17.735,0,0,0,4.243,1.085,17.376,17.376,0,0,0,4.568-.02,22.168,22.168,0,0,0,4-.923,8.46,8.46,0,0,0,1.914-.829c.562-.371,1.134-.727,1.693-1.1a7.043,7.043,0,0,0,1.276-1.068c.118-.129.177-.318.394-.348.072-.01.068-.09-.015-.125a.641.641,0,0,1-.141-.062c-1.006-.756-2.091-1.4-3.118-2.122a5.8,5.8,0,0,1-.674-.489c-.2-.188-.461-.233-.673-.419A14.466,14.466,0,0,0,172.35,301.143Zm-21.263-24.265c.143.195.293.385.429.585.511.754,1.11,1.443,1.611,2.207a13.009,13.009,0,0,0,.848,1.077c.469.571.862,1.2,1.282,1.8a40.44,40.44,0,0,0,2.508,3.224c.239.28.383.619.628.89a7.235,7.235,0,0,1,.646.814c.319.475.635.953.956,1.427.283.418.643.773.9,1.207.324.538.6,1.105.971,1.615.071.1.133.225.259.234.619.047,1.24.077,1.86.117.529.034,1.051-.086,1.58-.069.162,0,.427.04.457-.068.046-.166-.122-.349-.26-.474-.623-.566-1.185-1.192-1.775-1.79-.23-.234-.453-.48-.686-.706-.291-.283-.595-.558-.87-.856a12.453,12.453,0,0,0-1.375-1.314,4.645,4.645,0,0,1-.687-.662c-.432-.523-.963-.942-1.406-1.453-1.137-1.314-2.547-2.352-3.726-3.629a18.158,18.158,0,0,0-1.4-1.418c-.227-.2-.317-.5-.538-.7-.275-.25-.552-.5-.819-.759A17.959,17.959,0,0,0,151.087,276.878ZM166.5,292.643l-.071-.043c-2.283,2.433-4.632,4.8-7.023,7.124-2.408,2.341-4.7,4.791-7.02,7.24a.731.731,0,0,0,.124-.056c.477-.363.96-.717,1.443-1.071,1.008-.738,1.989-1.513,2.993-2.257.773-.573,1.564-1.123,2.347-1.683q.844-.6,1.691-1.2c.573-.408,1.153-.806,1.719-1.223s1.139-.881,1.722-1.3,1.18-.814,1.763-1.231c.124-.089.271-.172.263-.385-.017-.431,0-.863,0-1.294C166.468,294.385,166.486,293.514,166.5,292.643Zm.338-.921c1.705-1.759,3.534-3.38,5.218-5.149s3.43-3.432,5.154-5.141,3.526-3.354,5.253-5.127c-.076,0-.1-.008-.108,0-.729.737-1.634,1.254-2.417,1.925-.419.359-.873.676-1.313,1.009-.595.45-1.208.877-1.816,1.305-.58.407-1.167.808-1.754,1.2-.822.556-1.589,1.193-2.378,1.8-.576.441-1.165.868-1.721,1.333-.6.5-1.268.928-1.883,1.418-.6.477-1.228.918-1.846,1.372a.641.641,0,0,0-.3.6,11.8,11.8,0,0,1-.075,1.26C166.836,290.253,166.841,290.979,166.839,291.722Zm15.2,15.476c-.031-.212-.2-.291-.278-.432a11.058,11.058,0,0,0-1.316-1.8c-.455-.544-.851-1.131-1.317-1.667-.706-.811-1.365-1.664-2.021-2.518a5.23,5.23,0,0,1-.742-.968,3.492,3.492,0,0,0-.5-.676c-.545-.707-1.078-1.419-1.569-2.163-.125-.189-.172-.427-.372-.573-.082-.06-.187-.087-.243-.188-.217-.4-.533-.727-.752-1.125-.2-.37-.486-.689-.712-1.049-.271-.429-.562-.851-.853-1.271a.853.853,0,0,0-.748-.472c-.755.014-1.511-.022-2.267-.017a3.969,3.969,0,0,0-.952.088c-.076.02-.183.026-.089.14.181.22.363.441.561.646.445.462.977.832,1.4,1.32.108.126.226.233.445.076-.208.194-.072.291.035.4.162.17.31.353.475.519.607.608,1.236,1.194,1.823,1.82.933,1,1.947,1.91,2.912,2.873.852.851,1.772,1.635,2.61,2.5.689.712,1.443,1.358,2.1,2.1a6.806,6.806,0,0,0,.625.658,12.825,12.825,0,0,1,1.255,1.277C181.69,306.868,181.857,307.017,182.037,307.2Zm-9.771-6.16-1.24-.939a30.56,30.56,0,0,1-2.491-1.945c-.169-.157-.43-.126-.483.071-.129.484-.285.963-.4,1.448-.176.758-.45,1.486-.618,2.246-.107.483-.066.593.433.585l.026,0a12.6,12.6,0,0,0,1.9-.258,6.965,6.965,0,0,0,1.822-.639A6.827,6.827,0,0,1,172.266,301.038Zm-16.148-8.257a3.16,3.16,0,0,1,.108.777,9.6,9.6,0,0,0,1.087,3.475c.141.275.329.525.488.792.032.054.008.163.092.159.05,0,.1-.085.143-.137.257-.3.4-.67.635-.977.7-.9,1.33-1.859,1.977-2.8.086-.126.055-.176-.092-.208-.2-.044-.4-.111-.6-.171-.489-.148-.97-.337-1.469-.438C157.72,293.1,156.946,292.961,156.118,292.781Zm20.171-.929.524.084c.06.009.112,0,.095-.077-.073-.316.021-.634-.025-.953-.081-.568-.236-1.119-.35-1.678a5.13,5.13,0,0,0-1-2.146c-.06-.079-.111-.112-.172,0-.419.754-1.1,1.317-1.517,2.073a1.224,1.224,0,0,1-.316.377,1.182,1.182,0,0,0-.3.381,2.88,2.88,0,0,1-.354.481,2.464,2.464,0,0,0-.311.416c-.084.156-.018.2.109.23.562.135,1.109.323,1.678.434a9.141,9.141,0,0,1,.96.211,1.973,1.973,0,0,0,.824.1c-.013-.141-.1-.329.115-.358.144-.019.378-.122.43.1C176.738,291.77,176.428,291.716,176.289,291.852Zm-1.143,5.667c.111.17.183.21.332,0a8.534,8.534,0,0,0,1.172-2.534,7.119,7.119,0,0,0,.305-1.883c0-.122.017-.175-.142-.136-.293.07-.6.085-.889.172a1.426,1.426,0,0,1-.577.126,3.985,3.985,0,0,0-.862.145c-.6.093-1.192.266-1.787.409-.115.028-.179.1-.073.2a3.355,3.355,0,0,1,.349.515c.454.613.9,1.233,1.348,1.851Zm-10.216.742c-.3.246-.536.461-.793.651-.7.522-1.416,1.032-2.124,1.548-.028.02-.074.043-.075.066-.012.245-.182.264-.372.3-.07.013-.321.092-.142.25a3.429,3.429,0,0,0,1.362.8,15.049,15.049,0,0,0,1.456.383c.461.075.914.2,1.372.29.152.031.274.043.218-.2-.129-.572-.242-1.146-.39-1.715A13.013,13.013,0,0,1,164.93,298.261Zm1.638,3.818.058.006c.032-.141.059-.283.1-.422.347-1.232.661-2.474,1.054-3.693.047-.144.066-.268-.065-.376a4.31,4.31,0,0,0-.861-.572c-.044-.022-.086-.072-.133-.012s0,.094.022.14a.9.9,0,0,1,.091.577c-.051.4-.111.8-.137,1.208-.041.653-.057,1.307-.083,1.961Q166.59,301.487,166.568,302.079Zm-4.831-9.585c-.232.1-.435-.035-.641-.054-.34-.032-.66.133-1,.054-.3-.069-.614.013-.926-.048-.267-.053-.552.219-.832,0,0,0-.016,0-.025.006-.286.068-.578-.01-.866.038a3.266,3.266,0,0,1-.7-.042.152.152,0,0,0,.155.1,14.6,14.6,0,0,1,2.023.445c.589.191,1.187.357,1.784.52.1.026.233.13.314.021C161.271,293.2,161.5,292.842,161.737,292.494ZM176,292.241c-.673-.171-1.344-.316-2.009-.49a11.755,11.755,0,0,1-1.531-.388.278.278,0,0,0-.373.113,4.621,4.621,0,0,0-.429.662A32.334,32.334,0,0,0,176,292.241Zm-9.677-5.038a46.889,46.889,0,0,0,.3-4.747c-.172.215-.117.444-.166.649-.217.925-.436,1.85-.646,2.777C165.626,286.72,165.635,286.731,166.326,287.2ZM149.6,285.985l-.081-.023-.477,1.6.062.018A11.857,11.857,0,0,0,149.6,285.985Zm22.461,7.157c.008-.172.017-.321.02-.47a.084.084,0,0,0-.094-.1.073.073,0,0,0-.08.08C171.946,292.813,171.877,293,172.064,293.142Zm-17.407-13.181,26.026,23.7a1.71,1.71,0,0,0,.465-.633A1.784,1.784,0,0,0,180.683,303.662Z" style="fill:#d6c9b3"/><path d="M185.79,271.97c-.225.28-.432.524-.622.779a4,4,0,0,1-.379.462c-.077.077-.134.144-.049.266s-.008.186-.121.159a.669.669,0,0,1-.528-.413c-.067-.184.065-.36.245-.3.136.049.194-.009.263-.087.367-.417.732-.836,1.1-1.254a.218.218,0,0,0,.078-.159c-.013-.125-.037-.28.127-.288a.432.432,0,0,1,.366.244,1.7,1.7,0,0,1,.1,1.42c-.074.3-.12.6-.188.908a7.637,7.637,0,0,1,.726-.811c.062-.07.037-.145.047-.22.029-.22.134-.263.32-.14a3.55,3.55,0,0,1,.5.53.143.143,0,0,1,.026.191.171.171,0,0,1-.169.044.1.1,0,0,1-.051-.011c-.454-.359-.625.063-.846.316s-.4.5-.607.743c-.1.12-.15.227-.051.369s.053.183-.106.184a.54.54,0,0,1-.582-.6,12.606,12.606,0,0,1,.426-2.231C185.816,272.065,185.806,272.047,185.79,271.97Zm.033,1.678a4.673,4.673,0,0,0,.3-1.366A3.641,3.641,0,0,0,185.823,273.648Z" style="fill:#d6c9b3"/></g></g><g id="Cobblery"><g id="_Rectangle_6" data-name="<Rectangle>"><g style="clip-path:url(#clip-path-128)"><polygon points="152.488 192.593 157.429 195.4 152.488 195.4 152.488 192.593" style="fill:#f4f1ea"/><polygon points="152.488 181.556 176.853 195.4 157.429 195.4 152.488 192.593 152.488 181.556" style="fill:#f4f2ea"/><polygon points="152.488 170.52 196.277 195.4 176.853 195.4 152.488 181.556 152.488 170.52" style="fill:#f4f2eb"/><polygon points="152.488 159.484 215.7 195.4 196.277 195.4 152.488 170.52 152.488 159.484" style="fill:#f4f2eb"/><polygon points="152.488 148.448 235.124 195.4 215.7 195.4 152.488 159.484 152.488 148.448" style="fill:#f5f2eb"/><polygon points="152.488 137.411 254.548 195.4 235.124 195.4 152.488 148.448 152.488 137.411" style="fill:#f5f3eb"/><polygon points="152.488 126.375 263.306 189.34 263.306 195.4 254.548 195.4 152.488 137.411 152.488 126.375" style="fill:#f5f3ec"/><polygon points="152.488 121.883 155.193 117.122 155.626 117.122 263.306 178.304 263.306 189.34 152.488 126.375 152.488 121.883" style="fill:#f5f3ec"/><polygon points="175.049 117.122 263.306 167.268 263.306 178.304 155.626 117.122 175.049 117.122" style="fill:#f5f3ec"/><polygon points="194.473 117.122 263.306 156.231 263.306 167.268 175.049 117.122 194.473 117.122" style="fill:#f5f3ec"/><polygon points="213.897 117.122 263.306 145.195 263.306 156.231 194.473 117.122 213.897 117.122" style="fill:#f5f3ec"/><polygon points="233.321 117.122 263.306 134.159 263.306 145.195 213.897 117.122 233.321 117.122" style="fill:#f5f3ec"/><polygon points="252.745 117.122 263.306 123.123 263.306 134.159 233.321 117.122 252.745 117.122" style="fill:#f5f3ec"/><polygon points="263.306 123.123 252.745 117.122 263.306 117.122 263.306 123.123" style="fill:#f5f3ec"/></g><path d="M263.706,195.8H152.088V124.956l8.234-8.234h95.15l8.234,8.234ZM152.888,195H262.906V125.287l-7.766-7.765H160.653l-7.765,7.765Z" style="fill:#ba9c76"/></g><g id="CobbleryOn"><g id="Scene-11" data-name="Scene"><polygon points="263.199 192.171 152.334 190.894 152.409 163.339 263.382 162.588 263.199 192.171" style="fill:#e5a32a"/><polygon points="233.949 117.238 160.669 117.088 152.409 125.347 152.409 175.652 234.627 178.143 239.977 160.102 233.949 117.238" style="fill:#d0ab48"/><polygon points="263.081 124.897 255.122 117.238 233.198 116.938 236.469 180.489 263.382 185.713 263.081 124.897" style="fill:#b6843a"/><polygon points="225.252 120.413 182.52 119.691 180.537 157.757 183.421 170.025 227.235 169.664 225.252 120.413" style="fill:#f3f4cc"/><polygon points="237.212 181.631 237.031 184.097 238.113 184.638 238.594 184.037 238.955 181.872 237.212 181.631" style="fill:#281c12"/><path d="M250.134,175.617l.24-4.991.06-1.984-11.72-3.368-7.993.662-.3.421.421,5.953.18,12.328,1.2.722.9-.421-.6-4.33,9.195,3.728-.3,4.39,1.382,1.143,1.2-.782s-.36-3.321-.4-4.359l4.927-1.356-.436,5.053,1.262.361.962-.842Zm-6.453,4.869.022-.9,4.567-1.322.185,3.672Z" style="fill:#48243d"/><polygon points="241.659 177.782 241.599 175.738 237.693 174.836 237.693 173.453 233.365 172.31 233.485 174.234 236.551 175.076 236.971 176.82 241.659 177.782" style="fill:#281c12"/><polygon points="196.343 141.881 197.785 144.527 199.348 145.368 198.987 145.97 195.862 145.489 193.819 143.925 196.343 141.881" style="fill:#936955"/><polygon points="202.714 138.513 201.271 138.152 200.67 139.114 201.752 140.678 200.43 145.368 201.151 145.729 202.593 144.647 204.156 140.197 202.714 138.513" style="fill:#af8b5b"/><polygon points="206.32 138.513 205.358 138.272 203.675 139.114 205.238 141.881 203.795 145.368 204.877 145.729 207.522 142.482 207.882 141.039 206.32 138.513" style="fill:#af8b5b"/><polygon points="218.099 141.67 215.215 137.325 212.45 139.242 213.532 141.159 213.532 144.226 211.368 146.932 212.811 147.293 217.138 143.324 216.657 145.008 218.821 144.406 222.908 140.678 222.186 137.431 219.422 137.31 220.023 139.114 218.099 141.67" style="fill:#a17b4d"/><polygon points="222.547 155.471 222.306 145.368 220.263 144.887 219.301 145.609 220.023 151.743 217.498 154.75 218.941 156.073 222.547 155.471" style="fill:#977144"/><polygon points="226.784 155.111 226.634 153.427 225.973 153.427 226.033 145.609 224.831 144.767 222.306 145.368 223.869 153.667 224.831 155.351 226.784 155.111" style="fill:#977144"/><polygon points="213.652 155.111 208.964 151.743 207.642 151.983 206.92 153.787 208.243 156.193 209.805 155.952 209.685 155.111 212.45 156.073 214.974 155.471 213.652 155.111" style="fill:#9f7a4c"/><polygon points="206.14 156.434 204.697 154.269 204.697 147.293 202.473 146.451 201.872 147.533 202.713 156.073 206.14 156.434" style="fill:#a95b5c"/><polygon points="201.632 156.193 202.233 155.231 201.511 154.269 201.872 147.533 199.468 146.932 198.026 148.375 199.468 154.028 196.102 155.712 201.632 156.193" style="fill:#a95b5c"/><polygon points="195.261 155.562 195.501 154.013 194.419 153.66 196.583 151.138 197.545 151.019 197.064 149.697 194.54 148.976 193.338 150.54 193.338 152.164 192.256 150.54 191.054 148.616 188.049 150.54 190.332 150.901 191.054 153.306 190.092 154.389 187.688 154.87 186.967 155.832 195.261 155.562" style="fill:#855b48"/><polygon points="205.358 170.264 205.238 168.22 205.478 161.004 204.035 160.402 202.834 161.004 202.713 167.739 201.992 170.385 205.358 170.264" style="fill:#736446"/><polygon points="205.689 170.566 206.41 168.401 206.049 167.409 206.861 160.914 208.033 160.463 209.475 161.455 208.123 167.86 209.655 170.386 205.689 170.566" style="fill:#7a6943"/><polygon points="201.992 170.385 201.271 163.53 199.919 162.899 199.018 163.891 198.567 165.334 199.829 166.687 200.099 168.401 197.034 170.295 196.674 170.837 201.992 170.385" style="fill:#8c6338"/><polygon points="225.432 170.205 225.162 162.718 223.629 161.906 222.187 162.809 223.359 170.476 225.432 170.205" style="fill:#8c6338"/><polygon points="222.908 136.649 223.719 133.853 222.908 132.861 224.44 130.696 223.719 130.155 221.736 132.32 221.826 133.222 217.949 135.026 218.13 128.802 216.687 127.629 215.425 129.072 215.515 136.379 219.933 136.649 222.277 135.206 222.006 136.559 222.908 136.649" style="fill:#8c624f"/><polygon points="214.884 136.469 214.253 134.304 214.794 129.523 213.262 128.17 211.188 129.613 211.639 134.304 210.918 136.469 214.884 136.469" style="fill:#8c624f"/><path d="M209.746,136.559l.721-1.894-2.074-1.173c-.631.722-.991,3.338-.991,3.338Z" style="fill:#8c624f"/><polygon points="206.68 137.191 207.041 134.484 205.418 133.222 203.976 134.033 204.427 136.198 202.353 135.206 200.55 137.281 206.68 137.191" style="fill:#8c624f"/><polygon points="224.666 121.224 224.508 124.968 225.24 126.749 224.525 129.174 225.159 135.888 222.457 136.469 215.515 136.469 210.827 136.469 207.312 136.288 204.517 136.92 200.911 136.649 200.46 138.093 206.23 137.822 214.794 137.371 223.088 137.461 225.432 137.371 225.522 140.889 226.063 142.964 226.033 145.609 226.334 153.157 226.334 155.051 222.187 155.502 218.4 155.412 207.943 155.953 201.993 156.043 198.026 155.773 188.74 155.322 181.438 154.78 181.528 155.863 193.879 156.675 199.288 156.855 206.23 157.126 213.983 156.584 226.514 156.404 227.235 169.664 222.998 169.935 208.574 170.205 195.952 170.115 191.084 170.341 191.174 171.288 214.253 171.288 228.497 170.927 226.334 135.657 225.702 128.531 226.424 126.997 226.153 120.864 224.666 121.224" style="fill:#c69652"/><polygon points="197.725 184.698 197.365 174.535 190.333 171.949 169.478 175.197 170.019 186.021 172.122 186.743 173.505 185.901 172.844 178.985 179.575 181.33 179.395 188.126 180.957 188.667 182.099 188.006 181.739 181.451 195.321 178.083 195.562 184.578 196.764 184.939 197.725 184.698" style="fill:#45311d"/><polygon points="226.829 183.826 227.115 174.715 209.67 172.641 205.539 174.415 205.599 183.555 206.741 183.856 207.672 182.608 213.307 176.204 222.322 177.827 222.637 186.171 223.854 186.262 226.829 183.826" style="fill:#493521"/><polygon points="227.716 121.465 218.581 121.36 219.422 118.608 226.874 118.608 227.836 119.15 227.716 121.465" style="fill:#c89956"/><polygon points="218.941 117.105 221.465 118.909 210.287 130.816 203.796 134.665 195.381 143.565 184.563 148.135 184.203 151.503 181.077 153.187 182.039 160.884 177.351 165.334 174.106 164.492 174.346 157.877 176.149 153.066 174.466 152.104 174.586 144.527 176.269 142.963 176.87 143.445 181.077 117.225 218.941 117.105" style="fill:#c89956"/><polygon points="216.898 121.916 216.297 120.833 205.598 120.473 194.54 137.311 195.381 140.197 208.844 128.531 212.089 127.809 216.898 121.916" style="fill:#efd172"/><polygon points="202.113 121.555 201.632 124.562 195.141 133.702 193.338 132.139 196.704 120.954 202.113 121.555" style="fill:#efd172"/><polygon points="184.563 148.135 180.476 148.496 176.87 143.445 178.553 143.685 181.198 145.249 182.88 136.829 186.006 133.582 184.804 138.152 182.52 146.09 185.525 145.008 192.136 134.424 195.502 133.221 193.218 136.348 184.323 147.173 184.563 148.135" style="fill:#906a3b"/><polygon points="184.203 151.503 181.318 149.939 178.673 152.946 176.149 153.066 179.034 155.832 179.274 159.801 182.039 160.884 182.4 153.307 184.203 151.503" style="fill:#906a3b"/></g><polygon id="Overlay-8" data-name="Overlay" points="255.532 116.722 160.438 116.722 152.208 124.956 152.208 195.8 263.762 195.8 263.762 124.956 255.532 116.722" style="fill:#ba9c76;opacity:0.75"/><g id="Ribbon_and_Name-11" data-name="Ribbon and Name"><path d="M265.414,187.25l.2,8.578,9.879,1.33-6.147,4.512,4.445,7.728c-3.172-.8-21.323,2.179-19.954-4.2.912-3.882,9.476-3.545,9.476-3.545,11.573-6.713-48.82-.408-44.1-1.52-12.816-.268-54.766-1.359-66.876-.674l-7.563-2.532-1.8-6.135c-11-2.557-9.2.348-3.767-9.172-.059-.223.356-.947.3-1.17.26-.144-7.974-5.568-6.2-5.478,5.409-.355,9.9-2.86,15.365-1.742,3.283-.712,4.455,3.243,1.114,4.512L147,179.907a2.353,2.353,0,0,0,1.7,4.252s42.522-.236,53.238-.618c9.206-.328,45.514-.374,59.06-.381a4.258,4.258,0,0,1,4.413,4.09" style="fill:#fbf6f0"/><path d="M275.4,196.767c-11.787-1.763-12.805-1.373-.323.451-1.757,1.281-3.712,2.708-5.554,4.05l.049-.03a.73.73,0,0,0-.182,1.149l-.057-.071c1.4,2.2,2.763,4.358,4.221,6.657-5.534.013-11.487.615-17-.608-6.695-2.738.083-5.107,3.714-5.818,2.035-.239,8.6-2.843,3.059-3.589-26.9-.677-54.425,1.429-81.267.33-14.855-1.178-49.8,6.83-35.835-18.479-2.17,1.456-2.484,3.535-3.173,7.021-3.008,18.683,22.736,10.5,33.831,12.068,25.6.386,51.8.2,77.489-.955-4.274,12.638,5.434,10.259,14.107,10.638,1.221-.353,5.738.7,5.595-.749l.01.013c-1.483-2.35-2.885-4.573-4.308-6.82C270.163,200.45,276.505,198.2,275.4,196.767Zm-10.315,3.051a.856.856,0,0,0-.215-.154A.31.31,0,0,1,265.082,199.818Z" style="fill:#c4a985"/><path d="M265.859,187.58c.052-5.628-6.248-4.921-10.311-4.848-34.378.056-69.057.807-103.426,1.135-.779-7.1,3.2-12.488-7.143-10.912a104.983,104.983,0,0,0-11.792,1.744c-.853.771.766,2.007,1.461,2.447l-.082-.042c1.479,1.16,3.026,2.379,4.52,3.529l.049.257c-1.52,2.525-3.077,5.124-4.475,7.475l.012-.019c-.729,2.183,7.312,2.14,8.037,2.353-1.559-.655-5.58-.587-7.665-1.953,1.516-2.469,3.182-5.113,4.786-7.728l-.136-.754c-1.891-1.673-4.277-2.994-5.956-4.955,2.661-.418,24.539-5.279,15.527,2.56-1.253,1.046-3.243,1.658-3.618,3.456-.35,4.13,4.624,3.092,7.3,3.129,33.129-.461,66.694-1.344,99.816-1.218,17.2-1.557,11.45,4.747,12.876,16.974C265.965,196.97,265.827,191.425,265.859,187.58Z" style="fill:#bc9e76"/><text transform="translate(172.001 195.511)" style="font-size:12.152199745178223px;fill:#bc9e76;font-family:IM_FELL_DW_Pica_Roman, IM FELL DW Pica">C<tspan x="8.082" y="0" style="letter-spacing:-0.010246023054336648em">O</tspan><tspan x="16.567" y="0">B</tspan><tspan x="24.257" y="0" style="letter-spacing:-0.00490201887305518em">B</tspan><tspan x="31.887" y="0">LE</tspan><tspan x="49.25" y="0" style="letter-spacing:-0.008759345199393682em">R</tspan><tspan x="57.225" y="0">Y</tspan></text></g></g><g id="CobbleryHere"><g id="Scene-12" data-name="Scene"><polygon points="263.199 192.171 152.334 190.894 152.409 163.339 263.382 162.588 263.199 192.171" style="fill:#e5a32a"/><polygon points="233.949 117.238 160.669 117.088 152.409 125.347 152.409 175.652 234.627 178.143 239.977 160.102 233.949 117.238" style="fill:#d0ab48"/><polygon points="263.081 124.897 255.122 117.238 233.198 116.938 236.469 180.489 263.382 185.713 263.081 124.897" style="fill:#b6843a"/><polygon points="225.252 120.413 182.52 119.691 180.537 157.757 183.421 170.025 227.235 169.664 225.252 120.413" style="fill:#f3f4cc"/><polygon points="237.212 181.631 237.031 184.097 238.113 184.638 238.594 184.037 238.955 181.872 237.212 181.631" style="fill:#281c12"/><path d="M250.134,175.617l.24-4.991.06-1.984-11.72-3.368-7.993.662-.3.421.421,5.953.18,12.328,1.2.722.9-.421-.6-4.33,9.195,3.728-.3,4.39,1.382,1.143,1.2-.782s-.36-3.321-.4-4.359l4.927-1.356-.436,5.053,1.262.361.962-.842Zm-6.453,4.869.022-.9,4.567-1.322.185,3.672Z" style="fill:#48243d"/><polygon points="241.659 177.782 241.599 175.738 237.693 174.836 237.693 173.453 233.365 172.31 233.485 174.234 236.551 175.076 236.971 176.82 241.659 177.782" style="fill:#281c12"/><polygon points="196.343 141.881 197.785 144.527 199.348 145.368 198.987 145.97 195.862 145.489 193.819 143.925 196.343 141.881" style="fill:#936955"/><polygon points="202.714 138.513 201.271 138.152 200.67 139.114 201.752 140.678 200.43 145.368 201.151 145.729 202.593 144.647 204.156 140.197 202.714 138.513" style="fill:#af8b5b"/><polygon points="206.32 138.513 205.358 138.272 203.675 139.114 205.238 141.881 203.795 145.368 204.877 145.729 207.522 142.482 207.882 141.039 206.32 138.513" style="fill:#af8b5b"/><polygon points="218.099 141.67 215.215 137.325 212.45 139.242 213.532 141.159 213.532 144.226 211.368 146.932 212.811 147.293 217.138 143.324 216.657 145.008 218.821 144.406 222.908 140.678 222.186 137.431 219.422 137.31 220.023 139.114 218.099 141.67" style="fill:#a17b4d"/><polygon points="222.547 155.471 222.306 145.368 220.263 144.887 219.301 145.609 220.023 151.743 217.498 154.75 218.941 156.073 222.547 155.471" style="fill:#977144"/><polygon points="226.784 155.111 226.634 153.427 225.973 153.427 226.033 145.609 224.831 144.767 222.306 145.368 223.869 153.667 224.831 155.351 226.784 155.111" style="fill:#977144"/><polygon points="213.652 155.111 208.964 151.743 207.642 151.983 206.92 153.787 208.243 156.193 209.805 155.952 209.685 155.111 212.45 156.073 214.974 155.471 213.652 155.111" style="fill:#9f7a4c"/><polygon points="206.14 156.434 204.697 154.269 204.697 147.293 202.473 146.451 201.872 147.533 202.713 156.073 206.14 156.434" style="fill:#a95b5c"/><polygon points="201.632 156.193 202.233 155.231 201.511 154.269 201.872 147.533 199.468 146.932 198.026 148.375 199.468 154.028 196.102 155.712 201.632 156.193" style="fill:#a95b5c"/><polygon points="195.261 155.562 195.501 154.013 194.419 153.66 196.583 151.138 197.545 151.019 197.064 149.697 194.54 148.976 193.338 150.54 193.338 152.164 192.256 150.54 191.054 148.616 188.049 150.54 190.332 150.901 191.054 153.306 190.092 154.389 187.688 154.87 186.967 155.832 195.261 155.562" style="fill:#855b48"/><polygon points="205.358 170.264 205.238 168.22 205.478 161.004 204.035 160.402 202.834 161.004 202.713 167.739 201.992 170.385 205.358 170.264" style="fill:#736446"/><polygon points="205.689 170.566 206.41 168.401 206.049 167.409 206.861 160.914 208.033 160.463 209.475 161.455 208.123 167.86 209.655 170.386 205.689 170.566" style="fill:#7a6943"/><polygon points="201.992 170.385 201.271 163.53 199.919 162.899 199.018 163.891 198.567 165.334 199.829 166.687 200.099 168.401 197.034 170.295 196.674 170.837 201.992 170.385" style="fill:#8c6338"/><polygon points="225.432 170.205 225.162 162.718 223.629 161.906 222.187 162.809 223.359 170.476 225.432 170.205" style="fill:#8c6338"/><polygon points="222.908 136.649 223.719 133.853 222.908 132.861 224.44 130.696 223.719 130.155 221.736 132.32 221.826 133.222 217.949 135.026 218.13 128.802 216.687 127.629 215.425 129.072 215.515 136.379 219.933 136.649 222.277 135.206 222.006 136.559 222.908 136.649" style="fill:#8c624f"/><polygon points="214.884 136.469 214.253 134.304 214.794 129.523 213.262 128.17 211.188 129.613 211.639 134.304 210.918 136.469 214.884 136.469" style="fill:#8c624f"/><path d="M209.746,136.559l.721-1.894-2.074-1.173c-.631.722-.991,3.338-.991,3.338Z" style="fill:#8c624f"/><polygon points="206.68 137.191 207.041 134.484 205.418 133.222 203.976 134.033 204.427 136.198 202.353 135.206 200.55 137.281 206.68 137.191" style="fill:#8c624f"/><polygon points="224.666 121.224 224.508 124.968 225.24 126.749 224.525 129.174 225.159 135.888 222.457 136.469 215.515 136.469 210.827 136.469 207.312 136.288 204.517 136.92 200.911 136.649 200.46 138.093 206.23 137.822 214.794 137.371 223.088 137.461 225.432 137.371 225.522 140.889 226.063 142.964 226.033 145.609 226.334 153.157 226.334 155.051 222.187 155.502 218.4 155.412 207.943 155.953 201.993 156.043 198.026 155.773 188.74 155.322 181.438 154.78 181.528 155.863 193.879 156.675 199.288 156.855 206.23 157.126 213.983 156.584 226.514 156.404 227.235 169.664 222.998 169.935 208.574 170.205 195.952 170.115 191.084 170.341 191.174 171.288 214.253 171.288 228.497 170.927 226.334 135.657 225.702 128.531 226.424 126.997 226.153 120.864 224.666 121.224" style="fill:#c69652"/><polygon points="197.725 184.698 197.365 174.535 190.333 171.949 169.478 175.197 170.019 186.021 172.122 186.743 173.505 185.901 172.844 178.985 179.575 181.33 179.395 188.126 180.957 188.667 182.099 188.006 181.739 181.451 195.321 178.083 195.562 184.578 196.764 184.939 197.725 184.698" style="fill:#45311d"/><polygon points="226.829 183.826 227.115 174.715 209.67 172.641 205.539 174.415 205.599 183.555 206.741 183.856 207.672 182.608 213.307 176.204 222.322 177.827 222.637 186.171 223.854 186.262 226.829 183.826" style="fill:#493521"/><polygon points="227.716 121.465 218.581 121.36 219.422 118.608 226.874 118.608 227.836 119.15 227.716 121.465" style="fill:#c89956"/><polygon points="218.941 117.105 221.465 118.909 210.287 130.816 203.796 134.665 195.381 143.565 184.563 148.135 184.203 151.503 181.077 153.187 182.039 160.884 177.351 165.334 174.106 164.492 174.346 157.877 176.149 153.066 174.466 152.104 174.586 144.527 176.269 142.963 176.87 143.445 181.077 117.225 218.941 117.105" style="fill:#c89956"/><polygon points="216.898 121.916 216.297 120.833 205.598 120.473 194.54 137.311 195.381 140.197 208.844 128.531 212.089 127.809 216.898 121.916" style="fill:#efd172"/><polygon points="202.113 121.555 201.632 124.562 195.141 133.702 193.338 132.139 196.704 120.954 202.113 121.555" style="fill:#efd172"/><polygon points="184.563 148.135 180.476 148.496 176.87 143.445 178.553 143.685 181.198 145.249 182.88 136.829 186.006 133.582 184.804 138.152 182.52 146.09 185.525 145.008 192.136 134.424 195.502 133.221 193.218 136.348 184.323 147.173 184.563 148.135" style="fill:#906a3b"/><polygon points="184.203 151.503 181.318 149.939 178.673 152.946 176.149 153.066 179.034 155.832 179.274 159.801 182.039 160.884 182.4 153.307 184.203 151.503" style="fill:#906a3b"/></g><path d="M263.806,195.9H151.988V124.915l8.293-8.293h95.232l8.293,8.293Zm-110.818-1H262.806V125.329l-7.707-7.707H160.7l-7.707,7.707Z" style="fill:#ef6e55"/><g id="Ribbon_and_Name-12" data-name="Ribbon and Name"><path d="M265.414,187.25l.2,8.578,9.879,1.33-6.147,4.512,4.445,7.728-14.434-.215s-6.431-.1-5.52-3.987,9.476-3.544,9.476-3.544,5.285-2.869-2.733-3.038-41.365,1.519-41.365,1.519l-48.836-1.013-18.04.338-7.562-2.532-1.8-6.135-7.536-1.575c-.7.167-.938-.15-.54-.7l4.309-6.894c-.059-.223.356-.947.3-1.17l-6.185-4.9c-.5-.15-.508-.41-.012-.578l4.313-.523a21.289,21.289,0,0,1,11.051-1.22l1.14-.048c2.768.384,2.574,3.6-.025,4.561L147,179.907a2.353,2.353,0,0,0,1.7,4.252s42.522-.236,53.238-.618c9.206-.328,45.514-.374,59.06-.381a4.258,4.258,0,0,1,4.413,4.09" style="fill:#fbf6f0"/><path d="M275.4,196.767c-11.787-1.763-12.805-1.373-.323.451-1.757,1.281-3.712,2.708-5.554,4.05l.049-.03a.73.73,0,0,0-.182,1.149l-.057-.071c1.4,2.2,2.763,4.358,4.221,6.657-5.534.013-11.487.615-17-.608-6.695-2.738.083-5.107,3.714-5.818,2.035-.239,8.6-2.843,3.059-3.589-9.119-.857-18.454-.246-27.609.263-17.752.8-36.071.07-53.658.068-9.976-1.365-31.3,3.521-37.591-3.674-1.89-4.544-1.287-11.492,1.756-14.806-2.17,1.456-2.484,3.535-3.173,7.021-3.008,18.683,22.736,10.5,33.831,12.068,25.6.386,51.8.2,77.489-.955-.2.969-1.347,6.446-1.144,6.678,1.948,5.656,10.59,3.372,15.251,3.961,1.221-.354,5.738.7,5.595-.75l.01.013c-1.483-2.35-2.885-4.573-4.308-6.82.064-.77,1.548-1.209,2.054-1.787C272.623,199.257,276.509,197.738,275.4,196.767Zm-10.315,3.051a.856.856,0,0,0-.215-.154A.31.31,0,0,1,265.082,199.818Z" style="fill:#ef6e55"/><path d="M265.859,187.58c.052-5.628-6.248-4.921-10.311-4.848-8.6-.065-17.425.058-26.069.18-25.684.27-51.7.662-77.357.955-.779-7.1,3.2-12.488-7.143-10.912a104.983,104.983,0,0,0-11.792,1.744c-.853.771.766,2.007,1.461,2.447l-.082-.042c1.479,1.16,3.026,2.379,4.52,3.529l.049.257c-1.52,2.525-3.077,5.124-4.475,7.475l.012-.019c-.729,2.183,7.312,2.14,8.037,2.353-1.559-.655-5.58-.587-7.665-1.953,1.516-2.469,3.182-5.113,4.786-7.728l-.136-.754c-1.62-1.237-3.129-2.551-4.845-3.791a4.179,4.179,0,0,1-1.111-1.164c2.661-.418,24.539-5.279,15.527,2.56-1.253,1.046-3.243,1.658-3.618,3.456-.35,4.13,4.624,3.092,7.3,3.129,7.448-.116,14.978-.265,22.618-.4,25.7-.271,51.557-1.01,77.2-.822,17.2-1.557,11.45,4.747,12.876,16.974C265.965,196.97,265.827,191.425,265.859,187.58Z" style="fill:#ef6e55"/><text transform="translate(172.001 195.511)" style="font-size:12.152199745178223px;fill:#ef6e55;font-family:IM_FELL_DW_Pica_Roman, IM FELL DW Pica">C<tspan x="8.082" y="0" style="letter-spacing:-0.010246023054336648em">O</tspan><tspan x="16.567" y="0">B</tspan><tspan x="24.257" y="0" style="letter-spacing:-0.00490201887305518em">B</tspan><tspan x="31.887" y="0">LE</tspan><tspan x="49.25" y="0" style="letter-spacing:-0.008759345199393682em">R</tspan><tspan x="57.225" y="0">Y</tspan></text></g></g><rect id="CobbleryQ" x="145.391" y="110.025" width="10.966" height="10.966" transform="translate(-37.486 140.515) rotate(-45)" style="fill:#ef6e55"/></g><g id="CobblerAlley"><g id="_Rectangle_7" data-name="<Rectangle>"><g id="Blank_box-6" data-name="Blank box"><g style="clip-path:url(#clip-path-129)"><polygon points="302.666 192.593 307.607 195.4 302.666 195.4 302.666 192.593" style="fill:#f4f1ea"/><polygon points="302.666 181.556 327.031 195.4 307.607 195.4 302.666 192.593 302.666 181.556" style="fill:#f4f2ea"/><polygon points="302.666 170.52 346.455 195.4 327.031 195.4 302.666 181.556 302.666 170.52" style="fill:#f4f2eb"/><polygon points="302.666 159.484 365.879 195.4 346.455 195.4 302.666 170.52 302.666 159.484" style="fill:#f4f2eb"/><polygon points="302.666 148.448 385.303 195.4 365.879 195.4 302.666 159.484 302.666 148.448" style="fill:#f5f2eb"/><polygon points="302.666 137.411 404.726 195.4 385.303 195.4 302.666 148.448 302.666 137.411" style="fill:#f5f3eb"/><polygon points="302.666 126.375 413.485 189.34 413.485 195.4 404.726 195.4 302.666 137.411 302.666 126.375" style="fill:#f5f3ec"/><polygon points="302.666 121.883 305.371 117.122 305.804 117.122 413.485 178.304 413.485 189.34 302.666 126.375 302.666 121.883" style="fill:#f5f3ec"/><polygon points="325.228 117.122 413.485 167.268 413.485 178.304 305.804 117.122 325.228 117.122" style="fill:#f5f3ec"/><polygon points="344.652 117.122 413.485 156.231 413.485 167.268 325.228 117.122 344.652 117.122" style="fill:#f5f3ec"/><polygon points="364.075 117.122 413.485 145.195 413.485 156.231 344.652 117.122 364.075 117.122" style="fill:#f5f3ec"/><polygon points="383.499 117.122 413.485 134.159 413.485 145.195 364.075 117.122 383.499 117.122" style="fill:#f5f3ec"/><polygon points="402.923 117.122 413.485 123.123 413.485 134.159 383.499 117.122 402.923 117.122" style="fill:#f5f3ec"/><polygon points="413.485 123.123 402.923 117.122 413.485 117.122 413.485 123.123" style="fill:#f5f3ec"/></g><path d="M413.885,195.8H302.266V124.956l8.235-8.234H405.65l8.235,8.234ZM303.066,195H413.085V125.287l-7.766-7.765H310.832l-7.766,7.765Z" style="fill:#ba9c76"/></g></g><g id="CobblerAlleyOn"><g id="Scene-13" data-name="Scene"><g id="Scene-14" data-name="Scene"><rect x="314.973" y="117.238" width="39.288" height="44.089" style="fill:#f2ab56"/><rect x="302.575" y="161.644" width="110.522" height="29.476" style="fill:#a67b6d"/><polygon points="338.135 116.965 337.311 131.464 337.954 131.864 337.954 134.198 336.85 155.889 339.364 163.345 352.48 163.056 353.4 116.938 338.135 116.965" style="fill:#4d3d4d"/><polygon points="345.217 116.938 344.518 123.842 348.429 126.327 348.15 138.616 349.547 139.583 349.267 172.169 352.34 172.998 413.096 174.793 413.096 125.347 405.288 117.088 345.217 116.938" style="fill:#5d5f67"/><polygon points="369.945 121.405 369.945 132.653 360.017 134.026 360.228 122.62 369.945 121.405" style="fill:#252537"/><polygon points="413.096 164.991 412.796 187.515 393.232 184.456 379.925 184.931 360.281 177.486 354.578 178.436 360.598 181.921 364.875 186.674 364.241 189.684 357.271 190.476 350.934 188.417 343.488 183.189 337.468 184.615 327.33 182.555 323.052 184.139 316.24 182.238 314.973 157.208 413.096 164.991" style="fill:#785d62"/><polygon points="378.13 133.92 377.179 129.484 376.968 121.141 389.536 119.24 391.437 134.976 383.516 135.61 378.13 133.92" style="fill:#3c455e"/><polygon points="363.529 131.755 360.07 135.663 359.33 135.663 357.799 133.498 357.482 133.815 356.268 132.23 360.281 127.267 357.271 123.57 357.799 122.039 361.76 120.771 364.083 123.042 368.044 118.923 370.684 121.035 366.723 126.844 367.621 127.689 371.74 122.461 373.905 124.996 363.291 138.567 362.024 137.458 362.182 134.607 363.529 131.755" style="fill:#9b7265"/><polygon points="389.668 147.703 394.183 145.406 406.381 147.227 405.668 161.168 396.005 161.802 389.668 147.703" style="fill:#4d3d4d"/><polygon points="363.925 149.445 361.548 148.653 352.835 151.03 352.835 172.733 357.192 175.347 363.133 174.159 363.925 149.445" style="fill:#4d3d4d"/><polygon points="302.575 126.248 310.383 117.238 317.891 117.238 317.428 129.564 317.983 130.435 317.613 137.722 316.557 137.828 316.874 144.587 317.719 145.432 317.613 160.007 318.458 162.964 318.141 170.145 316.663 171.307 317.402 181.869 302.575 185.413 302.575 126.248" style="fill:#48243d"/><polygon points="379.074 131.709 386.737 135.346 388.48 148.02 397.275 148.97 400.203 153.406 400.203 160.852 398.777 161.644 398.46 162.911 399.569 164.971 399.252 177.644 397.985 179.228 392.757 181.129 386.103 180.02 385.311 178.436 380.559 180.284 372.955 164.495 365.192 150.079 379.074 131.709" style="fill:#95736a"/><polygon points="362.789 148.125 363.225 136.046 379.074 131.709 379.288 134.768 380.24 138.674 379.686 143.268 379.291 148.891 379.819 150.185 368.202 150.079 367.251 151.558 375.595 166.343 382.565 166.449 380.559 180.284 377.39 181.446 362.789 174.37 362.34 163.28 362.34 161.644 362.789 148.125" style="fill:#654d54"/><polygon points="387.569 148.495 387.945 146.911 392.292 146.356 397.435 148.257 397.275 148.97 392.045 149.921 389.985 155.941 390.223 162.357 391.49 163.069 396.797 162.436 398.777 161.644 398.46 162.911 396.005 164.02 398.143 170.594 397.985 179.228 396.48 179.704 396.876 171.228 394.183 164.654 389.906 164.654 385.153 163.149 384.757 161.564 383.648 155.228 385.866 151.188 386.341 151.901 385.074 154.198 386.103 162.198 388.242 162.515 388.321 155.941 390.777 149.525 387.569 148.495" style="fill:#3f3245"/><polygon points="372.796 139.386 373.192 138.752 380.163 138.198 380.242 139.069 372.796 139.386" style="fill:#3f3245"/><polygon points="364.717 135.98 364.717 137.089 370.103 136.217 370.103 135.504 364.717 135.98" style="fill:#3f3245"/><polygon points="374.222 142.633 374.222 143.901 379.687 143.267 379.767 142.237 374.222 142.633" style="fill:#3f3245"/><polygon points="369.865 143.188 369.786 144.217 363.925 144.93 363.925 144.217 369.865 143.188" style="fill:#3f3245"/><polygon points="379.529 147.148 362.816 148.099 362.736 148.732 379.291 148.891 379.529 147.148" style="fill:#3f3245"/><polygon points="372.083 153.089 372.004 154.119 378.341 154.356 378.262 153.723 372.083 153.089" style="fill:#3f3245"/><polygon points="372.321 156.416 372.321 157.842 377.47 158.792 378.024 157.525 372.321 156.416" style="fill:#3f3245"/><polygon points="369.469 156.931 369.39 157.465 364.4 157.287 364.4 156.574 369.469 156.931" style="fill:#3f3245"/><polygon points="369.152 160.258 368.994 161.109 364.4 160.456 364.4 159.743 369.152 160.258" style="fill:#3f3245"/><polygon points="362.261 161.961 378.975 166.396 384.995 164.971 384.757 166.317 378.499 168.693 362.182 163.703 362.261 161.961" style="fill:#3f3245"/><polygon points="405.92 155.228 397.745 159.109 397.668 179.308 404.763 181.367 413.246 176.298 413.246 157.05 405.92 155.228" style="fill:#654d54"/><polygon points="406.144 155.861 412.48 157.604 405.668 161.168 398.935 159.426 406.144 155.861" style="fill:#3f3245"/><polyline points="412.946 168.679 412.946 169.946 405.589 172.416 397.668 171.387 397.43 169.723 405.985 171.307" style="fill:#3f3245"/><polygon points="399.173 163.545 404.639 164.891 404.48 165.763 399.015 164.495 399.173 163.545" style="fill:#3f3245"/><polygon points="398.935 165.763 404.48 166.872 404.48 167.822 398.856 166.792 398.935 165.763" style="fill:#3f3245"/></g></g><polygon id="Overlay-9" data-name="Overlay" points="405.71 116.722 310.616 116.722 302.387 124.956 302.387 195.8 413.94 195.8 413.94 124.956 405.71 116.722" style="fill:#ba9c76;opacity:0.75"/><g id="Ribbon_and_name-13" data-name="Ribbon and name"><path d="M415.592,187.25l.2,8.578,9.879,1.33-6.147,4.512,4.445,7.728c-3.429-.889-20.954,2.347-19.953-4.2.911-3.882,9.475-3.545,9.475-3.545s5.285-2.869-2.733-3.038c-37.405,2.028-73.726.411-108.24.843-7.592-3.06-7.132.08-9.363-8.666-.187-.4-9.647-1.229-8.076-2.278.362-.785,4.9-7.3,4.607-8.064.153-.316-7.878-5.389-6.2-5.478,5.755-.65,10.651-2.678,16.5-1.791,5.137,1.511-.718,5.236-2.815,6.727a2.353,2.353,0,0,0,1.7,4.252c24.684-.025,80.376-1.223,112.3-1a4.258,4.258,0,0,1,4.413,4.09" style="fill:#fbf6f0"/><path d="M425.575,196.767c-11.6-1.744-12.577-1.331-.323.451-1.757,1.281-3.712,2.708-5.554,4.05l.049-.03a.73.73,0,0,0-.182,1.149l-.056-.071c1.394,2.2,2.762,4.358,4.22,6.657-5.757,1.14-32.077-.884-13.291-6.428,2.037-.237,8.6-2.841,3.059-3.587-26.889-.68-54.425,1.435-81.266.33-11.057-1.576-29.5,3.874-37.592-3.673-1.89-4.544-1.286-11.492,1.756-14.806a3.592,3.592,0,0,0-1.41,1.379c-10.43,23.605,18.095,17.04,32.069,17.708,25.6.388,51.8.205,77.489-.953-.226,2.2-2.038,6.861-.588,8.164,2.49,3.111,17.951,3.35,20.289,1.725l.011.013c-1.484-2.35-2.885-4.573-4.308-6.82.065-.77,1.546-1.209,2.053-1.787C422.949,199.073,426.438,198.038,425.575,196.767Zm-10.314,3.051a.856.856,0,0,0-.215-.154A.314.314,0,0,1,415.261,199.818Z" style="fill:#bc9e76"/><path d="M416.038,187.58c1.261-9.076-29.685-3.375-36.381-4.67-25.683.272-51.7.664-77.356.957.147-10.988,1.348-12.285-10.617-10.548-2.707.805-12.359.31-6.857,3.827l-.082-.042c7.217,4.057,2.847,5.814.093,11.261l.013-.019c-.279,2.393,7,2.018,8.036,2.354-1.558-.656-5.579-.588-7.665-1.954,5.535-10.131,7.309-5.759-1.305-13.437,2.894-.439,24.163-5.3,15.527,2.56-1.254,1.046-3.243,1.658-3.619,3.456-1.1,6.506,24.708,1.585,29.919,2.735,24.683-.273,49.552-.936,74.171-.851,16.054-.457,16.166-.856,15.752,15.2a7.411,7.411,0,0,0,.152,1.8C416.144,196.97,416.005,191.425,416.038,187.58Z" style="fill:#bc9e76"/><text transform="translate(303.895 195.511)" style="font-size:12.152199745178223px;fill:#bc9e76;font-family:IM_FELL_DW_Pica_Roman, IM FELL DW Pica">C<tspan x="8.082" y="0" style="letter-spacing:-0.010246023054336648em">O</tspan><tspan x="16.567" y="0">B</tspan><tspan x="24.257" y="0" style="letter-spacing:-0.00490201887305518em">B</tspan><tspan x="31.887" y="0">LER ALLEY</tspan></text></g></g><g id="CobblerAlleyHere"><g id="Scene-15" data-name="Scene"><g id="Scene-16" data-name="Scene"><rect x="314.973" y="117.238" width="39.288" height="44.089" style="fill:#f2ab56"/><rect x="302.575" y="161.644" width="110.522" height="29.476" style="fill:#a67b6d"/><polygon points="338.135 116.965 337.311 131.464 337.954 131.864 337.954 134.198 336.85 155.889 339.364 163.345 352.48 163.056 353.4 116.938 338.135 116.965" style="fill:#4d3d4d"/><polygon points="345.217 116.938 344.518 123.842 348.429 126.327 348.15 138.616 349.547 139.583 349.267 172.169 352.34 172.998 413.096 174.793 412.946 124.897 405.738 117.538 345.217 116.938" style="fill:#5d5f67"/><polygon points="369.945 121.405 369.945 132.653 360.017 134.026 360.228 122.62 369.945 121.405" style="fill:#252537"/><polygon points="413.096 164.991 412.796 187.515 393.232 184.456 379.925 184.931 360.281 177.486 354.578 178.436 360.598 181.921 364.875 186.674 364.241 189.684 357.271 190.476 350.934 188.417 343.488 183.189 337.468 184.615 327.33 182.555 323.052 184.139 316.24 182.238 314.973 157.208 413.096 164.991" style="fill:#785d62"/><polygon points="378.13 133.92 377.179 129.484 376.968 121.141 389.536 119.24 391.437 134.976 383.516 135.61 378.13 133.92" style="fill:#3c455e"/><polygon points="363.529 131.755 360.07 135.663 359.33 135.663 357.799 133.498 357.482 133.815 356.268 132.23 360.281 127.267 357.271 123.57 357.799 122.039 361.76 120.771 364.083 123.042 368.044 118.923 370.684 121.035 366.723 126.844 367.621 127.689 371.74 122.461 373.905 124.996 363.291 138.567 362.024 137.458 362.182 134.607 363.529 131.755" style="fill:#9b7265"/><polygon points="389.668 147.703 394.183 145.406 406.381 147.227 405.668 161.168 396.005 161.802 389.668 147.703" style="fill:#4d3d4d"/><polygon points="363.925 149.445 361.548 148.653 352.835 151.03 352.835 172.733 357.192 175.347 363.133 174.159 363.925 149.445" style="fill:#4d3d4d"/><polygon points="302.575 126.248 310.383 117.238 317.891 117.238 317.428 129.564 317.983 130.435 317.613 137.722 316.557 137.828 316.874 144.587 317.719 145.432 317.613 160.007 318.458 162.964 318.141 170.145 316.663 171.307 317.402 181.869 302.575 185.413 302.575 126.248" style="fill:#48243d"/><polygon points="379.074 131.709 386.737 135.346 388.48 148.02 397.275 148.97 400.203 153.406 400.203 160.852 398.777 161.644 398.46 162.911 399.569 164.971 399.252 177.644 397.985 179.228 392.757 181.129 386.103 180.02 385.311 178.436 380.559 180.284 372.955 164.495 365.192 150.079 379.074 131.709" style="fill:#95736a"/><polygon points="362.789 148.125 363.225 136.046 379.074 131.709 379.288 134.768 380.24 138.674 379.686 143.268 379.291 148.891 379.819 150.185 368.202 150.079 367.251 151.558 375.595 166.343 382.565 166.449 380.559 180.284 377.39 181.446 362.789 174.37 362.34 163.28 362.34 161.644 362.789 148.125" style="fill:#654d54"/><polygon points="387.569 148.495 387.945 146.911 392.292 146.356 397.435 148.257 397.275 148.97 392.045 149.921 389.985 155.941 390.223 162.357 391.49 163.069 396.797 162.436 398.777 161.644 398.46 162.911 396.005 164.02 398.143 170.594 397.985 179.228 396.48 179.704 396.876 171.228 394.183 164.654 389.906 164.654 385.153 163.149 384.757 161.564 383.648 155.228 385.866 151.188 386.341 151.901 385.074 154.198 386.103 162.198 388.242 162.515 388.321 155.941 390.777 149.525 387.569 148.495" style="fill:#3f3245"/><polygon points="372.796 139.386 373.192 138.752 380.163 138.198 380.242 139.069 372.796 139.386" style="fill:#3f3245"/><polygon points="364.717 135.98 364.717 137.089 370.103 136.217 370.103 135.504 364.717 135.98" style="fill:#3f3245"/><polygon points="374.222 142.633 374.222 143.901 379.687 143.267 379.767 142.237 374.222 142.633" style="fill:#3f3245"/><polygon points="369.865 143.188 369.786 144.217 363.925 144.93 363.925 144.217 369.865 143.188" style="fill:#3f3245"/><polygon points="379.529 147.148 362.816 148.099 362.736 148.732 379.291 148.891 379.529 147.148" style="fill:#3f3245"/><polygon points="372.083 153.089 372.004 154.119 378.341 154.356 378.262 153.723 372.083 153.089" style="fill:#3f3245"/><polygon points="372.321 156.416 372.321 157.842 377.47 158.792 378.024 157.525 372.321 156.416" style="fill:#3f3245"/><polygon points="369.469 156.931 369.39 157.465 364.4 157.287 364.4 156.574 369.469 156.931" style="fill:#3f3245"/><polygon points="369.152 160.258 368.994 161.109 364.4 160.456 364.4 159.743 369.152 160.258" style="fill:#3f3245"/><polygon points="362.261 161.961 378.975 166.396 384.995 164.971 384.757 166.317 378.499 168.693 362.182 163.703 362.261 161.961" style="fill:#3f3245"/><polygon points="405.92 155.228 397.745 159.109 397.668 179.308 404.763 181.367 413.246 176.298 413.246 157.05 405.92 155.228" style="fill:#654d54"/><polygon points="406.144 155.861 412.48 157.604 405.668 161.168 398.935 159.426 406.144 155.861" style="fill:#3f3245"/><polyline points="412.946 168.679 412.946 169.946 405.589 172.416 397.668 171.387 397.43 169.723 405.985 171.307" style="fill:#3f3245"/><polygon points="399.173 163.545 404.639 164.891 404.48 165.763 399.015 164.495 399.173 163.545" style="fill:#3f3245"/><polygon points="398.935 165.763 404.48 166.872 404.48 167.822 398.856 166.792 398.935 165.763" style="fill:#3f3245"/></g></g><g id="Highlight-8" data-name="Highlight"><path d="M413.985,195.9H302.166V124.915l8.293-8.293h95.233l8.293,8.293Zm-110.819-1H412.985V125.329l-7.707-7.707H310.873l-7.707,7.707Z" style="fill:#ef6e55"/></g><g id="Ribbon_and_name-14" data-name="Ribbon and name"><path d="M415.592,187.25l.2,8.578,9.879,1.33-6.147,4.512,4.445,7.728-14.433-.215s-6.431-.1-5.52-3.987,9.475-3.544,9.475-3.544,5.285-2.869-2.733-3.038-41.365,1.519-41.365,1.519l-48.835-1.013-18.04.338-7.563-2.532-1.8-6.135-7.536-1.575c-.695.167-.938-.15-.54-.7l4.31-6.894c-.059-.223.356-.947.3-1.17l-6.185-4.9c-.5-.15-.508-.41-.012-.578l4.314-.523a21.289,21.289,0,0,1,11.051-1.22l1.14-.048c2.767.384,2.573,3.6-.025,4.561l-2.79,2.166a2.353,2.353,0,0,0,1.7,4.252s42.521-.236,53.237-.618c9.206-.328,45.514-.374,59.06-.381a4.258,4.258,0,0,1,4.413,4.09" style="fill:#fbf6f0"/><path d="M425.575,196.767l-.958-.139-1.781-.253c-2.3-.319-4.046-.542-5.247-.682a8.158,8.158,0,0,0-1.9-.131,6.87,6.87,0,0,0,1.836.425c1.234.221,3.061.509,5.29.853l1.741.271.488.075.2.032-.058.042-3.674,2.68-1.822,1.328.049-.03a.745.745,0,0,0-.278.257.724.724,0,0,0,.1.892l-.056-.071,1.2,1.9,3.019,4.76-.5.018-1.421.044-3.117.053c-2.142.011-4.6.019-6.917-.077a33.13,33.13,0,0,1-3.431-.285,8.483,8.483,0,0,1-1.615-.362,7.162,7.162,0,0,1-1.491-.75,3.929,3.929,0,0,1-1.227-1.149,1.081,1.081,0,0,1,.051-1.33,3.9,3.9,0,0,1,1.342-1.008c.021-.012.045-.019.066-.03a50.864,50.864,0,0,1,4.973-1.55,22.347,22.347,0,0,0,3.964-1.3,3.82,3.82,0,0,0,.96-.619.973.973,0,0,0,.337-.62.73.73,0,0,0-.4-.664l-.014-.008-.012,0a10.947,10.947,0,0,0-1.778-.372c-1.262-.142-2.563-.247-3.9-.3s-2.727-.1-4.155-.1q-2.018-.011-4.048.017l-4.07.077-1.02.028-1.081.036-2.119.094-3.662.208-3.551.205c-2.461.173-4.9.268-7.336.312-2.326.044-4.605.033-7.1.016l-3.726-.008-3.541,0-13.649-.071-12.553-.123-5.748-.054-5.334-.048-4.933-.021-4.457.046-3.665.091-3.323.071c-1.96.022-3.419.015-4.387-.022-.5-.022-1-.024-1.493-.063-.458-.032-.924-.057-1.389-.1l-1.409-.161c-.469-.079-.944-.146-1.415-.237a14.773,14.773,0,0,1-2.772-.809,8.993,8.993,0,0,1-1.279-.643,5.92,5.92,0,0,1-1-.819,5.052,5.052,0,0,1-.739-.959,6.835,6.835,0,0,1-.45-1.1,12.075,12.075,0,0,1-.47-2.274,19.6,19.6,0,0,1-.025-4.1,16.641,16.641,0,0,1,1.444-5.646,7.429,7.429,0,0,1,.455-.794c.154-.208.3-.37.409-.513.262-.219.4-.35.394-.376s-.15.051-.437.23a5.36,5.36,0,0,0-.458.437,8.2,8.2,0,0,0-.517.712,15.085,15.085,0,0,0-1.761,5.642,19.712,19.712,0,0,0-.106,4.311,13.519,13.519,0,0,0,.433,2.4,5.613,5.613,0,0,0,1.247,2.366,7.091,7.091,0,0,0,2.175,1.578,14.379,14.379,0,0,0,2.675.895c.483.118.983.222,1.5.3.518.095,1.053.158,1.606.217s1.124.1,1.713.143c.568.046,1.119.053,1.679.075,1.061.039,2.627.04,4.555.013l3.149-.077,4-.106c1.393-.017,2.839-.053,4.319-.052l4.883.007,5.4.031,5.814.036,12.677.079,13.751.019,3.562-.011,3.455,0h3.641c1.231-.013,2.6-.019,3.784-.06,2.445-.042,4.912-.2,7.362-.362l7.457-.448c1.315-.071,2.566-.111,3.956-.151l4.056-.077c.862-.009,1.718-.006,2.576-.006-.2.969-1.348,6.445-1.145,6.677a1.862,1.862,0,0,0,.557,1.487,5.586,5.586,0,0,0,1.4,1.089,8.054,8.054,0,0,0,3.468,1.053c1.175.146,2.324.2,3.431.249,2.226.073,4.256.088,6.4.083l3.186-.044,1.463-.04.714-.025a.384.384,0,0,0,.322-.25.377.377,0,0,0-.091-.39l.011.013-.138-.218-3.018-4.781-1.146-1.812-.006-.009-.007-.007a.193.193,0,0,1,.017-.29A.214.214,0,0,1,420,201.7l.011-.007h0L422,200.238l3.582-2.635c.127-.087.324-.216.318-.427A.4.4,0,0,0,425.575,196.767Zm-10.314,3.051a.856.856,0,0,0-.215-.154l.081.022A.413.413,0,0,1,415.261,199.818Z" style="fill:#ef6e55"/><path d="M416.038,187.58a5.711,5.711,0,0,0-.093-1.176,4.263,4.263,0,0,0-.426-1.165,4.649,4.649,0,0,0-1.737-1.8,5.144,5.144,0,0,0-2.61-.712l-5.445,0-2.8,0-2.969-.016c-2.041-.015-4.386-.013-6.6.02l-6.641.085-7.055.09-7.265.085-3.668.042-3.7.006-3.942.023-3.842.054-3.867.079-.97.027-1.028.021-2.013.043-3.481.087-3.376.051-6.987.068-6.757.026-3.542.031-3.365.045-12.97.185-6.117.076-.466.006-.032-8.287a2.355,2.355,0,0,0-.558-1.957,2.442,2.442,0,0,0-1.066-.709,2.375,2.375,0,0,0-.637-.125c-.211-.011-.4-.007-.6-.012a42.053,42.053,0,0,0-4.252.177c-1.285.1-2.433.242-3.473.364q-1.755.222-3.139.445c-1.847.294-3.214.552-4.124.727l-1.055.209-.02,0-.008,0a.571.571,0,0,0-.186.135.536.536,0,0,0-.072.206.693.693,0,0,0,.045.266,3.915,3.915,0,0,0,.828,1.164,2.717,2.717,0,0,0,.874.668l-.082-.042,1.38,1.084,2.211,1.729.928.716.049.257-.408.678-2.415,4.025-1.652,2.772.013-.019a.8.8,0,0,0-.139.321.55.55,0,0,0,.086.375.936.936,0,0,0,.357.3c.647.309,1.208.444,1.672.635l.028.012.034,0,3.881.52a12.033,12.033,0,0,0,2.118.185,10.112,10.112,0,0,0-1.894-.429c-.958-.18-2.243-.417-4.02-.717L285.6,189a1.315,1.315,0,0,1-.34-.2c-.04-.038-.036-.05-.034-.055a.3.3,0,0,1,.05-.1l.01-.016,1.627-2.605,2.476-4c.2-.324.387-.628.557-.9l.066-.107-.023-.131-.091-.5-.022-.124-.106-.084-.686-.538-2.045-1.622-1.865-1.474-.143-.073c0-.006-.05-.028-.11-.071s-.126-.1-.194-.158a4.809,4.809,0,0,1-.806-.935l.671-.133c.979-.188,2.43-.461,4.227-.748q1.352-.218,2.944-.422c1.19-.141,2.456-.3,3.767-.4a40.044,40.044,0,0,1,4.065-.159,2.273,2.273,0,0,1,.931.127,1.823,1.823,0,0,1,.753.557,1.718,1.718,0,0,1,.181,1.861,2.943,2.943,0,0,1-.18.3c-.51.418-1.165.972-1.833,1.572l-1.753,1.219a11.3,11.3,0,0,0-1.129.844,2.621,2.621,0,0,0-.735,1.393,2.735,2.735,0,0,0,1.294,2.773,2.9,2.9,0,0,0,1.552.42l1.478-.017,2.976-.047,6.173-.1,13.062-.236,3.383-.059,3.283-.038,3.459-.018,3.593-.042,7-.1c2.431-.029,4.862-.12,7.1-.18l3.76-.1,3.855-.081,3.808-.056,3.7-.017,3.833-.006,3.743-.038,7.29-.065,6.947-.061,6.724-.058c2.116-.02,4.046-.009,6.078.013l3.027.027,2.954.008,5.37.014a4.59,4.59,0,0,1,2.325.679,4.207,4.207,0,0,1,1.559,1.725,4.419,4.419,0,0,1,.371,2.1q.009,1.058.016,2.036c.01,1.305.019,2.5.027,3.586.026,2.209.064,3.878.1,5.027a7.386,7.386,0,0,0,.151,1.8,6.208,6.208,0,0,0,.148-1.786c.036-1.191.05-2.948.06-5.091l.009-1.674c0-.609,0-1.292.006-1.969Z" style="fill:#ef6e55"/><text transform="translate(303.895 195.511)" style="font-size:12.152199745178223px;fill:#ef6e55;font-family:IM_FELL_DW_Pica_Roman, IM FELL DW Pica">C<tspan x="8.082" y="0" style="letter-spacing:-0.010246023054336648em">O</tspan><tspan x="16.567" y="0">B</tspan><tspan x="24.257" y="0" style="letter-spacing:-0.00490201887305518em">B</tspan><tspan x="31.887" y="0">LER ALLEY</tspan></text></g></g><rect id="CobblerAlleyQ" x="295.569" y="110.025" width="10.966" height="10.966" transform="translate(6.5 246.708) rotate(-45)" style="fill:#ef6e55"/></g><g id="Butcher"><g id="_Rectangle_8" data-name="<Rectangle>"><g id="Blank_box-7" data-name="Blank box"><g style="clip-path:url(#clip-path-130)"><polygon points="452.655 192.593 457.597 195.4 452.655 195.4 452.655 192.593" style="fill:#f4f1ea"/><polygon points="452.655 181.556 477.02 195.4 457.597 195.4 452.655 192.593 452.655 181.556" style="fill:#f4f2ea"/><polygon points="452.655 170.52 496.444 195.4 477.02 195.4 452.655 181.556 452.655 170.52" style="fill:#f4f2eb"/><polygon points="452.655 159.484 515.868 195.4 496.444 195.4 452.655 170.52 452.655 159.484" style="fill:#f4f2eb"/><polygon points="452.655 148.448 535.292 195.4 515.868 195.4 452.655 159.484 452.655 148.448" style="fill:#f5f2eb"/><polygon points="452.655 137.411 554.716 195.4 535.292 195.4 452.655 148.448 452.655 137.411" style="fill:#f5f3eb"/><polygon points="452.655 126.375 563.474 189.34 563.474 195.4 554.716 195.4 452.655 137.411 452.655 126.375" style="fill:#f5f3ec"/><polygon points="452.655 121.883 455.361 117.122 455.793 117.122 563.474 178.304 563.474 189.34 452.655 126.375 452.655 121.883" style="fill:#f5f3ec"/><polygon points="475.217 117.122 563.474 167.268 563.474 178.304 455.793 117.122 475.217 117.122" style="fill:#f5f3ec"/><polygon points="494.641 117.122 563.474 156.231 563.474 167.268 475.217 117.122 494.641 117.122" style="fill:#f5f3ec"/><polygon points="514.065 117.122 563.474 145.195 563.474 156.231 494.641 117.122 514.065 117.122" style="fill:#f5f3ec"/><polygon points="533.488 117.122 563.474 134.159 563.474 145.195 514.065 117.122 533.488 117.122" style="fill:#f5f3ec"/><polygon points="552.912 117.122 563.474 123.123 563.474 134.159 533.488 117.122 552.912 117.122" style="fill:#f5f3ec"/><polygon points="563.474 123.123 552.912 117.122 563.474 117.122 563.474 123.123" style="fill:#f5f3ec"/></g><path d="M563.874,195.8H452.255V124.956l8.235-8.234h95.15l8.234,8.234ZM453.055,195H563.074V125.287l-7.766-7.765H460.821l-7.766,7.765Z" style="fill:#ba9c76"/></g></g><g id="ButcherOn"><g id="Scene-17" data-name="Scene"><polygon points="563.787 177.755 452.439 169.345 451.989 187.966 563.562 190.143 563.787 177.755" style="fill:#e8bd5a"/><polygon points="453.04 152.977 452.439 125.347 460.699 117.388 475.415 116.938 453.04 152.977" style="fill:#f1a859"/><polygon points="500.877 179.171 491.913 182.011 482.614 183.069 454.997 179.505 460.676 171.821 494.418 175.663 500.877 179.171" style="fill:#814d14"/><polygon points="500.432 179.171 473.037 175.663 473.204 134.404 497.926 134.07 499.764 135.239 500.432 179.171" style="fill:#eb8c1d"/><polygon points="484.229 141.253 496.256 141.921 496.423 178.67 484.062 177.334 484.229 141.253" style="fill:#535b4c"/><polygon points="473.705 136.075 473.037 175.663 454.496 173.826 455.999 134.404 473.204 134.404 473.705 136.075" style="fill:#615827"/><polygon points="486.4 141.086 472.87 142.088 472.87 135.907 486.4 135.406 486.4 141.086" style="fill:#8c5d24"/><polygon points="514.63 122.377 497.592 122.544 467.859 122.043 468.026 119.537 466.857 119.203 466.857 117.366 468.193 116.698 514.758 117.238 514.63 122.377" style="fill:#926a31"/><polygon points="474.708 116.865 470.866 117.032 470.699 118.702 475.376 118.869 474.708 116.865" style="fill:#89754c"/><polygon points="513.628 122.21 499.441 122.644 499.43 133.903 499.43 145.93 500.432 179.171 513.795 180.952 514.965 161.131 513.628 122.21" style="fill:#e8bd5c"/><polygon points="505.443 135.907 502.436 135.907 502.436 142.088 504.775 142.422 505.443 141.42 505.443 135.907" style="fill:#ed993a"/><polygon points="510.621 144.092 507.615 143.424 506.445 144.427 506.612 152.11 508.45 152.779 510.12 150.44 510.621 144.092" style="fill:#ed993a"/><polygon points="498.762 122.21 467.859 122.043 455.999 126.72 464.685 127.555 480.053 127.555 482.391 127.388 485.899 125.05 491.579 125.05 498.762 122.21" style="fill:#e4cda1"/><polygon points="506.111 122.544 498.762 122.21 497.091 123.88 497.926 134.07 483.895 135.239 484.229 141.253 496.256 141.921 499.43 145.93 499.597 124.549 505.61 123.379 506.111 122.544" style="fill:#8c5d24"/><polygon points="496.256 142.589 496.59 139.248 484.062 138.914 484.062 142.422 496.256 142.589" style="fill:#313b48"/><polygon points="482.893 124.883 455.999 126.72 452.491 133.903 453.804 134.286 452.324 178.837 455.164 179.839 456.834 178.503 456.994 135.072 464.852 135.072 473.705 136.075 480.894 135.732 481.389 164.472 481.556 182.178 483.895 182.345 484.897 181.844 484.73 135.573 484.718 135.55 487.737 135.406 497.926 134.07 498.762 122.21 482.893 124.883" style="fill:#786744"/><polygon points="473.705 136.075 473.872 142.255 469.696 142.923 457.168 140.919 456.994 135.072 466.188 134.905 473.705 136.075" style="fill:#313b48"/><polygon points="466.523 140.752 458.338 140.306 457.892 156.231 466.523 156.119 466.523 140.752" style="fill:#2d2c20"/><polygon points="458.672 140.195 457.001 139.582 456.834 156.621 458.115 156.565 458.672 140.195" style="fill:#d18c31"/><polygon points="463.015 178.837 463.85 166.476 461.01 164.472 456.834 164.806 456.834 178.503 461.344 179.171 463.015 178.837" style="fill:#382e12"/><polygon points="514.446 145.319 514.031 172.6 514.205 176.275 513.776 180.952 524.175 181.843 544.222 182.957 563.562 184.662 563.412 143.517 514.446 145.319" style="fill:#ce7317"/><polygon points="562.961 124.446 513.628 123.602 513.906 116.938 555.453 117.238 562.961 124.446" style="fill:#8e514c"/><polygon points="563.412 124.446 539.074 122.711 514.018 123.379 512.125 123.379 509.118 124.604 508.45 136.52 512.347 136.854 564.087 136.384 563.412 124.446" style="fill:#f2aa57"/><path d="M564.012,136.625l-12.02-.11-2.895-.557-1.448.557-22.606-.446H508.45l4.12,1.892,33.074.334s16.036.669,16.37.669a11.031,11.031,0,0,0,2-1Z" style="fill:#3d2b3a"/><polygon points="563.862 138.411 512.626 137.963 512.904 142.862 514.018 143.308 514.463 152.551 517.693 151.103 520.588 152.773 520.922 158.898 521.479 167.362 522.593 167.25 523.618 143.517 554.386 143.642 554.386 148.152 558.339 148.653 558.785 147.54 561.569 148.653 561.235 149.544 563.712 150.875 563.862 138.411" style="fill:#644f29"/><polygon points="554.665 142.979 529.386 142.867 522.815 143.201 523.038 149.438 537.07 148.769 554.386 148.603 554.665 142.979" style="fill:#1a1504"/><polygon points="523.038 149.438 522.593 167.701 547.649 169.371 554.331 168.703 554.386 148.603 535.065 148.658 523.038 149.438" style="fill:#2b2c21"/><polygon points="555.221 171.042 555.11 172.378 547.426 173.046 523.929 171.932 521.924 171.487 522.481 169.928 548.54 171.487 555.221 171.042" style="fill:#813b26"/><polygon points="498.991 117.238 498.762 121.876 486.233 124.883 485.064 136.242 480.387 134.571 464.848 134.197 457.168 135.072 452.658 133.903 456.333 126.553 467.859 122.377 470.532 122.043 470.364 119.203 472.536 119.036 472.035 117.199 498.991 117.238" style="fill:#f1bb3b;mix-blend-mode:overlay"/><polygon points="484.396 133.569 484.312 128.892 483.644 128.307 483.561 127.388 482.391 127.388 482.893 128.307 482.391 129.309 482.559 133.068 483.376 133.651 482.893 134.738 484.062 134.822 483.934 133.8 484.396 133.569" style="fill:#7b362f"/><polygon points="522.96 128.02 516.863 135.119 513.438 132.614 519.452 125.348 522.96 128.02" style="fill:#5e4e55"/><polygon points="514.608 124.178 518.199 124.596 516.779 131.194 513.689 130.86 512.854 133.198 511.851 132.53 514.608 124.178" style="fill:#662c2c"/><polygon points="463.85 140.752 463.46 140.083 462.681 140.083 462.012 143.202 462.681 143.814 463.182 143.703 463.794 142.366 463.85 140.752" style="fill:#7b362f"/><polygon points="463.683 144.092 462.792 143.369 462.012 143.981 461.901 146.431 462.903 146.988 463.572 146.542 463.683 144.092" style="fill:#7b362f"/><path d="M463.739,147.1l-.947-.5-.5.446-.446,2.561.947.334.445-.223S463.739,146.988,463.739,147.1Z" style="fill:#7b362f"/><polygon points="463.237 150.273 462.569 149.883 462.124 150.44 462.291 152.946 463.349 153.28 463.85 152.389 463.516 150.886 463.237 150.273" style="fill:#7b362f"/><polygon points="460.648 140.195 459.799 139.861 459.34 140.195 459.34 143.09 460.342 143.369 460.732 142.366 460.648 140.195" style="fill:#7b362f"/><polygon points="460.565 144.148 459.785 143.536 459.173 144.037 459.395 146.487 460.231 146.542 459.451 146.765 459.173 149.605 459.952 149.995 460.509 149.661 460.899 146.932 460.565 146.32 460.899 145.874 460.565 144.148" style="fill:#7b362f"/><polygon points="460.593 150.746 459.883 150.231 459.34 150.551 459.34 152.612 460.286 153.168 460.732 152.389 460.593 150.746" style="fill:#d1600f"/></g><polygon id="Overlay-10" data-name="Overlay" points="555.7 116.722 460.605 116.722 452.376 124.956 452.376 195.8 563.929 195.8 563.929 124.956 555.7 116.722" style="fill:#ba9c76;opacity:0.75"/><g id="Ribbon_and_name-15" data-name="Ribbon and name"><path d="M565.581,187.25l.2,8.578,9.879,1.33-6.147,4.512,4.446,7.728c-3.469-.89-20.944,2.348-19.954-4.2.911-3.882,9.476-3.545,9.476-3.545s5.284-2.869-2.734-3.038c-37.387,2.035-73.738.407-108.24.843-7.553-3-7.2-.053-9.363-8.666.158-.329-9.866-1.285-8.075-2.278.3-.825,4.945-7.279,4.606-8.064.268-.13-7.957-5.551-6.2-5.478,5.421-.347,9.892-2.866,15.365-1.742,3.294-.7,4.448,3.237,1.115,4.512-19.487,11.755,41.091,4.434,52.148,5.8,2.915,1.563,65.382-5,63.472,3.707" style="fill:#fbf6f0"/><path d="M575.564,196.767c-11.584-1.743-12.549-1.326-.323.451-1.757,1.281-3.711,2.708-5.554,4.05l.05-.03a.73.73,0,0,0-.183,1.149l-.056-.071c1.394,2.2,2.762,4.358,4.221,6.657-5.759,1.14-32.078-.884-13.292-6.428,2.037-.238,8.6-2.841,3.06-3.587-26.89-.68-54.426,1.435-81.267.33-11.2-1.6-29.26,3.917-37.592-3.673-1.89-4.544-1.286-11.492,1.756-14.806a3.592,3.592,0,0,0-1.41,1.379c-10.548,23.133,18.266,17.289,32.07,17.708,25.6.388,51.8.205,77.488-.953-.226,2.2-2.038,6.861-.588,8.164,2.7,3.149,17.735,3.335,20.289,1.725l.011.013c-1.484-2.35-2.885-4.573-4.308-6.82.065-.77,1.546-1.209,2.053-1.787C572.938,199.073,576.427,198.038,575.564,196.767Zm-10.314,3.051a.856.856,0,0,0-.215-.154A.312.312,0,0,1,565.25,199.818Z" style="fill:#c4a985"/><path d="M566.027,187.58c1.055-9.148-29.576-3.333-36.38-4.67-25.684.272-51.7.664-77.357.957-.508-6.471,2.657-12.847-7.144-10.912a104.93,104.93,0,0,0-11.791,1.744c-.853.771.765,2.007,1.461,2.447l-.082-.042c7.056,3.8,2.861,6.051.093,11.261l.013-.019c-.279,2.393,7,2.018,8.037,2.354-1.559-.656-5.58-.588-7.665-1.954,5.529-10.124,7.311-5.76-1.306-13.437,2.894-.439,24.164-5.3,15.527,2.56-1.254,1.046-3.243,1.658-3.618,3.456-.757,6.442,21.483,1.677,26.535,2.793,23.771-.305,47.764-.844,71.477-.922,16.263,1.362,23.5-6.207,21.829,15.213a7.416,7.416,0,0,0,.152,1.8C566.133,196.97,565.994,191.425,566.027,187.58Z" style="fill:#c4a985"/><text transform="translate(453.54 195.511)" style="font-size:12.152199745178223px;fill:#bc9e76;font-family:IM_FELL_DW_Pica_Roman, IM FELL DW Pica"><tspan style="letter-spacing:-0.006830682036224432em">B</tspan><tspan x="7.607" y="0">UTCHER S</tspan><tspan x="70.171" y="0" style="letter-spacing:-0.011732700909279612em">H</tspan><tspan x="80.235" y="0" style="letter-spacing:-0.011250535118487299em">O</tspan><tspan x="88.708" y="0">PS</tspan></text></g></g><g id="ButcherHere"><g id="Scene-18" data-name="Scene"><polygon points="563.712 177.755 452.439 169.345 451.989 187.966 563.562 190.068 563.712 177.755" style="fill:#e8bd5a"/><polygon points="453.04 152.977 452.439 125.347 460.699 117.388 475.415 116.938 453.04 152.977" style="fill:#f1a859"/><polygon points="500.877 179.171 491.913 182.011 482.614 183.069 454.997 179.505 460.676 171.821 494.418 175.663 500.877 179.171" style="fill:#814d14"/><polygon points="500.432 179.171 473.037 175.663 473.204 134.404 497.926 134.07 499.764 135.239 500.432 179.171" style="fill:#eb8c1d"/><polygon points="484.229 141.253 496.256 141.921 496.423 178.67 484.062 177.334 484.229 141.253" style="fill:#535b4c"/><polygon points="473.705 136.075 473.037 175.663 454.496 173.826 455.999 134.404 473.204 134.404 473.705 136.075" style="fill:#615827"/><polygon points="486.4 141.086 472.87 142.088 472.87 135.907 486.4 135.406 486.4 141.086" style="fill:#8c5d24"/><polygon points="514.63 122.377 497.592 122.544 467.859 122.043 468.026 119.537 466.857 119.203 466.857 117.366 468.193 116.698 514.758 117.238 514.63 122.377" style="fill:#926a31"/><polygon points="474.708 116.865 470.866 117.032 470.699 118.702 475.376 118.869 474.708 116.865" style="fill:#89754c"/><polygon points="513.628 122.21 499.441 122.644 499.43 133.903 499.43 145.93 500.432 179.171 513.795 180.952 514.965 161.131 513.628 122.21" style="fill:#e8bd5c"/><polygon points="505.443 135.907 502.436 135.907 502.436 142.088 504.775 142.422 505.443 141.42 505.443 135.907" style="fill:#ed993a"/><polygon points="510.621 144.092 507.615 143.424 506.445 144.427 506.612 152.11 508.45 152.779 510.12 150.44 510.621 144.092" style="fill:#ed993a"/><polygon points="498.762 122.21 467.859 122.043 455.999 126.72 464.685 127.555 480.053 127.555 482.391 127.388 485.899 125.05 491.579 125.05 498.762 122.21" style="fill:#e4cda1"/><polygon points="506.111 122.544 498.762 122.21 497.091 123.88 497.926 134.07 483.895 135.239 484.229 141.253 496.256 141.921 499.43 145.93 499.597 124.549 505.61 123.379 506.111 122.544" style="fill:#8c5d24"/><polygon points="496.256 142.589 496.59 139.248 484.062 138.914 484.062 142.422 496.256 142.589" style="fill:#313b48"/><polygon points="482.893 124.883 455.999 126.72 452.491 133.903 453.804 134.286 452.324 178.837 455.164 179.839 456.834 178.503 456.994 135.072 464.852 135.072 473.705 136.075 480.894 135.732 481.389 164.472 481.556 182.178 483.895 182.345 484.897 181.844 484.73 135.573 484.718 135.55 487.737 135.406 497.926 134.07 498.762 122.21 482.893 124.883" style="fill:#786744"/><polygon points="473.705 136.075 473.872 142.255 469.696 142.923 457.168 140.919 456.994 135.072 466.188 134.905 473.705 136.075" style="fill:#313b48"/><polygon points="466.523 140.752 458.338 140.306 457.892 156.231 466.523 156.119 466.523 140.752" style="fill:#2d2c20"/><polygon points="458.672 140.195 457.001 139.582 456.834 156.621 458.115 156.565 458.672 140.195" style="fill:#d18c31"/><polygon points="463.015 178.837 463.85 166.476 461.01 164.472 456.834 164.806 456.834 178.503 461.344 179.171 463.015 178.837" style="fill:#382e12"/><polygon points="514.446 145.319 514.031 172.6 514.205 176.275 513.776 180.952 524.175 181.843 544.222 182.957 563.562 184.662 563.412 143.517 514.446 145.319" style="fill:#ce7317"/><polygon points="562.961 124.446 513.628 123.602 513.906 116.938 555.453 117.238 562.961 124.446" style="fill:#8e514c"/><polygon points="563.412 124.446 539.074 122.711 514.018 123.379 512.125 123.379 509.118 124.604 508.45 136.52 512.347 136.854 564.087 136.384 563.412 124.446" style="fill:#f2aa57"/><path d="M564.012,136.625l-12.02-.11-2.895-.557-1.448.557-22.606-.446H508.45l4.12,1.892,33.074.334s16.036.669,16.37.669a11.031,11.031,0,0,0,2-1Z" style="fill:#3d2b3a"/><polygon points="563.862 138.411 512.626 137.963 512.904 142.862 514.018 143.308 514.463 152.551 517.693 151.103 520.588 152.773 520.922 158.898 521.479 167.362 522.593 167.25 523.618 143.517 554.386 143.642 554.386 148.152 558.339 148.653 558.785 147.54 561.569 148.653 561.235 149.544 563.712 150.875 563.862 138.411" style="fill:#644f29"/><polygon points="554.665 142.979 529.386 142.867 522.815 143.201 523.038 149.438 537.07 148.769 554.386 148.603 554.665 142.979" style="fill:#1a1504"/><polygon points="523.038 149.438 522.593 167.701 547.649 169.371 554.331 168.703 554.386 148.603 535.065 148.658 523.038 149.438" style="fill:#2b2c21"/><polygon points="555.221 171.042 555.11 172.378 547.426 173.046 523.929 171.932 521.924 171.487 522.481 169.928 548.54 171.487 555.221 171.042" style="fill:#813b26"/><polygon points="498.991 117.238 498.762 121.876 486.233 124.883 485.064 136.242 480.387 134.571 464.848 134.197 457.168 135.072 452.658 133.903 456.333 126.553 467.859 122.377 470.532 122.043 470.364 119.203 472.536 119.036 472.035 117.199 498.991 117.238" style="fill:#f1bb3b;mix-blend-mode:overlay"/><polygon points="484.396 133.569 484.312 128.892 483.644 128.307 483.561 127.388 482.391 127.388 482.893 128.307 482.391 129.309 482.559 133.068 483.376 133.651 482.893 134.738 484.062 134.822 483.934 133.8 484.396 133.569" style="fill:#7b362f"/><polygon points="522.96 128.02 516.863 135.119 513.438 132.614 519.452 125.348 522.96 128.02" style="fill:#5e4e55"/><polygon points="514.608 124.178 518.199 124.596 516.779 131.194 513.689 130.86 512.854 133.198 511.851 132.53 514.608 124.178" style="fill:#662c2c"/><polygon points="463.85 140.752 463.46 140.083 462.681 140.083 462.012 143.202 462.681 143.814 463.182 143.703 463.794 142.366 463.85 140.752" style="fill:#7b362f"/><polygon points="463.683 144.092 462.792 143.369 462.012 143.981 461.901 146.431 462.903 146.988 463.572 146.542 463.683 144.092" style="fill:#7b362f"/><path d="M463.739,147.1l-.947-.5-.5.446-.446,2.561.947.334.445-.223S463.739,146.988,463.739,147.1Z" style="fill:#7b362f"/><polygon points="463.237 150.273 462.569 149.883 462.124 150.44 462.291 152.946 463.349 153.28 463.85 152.389 463.516 150.886 463.237 150.273" style="fill:#7b362f"/><polygon points="460.648 140.195 459.799 139.861 459.34 140.195 459.34 143.09 460.342 143.369 460.732 142.366 460.648 140.195" style="fill:#7b362f"/><polygon points="460.565 144.148 459.785 143.536 459.173 144.037 459.395 146.487 460.231 146.542 459.451 146.765 459.173 149.605 459.952 149.995 460.509 149.661 460.899 146.932 460.565 146.32 460.899 145.874 460.565 144.148" style="fill:#7b362f"/><polygon points="460.593 150.746 459.883 150.231 459.34 150.551 459.34 152.612 460.286 153.168 460.732 152.389 460.593 150.746" style="fill:#d1600f"/></g><g id="Highlight-9" data-name="Highlight"><path d="M563.974,195.9H452.155V124.915l8.293-8.293h95.233l8.293,8.293Zm-110.819-1H562.974V125.329l-7.707-7.707H460.862l-7.707,7.707Z" style="fill:#ef6e55"/></g><g id="Ribbon_and_name-16" data-name="Ribbon and name"><path d="M565.581,187.25l.2,8.578,9.879,1.33-6.147,4.512,4.446,7.728-14.434-.215s-6.431-.1-5.52-3.987,9.476-3.544,9.476-3.544,5.284-2.869-2.734-3.038-41.364,1.519-41.364,1.519L470.55,199.12l-18.04.338-7.562-2.532-1.8-6.135-7.536-1.575c-.695.167-.938-.15-.539-.7l4.309-6.894c-.059-.223.356-.947.3-1.17l-6.184-4.9c-.5-.15-.509-.41-.013-.578l4.314-.523a21.289,21.289,0,0,1,11.051-1.22l1.14-.048c2.767.384,2.573,3.6-.025,4.561l-2.79,2.166a2.353,2.353,0,0,0,1.7,4.252s42.522-.236,53.238-.618c9.205-.328,45.513-.374,59.06-.381a4.257,4.257,0,0,1,4.412,4.09" style="fill:#fbf6f0"/><path d="M575.564,196.767c-11.787-1.763-12.8-1.373-.323.451-1.757,1.281-3.712,2.708-5.554,4.05l.05-.03a.73.73,0,0,0-.183,1.149l-.056-.071c1.394,2.2,2.762,4.358,4.221,6.657-5.534.013-11.488.615-17.006-.608-6.695-2.738.083-5.107,3.715-5.818,2.035-.239,8.6-2.843,3.059-3.589-9.119-.857-18.455-.246-27.61.263-17.751.8-36.07.07-53.657.068-9.977-1.365-31.3,3.521-37.592-3.674-1.889-4.544-1.286-11.492,1.756-14.806-2.17,1.456-2.483,3.535-3.172,7.021-3.009,18.683,22.736,10.5,33.831,12.068,25.6.386,51.8.2,77.489-.955-.2.969-1.348,6.446-1.145,6.678,1.949,5.656,10.591,3.372,15.251,3.961,1.222-.354,5.739.7,5.595-.75l.011.013c-1.484-2.35-2.885-4.573-4.308-6.82.064-.77,1.547-1.209,2.053-1.787C572.791,199.257,576.677,197.738,575.564,196.767Zm-10.314,3.051a.856.856,0,0,0-.215-.154A.312.312,0,0,1,565.25,199.818Z" style="fill:#ef6e55"/><path d="M566.027,187.58c.052-5.628-6.248-4.921-10.311-4.848-8.6-.065-17.425.058-26.07.18-25.683.27-51.7.662-77.356.955-.78-7.1,3.2-12.488-7.144-10.912a104.93,104.93,0,0,0-11.791,1.744c-.853.771.766,2.007,1.461,2.447l-.082-.042c1.479,1.16,3.026,2.379,4.519,3.529l.05.257c-1.52,2.525-3.078,5.124-4.476,7.475l.013-.019c-.729,2.183,7.312,2.14,8.037,2.353-1.559-.655-5.58-.587-7.665-1.953,1.515-2.469,3.182-5.113,4.786-7.728-.046-.255-.093-.511-.137-.754-1.62-1.237-3.129-2.551-4.845-3.791a4.162,4.162,0,0,1-1.11-1.164c2.66-.418,24.538-5.279,15.527,2.56-1.254,1.046-3.243,1.659-3.618,3.456-.35,4.13,4.624,3.092,7.3,3.129,7.447-.116,14.977-.265,22.617-.4,25.7-.271,51.558-1.01,77.2-.822,17.2-1.557,11.45,4.747,12.876,16.974C566.133,196.97,565.994,191.425,566.027,187.58Z" style="fill:#ef6e55"/><text transform="translate(453.54 195.511)" style="font-size:12.152199745178223px;fill:#ef6e55;font-family:IM_FELL_DW_Pica_Roman, IM FELL DW Pica"><tspan style="letter-spacing:-0.006830682036224432em">B</tspan><tspan x="7.607" y="0">UTCHER S</tspan><tspan x="70.171" y="0" style="letter-spacing:-0.011732700909279612em">H</tspan><tspan x="80.235" y="0" style="letter-spacing:-0.011250535118487299em">O</tspan><tspan x="88.708" y="0">PS</tspan></text></g></g><rect id="ButcherQ" x="445.559" y="110.025" width="10.966" height="10.966" transform="translate(50.431 352.766) rotate(-45)" style="fill:#ef6e55"/></g><g id="Bakeries"><g id="_Rectangle_9" data-name="<Rectangle>"><g id="Blank_box-8" data-name="Blank box"><g style="clip-path:url(#clip-path-131)"><polygon points="752.149 192.593 757.09 195.4 752.149 195.4 752.149 192.593" style="fill:#f4f1ea"/><polygon points="752.149 181.556 776.514 195.4 757.09 195.4 752.149 192.593 752.149 181.556" style="fill:#f4f2ea"/><polygon points="752.149 170.52 795.938 195.4 776.514 195.4 752.149 181.556 752.149 170.52" style="fill:#f4f2eb"/><polygon points="752.149 159.484 815.362 195.4 795.938 195.4 752.149 170.52 752.149 159.484" style="fill:#f4f2eb"/><polygon points="752.149 148.448 834.785 195.4 815.362 195.4 752.149 159.484 752.149 148.448" style="fill:#f5f2eb"/><polygon points="752.149 137.411 854.209 195.4 834.785 195.4 752.149 148.448 752.149 137.411" style="fill:#f5f3eb"/><polygon points="752.149 126.375 862.967 189.34 862.967 195.4 854.209 195.4 752.149 137.411 752.149 126.375" style="fill:#f5f3ec"/><polygon points="752.149 121.883 754.854 117.122 755.287 117.122 862.967 178.304 862.967 189.34 752.149 126.375 752.149 121.883" style="fill:#f5f3ec"/><polygon points="774.71 117.122 862.967 167.268 862.967 178.304 755.287 117.122 774.71 117.122" style="fill:#f5f3ec"/><polygon points="794.134 117.122 862.967 156.231 862.967 167.268 774.71 117.122 794.134 117.122" style="fill:#f5f3ec"/><polygon points="813.558 117.122 862.967 145.195 862.967 156.231 794.134 117.122 813.558 117.122" style="fill:#f5f3ec"/><polygon points="832.982 117.122 862.967 134.159 862.967 145.195 813.558 117.122 832.982 117.122" style="fill:#f5f3ec"/><polygon points="852.406 117.122 862.967 123.123 862.967 134.159 832.982 117.122 852.406 117.122" style="fill:#f5f3ec"/><polygon points="862.967 123.123 852.406 117.122 862.967 117.122 862.967 123.123" style="fill:#f5f3ec"/></g><path d="M863.367,195.8H751.749V124.956l8.234-8.234h95.15l8.234,8.234ZM752.549,195H862.567V125.287l-7.766-7.765H760.315l-7.766,7.765Z" style="fill:#ba9c76"/></g></g><g id="BakeriesOn"><g id="Scene-19" data-name="Scene"><polygon points="751.144 173.894 840.241 117.463 854.882 117.689 863.141 125.347 862.653 178.224 771.691 194.011 750.694 187.521 751.144 173.894" style="fill:#dab982"/><polygon points="751.043 185.704 787.826 178.143 803.763 178.745 832.781 175.738 862.653 170.847 862.878 193.259 751.043 193.372 751.043 185.704" style="fill:#a95c5c"/><polygon points="814.739 170.626 839.396 167.469 839.246 130.332 816.994 130.031 815.34 131.084 814.739 170.626" style="fill:#ba5320"/><polygon points="829.323 136.496 818.497 137.098 818.347 170.175 829.473 168.972 829.323 136.496" style="fill:#535b4c"/><polygon points="838.795 131.835 839.396 167.469 856.085 165.815 854.732 130.332 839.246 130.332 838.795 131.835" style="fill:#615827"/><polygon points="827.368 136.346 839.547 137.248 839.547 131.685 827.368 131.234 827.368 136.346" style="fill:#888154"/><polygon points="816.242 119.356 844.057 119.206 854.732 123.416 846.914 124.167 833.082 124.167 830.977 124.017 827.819 121.912 822.707 121.912 816.242 119.356" style="fill:#e4cda1"/><polygon points="818.497 137.699 818.197 134.692 829.473 134.391 829.473 137.549 818.497 137.699" style="fill:#403e2c"/><polygon points="830.526 121.762 854.732 123.416 857.889 129.881 856.708 130.225 858.04 170.325 855.484 171.227 853.98 170.025 853.837 130.933 846.763 130.933 838.795 131.835 832.325 131.527 831.879 157.395 831.728 173.332 829.623 173.483 828.721 173.032 828.872 131.384 828.882 131.363 826.165 131.234 815.464 130.64 816.139 119.716 830.526 121.762" style="fill:#d9a760"/><polygon points="828.721 136.947 827.368 139.353 827.218 159.801 824.662 162.507 824.512 169.423 829.022 169.122 828.721 136.947" style="fill:#2c291d"/><polygon points="838.795 131.835 838.645 137.398 842.403 138 853.68 136.196 853.837 130.933 845.561 130.783 838.795 131.835" style="fill:#3b4334"/><polygon points="841.501 136.346 845.26 136.045 845.26 149.877 841.802 150.028 841.2 148.675 841.501 136.346" style="fill:#d18c31"/><polygon points="845.26 136.045 852.627 135.644 853.028 149.978 845.26 149.877 845.26 136.045" style="fill:#2d2c20"/><polygon points="852.326 135.544 853.83 134.993 853.98 150.329 852.828 150.278 852.326 135.544" style="fill:#d18c31"/><polygon points="756.899 120.008 779.958 119.807 802.51 120.409 804.214 120.409 806.921 121.511 807.522 132.236 804.014 132.537 752.169 132.738 752.169 125.46 756.899 120.008" style="fill:#ffc248"/><path d="M751.831,132.817l16.5-.18,2.606-.5,1.3.5,20.347-.4h14.935l-3.709,1.7-29.769.3s-14.434.6-14.735.6-7.478-.823-7.478-.823Z" style="fill:#362b3c"/><polygon points="803.162 165.614 802.473 164.712 802.084 146.67 800.205 140.254 758.909 138.651 757.761 141.608 752.057 139.294 752.057 174.226 757.505 176.038 774.244 174.033 792.988 173.031 802.711 172.229 802.31 168.019 803.162 167.92 803.162 165.614" style="fill:#c57520"/><polygon points="752.057 133.456 803.763 133.94 803.513 138.351 802.51 138.751 802.109 147.071 799.202 145.768 796.596 147.271 796.296 152.784 795.794 160.402 794.792 160.302 793.765 138.351 766.175 139.052 766.175 143.112 762.617 143.563 762.216 142.56 759.71 143.563 760.011 144.365 758.407 145.467 752.057 143.479 752.057 133.456" style="fill:#644f29"/><polygon points="765.925 138.05 788.678 137.95 794.592 138.25 794.391 143.863 781.762 143.262 766.175 143.112 765.925 138.05" style="fill:#1a1504"/><polygon points="794.391 143.863 794.792 160.302 772.239 161.805 766.225 161.204 766.175 143.112 783.566 143.162 794.391 143.863" style="fill:#2b2c21"/><polygon points="816.242 119.356 827.519 121.762 828.872 131.384 832.781 130.482 846.767 130.145 853.68 130.933 857.739 129.881 854.431 123.265 844.057 119.507 841.652 119.206 841.818 116.675 839.565 116.788 816.365 116.788 816.242 119.356" style="fill:#f9cc3d"/><polygon points="816.365 117.914 814.588 170.626 805.567 171.678 802.56 172.129 802.109 164.913 802.51 138.751 803.763 133.94 807.522 132.236 806.921 121.511 802.51 120.409 756.899 120.008 760.278 117.238 816.365 117.914" style="fill:#ffd45a"/><polygon points="800.756 122.157 802.917 122.467 803.754 124.012 802.969 127.059 799.213 130.368 797.41 130.256 796.095 128.979 796.095 127.174 798.238 124.205 800.756 122.157" style="fill:#e1861b"/><polygon points="794.629 130.595 795.08 130.82 792.336 131.61 784.33 130.633 779.857 131.459 772.904 131.008 772.979 130.67 779.444 130.933 784.255 130.144 792.524 131.008 794.629 130.595" style="fill:#e1861b"/><polygon points="774.031 121.461 771.024 122.326 766.965 120.972 763.619 122.175 760.838 121.875 760.8 121.386 763.958 121.649 766.965 120.597 771.287 121.687 773.994 121.085 774.031 121.461" style="fill:#e1861b"/><polygon points="780.86 139.954 768.781 139.854 768.33 148.374 779.106 148.274 781.311 147.973 780.86 139.954" style="fill:#e4cda1"/><polygon points="770.435 141.508 772.039 141.458 773.091 142.21 772.24 144.866 770.686 145.918 769.734 145.217 769.684 143.813 770.435 141.508" style="fill:#e1861b"/><polygon points="769.608 155.015 768.042 154.576 767.234 154.983 766.83 158.044 768.131 160.801 769.91 160.953 770.686 159.4 770.686 156.944 769.608 155.015" style="fill:#e1861b"/><polygon points="772.089 157.195 771.037 159.3 771.588 160.452 772.741 160.903 773.843 160.001 773.893 158.097 772.691 157.295 772.089 157.195" style="fill:#93501d"/><polygon points="775.196 158.397 772.991 158.949 772.891 159.951 774.044 161.054 776.349 160.703 777.301 159.149 776.449 158.548 775.196 158.397" style="fill:#daa962"/><polygon points="779.958 155.891 778.905 155.541 778.454 156.292 778.443 156.331 778.003 154.689 776.85 154.538 776.75 155.591 775.848 154.889 774.194 154.789 773.743 156.493 774.545 158.748 775.823 158.974 776.437 158.585 777.101 159.049 778.203 159.049 778.586 157.97 779.206 158.347 780.308 158.447 780.308 157.545 779.958 155.891" style="fill:#e1861b"/><polygon points="780.358 159.3 779.707 157.846 778.003 157.295 777.151 158.447 777.602 160.051 779.055 160.502 780.208 159.751 780.358 159.3" style="fill:#93501d"/><polygon points="789.455 154.964 789.868 153.999 788.07 153.091 783.964 152.687 779.906 153.287 779.004 153.938 779.256 154.614 783.315 155.44 784.067 155.44 784.017 159.35 783.466 159.4 782.864 160.001 784.418 160.452 786.373 160.101 786.423 159.7 785.17 159.199 784.869 155.491 788.628 155.19 789.455 154.964" style="fill:#615827"/><polygon points="785.571 152.433 783.752 152.433 783.766 152.183 781.862 151.08 779.757 152.383 779.707 153.837 782.263 154.488 782.714 154.053 783.967 154.538 785.245 154.313 786.009 153.473 785.571 152.433" style="fill:#daa962"/><polygon points="787.525 153.411 786.172 152.183 786.172 151.531 787.174 151.231 789.38 151.982 790.532 153.235 790.532 153.937 789.229 154.087 787.525 153.411" style="fill:#daa962"/><polygon points="789.806 156.969 787.688 156.054 786.322 156.744 786.322 158.748 789.179 159.55 790.131 158.498 792.286 159.3 793.539 158.598 793.589 157.596 791.484 155.942 790.131 156.192 789.806 156.969" style="fill:#e1861b"/><polygon points="849.395 146.87 848.793 145.743 847.666 145.442 847.064 146.344 847.139 149.426 848.568 149.877 849.545 148.9 851.048 149.577 851.875 148.9 852.251 145.968 850.823 144.69 849.77 144.991 849.395 146.87" style="fill:#e1861b"/><polygon points="854.657 125.521 832.405 125.22 832.255 124.619 854.431 125.145 854.657 125.521" style="fill:#615827"/><polygon points="855.333 129.279 855.333 129.881 832.781 129.881 832.63 129.355 855.333 129.279" style="fill:#615827"/></g><polygon id="Overlay-11" data-name="Overlay" points="855.193 116.722 760.099 116.722 751.869 124.956 751.869 195.8 863.423 195.8 863.423 124.956 855.193 116.722" style="fill:#ba9c76;opacity:0.75"/><g id="Ribbon_and_name-17" data-name="Ribbon and name"><path d="M865.075,187.25l.2,8.578,9.879,1.33-6.147,4.512,4.445,7.728c-3.336-.852-21.1,2.28-19.954-4.2.912-3.882,9.476-3.545,9.476-3.545,11.237-6.755-48.885-.374-44.1-1.52-12.726-.257-54.83-1.367-66.876-.674l-7.563-2.532-1.8-6.135-7.536-1.575c-.7.167-.938-.15-.54-.7.362-.785,4.9-7.3,4.607-8.064.173-.238-7.9-5.477-6.2-5.478,5.4-.353,9.9-2.861,15.365-1.742,3.278-.71,4.459,3.241,1.114,4.512l-2.789,2.166a2.353,2.353,0,0,0,1.7,4.252s42.522-.236,53.238-.618c1.668,1.386,67-4.708,63.473,3.709" style="fill:#fbf6f0"/><path d="M875.058,196.767c-11.674-1.752-12.662-1.346-.323.451-1.757,1.281-3.712,2.708-5.554,4.05l.049-.03a.73.73,0,0,0-.182,1.149l-.057-.071c1.395,2.2,2.763,4.358,4.221,6.657-2.639.063-25.407,1.46-18.331-4.847,1.84-.884,15.353-3.574,8.1-5.168-26.891-.68-54.427,1.435-81.268.33-10.656-1.5-30.161,3.749-37.591-3.673-1.89-4.544-1.287-11.492,1.756-14.806a3.6,3.6,0,0,0-1.411,1.379c-10.43,23.605,18.1,17.04,32.07,17.708,25.6.388,51.8.205,77.489-.953-.226,2.2-2.039,6.861-.589,8.164,1.437,2.926,19.146,3.407,20.29,1.725l.01.013c-1.481-2.347-2.881-4.567-4.3-6.811.03-.773,1.549-1.218,2.048-1.8C872.35,199.17,876.057,197.88,875.058,196.767Z" style="fill:#c4a985"/><path d="M865.52,187.58c.052-5.628-6.247-4.921-10.311-4.848-8.6-.065-17.425.058-26.069.18-25.683.27-51.7.662-77.357.955-.587-6.594,2.823-12.761-7.143-10.912a104.983,104.983,0,0,0-11.792,1.744c-.852.771.766,2.007,1.461,2.447l-.082-.042c7.217,4.057,2.848,5.814.094,11.261l.012-.019c-.446,2.316,7.117,2.063,8.037,2.353-1.558-.655-5.579-.587-7.665-1.953,5.622-10.268,7.267-5.722-1.306-13.437,2.635.03,19.659-5.132,17.36.987-1.468,1.773-4.714,2.649-5.451,5.029-1.048,6.357,21.653,1.729,26.535,2.793,25.807-.309,51.809-.978,77.555-.909,16.332-.318,16.026-1.139,15.752,15.2a7.449,7.449,0,0,0,.151,1.8C865.627,196.97,865.488,191.425,865.52,187.58Z" style="fill:#c4a985"/><text transform="translate(773.783 195.511)" style="font-size:12.152199745178223px;fill:#bc9e76;font-family:IM_FELL_DW_Pica_Roman, IM FELL DW Pica">BAKERIES</text></g></g><g id="BakeriesHere"><g id="Scene-20" data-name="Scene"><polygon points="751.144 173.894 840.241 117.463 854.882 117.689 863.141 125.347 862.653 178.224 771.691 194.011 750.694 187.521 751.144 173.894" style="fill:#dab982"/><polygon points="751.043 185.704 787.826 178.143 803.763 178.745 832.781 175.738 862.653 170.847 862.878 193.259 751.043 193.372 751.043 185.704" style="fill:#a95c5c"/><polygon points="814.739 170.626 839.396 167.469 839.246 130.332 816.994 130.031 815.34 131.084 814.739 170.626" style="fill:#ba5320"/><polygon points="829.323 136.496 818.497 137.098 818.347 170.175 829.473 168.972 829.323 136.496" style="fill:#535b4c"/><polygon points="838.795 131.835 839.396 167.469 856.085 165.815 854.732 130.332 839.246 130.332 838.795 131.835" style="fill:#615827"/><polygon points="827.368 136.346 839.547 137.248 839.547 131.685 827.368 131.234 827.368 136.346" style="fill:#888154"/><polygon points="816.242 119.356 844.057 119.206 854.732 123.416 846.914 124.167 833.082 124.167 830.977 124.017 827.819 121.912 822.707 121.912 816.242 119.356" style="fill:#e4cda1"/><polygon points="818.497 137.699 818.197 134.692 829.473 134.391 829.473 137.549 818.497 137.699" style="fill:#403e2c"/><polygon points="830.526 121.762 854.732 123.416 857.889 129.881 856.708 130.225 858.04 170.325 855.484 171.227 853.98 170.025 853.837 130.933 846.763 130.933 838.795 131.835 832.325 131.527 831.879 157.395 831.728 173.332 829.623 173.483 828.721 173.032 828.872 131.384 828.882 131.363 826.165 131.234 815.464 130.64 816.139 119.716 830.526 121.762" style="fill:#d9a760"/><polygon points="828.721 136.947 827.368 139.353 827.218 159.801 824.662 162.507 824.512 169.423 829.022 169.122 828.721 136.947" style="fill:#2c291d"/><polygon points="838.795 131.835 838.645 137.398 842.403 138 853.68 136.196 853.837 130.933 845.561 130.783 838.795 131.835" style="fill:#3b4334"/><polygon points="841.501 136.346 845.26 136.045 845.26 149.877 841.802 150.028 841.2 148.675 841.501 136.346" style="fill:#d18c31"/><polygon points="845.26 136.045 852.627 135.644 853.028 149.978 845.26 149.877 845.26 136.045" style="fill:#2d2c20"/><polygon points="852.326 135.544 853.83 134.993 853.98 150.329 852.828 150.278 852.326 135.544" style="fill:#d18c31"/><polygon points="756.899 120.008 779.958 119.807 802.51 120.409 804.214 120.409 806.921 121.511 807.522 132.236 804.014 132.537 752.169 132.738 752.169 125.46 756.899 120.008" style="fill:#ffc248"/><path d="M751.831,132.817l16.5-.18,2.606-.5,1.3.5,20.347-.4h14.935l-3.709,1.7-29.769.3s-14.434.6-14.735.6-7.478-.823-7.478-.823Z" style="fill:#362b3c"/><polygon points="803.162 165.614 802.473 164.712 802.084 146.67 800.205 140.254 758.909 138.651 757.761 141.608 752.057 139.294 752.057 174.226 757.505 176.038 774.244 174.033 792.988 173.031 802.711 172.229 802.31 168.019 803.162 167.92 803.162 165.614" style="fill:#c57520"/><polygon points="752.057 133.456 803.763 133.94 803.513 138.351 802.51 138.751 802.109 147.071 799.202 145.768 796.596 147.271 796.296 152.784 795.794 160.402 794.792 160.302 793.765 138.351 766.175 139.052 766.175 143.112 762.617 143.563 762.216 142.56 759.71 143.563 760.011 144.365 758.407 145.467 752.057 143.479 752.057 133.456" style="fill:#644f29"/><polygon points="765.925 138.05 788.678 137.95 794.592 138.25 794.391 143.863 781.762 143.262 766.175 143.112 765.925 138.05" style="fill:#1a1504"/><polygon points="794.391 143.863 794.792 160.302 772.239 161.805 766.225 161.204 766.175 143.112 783.566 143.162 794.391 143.863" style="fill:#2b2c21"/><polygon points="816.242 119.356 827.519 121.762 828.872 131.384 832.781 130.482 846.767 130.145 853.68 130.933 857.739 129.881 854.431 123.265 844.057 119.507 841.652 119.206 841.818 116.675 839.565 116.788 816.365 116.788 816.242 119.356" style="fill:#f9cc3d"/><polygon points="816.365 117.914 814.588 170.626 805.567 171.678 802.56 172.129 802.109 164.913 802.51 138.751 803.763 133.94 807.522 132.236 806.921 121.511 802.51 120.409 756.899 120.008 760.278 117.238 816.365 117.914" style="fill:#ffd45a"/><polygon points="800.756 122.157 802.917 122.467 803.754 124.012 802.969 127.059 799.213 130.368 797.41 130.256 796.095 128.979 796.095 127.174 798.238 124.205 800.756 122.157" style="fill:#e1861b"/><polygon points="794.629 130.595 795.08 130.82 792.336 131.61 784.33 130.633 779.857 131.459 772.904 131.008 772.979 130.67 779.444 130.933 784.255 130.144 792.524 131.008 794.629 130.595" style="fill:#e1861b"/><polygon points="774.031 121.461 771.024 122.326 766.965 120.972 763.619 122.175 760.838 121.875 760.8 121.386 763.958 121.649 766.965 120.597 771.287 121.687 773.994 121.085 774.031 121.461" style="fill:#e1861b"/><polygon points="780.86 139.954 768.781 139.854 768.33 148.374 779.106 148.274 781.311 147.973 780.86 139.954" style="fill:#e4cda1"/><polygon points="770.435 141.508 772.039 141.458 773.091 142.21 772.24 144.866 770.686 145.918 769.734 145.217 769.684 143.813 770.435 141.508" style="fill:#e1861b"/><polygon points="769.608 155.015 768.042 154.576 767.234 154.983 766.83 158.044 768.131 160.801 769.91 160.953 770.686 159.4 770.686 156.944 769.608 155.015" style="fill:#e1861b"/><polygon points="772.089 157.195 771.037 159.3 771.588 160.452 772.741 160.903 773.843 160.001 773.893 158.097 772.691 157.295 772.089 157.195" style="fill:#93501d"/><polygon points="775.196 158.397 772.991 158.949 772.891 159.951 774.044 161.054 776.349 160.703 777.301 159.149 776.449 158.548 775.196 158.397" style="fill:#daa962"/><polygon points="779.958 155.891 778.905 155.541 778.454 156.292 778.443 156.331 778.003 154.689 776.85 154.538 776.75 155.591 775.848 154.889 774.194 154.789 773.743 156.493 774.545 158.748 775.823 158.974 776.437 158.585 777.101 159.049 778.203 159.049 778.586 157.97 779.206 158.347 780.308 158.447 780.308 157.545 779.958 155.891" style="fill:#e1861b"/><polygon points="780.358 159.3 779.707 157.846 778.003 157.295 777.151 158.447 777.602 160.051 779.055 160.502 780.208 159.751 780.358 159.3" style="fill:#93501d"/><polygon points="789.455 154.964 789.868 153.999 788.07 153.091 783.964 152.687 779.906 153.287 779.004 153.938 779.256 154.614 783.315 155.44 784.067 155.44 784.017 159.35 783.466 159.4 782.864 160.001 784.418 160.452 786.373 160.101 786.423 159.7 785.17 159.199 784.869 155.491 788.628 155.19 789.455 154.964" style="fill:#615827"/><polygon points="785.571 152.433 783.752 152.433 783.766 152.183 781.862 151.08 779.757 152.383 779.707 153.837 782.263 154.488 782.714 154.053 783.967 154.538 785.245 154.313 786.009 153.473 785.571 152.433" style="fill:#daa962"/><polygon points="787.525 153.411 786.172 152.183 786.172 151.531 787.174 151.231 789.38 151.982 790.532 153.235 790.532 153.937 789.229 154.087 787.525 153.411" style="fill:#daa962"/><polygon points="789.806 156.969 787.688 156.054 786.322 156.744 786.322 158.748 789.179 159.55 790.131 158.498 792.286 159.3 793.539 158.598 793.589 157.596 791.484 155.942 790.131 156.192 789.806 156.969" style="fill:#e1861b"/><polygon points="849.395 146.87 848.793 145.743 847.666 145.442 847.064 146.344 847.139 149.426 848.568 149.877 849.545 148.9 851.048 149.577 851.875 148.9 852.251 145.968 850.823 144.69 849.77 144.991 849.395 146.87" style="fill:#e1861b"/><polygon points="854.657 125.521 832.405 125.22 832.255 124.619 854.431 125.145 854.657 125.521" style="fill:#615827"/><polygon points="855.333 129.279 855.333 129.881 832.781 129.881 832.63 129.355 855.333 129.279" style="fill:#615827"/></g><g id="Highlight-10" data-name="Highlight"><path d="M863.467,195.9H751.649V124.915l8.293-8.293h95.232l8.293,8.293Zm-110.818-1H862.467V125.329l-7.707-7.707h-94.4l-7.707,7.707Z" style="fill:#ef6e55"/></g><g id="Ribbon_and_name-18" data-name="Ribbon and name"><path d="M865.168,186.689l.11,9.139,9.879,1.33-6.147,4.512,4.445,7.728c-3.575-.934-20.769,2.427-19.954-4.2.912-3.882,9.476-3.545,9.476-3.545s5.285-2.869-2.733-3.038c-37.387,2.035-73.739.407-108.241.843-7.334-2.877-7.305-.177-9.362-8.666-13.436-2.6-6.979-.57-3.469-10.343.309-.245-7.992-5.439-6.2-5.477,5.421-.347,9.892-2.866,15.365-1.742,3.294-.7,4.447,3.237,1.115,4.512-19,11.845,23.887,3.918,56.323,5.795,3.7.214,55.111-2.328,58.339.976" style="fill:#fbf6f0"/><path d="M875.058,196.767c-3.221-.455-7.026-1.022-9.562-1.225-.283-4.436,1.908-12.624-4.842-12.813-10.384-.033-21.067,0-31.514.183-25.683.27-51.7.662-77.357.955-.4-6.321,2.43-12.956-7.144-10.912-2.548.7-16.656.452-10.33,4.191l-.082-.042c7.055,3.8,2.862,6.051.094,11.261l.012-.019c-.092,2.477,6.873,1.969,8.037,2.354-1.558-.656-5.579-.588-7.665-1.954,5.4-9.888,7.353-5.846-1.306-13.437,4.308-1.026,26.316-5.012,13.774,3.78-3.7,2.7-4.917,8-4.574,13.052,2.065,13.489,24.1,6.061,33.937,7.757,25.6.386,51.8.2,77.49-.955-.226,2.2-2.039,6.861-.589,8.164,3.825,3.362,16.608,3.241,20.29,1.725l.01.013c-1.483-2.35-2.884-4.573-4.308-6.82.066-.77,1.546-1.209,2.054-1.787C872.432,199.072,875.92,198.038,875.058,196.767Zm-.381.493c-1.734,1.265-3.676,2.682-5.5,4.008l.049-.03a.73.73,0,0,0-.182,1.149l-.057-.071c1.395,2.2,2.763,4.358,4.221,6.657-56.1-.446,29.463-12.487-30.629-10.164-23.607,1.557-47.648.319-71.137.412-14.126.267-36.263,3.545-26.146-17.807.609,5.8,9.448,2.061,13.481,2.941,23.493-.332,47.353-.9,70.868-1.04,11.188.394,22.543-1.24,33.342.6,4.091,3.542,1.023,12.039,2.311,16.3-.032-.659.327-3.151.193-4.527,2.454.539,6.1,1.029,9.24,1.535Zm-10.149,2.4a.31.31,0,0,1,.215.154A.856.856,0,0,0,864.528,199.664Z" style="fill:#ef6e55"/><text transform="translate(773.783 195.511)" style="font-size:12.152199745178223px;fill:#ef6e55;font-family:IM_FELL_DW_Pica_Roman, IM FELL DW Pica">BAKERIES</text></g></g><rect id="BakeriesQ" x="745.052" y="110.025" width="10.966" height="10.966" transform="translate(138.15 564.54) rotate(-45)" style="fill:#ef6e55"/></g><g id="AuntTeddy"><g id="_Rectangle_10" data-name="<Rectangle>"><g id="Blank_box-9" data-name="Blank box"><g style="clip-path:url(#clip-path-132)"><polygon points="752.045 445.682 756.898 448.53 752.045 448.53 752.045 445.682" style="fill:#f4f1ea"/><polygon points="752.045 434.488 775.975 448.53 756.898 448.53 752.045 445.682 752.045 434.488" style="fill:#f4f2ea"/><polygon points="752.045 423.295 795.052 448.53 775.975 448.53 752.045 434.488 752.045 423.295" style="fill:#f4f2eb"/><polygon points="752.045 412.101 814.13 448.53 795.052 448.53 752.045 423.295 752.045 412.101" style="fill:#f4f2eb"/><polygon points="752.045 400.907 833.207 448.53 814.13 448.53 752.045 412.101 752.045 400.907" style="fill:#f5f2eb"/><polygon points="752.045 389.713 852.284 448.53 833.207 448.53 752.045 400.907 752.045 389.713" style="fill:#f5f3eb"/><polygon points="752.045 378.52 860.886 442.383 860.886 448.53 852.284 448.53 752.045 389.713 752.045 378.52" style="fill:#f5f3ec"/><polygon points="752.045 373.963 754.702 369.134 755.127 369.134 860.886 431.189 860.886 442.383 752.045 378.52 752.045 373.963" style="fill:#f5f3ec"/><polygon points="774.204 369.134 860.886 419.996 860.886 431.189 755.127 369.134 774.204 369.134" style="fill:#f5f3ec"/><polygon points="793.281 369.134 860.886 408.802 860.886 419.996 774.204 369.134 793.281 369.134" style="fill:#f5f3ec"/><polygon points="812.358 369.134 860.886 397.608 860.886 408.802 793.281 369.134 812.358 369.134" style="fill:#f5f3ec"/><polygon points="831.436 369.134 860.886 386.414 860.886 397.608 812.358 369.134 831.436 369.134" style="fill:#f5f3ec"/><polygon points="850.513 369.134 860.886 375.22 860.886 386.414 831.436 369.134 850.513 369.134" style="fill:#f5f3ec"/><polygon points="860.886 375.22 850.513 369.134 860.886 369.134 860.886 375.22" style="fill:#f5f3ec"/></g><path d="M860.886,448.93H752.045V378.562l8.029-8.178h92.783l8.029,8.178Zm-108.061-.8H860.106V378.891l-7.572-7.713H760.4l-7.572,7.713Z" style="fill:#ba9c76"/></g></g><g id="AuntTeddyOn"><g id="Scene-21" data-name="Scene"><polygon points="863.291 378.075 854.882 369.816 760.578 369.966 752.319 378.075 752.387 409.835 760.593 406.844 838.124 407.759 863.216 414.009 863.291 378.075" style="fill:#f4af3d"/><polygon points="762.756 369.741 761.342 404.601 816.45 403.257 837.121 403.617 837.538 369.966 762.756 369.741" style="fill:#edd15d"/><polygon points="863.216 414.9 838.346 403.926 762.37 405.496 751.94 410.06 751.493 427.179 863.216 426.33 863.216 414.9" style="fill:#d5a23d"/><path d="M847.072,404.065l-8.294-3.285-.865-30.664-76.509-.15-.827,15.281-.592,15.383-.741,2.091,4,2.888,2.518.4h21.624l15.083.548,33.5-1.3,27.252,11.052v-5.078l-15.551-5.675Zm-12.293-1.643-16.143.6-8.887,1.344L790.2,403.02l-3.7-.448-20.735-.15-2.073-.9v-7.019l-.149-17.474,1.244-7.067,69.6.225.839,19.387Z" style="fill:#e6711c"/><polygon points="786.417 370.607 767.486 370.397 768.174 383.365 786.33 382.664 786.417 370.607" style="fill:#f39c31"/><polygon points="777.984 382.664 777.123 370.887 776.349 370.747 776.693 377.056 777.037 382.944 777.984 382.664" style="fill:#ea7d21"/><polygon points="807.251 370.062 795.9 369.966 796.199 379.89 797.991 380.468 807.151 380.372 807.251 370.062" style="fill:#2a6160"/><polygon points="806.056 369.966 805.957 379.595 796.199 379.871 795.602 370.058 806.056 369.966" style="fill:#7e9e7f"/><polygon points="758.115 399.137 763.192 399.884 763.043 409.89 752.019 414.115 752.169 399.924 758.115 399.137" style="fill:#593114"/><polygon points="797.742 399.908 796.423 405.97 790.835 407.756 791.127 408.748 797.397 407.95 799.885 400.581 803.568 399.685 802.895 406.555 799.335 406.853 799.335 407.948 803.866 408.048 804.264 409.343 810.537 411.135 811.532 410.338 810.96 409.542 806.504 408.646 806.504 400.033 810.238 400.083 811.532 408.347 819.498 410.239 819.996 409.641 813.026 407.65 811.931 399.087 797.742 399.908" style="fill:#522826"/><polygon points="829.753 397.494 829.355 394.806 823.879 391.421 812.429 390.823 793.411 391.62 784.649 394.009 784.151 395.702 787.039 399.187 799.883 401.477 820.095 400.481 829.753 397.494" style="fill:#c1532d"/><path d="M796.012,389.728l.486-.448-3.547-.336-.028.536-.794-.443-.6.327.074,1.078,1.121,1.715.058-.007-.021.415,2.2.822,1.68-.784Zm-3.995.41v-.56l.885.305-.069,1.344Z" style="fill:#584d31"/><polygon points="826.368 394.694 827.152 393.349 826.667 392.752 823.12 392.416 820.394 392.939 820.207 393.499 821.402 394.806 824.165 395.067 826.368 394.694" style="fill:#2b4c4f"/><polygon points="788.134 392.117 788.732 396.199 790.424 396.597 791.32 395.9 791.519 391.918 789.13 391.519 788.134 392.117" style="fill:#694031"/><path d="M808.993,390.873l-1.443-.349-1.643.448-.049.854-1-.307-.2,1.095.9,1.4.477-.06.021.258,1.295.7,1.593-.9Zm-3.634,1.941-.1-.4.618-.343.121,1.445Z" style="fill:#694031"/><polygon points="787.686 406.007 779.621 406.455 776.783 396.598 775.439 395.851 770.959 395.851 770.959 397.643 774.394 407.351 773.348 414.221 774.543 414.669 775.141 413.923 775.738 407.65 778.576 408.347 778.277 417.059 779.621 417.656 780.368 416.611 779.97 408.496 782.53 408.398 782.11 413.624 783.205 414.122 783.803 413.574 783.576 408.358 786.491 408.247 786.043 415.565 787.835 416.312 788.582 415.267 787.686 406.007" style="fill:#392637"/><polygon points="787.686 406.007 781.944 405.101 779.246 405.152 779.621 406.455 787.686 406.007" style="fill:#633233"/><polygon points="837.495 405.335 837.121 403.617 832.79 403.095 827.787 403.393 827.861 405.111 828.94 405.288 828.384 413.624 829.315 413.996 829.876 413.681 830.02 405.466 831.766 405.753 832.316 414.479 833.437 414.847 834.156 414.47 833.241 405.996 833.761 406.082 834.517 405.93 835.615 413.376 836.873 413.567 837.42 412.952 835.471 405.74 837.495 405.335" style="fill:#321d19"/></g><polygon id="Overlay-12" data-name="Overlay" points="855.384 369.589 760.289 369.589 752.06 377.823 752.06 448.667 863.613 448.667 863.613 377.823 855.384 369.589" style="fill:#ba9c76;opacity:0.75"/><g id="Ribbon_and_name-19" data-name="Ribbon and name"><line x1="865.502" y1="436.762" x2="865.265" y2="424.45" style="fill:#fbf6f0"/><path d="M875.347,450.025l-9.924-1.555c-.312-2.7,1.028-10.044-1.787-12.049,3.671,2.745.986-11,1.629-11.971a4.257,4.257,0,0,0-4.412-4.09c-13.547.007-49.855.053-59.06.381-10.717.382-53.238.618-53.238.618a2.352,2.352,0,0,1-1.7-4.251l2.79-2.167c3.357-1.266,2.15-5.227-1.115-4.512-5.456-1.119-9.973,1.387-15.365,1.742-1.714-.039,6.307,5.232,6.2,5.478.059.223-.356.948-.3,1.171-5.47,9.553-7.186,6.608,3.766,9.171l1.8,6.136c-7.4,19.836,8.5,19.169,21.348,18.09,27.535,1.549,69.539-1.523,98.874.225-.607,2.474-7.762,3.266-9.671,3.869-8.623,7.195,15.3,5.765,18.736,5.787C869.617,454.508,866.8,455.558,875.347,450.025Z" style="fill:#fbf6f0"/><line x1="865.265" y1="424.45" x2="865.468" y2="433.028" style="fill:#fbf6f0"/><path d="M865.711,424.781c.052-5.629-6.248-4.922-10.311-4.849-8.6-.064-17.425.058-26.07.18-25.683.27-51.7.663-77.356.955-.78-7.1,3.2-12.488-7.144-10.912a104.7,104.7,0,0,0-11.791,1.745c-.853.77.765,2.006,1.461,2.446l-.082-.041c1.479,1.159,3.025,2.379,4.519,3.529l.049.256c-1.519,2.525-3.077,5.125-4.475,7.475l.013-.019c-.73,2.184,7.312,2.141,8.037,2.354-1.559-.655-5.58-.588-7.666-1.953,1.516-2.47,3.183-5.113,4.787-7.729-.047-.254-.093-.511-.137-.754-1.62-1.236-3.129-2.55-4.845-3.79a4.179,4.179,0,0,1-1.11-1.165c2.583-.017,19.9-5.052,17.359.987-1.467,1.7-4.433,2.61-5.388,4.789-2.76,2.71-3.258,8.4-2.651,12.378,1.732,11.064,25.859,5.061,34.455,6.366,24.411.185,49.085.255,73.455-.859a112.306,112.306,0,0,1,14.116.394c-4.13-1.46-9.634-.778-14.192-.918-24.459,1.316-49.168,1.171-73.661.806-14.469-1.229-42.535,6.873-31.6-17.811-1.858,5.844,22.221,1.826,26.547,2.677,19.271-.17,38.56-.765,57.805-.8,11.188.394,22.627-1.214,33.425.621,4.053,3.4.965,12.093,2.229,16.274C865.832,434.172,865.667,428.624,865.711,424.781Z" style="fill:#bc9e76"/><text transform="translate(782.565 433.192)" style="font-size:12.152199745178223px;fill:#bc9e76;font-family:IM_FELL_DW_Pica_Roman, IM FELL DW Pica">I<tspan x="5.008" y="0" style="letter-spacing:-0.007312847827016745em">N</tspan><tspan x="14.894" y="0">SI</tspan><tspan x="26.274" y="0" style="letter-spacing:-0.012214866700071925em">D</tspan><tspan x="35.181" y="0">E</tspan><tspan x="-17.303" y="15.2">A</tspan><tspan x="-9.565" y="15.2" style="letter-spacing:-0.026840562354105413em">P</tspan><tspan x="-2.837" y="15.2">ARTMENT</tspan></text><path d="M748.555,437.026c24.794-.019,80.3-1.227,112.3-1a4.258,4.258,0,0,1,4.413,4.09" style="fill:#fbf6f0"/><path d="M875.186,449.623c-3.2-.448-6.967-1.011-9.484-1.213-.253-4.553,1.828-12.95-5.193-12.837-10.023.047-20.114.289-30.161.218-18.632.173-37.617.443-56.133.757-5.674.057-12.4-.08-17.781.332a64.889,64.889,0,0,0,7.515.322c27.782.09,55.881-1.217,83.745-1.073,19.709-.38,17.181-1.975,17.8,16.949a29.556,29.556,0,0,0,.21-4.523c2.452.536,6.1,1.027,9.224,1.53l-5.554,4.051.049-.031a.729.729,0,0,0-.182,1.15l-.056-.072c1.395,2.2,2.758,4.352,4.221,6.658-5.213.091-10.7.395-15.969-.335-8.077-2.51-1.9-5.217,2.8-6.126,1.762-.209,8.211-2.622,3.34-3.49-9.054-.982-18.346-.3-27.446.165-17.642.85-35.85.112-53.33.109-9.862-1.379-32.721,3.543-38.533-3.784-1.925-4.142-.844-10.684.959-13.914-2.193,2.576-2.835,7.675-2.268,11.7.983,11.453,31.023,5.13,40.062,6.635,23.482.43,47.63.012,71.2-.994-.205.971-1.347,6.443-1.145,6.677,1.97,5.695,10.742,3.364,15.449,3.959,1.078-.318,5.752.641,5.4-.747l.01.013c-1.48-2.345-2.882-4.569-4.3-6.81a.218.218,0,0,1,.089-.365C870.566,453.494,876.693,450.444,875.186,449.623Zm-10.255,3.059a.9.9,0,0,0-.212-.15A.316.316,0,0,1,864.931,452.682Z" style="fill:#bc9e76"/></g></g><g id="AuntTeddyHere"><g id="Scene-22" data-name="Scene"><polygon points="863.291 378.075 854.882 369.816 760.578 369.966 752.319 378.075 752.387 409.835 760.593 406.844 838.124 407.759 863.216 414.009 863.291 378.075" style="fill:#f4af3d"/><polygon points="762.756 369.741 761.342 404.601 816.45 403.257 837.121 403.617 837.538 369.966 762.756 369.741" style="fill:#edd15d"/><polygon points="863.216 414.9 838.346 403.926 762.37 405.496 751.94 410.06 751.493 427.179 863.216 426.33 863.216 414.9" style="fill:#d5a23d"/><path d="M847.072,404.065l-8.294-3.285-.865-30.664-76.509-.15-.827,15.281-.592,15.383-.741,2.091,4,2.888,2.518.4h21.624l15.083.548,33.5-1.3,27.252,11.052v-5.078l-15.551-5.675Zm-12.293-1.643-16.143.6-8.887,1.344L790.2,403.02l-3.7-.448-20.735-.15-2.073-.9v-7.019l-.149-17.474,1.244-7.067,69.6.225.839,19.387Z" style="fill:#e6711c"/><polygon points="786.417 370.607 767.486 370.397 768.174 383.365 786.33 382.664 786.417 370.607" style="fill:#f39c31"/><polygon points="777.984 382.664 777.123 370.887 776.349 370.747 776.693 377.056 777.037 382.944 777.984 382.664" style="fill:#ea7d21"/><polygon points="807.251 370.062 795.9 369.966 796.199 379.89 797.991 380.468 807.151 380.372 807.251 370.062" style="fill:#2a6160"/><polygon points="806.056 369.966 805.957 379.595 796.199 379.871 795.602 370.058 806.056 369.966" style="fill:#7e9e7f"/><polygon points="758.115 399.137 763.192 399.884 763.043 409.89 752.019 414.115 752.169 399.924 758.115 399.137" style="fill:#593114"/><polygon points="797.742 399.908 796.423 405.97 790.835 407.756 791.127 408.748 797.397 407.95 799.885 400.581 803.568 399.685 802.895 406.555 799.335 406.853 799.335 407.948 803.866 408.048 804.264 409.343 810.537 411.135 811.532 410.338 810.96 409.542 806.504 408.646 806.504 400.033 810.238 400.083 811.532 408.347 819.498 410.239 819.996 409.641 813.026 407.65 811.931 399.087 797.742 399.908" style="fill:#522826"/><polygon points="829.753 397.494 829.355 394.806 823.879 391.421 812.429 390.823 793.411 391.62 784.649 394.009 784.151 395.702 787.039 399.187 799.883 401.477 820.095 400.481 829.753 397.494" style="fill:#c1532d"/><path d="M796.012,389.728l.486-.448-3.547-.336-.028.536-.794-.443-.6.327.074,1.078,1.121,1.715.058-.007-.021.415,2.2.822,1.68-.784Zm-3.995.41v-.56l.885.305-.069,1.344Z" style="fill:#584d31"/><polygon points="826.368 394.694 827.152 393.349 826.667 392.752 823.12 392.416 820.394 392.939 820.207 393.499 821.402 394.806 824.165 395.067 826.368 394.694" style="fill:#2b4c4f"/><polygon points="788.134 392.117 788.732 396.199 790.424 396.597 791.32 395.9 791.519 391.918 789.13 391.519 788.134 392.117" style="fill:#694031"/><path d="M808.993,390.873l-1.443-.349-1.643.448-.049.854-1-.307-.2,1.095.9,1.4.477-.06.021.258,1.295.7,1.593-.9Zm-3.634,1.941-.1-.4.618-.343.121,1.445Z" style="fill:#694031"/><polygon points="787.686 406.007 779.621 406.455 776.783 396.598 775.439 395.851 770.959 395.851 770.959 397.643 774.394 407.351 773.348 414.221 774.543 414.669 775.141 413.923 775.738 407.65 778.576 408.347 778.277 417.059 779.621 417.656 780.368 416.611 779.97 408.496 782.53 408.398 782.11 413.624 783.205 414.122 783.803 413.574 783.576 408.358 786.491 408.247 786.043 415.565 787.835 416.312 788.582 415.267 787.686 406.007" style="fill:#392637"/><polygon points="787.686 406.007 781.944 405.101 779.246 405.152 779.621 406.455 787.686 406.007" style="fill:#633233"/><polygon points="837.495 405.335 837.121 403.617 832.79 403.095 827.787 403.393 827.861 405.111 828.94 405.288 828.384 413.624 829.315 413.996 829.876 413.681 830.02 405.466 831.766 405.753 832.316 414.479 833.437 414.847 834.156 414.47 833.241 405.996 833.761 406.082 834.517 405.93 835.615 413.376 836.873 413.567 837.42 412.952 835.471 405.74 837.495 405.335" style="fill:#321d19"/></g><g id="Highlight-11" data-name="Highlight"><path d="M863.658,448.767H751.84V377.782l8.293-8.293h95.232l8.293,8.293Zm-110.818-1H862.658V378.2l-7.707-7.707h-94.4L752.84,378.2Z" style="fill:#ef6e55"/></g><g id="Ribbon_and_name-20" data-name="Ribbon and name"><line x1="865.502" y1="436.762" x2="865.265" y2="424.45" style="fill:#fbf6f0"/><path d="M875.347,450.025l-9.924-1.555c-.312-2.7,1.028-10.044-1.787-12.049,3.671,2.745.986-11,1.629-11.971a4.257,4.257,0,0,0-4.412-4.09c-13.547.007-49.855.053-59.06.381-10.717.382-53.238.618-53.238.618a2.352,2.352,0,0,1-1.7-4.251l2.79-2.167c3.357-1.266,2.15-5.227-1.115-4.512-5.456-1.119-9.973,1.387-15.365,1.742-1.714-.039,6.307,5.232,6.2,5.478.059.223-.356.948-.3,1.171-5.47,9.553-7.186,6.608,3.766,9.171l1.8,6.136c-7.4,19.836,8.5,19.169,21.348,18.09,27.535,1.549,69.539-1.523,98.874.225-.607,2.474-7.762,3.266-9.671,3.869-8.623,7.195,15.3,5.765,18.736,5.787C869.617,454.508,866.8,455.558,875.347,450.025Z" style="fill:#fbf6f0"/><line x1="865.265" y1="424.45" x2="865.468" y2="433.028" style="fill:#fbf6f0"/><path d="M865.711,424.781c.052-5.629-6.248-4.922-10.311-4.849-8.6-.064-17.425.058-26.07.18-25.683.27-51.7.663-77.356.955-.78-7.1,3.2-12.488-7.144-10.912a104.7,104.7,0,0,0-11.791,1.745c-.853.77.765,2.006,1.461,2.446l-.082-.041c1.479,1.159,3.025,2.379,4.519,3.529l.049.256c-1.519,2.525-3.077,5.125-4.475,7.475l.013-.019c-.73,2.184,7.312,2.141,8.037,2.354-1.559-.655-5.58-.588-7.666-1.953,1.516-2.47,3.183-5.113,4.787-7.729-.047-.254-.093-.511-.137-.754-1.62-1.236-3.129-2.55-4.845-3.79a4.179,4.179,0,0,1-1.11-1.165c2.583-.017,19.9-5.052,17.359.987-1.467,1.7-4.433,2.61-5.388,4.789-2.76,2.71-3.258,8.4-2.651,12.378,1.732,11.064,25.859,5.061,34.455,6.366,24.411.185,49.085.255,73.455-.859a112.306,112.306,0,0,1,14.116.394c-4.13-1.46-9.634-.778-14.192-.918-24.459,1.316-49.168,1.171-73.661.806-14.469-1.229-42.535,6.873-31.6-17.811-1.858,5.844,22.221,1.826,26.547,2.677,19.271-.17,38.56-.765,57.805-.8,11.188.394,22.627-1.214,33.425.621,4.053,3.4.965,12.093,2.229,16.274C865.832,434.172,865.667,428.624,865.711,424.781Z" style="fill:#ef6e55"/><text transform="translate(782.565 433.192)" style="font-size:12.152199745178223px;fill:#ef6e55;font-family:IM_FELL_DW_Pica_Roman, IM FELL DW Pica">I<tspan x="5.008" y="0" style="letter-spacing:-0.007312847827016745em">N</tspan><tspan x="14.894" y="0">SI</tspan><tspan x="26.274" y="0" style="letter-spacing:-0.012214866700071925em">D</tspan><tspan x="35.181" y="0">E</tspan><tspan x="-17.303" y="15.2">A</tspan><tspan x="-9.565" y="15.2" style="letter-spacing:-0.026840562354105413em">P</tspan><tspan x="-2.837" y="15.2">ARTMENT</tspan></text><path d="M748.555,437.026c24.794-.019,80.3-1.227,112.3-1a4.258,4.258,0,0,1,4.413,4.09" style="fill:#fbf6f0"/><path d="M875.186,449.623c-3.2-.448-6.967-1.011-9.484-1.213-.253-4.553,1.828-12.95-5.193-12.837-10.023.047-20.114.289-30.161.218-18.632.173-37.617.443-56.133.757-5.674.057-12.4-.08-17.781.332a64.889,64.889,0,0,0,7.515.322c27.782.09,55.881-1.217,83.745-1.073,19.709-.38,17.181-1.975,17.8,16.949a29.556,29.556,0,0,0,.21-4.523c2.452.536,6.1,1.027,9.224,1.53l-5.554,4.051.049-.031a.729.729,0,0,0-.182,1.15l-.056-.072c1.395,2.2,2.758,4.352,4.221,6.658-5.213.091-10.7.395-15.969-.335-8.077-2.51-1.9-5.217,2.8-6.126,1.762-.209,8.211-2.622,3.34-3.49-9.054-.982-18.346-.3-27.446.165-17.642.85-35.85.112-53.33.109-9.862-1.379-32.721,3.543-38.533-3.784-1.925-4.142-.844-10.684.959-13.914-2.193,2.576-2.835,7.675-2.268,11.7.983,11.453,31.023,5.13,40.062,6.635,23.482.43,47.63.012,71.2-.994-.205.971-1.347,6.443-1.145,6.677,1.97,5.695,10.742,3.364,15.449,3.959,1.078-.318,5.752.641,5.4-.747l.01.013c-1.48-2.345-2.882-4.569-4.3-6.81a.218.218,0,0,1,.089-.365C870.566,453.494,876.693,450.444,875.186,449.623Zm-10.255,3.059a.9.9,0,0,0-.212-.15A.316.316,0,0,1,864.931,452.682Z" style="fill:#ef6e55"/></g></g><rect id="AuntTeddyQ" x="745.243" y="362.892" width="10.966" height="10.966" transform="translate(-40.598 638.738) rotate(-45)" style="fill:#ef6e55"/></g><g id="OutsideAuntTeddy"><g id="_Rectangle_11" data-name="<Rectangle>"><g id="Blank_box-10" data-name="Blank box"><g style="clip-path:url(#clip-path-133)"><polygon points="752.339 318.977 757.28 321.784 752.339 321.784 752.339 318.977" style="fill:#f4f1ea"/><polygon points="752.339 307.94 776.704 321.784 757.28 321.784 752.339 318.977 752.339 307.94" style="fill:#f4f2ea"/><polygon points="752.339 296.904 796.128 321.784 776.704 321.784 752.339 307.94 752.339 296.904" style="fill:#f4f2eb"/><polygon points="752.339 285.868 815.552 321.784 796.128 321.784 752.339 296.904 752.339 285.868" style="fill:#f4f2eb"/><polygon points="752.339 274.832 834.976 321.784 815.552 321.784 752.339 285.868 752.339 274.832" style="fill:#f5f2eb"/><polygon points="752.339 263.795 854.4 321.784 834.976 321.784 752.339 274.832 752.339 263.795" style="fill:#f5f3eb"/><polygon points="752.339 252.759 863.158 315.724 863.158 321.784 854.4 321.784 752.339 263.795 752.339 252.759" style="fill:#f5f3ec"/><polygon points="752.339 248.267 755.045 243.506 755.477 243.506 863.158 304.688 863.158 315.724 752.339 252.759 752.339 248.267" style="fill:#f5f3ec"/><polygon points="774.901 243.506 863.158 293.652 863.158 304.688 755.477 243.506 774.901 243.506" style="fill:#f5f3ec"/><polygon points="794.325 243.506 863.158 282.615 863.158 293.652 774.901 243.506 794.325 243.506" style="fill:#f5f3ec"/><polygon points="813.748 243.506 863.158 271.579 863.158 282.615 794.325 243.506 813.748 243.506" style="fill:#f5f3ec"/><polygon points="833.172 243.506 863.158 260.543 863.158 271.579 813.748 243.506 833.172 243.506" style="fill:#f5f3ec"/><polygon points="852.596 243.506 863.158 249.506 863.158 260.543 833.172 243.506 852.596 243.506" style="fill:#f5f3ec"/><polygon points="863.158 249.506 852.596 243.506 863.158 243.506 863.158 249.506" style="fill:#f5f3ec"/></g><path d="M863.558,322.184H751.94V251.34l8.234-8.235h95.149l8.235,8.235Zm-110.818-.8H862.758V251.671l-7.766-7.766H760.505l-7.765,7.766Z" style="fill:#ba9c76"/></g></g><g id="OutsideAuntTeddyOn"><g id="Scene-23" data-name="Scene"><g style="clip-path:url(#clip-path-134)"><polygon points="788.885 243.602 766.429 293.625 752.394 309.825 752.62 251.711 756.674 247.657 761.179 243.602 788.885 243.602" style="fill:#c1703b"/><polygon points="854.432 243.827 786.407 243.602 786.703 243.835 787.3 244.431 785.809 246.816 785.362 249.947 783.722 252.034 783.871 254.419 780.442 261.276 778.951 261.724 776.119 267.388 776.715 267.985 773.287 275.737 771.945 275.438 769.56 280.805 794.008 285.128 858.109 284.383 862.433 262.022 854.432 243.827" style="fill:#ffae43"/><polyline points="862.766 321.538 862.541 292.03 862.991 287.3 862.991 280.317 854.979 281.103 769.858 284.383 761.659 294.073 752.62 307.528 752.62 321.988" style="fill:#392b2a"/><polygon points="862.991 252.162 854.882 243.377 850.152 243.377 849.91 259.935 850.805 270.072 850.209 275.289 851.699 277.227 850.805 279.911 852.594 280.954 863.667 280.768 862.991 252.162" style="fill:#b75c2d"/><polygon points="792.517 269.923 787.747 276.78 803.847 279.314 812.94 279.314 820.096 280.358 838.581 278.569 841.86 276.333 850.954 275.737 850.805 270.072 792.517 269.923" style="fill:#af5e48"/><polygon points="789.834 274.842 790.43 272.606 785.66 272.606 784.616 274.693 789.834 274.842" style="fill:#7a5b1b"/><polygon points="787.598 275.737 786.405 277.824 793.561 277.824 793.859 275.587 787.598 275.737" style="fill:#6f3e1e"/><polygon points="796.393 243.537 790.728 256.059 788.343 259.487 784.616 270.668 778.206 281.103 792.219 282.594 803.996 281.252 828.593 281.401 850.805 279.911 863.216 278.545 863.216 282.57 851.252 283.19 848.42 286.768 796.244 288.259 776.864 288.259 770.007 298.247 761.659 294.073 765.088 287.215 764.64 284.83 768.814 279.761 775.225 279.761 784.318 264.258 786.256 258.295 793.113 245.027 793.84 243.827 796.393 243.537" style="fill:#7a3e3e"/><polyline points="752.845 253.226 761.957 252.63 766.131 253.375 783.722 252.034 785.362 249.947 762.106 250.096 760.466 248.754 756.441 248.754" style="fill:#733621"/><polygon points="809.213 246.071 808.915 247.413 816.965 246.965 816.965 245.475 809.213 246.071" style="fill:#ffe476"/><polygon points="822.034 247.711 821.735 248.903 829.04 248.307 829.04 246.965 822.034 247.711" style="fill:#ffe476"/><path d="M841.115,248.68l-19.38,1.118-12.373.894-6.559,24.3,1.64.9,34.585-1.64.745-1.938,1.64-15.5Zm-1.043,9.093-.671,1.044-.82,14.087-1.789.447h-4.621l-4.7.411-1.118.261-5.666.076-3.879-.3-3.731.75-8.805-.885,6.69-22.193,4.211-.41,9.317-.075,15.8-1.416Z" style="fill:#dc761f"/><polygon points="815.176 251.065 810.965 251.475 804.275 273.668 813.08 274.553 816.811 273.803 820.69 274.099 826.356 274.023 827.474 273.762 832.171 273.351 836.792 273.351 838.581 272.904 839.401 258.817 840.072 257.773 840.295 249.574 824.493 250.99 815.176 251.065" style="fill:#4c3a14"/><polygon points="825.462 250.891 824.469 262.419 824.866 264.705 824.767 273.947 821.288 274.146 822.879 261.723 823.077 256.158 824.071 251.089 825.462 250.891" style="fill:#322813"/><polygon points="835.748 252.63 828.295 252.63 827.947 253.872 829.041 254.767 835.798 254.071 835.748 252.63" style="fill:#322813"/><polygon points="835.997 258.146 829.339 257.152 828.245 258.146 836.494 259.239 835.997 258.146" style="fill:#322813"/><polygon points="836.345 261.425 827.848 261.425 827.848 262.618 828.345 263.711 836.494 263.81 837.091 262.419 836.345 261.425" style="fill:#322813"/><polygon points="836.618 265.922 828.953 266.332 829.438 268.134 836.345 268.134 836.618 265.922" style="fill:#322813"/><polygon points="820.692 254.667 813.04 254.17 812.94 255.959 821.388 256.754 820.692 254.667" style="fill:#322813"/><polygon points="820.394 258.841 811.549 258.941 811.847 260.73 820.593 261.525 820.394 258.841" style="fill:#322813"/><polygon points="819.798 267.687 819.798 269.624 809.263 268.283 809.462 266.891 819.798 267.687" style="fill:#322813"/><g id="Highlight-12" data-name="Highlight"><path d="M863.658,322.284H751.84V251.3l8.293-8.293h95.232l8.293,8.293Zm-110.818-1H862.658V251.712l-7.707-7.707h-94.4l-7.707,7.707Z" style="fill:#ef6e55"/></g></g></g><polygon id="Overlay-13" data-name="Overlay" points="855.384 243.106 760.289 243.106 752.06 251.34 752.06 322.184 863.613 322.184 863.613 251.34 855.384 243.106" style="fill:#ba9c76;opacity:0.75"/><g id="Ribbon_and_name-21" data-name="Ribbon and name"><path d="M751.974,294.7l-.032-8.485C747.894,288.842,741.157,296.062,751.974,294.7Z" style="fill:#bc9e76"/><line x1="865.502" y1="310.279" x2="865.265" y2="297.967" style="fill:#fbf6f0"/><path d="M875.347,323.541l-9.924-1.554c-.32-2.713,1.034-10.036-1.787-12.049l1.866.341-.237-12.312c-.5-9.117-59.187-1.886-63.471-3.712-11.523-1.463-70.7,6.158-52.15-5.8,7.754-6.306-9-5.162-12.164-3.294l-4.315.522c-1.638.087,6.263,5.154,6.2,5.478.152.716-4.162,7.351-4.607,8.063-1.526,1.09,7.8,1.858,8.076,2.28l1.8,6.134c-7.219,20.279,8.22,18.692,21.348,18.091l31.164.066c21.192,2.073,46.754-2.442,67.71.158-.7,2.508-7.31,3.49-9.288,4.108-8.881,7.125,15.075,5.545,18.353,5.548l-4.718-7.56Z" style="fill:#fbf6f0"/><line x1="865.265" y1="297.967" x2="865.468" y2="306.545" style="fill:#fbf6f0"/><path d="M864.936,310.081c-28.864-.838-58.557,1.395-87.571.462-14.688-.363-46.121,5.566-31.3-19.018-13.047,23.844,16.735,17.974,31.016,18.444C806.188,311.631,836.146,307.877,864.936,310.081Z" style="fill:#c4a985"/><path d="M865.492,310.927c1.326-25.442-6.176-14.945-28.707-16.957-29.827-.258-60.331,1.707-89.992.846-3.381-2.415.421-5.216,2.72-6.5,7.442-7.665-13.353-2.572-16.329-2.2,9.19,6.743,7.1,3.72,1.711,13.357a7.7,7.7,0,0,0,1.766.813l-.037-.01c2.214.406,4.729.765,5.937,1.15-1.306-.44-7.926.217-8.037-2.353l-.013.019c1.422-2.39,3-5.017,4.54-7.582l-.041.229-.1-.5.121.195c-1.517-1.167-3.111-2.424-4.617-3.6l.082.042c-1.219-.64-2.792-2.667-.4-2.656,7.516-1.542,27.538-4.866,12.068,6.734-1.064,6.1,42.317.729,49.39,2.157,15.831-.435,31.656-.367,47.473-.644C860.9,294.124,868.321,288.152,865.492,310.927Z" style="fill:#c4a985"/><text transform="translate(758.667 306.709)" style="font-size:12.152199745178223px;fill:#bc9e76;font-family:IM_FELL_DW_Pica_Roman, IM FELL DW Pica"><tspan style="letter-spacing:-0.020009880317880983em">A</tspan><tspan x="7.494" y="0">UNT TE</tspan><tspan x="56.5" y="0" style="letter-spacing:-0.011732700909279612em">D</tspan><tspan x="65.412" y="0" style="letter-spacing:-0.023465401818559224em">D</tspan><tspan x="74.182" y="0" style="letter-spacing:0.02153673865538997em">Y</tspan><tspan x="82.098" y="0">’S</tspan><tspan x="6.595" y="15.2">A</tspan><tspan x="14.332" y="15.2" style="letter-spacing:-0.026840562354105413em">P</tspan><tspan x="21.061" y="15.2">ARTMENT</tspan></text><path d="M748.555,310.543c24.794-.019,80.3-1.227,112.3-1a4.257,4.257,0,0,1,4.413,4.089" style="fill:#fbf6f0"/><path d="M854.248,325.176s6.551.16,9.011.5c6.556,1.811-10.143,4.305-10.035,6.137C852.494,333.414,854.248,325.176,854.248,325.176Z" style="fill:#bc9e76"/><path d="M865.366,321.945c6.343,1.3,15.794-.929,4.348,6.108.552,2.3,2.969,4.731,4.213,7.176l-.01-.013c-1.377,1.829-26.709,1.635-19.416-4.879,2.729-2.072,9.13-1.212,10.294-4.269l.012,0c-30.4-1.471-61.586,1.5-92.012.2-14.229.284-38.756,3.73-27.573-18.29-9.627,21.538,13.305,17.764,27.369,17.622,23.346-.055,47.239,1.119,70.7-.43,5.849.39,17.937-1.878,22.051,1.355-2.3,3.144-18.242,3.438-8.716,8.306,5.3,1.314,12.424.1,16.912.742-1.5-2.366-2.926-4.612-4.36-6.877l.056.071a.728.728,0,0,1,.182-1.149l-.049.03c1.909-1.39,3.912-2.854,5.739-4.184,0,.015.1.1.055.079-.032.02.035-.054,0,.035.007-.049-.01.067-.009.055C872.105,323.1,867.561,322.609,865.366,321.945Z" style="fill:#c4a985"/><path d="M865.492,326.594c1.016-22.677-3.8-16.22-22.52-16.913-25.281-.143-50.782,1.088-75.976,1.045a98.509,98.509,0,0,1-10.562-.329c4.782-.363,10.907-.307,16-.318,19.964-.285,40.346-.655,60.419-.779,10.251,1.032,21.81-2.25,31.395,1.1C867.268,314.655,865.268,321.851,865.492,326.594Z" style="fill:#c4a985"/></g></g><g id="OutsideAuntTeddyHere"><g id="Scene-24" data-name="Scene"><g style="clip-path:url(#clip-path-134)"><polygon points="788.885 243.602 766.429 293.625 752.394 309.825 752.62 251.711 756.674 247.657 761.179 243.602 788.885 243.602" style="fill:#c1703b"/><polygon points="854.432 243.827 786.407 243.602 786.703 243.835 787.3 244.431 785.809 246.816 785.362 249.947 783.722 252.034 783.871 254.419 780.442 261.276 778.951 261.724 776.119 267.388 776.715 267.985 773.287 275.737 771.945 275.438 769.56 280.805 794.008 285.128 858.109 284.383 862.433 262.022 854.432 243.827" style="fill:#ffae43"/><polyline points="862.766 321.538 862.541 292.03 862.991 287.3 862.991 280.317 854.979 281.103 769.858 284.383 761.659 294.073 752.62 307.528 752.62 321.988" style="fill:#392b2a"/><polygon points="862.991 252.162 854.882 243.377 850.152 243.377 849.91 259.935 850.805 270.072 850.209 275.289 851.699 277.227 850.805 279.911 852.594 280.954 863.667 280.768 862.991 252.162" style="fill:#b75c2d"/><polygon points="792.517 269.923 787.747 276.78 803.847 279.314 812.94 279.314 820.096 280.358 838.581 278.569 841.86 276.333 850.954 275.737 850.805 270.072 792.517 269.923" style="fill:#af5e48"/><polygon points="789.834 274.842 790.43 272.606 785.66 272.606 784.616 274.693 789.834 274.842" style="fill:#7a5b1b"/><polygon points="787.598 275.737 786.405 277.824 793.561 277.824 793.859 275.587 787.598 275.737" style="fill:#6f3e1e"/><polygon points="796.393 243.537 790.728 256.059 788.343 259.487 784.616 270.668 778.206 281.103 792.219 282.594 803.996 281.252 828.593 281.401 850.805 279.911 863.216 278.545 863.216 282.57 851.252 283.19 848.42 286.768 796.244 288.259 776.864 288.259 770.007 298.247 761.659 294.073 765.088 287.215 764.64 284.83 768.814 279.761 775.225 279.761 784.318 264.258 786.256 258.295 793.113 245.027 793.84 243.827 796.393 243.537" style="fill:#7a3e3e"/><polyline points="752.845 253.226 761.957 252.63 766.131 253.375 783.722 252.034 785.362 249.947 762.106 250.096 760.466 248.754 756.441 248.754" style="fill:#733621"/><polygon points="809.213 246.071 808.915 247.413 816.965 246.965 816.965 245.475 809.213 246.071" style="fill:#ffe476"/><polygon points="822.034 247.711 821.735 248.903 829.04 248.307 829.04 246.965 822.034 247.711" style="fill:#ffe476"/><path d="M841.115,248.68l-19.38,1.118-12.373.894-6.559,24.3,1.64.9,34.585-1.64.745-1.938,1.64-15.5Zm-1.043,9.093-.671,1.044-.82,14.087-1.789.447h-4.621l-4.7.411-1.118.261-5.666.076-3.879-.3-3.731.75-8.805-.885,6.69-22.193,4.211-.41,9.317-.075,15.8-1.416Z" style="fill:#dc761f"/><polygon points="815.176 251.065 810.965 251.475 804.275 273.668 813.08 274.553 816.811 273.803 820.69 274.099 826.356 274.023 827.474 273.762 832.171 273.351 836.792 273.351 838.581 272.904 839.401 258.817 840.072 257.773 840.295 249.574 824.493 250.99 815.176 251.065" style="fill:#4c3a14"/><polygon points="825.462 250.891 824.469 262.419 824.866 264.705 824.767 273.947 821.288 274.146 822.879 261.723 823.077 256.158 824.071 251.089 825.462 250.891" style="fill:#322813"/><polygon points="835.748 252.63 828.295 252.63 827.947 253.872 829.041 254.767 835.798 254.071 835.748 252.63" style="fill:#322813"/><polygon points="835.997 258.146 829.339 257.152 828.245 258.146 836.494 259.239 835.997 258.146" style="fill:#322813"/><polygon points="836.345 261.425 827.848 261.425 827.848 262.618 828.345 263.711 836.494 263.81 837.091 262.419 836.345 261.425" style="fill:#322813"/><polygon points="836.618 265.922 828.953 266.332 829.438 268.134 836.345 268.134 836.618 265.922" style="fill:#322813"/><polygon points="820.692 254.667 813.04 254.17 812.94 255.959 821.388 256.754 820.692 254.667" style="fill:#322813"/><polygon points="820.394 258.841 811.549 258.941 811.847 260.73 820.593 261.525 820.394 258.841" style="fill:#322813"/><polygon points="819.798 267.687 819.798 269.624 809.263 268.283 809.462 266.891 819.798 267.687" style="fill:#322813"/><g id="Highlight-13" data-name="Highlight"><path d="M863.658,322.284H751.84V251.3l8.293-8.293h95.232l8.293,8.293Zm-110.818-1H862.658V251.712l-7.707-7.707h-94.4l-7.707,7.707Z" style="fill:#ef6e55"/></g></g></g><g id="Highlight-14" data-name="Highlight"><path d="M863.658,322.284H751.84V251.3l8.293-8.293h95.232l8.293,8.293Zm-110.818-1H862.658V251.712l-7.707-7.707h-94.4l-7.707,7.707Z" style="fill:#ef6e55"/></g><g id="Ribbon_and_name-22" data-name="Ribbon and name"><line x1="865.502" y1="310.279" x2="865.265" y2="297.967" style="fill:#fbf6f0"/><path d="M875.347,323.541l-9.924-1.554c-.3-2.723,1.007-10.027-1.787-12.049l1.866.341-.237-12.312a4.257,4.257,0,0,0-4.412-4.09c-13.547.007-49.855.053-59.06.381-10.717.382-53.238.618-53.238.618a2.353,2.353,0,0,1-1.7-4.252l2.79-2.166c3.357-1.266,2.15-5.228-1.115-4.512-5.456-1.119-9.973,1.387-15.365,1.742-1.714-.039,6.307,5.232,6.2,5.478.059.223-.356.947-.3,1.171-5.47,9.553-7.186,6.608,3.766,9.171l1.8,6.135c-6.973,20.867,7.877,18.421,21.347,18.091l31.165.066c15.683,1,37.506-.026,53.2-.674,2.642-.037,12.056-.369,14.5.832l-1.685,2.078c-2.512.881-15.17,2.584-7.038,7,4.1.8,13.561.755,17.788.578l-4.718-7.56Z" style="fill:#fbf6f0"/><line x1="865.265" y1="297.967" x2="865.468" y2="306.545" style="fill:#fbf6f0"/><path d="M864.936,310.081c-28.865-.838-58.557,1.395-87.571.462-8.919-1.395-33.664,5.122-34.577-7.238-.389-3.734.176-9.881,3.281-11.779-2.736,2.841-3.215,8.712-2.44,12.818,2.225,9.87,25.227,4.3,33.454,5.627,16.9.025,34.067.526,50.977.2C840.143,309.923,853.171,307.718,864.936,310.081Z" style="fill:#ef6e55"/><path d="M865.711,298.3c.052-5.629-6.248-4.922-10.311-4.849-8.6-.065-17.425.058-26.07.18-25.683.27-51.7.662-77.356.955-.78-7.1,3.2-12.488-7.144-10.912a104.93,104.93,0,0,0-11.791,1.744c-.853.771.765,2.007,1.461,2.447l-.082-.042c1.479,1.16,3.025,2.38,4.519,3.529l.049.257c-1.519,2.525-3.077,5.124-4.475,7.475l.013-.019c-.73,2.183,7.312,2.14,8.037,2.353-1.559-.655-5.58-.587-7.666-1.953,1.516-2.469,3.183-5.113,4.787-7.728-.047-.255-.093-.511-.137-.754-1.62-1.237-3.129-2.551-4.845-3.791a4.162,4.162,0,0,1-1.11-1.164c2.66-.418,24.538-5.279,15.526,2.56-1.253,1.046-3.242,1.658-3.617,3.456-.35,4.13,4.624,3.093,7.3,3.129,7.448-.115,14.978-.265,22.618-.4,24.683-.271,49.552-.934,74.171-.849,16.561-.2,15.91-1.373,15.752,15.2a7.411,7.411,0,0,0,.152,1.8C865.817,307.687,865.678,302.142,865.711,298.3Z" style="fill:#ef6e55"/><text transform="translate(758.697 306.709)" style="font-size:12.152199745178223px;fill:#ef6e55;font-family:IM_FELL_DW_Pica_Roman, IM FELL DW Pica"><tspan style="letter-spacing:-0.020009880317880983em">A</tspan><tspan x="7.494" y="0">UNT TE</tspan><tspan x="56.5" y="0" style="letter-spacing:-0.011732700909279612em">D</tspan><tspan x="65.412" y="0" style="letter-spacing:-0.023465401818559224em">D</tspan><tspan x="74.182" y="0" style="letter-spacing:0.02153673865538997em">Y</tspan><tspan x="82.098" y="0">’S</tspan><tspan x="6.595" y="15.2">A</tspan><tspan x="14.332" y="15.2" style="letter-spacing:-0.026840562354105413em">P</tspan><tspan x="21.061" y="15.2">ARTMENT</tspan></text><path d="M748.555,310.543s42.521-.237,53.238-.618c9.205-.328,45.513-.374,59.059-.381a4.257,4.257,0,0,1,4.413,4.089" style="fill:#fbf6f0"/><path d="M875.186,323.14l-.95-.136-1.77-.252c-2.289-.317-4.021-.537-5.215-.676a16.331,16.331,0,0,0-1.775-.152c0-.2,0-.393,0-.6l.006-1.32-.015-2.9q0-.757-.006-1.54c0-.554.013-1.082-.01-1.7a4.421,4.421,0,0,0-1.929-3.388,5.054,5.054,0,0,0-1.875-.8,5.883,5.883,0,0,0-1.053-.112l-1.016-.011c-1.368-.017-2.94-.019-4.426.01l-4.45.072-4.728.071-4.869.057-2.458.022-2.479-.017-2.642-.009-2.574.011-2.59.009-.649,0-.688.008-1.35.026-2.334.059c-.765.019-1.454.026-2.263.027l-4.683.021c-1.483.018-2.935-.006-4.528-.009l-2.374.018-2.256.038c-2.99.041-5.9.163-8.691.236-2.791.055-5.469.08-7.99.091l-3.66.013-3.4-.007-3.14-.009-2.836.015-2.332,0-2.119,0-2.8,0-.955,0-.892-.012-1.832-.045-1.881-.043-1.823-.017-3.145,0-2.657.006c-1.562-.006-2.887-.018-3.8,0a5.51,5.51,0,0,0-1.424.1,4.646,4.646,0,0,0,1.3.172c.851.067,2.08.154,3.758.226l2.717.082,3.152.068,1.636.037,1.748.058,1.974.058,1.084.018,1.063.006,2.888-.007,2,0,2.554-.013,2.754-.027,3.112,0,3.439-.011,3.7-.032c2.551-.024,5.255-.068,8.077-.14,2.824-.1,5.743-.229,8.75-.287l2.267-.051,2.2-.025h2.318l2.408-.023,4.688-.05c1.63-.011,3.26-.084,4.759-.126.838-.025,1.636-.035,2.521-.041l2.585-.018,2.552-.016,2.481.014,2.57.017,2.508-.019,4.885-.037,4.656-.043,4.506-.045c1.418-.017,2.711,0,4.073.022a10.484,10.484,0,0,1,2.009.127,4.625,4.625,0,0,1,1.761.791,3.907,3.907,0,0,1,1.611,3c.014.567,0,1.132,0,1.674q.006.841.01,1.615c.023,2.023.043,3.783.06,5.234.026,1.475.064,2.589.1,3.359a.83.83,0,0,0-.138-.1l-.015-.009-.01,0-.716-.2-.662-.111c-1.257-.188-2.549-.28-3.882-.348s-2.711-.11-4.131-.116c-1.336-.015-2.678-.006-4.023.008l-4.045.069-1.014.027-1.075.035-2.106.092-3.64.2-3.53.2c-2.447.151-4.868.3-7.291.329-2.311.056-4.577.044-7.061.029l-3.7,0-3.52,0-13.566-.067-12.477-.122-5.713-.055-5.3-.051-4.9-.024-4.428.035-3.645.073-3.3.082c-1.949.043-3.4.037-4.362.022-.5,0-1-.029-1.485-.043-.457-.012-.92-.039-1.384-.076-.932-.061-1.877-.162-2.823-.306-.473-.08-.952-.143-1.419-.26a12.309,12.309,0,0,1-1.4-.362,12.5,12.5,0,0,1-1.351-.494c-.212-.1-.406-.213-.6-.313a2.724,2.724,0,0,1-.531-.328,4.855,4.855,0,0,1-1.594-1.739,8.475,8.475,0,0,1-.707-2.158,18.02,18.02,0,0,1-.271-4.058,16.459,16.459,0,0,1,1.937-7.7c-.015-.021-.129.106-.338.375a7.768,7.768,0,0,0-.737,1.316A17.908,17.908,0,0,0,742.8,315.4a18.141,18.141,0,0,0,.154,4.287,8.72,8.72,0,0,0,.691,2.347l.134.3.184.275c.128.181.243.376.387.547a6.089,6.089,0,0,0,1.007.921,9.142,9.142,0,0,0,2.353,1.212,19.523,19.523,0,0,0,2.7.687q1.449.261,3.1.395c.551.038,1.117.09,1.7.105.564.018,1.114.049,1.669.049,1.052.016,2.609.018,4.524-.032l3.128-.085,3.975-.086c1.385-.024,2.823-.044,4.293-.045l4.854.011,5.366.035,5.778.036,12.6.078,13.668.016,3.54-.014,3.434-.007,3.619-.006c1.224,0,2.583-.028,3.762-.068,2.433-.038,4.879-.235,7.315-.378l7.413-.434c1.306-.071,2.55-.108,3.931-.143l4.032-.073c.706,0,1.406,0,2.109,0-.205.97-1.347,6.443-1.145,6.677,0,.032-.021.06-.023.093a2.144,2.144,0,0,0,.778,1.611,7.52,7.52,0,0,0,1.445,1.014,8.949,8.949,0,0,0,3.481.94c1.169.137,2.311.185,3.411.228,2.213.067,4.231.079,6.357.072l3.167-.046,1.372-.038c.231-.012.431,0,.677-.032a.375.375,0,0,0,.181-.63l.01.013-.222-.353-3-4.752-1.079-1.706-.007-.01-.006-.006a.2.2,0,0,1,.056-.317l0,0,.007-.005.034-.025,2.035-1.486,3.56-2.619a.462.462,0,0,0,.259-.461A.41.41,0,0,0,875.186,323.14ZM864.931,326.2a.869.869,0,0,0-.212-.151c.026.007.054.017.08.023A.415.415,0,0,1,864.931,326.2Zm6.339.069-1.9,1.384.049-.03a.733.733,0,0,0-.1.066.726.726,0,0,0-.08,1.083l-.056-.071,1.134,1.791,3.05,4.809.037.057-.082,0-.332.012-1.334.041-3.1.057c-2.129.014-4.574.02-6.877-.062-1.167-.042-2.3-.118-3.416-.257l-.83-.129c-.267-.063-.542-.117-.8-.189a6.773,6.773,0,0,1-1.5-.694,5.041,5.041,0,0,1-1.324-1.081,1.154,1.154,0,0,1-.214-1.331,3.027,3.027,0,0,1,1.206-1.08c.118-.067.245-.12.367-.18,1.446-.593,3.416-1.1,5.062-1.571a23.873,23.873,0,0,0,3.492-1.11,5.485,5.485,0,0,0,1.152-.636,2.256,2.256,0,0,0,.321-.326c.02.13.042.218.067.225.063.018.115-.4.149-1.2s.05-1.976.06-3.412l0-.432a17.1,17.1,0,0,0,1.716.361c1.226.219,3.042.506,5.257.848l1.731.268.485.076.25.038.011,0,0,0Z" style="fill:#ef6e55"/></g></g><rect id="OutsideAuntTeddyQ" x="745.243" y="236.409" width="10.966" height="10.966" transform="translate(48.839 601.691) rotate(-45)" style="fill:#ef6e55"/></g><g id="GreenDragon"><g id="_Rectangle_12" data-name="<Rectangle>"><g id="Blank_box-11" data-name="Blank box"><g style="clip-path:url(#clip-path-136)"><polygon points="602.55 192.593 607.491 195.4 602.55 195.4 602.55 192.593" style="fill:#f4f1ea"/><polygon points="602.55 181.556 626.915 195.4 607.491 195.4 602.55 192.593 602.55 181.556" style="fill:#f4f2ea"/><polygon points="602.55 170.52 646.339 195.4 626.915 195.4 602.55 181.556 602.55 170.52" style="fill:#f4f2eb"/><polygon points="602.55 159.484 665.763 195.4 646.339 195.4 602.55 170.52 602.55 159.484" style="fill:#f4f2eb"/><polygon points="602.55 148.448 685.186 195.4 665.763 195.4 602.55 159.484 602.55 148.448" style="fill:#f5f2eb"/><polygon points="602.55 137.411 704.61 195.4 685.186 195.4 602.55 148.448 602.55 137.411" style="fill:#f5f3eb"/><polygon points="602.55 126.375 713.368 189.34 713.368 195.4 704.61 195.4 602.55 137.411 602.55 126.375" style="fill:#f5f3ec"/><polygon points="602.55 121.883 605.255 117.122 605.688 117.122 713.368 178.304 713.368 189.34 602.55 126.375 602.55 121.883" style="fill:#f5f3ec"/><polygon points="625.112 117.122 713.368 167.268 713.368 178.304 605.688 117.122 625.112 117.122" style="fill:#f5f3ec"/><polygon points="644.535 117.122 713.368 156.231 713.368 167.268 625.112 117.122 644.535 117.122" style="fill:#f5f3ec"/><polygon points="663.959 117.122 713.368 145.195 713.368 156.231 644.535 117.122 663.959 117.122" style="fill:#f5f3ec"/><polygon points="683.383 117.122 713.368 134.159 713.368 145.195 663.959 117.122 683.383 117.122" style="fill:#f5f3ec"/><polygon points="702.807 117.122 713.368 123.123 713.368 134.159 683.383 117.122 702.807 117.122" style="fill:#f5f3ec"/><polygon points="713.368 123.123 702.807 117.122 713.368 117.122 713.368 123.123" style="fill:#f5f3ec"/></g><path d="M713.769,195.8H602.15V124.956l8.234-8.234h95.15l8.235,8.234ZM602.95,195H712.969V125.287l-7.766-7.765H610.715l-7.765,7.765Z" style="fill:#ba9c76"/></g></g><g id="GreenDragonOn"><g id="Scene-25" data-name="Scene"><rect x="602.304" y="166.26" width="111.278" height="28.058" style="fill:#c8a88a"/><polyline points="677.214 194.318 713.582 194.318 713.582 168.623 672.431 170.171 602.304 168.623 602.304 194.318 635.05 194.318 677.214 194.318" style="fill:#52525d"/><polygon points="630.535 168.82 633.464 125.798 676.486 126.248 678.288 168.595 630.535 168.82" style="fill:#baa580"/><polygon points="673.012 149.426 639.107 149.426 639.542 139.421 639.107 129.342 673.012 129.342 673.012 149.426" style="fill:#faf0b6"/><path d="M673.833,150.459l-.158-1.232-.47-12.55.338-.886-.276-5.858h.035l-.047-.261v-.034h0l-.044-.246-34.1-.1.048,10.239.242.295-.483,7.187-.1,2.559.29,1.034Zm-31.825-5.337-1.909-.073.125-2.373,1.85-.044Zm.142-5.344-.062,2.333-1.836.026.111-2.113-.222-.388,2.014.038Zm.44-6.772,1.6.07-.05,2.2-1.5.043.04-.122Zm1.541,2.724v.061l.089,2.538-1.413.007-.318-2.545.012-.038Zm-1.5,3.953,1.6.03.062,2.366-1.608.023Zm.059,2.934,1.612-.039.069,2.635-1.629-.063Zm.061,3.006,1.633.077.035,3.2-1.6.008Zm2.248-5.9,1.91.036-.173,2.28-1.653.024Zm.1,2.832,1.661-.039.255,2.794-1.819-.07Zm1.816,6.327-1.587.008-.114-3.154,1.848.088,0,.057Zm.144-13.689-2.214.062-.035-2.155,2.279.107Zm2.946,13.675-2.355.011v-3.027l2.36.112Zm.006-3.443-2.4-.092-.462-2.827,2.87-.068Zm7.144-5.466,1.943-.114.132,2.015-2.3.054Zm1.941-4.713-2.183.04-.059-2.474,2.242-.1Zm0,.522v2.4l-2.076.023-.229-2.314Zm-.357,13.059-1.4.006-.246-3.208,2.11-.038Zm.5-3.835-2.192.041-.153-2.455,2.345-.043Zm2.608-.048-2.173.04v-2.457l2.173-.039Zm0-3.145-2.173.051v-1.436l-.056-.6,2.229-.13Zm3.89-2.326,1.467-.032.073,2.422-1.511.01Zm1.964-.043,2.309-.05.4,2.463-2.618.017Zm2.09,9.345-1.732.008-.134-3.494,2.044.044Zm.315-6.1L670,144.834l-2.088-.011-.084-2.216,2.3.062Zm2.174,6.085-1.965.01.078-3.431,1.887.041Zm0-3.92-1.876-.01.04-1.761.22-.392,1.616.042Zm0-2.606-1.276-.317-.429-2.563,1.705-.07Zm.3-6.4-.3,1.083v.892l-1.956.044-.025-.149.471-2.446,1.8.15Zm-.029-.8-1.8-.184-.189-1.924,1.912-.089Zm-.186-5.116.086,2.371h-1.955l-.234-2.389Zm-2.251,4.906-2.185.394,0-.025-.081-2.309,2.139.036Zm-.32-4.928.155,2.389-2.12-.027-.083-2.38Zm-1.923,5.862,2.275-.432.008.113-.339,2.412,0,.012-2.175.049v-.012Zm-.389,13.025-1.634.008-.043-3.551,1.573.034Zm-1.682-3.978-.027-2.26,1.524.041.067,2.227Zm1.437-14.931.034,2.381-1.774.048.02-2.426-.039-.019Zm-1.744,2.958,1.787.04.036,2.456-1.842-.214Zm-.022,2.711,1.823.193-.116,2.187-1.46.035-.008-.648-.241-1.477Zm-.252,13.25-1.635.008-.009-3.61,1.571.035Zm-.081-3.992-1.564-.008,0-2.308,1.523.042Zm-1.571-2.916-.006-2.368,1.473-.032v.187l.044,2.2Zm1.382-5.461.085,1.082v.469l-1.477.035-.006-2.671,1.39.148Zm-.012-1.373-1.387-.162-.006-2.1,1.374.031Zm-.046-5.2.022,2.466-1.37.037-.006-2.514Zm-4.989-.043,1.944.017v2.232l-2.108.234Zm-.189,2.867,2.133-.087v2.562l-2.3.077Zm2.133,2.965v2.733l-1.5-.229-.788.009-.03-2.409Zm-2.2,9.934,2.2-.039v3.272l-2.53.012Zm-.365-15.771-.19,1.2v1.325l-2.254-.033-.06-2.518Zm-2.528,19.028-2.559.012.068-.017.27-2.98,2-.2Zm-2.213-3.455-.127-2.758,1.908-.035.171,2.475Zm0-5.6,1.924.151-.154,2-1.527.036Zm1.859-1.588-2.034.022-.271-2.429,2.163.089Zm-.365-8.413.09,2.513h-2.063l-.118-2.53Zm-1.99,2.972,2.1.073.089,2.48-2.542.137Zm-2.338-3.01,1.747.015.075,2.545-1.822.086Zm0,2.954,1.835.039-.346,2.669-1.489-.114Zm0,2.958.048.034,1.961.082.215,2.45-2.224.025Zm2.328,3.744-2.328.16,2.358.185.2,2.233-2.554.06Zm0,3.114,2.13-.039.14,2.752,0,.054-2.265.038Zm0,3.286,2.229-.07-.239,2.963-1.99.009Zm-3.964-16.25,2.3.02,0,2.823-2.358.112Zm-.078,3.513,2.369-.088,0,1.976-2.408.068Zm-.112,5.076.058-2.62,2.418-.034,0,2.654-2.472.012Zm2.469,1.521,0,2.174-2.947.042.292-2.266Zm-2.88-10.115-.045,2.978-2.295-.08-.048-2.919Zm-2.3,6.013,2.21-.031-.04,2.627-2.258.011Zm-.576-6.038-.067,2.9-1.633-.035-.12-2.885Zm-4.2-.036,1.886.016.024,2.877-1.923-.042Zm-.015,3.25,1.929.084.019,2.22-.035.141-1.926.054Zm-.014,2.891,1.88-.026.234,2.578-2.127.011Zm.033,9.708,1.92.092-.088,3.3.094.025-2.106.01Z" style="fill:#703223"/><polygon points="610.376 117.576 602.379 126.811 640.991 126.675 650.554 126.516 656.349 126.834 663.884 126.913 676.936 129.176 690.001 129.176 713.582 126.279 705.205 117.351 610.376 117.576" style="fill:#8b6863"/><polygon points="704.899 126.108 689.385 128.752 676.489 128.752 676.489 155.923 689.385 155.923 707.279 152.453 704.899 126.108" style="fill:#9b7563"/><polygon points="682.557 149.389 682.747 146.232 681.882 145.817 681.957 144.705 681.668 144.333 680.999 144.111 680.546 144.442 680.546 145.586 679.786 145.217 679.206 145.808 678.88 149.573 682.557 149.389" style="fill:#5a4b59"/><polygon points="694.782 142.559 694.71 140.27 693.261 139.864 692.428 140.898 692.536 142.817 694.782 142.559" style="fill:#624041"/><polygon points="695.289 149.869 694.818 146.657 694.094 146.288 692.826 146.398 692.428 147.026 692.862 149.795 695.289 149.869" style="fill:#624041"/><polygon points="686.197 142.67 686.089 141.156 685.654 140.824 685.581 138.756 684.748 138.387 684.567 138.793 684.712 140.713 684.277 140.861 684.35 142.965 686.197 142.67" style="fill:#624041"/><polygon points="684.241 136.394 684.205 132.406 686.415 132 688.117 133.182 688.045 136.689 684.241 136.394" style="fill:#624041"/><polygon points="692.283 136.32 692.102 133.662 694.42 132.813 695.651 133.403 695.724 136.209 694.384 136.578 692.283 136.32" style="fill:#624041"/><polygon points="680.945 142.744 680.836 140.196 679.822 139.642 677.407 140.024 677.6 142.977 680.945 142.744" style="fill:#624041"/><polygon points="705.299 134.166 695.084 136.283 689.675 136.283 677.262 136.184 677.214 137.464 689.143 137.317 696.533 137.218 705.275 135.791 705.299 134.166" style="fill:#371b12"/><polygon points="705.806 141.255 693.345 142.436 677.504 142.633 677.455 143.716 692.862 143.568 706.192 142.879 705.806 141.255" style="fill:#371b12"/><polygon points="706.53 149.081 689.964 149.82 677.31 149.081 677.165 150.115 689.723 150.607 706.965 150.361 706.53 149.081" style="fill:#371b12"/><polygon points="610.129 117.714 608.799 119.265 623.024 126.596 624.328 126.596 623.41 125.776 618.387 122.842 617.856 122.181 610.129 117.714" style="fill:#483b40"/><polygon points="621.334 117.714 622.589 118.586 626.55 122.26 627.033 123.371 631.573 126.675 633.794 126.754 628.626 121.837 627.709 121.679 624.376 117.714 621.334 117.714" style="fill:#483b40"/><polygon points="635.485 117.714 640.701 127.257 642.053 127.309 642.102 126.701 638.189 117.714 635.485 117.714" style="fill:#483b40"/><polygon points="646.883 117.7 648.332 122.597 648.815 122.799 650.216 127.151 651.133 127.151 651.23 126.49 649.588 117.714 646.883 117.7" style="fill:#483b40"/><polygon points="660.213 117.714 659.392 121.811 659.392 122.313 659.006 123.265 658.426 126.992 658.812 127.309 659.923 127.124 661.324 121.679 662.435 117.714 660.213 117.714" style="fill:#483b40"/><polygon points="672.771 119.485 666.009 126.834 666.782 127.521 668.279 127.336 674.799 120.331 672.771 119.485" style="fill:#483b40"/><polygon points="697.306 117.714 681.416 124.877 676.296 127.204 681.802 126.807 702.57 117.714 697.306 117.714" style="fill:#483b40"/><path d="M690.374,151.861l-.627-25.989,16.011,1.551-.145-2.142-16.953-1.624-13.474,3.5.8,24.264-.217,21.487,14.924,3.175-.29-24.219Zm-13.16-23.774,11.084-2.363.275,26.082-10.637-.327Z" style="fill:#5e4e55"/><polygon points="713.427 176.14 713.427 125.347 710.949 122.644 704.26 125.06 705.662 152.396 690.399 151.862 690.689 176.081 706.343 176.214 706.345 176.282 713.427 176.14" style="fill:#3d2b3a"/><polyline points="636.392 169.496 636.451 149.163 635.266 126.699 617.471 126.023 606.796 120.791 602.379 125.347 602.304 170.32" style="fill:#3d2b3a"/><polygon points="634.398 127.902 626.501 127.662 618.46 128.022 618.315 132.153 618.46 135.104 622.589 135.176 626.574 135.471 630.269 135.397 634.76 135.397 634.76 130.671 634.398 127.902" style="fill:#684d51"/><polygon points="634.47 136.726 628.53 136.726 619.329 136.578 618.532 136.652 618.532 143.076 622.879 143.076 633.674 143.519 635.05 143.519 635.123 139.162 634.47 136.726" style="fill:#684d51"/><polygon points="624.908 129.342 622.686 128.358 620.416 128.801 619.45 130.917 619.498 133.625 621.72 135.249 623.555 135.101 625.197 133.575 624.908 129.342" style="fill:#957a73"/><polygon points="629.013 128.555 627.854 130.327 627.709 134.068 629.786 135.249 632.249 135.151 633.311 133.871 633.794 131.016 631.911 128.653 629.013 128.555" style="fill:#957a73"/><polygon points="623.072 138.793 621.092 138.104 619.643 138.793 619.064 141.008 619.933 142.534 621.43 143.125 623.121 142.78 623.7 140.516 623.072 138.793" style="fill:#957a73"/><polygon points="632.886 138.941 630.782 138.252 629.242 138.941 628.627 141.156 629.55 142.682 631.141 143.273 632.937 142.928 633.553 140.664 632.886 138.941" style="fill:#957a73"/><polygon points="628.047 138.941 627.129 138.252 625.342 138.104 623.845 139.286 623.652 141.944 624.908 143.223 627.226 143.273 628.53 141.944 628.578 139.975 628.047 138.941" style="fill:#957a73"/><polygon points="687.211 154.004 675.91 153.708 673.881 154.447 673.447 161.092 666.057 160.944 665.043 163.898 665.043 171.429 673.592 176.302 683.227 165.3 687.211 154.004" style="fill:#8c706d"/><polygon points="661.855 156.336 661.855 170.141 662.556 170.321 662.869 169.841 662.869 155.776 661.855 156.336" style="fill:#3f3a3d"/><polygon points="646.352 156.336 646.352 170.141 647.115 170.321 647.511 169.841 647.511 155.776 646.352 156.336" style="fill:#3f3a3d"/><polygon points="670.331 159.32 663.232 153.561 645.772 153.561 639.252 159.541 639.324 160.649 640.121 160.643 640.121 177.188 641.083 177.41 641.57 176.819 641.57 160.633 668.086 160.442 668.086 177.188 668.966 177.41 669.39 176.819 669.39 160.433 670.187 160.427 670.331 159.32" style="fill:#66483f"/><polygon points="652.341 157.695 651.302 157.031 649.829 156.391 651.495 154.89 651.52 153.905 650.747 152.896 650.457 152.945 650.94 154.151 650.747 154.89 649.274 155.825 649.23 155.817 648.863 156.834 647.583 156.366 647.873 156.932 646.762 156.982 644.927 155.751 645.019 155.718 644.396 155.776 643.816 155.382 643.381 154.668 643.14 154.619 642.778 155.603 642.367 155.825 641.57 155.406 641.667 156.489 642.053 157.523 642.584 157.695 642.222 158.04 641.981 159.394 642.584 159.369 642.923 158.237 643.55 157.966 644.299 158.065 644.082 158.434 644.637 159.541 645.241 159.615 645.289 159.295 644.999 158.409 645.434 158.138 649.056 157.942 652.775 158.311 652.872 157.942 652.341 157.695" style="fill:#efd1b6"/><polygon points="646.762 156.982 647.873 156.932 647.583 156.366 648.863 156.834 649.23 155.817 647.342 155.505 645.019 155.718 644.927 155.751 646.762 156.982" style="fill:#ad8a7c"/><circle cx="643.445" cy="156.431" r="0.172" style="fill:#ad8a7c"/><circle cx="642.575" cy="156.874" r="0.172" style="fill:#ad8a7c"/><polygon points="687.211 154.004 687.211 176.45 673.592 176.302 673.012 165.374 675.62 163.307 683.154 163.307 683.444 155.48 685.763 153.708 687.211 154.004" style="fill:#423533"/></g><polygon id="Overlay-14" data-name="Overlay" points="705.594 116.722 610.5 116.722 602.271 124.956 602.271 195.8 713.824 195.8 713.824 124.956 705.594 116.722" style="fill:#ba9c76;opacity:0.75"/><g id="Ribbon_and_name-23" data-name="Ribbon and name"><path d="M715.476,187.25l.2,8.578,9.879,1.33-6.147,4.512,4.445,7.728c-3.346-.853-21.1,2.281-19.954-4.2.912-3.882,9.476-3.545,9.476-3.545s5.285-2.869-2.733-3.038c-37.4,2.028-73.726.411-108.241.843-7.788-3.136-7.064.115-9.362-8.666-.119-.381-9.723-1.26-8.076-2.278.362-.785,4.9-7.3,4.607-8.064.153-.316-7.879-5.388-6.2-5.478,5.4-.353,9.9-2.861,15.365-1.742,3.278-.71,4.459,3.241,1.115,4.512l-2.79,2.166c-9.243,8.4,44.033,2.51,54.937,3.636,2.1,1.444,66.446-4.808,63.473,3.707" style="fill:#fbf6f0"/><path d="M725.459,196.767c-11.654-1.75-12.643-1.343-.323.451-1.757,1.281-3.712,2.708-5.554,4.05l.049-.03a.73.73,0,0,0-.182,1.149l-.057-.071c1.395,2.2,2.763,4.358,4.221,6.657-5.711,1.108-32.231-.864-13.291-6.428,2.036-.237,8.6-2.841,3.059-3.587-26.89-.68-54.426,1.435-81.267.33-10.785-1.525-29.946,3.79-37.591-3.673-1.89-4.544-1.287-11.492,1.756-14.806a3.6,3.6,0,0,0-1.411,1.379c-10.429,23.605,18.1,17.04,32.07,17.708,25.6.388,51.8.205,77.489-.953-.364,3.119-2.743,7.912.812,9.253,3.038,1.584,17.016,2.312,18.889.636l.01.013c-1.483-2.35-2.884-4.573-4.308-6.82.066-.77,1.547-1.209,2.054-1.787C722.753,199.169,726.457,197.881,725.459,196.767Zm-10.315,3.051a.856.856,0,0,0-.215-.154A.31.31,0,0,1,715.144,199.818Z" style="fill:#bc9e76"/><path d="M715.921,187.58c.052-5.628-6.247-4.921-10.311-4.848-34.377.056-69.057.807-103.426,1.135-.779-7.1,3.206-12.488-7.143-10.912-2.69.732-16.2.325-10.331,4.191l-.082-.042c6.846,3.475,2.89,6.332.094,11.261l.012-.019c-.729,2.183,7.312,2.14,8.037,2.353-1.559-.655-5.579-.587-7.665-1.953,4.871-7.837,6.737-7.358-1.3-13.437,2.66-.418,24.538-5.279,15.526,2.56-1.253,1.046-3.243,1.658-3.618,3.456-.35,4.13,4.625,3.092,7.3,3.129,32.11-.467,64.685-1.253,96.789-1.245,17.839-1.035,15.526.786,15.9,17C716.028,196.97,715.889,191.425,715.921,187.58Z" style="fill:#bc9e76"/><text transform="translate(605.528 195.511)" style="font-size:12.152199745178223px;fill:#bc9e76;font-family:IM_FELL_DW_Pica_Roman, IM FELL DW Pica">GREEN <tspan x="46.365" y="0" style="letter-spacing:-0.010768369327694986em">D</tspan><tspan x="55.289" y="0">R</tspan><tspan x="63.371" y="0" style="letter-spacing:-0.00827717940860137em">A</tspan><tspan x="71.008" y="0">G</tspan><tspan x="79.505" y="0" style="letter-spacing:-0.011732700909279612em">O</tspan><tspan x="87.972" y="0">N</tspan></text></g></g><g id="GreenDragonHere"><g id="Scene-26" data-name="Scene"><rect x="602.304" y="166.26" width="111.278" height="28.058" style="fill:#c8a88a"/><polyline points="677.214 194.318 713.582 194.318 713.582 168.623 672.431 170.171 602.304 168.623 602.304 194.318 635.05 194.318 677.214 194.318" style="fill:#52525d"/><polygon points="630.535 168.82 633.464 125.798 676.486 126.248 678.288 168.595 630.535 168.82" style="fill:#baa580"/><polygon points="673.012 149.426 639.107 149.426 639.542 139.421 639.107 129.342 673.012 129.342 673.012 149.426" style="fill:#faf0b6"/><path d="M673.833,150.459l-.158-1.232-.47-12.55.338-.886-.276-5.858h.035l-.047-.261v-.034h0l-.044-.246-34.1-.1.048,10.239.242.295-.483,7.187-.1,2.559.29,1.034Zm-31.825-5.337-1.909-.073.125-2.373,1.85-.044Zm.142-5.344-.062,2.333-1.836.026.111-2.113-.222-.388,2.014.038Zm.44-6.772,1.6.07-.05,2.2-1.5.043.04-.122Zm1.541,2.724v.061l.089,2.538-1.413.007-.318-2.545.012-.038Zm-1.5,3.953,1.6.03.062,2.366-1.608.023Zm.059,2.934,1.612-.039.069,2.635-1.629-.063Zm.061,3.006,1.633.077.035,3.2-1.6.008Zm2.248-5.9,1.91.036-.173,2.28-1.653.024Zm.1,2.832,1.661-.039.255,2.794-1.819-.07Zm1.816,6.327-1.587.008-.114-3.154,1.848.088,0,.057Zm.144-13.689-2.214.062-.035-2.155,2.279.107Zm2.946,13.675-2.355.011v-3.027l2.36.112Zm.006-3.443-2.4-.092-.462-2.827,2.87-.068Zm7.144-5.466,1.943-.114.132,2.015-2.3.054Zm1.941-4.713-2.183.04-.059-2.474,2.242-.1Zm0,.522v2.4l-2.076.023-.229-2.314Zm-.357,13.059-1.4.006-.246-3.208,2.11-.038Zm.5-3.835-2.192.041-.153-2.455,2.345-.043Zm2.608-.048-2.173.04v-2.457l2.173-.039Zm0-3.145-2.173.051v-1.436l-.056-.6,2.229-.13Zm3.89-2.326,1.467-.032.073,2.422-1.511.01Zm1.964-.043,2.309-.05.4,2.463-2.618.017Zm2.09,9.345-1.732.008-.134-3.494,2.044.044Zm.315-6.1L670,144.834l-2.088-.011-.084-2.216,2.3.062Zm2.174,6.085-1.965.01.078-3.431,1.887.041Zm0-3.92-1.876-.01.04-1.761.22-.392,1.616.042Zm0-2.606-1.276-.317-.429-2.563,1.705-.07Zm.3-6.4-.3,1.083v.892l-1.956.044-.025-.149.471-2.446,1.8.15Zm-.029-.8-1.8-.184-.189-1.924,1.912-.089Zm-.186-5.116.086,2.371h-1.955l-.234-2.389Zm-2.251,4.906-2.185.394,0-.025-.081-2.309,2.139.036Zm-.32-4.928.155,2.389-2.12-.027-.083-2.38Zm-1.923,5.862,2.275-.432.008.113-.339,2.412,0,.012-2.175.049v-.012Zm-.389,13.025-1.634.008-.043-3.551,1.573.034Zm-1.682-3.978-.027-2.26,1.524.041.067,2.227Zm1.437-14.931.034,2.381-1.774.048.02-2.426-.039-.019Zm-1.744,2.958,1.787.04.036,2.456-1.842-.214Zm-.022,2.711,1.823.193-.116,2.187-1.46.035-.008-.648-.241-1.477Zm-.252,13.25-1.635.008-.009-3.61,1.571.035Zm-.081-3.992-1.564-.008,0-2.308,1.523.042Zm-1.571-2.916-.006-2.368,1.473-.032v.187l.044,2.2Zm1.382-5.461.085,1.082v.469l-1.477.035-.006-2.671,1.39.148Zm-.012-1.373-1.387-.162-.006-2.1,1.374.031Zm-.046-5.2.022,2.466-1.37.037-.006-2.514Zm-4.989-.043,1.944.017v2.232l-2.108.234Zm-.189,2.867,2.133-.087v2.562l-2.3.077Zm2.133,2.965v2.733l-1.5-.229-.788.009-.03-2.409Zm-2.2,9.934,2.2-.039v3.272l-2.53.012Zm-.365-15.771-.19,1.2v1.325l-2.254-.033-.06-2.518Zm-2.528,19.028-2.559.012.068-.017.27-2.98,2-.2Zm-2.213-3.455-.127-2.758,1.908-.035.171,2.475Zm0-5.6,1.924.151-.154,2-1.527.036Zm1.859-1.588-2.034.022-.271-2.429,2.163.089Zm-.365-8.413.09,2.513h-2.063l-.118-2.53Zm-1.99,2.972,2.1.073.089,2.48-2.542.137Zm-2.338-3.01,1.747.015.075,2.545-1.822.086Zm0,2.954,1.835.039-.346,2.669-1.489-.114Zm0,2.958.048.034,1.961.082.215,2.45-2.224.025Zm2.328,3.744-2.328.16,2.358.185.2,2.233-2.554.06Zm0,3.114,2.13-.039.14,2.752,0,.054-2.265.038Zm0,3.286,2.229-.07-.239,2.963-1.99.009Zm-3.964-16.25,2.3.02,0,2.823-2.358.112Zm-.078,3.513,2.369-.088,0,1.976-2.408.068Zm-.112,5.076.058-2.62,2.418-.034,0,2.654-2.472.012Zm2.469,1.521,0,2.174-2.947.042.292-2.266Zm-2.88-10.115-.045,2.978-2.295-.08-.048-2.919Zm-2.3,6.013,2.21-.031-.04,2.627-2.258.011Zm-.576-6.038-.067,2.9-1.633-.035-.12-2.885Zm-4.2-.036,1.886.016.024,2.877-1.923-.042Zm-.015,3.25,1.929.084.019,2.22-.035.141-1.926.054Zm-.014,2.891,1.88-.026.234,2.578-2.127.011Zm.033,9.708,1.92.092-.088,3.3.094.025-2.106.01Z" style="fill:#703223"/><polygon points="610.376 117.576 602.379 126.811 640.991 126.675 650.554 126.516 656.349 126.834 663.884 126.913 676.936 129.176 690.001 129.176 713.582 126.279 705.205 117.351 610.376 117.576" style="fill:#8b6863"/><polygon points="704.899 126.108 689.385 128.752 676.489 128.752 676.489 155.923 689.385 155.923 707.279 152.453 704.899 126.108" style="fill:#9b7563"/><polygon points="682.557 149.389 682.747 146.232 681.882 145.817 681.957 144.705 681.668 144.333 680.999 144.111 680.546 144.442 680.546 145.586 679.786 145.217 679.206 145.808 678.88 149.573 682.557 149.389" style="fill:#5a4b59"/><polygon points="694.782 142.559 694.71 140.27 693.261 139.864 692.428 140.898 692.536 142.817 694.782 142.559" style="fill:#624041"/><polygon points="695.289 149.869 694.818 146.657 694.094 146.288 692.826 146.398 692.428 147.026 692.862 149.795 695.289 149.869" style="fill:#624041"/><polygon points="686.197 142.67 686.089 141.156 685.654 140.824 685.581 138.756 684.748 138.387 684.567 138.793 684.712 140.713 684.277 140.861 684.35 142.965 686.197 142.67" style="fill:#624041"/><polygon points="684.241 136.394 684.205 132.406 686.415 132 688.117 133.182 688.045 136.689 684.241 136.394" style="fill:#624041"/><polygon points="692.283 136.32 692.102 133.662 694.42 132.813 695.651 133.403 695.724 136.209 694.384 136.578 692.283 136.32" style="fill:#624041"/><polygon points="680.945 142.744 680.836 140.196 679.822 139.642 677.407 140.024 677.6 142.977 680.945 142.744" style="fill:#624041"/><polygon points="705.299 134.166 695.084 136.283 689.675 136.283 677.262 136.184 677.214 137.464 689.143 137.317 696.533 137.218 705.275 135.791 705.299 134.166" style="fill:#371b12"/><polygon points="705.806 141.255 693.345 142.436 677.504 142.633 677.455 143.716 692.862 143.568 706.192 142.879 705.806 141.255" style="fill:#371b12"/><polygon points="706.53 149.081 689.964 149.82 677.31 149.081 677.165 150.115 689.723 150.607 706.965 150.361 706.53 149.081" style="fill:#371b12"/><polygon points="610.129 117.714 608.799 119.265 623.024 126.596 624.328 126.596 623.41 125.776 618.387 122.842 617.856 122.181 610.129 117.714" style="fill:#483b40"/><polygon points="621.334 117.714 622.589 118.586 626.55 122.26 627.033 123.371 631.573 126.675 633.794 126.754 628.626 121.837 627.709 121.679 624.376 117.714 621.334 117.714" style="fill:#483b40"/><polygon points="635.485 117.714 640.701 127.257 642.053 127.309 642.102 126.701 638.189 117.714 635.485 117.714" style="fill:#483b40"/><polygon points="646.883 117.7 648.332 122.597 648.815 122.799 650.216 127.151 651.133 127.151 651.23 126.49 649.588 117.714 646.883 117.7" style="fill:#483b40"/><polygon points="660.213 117.714 659.392 121.811 659.392 122.313 659.006 123.265 658.426 126.992 658.812 127.309 659.923 127.124 661.324 121.679 662.435 117.714 660.213 117.714" style="fill:#483b40"/><polygon points="672.771 119.485 666.009 126.834 666.782 127.521 668.279 127.336 674.799 120.331 672.771 119.485" style="fill:#483b40"/><polygon points="697.306 117.714 681.416 124.877 676.296 127.204 681.802 126.807 702.57 117.714 697.306 117.714" style="fill:#483b40"/><path d="M690.374,151.861l-.627-25.989,16.011,1.551-.145-2.142-16.953-1.624-13.474,3.5.8,24.264-.217,21.487,14.924,3.175-.29-24.219Zm-13.16-23.774,11.084-2.363.275,26.082-10.637-.327Z" style="fill:#5e4e55"/><polygon points="713.427 176.14 713.427 125.347 710.949 122.644 704.26 125.06 705.662 152.396 690.399 151.862 690.689 176.081 706.343 176.214 706.345 176.282 713.427 176.14" style="fill:#3d2b3a"/><polyline points="636.392 169.496 636.451 149.163 635.266 126.699 617.471 126.023 606.796 120.791 602.379 125.347 602.304 170.32" style="fill:#3d2b3a"/><polygon points="634.398 127.902 626.501 127.662 618.46 128.022 618.315 132.153 618.46 135.104 622.589 135.176 626.574 135.471 630.269 135.397 634.76 135.397 634.76 130.671 634.398 127.902" style="fill:#684d51"/><polygon points="634.47 136.726 628.53 136.726 619.329 136.578 618.532 136.652 618.532 143.076 622.879 143.076 633.674 143.519 635.05 143.519 635.123 139.162 634.47 136.726" style="fill:#684d51"/><polygon points="624.908 129.342 622.686 128.358 620.416 128.801 619.45 130.917 619.498 133.625 621.72 135.249 623.555 135.101 625.197 133.575 624.908 129.342" style="fill:#957a73"/><polygon points="629.013 128.555 627.854 130.327 627.709 134.068 629.786 135.249 632.249 135.151 633.311 133.871 633.794 131.016 631.911 128.653 629.013 128.555" style="fill:#957a73"/><polygon points="623.072 138.793 621.092 138.104 619.643 138.793 619.064 141.008 619.933 142.534 621.43 143.125 623.121 142.78 623.7 140.516 623.072 138.793" style="fill:#957a73"/><polygon points="632.886 138.941 630.782 138.252 629.242 138.941 628.627 141.156 629.55 142.682 631.141 143.273 632.937 142.928 633.553 140.664 632.886 138.941" style="fill:#957a73"/><polygon points="628.047 138.941 627.129 138.252 625.342 138.104 623.845 139.286 623.652 141.944 624.908 143.223 627.226 143.273 628.53 141.944 628.578 139.975 628.047 138.941" style="fill:#957a73"/><polygon points="687.211 154.004 675.91 153.708 673.881 154.447 673.447 161.092 666.057 160.944 665.043 163.898 665.043 171.429 673.592 176.302 683.227 165.3 687.211 154.004" style="fill:#8c706d"/><polygon points="661.855 156.336 661.855 170.141 662.556 170.321 662.869 169.841 662.869 155.776 661.855 156.336" style="fill:#3f3a3d"/><polygon points="646.352 156.336 646.352 170.141 647.115 170.321 647.511 169.841 647.511 155.776 646.352 156.336" style="fill:#3f3a3d"/><polygon points="670.331 159.32 663.232 153.561 645.772 153.561 639.252 159.541 639.324 160.649 640.121 160.643 640.121 177.188 641.083 177.41 641.57 176.819 641.57 160.633 668.086 160.442 668.086 177.188 668.966 177.41 669.39 176.819 669.39 160.433 670.187 160.427 670.331 159.32" style="fill:#66483f"/><polygon points="652.341 157.695 651.302 157.031 649.829 156.391 651.495 154.89 651.52 153.905 650.747 152.896 650.457 152.945 650.94 154.151 650.747 154.89 649.274 155.825 649.23 155.817 648.863 156.834 647.583 156.366 647.873 156.932 646.762 156.982 644.927 155.751 645.019 155.718 644.396 155.776 643.816 155.382 643.381 154.668 643.14 154.619 642.778 155.603 642.367 155.825 641.57 155.406 641.667 156.489 642.053 157.523 642.584 157.695 642.222 158.04 641.981 159.394 642.584 159.369 642.923 158.237 643.55 157.966 644.299 158.065 644.082 158.434 644.637 159.541 645.241 159.615 645.289 159.295 644.999 158.409 645.434 158.138 649.056 157.942 652.775 158.311 652.872 157.942 652.341 157.695" style="fill:#efd1b6"/><polygon points="646.762 156.982 647.873 156.932 647.583 156.366 648.863 156.834 649.23 155.817 647.342 155.505 645.019 155.718 644.927 155.751 646.762 156.982" style="fill:#ad8a7c"/><circle cx="643.445" cy="156.431" r="0.172" style="fill:#ad8a7c"/><circle cx="642.575" cy="156.874" r="0.172" style="fill:#ad8a7c"/><polygon points="687.211 154.004 687.211 176.45 673.592 176.302 673.012 165.374 675.62 163.307 683.154 163.307 683.444 155.48 685.763 153.708 687.211 154.004" style="fill:#423533"/></g><g id="Highlight-15" data-name="Highlight"><path d="M713.869,195.9H602.05V124.915l8.293-8.293h95.233l8.293,8.293Zm-110.819-1H712.869V125.329l-7.707-7.707H610.757l-7.707,7.707Z" style="fill:#ef6e55"/></g><g id="Ribbon_and_name-24" data-name="Ribbon and name"><path d="M715.476,187.25l.2,8.578,9.879,1.33-6.147,4.512,4.445,7.728-14.434-.215s-6.43-.1-5.519-3.987,9.475-3.544,9.475-3.544,5.285-2.869-2.733-3.038-41.365,1.519-41.365,1.519l-48.836-1.013-18.04.338-7.562-2.532-1.8-6.135-7.536-1.575c-.695.167-.938-.15-.54-.7l4.309-6.894c-.058-.223.357-.947.3-1.17l-6.185-4.9c-.5-.15-.508-.41-.012-.578l4.314-.523a21.289,21.289,0,0,1,11.051-1.22l1.139-.048c2.768.384,2.574,3.6-.024,4.561l-2.79,2.166a2.353,2.353,0,0,0,1.7,4.252s42.522-.236,53.238-.618c9.206-.328,45.514-.374,59.06-.381a4.258,4.258,0,0,1,4.413,4.09" style="fill:#fbf6f0"/><path d="M725.459,196.767c-11.175-1.7-12.048-1.233-.323.451-1.757,1.281-3.711,2.708-5.554,4.05l.049-.03a.73.73,0,0,0-.182,1.149l-.057-.071c1.395,2.2,2.763,4.358,4.221,6.657-55.065-.166,27.674-12.512-30.629-10.164-23.607,1.557-47.648.319-71.137.412-13.1.374-35.379,3.308-26.824-16.73-8.711,17.017,6.591,19.088,27.032,17.4,27.226.3,55.047.342,82.372-.945-.226,2.2-2.039,6.861-.589,8.164,5.1,3.6,15.422,3.121,20.29,1.725l.01.013c-1.483-2.35-2.884-4.573-4.308-6.82.068-.772,1.545-1.207,2.054-1.787C722.835,199.071,726.319,198.04,725.459,196.767Zm-10.315,3.051a.856.856,0,0,0-.215-.154A.31.31,0,0,1,715.144,199.818Z" style="fill:#ef6e55"/><path d="M715.921,187.58c.052-5.628-6.247-4.921-10.311-4.848-8.6-.065-17.425.058-26.069.18-25.683.27-51.7.662-77.357.955-.779-7.1,3.206-12.488-7.143-10.912a104.983,104.983,0,0,0-11.792,1.744c-.852.771.766,2.007,1.461,2.447l-.082-.042c1.48,1.16,3.026,2.379,4.52,3.529l.049.257c-1.519,2.525-3.077,5.124-4.475,7.475l.012-.019c-.729,2.183,7.312,2.14,8.037,2.353-1.559-.655-5.579-.587-7.665-1.953,1.516-2.469,3.182-5.113,4.786-7.728l-.136-.754c-1.62-1.237-3.129-2.551-4.845-3.791a4.162,4.162,0,0,1-1.11-1.164c2.66-.418,24.538-5.279,15.526,2.56-1.253,1.046-3.243,1.658-3.618,3.456-.35,4.13,4.625,3.092,7.3,3.129,7.448-.116,14.978-.265,22.618-.4,24.683-.271,49.552-.934,74.171-.849,16.561-.2,15.91-1.373,15.752,15.2a7.513,7.513,0,0,0,.151,1.8C716.028,196.97,715.889,191.425,715.921,187.58Z" style="fill:#ef6e55"/><text transform="translate(605.528 195.511)" style="font-size:12.152199745178223px;fill:#ef6e55;font-family:IM_FELL_DW_Pica_Roman, IM FELL DW Pica">GREEN <tspan x="46.365" y="0" style="letter-spacing:-0.010768369327694986em">D</tspan><tspan x="55.289" y="0">R</tspan><tspan x="63.371" y="0" style="letter-spacing:-0.00827717940860137em">A</tspan><tspan x="71.008" y="0">G</tspan><tspan x="79.505" y="0" style="letter-spacing:-0.011732700909279612em">O</tspan><tspan x="87.972" y="0">N</tspan></text></g></g><rect id="GreenDragonQ" x="595.453" y="110.025" width="10.966" height="10.966" transform="translate(94.334 458.757) rotate(-45)" style="fill:#ef6e55"/></g></g></svg> <<set _cobblery to hasVisited("The Cobblery")>> <<set _alley to hasVisited("Cobbler Alley")>> <<set _greenDragon to hasVisited("The Green Dragon")>> <<set _butcher to hasVisited("The Butcher Shops")>> <<set _bakeries to hasVisited("The Bakeries")>> <<set _manufactory to hasVisited("The Manufactory House")>> <<set _statehouse to hasVisited("The Statehouse")>> <<set _eastCommon to hasVisited("The East Common")>> <<set _westCommon to hasVisited("The West Common")>> <<set _tannery to hasVisited("The Tannery")>> <<set _auntTeddy to hasVisited("Inside Aunt Teddy's Apartment")>> <<set _outsideAuntTeddy to hasVisited("Outside Aunt Teddy's Apartment")>> <<toggleLayer "BakeriesHere" false "" "">> <<toggleLayer "CobblerAlleyHere" false "" "">> <<toggleLayer "ButcherHere" false "" "">> <<toggleLayer "WestCommonHere" false "" "">> <<toggleLayer "EastCommonHere" false "" "">> <<toggleLayer "ManufactoryHere" false "" "">> <<toggleLayer "StatehouseHere" false "" "">> <<toggleLayer "TanneryHere" false "" "">> <<toggleLayer "AuntTeddyHere" false "" "">> <<toggleLayer "OutsideAuntTeddyHere" false "" "">> <<toggleLayer "GreenDragonHere" false "" "">> <<toggleLayer "CobbleryHere" false "" "">> <<toggleLayer "BakeriesQ" false "" "">> <<toggleLayer "CobblerAlleyQ" false "" "">> <<toggleLayer "ButcherQ" false "" "">> <<toggleLayer "WestCommonQ" false "" "">> <<toggleLayer "EastCommonQ" false "" "">> <<toggleLayer "ManufactoryQ" false "" "">> <<toggleLayer "StatehouseQ" false "" "">> <<toggleLayer "TanneryQ" false "" "">> <<toggleLayer "AuntTeddyQ" false "" "">> <<toggleLayer "OutsideAuntTeddyQ" false "" "">> <<toggleLayer "GreenDragonQ" false "" "">> <<toggleLayer "CobbleryQ" false "" "">> <<switch $newPassage>> <<case "The Cobblery">> <<toggleLayer "CobbleryHere" true "You're at George's Cobblery." "">> <<case "Cobbler Alley">> <<toggleLayer "CobblerAlleyHere" true "You're at the Alley behind the Cobblery." "">> <<case "The Manufactory House">> <<toggleLayer "ManufactoryHere" true "You're at the Manufactory House." "">> <<case "The Butcher Shops">> <<toggleLayer "ButcherHere" true "You're at the Butcher Shops." "">> <<case "The Bakeries">> <<toggleLayer "BakeriesHere" true "You're at the Bakeries." "">> <<case "The Statehouse">> <<toggleLayer "StatehouseHere" true "You're at the Statehouse." "">> <<case "The West Common">> <<toggleLayer "WestCommonHere" true "You're at the West Common." "">> <<case "The East Common">> <<toggleLayer "EastCommonHere" true "You're at the East Common." "">> <<case "The Tannery">> <<toggleLayer "TanneryHere" true "You're at the Tannery." "">> <<case "The Green Dragon">> <<toggleLayer "GreenDragonHere" true "You're at the Green Dragon." "">> <<case "Outside Aunt Teddy's Apartment">> <<toggleLayer "OutsideAuntTeddyHere" true "You're outside Aunt Teddy's Apartment." "">> <<case "Inside Aunt Teddy's Apartment">> <<toggleLayer "AuntTeddyHere" true "You're inside Aunt Teddy's Apartment." "">> <<default>> <</switch>> <<toggleLayer "Highlight-15" true "Action is needed at The " "">> <<switch $QPassage>> <<case "The Cobblery">> <<toggleLayer "CobbleryQ" true "Cobblery," "">> <<case "Cobbler Alley">> <<toggleLayer "CobblerAlleyQ" true "Alley," "">> <<case "The Manufactory House">> <<toggleLayer "ManufactoryQ" true "Manufactory," "">> <<case "The Butcher Shops">> <<toggleLayer "ButcherQ" true "Butcher Shops," "">> <<case "The Bakeries">> <<toggleLayer "BakeriesQ" true "Bakeries," "">> <<case "The Statehouse">> <<toggleLayer "StatehouseQ" true "Statehouse," "">> <<case "The West Common">> <<toggleLayer "WestCommonQ" true "West Common," "">> <<case "The East Common">> <<toggleLayer "EastCommonQ" true "East Common," "">> <<case "The Tannery">> <<toggleLayer "TanneryQ" true "Tannery," "">> <<case "The Green Dragon">> <<toggleLayer "GreenDragonQ" true "Green Dragon," "">> <<case "Outside Aunt Teddy's Apartment">> <<toggleLayer "OutsideAuntTeddyQ" true "Outside Aunt Teddy's Apartment." "">> <<case "Inside Aunt Teddy's Apartment">> <<toggleLayer "AuntTeddyQ" true "Inside Aunt Teddy's Apartment." "">> <<default>> <</switch>> <<switch $Q2Passage>> <<case "The Cobblery">> <<toggleLayer "CobbleryQ" true "Cobblery," "">> <<case "Cobbler Alley">> <<toggleLayer "CobblerAlleyQ" true "" "">> <<case "The Manufactory House">> <<toggleLayer "ManufactoryQ" true "Manufactory," "">> <<case "The Butcher Shops">> <<toggleLayer "ButcherQ" true "Butcher Shops," "">> <<case "The Bakeries">> <<toggleLayer "BakeriesQ" true "Bakeries," "">> <<case "The Statehouse">> <<toggleLayer "StatehouseQ" true "Statehouse," "">> <<case "The West Common">> <<toggleLayer "WestCommonQ" true "West Common," "">> <<case "The East Common">> <<toggleLayer "EastCommonQ" true "East Common," "">> <<case "The Tannery">> <<toggleLayer "TanneryQ" true "Tannery," "">> <<case "The Green Dragon">> <<toggleLayer "GreenDragonQ" true "Green Dragon," "">> <<case "Outside Aunt Teddy's Apartment">> <<toggleLayer "OutsideAuntTeddyQ" true "Outside Aunt Teddy's Apartment," "">> <<case "Inside Aunt Teddy's Apartment">> <<toggleLayer "AuntTeddyQ" true "Inside Aunt Teddy's Apartment." "">> <<default>> <</switch>> <<switch $Q3Passage>> <<case "The Cobblery">> <<toggleLayer "CobbleryQ" true "Cobblery," "">> <<case "Cobbler Alley">> <<toggleLayer "CobblerAlleyQ" true "" "">> <<case "The Manufactory House">> <<toggleLayer "ManufactoryQ" true "Manufactory," "">> <<case "The Butcher Shops">> <<toggleLayer "ButcherQ" true "Butcher Shops," "">> <<case "The Bakeries">> <<toggleLayer "BakeriesQ" true "Bakeries," "">> <<case "The Statehouse">> <<toggleLayer "StatehouseQ" true "Statehouse," "">> <<case "The West Common">> <<toggleLayer "WestCommonQ" true "West Common," "">> <<case "The East Common">> <<toggleLayer "EastCommonQ" true "East Common," "">> <<case "The Tannery">> <<toggleLayer "TanneryQ" true "Tannery," "">> <<case "The Green Dragon">> <<toggleLayer "GreenDragonQ" true "Green Dragon," "">> <<case "Outside Aunt Teddy's Apartment">> <<toggleLayer "OutsideAuntTeddyQ" true "Outside Aunt Teddy's Apartment," "">> <<case "Inside Aunt Teddy's Apartment">> <<toggleLayer "AuntTeddyQ" true "Inside Aunt Teddy's Apartment." "">> <<default>> <</switch>> <<switch $Q4Passage>> <<case "The Cobblery">> <<toggleLayer "CobbleryQ" true "Cobblery," "">> <<case "Cobbler Alley">> <<toggleLayer "CobblerAlleyQ" true "" "">> <<case "The Manufactory House">> <<toggleLayer "ManufactoryQ" true "Manufactory," "">> <<case "The Butcher Shops">> <<toggleLayer "ButcherQ" true "Butcher Shops," "">> <<case "The Bakeries">> <<toggleLayer "BakeriesQ" true "Bakeries," "">> <<case "The Statehouse">> <<toggleLayer "StatehouseQ" true "Statehouse," "">> <<case "The West Common">> <<toggleLayer "WestCommonQ" true "West Common," "">> <<case "The East Common">> <<toggleLayer "EastCommonQ" true "East Common," "">> <<case "The Tannery">> <<toggleLayer "TanneryQ" true "Tannery," "">> <<case "The Green Dragon">> <<toggleLayer "GreenDragonQ" true "Green Dragon," "">> <<case "Outside Aunt Teddy's Apartment">> <<toggleLayer "OutsideAuntTeddyQ" true "Outside Aunt Teddy's Apartment," "">> <<case "Inside Aunt Teddy's Apartment">> <<toggleLayer "AuntTeddyQ" true "Inside Aunt Teddy's Apartment." "">> <<default>> <</switch>> <<switch $Q5Passage>> <<case "The Cobblery">> <<toggleLayer "CobbleryQ" true "Cobblery," "">> <<case "Cobbler Alley">> <<toggleLayer "CobblerAlleyQ" true "" "">> <<case "The Manufactory House">> <<toggleLayer "ManufactoryQ" true "Manufactory," "">> <<case "The Butcher Shops">> <<toggleLayer "ButcherQ" true "Butcher Shops," "">> <<case "The Bakeries">> <<toggleLayer "BakeriesQ" true "Bakeries," "">> <<case "The Statehouse">> <<toggleLayer "StatehouseQ" true "Statehouse," "">> <<case "The West Common">> <<toggleLayer "WestCommonQ" true "West Common," "">> <<case "The East Common">> <<toggleLayer "EastCommonQ" true "East Common," "">> <<case "The Tannery">> <<toggleLayer "TanneryQ" true "Tannery," "">> <<case "The Green Dragon">> <<toggleLayer "GreenDragonQ" true "Green Dragon," "">> <<case "Outside Aunt Teddy's Apartment">> <<toggleLayer "OutsideAuntTeddyQ" true "Outside Aunt Teddy's Apartment," "">> <<case "Inside Aunt Teddy's Apartment">> <<toggleLayer "AuntTeddyQ" true "Inside Aunt Teddy's Apartment." "">> <<default>> <</switch>> <<switch $Q6Passage>> <<case "The Cobblery">> <<toggleLayer "CobbleryQ" true "Cobblery." "">> <<case "Cobbler Alley">> <<toggleLayer "CobblerAlleyQ" true "" "">> <<case "The Manufactory House">> <<toggleLayer "ManufactoryQ" true "Manufactory." "">> <<case "The Butcher Shops">> <<toggleLayer "ButcherQ" true "Butcher Shops." "">> <<case "The Bakeries">> <<toggleLayer "BakeriesQ" true "Bakeries." "">> <<case "The Statehouse">> <<toggleLayer "StatehouseQ" true "Statehouse." "">> <<case "The West Common">> <<toggleLayer "WestCommonQ" true "West Common." "">> <<case "The East Common">> <<toggleLayer "EastCommonQ" true "East Common." "">> <<case "The Tannery">> <<toggleLayer "TanneryQ" true "Tannery." "">> <<case "The Green Dragon">> <<toggleLayer "GreenDragonQ" true "Green Dragon." "">> <<case "Outside Aunt Teddy's Apartment">> <<toggleLayer "OutsideAuntTeddyQ" true "Outside Aunt Teddy's Apartment." "">> <<case "Inside Aunt Teddy's Apartment">> <<toggleLayer "AuntTeddyQ" true "Inside Aunt Teddy's Apartment." "">> <<default>> <</switch>> <<toggleLayer "linear-gradient" true "You've visited:" "">> <<toggleLayer "CobbleryOn" _cobblery "The Cobblery," "">> <<toggleLayer "CobblerAlleyOn" _alley "The Alley," "">> <<toggleLayer "GreenDragonOn" _greenDragon "The Green Dragon," "">> <<toggleLayer "AuntTeddyOn" _auntTeddy "Aunt Teddy's Apartment," "">> <<toggleLayer "OutsideAuntTeddyOn" _outsideAuntTeddy "Outside Aunt Teddy's Apartment," "">> <<toggleLayer "BakeriesOn" _bakeries "The Bakeries," "">> <<toggleLayer "ButcherOn" _butcher "The Butcher Shops," "">> <<toggleLayer "ManufactoryOn" _manufactory "The Manufactory House," "">> <<toggleLayer "EastCommonOn" _eastCommon "The East Common," "">> <<toggleLayer "WestCommonOn" _westCommon "The West Common," "">> <<toggleLayer "StatehouseOn" _statehouse "The Statehouse," "">> <<toggleLayer "TanneryOn" _tannery "and The Tannery." "">>
<<set _temp to [ "<b>George:</b> Molly! Where's Teddy? We're on an important mission!", "<b>Molly:</b> George! I'm so glad you're here. You have to find Teddy! I think she\'s locked in the Manufactory House!<<set $QPassage to 'The Manufactory House'>>", "<<if !hasVisited('The Manufactory House')>><b>George:</b> What are you talking about?<<else>><b>George:</b> What? Why was Teddy even down there?<</if>>", "<b>Molly:</b> I think she was just picking up an order of linens at the Manufactory. But she got caught up in some kind of standoff with the Lobsters, and now they're all trapped in the building! The Lobsters are talking about starving them out, George!", "<b>George:</b> Like hell, they will!", "<b>Briana:</b> We\'ll find a way to get them out of there, Molly! ", "<b>George:</b> You bet we will. Let\'s go.", "<b>Molly:</b> I'll be praying for you! <<set $talkedToMolly to true>>", "<<goto \"Outside Aunt Teddy's Apartment\">>", ]>> <<Rep _temp>> <<if !$horse>> <<set $Q2Passage to 'The Tannery'>> <</if>> <<set $footerDisplay to "">>
<<if !$inventory.includes("Empty Flask") && !$inventory.includes("Flask of Rum")>> <<button [[Retreat To The Cobblery|The Cobblery]]>><</button>> <<else>> <<button [[Open Satchel|Inventory][$inventoryHeading to ""]]>><</button>> <<button [[Retreat To The Green Dragon|The Green Dragon]]>><</button>> <</if>> <<set $lastScene to 'SoldierBakerEnd'>>
<<set _temp to [ "//You pause for a moment before heading out the door.//", "\'\'Briana:\'\' You know what I'd really like?", "//George looks unconcerned...//", "\'\'Briana:\'\' I'd like to get //even// with that Lobster!", "\'\'Briana:\'\' He better pay up, or else!!", "\'\'George:\'\' Or else?", "\'\'Briana:\'\' Or else I'll report him to the...<br><br><h2>//Journal of Occurrences!!!//</h2><br> Dum dum dummmmm!", "\'\'George:\'\' Hey! That's not a bad idea, Briana.", "\'\'Briana:\'\' What? Really?", "\'\'George:\'\' I'd bet they'd print your story! I'm serious.", "\'\'Briana:\'\' No way. What do they care about me?", "\'\'George:\'\' Well, people know Hewes Shoes. My dad's been running this place my whole life.", "We've probably made shoes for half the city... So I think people would care if they heard the soldiers were stealing from us.", "We could keep it short, and it could go something like this:", "<<Entry 'Shoe Thief' 'ReadNotebook'>>", ]>> <<if $Notebook.includes("Shoe Thief")>> <<goto ReadNotebook>> <</if>> <<Rep _temp>> <<set $footerDisplay to "">>
[[Read Poem on the Wall|CobblerPoem]] [[Poster of Occupation|The Occupation Of Boston]] [[Examine Newspaper Clippings|NewsCobblery]] <<if !hasVisited("Occurrences")>>[[Journal of Occurrences|Occurrences]]<</if>> <<set $footerDisplay to "[[Back|The Cobblery]]">>
<<set _temp to [ "<b>Briana:</b> I'm ready! I just need to find my scarf before we go. It's freezing outside.", "<b>George:</b> Oh, here it is...I was sitting on it. Sorry. At least it's pre-warmed!", "<<button [[Take The Scarf|TakeTheScarf]]>><</button>>", ]>> <<Rep _temp>>
<<set _tempMessed to [ "<b>Briana:</b> We have to do <i>something</i> to help these poor people!", "<<if hasVisited('Go Find Teddy')>><b>George:</b> My poor Aunt Teddy!! She's stuck in there, starving...<<else>><b>George:</b> We need to think.<</if>>", "<b>Briana:</b> <<if hasVisited('Go Find Teddy')>>She's not starving! It's been a couple hours, max.<</if>> How can we do anything with all these soldiers patrolling?!", "<b>George:</b> We can't... so what do we do about that?", "<b>Briana:</b> Hmmmm. We are going to need a distraction. Or something like that.", "Let's see what's going on around town. Maybe we'll get an idea.", "<<goto 'The Manufactory House'>>", ]>> <<Rep _tempMessed>> <<if !$horse>> <<set $QPassage to 'The Tannery'>> <</if>> <<if !hasVisited("Sam's Sausages")>> <<set $Q3Passage to 'The Butcher Shops'>> <</if>> <<if !$inventory.includes("Loaves Of Bread")>><<set $Q4Passage to 'The Bakeries'>> <</if>> <<if !hasVisited("Talk to the Fruit Seller")>><<set $Q5Passage to 'The East Common'>> <</if>> <<set $footerDisplay to "[[Back|The Manufactory House]]">>
@@.pulse;//You pick up the <span style='color: #e1755d;'>Certificate Of Freedom</span> and stow it in your ''Satchel'' under ''Documents''!//@@<br><br> Hunh. Going to need this if I don't want to get hauled off by some jerk who thinks I'm a slave... Makes me tired... <<set $footerDisplay to "[[Back|Small Chest In The Corner]]">>
[[Listen To The Song The Crowd Is Singing|The Liberty Song]] [[Talk To The Old Man On The Corner]] [[Talk To The Lady Biting Her Nails]] [[Talk To The Little Boy]] <<if hasVisited("Talk To The Old Man On The Corner") && hasVisited("Talk To The Lady Biting Her Nails") && hasVisited("Talk To The Little Boy") && !hasVisited("ThrowChildren")>> <<if !hasVisited('Messy') && !hasVisited("Children Crying")>><<goto 'Messy'>><</if>> <</if>> <<set $footerDisplay to "[[Back|The Manufactory House]]">>
<<set _temp to [ "As you offer the sack of hair to the soldier, he turns yellow, then green, then white—and vomits all over the street.", "He slowly hobbles away with his friend. <<set $soldiersButcher to false>>", "You take this brief opportunity to look around.", "<<goto 'The Butcher Shops'>>", ]>> <<Rep _temp>>
<<set _temp to [ "//Just then, Captain Hollister walks in the door. He ignores you and George, sits down at the dinner table, and taps his foot impatiently. Teddy hands him a dish and turns back to you.//", "\'\'Aunt Teddy:\'\' Have you met Captain Hollister? Oh, yes, I believe you're aquainted. Well, he's just starting his dinner.", "//Captain Hollister gags, and spits something out into his napkin.//", "\'\'Aunt Teddy:\'\' Oh my, must have left it in the sun a bit too long this afternoon… that\'s what you are supposed to do with milk, right?", "//Captain Hollister gags again.//", "\'\'Aunt Teddy:\'\' Hmm. Quit your whining. It\'s all I have for you this evening.", "\'\'Captain Hollister:\'\' This food is a damned tragedy.", "\'\'George:\'\' Oh, it could be worse… speaking of which, Briana, do you have your comb?", "<<if !$inventory.includes(\"Comb\")>>\'\'Briana:\'\' Ah... mmm. I have one back at the Cobblery...I could go get it... <<else>> \'\'Briana:\'\' Indeed I do!<</if>>", "<<if !$inventory.includes(\"Comb\")>>\'\'Aunt Teddy:\'\' Oh, no trouble. I've got one right here!<<else>>\'\'George:\'\' Ah, perfect!<</if>>", "\'\'George:\'\' My head is soooo itchy. I don't know what I'm going to do...", "\'\'Briana:\'\' Well, I //could// try to comb some of the lice out of your hair...", "\'\'George:\'\' Oh! That would be just //swell,// Briana. //Would// you?", "\'\'Captain Hollister:\'\' No no no! Not //here//!", "\'\'Briana:\'\' Let me just come around to your side of the table...", "<<goto 'Lice Intro'>>", ]>> <<Rep _temp>> <<set $captain to true>>
<<set _temp to [ "As you offer the sack of hair to the soldier, he turns yellow, then green, then white—and vomits all over the street.", "He slowly hobbles away with his friend. <<set $soldiersBaker to false>>", "You take this brief opportunity to look around.", "<<goto 'The Bakeries'>>", ]>> <<Rep _temp>>
<<set _temp to [ "You launch the $thingToLaunch high in the air, and it <<if $thingToLaunch is 'apple' || $thingToLaunch is 'strawberry' || $thingToLaunch is 'sausage' || $thingToLaunch is 'pear'>>splats<<else>>bounces<</if>> to the ground a surprisingly long distance away from you.", "<<if $thingToLaunch is 'apple'>>Oh well!<<elseif $thingToLaunch is 'apple' || $thingToLaunch is 'strawberry' || $thingToLaunch is 'sausage' || $thingToLaunch is 'pear'>>At least you have more in your pack...<<elseif $thingToLaunch is 'empty flask' || $thingToLaunch is 'flask of rum' || $thingToLaunch is 'horseshoe'>>You run after it and put it back in your Satchel.<<else>>It's dirty now, but luckily, you have more in your pack.<</if>>", '<<goto $lastScene>>', ]>> //<<Rep _temp>>//
<<widget 'BackButtonForReps'>><<nobr>> <div onclick="event.stopPropagation(); if(SugarCube.State.active.variables.passageCounter>0){SugarCube.State.active.variables.passageCounter--;} SugarCube.Engine.show(); " class="button-replace replace-back"><img src='images/episode-2/left-arrow.png'>Back</div> <</nobr>> <</widget>> <<widget 'Rep'>><<nobr>> <<set _strings = $args[0]>> <<set _limit = _strings.length-1>> <<set _link = ''>> <<set _firstPass to false>> <<if $passageCounter is undefined>> <<set $passageCounter to 0>> <<set _firstPass to true>> <</if>> <<if $passageCounter > _limit>> <<set $passageCounter to 0>> <<set _firstPass to true>> <</if>> <<if $passageCounter==1 && _firstpass==false>> <<set $passageCounter to 0>> <<set _firstPass to true>> <</if>> <div class='plainTexta'> <<if $passageCounter < _limit>> <<linkreplace "@@.fade-in;_strings[$passageCounter]@@<div class='button-container'><<BackButtonForReps>><div class='button-replace replace-next'>Next <img src='images/episode-2/right-arrow.png'></div></div>"t8n>> <<set $passageCounter++>> <<script>> state.display(state.active.title, null, "back") <</script>> <<Rep _strings $passageCounter>><</linkreplace>> <<else>> <<if _strings[$passageCounter].includes("**") || _strings[$passageCounter].includes("link") || _strings[$passageCounter].includes("Entry") || _strings[$passageCounter].includes("PickUp") || _strings[$passageCounter].includes("button")>> <<if _strings[$passageCounter].includes("**")>> <<include _strings[$passageCounter]>> <</if>> <<if _strings[$passageCounter].includes("link") || _strings[$passageCounter].includes("[[") || _strings[$passageCounter].includes("<<")|| _strings[$passageCounter].includes("Entry") || _strings[$passageCounter].includes("PickUp") || _strings[$passageCounter].includes("button")>> _strings[$passageCounter] <</if>> <<else>> @@.fade-in;_strings[$passageCounter]@@<br> <</if>> <</if>> </div> <</nobr>> <</widget>>
<<set _temp to [ "But first, if you're up for it, I think there may be another use for your nightsoil cart.", "You should consider giving the Statehouse another visit. I think the unicorn they've just placed there could use a bit of adjustment, if you know what I mean!", "<<button [[Visit the Unicorn|The Statehouse][$teddy to false]]>><</button>> <<button [[Return to Teddy's Apartment|Inside Aunt Teddy's Apartment][$teddy to false]]>><</button>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[To The Alley|Cobbler Alley][$satchelFlash to false]][[To The West Common|The West Common][$satchelFlash to false]]">>
<<PickUp "Horseshoe">> <<set $lastScene to "The West Common">> <<if hasVisited("Cut Him Down") || hasVisited("Move On")>> <<set $Q6Passage to "">> <</if>>
<<set _temp to [ "<<button [[Open Satchel|Inventory]]>><</button>> <<button [[Run Away][$satchelFlash to false]]>><</button>> <<button [[I'm sorry, I don't have anything to give you!|No Offering Butcher][$satchelFlash to false]]>><</button>>", ]>> <<Rep _temp>> <<set $lastScene to "ButcherGoStay">>
[[Open Satchel|Inventory]] <<set $satchelFlash to true>> <<set $footerDisplay to "[[To The Alley|Cobbler Alley]][[To The West Common|The West Common]]">>
<<set _temp to [ "<b>Briana:</b> The people of England //must// know what the King is doing to us!", "\'\'Edes:\'\' Indeed. I quite agree.", "I would //very much// like to know more about the occurences you've witnessed or by which you have been the victimized. Did you take any notes, perchance?", "\'\'Briana:\'\' We certainly did!", "Let me take a look...<<set $satchelFlash to true>>", ]>> <<set $lastScene to 'GrievancesEdesEnd'>> <<Rep _temp>>
<<set _temp to [ "//Lenny pours some rum into your flask.//", '\'\'Briana:\'\' The soldiers like to stop me. What can I say? Maybe it\'s a gift.', '\'\'Lenny:\'\' Yeah, some gift. It\'s costing Mr. Meiner a lot of booze. ', '\'\'Briana:\'\' Well, Mr. Meiner is supporting a good cause. ', 'And he doesn\'t ever have to know, you know...', "<<button 'Take the Full Flask of Rum' 'Flask of Rum'>><<set $lastScene to \'The Green Dragon\'>><<set $inventory.delete('Empty Flask')>><</button>>", ]>> <<Rep _temp>>
@@.pulse;//You pick up the <span style='color: #e1755d;'>Journal of Occurrences</span> and stow it in your ''Satchel'' under ''Documents''!//@@<br><br> //Got my very own copy!!// <<set $footerDisplay to "[[Back|Examine The Posters]]">>
<<PickUp "Slingshot">> <<set $lastScene to "The Manufactory House">>
<<set _temp to [ "The bolt is //thrust// into place inside.", "And the air outside the Manufactory becomes still... The birds stop chirping as they wait for what happens next.", "\'\'Briana:\'\' George! It worked! It worked!!! It WORKED!!!", "They all ran away!!!", "It worked!!!!!", "\'\'George:\'\' Briana, you're a genius!", "\'\'Briana: Oh, stop! What can I say? Would you help me feed these poor people now?!!!", "//You turn to the building, and look up at the people.//", "//You yell:// SOLIDARITY!! Open your windows!!", "<<goto 'OpenSatchel'>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Manufactory House]]">>
<<set _temp to [ "As you arrive at the Statehouse, the various shoppers, vendors, and soldiers milling around stop what they're doing and begin to look around.", "As if they've suddenly recalled terribly important appointments they've all forgotten, they rush into the closest alleyways and side streets, leaving the square empty except for you, George, and Gracy.", "The poop cart is working splendidly!", "<<goto 'The Statehouse'>>", ]>> //<<Rep _temp>>// <<set $footerDisplay to "[[Back|The Statehouse]]">>
<<set _temp to [ "As you arrive at the butcher's street, everyone flees<<if !hasVisited('CertificateChoices')>>, including the two obnoxious soldiers posted there.<</if>>", "The flies buzz over the barrels in Sal's cart and you smile with satisfaction.", "George pats you on the back, equally impressed.", "<<goto 'The Butcher Shops'>>", ]>> //<<Rep _temp>>//
<<set _temp to [ "As you angle towards the bakeries, your cart hits a bump in the road and sloshes, rather violently, stirring your vile mixture.", "One soldier squeezes out a sound like a wounded cat as the cloud of foulness hits his nostrils.", "He runs in the other direction.", "The other one, who was slower to catch on, is moaning softly in a bent-over jog, running past you, turning green.", "And then the street is clear.", "<<goto 'The Bakeries'>>", ]>> //<<Rep _temp>>//
<<set _temp to [ "As you approach the East Common, a collective gasp is audible as the smell washes over the people watching the flogging.", "They run in every direction until the only person left in this half of the park is the Preacher.", "<<goto 'The East Common'>>", ]>> //<<Rep _temp>>//
<<set _temp to [ "//Just as another round of flogging is about to begin, the stench from your cart does its work.//", "//Every soldier in the area flees as if they're being chased by bees—all except the man tied to the posts in the center of the clearing.//", '<b>George:</b> Well, look at that: I guess we interrupted another flogging. ', '<b>Briana:</b> Pretty lucky for that guy, hunh? Should we cut him down? ', '<b>George:</b> It can\'t be comfortable to be tied to those branches. But Lobsters deserve what they get, I say!', "<<if !hasVisited('Cut Him Down')>><<button [[Cut Him Down]]>><</button>><</if>><<button [[Move On]]>><</button>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The West Common]]">>
<<set _temp to [ "<b>George:</b> That was awwwesome!!", "//He thrusts his arms in the air.//", "You are a slingshot savior!!", "And using the cart was brilliant!", "So what now, do we just leave it here?", "—make the Lobsters really suffer our wrath?!!", "//At that moment, you hear loud arguing coming from just inside the front door of the building. It's followed by the sound of splintering wood.//", "//The front door of the Manufactory is suddenly pried open, and Aunt Teddy tumbles out.//<<set $teddy to true>>", "//As soon as she's through the door, it's slammed closed. As Teddy runs down the front steps of the building, she spreads her arms out wide, a huge grin on her face.//", "<b>Aunt Teddy:</b> My heroes!!", "<b>George:</b> Aunt Teddy!!", "<b>Aunt Teddy:</b> George!! Briana! Am I glad to see you!!", "The men inside said that the food you shot in here would let them resist the soldiers at least a day or two longer!", "When I told them that I knew you, they agreed to loosen the boards they'd nailed over the front door. They pushed me outside and nailed those boards right back up before any soliders could get in!", "<b>George:</b> And here you are!", "<b>Aunt Teddy:</b> Here I am! Couldn't have done it without you two!", "<b>George:</b> It was all Briana, Aunt Teddy. She was the one who came up with the scheme to use the nightsoil cart and the slingshot!", "<b>Aunt Teddy:</b> Well! I am //very// impressed.", "The two of you should come back to my apartment and I can share a token of my appreciation.", "\'\'Briana:\'\' Ah, yes. George tells me you're quartering Captain Hollister? He stiffed me out of half my wages for the week!", "\'\'Aunt Teddy:\'\' Well! Then I believe I have an opportunity to exact a little revenge AND give you a present.", "<<if !hasVisited('ShootShinyRock') && !hasVisited('HornBroken')>><<goto KillTheUnicorn>><<else>><<button [[Return to Teddy's Apartment|Inside Aunt Teddy's Apartment][$teddy to false]]>><</button>><</if>>", ]>> <<Rep _temp>> <<set $slinging to false>> <<set $satchelFlash to false>> /* "The folks inside the Manufactory were so worried about the soldiers getting in, they didn't want to let me leave.", "Earlier today, a lovely young woman who works here tried escape out of the cellar door to bring us some food. The soldiers caught her, pushed open the cellar door and got into the building!", "Luckily, the factory workers were able to bar the door that went up to the rest of the house.", "After that, the factory folks were being extra cautious and refused to let anyone in our out!", */
<style> #Objects { animation: p-left-100 12.0s ease-in-out forwards; } #Briana { animation: p-left-125 12.0s ease-in-out forwards; } #Setting { animation: p-left-175 12s ease-in-out forwards; } </style> <div class="cutscene"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 955 576"> <defs> <style> .cls-1 { isolation: isolate; } .cls-2 { fill: #ed7a5f; } .cls-3 { opacity: 0.8; fill: url(#linear-gradient); } .cls-4 { fill: #db4246; } .cls-5 { fill: #8d545e; } .cls-6 { fill: #f9a96c; } .cls-7 { fill: #f2aa57; } .cls-8 { fill: #6a4663; } .cls-9 { fill: #92564c; } .cls-10 { fill: #9b9120; } .cls-11 { fill: #b89474; } .cls-12 { fill: #b18868; } .cls-13 { fill: #8e6957; } .cls-14 { fill: #9e7666; } .cls-15 { fill: #a3664a; } .cls-16 { fill: #885b48; } .cls-17 { fill: #d78444; } .cls-18 { fill: #fcb76b; } .cls-19 { fill: #898c1f; } .cls-20 { fill: #bf6928; } .cls-21 { fill: #f4da8f; } .cls-22 { fill: #e08141; } .cls-23 { fill: #ba6125; } .cls-24 { fill: #754c24; } .cls-25 { fill: #512f16; } .cls-26 { fill: #851e07; } .cls-27 { fill: #62341c; } .cls-28 { fill: #ffb45a; } .cls-29 { fill: #603813; } .cls-30 { fill: #db854b; } .cls-31 { fill: #b26029; } .cls-32 { fill: #e59661; } .cls-33 { fill: #c16f36; } .cls-34 { fill: #3d4159; } .cls-35 { fill: #c1272d; } .cls-36 { fill: #ef975b; } .cls-37 { fill: #956c56; } .cls-38 { fill: #b26f38; } .cls-39 { fill: #aa845e; } .cls-40 { fill: #936c4a; } .cls-41 { fill: #be8541; } .cls-42 { fill: #50341a; } .cls-43 { fill: #834f26; } .cls-44 { fill: #281f1b; } .cls-45, .cls-57 { fill: #4d4749; } .cls-45 { fill-rule: evenodd; } .cls-46 { fill: #a35237; } .cls-47 { fill: #38201c; } .cls-48 { fill: #8c6254; } .cls-49 { fill: #733911; } .cls-50 { fill: #825720; } .cls-51 { fill: #ae8b6d; } .cls-52 { fill: #a67324; } .cls-53 { fill: #704a1d; } .cls-54 { fill: #bc9e1e; opacity: 0.5; mix-blend-mode: multiply; } .cls-55 { fill: #411904; } .cls-56 { fill: #7f5a4a; } .cls-58 { fill: #a67226; } .cls-59 { fill: #3f2318; } .cls-60 { fill: #8f4329; } .cls-61 { fill: #f4a360; } .cls-62 { fill: #ab5321; } .cls-63 { fill: #421b19; } .cls-64 { fill: #c57128; } .cls-65 { fill: #8b4e1f; } .cls-66 { fill: #e08d4f; } .cls-67 { fill: #683218; } .cls-68 { fill: #6d523c; } .cls-69 { fill: #a05f32; } .cls-70 { fill: #5b4734; } .cls-71 { fill: #66503b; } .cls-72 { fill: #8c4a3c; } .cls-73 { fill: #734248; } .cls-74 { fill: #78381f; } .cls-75 { fill: #8d4640; } .cls-76 { fill: #603320; } .cls-77 { fill: #a75a5d; } .cls-78 { fill: #4c2c31; } .cls-79 { fill: #773430; } .cls-80 { fill: #1d2124; } .cls-81 { fill: #45493e; } .cls-82 { fill: #422521; } .cls-83 { fill: #38201e; } .cls-84 { fill: #b6946f; } .cls-85 { fill: #322125; } .cls-86 { fill: #939598; } .cls-87 { fill: #fffcdf; } .cls-88 { fill: #ddac3e; } .cls-89 { fill: #bc881e; } .cls-90 { fill: #70862e; } .cls-91 { fill: #f68b1f; } .cls-92 { fill: #dde89a; } .cls-93 { fill: #a3b564; } .cls-94 { fill: #d7df23; } .cls-95 { fill: #82912a; } .cls-96 { fill: #ed1c24; } .cls-97 { fill: #f598a4; } .cls-98 { fill: #e54a4a; } .cls-99 { fill: #ffa14d; } .cls-100 { fill: #b0b316; } .cls-101 { fill: #488645; } .cls-102 { fill: #fda13a; } .cls-103 { fill: #a67c52; } .cls-104 { fill: #663819; } .cls-105 { fill: #562d11; } .cls-106 { fill: #c8c8c3; } .cls-107 { fill: #8d7756; } .cls-108 { fill: #916935; } .cls-109 { fill: #ffeeaf; } .cls-110 { fill: #c69c6d; } .cls-111 { fill: #96a363; } .cls-112 { fill: #476843; } .cls-113 { fill: #96981b; } .cls-114 { fill: #874f29; } .cls-115 { fill: #68513a; } .cls-116 { fill: #543f2d; } </style> <linearGradient id="linear-gradient" x1="351.7522" y1="294.2766" x2="351.7522" y2="-96.4368" gradientUnits="userSpaceOnUse"> <stop offset="0.0056" stop-color="#da6879" stop-opacity="0"/> <stop offset="1" stop-color="#345872"/> </linearGradient> </defs> <g class="cls-1"> <g id="Setting"> <g id="Sky"> <rect class="cls-2" x="39.5745" width="915.4255" height="576"/> <rect class="cls-3" x="39.5745" width="624.3555" height="438.6032"/> <path class="cls-4" d="M271.8546,152.5745l-3.1277.1412A155.3094,155.3094,0,0,0,152,214h0a85.0114,85.0114,0,0,0-74.6024,10.91L28,259.0427,290.1609,396.9985l43.262-90.634Z" transform="translate(187 0)"/> <polygon class="cls-5" points="283.069 82.277 268.941 67.246 245.963 67.246 221.835 49.129 173.58 49.129 162.069 64.561 162.069 103.02 190.069 98.055 324.569 91.055 283.069 82.277"/> <polygon class="cls-6" points="187 91.506 159.83 96.66 141.447 120.404 141.447 129.965 122.298 129.965 110.809 144.149 87.83 161.766 162.128 135.723 187 129.965 187 91.506"/> <polygon class="cls-6" points="487.499 34.678 530.553 38.447 542.809 53 566.553 53 582.638 76.074 603.319 83.543 487.501 72.484 487.499 34.678"/> <path class="cls-7" d="M-21.7382,219.3016l14.3536.2561A146.8133,146.8133,0,0,1,99,268h0a155.5993,155.5993,0,0,1,125.4988,75.8209l16.5141,27.7557L-43.4765,387.31Z" transform="translate(187 0)"/> <polygon class="cls-4" points="446.873 91.166 387.385 102.226 368.372 120.023 322.085 126.673 572.064 124.317 535.372 110.622 530 68.894 477.372 68.894 446.873 91.166"/> <polygon class="cls-8" points="268.25 0.383 342 28 418 28 440 40 466.883 40 487.499 28 538.6 34.678 600.5 0.383 268.25 0.383"/> </g> <g id="Far_back" data-name="Far back"> <polygon class="cls-9" points="488.541 102.684 413.695 135.541 442.323 363 572 360.143 553.586 113.511 488.541 102.684"/> <polygon class="cls-10" points="538.6 161.187 527.658 161.187 532.574 150.836 497.914 134.376 494.895 140.733 490.607 133.306 471.008 144.621 473.331 148.646 466.883 148.646 466.883 171.783 480.149 171.783 470.201 192.731 489.598 201.943 484.242 205.035 493.283 220.694 530.459 199.231 525.145 190.027 538.6 190.027 538.6 161.187"/> <polygon class="cls-10" points="518.777 244.775 497.083 255.841 498.913 259.428 493.232 255.743 485.103 268.273 488.717 270.618 485.195 272.414 490.173 282.172 487.605 286.13 507.845 299.261 522.337 276.924 515.337 272.382 516.386 270.765 515.031 269.886 521.885 266.39 519.475 261.665 525.758 258.46 518.777 244.775"/> <polygon class="cls-10" points="520.051 234.978 505.721 223.785 503.127 227.106 497.902 214.178 491.004 216.966 478.317 207.056 463.391 226.164 469.771 231.147 461.949 234.308 468.489 250.489 477.496 246.849 475.449 249.47 482.326 254.842 485.548 250.717 486.994 254.297 497.954 249.867 504.455 254.944 520.051 234.978"/> </g> <g id="Right"> <g id="Floor"> <polygon class="cls-11" points="955 576 152.171 576 152.171 384.612 955 318.934 955 576"/> <path class="cls-12" d="M124.51,371.5766c0,2.2715,643.49,46.4893,643.49,46.4893V314Z" transform="translate(187 0)"/> <polygon class="cls-13" points="955 418.066 312.275 371.577 955 436.6 955 418.066"/> <polygon class="cls-14" points="848 370 754.681 403.577 312.275 371.577 822.383 327.404 848 370"/> <path class="cls-15" d="M606.0509,466.2518v42.339L368.5,554.5892l-206-89.9253s140.5638-27.8226,145.4362-25.2384S606.0509,466.2518,606.0509,466.2518Z" transform="translate(187 0)"/> <polygon class="cls-14" points="922 371.577 892 397.611 955 403.043 955 375.66 922 371.577"/> </g> <g id="Building"> <polygon class="cls-16" points="954.745 333.383 529.745 328.383 490.745 0.383 954.745 0.383 954.745 333.383"/> <rect class="cls-17" x="726.7935" y="177" width="95.5895" height="164"/> <rect class="cls-18" x="872" y="184" width="66" height="135"/> <rect class="cls-17" x="633" y="177" width="70" height="142"/> <path class="cls-18" d="M642,0l19,370,107-24V0Zm86,297H700V199h35Zm7-141H694l6-109,40,6Z" transform="translate(187 0)"/> <g id="People"> <path class="cls-19" d="M603.5593,83.6089l-9.5507,8.2435-2.1237-4.2779h0a14.6609,14.6609,0,0,0-8.445,13.5532l.57,30.5087,33.5372,3.2208-2.8955-49.4011Z" transform="translate(187 0)"/> <polygon class="cls-20" points="770 119 758 130 764 137 767 138 770 144 773 158 802 156 805 145 792 124 787 120 770 119"/> <path class="cls-21" d="M574.33,126.948,572,127H560l-14-2-7-5-5,5v14s8,7,7,6,16-3,16-3l2,17,27-1-3-14-2-8h-5l-5-6Z" transform="translate(187 0)"/> <polygon class="cls-22" points="775.444 82.106 780.638 92 790 83.543 785.845 78.277 775.444 82.106"/> <ellipse class="cls-22" cx="774.5556" cy="72.0213" rx="11.2895" ry="13.4043"/> <polygon class="cls-23" points="770.298 68.894 766.947 74.351 768 76.074 771.543 76.074 770.298 68.894"/> <ellipse class="cls-23" cx="771.9001" cy="79.0904" rx="2.6554" ry="0.8138"/> <circle class="cls-24" cx="774.1995" cy="69.7314" r="0.8378"/> <circle class="cls-24" cx="766.9468" cy="69.7314" r="0.8378"/> <path class="cls-25" d="M583.2979,62s3.8439-1.7234,5.3688,1.34,4.5886,18.0958,4.5886,18.0958l4.117,2.1064,7.2766-3.6383.9575-5.649-2.8724-2.234L598.845,61.517l-7.6961-4.5915-12.04.9575L576,62.2872l-2.8511,14.7447-2.6808-.9574-1.149,3.83L574,82.1064l1.9092-1.0428a3.68,3.68,0,0,0,1.9-3.5678l-.6733-7.2945A9.5427,9.5427,0,0,1,578.984,63.5C580.0962,62.053,581.5864,60.9907,583.2979,62Z" transform="translate(187 0)"/> <polygon class="cls-26" points="765.252 59.098 774.556 60.149 783.83 68.894 788.225 67.945 791 60.404 785 51.979 770.27 51.979 765.252 59.098"/> </g> <polygon class="cls-27" points="622 207.322 555.5 207.322 555.5 34.678 609 40.805 622 207.322"/> <path class="cls-17" d="M661,126h-7L649,0H294l25.8527,336.0853L661,370l-6-151h6ZM329,164,316,47h15l12,117Zm26,0L343,40h18l7,124Zm34,45L376,81l8-27h19l16,28,12,124ZM431,32l46-4,20,143H454Zm33,278-9-111h42l10,111Zm150,0H565l-6-111,55-4ZM559,159,543,25h67l9,131Z" transform="translate(187 0)"/> <g id="People_leaning" data-name="People leaning"> <path class="cls-28" d="M569.7,123.85A10.9955,10.9955,0,0,0,562,105c-6.0751,0-7.0789,2.2366-9,8-1,3-1.7039,7.0627,0,9a16.1429,16.1429,0,0,0,7.0006,4.6984l-.0006,0L563,132l9-5-1-2.5Z" transform="translate(187 0)"/> <polygon class="cls-29" points="759.244 112 755 117 755 123 759 125 759 122 761 121 761 117 763 113 758 103 748 101 739 106 740 112 748 106 755.913 107.444 754 109 755 113 758 111 759.244 112"/> <circle class="cls-29" cx="747" cy="112" r="1"/> <circle class="cls-29" cx="753" cy="115" r="1"/> <polygon class="cls-30" points="750 112 748 114 745 114 745 117 748 118 750 116 751 113 750 112"/> <ellipse class="cls-31" cx="747.5" cy="120" rx="3.5" ry="1"/> <polygon class="cls-21" points="742.095 126.299 732.191 124.426 726 120 721 125 721 140.335 728 145 744.421 142.158 742.095 126.299"/> <polygon class="cls-32" points="758.818 129.543 742.383 136.434 738.577 131.973 733.369 129.75 733.027 131.613 735.99 133.469 735.523 134.215 730.566 134.227 726.794 134.981 727.512 136.469 731.876 136.086 728.697 137.211 729.415 138.699 736.742 140.172 756.507 139.126 763 136 758.818 129.543"/> <polygon class="cls-32" points="774.065 137.722 758.805 154.305 755.462 153.046 751.314 152.386 751.088 153.804 753.74 154.954 754.319 155.773 749.833 157.24 746.377 156.69 746.264 157.399 749.43 159.494 754.355 160.278 760.503 158.666 779.462 148.222 783.157 141.711 774.065 137.722"/> <path class="cls-32" d="M600,120l-2.851-2.851a13.9536,13.9536,0,0,0,2.4065-7.9268c0-7.057-4.9746-12.7777-11.111-12.7777s-11.1112,5.7207-11.1112,12.7777S582.3079,122,588.4445,122a9.7557,9.7557,0,0,0,2.25-.2629L592,125Z" transform="translate(187 0)"/> <polygon class="cls-33" points="769.889 106.444 768.778 108.825 767.667 110.413 768.778 112 772.111 112 772.111 106.444 769.889 106.444"/> <circle class="cls-34" cx="775.5556" cy="107.4444" r="1"/> <circle class="cls-34" cx="767.5556" cy="107.4444" r="1"/> <path class="cls-35" d="M580.6667,113.1111A4.11,4.11,0,0,0,584,115.3333c2.2222,0,4.4444-2.2222,4.4444-2.2222Z" transform="translate(187 0)"/> <path class="cls-24" d="M582.8889,99.7778V102l4.4444,1.1111-1.1111-3.3333,3.3334,3.3333H594v4.4445l2.2222-1.1112,2.2222,2.2223L596.2222,112l-1.1111,1.1111,2.26,3.7025,4.4066-.3692L602.8889,112l-2.2222-2.2222L604,110.8889l-1.1111-5.5556c.2778,0,.1677-.5175-.1537-1.2937a14.7,14.7,0,0,0-10.0993-8.5409l-4.0251-.9982a10.524,10.524,0,0,0-7.696,1.044l-5.5223,3.1089L574,104.2222l4.1543.1788Z" transform="translate(187 0)"/> <polygon class="cls-24" points="804.423 133.04 794 132 785 138 782.681 157.166 806 156 804.423 133.04"/> <polygon class="cls-36" points="787 139 793 136 801 139 805.216 144.583 806 156 787 157 785 151 787 139"/> <circle class="cls-37" cx="788" cy="146" r="1"/> <circle class="cls-37" cx="798" cy="146" r="1"/> <polygon class="cls-38" points="792 145 791 149 790 150 790 152 793 153 792 145"/> <polygon class="cls-35" points="790 155 793 156 797 154 790 155"/> <polygon class="cls-28" points="724.585 121.415 717.319 116 717.83 112 714.894 108.444 712.979 109.222 715.149 113 708.894 109.809 705.574 109.222 705.574 110.722 711.064 112 704.809 113 705.319 114.222 710.17 116 705.319 116 705.83 116.814 711.191 118 714.697 120 717.064 120 721 125 724.585 121.415"/> </g> <polygon class="cls-39" points="654.338 351.499 577 363 528 335 528 203 617 198 654.338 351.499"/> <polygon class="cls-40" points="547 213 622 209 622 218.556 547 224 547 213"/> <polygon class="cls-40" points="551 231 626 227 626 236.556 551 242 551 231"/> <polygon class="cls-40" points="555 249 630 245 630 254.556 555 260 555 249"/> <polygon class="cls-40" points="560 268 635 264 635 273.556 560 279 560 268"/> <polygon class="cls-40" points="563 284 638 280 638 289.556 563 295 563 284"/> <polygon class="cls-40" points="568 301 643 297 643 306.556 568 312 568 301"/> <polygon class="cls-40" points="572 322 647 314 647 323.556 572 333 572 322"/> <polygon class="cls-40" points="576 341 651 331 651 340.556 576 351 576 341"/> <polygon class="cls-41" points="908.191 50.179 885.749 69.731 883.78 105.502 926.348 66.431 927 53 908.191 50.179"/> <polygon class="cls-41" points="924.646 101.5 883.157 116.814 882.006 137.722 923.141 132.5 924.646 101.5"/> <polygon class="cls-42" points="955 294.442 922 304.5 922 371.577 955 375.66 955 294.442"/> <polygon class="cls-43" points="768.556 185 847.817 190.334 955 185 954.745 194.5 848.511 203 770.437 194 768.556 185"/> </g> <g id="Cart"> <path class="cls-44" d="M261.832,305.8887l-15.1848,7.6881.8432-14.1476-8.1964,11.2273-2.6359-11.792-7.3346,11.9329.046,5.9618L221.8114,329.81l.656,3.07-1.9611,5.142-5.7214,18.2332L217.91,364.35l4.7464,1.7816,11.3664-5.0887-.1056-3.52,17.798-8.3483,3.607-3.6035,40.5378-2.865c-.0865-.3987-1.0986-43.6215-1.0986-43.6215Z" transform="translate(187 0)"/> <polygon class="cls-44" points="592.827 437.679 587.064 408.535 577.098 394.466 581.788 364.275 571.529 325.292 551.486 311.342 516.042 305.663 480.056 298.96 464.484 303.907 454.037 336.565 460.933 364.835 460.928 365.041 465.185 399.695 467.29 435.447 463.133 446.474 472.58 445.902 475.673 436.259 481.155 431.763 475.65 393.525 479.212 370.291 495.365 378.076 495.365 406.654 495.365 423.948 493.045 431.862 495.365 434.793 493.045 445.414 503.89 445.414 504.769 437.724 508.58 434.5 506.846 414.111 510.925 401.378 512.174 378.967 522.065 375.591 526.39 397.69 539.58 423.338 537.563 438.705 534.705 446.593 537.581 451.814 532.563 461.494 546.914 461.473 552.065 450.961 557.02 412.9 556.221 399.967 559.263 387.277 568.654 403.552 573.288 414.398 573.311 436.507 576.022 445.886 571.388 456.596 584.815 456.596 588.04 447.965 587.16 443.835 592.827 437.679"/> <polygon class="cls-45" points="491.591 301.109 477.873 311.617 474.178 340.23 474.178 352.865 482.477 371.865 488.844 374.933 482.86 356.29 480.554 334.865 485.427 313.865 498.545 302.404 491.591 301.109"/> <polygon class="cls-45" points="520.423 306.365 512.725 325.365 512.725 358.729 502.741 348.975 502.741 320.269 511.757 304.865 520.423 306.365"/> <polygon class="cls-45" points="456.292 345.812 463.703 350.524 477.873 350.524 479.788 356.269 465.618 358.729 458.682 355.607 456.292 345.812"/> <polygon class="cls-45" points="444.927 307.866 433.728 312.225 431.814 316.944 422.767 331.818 414.361 322.228 412.923 321.656 411.336 325.092 420.157 336.162 411.015 353.042 407.921 351.014 405.698 345.486 404.046 349.362 405.592 352.818 413.266 358.441 419.404 358.729 423.426 356.999 425.128 355.192 416.41 356.58 412.145 353.784 422.318 338.875 427.942 345.934 436.623 350.812 439.64 349.201 439.09 346.879 432.97 343.457 425.149 334.535 434.87 319.281 444.927 307.866"/> <ellipse class="cls-46" cx="604.4544" cy="419.3334" rx="48.0757" ry="35.3661" transform="translate(256.3769 924.2073) rotate(-78.087)"/> <ellipse class="cls-47" cx="598.4467" cy="418.0659" rx="48.0757" ry="35.3661" transform="translate(252.8495 917.3232) rotate(-78.087)"/> <polygon class="cls-48" points="549.272 345.395 653.246 334.865 835.193 350.647 830.772 425.8 705.695 449.826 592.051 423.589 549.272 345.395"/> <g id="Layer_17" data-name="Layer 17"> <polygon class="cls-49" points="689.669 341 695.962 354.433 700.384 347.716 793.051 351.257 793.051 371.878 687.064 392.346 622.585 365.255 642 341 689.669 341"/> <polygon class="cls-50" points="642 341 664.5 336.085 689.669 341 692.232 347.511 676.851 355.17 654.338 355.17 643 349.62 642 341"/> <polygon class="cls-51" points="700.384 345.412 722.884 341 748.053 345.412 750.616 351.257 735.235 358.134 712.722 358.134 701.384 353.151 700.384 345.412"/> <polygon class="cls-51" points="588.935 346.845 611.435 342.433 636.604 346.845 639.167 352.69 623.786 359.567 601.272 359.567 589.935 354.584 588.935 346.845"/> <polygon class="cls-52" points="742.819 345.412 765.319 341 790.488 345.412 793.051 351.257 777.67 358.134 755.156 358.134 743.819 353.151 742.819 345.412"/> <polygon class="cls-53" points="673.462 358.845 695.962 354.433 721.132 358.845 723.694 364.69 708.313 371.567 685.8 371.567 674.462 366.584 673.462 358.845"/> <polygon class="cls-54" points="707.818 239.478 673.462 259 684 280 654.338 269.406 618 298.865 626 326.2 611.6 331 605.5 351 633 369.631 667.116 363 694 384.612 771.783 371.567 775.667 349.567 800 338.021 806 314 795.98 309.492 806 282.232 791.5 248 767.507 239.478 768.964 224 749.485 217.643 749.485 207.322 711.319 195 690.638 207.056 691.749 235 707.818 239.478"/> <path class="cls-55" d="M549.838,325.9706l2.8216-3.0345h-1.9149l-1.1585,2.8711a.8229.8229,0,0,0-.31-.0626.8114.8114,0,0,0-.4912.1787l-2.2535-2.9872h-2.2978l4.3816,3.1615a.81.81,0,0,0-.1689.4768.83.83,0,1,0,1.66,0A.8212.8212,0,0,0,549.838,325.9706Z" transform="translate(187 0)"/> <path class="cls-55" d="M571.6384,349.1419l4.1166-.4722L574.3,347.4251l-2.7465,1.4289a.8236.8236,0,0,0-.1947-.2488.811.811,0,0,0-.4894-.1835l.2291-3.7348-1.7463-1.4935,1.275,5.25a.8093.8093,0,0,0-.4383.2526.83.83,0,0,0,1.2612,1.0787A.8213.8213,0,0,0,571.6384,349.1419Z" transform="translate(187 0)"/> <path class="cls-55" d="M482.1922,345.5465l-1.4075-3.8972-.876,1.7027,2.0229,2.3437a.8226.8226,0,0,0-.1973.2467.8119.8119,0,0,0-.0659.5185l-3.6871.6371-1.0513,2.0433,4.8159-2.45a.8093.8093,0,0,0,.3467.3684.83.83,0,0,0,.7592-1.4758A.8215.8215,0,0,0,482.1922,345.5465Z" transform="translate(187 0)"/> <path class="cls-55" d="M593.0255,333.189l3.5754-2.0944-1.8339-.5509-1.9356,2.4163a.8229.8229,0,0,0-.2785-.149.8112.8112,0,0,0-.5219.03l-1.2987-3.5092-2.2007-.6612,3.2868,4.2885a.8093.8093,0,0,0-.299.4081.83.83,0,0,0,1.5894.4775A.821.821,0,0,0,593.0255,333.189Z" transform="translate(187 0)"/> <path class="cls-55" d="M488.6387,314.4519l4.02-1.0037-1.6048-1.0447-2.5373,1.7741a.8237.8237,0,0,0-.2253-.2214.8112.8112,0,0,0-.5091-.1182l-.2589-3.7329-1.9257-1.2536,1.9473,5.04a.8093.8093,0,0,0-.4017.3074.83.83,0,1,0,1.3908.9055A.8213.8213,0,0,0,488.6387,314.4519Z" transform="translate(187 0)"/> <path class="cls-55" d="M519.0045,270.8981l2.4574-3.3363-1.9024.2182-.8238,2.9844a.8214.8214,0,0,0-.3147-.0268.8109.8109,0,0,0-.4677.2334l-2.5791-2.7109-2.2829.2618,4.7134,2.6416a.8092.8092,0,0,0-.1135.493.83.83,0,0,0,1.6487-.1891A.8209.8209,0,0,0,519.0045,270.8981Z" transform="translate(187 0)"/> <path class="cls-55" d="M552.3107,336.551l-1.4074-3.8972-.8761,1.7027L552.05,336.7a.8232.8232,0,0,0-.1972.2467.8108.8108,0,0,0-.0659.5185l-3.6872.6372-1.0513,2.0433,4.8159-2.45a.8091.8091,0,0,0,.3467.3683.83.83,0,1,0,.7593-1.4757A.8214.8214,0,0,0,552.3107,336.551Z" transform="translate(187 0)"/> </g> <polygon class="cls-56" points="549.272 345.395 709.037 367.856 835.193 350.647 830.772 425.8 705.695 449.826 555.714 415.2 548.305 408.544 549.272 345.395"/> <ellipse class="cls-46" cx="468.4258" cy="436.6" rx="35.3661" ry="48.0757" transform="translate(70.1869 176.7198) rotate(-19.042)"/> <ellipse class="cls-47" cx="462.6219" cy="438.6032" rx="35.3661" ry="48.0757" transform="translate(69.2157 174.9358) rotate(-19.042)"/> <path class="cls-57" d="M129.817,525.0453c.0122.0973.0752.1064.1632.0717C129.8427,524.8112,129.7823,524.7671,129.817,525.0453Z" transform="translate(187 0)"/> <polygon class="cls-56" points="554.64 364.865 474.178 340.23 474.178 352.865 554.64 384.612 554.64 364.865"/> </g> <g id="George"> <polygon class="cls-15" points="825.495 526.652 854.47 532.39 826.319 551.326 826.331 562.993 853.126 565.426 882.093 543.884 908.05 546.631 908.05 561.596 901.2 576 679.598 576 751 543.373 825.495 526.652"/> <polygon class="cls-58" points="855.413 296.755 835.925 299.339 799.851 328.173 798.954 345.918 812.795 355.428 825.92 353.696 834.53 341.863 839.22 379.492 844.927 395.017 861.699 402.78 903.229 398.122 905.17 368.042 913.903 368.042 921.472 358.145 926.044 349.428 920.073 332.944 908.671 309.727 894.61 297.847 875.001 295.081 855.413 296.755"/> <path class="cls-59" d="M646.4568,378.6092l-1.98,76.6858,3.6036,60.2577-9.586,11.0994-16.4278,7.1121,7.1792,5.1815,27.56-2.95L667.47,532.39l-2.7141-16.0976,8.0308-5.2888L671.341,455.295l3.9073-47.7768,13.4811,56.694,10.0692,55.78,5.8192,11.6954-2.5189,4.9426-7.0056,7.2537-.6478,4.88a3.8685,3.8685,0,0,0,3.39,4.3518l7.2671.8416a16.2037,16.2037,0,0,0,13.46-4.7788l2.4869-2.5483V520.7324l8.7369-9.7285L721.05,455.295l-8.0438-69.8018-11.4849-1.12-23.9795,7.56Z" transform="translate(187 0)"/> <polygon class="cls-60" points="853.126 295.167 845.86 314.271 849.135 357.806 853.126 391.489 849.135 407.402 831.156 396.534 829.85 383.585 834.53 340.275 832.395 325.036 835.925 297.751 853.126 295.167"/> <polygon class="cls-60" points="875.001 293.493 869.527 324.482 875.001 368.084 880.823 409.731 899.736 409.731 908.671 393.817 905.17 366.454 897.019 356.169 897.019 313.086 894.61 296.258 875.001 293.493"/> <polygon class="cls-61" points="844.927 246.723 839.875 261.181 840.894 266.518 838.71 270.787 840.069 282.079 845.26 288.641 853.126 290.776 853.126 301.45 863.842 307.078 875.001 293.493 873.254 285.73 880.823 270.787 880.823 256.232 867.044 242.454 844.927 246.723"/> <path class="cls-62" d="M697.1219,275.8087l1.3585-14.1273-2.8066-6.302a24.1556,24.1556,0,0,0-14.5977-13.1447l-3.7264-1.2116a22.2815,22.2815,0,0,0-12.7789-.2992l-1.4023.3844a15.7117,15.7117,0,0,0-8.0956,5.3129h0a12.9427,12.9427,0,0,0-2.7747,9.5225l.5767,5.2373,3.6947-10.5741,6.0572-3.4649,18,2.7483v4.9835l4.0754,6.8076v6.1827l3.5485-2.6486,2.2735,1.466,1.7467,2.9413-1.3586,4.6576-3.8813,3.0565-2.1347,3.4625.97,6.6775,2.3287,1.9407,10.48-3.8814,2.3288-3.4575Z" transform="translate(187 0)"/> <polygon class="cls-61" points="815.176 301.034 820.094 300.444 829.866 292.644 829.468 286.626 831.156 283.172 828.827 278.482 812.574 278.432 804.213 294.555 789.345 332.271 798.954 344.329 814.078 338.234 815.176 301.034"/> <polygon class="cls-61" points="900.512 302.915 894.61 296.258 884.728 299.587 880.928 307.078 885.998 315.504 891.197 316.176 891.197 322.304 896.728 327.592 900.512 362.67 913.903 366.454 921.472 356.557 920.073 350.373 905.752 320.762 900.512 302.915"/> <polygon class="cls-63" points="855.413 266.146 857.965 263.913 861.319 264.868 863.842 266.518 859.524 266.033 855.413 266.146"/> <polygon class="cls-63" points="848.511 266.518 846.279 263.413 842.834 264.383 842.01 266.518 845.26 265.256 848.511 266.518"/> <polygon class="cls-63" points="849.627 263.413 848.559 260.987 843.32 258.949 841.379 260.211 840.894 262.733 843.028 261.181 848.074 263.413 849.627 263.413"/> <polygon class="cls-63" points="855.94 259.838 853.902 261.681 853.126 261.196 853.999 263.913 859.142 261.681 863.509 262.312 866.129 263.913 863.121 260.711 859.239 259.45 855.94 259.838"/> <ellipse class="cls-63" cx="858.005" cy="266.6815" rx="1.6223" ry="1.1826"/> <ellipse class="cls-63" cx="844.9267" cy="266.5178" rx="1.7405" ry="1.3463"/> <polygon class="cls-64" points="850.937 264.965 847.638 269.623 845.879 274.28 852.392 274.28 852.392 266.845 850.937 264.965"/> <polygon class="cls-65" points="845.879 274.28 849.578 277.337 852.392 274.28 845.879 274.28"/> <path class="cls-63" d="M658.26,279.52s.8248,2.911,5.2883,2.5229a16.3726,16.3726,0,0,0,7.4565-2.5229Z" transform="translate(187 0)"/> <polygon class="cls-59" points="853.126 295.167 853.126 301.45 859.767 304.937 866.129 303.566 875.001 293.493 874.336 297.256 869.527 307.078 862.499 309.456 861.563 318.391 855.413 319.308 856.383 311.381 852.392 319.308 847.817 315.642 852.392 309.456 849.627 304.368 849.039 298.393 850.566 295.167 853.126 295.167"/> <polygon class="cls-66" points="896.728 327.592 908.671 353.638 921.472 358.145 913.903 366.454 900.512 362.67 896.728 327.592"/> <polygon class="cls-66" points="815.176 301.034 820.094 300.444 825.337 296.258 822.383 288 813.191 289.418 803.249 297 789.345 332.271 798.954 344.329 814.078 338.234 815.176 301.034"/> <polygon class="cls-66" points="853.126 290.776 859.627 289.806 863.612 304.108 859.767 304.937 853.126 301.45 853.126 290.776"/> <polygon class="cls-67" points="852.392 242.454 849.627 244.234 849.627 247.142 852.392 242.454"/> <polygon class="cls-67" points="852.392 247.564 856.383 243.979 861.957 244.798 852.392 247.564"/> </g> <g id="Layer_31" data-name="Layer 31"> <polygon class="cls-68" points="677.276 19.167 667.452 14.957 623.73 174.993 633.554 179.202 677.276 19.167"/> <polygon class="cls-68" points="690.402 61.787 680.558 57.644 649.499 173.247 659.343 177.389 690.402 61.787"/> <ellipse class="cls-27" cx="630.2484" cy="170.4921" rx="1.1346" ry="1.2981"/> <ellipse class="cls-27" cx="655.7433" cy="170.4921" rx="1.1346" ry="1.2981"/> <ellipse class="cls-27" cx="683.9731" cy="66.1849" rx="1.1346" ry="1.2981"/> <ellipse class="cls-27" cx="670.4629" cy="23.9317" rx="1.1346" ry="1.2981"/> <polygon class="cls-69" points="684.392 144.443 694.507 130.46 617.608 49.215 607.493 63.198 684.392 144.443"/> <ellipse class="cls-27" cx="618.5147" cy="62.9367" rx="1.1346" ry="1.2981"/> <ellipse class="cls-27" cx="686.2071" cy="134.5251" rx="1.1346" ry="1.2981"/> <ellipse class="cls-27" cx="667.9735" cy="114.6005" rx="1.1346" ry="1.2981"/> <ellipse class="cls-27" cx="650.5412" cy="96.6115" rx="1.1346" ry="1.2981"/> <rect class="cls-70" x="707.2967" y="36.7481" width="10.6018" height="119.3839" transform="translate(472.5859 -482.1418) rotate(45.8642)"/> <rect class="cls-70" x="715.7767" y="66.465" width="10.6018" height="104.5321" transform="translate(491.1587 -481.4595) rotate(45.8642)"/> <rect class="cls-71" x="706.9127" y="45.9004" width="15.6882" height="105.8015" transform="translate(1483.5326 -328.0196) rotate(135.8642)"/> </g> </g> <g id="Left_side" data-name="Left side"> <g id="Other_building" data-name="Other building"> <polygon class="cls-72" points="0 498.5 0 576 555.5 576 277.75 468.5 0 498.5"/> <polygon class="cls-73" points="254.109 501.545 215 518.127 187 539.122 78.5 576 0 576 0 498.5 265 478.106 254.109 501.545"/> <polygon class="cls-74" points="212.513 365.506 246.109 356.455 275.109 371.288 285.109 472.109 254.109 501.545 212.513 487.462 212.513 365.506"/> <polygon class="cls-75" points="215 436.6 113.489 449.826 0 125 215 125 215 436.6"/> <rect class="cls-76" y="125.4468" width="113.4894" height="324.3797"/> <polygon class="cls-77" points="171.319 68.894 265 136 125.362 182 0 125.447 0 0 177.447 0 171.319 68.894"/> <polygon class="cls-78" points="0 125.447 129.957 178.617 265 136 265 143 132.5 194.5 0 133.306 0 125.447"/> <polygon class="cls-79" points="171.319 68.894 0 85.426 0 0 177.447 0 171.319 68.894"/> <rect class="cls-80" x="30.0471" y="211" width="48.4529" height="120"/> <polygon class="cls-81" points="187 324.963 143.524 332.018 143.524 212.018 187 212.018 187 324.963"/> <polygon class="cls-82" points="0 370 30.047 357.6 88.723 359.847 107.5 374.933 125.362 436.6 113.489 508 93.5 537.436 41.106 547.043 0 537.436 0 370"/> <polygon class="cls-82" points="107.5 396.928 143.524 359.847 200.426 362.421 231.495 384.575 243.319 466.281 231.495 525.135 187 539.122 132.5 537.436 107.5 508 107.5 396.928"/> </g> </g> </g> <g id="Objects"> <g id="Horseshoe"> <polygon class="cls-83" points="693.64 103.781 690.812 93.624 678.248 88.509 659.952 90.352 646.891 102.457 643.946 111.302 640.136 111.699 640.136 117.987 646.891 116.616 655.724 104.338 670.665 96.977 683.068 99.921 684.196 111.699 672.286 125.811 672.286 132.309 678.558 134.095 680.249 125.811 690.812 117.987 694 105.074 694 102.322 693.64 103.781"/> <polygon class="cls-84" points="640.136 115.235 646.891 113.865 655.724 101.586 670.665 94.226 683.068 97.17 684.196 108.947 672.286 123.059 672.286 129.557 678.558 131.343 680.249 123.059 690.812 115.235 694 102.322 690.812 90.872 678.248 85.757 659.952 87.601 646.891 99.705 643.946 108.55 640.136 108.947 640.136 115.235"/> <circle class="cls-21" cx="643.5078" cy="111.5422" r="1.1276"/> <circle class="cls-21" cx="676.1148" cy="126.3891" r="1.1276"/> <circle class="cls-21" cx="684.196" cy="115.7708" r="1.1276"/> <circle class="cls-21" cx="688.8004" cy="108.55" r="1.1276"/> <circle class="cls-21" cx="688.8004" cy="101.3293" r="1.1276"/> <circle class="cls-21" cx="665.3084" cy="91.0572" r="1.1276"/> <circle class="cls-21" cx="680.2759" cy="91.0572" r="1.1276"/> <circle class="cls-21" cx="656.4754" cy="94.7454" r="1.1276"/> <circle class="cls-21" cx="650.8374" cy="101.3293" r="1.1276"/> </g> <g id="Shiny_Rock" data-name="Shiny Rock"> <polygon class="cls-85" points="680.681 76.074 670.724 76.074 663.93 92 669.951 96.444 686.207 92 687.342 85.138 683.973 78.277 680.681 76.074"/> <polygon class="cls-86" points="674.553 78.085 671.777 78.564 671.777 85.84 685.108 86.259 676.372 83.16 674.553 78.085"/> <polygon class="cls-86" points="669.951 83.447 670.628 86.259 665.457 90.819 666.839 85.182 669.951 83.447"/> <polygon class="cls-87" points="671.777 78.564 675.636 85.962 671.777 85.84 671.617 78.851 671.777 78.564"/> <polygon class="cls-87" points="666.839 85.182 670.628 86.259 669.951 83.447 666.839 85.182"/> </g> <g id="Potato"> <polygon class="cls-88" points="666.269 87.851 678.131 80.752 691.983 84.277 692.333 93.519 682.268 97.91 678.579 103.672 667.403 102.684 663.93 95.313 666.269 87.851"/> <path class="cls-89" d="M479.2686,87.8511l1.7049,7.4619,7.9839,2.5969,14.4449-5.0294s2.0673-3.2412,1.93-3.1145,0,4.468,0,4.468l-7.2248,7.149-6.5289,2.2894-11.1753-.9884-4.0844-7.371Z" transform="translate(187 0)"/> <polygon class="cls-89" points="671.968 86.223 671.298 86.989 673.309 86.989 671.968 86.223"/> <polygon class="cls-89" points="680.585 87.851 679.245 87.851 679.245 89.67 681.16 89.287 680.585 87.851"/> <polygon class="cls-89" points="675.319 92.638 676.851 94.553 674.17 94.553 675.319 92.638"/> <polygon class="cls-89" points="687 87.851 685.108 89.67 687 90.053 687 87.851"/> <polygon class="cls-89" points="689.011 84.213 689.394 86.223 687.383 84.213 689.011 84.213"/> <polygon class="cls-89" points="679.88 81.197 678.766 83.255 681.611 81.638 679.88 81.197"/> </g> <g id="Carrot"> <polygon class="cls-90" points="691.438 65.614 695.099 61.993 699.353 62.111 698.973 65.714 696.133 66.973 700.737 67.617 702.931 72.585 699.598 75.179 696.09 73.39 695.293 75.635 690.615 74.281 685.126 73.466 678.699 77.487 677.448 76.11 687.977 65.627 691.438 65.614"/> <polygon class="cls-91" points="646.114 105.225 663.216 82.17 673.899 75.083 678.774 76.493 678.267 83.209 646.114 105.225"/> </g> <g id="Flask"> <polygon class="cls-92" points="710.781 90.406 701.217 89.004 703.368 86.1 701.624 81.085 694.697 82.225 689.649 87.308 682.893 86.318 675.932 88.659 656.878 118.586 659.759 125.612 692.99 130.969 698.795 127.004 714.697 98.092 710.781 90.406"/> <polygon class="cls-93" points="710.781 90.406 709.691 96.811 695.301 122.466 689.012 125.612 660.604 122.466 656.878 118.586 659.759 125.612 692.99 130.969 698.795 127.004 714.697 98.092 710.781 90.406"/> <polygon class="cls-94" points="677.041 94.201 679.047 90.406 706.253 93.235 703.695 96.811 677.041 94.201"/> </g> <g id="Strawberry"> <polygon class="cls-95" points="671.182 87.904 672.383 85.553 673.787 87.404 673.787 89.255 674.809 88.745 676.66 89.255 675.128 90.723 676.34 91.106 677.27 92.306 674.809 92.957 675.574 94.298 675.255 96.277 673.414 95.313 671.182 87.904"/> <polygon class="cls-90" points="682.532 72.468 683.234 70.234 684.574 71.957 683.973 73.553 685.108 73.553 687.319 74.574 685.596 76.298 684.638 76.745 685.532 78.085 684.511 79.681 682.532 77.064 682.532 72.468"/> <polygon class="cls-96" points="660.178 94.191 663.93 86.702 669.951 86.702 673.787 90.447 673.414 95.313 666.983 97.91 660.178 94.191"/> <polygon class="cls-96" points="670.458 72.665 677.493 68.12 682.68 71.178 684.082 76.352 681.289 80.355 674.43 79.325 670.458 72.665"/> <polygon class="cls-97" points="669 87.66 666.983 87.66 665.84 88.617 668.426 89.191 670.458 89.191 669 87.66"/> <polygon class="cls-97" points="669.096 90.053 671.83 90.053 672.089 90.915 669.951 91.489 669.096 90.053"/> <polygon class="cls-97" points="670.458 72.665 682.68 71.178 677.493 68.12 670.458 72.665"/> </g> <g id="Peach"> <path class="cls-98" d="M471.6137,109.2909l1.0069-7.9358a15.2115,15.2115,0,0,1,10.7006-12.6495l1.1671-.3518A11.89,11.89,0,0,1,495.8961,90.92l2.7031,2.4451a15.074,15.074,0,0,1,4.9621,11.1791h0a10.2442,10.2442,0,0,1-6.1135,9.3744h0a20.6256,20.6256,0,0,1-17.6377-.4754Z" transform="translate(187 0)"/> <path class="cls-99" d="M471.6137,109.2909l15.9738,1.7026,10.3023-6.693,1.5825-9.7443,1.0566.9806a13.34,13.34,0,0,1,4.1183,11.7555h0a12.1876,12.1876,0,0,1-7.9931,9.6847h0a17.9109,17.9109,0,0,1-15.4569-1.6982Z" transform="translate(187 0)"/> <polygon class="cls-99" points="683.307 94.556 681.78 100.083 674.587 101.759 683.307 94.556"/> <polygon class="cls-100" points="686.472 94.556 687.85 87.848 675.843 79.904 681.006 89.525 686.472 94.556"/> <polygon class="cls-101" points="687.85 87.848 679.382 86.499 675.843 79.904 687.85 87.848"/> </g> <g id="Bread"> <polygon class="cls-102" points="706 64 695 62 683 66 664 85 663 89 669 100 690 103 710 78 706 64"/> <polygon class="cls-103" points="706 64 694 75 691 79 681 89 677 90 663 90 669 100 686.5 103 690 103 710 78 706 64"/> </g> <g id="Sausage"> <polygon class="cls-35" points="699 69 694 67 677 75 676 79 681 81 699 74 699 69"/> <polygon class="cls-35" points="667 103 671 100 677 83 676 79 670 81 663 98 667 103"/> <polygon class="cls-26" points="699 69 687 76 676 79 681 81 699 74 699 69"/> <polygon class="cls-26" points="663 98 667 98 671 93 676 79 677 83 671 100 667 103 663 98"/> </g> </g> <g id="Briana"> <g id="Briana_face" data-name="Briana face"> <polygon class="cls-104" points="390 163 416 194 418 200 420 207 425 214 432 219 442 221 444.653 230.704 440 236 435 239 439 251 441 267 445 276 445 290 440 296 418 307 387 317 381 338 382 365 289 362 309 305 286 268 337 184 390 163"/> <polygon class="cls-105" points="392.868 164.419 398.39 171.004 391 181 376 187 372 186 369 195 354 201 349 215 334 203 337 182 392.868 164.419"/> <polygon class="cls-105" points="342 267 330 297 306.631 309.752 308 303 299 277 342 267"/> <polygon class="cls-106" points="398 211 414 215 410 202.077 398 211"/> <polygon points="398 211 402.462 203.154 411.077 201 416.462 206.385 409 205 398 211"/> <polygon points="416 215 415 208 411.077 203.154 409 203 411 211 414 215 416 215"/> <polygon points="384 201 397 188 409 188 414 191 416 200 406.771 194 398 193 384 201"/> <polygon class="cls-83" points="418 246 439.521 249.171 442 254 440.391 260.034 418 246"/> <polygon class="cls-105" points="438 295 418 305 399 311.129 381.71 355.165 382 363 365 355 365 303 386 286 410 295 438 295"/> <polygon points="359 153 375 150 383 156 390 156 395 153 395 162 391.325 166.17 389 175 377 180 372.06 177.384 365.5 187 351 194 342 189 347.183 203 346 208 354 214 347 227 354 236 342 253 344 267 334 282 319.87 290.544 305.87 287.544 316 297 309 303 299 297 257 256 302 183 359 153"/> <polygon class="cls-107" points="365 158 351 174 334 174 322 187 326 218 312 237 290 243 295 256 281.139 272.018 261 272 253 256 257 253 253 218 272 161 303 150 317 140 351 147 378 143 383 148 365 158"/> <path class="cls-108" d="M131,140c-1,0-15,10-15,10L78,214l21-13,16-40,24,6,25-20Z" transform="translate(187 0)"/> <polygon class="cls-109" points="303 150 272 161 253 218 278 166 303 150"/> <polygon class="cls-104" points="353 218 339 214 330 230 341 249 369 258 353 218"/> <polygon class="cls-109" points="378 143 363.766 152.574 351 147 378 143"/> <polygon class="cls-110" points="305 203 303 208 308 218 305 224 300 211 293 214 291.218 224.245 282 235 265 237 253 218 257 253 271 260 283 251 289 237 306 232 314.553 219.213 316 205 305 203"/> <polygon class="cls-105" points="344.151 250.013 358 253 365 249 365 256.714 356 262 342.491 253.017 344.151 250.013"/> <polygon class="cls-83" points="337 226 341 219 354 223 358.557 231.892 356 238 362.712 242.281 360 246 352 243 349 237 352 230 349.856 224.858 342 222 337 226"/> <polygon class="cls-83" points="440 229 438 227 430 229 431 233 434 235 440 229"/> </g> <g id="Slingshot_version" data-name="Slingshot version"> <path class="cls-83" d="M426.3008,257.7227a53.513,53.513,0,0,1-14.999-2.4507c-31.6607-9.28-43.7242-43.8238-44.2222-45.29l2.84-.9653c.1177.3442,12.0825,34.541,42.2256,43.376,17.8848,5.2422,25.1094.6362,32.0977-3.8174,5.0185-3.1983,10.1963-6.5069,18.832-6.0737,3.6875.184,7.5186.5712,11.2236.9458,11.0088,1.1123,21.41,2.165,25.2344-2.2081,1.7793-2.0327,2.1084-5.2685,1.0078-9.892-4.7783-20.07-47.7988-30.9659-66.69-32.855l.2988-2.9854c20.3682,2.0371,64.11,13.3076,69.31,35.145,1.3428,5.6373.7969,9.7466-1.668,12.563-4.8428,5.5352-15.9922,4.4107-27.7939,3.2173-3.668-.3706-7.46-.7539-11.0723-.9346-7.6709-.3828-12.2353,2.5264-17.0693,5.6075C440.8926,254.2681,435.4717,257.7227,426.3008,257.7227Z" transform="translate(187 0)"/> <polygon class="cls-104" points="498.021 431.11 550.975 402.026 579.933 374.98 570.914 362.995 570.849 321.995 588.83 309.966 589.863 330.964 600.877 339.947 613.86 328.926 613.809 296.926 634.823 305.893 649.875 338.869 615.983 406.923 517.177 529.08 485.191 538.131 498.021 431.11"/> <polygon class="cls-111" points="289 360 337 341 393 363 473 429 498 429 511 500 493 559 450 568 430 576 215 576 289 360"/> <polygon class="cls-112" points="321 440 334 495 412 559 450 568 493 559 464 576 353.745 576 321 515 321 440"/> <polygon class="cls-113" points="473 429 464 490 414 508 445 459 400 469 473 429"/> <polygon class="cls-113" points="498 429 480 521 450 568 493 559 511 499 498 429"/> <polygon class="cls-114" points="458.855 336.559 470 316 485 306 489 312 482 320 485 324 480 333 487 337 480 356 489 386 483 392 477.161 396.998 458.855 336.559"/> <polygon class="cls-104" points="428.013 391.885 449.999 374.999 445.002 324.999 461 305 472 301 475 308 467 314 457.002 331 464 352 473.002 336.001 485.002 327.002 493.002 335.002 480.999 370 480.997 392.002 460.503 418.694 428.013 391.885"/> <polygon class="cls-115" points="614 297 609 260 622 239 622 198 616 182 607 182 599 188 605 203 606 238 593 260 583 260 566 236 562 218 558 199 551 197 545 201 552 235 568 262 587 282 590 331 601 341 614 329 614 297"/> <polygon class="cls-116" points="607 182 616 202 616 240 596 270 604 288 606.324 336.085 616 329 610 260 622 239 622 198 616 182 607 182"/> <polygon class="cls-83" points="546.621 208.876 553 205 559.465 205.96 560.526 210.998 554 211 547.729 214.254 546.621 208.876"/> <polygon class="cls-83" points="602.105 195.762 610.75 190.334 619.125 190.334 620.824 194.864 613.193 195.762 604.363 201.408 602.105 195.762"/> <polygon class="cls-116" points="687.597 216.799 678.668 220.004 680.896 229.955 688.078 237.793 685.17 241.861 669.129 240.227 659.131 240.456 659.337 249.454 670.334 249.202 691.397 251.721 699.166 241.54 690.163 226.364 687.597 216.799"/> <polygon class="cls-105" points="601 341 622.585 334.789 624.383 319 613.809 296.926 614 329 601 341"/> </g> </g> </g> </svg> </div> <<set _strawberry to false>> <<set _peach to false>> <<set _pear to false>> <<set _flask to false>> <<set _horseshoe to false>> <<set _carrot to false>> <<set _shinyrock to false>> <<set _sausages to false>> <<set _loaf to false>> <<if $thingToLaunch=="strawberry">> <<set _strawberry to true>> <<elseif $thingToLaunch=="peach">> <<set _peach to true>> <<elseif $thingToLaunch=="pear">> <<set _peach to true>> <<elseif $thingToLaunch=="flask">> <<set _flask to true>> <<elseif $thingToLaunch=="horseshoe">> <<set _horseshoe to true>> <<elseif $thingToLaunch=="carrot">> <<set _carrot to true>> <<elseif $thingToLaunch=="flask">> <<set _shinyrock to true>> <<elseif $thingToLaunch=="sausage">> <<set _sausages to true>> <<elseif $thingToLaunch=="loaf">> <<set _loaf to true>> <</if>> <<toggleLayer "Horseshoe" _horseshoe>> <<toggleLayer "Shiny_Rock" _shinyrock>> <<toggleLayer "Carrot" _carrot>> <<toggleLayer "Peach" _pear>> <<toggleLayer "Flask" _flask>> <<toggleLayer "Peach" _peach>> <<toggleLayer "Strawberry" _strawberry>> <<toggleLayer "Potato" _potato>> <<toggleLayer "Sausage" _sausages>> <<toggleLayer "Bread" _loaf>>
Hi. Check it out.
Double-click this passage to edit it.
<<set _temp to [ '//Captain Hollister pushes back his chair and stands up.//', '\'\'Captain Hollister:\'\' Please, people! While I\'m eating?!', '\'\'Aunt Teddy:\'\' It\'s all right, dears.', '\'\'Captain Hollister:\'\' No it is //not!!//', '\'\'Briana:\'\' Oh this is really going to be a good round! I can feel it in my comb!', "\'\'Teddy:\'\' I\'ll watch the clock! Wait until the second hand gets to the twelve...", "<<goto \"Comb Some Lice\">>", ]>> <<Rep _temp>>
<<if $canoe && $conditionCounter lt 0>> <<goto BoatBroke>> <</if>> <script>window.scrollTo(0, 1);</script> <<set $debug to false>> <<script>> if (SugarCube.State.active.variables.newPassage !== SugarCube.State.active.variables.oldPassage){ window.triggeredByPassageEnd(); SugarCube.State.active.variables.oldPassage == SugarCube.State.active.variables.newPassage; } <</script>> <<if $debug>> <<set _visited to visited()>> /*_visited $visitedOne last = $lastScene visitedOne: $visitedOne lastScene: $lastScene*/ /*william: $william motherCooking: $motherCooking */ <div class="inventoryPosRewind"> <<back " ">> </div> /*<<back " ">>*/ <</if>> <<if passage()=="Inventory" && $lastScene == "Inventory">><<set $lastScene to $newPassage>><</if>> <<if not tags().includes("noHead") && not tags().includes(".canoe") && not tags().includes(".container") && not tags().includes(".headlines") && not tags().includes(".center") && not tags().includes(".notebookMaster") && not tags().includes("inventoryTag") && not tags().includes("document")>> <<if tags().includes("newPassage")>> <<set $lastScene to $newPassage>> <<set $newPassage to passage()>> <h2>$newPassage.</h2><hr> <<else>> <h2>$newPassage.</h2><hr> <</if>> <<svg MasterBackground>> <<include SidebarBac>> <<if not tags().includes("cutscene")>><</if>> <</if>> <<if $visitedOne!==passage()>> <<set $passageCounter to 0>> <</if>> <<set $visitedOne to passage()>>
<div class="sidebar" id="passages"></div>
<<if not tags().includes(".center") && not tags().includes(".container") && not tags().includes(".headlines") && not tags().includes("document") && not tags().includes(".canoe") && not tags().includes("inventoryTag")>> <div class="footerPosition">@@.differentVisited;$footerDisplay@@</div> <</if>> <<if $canoe && passage()!=="BoatBroke">><h7><br>Boat Condition: $conditionCounter/4</h7> <<if $conditionCounter lt 1>> <<if $canoeSwitch == 0>> <<goto BoatBroke>> <<else>> <<goto BoatBroke2>> <</if>> <</if>> <</if>> <<if $swamp && passage()!=="Heal">><h7><br>Health: $conditionCounter/6</h7> <<if $conditionCounter lt 1>> <<goto Heal>> <</if>> <</if>> <<set $checkNow to $checkStatus>> <<if $newPassage == "Brownsborough Trade Depot" || $newPassage == "Buzzard's Roost Trade Depot" || $newPassage == "Galphin Trading Post" || $newPassage == "Cusseta Trade Depot">> <div class="inventoryPos"> <<button "Satchel" "Inventory">><<set $inventoryHeading to "">> <<if passage()!=="examine">><</if>> <<set $inventoryHeading to "">><<set $document to false>><<set $notebook to false>><<set $lastScene to passage()>> <</button>> </div> <</if>> /*Update Inventory Heading*/ <<if (passage()=="Inventory" || tags().includes("document") || tags().includes("inventoryTag")) && previous() !=="RaidEnd" && previous() !=="TheRaid" && not tags().includes("cutscene") >> <<if !tags().includes("showMap")>> <<if !$oyster>> <div class="backButton"> <<button " " $lastScene>><<set $document to false>><<set $notebook to false>> <<if passage()=="Inventory" && $lastScene == "Inventory">><<set $lastScene to $newPassage>><<set $notebook to false>><</if>> <<set $notebook to false>> <<set $showFooter to true>><<set $inventoryHeading to "">><<set $examineNow to false>><<set $passageCounter to 0>><<set $satchelFlash to false>> <</button>> </div> <<else>> <div class="glow-buttonSing"><div class="singButton"> <<button $buttonLabelSing $lastScene>><<set $document to false>><<set $notebook to false>> <<if passage()=="Inventory" && $lastScene == "Inventory">><<set $lastScene to $newPassage>><<set $notebook to false>><</if>> <<set $notebook to false>> <<set $showFooter to true>><<set $inventoryHeading to "">><<set $examineNow to false>><<set $passageCounter to 0>><<set $satchelFlash to false>> <</button>> </div> </div> <</if>> <<else>> <div class="inventoryPos"> <<button "Satchel" "Inventory">> <<set $inventoryHeading to "">> /*<<set $document to false>>*/ <<set $notebook to false>> <<set $lastScene to passage()>> <</button>> </div> <div class="mapButton"> <<button "Map" "Map">><<set $lastScene to passage()>> <</button>> </div> <</if>> <<if !$oyster>> <div class="homeButton"> <<if passage() is "Inventory" || passage() is "Notebook" || passage() is "Map">> <<button [[|Start Game]]>><<set $lastScene to passage()>><<set $footerDisplay to "">><</button>> <</if>> </div> <</if>> <<else>> <<if (not tags().includes("noHead") && not tags().includes("cutscene") && not tags().includes(".canoe") && not tags().includes(".container") && not tags().includes(".headlines") && not tags().includes(".notebookMaster") && not tags().includes("inventoryTag") && not tags().includes("document") && not tags().includes(".center")) || tags().includes("showMap") >> <<if $satchelFlash>> <div class="glow-button"><div class="inventoryPos"><<button "Glowing Satchel" "Inventory">><<set $inventoryHeading to "">><<if passage()!=="examine">><<set $lastScene to passage()>><</if>><<set $document to false>><<set $notebook to false>><</button>></div></div> <<else>> <div class="inventoryPos"><<button "Satchel" "Inventory">><<set $inventoryHeading to "">><<set $inventoryHeading to "">><<set $document to false>><<set $notebook to false>><<set $lastScene to passage()>><</button>></div> /*Update Inventory Heading*/ <</if>> <<if (passage() !== "Intro" || $passageCounter !==0) && passage() !== "Start Game">> <div class="mapButton"> <<button "Map" "Map">><<set $lastScene to passage()>> <</button>> </div> <</if>> <</if>> <</if>> /*passage # = $passageCounter*/ /*satchel flash = $satchelFlash*/ <<set $currentPassage to passage()>> /*<<set alert("current passage ="+$currentPassage+"previous passage"+previous())>>*/
/*<<set alert("Passage visited:"+$visitedOne+" Passage Name:"+passage())>> <<set alert("Last Passage Name:"+$lastScene)>>*/ <div class="sideBarSizer"></div>
<<set $showFooter to false>> /* Inventory functionality */ <div class="centerEverything"> <div class="notebookButtons"> <<include InventoryTopButtons>> </div> <<if $document && !$notebook>> <<include LineSpikeMiddle>> <<else>> <<if $notebook>> <<include LineSpikeRight>> <<else>> <<include LineSpike>> <</if>> <</if>> <br> <div class="inventoryContainer"> <div class="inventoryLeftSideContainer"> <div class="inventoryBoxLeft"> <<if $document>> <div class="selectFontII">Select A Document:</div> /*check status: $checkStatus check now: $checkNow*/ <<for _i to 0; _i < $Documents.length; _i++>> <<set _item to $Documents[_i]>> /*<<set alert("the referenced item is:"+_item)>> <<set alert("check now is"+$checkNow)>>*/ <<if _item==$checkStatus>> <div class="radioColor"><label> <div class="radioShape"><<radiobutton "$checkStatus" $items[_item].name checked>> $items[_item].name</div> </label> </div> <<else>> <label> /*<<set alert("unchecked"+"the referenced item is:"+_item)>>*/ <div class="radioShape"><<radiobutton "$checkStatus" $items[_item].name>> $items[_item].name</div> </label> <</if>> <</for>> <<else>> <div class="selectFontII">Select An Item:</div> /*check status: $checkStatus check now: $checkNow*/ <<for _i to 0; _i < $inventory.length; _i++>> <<set _item to $inventory[_i]>> /*<<set alert("the referenced item is:"+_item)>> <<set alert("check now is"+$checkNow)>>*/ <<if _item==$checkStatus>> <label> <div class="radioShape"><<radiobutton "$checkStatus" $items[_item].name checked>> $items[_item].name </div> </label> <<else>> <label> /*<<set alert("unchecked"+"the referenced item is:"+_item)>>*/ <div class="radioShape"><<radiobutton "$checkStatus" $items[_item].name>> $items[_item].name </div> </label> <</if>> <</for>> <</if>> </div> </div> <div class="inventoryBox"> <div class="selectFont"> </div> @@.fade-in;//<h4>$inventoryHeading</h4>//@@ /*<div class="selectFont"><<if !$document>>Act on an item:<<else>>Act on a document:<</if>></div>*/ <div class="inventory"> <<if $inventoryOptions && $checkStatus !=="">> <<link [['Give'|Inventory]]>><<set $gaveSomething to false>><<set $inventoryHeading to "<<include 'give'>>">><</link>> <<link [['Throw'|Inventory]]>><<set $inventoryHeading to "<<include 'throw'>>">><</link>> <<link [['Swing'|Inventory]]>><<set $inventoryHeading to "<<include 'swing'>>">><</link>> <<link [['Use'|Inventory]]>> <<set $inventoryHeading to "<<include 'use'>>">><</link>> <<link [['Combine'|Inventory]]>><<set $combined to false>><<set $inventoryOptions to false>> <<script>> state.display(state.active.title, null, "back") <</script>> <<set $inventoryHeading to "Combine "+'<span style="color: #e1755d;"> $tempCheck</span>'+ " with what?">><</link>> <<link [['Dismantle'|Inventory]]>><<set $inventoryHeading to "<<include 'deconstruct'>>">><</link>> <<link 'Examine'>><<set $examineNow to true>><<set $imageOfThingToExamine to "">><<set $textOfThingToExamine to "">> <<if $items[$checkStatus].image == "none">> <<set $inventoryHeading to "$items[$checkStatus].desc">> <<goto Inventory>> <<else>> <<if $checkStatus == "Notebook">> <<set $inventoryHeading to "">><<set $notebook to true>><<set $imageOfThingToExamine to $items["Notebook"].image>> <<goto Notebook>> <<else>> <<set $lastScene to "Inventory">> <<goto examine>> <</if>> <</if>> <</link>> <br><br> <<else>> <<include combine>> <</if>> </div> </div> </div> </div> <<if $inventory.includes("Letter to Colden")>> <<set $inventory.delete("Letter to Colden")>> <<set $Documents.unshift("Letter to Colden")>> <</if>> <<Whisky>> <<Needle>> <<Skin>> <<Trinket>> <<Doll>> <<Bead>>
<<set $checkStatus to "Notebook">> <<include Notebook>>
<div class="inventoryButtonsBoxesDirection"> <<if !$document && !$notebook>> <div class="highlightButton"> @@.inventoryAcross; <<link "Inventory">><<set $inventoryHeading to "">><<set $notebook to false>><<set $document to false>><<set $map to false>> <<script>> state.display(state.active.title, null, "back") <</script>> <</link>> @@ </div> <<else>> @@.inventoryAcross; <<link "Inventory">><<set $inventoryHeading to "">><<set $notebook to false>><<set $document to false>><<set $map to false>> <<script>> state.display(state.active.title, null, "back") <</script>> <</link>> @@ <</if>> <<if $document && !$notebook>> <div class="highlightButton"> @@.inventoryAcross; <<link "Documents">><<set $inventoryHeading to "">><<set $notebook to false>><<set $document to true>><<set $map to false>> <<script>> state.display(state.active.title, null, "back") <</script>> <</link>> @@ </div> <<else>> @@.inventoryAcross; <<link "Documents">><<set $inventoryHeading to "">><<set $notebook to false>><<set $document to true>><<set $map to false>> <<script>> state.display(state.active.title, null, "back") <</script>> <</link>> @@ <</if>> <<if $inventory.includes("Notebook")>> @@.inventoryAcross; <<link "Notebook" "Notebook">><<set $inventoryHeading to "">><<set $notebook to true>><<set $map to false>><<set $checkStatus to "Notebook">><<set $imageOfThingToExamine to $items["Notebook"].image>> <</link>> @@ <</if>> </div>
@@.notebookButtonFont;<h2>Select a Note:</h2>@@ <div class="notebookEntries"> <<for _i to 0; _i < $Notebook.length; _i++>> <<set _item to $Notebook[_i]>> <<print ' <<button "' + $items[_item].name + '" "Notebook">> <<set $noteName to "' + $items[_item].name + '">> <<set $inventoryHeading to "">> <<set $notebook to true>> <<set $notebookText to "' + $items[_item].desc + '">> <</button>> '>> <</for>> </div>
@@.notebookButtonFont;<h2>Select a Song:</h2>@@ <div class="notebookEntries"> <<for _i to 0; _i < $Songbook.length; _i++>> <<set _item to $Songbook[_i]>> <<print ' <<button "' + $items[_item].name + '" "Notebook">> <<set $songName to "' + $items[_item].name + '">> <<set $inventoryHeading to "">> <<set $notebook to true>> <<set $song to true>> <<set $notebookText to "' + $items[_item].desc + '">> <</button>> '>> <</for>> </div>
<<if !$oyster>> <div class="notebookButtons"> /* Inventory functionality */ <div class="inventoryButtonsBoxesDirection"> @@.inventoryAcross; <<link "Inventory" "Inventory">><<set $inventoryHeading to "">><<set $notebook to false>><<set $document to false>> <<script>> state.display(state.active.title, null, "back") <</script>> <</link>> @@ @@.inventoryAcross; <<link "Documents" "Inventory">><<set $inventoryHeading to "">><<set $notebook to false>><<set $document to true>> <<script>> state.display(state.active.title, null, "back") <</script>> <</link>> @@ <div class="highlightButton"> @@.inventoryAcross; <<link "Notebook" "Notebook">> <</link>> @@ </div> <div class="notebookTabsPosition"> <<if !$song>> <div class="highlightTab"> @@.notebookTabsOrientation; <<link "Notes" "Notebook">><<set $inventoryHeading to "">><<set $notebook to true>><<set $song to false>><<set $checkStatus to "Notebook">><<set _notebookEntry to $Notebook[0]>><<set $notebookText to $items[_notebookEntry].desc>> <</link>> @@ </div> <br> <div class="nonHighlightTab"> @@.notebookTabsOrientation; <<link "Songs" "Notebook">><<set $inventoryHeading to "">><<set $notebook to true>><<set $song to true>><<set $checkStatus to "Notebook">><<set $notebookText to $items[$Songbook[0]].desc>> <</link>> @@ </div> <<else>> <div class="nonHighlightTab"> @@.notebookTabsOrientation; <<link "Notes" "Notebook">><<set $inventoryHeading to "">><<set $notebook to true>><<set $song to false>><<set $checkStatus to "Notebook">><<set _notebookEntry to $Notebook[0]>> <<set $notebookText to $items[_notebookEntry].desc>> <</link>> @@ </div> <br> <div class="highlightTab"> @@.notebookTabsOrientation; <<link "Songs" "Notebook">><<set $inventoryHeading to "">><<set $notebook to true>><<set $song to true>><<set $checkStatus to "Notebook">><<set $notebookText to $items[$Songbook[0]].desc>> <</link>> @@ </div> <</if>> </div> </div> <div class="positionLines"> <<include LineSpikeRight>> </div> <br> <</if>> <<if $oyster>> <div class="singDiv"> $singText </div> <</if>> <div class="notebook"> <img src='images/episode-2/Journal.png'/> </div> <div class="notebookEntriesPosition"> <<if !$song>> <<include NotebookButtonEntries>> <<else>> <<include SongbookButtonEntries>> <</if>> </div> <div class="notebookText"> $notebookText </div>
<div class="positionLines"> <img src='images/episode-2/LineSpike-01.png'/> </div>
<div class="positionLines"> <img src='images/episode-2/LineSpikeRight-01.png'/> </div>
<div class="positionLines"> <img src='images/episode-2/LineSpikeMiddle-01.png'/> </div>
<div class="sideBarSizer"><img alt="Sidebar Image" src='images/episode-2/messagePanel.png'/> </div>
<div class="positionExamine"> <div class="examineColumn"> <div class='letterModeFixed'> $imageOfThingToExamine </div> </div> </div> <div class="letterModeMessage"> $textOfThingToExamine </div>
<div class='fixed'> <div class="poster"> <<if $items[$checkStatus].image != "none">> $items[$checkStatus].image <</if>> </div> </div> <div class="message"> <<include SidebarBac>> $items[$checkStatus].desc </div>
<div class="positionExamine"> <div class="examineColumn"> <div class='letterModeFixed'> $items[$checkStatus].image </div> </div> </div> <div class="letterModeMessage"> $items[$checkStatus].desc </div>
/* *APPEND! AKA APP *************************************** * * **************************************** */ /** * * Masks the <<linkappend>> macro by letting you pass in an array of items * instead of having to detail each one with a <<linkappend>>. * * @param $args[0]: an array of strings, each of which will lead to the next * until the final string is reached * @param $args[1]: current index into strings */ <<set $appStandinVar to "">> <<set $appVar to "<div class='buttonDown'><img src='images/episode-2/down-pointing-red-triangle.png'/></div>">> <<widget 'App'>><<nobr>> <<set _endOfPassage to false>> <<set _firstTime to false>> <<set _strings = $args[0]>> <<set _limit = _strings.length-1>> <<set _link = ''>> <<if _index is undefined>> <<set _index to 0>> <<set _firstTime to true>> <</if>> <div class='plainTexta'> <<if _index lt _limit>> <<linkappend "@@.fade-in;_strings[_index]@@">> <<set _index++>> <<if _index==_limit>> <<if _strings[_index].includes("**")>> <<include _strings[_index]>> <<else>> @@.pulse;_strings[_index]@@<br> <</if>> <<else>> <<App _strings>> <</if>> <</linkappend>> <</if>> </div> <</nobr>> <</widget>> /* *REPLACE WIDGET! AKA REP *************************************** * * **************************************** */ <<widget 'BackButtonForReps'>><<nobr>> <div onclick="event.stopPropagation(); if(SugarCube.State.active.variables.passageCounter>0){SugarCube.State.active.variables.passageCounter--;SugarCube.Engine.show();}/*else{SugarCube.Engine.go(-2)}*/ " class="button-replace replace-back"><img src='images/episode-2/left-arrow.svg'>Back</div> <</nobr>> <</widget>> /** * * Masks the <<linkreplace>> macro by letting you pass in an array of items * instead of having to detail each one with a <<linkreplace>>. * * @param $args[0]: an array of strings, each of which will lead to the next * until the final string is reached * @param $args[1]: current index into strings */ <<widget 'Rep'>><<nobr>> <<set _strings = $args[0]>> <<set _limit = _strings.length-1>> <<set _link = ''>> <<set _firstPass to false>> <<if $passageCounter is undefined>> <<set $passageCounter to 0>> <<set _firstPass to true>> <</if>> <<if $passageCounter > _limit>> <<set $passageCounter to 0>> <<set _firstPass to true>> <</if>> <<if $passageCounter==1 && _firstpass==false>> <<set $passageCounter to 0>> <<set _firstPass to true>> <</if>> <div class='plainTexta'> <<if $passageCounter < _limit>> <<linkreplace "@@.fade-in;_strings[$passageCounter]@@<div class='button-container'><<BackButtonForReps>><div class='button-replace replace-next'>Next <img src='images/episode-2/right-arrow.svg'></div></div>"t8n>> <<set $passageCounter++>> <<script>> state.display(state.active.title, null, "back") <</script>> <<Rep _strings $passageCounter>><</linkreplace>> <<else>> <<if _strings[$passageCounter].includes("**") || _strings[$passageCounter].includes("link") || _strings[$passageCounter].includes("Entry") || _strings[$passageCounter].includes("PickUp") || _strings[$passageCounter].includes("button")>> <<if _strings[$passageCounter].includes("**")>> <<include _strings[$passageCounter]>> <</if>> <<if _strings[$passageCounter].includes("link") || _strings[$passageCounter].includes("[[") || _strings[$passageCounter].includes("<<")|| _strings[$passageCounter].includes("Entry") || _strings[$passageCounter].includes("PickUp") || _strings[$passageCounter].includes("button")>> _strings[$passageCounter] <</if>> <<else>> @@.fade-in;_strings[$passageCounter]@@<br> <</if>> <</if>> </div> <</nobr>> <</widget>> /* *RESTART BUTTON!!! *************************************** * * **************************************** */ <<widget "BackToTop">><<nobr>> <<if passage()!=="Intro">> <<run Engine.backward()>> <<BackToTop>> <</if>> <</nobr>> <</widget>> /* *TOGGLE LAYER! *************************************** * * **************************************** */ /** * Toggles the specified SVG's layer on or off. * * @param {string} svg svg's name * @param {string || array of strings} layer layer name || layers' names * @param {boolean} toggle true = on; false = off; */ <<widget "toggleLayer">><<nobr>> <<print "<script>toggleSvgLayer('" + $args[0] + "', '" + $args[1] + "');</script>">> <<set _toggle to $args[1]>> <<set _on to $args[2]>> <<set _off to $args[3]>> <<script>> const { toggle, on, off } = temporary(); setTimeout(() => { const svgs = document.getElementsByTagName('svg'); if (svgs.length === 0) return; const svg = svgs[0]; if (svg.getElementsByTagName('desc')[0]) { const desc = svg.getElementsByTagName('desc')[0]; const string = toggle ? on : off; var check = desc.innerHTML.includes(string); if(!check){ desc.innerHTML += ' ' + string; } desc.id = 'svg-desc'; desc.setAttribute('role', 'alert'); SugarCube.State.active.variables.imageDescription = desc.innerHTML; } svg.setAttribute('aria-labelledby', 'svg-desc'); svg.setAttribute('role', 'img'); if (svgs.length > 1) { svgs[1].setAttribute('aria-hidden', 'true'); } }, 1); <</script>> <</nobr>><</widget>> /* *SVG! *************************************** * * **************************************** */ <<widget "svg">><<nobr>> <<if ((tags().includes('newPassage') && $oldNewPassage!==$newPassage)) || tags().includes('inventoryTag') || tags().includes('document')>> <div class="fixed fade-in"> <div class="svg-filter"> <<include $args[0]>> </div> <<include $args[0]>> </div> <<set $oldNewPassage to $newPassage>> <<else>> <div class="fixed"> <div class="svg-filter"> <<include $args[0]>> </div> <<include $args[0]>> </div> <</if>> <</nobr>><</widget>> /* *MAP!!! *************************************** * * **************************************** */ <<widget "Map">><<nobr>> <<set _settings = $args[0]>> <<set _settingVariables = $args[1]>> <<set _settingHere = $args[2]>> <<set _settingOn = $args[3]>> <<set _settingQ = $args[4]>> <<set _passageQs = $args[5]>> <<for _q to 0; _q < _passageQs.length; _q++>> <<for _i to 0; _i < _settings.length; _i++>> <<set _settingVariables[_i] to hasVisited(_settings[_i])>> <<toggleLayer _settingHere[_i] false>> <<toggleLayer _settingQ[_i] false>> <<switch _passageQs[_q]>> <<case _settingVariables[_i]>> <<toggleLayer _settingQ[_i] true>> <<default>> <</switch>> <<switch _newPassage>> <<case _settingVariables[_i]>> <<toggleLayer _settingHere[_i] true>> <<default>> <</switch>> <<toggleLayer _settingOn[_i] to _settingVariables[_i]>> <</for>> <</for>> <</nobr>> <</widget>> /* *Give!!! *************************************** * * **************************************** */ <<widget 'Give'>><<nobr>> <<set _give = $args[0]>> <<set _goto = $args[1]>> <<set _passage = $args[2]>> <<set _console = $args[3]>> <<if $newPassage==_passage && $inventory.includes(_give)>> <<if !hasVisited(_goto)>> <<set $inventory.delete(_give)>> <<goto _goto>> <</if>> <<else>> _console <</if>> <</nobr>> <</widget>> /* *GoChk!!! *************************************** * * **************************************** */ <<widget 'GoChk'>><<nobr>> <<set _desc = $args[0]>> <<if !hasVisited(_desc)>> <<goto _desc>> <</if>> <</nobr>> <</widget>> *Link Check!!! AKA LnkChk *************************************** * * **************************************** */ <<widget 'LnkChk'>><<nobr>> <<set _to = $args[0]>> <<set _desc = $args[1]>> <<if _desc == undefined>> <<if !hasVisited(_to)>> [[_to]] <</if>> <<else>> <<if !hasVisited(_to)>> <<link _desc _to>><</link>> <</if>> <</if>> <</nobr>> <</widget>> /* *PICK UP!!! *************************************** * * **************************************** */ <<widget 'PickUp'>><<nobr>><<silently>> <<set _string = $args[0]>> <<set _plural = $args[1]>> <<set _examine = $args[2]>> <<set _poster = $args[3]>> <<set _noPickUp = $args[4]>> <<set _noDesc = $args[5]>> <</silently>> <i> <<if $inventory.includes(_string)>> <<set $inventory.delete(_string)>> <</if>> <<if $Documents.includes(_string)>> <<set $Documents.delete(_string)>> <</if>> <<if !_noPickUp>> @@.pulse;//You pick up the <span style='color: #e1755d;'>''_string''</span> and stow <<if _plural is true>>them<<else>>it<</if>> in your ''Satchel''!//@@<br><br> <</if>> <<if !_examine && !_poster && !_noDesc>> $items[_string].desc <</if>> <<if _examine || _poster>> <<set $items[_string].status to true>> <<if $Documents[0]=="Empty">> <<set $Documents[0] to _string>> <<else>> /*<<if !$items[_string].status>>*/ <<set $Documents.unshift(_string)>> /*<</if>>*/ <</if>> <<set $checkStatus to _string>> <<else>> <<set $items[_string].status to true>> <<if $inventory[0]=="Empty">> <<set $inventory[0] to _string>> <<else>> <<set $inventory.unshift(_string)>> <</if>> <<set $checkStatus to _string>> <</if>> <<if _examine is true>> <<include "examine">> <</if>> <<if _poster is true>> <<include "poster">> <</if>> <<if _noPickUp>> <<set $Documents.splice($Documents.indexOf(_string),1)>> <</if>> <<if !_examine && !_poster>> /* <<include "Inventory">>*/ <</if>> <<set $footerDisplay to "<<link 'Back' $lastScene>><</link>>">> /*<<set $lastScene to $newPassage>>*/ </i> <</nobr>> <</widget>> /* *UPDATE SCORE! *************************************** * * **************************************** */ <<widget 'UpdateScore'>> <<nobr>> <<for _loop to 0; _loop < 64; _loop++>> <<set $moleHolesII[_loop] to "<<button ' '>><</button>>">> <</for>> <<for _i to 0; _i < $moleScore; _i++>> <<set _mathVarQ to Math.floor((Math.random() * 64))>> <<set $moleHolesII[_mathVarQ] to "<<button '🕷'>><</button>>">> <</for>> <</nobr>> <</widget>> /* *TIMER! *************************************** * * **************************************** */ <<widget Timer>><<nobr>> <br> <<set _string = $args[0]>> <h2>@@.fade-in-out;<span id="intro">••••••••••</span>@@</h2> <<timed .5s>> <<replace "#intro">>••••••••••<</replace>> <<next>> <<replace "#intro">>•••••••••<</replace>> <<next>> <<replace "#intro">>••••••••<</replace>> <<next>> <<replace "#intro">>•••••••<</replace>> <<next>> <<replace "#intro">>••••••<</replace>> <<next>> <<replace "#intro">>•••••<</replace>> <<next>> <<replace "#intro">>••••<</replace>> <<next>> <<replace "#intro">>•••<</replace>> <<next>> <<replace "#intro">>••<</replace>> <<next>> <<replace "#intro">>•<</replace>> <<next>> <<replace "#intro">>Your canoe surges forward!<</replace>> <<next>> <<replace "#intro">>Your canoe surges forward!<</replace>> <<next>> <<goto _string>> <<next>> <</timed>> <</nobr>> <</widget>> /* *TIMER SWAMP! *************************************** * * **************************************** */ <<widget SwampTimerLong>><<nobr>> <<set _string = $args[0]>> <h2>@@.fade-in-out;<span id="intro">••••••••••</span>@@</h2> <<timed .5s>> <<replace "#intro">>••••••••••<</replace>> <<next>> <<replace "#intro">>•••••••••<</replace>> <<next>> <<replace "#intro">>••••••••<</replace>> <<next>> <<replace "#intro">>•••••••<</replace>> <<next>> <<replace "#intro">>••••••<</replace>> <<next>> <<replace "#intro">>•••••<</replace>> <<next>> <<replace "#intro">>••••<</replace>> <<next>> <<replace "#intro">>•••<</replace>> <<next>> <<replace "#intro">>••<</replace>> <<next>> <<replace "#intro">>•<</replace>> <<next>> <<replace "#intro">>Last Chance!<</replace>> <<next>> <<replace "#intro">>Last Chance!<</replace>> <<next>> <<replace "#intro">>Stay Still!<</replace>> <<next>> <<replace "#intro">>Stay Still!<</replace>> <<next>> <<if $animal == "python">> <<goto Escape>> <<else>> <<goto Wrong>> <</if>> <<next>> <</timed>> <</nobr>> <</widget>> /* *TIMER SWAMP SHORT! *************************************** * * **************************************** */ <<widget SwampTimerShort>><<nobr>> <<set _string = $args[0]>> <h2>@@.fade-in-out;<span id="intro">••••••</span>@@</h2> <<timed .5s>> <<replace "#intro">>••••••<</replace>> <<next>> <<replace "#intro">>•••••<</replace>> <<next>> <<replace "#intro">>••••<</replace>> <<next>> <<replace "#intro">>•••<</replace>> <<next>> <<replace "#intro">>••<</replace>> <<next>> <<replace "#intro">>•<</replace>> <<next>> <<replace "#intro">>Last Chance!<</replace>> <<next>> <<replace "#intro">>Last Chance!<</replace>> <<next>> <<replace "#intro">>Stay Still!<</replace>> <<next>> <<replace "#intro">>Stay Still!<</replace>> <<next>> <<if $animal == "python">> <<goto Escape>> <<else>> <<goto Wrong>> <</if>> <<next>> <</timed>> <</nobr>> <</widget>> /* *TIMER SWAMP SHORTEST! *************************************** * * **************************************** */ <<widget SwampTimerShortest>><<nobr>> <<set _string = $args[0]>> <h2>@@.fade-in-out;<span id="intro">••••</span>@@</h2> <<timed .5s>> <<replace "#intro">>••••<</replace>> <<next>> <<replace "#intro">>•••<</replace>> <<next>> <<replace "#intro">>••<</replace>> <<next>> <<replace "#intro">>•<</replace>> <<next>> <<replace "#intro">>Last Chance!<</replace>> <<next>> <<replace "#intro">>Last Chance!<</replace>> <<next>> <<replace "#intro">>Stay Still!<</replace>> <<next>> <<replace "#intro">>Stay Still!<</replace>> <<next>> <<if $animal == "python">> <<goto Escape>> <<else>> <<goto Wrong>> <</if>> <<next>> <</timed>> <</nobr>> <</widget>> /* *MOVE ON! *************************************** * * **************************************** */ <<widget MoveOn>><<nobr>> <<set _time = $args[0]>> <<set _newTime to _time+"s">> <<timed _newTime>> <<next>> <<goto $nextDest>> <<next>> <</timed>> <</nobr>> <</widget>> /* *GO BACK! *************************************** * * **************************************** */ <<widget 'GoBack'>><<nobr>> <div onclick="event.stopPropagation(); SugarCube.Engine.go(-3); " >Back</div> <</nobr>> <</widget>> /* *ONEOFF! *************************************** * * **************************************** */ <<widget 'OneOff'>><<nobr>> <<set _string = $args[0]>> <<set _noItalics = $args[1]>> <<if !_noItalics>> @@.fade-in;<i> _string </i>@@<br><br> <<else>> @@.fade-in;_string @@<br><br> <</if>> <</nobr>> <</widget>> /* *SWAMP! *************************************** * * **************************************** */ <<widget Swamp>><<nobr>> <<set _next = $args[0]>> <<set _animal = $args[1]>> <<set _message = $args[2]>> <<set _length = $args[3]>> <<set $nextDest to _next>> <<set $animal to _animal>> //_message// <br> @@.canoeDir; <<if _animal == "panther">> <<button "Wave And Yell" "Escape">><</button>> <<else>> <<button "Wave And Yell" "Wrong">><</button>> <</if>> <<if _animal == "python">> <<button "Stay Still" "Escape" >><</button>> <<else>> <<button "Stay Still" "Wrong" >><</button>> <</if>> <<if _animal == "gator">> <<button "Hit Its Nose" "Escape">><</button>> <<else>> <<button "Hit Its Nose" "Wrong">><</button>> <</if>> @@<br><br> <<if _length == "long">> <<SwampTimerLong $nextDest>> <<elseif _length == "short">> <<SwampTimerShort $nextDest>> <<else>> <<SwampTimerShortest $nextDest>> <</if>> <</nobr>> <</widget>> /* *COMBINE! *************************************** * * **************************************** */ <<widget 'Combine'>><<nobr>> <<set _first = $args[0]>> <<set _second = $args[1]>> <<set _turnsInto = $args[2]>> <<set _message = $args[3]>> <<set _lastOne = $args[4]>> <<if _message == null>> <<set _message to "">> <</if>> <<if ($checkStatusTwo==_first && $tempCheck==_second) || ($checkStatusTwo==_second && $tempCheck==_first)>> <<set $inventoryHeading to _message>> <<if _first=="Letter to Colden" || _second == "Letter to Colden">> <<set $Documents.delete("Letter to Colden")>> <</if>> <<set $inventory.delete(_first)>> <<set $inventory.delete(_second)>> <<set $inventory.unshift(_turnsInto)>> <<set $checkStatus to _turnsInto>> <<set $combined to true>> <<else>> <<set _note to _lastOne>> <<if _note == null>> <<set _note to "Perhaps, another combination?">> <</if>> <<if !$combined>> <<set $inventoryHeading to _note>><</if>> <</if>> <</nobr>> <</widget>> /* *DISMANTLE! *************************************** * * **************************************** */ <<widget 'Dismantle'>><<nobr>> <<set _thingToBreakDown = $args[0]>> <<set _thing1 = $args[1]>> <<set _thing2 = $args[2]>> <<set _message = $args[3]>> <<if $inventory.includes(_thingToBreakDown)>> <<set $inventory.delete(_thingToBreakDown)>> <<if _thing1 !== "Letter to Colden" && _thing !== "Letter to Colden">> <<set $inventory.unshift(_thing1)>> <<if _thing2 !== "Empty">> <<set $inventory.unshift(_thing2)>> <</if>> <<else>> <<if _thing1=="Letter to Colden">> <<set $Documents.unshift(_thing1)>> <</if>> <<if _thing2=="Letter to Colden">> <<set $Documents.unshift(_thing2)>> <</if>> <</if>> You took it apart... <<set $deconstructed to true>> <<set $inventoryHeading to _message>> <<goto Inventory>> <</if>> <</nobr>> <</widget>> /* *USE! *************************************** * * **************************************** */ <<widget 'Use'>><<nobr>> <<set _thingToUse = $args[0]>> <<set _thing1 = $args[1]>> <<set _thing2 = $args[2]>> <<set _place1 = $args[3]>> <<set _place2 = $args[4]>> <<set _goHereWorks = $args[5]>> <<set _goHereNoWorks = $args[6]>> <<set _thingName = $args[7]>> <<set _message = $args[8]>> <<if $inventory.includes(_thingToUse)>> <<set $thingToLaunch to _thingName>> <<if ($newPassage is _place1 || $newPassage is _place2) && $horse>> <<set $inventory.delete(_thingToUse)>> <<set $inventory.unshift(_thing1)>> <<goto _goHereWorks>> <<else>> <<goto _goHereNoWorks>> <<set $inventory.delete(_thingToUse)>> <<if !$inventory.includes(_thing2) && _thing2 !== "Empty">> <<set $inventory.unshift(_thing2)>> <</if>> <<set $inventory.unshift(_thing1)>> <</if>> <</if>> <</nobr>> <</widget>> /* *ENTRY! *************************************** * * **************************************** */ <<widget 'Entry'>><<nobr>> <<button [[Make A Note|WriteTheEntry]]>> <<set _desc = $args[0]>> <<set _scene = $args[1]>> <<set _song = $args[2]>> <<set _end = $args[3]>> <<if !_song>> <<set $song to false>> <<if _end>> <<set $Notebook.push(_desc)>> <<else>> <<set $Notebook.unshift(_desc)>> <</if>> <<else>> <<set $song to true>> <<set $Songbook.unshift(_desc)>> <</if>> <<set $lastScene to _scene>> <<set $inventoryHeading to "">><<set $notebook to true>><<set $imageOfThingToExamine to $items["Notebook"].image>><<set $notebookText to $items[_desc].desc>> <</button>> <</nobr>> <</widget>> /* *TRADE PROCESSING WIDGETS! *************************************** * * **************************************** */ /* ////////// Whisky Reducer //////// */ <<widget "Whisky">> <<for _t to 0; _t < $inventory.length; _t++>> <<if $inventory[_t]=="Bottle Of Whisky">> <<set $whiskyCounter++>> <</if>> <</for>> <<set $items["Bottles Of Whisky"] to { name : "$whiskyCounter Bottles Of Whisky", status : false, desc : "tbd", image: "none", }>> <<if $whiskyCounter gt 0 && !$inventory.includes("Bottles Of Whisky")>> <<set $inventory.unshift("Bottles Of Whisky")>> <</if>> <<if $inventory.includes("Bottles Of Whisky")>> <<set $inventory.delete("Bottle Of Whisky")>> <</if>> <<if $inventory.includes("Bottles Of Whisky") && $whiskyCounter == 0>> <<set $inventory.delete("Bottles Of Whisky")>> <</if>> <<if $inventory.includes("Bottle Of Whisky") && $whiskyCounter == 0>> <<set $inventory.delete("Bottle Of Whisky")>> <</if>> <</widget>> /* ////////// Skin Reducer //////// */ <<widget "Skin">> <<for _t to 0; _t < $inventory.length; _t++>> <<if $inventory[_t]=="1 lbs Deerskin">> <<set $skinCounter++>> <</if>> <</for>> <<set $items["lbs Deerskin"] to { name : "$skinCounter lbs Deerskin", status : false, desc : "tbd", image: "none", }>> <<if $skinCounter gt 1 && !$inventory.includes("lbs Deerskin")>> <<set $inventory.unshift("lbs Deerskin")>> <</if>> <<if $inventory.includes("lbs Deerskin")>> <<set $inventory.delete("1 lbs Deerskin")>> <</if>> /*<<if $inventory.includes("lbs Deerskin") && $skinCounter lt 2>> <<set $inventory.delete("lbs Deerskin")>> <<if $skinCounter == 1>> <<set $inventory.unshift("1 lbs Deerskin")>> <</if>> <<script>> state.display(state.active.title, null, "back") <</script>> <</if>>*/ <<if $inventory.includes("lbs Deerskin") && $skinCounter ==0>> <<set $inventory.delete("lbs Deerskin")>> <</if>> <</widget>> /* ////////// Needle Reducer //////// */ <<widget "Needle">> <<for _t to 0; _t < $inventory.length; _t++>> <<if $inventory[_t]=="10 Needles">> <<set $needleCounter+=10>> <</if>> <</for>> <<set $items["Needles"] to { name : "$needleCounter Needles", status : false, desc : "tbd", image: "none", }>> <<if $needleCounter gt 0 && !$inventory.includes("Needles")>> <<set $inventory.unshift("Needles")>> <</if>> <<if $inventory.includes("Needles")>> <<set $inventory.delete("10 Needles")>> <</if>> <<if $inventory.includes("Needles") && $needleCounter == 0>> <<set $inventory.delete("Needles")>> <</if>> <</widget>> /* ////////// Bead Reducer //////// */ <<widget "Bead">> <<for _t to 0; _t < $inventory.length; _t++>> <<if $inventory[_t]=="20 Strands Of Beads">> <<set $beadCounter+=20>> <</if>> <</for>> <<set $items["Strands Of Beads"] to { name : "$beadCounter Strands Of Beads", status : false, desc : "tbd", image: "none", }>> <<if $beadCounter gt 1 && !$inventory.includes("Strands Of Beads")>> <<set $inventory.unshift("Strands Of Beads")>> <</if>> <<if $inventory.includes("Strands Of Beads")>> <<set $inventory.delete("20 Strands Of Beads")>> <</if>> <<if $inventory.includes("Strands Of Beads") && $beadCounter lt 2>> <<set $inventory.delete("Strands Of Beads")>> <<if $beadCounter == 1>> <<set $inventory.unshift("20 Strands Of Beads")>> <</if>> <<script>> state.display(state.active.title, null, "back") <</script>> <</if>> <</widget>> /* ////////// Trinket Reducer //////// */ <<widget "Trinket">> <<for _t to 0; _t < $inventory.length; _t++>> <<if $inventory[_t]=="15 Trinkets">> <<set $trinketCounter+=15>> <</if>> <</for>> <<set $items["Trinkets"] to { name : "$trinketCounter Trinkets", status : false, desc : "tbd", image: "none", }>> <<if $trinketCounter gt 0 && !$inventory.includes("Trinkets")>> <<set $inventory.unshift("Trinkets")>> <</if>> <<if $inventory.includes("Trinkets")>> <<set $inventory.delete("15 Trinkets")>> <</if>> <<if $trinketCounter == 0>> <<set $inventory.delete("Trinkets")>> <</if>> <</widget>> /* ////////// Doll Reducer //////// */ <<widget "Doll">> <<for _t to 0; _t < $inventory.length; _t++>> <<if $inventory[_t]=="10 Medium-Sized Dolls">> <<set $dollCounter+=10>> <</if>> <</for>> <<set $items["Medium-Sized Dolls"] to { name : "$dollCounter Medium-Sized Dolls", status : false, desc : "tbd", image: "none", }>> <<if $dollCounter gt 0 && !$inventory.includes("Medium-Sized Dolls")>> <<set $inventory.unshift("Medium-Sized Dolls")>> <</if>> <<if $inventory.includes("Medium-Sized Dolls")>> <<set $inventory.delete("10 Medium-Sized Dolls")>> <</if>> <<if $dollCounter == 0>> <<set $inventory.delete("Medium-Sized Dolls")>> <</if>> /* *END OF TRADE PROCESSING WIDGETS *************************************** * * **************************************** */ <</widget>>